@crystallize/design-system 1.24.25 → 1.24.27
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 +12 -0
- package/dist/{chunk-DDFZZP2K.mjs → chunk-TMB3VHAI.mjs} +1303 -1267
- package/dist/index.css +11 -12
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1877 -1835
- package/dist/index.mjs +3 -3
- package/dist/{rich-text-editor-XW66E4QG.css → rich-text-editor-RUYX7OQE.css} +11 -12
- package/dist/{rich-text-editor-7VOY4KHA.mjs → rich-text-editor-XIO7AL7L.mjs} +6 -7
- package/package.json +1 -1
- package/src/button/button.css +4 -16
- package/src/card/card.tsx +1 -1
- package/src/dialog/confirm-dialog.tsx +2 -0
- package/src/dropdown-menu/dropdown-menu.css +5 -1
- package/src/iconography/cart.tsx +30 -0
- package/src/iconography/index.ts +2 -0
- package/src/rich-text-editor/model/crystallize-to-lexical.ts +5 -16
- package/src/tooltip/tooltip.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @crystallize/design-system
|
|
2
2
|
|
|
3
|
+
## 1.24.27
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ba652d9: Small fixes for carts
|
|
8
|
+
|
|
9
|
+
## 1.24.26
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 045d05a: It was found that table th and td elements were both rendered as td. To fix it, now we tell lexical that they are different.
|
|
14
|
+
|
|
3
15
|
## 1.24.25
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|