@uniformdev/design-system 20.72.4-alpha.6 → 20.73.1-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 +2 -0
- package/dist/index.js +2 -0
- package/package.json +4 -4
package/dist/esm/index.js
CHANGED
|
@@ -9284,7 +9284,9 @@ var descriptionListLabelStyles = css55`
|
|
|
9284
9284
|
`;
|
|
9285
9285
|
var descriptionListValueStyles = css55`
|
|
9286
9286
|
display: flex;
|
|
9287
|
+
min-width: 0;
|
|
9287
9288
|
margin: 0;
|
|
9289
|
+
overflow-wrap: anywhere;
|
|
9288
9290
|
`;
|
|
9289
9291
|
|
|
9290
9292
|
// src/components/DescriptionList/DescriptionList.tsx
|
package/dist/index.js
CHANGED
|
@@ -11166,7 +11166,9 @@ var descriptionListLabelStyles = import_react84.css`
|
|
|
11166
11166
|
`;
|
|
11167
11167
|
var descriptionListValueStyles = import_react84.css`
|
|
11168
11168
|
display: flex;
|
|
11169
|
+
min-width: 0;
|
|
11169
11170
|
margin: 0;
|
|
11171
|
+
overflow-wrap: anywhere;
|
|
11170
11172
|
`;
|
|
11171
11173
|
|
|
11172
11174
|
// src/components/DescriptionList/DescriptionList.tsx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.73.1-alpha.13+1ef8c4abf6",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"exports": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"@storybook/react-vite": "10.4.6",
|
|
35
35
|
"@types/react": "19.2.17",
|
|
36
36
|
"@types/react-dom": "19.2.3",
|
|
37
|
-
"@uniformdev/canvas": "^20.
|
|
38
|
-
"@uniformdev/richtext": "^20.
|
|
37
|
+
"@uniformdev/canvas": "^20.73.1-alpha.13+1ef8c4abf6",
|
|
38
|
+
"@uniformdev/richtext": "^20.73.1-alpha.13+1ef8c4abf6",
|
|
39
39
|
"autoprefixer": "10.5.0",
|
|
40
40
|
"hygen": "6.2.11",
|
|
41
41
|
"jsdom": "29.1.1",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "1ef8c4abf6483807fd16f7fdb684411f9a303e93"
|
|
86
86
|
}
|