@crystallize/design-system 1.22.0 → 1.23.1
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 +17 -0
- package/dist/{chunk-PB47BT3T.mjs → chunk-VYFBR7S4.mjs} +837 -782
- package/dist/index.css +8 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1354 -1292
- package/dist/index.mjs +4 -4
- package/dist/{rich-text-editor-OUGDPSPV.css → rich-text-editor-EVP7CTRQ.css} +5 -2
- package/dist/{rich-text-editor-UNPP4LX5.mjs → rich-text-editor-PXZQZRPK.mjs} +1 -1
- package/package.json +1 -1
- package/src/dialog/dialog.css +11 -2
- package/src/iconography/flow.tsx +58 -0
- package/src/iconography/index.ts +2 -0
- package/src/select/select-root.tsx +8 -2
- package/src/select/select.css +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @crystallize/design-system
|
|
2
2
|
|
|
3
|
+
## 1.23.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 74818d2: This pr is adding a basic components and mutations to add an item to specific flow
|
|
8
|
+
query getFlows was moved to common hooks as it is used in different views
|
|
9
|
+
|
|
10
|
+
Also prop classname was added to Select.Container component to allow better styling
|
|
11
|
+
|
|
12
|
+
## 1.23.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- e77a9c1: This is adding basic ui components and mutations for editing and deleting flow
|
|
17
|
+
|
|
18
|
+
Design-system got new Flow icon
|
|
19
|
+
|
|
3
20
|
## 1.22.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|