@6thbridge/hexa 0.0.1 → 0.0.3
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 +41 -16
- package/dist/index.d.ts +41 -16
- package/dist/index.js +2 -1053
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1009
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +102 -17
- package/package.json +2 -1
- package/turbo/generators/config.ts +0 -30
- package/turbo/generators/templates/component.hbs +0 -8
package/dist/output.css
CHANGED
@@ -572,6 +572,10 @@ video {
|
|
572
572
|
pointer-events: auto;
|
573
573
|
}
|
574
574
|
|
575
|
+
.visible{
|
576
|
+
visibility: visible;
|
577
|
+
}
|
578
|
+
|
575
579
|
.fixed{
|
576
580
|
position: fixed;
|
577
581
|
}
|
@@ -639,6 +643,22 @@ video {
|
|
639
643
|
margin-right: auto;
|
640
644
|
}
|
641
645
|
|
646
|
+
.\!-mt-0{
|
647
|
+
margin-top: -0px !important;
|
648
|
+
}
|
649
|
+
|
650
|
+
.-mr-2{
|
651
|
+
margin-right: -0.5rem;
|
652
|
+
}
|
653
|
+
|
654
|
+
.ml-1{
|
655
|
+
margin-left: 0.25rem;
|
656
|
+
}
|
657
|
+
|
658
|
+
.ml-2{
|
659
|
+
margin-left: 0.5rem;
|
660
|
+
}
|
661
|
+
|
642
662
|
.ml-auto{
|
643
663
|
margin-left: auto;
|
644
664
|
}
|
@@ -663,6 +683,10 @@ video {
|
|
663
683
|
display: none;
|
664
684
|
}
|
665
685
|
|
686
|
+
.\!h-5{
|
687
|
+
height: 1.25rem !important;
|
688
|
+
}
|
689
|
+
|
666
690
|
.h-10{
|
667
691
|
height: 2.5rem;
|
668
692
|
}
|
@@ -679,6 +703,14 @@ video {
|
|
679
703
|
height: 1rem;
|
680
704
|
}
|
681
705
|
|
706
|
+
.h-5{
|
707
|
+
height: 1.25rem;
|
708
|
+
}
|
709
|
+
|
710
|
+
.h-72{
|
711
|
+
height: 18rem;
|
712
|
+
}
|
713
|
+
|
682
714
|
.h-\[1\.75rem\]{
|
683
715
|
height: 1.75rem;
|
684
716
|
}
|
@@ -687,10 +719,6 @@ video {
|
|
687
719
|
height: 2.5rem;
|
688
720
|
}
|
689
721
|
|
690
|
-
.h-\[20px\]{
|
691
|
-
height: 20px;
|
692
|
-
}
|
693
|
-
|
694
722
|
.h-\[3rem\]{
|
695
723
|
height: 3rem;
|
696
724
|
}
|
@@ -708,10 +736,6 @@ video {
|
|
708
736
|
height: 1px;
|
709
737
|
}
|
710
738
|
|
711
|
-
.max-h-\[225px\]{
|
712
|
-
max-height: 225px;
|
713
|
-
}
|
714
|
-
|
715
739
|
.max-h-\[270px\]{
|
716
740
|
max-height: 270px;
|
717
741
|
}
|
@@ -724,6 +748,10 @@ video {
|
|
724
748
|
min-height: 80px;
|
725
749
|
}
|
726
750
|
|
751
|
+
.\!w-6{
|
752
|
+
width: 1.5rem !important;
|
753
|
+
}
|
754
|
+
|
727
755
|
.w-2\.5{
|
728
756
|
width: 0.625rem;
|
729
757
|
}
|
@@ -732,6 +760,10 @@ video {
|
|
732
760
|
width: 1rem;
|
733
761
|
}
|
734
762
|
|
763
|
+
.w-6{
|
764
|
+
width: 1.5rem;
|
765
|
+
}
|
766
|
+
|
735
767
|
.w-72{
|
736
768
|
width: 18rem;
|
737
769
|
}
|
@@ -744,6 +776,10 @@ video {
|
|
744
776
|
width: 2.75rem;
|
745
777
|
}
|
746
778
|
|
779
|
+
.w-\[200px\]{
|
780
|
+
width: 200px;
|
781
|
+
}
|
782
|
+
|
747
783
|
.w-\[3rem\]{
|
748
784
|
width: 3rem;
|
749
785
|
}
|
@@ -838,6 +874,10 @@ video {
|
|
838
874
|
justify-content: space-between;
|
839
875
|
}
|
840
876
|
|
877
|
+
.gap-1{
|
878
|
+
gap: 0.25rem;
|
879
|
+
}
|
880
|
+
|
841
881
|
.gap-2{
|
842
882
|
gap: 0.5rem;
|
843
883
|
}
|
@@ -906,16 +946,31 @@ video {
|
|
906
946
|
border-radius: 0.125rem;
|
907
947
|
}
|
908
948
|
|
949
|
+
.rounded-e-none{
|
950
|
+
border-start-end-radius: 0px;
|
951
|
+
border-end-end-radius: 0px;
|
952
|
+
}
|
953
|
+
|
909
954
|
.rounded-l-\[8px\]{
|
910
955
|
border-top-left-radius: 8px;
|
911
956
|
border-bottom-left-radius: 8px;
|
912
957
|
}
|
913
958
|
|
959
|
+
.rounded-l-none{
|
960
|
+
border-top-left-radius: 0px;
|
961
|
+
border-bottom-left-radius: 0px;
|
962
|
+
}
|
963
|
+
|
914
964
|
.rounded-r-\[8px\]{
|
915
965
|
border-top-right-radius: 8px;
|
916
966
|
border-bottom-right-radius: 8px;
|
917
967
|
}
|
918
968
|
|
969
|
+
.rounded-s-lg{
|
970
|
+
border-start-start-radius: 0.5rem;
|
971
|
+
border-end-start-radius: 0.5rem;
|
972
|
+
}
|
973
|
+
|
919
974
|
.\!border-0{
|
920
975
|
border-width: 0px !important;
|
921
976
|
}
|
@@ -932,10 +987,18 @@ video {
|
|
932
987
|
border-left-width: 0px !important;
|
933
988
|
}
|
934
989
|
|
990
|
+
.\!border-r-0{
|
991
|
+
border-right-width: 0px !important;
|
992
|
+
}
|
993
|
+
|
935
994
|
.border-l{
|
936
995
|
border-left-width: 1px;
|
937
996
|
}
|
938
997
|
|
998
|
+
.border-l-0{
|
999
|
+
border-left-width: 0px;
|
1000
|
+
}
|
1001
|
+
|
939
1002
|
.border-r{
|
940
1003
|
border-right-width: 1px;
|
941
1004
|
}
|
@@ -1020,6 +1083,10 @@ video {
|
|
1020
1083
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
1021
1084
|
}
|
1022
1085
|
|
1086
|
+
.bg-white\/20{
|
1087
|
+
background-color: rgb(255 255 255 / 0.2);
|
1088
|
+
}
|
1089
|
+
|
1023
1090
|
.stroke-\[\#232528\]{
|
1024
1091
|
stroke: #232528;
|
1025
1092
|
}
|
@@ -1158,10 +1225,6 @@ video {
|
|
1158
1225
|
font-size: 0.875rem;
|
1159
1226
|
}
|
1160
1227
|
|
1161
|
-
.text-\[10px\]{
|
1162
|
-
font-size: 10px;
|
1163
|
-
}
|
1164
|
-
|
1165
1228
|
.text-\[1rem\]{
|
1166
1229
|
font-size: 1rem;
|
1167
1230
|
}
|
@@ -1218,10 +1281,6 @@ video {
|
|
1218
1281
|
line-height: 1.5rem;
|
1219
1282
|
}
|
1220
1283
|
|
1221
|
-
.leading-\[100\%\]{
|
1222
|
-
line-height: 100%;
|
1223
|
-
}
|
1224
|
-
|
1225
1284
|
.leading-\[1rem\]{
|
1226
1285
|
line-height: 1rem;
|
1227
1286
|
}
|
@@ -1243,6 +1302,10 @@ video {
|
|
1243
1302
|
color: rgb(25 25 25 / var(--tw-text-opacity, 1));
|
1244
1303
|
}
|
1245
1304
|
|
1305
|
+
.text-\[\#191919\]\/50{
|
1306
|
+
color: rgb(25 25 25 / 0.5);
|
1307
|
+
}
|
1308
|
+
|
1246
1309
|
.text-\[\#79818C\]{
|
1247
1310
|
--tw-text-opacity: 1;
|
1248
1311
|
color: rgb(121 129 140 / var(--tw-text-opacity, 1));
|
@@ -1294,6 +1357,14 @@ video {
|
|
1294
1357
|
caret-color: #DEDEDE;
|
1295
1358
|
}
|
1296
1359
|
|
1360
|
+
.opacity-0{
|
1361
|
+
opacity: 0;
|
1362
|
+
}
|
1363
|
+
|
1364
|
+
.opacity-100{
|
1365
|
+
opacity: 1;
|
1366
|
+
}
|
1367
|
+
|
1297
1368
|
.opacity-50{
|
1298
1369
|
opacity: 0.5;
|
1299
1370
|
}
|
@@ -1319,6 +1390,10 @@ video {
|
|
1319
1390
|
outline-offset: 2px;
|
1320
1391
|
}
|
1321
1392
|
|
1393
|
+
.filter{
|
1394
|
+
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
|
+
}
|
1396
|
+
|
1322
1397
|
.transition{
|
1323
1398
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
1324
1399
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
@@ -1388,7 +1463,7 @@ input[type="number"] {
|
|
1388
1463
|
:root {
|
1389
1464
|
/* --color-primary: rgb(1, 2, 4); */
|
1390
1465
|
--color-primary: #0231c5;
|
1391
|
-
--color-primary-accent: #
|
1466
|
+
--color-primary-accent: #f5f7f9;
|
1392
1467
|
}
|
1393
1468
|
|
1394
1469
|
.placeholder\:text-\[\#79818C\]::-moz-placeholder{
|
@@ -1489,6 +1564,10 @@ input[type="number"] {
|
|
1489
1564
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
1490
1565
|
}
|
1491
1566
|
|
1567
|
+
.focus\:ring-offset-1:focus{
|
1568
|
+
--tw-ring-offset-width: 1px;
|
1569
|
+
}
|
1570
|
+
|
1492
1571
|
.focus\:ring-offset-2:focus{
|
1493
1572
|
--tw-ring-offset-width: 2px;
|
1494
1573
|
}
|
@@ -1699,6 +1778,12 @@ input[type="number"] {
|
|
1699
1778
|
}
|
1700
1779
|
}
|
1701
1780
|
|
1781
|
+
@media (min-width: 768px){
|
1782
|
+
.md\:w-\[300px\]{
|
1783
|
+
width: 300px;
|
1784
|
+
}
|
1785
|
+
}
|
1786
|
+
|
1702
1787
|
.\[\&\>span\]\:items-center>span{
|
1703
1788
|
align-items: center;
|
1704
1789
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@6thbridge/hexa",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.3",
|
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-phone-number-input": "^3.3.9",
|
50
51
|
"tailwind-merge": "^2.6.0",
|
51
52
|
"tailwindcss-animate": "^1.0.7"
|
52
53
|
},
|
@@ -1,30 +0,0 @@
|
|
1
|
-
import type { PlopTypes } from "@turbo/gen";
|
2
|
-
|
3
|
-
// Learn more about Turborepo Generators at https://turbo.build/repo/docs/core-concepts/monorepos/code-generation
|
4
|
-
|
5
|
-
export default function generator(plop: PlopTypes.NodePlopAPI): void {
|
6
|
-
// A simple generator to add a new React component to the internal UI library
|
7
|
-
plop.setGenerator("react-component", {
|
8
|
-
description: "Adds a new react component",
|
9
|
-
prompts: [
|
10
|
-
{
|
11
|
-
type: "input",
|
12
|
-
name: "name",
|
13
|
-
message: "What is the name of the component?",
|
14
|
-
},
|
15
|
-
],
|
16
|
-
actions: [
|
17
|
-
{
|
18
|
-
type: "add",
|
19
|
-
path: "src/{{kebabCase name}}.tsx",
|
20
|
-
templateFile: "templates/component.hbs",
|
21
|
-
},
|
22
|
-
{
|
23
|
-
type: "append",
|
24
|
-
path: "package.json",
|
25
|
-
pattern: /"exports": {(?<insertion>)/g,
|
26
|
-
template: ' "./{{kebabCase name}}": "./src/{{kebabCase name}}.tsx",',
|
27
|
-
},
|
28
|
-
],
|
29
|
-
});
|
30
|
-
}
|