@descope/web-components-ui 1.0.328 → 1.0.330
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/cjs/index.cjs.js +5 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/button-selection-group-fields-descope-button-multi-selection-group-index-js.js +1 -1
- package/dist/umd/button-selection-group-fields-descope-button-selection-group-index-js.js +1 -1
- package/dist/umd/button-selection-group-fields-descope-button-selection-group-item-index-js.js +1 -1
- package/dist/umd/descope-button-index-js.js +1 -1
- package/dist/umd/descope-upload-file-index-js.js +1 -1
- package/dist/umd/descope-user-attribute-index-js.js +1 -1
- package/dist/umd/descope-user-auth-method-index-js.js +1 -1
- package/dist/umd/mapping-fields-descope-mappings-field-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-button/ButtonClass.js +4 -1
- package/src/theme/components/button.js +1 -0
package/dist/cjs/index.cjs.js
CHANGED
@@ -2717,7 +2717,10 @@ const ButtonClass = compose(
|
|
2717
2717
|
borderWidth: {},
|
2718
2718
|
|
2719
2719
|
verticalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
|
2720
|
-
horizontalPadding: [
|
2720
|
+
horizontalPadding: [
|
2721
|
+
{ property: 'padding-right', fallback: '0.875em' },
|
2722
|
+
{ property: 'padding-left', fallback: '0.875em' },
|
2723
|
+
],
|
2721
2724
|
|
2722
2725
|
labelTextColor: { property: 'color' },
|
2723
2726
|
iconColor: {
|
@@ -2898,6 +2901,7 @@ const button = {
|
|
2898
2901
|
|
2899
2902
|
link: {
|
2900
2903
|
[compVars$5.labelTextColor]: helperRefs$3.main,
|
2904
|
+
[compVars$5.horizontalPadding]: '0.125em',
|
2901
2905
|
_hover: {
|
2902
2906
|
[compVars$5.labelTextColor]: helperRefs$3.dark,
|
2903
2907
|
[compVars$5.labelTextDecoration]: 'underline',
|