@crystallize/design-system 1.23.3 → 1.23.5
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-NT4RM5NK.mjs → chunk-HTAQYJ4Y.mjs} +986 -640
- package/dist/index.css +20 -2
- package/dist/index.d.ts +4 -1
- package/dist/index.js +1505 -1136
- package/dist/index.mjs +16 -7
- package/dist/{rich-text-editor-7QQ3AZED.mjs → rich-text-editor-EN3ZWHSO.mjs} +1 -1
- package/package.json +1 -1
- package/src/iconography/caret.tsx +2 -2
- package/src/iconography/index.ts +4 -0
- package/src/iconography/items.tsx +291 -0
- package/src/iconography/piece.tsx +36 -0
- package/src/switch/switch.css +1 -1
- package/src/tag/tag.css +10 -0
- package/src/tag/tag.tsx +13 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @crystallize/design-system
|
|
2
2
|
|
|
3
|
+
## 1.23.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8d18f66: Add FF for pieces. Add logic to create a piece. Refactor shapes logic to use core next for some of the queries.
|
|
8
|
+
- 8d18f66: Add two new icons - Items and Piece
|
|
9
|
+
|
|
10
|
+
## 1.23.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- c7278f8: Add a new prop to Tag component to show remove button on hover.
|
|
15
|
+
|
|
3
16
|
## 1.23.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|