@descope/web-components-ui 3.3.3 → 3.3.4
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 +15 -7
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +15 -7
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/DescopeDev.js.map +1 -1
- package/dist/umd/button-selection-group-fields-descope-button-selection-group-item-index-js.js +1 -1
- package/dist/umd/button-selection-group-fields-descope-button-selection-group-item-index-js.js.map +1 -1
- package/dist/umd/descope-button.js +1 -1
- package/dist/umd/descope-button.js.map +1 -1
- package/dist/umd/descope-date-field-descope-calendar-index-js.js +1 -1
- package/dist/umd/descope-date-field-descope-calendar-index-js.js.map +1 -1
- package/dist/umd/descope-outbound-app-button.js +1 -1
- package/dist/umd/descope-outbound-app-button.js.map +1 -1
- package/dist/umd/descope-outbound-apps.js +1 -1
- package/dist/umd/descope-outbound-apps.js.map +1 -1
- package/dist/umd/descope-timer-button.js +1 -1
- package/dist/umd/descope-timer-button.js.map +1 -1
- package/dist/umd/descope-upload-file-index-js.js +1 -1
- package/dist/umd/descope-upload-file-index-js.js.map +1 -1
- package/dist/umd/descope-user-attribute-index-js.js +1 -1
- package/dist/umd/descope-user-attribute-index-js.js.map +1 -1
- package/dist/umd/descope-user-auth-method-index-js.js +1 -1
- package/dist/umd/descope-user-auth-method-index-js.js.map +1 -1
- package/dist/umd/index.js +1 -1
- package/dist/umd/mapping-fields-descope-mappings-field-index-js.js +1 -1
- package/dist/umd/mapping-fields-descope-mappings-field-index-js.js.map +1 -1
- package/dist/umd/mapping-fields-descope-saml-group-mappings-index-js.js +1 -1
- package/dist/umd/mapping-fields-descope-saml-group-mappings-index-js.js.map +1 -1
- package/package.json +32 -32
package/dist/index.esm.js
CHANGED
|
@@ -6244,6 +6244,7 @@ const ButtonClass = compose$1(
|
|
|
6244
6244
|
hostDirection: { ...host$r, property: 'direction' },
|
|
6245
6245
|
fontSize: {},
|
|
6246
6246
|
fontFamily: {},
|
|
6247
|
+
fontWeight: {},
|
|
6247
6248
|
|
|
6248
6249
|
cursor: {},
|
|
6249
6250
|
backgroundColor: {},
|
|
@@ -6258,7 +6259,10 @@ const ButtonClass = compose$1(
|
|
|
6258
6259
|
borderStyle: {},
|
|
6259
6260
|
borderWidth: {},
|
|
6260
6261
|
|
|
6261
|
-
verticalPadding: [
|
|
6262
|
+
verticalPadding: [
|
|
6263
|
+
{ property: 'padding-top' },
|
|
6264
|
+
{ property: 'padding-bottom' },
|
|
6265
|
+
],
|
|
6262
6266
|
horizontalPadding: [
|
|
6263
6267
|
{ property: 'padding-right', fallback: '0.875em' },
|
|
6264
6268
|
{ property: 'padding-left', fallback: '0.875em' },
|
|
@@ -6266,9 +6270,9 @@ const ButtonClass = compose$1(
|
|
|
6266
6270
|
|
|
6267
6271
|
labelTextColor: { property: 'color' },
|
|
6268
6272
|
iconColor: {
|
|
6269
|
-
|
|
6270
|
-
|
|
6271
|
-
|
|
6273
|
+
selector: () => `::slotted(*)`,
|
|
6274
|
+
property: IconClass.cssVarList.fill,
|
|
6275
|
+
},
|
|
6272
6276
|
labelTextDecoration: { ...label$9, property: 'text-decoration' },
|
|
6273
6277
|
labelSpacing: { ...label$9, property: 'gap' },
|
|
6274
6278
|
textAlign: { ...label$9, property: 'justify-content', fallback: 'center' },
|
|
@@ -6281,7 +6285,7 @@ const ButtonClass = compose$1(
|
|
|
6281
6285
|
}),
|
|
6282
6286
|
clickableMixin,
|
|
6283
6287
|
draggableMixin$1,
|
|
6284
|
-
componentNameValidationMixin$1
|
|
6288
|
+
componentNameValidationMixin$1,
|
|
6285
6289
|
)(
|
|
6286
6290
|
createProxy$1({
|
|
6287
6291
|
slots: ['', 'prefix', 'label', 'suffix'],
|
|
@@ -6307,7 +6311,7 @@ const ButtonClass = compose$1(
|
|
|
6307
6311
|
`,
|
|
6308
6312
|
excludeAttrsSync: ['tabindex', 'class', 'style'],
|
|
6309
6313
|
componentName: componentName$1d,
|
|
6310
|
-
})
|
|
6314
|
+
}),
|
|
6311
6315
|
);
|
|
6312
6316
|
|
|
6313
6317
|
const { color, fontSize } = ButtonClass.cssVarList;
|
|
@@ -20080,12 +20084,16 @@ const mode = {
|
|
|
20080
20084
|
surface: globalRefs$H.colors.surface,
|
|
20081
20085
|
};
|
|
20082
20086
|
|
|
20083
|
-
const [helperTheme$7, helperRefs$7, helperVars$6] = createHelperVars$1(
|
|
20087
|
+
const [helperTheme$7, helperRefs$7, helperVars$6] = createHelperVars$1(
|
|
20088
|
+
{ mode },
|
|
20089
|
+
componentName$1d,
|
|
20090
|
+
);
|
|
20084
20091
|
|
|
20085
20092
|
const button = {
|
|
20086
20093
|
...helperTheme$7,
|
|
20087
20094
|
|
|
20088
20095
|
[compVars$9.fontFamily]: globalRefs$H.fonts.font1.family,
|
|
20096
|
+
[compVars$9.fontWeight]: '400',
|
|
20089
20097
|
|
|
20090
20098
|
[compVars$9.cursor]: 'pointer',
|
|
20091
20099
|
[compVars$9.hostHeight]: '3em',
|