@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.
Files changed (87) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/p-377a619a.entry.js +1 -0
  3. package/dist/biggive/{p-da3857e8.js → p-630f723c.js} +1 -1
  4. package/dist/biggive/{p-02a35eb5.entry.js → p-69f60a7d.entry.js} +1 -1
  5. package/dist/biggive/p-6e1ded54.js +1 -0
  6. package/dist/biggive/{p-7ecbe1c0.entry.js → p-9bfc5cdf.entry.js} +1 -1
  7. package/dist/biggive/p-9c5bd60f.entry.js +1 -0
  8. package/dist/biggive/p-b91b0d0e.entry.js +1 -0
  9. package/dist/biggive/{p-89a40859.entry.js → p-f45f290c.entry.js} +1 -1
  10. package/dist/cjs/biggive-back-to-top_26.cjs.entry.js +37 -18
  11. package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -1
  12. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
  13. package/dist/cjs/biggive-biography-card.cjs.entry.js +23 -0
  14. package/dist/cjs/biggive-category-icon.cjs.entry.js +2 -2
  15. package/dist/cjs/biggive-search.cjs.entry.js +1 -1
  16. package/dist/cjs/biggive.cjs.js +1 -1
  17. package/dist/cjs/{fontawesome-icons-1e9bb6f6.js → fontawesome-icons-6eeff79a.js} +1 -1
  18. package/dist/cjs/{index-7258f788.js → index-e177f1d2.js} +6 -0
  19. package/dist/cjs/loader.cjs.js +1 -1
  20. package/dist/collection/collection-manifest.json +1 -0
  21. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +20 -1
  22. package/dist/collection/components/biggive-basic-card/biggive-basic-card.stories.js +5 -0
  23. package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +513 -0
  24. package/dist/collection/components/biggive-biography-card/biggive-biography-card.js +100 -0
  25. package/dist/collection/components/biggive-button/biggive-button.css +16 -0
  26. package/dist/collection/components/biggive-button/biggive-button.js +59 -1
  27. package/dist/collection/components/biggive-button/biggive-button.stories.js +17 -0
  28. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +1 -16
  29. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.js +22 -1
  30. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +15 -14
  31. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.js +4 -4
  32. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.js +2 -2
  33. package/dist/collection/components/biggive-header/biggive-header.css +1 -1
  34. package/dist/collection/components/biggive-header/biggive-header.js +1 -1
  35. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +22 -2
  36. package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +1 -1
  37. package/dist/collection/components/biggive-page-section/biggive-page-section.css +111 -0
  38. package/dist/collection/components/biggive-page-section/biggive-page-section.js +29 -1
  39. package/dist/collection/components/biggive-page-section/biggive-page-section.stories.js +10 -1
  40. package/dist/collection/components/biggive-quote/biggive-quote.css +1 -1
  41. package/dist/components/biggive-article-card.js +8 -2
  42. package/dist/components/biggive-basic-card.js +11 -3
  43. package/dist/components/biggive-biography-card.d.ts +11 -0
  44. package/dist/components/biggive-biography-card.js +42 -0
  45. package/dist/components/biggive-button2.js +18 -4
  46. package/dist/components/biggive-call-to-action.js +8 -2
  47. package/dist/components/biggive-campaign-card-filter-grid.js +17 -11
  48. package/dist/components/biggive-campaign-card.js +7 -3
  49. package/dist/components/biggive-campaign-highlights.js +1 -1
  50. package/dist/components/biggive-footer.js +8 -2
  51. package/dist/components/biggive-header.js +2 -2
  52. package/dist/components/biggive-hero-image.js +10 -4
  53. package/dist/components/biggive-image-feature.js +8 -2
  54. package/dist/components/biggive-page-section.js +14 -3
  55. package/dist/components/biggive-quote.js +2 -2
  56. package/dist/components/biggive-search.js +9 -3
  57. package/dist/components/biggive-video-feature.js +8 -2
  58. package/dist/components/fontawesome-icons.js +1 -1
  59. package/dist/components/index.d.ts +1 -0
  60. package/dist/components/index.js +1 -0
  61. package/dist/components/index2.js +6 -1
  62. package/dist/esm/biggive-back-to-top_26.entry.js +37 -18
  63. package/dist/esm/biggive-basic-card.entry.js +2 -1
  64. package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
  65. package/dist/esm/biggive-biography-card.entry.js +19 -0
  66. package/dist/esm/biggive-category-icon.entry.js +2 -2
  67. package/dist/esm/biggive-search.entry.js +1 -1
  68. package/dist/esm/biggive.js +1 -1
  69. package/dist/esm/{fontawesome-icons-a644b74f.js → fontawesome-icons-f8ad1e3e.js} +1 -1
  70. package/dist/esm/{index-278aa0f2.js → index-deec8c9b.js} +6 -1
  71. package/dist/esm/loader.js +1 -1
  72. package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +4 -0
  73. package/dist/types/components/biggive-basic-card/biggive-basic-card.stories.d.ts +3 -0
  74. package/dist/types/components/biggive-biography-card/biggive-biography-card.d.ts +19 -0
  75. package/dist/types/components/biggive-button/biggive-button.d.ts +15 -0
  76. package/dist/types/components/biggive-button/biggive-button.stories.d.ts +11 -0
  77. package/dist/types/components/biggive-campaign-card/biggive-campaign-card.d.ts +6 -0
  78. package/dist/types/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.d.ts +1 -1
  79. package/dist/types/components/biggive-hero-image/biggive-hero-image.d.ts +4 -4
  80. package/dist/types/components/biggive-page-section/biggive-page-section.d.ts +4 -0
  81. package/dist/types/components/biggive-page-section/biggive-page-section.stories.d.ts +7 -0
  82. package/dist/types/components.d.ts +90 -0
  83. package/hydrate/index.js +79 -19
  84. package/package.json +1 -1
  85. package/dist/biggive/p-1f6529a5.entry.js +0 -1
  86. package/dist/biggive/p-b0ab7ff2.entry.js +0 -1
  87. package/dist/biggive/p-b4b8d56e.js +0 -1
