@uniformdev/design-system 19.112.1-alpha.2 → 19.114.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/esm/index.js
CHANGED
|
@@ -19610,7 +19610,7 @@ var editorPlaceholder = css88`
|
|
|
19610
19610
|
left: calc(var(--spacing-sm) + 1px);
|
|
19611
19611
|
pointer-events: none;
|
|
19612
19612
|
position: absolute;
|
|
19613
|
-
top: var(--spacing-
|
|
19613
|
+
top: var(--spacing-sm);
|
|
19614
19614
|
user-select: none;
|
|
19615
19615
|
`;
|
|
19616
19616
|
var editorInput = css88`
|
package/dist/index.js
CHANGED
|
@@ -21406,7 +21406,7 @@ var editorPlaceholder = import_react129.css`
|
|
|
21406
21406
|
left: calc(var(--spacing-sm) + 1px);
|
|
21407
21407
|
pointer-events: none;
|
|
21408
21408
|
position: absolute;
|
|
21409
|
-
top: var(--spacing-
|
|
21409
|
+
top: var(--spacing-sm);
|
|
21410
21410
|
user-select: none;
|
|
21411
21411
|
`;
|
|
21412
21412
|
var editorInput = import_react129.css`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.114.0",
|
|
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.114.0",
|
|
27
|
+
"@uniformdev/richtext": "^19.114.0",
|
|
28
28
|
"autoprefixer": "10.4.16",
|
|
29
29
|
"hygen": "6.2.11",
|
|
30
30
|
"postcss": "8.4.32",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "c9d4260a191785215cdca52c78f869be809f6e06"
|
|
74
74
|
}
|