@getflip/swirl-components 0.101.1 → 0.101.2
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/components.json +1 -1
- package/dist/cjs/swirl-card.cjs.entry.js +1 -1
- package/dist/cjs/swirl-modal.cjs.entry.js +1 -1
- package/dist/collection/components/swirl-card/swirl-card.css +3 -3
- package/dist/collection/components/swirl-modal/swirl-modal.css +4 -0
- package/dist/components/swirl-card.js +1 -1
- package/dist/components/swirl-modal.js +1 -1
- package/dist/esm/swirl-card.entry.js +1 -1
- package/dist/esm/swirl-modal.entry.js +1 -1
- package/dist/swirl-components/{p-12ad3c7b.entry.js → p-04dc6f57.entry.js} +1 -1
- package/dist/swirl-components/{p-637ce1b2.entry.js → p-0fa44f4a.entry.js} +2 -2
- package/dist/swirl-components/swirl-components.css +1 -1
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/package.json +1 -1
package/components.json
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-506fe4ea.js');
|
|
6
6
|
const index$1 = require('./index-2ddd0598.js');
|
|
7
7
|
|
|
8
|
-
const swirlCardCss = ":host{display:contents}:host *{box-sizing:border-box}.card{--swirl-ghost-button-background-default:var(--s-surface-default);--swirl-ghost-button-background-hovered:var(--s-surface-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-pressed);--swirl-resource-list-item-background-default:var(--s-surface-default);--swirl-resource-list-item-background-hovered:var(--s-surface-hovered);--swirl-resource-list-item-background-pressed:var(--s-surface-pressed);display:flex;overflow:hidden;width:100%;margin:0;padding:0;border:var(--s-border-width-default) solid var(--s-border-default);border-radius:var(--s-border-radius-base);color:var(--s-text-default);background-color:var(--
|
|
8
|
+
const swirlCardCss = ":host{display:contents}:host *{box-sizing:border-box}.card{--swirl-ghost-button-background-default:var(--s-surface-default);--swirl-ghost-button-background-hovered:var(--s-surface-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-pressed);--swirl-resource-list-item-background-default:var(--s-surface-default);--swirl-resource-list-item-background-hovered:var(--s-surface-hovered);--swirl-resource-list-item-background-pressed:var(--s-surface-pressed);display:flex;overflow:hidden;width:100%;margin:0;padding:0;border:var(--s-border-width-default) solid var(--s-border-default);border-radius:var(--s-border-radius-base);color:var(--s-text-default);background-color:var(--swirl-card-background-default);font:inherit;text-decoration:none;flex-direction:column}a.card,button.card,.card--interactive{cursor:pointer}a.card:hover,button.card:hover,.card--interactive:hover{background-color:var(--swirl-card-background-hovered)}a.card:active,button.card:active,.card--interactive:active{background-color:var(--swirl-card-background-pressed)}a.card:focus:not(:focus-visible),button.card:focus:not(:focus-visible),.card--interactive:focus:not(:focus-visible){outline:none}a.card:focus-visible,button.card:focus-visible,.card--interactive:focus-visible{outline-color:var(--s-focus-default);outline-offset:var(--s-space-4)}.card--is--borderless{border:0}.card--elevated{border-color:transparent;box-shadow:0 0.75rem 1rem rgba(25, 26, 28, 0.12),\n 0 0.25rem 0.75rem rgba(25, 26, 28, 0.08)}.card--highlighted{border-width:0.1875rem;border-color:var(--s-border-highlight)}.card--justify-content-start .card__body{justify-content:flex-start}.card--justify-content-center .card__body{justify-content:center}.card--justify-content-end .card__body{justify-content:flex-end}:not(.card--has-image) .card__image{overflow:hidden;height:0}.card--intent-critical-subdued{background-color:var(--s-surface-critical-subdued)}.card--intent-default-subdued{--swirl-resource-list-item-background-default:var(\n --s-surface-raised-default\n );--swirl-resource-list-item-background-hovered:var(\n --s-surface-raised-hovered\n );--swirl-resource-list-item-background-pressed:var(\n --s-surface-raised-pressed\n );--swirl-ghost-button-background-default:var(--s-surface-raised-default);--swirl-ghost-button-background-hovered:var(--s-surface-raised-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-raised-pressed);background-color:var(--s-surface-raised-default)}.card--intent-info-subdued{background-color:var(--s-surface-info-subdued)}.card--intent-success-subdued{background-color:var(--s-surface-success-subdued)}.card--intent-warning-subdued{background-color:var(--s-surface-warning-subdued)}.content-section{padding:0 var(--s-space-16)}.card__image{overflow:hidden;min-height:0}.card__image ::slotted(img){display:inline-flex;width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.card__body{display:flex;min-height:0;padding:var(--s-space-12) var(--s-space-16) var(--s-space-16);flex-grow:1;flex-direction:column;gap:var(--s-space-16)}";
|
|
9
9
|
|
|
10
10
|
const swirlCardBorderRadiusTokens = ["xs", "sm", "base", "l", "xl"];
|
|
11
11
|
const SwirlCard = class {
|
|
@@ -1148,7 +1148,7 @@ var createFocusTrap = function createFocusTrap(elements, userOptions) {
|
|
|
1148
1148
|
return trap;
|
|
1149
1149
|
};
|
|
1150
1150
|
|
|
1151
|
-
const swirlModalCss = ":host{display:block}:host *{box-sizing:border-box}.modal{--swirl-ghost-button-background-default:var(--s-surface-overlay-default);--swirl-ghost-button-background-hovered:var(--s-surface-overlay-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-overlay-pressed);--swirl-resource-list-item-background-default:var(\n --s-surface-overlay-default\n );--swirl-resource-list-item-background-hovered:var(\n --s-surface-overlay-hovered\n );--swirl-resource-list-item-background-pressed:var(\n --s-surface-overlay-pressed\n );--swirl-modal-height:auto;--swirl-modal-max-height:90vh;position:fixed;z-index:var(--s-z-40);display:flex;justify-content:center;align-items:center;inset:0}.modal[aria-hidden=\"true\"]{display:none}.modal--variant-default.modal--closing{animation:0.15s modal-fade-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-default.modal--closing{animation:none}}.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:0.15s modal-backdrop-fade-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:none}}.modal--variant-default:not(.modal--closing) .modal__body{animation:0.15s modal-scale-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__body{animation:none}}.modal--variant-drawer{justify-content:end;align-items:stretch}.modal--variant-drawer.modal--closing{animation:0.15s modal-drawer-slide-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-drawer.modal--closing{animation:none}}@media (min-width: 768px){.modal--variant-drawer.modal--hide-label .modal__header-bar{height:auto;padding-top:var(--s-space-4);padding-bottom:var(--s-space-4)}}.modal--variant-drawer .modal__backdrop{background-color:transparent;animation:none}.modal--variant-drawer .modal__body{height:100%;max-height:none;border-radius:0;animation:0.15s modal-drawer-slide-in;box-shadow:var(--s-shadow-level-3)}@media (prefers-reduced-motion){.modal--variant-drawer .modal__body{animation:none}}.modal--variant-drawer .modal__header-bar{background-color:var(--s-surface-overlay-default)}.modal--variant-drawer .modal__header-bar .modal__close-button{margin-left:calc(-1 * var(--s-space-8))}@media (min-width: 768px){.modal--variant-drawer .modal__header-bar{flex-direction:row}}.modal--variant-drawer .modal__content{min-height:100%}@media (min-width: 768px){.modal--variant-drawer.modal--padded .modal__content{padding-top:var(--s-space-8)}}.modal--padded .modal__content{padding-top:var(--s-space-24);padding-right:var(--s-space-16);padding-bottom:var(--s-space-24);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal--padded .modal__content{padding-top:0;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}}@media (min-width: 768px){.modal--scrollable .modal__content{padding-bottom:0}}.modal--scrollable:not(.modal--scrolled-down).modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--scrollable:not(.modal--scrolled-down):not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-custom-header .modal__content{padding-top:var(--s-space-16)}.modal--has-custom-footer .modal__custom-footer{padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}.modal--has-header-tools .modal__header{border-bottom-color:transparent}.modal--has-header-tools .modal__header-tools{display:block}.modal--has-secondary-content .modal__body{max-width:64rem}.modal--has-secondary-content:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-secondary-content:not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 992px){.modal--has-secondary-content .modal__header-tools,.modal--has-secondary-content .modal__content{padding-right:0}}.modal--has-secondary-content .modal__primary-content{overflow:visible;max-height:60%;flex-basis:auto}@media (min-width: 992px){.modal--has-secondary-content .modal__primary-content{max-width:calc(100% - 24rem);max-height:none;flex-basis:calc(100% - 24rem)}}.modal--has-secondary-content .modal__secondary-content{display:block}@media (min-width: 768px){.modal--scrolled:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--scrolled.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}}.modal__backdrop{position:fixed;background-color:rgba(0, 0, 0, 0.2);inset:0}.modal__body{position:relative;z-index:var(--s-z-40);display:flex;overflow:hidden;width:100vw;max-width:40rem;height:100vh;background-color:var(--s-surface-overlay-default);flex-direction:column}@media (min-width: 768px){.modal__body{width:90vw;max-height:var(--swirl-modal-max-height);border-radius:var(--s-border-radius-base);box-shadow:var(--s-shadow-level-3)}}@media (min-width: 992px){.modal__body{height:var(--swirl-modal-height)}}.modal__header{border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header{border-bottom:var(--s-border-width-default) solid transparent}}.modal__header-bar{display:flex;height:3.5rem;padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);flex-shrink:0;align-items:center;gap:var(--s-space-8)}@media (min-width: 768px){.modal__header-bar{height:4.125rem;padding-top:var(--s-space-24);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-direction:row-reverse;gap:var(--s-space-16)}}.modal__header-tools{display:none;padding-right:var(--s-space-16);padding-left:var(--s-space-16);border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header-tools{padding-right:var(--s-space-24);padding-left:var(--s-space-24);border-bottom-color:transparent}}.modal__custom-header{flex-shrink:0;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.modal__heading{overflow:hidden}.modal__heading .heading{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.modal__content-container{display:flex;overflow:hidden;flex-grow:1;flex-direction:column;gap:var(--s-space-24)}@media (min-width: 992px){.modal__content-container{flex-direction:row}}.modal__primary-content{display:flex;overflow:hidden;flex-basis:100%;flex-direction:column}.modal__content{overflow-x:hidden;overflow-y:auto}.modal__content ::slotted(*){margin:0}.modal__secondary-content{display:none;overflow:visible;overflow-x:hidden;overflow-y:auto;max-width:none;max-height:40%;padding-right:var(--s-space-16);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal__secondary-content{padding-left:var(--s-space-24)}}@media (min-width: 992px){.modal__secondary-content{overflow-x:hidden;overflow-y:auto;max-width:24rem;max-height:none;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:0;flex-basis:50%}}.modal__custom-footer{flex-shrink:0}.modal__controls{display:flex;padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-shrink:0;justify-content:flex-end}@keyframes modal-scale-in{from{transform:scale(0)}to{transform:scale(1)}}@keyframes modal-backdrop-fade-in{from{opacity:0}to{opacity:1}}@keyframes modal-fade-out{from{opacity:1}to{opacity:0}}@keyframes modal-drawer-slide-in{from{transform:translate3d(100%, 0, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes modal-drawer-slide-out{from{transform:translate3d(0, 0, 0)}to{transform:translate3d(100%, 0, 0)}}";
|
|
1151
|
+
const swirlModalCss = ":host{display:block}:host *{box-sizing:border-box}.modal{--swirl-ghost-button-background-default:var(--s-surface-overlay-default);--swirl-ghost-button-background-hovered:var(--s-surface-overlay-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-overlay-pressed);--swirl-resource-list-item-background-default:var(\n --s-surface-overlay-default\n );--swirl-resource-list-item-background-hovered:var(\n --s-surface-overlay-hovered\n );--swirl-resource-list-item-background-pressed:var(\n --s-surface-overlay-pressed\n );--swirl-modal-height:auto;--swirl-modal-max-height:90vh;position:fixed;z-index:var(--s-z-40);display:flex;justify-content:center;align-items:center;inset:0}.modal[aria-hidden=\"true\"]{display:none}.modal--variant-default.modal--closing{animation:0.15s modal-fade-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-default.modal--closing{animation:none}}.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:0.15s modal-backdrop-fade-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:none}}.modal--variant-default:not(.modal--closing) .modal__body{animation:0.15s modal-scale-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__body{animation:none}}.modal--variant-drawer{justify-content:end;align-items:stretch}.modal--variant-drawer.modal--closing{animation:0.15s modal-drawer-slide-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-drawer.modal--closing{animation:none}}@media (min-width: 768px){.modal--variant-drawer.modal--hide-label .modal__header-bar{height:auto;padding-top:var(--s-space-4);padding-bottom:var(--s-space-4)}}.modal--variant-drawer .modal__backdrop{background-color:transparent;animation:none}.modal--variant-drawer .modal__body{height:100%;max-height:none;border-radius:0;animation:0.15s modal-drawer-slide-in;box-shadow:var(--s-shadow-level-3)}@media (prefers-reduced-motion){.modal--variant-drawer .modal__body{animation:none}}.modal--variant-drawer .modal__header-bar{background-color:var(--s-surface-overlay-default)}.modal--variant-drawer .modal__header-bar .modal__close-button{margin-left:calc(-1 * var(--s-space-8))}@media (min-width: 768px){.modal--variant-drawer .modal__header-bar{flex-direction:row}}.modal--variant-drawer .modal__content{min-height:100%}@media (min-width: 768px){.modal--variant-drawer.modal--padded .modal__content{padding-top:var(--s-space-8)}}.modal--padded .modal__content{padding-top:var(--s-space-24);padding-right:var(--s-space-16);padding-bottom:var(--s-space-24);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal--padded .modal__content{padding-top:0;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}}@media (min-width: 768px){.modal--scrollable .modal__content{padding-bottom:0}}.modal--scrollable:not(.modal--scrolled-down).modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--scrollable:not(.modal--scrolled-down):not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-custom-header .modal__content{padding-top:var(--s-space-16)}.modal--has-custom-footer .modal__custom-footer{padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}.modal--has-header-tools .modal__header{border-bottom-color:transparent}.modal--has-header-tools .modal__header-tools{display:block}.modal--has-secondary-content .modal__body{max-width:64rem}.modal--has-secondary-content:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-secondary-content:not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 992px){.modal--has-secondary-content .modal__header-tools,.modal--has-secondary-content .modal__content{padding-right:0}}.modal--has-secondary-content .modal__primary-content{overflow:visible;max-height:60%;flex-basis:auto}@media (min-width: 992px){.modal--has-secondary-content .modal__primary-content{max-width:calc(100% - 24rem);max-height:none;flex-basis:calc(100% - 24rem)}}.modal--has-secondary-content .modal__secondary-content{display:block}@media (min-width: 768px){.modal--scrolled:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--scrolled.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}}.modal__backdrop{position:fixed;background-color:rgba(0, 0, 0, 0.2);inset:0}.modal__body{--swirl-card-background-default:var(--s-surface-overlay-default);--swirl-card-background-hovered:var(--s-surface-overlay-hovered);--swirl-card-background-pressed:var(--s-surface-overlay-pressed);position:relative;z-index:var(--s-z-40);display:flex;overflow:hidden;width:100vw;max-width:40rem;height:100vh;background-color:var(--s-surface-overlay-default);flex-direction:column}@media (min-width: 768px){.modal__body{width:90vw;max-height:var(--swirl-modal-max-height);border-radius:var(--s-border-radius-base);box-shadow:var(--s-shadow-level-3)}}@media (min-width: 992px){.modal__body{height:var(--swirl-modal-height)}}.modal__header{border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header{border-bottom:var(--s-border-width-default) solid transparent}}.modal__header-bar{display:flex;height:3.5rem;padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);flex-shrink:0;align-items:center;gap:var(--s-space-8)}@media (min-width: 768px){.modal__header-bar{height:4.125rem;padding-top:var(--s-space-24);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-direction:row-reverse;gap:var(--s-space-16)}}.modal__header-tools{display:none;padding-right:var(--s-space-16);padding-left:var(--s-space-16);border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header-tools{padding-right:var(--s-space-24);padding-left:var(--s-space-24);border-bottom-color:transparent}}.modal__custom-header{flex-shrink:0;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.modal__heading{overflow:hidden}.modal__heading .heading{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.modal__content-container{display:flex;overflow:hidden;flex-grow:1;flex-direction:column;gap:var(--s-space-24)}@media (min-width: 992px){.modal__content-container{flex-direction:row}}.modal__primary-content{display:flex;overflow:hidden;flex-basis:100%;flex-direction:column}.modal__content{overflow-x:hidden;overflow-y:auto}.modal__content ::slotted(*){margin:0}.modal__secondary-content{display:none;overflow:visible;overflow-x:hidden;overflow-y:auto;max-width:none;max-height:40%;padding-right:var(--s-space-16);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal__secondary-content{padding-left:var(--s-space-24)}}@media (min-width: 992px){.modal__secondary-content{overflow-x:hidden;overflow-y:auto;max-width:24rem;max-height:none;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:0;flex-basis:50%}}.modal__custom-footer{flex-shrink:0}.modal__controls{display:flex;padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-shrink:0;justify-content:flex-end}@keyframes modal-scale-in{from{transform:scale(0)}to{transform:scale(1)}}@keyframes modal-backdrop-fade-in{from{opacity:0}to{opacity:1}}@keyframes modal-fade-out{from{opacity:1}to{opacity:0}}@keyframes modal-drawer-slide-in{from{transform:translate3d(100%, 0, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes modal-drawer-slide-out{from{transform:translate3d(0, 0, 0)}to{transform:translate3d(100%, 0, 0)}}";
|
|
1152
1152
|
|
|
1153
1153
|
const SwirlModal = class {
|
|
1154
1154
|
constructor(hostRef) {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
border: var(--s-border-width-default) solid var(--s-border-default);
|
|
23
23
|
border-radius: var(--s-border-radius-base);
|
|
24
24
|
color: var(--s-text-default);
|
|
25
|
-
background-color: var(--
|
|
25
|
+
background-color: var(--swirl-card-background-default);
|
|
26
26
|
font: inherit;
|
|
27
27
|
text-decoration: none;
|
|
28
28
|
flex-direction: column;
|
|
@@ -35,11 +35,11 @@ button.card,
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
a.card:hover, button.card:hover, .card--interactive:hover {
|
|
38
|
-
background-color: var(--
|
|
38
|
+
background-color: var(--swirl-card-background-hovered);
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
a.card:active, button.card:active, .card--interactive:active {
|
|
42
|
-
background-color: var(--
|
|
42
|
+
background-color: var(--swirl-card-background-pressed);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
a.card:focus:not(:focus-visible), button.card:focus:not(:focus-visible), .card--interactive:focus:not(:focus-visible) {
|
|
@@ -255,6 +255,10 @@
|
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
.modal__body {
|
|
258
|
+
--swirl-card-background-default: var(--s-surface-overlay-default);
|
|
259
|
+
--swirl-card-background-hovered: var(--s-surface-overlay-hovered);
|
|
260
|
+
--swirl-card-background-pressed: var(--s-surface-overlay-pressed);
|
|
261
|
+
|
|
258
262
|
position: relative;
|
|
259
263
|
z-index: var(--s-z-40);
|
|
260
264
|
display: flex;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { c as classnames } from './index2.js';
|
|
3
3
|
|
|
4
|
-
const swirlCardCss = ":host{display:contents}:host *{box-sizing:border-box}.card{--swirl-ghost-button-background-default:var(--s-surface-default);--swirl-ghost-button-background-hovered:var(--s-surface-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-pressed);--swirl-resource-list-item-background-default:var(--s-surface-default);--swirl-resource-list-item-background-hovered:var(--s-surface-hovered);--swirl-resource-list-item-background-pressed:var(--s-surface-pressed);display:flex;overflow:hidden;width:100%;margin:0;padding:0;border:var(--s-border-width-default) solid var(--s-border-default);border-radius:var(--s-border-radius-base);color:var(--s-text-default);background-color:var(--
|
|
4
|
+
const swirlCardCss = ":host{display:contents}:host *{box-sizing:border-box}.card{--swirl-ghost-button-background-default:var(--s-surface-default);--swirl-ghost-button-background-hovered:var(--s-surface-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-pressed);--swirl-resource-list-item-background-default:var(--s-surface-default);--swirl-resource-list-item-background-hovered:var(--s-surface-hovered);--swirl-resource-list-item-background-pressed:var(--s-surface-pressed);display:flex;overflow:hidden;width:100%;margin:0;padding:0;border:var(--s-border-width-default) solid var(--s-border-default);border-radius:var(--s-border-radius-base);color:var(--s-text-default);background-color:var(--swirl-card-background-default);font:inherit;text-decoration:none;flex-direction:column}a.card,button.card,.card--interactive{cursor:pointer}a.card:hover,button.card:hover,.card--interactive:hover{background-color:var(--swirl-card-background-hovered)}a.card:active,button.card:active,.card--interactive:active{background-color:var(--swirl-card-background-pressed)}a.card:focus:not(:focus-visible),button.card:focus:not(:focus-visible),.card--interactive:focus:not(:focus-visible){outline:none}a.card:focus-visible,button.card:focus-visible,.card--interactive:focus-visible{outline-color:var(--s-focus-default);outline-offset:var(--s-space-4)}.card--is--borderless{border:0}.card--elevated{border-color:transparent;box-shadow:0 0.75rem 1rem rgba(25, 26, 28, 0.12),\n 0 0.25rem 0.75rem rgba(25, 26, 28, 0.08)}.card--highlighted{border-width:0.1875rem;border-color:var(--s-border-highlight)}.card--justify-content-start .card__body{justify-content:flex-start}.card--justify-content-center .card__body{justify-content:center}.card--justify-content-end .card__body{justify-content:flex-end}:not(.card--has-image) .card__image{overflow:hidden;height:0}.card--intent-critical-subdued{background-color:var(--s-surface-critical-subdued)}.card--intent-default-subdued{--swirl-resource-list-item-background-default:var(\n --s-surface-raised-default\n );--swirl-resource-list-item-background-hovered:var(\n --s-surface-raised-hovered\n );--swirl-resource-list-item-background-pressed:var(\n --s-surface-raised-pressed\n );--swirl-ghost-button-background-default:var(--s-surface-raised-default);--swirl-ghost-button-background-hovered:var(--s-surface-raised-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-raised-pressed);background-color:var(--s-surface-raised-default)}.card--intent-info-subdued{background-color:var(--s-surface-info-subdued)}.card--intent-success-subdued{background-color:var(--s-surface-success-subdued)}.card--intent-warning-subdued{background-color:var(--s-surface-warning-subdued)}.content-section{padding:0 var(--s-space-16)}.card__image{overflow:hidden;min-height:0}.card__image ::slotted(img){display:inline-flex;width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.card__body{display:flex;min-height:0;padding:var(--s-space-12) var(--s-space-16) var(--s-space-16);flex-grow:1;flex-direction:column;gap:var(--s-space-16)}";
|
|
5
5
|
|
|
6
6
|
const swirlCardBorderRadiusTokens = ["xs", "sm", "base", "l", "xl"];
|
|
7
7
|
const SwirlCard$1 = /*@__PURE__*/ proxyCustomElement(class SwirlCard extends HTMLElement {
|
|
@@ -1148,7 +1148,7 @@ var createFocusTrap = function createFocusTrap(elements, userOptions) {
|
|
|
1148
1148
|
return trap;
|
|
1149
1149
|
};
|
|
1150
1150
|
|
|
1151
|
-
const swirlModalCss = ":host{display:block}:host *{box-sizing:border-box}.modal{--swirl-ghost-button-background-default:var(--s-surface-overlay-default);--swirl-ghost-button-background-hovered:var(--s-surface-overlay-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-overlay-pressed);--swirl-resource-list-item-background-default:var(\n --s-surface-overlay-default\n );--swirl-resource-list-item-background-hovered:var(\n --s-surface-overlay-hovered\n );--swirl-resource-list-item-background-pressed:var(\n --s-surface-overlay-pressed\n );--swirl-modal-height:auto;--swirl-modal-max-height:90vh;position:fixed;z-index:var(--s-z-40);display:flex;justify-content:center;align-items:center;inset:0}.modal[aria-hidden=\"true\"]{display:none}.modal--variant-default.modal--closing{animation:0.15s modal-fade-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-default.modal--closing{animation:none}}.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:0.15s modal-backdrop-fade-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:none}}.modal--variant-default:not(.modal--closing) .modal__body{animation:0.15s modal-scale-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__body{animation:none}}.modal--variant-drawer{justify-content:end;align-items:stretch}.modal--variant-drawer.modal--closing{animation:0.15s modal-drawer-slide-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-drawer.modal--closing{animation:none}}@media (min-width: 768px){.modal--variant-drawer.modal--hide-label .modal__header-bar{height:auto;padding-top:var(--s-space-4);padding-bottom:var(--s-space-4)}}.modal--variant-drawer .modal__backdrop{background-color:transparent;animation:none}.modal--variant-drawer .modal__body{height:100%;max-height:none;border-radius:0;animation:0.15s modal-drawer-slide-in;box-shadow:var(--s-shadow-level-3)}@media (prefers-reduced-motion){.modal--variant-drawer .modal__body{animation:none}}.modal--variant-drawer .modal__header-bar{background-color:var(--s-surface-overlay-default)}.modal--variant-drawer .modal__header-bar .modal__close-button{margin-left:calc(-1 * var(--s-space-8))}@media (min-width: 768px){.modal--variant-drawer .modal__header-bar{flex-direction:row}}.modal--variant-drawer .modal__content{min-height:100%}@media (min-width: 768px){.modal--variant-drawer.modal--padded .modal__content{padding-top:var(--s-space-8)}}.modal--padded .modal__content{padding-top:var(--s-space-24);padding-right:var(--s-space-16);padding-bottom:var(--s-space-24);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal--padded .modal__content{padding-top:0;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}}@media (min-width: 768px){.modal--scrollable .modal__content{padding-bottom:0}}.modal--scrollable:not(.modal--scrolled-down).modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--scrollable:not(.modal--scrolled-down):not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-custom-header .modal__content{padding-top:var(--s-space-16)}.modal--has-custom-footer .modal__custom-footer{padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}.modal--has-header-tools .modal__header{border-bottom-color:transparent}.modal--has-header-tools .modal__header-tools{display:block}.modal--has-secondary-content .modal__body{max-width:64rem}.modal--has-secondary-content:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-secondary-content:not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 992px){.modal--has-secondary-content .modal__header-tools,.modal--has-secondary-content .modal__content{padding-right:0}}.modal--has-secondary-content .modal__primary-content{overflow:visible;max-height:60%;flex-basis:auto}@media (min-width: 992px){.modal--has-secondary-content .modal__primary-content{max-width:calc(100% - 24rem);max-height:none;flex-basis:calc(100% - 24rem)}}.modal--has-secondary-content .modal__secondary-content{display:block}@media (min-width: 768px){.modal--scrolled:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--scrolled.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}}.modal__backdrop{position:fixed;background-color:rgba(0, 0, 0, 0.2);inset:0}.modal__body{position:relative;z-index:var(--s-z-40);display:flex;overflow:hidden;width:100vw;max-width:40rem;height:100vh;background-color:var(--s-surface-overlay-default);flex-direction:column}@media (min-width: 768px){.modal__body{width:90vw;max-height:var(--swirl-modal-max-height);border-radius:var(--s-border-radius-base);box-shadow:var(--s-shadow-level-3)}}@media (min-width: 992px){.modal__body{height:var(--swirl-modal-height)}}.modal__header{border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header{border-bottom:var(--s-border-width-default) solid transparent}}.modal__header-bar{display:flex;height:3.5rem;padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);flex-shrink:0;align-items:center;gap:var(--s-space-8)}@media (min-width: 768px){.modal__header-bar{height:4.125rem;padding-top:var(--s-space-24);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-direction:row-reverse;gap:var(--s-space-16)}}.modal__header-tools{display:none;padding-right:var(--s-space-16);padding-left:var(--s-space-16);border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header-tools{padding-right:var(--s-space-24);padding-left:var(--s-space-24);border-bottom-color:transparent}}.modal__custom-header{flex-shrink:0;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.modal__heading{overflow:hidden}.modal__heading .heading{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.modal__content-container{display:flex;overflow:hidden;flex-grow:1;flex-direction:column;gap:var(--s-space-24)}@media (min-width: 992px){.modal__content-container{flex-direction:row}}.modal__primary-content{display:flex;overflow:hidden;flex-basis:100%;flex-direction:column}.modal__content{overflow-x:hidden;overflow-y:auto}.modal__content ::slotted(*){margin:0}.modal__secondary-content{display:none;overflow:visible;overflow-x:hidden;overflow-y:auto;max-width:none;max-height:40%;padding-right:var(--s-space-16);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal__secondary-content{padding-left:var(--s-space-24)}}@media (min-width: 992px){.modal__secondary-content{overflow-x:hidden;overflow-y:auto;max-width:24rem;max-height:none;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:0;flex-basis:50%}}.modal__custom-footer{flex-shrink:0}.modal__controls{display:flex;padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-shrink:0;justify-content:flex-end}@keyframes modal-scale-in{from{transform:scale(0)}to{transform:scale(1)}}@keyframes modal-backdrop-fade-in{from{opacity:0}to{opacity:1}}@keyframes modal-fade-out{from{opacity:1}to{opacity:0}}@keyframes modal-drawer-slide-in{from{transform:translate3d(100%, 0, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes modal-drawer-slide-out{from{transform:translate3d(0, 0, 0)}to{transform:translate3d(100%, 0, 0)}}";
|
|
1151
|
+
const swirlModalCss = ":host{display:block}:host *{box-sizing:border-box}.modal{--swirl-ghost-button-background-default:var(--s-surface-overlay-default);--swirl-ghost-button-background-hovered:var(--s-surface-overlay-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-overlay-pressed);--swirl-resource-list-item-background-default:var(\n --s-surface-overlay-default\n );--swirl-resource-list-item-background-hovered:var(\n --s-surface-overlay-hovered\n );--swirl-resource-list-item-background-pressed:var(\n --s-surface-overlay-pressed\n );--swirl-modal-height:auto;--swirl-modal-max-height:90vh;position:fixed;z-index:var(--s-z-40);display:flex;justify-content:center;align-items:center;inset:0}.modal[aria-hidden=\"true\"]{display:none}.modal--variant-default.modal--closing{animation:0.15s modal-fade-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-default.modal--closing{animation:none}}.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:0.15s modal-backdrop-fade-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:none}}.modal--variant-default:not(.modal--closing) .modal__body{animation:0.15s modal-scale-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__body{animation:none}}.modal--variant-drawer{justify-content:end;align-items:stretch}.modal--variant-drawer.modal--closing{animation:0.15s modal-drawer-slide-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-drawer.modal--closing{animation:none}}@media (min-width: 768px){.modal--variant-drawer.modal--hide-label .modal__header-bar{height:auto;padding-top:var(--s-space-4);padding-bottom:var(--s-space-4)}}.modal--variant-drawer .modal__backdrop{background-color:transparent;animation:none}.modal--variant-drawer .modal__body{height:100%;max-height:none;border-radius:0;animation:0.15s modal-drawer-slide-in;box-shadow:var(--s-shadow-level-3)}@media (prefers-reduced-motion){.modal--variant-drawer .modal__body{animation:none}}.modal--variant-drawer .modal__header-bar{background-color:var(--s-surface-overlay-default)}.modal--variant-drawer .modal__header-bar .modal__close-button{margin-left:calc(-1 * var(--s-space-8))}@media (min-width: 768px){.modal--variant-drawer .modal__header-bar{flex-direction:row}}.modal--variant-drawer .modal__content{min-height:100%}@media (min-width: 768px){.modal--variant-drawer.modal--padded .modal__content{padding-top:var(--s-space-8)}}.modal--padded .modal__content{padding-top:var(--s-space-24);padding-right:var(--s-space-16);padding-bottom:var(--s-space-24);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal--padded .modal__content{padding-top:0;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}}@media (min-width: 768px){.modal--scrollable .modal__content{padding-bottom:0}}.modal--scrollable:not(.modal--scrolled-down).modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--scrollable:not(.modal--scrolled-down):not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-custom-header .modal__content{padding-top:var(--s-space-16)}.modal--has-custom-footer .modal__custom-footer{padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}.modal--has-header-tools .modal__header{border-bottom-color:transparent}.modal--has-header-tools .modal__header-tools{display:block}.modal--has-secondary-content .modal__body{max-width:64rem}.modal--has-secondary-content:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-secondary-content:not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 992px){.modal--has-secondary-content .modal__header-tools,.modal--has-secondary-content .modal__content{padding-right:0}}.modal--has-secondary-content .modal__primary-content{overflow:visible;max-height:60%;flex-basis:auto}@media (min-width: 992px){.modal--has-secondary-content .modal__primary-content{max-width:calc(100% - 24rem);max-height:none;flex-basis:calc(100% - 24rem)}}.modal--has-secondary-content .modal__secondary-content{display:block}@media (min-width: 768px){.modal--scrolled:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--scrolled.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}}.modal__backdrop{position:fixed;background-color:rgba(0, 0, 0, 0.2);inset:0}.modal__body{--swirl-card-background-default:var(--s-surface-overlay-default);--swirl-card-background-hovered:var(--s-surface-overlay-hovered);--swirl-card-background-pressed:var(--s-surface-overlay-pressed);position:relative;z-index:var(--s-z-40);display:flex;overflow:hidden;width:100vw;max-width:40rem;height:100vh;background-color:var(--s-surface-overlay-default);flex-direction:column}@media (min-width: 768px){.modal__body{width:90vw;max-height:var(--swirl-modal-max-height);border-radius:var(--s-border-radius-base);box-shadow:var(--s-shadow-level-3)}}@media (min-width: 992px){.modal__body{height:var(--swirl-modal-height)}}.modal__header{border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header{border-bottom:var(--s-border-width-default) solid transparent}}.modal__header-bar{display:flex;height:3.5rem;padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);flex-shrink:0;align-items:center;gap:var(--s-space-8)}@media (min-width: 768px){.modal__header-bar{height:4.125rem;padding-top:var(--s-space-24);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-direction:row-reverse;gap:var(--s-space-16)}}.modal__header-tools{display:none;padding-right:var(--s-space-16);padding-left:var(--s-space-16);border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header-tools{padding-right:var(--s-space-24);padding-left:var(--s-space-24);border-bottom-color:transparent}}.modal__custom-header{flex-shrink:0;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.modal__heading{overflow:hidden}.modal__heading .heading{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.modal__content-container{display:flex;overflow:hidden;flex-grow:1;flex-direction:column;gap:var(--s-space-24)}@media (min-width: 992px){.modal__content-container{flex-direction:row}}.modal__primary-content{display:flex;overflow:hidden;flex-basis:100%;flex-direction:column}.modal__content{overflow-x:hidden;overflow-y:auto}.modal__content ::slotted(*){margin:0}.modal__secondary-content{display:none;overflow:visible;overflow-x:hidden;overflow-y:auto;max-width:none;max-height:40%;padding-right:var(--s-space-16);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal__secondary-content{padding-left:var(--s-space-24)}}@media (min-width: 992px){.modal__secondary-content{overflow-x:hidden;overflow-y:auto;max-width:24rem;max-height:none;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:0;flex-basis:50%}}.modal__custom-footer{flex-shrink:0}.modal__controls{display:flex;padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-shrink:0;justify-content:flex-end}@keyframes modal-scale-in{from{transform:scale(0)}to{transform:scale(1)}}@keyframes modal-backdrop-fade-in{from{opacity:0}to{opacity:1}}@keyframes modal-fade-out{from{opacity:1}to{opacity:0}}@keyframes modal-drawer-slide-in{from{transform:translate3d(100%, 0, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes modal-drawer-slide-out{from{transform:translate3d(0, 0, 0)}to{transform:translate3d(100%, 0, 0)}}";
|
|
1152
1152
|
|
|
1153
1153
|
const SwirlModal$1 = /*@__PURE__*/ proxyCustomElement(class SwirlModal extends HTMLElement {
|
|
1154
1154
|
constructor() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-99d0060d.js';
|
|
2
2
|
import { c as classnames } from './index-d280dafb.js';
|
|
3
3
|
|
|
4
|
-
const swirlCardCss = ":host{display:contents}:host *{box-sizing:border-box}.card{--swirl-ghost-button-background-default:var(--s-surface-default);--swirl-ghost-button-background-hovered:var(--s-surface-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-pressed);--swirl-resource-list-item-background-default:var(--s-surface-default);--swirl-resource-list-item-background-hovered:var(--s-surface-hovered);--swirl-resource-list-item-background-pressed:var(--s-surface-pressed);display:flex;overflow:hidden;width:100%;margin:0;padding:0;border:var(--s-border-width-default) solid var(--s-border-default);border-radius:var(--s-border-radius-base);color:var(--s-text-default);background-color:var(--
|
|
4
|
+
const swirlCardCss = ":host{display:contents}:host *{box-sizing:border-box}.card{--swirl-ghost-button-background-default:var(--s-surface-default);--swirl-ghost-button-background-hovered:var(--s-surface-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-pressed);--swirl-resource-list-item-background-default:var(--s-surface-default);--swirl-resource-list-item-background-hovered:var(--s-surface-hovered);--swirl-resource-list-item-background-pressed:var(--s-surface-pressed);display:flex;overflow:hidden;width:100%;margin:0;padding:0;border:var(--s-border-width-default) solid var(--s-border-default);border-radius:var(--s-border-radius-base);color:var(--s-text-default);background-color:var(--swirl-card-background-default);font:inherit;text-decoration:none;flex-direction:column}a.card,button.card,.card--interactive{cursor:pointer}a.card:hover,button.card:hover,.card--interactive:hover{background-color:var(--swirl-card-background-hovered)}a.card:active,button.card:active,.card--interactive:active{background-color:var(--swirl-card-background-pressed)}a.card:focus:not(:focus-visible),button.card:focus:not(:focus-visible),.card--interactive:focus:not(:focus-visible){outline:none}a.card:focus-visible,button.card:focus-visible,.card--interactive:focus-visible{outline-color:var(--s-focus-default);outline-offset:var(--s-space-4)}.card--is--borderless{border:0}.card--elevated{border-color:transparent;box-shadow:0 0.75rem 1rem rgba(25, 26, 28, 0.12),\n 0 0.25rem 0.75rem rgba(25, 26, 28, 0.08)}.card--highlighted{border-width:0.1875rem;border-color:var(--s-border-highlight)}.card--justify-content-start .card__body{justify-content:flex-start}.card--justify-content-center .card__body{justify-content:center}.card--justify-content-end .card__body{justify-content:flex-end}:not(.card--has-image) .card__image{overflow:hidden;height:0}.card--intent-critical-subdued{background-color:var(--s-surface-critical-subdued)}.card--intent-default-subdued{--swirl-resource-list-item-background-default:var(\n --s-surface-raised-default\n );--swirl-resource-list-item-background-hovered:var(\n --s-surface-raised-hovered\n );--swirl-resource-list-item-background-pressed:var(\n --s-surface-raised-pressed\n );--swirl-ghost-button-background-default:var(--s-surface-raised-default);--swirl-ghost-button-background-hovered:var(--s-surface-raised-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-raised-pressed);background-color:var(--s-surface-raised-default)}.card--intent-info-subdued{background-color:var(--s-surface-info-subdued)}.card--intent-success-subdued{background-color:var(--s-surface-success-subdued)}.card--intent-warning-subdued{background-color:var(--s-surface-warning-subdued)}.content-section{padding:0 var(--s-space-16)}.card__image{overflow:hidden;min-height:0}.card__image ::slotted(img){display:inline-flex;width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.card__body{display:flex;min-height:0;padding:var(--s-space-12) var(--s-space-16) var(--s-space-16);flex-grow:1;flex-direction:column;gap:var(--s-space-16)}";
|
|
5
5
|
|
|
6
6
|
const swirlCardBorderRadiusTokens = ["xs", "sm", "base", "l", "xl"];
|
|
7
7
|
const SwirlCard = class {
|
|
@@ -1144,7 +1144,7 @@ var createFocusTrap = function createFocusTrap(elements, userOptions) {
|
|
|
1144
1144
|
return trap;
|
|
1145
1145
|
};
|
|
1146
1146
|
|
|
1147
|
-
const swirlModalCss = ":host{display:block}:host *{box-sizing:border-box}.modal{--swirl-ghost-button-background-default:var(--s-surface-overlay-default);--swirl-ghost-button-background-hovered:var(--s-surface-overlay-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-overlay-pressed);--swirl-resource-list-item-background-default:var(\n --s-surface-overlay-default\n );--swirl-resource-list-item-background-hovered:var(\n --s-surface-overlay-hovered\n );--swirl-resource-list-item-background-pressed:var(\n --s-surface-overlay-pressed\n );--swirl-modal-height:auto;--swirl-modal-max-height:90vh;position:fixed;z-index:var(--s-z-40);display:flex;justify-content:center;align-items:center;inset:0}.modal[aria-hidden=\"true\"]{display:none}.modal--variant-default.modal--closing{animation:0.15s modal-fade-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-default.modal--closing{animation:none}}.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:0.15s modal-backdrop-fade-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:none}}.modal--variant-default:not(.modal--closing) .modal__body{animation:0.15s modal-scale-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__body{animation:none}}.modal--variant-drawer{justify-content:end;align-items:stretch}.modal--variant-drawer.modal--closing{animation:0.15s modal-drawer-slide-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-drawer.modal--closing{animation:none}}@media (min-width: 768px){.modal--variant-drawer.modal--hide-label .modal__header-bar{height:auto;padding-top:var(--s-space-4);padding-bottom:var(--s-space-4)}}.modal--variant-drawer .modal__backdrop{background-color:transparent;animation:none}.modal--variant-drawer .modal__body{height:100%;max-height:none;border-radius:0;animation:0.15s modal-drawer-slide-in;box-shadow:var(--s-shadow-level-3)}@media (prefers-reduced-motion){.modal--variant-drawer .modal__body{animation:none}}.modal--variant-drawer .modal__header-bar{background-color:var(--s-surface-overlay-default)}.modal--variant-drawer .modal__header-bar .modal__close-button{margin-left:calc(-1 * var(--s-space-8))}@media (min-width: 768px){.modal--variant-drawer .modal__header-bar{flex-direction:row}}.modal--variant-drawer .modal__content{min-height:100%}@media (min-width: 768px){.modal--variant-drawer.modal--padded .modal__content{padding-top:var(--s-space-8)}}.modal--padded .modal__content{padding-top:var(--s-space-24);padding-right:var(--s-space-16);padding-bottom:var(--s-space-24);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal--padded .modal__content{padding-top:0;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}}@media (min-width: 768px){.modal--scrollable .modal__content{padding-bottom:0}}.modal--scrollable:not(.modal--scrolled-down).modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--scrollable:not(.modal--scrolled-down):not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-custom-header .modal__content{padding-top:var(--s-space-16)}.modal--has-custom-footer .modal__custom-footer{padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}.modal--has-header-tools .modal__header{border-bottom-color:transparent}.modal--has-header-tools .modal__header-tools{display:block}.modal--has-secondary-content .modal__body{max-width:64rem}.modal--has-secondary-content:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-secondary-content:not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 992px){.modal--has-secondary-content .modal__header-tools,.modal--has-secondary-content .modal__content{padding-right:0}}.modal--has-secondary-content .modal__primary-content{overflow:visible;max-height:60%;flex-basis:auto}@media (min-width: 992px){.modal--has-secondary-content .modal__primary-content{max-width:calc(100% - 24rem);max-height:none;flex-basis:calc(100% - 24rem)}}.modal--has-secondary-content .modal__secondary-content{display:block}@media (min-width: 768px){.modal--scrolled:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--scrolled.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}}.modal__backdrop{position:fixed;background-color:rgba(0, 0, 0, 0.2);inset:0}.modal__body{position:relative;z-index:var(--s-z-40);display:flex;overflow:hidden;width:100vw;max-width:40rem;height:100vh;background-color:var(--s-surface-overlay-default);flex-direction:column}@media (min-width: 768px){.modal__body{width:90vw;max-height:var(--swirl-modal-max-height);border-radius:var(--s-border-radius-base);box-shadow:var(--s-shadow-level-3)}}@media (min-width: 992px){.modal__body{height:var(--swirl-modal-height)}}.modal__header{border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header{border-bottom:var(--s-border-width-default) solid transparent}}.modal__header-bar{display:flex;height:3.5rem;padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);flex-shrink:0;align-items:center;gap:var(--s-space-8)}@media (min-width: 768px){.modal__header-bar{height:4.125rem;padding-top:var(--s-space-24);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-direction:row-reverse;gap:var(--s-space-16)}}.modal__header-tools{display:none;padding-right:var(--s-space-16);padding-left:var(--s-space-16);border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header-tools{padding-right:var(--s-space-24);padding-left:var(--s-space-24);border-bottom-color:transparent}}.modal__custom-header{flex-shrink:0;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.modal__heading{overflow:hidden}.modal__heading .heading{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.modal__content-container{display:flex;overflow:hidden;flex-grow:1;flex-direction:column;gap:var(--s-space-24)}@media (min-width: 992px){.modal__content-container{flex-direction:row}}.modal__primary-content{display:flex;overflow:hidden;flex-basis:100%;flex-direction:column}.modal__content{overflow-x:hidden;overflow-y:auto}.modal__content ::slotted(*){margin:0}.modal__secondary-content{display:none;overflow:visible;overflow-x:hidden;overflow-y:auto;max-width:none;max-height:40%;padding-right:var(--s-space-16);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal__secondary-content{padding-left:var(--s-space-24)}}@media (min-width: 992px){.modal__secondary-content{overflow-x:hidden;overflow-y:auto;max-width:24rem;max-height:none;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:0;flex-basis:50%}}.modal__custom-footer{flex-shrink:0}.modal__controls{display:flex;padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-shrink:0;justify-content:flex-end}@keyframes modal-scale-in{from{transform:scale(0)}to{transform:scale(1)}}@keyframes modal-backdrop-fade-in{from{opacity:0}to{opacity:1}}@keyframes modal-fade-out{from{opacity:1}to{opacity:0}}@keyframes modal-drawer-slide-in{from{transform:translate3d(100%, 0, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes modal-drawer-slide-out{from{transform:translate3d(0, 0, 0)}to{transform:translate3d(100%, 0, 0)}}";
|
|
1147
|
+
const swirlModalCss = ":host{display:block}:host *{box-sizing:border-box}.modal{--swirl-ghost-button-background-default:var(--s-surface-overlay-default);--swirl-ghost-button-background-hovered:var(--s-surface-overlay-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-overlay-pressed);--swirl-resource-list-item-background-default:var(\n --s-surface-overlay-default\n );--swirl-resource-list-item-background-hovered:var(\n --s-surface-overlay-hovered\n );--swirl-resource-list-item-background-pressed:var(\n --s-surface-overlay-pressed\n );--swirl-modal-height:auto;--swirl-modal-max-height:90vh;position:fixed;z-index:var(--s-z-40);display:flex;justify-content:center;align-items:center;inset:0}.modal[aria-hidden=\"true\"]{display:none}.modal--variant-default.modal--closing{animation:0.15s modal-fade-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-default.modal--closing{animation:none}}.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:0.15s modal-backdrop-fade-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:none}}.modal--variant-default:not(.modal--closing) .modal__body{animation:0.15s modal-scale-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__body{animation:none}}.modal--variant-drawer{justify-content:end;align-items:stretch}.modal--variant-drawer.modal--closing{animation:0.15s modal-drawer-slide-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-drawer.modal--closing{animation:none}}@media (min-width: 768px){.modal--variant-drawer.modal--hide-label .modal__header-bar{height:auto;padding-top:var(--s-space-4);padding-bottom:var(--s-space-4)}}.modal--variant-drawer .modal__backdrop{background-color:transparent;animation:none}.modal--variant-drawer .modal__body{height:100%;max-height:none;border-radius:0;animation:0.15s modal-drawer-slide-in;box-shadow:var(--s-shadow-level-3)}@media (prefers-reduced-motion){.modal--variant-drawer .modal__body{animation:none}}.modal--variant-drawer .modal__header-bar{background-color:var(--s-surface-overlay-default)}.modal--variant-drawer .modal__header-bar .modal__close-button{margin-left:calc(-1 * var(--s-space-8))}@media (min-width: 768px){.modal--variant-drawer .modal__header-bar{flex-direction:row}}.modal--variant-drawer .modal__content{min-height:100%}@media (min-width: 768px){.modal--variant-drawer.modal--padded .modal__content{padding-top:var(--s-space-8)}}.modal--padded .modal__content{padding-top:var(--s-space-24);padding-right:var(--s-space-16);padding-bottom:var(--s-space-24);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal--padded .modal__content{padding-top:0;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}}@media (min-width: 768px){.modal--scrollable .modal__content{padding-bottom:0}}.modal--scrollable:not(.modal--scrolled-down).modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--scrollable:not(.modal--scrolled-down):not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-custom-header .modal__content{padding-top:var(--s-space-16)}.modal--has-custom-footer .modal__custom-footer{padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}.modal--has-header-tools .modal__header{border-bottom-color:transparent}.modal--has-header-tools .modal__header-tools{display:block}.modal--has-secondary-content .modal__body{max-width:64rem}.modal--has-secondary-content:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-secondary-content:not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 992px){.modal--has-secondary-content .modal__header-tools,.modal--has-secondary-content .modal__content{padding-right:0}}.modal--has-secondary-content .modal__primary-content{overflow:visible;max-height:60%;flex-basis:auto}@media (min-width: 992px){.modal--has-secondary-content .modal__primary-content{max-width:calc(100% - 24rem);max-height:none;flex-basis:calc(100% - 24rem)}}.modal--has-secondary-content .modal__secondary-content{display:block}@media (min-width: 768px){.modal--scrolled:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--scrolled.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}}.modal__backdrop{position:fixed;background-color:rgba(0, 0, 0, 0.2);inset:0}.modal__body{--swirl-card-background-default:var(--s-surface-overlay-default);--swirl-card-background-hovered:var(--s-surface-overlay-hovered);--swirl-card-background-pressed:var(--s-surface-overlay-pressed);position:relative;z-index:var(--s-z-40);display:flex;overflow:hidden;width:100vw;max-width:40rem;height:100vh;background-color:var(--s-surface-overlay-default);flex-direction:column}@media (min-width: 768px){.modal__body{width:90vw;max-height:var(--swirl-modal-max-height);border-radius:var(--s-border-radius-base);box-shadow:var(--s-shadow-level-3)}}@media (min-width: 992px){.modal__body{height:var(--swirl-modal-height)}}.modal__header{border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header{border-bottom:var(--s-border-width-default) solid transparent}}.modal__header-bar{display:flex;height:3.5rem;padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);flex-shrink:0;align-items:center;gap:var(--s-space-8)}@media (min-width: 768px){.modal__header-bar{height:4.125rem;padding-top:var(--s-space-24);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-direction:row-reverse;gap:var(--s-space-16)}}.modal__header-tools{display:none;padding-right:var(--s-space-16);padding-left:var(--s-space-16);border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header-tools{padding-right:var(--s-space-24);padding-left:var(--s-space-24);border-bottom-color:transparent}}.modal__custom-header{flex-shrink:0;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.modal__heading{overflow:hidden}.modal__heading .heading{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.modal__content-container{display:flex;overflow:hidden;flex-grow:1;flex-direction:column;gap:var(--s-space-24)}@media (min-width: 992px){.modal__content-container{flex-direction:row}}.modal__primary-content{display:flex;overflow:hidden;flex-basis:100%;flex-direction:column}.modal__content{overflow-x:hidden;overflow-y:auto}.modal__content ::slotted(*){margin:0}.modal__secondary-content{display:none;overflow:visible;overflow-x:hidden;overflow-y:auto;max-width:none;max-height:40%;padding-right:var(--s-space-16);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal__secondary-content{padding-left:var(--s-space-24)}}@media (min-width: 992px){.modal__secondary-content{overflow-x:hidden;overflow-y:auto;max-width:24rem;max-height:none;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:0;flex-basis:50%}}.modal__custom-footer{flex-shrink:0}.modal__controls{display:flex;padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-shrink:0;justify-content:flex-end}@keyframes modal-scale-in{from{transform:scale(0)}to{transform:scale(1)}}@keyframes modal-backdrop-fade-in{from{opacity:0}to{opacity:1}}@keyframes modal-fade-out{from{opacity:1}to{opacity:0}}@keyframes modal-drawer-slide-in{from{transform:translate3d(100%, 0, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes modal-drawer-slide-out{from{transform:translate3d(0, 0, 0)}to{transform:translate3d(100%, 0, 0)}}";
|
|
1148
1148
|
|
|
1149
1149
|
const SwirlModal = class {
|
|
1150
1150
|
constructor(hostRef) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r,h as e,H as s,g as a}from"./p-3fca9a05.js";import{c as t}from"./p-b7898321.js";const i=["xs","sm","base","l","xl"],d=class{constructor(e){r(this,e),this.as="div",this.borderRadius="base",this.elevated=void 0,this.height=void 0,this.highlighted=void 0,this.href=void 0,this.imageAspectRatio=void 0,this.intent="default",this.isBorderless=void 0,this.interactive=void 0,this.justifyContent="start",this.linkTarget=void 0,this.overflow=void 0,this.padding=void 0,this.paddingBlockEnd=void 0,this.paddingBlockStart=void 0,this.paddingInlineEnd=void 0,this.paddingInlineStart=void 0,this.swirlAriaLabel=void 0}render(){const r=Boolean(this.href)?"a":this.as,a=Boolean(this.el.querySelector('[slot="image"]')),d={borderRadius:i.includes(this.borderRadius)?`var(--s-border-radius-${this.borderRadius})`:this.borderRadius,height:this.height,overflow:this.overflow},o={padding:Boolean(this.padding)?`var(--s-space-${this.padding})`:void 0,paddingBlockEnd:Boolean(this.paddingBlockEnd)?`var(--s-space-${this.paddingBlockEnd})`:void 0,paddingBlockStart:Boolean(this.paddingBlockStart)?`var(--s-space-${this.paddingBlockStart})`:void 0,paddingInlineEnd:Boolean(this.paddingInlineEnd)?`var(--s-space-${this.paddingInlineEnd})`:void 0,paddingInlineStart:Boolean(this.paddingInlineStart)?`var(--s-space-${this.paddingInlineStart})`:void 0},c=t("card",`card--intent-${this.intent}`,`card--justify-content-${this.justifyContent}`,{"card--elevated":this.elevated,"card--has-image":a,"card--highlighted":this.highlighted,"card--interactive":this.interactive||this.href,"card--is--borderless":this.isBorderless});return e(s,{styles:{height:this.height}},e(r,{"aria-label":this.swirlAriaLabel,class:c,href:this.href,rel:Boolean(this.href)&&"_blank"===this.linkTarget?"noreferrer":void 0,style:d,target:this.linkTarget},e("div",{class:"card__image",style:{aspectRatio:this.imageAspectRatio}},e("slot",{name:"image"})),e("div",{class:"card__body",style:o},e("div",{class:"card__content"},e("slot",{name:"content"})))))}get el(){return a(this)}};d.style=":host{display:contents}:host *{box-sizing:border-box}.card{--swirl-ghost-button-background-default:var(--s-surface-default);--swirl-ghost-button-background-hovered:var(--s-surface-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-pressed);--swirl-resource-list-item-background-default:var(--s-surface-default);--swirl-resource-list-item-background-hovered:var(--s-surface-hovered);--swirl-resource-list-item-background-pressed:var(--s-surface-pressed);display:flex;overflow:hidden;width:100%;margin:0;padding:0;border:var(--s-border-width-default) solid var(--s-border-default);border-radius:var(--s-border-radius-base);color:var(--s-text-default);background-color:var(--
|
|
1
|
+
import{r,h as e,H as s,g as a}from"./p-3fca9a05.js";import{c as t}from"./p-b7898321.js";const i=["xs","sm","base","l","xl"],d=class{constructor(e){r(this,e),this.as="div",this.borderRadius="base",this.elevated=void 0,this.height=void 0,this.highlighted=void 0,this.href=void 0,this.imageAspectRatio=void 0,this.intent="default",this.isBorderless=void 0,this.interactive=void 0,this.justifyContent="start",this.linkTarget=void 0,this.overflow=void 0,this.padding=void 0,this.paddingBlockEnd=void 0,this.paddingBlockStart=void 0,this.paddingInlineEnd=void 0,this.paddingInlineStart=void 0,this.swirlAriaLabel=void 0}render(){const r=Boolean(this.href)?"a":this.as,a=Boolean(this.el.querySelector('[slot="image"]')),d={borderRadius:i.includes(this.borderRadius)?`var(--s-border-radius-${this.borderRadius})`:this.borderRadius,height:this.height,overflow:this.overflow},o={padding:Boolean(this.padding)?`var(--s-space-${this.padding})`:void 0,paddingBlockEnd:Boolean(this.paddingBlockEnd)?`var(--s-space-${this.paddingBlockEnd})`:void 0,paddingBlockStart:Boolean(this.paddingBlockStart)?`var(--s-space-${this.paddingBlockStart})`:void 0,paddingInlineEnd:Boolean(this.paddingInlineEnd)?`var(--s-space-${this.paddingInlineEnd})`:void 0,paddingInlineStart:Boolean(this.paddingInlineStart)?`var(--s-space-${this.paddingInlineStart})`:void 0},c=t("card",`card--intent-${this.intent}`,`card--justify-content-${this.justifyContent}`,{"card--elevated":this.elevated,"card--has-image":a,"card--highlighted":this.highlighted,"card--interactive":this.interactive||this.href,"card--is--borderless":this.isBorderless});return e(s,{styles:{height:this.height}},e(r,{"aria-label":this.swirlAriaLabel,class:c,href:this.href,rel:Boolean(this.href)&&"_blank"===this.linkTarget?"noreferrer":void 0,style:d,target:this.linkTarget},e("div",{class:"card__image",style:{aspectRatio:this.imageAspectRatio}},e("slot",{name:"image"})),e("div",{class:"card__body",style:o},e("div",{class:"card__content"},e("slot",{name:"content"})))))}get el(){return a(this)}};d.style=":host{display:contents}:host *{box-sizing:border-box}.card{--swirl-ghost-button-background-default:var(--s-surface-default);--swirl-ghost-button-background-hovered:var(--s-surface-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-pressed);--swirl-resource-list-item-background-default:var(--s-surface-default);--swirl-resource-list-item-background-hovered:var(--s-surface-hovered);--swirl-resource-list-item-background-pressed:var(--s-surface-pressed);display:flex;overflow:hidden;width:100%;margin:0;padding:0;border:var(--s-border-width-default) solid var(--s-border-default);border-radius:var(--s-border-radius-base);color:var(--s-text-default);background-color:var(--swirl-card-background-default);font:inherit;text-decoration:none;flex-direction:column}a.card,button.card,.card--interactive{cursor:pointer}a.card:hover,button.card:hover,.card--interactive:hover{background-color:var(--swirl-card-background-hovered)}a.card:active,button.card:active,.card--interactive:active{background-color:var(--swirl-card-background-pressed)}a.card:focus:not(:focus-visible),button.card:focus:not(:focus-visible),.card--interactive:focus:not(:focus-visible){outline:none}a.card:focus-visible,button.card:focus-visible,.card--interactive:focus-visible{outline-color:var(--s-focus-default);outline-offset:var(--s-space-4)}.card--is--borderless{border:0}.card--elevated{border-color:transparent;box-shadow:0 0.75rem 1rem rgba(25, 26, 28, 0.12),\n 0 0.25rem 0.75rem rgba(25, 26, 28, 0.08)}.card--highlighted{border-width:0.1875rem;border-color:var(--s-border-highlight)}.card--justify-content-start .card__body{justify-content:flex-start}.card--justify-content-center .card__body{justify-content:center}.card--justify-content-end .card__body{justify-content:flex-end}:not(.card--has-image) .card__image{overflow:hidden;height:0}.card--intent-critical-subdued{background-color:var(--s-surface-critical-subdued)}.card--intent-default-subdued{--swirl-resource-list-item-background-default:var(\n --s-surface-raised-default\n );--swirl-resource-list-item-background-hovered:var(\n --s-surface-raised-hovered\n );--swirl-resource-list-item-background-pressed:var(\n --s-surface-raised-pressed\n );--swirl-ghost-button-background-default:var(--s-surface-raised-default);--swirl-ghost-button-background-hovered:var(--s-surface-raised-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-raised-pressed);background-color:var(--s-surface-raised-default)}.card--intent-info-subdued{background-color:var(--s-surface-info-subdued)}.card--intent-success-subdued{background-color:var(--s-surface-success-subdued)}.card--intent-warning-subdued{background-color:var(--s-surface-warning-subdued)}.content-section{padding:0 var(--s-space-16)}.card__image{overflow:hidden;min-height:0}.card__image ::slotted(img){display:inline-flex;width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.card__body{display:flex;min-height:0;padding:var(--s-space-12) var(--s-space-16) var(--s-space-16);flex-grow:1;flex-direction:column;gap:var(--s-space-16)}";export{d as swirl_card}
|
|
@@ -2,9 +2,9 @@ import{r as o,c as t,h as a,H as e,g as r}from"./p-3fca9a05.js";import{d as n,e
|
|
|
2
2
|
/*!
|
|
3
3
|
* tabbable 6.0.1
|
|
4
4
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
5
|
-
*/var s=["input","select","textarea","a[href]","button","[tabindex]:not(slot)","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"],l=s.join(","),c="undefined"==typeof Element,u=c?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,
|
|
5
|
+
*/var s=["input","select","textarea","a[href]","button","[tabindex]:not(slot)","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"],l=s.join(","),c="undefined"==typeof Element,u=c?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,h=!c&&Element.prototype.getRootNode?function(o){return o.getRootNode()}:function(o){return o.ownerDocument},m=function(o,t,a){var e=Array.prototype.slice.apply(o.querySelectorAll(l));return t&&u.call(o,l)&&e.unshift(o),e.filter(a)},f=function o(t,a,e){for(var r=[],n=Array.from(t);n.length;){var i=n.shift();if("SLOT"===i.tagName){var d=i.assignedElements(),s=o(d.length?d:i.children,!0,e);e.flatten?r.push.apply(r,s):r.push({scopeParent:i,candidates:s})}else{u.call(i,l)&&e.filter(i)&&(a||!t.includes(i))&&r.push(i);var c=i.shadowRoot||"function"==typeof e.getShadowRoot&&e.getShadowRoot(i),h=!e.shadowRootFilter||e.shadowRootFilter(i);if(c&&h){var m=o(!0===c?i.children:c.children,!0,e);e.flatten?r.push.apply(r,m):r.push({scopeParent:i,candidates:m})}else n.unshift.apply(n,i.children)}}return r},v=function(o,t){return o.tabIndex<0&&(t||/^(AUDIO|VIDEO|DETAILS)$/.test(o.tagName)||o.isContentEditable)&&isNaN(parseInt(o.getAttribute("tabindex"),10))?0:o.tabIndex},p=function(o,t){return o.tabIndex===t.tabIndex?o.documentOrder-t.documentOrder:o.tabIndex-t.tabIndex},b=function(o){return"INPUT"===o.tagName},w=function(o){var t=o.getBoundingClientRect();return 0===t.width&&0===t.height},_=function(o,t){return!(t.disabled||function(o){return b(o)&&"hidden"===o.type}(t)||function(o,t){var a=t.displayCheck,e=t.getShadowRoot;if("hidden"===getComputedStyle(o).visibility)return!0;var r=u.call(o,"details>summary:first-of-type");if(u.call(r?o.parentElement:o,"details:not([open]) *"))return!0;if(a&&"full"!==a&&"legacy-full"!==a){if("non-zero-area"===a)return w(o)}else{if("function"==typeof e){for(var n=o;o;){var i=o.parentElement,d=h(o);if(i&&!i.shadowRoot&&!0===e(i))return w(o);o=o.assignedSlot?o.assignedSlot:i||d===o.ownerDocument?i:d.host}o=n}if(function(o){for(var t,a=h(o).host,e=!!(null!==(t=a)&&void 0!==t&&t.ownerDocument.contains(a)||o.ownerDocument.contains(o));!e&&a;){var r;e=!(null===(r=a=h(a).host)||void 0===r||!r.ownerDocument.contains(a))}return e}(o))return!o.getClientRects().length;if("legacy-full"!==a)return!0}return!1}(t,o)||function(o){return"DETAILS"===o.tagName&&Array.prototype.slice.apply(o.children).some((function(o){return"SUMMARY"===o.tagName}))}(t)||function(o){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(o.tagName))for(var t=o.parentElement;t;){if("FIELDSET"===t.tagName&&t.disabled){for(var a=0;a<t.children.length;a++){var e=t.children.item(a);if("LEGEND"===e.tagName)return!!u.call(t,"fieldset[disabled] *")||!e.contains(o)}return!0}t=t.parentElement}return!1}(t))},g=function(o,t){return!(function(o){return function(o){return b(o)&&"radio"===o.type}(o)&&!function(o){if(!o.name)return!0;var t,a=o.form||h(o),e=function(o){return a.querySelectorAll('input[type="radio"][name="'+o+'"]')};if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)t=e(window.CSS.escape(o.name));else try{t=e(o.name)}catch(o){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",o.message),!1}var r=function(o,t){for(var a=0;a<o.length;a++)if(o[a].checked&&o[a].form===t)return o[a]}(t,o.form);return!r||r===o}(o)}(t)||v(t)<0||!_(o,t))},y=function(o){var t=parseInt(o.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},x=function o(t){var a=[],e=[];return t.forEach((function(t,r){var n=!!t.scopeParent,i=n?t.scopeParent:t,d=v(i,n),s=n?o(t.candidates):i;0===d?n?a.push.apply(a,s):a.push(i):e.push({documentOrder:r,tabIndex:d,item:t,isScope:n,content:s})})),e.sort(p).reduce((function(o,t){return t.isScope?o.push.apply(o,t.content):o.push(t.content),o}),[]).concat(a)},k=function(o,t){var a;return a=(t=t||{}).getShadowRoot?f([o],t.includeContainer,{filter:g.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:y}):m(o,t.includeContainer,g.bind(null,t)),x(a)},E=function(o,t){if(t=t||{},!o)throw new Error("No node provided");return!1!==u.call(o,l)&&g(t,o)},O=s.concat("iframe").join(","),S=function(o,t){if(t=t||{},!o)throw new Error("No node provided");return!1!==u.call(o,O)&&_(t,o)};
|
|
6
6
|
/*!
|
|
7
7
|
* focus-trap 7.1.0
|
|
8
8
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
9
9
|
*/
|
|
10
|
-
function T(o,t){var a=Object.keys(o);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(o);t&&(e=e.filter((function(t){return Object.getOwnPropertyDescriptor(o,t).enumerable}))),a.push.apply(a,e)}return a}function C(o){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?T(Object(a),!0).forEach((function(t){F(o,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(a)):T(Object(a)).forEach((function(t){Object.defineProperty(o,t,Object.getOwnPropertyDescriptor(a,t))}))}return o}function F(o,t,a){return t in o?Object.defineProperty(o,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):o[t]=a,o}var j=[],A=function(o){return setTimeout(o,0)},D=function(o,t){var a=-1;return o.every((function(o,e){return!t(o)||(a=e,!1)})),a},N=function(o){for(var t=arguments.length,a=new Array(t>1?t-1:0),e=1;e<t;e++)a[e-1]=arguments[e];return"function"==typeof o?o.apply(void 0,a):o},I=function(o){return o.target.shadowRoot&&"function"==typeof o.composedPath?o.composedPath()[0]:o.target};const R=class{constructor(a){o(this,a),this.modalClose=t(this,"modalClose",7),this.modalOpen=t(this,"modalOpen",7),this.primaryAction=t(this,"primaryAction",7),this.requestModalClose=t(this,"requestModalClose",7),this.secondaryAction=t(this,"secondaryAction",7),this.onKeyDown=o=>{"Escape"===o.code&&this.close()},this.onBackdropClick=()=>{this.close()},this.onCloseButtonClick=()=>{this.close()},this.onPrimaryAction=o=>{this.primaryAction.emit(o)},this.onSecondaryAction=o=>{this.secondaryAction.emit(o)},this.determineScrollStatus=()=>{const o=this.scrollContainer?.scrollTop>0,t=Math.ceil(this.scrollContainer?.scrollTop+this.scrollContainer?.offsetHeight)>=this.scrollContainer?.scrollHeight,a=this.scrollContainer?.scrollHeight>this.scrollContainer?.offsetHeight;o!==this.scrolled&&(this.scrolled=o),t!==this.scrolledDown&&(this.scrolledDown=t),a!==this.scrollable&&(this.scrollable=a)},this.closable=!0,this.closeButtonLabel="Close modal",this.height=void 0,this.hideCloseButton=void 0,this.hideLabel=void 0,this.label=void 0,this.maxHeight=void 0,this.maxWidth=void 0,this.padded=!0,this.primaryActionLabel=void 0,this.secondaryActionLabel=void 0,this.variant="default",this.isOpen=!1,this.closing=!1,this.hasCustomHeader=void 0,this.hasCustomFooter=void 0,this.hasHeaderTools=void 0,this.hasSecondaryContent=void 0,this.scrollable=!1,this.scrolled=!1,this.scrolledDown=!1}componentDidLoad(){var o,t,a,e,r,n,i,d,s,l,c,u,m,v,p,b,w,g,y,x;this.focusTrap=(o=this.modalEl,e=(null==(t={allowOutsideClick:!0,tabbableOptions:{getShadowRoot:o=>o.shadowRoot}})?void 0:t.document)||document,r=(null==t?void 0:t.trapStack)||j,n=C({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0},t),i={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0},d=function(o,t,a){return o&&void 0!==o[t]?o[t]:n[a||t]},s=function(o){return i.containerGroups.findIndex((function(t){var a=t.tabbableNodes;return t.container.contains(o)||a.find((function(t){return t===o}))}))},l=function(o){var t=n[o];if("function"==typeof t){for(var a=arguments.length,r=new Array(a>1?a-1:0),i=1;i<a;i++)r[i-1]=arguments[i];t=t.apply(void 0,r)}if(!0===t&&(t=void 0),!t){if(void 0===t||!1===t)return t;throw new Error("`".concat(o,"` was specified but was not a node, or did not return a node"))}var d=t;if("string"==typeof t&&!(d=e.querySelector(t)))throw new Error("`".concat(o,"` as selector refers to no known node"));return d},c=function(){var o=l("initialFocus");if(!1===o)return!1;if(void 0===o)if(s(e.activeElement)>=0)o=e.activeElement;else{var t=i.tabbableGroups[0];o=t&&t.firstTabbableNode||l("fallbackFocus")}if(!o)throw new Error("Your focus-trap needs to have at least one focusable element");return o},u=function(){if(i.containerGroups=i.containers.map((function(o){var t,a,e=k(o,n.tabbableOptions),r=(t=o,(a=(a=n.tabbableOptions)||{}).getShadowRoot?f([t],a.includeContainer,{filter:_.bind(null,a),flatten:!0,getShadowRoot:a.getShadowRoot}):h(t,a.includeContainer,_.bind(null,a)));return{container:o,tabbableNodes:e,focusableNodes:r,firstTabbableNode:e.length>0?e[0]:null,lastTabbableNode:e.length>0?e[e.length-1]:null,nextTabbableNode:function(o){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a=r.findIndex((function(t){return t===o}));if(!(a<0))return t?r.slice(a+1).find((function(o){return E(o,n.tabbableOptions)})):r.slice(0,a).reverse().find((function(o){return E(o,n.tabbableOptions)}))}}})),i.tabbableGroups=i.containerGroups.filter((function(o){return o.tabbableNodes.length>0})),i.tabbableGroups.length<=0&&!l("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")},m=function o(t){!1!==t&&t!==e.activeElement&&(t&&t.focus?(t.focus({preventScroll:!!n.preventScroll}),i.mostRecentlyFocusedNode=t,function(o){return o.tagName&&"input"===o.tagName.toLowerCase()&&"function"==typeof o.select}(t)&&t.select()):o(c()))},v=function(o){var t=l("setReturnFocus",o);return t||!1!==t&&o},p=function(o){var t=I(o);s(t)>=0||(N(n.clickOutsideDeactivates,o)?a.deactivate({returnFocus:n.returnFocusOnDeactivate&&!S(t,n.tabbableOptions)}):N(n.allowOutsideClick,o)||o.preventDefault())},b=function(o){var t=I(o),a=s(t)>=0;a||t instanceof Document?a&&(i.mostRecentlyFocusedNode=t):(o.stopImmediatePropagation(),m(i.mostRecentlyFocusedNode||c()))},w=function(o){if(function(o){return"Escape"===o.key||"Esc"===o.key||27===o.keyCode}(o)&&!1!==N(n.escapeDeactivates,o))return o.preventDefault(),void a.deactivate();(function(o){return"Tab"===o.key||9===o.keyCode})(o)&&function(o){var t=I(o);u();var a=null;if(i.tabbableGroups.length>0){var e=s(t),r=e>=0?i.containerGroups[e]:void 0;if(e<0)a=o.shiftKey?i.tabbableGroups[i.tabbableGroups.length-1].lastTabbableNode:i.tabbableGroups[0].firstTabbableNode;else if(o.shiftKey){var d=D(i.tabbableGroups,(function(o){return t===o.firstTabbableNode}));d<0&&(r.container===t||S(t,n.tabbableOptions)&&!E(t,n.tabbableOptions)&&!r.nextTabbableNode(t,!1))&&(d=e),d>=0&&(a=i.tabbableGroups[0===d?i.tabbableGroups.length-1:d-1].lastTabbableNode)}else{var c=D(i.tabbableGroups,(function(o){return t===o.lastTabbableNode}));c<0&&(r.container===t||S(t,n.tabbableOptions)&&!E(t,n.tabbableOptions)&&!r.nextTabbableNode(t))&&(c=e),c>=0&&(a=i.tabbableGroups[c===i.tabbableGroups.length-1?0:c+1].firstTabbableNode)}}else a=l("fallbackFocus");a&&(o.preventDefault(),m(a))}(o)},g=function(o){var t=I(o);s(t)>=0||N(n.clickOutsideDeactivates,o)||N(n.allowOutsideClick,o)||(o.preventDefault(),o.stopImmediatePropagation())},y=function(){if(i.active)return function(o,t){if(o.length>0){var a=o[o.length-1];a!==t&&a.pause()}var e=o.indexOf(t);-1===e||o.splice(e,1),o.push(t)}(r,a),i.delayInitialFocusTimer=n.delayInitialFocus?A((function(){m(c())})):m(c()),e.addEventListener("focusin",b,!0),e.addEventListener("mousedown",p,{capture:!0,passive:!1}),e.addEventListener("touchstart",p,{capture:!0,passive:!1}),e.addEventListener("click",g,{capture:!0,passive:!1}),e.addEventListener("keydown",w,{capture:!0,passive:!1}),a},x=function(){if(i.active)return e.removeEventListener("focusin",b,!0),e.removeEventListener("mousedown",p,!0),e.removeEventListener("touchstart",p,!0),e.removeEventListener("click",g,!0),e.removeEventListener("keydown",w,!0),a},(a={get active(){return i.active},get paused(){return i.paused},activate:function(o){if(i.active)return this;var t=d(o,"onActivate"),a=d(o,"onPostActivate"),r=d(o,"checkCanFocusTrap");r||u(),i.active=!0,i.paused=!1,i.nodeFocusedBeforeActivation=e.activeElement,t&&t();var n=function(){r&&u(),y(),a&&a()};return r?(r(i.containers.concat()).then(n,n),this):(n(),this)},deactivate:function(o){if(!i.active)return this;var t=C({onDeactivate:n.onDeactivate,onPostDeactivate:n.onPostDeactivate,checkCanReturnFocus:n.checkCanReturnFocus},o);clearTimeout(i.delayInitialFocusTimer),i.delayInitialFocusTimer=void 0,x(),i.active=!1,i.paused=!1,function(o,t){var a=o.indexOf(t);-1!==a&&o.splice(a,1),o.length>0&&o[o.length-1].unpause()}(r,a);var e=d(t,"onDeactivate"),s=d(t,"onPostDeactivate"),l=d(t,"checkCanReturnFocus"),c=d(t,"returnFocus","returnFocusOnDeactivate");e&&e();var u=function(){A((function(){c&&m(v(i.nodeFocusedBeforeActivation)),s&&s()}))};return c&&l?(l(v(i.nodeFocusedBeforeActivation)).then(u,u),this):(u(),this)},pause:function(){return i.paused||!i.active||(i.paused=!0,x()),this},unpause:function(){return i.paused&&i.active?(i.paused=!1,u(),y(),this):this},updateContainerElements:function(o){var t=[].concat(o).filter(Boolean);return i.containers=t.map((function(o){return"string"==typeof o?e.querySelector(o):o})),i.active&&u(),this}}).updateContainerElements(o),a),this.determineScrollStatus(),queueMicrotask((()=>{this.updateCustomFooterStatus(),this.updateCustomHeaderStatus(),this.updateHeaderToolsStatus(),this.updateSecondaryContentStatus()}))}componentDidRender(){this.focusTrap?.updateContainerElements(this.modalEl)}disconnectedCallback(){this.focusTrap?.deactivate(),this.unlockBodyScroll()}onWindowResize(){this.determineScrollStatus()}watchIsOpen(){this.isOpen?setTimeout((()=>{this.focusTrap.activate(),this.handleAutoFocus()}),200):this.focusTrap.deactivate()}async open(){this.isOpen=!0,this.modalOpen.emit(),this.lockBodyScroll(),this.determineScrollStatus()}async close(o){this.closing||(this.requestModalClose.emit(),(this.closable||o)&&(this.closing=!0,this.unlockBodyScroll(),setTimeout((()=>{this.isOpen=!1,this.modalClose.emit(),this.closing=!1}),150)))}updateCustomFooterStatus(){this.hasCustomFooter=Boolean(this.el.querySelector('[slot="custom-footer"]'))}updateCustomHeaderStatus(){this.hasCustomHeader=Boolean(this.el.querySelector('[slot="custom-header"]'))}updateHeaderToolsStatus(){this.hasHeaderTools=Boolean(this.el.querySelector('[slot="header-tools"]'))}updateSecondaryContentStatus(){this.hasSecondaryContent=Boolean(this.el.querySelector('[slot="secondary-content"]'))}handleAutoFocus(){this.modalEl.querySelector("input[autofocus]")?.focus()}lockBodyScroll(){n(this.scrollContainer)}unlockBodyScroll(){i(this.scrollContainer)}render(){const o=Boolean(this.primaryActionLabel)||Boolean(this.secondaryActionLabel),t=d("modal",`modal--variant-${this.variant}`,{"modal--closing":this.closing,"modal--has-custom-footer":this.hasCustomFooter,"modal--has-custom-header":this.hasCustomHeader,"modal--has-header-tools":this.hasHeaderTools,"modal--has-secondary-content":this.hasSecondaryContent,"modal--hide-label":this.hideLabel,"modal--padded":this.padded,"modal--scrollable":this.scrollable,"modal--scrolled":this.scrolled,"modal--scrolled-down":this.scrolledDown});return a(e,null,a("section",{"aria-hidden":String(!this.isOpen),"aria-label":this.label,"aria-modal":"true",class:t,onKeyDown:this.onKeyDown,role:"dialog",ref:o=>this.modalEl=o},a("div",{class:"modal__backdrop",onClick:this.onBackdropClick}),a("div",{class:"modal__body",style:{"--swirl-modal-max-height":this.maxHeight,"--swirl-modal-height":this.height,maxWidth:this.maxWidth}},a("header",{class:"modal__custom-header"},a("slot",{name:"custom-header"})),(!this.hideLabel||!this.hideCloseButton)&&a("header",{class:"modal__header"},a("div",{class:"modal__header-bar"},!this.hideCloseButton&&a("swirl-button",{class:"modal__close-button",hideLabel:!0,icon:"default"===this.variant?"<swirl-icon-close></swirl-icon-close>":"<swirl-icon-double-arrow-right></swirl-icon-double-arrow-right>",label:this.closeButtonLabel,onClick:this.onCloseButtonClick}),!this.hideLabel&&a("swirl-heading",{as:"h2",class:"modal__heading",level:3,text:this.label}))),a("div",{class:"modal__content-container"},a("div",{class:"modal__primary-content"},a("div",{class:"modal__header-tools"},a("slot",{name:"header-tools"})),a("div",{class:"modal__content",onScroll:this.determineScrollStatus,ref:o=>this.scrollContainer=o},a("slot",null))),a("div",{class:"modal__secondary-content"},a("slot",{name:"secondary-content"}))),a("div",{class:"modal__custom-footer"},a("slot",{name:"custom-footer"})),o&&a("footer",{class:"modal__controls"},a("swirl-button-group",{wrap:!0},this.secondaryActionLabel&&a("swirl-button",{label:this.secondaryActionLabel,onClick:this.onSecondaryAction}),this.primaryActionLabel&&a("swirl-button",{intent:"primary",label:this.primaryActionLabel,onClick:this.onPrimaryAction,variant:"flat"}))))))}get el(){return r(this)}static get watchers(){return{isOpen:["watchIsOpen"]}}};R.style=':host{display:block}:host *{box-sizing:border-box}.modal{--swirl-ghost-button-background-default:var(--s-surface-overlay-default);--swirl-ghost-button-background-hovered:var(--s-surface-overlay-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-overlay-pressed);--swirl-resource-list-item-background-default:var(\n --s-surface-overlay-default\n );--swirl-resource-list-item-background-hovered:var(\n --s-surface-overlay-hovered\n );--swirl-resource-list-item-background-pressed:var(\n --s-surface-overlay-pressed\n );--swirl-modal-height:auto;--swirl-modal-max-height:90vh;position:fixed;z-index:var(--s-z-40);display:flex;justify-content:center;align-items:center;inset:0}.modal[aria-hidden="true"]{display:none}.modal--variant-default.modal--closing{animation:0.15s modal-fade-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-default.modal--closing{animation:none}}.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:0.15s modal-backdrop-fade-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:none}}.modal--variant-default:not(.modal--closing) .modal__body{animation:0.15s modal-scale-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__body{animation:none}}.modal--variant-drawer{justify-content:end;align-items:stretch}.modal--variant-drawer.modal--closing{animation:0.15s modal-drawer-slide-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-drawer.modal--closing{animation:none}}@media (min-width: 768px){.modal--variant-drawer.modal--hide-label .modal__header-bar{height:auto;padding-top:var(--s-space-4);padding-bottom:var(--s-space-4)}}.modal--variant-drawer .modal__backdrop{background-color:transparent;animation:none}.modal--variant-drawer .modal__body{height:100%;max-height:none;border-radius:0;animation:0.15s modal-drawer-slide-in;box-shadow:var(--s-shadow-level-3)}@media (prefers-reduced-motion){.modal--variant-drawer .modal__body{animation:none}}.modal--variant-drawer .modal__header-bar{background-color:var(--s-surface-overlay-default)}.modal--variant-drawer .modal__header-bar .modal__close-button{margin-left:calc(-1 * var(--s-space-8))}@media (min-width: 768px){.modal--variant-drawer .modal__header-bar{flex-direction:row}}.modal--variant-drawer .modal__content{min-height:100%}@media (min-width: 768px){.modal--variant-drawer.modal--padded .modal__content{padding-top:var(--s-space-8)}}.modal--padded .modal__content{padding-top:var(--s-space-24);padding-right:var(--s-space-16);padding-bottom:var(--s-space-24);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal--padded .modal__content{padding-top:0;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}}@media (min-width: 768px){.modal--scrollable .modal__content{padding-bottom:0}}.modal--scrollable:not(.modal--scrolled-down).modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--scrollable:not(.modal--scrolled-down):not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-custom-header .modal__content{padding-top:var(--s-space-16)}.modal--has-custom-footer .modal__custom-footer{padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}.modal--has-header-tools .modal__header{border-bottom-color:transparent}.modal--has-header-tools .modal__header-tools{display:block}.modal--has-secondary-content .modal__body{max-width:64rem}.modal--has-secondary-content:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-secondary-content:not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 992px){.modal--has-secondary-content .modal__header-tools,.modal--has-secondary-content .modal__content{padding-right:0}}.modal--has-secondary-content .modal__primary-content{overflow:visible;max-height:60%;flex-basis:auto}@media (min-width: 992px){.modal--has-secondary-content .modal__primary-content{max-width:calc(100% - 24rem);max-height:none;flex-basis:calc(100% - 24rem)}}.modal--has-secondary-content .modal__secondary-content{display:block}@media (min-width: 768px){.modal--scrolled:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--scrolled.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}}.modal__backdrop{position:fixed;background-color:rgba(0, 0, 0, 0.2);inset:0}.modal__body{position:relative;z-index:var(--s-z-40);display:flex;overflow:hidden;width:100vw;max-width:40rem;height:100vh;background-color:var(--s-surface-overlay-default);flex-direction:column}@media (min-width: 768px){.modal__body{width:90vw;max-height:var(--swirl-modal-max-height);border-radius:var(--s-border-radius-base);box-shadow:var(--s-shadow-level-3)}}@media (min-width: 992px){.modal__body{height:var(--swirl-modal-height)}}.modal__header{border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header{border-bottom:var(--s-border-width-default) solid transparent}}.modal__header-bar{display:flex;height:3.5rem;padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);flex-shrink:0;align-items:center;gap:var(--s-space-8)}@media (min-width: 768px){.modal__header-bar{height:4.125rem;padding-top:var(--s-space-24);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-direction:row-reverse;gap:var(--s-space-16)}}.modal__header-tools{display:none;padding-right:var(--s-space-16);padding-left:var(--s-space-16);border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header-tools{padding-right:var(--s-space-24);padding-left:var(--s-space-24);border-bottom-color:transparent}}.modal__custom-header{flex-shrink:0;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.modal__heading{overflow:hidden}.modal__heading .heading{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.modal__content-container{display:flex;overflow:hidden;flex-grow:1;flex-direction:column;gap:var(--s-space-24)}@media (min-width: 992px){.modal__content-container{flex-direction:row}}.modal__primary-content{display:flex;overflow:hidden;flex-basis:100%;flex-direction:column}.modal__content{overflow-x:hidden;overflow-y:auto}.modal__content ::slotted(*){margin:0}.modal__secondary-content{display:none;overflow:visible;overflow-x:hidden;overflow-y:auto;max-width:none;max-height:40%;padding-right:var(--s-space-16);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal__secondary-content{padding-left:var(--s-space-24)}}@media (min-width: 992px){.modal__secondary-content{overflow-x:hidden;overflow-y:auto;max-width:24rem;max-height:none;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:0;flex-basis:50%}}.modal__custom-footer{flex-shrink:0}.modal__controls{display:flex;padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-shrink:0;justify-content:flex-end}@keyframes modal-scale-in{from{transform:scale(0)}to{transform:scale(1)}}@keyframes modal-backdrop-fade-in{from{opacity:0}to{opacity:1}}@keyframes modal-fade-out{from{opacity:1}to{opacity:0}}@keyframes modal-drawer-slide-in{from{transform:translate3d(100%, 0, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes modal-drawer-slide-out{from{transform:translate3d(0, 0, 0)}to{transform:translate3d(100%, 0, 0)}}';export{R as swirl_modal}
|
|
10
|
+
function T(o,t){var a=Object.keys(o);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(o);t&&(e=e.filter((function(t){return Object.getOwnPropertyDescriptor(o,t).enumerable}))),a.push.apply(a,e)}return a}function C(o){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?T(Object(a),!0).forEach((function(t){F(o,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(a)):T(Object(a)).forEach((function(t){Object.defineProperty(o,t,Object.getOwnPropertyDescriptor(a,t))}))}return o}function F(o,t,a){return t in o?Object.defineProperty(o,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):o[t]=a,o}var j=[],A=function(o){return setTimeout(o,0)},D=function(o,t){var a=-1;return o.every((function(o,e){return!t(o)||(a=e,!1)})),a},N=function(o){for(var t=arguments.length,a=new Array(t>1?t-1:0),e=1;e<t;e++)a[e-1]=arguments[e];return"function"==typeof o?o.apply(void 0,a):o},I=function(o){return o.target.shadowRoot&&"function"==typeof o.composedPath?o.composedPath()[0]:o.target};const R=class{constructor(a){o(this,a),this.modalClose=t(this,"modalClose",7),this.modalOpen=t(this,"modalOpen",7),this.primaryAction=t(this,"primaryAction",7),this.requestModalClose=t(this,"requestModalClose",7),this.secondaryAction=t(this,"secondaryAction",7),this.onKeyDown=o=>{"Escape"===o.code&&this.close()},this.onBackdropClick=()=>{this.close()},this.onCloseButtonClick=()=>{this.close()},this.onPrimaryAction=o=>{this.primaryAction.emit(o)},this.onSecondaryAction=o=>{this.secondaryAction.emit(o)},this.determineScrollStatus=()=>{const o=this.scrollContainer?.scrollTop>0,t=Math.ceil(this.scrollContainer?.scrollTop+this.scrollContainer?.offsetHeight)>=this.scrollContainer?.scrollHeight,a=this.scrollContainer?.scrollHeight>this.scrollContainer?.offsetHeight;o!==this.scrolled&&(this.scrolled=o),t!==this.scrolledDown&&(this.scrolledDown=t),a!==this.scrollable&&(this.scrollable=a)},this.closable=!0,this.closeButtonLabel="Close modal",this.height=void 0,this.hideCloseButton=void 0,this.hideLabel=void 0,this.label=void 0,this.maxHeight=void 0,this.maxWidth=void 0,this.padded=!0,this.primaryActionLabel=void 0,this.secondaryActionLabel=void 0,this.variant="default",this.isOpen=!1,this.closing=!1,this.hasCustomHeader=void 0,this.hasCustomFooter=void 0,this.hasHeaderTools=void 0,this.hasSecondaryContent=void 0,this.scrollable=!1,this.scrolled=!1,this.scrolledDown=!1}componentDidLoad(){var o,t,a,e,r,n,i,d,s,l,c,u,h,v,p,b,w,g,y,x;this.focusTrap=(o=this.modalEl,e=(null==(t={allowOutsideClick:!0,tabbableOptions:{getShadowRoot:o=>o.shadowRoot}})?void 0:t.document)||document,r=(null==t?void 0:t.trapStack)||j,n=C({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0},t),i={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0},d=function(o,t,a){return o&&void 0!==o[t]?o[t]:n[a||t]},s=function(o){return i.containerGroups.findIndex((function(t){var a=t.tabbableNodes;return t.container.contains(o)||a.find((function(t){return t===o}))}))},l=function(o){var t=n[o];if("function"==typeof t){for(var a=arguments.length,r=new Array(a>1?a-1:0),i=1;i<a;i++)r[i-1]=arguments[i];t=t.apply(void 0,r)}if(!0===t&&(t=void 0),!t){if(void 0===t||!1===t)return t;throw new Error("`".concat(o,"` was specified but was not a node, or did not return a node"))}var d=t;if("string"==typeof t&&!(d=e.querySelector(t)))throw new Error("`".concat(o,"` as selector refers to no known node"));return d},c=function(){var o=l("initialFocus");if(!1===o)return!1;if(void 0===o)if(s(e.activeElement)>=0)o=e.activeElement;else{var t=i.tabbableGroups[0];o=t&&t.firstTabbableNode||l("fallbackFocus")}if(!o)throw new Error("Your focus-trap needs to have at least one focusable element");return o},u=function(){if(i.containerGroups=i.containers.map((function(o){var t,a,e=k(o,n.tabbableOptions),r=(t=o,(a=(a=n.tabbableOptions)||{}).getShadowRoot?f([t],a.includeContainer,{filter:_.bind(null,a),flatten:!0,getShadowRoot:a.getShadowRoot}):m(t,a.includeContainer,_.bind(null,a)));return{container:o,tabbableNodes:e,focusableNodes:r,firstTabbableNode:e.length>0?e[0]:null,lastTabbableNode:e.length>0?e[e.length-1]:null,nextTabbableNode:function(o){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a=r.findIndex((function(t){return t===o}));if(!(a<0))return t?r.slice(a+1).find((function(o){return E(o,n.tabbableOptions)})):r.slice(0,a).reverse().find((function(o){return E(o,n.tabbableOptions)}))}}})),i.tabbableGroups=i.containerGroups.filter((function(o){return o.tabbableNodes.length>0})),i.tabbableGroups.length<=0&&!l("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")},h=function o(t){!1!==t&&t!==e.activeElement&&(t&&t.focus?(t.focus({preventScroll:!!n.preventScroll}),i.mostRecentlyFocusedNode=t,function(o){return o.tagName&&"input"===o.tagName.toLowerCase()&&"function"==typeof o.select}(t)&&t.select()):o(c()))},v=function(o){var t=l("setReturnFocus",o);return t||!1!==t&&o},p=function(o){var t=I(o);s(t)>=0||(N(n.clickOutsideDeactivates,o)?a.deactivate({returnFocus:n.returnFocusOnDeactivate&&!S(t,n.tabbableOptions)}):N(n.allowOutsideClick,o)||o.preventDefault())},b=function(o){var t=I(o),a=s(t)>=0;a||t instanceof Document?a&&(i.mostRecentlyFocusedNode=t):(o.stopImmediatePropagation(),h(i.mostRecentlyFocusedNode||c()))},w=function(o){if(function(o){return"Escape"===o.key||"Esc"===o.key||27===o.keyCode}(o)&&!1!==N(n.escapeDeactivates,o))return o.preventDefault(),void a.deactivate();(function(o){return"Tab"===o.key||9===o.keyCode})(o)&&function(o){var t=I(o);u();var a=null;if(i.tabbableGroups.length>0){var e=s(t),r=e>=0?i.containerGroups[e]:void 0;if(e<0)a=o.shiftKey?i.tabbableGroups[i.tabbableGroups.length-1].lastTabbableNode:i.tabbableGroups[0].firstTabbableNode;else if(o.shiftKey){var d=D(i.tabbableGroups,(function(o){return t===o.firstTabbableNode}));d<0&&(r.container===t||S(t,n.tabbableOptions)&&!E(t,n.tabbableOptions)&&!r.nextTabbableNode(t,!1))&&(d=e),d>=0&&(a=i.tabbableGroups[0===d?i.tabbableGroups.length-1:d-1].lastTabbableNode)}else{var c=D(i.tabbableGroups,(function(o){return t===o.lastTabbableNode}));c<0&&(r.container===t||S(t,n.tabbableOptions)&&!E(t,n.tabbableOptions)&&!r.nextTabbableNode(t))&&(c=e),c>=0&&(a=i.tabbableGroups[c===i.tabbableGroups.length-1?0:c+1].firstTabbableNode)}}else a=l("fallbackFocus");a&&(o.preventDefault(),h(a))}(o)},g=function(o){var t=I(o);s(t)>=0||N(n.clickOutsideDeactivates,o)||N(n.allowOutsideClick,o)||(o.preventDefault(),o.stopImmediatePropagation())},y=function(){if(i.active)return function(o,t){if(o.length>0){var a=o[o.length-1];a!==t&&a.pause()}var e=o.indexOf(t);-1===e||o.splice(e,1),o.push(t)}(r,a),i.delayInitialFocusTimer=n.delayInitialFocus?A((function(){h(c())})):h(c()),e.addEventListener("focusin",b,!0),e.addEventListener("mousedown",p,{capture:!0,passive:!1}),e.addEventListener("touchstart",p,{capture:!0,passive:!1}),e.addEventListener("click",g,{capture:!0,passive:!1}),e.addEventListener("keydown",w,{capture:!0,passive:!1}),a},x=function(){if(i.active)return e.removeEventListener("focusin",b,!0),e.removeEventListener("mousedown",p,!0),e.removeEventListener("touchstart",p,!0),e.removeEventListener("click",g,!0),e.removeEventListener("keydown",w,!0),a},(a={get active(){return i.active},get paused(){return i.paused},activate:function(o){if(i.active)return this;var t=d(o,"onActivate"),a=d(o,"onPostActivate"),r=d(o,"checkCanFocusTrap");r||u(),i.active=!0,i.paused=!1,i.nodeFocusedBeforeActivation=e.activeElement,t&&t();var n=function(){r&&u(),y(),a&&a()};return r?(r(i.containers.concat()).then(n,n),this):(n(),this)},deactivate:function(o){if(!i.active)return this;var t=C({onDeactivate:n.onDeactivate,onPostDeactivate:n.onPostDeactivate,checkCanReturnFocus:n.checkCanReturnFocus},o);clearTimeout(i.delayInitialFocusTimer),i.delayInitialFocusTimer=void 0,x(),i.active=!1,i.paused=!1,function(o,t){var a=o.indexOf(t);-1!==a&&o.splice(a,1),o.length>0&&o[o.length-1].unpause()}(r,a);var e=d(t,"onDeactivate"),s=d(t,"onPostDeactivate"),l=d(t,"checkCanReturnFocus"),c=d(t,"returnFocus","returnFocusOnDeactivate");e&&e();var u=function(){A((function(){c&&h(v(i.nodeFocusedBeforeActivation)),s&&s()}))};return c&&l?(l(v(i.nodeFocusedBeforeActivation)).then(u,u),this):(u(),this)},pause:function(){return i.paused||!i.active||(i.paused=!0,x()),this},unpause:function(){return i.paused&&i.active?(i.paused=!1,u(),y(),this):this},updateContainerElements:function(o){var t=[].concat(o).filter(Boolean);return i.containers=t.map((function(o){return"string"==typeof o?e.querySelector(o):o})),i.active&&u(),this}}).updateContainerElements(o),a),this.determineScrollStatus(),queueMicrotask((()=>{this.updateCustomFooterStatus(),this.updateCustomHeaderStatus(),this.updateHeaderToolsStatus(),this.updateSecondaryContentStatus()}))}componentDidRender(){this.focusTrap?.updateContainerElements(this.modalEl)}disconnectedCallback(){this.focusTrap?.deactivate(),this.unlockBodyScroll()}onWindowResize(){this.determineScrollStatus()}watchIsOpen(){this.isOpen?setTimeout((()=>{this.focusTrap.activate(),this.handleAutoFocus()}),200):this.focusTrap.deactivate()}async open(){this.isOpen=!0,this.modalOpen.emit(),this.lockBodyScroll(),this.determineScrollStatus()}async close(o){this.closing||(this.requestModalClose.emit(),(this.closable||o)&&(this.closing=!0,this.unlockBodyScroll(),setTimeout((()=>{this.isOpen=!1,this.modalClose.emit(),this.closing=!1}),150)))}updateCustomFooterStatus(){this.hasCustomFooter=Boolean(this.el.querySelector('[slot="custom-footer"]'))}updateCustomHeaderStatus(){this.hasCustomHeader=Boolean(this.el.querySelector('[slot="custom-header"]'))}updateHeaderToolsStatus(){this.hasHeaderTools=Boolean(this.el.querySelector('[slot="header-tools"]'))}updateSecondaryContentStatus(){this.hasSecondaryContent=Boolean(this.el.querySelector('[slot="secondary-content"]'))}handleAutoFocus(){this.modalEl.querySelector("input[autofocus]")?.focus()}lockBodyScroll(){n(this.scrollContainer)}unlockBodyScroll(){i(this.scrollContainer)}render(){const o=Boolean(this.primaryActionLabel)||Boolean(this.secondaryActionLabel),t=d("modal",`modal--variant-${this.variant}`,{"modal--closing":this.closing,"modal--has-custom-footer":this.hasCustomFooter,"modal--has-custom-header":this.hasCustomHeader,"modal--has-header-tools":this.hasHeaderTools,"modal--has-secondary-content":this.hasSecondaryContent,"modal--hide-label":this.hideLabel,"modal--padded":this.padded,"modal--scrollable":this.scrollable,"modal--scrolled":this.scrolled,"modal--scrolled-down":this.scrolledDown});return a(e,null,a("section",{"aria-hidden":String(!this.isOpen),"aria-label":this.label,"aria-modal":"true",class:t,onKeyDown:this.onKeyDown,role:"dialog",ref:o=>this.modalEl=o},a("div",{class:"modal__backdrop",onClick:this.onBackdropClick}),a("div",{class:"modal__body",style:{"--swirl-modal-max-height":this.maxHeight,"--swirl-modal-height":this.height,maxWidth:this.maxWidth}},a("header",{class:"modal__custom-header"},a("slot",{name:"custom-header"})),(!this.hideLabel||!this.hideCloseButton)&&a("header",{class:"modal__header"},a("div",{class:"modal__header-bar"},!this.hideCloseButton&&a("swirl-button",{class:"modal__close-button",hideLabel:!0,icon:"default"===this.variant?"<swirl-icon-close></swirl-icon-close>":"<swirl-icon-double-arrow-right></swirl-icon-double-arrow-right>",label:this.closeButtonLabel,onClick:this.onCloseButtonClick}),!this.hideLabel&&a("swirl-heading",{as:"h2",class:"modal__heading",level:3,text:this.label}))),a("div",{class:"modal__content-container"},a("div",{class:"modal__primary-content"},a("div",{class:"modal__header-tools"},a("slot",{name:"header-tools"})),a("div",{class:"modal__content",onScroll:this.determineScrollStatus,ref:o=>this.scrollContainer=o},a("slot",null))),a("div",{class:"modal__secondary-content"},a("slot",{name:"secondary-content"}))),a("div",{class:"modal__custom-footer"},a("slot",{name:"custom-footer"})),o&&a("footer",{class:"modal__controls"},a("swirl-button-group",{wrap:!0},this.secondaryActionLabel&&a("swirl-button",{label:this.secondaryActionLabel,onClick:this.onSecondaryAction}),this.primaryActionLabel&&a("swirl-button",{intent:"primary",label:this.primaryActionLabel,onClick:this.onPrimaryAction,variant:"flat"}))))))}get el(){return r(this)}static get watchers(){return{isOpen:["watchIsOpen"]}}};R.style=':host{display:block}:host *{box-sizing:border-box}.modal{--swirl-ghost-button-background-default:var(--s-surface-overlay-default);--swirl-ghost-button-background-hovered:var(--s-surface-overlay-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-overlay-pressed);--swirl-resource-list-item-background-default:var(\n --s-surface-overlay-default\n );--swirl-resource-list-item-background-hovered:var(\n --s-surface-overlay-hovered\n );--swirl-resource-list-item-background-pressed:var(\n --s-surface-overlay-pressed\n );--swirl-modal-height:auto;--swirl-modal-max-height:90vh;position:fixed;z-index:var(--s-z-40);display:flex;justify-content:center;align-items:center;inset:0}.modal[aria-hidden="true"]{display:none}.modal--variant-default.modal--closing{animation:0.15s modal-fade-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-default.modal--closing{animation:none}}.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:0.15s modal-backdrop-fade-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__backdrop{animation:none}}.modal--variant-default:not(.modal--closing) .modal__body{animation:0.15s modal-scale-in}@media (prefers-reduced-motion){.modal--variant-default:not(.modal--closing) .modal__body{animation:none}}.modal--variant-drawer{justify-content:end;align-items:stretch}.modal--variant-drawer.modal--closing{animation:0.15s modal-drawer-slide-out;animation-fill-mode:forwards}@media (prefers-reduced-motion){.modal--variant-drawer.modal--closing{animation:none}}@media (min-width: 768px){.modal--variant-drawer.modal--hide-label .modal__header-bar{height:auto;padding-top:var(--s-space-4);padding-bottom:var(--s-space-4)}}.modal--variant-drawer .modal__backdrop{background-color:transparent;animation:none}.modal--variant-drawer .modal__body{height:100%;max-height:none;border-radius:0;animation:0.15s modal-drawer-slide-in;box-shadow:var(--s-shadow-level-3)}@media (prefers-reduced-motion){.modal--variant-drawer .modal__body{animation:none}}.modal--variant-drawer .modal__header-bar{background-color:var(--s-surface-overlay-default)}.modal--variant-drawer .modal__header-bar .modal__close-button{margin-left:calc(-1 * var(--s-space-8))}@media (min-width: 768px){.modal--variant-drawer .modal__header-bar{flex-direction:row}}.modal--variant-drawer .modal__content{min-height:100%}@media (min-width: 768px){.modal--variant-drawer.modal--padded .modal__content{padding-top:var(--s-space-8)}}.modal--padded .modal__content{padding-top:var(--s-space-24);padding-right:var(--s-space-16);padding-bottom:var(--s-space-24);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal--padded .modal__content{padding-top:0;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}}@media (min-width: 768px){.modal--scrollable .modal__content{padding-bottom:0}}.modal--scrollable:not(.modal--scrolled-down).modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--scrollable:not(.modal--scrolled-down):not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-custom-header .modal__content{padding-top:var(--s-space-16)}.modal--has-custom-footer .modal__custom-footer{padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24)}.modal--has-header-tools .modal__header{border-bottom-color:transparent}.modal--has-header-tools .modal__header-tools{display:block}.modal--has-secondary-content .modal__body{max-width:64rem}.modal--has-secondary-content:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}.modal--has-secondary-content.modal--has-custom-footer .modal__custom-footer{border-top:var(--s-border-width-default) solid var(--s-border-default)}.modal--has-secondary-content:not(.modal--has-custom-footer) .modal__controls{border-top:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 992px){.modal--has-secondary-content .modal__header-tools,.modal--has-secondary-content .modal__content{padding-right:0}}.modal--has-secondary-content .modal__primary-content{overflow:visible;max-height:60%;flex-basis:auto}@media (min-width: 992px){.modal--has-secondary-content .modal__primary-content{max-width:calc(100% - 24rem);max-height:none;flex-basis:calc(100% - 24rem)}}.modal--has-secondary-content .modal__secondary-content{display:block}@media (min-width: 768px){.modal--scrolled:not(.modal--has-header-tools) .modal__header{border-bottom-color:var(--s-border-default)}.modal--scrolled.modal--has-header-tools .modal__header-tools{border-bottom-color:var(--s-border-default)}}.modal__backdrop{position:fixed;background-color:rgba(0, 0, 0, 0.2);inset:0}.modal__body{--swirl-card-background-default:var(--s-surface-overlay-default);--swirl-card-background-hovered:var(--s-surface-overlay-hovered);--swirl-card-background-pressed:var(--s-surface-overlay-pressed);position:relative;z-index:var(--s-z-40);display:flex;overflow:hidden;width:100vw;max-width:40rem;height:100vh;background-color:var(--s-surface-overlay-default);flex-direction:column}@media (min-width: 768px){.modal__body{width:90vw;max-height:var(--swirl-modal-max-height);border-radius:var(--s-border-radius-base);box-shadow:var(--s-shadow-level-3)}}@media (min-width: 992px){.modal__body{height:var(--swirl-modal-height)}}.modal__header{border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header{border-bottom:var(--s-border-width-default) solid transparent}}.modal__header-bar{display:flex;height:3.5rem;padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);flex-shrink:0;align-items:center;gap:var(--s-space-8)}@media (min-width: 768px){.modal__header-bar{height:4.125rem;padding-top:var(--s-space-24);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-direction:row-reverse;gap:var(--s-space-16)}}.modal__header-tools{display:none;padding-right:var(--s-space-16);padding-left:var(--s-space-16);border-bottom:var(--s-border-width-default) solid var(--s-border-default)}@media (min-width: 768px){.modal__header-tools{padding-right:var(--s-space-24);padding-left:var(--s-space-24);border-bottom-color:transparent}}.modal__custom-header{flex-shrink:0;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.modal__heading{overflow:hidden}.modal__heading .heading{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.modal__content-container{display:flex;overflow:hidden;flex-grow:1;flex-direction:column;gap:var(--s-space-24)}@media (min-width: 992px){.modal__content-container{flex-direction:row}}.modal__primary-content{display:flex;overflow:hidden;flex-basis:100%;flex-direction:column}.modal__content{overflow-x:hidden;overflow-y:auto}.modal__content ::slotted(*){margin:0}.modal__secondary-content{display:none;overflow:visible;overflow-x:hidden;overflow-y:auto;max-width:none;max-height:40%;padding-right:var(--s-space-16);padding-left:var(--s-space-16)}@media (min-width: 768px){.modal__secondary-content{padding-left:var(--s-space-24)}}@media (min-width: 992px){.modal__secondary-content{overflow-x:hidden;overflow-y:auto;max-width:24rem;max-height:none;padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:0;flex-basis:50%}}.modal__custom-footer{flex-shrink:0}.modal__controls{display:flex;padding-top:var(--s-space-16);padding-right:var(--s-space-24);padding-bottom:var(--s-space-16);padding-left:var(--s-space-24);flex-shrink:0;justify-content:flex-end}@keyframes modal-scale-in{from{transform:scale(0)}to{transform:scale(1)}}@keyframes modal-backdrop-fade-in{from{opacity:0}to{opacity:1}}@keyframes modal-fade-out{from{opacity:1}to{opacity:0}}@keyframes modal-drawer-slide-in{from{transform:translate3d(100%, 0, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes modal-drawer-slide-out{from{transform:translate3d(0, 0, 0)}to{transform:translate3d(100%, 0, 0)}}';export{R as swirl_modal}
|
|
@@ -9,4 +9,4 @@
|
|
|
9
9
|
)}}@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px){html.disable-desktop-style-tweaks ::part(skeleton-text--size-2xl){--skeleton-text-line-padding:calc(
|
|
10
10
|
(var(--s-line-height-2xl) - var(--s-font-size-2xl)) / 2
|
|
11
11
|
)}}@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px){html.disable-desktop-style-tweaks ::part(skeleton-text__line--size-sm){height:var(--s-line-height-sm)}}@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px){html.disable-desktop-style-tweaks ::part(skeleton-text__line--size-base){height:var(--s-line-height-base)}}@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px){html.disable-desktop-style-tweaks ::part(skeleton-text__line--size-lg){height:var(--s-line-height-lg)}}@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px){html.disable-desktop-style-tweaks ::part(skeleton-text__line--size-xl){height:var(--s-line-height-xl)}}@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px){html.disable-desktop-style-tweaks ::part(skeleton-text__line--size-2xl){height:var(--s-line-height-2xl)}}html.disable-desktop-style-tweaks .text--size-lg{font-size:var(--s-font-size-lg);line-height:var(--s-line-height-lg)}html.disable-desktop-style-tweaks .text--size-xl{font-size:var(--s-font-size-xl);line-height:var(--s-line-height-xl)}html.disable-desktop-style-tweaks .text--size-2xl{font-size:var(--s-font-size-2xl);line-height:var(--s-line-height-2xl)}html.disable-desktop-style-tweaks .text-input__clear-button,html.disable-desktop-style-tweaks .text-input__password-toggle{top:calc(-1 * var(--s-space-12))}html.disable-desktop-style-tweaks .text-input__stepper{top:-1.4375rem}html.disable-desktop-style-tweaks ::part(toast__icon){margin-top:calc(-1 * var(--s-space-2))}}@font-face{font-family:"Inter var experimental";font-weight:100 900;font-display:swap;src:url("/fonts/Inter.var.woff2") format("woff2-variations"),
|
|
12
|
-
url("/fonts/Inter.var.woff2") format("woff2")}:root{--swirl-autocomplete-tags-margin-top:0;--swirl-avatar-group-border-color:var(--s-background-default);--swirl-avatar-background-color:var(--s-surface-raised-default);--swirl-badge-border-color:var(--s-background-default);--swirl-button-border-top-right-radius:var(--s-border-radius-base);--swirl-button-border-top-left-radius:var(--s-border-radius-base);--swirl-button-border-bottom-right-radius:var(--s-border-radius-base);--swirl-button-border-bottom-left-radius:var(--s-border-radius-base);--swirl-carousel-gradient:255, 255, 255;--swirl-icon-button-border-top-right-radius:50%;--swirl-icon-button-border-top-left-radius:50%;--swirl-icon-button-border-bottom-right-radius:50%;--swirl-icon-button-border-bottom-left-radius:50%;--swirl-flat-button-background-default:var(--s-action-neutral-default);--swirl-flat-button-background-disabled:var(--s-action-neutral-disabled);--swirl-flat-button-background-hovered:var(--s-action-neutral-hovered);--swirl-flat-button-background-pressed:var(--s-action-neutral-pressed);--swirl-ghost-button-background-default:var(--s-background-default);--swirl-ghost-button-background-disabled:var(--s-background-default);--swirl-ghost-button-background-hovered:var(--s-background-hovered);--swirl-ghost-button-background-pressed:var(--s-background-pressed);--swirl-resource-list-item-background-default:var(--s-background-default);--swirl-resource-list-item-background-hovered:var(--s-background-hovered);--swirl-resource-list-item-background-pressed:var(--s-background-pressed);--swirl-table-sticky-left-shadow:none;--swirl-table-sticky-right-shadow:none;--swirl-tab-bar-border-width:var(--s-border-width-default);--swirl-tab-bar-height:auto;--swirl-text-input-placeholder-size:var(--s-font-size-base)}@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px){:root{--swirl-button-border-top-right-radius:var(--s-border-radius-sm);--swirl-button-border-top-left-radius:var(--s-border-radius-sm);--swirl-button-border-bottom-right-radius:var(--s-border-radius-sm);--swirl-button-border-bottom-left-radius:var(--s-border-radius-sm)}}*,*::before,*::after{box-sizing:border-box}html.theme-dark{color-scheme:dark;--swirl-carousel-gradient:25, 26, 28}body{background-color:var(--s-background-default);font-family:var(--s-font-family-text);font-size:var(--s-font-size-base);font-weight:var(--s-font-weight-normal);color:var(--s-text-default);-webkit-font-smoothing:antialiased}
|
|
12
|
+
url("/fonts/Inter.var.woff2") format("woff2")}:root{--swirl-autocomplete-tags-margin-top:0;--swirl-avatar-group-border-color:var(--s-background-default);--swirl-avatar-background-color:var(--s-surface-raised-default);--swirl-badge-border-color:var(--s-background-default);--swirl-button-border-top-right-radius:var(--s-border-radius-base);--swirl-button-border-top-left-radius:var(--s-border-radius-base);--swirl-button-border-bottom-right-radius:var(--s-border-radius-base);--swirl-button-border-bottom-left-radius:var(--s-border-radius-base);--swirl-card-background-default:var(--s-surface-default);--swirl-card-background-hovered:var(--s-surface-hovered);--swirl-card-background-pressed:var(--s-surface-pressed);--swirl-carousel-gradient:255, 255, 255;--swirl-icon-button-border-top-right-radius:50%;--swirl-icon-button-border-top-left-radius:50%;--swirl-icon-button-border-bottom-right-radius:50%;--swirl-icon-button-border-bottom-left-radius:50%;--swirl-flat-button-background-default:var(--s-action-neutral-default);--swirl-flat-button-background-disabled:var(--s-action-neutral-disabled);--swirl-flat-button-background-hovered:var(--s-action-neutral-hovered);--swirl-flat-button-background-pressed:var(--s-action-neutral-pressed);--swirl-ghost-button-background-default:var(--s-background-default);--swirl-ghost-button-background-disabled:var(--s-background-default);--swirl-ghost-button-background-hovered:var(--s-background-hovered);--swirl-ghost-button-background-pressed:var(--s-background-pressed);--swirl-resource-list-item-background-default:var(--s-background-default);--swirl-resource-list-item-background-hovered:var(--s-background-hovered);--swirl-resource-list-item-background-pressed:var(--s-background-pressed);--swirl-table-sticky-left-shadow:none;--swirl-table-sticky-right-shadow:none;--swirl-tab-bar-border-width:var(--s-border-width-default);--swirl-tab-bar-height:auto;--swirl-text-input-placeholder-size:var(--s-font-size-base)}@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px){:root{--swirl-button-border-top-right-radius:var(--s-border-radius-sm);--swirl-button-border-top-left-radius:var(--s-border-radius-sm);--swirl-button-border-bottom-right-radius:var(--s-border-radius-sm);--swirl-button-border-bottom-left-radius:var(--s-border-radius-sm)}}*,*::before,*::after{box-sizing:border-box}html.theme-dark{color-scheme:dark;--swirl-carousel-gradient:25, 26, 28}body{background-color:var(--s-background-default);font-family:var(--s-font-family-text);font-size:var(--s-font-size-base);font-weight:var(--s-font-weight-normal);color:var(--s-text-default);-webkit-font-smoothing:antialiased}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as i}from"./p-3fca9a05.js";export{s as setNonce}from"./p-3fca9a05.js";(()=>{const i=import.meta.url,l={};return""!==i&&(l.resourcesUrl=new URL(".",i).href),e(l)})().then((e=>i(JSON.parse('[["p-684170ee",[[1,"file-manager",{"selectedDirectory":[32],"selectedFile":[32],"sortMenu":[32]}]]],["p-bf317ae5",[[1,"swirl-pdf-reader",{"autoZoomLabel":[1,"auto-zoom-label"],"closeButtonLabel":[1,"close-button-label"],"downloadButtonLabel":[1,"download-button-label"],"file":[1],"fileTypeLabel":[1,"file-type-label"],"label":[1],"menuLabel":[1,"menu-label"],"menuTriggerLabel":[1,"menu-trigger-label"],"printButtonLabel":[1,"print-button-label"],"sideBySideButtonLabel":[1,"side-by-side-button-label"],"thumbnailButtonLabel":[1,"thumbnail-button-label"],"thumbnailsButtonLabel":[1,"thumbnails-button-label"],"thumbnailsLabel":[1,"thumbnails-label"],"zoomInButtonLabel":[1,"zoom-in-button-label"],"zoomOutButtonLabel":[1,"zoom-out-button-label"],"zoomSelectLabel":[1,"zoom-select-label"],"active":[32],"closing":[32],"downloading":[32],"thumbnails":[32],"showThumbnails":[32],"viewMode":[32],"visiblePages":[32],"zoom":[32],"zoomSteps":[32],"open":[64],"close":[64]},[[9,"resize","onWindowResize"]]]]],["p-0e6c2f2b",[[2,"swirl-autocomplete",{"autoSelect":[4,"auto-select"],"clearable":[4],"clearButtonLabel":[1,"clear-button-label"],"disabled":[4],"generateSuggestions":[1040],"inline":[4],"invalid":[4],"maxLength":[2,"max-length"],"menuLabel":[1,"menu-label"],"mode":[1],"multiSelect":[4,"multi-select"],"placeholder":[1],"required":[4],"spellCheck":[4,"spell-check"],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1040],"active":[32],"loading":[32],"position":[32],"suggestions":[32]},[[8,"click","onWindowClick"]]]]],["p-9ca9ee83",[[1,"swirl-lightbox",{"closeButtonLabel":[1,"close-button-label"],"downloadButtonLabel":[1,"download-button-label"],"hideMenu":[4,"hide-menu"],"label":[1],"menuLabel":[1,"menu-label"],"menuTriggerLabel":[1,"menu-trigger-label"],"nextSlideButtonLabel":[1,"next-slide-button-label"],"previousSlideButtonLabel":[1,"previous-slide-button-label"],"activeSlideIndex":[32],"closing":[32],"slides":[32],"open":[64],"close":[64],"activateSlide":[64]}]]],["p-b4235643",[[6,"swirl-select",{"allowDeselect":[4,"allow-deselect"],"disabled":[4],"emptyListLabel":[1,"empty-list-label"],"inline":[4],"invalid":[4],"label":[1],"multiSelect":[4,"multi-select"],"required":[4],"searchInputLabel":[1,"search-input-label"],"searchLoading":[4,"search-loading"],"searchPlaceholder":[1,"search-placeholder"],"selectId":[1,"select-id"],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1040],"withSearch":[4,"with-search"],"options":[32],"open":[32],"placement":[32]},[[8,"focusin","onWindowFocusIn"]]]]],["p-bb2cb504",[[2,"swirl-date-input",{"autoFocus":[4,"auto-focus"],"autoSelect":[4,"auto-select"],"datePickerLabel":[1,"date-picker-label"],"datePickerTriggerLabel":[1,"date-picker-trigger-label"],"disabled":[4],"format":[1],"inline":[4],"invalid":[4],"labels":[16],"locale":[1],"placeholder":[1],"required":[4],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1537],"iconSize":[32]}]]],["p-b30e36e0",[[1,"swirl-inline-notification",{"heading":[1],"importance":[1],"intent":[1]}]]],["p-a8dc02be",[[1,"swirl-menu-item",{"description":[1],"disabled":[4],"expanded":[4],"icon":[1],"intent":[1],"label":[1],"value":[1],"parentMenu":[32],"subMenu":[32],"getSubMenu":[64],"getParentMenu":[64]}]]],["p-8cd7b164",[[1,"swirl-pagination",{"firstPageButtonLabel":[1,"first-page-button-label"],"lastPageButtonLabel":[1,"last-page-button-label"],"label":[1],"nextButtonLabel":[1,"next-button-label"],"page":[2],"pageLabel":[1,"page-label"],"pages":[2],"pageSelectLabel":[1,"page-select-label"],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"pageSizeSelectLabel":[1,"page-size-select-label"],"prevButtonLabel":[1,"prev-button-label"],"showPageSizeSelect":[4,"show-page-size-select"],"variant":[1]}]]],["p-4dafdcee",[[2,"swirl-resource-list-file-item",{"description":[1],"errorMessage":[1,"error-message"],"icon":[1],"label":[1],"loading":[4],"removable":[4],"removeButtonLabel":[1,"remove-button-label"]}]]],["p-637ce1b2",[[4,"swirl-modal",{"closable":[4],"closeButtonLabel":[1,"close-button-label"],"height":[1],"hideCloseButton":[4,"hide-close-button"],"hideLabel":[4,"hide-label"],"label":[1],"maxHeight":[1,"max-height"],"maxWidth":[1,"max-width"],"padded":[4],"primaryActionLabel":[1,"primary-action-label"],"secondaryActionLabel":[1,"secondary-action-label"],"variant":[1],"isOpen":[32],"closing":[32],"hasCustomHeader":[32],"hasCustomFooter":[32],"hasHeaderTools":[32],"hasSecondaryContent":[32],"scrollable":[32],"scrolled":[32],"scrolledDown":[32],"open":[64],"close":[64]},[[9,"resize","onWindowResize"]]]]],["p-c6b74656",[[2,"swirl-color-input",{"autoFocus":[4,"auto-focus"],"autoSelect":[4,"auto-select"],"disabled":[4],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"inline":[4],"invalid":[4],"pickerButtonLabel":[1,"picker-button-label"],"pickerLabel":[1,"picker-label"],"placeholder":[1],"required":[4],"value":[1537]}]]],["p-e4819964",[[1,"swirl-console-layout",{"appName":[1,"app-name"],"backButonLabel":[1,"back-buton-label"],"heading":[1],"helpButonLabel":[1,"help-buton-label"],"hideNavigationButtonLabel":[1,"hide-navigation-button-label"],"logoText":[1,"logo-text"],"navigationLabel":[1,"navigation-label"],"maxContentWidth":[1,"max-content-width"],"showBackButton":[4,"show-back-button"],"showHelpButton":[4,"show-help-button"],"showNavigationButtonLabel":[1,"show-navigation-button-label"],"subheading":[1],"sidebarActive":[32],"toggleSidebar":[64],"showSidebar":[64],"hideSidebar":[64]},[[9,"resize","onWindowResize"]]]]],["p-d403f973",[[1,"swirl-toast-provider",{"globalDuration":[2,"global-duration"],"toasts":[32],"clearAll":[64],"dismiss":[64],"toast":[64]}]]],["p-2615a987",[[1,"swirl-accordion-item",{"description":[1],"disabled":[4],"heading":[1],"headingLevel":[2,"heading-level"],"initiallyOpen":[4,"initially-open"],"itemId":[1,"item-id"],"expanded":[32],"collapse":[64],"expand":[64],"toggle":[64]}]]],["p-7c70d4b2",[[2,"swirl-checkbox",{"checked":[1032],"description":[1],"disabled":[4],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"swirlAriaLabel":[1,"swirl-aria-label"],"inputId":[1,"input-id"],"inputName":[1,"input-name"],"invalid":[4],"label":[1],"labelWeight":[1,"label-weight"],"value":[1],"variant":[1]}]]],["p-240552ca",[[6,"swirl-chip",{"borderRadius":[1,"border-radius"],"icon":[1],"iconColor":[1,"icon-color"],"intent":[1],"interactive":[4],"label":[1],"progress":[2],"pressed":[4],"progressBarLabel":[1,"progress-bar-label"],"removable":[4],"removeButtonLabel":[1,"remove-button-label"],"size":[1],"variant":[1]}]]],["p-a537a059",[[2,"swirl-file-uploader",{"accept":[1],"ctaLabel":[1,"cta-label"],"description":[1],"disabled":[4],"dragDropLabel":[1,"drag-drop-label"],"inputId":[1,"input-id"],"inputName":[1,"input-name"],"label":[1],"multiple":[4],"showDropzone":[4,"show-dropzone"],"uploadButtonIcon":[1,"upload-button-icon"],"uploadButtonLabel":[1,"upload-button-label"],"uploadButtonVariant":[1,"upload-button-variant"],"reset":[64]}]]],["p-071a6064",[[6,"swirl-form-control",{"description":[1],"disabled":[4],"errorMessage":[1,"error-message"],"hideLabel":[4,"hide-label"],"inline":[4],"invalid":[4],"label":[1],"labelPosition":[1,"label-position"],"hasFocus":[32],"inputValue":[32]},[[8,"click","onWindowClick"]]]]],["p-e86c79d8",[[1,"swirl-menu",{"active":[1028],"label":[1],"level":[1026],"mobileBackButtonLabel":[1,"mobile-back-button-label"],"mobileCloseMenuButtonLabel":[1,"mobile-close-menu-button-label"],"mobileDoneButtonLabel":[1,"mobile-done-button-label"],"value":[1],"variant":[1],"activeLevel":[32],"mobile":[32],"position":[32],"activateMenuItem":[64],"close":[64],"goBack":[64],"focusFirstItem":[64],"focusItemAtIndex":[64],"updateSelection":[64]}]]],["p-d14846f2",[[2,"swirl-search",{"autoFocus":[4,"auto-focus"],"clearButtonLabel":[1,"clear-button-label"],"disabled":[4],"inputName":[1,"input-name"],"inputId":[1,"input-id"],"label":[1],"placeholder":[1],"value":[1025],"variant":[1]},[[8,"keydown","onKeyDown"]]]]],["p-e9cefe04",[[1,"swirl-table",{"caption":[1],"emptyStateLabel":[1,"empty-state-label"],"label":[1],"empty":[32],"scrollable":[32],"scrolled":[32],"scrolledToEnd":[32],"rerender":[64]},[[9,"resize","onWindowResize"]]]]],["p-81067ba3",[[1,"swirl-table-column",{"sort":[1],"sortable":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"sticky":[4],"width":[1]}]]],["p-723f12cd",[[1,"swirl-app-bar",{"backButtonLabel":[1,"back-button-label"],"closeButtonLabel":[1,"close-button-label"],"stepUpButtonLabel":[1,"step-up-button-label"],"stepDownButtonLabel":[1,"step-down-button-label"],"showBackButton":[4,"show-back-button"],"showCloseButton":[4,"show-close-button"],"showStepperControls":[4,"show-stepper-controls"],"hasCta":[32]}]]],["p-4e776c82",[[1,"swirl-avatar",{"badge":[1],"badgePosition":[1,"badge-position"],"color":[1],"icon":[1],"initials":[1],"interactive":[4],"label":[1],"showLabel":[4,"show-label"],"size":[1],"src":[1],"toolPosition":[1,"tool-position"],"variant":[1],"imageAvailable":[32]}]]],["p-baf3c630",[[1,"swirl-banner",{"actionLabel":[1,"action-label"],"content":[1],"dismissable":[4],"dismissLabel":[1,"dismiss-label"],"importance":[1],"intent":[1],"showIcon":[4,"show-icon"],"size":[1]}]]],["p-7e90107b",[[1,"swirl-carousel",{"label":[1],"nextSlideButtonLabel":[1,"next-slide-button-label"],"previousSlideButtonLabel":[1,"previous-slide-button-label"],"loopAround":[4,"loop-around"],"isAtEnd":[32],"isAtStart":[32],"isScrollable":[32],"scrollToSlide":[64]},[[9,"resize","onWindowResize"]]]]],["p-075d7b3a",[[1,"swirl-dialog",{"hideLabel":[4,"hide-label"],"intent":[1],"label":[1],"primaryActionLabel":[1,"primary-action-label"],"secondaryActionLabel":[1,"secondary-action-label"],"closing":[32],"open":[64],"close":[64]}]]],["p-ae31163c",[[2,"swirl-radio",{"checked":[1032],"description":[1],"disabled":[4],"inputId":[1,"input-id"],"inputName":[1,"input-name"],"invalid":[4],"label":[1],"value":[1],"variant":[1]}]]],["p-fdfeb16a",[[1,"swirl-shell-layout",{"hideSidebar":[4,"hide-sidebar"],"mainNavigationLabel":[1,"main-navigation-label"],"sidebarToggleLabel":[1,"sidebar-toggle-label"],"collapsedSidebar":[32],"collapsing":[32],"sidebarHovered":[32],"collapseSidebar":[64],"extendSidebar":[64]}]]],["p-ca78767e",[[1,"swirl-shell-navigation-item",{"active":[4],"badgeLabel":[1,"badge-label"],"label":[1]}]]],["p-9ab0c192",[[2,"swirl-switch",{"checked":[1028],"disabled":[4],"inputId":[1,"input-id"],"inputName":[1,"input-name"],"label":[1],"value":[1]},[[9,"pointerup","onWindowPointerUp"]]]]],["p-0f979ef7",[[6,"swirl-tabs",{"initialTab":[1,"initial-tab"],"label":[1],"activeTab":[32],"tabBarTabs":[32],"activateTab":[64]}]]],["p-d3c3cb10",[[2,"swirl-time-input",{"autoFocus":[4,"auto-focus"],"autoSelect":[4,"auto-select"],"disabled":[4],"format":[1],"inline":[4],"invalid":[4],"placeholder":[1],"required":[4],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1537],"iconSize":[32]}]]],["p-f75a91a5",[[1,"swirl-toolbar",{"label":[1],"orientation":[1]}]]],["p-1540a826",[[1,"swirl-video-thumbnail",{"durationLabel":[1,"duration-label"],"duration":[1],"label":[1],"src":[1]}]]],["p-21849941",[[1,"swirl-accordion",{"collapseItem":[64],"expandItem":[64]}]]],["p-f262d020",[[1,"swirl-action-list-section",{"label":[1]}]]],["p-97668c59",[[1,"swirl-app-icon",{"icon":[1],"src":[1],"hideBorder":[4,"hide-border"],"imageAvailable":[32]}]]],["p-9c70b38e",[[1,"swirl-avatar-group",{"badge":[1]}]]],["p-12ad3c7b",[[1,"swirl-card",{"as":[1],"borderRadius":[1,"border-radius"],"elevated":[4],"height":[1],"highlighted":[4],"href":[1],"imageAspectRatio":[1,"image-aspect-ratio"],"intent":[1],"isBorderless":[4,"is-borderless"],"interactive":[4],"justifyContent":[1,"justify-content"],"linkTarget":[1,"link-target"],"overflow":[1],"padding":[1],"paddingBlockEnd":[1,"padding-block-end"],"paddingBlockStart":[1,"padding-block-start"],"paddingInlineEnd":[1,"padding-inline-end"],"paddingInlineStart":[1,"padding-inline-start"],"swirlAriaLabel":[1,"swirl-aria-label"]}]]],["p-06464dcf",[[1,"swirl-carousel-slide",{"label":[1],"minHeight":[1,"min-height"],"width":[1]}]]],["p-7a3ac3f0",[[1,"swirl-columns",{"columns":[1],"spacing":[1]}]]],["p-d82144bc",[[1,"swirl-description-list"]]],["p-ea08c219",[[1,"swirl-description-list-item",{"bordered":[4],"maxWidth":[1,"max-width"],"orientation":[1],"term":[1]}]]],["p-eb3c6b4d",[[1,"swirl-emoji",{"label":[1],"name":[1],"size":[2]}]]],["p-e1daecf5",[[1,"swirl-emoji-clap",{"label":[1],"size":[2]}]]],["p-cfbfb7be",[[1,"swirl-emoji-happy",{"label":[1],"size":[2]}]]],["p-3a430e14",[[1,"swirl-emoji-idea",{"label":[1],"size":[2]}]]],["p-377f7d35",[[1,"swirl-emoji-love",{"label":[1],"size":[2]}]]],["p-e9b2ed15",[[1,"swirl-emoji-sad",{"label":[1],"size":[2]}]]],["p-2d16eca4",[[1,"swirl-emoji-thumbs-up",{"label":[1],"size":[2]}]]],["p-0a0579a1",[[6,"swirl-form-group",{"orientation":[1]}]]],["p-41b0e3c6",[[1,"swirl-icon-add-photo",{"size":[2]}]]],["p-76a87458",[[1,"swirl-icon-add-reaction",{"size":[2]}]]],["p-604ad286",[[1,"swirl-icon-admin-panel-settings",{"size":[2]}]]],["p-51197252",[[1,"swirl-icon-ai",{"size":[2]}]]],["p-227b01d0",[[1,"swirl-icon-apps",{"size":[2]}]]],["p-be2cf7ee",[[1,"swirl-icon-arrow-back",{"size":[2]}]]],["p-54e4ff0b",[[1,"swirl-icon-arrow-forward",{"size":[2]}]]],["p-139ba3c3",[[1,"swirl-icon-arrow-right-small",{"size":[2]}]]],["p-727138c7",[[1,"swirl-icon-attachment",{"size":[2]}]]],["p-23d65342",[[1,"swirl-icon-bar-chart",{"size":[2]}]]],["p-5c715462",[[1,"swirl-icon-block",{"size":[2]}]]],["p-ddb7d14a",[[1,"swirl-icon-bookmark",{"size":[2]}]]],["p-3bc109d8",[[1,"swirl-icon-chat-bubble",{"size":[2]}]]],["p-7703719d",[[1,"swirl-icon-chats-filled",{"size":[2]}]]],["p-5ca498c5",[[1,"swirl-icon-chats-outlined",{"size":[2]}]]],["p-f5211f9f",[[1,"swirl-icon-check",{"size":[2]}]]],["p-f24cdd03",[[1,"swirl-icon-chevron-left",{"size":[2]}]]],["p-e5719add",[[1,"swirl-icon-chevron-right",{"size":[2]}]]],["p-0fe425c2",[[1,"swirl-icon-close-small",{"size":[2]}]]],["p-95d11a66",[[1,"swirl-icon-column",{"size":[2]}]]],["p-785957ad",[[1,"swirl-icon-comment",{"size":[2]}]]],["p-d650f1ea",[[1,"swirl-icon-copy",{"size":[2]}]]],["p-a68fdc2b",[[1,"swirl-icon-date-range",{"size":[2]}]]],["p-91ceb19a",[[1,"swirl-icon-delete",{"size":[2]}]]],["p-e217fb71",[[1,"swirl-icon-description",{"size":[2]}]]],["p-5da3a9a8",[[1,"swirl-icon-double-arrow-left",{"size":[2]}]]],["p-f83a0b0f",[[1,"swirl-icon-double-arrow-right",{"size":[2]}]]],["p-18b02f63",[[1,"swirl-icon-download",{"size":[2]}]]],["p-3f489eb8",[[1,"swirl-icon-edit",{"size":[2]}]]],["p-ed6e8f91",[[1,"swirl-icon-emoji-mood",{"size":[2]}]]],["p-ddcaea53",[[1,"swirl-icon-emoji-satisfied",{"size":[2]}]]],["p-7faaefc8",[[1,"swirl-icon-filter",{"size":[2]}]]],["p-ceef4a6c",[[1,"swirl-icon-folder",{"size":[2]}]]],["p-a506a82f",[[1,"swirl-icon-format-h-one",{"size":[2]}]]],["p-d20e7ee0",[[1,"swirl-icon-gif",{"size":[2]}]]],["p-1261a77b",[[1,"swirl-icon-group-add",{"size":[2]}]]],["p-e998142c",[[1,"swirl-icon-group-assign",{"size":[2]}]]],["p-03bb0b1d",[[1,"swirl-icon-groups",{"size":[2]}]]],["p-ba65fbe6",[[1,"swirl-icon-groups-custom",{"size":[2]}]]],["p-d2438d40",[[1,"swirl-icon-groups-filled",{"size":[2]}]]],["p-109c3cb9",[[1,"swirl-icon-groups-outlined",{"size":[2]}]]],["p-4c083b59",[[1,"swirl-icon-help",{"size":[2]}]]],["p-5e27f39b",[[1,"swirl-icon-highlight",{"size":[2]}]]],["p-ce7bae0f",[[1,"swirl-icon-home",{"size":[2]}]]],["p-330c11dc",[[1,"swirl-icon-image",{"size":[2]}]]],["p-7acd49ab",[[1,"swirl-icon-improve-text",{"size":[2]}]]],["p-bbe849b2",[[1,"swirl-icon-insert-below",{"size":[2]}]]],["p-859205f2",[[1,"swirl-icon-insert-on-top",{"size":[2]}]]],["p-d42d7db3",[[1,"swirl-icon-inventory",{"size":[2]}]]],["p-505c51dc",[[1,"swirl-icon-like",{"size":[2]}]]],["p-9d85109d",[[1,"swirl-icon-link",{"size":[2]}]]],["p-39d295f9",[[1,"swirl-icon-lock",{"size":[2]}]]],["p-52e07ada",[[1,"swirl-icon-lock-person",{"size":[2]}]]],["p-b4871661",[[1,"swirl-icon-logout",{"size":[2]}]]],["p-fc101b66",[[1,"swirl-icon-long-text",{"size":[2]}]]],["p-1831c9c8",[[1,"swirl-icon-mail",{"size":[2]}]]],["p-33b9e68a",[[1,"swirl-icon-manage-accounts",{"size":[2]}]]],["p-439091ac",[[1,"swirl-icon-mark-chat-read",{"size":[2]}]]],["p-7e8add69",[[1,"swirl-icon-mark-chat-unread",{"size":[2]}]]],["p-ff6f4d39",[[1,"swirl-icon-mention",{"size":[2]}]]],["p-3a2abee9",[[1,"swirl-icon-menu",{"size":[2]}]]],["p-4e3bd9d6",[[1,"swirl-icon-menu-filled",{"size":[2]}]]],["p-7fc5ff4d",[[1,"swirl-icon-menu-outlined",{"size":[2]}]]],["p-2c6100ac",[[1,"swirl-icon-message",{"size":[2]}]]],["p-3056c429",[[1,"swirl-icon-mic",{"size":[2]}]]],["p-1d12f61c",[[1,"swirl-icon-more-horizontal",{"size":[2]}]]],["p-5195b896",[[1,"swirl-icon-news-filled",{"size":[2]}]]],["p-087e391f",[[1,"swirl-icon-news-outlined",{"size":[2]}]]],["p-04cd78a8",[[1,"swirl-icon-notifications",{"size":[2]}]]],["p-343790d2",[[1,"swirl-icon-notifications-active",{"size":[2]}]]],["p-f9bc902e",[[1,"swirl-icon-notifications-off",{"size":[2]}]]],["p-57b8a4b5",[[1,"swirl-icon-open-in-full",{"size":[2]}]]],["p-907fd135",[[1,"swirl-icon-open-in-new",{"size":[2]}]]],["p-91113cd1",[[1,"swirl-icon-pause",{"size":[2]}]]],["p-af180d4d",[[1,"swirl-icon-pause-circle",{"size":[2]}]]],["p-ad41b229",[[1,"swirl-icon-people-alt",{"size":[2]}]]],["p-51a5ed48",[[1,"swirl-icon-person-off",{"size":[2]}]]],["p-b029dd03",[[1,"swirl-icon-phone",{"size":[2]}]]],["p-fbda1d9c",[[1,"swirl-icon-play-arrow",{"size":[2]}]]],["p-1e200dcb",[[1,"swirl-icon-poll",{"size":[2]}]]],["p-af1145c9",[[1,"swirl-icon-print",{"size":[2]}]]],["p-b69bae24",[[1,"swirl-icon-recieved",{"size":[2]}]]],["p-40afc2c1",[[1,"swirl-icon-reply",{"size":[2]}]]],["p-21164ff1",[[1,"swirl-icon-report",{"size":[2]}]]],["p-0b639fd8",[[1,"swirl-icon-roadmap",{"size":[2]}]]],["p-6bbe4989",[[1,"swirl-icon-search-strong",{"size":[2]}]]],["p-543ad978",[[1,"swirl-icon-secure",{"size":[2]}]]],["p-5c1b3721",[[1,"swirl-icon-send",{"size":[2]}]]],["p-d4550c07",[[1,"swirl-icon-settings",{"size":[2]}]]],["p-48c6e06f",[[1,"swirl-icon-short-text",{"size":[2]}]]],["p-69f7cb0f",[[1,"swirl-icon-simplify",{"size":[2]}]]],["p-ef0cc35b",[[1,"swirl-icon-spellcheck",{"size":[2]}]]],["p-4d89e91b",[[1,"swirl-icon-stop",{"size":[2]}]]],["p-d4b74b0e",[[1,"swirl-icon-sync",{"size":[2]}]]],["p-658a97e5",[[1,"swirl-icon-tasks-filled",{"size":[2]}]]],["p-8b57359c",[[1,"swirl-icon-tasks-outlined",{"size":[2]}]]],["p-7d934fc3",[[1,"swirl-icon-time-filled",{"size":[2]}]]],["p-006b10e2",[[1,"swirl-icon-translate",{"size":[2]}]]],["p-85a1347e",[[1,"swirl-icon-tree-structure",{"size":[2]}]]],["p-c7567d2c",[[1,"swirl-icon-undo",{"size":[2]}]]],["p-bb1d6075",[[1,"swirl-icon-unlock-person",{"size":[2]}]]],["p-86e3c4fa",[[1,"swirl-icon-user-add",{"size":[2]}]]],["p-de789313",[[1,"swirl-icon-user-assign",{"size":[2]}]]],["p-dacec55b",[[1,"swirl-icon-video-camera",{"size":[2]}]]],["p-886142ab",[[1,"swirl-icon-video-library",{"size":[2]}]]],["p-b6731f4a",[[1,"swirl-icon-voice",{"size":[2]}]]],["p-4345e137",[[1,"swirl-image-grid",{"aspectRatio":[1,"aspect-ratio"],"items":[32]}]]],["p-39ee319c",[[1,"swirl-image-grid-item",{"alt":[1],"icon":[1],"interactive":[4],"overlay":[1],"src":[1]}]]],["p-d3e39e06",[[1,"swirl-inline-status",{"icon":[1],"intent":[1],"message":[1],"size":[1],"iconSize":[32]}]]],["p-3295936c",[[1,"swirl-link",{"color":[1],"href":[1],"label":[1],"target":[1]}]]],["p-3d7cfd21",[[4,"swirl-list"]]],["p-45bdead7",[[1,"swirl-option-list-section",{"label":[1]}]]],["p-19268db2",[[6,"swirl-radio-group",{"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1537]}]]],["p-0165bc2c",[[1,"swirl-skeleton-box",{"animated":[4],"aspectRatio":[1,"aspect-ratio"],"borderRadius":[1,"border-radius"],"height":[1],"width":[1]}]]],["p-2d0559a4",[[1,"swirl-skeleton-text",{"animated":[4],"lines":[2],"size":[1]}]]],["p-577b93b8",[[1,"swirl-status-indicator",{"intent":[1],"label":[1]}]]],["p-986d7367",[[1,"swirl-symbol",{"glyph":[1],"size":[2]}]]],["p-92f852fa",[[1,"swirl-symbol-account-circle",{"size":[2]}]]],["p-bc8b9565",[[1,"swirl-symbol-alternate-email",{"size":[2]}]]],["p-dda24691",[[1,"swirl-symbol-android",{"size":[2]}]]],["p-315daff2",[[1,"swirl-symbol-announcement",{"size":[2]}]]],["p-5c605e17",[[1,"swirl-symbol-backup",{"size":[2]}]]],["p-f5c215af",[[1,"swirl-symbol-beach-access",{"size":[2]}]]],["p-445ee376",[[1,"swirl-symbol-bookmark",{"size":[2]}]]],["p-2d21024a",[[1,"swirl-symbol-cloud",{"size":[2]}]]],["p-5e79b69a",[[1,"swirl-symbol-coronavirus",{"size":[2]}]]],["p-0006edb6",[[1,"swirl-symbol-desktop-windows",{"size":[2]}]]],["p-a79c0b19",[[1,"swirl-symbol-directions-car-filled",{"size":[2]}]]],["p-cc0667b4",[[1,"swirl-symbol-edit-calendar",{"size":[2]}]]],["p-e6de8c1c",[[1,"swirl-symbol-email",{"size":[2]}]]],["p-adcad037",[[1,"swirl-symbol-emoji-food-beverage",{"size":[2]}]]],["p-2319abb3",[[1,"swirl-symbol-event-menu",{"size":[2]}]]],["p-baabdee3",[[1,"swirl-symbol-facebook",{"size":[2]}]]],["p-c3be2de3",[[1,"swirl-symbol-favorite",{"size":[2]}]]],["p-9f04773c",[[1,"swirl-symbol-fitness-center",{"size":[2]}]]],["p-ea336530",[[1,"swirl-symbol-flag",{"size":[2]}]]],["p-244dcddc",[[1,"swirl-symbol-folder",{"size":[2]}]]],["p-9873c8cc",[[1,"swirl-symbol-globe",{"size":[2]}]]],["p-37368d80",[[1,"swirl-symbol-groups",{"size":[2]}]]],["p-e3cd6084",[[1,"swirl-symbol-help",{"size":[2]}]]],["p-14a8163f",[[1,"swirl-symbol-image",{"size":[2]}]]],["p-e3dcd8cb",[[1,"swirl-symbol-info-menu",{"size":[2]}]]],["p-dae62dba",[[1,"swirl-symbol-instagram",{"size":[2]}]]],["p-b375930d",[[1,"swirl-symbol-ios",{"size":[2]}]]],["p-80cfe95f",[[1,"swirl-symbol-language",{"size":[2]}]]],["p-eb498a9d",[[1,"swirl-symbol-leaderboard",{"size":[2]}]]],["p-99dba438",[[1,"swirl-symbol-lightbulb",{"size":[2]}]]],["p-2dbf6b2e",[[1,"swirl-symbol-linkedin",{"size":[2]}]]],["p-67c23250",[[1,"swirl-symbol-location-on",{"size":[2]}]]],["p-75a53c30",[[1,"swirl-symbol-loyalty",{"size":[2]}]]],["p-735c9dfb",[[1,"swirl-symbol-maps-home-work",{"size":[2]}]]],["p-54cbb50a",[[1,"swirl-symbol-notifications",{"size":[2]}]]],["p-2d28adb8",[[1,"swirl-symbol-open-in-new",{"size":[2]}]]],["p-cefa3863",[[1,"swirl-symbol-pedal-bike",{"size":[2]}]]],["p-09d788b5",[[1,"swirl-symbol-pinterest",{"size":[2]}]]],["p-742e31fa",[[1,"swirl-symbol-policy",{"size":[2]}]]],["p-95a45e70",[[1,"swirl-symbol-push-pin",{"size":[2]}]]],["p-634d2ae6",[[1,"swirl-symbol-redeem",{"size":[2]}]]],["p-3caaea7e",[[1,"swirl-symbol-report-problem",{"size":[2]}]]],["p-b0cef5ac",[[1,"swirl-symbol-restaurant",{"size":[2]}]]],["p-57a672d3",[[1,"swirl-symbol-roadmap",{"size":[2]}]]],["p-749e38ba",[[1,"swirl-symbol-room",{"size":[2]}]]],["p-8dfb5cc0",[[1,"swirl-symbol-savings",{"size":[2]}]]],["p-c7a23faf",[[1,"swirl-symbol-settings-voice",{"size":[2]}]]],["p-cfa7eb3c",[[1,"swirl-symbol-shopping-cart",{"size":[2]}]]],["p-cf48fc7a",[[1,"swirl-symbol-smartphone",{"size":[2]}]]],["p-720daf1f",[[1,"swirl-symbol-star",{"size":[2]}]]],["p-c960c854",[[1,"swirl-symbol-supervisor-account",{"size":[2]}]]],["p-89ef1658",[[1,"swirl-symbol-thumbs-up-down",{"size":[2]}]]],["p-8ebb05ef",[[1,"swirl-symbol-twitter",{"size":[2]}]]],["p-7a424fe9",[[1,"swirl-symbol-wb-sunny",{"size":[2]}]]],["p-e54f8edb",[[1,"swirl-symbol-wechat",{"size":[2]}]]],["p-dbe4a8e4",[[1,"swirl-symbol-weibo",{"size":[2]}]]],["p-150b3c64",[[1,"swirl-symbol-work",{"size":[2]}]]],["p-47fb3d5a",[[1,"swirl-symbol-xing",{"size":[2]}]]],["p-b135aadb",[[1,"swirl-symbol-youtube",{"size":[2]}]]],["p-b5be788e",[[1,"swirl-tab",{"active":[4],"icon":[1],"label":[1],"tabId":[1,"tab-id"]}]]],["p-2e9a07ae",[[1,"swirl-table-cell"]]],["p-8e5e6c16",[[1,"swirl-table-row",{"highlighted":[4],"index":[2]}]]],["p-670ef40a",[[1,"swirl-table-row-group",{"label":[1]}]]],["p-1a4c6557",[[6,"swirl-theme-provider",{"config":[16],"getActiveTheme":[64],"getPreferredTheme":[64],"setPreferredTheme":[64],"resetPreferredTheme":[64]}]]],["p-f6698af0",[[1,"swirl-tooltip",{"content":[1],"delay":[2],"position":[1],"actualPosition":[32],"visible":[32]},[[1,"mouseenter","onMouseEnter"],[1,"mouseleave","onMouseLeave"],[9,"resize","onWindowResize"],[9,"scroll","onWindowScroll"]]]]],["p-796ecc1f",[[1,"swirl-tree-navigation-item",{"active":[4],"icon":[1],"label":[1]}]]],["p-8132a478",[[2,"swirl-text-input",{"autoComplete":[1,"auto-complete"],"autoFocus":[4,"auto-focus"],"autoGrow":[4,"auto-grow"],"autoSelect":[4,"auto-select"],"clearable":[4],"clearButtonLabel":[1,"clear-button-label"],"disabled":[4],"disableDynamicWidth":[4,"disable-dynamic-width"],"swirlAriaAutocomplete":[1,"swirl-aria-autocomplete"],"swirlAriaControls":[1,"swirl-aria-controls"],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"swirlAriaExpanded":[1,"swirl-aria-expanded"],"swirlRole":[1,"swirl-role"],"inline":[4],"invalid":[4],"maxLength":[2,"max-length"],"max":[2],"min":[2],"mode":[1],"placeholder":[1],"prefixLabel":[1,"prefix-label"],"required":[4],"rows":[2],"showCharacterCounter":[4,"show-character-counter"],"spellCheck":[4,"spell-check"],"suffixLabel":[1,"suffix-label"],"step":[2],"passwordToggleLabel":[1,"password-toggle-label"],"type":[1],"value":[1537],"iconSize":[32],"showPassword":[32]}]]],["p-dc7c3fec",[[1,"swirl-button-group",{"orientation":[1],"segmented":[4],"stretch":[4],"wrap":[4]}]]],["p-3da6d23a",[[1,"swirl-toast",{"accessibleDismissLabel":[1,"accessible-dismiss-label"],"content":[1],"dismissLabel":[1,"dismiss-label"],"duration":[2],"icon":[1],"intent":[1],"toastId":[1,"toast-id"]}]]],["p-c4d4a99d",[[1,"swirl-badge",{"icon":[1],"intent":[1],"label":[1],"size":[1],"variant":[1]}]]],["p-e0ed9959",[[1,"swirl-icon",{"glyph":[1],"size":[2]}]]],["p-0e96e546",[[1,"swirl-icon-cloud-upload",{"size":[2]}]]],["p-96ec37c9",[[1,"swirl-icon-person",{"size":[2]}]]],["p-61832d88",[[1,"swirl-icon-time-outlined",{"size":[2]}]]],["p-66551e51",[[2,"swirl-tab-bar",{"disableTabSemantics":[4,"disable-tab-semantics"],"label":[1],"tabs":[16]}]]],["p-067f8845",[[1,"swirl-date-picker",{"labels":[16],"locale":[1],"range":[4],"startDate":[16],"value":[1040]}],[1,"swirl-icon-today",{"size":[2]}]]],["p-37785348",[[1,"swirl-icon-arrow-downward",{"size":[2]}],[1,"swirl-icon-arrow-upward",{"size":[2]}]]],["p-ea056b49",[[1,"swirl-box",{"bordered":[4],"centerBlock":[4,"center-block"],"centerInline":[4,"center-inline"],"cover":[4],"maxWidth":[1,"max-width"],"overflow":[1],"padding":[1],"paddingBlockEnd":[1,"padding-block-end"],"paddingBlockStart":[1,"padding-block-start"],"paddingInlineEnd":[1,"padding-inline-end"],"paddingInlineStart":[1,"padding-inline-start"]}]]],["p-408910d8",[[1,"swirl-icon-search",{"size":[2]}]]],["p-3e2d4f9b",[[2,"wc-datepicker",{"clearButtonContent":[1,"clear-button-content"],"disabled":[4],"disableDate":[16],"elementClassName":[1,"element-class-name"],"firstDayOfWeek":[2,"first-day-of-week"],"range":[4],"labels":[16],"locale":[1],"nextMonthButtonContent":[1,"next-month-button-content"],"nextYearButtonContent":[1,"next-year-button-content"],"previousMonthButtonContent":[1,"previous-month-button-content"],"previousYearButtonContent":[1,"previous-year-button-content"],"showClearButton":[4,"show-clear-button"],"showMonthStepper":[4,"show-month-stepper"],"showTodayButton":[4,"show-today-button"],"showYearStepper":[4,"show-year-stepper"],"startDate":[1,"start-date"],"todayButtonContent":[1,"today-button-content"],"value":[1040],"currentDate":[32],"hoveredDate":[32],"weekdays":[32]}]]],["p-28e0f48a",[[1,"swirl-icon-check-circle",{"size":[2]}],[1,"swirl-icon-info",{"size":[2]}],[1,"swirl-icon-warning",{"size":[2]}]]],["p-71ab7686",[[1,"swirl-progress-indicator",{"label":[1],"size":[1],"value":[2],"variant":[1]}]]],["p-d0f3a47a",[[1,"swirl-thumbnail",{"alt":[1],"format":[1],"progress":[2],"progressLabel":[1,"progress-label"],"removeButtonLabel":[1,"remove-button-label"],"showRemoveButton":[4,"show-remove-button"],"size":[1],"src":[1],"timestamp":[1]}],[1,"swirl-icon-arrow-left",{"size":[2]}],[1,"swirl-icon-arrow-right",{"size":[2]}],[1,"swirl-icon-more-vertikal",{"size":[2]}]]],["p-ca044381",[[1,"swirl-tag",{"intent":[1],"label":[1],"removable":[4],"removalButtonLabel":[1,"removal-button-label"]}],[6,"swirl-option-list",{"allowDeselect":[4,"allow-deselect"],"allowDrag":[4,"allow-drag"],"assistiveTextItemGrabbed":[1,"assistive-text-item-grabbed"],"assistiveTextItemMoving":[1,"assistive-text-item-moving"],"assistiveTextItemMoved":[1,"assistive-text-item-moved"],"disabled":[4],"label":[1],"optionListId":[1,"option-list-id"],"multiSelect":[4,"multi-select"],"value":[1040],"assistiveText":[32]}]]],["p-90456714",[[1,"swirl-icon-expand-more",{"size":[2]}]]],["p-d7af31e3",[[2,"swirl-heading",{"align":[1],"as":[1],"balance":[4],"headingId":[1,"heading-id"],"level":[2],"lines":[2],"text":[1],"truncate":[4]},[[9,"resize","onWindowResize"]]]]],["p-c8503c60",[[1,"swirl-icon-check-strong",{"size":[2]}]]],["p-c0f4b4ad",[[6,"swirl-resource-list-item",{"active":[4],"allowDrag":[4,"allow-drag"],"checked":[1028],"description":[1],"disabled":[4],"dragging":[4],"dragHandleDescription":[1,"drag-handle-description"],"dragHandleLabel":[1,"drag-handle-label"],"hideDivider":[4,"hide-divider"],"href":[1],"interactive":[4],"label":[1],"labelWeight":[1,"label-weight"],"menuTriggerId":[1,"menu-trigger-id"],"menuTriggerLabel":[1,"menu-trigger-label"],"meta":[1],"selectable":[4],"value":[1],"hasMedia":[32],"iconSize":[32]}],[1,"swirl-app-layout",{"appName":[1,"app-name"],"backToNavigationViewButtonLabel":[1,"back-to-navigation-view-button-label"],"ctaIcon":[1,"cta-icon"],"ctaLabel":[1,"cta-label"],"navigationBackButtonLabel":[1,"navigation-back-button-label"],"navigationLabel":[1,"navigation-label"],"showNavigationBackButton":[4,"show-navigation-back-button"],"sidebarCloseButtonLabel":[1,"sidebar-close-button-label"],"sidebarHeading":[1,"sidebar-heading"],"transitionStyle":[1,"transition-style"],"hasNavigation":[32],"hasSidebar":[32],"mobileView":[32],"sidebarActive":[32],"sidebarClosing":[32],"transitioningFrom":[32],"transitioningTo":[32],"showSidebar":[64],"hideSidebar":[64],"toggleSidebar":[64],"changeMobileView":[64]}],[1,"swirl-empty-state",{"heading":[1],"illustration":[1]}],[6,"swirl-resource-list",{"allowDrag":[4,"allow-drag"],"assistiveTextItemGrabbed":[1,"assistive-text-item-grabbed"],"assistiveTextItemMoving":[1,"assistive-text-item-moving"],"assistiveTextItemMoved":[1,"assistive-text-item-moved"],"label":[1],"assistiveText":[32]}],[1,"swirl-icon-file",{"size":[2]}],[1,"swirl-icon-folder-shared",{"size":[2]}]]],["p-b4066441",[[1,"swirl-icon-add",{"size":[2]}],[1,"swirl-icon-file-copy",{"size":[2]}],[1,"swirl-icon-fullscreen",{"size":[2]}],[1,"swirl-icon-fullscreen-exit",{"size":[2]}],[1,"swirl-icon-menu-book",{"size":[2]}],[1,"swirl-icon-remove",{"size":[2]}]]],["p-6f07c958",[[1,"swirl-action-list"],[1,"swirl-separator",{"orientation":[1],"spacing":[1]}],[1,"swirl-action-list-item",{"badge":[1],"disabled":[4],"description":[1],"icon":[1],"intent":[1],"label":[1],"size":[1],"swirlAriaExpanded":[1,"swirl-aria-expanded"],"swirlAriaHaspopup":[1,"swirl-aria-haspopup"],"suffix":[1]}]]],["p-1047e988",[[1,"swirl-icon-close",{"size":[2]}]]],["p-04ced452",[[1,"swirl-icon-visibility",{"size":[2]}],[1,"swirl-icon-visibility-off",{"size":[2]}],[1,"swirl-icon-cancel",{"size":[2]}],[1,"swirl-icon-expand-less",{"size":[2]}]]],["p-e9d96bc0",[[1,"swirl-stack",{"align":[1],"as":[1],"justify":[1],"orientation":[1],"spacing":[1],"wrap":[4]}]]],["p-52282426",[[6,"swirl-text",{"align":[1],"as":[1],"balance":[4],"color":[1],"fontFamily":[1,"font-family"],"fontStyle":[1,"font-style"],"lines":[2],"size":[1],"truncate":[4],"truncateDirection":[1,"truncate-direction"],"weight":[1]},[[9,"resize","onWindowResize"]]]]],["p-4bec5f4c",[[2,"swirl-option-list-item",{"allowDrag":[4,"allow-drag"],"context":[1025],"disabled":[4],"dragging":[4],"dragHandleDescription":[1,"drag-handle-description"],"dragHandleLabel":[1,"drag-handle-label"],"icon":[1],"label":[1],"selected":[1028],"swirlAriaRole":[1,"swirl-aria-role"],"value":[1],"iconSize":[32],"focused":[32]}],[1,"swirl-icon-check-small",{"size":[2]}],[1,"swirl-icon-drag-handle",{"size":[2]}]]],["p-2cedaddb",[[1,"swirl-popover",{"animation":[1],"disableScrollLock":[4,"disable-scroll-lock"],"enableFlip":[4,"enable-flip"],"fullscreenBottomSheet":[4,"fullscreen-bottom-sheet"],"label":[1],"maxHeight":[1,"max-height"],"offset":[2],"popoverId":[1,"popover-id"],"placement":[1],"trigger":[1],"triggerContainer":[16],"useContainerWidth":[8,"use-container-width"],"active":[32],"closing":[32],"position":[32],"close":[64],"open":[64]},[[8,"focusin","onWindowFocusIn"],[8,"click","onWindowClick"]]],[6,"swirl-popover-trigger",{"popover":[1],"setAriaAttributes":[4,"set-aria-attributes"]}]]],["p-d8b37fe9",[[2,"swirl-button",{"disabled":[4],"download":[1],"swirlAriaControls":[1,"swirl-aria-controls"],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"swirlAriaExpanded":[1,"swirl-aria-expanded"],"swirlAriaHaspopup":[1,"swirl-aria-haspopup"],"swirlAriaLabel":[1,"swirl-aria-label"],"form":[1],"hideLabel":[4,"hide-label"],"href":[1],"icon":[1],"iconPosition":[1,"icon-position"],"intent":[1],"label":[1],"name":[1],"pill":[4],"pressed":[4],"size":[1],"target":[1],"type":[1],"value":[1],"variant":[1]}]]],["p-645a878c",[[1,"swirl-visually-hidden"]]],["p-44196449",[[1,"swirl-inline-error",{"message":[1],"size":[1]}],[1,"swirl-spinner",{"label":[1],"size":[8]}],[1,"swirl-icon-error",{"size":[2]}]]],["p-7c9311c4",[[1,"swirl-file-viewer",{"active":[4],"autoplay":[4],"description":[1],"errorMessage":[1,"error-message"],"file":[1],"thumbnailUrl":[1,"thumbnail-url"],"type":[1],"typeUnsupportedMessage":[1,"type-unsupported-message"],"viewMode":[1,"view-mode"],"zoom":[8],"download":[64],"print":[64]}],[1,"swirl-file-viewer-csv",{"errorMessage":[1,"error-message"],"file":[1],"data":[32],"error":[32],"loading":[32]}],[1,"swirl-file-viewer-image",{"description":[1],"errorMessage":[1,"error-message"],"file":[1],"maxZoom":[2,"max-zoom"],"error":[32],"loading":[32],"getZoom":[64],"resetZoom":[64]}],[1,"swirl-file-viewer-pdf",{"errorMessage":[1,"error-message"],"file":[1],"singlePageMode":[4,"single-page-mode"],"viewMode":[1,"view-mode"],"zoom":[8],"doc":[32],"error":[32],"loading":[32],"renderedPages":[32],"scrolledDown":[32],"singlePageModePage":[32],"visiblePages":[32],"getThumbnails":[64],"print":[64],"nextPage":[64],"previousPage":[64],"setPage":[64]},[[9,"resize","onWindowResize"]]],[1,"swirl-file-viewer-text",{"errorMessage":[1,"error-message"],"file":[1],"error":[32],"loading":[32],"text":[32]}],[1,"swirl-file-viewer-audio",{"autoplay":[4],"file":[1],"type":[1]}],[1,"swirl-file-viewer-video",{"autoplay":[4],"file":[1],"type":[1]}]]]]'),e)));
|
|
1
|
+
import{p as e,b as i}from"./p-3fca9a05.js";export{s as setNonce}from"./p-3fca9a05.js";(()=>{const i=import.meta.url,l={};return""!==i&&(l.resourcesUrl=new URL(".",i).href),e(l)})().then((e=>i(JSON.parse('[["p-684170ee",[[1,"file-manager",{"selectedDirectory":[32],"selectedFile":[32],"sortMenu":[32]}]]],["p-bf317ae5",[[1,"swirl-pdf-reader",{"autoZoomLabel":[1,"auto-zoom-label"],"closeButtonLabel":[1,"close-button-label"],"downloadButtonLabel":[1,"download-button-label"],"file":[1],"fileTypeLabel":[1,"file-type-label"],"label":[1],"menuLabel":[1,"menu-label"],"menuTriggerLabel":[1,"menu-trigger-label"],"printButtonLabel":[1,"print-button-label"],"sideBySideButtonLabel":[1,"side-by-side-button-label"],"thumbnailButtonLabel":[1,"thumbnail-button-label"],"thumbnailsButtonLabel":[1,"thumbnails-button-label"],"thumbnailsLabel":[1,"thumbnails-label"],"zoomInButtonLabel":[1,"zoom-in-button-label"],"zoomOutButtonLabel":[1,"zoom-out-button-label"],"zoomSelectLabel":[1,"zoom-select-label"],"active":[32],"closing":[32],"downloading":[32],"thumbnails":[32],"showThumbnails":[32],"viewMode":[32],"visiblePages":[32],"zoom":[32],"zoomSteps":[32],"open":[64],"close":[64]},[[9,"resize","onWindowResize"]]]]],["p-0e6c2f2b",[[2,"swirl-autocomplete",{"autoSelect":[4,"auto-select"],"clearable":[4],"clearButtonLabel":[1,"clear-button-label"],"disabled":[4],"generateSuggestions":[1040],"inline":[4],"invalid":[4],"maxLength":[2,"max-length"],"menuLabel":[1,"menu-label"],"mode":[1],"multiSelect":[4,"multi-select"],"placeholder":[1],"required":[4],"spellCheck":[4,"spell-check"],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1040],"active":[32],"loading":[32],"position":[32],"suggestions":[32]},[[8,"click","onWindowClick"]]]]],["p-9ca9ee83",[[1,"swirl-lightbox",{"closeButtonLabel":[1,"close-button-label"],"downloadButtonLabel":[1,"download-button-label"],"hideMenu":[4,"hide-menu"],"label":[1],"menuLabel":[1,"menu-label"],"menuTriggerLabel":[1,"menu-trigger-label"],"nextSlideButtonLabel":[1,"next-slide-button-label"],"previousSlideButtonLabel":[1,"previous-slide-button-label"],"activeSlideIndex":[32],"closing":[32],"slides":[32],"open":[64],"close":[64],"activateSlide":[64]}]]],["p-b4235643",[[6,"swirl-select",{"allowDeselect":[4,"allow-deselect"],"disabled":[4],"emptyListLabel":[1,"empty-list-label"],"inline":[4],"invalid":[4],"label":[1],"multiSelect":[4,"multi-select"],"required":[4],"searchInputLabel":[1,"search-input-label"],"searchLoading":[4,"search-loading"],"searchPlaceholder":[1,"search-placeholder"],"selectId":[1,"select-id"],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1040],"withSearch":[4,"with-search"],"options":[32],"open":[32],"placement":[32]},[[8,"focusin","onWindowFocusIn"]]]]],["p-bb2cb504",[[2,"swirl-date-input",{"autoFocus":[4,"auto-focus"],"autoSelect":[4,"auto-select"],"datePickerLabel":[1,"date-picker-label"],"datePickerTriggerLabel":[1,"date-picker-trigger-label"],"disabled":[4],"format":[1],"inline":[4],"invalid":[4],"labels":[16],"locale":[1],"placeholder":[1],"required":[4],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1537],"iconSize":[32]}]]],["p-b30e36e0",[[1,"swirl-inline-notification",{"heading":[1],"importance":[1],"intent":[1]}]]],["p-a8dc02be",[[1,"swirl-menu-item",{"description":[1],"disabled":[4],"expanded":[4],"icon":[1],"intent":[1],"label":[1],"value":[1],"parentMenu":[32],"subMenu":[32],"getSubMenu":[64],"getParentMenu":[64]}]]],["p-8cd7b164",[[1,"swirl-pagination",{"firstPageButtonLabel":[1,"first-page-button-label"],"lastPageButtonLabel":[1,"last-page-button-label"],"label":[1],"nextButtonLabel":[1,"next-button-label"],"page":[2],"pageLabel":[1,"page-label"],"pages":[2],"pageSelectLabel":[1,"page-select-label"],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"pageSizeSelectLabel":[1,"page-size-select-label"],"prevButtonLabel":[1,"prev-button-label"],"showPageSizeSelect":[4,"show-page-size-select"],"variant":[1]}]]],["p-4dafdcee",[[2,"swirl-resource-list-file-item",{"description":[1],"errorMessage":[1,"error-message"],"icon":[1],"label":[1],"loading":[4],"removable":[4],"removeButtonLabel":[1,"remove-button-label"]}]]],["p-0fa44f4a",[[4,"swirl-modal",{"closable":[4],"closeButtonLabel":[1,"close-button-label"],"height":[1],"hideCloseButton":[4,"hide-close-button"],"hideLabel":[4,"hide-label"],"label":[1],"maxHeight":[1,"max-height"],"maxWidth":[1,"max-width"],"padded":[4],"primaryActionLabel":[1,"primary-action-label"],"secondaryActionLabel":[1,"secondary-action-label"],"variant":[1],"isOpen":[32],"closing":[32],"hasCustomHeader":[32],"hasCustomFooter":[32],"hasHeaderTools":[32],"hasSecondaryContent":[32],"scrollable":[32],"scrolled":[32],"scrolledDown":[32],"open":[64],"close":[64]},[[9,"resize","onWindowResize"]]]]],["p-c6b74656",[[2,"swirl-color-input",{"autoFocus":[4,"auto-focus"],"autoSelect":[4,"auto-select"],"disabled":[4],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"inline":[4],"invalid":[4],"pickerButtonLabel":[1,"picker-button-label"],"pickerLabel":[1,"picker-label"],"placeholder":[1],"required":[4],"value":[1537]}]]],["p-e4819964",[[1,"swirl-console-layout",{"appName":[1,"app-name"],"backButonLabel":[1,"back-buton-label"],"heading":[1],"helpButonLabel":[1,"help-buton-label"],"hideNavigationButtonLabel":[1,"hide-navigation-button-label"],"logoText":[1,"logo-text"],"navigationLabel":[1,"navigation-label"],"maxContentWidth":[1,"max-content-width"],"showBackButton":[4,"show-back-button"],"showHelpButton":[4,"show-help-button"],"showNavigationButtonLabel":[1,"show-navigation-button-label"],"subheading":[1],"sidebarActive":[32],"toggleSidebar":[64],"showSidebar":[64],"hideSidebar":[64]},[[9,"resize","onWindowResize"]]]]],["p-d403f973",[[1,"swirl-toast-provider",{"globalDuration":[2,"global-duration"],"toasts":[32],"clearAll":[64],"dismiss":[64],"toast":[64]}]]],["p-2615a987",[[1,"swirl-accordion-item",{"description":[1],"disabled":[4],"heading":[1],"headingLevel":[2,"heading-level"],"initiallyOpen":[4,"initially-open"],"itemId":[1,"item-id"],"expanded":[32],"collapse":[64],"expand":[64],"toggle":[64]}]]],["p-7c70d4b2",[[2,"swirl-checkbox",{"checked":[1032],"description":[1],"disabled":[4],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"swirlAriaLabel":[1,"swirl-aria-label"],"inputId":[1,"input-id"],"inputName":[1,"input-name"],"invalid":[4],"label":[1],"labelWeight":[1,"label-weight"],"value":[1],"variant":[1]}]]],["p-240552ca",[[6,"swirl-chip",{"borderRadius":[1,"border-radius"],"icon":[1],"iconColor":[1,"icon-color"],"intent":[1],"interactive":[4],"label":[1],"progress":[2],"pressed":[4],"progressBarLabel":[1,"progress-bar-label"],"removable":[4],"removeButtonLabel":[1,"remove-button-label"],"size":[1],"variant":[1]}]]],["p-a537a059",[[2,"swirl-file-uploader",{"accept":[1],"ctaLabel":[1,"cta-label"],"description":[1],"disabled":[4],"dragDropLabel":[1,"drag-drop-label"],"inputId":[1,"input-id"],"inputName":[1,"input-name"],"label":[1],"multiple":[4],"showDropzone":[4,"show-dropzone"],"uploadButtonIcon":[1,"upload-button-icon"],"uploadButtonLabel":[1,"upload-button-label"],"uploadButtonVariant":[1,"upload-button-variant"],"reset":[64]}]]],["p-071a6064",[[6,"swirl-form-control",{"description":[1],"disabled":[4],"errorMessage":[1,"error-message"],"hideLabel":[4,"hide-label"],"inline":[4],"invalid":[4],"label":[1],"labelPosition":[1,"label-position"],"hasFocus":[32],"inputValue":[32]},[[8,"click","onWindowClick"]]]]],["p-e86c79d8",[[1,"swirl-menu",{"active":[1028],"label":[1],"level":[1026],"mobileBackButtonLabel":[1,"mobile-back-button-label"],"mobileCloseMenuButtonLabel":[1,"mobile-close-menu-button-label"],"mobileDoneButtonLabel":[1,"mobile-done-button-label"],"value":[1],"variant":[1],"activeLevel":[32],"mobile":[32],"position":[32],"activateMenuItem":[64],"close":[64],"goBack":[64],"focusFirstItem":[64],"focusItemAtIndex":[64],"updateSelection":[64]}]]],["p-d14846f2",[[2,"swirl-search",{"autoFocus":[4,"auto-focus"],"clearButtonLabel":[1,"clear-button-label"],"disabled":[4],"inputName":[1,"input-name"],"inputId":[1,"input-id"],"label":[1],"placeholder":[1],"value":[1025],"variant":[1]},[[8,"keydown","onKeyDown"]]]]],["p-e9cefe04",[[1,"swirl-table",{"caption":[1],"emptyStateLabel":[1,"empty-state-label"],"label":[1],"empty":[32],"scrollable":[32],"scrolled":[32],"scrolledToEnd":[32],"rerender":[64]},[[9,"resize","onWindowResize"]]]]],["p-81067ba3",[[1,"swirl-table-column",{"sort":[1],"sortable":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"sticky":[4],"width":[1]}]]],["p-723f12cd",[[1,"swirl-app-bar",{"backButtonLabel":[1,"back-button-label"],"closeButtonLabel":[1,"close-button-label"],"stepUpButtonLabel":[1,"step-up-button-label"],"stepDownButtonLabel":[1,"step-down-button-label"],"showBackButton":[4,"show-back-button"],"showCloseButton":[4,"show-close-button"],"showStepperControls":[4,"show-stepper-controls"],"hasCta":[32]}]]],["p-4e776c82",[[1,"swirl-avatar",{"badge":[1],"badgePosition":[1,"badge-position"],"color":[1],"icon":[1],"initials":[1],"interactive":[4],"label":[1],"showLabel":[4,"show-label"],"size":[1],"src":[1],"toolPosition":[1,"tool-position"],"variant":[1],"imageAvailable":[32]}]]],["p-baf3c630",[[1,"swirl-banner",{"actionLabel":[1,"action-label"],"content":[1],"dismissable":[4],"dismissLabel":[1,"dismiss-label"],"importance":[1],"intent":[1],"showIcon":[4,"show-icon"],"size":[1]}]]],["p-7e90107b",[[1,"swirl-carousel",{"label":[1],"nextSlideButtonLabel":[1,"next-slide-button-label"],"previousSlideButtonLabel":[1,"previous-slide-button-label"],"loopAround":[4,"loop-around"],"isAtEnd":[32],"isAtStart":[32],"isScrollable":[32],"scrollToSlide":[64]},[[9,"resize","onWindowResize"]]]]],["p-075d7b3a",[[1,"swirl-dialog",{"hideLabel":[4,"hide-label"],"intent":[1],"label":[1],"primaryActionLabel":[1,"primary-action-label"],"secondaryActionLabel":[1,"secondary-action-label"],"closing":[32],"open":[64],"close":[64]}]]],["p-ae31163c",[[2,"swirl-radio",{"checked":[1032],"description":[1],"disabled":[4],"inputId":[1,"input-id"],"inputName":[1,"input-name"],"invalid":[4],"label":[1],"value":[1],"variant":[1]}]]],["p-fdfeb16a",[[1,"swirl-shell-layout",{"hideSidebar":[4,"hide-sidebar"],"mainNavigationLabel":[1,"main-navigation-label"],"sidebarToggleLabel":[1,"sidebar-toggle-label"],"collapsedSidebar":[32],"collapsing":[32],"sidebarHovered":[32],"collapseSidebar":[64],"extendSidebar":[64]}]]],["p-ca78767e",[[1,"swirl-shell-navigation-item",{"active":[4],"badgeLabel":[1,"badge-label"],"label":[1]}]]],["p-9ab0c192",[[2,"swirl-switch",{"checked":[1028],"disabled":[4],"inputId":[1,"input-id"],"inputName":[1,"input-name"],"label":[1],"value":[1]},[[9,"pointerup","onWindowPointerUp"]]]]],["p-0f979ef7",[[6,"swirl-tabs",{"initialTab":[1,"initial-tab"],"label":[1],"activeTab":[32],"tabBarTabs":[32],"activateTab":[64]}]]],["p-d3c3cb10",[[2,"swirl-time-input",{"autoFocus":[4,"auto-focus"],"autoSelect":[4,"auto-select"],"disabled":[4],"format":[1],"inline":[4],"invalid":[4],"placeholder":[1],"required":[4],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1537],"iconSize":[32]}]]],["p-f75a91a5",[[1,"swirl-toolbar",{"label":[1],"orientation":[1]}]]],["p-1540a826",[[1,"swirl-video-thumbnail",{"durationLabel":[1,"duration-label"],"duration":[1],"label":[1],"src":[1]}]]],["p-21849941",[[1,"swirl-accordion",{"collapseItem":[64],"expandItem":[64]}]]],["p-f262d020",[[1,"swirl-action-list-section",{"label":[1]}]]],["p-97668c59",[[1,"swirl-app-icon",{"icon":[1],"src":[1],"hideBorder":[4,"hide-border"],"imageAvailable":[32]}]]],["p-9c70b38e",[[1,"swirl-avatar-group",{"badge":[1]}]]],["p-04dc6f57",[[1,"swirl-card",{"as":[1],"borderRadius":[1,"border-radius"],"elevated":[4],"height":[1],"highlighted":[4],"href":[1],"imageAspectRatio":[1,"image-aspect-ratio"],"intent":[1],"isBorderless":[4,"is-borderless"],"interactive":[4],"justifyContent":[1,"justify-content"],"linkTarget":[1,"link-target"],"overflow":[1],"padding":[1],"paddingBlockEnd":[1,"padding-block-end"],"paddingBlockStart":[1,"padding-block-start"],"paddingInlineEnd":[1,"padding-inline-end"],"paddingInlineStart":[1,"padding-inline-start"],"swirlAriaLabel":[1,"swirl-aria-label"]}]]],["p-06464dcf",[[1,"swirl-carousel-slide",{"label":[1],"minHeight":[1,"min-height"],"width":[1]}]]],["p-7a3ac3f0",[[1,"swirl-columns",{"columns":[1],"spacing":[1]}]]],["p-d82144bc",[[1,"swirl-description-list"]]],["p-ea08c219",[[1,"swirl-description-list-item",{"bordered":[4],"maxWidth":[1,"max-width"],"orientation":[1],"term":[1]}]]],["p-eb3c6b4d",[[1,"swirl-emoji",{"label":[1],"name":[1],"size":[2]}]]],["p-e1daecf5",[[1,"swirl-emoji-clap",{"label":[1],"size":[2]}]]],["p-cfbfb7be",[[1,"swirl-emoji-happy",{"label":[1],"size":[2]}]]],["p-3a430e14",[[1,"swirl-emoji-idea",{"label":[1],"size":[2]}]]],["p-377f7d35",[[1,"swirl-emoji-love",{"label":[1],"size":[2]}]]],["p-e9b2ed15",[[1,"swirl-emoji-sad",{"label":[1],"size":[2]}]]],["p-2d16eca4",[[1,"swirl-emoji-thumbs-up",{"label":[1],"size":[2]}]]],["p-0a0579a1",[[6,"swirl-form-group",{"orientation":[1]}]]],["p-41b0e3c6",[[1,"swirl-icon-add-photo",{"size":[2]}]]],["p-76a87458",[[1,"swirl-icon-add-reaction",{"size":[2]}]]],["p-604ad286",[[1,"swirl-icon-admin-panel-settings",{"size":[2]}]]],["p-51197252",[[1,"swirl-icon-ai",{"size":[2]}]]],["p-227b01d0",[[1,"swirl-icon-apps",{"size":[2]}]]],["p-be2cf7ee",[[1,"swirl-icon-arrow-back",{"size":[2]}]]],["p-54e4ff0b",[[1,"swirl-icon-arrow-forward",{"size":[2]}]]],["p-139ba3c3",[[1,"swirl-icon-arrow-right-small",{"size":[2]}]]],["p-727138c7",[[1,"swirl-icon-attachment",{"size":[2]}]]],["p-23d65342",[[1,"swirl-icon-bar-chart",{"size":[2]}]]],["p-5c715462",[[1,"swirl-icon-block",{"size":[2]}]]],["p-ddb7d14a",[[1,"swirl-icon-bookmark",{"size":[2]}]]],["p-3bc109d8",[[1,"swirl-icon-chat-bubble",{"size":[2]}]]],["p-7703719d",[[1,"swirl-icon-chats-filled",{"size":[2]}]]],["p-5ca498c5",[[1,"swirl-icon-chats-outlined",{"size":[2]}]]],["p-f5211f9f",[[1,"swirl-icon-check",{"size":[2]}]]],["p-f24cdd03",[[1,"swirl-icon-chevron-left",{"size":[2]}]]],["p-e5719add",[[1,"swirl-icon-chevron-right",{"size":[2]}]]],["p-0fe425c2",[[1,"swirl-icon-close-small",{"size":[2]}]]],["p-95d11a66",[[1,"swirl-icon-column",{"size":[2]}]]],["p-785957ad",[[1,"swirl-icon-comment",{"size":[2]}]]],["p-d650f1ea",[[1,"swirl-icon-copy",{"size":[2]}]]],["p-a68fdc2b",[[1,"swirl-icon-date-range",{"size":[2]}]]],["p-91ceb19a",[[1,"swirl-icon-delete",{"size":[2]}]]],["p-e217fb71",[[1,"swirl-icon-description",{"size":[2]}]]],["p-5da3a9a8",[[1,"swirl-icon-double-arrow-left",{"size":[2]}]]],["p-f83a0b0f",[[1,"swirl-icon-double-arrow-right",{"size":[2]}]]],["p-18b02f63",[[1,"swirl-icon-download",{"size":[2]}]]],["p-3f489eb8",[[1,"swirl-icon-edit",{"size":[2]}]]],["p-ed6e8f91",[[1,"swirl-icon-emoji-mood",{"size":[2]}]]],["p-ddcaea53",[[1,"swirl-icon-emoji-satisfied",{"size":[2]}]]],["p-7faaefc8",[[1,"swirl-icon-filter",{"size":[2]}]]],["p-ceef4a6c",[[1,"swirl-icon-folder",{"size":[2]}]]],["p-a506a82f",[[1,"swirl-icon-format-h-one",{"size":[2]}]]],["p-d20e7ee0",[[1,"swirl-icon-gif",{"size":[2]}]]],["p-1261a77b",[[1,"swirl-icon-group-add",{"size":[2]}]]],["p-e998142c",[[1,"swirl-icon-group-assign",{"size":[2]}]]],["p-03bb0b1d",[[1,"swirl-icon-groups",{"size":[2]}]]],["p-ba65fbe6",[[1,"swirl-icon-groups-custom",{"size":[2]}]]],["p-d2438d40",[[1,"swirl-icon-groups-filled",{"size":[2]}]]],["p-109c3cb9",[[1,"swirl-icon-groups-outlined",{"size":[2]}]]],["p-4c083b59",[[1,"swirl-icon-help",{"size":[2]}]]],["p-5e27f39b",[[1,"swirl-icon-highlight",{"size":[2]}]]],["p-ce7bae0f",[[1,"swirl-icon-home",{"size":[2]}]]],["p-330c11dc",[[1,"swirl-icon-image",{"size":[2]}]]],["p-7acd49ab",[[1,"swirl-icon-improve-text",{"size":[2]}]]],["p-bbe849b2",[[1,"swirl-icon-insert-below",{"size":[2]}]]],["p-859205f2",[[1,"swirl-icon-insert-on-top",{"size":[2]}]]],["p-d42d7db3",[[1,"swirl-icon-inventory",{"size":[2]}]]],["p-505c51dc",[[1,"swirl-icon-like",{"size":[2]}]]],["p-9d85109d",[[1,"swirl-icon-link",{"size":[2]}]]],["p-39d295f9",[[1,"swirl-icon-lock",{"size":[2]}]]],["p-52e07ada",[[1,"swirl-icon-lock-person",{"size":[2]}]]],["p-b4871661",[[1,"swirl-icon-logout",{"size":[2]}]]],["p-fc101b66",[[1,"swirl-icon-long-text",{"size":[2]}]]],["p-1831c9c8",[[1,"swirl-icon-mail",{"size":[2]}]]],["p-33b9e68a",[[1,"swirl-icon-manage-accounts",{"size":[2]}]]],["p-439091ac",[[1,"swirl-icon-mark-chat-read",{"size":[2]}]]],["p-7e8add69",[[1,"swirl-icon-mark-chat-unread",{"size":[2]}]]],["p-ff6f4d39",[[1,"swirl-icon-mention",{"size":[2]}]]],["p-3a2abee9",[[1,"swirl-icon-menu",{"size":[2]}]]],["p-4e3bd9d6",[[1,"swirl-icon-menu-filled",{"size":[2]}]]],["p-7fc5ff4d",[[1,"swirl-icon-menu-outlined",{"size":[2]}]]],["p-2c6100ac",[[1,"swirl-icon-message",{"size":[2]}]]],["p-3056c429",[[1,"swirl-icon-mic",{"size":[2]}]]],["p-1d12f61c",[[1,"swirl-icon-more-horizontal",{"size":[2]}]]],["p-5195b896",[[1,"swirl-icon-news-filled",{"size":[2]}]]],["p-087e391f",[[1,"swirl-icon-news-outlined",{"size":[2]}]]],["p-04cd78a8",[[1,"swirl-icon-notifications",{"size":[2]}]]],["p-343790d2",[[1,"swirl-icon-notifications-active",{"size":[2]}]]],["p-f9bc902e",[[1,"swirl-icon-notifications-off",{"size":[2]}]]],["p-57b8a4b5",[[1,"swirl-icon-open-in-full",{"size":[2]}]]],["p-907fd135",[[1,"swirl-icon-open-in-new",{"size":[2]}]]],["p-91113cd1",[[1,"swirl-icon-pause",{"size":[2]}]]],["p-af180d4d",[[1,"swirl-icon-pause-circle",{"size":[2]}]]],["p-ad41b229",[[1,"swirl-icon-people-alt",{"size":[2]}]]],["p-51a5ed48",[[1,"swirl-icon-person-off",{"size":[2]}]]],["p-b029dd03",[[1,"swirl-icon-phone",{"size":[2]}]]],["p-fbda1d9c",[[1,"swirl-icon-play-arrow",{"size":[2]}]]],["p-1e200dcb",[[1,"swirl-icon-poll",{"size":[2]}]]],["p-af1145c9",[[1,"swirl-icon-print",{"size":[2]}]]],["p-b69bae24",[[1,"swirl-icon-recieved",{"size":[2]}]]],["p-40afc2c1",[[1,"swirl-icon-reply",{"size":[2]}]]],["p-21164ff1",[[1,"swirl-icon-report",{"size":[2]}]]],["p-0b639fd8",[[1,"swirl-icon-roadmap",{"size":[2]}]]],["p-6bbe4989",[[1,"swirl-icon-search-strong",{"size":[2]}]]],["p-543ad978",[[1,"swirl-icon-secure",{"size":[2]}]]],["p-5c1b3721",[[1,"swirl-icon-send",{"size":[2]}]]],["p-d4550c07",[[1,"swirl-icon-settings",{"size":[2]}]]],["p-48c6e06f",[[1,"swirl-icon-short-text",{"size":[2]}]]],["p-69f7cb0f",[[1,"swirl-icon-simplify",{"size":[2]}]]],["p-ef0cc35b",[[1,"swirl-icon-spellcheck",{"size":[2]}]]],["p-4d89e91b",[[1,"swirl-icon-stop",{"size":[2]}]]],["p-d4b74b0e",[[1,"swirl-icon-sync",{"size":[2]}]]],["p-658a97e5",[[1,"swirl-icon-tasks-filled",{"size":[2]}]]],["p-8b57359c",[[1,"swirl-icon-tasks-outlined",{"size":[2]}]]],["p-7d934fc3",[[1,"swirl-icon-time-filled",{"size":[2]}]]],["p-006b10e2",[[1,"swirl-icon-translate",{"size":[2]}]]],["p-85a1347e",[[1,"swirl-icon-tree-structure",{"size":[2]}]]],["p-c7567d2c",[[1,"swirl-icon-undo",{"size":[2]}]]],["p-bb1d6075",[[1,"swirl-icon-unlock-person",{"size":[2]}]]],["p-86e3c4fa",[[1,"swirl-icon-user-add",{"size":[2]}]]],["p-de789313",[[1,"swirl-icon-user-assign",{"size":[2]}]]],["p-dacec55b",[[1,"swirl-icon-video-camera",{"size":[2]}]]],["p-886142ab",[[1,"swirl-icon-video-library",{"size":[2]}]]],["p-b6731f4a",[[1,"swirl-icon-voice",{"size":[2]}]]],["p-4345e137",[[1,"swirl-image-grid",{"aspectRatio":[1,"aspect-ratio"],"items":[32]}]]],["p-39ee319c",[[1,"swirl-image-grid-item",{"alt":[1],"icon":[1],"interactive":[4],"overlay":[1],"src":[1]}]]],["p-d3e39e06",[[1,"swirl-inline-status",{"icon":[1],"intent":[1],"message":[1],"size":[1],"iconSize":[32]}]]],["p-3295936c",[[1,"swirl-link",{"color":[1],"href":[1],"label":[1],"target":[1]}]]],["p-3d7cfd21",[[4,"swirl-list"]]],["p-45bdead7",[[1,"swirl-option-list-section",{"label":[1]}]]],["p-19268db2",[[6,"swirl-radio-group",{"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1537]}]]],["p-0165bc2c",[[1,"swirl-skeleton-box",{"animated":[4],"aspectRatio":[1,"aspect-ratio"],"borderRadius":[1,"border-radius"],"height":[1],"width":[1]}]]],["p-2d0559a4",[[1,"swirl-skeleton-text",{"animated":[4],"lines":[2],"size":[1]}]]],["p-577b93b8",[[1,"swirl-status-indicator",{"intent":[1],"label":[1]}]]],["p-986d7367",[[1,"swirl-symbol",{"glyph":[1],"size":[2]}]]],["p-92f852fa",[[1,"swirl-symbol-account-circle",{"size":[2]}]]],["p-bc8b9565",[[1,"swirl-symbol-alternate-email",{"size":[2]}]]],["p-dda24691",[[1,"swirl-symbol-android",{"size":[2]}]]],["p-315daff2",[[1,"swirl-symbol-announcement",{"size":[2]}]]],["p-5c605e17",[[1,"swirl-symbol-backup",{"size":[2]}]]],["p-f5c215af",[[1,"swirl-symbol-beach-access",{"size":[2]}]]],["p-445ee376",[[1,"swirl-symbol-bookmark",{"size":[2]}]]],["p-2d21024a",[[1,"swirl-symbol-cloud",{"size":[2]}]]],["p-5e79b69a",[[1,"swirl-symbol-coronavirus",{"size":[2]}]]],["p-0006edb6",[[1,"swirl-symbol-desktop-windows",{"size":[2]}]]],["p-a79c0b19",[[1,"swirl-symbol-directions-car-filled",{"size":[2]}]]],["p-cc0667b4",[[1,"swirl-symbol-edit-calendar",{"size":[2]}]]],["p-e6de8c1c",[[1,"swirl-symbol-email",{"size":[2]}]]],["p-adcad037",[[1,"swirl-symbol-emoji-food-beverage",{"size":[2]}]]],["p-2319abb3",[[1,"swirl-symbol-event-menu",{"size":[2]}]]],["p-baabdee3",[[1,"swirl-symbol-facebook",{"size":[2]}]]],["p-c3be2de3",[[1,"swirl-symbol-favorite",{"size":[2]}]]],["p-9f04773c",[[1,"swirl-symbol-fitness-center",{"size":[2]}]]],["p-ea336530",[[1,"swirl-symbol-flag",{"size":[2]}]]],["p-244dcddc",[[1,"swirl-symbol-folder",{"size":[2]}]]],["p-9873c8cc",[[1,"swirl-symbol-globe",{"size":[2]}]]],["p-37368d80",[[1,"swirl-symbol-groups",{"size":[2]}]]],["p-e3cd6084",[[1,"swirl-symbol-help",{"size":[2]}]]],["p-14a8163f",[[1,"swirl-symbol-image",{"size":[2]}]]],["p-e3dcd8cb",[[1,"swirl-symbol-info-menu",{"size":[2]}]]],["p-dae62dba",[[1,"swirl-symbol-instagram",{"size":[2]}]]],["p-b375930d",[[1,"swirl-symbol-ios",{"size":[2]}]]],["p-80cfe95f",[[1,"swirl-symbol-language",{"size":[2]}]]],["p-eb498a9d",[[1,"swirl-symbol-leaderboard",{"size":[2]}]]],["p-99dba438",[[1,"swirl-symbol-lightbulb",{"size":[2]}]]],["p-2dbf6b2e",[[1,"swirl-symbol-linkedin",{"size":[2]}]]],["p-67c23250",[[1,"swirl-symbol-location-on",{"size":[2]}]]],["p-75a53c30",[[1,"swirl-symbol-loyalty",{"size":[2]}]]],["p-735c9dfb",[[1,"swirl-symbol-maps-home-work",{"size":[2]}]]],["p-54cbb50a",[[1,"swirl-symbol-notifications",{"size":[2]}]]],["p-2d28adb8",[[1,"swirl-symbol-open-in-new",{"size":[2]}]]],["p-cefa3863",[[1,"swirl-symbol-pedal-bike",{"size":[2]}]]],["p-09d788b5",[[1,"swirl-symbol-pinterest",{"size":[2]}]]],["p-742e31fa",[[1,"swirl-symbol-policy",{"size":[2]}]]],["p-95a45e70",[[1,"swirl-symbol-push-pin",{"size":[2]}]]],["p-634d2ae6",[[1,"swirl-symbol-redeem",{"size":[2]}]]],["p-3caaea7e",[[1,"swirl-symbol-report-problem",{"size":[2]}]]],["p-b0cef5ac",[[1,"swirl-symbol-restaurant",{"size":[2]}]]],["p-57a672d3",[[1,"swirl-symbol-roadmap",{"size":[2]}]]],["p-749e38ba",[[1,"swirl-symbol-room",{"size":[2]}]]],["p-8dfb5cc0",[[1,"swirl-symbol-savings",{"size":[2]}]]],["p-c7a23faf",[[1,"swirl-symbol-settings-voice",{"size":[2]}]]],["p-cfa7eb3c",[[1,"swirl-symbol-shopping-cart",{"size":[2]}]]],["p-cf48fc7a",[[1,"swirl-symbol-smartphone",{"size":[2]}]]],["p-720daf1f",[[1,"swirl-symbol-star",{"size":[2]}]]],["p-c960c854",[[1,"swirl-symbol-supervisor-account",{"size":[2]}]]],["p-89ef1658",[[1,"swirl-symbol-thumbs-up-down",{"size":[2]}]]],["p-8ebb05ef",[[1,"swirl-symbol-twitter",{"size":[2]}]]],["p-7a424fe9",[[1,"swirl-symbol-wb-sunny",{"size":[2]}]]],["p-e54f8edb",[[1,"swirl-symbol-wechat",{"size":[2]}]]],["p-dbe4a8e4",[[1,"swirl-symbol-weibo",{"size":[2]}]]],["p-150b3c64",[[1,"swirl-symbol-work",{"size":[2]}]]],["p-47fb3d5a",[[1,"swirl-symbol-xing",{"size":[2]}]]],["p-b135aadb",[[1,"swirl-symbol-youtube",{"size":[2]}]]],["p-b5be788e",[[1,"swirl-tab",{"active":[4],"icon":[1],"label":[1],"tabId":[1,"tab-id"]}]]],["p-2e9a07ae",[[1,"swirl-table-cell"]]],["p-8e5e6c16",[[1,"swirl-table-row",{"highlighted":[4],"index":[2]}]]],["p-670ef40a",[[1,"swirl-table-row-group",{"label":[1]}]]],["p-1a4c6557",[[6,"swirl-theme-provider",{"config":[16],"getActiveTheme":[64],"getPreferredTheme":[64],"setPreferredTheme":[64],"resetPreferredTheme":[64]}]]],["p-f6698af0",[[1,"swirl-tooltip",{"content":[1],"delay":[2],"position":[1],"actualPosition":[32],"visible":[32]},[[1,"mouseenter","onMouseEnter"],[1,"mouseleave","onMouseLeave"],[9,"resize","onWindowResize"],[9,"scroll","onWindowScroll"]]]]],["p-796ecc1f",[[1,"swirl-tree-navigation-item",{"active":[4],"icon":[1],"label":[1]}]]],["p-8132a478",[[2,"swirl-text-input",{"autoComplete":[1,"auto-complete"],"autoFocus":[4,"auto-focus"],"autoGrow":[4,"auto-grow"],"autoSelect":[4,"auto-select"],"clearable":[4],"clearButtonLabel":[1,"clear-button-label"],"disabled":[4],"disableDynamicWidth":[4,"disable-dynamic-width"],"swirlAriaAutocomplete":[1,"swirl-aria-autocomplete"],"swirlAriaControls":[1,"swirl-aria-controls"],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"swirlAriaExpanded":[1,"swirl-aria-expanded"],"swirlRole":[1,"swirl-role"],"inline":[4],"invalid":[4],"maxLength":[2,"max-length"],"max":[2],"min":[2],"mode":[1],"placeholder":[1],"prefixLabel":[1,"prefix-label"],"required":[4],"rows":[2],"showCharacterCounter":[4,"show-character-counter"],"spellCheck":[4,"spell-check"],"suffixLabel":[1,"suffix-label"],"step":[2],"passwordToggleLabel":[1,"password-toggle-label"],"type":[1],"value":[1537],"iconSize":[32],"showPassword":[32]}]]],["p-dc7c3fec",[[1,"swirl-button-group",{"orientation":[1],"segmented":[4],"stretch":[4],"wrap":[4]}]]],["p-3da6d23a",[[1,"swirl-toast",{"accessibleDismissLabel":[1,"accessible-dismiss-label"],"content":[1],"dismissLabel":[1,"dismiss-label"],"duration":[2],"icon":[1],"intent":[1],"toastId":[1,"toast-id"]}]]],["p-c4d4a99d",[[1,"swirl-badge",{"icon":[1],"intent":[1],"label":[1],"size":[1],"variant":[1]}]]],["p-e0ed9959",[[1,"swirl-icon",{"glyph":[1],"size":[2]}]]],["p-0e96e546",[[1,"swirl-icon-cloud-upload",{"size":[2]}]]],["p-96ec37c9",[[1,"swirl-icon-person",{"size":[2]}]]],["p-61832d88",[[1,"swirl-icon-time-outlined",{"size":[2]}]]],["p-66551e51",[[2,"swirl-tab-bar",{"disableTabSemantics":[4,"disable-tab-semantics"],"label":[1],"tabs":[16]}]]],["p-067f8845",[[1,"swirl-date-picker",{"labels":[16],"locale":[1],"range":[4],"startDate":[16],"value":[1040]}],[1,"swirl-icon-today",{"size":[2]}]]],["p-37785348",[[1,"swirl-icon-arrow-downward",{"size":[2]}],[1,"swirl-icon-arrow-upward",{"size":[2]}]]],["p-ea056b49",[[1,"swirl-box",{"bordered":[4],"centerBlock":[4,"center-block"],"centerInline":[4,"center-inline"],"cover":[4],"maxWidth":[1,"max-width"],"overflow":[1],"padding":[1],"paddingBlockEnd":[1,"padding-block-end"],"paddingBlockStart":[1,"padding-block-start"],"paddingInlineEnd":[1,"padding-inline-end"],"paddingInlineStart":[1,"padding-inline-start"]}]]],["p-408910d8",[[1,"swirl-icon-search",{"size":[2]}]]],["p-3e2d4f9b",[[2,"wc-datepicker",{"clearButtonContent":[1,"clear-button-content"],"disabled":[4],"disableDate":[16],"elementClassName":[1,"element-class-name"],"firstDayOfWeek":[2,"first-day-of-week"],"range":[4],"labels":[16],"locale":[1],"nextMonthButtonContent":[1,"next-month-button-content"],"nextYearButtonContent":[1,"next-year-button-content"],"previousMonthButtonContent":[1,"previous-month-button-content"],"previousYearButtonContent":[1,"previous-year-button-content"],"showClearButton":[4,"show-clear-button"],"showMonthStepper":[4,"show-month-stepper"],"showTodayButton":[4,"show-today-button"],"showYearStepper":[4,"show-year-stepper"],"startDate":[1,"start-date"],"todayButtonContent":[1,"today-button-content"],"value":[1040],"currentDate":[32],"hoveredDate":[32],"weekdays":[32]}]]],["p-28e0f48a",[[1,"swirl-icon-check-circle",{"size":[2]}],[1,"swirl-icon-info",{"size":[2]}],[1,"swirl-icon-warning",{"size":[2]}]]],["p-71ab7686",[[1,"swirl-progress-indicator",{"label":[1],"size":[1],"value":[2],"variant":[1]}]]],["p-d0f3a47a",[[1,"swirl-thumbnail",{"alt":[1],"format":[1],"progress":[2],"progressLabel":[1,"progress-label"],"removeButtonLabel":[1,"remove-button-label"],"showRemoveButton":[4,"show-remove-button"],"size":[1],"src":[1],"timestamp":[1]}],[1,"swirl-icon-arrow-left",{"size":[2]}],[1,"swirl-icon-arrow-right",{"size":[2]}],[1,"swirl-icon-more-vertikal",{"size":[2]}]]],["p-ca044381",[[1,"swirl-tag",{"intent":[1],"label":[1],"removable":[4],"removalButtonLabel":[1,"removal-button-label"]}],[6,"swirl-option-list",{"allowDeselect":[4,"allow-deselect"],"allowDrag":[4,"allow-drag"],"assistiveTextItemGrabbed":[1,"assistive-text-item-grabbed"],"assistiveTextItemMoving":[1,"assistive-text-item-moving"],"assistiveTextItemMoved":[1,"assistive-text-item-moved"],"disabled":[4],"label":[1],"optionListId":[1,"option-list-id"],"multiSelect":[4,"multi-select"],"value":[1040],"assistiveText":[32]}]]],["p-90456714",[[1,"swirl-icon-expand-more",{"size":[2]}]]],["p-d7af31e3",[[2,"swirl-heading",{"align":[1],"as":[1],"balance":[4],"headingId":[1,"heading-id"],"level":[2],"lines":[2],"text":[1],"truncate":[4]},[[9,"resize","onWindowResize"]]]]],["p-c8503c60",[[1,"swirl-icon-check-strong",{"size":[2]}]]],["p-c0f4b4ad",[[6,"swirl-resource-list-item",{"active":[4],"allowDrag":[4,"allow-drag"],"checked":[1028],"description":[1],"disabled":[4],"dragging":[4],"dragHandleDescription":[1,"drag-handle-description"],"dragHandleLabel":[1,"drag-handle-label"],"hideDivider":[4,"hide-divider"],"href":[1],"interactive":[4],"label":[1],"labelWeight":[1,"label-weight"],"menuTriggerId":[1,"menu-trigger-id"],"menuTriggerLabel":[1,"menu-trigger-label"],"meta":[1],"selectable":[4],"value":[1],"hasMedia":[32],"iconSize":[32]}],[1,"swirl-app-layout",{"appName":[1,"app-name"],"backToNavigationViewButtonLabel":[1,"back-to-navigation-view-button-label"],"ctaIcon":[1,"cta-icon"],"ctaLabel":[1,"cta-label"],"navigationBackButtonLabel":[1,"navigation-back-button-label"],"navigationLabel":[1,"navigation-label"],"showNavigationBackButton":[4,"show-navigation-back-button"],"sidebarCloseButtonLabel":[1,"sidebar-close-button-label"],"sidebarHeading":[1,"sidebar-heading"],"transitionStyle":[1,"transition-style"],"hasNavigation":[32],"hasSidebar":[32],"mobileView":[32],"sidebarActive":[32],"sidebarClosing":[32],"transitioningFrom":[32],"transitioningTo":[32],"showSidebar":[64],"hideSidebar":[64],"toggleSidebar":[64],"changeMobileView":[64]}],[1,"swirl-empty-state",{"heading":[1],"illustration":[1]}],[6,"swirl-resource-list",{"allowDrag":[4,"allow-drag"],"assistiveTextItemGrabbed":[1,"assistive-text-item-grabbed"],"assistiveTextItemMoving":[1,"assistive-text-item-moving"],"assistiveTextItemMoved":[1,"assistive-text-item-moved"],"label":[1],"assistiveText":[32]}],[1,"swirl-icon-file",{"size":[2]}],[1,"swirl-icon-folder-shared",{"size":[2]}]]],["p-b4066441",[[1,"swirl-icon-add",{"size":[2]}],[1,"swirl-icon-file-copy",{"size":[2]}],[1,"swirl-icon-fullscreen",{"size":[2]}],[1,"swirl-icon-fullscreen-exit",{"size":[2]}],[1,"swirl-icon-menu-book",{"size":[2]}],[1,"swirl-icon-remove",{"size":[2]}]]],["p-6f07c958",[[1,"swirl-action-list"],[1,"swirl-separator",{"orientation":[1],"spacing":[1]}],[1,"swirl-action-list-item",{"badge":[1],"disabled":[4],"description":[1],"icon":[1],"intent":[1],"label":[1],"size":[1],"swirlAriaExpanded":[1,"swirl-aria-expanded"],"swirlAriaHaspopup":[1,"swirl-aria-haspopup"],"suffix":[1]}]]],["p-1047e988",[[1,"swirl-icon-close",{"size":[2]}]]],["p-04ced452",[[1,"swirl-icon-visibility",{"size":[2]}],[1,"swirl-icon-visibility-off",{"size":[2]}],[1,"swirl-icon-cancel",{"size":[2]}],[1,"swirl-icon-expand-less",{"size":[2]}]]],["p-e9d96bc0",[[1,"swirl-stack",{"align":[1],"as":[1],"justify":[1],"orientation":[1],"spacing":[1],"wrap":[4]}]]],["p-52282426",[[6,"swirl-text",{"align":[1],"as":[1],"balance":[4],"color":[1],"fontFamily":[1,"font-family"],"fontStyle":[1,"font-style"],"lines":[2],"size":[1],"truncate":[4],"truncateDirection":[1,"truncate-direction"],"weight":[1]},[[9,"resize","onWindowResize"]]]]],["p-4bec5f4c",[[2,"swirl-option-list-item",{"allowDrag":[4,"allow-drag"],"context":[1025],"disabled":[4],"dragging":[4],"dragHandleDescription":[1,"drag-handle-description"],"dragHandleLabel":[1,"drag-handle-label"],"icon":[1],"label":[1],"selected":[1028],"swirlAriaRole":[1,"swirl-aria-role"],"value":[1],"iconSize":[32],"focused":[32]}],[1,"swirl-icon-check-small",{"size":[2]}],[1,"swirl-icon-drag-handle",{"size":[2]}]]],["p-2cedaddb",[[1,"swirl-popover",{"animation":[1],"disableScrollLock":[4,"disable-scroll-lock"],"enableFlip":[4,"enable-flip"],"fullscreenBottomSheet":[4,"fullscreen-bottom-sheet"],"label":[1],"maxHeight":[1,"max-height"],"offset":[2],"popoverId":[1,"popover-id"],"placement":[1],"trigger":[1],"triggerContainer":[16],"useContainerWidth":[8,"use-container-width"],"active":[32],"closing":[32],"position":[32],"close":[64],"open":[64]},[[8,"focusin","onWindowFocusIn"],[8,"click","onWindowClick"]]],[6,"swirl-popover-trigger",{"popover":[1],"setAriaAttributes":[4,"set-aria-attributes"]}]]],["p-d8b37fe9",[[2,"swirl-button",{"disabled":[4],"download":[1],"swirlAriaControls":[1,"swirl-aria-controls"],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"swirlAriaExpanded":[1,"swirl-aria-expanded"],"swirlAriaHaspopup":[1,"swirl-aria-haspopup"],"swirlAriaLabel":[1,"swirl-aria-label"],"form":[1],"hideLabel":[4,"hide-label"],"href":[1],"icon":[1],"iconPosition":[1,"icon-position"],"intent":[1],"label":[1],"name":[1],"pill":[4],"pressed":[4],"size":[1],"target":[1],"type":[1],"value":[1],"variant":[1]}]]],["p-645a878c",[[1,"swirl-visually-hidden"]]],["p-44196449",[[1,"swirl-inline-error",{"message":[1],"size":[1]}],[1,"swirl-spinner",{"label":[1],"size":[8]}],[1,"swirl-icon-error",{"size":[2]}]]],["p-7c9311c4",[[1,"swirl-file-viewer",{"active":[4],"autoplay":[4],"description":[1],"errorMessage":[1,"error-message"],"file":[1],"thumbnailUrl":[1,"thumbnail-url"],"type":[1],"typeUnsupportedMessage":[1,"type-unsupported-message"],"viewMode":[1,"view-mode"],"zoom":[8],"download":[64],"print":[64]}],[1,"swirl-file-viewer-csv",{"errorMessage":[1,"error-message"],"file":[1],"data":[32],"error":[32],"loading":[32]}],[1,"swirl-file-viewer-image",{"description":[1],"errorMessage":[1,"error-message"],"file":[1],"maxZoom":[2,"max-zoom"],"error":[32],"loading":[32],"getZoom":[64],"resetZoom":[64]}],[1,"swirl-file-viewer-pdf",{"errorMessage":[1,"error-message"],"file":[1],"singlePageMode":[4,"single-page-mode"],"viewMode":[1,"view-mode"],"zoom":[8],"doc":[32],"error":[32],"loading":[32],"renderedPages":[32],"scrolledDown":[32],"singlePageModePage":[32],"visiblePages":[32],"getThumbnails":[64],"print":[64],"nextPage":[64],"previousPage":[64],"setPage":[64]},[[9,"resize","onWindowResize"]]],[1,"swirl-file-viewer-text",{"errorMessage":[1,"error-message"],"file":[1],"error":[32],"loading":[32],"text":[32]}],[1,"swirl-file-viewer-audio",{"autoplay":[4],"file":[1],"type":[1]}],[1,"swirl-file-viewer-video",{"autoplay":[4],"file":[1],"type":[1]}]]]]'),e)));
|