@crystallize/design-system 1.4.1 → 1.4.3
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/index.css +319 -319
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -7
- package/src/rich-text-editor/rich-text-editor.css +1121 -1156
- package/src/rich-text-editor/rich-text-editor.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -11333,7 +11333,7 @@ function RichTextEditor({
|
|
|
11333
11333
|
children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(SharedHistoryContext, {
|
|
11334
11334
|
children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(TableContext, {
|
|
11335
11335
|
children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", {
|
|
11336
|
-
className: "editor
|
|
11336
|
+
className: "c-rich-text-editor",
|
|
11337
11337
|
children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(RichTextEditorWithoutContext, {
|
|
11338
11338
|
...rest
|
|
11339
11339
|
})
|
package/dist/index.mjs
CHANGED
|
@@ -9242,7 +9242,7 @@ function RichTextEditor({
|
|
|
9242
9242
|
children: /* @__PURE__ */ jsx70(SharedHistoryContext, {
|
|
9243
9243
|
children: /* @__PURE__ */ jsx70(TableContext, {
|
|
9244
9244
|
children: /* @__PURE__ */ jsx70("div", {
|
|
9245
|
-
className: "editor
|
|
9245
|
+
className: "c-rich-text-editor",
|
|
9246
9246
|
children: /* @__PURE__ */ jsx70(RichTextEditorWithoutContext, {
|
|
9247
9247
|
...rest
|
|
9248
9248
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystallize/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"types": "./dist/index.d.ts",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -45,12 +45,13 @@
|
|
|
45
45
|
"@radix-ui/react-select": "1.1.2",
|
|
46
46
|
"@radix-ui/react-slider": "^1.1.0",
|
|
47
47
|
"class-variance-authority": "^0.4.0",
|
|
48
|
-
"hex-rgb": "4.3.0",
|
|
49
48
|
"lexical": "0.8.1",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
|
|
53
|
-
|
|
49
|
+
"prettier": "2.8.4",
|
|
50
|
+
"use-debounce": "8.0.4"
|
|
51
|
+
},
|
|
52
|
+
"peerDependencies": {
|
|
53
|
+
"react": "^16.8 || ^17.0 || ^18.0",
|
|
54
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
57
|
"@faker-js/faker": "7.6.0",
|
|
@@ -73,12 +74,13 @@
|
|
|
73
74
|
"@testing-library/jest-dom": "^5.16.4",
|
|
74
75
|
"@testing-library/react": "^12.0.0",
|
|
75
76
|
"@testing-library/user-event": "^14.4.3",
|
|
77
|
+
"@types/prettier": "2.7.2",
|
|
76
78
|
"@types/react": "17.0.1",
|
|
77
79
|
"@types/react-dom": "17.0.1",
|
|
78
80
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
79
81
|
"@vitejs/plugin-react": "^3.0.1",
|
|
80
|
-
"@types/prettier": "2.7.2",
|
|
81
82
|
"concurrently": "^7.6.0",
|
|
83
|
+
"hex-rgb": "4.3.0",
|
|
82
84
|
"postcss": "^8.4.21",
|
|
83
85
|
"storybook": "7.0.0-beta.14",
|
|
84
86
|
"storybook-addon-designs": "^6.3.1",
|