@descope/web-components-ui 1.0.324 → 1.0.325
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 +2 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -0
- 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 +1 -0
- package/src/theme/components/button.js +1 -0
package/dist/index.esm.js
CHANGED
|
@@ -1496,6 +1496,7 @@ const ButtonClass = compose(
|
|
|
1496
1496
|
borderWidth: {},
|
|
1497
1497
|
|
|
1498
1498
|
verticalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
|
|
1499
|
+
horizontalPadding: [{ property: 'padding-right' }, { property: 'padding-left' }],
|
|
1499
1500
|
|
|
1500
1501
|
labelTextColor: { property: 'color' },
|
|
1501
1502
|
iconColor: {
|
|
@@ -12087,6 +12088,7 @@ const button = {
|
|
|
12087
12088
|
},
|
|
12088
12089
|
|
|
12089
12090
|
[compVars$5.verticalPadding]: '1em',
|
|
12091
|
+
[compVars$5.horizontalPadding]: '0.875em',
|
|
12090
12092
|
|
|
12091
12093
|
[compVars$5.outlineWidth]: globals.border.sm,
|
|
12092
12094
|
[compVars$5.outlineOffset]: '0px', // keep `px` unit for external calc
|