@biggive/components 202303201257.0.0 → 202303231047.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-5406c558.entry.js → p-044de4a5.entry.js} +1 -1
- package/dist/biggive/p-0f955c67.entry.js +1 -0
- package/dist/biggive/{p-4402efe9.entry.js → p-12035aa2.entry.js} +1 -1
- package/dist/biggive/{p-42649676.entry.js → p-14a9d9a4.entry.js} +1 -1
- package/dist/biggive/p-15630ae5.entry.js +1 -0
- package/dist/biggive/{p-63abb338.entry.js → p-1e8f981c.entry.js} +1 -1
- package/dist/biggive/{p-b73fddaa.entry.js → p-241aed7a.entry.js} +1 -1
- package/dist/biggive/{p-f6dedf7d.entry.js → p-2fa6188d.entry.js} +1 -1
- package/dist/biggive/{p-87487165.entry.js → p-518fd1c9.entry.js} +1 -1
- package/dist/biggive/{p-2c639bd5.entry.js → p-58521290.entry.js} +1 -1
- package/dist/biggive/{p-ff8bc382.js → p-740166e9.js} +2 -2
- package/dist/biggive/{p-41588003.entry.js → p-76413b3e.entry.js} +1 -1
- package/dist/biggive/{p-26c0b6cf.entry.js → p-7be9d211.entry.js} +1 -1
- package/dist/biggive/{p-01d03da2.entry.js → p-d8ec56e6.entry.js} +1 -1
- package/dist/biggive/{p-f375edb7.entry.js → p-f224b742.entry.js} +1 -1
- package/dist/biggive/{p-ead5a5ce.entry.js → p-fe1f033c.entry.js} +1 -1
- package/dist/cjs/{biggive-accordion_35.cjs.entry.js → biggive-accordion_43.cjs.entry.js} +445 -32
- package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -2
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -2
- package/dist/cjs/biggive-category-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-form.cjs.entry.js +1 -1
- package/dist/cjs/biggive-header.cjs.entry.js +1 -1
- package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-nav-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-nav-item.cjs.entry.js +1 -1
- package/dist/cjs/biggive-popup-standalone.cjs.entry.js +1 -1
- package/dist/cjs/biggive-search.cjs.entry.js +1 -1
- package/dist/cjs/biggive-table.cjs.entry.js +2 -2
- package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
- package/dist/cjs/biggive-video.cjs.entry.js +1 -1
- package/dist/cjs/biggive.cjs.js +2 -2
- package/dist/cjs/{index-8dd1da4d.js → index-8dcaaf94.js} +3 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +5 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.css +2 -2
- package/dist/collection/components/biggive-accordion/biggive-accordion.stories.js +3 -3
- package/dist/collection/components/biggive-article-card/biggive-article-card.css +36 -13
- package/dist/collection/components/biggive-article-card/biggive-article-card.js +258 -32
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +1 -1
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +1 -1
- package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +592 -1
- package/dist/collection/components/biggive-biography-card/biggive-biography-card.js +218 -8
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +1 -1
- package/dist/collection/components/biggive-button/biggive-button.css +110 -0
- package/dist/collection/components/biggive-carousel/biggive-carousel.css +18 -5
- package/dist/collection/components/biggive-carousel/biggive-carousel.js +18 -11
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +1 -1
- package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.css +34 -0
- package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.js +166 -0
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.css +420 -0
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.js +144 -0
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.stories.js +53 -0
- package/dist/collection/components/biggive-grid/biggive-grid.css +166 -6
- package/dist/collection/components/biggive-grid/biggive-grid.js +28 -4
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.css +418 -0
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.js +400 -0
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.stories.js +116 -0
- package/dist/collection/components/biggive-image-button/biggive-image-button.css +369 -0
- package/dist/collection/components/biggive-image-button/biggive-image-button.js +401 -0
- package/dist/collection/components/biggive-image-button/biggive-image-button.stories.js +115 -0
- package/dist/collection/components/biggive-main-menu/biggive-main-menu.js +1 -1
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +1 -1
- package/dist/collection/components/biggive-page-section/biggive-page-section.css +33 -1
- package/dist/collection/components/biggive-sheet/biggive-sheet.css +379 -0
- package/dist/collection/components/biggive-sheet/biggive-sheet.js +111 -0
- package/dist/collection/components/biggive-sheet/biggive-sheet.stories.js +34 -0
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +1 -1
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +9 -5
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +33 -3
- package/dist/collection/components/biggive-table/biggive-table.css +1 -1
- package/dist/collection/components/biggive-timeline/biggive-timeline.css +9 -11
- package/dist/collection/components/biggive-timeline/biggive-timeline.js +38 -5
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.css +1 -1
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.js +1 -1
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +1 -1
- package/dist/components/biggive-accordion.js +1 -1
- package/dist/components/biggive-article-card.js +44 -9
- package/dist/components/biggive-basic-card.js +1 -1
- package/dist/components/biggive-beneficiary-icon.js +1 -1
- package/dist/components/biggive-biography-card.js +40 -3
- package/dist/components/biggive-boxed-content.js +1 -1
- package/dist/components/biggive-button2.js +1 -1
- package/dist/components/biggive-carousel.js +1 -83
- package/dist/components/biggive-carousel2.js +92 -0
- package/dist/components/biggive-category-icon.js +1 -1
- package/dist/components/biggive-filtered-carousel.d.ts +11 -0
- package/dist/components/biggive-filtered-carousel.js +99 -0
- package/dist/components/biggive-generic-icon.d.ts +11 -0
- package/dist/components/biggive-generic-icon.js +6 -0
- package/dist/components/biggive-generic-icon2.js +59 -0
- package/dist/components/biggive-grid.js +5 -3
- package/dist/components/biggive-icon-button.d.ts +11 -0
- package/dist/components/biggive-icon-button.js +89 -0
- package/dist/components/biggive-image-button.d.ts +11 -0
- package/dist/components/biggive-image-button.js +83 -0
- package/dist/components/biggive-main-menu.js +1 -1
- package/dist/components/biggive-misc-icon2.js +1 -1
- package/dist/components/biggive-page-section.js +1 -1
- package/dist/components/biggive-sheet.d.ts +11 -0
- package/dist/components/biggive-sheet.js +60 -0
- package/dist/components/biggive-social-icon2.js +1 -1
- package/dist/components/biggive-tabbed-content.js +34 -4
- package/dist/components/biggive-table.js +1 -1
- package/dist/components/biggive-timeline.js +39 -6
- package/dist/components/biggive-tipping-slider.js +2 -2
- package/dist/components/biggive-totalizer.js +1 -1
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.js +5 -0
- package/dist/esm/{biggive-accordion_35.entry.js → biggive-accordion_43.entry.js} +438 -33
- package/dist/esm/biggive-basic-card.entry.js +2 -2
- package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
- package/dist/esm/biggive-boxed-content.entry.js +2 -2
- package/dist/esm/biggive-category-icon.entry.js +2 -2
- package/dist/esm/biggive-form.entry.js +1 -1
- package/dist/esm/biggive-header.entry.js +1 -1
- package/dist/esm/biggive-icon-group.entry.js +1 -1
- package/dist/esm/biggive-nav-group.entry.js +1 -1
- package/dist/esm/biggive-nav-item.entry.js +1 -1
- package/dist/esm/biggive-popup-standalone.entry.js +1 -1
- package/dist/esm/biggive-search.entry.js +1 -1
- package/dist/esm/biggive-table.entry.js +2 -2
- package/dist/esm/biggive-text-input.entry.js +1 -1
- package/dist/esm/biggive-video.entry.js +1 -1
- package/dist/esm/biggive.js +2 -2
- package/dist/esm/{index-801eebfb.js → index-341903f8.js} +3 -0
- package/dist/esm/loader.js +2 -2
- package/dist/types/components/biggive-article-card/biggive-article-card.d.ts +17 -42
- package/dist/types/components/biggive-biography-card/biggive-biography-card.d.ts +12 -13
- package/dist/types/components/biggive-carousel/biggive-carousel.d.ts +2 -1
- package/dist/types/components/biggive-filtered-carousel/biggive-filtered-carousel.d.ts +12 -0
- package/dist/types/components/biggive-generic-icon/biggive-generic-icon.d.ts +10 -0
- package/dist/types/components/biggive-generic-icon/biggive-generic-icon.stories.d.ts +38 -0
- package/dist/types/components/biggive-grid/biggive-grid.d.ts +3 -7
- package/dist/types/components/biggive-icon-button/biggive-icon-button.d.ts +28 -0
- package/dist/types/components/biggive-icon-button/biggive-icon-button.stories.d.ts +81 -0
- package/dist/types/components/biggive-image-button/biggive-image-button.d.ts +28 -0
- package/dist/types/components/biggive-image-button/biggive-image-button.stories.d.ts +78 -0
- package/dist/types/components/biggive-sheet/biggive-sheet.d.ts +15 -0
- package/dist/types/components/biggive-sheet/biggive-sheet.stories.d.ts +21 -0
- package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.d.ts +3 -0
- package/dist/types/components/biggive-timeline/biggive-timeline.d.ts +3 -0
- package/dist/types/components.d.ts +229 -126
- package/hydrate/index.js +517 -51
- package/package.json +1 -1
- package/dist/biggive/p-265a6be4.entry.js +0 -1
- package/dist/biggive/p-4a1ba0c4.entry.js +0 -1
- package/dist/biggive/p-4adb4dce.entry.js +0 -1
- package/dist/biggive/p-87edb8c6.entry.js +0 -1
- package/dist/biggive/p-8feb91ae.entry.js +0 -1
- package/dist/cjs/biggive-article-card.cjs.entry.js +0 -31
- package/dist/cjs/biggive-biography-card.cjs.entry.js +0 -23
- package/dist/cjs/biggive-formatted-text.cjs.entry.js +0 -22
- package/dist/esm/biggive-article-card.entry.js +0 -27
- package/dist/esm/biggive-biography-card.entry.js +0 -19
- package/dist/esm/biggive-formatted-text.entry.js +0 -18
|
@@ -51,7 +51,7 @@ a:hover {
|
|
|
51
51
|
|
|
52
52
|
.background-colour-hover-brand-6:hover,
|
|
53
53
|
.background-colour-brand-6 {
|
|
54
|
-
background-color: #
|
|
54
|
+
background-color: #62CFC9;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.background-colour-hover-white:hover,
|
|
@@ -234,39 +234,53 @@ a:hover {
|
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
.container {
|
|
237
|
+
height: 100%;
|
|
238
|
+
width: 100%;
|
|
237
239
|
font-family: "Euclid Triangle", sans-serif;
|
|
238
240
|
font-size: 17px;
|
|
239
241
|
line-height: 24px;
|
|
240
242
|
position: relative;
|
|
241
243
|
text-align: left;
|
|
242
|
-
padding: 30px;
|
|
243
244
|
}
|
|
244
245
|
.container .sleeve {
|
|
245
|
-
|
|
246
|
-
|
|
246
|
+
height: 100%;
|
|
247
|
+
box-sizing: border-box;
|
|
248
|
+
background-size: cover;
|
|
249
|
+
padding: 15px 15px 10px 15px;
|
|
247
250
|
}
|
|
248
|
-
.container .
|
|
249
|
-
|
|
251
|
+
.container .sleeve .content-wrap {
|
|
252
|
+
height: 100%;
|
|
253
|
+
display: flex;
|
|
254
|
+
flex-direction: column;
|
|
250
255
|
}
|
|
251
|
-
.container .
|
|
256
|
+
.container .slug {
|
|
252
257
|
font-size: 13px;
|
|
253
258
|
line-height: 17px;
|
|
259
|
+
}
|
|
260
|
+
.container .date {
|
|
261
|
+
font-size: 11px;
|
|
262
|
+
line-height: 14px;
|
|
254
263
|
margin-bottom: 15px;
|
|
255
264
|
}
|
|
256
265
|
.container h3 {
|
|
257
266
|
font-size: 20px;
|
|
258
267
|
line-height: 24px;
|
|
259
268
|
font-weight: bold;
|
|
260
|
-
|
|
269
|
+
padding-bottom: 15px;
|
|
270
|
+
margin-bottom: auto;
|
|
261
271
|
}
|
|
262
272
|
.container h3 a,
|
|
263
273
|
.container h3 a:hover {
|
|
264
274
|
text-decoration: none;
|
|
265
275
|
}
|
|
266
276
|
.container .image-group {
|
|
277
|
+
display: flex;
|
|
267
278
|
margin-bottom: 15px;
|
|
268
279
|
}
|
|
269
|
-
.container .image-group .image-
|
|
280
|
+
.container .image-group .image-container {
|
|
281
|
+
margin-right: 15px;
|
|
282
|
+
}
|
|
283
|
+
.container .image-group .image-container .image-wrap {
|
|
270
284
|
border-radius: 50%;
|
|
271
285
|
width: 60px;
|
|
272
286
|
height: 60px;
|
|
@@ -274,10 +288,19 @@ a:hover {
|
|
|
274
288
|
background-position: center center;
|
|
275
289
|
margin-bottom: 5px;
|
|
276
290
|
}
|
|
277
|
-
.container .image-group .image-wrap img {
|
|
291
|
+
.container .image-group .image-container .image-wrap img {
|
|
278
292
|
display: none;
|
|
279
293
|
}
|
|
280
|
-
.container .image-
|
|
281
|
-
font-size:
|
|
282
|
-
line-height:
|
|
294
|
+
.container .image-label {
|
|
295
|
+
font-size: 11px;
|
|
296
|
+
line-height: 14px;
|
|
297
|
+
}
|
|
298
|
+
.container .clip-bottom-left-corner-false.clip-top-right-corner-true {
|
|
299
|
+
clip-path: polygon(0% 0%, 0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 100% 100%, 0% 100%, 0 100%);
|
|
300
|
+
}
|
|
301
|
+
.container .clip-bottom-left-corner-true.clip-top-right-corner-false {
|
|
302
|
+
clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px));
|
|
303
|
+
}
|
|
304
|
+
.container .clip-bottom-left-corner-true.clip-top-right-corner-true {
|
|
305
|
+
clip-path: polygon(0% 0%, 0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px));
|
|
283
306
|
}
|
|
@@ -3,19 +3,45 @@ export class BiggiveArticleCard {
|
|
|
3
3
|
constructor() {
|
|
4
4
|
this.spaceBelow = 0;
|
|
5
5
|
this.backgroundColour = 'white';
|
|
6
|
-
this.
|
|
6
|
+
this.backgroundImageUrl = '';
|
|
7
7
|
this.textColour = 'black';
|
|
8
8
|
this.slug = undefined;
|
|
9
|
+
this.slugColour = 'black';
|
|
9
10
|
this.date = undefined;
|
|
11
|
+
this.dateColour = 'black';
|
|
10
12
|
this.mainTitle = undefined;
|
|
11
|
-
this.
|
|
12
|
-
this.
|
|
13
|
+
this.mainTitleColour = 'black';
|
|
14
|
+
this.image1Url = undefined;
|
|
15
|
+
this.image1AltText = undefined;
|
|
16
|
+
this.image2Url = undefined;
|
|
17
|
+
this.image2AltText = undefined;
|
|
13
18
|
this.imageLabel = undefined;
|
|
19
|
+
this.imageLabelColour = 'black';
|
|
14
20
|
this.buttonLabel = undefined;
|
|
15
21
|
this.buttonUrl = undefined;
|
|
22
|
+
this.buttonColour = 'black';
|
|
23
|
+
this.clipBottomLeftCorner = true;
|
|
24
|
+
this.clipTopRightCorner = true;
|
|
16
25
|
}
|
|
17
26
|
render() {
|
|
18
|
-
return (h("div", { class: 'container space-below-' + this.spaceBelow }, h("div", { class: 'sleeve background-colour-' +
|
|
27
|
+
return (h("div", { class: 'container space-below-' + this.spaceBelow }, h("div", { class: 'sleeve background-colour-' +
|
|
28
|
+
this.backgroundColour +
|
|
29
|
+
' text-colour-' +
|
|
30
|
+
this.textColour +
|
|
31
|
+
' slug-colour-' +
|
|
32
|
+
this.slugColour +
|
|
33
|
+
' date-colour-' +
|
|
34
|
+
this.dateColour +
|
|
35
|
+
' main-title-colour-' +
|
|
36
|
+
this.mainTitleColour +
|
|
37
|
+
' image-label-colour-' +
|
|
38
|
+
this.imageLabelColour +
|
|
39
|
+
' button-colour' +
|
|
40
|
+
this.buttonColour +
|
|
41
|
+
' clip-bottom-left-corner-' +
|
|
42
|
+
this.clipBottomLeftCorner +
|
|
43
|
+
' clip-top-right-corner-' +
|
|
44
|
+
this.clipTopRightCorner, style: { 'background-image': "url('" + this.backgroundImageUrl + "')" } }, 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.image1Url != '' || this.image2Url != '' ? (h("div", { class: "image-group" }, this.image1Url != '' ? (h("div", { class: "image-container" }, h("div", { class: "image-wrap", style: { 'background-image': "url('" + this.image1Url + "')" } }, h("img", { src: this.image1Url, alt: this.image1AltText, title: this.image1AltText })))) : null, this.image2Url != '' ? (h("div", { class: "image-container" }, h("div", { class: "image-wrap", style: { 'background-image': "url('" + this.image2Url + "')" } }, h("img", { src: this.image2Url, alt: this.image2AltText, title: this.image2AltText })))) : null)) : null, this.imageLabel != '' ? 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-' + this.buttonColour, url: this.buttonUrl, label: this.buttonLabel }))) : null))));
|
|
19
45
|
}
|
|
20
46
|
static get is() { return "biggive-article-card"; }
|
|
21
47
|
static get encapsulation() { return "shadow"; }
|
|
@@ -35,15 +61,20 @@ export class BiggiveArticleCard {
|
|
|
35
61
|
"type": "number",
|
|
36
62
|
"mutable": false,
|
|
37
63
|
"complexType": {
|
|
38
|
-
"original": "
|
|
39
|
-
"resolved": "
|
|
40
|
-
"references": {
|
|
64
|
+
"original": "spacingOption",
|
|
65
|
+
"resolved": "0 | 1 | 2 | 3 | 4 | 5 | 6",
|
|
66
|
+
"references": {
|
|
67
|
+
"spacingOption": {
|
|
68
|
+
"location": "import",
|
|
69
|
+
"path": "../../globals/spacing-option"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
41
72
|
},
|
|
42
73
|
"required": false,
|
|
43
74
|
"optional": false,
|
|
44
75
|
"docs": {
|
|
45
76
|
"tags": [],
|
|
46
|
-
"text": "
|
|
77
|
+
"text": ""
|
|
47
78
|
},
|
|
48
79
|
"attribute": "space-below",
|
|
49
80
|
"reflect": false,
|
|
@@ -53,21 +84,26 @@ export class BiggiveArticleCard {
|
|
|
53
84
|
"type": "string",
|
|
54
85
|
"mutable": false,
|
|
55
86
|
"complexType": {
|
|
56
|
-
"original": "
|
|
57
|
-
"resolved": "
|
|
58
|
-
"references": {
|
|
87
|
+
"original": "brandColour",
|
|
88
|
+
"resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
|
|
89
|
+
"references": {
|
|
90
|
+
"brandColour": {
|
|
91
|
+
"location": "import",
|
|
92
|
+
"path": "../../globals/brand-colour"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
59
95
|
},
|
|
60
96
|
"required": false,
|
|
61
97
|
"optional": false,
|
|
62
98
|
"docs": {
|
|
63
99
|
"tags": [],
|
|
64
|
-
"text": "
|
|
100
|
+
"text": ""
|
|
65
101
|
},
|
|
66
102
|
"attribute": "background-colour",
|
|
67
103
|
"reflect": false,
|
|
68
104
|
"defaultValue": "'white'"
|
|
69
105
|
},
|
|
70
|
-
"
|
|
106
|
+
"backgroundImageUrl": {
|
|
71
107
|
"type": "string",
|
|
72
108
|
"mutable": false,
|
|
73
109
|
"complexType": {
|
|
@@ -79,25 +115,30 @@ export class BiggiveArticleCard {
|
|
|
79
115
|
"optional": false,
|
|
80
116
|
"docs": {
|
|
81
117
|
"tags": [],
|
|
82
|
-
"text": "
|
|
118
|
+
"text": ""
|
|
83
119
|
},
|
|
84
|
-
"attribute": "background-
|
|
120
|
+
"attribute": "background-image-url",
|
|
85
121
|
"reflect": false,
|
|
86
|
-
"defaultValue": "'
|
|
122
|
+
"defaultValue": "''"
|
|
87
123
|
},
|
|
88
124
|
"textColour": {
|
|
89
125
|
"type": "string",
|
|
90
126
|
"mutable": false,
|
|
91
127
|
"complexType": {
|
|
92
|
-
"original": "
|
|
93
|
-
"resolved": "
|
|
94
|
-
"references": {
|
|
128
|
+
"original": "brandColour",
|
|
129
|
+
"resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
|
|
130
|
+
"references": {
|
|
131
|
+
"brandColour": {
|
|
132
|
+
"location": "import",
|
|
133
|
+
"path": "../../globals/brand-colour"
|
|
134
|
+
}
|
|
135
|
+
}
|
|
95
136
|
},
|
|
96
137
|
"required": false,
|
|
97
138
|
"optional": false,
|
|
98
139
|
"docs": {
|
|
99
140
|
"tags": [],
|
|
100
|
-
"text": "
|
|
141
|
+
"text": ""
|
|
101
142
|
},
|
|
102
143
|
"attribute": "text-colour",
|
|
103
144
|
"reflect": false,
|
|
@@ -115,11 +156,34 @@ export class BiggiveArticleCard {
|
|
|
115
156
|
"optional": false,
|
|
116
157
|
"docs": {
|
|
117
158
|
"tags": [],
|
|
118
|
-
"text": "
|
|
159
|
+
"text": ""
|
|
119
160
|
},
|
|
120
161
|
"attribute": "slug",
|
|
121
162
|
"reflect": false
|
|
122
163
|
},
|
|
164
|
+
"slugColour": {
|
|
165
|
+
"type": "string",
|
|
166
|
+
"mutable": false,
|
|
167
|
+
"complexType": {
|
|
168
|
+
"original": "brandColour",
|
|
169
|
+
"resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
|
|
170
|
+
"references": {
|
|
171
|
+
"brandColour": {
|
|
172
|
+
"location": "import",
|
|
173
|
+
"path": "../../globals/brand-colour"
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"required": false,
|
|
178
|
+
"optional": false,
|
|
179
|
+
"docs": {
|
|
180
|
+
"tags": [],
|
|
181
|
+
"text": ""
|
|
182
|
+
},
|
|
183
|
+
"attribute": "slug-colour",
|
|
184
|
+
"reflect": false,
|
|
185
|
+
"defaultValue": "'black'"
|
|
186
|
+
},
|
|
123
187
|
"date": {
|
|
124
188
|
"type": "string",
|
|
125
189
|
"mutable": false,
|
|
@@ -132,11 +196,34 @@ export class BiggiveArticleCard {
|
|
|
132
196
|
"optional": false,
|
|
133
197
|
"docs": {
|
|
134
198
|
"tags": [],
|
|
135
|
-
"text": "
|
|
199
|
+
"text": ""
|
|
136
200
|
},
|
|
137
201
|
"attribute": "date",
|
|
138
202
|
"reflect": false
|
|
139
203
|
},
|
|
204
|
+
"dateColour": {
|
|
205
|
+
"type": "string",
|
|
206
|
+
"mutable": false,
|
|
207
|
+
"complexType": {
|
|
208
|
+
"original": "brandColour",
|
|
209
|
+
"resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
|
|
210
|
+
"references": {
|
|
211
|
+
"brandColour": {
|
|
212
|
+
"location": "import",
|
|
213
|
+
"path": "../../globals/brand-colour"
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"required": false,
|
|
218
|
+
"optional": false,
|
|
219
|
+
"docs": {
|
|
220
|
+
"tags": [],
|
|
221
|
+
"text": ""
|
|
222
|
+
},
|
|
223
|
+
"attribute": "date-colour",
|
|
224
|
+
"reflect": false,
|
|
225
|
+
"defaultValue": "'black'"
|
|
226
|
+
},
|
|
140
227
|
"mainTitle": {
|
|
141
228
|
"type": "string",
|
|
142
229
|
"mutable": false,
|
|
@@ -149,12 +236,35 @@ export class BiggiveArticleCard {
|
|
|
149
236
|
"optional": false,
|
|
150
237
|
"docs": {
|
|
151
238
|
"tags": [],
|
|
152
|
-
"text": "
|
|
239
|
+
"text": ""
|
|
153
240
|
},
|
|
154
241
|
"attribute": "main-title",
|
|
155
242
|
"reflect": false
|
|
156
243
|
},
|
|
157
|
-
"
|
|
244
|
+
"mainTitleColour": {
|
|
245
|
+
"type": "string",
|
|
246
|
+
"mutable": false,
|
|
247
|
+
"complexType": {
|
|
248
|
+
"original": "brandColour",
|
|
249
|
+
"resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
|
|
250
|
+
"references": {
|
|
251
|
+
"brandColour": {
|
|
252
|
+
"location": "import",
|
|
253
|
+
"path": "../../globals/brand-colour"
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"required": false,
|
|
258
|
+
"optional": false,
|
|
259
|
+
"docs": {
|
|
260
|
+
"tags": [],
|
|
261
|
+
"text": ""
|
|
262
|
+
},
|
|
263
|
+
"attribute": "main-title-colour",
|
|
264
|
+
"reflect": false,
|
|
265
|
+
"defaultValue": "'black'"
|
|
266
|
+
},
|
|
267
|
+
"image1Url": {
|
|
158
268
|
"type": "string",
|
|
159
269
|
"mutable": false,
|
|
160
270
|
"complexType": {
|
|
@@ -166,12 +276,12 @@ export class BiggiveArticleCard {
|
|
|
166
276
|
"optional": false,
|
|
167
277
|
"docs": {
|
|
168
278
|
"tags": [],
|
|
169
|
-
"text": "
|
|
279
|
+
"text": ""
|
|
170
280
|
},
|
|
171
|
-
"attribute": "image-url",
|
|
281
|
+
"attribute": "image-1-url",
|
|
172
282
|
"reflect": false
|
|
173
283
|
},
|
|
174
|
-
"
|
|
284
|
+
"image1AltText": {
|
|
175
285
|
"type": "string",
|
|
176
286
|
"mutable": false,
|
|
177
287
|
"complexType": {
|
|
@@ -183,9 +293,43 @@ export class BiggiveArticleCard {
|
|
|
183
293
|
"optional": false,
|
|
184
294
|
"docs": {
|
|
185
295
|
"tags": [],
|
|
186
|
-
"text": "
|
|
296
|
+
"text": ""
|
|
187
297
|
},
|
|
188
|
-
"attribute": "image-alt-text",
|
|
298
|
+
"attribute": "image-1-alt-text",
|
|
299
|
+
"reflect": false
|
|
300
|
+
},
|
|
301
|
+
"image2Url": {
|
|
302
|
+
"type": "string",
|
|
303
|
+
"mutable": false,
|
|
304
|
+
"complexType": {
|
|
305
|
+
"original": "string",
|
|
306
|
+
"resolved": "string",
|
|
307
|
+
"references": {}
|
|
308
|
+
},
|
|
309
|
+
"required": false,
|
|
310
|
+
"optional": false,
|
|
311
|
+
"docs": {
|
|
312
|
+
"tags": [],
|
|
313
|
+
"text": ""
|
|
314
|
+
},
|
|
315
|
+
"attribute": "image-2-url",
|
|
316
|
+
"reflect": false
|
|
317
|
+
},
|
|
318
|
+
"image2AltText": {
|
|
319
|
+
"type": "string",
|
|
320
|
+
"mutable": false,
|
|
321
|
+
"complexType": {
|
|
322
|
+
"original": "string",
|
|
323
|
+
"resolved": "string",
|
|
324
|
+
"references": {}
|
|
325
|
+
},
|
|
326
|
+
"required": false,
|
|
327
|
+
"optional": false,
|
|
328
|
+
"docs": {
|
|
329
|
+
"tags": [],
|
|
330
|
+
"text": ""
|
|
331
|
+
},
|
|
332
|
+
"attribute": "image-2-alt-text",
|
|
189
333
|
"reflect": false
|
|
190
334
|
},
|
|
191
335
|
"imageLabel": {
|
|
@@ -200,11 +344,34 @@ export class BiggiveArticleCard {
|
|
|
200
344
|
"optional": false,
|
|
201
345
|
"docs": {
|
|
202
346
|
"tags": [],
|
|
203
|
-
"text": "
|
|
347
|
+
"text": ""
|
|
204
348
|
},
|
|
205
349
|
"attribute": "image-label",
|
|
206
350
|
"reflect": false
|
|
207
351
|
},
|
|
352
|
+
"imageLabelColour": {
|
|
353
|
+
"type": "string",
|
|
354
|
+
"mutable": false,
|
|
355
|
+
"complexType": {
|
|
356
|
+
"original": "brandColour",
|
|
357
|
+
"resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
|
|
358
|
+
"references": {
|
|
359
|
+
"brandColour": {
|
|
360
|
+
"location": "import",
|
|
361
|
+
"path": "../../globals/brand-colour"
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
"required": false,
|
|
366
|
+
"optional": false,
|
|
367
|
+
"docs": {
|
|
368
|
+
"tags": [],
|
|
369
|
+
"text": ""
|
|
370
|
+
},
|
|
371
|
+
"attribute": "image-label-colour",
|
|
372
|
+
"reflect": false,
|
|
373
|
+
"defaultValue": "'black'"
|
|
374
|
+
},
|
|
208
375
|
"buttonLabel": {
|
|
209
376
|
"type": "string",
|
|
210
377
|
"mutable": false,
|
|
@@ -217,7 +384,7 @@ export class BiggiveArticleCard {
|
|
|
217
384
|
"optional": false,
|
|
218
385
|
"docs": {
|
|
219
386
|
"tags": [],
|
|
220
|
-
"text": "
|
|
387
|
+
"text": ""
|
|
221
388
|
},
|
|
222
389
|
"attribute": "button-label",
|
|
223
390
|
"reflect": false
|
|
@@ -234,10 +401,69 @@ export class BiggiveArticleCard {
|
|
|
234
401
|
"optional": false,
|
|
235
402
|
"docs": {
|
|
236
403
|
"tags": [],
|
|
237
|
-
"text": "
|
|
404
|
+
"text": ""
|
|
238
405
|
},
|
|
239
406
|
"attribute": "button-url",
|
|
240
407
|
"reflect": false
|
|
408
|
+
},
|
|
409
|
+
"buttonColour": {
|
|
410
|
+
"type": "string",
|
|
411
|
+
"mutable": false,
|
|
412
|
+
"complexType": {
|
|
413
|
+
"original": "brandColour",
|
|
414
|
+
"resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
|
|
415
|
+
"references": {
|
|
416
|
+
"brandColour": {
|
|
417
|
+
"location": "import",
|
|
418
|
+
"path": "../../globals/brand-colour"
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"required": false,
|
|
423
|
+
"optional": false,
|
|
424
|
+
"docs": {
|
|
425
|
+
"tags": [],
|
|
426
|
+
"text": ""
|
|
427
|
+
},
|
|
428
|
+
"attribute": "button-colour",
|
|
429
|
+
"reflect": false,
|
|
430
|
+
"defaultValue": "'black'"
|
|
431
|
+
},
|
|
432
|
+
"clipBottomLeftCorner": {
|
|
433
|
+
"type": "boolean",
|
|
434
|
+
"mutable": false,
|
|
435
|
+
"complexType": {
|
|
436
|
+
"original": "boolean",
|
|
437
|
+
"resolved": "boolean",
|
|
438
|
+
"references": {}
|
|
439
|
+
},
|
|
440
|
+
"required": false,
|
|
441
|
+
"optional": false,
|
|
442
|
+
"docs": {
|
|
443
|
+
"tags": [],
|
|
444
|
+
"text": ""
|
|
445
|
+
},
|
|
446
|
+
"attribute": "clip-bottom-left-corner",
|
|
447
|
+
"reflect": false,
|
|
448
|
+
"defaultValue": "true"
|
|
449
|
+
},
|
|
450
|
+
"clipTopRightCorner": {
|
|
451
|
+
"type": "boolean",
|
|
452
|
+
"mutable": false,
|
|
453
|
+
"complexType": {
|
|
454
|
+
"original": "boolean",
|
|
455
|
+
"resolved": "boolean",
|
|
456
|
+
"references": {}
|
|
457
|
+
},
|
|
458
|
+
"required": false,
|
|
459
|
+
"optional": false,
|
|
460
|
+
"docs": {
|
|
461
|
+
"tags": [],
|
|
462
|
+
"text": ""
|
|
463
|
+
},
|
|
464
|
+
"attribute": "clip-top-right-corner",
|
|
465
|
+
"reflect": false,
|
|
466
|
+
"defaultValue": "true"
|
|
241
467
|
}
|
|
242
468
|
};
|
|
243
469
|
}
|