@6thbridge/hexa 0.0.5 → 0.0.7
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 +9 -1
- package/dist/index.d.ts +9 -1
- 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 +60 -28
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -663,6 +663,10 @@ video {
|
|
663
663
|
margin-right: 0.5rem;
|
664
664
|
}
|
665
665
|
|
666
|
+
.\!block{
|
667
|
+
display: block !important;
|
668
|
+
}
|
669
|
+
|
666
670
|
.flex{
|
667
671
|
display: flex;
|
668
672
|
}
|
@@ -727,6 +731,10 @@ video {
|
|
727
731
|
height: 3rem;
|
728
732
|
}
|
729
733
|
|
734
|
+
.h-\[90\%\]{
|
735
|
+
height: 90%;
|
736
|
+
}
|
737
|
+
|
730
738
|
.h-fit{
|
731
739
|
height: -moz-fit-content;
|
732
740
|
height: fit-content;
|
@@ -748,6 +756,10 @@ video {
|
|
748
756
|
max-height: 300px;
|
749
757
|
}
|
750
758
|
|
759
|
+
.max-h-\[700px\]{
|
760
|
+
max-height: 700px;
|
761
|
+
}
|
762
|
+
|
751
763
|
.min-h-\[80px\]{
|
752
764
|
min-height: 80px;
|
753
765
|
}
|
@@ -760,6 +772,10 @@ video {
|
|
760
772
|
width: 1.5rem !important;
|
761
773
|
}
|
762
774
|
|
775
|
+
.\!w-full{
|
776
|
+
width: 100% !important;
|
777
|
+
}
|
778
|
+
|
763
779
|
.w-2\.5{
|
764
780
|
width: 0.625rem;
|
765
781
|
}
|
@@ -812,6 +828,10 @@ video {
|
|
812
828
|
max-width: 32rem;
|
813
829
|
}
|
814
830
|
|
831
|
+
.\!flex-1{
|
832
|
+
flex: 1 1 0% !important;
|
833
|
+
}
|
834
|
+
|
815
835
|
.flex-1{
|
816
836
|
flex: 1 1 0%;
|
817
837
|
}
|
@@ -882,6 +902,10 @@ video {
|
|
882
902
|
justify-content: space-between;
|
883
903
|
}
|
884
904
|
|
905
|
+
.gap-0\.5{
|
906
|
+
gap: 0.125rem;
|
907
|
+
}
|
908
|
+
|
885
909
|
.gap-1{
|
886
910
|
gap: 0.25rem;
|
887
911
|
}
|
@@ -890,6 +914,10 @@ video {
|
|
890
914
|
gap: 0.5rem;
|
891
915
|
}
|
892
916
|
|
917
|
+
.gap-3{
|
918
|
+
gap: 0.75rem;
|
919
|
+
}
|
920
|
+
|
893
921
|
.gap-4{
|
894
922
|
gap: 1rem;
|
895
923
|
}
|
@@ -974,11 +1002,6 @@ video {
|
|
974
1002
|
border-bottom-right-radius: 8px;
|
975
1003
|
}
|
976
1004
|
|
977
|
-
.rounded-s-lg{
|
978
|
-
border-start-start-radius: 0.5rem;
|
979
|
-
border-end-start-radius: 0.5rem;
|
980
|
-
}
|
981
|
-
|
982
1005
|
.\!border-0{
|
983
1006
|
border-width: 0px !important;
|
984
1007
|
}
|
@@ -995,18 +1018,10 @@ video {
|
|
995
1018
|
border-left-width: 0px !important;
|
996
1019
|
}
|
997
1020
|
|
998
|
-
.\!border-r-0{
|
999
|
-
border-right-width: 0px !important;
|
1000
|
-
}
|
1001
|
-
|
1002
1021
|
.border-l{
|
1003
1022
|
border-left-width: 1px;
|
1004
1023
|
}
|
1005
1024
|
|
1006
|
-
.border-l-0{
|
1007
|
-
border-left-width: 0px;
|
1008
|
-
}
|
1009
|
-
|
1010
1025
|
.border-r{
|
1011
1026
|
border-right-width: 1px;
|
1012
1027
|
}
|
@@ -1219,8 +1234,12 @@ video {
|
|
1219
1234
|
padding-bottom: 0.75rem;
|
1220
1235
|
}
|
1221
1236
|
|
1222
|
-
.
|
1223
|
-
padding-
|
1237
|
+
.pl-2{
|
1238
|
+
padding-left: 0.5rem;
|
1239
|
+
}
|
1240
|
+
|
1241
|
+
.pr-2{
|
1242
|
+
padding-right: 0.5rem;
|
1224
1243
|
}
|
1225
1244
|
|
1226
1245
|
.text-left{
|
@@ -1283,6 +1302,14 @@ video {
|
|
1283
1302
|
font-weight: 600;
|
1284
1303
|
}
|
1285
1304
|
|
1305
|
+
.uppercase{
|
1306
|
+
text-transform: uppercase;
|
1307
|
+
}
|
1308
|
+
|
1309
|
+
.lowercase{
|
1310
|
+
text-transform: lowercase;
|
1311
|
+
}
|
1312
|
+
|
1286
1313
|
.leading-\[1\.25rem\]{
|
1287
1314
|
line-height: 1.25rem;
|
1288
1315
|
}
|
@@ -1320,11 +1347,21 @@ video {
|
|
1320
1347
|
color: rgb(25 25 25 / 0.5);
|
1321
1348
|
}
|
1322
1349
|
|
1350
|
+
.text-\[\#62C554\]{
|
1351
|
+
--tw-text-opacity: 1;
|
1352
|
+
color: rgb(98 197 84 / var(--tw-text-opacity, 1));
|
1353
|
+
}
|
1354
|
+
|
1323
1355
|
.text-\[\#79818C\]{
|
1324
1356
|
--tw-text-opacity: 1;
|
1325
1357
|
color: rgb(121 129 140 / var(--tw-text-opacity, 1));
|
1326
1358
|
}
|
1327
1359
|
|
1360
|
+
.text-\[\#8E98A8\]{
|
1361
|
+
--tw-text-opacity: 1;
|
1362
|
+
color: rgb(142 152 168 / var(--tw-text-opacity, 1));
|
1363
|
+
}
|
1364
|
+
|
1328
1365
|
.text-\[\#F04248\]{
|
1329
1366
|
--tw-text-opacity: 1;
|
1330
1367
|
color: rgb(240 66 72 / var(--tw-text-opacity, 1));
|
@@ -1364,10 +1401,6 @@ video {
|
|
1364
1401
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
1365
1402
|
}
|
1366
1403
|
|
1367
|
-
.caret-\[\#00B2A9\]{
|
1368
|
-
caret-color: #00B2A9;
|
1369
|
-
}
|
1370
|
-
|
1371
1404
|
.caret-\[\#D7D7D7\]{
|
1372
1405
|
caret-color: #D7D7D7;
|
1373
1406
|
}
|
@@ -1376,6 +1409,10 @@ video {
|
|
1376
1409
|
caret-color: #DEDEDE;
|
1377
1410
|
}
|
1378
1411
|
|
1412
|
+
.caret-primary-main{
|
1413
|
+
caret-color: var(--color-primary);
|
1414
|
+
}
|
1415
|
+
|
1379
1416
|
.opacity-0{
|
1380
1417
|
opacity: 0;
|
1381
1418
|
}
|
@@ -1610,11 +1647,6 @@ input:-webkit-autofill:active {
|
|
1610
1647
|
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
|
1611
1648
|
}
|
1612
1649
|
|
1613
|
-
.focus-within\:border-\[\#00B2A9\]:focus-within{
|
1614
|
-
--tw-border-opacity: 1;
|
1615
|
-
border-color: rgb(0 178 169 / var(--tw-border-opacity, 1));
|
1616
|
-
}
|
1617
|
-
|
1618
1650
|
.focus-within\:border-\[\#D7D7D7\]:focus-within{
|
1619
1651
|
--tw-border-opacity: 1;
|
1620
1652
|
border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
|
@@ -1625,6 +1657,10 @@ input:-webkit-autofill:active {
|
|
1625
1657
|
border-color: rgb(222 222 222 / var(--tw-border-opacity, 1));
|
1626
1658
|
}
|
1627
1659
|
|
1660
|
+
.focus-within\:border-primary-main:focus-within{
|
1661
|
+
border-color: var(--color-primary);
|
1662
|
+
}
|
1663
|
+
|
1628
1664
|
.focus-within\:border-red-500:focus-within{
|
1629
1665
|
--tw-border-opacity: 1;
|
1630
1666
|
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
|
@@ -1697,10 +1733,6 @@ input:-webkit-autofill:active {
|
|
1697
1733
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
1698
1734
|
}
|
1699
1735
|
|
1700
|
-
.focus\:ring-offset-1:focus{
|
1701
|
-
--tw-ring-offset-width: 1px;
|
1702
|
-
}
|
1703
|
-
|
1704
1736
|
.focus\:ring-offset-2:focus{
|
1705
1737
|
--tw-ring-offset-width: 2px;
|
1706
1738
|
}
|