@6thbridge/hexa 0.0.4 → 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/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
  }
@@ -1021,6 +1029,11 @@ video {
1021
1029
  border-color: rgb(222 222 222 / var(--tw-border-opacity, 1));
1022
1030
  }
1023
1031
 
1032
+ .border-gray-300{
1033
+ --tw-border-opacity: 1;
1034
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1035
+ }
1036
+
1024
1037
  .border-primary-main{
1025
1038
  border-color: var(--color-primary);
1026
1039
  }
@@ -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\/70{
1065
- background-color: rgb(0 0 0 / 0.7);
1077
+ .bg-black\/60{
1078
+ background-color: rgb(0 0 0 / 0.6);
1066
1079
  }
1067
1080
 
1068
1081
  .bg-primary-main{
@@ -1092,10 +1105,6 @@ video {
1092
1105
  background-color: rgb(255 255 255 / 0.2);
1093
1106
  }
1094
1107
 
1095
- .stroke-\[\#232528\]{
1096
- stroke: #232528;
1097
- }
1098
-
1099
1108
  .\!p-0{
1100
1109
  padding: 0px !important;
1101
1110
  }
@@ -1239,16 +1248,16 @@ video {
1239
1248
  line-height: 1.5rem;
1240
1249
  }
1241
1250
 
1242
- .text-lg{
1243
- font-size: 1.125rem;
1244
- line-height: 1.75rem;
1245
- }
1246
-
1247
1251
  .text-sm{
1248
1252
  font-size: 0.875rem;
1249
1253
  line-height: 1.25rem;
1250
1254
  }
1251
1255
 
1256
+ .text-xl{
1257
+ font-size: 1.25rem;
1258
+ line-height: 1.75rem;
1259
+ }
1260
+
1252
1261
  .text-xs{
1253
1262
  font-size: 0.75rem;
1254
1263
  line-height: 1rem;
@@ -1290,6 +1299,10 @@ video {
1290
1299
  line-height: 1;
1291
1300
  }
1292
1301
 
1302
+ .tracking-normal{
1303
+ letter-spacing: 0em;
1304
+ }
1305
+
1293
1306
  .tracking-tight{
1294
1307
  letter-spacing: -0.025em;
1295
1308
  }
@@ -1327,6 +1340,11 @@ video {
1327
1340
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
1328
1341
  }
1329
1342
 
1343
+ .text-gray-500{
1344
+ --tw-text-opacity: 1;
1345
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1346
+ }
1347
+
1330
1348
  .text-primary-main{
1331
1349
  color: var(--color-primary);
1332
1350
  }
@@ -1391,6 +1409,11 @@ video {
1391
1409
  outline-offset: 2px;
1392
1410
  }
1393
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
+
1394
1417
  .filter{
1395
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);
1396
1419
  }
@@ -1467,6 +1490,76 @@ input[type="number"] {
1467
1490
  --color-primary-accent: #f5f7f9;
1468
1491
  }
1469
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
+
1470
1563
  .placeholder\:text-\[\#79818C\]::-moz-placeholder{
1471
1564
  --tw-text-opacity: 1;
1472
1565
  color: rgb(121 129 140 / var(--tw-text-opacity, 1));
@@ -1487,6 +1580,16 @@ input[type="number"] {
1487
1580
  color: rgb(196 196 196 / var(--tw-text-opacity, 1));
1488
1581
  }
1489
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
+
1490
1593
  .placeholder\:text-red-500::-moz-placeholder{
1491
1594
  --tw-text-opacity: 1;
1492
1595
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
@@ -1497,6 +1600,16 @@ input[type="number"] {
1497
1600
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
1498
1601
  }
1499
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
+
1500
1613
  .focus-within\:border-\[\#00B2A9\]:focus-within{
1501
1614
  --tw-border-opacity: 1;
1502
1615
  border-color: rgb(0 178 169 / var(--tw-border-opacity, 1));
@@ -1517,6 +1630,11 @@ input[type="number"] {
1517
1630
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
1518
1631
  }
1519
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
+
1520
1638
  .focus-within\:bg-\[\#F6F6F6\]:focus-within{
1521
1639
  --tw-bg-opacity: 1;
1522
1640
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
@@ -1558,6 +1676,16 @@ input[type="number"] {
1558
1676
  opacity: 0.8;
1559
1677
  }
1560
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
+
1561
1689
  .focus\:outline-none:focus{
1562
1690
  outline: 2px solid transparent;
1563
1691
  outline-offset: 2px;
@@ -1577,6 +1705,10 @@ input[type="number"] {
1577
1705
  --tw-ring-offset-width: 2px;
1578
1706
  }
1579
1707
 
1708
+ .focus\:ring-offset-gray-200:focus{
1709
+ --tw-ring-offset-color: #e5e7eb;
1710
+ }
1711
+
1580
1712
  .focus-visible\:bg-transparent:focus-visible{
1581
1713
  background-color: transparent;
1582
1714
  }
@@ -1606,6 +1738,10 @@ input[type="number"] {
1606
1738
  --tw-ring-offset-width: 2px;
1607
1739
  }
1608
1740
 
1741
+ .focus-visible\:\!ring-offset-gray-200:focus-visible{
1742
+ --tw-ring-offset-color: #e5e7eb !important;
1743
+ }
1744
+
1609
1745
  .disabled\:\!pointer-events-none:disabled{
1610
1746
  pointer-events: none !important;
1611
1747
  }
@@ -1737,6 +1873,11 @@ input[type="number"] {
1737
1873
  border-color: rgb(146 153 162 / var(--tw-border-opacity, 1));
1738
1874
  }
1739
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
+
1740
1881
  .dark\:\!bg-red-50:is(.dark *){
1741
1882
  --tw-bg-opacity: 1 !important;
1742
1883
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
@@ -1765,6 +1906,16 @@ input[type="number"] {
1765
1906
  color: rgb(146 153 162 / var(--tw-text-opacity, 1));
1766
1907
  }
1767
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
+
1768
1919
  .dark\:focus-within\:border-\[\#9299A2\]:focus-within:is(.dark *){
1769
1920
  --tw-border-opacity: 1;
1770
1921
  border-color: rgb(146 153 162 / var(--tw-border-opacity, 1));
@@ -1774,6 +1925,12 @@ input[type="number"] {
1774
1925
  background-color: transparent !important;
1775
1926
  }
1776
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
+
1777
1934
  .dark\:disabled\:\!border-\[\#9299A2\]:disabled:is(.dark *){
1778
1935
  --tw-border-opacity: 1 !important;
1779
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.4",
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"
@@ -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
  },