elseware-ui 2.36.5 → 2.36.6
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 +60 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +9 -2
- package/dist/index.d.ts +9 -2
- package/dist/index.js +86 -21
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +86 -21
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -749,6 +749,9 @@ video {
|
|
|
749
749
|
.min-h-\[120px\] {
|
|
750
750
|
min-height: 120px;
|
|
751
751
|
}
|
|
752
|
+
.min-h-\[220px\] {
|
|
753
|
+
min-height: 220px;
|
|
754
|
+
}
|
|
752
755
|
.min-h-\[3rem\] {
|
|
753
756
|
min-height: 3rem;
|
|
754
757
|
}
|
|
@@ -3963,6 +3966,9 @@ video {
|
|
|
3963
3966
|
.dark\:border-eui-info-400\/40:is(.dark *) {
|
|
3964
3967
|
border-color: rgba(20, 202, 242, .4);
|
|
3965
3968
|
}
|
|
3969
|
+
.dark\:border-eui-light-400\/10:is(.dark *) {
|
|
3970
|
+
border-color: hsla(0, 0%, 98%, .1);
|
|
3971
|
+
}
|
|
3966
3972
|
.dark\:border-eui-primary-400:is(.dark *) {
|
|
3967
3973
|
--tw-border-opacity:1;
|
|
3968
3974
|
border-color: rgb(76 86 115/var(--tw-border-opacity,1));
|
|
@@ -4074,12 +4080,18 @@ video {
|
|
|
4074
4080
|
--tw-bg-opacity:1;
|
|
4075
4081
|
background-color: rgb(7 7 8/var(--tw-bg-opacity,1));
|
|
4076
4082
|
}
|
|
4083
|
+
.dark\:bg-eui-dark-900\/40:is(.dark *) {
|
|
4084
|
+
background-color: rgba(7, 7, 8, .4);
|
|
4085
|
+
}
|
|
4077
4086
|
.dark\:bg-eui-info-500\/15:is(.dark *) {
|
|
4078
4087
|
background-color: rgba(13, 202, 240, .15);
|
|
4079
4088
|
}
|
|
4080
4089
|
.dark\:bg-eui-info-500\/20:is(.dark *) {
|
|
4081
4090
|
background-color: rgba(13, 202, 240, .2);
|
|
4082
4091
|
}
|
|
4092
|
+
.dark\:bg-eui-light-500\/10:is(.dark *) {
|
|
4093
|
+
background-color: rgba(248, 249, 250, .1);
|
|
4094
|
+
}
|
|
4083
4095
|
.dark\:bg-eui-primary-300\/10:is(.dark *) {
|
|
4084
4096
|
background-color: rgba(112, 122, 147, .1);
|
|
4085
4097
|
}
|
|
@@ -4217,6 +4229,14 @@ video {
|
|
|
4217
4229
|
--tw-text-opacity:1;
|
|
4218
4230
|
color: rgb(252 252 252/var(--tw-text-opacity,1));
|
|
4219
4231
|
}
|
|
4232
|
+
.dark\:text-eui-light-400:is(.dark *) {
|
|
4233
|
+
--tw-text-opacity:1;
|
|
4234
|
+
color: rgb(251 251 251/var(--tw-text-opacity,1));
|
|
4235
|
+
}
|
|
4236
|
+
.dark\:text-eui-light-50:is(.dark *) {
|
|
4237
|
+
--tw-text-opacity:1;
|
|
4238
|
+
color: rgb(255 255 255/var(--tw-text-opacity,1));
|
|
4239
|
+
}
|
|
4220
4240
|
.dark\:text-eui-light-500:is(.dark *) {
|
|
4221
4241
|
--tw-text-opacity:1;
|
|
4222
4242
|
color: rgb(248 249 250/var(--tw-text-opacity,1));
|
|
@@ -5297,6 +5317,9 @@ video {
|
|
|
5297
5317
|
.min-h-\[120px\] {
|
|
5298
5318
|
min-height: 120px;
|
|
5299
5319
|
}
|
|
5320
|
+
.min-h-\[220px\] {
|
|
5321
|
+
min-height: 220px;
|
|
5322
|
+
}
|
|
5300
5323
|
.min-h-\[3rem\] {
|
|
5301
5324
|
min-height: 3rem;
|
|
5302
5325
|
}
|
|
@@ -8596,6 +8619,9 @@ video {
|
|
|
8596
8619
|
.dark\:border-eui-info-400\/40:is(.dark *) {
|
|
8597
8620
|
border-color: rgba(20, 202, 242, .4);
|
|
8598
8621
|
}
|
|
8622
|
+
.dark\:border-eui-light-400\/10:is(.dark *) {
|
|
8623
|
+
border-color: hsla(0, 0%, 98%, .1);
|
|
8624
|
+
}
|
|
8599
8625
|
.dark\:border-eui-primary-400:is(.dark *) {
|
|
8600
8626
|
--tw-border-opacity:1;
|
|
8601
8627
|
border-color: rgb(76 86 115/var(--tw-border-opacity,1));
|
|
@@ -8707,12 +8733,18 @@ video {
|
|
|
8707
8733
|
--tw-bg-opacity:1;
|
|
8708
8734
|
background-color: rgb(7 7 8/var(--tw-bg-opacity,1));
|
|
8709
8735
|
}
|
|
8736
|
+
.dark\:bg-eui-dark-900\/40:is(.dark *) {
|
|
8737
|
+
background-color: rgba(7, 7, 8, .4);
|
|
8738
|
+
}
|
|
8710
8739
|
.dark\:bg-eui-info-500\/15:is(.dark *) {
|
|
8711
8740
|
background-color: rgba(13, 202, 240, .15);
|
|
8712
8741
|
}
|
|
8713
8742
|
.dark\:bg-eui-info-500\/20:is(.dark *) {
|
|
8714
8743
|
background-color: rgba(13, 202, 240, .2);
|
|
8715
8744
|
}
|
|
8745
|
+
.dark\:bg-eui-light-500\/10:is(.dark *) {
|
|
8746
|
+
background-color: rgba(248, 249, 250, .1);
|
|
8747
|
+
}
|
|
8716
8748
|
.dark\:bg-eui-primary-300\/10:is(.dark *) {
|
|
8717
8749
|
background-color: rgba(112, 122, 147, .1);
|
|
8718
8750
|
}
|
|
@@ -8850,6 +8882,14 @@ video {
|
|
|
8850
8882
|
--tw-text-opacity:1;
|
|
8851
8883
|
color: rgb(252 252 252/var(--tw-text-opacity,1));
|
|
8852
8884
|
}
|
|
8885
|
+
.dark\:text-eui-light-400:is(.dark *) {
|
|
8886
|
+
--tw-text-opacity:1;
|
|
8887
|
+
color: rgb(251 251 251/var(--tw-text-opacity,1));
|
|
8888
|
+
}
|
|
8889
|
+
.dark\:text-eui-light-50:is(.dark *) {
|
|
8890
|
+
--tw-text-opacity:1;
|
|
8891
|
+
color: rgb(255 255 255/var(--tw-text-opacity,1));
|
|
8892
|
+
}
|
|
8853
8893
|
.dark\:text-eui-light-500:is(.dark *) {
|
|
8854
8894
|
--tw-text-opacity:1;
|
|
8855
8895
|
color: rgb(248 249 250/var(--tw-text-opacity,1));
|
|
@@ -10192,6 +10232,9 @@ video {
|
|
|
10192
10232
|
.min-h-\[120px\] {
|
|
10193
10233
|
min-height: 120px;
|
|
10194
10234
|
}
|
|
10235
|
+
.min-h-\[220px\] {
|
|
10236
|
+
min-height: 220px;
|
|
10237
|
+
}
|
|
10195
10238
|
.min-h-\[3rem\] {
|
|
10196
10239
|
min-height: 3rem;
|
|
10197
10240
|
}
|
|
@@ -13520,6 +13563,9 @@ video {
|
|
|
13520
13563
|
.dark\:border-eui-info-400\/40:is(.dark *) {
|
|
13521
13564
|
border-color: rgba(20, 202, 242, .4);
|
|
13522
13565
|
}
|
|
13566
|
+
.dark\:border-eui-light-400\/10:is(.dark *) {
|
|
13567
|
+
border-color: hsla(0, 0%, 98%, .1);
|
|
13568
|
+
}
|
|
13523
13569
|
.dark\:border-eui-primary-400:is(.dark *) {
|
|
13524
13570
|
--tw-border-opacity:1;
|
|
13525
13571
|
border-color: rgb(76 86 115/var(--tw-border-opacity,1));
|
|
@@ -13631,12 +13677,18 @@ video {
|
|
|
13631
13677
|
--tw-bg-opacity:1;
|
|
13632
13678
|
background-color: rgb(7 7 8/var(--tw-bg-opacity,1));
|
|
13633
13679
|
}
|
|
13680
|
+
.dark\:bg-eui-dark-900\/40:is(.dark *) {
|
|
13681
|
+
background-color: rgba(7, 7, 8, .4);
|
|
13682
|
+
}
|
|
13634
13683
|
.dark\:bg-eui-info-500\/15:is(.dark *) {
|
|
13635
13684
|
background-color: rgba(13, 202, 240, .15);
|
|
13636
13685
|
}
|
|
13637
13686
|
.dark\:bg-eui-info-500\/20:is(.dark *) {
|
|
13638
13687
|
background-color: rgba(13, 202, 240, .2);
|
|
13639
13688
|
}
|
|
13689
|
+
.dark\:bg-eui-light-500\/10:is(.dark *) {
|
|
13690
|
+
background-color: rgba(248, 249, 250, .1);
|
|
13691
|
+
}
|
|
13640
13692
|
.dark\:bg-eui-primary-300\/10:is(.dark *) {
|
|
13641
13693
|
background-color: rgba(112, 122, 147, .1);
|
|
13642
13694
|
}
|
|
@@ -13774,6 +13826,14 @@ video {
|
|
|
13774
13826
|
--tw-text-opacity:1;
|
|
13775
13827
|
color: rgb(252 252 252/var(--tw-text-opacity,1));
|
|
13776
13828
|
}
|
|
13829
|
+
.dark\:text-eui-light-400:is(.dark *) {
|
|
13830
|
+
--tw-text-opacity:1;
|
|
13831
|
+
color: rgb(251 251 251/var(--tw-text-opacity,1));
|
|
13832
|
+
}
|
|
13833
|
+
.dark\:text-eui-light-50:is(.dark *) {
|
|
13834
|
+
--tw-text-opacity:1;
|
|
13835
|
+
color: rgb(255 255 255/var(--tw-text-opacity,1));
|
|
13836
|
+
}
|
|
13777
13837
|
.dark\:text-eui-light-500:is(.dark *) {
|
|
13778
13838
|
--tw-text-opacity:1;
|
|
13779
13839
|
color: rgb(248 249 250/var(--tw-text-opacity,1));
|