@uniformdev/design-system 20.71.1 → 20.71.2-alpha.7

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
@@ -8322,6 +8322,11 @@ var FilterChip = css49`
8322
8322
  &[aria-selected='true'] {
8323
8323
  border-color: var(--accent-dark);
8324
8324
  }
8325
+
8326
+ &:disabled {
8327
+ cursor: not-allowed;
8328
+ opacity: var(--opacity-50);
8329
+ }
8325
8330
  `;
8326
8331
  var FilterChipDropdown = css49`
8327
8332
  padding: var(--input-padding);
package/dist/index.js CHANGED
@@ -10188,6 +10188,11 @@ var FilterChip = import_react76.css`
10188
10188
  &[aria-selected='true'] {
10189
10189
  border-color: var(--accent-dark);
10190
10190
  }
10191
+
10192
+ &:disabled {
10193
+ cursor: not-allowed;
10194
+ opacity: var(--opacity-50);
10195
+ }
10191
10196
  `;
10192
10197
  var FilterChipDropdown = import_react76.css`
10193
10198
  padding: var(--input-padding);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.71.1",
3
+ "version": "20.71.2-alpha.7+2ec20a4ae2",
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.71.1",
38
- "@uniformdev/richtext": "^20.71.1",
37
+ "@uniformdev/canvas": "^20.71.2-alpha.7+2ec20a4ae2",
38
+ "@uniformdev/richtext": "^20.71.2-alpha.7+2ec20a4ae2",
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": "61da3b98665928e0cef764fb9ae78d25ca558085"
85
+ "gitHead": "2ec20a4ae2d167b6e4e6ad47463b90fb16b73c47"
86
86
  }