@biggive/components 1.0.7 → 1.0.81
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-07962fc5.entry.js +1 -0
- package/dist/biggive/p-0d6687f4.js +1 -0
- package/dist/biggive/p-1b78efa0.entry.js +1 -0
- package/dist/biggive/p-5dbda89c.entry.js +1 -0
- package/dist/biggive/p-5f1b0106.entry.js +1 -0
- package/dist/biggive/p-629007e0.entry.js +1 -0
- package/dist/biggive/p-6326f936.entry.js +1 -0
- package/dist/biggive/p-72a6f0a8.entry.js +1 -0
- package/dist/biggive/p-74b5d4c7.entry.js +1 -0
- package/dist/biggive/p-7eee1e58.entry.js +1 -0
- package/dist/biggive/{p-a6da36d4.js → p-871707f4.js} +2 -2
- package/dist/biggive/p-8f605036.entry.js +1 -0
- package/dist/biggive/p-bdb476eb.entry.js +1 -0
- package/dist/biggive/p-c9aaa5c3.entry.js +1 -0
- package/dist/biggive/p-df6daa79.entry.js +1 -0
- package/dist/biggive/{p-43c02e71.js → p-ec9b42b3.js} +1 -1
- package/dist/biggive/p-f9388477.entry.js +1 -0
- package/dist/biggive/p-f98681a5.entry.js +1 -0
- package/dist/cjs/biggive-article-card.cjs.entry.js +63 -0
- package/dist/cjs/biggive-back-to-top_20.cjs.entry.js +923 -0
- package/dist/cjs/biggive-basic-card.cjs.entry.js +12 -4
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +1 -1
- package/dist/cjs/biggive-boxed-content.cjs.entry.js +1 -1
- package/dist/cjs/biggive-branded-image.cjs.entry.js +1 -1
- package/dist/cjs/biggive-category-icon.cjs.entry.js +1 -1
- package/dist/cjs/biggive-formatted-text.cjs.entry.js +1 -1
- package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-image.cjs.entry.js +1 -1
- package/dist/cjs/biggive-quote.cjs.entry.js +1 -1
- package/dist/cjs/biggive-search.cjs.entry.js +1 -1
- package/dist/cjs/biggive-tab.cjs.entry.js +1 -1
- package/dist/cjs/biggive-tabbed-content.cjs.entry.js +1 -1
- package/dist/cjs/biggive-video.cjs.entry.js +7 -2
- package/dist/cjs/biggive.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/video-f9e682a8.js +14 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/biggive-article-card/biggive-article-card.css +534 -0
- package/dist/collection/components/biggive-article-card/biggive-article-card.js +272 -0
- package/dist/collection/components/biggive-article-card/biggive-article-card.stories.js +84 -0
- package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.css +51 -10
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +51 -16
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +49 -5
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.stories.js +25 -0
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +51 -10
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +51 -10
- package/dist/collection/components/biggive-branded-image/biggive-branded-image.css +51 -10
- package/dist/collection/components/biggive-button/biggive-button.css +51 -10
- package/dist/collection/components/biggive-button/biggive-button.js +45 -1
- package/dist/collection/components/biggive-button/biggive-button.stories.js +17 -0
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +51 -19
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.js +69 -3
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.stories.js +27 -0
- package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +51 -10
- package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +51 -10
- package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +51 -10
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +51 -10
- package/dist/collection/components/biggive-footer/biggive-footer.css +51 -10
- package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +51 -10
- package/dist/collection/components/biggive-grid/biggive-grid.css +51 -10
- package/dist/collection/components/biggive-header/biggive-header.css +51 -10
- package/dist/collection/components/biggive-header/biggive-header.js +28 -9
- package/dist/collection/components/biggive-header/biggive-header.stories.js +15 -2
- package/dist/collection/components/biggive-heading/biggive-heading.css +51 -35
- package/dist/collection/components/biggive-heading/biggive-heading.js +1 -1
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +54 -10
- package/dist/collection/components/biggive-icon-group/biggive-icon-group.css +51 -10
- package/dist/collection/components/biggive-image/biggive-image.css +51 -10
- package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +51 -10
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +51 -10
- package/dist/collection/components/biggive-page-columns/biggive-page-columns.css +51 -10
- package/dist/collection/components/biggive-page-section/biggive-page-section.css +52 -10
- package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +51 -10
- package/dist/collection/components/biggive-quote/biggive-quote.css +51 -10
- package/dist/collection/components/biggive-search/biggive-search.css +51 -10
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +51 -10
- package/dist/collection/components/biggive-tab/biggive-tab.css +51 -10
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +51 -10
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +51 -10
- package/dist/collection/components/biggive-video/biggive-video.css +51 -10
- package/dist/collection/components/biggive-video/biggive-video.js +25 -3
- package/dist/collection/components/biggive-video/biggive-video.stories.js +11 -1
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +51 -10
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.js +25 -3
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.stories.js +10 -1
- package/dist/collection/util/video.js +10 -0
- package/dist/components/biggive-article-card.d.ts +11 -0
- package/dist/components/biggive-article-card.js +95 -0
- package/dist/components/biggive-back-to-top.js +1 -1
- package/dist/components/biggive-basic-card.js +14 -4
- package/dist/components/biggive-beneficiary-icon.js +1 -1
- package/dist/components/biggive-boxed-content.js +1 -1
- package/dist/components/biggive-branded-image.js +1 -1
- package/dist/components/biggive-button2.js +13 -3
- package/dist/components/biggive-call-to-action.js +17 -2
- package/dist/components/biggive-campaign-card-filter-grid.js +1 -1
- package/dist/components/biggive-campaign-card.js +1 -1
- package/dist/components/biggive-campaign-highlights.js +1 -1
- package/dist/components/biggive-category-icon.js +1 -1
- package/dist/components/biggive-footer.js +1 -1
- package/dist/components/biggive-formatted-text.js +1 -1
- package/dist/components/biggive-grid.js +1 -1
- package/dist/components/biggive-header.js +9 -10
- package/dist/components/biggive-heading.js +2 -2
- package/dist/components/biggive-hero-image.js +1 -1
- package/dist/components/biggive-icon-group.js +1 -1
- package/dist/components/biggive-image-feature.js +1 -1
- package/dist/components/biggive-image.js +1 -1
- package/dist/components/biggive-misc-icon2.js +1 -1
- package/dist/components/biggive-page-columns.js +1 -1
- package/dist/components/biggive-page-section.js +1 -1
- package/dist/components/biggive-progress-bar2.js +1 -1
- package/dist/components/biggive-quote.js +1 -1
- package/dist/components/biggive-search.js +1 -1
- package/dist/components/biggive-social-icon2.js +1 -1
- package/dist/components/biggive-tab.js +1 -1
- package/dist/components/biggive-tabbed-content.js +1 -1
- package/dist/components/biggive-totalizer.js +1 -1
- package/dist/components/biggive-video-feature.js +8 -2
- package/dist/components/biggive-video.js +8 -2
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/video.js +12 -0
- package/dist/esm/biggive-article-card.entry.js +59 -0
- package/dist/esm/biggive-back-to-top_20.entry.js +900 -0
- package/dist/esm/biggive-basic-card.entry.js +12 -4
- package/dist/esm/biggive-beneficiary-icon.entry.js +3 -3
- package/dist/esm/biggive-boxed-content.entry.js +1 -1
- package/dist/esm/biggive-branded-image.entry.js +1 -1
- package/dist/esm/biggive-category-icon.entry.js +3 -3
- package/dist/esm/biggive-formatted-text.entry.js +1 -1
- package/dist/esm/biggive-icon-group.entry.js +1 -1
- package/dist/esm/biggive-image.entry.js +1 -1
- package/dist/esm/biggive-quote.entry.js +1 -1
- package/dist/esm/biggive-search.entry.js +2 -2
- package/dist/esm/biggive-tab.entry.js +1 -1
- package/dist/esm/biggive-tabbed-content.entry.js +1 -1
- package/dist/esm/biggive-video.entry.js +7 -2
- package/dist/esm/biggive.js +1 -1
- package/dist/esm/{fontawesome-icons-e232deb7.js → fontawesome-icons-562459be.js} +1 -1
- package/dist/esm/{index.es-64a64fa8.js → index.es-5777380a.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/video-89b7535d.js +12 -0
- package/dist/types/components/biggive-article-card/biggive-article-card.d.ts +47 -0
- package/dist/types/components/biggive-article-card/biggive-article-card.stories.d.ts +56 -0
- package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +9 -1
- package/dist/types/components/biggive-basic-card/biggive-basic-card.stories.d.ts +21 -0
- package/dist/types/components/biggive-button/biggive-button.d.ts +8 -0
- package/dist/types/components/biggive-button/biggive-button.stories.d.ts +13 -0
- package/dist/types/components/biggive-call-to-action/biggive-call-to-action.d.ts +12 -0
- package/dist/types/components/biggive-call-to-action/biggive-call-to-action.stories.d.ts +21 -0
- package/dist/types/components/biggive-header/biggive-header.d.ts +4 -0
- package/dist/types/components/biggive-video/biggive-video.d.ts +4 -0
- package/dist/types/components/biggive-video/biggive-video.stories.d.ts +7 -0
- package/dist/types/components/biggive-video-feature/biggive-video-feature.d.ts +4 -0
- package/dist/types/components/biggive-video-feature/biggive-video-feature.stories.d.ts +7 -0
- package/dist/types/components.d.ts +183 -2
- package/dist/types/util/video.d.ts +3 -0
- package/hydrate/index.js +181 -43
- package/package.json +1 -1
- package/dist/biggive/p-160a5e39.entry.js +0 -1
- package/dist/biggive/p-1e31cbfc.entry.js +0 -1
- package/dist/biggive/p-2d38d3a4.entry.js +0 -1
- package/dist/biggive/p-39db6552.entry.js +0 -1
- package/dist/biggive/p-49c2a10b.entry.js +0 -1
- package/dist/biggive/p-54026729.entry.js +0 -1
- package/dist/biggive/p-5cc16f87.entry.js +0 -1
- package/dist/biggive/p-5f7a3f5c.entry.js +0 -1
- package/dist/biggive/p-74bbb296.entry.js +0 -1
- package/dist/biggive/p-7f91f67c.entry.js +0 -1
- package/dist/biggive/p-89e206e8.entry.js +0 -1
- package/dist/biggive/p-9a74ac3d.entry.js +0 -1
- package/dist/biggive/p-9ed2bd19.entry.js +0 -1
- package/dist/biggive/p-ac6bfc1e.entry.js +0 -1
- package/dist/biggive/p-b762b246.entry.js +0 -1
- package/dist/biggive/p-b812b4f6.entry.js +0 -1
- package/dist/biggive/p-be37287b.entry.js +0 -1
- package/dist/biggive/p-be897395.entry.js +0 -1
- package/dist/biggive/p-ca786365.entry.js +0 -1
- package/dist/biggive/p-cca1d092.entry.js +0 -1
- package/dist/biggive/p-e6631545.entry.js +0 -1
- package/dist/biggive/p-ee459029.entry.js +0 -1
- package/dist/biggive/p-ee77cf8d.entry.js +0 -1
- package/dist/cjs/biggive-back-to-top_11.cjs.entry.js +0 -373
- package/dist/cjs/biggive-call-to-action.cjs.entry.js +0 -87
- package/dist/cjs/biggive-campaign-card-filter-grid.cjs.entry.js +0 -50
- package/dist/cjs/biggive-campaign-card.cjs.entry.js +0 -97
- package/dist/cjs/biggive-grid.cjs.entry.js +0 -31
- package/dist/cjs/biggive-hero-image.cjs.entry.js +0 -73
- package/dist/cjs/biggive-image-feature.cjs.entry.js +0 -67
- package/dist/cjs/biggive-page-section.cjs.entry.js +0 -35
- package/dist/cjs/biggive-totalizer.cjs.entry.js +0 -69
- package/dist/cjs/biggive-video-feature.cjs.entry.js +0 -67
- package/dist/esm/biggive-back-to-top_11.entry.js +0 -359
- package/dist/esm/biggive-call-to-action.entry.js +0 -83
- package/dist/esm/biggive-campaign-card-filter-grid.entry.js +0 -46
- package/dist/esm/biggive-campaign-card.entry.js +0 -93
- package/dist/esm/biggive-grid.entry.js +0 -27
- package/dist/esm/biggive-hero-image.entry.js +0 -69
- package/dist/esm/biggive-image-feature.entry.js +0 -63
- package/dist/esm/biggive-page-section.entry.js +0 -31
- package/dist/esm/biggive-totalizer.entry.js +0 -65
- package/dist/esm/biggive-video-feature.entry.js +0 -63
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
import { V as VideoService } from './video.js';
|
|
2
3
|
import { d as defineCustomElement$2 } from './biggive-button2.js';
|
|
3
4
|
|
|
4
|
-
const biggiveVideoFeatureCss = "body{background-color:#D7D7D7}h1{font-size:50px;line-height:60px;font-weight:bold}h2{font-size:38px;line-height:45px;font-weight:bold}h3{font-size:25px;line-height:32px;font-weight:bold}h4{font-size:20px;line-height:24px;font-weight:bold}h5{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-primary{color:#2C089B}.text-colour-secondary{color:#2AF135}.text-colour-tertiary{color:#FF7272}.text-colour-white{color:#FFFFFF}.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}.background-colour-primary{background-color:#2C089B}.background-colour-secondary{background-color:#2AF135}.background-colour-tertiary{background-color:#FF7272}.background-colour-white{background-color:#FFFFFF}.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:
|
|
5
|
+
const biggiveVideoFeatureCss = "body{background-color:#D7D7D7}h1,h3,h4,h5,h6{margin-bottom:0}h1,.heading-1{font-size:50px;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}.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-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}.container .sleeve{display:flex;justify-content:space-between}.container .content-wrap{width:calc(40% - 15px);position:relative;z-index:1}.container .content-wrap .slug{font-size:20px;line-height:24px;font-weight:bold;margin:0;padding:0}.container .content-wrap h2{font-size:38px;line-height:45px;font-weight:bold;margin:0 0 15px 0;padding:0}.container .content-wrap .teaser{margin:0 0 45px 0;padding:0}.container .graphic-wrap{width:calc(60% - 15px)}";
|
|
5
6
|
|
|
6
7
|
const BiggiveVideoFeature$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
7
8
|
constructor() {
|
|
8
9
|
super();
|
|
9
10
|
this.__registerHost();
|
|
10
11
|
this.__attachShadow();
|
|
12
|
+
/**
|
|
13
|
+
* Space above component
|
|
14
|
+
*/
|
|
15
|
+
this.spaceAbove = 0;
|
|
11
16
|
/**
|
|
12
17
|
* Space below component
|
|
13
18
|
*/
|
|
@@ -58,10 +63,11 @@ const BiggiveVideoFeature$1 = /*@__PURE__*/ proxyCustomElement(class extends HTM
|
|
|
58
63
|
this.buttonColourScheme = 'primary';
|
|
59
64
|
}
|
|
60
65
|
render() {
|
|
61
|
-
return (h("div", { class: 'container text-colour-' + this.defaultTextColour + ' space-below-' + this.spaceBelow }, h("div", { class: "sleeve" }, h("div", { class: "content-wrap" }, h("div", { class: 'slug text-colour-' + this.slugColour }, this.slug), h("h2", { class: 'title text-colour-' + this.mainTitleColour }, this.mainTitle), h("div", { class: 'teaser text-colour-' + this.teaserColour }, this.teaser), this.buttonLabel != null && this.buttonUrl != null ? (h("biggive-button", { "colour-scheme": this.buttonColourScheme, url: this.buttonUrl, label: this.buttonLabel })) : null), h("div", { class: "graphic-wrap" }, this.videoUrl.length > 0 ?
|
|
66
|
+
return (h("div", { class: 'container text-colour-' + this.defaultTextColour + ' space-above-' + this.spaceAbove + ' space-below-' + this.spaceBelow }, h("div", { class: "sleeve" }, h("div", { class: "content-wrap" }, h("div", { class: 'slug text-colour-' + this.slugColour }, this.slug), h("h2", { class: 'title text-colour-' + this.mainTitleColour }, this.mainTitle), h("div", { class: 'teaser text-colour-' + this.teaserColour }, this.teaser), this.buttonLabel != null && this.buttonUrl != null ? (h("biggive-button", { "colour-scheme": this.buttonColourScheme, url: this.buttonUrl, label: this.buttonLabel })) : null), h("div", { class: "graphic-wrap" }, this.videoUrl.length > 0 ? h("div", { class: "video-wrap", innerHTML: VideoService.getEmbedHtml(this.videoUrl) }) : null))));
|
|
62
67
|
}
|
|
63
68
|
static get style() { return biggiveVideoFeatureCss; }
|
|
64
69
|
}, [1, "biggive-video-feature", {
|
|
70
|
+
"spaceAbove": [2, "space-above"],
|
|
65
71
|
"spaceBelow": [2, "space-below"],
|
|
66
72
|
"defaultTextColour": [1, "default-text-colour"],
|
|
67
73
|
"videoUrl": [1, "video-url"],
|
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
import { V as VideoService } from './video.js';
|
|
2
3
|
|
|
3
|
-
const biggiveVideoCss = "body{background-color:#D7D7D7}h1{font-size:50px;line-height:60px;font-weight:bold}h2{font-size:38px;line-height:45px;font-weight:bold}h3{font-size:25px;line-height:32px;font-weight:bold}h4{font-size:20px;line-height:24px;font-weight:bold}h5{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-primary{color:#2C089B}.text-colour-secondary{color:#2AF135}.text-colour-tertiary{color:#FF7272}.text-colour-white{color:#FFFFFF}.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}.background-colour-primary{background-color:#2C089B}.background-colour-secondary{background-color:#2AF135}.background-colour-tertiary{background-color:#FF7272}.background-colour-white{background-color:#FFFFFF}.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:
|
|
4
|
+
const biggiveVideoCss = "body{background-color:#D7D7D7}h1,h3,h4,h5,h6{margin-bottom:0}h1,.heading-1{font-size:50px;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}.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-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}";
|
|
4
5
|
|
|
5
6
|
const BiggiveVideo$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
7
|
constructor() {
|
|
7
8
|
super();
|
|
8
9
|
this.__registerHost();
|
|
9
10
|
this.__attachShadow();
|
|
11
|
+
/**
|
|
12
|
+
* Space above component
|
|
13
|
+
*/
|
|
14
|
+
this.spaceAbove = 0;
|
|
10
15
|
/**
|
|
11
16
|
* Space below component
|
|
12
17
|
*/
|
|
@@ -17,10 +22,11 @@ const BiggiveVideo$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElemen
|
|
|
17
22
|
this.videoUrl = '';
|
|
18
23
|
}
|
|
19
24
|
render() {
|
|
20
|
-
return (h("div", { class: 'container space-below-' + this.spaceBelow }, h("div", { class: "video-wrap"
|
|
25
|
+
return (h("div", { class: 'container space-above-' + this.spaceAbove + ' space-below-' + this.spaceBelow }, h("div", { class: "video-wrap", innerHTML: VideoService.getEmbedHtml(this.videoUrl) })));
|
|
21
26
|
}
|
|
22
27
|
static get style() { return biggiveVideoCss; }
|
|
23
28
|
}, [1, "biggive-video", {
|
|
29
|
+
"spaceAbove": [2, "space-above"],
|
|
24
30
|
"spaceBelow": [2, "space-below"],
|
|
25
31
|
"videoUrl": [1, "video-url"]
|
|
26
32
|
}]);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/* BigGive custom elements */
|
|
2
|
+
export { BiggiveArticleCard as BiggiveArticleCard } from '../types/components/biggive-article-card/biggive-article-card';
|
|
2
3
|
export { BiggiveBackToTop as BiggiveBackToTop } from '../types/components/biggive-back-to-top/biggive-back-to-top';
|
|
3
4
|
export { BiggiveBasicCard as BiggiveBasicCard } from '../types/components/biggive-basic-card/biggive-basic-card';
|
|
4
5
|
export { BiggiveBeneficiaryIcon as BiggiveBeneficiaryIcon } from '../types/components/biggive-beneficiary-icon/biggive-beneficiary-icon';
|
package/dist/components/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { setAssetPath, setPlatformOptions } from '@stencil/core/internal/client';
|
|
2
|
+
export { BiggiveArticleCard, defineCustomElement as defineCustomElementBiggiveArticleCard } from './biggive-article-card.js';
|
|
2
3
|
export { BiggiveBackToTop, defineCustomElement as defineCustomElementBiggiveBackToTop } from './biggive-back-to-top.js';
|
|
3
4
|
export { BiggiveBasicCard, defineCustomElement as defineCustomElementBiggiveBasicCard } from './biggive-basic-card.js';
|
|
4
5
|
export { BiggiveBeneficiaryIcon, defineCustomElement as defineCustomElementBiggiveBeneficiaryIcon } from './biggive-beneficiary-icon.js';
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-4395d470.js';
|
|
2
|
+
|
|
3
|
+
const biggiveArticleCardCss = "body{background-color:#D7D7D7}h1,h3,h4,h5,h6{margin-bottom:0}h1,.heading-1{font-size:50px;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}.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-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}";
|
|
4
|
+
|
|
5
|
+
const BiggiveArticleCard = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
/**
|
|
9
|
+
* Space below component
|
|
10
|
+
*/
|
|
11
|
+
this.spaceBelow = 0;
|
|
12
|
+
/**
|
|
13
|
+
* Card background colour
|
|
14
|
+
*/
|
|
15
|
+
this.backgroundColour = 'white';
|
|
16
|
+
/**
|
|
17
|
+
* Card background colour hover
|
|
18
|
+
*/
|
|
19
|
+
this.backgroundColourHover = 'tertiary';
|
|
20
|
+
/**
|
|
21
|
+
* Text colour
|
|
22
|
+
*/
|
|
23
|
+
this.textColour = 'black';
|
|
24
|
+
/**
|
|
25
|
+
* Slug
|
|
26
|
+
*/
|
|
27
|
+
this.slug = null;
|
|
28
|
+
/**
|
|
29
|
+
* Date
|
|
30
|
+
*/
|
|
31
|
+
this.date = null;
|
|
32
|
+
/**
|
|
33
|
+
* Main title
|
|
34
|
+
*/
|
|
35
|
+
this.mainTitle = null;
|
|
36
|
+
/**
|
|
37
|
+
* Image URL
|
|
38
|
+
*/
|
|
39
|
+
this.imageUrl = null;
|
|
40
|
+
/**
|
|
41
|
+
* Image Label
|
|
42
|
+
*/
|
|
43
|
+
this.imageLabel = null;
|
|
44
|
+
/**
|
|
45
|
+
* Button label
|
|
46
|
+
*/
|
|
47
|
+
this.buttonLabel = null;
|
|
48
|
+
/**
|
|
49
|
+
* Button URL
|
|
50
|
+
*/
|
|
51
|
+
this.buttonUrl = null;
|
|
52
|
+
}
|
|
53
|
+
render() {
|
|
54
|
+
return (h("div", { class: 'container space-below-' + this.spaceBelow }, h("div", { class: 'sleeve background-colour-' + this.backgroundColour + ' background-colour-hover-' + this.backgroundColourHover + ' text-colour-' + this.textColour }, h("div", { class: "content-wrap" }, this.slug != '' ? h("div", { class: "slug text-colour-primary" }, this.slug) : null, this.date != '' ? h("div", { class: "date" }, this.date) : null, h("h3", { class: "title" }, h("a", { href: this.buttonUrl }, this.mainTitle)), this.imageUrl != '' ? (h("div", { class: "image-group" }, h("div", { class: "image-wrap", style: { 'background-image': "url('" + this.imageUrl + "')" } }, h("img", { src: this.imageUrl })), h("div", { class: "image-label" }, this.imageLabel))) : null, this.buttonLabel != null && this.buttonUrl != null ? (h("div", { class: "button-wrap align-right" }, h("biggive-button", { "colour-scheme": 'clear-primary', url: this.buttonUrl, label: this.buttonLabel }))) : null))));
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
BiggiveArticleCard.style = biggiveArticleCardCss;
|
|
58
|
+
|
|
59
|
+
export { BiggiveArticleCard as biggive_article_card };
|