elseware-ui 3.0.11 → 3.0.13
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/README.md +289 -289
- package/dist/index.css +60 -28
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +89 -6
- package/dist/index.d.ts +89 -6
- package/dist/index.js +232 -129
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +216 -119
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.d.mts +3 -3
- package/dist/index.native.d.ts +3 -3
- package/dist/index.native.js +246 -213
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +230 -197
- package/dist/index.native.mjs.map +1 -1
- package/dist/{resolveGlobalConfigs-BdBJw5_w.d.mts → resolveGlobalConfigs-TVdFbK-t.d.mts} +13 -1
- package/dist/{resolveGlobalConfigs-BdBJw5_w.d.ts → resolveGlobalConfigs-TVdFbK-t.d.ts} +13 -1
- package/package.json +173 -173
- package/tailwind.preset.js +116 -116
package/dist/index.css
CHANGED
|
@@ -1627,6 +1627,10 @@ video {
|
|
|
1627
1627
|
--tw-border-opacity:1;
|
|
1628
1628
|
border-color: rgb(42 45 53/var(--tw-border-opacity,1));
|
|
1629
1629
|
}
|
|
1630
|
+
.border-amber-200 {
|
|
1631
|
+
--tw-border-opacity:1;
|
|
1632
|
+
border-color: rgb(253 230 138/var(--tw-border-opacity,1));
|
|
1633
|
+
}
|
|
1630
1634
|
.border-amber-600 {
|
|
1631
1635
|
--tw-border-opacity:1;
|
|
1632
1636
|
border-color: rgb(217 119 6/var(--tw-border-opacity,1));
|
|
@@ -1978,6 +1982,9 @@ video {
|
|
|
1978
1982
|
--tw-bg-opacity:1;
|
|
1979
1983
|
background-color: rgb(22 27 34/var(--tw-bg-opacity,1));
|
|
1980
1984
|
}
|
|
1985
|
+
.bg-amber-500\/10 {
|
|
1986
|
+
background-color: rgba(245, 158, 11, .1);
|
|
1987
|
+
}
|
|
1981
1988
|
.bg-black {
|
|
1982
1989
|
--tw-bg-opacity:1;
|
|
1983
1990
|
background-color: rgb(0 0 0/var(--tw-bg-opacity,1));
|
|
@@ -2650,14 +2657,6 @@ video {
|
|
|
2650
2657
|
padding-left: 1.5rem;
|
|
2651
2658
|
padding-right: 1.5rem;
|
|
2652
2659
|
}
|
|
2653
|
-
.px-\[18px\] {
|
|
2654
|
-
padding-left: 18px;
|
|
2655
|
-
padding-right: 18px;
|
|
2656
|
-
}
|
|
2657
|
-
.px-\[22px\] {
|
|
2658
|
-
padding-left: 22px;
|
|
2659
|
-
padding-right: 22px;
|
|
2660
|
-
}
|
|
2661
2660
|
.py-0 {
|
|
2662
2661
|
padding-bottom: 0;
|
|
2663
2662
|
padding-top: 0;
|
|
@@ -2857,15 +2856,9 @@ video {
|
|
|
2857
2856
|
.text-\[15px\] {
|
|
2858
2857
|
font-size: 15px;
|
|
2859
2858
|
}
|
|
2860
|
-
.text-\[17px\] {
|
|
2861
|
-
font-size: 17px;
|
|
2862
|
-
}
|
|
2863
2859
|
.text-\[18px\] {
|
|
2864
2860
|
font-size: 18px;
|
|
2865
2861
|
}
|
|
2866
|
-
.text-\[19px\] {
|
|
2867
|
-
font-size: 19px;
|
|
2868
|
-
}
|
|
2869
2862
|
.text-\[20px\] {
|
|
2870
2863
|
font-size: 20px;
|
|
2871
2864
|
}
|
|
@@ -3023,6 +3016,14 @@ video {
|
|
|
3023
3016
|
--tw-text-opacity:1;
|
|
3024
3017
|
color: rgb(107 114 128/var(--tw-text-opacity,1));
|
|
3025
3018
|
}
|
|
3019
|
+
.text-amber-500 {
|
|
3020
|
+
--tw-text-opacity:1;
|
|
3021
|
+
color: rgb(245 158 11/var(--tw-text-opacity,1));
|
|
3022
|
+
}
|
|
3023
|
+
.text-amber-600 {
|
|
3024
|
+
--tw-text-opacity:1;
|
|
3025
|
+
color: rgb(217 119 6/var(--tw-text-opacity,1));
|
|
3026
|
+
}
|
|
3026
3027
|
.text-black {
|
|
3027
3028
|
--tw-text-opacity:1;
|
|
3028
3029
|
color: rgb(0 0 0/var(--tw-text-opacity,1));
|
|
@@ -3950,6 +3951,9 @@ video {
|
|
|
3950
3951
|
.hover\:border-white\/20:hover {
|
|
3951
3952
|
border-color: hsla(0, 0%, 100%, .2);
|
|
3952
3953
|
}
|
|
3954
|
+
.hover\:bg-amber-500\/10:hover {
|
|
3955
|
+
background-color: rgba(245, 158, 11, .1);
|
|
3956
|
+
}
|
|
3953
3957
|
.hover\:bg-black\/80:hover {
|
|
3954
3958
|
background-color: rgba(0, 0, 0, .8);
|
|
3955
3959
|
}
|
|
@@ -4077,6 +4081,14 @@ video {
|
|
|
4077
4081
|
--tw-gradient-to:rgba(229,231,235,0) var(--tw-gradient-to-position);
|
|
4078
4082
|
--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);
|
|
4079
4083
|
}
|
|
4084
|
+
.hover\:text-amber-600:hover {
|
|
4085
|
+
--tw-text-opacity:1;
|
|
4086
|
+
color: rgb(217 119 6/var(--tw-text-opacity,1));
|
|
4087
|
+
}
|
|
4088
|
+
.hover\:text-amber-700:hover {
|
|
4089
|
+
--tw-text-opacity:1;
|
|
4090
|
+
color: rgb(180 83 9/var(--tw-text-opacity,1));
|
|
4091
|
+
}
|
|
4080
4092
|
.hover\:text-blue-400:hover {
|
|
4081
4093
|
--tw-text-opacity:1;
|
|
4082
4094
|
color: rgb(96 165 250/var(--tw-text-opacity,1));
|
|
@@ -4265,6 +4277,10 @@ video {
|
|
|
4265
4277
|
.disabled\:opacity-60:disabled {
|
|
4266
4278
|
opacity: .6;
|
|
4267
4279
|
}
|
|
4280
|
+
.group:hover .group-hover\:text-amber-600 {
|
|
4281
|
+
--tw-text-opacity:1;
|
|
4282
|
+
color: rgb(217 119 6/var(--tw-text-opacity,1));
|
|
4283
|
+
}
|
|
4268
4284
|
.group:hover .group-hover\:text-eui-secondary-700 {
|
|
4269
4285
|
--tw-text-opacity:1;
|
|
4270
4286
|
color: rgb(20 153 0/var(--tw-text-opacity,1));
|
|
@@ -6806,6 +6822,10 @@ video {
|
|
|
6806
6822
|
--tw-border-opacity:1;
|
|
6807
6823
|
border-color: rgb(42 45 53/var(--tw-border-opacity,1));
|
|
6808
6824
|
}
|
|
6825
|
+
.border-amber-200 {
|
|
6826
|
+
--tw-border-opacity:1;
|
|
6827
|
+
border-color: rgb(253 230 138/var(--tw-border-opacity,1));
|
|
6828
|
+
}
|
|
6809
6829
|
.border-amber-600 {
|
|
6810
6830
|
--tw-border-opacity:1;
|
|
6811
6831
|
border-color: rgb(217 119 6/var(--tw-border-opacity,1));
|
|
@@ -7157,6 +7177,9 @@ video {
|
|
|
7157
7177
|
--tw-bg-opacity:1;
|
|
7158
7178
|
background-color: rgb(22 27 34/var(--tw-bg-opacity,1));
|
|
7159
7179
|
}
|
|
7180
|
+
.bg-amber-500\/10 {
|
|
7181
|
+
background-color: rgba(245, 158, 11, .1);
|
|
7182
|
+
}
|
|
7160
7183
|
.bg-black {
|
|
7161
7184
|
--tw-bg-opacity:1;
|
|
7162
7185
|
background-color: rgb(0 0 0/var(--tw-bg-opacity,1));
|
|
@@ -7829,14 +7852,6 @@ video {
|
|
|
7829
7852
|
padding-left: 1.5rem;
|
|
7830
7853
|
padding-right: 1.5rem;
|
|
7831
7854
|
}
|
|
7832
|
-
.px-\[18px\] {
|
|
7833
|
-
padding-left: 18px;
|
|
7834
|
-
padding-right: 18px;
|
|
7835
|
-
}
|
|
7836
|
-
.px-\[22px\] {
|
|
7837
|
-
padding-left: 22px;
|
|
7838
|
-
padding-right: 22px;
|
|
7839
|
-
}
|
|
7840
7855
|
.py-0 {
|
|
7841
7856
|
padding-bottom: 0;
|
|
7842
7857
|
padding-top: 0;
|
|
@@ -8036,15 +8051,9 @@ video {
|
|
|
8036
8051
|
.text-\[15px\] {
|
|
8037
8052
|
font-size: 15px;
|
|
8038
8053
|
}
|
|
8039
|
-
.text-\[17px\] {
|
|
8040
|
-
font-size: 17px;
|
|
8041
|
-
}
|
|
8042
8054
|
.text-\[18px\] {
|
|
8043
8055
|
font-size: 18px;
|
|
8044
8056
|
}
|
|
8045
|
-
.text-\[19px\] {
|
|
8046
|
-
font-size: 19px;
|
|
8047
|
-
}
|
|
8048
8057
|
.text-\[20px\] {
|
|
8049
8058
|
font-size: 20px;
|
|
8050
8059
|
}
|
|
@@ -8202,6 +8211,14 @@ video {
|
|
|
8202
8211
|
--tw-text-opacity:1;
|
|
8203
8212
|
color: rgb(107 114 128/var(--tw-text-opacity,1));
|
|
8204
8213
|
}
|
|
8214
|
+
.text-amber-500 {
|
|
8215
|
+
--tw-text-opacity:1;
|
|
8216
|
+
color: rgb(245 158 11/var(--tw-text-opacity,1));
|
|
8217
|
+
}
|
|
8218
|
+
.text-amber-600 {
|
|
8219
|
+
--tw-text-opacity:1;
|
|
8220
|
+
color: rgb(217 119 6/var(--tw-text-opacity,1));
|
|
8221
|
+
}
|
|
8205
8222
|
.text-black {
|
|
8206
8223
|
--tw-text-opacity:1;
|
|
8207
8224
|
color: rgb(0 0 0/var(--tw-text-opacity,1));
|
|
@@ -9214,6 +9231,9 @@ video {
|
|
|
9214
9231
|
.hover\:border-white\/20:hover {
|
|
9215
9232
|
border-color: hsla(0, 0%, 100%, .2);
|
|
9216
9233
|
}
|
|
9234
|
+
.hover\:bg-amber-500\/10:hover {
|
|
9235
|
+
background-color: rgba(245, 158, 11, .1);
|
|
9236
|
+
}
|
|
9217
9237
|
.hover\:bg-black\/80:hover {
|
|
9218
9238
|
background-color: rgba(0, 0, 0, .8);
|
|
9219
9239
|
}
|
|
@@ -9341,6 +9361,14 @@ video {
|
|
|
9341
9361
|
--tw-gradient-to:rgba(229,231,235,0) var(--tw-gradient-to-position);
|
|
9342
9362
|
--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);
|
|
9343
9363
|
}
|
|
9364
|
+
.hover\:text-amber-600:hover {
|
|
9365
|
+
--tw-text-opacity:1;
|
|
9366
|
+
color: rgb(217 119 6/var(--tw-text-opacity,1));
|
|
9367
|
+
}
|
|
9368
|
+
.hover\:text-amber-700:hover {
|
|
9369
|
+
--tw-text-opacity:1;
|
|
9370
|
+
color: rgb(180 83 9/var(--tw-text-opacity,1));
|
|
9371
|
+
}
|
|
9344
9372
|
.hover\:text-blue-400:hover {
|
|
9345
9373
|
--tw-text-opacity:1;
|
|
9346
9374
|
color: rgb(96 165 250/var(--tw-text-opacity,1));
|
|
@@ -9529,6 +9557,10 @@ video {
|
|
|
9529
9557
|
.disabled\:opacity-60:disabled {
|
|
9530
9558
|
opacity: .6;
|
|
9531
9559
|
}
|
|
9560
|
+
.group:hover .group-hover\:text-amber-600 {
|
|
9561
|
+
--tw-text-opacity:1;
|
|
9562
|
+
color: rgb(217 119 6/var(--tw-text-opacity,1));
|
|
9563
|
+
}
|
|
9532
9564
|
.group:hover .group-hover\:text-eui-secondary-700 {
|
|
9533
9565
|
--tw-text-opacity:1;
|
|
9534
9566
|
color: rgb(20 153 0/var(--tw-text-opacity,1));
|