@getflip/swirl-components 0.220.1 → 0.220.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.
@@ -13,7 +13,7 @@ import { d as defineCustomElement$4 } from './swirl-separator2.js';
13
13
  import { d as defineCustomElement$3 } from './swirl-stack2.js';
14
14
  import { d as defineCustomElement$2 } from './swirl-visually-hidden2.js';
15
15
 
16
- const swirlShellLayoutCss = ".sc-swirl-shell-layout-h{--swirl-shell-background:var(--s-surface-sunken-default);--swirl-shell-text-color:var(--s-text-default);--swirl-shell-header-height:3.25rem;--swirl-shell-collapsed-nav-width:4rem;--swirl-shell-extended-nav-width:18rem;--swirl-shell-sidebar-width:21rem;display:flex;width:100%;height:100%}.sc-swirl-shell-layout-h *.sc-swirl-shell-layout{box-sizing:border-box}.shell-layout.sc-swirl-shell-layout{display:grid;overflow:hidden;width:100%;min-height:100%;background-color:var(--swirl-shell-background);transition:grid-template-columns 0.1s;grid-template-columns:0 1fr 0;grid-template-rows:1fr;grid-template-areas:\"nav main\"}@media (prefers-reduced-motion){.shell-layout.sc-swirl-shell-layout{transition:none}}@media (min-width: 992px){.shell-layout.sc-swirl-shell-layout{padding-right:var(--s-space-8);padding-bottom:var(--s-space-8);gap:var(--s-space-8);grid-template-columns:var(--swirl-shell-extended-nav-width) 1fr 0;grid-template-rows:var(--swirl-shell-header-height) 1fr;grid-template-areas:\"header header header\"\n \"nav main sidebar\"}}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout{border-bottom:none;color:var(--s-text-on-action-primary);background-color:var(--s-action-primary-default)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout{color:var(--s-text-on-action-primary);background-color:var(--s-action-primary-default)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-action-primary-hovered)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-action-primary-pressed)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout swirl-badge.sc-swirl-shell-layout{--swirl-badge-border-color:var(--s-action-primary-default)}@media (min-width: 992px){.shell-layout--navigation-collapsed.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{scrollbar-width:none}.shell-layout--navigation-collapsed.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout::-webkit-scrollbar{width:0;background:transparent;-webkit-appearance:none}}.shell-layout--navigation-collapsed .shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>*,.shell-layout__secondary-nav-items--grid-view .sc-swirl-shell-layout-s>*{max-width:100%;flex-basis:100%;max-height:3rem}@media (min-width: 992px){.shell-layout--navigation-collapsed.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-collapsed-nav-width) 1fr 0}}@media (min-width: 1440px){.shell-layout--sidebar-active.shell-layout--navigation-collapsed.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-collapsed-nav-width) 1fr var(\n --swirl-shell-sidebar-width\n )}}@media (min-width: 1440px){.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__main.sc-swirl-shell-layout{width:100%}}.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__sidebar.sc-swirl-shell-layout{overflow:initial}@media (min-width: 992px){.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__sidebar-body.sc-swirl-shell-layout{border:0.0625rem solid var(--s-border-default);transform:translate3d(0, 0, 0)}}@media (min-width: 1440px){.shell-layout--sidebar-active.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-extended-nav-width) 1fr var(\n --swirl-shell-sidebar-width\n )}}.sc-swirl-shell-layout:not(.shell-layout--sidebar-active) .shell-layout__sidebar.sc-swirl-shell-layout{animation:shell-layout-no-overflow-after-transition 0.1s;animation-fill-mode:forwards}.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{transform:translate3d(0, 0, 0);box-shadow:var(--s-shadow-level-3)}@media (min-width: 992px){.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{transform:none;box-shadow:none}}.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{display:block}@media (min-width: 992px){.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{display:none}}.shell-layout--has-secondary-nav.sc-swirl-shell-layout .shell-layout__secondary-nav.sc-swirl-shell-layout{display:block}.shell-layout--secondary-nav-collapsed.sc-swirl-shell-layout .shell-layout__secondary-nav-items.sc-swirl-shell-layout{display:none}.shell-layout__header.sc-swirl-shell-layout{position:relative;display:none;width:calc(100% + var(--s-space-8));padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);justify-content:space-between;align-items:center;border-bottom:0.0625rem solid var(--s-border-default);color:var(--swirl-shell-text-color);grid-area:header}@media (min-width: 992px){.shell-layout__header.sc-swirl-shell-layout{display:flex}}.shell-layout__skip-link.sc-swirl-shell-layout{position:absolute;z-index:9;top:0;left:0;padding:var(--s-space-4);border:none;color:var(--swirl-shell-text-color);background-color:var(--swirl-shell-background);font:inherit;cursor:pointer}.shell-layout__skip-link.sc-swirl-shell-layout:not(:focus):not(:active){position:absolute;overflow:hidden;width:1px;height:1px;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%)}.shell-layout__header-left.sc-swirl-shell-layout{display:flex;padding-left:var(--s-space-2);flex-basis:8rem;flex-shrink:0;align-items:center;gap:var(--s-space-8)}.shell-layout__header-right.sc-swirl-shell-layout{--swirl-ghost-button-background-default:var(--s-surface-sunken-default);--swirl-ghost-button-background-hovered:var(--s-surface-sunken-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-sunken-pressed);display:flex;flex-basis:8rem;flex-shrink:0;justify-content:flex-end;align-items:center;gap:var(--s-space-8)}.shell-layout__logo.sc-swirl-shell-layout{display:flex;flex-grow:1;justify-content:center;align-items:center}.shell-layout__logo.sc-swirl-shell-layout-s>a{display:flex}.shell-layout__logo.sc-swirl-shell-layout-s>a img,.shell-layout__logo.sc-swirl-shell-layout-s>img{max-height:1.75rem}.shell-layout__header-tool.sc-swirl-shell-layout{position:relative;width:2.25rem;height:2.25rem;padding:var(--s-space-8);flex-shrink:0;border:none;border-radius:var(--s-border-radius-sm);color:var(--swirl-shell-text-color);background-color:var(--s-surface-sunken-default);font:inherit;cursor:pointer}.shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-surface-sunken-hovered)}.shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-surface-sunken-pressed)}.shell-layout__header-tool.sc-swirl-shell-layout:focus{outline:none}.shell-layout__header-tool.sc-swirl-shell-layout:focus-visible{box-shadow:0 0 0 0.125rem var(--s-focus-default)}.shell-layout__header-tool.sc-swirl-shell-layout swirl-badge.sc-swirl-shell-layout{--swirl-badge-border-color:var(--s-surface-sunken-default);position:absolute;top:var(--s-space-4);right:var(--s-space-4);padding-right:var(--s-space-2);transform:translate3d(0.1875rem, 0, 0)}.shell-layout__sidebar-toggle.sc-swirl-shell-layout{display:none}@media (min-width: 992px){.shell-layout__sidebar-toggle.sc-swirl-shell-layout{display:block}}.shell-layout__nav.sc-swirl-shell-layout{position:fixed;z-index:9;top:0;bottom:0;left:0;overflow-x:hidden;overflow-y:auto;width:100%;max-width:18.75rem;color:var(--swirl-shell-text-color);background-color:var(--s-surface-overlay-default);transition:transform 0.1s, box-shadow 0.1s, width 0.1s;transform:translate3d(-100%, 0, 0);grid-area:nav}@media (prefers-reduced-motion){.shell-layout__nav.sc-swirl-shell-layout{transition:none}}@media (min-width: 992px){.shell-layout__nav.sc-swirl-shell-layout{position:relative;max-width:none;padding-top:0;padding-right:var(--s-space-4);padding-bottom:var(--s-space-8);padding-left:var(--s-space-12);background-color:var(--swirl-shell-background);transform:none;box-shadow:none;inset:auto}}.shell-layout__mobile-header.sc-swirl-shell-layout{display:flex;min-height:3.5rem;margin-bottom:var(--s-space-8);padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);justify-content:space-between;align-items:center;border-bottom:0.0625rem solid var(--s-border-default)}.shell-layout__mobile-header.sc-swirl-shell-layout-s>img{max-height:1.75rem}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout{background-color:var(--s-surface-overlay-default)}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-surface-overlay-hovered)}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-surface-overlay-pressed)}@media (min-width: 992px){.shell-layout__mobile-header.sc-swirl-shell-layout{display:none}}.shell-layout__mobile-header-tools.sc-swirl-shell-layout{display:flex;justify-content:flex-end;align-items:center;gap:var(--s-space-8)}.shell-layout__nav-body.sc-swirl-shell-layout{padding:var(--s-space-8)}.shell-layout__nav-body.sc-swirl-shell-layout-s ul{margin:0;padding:0;list-style:none}.shell-layout__nav-body.sc-swirl-shell-layout-s li{display:flex}@media (min-width: 992px){.shell-layout__nav-body.sc-swirl-shell-layout{padding:0}}.shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{position:fixed;z-index:8;display:none;background-color:rgba(0, 0, 0, 0.25);animation:shell-layout-backdrop-fade-in 0.1s;inset:0}.shell-layout__secondary-nav.sc-swirl-shell-layout{display:none}.shell-layout__secondary-nav-items.sc-swirl-shell-layout{display:flex;flex-direction:column;gap:var(--s-space-2)}.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout{flex-direction:row;flex-wrap:wrap;gap:var(--s-space-16)}.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>*,.shell-layout__secondary-nav-items--grid-view .sc-swirl-shell-layout-s>*{flex-basis:calc(50% - var(--s-space-8))}.shell-layout__main.sc-swirl-shell-layout{overflow:hidden;background-color:var(--s-background-default);grid-area:main}@media (min-width: 992px){.shell-layout__main.sc-swirl-shell-layout{width:calc(100% + var(--s-space-8));border:0.0625rem solid var(--s-border-default);border-radius:var(--s-border-radius-sm)}}.shell-layout__sidebar.sc-swirl-shell-layout{position:relative;display:none;min-height:0;grid-area:sidebar}@media (min-width: 992px){.shell-layout__sidebar.sc-swirl-shell-layout{display:block}}.shell-layout__sidebar-body.sc-swirl-shell-layout{z-index:1;display:flex;width:var(--swirl-shell-sidebar-width);height:100%;border-radius:var(--s-border-radius-sm);background-color:var(--s-background-default);flex-direction:column}@media (min-width: 992px){.shell-layout__sidebar-body.sc-swirl-shell-layout{position:absolute;top:0;right:0;bottom:0;transition:transform 0.1s;transform:translate3d(calc(100% + var(--s-space-24)), 0, 0);box-shadow:var(--s-shadow-level-3)}}@media (min-width: 1440px){.shell-layout__sidebar-body.sc-swirl-shell-layout{position:relative;transform:none;box-shadow:none;inset:auto}}@media (prefers-reduced-motion){.shell-layout__sidebar-body.sc-swirl-shell-layout{transition:none}}.shell-layout__sidebar-app-bar.sc-swirl-shell-layout{flex-grow:0;flex-shrink:0;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.shell-layout__sidebar-content.sc-swirl-shell-layout{overflow:auto;flex-grow:1}@keyframes shell-layout-backdrop-fade-in{from{opacity:0}to{opacity:1}}@keyframes shell-layout-no-overflow-after-transition{0%{overflow:initial}99%{overflow:initial}100%{overflow:hidden}}";
16
+ const swirlShellLayoutCss = ".sc-swirl-shell-layout-h{--swirl-shell-background:var(--s-surface-sunken-default);--swirl-shell-text-color:var(--s-text-default);--swirl-shell-header-height:3.25rem;--swirl-shell-collapsed-nav-width:4rem;--swirl-shell-extended-nav-width:18rem;--swirl-shell-sidebar-width:21rem;display:flex;width:100%;height:100%}.sc-swirl-shell-layout-h *.sc-swirl-shell-layout{box-sizing:border-box}.shell-layout.sc-swirl-shell-layout{display:grid;overflow:hidden;width:100%;min-height:100%;background-color:var(--swirl-shell-background);transition:grid-template-columns 0.1s;grid-template-columns:0 1fr 0;grid-template-rows:1fr;grid-template-areas:\"nav main\"}@media (prefers-reduced-motion){.shell-layout.sc-swirl-shell-layout{transition:none}}@media (min-width: 992px){.shell-layout.sc-swirl-shell-layout{padding-right:var(--s-space-8);padding-bottom:var(--s-space-8);gap:var(--s-space-8);grid-template-columns:var(--swirl-shell-extended-nav-width) 1fr 0;grid-template-rows:var(--swirl-shell-header-height) 1fr;grid-template-areas:\"header header header\"\n \"nav main sidebar\"}}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout{border-bottom:none;color:var(--s-text-on-action-primary);background-color:var(--s-action-primary-default)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout{color:var(--s-text-on-action-primary);background-color:var(--s-action-primary-default)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-action-primary-hovered)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-action-primary-pressed)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout swirl-badge.sc-swirl-shell-layout{--swirl-badge-border-color:var(--s-action-primary-default)}@media (min-width: 992px){.shell-layout--navigation-collapsed.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{scrollbar-width:none}.shell-layout--navigation-collapsed.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout::-webkit-scrollbar{width:0;background:transparent;-webkit-appearance:none}}.shell-layout--navigation-collapsed .shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul>*,.shell-layout--navigation-collapsed .shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul,.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul>*,.shell-layout__secondary-nav-items--grid-view .sc-swirl-shell-layout-s>ul>*{max-width:100%;flex-basis:100%;max-height:3rem}@media (min-width: 992px){.shell-layout--navigation-collapsed.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-collapsed-nav-width) 1fr 0}}@media (min-width: 1440px){.shell-layout--sidebar-active.shell-layout--navigation-collapsed.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-collapsed-nav-width) 1fr var(\n --swirl-shell-sidebar-width\n )}}@media (min-width: 1440px){.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__main.sc-swirl-shell-layout{width:100%}}.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__sidebar.sc-swirl-shell-layout{overflow:initial}@media (min-width: 992px){.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__sidebar-body.sc-swirl-shell-layout{border:0.0625rem solid var(--s-border-default);transform:translate3d(0, 0, 0)}}@media (min-width: 1440px){.shell-layout--sidebar-active.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-extended-nav-width) 1fr var(\n --swirl-shell-sidebar-width\n )}}.sc-swirl-shell-layout:not(.shell-layout--sidebar-active) .shell-layout__sidebar.sc-swirl-shell-layout{animation:shell-layout-no-overflow-after-transition 0.1s;animation-fill-mode:forwards}.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{transform:translate3d(0, 0, 0);box-shadow:var(--s-shadow-level-3)}@media (min-width: 992px){.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{transform:none;box-shadow:none}}.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{display:block}@media (min-width: 992px){.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{display:none}}.shell-layout--has-secondary-nav.sc-swirl-shell-layout .shell-layout__secondary-nav.sc-swirl-shell-layout{display:block}.shell-layout--secondary-nav-collapsed.sc-swirl-shell-layout .shell-layout__secondary-nav-items.sc-swirl-shell-layout{display:none}.shell-layout__header.sc-swirl-shell-layout{position:relative;display:none;width:calc(100% + var(--s-space-8));padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);justify-content:space-between;align-items:center;border-bottom:0.0625rem solid var(--s-border-default);color:var(--swirl-shell-text-color);grid-area:header}@media (min-width: 992px){.shell-layout__header.sc-swirl-shell-layout{display:flex}}.shell-layout__skip-link.sc-swirl-shell-layout{position:absolute;z-index:9;top:0;left:0;padding:var(--s-space-4);border:none;color:var(--swirl-shell-text-color);background-color:var(--swirl-shell-background);font:inherit;cursor:pointer}.shell-layout__skip-link.sc-swirl-shell-layout:not(:focus):not(:active){position:absolute;overflow:hidden;width:1px;height:1px;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%)}.shell-layout__header-left.sc-swirl-shell-layout{display:flex;padding-left:var(--s-space-2);flex-basis:8rem;flex-shrink:0;align-items:center;gap:var(--s-space-8)}.shell-layout__header-right.sc-swirl-shell-layout{--swirl-ghost-button-background-default:var(--s-surface-sunken-default);--swirl-ghost-button-background-hovered:var(--s-surface-sunken-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-sunken-pressed);display:flex;flex-basis:8rem;flex-shrink:0;justify-content:flex-end;align-items:center;gap:var(--s-space-8)}.shell-layout__logo.sc-swirl-shell-layout{display:flex;flex-grow:1;justify-content:center;align-items:center}.shell-layout__logo.sc-swirl-shell-layout-s>a{display:flex}.shell-layout__logo.sc-swirl-shell-layout-s>a img,.shell-layout__logo.sc-swirl-shell-layout-s>img{max-height:1.75rem}.shell-layout__header-tool.sc-swirl-shell-layout{position:relative;width:2.25rem;height:2.25rem;padding:var(--s-space-8);flex-shrink:0;border:none;border-radius:var(--s-border-radius-sm);color:var(--swirl-shell-text-color);background-color:var(--s-surface-sunken-default);font:inherit;cursor:pointer}.shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-surface-sunken-hovered)}.shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-surface-sunken-pressed)}.shell-layout__header-tool.sc-swirl-shell-layout:focus{outline:none}.shell-layout__header-tool.sc-swirl-shell-layout:focus-visible{box-shadow:0 0 0 0.125rem var(--s-focus-default)}.shell-layout__header-tool.sc-swirl-shell-layout swirl-badge.sc-swirl-shell-layout{--swirl-badge-border-color:var(--s-surface-sunken-default);position:absolute;top:var(--s-space-4);right:var(--s-space-4);padding-right:var(--s-space-2);transform:translate3d(0.1875rem, 0, 0)}.shell-layout__sidebar-toggle.sc-swirl-shell-layout{display:none}@media (min-width: 992px){.shell-layout__sidebar-toggle.sc-swirl-shell-layout{display:block}}.shell-layout__nav.sc-swirl-shell-layout{position:fixed;z-index:9;top:0;bottom:0;left:0;overflow-x:hidden;overflow-y:auto;width:100%;max-width:18.75rem;color:var(--swirl-shell-text-color);background-color:var(--s-surface-overlay-default);transition:transform 0.1s, box-shadow 0.1s, width 0.1s;transform:translate3d(-100%, 0, 0);grid-area:nav}@media (prefers-reduced-motion){.shell-layout__nav.sc-swirl-shell-layout{transition:none}}@media (min-width: 992px){.shell-layout__nav.sc-swirl-shell-layout{position:relative;max-width:none;padding-top:0;padding-right:var(--s-space-4);padding-bottom:var(--s-space-8);padding-left:var(--s-space-12);background-color:var(--swirl-shell-background);transform:none;box-shadow:none;inset:auto}}.shell-layout__mobile-header.sc-swirl-shell-layout{display:flex;min-height:3.5rem;margin-bottom:var(--s-space-8);padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);justify-content:space-between;align-items:center;border-bottom:0.0625rem solid var(--s-border-default)}.shell-layout__mobile-header.sc-swirl-shell-layout-s>img{max-height:1.75rem}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout{background-color:var(--s-surface-overlay-default)}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-surface-overlay-hovered)}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-surface-overlay-pressed)}@media (min-width: 992px){.shell-layout__mobile-header.sc-swirl-shell-layout{display:none}}.shell-layout__mobile-header-tools.sc-swirl-shell-layout{display:flex;justify-content:flex-end;align-items:center;gap:var(--s-space-8)}.shell-layout__nav-body.sc-swirl-shell-layout{padding:var(--s-space-8)}.shell-layout__nav-body.sc-swirl-shell-layout-s ul{margin:0;padding:0;list-style:none}.shell-layout__nav-body.sc-swirl-shell-layout-s li{display:flex}@media (min-width: 992px){.shell-layout__nav-body.sc-swirl-shell-layout{padding:0}}.shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{position:fixed;z-index:8;display:none;background-color:rgba(0, 0, 0, 0.25);animation:shell-layout-backdrop-fade-in 0.1s;inset:0}.shell-layout__secondary-nav.sc-swirl-shell-layout{display:none}.shell-layout__secondary-nav-items.sc-swirl-shell-layout-s>ul,.shell-layout__secondary-nav-items .sc-swirl-shell-layout-s>ul{display:flex;flex-direction:column;gap:var(--s-space-2)}.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul,.shell-layout__secondary-nav-items--grid-view .sc-swirl-shell-layout-s>ul{flex-direction:row;flex-wrap:wrap;gap:var(--s-space-16)}.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul,.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul>*,.shell-layout__secondary-nav-items--grid-view .sc-swirl-shell-layout-s>ul>*{flex-basis:calc(50% - var(--s-space-8));max-height:none}.shell-layout__main.sc-swirl-shell-layout{overflow:hidden;background-color:var(--s-background-default);grid-area:main}@media (min-width: 992px){.shell-layout__main.sc-swirl-shell-layout{width:calc(100% + var(--s-space-8));border:0.0625rem solid var(--s-border-default);border-radius:var(--s-border-radius-sm)}}.shell-layout__sidebar.sc-swirl-shell-layout{position:relative;display:none;min-height:0;grid-area:sidebar}@media (min-width: 992px){.shell-layout__sidebar.sc-swirl-shell-layout{display:block}}.shell-layout__sidebar-body.sc-swirl-shell-layout{z-index:1;display:flex;width:var(--swirl-shell-sidebar-width);height:100%;border-radius:var(--s-border-radius-sm);background-color:var(--s-background-default);flex-direction:column}@media (min-width: 992px){.shell-layout__sidebar-body.sc-swirl-shell-layout{position:absolute;top:0;right:0;bottom:0;transition:transform 0.1s;transform:translate3d(calc(100% + var(--s-space-24)), 0, 0);box-shadow:var(--s-shadow-level-3)}}@media (min-width: 1440px){.shell-layout__sidebar-body.sc-swirl-shell-layout{position:relative;transform:none;box-shadow:none;inset:auto}}@media (prefers-reduced-motion){.shell-layout__sidebar-body.sc-swirl-shell-layout{transition:none}}.shell-layout__sidebar-app-bar.sc-swirl-shell-layout{flex-grow:0;flex-shrink:0;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.shell-layout__sidebar-content.sc-swirl-shell-layout{overflow:auto;flex-grow:1}@keyframes shell-layout-backdrop-fade-in{from{opacity:0}to{opacity:1}}@keyframes shell-layout-no-overflow-after-transition{0%{overflow:initial}99%{overflow:initial}100%{overflow:hidden}}";
17
17
  const SwirlShellLayoutStyle0 = swirlShellLayoutCss;
