unifyedx-storybook-new 0.1.47 → 0.1.49
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.
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
--color-teal-700: oklch(51.1% .096 186.391);
|
|
73
73
|
--color-blue-50: oklch(97% .014 254.604);
|
|
74
74
|
--color-blue-100: oklch(93.2% .032 255.585);
|
|
75
|
+
--color-blue-200: oklch(88.2% .059 254.128);
|
|
75
76
|
--color-blue-300: oklch(80.9% .105 251.813);
|
|
76
77
|
--color-blue-400: oklch(70.7% .165 254.624);
|
|
77
78
|
--color-blue-500: oklch(62.3% .214 259.815);
|
|
@@ -500,6 +501,10 @@
|
|
|
500
501
|
}
|
|
501
502
|
}
|
|
502
503
|
|
|
504
|
+
.-m-1 {
|
|
505
|
+
margin: calc(var(--spacing) * -1);
|
|
506
|
+
}
|
|
507
|
+
|
|
503
508
|
.m-0 {
|
|
504
509
|
margin: calc(var(--spacing) * 0);
|
|
505
510
|
}
|
|
@@ -536,6 +541,10 @@
|
|
|
536
541
|
margin-right: calc(var(--spacing) * 3);
|
|
537
542
|
}
|
|
538
543
|
|
|
544
|
+
.mr-4 {
|
|
545
|
+
margin-right: calc(var(--spacing) * 4);
|
|
546
|
+
}
|
|
547
|
+
|
|
539
548
|
.\!mb-0 {
|
|
540
549
|
margin-bottom: calc(var(--spacing) * 0) !important;
|
|
541
550
|
}
|
|
@@ -544,10 +553,18 @@
|
|
|
544
553
|
margin-bottom: calc(var(--spacing) * 0);
|
|
545
554
|
}
|
|
546
555
|
|
|
556
|
+
.mb-1 {
|
|
557
|
+
margin-bottom: calc(var(--spacing) * 1);
|
|
558
|
+
}
|
|
559
|
+
|
|
547
560
|
.mb-2 {
|
|
548
561
|
margin-bottom: calc(var(--spacing) * 2);
|
|
549
562
|
}
|
|
550
563
|
|
|
564
|
+
.mb-3 {
|
|
565
|
+
margin-bottom: calc(var(--spacing) * 3);
|
|
566
|
+
}
|
|
567
|
+
|
|
551
568
|
.mb-4 {
|
|
552
569
|
margin-bottom: calc(var(--spacing) * 4);
|
|
553
570
|
}
|
|
@@ -564,6 +581,10 @@
|
|
|
564
581
|
margin-left: calc(var(--spacing) * -4);
|
|
565
582
|
}
|
|
566
583
|
|
|
584
|
+
.ml-4 {
|
|
585
|
+
margin-left: calc(var(--spacing) * 4);
|
|
586
|
+
}
|
|
587
|
+
|
|
567
588
|
.block {
|
|
568
589
|
display: block;
|
|
569
590
|
}
|
|
@@ -668,6 +689,10 @@
|
|
|
668
689
|
width: 70px !important;
|
|
669
690
|
}
|
|
670
691
|
|
|
692
|
+
.w-1\/2 {
|
|
693
|
+
width: 50%;
|
|
694
|
+
}
|
|
695
|
+
|
|
671
696
|
.w-3\/5 {
|
|
672
697
|
width: 60%;
|
|
673
698
|
}
|
|
@@ -728,6 +753,10 @@
|
|
|
728
753
|
width: 100%;
|
|
729
754
|
}
|
|
730
755
|
|
|
756
|
+
.max-w-\[200px\] {
|
|
757
|
+
max-width: 200px;
|
|
758
|
+
}
|
|
759
|
+
|
|
731
760
|
.max-w-\[800px\] {
|
|
732
761
|
max-width: 800px;
|
|
733
762
|
}
|
|
@@ -744,6 +773,10 @@
|
|
|
744
773
|
min-width: 100%;
|
|
745
774
|
}
|
|
746
775
|
|
|
776
|
+
.flex-1 {
|
|
777
|
+
flex: 1;
|
|
778
|
+
}
|
|
779
|
+
|
|
747
780
|
.flex-shrink-0 {
|
|
748
781
|
flex-shrink: 0;
|
|
749
782
|
}
|
|
@@ -788,6 +821,10 @@
|
|
|
788
821
|
cursor: default;
|
|
789
822
|
}
|
|
790
823
|
|
|
824
|
+
.cursor-grab {
|
|
825
|
+
cursor: grab;
|
|
826
|
+
}
|
|
827
|
+
|
|
791
828
|
.cursor-move {
|
|
792
829
|
cursor: move;
|
|
793
830
|
}
|
|
@@ -1037,6 +1074,10 @@
|
|
|
1037
1074
|
border-color: var(--color-black);
|
|
1038
1075
|
}
|
|
1039
1076
|
|
|
1077
|
+
.border-blue-200 {
|
|
1078
|
+
border-color: var(--color-blue-200);
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1040
1081
|
.border-gray-200 {
|
|
1041
1082
|
border-color: var(--color-gray-200);
|
|
1042
1083
|
}
|
|
@@ -1079,6 +1120,10 @@
|
|
|
1079
1120
|
background-color: #fff;
|
|
1080
1121
|
}
|
|
1081
1122
|
|
|
1123
|
+
.bg-black {
|
|
1124
|
+
background-color: var(--color-black);
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1082
1127
|
.bg-black\/30 {
|
|
1083
1128
|
background-color: #0000004d;
|
|
1084
1129
|
}
|
|
@@ -1089,6 +1134,10 @@
|
|
|
1089
1134
|
}
|
|
1090
1135
|
}
|
|
1091
1136
|
|
|
1137
|
+
.bg-blue-50 {
|
|
1138
|
+
background-color: var(--color-blue-50);
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1092
1141
|
.bg-blue-100 {
|
|
1093
1142
|
background-color: var(--color-blue-100);
|
|
1094
1143
|
}
|
|
@@ -1435,6 +1484,10 @@
|
|
|
1435
1484
|
color: var(--color-white);
|
|
1436
1485
|
}
|
|
1437
1486
|
|
|
1487
|
+
.capitalize {
|
|
1488
|
+
text-transform: capitalize;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1438
1491
|
.opacity-0 {
|
|
1439
1492
|
opacity: 0;
|
|
1440
1493
|
}
|
|
@@ -1443,6 +1496,10 @@
|
|
|
1443
1496
|
opacity: .5;
|
|
1444
1497
|
}
|
|
1445
1498
|
|
|
1499
|
+
.opacity-60 {
|
|
1500
|
+
opacity: .6;
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1446
1503
|
.opacity-70 {
|
|
1447
1504
|
opacity: .7;
|
|
1448
1505
|
}
|
|
@@ -1476,6 +1533,11 @@
|
|
|
1476
1533
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1477
1534
|
}
|
|
1478
1535
|
|
|
1536
|
+
.ring-2 {
|
|
1537
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1538
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1539
|
+
}
|
|
1540
|
+
|
|
1479
1541
|
.ring-black {
|
|
1480
1542
|
--tw-ring-color: var(--color-black);
|
|
1481
1543
|
}
|
|
@@ -1484,6 +1546,16 @@
|
|
|
1484
1546
|
--tw-ring-color: var(--color-gray-300);
|
|
1485
1547
|
}
|
|
1486
1548
|
|
|
1549
|
+
.ring-gray-800\/20 {
|
|
1550
|
+
--tw-ring-color: #1e293933;
|
|
1551
|
+
}
|
|
1552
|
+
|
|
1553
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1554
|
+
.ring-gray-800\/20 {
|
|
1555
|
+
--tw-ring-color: color-mix(in oklab, var(--color-gray-800) 20%, transparent);
|
|
1556
|
+
}
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1487
1559
|
.ring-red-500 {
|
|
1488
1560
|
--tw-ring-color: var(--color-red-500);
|
|
1489
1561
|
}
|
|
@@ -1568,6 +1640,11 @@
|
|
|
1568
1640
|
transition-timing-function: var(--ease-out);
|
|
1569
1641
|
}
|
|
1570
1642
|
|
|
1643
|
+
.outline-none {
|
|
1644
|
+
--tw-outline-style: none;
|
|
1645
|
+
outline-style: none;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1571
1648
|
.select-none {
|
|
1572
1649
|
-webkit-user-select: none;
|
|
1573
1650
|
user-select: none;
|
|
@@ -1675,6 +1752,16 @@
|
|
|
1675
1752
|
--tw-ring-color: var(--color-gray-600);
|
|
1676
1753
|
}
|
|
1677
1754
|
|
|
1755
|
+
.focus\:ring-gray-800\/20:focus {
|
|
1756
|
+
--tw-ring-color: #1e293933;
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1760
|
+
.focus\:ring-gray-800\/20:focus {
|
|
1761
|
+
--tw-ring-color: color-mix(in oklab, var(--color-gray-800) 20%, transparent);
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1678
1765
|
.focus\:ring-offset-2:focus {
|
|
1679
1766
|
--tw-ring-offset-width: 2px;
|
|
1680
1767
|
--tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
@@ -1694,6 +1781,10 @@
|
|
|
1694
1781
|
--tw-ring-color: var(--color-blue-500);
|
|
1695
1782
|
}
|
|
1696
1783
|
|
|
1784
|
+
.active\:cursor-grabbing:active {
|
|
1785
|
+
cursor: grabbing;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1697
1788
|
.disabled\:cursor-not-allowed:disabled {
|
|
1698
1789
|
cursor: not-allowed;
|
|
1699
1790
|
}
|