@crystallize/design-system 1.24.35 → 1.24.37
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-RGQ4WALV.mjs → chunk-7BLEJWBK.mjs} +1149 -1113
- package/dist/index.css +53 -0
- package/dist/index.d.ts +12 -2
- package/dist/index.js +1963 -1669
- package/dist/index.mjs +251 -2
- package/dist/{rich-text-editor-MZTMZK5H.mjs → rich-text-editor-TANRKQM7.mjs} +1 -1
- package/package.json +1 -1
- package/src/color-picker/color-picker.tsx +100 -0
- package/src/color-picker/index.ts +1 -0
- package/src/iconography/copy.tsx +6 -12
- package/src/iconography/dots.tsx +17 -0
- package/src/iconography/index.ts +2 -0
- package/src/index.ts +1 -0
- package/src/radio/radio.css +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @crystallize/design-system
|
|
2
2
|
|
|
3
|
+
## 1.24.37
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3039c17: Add new icon - dots used for action menus
|
|
8
|
+
|
|
9
|
+
## 1.24.36
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 92b8a39: This PR is migrating most of the get image query to next, but showcases part is left on legacy.
|
|
14
|
+
Design system is exporting colors to be used in color picker/
|
|
15
|
+
|
|
3
16
|
## 1.24.35
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|