@carto/meridian-ds 1.3.4 → 1.3.5
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 +6 -0
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +1344 -1334
- package/dist/types/components/molecules/Avatar.d.ts +1 -0
- package/dist/types/components/molecules/Avatar.d.ts.map +1 -1
- package/dist/types/components/organisms/Dialog/DialogContent.d.ts +2 -2
- package/dist/types/components/organisms/Dialog/DialogContent.d.ts.map +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
## 1.0
|
|
6
6
|
|
|
7
|
+
### 1.3.5
|
|
8
|
+
|
|
9
|
+
- Fix DialogContent support for ref [#131](https://github.com/CartoDB/meridian-ds/pull/131)
|
|
10
|
+
- Update Storybook to version 8.6.8 [#129](https://github.com/CartoDB/meridian-ds/pull/129)
|
|
11
|
+
- Add disabled prop to Avatar component [#128](https://github.com/CartoDB/meridian-ds/pull/128)
|
|
12
|
+
|
|
7
13
|
### 1.3.4
|
|
8
14
|
|
|
9
15
|
- Fix CategoryWidget edge-case when number of items is <= than max items [#126](https://github.com/CartoDB/meridian-ds/pull/126)
|