@kwantis-id3/frontend-library 0.27.0 → 0.27.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +5 -0
- package/dist/esm/index.js +41 -41
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/Accordion/Accordion.d.ts +1 -1
- package/dist/esm/types/components/Button/Button.d.ts +1 -1
- package/dist/esm/types/components/Dropdown/Dropdown.d.ts +2 -2
- package/dist/index.d.ts +4 -4
- package/package.json +3 -6
package/changelog.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
# v0.27.2
|
|
2
|
+
## Patch Changes
|
|
3
|
+
- Updated @emotion/react from 11.10.6 to 11.14.0
|
|
4
|
+
- Updated @emotion/styled from 11.10.6 to 11.14.0
|
|
5
|
+
|
|
1
6
|
# v0.27.0
|
|
2
7
|
## Minor Changes
|
|
3
8
|
- The Modal component now doesn't use `setIsOpen` to close itself, but it now calls the `onClose` callback directly. This change was made to allow the user to pass a custom `onClose` callback that can be used to perform some actions before closing the modal.
|