elseware-ui 2.36.7 → 2.36.9
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 +21 -21
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +48 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +49 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -595,6 +595,9 @@ video {
|
|
|
595
595
|
.hidden {
|
|
596
596
|
display: none;
|
|
597
597
|
}
|
|
598
|
+
.aspect-\[16\/9\] {
|
|
599
|
+
aspect-ratio: 16/9;
|
|
600
|
+
}
|
|
598
601
|
.aspect-\[2\/1\] {
|
|
599
602
|
aspect-ratio: 2/1;
|
|
600
603
|
}
|
|
@@ -749,9 +752,6 @@ video {
|
|
|
749
752
|
.min-h-\[120px\] {
|
|
750
753
|
min-height: 120px;
|
|
751
754
|
}
|
|
752
|
-
.min-h-\[240px\] {
|
|
753
|
-
min-height: 240px;
|
|
754
|
-
}
|
|
755
755
|
.min-h-\[3rem\] {
|
|
756
756
|
min-height: 3rem;
|
|
757
757
|
}
|
|
@@ -4228,14 +4228,14 @@ video {
|
|
|
4228
4228
|
--tw-text-opacity:1;
|
|
4229
4229
|
color: rgb(251 251 251/var(--tw-text-opacity,1));
|
|
4230
4230
|
}
|
|
4231
|
-
.dark\:text-eui-light-50:is(.dark *) {
|
|
4232
|
-
--tw-text-opacity:1;
|
|
4233
|
-
color: rgb(255 255 255/var(--tw-text-opacity,1));
|
|
4234
|
-
}
|
|
4235
4231
|
.dark\:text-eui-light-500:is(.dark *) {
|
|
4236
4232
|
--tw-text-opacity:1;
|
|
4237
4233
|
color: rgb(248 249 250/var(--tw-text-opacity,1));
|
|
4238
4234
|
}
|
|
4235
|
+
.dark\:text-eui-light-600:is(.dark *) {
|
|
4236
|
+
--tw-text-opacity:1;
|
|
4237
|
+
color: rgb(198 199 200/var(--tw-text-opacity,1));
|
|
4238
|
+
}
|
|
4239
4239
|
.dark\:text-eui-primary-300:is(.dark *) {
|
|
4240
4240
|
--tw-text-opacity:1;
|
|
4241
4241
|
color: rgb(112 122 147/var(--tw-text-opacity,1));
|
|
@@ -5158,6 +5158,9 @@ video {
|
|
|
5158
5158
|
.hidden {
|
|
5159
5159
|
display: none;
|
|
5160
5160
|
}
|
|
5161
|
+
.aspect-\[16\/9\] {
|
|
5162
|
+
aspect-ratio: 16/9;
|
|
5163
|
+
}
|
|
5161
5164
|
.aspect-\[2\/1\] {
|
|
5162
5165
|
aspect-ratio: 2/1;
|
|
5163
5166
|
}
|
|
@@ -5312,9 +5315,6 @@ video {
|
|
|
5312
5315
|
.min-h-\[120px\] {
|
|
5313
5316
|
min-height: 120px;
|
|
5314
5317
|
}
|
|
5315
|
-
.min-h-\[240px\] {
|
|
5316
|
-
min-height: 240px;
|
|
5317
|
-
}
|
|
5318
5318
|
.min-h-\[3rem\] {
|
|
5319
5319
|
min-height: 3rem;
|
|
5320
5320
|
}
|
|
@@ -8876,14 +8876,14 @@ video {
|
|
|
8876
8876
|
--tw-text-opacity:1;
|
|
8877
8877
|
color: rgb(251 251 251/var(--tw-text-opacity,1));
|
|
8878
8878
|
}
|
|
8879
|
-
.dark\:text-eui-light-50:is(.dark *) {
|
|
8880
|
-
--tw-text-opacity:1;
|
|
8881
|
-
color: rgb(255 255 255/var(--tw-text-opacity,1));
|
|
8882
|
-
}
|
|
8883
8879
|
.dark\:text-eui-light-500:is(.dark *) {
|
|
8884
8880
|
--tw-text-opacity:1;
|
|
8885
8881
|
color: rgb(248 249 250/var(--tw-text-opacity,1));
|
|
8886
8882
|
}
|
|
8883
|
+
.dark\:text-eui-light-600:is(.dark *) {
|
|
8884
|
+
--tw-text-opacity:1;
|
|
8885
|
+
color: rgb(198 199 200/var(--tw-text-opacity,1));
|
|
8886
|
+
}
|
|
8887
8887
|
.dark\:text-eui-primary-300:is(.dark *) {
|
|
8888
8888
|
--tw-text-opacity:1;
|
|
8889
8889
|
color: rgb(112 122 147/var(--tw-text-opacity,1));
|
|
@@ -10068,6 +10068,9 @@ video {
|
|
|
10068
10068
|
.hidden {
|
|
10069
10069
|
display: none;
|
|
10070
10070
|
}
|
|
10071
|
+
.aspect-\[16\/9\] {
|
|
10072
|
+
aspect-ratio: 16/9;
|
|
10073
|
+
}
|
|
10071
10074
|
.aspect-\[2\/1\] {
|
|
10072
10075
|
aspect-ratio: 2/1;
|
|
10073
10076
|
}
|
|
@@ -10222,9 +10225,6 @@ video {
|
|
|
10222
10225
|
.min-h-\[120px\] {
|
|
10223
10226
|
min-height: 120px;
|
|
10224
10227
|
}
|
|
10225
|
-
.min-h-\[240px\] {
|
|
10226
|
-
min-height: 240px;
|
|
10227
|
-
}
|
|
10228
10228
|
.min-h-\[3rem\] {
|
|
10229
10229
|
min-height: 3rem;
|
|
10230
10230
|
}
|
|
@@ -13815,14 +13815,14 @@ video {
|
|
|
13815
13815
|
--tw-text-opacity:1;
|
|
13816
13816
|
color: rgb(251 251 251/var(--tw-text-opacity,1));
|
|
13817
13817
|
}
|
|
13818
|
-
.dark\:text-eui-light-50:is(.dark *) {
|
|
13819
|
-
--tw-text-opacity:1;
|
|
13820
|
-
color: rgb(255 255 255/var(--tw-text-opacity,1));
|
|
13821
|
-
}
|
|
13822
13818
|
.dark\:text-eui-light-500:is(.dark *) {
|
|
13823
13819
|
--tw-text-opacity:1;
|
|
13824
13820
|
color: rgb(248 249 250/var(--tw-text-opacity,1));
|
|
13825
13821
|
}
|
|
13822
|
+
.dark\:text-eui-light-600:is(.dark *) {
|
|
13823
|
+
--tw-text-opacity:1;
|
|
13824
|
+
color: rgb(198 199 200/var(--tw-text-opacity,1));
|
|
13825
|
+
}
|
|
13826
13826
|
.dark\:text-eui-primary-300:is(.dark *) {
|
|
13827
13827
|
--tw-text-opacity:1;
|
|
13828
13828
|
color: rgb(112 122 147/var(--tw-text-opacity,1));
|