@descope/web-components-ui 1.0.323 → 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 +5 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -2
- 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-new-password-descope-new-password-internal-index-js.js +1 -1
- package/dist/umd/descope-new-password-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/components/descope-new-password/NewPasswordClass.js +3 -0
- package/src/theme/components/button.js +1 -0
- package/src/theme/components/multiSelectComboBox.js +0 -1
- package/src/theme/components/newPassword.js +0 -1
package/dist/cjs/index.cjs.js
CHANGED
@@ -2717,6 +2717,7 @@ const ButtonClass = compose(
|
|
2717
2717
|
borderWidth: {},
|
2718
2718
|
|
2719
2719
|
verticalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
|
2720
|
+
horizontalPadding: [{ property: 'padding-right' }, { property: 'padding-left' }],
|
2720
2721
|
|
2721
2722
|
labelTextColor: { property: 'color' },
|
2722
2723
|
iconColor: {
|
@@ -2830,6 +2831,7 @@ const button = {
|
|
2830
2831
|
},
|
2831
2832
|
|
2832
2833
|
[compVars$5.verticalPadding]: '1em',
|
2834
|
+
[compVars$5.horizontalPadding]: '0.875em',
|
2833
2835
|
|
2834
2836
|
[compVars$5.outlineWidth]: globals.border.sm,
|
2835
2837
|
[compVars$5.outlineOffset]: '0px', // keep `px` unit for external calc
|
@@ -8802,6 +8804,9 @@ const NewPasswordClass = compose(
|
|
8802
8804
|
},
|
8803
8805
|
],
|
8804
8806
|
fontFamily: [label$2, errorMessage$3, helperText$2],
|
8807
|
+
labelFontSize: { ...label$2, property: 'font-size' },
|
8808
|
+
labelFontWeight: { ...label$2, property: 'font-weight' },
|
8809
|
+
labelTextColor: { ...label$2, property: 'color' },
|
8805
8810
|
errorMessageTextColor: { ...errorMessage$3, property: 'color' },
|
8806
8811
|
hostWidth: { ...host$9, property: 'width' },
|
8807
8812
|
hostMinWidth: { ...host$9, property: 'min-width' },
|
@@ -8908,7 +8913,6 @@ const newPassword = {
|
|
8908
8913
|
|
8909
8914
|
labelType: {
|
8910
8915
|
floating: {
|
8911
|
-
[vars$k.inputHeight]: refs.inputHeight,
|
8912
8916
|
[vars$k.valueInputHeight]: refs.valueInputHeight,
|
8913
8917
|
},
|
8914
8918
|
},
|
@@ -11220,7 +11224,6 @@ const multiSelectComboBox = {
|
|
11220
11224
|
[vars$c.marginInlineStart]: refs.marginInlineStart,
|
11221
11225
|
[vars$c.placeholderOpacity]: refs.placeholderOpacity,
|
11222
11226
|
[vars$c.inputVerticalAlignment]: refs.inputVerticalAlignment,
|
11223
|
-
[vars$c.valueInputHeight]: refs.valueInputHeight,
|
11224
11227
|
[vars$c.inputHorizontalPadding]: '0.25em',
|
11225
11228
|
|
11226
11229
|
_hasValue: {
|