@gem-sdk/components 2.5.5 → 2.5.6

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.
@@ -69,7 +69,7 @@ const Button = ({ styles, builderAttrs, style, setting, advanced, builderProps,
69
69
  text
70
70
  },
71
71
  textClassWrapper: "gp-leading-[15px] gp-w-fit",
72
- textClass: `!gp-inline-flex gp-py-[8px] ${mode === 'edit' ? 'button-text' : ''}`,
72
+ textClass: `!gp-inline-flex gp-py-[8px] gp-leading-[1.3] ${mode === 'edit' ? 'button-text' : ''}`,
73
73
  styles: {
74
74
  typo: {
75
75
  ...typo,
@@ -65,7 +65,7 @@ const Button = ({ styles, builderAttrs, style, setting, advanced, builderProps,
65
65
  text
66
66
  },
67
67
  textClassWrapper: "gp-leading-[15px] gp-w-fit",
68
- textClass: `!gp-inline-flex gp-py-[8px] ${mode === 'edit' ? 'button-text' : ''}`,
68
+ textClass: `!gp-inline-flex gp-py-[8px] gp-leading-[1.3] ${mode === 'edit' ? 'button-text' : ''}`,
69
69
  styles: {
70
70
  typo: {
71
71
  ...typo,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "2.5.5",
3
+ "version": "2.5.6",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",