From a99445704737e265c66ec9a8691ae04794720e66 Mon Sep 17 00:00:00 2001 From: darialari Date: Mon, 1 Apr 2024 17:35:33 +0300 Subject: [PATCH] chore: add illustrations to libs list --- public/locales/en/libraries-info.json | 1 + public/locales/ru/libraries-info.json | 1 + src/libs.mjs | 14 ++++++++++++++ 3 files changed, 16 insertions(+) diff --git a/public/locales/en/libraries-info.json b/public/locales/en/libraries-info.json index df3c01c286d..1010bb02970 100644 --- a/public/locales/en/libraries-info.json +++ b/public/locales/en/libraries-info.json @@ -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.", diff --git a/public/locales/ru/libraries-info.json b/public/locales/ru/libraries-info.json index 79a72fc2846..2d58facef44 100644 --- a/public/locales/ru/libraries-info.json +++ b/public/locales/ru/libraries-info.json @@ -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, для создания блогов.", diff --git a/src/libs.mjs b/src/libs.mjs index 104cee02d0b..b2cdd311d6f 100644 --- a/src/libs.mjs +++ b/src/libs.mjs @@ -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',