@algorithm-shift/design-system 1.3.103 → 1.3.105
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/index.css +0 -7
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +12 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2111,13 +2111,6 @@
|
|
|
2111
2111
|
.\[--cell-size\:--spacing\(8\)\] {
|
|
2112
2112
|
--cell-size: calc(var(--spacing) * 8);
|
|
2113
2113
|
}
|
|
2114
|
-
.group-hover\:opacity-100 {
|
|
2115
|
-
&:is(:where(.group):hover *) {
|
|
2116
|
-
@media (hover: hover) {
|
|
2117
|
-
opacity: 100%;
|
|
2118
|
-
}
|
|
2119
|
-
}
|
|
2120
|
-
}
|
|
2121
2114
|
.group-data-\[disabled\=true\]\:pointer-events-none {
|
|
2122
2115
|
&:is(:where(.group)[data-disabled=true] *) {
|
|
2123
2116
|
pointer-events: none;
|