@uniformdev/design-system 20.14.2 → 20.15.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
@@ -8915,6 +8915,10 @@ var Tile = css63`
8915
8915
  &[aria-disabled='true'],
8916
8916
  &:disabled {
8917
8917
  pointer-events: none;
8918
+
8919
+ > * {
8920
+ opacity: 0.5;
8921
+ }
8918
8922
  }
8919
8923
  `;
8920
8924
  var LinkTile = css63`
package/dist/index.js CHANGED
@@ -10745,6 +10745,10 @@ var Tile = import_react96.css`
10745
10745
  &[aria-disabled='true'],
10746
10746
  &:disabled {
10747
10747
  pointer-events: none;
10748
+
10749
+ > * {
10750
+ opacity: 0.5;
10751
+ }
10748
10752
  }
10749
10753
  `;
10750
10754
  var LinkTile = import_react96.css`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.14.2",
3
+ "version": "20.15.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.14.2",
42
- "@uniformdev/richtext": "^20.14.2",
41
+ "@uniformdev/canvas": "^20.15.0",
42
+ "@uniformdev/richtext": "^20.15.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": "5da8b97b485b3a86ca4aaadcf70c0a0273429ef1"
94
+ "gitHead": "ab199fc3b7b250609eba1b4e0b223613e59c973b"
95
95
  }