18
18
 
19
19
  const SECONDARY_NAVIGATION_COLLAPSE_STORAGE_KEY = "SWIRL_SHELL_SECONDARY_NAVIGATION_COLLAPSE_STATE";
@@ -188,11 +188,11 @@ const SwirlShellLayout$1 = /*@__PURE__*/ proxyCustomElement(class SwirlShellLayo
188
188
  ? "<swirl-icon-menu></swirl-icon-menu>"
189
189
  : "<swirl-icon-hamburger-menu></swirl-icon-hamburger-menu>", iconPosition: "end", label: this.secondaryNavView === "grid"
190
190
  ? this.gridNavLayoutToggleLabel
191
- : this.listNavLayoutToggleLabel, onClick: this.toggleSecondaryNavView, variant: "plain" }))))), h("ul", { key: '329aa0e2fc43a301b935580e136dff2ded4f3278', class: {
191
+ : this.listNavLayoutToggleLabel, onClick: this.toggleSecondaryNavView, variant: "plain" }))))), h("div", { key: '63bc109d986d9e6556281f4c32fed5cf0df295bb', class: {
192
192
  "shell-layout__secondary-nav-items": true,
193
193
  "shell-layout__secondary-nav-items--grid-view": this.enableSecondaryNavGridLayout &&
194
194
  this.secondaryNavView === "grid",
195
- } }, h("slot", { key: '422269185dc3b2b3c6cea0a09e7857128e50af71', name: "secondary-nav", onSlotchange: this.collectNavItems }))))), h("main", { key: 'ea6015af362cfff1535995a4bc9b0188378ef755', class: "shell-layout__main", id: "main-content" }, h("slot", { key: '71863925b9b8e4430e236920edec978e3852dd2e' })), h("aside", { key: 'ece8a7300a11336a48769ccbcb11e769ce0f82d6', class: "shell-layout__sidebar", inert: this.sidebarActive ? undefined : true }, h("div", { key: '3eceb6b713a38976380315d20b98ece681fc43cd', class: "shell-layout__sidebar-body" }, h("div", { key: '4848e6a1069a475ddc43b0a29f789be5aae0314a', class: "shell-layout__sidebar-app-bar" }, h("slot", { key: '3889563150445f7fb0d1825441488946f14c3a71', name: "sidebar-app-bar" })), h("div", { key: '4247f7afb9c55615d039ef9758a3407163f00c99', class: "shell-layout__sidebar-content" }, h("slot", { key: '74e5c9a3d91ff76381431a1319d323f285003a24', name: "sidebar" })))))));
195
+ } }, h("slot", { key: 'c80fd6c094acd411b1a3c9ff9f83d3e850926961', name: "secondary-nav", onSlotchange: this.collectNavItems }))))), h("main", { key: 'e124d72f598b847a8cdd10c61133cbbd794c7653', class: "shell-layout__main", id: "main-content" }, h("slot", { key: '5f36222a496b3d09f8cdd4408d0046a1c7cbdd5c' })), h("aside", { key: 'c1230a26362fbefe0b89256f2c66bd45c11ed6ce', class: "shell-layout__sidebar", inert: this.sidebarActive ? undefined : true }, h("div", { key: '661dacd4e864efebb33eaef11542b6c4c38af45d', class: "shell-layout__sidebar-body" }, h("div", { key: 'ba3f25fe287f6b99865d9217e2dc0adf9e90dbe5', class: "shell-layout__sidebar-app-bar" }, h("slot", { key: '12aa5360f51fcef3b196409d42c2adcfabe6aea6', name: "sidebar-app-bar" })), h("div", { key: '82c185521ab9cc78e104fcd39e687bf4e25f7cf6', class: "shell-layout__sidebar-content" }, h("slot", { key: '20b78c6bb03c09ddeda88b39bb4e680f63c5a4f1', name: "sidebar" })))))));
196
196
  }
197
197
  get el() { return this; }
198
198
  static get watchers() { return {
@@ -2,7 +2,7 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement
2
2
  import { c as classnames } from './index-267776a4.js';
3
3
  import { c as createFocusTrap } from './focus-trap.esm-49c9613c.js';
4
4
 
5
- const swirlShellLayoutCss = ".sc-swirl-shell-layout-h{--swirl-shell-background:var(--s-surface-sunken-default);--swirl-shell-text-color:var(--s-text-default);--swirl-shell-header-height:3.25rem;--swirl-shell-collapsed-nav-width:4rem;--swirl-shell-extended-nav-width:18rem;--swirl-shell-sidebar-width:21rem;display:flex;width:100%;height:100%}.sc-swirl-shell-layout-h *.sc-swirl-shell-layout{box-sizing:border-box}.shell-layout.sc-swirl-shell-layout{display:grid;overflow:hidden;width:100%;min-height:100%;background-color:var(--swirl-shell-background);transition:grid-template-columns 0.1s;grid-template-columns:0 1fr 0;grid-template-rows:1fr;grid-template-areas:\"nav main\"}@media (prefers-reduced-motion){.shell-layout.sc-swirl-shell-layout{transition:none}}@media (min-width: 992px){.shell-layout.sc-swirl-shell-layout{padding-right:var(--s-space-8);padding-bottom:var(--s-space-8);gap:var(--s-space-8);grid-template-columns:var(--swirl-shell-extended-nav-width) 1fr 0;grid-template-rows:var(--swirl-shell-header-height) 1fr;grid-template-areas:\"header header header\"\n \"nav main sidebar\"}}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout{border-bottom:none;color:var(--s-text-on-action-primary);background-color:var(--s-action-primary-default)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout{color:var(--s-text-on-action-primary);background-color:var(--s-action-primary-default)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-action-primary-hovered)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-action-primary-pressed)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout swirl-badge.sc-swirl-shell-layout{--swirl-badge-border-color:var(--s-action-primary-default)}@media (min-width: 992px){.shell-layout--navigation-collapsed.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{scrollbar-width:none}.shell-layout--navigation-collapsed.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout::-webkit-scrollbar{width:0;background:transparent;-webkit-appearance:none}}.shell-layout--navigation-collapsed .shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>*,.shell-layout__secondary-nav-items--grid-view .sc-swirl-shell-layout-s>*{max-width:100%;flex-basis:100%;max-height:3rem}@media (min-width: 992px){.shell-layout--navigation-collapsed.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-collapsed-nav-width) 1fr 0}}@media (min-width: 1440px){.shell-layout--sidebar-active.shell-layout--navigation-collapsed.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-collapsed-nav-width) 1fr var(\n --swirl-shell-sidebar-width\n )}}@media (min-width: 1440px){.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__main.sc-swirl-shell-layout{width:100%}}.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__sidebar.sc-swirl-shell-layout{overflow:initial}@media (min-width: 992px){.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__sidebar-body.sc-swirl-shell-layout{border:0.0625rem solid var(--s-border-default);transform:translate3d(0, 0, 0)}}@media (min-width: 1440px){.shell-layout--sidebar-active.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-extended-nav-width) 1fr var(\n --swirl-shell-sidebar-width\n )}}.sc-swirl-shell-layout:not(.shell-layout--sidebar-active) .shell-layout__sidebar.sc-swirl-shell-layout{animation:shell-layout-no-overflow-after-transition 0.1s;animation-fill-mode:forwards}.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{transform:translate3d(0, 0, 0);box-shadow:var(--s-shadow-level-3)}@media (min-width: 992px){.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{transform:none;box-shadow:none}}.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{display:block}@media (min-width: 992px){.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{display:none}}.shell-layout--has-secondary-nav.sc-swirl-shell-layout .shell-layout__secondary-nav.sc-swirl-shell-layout{display:block}.shell-layout--secondary-nav-collapsed.sc-swirl-shell-layout .shell-layout__secondary-nav-items.sc-swirl-shell-layout{display:none}.shell-layout__header.sc-swirl-shell-layout{position:relative;display:none;width:calc(100% + var(--s-space-8));padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);justify-content:space-between;align-items:center;border-bottom:0.0625rem solid var(--s-border-default);color:var(--swirl-shell-text-color);grid-area:header}@media (min-width: 992px){.shell-layout__header.sc-swirl-shell-layout{display:flex}}.shell-layout__skip-link.sc-swirl-shell-layout{position:absolute;z-index:9;top:0;left:0;padding:var(--s-space-4);border:none;color:var(--swirl-shell-text-color);background-color:var(--swirl-shell-background);font:inherit;cursor:pointer}.shell-layout__skip-link.sc-swirl-shell-layout:not(:focus):not(:active){position:absolute;overflow:hidden;width:1px;height:1px;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%)}.shell-layout__header-left.sc-swirl-shell-layout{display:flex;padding-left:var(--s-space-2);flex-basis:8rem;flex-shrink:0;align-items:center;gap:var(--s-space-8)}.shell-layout__header-right.sc-swirl-shell-layout{--swirl-ghost-button-background-default:var(--s-surface-sunken-default);--swirl-ghost-button-background-hovered:var(--s-surface-sunken-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-sunken-pressed);display:flex;flex-basis:8rem;flex-shrink:0;justify-content:flex-end;align-items:center;gap:var(--s-space-8)}.shell-layout__logo.sc-swirl-shell-layout{display:flex;flex-grow:1;justify-content:center;align-items:center}.shell-layout__logo.sc-swirl-shell-layout-s>a{display:flex}.shell-layout__logo.sc-swirl-shell-layout-s>a img,.shell-layout__logo.sc-swirl-shell-layout-s>img{max-height:1.75rem}.shell-layout__header-tool.sc-swirl-shell-layout{position:relative;width:2.25rem;height:2.25rem;padding:var(--s-space-8);flex-shrink:0;border:none;border-radius:var(--s-border-radius-sm);color:var(--swirl-shell-text-color);background-color:var(--s-surface-sunken-default);font:inherit;cursor:pointer}.shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-surface-sunken-hovered)}.shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-surface-sunken-pressed)}.shell-layout__header-tool.sc-swirl-shell-layout:focus{outline:none}.shell-layout__header-tool.sc-swirl-shell-layout:focus-visible{box-shadow:0 0 0 0.125rem var(--s-focus-default)}.shell-layout__header-tool.sc-swirl-shell-layout swirl-badge.sc-swirl-shell-layout{--swirl-badge-border-color:var(--s-surface-sunken-default);position:absolute;top:var(--s-space-4);right:var(--s-space-4);padding-right:var(--s-space-2);transform:translate3d(0.1875rem, 0, 0)}.shell-layout__sidebar-toggle.sc-swirl-shell-layout{display:none}@media (min-width: 992px){.shell-layout__sidebar-toggle.sc-swirl-shell-layout{display:block}}.shell-layout__nav.sc-swirl-shell-layout{position:fixed;z-index:9;top:0;bottom:0;left:0;overflow-x:hidden;overflow-y:auto;width:100%;max-width:18.75rem;color:var(--swirl-shell-text-color);background-color:var(--s-surface-overlay-default);transition:transform 0.1s, box-shadow 0.1s, width 0.1s;transform:translate3d(-100%, 0, 0);grid-area:nav}@media (prefers-reduced-motion){.shell-layout__nav.sc-swirl-shell-layout{transition:none}}@media (min-width: 992px){.shell-layout__nav.sc-swirl-shell-layout{position:relative;max-width:none;padding-top:0;padding-right:var(--s-space-4);padding-bottom:var(--s-space-8);padding-left:var(--s-space-12);background-color:var(--swirl-shell-background);transform:none;box-shadow:none;inset:auto}}.shell-layout__mobile-header.sc-swirl-shell-layout{display:flex;min-height:3.5rem;margin-bottom:var(--s-space-8);padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);justify-content:space-between;align-items:center;border-bottom:0.0625rem solid var(--s-border-default)}.shell-layout__mobile-header.sc-swirl-shell-layout-s>img{max-height:1.75rem}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout{background-color:var(--s-surface-overlay-default)}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-surface-overlay-hovered)}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-surface-overlay-pressed)}@media (min-width: 992px){.shell-layout__mobile-header.sc-swirl-shell-layout{display:none}}.shell-layout__mobile-header-tools.sc-swirl-shell-layout{display:flex;justify-content:flex-end;align-items:center;gap:var(--s-space-8)}.shell-layout__nav-body.sc-swirl-shell-layout{padding:var(--s-space-8)}.shell-layout__nav-body.sc-swirl-shell-layout-s ul{margin:0;padding:0;list-style:none}.shell-layout__nav-body.sc-swirl-shell-layout-s li{display:flex}@media (min-width: 992px){.shell-layout__nav-body.sc-swirl-shell-layout{padding:0}}.shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{position:fixed;z-index:8;display:none;background-color:rgba(0, 0, 0, 0.25);animation:shell-layout-backdrop-fade-in 0.1s;inset:0}.shell-layout__secondary-nav.sc-swirl-shell-layout{display:none}.shell-layout__secondary-nav-items.sc-swirl-shell-layout{display:flex;flex-direction:column;gap:var(--s-space-2)}.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout{flex-direction:row;flex-wrap:wrap;gap:var(--s-space-16)}.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>*,.shell-layout__secondary-nav-items--grid-view .sc-swirl-shell-layout-s>*{flex-basis:calc(50% - var(--s-space-8))}.shell-layout__main.sc-swirl-shell-layout{overflow:hidden;background-color:var(--s-background-default);grid-area:main}@media (min-width: 992px){.shell-layout__main.sc-swirl-shell-layout{width:calc(100% + var(--s-space-8));border:0.0625rem solid var(--s-border-default);border-radius:var(--s-border-radius-sm)}}.shell-layout__sidebar.sc-swirl-shell-layout{position:relative;display:none;min-height:0;grid-area:sidebar}@media (min-width: 992px){.shell-layout__sidebar.sc-swirl-shell-layout{display:block}}.shell-layout__sidebar-body.sc-swirl-shell-layout{z-index:1;display:flex;width:var(--swirl-shell-sidebar-width);height:100%;border-radius:var(--s-border-radius-sm);background-color:var(--s-background-default);flex-direction:column}@media (min-width: 992px){.shell-layout__sidebar-body.sc-swirl-shell-layout{position:absolute;top:0;right:0;bottom:0;transition:transform 0.1s;transform:translate3d(calc(100% + var(--s-space-24)), 0, 0);box-shadow:var(--s-shadow-level-3)}}@media (min-width: 1440px){.shell-layout__sidebar-body.sc-swirl-shell-layout{position:relative;transform:none;box-shadow:none;inset:auto}}@media (prefers-reduced-motion){.shell-layout__sidebar-body.sc-swirl-shell-layout{transition:none}}.shell-layout__sidebar-app-bar.sc-swirl-shell-layout{flex-grow:0;flex-shrink:0;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.shell-layout__sidebar-content.sc-swirl-shell-layout{overflow:auto;flex-grow:1}@keyframes shell-layout-backdrop-fade-in{from{opacity:0}to{opacity:1}}@keyframes shell-layout-no-overflow-after-transition{0%{overflow:initial}99%{overflow:initial}100%{overflow:hidden}}";
5
+ const swirlShellLayoutCss = ".sc-swirl-shell-layout-h{--swirl-shell-background:var(--s-surface-sunken-default);--swirl-shell-text-color:var(--s-text-default);--swirl-shell-header-height:3.25rem;--swirl-shell-collapsed-nav-width:4rem;--swirl-shell-extended-nav-width:18rem;--swirl-shell-sidebar-width:21rem;display:flex;width:100%;height:100%}.sc-swirl-shell-layout-h *.sc-swirl-shell-layout{box-sizing:border-box}.shell-layout.sc-swirl-shell-layout{display:grid;overflow:hidden;width:100%;min-height:100%;background-color:var(--swirl-shell-background);transition:grid-template-columns 0.1s;grid-template-columns:0 1fr 0;grid-template-rows:1fr;grid-template-areas:\"nav main\"}@media (prefers-reduced-motion){.shell-layout.sc-swirl-shell-layout{transition:none}}@media (min-width: 992px){.shell-layout.sc-swirl-shell-layout{padding-right:var(--s-space-8);padding-bottom:var(--s-space-8);gap:var(--s-space-8);grid-template-columns:var(--swirl-shell-extended-nav-width) 1fr 0;grid-template-rows:var(--swirl-shell-header-height) 1fr;grid-template-areas:\"header header header\"\n \"nav main sidebar\"}}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout{border-bottom:none;color:var(--s-text-on-action-primary);background-color:var(--s-action-primary-default)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout{color:var(--s-text-on-action-primary);background-color:var(--s-action-primary-default)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-action-primary-hovered)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-action-primary-pressed)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout swirl-badge.sc-swirl-shell-layout{--swirl-badge-border-color:var(--s-action-primary-default)}@media (min-width: 992px){.shell-layout--navigation-collapsed.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{scrollbar-width:none}.shell-layout--navigation-collapsed.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout::-webkit-scrollbar{width:0;background:transparent;-webkit-appearance:none}}.shell-layout--navigation-collapsed .shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul>*,.shell-layout--navigation-collapsed .shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul,.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul>*,.shell-layout__secondary-nav-items--grid-view .sc-swirl-shell-layout-s>ul>*{max-width:100%;flex-basis:100%;max-height:3rem}@media (min-width: 992px){.shell-layout--navigation-collapsed.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-collapsed-nav-width) 1fr 0}}@media (min-width: 1440px){.shell-layout--sidebar-active.shell-layout--navigation-collapsed.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-collapsed-nav-width) 1fr var(\n --swirl-shell-sidebar-width\n )}}@media (min-width: 1440px){.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__main.sc-swirl-shell-layout{width:100%}}.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__sidebar.sc-swirl-shell-layout{overflow:initial}@media (min-width: 992px){.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__sidebar-body.sc-swirl-shell-layout{border:0.0625rem solid var(--s-border-default);transform:translate3d(0, 0, 0)}}@media (min-width: 1440px){.shell-layout--sidebar-active.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-extended-nav-width) 1fr var(\n --swirl-shell-sidebar-width\n )}}.sc-swirl-shell-layout:not(.shell-layout--sidebar-active) .shell-layout__sidebar.sc-swirl-shell-layout{animation:shell-layout-no-overflow-after-transition 0.1s;animation-fill-mode:forwards}.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{transform:translate3d(0, 0, 0);box-shadow:var(--s-shadow-level-3)}@media (min-width: 992px){.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{transform:none;box-shadow:none}}.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{display:block}@media (min-width: 992px){.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{display:none}}.shell-layout--has-secondary-nav.sc-swirl-shell-layout .shell-layout__secondary-nav.sc-swirl-shell-layout{display:block}.shell-layout--secondary-nav-collapsed.sc-swirl-shell-layout .shell-layout__secondary-nav-items.sc-swirl-shell-layout{display:none}.shell-layout__header.sc-swirl-shell-layout{position:relative;display:none;width:calc(100% + var(--s-space-8));padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);justify-content:space-between;align-items:center;border-bottom:0.0625rem solid var(--s-border-default);color:var(--swirl-shell-text-color);grid-area:header}@media (min-width: 992px){.shell-layout__header.sc-swirl-shell-layout{display:flex}}.shell-layout__skip-link.sc-swirl-shell-layout{position:absolute;z-index:9;top:0;left:0;padding:var(--s-space-4);border:none;color:var(--swirl-shell-text-color);background-color:var(--swirl-shell-background);font:inherit;cursor:pointer}.shell-layout__skip-link.sc-swirl-shell-layout:not(:focus):not(:active){position:absolute;overflow:hidden;width:1px;height:1px;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%)}.shell-layout__header-left.sc-swirl-shell-layout{display:flex;padding-left:var(--s-space-2);flex-basis:8rem;flex-shrink:0;align-items:center;gap:var(--s-space-8)}.shell-layout__header-right.sc-swirl-shell-layout{--swirl-ghost-button-background-default:var(--s-surface-sunken-default);--swirl-ghost-button-background-hovered:var(--s-surface-sunken-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-sunken-pressed);display:flex;flex-basis:8rem;flex-shrink:0;justify-content:flex-end;align-items:center;gap:var(--s-space-8)}.shell-layout__logo.sc-swirl-shell-layout{display:flex;flex-grow:1;justify-content:center;align-items:center}.shell-layout__logo.sc-swirl-shell-layout-s>a{display:flex}.shell-layout__logo.sc-swirl-shell-layout-s>a img,.shell-layout__logo.sc-swirl-shell-layout-s>img{max-height:1.75rem}.shell-layout__header-tool.sc-swirl-shell-layout{position:relative;width:2.25rem;height:2.25rem;padding:var(--s-space-8);flex-shrink:0;border:none;border-radius:var(--s-border-radius-sm);color:var(--swirl-shell-text-color);background-color:var(--s-surface-sunken-default);font:inherit;cursor:pointer}.shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-surface-sunken-hovered)}.shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-surface-sunken-pressed)}.shell-layout__header-tool.sc-swirl-shell-layout:focus{outline:none}.shell-layout__header-tool.sc-swirl-shell-layout:focus-visible{box-shadow:0 0 0 0.125rem var(--s-focus-default)}.shell-layout__header-tool.sc-swirl-shell-layout swirl-badge.sc-swirl-shell-layout{--swirl-badge-border-color:var(--s-surface-sunken-default);position:absolute;top:var(--s-space-4);right:var(--s-space-4);padding-right:var(--s-space-2);transform:translate3d(0.1875rem, 0, 0)}.shell-layout__sidebar-toggle.sc-swirl-shell-layout{display:none}@media (min-width: 992px){.shell-layout__sidebar-toggle.sc-swirl-shell-layout{display:block}}.shell-layout__nav.sc-swirl-shell-layout{position:fixed;z-index:9;top:0;bottom:0;left:0;overflow-x:hidden;overflow-y:auto;width:100%;max-width:18.75rem;color:var(--swirl-shell-text-color);background-color:var(--s-surface-overlay-default);transition:transform 0.1s, box-shadow 0.1s, width 0.1s;transform:translate3d(-100%, 0, 0);grid-area:nav}@media (prefers-reduced-motion){.shell-layout__nav.sc-swirl-shell-layout{transition:none}}@media (min-width: 992px){.shell-layout__nav.sc-swirl-shell-layout{position:relative;max-width:none;padding-top:0;padding-right:var(--s-space-4);padding-bottom:var(--s-space-8);padding-left:var(--s-space-12);background-color:var(--swirl-shell-background);transform:none;box-shadow:none;inset:auto}}.shell-layout__mobile-header.sc-swirl-shell-layout{display:flex;min-height:3.5rem;margin-bottom:var(--s-space-8);padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);justify-content:space-between;align-items:center;border-bottom:0.0625rem solid var(--s-border-default)}.shell-layout__mobile-header.sc-swirl-shell-layout-s>img{max-height:1.75rem}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout{background-color:var(--s-surface-overlay-default)}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-surface-overlay-hovered)}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-surface-overlay-pressed)}@media (min-width: 992px){.shell-layout__mobile-header.sc-swirl-shell-layout{display:none}}.shell-layout__mobile-header-tools.sc-swirl-shell-layout{display:flex;justify-content:flex-end;align-items:center;gap:var(--s-space-8)}.shell-layout__nav-body.sc-swirl-shell-layout{padding:var(--s-space-8)}.shell-layout__nav-body.sc-swirl-shell-layout-s ul{margin:0;padding:0;list-style:none}.shell-layout__nav-body.sc-swirl-shell-layout-s li{display:flex}@media (min-width: 992px){.shell-layout__nav-body.sc-swirl-shell-layout{padding:0}}.shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{position:fixed;z-index:8;display:none;background-color:rgba(0, 0, 0, 0.25);animation:shell-layout-backdrop-fade-in 0.1s;inset:0}.shell-layout__secondary-nav.sc-swirl-shell-layout{display:none}.shell-layout__secondary-nav-items.sc-swirl-shell-layout-s>ul,.shell-layout__secondary-nav-items .sc-swirl-shell-layout-s>ul{display:flex;flex-direction:column;gap:var(--s-space-2)}.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul,.shell-layout__secondary-nav-items--grid-view .sc-swirl-shell-layout-s>ul{flex-direction:row;flex-wrap:wrap;gap:var(--s-space-16)}.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul,.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul>*,.shell-layout__secondary-nav-items--grid-view .sc-swirl-shell-layout-s>ul>*{flex-basis:calc(50% - var(--s-space-8));max-height:none}.shell-layout__main.sc-swirl-shell-layout{overflow:hidden;background-color:var(--s-background-default);grid-area:main}@media (min-width: 992px){.shell-layout__main.sc-swirl-shell-layout{width:calc(100% + var(--s-space-8));border:0.0625rem solid var(--s-border-default);border-radius:var(--s-border-radius-sm)}}.shell-layout__sidebar.sc-swirl-shell-layout{position:relative;display:none;min-height:0;grid-area:sidebar}@media (min-width: 992px){.shell-layout__sidebar.sc-swirl-shell-layout{display:block}}.shell-layout__sidebar-body.sc-swirl-shell-layout{z-index:1;display:flex;width:var(--swirl-shell-sidebar-width);height:100%;border-radius:var(--s-border-radius-sm);background-color:var(--s-background-default);flex-direction:column}@media (min-width: 992px){.shell-layout__sidebar-body.sc-swirl-shell-layout{position:absolute;top:0;right:0;bottom:0;transition:transform 0.1s;transform:translate3d(calc(100% + var(--s-space-24)), 0, 0);box-shadow:var(--s-shadow-level-3)}}@media (min-width: 1440px){.shell-layout__sidebar-body.sc-swirl-shell-layout{position:relative;transform:none;box-shadow:none;inset:auto}}@media (prefers-reduced-motion){.shell-layout__sidebar-body.sc-swirl-shell-layout{transition:none}}.shell-layout__sidebar-app-bar.sc-swirl-shell-layout{flex-grow:0;flex-shrink:0;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.shell-layout__sidebar-content.sc-swirl-shell-layout{overflow:auto;flex-grow:1}@keyframes shell-layout-backdrop-fade-in{from{opacity:0}to{opacity:1}}@keyframes shell-layout-no-overflow-after-transition{0%{overflow:initial}99%{overflow:initial}100%{overflow:hidden}}";
6
6
  const SwirlShellLayoutStyle0 = swirlShellLayoutCss;
7
7
 
8
8
  const SECONDARY_NAVIGATION_COLLAPSE_STORAGE_KEY = "SWIRL_SHELL_SECONDARY_NAVIGATION_COLLAPSE_STATE";
@@ -176,11 +176,11 @@ const SwirlShellLayout = class {
176
176
  ? "<swirl-icon-menu></swirl-icon-menu>"
177
177
  : "<swirl-icon-hamburger-menu></swirl-icon-hamburger-menu>", iconPosition: "end", label: this.secondaryNavView === "grid"
178
178
  ? this.gridNavLayoutToggleLabel
179
- : this.listNavLayoutToggleLabel, onClick: this.toggleSecondaryNavView, variant: "plain" }))))), h("ul", { key: '329aa0e2fc43a301b935580e136dff2ded4f3278', class: {
179
+ : this.listNavLayoutToggleLabel, onClick: this.toggleSecondaryNavView, variant: "plain" }))))), h("div", { key: '63bc109d986d9e6556281f4c32fed5cf0df295bb', class: {
180
180
  "shell-layout__secondary-nav-items": true,
181
181
  "shell-layout__secondary-nav-items--grid-view": this.enableSecondaryNavGridLayout &&
182
182
  this.secondaryNavView === "grid",
183
- } }, h("slot", { key: '422269185dc3b2b3c6cea0a09e7857128e50af71', name: "secondary-nav", onSlotchange: this.collectNavItems }))))), h("main", { key: 'ea6015af362cfff1535995a4bc9b0188378ef755', class: "shell-layout__main", id: "main-content" }, h("slot", { key: '71863925b9b8e4430e236920edec978e3852dd2e' })), h("aside", { key: 'ece8a7300a11336a48769ccbcb11e769ce0f82d6', class: "shell-layout__sidebar", inert: this.sidebarActive ? undefined : true }, h("div", { key: '3eceb6b713a38976380315d20b98ece681fc43cd', class: "shell-layout__sidebar-body" }, h("div", { key: '4848e6a1069a475ddc43b0a29f789be5aae0314a', class: "shell-layout__sidebar-app-bar" }, h("slot", { key: '3889563150445f7fb0d1825441488946f14c3a71', name: "sidebar-app-bar" })), h("div", { key: '4247f7afb9c55615d039ef9758a3407163f00c99', class: "shell-layout__sidebar-content" }, h("slot", { key: '74e5c9a3d91ff76381431a1319d323f285003a24', name: "sidebar" })))))));
183
+ } }, h("slot", { key: 'c80fd6c094acd411b1a3c9ff9f83d3e850926961', name: "secondary-nav", onSlotchange: this.collectNavItems }))))), h("main", { key: 'e124d72f598b847a8cdd10c61133cbbd794c7653', class: "shell-layout__main", id: "main-content" }, h("slot", { key: '5f36222a496b3d09f8cdd4408d0046a1c7cbdd5c' })), h("aside", { key: 'c1230a26362fbefe0b89256f2c66bd45c11ed6ce', class: "shell-layout__sidebar", inert: this.sidebarActive ? undefined : true }, h("div", { key: '661dacd4e864efebb33eaef11542b6c4c38af45d', class: "shell-layout__sidebar-body" }, h("div", { key: 'ba3f25fe287f6b99865d9217e2dc0adf9e90dbe5', class: "shell-layout__sidebar-app-bar" }, h("slot", { key: '12aa5360f51fcef3b196409d42c2adcfabe6aea6', name: "sidebar-app-bar" })), h("div", { key: '82c185521ab9cc78e104fcd39e687bf4e25f7cf6', class: "shell-layout__sidebar-content" }, h("slot", { key: '20b78c6bb03c09ddeda88b39bb4e680f63c5a4f1', name: "sidebar" })))))));
184
184
  }
