@crystallize/design-system 1.24.4 → 1.24.6
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-7K3KQDTQ.mjs → chunk-BNSEEMOM.mjs} +636 -568
- package/dist/index.css +3 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1154 -1080
- package/dist/index.mjs +2 -2
- package/dist/{rich-text-editor-ZJS3XSIV.mjs → rich-text-editor-BSPSXJSK.mjs} +16 -17
- package/dist/{rich-text-editor-EVP7CTRQ.css → rich-text-editor-XW66E4QG.css} +3 -0
- package/package.json +2 -2
- package/src/dropdown-menu/dropdown-menu.css +4 -0
- package/src/iconography/index.ts +2 -0
- package/src/iconography/multiple-choice.tsx +57 -0
- package/src/rich-text-editor/model/crystallize-to-lexical.ts +10 -9
- package/src/rich-text-editor/model/lexical-to-crystallize.ts +7 -13
- package/src/rich-text-editor/model/parse-initial-state.ts +1 -1
- package/src/rich-text-editor/types/crystallize-rich-text-types/index.ts +13 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @crystallize/design-system
|
|
2
2
|
|
|
3
|
+
## 1.24.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 104118f: Add new icon - Multiple choice.
|
|
8
|
+
|
|
9
|
+
## 1.24.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- d6c2d6d: This PR adjusts dropdown css to allow displaying radix popper components in dialog on flow page
|
|
14
|
+
|
|
3
15
|
## 1.24.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|