@@ -15,6 +15,17 @@ export default {
15
15
  options: ['primary', 'secondary', 'tertiary', 'white', 'black'],
16
16
  },
17
17
  },
18
+ isPastCampaign: {
19
+ name: 'Is Past Campaign',
20
+ options: [true, false],
21
+ },
22
+ isFutureCampaign: {
23
+ name: 'Is Future Campaign',
24
+ options: [true, false],
25
+ },
26
+ datetime: {
27
+ name: 'Date Time',
28
+ },
18
29
  label: {
19
30
  name: 'Label',
20
31
  },
@@ -40,6 +51,9 @@ const Template = args => `
40
51
  <biggive-button
41
52
  space-below="${args.spaceBelow}"
42
53
  colour-scheme="${args.colourScheme}"
54
+ is-past-campaign="${args.isPastCampaign}"
55
+ is-future-campaign="${args.isFutureCampaign}"
56
+ datetime="${args.datetime}"
43
57
  label="${args.label}"
44
58
  url="${args.url}"
45
59
  full-width=${args.fullWidth}
@@ -51,6 +65,9 @@ export const ButtonComponent = Template.bind({});
51
65
  ButtonComponent.args = {
52
66
  spaceBelow: 0,
53
67
  colourScheme: 'primary',
68
+ isPastCampaign: false,
69
+ isFutureCampaign: false,
70
+ datetime: '29/11/2022, 12:00',
54
71
  label: 'Donate now',
55
72
  url: 'http://www.google.com',
56
73
  fullWidth: false,
@@ -514,6 +514,7 @@ a:hover {
514
514
  font-size: 17px;
515
515
  line-height: 24px;
516
516
  filter: drop-shadow(-1px 3px 12px rgba(0, 0, 0, 0.25));
517
+ cursor: pointer;
517
518
  position: relative;
518
519
  height: 100%;
519
520
  background-color: #FFFFFF;
@@ -592,20 +593,4 @@ a:hover {
592
593
  padding-bottom: 10px;
593
594
  margin-bottom: 10px;
594
595
  border-bottom: 1px solid #E8E8E8;
595
- }
596
- .container .button-wrap .msg-wrapper {
597
- display: flex;
598
- justify-content: center;
599
- }
600
- .container .button-wrap .msg-wrapper biggive-misc-icon {
601
- margin-top: auto;
602
- margin-bottom: auto;
603
- }
604
- .container .button-wrap .msg-wrapper p {
605
- text-align: center;
606
- }
607
- @media screen and (max-width: 1200px) {
608
- .container .button-wrap .msg-wrapper p {
609
- font-size: 15px;
610
- }
611
596
  }
@@ -1,6 +1,9 @@
1
1
  import { h } from '@stencil/core';
2
2
  export class BiggiveCampaignCard {
3
3
  constructor() {
4
+ this.handleCardGeneralClick = (event) => {
5
+ this.doCardGeneralClick.emit({ event, url: this.moreInfoButtonUrl });
6
+ };
4
7
  this.spaceBelow = 4;
5
8
  this.campaignType = null;
6
9
  this.banner = null;
@@ -22,7 +25,7 @@ export class BiggiveCampaignCard {
22
25
  this.datetime = undefined;
23
26
  }
24
27
  render() {
25
- return (h("div", { class: 'container space-below-' + this.spaceBelow.toString() }, h("div", { class: "sleeve" }, this.campaignType !== null ? (h("div", { class: "campaign-type" }, h("span", null, this.campaignType))) : null, this.banner !== null ? (h("div", { class: "image-wrap banner", role: "presentation", style: { 'background-image': 'url(' + this.banner + ')' } })) : (h("div", { class: "image-wrap banner" })), h("div", { class: "title-wrap" }, h("h3", null, this.campaignTitle), h("div", { class: "organisation-name" }, "By ", this.organisationName)), h("div", { class: "meta-wrap" }, h("div", { class: "meta-item" }, h("span", { class: "label" }, this.primaryFigureLabel), h("span", { class: "text" }, this.primaryFigureAmount)), h("div", { class: "meta-item" }, h("span", { class: "label" }, this.secondaryFigureLabel), h("span", { class: "text" }, this.secondaryFigureAmount))), h("div", { class: "progress-bar-wrap" }, h("biggive-progress-bar", { counter: this.progressBarCounter, "colour-scheme": "primary" })), h("div", { class: "button-wrap" }, this.isFutureCampaign || this.isPastCampaign ? (h("div", { class: "msg-wrapper" }, h("biggive-misc-icon", { "background-colour": "white", "icon-colour": "black", icon: "Timer" }), this.isFutureCampaign ? h("p", null, "Launches ", this.datetime) : h("p", null, "Closed ", this.datetime))) : (h("biggive-button", { "full-width": "true", "colour-scheme": this.donateButtonColourScheme, url: this.donateButtonUrl, label: this.donateButtonLabel })), h("biggive-button", { "full-width": "true", "colour-scheme": this.moreInfoButtonColourScheme, url: this.moreInfoButtonUrl, label: this.moreInfoButtonLabel })))));
28
+ return (h("div", { class: 'container space-below-' + this.spaceBelow.toString(), onClick: this.handleCardGeneralClick }, h("div", { class: "sleeve" }, this.campaignType !== null ? (h("div", { class: "campaign-type" }, h("span", null, this.campaignType))) : null, this.banner !== null ? (h("div", { class: "image-wrap banner", role: "presentation", style: { 'background-image': 'url(' + this.banner + ')' } })) : (h("div", { class: "image-wrap banner" })), h("div", { class: "title-wrap" }, h("h3", null, this.campaignTitle), h("div", { class: "organisation-name" }, "By ", this.organisationName)), h("div", { class: "meta-wrap" }, h("div", { class: "meta-item" }, h("span", { class: "label" }, this.primaryFigureLabel), h("span", { class: "text" }, this.primaryFigureAmount)), h("div", { class: "meta-item" }, h("span", { class: "label" }, this.secondaryFigureLabel), h("span", { class: "text" }, this.secondaryFigureAmount))), h("div", { class: "progress-bar-wrap" }, h("biggive-progress-bar", { counter: this.progressBarCounter, "colour-scheme": "primary" })), h("div", { class: "button-wrap" }, h("biggive-button", { "full-width": "true", "colour-scheme": this.donateButtonColourScheme, url: this.donateButtonUrl, label: this.donateButtonLabel, isFutureCampaign: this.isFutureCampaign, isPastCampaign: this.isPastCampaign, datetime: this.datetime }), h("biggive-button", { "full-width": "true", "colour-scheme": this.moreInfoButtonColourScheme, url: this.moreInfoButtonUrl, label: this.moreInfoButtonLabel })))));
26
29
  }
27
30
  static get is() { return "biggive-campaign-card"; }
28
31
  static get encapsulation() { return "shadow"; }
@@ -381,4 +384,22 @@ export class BiggiveCampaignCard {
381
384
  }
382
385
  };
383
386
  }
387
+ static get events() {
388
+ return [{
389
+ "method": "doCardGeneralClick",
390
+ "name": "doCardGeneralClick",
391
+ "bubbles": false,
392
+ "cancelable": true,
393
+ "composed": true,
394
+ "docs": {
395
+ "tags": [],
396
+ "text": ""
397
+ },
398
+ "complexType": {
399
+ "original": "{ event: object; url: string }",
400
+ "resolved": "{ event: object; url: string; }",
401
+ "references": {}
402
+ }
403
+ }];
404
+ }
384
405
  }
@@ -544,12 +544,13 @@ a:hover {
544
544
  justify-content: flex-end;
545
545
  margin-bottom: 30px;
546
546
  text-align: right;
547
+ display: flex;
547
548
  }
548
- .sort-filter-wrap #clearFilters {
549
- margin: auto 0 auto auto;
550
- }
551
- .sort-filter-wrap #clearFilters:hover {
549
+ .sort-filter-wrap .clear-all {
552
550
  cursor: pointer;
551
+ vertical-align: center;
552
+ margin-top: auto;
553
+ margin-bottom: auto;
553
554
  }
554
555
  .sort-filter-wrap .sort-wrap {
555
556
  margin-left: 15px;
@@ -578,10 +579,6 @@ a:hover {
578
579
  .sort-filter-wrap .filter-wrap .button.filter .filter-icon svg:hover {
579
580
  fill: #2C089B;
580
581
  }
581
- .sort-filter-wrap .filter-wrap #clearFilters {
582
- position: absolute;
583
- margin-top: 20px;
584
- }
585
582
 
586
583
  .icon {
587
584
  height: 1rem;
@@ -593,9 +590,17 @@ a:hover {
593
590
  fill: #2C089B;
594
591
  }
595
592
 
593
+ .icon-clear-all > path {
594
+ fill: #000000;
595
+ }
596
+
596
597
  @media screen and (max-width: 450px) {
597
- .sort-filter-wrap .filter-wrap #clearFilters {
598
- font-size: 15px;
598
+ .sort-filter-wrap {
599
+ flex-direction: column-reverse;
600
+ }
601
+ .sort-filter-wrap .sort-wrap {
602
+ margin-top: 20px;
603
+ margin-bottom: 20px;
599
604
  }
600
605
  }
601
606
  @media screen and (max-width: 350px) {
@@ -608,8 +613,4 @@ a:hover {
608
613
  .sort-filter-wrap .filter-wrap {
609
614
  margin-left: 3px;
610
615
  }
611
- .sort-filter-wrap .filter-wrap #clearFilters {
612
- margin-top: 0px;
613
- max-width: 15px;
614
- }
615
616
  }
@@ -1,5 +1,5 @@
1
1
  import { h } from '@stencil/core';
2
- import { faMagnifyingGlass } from '@fortawesome/pro-solid-svg-icons';
2
+ import { faMagnifyingGlass, faFilterSlash } from '@fortawesome/pro-solid-svg-icons';
3
3
  export class BiggiveCampaignCardFilterGrid {
4
4
  constructor() {
5
5
  this.sortBy = null;
@@ -27,7 +27,7 @@ export class BiggiveCampaignCardFilterGrid {
27
27
  this.handleFilterButtonClick = () => {
28
28
  this.el.shadowRoot.getElementById('filter-popup').openFromOutside();
29
29
  };
30
- this.handleClearFiltersClicked = () => {
30
+ this.handleClearAll = () => {
31
31
  this.doClearFilters.emit(true);
32
32
  };
33
33
  this.spaceBelow = 0;
@@ -77,7 +77,7 @@ export class BiggiveCampaignCardFilterGrid {
77
77
  }
78
78
  }
79
79
  render() {
80
- return (h("div", { class: 'container space-below-' + this.spaceBelow }, h("div", { class: "sleeve" }, h("div", { class: "search-wrap" }, h("h4", null, this.intro), h("div", { class: "field-wrap" }, h("div", { class: "input-wrap" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", class: "icon", viewBox: "0 0 512 512" }, h("path", { d: faMagnifyingGlass.icon[4].toString() })), h("input", { type: "text", value: this.searchText, class: "input-text", placeholder: this.placeholderText, onInput: this.handleSearchTextChanged, onKeyDown: this.handleEnterPressed })), h("biggive-button", { onClick: this.handleSearchButtonPressed, label: this.buttonText }))), h("div", { class: "sort-filter-wrap" }, h("div", { class: "sort-wrap" }, h("biggive-form-field-select", { placeholder: "Sort by", selectedLabel: this.selectedSortByOption, id: "sort-by" }, h("biggive-form-field-select-option", { value: "amountRaised", label: "Most raised" }), h("biggive-form-field-select-option", { value: "matchFundsRemaining", label: "Match funds remaining" }), h("biggive-form-field-select-option", { value: "Relevance", label: "Relevance" }))), h("div", { class: "filter-wrap" }, h("biggive-button", { class: "filter", onClick: this.handleFilterButtonClick, label: "Filters", fullWidth: true }), h("biggive-popup", { id: "filter-popup" }, h("h4", { class: "space-above-0 space-below-3 colour-primary" }, "Filters"), h("biggive-form-field-select", { placeholder: "Category", selectedLabel: this.selectedFilterCategory, id: "categories", "space-below": "2" }, this.categoryOptions.length === 0
80
+ return (h("div", { class: 'container space-below-' + this.spaceBelow }, h("div", { class: "sleeve" }, h("div", { class: "search-wrap" }, h("h4", null, this.intro), h("div", { class: "field-wrap" }, h("div", { class: "input-wrap" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", class: "icon", viewBox: "0 0 512 512" }, h("path", { d: faMagnifyingGlass.icon[4].toString() })), h("input", { type: "text", value: this.searchText, class: "input-text", placeholder: this.placeholderText, onInput: this.handleSearchTextChanged, onKeyDown: this.handleEnterPressed })), h("biggive-button", { onClick: this.handleSearchButtonPressed, label: this.buttonText }))), h("div", { class: "sort-filter-wrap" }, h("div", { class: "clear-all" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", class: "icon icon-clear-all", viewBox: "0 0 512 512" }, h("path", { d: faFilterSlash.icon[4].toString() })), h("a", { onClick: this.handleClearAll }, "Clear all")), h("div", { class: "sort-wrap" }, h("biggive-form-field-select", { placeholder: "Sort by", selectedLabel: this.selectedSortByOption, id: "sort-by" }, h("biggive-form-field-select-option", { value: "amountRaised", label: "Most raised" }), h("biggive-form-field-select-option", { value: "matchFundsRemaining", label: "Match funds remaining" }), h("biggive-form-field-select-option", { value: "Relevance", label: "Relevance" }))), h("div", { class: "filter-wrap" }, h("biggive-button", { class: "filter", onClick: this.handleFilterButtonClick, label: "Filters", fullWidth: true, "space-below": "0" }), h("biggive-popup", { id: "filter-popup" }, h("h4", { class: "space-above-0 space-below-3 colour-primary" }, "Filters"), h("biggive-form-field-select", { placeholder: "Category", selectedLabel: this.selectedFilterCategory, id: "categories", "space-below": "2" }, this.categoryOptions.length === 0
81
81
  ? undefined
82
82
  : this.categoryOptions.map(option => h("biggive-form-field-select-option", { value: option, label: option }))), h("biggive-form-field-select", { placeholder: "Beneficiary", selectedLabel: this.selectedFilterBeneficiary, id: "beneficiaries", "space-below": "2" }, this.beneficiaryOptions.length === 0
83
83
  ? undefined
@@ -85,7 +85,7 @@ export class BiggiveCampaignCardFilterGrid {
85
85
  ? undefined
86
86
  : this.locationOptions.map(option => h("biggive-form-field-select-option", { value: option, label: option }))), h("biggive-form-field-select", { placeholder: "Funding", selectedLabel: this.selectedFilterFunding, id: "funding", "space-below": "2" }, this.fundingOptions.length === 0
87
87
  ? undefined
88
- : this.fundingOptions.map(option => h("biggive-form-field-select-option", { value: option, label: option }))), h("a", { onClick: this.handleClearFiltersClicked, id: "clearFilters" }, "Clear Filters"), h("div", { class: "align-right" }, h("biggive-button", { label: "Apply filters", onClick: this.handleApplyFilterButtonClick }))))), h("div", { class: "campaign-grid" }, h("slot", { name: "campaign-grid" })))));
88
+ : this.fundingOptions.map(option => h("biggive-form-field-select-option", { value: option, label: option }))), h("div", { class: "align-right" }, h("biggive-button", { label: "Apply filters", onClick: this.handleApplyFilterButtonClick }))))), h("div", { class: "campaign-grid" }, h("slot", { name: "campaign-grid" })))));
89
89
  }
90
90
  static get is() { return "biggive-campaign-card-filter-grid"; }
91
91
  static get encapsulation() { return "shadow"; }
@@ -2,7 +2,7 @@ import { h } from '@stencil/core';
2
2
  export class BiggiveCampaignHighlights {
3
3
  constructor() {
4
4
  this.spaceBelow = 0;
5
- this.banner = '';
5
+ this.banner = null;
6
6
  this.campaignTitle = null;
7
7
  this.primaryFigureLabel = null;
8
8
  this.primaryFigureAmount = null;
@@ -67,7 +67,7 @@ export class BiggiveCampaignHighlights {
67
67
  },
68
68
  "attribute": "banner",
69
69
  "reflect": false,
70
- "defaultValue": "''"
70
+ "defaultValue": "null"
71
71
  },
72
72
  "campaignTitle": {
73
73
  "type": "string",
@@ -545,7 +545,7 @@ a:hover {
545
545
  }
546
546
  .nav ul li a.icon-green {
547
547
  padding-left: 20px;
548
- background-image: url(/assets/triangles-combined.svg);
548
+ background-image: url(/assets/images/triangles-combined.svg);
549
549
  background-repeat: no-repeat;
550
550
  background-size: auto 10px;
551
551
  background-position: left center;
@@ -26,7 +26,7 @@ export class BiggiveHeader {
26
26
  this.appendMenu('nav-secondary');
27
27
  }
28
28
  render() {
29
- return (h("header", { class: 'header space-below' + this.spaceBelow }, h("div", { class: "row row-top" }, h("div", { class: "social-icon-wrap" }, h("slot", { name: "social-icons" })), h("nav", { class: "nav nav-secondary" })), h("div", { class: "row row-bottom" }, h("div", { class: "logo-wrap" }, h("a", { href: this.logoUrl }, h("svg", { width: "149", height: "30", viewBox: "0 0 149 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", "aria-label": "Big Give" }, h("title", null, "Big Give"), h("path", { d: "M59.9362 6.08031C58.258 6.08031 56.8195 4.70363 56.8195 3.04015C56.8195 1.37667 58.258 0 59.9362 0C61.7342 0 63.1127 1.37667 63.1127 3.04015C63.1127 4.70363 61.7342 6.08031 59.9362 6.08031ZM57.4189 23.805H62.4534V7.74379H57.4189V23.805ZM76.5981 7.74379V8.71893C75.8189 7.97323 74.2606 7.34226 72.4626 7.34226C67.9674 7.34226 64.3114 10.5545 64.3114 15.2008C64.3114 19.9044 67.9674 23.0593 72.4626 23.0593C74.2606 23.0593 75.8189 22.543 76.5981 21.6826V22.6004C76.5981 24.6654 74.6801 25.6979 72.1629 25.6979C70.0052 25.6979 68.1472 25.239 66.4091 24.2639V29.0249C68.5068 29.7706 70.8443 30 72.4026 30C77.4371 30 81.6326 27.9924 81.6326 22.7151V7.68643H76.5981V7.74379ZM76.5981 17.2084C75.8788 18.1836 74.6801 18.6424 73.3616 18.6424C71.2639 18.6424 69.5257 17.4379 69.5257 15.2008C69.5257 13.021 71.2639 11.7591 73.3616 11.7591C74.6801 11.7591 75.8788 12.3327 76.5981 13.2505V17.2084ZM96.1368 24.2065C100.093 24.2065 102.55 23.5182 104.588 22.2562V9.98088H93.6196V14.6845H99.4332V18.8145C98.5942 19.044 97.6352 19.2161 96.2567 19.2161C91.342 19.2161 88.9446 16.0612 88.9446 12.3901C88.9446 8.71893 91.7016 5.56405 96.916 5.56405C99.0736 5.56405 101.171 6.13767 102.73 6.94073V1.72084C101.231 1.14723 99.3134 0.630979 96.6163 0.630979C89.0046 0.630979 83.6104 5.90822 83.6104 12.4474C83.5505 19.1013 88.4652 24.2065 96.1368 24.2065ZM109.442 6.08031C107.764 6.08031 106.326 4.70363 106.326 3.04015C106.326 1.37667 107.764 0 109.442 0C111.24 0 112.619 1.37667 112.619 3.04015C112.619 4.70363 111.18 6.08031 109.442 6.08031ZM106.925 23.805H111.96V7.74379H106.925V23.805ZM123.227 14.9713L118.972 7.74379H113.098L123.167 24.1491L133.237 7.74379H127.483L123.227 14.9713ZM137.372 16.9216H148.999C149.059 9.92352 144.804 7.39962 140.549 7.39962C136.053 7.39962 132.038 9.98088 131.978 15.7744C131.978 21.3958 136.113 24.1491 141.088 24.1491C143.246 24.1491 145.523 23.8623 147.501 22.8872V18.4704C144.984 19.847 143.366 19.9044 141.927 19.9044C139.769 19.847 137.552 19.2161 137.372 16.9216ZM140.608 11.1281C142.107 11.1281 143.425 11.8164 143.605 13.8241H137.372C137.732 11.8738 139.11 11.1281 140.608 11.1281ZM51.5453 11.3576C52.744 10.325 53.3433 9.00574 53.3433 7.34226C53.3433 4.24474 50.3466 1.03251 46.0313 1.03251H38V23.8623H48.4287C52.5042 23.8623 55.6209 20.8795 55.6209 17.0937C55.6209 14.7992 54.542 12.3327 51.5453 11.3576ZM43.2743 5.67878H45.6717C47.1101 5.67878 48.129 6.76865 48.129 7.97324C48.129 9.17782 47.1101 10.2103 45.6717 10.2103H43.2743V5.67878ZM47.9492 19.1587H43.2743V14.5698H47.9492C49.3876 14.5698 50.4665 15.6023 50.4665 16.8643C50.4665 18.1262 49.3876 19.1587 47.9492 19.1587Z", fill: "black" }), h("path", { d: "M21.543 1.01514L35 23.9999H8.08594L21.543 1.01514Z", fill: "black" }), h("path", { d: "M9.36142 16.9564L0 1H18.7228L9.36142 16.9564Z", fill: "#2AF135" })))), h("div", { class: "nav-toggle", onClick: this.toggleNav }), h("nav", { class: "nav nav-primary", "data-visible": "false" }))));
29
+ return (h("header", { class: 'header space-below' + this.spaceBelow }, h("div", { class: "row row-top" }, h("div", { class: "social-icon-wrap" }, h("slot", { name: "social-icons" })), h("nav", { class: "nav nav-secondary" })), h("div", { class: "row row-bottom" }, h("div", { class: "logo-wrap" }, h("a", { href: this.logoUrl }, h("svg", { version: "1.1", x: "0px", y: "0px", viewBox: "0 0 140.9 30" }, h("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" }), h("path", { d: "M13.5,1l13.5,23H0L13.5,1z" })))), h("div", { class: "nav-toggle", onClick: this.toggleNav }), h("nav", { class: "nav nav-primary", "data-visible": "false" }))));
30
30
  }
31
31
  static get is() { return "biggive-header"; }
32
32
  static get encapsulation() { return "shadow"; }
@@ -557,7 +557,27 @@ a:hover {
557
557
  background-position: left center;
558
558
  }
559
559
  .container .content-wrap .logo img {
560
- display: none;
560
+ width: 200px;
561
+ position: relative;
562
+ left: -20px;
563
+ }
564
+ @media (max-width: 1200px) {
565
+ .container .content-wrap .logo img {
566
+ top: 20px;
567
+ width: 180px;
568
+ }
569
+ }
570
+ @media (max-width: 768px) {
571
+ .container .content-wrap .logo img {
572
+ top: 40px;
573
+ width: 160px;
574
+ }
575
+ }
576
+ @media (max-width: 576px) {
577
+ .container .content-wrap .logo img {
578
+ top: 60px;
579
+ width: 140px;
580
+ }
561
581
  }
562
582
  .container .content-wrap .slug {
563
583
  font-size: 20px;
@@ -571,7 +591,7 @@ a:hover {
571
591
  font-size: 47px;
572
592
  line-height: 60px;
573
593
  font-weight: bold;
574
- margin: 50px 0 15px 0;
594
+ margin: 0 0 15px 0;
575
595
  padding: 0;
576
596
  }
577
597
  @media (max-width: 1200px) {
@@ -20,7 +20,7 @@ export class BiggiveHeroImage {
20
20
  this.buttonColourScheme = 'primary';
21
21
  }
22
22
  render() {
23
- return (h("div", { class: 'container colour-scheme-' + this.colourScheme + ' space-below-' + this.spaceBelow }, h("div", { class: "sleeve" }, h("div", { class: "content-wrap" }, this.logo !== undefined && this.logo !== null ? (h("div", { class: "logo image-wrap", style: { 'background-image': 'url(' + this.logo + ')' } }, h("img", { src: this.logo, alt: this.logoAltText, title: this.logoAltText }))) : h("div", { class: "logo-space" }), h("div", { class: 'slug text-colour-' + this.slugColour }, this.slug), h("h1", { class: 'main-title text-colour-' + this.mainTitleColour }, this.mainTitle), h("div", { class: 'teaser text-colour-' + this.teaserColour }, this.teaser), this.buttonLabel != null && this.buttonUrl != null
23
+ return (h("div", { class: 'container colour-scheme-' + this.colourScheme + ' space-below-' + this.spaceBelow }, h("div", { class: "sleeve" }, h("div", { class: "content-wrap" }, this.logo !== undefined && this.logo !== null ? (h("div", { class: "logo image-wrap" }, h("img", { src: this.logo, alt: this.logoAltText, title: this.logoAltText }))) : h("div", { class: "logo-space" }), h("div", { class: 'slug text-colour-' + this.slugColour }, this.slug), h("h1", { class: 'main-title text-colour-' + this.mainTitleColour }, this.mainTitle), h("div", { class: 'teaser text-colour-' + this.teaserColour }, this.teaser), this.buttonLabel != null && this.buttonUrl != null
24
24
  ? h("biggive-button", { "colour-scheme": this.buttonColourScheme, url: this.buttonUrl, label: this.buttonLabel })
25
25
  : null), h("div", { class: "graphic-wrap" }, this.mainImage !== null ? (h("div", { class: "image-wrap", role: "presentation", style: { 'background-image': 'url(' + this.mainImage + ')', 'background-position': this.mainImageAlignHorizontal + ' ' + this.mainImageAlignVertical } })) : null))));
26
26
  }
@@ -513,6 +513,7 @@ a:hover {
513
513
  line-height: 24px;
514
514
  overflow: hidden;
515
515
  position: relative;
516
+ text-align: center;
516
517
  }
517
518
  .container .sleeve {
518
519
  max-width: 1200px;
@@ -557,11 +558,121 @@ a:hover {
557
558
 
558
559
  .container .sleeve {
559
560
  position: relative;
561
+ text-align: left;
562
+ }
563
+
564
+ .container.max-width-10 .sleeve {
565
+ max-width: 10%;
566
+ margin-left: auto;
567
+ margin-right: auto;
568
+ }
569
+
570
+ .container.max-width-15 .sleeve {
571
+ max-width: 15%;
572
+ margin-left: auto;
573
+ margin-right: auto;
574
+ }
575
+
576
+ .container.max-width-20 .sleeve {
577
+ max-width: 20%;
578
+ margin-left: auto;
579
+ margin-right: auto;
580
+ }
581
+
582
+ .container.max-width-25 .sleeve {
583
+ max-width: 25%;
584
+ margin-left: auto;
585
+ margin-right: auto;
586
+ }
587
+
588
+ .container.max-width-30 .sleeve {
589
+ max-width: 30%;
590
+ margin-left: auto;
591
+ margin-right: auto;
592
+ }
593
+
594
+ .container.max-width-35 .sleeve {
595
+ max-width: 35%;
596
+ margin-left: auto;
597
+ margin-right: auto;
598
+ }
599
+
600
+ .container.max-width-40 .sleeve {
601
+ max-width: 40%;
602
+ margin-left: auto;
603
+ margin-right: auto;
604
+ }
605
+
606
+ .container.max-width-45 .sleeve {
607
+ max-width: 45%;
608
+ margin-left: auto;
609
+ margin-right: auto;
610
+ }
611
+
612
+ .container.max-width-50 .sleeve {
613
+ max-width: 50%;
614
+ margin-left: auto;
615
+ margin-right: auto;
616
+ }
617
+
618
+ .container.max-width-55 .sleeve {
619
+ max-width: 55%;
620
+ margin-left: auto;
621
+ margin-right: auto;
622
+ }
623
+
624
+ .container.max-width-60 .sleeve {
625
+ max-width: 60%;
626
+ margin-left: auto;
627
+ margin-right: auto;
628
+ }
629
+
630
+ .container.max-width-65 .sleeve {
631
+ max-width: 65%;
632
+ margin-left: auto;
633
+ margin-right: auto;
634
+ }
635
+
636
+ .container.max-width-70 .sleeve {
637
+ max-width: 70%;
638
+ margin-left: auto;
639
+ margin-right: auto;
640
+ }
641
+
642
+ .container.max-width-75 .sleeve {
643
+ max-width: 75%;
644
+ margin-left: auto;
645
+ margin-right: auto;
646
+ }
647
+
648
+ .container.max-width-80 .sleeve {
649
+ max-width: 80%;
650
+ margin-left: auto;
651
+ margin-right: auto;
652
+ }
653
+
654
+ .container.max-width-85 .sleeve {
655
+ max-width: 85%;
656
+ margin-left: auto;
657
+ margin-right: auto;
658
+ }
659
+
660
+ .container.max-width-90 .sleeve {
661
+ max-width: 90%;
662
+ margin-left: auto;
663
+ margin-right: auto;
664
+ }
665
+
666
+ .container.max-width-95 .sleeve {
667
+ max-width: 95%;
668
+ margin-left: auto;
669
+ margin-right: auto;
560
670
  }
561
671
 
562
672
  .container .sleeve:before {
563
673
  content: "";
564
674
  position: absolute;
675
+ z-index: -1;
565
676
  left: 50%;
566
677
  transform: translateX(-50%);
567
678
  width: 100vw;
@@ -5,9 +5,19 @@ export class BiggivePageSection {
5
5
  this.sectionStyleTop = 'straight';
6
6
  this.sectionStyleBottom = 'straight';
7
7
  this.colourScheme = null;
8
+ this.maxWidth = 100;
8
9
  }
9
10
  render() {
10
- return (h("div", { class: 'container space-below-' + this.spaceBelow + ' background-color-' + this.colourScheme + ' style-top-' + this.sectionStyleTop + ' style-bottom-' + this.sectionStyleBottom }, h("div", { class: "sleeve" }, h("slot", null))));
11
+ return (h("div", { class: 'container max-width-' +
12
+ this.maxWidth +
13
+ ' space-below-' +
14
+ this.spaceBelow +
15
+ ' background-color-' +
16
+ this.colourScheme +
17
+ ' style-top-' +
18
+ this.sectionStyleTop +
19
+ ' style-bottom-' +
20
+ this.sectionStyleBottom }, h("div", { class: "sleeve" }, h("slot", null))));
11
21
  }
12
22
  static get is() { return "biggive-page-section"; }
13
23
  static get encapsulation() { return "shadow"; }
@@ -94,6 +104,24 @@ export class BiggivePageSection {
94
104
  "attribute": "colour-scheme",
95
105
  "reflect": false,
96
106
  "defaultValue": "null"
107
+ },
108
+ "maxWidth": {
109
+ "type": "number",
110
+ "mutable": false,
111
+ "complexType": {
112
+ "original": "number",
113
+ "resolved": "number",
114
+ "references": {}
115
+ },
116
+ "required": false,
117
+ "optional": false,
118
+ "docs": {
119
+ "tags": [],
120
+ "text": "Width"
121
+ },
122
+ "attribute": "max-width",
123
+ "reflect": false,
124
+ "defaultValue": "100"
97
125
  }
98
126
  };
99
127
  }
@@ -8,6 +8,13 @@ export default {
8
8
  options: [0, 1, 2, 3, 4, 5, 6],
9
9
  },
10
10
  },
11
+ maxWidth: {
12
+ name: 'Max width',
13
+ control: {
14
+ type: 'select',
15
+ options: [10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100],
16
+ },
17
+ },
11
18
  colourScheme: {
12
19
  name: 'Colour scheme',
13
20
  control: {
@@ -33,7 +40,8 @@ export default {
33
40
  };
34
41
  const Template = args => `
