@descope/web-components-ui 1.64.0 → 1.66.0
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/DescopeDev.js.map +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-multi-selection-group-index-js.js.map +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-index-js.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-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/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 +4 -4
package/dist/cjs/index.cjs.js
CHANGED
@@ -2815,8 +2815,8 @@ loadingIndicatorStyles = `
|
|
2815
2815
|
:host([loading="true"]) {
|
2816
2816
|
pointer-events: none;
|
2817
2817
|
}
|
2818
|
-
:host([loading="true"])::part(prefix),
|
2819
|
-
:host([loading="true"])::part(label) {
|
2818
|
+
:host([loading="true"]) ::part(prefix),
|
2819
|
+
:host([loading="true"]) ::part(label) {
|
2820
2820
|
visibility: hidden;
|
2821
2821
|
}
|
2822
2822
|
`;
|
@@ -20806,6 +20806,9 @@ const collapsibleContainer = {
|
|
20806
20806
|
[compVars.iconAnimationDuration]: '0.1s',
|
20807
20807
|
[compVars.contentAnimationDuration]: '0.1s',
|
20808
20808
|
|
20809
|
+
[compVars.borderWidth]: '0px',
|
20810
|
+
[compVars.headerJustifyContent]: 'flex-start',
|
20811
|
+
|
20809
20812
|
verticalPadding: {
|
20810
20813
|
sm: { [compVars.verticalPadding]: '5px' },
|
20811
20814
|
md: { [compVars.verticalPadding]: '10px' },
|