@biggive/components 202303031447.0.0 → 202303171148.0.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/biggive/biggive.esm.js +1 -1
- package/dist/biggive/p-01d03da2.entry.js +1 -0
- package/dist/biggive/{p-fe9f3e72.entry.js → p-26c0b6cf.entry.js} +1 -1
- package/dist/biggive/{p-8876011d.entry.js → p-2c639bd5.entry.js} +1 -1
- package/dist/biggive/p-2d024615.entry.js +1 -0
- package/dist/biggive/{p-71054cf6.entry.js → p-41588003.entry.js} +1 -1
- package/dist/biggive/{p-0f38685b.entry.js → p-42649676.entry.js} +1 -1
- package/dist/biggive/{p-223759f6.entry.js → p-4402efe9.entry.js} +1 -1
- package/dist/biggive/p-4a1ba0c4.entry.js +1 -0
- package/dist/biggive/p-4adb4dce.entry.js +1 -0
- package/dist/biggive/{p-3b378f79.entry.js → p-5406c558.entry.js} +1 -1
- package/dist/biggive/p-63abb338.entry.js +1 -0
- package/dist/biggive/{p-d7f8a6fd.entry.js → p-87487165.entry.js} +1 -1
- package/dist/biggive/{p-eb6aecf0.entry.js → p-87edb8c6.entry.js} +1 -1
- package/dist/biggive/p-8feb91ae.entry.js +1 -0
- package/dist/biggive/p-b73fddaa.entry.js +1 -0
- package/dist/biggive/p-ead5a5ce.entry.js +1 -0
- package/dist/biggive/{p-f8e38bb9.entry.js → p-f375edb7.entry.js} +1 -1
- package/dist/biggive/p-f6dedf7d.entry.js +1 -0
- package/dist/biggive/{p-acf3bcd9.js → p-ff8bc382.js} +2 -2
- package/dist/cjs/{biggive-back-to-top_27.cjs.entry.js → biggive-accordion_35.cjs.entry.js} +433 -11
- package/dist/cjs/biggive-article-card.cjs.entry.js +2 -2
- package/dist/cjs/biggive-basic-card.cjs.entry.js +6 -3
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-biography-card.cjs.entry.js +1 -1
- package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -2
- package/dist/cjs/biggive-category-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-form.cjs.entry.js +1 -1
- package/dist/cjs/biggive-formatted-text.cjs.entry.js +2 -2
- package/dist/cjs/biggive-header.cjs.entry.js +1 -1
- package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-nav-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-nav-item.cjs.entry.js +1 -1
- package/dist/cjs/biggive-popup-standalone.cjs.entry.js +1 -1
- package/dist/cjs/biggive-search.cjs.entry.js +1 -1
- package/dist/cjs/biggive-table.cjs.entry.js +2 -2
- package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
- package/dist/cjs/biggive-video.cjs.entry.js +1 -1
- package/dist/cjs/biggive.cjs.js +2 -2
- package/dist/cjs/{index-4ae5dbd7.js → index-8dd1da4d.js} +3 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +6 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.css +315 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.js +114 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.stories.js +52 -0
- package/dist/collection/components/biggive-accordion-entry/biggive-accordion-entry.css +14 -0
- package/dist/collection/components/biggive-accordion-entry/biggive-accordion-entry.js +43 -0
- package/dist/collection/components/biggive-article-card/biggive-article-card.css +45 -0
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +70 -0
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +77 -31
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +65 -0
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +25 -0
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +20 -0
- package/dist/collection/components/biggive-carousel/biggive-carousel.css +223 -0
- package/dist/collection/components/biggive-carousel/biggive-carousel.js +161 -0
- package/dist/collection/components/biggive-carousel/biggive-carousel.stories.js +84 -0
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +65 -0
- package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +20 -0
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +88 -18
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +68 -19
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.stories.js +2 -0
- package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +20 -0
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +89 -0
- package/dist/collection/components/biggive-quote/biggive-quote.css +65 -0
- package/dist/collection/components/biggive-quote/biggive-quote.js +45 -11
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +113 -0
- package/dist/collection/components/biggive-tab/biggive-tab.js +2 -2
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +355 -0
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +206 -12
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.stories.js +48 -3
- package/dist/collection/components/biggive-table/biggive-table.css +41 -0
- package/dist/collection/components/biggive-table/biggive-table.js +8 -3
- package/dist/collection/components/biggive-timeline/biggive-timeline.css +733 -0
- package/dist/collection/components/biggive-timeline/biggive-timeline.js +394 -0
- package/dist/collection/components/biggive-timeline/biggive-timeline.stories.js +133 -0
- package/dist/collection/components/biggive-timeline-entry/biggive-timeline-entry.css +14 -0
- package/dist/collection/components/biggive-timeline-entry/biggive-timeline-entry.js +59 -0
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.css +224 -0
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.js +213 -0
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.stories.js +63 -0
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +45 -0
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +20 -0
- package/dist/components/biggive-accordion-entry.d.ts +11 -0
- package/dist/components/biggive-accordion-entry.js +37 -0
- package/dist/components/biggive-accordion.d.ts +11 -0
- package/dist/components/biggive-accordion.js +58 -0
- package/dist/components/biggive-article-card.js +1 -1
- package/dist/components/biggive-basic-card.js +7 -3
- package/dist/components/biggive-beneficiary-icon.js +1 -1
- package/dist/components/biggive-boxed-content.js +1 -1
- package/dist/components/biggive-call-to-action.js +1 -1
- package/dist/components/biggive-carousel.d.ts +11 -0
- package/dist/components/biggive-carousel.js +88 -0
- package/dist/components/biggive-category-icon.js +1 -1
- package/dist/components/biggive-formatted-text.js +1 -1
- package/dist/components/biggive-hero-image.js +4 -2
- package/dist/components/biggive-image-feature.js +1 -1
- package/dist/components/biggive-misc-icon2.js +1 -1
- package/dist/components/biggive-quote.js +5 -3
- package/dist/components/biggive-social-icon.js +1 -1
- package/dist/components/biggive-tab.js +1 -1
- package/dist/components/biggive-tabbed-content.js +78 -4
- package/dist/components/biggive-table.js +1 -1
- package/dist/components/biggive-timeline-entry.d.ts +11 -0
- package/dist/components/biggive-timeline-entry.js +38 -0
- package/dist/components/biggive-timeline.d.ts +11 -0
- package/dist/components/biggive-timeline.js +140 -0
- package/dist/components/biggive-tipping-slider.d.ts +11 -0
- package/dist/components/biggive-tipping-slider.js +115 -0
- package/dist/components/biggive-totalizer.js +1 -1
- package/dist/components/biggive-video-feature.js +1 -1
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.js +6 -0
- package/dist/esm/{biggive-back-to-top_27.entry.js → biggive-accordion_35.entry.js} +426 -12
- package/dist/esm/biggive-article-card.entry.js +2 -2
- package/dist/esm/biggive-basic-card.entry.js +6 -3
- package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
- package/dist/esm/biggive-biography-card.entry.js +1 -1
- package/dist/esm/biggive-boxed-content.entry.js +2 -2
- package/dist/esm/biggive-category-icon.entry.js +2 -2
- package/dist/esm/biggive-form.entry.js +1 -1
- package/dist/esm/biggive-formatted-text.entry.js +2 -2
- package/dist/esm/biggive-header.entry.js +1 -1
- package/dist/esm/biggive-icon-group.entry.js +1 -1
- package/dist/esm/biggive-nav-group.entry.js +1 -1
- package/dist/esm/biggive-nav-item.entry.js +1 -1
- package/dist/esm/biggive-popup-standalone.entry.js +1 -1
- package/dist/esm/biggive-search.entry.js +1 -1
- package/dist/esm/biggive-table.entry.js +2 -2
- package/dist/esm/biggive-text-input.entry.js +1 -1
- package/dist/esm/biggive-video.entry.js +1 -1
- package/dist/esm/biggive.js +2 -2
- package/dist/esm/{index-43541c5f.js → index-801eebfb.js} +4 -1
- package/dist/esm/loader.js +2 -2
- package/dist/types/components/biggive-accordion/biggive-accordion.d.ts +12 -0
- package/dist/types/components/biggive-accordion/biggive-accordion.stories.d.ts +28 -0
- package/dist/types/components/biggive-accordion-entry/biggive-accordion-entry.d.ts +5 -0
- package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +8 -50
- package/dist/types/components/biggive-carousel/biggive-carousel.d.ts +18 -0
- package/dist/types/components/biggive-carousel/biggive-carousel.stories.d.ts +35 -0
- package/dist/types/components/biggive-hero-image/biggive-hero-image.d.ts +14 -8
- package/dist/types/components/biggive-quote/biggive-quote.d.ts +5 -14
- package/dist/types/components/biggive-tab/biggive-tab.d.ts +0 -3
- package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.d.ts +18 -8
- package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.stories.d.ts +36 -1
- package/dist/types/components/biggive-table/biggive-table.d.ts +2 -1
- package/dist/types/components/biggive-timeline/biggive-timeline.d.ts +27 -0
- package/dist/types/components/biggive-timeline/biggive-timeline.stories.d.ts +91 -0
- package/dist/types/components/biggive-timeline-entry/biggive-timeline-entry.d.ts +8 -0
- package/dist/types/components/biggive-tipping-slider/biggive-tipping-slider.d.ts +18 -0
- package/dist/types/components/biggive-tipping-slider/biggive-tipping-slider.stories.d.ts +46 -0
- package/dist/types/components.d.ts +200 -164
- package/hydrate/index.js +513 -27
- package/package.json +1 -1
- package/dist/biggive/p-13f4a2c4.entry.js +0 -1
- package/dist/biggive/p-34cfc5da.entry.js +0 -1
- package/dist/biggive/p-52bb0267.entry.js +0 -1
- package/dist/biggive/p-53189bc6.entry.js +0 -1
- package/dist/biggive/p-5a38b219.entry.js +0 -1
- package/dist/biggive/p-64a544fa.entry.js +0 -1
- package/dist/biggive/p-95bd7f7a.entry.js +0 -1
- package/dist/biggive/p-99f18976.entry.js +0 -1
- package/dist/biggive/p-a0941518.entry.js +0 -1
- package/dist/biggive/p-d8432f12.entry.js +0 -1
- package/dist/biggive/p-ee1c5baf.entry.js +0 -1
- package/dist/cjs/biggive-tab.cjs.entry.js +0 -20
- package/dist/cjs/biggive-tabbed-content.cjs.entry.js +0 -21
- package/dist/esm/biggive-tab.entry.js +0 -16
- package/dist/esm/biggive-tabbed-content.entry.js +0 -17
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as r}from"./p-ff8bc382.js";const e=class{constructor(r){o(this,r),this.spaceBelow=0,this.backgroundColour="white",this.backgroundColourHover="tertiary",this.textColour="black",this.slug=void 0,this.date=void 0,this.mainTitle=void 0,this.imageUrl=void 0,this.imageAltText=void 0,this.imageLabel=void 0,this.buttonLabel=void 0,this.buttonUrl=void 0}render(){return r("div",{class:"container space-below-"+this.spaceBelow},r("div",{class:"sleeve background-colour-"+this.backgroundColour+" background-colour-hover-"+this.backgroundColourHover+" text-colour-"+this.textColour},r("div",{class:"content-wrap"},""!=this.slug?r("div",{class:"slug text-colour-primary"},this.slug):null,""!=this.date?r("div",{class:"date"},this.date):null,r("h3",{class:"title"},r("a",{href:this.buttonUrl},this.mainTitle)),""!=this.imageUrl?r("div",{class:"image-group"},r("div",{class:"image-wrap",style:{"background-image":"url('"+this.imageUrl+"')"}},r("img",{src:this.imageUrl,alt:this.imageAltText,title:this.imageAltText})),r("div",{class:"image-label"},this.imageLabel)):null,null!=this.buttonLabel&&null!=this.buttonUrl?r("div",{class:"button-wrap align-right"},r("biggive-button",{"colour-scheme":"clear-primary",url:this.buttonUrl,label:this.buttonLabel})):null)))}};e.style='a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-grey-extra-light:hover,.background-colour-grey-extra-light{background-color:#D7D7D7}.background-colour-hover-grey-light:hover,.background-colour-grey-light{background-color:#E8E8E8}.background-colour-hover-grey-medium:hover,.background-colour-grey-medium{background-color:#8A8A8A}.background-colour-hover-grey-dark:hover,.background-colour-grey-dark{background-color:#4A4A4A}.image-wrap img{width:100%;height:auto}.space-above-0{margin-top:0}.space-above-1{margin-top:5px}.space-above-2{margin-top:10px}.space-above-3{margin-top:15px}.space-above-4{margin-top:30px}.space-above-5{margin-top:45px}.space-above-6{margin-top:60px}.space-below-0{margin-bottom:0}.space-below-1{margin-bottom:5px}.space-below-2{margin-bottom:10px}.space-below-3{margin-bottom:15px}.space-below-4{margin-bottom:30px}.space-below-5{margin-bottom:45px}.space-below-6{margin-bottom:60px}.text-colour-hover-primary:hover,.text-colour-primary{color:#2C089B}.text-colour-hover-secondary:hover,.text-colour-secondary{color:#2AF135}.text-colour-hover-tertiary:hover,.text-colour-tertiary{color:#FF7272}.text-colour-hover-brand-1:hover,.text-colour-brand-1{color:#B30510}.text-colour-hover-brand-2:hover,.text-colour-brand-2{color:#6E0887}.text-colour-hover-brand-3:hover,.text-colour-brand-3{color:#50B400}.text-colour-hover-brand-4:hover,.text-colour-brand-4{color:#FFE500}.text-colour-hover-brand-5:hover,.text-colour-brand-5{color:#F07D00}.text-colour-hover-brand-6:hover,.text-colour-brand-6{color:#CBC8C8}.text-colour-hover-white:hover,.text-colour-white{color:#FFFFFF}.text-colour-hover-black:hover,.text-colour-black{color:#000000}.text-colour-hover-grey-extra-light:hover,.text-colour-grey-extra-light{color:#D7D7D7}.text-colour-hover-grey-light:hover,.text-colour-grey-light{color:#E8E8E8}.text-colour-hover-grey-medium:hover,.text-colour-grey-medium{color:#8A8A8A}.text-colour-hover-grey-dark:hover,.text-colour-grey-dark{color:#4A4A4A}:host{display:contents}.align-right{text-align:right}.container{font-family:"Euclid Triangle", sans-serif;font-size:17px;line-height:24px;position:relative;text-align:left;padding:30px}.container .sleeve{padding:30px 30px 0 30px;clip-path:polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px))}.container .slug{margin-bottom:5px}.container .date{font-size:13px;line-height:17px;margin-bottom:15px}.container h3{font-size:20px;line-height:24px;font-weight:bold;margin-bottom:15px}.container h3 a,.container h3 a:hover{text-decoration:none}.container .image-group{margin-bottom:15px}.container .image-group .image-wrap{border-radius:50%;width:60px;height:60px;background-size:cover;background-position:center center;margin-bottom:5px}.container .image-group .image-wrap img{display:none}.container .image-group .image-label{font-size:13px;line-height:17px}';export{e as biggive_article_card}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as o}from"./p-ff8bc382.js";const e=class{constructor(o){t(this,o),this.spaceBelow=0,this.defaultTextColour="primary",this.maxWidth=100}render(){return o("div",{class:"container max-width-"+this.maxWidth+" text-colour-"+this.defaultTextColour+" space-below-"+this.spaceBelow},o("slot",null))}};e.style='a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.space-above-0{margin-top:0}.space-above-1{margin-top:5px}.space-above-2{margin-top:10px}.space-above-3{margin-top:15px}.space-above-4{margin-top:30px}.space-above-5{margin-top:45px}.space-above-6{margin-top:60px}.space-below-0{margin-bottom:0}.space-below-1{margin-bottom:5px}.space-below-2{margin-bottom:10px}.space-below-3{margin-bottom:15px}.space-below-4{margin-bottom:30px}.space-below-5{margin-bottom:45px}.space-below-6{margin-bottom:60px}.text-colour-hover-primary:hover,.text-colour-primary{color:#2C089B}.text-colour-hover-secondary:hover,.text-colour-secondary{color:#2AF135}.text-colour-hover-tertiary:hover,.text-colour-tertiary{color:#FF7272}.text-colour-hover-brand-1:hover,.text-colour-brand-1{color:#B30510}.text-colour-hover-brand-2:hover,.text-colour-brand-2{color:#6E0887}.text-colour-hover-brand-3:hover,.text-colour-brand-3{color:#50B400}.text-colour-hover-brand-4:hover,.text-colour-brand-4{color:#FFE500}.text-colour-hover-brand-5:hover,.text-colour-brand-5{color:#F07D00}.text-colour-hover-brand-6:hover,.text-colour-brand-6{color:#CBC8C8}.text-colour-hover-white:hover,.text-colour-white{color:#FFFFFF}.text-colour-hover-black:hover,.text-colour-black{color:#000000}.text-colour-hover-grey-extra-light:hover,.text-colour-grey-extra-light{color:#D7D7D7}.text-colour-hover-grey-light:hover,.text-colour-grey-light{color:#E8E8E8}.text-colour-hover-grey-medium:hover,.text-colour-grey-medium{color:#8A8A8A}.text-colour-hover-grey-dark:hover,.text-colour-grey-dark{color:#4A4A4A}:host{display:block}.container{font-family:"Euclid Triangle", sans-serif;font-size:17px;line-height:24px}.container img{width:100%;height:auto}.container.max-width-10 .sleeve{max-width:10%;margin-left:auto;margin-right:auto}.container.max-width-15 .sleeve{max-width:15%;margin-left:auto;margin-right:auto}.container.max-width-20 .sleeve{max-width:20%;margin-left:auto;margin-right:auto}.container.max-width-25 .sleeve{max-width:25%;margin-left:auto;margin-right:auto}.container.max-width-30 .sleeve{max-width:30%;margin-left:auto;margin-right:auto}.container.max-width-35 .sleeve{max-width:35%;margin-left:auto;margin-right:auto}.container.max-width-40 .sleeve{max-width:40%;margin-left:auto;margin-right:auto}.container.max-width-45 .sleeve{max-width:45%;margin-left:auto;margin-right:auto}.container.max-width-50 .sleeve{max-width:50%;margin-left:auto;margin-right:auto}.container.max-width-55 .sleeve{max-width:55%;margin-left:auto;margin-right:auto}.container.max-width-60 .sleeve{max-width:60%;margin-left:auto;margin-right:auto}.container.max-width-65 .sleeve{max-width:65%;margin-left:auto;margin-right:auto}.container.max-width-70 .sleeve{max-width:70%;margin-left:auto;margin-right:auto}.container.max-width-75 .sleeve{max-width:75%;margin-left:auto;margin-right:auto}.container.max-width-80 .sleeve{max-width:80%;margin-left:auto;margin-right:auto}.container.max-width-85 .sleeve{max-width:85%;margin-left:auto;margin-right:auto}.container.max-width-90 .sleeve{max-width:90%;margin-left:auto;margin-right:auto}.container.max-width-95 .sleeve{max-width:95%;margin-left:auto;margin-right:auto}';export{e as biggive_formatted_text}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as s,h as t,H as r}from"./p-
|
|
1
|
+
import{r as s,h as t,H as r}from"./p-ff8bc382.js";const o=class{constructor(t){s(this,t)}render(){return t(r,null,t("slot",null))}};o.style=":host{display:block}";export{o as biggive_text_input}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as r}from"./p-ff8bc382.js";const d=class{constructor(r){o(this,r),this.spaceBelow=0,this.verticalPadding=3,this.horizontalPadding=3,this.backgroundColour="white",this.shadow=!0}render(){return r("div",{class:"container background-colour-"+this.backgroundColour+" space-below-"+this.spaceBelow+" horizontal-padding-"+this.horizontalPadding+" vertical-padding-"+this.verticalPadding+" shadow-"+this.shadow},r("slot",null))}};d.style='a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-grey-extra-light:hover,.background-colour-grey-extra-light{background-color:#D7D7D7}.background-colour-hover-grey-light:hover,.background-colour-grey-light{background-color:#E8E8E8}.background-colour-hover-grey-medium:hover,.background-colour-grey-medium{background-color:#8A8A8A}.background-colour-hover-grey-dark:hover,.background-colour-grey-dark{background-color:#4A4A4A}:host{display:content}.container{font-family:"Euclid Triangle", sans-serif;font-size:17px;line-height:24px}.horizontal-padding-1{padding-left:5px;padding-right:5px}.horizontal-padding-2{padding-left:10px;padding-right:10px}.horizontal-padding-3{padding-left:15px;padding-right:15px}.horizontal-padding-4{padding-left:30px;padding-right:30px}.horizontal-padding-5{padding-left:45px;padding-right:45px}.horizontal-padding-6{padding-left:60px;padding-right:60px}.vertical-padding-1{padding-top:5px;padding-bottom:5px}.vertical-padding-2{padding-top:10px;padding-bottom:10px}.vertical-padding-3{padding-top:15px;padding-bottom:15px}.vertical-padding-4{padding-top:30px;padding-bottom:30px}.vertical-padding-5{padding-top:45px;padding-bottom:45px}.vertical-padding-6{padding-top:60px;padding-bottom:60px}';export{d as biggive_boxed_content}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as n,c as e,h as i}from"./p-
|
|
1
|
+
import{r as n,c as e,h as i}from"./p-ff8bc382.js";import{f as o,o as r}from"./p-9b3ded89.js";const t=class{constructor(i){n(this,i),this.doSearch=e(this,"doSearch",7),this.handleSearchTextChanged=n=>{this.searchText=n.target.value},this.handleSearchButtonPressed=()=>{this.doSearch.emit(this.searchText)},this.handleEnterPressed=n=>{"Enter"===n.key&&this.doSearch.emit(this.searchText)},this.clearSearchText=()=>{this.searchText=""},this.searchText=void 0,this.placeholderText=void 0,this.buttonText=void 0}render(){return i("div",{class:"padding-enclosure"},i("div",{class:"outer-container"},i("div",{class:"triangle triangle-before"}),i("div",{class:"inner-container"},i("h2",null,"Find a charity or project"),i("div",{class:"search-box"},i("svg",{xmlns:"http://www.w3.org/2000/svg",class:"icon",viewBox:"0 0 512 512"},i("path",{d:o.icon[4].toString()})),i("input",{type:"text",value:this.searchText,placeholder:this.placeholderText,onInput:this.handleSearchTextChanged,onKeyDown:this.handleEnterPressed}),i("svg",{xmlns:"http://www.w3.org/2000/svg",class:"icon",id:"x-icon",viewBox:"0 0 512 512",onClick:this.clearSearchText},i("path",{d:r.icon[4].toString()}))),i("biggive-button",{label:this.buttonText,onClick:this.handleSearchButtonPressed})),i("div",{class:"triangle triangle-after"})))}};t.style='a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.padding-enclosure{width:100%;padding:20px 30px 20px 10px;box-sizing:border-box}.padding-enclosure .outer-container{width:calc(100% - 50px);position:absolute;background-color:white}.padding-enclosure .outer-container .triangle{width:0;height:0;position:absolute;border-right:50px solid transparent;border-left:50px solid transparent;border-bottom:86.60254px solid #2AF135}.padding-enclosure .outer-container .triangle-before{top:-35px;left:-40px;z-index:-1;rotate:-23deg}.padding-enclosure .outer-container .triangle-after{bottom:-15px;right:-20px;z-index:-1;rotate:-15deg}.padding-enclosure .outer-container .inner-container{font-family:"Euclid Triangle", sans-serif;font-size:17px;line-height:24px;padding:1.5rem;box-sizing:border-box}.padding-enclosure .outer-container .inner-container h2{width:100%;font-weight:500;margin-top:0px;margin-bottom:0px;font-size:1.2rem}.padding-enclosure .outer-container .inner-container .search-box{display:flex;padding:10px 10px 5px 10px;margin-top:1rem;margin-bottom:1.25rem;border-bottom:1px solid black}.padding-enclosure .outer-container .inner-container .search-box .icon{height:1rem;width:2rem;vertical-align:-0.125rem;margin:auto}.padding-enclosure .outer-container .inner-container .search-box .icon>path{fill:#2C089B}.padding-enclosure .outer-container .inner-container .search-box #x-icon:hover{cursor:pointer}.padding-enclosure .outer-container .inner-container .search-box input{font-family:"Euclid Triangle", sans-serif;font-size:17px;line-height:24px;width:100%;box-sizing:border-box;border:none;border-radius:3px;font-size:1.1rem}.padding-enclosure .outer-container .inner-container .search-box input::placeholder{color:#969696}.padding-enclosure .outer-container .inner-container .search-box input:focus{outline:none}.padding-enclosure .outer-container .inner-container button{font-family:"Euclid Triangle", sans-serif;font-size:17px;line-height:24px;width:100%;padding:0.75rem;box-sizing:border-box;background-color:#2C089B;color:white;border:none;border-radius:5px;font-size:1rem}.padding-enclosure .outer-container .inner-container button:hover{cursor:pointer;background-color:navy}';export{t as biggive_search}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as a,h as o}from"./p-
|
|
1
|
+
import{r as a,h as o}from"./p-ff8bc382.js";const t=class{constructor(o){a(this,o),this.spaceBelow=0,this.imageUrl="",this.fullName="",this.jobTitle=""}render(){return o("div",{class:"container space-below-"+this.spaceBelow},""!=this.imageUrl?o("div",{class:"image-wrap",style:{"background-image":"url('"+this.imageUrl+"')"}},o("img",{src:this.imageUrl,alt:this.fullName,title:this.fullName})):null,o("h3",{class:"full-name"},this.fullName),o("div",{class:"job-title"},this.jobTitle))}};t.style="a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.image-wrap img{width:100%;height:auto}.space-above-0{margin-top:0}.space-above-1{margin-top:5px}.space-above-2{margin-top:10px}.space-above-3{margin-top:15px}.space-above-4{margin-top:30px}.space-above-5{margin-top:45px}.space-above-6{margin-top:60px}.space-below-0{margin-bottom:0}.space-below-1{margin-bottom:5px}.space-below-2{margin-bottom:10px}.space-below-3{margin-bottom:15px}.space-below-4{margin-bottom:30px}.space-below-5{margin-bottom:45px}.space-below-6{margin-bottom:60px}:host{display:block}.container{background-size:contain;background-position:center center}";export{t as biggive_biography_card}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as s,h as r,H as o}from"./p-ff8bc382.js";const t=class{constructor(r){s(this,r)}render(){return r(o,null,r("slot",null))}};t.style=":host{display:block}";export{t as biggive_form}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as r}from"./p-ff8bc382.js";import{F as i}from"./p-9fe5b848.js";import"./p-9b3ded89.js";const c=class{constructor(r){o(this,r),this.backgroundColour="primary",this.iconColour="white",this.icon="Other",this.label=void 0,this.url="#"}getBeneficiaryIcon(){return i.getBeneficiaryIcon(this.icon)}render(){return r("div",{class:"container"},r("div",{class:"beneficiary-icon-item background-colour-"+this.backgroundColour},r("a",{href:this.url},r("svg",{width:this.getBeneficiaryIcon().icon[0],height:this.getBeneficiaryIcon().icon[1],xmlns:"http://www.w3.org/2000/svg",class:"fill-"+this.iconColour,viewBox:"0 0 "+this.getBeneficiaryIcon().icon[0]+" "+this.getBeneficiaryIcon().icon[1]},r("path",{d:this.getBeneficiaryIcon().icon[4].toString()})))),r("div",{class:"label"},this.label))}};c.style='a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-grey-extra-light:hover,.background-colour-grey-extra-light{background-color:#D7D7D7}.background-colour-hover-grey-light:hover,.background-colour-grey-light{background-color:#E8E8E8}.background-colour-hover-grey-medium:hover,.background-colour-grey-medium{background-color:#8A8A8A}.background-colour-hover-grey-dark:hover,.background-colour-grey-dark{background-color:#4A4A4A}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-brand-1{fill:#B30510}.fill-brand-2{fill:#6E0887}.fill-brand-3{fill:#50B400}.fill-brand-4{fill:#FFE500}.fill-brand-5{fill:#F07D00}.fill-brand-6{fill:#CBC8C8}.fill-brand-mhf-turquoise{fill:#62CFC9}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-grey-extra-light{fill:#D7D7D7}.fill-grey-light{fill:#E8E8E8}.fill-grey-medium{fill:#8A8A8A}.fill-grey-dark{fill:#4A4A4A}.fill-red{fill:red}:host{display:contents}.container{font-family:"Euclid Triangle", sans-serif;font-size:17px;line-height:24px;display:flex;justify-content:flex-start}.container .label{padding-left:15px;font-size:11px;line-height:14px;width:60px;margin-top:auto;margin-bottom:auto}.beneficiary-icon-item{width:40px;height:40px;border-radius:50%;text-align:center;transition:all ease-in-out 0.5s;display:inline-block;margin-right:10px;width:30px;height:30px}.beneficiary-icon-item.colour-scheme-primary{background-color:#2C089B}.beneficiary-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.beneficiary-icon-item.colour-scheme-secondary{background-color:#2AF135}.beneficiary-icon-item.colour-scheme-secondary svg{fill:#000000}.beneficiary-icon-item.colour-scheme-tertiary{background-color:#FF7272}.beneficiary-icon-item.colour-scheme-tertiary svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-1{background-color:#B30510}.beneficiary-icon-item.colour-scheme-brand-1 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-2{background-color:#6E0887}.beneficiary-icon-item.colour-scheme-brand-2 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-3{background-color:#50B400}.beneficiary-icon-item.colour-scheme-brand-3 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-4{background-color:#FFE500}.beneficiary-icon-item.colour-scheme-brand-4 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-5{background-color:#F07D00}.beneficiary-icon-item.colour-scheme-brand-5 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.beneficiary-icon-item.colour-scheme-brand-6 svg{fill:#000000}.beneficiary-icon-item.colour-scheme-white{background-color:#FFFFFF}.beneficiary-icon-item.colour-scheme-white svg{fill:#000000}.beneficiary-icon-item.colour-scheme-black{background-color:#000000}.beneficiary-icon-item.colour-scheme-black svg{fill:#FFFFFF}.beneficiary-icon-item.colour-scheme-black{background-color:#D7D7D7}.beneficiary-icon-item.colour-scheme-black svg{fill:#D7D7D7}.beneficiary-icon-item.colour-scheme-black{background-color:#E8E8E8}.beneficiary-icon-item.colour-scheme-black svg{fill:#E8E8E8}.beneficiary-icon-item.colour-scheme-black{background-color:#8A8A8A}.beneficiary-icon-item.colour-scheme-black svg{fill:#8A8A8A}.beneficiary-icon-item.colour-scheme-black{background-color:#4A4A4A}.beneficiary-icon-item.colour-scheme-black svg{fill:#4A4A4A}.beneficiary-icon-item:hover{background-color:#FFFFFF}.beneficiary-icon-item:hover svg{fill:#000000}.beneficiary-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.beneficiary-icon-item a svg{width:100%;height:100%}.beneficiary-icon-item a{padding:6px}';export{c as biggive_beneficiary_icon}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as r}from"./p-ff8bc382.js";const c=class{constructor(r){o(this,r),this.spaceBelow=0,this.headerTextColour="primary",this.headerBackgroundColour="white",this.bodyTextColour="black",this.bodyBackgroundColour="grey-light"}render(){return r("div",{class:"container header-text-colour-"+this.headerTextColour+" header-background-colour-"+this.headerBackgroundColour+" body-text-colour-"+this.bodyTextColour+" body-background-colour-"+this.bodyBackgroundColour+" space-below-"+this.spaceBelow},r("slot",null))}};c.style='a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-grey-extra-light:hover,.background-colour-grey-extra-light{background-color:#D7D7D7}.background-colour-hover-grey-light:hover,.background-colour-grey-light{background-color:#E8E8E8}.background-colour-hover-grey-medium:hover,.background-colour-grey-medium{background-color:#8A8A8A}.background-colour-hover-grey-dark:hover,.background-colour-grey-dark{background-color:#4A4A4A}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-brand-1{fill:#B30510}.fill-brand-2{fill:#6E0887}.fill-brand-3{fill:#50B400}.fill-brand-4{fill:#FFE500}.fill-brand-5{fill:#F07D00}.fill-brand-6{fill:#CBC8C8}.fill-brand-mhf-turquoise{fill:#62CFC9}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-grey-extra-light{fill:#D7D7D7}.fill-grey-light{fill:#E8E8E8}.fill-grey-medium{fill:#8A8A8A}.fill-grey-dark{fill:#4A4A4A}.fill-red{fill:red}:host{display:contents;font-family:"Euclid Triangle", sans-serif;font-size:17px;line-height:24px}.container.header-text-colour-primary thead{color:#2C089B}.container.header-background-colour-primary thead{background-color:#2C089B}.container.body-text-colour-primary tbody{color:#2C089B}.container.body-background-colour-primary tbody{background-color:#2C089B}.container.header-text-colour-secondary thead{color:#2AF135}.container.header-background-colour-secondary thead{background-color:#2AF135}.container.body-text-colour-secondary tbody{color:#2AF135}.container.body-background-colour-secondary tbody{background-color:#2AF135}.container.header-text-colour-tertiary thead{color:#FF7272}.container.header-background-colour-tertiary thead{background-color:#FF7272}.container.body-text-colour-tertiary tbody{color:#FF7272}.container.body-background-colour-tertiary tbody{background-color:#FF7272}.container.header-text-colour-brand-1 thead{color:#B30510}.container.header-background-colour-brand-1 thead{background-color:#B30510}.container.body-text-colour-brand-1 tbody{color:#B30510}.container.body-background-colour-brand-1 tbody{background-color:#B30510}.container.header-text-colour-brand-2 thead{color:#6E0887}.container.header-background-colour-brand-2 thead{background-color:#6E0887}.container.body-text-colour-brand-2 tbody{color:#6E0887}.container.body-background-colour-brand-2 tbody{background-color:#6E0887}.container.header-text-colour-brand-3 thead{color:#50B400}.container.header-background-colour-brand-3 thead{background-color:#50B400}.container.body-text-colour-brand-3 tbody{color:#50B400}.container.body-background-colour-brand-3 tbody{background-color:#50B400}.container.header-text-colour-brand-4 thead{color:#FFE500}.container.header-background-colour-brand-4 thead{background-color:#FFE500}.container.body-text-colour-brand-4 tbody{color:#FFE500}.container.body-background-colour-brand-4 tbody{background-color:#FFE500}.container.header-text-colour-brand-5 thead{color:#F07D00}.container.header-background-colour-brand-5 thead{background-color:#F07D00}.container.body-text-colour-brand-5 tbody{color:#F07D00}.container.body-background-colour-brand-5 tbody{background-color:#F07D00}.container.header-text-colour-brand-6 thead{color:#62CFC9}.container.header-background-colour-brand-6 thead{background-color:#62CFC9}.container.body-text-colour-brand-6 tbody{color:#62CFC9}.container.body-background-colour-brand-6 tbody{background-color:#62CFC9}.container.header-text-colour-white thead{color:#FFFFFF}.container.header-background-colour-white thead{background-color:#FFFFFF}.container.body-text-colour-white tbody{color:#FFFFFF}.container.body-background-colour-white tbody{background-color:#FFFFFF}.container.header-text-colour-black thead{color:#000000}.container.header-background-colour-black thead{background-color:#000000}.container.body-text-colour-black tbody{color:#000000}.container.body-background-colour-black tbody{background-color:#000000}.container.header-text-colour-grey-extra-light thead{color:#D7D7D7}.container.header-background-colour-grey-extra-light thead{background-color:#D7D7D7}.container.body-text-colour-grey-extra-light tbody{color:#D7D7D7}.container.body-background-colour-grey-extra-light tbody{background-color:#D7D7D7}.container.header-text-colour-grey-light thead{color:#E8E8E8}.container.header-background-colour-grey-light thead{background-color:#E8E8E8}.container.body-text-colour-grey-light tbody{color:#E8E8E8}.container.body-background-colour-grey-light tbody{background-color:#E8E8E8}.container.header-text-colour-grey-medium thead{color:#8A8A8A}.container.header-background-colour-grey-medium thead{background-color:#8A8A8A}.container.body-text-colour-grey-medium tbody{color:#8A8A8A}.container.body-background-colour-grey-medium tbody{background-color:#8A8A8A}.container.header-text-colour-grey-dark thead{color:#4A4A4A}.container.header-background-colour-grey-dark thead{background-color:#4A4A4A}.container.body-text-colour-grey-dark tbody{color:#4A4A4A}.container.body-background-colour-grey-dark tbody{background-color:#4A4A4A}.container table{width:100%;border-collapse:collapse;border:0}.container table td,.container table th{padding:10px 20px;border:0;font-size:inherit}.container table thead{filter:drop-shadow(-1px 3px 12px rgba(0, 0, 0, 0.15))}.container table thead td,.container table thead th{font-weight:bold}.container table tbody tr.odd{background-color:rgba(255, 255, 255, 0.3)}.container table tbody td,.container table tbody th{font-size:80%}';export{c as biggive_table}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as o,h as e}from"./p-
|
|
1
|
+
import{r as o,h as e}from"./p-ff8bc382.js";const t=class{constructor(e){o(this,e)}render(){return e("div",{class:"popup","data-visible":"true"},e("div",{class:"sleeve"},e("div",{class:"header"}),e("div",{class:"content"},e("slot",null))))}};t.style="a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}:host{display:contents}.popup{position:fixed;display:none;z-index:100;top:0;bottom:0;left:0;right:0;padding:15px;background-color:rgba(0, 0, 0, 0.75);transition:all 0.5s ease-in-out}.popup .sleeve{position:relative;max-width:600px;padding:30px;box-sizing:border-box;position:relative;margin-left:auto;margin-right:auto;top:50%;transform:translateY(-50%);background-color:#FFFFFF;text-align:left}.popup .header .close{width:25px;height:25px;position:absolute;top:10px;right:10px;background-color:#2C089B;background-image:url(/assets/images/cross.svg?1);background-size:50% 50%;background-position:center center;background-repeat:no-repeat;border-radius:50%;cursor:pointer}.popup[data-visible=true]{display:block}";export{t as biggive_popup_standalone}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as r}from"./p-ff8bc382.js";const e=class{constructor(r){o(this,r),this.spaceBelow=0,this.backgroundColour="primary",this.backgroundImageUrl="",this.cardColour="white",this.textColour="black",this.mainTitle=void 0,this.subtitle=void 0,this.teaser=void 0,this.icon=!0,this.iconColour="primary",this.buttonLabel=void 0,this.buttonUrl=void 0,this.buttonColourScheme="clear-primary",this.clipBottomLeftCorner=!0,this.clipTopRightCorner=!0,this.headingLevel=3,this.addAnimation=!1}render(){const o=`h${this.headingLevel}`;return r("div",{class:"container space-below-"+this.spaceBelow+" background-colour-"+this.backgroundColour+" clip-bottom-left-corner-"+this.clipBottomLeftCorner+" clip-top-right-corner-"+this.clipTopRightCorner+" add-animation-"+this.addAnimation,style:{"background-image":"url('"+this.backgroundImageUrl+"')"}},r("a",{href:this.buttonUrl},r("div",{class:"sleeve background-colour-"+this.cardColour+" text-colour-"+this.textColour},r("div",{class:"content-wrap"},1==this.icon?r("div",{class:"icon"},r("svg",{width:"53",height:"39",viewBox:"0 0 53 39",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r("path",{d:"M38.7009 13.6572L52.3535 38.6959H25.0386L38.7009 13.6572Z",class:"fill-black"}),r("path",{d:"M20.4789 36.4199L6.36785e-06 5.89713e-05L40.9724 6.61352e-05L20.4789 36.4199Z",class:"fill-"+this.iconColour}))):null,r(o,{class:"title"},this.mainTitle),r("div",{class:"subtitle"},this.subtitle),r("div",{class:"teaser"},this.teaser),null!=this.buttonLabel&&null!=this.buttonUrl&&""!=this.buttonUrl?r("div",{class:"button-wrap"},r("biggive-button",{"colour-scheme":this.buttonColourScheme,label:this.buttonLabel})):null))))}};e.style='a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.background-colour-hover-primary:hover,.background-colour-primary{background-color:#2C089B}.background-colour-hover-secondary:hover,.background-colour-secondary{background-color:#2AF135}.background-colour-hover-tertiary:hover,.background-colour-tertiary{background-color:#FF7272}.background-colour-hover-brand-1:hover,.background-colour-brand-1{background-color:#B30510}.background-colour-hover-brand-2:hover,.background-colour-brand-2{background-color:#6E0887}.background-colour-hover-brand-3:hover,.background-colour-brand-3{background-color:#50B400}.background-colour-hover-brand-4:hover,.background-colour-brand-4{background-color:#FFE500}.background-colour-hover-brand-5:hover,.background-colour-brand-5{background-color:#F07D00}.background-colour-hover-brand-6:hover,.background-colour-brand-6{background-color:#CBC8C8}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.background-colour-hover-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-grey-extra-light:hover,.background-colour-grey-extra-light{background-color:#D7D7D7}.background-colour-hover-grey-light:hover,.background-colour-grey-light{background-color:#E8E8E8}.background-colour-hover-grey-medium:hover,.background-colour-grey-medium{background-color:#8A8A8A}.background-colour-hover-grey-dark:hover,.background-colour-grey-dark{background-color:#4A4A4A}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-brand-1{fill:#B30510}.fill-brand-2{fill:#6E0887}.fill-brand-3{fill:#50B400}.fill-brand-4{fill:#FFE500}.fill-brand-5{fill:#F07D00}.fill-brand-6{fill:#CBC8C8}.fill-brand-mhf-turquoise{fill:#62CFC9}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-grey-extra-light{fill:#D7D7D7}.fill-grey-light{fill:#E8E8E8}.fill-grey-medium{fill:#8A8A8A}.fill-grey-dark{fill:#4A4A4A}.fill-red{fill:red}.space-above-0{margin-top:0}.space-above-1{margin-top:5px}.space-above-2{margin-top:10px}.space-above-3{margin-top:15px}.space-above-4{margin-top:30px}.space-above-5{margin-top:45px}.space-above-6{margin-top:60px}.space-below-0{margin-bottom:0}.space-below-1{margin-bottom:5px}.space-below-2{margin-bottom:10px}.space-below-3{margin-bottom:15px}.space-below-4{margin-bottom:30px}.space-below-5{margin-bottom:45px}.space-below-6{margin-bottom:60px}.text-colour-hover-primary:hover,.text-colour-primary{color:#2C089B}.text-colour-hover-secondary:hover,.text-colour-secondary{color:#2AF135}.text-colour-hover-tertiary:hover,.text-colour-tertiary{color:#FF7272}.text-colour-hover-brand-1:hover,.text-colour-brand-1{color:#B30510}.text-colour-hover-brand-2:hover,.text-colour-brand-2{color:#6E0887}.text-colour-hover-brand-3:hover,.text-colour-brand-3{color:#50B400}.text-colour-hover-brand-4:hover,.text-colour-brand-4{color:#FFE500}.text-colour-hover-brand-5:hover,.text-colour-brand-5{color:#F07D00}.text-colour-hover-brand-6:hover,.text-colour-brand-6{color:#CBC8C8}.text-colour-hover-white:hover,.text-colour-white{color:#FFFFFF}.text-colour-hover-black:hover,.text-colour-black{color:#000000}.text-colour-hover-grey-extra-light:hover,.text-colour-grey-extra-light{color:#D7D7D7}.text-colour-hover-grey-light:hover,.text-colour-grey-light{color:#E8E8E8}.text-colour-hover-grey-medium:hover,.text-colour-grey-medium{color:#8A8A8A}.text-colour-hover-grey-dark:hover,.text-colour-grey-dark{color:#4A4A4A}:host{display:contents}.container{font-family:"Euclid Triangle", sans-serif;font-size:17px;line-height:24px;position:relative;text-align:center;background-size:cover;background-position:center center;padding:30px;height:100%;white-space:pre-wrap}.container a,.container a:hover{text-decoration:none}.container .sleeve{padding:30px;height:100%;box-sizing:border-box;transition:all 1s ease-in-out}.container.add-animation-true:hover .sleeve{margin:-30px;padding:60px}.container.clip-bottom-left-corner-false.clip-top-right-corner-true .sleeve{clip-path:polygon(0% 0%, 0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 100% 100%, 0% 100%, 0 100%)}.container.clip-bottom-left-corner-true.clip-top-right-corner-false .sleeve{clip-path:polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px))}.container.clip-bottom-left-corner-true.clip-top-right-corner-true .sleeve{clip-path:polygon(0% 0%, 0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px))}.container .icon svg{width:50px;height:auto}.container .title{font-size:25px;line-height:32px;font-weight:bold;margin-bottom:15px}.container .subtitle{margin-bottom:15px}';export{e as biggive_basic_card}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
let e,t,n,l=!1,o=!1,s=!1,r=!1,i=!1;const c=e=>{const t=new URL(e,ge.t);return t.origin!==be.location.origin?t.href:t.pathname},f="s-id",u="sty-id",a="c-id",$={},d=e=>"object"==(e=typeof e)||"function"===e,h=(e,t,...n)=>{let l=null,o=null,s=!1,r=!1;const i=[],c=t=>{for(let n=0;n<t.length;n++)l=t[n],Array.isArray(l)?c(l):null!=l&&"boolean"!=typeof l&&((s="function"!=typeof e&&!d(l))&&(l+=""),s&&r?i[i.length-1].l+=l:i.push(s?m(null,l):l),r=s)};if(c(n),t){t.name&&(o=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,i,y);const f=m(e,null);return f.o=t,i.length>0&&(f.i=i),f.u=o,f},m=(e,t)=>({$:0,h:e,l:t,m:null,i:null,o:null,u:null}),p={},y={forEach:(e,t)=>e.map(b).forEach(t),map:(e,t)=>e.map(b).map(t).map(w)},b=e=>({vattrs:e.o,vchildren:e.i,vkey:e.p,vname:e.u,vtag:e.h,vtext:e.l}),w=e=>{if("function"==typeof e.vtag){const t=Object.assign({},e.vattrs);return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),h(e.vtag,t,...e.vchildren||[])}const t=m(e.vtag,e.vtext);return t.o=e.vattrs,t.i=e.vchildren,t.p=e.vkey,t.u=e.vname,t},g=(e,t,n,l,o,s,r)=>{let i,c,f,u;if(1===s.nodeType){for(i=s.getAttribute(a),i&&(c=i.split("."),c[0]!==r&&"0"!==c[0]||(f={$:0,g:c[0],v:c[1],j:c[2],S:c[3],h:s.tagName.toLowerCase(),m:s,o:null,i:null,p:null,u:null,l:null},t.push(f),s.removeAttribute(a),e.i||(e.i=[]),e.i[f.S]=f,e=f,l&&"0"===f.j&&(l[f.S]=f.m))),u=s.childNodes.length-1;u>=0;u--)g(e,t,n,l,o,s.childNodes[u],r);if(s.shadowRoot)for(u=s.shadowRoot.childNodes.length-1;u>=0;u--)g(e,t,n,l,o,s.shadowRoot.childNodes[u],r)}else if(8===s.nodeType)c=s.nodeValue.split("."),c[1]!==r&&"0"!==c[1]||(i=c[0],f={$:0,g:c[1],v:c[2],j:c[3],S:c[4],m:s,o:null,i:null,p:null,u:null,h:null,l:null},"t"===i?(f.m=s.nextSibling,f.m&&3===f.m.nodeType&&(f.l=f.m.textContent,t.push(f),s.remove(),e.i||(e.i=[]),e.i[f.S]=f,l&&"0"===f.j&&(l[f.S]=f.m))):f.g===r&&("s"===i?(f.h="slot",s["s-sn"]=c[5]?f.u=c[5]:"",s["s-sr"]=!0,l&&(f.m=we.createElement(f.h),f.u&&f.m.setAttribute("name",f.u),s.parentNode.insertBefore(f.m,s),s.remove(),"0"===f.j&&(l[f.S]=f.m)),n.push(f),e.i||(e.i=[]),e.i[f.S]=f):"r"===i&&(l?s.remove():(o["s-cr"]=s,s["s-cn"]=!0))));else if(e&&"style"===e.h){const t=m(null,s.textContent);t.m=s,t.S="0",e.i=[t]}},v=(e,t)=>{if(1===e.nodeType){let n=0;for(;n<e.childNodes.length;n++)v(e.childNodes[n],t);if(e.shadowRoot)for(n=0;n<e.shadowRoot.childNodes.length;n++)v(e.shadowRoot.childNodes[n],t)}else if(8===e.nodeType){const n=e.nodeValue.split(".");"o"===n[0]&&(t.set(n[1]+"."+n[2],e),e.nodeValue="",e["s-en"]=n[3])}},j=e=>ue(e).k,S=(e,t,n)=>{const l=j(e);return{emit:e=>k(l,t,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:e})}},k=(e,t,n)=>{const l=ge.ce(t,n);return e.dispatchEvent(l),l},O=new WeakMap,x=(e,t,n)=>{let l=ye.get(e);Se&&n?(l=l||new CSSStyleSheet,"string"==typeof l?l=t:l.replaceSync(t)):l=t,ye.set(e,l)},M=(e,t)=>{let n=R(t);const l=ye.get(n);if(e=11===e.nodeType?e:we,l)if("string"==typeof l){let t,o=O.get(e=e.head||e);o||O.set(e,o=new Set),o.has(n)||(e.host&&(t=e.querySelector(`[${u}="${n}"]`))?t.innerHTML=l:(t=we.createElement("style"),t.innerHTML=l,e.insertBefore(t,e.querySelector("link"))),o&&o.add(n))}else e.adoptedStyleSheets.includes(l)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,l]);return n},R=e=>"sc-"+e.O,C=e=>e.replace(/\/\*!@([^\/]+)\*\/[^\{]+\{/g,"$1{"),P=(e,t,n,l,o,s)=>{if(n!==l){let r=de(e,t),i=t.toLowerCase();if("class"===t){const t=e.classList,o=E(n),s=E(l);t.remove(...o.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!o.includes(e))))}else if("style"===t){for(const t in n)l&&null!=l[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in l)n&&l[t]===n[t]||(t.includes("-")?e.style.setProperty(t,l[t]):e.style[t]=l[t])}else if(r||"o"!==t[0]||"n"!==t[1]){const i=d(l);if((r||i&&null!==l)&&!o)try{if(e.tagName.includes("-"))e[t]=l;else{const o=null==l?"":l;"list"===t?r=!1:null!=n&&e[t]==o||(e[t]=o)}}catch(e){}null==l||!1===l?!1===l&&""!==e.getAttribute(t)||e.removeAttribute(t):(!r||4&s||o)&&!i&&e.setAttribute(t,l=!0===l?"":l)}else t="-"===t[2]?t.slice(3):de(be,i)?i.slice(2):i[2]+t.slice(3),n&&ge.rel(e,t,n,!1),l&&ge.ael(e,t,l,!1)}},T=/\s/,E=e=>e?e.split(T):[],I=(e,t,n,l)=>{const o=11===t.m.nodeType&&t.m.host?t.m.host:t.m,s=e&&e.o||$,r=t.o||$;for(l in s)l in r||P(o,l,s[l],void 0,n,t.$);for(l in r)P(o,l,s[l],r[l],n,t.$)},N=(o,i,c,f)=>{const u=i.i[c];let a,$,d,h=0;if(l||(s=!0,"slot"===u.h&&(e&&f.classList.add(e+"-s"),u.$|=u.i?2:1)),null!==u.l)a=u.m=we.createTextNode(u.l);else if(1&u.$)a=u.m=we.createTextNode("");else{if(r||(r="svg"===u.h),a=u.m=we.createElementNS(r?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",2&u.$?"slot-fb":u.h),r&&"foreignObject"===u.h&&(r=!1),I(null,u,r),null!=e&&a["s-si"]!==e&&a.classList.add(a["s-si"]=e),u.i)for(h=0;h<u.i.length;++h)$=N(o,u,h,a),$&&a.appendChild($);"svg"===u.h?r=!1:"foreignObject"===a.tagName&&(r=!0)}return a["s-hn"]=n,3&u.$&&(a["s-sr"]=!0,a["s-cr"]=t,a["s-sn"]=u.u||"",d=o&&o.i&&o.i[c],d&&d.h===u.h&&o.m&&L(o.m,!1)),a},L=(e,t)=>{ge.$|=1;const l=e.childNodes;for(let e=l.length-1;e>=0;e--){const o=l[e];o["s-hn"]!==n&&o["s-ol"]&&(H(o).insertBefore(o,F(o)),o["s-ol"].remove(),o["s-ol"]=void 0,s=!0),t&&L(o,t)}ge.$&=-2},U=(e,t,l,o,s,r)=>{let i,c=e["s-cr"]&&e["s-cr"].parentNode||e;for(c.shadowRoot&&c.tagName===n&&(c=c.shadowRoot);s<=r;++s)o[s]&&(i=N(null,l,s,e),i&&(o[s].m=i,c.insertBefore(i,F(t))))},W=(e,t,n,l,s)=>{for(;t<=n;++t)(l=e[t])&&(o=!0,(s=l.m)["s-ol"]?s["s-ol"].remove():L(s,!0),s.remove())},A=(e,t)=>e.h===t.h&&("slot"!==e.h||e.u===t.u),F=e=>e&&e["s-ol"]||e,H=e=>(e["s-ol"]?e["s-ol"]:e).parentNode,q=(e,t)=>{const n=t.m=e.m,l=e.i,o=t.i,s=t.h,i=t.l;let c;null===i?(r="svg"===s||"foreignObject"!==s&&r,"slot"===s||I(e,t,r),null!==l&&null!==o?((e,t,n,l)=>{let o,s=0,r=0,i=t.length-1,c=t[0],f=t[i],u=l.length-1,a=l[0],$=l[u];for(;s<=i&&r<=u;)null==c?c=t[++s]:null==f?f=t[--i]:null==a?a=l[++r]:null==$?$=l[--u]:A(c,a)?(q(c,a),c=t[++s],a=l[++r]):A(f,$)?(q(f,$),f=t[--i],$=l[--u]):A(c,$)?("slot"!==c.h&&"slot"!==$.h||L(c.m.parentNode,!1),q(c,$),e.insertBefore(c.m,f.m.nextSibling),c=t[++s],$=l[--u]):A(f,a)?("slot"!==c.h&&"slot"!==$.h||L(f.m.parentNode,!1),q(f,a),e.insertBefore(f.m,c.m),f=t[--i],a=l[++r]):(o=N(t&&t[r],n,r,e),a=l[++r],o&&H(c.m).insertBefore(o,F(c.m)));s>i?U(e,null==l[u+1]?null:l[u+1].m,n,l,r,u):r>u&&W(t,s,i)})(n,l,t,o):null!==o?(null!==e.l&&(n.textContent=""),U(n,null,t,o,0,o.length-1)):null!==l&&W(l,0,l.length-1),r&&"svg"===s&&(r=!1)):(c=n["s-cr"])?c.parentNode.textContent=i:e.l!==i&&(n.data=i)},D=e=>{const t=e.childNodes;let n,l,o,s,r,i;for(l=0,o=t.length;l<o;l++)if(n=t[l],1===n.nodeType){if(n["s-sr"])for(r=n["s-sn"],n.hidden=!1,s=0;s<o;s++)if(i=t[s].nodeType,t[s]["s-hn"]!==n["s-hn"]||""!==r){if(1===i&&r===t[s].getAttribute("slot")){n.hidden=!0;break}}else if(1===i||3===i&&""!==t[s].textContent.trim()){n.hidden=!0;break}D(n)}},V=[],_=e=>{let t,n,l,s,r,i,c=0;const f=e.childNodes,u=f.length;for(;c<u;c++){if(t=f[c],t["s-sr"]&&(n=t["s-cr"])&&n.parentNode)for(l=n.parentNode.childNodes,s=t["s-sn"],i=l.length-1;i>=0;i--)n=l[i],n["s-cn"]||n["s-nr"]||n["s-hn"]===t["s-hn"]||(z(n,s)?(r=V.find((e=>e.M===n)),o=!0,n["s-sn"]=n["s-sn"]||s,r?r.R=t:V.push({R:t,M:n}),n["s-sr"]&&V.map((e=>{z(e.M,n["s-sn"])&&(r=V.find((e=>e.M===n)),r&&!e.R&&(e.R=r.R))}))):V.some((e=>e.M===n))||V.push({M:n}));1===t.nodeType&&_(t)}},z=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,B=(e,t)=>{t&&!e.C&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.C=t)))},G=(e,t)=>{if(e.$|=16,!(4&e.$))return B(e,e.P),Pe((()=>J(e,t)));e.$|=512},J=(e,t)=>{const n=e.T;let l;return t&&(e.$|=256,e.I&&(e.I.map((([e,t])=>Z(n,e,t))),e.I=null)),l=ee(l,(()=>Z(n,"componentWillRender"))),ee(l,(()=>K(e,n,t)))},K=async(e,t,n)=>{const l=e.k,o=l["s-rc"];n&&(e=>{const t=e.N,n=e.k,l=t.$,o=M(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);10&l&&(n["s-sc"]=o,n.classList.add(o+"-h"))})(e);Q(e,t),o&&(o.map((e=>e())),l["s-rc"]=void 0);{const t=l["s-p"],n=()=>X(e);0===t.length?n():(Promise.all(t).then(n),e.$|=4,t.length=0)}},Q=(r,i)=>{try{i=i.render(),r.$&=-17,r.$|=2,((r,i)=>{const c=r.k,f=r.N,u=r.L||m(null,null),a=(e=>e&&e.h===p)(i)?i:h(null,null,i);if(n=c.tagName,a.h=null,a.$|=4,r.L=a,a.m=u.m=c.shadowRoot||c,e=c["s-sc"],t=c["s-cr"],l=0!=(1&f.$),o=!1,q(u,a),ge.$|=1,s){let e,t,n,l,o,s;_(a.m);let r=0;for(;r<V.length;r++)e=V[r],t=e.M,t["s-ol"]||(n=we.createTextNode(""),n["s-nr"]=t,t.parentNode.insertBefore(t["s-ol"]=n,t));for(r=0;r<V.length;r++)if(e=V[r],t=e.M,e.R){for(l=e.R.parentNode,o=e.R.nextSibling,n=t["s-ol"];n=n.previousSibling;)if(s=n["s-nr"],s&&s["s-sn"]===t["s-sn"]&&l===s.parentNode&&(s=s.nextSibling,!s||!s["s-nr"])){o=s;break}(!o&&l!==t.parentNode||t.nextSibling!==o)&&t!==o&&(!t["s-hn"]&&t["s-ol"]&&(t["s-hn"]=t["s-ol"].parentNode.nodeName),l.insertBefore(t,o))}else 1===t.nodeType&&(t.hidden=!0)}o&&D(a.m),ge.$&=-2,V.length=0})(r,i)}catch(e){he(e,r.k)}return null},X=e=>{const t=e.k,n=e.P;Z(e.T,"componentDidRender"),64&e.$||(e.$|=64,te(t),e.U(t),n||Y()),e.W(t),e.C&&(e.C(),e.C=void 0),512&e.$&&Ce((()=>G(e,!1))),e.$&=-517},Y=()=>{te(we.documentElement),Ce((()=>k(be,"appload",{detail:{namespace:"biggive"}})))},Z=(e,t,n)=>{if(e&&e[t])try{return e[t](n)}catch(e){he(e)}},ee=(e,t)=>e&&e.then?e.then(t):t(),te=e=>e.classList.add("hydrated"),ne=(e,t,n)=>{if(t.A){const l=Object.entries(t.A),o=e.prototype;if(l.map((([e,[l]])=>{31&l||2&n&&32&l?Object.defineProperty(o,e,{get(){return((e,t)=>ue(this).F.get(t))(0,e)},set(n){((e,t,n,l)=>{const o=ue(e),s=o.F.get(t),r=o.$,i=o.T;n=((e,t)=>null==e||d(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?parseFloat(e):1&t?e+"":e)(n,l.A[t][0]),8&r&&void 0!==s||n===s||Number.isNaN(s)&&Number.isNaN(n)||(o.F.set(t,n),i&&2==(18&r)&&G(o,!1))})(this,e,n,t)},configurable:!0,enumerable:!0}):1&n&&64&l&&Object.defineProperty(o,e,{value(...t){const n=ue(this);return n.H.then((()=>n.T[e](...t)))}})})),1&n){const t=new Map;o.attributeChangedCallback=function(e,n,l){ge.jmp((()=>{const n=t.get(e);if(this.hasOwnProperty(n))l=this[n],delete this[n];else if(o.hasOwnProperty(n)&&"number"==typeof this[n]&&this[n]==l)return;this[n]=(null!==l||"boolean"!=typeof this[n])&&l}))},e.observedAttributes=l.filter((([e,t])=>15&t[0])).map((([e,n])=>{const l=n[1]||e;return t.set(l,e),l}))}}return e},le=e=>{if(0==(1&ge.$)){const t=ue(e),n=t.N,l=()=>{};if(1&t.$)re(e,t,n.q);else{let l;if(t.$|=1,l=e.getAttribute(f),l){if(1&n.$){const t=M(e.shadowRoot,n);e.classList.remove(t+"-h",t+"-s")}((e,t,n,l)=>{const o=e.shadowRoot,s=[],r=o?[]:null,i=l.L=m(t,null);ge.D||v(we.body,ge.D=new Map),e[f]=n,e.removeAttribute(f),g(i,s,[],r,e,e,n),s.map((e=>{const n=e.g+"."+e.v,l=ge.D.get(n),s=e.m;l&&ve&&""===l["s-en"]&&l.parentNode.insertBefore(s,l.nextSibling),o||(s["s-hn"]=t,l&&(s["s-ol"]=l,s["s-ol"]["s-nr"]=s)),ge.D.delete(n)})),o&&r.map((e=>{e&&o.appendChild(e)}))})(e,n.O,l,t)}l||12&n.$&&oe(e);{let n=e;for(;n=n.parentNode||n.host;)if(1===n.nodeType&&n.hasAttribute("s-id")&&n["s-p"]||n["s-p"]){B(t,t.P=n);break}}n.A&&Object.entries(n.A).map((([t,[n]])=>{if(31&n&&e.hasOwnProperty(t)){const n=e[t];delete e[t],e[t]=n}})),(async(e,t,n,l,o)=>{if(0==(32&t.$)){{if(t.$|=32,(o=pe(n)).then){const e=()=>{};o=await o,e()}o.isProxied||(ne(o,n,2),o.isProxied=!0);const e=()=>{};t.$|=8;try{new o(t)}catch(e){he(e)}t.$&=-9,e()}if(o.style){let e=o.style;const t=R(n);if(!ye.has(t)){const l=()=>{};x(t,e,!!(1&n.$)),l()}}}const s=t.P,r=()=>G(t,!0);s&&s["s-rc"]?s["s-rc"].push(r):r()})(0,t,n)}l()}},oe=e=>{const t=e["s-cr"]=we.createComment("");t["s-cn"]=!0,e.insertBefore(t,e.firstChild)},se=(e,t={})=>{const n=[],l=t.exclude||[],o=be.customElements,s=we.head,r=s.querySelector("meta[charset]"),i=we.createElement("style"),c=[],f=we.querySelectorAll(`[${u}]`);let a,$=!0,d=0;for(Object.assign(ge,t),ge.t=new URL(t.resourcesUrl||"./",we.baseURI).href,ge.$|=2;d<f.length;d++)x(f[d].getAttribute(u),C(f[d].innerHTML),!0);e.map((e=>{e[1].map((t=>{const s={$:t[0],O:t[1],A:t[2],q:t[3]};s.A=t[2],s.q=t[3];const r=s.O,i=class extends HTMLElement{constructor(e){super(e),$e(e=this,s),1&s.$&&e.attachShadow({mode:"open"})}connectedCallback(){a&&(clearTimeout(a),a=null),$?c.push(this):ge.jmp((()=>le(this)))}disconnectedCallback(){ge.jmp((()=>(()=>{if(0==(1&ge.$)){const e=ue(this);e.V&&(e.V.map((e=>e())),e.V=void 0)}})()))}componentOnReady(){return ue(this)._}};s.B=e[0],l.includes(r)||o.get(r)||(n.push(r),o.define(r,ne(i,s,1)))}))})),i.innerHTML=n+"{visibility:hidden}.hydrated{visibility:inherit}",i.setAttribute("data-styles",""),s.insertBefore(i,r?r.nextSibling:s.firstChild),$=!1,c.length?c.map((e=>e.connectedCallback())):ge.jmp((()=>a=setTimeout(Y,30)))},re=(e,t,n)=>{n&&n.map((([n,l,o])=>{const s=e,r=ie(t,o),i=ce(n);ge.ael(s,l,r,i),(t.V=t.V||[]).push((()=>ge.rel(s,l,r,i)))}))},ie=(e,t)=>n=>{try{256&e.$?e.T[t](n):(e.I=e.I||[]).push([t,n])}catch(e){he(e)}},ce=e=>0!=(2&e),fe=new WeakMap,ue=e=>fe.get(e),ae=(e,t)=>fe.set(t.T=e,t),$e=(e,t)=>{const n={$:0,k:e,N:t,F:new Map};return n.H=new Promise((e=>n.W=e)),n._=new Promise((e=>n.U=e)),e["s-p"]=[],e["s-rc"]=[],re(e,n,t.q),fe.set(e,n)},de=(e,t)=>t in e,he=(e,t)=>(0,console.error)(e,t),me=new Map,pe=e=>{const t=e.O.replace(/-/g,"_"),n=e.B,l=me.get(n);return l?l[t]:import(`./${n}.entry.js`).then((e=>(me.set(n,e),e[t])),he)
|
|
2
|
-
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/},ye=new Map,be="undefined"!=typeof window?window:{},we=be.document||{head:{}},ge={$:0,t:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,n,l)=>e.addEventListener(t,n,l),rel:(e,t,n,l)=>e.removeEventListener(t,n,l),ce:(e,t)=>new CustomEvent(e,t)},ve=!0,je=e=>Promise.resolve(e),Se=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),ke=[],Oe=[],xe=(e,t)=>n=>{e.push(n),i||(i=!0,t&&4&ge.$?Ce(Re):ge.raf(Re))},Me=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){he(e)}e.length=0},Re=()=>{Me(ke),Me(Oe),(i=ke.length>0)&&ge.raf(Re)},Ce=e=>je().then(e),Pe=xe(Oe,!0);export{p as H,
|
|
1
|
+
let e,t,n,l=!1,o=!1,s=!1,r=!1,i=!1;const c=e=>{const t=new URL(e,ge.t);return t.origin!==be.location.origin?t.href:t.pathname},f="s-id",u="sty-id",a="c-id",$={},d=e=>"object"==(e=typeof e)||"function"===e,h=(e,t,...n)=>{let l=null,o=null,s=!1,r=!1;const i=[],c=t=>{for(let n=0;n<t.length;n++)l=t[n],Array.isArray(l)?c(l):null!=l&&"boolean"!=typeof l&&((s="function"!=typeof e&&!d(l))&&(l+=""),s&&r?i[i.length-1].l+=l:i.push(s?m(null,l):l),r=s)};if(c(n),t){t.name&&(o=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,i,y);const f=m(e,null);return f.o=t,i.length>0&&(f.i=i),f.u=o,f},m=(e,t)=>({$:0,h:e,l:t,m:null,i:null,o:null,u:null}),p={},y={forEach:(e,t)=>e.map(b).forEach(t),map:(e,t)=>e.map(b).map(t).map(w)},b=e=>({vattrs:e.o,vchildren:e.i,vkey:e.p,vname:e.u,vtag:e.h,vtext:e.l}),w=e=>{if("function"==typeof e.vtag){const t=Object.assign({},e.vattrs);return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),h(e.vtag,t,...e.vchildren||[])}const t=m(e.vtag,e.vtext);return t.o=e.vattrs,t.i=e.vchildren,t.p=e.vkey,t.u=e.vname,t},g=(e,t,n,l,o,s,r)=>{let i,c,f,u;if(1===s.nodeType){for(i=s.getAttribute(a),i&&(c=i.split("."),c[0]!==r&&"0"!==c[0]||(f={$:0,g:c[0],v:c[1],j:c[2],S:c[3],h:s.tagName.toLowerCase(),m:s,o:null,i:null,p:null,u:null,l:null},t.push(f),s.removeAttribute(a),e.i||(e.i=[]),e.i[f.S]=f,e=f,l&&"0"===f.j&&(l[f.S]=f.m))),u=s.childNodes.length-1;u>=0;u--)g(e,t,n,l,o,s.childNodes[u],r);if(s.shadowRoot)for(u=s.shadowRoot.childNodes.length-1;u>=0;u--)g(e,t,n,l,o,s.shadowRoot.childNodes[u],r)}else if(8===s.nodeType)c=s.nodeValue.split("."),c[1]!==r&&"0"!==c[1]||(i=c[0],f={$:0,g:c[1],v:c[2],j:c[3],S:c[4],m:s,o:null,i:null,p:null,u:null,h:null,l:null},"t"===i?(f.m=s.nextSibling,f.m&&3===f.m.nodeType&&(f.l=f.m.textContent,t.push(f),s.remove(),e.i||(e.i=[]),e.i[f.S]=f,l&&"0"===f.j&&(l[f.S]=f.m))):f.g===r&&("s"===i?(f.h="slot",s["s-sn"]=c[5]?f.u=c[5]:"",s["s-sr"]=!0,l&&(f.m=we.createElement(f.h),f.u&&f.m.setAttribute("name",f.u),s.parentNode.insertBefore(f.m,s),s.remove(),"0"===f.j&&(l[f.S]=f.m)),n.push(f),e.i||(e.i=[]),e.i[f.S]=f):"r"===i&&(l?s.remove():(o["s-cr"]=s,s["s-cn"]=!0))));else if(e&&"style"===e.h){const t=m(null,s.textContent);t.m=s,t.S="0",e.i=[t]}},v=(e,t)=>{if(1===e.nodeType){let n=0;for(;n<e.childNodes.length;n++)v(e.childNodes[n],t);if(e.shadowRoot)for(n=0;n<e.shadowRoot.childNodes.length;n++)v(e.shadowRoot.childNodes[n],t)}else if(8===e.nodeType){const n=e.nodeValue.split(".");"o"===n[0]&&(t.set(n[1]+"."+n[2],e),e.nodeValue="",e["s-en"]=n[3])}},j=e=>ue(e).k,S=(e,t,n)=>{const l=j(e);return{emit:e=>k(l,t,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:e})}},k=(e,t,n)=>{const l=ge.ce(t,n);return e.dispatchEvent(l),l},O=new WeakMap,x=(e,t,n)=>{let l=ye.get(e);Se&&n?(l=l||new CSSStyleSheet,"string"==typeof l?l=t:l.replaceSync(t)):l=t,ye.set(e,l)},M=(e,t)=>{let n=R(t);const l=ye.get(n);if(e=11===e.nodeType?e:we,l)if("string"==typeof l){let t,o=O.get(e=e.head||e);o||O.set(e,o=new Set),o.has(n)||(e.host&&(t=e.querySelector(`[${u}="${n}"]`))?t.innerHTML=l:(t=we.createElement("style"),t.innerHTML=l,e.insertBefore(t,e.querySelector("link"))),o&&o.add(n))}else e.adoptedStyleSheets.includes(l)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,l]);return n},R=e=>"sc-"+e.O,C=e=>e.replace(/\/\*!@([^\/]+)\*\/[^\{]+\{/g,"$1{"),P=(e,t,n,l,o,s)=>{if(n!==l){let r=de(e,t),i=t.toLowerCase();if("class"===t){const t=e.classList,o=E(n),s=E(l);t.remove(...o.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!o.includes(e))))}else if("style"===t){for(const t in n)l&&null!=l[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in l)n&&l[t]===n[t]||(t.includes("-")?e.style.setProperty(t,l[t]):e.style[t]=l[t])}else if(r||"o"!==t[0]||"n"!==t[1]){const i=d(l);if((r||i&&null!==l)&&!o)try{if(e.tagName.includes("-"))e[t]=l;else{const o=null==l?"":l;"list"===t?r=!1:null!=n&&e[t]==o||(e[t]=o)}}catch(e){}null==l||!1===l?!1===l&&""!==e.getAttribute(t)||e.removeAttribute(t):(!r||4&s||o)&&!i&&e.setAttribute(t,l=!0===l?"":l)}else t="-"===t[2]?t.slice(3):de(be,i)?i.slice(2):i[2]+t.slice(3),n&&ge.rel(e,t,n,!1),l&&ge.ael(e,t,l,!1)}},T=/\s/,E=e=>e?e.split(T):[],I=(e,t,n,l)=>{const o=11===t.m.nodeType&&t.m.host?t.m.host:t.m,s=e&&e.o||$,r=t.o||$;for(l in s)l in r||P(o,l,s[l],void 0,n,t.$);for(l in r)P(o,l,s[l],r[l],n,t.$)},L=(o,i,c,f)=>{const u=i.i[c];let a,$,d,h=0;if(l||(s=!0,"slot"===u.h&&(e&&f.classList.add(e+"-s"),u.$|=u.i?2:1)),null!==u.l)a=u.m=we.createTextNode(u.l);else if(1&u.$)a=u.m=we.createTextNode("");else{if(r||(r="svg"===u.h),a=u.m=we.createElementNS(r?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",2&u.$?"slot-fb":u.h),r&&"foreignObject"===u.h&&(r=!1),I(null,u,r),null!=e&&a["s-si"]!==e&&a.classList.add(a["s-si"]=e),u.i)for(h=0;h<u.i.length;++h)$=L(o,u,h,a),$&&a.appendChild($);"svg"===u.h?r=!1:"foreignObject"===a.tagName&&(r=!0)}return a["s-hn"]=n,3&u.$&&(a["s-sr"]=!0,a["s-cr"]=t,a["s-sn"]=u.u||"",d=o&&o.i&&o.i[c],d&&d.h===u.h&&o.m&&N(o.m,!1)),a},N=(e,t)=>{ge.$|=1;const l=e.childNodes;for(let e=l.length-1;e>=0;e--){const o=l[e];o["s-hn"]!==n&&o["s-ol"]&&(H(o).insertBefore(o,F(o)),o["s-ol"].remove(),o["s-ol"]=void 0,s=!0),t&&N(o,t)}ge.$&=-2},W=(e,t,l,o,s,r)=>{let i,c=e["s-cr"]&&e["s-cr"].parentNode||e;for(c.shadowRoot&&c.tagName===n&&(c=c.shadowRoot);s<=r;++s)o[s]&&(i=L(null,l,s,e),i&&(o[s].m=i,c.insertBefore(i,F(t))))},U=(e,t,n,l,s)=>{for(;t<=n;++t)(l=e[t])&&(o=!0,(s=l.m)["s-ol"]?s["s-ol"].remove():N(s,!0),s.remove())},A=(e,t)=>e.h===t.h&&("slot"!==e.h||e.u===t.u),F=e=>e&&e["s-ol"]||e,H=e=>(e["s-ol"]?e["s-ol"]:e).parentNode,q=(e,t)=>{const n=t.m=e.m,l=e.i,o=t.i,s=t.h,i=t.l;let c;null===i?(r="svg"===s||"foreignObject"!==s&&r,"slot"===s||I(e,t,r),null!==l&&null!==o?((e,t,n,l)=>{let o,s=0,r=0,i=t.length-1,c=t[0],f=t[i],u=l.length-1,a=l[0],$=l[u];for(;s<=i&&r<=u;)null==c?c=t[++s]:null==f?f=t[--i]:null==a?a=l[++r]:null==$?$=l[--u]:A(c,a)?(q(c,a),c=t[++s],a=l[++r]):A(f,$)?(q(f,$),f=t[--i],$=l[--u]):A(c,$)?("slot"!==c.h&&"slot"!==$.h||N(c.m.parentNode,!1),q(c,$),e.insertBefore(c.m,f.m.nextSibling),c=t[++s],$=l[--u]):A(f,a)?("slot"!==c.h&&"slot"!==$.h||N(f.m.parentNode,!1),q(f,a),e.insertBefore(f.m,c.m),f=t[--i],a=l[++r]):(o=L(t&&t[r],n,r,e),a=l[++r],o&&H(c.m).insertBefore(o,F(c.m)));s>i?W(e,null==l[u+1]?null:l[u+1].m,n,l,r,u):r>u&&U(t,s,i)})(n,l,t,o):null!==o?(null!==e.l&&(n.textContent=""),W(n,null,t,o,0,o.length-1)):null!==l&&U(l,0,l.length-1),r&&"svg"===s&&(r=!1)):(c=n["s-cr"])?c.parentNode.textContent=i:e.l!==i&&(n.data=i)},D=e=>{const t=e.childNodes;let n,l,o,s,r,i;for(l=0,o=t.length;l<o;l++)if(n=t[l],1===n.nodeType){if(n["s-sr"])for(r=n["s-sn"],n.hidden=!1,s=0;s<o;s++)if(i=t[s].nodeType,t[s]["s-hn"]!==n["s-hn"]||""!==r){if(1===i&&r===t[s].getAttribute("slot")){n.hidden=!0;break}}else if(1===i||3===i&&""!==t[s].textContent.trim()){n.hidden=!0;break}D(n)}},V=[],_=e=>{let t,n,l,s,r,i,c=0;const f=e.childNodes,u=f.length;for(;c<u;c++){if(t=f[c],t["s-sr"]&&(n=t["s-cr"])&&n.parentNode)for(l=n.parentNode.childNodes,s=t["s-sn"],i=l.length-1;i>=0;i--)n=l[i],n["s-cn"]||n["s-nr"]||n["s-hn"]===t["s-hn"]||(z(n,s)?(r=V.find((e=>e.M===n)),o=!0,n["s-sn"]=n["s-sn"]||s,r?r.R=t:V.push({R:t,M:n}),n["s-sr"]&&V.map((e=>{z(e.M,n["s-sn"])&&(r=V.find((e=>e.M===n)),r&&!e.R&&(e.R=r.R))}))):V.some((e=>e.M===n))||V.push({M:n}));1===t.nodeType&&_(t)}},z=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,B=(e,t)=>{t&&!e.C&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.C=t)))},G=(e,t)=>{if(e.$|=16,!(4&e.$))return B(e,e.P),Pe((()=>J(e,t)));e.$|=512},J=(e,t)=>{const n=e.T;let l;return t&&(e.$|=256,e.I&&(e.I.map((([e,t])=>Z(n,e,t))),e.I=null),l=Z(n,"componentWillLoad")),l=ee(l,(()=>Z(n,"componentWillRender"))),ee(l,(()=>K(e,n,t)))},K=async(e,t,n)=>{const l=e.k,o=l["s-rc"];n&&(e=>{const t=e.L,n=e.k,l=t.$,o=M(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);10&l&&(n["s-sc"]=o,n.classList.add(o+"-h"))})(e);Q(e,t),o&&(o.map((e=>e())),l["s-rc"]=void 0);{const t=l["s-p"],n=()=>X(e);0===t.length?n():(Promise.all(t).then(n),e.$|=4,t.length=0)}},Q=(r,i)=>{try{i=i.render(),r.$&=-17,r.$|=2,((r,i)=>{const c=r.k,f=r.L,u=r.N||m(null,null),a=(e=>e&&e.h===p)(i)?i:h(null,null,i);if(n=c.tagName,a.h=null,a.$|=4,r.N=a,a.m=u.m=c.shadowRoot||c,e=c["s-sc"],t=c["s-cr"],l=0!=(1&f.$),o=!1,q(u,a),ge.$|=1,s){let e,t,n,l,o,s;_(a.m);let r=0;for(;r<V.length;r++)e=V[r],t=e.M,t["s-ol"]||(n=we.createTextNode(""),n["s-nr"]=t,t.parentNode.insertBefore(t["s-ol"]=n,t));for(r=0;r<V.length;r++)if(e=V[r],t=e.M,e.R){for(l=e.R.parentNode,o=e.R.nextSibling,n=t["s-ol"];n=n.previousSibling;)if(s=n["s-nr"],s&&s["s-sn"]===t["s-sn"]&&l===s.parentNode&&(s=s.nextSibling,!s||!s["s-nr"])){o=s;break}(!o&&l!==t.parentNode||t.nextSibling!==o)&&t!==o&&(!t["s-hn"]&&t["s-ol"]&&(t["s-hn"]=t["s-ol"].parentNode.nodeName),l.insertBefore(t,o))}else 1===t.nodeType&&(t.hidden=!0)}o&&D(a.m),ge.$&=-2,V.length=0})(r,i)}catch(e){he(e,r.k)}return null},X=e=>{const t=e.k,n=e.P;Z(e.T,"componentDidRender"),64&e.$||(e.$|=64,te(t),e.W(t),n||Y()),e.U(t),e.C&&(e.C(),e.C=void 0),512&e.$&&Ce((()=>G(e,!1))),e.$&=-517},Y=()=>{te(we.documentElement),Ce((()=>k(be,"appload",{detail:{namespace:"biggive"}})))},Z=(e,t,n)=>{if(e&&e[t])try{return e[t](n)}catch(e){he(e)}},ee=(e,t)=>e&&e.then?e.then(t):t(),te=e=>e.classList.add("hydrated"),ne=(e,t,n)=>{if(t.A){const l=Object.entries(t.A),o=e.prototype;if(l.map((([e,[l]])=>{31&l||2&n&&32&l?Object.defineProperty(o,e,{get(){return((e,t)=>ue(this).F.get(t))(0,e)},set(n){((e,t,n,l)=>{const o=ue(e),s=o.F.get(t),r=o.$,i=o.T;n=((e,t)=>null==e||d(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?parseFloat(e):1&t?e+"":e)(n,l.A[t][0]),8&r&&void 0!==s||n===s||Number.isNaN(s)&&Number.isNaN(n)||(o.F.set(t,n),i&&2==(18&r)&&G(o,!1))})(this,e,n,t)},configurable:!0,enumerable:!0}):1&n&&64&l&&Object.defineProperty(o,e,{value(...t){const n=ue(this);return n.H.then((()=>n.T[e](...t)))}})})),1&n){const t=new Map;o.attributeChangedCallback=function(e,n,l){ge.jmp((()=>{const n=t.get(e);if(this.hasOwnProperty(n))l=this[n],delete this[n];else if(o.hasOwnProperty(n)&&"number"==typeof this[n]&&this[n]==l)return;this[n]=(null!==l||"boolean"!=typeof this[n])&&l}))},e.observedAttributes=l.filter((([e,t])=>15&t[0])).map((([e,n])=>{const l=n[1]||e;return t.set(l,e),l}))}}return e},le=e=>{if(0==(1&ge.$)){const t=ue(e),n=t.L,l=()=>{};if(1&t.$)re(e,t,n.q);else{let l;if(t.$|=1,l=e.getAttribute(f),l){if(1&n.$){const t=M(e.shadowRoot,n);e.classList.remove(t+"-h",t+"-s")}((e,t,n,l)=>{const o=e.shadowRoot,s=[],r=o?[]:null,i=l.N=m(t,null);ge.D||v(we.body,ge.D=new Map),e[f]=n,e.removeAttribute(f),g(i,s,[],r,e,e,n),s.map((e=>{const n=e.g+"."+e.v,l=ge.D.get(n),s=e.m;l&&ve&&""===l["s-en"]&&l.parentNode.insertBefore(s,l.nextSibling),o||(s["s-hn"]=t,l&&(s["s-ol"]=l,s["s-ol"]["s-nr"]=s)),ge.D.delete(n)})),o&&r.map((e=>{e&&o.appendChild(e)}))})(e,n.O,l,t)}l||12&n.$&&oe(e);{let n=e;for(;n=n.parentNode||n.host;)if(1===n.nodeType&&n.hasAttribute("s-id")&&n["s-p"]||n["s-p"]){B(t,t.P=n);break}}n.A&&Object.entries(n.A).map((([t,[n]])=>{if(31&n&&e.hasOwnProperty(t)){const n=e[t];delete e[t],e[t]=n}})),(async(e,t,n,l,o)=>{if(0==(32&t.$)){{if(t.$|=32,(o=pe(n)).then){const e=()=>{};o=await o,e()}o.isProxied||(ne(o,n,2),o.isProxied=!0);const e=()=>{};t.$|=8;try{new o(t)}catch(e){he(e)}t.$&=-9,e()}if(o.style){let e=o.style;const t=R(n);if(!ye.has(t)){const l=()=>{};x(t,e,!!(1&n.$)),l()}}}const s=t.P,r=()=>G(t,!0);s&&s["s-rc"]?s["s-rc"].push(r):r()})(0,t,n)}l()}},oe=e=>{const t=e["s-cr"]=we.createComment("");t["s-cn"]=!0,e.insertBefore(t,e.firstChild)},se=(e,t={})=>{const n=[],l=t.exclude||[],o=be.customElements,s=we.head,r=s.querySelector("meta[charset]"),i=we.createElement("style"),c=[],f=we.querySelectorAll(`[${u}]`);let a,$=!0,d=0;for(Object.assign(ge,t),ge.t=new URL(t.resourcesUrl||"./",we.baseURI).href,ge.$|=2;d<f.length;d++)x(f[d].getAttribute(u),C(f[d].innerHTML),!0);e.map((e=>{e[1].map((t=>{const s={$:t[0],O:t[1],A:t[2],q:t[3]};s.A=t[2],s.q=t[3];const r=s.O,i=class extends HTMLElement{constructor(e){super(e),$e(e=this,s),1&s.$&&e.attachShadow({mode:"open"})}connectedCallback(){a&&(clearTimeout(a),a=null),$?c.push(this):ge.jmp((()=>le(this)))}disconnectedCallback(){ge.jmp((()=>(()=>{if(0==(1&ge.$)){const e=ue(this);e.V&&(e.V.map((e=>e())),e.V=void 0)}})()))}componentOnReady(){return ue(this)._}};s.B=e[0],l.includes(r)||o.get(r)||(n.push(r),o.define(r,ne(i,s,1)))}))})),i.innerHTML=n+"{visibility:hidden}.hydrated{visibility:inherit}",i.setAttribute("data-styles",""),s.insertBefore(i,r?r.nextSibling:s.firstChild),$=!1,c.length?c.map((e=>e.connectedCallback())):ge.jmp((()=>a=setTimeout(Y,30)))},re=(e,t,n)=>{n&&n.map((([n,l,o])=>{const s=e,r=ie(t,o),i=ce(n);ge.ael(s,l,r,i),(t.V=t.V||[]).push((()=>ge.rel(s,l,r,i)))}))},ie=(e,t)=>n=>{try{256&e.$?e.T[t](n):(e.I=e.I||[]).push([t,n])}catch(e){he(e)}},ce=e=>0!=(2&e),fe=new WeakMap,ue=e=>fe.get(e),ae=(e,t)=>fe.set(t.T=e,t),$e=(e,t)=>{const n={$:0,k:e,L:t,F:new Map};return n.H=new Promise((e=>n.U=e)),n._=new Promise((e=>n.W=e)),e["s-p"]=[],e["s-rc"]=[],re(e,n,t.q),fe.set(e,n)},de=(e,t)=>t in e,he=(e,t)=>(0,console.error)(e,t),me=new Map,pe=e=>{const t=e.O.replace(/-/g,"_"),n=e.B,l=me.get(n);return l?l[t]:import(`./${n}.entry.js`).then((e=>(me.set(n,e),e[t])),he)
|
|
2
|
+
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/},ye=new Map,be="undefined"!=typeof window?window:{},we=be.document||{head:{}},ge={$:0,t:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,n,l)=>e.addEventListener(t,n,l),rel:(e,t,n,l)=>e.removeEventListener(t,n,l),ce:(e,t)=>new CustomEvent(e,t)},ve=!0,je=e=>Promise.resolve(e),Se=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),ke=[],Oe=[],xe=(e,t)=>n=>{e.push(n),i||(i=!0,t&&4&ge.$?Ce(Re):ge.raf(Re))},Me=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){he(e)}e.length=0},Re=()=>{Me(ke),Me(Oe),(i=ke.length>0)&&ge.raf(Re)},Ce=e=>je().then(e),Pe=xe(Oe,!0);export{p as H,c as a,se as b,S as c,j as g,h,je as p,ae as r}
|