@crystallize/design-system 1.24.29 → 1.24.31
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-OD4GHCZ2.mjs → chunk-L37CEYE5.mjs} +1596 -1243
- package/dist/index.css +0 -12
- package/dist/index.d.ts +10 -2
- package/dist/index.js +2226 -1797
- package/dist/index.mjs +2 -2
- package/dist/{rich-text-editor-FMYEV5BL.mjs → rich-text-editor-FXEPVDMG.mjs} +1 -1
- package/dist/{rich-text-editor-RUYX7OQE.css → rich-text-editor-KXLB6GMR.css} +0 -12
- package/package.json +1 -1
- package/src/iconography/coupon.tsx +36 -0
- package/src/iconography/date-infinity.tsx +51 -0
- package/src/iconography/date.tsx +19 -21
- package/src/iconography/dynamic-value.tsx +43 -0
- package/src/iconography/fixed-value.tsx +36 -0
- package/src/iconography/folder.tsx +6 -4
- package/src/iconography/index.ts +16 -0
- package/src/iconography/min-quantity.tsx +40 -0
- package/src/iconography/min-value.tsx +40 -0
- package/src/iconography/percentage.tsx +9 -6
- package/src/iconography/price-tag.tsx +7 -5
- package/src/iconography/product.tsx +12 -10
- package/src/iconography/target.tsx +11 -9
- package/src/iconography/topics.tsx +12 -10
- package/src/iconography/user.tsx +6 -4
- package/src/iconography/users.tsx +7 -5
- package/src/iconography/variables.ts +2 -0
- package/src/iconography/variant.tsx +28 -0
- package/src/iconography/wand.tsx +2 -2
- package/src/iconography/x-for-y.tsx +36 -0
- package/src/tooltip/tooltip.css +0 -16
- package/src/tooltip/tooltip.tsx +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @crystallize/design-system
|
|
2
2
|
|
|
3
|
+
## 1.24.31
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b4cc1b6: Add bunch of new icons
|
|
8
|
+
|
|
9
|
+
## 1.24.30
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 492385e: Add sorting by desc for images and logical operator AND. Fix issue in Safari with border on drop image card. Remove tooltip arrow
|
|
14
|
+
|
|
3
15
|
## 1.24.29
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|