@crystallize/design-system 1.23.4 → 1.23.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 +13 -0
- package/dist/{chunk-XAHDYFIZ.mjs → chunk-FWRBC56V.mjs} +986 -636
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1496 -1132
- package/dist/index.mjs +2 -2
- package/dist/{rich-text-editor-3M2LH5IE.mjs → rich-text-editor-6PGBZV6U.mjs} +1 -1
- package/package.json +1 -1
- package/src/dropdown-menu/DropdownMenu.stories.tsx +2 -4
- package/src/iconography/folder.tsx +2 -0
- package/src/iconography/index.ts +4 -0
- package/src/iconography/items.tsx +291 -0
- package/src/iconography/piece.tsx +36 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @crystallize/design-system
|
|
2
2
|
|
|
3
|
+
## 1.23.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 162a582: This PR is fixng dropdown story, that was not showing the ContentWithIcon in storybook code preview
|
|
8
|
+
|
|
9
|
+
## 1.23.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 8d18f66: Add FF for pieces. Add logic to create a piece. Refactor shapes logic to use core next for some of the queries.
|
|
14
|
+
- 8d18f66: Add two new icons - Items and Piece
|
|
15
|
+
|
|
3
16
|
## 1.23.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|