@fileverse/ui 3.0.0 → 4.0.1
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.cjs.js +1472 -1470
- package/dist/index.css +98 -139
- package/dist/index.es.d.ts +50 -60
- package/dist/index.es.js +33471 -21723
- package/package.json +30 -32
- package/dist/index.cjs.js.map +0 -1
- package/dist/index.es.js.map +0 -1
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
! tailwindcss v3.4.
|
|
2
|
+
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
|
|
3
3
|
*//*
|
|
4
4
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
5
5
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
@@ -982,6 +982,9 @@ video {
|
|
|
982
982
|
.invisible {
|
|
983
983
|
visibility: hidden;
|
|
984
984
|
}
|
|
985
|
+
.static {
|
|
986
|
+
position: static;
|
|
987
|
+
}
|
|
985
988
|
.fixed {
|
|
986
989
|
position: fixed;
|
|
987
990
|
}
|
|
@@ -994,8 +997,8 @@ video {
|
|
|
994
997
|
.inset-0 {
|
|
995
998
|
inset: 0px;
|
|
996
999
|
}
|
|
997
|
-
.-bottom-
|
|
998
|
-
bottom: -
|
|
1000
|
+
.-bottom-6 {
|
|
1001
|
+
bottom: -1.5rem;
|
|
999
1002
|
}
|
|
1000
1003
|
.-bottom-\[11\%\] {
|
|
1001
1004
|
bottom: -11%;
|
|
@@ -1048,16 +1051,22 @@ video {
|
|
|
1048
1051
|
.z-10 {
|
|
1049
1052
|
z-index: 10;
|
|
1050
1053
|
}
|
|
1051
|
-
|
|
1052
|
-
|
|
1054
|
+
.-mx-1 {
|
|
1055
|
+
margin-left: -0.25rem;
|
|
1056
|
+
margin-right: -0.25rem;
|
|
1053
1057
|
}
|
|
1054
|
-
.-
|
|
1055
|
-
margin: -0.25rem;
|
|
1058
|
+
.-my-1 {
|
|
1059
|
+
margin-top: -0.25rem;
|
|
1060
|
+
margin-bottom: -0.25rem;
|
|
1056
1061
|
}
|
|
1057
1062
|
.mx-auto {
|
|
1058
1063
|
margin-left: auto;
|
|
1059
1064
|
margin-right: auto;
|
|
1060
1065
|
}
|
|
1066
|
+
.my-0 {
|
|
1067
|
+
margin-top: 0px;
|
|
1068
|
+
margin-bottom: 0px;
|
|
1069
|
+
}
|
|
1061
1070
|
.my-auto {
|
|
1062
1071
|
margin-top: auto;
|
|
1063
1072
|
margin-bottom: auto;
|
|
@@ -1137,9 +1146,6 @@ video {
|
|
|
1137
1146
|
.h-12 {
|
|
1138
1147
|
height: 3rem;
|
|
1139
1148
|
}
|
|
1140
|
-
.h-3 {
|
|
1141
|
-
height: 0.75rem;
|
|
1142
|
-
}
|
|
1143
1149
|
.h-4 {
|
|
1144
1150
|
height: 1rem;
|
|
1145
1151
|
}
|
|
@@ -1167,6 +1173,9 @@ video {
|
|
|
1167
1173
|
.h-\[320px\] {
|
|
1168
1174
|
height: 320px;
|
|
1169
1175
|
}
|
|
1176
|
+
.h-\[38px\] {
|
|
1177
|
+
height: 38px;
|
|
1178
|
+
}
|
|
1170
1179
|
.h-\[440px\] {
|
|
1171
1180
|
height: 440px;
|
|
1172
1181
|
}
|
|
@@ -1198,6 +1207,9 @@ video {
|
|
|
1198
1207
|
.min-h-9 {
|
|
1199
1208
|
min-height: 2.25rem;
|
|
1200
1209
|
}
|
|
1210
|
+
.min-h-\[2vh\] {
|
|
1211
|
+
min-height: 2vh;
|
|
1212
|
+
}
|
|
1201
1213
|
.min-h-\[80px\] {
|
|
1202
1214
|
min-height: 80px;
|
|
1203
1215
|
}
|
|
@@ -1219,9 +1231,6 @@ video {
|
|
|
1219
1231
|
.w-24 {
|
|
1220
1232
|
width: 6rem;
|
|
1221
1233
|
}
|
|
1222
|
-
.w-3 {
|
|
1223
|
-
width: 0.75rem;
|
|
1224
|
-
}
|
|
1225
1234
|
.w-32 {
|
|
1226
1235
|
width: 8rem;
|
|
1227
1236
|
}
|
|
@@ -1240,6 +1249,9 @@ video {
|
|
|
1240
1249
|
.w-9 {
|
|
1241
1250
|
width: 2.25rem;
|
|
1242
1251
|
}
|
|
1252
|
+
.w-\[151px\] {
|
|
1253
|
+
width: 151px;
|
|
1254
|
+
}
|
|
1243
1255
|
.w-\[172px\] {
|
|
1244
1256
|
width: 172px;
|
|
1245
1257
|
}
|
|
@@ -1323,13 +1335,13 @@ video {
|
|
|
1323
1335
|
.max-w-\[172px\] {
|
|
1324
1336
|
max-width: 172px;
|
|
1325
1337
|
}
|
|
1326
|
-
.max-w-\[400px\] {
|
|
1327
|
-
max-width: 400px;
|
|
1328
|
-
}
|
|
1329
1338
|
.max-w-fit {
|
|
1330
1339
|
max-width: -moz-fit-content;
|
|
1331
1340
|
max-width: fit-content;
|
|
1332
1341
|
}
|
|
1342
|
+
.max-w-sm {
|
|
1343
|
+
max-width: 24rem;
|
|
1344
|
+
}
|
|
1333
1345
|
.flex-1 {
|
|
1334
1346
|
flex: 1 1 0%;
|
|
1335
1347
|
}
|
|
@@ -1381,6 +1393,11 @@ video {
|
|
|
1381
1393
|
.resize-none {
|
|
1382
1394
|
resize: none;
|
|
1383
1395
|
}
|
|
1396
|
+
.appearance-none {
|
|
1397
|
+
-webkit-appearance: none;
|
|
1398
|
+
-moz-appearance: none;
|
|
1399
|
+
appearance: none;
|
|
1400
|
+
}
|
|
1384
1401
|
.flex-row {
|
|
1385
1402
|
flex-direction: row;
|
|
1386
1403
|
}
|
|
@@ -1440,6 +1457,11 @@ video {
|
|
|
1440
1457
|
margin-right: calc(0px * var(--tw-space-x-reverse));
|
|
1441
1458
|
margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
|
|
1442
1459
|
}
|
|
1460
|
+
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
|
|
1461
|
+
--tw-space-x-reverse: 0;
|
|
1462
|
+
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
|
|
1463
|
+
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1464
|
+
}
|
|
1443
1465
|
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1444
1466
|
--tw-space-x-reverse: 0;
|
|
1445
1467
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -1505,6 +1527,9 @@ video {
|
|
|
1505
1527
|
.border-\[0\.5px\] {
|
|
1506
1528
|
border-width: 0.5px;
|
|
1507
1529
|
}
|
|
1530
|
+
.border-b {
|
|
1531
|
+
border-bottom-width: 1px;
|
|
1532
|
+
}
|
|
1508
1533
|
.border-b-2 {
|
|
1509
1534
|
border-bottom-width: 2px;
|
|
1510
1535
|
}
|
|
@@ -1548,6 +1573,9 @@ video {
|
|
|
1548
1573
|
.bg-none {
|
|
1549
1574
|
background-image: none;
|
|
1550
1575
|
}
|
|
1576
|
+
.stroke-white {
|
|
1577
|
+
stroke: #fff;
|
|
1578
|
+
}
|
|
1551
1579
|
.object-contain {
|
|
1552
1580
|
-o-object-fit: contain;
|
|
1553
1581
|
object-fit: contain;
|
|
@@ -1574,6 +1602,9 @@ video {
|
|
|
1574
1602
|
.p-6 {
|
|
1575
1603
|
padding: 1.5rem;
|
|
1576
1604
|
}
|
|
1605
|
+
.p-\[2px\] {
|
|
1606
|
+
padding: 2px;
|
|
1607
|
+
}
|
|
1577
1608
|
.px-0 {
|
|
1578
1609
|
padding-left: 0px;
|
|
1579
1610
|
padding-right: 0px;
|
|
@@ -1650,10 +1681,6 @@ video {
|
|
|
1650
1681
|
font-size: 0.875rem;
|
|
1651
1682
|
line-height: 1.25rem;
|
|
1652
1683
|
}
|
|
1653
|
-
.text-xs {
|
|
1654
|
-
font-size: 0.75rem;
|
|
1655
|
-
line-height: 1rem;
|
|
1656
|
-
}
|
|
1657
1684
|
.font-medium {
|
|
1658
1685
|
font-weight: 500;
|
|
1659
1686
|
}
|
|
@@ -1672,27 +1699,12 @@ video {
|
|
|
1672
1699
|
.text-card-foreground {
|
|
1673
1700
|
color: hsl(var(--card-foreground));
|
|
1674
1701
|
}
|
|
1675
|
-
.text-current {
|
|
1676
|
-
color: currentColor;
|
|
1677
|
-
}
|
|
1678
1702
|
.text-danger {
|
|
1679
1703
|
color: hsl(var(--color-text-danger));
|
|
1680
1704
|
}
|
|
1681
|
-
.text-danger-foreground {
|
|
1682
|
-
color: hsl(var(--danger-foreground));
|
|
1683
|
-
}
|
|
1684
|
-
.text-muted {
|
|
1685
|
-
color: hsl(var(--color-text-disabled));
|
|
1686
|
-
}
|
|
1687
1705
|
.text-muted-foreground {
|
|
1688
1706
|
color: hsl(var(--muted-foreground));
|
|
1689
1707
|
}
|
|
1690
|
-
.text-primary {
|
|
1691
|
-
color: hsl(var(--primary));
|
|
1692
|
-
}
|
|
1693
|
-
.text-primary-foreground {
|
|
1694
|
-
color: hsl(var(--primary-foreground));
|
|
1695
|
-
}
|
|
1696
1708
|
.text-red-500 {
|
|
1697
1709
|
--tw-text-opacity: 1;
|
|
1698
1710
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
@@ -1700,20 +1712,18 @@ video {
|
|
|
1700
1712
|
.text-secondary {
|
|
1701
1713
|
color: hsl(var(--color-text-secondary));
|
|
1702
1714
|
}
|
|
1703
|
-
.text-secondary-foreground {
|
|
1704
|
-
color: hsl(var(--secondary-foreground));
|
|
1705
|
-
}
|
|
1706
1715
|
.text-white {
|
|
1707
1716
|
--tw-text-opacity: 1;
|
|
1708
1717
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1709
1718
|
}
|
|
1710
|
-
.
|
|
1711
|
-
|
|
1719
|
+
.opacity-0 {
|
|
1720
|
+
opacity: 0;
|
|
1712
1721
|
}
|
|
1713
|
-
.
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1722
|
+
.opacity-30 {
|
|
1723
|
+
opacity: 0.3;
|
|
1724
|
+
}
|
|
1725
|
+
.opacity-50 {
|
|
1726
|
+
opacity: 0.5;
|
|
1717
1727
|
}
|
|
1718
1728
|
.shadow-lg {
|
|
1719
1729
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
@@ -1725,18 +1735,10 @@ video {
|
|
|
1725
1735
|
--tw-shadow-colored: 0 0 #0000;
|
|
1726
1736
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1727
1737
|
}
|
|
1728
|
-
.shadow-sm {
|
|
1729
|
-
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1730
|
-
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1731
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1732
|
-
}
|
|
1733
1738
|
.outline-none {
|
|
1734
1739
|
outline: 2px solid transparent;
|
|
1735
1740
|
outline-offset: 2px;
|
|
1736
1741
|
}
|
|
1737
|
-
.outline {
|
|
1738
|
-
outline-style: solid;
|
|
1739
|
-
}
|
|
1740
1742
|
.ring-0 {
|
|
1741
1743
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1742
1744
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -1759,6 +1761,13 @@ video {
|
|
|
1759
1761
|
.filter {
|
|
1760
1762
|
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);
|
|
1761
1763
|
}
|
|
1764
|
+
.transition {
|
|
1765
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1766
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1767
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1768
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1769
|
+
transition-duration: 150ms;
|
|
1770
|
+
}
|
|
1762
1771
|
.transition-colors {
|
|
1763
1772
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1764
1773
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -1797,33 +1806,6 @@ video {
|
|
|
1797
1806
|
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
|
|
1798
1807
|
}
|
|
1799
1808
|
}
|
|
1800
|
-
.animate-in {
|
|
1801
|
-
animation-name: enter;
|
|
1802
|
-
animation-duration: 150ms;
|
|
1803
|
-
--tw-enter-opacity: initial;
|
|
1804
|
-
--tw-enter-scale: initial;
|
|
1805
|
-
--tw-enter-rotate: initial;
|
|
1806
|
-
--tw-enter-translate-x: initial;
|
|
1807
|
-
--tw-enter-translate-y: initial;
|
|
1808
|
-
}
|
|
1809
|
-
.fade-in-0 {
|
|
1810
|
-
--tw-enter-opacity: 0;
|
|
1811
|
-
}
|
|
1812
|
-
.zoom-in-100 {
|
|
1813
|
-
--tw-enter-scale: 1;
|
|
1814
|
-
}
|
|
1815
|
-
.slide-in-from-bottom-2 {
|
|
1816
|
-
--tw-enter-translate-y: 0.5rem;
|
|
1817
|
-
}
|
|
1818
|
-
.slide-in-from-left-2 {
|
|
1819
|
-
--tw-enter-translate-x: -0.5rem;
|
|
1820
|
-
}
|
|
1821
|
-
.slide-in-from-right-2 {
|
|
1822
|
-
--tw-enter-translate-x: 0.5rem;
|
|
1823
|
-
}
|
|
1824
|
-
.slide-in-from-top-2 {
|
|
1825
|
-
--tw-enter-translate-y: -0.5rem;
|
|
1826
|
-
}
|
|
1827
1809
|
.duration-200 {
|
|
1828
1810
|
animation-duration: 200ms;
|
|
1829
1811
|
}
|
|
@@ -1833,6 +1815,12 @@ video {
|
|
|
1833
1815
|
.ease-in-out {
|
|
1834
1816
|
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1835
1817
|
}
|
|
1818
|
+
.file\:text-body-sm::file-selector-button {
|
|
1819
|
+
font-family: system-ui;
|
|
1820
|
+
font-size: 14px;
|
|
1821
|
+
font-weight: 400;
|
|
1822
|
+
line-height: 20px;
|
|
1823
|
+
}
|
|
1836
1824
|
.placeholder\:color-text-disabled::-moz-placeholder {
|
|
1837
1825
|
color: hsl(var(--color-text-disabled));
|
|
1838
1826
|
}
|
|
@@ -1845,6 +1833,9 @@ video {
|
|
|
1845
1833
|
.hover\:color-bg-default-hover:hover {
|
|
1846
1834
|
background-color: hsl(var(--color-bg-default-hover));
|
|
1847
1835
|
}
|
|
1836
|
+
.hover\:color-bg-secondary-hover:hover {
|
|
1837
|
+
background-color: hsl(var(--color-bg-secondary-hover));
|
|
1838
|
+
}
|
|
1848
1839
|
.hover\:color-bg-tertiary:hover {
|
|
1849
1840
|
background-color: hsl(var(--color-bg-tertiary));
|
|
1850
1841
|
}
|
|
@@ -1863,6 +1854,9 @@ video {
|
|
|
1863
1854
|
.hover\:\!color-button-floating-hover:hover {
|
|
1864
1855
|
background-color: hsl(var(--color-button-floating-hover)) !important;
|
|
1865
1856
|
}
|
|
1857
|
+
.disabled\:color-text-disabled:disabled {
|
|
1858
|
+
color: hsl(var(--color-text-disabled));
|
|
1859
|
+
}
|
|
1866
1860
|
.disabled\:\!color-button-disabled:disabled {
|
|
1867
1861
|
background-color: hsl(var(--color-button-disabled)) !important;
|
|
1868
1862
|
border-color: hsl(var(--color-button-disabled)) !important;
|
|
@@ -1873,12 +1867,18 @@ video {
|
|
|
1873
1867
|
border-color: hsl(var(--color-button-disabled));
|
|
1874
1868
|
color: hsl(var(--color-text-disabled));
|
|
1875
1869
|
}
|
|
1870
|
+
.data-\[state\=active\]\:color-text-default[data-state=active] {
|
|
1871
|
+
color: hsl(var(--color-text-default));
|
|
1872
|
+
}
|
|
1876
1873
|
.data-\[state\=unchecked\]\:color-bg-default-hover[data-state=unchecked] {
|
|
1877
1874
|
background-color: hsl(var(--color-bg-default-hover));
|
|
1878
1875
|
}
|
|
1879
1876
|
.data-\[state\=checked\]\:color-bg-brand-hover[data-state=checked] {
|
|
1880
1877
|
background-color: hsl(var(--color-bg-brand-hover));
|
|
1881
1878
|
}
|
|
1879
|
+
.data-\[state\=active\]\:color-border-active[data-state=active] {
|
|
1880
|
+
border-color: hsl(var(--color-border-active));
|
|
1881
|
+
}
|
|
1882
1882
|
.data-\[state\=unchecked\]\:hover\:enabled\:color-bg-default-hover:enabled:hover[data-state=unchecked] {
|
|
1883
1883
|
background-color: hsl(var(--color-bg-default-hover));
|
|
1884
1884
|
}
|
|
@@ -1909,18 +1909,15 @@ video {
|
|
|
1909
1909
|
.file\:bg-transparent::file-selector-button {
|
|
1910
1910
|
background-color: transparent;
|
|
1911
1911
|
}
|
|
1912
|
-
.
|
|
1913
|
-
|
|
1914
|
-
line-height: 1.25rem;
|
|
1915
|
-
}
|
|
1916
|
-
.file\:font-medium::file-selector-button {
|
|
1917
|
-
font-weight: 500;
|
|
1912
|
+
.checked\:border-0:checked {
|
|
1913
|
+
border-width: 0px;
|
|
1918
1914
|
}
|
|
1919
|
-
.
|
|
1920
|
-
|
|
1915
|
+
.checked\:bg-black:checked {
|
|
1916
|
+
--tw-bg-opacity: 1;
|
|
1917
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1921
1918
|
}
|
|
1922
|
-
.
|
|
1923
|
-
color: hsl(var(--
|
|
1919
|
+
.checked\:text-primary-foreground:checked {
|
|
1920
|
+
color: hsl(var(--primary-foreground));
|
|
1924
1921
|
}
|
|
1925
1922
|
.hover\:cursor-pointer:hover {
|
|
1926
1923
|
cursor: pointer;
|
|
@@ -1928,25 +1925,16 @@ video {
|
|
|
1928
1925
|
.hover\:border-border-hover:hover {
|
|
1929
1926
|
border-color: hsl(var(--color-border-hover));
|
|
1930
1927
|
}
|
|
1931
|
-
.hover\:bg-accent:hover {
|
|
1932
|
-
background-color: hsl(var(--accent));
|
|
1933
|
-
}
|
|
1934
1928
|
.hover\:bg-muted\/50:hover {
|
|
1935
1929
|
background-color: hsl(var(--color-text-disabled) / 0.5);
|
|
1936
1930
|
}
|
|
1937
|
-
.hover\:bg-
|
|
1938
|
-
background-
|
|
1939
|
-
}
|
|
1940
|
-
.hover\:text-accent-foreground:hover {
|
|
1941
|
-
color: hsl(var(--accent-foreground));
|
|
1931
|
+
.hover\:bg-transparent:hover {
|
|
1932
|
+
background-color: transparent;
|
|
1942
1933
|
}
|
|
1943
1934
|
.hover\:text-white:hover {
|
|
1944
1935
|
--tw-text-opacity: 1;
|
|
1945
1936
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1946
1937
|
}
|
|
1947
|
-
.hover\:underline:hover {
|
|
1948
|
-
text-decoration-line: underline;
|
|
1949
|
-
}
|
|
1950
1938
|
.hover\:opacity-90:hover {
|
|
1951
1939
|
opacity: 0.9;
|
|
1952
1940
|
}
|
|
@@ -1982,11 +1970,6 @@ video {
|
|
|
1982
1970
|
outline: 2px solid transparent;
|
|
1983
1971
|
outline-offset: 2px;
|
|
1984
1972
|
}
|
|
1985
|
-
.focus-visible\:ring-1:focus-visible {
|
|
1986
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1987
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1988
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1989
|
-
}
|
|
1990
1973
|
.focus-visible\:ring-2:focus-visible {
|
|
1991
1974
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1992
1975
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -2013,16 +1996,16 @@ video {
|
|
|
2013
1996
|
.disabled\:bg-disabled:disabled {
|
|
2014
1997
|
background-color: hsl(var(--color-bg-disabled));
|
|
2015
1998
|
}
|
|
2016
|
-
.disabled\:text-muted:disabled {
|
|
2017
|
-
color: hsl(var(--color-text-disabled));
|
|
2018
|
-
}
|
|
2019
1999
|
.disabled\:opacity-50:disabled {
|
|
2020
2000
|
opacity: 0.5;
|
|
2021
2001
|
}
|
|
2022
2002
|
.group:hover .group-hover\:visible {
|
|
2023
2003
|
visibility: visible;
|
|
2024
2004
|
}
|
|
2025
|
-
.group:hover .group-hover\:
|
|
2005
|
+
.group:hover .group-hover\:opacity-100 {
|
|
2006
|
+
opacity: 1;
|
|
2007
|
+
}
|
|
2008
|
+
.peer:checked ~ .peer-checked\:block {
|
|
2026
2009
|
display: block;
|
|
2027
2010
|
}
|
|
2028
2011
|
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
|
|
@@ -2039,11 +2022,8 @@ video {
|
|
|
2039
2022
|
--tw-translate-x: 0px;
|
|
2040
2023
|
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));
|
|
2041
2024
|
}
|
|
2042
|
-
.data-\[state\=active\]\:border-
|
|
2043
|
-
border-
|
|
2044
|
-
}
|
|
2045
|
-
.data-\[state\=checked\]\:bg-primary[data-state=checked] {
|
|
2046
|
-
background-color: hsl(var(--primary));
|
|
2025
|
+
.data-\[state\=active\]\:border-b-2[data-state=active] {
|
|
2026
|
+
border-bottom-width: 2px;
|
|
2047
2027
|
}
|
|
2048
2028
|
.data-\[state\=selected\]\:bg-muted[data-state=selected] {
|
|
2049
2029
|
background-color: hsl(var(--color-text-disabled));
|
|
@@ -2051,27 +2031,6 @@ video {
|
|
|
2051
2031
|
.data-\[state\=active\]\:bg-none[data-state=active] {
|
|
2052
2032
|
background-image: none;
|
|
2053
2033
|
}
|
|
2054
|
-
.data-\[state\=active\]\:text-foreground[data-state=active] {
|
|
2055
|
-
color: hsl(var(--foreground));
|
|
2056
|
-
}
|
|
2057
|
-
.data-\[state\=checked\]\:text-primary-foreground[data-state=checked] {
|
|
2058
|
-
color: hsl(var(--primary-foreground));
|
|
2059
|
-
}
|
|
2060
|
-
.data-\[state\=closed\]\:animate-out[data-state=closed] {
|
|
2061
|
-
animation-name: exit;
|
|
2062
|
-
animation-duration: 150ms;
|
|
2063
|
-
--tw-exit-opacity: initial;
|
|
2064
|
-
--tw-exit-scale: initial;
|
|
2065
|
-
--tw-exit-rotate: initial;
|
|
2066
|
-
--tw-exit-translate-x: initial;
|
|
2067
|
-
--tw-exit-translate-y: initial;
|
|
2068
|
-
}
|
|
2069
|
-
.data-\[state\=closed\]\:fade-out-0[data-state=closed] {
|
|
2070
|
-
--tw-exit-opacity: 0;
|
|
2071
|
-
}
|
|
2072
|
-
.data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
|
|
2073
|
-
--tw-exit-scale: .95;
|
|
2074
|
-
}
|
|
2075
2034
|
@media (min-width: 768px) {
|
|
2076
2035
|
|
|
2077
2036
|
.md\:block {
|
|
@@ -2155,11 +2114,11 @@ video {
|
|
|
2155
2114
|
.\[\&\>span\]\:\!left-\[80\%\]>span {
|
|
2156
2115
|
left: 80% !important;
|
|
2157
2116
|
}
|
|
2158
|
-
.\[\&\>span\]\:\!top-\[
|
|
2159
|
-
top:
|
|
2117
|
+
.\[\&\>span\]\:\!top-\[20\%\]>span {
|
|
2118
|
+
top: 20% !important;
|
|
2160
2119
|
}
|
|
2161
|
-
.\[\&\>span\]\:\!top-\[
|
|
2162
|
-
top:
|
|
2120
|
+
.\[\&\>span\]\:\!top-\[60\%\]>span {
|
|
2121
|
+
top: 60% !important;
|
|
2163
2122
|
}
|
|
2164
2123
|
.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
|
|
2165
2124
|
border-bottom-width: 0px;
|