185
185
  get el() { return getElement(this); }
186
186
  static get watchers() { return {
@@ -0,0 +1 @@
1
+ import{r as l,c as e,h as a,H as s,g as i}from"./p-e212b5b7.js";import{c as t}from"./p-a5dce9e6.js";import{c as o}from"./p-878dc806.js";const r="SWIRL_SHELL_SECONDARY_NAVIGATION_COLLAPSE_STATE",d="SWIRL_SHELL_SECONDARY_NAVIGATION_VIEW_STATE",h="SWIRL_SHELL_NAVIGATION_COLLAPSE_STATE",c="SWIRL_SHELL_SIDEBAR_STATE",n=class{constructor(a){l(this,a),this.sidebarToggleClick=e(this,"sidebarToggleClick",7),this.skipLinkClick=e(this,"skipLinkClick",7),this.collectNavItems=()=>{this.mainNavItems=Array.from(this.el.querySelectorAll("swirl-shell-navigation-item[slot='nav'], [slot='nav'] swirl-shell-navigation-item")),this.secondaryNavItems=Array.from(this.el.querySelectorAll("swirl-shell-navigation-item[slot='secondary-nav'], [slot='secondary-nav'] swirl-shell-navigation-item")),this.toggleNavItemLabels()},this.toggleSecondaryNavView=()=>{this.secondaryNavView="grid"===this.secondaryNavView?"list":"grid",this.setSecondaryNavItemsTiled(),localStorage.setItem(d,String(this.secondaryNavView))},this.toggleSecondaryNavCollapse=()=>{this.secondaryNavCollapsed=!this.secondaryNavCollapsed,localStorage.setItem(r,String(this.secondaryNavCollapsed))},this.onNavigationToggleClick=()=>{this.navigationCollapsed=!this.navigationCollapsed},this.onNavigationClick=()=>{this.hideMobileNavigation()},this.brandedHeader=void 0,this.browserBackButtonLabel="Navigate back",this.browserForwardButtonLabel="Navigate forward",this.enableSecondaryNavGridLayout=!0,this.gridNavLayoutToggleLabel="Grid",this.hideMobileNavigationButtonLabel="Close navigation",this.listNavLayoutToggleLabel="List",this.navigationLabel="Main",this.navigationToggleLabel="Toggle navigation",this.secondaryNavCollapseLabel="Show less",this.secondaryNavExpandLabel="Show more",this.sidebarActive=void 0,this.sidebarToggleBadge=void 0,this.sidebarToggleBadgeAriaLabel=void 0,this.sidebarToggleIcon="notifications",this.sidebarToggleLabel="Toggle sidebar",this.skipLinkLabel="Skip to main content",this.mobileNavigationActive=void 0,this.navigationCollapsed=void 0,this.secondaryNavCollapsed=void 0,this.secondaryNavView="list"}componentWillLoad(){this.collectNavItems();const l="true"===localStorage.getItem(c);this.sidebarActive=void 0===this.sidebarActive?l:this.sidebarActive;const e="true"===localStorage.getItem(h);if(this.navigationCollapsed=e,this.enableSecondaryNavGridLayout){const l="true"===localStorage.getItem(r);this.secondaryNavCollapsed=l;const e=localStorage.getItem(d);this.secondaryNavView=e}}componentDidLoad(){this.focusTrap=o(this.navElement,{allowOutsideClick:!0,tabbableOptions:{getShadowRoot:l=>l.shadowRoot}}),this.toggleNavItemLabels(),this.setSecondaryNavItemsTiled(),this.navMutationObserver=new MutationObserver((()=>{this.collectNavItems(),this.setSecondaryNavItemsTiled()})),this.navMutationObserver.observe(this.navElement,{childList:!0,subtree:!0})}componentDidRender(){this.focusTrap?.updateContainerElements(this.navElement)}disconnectedCallback(){this.focusTrap?.deactivate(),this.navMutationObserver?.disconnect()}onWindowKeyDown(l){"Escape"===l.key&&this.mobileNavigationActive&&this.hideMobileNavigation()}watchMobileNavigationState(){this.mobileNavigationActive?setTimeout((()=>{this.focusTrap.activate()}),200):this.focusTrap.deactivate()}watchNavigationCollapsed(){localStorage.setItem(h,String(this.navigationCollapsed)),this.toggleNavItemLabels()}watchSidebarActive(){localStorage.setItem(c,String(this.sidebarActive))}async showMobileNavigation(){this.mobileNavigationActive=!0}async hideMobileNavigation(){this.mobileNavigationActive=!1}toggleNavItemLabels(){[...this.secondaryNavItems,...this.mainNavItems].forEach((l=>{l.hideLabel=!(!this.enableSecondaryNavGridLayout||!this.navigationCollapsed)||!this.enableSecondaryNavGridLayout&&this.navigationCollapsed}))}setSecondaryNavItemsTiled(){this.secondaryNavItems.forEach((l=>{l.tiled=this.enableSecondaryNavGridLayout&&"grid"===this.secondaryNavView}))}render(){const l=!0!==this.sidebarToggleBadge&&"true"!==this.sidebarToggleBadge,e=Boolean(this.el.querySelector("[slot='secondary-nav']")),i=t("shell-layout",{"shell-layout--branded-header":this.brandedHeader,"shell-layout--secondary-nav-collapsed":this.secondaryNavCollapsed,"shell-layout--has-secondary-nav":e,"shell-layout--mobile-navigation-active":this.mobileNavigationActive,"shell-layout--navigation-collapsed":this.navigationCollapsed,"shell-layout--sidebar-active":this.sidebarActive});return a(s,{key:"adc9e2fc265a9433423eee24356217b4f092e8b6"},a("div",{key:"b3730a8f4f0d38758b26064105889e9ac601792a",class:i},a("header",{key:"53b44a20ee908f56478c22ad480c10af8e39207c",class:"shell-layout__header","data-tauri-drag-region":"true"},a("button",{key:"3e1af2d0750924f10c9249cae89669a23b81f7de",class:"shell-layout__skip-link",onClick:this.skipLinkClick.emit,type:"button"},this.skipLinkLabel),a("div",{key:"facbc861dab6ca4ac345d712cc95f0e1e80cf332",class:"shell-layout__header-left"},a("button",{key:"af58135756e998be3dda22ce984a4a6665e53152",class:"shell-layout__header-tool",onClick:this.onNavigationToggleClick,type:"button"},a("swirl-icon-dock-left",{key:"bd9e8c166ff79094593a36746b7d76658768f70b",size:20}),a("swirl-visually-hidden",{key:"7b17513abe295dd3e898f3c972dbbd04e8d8e432"},this.navigationToggleLabel)),a("a",{key:"b11db23915c0c6e08d5ae73b4e3121b718b1ba60",class:"shell-layout__header-tool",href:"javascript:history.back()"},a("swirl-icon-arrow-back",{key:"e55bf3c9f653257bc6813cba251e94a56f6809ed",size:20}),a("swirl-visually-hidden",{key:"1d9ed2b3315d620b53ba186d5c6e4910cb817469"},this.browserBackButtonLabel)),a("a",{key:"0309c1d01ed19133465ce57d38e6566212cd4d2d",class:"shell-layout__header-tool",href:"javascript:history.forward()"},a("swirl-icon-arrow-forward",{key:"8b36cbfbbd95d43c371ec2ae679b2c6cfc9cf9b6",size:20}),a("swirl-visually-hidden",{key:"0636c9e162db5687f2201f3ecefbd73ab138492e"},this.browserForwardButtonLabel)),a("slot",{key:"ff204208cfc3d964de19cf34282151231feffca2",name:"left-header-tools"})),a("div",{key:"3b67421fadb8ae927b41e8a880673d4231a702d8",class:"shell-layout__logo"},a("slot",{key:"30e035a1e2019df1c8e0c4753986b838d80b2d43",name:"logo"})),a("div",{key:"3a820a285768c3a01df5ce3c27c7a6327f99fbfd",class:"shell-layout__header-right"},a("slot",{key:"92eec4f65e57bfa62de2f946488e3dbcc5a55ac5",name:"right-header-tools"}),a("button",{key:"bcb9abe9b026fa5a0bdd8e6a756c87bca571015b",class:"shell-layout__header-tool shell-layout__sidebar-toggle",onClick:this.sidebarToggleClick.emit,type:"button"},a("swirl-icon",{key:"a5c2cfd085fa5e2e562444bd0dafe7e752c437b8",glyph:this.sidebarToggleIcon,size:20}),a("swirl-visually-hidden",{key:"bbead2f6466b45151e9b4564bbb8add03b877bb9"},this.sidebarToggleLabel),this.sidebarToggleBadge&&a("swirl-badge",{key:"fb11e5178a9ff012f644cece32ad6ce517cba230","aria-label":this.sidebarToggleBadgeAriaLabel,label:l?String(this.sidebarToggleBadge):this.sidebarToggleBadgeAriaLabel,size:"xs",variant:l?"default":"dot"})),a("slot",{key:"99ee33d8b3dff40ce4b534266fbdafc4dabf40d3",name:"avatar"}))),a("div",{key:"1e07aec21223b6b1277a1f736305204a9d051c69",class:"shell-layout__mobile-nav-backdrop",onClick:this.onNavigationClick}),a("nav",{key:"593f2d068ec0dcf1161b7f95474611cd0e68a6ef","aria-labelledby":"main-navigation-label",class:"shell-layout__nav",onClick:this.onNavigationClick,ref:l=>this.navElement=l},a("div",{key:"a5c91123dd243bace517da12663747fc3ad71e10",class:"shell-layout__mobile-header"},a("slot",{key:"1294c6603ac3d687cad4d009f28b651d4f57f451",name:"mobile-logo"}),a("div",{key:"17e63882a7961b5b4284565d548955ba2d6c56d0",class:"shell-layout__mobile-header-tools"},a("slot",{key:"c032f2ed1c52472666d62dea4fb2e4d3d31b6be1",name:"mobile-header-tools"}),a("button",{key:"c3dfbf08c35f2725160a2288b25c306efd0fcf1e",class:"shell-layout__header-tool",type:"button"},a("swirl-icon-double-arrow-left",{key:"b05634fac98129147a4509c4461b48c28ed698f7",size:20}),a("swirl-visually-hidden",{key:"b49b592652e0c4377e99934a18d0a81dcbcea55f"},this.hideMobileNavigationButtonLabel)))),a("div",{key:"537391a48cc90659e367cb933c0625ef1b32146e",class:"shell-layout__nav-body"},a("swirl-visually-hidden",{key:"ba3f245289fada7bb8fc0b5c38d1f1c0a43f667d"},a("span",{key:"7d1808931d93a88dd35746a5df8057f6e5aa46fd",id:"main-navigation-label"},this.navigationLabel)),a("slot",{key:"3a082bac6933f9de6972ec0b69190c5ba6352405",name:"nav",onSlotchange:this.collectNavItems}),a("div",{key:"c70a7ccf4d2408b05a8e74b378f9f32bb28fb6fa",class:"shell-layout__secondary-nav"},a("swirl-separator",{key:"2e961f628c249b66a10121ee936924ff26f272a3",borderColor:"strong",spacing:"16"}),this.enableSecondaryNavGridLayout&&a("swirl-box",{key:"a554a1070e79b14aac46bc0c73272071c3cc8866",paddingBlockEnd:"16"},a("swirl-stack",{key:"333b1102a5900d06d5b27c9755e1e65132b248f6",justify:this.navigationCollapsed?"center":"space-between",orientation:"horizontal"},a("swirl-button",{key:"b3c51308bfb1067e6fc34b26e09efac5e8d251ac",hideLabel:this.navigationCollapsed,icon:this.secondaryNavCollapsed?"<swirl-icon-expand-more></swirl-icon-expand-more>":"<swirl-icon-expand-less></swirl-icon-expand-less>",label:this.secondaryNavCollapsed?this.secondaryNavExpandLabel:this.secondaryNavCollapseLabel,onClick:this.toggleSecondaryNavCollapse,variant:"plain"}),!this.navigationCollapsed&&!this.secondaryNavCollapsed&&a("swirl-button",{key:"907779e749bf62369d80c8c9ede8b29c1f8875ee",icon:"grid"===this.secondaryNavView?"<swirl-icon-menu></swirl-icon-menu>":"<swirl-icon-hamburger-menu></swirl-icon-hamburger-menu>",iconPosition:"end",label:"grid"===this.secondaryNavView?this.gridNavLayoutToggleLabel:this.listNavLayoutToggleLabel,onClick:this.toggleSecondaryNavView,variant:"plain"}))),a("div",{key:"63bc109d986d9e6556281f4c32fed5cf0df295bb",class:{"shell-layout__secondary-nav-items":!0,"shell-layout__secondary-nav-items--grid-view":this.enableSecondaryNavGridLayout&&"grid"===this.secondaryNavView}},a("slot",{key:"c80fd6c094acd411b1a3c9ff9f83d3e850926961",name:"secondary-nav",onSlotchange:this.collectNavItems}))))),a("main",{key:"e124d72f598b847a8cdd10c61133cbbd794c7653",class:"shell-layout__main",id:"main-content"},a("slot",{key:"5f36222a496b3d09f8cdd4408d0046a1c7cbdd5c"})),a("aside",{key:"c1230a26362fbefe0b89256f2c66bd45c11ed6ce",class:"shell-layout__sidebar",inert:!this.sidebarActive||void 0},a("div",{key:"661dacd4e864efebb33eaef11542b6c4c38af45d",class:"shell-layout__sidebar-body"},a("div",{key:"ba3f25fe287f6b99865d9217e2dc0adf9e90dbe5",class:"shell-layout__sidebar-app-bar"},a("slot",{key:"12aa5360f51fcef3b196409d42c2adcfabe6aea6",name:"sidebar-app-bar"})),a("div",{key:"82c185521ab9cc78e104fcd39e687bf4e25f7cf6",class:"shell-layout__sidebar-content"},a("slot",{key:"20b78c6bb03c09ddeda88b39bb4e680f63c5a4f1",name:"sidebar"}))))))}get el(){return i(this)}static get watchers(){return{mobileNavigationActive:["watchMobileNavigationState"],navigationCollapsed:["watchNavigationCollapsed"],sidebarActive:["watchSidebarActive"]}}};n.style='.sc-swirl-shell-layout-h{--swirl-shell-background:var(--s-surface-sunken-default);--swirl-shell-text-color:var(--s-text-default);--swirl-shell-header-height:3.25rem;--swirl-shell-collapsed-nav-width:4rem;--swirl-shell-extended-nav-width:18rem;--swirl-shell-sidebar-width:21rem;display:flex;width:100%;height:100%}.sc-swirl-shell-layout-h *.sc-swirl-shell-layout{box-sizing:border-box}.shell-layout.sc-swirl-shell-layout{display:grid;overflow:hidden;width:100%;min-height:100%;background-color:var(--swirl-shell-background);transition:grid-template-columns 0.1s;grid-template-columns:0 1fr 0;grid-template-rows:1fr;grid-template-areas:"nav main"}@media (prefers-reduced-motion){.shell-layout.sc-swirl-shell-layout{transition:none}}@media (min-width: 992px){.shell-layout.sc-swirl-shell-layout{padding-right:var(--s-space-8);padding-bottom:var(--s-space-8);gap:var(--s-space-8);grid-template-columns:var(--swirl-shell-extended-nav-width) 1fr 0;grid-template-rows:var(--swirl-shell-header-height) 1fr;grid-template-areas:"header header header"\n "nav main sidebar"}}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout{border-bottom:none;color:var(--s-text-on-action-primary);background-color:var(--s-action-primary-default)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout{color:var(--s-text-on-action-primary);background-color:var(--s-action-primary-default)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-action-primary-hovered)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-action-primary-pressed)}.shell-layout--branded-header.sc-swirl-shell-layout .shell-layout__header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout swirl-badge.sc-swirl-shell-layout{--swirl-badge-border-color:var(--s-action-primary-default)}@media (min-width: 992px){.shell-layout--navigation-collapsed.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{scrollbar-width:none}.shell-layout--navigation-collapsed.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout::-webkit-scrollbar{width:0;background:transparent;-webkit-appearance:none}}.shell-layout--navigation-collapsed .shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul>*,.shell-layout--navigation-collapsed .shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul,.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul>*,.shell-layout__secondary-nav-items--grid-view .sc-swirl-shell-layout-s>ul>*{max-width:100%;flex-basis:100%;max-height:3rem}@media (min-width: 992px){.shell-layout--navigation-collapsed.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-collapsed-nav-width) 1fr 0}}@media (min-width: 1440px){.shell-layout--sidebar-active.shell-layout--navigation-collapsed.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-collapsed-nav-width) 1fr var(\n --swirl-shell-sidebar-width\n )}}@media (min-width: 1440px){.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__main.sc-swirl-shell-layout{width:100%}}.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__sidebar.sc-swirl-shell-layout{overflow:initial}@media (min-width: 992px){.shell-layout--sidebar-active.sc-swirl-shell-layout .shell-layout__sidebar-body.sc-swirl-shell-layout{border:0.0625rem solid var(--s-border-default);transform:translate3d(0, 0, 0)}}@media (min-width: 1440px){.shell-layout--sidebar-active.sc-swirl-shell-layout{grid-template-columns:var(--swirl-shell-extended-nav-width) 1fr var(\n --swirl-shell-sidebar-width\n )}}.sc-swirl-shell-layout:not(.shell-layout--sidebar-active) .shell-layout__sidebar.sc-swirl-shell-layout{animation:shell-layout-no-overflow-after-transition 0.1s;animation-fill-mode:forwards}.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{transform:translate3d(0, 0, 0);box-shadow:var(--s-shadow-level-3)}@media (min-width: 992px){.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__nav.sc-swirl-shell-layout{transform:none;box-shadow:none}}.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{display:block}@media (min-width: 992px){.shell-layout--mobile-navigation-active.sc-swirl-shell-layout .shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{display:none}}.shell-layout--has-secondary-nav.sc-swirl-shell-layout .shell-layout__secondary-nav.sc-swirl-shell-layout{display:block}.shell-layout--secondary-nav-collapsed.sc-swirl-shell-layout .shell-layout__secondary-nav-items.sc-swirl-shell-layout{display:none}.shell-layout__header.sc-swirl-shell-layout{position:relative;display:none;width:calc(100% + var(--s-space-8));padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);justify-content:space-between;align-items:center;border-bottom:0.0625rem solid var(--s-border-default);color:var(--swirl-shell-text-color);grid-area:header}@media (min-width: 992px){.shell-layout__header.sc-swirl-shell-layout{display:flex}}.shell-layout__skip-link.sc-swirl-shell-layout{position:absolute;z-index:9;top:0;left:0;padding:var(--s-space-4);border:none;color:var(--swirl-shell-text-color);background-color:var(--swirl-shell-background);font:inherit;cursor:pointer}.shell-layout__skip-link.sc-swirl-shell-layout:not(:focus):not(:active){position:absolute;overflow:hidden;width:1px;height:1px;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%)}.shell-layout__header-left.sc-swirl-shell-layout{display:flex;padding-left:var(--s-space-2);flex-basis:8rem;flex-shrink:0;align-items:center;gap:var(--s-space-8)}.shell-layout__header-right.sc-swirl-shell-layout{--swirl-ghost-button-background-default:var(--s-surface-sunken-default);--swirl-ghost-button-background-hovered:var(--s-surface-sunken-hovered);--swirl-ghost-button-background-pressed:var(--s-surface-sunken-pressed);display:flex;flex-basis:8rem;flex-shrink:0;justify-content:flex-end;align-items:center;gap:var(--s-space-8)}.shell-layout__logo.sc-swirl-shell-layout{display:flex;flex-grow:1;justify-content:center;align-items:center}.shell-layout__logo.sc-swirl-shell-layout-s>a{display:flex}.shell-layout__logo.sc-swirl-shell-layout-s>a img,.shell-layout__logo.sc-swirl-shell-layout-s>img{max-height:1.75rem}.shell-layout__header-tool.sc-swirl-shell-layout{position:relative;width:2.25rem;height:2.25rem;padding:var(--s-space-8);flex-shrink:0;border:none;border-radius:var(--s-border-radius-sm);color:var(--swirl-shell-text-color);background-color:var(--s-surface-sunken-default);font:inherit;cursor:pointer}.shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-surface-sunken-hovered)}.shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-surface-sunken-pressed)}.shell-layout__header-tool.sc-swirl-shell-layout:focus{outline:none}.shell-layout__header-tool.sc-swirl-shell-layout:focus-visible{box-shadow:0 0 0 0.125rem var(--s-focus-default)}.shell-layout__header-tool.sc-swirl-shell-layout swirl-badge.sc-swirl-shell-layout{--swirl-badge-border-color:var(--s-surface-sunken-default);position:absolute;top:var(--s-space-4);right:var(--s-space-4);padding-right:var(--s-space-2);transform:translate3d(0.1875rem, 0, 0)}.shell-layout__sidebar-toggle.sc-swirl-shell-layout{display:none}@media (min-width: 992px){.shell-layout__sidebar-toggle.sc-swirl-shell-layout{display:block}}.shell-layout__nav.sc-swirl-shell-layout{position:fixed;z-index:9;top:0;bottom:0;left:0;overflow-x:hidden;overflow-y:auto;width:100%;max-width:18.75rem;color:var(--swirl-shell-text-color);background-color:var(--s-surface-overlay-default);transition:transform 0.1s, box-shadow 0.1s, width 0.1s;transform:translate3d(-100%, 0, 0);grid-area:nav}@media (prefers-reduced-motion){.shell-layout__nav.sc-swirl-shell-layout{transition:none}}@media (min-width: 992px){.shell-layout__nav.sc-swirl-shell-layout{position:relative;max-width:none;padding-top:0;padding-right:var(--s-space-4);padding-bottom:var(--s-space-8);padding-left:var(--s-space-12);background-color:var(--swirl-shell-background);transform:none;box-shadow:none;inset:auto}}.shell-layout__mobile-header.sc-swirl-shell-layout{display:flex;min-height:3.5rem;margin-bottom:var(--s-space-8);padding-top:var(--s-space-8);padding-right:var(--s-space-16);padding-bottom:var(--s-space-8);padding-left:var(--s-space-16);justify-content:space-between;align-items:center;border-bottom:0.0625rem solid var(--s-border-default)}.shell-layout__mobile-header.sc-swirl-shell-layout-s>img{max-height:1.75rem}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout{background-color:var(--s-surface-overlay-default)}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:hover{background-color:var(--s-surface-overlay-hovered)}.shell-layout__mobile-header.sc-swirl-shell-layout .shell-layout__header-tool.sc-swirl-shell-layout:active{background-color:var(--s-surface-overlay-pressed)}@media (min-width: 992px){.shell-layout__mobile-header.sc-swirl-shell-layout{display:none}}.shell-layout__mobile-header-tools.sc-swirl-shell-layout{display:flex;justify-content:flex-end;align-items:center;gap:var(--s-space-8)}.shell-layout__nav-body.sc-swirl-shell-layout{padding:var(--s-space-8)}.shell-layout__nav-body.sc-swirl-shell-layout-s ul{margin:0;padding:0;list-style:none}.shell-layout__nav-body.sc-swirl-shell-layout-s li{display:flex}@media (min-width: 992px){.shell-layout__nav-body.sc-swirl-shell-layout{padding:0}}.shell-layout__mobile-nav-backdrop.sc-swirl-shell-layout{position:fixed;z-index:8;display:none;background-color:rgba(0, 0, 0, 0.25);animation:shell-layout-backdrop-fade-in 0.1s;inset:0}.shell-layout__secondary-nav.sc-swirl-shell-layout{display:none}.shell-layout__secondary-nav-items.sc-swirl-shell-layout-s>ul,.shell-layout__secondary-nav-items .sc-swirl-shell-layout-s>ul{display:flex;flex-direction:column;gap:var(--s-space-2)}.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul,.shell-layout__secondary-nav-items--grid-view .sc-swirl-shell-layout-s>ul{flex-direction:row;flex-wrap:wrap;gap:var(--s-space-16)}.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul,.shell-layout__secondary-nav-items--grid-view.sc-swirl-shell-layout-s>ul>*,.shell-layout__secondary-nav-items--grid-view .sc-swirl-shell-layout-s>ul>*{flex-basis:calc(50% - var(--s-space-8));max-height:none}.shell-layout__main.sc-swirl-shell-layout{overflow:hidden;background-color:var(--s-background-default);grid-area:main}@media (min-width: 992px){.shell-layout__main.sc-swirl-shell-layout{width:calc(100% + var(--s-space-8));border:0.0625rem solid var(--s-border-default);border-radius:var(--s-border-radius-sm)}}.shell-layout__sidebar.sc-swirl-shell-layout{position:relative;display:none;min-height:0;grid-area:sidebar}@media (min-width: 992px){.shell-layout__sidebar.sc-swirl-shell-layout{display:block}}.shell-layout__sidebar-body.sc-swirl-shell-layout{z-index:1;display:flex;width:var(--swirl-shell-sidebar-width);height:100%;border-radius:var(--s-border-radius-sm);background-color:var(--s-background-default);flex-direction:column}@media (min-width: 992px){.shell-layout__sidebar-body.sc-swirl-shell-layout{position:absolute;top:0;right:0;bottom:0;transition:transform 0.1s;transform:translate3d(calc(100% + var(--s-space-24)), 0, 0);box-shadow:var(--s-shadow-level-3)}}@media (min-width: 1440px){.shell-layout__sidebar-body.sc-swirl-shell-layout{position:relative;transform:none;box-shadow:none;inset:auto}}@media (prefers-reduced-motion){.shell-layout__sidebar-body.sc-swirl-shell-layout{transition:none}}.shell-layout__sidebar-app-bar.sc-swirl-shell-layout{flex-grow:0;flex-shrink:0;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.shell-layout__sidebar-content.sc-swirl-shell-layout{overflow:auto;flex-grow:1}@keyframes shell-layout-backdrop-fade-in{from{opacity:0}to{opacity:1}}@keyframes shell-layout-no-overflow-after-transition{0%{overflow:initial}99%{overflow:initial}100%{overflow:hidden}}';export{n as swirl_shell_layout}
@@ -1 +1 @@
1
- import{p as e,b as i}from"./p-e212b5b7.js";export{s as setNonce}from"./p-e212b5b7.js";import{g as l}from"./p-e1255160.js";(()=>{const i=import.meta.url,l={};return""!==i&&(l.resourcesUrl=new URL(".",i).href),e(l)})().then((async e=>(await l(),i(JSON.parse('[["p-443af7a9",[[1,"file-manager",{"selectedDirectory":[32],"selectedFile":[32],"sortMenu":[32]}]]],["p-c970a0b4",[[1,"swirl-pdf-reader",{"autoZoomLabel":[1,"auto-zoom-label"],"closeButtonLabel":[1,"close-button-label"],"downloadButtonEnabled":[4,"download-button-enabled"],"downloadButtonLabel":[1,"download-button-label"],"file":[1],"fileName":[1,"file-name"],"fileTypeLabel":[1,"file-type-label"],"label":[1],"menuLabel":[1,"menu-label"],"menuTriggerLabel":[1,"menu-trigger-label"],"pdfWorkerSrc":[1,"pdf-worker-src"],"printButtonEnabled":[4,"print-button-enabled"],"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],"loadingThumbnails":[32],"thumbnails":[32],"showThumbnails":[32],"viewMode":[32],"visiblePages":[32],"zoom":[32],"zoomSteps":[32],"open":[64],"close":[64]},[[9,"resize","onWindowResize"]],{"showThumbnails":["watchShowThumbnails"]}]]],["p-847592fc",[[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"]],{"multiSelect":["watchMultiSelect"]}]]],["p-54135209",[[1,"swirl-lightbox",{"closeButtonLabel":[1,"close-button-label"],"downloadButtonEnabled":[4,"download-button-enabled"],"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],"isOpen":[32],"slides":[32],"open":[64],"close":[64],"activateSlide":[64]},null,{"activeSlideIndex":["watchActiveSlideIndex"]}]]],["p-3bfc9a27",[[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-1c0f8418",[[6,"swirl-shell-layout",{"brandedHeader":[4,"branded-header"],"browserBackButtonLabel":[1,"browser-back-button-label"],"browserForwardButtonLabel":[1,"browser-forward-button-label"],"enableSecondaryNavGridLayout":[4,"enable-secondary-nav-grid-layout"],"gridNavLayoutToggleLabel":[1,"grid-nav-layout-toggle-label"],"hideMobileNavigationButtonLabel":[1,"hide-mobile-navigation-button-label"],"listNavLayoutToggleLabel":[1,"list-nav-layout-toggle-label"],"navigationLabel":[1,"navigation-label"],"navigationToggleLabel":[1,"navigation-toggle-label"],"secondaryNavCollapseLabel":[1,"secondary-nav-collapse-label"],"secondaryNavExpandLabel":[1,"secondary-nav-expand-label"],"sidebarActive":[1028,"sidebar-active"],"sidebarToggleBadge":[8,"sidebar-toggle-badge"],"sidebarToggleBadgeAriaLabel":[1,"sidebar-toggle-badge-aria-label"],"sidebarToggleIcon":[1,"sidebar-toggle-icon"],"sidebarToggleLabel":[1,"sidebar-toggle-label"],"skipLinkLabel":[1,"skip-link-label"],"mobileNavigationActive":[32],"navigationCollapsed":[32],"secondaryNavCollapsed":[32],"secondaryNavView":[32],"showMobileNavigation":[64],"hideMobileNavigation":[64]},[[8,"keydown","onWindowKeyDown"]],{"mobileNavigationActive":["watchMobileNavigationState"],"navigationCollapsed":["watchNavigationCollapsed"],"sidebarActive":["watchSidebarActive"]}]]],["p-b3472679",[[2,"swirl-date-input",{"autoFocus":[4,"auto-focus"],"autoSelect":[4,"auto-select"],"datePickerDisableDate":[16],"datePickerLabel":[1,"date-picker-label"],"datePickerTriggerLabel":[1,"date-picker-trigger-label"],"disabled":[4],"firstDayOfWeek":[2,"first-day-of-week"],"format":[1],"inline":[4],"invalid":[4],"labels":[16],"locale":[1],"placeholder":[1],"preferredInputMode":[1,"preferred-input-mode"],"required":[4],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1537],"iconSize":[32],"readonly":[32]},null,{"format":["watchFormat"]}]]],["p-e35f0c88",[[1,"swirl-inline-notification",{"heading":[1],"importance":[1],"intent":[1]}]]],["p-9fc51f0b",[[1,"swirl-menu-item",{"description":[1],"disabled":[4],"expanded":[4],"icon":[1],"intent":[1],"label":[1],"suffix":[1],"value":[1],"parentMenu":[32],"subMenu":[32],"getSubMenu":[64],"getParentMenu":[64]},null,{"expanded":["watchExpanded"]}]]],["p-85103dcc",[[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-2c70478c",[[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-c33111eb",[[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"],"tooltip":[1],"hasFocus":[32],"inputValue":[32]},[[8,"click","onWindowClick"]],{"description":["associateDescriptionWithInputElement"],"disabled":["setInputElementDisabledState"],"inline":["setInputElementInlineState"],"invalid":["setInputElementInvalidState"],"label":["setInputElementLabel"]}]]],["p-00de446c",[[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-6cc79601",[[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]},null,{"value":["watchValue"]}]]],["p-63f3198d",[[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-e8e392ab",[[1,"swirl-image-grid-item",{"alt":[1],"icon":[1],"interactive":[4],"loading":[1],"overlay":[1],"src":[1],"error":[32],"loaded":[32],"inViewport":[32]}]]],["p-cc01cabb",[[1,"swirl-shell-navigation-item",{"active":[4],"badgeLabel":[1,"badge-label"],"boxed":[4],"hideLabel":[4,"hide-label"],"href":[1],"label":[1],"target":[1],"tiled":[4]}]]],["p-cf61e1bd",[[1,"swirl-table-row-group",{"label":[1],"tooltip":[1],"collapsible":[4],"collapseButtonLabel":[1,"collapse-button-label"],"isVisible":[32]}]]],["p-25ff5963",[[1,"swirl-toast-provider",{"globalDuration":[2,"global-duration"],"toasts":[32],"clearAll":[64],"dismiss":[64],"toast":[64]}]]],["p-24524a9e",[[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-9a110df6",[[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-7490b2df",[[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-98753512",[[1,"swirl-description-list-item",{"bordered":[4],"maxWidth":[1,"max-width"],"term":[1],"tooltip":[1]}]]],["p-818759a9",[[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-5625da01",[[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]},null,{"active":["watchActive"]}]]],["p-c497d897",[[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-08d14c15",[[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-4def436f",[[1,"swirl-table-column",{"sort":[1],"sortable":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"sticky":[4],"width":[1]}]]],["p-f5c2e85c",[[1,"swirl-app-bar",{"backButtonLabel":[1,"back-button-label"],"closeButtonIcon":[1,"close-button-icon"],"closeButtonLabel":[1,"close-button-label"],"paddingInlineEnd":[1,"padding-inline-end"],"paddingInlineStart":[1,"padding-inline-start"],"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-d0d5ba7d",[[1,"swirl-avatar",{"badge":[1],"badgePosition":[1,"badge-position"],"color":[1],"icon":[1],"initials":[1],"interactive":[4],"label":[1],"loading":[1],"showLabel":[4,"show-label"],"size":[1],"src":[1],"toolPosition":[1,"tool-position"],"variant":[1],"loadingError":[32],"loaded":[32],"imageAvailable":[32],"inViewport":[32]},null,{"src":["watchSrcProp"]}]]],["p-f6d1648e",[[1,"swirl-banner",{"actionLabel":[1,"action-label"],"content":[1],"dismissable":[4],"dismissLabel":[1,"dismiss-label"],"importance":[1],"intent":[1],"showIcon":[4,"show-icon"],"icon":[1],"size":[1]}]]],["p-3c991c18",[[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-ea8f048b",[[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-7e9859c5",[[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-9ea5b5d6",[[2,"swirl-switch",{"checked":[1028],"disabled":[4],"hideLabel":[4,"hide-label"],"inputId":[1,"input-id"],"inputName":[1,"input-name"],"label":[1],"labelPosition":[1,"label-position"],"value":[1],"toggle":[64]}]]],["p-fa19c235",[[6,"swirl-tabs",{"initialTab":[1,"initial-tab"],"label":[1],"justifyTabBar":[1,"justify-tab-bar"],"tabBarPaddingInlineEnd":[1,"tab-bar-padding-inline-end"],"tabBarPaddingInlineStart":[1,"tab-bar-padding-inline-start"],"activeTab":[32],"tabBarTabs":[32],"activateTab":[64]}]]],["p-b2548187",[[1,"swirl-toolbar",{"label":[1],"orientation":[1]}]]],["p-4034fb94",[[1,"swirl-video-thumbnail",{"durationLabel":[1,"duration-label"],"duration":[1],"label":[1],"src":[1]}]]],["p-7734f755",[[1,"swirl-accordion",{"collapseItem":[64],"expandItem":[64]}]]],["p-6dd944cd",[[1,"swirl-action-list-section",{"label":[1]}]]],["p-01e4db07",[[1,"swirl-app-icon",{"icon":[1],"src":[1],"imageAvailable":[32]}]]],["p-b7cea4d5",[[1,"swirl-avatar-group",{"badge":[1]}]]],["p-44b504c9",[[1,"swirl-card",{"as":[1],"borderRadius":[1,"border-radius"],"customBackgroundColor":[1,"custom-background-color"],"elevated":[4],"elevationLevel":[2,"elevation-level"],"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"],"swirlAriaLabelledby":[1,"swirl-aria-labelledby"],"flashing":[32],"flash":[64]}]]],["p-afb3caf0",[[1,"swirl-carousel-slide",{"label":[1],"minHeight":[1,"min-height"],"width":[1]}]]],["p-69774168",[[1,"swirl-columns",{"columns":[1],"spacing":[1]}]]],["p-92934d68",[[1,"swirl-description-list"]]],["p-8efaa56f",[[1,"swirl-emoji",{"label":[1],"name":[1],"size":[2]}]]],["p-ee5907d5",[[1,"swirl-emoji-clap",{"label":[1],"size":[2]}]]],["p-7904af64",[[1,"swirl-emoji-happy",{"label":[1],"size":[2]}]]],["p-4a879834",[[1,"swirl-emoji-idea",{"label":[1],"size":[2]}]]],["p-2a1d62df",[[1,"swirl-emoji-love",{"label":[1],"size":[2]}]]],["p-90203afc",[[1,"swirl-emoji-sad",{"label":[1],"size":[2]}]]],["p-9c45396e",[[1,"swirl-emoji-thumbs-up",{"label":[1],"size":[2]}]]],["p-e7e01e47",[[6,"swirl-form-group",{"orientation":[1]}]]],["p-f1244f97",[[1,"swirl-icon-add-moderator",{"color":[1],"size":[2]}]]],["p-0f42fd34",[[1,"swirl-icon-add-photo",{"color":[1],"size":[2]}]]],["p-6ca18b2e",[[1,"swirl-icon-add-reaction",{"color":[1],"size":[2]}]]],["p-7b9bf8f3",[[1,"swirl-icon-admin-panel-settings",{"color":[1],"size":[2]}]]],["p-b8b5c498",[[1,"swirl-icon-ai",{"color":[1],"size":[2]}]]],["p-17a2a2c8",[[1,"swirl-icon-apps",{"color":[1],"size":[2]}]]],["p-be9ef68b",[[1,"swirl-icon-arrow-right-small",{"color":[1],"size":[2]}]]],["p-9ecd228e",[[1,"swirl-icon-aspect-ratio",{"color":[1],"size":[2]}]]],["p-a165f4b2",[[1,"swirl-icon-attachment",{"color":[1],"size":[2]}]]],["p-1f3294ed",[[1,"swirl-icon-bar-chart",{"color":[1],"size":[2]}]]],["p-fc903b42",[[1,"swirl-icon-block",{"color":[1],"size":[2]}]]],["p-34fad6b7",[[1,"swirl-icon-bookmark",{"color":[1],"size":[2]}]]],["p-49f65f52",[[1,"swirl-icon-bookmark-filled",{"color":[1],"size":[2]}]]],["p-144b7ac5",[[1,"swirl-icon-chat-bubble",{"color":[1],"size":[2]}]]],["p-7e4807c7",[[1,"swirl-icon-chats",{"color":[1],"size":[2]}]]],["p-98e6151e",[[1,"swirl-icon-chats-filled",{"color":[1],"size":[2]}]]],["p-47d32228",[[1,"swirl-icon-check",{"color":[1],"size":[2]}]]],["p-16dfe555",[[1,"swirl-icon-chevron-left",{"color":[1],"size":[2]}]]],["p-9eb3a181",[[1,"swirl-icon-chevron-right",{"color":[1],"size":[2]}]]],["p-611971b3",[[1,"swirl-icon-close-small",{"color":[1],"size":[2]}]]],["p-9d87b55a",[[1,"swirl-icon-column",{"color":[1],"size":[2]}]]],["p-f6147d63",[[1,"swirl-icon-comment",{"color":[1],"size":[2]}]]],["p-4bcdec75",[[1,"swirl-icon-copy",{"color":[1],"size":[2]}]]],["p-2651be5b",[[1,"swirl-icon-crop",{"color":[1],"size":[2]}]]],["p-6a72f767",[[1,"swirl-icon-dark-mode",{"color":[1],"size":[2]}]]],["p-29c46ed5",[[1,"swirl-icon-date-range",{"color":[1],"size":[2]}]]],["p-babac028",[[1,"swirl-icon-delete",{"color":[1],"size":[2]}]]],["p-3b526b2f",[[1,"swirl-icon-description",{"color":[1],"size":[2]}]]],["p-17bbc71c",[[1,"swirl-icon-desktop",{"color":[1],"size":[2]}]]],["p-ba8b1dbd",[[1,"swirl-icon-directory",{"color":[1],"size":[2]}]]],["p-94d2d35b",[[1,"swirl-icon-directory-filled",{"color":[1],"size":[2]}]]],["p-93e42180",[[1,"swirl-icon-discover",{"color":[1],"size":[2]}]]],["p-ef14799e",[[1,"swirl-icon-dot",{"color":[1],"size":[2]}]]],["p-193cae58",[[1,"swirl-icon-double-arrow-right",{"color":[1],"size":[2]}]]],["p-afbf47df",[[1,"swirl-icon-download",{"color":[1],"size":[2]}]]],["p-6de1e98c",[[1,"swirl-icon-edit",{"color":[1],"size":[2]}]]],["p-c9a07bfb",[[1,"swirl-icon-emoji-mood",{"color":[1],"size":[2]}]]],["p-45a1a839",[[1,"swirl-icon-emoji-satisfied",{"color":[1],"size":[2]}]]],["p-1b9e0186",[[1,"swirl-icon-experiment",{"color":[1],"size":[2]}]]],["p-ff6619a0",[[1,"swirl-icon-filter",{"color":[1],"size":[2]}]]],["p-918eafc3",[[1,"swirl-icon-folder",{"color":[1],"size":[2]}]]],["p-8c52e857",[[1,"swirl-icon-format-h-one",{"color":[1],"size":[2]}]]],["p-a7e5bf7d",[[1,"swirl-icon-gif",{"color":[1],"size":[2]}]]],["p-80e707d4",[[1,"swirl-icon-group-add",{"color":[1],"size":[2]}]]],["p-db7ad388",[[1,"swirl-icon-group-assign",{"color":[1],"size":[2]}]]],["p-b624a231",[[1,"swirl-icon-groups",{"color":[1],"size":[2]}]]],["p-36d38af8",[[1,"swirl-icon-groups-filled",{"color":[1],"size":[2]}]]],["p-1047e0ae",[[1,"swirl-icon-hamburger-menu",{"color":[1],"size":[2]}]]],["p-4a06ccbb",[[1,"swirl-icon-highlight",{"color":[1],"size":[2]}]]],["p-fd4e80a0",[[1,"swirl-icon-history",{"color":[1],"size":[2]}]]],["p-45ca1cf7",[[1,"swirl-icon-home",{"color":[1],"size":[2]}]]],["p-c927d250",[[1,"swirl-icon-image",{"color":[1],"size":[2]}]]],["p-4378d58c",[[1,"swirl-icon-improve-text",{"color":[1],"size":[2]}]]],["p-11f47271",[[1,"swirl-icon-insert-below",{"color":[1],"size":[2]}]]],["p-2023face",[[1,"swirl-icon-insert-on-top",{"color":[1],"size":[2]}]]],["p-30b2af83",[[1,"swirl-icon-inventory",{"color":[1],"size":[2]}]]],["p-13f02f90",[[1,"swirl-icon-keyboard",{"color":[1],"size":[2]}]]],["p-080b6492",[[1,"swirl-icon-keyboard-hide",{"color":[1],"size":[2]}]]],["p-5f2867f4",[[1,"swirl-icon-light-mode",{"color":[1],"size":[2]}]]],["p-bf1c1ff0",[[1,"swirl-icon-like",{"color":[1],"size":[2]}]]],["p-4722d36f",[[1,"swirl-icon-link",{"color":[1],"size":[2]}]]],["p-ee7c7a7c",[[1,"swirl-icon-load",{"color":[1],"size":[2]}]]],["p-bb99f589",[[1,"swirl-icon-lock",{"color":[1],"size":[2]}]]],["p-4c86a29b",[[1,"swirl-icon-lock-open",{"color":[1],"size":[2]}]]],["p-5624078f",[[1,"swirl-icon-lock-person",{"color":[1],"size":[2]}]]],["p-a80034a4",[[1,"swirl-icon-login",{"color":[1],"size":[2]}]]],["p-66e3abc4",[[1,"swirl-icon-logout",{"color":[1],"size":[2]}]]],["p-e87b58d8",[[1,"swirl-icon-long-text",{"color":[1],"size":[2]}]]],["p-3b3bf072",[[1,"swirl-icon-mail",{"color":[1],"size":[2]}]]],["p-1128ce33",[[1,"swirl-icon-manage-accounts",{"color":[1],"size":[2]}]]],["p-6d0b4870",[[1,"swirl-icon-mark-chat-read",{"color":[1],"size":[2]}]]],["p-13d1c9f6",[[1,"swirl-icon-mark-chat-unread",{"color":[1],"size":[2]}]]],["p-36aa7b64",[[1,"swirl-icon-mention",{"color":[1],"size":[2]}]]],["p-4c84a0c3",[[1,"swirl-icon-menu",{"color":[1],"size":[2]}]]],["p-c07a8a27",[[1,"swirl-icon-menu-filled",{"color":[1],"size":[2]}]]],["p-80cbf6d1",[[1,"swirl-icon-message",{"color":[1],"size":[2]}]]],["p-47bd0a69",[[1,"swirl-icon-mic",{"color":[1],"size":[2]}]]],["p-0c82f146",[[1,"swirl-icon-mic-off",{"color":[1],"size":[2]}]]],["p-aa4ec232",[[1,"swirl-icon-more-horizontal",{"color":[1],"size":[2]}]]],["p-ab00e362",[[1,"swirl-icon-news",{"color":[1],"size":[2]}]]],["p-970e02fc",[[1,"swirl-icon-news-filled",{"color":[1],"size":[2]}]]],["p-a757a402",[[1,"swirl-icon-news-off",{"color":[1],"size":[2]}]]],["p-f5e506d2",[[1,"swirl-icon-notifications",{"color":[1],"size":[2]}]]],["p-d0f76278",[[1,"swirl-icon-notifications-active",{"color":[1],"size":[2]}]]],["p-967174b4",[[1,"swirl-icon-notifications-off",{"color":[1],"size":[2]}]]],["p-552d7794",[[1,"swirl-icon-open-in-full",{"color":[1],"size":[2]}]]],["p-acb7133f",[[1,"swirl-icon-open-in-new",{"color":[1],"size":[2]}]]],["p-bba4b302",[[1,"swirl-icon-pause",{"color":[1],"size":[2]}]]],["p-4c31291f",[[1,"swirl-icon-pause-circle",{"color":[1],"size":[2]}]]],["p-e818a2ff",[[1,"swirl-icon-people-alt",{"color":[1],"size":[2]}]]],["p-7485d1db",[[1,"swirl-icon-person-off",{"color":[1],"size":[2]}]]],["p-fe4d8e35",[[1,"swirl-icon-phone",{"color":[1],"size":[2]}]]],["p-8ea1b332",[[1,"swirl-icon-photo-camera",{"color":[1],"size":[2]}]]],["p-b28aeee1",[[1,"swirl-icon-pin",{"color":[1],"size":[2]}]]],["p-9aa6701e",[[1,"swirl-icon-pin-off",{"color":[1],"size":[2]}]]],["p-a655f41e",[[1,"swirl-icon-place",{"color":[1],"size":[2]}]]],["p-9093de8b",[[1,"swirl-icon-play-arrow",{"color":[1],"size":[2]}]]],["p-2c08329b",[[1,"swirl-icon-poll",{"color":[1],"size":[2]}]]],["p-f97970d4",[[1,"swirl-icon-print",{"color":[1],"size":[2]}]]],["p-91b43b4b",[[1,"swirl-icon-ratio-four-to-three",{"color":[1],"size":[2]}]]],["p-f97fbe3a",[[1,"swirl-icon-ratio-freeform",{"color":[1],"size":[2]}]]],["p-7d0b6ed7",[[1,"swirl-icon-ratio-sixteen-to-nine",{"color":[1],"size":[2]}]]],["p-8b79a2cc",[[1,"swirl-icon-ratio-square",{"color":[1],"size":[2]}]]],["p-0cd6addf",[[1,"swirl-icon-ratio-three-to-four",{"color":[1],"size":[2]}]]],["p-d261ea73",[[1,"swirl-icon-ratio-three-to-two",{"color":[1],"size":[2]}]]],["p-85d5585c",[[1,"swirl-icon-recieved",{"color":[1],"size":[2]}]]],["p-c3857ab5",[[1,"swirl-icon-remove-circle",{"color":[1],"size":[2]}]]],["p-5e00d7a1",[[1,"swirl-icon-remove-moderator",{"color":[1],"size":[2]}]]],["p-7b9655f6",[[1,"swirl-icon-reply",{"color":[1],"size":[2]}]]],["p-4e4a7d42",[[1,"swirl-icon-report",{"color":[1],"size":[2]}]]],["p-3451bd92",[[1,"swirl-icon-roadmap",{"color":[1],"size":[2]}]]],["p-8da5ac89",[[1,"swirl-icon-rotate-left",{"color":[1],"size":[2]}]]],["p-6114d1e6",[[1,"swirl-icon-rotate-right",{"color":[1],"size":[2]}]]],["p-7bf85ad7",[[1,"swirl-icon-search-strong",{"color":[1],"size":[2]}]]],["p-9b04c652",[[1,"swirl-icon-secure",{"color":[1],"size":[2]}]]],["p-3aeee8e4",[[1,"swirl-icon-send",{"color":[1],"size":[2]}]]],["p-7515c8a2",[[1,"swirl-icon-settings",{"color":[1],"size":[2]}]]],["p-abb7da86",[[1,"swirl-icon-short-text",{"color":[1],"size":[2]}]]],["p-1b4e4f4c",[[1,"swirl-icon-simplify",{"color":[1],"size":[2]}]]],["p-eadc504e",[[1,"swirl-icon-spellcheck",{"color":[1],"size":[2]}]]],["p-5dda8691",[[1,"swirl-icon-stop",{"color":[1],"size":[2]}]]],["p-19e70720",[[1,"swirl-icon-sync",{"color":[1],"size":[2]}]]],["p-868c1403",[[1,"swirl-icon-tasks",{"color":[1],"size":[2]}]]],["p-3dd2e947",[[1,"swirl-icon-tasks-filled",{"color":[1],"size":[2]}]]],["p-b5d729fd",[[1,"swirl-icon-terminal",{"color":[1],"size":[2]}]]],["p-80ba384a",[[1,"swirl-icon-time",{"color":[1],"size":[2]}]]],["p-a6034447",[[1,"swirl-icon-time-filled",{"color":[1],"size":[2]}]]],["p-205d8663",[[1,"swirl-icon-today-filled",{"color":[1],"size":[2]}]]],["p-0c3cbe9e",[[1,"swirl-icon-translate",{"color":[1],"size":[2]}]]],["p-c3596b24",[[1,"swirl-icon-tree-structure",{"color":[1],"size":[2]}]]],["p-827d704c",[[1,"swirl-icon-undo",{"color":[1],"size":[2]}]]],["p-b8bb5d61",[[1,"swirl-icon-unlock-person",{"color":[1],"size":[2]}]]],["p-598d9504",[[1,"swirl-icon-user-add",{"color":[1],"size":[2]}]]],["p-88c5ebcb",[[1,"swirl-icon-user-assign",{"color":[1],"size":[2]}]]],["p-6b924de8",[[1,"swirl-icon-video-camera",{"color":[1],"size":[2]}]]],["p-05ee7cb6",[[1,"swirl-icon-video-camera-off",{"color":[1],"size":[2]}]]],["p-49264fc0",[[1,"swirl-icon-video-library",{"color":[1],"size":[2]}]]],["p-91c52452",[[1,"swirl-icon-voice",{"color":[1],"size":[2]}]]],["p-a2ca9521",[[1,"swirl-icon-web-asset",{"color":[1],"size":[2]}]]],["p-22444a71",[[1,"swirl-icon-web-asset-off",{"color":[1],"size":[2]}]]],["p-01db3997",[[1,"swirl-icon-work",{"color":[1],"size":[2]}]]],["p-7e3509f1",[[1,"swirl-image-grid",{"aspectRatio":[1,"aspect-ratio"],"label":[1],"items":[32]}]]],["p-64af1828",[[1,"swirl-inline-status",{"icon":[1],"intent":[1],"message":[1],"size":[1],"iconSize":[32]}]]],["p-dec35458",[[1,"swirl-link",{"color":[1],"href":[1],"label":[1],"target":[1]}]]],["p-c8e35db7",[[4,"swirl-list"]]],["p-8f32576c",[[1,"swirl-option-list-section",{"label":[1]}]]],["p-78520af3",[[6,"swirl-radio-group",{"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1537]}]]],["p-81272a4a",[[1,"swirl-skeleton-box",{"animated":[4],"aspectRatio":[1,"aspect-ratio"],"borderRadius":[1,"border-radius"],"height":[1],"width":[1]}]]],["p-788982a5",[[1,"swirl-skeleton-text",{"animated":[4],"lines":[2],"size":[1]}]]],["p-4dca51b7",[[1,"swirl-status-indicator",{"intent":[1],"label":[1]}]]],["p-a1ff9a0c",[[1,"swirl-symbol",{"glyph":[1],"size":[2]}]]],["p-d51ef5db",[[1,"swirl-symbol-account-circle",{"size":[2]}]]],["p-a6dc4cef",[[1,"swirl-symbol-alternate-email",{"size":[2]}]]],["p-d0f5d01d",[[1,"swirl-symbol-android",{"size":[2]}]]],["p-d35aaf8f",[[1,"swirl-symbol-announcement",{"size":[2]}]]],["p-bacb87fc",[[1,"swirl-symbol-backup",{"size":[2]}]]],["p-a80e1294",[[1,"swirl-symbol-beach-access",{"size":[2]}]]],["p-d8815b75",[[1,"swirl-symbol-bookmark",{"size":[2]}]]],["p-a3757487",[[1,"swirl-symbol-cloud",{"size":[2]}]]],["p-5252c5ee",[[1,"swirl-symbol-coronavirus",{"size":[2]}]]],["p-a3725df2",[[1,"swirl-symbol-desktop-windows",{"size":[2]}]]],["p-82960755",[[1,"swirl-symbol-directions-car-filled",{"size":[2]}]]],["p-3c032b20",[[1,"swirl-symbol-edit-calendar",{"size":[2]}]]],["p-2ae0f0af",[[1,"swirl-symbol-email",{"size":[2]}]]],["p-bf8f1fb1",[[1,"swirl-symbol-emoji-food-beverage",{"size":[2]}]]],["p-e41f6920",[[1,"swirl-symbol-event-menu",{"size":[2]}]]],["p-af2944de",[[1,"swirl-symbol-facebook",{"size":[2]}]]],["p-754a96f9",[[1,"swirl-symbol-favorite",{"size":[2]}]]],["p-eaa5b42f",[[1,"swirl-symbol-fitness-center",{"size":[2]}]]],["p-6acba3db",[[1,"swirl-symbol-flag",{"size":[2]}]]],["p-6517f970",[[1,"swirl-symbol-folder",{"size":[2]}]]],["p-d051fc8f",[[1,"swirl-symbol-globe",{"size":[2]}]]],["p-ff55c4de",[[1,"swirl-symbol-groups",{"size":[2]}]]],["p-9ead1077",[[1,"swirl-symbol-help",{"size":[2]}]]],["p-a42a39a9",[[1,"swirl-symbol-image",{"size":[2]}]]],["p-f3cb753f",[[1,"swirl-symbol-info-menu",{"size":[2]}]]],["p-322234fc",[[1,"swirl-symbol-instagram",{"size":[2]}]]],["p-267ada5c",[[1,"swirl-symbol-ios",{"size":[2]}]]],["p-7a81c0d3",[[1,"swirl-symbol-language",{"size":[2]}]]],["p-120f2a92",[[1,"swirl-symbol-leaderboard",{"size":[2]}]]],["p-d9d1a534",[[1,"swirl-symbol-lightbulb",{"size":[2]}]]],["p-7662d585",[[1,"swirl-symbol-linkedin",{"size":[2]}]]],["p-9ae9cffe",[[1,"swirl-symbol-location-on",{"size":[2]}]]],["p-2b04c73a",[[1,"swirl-symbol-loyalty",{"size":[2]}]]],["p-7ed7f07e",[[1,"swirl-symbol-maps-home-work",{"size":[2]}]]],["p-05f79727",[[1,"swirl-symbol-notifications",{"size":[2]}]]],["p-ca7590f9",[[1,"swirl-symbol-open-in-new",{"size":[2]}]]],["p-abd6bebc",[[1,"swirl-symbol-pedal-bike",{"size":[2]}]]],["p-2cc68b68",[[1,"swirl-symbol-pinterest",{"size":[2]}]]],["p-17c40b2b",[[1,"swirl-symbol-policy",{"size":[2]}]]],["p-0142f199",[[1,"swirl-symbol-push-pin",{"size":[2]}]]],["p-293d4ced",[[1,"swirl-symbol-redeem",{"size":[2]}]]],["p-0390cc40",[[1,"swirl-symbol-report-problem",{"size":[2]}]]],["p-65bf38b9",[[1,"swirl-symbol-restaurant",{"size":[2]}]]],["p-ce67255d",[[1,"swirl-symbol-roadmap",{"size":[2]}]]],["p-70af5a39",[[1,"swirl-symbol-room",{"size":[2]}]]],["p-32c53ee7",[[1,"swirl-symbol-savings",{"size":[2]}]]],["p-8f5f6cb2",[[1,"swirl-symbol-settings-voice",{"size":[2]}]]],["p-8b79bd86",[[1,"swirl-symbol-shopping-cart",{"size":[2]}]]],["p-592044c4",[[1,"swirl-symbol-smartphone",{"size":[2]}]]],["p-0cfdf19f",[[1,"swirl-symbol-star",{"size":[2]}]]],["p-4c77be59",[[1,"swirl-symbol-supervisor-account",{"size":[2]}]]],["p-121a7871",[[1,"swirl-symbol-thumbs-up-down",{"size":[2]}]]],["p-97727cea",[[1,"swirl-symbol-twitter",{"size":[2]}]]],["p-633b13fc",[[1,"swirl-symbol-wb-sunny",{"size":[2]}]]],["p-c2018c3c",[[1,"swirl-symbol-wechat",{"size":[2]}]]],["p-5cb7183b",[[1,"swirl-symbol-weibo",{"size":[2]}]]],["p-c719ebfb",[[1,"swirl-symbol-work",{"size":[2]}]]],["p-d26d2442",[[1,"swirl-symbol-xing",{"size":[2]}]]],["p-915b20f4",[[1,"swirl-symbol-youtube",{"size":[2]}]]],["p-5bfa9da6",[[1,"swirl-tab",{"active":[4],"icon":[1],"label":[1],"padding":[1],"tabId":[1,"tab-id"]}]]],["p-71259db0",[[1,"swirl-table-cell"]]],["p-b9b0d6fd",[[1,"swirl-table-row",{"highlighted":[4],"index":[2]}]]],["p-fc8b76fd",[[6,"swirl-theme-provider",{"config":[16],"getActiveOSTheme":[64],"getPreferredOSTheme":[64],"setPreferredOSTheme":[64],"resetPreferredOSTheme":[64]},null,{"config":["watchConfig"]}]]],["p-1b2df762",[[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]},null,{"format":["watchFormat"]}]]],["p-ec4196cf",[[1,"swirl-tree-navigation-item",{"active":[4],"href":[1],"icon":[1],"label":[1],"target":[1]}]]],["p-ad8c20b7",[[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],"blurInput":[64],"focusInput":[64]},null,{"value":["watchValue"]}]]],["p-4ec4c3e3",[[1,"swirl-toast",{"accessibleDismissLabel":[1,"accessible-dismiss-label"],"content":[1],"dismissLabel":[1,"dismiss-label"],"duration":[2],"icon":[1],"intent":[1],"toastId":[1,"toast-id"]},null,{"duration":["watchDuration"]}]]],["p-a9976289",[[1,"swirl-icon-cloud-upload",{"color":[1],"size":[2]}]]],["p-1f03a38a",[[1,"swirl-icon-help",{"color":[1],"size":[2]}]]],["p-283b385a",[[1,"swirl-icon-person",{"color":[1],"size":[2]}]]],["p-1b727c58",[[2,"swirl-tab-bar",{"disableTabSemantics":[4,"disable-tab-semantics"],"label":[1],"justify":[1],"paddingInlineEnd":[1,"padding-inline-end"],"paddingInlineStart":[1,"padding-inline-start"],"tabs":[16]}]]],["p-63b2990d",[[1,"swirl-date-picker",{"disableDate":[16],"firstDayOfWeek":[2,"first-day-of-week"],"labels":[16],"locale":[1],"range":[4],"startDate":[16],"value":[1040]}],[1,"swirl-icon-today",{"color":[1],"size":[2]}]]],["p-a9b7c3f9",[[1,"swirl-badge",{"icon":[1],"intent":[1],"label":[1],"size":[1],"variant":[1]}]]],["p-5d33fcf6",[[1,"swirl-icon-arrow-downward",{"color":[1],"size":[2]}],[1,"swirl-icon-arrow-upward",{"color":[1],"size":[2]}]]],["p-26eb2253",[[1,"swirl-icon-check-circle",{"color":[1],"size":[2]}],[1,"swirl-icon-warning",{"color":[1],"size":[2]}]]],["p-103edb44",[[1,"swirl-icon",{"color":[1],"glyph":[1],"size":[2]}]]],["p-87e13bf0",[[1,"swirl-icon-search",{"color":[1],"size":[2]}]]],["p-d85d6bc6",[[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]},null,{"firstDayOfWeek":["watchFirstDayOfWeek"],"locale":["watchLocale"],"range":["watchRange"],"startDate":["watchStartDate"],"value":["watchValue"]}]]],["p-1f631163",[[1,"swirl-button-group",{"orientation":[1],"segmented":[4],"stretch":[4],"wrap":[4]}]]],["p-611ac40e",[[1,"swirl-icon-info",{"color":[1],"size":[2]}]]],["p-bd1f6705",[[1,"swirl-progress-indicator",{"label":[1],"size":[1],"value":[2],"variant":[1]}]]],["p-a0751a6a",[[1,"swirl-thumbnail",{"alt":[1],"editButtonIcon":[1,"edit-button-icon"],"editButtonLabel":[1,"edit-button-label"],"format":[1],"interactive":[4],"progress":[2],"progressLabel":[1,"progress-label"],"removeButtonLabel":[1,"remove-button-label"],"showEditButton":[4,"show-edit-button"],"showRemoveButton":[4,"show-remove-button"],"size":[1],"src":[1],"timestamp":[1]}],[1,"swirl-icon-arrow-left",{"color":[1],"size":[2]}],[1,"swirl-icon-arrow-right",{"color":[1],"size":[2]}],[1,"swirl-icon-more-vertikal",{"color":[1],"size":[2]}]]],["p-25702e91",[[1,"swirl-icon-arrow-back",{"color":[1],"size":[2]}],[1,"swirl-icon-arrow-forward",{"color":[1],"size":[2]}],[1,"swirl-icon-dock-left",{"color":[1],"size":[2]}],[1,"swirl-icon-double-arrow-left",{"color":[1],"size":[2]}]]],["p-49caeb46",[[1,"swirl-box",{"bordered":[4],"borderedBlockEnd":[4,"bordered-block-end"],"borderedBlockStart":[4,"bordered-block-start"],"borderedInlineEnd":[4,"bordered-inline-end"],"borderedInlineStart":[4,"bordered-inline-start"],"bottom":[1],"centerBlock":[4,"center-block"],"centerInline":[4,"center-inline"],"cover":[4],"height":[1],"left":[1],"maxHeight":[1,"max-height"],"minHeight":[1,"min-height"],"maxWidth":[1,"max-width"],"minWidth":[1,"min-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"],"position":[1],"right":[1],"basis":[1],"shrink":[1],"grow":[1],"top":[1],"width":[1],"zIndex":[1,"z-index"]}]]],["p-5408d04c",[[1,"swirl-tooltip",{"active":[4],"content":[1],"delay":[2],"position":[1],"positioning":[1],"actualPosition":[32],"arrowStyles":[32],"visible":[32]},[[1,"mouseenter","onMouseEnter"],[1,"mouseleave","onMouseLeave"],[9,"resize","onWindowResize"],[9,"scroll","onWindowScroll"]],{"position":["watchPosition"]}]]],["p-18e3a5a1",[[1,"swirl-tag",{"icon":[1],"intent":[1],"label":[1],"removable":[4],"bordered":[4],"size":[1],"removalButtonLabel":[1,"removal-button-label"],"variant":[1025]}],[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]},null,{"allowDrag":["watchAllowDrag"],"disabled":["watchDisabled"],"multiSelect":["watchMultiSelect"],"value":["watchValue"]}]]],["p-0477da48",[[1,"swirl-icon-expand-more",{"color":[1],"size":[2]}]]],["p-c1a74c69",[[2,"swirl-heading",{"align":[1],"as":[1],"balance":[4],"headingId":[1,"heading-id"],"level":[2],"lines":[2],"text":[1],"truncate":[4]}]]],["p-9a765d3a",[[1,"swirl-icon-check-strong",{"color":[1],"size":[2]}]]],["p-ada13bfe",[[6,"swirl-resource-list-item",{"active":[4],"allowDrag":[4,"allow-drag"],"allowHtml":[4,"allow-html"],"checked":[1028],"compact":[4],"description":[1],"descriptionWrap":[4,"description-wrap"],"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"],"labelWrap":[4,"label-wrap"],"menuTriggerId":[1,"menu-trigger-id"],"menuTriggerLabel":[1,"menu-trigger-label"],"meta":[1],"selectable":[4],"swirlAriaLabel":[1,"swirl-aria-label"],"value":[1],"hasMedia":[32],"iconSize":[32]}],[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"],"controllingElement":[16],"label":[1],"assistiveText":[32],"listId":[32]},null,{"allowDrag":["watchAllowDrag"]}],[1,"swirl-app-layout",{"appName":[1,"app-name"],"backToNavigationViewButtonLabel":[1,"back-to-navigation-view-button-label"],"ctaIcon":[1,"cta-icon"],"ctaLabel":[1,"cta-label"],"hasNavigation":[1028,"has-navigation"],"hideAppBar":[4,"hide-app-bar"],"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"],"hasCustomAppBarBackButton":[32],"hasSidebar":[32],"mobileView":[32],"sidebarActive":[32],"sidebarClosing":[32],"transitioningFrom":[32],"transitioningTo":[32],"showSidebar":[64],"hideSidebar":[64],"toggleSidebar":[64],"changeMobileView":[64]},null,{"mobileView":["watchMobileView"]}],[1,"swirl-icon-file",{"color":[1],"size":[2]}],[1,"swirl-icon-folder-shared",{"color":[1],"size":[2]}]]],["p-2642389f",[[1,"swirl-icon-add",{"color":[1],"size":[2]}],[1,"swirl-icon-file-copy",{"color":[1],"size":[2]}],[1,"swirl-icon-fullscreen",{"color":[1],"size":[2]}],[1,"swirl-icon-fullscreen-exit",{"color":[1],"size":[2]}],[1,"swirl-icon-menu-book",{"color":[1],"size":[2]}],[1,"swirl-icon-remove",{"color":[1],"size":[2]}]]],["p-2901eccf",[[1,"swirl-action-list",{"isInsidePopover":[32]}],[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]}],[1,"swirl-separator",{"borderColor":[1,"border-color"],"orientation":[1],"spacing":[1]}]]],["p-38d40bf9",[[1,"swirl-icon-close",{"color":[1],"size":[2]}]]],["p-f007486b",[[1,"swirl-icon-visibility",{"color":[1],"size":[2]}],[1,"swirl-icon-visibility-off",{"color":[1],"size":[2]}],[1,"swirl-icon-cancel",{"color":[1],"size":[2]}],[1,"swirl-icon-expand-less",{"color":[1],"size":[2]}]]],["p-60932f6c",[[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],"whiteSpace":[1,"white-space"]},[[9,"resize","onWindowResize"]]]]],["p-07867981",[[2,"swirl-option-list-item",{"allowDrag":[4,"allow-drag"],"context":[1025],"description":[1],"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",{"color":[1],"size":[2]}],[1,"swirl-icon-drag-handle",{"color":[1],"size":[2]}]]],["p-bec73070",[[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],"returnFocusToTrigger":[4,"return-focus-to-trigger"],"transparent":[4],"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",{"hidePopoverWhenInvisible":[4,"hide-popover-when-invisible"],"parentScrollContainer":[16],"setAriaAttributes":[4,"set-aria-attributes"],"swirlPopover":[1,"swirl-popover"],"triggerOnClick":[4,"trigger-on-click"],"triggerOnHover":[4,"trigger-on-hover"],"hoverLingerDuration":[2,"hover-linger-duration"],"hoverDelay":[2,"hover-delay"]},null,{"swirlPopover":["watchPopover"],"triggerOnHover":["watchHover"]}]]],["p-2b7ba308",[[1,"swirl-stack",{"align":[1],"as":[1],"height":[1],"justify":[1],"orientation":[1],"spacing":[1],"wrap":[4]}]]],["p-f7e43e2f",[[6,"swirl-button",{"disabled":[4],"download":[1],"swirlAriaControls":[1,"swirl-aria-controls"],"swirlAriaCurrent":[1,"swirl-aria-current"],"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],"textAlign":[1,"text-align"],"type":[1],"value":[1],"variant":[1]}]]],["p-b44b722e",[[6,"swirl-visually-hidden"]]],["p-28b7574d",[[1,"swirl-inline-error",{"message":[1],"size":[1]}],[1,"swirl-spinner",{"label":[1],"size":[8]}],[1,"swirl-icon-error",{"color":[1],"size":[2]}]]],["p-7900de4c",[[1,"swirl-file-viewer",{"active":[4],"autoplay":[4],"description":[1],"disableDownload":[4,"disable-download"],"errorMessage":[1,"error-message"],"file":[1],"fileName":[1,"file-name"],"pdfWorkerSrc":[1,"pdf-worker-src"],"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]},null,{"file":["updateTable"]}],[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]},null,{"file":["watchFile"]}],[1,"swirl-file-viewer-pdf",{"errorMessage":[1,"error-message"],"file":[1],"singlePageMode":[4,"single-page-mode"],"viewMode":[1,"view-mode"],"workerSrc":[1,"worker-src"],"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"]],{"file":["watchProps"],"viewMode":["watchViewMode"],"zoom":["watchZoom"]}],[1,"swirl-file-viewer-text",{"errorMessage":[1,"error-message"],"file":[1],"error":[32],"loading":[32],"text":[32]},null,{"file":["updateText"]}],[1,"swirl-file-viewer-audio",{"autoplay":[4],"file":[1],"type":[1]}],[1,"swirl-file-viewer-video",{"autoplay":[4],"disableDownload":[4,"disable-download"],"file":[1],"type":[1]},null,{"disableDownload":["watchDisableDownload"]}]]]]'),e))));
1
+ import{p as e,b as i}from"./p-e212b5b7.js";export{s as setNonce}from"./p-e212b5b7.js";import{g as l}from"./p-e1255160.js";(()=>{const i=import.meta.url,l={};return""!==i&&(l.resourcesUrl=new URL(".",i).href),e(l)})().then((async e=>(await l(),i(JSON.parse('[["p-443af7a9",[[1,"file-manager",{"selectedDirectory":[32],"selectedFile":[32],"sortMenu":[32]}]]],["p-c970a0b4",[[1,"swirl-pdf-reader",{"autoZoomLabel":[1,"auto-zoom-label"],"closeButtonLabel":[1,"close-button-label"],"downloadButtonEnabled":[4,"download-button-enabled"],"downloadButtonLabel":[1,"download-button-label"],"file":[1],"fileName":[1,"file-name"],"fileTypeLabel":[1,"file-type-label"],"label":[1],"menuLabel":[1,"menu-label"],"menuTriggerLabel":[1,"menu-trigger-label"],"pdfWorkerSrc":[1,"pdf-worker-src"],"printButtonEnabled":[4,"print-button-enabled"],"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],"loadingThumbnails":[32],"thumbnails":[32],"showThumbnails":[32],"viewMode":[32],"visiblePages":[32],"zoom":[32],"zoomSteps":[32],"open":[64],"close":[64]},[[9,"resize","onWindowResize"]],{"showThumbnails":["watchShowThumbnails"]}]]],["p-847592fc",[[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"]],{"multiSelect":["watchMultiSelect"]}]]],["p-54135209",[[1,"swirl-lightbox",{"closeButtonLabel":[1,"close-button-label"],"downloadButtonEnabled":[4,"download-button-enabled"],"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],"isOpen":[32],"slides":[32],"open":[64],"close":[64],"activateSlide":[64]},null,{"activeSlideIndex":["watchActiveSlideIndex"]}]]],["p-3bfc9a27",[[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-f15c968c",[[6,"swirl-shell-layout",{"brandedHeader":[4,"branded-header"],"browserBackButtonLabel":[1,"browser-back-button-label"],"browserForwardButtonLabel":[1,"browser-forward-button-label"],"enableSecondaryNavGridLayout":[4,"enable-secondary-nav-grid-layout"],"gridNavLayoutToggleLabel":[1,"grid-nav-layout-toggle-label"],"hideMobileNavigationButtonLabel":[1,"hide-mobile-navigation-button-label"],"listNavLayoutToggleLabel":[1,"list-nav-layout-toggle-label"],"navigationLabel":[1,"navigation-label"],"navigationToggleLabel":[1,"navigation-toggle-label"],"secondaryNavCollapseLabel":[1,"secondary-nav-collapse-label"],"secondaryNavExpandLabel":[1,"secondary-nav-expand-label"],"sidebarActive":[1028,"sidebar-active"],"sidebarToggleBadge":[8,"sidebar-toggle-badge"],"sidebarToggleBadgeAriaLabel":[1,"sidebar-toggle-badge-aria-label"],"sidebarToggleIcon":[1,"sidebar-toggle-icon"],"sidebarToggleLabel":[1,"sidebar-toggle-label"],"skipLinkLabel":[1,"skip-link-label"],"mobileNavigationActive":[32],"navigationCollapsed":[32],"secondaryNavCollapsed":[32],"secondaryNavView":[32],"showMobileNavigation":[64],"hideMobileNavigation":[64]},[[8,"keydown","onWindowKeyDown"]],{"mobileNavigationActive":["watchMobileNavigationState"],"navigationCollapsed":["watchNavigationCollapsed"],"sidebarActive":["watchSidebarActive"]}]]],["p-b3472679",[[2,"swirl-date-input",{"autoFocus":[4,"auto-focus"],"autoSelect":[4,"auto-select"],"datePickerDisableDate":[16],"datePickerLabel":[1,"date-picker-label"],"datePickerTriggerLabel":[1,"date-picker-trigger-label"],"disabled":[4],"firstDayOfWeek":[2,"first-day-of-week"],"format":[1],"inline":[4],"invalid":[4],"labels":[16],"locale":[1],"placeholder":[1],"preferredInputMode":[1,"preferred-input-mode"],"required":[4],"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1537],"iconSize":[32],"readonly":[32]},null,{"format":["watchFormat"]}]]],["p-e35f0c88",[[1,"swirl-inline-notification",{"heading":[1],"importance":[1],"intent":[1]}]]],["p-9fc51f0b",[[1,"swirl-menu-item",{"description":[1],"disabled":[4],"expanded":[4],"icon":[1],"intent":[1],"label":[1],"suffix":[1],"value":[1],"parentMenu":[32],"subMenu":[32],"getSubMenu":[64],"getParentMenu":[64]},null,{"expanded":["watchExpanded"]}]]],["p-85103dcc",[[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-2c70478c",[[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-c33111eb",[[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"],"tooltip":[1],"hasFocus":[32],"inputValue":[32]},[[8,"click","onWindowClick"]],{"description":["associateDescriptionWithInputElement"],"disabled":["setInputElementDisabledState"],"inline":["setInputElementInlineState"],"invalid":["setInputElementInvalidState"],"label":["setInputElementLabel"]}]]],["p-00de446c",[[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-6cc79601",[[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]},null,{"value":["watchValue"]}]]],["p-63f3198d",[[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-e8e392ab",[[1,"swirl-image-grid-item",{"alt":[1],"icon":[1],"interactive":[4],"loading":[1],"overlay":[1],"src":[1],"error":[32],"loaded":[32],"inViewport":[32]}]]],["p-cc01cabb",[[1,"swirl-shell-navigation-item",{"active":[4],"badgeLabel":[1,"badge-label"],"boxed":[4],"hideLabel":[4,"hide-label"],"href":[1],"label":[1],"target":[1],"tiled":[4]}]]],["p-cf61e1bd",[[1,"swirl-table-row-group",{"label":[1],"tooltip":[1],"collapsible":[4],"collapseButtonLabel":[1,"collapse-button-label"],"isVisible":[32]}]]],["p-25ff5963",[[1,"swirl-toast-provider",{"globalDuration":[2,"global-duration"],"toasts":[32],"clearAll":[64],"dismiss":[64],"toast":[64]}]]],["p-24524a9e",[[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-9a110df6",[[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-7490b2df",[[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-98753512",[[1,"swirl-description-list-item",{"bordered":[4],"maxWidth":[1,"max-width"],"term":[1],"tooltip":[1]}]]],["p-818759a9",[[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-5625da01",[[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]},null,{"active":["watchActive"]}]]],["p-c497d897",[[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-08d14c15",[[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-4def436f",[[1,"swirl-table-column",{"sort":[1],"sortable":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"sticky":[4],"width":[1]}]]],["p-f5c2e85c",[[1,"swirl-app-bar",{"backButtonLabel":[1,"back-button-label"],"closeButtonIcon":[1,"close-button-icon"],"closeButtonLabel":[1,"close-button-label"],"paddingInlineEnd":[1,"padding-inline-end"],"paddingInlineStart":[1,"padding-inline-start"],"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-d0d5ba7d",[[1,"swirl-avatar",{"badge":[1],"badgePosition":[1,"badge-position"],"color":[1],"icon":[1],"initials":[1],"interactive":[4],"label":[1],"loading":[1],"showLabel":[4,"show-label"],"size":[1],"src":[1],"toolPosition":[1,"tool-position"],"variant":[1],"loadingError":[32],"loaded":[32],"imageAvailable":[32],"inViewport":[32]},null,{"src":["watchSrcProp"]}]]],["p-f6d1648e",[[1,"swirl-banner",{"actionLabel":[1,"action-label"],"content":[1],"dismissable":[4],"dismissLabel":[1,"dismiss-label"],"importance":[1],"intent":[1],"showIcon":[4,"show-icon"],"icon":[1],"size":[1]}]]],["p-3c991c18",[[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-ea8f048b",[[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-7e9859c5",[[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-9ea5b5d6",[[2,"swirl-switch",{"checked":[1028],"disabled":[4],"hideLabel":[4,"hide-label"],"inputId":[1,"input-id"],"inputName":[1,"input-name"],"label":[1],"labelPosition":[1,"label-position"],"value":[1],"toggle":[64]}]]],["p-fa19c235",[[6,"swirl-tabs",{"initialTab":[1,"initial-tab"],"label":[1],"justifyTabBar":[1,"justify-tab-bar"],"tabBarPaddingInlineEnd":[1,"tab-bar-padding-inline-end"],"tabBarPaddingInlineStart":[1,"tab-bar-padding-inline-start"],"activeTab":[32],"tabBarTabs":[32],"activateTab":[64]}]]],["p-b2548187",[[1,"swirl-toolbar",{"label":[1],"orientation":[1]}]]],["p-4034fb94",[[1,"swirl-video-thumbnail",{"durationLabel":[1,"duration-label"],"duration":[1],"label":[1],"src":[1]}]]],["p-7734f755",[[1,"swirl-accordion",{"collapseItem":[64],"expandItem":[64]}]]],["p-6dd944cd",[[1,"swirl-action-list-section",{"label":[1]}]]],["p-01e4db07",[[1,"swirl-app-icon",{"icon":[1],"src":[1],"imageAvailable":[32]}]]],["p-b7cea4d5",[[1,"swirl-avatar-group",{"badge":[1]}]]],["p-44b504c9",[[1,"swirl-card",{"as":[1],"borderRadius":[1,"border-radius"],"customBackgroundColor":[1,"custom-background-color"],"elevated":[4],"elevationLevel":[2,"elevation-level"],"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"],"swirlAriaLabelledby":[1,"swirl-aria-labelledby"],"flashing":[32],"flash":[64]}]]],["p-afb3caf0",[[1,"swirl-carousel-slide",{"label":[1],"minHeight":[1,"min-height"],"width":[1]}]]],["p-69774168",[[1,"swirl-columns",{"columns":[1],"spacing":[1]}]]],["p-92934d68",[[1,"swirl-description-list"]]],["p-8efaa56f",[[1,"swirl-emoji",{"label":[1],"name":[1],"size":[2]}]]],["p-ee5907d5",[[1,"swirl-emoji-clap",{"label":[1],"size":[2]}]]],["p-7904af64",[[1,"swirl-emoji-happy",{"label":[1],"size":[2]}]]],["p-4a879834",[[1,"swirl-emoji-idea",{"label":[1],"size":[2]}]]],["p-2a1d62df",[[1,"swirl-emoji-love",{"label":[1],"size":[2]}]]],["p-90203afc",[[1,"swirl-emoji-sad",{"label":[1],"size":[2]}]]],["p-9c45396e",[[1,"swirl-emoji-thumbs-up",{"label":[1],"size":[2]}]]],["p-e7e01e47",[[6,"swirl-form-group",{"orientation":[1]}]]],["p-f1244f97",[[1,"swirl-icon-add-moderator",{"color":[1],"size":[2]}]]],["p-0f42fd34",[[1,"swirl-icon-add-photo",{"color":[1],"size":[2]}]]],["p-6ca18b2e",[[1,"swirl-icon-add-reaction",{"color":[1],"size":[2]}]]],["p-7b9bf8f3",[[1,"swirl-icon-admin-panel-settings",{"color":[1],"size":[2]}]]],["p-b8b5c498",[[1,"swirl-icon-ai",{"color":[1],"size":[2]}]]],["p-17a2a2c8",[[1,"swirl-icon-apps",{"color":[1],"size":[2]}]]],["p-be9ef68b",[[1,"swirl-icon-arrow-right-small",{"color":[1],"size":[2]}]]],["p-9ecd228e",[[1,"swirl-icon-aspect-ratio",{"color":[1],"size":[2]}]]],["p-a165f4b2",[[1,"swirl-icon-attachment",{"color":[1],"size":[2]}]]],["p-1f3294ed",[[1,"swirl-icon-bar-chart",{"color":[1],"size":[2]}]]],["p-fc903b42",[[1,"swirl-icon-block",{"color":[1],"size":[2]}]]],["p-34fad6b7",[[1,"swirl-icon-bookmark",{"color":[1],"size":[2]}]]],["p-49f65f52",[[1,"swirl-icon-bookmark-filled",{"color":[1],"size":[2]}]]],["p-144b7ac5",[[1,"swirl-icon-chat-bubble",{"color":[1],"size":[2]}]]],["p-7e4807c7",[[1,"swirl-icon-chats",{"color":[1],"size":[2]}]]],["p-98e6151e",[[1,"swirl-icon-chats-filled",{"color":[1],"size":[2]}]]],["p-47d32228",[[1,"swirl-icon-check",{"color":[1],"size":[2]}]]],["p-16dfe555",[[1,"swirl-icon-chevron-left",{"color":[1],"size":[2]}]]],["p-9eb3a181",[[1,"swirl-icon-chevron-right",{"color":[1],"size":[2]}]]],["p-611971b3",[[1,"swirl-icon-close-small",{"color":[1],"size":[2]}]]],["p-9d87b55a",[[1,"swirl-icon-column",{"color":[1],"size":[2]}]]],["p-f6147d63",[[1,"swirl-icon-comment",{"color":[1],"size":[2]}]]],["p-4bcdec75",[[1,"swirl-icon-copy",{"color":[1],"size":[2]}]]],["p-2651be5b",[[1,"swirl-icon-crop",{"color":[1],"size":[2]}]]],["p-6a72f767",[[1,"swirl-icon-dark-mode",{"color":[1],"size":[2]}]]],["p-29c46ed5",[[1,"swirl-icon-date-range",{"color":[1],"size":[2]}]]],["p-babac028",[[1,"swirl-icon-delete",{"color":[1],"size":[2]}]]],["p-3b526b2f",[[1,"swirl-icon-description",{"color":[1],"size":[2]}]]],["p-17bbc71c",[[1,"swirl-icon-desktop",{"color":[1],"size":[2]}]]],["p-ba8b1dbd",[[1,"swirl-icon-directory",{"color":[1],"size":[2]}]]],["p-94d2d35b",[[1,"swirl-icon-directory-filled",{"color":[1],"size":[2]}]]],["p-93e42180",[[1,"swirl-icon-discover",{"color":[1],"size":[2]}]]],["p-ef14799e",[[1,"swirl-icon-dot",{"color":[1],"size":[2]}]]],["p-193cae58",[[1,"swirl-icon-double-arrow-right",{"color":[1],"size":[2]}]]],["p-afbf47df",[[1,"swirl-icon-download",{"color":[1],"size":[2]}]]],["p-6de1e98c",[[1,"swirl-icon-edit",{"color":[1],"size":[2]}]]],["p-c9a07bfb",[[1,"swirl-icon-emoji-mood",{"color":[1],"size":[2]}]]],["p-45a1a839",[[1,"swirl-icon-emoji-satisfied",{"color":[1],"size":[2]}]]],["p-1b9e0186",[[1,"swirl-icon-experiment",{"color":[1],"size":[2]}]]],["p-ff6619a0",[[1,"swirl-icon-filter",{"color":[1],"size":[2]}]]],["p-918eafc3",[[1,"swirl-icon-folder",{"color":[1],"size":[2]}]]],["p-8c52e857",[[1,"swirl-icon-format-h-one",{"color":[1],"size":[2]}]]],["p-a7e5bf7d",[[1,"swirl-icon-gif",{"color":[1],"size":[2]}]]],["p-80e707d4",[[1,"swirl-icon-group-add",{"color":[1],"size":[2]}]]],["p-db7ad388",[[1,"swirl-icon-group-assign",{"color":[1],"size":[2]}]]],["p-b624a231",[[1,"swirl-icon-groups",{"color":[1],"size":[2]}]]],["p-36d38af8",[[1,"swirl-icon-groups-filled",{"color":[1],"size":[2]}]]],["p-1047e0ae",[[1,"swirl-icon-hamburger-menu",{"color":[1],"size":[2]}]]],["p-4a06ccbb",[[1,"swirl-icon-highlight",{"color":[1],"size":[2]}]]],["p-fd4e80a0",[[1,"swirl-icon-history",{"color":[1],"size":[2]}]]],["p-45ca1cf7",[[1,"swirl-icon-home",{"color":[1],"size":[2]}]]],["p-c927d250",[[1,"swirl-icon-image",{"color":[1],"size":[2]}]]],["p-4378d58c",[[1,"swirl-icon-improve-text",{"color":[1],"size":[2]}]]],["p-11f47271",[[1,"swirl-icon-insert-below",{"color":[1],"size":[2]}]]],["p-2023face",[[1,"swirl-icon-insert-on-top",{"color":[1],"size":[2]}]]],["p-30b2af83",[[1,"swirl-icon-inventory",{"color":[1],"size":[2]}]]],["p-13f02f90",[[1,"swirl-icon-keyboard",{"color":[1],"size":[2]}]]],["p-080b6492",[[1,"swirl-icon-keyboard-hide",{"color":[1],"size":[2]}]]],["p-5f2867f4",[[1,"swirl-icon-light-mode",{"color":[1],"size":[2]}]]],["p-bf1c1ff0",[[1,"swirl-icon-like",{"color":[1],"size":[2]}]]],["p-4722d36f",[[1,"swirl-icon-link",{"color":[1],"size":[2]}]]],["p-ee7c7a7c",[[1,"swirl-icon-load",{"color":[1],"size":[2]}]]],["p-bb99f589",[[1,"swirl-icon-lock",{"color":[1],"size":[2]}]]],["p-4c86a29b",[[1,"swirl-icon-lock-open",{"color":[1],"size":[2]}]]],["p-5624078f",[[1,"swirl-icon-lock-person",{"color":[1],"size":[2]}]]],["p-a80034a4",[[1,"swirl-icon-login",{"color":[1],"size":[2]}]]],["p-66e3abc4",[[1,"swirl-icon-logout",{"color":[1],"size":[2]}]]],["p-e87b58d8",[[1,"swirl-icon-long-text",{"color":[1],"size":[2]}]]],["p-3b3bf072",[[1,"swirl-icon-mail",{"color":[1],"size":[2]}]]],["p-1128ce33",[[1,"swirl-icon-manage-accounts",{"color":[1],"size":[2]}]]],["p-6d0b4870",[[1,"swirl-icon-mark-chat-read",{"color":[1],"size":[2]}]]],["p-13d1c9f6",[[1,"swirl-icon-mark-chat-unread",{"color":[1],"size":[2]}]]],["p-36aa7b64",[[1,"swirl-icon-mention",{"color":[1],"size":[2]}]]],["p-4c84a0c3",[[1,"swirl-icon-menu",{"color":[1],"size":[2]}]]],["p-c07a8a27",[[1,"swirl-icon-menu-filled",{"color":[1],"size":[2]}]]],["p-80cbf6d1",[[1,"swirl-icon-message",{"color":[1],"size":[2]}]]],["p-47bd0a69",[[1,"swirl-icon-mic",{"color":[1],"size":[2]}]]],["p-0c82f146",[[1,"swirl-icon-mic-off",{"color":[1],"size":[2]}]]],["p-aa4ec232",[[1,"swirl-icon-more-horizontal",{"color":[1],"size":[2]}]]],["p-ab00e362",[[1,"swirl-icon-news",{"color":[1],"size":[2]}]]],["p-970e02fc",[[1,"swirl-icon-news-filled",{"color":[1],"size":[2]}]]],["p-a757a402",[[1,"swirl-icon-news-off",{"color":[1],"size":[2]}]]],["p-f5e506d2",[[1,"swirl-icon-notifications",{"color":[1],"size":[2]}]]],["p-d0f76278",[[1,"swirl-icon-notifications-active",{"color":[1],"size":[2]}]]],["p-967174b4",[[1,"swirl-icon-notifications-off",{"color":[1],"size":[2]}]]],["p-552d7794",[[1,"swirl-icon-open-in-full",{"color":[1],"size":[2]}]]],["p-acb7133f",[[1,"swirl-icon-open-in-new",{"color":[1],"size":[2]}]]],["p-bba4b302",[[1,"swirl-icon-pause",{"color":[1],"size":[2]}]]],["p-4c31291f",[[1,"swirl-icon-pause-circle",{"color":[1],"size":[2]}]]],["p-e818a2ff",[[1,"swirl-icon-people-alt",{"color":[1],"size":[2]}]]],["p-7485d1db",[[1,"swirl-icon-person-off",{"color":[1],"size":[2]}]]],["p-fe4d8e35",[[1,"swirl-icon-phone",{"color":[1],"size":[2]}]]],["p-8ea1b332",[[1,"swirl-icon-photo-camera",{"color":[1],"size":[2]}]]],["p-b28aeee1",[[1,"swirl-icon-pin",{"color":[1],"size":[2]}]]],["p-9aa6701e",[[1,"swirl-icon-pin-off",{"color":[1],"size":[2]}]]],["p-a655f41e",[[1,"swirl-icon-place",{"color":[1],"size":[2]}]]],["p-9093de8b",[[1,"swirl-icon-play-arrow",{"color":[1],"size":[2]}]]],["p-2c08329b",[[1,"swirl-icon-poll",{"color":[1],"size":[2]}]]],["p-f97970d4",[[1,"swirl-icon-print",{"color":[1],"size":[2]}]]],["p-91b43b4b",[[1,"swirl-icon-ratio-four-to-three",{"color":[1],"size":[2]}]]],["p-f97fbe3a",[[1,"swirl-icon-ratio-freeform",{"color":[1],"size":[2]}]]],["p-7d0b6ed7",[[1,"swirl-icon-ratio-sixteen-to-nine",{"color":[1],"size":[2]}]]],["p-8b79a2cc",[[1,"swirl-icon-ratio-square",{"color":[1],"size":[2]}]]],["p-0cd6addf",[[1,"swirl-icon-ratio-three-to-four",{"color":[1],"size":[2]}]]],["p-d261ea73",[[1,"swirl-icon-ratio-three-to-two",{"color":[1],"size":[2]}]]],["p-85d5585c",[[1,"swirl-icon-recieved",{"color":[1],"size":[2]}]]],["p-c3857ab5",[[1,"swirl-icon-remove-circle",{"color":[1],"size":[2]}]]],["p-5e00d7a1",[[1,"swirl-icon-remove-moderator",{"color":[1],"size":[2]}]]],["p-7b9655f6",[[1,"swirl-icon-reply",{"color":[1],"size":[2]}]]],["p-4e4a7d42",[[1,"swirl-icon-report",{"color":[1],"size":[2]}]]],["p-3451bd92",[[1,"swirl-icon-roadmap",{"color":[1],"size":[2]}]]],["p-8da5ac89",[[1,"swirl-icon-rotate-left",{"color":[1],"size":[2]}]]],["p-6114d1e6",[[1,"swirl-icon-rotate-right",{"color":[1],"size":[2]}]]],["p-7bf85ad7",[[1,"swirl-icon-search-strong",{"color":[1],"size":[2]}]]],["p-9b04c652",[[1,"swirl-icon-secure",{"color":[1],"size":[2]}]]],["p-3aeee8e4",[[1,"swirl-icon-send",{"color":[1],"size":[2]}]]],["p-7515c8a2",[[1,"swirl-icon-settings",{"color":[1],"size":[2]}]]],["p-abb7da86",[[1,"swirl-icon-short-text",{"color":[1],"size":[2]}]]],["p-1b4e4f4c",[[1,"swirl-icon-simplify",{"color":[1],"size":[2]}]]],["p-eadc504e",[[1,"swirl-icon-spellcheck",{"color":[1],"size":[2]}]]],["p-5dda8691",[[1,"swirl-icon-stop",{"color":[1],"size":[2]}]]],["p-19e70720",[[1,"swirl-icon-sync",{"color":[1],"size":[2]}]]],["p-868c1403",[[1,"swirl-icon-tasks",{"color":[1],"size":[2]}]]],["p-3dd2e947",[[1,"swirl-icon-tasks-filled",{"color":[1],"size":[2]}]]],["p-b5d729fd",[[1,"swirl-icon-terminal",{"color":[1],"size":[2]}]]],["p-80ba384a",[[1,"swirl-icon-time",{"color":[1],"size":[2]}]]],["p-a6034447",[[1,"swirl-icon-time-filled",{"color":[1],"size":[2]}]]],["p-205d8663",[[1,"swirl-icon-today-filled",{"color":[1],"size":[2]}]]],["p-0c3cbe9e",[[1,"swirl-icon-translate",{"color":[1],"size":[2]}]]],["p-c3596b24",[[1,"swirl-icon-tree-structure",{"color":[1],"size":[2]}]]],["p-827d704c",[[1,"swirl-icon-undo",{"color":[1],"size":[2]}]]],["p-b8bb5d61",[[1,"swirl-icon-unlock-person",{"color":[1],"size":[2]}]]],["p-598d9504",[[1,"swirl-icon-user-add",{"color":[1],"size":[2]}]]],["p-88c5ebcb",[[1,"swirl-icon-user-assign",{"color":[1],"size":[2]}]]],["p-6b924de8",[[1,"swirl-icon-video-camera",{"color":[1],"size":[2]}]]],["p-05ee7cb6",[[1,"swirl-icon-video-camera-off",{"color":[1],"size":[2]}]]],["p-49264fc0",[[1,"swirl-icon-video-library",{"color":[1],"size":[2]}]]],["p-91c52452",[[1,"swirl-icon-voice",{"color":[1],"size":[2]}]]],["p-a2ca9521",[[1,"swirl-icon-web-asset",{"color":[1],"size":[2]}]]],["p-22444a71",[[1,"swirl-icon-web-asset-off",{"color":[1],"size":[2]}]]],["p-01db3997",[[1,"swirl-icon-work",{"color":[1],"size":[2]}]]],["p-7e3509f1",[[1,"swirl-image-grid",{"aspectRatio":[1,"aspect-ratio"],"label":[1],"items":[32]}]]],["p-64af1828",[[1,"swirl-inline-status",{"icon":[1],"intent":[1],"message":[1],"size":[1],"iconSize":[32]}]]],["p-dec35458",[[1,"swirl-link",{"color":[1],"href":[1],"label":[1],"target":[1]}]]],["p-c8e35db7",[[4,"swirl-list"]]],["p-8f32576c",[[1,"swirl-option-list-section",{"label":[1]}]]],["p-78520af3",[[6,"swirl-radio-group",{"swirlAriaDescribedby":[1,"swirl-aria-describedby"],"value":[1537]}]]],["p-81272a4a",[[1,"swirl-skeleton-box",{"animated":[4],"aspectRatio":[1,"aspect-ratio"],"borderRadius":[1,"border-radius"],"height":[1],"width":[1]}]]],["p-788982a5",[[1,"swirl-skeleton-text",{"animated":[4],"lines":[2],"size":[1]}]]],["p-4dca51b7",[[1,"swirl-status-indicator",{"intent":[1],"label":[1]}]]],["p-a1ff9a0c",[[1,"swirl-symbol",{"glyph":[1],"size":[2]}]]],["p-d51ef5db",[[1,"swirl-symbol-account-circle",{"size":[2]}]]],["p-a6dc4cef",[[1,"swirl-symbol-alternate-email",{"size":[2]}]]],["p-d0f5d01d",[[1,"swirl-symbol-android",{"size":[2]}]]],["p-d35aaf8f",[[1,"swirl-symbol-announcement",{"size":[2]}]]],["p-bacb87fc",[[1,"swirl-symbol-backup",{"size":[2]}]]],["p-a80e1294",[[1,"swirl-symbol-beach-access",{"size":[2]}]]],["p-d8815b75",[[1,"swirl-symbol-bookmark",{"size":[2]}]]],["p-a3757487",[[1,"swirl-symbol-cloud",{"size":[2]}]]],["p-5252c5ee",[[1,"swirl-symbol-coronavirus",{"size":[2]}]]],["p-a3725df2",[[1,"swirl-symbol-desktop-windows",{"size":[2]}]]],["p-82960755",[[1,"swirl-symbol-directions-car-filled",{"size":[2]}]]],["p-3c032b20",[[1,"swirl-symbol-edit-calendar",{"size":[2]}]]],["p-2ae0f0af",[[1,"swirl-symbol-email",{"size":[2]}]]],["p-bf8f1fb1",[[1,"swirl-symbol-emoji-food-beverage",{"size":[2]}]]],["p-e41f6920",[[1,"swirl-symbol-event-menu",{"size":[2]}]]],["p-af2944de",[[1,"swirl-symbol-facebook",{"size":[2]}]]],["p-754a96f9",[[1,"swirl-symbol-favorite",{"size":[2]}]]],["p-eaa5b42f",[[1,"swirl-symbol-fitness-center",{"size":[2]}]]],["p-6acba3db",[[1,"swirl-symbol-flag",{"size":[2]}]]],["p-6517f970",[[1,"swirl-symbol-folder",{"size":[2]}]]],["p-d051fc8f",[[1,"swirl-symbol-globe",{"size":[2]}]]],["p-ff55c4de",[[1,"swirl-symbol-groups",{"size":[2]}]]],["p-9ead1077",[[1,"swirl-symbol-help",{"size":[2]}]]],["p-a42a39a9",[[1,"swirl-symbol-image",{"size":[2]}]]],["p-f3cb753f",[[1,"swirl-symbol-info-menu",{"size":[2]}]]],["p-322234fc",[[1,"swirl-symbol-instagram",{"size":[2]}]]],["p-267ada5c",[[1,"swirl-symbol-ios",{"size":[2]}]]],["p-7a81c0d3",[[1,"swirl-symbol-language",{"size":[2]}]]],["p-120f2a92",[[1,"swirl-symbol-leaderboard",{"size":[2]}]]],["p-d9d1a534",[[1,"swirl-symbol-lightbulb",{"size":[2]}]]],["p-7662d585",[[1,"swirl-symbol-linkedin",{"size":[2]}]]],["p-9ae9cffe",[[1,"swirl-symbol-location-on",{"size":[2]}]]],["p-2b04c73a",[[1,"swirl-symbol-loyalty",{"size":[2]}]]],["p-7ed7f07e",[[1,"swirl-symbol-maps-home-work",{"size":[2]}]]],["p-05f79727",[[1,"swirl-symbol-notifications",{"size":[2]}]]],["p-ca7590f9",[[1,"swirl-symbol-open-in-new",{"size":[2]}]]],["p-abd6bebc",[[1,"swirl-symbol-pedal-bike",{"size":[2]}]]],["p-2cc68b68",[[1,"swirl-symbol-pinterest",{"size":[2]}]]],["p-17c40b2b",[[1,"swirl-symbol-policy",{"size":[2]}]]],["p-0142f199",[[1,"swirl-symbol-push-pin",{"size":[2]}]]],["p-293d4ced",[[1,"swirl-symbol-redeem",{"size":[2]}]]],["p-0390cc40",[[1,"swirl-symbol-report-problem",{"size":[2]}]]],["p-65bf38b9",[[1,"swirl-symbol-restaurant",{"size":[2]}]]],["p-ce67255d",[[1,"swirl-symbol-roadmap",{"size":[2]}]]],["p-70af5a39",[[1,"swirl-symbol-room",{"size":[2]}]]],["p-32c53ee7",[[1,"swirl-symbol-savings",{"size":[2]}]]],["p-8f5f6cb2",[[1,"swirl-symbol-settings-voice",{"size":[2]}]]],["p-8b79bd86",[[1,"swirl-symbol-shopping-cart",{"size":[2]}]]],["p-592044c4",[[1,"swirl-symbol-smartphone",{"size":[2]}]]],["p-0cfdf19f",[[1,"swirl-symbol-star",{"size":[2]}]]],["p-4c77be59",[[1,"swirl-symbol-supervisor-account",{"size":[2]}]]],["p-121a7871",[[1,"swirl-symbol-thumbs-up-down",{"size":[2]}]]],["p-97727cea",[[1,"swirl-symbol-twitter",{"size":[2]}]]],["p-633b13fc",[[1,"swirl-symbol-wb-sunny",{"size":[2]}]]],["p-c2018c3c",[[1,"swirl-symbol-wechat",{"size":[2]}]]],["p-5cb7183b",[[1,"swirl-symbol-weibo",{"size":[2]}]]],["p-c719ebfb",[[1,"swirl-symbol-work",{"size":[2]}]]],["p-d26d2442",[[1,"swirl-symbol-xing",{"size":[2]}]]],["p-915b20f4",[[1,"swirl-symbol-youtube",{"size":[2]}]]],["p-5bfa9da6",[[1,"swirl-tab",{"active":[4],"icon":[1],"label":[1],"padding":[1],"tabId":[1,"tab-id"]}]]],["p-71259db0",[[1,"swirl-table-cell"]]],["p-b9b0d6fd",[[1,"swirl-table-row",{"highlighted":[4],"index":[2]}]]],["p-fc8b76fd",[[6,"swirl-theme-provider",{"config":[16],"getActiveOSTheme":[64],"getPreferredOSTheme":[64],"setPreferredOSTheme":[64],"resetPreferredOSTheme":[64]},null,{"config":["watchConfig"]}]]],["p-1b2df762",[[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]},null,{"format":["watchFormat"]}]]],["p-ec4196cf",[[1,"swirl-tree-navigation-item",{"active":[4],"href":[1],"icon":[1],"label":[1],"target":[1]}]]],["p-ad8c20b7",[[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],"blurInput":[64],"focusInput":[64]},null,{"value":["watchValue"]}]]],["p-4ec4c3e3",[[1,"swirl-toast",{"accessibleDismissLabel":[1,"accessible-dismiss-label"],"content":[1],"dismissLabel":[1,"dismiss-label"],"duration":[2],"icon":[1],"intent":[1],"toastId":[1,"toast-id"]},null,{"duration":["watchDuration"]}]]],["p-a9976289",[[1,"swirl-icon-cloud-upload",{"color":[1],"size":[2]}]]],["p-1f03a38a",[[1,"swirl-icon-help",{"color":[1],"size":[2]}]]],["p-283b385a",[[1,"swirl-icon-person",{"color":[1],"size":[2]}]]],["p-1b727c58",[[2,"swirl-tab-bar",{"disableTabSemantics":[4,"disable-tab-semantics"],"label":[1],"justify":[1],"paddingInlineEnd":[1,"padding-inline-end"],"paddingInlineStart":[1,"padding-inline-start"],"tabs":[16]}]]],["p-63b2990d",[[1,"swirl-date-picker",{"disableDate":[16],"firstDayOfWeek":[2,"first-day-of-week"],"labels":[16],"locale":[1],"range":[4],"startDate":[16],"value":[1040]}],[1,"swirl-icon-today",{"color":[1],"size":[2]}]]],["p-a9b7c3f9",[[1,"swirl-badge",{"icon":[1],"intent":[1],"label":[1],"size":[1],"variant":[1]}]]],["p-5d33fcf6",[[1,"swirl-icon-arrow-downward",{"color":[1],"size":[2]}],[1,"swirl-icon-arrow-upward",{"color":[1],"size":[2]}]]],["p-26eb2253",[[1,"swirl-icon-check-circle",{"color":[1],"size":[2]}],[1,"swirl-icon-warning",{"color":[1],"size":[2]}]]],["p-103edb44",[[1,"swirl-icon",{"color":[1],"glyph":[1],"size":[2]}]]],["p-87e13bf0",[[1,"swirl-icon-search",{"color":[1],"size":[2]}]]],["p-d85d6bc6",[[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]},null,{"firstDayOfWeek":["watchFirstDayOfWeek"],"locale":["watchLocale"],"range":["watchRange"],"startDate":["watchStartDate"],"value":["watchValue"]}]]],["p-1f631163",[[1,"swirl-button-group",{"orientation":[1],"segmented":[4],"stretch":[4],"wrap":[4]}]]],["p-611ac40e",[[1,"swirl-icon-info",{"color":[1],"size":[2]}]]],["p-bd1f6705",[[1,"swirl-progress-indicator",{"label":[1],"size":[1],"value":[2],"variant":[1]}]]],["p-a0751a6a",[[1,"swirl-thumbnail",{"alt":[1],"editButtonIcon":[1,"edit-button-icon"],"editButtonLabel":[1,"edit-button-label"],"format":[1],"interactive":[4],"progress":[2],"progressLabel":[1,"progress-label"],"removeButtonLabel":[1,"remove-button-label"],"showEditButton":[4,"show-edit-button"],"showRemoveButton":[4,"show-remove-button"],"size":[1],"src":[1],"timestamp":[1]}],[1,"swirl-icon-arrow-left",{"color":[1],"size":[2]}],[1,"swirl-icon-arrow-right",{"color":[1],"size":[2]}],[1,"swirl-icon-more-vertikal",{"color":[1],"size":[2]}]]],["p-25702e91",[[1,"swirl-icon-arrow-back",{"color":[1],"size":[2]}],[1,"swirl-icon-arrow-forward",{"color":[1],"size":[2]}],[1,"swirl-icon-dock-left",{"color":[1],"size":[2]}],[1,"swirl-icon-double-arrow-left",{"color":[1],"size":[2]}]]],["p-49caeb46",[[1,"swirl-box",{"bordered":[4],"borderedBlockEnd":[4,"bordered-block-end"],"borderedBlockStart":[4,"bordered-block-start"],"borderedInlineEnd":[4,"bordered-inline-end"],"borderedInlineStart":[4,"bordered-inline-start"],"bottom":[1],"centerBlock":[4,"center-block"],"centerInline":[4,"center-inline"],"cover":[4],"height":[1],"left":[1],"maxHeight":[1,"max-height"],"minHeight":[1,"min-height"],"maxWidth":[1,"max-width"],"minWidth":[1,"min-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"],"position":[1],"right":[1],"basis":[1],"shrink":[1],"grow":[1],"top":[1],"width":[1],"zIndex":[1,"z-index"]}]]],["p-5408d04c",[[1,"swirl-tooltip",{"active":[4],"content":[1],"delay":[2],"position":[1],"positioning":[1],"actualPosition":[32],"arrowStyles":[32],"visible":[32]},[[1,"mouseenter","onMouseEnter"],[1,"mouseleave","onMouseLeave"],[9,"resize","onWindowResize"],[9,"scroll","onWindowScroll"]],{"position":["watchPosition"]}]]],["p-18e3a5a1",[[1,"swirl-tag",{"icon":[1],"intent":[1],"label":[1],"removable":[4],"bordered":[4],"size":[1],"removalButtonLabel":[1,"removal-button-label"],"variant":[1025]}],[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]},null,{"allowDrag":["watchAllowDrag"],"disabled":["watchDisabled"],"multiSelect":["watchMultiSelect"],"value":["watchValue"]}]]],["p-0477da48",[[1,"swirl-icon-expand-more",{"color":[1],"size":[2]}]]],["p-c1a74c69",[[2,"swirl-heading",{"align":[1],"as":[1],"balance":[4],"headingId":[1,"heading-id"],"level":[2],"lines":[2],"text":[1],"truncate":[4]}]]],["p-9a765d3a",[[1,"swirl-icon-check-strong",{"color":[1],"size":[2]}]]],["p-ada13bfe",[[6,"swirl-resource-list-item",{"active":[4],"allowDrag":[4,"allow-drag"],"allowHtml":[4,"allow-html"],"checked":[1028],"compact":[4],"description":[1],"descriptionWrap":[4,"description-wrap"],"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"],"labelWrap":[4,"label-wrap"],"menuTriggerId":[1,"menu-trigger-id"],"menuTriggerLabel":[1,"menu-trigger-label"],"meta":[1],"selectable":[4],"swirlAriaLabel":[1,"swirl-aria-label"],"value":[1],"hasMedia":[32],"iconSize":[32]}],[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"],"controllingElement":[16],"label":[1],"assistiveText":[32],"listId":[32]},null,{"allowDrag":["watchAllowDrag"]}],[1,"swirl-app-layout",{"appName":[1,"app-name"],"backToNavigationViewButtonLabel":[1,"back-to-navigation-view-button-label"],"ctaIcon":[1,"cta-icon"],"ctaLabel":[1,"cta-label"],"hasNavigation":[1028,"has-navigation"],"hideAppBar":[4,"hide-app-bar"],"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"],"hasCustomAppBarBackButton":[32],"hasSidebar":[32],"mobileView":[32],"sidebarActive":[32],"sidebarClosing":[32],"transitioningFrom":[32],"transitioningTo":[32],"showSidebar":[64],"hideSidebar":[64],"toggleSidebar":[64],"changeMobileView":[64]},null,{"mobileView":["watchMobileView"]}],[1,"swirl-icon-file",{"color":[1],"size":[2]}],[1,"swirl-icon-folder-shared",{"color":[1],"size":[2]}]]],["p-2642389f",[[1,"swirl-icon-add",{"color":[1],"size":[2]}],[1,"swirl-icon-file-copy",{"color":[1],"size":[2]}],[1,"swirl-icon-fullscreen",{"color":[1],"size":[2]}],[1,"swirl-icon-fullscreen-exit",{"color":[1],"size":[2]}],[1,"swirl-icon-menu-book",{"color":[1],"size":[2]}],[1,"swirl-icon-remove",{"color":[1],"size":[2]}]]],["p-2901eccf",[[1,"swirl-action-list",{"isInsidePopover":[32]}],[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]}],[1,"swirl-separator",{"borderColor":[1,"border-color"],"orientation":[1],"spacing":[1]}]]],["p-38d40bf9",[[1,"swirl-icon-close",{"color":[1],"size":[2]}]]],["p-f007486b",[[1,"swirl-icon-visibility",{"color":[1],"size":[2]}],[1,"swirl-icon-visibility-off",{"color":[1],"size":[2]}],[1,"swirl-icon-cancel",{"color":[1],"size":[2]}],[1,"swirl-icon-expand-less",{"color":[1],"size":[2]}]]],["p-60932f6c",[[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],"whiteSpace":[1,"white-space"]},[[9,"resize","onWindowResize"]]]]],["p-07867981",[[2,"swirl-option-list-item",{"allowDrag":[4,"allow-drag"],"context":[1025],"description":[1],"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",{"color":[1],"size":[2]}],[1,"swirl-icon-drag-handle",{"color":[1],"size":[2]}]]],["p-bec73070",[[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],"returnFocusToTrigger":[4,"return-focus-to-trigger"],"transparent":[4],"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",{"hidePopoverWhenInvisible":[4,"hide-popover-when-invisible"],"parentScrollContainer":[16],"setAriaAttributes":[4,"set-aria-attributes"],"swirlPopover":[1,"swirl-popover"],"triggerOnClick":[4,"trigger-on-click"],"triggerOnHover":[4,"trigger-on-hover"],"hoverLingerDuration":[2,"hover-linger-duration"],"hoverDelay":[2,"hover-delay"]},null,{"swirlPopover":["watchPopover"],"triggerOnHover":["watchHover"]}]]],["p-2b7ba308",[[1,"swirl-stack",{"align":[1],"as":[1],"height":[1],"justify":[1],"orientation":[1],"spacing":[1],"wrap":[4]}]]],["p-f7e43e2f",[[6,"swirl-button",{"disabled":[4],"download":[1],"swirlAriaControls":[1,"swirl-aria-controls"],"swirlAriaCurrent":[1,"swirl-aria-current"],"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],"textAlign":[1,"text-align"],"type":[1],"value":[1],"variant":[1]}]]],["p-b44b722e",[[6,"swirl-visually-hidden"]]],["p-28b7574d",[[1,"swirl-inline-error",{"message":[1],"size":[1]}],[1,"swirl-spinner",{"label":[1],"size":[8]}],[1,"swirl-icon-error",{"color":[1],"size":[2]}]]],["p-7900de4c",[[1,"swirl-file-viewer",{"active":[4],"autoplay":[4],"description":[1],"disableDownload":[4,"disable-download"],"errorMessage":[1,"error-message"],"file":[1],"fileName":[1,"file-name"],"pdfWorkerSrc":[1,"pdf-worker-src"],"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]},null,{"file":["updateTable"]}],[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]},null,{"file":["watchFile"]}],[1,"swirl-file-viewer-pdf",{"errorMessage":[1,"error-message"],"file":[1],"singlePageMode":[4,"single-page-mode"],"viewMode":[1,"view-mode"],"workerSrc":[1,"worker-src"],"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"]],{"file":["watchProps"],"viewMode":["watchViewMode"],"zoom":["watchZoom"]}],[1,"swirl-file-viewer-text",{"errorMessage":[1,"error-message"],"file":[1],"error":[32],"loading":[32],"text":[32]},null,{"file":["updateText"]}],[1,"swirl-file-viewer-audio",{"autoplay":[4],"file":[1],"type":[1]}],[1,"swirl-file-viewer-video",{"autoplay":[4],"disableDownload":[4,"disable-download"],"file":[1],"type":[1]},null,{"disableDownload":["watchDisableDownload"]}]]]]'),e))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components",
3
- "version": "0.220.1",
3
+ "version": "0.220.2",
4
4
  "description": "Swirl Design System Web Component Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",