35
42
  <biggive-page-section
36
- space-below="${args.spaceBelow}"
43
+ space-below="${args.spaceBelow}"
44
+ max-width="${args.maxWidth}"
37
45
  colour-scheme="${args.colourScheme}"
38
46
  section-style-top="${args.sectionStyleTop}"
39
47
  section-style-bottom="${args.sectionStyleBottom}">
@@ -43,6 +51,7 @@ export const PageSectionComponent = Template.bind({});
43
51
  PageSectionComponent.args = {
44
52
  colourScheme: 'primary',
45
53
  spaceBelow: 4,
54
+ maxWidth: 100,
46
55
  sectionStyleTop: 'straight',
47
56
  sectionStyleBottom: 'straight',
48
57
  };
@@ -523,7 +523,7 @@ a:hover {
523
523
  margin-bottom: 15px;
524
524
  }
525
525
  .container .quote {
526
- background-image: url(/assets/quote.svg);
526
+ background-image: url(/assets/images/quote.svg);
527
527
  background-position: center top;
528
528
  background-size: auto 45px;
529
529
  background-repeat: no-repeat;
@@ -1,5 +1,6 @@
1
1
  import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
- import { d as defineCustomElement$2 } from './biggive-button2.js';
2
+ import { d as defineCustomElement$3 } from './biggive-button2.js';
3
+ import { d as defineCustomElement$2 } from './biggive-misc-icon2.js';
3
4
 
4
5
  const biggiveArticleCardCss = "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}:host{display:contents}.container{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px;position:relative;text-align:left;padding:30px;filter:drop-shadow(-1px 3px 12px rgba(0, 0, 0, 0.25))}.container .sleeve{padding:30px 30px 0 30px;clip-path:polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px))}.container .slug{margin-bottom:5px}.container .date{font-size:13px;line-height:17px;margin-bottom:15px}.container h3{font-size:20px;line-height:24px;font-weight:bold;margin-bottom:15px}.container h3 a,.container h3 a:hover{text-decoration:none}.container .image-group{margin-bottom:15px}.container .image-group .image-wrap{border-radius:50%;width:60px;height:60px;background-size:cover;background-position:center center;margin-bottom:5px}.container .image-group .image-wrap img{display:none}.container .image-group .image-label{font-size:13px;line-height:17px}";
5
6
 
@@ -43,7 +44,7 @@ function defineCustomElement$1() {
43
44
  if (typeof customElements === "undefined") {
44
45
  return;
45
46
  }
46
- const components = ["biggive-article-card", "biggive-button"];
47
+ const components = ["biggive-article-card", "biggive-button", "biggive-misc-icon"];
47
48
  components.forEach(tagName => { switch (tagName) {
48
49
  case "biggive-article-card":
49
50
  if (!customElements.get(tagName)) {
@@ -51,6 +52,11 @@ function defineCustomElement$1() {
51
52
  }
52
53
  break;
53
54
  case "biggive-button":
55
+ if (!customElements.get(tagName)) {
56
+ defineCustomElement$3();
57
+ }
58
+ break;
59
+ case "biggive-misc-icon":
54
60
  if (!customElements.get(tagName)) {
55
61
  defineCustomElement$2();
56
62
  }