@uniformdev/design-system 20.60.1 → 20.60.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 +4 -4
package/dist/esm/index.js
CHANGED
|
@@ -3014,7 +3014,7 @@ var listViewLong = GenIcon({
|
|
|
3014
3014
|
tag: "path",
|
|
3015
3015
|
attr: {
|
|
3016
3016
|
fill: "currentColor",
|
|
3017
|
-
d:
|
|
3017
|
+
d: "M2 4C2 3.44772 2.44772 3 3 3H21C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5H3C2.44772 5 2 4.55228 2 4Z"
|
|
3018
3018
|
},
|
|
3019
3019
|
child: []
|
|
3020
3020
|
},
|
package/dist/index.js
CHANGED
|
@@ -4753,7 +4753,7 @@ var listViewLong = (0, import_all_files.GenIcon)({
|
|
|
4753
4753
|
tag: "path",
|
|
4754
4754
|
attr: {
|
|
4755
4755
|
fill: "currentColor",
|
|
4756
|
-
d:
|
|
4756
|
+
d: "M2 4C2 3.44772 2.44772 3 3 3H21C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5H3C2.44772 5 2 4.55228 2 4Z"
|
|
4757
4757
|
},
|
|
4758
4758
|
child: []
|
|
4759
4759
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "20.60.
|
|
3
|
+
"version": "20.60.2",
|
|
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.1.0",
|
|
35
35
|
"@types/react": "19.2.2",
|
|
36
36
|
"@types/react-dom": "19.2.2",
|
|
37
|
-
"@uniformdev/canvas": "^20.60.
|
|
38
|
-
"@uniformdev/richtext": "^20.60.
|
|
37
|
+
"@uniformdev/canvas": "^20.60.2",
|
|
38
|
+
"@uniformdev/richtext": "^20.60.2",
|
|
39
39
|
"autoprefixer": "10.4.21",
|
|
40
40
|
"hygen": "6.2.11",
|
|
41
41
|
"jsdom": "29.0.2",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "99066045997d9507f6b615604fa5fb5ed12bc0e6"
|
|
90
90
|
}
|