@6thbridge/hexa 0.0.6 → 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/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
  }
@@ -894,6 +914,10 @@ video {
894
914
  gap: 0.5rem;
895
915
  }
896
916
 
917
+ .gap-3{
918
+ gap: 0.75rem;
919
+ }
920
+
897
921
  .gap-4{
898
922
  gap: 1rem;
899
923
  }
@@ -978,11 +1002,6 @@ video {
978
1002
  border-bottom-right-radius: 8px;
979
1003
  }
980
1004
 
981
- .rounded-s-lg{
982
- border-start-start-radius: 0.5rem;
983
- border-end-start-radius: 0.5rem;
984
- }
985
-
986
1005
  .\!border-0{
987
1006
  border-width: 0px !important;
988
1007
  }
@@ -999,18 +1018,10 @@ video {
999
1018
  border-left-width: 0px !important;
1000
1019
  }
1001
1020
 
1002
- .\!border-r-0{
1003
- border-right-width: 0px !important;
1004
- }
1005
-
1006
1021
  .border-l{
1007
1022
  border-left-width: 1px;
1008
1023
  }
1009
1024
 
1010
- .border-l-0{
1011
- border-left-width: 0px;
1012
- }
1013
-
1014
1025
  .border-r{
1015
1026
  border-right-width: 1px;
1016
1027
  }
@@ -1223,8 +1234,12 @@ video {
1223
1234
  padding-bottom: 0.75rem;
1224
1235
  }
1225
1236
 
1226
- .pt-3{
1227
- padding-top: 0.75rem;
1237
+ .pl-2{
1238
+ padding-left: 0.5rem;
1239
+ }
1240
+
1241
+ .pr-2{
1242
+ padding-right: 0.5rem;
1228
1243
  }
1229
1244
 
1230
1245
  .text-left{
@@ -1386,10 +1401,6 @@ video {
1386
1401
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1387
1402
  }
1388
1403
 
1389
- .caret-\[\#00B2A9\]{
1390
- caret-color: #00B2A9;
1391
- }
1392
-
1393
1404
  .caret-\[\#D7D7D7\]{
1394
1405
  caret-color: #D7D7D7;
1395
1406
  }
@@ -1636,11 +1647,6 @@ input:-webkit-autofill:active {
1636
1647
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
1637
1648
  }
1638
1649
 
1639
- .focus-within\:border-\[\#00B2A9\]:focus-within{
1640
- --tw-border-opacity: 1;
1641
- border-color: rgb(0 178 169 / var(--tw-border-opacity, 1));
1642
- }
1643
-
1644
1650
  .focus-within\:border-\[\#D7D7D7\]:focus-within{
1645
1651
  --tw-border-opacity: 1;
1646
1652
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
@@ -1651,6 +1657,10 @@ input:-webkit-autofill:active {
1651
1657
  border-color: rgb(222 222 222 / var(--tw-border-opacity, 1));
1652
1658
  }
1653
1659
 
1660
+ .focus-within\:border-primary-main:focus-within{
1661
+ border-color: var(--color-primary);
1662
+ }
1663
+
1654
1664
  .focus-within\:border-red-500:focus-within{
1655
1665
  --tw-border-opacity: 1;
1656
1666
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
@@ -1661,10 +1671,6 @@ input:-webkit-autofill:active {
1661
1671
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
1662
1672
  }
1663
1673
 
1664
- .focus-within\:border-primary-main:focus-within{
1665
- border-color: var(--color-primary);
1666
- }
1667
-
1668
1674
  .focus-within\:bg-\[\#F6F6F6\]:focus-within{
1669
1675
  --tw-bg-opacity: 1;
1670
1676
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
@@ -1727,10 +1733,6 @@ input:-webkit-autofill:active {
1727
1733
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1728
1734
  }
1729
1735
 
1730
- .focus\:ring-offset-1:focus{
1731
- --tw-ring-offset-width: 1px;
1732
- }
1733
-
1734
1736
  .focus\:ring-offset-2:focus{
1735
1737
  --tw-ring-offset-width: 2px;
1736
1738
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {