@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 CHANGED
@@ -6498,7 +6498,7 @@ var ChipContainer = css45`
6498
6498
  cursor: pointer;
6499
6499
  }
6500
6500
 
6501
- &:hover {
6501
+ :where(button):hover {
6502
6502
  [role='presentation'] {
6503
6503
  transition: opacity var(--duration-fast) var(--timing-ease-out);
6504
6504
  opacity: var(--opacity-100);
package/dist/index.js CHANGED
@@ -8277,7 +8277,7 @@ var ChipContainer = import_react67.css`
8277
8277
  cursor: pointer;
8278
8278
  }
8279
8279
 
8280
- &:hover {
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.31.1-alpha.7+9d96376c09",
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.31.1-alpha.7+9d96376c09",
42
- "@uniformdev/richtext": "^20.31.1-alpha.7+9d96376c09",
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": "9d96376c09c3471f9ed1810db163c825314f9146"
94
+ "gitHead": "5e94bba0b8d4295cdb77a7f72196849412da96c6"
95
95
  }