elseware-ui 2.31.9 → 2.31.11
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 +9 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +49 -4
- package/dist/index.d.ts +49 -4
- package/dist/index.js +150 -134
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +150 -134
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3489,6 +3489,9 @@ video {
|
|
|
3489
3489
|
.disabled\:opacity-50:disabled {
|
|
3490
3490
|
opacity: .5;
|
|
3491
3491
|
}
|
|
3492
|
+
.disabled\:opacity-60:disabled {
|
|
3493
|
+
opacity: .6;
|
|
3494
|
+
}
|
|
3492
3495
|
.group:hover .group-hover\:text-eui-secondary-700 {
|
|
3493
3496
|
--tw-text-opacity:1;
|
|
3494
3497
|
color: rgb(20 153 0/var(--tw-text-opacity,1));
|
|
@@ -7627,6 +7630,9 @@ video {
|
|
|
7627
7630
|
.disabled\:opacity-50:disabled {
|
|
7628
7631
|
opacity: .5;
|
|
7629
7632
|
}
|
|
7633
|
+
.disabled\:opacity-60:disabled {
|
|
7634
|
+
opacity: .6;
|
|
7635
|
+
}
|
|
7630
7636
|
.group:hover .group-hover\:text-eui-secondary-700 {
|
|
7631
7637
|
--tw-text-opacity:1;
|
|
7632
7638
|
color: rgb(20 153 0/var(--tw-text-opacity,1));
|
|
@@ -11705,6 +11711,9 @@ video {
|
|
|
11705
11711
|
.disabled\:opacity-50:disabled {
|
|
11706
11712
|
opacity: .5;
|
|
11707
11713
|
}
|
|
11714
|
+
.disabled\:opacity-60:disabled {
|
|
11715
|
+
opacity: .6;
|
|
11716
|
+
}
|
|
11708
11717
|
.group:hover .group-hover\:text-eui-secondary-700 {
|
|
11709
11718
|
--tw-text-opacity:1;
|
|
11710
11719
|
color: rgb(20 153 0/var(--tw-text-opacity,1));
|