@biggive/components 202303201542.0.0 → 202303231047.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-5406c558.entry.js → p-044de4a5.entry.js} +1 -1
- package/dist/biggive/p-0f955c67.entry.js +1 -0
- package/dist/biggive/{p-4402efe9.entry.js → p-12035aa2.entry.js} +1 -1
- package/dist/biggive/{p-42649676.entry.js → p-14a9d9a4.entry.js} +1 -1
- package/dist/biggive/p-15630ae5.entry.js +1 -0
- package/dist/biggive/{p-63abb338.entry.js → p-1e8f981c.entry.js} +1 -1
- package/dist/biggive/{p-b73fddaa.entry.js → p-241aed7a.entry.js} +1 -1
- package/dist/biggive/{p-f6dedf7d.entry.js → p-2fa6188d.entry.js} +1 -1
- package/dist/biggive/{p-87487165.entry.js → p-518fd1c9.entry.js} +1 -1
- package/dist/biggive/{p-2c639bd5.entry.js → p-58521290.entry.js} +1 -1
- package/dist/biggive/{p-ff8bc382.js → p-740166e9.js} +2 -2
- package/dist/biggive/{p-41588003.entry.js → p-76413b3e.entry.js} +1 -1
- package/dist/biggive/{p-26c0b6cf.entry.js → p-7be9d211.entry.js} +1 -1
- package/dist/biggive/{p-01d03da2.entry.js → p-d8ec56e6.entry.js} +1 -1
- package/dist/biggive/{p-f375edb7.entry.js → p-f224b742.entry.js} +1 -1
- package/dist/biggive/{p-ead5a5ce.entry.js → p-fe1f033c.entry.js} +1 -1
- package/dist/cjs/{biggive-accordion_35.cjs.entry.js → biggive-accordion_43.cjs.entry.js} +444 -31
- package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -2
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
- 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-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-8dd1da4d.js → index-8dcaaf94.js} +3 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +5 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.css +2 -2
- package/dist/collection/components/biggive-accordion/biggive-accordion.stories.js +3 -3
- package/dist/collection/components/biggive-article-card/biggive-article-card.css +36 -13
- package/dist/collection/components/biggive-article-card/biggive-article-card.js +258 -32
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +1 -1
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +1 -1
- package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +592 -1
- package/dist/collection/components/biggive-biography-card/biggive-biography-card.js +218 -8
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +1 -1
- package/dist/collection/components/biggive-button/biggive-button.css +110 -0
- package/dist/collection/components/biggive-carousel/biggive-carousel.css +18 -5
- package/dist/collection/components/biggive-carousel/biggive-carousel.js +18 -11
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +1 -1
- package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.css +34 -0
- package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.js +166 -0
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.css +420 -0
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.js +144 -0
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.stories.js +53 -0
- package/dist/collection/components/biggive-grid/biggive-grid.css +166 -6
- package/dist/collection/components/biggive-grid/biggive-grid.js +28 -4
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.css +418 -0
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.js +400 -0
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.stories.js +116 -0
- package/dist/collection/components/biggive-image-button/biggive-image-button.css +369 -0
- package/dist/collection/components/biggive-image-button/biggive-image-button.js +401 -0
- package/dist/collection/components/biggive-image-button/biggive-image-button.stories.js +115 -0
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +1 -1
- package/dist/collection/components/biggive-page-section/biggive-page-section.css +33 -1
- package/dist/collection/components/biggive-sheet/biggive-sheet.css +379 -0
- package/dist/collection/components/biggive-sheet/biggive-sheet.js +111 -0
- package/dist/collection/components/biggive-sheet/biggive-sheet.stories.js +34 -0
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +1 -1
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +9 -5
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +33 -3
- package/dist/collection/components/biggive-table/biggive-table.css +1 -1
- package/dist/collection/components/biggive-timeline/biggive-timeline.css +9 -11
- package/dist/collection/components/biggive-timeline/biggive-timeline.js +38 -5
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.css +1 -1
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.js +1 -1
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +1 -1
- package/dist/components/biggive-accordion.js +1 -1
- package/dist/components/biggive-article-card.js +44 -9
- package/dist/components/biggive-basic-card.js +1 -1
- package/dist/components/biggive-beneficiary-icon.js +1 -1
- package/dist/components/biggive-biography-card.js +40 -3
- package/dist/components/biggive-boxed-content.js +1 -1
- package/dist/components/biggive-button2.js +1 -1
- package/dist/components/biggive-carousel.js +1 -83
- package/dist/components/biggive-carousel2.js +92 -0
- package/dist/components/biggive-category-icon.js +1 -1
- package/dist/components/biggive-filtered-carousel.d.ts +11 -0
- package/dist/components/biggive-filtered-carousel.js +99 -0
- package/dist/components/biggive-generic-icon.d.ts +11 -0
- package/dist/components/biggive-generic-icon.js +6 -0
- package/dist/components/biggive-generic-icon2.js +59 -0
- package/dist/components/biggive-grid.js +5 -3
- package/dist/components/biggive-icon-button.d.ts +11 -0
- package/dist/components/biggive-icon-button.js +89 -0
- package/dist/components/biggive-image-button.d.ts +11 -0
- package/dist/components/biggive-image-button.js +83 -0
- package/dist/components/biggive-misc-icon2.js +1 -1
- package/dist/components/biggive-page-section.js +1 -1
- package/dist/components/biggive-sheet.d.ts +11 -0
- package/dist/components/biggive-sheet.js +60 -0
- package/dist/components/biggive-social-icon2.js +1 -1
- package/dist/components/biggive-tabbed-content.js +34 -4
- package/dist/components/biggive-table.js +1 -1
- package/dist/components/biggive-timeline.js +39 -6
- package/dist/components/biggive-tipping-slider.js +2 -2
- package/dist/components/biggive-totalizer.js +1 -1
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.js +5 -0
- package/dist/esm/{biggive-accordion_35.entry.js → biggive-accordion_43.entry.js} +437 -32
- package/dist/esm/biggive-basic-card.entry.js +2 -2
- package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
- 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-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-801eebfb.js → index-341903f8.js} +3 -0
- package/dist/esm/loader.js +2 -2
- package/dist/types/components/biggive-article-card/biggive-article-card.d.ts +17 -42
- package/dist/types/components/biggive-biography-card/biggive-biography-card.d.ts +12 -13
- package/dist/types/components/biggive-carousel/biggive-carousel.d.ts +2 -1
- package/dist/types/components/biggive-filtered-carousel/biggive-filtered-carousel.d.ts +12 -0
- package/dist/types/components/biggive-generic-icon/biggive-generic-icon.d.ts +10 -0
- package/dist/types/components/biggive-generic-icon/biggive-generic-icon.stories.d.ts +38 -0
- package/dist/types/components/biggive-grid/biggive-grid.d.ts +3 -7
- package/dist/types/components/biggive-icon-button/biggive-icon-button.d.ts +28 -0
- package/dist/types/components/biggive-icon-button/biggive-icon-button.stories.d.ts +81 -0
- package/dist/types/components/biggive-image-button/biggive-image-button.d.ts +28 -0
- package/dist/types/components/biggive-image-button/biggive-image-button.stories.d.ts +78 -0
- package/dist/types/components/biggive-sheet/biggive-sheet.d.ts +15 -0
- package/dist/types/components/biggive-sheet/biggive-sheet.stories.d.ts +21 -0
- package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.d.ts +3 -0
- package/dist/types/components/biggive-timeline/biggive-timeline.d.ts +3 -0
- package/dist/types/components.d.ts +229 -126
- package/hydrate/index.js +516 -50
- package/package.json +1 -1
- package/dist/biggive/p-28e16ef9.entry.js +0 -1
- package/dist/biggive/p-4a1ba0c4.entry.js +0 -1
- package/dist/biggive/p-4adb4dce.entry.js +0 -1
- package/dist/biggive/p-87edb8c6.entry.js +0 -1
- package/dist/biggive/p-8feb91ae.entry.js +0 -1
- package/dist/cjs/biggive-article-card.cjs.entry.js +0 -31
- package/dist/cjs/biggive-biography-card.cjs.entry.js +0 -23
- package/dist/cjs/biggive-formatted-text.cjs.entry.js +0 -22
- package/dist/esm/biggive-article-card.entry.js +0 -27
- package/dist/esm/biggive-biography-card.entry.js +0 -19
- package/dist/esm/biggive-formatted-text.entry.js +0 -18
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as o,h as r}from"./p-
|
|
1
|
+
import{r as o,h as r}from"./p-740166e9.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:#62CFC9}.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 o,h as r}from"./p-
|
|
1
|
+
import{r as o,h as r}from"./p-740166e9.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:#62CFC9}.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}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as o,h as r}from"./p-
|
|
1
|
+
import{r as o,h as r}from"./p-740166e9.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:#62CFC9}.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 +1 @@
|
|
|
1
|
-
import{r as
|
|
1
|
+
import{r as e,c as n,h as i}from"./p-740166e9.js";import{f as o,o as r}from"./p-9b3ded89.js";const t=class{constructor(i){e(this,i),this.doSearch=n(this,"doSearch",7),this.handleSearchTextChanged=e=>{this.searchText=e.target.value},this.handleSearchButtonPressed=()=>{this.doSearch.emit(this.searchText)},this.handleEnterPressed=e=>{"Enter"===e.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 i,h as t}from"./p-
|
|
1
|
+
import{r as i,h as t}from"./p-740166e9.js";const e=class{constructor(t){i(this,t),this.url=void 0,this.label=void 0,this.iconColour=void 0}render(){return t("li",{class:"icon-"+this.iconColour},t("a",{href:this.url},this.label),t("slot",null))}};e.style='a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}:host{display:contents}li{font-family:"Euclid Triangle", sans-serif;font-size:17px;line-height:24px;list-style-type:none;padding:0;margin:0;display:inline-block}::slotted(*){display:none}';export{e as biggive_nav_item}
|
|
@@ -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.$)},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),
|
|
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{"),L=(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=T(n),s=T(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)}},P=/\s/,T=e=>e?e.split(P):[],E=(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||L(o,l,s[l],void 0,n,t.$);for(l in r)L(o,l,s[l],r[l],n,t.$)},I=(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),E(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)$=I(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"]&&(F(o).insertBefore(o,D(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=I(null,l,s,e),i&&(o[s].m=i,c.insertBefore(i,D(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),D=e=>e&&e["s-ol"]||e,F=e=>(e["s-ol"]?e["s-ol"]:e).parentNode,H=(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||E(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)?(H(c,a),c=t[++s],a=l[++r]):A(f,$)?(H(f,$),f=t[--i],$=l[--u]):A(c,$)?("slot"!==c.h&&"slot"!==$.h||N(c.m.parentNode,!1),H(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),H(f,a),e.insertBefore(f.m,c.m),f=t[--i],a=l[++r]):(o=I(t&&t[r],n,r,e),a=l[++r],o&&F(c.m).insertBefore(o,D(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)},q=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}q(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.L),Le((()=>J(e,t)));e.$|=512},J=(e,t)=>{const n=e.P;let l;return t&&(e.$|=256,e.T&&(e.T.map((([e,t])=>Z(n,e,t))),e.T=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.I,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.I,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,H(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&&q(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,l=e.L;Z(n,"componentDidRender"),64&e.$||(e.$|=64,te(t),Z(n,"componentDidLoad"),e.W(t),l||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).D.get(t))(0,e)},set(n){((e,t,n,l)=>{const o=ue(e),s=o.D.get(t),r=o.$,i=o.P;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.D.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.F.then((()=>n.P[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.I,l=()=>{};if(1&t.$)re(e,t,n.H);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.q||v(we.body,ge.q=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.q.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.q.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.L=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.L,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],H:t[3]};s.A=t[2],s.H=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.P[t](n):(e.T=e.T||[]).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.P=e,t),$e=(e,t)=>{const n={$:0,k:e,I:t,D:new Map};return n.F=new Promise((e=>n.U=e)),n._=new Promise((e=>n.W=e)),e["s-p"]=[],e["s-rc"]=[],re(e,n,t.H),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),Le=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}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as a,h as o,g as e}from"./p-ff8bc382.js";const i=class{constructor(o){a(this,o),this.toggleNav=a=>{var o=this.host.shadowRoot.querySelector(".nav-primary"),e=this.host.shadowRoot.querySelector(".row-top");"true"==o.getAttribute("data-visible")?(a.target.classList.remove("active"),o.setAttribute("data-visible","false"),e.setAttribute("data-visible","false")):(a.target.classList.add("active"),o.setAttribute("data-visible","true"),e.setAttribute("data-visible","true"))},this.spaceBelow=0,this.logoUrl="/"}async closeMenuFromOutside(){this.host.shadowRoot.querySelector(".nav-primary").setAttribute("data-visible","false"),this.host.shadowRoot.querySelector(".nav-toggle").classList.remove("active"),this.host.shadowRoot.querySelector(".row-top").setAttribute("data-visible","false")}appendMenu(a){var o=this.host.querySelector(`[slot="${a}"]`);null!==o&&this.host.shadowRoot.querySelector(`nav.${a}`).appendChild(o)}componentDidRender(){this.appendMenu("nav-primary"),this.appendMenu("nav-secondary")}render(){return o("header",{class:"header space-below"+this.spaceBelow},o("div",{class:"row row-top"},o("div",{class:"social-icon-wrap"},o("slot",{name:"social-icons"})),o("nav",{class:"nav nav-secondary"})),o("div",{class:"row row-bottom"},o("div",{class:"logo-wrap"},o("a",{href:this.logoUrl,"aria-label":"Home"},o("svg",{version:"1.1",x:"0px",y:"0px",viewBox:"0 0 140.9 30"},o("path",{d:"M51.9,6.1c-1.7,0-3.1-1.4-3.1-3s1.4-3,3.1-3C53.6,0,55,1.4,55,3S53.6,6.1,51.9,6.1z M49.3,23.8h5V7.7h-5V23.8z M68.5,7.7v1 c-0.8-0.7-2.3-1.4-4.1-1.4c-4.5,0-8.2,3.2-8.2,7.9c0,4.7,3.7,7.9,8.2,7.9c1.8,0,3.4-0.5,4.1-1.4v0.9c0,2.1-1.9,3.1-4.4,3.1 c-2.2,0-4-0.5-5.8-1.4V29c2.1,0.7,4.4,1,6,1c5,0,9.2-2,9.2-7.3v-15L68.5,7.7L68.5,7.7z M68.5,17.2c-0.7,1-1.9,1.4-3.2,1.4 c-2.1,0-3.8-1.2-3.8-3.4c0-2.2,1.7-3.4,3.8-3.4c1.3,0,2.5,0.6,3.2,1.5V17.2z M88.1,24.2c4,0,6.4-0.7,8.5-2V10h-11v4.7h5.8v4.1 c-0.8,0.2-1.8,0.4-3.2,0.4c-4.9,0-7.3-3.2-7.3-6.8c0-3.7,2.8-6.8,8-6.8c2.2,0,4.3,0.6,5.8,1.4V1.7c-1.5-0.6-3.4-1.1-6.1-1.1 c-7.6,0-13,5.3-13,11.8C75.5,19.1,80.4,24.2,88.1,24.2z M101.4,6.1c-1.7,0-3.1-1.4-3.1-3s1.4-3,3.1-3c1.8,0,3.2,1.4,3.2,3 S103.1,6.1,101.4,6.1z M98.8,23.8h5V7.7h-5V23.8z M115.1,15l-4.3-7.2H105l10.1,16.4l10.1-16.4h-5.8L115.1,15z M129.3,16.9h11.6 c0.1-7-4.2-9.5-8.4-9.5c-4.5,0-8.5,2.6-8.6,8.4c0,5.6,4.1,8.4,9.1,8.4c2.2,0,4.4-0.3,6.4-1.3v-4.4c-2.5,1.4-4.1,1.4-5.6,1.4 C131.7,19.8,129.5,19.2,129.3,16.9z M132.5,11.1c1.5,0,2.8,0.7,3,2.7h-6.2C129.6,11.9,131,11.1,132.5,11.1z M43.5,11.4 c1.2-1,1.8-2.4,1.8-4c0-3.1-3-6.3-7.3-6.3h-8v22.8h10.4c4.1,0,7.2-3,7.2-6.8C47.5,14.8,46.5,12.3,43.5,11.4z M35.2,5.7h2.4 C39,5.7,40,6.8,40,8c0,1.2-1,2.2-2.5,2.2h-2.4V5.7z M39.9,19.2h-4.7v-4.6h4.7c1.4,0,2.5,1,2.5,2.3C42.4,18.1,41.3,19.2,39.9,19.2z"}),o("path",{d:"M13.5,1l13.5,23H0L13.5,1z"})))),o("div",{class:"nav-toggle",onClick:this.toggleNav}),o("nav",{class:"nav nav-primary","data-visible":"false"})))}get host(){return e(this)}};i.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}:host{display:contents}.header{font-family:"Euclid Triangle", sans-serif;font-size:17px;line-height:24px;position:relative;z-index:99}.nav{margin:0;padding:0;text-align:right;display:flex;flex-direction:column}.nav ul{margin:auto 0;padding:0}.nav ul li{margin:0 15px 0 0;padding:0 15px 0 0;display:inline-block;font-size:18px;line-height:20px}.nav ul li:last-child{padding-right:0;margin-right:0}.nav ul li a{color:#000000;text-decoration:none;display:inline-block}.nav ul li a.icon-green{padding-left:20px;background-image:url(/assets/images/triangles-combined-green-match.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-children{padding-left:20px;background-image:url(/assets/images/triangles-combined-children.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-christmas{padding-left:20px;background-image:url(/assets/images/triangles-combined-christmas-challenge.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-green-match{padding-left:20px;background-image:url(/assets/images/triangles-combined-green-match.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-women-girls{padding-left:20px;background-image:url(/assets/images/triangles-combined-women-girls.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-mental-health{padding-left:20px;background-image:url(/assets/images/triangles-combined-mental-health.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-anchor-match{padding-left:20px;background-image:url(/assets/images/triangles-combined-anchor.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-emergency{padding-left:20px;background-image:url(/assets/images/triangles-combined-emergency.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.row-top{padding:10px 30px;background-color:#2C089B;display:flex}.row-top .social-icon-wrap{margin-right:15px}.row-top .nav-secondary{margin-left:auto}.row-top .nav-secondary ul li{border-right:1px solid #FFFFFF}.row-top .nav-secondary ul li:last-child{border-right:0}.row-top .nav-secondary ul li a{color:#FFFFFF}.row-top .nav-secondary ul li a:hover{border-bottom-color:#FFFFFF;color:#FFFFFF}.row-top .social-icon-wrap{display:flex}.row-top .social-icon-wrap .social-icon-item{margin-right:15px}.row-bottom{padding:15px 30px;background-color:#FFFFFF;display:flex}.row-bottom .logo-wrap{width:200px;margin-right:auto;position:relative;z-index:101}.row-bottom .logo-wrap a{display:block}.row-bottom .logo-wrap a svg{height:100%;width:auto}.row-bottom .nav-toggle{display:none}.row-bottom .nav-primary{font-weight:700;margin:5px 0}.row-bottom .nav-primary li.icon-colour-primary a{background-image:url("/assets/images/biggive-double-triangle-primary.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-secondary a{background-image:url("/assets/images/biggive-double-triangle-secondary.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-tertiary a{background-image:url("/assets/images/biggive-double-triangle-tertiary.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-brand-1 a{background-image:url("/assets/images/biggive-double-triangle-brand-1.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-brand-2 a{background-image:url("/assets/images/biggive-double-triangle-brand-2.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-brand-3 a{background-image:url("/assets/images/biggive-double-triangle-brand-3.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-brand-4 a{background-image:url("/assets/images/biggive-double-triangle-brand-4.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-brand-5 a{background-image:url("/assets/images/biggive-double-triangle-brand-5.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-brand-6 a{background-image:url("/assets/images/biggive-double-triangle-brand-6.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}@media screen and (min-width: 1051px){.nav ul li{position:relative}.nav ul li a[href=""]:hover{cursor:default}.nav ul li a:hover{color:#2C089B}.nav ul li ul{display:none;position:absolute;left:50%;transform:translateX(-50%);padding:15px 45px 30px 45px;background-color:#FFFFFF;clip-path:polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 15px 100%, 0 calc(100% - 15px))}.nav ul li ul li{display:block;font-weight:normal;padding:0;margin:10px 0 10px 0;white-space:nowrap;text-align:left;font-weight:normal;font-size:13px;line-height:17px}.nav ul li:hover ul{display:block}}@media screen and (max-width: 1050px){.row-top{display:none}.row-top[data-visible=true]{display:block;position:fixed;bottom:0;left:0;right:0;display:flex;flex-direction:column-reverse;z-index:100;background-color:transparent}.row-top[data-visible=true] .nav-secondary{margin:0}.row-top[data-visible=true] .nav-secondary li{border:0;margin:0 0 10px 0;padding:0;width:100%}.row-top[data-visible=true] .nav-secondary li a{font-size:17px;line-height:24px;padding:10px 30px;border-radius:5px;border:1px solid #000000;background-color:#000000;color:#FFFFFF;display:inline-block;text-decoration:none;text-align:center;transition:all ease-in-out 0.5s;cursor:pointer;color:#FFFFFF;background-color:#2C089B;border-color:#2C089B;width:100%;box-sizing:border-box}.row-top[data-visible=true] .nav-secondary li a:hover{background-color:#FFFFFF;color:#000000}.row-top[data-visible=true] .nav-secondary li a:hover{color:#2C089B;background-color:#FFFFFF}.row-top .social-icon-wrap{margin:auto}.row-bottom{padding:15px 15px}.row-bottom .logo-wrap{height:30px}.row-bottom .nav-toggle{display:block;margin-left:auto;width:45px;height:30px;position:relative;z-index:101;background-image:url(/assets/images/menu.svg);background-size:contain;background-repeat:no-repeat;background-position:center center;cursor:pointer}.row-bottom .nav-toggle.active{background-image:url(/assets/images/cross.svg?1);display:block;background-color:#2C089B;background-size:50% 50%;width:30px;height:30px;border-radius:50%}.row-bottom .nav-primary{display:none;position:fixed;z-index:99;top:0;height:100vh;padding-top:100px;left:0;right:0;margin:0;background-color:#E8E8E8}.row-bottom .nav-primary[data-visible=true]{display:block}.row-bottom .nav-primary ul li{width:100%;box-sizing:border-box;text-align:center;padding-bottom:15px;margin-bottom:10px;border-bottom:1px solid #D7D7D7;padding-left:30px;padding-right:30px}.row-bottom .nav-primary ul li ul{margin-top:15px;display:none}.row-bottom .nav-primary ul li ul li{font-weight:normal;border-bottom:0;font-size:13px;line-height:17px}.row-bottom .nav-primary ul li:hover ul{display:block}}';export{i as biggive_header}
|
|
1
|
+
import{r as a,h as o,g as e}from"./p-740166e9.js";const i=class{constructor(o){a(this,o),this.toggleNav=a=>{var o=this.host.shadowRoot.querySelector(".nav-primary"),e=this.host.shadowRoot.querySelector(".row-top");"true"==o.getAttribute("data-visible")?(a.target.classList.remove("active"),o.setAttribute("data-visible","false"),e.setAttribute("data-visible","false")):(a.target.classList.add("active"),o.setAttribute("data-visible","true"),e.setAttribute("data-visible","true"))},this.spaceBelow=0,this.logoUrl="/"}async closeMenuFromOutside(){this.host.shadowRoot.querySelector(".nav-primary").setAttribute("data-visible","false"),this.host.shadowRoot.querySelector(".nav-toggle").classList.remove("active"),this.host.shadowRoot.querySelector(".row-top").setAttribute("data-visible","false")}appendMenu(a){var o=this.host.querySelector(`[slot="${a}"]`);null!==o&&this.host.shadowRoot.querySelector(`nav.${a}`).appendChild(o)}componentDidRender(){this.appendMenu("nav-primary"),this.appendMenu("nav-secondary")}render(){return o("header",{class:"header space-below"+this.spaceBelow},o("div",{class:"row row-top"},o("div",{class:"social-icon-wrap"},o("slot",{name:"social-icons"})),o("nav",{class:"nav nav-secondary"})),o("div",{class:"row row-bottom"},o("div",{class:"logo-wrap"},o("a",{href:this.logoUrl,"aria-label":"Home"},o("svg",{version:"1.1",x:"0px",y:"0px",viewBox:"0 0 140.9 30"},o("path",{d:"M51.9,6.1c-1.7,0-3.1-1.4-3.1-3s1.4-3,3.1-3C53.6,0,55,1.4,55,3S53.6,6.1,51.9,6.1z M49.3,23.8h5V7.7h-5V23.8z M68.5,7.7v1 c-0.8-0.7-2.3-1.4-4.1-1.4c-4.5,0-8.2,3.2-8.2,7.9c0,4.7,3.7,7.9,8.2,7.9c1.8,0,3.4-0.5,4.1-1.4v0.9c0,2.1-1.9,3.1-4.4,3.1 c-2.2,0-4-0.5-5.8-1.4V29c2.1,0.7,4.4,1,6,1c5,0,9.2-2,9.2-7.3v-15L68.5,7.7L68.5,7.7z M68.5,17.2c-0.7,1-1.9,1.4-3.2,1.4 c-2.1,0-3.8-1.2-3.8-3.4c0-2.2,1.7-3.4,3.8-3.4c1.3,0,2.5,0.6,3.2,1.5V17.2z M88.1,24.2c4,0,6.4-0.7,8.5-2V10h-11v4.7h5.8v4.1 c-0.8,0.2-1.8,0.4-3.2,0.4c-4.9,0-7.3-3.2-7.3-6.8c0-3.7,2.8-6.8,8-6.8c2.2,0,4.3,0.6,5.8,1.4V1.7c-1.5-0.6-3.4-1.1-6.1-1.1 c-7.6,0-13,5.3-13,11.8C75.5,19.1,80.4,24.2,88.1,24.2z M101.4,6.1c-1.7,0-3.1-1.4-3.1-3s1.4-3,3.1-3c1.8,0,3.2,1.4,3.2,3 S103.1,6.1,101.4,6.1z M98.8,23.8h5V7.7h-5V23.8z M115.1,15l-4.3-7.2H105l10.1,16.4l10.1-16.4h-5.8L115.1,15z M129.3,16.9h11.6 c0.1-7-4.2-9.5-8.4-9.5c-4.5,0-8.5,2.6-8.6,8.4c0,5.6,4.1,8.4,9.1,8.4c2.2,0,4.4-0.3,6.4-1.3v-4.4c-2.5,1.4-4.1,1.4-5.6,1.4 C131.7,19.8,129.5,19.2,129.3,16.9z M132.5,11.1c1.5,0,2.8,0.7,3,2.7h-6.2C129.6,11.9,131,11.1,132.5,11.1z M43.5,11.4 c1.2-1,1.8-2.4,1.8-4c0-3.1-3-6.3-7.3-6.3h-8v22.8h10.4c4.1,0,7.2-3,7.2-6.8C47.5,14.8,46.5,12.3,43.5,11.4z M35.2,5.7h2.4 C39,5.7,40,6.8,40,8c0,1.2-1,2.2-2.5,2.2h-2.4V5.7z M39.9,19.2h-4.7v-4.6h4.7c1.4,0,2.5,1,2.5,2.3C42.4,18.1,41.3,19.2,39.9,19.2z"}),o("path",{d:"M13.5,1l13.5,23H0L13.5,1z"})))),o("div",{class:"nav-toggle",onClick:this.toggleNav}),o("nav",{class:"nav nav-primary","data-visible":"false"})))}get host(){return e(this)}};i.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}:host{display:contents}.header{font-family:"Euclid Triangle", sans-serif;font-size:17px;line-height:24px;position:relative;z-index:99}.nav{margin:0;padding:0;text-align:right;display:flex;flex-direction:column}.nav ul{margin:auto 0;padding:0}.nav ul li{margin:0 15px 0 0;padding:0 15px 0 0;display:inline-block;font-size:18px;line-height:20px}.nav ul li:last-child{padding-right:0;margin-right:0}.nav ul li a{color:#000000;text-decoration:none;display:inline-block}.nav ul li a.icon-green{padding-left:20px;background-image:url(/assets/images/triangles-combined-green-match.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-children{padding-left:20px;background-image:url(/assets/images/triangles-combined-children.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-christmas{padding-left:20px;background-image:url(/assets/images/triangles-combined-christmas-challenge.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-green-match{padding-left:20px;background-image:url(/assets/images/triangles-combined-green-match.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-women-girls{padding-left:20px;background-image:url(/assets/images/triangles-combined-women-girls.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-mental-health{padding-left:20px;background-image:url(/assets/images/triangles-combined-mental-health.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-anchor-match{padding-left:20px;background-image:url(/assets/images/triangles-combined-anchor.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.nav ul li a.icon-emergency{padding-left:20px;background-image:url(/assets/images/triangles-combined-emergency.svg);background-repeat:no-repeat;background-size:auto 10px;background-position:left center}.row-top{padding:10px 30px;background-color:#2C089B;display:flex}.row-top .social-icon-wrap{margin-right:15px}.row-top .nav-secondary{margin-left:auto}.row-top .nav-secondary ul li{border-right:1px solid #FFFFFF}.row-top .nav-secondary ul li:last-child{border-right:0}.row-top .nav-secondary ul li a{color:#FFFFFF}.row-top .nav-secondary ul li a:hover{border-bottom-color:#FFFFFF;color:#FFFFFF}.row-top .social-icon-wrap{display:flex}.row-top .social-icon-wrap .social-icon-item{margin-right:15px}.row-bottom{padding:15px 30px;background-color:#FFFFFF;display:flex}.row-bottom .logo-wrap{width:200px;margin-right:auto;position:relative;z-index:101}.row-bottom .logo-wrap a{display:block}.row-bottom .logo-wrap a svg{height:100%;width:auto}.row-bottom .nav-toggle{display:none}.row-bottom .nav-primary{font-weight:700;margin:5px 0}.row-bottom .nav-primary li.icon-colour-primary a{background-image:url("/assets/images/biggive-double-triangle-primary.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-secondary a{background-image:url("/assets/images/biggive-double-triangle-secondary.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-tertiary a{background-image:url("/assets/images/biggive-double-triangle-tertiary.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-brand-1 a{background-image:url("/assets/images/biggive-double-triangle-brand-1.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-brand-2 a{background-image:url("/assets/images/biggive-double-triangle-brand-2.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-brand-3 a{background-image:url("/assets/images/biggive-double-triangle-brand-3.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-brand-4 a{background-image:url("/assets/images/biggive-double-triangle-brand-4.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-brand-5 a{background-image:url("/assets/images/biggive-double-triangle-brand-5.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}.row-bottom .nav-primary li.icon-colour-brand-6 a{background-image:url("/assets/images/biggive-double-triangle-brand-6.svg");background-position:left center;background-size:20px auto;background-repeat:no-repeat;padding-left:25px}@media screen and (min-width: 1051px){.nav ul li{position:relative}.nav ul li a[href=""]:hover{cursor:default}.nav ul li a:hover{color:#2C089B}.nav ul li ul{display:none;position:absolute;left:50%;transform:translateX(-50%);padding:15px 45px 30px 45px;background-color:#FFFFFF;clip-path:polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 15px 100%, 0 calc(100% - 15px))}.nav ul li ul li{display:block;font-weight:normal;padding:0;margin:10px 0 10px 0;white-space:nowrap;text-align:left;font-weight:normal;font-size:13px;line-height:17px}.nav ul li:hover ul{display:block}}@media screen and (max-width: 1050px){.row-top{display:none}.row-top[data-visible=true]{display:block;position:fixed;bottom:0;left:0;right:0;display:flex;flex-direction:column-reverse;z-index:100;background-color:transparent}.row-top[data-visible=true] .nav-secondary{margin:0}.row-top[data-visible=true] .nav-secondary li{border:0;margin:0 0 10px 0;padding:0;width:100%}.row-top[data-visible=true] .nav-secondary li a{font-size:17px;line-height:24px;padding:10px 30px;border-radius:5px;border:1px solid #000000;background-color:#000000;color:#FFFFFF;display:inline-block;text-decoration:none;text-align:center;transition:all ease-in-out 0.5s;cursor:pointer;color:#FFFFFF;background-color:#2C089B;border-color:#2C089B;width:100%;box-sizing:border-box}.row-top[data-visible=true] .nav-secondary li a:hover{background-color:#FFFFFF;color:#000000}.row-top[data-visible=true] .nav-secondary li a:hover{color:#2C089B;background-color:#FFFFFF}.row-top .social-icon-wrap{margin:auto}.row-bottom{padding:15px 15px}.row-bottom .logo-wrap{height:30px}.row-bottom .nav-toggle{display:block;margin-left:auto;width:45px;height:30px;position:relative;z-index:101;background-image:url(/assets/images/menu.svg);background-size:contain;background-repeat:no-repeat;background-position:center center;cursor:pointer}.row-bottom .nav-toggle.active{background-image:url(/assets/images/cross.svg?1);display:block;background-color:#2C089B;background-size:50% 50%;width:30px;height:30px;border-radius:50%}.row-bottom .nav-primary{display:none;position:fixed;z-index:99;top:0;height:100vh;padding-top:100px;left:0;right:0;margin:0;background-color:#E8E8E8}.row-bottom .nav-primary[data-visible=true]{display:block}.row-bottom .nav-primary ul li{width:100%;box-sizing:border-box;text-align:center;padding-bottom:15px;margin-bottom:10px;border-bottom:1px solid #D7D7D7;padding-left:30px;padding-right:30px}.row-bottom .nav-primary ul li ul{margin-top:15px;display:none}.row-bottom .nav-primary ul li ul li{font-weight:normal;border-bottom:0;font-size:13px;line-height:17px}.row-bottom .nav-primary ul li:hover ul{display:block}}';export{i as biggive_header}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as n,h as t}from"./p-
|
|
1
|
+
import{r as n,h as t}from"./p-740166e9.js";const e=class{constructor(t){n(this,t),this.inline=!0}render(){return t("ul",null,t("slot",null))}};e.style='a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}:host{display:contents}ul{font-family:"Euclid Triangle", sans-serif;font-size:17px;line-height:24px;list-style-type:none;padding:0;margin:0}';export{e as biggive_nav_group}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as o,h as r}from"./p-
|
|
1
|
+
import{r as o,h as r}from"./p-740166e9.js";import{F as c}from"./p-9fe5b848.js";import"./p-9b3ded89.js";const e=class{constructor(r){o(this,r),this.backgroundColour="primary",this.iconColour="white",this.icon=void 0,this.label=void 0,this.url="#"}getCategoryIcon(){return c.getCategoryIcon(this.icon)}render(){return r("div",{class:"container"},r("div",{class:"category-icon-item background-colour-"+this.backgroundColour},r("a",{href:this.url},r("svg",{width:this.getCategoryIcon().icon[0],height:this.getCategoryIcon().icon[1],xmlns:"http://www.w3.org/2000/svg",class:"fill-"+this.iconColour,viewBox:"0 0 "+this.getCategoryIcon().icon[0]+" "+this.getCategoryIcon().icon[1]},r("path",{d:this.getCategoryIcon().icon[4].toString()})))),r("div",{class:"label"},this.label))}};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:#62CFC9}.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}.category-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}.category-icon-item.colour-scheme-primary{background-color:#2C089B}.category-icon-item.colour-scheme-primary svg{fill:#FFFFFF}.category-icon-item.colour-scheme-secondary{background-color:#2AF135}.category-icon-item.colour-scheme-secondary svg{fill:#000000}.category-icon-item.colour-scheme-tertiary{background-color:#FF7272}.category-icon-item.colour-scheme-tertiary svg{fill:#000000}.category-icon-item.colour-scheme-brand-1{background-color:#B30510}.category-icon-item.colour-scheme-brand-1 svg{fill:#000000}.category-icon-item.colour-scheme-brand-2{background-color:#6E0887}.category-icon-item.colour-scheme-brand-2 svg{fill:#000000}.category-icon-item.colour-scheme-brand-3{background-color:#50B400}.category-icon-item.colour-scheme-brand-3 svg{fill:#000000}.category-icon-item.colour-scheme-brand-4{background-color:#FFE500}.category-icon-item.colour-scheme-brand-4 svg{fill:#000000}.category-icon-item.colour-scheme-brand-5{background-color:#F07D00}.category-icon-item.colour-scheme-brand-5 svg{fill:#000000}.category-icon-item.colour-scheme-brand-6{background-color:#CBC8C8}.category-icon-item.colour-scheme-brand-6 svg{fill:#000000}.category-icon-item.colour-scheme-white{background-color:#FFFFFF}.category-icon-item.colour-scheme-white svg{fill:#000000}.category-icon-item.colour-scheme-black{background-color:#000000}.category-icon-item.colour-scheme-black svg{fill:#FFFFFF}.category-icon-item.colour-scheme-black{background-color:#D7D7D7}.category-icon-item.colour-scheme-black svg{fill:#D7D7D7}.category-icon-item.colour-scheme-black{background-color:#E8E8E8}.category-icon-item.colour-scheme-black svg{fill:#E8E8E8}.category-icon-item.colour-scheme-black{background-color:#8A8A8A}.category-icon-item.colour-scheme-black svg{fill:#8A8A8A}.category-icon-item.colour-scheme-black{background-color:#4A4A4A}.category-icon-item.colour-scheme-black svg{fill:#4A4A4A}.category-icon-item:hover{background-color:#FFFFFF}.category-icon-item:hover svg{fill:#000000}.category-icon-item a{display:grid;position:relative;padding:10px;box-sizing:border-box;height:100%}.category-icon-item a svg{width:100%;height:100%}.category-icon-item a{padding:6px}';export{e as biggive_category_icon}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as o,h as e}from"./p-
|
|
1
|
+
import{r as o,h as e}from"./p-740166e9.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}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as o,h as r}from"./p-
|
|
1
|
+
import{r as o,h as r}from"./p-740166e9.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:#62CFC9}.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}
|