@uniformdev/design-system 19.41.0 → 19.42.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/dist/esm/index.js CHANGED
@@ -17978,7 +17978,7 @@ var RichText = ({
17978
17978
  }, []);
17979
17979
  return /* @__PURE__ */ jsxs67(Fragment16, { children: [
17980
17980
  readOnly ? null : /* @__PURE__ */ jsx99(RichTextToolbar_default, { config, customControls }),
17981
- /* @__PURE__ */ jsxs67("div", { css: editorContainer, ref: editorContainerRef, children: [
17981
+ /* @__PURE__ */ jsxs67("div", { css: editorContainer, ref: editorContainerRef, "data-testid": "value-container", children: [
17982
17982
  /* @__PURE__ */ jsx99(
17983
17983
  RichTextPlugin,
17984
17984
  {
package/dist/index.js CHANGED
@@ -18174,7 +18174,7 @@ var RichText = ({
18174
18174
  }, []);
18175
18175
  return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(import_jsx_runtime99.Fragment, { children: [
18176
18176
  readOnly ? null : /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(RichTextToolbar_default, { config, customControls }),
18177
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { css: editorContainer, ref: editorContainerRef, children: [
18177
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { css: editorContainer, ref: editorContainerRef, "data-testid": "value-container", children: [
18178
18178
  /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
18179
18179
  import_LexicalRichTextPlugin.RichTextPlugin,
18180
18180
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "19.41.0",
3
+ "version": "19.42.0",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -24,8 +24,8 @@
24
24
  "@storybook/react": "6.5.16",
25
25
  "@types/react": "18.2.18",
26
26
  "@types/react-dom": "18.2.7",
27
- "@uniformdev/canvas": "^19.41.0",
28
- "@uniformdev/richtext": "^19.41.0",
27
+ "@uniformdev/canvas": "^19.42.0",
28
+ "@uniformdev/richtext": "^19.42.0",
29
29
  "autoprefixer": "10.4.14",
30
30
  "hygen": "6.2.11",
31
31
  "postcss": "8.4.27",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "cd4f9fd5bbdcba2b7f7235dbf342418a6bbaacb9"
71
+ "gitHead": "33ed87d09bfb50c8557c6bcf4eb232c76f7c99d8"
72
72
  }