@6thbridge/hexa 0.0.3 → 0.0.5
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/.turbo/turbo-lint.log +1 -1
- package/dist/index.d.mts +56 -4
- package/dist/index.d.ts +56 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +195 -29
- package/package.json +2 -1
- package/tailwind.config.js +1 -1
- package/tsconfig.json +1 -2
- package/tsconfig.node.json +0 -10
package/dist/output.css
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
|
2
2
|
|
3
|
+
/* @import "../assets/fonts/GTWalsheimPro/stylesheet.css"; */
|
4
|
+
|
3
5
|
*, ::before, ::after{
|
4
6
|
--tw-border-spacing-x: 0;
|
5
7
|
--tw-border-spacing-y: 0;
|
@@ -108,9 +110,7 @@
|
|
108
110
|
--tw-contain-style: ;
|
109
111
|
}
|
110
112
|
|
111
|
-
/*
|
112
|
-
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
|
113
|
-
*/
|
113
|
+
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
|
114
114
|
|
115
115
|
/*
|
116
116
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
@@ -156,7 +156,7 @@ html,
|
|
156
156
|
-o-tab-size: 4;
|
157
157
|
tab-size: 4;
|
158
158
|
/* 3 */
|
159
|
-
font-family:
|
159
|
+
font-family: GT Walsheim Pro, sans-serif;
|
160
160
|
/* 4 */
|
161
161
|
font-feature-settings: normal;
|
162
162
|
/* 5 */
|
@@ -572,10 +572,6 @@ video {
|
|
572
572
|
pointer-events: auto;
|
573
573
|
}
|
574
574
|
|
575
|
-
.visible{
|
576
|
-
visibility: visible;
|
577
|
-
}
|
578
|
-
|
579
575
|
.fixed{
|
580
576
|
position: fixed;
|
581
577
|
}
|
@@ -683,6 +679,14 @@ video {
|
|
683
679
|
display: none;
|
684
680
|
}
|
685
681
|
|
682
|
+
.aspect-square{
|
683
|
+
aspect-ratio: 1 / 1;
|
684
|
+
}
|
685
|
+
|
686
|
+
.\!h-14{
|
687
|
+
height: 3.5rem !important;
|
688
|
+
}
|
689
|
+
|
686
690
|
.\!h-5{
|
687
691
|
height: 1.25rem !important;
|
688
692
|
}
|
@@ -748,6 +752,10 @@ video {
|
|
748
752
|
min-height: 80px;
|
749
753
|
}
|
750
754
|
|
755
|
+
.\!w-14{
|
756
|
+
width: 3.5rem !important;
|
757
|
+
}
|
758
|
+
|
751
759
|
.\!w-6{
|
752
760
|
width: 1.5rem !important;
|
753
761
|
}
|
@@ -1021,9 +1029,9 @@ video {
|
|
1021
1029
|
border-color: rgb(222 222 222 / var(--tw-border-opacity, 1));
|
1022
1030
|
}
|
1023
1031
|
|
1024
|
-
.border-
|
1032
|
+
.border-gray-300{
|
1025
1033
|
--tw-border-opacity: 1;
|
1026
|
-
border-color: rgb(
|
1034
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
1027
1035
|
}
|
1028
1036
|
|
1029
1037
|
.border-primary-main{
|
@@ -1035,6 +1043,11 @@ video {
|
|
1035
1043
|
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
|
1036
1044
|
}
|
1037
1045
|
|
1046
|
+
.border-red-600{
|
1047
|
+
--tw-border-opacity: 1;
|
1048
|
+
border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
|
1049
|
+
}
|
1050
|
+
|
1038
1051
|
.border-transparent{
|
1039
1052
|
border-color: transparent;
|
1040
1053
|
}
|
@@ -1061,8 +1074,8 @@ video {
|
|
1061
1074
|
background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
|
1062
1075
|
}
|
1063
1076
|
|
1064
|
-
.bg-black\/
|
1065
|
-
background-color: rgb(0 0 0 / 0.
|
1077
|
+
.bg-black\/60{
|
1078
|
+
background-color: rgb(0 0 0 / 0.6);
|
1066
1079
|
}
|
1067
1080
|
|
1068
1081
|
.bg-primary-main{
|
@@ -1074,6 +1087,11 @@ video {
|
|
1074
1087
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
1075
1088
|
}
|
1076
1089
|
|
1090
|
+
.bg-red-600{
|
1091
|
+
--tw-bg-opacity: 1;
|
1092
|
+
background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
|
1093
|
+
}
|
1094
|
+
|
1077
1095
|
.bg-transparent{
|
1078
1096
|
background-color: transparent;
|
1079
1097
|
}
|
@@ -1087,10 +1105,6 @@ video {
|
|
1087
1105
|
background-color: rgb(255 255 255 / 0.2);
|
1088
1106
|
}
|
1089
1107
|
|
1090
|
-
.stroke-\[\#232528\]{
|
1091
|
-
stroke: #232528;
|
1092
|
-
}
|
1093
|
-
|
1094
1108
|
.\!p-0{
|
1095
1109
|
padding: 0px !important;
|
1096
1110
|
}
|
@@ -1234,25 +1248,21 @@ video {
|
|
1234
1248
|
line-height: 1.5rem;
|
1235
1249
|
}
|
1236
1250
|
|
1237
|
-
.text-lg{
|
1238
|
-
font-size: 1.125rem;
|
1239
|
-
line-height: 1.75rem;
|
1240
|
-
}
|
1241
|
-
|
1242
1251
|
.text-sm{
|
1243
1252
|
font-size: 0.875rem;
|
1244
1253
|
line-height: 1.25rem;
|
1245
1254
|
}
|
1246
1255
|
|
1256
|
+
.text-xl{
|
1257
|
+
font-size: 1.25rem;
|
1258
|
+
line-height: 1.75rem;
|
1259
|
+
}
|
1260
|
+
|
1247
1261
|
.text-xs{
|
1248
1262
|
font-size: 0.75rem;
|
1249
1263
|
line-height: 1rem;
|
1250
1264
|
}
|
1251
1265
|
|
1252
|
-
.\!font-medium{
|
1253
|
-
font-weight: 500 !important;
|
1254
|
-
}
|
1255
|
-
|
1256
1266
|
.\!font-normal{
|
1257
1267
|
font-weight: 400 !important;
|
1258
1268
|
}
|
@@ -1289,6 +1299,10 @@ video {
|
|
1289
1299
|
line-height: 1;
|
1290
1300
|
}
|
1291
1301
|
|
1302
|
+
.tracking-normal{
|
1303
|
+
letter-spacing: 0em;
|
1304
|
+
}
|
1305
|
+
|
1292
1306
|
.tracking-tight{
|
1293
1307
|
letter-spacing: -0.025em;
|
1294
1308
|
}
|
@@ -1321,14 +1335,14 @@ video {
|
|
1321
1335
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
1322
1336
|
}
|
1323
1337
|
|
1324
|
-
.text-
|
1338
|
+
.text-gray-400{
|
1325
1339
|
--tw-text-opacity: 1;
|
1326
|
-
color: rgb(
|
1340
|
+
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
1327
1341
|
}
|
1328
1342
|
|
1329
|
-
.text-gray-
|
1343
|
+
.text-gray-500{
|
1330
1344
|
--tw-text-opacity: 1;
|
1331
|
-
color: rgb(
|
1345
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
1332
1346
|
}
|
1333
1347
|
|
1334
1348
|
.text-primary-main{
|
@@ -1340,6 +1354,11 @@ video {
|
|
1340
1354
|
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
1341
1355
|
}
|
1342
1356
|
|
1357
|
+
.text-red-600{
|
1358
|
+
--tw-text-opacity: 1;
|
1359
|
+
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
|
1360
|
+
}
|
1361
|
+
|
1343
1362
|
.text-white{
|
1344
1363
|
--tw-text-opacity: 1;
|
1345
1364
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
@@ -1390,6 +1409,11 @@ video {
|
|
1390
1409
|
outline-offset: 2px;
|
1391
1410
|
}
|
1392
1411
|
|
1412
|
+
.\!ring-gray-200{
|
1413
|
+
--tw-ring-opacity: 1 !important;
|
1414
|
+
--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1)) !important;
|
1415
|
+
}
|
1416
|
+
|
1393
1417
|
.filter{
|
1394
1418
|
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);
|
1395
1419
|
}
|
@@ -1466,6 +1490,76 @@ input[type="number"] {
|
|
1466
1490
|
--color-primary-accent: #f5f7f9;
|
1467
1491
|
}
|
1468
1492
|
|
1493
|
+
input:-webkit-autofill {
|
1494
|
+
box-shadow: 0 0 0px 1000px transparent inset !important;
|
1495
|
+
-webkit-text-fill-color: inherit !important;
|
1496
|
+
-webkit-transition: background-color 5000s ease-in-out 0s !important;
|
1497
|
+
transition: background-color 5000s ease-in-out 0s !important;
|
1498
|
+
-webkit-background-clip: text !important;
|
1499
|
+
font-family: inherit !important;
|
1500
|
+
font-size: inherit !important;
|
1501
|
+
font-weight: inherit !important;
|
1502
|
+
line-height: inherit !important;
|
1503
|
+
color: inherit !important;
|
1504
|
+
}
|
1505
|
+
|
1506
|
+
input:-webkit-autofill:focus {
|
1507
|
+
box-shadow: 0 0 0px 1000px transparent inset !important;
|
1508
|
+
-webkit-text-fill-color: inherit !important;
|
1509
|
+
-webkit-transition: background-color 5000s ease-in-out 0s !important;
|
1510
|
+
transition: background-color 5000s ease-in-out 0s !important;
|
1511
|
+
-webkit-background-clip: text !important;
|
1512
|
+
font-family: inherit !important;
|
1513
|
+
font-size: inherit !important;
|
1514
|
+
font-weight: inherit !important;
|
1515
|
+
line-height: inherit !important;
|
1516
|
+
color: inherit !important;
|
1517
|
+
}
|
1518
|
+
|
1519
|
+
input:-webkit-autofill:hover {
|
1520
|
+
box-shadow: 0 0 0px 1000px transparent inset !important;
|
1521
|
+
-webkit-text-fill-color: inherit !important;
|
1522
|
+
-webkit-transition: background-color 5000s ease-in-out 0s !important;
|
1523
|
+
transition: background-color 5000s ease-in-out 0s !important;
|
1524
|
+
-webkit-background-clip: text !important;
|
1525
|
+
font-family: inherit !important;
|
1526
|
+
font-size: inherit !important;
|
1527
|
+
font-weight: inherit !important;
|
1528
|
+
line-height: inherit !important;
|
1529
|
+
color: inherit !important;
|
1530
|
+
}
|
1531
|
+
|
1532
|
+
input:-webkit-autofill:active {
|
1533
|
+
box-shadow: 0 0 0px 1000px transparent inset !important;
|
1534
|
+
-webkit-text-fill-color: inherit !important;
|
1535
|
+
-webkit-transition: background-color 5000s ease-in-out 0s !important;
|
1536
|
+
transition: background-color 5000s ease-in-out 0s !important;
|
1537
|
+
-webkit-background-clip: text !important;
|
1538
|
+
font-family: inherit !important;
|
1539
|
+
font-size: inherit !important;
|
1540
|
+
font-weight: inherit !important;
|
1541
|
+
line-height: inherit !important;
|
1542
|
+
color: inherit !important;
|
1543
|
+
}
|
1544
|
+
|
1545
|
+
.placeholder\:text-sm::-moz-placeholder{
|
1546
|
+
font-size: 0.875rem;
|
1547
|
+
line-height: 1.25rem;
|
1548
|
+
}
|
1549
|
+
|
1550
|
+
.placeholder\:text-sm::placeholder{
|
1551
|
+
font-size: 0.875rem;
|
1552
|
+
line-height: 1.25rem;
|
1553
|
+
}
|
1554
|
+
|
1555
|
+
.placeholder\:font-normal::-moz-placeholder{
|
1556
|
+
font-weight: 400;
|
1557
|
+
}
|
1558
|
+
|
1559
|
+
.placeholder\:font-normal::placeholder{
|
1560
|
+
font-weight: 400;
|
1561
|
+
}
|
1562
|
+
|
1469
1563
|
.placeholder\:text-\[\#79818C\]::-moz-placeholder{
|
1470
1564
|
--tw-text-opacity: 1;
|
1471
1565
|
color: rgb(121 129 140 / var(--tw-text-opacity, 1));
|
@@ -1486,6 +1580,16 @@ input[type="number"] {
|
|
1486
1580
|
color: rgb(196 196 196 / var(--tw-text-opacity, 1));
|
1487
1581
|
}
|
1488
1582
|
|
1583
|
+
.placeholder\:text-black::-moz-placeholder{
|
1584
|
+
--tw-text-opacity: 1;
|
1585
|
+
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
1586
|
+
}
|
1587
|
+
|
1588
|
+
.placeholder\:text-black::placeholder{
|
1589
|
+
--tw-text-opacity: 1;
|
1590
|
+
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
1591
|
+
}
|
1592
|
+
|
1489
1593
|
.placeholder\:text-red-500::-moz-placeholder{
|
1490
1594
|
--tw-text-opacity: 1;
|
1491
1595
|
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
@@ -1496,6 +1600,16 @@ input[type="number"] {
|
|
1496
1600
|
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
1497
1601
|
}
|
1498
1602
|
|
1603
|
+
.placeholder\:text-red-600::-moz-placeholder{
|
1604
|
+
--tw-text-opacity: 1;
|
1605
|
+
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
|
1606
|
+
}
|
1607
|
+
|
1608
|
+
.placeholder\:text-red-600::placeholder{
|
1609
|
+
--tw-text-opacity: 1;
|
1610
|
+
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
|
1611
|
+
}
|
1612
|
+
|
1499
1613
|
.focus-within\:border-\[\#00B2A9\]:focus-within{
|
1500
1614
|
--tw-border-opacity: 1;
|
1501
1615
|
border-color: rgb(0 178 169 / var(--tw-border-opacity, 1));
|
@@ -1516,6 +1630,11 @@ input[type="number"] {
|
|
1516
1630
|
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
|
1517
1631
|
}
|
1518
1632
|
|
1633
|
+
.focus-within\:border-red-600:focus-within{
|
1634
|
+
--tw-border-opacity: 1;
|
1635
|
+
border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
|
1636
|
+
}
|
1637
|
+
|
1519
1638
|
.focus-within\:bg-\[\#F6F6F6\]:focus-within{
|
1520
1639
|
--tw-bg-opacity: 1;
|
1521
1640
|
background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
|
@@ -1541,6 +1660,10 @@ input[type="number"] {
|
|
1541
1660
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
1542
1661
|
}
|
1543
1662
|
|
1663
|
+
.hover\:bg-red-600\/70:hover{
|
1664
|
+
background-color: rgb(220 38 38 / 0.7);
|
1665
|
+
}
|
1666
|
+
|
1544
1667
|
.hover\:bg-opacity-70:hover{
|
1545
1668
|
--tw-bg-opacity: 0.7;
|
1546
1669
|
}
|
@@ -1553,6 +1676,16 @@ input[type="number"] {
|
|
1553
1676
|
opacity: 0.8;
|
1554
1677
|
}
|
1555
1678
|
|
1679
|
+
.focus\:border-gray-400:focus{
|
1680
|
+
--tw-border-opacity: 1;
|
1681
|
+
border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
|
1682
|
+
}
|
1683
|
+
|
1684
|
+
.focus\:bg-white:focus{
|
1685
|
+
--tw-bg-opacity: 1;
|
1686
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
1687
|
+
}
|
1688
|
+
|
1556
1689
|
.focus\:outline-none:focus{
|
1557
1690
|
outline: 2px solid transparent;
|
1558
1691
|
outline-offset: 2px;
|
@@ -1572,6 +1705,10 @@ input[type="number"] {
|
|
1572
1705
|
--tw-ring-offset-width: 2px;
|
1573
1706
|
}
|
1574
1707
|
|
1708
|
+
.focus\:ring-offset-gray-200:focus{
|
1709
|
+
--tw-ring-offset-color: #e5e7eb;
|
1710
|
+
}
|
1711
|
+
|
1575
1712
|
.focus-visible\:bg-transparent:focus-visible{
|
1576
1713
|
background-color: transparent;
|
1577
1714
|
}
|
@@ -1601,6 +1738,10 @@ input[type="number"] {
|
|
1601
1738
|
--tw-ring-offset-width: 2px;
|
1602
1739
|
}
|
1603
1740
|
|
1741
|
+
.focus-visible\:\!ring-offset-gray-200:focus-visible{
|
1742
|
+
--tw-ring-offset-color: #e5e7eb !important;
|
1743
|
+
}
|
1744
|
+
|
1604
1745
|
.disabled\:\!pointer-events-none:disabled{
|
1605
1746
|
pointer-events: none !important;
|
1606
1747
|
}
|
@@ -1613,6 +1754,10 @@ input[type="number"] {
|
|
1613
1754
|
cursor: not-allowed;
|
1614
1755
|
}
|
1615
1756
|
|
1757
|
+
.disabled\:bg-red-600\/70:disabled{
|
1758
|
+
background-color: rgb(220 38 38 / 0.7);
|
1759
|
+
}
|
1760
|
+
|
1616
1761
|
.disabled\:bg-opacity-70:disabled{
|
1617
1762
|
--tw-bg-opacity: 0.7;
|
1618
1763
|
}
|
@@ -1728,6 +1873,11 @@ input[type="number"] {
|
|
1728
1873
|
border-color: rgb(146 153 162 / var(--tw-border-opacity, 1));
|
1729
1874
|
}
|
1730
1875
|
|
1876
|
+
.dark\:border-\[\#d4d4d4\]:is(.dark *){
|
1877
|
+
--tw-border-opacity: 1;
|
1878
|
+
border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
|
1879
|
+
}
|
1880
|
+
|
1731
1881
|
.dark\:\!bg-red-50:is(.dark *){
|
1732
1882
|
--tw-bg-opacity: 1 !important;
|
1733
1883
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
|
@@ -1756,6 +1906,16 @@ input[type="number"] {
|
|
1756
1906
|
color: rgb(146 153 162 / var(--tw-text-opacity, 1));
|
1757
1907
|
}
|
1758
1908
|
|
1909
|
+
.dark\:placeholder\:text-white:is(.dark *)::-moz-placeholder{
|
1910
|
+
--tw-text-opacity: 1;
|
1911
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
1912
|
+
}
|
1913
|
+
|
1914
|
+
.dark\:placeholder\:text-white:is(.dark *)::placeholder{
|
1915
|
+
--tw-text-opacity: 1;
|
1916
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
1917
|
+
}
|
1918
|
+
|
1759
1919
|
.dark\:focus-within\:border-\[\#9299A2\]:focus-within:is(.dark *){
|
1760
1920
|
--tw-border-opacity: 1;
|
1761
1921
|
border-color: rgb(146 153 162 / var(--tw-border-opacity, 1));
|
@@ -1765,6 +1925,12 @@ input[type="number"] {
|
|
1765
1925
|
background-color: transparent !important;
|
1766
1926
|
}
|
1767
1927
|
|
1928
|
+
.dark\:focus-visible\:\!ring-0:focus-visible:is(.dark *){
|
1929
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
|
1930
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
|
1931
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
|
1932
|
+
}
|
1933
|
+
|
1768
1934
|
.dark\:disabled\:\!border-\[\#9299A2\]:disabled:is(.dark *){
|
1769
1935
|
--tw-border-opacity: 1 !important;
|
1770
1936
|
border-color: rgb(146 153 162 / var(--tw-border-opacity, 1)) !important;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@6thbridge/hexa",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.5",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"exports": {
|
@@ -47,6 +47,7 @@
|
|
47
47
|
"lucide-react": "^0.474.0",
|
48
48
|
"react": "^18",
|
49
49
|
"react-dom": "^18",
|
50
|
+
"react-otp-input": "^3.1.1",
|
50
51
|
"react-phone-number-input": "^3.3.9",
|
51
52
|
"tailwind-merge": "^2.6.0",
|
52
53
|
"tailwindcss-animate": "^1.0.7"
|
package/tailwind.config.js
CHANGED
package/tsconfig.json
CHANGED