@crystallize/design-system 1.21.2 → 1.23.0
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 +14 -0
- package/dist/{chunk-PB47BT3T.mjs → chunk-VYFBR7S4.mjs} +837 -782
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1354 -1291
- package/dist/index.mjs +3 -3
- package/dist/{rich-text-editor-BA5R66CS.mjs → rich-text-editor-PXZQZRPK.mjs} +2 -1
- package/package.json +1 -1
- package/src/iconography/flow.tsx +58 -0
- package/src/iconography/index.ts +2 -0
- package/src/rich-text-editor/rich-text-editor.tsx +1 -1
- package/src/toast/toast.tsx +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @crystallize/design-system
|
|
2
2
|
|
|
3
|
+
## 1.23.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e77a9c1: This is adding basic ui components and mutations for editing and deleting flow
|
|
8
|
+
|
|
9
|
+
Design-system got new Flow icon
|
|
10
|
+
|
|
11
|
+
## 1.22.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 497d580: Change toast component data-testid to include the toast type so we can use that to assert on it.
|
|
16
|
+
|
|
3
17
|
## 1.21.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|