Skip to content

Commit

Permalink
feat: added date-components announcement (#129)
Browse files Browse the repository at this point in the history
* feat: added date-components announcement

* feat: fixed title

* feat: change tags for date-components
  • Loading branch information
vvtimofeev authored Oct 6, 2023
1 parent 57084b7 commit 3360bae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/content/landing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ const typedLanding: CustomPageContent = {
news: {
title: 'Recent updates',
items: [
{
date: '2023-10-06T00:00:00.000Z',
content:
'The long-awaited <a href="https://github.com/gravity-ui/date-components">date-components libraries</a> is now available! Please check them out now.',
},
{
date: '2023-09-26T00:00:00.000Z',
content:
Expand All @@ -62,11 +67,6 @@ const typedLanding: CustomPageContent = {
content:
'Our Figma library is finally released and available <a href="https://www.figma.com/community/file/1271150067798118027/Gravity-UI-Design-System-(Beta)">here</a>. Currently it\'s in Beta so we\'d love for you to test it out and share your feedback with us.',
},
{
date: '2023-08-07T14:00:00.000Z',
content:
'New major version of <a href="https://github.com/gravity-ui/uikit/releases">UIKit is here</a>. Introducing new default color theme, updated Button component, some fixes and features.',
},
],
},
},
Expand Down
16 changes: 16 additions & 0 deletions src/libs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,22 @@ export const libs = [
changelogUrl: 'https://raw.githubusercontent.com/gravity-ui/date-utils/main/CHANGELOG.md',
mainBranch: 'main',
},
{
id: 'date-components',
githubId: 'gravity-ui/date-components',
npmId: '@gravity-ui/date-components',
title: 'Date Components',
primary: false,
landing: false,
tags: ['ui'],
description: 'Various date components',
storybookUrl:
'https://preview.gravity-ui.com/date-components/?path=/docs/components-calendar--docs',
readmeUrl: 'https://raw.githubusercontent.com/gravity-ui/date-components/main/README.md',
changelogUrl:
'https://raw.githubusercontent.com/gravity-ui/date-components/main/CHANGELOG.md',
mainBranch: 'main',
},
{
id: 'axios-wrapper',
githubId: 'gravity-ui/axios-wrapper',
Expand Down

0 comments on commit 3360bae

Please sign in to comment.