@descope/web-components-ui 1.0.400 → 1.0.401
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 +3 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -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-date-field-descope-calendar-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/index.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 -1
- package/src/components/descope-user-auth-method/UserAuthMethodClass.js +2 -0
- package/src/theme/components/userAuthMethod.js +1 -0
package/dist/cjs/index.cjs.js
CHANGED
@@ -3145,7 +3145,7 @@ const ButtonClass = compose(
|
|
3145
3145
|
|
3146
3146
|
labelTextColor: { property: 'color' },
|
3147
3147
|
iconColor: {
|
3148
|
-
selector: () => `::slotted(
|
3148
|
+
selector: () => `::slotted(*)`,
|
3149
3149
|
property: IconClass.cssVarList.fill,
|
3150
3150
|
},
|
3151
3151
|
labelTextDecoration: { ...label$a, property: 'text-decoration' },
|
@@ -12739,6 +12739,7 @@ const UserAuthMethodClass = compose(
|
|
12739
12739
|
{ ...methodIconSlot, property: 'width' },
|
12740
12740
|
{ ...methodIconSlot, property: 'height' },
|
12741
12741
|
],
|
12742
|
+
iconColor: [{ selector: () => '::slotted(*)', property: IconClass.cssVarList.fill }],
|
12742
12743
|
},
|
12743
12744
|
}),
|
12744
12745
|
draggableMixin,
|
@@ -12754,6 +12755,7 @@ const userAuthMethod = {
|
|
12754
12755
|
[vars$g.itemsGap]: '16px',
|
12755
12756
|
[vars$g.hostMinWidth]: '530px',
|
12756
12757
|
[vars$g.iconSize]: '24px',
|
12758
|
+
[vars$g.iconColor]: 'currentcolor',
|
12757
12759
|
_fullWidth: {
|
12758
12760
|
[vars$g.hostWidth]: '100%',
|
12759
12761
|
},
|