@6thbridge/hexa 0.0.45 → 0.0.46

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
@@ -634,14 +634,14 @@ video {
634
634
  top: 0.5rem;
635
635
  }
636
636
 
637
- .top-3{
638
- top: 0.75rem;
639
- }
640
-
641
637
  .top-4{
642
638
  top: 1rem;
643
639
  }
644
640
 
641
+ .top-5{
642
+ top: 1.25rem;
643
+ }
644
+
645
645
  .top-\[50\%\]{
646
646
  top: 50%;
647
647
  }
@@ -953,12 +953,12 @@ video {
953
953
  min-width: 50px;
954
954
  }
955
955
 
956
- .max-w-\[100px\]{
957
- max-width: 100px;
956
+ .\!max-w-md{
957
+ max-width: 28rem !important;
958
958
  }
959
959
 
960
- .max-w-\[500px\]{
961
- max-width: 500px;
960
+ .max-w-\[100px\]{
961
+ max-width: 100px;
962
962
  }
963
963
 
964
964
  .max-w-full{
@@ -1282,10 +1282,6 @@ video {
1282
1282
  border-bottom-width: 1px;
1283
1283
  }
1284
1284
 
1285
- .border-b-0{
1286
- border-bottom-width: 0px;
1287
- }
1288
-
1289
1285
  .border-e-0{
1290
1286
  border-inline-end-width: 0px;
1291
1287
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {