@crystallize/design-system 1.24.40 → 1.24.42
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 +13 -0
- package/dist/{chunk-UVSAFDWF.mjs → chunk-3HUBTZND.mjs} +1534 -1492
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2163 -2107
- package/dist/index.mjs +16 -14
- package/dist/{rich-text-editor-K5YUVMCD.mjs → rich-text-editor-W6DYNBJ6.mjs} +1 -1
- package/package.json +5 -1
- package/src/card/card.tsx +4 -4
- package/src/iconography/actions.tsx +40 -0
- package/src/iconography/clock.tsx +7 -5
- package/src/iconography/edit.tsx +4 -2
- package/src/iconography/index.ts +2 -0
- package/src/iconography/paths.tsx +5 -3
- package/src/iconography/unpublish.tsx +7 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @crystallize/design-system
|
|
2
2
|
|
|
3
|
+
## 1.24.42
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ec368f6: Add flow actions behind FF
|
|
8
|
+
|
|
9
|
+
## 1.24.41
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- ecfebe1: Upgrade nodejs and pnpm version to the latest
|
|
14
|
+
- 4fc16927b: Upgrade nodejs and pnpm versions
|
|
15
|
+
|
|
3
16
|
## 1.24.40
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|