Skip to content

Commit

Permalink
chore: add illustrations to libs list
Browse files Browse the repository at this point in the history
  • Loading branch information
DaryaLari authored Apr 2, 2024
1 parent 8949d84 commit 42ae603
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/locales/en/libraries-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"description_uikit": "Base UI components and tokens for building services with Gravity.",
"description_components": "A set of complex React components.",
"description_icons": "Set with hundreds of various modern SVG icons for your projects.",
"description_illustrations": "A set of illustrations for displaying data statuses.",
"description_dynamic-forms": "Library for rendering neat and functional react forms described by JSON schema",
"description_page-constructor": "A set of stylish, functional blocks for quickly creating promo and landing pages.",
"description_blog-constructor": "A library based on the Page constructor library for creating blog-like services.",
Expand Down
1 change: 1 addition & 0 deletions public/locales/ru/libraries-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"description_uikit": "Базовые UI-компоненты и токены для построения сервисов с Gravity.",
"description_components": "Набор комплексных React-компонентов.",
"description_icons": "Сотни стильных иконок для ваших проектов.",
"description_illustrations": "Набор иллюстраций для отображения статусов данных.",
"description_dynamic-forms": "Библиотека для рендеринга лаконичных функциональных форм, описанных JSON-схемой.",
"description_page-constructor": "Набор стильно выглядящих функциональных блоков для быстрого создания промо-страниц.",
"description_blog-constructor": "Библиотека, основанная на Page Constructor, для создания блогов.",
Expand Down
14 changes: 14 additions & 0 deletions src/libs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ export const libs = [
changelogUrl: 'https://raw.githubusercontent.com/gravity-ui/icons/main/CHANGELOG.md',
mainBranch: 'main',
},
{
id: 'illustrations',
githubId: 'gravity-ui/illustrations',
npmId: '@gravity-ui/illustrations',
title: 'Illustrations',
primary: false,
landing: false,
tags: ['ui'],
storybookUrl: 'https://preview.gravity-ui.com/illustrations/',
readmeUrl: 'https://raw.githubusercontent.com/gravity-ui/illustrations/main/README.md',
changelogUrl:
'https://raw.githubusercontent.com/gravity-ui/illustrations/main/CHANGELOG.md',
mainBranch: 'main',
},
{
id: 'dynamic-forms',
githubId: 'gravity-ui/dynamic-forms',
Expand Down

0 comments on commit 42ae603

Please sign in to comment.