unifyedx-storybook-new 0.1.46 → 0.1.48

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.
@@ -500,6 +500,10 @@
500
500
  }
501
501
  }
502
502
 
503
+ .-m-1 {
504
+ margin: calc(var(--spacing) * -1);
505
+ }
506
+
503
507
  .m-0 {
504
508
  margin: calc(var(--spacing) * 0);
505
509
  }
@@ -536,6 +540,10 @@
536
540
  margin-right: calc(var(--spacing) * 3);
537
541
  }
538
542
 
543
+ .mr-4 {
544
+ margin-right: calc(var(--spacing) * 4);
545
+ }
546
+
539
547
  .\!mb-0 {
540
548
  margin-bottom: calc(var(--spacing) * 0) !important;
541
549
  }
@@ -544,10 +552,18 @@
544
552
  margin-bottom: calc(var(--spacing) * 0);
545
553
  }
546
554
 
555
+ .mb-1 {
556
+ margin-bottom: calc(var(--spacing) * 1);
557
+ }
558
+
547
559
  .mb-2 {
548
560
  margin-bottom: calc(var(--spacing) * 2);
549
561
  }
550
562
 
563
+ .mb-3 {
564
+ margin-bottom: calc(var(--spacing) * 3);
565
+ }
566
+
551
567
  .mb-4 {
552
568
  margin-bottom: calc(var(--spacing) * 4);
553
569
  }
@@ -564,6 +580,10 @@
564
580
  margin-left: calc(var(--spacing) * -4);
565
581
  }
566
582
 
583
+ .ml-4 {
584
+ margin-left: calc(var(--spacing) * 4);
585
+ }
586
+
567
587
  .block {
568
588
  display: block;
569
589
  }
@@ -668,6 +688,10 @@
668
688
  width: 70px !important;
669
689
  }
670
690
 
691
+ .w-1\/2 {
692
+ width: 50%;
693
+ }
694
+
671
695
  .w-3\/5 {
672
696
  width: 60%;
673
697
  }
@@ -728,6 +752,10 @@
728
752
  width: 100%;
729
753
  }
730
754
 
755
+ .max-w-\[200px\] {
756
+ max-width: 200px;
757
+ }
758
+
731
759
  .max-w-\[800px\] {
732
760
  max-width: 800px;
733
761
  }
@@ -744,6 +772,10 @@
744
772
  min-width: 100%;
745
773
  }
746
774
 
775
+ .flex-1 {
776
+ flex: 1;
777
+ }
778
+
747
779
  .flex-shrink-0 {
748
780
  flex-shrink: 0;
749
781
  }
@@ -788,6 +820,10 @@
788
820
  cursor: default;
789
821
  }
790
822
 
823
+ .cursor-grab {
824
+ cursor: grab;
825
+ }
826
+
791
827
  .cursor-move {
792
828
  cursor: move;
793
829
  }
@@ -1079,6 +1115,10 @@
1079
1115
  background-color: #fff;
1080
1116
  }
1081
1117
 
1118
+ .bg-black {
1119
+ background-color: var(--color-black);
1120
+ }
1121
+
1082
1122
  .bg-black\/30 {
1083
1123
  background-color: #0000004d;
1084
1124
  }
@@ -1443,6 +1483,10 @@
1443
1483
  opacity: .5;
1444
1484
  }
1445
1485
 
1486
+ .opacity-60 {
1487
+ opacity: .6;
1488
+ }
1489
+
1446
1490
  .opacity-70 {
1447
1491
  opacity: .7;
1448
1492
  }
@@ -1476,6 +1520,11 @@
1476
1520
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1477
1521
  }
1478
1522
 
1523
+ .ring-2 {
1524
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1525
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1526
+ }
1527
+
1479
1528
  .ring-black {
1480
1529
  --tw-ring-color: var(--color-black);
1481
1530
  }
@@ -1484,6 +1533,16 @@
1484
1533
  --tw-ring-color: var(--color-gray-300);
1485
1534
  }
1486
1535
 
1536
+ .ring-gray-800\/20 {
1537
+ --tw-ring-color: #1e293933;
1538
+ }
1539
+
1540
+ @supports (color: color-mix(in lab, red, red)) {
1541
+ .ring-gray-800\/20 {
1542
+ --tw-ring-color: color-mix(in oklab, var(--color-gray-800) 20%, transparent);
1543
+ }
1544
+ }
1545
+
1487
1546
  .ring-red-500 {
1488
1547
  --tw-ring-color: var(--color-red-500);
1489
1548
  }
@@ -1568,6 +1627,11 @@
1568
1627
  transition-timing-function: var(--ease-out);
1569
1628
  }
1570
1629
 
1630
+ .outline-none {
1631
+ --tw-outline-style: none;
1632
+ outline-style: none;
1633
+ }
1634
+
1571
1635
  .select-none {
1572
1636
  -webkit-user-select: none;
1573
1637
  user-select: none;
@@ -1675,6 +1739,16 @@
1675
1739
  --tw-ring-color: var(--color-gray-600);
1676
1740
  }
1677
1741
 
1742
+ .focus\:ring-gray-800\/20:focus {
1743
+ --tw-ring-color: #1e293933;
1744
+ }
1745
+
1746
+ @supports (color: color-mix(in lab, red, red)) {
1747
+ .focus\:ring-gray-800\/20:focus {
1748
+ --tw-ring-color: color-mix(in oklab, var(--color-gray-800) 20%, transparent);
1749
+ }
1750
+ }
1751
+
1678
1752
  .focus\:ring-offset-2:focus {
1679
1753
  --tw-ring-offset-width: 2px;
1680
1754
  --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
@@ -1694,6 +1768,10 @@
1694
1768
  --tw-ring-color: var(--color-blue-500);
1695
1769
  }
1696
1770
 
1771
+ .active\:cursor-grabbing:active {
1772
+ cursor: grabbing;
1773
+ }
1774
+
1697
1775
  .disabled\:cursor-not-allowed:disabled {
1698
1776
  cursor: not-allowed;
1699
1777
  }