@orderly.network/ui 2.8.12-rc.0 → 2.8.13-alpha.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/index.css +6 -3
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +127 -124
- package/dist/index.d.ts +127 -124
- package/dist/index.js +351 -334
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +146 -130
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -5939,9 +5939,6 @@ body {
|
|
|
5939
5939
|
.active\:oui-bg-primary-darken\/70:active {
|
|
5940
5940
|
background-color: rgb(var(--oui-color-primary-darken) / 0.7);
|
|
5941
5941
|
}
|
|
5942
|
-
.active\:oui-bg-primary-darken\/80:active {
|
|
5943
|
-
background-color: rgb(var(--oui-color-primary-darken) / 0.8);
|
|
5944
|
-
}
|
|
5945
5942
|
.active\:oui-bg-success-darken\/80:active {
|
|
5946
5943
|
background-color: rgb(var(--oui-color-success-darken) / 0.8);
|
|
5947
5944
|
}
|
|
@@ -6409,6 +6406,12 @@ body {
|
|
|
6409
6406
|
.oui-group[data-state=open] .group-data-\[state\=open\]\:oui-font-semibold {
|
|
6410
6407
|
font-weight: 600;
|
|
6411
6408
|
}
|
|
6409
|
+
.oui-group[data-state=active] .group-data-\[state\=active\]\:oui-text-base-contrast {
|
|
6410
|
+
color: rgb(var(--oui-color-base-foreground) / 0.98);
|
|
6411
|
+
}
|
|
6412
|
+
.oui-group[data-state=inactive] .group-data-\[state\=inactive\]\:oui-text-base-contrast-36 {
|
|
6413
|
+
color: rgb(var(--oui-color-base-foreground) / 0.36);
|
|
6414
|
+
}
|
|
6412
6415
|
.oui-peer[data-state=closed] ~ .peer-data-\[state\=closed\]\:oui-rotate-0 {
|
|
6413
6416
|
--tw-rotate: 0deg;
|
|
6414
6417
|
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));
|