@uniformdev/design-system 19.91.0 → 19.92.3-alpha.13

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
@@ -14030,7 +14030,7 @@ var Input = React16.forwardRef(
14030
14030
  "div",
14031
14031
  {
14032
14032
  css: [inputContainer, typeof classNameRoot === "object" ? classNameRoot : void 0],
14033
- "data-testid": containerTestId ? containerTestId : "container-input-field",
14033
+ "data-testid": containerTestId ? containerTestId : "input-container",
14034
14034
  children: [
14035
14035
  showLabel ? /* @__PURE__ */ jsx56(
14036
14036
  Label,
package/dist/index.js CHANGED
@@ -15754,7 +15754,7 @@ var Input = React16.forwardRef(
15754
15754
  "div",
15755
15755
  {
15756
15756
  css: [inputContainer, typeof classNameRoot === "object" ? classNameRoot : void 0],
15757
- "data-testid": containerTestId ? containerTestId : "container-input-field",
15757
+ "data-testid": containerTestId ? containerTestId : "input-container",
15758
15758
  children: [
15759
15759
  showLabel ? /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
15760
15760
  Label,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "19.91.0",
3
+ "version": "19.92.3-alpha.13+67408b354",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -23,8 +23,8 @@
23
23
  "@storybook/react": "6.5.16",
24
24
  "@types/react": "18.2.40",
25
25
  "@types/react-dom": "18.2.17",
26
- "@uniformdev/canvas": "^19.91.0",
27
- "@uniformdev/richtext": "^19.91.0",
26
+ "@uniformdev/canvas": "^19.92.3-alpha.13+67408b354",
27
+ "@uniformdev/richtext": "^19.92.3-alpha.13+67408b354",
28
28
  "autoprefixer": "10.4.16",
29
29
  "hygen": "6.2.11",
30
30
  "postcss": "8.4.32",
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@ariakit/react": "^0.3.5",
37
37
  "@emotion/css": "^11.11.0",
38
- "@emotion/react": "11.11.1",
38
+ "@emotion/react": "11.11.3",
39
39
  "@lexical/code": "^0.12.0",
40
40
  "@lexical/link": "^0.12.0",
41
41
  "@lexical/list": "^0.12.0",
@@ -49,7 +49,7 @@
49
49
  "fast-equals": "^5.0.1",
50
50
  "lexical": "^0.12.0",
51
51
  "lottie-react": "^2.3.1",
52
- "monaco-editor": "0.44.0",
52
+ "monaco-editor": "0.45.0",
53
53
  "react-hotkeys-hook": "4.4.1",
54
54
  "react-paginate": "8.2.0",
55
55
  "react-select": "5.7.7",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "c1d1a232c177a29f73ec0334d5b70e11fc6f4d77"
70
+ "gitHead": "67408b3549aae6a98d76c3eefd1b501c5c834d56"
71
71
  }