@uniformdev/design-system 19.173.0 → 19.173.2-alpha.8
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 -0
- package/dist/index.js +1 -0
- package/package.json +4 -4
package/dist/esm/index.js
CHANGED
|
@@ -18322,6 +18322,7 @@ var subtitle = css78`
|
|
|
18322
18322
|
outline: none;
|
|
18323
18323
|
border: 0;
|
|
18324
18324
|
background-color: transparent;
|
|
18325
|
+
max-width: 100%;
|
|
18325
18326
|
`;
|
|
18326
18327
|
var sideSection = css78`
|
|
18327
18328
|
cursor: default;
|
package/dist/index.js
CHANGED
|
@@ -20159,6 +20159,7 @@ var subtitle = import_react115.css`
|
|
|
20159
20159
|
outline: none;
|
|
20160
20160
|
border: 0;
|
|
20161
20161
|
background-color: transparent;
|
|
20162
|
+
max-width: 100%;
|
|
20162
20163
|
`;
|
|
20163
20164
|
var sideSection = import_react115.css`
|
|
20164
20165
|
cursor: default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "19.173.
|
|
3
|
+
"version": "19.173.2-alpha.8+7b0bc70fd5",
|
|
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": "8.0.10",
|
|
25
25
|
"@types/react": "18.2.40",
|
|
26
26
|
"@types/react-dom": "18.2.17",
|
|
27
|
-
"@uniformdev/canvas": "^19.173.
|
|
28
|
-
"@uniformdev/richtext": "^19.173.
|
|
27
|
+
"@uniformdev/canvas": "^19.173.2-alpha.8+7b0bc70fd5",
|
|
28
|
+
"@uniformdev/richtext": "^19.173.2-alpha.8+7b0bc70fd5",
|
|
29
29
|
"autoprefixer": "10.4.16",
|
|
30
30
|
"hygen": "6.2.11",
|
|
31
31
|
"postcss": "8.4.38",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "7b0bc70fd58912415a860667c266cb339fa8133a"
|
|
80
80
|
}
|