-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
7,335 additions
and
6,804 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,19 @@ | ||
import { Meta } from '@storybook/blocks'; | ||
|
||
<Meta title="Releases/v1.0.x/v1.0.1/Changelog"/> | ||
|
||
# 1.0.1 (November 14, 2023) | ||
|
||
## 🐛 Fixes | ||
* occurred errors ([#306](https://github.com/infermedica/component-library/pull/306)) | ||
* package.json to reduce vulnerabilities ([#293](https://github.com/infermedica/component-library/pull/293)) | ||
|
||
## 🧹 Chores | ||
* updated packages ([#307](https://github.com/infermedica/component-library/pull/307)) | ||
* linted components code ([#309](https://github.com/infermedica/component-library/pull/309)) | ||
|
||
## 📄 Docs | ||
* updated configuration section in installation guide ([#310](https://github.com/infermedica/component-library/pull/310)) | ||
* use Maintainer component to display team members ([#308](https://github.com/infermedica/component-library/pull/308)) | ||
* update documentation ([#300](https://github.com/infermedica/component-library/pull/300)) | ||
|
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
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
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 |
---|---|---|
@@ -1,74 +1,74 @@ | ||
// Auto-generated file by create-index.js. Do not edit manually | ||
export default [ | ||
'absent', | ||
'agreement-rtl', | ||
'agreement', | ||
'api', | ||
'arrow-dropdown-down', | ||
'arrow-dropdown-up', | ||
'arrow-left', | ||
'arrow-right', | ||
'arrow-thin-down', | ||
'arrow-thin-up', | ||
'boy-rtl', | ||
'boy', | ||
'bullet-alarming', | ||
'bullet-common', | ||
'calendar', | ||
'call-center-triage', | ||
'caution', | ||
'ce', | ||
'checkmark', | ||
'chevron-down', | ||
'chevron-left', | ||
'chevron-right', | ||
'chevron-up', | ||
'clear', | ||
'close', | ||
'consultation-24', | ||
'consultation', | ||
'desktop', | ||
'dont-know', | ||
'dots', | ||
'emergency-ambulance', | ||
'emergency', | ||
'error-filled', | ||
'female', | ||
'frame', | ||
'fullscreen', | ||
'info-filled', | ||
'info', | ||
'instruction', | ||
'location', | ||
'lock', | ||
'male', | ||
'manufacturer', | ||
'menu', | ||
'minus', | ||
'mobile', | ||
'my-location', | ||
'myself', | ||
'no-internet-illustration-rtl', | ||
'no-internet-illustration', | ||
'no-internet', | ||
'no', | ||
'plus-circled-filled', | ||
'plus', | ||
'podium-rtl', | ||
'podium', | ||
'present', | ||
'remove-filled', | ||
'rotate', | ||
'sad', | ||
'search', | ||
'self-care', | ||
'someone-else', | ||
'star-filled', | ||
'star-outlined', | ||
'success-filled', | ||
'symptom-checker', | ||
'tablet', | ||
'unknown', | ||
'warning-filled', | ||
'yes', | ||
'warning-filled', | ||
'unknown', | ||
'tablet', | ||
'symptom-checker', | ||
'success-filled', | ||
'star-outlined', | ||
'star-filled', | ||
'someone-else', | ||
'self-care', | ||
'search', | ||
'sad', | ||
'rotate', | ||
'remove-filled', | ||
'present', | ||
'podium', | ||
'podium-rtl', | ||
'plus', | ||
'plus-circled-filled', | ||
'no', | ||
'no-internet', | ||
'no-internet-illustration', | ||
'no-internet-illustration-rtl', | ||
'myself', | ||
'my-location', | ||
'mobile', | ||
'minus', | ||
'menu', | ||
'manufacturer', | ||
'male', | ||
'lock', | ||
'location', | ||
'instruction', | ||
'info', | ||
'info-filled', | ||
'fullscreen', | ||
'frame', | ||
'female', | ||
'error-filled', | ||
'emergency', | ||
'emergency-ambulance', | ||
'dots', | ||
'dont-know', | ||
'desktop', | ||
'consultation', | ||
'consultation-24', | ||
'close', | ||
'clear', | ||
'chevron-up', | ||
'chevron-right', | ||
'chevron-left', | ||
'chevron-down', | ||
'checkmark', | ||
'ce', | ||
'caution', | ||
'call-center-triage', | ||
'calendar', | ||
'bullet-common', | ||
'bullet-alarming', | ||
'boy', | ||
'boy-rtl', | ||
'arrow-thin-up', | ||
'arrow-thin-down', | ||
'arrow-right', | ||
'arrow-left', | ||
'arrow-dropdown-up', | ||
'arrow-dropdown-down', | ||
'api', | ||
'agreement', | ||
'agreement-rtl', | ||
'absent', | ||
] as const; |