@crystallize/design-system 1.24.14 → 1.24.16
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-62NPPXVQ.mjs → chunk-J5RWIXT3.mjs} +483 -355
- package/dist/index.css +1 -1
- package/dist/index.d.ts +5 -2
- package/dist/index.js +984 -842
- package/dist/index.mjs +6 -6
- package/dist/{rich-text-editor-4KH7E76T.mjs → rich-text-editor-N3CKGEBD.mjs} +1 -1
- package/package.json +1 -1
- package/src/iconography/index.ts +4 -0
- package/src/iconography/price-list.tsx +12 -9
- package/src/iconography/promotion.tsx +66 -0
- package/src/iconography/special-price.tsx +48 -0
- package/src/popover/popover.css +1 -1
- package/src/toast/toast.tsx +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @crystallize/design-system
|
|
2
2
|
|
|
3
|
+
## 1.24.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 50b5602: Add `id` prop to toast component so we can update the toast message without closing it
|
|
8
|
+
|
|
9
|
+
## 1.24.15
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 561e3ca: Add new icons for price lists, promotions and special-prices
|
|
14
|
+
|
|
3
15
|
## 1.24.14
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|