@6thbridge/hexa 0.0.24 → 0.0.26

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
@@ -651,14 +651,6 @@ video {
651
651
  margin-right: auto;
652
652
  }
653
653
 
654
- .\!-mt-0{
655
- margin-top: -0px !important;
656
- }
657
-
658
- .-mr-2{
659
- margin-right: -0.5rem;
660
- }
661
-
662
654
  .ml-1{
663
655
  margin-left: 0.25rem;
664
656
  }
@@ -671,6 +663,10 @@ video {
671
663
  margin-left: auto;
672
664
  }
673
665
 
666
+ .mr-0\.5{
667
+ margin-right: 0.125rem;
668
+ }
669
+
674
670
  .mr-2{
675
671
  margin-right: 0.5rem;
676
672
  }
@@ -687,10 +683,6 @@ video {
687
683
  margin-top: 1.25rem;
688
684
  }
689
685
 
690
- .\!block{
691
- display: block !important;
692
- }
693
-
694
686
  .block{
695
687
  display: block;
696
688
  }
@@ -817,10 +809,6 @@ video {
817
809
  width: 1.5rem !important;
818
810
  }
819
811
 
820
- .\!w-full{
821
- width: 100% !important;
822
- }
823
-
824
812
  .w-2\.5{
825
813
  width: 0.625rem;
826
814
  }
@@ -904,10 +892,6 @@ video {
904
892
  max-width: max-content;
905
893
  }
906
894
 
907
- .\!flex-1{
908
- flex: 1 1 0% !important;
909
- }
910
-
911
895
  .flex-1{
912
896
  flex: 1 1 0%;
913
897
  }
@@ -1016,10 +1000,6 @@ video {
1016
1000
  gap: 0.125rem;
1017
1001
  }
1018
1002
 
1019
- .gap-1{
1020
- gap: 0.25rem;
1021
- }
1022
-
1023
1003
  .gap-2{
1024
1004
  gap: 0.5rem;
1025
1005
  }
@@ -1130,6 +1110,11 @@ video {
1130
1110
  border-radius: 0.75rem;
1131
1111
  }
1132
1112
 
1113
+ .\!rounded-s-none{
1114
+ border-start-start-radius: 0px !important;
1115
+ border-end-start-radius: 0px !important;
1116
+ }
1117
+
1133
1118
  .rounded-b{
1134
1119
  border-bottom-right-radius: 0.25rem;
1135
1120
  border-bottom-left-radius: 0.25rem;
@@ -1145,11 +1130,6 @@ video {
1145
1130
  border-bottom-left-radius: 8px;
1146
1131
  }
1147
1132
 
1148
- .rounded-l-none{
1149
- border-top-left-radius: 0px;
1150
- border-bottom-left-radius: 0px;
1151
- }
1152
-
1153
1133
  .rounded-r-\[8px\]{
1154
1134
  border-top-right-radius: 8px;
1155
1135
  border-bottom-right-radius: 8px;
@@ -1179,6 +1159,10 @@ video {
1179
1159
  border-bottom-width: 1px;
1180
1160
  }
1181
1161
 
1162
+ .border-e-0{
1163
+ border-inline-end-width: 0px;
1164
+ }
1165
+
1182
1166
  .border-l{
1183
1167
  border-left-width: 1px;
1184
1168
  }
@@ -2371,6 +2355,10 @@ input:-webkit-autofill:active {
2371
2355
  column-gap: 10px;
2372
2356
  }
2373
2357
 
2358
+ .sm\:gap-y-0{
2359
+ row-gap: 0px;
2360
+ }
2361
+
2374
2362
  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
2375
2363
  --tw-space-x-reverse: 0;
2376
2364
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.24",
3
+ "version": "0.0.26",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {