@alexochihua/exos-library-components 2.2.0 → 2.2.2
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/style.css
CHANGED
|
@@ -1474,6 +1474,62 @@ video {
|
|
|
1474
1474
|
line-height: 1.25rem;
|
|
1475
1475
|
}
|
|
1476
1476
|
|
|
1477
|
+
.e-select__inputSuggestLabel {
|
|
1478
|
+
position: absolute;
|
|
1479
|
+
top: 0px;
|
|
1480
|
+
display: flex;
|
|
1481
|
+
height: 100%;
|
|
1482
|
+
align-items: center;
|
|
1483
|
+
padding-left: 0.75rem;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
.e-select__inputSuggestLabel-suggest {
|
|
1487
|
+
position: absolute;
|
|
1488
|
+
top: 0.375rem;
|
|
1489
|
+
inset-inline-start: 0.25rem;
|
|
1490
|
+
z-index: 0;
|
|
1491
|
+
transform-origin: 0;
|
|
1492
|
+
--tw-translate-y: -1rem;
|
|
1493
|
+
--tw-scale-x: .65;
|
|
1494
|
+
--tw-scale-y: .65;
|
|
1495
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1498
|
+
.e-select__inputSuggestLabel-selected {
|
|
1499
|
+
position: absolute;
|
|
1500
|
+
top: 0.375rem;
|
|
1501
|
+
inset-inline-start: 0.25rem;
|
|
1502
|
+
z-index: 0;
|
|
1503
|
+
transform-origin: 0;
|
|
1504
|
+
--tw-translate-y: -1rem;
|
|
1505
|
+
--tw-scale-x: .65;
|
|
1506
|
+
--tw-scale-y: .65;
|
|
1507
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1508
|
+
transition-duration: 300ms;
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
.exos-peer:-moz-placeholder-shown ~ .e-select__inputSuggestLabel-selected {
|
|
1512
|
+
top: 50%;
|
|
1513
|
+
--tw-translate-y: -50%;
|
|
1514
|
+
--tw-scale-x: 1;
|
|
1515
|
+
--tw-scale-y: 1;
|
|
1516
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
.exos-peer:placeholder-shown ~ .e-select__inputSuggestLabel-selected {
|
|
1520
|
+
top: 50%;
|
|
1521
|
+
--tw-translate-y: -50%;
|
|
1522
|
+
--tw-scale-x: 1;
|
|
1523
|
+
--tw-scale-y: 1;
|
|
1524
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
:is([dir="rtl"] .e-select__inputSuggestLabel-selected) {
|
|
1528
|
+
left: auto;
|
|
1529
|
+
--tw-translate-x: 25%;
|
|
1530
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1477
1533
|
.e-select-label {
|
|
1478
1534
|
position: absolute;
|
|
1479
1535
|
top: 0.375rem;
|
|
@@ -1801,6 +1857,70 @@ video {
|
|
|
1801
1857
|
background-color: var(--color-field-dark);
|
|
1802
1858
|
}
|
|
1803
1859
|
|
|
1860
|
+
.e-radio__mainContainer {
|
|
1861
|
+
display: flex;
|
|
1862
|
+
align-items: center;
|
|
1863
|
+
}
|
|
1864
|
+
|
|
1865
|
+
.e-radio__mainClass {
|
|
1866
|
+
height: 1rem;
|
|
1867
|
+
width: 1rem;
|
|
1868
|
+
cursor: pointer;
|
|
1869
|
+
-webkit-appearance: none;
|
|
1870
|
+
-moz-appearance: none;
|
|
1871
|
+
appearance: none;
|
|
1872
|
+
border-radius: 9999px;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
.e-radio__mainClass.exos-disabled {
|
|
1876
|
+
cursor: not-allowed;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
.e-radio__mainClass-disabled:disabled {
|
|
1880
|
+
cursor: not-allowed;
|
|
1881
|
+
opacity: 0.6;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
.e-radio__color-checked:checked {
|
|
1885
|
+
background-color: var(--color-secondary);
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
.e-radio__color-unchecked {
|
|
1889
|
+
background-color: var(--color-field-light);
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
.e-radio__ring-checked:checked {
|
|
1893
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1894
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1895
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
.e-radio__ringColor-checked:checked {
|
|
1899
|
+
--tw-ring-color: var(--color-secondary);
|
|
1900
|
+
}
|
|
1901
|
+
|
|
1902
|
+
.e-radio__border {
|
|
1903
|
+
border-width: 2px;
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
.e-radio__borderColor-checked:checked {
|
|
1907
|
+
--tw-border-opacity: 1;
|
|
1908
|
+
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1911
|
+
.e-radio__borderColor-unchecked {
|
|
1912
|
+
--tw-border-opacity: 1;
|
|
1913
|
+
border-color: rgb(156 163 175 / var(--tw-border-opacity));
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.e-radio__iconColor-checked {
|
|
1917
|
+
color: var(--color-secondary);
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
.e-radio__iconColor-unchecked {
|
|
1921
|
+
color: var(--color-secondary);
|
|
1922
|
+
}
|
|
1923
|
+
|
|
1804
1924
|
/* ===== utilities ===== */
|
|
1805
1925
|
|
|
1806
1926
|
.exos-sr-only {
|
|
@@ -2183,6 +2303,10 @@ video {
|
|
|
2183
2303
|
width: 50%;
|
|
2184
2304
|
}
|
|
2185
2305
|
|
|
2306
|
+
.exos-w-10 {
|
|
2307
|
+
width: 2.5rem;
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2186
2310
|
.exos-w-11 {
|
|
2187
2311
|
width: 2.75rem;
|
|
2188
2312
|
}
|
|
@@ -2195,6 +2319,10 @@ video {
|
|
|
2195
2319
|
width: 0.5rem;
|
|
2196
2320
|
}
|
|
2197
2321
|
|
|
2322
|
+
.exos-w-20 {
|
|
2323
|
+
width: 5rem;
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2198
2326
|
.exos-w-4 {
|
|
2199
2327
|
width: 1rem;
|
|
2200
2328
|
}
|
|
@@ -3261,10 +3389,20 @@ video {
|
|
|
3261
3389
|
color: rgb(55 65 81 / var(--tw-text-opacity));
|
|
3262
3390
|
}
|
|
3263
3391
|
|
|
3392
|
+
.exos-text-green-500 {
|
|
3393
|
+
--tw-text-opacity: 1;
|
|
3394
|
+
color: rgb(34 197 94 / var(--tw-text-opacity));
|
|
3395
|
+
}
|
|
3396
|
+
|
|
3264
3397
|
.exos-text-primary {
|
|
3265
3398
|
color: var(--color-primary);
|
|
3266
3399
|
}
|
|
3267
3400
|
|
|
3401
|
+
.exos-text-red-500 {
|
|
3402
|
+
--tw-text-opacity: 1;
|
|
3403
|
+
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
3404
|
+
}
|
|
3405
|
+
|
|
3268
3406
|
.exos-text-secondary {
|
|
3269
3407
|
color: var(--color-secondary);
|
|
3270
3408
|
}
|
|
@@ -3479,6 +3617,27 @@ video {
|
|
|
3479
3617
|
content: var(--tw-content);
|
|
3480
3618
|
}
|
|
3481
3619
|
|
|
3620
|
+
.checked\:exos-border-green-500:checked {
|
|
3621
|
+
--tw-border-opacity: 1;
|
|
3622
|
+
border-color: rgb(34 197 94 / var(--tw-border-opacity));
|
|
3623
|
+
}
|
|
3624
|
+
|
|
3625
|
+
.checked\:exos-bg-yellow-500:checked {
|
|
3626
|
+
--tw-bg-opacity: 1;
|
|
3627
|
+
background-color: rgb(234 179 8 / var(--tw-bg-opacity));
|
|
3628
|
+
}
|
|
3629
|
+
|
|
3630
|
+
.checked\:exos-ring-2:checked {
|
|
3631
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3632
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3633
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3634
|
+
}
|
|
3635
|
+
|
|
3636
|
+
.checked\:exos-ring-red-500:checked {
|
|
3637
|
+
--tw-ring-opacity: 1;
|
|
3638
|
+
--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
|
|
3639
|
+
}
|
|
3640
|
+
|
|
3482
3641
|
.hover\:exos-scale-105:hover {
|
|
3483
3642
|
--tw-scale-x: 1.05;
|
|
3484
3643
|
--tw-scale-y: 1.05;
|
|
@@ -3617,10 +3776,20 @@ video {
|
|
|
3617
3776
|
border-width: 2px;
|
|
3618
3777
|
}
|
|
3619
3778
|
|
|
3779
|
+
.disabled\:exos-border-green-500:disabled {
|
|
3780
|
+
--tw-border-opacity: 1;
|
|
3781
|
+
border-color: rgb(34 197 94 / var(--tw-border-opacity));
|
|
3782
|
+
}
|
|
3783
|
+
|
|
3620
3784
|
.disabled\:exos-border-secondary:disabled {
|
|
3621
3785
|
border-color: var(--color-secondary);
|
|
3622
3786
|
}
|
|
3623
3787
|
|
|
3788
|
+
.disabled\:exos-bg-green-300:disabled {
|
|
3789
|
+
--tw-bg-opacity: 1;
|
|
3790
|
+
background-color: rgb(134 239 172 / var(--tw-bg-opacity));
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3624
3793
|
.disabled\:exos-bg-white:disabled {
|
|
3625
3794
|
--tw-bg-opacity: 1;
|
|
3626
3795
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -3630,6 +3799,10 @@ video {
|
|
|
3630
3799
|
color: var(--color-secondary);
|
|
3631
3800
|
}
|
|
3632
3801
|
|
|
3802
|
+
.disabled\:exos-opacity-40:disabled {
|
|
3803
|
+
opacity: 0.4;
|
|
3804
|
+
}
|
|
3805
|
+
|
|
3633
3806
|
.disabled\:exos-opacity-60:disabled {
|
|
3634
3807
|
opacity: 0.6;
|
|
3635
3808
|
}
|
|
@@ -3926,6 +4099,11 @@ video {
|
|
|
3926
4099
|
background-color: var(--color-field-dark);
|
|
3927
4100
|
}
|
|
3928
4101
|
|
|
4102
|
+
:is(.exos-dark .dark\:disabled\:exos-bg-gray-500:disabled) {
|
|
4103
|
+
--tw-bg-opacity: 1;
|
|
4104
|
+
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
|
|
4105
|
+
}
|
|
4106
|
+
|
|
3929
4107
|
@media not all and (min-width: 1280px) {
|
|
3930
4108
|
.max-md\:exos-min-h-\[84vh\] {
|
|
3931
4109
|
min-height: 84vh;
|