elseware-ui 2.36.5 → 2.36.7
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 +45 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +10 -2
- package/dist/index.d.ts +10 -2
- package/dist/index.js +88 -22
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +88 -22
- 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-\[240px\] {
|
|
753
|
+
min-height: 240px;
|
|
754
|
+
}
|
|
752
755
|
.min-h-\[3rem\] {
|
|
753
756
|
min-height: 3rem;
|
|
754
757
|
}
|
|
@@ -2484,6 +2487,10 @@ video {
|
|
|
2484
2487
|
padding-bottom: 1.5rem;
|
|
2485
2488
|
padding-top: 1.5rem;
|
|
2486
2489
|
}
|
|
2490
|
+
.py-8 {
|
|
2491
|
+
padding-bottom: 2rem;
|
|
2492
|
+
padding-top: 2rem;
|
|
2493
|
+
}
|
|
2487
2494
|
.py-\[1px\] {
|
|
2488
2495
|
padding-bottom: 1px;
|
|
2489
2496
|
padding-top: 1px;
|
|
@@ -4217,6 +4224,14 @@ video {
|
|
|
4217
4224
|
--tw-text-opacity:1;
|
|
4218
4225
|
color: rgb(252 252 252/var(--tw-text-opacity,1));
|
|
4219
4226
|
}
|
|
4227
|
+
.dark\:text-eui-light-400:is(.dark *) {
|
|
4228
|
+
--tw-text-opacity:1;
|
|
4229
|
+
color: rgb(251 251 251/var(--tw-text-opacity,1));
|
|
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
|
+
}
|
|
4220
4235
|
.dark\:text-eui-light-500:is(.dark *) {
|
|
4221
4236
|
--tw-text-opacity:1;
|
|
4222
4237
|
color: rgb(248 249 250/var(--tw-text-opacity,1));
|
|
@@ -5297,6 +5312,9 @@ video {
|
|
|
5297
5312
|
.min-h-\[120px\] {
|
|
5298
5313
|
min-height: 120px;
|
|
5299
5314
|
}
|
|
5315
|
+
.min-h-\[240px\] {
|
|
5316
|
+
min-height: 240px;
|
|
5317
|
+
}
|
|
5300
5318
|
.min-h-\[3rem\] {
|
|
5301
5319
|
min-height: 3rem;
|
|
5302
5320
|
}
|
|
@@ -7032,6 +7050,10 @@ video {
|
|
|
7032
7050
|
padding-bottom: 1.5rem;
|
|
7033
7051
|
padding-top: 1.5rem;
|
|
7034
7052
|
}
|
|
7053
|
+
.py-8 {
|
|
7054
|
+
padding-bottom: 2rem;
|
|
7055
|
+
padding-top: 2rem;
|
|
7056
|
+
}
|
|
7035
7057
|
.py-\[1px\] {
|
|
7036
7058
|
padding-bottom: 1px;
|
|
7037
7059
|
padding-top: 1px;
|
|
@@ -8850,6 +8872,14 @@ video {
|
|
|
8850
8872
|
--tw-text-opacity:1;
|
|
8851
8873
|
color: rgb(252 252 252/var(--tw-text-opacity,1));
|
|
8852
8874
|
}
|
|
8875
|
+
.dark\:text-eui-light-400:is(.dark *) {
|
|
8876
|
+
--tw-text-opacity:1;
|
|
8877
|
+
color: rgb(251 251 251/var(--tw-text-opacity,1));
|
|
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
|
+
}
|
|
8853
8883
|
.dark\:text-eui-light-500:is(.dark *) {
|
|
8854
8884
|
--tw-text-opacity:1;
|
|
8855
8885
|
color: rgb(248 249 250/var(--tw-text-opacity,1));
|
|
@@ -10192,6 +10222,9 @@ video {
|
|
|
10192
10222
|
.min-h-\[120px\] {
|
|
10193
10223
|
min-height: 120px;
|
|
10194
10224
|
}
|
|
10225
|
+
.min-h-\[240px\] {
|
|
10226
|
+
min-height: 240px;
|
|
10227
|
+
}
|
|
10195
10228
|
.min-h-\[3rem\] {
|
|
10196
10229
|
min-height: 3rem;
|
|
10197
10230
|
}
|
|
@@ -11927,6 +11960,10 @@ video {
|
|
|
11927
11960
|
padding-bottom: 1.5rem;
|
|
11928
11961
|
padding-top: 1.5rem;
|
|
11929
11962
|
}
|
|
11963
|
+
.py-8 {
|
|
11964
|
+
padding-bottom: 2rem;
|
|
11965
|
+
padding-top: 2rem;
|
|
11966
|
+
}
|
|
11930
11967
|
.py-\[1px\] {
|
|
11931
11968
|
padding-bottom: 1px;
|
|
11932
11969
|
padding-top: 1px;
|
|
@@ -13774,6 +13811,14 @@ video {
|
|
|
13774
13811
|
--tw-text-opacity:1;
|
|
13775
13812
|
color: rgb(252 252 252/var(--tw-text-opacity,1));
|
|
13776
13813
|
}
|
|
13814
|
+
.dark\:text-eui-light-400:is(.dark *) {
|
|
13815
|
+
--tw-text-opacity:1;
|
|
13816
|
+
color: rgb(251 251 251/var(--tw-text-opacity,1));
|
|
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
|
+
}
|
|
13777
13822
|
.dark\:text-eui-light-500:is(.dark *) {
|
|
13778
13823
|
--tw-text-opacity:1;
|
|
13779
13824
|
color: rgb(248 249 250/var(--tw-text-opacity,1));
|