@6thbridge/hexa 0.0.57 → 0.0.59

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/output.css CHANGED
@@ -580,6 +580,10 @@ video {
580
580
  visibility: visible;
581
581
  }
582
582
 
583
+ .invisible{
584
+ visibility: hidden;
585
+ }
586
+
583
587
  .static{
584
588
  position: static;
585
589
  }
@@ -626,6 +630,10 @@ video {
626
630
  left: 0px;
627
631
  }
628
632
 
633
+ .left-1{
634
+ left: 0.25rem;
635
+ }
636
+
629
637
  .left-\[29px\]{
630
638
  left: 29px;
631
639
  }
@@ -642,6 +650,10 @@ video {
642
650
  right: 0px;
643
651
  }
644
652
 
653
+ .right-1{
654
+ right: 0.25rem;
655
+ }
656
+
645
657
  .right-2{
646
658
  right: 0.5rem;
647
659
  }
@@ -737,6 +749,10 @@ video {
737
749
  margin-bottom: 0.25rem;
738
750
  }
739
751
 
752
+ .mb-2{
753
+ margin-bottom: 0.5rem;
754
+ }
755
+
740
756
  .mb-3{
741
757
  margin-bottom: 0.75rem;
742
758
  }
@@ -826,6 +842,10 @@ video {
826
842
  height: 1.25rem;
827
843
  }
828
844
 
845
+ .\!h-10{
846
+ height: 2.5rem !important;
847
+ }
848
+
829
849
  .\!h-14{
830
850
  height: 3.5rem !important;
831
851
  }
@@ -846,6 +866,10 @@ video {
846
866
  height: 3rem;
847
867
  }
848
868
 
869
+ .h-2{
870
+ height: 0.5rem;
871
+ }
872
+
849
873
  .h-2\.5{
850
874
  height: 0.625rem;
851
875
  }
@@ -862,6 +886,10 @@ video {
862
886
  height: 1.25rem;
863
887
  }
864
888
 
889
+ .h-7{
890
+ height: 1.75rem;
891
+ }
892
+
865
893
  .h-72{
866
894
  height: 18rem;
867
895
  }
@@ -959,6 +987,10 @@ video {
959
987
  width: 1.5rem !important;
960
988
  }
961
989
 
990
+ .\!w-full{
991
+ width: 100% !important;
992
+ }
993
+
962
994
  .w-0{
963
995
  width: 0px;
964
996
  }
@@ -1003,6 +1035,10 @@ video {
1003
1035
  width: 16rem;
1004
1036
  }
1005
1037
 
1038
+ .w-7{
1039
+ width: 1.75rem;
1040
+ }
1041
+
1006
1042
  .w-72{
1007
1043
  width: 18rem;
1008
1044
  }
@@ -1011,6 +1047,10 @@ video {
1011
1047
  width: 2rem;
1012
1048
  }
1013
1049
 
1050
+ .w-9{
1051
+ width: 2.25rem;
1052
+ }
1053
+
1014
1054
  .w-\[1\.75rem\]{
1015
1055
  width: 1.75rem;
1016
1056
  }
@@ -1051,6 +1091,10 @@ video {
1051
1091
  width: 90%;
1052
1092
  }
1053
1093
 
1094
+ .w-auto{
1095
+ width: auto;
1096
+ }
1097
+
1054
1098
  .w-fit{
1055
1099
  width: -moz-fit-content;
1056
1100
  width: fit-content;
@@ -1081,6 +1125,11 @@ video {
1081
1125
  min-width: 50px;
1082
1126
  }
1083
1127
 
1128
+ .\!max-w-max{
1129
+ max-width: -moz-max-content !important;
1130
+ max-width: max-content !important;
1131
+ }
1132
+
1084
1133
  .\!max-w-md{
1085
1134
  max-width: 28rem !important;
1086
1135
  }
@@ -1126,6 +1175,10 @@ video {
1126
1175
  flex-shrink: 0;
1127
1176
  }
1128
1177
 
1178
+ .border-collapse{
1179
+ border-collapse: collapse;
1180
+ }
1181
+
1129
1182
  .-translate-x-full{
1130
1183
  --tw-translate-x: -100%;
1131
1184
  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));
@@ -1207,6 +1260,10 @@ video {
1207
1260
  resize: both;
1208
1261
  }
1209
1262
 
1263
+ .grid-cols-2{
1264
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1265
+ }
1266
+
1210
1267
  .flex-row{
1211
1268
  flex-direction: row;
1212
1269
  }
