@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/index.esm.js
CHANGED
@@ -5292,8 +5292,8 @@ loadingIndicatorStyles = `
|
|
5292
5292
|
:host([loading="true"]) {
|
5293
5293
|
pointer-events: none;
|
5294
5294
|
}
|
5295
|
-
:host([loading="true"])::part(prefix),
|
5296
|
-
:host([loading="true"])::part(label) {
|
5295
|
+
:host([loading="true"]) ::part(prefix),
|
5296
|
+
:host([loading="true"]) ::part(label) {
|
5297
5297
|
visibility: hidden;
|
5298
5298
|
}
|
5299
5299
|
`;
|
@@ -23521,6 +23521,9 @@ const collapsibleContainer = {
|
|
23521
23521
|
[compVars.iconAnimationDuration]: '0.1s',
|
23522
23522
|
[compVars.contentAnimationDuration]: '0.1s',
|
23523
23523
|
|
23524
|
+
[compVars.borderWidth]: '0px',
|
23525
|
+
[compVars.headerJustifyContent]: 'flex-start',
|
23526
|
+
|
23524
23527
|
verticalPadding: {
|
23525
23528
|
sm: { [compVars.verticalPadding]: '5px' },
|
23526
23529
|
md: { [compVars.verticalPadding]: '10px' },
|