@6thbridge/hexa 0.0.39 → 0.0.41

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\]{
@@ -1441,11 +1441,6 @@ video {
1441
1441
  padding-right: 1rem;
1442
1442
  }
1443
1443
 
1444
- .px-5{
1445
- padding-left: 1.25rem;
1446
- padding-right: 1.25rem;
1447
- }
1448
-
1449
1444
  .px-8{
1450
1445
  padding-left: 2rem;
1451
1446
  padding-right: 2rem;
@@ -1486,11 +1481,6 @@ video {
1486
1481
  padding-bottom: 0.75rem;
1487
1482
  }
1488
1483
 
1489
- .py-4{
1490
- padding-top: 1rem;
1491
- padding-bottom: 1rem;
1492
- }
1493
-
1494
1484
  .py-6{
1495
1485
  padding-top: 1.5rem;
1496
1486
  padding-bottom: 1.5rem;
@@ -2472,14 +2462,14 @@ input:-webkit-autofill:active {
2472
2462
  flex-direction: row;
2473
2463
  }
2474
2464
 
2475
- .md\:px-5{
2476
- padding-left: 1.25rem;
2477
- padding-right: 1.25rem;
2465
+ .md\:px-4{
2466
+ padding-left: 1rem;
2467
+ padding-right: 1rem;
2478
2468
  }
2479
2469
 
2480
- .md\:py-5{
2481
- padding-top: 1.25rem;
2482
- padding-bottom: 1.25rem;
2470
+ .md\:py-4{
2471
+ padding-top: 1rem;
2472
+ padding-bottom: 1rem;
2483
2473
  }
2484
2474
  }
2485
2475
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.39",
3
+ "version": "0.0.41",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {