@uniformdev/mesh-sdk-react 19.54.2-alpha.10 → 19.54.2-alpha.12

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/index.esm.js CHANGED
@@ -3740,6 +3740,7 @@ function VariablesPlugin({
3740
3740
  /* @__PURE__ */ jsx32(
3741
3741
  "div",
3742
3742
  {
3743
+ "data-auto-resize-opt-in": true,
3743
3744
  css: css20`
3744
3745
  box-shadow: var(--shadow-base);
3745
3746
  border-radius: var(--rounded-base);
package/dist/index.js CHANGED
@@ -3918,6 +3918,7 @@ function VariablesPlugin({
3918
3918
  /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
3919
3919
  "div",
3920
3920
  {
3921
+ "data-auto-resize-opt-in": true,
3921
3922
  css: import_react37.css`
3922
3923
  box-shadow: var(--shadow-base);
3923
3924
  border-radius: var(--rounded-base);
package/dist/index.mjs CHANGED
@@ -3740,6 +3740,7 @@ function VariablesPlugin({
3740
3740
  /* @__PURE__ */ jsx32(
3741
3741
  "div",
3742
3742
  {
3743
+ "data-auto-resize-opt-in": true,
3743
3744
  css: css20`
3744
3745
  box-shadow: var(--shadow-base);
3745
3746
  border-radius: var(--rounded-base);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.54.2-alpha.10+26eb61515",
3
+ "version": "19.54.2-alpha.12+7c9fa8960",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -50,9 +50,9 @@
50
50
  "@lexical/selection": "^0.12.0",
51
51
  "@lexical/utils": "^0.12.0",
52
52
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v4.10.1/react-icons-all-files-4.10.1.tgz",
53
- "@uniformdev/canvas": "19.54.2-alpha.10+26eb61515",
54
- "@uniformdev/design-system": "19.54.2-alpha.10+26eb61515",
55
- "@uniformdev/mesh-sdk": "19.54.2-alpha.10+26eb61515",
53
+ "@uniformdev/canvas": "19.54.2-alpha.12+7c9fa8960",
54
+ "@uniformdev/design-system": "19.54.2-alpha.12+7c9fa8960",
55
+ "@uniformdev/mesh-sdk": "19.54.2-alpha.12+7c9fa8960",
56
56
  "dequal": "^2.0.3",
57
57
  "lexical": "^0.12.0",
58
58
  "mitt": "^3.0.0",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "26eb615153bcf5f11deb0beeb0f227accde9ae6f"
89
+ "gitHead": "7c9fa89606aad125a8cca19f6fc6b50ddc4c3f58"
90
90
  }