@geomak/ui 6.0.0 → 6.0.1
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.cjs +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -3
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2597,9 +2597,6 @@ video {
|
|
|
2597
2597
|
--tw-rotate: 0deg;
|
|
2598
2598
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2599
2599
|
}
|
|
2600
|
-
.group\/trigger[data-state="active"] .group-data-\[state\=active\]\/trigger\:bg-accent {
|
|
2601
|
-
background-color: var(--color-accent);
|
|
2602
|
-
}
|
|
2603
2600
|
.dark\:bg-independence:is(.dark *) {
|
|
2604
2601
|
--tw-bg-opacity: 1;
|
|
2605
2602
|
background-color: rgb(51 65 92 / var(--tw-bg-opacity, 1));
|