@6thbridge/hexa 0.0.61 → 0.0.63

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
@@ -556,6 +556,40 @@ video {
556
556
  display: none;
557
557
  }
558
558
 
559
+ .container{
560
+ width: 100%;
561
+ }
562
+
563
+ @media (min-width: 640px){
564
+ .container{
565
+ max-width: 640px;
566
+ }
567
+ }
568
+
569
+ @media (min-width: 768px){
570
+ .container{
571
+ max-width: 768px;
572
+ }
573
+ }
574
+
575
+ @media (min-width: 1024px){
576
+ .container{
577
+ max-width: 1024px;
578
+ }
579
+ }
580
+
581
+ @media (min-width: 1280px){
582
+ .container{
583
+ max-width: 1280px;
584
+ }
585
+ }
586
+
587
+ @media (min-width: 1536px){
588
+ .container{
589
+ max-width: 1536px;
590
+ }
591
+ }
592
+
559
593
  .sr-only{
560
594
  position: absolute;
561
595
  width: 1px;
@@ -618,6 +652,10 @@ video {
618
652
  bottom: 0px;
619
653
  }
620
654
 
655
+ .-right-\[22px\]{
656
+ right: -22px;
657
+ }
658
+
621
659
  .bottom-0{
622
660
  bottom: 0px;
623
661
  }
@@ -694,6 +732,10 @@ video {
694
732
  z-index: 10;
695
733
  }
696
734
 
735
+ .z-30{
736
+ z-index: 30;
737
+ }
738
+
697
739
  .z-40{
698
740
  z-index: 40;
699
741
  }
@@ -753,10 +795,6 @@ video {
753
795
  margin-bottom: 0.5rem;
754
796
  }
755
797
 
756
- .mb-3{
757
- margin-bottom: 0.75rem;
758
- }
759
-
760
798
  .ml-1{
761
799
  margin-left: 0.25rem;
762
800
  }
@@ -789,6 +827,10 @@ video {
789
827
  margin-right: 0.75rem;
790
828
  }
791
829
 
830
+ .mr-5{
831
+ margin-right: 1.25rem;
832
+ }
833
+
792
834
  .mt-1{
793
835
  margin-top: 0.25rem;
794
836
  }
@@ -809,6 +851,10 @@ video {
809
851
  margin-top: 1.25rem;
810
852
  }
811
853
 
854
+ .mb-3{
855
+ margin-bottom: 0.75rem;
856
+ }
857
+
812
858
  .block{
813
859
  display: block;
814
860
  }
@@ -874,10 +920,6 @@ video {
874
920
  height: 0.625rem;
875
921
  }
876
922
 
877
- .h-3{
878
- height: 0.75rem;
879
- }
880
-
881
923
  .h-4{
882
924
  height: 1rem;
883
925
  }
@@ -943,6 +985,10 @@ video {
943
985
  height: 1px;
944
986
  }
945
987
 
988
+ .h-3{
989
+ height: 0.75rem;
990
+ }
991
+
946
992
  .max-h-48{
947
993
  max-height: 12rem;
948
994
  }
@@ -1011,10 +1057,6 @@ video {
1011
1057
  width: 0.625rem;
1012
1058
  }
1013
1059
 
1014
- .w-3{
1015
- width: 0.75rem;
1016
- }
1017
-
1018
1060
  .w-3\/4{
1019
1061
  width: 75%;
1020
1062
  }
@@ -1109,10 +1151,18 @@ video {
1109
1151
  width: max-content;
1110
1152
  }
1111
1153
 
1154
+ .w-3{
1155
+ width: 0.75rem;
1156
+ }
1157
+
1112
1158
  .\!min-w-\[40px\]{
1113
1159
  min-width: 40px !important;
1114
1160
  }
1115
1161
 
1162
+ .min-w-0{
1163
+ min-width: 0px;
1164
+ }
1165
+
1116
1166
  .min-w-96{
1117
1167
  min-width: 24rem;
1118
1168
  }
@@ -1350,6 +1400,10 @@ video {
1350
1400
  row-gap: 2.5rem;
1351
1401
  }
1352
1402
 
1403
+ .gap-y-5{
1404
+ row-gap: 1.25rem;
1405
+ }
1406
+
1353
1407
  .gap-y-14{
1354
1408
  row-gap: 3.5rem;
1355
1409
  }
@@ -1434,6 +1488,14 @@ video {
1434
1488
  white-space: nowrap;
1435
1489
  }
1436
1490
 
1491
+ .text-ellipsis{
1492
+ text-overflow: ellipsis;
1493
+ }
1494
+
1495
+ .whitespace-normal{
1496
+ white-space: normal;
1497
+ }
1498
+
1437
1499
  .whitespace-nowrap{
1438
1500
  white-space: nowrap;
1439
1501
  }
@@ -1442,6 +1504,10 @@ video {
1442
1504
  text-wrap: nowrap;
1443
1505
  }
1444
1506
 
1507
+ .break-words{
1508
+ overflow-wrap: break-word;
1509
+ }
1510
+
1445
1511
  .rounded{
1446
1512
  border-radius: 0.25rem;
1447
1513
  }
@@ -1566,6 +1632,11 @@ video {
1566
1632
  border-width: 0.5px;
1567
1633
  }
1568
1634
 
1635
+ .border-x{
1636
+ border-left-width: 1px;
1637
+ border-right-width: 1px;
1638
+ }
1639
+
1569
1640
  .\!border-l-0{
1570
1641
  border-left-width: 0px !important;
1571
1642
  }
@@ -1696,11 +1767,6 @@ video {
1696
1767
  background-color: transparent !important;
1697
1768
  }
1698
1769
 
1699
- .bg-\[\#62C554\]{
1700
- --tw-bg-opacity: 1;
1701
- background-color: rgb(98 197 84 / var(--tw-bg-opacity, 1));
1702
- }
1703
-
1704
1770
  .bg-\[\#959595\]{
1705
1771
  --tw-bg-opacity: 1;
1706
1772
  background-color: rgb(149 149 149 / var(--tw-bg-opacity, 1));
@@ -1830,6 +1896,11 @@ video {
1830
1896
  background-color: rgb(234 179 8 / 0.2);
1831
1897
  }
1832
1898
 
1899
+ .bg-\[\#62C554\]{
1900
+ --tw-bg-opacity: 1;
1901
+ background-color: rgb(98 197 84 / var(--tw-bg-opacity, 1));
1902
+ }
1903
+
1833
1904
  .bg-opacity-40{
1834
1905
  --tw-bg-opacity: 0.4;
1835
1906
  }
@@ -2009,6 +2080,10 @@ video {
2009
2080
  padding-right: 0.75rem !important;
2010
2081
  }
2011
2082
 
2083
+ .pb-2{
2084
+ padding-bottom: 0.5rem;
2085
+ }
2086
+
2012
2087
  .pl-0{
2013
2088
  padding-left: 0px;
2014
2089
  }
@@ -2298,6 +2373,11 @@ video {
2298
2373
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
2299
2374
  }
2300
2375
 
2376
+ .text-gray-700{
2377
+ --tw-text-opacity: 1;
2378
+ color: rgb(55 65 81 / var(--tw-text-opacity, 1));
2379
+ }
2380
+
2301
2381
  .text-gray-900{
2302
2382
  --tw-text-opacity: 1;
2303
2383
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
@@ -2352,6 +2432,10 @@ video {
2352
2432
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
2353
2433
  }
2354
2434
 
2435
+ .underline{
2436
+ text-decoration-line: underline;
2437
+ }
2438
+
2355
2439
  .caret-\[\#D7D7D7\]{
2356
2440
  caret-color: #D7D7D7;
2357
2441
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.61",
3
+ "version": "0.0.63",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {