@uniformdev/design-system 19.212.0 → 19.212.2-alpha.9
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
|
@@ -19582,6 +19582,7 @@ var inputIconBtn = css88`
|
|
|
19582
19582
|
&[aria-disabled='true'] {
|
|
19583
19583
|
background: none;
|
|
19584
19584
|
color: currentColor;
|
|
19585
|
+
cursor: default;
|
|
19585
19586
|
}
|
|
19586
19587
|
|
|
19587
19588
|
&:focus {
|
package/dist/index.js
CHANGED
|
@@ -21480,6 +21480,7 @@ var inputIconBtn = import_react131.css`
|
|
|
21480
21480
|
&[aria-disabled='true'] {
|
|
21481
21481
|
background: none;
|
|
21482
21482
|
color: currentColor;
|
|
21483
|
+
cursor: default;
|
|
21483
21484
|
}
|
|
21484
21485
|
|
|
21485
21486
|
&:focus {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "19.212.
|
|
3
|
+
"version": "19.212.2-alpha.9+d5bd4b9464",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@storybook/theming": "^8.3.3",
|
|
27
27
|
"@types/react": "18.3.11",
|
|
28
28
|
"@types/react-dom": "18.3.1",
|
|
29
|
-
"@uniformdev/canvas": "^19.212.
|
|
30
|
-
"@uniformdev/richtext": "^19.212.
|
|
29
|
+
"@uniformdev/canvas": "^19.212.2-alpha.9+d5bd4b9464",
|
|
30
|
+
"@uniformdev/richtext": "^19.212.2-alpha.9+d5bd4b9464",
|
|
31
31
|
"autoprefixer": "10.4.16",
|
|
32
32
|
"hygen": "6.2.11",
|
|
33
33
|
"postcss": "8.4.47",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "d5bd4b9464d251ef4f0ec34fd29e4108131b9d43"
|
|
83
83
|
}
|