Skip to content

Commit

Permalink
chore(Calendar): remove from Storybook (#3732)
Browse files Browse the repository at this point in the history
* chore(Calendar): remove from Storybook

* fix: remove extra line

* fix: grammar
  • Loading branch information
OleksandrNechai authored Jul 19, 2023
1 parent 6f8bef3 commit aa493d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/picasso/src/Calendar/story/index.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* In July 2023 we tried to expose the Calendar component. It turned out there was no Calendar designs in BASE.
* Since no one needed it at the time, we decided to 1) postpone the work on stand alone Calendar 2) hide it back to discourage its usage.
* When the work is resumed - just uncomment the code below and work from there. Also check out PR #3729 where we refactored Calendar to remove its Container and footer.
* Use this search to find Calendar usages: https://github.com/search?q=org%3Atoptal+-repo%3Atoptal%2Fpicasso+++%2Fimport.*Calendar+.*picasso%2F&type=code
*
import { Calendar } from '../Calendar'
import PicassoBook from '~/.storybook/components/PicassoBook'
Expand Down Expand Up @@ -42,3 +48,4 @@ page
description:
'Calendars that start on Sunday, which you’ll more often see in the US, use an old-fashioned notation based on Christianity. Which makes the day that Christians go to church the first day of the week.',
})
*/

0 comments on commit aa493d5

Please sign in to comment.