@biggive/components 202407011358.0.0 → 202408060829.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.
Files changed (36) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/{p-6ad95202.entry.js → p-0951806b.entry.js} +2 -2
  3. package/dist/biggive/p-0951806b.entry.js.map +1 -0
  4. package/dist/biggive/{p-b4282163.entry.js → p-38d75d70.entry.js} +2 -2
  5. package/dist/cjs/biggive-accordion_40.cjs.entry.js +10 -9
  6. package/dist/cjs/biggive-accordion_40.cjs.entry.js.map +1 -1
  7. package/dist/cjs/biggive-video.cjs.entry.js +1 -1
  8. package/dist/collection/components/biggive-footer/biggive-footer.js +3 -2
  9. package/dist/collection/components/biggive-footer/biggive-footer.js.map +1 -1
  10. package/dist/collection/components/biggive-footer/test/biggive-footer.spec.js +2 -1
  11. package/dist/collection/components/biggive-footer/test/biggive-footer.spec.js.map +1 -1
  12. package/dist/collection/components/biggive-text-input/biggive-text-input.css +8 -6
  13. package/dist/collection/components/biggive-text-input/biggive-text-input.js +1 -1
  14. package/dist/collection/components/biggive-text-input/biggive-text-input.js.map +1 -1
  15. package/dist/collection/components/biggive-timeline/biggive-timeline.js +2 -2
  16. package/dist/collection/components/biggive-totalizer/biggive-totalizer.js +1 -1
  17. package/dist/collection/components/biggive-totalizer-ticker-item/biggive-totalizer-ticker-item.js +1 -1
  18. package/dist/collection/components/biggive-video/biggive-video.js +1 -1
  19. package/dist/collection/components/biggive-video-feature/biggive-video-feature.js +1 -1
  20. package/dist/components/biggive-footer.js +3 -2
  21. package/dist/components/biggive-footer.js.map +1 -1
  22. package/dist/components/biggive-text-input.js +2 -2
  23. package/dist/components/biggive-text-input.js.map +1 -1
  24. package/dist/components/biggive-timeline.js +2 -2
  25. package/dist/components/biggive-totalizer-ticker-item.js +1 -1
  26. package/dist/components/biggive-totalizer.js +1 -1
  27. package/dist/components/biggive-video-feature.js +1 -1
  28. package/dist/components/biggive-video.js +1 -1
  29. package/dist/esm/biggive-accordion_40.entry.js +10 -9
  30. package/dist/esm/biggive-accordion_40.entry.js.map +1 -1
  31. package/dist/esm/biggive-video.entry.js +1 -1
  32. package/dist/types/components/biggive-footer/biggive-footer.d.ts +1 -0
  33. package/hydrate/index.js +11 -10
  34. package/package.json +1 -1
  35. package/dist/biggive/p-6ad95202.entry.js.map +0 -1
  36. /package/dist/biggive/{p-b4282163.entry.js.map → p-38d75d70.entry.js.map} +0 -0
@@ -12,7 +12,7 @@ const BiggiveVideo = class {
12
12
  this.videoUrl = '';
13
13
  }
14
14
  render() {
15
- return (h("div", { key: '1c1e2ed35f62d9bd5ca3677dcac66a34b6b07614', class: 'container space-above-' + this.spaceAbove + ' space-below-' + this.spaceBelow }, h("div", { key: '7fb5c857c6faf3606fb71ddd2bea3329690b8f78', class: "video-wrap", innerHTML: VideoService.getEmbedHtml(this.videoUrl, null) })));
15
+ return (h("div", { key: '2f45734791082583b92524301e96c2d83200a133', class: 'container space-above-' + this.spaceAbove + ' space-below-' + this.spaceBelow }, h("div", { key: 'dd6b41cb1449af2b1dcf81b8f58794ac87847f70', class: "video-wrap", innerHTML: VideoService.getEmbedHtml(this.videoUrl, null) })));
16
16
  }
17
17
  };
18
18
  BiggiveVideo.style = BiggiveVideoStyle0;
