@biggive/components 1.0.149 → 1.0.151
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-377a619a.entry.js +1 -0
- package/dist/biggive/{p-da3857e8.js → p-630f723c.js} +1 -1
- package/dist/biggive/{p-02a35eb5.entry.js → p-69f60a7d.entry.js} +1 -1
- package/dist/biggive/p-6e1ded54.js +1 -0
- package/dist/biggive/{p-7ecbe1c0.entry.js → p-9bfc5cdf.entry.js} +1 -1
- package/dist/biggive/p-9c5bd60f.entry.js +1 -0
- package/dist/biggive/p-b91b0d0e.entry.js +1 -0
- package/dist/biggive/{p-89a40859.entry.js → p-f45f290c.entry.js} +1 -1
- package/dist/cjs/biggive-back-to-top_26.cjs.entry.js +37 -18
- package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -1
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-biography-card.cjs.entry.js +23 -0
- package/dist/cjs/biggive-category-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-search.cjs.entry.js +1 -1
- package/dist/cjs/biggive.cjs.js +1 -1
- package/dist/cjs/{fontawesome-icons-1e9bb6f6.js → fontawesome-icons-6eeff79a.js} +1 -1
- package/dist/cjs/{index-7258f788.js → index-e177f1d2.js} +6 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +20 -1
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.stories.js +5 -0
- package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +513 -0
- package/dist/collection/components/biggive-biography-card/biggive-biography-card.js +100 -0
- package/dist/collection/components/biggive-button/biggive-button.css +16 -0
- package/dist/collection/components/biggive-button/biggive-button.js +59 -1
- package/dist/collection/components/biggive-button/biggive-button.stories.js +17 -0
- package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +1 -16
- package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.js +22 -1
- package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +15 -14
- package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.js +4 -4
- package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.js +2 -2
- package/dist/collection/components/biggive-header/biggive-header.css +1 -1
- package/dist/collection/components/biggive-header/biggive-header.js +1 -1
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +22 -2
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +1 -1
- package/dist/collection/components/biggive-page-section/biggive-page-section.css +111 -0
- package/dist/collection/components/biggive-page-section/biggive-page-section.js +29 -1
- package/dist/collection/components/biggive-page-section/biggive-page-section.stories.js +10 -1
- package/dist/collection/components/biggive-quote/biggive-quote.css +1 -1
- package/dist/components/biggive-article-card.js +8 -2
- package/dist/components/biggive-basic-card.js +11 -3
- package/dist/components/biggive-biography-card.d.ts +11 -0
- package/dist/components/biggive-biography-card.js +42 -0
- package/dist/components/biggive-button2.js +18 -4
- package/dist/components/biggive-call-to-action.js +8 -2
- package/dist/components/biggive-campaign-card-filter-grid.js +17 -11
- package/dist/components/biggive-campaign-card.js +7 -3
- package/dist/components/biggive-campaign-highlights.js +1 -1
- package/dist/components/biggive-footer.js +8 -2
- package/dist/components/biggive-header.js +2 -2
- package/dist/components/biggive-hero-image.js +10 -4
- package/dist/components/biggive-image-feature.js +8 -2
- package/dist/components/biggive-page-section.js +14 -3
- package/dist/components/biggive-quote.js +2 -2
- package/dist/components/biggive-search.js +9 -3
- package/dist/components/biggive-video-feature.js +8 -2
- package/dist/components/fontawesome-icons.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index2.js +6 -1
- package/dist/esm/biggive-back-to-top_26.entry.js +37 -18
- package/dist/esm/biggive-basic-card.entry.js +2 -1
- package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
- package/dist/esm/biggive-biography-card.entry.js +19 -0
- package/dist/esm/biggive-category-icon.entry.js +2 -2
- package/dist/esm/biggive-search.entry.js +1 -1
- package/dist/esm/biggive.js +1 -1
- package/dist/esm/{fontawesome-icons-a644b74f.js → fontawesome-icons-f8ad1e3e.js} +1 -1
- package/dist/esm/{index-278aa0f2.js → index-deec8c9b.js} +6 -1
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +4 -0
- package/dist/types/components/biggive-basic-card/biggive-basic-card.stories.d.ts +3 -0
- package/dist/types/components/biggive-biography-card/biggive-biography-card.d.ts +19 -0
- package/dist/types/components/biggive-button/biggive-button.d.ts +15 -0
- package/dist/types/components/biggive-button/biggive-button.stories.d.ts +11 -0
- package/dist/types/components/biggive-campaign-card/biggive-campaign-card.d.ts +6 -0
- package/dist/types/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.d.ts +1 -1
- package/dist/types/components/biggive-hero-image/biggive-hero-image.d.ts +4 -4
- package/dist/types/components/biggive-page-section/biggive-page-section.d.ts +4 -0
- package/dist/types/components/biggive-page-section/biggive-page-section.stories.d.ts +7 -0
- package/dist/types/components.d.ts +90 -0
- package/hydrate/index.js +79 -19
- package/package.json +1 -1
- package/dist/biggive/p-1f6529a5.entry.js +0 -1
- package/dist/biggive/p-b0ab7ff2.entry.js +0 -1
- package/dist/biggive/p-b4b8d56e.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-908511f2.js';
|
|
2
|
-
import { f as faMagnifyingGlass,
|
|
2
|
+
import { f as faMagnifyingGlass, G as faX } from './index-deec8c9b.js';
|
|
3
3
|
|
|
4
4
|
const biggiveSearchCss = "body{background-color:#D7D7D7}h1,h3,h4,h5,h6{margin-bottom:0}h1,.heading-1{font-size:47px;line-height:60px;font-weight:bold}h2,.heading-2{font-size:38px;line-height:45px;font-weight:bold}h3,.heading-3{font-size:25px;line-height:32px;font-weight:bold}h4,.heading-4{font-size:20px;line-height:24px;font-weight:bold}h5,.heading-5{font-size:17px;line-height:24px;font-weight:bold}a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.colour-primary{color:#2C089B}.colour-secondary{color:#2AF135}.colour-tertiary{color:#FF7272}.colour-white{color:#FFFFFF}.colour-black{color:#000000}.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-white:hover,.text-colour-white{color:#FFFFFF}.text-colour-hover-black:hover,.text-colour-black{color:#000000}.fill-primary{fill:#2C089B}.fill-secondary{fill:#2AF135}.fill-tertiary{fill:#FF7272}.fill-white{fill:#FFFFFF}.fill-black{fill:#000000}.fill-red{fill:red}.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-white:hover,.background-colour-white{background-color:#FFFFFF}.background-colour-hover-black:hover,.background-colour-black{background-color:#000000}.input-wrap{display:flex;justify-content:space-between}.input-text{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;color:#000000;padding:5px 10px;box-sizing:border-box;width:100%}.input-text:focus{outline:0}.input-text:placeholder{color:#4A4A4A}.button{font-size:17px;line-height:24px;padding:10px 30px;border-radius:5px;border:1px solid #000000;background-color:#000000;filter:drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.22));color:#FFFFFF;display:inline-block;text-decoration:none;text-align:center;transition:all ease-in-out 0.5s;cursor:pointer}.button:hover{background-color:#FFFFFF;color:#000000}.button.size-small{font-size:13px;line-height:17px;padding:5px 15px}.button.button.rounded-true{border-radius:27.5px}.button.button.rounded-true.size-small{border-radius:20px}.button-primary{color:#FFFFFF;background-color:#2C089B;border-color:#2C089B}.button-primary:hover{color:#2C089B;background-color:#FFFFFF}.button-secondary{color:#2C089B;background-color:#2AF135;border-color:#2AF135}.button-secondary:hover{background-color:#FFFFFF}.button-tertiary{color:#FFFFFF;background-color:#FF7272;border-color:#FF7272}.button-tertiary:hover{background-color:#FFFFFF}.button-white{color:#2C089B;background-color:#FFFFFF;border-color:#FFFFFF}.button-white:hover{color:#FFFFFF;background-color:#2C089B}.button-black{color:#FFFFFF;background-color:#000000;border-color:#000000}.button-black:hover{color:#000000;background-color:#FFFFFF}.button-clear-primary{color:#2C089B;background-color:transparent;text-decoration:underline;box-shadow:none;border:0;padding-left:0;padding-right:0}.button-clear-primary:hover{text-decoration:none;background-color:transparent}.button-clear-secondary{color:#2AF135;background-color:transparent;text-decoration:underline;box-shadow:none;border:0;padding-left:0;padding-right:0}.button-clear-secondary:hover{text-decoration:none;background-color:transparent}.button-clear-tertiary{color:#FF7272;background-color:transparent;text-decoration:underline;box-shadow:none;border:0;padding-left:0;padding-right:0}.button-clear-tertiary:hover{text-decoration:none;background-color:transparent}.button-clear-white{color:#FFFFFF;background-color:transparent;text-decoration:underline;box-shadow:none;border:0;padding-left:0;padding-right:0}.button-clear-white:hover{color:#FFFFFF;text-decoration:none;background-color:transparent}.button-rounded{border-radius:27.5px}.button-rounded.size-small{border-radius:20px}.progress-bar{display:flex}.progress-bar .slider{margin:auto 15px auto 0;position:relative;flex-grow:1}.progress-bar .slider:before{content:\"\";position:absolute;display:block;top:0;left:0;bottom:0;right:0;background-color:#E8E8E8;border-radius:4px}.progress-bar .slider .progress{position:relative;border-radius:4px;background-color:#000000;height:8px}.progress-bar .counter{font-weight:700;color:#000000;font-size:14px;line-height:18px}.progress-bar-primary .slider .progress{background-color:#2C089B}.progress-bar-primary .counter{color:#2C089B}.progress-bar-secondary .slider .progress{background-color:#2AF135}.progress-bar-secondary .counter{color:#2AF135}.video-wrap{position:relative;padding-bottom:56.25%}.video-wrap iframe,.video-wrap video{position:absolute;border:0;display:block;left:0;right:0;top:0;bottom:0;width:100%;height:100%}.image-wrap img{width:100%;height:auto}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.align-justify{text-align:justify}.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}.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}.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}.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}";
|
|
5
5
|
|
package/dist/esm/biggive.js
CHANGED
|
@@ -13,5 +13,5 @@ const patchBrowser = () => {
|
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
patchBrowser().then(options => {
|
|
16
|
-
return bootstrapLazy([["biggive-back-to-top_26",[[1,"biggive-campaign-card-filter-grid",{"spaceBelow":[2,"space-below"],"intro":[1],"searchText":[1,"search-text"],"placeholderText":[1,"placeholder-text"],"buttonText":[1,"button-text"],"categoryOptions":[16],"beneficiaryOptions":[16],"locationOptions":[16],"fundingOptions":[16],"selectedSortByOption":[1,"selected-sort-by-option"],"selectedFilterCategory":[1,"selected-filter-category"],"selectedFilterBeneficiary":[1,"selected-filter-beneficiary"],"selectedFilterLocation":[1,"selected-filter-location"],"selectedFilterFunding":[1,"selected-filter-funding"]},[[0,"doSelectChange","doOptionSelectCompletedHandler"]]],[1,"biggive-campaign-card",{"spaceBelow":[2,"space-below"],"campaignType":[1,"campaign-type"],"banner":[1],"campaignTitle":[1,"campaign-title"],"organisationName":[1,"organisation-name"],"primaryFigureLabel":[1,"primary-figure-label"],"primaryFigureAmount":[1,"primary-figure-amount"],"secondaryFigureLabel":[1,"secondary-figure-label"],"secondaryFigureAmount":[1,"secondary-figure-amount"],"progressBarCounter":[2,"progress-bar-counter"],"donateButtonLabel":[1,"donate-button-label"],"donateButtonUrl":[1,"donate-button-url"],"donateButtonColourScheme":[1,"donate-button-colour-scheme"],"moreInfoButtonLabel":[1,"more-info-button-label"],"moreInfoButtonUrl":[1,"more-info-button-url"],"moreInfoButtonColourScheme":[1,"more-info-button-colour-scheme"],"isFutureCampaign":[4,"is-future-campaign"],"isPastCampaign":[4,"is-past-campaign"],"datetime":[1]}],[1,"biggive-
|
|
16
|
+
return bootstrapLazy([["biggive-back-to-top_26",[[1,"biggive-campaign-card-filter-grid",{"spaceBelow":[2,"space-below"],"intro":[1],"searchText":[1,"search-text"],"placeholderText":[1,"placeholder-text"],"buttonText":[1,"button-text"],"categoryOptions":[16],"beneficiaryOptions":[16],"locationOptions":[16],"fundingOptions":[16],"selectedSortByOption":[1,"selected-sort-by-option"],"selectedFilterCategory":[1,"selected-filter-category"],"selectedFilterBeneficiary":[1,"selected-filter-beneficiary"],"selectedFilterLocation":[1,"selected-filter-location"],"selectedFilterFunding":[1,"selected-filter-funding"]},[[0,"doSelectChange","doOptionSelectCompletedHandler"]]],[1,"biggive-campaign-card",{"spaceBelow":[2,"space-below"],"campaignType":[1,"campaign-type"],"banner":[1],"campaignTitle":[1,"campaign-title"],"organisationName":[1,"organisation-name"],"primaryFigureLabel":[1,"primary-figure-label"],"primaryFigureAmount":[1,"primary-figure-amount"],"secondaryFigureLabel":[1,"secondary-figure-label"],"secondaryFigureAmount":[1,"secondary-figure-amount"],"progressBarCounter":[2,"progress-bar-counter"],"donateButtonLabel":[1,"donate-button-label"],"donateButtonUrl":[1,"donate-button-url"],"donateButtonColourScheme":[1,"donate-button-colour-scheme"],"moreInfoButtonLabel":[1,"more-info-button-label"],"moreInfoButtonUrl":[1,"more-info-button-url"],"moreInfoButtonColourScheme":[1,"more-info-button-colour-scheme"],"isFutureCampaign":[4,"is-future-campaign"],"isPastCampaign":[4,"is-past-campaign"],"datetime":[1]}],[1,"biggive-call-to-action",{"spaceAbove":[2,"space-above"],"spaceBelow":[2,"space-below"],"defaultTextColour":[1,"default-text-colour"],"slugSize":[2,"slug-size"],"slugColour":[1,"slug-colour"],"slug":[1],"mainTitleColour":[1,"main-title-colour"],"mainTitleSize":[2,"main-title-size"],"mainTitle":[1,"main-title"],"subtitleSize":[2,"subtitle-size"],"subtitleColour":[1,"subtitle-colour"],"subtitle":[1],"teaserColour":[1,"teaser-colour"],"teaser":[1],"primaryButtonUrl":[1,"primary-button-url"],"primaryButtonLabel":[1,"primary-button-label"],"primaryButtonColourScheme":[1,"primary-button-colour-scheme"],"secondaryButtonUrl":[1,"secondary-button-url"],"secondaryButtonLabel":[1,"secondary-button-label"],"secondaryButtonColourScheme":[1,"secondary-button-colour-scheme"]}],[1,"biggive-campaign-highlights",{"spaceBelow":[2,"space-below"],"banner":[1],"campaignTitle":[1,"campaign-title"],"primaryFigureLabel":[1,"primary-figure-label"],"primaryFigureAmount":[1,"primary-figure-amount"],"secondaryFigureLabel":[1,"secondary-figure-label"],"secondaryFigureAmount":[1,"secondary-figure-amount"],"progressBarCounter":[2,"progress-bar-counter"],"primaryStatIcon":[1,"primary-stat-icon"],"primaryStatText":[1,"primary-stat-text"],"secondaryStatIcon":[1,"secondary-stat-icon"],"secondaryStatText":[1,"secondary-stat-text"],"championName":[1,"champion-name"],"championUrl":[1,"champion-url"]}],[1,"biggive-footer"],[1,"biggive-hero-image",{"spaceBelow":[2,"space-below"],"colourScheme":[1,"colour-scheme"],"slug":[1],"slugColour":[1,"slug-colour"],"logo":[1],"logoAltText":[1,"logo-alt-text"],"mainImage":[1,"main-image"],"mainImageAlignHorizontal":[1,"main-image-align-horizontal"],"mainImageAlignVertical":[1,"main-image-align-vertical"],"mainTitle":[1,"main-title"],"mainTitleColour":[1,"main-title-colour"],"teaser":[1],"teaserColour":[1,"teaser-colour"],"buttonUrl":[1,"button-url"],"buttonLabel":[1,"button-label"],"buttonColourScheme":[1,"button-colour-scheme"]}],[1,"biggive-image-feature",{"spaceBelow":[2,"space-below"],"defaultTextColour":[1,"default-text-colour"],"imageUrl":[1,"image-url"],"imageAltText":[1,"image-alt-text"],"slug":[1],"slugColour":[1,"slug-colour"],"mainTitle":[1,"main-title"],"mainTitleColour":[1,"main-title-colour"],"teaser":[1],"teaserColour":[1,"teaser-colour"],"buttonUrl":[1,"button-url"],"buttonLabel":[1,"button-label"],"buttonColourScheme":[1,"button-colour-scheme"]}],[1,"biggive-video-feature",{"spaceAbove":[2,"space-above"],"spaceBelow":[2,"space-below"],"defaultTextColour":[1,"default-text-colour"],"videoUrl":[1,"video-url"],"slug":[1],"slugColour":[1,"slug-colour"],"mainTitle":[1,"main-title"],"mainTitleColour":[1,"main-title-colour"],"teaser":[1],"teaserColour":[1,"teaser-colour"],"buttonUrl":[1,"button-url"],"buttonLabel":[1,"button-label"],"buttonColourScheme":[1,"button-colour-scheme"]}],[1,"biggive-back-to-top"],[1,"biggive-branded-image",{"spaceBelow":[2,"space-below"],"imageUrl":[1,"image-url"],"logoUrl":[1,"logo-url"],"slug":[1],"charityName":[1,"charity-name"],"charityLocation":[1,"charity-location"],"charityUrl":[1,"charity-url"]}],[1,"biggive-grid",{"spaceBelow":[2,"space-below"],"columnCount":[2,"column-count"],"columnGap":[2,"column-gap"]}],[1,"biggive-header",{"spaceBelow":[2,"space-below"],"logoUrl":[1,"logo-url"]}],[1,"biggive-heading",{"spaceAbove":[2,"space-above"],"spaceBelow":[2,"space-below"],"colour":[1],"htmlElement":[1,"html-element"],"size":[2],"align":[1],"text":[1]}],[1,"biggive-page-column"],[1,"biggive-page-columns",{"spaceBelow":[2,"space-below"]}],[1,"biggive-page-section",{"spaceBelow":[2,"space-below"],"sectionStyleTop":[1,"section-style-top"],"sectionStyleBottom":[1,"section-style-bottom"],"colourScheme":[1,"colour-scheme"],"maxWidth":[2,"max-width"]}],[1,"biggive-quote",{"spaceBelow":[2,"space-below"],"defaultTextColour":[1,"default-text-colour"],"quote":[1],"attribution":[1]}],[0,"biggive-social-icon",{"service":[1],"backgroundColour":[1,"background-colour"],"iconColour":[1,"icon-colour"],"url":[1]}],[1,"biggive-totalizer",{"spaceBelow":[2,"space-below"],"primaryColour":[1,"primary-colour"],"primaryTextColour":[1,"primary-text-colour"],"secondaryColour":[1,"secondary-colour"],"secondaryTextColour":[1,"secondary-text-colour"],"mainMessage":[1,"main-message"]}],[1,"biggive-totalizer-ticker-item",{"figure":[1],"label":[1]}],[1,"biggive-form-field-select",{"selectedValue":[1,"selected-value"],"selectedLabel":[1,"selected-label"],"spaceBelow":[2,"space-below"],"placeholder":[1]},[[0,"doOptionSelect","doOptionSelectCompletedHandler"]]],[1,"biggive-form-field-select-option",{"label":[1],"value":[1],"selectedValue":[32],"selectedLabel":[32]}],[1,"biggive-popup",{"openFromOutside":[64],"closeFromOutside":[64]}],[1,"biggive-progress-bar",{"spaceBelow":[2,"space-below"],"colourScheme":[1,"colour-scheme"],"counter":[2]}],[1,"biggive-button",{"spaceBelow":[2,"space-below"],"colourScheme":[1,"colour-scheme"],"label":[1],"url":[1],"fullWidth":[4,"full-width"],"size":[1],"rounded":[4],"isFutureCampaign":[4,"is-future-campaign"],"isPastCampaign":[4,"is-past-campaign"],"datetime":[1]}],[0,"biggive-misc-icon",{"backgroundColour":[1,"background-colour"],"iconColour":[1,"icon-colour"],"icon":[1],"url":[1]}]]],["biggive-article-card",[[1,"biggive-article-card",{"spaceBelow":[2,"space-below"],"backgroundColour":[1,"background-colour"],"backgroundColourHover":[1,"background-colour-hover"],"textColour":[1,"text-colour"],"slug":[1],"date":[1],"mainTitle":[1,"main-title"],"imageUrl":[1,"image-url"],"imageAltText":[1,"image-alt-text"],"imageLabel":[1,"image-label"],"buttonLabel":[1,"button-label"],"buttonUrl":[1,"button-url"]}]]],["biggive-basic-card",[[1,"biggive-basic-card",{"spaceBelow":[2,"space-below"],"backgroundColour":[1,"background-colour"],"backgroundImageUrl":[1,"background-image-url"],"cardColour":[1,"card-colour"],"textColour":[1,"text-colour"],"mainTitle":[1,"main-title"],"subtitle":[1],"teaser":[1],"iconColour":[1,"icon-colour"],"buttonLabel":[1,"button-label"],"buttonUrl":[1,"button-url"],"buttonColourScheme":[1,"button-colour-scheme"]}]]],["biggive-search",[[1,"biggive-search",{"searchText":[1,"search-text"],"placeholderText":[1,"placeholder-text"],"buttonText":[1,"button-text"]}]]],["biggive-beneficiary-icon",[[0,"biggive-beneficiary-icon",{"backgroundColour":[1,"background-colour"],"iconColour":[1,"icon-colour"],"icon":[1],"label":[1],"url":[1]}]]],["biggive-biography-card",[[1,"biggive-biography-card",{"spaceBelow":[2,"space-below"],"imageUrl":[1,"image-url"],"fullName":[1,"full-name"],"jobTitle":[1,"job-title"]}]]],["biggive-boxed-content",[[1,"biggive-boxed-content",{"spaceBelow":[2,"space-below"],"verticalPadding":[2,"vertical-padding"],"horizontalPadding":[2,"horizontal-padding"],"backgroundColour":[1,"background-colour"],"shadow":[4]}]]],["biggive-category-icon",[[0,"biggive-category-icon",{"backgroundColour":[1,"background-colour"],"iconColour":[1,"icon-colour"],"icon":[1],"label":[1],"url":[1]}]]],["biggive-form",[[1,"biggive-form"]]],["biggive-formatted-text",[[1,"biggive-formatted-text",{"spaceBelow":[2,"space-below"],"defaultTextColour":[1,"default-text-colour"]}]]],["biggive-icon-group",[[1,"biggive-icon-group",{"spaceBelow":[2,"space-below"],"label":[1]}]]],["biggive-image",[[1,"biggive-image",{"spaceAbove":[2,"space-above"],"spaceBelow":[2,"space-below"],"imageUrl":[1,"image-url"],"imageAltText":[1,"image-alt-text"],"width":[2],"height":[2],"sizeUnit":[1,"size-unit"]}]]],["biggive-nav-group",[[1,"biggive-nav-group",{"inline":[4]}]]],["biggive-nav-item",[[1,"biggive-nav-item",{"url":[1],"label":[1],"iconColour":[1,"icon-colour"]}]]],["biggive-popup-standalone",[[1,"biggive-popup-standalone"]]],["biggive-tab",[[1,"biggive-tab",{"tabTitle":[1,"tab-title"]}]]],["biggive-tabbed-content",[[1,"biggive-tabbed-content",{"spaceBelow":[2,"space-below"],"defaultTextColour":[1,"default-text-colour"]}]]],["biggive-text-input",[[1,"biggive-text-input"]]],["biggive-video",[[1,"biggive-video",{"spaceAbove":[2,"space-above"],"spaceBelow":[2,"space-below"],"videoUrl":[1,"video-url"]}]]]], options);
|
|
17
17
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { c as faChild, d as faUniversalAccess, e as faBaby, g as faRainbow, h as faBlind, i as faCampground, j as faVenus, k as faUserGraduate, l as faPlus, m as faAlarmClock, n as faHeart, o as faPaw, p as faMedal, q as faTheaterMasks, r as faRibbon, s as faPeopleCarry, t as faParachuteBox, u as faBook, v as faSeedling, w as faHeartbeat, x as faHomeHeart, y as faHospital, z as faBalanceScale, A as faInfoCircle, B as faMicroscope, C as faHeadSideMedical, D as faMortarPestle, E as faPlaceOfWorship, F as faFutbol } from './index-deec8c9b.js';
|
|
2
2
|
|
|
3
3
|
var faLinkedinIn = {
|
|
4
4
|
prefix: 'fab',
|
|
@@ -143,6 +143,11 @@ var faQuoteLeft = {
|
|
|
143
143
|
iconName: 'quote-left',
|
|
144
144
|
icon: [448, 512, [8220, "quote-left-alt"], "f10d", "M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z"]
|
|
145
145
|
};
|
|
146
|
+
var faFilterSlash = {
|
|
147
|
+
prefix: 'fas',
|
|
148
|
+
iconName: 'filter-slash',
|
|
149
|
+
icon: [640, 512, [], "e17d", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L406.6 293.4 567 97.3c9.8-12 11.8-28.5 5.2-42.5S551.5 32 536 32H104c-8.1 0-15.8 2.5-22.3 6.8L38.8 5.1zM256 400c0 10.1 4.7 19.6 12.8 25.6l64 48c9.7 7.3 22.7 8.4 33.5 3s17.7-16.5 17.7-28.6V398.5L256 297.7V400z"]
|
|
150
|
+
};
|
|
146
151
|
var faScaleBalanced = {
|
|
147
152
|
prefix: 'fas',
|
|
148
153
|
iconName: 'scale-balanced',
|
|
@@ -166,4 +171,4 @@ var faMasksTheater = {
|
|
|
166
171
|
};
|
|
167
172
|
var faTheaterMasks = faMasksTheater;
|
|
168
173
|
|
|
169
|
-
export {
|
|
174
|
+
export { faInfoCircle as A, faMicroscope as B, faHeadSideMedical as C, faMortarPestle as D, faPlaceOfWorship as E, faFutbol as F, faX as G, faFilterSlash as a, faQuoteLeft as b, faChild as c, faUniversalAccess as d, faBaby as e, faMagnifyingGlass as f, faRainbow as g, faBlind as h, faCampground as i, faVenus as j, faUserGraduate as k, faPlus as l, faAlarmClock as m, faHeart as n, faPaw as o, faMedal as p, faTheaterMasks as q, faRibbon as r, faPeopleCarry as s, faParachuteBox as t, faBook as u, faSeedling as v, faHeartbeat as w, faHomeHeart as x, faHospital as y, faBalanceScale as z };
|
package/dist/esm/loader.js
CHANGED
|
@@ -10,7 +10,7 @@ const patchEsm = () => {
|
|
|
10
10
|
const defineCustomElements = (win, options) => {
|
|
11
11
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
12
12
|
return patchEsm().then(() => {
|
|
13
|
-
return bootstrapLazy([["biggive-back-to-top_26",[[1,"biggive-campaign-card-filter-grid",{"spaceBelow":[2,"space-below"],"intro":[1],"searchText":[1,"search-text"],"placeholderText":[1,"placeholder-text"],"buttonText":[1,"button-text"],"categoryOptions":[16],"beneficiaryOptions":[16],"locationOptions":[16],"fundingOptions":[16],"selectedSortByOption":[1,"selected-sort-by-option"],"selectedFilterCategory":[1,"selected-filter-category"],"selectedFilterBeneficiary":[1,"selected-filter-beneficiary"],"selectedFilterLocation":[1,"selected-filter-location"],"selectedFilterFunding":[1,"selected-filter-funding"]},[[0,"doSelectChange","doOptionSelectCompletedHandler"]]],[1,"biggive-campaign-card",{"spaceBelow":[2,"space-below"],"campaignType":[1,"campaign-type"],"banner":[1],"campaignTitle":[1,"campaign-title"],"organisationName":[1,"organisation-name"],"primaryFigureLabel":[1,"primary-figure-label"],"primaryFigureAmount":[1,"primary-figure-amount"],"secondaryFigureLabel":[1,"secondary-figure-label"],"secondaryFigureAmount":[1,"secondary-figure-amount"],"progressBarCounter":[2,"progress-bar-counter"],"donateButtonLabel":[1,"donate-button-label"],"donateButtonUrl":[1,"donate-button-url"],"donateButtonColourScheme":[1,"donate-button-colour-scheme"],"moreInfoButtonLabel":[1,"more-info-button-label"],"moreInfoButtonUrl":[1,"more-info-button-url"],"moreInfoButtonColourScheme":[1,"more-info-button-colour-scheme"],"isFutureCampaign":[4,"is-future-campaign"],"isPastCampaign":[4,"is-past-campaign"],"datetime":[1]}],[1,"biggive-
|
|
13
|
+
return bootstrapLazy([["biggive-back-to-top_26",[[1,"biggive-campaign-card-filter-grid",{"spaceBelow":[2,"space-below"],"intro":[1],"searchText":[1,"search-text"],"placeholderText":[1,"placeholder-text"],"buttonText":[1,"button-text"],"categoryOptions":[16],"beneficiaryOptions":[16],"locationOptions":[16],"fundingOptions":[16],"selectedSortByOption":[1,"selected-sort-by-option"],"selectedFilterCategory":[1,"selected-filter-category"],"selectedFilterBeneficiary":[1,"selected-filter-beneficiary"],"selectedFilterLocation":[1,"selected-filter-location"],"selectedFilterFunding":[1,"selected-filter-funding"]},[[0,"doSelectChange","doOptionSelectCompletedHandler"]]],[1,"biggive-campaign-card",{"spaceBelow":[2,"space-below"],"campaignType":[1,"campaign-type"],"banner":[1],"campaignTitle":[1,"campaign-title"],"organisationName":[1,"organisation-name"],"primaryFigureLabel":[1,"primary-figure-label"],"primaryFigureAmount":[1,"primary-figure-amount"],"secondaryFigureLabel":[1,"secondary-figure-label"],"secondaryFigureAmount":[1,"secondary-figure-amount"],"progressBarCounter":[2,"progress-bar-counter"],"donateButtonLabel":[1,"donate-button-label"],"donateButtonUrl":[1,"donate-button-url"],"donateButtonColourScheme":[1,"donate-button-colour-scheme"],"moreInfoButtonLabel":[1,"more-info-button-label"],"moreInfoButtonUrl":[1,"more-info-button-url"],"moreInfoButtonColourScheme":[1,"more-info-button-colour-scheme"],"isFutureCampaign":[4,"is-future-campaign"],"isPastCampaign":[4,"is-past-campaign"],"datetime":[1]}],[1,"biggive-call-to-action",{"spaceAbove":[2,"space-above"],"spaceBelow":[2,"space-below"],"defaultTextColour":[1,"default-text-colour"],"slugSize":[2,"slug-size"],"slugColour":[1,"slug-colour"],"slug":[1],"mainTitleColour":[1,"main-title-colour"],"mainTitleSize":[2,"main-title-size"],"mainTitle":[1,"main-title"],"subtitleSize":[2,"subtitle-size"],"subtitleColour":[1,"subtitle-colour"],"subtitle":[1],"teaserColour":[1,"teaser-colour"],"teaser":[1],"primaryButtonUrl":[1,"primary-button-url"],"primaryButtonLabel":[1,"primary-button-label"],"primaryButtonColourScheme":[1,"primary-button-colour-scheme"],"secondaryButtonUrl":[1,"secondary-button-url"],"secondaryButtonLabel":[1,"secondary-button-label"],"secondaryButtonColourScheme":[1,"secondary-button-colour-scheme"]}],[1,"biggive-campaign-highlights",{"spaceBelow":[2,"space-below"],"banner":[1],"campaignTitle":[1,"campaign-title"],"primaryFigureLabel":[1,"primary-figure-label"],"primaryFigureAmount":[1,"primary-figure-amount"],"secondaryFigureLabel":[1,"secondary-figure-label"],"secondaryFigureAmount":[1,"secondary-figure-amount"],"progressBarCounter":[2,"progress-bar-counter"],"primaryStatIcon":[1,"primary-stat-icon"],"primaryStatText":[1,"primary-stat-text"],"secondaryStatIcon":[1,"secondary-stat-icon"],"secondaryStatText":[1,"secondary-stat-text"],"championName":[1,"champion-name"],"championUrl":[1,"champion-url"]}],[1,"biggive-footer"],[1,"biggive-hero-image",{"spaceBelow":[2,"space-below"],"colourScheme":[1,"colour-scheme"],"slug":[1],"slugColour":[1,"slug-colour"],"logo":[1],"logoAltText":[1,"logo-alt-text"],"mainImage":[1,"main-image"],"mainImageAlignHorizontal":[1,"main-image-align-horizontal"],"mainImageAlignVertical":[1,"main-image-align-vertical"],"mainTitle":[1,"main-title"],"mainTitleColour":[1,"main-title-colour"],"teaser":[1],"teaserColour":[1,"teaser-colour"],"buttonUrl":[1,"button-url"],"buttonLabel":[1,"button-label"],"buttonColourScheme":[1,"button-colour-scheme"]}],[1,"biggive-image-feature",{"spaceBelow":[2,"space-below"],"defaultTextColour":[1,"default-text-colour"],"imageUrl":[1,"image-url"],"imageAltText":[1,"image-alt-text"],"slug":[1],"slugColour":[1,"slug-colour"],"mainTitle":[1,"main-title"],"mainTitleColour":[1,"main-title-colour"],"teaser":[1],"teaserColour":[1,"teaser-colour"],"buttonUrl":[1,"button-url"],"buttonLabel":[1,"button-label"],"buttonColourScheme":[1,"button-colour-scheme"]}],[1,"biggive-video-feature",{"spaceAbove":[2,"space-above"],"spaceBelow":[2,"space-below"],"defaultTextColour":[1,"default-text-colour"],"videoUrl":[1,"video-url"],"slug":[1],"slugColour":[1,"slug-colour"],"mainTitle":[1,"main-title"],"mainTitleColour":[1,"main-title-colour"],"teaser":[1],"teaserColour":[1,"teaser-colour"],"buttonUrl":[1,"button-url"],"buttonLabel":[1,"button-label"],"buttonColourScheme":[1,"button-colour-scheme"]}],[1,"biggive-back-to-top"],[1,"biggive-branded-image",{"spaceBelow":[2,"space-below"],"imageUrl":[1,"image-url"],"logoUrl":[1,"logo-url"],"slug":[1],"charityName":[1,"charity-name"],"charityLocation":[1,"charity-location"],"charityUrl":[1,"charity-url"]}],[1,"biggive-grid",{"spaceBelow":[2,"space-below"],"columnCount":[2,"column-count"],"columnGap":[2,"column-gap"]}],[1,"biggive-header",{"spaceBelow":[2,"space-below"],"logoUrl":[1,"logo-url"]}],[1,"biggive-heading",{"spaceAbove":[2,"space-above"],"spaceBelow":[2,"space-below"],"colour":[1],"htmlElement":[1,"html-element"],"size":[2],"align":[1],"text":[1]}],[1,"biggive-page-column"],[1,"biggive-page-columns",{"spaceBelow":[2,"space-below"]}],[1,"biggive-page-section",{"spaceBelow":[2,"space-below"],"sectionStyleTop":[1,"section-style-top"],"sectionStyleBottom":[1,"section-style-bottom"],"colourScheme":[1,"colour-scheme"],"maxWidth":[2,"max-width"]}],[1,"biggive-quote",{"spaceBelow":[2,"space-below"],"defaultTextColour":[1,"default-text-colour"],"quote":[1],"attribution":[1]}],[0,"biggive-social-icon",{"service":[1],"backgroundColour":[1,"background-colour"],"iconColour":[1,"icon-colour"],"url":[1]}],[1,"biggive-totalizer",{"spaceBelow":[2,"space-below"],"primaryColour":[1,"primary-colour"],"primaryTextColour":[1,"primary-text-colour"],"secondaryColour":[1,"secondary-colour"],"secondaryTextColour":[1,"secondary-text-colour"],"mainMessage":[1,"main-message"]}],[1,"biggive-totalizer-ticker-item",{"figure":[1],"label":[1]}],[1,"biggive-form-field-select",{"selectedValue":[1,"selected-value"],"selectedLabel":[1,"selected-label"],"spaceBelow":[2,"space-below"],"placeholder":[1]},[[0,"doOptionSelect","doOptionSelectCompletedHandler"]]],[1,"biggive-form-field-select-option",{"label":[1],"value":[1],"selectedValue":[32],"selectedLabel":[32]}],[1,"biggive-popup",{"openFromOutside":[64],"closeFromOutside":[64]}],[1,"biggive-progress-bar",{"spaceBelow":[2,"space-below"],"colourScheme":[1,"colour-scheme"],"counter":[2]}],[1,"biggive-button",{"spaceBelow":[2,"space-below"],"colourScheme":[1,"colour-scheme"],"label":[1],"url":[1],"fullWidth":[4,"full-width"],"size":[1],"rounded":[4],"isFutureCampaign":[4,"is-future-campaign"],"isPastCampaign":[4,"is-past-campaign"],"datetime":[1]}],[0,"biggive-misc-icon",{"backgroundColour":[1,"background-colour"],"iconColour":[1,"icon-colour"],"icon":[1],"url":[1]}]]],["biggive-article-card",[[1,"biggive-article-card",{"spaceBelow":[2,"space-below"],"backgroundColour":[1,"background-colour"],"backgroundColourHover":[1,"background-colour-hover"],"textColour":[1,"text-colour"],"slug":[1],"date":[1],"mainTitle":[1,"main-title"],"imageUrl":[1,"image-url"],"imageAltText":[1,"image-alt-text"],"imageLabel":[1,"image-label"],"buttonLabel":[1,"button-label"],"buttonUrl":[1,"button-url"]}]]],["biggive-basic-card",[[1,"biggive-basic-card",{"spaceBelow":[2,"space-below"],"backgroundColour":[1,"background-colour"],"backgroundImageUrl":[1,"background-image-url"],"cardColour":[1,"card-colour"],"textColour":[1,"text-colour"],"mainTitle":[1,"main-title"],"subtitle":[1],"teaser":[1],"iconColour":[1,"icon-colour"],"buttonLabel":[1,"button-label"],"buttonUrl":[1,"button-url"],"buttonColourScheme":[1,"button-colour-scheme"]}]]],["biggive-search",[[1,"biggive-search",{"searchText":[1,"search-text"],"placeholderText":[1,"placeholder-text"],"buttonText":[1,"button-text"]}]]],["biggive-beneficiary-icon",[[0,"biggive-beneficiary-icon",{"backgroundColour":[1,"background-colour"],"iconColour":[1,"icon-colour"],"icon":[1],"label":[1],"url":[1]}]]],["biggive-biography-card",[[1,"biggive-biography-card",{"spaceBelow":[2,"space-below"],"imageUrl":[1,"image-url"],"fullName":[1,"full-name"],"jobTitle":[1,"job-title"]}]]],["biggive-boxed-content",[[1,"biggive-boxed-content",{"spaceBelow":[2,"space-below"],"verticalPadding":[2,"vertical-padding"],"horizontalPadding":[2,"horizontal-padding"],"backgroundColour":[1,"background-colour"],"shadow":[4]}]]],["biggive-category-icon",[[0,"biggive-category-icon",{"backgroundColour":[1,"background-colour"],"iconColour":[1,"icon-colour"],"icon":[1],"label":[1],"url":[1]}]]],["biggive-form",[[1,"biggive-form"]]],["biggive-formatted-text",[[1,"biggive-formatted-text",{"spaceBelow":[2,"space-below"],"defaultTextColour":[1,"default-text-colour"]}]]],["biggive-icon-group",[[1,"biggive-icon-group",{"spaceBelow":[2,"space-below"],"label":[1]}]]],["biggive-image",[[1,"biggive-image",{"spaceAbove":[2,"space-above"],"spaceBelow":[2,"space-below"],"imageUrl":[1,"image-url"],"imageAltText":[1,"image-alt-text"],"width":[2],"height":[2],"sizeUnit":[1,"size-unit"]}]]],["biggive-nav-group",[[1,"biggive-nav-group",{"inline":[4]}]]],["biggive-nav-item",[[1,"biggive-nav-item",{"url":[1],"label":[1],"iconColour":[1,"icon-colour"]}]]],["biggive-popup-standalone",[[1,"biggive-popup-standalone"]]],["biggive-tab",[[1,"biggive-tab",{"tabTitle":[1,"tab-title"]}]]],["biggive-tabbed-content",[[1,"biggive-tabbed-content",{"spaceBelow":[2,"space-below"],"defaultTextColour":[1,"default-text-colour"]}]]],["biggive-text-input",[[1,"biggive-text-input"]]],["biggive-video",[[1,"biggive-video",{"spaceAbove":[2,"space-above"],"spaceBelow":[2,"space-below"],"videoUrl":[1,"video-url"]}]]]], options);
|
|
14
14
|
});
|
|
15
15
|
};
|
|
16
16
|
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare class BiggiveBiographyCard {
|
|
2
|
+
/**
|
|
3
|
+
* Space below component
|
|
4
|
+
*/
|
|
5
|
+
spaceBelow: number;
|
|
6
|
+
/**
|
|
7
|
+
* Full URL of the main image.
|
|
8
|
+
*/
|
|
9
|
+
imageUrl: string;
|
|
10
|
+
/**
|
|
11
|
+
* Job title
|
|
12
|
+
*/
|
|
13
|
+
fullName: string;
|
|
14
|
+
/**
|
|
15
|
+
* Job title
|
|
16
|
+
*/
|
|
17
|
+
jobTitle: string;
|
|
18
|
+
render(): any;
|
|
19
|
+
}
|
|
@@ -32,6 +32,21 @@ export declare class BiggiveButton {
|
|
|
32
32
|
* Rounded corners
|
|
33
33
|
*/
|
|
34
34
|
rounded: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Boolean flag telling the component if the campaign is in the future (not open yet).
|
|
37
|
+
*/
|
|
38
|
+
isFutureCampaign: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Boolean flag telling the component if the campaign is in the future (not open yet).
|
|
41
|
+
*/
|
|
42
|
+
isPastCampaign: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* To be used alongside isFutureCampaign = true or isPastCampaign = true.
|
|
45
|
+
* If either is true, we render out: 'Launches: ' + datetime or 'Closed: ' + datetime.
|
|
46
|
+
* Preferred format: DD/MM/YYYY, HH:MM
|
|
47
|
+
* DON-661.
|
|
48
|
+
*/
|
|
49
|
+
datetime: string;
|
|
35
50
|
private handleButtonClick;
|
|
36
51
|
render(): any;
|
|
37
52
|
}
|
|
@@ -15,6 +15,17 @@ declare const _default: {
|
|
|
15
15
|
options: string[];
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
+
isPastCampaign: {
|
|
19
|
+
name: string;
|
|
20
|
+
options: boolean[];
|
|
21
|
+
};
|
|
22
|
+
isFutureCampaign: {
|
|
23
|
+
name: string;
|
|
24
|
+
options: boolean[];
|
|
25
|
+
};
|
|
26
|
+
datetime: {
|
|
27
|
+
name: string;
|
|
28
|
+
};
|
|
18
29
|
label: {
|
|
19
30
|
name: string;
|
|
20
31
|
};
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
1
2
|
export declare class BiggiveCampaignCard {
|
|
3
|
+
doCardGeneralClick: EventEmitter<{
|
|
4
|
+
event: object;
|
|
5
|
+
url: string;
|
|
6
|
+
}>;
|
|
2
7
|
/**
|
|
3
8
|
* Space below component
|
|
4
9
|
*/
|
|
@@ -78,5 +83,6 @@ export declare class BiggiveCampaignCard {
|
|
|
78
83
|
* DON-661.
|
|
79
84
|
*/
|
|
80
85
|
datetime: string;
|
|
86
|
+
private handleCardGeneralClick;
|
|
81
87
|
render(): any;
|
|
82
88
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare class BiggiveHeroImage {
|
|
2
2
|
/**
|
|
3
|
-
* Space below component
|
|
4
|
-
*/
|
|
3
|
+
* Space below component
|
|
4
|
+
*/
|
|
5
5
|
spaceBelow: number;
|
|
6
6
|
/**
|
|
7
7
|
* Colour Scheme
|
|
@@ -20,8 +20,8 @@ export declare class BiggiveHeroImage {
|
|
|
20
20
|
*/
|
|
21
21
|
logo: string;
|
|
22
22
|
/**
|
|
23
|
-
* Logo alt text
|
|
24
|
-
*/
|
|
23
|
+
* Logo alt text
|
|
24
|
+
*/
|
|
25
25
|
logoAltText: string;
|
|
26
26
|
/**
|
|
27
27
|
* Full URL of a main hero image.
|
|
@@ -99,6 +99,10 @@ export namespace Components {
|
|
|
99
99
|
* Subtitle title
|
|
100
100
|
*/
|
|
101
101
|
"subtitle": string;
|
|
102
|
+
/**
|
|
103
|
+
* Teaser
|
|
104
|
+
*/
|
|
105
|
+
"teaser": string;
|
|
102
106
|
/**
|
|
103
107
|
* Text colour
|
|
104
108
|
*/
|
|
@@ -126,6 +130,24 @@ export namespace Components {
|
|
|
126
130
|
*/
|
|
127
131
|
"url": string;
|
|
128
132
|
}
|
|
133
|
+
interface BiggiveBiographyCard {
|
|
134
|
+
/**
|
|
135
|
+
* Job title
|
|
136
|
+
*/
|
|
137
|
+
"fullName": string;
|
|
138
|
+
/**
|
|
139
|
+
* Full URL of the main image.
|
|
140
|
+
*/
|
|
141
|
+
"imageUrl": string;
|
|
142
|
+
/**
|
|
143
|
+
* Job title
|
|
144
|
+
*/
|
|
145
|
+
"jobTitle": string;
|
|
146
|
+
/**
|
|
147
|
+
* Space below component
|
|
148
|
+
*/
|
|
149
|
+
"spaceBelow": number;
|
|
150
|
+
}
|
|
129
151
|
interface BiggiveBoxedContent {
|
|
130
152
|
/**
|
|
131
153
|
* Background colour
|
|
@@ -183,10 +205,22 @@ export namespace Components {
|
|
|
183
205
|
* Colour Scheme
|
|
184
206
|
*/
|
|
185
207
|
"colourScheme": string;
|
|
208
|
+
/**
|
|
209
|
+
* To be used alongside isFutureCampaign = true or isPastCampaign = true. If either is true, we render out: 'Launches: ' + datetime or 'Closed: ' + datetime. Preferred format: DD/MM/YYYY, HH:MM DON-661.
|
|
210
|
+
*/
|
|
211
|
+
"datetime": string;
|
|
186
212
|
/**
|
|
187
213
|
* Display full width
|
|
188
214
|
*/
|
|
189
215
|
"fullWidth": boolean;
|
|
216
|
+
/**
|
|
217
|
+
* Boolean flag telling the component if the campaign is in the future (not open yet).
|
|
218
|
+
*/
|
|
219
|
+
"isFutureCampaign": boolean;
|
|
220
|
+
/**
|
|
221
|
+
* Boolean flag telling the component if the campaign is in the future (not open yet).
|
|
222
|
+
*/
|
|
223
|
+
"isPastCampaign": boolean;
|
|
190
224
|
/**
|
|
191
225
|
* Text
|
|
192
226
|
*/
|
|
@@ -807,6 +841,10 @@ export namespace Components {
|
|
|
807
841
|
* Colour scheme
|
|
808
842
|
*/
|
|
809
843
|
"colourScheme": string;
|
|
844
|
+
/**
|
|
845
|
+
* Width
|
|
846
|
+
*/
|
|
847
|
+
"maxWidth": number;
|
|
810
848
|
/**
|
|
811
849
|
* Section style bottom
|
|
812
850
|
*/
|
|
@@ -1014,6 +1052,10 @@ export interface BiggiveButtonCustomEvent<T> extends CustomEvent<T> {
|
|
|
1014
1052
|
detail: T;
|
|
1015
1053
|
target: HTMLBiggiveButtonElement;
|
|
1016
1054
|
}
|
|
1055
|
+
export interface BiggiveCampaignCardCustomEvent<T> extends CustomEvent<T> {
|
|
1056
|
+
detail: T;
|
|
1057
|
+
target: HTMLBiggiveCampaignCardElement;
|
|
1058
|
+
}
|
|
1017
1059
|
export interface BiggiveCampaignCardFilterGridCustomEvent<T> extends CustomEvent<T> {
|
|
1018
1060
|
detail: T;
|
|
1019
1061
|
target: HTMLBiggiveCampaignCardFilterGridElement;
|
|
@@ -1055,6 +1097,12 @@ declare global {
|
|
|
1055
1097
|
prototype: HTMLBiggiveBeneficiaryIconElement;
|
|
1056
1098
|
new (): HTMLBiggiveBeneficiaryIconElement;
|
|
1057
1099
|
};
|
|
1100
|
+
interface HTMLBiggiveBiographyCardElement extends Components.BiggiveBiographyCard, HTMLStencilElement {
|
|
1101
|
+
}
|
|
1102
|
+
var HTMLBiggiveBiographyCardElement: {
|
|
1103
|
+
prototype: HTMLBiggiveBiographyCardElement;
|
|
1104
|
+
new (): HTMLBiggiveBiographyCardElement;
|
|
1105
|
+
};
|
|
1058
1106
|
interface HTMLBiggiveBoxedContentElement extends Components.BiggiveBoxedContent, HTMLStencilElement {
|
|
1059
1107
|
}
|
|
1060
1108
|
var HTMLBiggiveBoxedContentElement: {
|
|
@@ -1294,6 +1342,7 @@ declare global {
|
|
|
1294
1342
|
"biggive-back-to-top": HTMLBiggiveBackToTopElement;
|
|
1295
1343
|
"biggive-basic-card": HTMLBiggiveBasicCardElement;
|
|
1296
1344
|
"biggive-beneficiary-icon": HTMLBiggiveBeneficiaryIconElement;
|
|
1345
|
+
"biggive-biography-card": HTMLBiggiveBiographyCardElement;
|
|
1297
1346
|
"biggive-boxed-content": HTMLBiggiveBoxedContentElement;
|
|
1298
1347
|
"biggive-branded-image": HTMLBiggiveBrandedImageElement;
|
|
1299
1348
|
"biggive-button": HTMLBiggiveButtonElement;
|
|
@@ -1429,6 +1478,10 @@ declare namespace LocalJSX {
|
|
|
1429
1478
|
* Subtitle title
|
|
1430
1479
|
*/
|
|
1431
1480
|
"subtitle"?: string;
|
|
1481
|
+
/**
|
|
1482
|
+
* Teaser
|
|
1483
|
+
*/
|
|
1484
|
+
"teaser"?: string;
|
|
1432
1485
|
/**
|
|
1433
1486
|
* Text colour
|
|
1434
1487
|
*/
|
|
@@ -1456,6 +1509,24 @@ declare namespace LocalJSX {
|
|
|
1456
1509
|
*/
|
|
1457
1510
|
"url"?: string;
|
|
1458
1511
|
}
|
|
1512
|
+
interface BiggiveBiographyCard {
|
|
1513
|
+
/**
|
|
1514
|
+
* Job title
|
|
1515
|
+
*/
|
|
1516
|
+
"fullName"?: string;
|
|
1517
|
+
/**
|
|
1518
|
+
* Full URL of the main image.
|
|
1519
|
+
*/
|
|
1520
|
+
"imageUrl"?: string;
|
|
1521
|
+
/**
|
|
1522
|
+
* Job title
|
|
1523
|
+
*/
|
|
1524
|
+
"jobTitle"?: string;
|
|
1525
|
+
/**
|
|
1526
|
+
* Space below component
|
|
1527
|
+
*/
|
|
1528
|
+
"spaceBelow"?: number;
|
|
1529
|
+
}
|
|
1459
1530
|
interface BiggiveBoxedContent {
|
|
1460
1531
|
/**
|
|
1461
1532
|
* Background colour
|
|
@@ -1513,10 +1584,22 @@ declare namespace LocalJSX {
|
|
|
1513
1584
|
* Colour Scheme
|
|
1514
1585
|
*/
|
|
1515
1586
|
"colourScheme"?: string;
|
|
1587
|
+
/**
|
|
1588
|
+
* To be used alongside isFutureCampaign = true or isPastCampaign = true. If either is true, we render out: 'Launches: ' + datetime or 'Closed: ' + datetime. Preferred format: DD/MM/YYYY, HH:MM DON-661.
|
|
1589
|
+
*/
|
|
1590
|
+
"datetime"?: string;
|
|
1516
1591
|
/**
|
|
1517
1592
|
* Display full width
|
|
1518
1593
|
*/
|
|
1519
1594
|
"fullWidth"?: boolean;
|
|
1595
|
+
/**
|
|
1596
|
+
* Boolean flag telling the component if the campaign is in the future (not open yet).
|
|
1597
|
+
*/
|
|
1598
|
+
"isFutureCampaign"?: boolean;
|
|
1599
|
+
/**
|
|
1600
|
+
* Boolean flag telling the component if the campaign is in the future (not open yet).
|
|
1601
|
+
*/
|
|
1602
|
+
"isPastCampaign"?: boolean;
|
|
1520
1603
|
/**
|
|
1521
1604
|
* Text
|
|
1522
1605
|
*/
|
|
@@ -1670,6 +1753,7 @@ declare namespace LocalJSX {
|
|
|
1670
1753
|
* More information button url
|
|
1671
1754
|
*/
|
|
1672
1755
|
"moreInfoButtonUrl"?: string;
|
|
1756
|
+
"onDoCardGeneralClick"?: (event: BiggiveCampaignCardCustomEvent<{ event: object; url: string }>) => void;
|
|
1673
1757
|
/**
|
|
1674
1758
|
* Display name of the charity or non-profit.
|
|
1675
1759
|
*/
|
|
@@ -2161,6 +2245,10 @@ declare namespace LocalJSX {
|
|
|
2161
2245
|
* Colour scheme
|
|
2162
2246
|
*/
|
|
2163
2247
|
"colourScheme"?: string;
|
|
2248
|
+
/**
|
|
2249
|
+
* Width
|
|
2250
|
+
*/
|
|
2251
|
+
"maxWidth"?: number;
|
|
2164
2252
|
/**
|
|
2165
2253
|
* Section style bottom
|
|
2166
2254
|
*/
|
|
@@ -2370,6 +2458,7 @@ declare namespace LocalJSX {
|
|
|
2370
2458
|
"biggive-back-to-top": BiggiveBackToTop;
|
|
2371
2459
|
"biggive-basic-card": BiggiveBasicCard;
|
|
2372
2460
|
"biggive-beneficiary-icon": BiggiveBeneficiaryIcon;
|
|
2461
|
+
"biggive-biography-card": BiggiveBiographyCard;
|
|
2373
2462
|
"biggive-boxed-content": BiggiveBoxedContent;
|
|
2374
2463
|
"biggive-branded-image": BiggiveBrandedImage;
|
|
2375
2464
|
"biggive-button": BiggiveButton;
|
|
@@ -2419,6 +2508,7 @@ declare module "@stencil/core" {
|
|
|
2419
2508
|
"biggive-back-to-top": LocalJSX.BiggiveBackToTop & JSXBase.HTMLAttributes<HTMLBiggiveBackToTopElement>;
|
|
2420
2509
|
"biggive-basic-card": LocalJSX.BiggiveBasicCard & JSXBase.HTMLAttributes<HTMLBiggiveBasicCardElement>;
|
|
2421
2510
|
"biggive-beneficiary-icon": LocalJSX.BiggiveBeneficiaryIcon & JSXBase.HTMLAttributes<HTMLBiggiveBeneficiaryIconElement>;
|
|
2511
|
+
"biggive-biography-card": LocalJSX.BiggiveBiographyCard & JSXBase.HTMLAttributes<HTMLBiggiveBiographyCardElement>;
|
|
2422
2512
|
"biggive-boxed-content": LocalJSX.BiggiveBoxedContent & JSXBase.HTMLAttributes<HTMLBiggiveBoxedContentElement>;
|
|
2423
2513
|
"biggive-branded-image": LocalJSX.BiggiveBrandedImage & JSXBase.HTMLAttributes<HTMLBiggiveBrandedImageElement>;
|
|
2424
2514
|
"biggive-button": LocalJSX.BiggiveButton & JSXBase.HTMLAttributes<HTMLBiggiveButtonElement>;
|