@6thbridge/hexa 0.0.4 → 0.0.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/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: Bricolage Grotesque, serif;
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
  }
@@ -874,6 +882,10 @@ video {
874
882
  justify-content: space-between;
875
883
  }
876
884
 
885
+ .gap-0\.5{
886
+ gap: 0.125rem;
887
+ }
888
+
877
889
  .gap-1{
878
890
  gap: 0.25rem;
879
891
  }
@@ -1021,6 +1033,11 @@ video {
1021
1033
  border-color: rgb(222 222 222 / var(--tw-border-opacity, 1));
1022
1034
  }
1023
1035
 
1036
+ .border-gray-300{
1037
+ --tw-border-opacity: 1;
1038
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1039
+ }
1040
+
1024
1041
  .border-primary-main{
1025
1042
  border-color: var(--color-primary);
1026
1043
  }
@@ -1061,8 +1078,8 @@ video {
1061
1078
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
1062
1079
  }
1063
1080
 
1064
- .bg-black\/70{
1065
- background-color: rgb(0 0 0 / 0.7);
1081
+ .bg-black\/60{
1082
+ background-color: rgb(0 0 0 / 0.6);
1066
1083
  }
1067
1084
 
1068
1085
  .bg-primary-main{
@@ -1092,10 +1109,6 @@ video {
1092
1109
  background-color: rgb(255 255 255 / 0.2);
1093
1110
  }
1094
1111
 
1095
- .stroke-\[\#232528\]{
1096
- stroke: #232528;
1097
- }
1098
-
1099
1112
  .\!p-0{
1100
1113
  padding: 0px !important;
1101
1114
  }
@@ -1239,16 +1252,16 @@ video {
1239
1252
  line-height: 1.5rem;
1240
1253
  }
1241
1254
 
1242
- .text-lg{
1243
- font-size: 1.125rem;
1244
- line-height: 1.75rem;
1245
- }
1246
-
1247
1255
  .text-sm{
1248
1256
  font-size: 0.875rem;
1249
1257
  line-height: 1.25rem;
1250
1258
  }
1251
1259
 
1260
+ .text-xl{
1261
+ font-size: 1.25rem;
1262
+ line-height: 1.75rem;
1263
+ }
1264
+
1252
1265
  .text-xs{
1253
1266
  font-size: 0.75rem;
1254
1267
  line-height: 1rem;
@@ -1274,6 +1287,14 @@ video {
1274
1287
  font-weight: 600;
1275
1288
  }
1276
1289
 
1290
+ .uppercase{
1291
+ text-transform: uppercase;
1292
+ }
1293
+
1294
+ .lowercase{
1295
+ text-transform: lowercase;
1296
+ }
1297
+
1277
1298
  .leading-\[1\.25rem\]{
1278
1299
  line-height: 1.25rem;
1279
1300
  }
@@ -1290,6 +1311,10 @@ video {
1290
1311
  line-height: 1;
1291
1312
  }
1292
1313
 
1314
+ .tracking-normal{
1315
+ letter-spacing: 0em;
1316
+ }
1317
+
1293
1318
  .tracking-tight{
1294
1319
  letter-spacing: -0.025em;
1295
1320
  }
@@ -1307,11 +1332,21 @@ video {
1307
1332
  color: rgb(25 25 25 / 0.5);
1308
1333
  }
1309
1334
 
1335
+ .text-\[\#62C554\]{
1336
+ --tw-text-opacity: 1;
1337
+ color: rgb(98 197 84 / var(--tw-text-opacity, 1));
1338
+ }
1339
+
1310
1340
  .text-\[\#79818C\]{
1311
1341
  --tw-text-opacity: 1;
1312
1342
  color: rgb(121 129 140 / var(--tw-text-opacity, 1));
1313
1343
  }
1314
1344
 
1345
+ .text-\[\#8E98A8\]{
1346
+ --tw-text-opacity: 1;
1347
+ color: rgb(142 152 168 / var(--tw-text-opacity, 1));
1348
+ }
1349
+
1315
1350
  .text-\[\#F04248\]{
1316
1351
  --tw-text-opacity: 1;
1317
1352
  color: rgb(240 66 72 / var(--tw-text-opacity, 1));
@@ -1327,6 +1362,11 @@ video {
1327
1362
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
1328
1363
  }
1329
1364
 
1365
+ .text-gray-500{
1366
+ --tw-text-opacity: 1;
1367
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1368
+ }
1369
+
1330
1370
  .text-primary-main{
1331
1371
  color: var(--color-primary);
1332
1372
  }
@@ -1358,6 +1398,10 @@ video {
1358
1398
  caret-color: #DEDEDE;
1359
1399
  }
1360
1400
 
1401
+ .caret-primary-main{
1402
+ caret-color: var(--color-primary);
1403
+ }
1404
+
1361
1405
  .opacity-0{
1362
1406
  opacity: 0;
1363
1407
  }
@@ -1391,6 +1435,11 @@ video {
1391
1435
  outline-offset: 2px;
1392
1436
  }
1393
1437
 
1438
+ .\!ring-gray-200{
1439
+ --tw-ring-opacity: 1 !important;
1440
+ --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1)) !important;
1441
+ }
1442
+
1394
1443
  .filter{
1395
1444
  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);
1396
1445
  }
@@ -1467,6 +1516,76 @@ input[type="number"] {
1467
1516
  --color-primary-accent: #f5f7f9;
1468
1517
  }
1469
1518
 
1519
+ input:-webkit-autofill {
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:focus {
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
+ input:-webkit-autofill:hover {
1546
+ box-shadow: 0 0 0px 1000px transparent inset !important;
1547
+ -webkit-text-fill-color: inherit !important;
1548
+ -webkit-transition: background-color 5000s ease-in-out 0s !important;
1549
+ transition: background-color 5000s ease-in-out 0s !important;
1550
+ -webkit-background-clip: text !important;
1551
+ font-family: inherit !important;
1552
+ font-size: inherit !important;
1553
+ font-weight: inherit !important;
1554
+ line-height: inherit !important;
1555
+ color: inherit !important;
1556
+ }
1557
+
1558
+ input:-webkit-autofill:active {
1559
+ box-shadow: 0 0 0px 1000px transparent inset !important;
1560
+ -webkit-text-fill-color: inherit !important;
1561
+ -webkit-transition: background-color 5000s ease-in-out 0s !important;
1562
+ transition: background-color 5000s ease-in-out 0s !important;
1563
+ -webkit-background-clip: text !important;
1564
+ font-family: inherit !important;
1565
+ font-size: inherit !important;
1566
+ font-weight: inherit !important;
1567
+ line-height: inherit !important;
1568
+ color: inherit !important;
1569
+ }
1570
+
1571
+ .placeholder\:text-sm::-moz-placeholder{
1572
+ font-size: 0.875rem;
1573
+ line-height: 1.25rem;
1574
+ }
1575
+
1576
+ .placeholder\:text-sm::placeholder{
1577
+ font-size: 0.875rem;
1578
+ line-height: 1.25rem;
1579
+ }
1580
+
1581
+ .placeholder\:font-normal::-moz-placeholder{
1582
+ font-weight: 400;
1583
+ }
1584
+
1585
+ .placeholder\:font-normal::placeholder{
1586
+ font-weight: 400;
1587
+ }
1588
+
1470
1589
  .placeholder\:text-\[\#79818C\]::-moz-placeholder{
1471
1590
  --tw-text-opacity: 1;
1472
1591
  color: rgb(121 129 140 / var(--tw-text-opacity, 1));
@@ -1487,6 +1606,16 @@ input[type="number"] {
1487
1606
  color: rgb(196 196 196 / var(--tw-text-opacity, 1));
1488
1607
  }
1489
1608
 
1609
+ .placeholder\:text-black::-moz-placeholder{
1610
+ --tw-text-opacity: 1;
1611
+ color: rgb(0 0 0 / var(--tw-text-opacity, 1));
1612
+ }
1613
+
1614
+ .placeholder\:text-black::placeholder{
1615
+ --tw-text-opacity: 1;
1616
+ color: rgb(0 0 0 / var(--tw-text-opacity, 1));
1617
+ }
1618
+
1490
1619
  .placeholder\:text-red-500::-moz-placeholder{
1491
1620
  --tw-text-opacity: 1;
1492
1621
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
@@ -1497,6 +1626,16 @@ input[type="number"] {
1497
1626
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
1498
1627
  }
1499
1628
 
1629
+ .placeholder\:text-red-600::-moz-placeholder{
1630
+ --tw-text-opacity: 1;
1631
+ color: rgb(220 38 38 / var(--tw-text-opacity, 1));
1632
+ }
1633
+
1634
+ .placeholder\:text-red-600::placeholder{
1635
+ --tw-text-opacity: 1;
1636
+ color: rgb(220 38 38 / var(--tw-text-opacity, 1));
1637
+ }
1638
+
1500
1639
  .focus-within\:border-\[\#00B2A9\]:focus-within{
1501
1640
  --tw-border-opacity: 1;
1502
1641
  border-color: rgb(0 178 169 / var(--tw-border-opacity, 1));
@@ -1517,6 +1656,15 @@ input[type="number"] {
1517
1656
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
1518
1657
  }
1519
1658
 
1659
+ .focus-within\:border-red-600:focus-within{
1660
+ --tw-border-opacity: 1;
1661
+ border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
1662
+ }
1663
+
1664
+ .focus-within\:border-primary-main:focus-within{
1665
+ border-color: var(--color-primary);
1666
+ }
1667
+
1520
1668
  .focus-within\:bg-\[\#F6F6F6\]:focus-within{
1521
1669
  --tw-bg-opacity: 1;
1522
1670
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
@@ -1558,6 +1706,16 @@ input[type="number"] {
1558
1706
  opacity: 0.8;
1559
1707
  }
1560
1708
 
1709
+ .focus\:border-gray-400:focus{
1710
+ --tw-border-opacity: 1;
1711
+ border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
1712
+ }
1713
+
1714
+ .focus\:bg-white:focus{
1715
+ --tw-bg-opacity: 1;
1716
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1717
+ }
1718
+
1561
1719
  .focus\:outline-none:focus{
1562
1720
  outline: 2px solid transparent;
1563
1721
  outline-offset: 2px;
@@ -1577,6 +1735,10 @@ input[type="number"] {
1577
1735
  --tw-ring-offset-width: 2px;
1578
1736
  }
1579
1737
 
1738
+ .focus\:ring-offset-gray-200:focus{
1739
+ --tw-ring-offset-color: #e5e7eb;
1740
+ }
1741
+
1580
1742
  .focus-visible\:bg-transparent:focus-visible{
1581
1743
  background-color: transparent;
1582
1744
  }
@@ -1606,6 +1768,10 @@ input[type="number"] {
1606
1768
  --tw-ring-offset-width: 2px;
1607
1769
  }
1608
1770
 
1771
+ .focus-visible\:\!ring-offset-gray-200:focus-visible{
1772
+ --tw-ring-offset-color: #e5e7eb !important;
1773
+ }
1774
+
1609
1775
  .disabled\:\!pointer-events-none:disabled{
1610
1776
  pointer-events: none !important;
1611
1777
  }
@@ -1737,6 +1903,11 @@ input[type="number"] {
1737
1903
  border-color: rgb(146 153 162 / var(--tw-border-opacity, 1));
1738
1904
  }
1739
1905
 
1906
+ .dark\:border-\[\#d4d4d4\]:is(.dark *){
1907
+ --tw-border-opacity: 1;
1908
+ border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
1909
+ }
1910
+
1740
1911
  .dark\:\!bg-red-50:is(.dark *){
1741
1912
  --tw-bg-opacity: 1 !important;
1742
1913
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
@@ -1765,6 +1936,16 @@ input[type="number"] {
1765
1936
  color: rgb(146 153 162 / var(--tw-text-opacity, 1));
1766
1937
  }
1767
1938
 
1939
+ .dark\:placeholder\:text-white:is(.dark *)::-moz-placeholder{
1940
+ --tw-text-opacity: 1;
1941
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1942
+ }
1943
+
1944
+ .dark\:placeholder\:text-white:is(.dark *)::placeholder{
1945
+ --tw-text-opacity: 1;
1946
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1947
+ }
1948
+
1768
1949
  .dark\:focus-within\:border-\[\#9299A2\]:focus-within:is(.dark *){
1769
1950
  --tw-border-opacity: 1;
1770
1951
  border-color: rgb(146 153 162 / var(--tw-border-opacity, 1));
@@ -1774,6 +1955,12 @@ input[type="number"] {
1774
1955
  background-color: transparent !important;
1775
1956
  }
1776
1957
 
1958
+ .dark\:focus-visible\:\!ring-0:focus-visible:is(.dark *){
1959
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
1960
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
1961
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
1962
+ }
1963
+
1777
1964
  .dark\:disabled\:\!border-\[\#9299A2\]:disabled:is(.dark *){
1778
1965
  --tw-border-opacity: 1 !important;
1779
1966
  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.4",
3
+ "version": "0.0.6",
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"
@@ -22,7 +22,7 @@ module.exports = {
22
22
  xxs: "10px",
23
23
  },
24
24
  fontFamily: {
25
- sans: ["Bricolage Grotesque", "serif"],
25
+ sans: ["GT Walsheim Pro", "sans-serif"],
26
26
  },
27
27
  },
28
28
  },