@@ -8,6 +8,7 @@ export declare class BiggiveFooter {
8
8
  donateUrlPrefix: string;
9
9
  blogUrlPrefix: string | undefined;
10
10
  experienceUrlPrefix: string | undefined;
11
+ private year;
11
12
  /**
12
13
  * Conditionally render footer menu:
13
14
  * hard-coded (preset) when set to true, dynamic (slot-based) when set to false
package/hydrate/index.js CHANGED
@@ -3648,6 +3648,7 @@ var BiggiveFooterStyle0 = biggiveFooterCss;
3648
3648
  class BiggiveFooter {
3649
3649
  constructor(hostRef) {
3650
3650
  registerInstance(this, hostRef);
3651
+ this.year = new Date().getFullYear().toString();
3651
3652
  this.headingLevel = 5;
3652
3653
  this.donateUrlPrefix = undefined;
3653
3654
  this.blogUrlPrefix = undefined;
@@ -3671,10 +3672,10 @@ class BiggiveFooter {
3671
3672
  render() {
3672
3673
  const HeadingTag = `h${this.headingLevel}`;
3673
3674
  const slotBasedFooter = () => {
3674
- return (hAsync("footer", { class: "footer" }, hAsync("div", { class: "row row-top" }, hAsync("nav", { class: "nav nav-primary", "aria-labelledby": "footer-primary-heading" }, hAsync(HeadingTag, { class: "heading", id: "footer-primary-heading" }, hAsync("slot", { name: "nav-primary-title" }))), hAsync("nav", { class: "nav nav-secondary", "aria-labelledby": "footer-secondary-heading-heading" }, hAsync(HeadingTag, { class: "heading", id: "footer-secondary-heading" }, hAsync("slot", { name: "nav-secondary-title" }))), hAsync("nav", { class: "nav nav-tertiary", "aria-labelledby": "footer-tertiary-heading" }, hAsync(HeadingTag, { class: "heading", id: "footer-tertiary-heading" }, hAsync("slot", { name: "nav-tertiary-title" }))), hAsync("div", { class: "button-wrap" }, hAsync("biggive-button", { "colour-scheme": "white", url: "https://biggive.org/charities", label: "For charities" }), hAsync("biggive-button", { "colour-scheme": "white", url: "https://biggive.org/funders", label: "For funders" }))), hAsync("div", { class: "row row-bottom" }, hAsync("div", { class: "postscript-wrap" }, hAsync("img", { class: "fr-logo", src: getAssetPath('assets/images/fundraising-regulator.png'), alt: "Registered with FUNDRAISING REGULATOR" }), hAsync("nav", { class: "nav nav-postscript", "aria-label": "Legal" })), hAsync("div", { class: "social-icon-wrap" }, hAsync("slot", { name: "social-icons" })), hAsync("p", null, "\u00A9 2007 \u2013 2023 The Big Give Trust (1136547) | Company number 07273065 | Dragon Court, 27-29 Macklin Street, London WC2B 5LX, United Kingdom"))));
3675
+ return (hAsync("footer", { class: "footer" }, hAsync("div", { class: "row row-top" }, hAsync("nav", { class: "nav nav-primary", "aria-labelledby": "footer-primary-heading" }, hAsync(HeadingTag, { class: "heading", id: "footer-primary-heading" }, hAsync("slot", { name: "nav-primary-title" }))), hAsync("nav", { class: "nav nav-secondary", "aria-labelledby": "footer-secondary-heading-heading" }, hAsync(HeadingTag, { class: "heading", id: "footer-secondary-heading" }, hAsync("slot", { name: "nav-secondary-title" }))), hAsync("nav", { class: "nav nav-tertiary", "aria-labelledby": "footer-tertiary-heading" }, hAsync(HeadingTag, { class: "heading", id: "footer-tertiary-heading" }, hAsync("slot", { name: "nav-tertiary-title" }))), hAsync("div", { class: "button-wrap" }, hAsync("biggive-button", { "colour-scheme": "white", url: "https://biggive.org/charities", label: "For charities" }), hAsync("biggive-button", { "colour-scheme": "white", url: "https://biggive.org/funders", label: "For funders" }))), hAsync("div", { class: "row row-bottom" }, hAsync("div", { class: "postscript-wrap" }, hAsync("img", { class: "fr-logo", src: getAssetPath('assets/images/fundraising-regulator.png'), alt: "Registered with FUNDRAISING REGULATOR" }), hAsync("nav", { class: "nav nav-postscript", "aria-label": "Legal" })), hAsync("div", { class: "social-icon-wrap" }, hAsync("slot", { name: "social-icons" })), hAsync("p", null, "\u00A9 2007 \u2013 ", this.year, " The Big Give Trust (1136547) | Company number 07273065 | Dragon Court, 27-29 Macklin Street, London WC2B 5LX, United Kingdom"))));
3675
3676
  };
3676
3677
  const presetFooter = () => {
3677
- return (hAsync("footer", { class: "footer" }, hAsync("div", { class: "row row-top" }, hAsync("nav", { class: "nav nav-primary", "aria-labelledby": "footer-primary-heading" }, hAsync(HeadingTag, { class: "heading", id: "footer-primary-heading" }, hAsync("div", { slot: "nav-primary-title" }, "Match Funding Opportunities")), hAsync("ul", { slot: "nav-primary" }, hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'christmas-challenge'), class: "icon-christmas" }, "Christmas Challenge")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'green-match-fund'), class: "icon-green" }, "Green Match Fund")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'champions-for-children'), class: "icon-children" }, "Champions for Children")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'women-girls-match-fund'), class: "icon-women-girls" }, "Women and Girls Match Fund")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'kind2mind/'), class: "icon-mental-health" }, "Kind\u00B2Mind")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'artsforimpact'), class: "icon-arts" }, "Arts for Impact")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'emergency-campaigns/'), class: "icon-emergency" }, "Emergency Match Fund")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'run-your-own-campaign/)') }, "Run your own campaign")))), hAsync("nav", { class: "nav nav-secondary", "aria-labelledby": "footer-secondary-heading-heading" }, hAsync(HeadingTag, { class: "heading", id: "footer-secondary-heading" }, hAsync("div", { slot: "nav-secondary-title" }, "Resources")), hAsync("ul", { slot: "nav-secondary" }, hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'case-studies') }, "Case Studies")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'blog') }, "Blog")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'reports-insights') }, "Reports & Insights")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'press') }, "Press")))), hAsync("nav", { class: "nav nav-tertiary", "aria-labelledby": "footer-tertiary-heading" }, hAsync(HeadingTag, { class: "heading", id: "footer-tertiary-heading" }, hAsync("div", { slot: "nav-tertiary-title" }, "About")), hAsync("ul", { slot: "nav-tertiary" }, hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'faqs') }, "Contact us")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'our-story') }, "Our Story")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'our-people') }, "Our People")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'donation-funds') }, "Donate by Bank Transfer")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'our-fees') }, "Our Fees")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'careers') }, "Careers")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'faqs') }, "FAQs")))), hAsync("div", { class: "button-wrap" }, hAsync("biggive-button", { "colour-scheme": "white", url: makeURL('Blog', this.blogUrlPrefix, 'charities'), label: "For charities" }), hAsync("biggive-button", { "colour-scheme": "white", url: makeURL('Blog', this.blogUrlPrefix, 'funders'), label: "For funders" }))), hAsync("div", { class: "row row-bottom" }, hAsync("div", { class: "postscript-wrap" }, hAsync("img", { class: "fr-logo", src: getAssetPath('assets/images/fundraising-regulator.png'), alt: "Registered with FUNDRAISING REGULATOR" }), hAsync("nav", { class: "nav nav-postscript", "aria-label": "Legal" }, hAsync("ul", { slot: "nav-postscript" }, hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'terms-and-conditions') }, "Terms and Conditions")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'privacy') }, "Privacy Statement")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'privacy#cookies') }, "Cookies Statement")), hAsync("li", null, hAsync("a", { href: makeURL('Donate', this.donateUrlPrefix, 'cookie-preferences') }, "Cookies Preference Centre"))))), hAsync("div", { class: "social-icon-wrap" }, hAsync("div", { slot: "social-icons" }, hAsync("biggive-social-icon", { service: "Facebook", url: "https://www.facebook.com/BigGive.org", "background-colour": "tertiary", "icon-colour": "black", wide: true }), hAsync("biggive-social-icon", { service: "Twitter", url: "https://twitter.com/BigGive", "background-colour": "tertiary", "icon-colour": "black", wide: true }), hAsync("biggive-social-icon", { service: "LinkedIn", url: "https://uk.linkedin.com/company/big-give", "background-colour": "tertiary", "icon-colour": "black", wide: true }), hAsync("biggive-social-icon", { service: "YouTube", url: "https://www.youtube.com/channel/UC9_wH1aaTuZurJ-F9R8GDcA", "background-colour": "tertiary", "icon-colour": "black", wide: true }), hAsync("biggive-social-icon", { service: "Instagram", url: "https://www.instagram.com/biggiveorg", "background-colour": "tertiary", "icon-colour": "black" }))), hAsync("p", null, "\u00A9 2007 \u2013 2023 The Big Give Trust (1136547) | Company number 07273065 | Dragon Court, 27-29 Macklin Street, London WC2B 5LX, United Kingdom"))));
3678
+ return (hAsync("footer", { class: "footer" }, hAsync("div", { class: "row row-top" }, hAsync("nav", { class: "nav nav-primary", "aria-labelledby": "footer-primary-heading" }, hAsync(HeadingTag, { class: "heading", id: "footer-primary-heading" }, hAsync("div", { slot: "nav-primary-title" }, "Match Funding Opportunities")), hAsync("ul", { slot: "nav-primary" }, hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'christmas-challenge'), class: "icon-christmas" }, "Christmas Challenge")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'green-match-fund'), class: "icon-green" }, "Green Match Fund")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'champions-for-children'), class: "icon-children" }, "Champions for Children")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'women-girls-match-fund'), class: "icon-women-girls" }, "Women and Girls Match Fund")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'kind2mind/'), class: "icon-mental-health" }, "Kind\u00B2Mind")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'artsforimpact'), class: "icon-arts" }, "Arts for Impact")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'emergency-campaigns/'), class: "icon-emergency" }, "Emergency Match Fund")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'run-your-own-campaign/)') }, "Run your own campaign")))), hAsync("nav", { class: "nav nav-secondary", "aria-labelledby": "footer-secondary-heading-heading" }, hAsync(HeadingTag, { class: "heading", id: "footer-secondary-heading" }, hAsync("div", { slot: "nav-secondary-title" }, "Resources")), hAsync("ul", { slot: "nav-secondary" }, hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'case-studies') }, "Case Studies")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'blog') }, "Blog")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'reports-insights') }, "Reports & Insights")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'press') }, "Press")))), hAsync("nav", { class: "nav nav-tertiary", "aria-labelledby": "footer-tertiary-heading" }, hAsync(HeadingTag, { class: "heading", id: "footer-tertiary-heading" }, hAsync("div", { slot: "nav-tertiary-title" }, "About")), hAsync("ul", { slot: "nav-tertiary" }, hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'faqs') }, "Contact us")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'our-story') }, "Our Story")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'our-people') }, "Our People")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'donation-funds') }, "Donate by Bank Transfer")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'our-fees') }, "Our Fees")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'careers') }, "Careers")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'faqs') }, "FAQs")))), hAsync("div", { class: "button-wrap" }, hAsync("biggive-button", { "colour-scheme": "white", url: makeURL('Blog', this.blogUrlPrefix, 'charities'), label: "For charities" }), hAsync("biggive-button", { "colour-scheme": "white", url: makeURL('Blog', this.blogUrlPrefix, 'funders'), label: "For funders" }))), hAsync("div", { class: "row row-bottom" }, hAsync("div", { class: "postscript-wrap" }, hAsync("img", { class: "fr-logo", src: getAssetPath('assets/images/fundraising-regulator.png'), alt: "Registered with FUNDRAISING REGULATOR" }), hAsync("nav", { class: "nav nav-postscript", "aria-label": "Legal" }, hAsync("ul", { slot: "nav-postscript" }, hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'terms-and-conditions') }, "Terms and Conditions")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'privacy') }, "Privacy Statement")), hAsync("li", null, hAsync("a", { href: makeURL('Blog', this.blogUrlPrefix, 'privacy#cookies') }, "Cookies Statement")), hAsync("li", null, hAsync("a", { href: makeURL('Donate', this.donateUrlPrefix, 'cookie-preferences') }, "Cookies Preference Centre"))))), hAsync("div", { class: "social-icon-wrap" }, hAsync("div", { slot: "social-icons" }, hAsync("biggive-social-icon", { service: "Facebook", url: "https://www.facebook.com/BigGive.org", "background-colour": "tertiary", "icon-colour": "black", wide: true }), hAsync("biggive-social-icon", { service: "Twitter", url: "https://twitter.com/BigGive", "background-colour": "tertiary", "icon-colour": "black", wide: true }), hAsync("biggive-social-icon", { service: "LinkedIn", url: "https://uk.linkedin.com/company/big-give", "background-colour": "tertiary", "icon-colour": "black", wide: true }), hAsync("biggive-social-icon", { service: "YouTube", url: "https://www.youtube.com/channel/UC9_wH1aaTuZurJ-F9R8GDcA", "background-colour": "tertiary", "icon-colour": "black", wide: true }), hAsync("biggive-social-icon", { service: "Instagram", url: "https://www.instagram.com/biggiveorg", "background-colour": "tertiary", "icon-colour": "black" }))), hAsync("p", null, "\u00A9 2007 \u2013 ", this.year, " The Big Give Trust (1136547) | Company number 07273065 | Dragon Court, 27-29 Macklin Street, London WC2B 5LX, United Kingdom"))));
3678
3679
  };
3679
3680
  return this.usePresetFooter ? presetFooter() : slotBasedFooter();
3680
3681
  }
@@ -5018,7 +5019,7 @@ class BiggiveTable {
5018
5019
  }; }
5019
5020
  }
5020
5021
 
5021
- const biggiveTextInputCss = "/*!@a*/a.sc-biggive-text-input{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-text-input:hover{text-decoration:none}/*!@.space-above-0*/.space-above-0.sc-biggive-text-input{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-text-input{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-text-input{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-text-input{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-text-input{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-text-input{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-text-input{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-text-input{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-text-input{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-text-input{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-text-input{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-text-input{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-text-input{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-text-input{margin-bottom:60px}/*!@:host*/.sc-biggive-text-input-h{display:contents}/*!@::slotted([slot=label])*/.sc-biggive-text-input-s>[slot=label]{display:inline-block;overflow:hidden;line-height:1.2;max-height:2rem}/*!@.text-input*/.text-input.sc-biggive-text-input{position:relative;font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative;text-align:left}/*!@.text-input .currency-symbol*/.text-input.sc-biggive-text-input .currency-symbol.sc-biggive-text-input{position:absolute}/*!@.text-input .prompt*/.text-input.sc-biggive-text-input .prompt.sc-biggive-text-input{position:absolute;z-index:2;font-size:small;top:-1em;background-color:#F6F6F6;left:4em;padding-left:1em;padding-right:1em;color:#2C089B}/*!@.text-input.select-style-bordered .sleeve*/.text-input.select-style-bordered.sc-biggive-text-input .sleeve.sc-biggive-text-input{font-size:24px;line-height:30px;font-weight:bolder;padding:2px;position:relative;background-color:#2C089B;clip-path:polygon(0% 0%, 0% 0%, calc(100% - 15px) 0%, 100% 15px, 100% 100%, 100% 100%, 0 100%, 0 100%)}/*!@.text-input.select-style-bordered .sleeve .inner-sleave*/.text-input.select-style-bordered.sc-biggive-text-input .sleeve.sc-biggive-text-input .inner-sleave.sc-biggive-text-input{background-color:#F6F6F6;color:#2C089B;display:block;position:relative;padding:10px 30px 10px 10px;clip-path:polygon(0% 0%, 0% 0%, calc(100% - 14px) 0%, 100% 14px, 100% 100%, 100% 100%, 0 100%, 0 100%)}/*!@.text-input.select-style-bordered .sleeve .inner-sleave:after*/.text-input.select-style-bordered.sc-biggive-text-input .sleeve.sc-biggive-text-input .inner-sleave.sc-biggive-text-input:after{content:\"\";display:block;position:absolute;right:20px;top:18px;width:10px;height:10px;background-size:contain;background-repeat:no-repeat;background-position:center center}";
5022
+ const biggiveTextInputCss = "/*!@a*/a.sc-biggive-text-input{color:inherit;text-decoration:underline}/*!@a:hover*/a.sc-biggive-text-input:hover{text-decoration:none}/*!@.space-above-0*/.space-above-0.sc-biggive-text-input{margin-top:0}/*!@.space-above-1*/.space-above-1.sc-biggive-text-input{margin-top:5px}/*!@.space-above-2*/.space-above-2.sc-biggive-text-input{margin-top:10px}/*!@.space-above-3*/.space-above-3.sc-biggive-text-input{margin-top:15px}/*!@.space-above-4*/.space-above-4.sc-biggive-text-input{margin-top:30px}/*!@.space-above-5*/.space-above-5.sc-biggive-text-input{margin-top:45px}/*!@.space-above-6*/.space-above-6.sc-biggive-text-input{margin-top:60px}/*!@.space-below-0*/.space-below-0.sc-biggive-text-input{margin-bottom:0}/*!@.space-below-1*/.space-below-1.sc-biggive-text-input{margin-bottom:5px}/*!@.space-below-2*/.space-below-2.sc-biggive-text-input{margin-bottom:10px}/*!@.space-below-3*/.space-below-3.sc-biggive-text-input{margin-bottom:15px}/*!@.space-below-4*/.space-below-4.sc-biggive-text-input{margin-bottom:30px}/*!@.space-below-5*/.space-below-5.sc-biggive-text-input{margin-bottom:45px}/*!@.space-below-6*/.space-below-6.sc-biggive-text-input{margin-bottom:60px}/*!@:host*/.sc-biggive-text-input-h{display:contents}/*!@::slotted([slot=label])*/.sc-biggive-text-input-s>[slot=label]{display:inline-block;line-height:1.2}/*!@.text-input*/.text-input.sc-biggive-text-input{position:relative;font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative;text-align:left}/*!@.text-input .currency-symbol*/.text-input.sc-biggive-text-input .currency-symbol.sc-biggive-text-input{position:absolute}/*!@.text-input .prompt*/.text-input.sc-biggive-text-input .prompt.sc-biggive-text-input{position:relative;z-index:2;font-size:small;top:1em;left:4em;color:#2C089B;max-width:calc(100% - 10em);display:inline-block}/*!@.text-input .prompt > span*/.text-input.sc-biggive-text-input .prompt.sc-biggive-text-input>span.sc-biggive-text-input{padding-left:1em;padding-right:1em;background-color:#F6F6F6}/*!@.text-input.select-style-bordered .sleeve*/.text-input.select-style-bordered.sc-biggive-text-input .sleeve.sc-biggive-text-input{font-size:24px;line-height:30px;font-weight:bolder;padding:2px;position:relative;background-color:#2C089B;clip-path:polygon(0% 0%, 0% 0%, calc(100% - 15px) 0%, 100% 15px, 100% 100%, 100% 100%, 0 100%, 0 100%)}/*!@.text-input.select-style-bordered .sleeve .inner-sleave*/.text-input.select-style-bordered.sc-biggive-text-input .sleeve.sc-biggive-text-input .inner-sleave.sc-biggive-text-input{background-color:#F6F6F6;color:#2C089B;display:block;position:relative;padding:10px 30px 10px 10px;clip-path:polygon(0% 0%, 0% 0%, calc(100% - 14px) 0%, 100% 14px, 100% 100%, 100% 100%, 0 100%, 0 100%)}/*!@.text-input.select-style-bordered .sleeve .inner-sleave:after*/.text-input.select-style-bordered.sc-biggive-text-input .sleeve.sc-biggive-text-input .inner-sleave.sc-biggive-text-input:after{content:\"\";display:block;position:absolute;right:20px;top:18px;width:10px;height:10px;background-size:contain;background-repeat:no-repeat;background-position:center center}";
5022
5023
  var BiggiveTextInputStyle0 = biggiveTextInputCss;
5023
5024
 
5024
5025
  /**
@@ -5037,7 +5038,7 @@ class BiggiveTextInput {
5037
5038
  }
5038
5039
  render() {
5039
5040
  const currencySymbol = this.currency === 'GBP' ? '£' : this.currency === 'USD' ? '$' : undefined;
5040
- return (hAsync("div", { key: '36f325d974320a7cbbd9ea9d591fb30b14048ad3', class: 'text-input space-below-' + this.spaceBelow + ' select-style-' + this.selectStyle }, hAsync("div", { key: '6c3eea801a17549648c0ee332d5e37fd59733d7d', class: "sleeve" }, hAsync("div", { key: 'f32cade700915ce064666fdee46b28476349be8e', class: "inner-sleave" }, currencySymbol && hAsync("span", { key: '3e9a77fff56541d0f506e0948ad8d0f67303cfab', class: "currency-symbol" }, currencySymbol), hAsync("slot", { key: 'acc98864810398c93a700526befdf4f98cb77454', name: "input" }), hAsync("div", { key: 'bb09a754c20170febb760874c6889fd9a66c0bb6', style: { clear: 'both' } }))), hAsync("div", { key: '6ef14a6be5a079ef58d7b2d282653fe18979effa', class: "prompt" }, hAsync("slot", { key: '56cfe3e2634039f26ca66d735212db40402af0f3', name: "label" }))));
5041
+ return (hAsync("div", { key: '36f325d974320a7cbbd9ea9d591fb30b14048ad3', class: 'text-input space-below-' + this.spaceBelow + ' select-style-' + this.selectStyle }, hAsync("div", { key: '6c3eea801a17549648c0ee332d5e37fd59733d7d', class: "prompt" }, hAsync("span", { key: 'cf5709fd0523b21f1394644f6b0ec95f4069b3d1' }, hAsync("slot", { key: 'e2eb724b1d687b200b295c2b6b4fcf59bfd73b28', name: "label" }))), hAsync("div", { key: 'd49549bef8a7781c94d51741721fe550e2ae6944', class: "sleeve" }, hAsync("div", { key: '32f5213fa9a550c898023097b8333c8b3dacbbe4', class: "inner-sleave" }, currencySymbol && hAsync("span", { key: '31b5ef3de41e506e5c80cc3e8320041a83c061a6', class: "currency-symbol" }, currencySymbol), hAsync("slot", { key: 'e9b67fe16688e94c48545d5d247900b0ce7f90c0', name: "input" }), hAsync("div", { key: '18571720cfaaafecbc6ff5888f86dae5f1a68b1a', style: { clear: 'both' } })))));
5041
5042
  }
5042
5043
  static get style() { return BiggiveTextInputStyle0; }
5043
5044
  static get cmpMeta() { return {
@@ -5166,7 +5167,7 @@ class BiggiveTimeline {
5166
5167
  });
5167
5168
  }
5168
5169
  render() {
5169
- return (hAsync("div", { key: 'fa8bc2fb86be98dd21ee5494da948ce839f483f4', class: 'container space-below-' +
5170
+ return (hAsync("div", { key: 'a57df2794d8055ce13518c748935a4f44933ea60', class: 'container space-below-' +
5170
5171
  this.spaceBelow +
5171
5172
  ' text-colour-' +
5172
5173
  this.textColour +
@@ -5189,7 +5190,7 @@ class BiggiveTimeline {
5189
5190
  ' entry-title-colour-' +
5190
5191
  this.entryTitleColour +
5191
5192
  ' entry-text-colour-' +
5192
- this.entryTextColour }, hAsync("div", { key: '097d5ef7c11cd5e73666594b5099da38cbb4b29b', class: "navigation" }, hAsync("div", { key: 'bb85b967ef6c15b0b49533d0a3820fc337ff2bb1', class: "button prev", onClick: this.clickPrevHandler, title: "Previous" }, hAsync("svg", { key: '29e2f16187bbf3f47bb4d773198aefcdd16bf3ad', width: "9", height: "16", viewBox: "0 0 9 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { key: '798e2e22578394b01f89612a9e866a1f766d3832', d: "M8.29311 14.5703L1.73926 8.01646L8.29311 1.46261", stroke: "#000000", "stroke-width": "2" }))), hAsync("div", { key: 'c10178f94868c2202996e9c9fd64512f24d41a11', class: "sleeve" }, hAsync("ul", { key: 'eec78251afe1e1afbdcc42dcb4dd38769cd0fdeb' }, this.tabHeadings.map(tab => (hAsync("li", { onClick: this.clickTabHandler }, tab))))), hAsync("div", { key: '464ed69f9c70507d906f2612184cabf00ee820d4', class: "button next", onClick: this.clickNextHandler, title: "Next" }, hAsync("svg", { key: '88c486dfff1662f2e53d9c9fb2c50e74e3a0147f', width: "9", height: "16", viewBox: "0 0 9 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { key: '41aa9514369b430d8aa40489a85a87532affe6af', d: "M0.739117 1.46094L7.29297 8.01479L0.739118 14.5686", stroke: "#000000", "stroke-width": "2" })))), hAsync("div", { key: '0d1eb2f1a1f5f2db8fdafc1e6b012632a0c7f538', class: "entry-wrap" }, this.children.map(entry => (hAsync("div", { class: "entry", "data-date": entry.date }, hAsync("h4", { class: "title" }, entry.heading), hAsync("div", { class: "content", innerHTML: entry.innerHTML })))))));
5193
+ this.entryTextColour }, hAsync("div", { key: '53ad5ad6059aaa115f64d42d1731fce34e1c46ef', class: "navigation" }, hAsync("div", { key: 'eae1b0def646a91b30040d7ab05c01600a482644', class: "button prev", onClick: this.clickPrevHandler, title: "Previous" }, hAsync("svg", { key: '40b32928ff3177d5e3506f3a9c7a3d58d2280506', width: "9", height: "16", viewBox: "0 0 9 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { key: 'ab8683532aa056324f06d41ee01b7304752531a8', d: "M8.29311 14.5703L1.73926 8.01646L8.29311 1.46261", stroke: "#000000", "stroke-width": "2" }))), hAsync("div", { key: '2011d417b4e60e81527858e2e5e22dfb36a53ffb', class: "sleeve" }, hAsync("ul", { key: '4b4ef5d98bfcd52c615c741631ec911b932e0345' }, this.tabHeadings.map(tab => (hAsync("li", { onClick: this.clickTabHandler }, tab))))), hAsync("div", { key: 'd6e7e7ff1394336771e347a478ec06072a227322', class: "button next", onClick: this.clickNextHandler, title: "Next" }, hAsync("svg", { key: '20120afb075a25f07ee5024236b7ee50ec8d588f', width: "9", height: "16", viewBox: "0 0 9 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, hAsync("path", { key: '4c0ee26f7f38377cf5447c8ae0874f155fcd73e5', d: "M0.739117 1.46094L7.29297 8.01479L0.739118 14.5686", stroke: "#000000", "stroke-width": "2" })))), hAsync("div", { key: 'f273403a0a687014dc17a109adb2bbf51b942e16', class: "entry-wrap" }, this.children.map(entry => (hAsync("div", { class: "entry", "data-date": entry.date }, hAsync("h4", { class: "title" }, entry.heading), hAsync("div", { class: "content", innerHTML: entry.innerHTML })))))));
5193
5194
  }
5194
5195
  get host() { return getElement(this); }
5195
5196
  static get style() { return BiggiveTimelineStyle0; }
@@ -5329,7 +5330,7 @@ class BiggiveTotalizer {
5329
5330
  });
5330
5331
  }
5331
5332
  render() {
5332
- return (hAsync("div", { key: '4d37766b4264fb16d9c0be792e274efe11ccfbc1', class: 'container space-below-' + this.spaceBelow }, hAsync("div", { key: '6d04f32e3a29042745e1dc06d3b3c1c7a95b1b06' }, hAsync("div", { key: '96b11040780b124cdc881e3f1669eeb04db542a3', class: "banner" }, hAsync("div", { key: '52695640c2813a6d63af7bcac8cff69ea6f4b113', class: 'main-message-wrap background-colour-' + this.secondaryColour + ' text-colour-' + this.secondaryTextColour }, this.mainMessage), hAsync("div", { key: '57dbca3cb2d90bd330fb38e2a8b9f3079a3f8ffa', class: 'ticker-wrap background-colour-' + this.primaryColour + ' text-colour-' + this.primaryTextColour }, hAsync("div", { key: '311e5f5947f21164e6ef0bb0fd6174abdc939ba5', id: "sleeve_1", class: "sleeve" }, hAsync("slot", { key: '1edb6c4b750eb30ce24d4399585e4e41b3d42d55', name: "ticker-items" })), hAsync("div", { key: '2969e3b01c8564b617fc51b65352d17177a30d86', id: "sleeve_2", class: "sleeve sleeve-delayed-copy" }), hAsync("div", { key: '2420db0ca8a8c6402b5131e9190f66766dbeee68', id: "sleeve_3", class: "sleeve sleeve-delayed-copy" }), hAsync("div", { key: '447de575a80b4a0631d16846a4d2192331b1627a', id: "sleeve_4", class: "sleeve sleeve-delayed-copy" }))))));
5333
+ return (hAsync("div", { key: '0a641bcc948659a2d6b6587d5efdd23ff6da7705', class: 'container space-below-' + this.spaceBelow }, hAsync("div", { key: 'c0e2028f8e7ec5305352dd3fab47f5c493744cb1' }, hAsync("div", { key: '87151730dff0b6f75aa74e4fb115cac5d3377f04', class: "banner" }, hAsync("div", { key: '9cb1831926391a6921f4de0214713b3c6af9c7ca', class: 'main-message-wrap background-colour-' + this.secondaryColour + ' text-colour-' + this.secondaryTextColour }, this.mainMessage), hAsync("div", { key: '1bc43d9a74377bee92bc2194ffba9289b81a612b', class: 'ticker-wrap background-colour-' + this.primaryColour + ' text-colour-' + this.primaryTextColour }, hAsync("div", { key: 'e7cc45b5e947d8efd3dcf852b1fdaeb2f6c986f0', id: "sleeve_1", class: "sleeve" }, hAsync("slot", { key: '36e49a0f66953419f0697af3cfac3c02edcb386b', name: "ticker-items" })), hAsync("div", { key: 'd1a0416c893816a97644d2230b0cd860594cc032', id: "sleeve_2", class: "sleeve sleeve-delayed-copy" }), hAsync("div", { key: '5b4337fa1cc0a7ac1f4142b42061642b2f005c49', id: "sleeve_3", class: "sleeve sleeve-delayed-copy" }), hAsync("div", { key: '40d9274a8354e4f8611cdc3d95e6697a6aa02e2c', id: "sleeve_4", class: "sleeve sleeve-delayed-copy" }))))));
5333
5334
  }
5334
5335
  get host() { return getElement(this); }
5335
5336
  static get style() { return BiggiveTotalizerStyle0; }
@@ -5360,7 +5361,7 @@ class BiggiveTotalizerTickerItem {
5360
5361
  this.label = undefined;
5361
5362
  }
5362
5363
  render() {
5363
- return (hAsync("div", { key: '53075748d4c29a33ddf4314471741545cc6daa62', class: "ticker-item" }, hAsync("strong", { key: '09b973f9fcfdd3112fb9ecb08b20495d74b38b9d' }, this.figure), " ", this.label));
5364
+ return (hAsync("div", { key: '92caa81db03fc9871cc7f6c0e5e75ef30bf29e4d', class: "ticker-item" }, hAsync("strong", { key: '494dee81a7ff6b6dcca2aeb96f8f3d4b26e5bc40' }, this.figure), " ", this.label));
5364
5365
  }
5365
5366
  static get style() { return BiggiveTotalizerTickerItemStyle0; }
5366
5367
  static get cmpMeta() { return {
@@ -5402,7 +5403,7 @@ class BiggiveVideo {
5402
5403
  this.videoUrl = '';
5403
5404
  }
5404
5405
  render() {
5405
- return (hAsync("div", { key: '1c1e2ed35f62d9bd5ca3677dcac66a34b6b07614', class: 'container space-above-' + this.spaceAbove + ' space-below-' + this.spaceBelow }, hAsync("div", { key: '7fb5c857c6faf3606fb71ddd2bea3329690b8f78', class: "video-wrap", innerHTML: VideoService.getEmbedHtml(this.videoUrl, null) })));
5406
+ return (hAsync("div", { key: '2f45734791082583b92524301e96c2d83200a133', class: 'container space-above-' + this.spaceAbove + ' space-below-' + this.spaceBelow }, hAsync("div", { key: 'dd6b41cb1449af2b1dcf81b8f58794ac87847f70', class: "video-wrap", innerHTML: VideoService.getEmbedHtml(this.videoUrl, null) })));
5406
5407
  }
5407
5408
  static get style() { return BiggiveVideoStyle0; }
5408
5409
  static get cmpMeta() { return {
@@ -5441,7 +5442,7 @@ class BiggiveVideoFeature {
5441
5442
  }
5442
5443
  render() {
5443
5444
  const youtubeClass = this.videoUrl.includes('youtube.com') ? ' youtube' : '';
5444
- return (hAsync("div", { key: '7c2440bc61a076a571fa3a213b02187aaaaae28e', class: 'container text-colour-' + this.defaultTextColour + ' space-above-' + this.spaceAbove + ' space-below-' + this.spaceBelow }, hAsync("div", { key: '7c32872daa32bf15194e47e5265d30d61e33bada', class: "sleeve" }, hAsync("div", { key: 'c6a0908c944cf4c9fb8e33a98a456b56f5a70e6c', class: "content-wrap" }, hAsync("div", { key: 'd05d7dac6716c97c7fb59a33189055f94006cb5b', class: 'slug text-colour-' + this.slugColour }, this.slug), hAsync("h2", { key: 'aa590bc910a50e7acb7e95c512bb024059fc1726', class: 'title text-colour-' + this.mainTitleColour }, this.mainTitle), hAsync("div", { key: '314725649fd3653bf20cc0cece774c8544a451cc', class: 'teaser text-colour-' + this.teaserColour }, this.teaser), this.buttonLabel != null && this.buttonUrl != null ? (hAsync("biggive-button", { "colour-scheme": this.buttonColourScheme, url: this.buttonUrl, label: this.buttonLabel })) : null), hAsync("div", { key: '37f59615e397bfc88ce6f60ec9dc642af1b231fd', class: "graphic-wrap" }, this.videoUrl !== null && this.videoUrl !== undefined ? (hAsync("div", { class: 'video-wrap' + youtubeClass, innerHTML: VideoService.getEmbedHtml(this.videoUrl, this.mainTitle) })) : null))));
5445
+ return (hAsync("div", { key: 'ca1e7e592f4bee2865b0e90150ac798b35d3f38c', class: 'container text-colour-' + this.defaultTextColour + ' space-above-' + this.spaceAbove + ' space-below-' + this.spaceBelow }, hAsync("div", { key: '71d0b0630cc2038115126e07cbe1f6825dfe78bd', class: "sleeve" }, hAsync("div", { key: 'e7b4d335f1ea2730fa31184bff3ffc9e4455f5b1', class: "content-wrap" }, hAsync("div", { key: '075dc776d1ed6ef1e144d5697cd8269397fb6486', class: 'slug text-colour-' + this.slugColour }, this.slug), hAsync("h2", { key: 'f0fbd716c44291e3edf29c2decd58d8a93124207', class: 'title text-colour-' + this.mainTitleColour }, this.mainTitle), hAsync("div", { key: '7f70d22683ea00f100173e3e4034fc51468efffa', class: 'teaser text-colour-' + this.teaserColour }, this.teaser), this.buttonLabel != null && this.buttonUrl != null ? (hAsync("biggive-button", { "colour-scheme": this.buttonColourScheme, url: this.buttonUrl, label: this.buttonLabel })) : null), hAsync("div", { key: '842ee1a7ad83124ab52172ee17ac160944801a85', class: "graphic-wrap" }, this.videoUrl !== null && this.videoUrl !== undefined ? (hAsync("div", { class: 'video-wrap' + youtubeClass, innerHTML: VideoService.getEmbedHtml(this.videoUrl, this.mainTitle) })) : null))));
5445
5446
  }
5446
5447
  static get style() { return BiggiveVideoFeatureStyle0; }
5447
5448
  static get cmpMeta() { return {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@biggive/components",
3
3
  "_comment": "Version number below is automatically replaced during CircleCI build.",
4
- "version": "202407011358.0.0",
4
+ "version": "202408060829.0.0",
5
5
  "description": "Big Give Components",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.js",