cekat-ui 1.3.8 → 1.3.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.d.mts +165 -18
- package/dist/index.d.ts +165 -18
- package/dist/index.mjs +8755 -6732
- package/dist/index.umd.js +4 -4
- package/dist/style.css +101 -8
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -935,6 +935,11 @@ body {
|
|
|
935
935
|
height: 1.5rem;
|
|
936
936
|
}
|
|
937
937
|
|
|
938
|
+
.size-7 {
|
|
939
|
+
width: 1.75rem;
|
|
940
|
+
height: 1.75rem;
|
|
941
|
+
}
|
|
942
|
+
|
|
938
943
|
.size-8 {
|
|
939
944
|
width: 2rem;
|
|
940
945
|
height: 2rem;
|
|
@@ -1040,6 +1045,10 @@ body {
|
|
|
1040
1045
|
height: 5rem;
|
|
1041
1046
|
}
|
|
1042
1047
|
|
|
1048
|
+
.h-24 {
|
|
1049
|
+
height: 6rem;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1043
1052
|
.h-4 {
|
|
1044
1053
|
height: 1rem;
|
|
1045
1054
|
}
|
|
@@ -1160,6 +1169,10 @@ body {
|
|
|
1160
1169
|
max-height: 320px;
|
|
1161
1170
|
}
|
|
1162
1171
|
|
|
1172
|
+
.max-h-full {
|
|
1173
|
+
max-height: 100%;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1163
1176
|
.max-h-none {
|
|
1164
1177
|
max-height: none;
|
|
1165
1178
|
}
|
|
@@ -1248,6 +1261,10 @@ body {
|
|
|
1248
1261
|
width: 0.5rem;
|
|
1249
1262
|
}
|
|
1250
1263
|
|
|
1264
|
+
.w-24 {
|
|
1265
|
+
width: 6rem;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1251
1268
|
.w-3 {
|
|
1252
1269
|
width: 0.75rem;
|
|
1253
1270
|
}
|
|
@@ -1296,6 +1313,10 @@ body {
|
|
|
1296
1313
|
width: 200vw;
|
|
1297
1314
|
}
|
|
1298
1315
|
|
|
1316
|
+
.w-\[240px\] {
|
|
1317
|
+
width: 240px;
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1299
1320
|
.w-\[320px\] {
|
|
1300
1321
|
width: 320px;
|
|
1301
1322
|
}
|
|
@@ -1312,6 +1333,10 @@ body {
|
|
|
1312
1333
|
width: 640px;
|
|
1313
1334
|
}
|
|
1314
1335
|
|
|
1336
|
+
.w-\[800px\] {
|
|
1337
|
+
width: 800px;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1315
1340
|
.w-\[92px\] {
|
|
1316
1341
|
width: 92px;
|
|
1317
1342
|
}
|
|
@@ -1336,10 +1361,6 @@ body {
|
|
|
1336
1361
|
min-width: 2rem;
|
|
1337
1362
|
}
|
|
1338
1363
|
|
|
1339
|
-
.min-w-\[120px\] {
|
|
1340
|
-
min-width: 120px;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
1364
|
.min-w-\[160px\] {
|
|
1344
1365
|
min-width: 160px;
|
|
1345
1366
|
}
|
|
@@ -1348,6 +1369,10 @@ body {
|
|
|
1348
1369
|
min-width: 240px;
|
|
1349
1370
|
}
|
|
1350
1371
|
|
|
1372
|
+
.min-w-\[4rem\] {
|
|
1373
|
+
min-width: 4rem;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1351
1376
|
.min-w-\[80px\] {
|
|
1352
1377
|
min-width: 80px;
|
|
1353
1378
|
}
|
|
@@ -1566,6 +1591,10 @@ body {
|
|
|
1566
1591
|
flex-wrap: wrap;
|
|
1567
1592
|
}
|
|
1568
1593
|
|
|
1594
|
+
.flex-nowrap {
|
|
1595
|
+
flex-wrap: nowrap;
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1569
1598
|
.items-start {
|
|
1570
1599
|
align-items: flex-start;
|
|
1571
1600
|
}
|
|
@@ -1678,10 +1707,6 @@ body {
|
|
|
1678
1707
|
overflow-y: auto;
|
|
1679
1708
|
}
|
|
1680
1709
|
|
|
1681
|
-
.overflow-y-hidden {
|
|
1682
|
-
overflow-y: hidden;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
1710
|
.truncate {
|
|
1686
1711
|
overflow: hidden;
|
|
1687
1712
|
text-overflow: ellipsis;
|
|
@@ -1700,6 +1725,10 @@ body {
|
|
|
1700
1725
|
border-radius: 0.25rem;
|
|
1701
1726
|
}
|
|
1702
1727
|
|
|
1728
|
+
.rounded-3xl {
|
|
1729
|
+
border-radius: 1.5rem;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1703
1732
|
.rounded-\[10px\] {
|
|
1704
1733
|
border-radius: 10px;
|
|
1705
1734
|
}
|
|
@@ -2812,6 +2841,11 @@ body {
|
|
|
2812
2841
|
padding-bottom: 3px;
|
|
2813
2842
|
}
|
|
2814
2843
|
|
|
2844
|
+
.py-\[8px\] {
|
|
2845
|
+
padding-top: 8px;
|
|
2846
|
+
padding-bottom: 8px;
|
|
2847
|
+
}
|
|
2848
|
+
|
|
2815
2849
|
.py-\[spacing-xs\] {
|
|
2816
2850
|
padding-top: spacing-xs;
|
|
2817
2851
|
padding-bottom: spacing-xs;
|
|
@@ -2821,6 +2855,10 @@ body {
|
|
|
2821
2855
|
padding-bottom: 0.125rem;
|
|
2822
2856
|
}
|
|
2823
2857
|
|
|
2858
|
+
.pb-2 {
|
|
2859
|
+
padding-bottom: 0.5rem;
|
|
2860
|
+
}
|
|
2861
|
+
|
|
2824
2862
|
.pb-3 {
|
|
2825
2863
|
padding-bottom: 0.75rem;
|
|
2826
2864
|
}
|
|
@@ -2885,10 +2923,22 @@ body {
|
|
|
2885
2923
|
padding-right: 2rem;
|
|
2886
2924
|
}
|
|
2887
2925
|
|
|
2926
|
+
.pr-\[8px\] {
|
|
2927
|
+
padding-right: 8px;
|
|
2928
|
+
}
|
|
2929
|
+
|
|
2888
2930
|
.pr-\[9px\] {
|
|
2889
2931
|
padding-right: 9px;
|
|
2890
2932
|
}
|
|
2891
2933
|
|
|
2934
|
+
.pt-0 {
|
|
2935
|
+
padding-top: 0px;
|
|
2936
|
+
}
|
|
2937
|
+
|
|
2938
|
+
.pt-0\.5 {
|
|
2939
|
+
padding-top: 0.125rem;
|
|
2940
|
+
}
|
|
2941
|
+
|
|
2892
2942
|
.pt-3 {
|
|
2893
2943
|
padding-top: 0.75rem;
|
|
2894
2944
|
}
|
|
@@ -2933,6 +2983,10 @@ body {
|
|
|
2933
2983
|
font-size: 13px;
|
|
2934
2984
|
}
|
|
2935
2985
|
|
|
2986
|
+
.text-\[18px\] {
|
|
2987
|
+
font-size: 18px;
|
|
2988
|
+
}
|
|
2989
|
+
|
|
2936
2990
|
.text-\[20px\] {
|
|
2937
2991
|
font-size: 20px;
|
|
2938
2992
|
}
|
|
@@ -3287,6 +3341,11 @@ body {
|
|
|
3287
3341
|
color: rgb(193 21 116 / var(--tw-text-opacity, 1));
|
|
3288
3342
|
}
|
|
3289
3343
|
|
|
3344
|
+
.text-primary-300 {
|
|
3345
|
+
--tw-text-opacity: 1;
|
|
3346
|
+
color: rgb(158 184 229 / var(--tw-text-opacity, 1));
|
|
3347
|
+
}
|
|
3348
|
+
|
|
3290
3349
|
.text-primary-500 {
|
|
3291
3350
|
--tw-text-opacity: 1;
|
|
3292
3351
|
color: rgb(19 82 191 / var(--tw-text-opacity, 1));
|
|
@@ -3406,6 +3465,12 @@ body {
|
|
|
3406
3465
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3407
3466
|
}
|
|
3408
3467
|
|
|
3468
|
+
.shadow-\[0px_2px_4px_-1px_rgba\(16\2c 24\2c 40\2c 0\.08\)\2c 0px_8px_24px_-4px_rgba\(16\2c 24\2c 40\2c 0\.14\)\] {
|
|
3469
|
+
--tw-shadow: 0px 2px 4px -1px rgba(16,24,40,0.08),0px 8px 24px -4px rgba(16,24,40,0.14);
|
|
3470
|
+
--tw-shadow-colored: 0px 2px 4px -1px var(--tw-shadow-color), 0px 8px 24px -4px var(--tw-shadow-color);
|
|
3471
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3472
|
+
}
|
|
3473
|
+
|
|
3409
3474
|
.shadow-\[inset_-1px_0_0_0_\#D0D5DD\] {
|
|
3410
3475
|
--tw-shadow: inset -1px 0 0 0 #D0D5DD;
|
|
3411
3476
|
--tw-shadow-colored: inset -1px 0 0 0 var(--tw-shadow-color);
|
|
@@ -3481,6 +3546,12 @@ body {
|
|
|
3481
3546
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
3482
3547
|
}
|
|
3483
3548
|
|
|
3549
|
+
.transition {
|
|
3550
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3551
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3552
|
+
transition-duration: 150ms;
|
|
3553
|
+
}
|
|
3554
|
+
|
|
3484
3555
|
.transition-\[border-color\2c border-width\] {
|
|
3485
3556
|
transition-property: border-color,border-width;
|
|
3486
3557
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3560,6 +3631,24 @@ body {
|
|
|
3560
3631
|
}
|
|
3561
3632
|
*/
|
|
3562
3633
|
|
|
3634
|
+
.placeholder\:font-normal::-moz-placeholder {
|
|
3635
|
+
font-weight: 400;
|
|
3636
|
+
}
|
|
3637
|
+
|
|
3638
|
+
.placeholder\:font-normal::placeholder {
|
|
3639
|
+
font-weight: 400;
|
|
3640
|
+
}
|
|
3641
|
+
|
|
3642
|
+
.placeholder\:text-light-400::-moz-placeholder {
|
|
3643
|
+
--tw-text-opacity: 1;
|
|
3644
|
+
color: rgb(152 162 179 / var(--tw-text-opacity, 1));
|
|
3645
|
+
}
|
|
3646
|
+
|
|
3647
|
+
.placeholder\:text-light-400::placeholder {
|
|
3648
|
+
--tw-text-opacity: 1;
|
|
3649
|
+
color: rgb(152 162 179 / var(--tw-text-opacity, 1));
|
|
3650
|
+
}
|
|
3651
|
+
|
|
3563
3652
|
.placeholder\:text-light-500::-moz-placeholder {
|
|
3564
3653
|
--tw-text-opacity: 1;
|
|
3565
3654
|
color: rgb(102 112 133 / var(--tw-text-opacity, 1));
|
|
@@ -4651,6 +4740,10 @@ body {
|
|
|
4651
4740
|
width: 0.5rem;
|
|
4652
4741
|
}
|
|
4653
4742
|
|
|
4743
|
+
.\[\&\>\*\]\:flex-1>* {
|
|
4744
|
+
flex: 1 1 0%;
|
|
4745
|
+
}
|
|
4746
|
+
|
|
4654
4747
|
.\[\&\>svg\]\:h-6>svg {
|
|
4655
4748
|
height: 1.5rem;
|
|
4656
4749
|
}
|