@uniformdev/design-system 20.31.1-alpha.7 → 20.32.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
package/dist/index.js
CHANGED
|
@@ -8277,7 +8277,7 @@ var ChipContainer = import_react67.css`
|
|
|
8277
8277
|
cursor: pointer;
|
|
8278
8278
|
}
|
|
8279
8279
|
|
|
8280
|
-
|
|
8280
|
+
:where(button):hover {
|
|
8281
8281
|
[role='presentation'] {
|
|
8282
8282
|
transition: opacity var(--duration-fast) var(--timing-ease-out);
|
|
8283
8283
|
opacity: var(--opacity-100);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.32.0",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"exports": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@storybook/theming": "^8.3.3",
|
|
39
39
|
"@types/react": "18.3.11",
|
|
40
40
|
"@types/react-dom": "18.3.1",
|
|
41
|
-
"@uniformdev/canvas": "^20.
|
|
42
|
-
"@uniformdev/richtext": "^20.
|
|
41
|
+
"@uniformdev/canvas": "^20.32.0",
|
|
42
|
+
"@uniformdev/richtext": "^20.32.0",
|
|
43
43
|
"@vitest/coverage-v8": "^3.1.2",
|
|
44
44
|
"autoprefixer": "10.4.21",
|
|
45
45
|
"hygen": "6.2.11",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"publishConfig": {
|
|
92
92
|
"access": "public"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "5e94bba0b8d4295cdb77a7f72196849412da96c6"
|
|
95
95
|
}
|