@6thbridge/hexa 0.0.47 → 0.0.48

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
@@ -2669,8 +2669,12 @@ input:-webkit-autofill:active {
2669
2669
  }
2670
2670
 
2671
2671
  @media (min-width: 768px){
2672
- .md\:hidden{
2673
- display: none;
2672
+ .md\:\!mt-0{
2673
+ margin-top: 0px !important;
2674
+ }
2675
+
2676
+ .md\:\!hidden{
2677
+ display: none !important;
2674
2678
  }
2675
2679
 
2676
2680
  .md\:max-h-full{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {