-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #789 from IFRCGo/feat/publish-ui
Use changesets to publish ui library to npm
- Loading branch information
Showing
10 changed files
with
829 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# go-web-app | ||
|
||
## 7.1.5 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
- @ifrc-go/ui@1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# go-ui-storybook | ||
|
||
## 0.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
- @ifrc-go/ui@1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changesets | ||
|
||
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works | ||
with multi-package repos, or single-package repos to help you version and publish your code. You can | ||
find the full documentation for it [in our repository](https://github.com/changesets/changesets) | ||
|
||
We have a quick list of common questions to get you started engaging with this project in | ||
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", | ||
"changelog": "@changesets/cli/changelog", | ||
"commit": false, | ||
"fixed": [], | ||
"linked": [], | ||
"access": "restricted", | ||
"baseBranch": "develop", | ||
"updateInternalDependencies": "patch", | ||
"ignore": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
--- | ||
"@ifrc-go/ui": major | ||
--- | ||
### IFRC GO UI v1.0.0 release | ||
|
||
This is the first “stable” release of the IFRC GO UI Components library. | ||
This landmark release marks a significant step forward in delivering | ||
stable and robust user interface components tailored specifically for | ||
the needs of the IFRC (International Federation of Red Cross and Red Crescent Societies) | ||
community. | ||
|
||
### List of added components, hooks and contexts | ||
### Components | ||
- Alert | ||
- AlertContainer | ||
- BarChart | ||
- BlockLoading | ||
- BodyOverlay | ||
- BooleanInput | ||
- BooleanOutput | ||
- Breadcrumbs | ||
- Button | ||
- ChartAxes | ||
- ChartAxisX | ||
- ChartAxisY | ||
- Checkbox | ||
- Checklist | ||
- ConfirmButton | ||
- Container | ||
- DateInput | ||
- DateOutput | ||
- DateRangeOutput | ||
- DropdownMenu | ||
- ExpandableContainer | ||
- Footer | ||
- Grid | ||
- Header | ||
- Heading | ||
- HtmlOutput | ||
- IconButton | ||
- Image | ||
- InfoPopup | ||
- InputContainer | ||
- InputError | ||
- InputHint | ||
- InputLabel | ||
- InputSection | ||
- KeyFigure | ||
- LegendItem | ||
- List | ||
- Message | ||
- Modal | ||
- MultiSelectInput | ||
- NavigationTabList | ||
- NumberInput | ||
- NumberOutput | ||
- Overlay | ||
- PageContainer | ||
- PageHeader | ||
- Pager | ||
- PasswordInput | ||
- PieChart | ||
- Popup | ||
- Portal | ||
- ProgressBar | ||
- RadioInput | ||
- RawButton | ||
- RawFileInput | ||
- RawInput | ||
- RawList | ||
- RawTextArea | ||
- ReducedListDisplay | ||
- SearchMultiSelectInput | ||
- SearchSelectInput | ||
- SegmentInput | ||
- SelectInput | ||
- SelectInputContainer | ||
- Spinner | ||
- StackedProgressBar | ||
- Switch | ||
- Table | ||
- Tabs | ||
- TextArea | ||
- TextInput | ||
- TextOutput | ||
- TimeSeriesChart | ||
- Tooltip | ||
|
||
### Components used in PDF export | ||
- Container | ||
- DescriptionText | ||
- Heading | ||
- Image | ||
- TextOutput | ||
|
||
### Hooks | ||
- useBasicLayout | ||
- useBlurEffect | ||
- useBooleanState | ||
- useFloatPlacement | ||
- useKeyboard | ||
- useSizeTracking | ||
- useSpacingTokens | ||
- useTranslation | ||
|
||
### Contexts | ||
- alert | ||
- dropdown-menu | ||
- language | ||
- navigation-tab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
# @ifrc-go/ui | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- ### IFRC GO UI v1.0.0 release | ||
|
||
This is the first “stable” release of the IFRC GO UI Components library. | ||
This landmark release marks a significant step forward in delivering | ||
stable and robust user interface components tailored specifically for | ||
the needs of the IFRC (International Federation of Red Cross and Red Crescent Societies) | ||
community. | ||
|
||
### List of added components, hooks and contexts | ||
|
||
### Components | ||
|
||
- Alert | ||
- AlertContainer | ||
- BarChart | ||
- BlockLoading | ||
- BodyOverlay | ||
- BooleanInput | ||
- BooleanOutput | ||
- Breadcrumbs | ||
- Button | ||
- ChartAxes | ||
- ChartAxisX | ||
- ChartAxisY | ||
- Checkbox | ||
- Checklist | ||
- ConfirmButton | ||
- Container | ||
- DateInput | ||
- DateOutput | ||
- DateRangeOutput | ||
- DropdownMenu | ||
- ExpandableContainer | ||
- Footer | ||
- Grid | ||
- Header | ||
- Heading | ||
- HtmlOutput | ||
- IconButton | ||
- Image | ||
- InfoPopup | ||
- InputContainer | ||
- InputError | ||
- InputHint | ||
- InputLabel | ||
- InputSection | ||
- KeyFigure | ||
- LegendItem | ||
- List | ||
- Message | ||
- Modal | ||
- MultiSelectInput | ||
- NavigationTabList | ||
- NumberInput | ||
- NumberOutput | ||
- Overlay | ||
- PageContainer | ||
- PageHeader | ||
- Pager | ||
- PasswordInput | ||
- PieChart | ||
- Popup | ||
- Portal | ||
- ProgressBar | ||
- RadioInput | ||
- RawButton | ||
- RawFileInput | ||
- RawInput | ||
- RawList | ||
- RawTextArea | ||
- ReducedListDisplay | ||
- SearchMultiSelectInput | ||
- SearchSelectInput | ||
- SegmentInput | ||
- SelectInput | ||
- SelectInputContainer | ||
- Spinner | ||
- StackedProgressBar | ||
- Switch | ||
- Table | ||
- Tabs | ||
- TextArea | ||
- TextInput | ||
- TextOutput | ||
- TimeSeriesChart | ||
- Tooltip | ||
|
||
### Components used in PDF export | ||
|
||
- Container | ||
- DescriptionText | ||
- Heading | ||
- Image | ||
- TextOutput | ||
|
||
### Hooks | ||
|
||
- useBasicLayout | ||
- useBlurEffect | ||
- useBooleanState | ||
- useFloatPlacement | ||
- useKeyboard | ||
- useSizeTracking | ||
- useSpacingTokens | ||
- useTranslation | ||
|
||
### Contexts | ||
|
||
- alert | ||
- dropdown-menu | ||
- language | ||
- navigation-tab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.