reshaped 3.3.12 → 3.3.13
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 +3 -0
- package/dist/bundle.css +1 -1
- package/dist/bundle.d.ts +1 -1
- package/dist/bundle.js +11 -11
- package/dist/components/Carousel/Carousel.js +52 -4
- package/dist/components/Carousel/Carousel.types.d.ts +4 -0
- package/dist/components/Carousel/tests/Carousel.stories.d.ts +20 -4
- package/dist/components/Carousel/tests/Carousel.stories.js +195 -102
- package/dist/components/Container/Container.module.css +1 -1
- package/dist/components/Table/index.d.ts +1 -1
- package/dist/components/Table/tests/Table.stories.d.ts +5 -5
- package/dist/components/Table/tests/Table.test.stories.d.ts +5 -5
- package/dist/index.d.ts +1 -1
- package/package.json +32 -32
- package/dist/components/Carousel/tests/Carousel.test.stories.d.ts +0 -17
- package/dist/components/Carousel/tests/Carousel.test.stories.js +0 -52
package/CHANGELOG.md
CHANGED
@@ -18,3 +18,6 @@
|
|
18
18
|
- Loader: Added ariaLabel prop
|
19
19
|
- Progress: Added ariaLabel prop
|
20
20
|
- generateThemeColors: fixed generation error when called with separate hexDark colors
|
21
|
+
- getThemeCSS: updated documentation to mention baseThemeDefinition
|
22
|
+
- Table: Added compound component types to the package exports
|
23
|
+
- Carousel: onChange() + instanceRef.navigateTo()
|