@uniformdev/design-system 20.14.1 → 20.14.4-alpha.3
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 +4 -0
- package/dist/index.js +4 -0
- package/package.json +4 -4
package/dist/esm/index.js
CHANGED
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.
|
|
3
|
+
"version": "20.14.4-alpha.3+44d4ff48ab",
|
|
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.
|
|
42
|
-
"@uniformdev/richtext": "^20.14.
|
|
41
|
+
"@uniformdev/canvas": "^20.14.4-alpha.3+44d4ff48ab",
|
|
42
|
+
"@uniformdev/richtext": "^20.14.4-alpha.3+44d4ff48ab",
|
|
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": "44d4ff48ab0d87da9adacd4e973ae40798b431b5"
|
|
95
95
|
}
|