@descope/web-components-ui 1.0.328 → 1.0.329

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/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',