@crystallize/design-system 1.21.0 → 1.21.2
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-PB47BT3T.mjs +6018 -0
- package/dist/index.css +10 -4
- package/dist/index.d.ts +7 -28
- package/dist/index.js +37048 -35782
- package/dist/index.mjs +273 -9459
- package/dist/rich-text-editor-BA5R66CS.mjs +3227 -0
- package/dist/rich-text-editor-OUGDPSPV.css +2365 -0
- package/package.json +4 -3
- package/src/dialog/config.tsx +3 -9
- package/src/dialog/types.ts +0 -1
- package/src/rich-text-editor/index.tsx +15 -0
- package/src/rich-text-editor/rich-text-editor.css +4 -5
- package/src/rich-text-editor/rich-text-editor.tsx +2 -4
- package/src/tag/tag.css +4 -0
- package/src/tag/tag.tsx +1 -0
- package/src/rich-text-editor/index.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @crystallize/design-system
|
|
2
2
|
|
|
3
|
+
## 1.21.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2ad694c: Extend the Tag component to support `xxs` size.
|
|
8
|
+
|
|
9
|
+
## 1.21.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 94bc1be: RichText didn't render with SSR, now we are loading it with Suspense. see: https://github.com/facebook/lexical/issues/4960
|
|
14
|
+
|
|
3
15
|
## 1.21.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|