@fileverse/ui 2.3.0 → 4.0.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/dist/index.cjs.js +1476 -1470
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +110 -142
- package/dist/index.es.d.ts +51 -61
- package/dist/index.es.js +33878 -22357
- package/dist/index.es.js.map +1 -1
- package/package.json +18 -17
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
! tailwindcss v3.4.
|
|
2
|
+
! tailwindcss v3.4.3 | 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)
|
|
@@ -179,6 +179,7 @@ textarea {
|
|
|
179
179
|
font-size: 100%; /* 1 */
|
|
180
180
|
font-weight: inherit; /* 1 */
|
|
181
181
|
line-height: inherit; /* 1 */
|
|
182
|
+
letter-spacing: inherit; /* 1 */
|
|
182
183
|
color: inherit; /* 1 */
|
|
183
184
|
margin: 0; /* 2 */
|
|
184
185
|
padding: 0; /* 3 */
|
|
@@ -199,9 +200,9 @@ select {
|
|
|
199
200
|
*/
|
|
200
201
|
|
|
201
202
|
button,
|
|
202
|
-
[type='button'],
|
|
203
|
-
[type='reset'],
|
|
204
|
-
[type='submit'] {
|
|
203
|
+
input:where([type='button']),
|
|
204
|
+
input:where([type='reset']),
|
|
205
|
+
input:where([type='submit']) {
|
|
205
206
|
-webkit-appearance: button; /* 1 */
|
|
206
207
|
background-color: transparent; /* 2 */
|
|
207
208
|
background-image: none; /* 2 */
|
|
@@ -895,6 +896,10 @@ video {
|
|
|
895
896
|
--tw-backdrop-opacity: ;
|
|
896
897
|
--tw-backdrop-saturate: ;
|
|
897
898
|
--tw-backdrop-sepia: ;
|
|
899
|
+
--tw-contain-size: ;
|
|
900
|
+
--tw-contain-layout: ;
|
|
901
|
+
--tw-contain-paint: ;
|
|
902
|
+
--tw-contain-style: ;
|
|
898
903
|
}
|
|
899
904
|
|
|
900
905
|
::backdrop {
|
|
@@ -945,6 +950,10 @@ video {
|
|
|
945
950
|
--tw-backdrop-opacity: ;
|
|
946
951
|
--tw-backdrop-saturate: ;
|
|
947
952
|
--tw-backdrop-sepia: ;
|
|
953
|
+
--tw-contain-size: ;
|
|
954
|
+
--tw-contain-layout: ;
|
|
955
|
+
--tw-contain-paint: ;
|
|
956
|
+
--tw-contain-style: ;
|
|
948
957
|
}
|
|
949
958
|
.container {
|
|
950
959
|
width: 100%;
|
|
@@ -973,6 +982,9 @@ video {
|
|
|
973
982
|
.invisible {
|
|
974
983
|
visibility: hidden;
|
|
975
984
|
}
|
|
985
|
+
.static {
|
|
986
|
+
position: static;
|
|
987
|
+
}
|
|
976
988
|
.fixed {
|
|
977
989
|
position: fixed;
|
|
978
990
|
}
|
|
@@ -985,8 +997,8 @@ video {
|
|
|
985
997
|
.inset-0 {
|
|
986
998
|
inset: 0px;
|
|
987
999
|
}
|
|
988
|
-
.-bottom-
|
|
989
|
-
bottom: -
|
|
1000
|
+
.-bottom-6 {
|
|
1001
|
+
bottom: -1.5rem;
|
|
990
1002
|
}
|
|
991
1003
|
.-bottom-\[11\%\] {
|
|
992
1004
|
bottom: -11%;
|
|
@@ -1039,16 +1051,22 @@ video {
|
|
|
1039
1051
|
.z-10 {
|
|
1040
1052
|
z-index: 10;
|
|
1041
1053
|
}
|
|
1042
|
-
|
|
1043
|
-
|
|
1054
|
+
.-mx-1 {
|
|
1055
|
+
margin-left: -0.25rem;
|
|
1056
|
+
margin-right: -0.25rem;
|
|
1044
1057
|
}
|
|
1045
|
-
.-
|
|
1046
|
-
margin: -0.25rem;
|
|
1058
|
+
.-my-1 {
|
|
1059
|
+
margin-top: -0.25rem;
|
|
1060
|
+
margin-bottom: -0.25rem;
|
|
1047
1061
|
}
|
|
1048
1062
|
.mx-auto {
|
|
1049
1063
|
margin-left: auto;
|
|
1050
1064
|
margin-right: auto;
|
|
1051
1065
|
}
|
|
1066
|
+
.my-0 {
|
|
1067
|
+
margin-top: 0px;
|
|
1068
|
+
margin-bottom: 0px;
|
|
1069
|
+
}
|
|
1052
1070
|
.my-auto {
|
|
1053
1071
|
margin-top: auto;
|
|
1054
1072
|
margin-bottom: auto;
|
|
@@ -1128,9 +1146,6 @@ video {
|
|
|
1128
1146
|
.h-12 {
|
|
1129
1147
|
height: 3rem;
|
|
1130
1148
|
}
|
|
1131
|
-
.h-3 {
|
|
1132
|
-
height: 0.75rem;
|
|
1133
|
-
}
|
|
1134
1149
|
.h-4 {
|
|
1135
1150
|
height: 1rem;
|
|
1136
1151
|
}
|
|
@@ -1158,6 +1173,9 @@ video {
|
|
|
1158
1173
|
.h-\[320px\] {
|
|
1159
1174
|
height: 320px;
|
|
1160
1175
|
}
|
|
1176
|
+
.h-\[38px\] {
|
|
1177
|
+
height: 38px;
|
|
1178
|
+
}
|
|
1161
1179
|
.h-\[440px\] {
|
|
1162
1180
|
height: 440px;
|
|
1163
1181
|
}
|
|
@@ -1189,6 +1207,9 @@ video {
|
|
|
1189
1207
|
.min-h-9 {
|
|
1190
1208
|
min-height: 2.25rem;
|
|
1191
1209
|
}
|
|
1210
|
+
.min-h-\[2vh\] {
|
|
1211
|
+
min-height: 2vh;
|
|
1212
|
+
}
|
|
1192
1213
|
.min-h-\[80px\] {
|
|
1193
1214
|
min-height: 80px;
|
|
1194
1215
|
}
|
|
@@ -1210,9 +1231,6 @@ video {
|
|
|
1210
1231
|
.w-24 {
|
|
1211
1232
|
width: 6rem;
|
|
1212
1233
|
}
|
|
1213
|
-
.w-3 {
|
|
1214
|
-
width: 0.75rem;
|
|
1215
|
-
}
|
|
1216
1234
|
.w-32 {
|
|
1217
1235
|
width: 8rem;
|
|
1218
1236
|
}
|
|
@@ -1231,6 +1249,9 @@ video {
|
|
|
1231
1249
|
.w-9 {
|
|
1232
1250
|
width: 2.25rem;
|
|
1233
1251
|
}
|
|
1252
|
+
.w-\[151px\] {
|
|
1253
|
+
width: 151px;
|
|
1254
|
+
}
|
|
1234
1255
|
.w-\[172px\] {
|
|
1235
1256
|
width: 172px;
|
|
1236
1257
|
}
|
|
@@ -1314,13 +1335,13 @@ video {
|
|
|
1314
1335
|
.max-w-\[172px\] {
|
|
1315
1336
|
max-width: 172px;
|
|
1316
1337
|
}
|
|
1317
|
-
.max-w-\[400px\] {
|
|
1318
|
-
max-width: 400px;
|
|
1319
|
-
}
|
|
1320
1338
|
.max-w-fit {
|
|
1321
1339
|
max-width: -moz-fit-content;
|
|
1322
1340
|
max-width: fit-content;
|
|
1323
1341
|
}
|
|
1342
|
+
.max-w-sm {
|
|
1343
|
+
max-width: 24rem;
|
|
1344
|
+
}
|
|
1324
1345
|
.flex-1 {
|
|
1325
1346
|
flex: 1 1 0%;
|
|
1326
1347
|
}
|
|
@@ -1372,6 +1393,11 @@ video {
|
|
|
1372
1393
|
.resize-none {
|
|
1373
1394
|
resize: none;
|
|
1374
1395
|
}
|
|
1396
|
+
.appearance-none {
|
|
1397
|
+
-webkit-appearance: none;
|
|
1398
|
+
-moz-appearance: none;
|
|
1399
|
+
appearance: none;
|
|
1400
|
+
}
|
|
1375
1401
|
.flex-row {
|
|
1376
1402
|
flex-direction: row;
|
|
1377
1403
|
}
|
|
@@ -1431,6 +1457,11 @@ video {
|
|
|
1431
1457
|
margin-right: calc(0px * var(--tw-space-x-reverse));
|
|
1432
1458
|
margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
|
|
1433
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
|
+
}
|
|
1434
1465
|
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1435
1466
|
--tw-space-x-reverse: 0;
|
|
1436
1467
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -1496,6 +1527,9 @@ video {
|
|
|
1496
1527
|
.border-\[0\.5px\] {
|
|
1497
1528
|
border-width: 0.5px;
|
|
1498
1529
|
}
|
|
1530
|
+
.border-b {
|
|
1531
|
+
border-bottom-width: 1px;
|
|
1532
|
+
}
|
|
1499
1533
|
.border-b-2 {
|
|
1500
1534
|
border-bottom-width: 2px;
|
|
1501
1535
|
}
|
|
@@ -1539,6 +1573,9 @@ video {
|
|
|
1539
1573
|
.bg-none {
|
|
1540
1574
|
background-image: none;
|
|
1541
1575
|
}
|
|
1576
|
+
.stroke-white {
|
|
1577
|
+
stroke: #fff;
|
|
1578
|
+
}
|
|
1542
1579
|
.object-contain {
|
|
1543
1580
|
-o-object-fit: contain;
|
|
1544
1581
|
object-fit: contain;
|
|
@@ -1565,6 +1602,9 @@ video {
|
|
|
1565
1602
|
.p-6 {
|
|
1566
1603
|
padding: 1.5rem;
|
|
1567
1604
|
}
|
|
1605
|
+
.p-\[2px\] {
|
|
1606
|
+
padding: 2px;
|
|
1607
|
+
}
|
|
1568
1608
|
.px-0 {
|
|
1569
1609
|
padding-left: 0px;
|
|
1570
1610
|
padding-right: 0px;
|
|
@@ -1641,10 +1681,6 @@ video {
|
|
|
1641
1681
|
font-size: 0.875rem;
|
|
1642
1682
|
line-height: 1.25rem;
|
|
1643
1683
|
}
|
|
1644
|
-
.text-xs {
|
|
1645
|
-
font-size: 0.75rem;
|
|
1646
|
-
line-height: 1rem;
|
|
1647
|
-
}
|
|
1648
1684
|
.font-medium {
|
|
1649
1685
|
font-weight: 500;
|
|
1650
1686
|
}
|
|
@@ -1663,27 +1699,12 @@ video {
|
|
|
1663
1699
|
.text-card-foreground {
|
|
1664
1700
|
color: hsl(var(--card-foreground));
|
|
1665
1701
|
}
|
|
1666
|
-
.text-current {
|
|
1667
|
-
color: currentColor;
|
|
1668
|
-
}
|
|
1669
1702
|
.text-danger {
|
|
1670
1703
|
color: hsl(var(--color-text-danger));
|
|
1671
1704
|
}
|
|
1672
|
-
.text-danger-foreground {
|
|
1673
|
-
color: hsl(var(--danger-foreground));
|
|
1674
|
-
}
|
|
1675
|
-
.text-muted {
|
|
1676
|
-
color: hsl(var(--color-text-disabled));
|
|
1677
|
-
}
|
|
1678
1705
|
.text-muted-foreground {
|
|
1679
1706
|
color: hsl(var(--muted-foreground));
|
|
1680
1707
|
}
|
|
1681
|
-
.text-primary {
|
|
1682
|
-
color: hsl(var(--primary));
|
|
1683
|
-
}
|
|
1684
|
-
.text-primary-foreground {
|
|
1685
|
-
color: hsl(var(--primary-foreground));
|
|
1686
|
-
}
|
|
1687
1708
|
.text-red-500 {
|
|
1688
1709
|
--tw-text-opacity: 1;
|
|
1689
1710
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
@@ -1691,20 +1712,18 @@ video {
|
|
|
1691
1712
|
.text-secondary {
|
|
1692
1713
|
color: hsl(var(--color-text-secondary));
|
|
1693
1714
|
}
|
|
1694
|
-
.text-secondary-foreground {
|
|
1695
|
-
color: hsl(var(--secondary-foreground));
|
|
1696
|
-
}
|
|
1697
1715
|
.text-white {
|
|
1698
1716
|
--tw-text-opacity: 1;
|
|
1699
1717
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1700
1718
|
}
|
|
1701
|
-
.
|
|
1702
|
-
|
|
1719
|
+
.opacity-0 {
|
|
1720
|
+
opacity: 0;
|
|
1703
1721
|
}
|
|
1704
|
-
.
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1722
|
+
.opacity-30 {
|
|
1723
|
+
opacity: 0.3;
|
|
1724
|
+
}
|
|
1725
|
+
.opacity-50 {
|
|
1726
|
+
opacity: 0.5;
|
|
1708
1727
|
}
|
|
1709
1728
|
.shadow-lg {
|
|
1710
1729
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
@@ -1716,18 +1735,10 @@ video {
|
|
|
1716
1735
|
--tw-shadow-colored: 0 0 #0000;
|
|
1717
1736
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1718
1737
|
}
|
|
1719
|
-
.shadow-sm {
|
|
1720
|
-
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1721
|
-
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1722
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1723
|
-
}
|
|
1724
1738
|
.outline-none {
|
|
1725
1739
|
outline: 2px solid transparent;
|
|
1726
1740
|
outline-offset: 2px;
|
|
1727
1741
|
}
|
|
1728
|
-
.outline {
|
|
1729
|
-
outline-style: solid;
|
|
1730
|
-
}
|
|
1731
1742
|
.ring-0 {
|
|
1732
1743
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1733
1744
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -1750,6 +1761,13 @@ video {
|
|
|
1750
1761
|
.filter {
|
|
1751
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);
|
|
1752
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
|
+
}
|
|
1753
1771
|
.transition-colors {
|
|
1754
1772
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1755
1773
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -1788,33 +1806,6 @@ video {
|
|
|
1788
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));
|
|
1789
1807
|
}
|
|
1790
1808
|
}
|
|
1791
|
-
.animate-in {
|
|
1792
|
-
animation-name: enter;
|
|
1793
|
-
animation-duration: 150ms;
|
|
1794
|
-
--tw-enter-opacity: initial;
|
|
1795
|
-
--tw-enter-scale: initial;
|
|
1796
|
-
--tw-enter-rotate: initial;
|
|
1797
|
-
--tw-enter-translate-x: initial;
|
|
1798
|
-
--tw-enter-translate-y: initial;
|
|
1799
|
-
}
|
|
1800
|
-
.fade-in-0 {
|
|
1801
|
-
--tw-enter-opacity: 0;
|
|
1802
|
-
}
|
|
1803
|
-
.zoom-in-100 {
|
|
1804
|
-
--tw-enter-scale: 1;
|
|
1805
|
-
}
|
|
1806
|
-
.slide-in-from-bottom-2 {
|
|
1807
|
-
--tw-enter-translate-y: 0.5rem;
|
|
1808
|
-
}
|
|
1809
|
-
.slide-in-from-left-2 {
|
|
1810
|
-
--tw-enter-translate-x: -0.5rem;
|
|
1811
|
-
}
|
|
1812
|
-
.slide-in-from-right-2 {
|
|
1813
|
-
--tw-enter-translate-x: 0.5rem;
|
|
1814
|
-
}
|
|
1815
|
-
.slide-in-from-top-2 {
|
|
1816
|
-
--tw-enter-translate-y: -0.5rem;
|
|
1817
|
-
}
|
|
1818
1809
|
.duration-200 {
|
|
1819
1810
|
animation-duration: 200ms;
|
|
1820
1811
|
}
|
|
@@ -1824,6 +1815,12 @@ video {
|
|
|
1824
1815
|
.ease-in-out {
|
|
1825
1816
|
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1826
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
|
+
}
|
|
1827
1824
|
.placeholder\:color-text-disabled::-moz-placeholder {
|
|
1828
1825
|
color: hsl(var(--color-text-disabled));
|
|
1829
1826
|
}
|
|
@@ -1836,6 +1833,9 @@ video {
|
|
|
1836
1833
|
.hover\:color-bg-default-hover:hover {
|
|
1837
1834
|
background-color: hsl(var(--color-bg-default-hover));
|
|
1838
1835
|
}
|
|
1836
|
+
.hover\:color-bg-secondary-hover:hover {
|
|
1837
|
+
background-color: hsl(var(--color-bg-secondary-hover));
|
|
1838
|
+
}
|
|
1839
1839
|
.hover\:color-bg-tertiary:hover {
|
|
1840
1840
|
background-color: hsl(var(--color-bg-tertiary));
|
|
1841
1841
|
}
|
|
@@ -1854,6 +1854,9 @@ video {
|
|
|
1854
1854
|
.hover\:\!color-button-floating-hover:hover {
|
|
1855
1855
|
background-color: hsl(var(--color-button-floating-hover)) !important;
|
|
1856
1856
|
}
|
|
1857
|
+
.disabled\:color-text-disabled:disabled {
|
|
1858
|
+
color: hsl(var(--color-text-disabled));
|
|
1859
|
+
}
|
|
1857
1860
|
.disabled\:\!color-button-disabled:disabled {
|
|
1858
1861
|
background-color: hsl(var(--color-button-disabled)) !important;
|
|
1859
1862
|
border-color: hsl(var(--color-button-disabled)) !important;
|
|
@@ -1864,12 +1867,18 @@ video {
|
|
|
1864
1867
|
border-color: hsl(var(--color-button-disabled));
|
|
1865
1868
|
color: hsl(var(--color-text-disabled));
|
|
1866
1869
|
}
|
|
1870
|
+
.data-\[state\=active\]\:color-text-default[data-state=active] {
|
|
1871
|
+
color: hsl(var(--color-text-default));
|
|
1872
|
+
}
|
|
1867
1873
|
.data-\[state\=unchecked\]\:color-bg-default-hover[data-state=unchecked] {
|
|
1868
1874
|
background-color: hsl(var(--color-bg-default-hover));
|
|
1869
1875
|
}
|
|
1870
1876
|
.data-\[state\=checked\]\:color-bg-brand-hover[data-state=checked] {
|
|
1871
1877
|
background-color: hsl(var(--color-bg-brand-hover));
|
|
1872
1878
|
}
|
|
1879
|
+
.data-\[state\=active\]\:color-border-active[data-state=active] {
|
|
1880
|
+
border-color: hsl(var(--color-border-active));
|
|
1881
|
+
}
|
|
1873
1882
|
.data-\[state\=unchecked\]\:hover\:enabled\:color-bg-default-hover:enabled:hover[data-state=unchecked] {
|
|
1874
1883
|
background-color: hsl(var(--color-bg-default-hover));
|
|
1875
1884
|
}
|
|
@@ -1900,18 +1909,15 @@ video {
|
|
|
1900
1909
|
.file\:bg-transparent::file-selector-button {
|
|
1901
1910
|
background-color: transparent;
|
|
1902
1911
|
}
|
|
1903
|
-
.
|
|
1904
|
-
|
|
1905
|
-
line-height: 1.25rem;
|
|
1906
|
-
}
|
|
1907
|
-
.file\:font-medium::file-selector-button {
|
|
1908
|
-
font-weight: 500;
|
|
1912
|
+
.checked\:border-0:checked {
|
|
1913
|
+
border-width: 0px;
|
|
1909
1914
|
}
|
|
1910
|
-
.
|
|
1911
|
-
|
|
1915
|
+
.checked\:bg-black:checked {
|
|
1916
|
+
--tw-bg-opacity: 1;
|
|
1917
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1912
1918
|
}
|
|
1913
|
-
.
|
|
1914
|
-
color: hsl(var(--
|
|
1919
|
+
.checked\:text-primary-foreground:checked {
|
|
1920
|
+
color: hsl(var(--primary-foreground));
|
|
1915
1921
|
}
|
|
1916
1922
|
.hover\:cursor-pointer:hover {
|
|
1917
1923
|
cursor: pointer;
|
|
@@ -1919,25 +1925,16 @@ video {
|
|
|
1919
1925
|
.hover\:border-border-hover:hover {
|
|
1920
1926
|
border-color: hsl(var(--color-border-hover));
|
|
1921
1927
|
}
|
|
1922
|
-
.hover\:bg-accent:hover {
|
|
1923
|
-
background-color: hsl(var(--accent));
|
|
1924
|
-
}
|
|
1925
1928
|
.hover\:bg-muted\/50:hover {
|
|
1926
1929
|
background-color: hsl(var(--color-text-disabled) / 0.5);
|
|
1927
1930
|
}
|
|
1928
|
-
.hover\:bg-
|
|
1929
|
-
background-
|
|
1930
|
-
}
|
|
1931
|
-
.hover\:text-accent-foreground:hover {
|
|
1932
|
-
color: hsl(var(--accent-foreground));
|
|
1931
|
+
.hover\:bg-transparent:hover {
|
|
1932
|
+
background-color: transparent;
|
|
1933
1933
|
}
|
|
1934
1934
|
.hover\:text-white:hover {
|
|
1935
1935
|
--tw-text-opacity: 1;
|
|
1936
1936
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1937
1937
|
}
|
|
1938
|
-
.hover\:underline:hover {
|
|
1939
|
-
text-decoration-line: underline;
|
|
1940
|
-
}
|
|
1941
1938
|
.hover\:opacity-90:hover {
|
|
1942
1939
|
opacity: 0.9;
|
|
1943
1940
|
}
|
|
@@ -1973,11 +1970,6 @@ video {
|
|
|
1973
1970
|
outline: 2px solid transparent;
|
|
1974
1971
|
outline-offset: 2px;
|
|
1975
1972
|
}
|
|
1976
|
-
.focus-visible\:ring-1:focus-visible {
|
|
1977
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1978
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1979
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1980
|
-
}
|
|
1981
1973
|
.focus-visible\:ring-2:focus-visible {
|
|
1982
1974
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1983
1975
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -2004,16 +1996,16 @@ video {
|
|
|
2004
1996
|
.disabled\:bg-disabled:disabled {
|
|
2005
1997
|
background-color: hsl(var(--color-bg-disabled));
|
|
2006
1998
|
}
|
|
2007
|
-
.disabled\:text-muted:disabled {
|
|
2008
|
-
color: hsl(var(--color-text-disabled));
|
|
2009
|
-
}
|
|
2010
1999
|
.disabled\:opacity-50:disabled {
|
|
2011
2000
|
opacity: 0.5;
|
|
2012
2001
|
}
|
|
2013
2002
|
.group:hover .group-hover\:visible {
|
|
2014
2003
|
visibility: visible;
|
|
2015
2004
|
}
|
|
2016
|
-
.group:hover .group-hover\:
|
|
2005
|
+
.group:hover .group-hover\:opacity-100 {
|
|
2006
|
+
opacity: 1;
|
|
2007
|
+
}
|
|
2008
|
+
.peer:checked ~ .peer-checked\:block {
|
|
2017
2009
|
display: block;
|
|
2018
2010
|
}
|
|
2019
2011
|
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
|
|
@@ -2030,11 +2022,8 @@ video {
|
|
|
2030
2022
|
--tw-translate-x: 0px;
|
|
2031
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));
|
|
2032
2024
|
}
|
|
2033
|
-
.data-\[state\=active\]\:border-
|
|
2034
|
-
border-
|
|
2035
|
-
}
|
|
2036
|
-
.data-\[state\=checked\]\:bg-primary[data-state=checked] {
|
|
2037
|
-
background-color: hsl(var(--primary));
|
|
2025
|
+
.data-\[state\=active\]\:border-b-2[data-state=active] {
|
|
2026
|
+
border-bottom-width: 2px;
|
|
2038
2027
|
}
|
|
2039
2028
|
.data-\[state\=selected\]\:bg-muted[data-state=selected] {
|
|
2040
2029
|
background-color: hsl(var(--color-text-disabled));
|
|
@@ -2042,27 +2031,6 @@ video {
|
|
|
2042
2031
|
.data-\[state\=active\]\:bg-none[data-state=active] {
|
|
2043
2032
|
background-image: none;
|
|
2044
2033
|
}
|
|
2045
|
-
.data-\[state\=active\]\:text-foreground[data-state=active] {
|
|
2046
|
-
color: hsl(var(--foreground));
|
|
2047
|
-
}
|
|
2048
|
-
.data-\[state\=checked\]\:text-primary-foreground[data-state=checked] {
|
|
2049
|
-
color: hsl(var(--primary-foreground));
|
|
2050
|
-
}
|
|
2051
|
-
.data-\[state\=closed\]\:animate-out[data-state=closed] {
|
|
2052
|
-
animation-name: exit;
|
|
2053
|
-
animation-duration: 150ms;
|
|
2054
|
-
--tw-exit-opacity: initial;
|
|
2055
|
-
--tw-exit-scale: initial;
|
|
2056
|
-
--tw-exit-rotate: initial;
|
|
2057
|
-
--tw-exit-translate-x: initial;
|
|
2058
|
-
--tw-exit-translate-y: initial;
|
|
2059
|
-
}
|
|
2060
|
-
.data-\[state\=closed\]\:fade-out-0[data-state=closed] {
|
|
2061
|
-
--tw-exit-opacity: 0;
|
|
2062
|
-
}
|
|
2063
|
-
.data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
|
|
2064
|
-
--tw-exit-scale: .95;
|
|
2065
|
-
}
|
|
2066
2034
|
@media (min-width: 768px) {
|
|
2067
2035
|
|
|
2068
2036
|
.md\:block {
|
|
@@ -2146,11 +2114,11 @@ video {
|
|
|
2146
2114
|
.\[\&\>span\]\:\!left-\[80\%\]>span {
|
|
2147
2115
|
left: 80% !important;
|
|
2148
2116
|
}
|
|
2149
|
-
.\[\&\>span\]\:\!top-\[
|
|
2150
|
-
top:
|
|
2117
|
+
.\[\&\>span\]\:\!top-\[20\%\]>span {
|
|
2118
|
+
top: 20% !important;
|
|
2151
2119
|
}
|
|
2152
|
-
.\[\&\>span\]\:\!top-\[
|
|
2153
|
-
top:
|
|
2120
|
+
.\[\&\>span\]\:\!top-\[60\%\]>span {
|
|
2121
|
+
top: 60% !important;
|
|
2154
2122
|
}
|
|
2155
2123
|
.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
|
|
2156
2124
|
border-bottom-width: 0px;
|