@distri/react 0.3.5 → 0.3.6
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/globals.css +69 -0
- package/dist/index.cjs +1453 -856
- package/dist/index.d.cts +139 -3
- package/dist/index.d.ts +139 -3
- package/dist/index.js +1379 -786
- package/package.json +8 -3
package/dist/globals.css
CHANGED
|
@@ -526,6 +526,9 @@ video {
|
|
|
526
526
|
.mb-1 {
|
|
527
527
|
margin-bottom: 0.25rem;
|
|
528
528
|
}
|
|
529
|
+
.mb-1\.5 {
|
|
530
|
+
margin-bottom: 0.375rem;
|
|
531
|
+
}
|
|
529
532
|
.mb-2 {
|
|
530
533
|
margin-bottom: 0.5rem;
|
|
531
534
|
}
|
|
@@ -538,6 +541,9 @@ video {
|
|
|
538
541
|
.mb-6 {
|
|
539
542
|
margin-bottom: 1.5rem;
|
|
540
543
|
}
|
|
544
|
+
.ml-0\.5 {
|
|
545
|
+
margin-left: 0.125rem;
|
|
546
|
+
}
|
|
541
547
|
.ml-1 {
|
|
542
548
|
margin-left: 0.25rem;
|
|
543
549
|
}
|
|
@@ -547,6 +553,9 @@ video {
|
|
|
547
553
|
.ml-3 {
|
|
548
554
|
margin-left: 0.75rem;
|
|
549
555
|
}
|
|
556
|
+
.ml-5 {
|
|
557
|
+
margin-left: 1.25rem;
|
|
558
|
+
}
|
|
550
559
|
.ml-auto {
|
|
551
560
|
margin-left: auto;
|
|
552
561
|
}
|
|
@@ -556,9 +565,15 @@ video {
|
|
|
556
565
|
.mr-2 {
|
|
557
566
|
margin-right: 0.5rem;
|
|
558
567
|
}
|
|
568
|
+
.mt-0\.5 {
|
|
569
|
+
margin-top: 0.125rem;
|
|
570
|
+
}
|
|
559
571
|
.mt-1 {
|
|
560
572
|
margin-top: 0.25rem;
|
|
561
573
|
}
|
|
574
|
+
.mt-1\.5 {
|
|
575
|
+
margin-top: 0.375rem;
|
|
576
|
+
}
|
|
562
577
|
.mt-2 {
|
|
563
578
|
margin-top: 0.5rem;
|
|
564
579
|
}
|
|
@@ -580,6 +595,9 @@ video {
|
|
|
580
595
|
.inline-block {
|
|
581
596
|
display: inline-block;
|
|
582
597
|
}
|
|
598
|
+
.inline {
|
|
599
|
+
display: inline;
|
|
600
|
+
}
|
|
583
601
|
.flex {
|
|
584
602
|
display: flex;
|
|
585
603
|
}
|
|
@@ -683,6 +701,9 @@ video {
|
|
|
683
701
|
.max-h-\[--radix-select-content-available-height\] {
|
|
684
702
|
max-height: var(--radix-select-content-available-height);
|
|
685
703
|
}
|
|
704
|
+
.max-h-\[200px\] {
|
|
705
|
+
max-height: 200px;
|
|
706
|
+
}
|
|
686
707
|
.max-h-\[300px\] {
|
|
687
708
|
max-height: 300px;
|
|
688
709
|
}
|
|
@@ -1015,6 +1036,9 @@ video {
|
|
|
1015
1036
|
.gap-1 {
|
|
1016
1037
|
gap: 0.25rem;
|
|
1017
1038
|
}
|
|
1039
|
+
.gap-1\.5 {
|
|
1040
|
+
gap: 0.375rem;
|
|
1041
|
+
}
|
|
1018
1042
|
.gap-2 {
|
|
1019
1043
|
gap: 0.5rem;
|
|
1020
1044
|
}
|
|
@@ -1208,6 +1232,9 @@ video {
|
|
|
1208
1232
|
.border-destructive\/40 {
|
|
1209
1233
|
border-color: hsl(var(--destructive) / 0.4);
|
|
1210
1234
|
}
|
|
1235
|
+
.border-emerald-500\/40 {
|
|
1236
|
+
border-color: rgb(16 185 129 / 0.4);
|
|
1237
|
+
}
|
|
1211
1238
|
.border-gray-200 {
|
|
1212
1239
|
--tw-border-opacity: 1;
|
|
1213
1240
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
@@ -1337,6 +1364,13 @@ video {
|
|
|
1337
1364
|
.bg-destructive\/5 {
|
|
1338
1365
|
background-color: hsl(var(--destructive) / 0.05);
|
|
1339
1366
|
}
|
|
1367
|
+
.bg-emerald-500 {
|
|
1368
|
+
--tw-bg-opacity: 1;
|
|
1369
|
+
background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
|
|
1370
|
+
}
|
|
1371
|
+
.bg-emerald-500\/10 {
|
|
1372
|
+
background-color: rgb(16 185 129 / 0.1);
|
|
1373
|
+
}
|
|
1340
1374
|
.bg-gray-100 {
|
|
1341
1375
|
--tw-bg-opacity: 1;
|
|
1342
1376
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
@@ -1366,6 +1400,12 @@ video {
|
|
|
1366
1400
|
.bg-muted-foreground {
|
|
1367
1401
|
background-color: hsl(var(--muted-foreground));
|
|
1368
1402
|
}
|
|
1403
|
+
.bg-muted-foreground\/20 {
|
|
1404
|
+
background-color: hsl(var(--muted-foreground) / 0.2);
|
|
1405
|
+
}
|
|
1406
|
+
.bg-muted-foreground\/40 {
|
|
1407
|
+
background-color: hsl(var(--muted-foreground) / 0.4);
|
|
1408
|
+
}
|
|
1369
1409
|
.bg-muted-foreground\/50 {
|
|
1370
1410
|
background-color: hsl(var(--muted-foreground) / 0.5);
|
|
1371
1411
|
}
|
|
@@ -1474,6 +1514,10 @@ video {
|
|
|
1474
1514
|
padding-left: 0.25rem;
|
|
1475
1515
|
padding-right: 0.25rem;
|
|
1476
1516
|
}
|
|
1517
|
+
.px-1\.5 {
|
|
1518
|
+
padding-left: 0.375rem;
|
|
1519
|
+
padding-right: 0.375rem;
|
|
1520
|
+
}
|
|
1477
1521
|
.px-2 {
|
|
1478
1522
|
padding-left: 0.5rem;
|
|
1479
1523
|
padding-right: 0.5rem;
|
|
@@ -1595,6 +1639,9 @@ video {
|
|
|
1595
1639
|
font-size: 1.5rem;
|
|
1596
1640
|
line-height: 2rem;
|
|
1597
1641
|
}
|
|
1642
|
+
.text-\[10px\] {
|
|
1643
|
+
font-size: 10px;
|
|
1644
|
+
}
|
|
1598
1645
|
.text-\[11px\] {
|
|
1599
1646
|
font-size: 11px;
|
|
1600
1647
|
}
|
|
@@ -1698,12 +1745,19 @@ video {
|
|
|
1698
1745
|
.text-destructive-foreground {
|
|
1699
1746
|
color: hsl(var(--destructive-foreground));
|
|
1700
1747
|
}
|
|
1748
|
+
.text-emerald-600 {
|
|
1749
|
+
--tw-text-opacity: 1;
|
|
1750
|
+
color: rgb(5 150 105 / var(--tw-text-opacity, 1));
|
|
1751
|
+
}
|
|
1701
1752
|
.text-foreground {
|
|
1702
1753
|
color: hsl(var(--foreground));
|
|
1703
1754
|
}
|
|
1704
1755
|
.text-foreground\/50 {
|
|
1705
1756
|
color: hsl(var(--foreground) / 0.5);
|
|
1706
1757
|
}
|
|
1758
|
+
.text-foreground\/70 {
|
|
1759
|
+
color: hsl(var(--foreground) / 0.7);
|
|
1760
|
+
}
|
|
1707
1761
|
.text-gray-400 {
|
|
1708
1762
|
--tw-text-opacity: 1;
|
|
1709
1763
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
@@ -1735,6 +1789,9 @@ video {
|
|
|
1735
1789
|
.text-muted-foreground {
|
|
1736
1790
|
color: hsl(var(--muted-foreground));
|
|
1737
1791
|
}
|
|
1792
|
+
.text-muted-foreground\/60 {
|
|
1793
|
+
color: hsl(var(--muted-foreground) / 0.6);
|
|
1794
|
+
}
|
|
1738
1795
|
.text-muted-foreground\/70 {
|
|
1739
1796
|
color: hsl(var(--muted-foreground) / 0.7);
|
|
1740
1797
|
}
|
|
@@ -1750,6 +1807,9 @@ video {
|
|
|
1750
1807
|
.text-primary-foreground {
|
|
1751
1808
|
color: hsl(var(--primary-foreground));
|
|
1752
1809
|
}
|
|
1810
|
+
.text-primary\/70 {
|
|
1811
|
+
color: hsl(var(--primary) / 0.7);
|
|
1812
|
+
}
|
|
1753
1813
|
.text-red-400 {
|
|
1754
1814
|
--tw-text-opacity: 1;
|
|
1755
1815
|
color: rgb(248 113 113 / var(--tw-text-opacity, 1));
|
|
@@ -1810,6 +1870,9 @@ video {
|
|
|
1810
1870
|
.opacity-0 {
|
|
1811
1871
|
opacity: 0;
|
|
1812
1872
|
}
|
|
1873
|
+
.opacity-30 {
|
|
1874
|
+
opacity: 0.3;
|
|
1875
|
+
}
|
|
1813
1876
|
.opacity-50 {
|
|
1814
1877
|
opacity: 0.5;
|
|
1815
1878
|
}
|
|
@@ -2219,6 +2282,9 @@ video {
|
|
|
2219
2282
|
--tw-text-opacity: 1;
|
|
2220
2283
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
2221
2284
|
}
|
|
2285
|
+
.hover\:text-destructive\/80:hover {
|
|
2286
|
+
color: hsl(var(--destructive) / 0.8);
|
|
2287
|
+
}
|
|
2222
2288
|
.hover\:text-foreground:hover {
|
|
2223
2289
|
color: hsl(var(--foreground));
|
|
2224
2290
|
}
|
|
@@ -2726,6 +2792,9 @@ video {
|
|
|
2726
2792
|
}
|
|
2727
2793
|
}
|
|
2728
2794
|
@media (min-width: 768px) {
|
|
2795
|
+
.md\:col-span-2 {
|
|
2796
|
+
grid-column: span 2 / span 2;
|
|
2797
|
+
}
|
|
2729
2798
|
.md\:block {
|
|
2730
2799
|
display: block;
|
|
2731
2800
|
}
|