Skip to content

Commit 914d8cd

Browse files
committed
feat: storybook for UI components library
1 parent 54822fb commit 914d8cd

File tree

3 files changed

+65
-64
lines changed

3 files changed

+65
-64
lines changed

.changeset/chilled-schools-cough.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

packages/go-ui-storybook/CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,69 @@
11
# go-ui-storybook
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 836e73b: Initial Release v1.0.0
8+
9+
Integrated storybook for IFRC Go UI components library. The storybook is
10+
deployed to chromatic via Github Actions CI.
11+
12+
Wrote stories for following components
13+
14+
- Alert
15+
- BarChart
16+
- Blockloading
17+
- BooleanInput
18+
- BooleanOutput
19+
- Breadcrumbs
20+
- CheckBox
21+
- Checklist
22+
- ConfirmButton
23+
- Container
24+
- DateInput
25+
- DateRangeOutput
26+
- DropdownMenu
27+
- Footer
28+
- Grid
29+
- Header
30+
- HtmlOutput
31+
- IconButton
32+
- Image
33+
- InfoPopup
34+
- InputContainer
35+
- KeyFigure
36+
- LegendItem
37+
- List
38+
- Message
39+
- Modal
40+
- MultiSelectInput
41+
- NavigationTabList
42+
- NumberInput
43+
- NumberOutput
44+
- PageContainer
45+
- PageHeader
46+
- Pager
47+
- PasswordInput
48+
- PieChart
49+
- Popup
50+
- RadioInput
51+
- RawFileInput
52+
- RawList
53+
- ReducedListDisplay
54+
- SearchMultiSelectInput
55+
- SearchSelectInput
56+
- SegmentInput
57+
- SelectInput
58+
- Spinner
59+
- StackedProgressBar
60+
- Switch
61+
- Table
62+
- Tabs
63+
- TextArea
64+
- TextInput
65+
- TimeSeriesChart
66+
367
## 0.0.1
468

569
### Patch Changes

packages/go-ui-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "go-ui-storybook",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)