@@ -1259,6 +1316,10 @@ video {
1259
1316
  gap: 0.125rem;
1260
1317
  }
1261
1318
 
1319
+ .gap-1{
1320
+ gap: 0.25rem;
1321
+ }
1322
+
1262
1323
  .gap-2{
1263
1324
  gap: 0.5rem;
1264
1325
  }
@@ -1299,6 +1360,12 @@ video {
1299
1360
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
1300
1361
  }
1301
1362
 
1363
+ .space-x-1 > :not([hidden]) ~ :not([hidden]){
1364
+ --tw-space-x-reverse: 0;
1365
+ margin-right: calc(0.25rem * var(--tw-space-x-reverse));
1366
+ margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
1367
+ }
1368
+
1302
1369
  .space-x-2 > :not([hidden]) ~ :not([hidden]){
1303
1370
  --tw-space-x-reverse: 0;
1304
1371
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
@@ -1329,6 +1396,18 @@ video {
1329
1396
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
1330
1397
  }
1331
1398
 
1399
+ .space-y-3 > :not([hidden]) ~ :not([hidden]){
1400
+ --tw-space-y-reverse: 0;
1401
+ margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
1402
+ margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
1403
+ }
1404
+
1405
+ .space-y-4 > :not([hidden]) ~ :not([hidden]){
1406
+ --tw-space-y-reverse: 0;
1407
+ margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
1408
+ margin-bottom: calc(1rem * var(--tw-space-y-reverse));
1409
+ }
1410
+
1332
1411
  .overflow-hidden{
1333
1412
  overflow: hidden;
1334
1413
  }
@@ -1444,6 +1523,11 @@ video {
1444
1523
  border-bottom-right-radius: 9999px;
1445
1524
  }
1446
1525
 
1526
+ .rounded-s-md{
1527
+ border-start-start-radius: 0.375rem;
1528
+ border-end-start-radius: 0.375rem;
1529
+ }
1530
+
1447
1531
  .rounded-t-full{
1448
1532
  border-top-left-radius: 9999px;
1449
1533
  border-top-right-radius: 9999px;
@@ -1458,6 +1542,10 @@ video {
1458
1542
  border-top-right-radius: 0.375rem;
1459
1543
  }
1460
1544
 
1545
+ .\!border{
1546
+ border-width: 1px !important;
1547
+ }
1548
+
1461
1549
  .\!border-0{
1462
1550
  border-width: 0px !important;
1463
1551
  }
@@ -1515,6 +1603,11 @@ video {
1515
1603
  border-color: transparent !important;
1516
1604
  }
1517
1605
 
1606
+ .border-\[\#808080\]{
1607
+ --tw-border-opacity: 1;
1608
+ border-color: rgb(128 128 128 / var(--tw-border-opacity, 1));
1609
+ }
1610
+
1518
1611
  .border-\[\#BECFFF\]{
1519
1612
  --tw-border-opacity: 1;
1520
1613
  border-color: rgb(190 207 255 / var(--tw-border-opacity, 1));
@@ -1595,6 +1688,10 @@ video {
1595
1688
  border-top-color: transparent;
1596
1689
  }
1597
1690
 
1691
+ .\!bg-primary-main{
1692
+ background-color: var(--color-primary) !important;
1693
+ }
1694
+
1598
1695
  .\!bg-transparent{
1599
1696
  background-color: transparent !important;
1600
1697
  }
@@ -1667,6 +1764,10 @@ video {
1667
1764
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
1668
1765
  }
1669
1766
 
1767
+ .bg-current{
1768
+ background-color: currentColor;
1769
+ }
1770
+
1670
1771
  .bg-gray-100{
1671
1772
  --tw-bg-opacity: 1;
1672
1773
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
@@ -1782,6 +1883,11 @@ video {
1782
1883
  padding-right: 0px !important;
1783
1884
  }
1784
1885
 
1886
+ .\!px-4{
1887
+ padding-left: 1rem !important;
1888
+ padding-right: 1rem !important;
1889
+ }
1890
+
1785
1891
  .\!px-\[10px\]{
1786
1892
  padding-left: 10px !important;
1787
1893
  padding-right: 10px !important;
@@ -1807,6 +1913,11 @@ video {
1807
1913
  padding-right: 0.5rem;
1808
1914
  }
1809
1915
 
1916
+ .px-2\.5{
1917
+ padding-left: 0.625rem;
1918
+ padding-right: 0.625rem;
1919
+ }
1920
+
1810
1921
  .px-3{
1811
1922
  padding-left: 0.75rem;
1812
1923
  padding-right: 0.75rem;
@@ -1914,6 +2025,10 @@ video {
1914
2025
  padding-left: 0.625rem;
1915
2026
  }
1916
2027
 
2028
+ .pl-3{
2029
+ padding-left: 0.75rem;
2030
+ }
2031
+
1917
2032
  .pl-5{
1918
2033
  padding-left: 1.25rem;
1919
2034
  }
@@ -1922,10 +2037,22 @@ video {
1922
2037
  padding-right: 0px;
1923
2038
  }
1924
2039
 
2040
+ .pr-10{
2041
+ padding-right: 2.5rem;
2042
+ }
2043
+
1925
2044
  .pr-2{
1926
2045
  padding-right: 0.5rem;
1927
2046
  }
1928
2047
 
2048
+ .pt-1{
2049
+ padding-top: 0.25rem;
2050
+ }
2051
+
2052
+ .pt-2{
2053
+ padding-top: 0.5rem;
2054
+ }
2055
+
1929
2056
  .pt-4{
1930
2057
  padding-top: 1rem;
1931
2058
  }
@@ -1947,6 +2074,10 @@ video {
1947
2074
  font-size: 0.875rem;
1948
2075
  }
1949
2076
 
2077
+ .text-\[0\.8rem\]{
2078
+ font-size: 0.8rem;
2079
+ }
2080
+
1950
2081
  .text-\[12px\]{
1951
2082
  font-size: 12px;
1952
2083
  }
@@ -2016,6 +2147,10 @@ video {
2016
2147
  text-transform: capitalize;
2017
2148
  }
2018
2149
 
2150
+ .leading-6{
2151
+ line-height: 1.5rem;
2152
+ }
2153
+
2019
2154
  .leading-\[1\.25rem\]{
2020
2155
  line-height: 1.25rem;
2021
2156
  }
@@ -2048,11 +2183,21 @@ video {
2048
2183
  letter-spacing: 0.1em;
2049
2184
  }
2050
2185
 
2186
+ .\!text-black{
2187
+ --tw-text-opacity: 1 !important;
2188
+ color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
2189
+ }
2190
+
2051
2191
  .\!text-gray-800{
2052
2192
  --tw-text-opacity: 1 !important;
2053
2193
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
2054
2194
  }
2055
2195
 
2196
+ .\!text-white{
2197
+ --tw-text-opacity: 1 !important;
2198
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
2199
+ }
2200
+
2056
2201
  .text-\[\#00000066\]{
2057
2202
  color: #00000066;
2058
2203
  }
@@ -2125,6 +2270,10 @@ video {
2125
2270
  color: rgb(0 0 0 / 0.4);
2126
2271
  }
2127
2272
 
2273
+ .text-black\/60{
2274
+ color: rgb(0 0 0 / 0.6);
2275
+ }
2276
+
2128
2277
  .text-blue-600{
2129
2278
  --tw-text-opacity: 1;
2130
2279
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
@@ -2149,6 +2298,11 @@ video {
2149
2298
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
2150
2299
  }
2151
2300
 
2301
+ .text-gray-900{
2302
+ --tw-text-opacity: 1;
2303
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
2304
+ }
2305
+
2152
2306
  .text-green-500{
2153
2307
  --tw-text-opacity: 1;
2154
2308
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
@@ -2183,6 +2337,11 @@ video {
2183
2337
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
2184
2338
  }
2185
2339
 
2340
+ .text-red-900{
2341
+ --tw-text-opacity: 1;
2342
+ color: rgb(127 29 29 / var(--tw-text-opacity, 1));
2343
+ }
2344
+
2186
2345
  .text-white{
2187
2346
  --tw-text-opacity: 1;
2188
2347
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -2249,6 +2408,12 @@ video {
2249
2408
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2250
2409
  }
2251
2410
 
2411
+ .shadow-sm{
2412
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
2413
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
2414
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2415
+ }
2416
+
2252
2417
  .outline-none{
2253
2418
  outline: 2px solid transparent;
2254
2419
  outline-offset: 2px;
@@ -2273,6 +2438,26 @@ video {
2273
2438
  --tw-ring-color: currentColor;
2274
2439
  }
2275
2440
 
2441
+ .ring-gray-300{
2442
+ --tw-ring-opacity: 1;
2443
+ --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
2444
+ }
2445
+
2446
+ .ring-purple-600{
2447
+ --tw-ring-opacity: 1;
2448
+ --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
2449
+ }
2450
+
2451
+ .ring-red-300{
2452
+ --tw-ring-opacity: 1;
2453
+ --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
2454
+ }
2455
+
2456
+ .ring-red-500{
2457
+ --tw-ring-opacity: 1;
2458
+ --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
2459
+ }
2460
+
2276
2461
  .filter{
2277
2462
  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);
2278
2463
  }
@@ -2519,6 +2704,26 @@ input:-webkit-autofill:active {
2519
2704
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
2520
2705
  }
2521
2706
 
2707
+ .placeholder\:text-gray-400::-moz-placeholder{
2708
+ --tw-text-opacity: 1;
2709
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1));
2710
+ }
2711
+
2712
+ .placeholder\:text-gray-400::placeholder{
2713
+ --tw-text-opacity: 1;
2714
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1));
2715
+ }
2716
+
2717
+ .placeholder\:text-red-300::-moz-placeholder{
2718
+ --tw-text-opacity: 1;
2719
+ color: rgb(252 165 165 / var(--tw-text-opacity, 1));
2720
+ }
2721
+
2722
+ .placeholder\:text-red-300::placeholder{
2723
+ --tw-text-opacity: 1;
2724
+ color: rgb(252 165 165 / var(--tw-text-opacity, 1));
2725
+ }
2726
+
2522
2727
  .placeholder\:text-red-500::-moz-placeholder{
2523
2728
  --tw-text-opacity: 1;
2524
2729
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
@@ -2539,6 +2744,14 @@ input:-webkit-autofill:active {
2539
2744
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
2540
2745
  }
2541
2746
 
2747
+ .focus-within\:relative:focus-within{
2748
+ position: relative;
2749
+ }
2750
+
2751
+ .focus-within\:z-20:focus-within{
2752
+ z-index: 20;
2753
+ }
2754
+
2542
2755
  .focus-within\:border-\[\#D7D7D7\]:focus-within{
2543
2756
  --tw-border-opacity: 1;
2544
2757
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
@@ -2676,6 +2889,29 @@ input:-webkit-autofill:active {
2676
2889
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2677
2890
  }
2678
2891
 
2892
+ .focus\:ring-inset:focus{
2893
+ --tw-ring-inset: inset;
2894
+ }
2895
+
2896
+ .focus\:\!ring-primary-main:focus{
2897
+ --tw-ring-color: var(--color-primary) !important;
2898
+ }
2899
+
2900
+ .focus\:ring-purple-200:focus{
2901
+ --tw-ring-opacity: 1;
2902
+ --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
2903
+ }
2904
+
2905
+ .focus\:ring-purple-600:focus{
2906
+ --tw-ring-opacity: 1;
2907
+ --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
2908
+ }
2909
+
2910
+ .focus\:ring-red-500:focus{
2911
+ --tw-ring-opacity: 1;
2912
+ --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
2913
+ }
2914
+
2679
2915
  .focus\:ring-offset-2:focus{
2680
2916
  --tw-ring-offset-width: 2px;
2681
2917
  }
@@ -2717,6 +2953,15 @@ input:-webkit-autofill:active {
2717
2953
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2718
2954
  }
2719
2955
 
2956
+ .focus-visible\:\!ring-primary-main:focus-visible{
2957
+ --tw-ring-color: var(--color-primary) !important;
2958
+ }
2959
+
2960
+ .focus-visible\:ring-purple-200:focus-visible{
2961
+ --tw-ring-opacity: 1;
2962
+ --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
2963
+ }
2964
+
2720
2965
  .focus-visible\:ring-offset-0:focus-visible{
2721
2966
  --tw-ring-offset-width: 0px;
2722
2967
  }
@@ -2741,6 +2986,11 @@ input:-webkit-autofill:active {
2741
2986
  cursor: not-allowed;
2742
2987
  }
2743
2988
 
2989
+ .disabled\:bg-gray-50:disabled{
2990
+ --tw-bg-opacity: 1;
2991
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
2992
+ }
2993
+
2744
2994
  .disabled\:bg-red-600\/70:disabled{
2745
2995
  background-color: rgb(220 38 38 / 0.7);
2746
2996
  }
@@ -2754,6 +3004,11 @@ input:-webkit-autofill:active {
2754
3004
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
2755
3005
  }
2756
3006
 
3007
+ .disabled\:text-gray-500:disabled{
3008
+ --tw-text-opacity: 1;
3009
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
3010
+ }
3011
+
2757
3012
  .disabled\:opacity-50:disabled{
2758
3013
  opacity: 0.5;
2759
3014
  }
@@ -2762,6 +3017,11 @@ input:-webkit-autofill:active {
2762
3017
  opacity: 0.6;
2763
3018
  }
2764
3019
 
3020
+ .disabled\:ring-gray-200:disabled{
3021
+ --tw-ring-opacity: 1;
3022
+ --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
3023
+ }
3024
+
2765
3025
  .peer:disabled ~ .peer-disabled\:cursor-not-allowed{
2766
3026
  cursor: not-allowed;
2767
3027
  }
@@ -2770,6 +3030,10 @@ input:-webkit-autofill:active {
2770
3030
  opacity: 0.7;
2771
3031
  }
2772
3032
 
3033
+ .aria-selected\:opacity-100[aria-selected="true"]{
3034
+ opacity: 1;
3035
+ }
3036
+
2773
3037
  .data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"]{
2774
3038
  pointer-events: none;
2775
3039
  }
@@ -3038,6 +3302,18 @@ input:-webkit-autofill:active {
3038
3302
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
3039
3303
  }
3040
3304
 
3305
+ .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
3306
+ --tw-space-x-reverse: 0;
3307
+ margin-right: calc(1rem * var(--tw-space-x-reverse));
3308
+ margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
3309
+ }
3310
+
3311
+ .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
3312
+ --tw-space-y-reverse: 0;
3313
+ margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
3314
+ margin-bottom: calc(0px * var(--tw-space-y-reverse));
3315
+ }
3316
+
3041
3317
  .sm\:px-4{
3042
3318
  padding-left: 1rem;
3043
3319
  padding-right: 1rem;
@@ -3057,6 +3333,10 @@ input:-webkit-autofill:active {
3057
3333
  font-size: 0.875rem;
3058
3334
  line-height: 1.25rem;
3059
3335
  }
3336
+
3337
+ .sm\:leading-6{
3338
+ line-height: 1.5rem;
3339
+ }
3060
3340
  }
3061
3341
 
3062
3342
  @media (min-width: 768px){
@@ -3097,6 +3377,21 @@ input:-webkit-autofill:active {
3097
3377
  }
3098
3378
  }
3099
3379
 
3380
+ .first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{
3381
+ border-top-left-radius: 0.375rem;
3382
+ border-bottom-left-radius: 0.375rem;
3383
+ }
3384
+
3385
+ .last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{
3386
+ border-top-right-radius: 0.375rem;
3387
+ border-bottom-right-radius: 0.375rem;
3388
+ }
3389
+
3390
+ .\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){
3391
+ border-top-right-radius: 0.375rem;
3392
+ border-bottom-right-radius: 0.375rem;
3393
+ }
3394
+
3100
3395
  .\[\&\>span\]\:items-center>span{
3101
3396
  align-items: center;
3102
3397
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.57",
3
+ "version": "0.0.59",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -44,6 +44,7 @@
44
44
  "@radix-ui/react-focus-scope": "1.1.0",
45
45
  "@radix-ui/react-label": "^2.1.1",
46
46
  "@radix-ui/react-popover": "^1.1.5",
47
+ "@radix-ui/react-radio-group": "^1.3.7",
47
48
  "@radix-ui/react-scroll-area": "^1.2.2",
48
49
  "@radix-ui/react-slot": "^1.1.1",
49
50
  "@radix-ui/react-tooltip": "^1.2.6",
@@ -51,11 +52,14 @@
51
52
  "class-variance-authority": "^0.7.1",
52
53
  "clsx": "^2.1.1",
53
54
  "cmdk": "^1.0.4",
55
+ "date-fns": "2.30.0",
54
56
  "dayjs": "^1.11.13",
55
57
  "framer-motion": "^12.4.3",
56
58
  "lucide-react": "^0.474.0",
57
59
  "react": "^18",
60
+ "react-day-picker": "^8.8.0",
58
61
  "react-dom": "^18",
62
+ "react-hook-form": "^7.57.0",
59
63
  "react-icons": "^5.5.0",
60
64
  "react-otp-input": "^3.1.1",
61
65
  "react-paginate": "8.2.0",
@@ -63,7 +67,9 @@
63
67
  "tailwind-merge": "^2.6.0",
64
68
  "tailwindcss-animate": "^1.0.7",
65
69
  "tippy.js": "^6.3.7",
66
- "vaul": "^1.1.2"
70
+ "uuid": "^11.1.0",
71
+ "vaul": "^1.1.2",
72
+ "zustand": "^5.0.5"
67
73
  },
68
74
  "peerDependencies": {
69
75
  "react": ">=18.0.0",