@biggive/components 202410281750.0.0 → 202410291301.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/biggive/biggive.esm.js +1 -1
- package/dist/biggive/p-dd136c9e.entry.js +2 -0
- package/dist/biggive/p-dd136c9e.entry.js.map +1 -0
- package/dist/cjs/biggive-accordion_40.cjs.entry.js +1 -1
- package/dist/cjs/biggive-accordion_40.cjs.entry.js.map +1 -1
- package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.js +1 -1
- package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.js.map +1 -1
- package/dist/components/biggive-campaign-card.js +1 -1
- package/dist/components/biggive-campaign-card.js.map +1 -1
- package/dist/esm/biggive-accordion_40.entry.js +1 -1
- package/dist/esm/biggive-accordion_40.entry.js.map +1 -1
- package/hydrate/index.js +1 -1
- package/hydrate/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/biggive/p-c13e6738.entry.js +0 -2
- package/dist/biggive/p-c13e6738.entry.js.map +0 -1
package/hydrate/index.js
CHANGED
|
@@ -3299,7 +3299,7 @@ class BiggiveCampaignCard {
|
|
|
3299
3299
|
return value === undefined || value === null || value === '';
|
|
3300
3300
|
}
|
|
3301
3301
|
render() {
|
|
3302
|
-
return (hAsync("div", { key: '2421d53af938d73321d2a8cc4a8383cd161ca9ff', class: 'container space-below-' + this.spaceBelow.toString() }, hAsync("div", { key: '2626b7abba9a7aeb1486cff409c3c38674760365', class: "sleeve" }, hAsync("div", { key: '74fe96d9a92d9a3448f3160cbddefe7f2e9fdbe4', onClick: this.handleCardGeneralClick, class: "above-button-wrap" }, this.campaignType !== null ? (hAsync("div", { class: "campaign-type" }, hAsync("span", null, this.campaignType))) : null, this.banner !== null ? (hAsync("div", { class: "image-wrap banner", role: "presentation", style: { 'background-image': 'url(' + this.banner + ')' } })) : (hAsync("div", { class: "image-wrap banner" })), hAsync("div", { key: '
|
|
3302
|
+
return (hAsync("div", { key: '2421d53af938d73321d2a8cc4a8383cd161ca9ff', class: 'container space-below-' + this.spaceBelow.toString() }, hAsync("div", { key: '2626b7abba9a7aeb1486cff409c3c38674760365', class: "sleeve" }, hAsync("div", { key: '74fe96d9a92d9a3448f3160cbddefe7f2e9fdbe4', onClick: this.handleCardGeneralClick, class: "above-button-wrap" }, this.campaignType !== null ? (hAsync("div", { class: "campaign-type" }, hAsync("span", null, this.campaignType))) : null, this.banner !== null && this.banner !== undefined ? (hAsync("div", { class: "image-wrap banner", role: "presentation", style: { 'background-image': 'url(' + this.banner + ')' } })) : (hAsync("div", { class: "image-wrap banner" })), hAsync("div", { key: '6382af008baddf4e4ec7b61a15b911b6385e483f', class: "title-wrap" }, hAsync("h3", { key: 'f9637d5c594f2993e8689e56f105a5c441ece686' }, this.campaignTitle), hAsync("div", { key: '8e5140deb94b3c50dbffdbbcc46f4de71d5d9e28', class: "organisation-name" }, "By ", this.organisationName)), this.isEmpty(this.primaryFigureAmount) && this.isEmpty(this.secondaryFigureAmount) ? null : (hAsync("div", { class: "meta-wrap" }, this.isEmpty(this.primaryFigureAmount) ? null : (hAsync("div", { class: "meta-item" }, hAsync("span", { class: "label" }, this.primaryFigureLabel), hAsync("span", { class: "text" }, this.primaryFigureAmount))), this.isEmpty(this.secondaryFigureAmount) ? null : (hAsync("div", { class: "meta-item" }, hAsync("span", { class: "label" }, this.secondaryFigureLabel), hAsync("span", { class: "text" }, this.secondaryFigureAmount))))), this.isEmpty(this.progressBarCounter) ? null : (hAsync("div", { class: "progress-bar-wrap" }, hAsync("biggive-progress-bar", { counter: this.progressBarCounter, "colour-scheme": "primary" })))), hAsync("div", { key: '6b0999d7bf6589a2c46c321b143023cfb5ad0af2', class: "button-wrap" }, this.isFutureCampaign || this.isPastCampaign ? (hAsync("div", { class: "msg-wrapper" }, hAsync("biggive-misc-icon", { "background-colour": "white", "icon-colour": "black", icon: "Timer" }), this.isFutureCampaign ? hAsync("p", null, "Launches ", this.datetime) : hAsync("p", null, "Closed ", this.datetime))) : (hAsync("biggive-button", { "full-width": "true", "colour-scheme": this.donateButtonColourScheme, url: this.donateButtonUrl, label: this.donateButtonLabel })), hAsync("biggive-button", { key: '942ca0b4de22b3695b218959ffaada25111e5a6c', "full-width": "true", "colour-scheme": this.moreInfoButtonColourScheme, url: this.moreInfoButtonUrl, label: this.moreInfoButtonLabel })))));
|
|
3303
3303
|
}
|
|
3304
3304
|
static get style() { return BiggiveCampaignCardStyle0; }
|
|
3305
3305
|
static get cmpMeta() { return {
|
package/hydrate/index.mjs
CHANGED
|
@@ -3295,7 +3295,7 @@ class BiggiveCampaignCard {
|
|
|
3295
3295
|
return value === undefined || value === null || value === '';
|
|
3296
3296
|
}
|
|
3297
3297
|
render() {
|
|
3298
|
-
return (hAsync("div", { key: '2421d53af938d73321d2a8cc4a8383cd161ca9ff', class: 'container space-below-' + this.spaceBelow.toString() }, hAsync("div", { key: '2626b7abba9a7aeb1486cff409c3c38674760365', class: "sleeve" }, hAsync("div", { key: '74fe96d9a92d9a3448f3160cbddefe7f2e9fdbe4', onClick: this.handleCardGeneralClick, class: "above-button-wrap" }, this.campaignType !== null ? (hAsync("div", { class: "campaign-type" }, hAsync("span", null, this.campaignType))) : null, this.banner !== null ? (hAsync("div", { class: "image-wrap banner", role: "presentation", style: { 'background-image': 'url(' + this.banner + ')' } })) : (hAsync("div", { class: "image-wrap banner" })), hAsync("div", { key: '
|
|
3298
|
+
return (hAsync("div", { key: '2421d53af938d73321d2a8cc4a8383cd161ca9ff', class: 'container space-below-' + this.spaceBelow.toString() }, hAsync("div", { key: '2626b7abba9a7aeb1486cff409c3c38674760365', class: "sleeve" }, hAsync("div", { key: '74fe96d9a92d9a3448f3160cbddefe7f2e9fdbe4', onClick: this.handleCardGeneralClick, class: "above-button-wrap" }, this.campaignType !== null ? (hAsync("div", { class: "campaign-type" }, hAsync("span", null, this.campaignType))) : null, this.banner !== null && this.banner !== undefined ? (hAsync("div", { class: "image-wrap banner", role: "presentation", style: { 'background-image': 'url(' + this.banner + ')' } })) : (hAsync("div", { class: "image-wrap banner" })), hAsync("div", { key: '6382af008baddf4e4ec7b61a15b911b6385e483f', class: "title-wrap" }, hAsync("h3", { key: 'f9637d5c594f2993e8689e56f105a5c441ece686' }, this.campaignTitle), hAsync("div", { key: '8e5140deb94b3c50dbffdbbcc46f4de71d5d9e28', class: "organisation-name" }, "By ", this.organisationName)), this.isEmpty(this.primaryFigureAmount) && this.isEmpty(this.secondaryFigureAmount) ? null : (hAsync("div", { class: "meta-wrap" }, this.isEmpty(this.primaryFigureAmount) ? null : (hAsync("div", { class: "meta-item" }, hAsync("span", { class: "label" }, this.primaryFigureLabel), hAsync("span", { class: "text" }, this.primaryFigureAmount))), this.isEmpty(this.secondaryFigureAmount) ? null : (hAsync("div", { class: "meta-item" }, hAsync("span", { class: "label" }, this.secondaryFigureLabel), hAsync("span", { class: "text" }, this.secondaryFigureAmount))))), this.isEmpty(this.progressBarCounter) ? null : (hAsync("div", { class: "progress-bar-wrap" }, hAsync("biggive-progress-bar", { counter: this.progressBarCounter, "colour-scheme": "primary" })))), hAsync("div", { key: '6b0999d7bf6589a2c46c321b143023cfb5ad0af2', class: "button-wrap" }, this.isFutureCampaign || this.isPastCampaign ? (hAsync("div", { class: "msg-wrapper" }, hAsync("biggive-misc-icon", { "background-colour": "white", "icon-colour": "black", icon: "Timer" }), this.isFutureCampaign ? hAsync("p", null, "Launches ", this.datetime) : hAsync("p", null, "Closed ", this.datetime))) : (hAsync("biggive-button", { "full-width": "true", "colour-scheme": this.donateButtonColourScheme, url: this.donateButtonUrl, label: this.donateButtonLabel })), hAsync("biggive-button", { key: '942ca0b4de22b3695b218959ffaada25111e5a6c', "full-width": "true", "colour-scheme": this.moreInfoButtonColourScheme, url: this.moreInfoButtonUrl, label: this.moreInfoButtonLabel })))));
|
|
3299
3299
|
}
|
|
3300
3300
|
static get style() { return BiggiveCampaignCardStyle0; }
|
|
3301
3301
|
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": "
|
|
4
|
+
"version": "202410291301.0.0",
|
|
5
5
|
"description": "Big Give Components",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
7
7
|
"module": "dist/index.js",
|