@6thbridge/hexa 0.0.39 → 0.0.40

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
@@ -788,6 +788,10 @@ video {
788
788
  height: 3rem;
789
789
  }
790
790
 
791
+ .h-\[4px\]{
792
+ height: 4px;
793
+ }
794
+
791
795
  .h-\[90\%\]{
792
796
  height: 90%;
793
797
  }
@@ -869,10 +873,6 @@ video {
869
873
  width: 3rem;
870
874
  }
871
875
 
872
- .w-\[4px\]{
873
- width: 4px;
874
- }
875
-
876
876
  .w-fit{
877
877
  width: -moz-fit-content;
878
878
  width: fit-content;
@@ -1167,9 +1167,9 @@ video {
1167
1167
  border-end-end-radius: 0px;
1168
1168
  }
1169
1169
 
1170
- .rounded-l-\[4px\]{
1171
- border-top-left-radius: 4px;
1172
- border-bottom-left-radius: 4px;
1170
+ .rounded-l-\[2px\]{
1171
+ border-top-left-radius: 2px;
1172
+ border-bottom-left-radius: 2px;
1173
1173
  }
1174
1174
 
1175
1175
  .rounded-l-\[8px\]{
@@ -1486,11 +1486,6 @@ video {
1486
1486
  padding-bottom: 0.75rem;
1487
1487
  }
1488
1488
 
1489
- .py-4{
1490
- padding-top: 1rem;
1491
- padding-bottom: 1rem;
1492
- }
1493
-
1494
1489
  .py-6{
1495
1490
  padding-top: 1.5rem;
1496
1491
  padding-bottom: 1.5rem;
@@ -2472,14 +2467,14 @@ input:-webkit-autofill:active {
2472
2467
  flex-direction: row;
2473
2468
  }
2474
2469
 
2475
- .md\:px-5{
2476
- padding-left: 1.25rem;
2477
- padding-right: 1.25rem;
2470
+ .md\:px-4{
2471
+ padding-left: 1rem;
2472
+ padding-right: 1rem;
2478
2473
  }
2479
2474
 
2480
- .md\:py-5{
2481
- padding-top: 1.25rem;
2482
- padding-bottom: 1.25rem;
2475
+ .md\:py-4{
2476
+ padding-top: 1rem;
2477
+ padding-bottom: 1rem;
2483
2478
  }
2484
2479
  }
2485
2480
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {