@descope/web-components-ui 1.0.328 → 1.0.329

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.328",
3
+ "version": "1.0.329",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -107,6 +107,7 @@ const button = {
107
107
 
108
108
  link: {
109
109
  [compVars.labelTextColor]: helperRefs.main,
110
+ [compVars.horizontalPadding]: '0.125em',
110
111
  _hover: {
111
112
  [compVars.labelTextColor]: helperRefs.dark,
112
113
  [compVars.labelTextDecoration]: 'underline',