@uniformdev/design-system 19.90.1-alpha.8 → 19.92.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/dist/esm/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -5
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 : "
|
|
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 : "
|
|
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.
|
|
3
|
+
"version": "19.92.2",
|
|
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.
|
|
27
|
-
"@uniformdev/richtext": "^19.
|
|
26
|
+
"@uniformdev/canvas": "^19.92.2",
|
|
27
|
+
"@uniformdev/richtext": "^19.92.2",
|
|
28
28
|
"autoprefixer": "10.4.16",
|
|
29
29
|
"hygen": "6.2.11",
|
|
30
30
|
"postcss": "8.4.32",
|
|
@@ -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.
|
|
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": "
|
|
70
|
+
"gitHead": "8a0bea83eef2d7353758902ed61920b39187c00a"
|
|
71
71
|
}
|