@gyramais/gyra-design 0.1.55 → 0.1.57

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.
Files changed (2) hide show
  1. package/dist/index.css +9 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -6770,6 +6770,10 @@ h6 {
6770
6770
 
6771
6771
  padding-bottom: 0.5rem;
6772
6772
 
6773
+ padding-left: 0.5rem;
6774
+
6775
+ padding-right: 0.5rem;
6776
+
6773
6777
  font-size: 1rem;
6774
6778
 
6775
6779
  line-height: 1.5rem;
@@ -6789,7 +6793,11 @@ h6 {
6789
6793
 
6790
6794
  padding-top: 1rem;
6791
6795
 
6792
- padding-bottom: 1rem
6796
+ padding-bottom: 1rem;
6797
+
6798
+ padding-left: 0px;
6799
+
6800
+ padding-right: 0px
6793
6801
  }
6794
6802
  }
6795
6803
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gyramais/gyra-design",
3
- "version": "0.1.55",
3
+ "version": "0.1.57",
4
4
  "description": "Gyramais Design System",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",