@swisspost/design-system-components 10.0.1 → 10.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{create-validator-decorator-4dRrOF30.js → create-validator-decorator-86dxH9IC.js} +1 -1
- package/dist/cjs/{index-BqngpwGa.js → index-B_88IIiS.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{one-of-D1veqtsm.js → one-of-D2-HNvlh.js} +1 -1
- package/dist/cjs/{package-BfNFDLlB.js → package-MGiZpKVI.js} +1 -1
- package/dist/cjs/{pattern-B7VKOu5m.js → pattern-74wTAOem.js} +1 -1
- package/dist/cjs/post-accordion_2.cjs.entry.js +5 -5
- package/dist/cjs/post-autocomplete.cjs.entry.js +5 -5
- package/dist/cjs/post-avatar.cjs.entry.js +6 -6
- package/dist/cjs/post-back-to-top.cjs.entry.js +5 -5
- package/dist/cjs/post-banner.cjs.entry.js +4 -4
- package/dist/cjs/post-breadcrumb-item.cjs.entry.js +7 -7
- package/dist/cjs/post-breadcrumbs.cjs.entry.js +6 -6
- package/dist/cjs/post-closebutton_14.cjs.entry.js +22 -23
- package/dist/cjs/post-collapsible_2.cjs.entry.js +4 -4
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/post-date-picker.cjs.entry.js +62 -15
- package/dist/cjs/post-footer.cjs.entry.js +8 -8
- package/dist/cjs/post-linkarea.cjs.entry.js +53 -48
- package/dist/cjs/post-listbox-option.cjs.entry.js +4 -4
- package/dist/cjs/post-listbox.cjs.entry.js +3 -3
- package/dist/cjs/post-number-input.cjs.entry.js +4 -4
- package/dist/cjs/post-pagination.cjs.entry.js +20 -16
- package/dist/cjs/post-popover-trigger.cjs.entry.js +5 -5
- package/dist/cjs/post-popover.cjs.entry.js +33 -8
- package/dist/cjs/post-progressbar.cjs.entry.js +4 -4
- package/dist/cjs/post-rating.cjs.entry.js +6 -6
- package/dist/cjs/post-side-navigation-trigger.cjs.entry.js +6 -6
- package/dist/cjs/post-side-navigation.cjs.entry.js +14 -8
- package/dist/cjs/post-stepper-item.cjs.entry.js +4 -4
- package/dist/cjs/post-stepper.cjs.entry.js +7 -7
- package/dist/cjs/post-tab-item.cjs.entry.js +6 -6
- package/dist/cjs/post-tab-panel.cjs.entry.js +6 -6
- package/dist/cjs/post-tabs.cjs.entry.js +8 -8
- package/dist/cjs/post-tooltip-trigger.cjs.entry.js +6 -6
- package/dist/cjs/post-tooltip.cjs.entry.js +5 -5
- package/dist/cjs/{required-Bkz8MOYa.js → required-BfGxoBch.js} +1 -1
- package/dist/cjs/{type-D8eD1JMd.js → type-DPQ_KdZx.js} +1 -1
- package/dist/cjs/{url-C7MnIIZ_.js → url-BokbLhZt.js} +1 -1
- package/dist/collection/components/post-date-picker/native-mask-element.js +12 -5
- package/dist/collection/components/post-date-picker/post-date-picker.css +2 -2
- package/dist/collection/components/post-date-picker/post-date-picker.js +45 -5
- package/dist/collection/components/post-footer/post-footer.js +3 -3
- package/dist/collection/components/post-header/post-header.js +4 -5
- package/dist/collection/components/post-icon/post-icon.js +1 -1
- package/dist/collection/components/post-linkarea/post-linkarea.js +51 -46
- package/dist/collection/components/post-listbox/post-listbox.js +1 -1
- package/dist/collection/components/post-listbox-option/post-listbox-option.js +2 -2
- package/dist/collection/components/post-logo/post-logo.js +1 -1
- package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +1 -1
- package/dist/collection/components/post-megadropdown/post-megadropdown.js +1 -1
- package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.js +1 -1
- package/dist/collection/components/post-menu/post-menu.js +1 -1
- package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +1 -1
- package/dist/collection/components/post-number-input/post-number-input.js +2 -2
- package/dist/collection/components/post-pagination/post-pagination.css +1 -1
- package/dist/collection/components/post-pagination/post-pagination.js +14 -10
- package/dist/collection/components/post-popover/post-popover.js +32 -2
- package/dist/collection/components/post-popover-trigger/post-popover-trigger.js +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +2 -2
- package/dist/collection/components/post-progressbar/post-progressbar.js +1 -1
- package/dist/collection/components/post-rating/post-rating.js +1 -1
- package/dist/collection/components/post-side-navigation/post-side-navigation.css +1 -1
- package/dist/collection/components/post-side-navigation/post-side-navigation.js +7 -1
- package/dist/collection/components/post-side-navigation-trigger/post-side-navigation-trigger.js +1 -1
- package/dist/collection/components/post-stepper/post-stepper.js +1 -1
- package/dist/collection/components/post-stepper-item/post-stepper-item.css +1 -1
- package/dist/collection/components/post-stepper-item/post-stepper-item.js +1 -1
- package/dist/collection/components/post-tab-item/post-tab-item.js +2 -2
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +1 -1
- package/dist/collection/components/post-tabs/post-tabs.css +1 -1
- package/dist/collection/components/post-tabs/post-tabs.js +2 -2
- package/dist/collection/components/post-togglebutton/post-togglebutton.js +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.js +1 -1
- package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.js +1 -1
- package/dist/components/package.js +1 -1
- package/dist/components/post-date-picker.js +1 -1
- package/dist/components/post-footer.js +1 -1
- package/dist/components/post-header.js +1 -1
- package/dist/components/post-icon2.js +1 -1
- package/dist/components/post-linkarea.js +1 -1
- package/dist/components/post-listbox-option.js +1 -1
- package/dist/components/post-listbox.js +1 -1
- package/dist/components/post-logo.js +1 -1
- package/dist/components/post-mainnavigation.js +1 -1
- package/dist/components/post-megadropdown-trigger.js +1 -1
- package/dist/components/post-megadropdown.js +1 -1
- package/dist/components/post-menu-trigger2.js +1 -1
- package/dist/components/post-menu2.js +1 -1
- package/dist/components/post-number-input.js +1 -1
- package/dist/components/post-pagination.js +1 -1
- package/dist/components/post-popover-trigger.js +1 -1
- package/dist/components/post-popover.js +1 -1
- package/dist/components/post-popovercontainer2.js +1 -1
- package/dist/components/post-progressbar.js +1 -1
- package/dist/components/post-rating.js +1 -1
- package/dist/components/post-side-navigation-trigger.js +1 -1
- package/dist/components/post-side-navigation.js +1 -1
- package/dist/components/post-stepper-item.js +1 -1
- package/dist/components/post-stepper.js +1 -1
- package/dist/components/post-tab-item.js +1 -1
- package/dist/components/post-tab-panel.js +1 -1
- package/dist/components/post-tabs.js +1 -1
- package/dist/components/post-togglebutton2.js +1 -1
- package/dist/components/post-tooltip-trigger.js +1 -1
- package/dist/components/post-tooltip.js +1 -1
- package/dist/components/react/index.js +1 -1
- package/dist/components/react/{p-BKQu2M0N.js → p-BHWrp-Gm.js} +1 -1
- package/dist/components/react/{p-DlA_Y5Qr.js → p-BIPy5bUN.js} +1 -1
- package/dist/components/react/{p-Bscvx_1t.js → p-BaIVE0ki.js} +1 -1
- package/dist/components/react/{p-_nnVhpIK.js → p-CC_Rb5Kj.js} +1 -1
- package/dist/components/react/{p-BJJd4LvT.js → p-CHYjGt8k.js} +1 -1
- package/dist/components/react/{p-DQDv_V13.js → p-Ce54Fm7b.js} +1 -1
- package/dist/components/react/{p-BJXXw0kF.js → p-DPoCmx6A.js} +1 -1
- package/dist/components/react/{p-D1M4lTJg.js → p-DUKHlJSz.js} +1 -1
- package/dist/components/react/{p-CT6x8DLu.js → p-T15Cu71x.js} +1 -1
- package/dist/components/react/{p-B4CPJq4-.js → p-Y40GC4D4.js} +1 -1
- package/dist/components/react/p-jK9tFtoG.js +1 -0
- package/dist/components/react/{p-Du33y-6X.js → p-so3hr8A9.js} +1 -1
- package/dist/components/react/post-accordion-item.js +1 -1
- package/dist/components/react/post-accordion.js +1 -1
- package/dist/components/react/post-autocomplete.js +1 -1
- package/dist/components/react/post-avatar.js +1 -1
- package/dist/components/react/post-back-to-top.js +1 -1
- package/dist/components/react/post-banner.js +1 -1
- package/dist/components/react/post-breadcrumb-item.js +1 -1
- package/dist/components/react/post-breadcrumbs.js +1 -1
- package/dist/components/react/post-closebutton.js +1 -1
- package/dist/components/react/post-collapsible-trigger.js +1 -1
- package/dist/components/react/post-collapsible.js +1 -1
- package/dist/components/react/post-date-picker.js +1 -1
- package/dist/components/react/post-footer.js +1 -1
- package/dist/components/react/post-header.js +1 -1
- package/dist/components/react/post-icon.js +1 -1
- package/dist/components/react/post-language-menu-item.js +1 -1
- package/dist/components/react/post-language-menu.js +1 -1
- package/dist/components/react/post-linkarea.js +1 -1
- package/dist/components/react/post-listbox-option.js +1 -1
- package/dist/components/react/post-listbox.js +1 -1
- package/dist/components/react/post-logo.js +1 -1
- package/dist/components/react/post-mainnavigation.js +1 -1
- package/dist/components/react/post-megadropdown-trigger.js +1 -1
- package/dist/components/react/post-megadropdown.js +1 -1
- package/dist/components/react/post-menu-item.js +1 -1
- package/dist/components/react/post-menu-trigger.js +1 -1
- package/dist/components/react/post-menu.js +1 -1
- package/dist/components/react/post-number-input.js +1 -1
- package/dist/components/react/post-pagination.js +1 -1
- package/dist/components/react/post-popover-trigger.js +1 -1
- package/dist/components/react/post-popover.js +1 -1
- package/dist/components/react/post-popovercontainer.js +1 -1
- package/dist/components/react/post-progressbar.js +1 -1
- package/dist/components/react/post-rating.js +1 -1
- package/dist/components/react/post-side-navigation-trigger.js +1 -1
- package/dist/components/react/post-side-navigation.js +1 -1
- package/dist/components/react/post-stepper-item.js +1 -1
- package/dist/components/react/post-stepper.js +1 -1
- package/dist/components/react/post-tab-item.js +1 -1
- package/dist/components/react/post-tab-panel.js +1 -1
- package/dist/components/react/post-tabs.js +1 -1
- package/dist/components/react/post-togglebutton.js +1 -1
- package/dist/components/react/post-tooltip-trigger.js +1 -1
- package/dist/components/react/post-tooltip.js +1 -1
- package/dist/docs.json +1 -1
- package/dist/esm/{create-validator-decorator-CYYTw0AS.js → create-validator-decorator-BURbkkYl.js} +1 -1
- package/dist/esm/{index-DE1aWdqx.js → index-CsEmPq6P.js} +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{one-of-Ug1_Xoes.js → one-of-C-rie7lV.js} +1 -1
- package/dist/esm/{package-Y58zWPwj.js → package-jK9tFtoG.js} +1 -1
- package/dist/esm/{pattern-WLk4tOqI.js → pattern-D_JfUaW0.js} +1 -1
- package/dist/esm/post-accordion_2.entry.js +5 -5
- package/dist/esm/post-autocomplete.entry.js +5 -5
- package/dist/esm/post-avatar.entry.js +6 -6
- package/dist/esm/post-back-to-top.entry.js +5 -5
- package/dist/esm/post-banner.entry.js +4 -4
- package/dist/esm/post-breadcrumb-item.entry.js +7 -7
- package/dist/esm/post-breadcrumbs.entry.js +6 -6
- package/dist/esm/post-closebutton_14.entry.js +22 -23
- package/dist/esm/post-collapsible_2.entry.js +4 -4
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/post-date-picker.entry.js +62 -15
- package/dist/esm/post-footer.entry.js +8 -8
- package/dist/esm/post-linkarea.entry.js +53 -48
- package/dist/esm/post-listbox-option.entry.js +4 -4
- package/dist/esm/post-listbox.entry.js +3 -3
- package/dist/esm/post-number-input.entry.js +4 -4
- package/dist/esm/post-pagination.entry.js +20 -16
- package/dist/esm/post-popover-trigger.entry.js +5 -5
- package/dist/esm/post-popover.entry.js +33 -8
- package/dist/esm/post-progressbar.entry.js +4 -4
- package/dist/esm/post-rating.entry.js +6 -6
- package/dist/esm/post-side-navigation-trigger.entry.js +6 -6
- package/dist/esm/post-side-navigation.entry.js +14 -8
- package/dist/esm/post-stepper-item.entry.js +4 -4
- package/dist/esm/post-stepper.entry.js +7 -7
- package/dist/esm/post-tab-item.entry.js +6 -6
- package/dist/esm/post-tab-panel.entry.js +6 -6
- package/dist/esm/post-tabs.entry.js +8 -8
- package/dist/esm/post-tooltip-trigger.entry.js +6 -6
- package/dist/esm/post-tooltip.entry.js +5 -5
- package/dist/esm/{required-DeOhRbtk.js → required-CE6lKrV1.js} +1 -1
- package/dist/esm/{type-S-4aPMGU.js → type-BXIcop4C.js} +1 -1
- package/dist/esm/{url-C8KSrmWc.js → url-BYWsovGo.js} +1 -1
- package/dist/post-components/p-01d60c90.entry.js +1 -0
- package/dist/post-components/p-16f6729f.entry.js +1 -0
- package/dist/post-components/{p-4f8cc9a6.entry.js → p-28e89c2c.entry.js} +1 -1
- package/dist/post-components/p-2e35b425.entry.js +1 -0
- package/dist/post-components/{p-d91b8c5d.entry.js → p-32df61b4.entry.js} +1 -1
- package/dist/post-components/{p-a779195c.entry.js → p-3c1f1c7d.entry.js} +1 -1
- package/dist/post-components/p-4c8212e9.entry.js +1 -0
- package/dist/post-components/p-5070241f.entry.js +1 -0
- package/dist/post-components/p-59858cd1.entry.js +1 -0
- package/dist/post-components/{p-e35e4e1c.entry.js → p-5ab73bfa.entry.js} +1 -1
- package/dist/post-components/{p-cef3c15c.entry.js → p-65480bb4.entry.js} +1 -1
- package/dist/post-components/p-698a0e26.entry.js +1 -0
- package/dist/post-components/{p-95ad4d06.entry.js → p-6c5cbda6.entry.js} +1 -1
- package/dist/post-components/{p-94a8cb5a.entry.js → p-7085c7e7.entry.js} +1 -1
- package/dist/post-components/{p-79ebeea6.entry.js → p-7d02d657.entry.js} +1 -1
- package/dist/post-components/{p-3cf1db19.entry.js → p-898d4ef5.entry.js} +1 -1
- package/dist/post-components/p-9454c025.entry.js +1 -0
- package/dist/post-components/{p-95986a4b.entry.js → p-98a346f3.entry.js} +1 -1
- package/dist/post-components/p-B9Ec0mux.js +1 -0
- package/dist/post-components/p-Bgt5RZOY.js +1 -0
- package/dist/post-components/p-BtHmKxxb.js +1 -0
- package/dist/post-components/p-CsEmPq6P.js +2 -0
- package/dist/post-components/{p-DMiERazc.js → p-CzwheJVI.js} +1 -1
- package/dist/post-components/p-DZQPpPV5.js +1 -0
- package/dist/post-components/p-a8b5c08a.entry.js +1 -0
- package/dist/post-components/{p-8632e72c.entry.js → p-aa952f99.entry.js} +1 -1
- package/dist/post-components/{p-1f8cf0ac.entry.js → p-b312510d.entry.js} +1 -1
- package/dist/post-components/{p-b0099d75.entry.js → p-c01c4158.entry.js} +1 -1
- package/dist/post-components/{p-57da1762.entry.js → p-c74a900f.entry.js} +1 -1
- package/dist/post-components/{p-842df510.entry.js → p-d12584be.entry.js} +1 -1
- package/dist/post-components/{p-04357da9.entry.js → p-dc1b91df.entry.js} +1 -1
- package/dist/post-components/{p-178a7687.entry.js → p-eae56000.entry.js} +1 -1
- package/dist/post-components/{p-ccaf42c3.entry.js → p-efb45d93.entry.js} +1 -1
- package/dist/post-components/p-f5d0ada2.entry.js +1 -0
- package/dist/post-components/{p-8f70afc9.entry.js → p-fd95b5a2.entry.js} +1 -1
- package/dist/post-components/p-jK9tFtoG.js +1 -0
- package/dist/post-components/{p-NPUljV0P.js → p-llOQ9Bhx.js} +1 -1
- package/dist/post-components/post-components.css +1 -1
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/components/post-date-picker/post-date-picker.d.ts +3 -0
- package/dist/types/components/post-linkarea/post-linkarea.d.ts +2 -2
- package/dist/types/components/post-pagination/post-pagination.d.ts +1 -1
- package/dist/types/components/post-popover/post-popover.d.ts +5 -0
- package/hydrate/index.js +198 -111
- package/hydrate/index.mjs +198 -111
- package/package.json +6 -6
- package/dist/components/react/p-Y58zWPwj.js +0 -1
- package/dist/post-components/p-0489b4d4.entry.js +0 -1
- package/dist/post-components/p-0d26c355.entry.js +0 -1
- package/dist/post-components/p-2c57ea8a.entry.js +0 -1
- package/dist/post-components/p-4-_BhJWV.js +0 -1
- package/dist/post-components/p-56f74289.entry.js +0 -1
- package/dist/post-components/p-7f07eee6.entry.js +0 -1
- package/dist/post-components/p-8adf13de.entry.js +0 -1
- package/dist/post-components/p-9ff63d4c.entry.js +0 -1
- package/dist/post-components/p-B6uZASBE.js +0 -1
- package/dist/post-components/p-BDW1XHCO.js +0 -1
- package/dist/post-components/p-CiOyV6Mo.js +0 -1
- package/dist/post-components/p-DE1aWdqx.js +0 -2
- package/dist/post-components/p-Y58zWPwj.js +0 -1
- package/dist/post-components/p-c05ae467.entry.js +0 -1
- package/dist/post-components/p-c25b6da1.entry.js +0 -1
- package/dist/post-components/p-f2d92ace.entry.js +0 -1
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
const t=()=>{},i=':where(post-accordion,post-accordion-item,post-autocomplete,post-avatar,post-back-to-top,post-banner,post-breadcrumb-item,post-breadcrumbs,post-closebutton,post-collapsible,post-collapsible-trigger,post-date-picker,post-footer,post-header,post-icon,post-language-menu,post-language-menu-item,post-linkarea,post-listbox,post-listbox-option,post-logo,post-mainnavigation,post-megadropdown,post-megadropdown-trigger,post-menu,post-menu-item,post-menu-trigger,post-number-input,post-pagination,post-popover,post-popover-trigger,post-popovercontainer,post-progressbar,post-rating,post-side-navigation,post-side-navigation-trigger,post-stepper,post-stepper-item,post-tab-item,post-tab-panel,post-tabs,post-togglebutton,post-tooltip,post-tooltip-trigger):not(:defined):not(.hydrated,[data-hydrated]){visibility:hidden}@media (scripting: none){:where(post-accordion,post-accordion-item,post-autocomplete,post-avatar,post-back-to-top,post-banner,post-breadcrumb-item,post-breadcrumbs,post-closebutton,post-collapsible,post-collapsible-trigger,post-date-picker,post-footer,post-header,post-icon,post-language-menu,post-language-menu-item,post-linkarea,post-listbox,post-listbox-option,post-logo,post-mainnavigation,post-megadropdown,post-megadropdown-trigger,post-menu,post-menu-item,post-menu-trigger,post-number-input,post-pagination,post-popover,post-popover-trigger,post-popovercontainer,post-progressbar,post-rating,post-side-navigation,post-side-navigation-trigger,post-stepper,post-stepper-item,post-tab-item,post-tab-panel,post-tabs,post-togglebutton,post-tooltip,post-tooltip-trigger):not(:defined):not(.hydrated,[data-hydrated]){visibility:visible}}post-accordion:not([multiple]):not(:has([collapsed]))>post-accordion-item~post-accordion-item{--post-collapsible-initial-height:0;--post-collapsible-initial-overflow:hidden;--post-accordion-icon-initial-transform:rotate(-180deg)}.form-label:has(+post-number-input){display:block}.form-label:has(+post-number-input.number-input-sm){padding-inline:var(--post-device-spacing-padding-2);padding-block:var(--post-device-spacing-padding-30);font-weight:var(--post-device-font-weight-bold);font-size:var(--post-device-font-size-7)}.form-label:has(+post-number-input.disabled){color:var(--post-scheme-color-interactive-input-disabled-fg)}post-number-input.form-floating>input.form-control{padding:var(--post-device-spacing-padding-block-29) var(--post-device-spacing-padding-inline-1) var(--post-device-spacing-padding-block-3)}post-number-input.form-floating>input.form-control:focus~label,post-number-input.form-floating>input.form-control:not(:placeholder-shown)~label{padding-block-start:var(--post-device-spacing-padding-block-3);padding-inline:var(--post-device-spacing-padding-inline-1) var(--post-device-spacing-padding-15);font-size:var(--post-device-font-size-10)}post-number-input.form-floating::after{width:var(--post-device-sizing-notification-1);height:var(--post-device-sizing-notification-1)}post-number-input.form-floating:has(>input.form-control.is-valid:not(:disabled))::after,post-number-input.form-floating:has(>input.form-control:-webkit-autofill.is-valid)::after,post-number-input.form-floating:has(>input.form-control.is-invalid:not(:disabled))::after,post-number-input.form-floating:has(>input.form-control:-webkit-autofill.is-invalid)::after{top:calc(var(--post-device-sizing-interactive-button-height-6) / 2);right:calc(\n var(--post-device-spacing-padding-inline-1) +\n (var(--post-device-spacing-padding-23)* 2) +\n var(--post-device-sizing-interactive-icon-size6) +\n (var(--post-device-border-width-default) * 2)\n )}post-number-input input[type=number]{appearance:textfield}post-number-input input[type=number]::-webkit-inner-spin-button,post-number-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}:root{--post-side-navigation-width:296px}@media screen and (min-width: 1024px){.main-container{margin-inline-start:var(--post-side-navigation-width)}}@media screen and (max-width: 599.98px){post-side-navigation:not([data-hydrated]){display:none !important}}post-side-navigation{--post-side-navigation-item-enabled-fg:#050400;--post-side-navigation-item-enabled-stroke-inactive:#b4b3af;--post-side-navigation-item-enabled-stroke-active:#050400;--post-side-navigation-item-selected-fg:#ffffff;--post-side-navigation-item-selected-bg:#050400;--post-side-navigation-item-selected-stroke:#ffffff;--post-side-navigation-item-hovered-fg:#ffffff;--post-side-navigation-item-hovered-bg:#504f4b;--post-side-navigation-heading-fg:#696864;--post-side-navigation-padding-block-end:16px;--post-side-navigation-height:100vh;--post-side-navigation-padding-block-start:28px;--post-side-navigation-heading-padding-block-start:15px;--post-side-navigation-heading-padding-block-end:4px;--post-side-navigation-heading-padding-inline:16px;--post-side-navigation-heading-font-size:14px;--post-side-navigation-item-padding-inline:16px;--post-side-navigation-item-height:40px;--post-side-navigation-item-gap:12px;--post-side-navigation-item-interval:16px;--post-side-navigation-icon-size:16px;--post-side-navigation-item-font-size:14px;--post-side-navigation-item-line-height:1.5;--post-side-navigation-item-divider-padding-block:9px}@media screen and (min-width: 600px){post-side-navigation{--post-side-navigation-padding-block-start:34px;--post-side-navigation-item-font-size:16px;--post-side-navigation-heading-padding-block-start:12px;--post-side-navigation-heading-font-size:16px;--post-side-navigation-item-divider-padding-block:7.5px;--post-side-navigation-item-gap:16px;--post-side-navigation-icon-size:20px}}@media screen and (min-width: 1024px){post-side-navigation{position:fixed;top:var(--post-header-height);width:var(--post-side-navigation-width);--post-side-navigation-padding-block-start:16px;--post-side-navigation-item-font-size:20px;--post-side-navigation-height:calc(100vh - var(--post-header-height));--post-side-navigation-heading-padding-block-start:20px;--post-side-navigation-item-height:48px}}post-side-navigation[size=small]{--post-side-navigation-heading-padding-inline:12px;--post-side-navigation-item-padding-inline:12px;--post-side-navigation-item-height:40px;--post-side-navigation-item-gap:8px;--post-side-navigation-item-interval:12px;--post-side-navigation-icon-size:16px}@media screen and (min-width: 600px){post-side-navigation[size=small]{--post-side-navigation-heading-padding-block-start:15px;--post-side-navigation-item-font-size:14px;--post-side-navigation-heading-font-size:14px}}@media screen and (min-width: 1024px){post-side-navigation[size=small]{--post-side-navigation-heading-padding-block-start:15px;--post-side-navigation-item-font-size:16px;--post-side-navigation-heading-font-size:14px}}post-side-navigation nav{width:100%;padding-block:var(--post-side-navigation-padding-block-start) var(--post-side-navigation-padding-block-end);height:var(--post-side-navigation-height);overflow-y:auto}post-side-navigation nav ul{list-style:none;margin:0;padding-inline-start:0}post-side-navigation .post-side-navigation-heading{margin:0;padding:var(--post-side-navigation-heading-padding-block-start) var(--post-side-navigation-heading-padding-inline) var(--post-side-navigation-heading-padding-block-end);font-size:var(--post-side-navigation-heading-font-size);font-weight:700;line-height:1.5;color:var(--post-side-navigation-heading-fg)}post-side-navigation>ul>li>.post-side-navigation-item{font-weight:700}post-side-navigation .post-side-navigation-item[aria-current=page],post-side-navigation .post-side-navigation-item a[aria-current=page]{background-color:var(--post-side-navigation-item-selected-bg);color:var(--post-side-navigation-item-selected-fg);border-color:var(--post-side-navigation-item-selected-stroke)}post-side-navigation ul{--_indent-level:0}post-side-navigation ul ul{--_indent-level:1}post-side-navigation ul ul ul{--_indent-level:2}post-side-navigation ul ul ul ul{--_indent-level:3}post-side-navigation ul ul .post-side-navigation-item:not(:has(a):has(button)),post-side-navigation ul ul .post-side-navigation-item:has(a):has(button) a{padding-inline-start:calc(var(--post-side-navigation-item-padding-inline) + var(--_indent-level)*var(--post-side-navigation-item-interval))}post-side-navigation ul>li:has(post-icon:not([name=chevrondown])) ul .post-side-navigation-item:not(:has(a):has(button)),post-side-navigation ul>li:has(post-icon:not([name=chevrondown])) ul .post-side-navigation-item:has(a):has(button) a{padding-inline-start:calc(var(--post-side-navigation-item-padding-inline) + var(--post-side-navigation-icon-size) + var(--post-side-navigation-item-gap) + var(--_indent-level)*var(--post-side-navigation-item-interval))}post-side-navigation :where(nav)>ul:has(>li>:where(a,span,post-collapsible-trigger>button,div>a)>post-icon:first-child)>li>:where(a,span):not(:has(>post-icon:first-child))::before,post-side-navigation :where(nav)>ul:has(>li>:where(a,span,post-collapsible-trigger>button,div>a)>post-icon:first-child)>li>div:not(:has(>a>post-icon:first-child))::before{content:"";flex:none;inline-size:var(--post-side-navigation-icon-size)}@media screen and (max-width: 1023.98px){post-side-navigation :where(nav)>ul:has(>li>:where(a,span,post-collapsible-trigger>button,div>a)>post-icon:first-child)>li>:where(a,span):not(:has(>post-icon:first-child))::before,post-side-navigation :where(nav)>ul:has(>li>:where(a,span,post-collapsible-trigger>button,div>a)>post-icon:first-child)>li>div:not(:has(>a>post-icon:first-child))::before{inline-size:1rem}}post-side-navigation :where(nav)>ul:has(>li>:where(a,span,post-collapsible-trigger>button,div>a)>post-icon:first-child)>li>post-collapsible-trigger>button:not(:has(>post-icon:first-child))::before{content:"";flex:none;inline-size:var(--post-side-navigation-icon-size)}@media screen and (max-width: 1023.98px){post-side-navigation :where(nav)>ul:has(>li>:where(a,span,post-collapsible-trigger>button,div>a)>post-icon:first-child)>li>post-collapsible-trigger>button:not(:has(>post-icon:first-child))::before{inline-size:1rem}}.post-side-navigation-item{display:flex;align-items:center;gap:var(--post-side-navigation-item-gap);width:100%;min-width:0;margin:0;padding-inline:var(--post-side-navigation-item-padding-inline);min-height:var(--post-side-navigation-item-height);font-size:var(--post-side-navigation-item-font-size);line-height:var(--post-side-navigation-item-line-height);box-sizing:border-box;border:0;border-block-end:1px solid var(--post-side-navigation-item-enabled-stroke-active);border-radius:0;background-color:rgba(0,0,0,0);color:var(--post-side-navigation-item-enabled-fg);text-align:start;text-decoration:none;appearance:none}.post-side-navigation-item:has(a):has(button){padding-inline-start:0;padding-inline-end:0;gap:0;align-items:stretch}.post-side-navigation-item:has(a):has(button) a{flex:1 1 auto;text-decoration:none;display:flex;align-items:center;min-height:var(--post-side-navigation-item-height);gap:var(--post-side-navigation-item-gap);border-radius:0;padding-inline-end:var(--post-side-navigation-item-padding-inline)}.post-side-navigation-item:has(a):has(button) button{padding-inline:var(--post-side-navigation-item-padding-inline);display:flex;align-items:center;border:0;background:rgba(0,0,0,0);cursor:pointer;position:relative;margin-left:1px}.post-side-navigation-item:has(a):has(button) button::before{content:"";position:absolute;top:var(--post-side-navigation-item-divider-padding-block);height:calc(100% - var(--post-side-navigation-item-divider-padding-block)*2);width:1px;background:var(--post-side-navigation-item-enabled-stroke-inactive);left:-1px}.post-side-navigation-item:where(a,button),.post-side-navigation-item:has(a):has(button) a,.post-side-navigation-item:has(a):has(button) button{cursor:pointer;position:relative;color:var(--post-side-navigation-item-enabled-fg);transition:background-color 250ms,color 250ms}.post-side-navigation-item:where(a,button)::after,.post-side-navigation-item:has(a):has(button) a::after,.post-side-navigation-item:has(a):has(button) button::after{--_offset:3px;content:"";position:absolute;pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:4px;width:calc(100% - var(--_offset)*2);height:calc(100% - var(--_offset)*2);top:var(--_offset);left:var(--_offset)}.post-side-navigation-item:where(a,button):hover,.post-side-navigation-item:has(a):has(button) a:hover,.post-side-navigation-item:has(a):has(button) button:hover{background-color:var(--post-side-navigation-item-hovered-bg);color:var(--post-side-navigation-item-hovered-fg)}.post-side-navigation-item:where(a,button):is(:focus-visible,:has(:focus-visible),.pretend-focus)::after{border-color:var(--post-side-navigation-item-enabled-stroke-active)}@supports not selector(:has(:focus-visible)){.post-side-navigation-item:where(a,button):is(:focus-visible,:focus-within,.pretend-focus)::after{border-color:var(--post-side-navigation-item-enabled-stroke-active)}}.post-side-navigation-item:where(a,button):is(:focus-visible,:has(:focus-visible),.pretend-focus)[aria-current=page]::after{border-color:var(--post-side-navigation-item-selected-stroke)}@supports not selector(:has(:focus-visible)){.post-side-navigation-item:where(a,button):is(:focus-visible,:focus-within,.pretend-focus)[aria-current=page]::after{border-color:var(--post-side-navigation-item-selected-stroke)}}.post-side-navigation-item:where(a,button):is(:focus-visible,:has(:focus-visible),.pretend-focus){outline:none !important}@supports not selector(:has(:focus-visible)){.post-side-navigation-item:where(a,button):is(:focus-visible,:focus-within,.pretend-focus){outline:none !important}}.post-side-navigation-item:has(a):has(button) a:is(:focus-visible,:has(:focus-visible),.pretend-focus)::after{border-color:var(--post-side-navigation-item-enabled-stroke-active)}@supports not selector(:has(:focus-visible)){.post-side-navigation-item:has(a):has(button) a:is(:focus-visible,:focus-within,.pretend-focus)::after{border-color:var(--post-side-navigation-item-enabled-stroke-active)}}.post-side-navigation-item:has(a):has(button) a:is(:focus-visible,:has(:focus-visible),.pretend-focus)[aria-current=page]::after{border-color:var(--post-side-navigation-item-selected-stroke)}@supports not selector(:has(:focus-visible)){.post-side-navigation-item:has(a):has(button) a:is(:focus-visible,:focus-within,.pretend-focus)[aria-current=page]::after{border-color:var(--post-side-navigation-item-selected-stroke)}}.post-side-navigation-item:has(a):has(button) a:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline:none !important}@supports not selector(:has(:focus-visible)){.post-side-navigation-item:has(a):has(button) a:is(:focus-visible,:focus-within,.pretend-focus){outline:none !important}}.post-side-navigation-item:has(a):has(button) button:is(:focus-visible,:has(:focus-visible),.pretend-focus)::after{border-color:var(--post-side-navigation-item-enabled-stroke-active)}@supports not selector(:has(:focus-visible)){.post-side-navigation-item:has(a):has(button) button:is(:focus-visible,:focus-within,.pretend-focus)::after{border-color:var(--post-side-navigation-item-enabled-stroke-active)}}.post-side-navigation-item:has(a):has(button) button:is(:focus-visible,:has(:focus-visible),.pretend-focus)[aria-current=page]::after{border-color:var(--post-side-navigation-item-selected-stroke)}@supports not selector(:has(:focus-visible)){.post-side-navigation-item:has(a):has(button) button:is(:focus-visible,:focus-within,.pretend-focus)[aria-current=page]::after{border-color:var(--post-side-navigation-item-selected-stroke)}}.post-side-navigation-item:has(a):has(button) button:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline:none !important}@supports not selector(:has(:focus-visible)){.post-side-navigation-item:has(a):has(button) button:is(:focus-visible,:focus-within,.pretend-focus){outline:none !important}}.post-side-navigation-item post-icon{flex:none;width:var(--post-side-navigation-icon-size);height:var(--post-side-navigation-icon-size);color:inherit}.post-side-navigation-item post-icon[name=chevrondown]{transition:transform .2s ease;margin-inline-start:auto}.post-side-navigation-item[aria-expanded=true] post-icon[name=chevrondown],.post-side-navigation-item [aria-expanded=true] post-icon[name=chevrondown]{transform:rotate(180deg)}nav>ul>li>.post-side-navigation-item,nav>ul>li>post-collapsible-trigger>.post-side-navigation-item{font-weight:700}nav>ul>li .post-side-navigation-item:has(+ul),nav>ul>li li:has(+li) .post-side-navigation-item,nav>ul>li .post-side-navigation-item[aria-expanded=true]{border-color:var(--post-side-navigation-item-enabled-stroke-inactive)}nav>ul>li:first-child .post-side-navigation-item{border-block-start:1px solid var(--post-side-navigation-item-enabled-stroke-active)}';var e=(t=>(t.Undefined="undefined",t.Null="null",t.String="string",t.Number="number",t.SpecialNumber="number",t.Boolean="boolean",t.BigInt="bigint",t))(e||{}),n=(t=>(t.Array="array",t.Date="date",t.Map="map",t.Object="object",t.RegularExpression="regexp",t.Set="set",t.Channel="channel",t.Symbol="symbol",t))(n||{}),o="type",s="value",a="serialized:";function r(t,i,e){const n="undefined"!=typeof HTMLElement?HTMLElement.prototype:null;for(;t&&t!==n;){const n=Object.getOwnPropertyDescriptor(t,i);if(n&&(!e||n.get))return n;t=Object.getPrototypeOf(t)}}var l,d=(t,i)=>{var e;Object.entries(null!=(e=i.i.t)?e:{}).map((([e,[n]])=>{if(31&n||32&n){const n=t[e],o=r(Object.getPrototypeOf(t),e,!0)||Object.getOwnPropertyDescriptor(t,e);o&&Object.defineProperty(t,e,{get(){return o.get.call(this)},set(t){o.set.call(this,t)},configurable:!0,enumerable:!0}),i.o.has(e)?t[e]=i.o.get(e):void 0!==n&&(t[e]=n)}}))},p=t=>{if(t.__stencil__getHostRef)return t.__stencil__getHostRef()},c=(t,i)=>{i&&(t.__stencil__getHostRef=()=>i,i.l=t,512&i.i.p&&d(t,i))},u=(t,i)=>i in t,v=(t,i)=>(0,console.error)(t,i),f=new Map,g=new Map,h="s-id",b="sty-id",m="c-id",w="slot-fb{display:contents}slot-fb[hidden]{display:none}",$="http://www.w3.org/1999/xlink",y=["formAssociatedCallback","formResetCallback","formDisabledCallback","formStateRestoreCallback"],x="undefined"!=typeof window?window:{},k={p:0,u:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,i,e,n)=>t.addEventListener(i,e,n),rel:(t,i,e,n)=>t.removeEventListener(i,e,n),ce:(t,i)=>new CustomEvent(t,i)},z=t=>Promise.resolve(t),j=(()=>{try{return!!x.document.adoptedStyleSheets&&(new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync)}catch(t){}return!1})(),S=!!j&&(()=>!!x.document&&Object.getOwnPropertyDescriptor(x.document.adoptedStyleSheets,"length").writable)(),O=!1,N=[],C=[],E=(t,i)=>e=>{t.push(e),O||(O=!0,i&&4&k.p?L(_):k.raf(_))},M=t=>{for(let i=0;i<t.length;i++)try{t[i](performance.now())}catch(t){v(t)}t.length=0},_=()=>{M(N),M(C),(O=N.length>0)&&k.raf(_)},L=t=>z().then(t),R=E(C,!0);function I(){var t;const e=this.attachShadow({mode:"open"});if(void 0===l&&(l=null!=(t=function(t){if(!j)return;const i=new CSSStyleSheet;return i.replaceSync(t),i}(i))?t:null),l)S?e.adoptedStyleSheets.push(l):e.adoptedStyleSheets=[...e.adoptedStyleSheets,l];else if(!j){const t=document.createElement("style");t.innerHTML=i,e.prepend(t)}}var A=t=>{const i=U(t,"childNodes");t.tagName&&t.tagName.includes("-")&&t["s-cr"]&&"SLOT-FB"!==t.tagName&&T(i,t.tagName).forEach((t=>{1===t.nodeType&&"SLOT-FB"===t.tagName&&(t.hidden=!!D(t,B(t),!1).length)}));let e=0;for(e=0;e<i.length;e++){const t=i[e];1===t.nodeType&&U(t,"childNodes").length&&A(t)}};function T(t,i,e){let n,o=0,s=[];for(;o<t.length;o++){if(n=t[o],n["s-sr"]&&(!i||n["s-hn"]===i)&&(void 0===e||B(n)===e)&&(s.push(n),void 0!==e))return s;s=[...s,...T(n.childNodes,i,e)]}return s}var D=(t,i,e=!0)=>{const n=[];(e&&t["s-sr"]||!t["s-sr"])&&n.push(t);let o=t;for(;o=o.nextSibling;)B(o)!==i||!e&&o["s-sr"]||n.push(o);return n},F=(t,i)=>1===t.nodeType?null===t.getAttribute("slot")&&""===i||t.getAttribute("slot")===i:t["s-sn"]===i||""===i,P=(t,i,e,n)=>{if(t["s-ol"]&&t["s-ol"].isConnected)return;const o=document.createTextNode("");if(o["s-nr"]=t,!i["s-cr"]||!i["s-cr"].parentNode)return;const s=i["s-cr"].parentNode,a=U(s,"appendChild");if(void 0!==n){o["s-oo"]=n;const t=U(s,"childNodes"),i=[o];t.forEach((t=>{t["s-nr"]&&i.push(t)})),i.sort(((t,i)=>!t["s-oo"]||t["s-oo"]<(i["s-oo"]||0)?-1:!i["s-oo"]||i["s-oo"]<t["s-oo"]?1:0)),i.forEach((t=>a.call(s,t)))}else a.call(s,o);t["s-ol"]=o,t["s-sh"]=i["s-hn"]},B=t=>"string"==typeof t["s-sn"]?t["s-sn"]:1===t.nodeType&&t.getAttribute("slot")||void 0;function H(t){if(t.assignedElements||t.assignedNodes||!t["s-sr"])return;const i=i=>function(t){const e=[],n=this["s-sn"];(null==t?void 0:t.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const o=this["s-cr"].parentElement;return(o.__childNodes?o.childNodes:(t=>{const i=[];for(let e=0;e<t.length;e++){const n=t[e]["s-nr"]||void 0;n&&n.isConnected&&i.push(n)}return i})(o.childNodes)).forEach((t=>{n===B(t)&&e.push(t)})),i?e.filter((t=>1===t.nodeType)):e}.bind(t);t.assignedElements=i(!0),t.assignedNodes=i(!1)}function U(t,i){if("__"+i in t){const e=t["__"+i];return"function"!=typeof e?e:e.bind(t)}return"function"!=typeof t[i]?t[i]:t[i].bind(t)}function V(t){var i,e,n;return null!=(n=null==(e=null==(i=t.head)?void 0:i.querySelector('meta[name="csp-nonce"]'))?void 0:e.getAttribute("content"))?n:void 0}var W=new WeakMap,q=(t,i,e)=>{let n=g.get(t);j&&e?(n=n||new CSSStyleSheet,"string"==typeof n?n=i:n.replaceSync(i)):n=i,g.set(t,n)},Y=(t,i)=>{var e,n,o;const s=G(i),a=g.get(s);if(!x.document)return s;if(t=11===t.nodeType?t:x.document,a)if("string"==typeof a){let o,r=W.get(t=t.head||t);r||W.set(t,r=new Set);const l=t.querySelector(`[${b}="${s}"]`);if(l)l.textContent=a;else if(!r.has(s)){o=x.document.createElement("style"),o.textContent=a;const l=null!=(e=k.v)?e:V(x.document);if(null!=l&&o.setAttribute("nonce",l),!(1&i.p))if("HEAD"===t.nodeName){const i=t.querySelectorAll("link[rel=preconnect]"),e=i.length>0?i[i.length-1].nextSibling:t.querySelector("style");t.insertBefore(o,(null==e?void 0:e.parentNode)===t?e:null)}else if("host"in t)if(j){const i=new(null!=(n=t.defaultView)?n:t.ownerDocument.defaultView).CSSStyleSheet;i.replaceSync(a),S?t.adoptedStyleSheets.unshift(i):t.adoptedStyleSheets=[i,...t.adoptedStyleSheets]}else{const i=t.querySelector("style");i?i.textContent=a+i.textContent:t.prepend(o)}else t.append(o);1&i.p&&t.insertBefore(o,null),4&i.p&&(o.textContent+=w),r&&r.add(s)}}else{let i=W.get(t);if(i||W.set(t,i=new Set),!i.has(s)){const e=null!=(o=t.defaultView)?o:t.ownerDocument.defaultView;let n;if(a.constructor===e.CSSStyleSheet)n=a;else{n=new e.CSSStyleSheet;for(let t=0;t<a.cssRules.length;t++)n.insertRule(a.cssRules[t].cssText,t)}if(S?t.adoptedStyleSheets.push(n):t.adoptedStyleSheets=[...t.adoptedStyleSheets,n],i.add(s),"host"in t){const i=t.querySelector(`[${b}="${s}"]`);i&&R((()=>i.remove()))}}}return s},G=t=>"sc-"+t.h,J=t=>t.replace(/\/\*!@([^\/]+)\*\/[^\{]+\{/g,"$1{"),Z=t=>"object"==(t=typeof t)||"function"===t,K=(t,i,...e)=>{let n=null,o=null,s=null,a=!1,r=!1;const l=[],d=i=>{for(let e=0;e<i.length;e++)n=i[e],Array.isArray(n)?d(n):null!=n&&"boolean"!=typeof n&&((a="function"!=typeof t&&!Z(n))&&(n+=""),a&&r?l[l.length-1].m+=n:l.push(a?Q(null,n):n),r=a)};if(d(e),i){i.key&&(o=i.key),i.name&&(s=i.name);{const t=i.className||i.class;t&&(i.class="object"!=typeof t?t:Object.keys(t).filter((i=>t[i])).join(" "))}}if("function"==typeof t)return t(null===i?{}:i,l,tt);const p=Q(t,null);return p.$=i,l.length>0&&(p.k=l),p.j=o,p.S=s,p},Q=(t,i)=>({p:0,O:t,m:null!=i?i:null,N:null,k:null,$:null,j:null,S:null}),X={},tt={forEach:(t,i)=>t.map(it).forEach(i),map:(t,i)=>t.map(it).map(i).map(et)},it=t=>({vattrs:t.$,vchildren:t.k,vkey:t.j,vname:t.S,vtag:t.O,vtext:t.m}),et=t=>{if("function"==typeof t.vtag){const i={...t.vattrs};return t.vkey&&(i.key=t.vkey),t.vname&&(i.name=t.vname),K(t.vtag,i,...t.vchildren||[])}const i=Q(t.vtag,t.vtext);return i.$=t.vattrs,i.k=t.vchildren,i.j=t.vkey,i.S=t.vname,i},nt=(t,i,e,n,o,s,a,r=[])=>{let l,d,p,c;if(1===s.nodeType){if(l=s.getAttribute(m),l&&(d=l.split("."),d[0]===a||"0"===d[0])){p=st({p:0,C:d[0],M:d[1],_:d[2],L:d[3],O:s.tagName.toLowerCase(),N:s,$:{class:s.className||""}}),i.push(p),s.removeAttribute(m),t.k||(t.k=[]);const o=p.N.getAttribute("s-sn");"string"==typeof o&&("slot-fb"===p.O&&at(o,d[2],p,s,t,i,e,n,r),p.N["s-sn"]=o,p.N.removeAttribute("s-sn")),void 0!==p.L&&(t.k[p.L]=p),t=p,n&&"0"===p._&&(n[p.L]=p.N)}if(s.shadowRoot)for(c=s.shadowRoot.childNodes.length-1;c>=0;c--)nt(t,i,e,n,o,s.shadowRoot.childNodes[c],a,r);const u=s.__childNodes||s.childNodes;for(c=u.length-1;c>=0;c--)nt(t,i,e,n,o,u[c],a,r)}else if(8===s.nodeType)d=s.nodeValue.split("."),(d[1]===a||"0"===d[1])&&(l=d[0],p=st({C:d[1],M:d[2],_:d[3],L:d[4]||"0",N:s,$:null,k:null,j:null,S:null,O:null,m:null}),"t"===l?(p.N=pt(s,3),p.N&&3===p.N.nodeType&&(p.m=p.N.textContent,i.push(p),s.remove(),a===p.C&&(t.k||(t.k=[]),t.k[p.L]=p),n&&"0"===p._&&(n[p.L]=p.N))):"c"===l?(p.N=pt(s,8),p.N&&8===p.N.nodeType&&(i.push(p),s.remove())):p.C===a&&("s"===l?at(s["s-sn"]=d[5]||"",d[2],p,s,t,i,e,n,r):"r"===l&&(n?s.remove():(o["s-cr"]=s,s["s-cn"]=!0))));else if(t&&"style"===t.O){const i=Q(null,s.textContent);i.N=s,i.L="0",t.k=[i]}return t},ot=(t,i)=>{if(1===t.nodeType){const e=t[h]||t.getAttribute(h);e&&i.set(e,t);let n=0;if(t.shadowRoot)for(;n<t.shadowRoot.childNodes.length;n++)ot(t.shadowRoot.childNodes[n],i);const o=t.__childNodes||t.childNodes;for(n=0;n<o.length;n++)ot(o[n],i)}else if(8===t.nodeType){const e=t.nodeValue.split(".");"o"===e[0]&&(i.set(e[1]+"."+e[2],t),t.nodeValue="",t["s-en"]=e[3])}},st=t=>({p:0,C:null,M:null,_:null,L:"0",N:null,$:null,k:null,j:null,S:null,O:null,m:null,...t});function at(t,i,e,n,o,s,a,r,l){n["s-sr"]=!0,e.S=t||null,e.O="slot";const d=(null==o?void 0:o.N)?o.N["s-id"]||o.N.getAttribute("s-id"):"";if(r&&x.document){const s=e.N=x.document.createElement(e.O);e.S&&e.N.setAttribute("name",t),o.N.shadowRoot&&d&&d!==e.C?U(o.N,"insertBefore")(s,U(o.N,"children")[0]):U(U(n,"parentNode"),"insertBefore")(s,n),dt(l,i,t,n,e.C),n.remove(),"0"===e._&&(r[e.L]=e.N)}else{const s=e.N,a=d&&d!==e.C&&o.N.shadowRoot;dt(l,i,t,n,a?d:e.C),H(n),a&&o.N.insertBefore(s,o.N.children[0])}s.push(e),a.push(e),o.k||(o.k=[]),o.k[e.L]=e}var rt,lt,dt=(t,i,e,n,o)=>{var s,a;let r=n.nextSibling;if(t[i]=t[i]||[],r&&!(null==(s=r.nodeValue)?void 0:s.startsWith("s.")))do{!r||(r.getAttribute&&r.getAttribute("slot")||r["s-sn"])!==e&&(""!==e||r["s-sn"]||r.getAttribute&&r.getAttribute("slot")||8!==r.nodeType&&3!==r.nodeType)||(r["s-sn"]=e,t[i].push({slot:n,node:r,hostId:o})),r=null==r?void 0:r.nextSibling}while(r&&!(null==(a=r.nodeValue)?void 0:a.startsWith("s.")))},pt=(t,i)=>{let e=t;do{e=e.nextSibling}while(e&&(e.nodeType!==i||!e.nodeValue));return e},ct=class t{static fromLocalValue(i){const e=i[o],n=s in i?i[s]:void 0;switch(e){case"string":case"boolean":return n;case"bigint":return BigInt(n);case"undefined":return;case"null":return null;case"number":return"NaN"===n?NaN:"-0"===n?-0:"Infinity"===n?1/0:"-Infinity"===n?-1/0:n;case"array":return n.map((i=>t.fromLocalValue(i)));case"date":return new Date(n);case"map":const i=new Map;for(const[e,o]of n){const n="object"==typeof e&&null!==e?t.fromLocalValue(e):e,s=t.fromLocalValue(o);i.set(n,s)}return i;case"object":const o={};for(const[i,e]of n)o[i]=t.fromLocalValue(e);return o;case"regexp":const{pattern:s,flags:a}=n;return RegExp(s,a);case"set":const r=new Set;for(const i of n)r.add(t.fromLocalValue(i));return r;case"symbol":return Symbol(n);default:throw Error("Unsupported type: "+e)}}static fromLocalValueArray(i){return i.map((i=>t.fromLocalValue(i)))}static isLocalValueObject(t){if("object"!=typeof t||null===t)return!1;if(!t.hasOwnProperty(o))return!1;const i=t[o];return!!Object.values({...e,...n}).includes(i)&&("null"===i||"undefined"===i||t.hasOwnProperty(s))}},ut=(t,i,e)=>"string"==typeof t&&t.startsWith(a)?t=function(t){return"string"==typeof t&&t.startsWith(a)?ct.fromLocalValue(JSON.parse(atob(t.slice(11)))):t}(t):null==t||Z(t)?t:4&i?(e&&"string"==typeof t||"false"!==t)&&(""===t||!!t):2&i?"string"==typeof t?parseFloat(t):"number"==typeof t?t:NaN:1&i?t+"":t,vt=t=>{var i;return null==(i=p(t))?void 0:i.$hostElement$},ft=(t,i)=>{const e=vt(t);return{emit:t=>gt(e,i,{bubbles:!0,composed:!0,cancelable:!0,detail:t})}},gt=(t,i,e)=>{const n=k.ce(i,e);return t.dispatchEvent(n),n},ht=(t,i,e,n,o,s,a)=>{if(e===n)return;let r=u(t,i),l=i.toLowerCase();if("class"===i){const i=t.classList,o=mt(e);let s=mt(n);if((t["s-si"]||t["s-sc"])&&a){const e=t["s-sc"]||t["s-si"];s.push(e),o.forEach((t=>{t.startsWith(e)&&s.push(t)})),s=[...new Set(s)].filter((t=>t)),i.add(...s)}else i.remove(...o.filter((t=>t&&!s.includes(t)))),i.add(...s.filter((t=>t&&!o.includes(t))))}else if("style"===i){for(const i in e)n&&null!=n[i]||(i.includes("-")?t.style.removeProperty(i):t.style[i]="");for(const i in n)e&&n[i]===e[i]||(i.includes("-")?t.style.setProperty(i,n[i]):t.style[i]=n[i])}else if("key"===i);else if("ref"===i)n&&Pt(n,t);else if(r||"o"!==i[0]||"n"!==i[1]){if("a"===i[0]&&i.startsWith("attr:")){const e=i.slice(5);let o;{const i=p(t);if(i&&i.i&&i.i.t){const t=i.i.t[e];t&&t[1]&&(o=t[1])}}return o||(o=e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()),void(null==n||!1===n?!1===n&&""!==t.getAttribute(o)||t.removeAttribute(o):t.setAttribute(o,!0===n?"":n))}if("p"===i[0]&&i.startsWith("prop:")){const e=i.slice(5);try{t[e]=n}catch(t){}return}{const a=Z(n);if((r||a&&null!==n)&&!o)try{if(t.tagName.includes("-"))t[i]!==n&&(t[i]=n);else{const o=null==n?"":n;"list"===i?r=!1:null!=e&&t[i]===o||("function"==typeof t.__lookupSetter__(i)?t[i]=o:t.setAttribute(i,o))}}catch(t){}let d=!1;l!==(l=l.replace(/^xlink\:?/,""))&&(i=l,d=!0),null==n||!1===n?!1===n&&""!==t.getAttribute(i)||(d?t.removeAttributeNS($,i):t.removeAttribute(i)):(!r||4&s||o)&&!a&&1===t.nodeType&&(n=!0===n?"":n,d?t.setAttributeNS($,i,n):t.setAttribute(i,n))}}else if(i="-"===i[2]?i.slice(3):u(x,l)?l.slice(2):l[2]+i.slice(3),e||n){const o=i.endsWith(wt);i=i.replace($t,""),e&&k.rel(t,i,e,o),n&&k.ael(t,i,n,o)}},bt=/\s/,mt=t=>("object"==typeof t&&t&&"baseVal"in t&&(t=t.baseVal),t&&"string"==typeof t?t.split(bt):[]),wt="Capture",$t=RegExp(wt+"$"),yt=(t,i,e,n)=>{const o=11===i.N.nodeType&&i.N.host?i.N.host:i.N,s=t&&t.$||{},a=i.$||{};for(const t of xt(Object.keys(s)))t in a||ht(o,t,s[t],void 0,e,i.p,n);for(const t of xt(Object.keys(a)))ht(o,t,s[t],a[t],e,i.p,n)};function xt(t){return t.includes("ref")?[...t.filter((t=>"ref"!==t)),"ref"]:t}var kt=!1,zt=!1,jt=!1,St=!1,Ot=[],Nt=[],Ct=(t,i,e)=>{var n;const o=i.k[e];let s,a,r,l=0;if(kt||(jt=!0,"slot"===o.O&&(o.p|=o.k?2:1)),null!=o.m)s=o.N=x.document.createTextNode(o.m);else if(1&o.p)s=o.N=x.document.createTextNode(""),yt(null,o,St);else{if(St||(St="svg"===o.O),!x.document)throw Error("You are trying to render a Stencil component in an environment that doesn't support the DOM.");if(s=o.N=x.document.createElementNS(St?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!kt&&2&o.p?"slot-fb":o.O),St&&"foreignObject"===o.O&&(St=!1),yt(null,o,St),o.k){const i="template"===o.O?s.content:s;for(l=0;l<o.k.length;++l)a=Ct(t,o,l),a&&i.appendChild(a)}"svg"===o.O?St=!1:"foreignObject"===s.tagName&&(St=!0)}return s["s-hn"]=lt,3&o.p&&(s["s-sr"]=!0,s["s-cr"]=rt,s["s-sn"]=o.S||"",s["s-rf"]=null==(n=o.$)?void 0:n.ref,H(s),r=t&&t.k&&t.k[e],r&&r.O===o.O&&t.N&&Et(t.N)),s},Et=t=>{k.p|=1;const i=t.closest(lt.toLowerCase());if(null!=i){const e=Array.from(i.__childNodes||i.childNodes).find((t=>t["s-cr"])),n=Array.from(t.__childNodes||t.childNodes);for(const t of e?n.reverse():n)null!=t["s-sh"]&&(Bt(i,t,null!=e?e:null),t["s-sh"]=void 0,jt=!0)}k.p&=-2},Mt=(t,i)=>{k.p|=1;const e=Array.from(t.__childNodes||t.childNodes);if(t["s-sr"]){let i=t;for(;i=i.nextSibling;)i&&i["s-sn"]===t["s-sn"]&&i["s-sh"]===lt&&e.push(i)}for(let t=e.length-1;t>=0;t--){const n=e[t];n["s-hn"]!==lt&&n["s-ol"]&&(Bt(It(n).parentNode,n,It(n)),n["s-ol"].remove(),n["s-ol"]=void 0,n["s-sh"]=void 0,jt=!0),i&&Mt(n,i)}k.p&=-2},_t=(t,i,e,n,o,s)=>{let a,r=t["s-cr"]&&t["s-cr"].parentNode||t;for(r.shadowRoot&&r.tagName===lt&&(r=r.shadowRoot),"template"===e.O&&(r=r.content);o<=s;++o)n[o]&&(a=Ct(null,e,o),a&&(n[o].N=a,Bt(r,a,It(i))))},Lt=(t,i,e)=>{for(let n=i;n<=e;++n){const i=t[n];if(i){const t=i.N;Ft(i),t&&(zt=!0,t["s-ol"]?t["s-ol"].remove():Mt(t,!0),t.remove())}}},Rt=(t,i,e=!1)=>t.O===i.O&&("slot"===t.O?t.S===i.S:e?(e&&!t.j&&i.j&&(t.j=i.j),!0):t.j===i.j),It=t=>t&&t["s-ol"]||t,At=(t,i,e=!1)=>{const n=i.N=t.N,o=t.k,s=i.k,a=i.O,r=i.m;let l;null==r?(St="svg"===a||"foreignObject"!==a&&St,"slot"!==a||kt||t.S!==i.S&&(i.N["s-sn"]=i.S||"",Et(i.N.parentElement)),yt(t,i,St,e),null!==o&&null!==s?((t,i,e,n,o=!1)=>{let s,a,r=0,l=0,d=0,p=0,c=i.length-1,u=i[0],v=i[c],f=n.length-1,g=n[0],h=n[f];const b="template"===e.O?t.content:t;for(;r<=c&&l<=f;)if(null==u)u=i[++r];else if(null==v)v=i[--c];else if(null==g)g=n[++l];else if(null==h)h=n[--f];else if(Rt(u,g,o))At(u,g,o),u=i[++r],g=n[++l];else if(Rt(v,h,o))At(v,h,o),v=i[--c],h=n[--f];else if(Rt(u,h,o))"slot"!==u.O&&"slot"!==h.O||Mt(u.N.parentNode,!1),At(u,h,o),Bt(b,u.N,v.N.nextSibling),u=i[++r],h=n[--f];else if(Rt(v,g,o))"slot"!==u.O&&"slot"!==h.O||Mt(v.N.parentNode,!1),At(v,g,o),Bt(b,v.N,u.N),v=i[--c],g=n[++l];else{for(d=-1,p=r;p<=c;++p)if(i[p]&&null!==i[p].j&&i[p].j===g.j){d=p;break}d>=0?(a=i[d],a.O!==g.O?s=Ct(i&&i[l],e,d):(At(a,g,o),i[d]=void 0,s=a.N),g=n[++l]):(s=Ct(i&&i[l],e,l),g=n[++l]),s&&Bt(It(u.N).parentNode,s,It(u.N))}r>c?_t(t,null==n[f+1]?null:n[f+1].N,e,n,l,f):l>f&&Lt(i,r,c)})(n,o,i,s,e):null!==s?(null!==t.m&&(n.textContent=""),_t(n,null,i,s,0,s.length-1)):e||null===o?e&&null!==o&&null===s&&(i.k=o):Lt(o,0,o.length-1),St&&"svg"===a&&(St=!1)):(l=n["s-cr"])?l.parentNode.textContent=r:t.m!==r&&(n.data=r)},Tt=[],Dt=t=>{let i,e,n;const o=t.__childNodes||t.childNodes;for(const t of o){if(t["s-sr"]&&(i=t["s-cr"])&&i.parentNode){e=i.parentNode.__childNodes||i.parentNode.childNodes;const o=t["s-sn"];for(n=e.length-1;n>=0;n--)if(i=e[n],!(i["s-cn"]||i["s-nr"]||i["s-hn"]===t["s-hn"]||i["s-sh"]&&i["s-sh"]===t["s-hn"]))if(F(i,o)){let e=Tt.find((t=>t.R===i));zt=!0,i["s-sn"]=i["s-sn"]||o,e?(e.R["s-sh"]=t["s-hn"],e.I=t):(i["s-sh"]=t["s-hn"],Tt.push({I:t,R:i})),i["s-sr"]&&Tt.map((t=>{F(t.R,i["s-sn"])&&(e=Tt.find((t=>t.R===i)),e&&!t.I&&(t.I=e.I))}))}else Tt.some((t=>t.R===i))||Tt.push({R:i})}1===t.nodeType&&Dt(t)}},Ft=t=>{t.$&&t.$.ref&&Ot.push((()=>t.$.ref(null))),t.k&&t.k.map(Ft)},Pt=(t,i)=>{Nt.push((()=>t(i)))},Bt=(t,i,e,n)=>{if("string"==typeof i["s-sn"]){t.insertBefore(i,e);const{slotNode:o}=function(t,i){var e;if(!(i=i||(null==(e=t["s-ol"])?void 0:e.parentElement)))return{slotNode:null,slotName:""};const n=t["s-sn"]=B(t)||"";return{slotNode:T(U(i,"childNodes"),i.tagName,n)[0],slotName:n}}(i);return o&&!n&&function(t){t.dispatchEvent(new CustomEvent("slotchange",{bubbles:!1,cancelable:!1,composed:!1}))}(o),i}return t.__insertBefore?t.__insertBefore(i,e):null==t?void 0:t.insertBefore(i,e)},Ht=(t,i)=>{if(i&&!t.A&&i["s-p"]){const e=i["s-p"].push(new Promise((n=>t.A=()=>{i["s-p"].splice(e-1,1),n()})))}},Ut=(t,i)=>{if(t.p|=16,4&t.p)return void(t.p|=512);Ht(t,t.T);const e=()=>Vt(t,i);if(!i)return R(e);queueMicrotask((()=>{e()}))},Vt=(t,i)=>{const e=t.$hostElement$,n=t.l;if(!n)throw Error(`Can't render component <${e.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let o;return i?(t.D&&(t.D=!1,Kt(n,"connectedCallback",void 0,e)),t.p|=256,t.F&&(t.F.map((([t,i])=>Kt(n,t,i,e))),t.F=void 0),t.P.length&&t.P.forEach((t=>t(e))),o=Kt(n,"componentWillLoad",void 0,e)):o=Kt(n,"componentWillUpdate",void 0,e),o=Wt(o,(()=>Kt(n,"componentWillRender",void 0,e))),Wt(o,(()=>Yt(t,n,i)))},Wt=(t,i)=>qt(t)?t.then(i).catch((t=>{console.error(t),i()})):i(),qt=t=>t instanceof Promise||t&&t.then&&"function"==typeof t.then,Yt=async(t,i,e)=>{var n;const o=t.$hostElement$,s=o["s-rc"];e&&(t=>{const i=t.i,e=t.$hostElement$,n=i.p,o=Y(e.shadowRoot?e.shadowRoot:e.getRootNode(),i);10&n&&(e["s-sc"]=o,e.classList.add(o+"-h"))})(t);Gt(t,i,o,e),s&&(s.map((t=>t())),o["s-rc"]=void 0);{const i=null!=(n=o["s-p"])?n:[],e=()=>Jt(t);0===i.length?e():(Promise.all(i).then(e).catch(e),t.p|=4,i.length=0)}},Gt=(t,i,e,n)=>{try{i=i.render&&i.render(),t.p&=-17,t.p|=2,((t,i,e=!1)=>{var n,o,s,a,r;const l=t.$hostElement$,d=t.i,p=t.B||Q(null,null),c=(t=>t&&t.O===X)(i)?i:K(null,null,i);if(lt=l.tagName,d.H&&(c.$=c.$||{},d.H.forEach((([t,i])=>{c.$[i]=l[t]}))),e&&c.$)for(const t of Object.keys(c.$))l.hasAttribute(t)&&!["key","ref","style","class"].includes(t)&&(c.$[t]=l[t]);if(c.O=null,c.p|=4,t.B=c,c.N=p.N=l.shadowRoot||l,kt=!(!(1&d.p)||128&d.p),rt=l["s-cr"],zt=!1,At(p,c,e),k.p|=1,jt){Dt(c.N);for(const t of Tt){const i=t.R;if(!i["s-ol"]&&x.document){const t=x.document.createTextNode("");t["s-nr"]=i,Bt(i.parentNode,i["s-ol"]=t,i,e)}}for(const t of Tt){const i=t.R,r=t.I;if(1===i.nodeType&&e&&(i["s-ih"]=null!=(n=i.hidden)&&n),r){const t=r.parentNode;let n=r.nextSibling;if(n&&1===n.nodeType){let e=null==(o=i["s-ol"])?void 0:o.previousSibling;for(;e;){let o=null!=(s=e["s-nr"])?s:null;if(o&&o["s-sn"]===i["s-sn"]&&t===(o.__parentNode||o.parentNode)){for(o=o.nextSibling;o===i||(null==o?void 0:o["s-sr"]);)o=null==o?void 0:o.nextSibling;if(!o||!o["s-nr"]){n=o;break}}e=e.previousSibling}}if((!n&&t!==(i.__parentNode||i.parentNode)||(i.__nextSibling||i.nextSibling)!==n)&&i!==n){if(Bt(t,i,n,e),8===i.nodeType&&i.nodeValue.startsWith("s-nt-")){const t=x.document.createTextNode(i.nodeValue.replace(/^s-nt-/,""));t["s-hn"]=i["s-hn"],t["s-sn"]=i["s-sn"],t["s-sh"]=i["s-sh"],t["s-sr"]=i["s-sr"],t["s-ol"]=i["s-ol"],t["s-ol"]["s-nr"]=t,Bt(i.parentNode,t,i,e),i.parentNode.removeChild(i)}1===i.nodeType&&"SLOT-FB"!==i.tagName&&(i.hidden=null!=(a=i["s-ih"])&&a)}i&&"function"==typeof r["s-rf"]&&r["s-rf"](r)}else 1===i.nodeType&&(i.hidden=!0)}}if(zt&&A(c.N),k.p&=-2,Tt.length=0,!kt&&!(1&d.p)&&l["s-cr"]){const t=c.N.__childNodes||c.N.childNodes;for(const i of t)if(i["s-hn"]!==lt&&!i["s-sh"])if(e&&null==i["s-ih"]&&(i["s-ih"]=null!=(r=i.hidden)&&r),1===i.nodeType)i.hidden=!0;else if(3===i.nodeType&&i.nodeValue.trim()){const t=x.document.createComment("s-nt-"+i.nodeValue);t["s-sn"]=i["s-sn"],Bt(i.parentNode,t,i,e),i.parentNode.removeChild(i)}}rt=void 0,Ot.forEach((t=>t())),Ot.length=0,Nt.forEach((t=>t())),Nt.length=0})(t,i,n)}catch(i){v(i,t.$hostElement$)}return null},Jt=t=>{const i=t.$hostElement$,e=t.l,n=t.T;Kt(e,"componentDidRender",void 0,i),64&t.p?Kt(e,"componentDidUpdate",void 0,i):(t.p|=64,Qt(i),Kt(e,"componentDidLoad",void 0,i),t.U(i),n||Zt()),t.V(i),t.A&&(t.A(),t.A=void 0),512&t.p&&L((()=>Ut(t,!1))),t.p&=-517},Zt=()=>{var t;L((()=>gt(x,"appload",{detail:{namespace:"post-components"}}))),(null==(t=k.W)?void 0:t.size)&&k.W.clear()},Kt=(t,i,e,n)=>{if(t&&t[i])try{return t[i](e)}catch(t){v(t,n)}},Qt=t=>t.setAttribute(null!="data-hydrated"?"data-hydrated":"hydrated",""),Xt=(t,i,e,n)=>{const o=p(t);if(!o)return;if(!o)throw Error(`Couldn't find host element for "${n.h}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`);const s=o.$hostElement$,a=o.o.get(i),r=o.p,l=o.l;if(e=ut(e,n.t[i][0],!!(64&n.p)),!(8&r&&void 0!==a||e===a||Number.isNaN(a)&&Number.isNaN(e))){if(o.o.set(i,e),n.q){const t=n.q[i];t&&t.map((t=>{try{const[[n,s]]=Object.entries(t);(128&r||1&s)&&(l?l[n](e,a,i):o.P.push((()=>{o.l[n](e,a,i)})))}catch(t){v(t,s)}}))}if(2&r){if(l.componentShouldUpdate&&!1===l.componentShouldUpdate(e,a,i)&&!(16&r))return;16&r||Ut(o,!1)}}},ti=(t,i,e)=>{var n,o;const s=t.prototype;64&i.p&&1&e&&y.forEach((t=>{Object.defineProperty(s,t,{value(...i){var e;const n=p(this),o=null==n?void 0:n.l;if(o){const e=o[t];"function"==typeof e&&e.call(o,...i)}else null==(e=null==n?void 0:n.Y)||e.then((e=>{const n=e[t];"function"==typeof n&&n.call(e,...i)}))}})}));{t.watchers&&!i.q&&(i.q=t.watchers),t.deserializers&&!i.G&&(i.G=t.deserializers),t.serializers&&!i.J&&(i.J=t.serializers);const a=Object.entries(null!=(n=i.t)?n:{});if(a.map((([t,[n]])=>{if(31&n||2&e&&32&n){const{get:o,set:a}=r(s,t)||{};o&&(i.t[t][0]|=2048),a&&(i.t[t][0]|=4096),(1&e||!o)&&Object.defineProperty(s,t,{get(){{if(!(2048&i.t[t][0]))return((t,i)=>p(this).o.get(i))(0,t);const e=p(this),n=e?e.l:s;if(!n)return;return n[t]}},configurable:!0,enumerable:!0}),Object.defineProperty(s,t,{set(o){const s=p(this);if(s){if(a)return void 0===(32&n?this[t]:s.$hostElement$[t])&&s.o.get(t)&&(o=s.o.get(t)),a.call(this,ut(o,n,!!(64&i.p))),void Xt(this,t,o=32&n?this[t]:s.$hostElement$[t],i);{if(!(1&e&&4096&i.t[t][0]))return Xt(this,t,o,i),void(1&e&&!s.l&&s.P.push((()=>{4096&i.t[t][0]&&s.l[t]!==s.o.get(t)&&(s.l[t]=o)})));const a=()=>{const e=s.l[t];!s.o.get(t)&&e&&s.o.set(t,e),s.l[t]=ut(o,n,!!(64&i.p)),Xt(this,t,s.l[t],i)};s.l?a():s.P.push((()=>{a()}))}}}})}else 1&e&&64&n&&Object.defineProperty(s,t,{value(...i){var e;const n=p(this);return null==(e=null==n?void 0:n.Z)?void 0:e.then((()=>{var e;return null==(e=n.l)?void 0:e[t](...i)}))}})})),1&e){const e=new Map;s.attributeChangedCallback=function(t,n,o){k.jmp((()=>{var r;const l=e.get(t),d=p(this);if(this.hasOwnProperty(l)&&(o=this[l],delete this[l]),s.hasOwnProperty(l)&&"number"==typeof this[l]&&this[l]==o)return;if(null==l){const e=null==d?void 0:d.p;if(d&&e&&!(8&e)&&o!==n){const s=d.l,a=null==(r=i.q)?void 0:r[t];null==a||a.forEach((i=>{const[[a,r]]=Object.entries(i);null!=s[a]&&(128&e||1&r)&&s[a].call(s,o,n,t)}))}return}const c=a.find((([t])=>t===l));c&&4&c[1][0]&&(o=null!==o&&"false"!==o);const u=Object.getOwnPropertyDescriptor(s,l);o==this[l]||u.get&&!u.set||(this[l]=o)}))},t.observedAttributes=Array.from(new Set([...Object.keys(null!=(o=i.q)?o:{}),...a.filter((([t,i])=>31&i[0])).map((([t,n])=>{var o;const s=n[1]||t;return e.set(s,t),512&n[0]&&(null==(o=i.H)||o.push([t,s])),s}))]))}}return t},ii=(t,i)=>{Kt(t,"connectedCallback",void 0,i)},ei=t=>{if(!(1&k.p)){const i=p(t);if(!i)return;const e=i.i,n=()=>{};if(1&i.p)ai(t,i,e.K),(null==i?void 0:i.l)?ii(i.l,t):(null==i?void 0:i.Y)&&i.Y.then((()=>ii(i.l,t)));else{let n;if(i.p|=1,n=t.getAttribute(h),n){if(1&e.p){const i=Y(t.shadowRoot,e);t.classList.remove(i+"-h",i+"-s")}((t,i,e,n)=>{var o,s,a,r;const l=t.shadowRoot,d=[],c=[],u=l?[]:null,v=Q(i,null);v.N=t,!x.document||k.W&&k.W.size||ot(x.document.body,k.W=new Map),t[h]=e,t.removeAttribute(h),n.B=nt(v,d,[],u,t,t,e,c);let f=0;const g=d.length;let b;for(;f<g;f++){b=d[f];const e=b.C+"."+b.M,n=k.W.get(e),s=b.N;if(l){if((null==(o=b.O)?void 0:(""+o).includes("-"))&&"slot-fb"!==b.O&&!b.N.shadowRoot){const t=p(b.N);if(t){const i=G(t.i),e=x.document.querySelector(`style[sty-id="${i}"]`);e&&u.unshift(e.cloneNode(!0))}}}else s["s-hn"]=i.toUpperCase(),"slot"===b.O&&(s["s-cr"]=t["s-cr"]);"slot"===b.O&&(b.S=b.N["s-sn"]||b.N.name||null,b.k?(b.p|=2,b.N.childNodes.length||b.k.forEach((t=>{b.N.appendChild(t.N)}))):b.p|=1),n&&n.isConnected&&(n.parentElement.shadowRoot&&""===n["s-en"]&&n.parentNode.insertBefore(s,n.nextSibling),n.parentNode.removeChild(n),l||(s["s-oo"]=parseInt(b.M))),n&&!n["s-id"]&&k.W.delete(e)}const m=[],w=c.length;let $,y,z,j,S=0,O=0;for(;S<w;S++)if($=c[S],$&&$.length)for(z=$.length,y=0;y<z;y++){if(j=$[y],m[j.hostId]||(m[j.hostId]=k.W.get(j.hostId)),!m[j.hostId])continue;const t=m[j.hostId];t.shadowRoot&&j.node.parentElement!==t&&t.insertBefore(j.node,null==(a=null==(s=$[y-1])?void 0:s.node)?void 0:a.nextSibling),t.shadowRoot&&l||(j.slot["s-cr"]||(j.slot["s-cr"]=t["s-cr"],j.slot["s-cr"]=!j.slot["s-cr"]&&t.shadowRoot?t:(t.__childNodes||t.childNodes)[0]),P(j.node,j.slot,0,j.node["s-oo"]||O),(null==(r=j.node.parentElement)?void 0:r.shadowRoot)&&j.node.getAttribute&&j.node.getAttribute("slot")&&j.node.removeAttribute("slot")),O=(j.node["s-oo"]||O)+1}if(l&&!l.childNodes.length){let i=0;const e=u.length;if(e){for(;i<e;i++){const t=u[i];t&&l.appendChild(t)}Array.from(t.childNodes).forEach((t=>{"string"!=typeof t["s-en"]&&"string"!=typeof t["s-sn"]&&(1===t.nodeType&&t.slot&&t.hidden?t.removeAttribute("hidden"):8!==t.nodeType||t.nodeValue||t.parentNode.removeChild(t))}))}}n.$hostElement$=t})(t,e.h,n,i)}n||12&e.p&&ni(t);{let e=t;for(;e=e.parentNode||e.host;)if(1===e.nodeType&&e.hasAttribute("s-id")&&e["s-p"]||e["s-p"]){Ht(i,i.T=e);break}}e.t&&Object.entries(e.t).map((([i,[e]])=>{if(31&e&&Object.prototype.hasOwnProperty.call(t,i)){const e=t[i];delete t[i],t[i]=e}})),(async(t,i,e)=>{let n;try{if(!(32&i.p)){if(i.p|=32,e.X){const o=((t,i)=>{const e=t.h.replace(/-/g,"_"),n=t.X;if(!n)return;const o=f.get(n);return o?o[e]:import(`./${n}.entry.js`).then((t=>(f.set(n,t),t[e])),(t=>{v(t,i.$hostElement$)}))
|
|
2
|
-
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(e,i);if(o&&"then"in o){const t=()=>{};n=await o,t()}else n=o;if(!n)throw Error(`Constructor for "${e.h}#${i.tt}" was not found`);n.isProxied||(e.q=n.watchers,e.J=n.serializers,e.G=n.deserializers,ti(n,e,2),n.isProxied=!0);const s=()=>{};i.p|=8;try{new n(i)}catch(i){v(i,t)}i.p&=-9,i.p|=128,s(),4&e.p?i.D=!0:ii(i.l,t)}else n=t.constructor,customElements.whenDefined(t.localName).then((()=>i.p|=128));if(n&&n.style){let t;"string"==typeof n.style&&(t=n.style);const i=G(e);if(!g.has(i)){const n=()=>{};q(i,t,!!(1&e.p)),n()}}}const o=i.T,s=()=>Ut(i,!0);o&&o["s-rc"]?o["s-rc"].push(s):s()}catch(e){v(e,t),i.A&&(i.A(),i.A=void 0),i.U&&i.U(t)}})(t,i,e)}n()}},ni=t=>{if(!x.document)return;const i=t["s-cr"]=x.document.createComment("");i["s-cn"]=!0,Bt(t,i,t.firstChild)},oi=(t,i)=>{Kt(t,"disconnectedCallback",void 0,i||t)},si=(t,i={})=>{var e;if(!x.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const n=[],o=i.exclude||[],s=x.customElements,a=x.document.head,r=a.querySelector("meta[charset]"),l=x.document.createElement("style"),d=[];let c,u=!0;Object.assign(k,i),k.u=new URL(i.resourcesUrl||"./",x.document.baseURI).href,k.p|=2,(()=>{if(!x.document)return;const t=x.document.querySelectorAll(`[${b}]`);let i=0;for(;i<t.length;i++)q(t[i].getAttribute(b),J(t[i].innerHTML),!0)})();let v=!1;if(t.map((t=>{t[1].map((i=>{var e,a,r;const l={p:i[0],h:i[1],t:i[2],K:i[3]};4&l.p&&(v=!0),l.t=i[2],l.K=i[3],l.H=[],l.q=null!=(e=i[4])?e:{},l.J=null!=(a=i[5])?a:{},l.G=null!=(r=i[6])?r:{};const f=l.h,g=class extends HTMLElement{"s-p";"s-rc";hasRegisteredEventListeners=!1;constructor(t){if(super(t),((t,i)=>{const e={p:0,$hostElement$:t,i,o:new Map,it:new Map};e.Z=new Promise((t=>e.V=t)),e.Y=new Promise((t=>e.U=t)),t["s-p"]=[],t["s-rc"]=[],e.P=[];const n=e;t.__stencil__getHostRef=()=>n})(t=this,l),1&l.p)if(t.shadowRoot){if("open"!==t.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${l.h}! Mode is set to ${t.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else I.call(t,l)}connectedCallback(){const t=p(this);t&&(this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0,ai(this,t,l.K)),c&&(clearTimeout(c),c=null),u?d.push(this):k.jmp((()=>ei(this))))}disconnectedCallback(){k.jmp((()=>(async t=>{if(!(1&k.p)){const i=p(t);(null==i?void 0:i.et)&&(i.et.map((t=>t())),i.et=void 0),(null==i?void 0:i.l)?oi(i.l,t):(null==i?void 0:i.Y)&&i.Y.then((()=>oi(i.l,t)))}W.has(t)&&W.delete(t),t.shadowRoot&&W.has(t.shadowRoot)&&W.delete(t.shadowRoot)})(this))),k.raf((()=>{var t;const i=p(this);if(!i)return;const e=d.findIndex((t=>t===this));e>-1&&d.splice(e,1),(null==(t=null==i?void 0:i.B)?void 0:t.N)instanceof Node&&!i.B.N.isConnected&&delete i.B.N}))}componentOnReady(){var t;return null==(t=p(this))?void 0:t.Y}};64&l.p&&(g.formAssociated=!0),l.X=t[0],o.includes(f)||s.get(f)||(n.push(f),s.define(f,ti(g,l,1)))}))})),n.length>0&&(v&&(l.textContent+=w),l.innerHTML.length)){l.setAttribute("data-styles","");const t=null!=(e=k.v)?e:V(x.document);null!=t&&l.setAttribute("nonce",t),a.insertBefore(l,r?r.nextSibling:a.firstChild)}u=!1,d.length?d.map((t=>t.connectedCallback())):k.jmp((()=>c=setTimeout(Zt,30)))},ai=(t,i,e)=>{e&&x.document&&e.map((([e,n,o])=>{const s=li(x.document,t,e),a=ri(i,o),r=di(e);k.ael(s,n,a,r),(i.et=i.et||[]).push((()=>k.rel(s,n,a,r)))}))},ri=(t,i)=>e=>{var n;try{256&t.p?null==(n=t.l)||n[i](e):(t.F=t.F||[]).push([i,e])}catch(i){v(i,t.$hostElement$)}},li=(t,i,e)=>4&e?t:8&e?x:i,di=t=>({passive:!!(1&t),capture:!!(2&t)}),pi=t=>k.v=t;export{X as H,vt as a,si as b,ft as c,t as g,K as h,z as p,c as r,pi as s}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const o="10.0.1";export{o as v}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as e,H as o,a as s}from"./p-DE1aWdqx.js";import"./p-BQ3HlJPr.js";import{n as r}from"./p-8LXe8Zt_.js";import{v as a}from"./p-Y58zWPwj.js";import{R as p}from"./p-NPUljV0P.js";import{T as i}from"./p-B6uZASBE.js";import"./p-DMiERazc.js";const d=class{constructor(e){t(this,e)}componentWillLoad(){this.panelId=`panel-${this.host.id||r(6)}`}render(){return e(o,{key:"07d93ddaa69253a956ed50cd9ecd6ed039fbc6e2","data-version":a,id:this.panelId,role:"tabpanel",slot:"panels",style:void 0},e("slot",{key:"d6887db4e0e4dc22f8f8fdf098d6068ef4bd1a91"}))}get host(){return s(this)}};(function(t,e,o,s){var r,a=arguments.length,p=a<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,o):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)p=Reflect.decorate(t,e,o,s);else for(var i=t.length-1;i>=0;i--)(r=t[i])&&(p=(a<3?r(p):a>3?r(e,o,p):r(e,o))||p);a>3&&p&&Object.defineProperty(e,o,p)})([p(),i("string")],d.prototype,"for",void 0),d.style=":host{display:none}";export{d as post_tab_panel}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as e,H as o,a as i}from"./p-DE1aWdqx.js";import{v as s}from"./p-Y58zWPwj.js";const n=`:where(${["a","label[for]",'input[type="checkbox"]','input[type="radio"]'].join(",")})`,r=class{constructor(e){t(this,e)}get interactiveElement(){return this.host.querySelector(n)}isDisabledElement(t){const e=[HTMLButtonElement,HTMLFieldSetElement,HTMLOptGroupElement,HTMLOptionElement,HTMLSelectElement,HTMLTextAreaElement,HTMLInputElement].some((e=>t instanceof e)),o=t.disabled,i=t.closest("fieldset")?.hasAttribute("disabled");return e&&(o||i)}dispatchClick({target:t,ctrlKey:e,shiftKey:o,altKey:i,metaKey:s}){const r=t.closest(n);let a;a=!!this.interactiveElement&&!this.isDisabledElement(this.interactiveElement)&&(r instanceof HTMLLabelElement?null===this.host.querySelector(`#${r.htmlFor}`):!r),a&&this.interactiveElement.dispatchEvent(new MouseEvent("click",{ctrlKey:e,shiftKey:o,altKey:i,metaKey:s}))}render(){return e(o,{key:"cb2563465ebe024e8e98539c27c7a8d7084229d3","data-version":s,onClick:t=>this.dispatchClick(t)},e("slot",{key:"68fc1468da418e4ed38e89cbf7ef932f819993dd"}))}get host(){return i(this)}};r.style=":host{display:block;cursor:pointer;outline-offset:var(--post-device-spacing-padding-2) !important;outline:var(--post-scheme-color-interactive-focus-stroke) none var(--post-device-border-width-focus) !important}:host(:focus-within){outline-style:var(--post-core-border-style-solid) !important}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host(:focus-within){outline-color:Highlight !important}}";export{r as post_linkarea}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as o,h as e,H as t,a}from"./p-DE1aWdqx.js";import{b as r}from"./p-BQ3HlJPr.js";import{v as i}from"./p-Y58zWPwj.js";import{R as n}from"./p-NPUljV0P.js";import{T as s}from"./p-B6uZASBE.js";import"./p-DMiERazc.js";const d=["grid-1","grid-2","grid-3","grid-4"],p=class{constructor(e){o(this,e),this.device=r.get("device"),this.gridSlotDisplayed={},this.breakpointChange=o=>{this.device=o.detail},this.handleGridSlotChange=this.handleGridSlotChange.bind(this)}connectedCallback(){globalThis.addEventListener("postBreakpoint:device",this.breakpointChange)}componentWillLoad(){d.forEach((o=>{const e=this.host.querySelectorAll(`[slot="${o}"]`);this.updateGridSlotDisplay(o,e.length>0)}))}disconnectedCallback(){globalThis.removeEventListener("postBreakpoint:device",this.breakpointChange)}handleGridSlotChange(...o){return e=>{o.includes(this.device)&&e.target instanceof HTMLSlotElement&&this.updateGridSlotDisplay(e.target.name,e.target.assignedElements().length>0)}}updateGridSlotDisplay(o,e){this.gridSlotDisplayed[o]!==e&&(this.gridSlotDisplayed={...this.gridSlotDisplayed,[o]:e})}renderAccordion(){return e("post-accordion",{headingLevel:3,multiple:!0},d.map((o=>e("post-accordion-item",{class:{"d-none":!this.gridSlotDisplayed[o]},collapsed:!0},e("span",{slot:"header"},e("slot",{name:o+"-title"})),e("slot",{onSlotchange:this.handleGridSlotChange("mobile"),name:o})))))}renderColumns(){return d.map((o=>e("div",{class:{"d-none":!this.gridSlotDisplayed[o]}},e("h3",null,e("slot",{name:o+"-title"})),e("slot",{onSlotchange:this.handleGridSlotChange("tablet","desktop"),name:o}))))}render(){return e(t,{key:"87cf55de334d5e0f43bf466185d78c4786d49492","data-version":i,"data-color-scheme":"light"},e("footer",{key:"01820a64befabb4b96c731daaef91cada24b59dc"},e("h2",{key:"1b7b0177206199fe9eb1a16877002718225c5b0f",class:"visually-hidden"},this.textFooter),e("div",{key:"3252249313ad2ab7059d37ea62f3d0daefb64049",class:"prefooter"},e("div",{key:"b3e48c915c0589a6d48da769a23370bff625075d",class:"footer-container"},e("slot",{key:"c77d6704a11bb26f2b65824840409c5be1088360",name:"prefooter"}))),e("div",{key:"c68e4b4ed01a70af29415eca329e026a0428c0be",class:"footer-main"},e("div",{key:"7996bca4f2d84268dca0bbde8bc4df35eaaa7710",class:"footer-container"},e("div",{key:"3300d3fbcdffa533f91393a076d04e3fd03ead21",class:"footer-grid"},"mobile"===this.device?this.renderAccordion():this.renderColumns()),e("div",{key:"03c147ac0aa74c63defdf3d8e8a73b11826f4130",class:"footer-column"},e("div",{key:"3e90fd4ba3de91a5f93bf18b4ce35bc1fc2533d3",class:"footer-socialmedia"},e("slot",{key:"eb0cdffde42c3e3583526480a435ef4f43e85395",name:"socialmedia"})),e("div",{key:"2a861100a8e6421c246a6c1a1ba0270c35941789",class:"footer-app"},e("slot",{key:"fc851920dfe073739792ae575d4d7c991d3687a5",name:"app"}))),e("div",{key:"9f849af988b281c3951f5a59d350cba3145fb1fb",class:"footer-businesssectors"},e("slot",{key:"49afff2a24d9b27afedf2b8a3702209725648ba4",name:"businesssectors"})),e("div",{key:"e213b2b70acf362f6e5070d256f00a833c4ba09b",class:"footer-meta"},e("slot",{key:"064b8f8c7b66f23186d9e18e4ae1768ff117eaa0",name:"meta"})),e("div",{key:"f4ebcebe64a68b504840c7ed6e1e449def977956",class:"footer-copyright"},e("slot",{key:"e91e587a3c3babb8e350fbf540c892d2659b6c50",name:"copyright"}))))))}get host(){return a(this)}};(function(o,e,t,a){var r,i=arguments.length,n=i<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,t):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(o,e,t,a);else for(var s=o.length-1;s>=0;s--)(r=o[s])&&(n=(i<3?r(n):i>3?r(e,t,n):r(e,t))||n);i>3&&n&&Object.defineProperty(e,t,n)})([n(),s("string")],p.prototype,"textFooter",void 0),p.style=":host{display:block}footer{border-block-start:1px solid #373632;--post-footer-container-padding-block:32px;--post-footer-container-padding-inline:16px;--post-footer-container-max-width:1200px;--post-footer-prefooter-padding-block:16px;--post-footer-grid-template:auto / auto;--post-footer-grid-row-gap:0;--post-footer-grid-column-gap:0;--post-footer-grid-margin-block-end:24px;--post-footer-grid-padding-block-end:0;--post-footer-column-flex-direction:column;--post-footer-column-align-items:start;--post-footer-column-gap:0;--post-footer-list-flex-direction:column;--post-footer-list-gap:8px;--post-footer-list-align-items:start;--post-footer-socialmedia-margin-block-end:var(--post-footer-grid-margin-block-end);--post-footer-app-margin-block-end:var(--post-footer-grid-margin-block-end);--post-footer-businesssectors-margin-block-end:var(--post-footer-grid-margin-block-end);--post-footer-meta-margin-block-end:16px;--post-footer-meta-font-size:inherit;--post-footer-copyright-font-size:var(--post-footer-meta-font-size)}@media screen and (min-width: 600px){footer{--post-footer-container-padding-block:40px;--post-footer-prefooter-padding-block:32px;--post-footer-grid-template:repeat(2, auto) / repeat(2, auto);--post-footer-grid-row-gap:32px;--post-footer-grid-column-gap:16px;--post-footer-grid-margin-block-end:32px;--post-footer-grid-padding-block-end:32px;--post-footer-list-flex-direction:row;--post-footer-list-gap:16px;--post-footer-list-align-items:center;--post-footer-meta-margin-block-end:8px}}@media screen and (min-width: 780px){footer{--post-footer-container-padding-inline:40px}}@media screen and (min-width: 1024px){footer{--post-footer-container-padding-block:56px;--post-footer-grid-template:auto / repeat(4, auto);--post-footer-grid-row-gap:0;--post-footer-grid-column-gap:24px;--post-footer-grid-margin-block-end:40px;--post-footer-column-flex-direction:row;--post-footer-column-align-items:center;--post-footer-column-gap:32px;--post-footer-list-gap:24px;--post-footer-businesssectors-margin-block-end:24px;--post-footer-meta-font-size:16px}}:is(h3,.h3){margin:0;font-size:var(--post-device-font-size-6);line-height:var(--post-device-line-height-heading);font-weight:var(--post-device-font-weight-extra-black);text-wrap:balance}::slotted(ul){list-style:none;padding:0;margin:0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.footer-container{box-sizing:content-box;margin:0 auto;padding:var(--post-footer-container-padding-block) var(--post-footer-container-padding-inline);max-width:var(--post-footer-container-max-width)}.prefooter{background-color:#fafafa}.prefooter .footer-container{padding-block:0}.prefooter ::slotted([slot=prefooter]){padding-block:var(--post-footer-prefooter-padding-block)}.footer-main{background-color:#fc0}.footer-grid{display:grid;grid-template:var(--post-footer-grid-template);row-gap:var(--post-footer-grid-row-gap);column-gap:var(--post-footer-grid-column-gap);margin-block-end:var(--post-footer-grid-margin-block-end);padding-block-end:var(--post-footer-grid-padding-block-end)}.footer-grid:has(>.d-none+.d-none+.d-none+.d-none){margin-block-end:0;padding-block-end:0;row-gap:0;column-gap:0}.footer-grid post-accordion:has(>.d-none+.d-none+.d-none+.d-none){display:none}.footer-grid ::part(button),.footer-grid ::part(body){padding-inline:0}.footer-column{display:flex;flex-direction:var(--post-footer-column-flex-direction);flex-wrap:wrap;justify-content:space-between;align-items:var(--post-footer-column-align-items);column-gap:var(--post-footer-column-gap)}.footer-socialmedia ::slotted(div),.footer-app ::slotted(div),.footer-meta ::slotted(div){display:flex !important;flex-direction:var(--post-footer-list-flex-direction) !important;gap:var(--post-footer-list-gap) !important;align-items:var(--post-footer-list-align-items) !important}.footer-socialmedia{margin-block-end:var(--post-footer-socialmedia-margin-block-end)}.footer-app{margin-block-end:var(--post-footer-app-margin-block-end)}.prefooter ::slotted(div),.footer-businesssectors ::slotted(div){display:flex;flex-wrap:wrap;align-items:center;gap:var(--post-footer-list-gap) !important}.footer-businesssectors{margin-block-end:var(--post-footer-businesssectors-margin-block-end)}.footer-meta{margin-block-end:var(--post-footer-meta-margin-block-end);font-size:var(--post-footer-meta-font-size)}.footer-copyright{display:flex;flex-wrap:wrap;column-gap:.5rem;font-size:var(--post-footer-copyright-font-size)}.d-none{display:none}";export{p as post_footer}
|