elseware-ui 3.1.0 → 3.2.0
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/LICENSE +20 -20
- package/dist/index.css +194 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +95 -2
- package/dist/index.d.ts +95 -2
- package/dist/index.js +458 -17
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +449 -18
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs.map +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 elseware Technology
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 elseware Technology
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
21
|
SOFTWARE.
|
package/dist/index.css
CHANGED
|
@@ -1162,6 +1162,9 @@ video {
|
|
|
1162
1162
|
.max-w-xl {
|
|
1163
1163
|
max-width: 36rem;
|
|
1164
1164
|
}
|
|
1165
|
+
.max-w-xs {
|
|
1166
|
+
max-width: 20rem;
|
|
1167
|
+
}
|
|
1165
1168
|
.flex-1 {
|
|
1166
1169
|
flex: 1 1 0%;
|
|
1167
1170
|
}
|
|
@@ -1672,6 +1675,9 @@ video {
|
|
|
1672
1675
|
--tw-border-opacity:1;
|
|
1673
1676
|
border-color: rgb(229 31 47/var(--tw-border-opacity,1));
|
|
1674
1677
|
}
|
|
1678
|
+
.border-eui-danger-400\/30 {
|
|
1679
|
+
border-color: rgba(229, 31, 47, .3);
|
|
1680
|
+
}
|
|
1675
1681
|
.border-eui-danger-400\/40 {
|
|
1676
1682
|
border-color: rgba(229, 31, 47, .4);
|
|
1677
1683
|
}
|
|
@@ -1727,6 +1733,9 @@ video {
|
|
|
1727
1733
|
--tw-border-opacity:1;
|
|
1728
1734
|
border-color: rgb(20 202 242/var(--tw-border-opacity,1));
|
|
1729
1735
|
}
|
|
1736
|
+
.border-eui-info-400\/30 {
|
|
1737
|
+
border-color: rgba(20, 202, 242, .3);
|
|
1738
|
+
}
|
|
1730
1739
|
.border-eui-info-400\/40 {
|
|
1731
1740
|
border-color: rgba(20, 202, 242, .4);
|
|
1732
1741
|
}
|
|
@@ -1810,6 +1819,9 @@ video {
|
|
|
1810
1819
|
--tw-border-opacity:1;
|
|
1811
1820
|
border-color: rgb(38 182 116/var(--tw-border-opacity,1));
|
|
1812
1821
|
}
|
|
1822
|
+
.border-eui-success-400\/30 {
|
|
1823
|
+
border-color: rgba(38, 182, 116, .3);
|
|
1824
|
+
}
|
|
1813
1825
|
.border-eui-success-400\/40 {
|
|
1814
1826
|
border-color: rgba(38, 182, 116, .4);
|
|
1815
1827
|
}
|
|
@@ -1827,6 +1839,9 @@ video {
|
|
|
1827
1839
|
--tw-border-opacity:1;
|
|
1828
1840
|
border-color: rgb(20 107 66/var(--tw-border-opacity,1));
|
|
1829
1841
|
}
|
|
1842
|
+
.border-eui-warning-300\/30 {
|
|
1843
|
+
border-color: rgba(255, 209, 55, .3);
|
|
1844
|
+
}
|
|
1830
1845
|
.border-eui-warning-400 {
|
|
1831
1846
|
--tw-border-opacity:1;
|
|
1832
1847
|
border-color: rgb(255 198 6/var(--tw-border-opacity,1));
|
|
@@ -1991,6 +2006,10 @@ video {
|
|
|
1991
2006
|
.\!bg-transparent {
|
|
1992
2007
|
background-color: transparent !important;
|
|
1993
2008
|
}
|
|
2009
|
+
.bg-\[\#05070b\] {
|
|
2010
|
+
--tw-bg-opacity:1;
|
|
2011
|
+
background-color: rgb(5 7 11/var(--tw-bg-opacity,1));
|
|
2012
|
+
}
|
|
1994
2013
|
.bg-\[\#08090d\] {
|
|
1995
2014
|
--tw-bg-opacity:1;
|
|
1996
2015
|
background-color: rgb(8 9 13/var(--tw-bg-opacity,1));
|
|
@@ -2050,6 +2069,10 @@ video {
|
|
|
2050
2069
|
--tw-bg-opacity:1;
|
|
2051
2070
|
background-color: rgb(6 182 212/var(--tw-bg-opacity,1));
|
|
2052
2071
|
}
|
|
2072
|
+
.bg-eui-danger-300 {
|
|
2073
|
+
--tw-bg-opacity:1;
|
|
2074
|
+
background-color: rgb(234 72 85/var(--tw-bg-opacity,1));
|
|
2075
|
+
}
|
|
2053
2076
|
.bg-eui-danger-500 {
|
|
2054
2077
|
--tw-bg-opacity:1;
|
|
2055
2078
|
background-color: rgb(220 53 69/var(--tw-bg-opacity,1));
|
|
@@ -2087,6 +2110,10 @@ video {
|
|
|
2087
2110
|
.bg-eui-dark-900\/90 {
|
|
2088
2111
|
background-color: rgba(7, 7, 8, .9);
|
|
2089
2112
|
}
|
|
2113
|
+
.bg-eui-info-300 {
|
|
2114
|
+
--tw-bg-opacity:1;
|
|
2115
|
+
background-color: rgb(56 211 244/var(--tw-bg-opacity,1));
|
|
2116
|
+
}
|
|
2090
2117
|
.bg-eui-info-500 {
|
|
2091
2118
|
--tw-bg-opacity:1;
|
|
2092
2119
|
background-color: rgb(13 202 240/var(--tw-bg-opacity,1));
|
|
@@ -2158,6 +2185,10 @@ video {
|
|
|
2158
2185
|
--tw-bg-opacity:1;
|
|
2159
2186
|
background-color: rgb(20 153 0/var(--tw-bg-opacity,1));
|
|
2160
2187
|
}
|
|
2188
|
+
.bg-eui-success-300 {
|
|
2189
|
+
--tw-bg-opacity:1;
|
|
2190
|
+
background-color: rgb(72 194 139/var(--tw-bg-opacity,1));
|
|
2191
|
+
}
|
|
2161
2192
|
.bg-eui-success-500 {
|
|
2162
2193
|
--tw-bg-opacity:1;
|
|
2163
2194
|
background-color: rgb(25 135 84/var(--tw-bg-opacity,1));
|
|
@@ -2172,6 +2203,10 @@ video {
|
|
|
2172
2203
|
--tw-bg-opacity:1;
|
|
2173
2204
|
background-color: rgb(20 107 66/var(--tw-bg-opacity,1));
|
|
2174
2205
|
}
|
|
2206
|
+
.bg-eui-warning-300 {
|
|
2207
|
+
--tw-bg-opacity:1;
|
|
2208
|
+
background-color: rgb(255 209 55/var(--tw-bg-opacity,1));
|
|
2209
|
+
}
|
|
2175
2210
|
.bg-eui-warning-500 {
|
|
2176
2211
|
--tw-bg-opacity:1;
|
|
2177
2212
|
background-color: rgb(255 193 7/var(--tw-bg-opacity,1));
|
|
@@ -2289,6 +2324,9 @@ video {
|
|
|
2289
2324
|
.bg-slate-900\/70 {
|
|
2290
2325
|
background-color: rgba(15, 23, 42, .7);
|
|
2291
2326
|
}
|
|
2327
|
+
.bg-slate-950\/70 {
|
|
2328
|
+
background-color: rgba(2, 6, 23, .7);
|
|
2329
|
+
}
|
|
2292
2330
|
.bg-teal-600\/40 {
|
|
2293
2331
|
background-color: rgba(13, 148, 136, .4);
|
|
2294
2332
|
}
|
|
@@ -2349,6 +2387,17 @@ video {
|
|
|
2349
2387
|
hsla(0, 0%, 100%, .1) 1px,
|
|
2350
2388
|
transparent 0);
|
|
2351
2389
|
}
|
|
2390
|
+
.bg-\[radial-gradient\(circle_at_top_left\,rgba\(22\,163\,74\,0\.22\)\,transparent_32\%\)\,linear-gradient\(135deg\,rgba\(15\,23\,42\,0\.96\)\,rgba\(2\,6\,23\,0\.98\)\)\] {
|
|
2391
|
+
background-image:
|
|
2392
|
+
radial-gradient(
|
|
2393
|
+
circle at top left,
|
|
2394
|
+
rgba(22, 163, 74, .22),
|
|
2395
|
+
transparent 32%),
|
|
2396
|
+
linear-gradient(
|
|
2397
|
+
135deg,
|
|
2398
|
+
rgba(15, 23, 42, .96),
|
|
2399
|
+
rgba(2, 6, 23, .98));
|
|
2400
|
+
}
|
|
2352
2401
|
.bg-gradient-to-br {
|
|
2353
2402
|
background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
|
|
2354
2403
|
}
|
|
@@ -2699,6 +2748,10 @@ video {
|
|
|
2699
2748
|
padding-bottom: 2.5rem;
|
|
2700
2749
|
padding-top: 2.5rem;
|
|
2701
2750
|
}
|
|
2751
|
+
.py-14 {
|
|
2752
|
+
padding-bottom: 3.5rem;
|
|
2753
|
+
padding-top: 3.5rem;
|
|
2754
|
+
}
|
|
2702
2755
|
.py-16 {
|
|
2703
2756
|
padding-bottom: 4rem;
|
|
2704
2757
|
padding-top: 4rem;
|
|
@@ -3101,6 +3154,10 @@ video {
|
|
|
3101
3154
|
--tw-text-opacity:1;
|
|
3102
3155
|
color: rgb(5 150 105/var(--tw-text-opacity,1));
|
|
3103
3156
|
}
|
|
3157
|
+
.text-eui-danger-200 {
|
|
3158
|
+
--tw-text-opacity:1;
|
|
3159
|
+
color: rgb(239 113 123/var(--tw-text-opacity,1));
|
|
3160
|
+
}
|
|
3104
3161
|
.text-eui-danger-300 {
|
|
3105
3162
|
--tw-text-opacity:1;
|
|
3106
3163
|
color: rgb(234 72 85/var(--tw-text-opacity,1));
|
|
@@ -3144,6 +3201,10 @@ video {
|
|
|
3144
3201
|
--tw-text-opacity:1;
|
|
3145
3202
|
color: rgb(7 7 8/var(--tw-text-opacity,1));
|
|
3146
3203
|
}
|
|
3204
|
+
.text-eui-info-200 {
|
|
3205
|
+
--tw-text-opacity:1;
|
|
3206
|
+
color: rgb(93 221 246/var(--tw-text-opacity,1));
|
|
3207
|
+
}
|
|
3147
3208
|
.text-eui-info-300 {
|
|
3148
3209
|
--tw-text-opacity:1;
|
|
3149
3210
|
color: rgb(56 211 244/var(--tw-text-opacity,1));
|
|
@@ -3196,6 +3257,10 @@ video {
|
|
|
3196
3257
|
--tw-text-opacity:1;
|
|
3197
3258
|
color: rgb(20 153 0/var(--tw-text-opacity,1));
|
|
3198
3259
|
}
|
|
3260
|
+
.text-eui-success-200 {
|
|
3261
|
+
--tw-text-opacity:1;
|
|
3262
|
+
color: rgb(107 207 162/var(--tw-text-opacity,1));
|
|
3263
|
+
}
|
|
3199
3264
|
.text-eui-success-300 {
|
|
3200
3265
|
--tw-text-opacity:1;
|
|
3201
3266
|
color: rgb(72 194 139/var(--tw-text-opacity,1));
|
|
@@ -3212,6 +3277,10 @@ video {
|
|
|
3212
3277
|
--tw-text-opacity:1;
|
|
3213
3278
|
color: rgb(15 78 49/var(--tw-text-opacity,1));
|
|
3214
3279
|
}
|
|
3280
|
+
.text-eui-warning-100 {
|
|
3281
|
+
--tw-text-opacity:1;
|
|
3282
|
+
color: rgb(255 232 155/var(--tw-text-opacity,1));
|
|
3283
|
+
}
|
|
3215
3284
|
.text-eui-warning-300 {
|
|
3216
3285
|
--tw-text-opacity:1;
|
|
3217
3286
|
color: rgb(255 209 55/var(--tw-text-opacity,1));
|
|
@@ -3368,6 +3437,10 @@ video {
|
|
|
3368
3437
|
--tw-text-opacity:1;
|
|
3369
3438
|
color: rgb(148 163 184/var(--tw-text-opacity,1));
|
|
3370
3439
|
}
|
|
3440
|
+
.text-slate-500 {
|
|
3441
|
+
--tw-text-opacity:1;
|
|
3442
|
+
color: rgb(100 116 139/var(--tw-text-opacity,1));
|
|
3443
|
+
}
|
|
3371
3444
|
.text-teal-300 {
|
|
3372
3445
|
--tw-text-opacity:1;
|
|
3373
3446
|
color: rgb(94 234 212/var(--tw-text-opacity,1));
|
|
@@ -5060,8 +5133,19 @@ video {
|
|
|
5060
5133
|
padding-left: 1.5rem;
|
|
5061
5134
|
padding-right: 1.5rem;
|
|
5062
5135
|
}
|
|
5136
|
+
.sm\:px-8 {
|
|
5137
|
+
padding-left: 2rem;
|
|
5138
|
+
padding-right: 2rem;
|
|
5139
|
+
}
|
|
5140
|
+
.sm\:text-5xl {
|
|
5141
|
+
font-size: 3rem;
|
|
5142
|
+
line-height: 1;
|
|
5143
|
+
}
|
|
5063
5144
|
}
|
|
5064
5145
|
@media (min-width: 768px) {
|
|
5146
|
+
.md\:grid-cols-2 {
|
|
5147
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
5148
|
+
}
|
|
5065
5149
|
.md\:grid-cols-3 {
|
|
5066
5150
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
5067
5151
|
}
|
|
@@ -5113,12 +5197,18 @@ video {
|
|
|
5113
5197
|
.lg\:grid-cols-\[minmax\(0\,1fr\)_280px\] {
|
|
5114
5198
|
grid-template-columns: minmax(0, 1fr) 280px;
|
|
5115
5199
|
}
|
|
5200
|
+
.lg\:grid-cols-\[minmax\(0\,1fr\)_320px\] {
|
|
5201
|
+
grid-template-columns: minmax(0, 1fr) 320px;
|
|
5202
|
+
}
|
|
5116
5203
|
.lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1fr\)\] {
|
|
5117
5204
|
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
|
|
5118
5205
|
}
|
|
5119
5206
|
.lg\:flex-row {
|
|
5120
5207
|
flex-direction: row;
|
|
5121
5208
|
}
|
|
5209
|
+
.lg\:items-end {
|
|
5210
|
+
align-items: flex-end;
|
|
5211
|
+
}
|
|
5122
5212
|
.lg\:items-center {
|
|
5123
5213
|
align-items: center;
|
|
5124
5214
|
}
|
|
@@ -5140,8 +5230,15 @@ video {
|
|
|
5140
5230
|
padding-left: 150px;
|
|
5141
5231
|
padding-right: 150px;
|
|
5142
5232
|
}
|
|
5233
|
+
.lg\:py-20 {
|
|
5234
|
+
padding-bottom: 5rem;
|
|
5235
|
+
padding-top: 5rem;
|
|
5236
|
+
}
|
|
5143
5237
|
}
|
|
5144
5238
|
@media (min-width: 1280px) {
|
|
5239
|
+
.xl\:grid-cols-4 {
|
|
5240
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
5241
|
+
}
|
|
5145
5242
|
.xl\:grid-cols-\[16rem_minmax\(0\,1fr\)_18rem\] {
|
|
5146
5243
|
grid-template-columns: 16rem minmax(0, 1fr) 18rem;
|
|
5147
5244
|
}
|
|
@@ -6440,6 +6537,9 @@ video {
|
|
|
6440
6537
|
.max-w-xl {
|
|
6441
6538
|
max-width: 36rem;
|
|
6442
6539
|
}
|
|
6540
|
+
.max-w-xs {
|
|
6541
|
+
max-width: 20rem;
|
|
6542
|
+
}
|
|
6443
6543
|
.flex-1 {
|
|
6444
6544
|
flex: 1 1 0%;
|
|
6445
6545
|
}
|
|
@@ -6950,6 +7050,9 @@ video {
|
|
|
6950
7050
|
--tw-border-opacity:1;
|
|
6951
7051
|
border-color: rgb(229 31 47/var(--tw-border-opacity,1));
|
|
6952
7052
|
}
|
|
7053
|
+
.border-eui-danger-400\/30 {
|
|
7054
|
+
border-color: rgba(229, 31, 47, .3);
|
|
7055
|
+
}
|
|
6953
7056
|
.border-eui-danger-400\/40 {
|
|
6954
7057
|
border-color: rgba(229, 31, 47, .4);
|
|
6955
7058
|
}
|
|
@@ -7005,6 +7108,9 @@ video {
|
|
|
7005
7108
|
--tw-border-opacity:1;
|
|
7006
7109
|
border-color: rgb(20 202 242/var(--tw-border-opacity,1));
|
|
7007
7110
|
}
|
|
7111
|
+
.border-eui-info-400\/30 {
|
|
7112
|
+
border-color: rgba(20, 202, 242, .3);
|
|
7113
|
+
}
|
|
7008
7114
|
.border-eui-info-400\/40 {
|
|
7009
7115
|
border-color: rgba(20, 202, 242, .4);
|
|
7010
7116
|
}
|
|
@@ -7088,6 +7194,9 @@ video {
|
|
|
7088
7194
|
--tw-border-opacity:1;
|
|
7089
7195
|
border-color: rgb(38 182 116/var(--tw-border-opacity,1));
|
|
7090
7196
|
}
|
|
7197
|
+
.border-eui-success-400\/30 {
|
|
7198
|
+
border-color: rgba(38, 182, 116, .3);
|
|
7199
|
+
}
|
|
7091
7200
|
.border-eui-success-400\/40 {
|
|
7092
7201
|
border-color: rgba(38, 182, 116, .4);
|
|
7093
7202
|
}
|
|
@@ -7105,6 +7214,9 @@ video {
|
|
|
7105
7214
|
--tw-border-opacity:1;
|
|
7106
7215
|
border-color: rgb(20 107 66/var(--tw-border-opacity,1));
|
|
7107
7216
|
}
|
|
7217
|
+
.border-eui-warning-300\/30 {
|
|
7218
|
+
border-color: rgba(255, 209, 55, .3);
|
|
7219
|
+
}
|
|
7108
7220
|
.border-eui-warning-400 {
|
|
7109
7221
|
--tw-border-opacity:1;
|
|
7110
7222
|
border-color: rgb(255 198 6/var(--tw-border-opacity,1));
|
|
@@ -7269,6 +7381,10 @@ video {
|
|
|
7269
7381
|
.\!bg-transparent {
|
|
7270
7382
|
background-color: transparent !important;
|
|
7271
7383
|
}
|
|
7384
|
+
.bg-\[\#05070b\] {
|
|
7385
|
+
--tw-bg-opacity:1;
|
|
7386
|
+
background-color: rgb(5 7 11/var(--tw-bg-opacity,1));
|
|
7387
|
+
}
|
|
7272
7388
|
.bg-\[\#08090d\] {
|
|
7273
7389
|
--tw-bg-opacity:1;
|
|
7274
7390
|
background-color: rgb(8 9 13/var(--tw-bg-opacity,1));
|
|
@@ -7328,6 +7444,10 @@ video {
|
|
|
7328
7444
|
--tw-bg-opacity:1;
|
|
7329
7445
|
background-color: rgb(6 182 212/var(--tw-bg-opacity,1));
|
|
7330
7446
|
}
|
|
7447
|
+
.bg-eui-danger-300 {
|
|
7448
|
+
--tw-bg-opacity:1;
|
|
7449
|
+
background-color: rgb(234 72 85/var(--tw-bg-opacity,1));
|
|
7450
|
+
}
|
|
7331
7451
|
.bg-eui-danger-500 {
|
|
7332
7452
|
--tw-bg-opacity:1;
|
|
7333
7453
|
background-color: rgb(220 53 69/var(--tw-bg-opacity,1));
|
|
@@ -7365,6 +7485,10 @@ video {
|
|
|
7365
7485
|
.bg-eui-dark-900\/90 {
|
|
7366
7486
|
background-color: rgba(7, 7, 8, .9);
|
|
7367
7487
|
}
|
|
7488
|
+
.bg-eui-info-300 {
|
|
7489
|
+
--tw-bg-opacity:1;
|
|
7490
|
+
background-color: rgb(56 211 244/var(--tw-bg-opacity,1));
|
|
7491
|
+
}
|
|
7368
7492
|
.bg-eui-info-500 {
|
|
7369
7493
|
--tw-bg-opacity:1;
|
|
7370
7494
|
background-color: rgb(13 202 240/var(--tw-bg-opacity,1));
|
|
@@ -7436,6 +7560,10 @@ video {
|
|
|
7436
7560
|
--tw-bg-opacity:1;
|
|
7437
7561
|
background-color: rgb(20 153 0/var(--tw-bg-opacity,1));
|
|
7438
7562
|
}
|
|
7563
|
+
.bg-eui-success-300 {
|
|
7564
|
+
--tw-bg-opacity:1;
|
|
7565
|
+
background-color: rgb(72 194 139/var(--tw-bg-opacity,1));
|
|
7566
|
+
}
|
|
7439
7567
|
.bg-eui-success-500 {
|
|
7440
7568
|
--tw-bg-opacity:1;
|
|
7441
7569
|
background-color: rgb(25 135 84/var(--tw-bg-opacity,1));
|
|
@@ -7450,6 +7578,10 @@ video {
|
|
|
7450
7578
|
--tw-bg-opacity:1;
|
|
7451
7579
|
background-color: rgb(20 107 66/var(--tw-bg-opacity,1));
|
|
7452
7580
|
}
|
|
7581
|
+
.bg-eui-warning-300 {
|
|
7582
|
+
--tw-bg-opacity:1;
|
|
7583
|
+
background-color: rgb(255 209 55/var(--tw-bg-opacity,1));
|
|
7584
|
+
}
|
|
7453
7585
|
.bg-eui-warning-500 {
|
|
7454
7586
|
--tw-bg-opacity:1;
|
|
7455
7587
|
background-color: rgb(255 193 7/var(--tw-bg-opacity,1));
|
|
@@ -7567,6 +7699,9 @@ video {
|
|
|
7567
7699
|
.bg-slate-900\/70 {
|
|
7568
7700
|
background-color: rgba(15, 23, 42, .7);
|
|
7569
7701
|
}
|
|
7702
|
+
.bg-slate-950\/70 {
|
|
7703
|
+
background-color: rgba(2, 6, 23, .7);
|
|
7704
|
+
}
|
|
7570
7705
|
.bg-teal-600\/40 {
|
|
7571
7706
|
background-color: rgba(13, 148, 136, .4);
|
|
7572
7707
|
}
|
|
@@ -7627,6 +7762,17 @@ video {
|
|
|
7627
7762
|
hsla(0, 0%, 100%, .1) 1px,
|
|
7628
7763
|
transparent 0);
|
|
7629
7764
|
}
|
|
7765
|
+
.bg-\[radial-gradient\(circle_at_top_left\,rgba\(22\,163\,74\,0\.22\)\,transparent_32\%\)\,linear-gradient\(135deg\,rgba\(15\,23\,42\,0\.96\)\,rgba\(2\,6\,23\,0\.98\)\)\] {
|
|
7766
|
+
background-image:
|
|
7767
|
+
radial-gradient(
|
|
7768
|
+
circle at top left,
|
|
7769
|
+
rgba(22, 163, 74, .22),
|
|
7770
|
+
transparent 32%),
|
|
7771
|
+
linear-gradient(
|
|
7772
|
+
135deg,
|
|
7773
|
+
rgba(15, 23, 42, .96),
|
|
7774
|
+
rgba(2, 6, 23, .98));
|
|
7775
|
+
}
|
|
7630
7776
|
.bg-gradient-to-br {
|
|
7631
7777
|
background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
|
|
7632
7778
|
}
|
|
@@ -7977,6 +8123,10 @@ video {
|
|
|
7977
8123
|
padding-bottom: 2.5rem;
|
|
7978
8124
|
padding-top: 2.5rem;
|
|
7979
8125
|
}
|
|
8126
|
+
.py-14 {
|
|
8127
|
+
padding-bottom: 3.5rem;
|
|
8128
|
+
padding-top: 3.5rem;
|
|
8129
|
+
}
|
|
7980
8130
|
.py-16 {
|
|
7981
8131
|
padding-bottom: 4rem;
|
|
7982
8132
|
padding-top: 4rem;
|
|
@@ -8379,6 +8529,10 @@ video {
|
|
|
8379
8529
|
--tw-text-opacity:1;
|
|
8380
8530
|
color: rgb(5 150 105/var(--tw-text-opacity,1));
|
|
8381
8531
|
}
|
|
8532
|
+
.text-eui-danger-200 {
|
|
8533
|
+
--tw-text-opacity:1;
|
|
8534
|
+
color: rgb(239 113 123/var(--tw-text-opacity,1));
|
|
8535
|
+
}
|
|
8382
8536
|
.text-eui-danger-300 {
|
|
8383
8537
|
--tw-text-opacity:1;
|
|
8384
8538
|
color: rgb(234 72 85/var(--tw-text-opacity,1));
|
|
@@ -8422,6 +8576,10 @@ video {
|
|
|
8422
8576
|
--tw-text-opacity:1;
|
|
8423
8577
|
color: rgb(7 7 8/var(--tw-text-opacity,1));
|
|
8424
8578
|
}
|
|
8579
|
+
.text-eui-info-200 {
|
|
8580
|
+
--tw-text-opacity:1;
|
|
8581
|
+
color: rgb(93 221 246/var(--tw-text-opacity,1));
|
|
8582
|
+
}
|
|
8425
8583
|
.text-eui-info-300 {
|
|
8426
8584
|
--tw-text-opacity:1;
|
|
8427
8585
|
color: rgb(56 211 244/var(--tw-text-opacity,1));
|
|
@@ -8474,6 +8632,10 @@ video {
|
|
|
8474
8632
|
--tw-text-opacity:1;
|
|
8475
8633
|
color: rgb(20 153 0/var(--tw-text-opacity,1));
|
|
8476
8634
|
}
|
|
8635
|
+
.text-eui-success-200 {
|
|
8636
|
+
--tw-text-opacity:1;
|
|
8637
|
+
color: rgb(107 207 162/var(--tw-text-opacity,1));
|
|
8638
|
+
}
|
|
8477
8639
|
.text-eui-success-300 {
|
|
8478
8640
|
--tw-text-opacity:1;
|
|
8479
8641
|
color: rgb(72 194 139/var(--tw-text-opacity,1));
|
|
@@ -8490,6 +8652,10 @@ video {
|
|
|
8490
8652
|
--tw-text-opacity:1;
|
|
8491
8653
|
color: rgb(15 78 49/var(--tw-text-opacity,1));
|
|
8492
8654
|
}
|
|
8655
|
+
.text-eui-warning-100 {
|
|
8656
|
+
--tw-text-opacity:1;
|
|
8657
|
+
color: rgb(255 232 155/var(--tw-text-opacity,1));
|
|
8658
|
+
}
|
|
8493
8659
|
.text-eui-warning-300 {
|
|
8494
8660
|
--tw-text-opacity:1;
|
|
8495
8661
|
color: rgb(255 209 55/var(--tw-text-opacity,1));
|
|
@@ -8646,6 +8812,10 @@ video {
|
|
|
8646
8812
|
--tw-text-opacity:1;
|
|
8647
8813
|
color: rgb(148 163 184/var(--tw-text-opacity,1));
|
|
8648
8814
|
}
|
|
8815
|
+
.text-slate-500 {
|
|
8816
|
+
--tw-text-opacity:1;
|
|
8817
|
+
color: rgb(100 116 139/var(--tw-text-opacity,1));
|
|
8818
|
+
}
|
|
8649
8819
|
.text-teal-300 {
|
|
8650
8820
|
--tw-text-opacity:1;
|
|
8651
8821
|
color: rgb(94 234 212/var(--tw-text-opacity,1));
|
|
@@ -10415,8 +10585,19 @@ video {
|
|
|
10415
10585
|
padding-left: 1.5rem;
|
|
10416
10586
|
padding-right: 1.5rem;
|
|
10417
10587
|
}
|
|
10588
|
+
.sm\:px-8 {
|
|
10589
|
+
padding-left: 2rem;
|
|
10590
|
+
padding-right: 2rem;
|
|
10591
|
+
}
|
|
10592
|
+
.sm\:text-5xl {
|
|
10593
|
+
font-size: 3rem;
|
|
10594
|
+
line-height: 1;
|
|
10595
|
+
}
|
|
10418
10596
|
}
|
|
10419
10597
|
@media (min-width: 768px) {
|
|
10598
|
+
.md\:grid-cols-2 {
|
|
10599
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
10600
|
+
}
|
|
10420
10601
|
.md\:grid-cols-3 {
|
|
10421
10602
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
10422
10603
|
}
|
|
@@ -10468,12 +10649,18 @@ video {
|
|
|
10468
10649
|
.lg\:grid-cols-\[minmax\(0\,1fr\)_280px\] {
|
|
10469
10650
|
grid-template-columns: minmax(0, 1fr) 280px;
|
|
10470
10651
|
}
|
|
10652
|
+
.lg\:grid-cols-\[minmax\(0\,1fr\)_320px\] {
|
|
10653
|
+
grid-template-columns: minmax(0, 1fr) 320px;
|
|
10654
|
+
}
|
|
10471
10655
|
.lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1fr\)\] {
|
|
10472
10656
|
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
|
|
10473
10657
|
}
|
|
10474
10658
|
.lg\:flex-row {
|
|
10475
10659
|
flex-direction: row;
|
|
10476
10660
|
}
|
|
10661
|
+
.lg\:items-end {
|
|
10662
|
+
align-items: flex-end;
|
|
10663
|
+
}
|
|
10477
10664
|
.lg\:items-center {
|
|
10478
10665
|
align-items: center;
|
|
10479
10666
|
}
|
|
@@ -10495,8 +10682,15 @@ video {
|
|
|
10495
10682
|
padding-left: 150px;
|
|
10496
10683
|
padding-right: 150px;
|
|
10497
10684
|
}
|
|
10685
|
+
.lg\:py-20 {
|
|
10686
|
+
padding-bottom: 5rem;
|
|
10687
|
+
padding-top: 5rem;
|
|
10688
|
+
}
|
|
10498
10689
|
}
|
|
10499
10690
|
@media (min-width: 1280px) {
|
|
10691
|
+
.xl\:grid-cols-4 {
|
|
10692
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
10693
|
+
}
|
|
10500
10694
|
.xl\:grid-cols-\[16rem_minmax\(0\,1fr\)_18rem\] {
|
|
10501
10695
|
grid-template-columns: 16rem minmax(0, 1fr) 18rem;
|
|
10502
10696
|
}
|