@biggive/components 202303031121.0.0 → 202303061752.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/p-01d03da2.entry.js +1 -0
  3. package/dist/biggive/{p-fe9f3e72.entry.js → p-26c0b6cf.entry.js} +1 -1
  4. package/dist/biggive/{p-8876011d.entry.js → p-2c639bd5.entry.js} +1 -1
  5. package/dist/biggive/{p-71054cf6.entry.js → p-41588003.entry.js} +1 -1
  6. package/dist/biggive/{p-0f38685b.entry.js → p-42649676.entry.js} +1 -1
  7. package/dist/biggive/{p-223759f6.entry.js → p-4402efe9.entry.js} +1 -1
  8. package/dist/biggive/p-4a1ba0c4.entry.js +1 -0
  9. package/dist/biggive/p-4adb4dce.entry.js +1 -0
  10. package/dist/biggive/{p-3b378f79.entry.js → p-5406c558.entry.js} +1 -1
  11. package/dist/biggive/p-63abb338.entry.js +1 -0
  12. package/dist/biggive/{p-d7f8a6fd.entry.js → p-87487165.entry.js} +1 -1
  13. package/dist/biggive/{p-eb6aecf0.entry.js → p-87edb8c6.entry.js} +1 -1
  14. package/dist/biggive/p-8feb91ae.entry.js +1 -0
  15. package/dist/biggive/p-b73fddaa.entry.js +1 -0
  16. package/dist/biggive/p-ead5a5ce.entry.js +1 -0
  17. package/dist/biggive/p-ee4f16a8.entry.js +1 -0
  18. package/dist/biggive/{p-f8e38bb9.entry.js → p-f375edb7.entry.js} +1 -1
  19. package/dist/biggive/p-f6dedf7d.entry.js +1 -0
  20. package/dist/biggive/{p-acf3bcd9.js → p-ff8bc382.js} +2 -2
  21. package/dist/cjs/{biggive-back-to-top_27.cjs.entry.js → biggive-accordion_35.cjs.entry.js} +427 -12
  22. package/dist/cjs/biggive-article-card.cjs.entry.js +2 -2
  23. package/dist/cjs/biggive-basic-card.cjs.entry.js +6 -3
  24. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
  25. package/dist/cjs/biggive-biography-card.cjs.entry.js +1 -1
  26. package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -2
  27. package/dist/cjs/biggive-category-icon.cjs.entry.js +2 -2
  28. package/dist/cjs/biggive-form.cjs.entry.js +1 -1
  29. package/dist/cjs/biggive-formatted-text.cjs.entry.js +2 -2
  30. package/dist/cjs/biggive-header.cjs.entry.js +1 -1
  31. package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
  32. package/dist/cjs/biggive-nav-group.cjs.entry.js +1 -1
  33. package/dist/cjs/biggive-nav-item.cjs.entry.js +1 -1
  34. package/dist/cjs/biggive-popup-standalone.cjs.entry.js +1 -1
  35. package/dist/cjs/biggive-search.cjs.entry.js +1 -1
  36. package/dist/cjs/biggive-table.cjs.entry.js +2 -2
  37. package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
  38. package/dist/cjs/biggive-video.cjs.entry.js +1 -1
  39. package/dist/cjs/biggive.cjs.js +2 -2
  40. package/dist/cjs/{index-4ae5dbd7.js → index-8dd1da4d.js} +3 -0
  41. package/dist/cjs/loader.cjs.js +2 -2
  42. package/dist/collection/collection-manifest.json +6 -0
  43. package/dist/collection/components/biggive-accordion/biggive-accordion.css +315 -0
  44. package/dist/collection/components/biggive-accordion/biggive-accordion.js +114 -0
  45. package/dist/collection/components/biggive-accordion/biggive-accordion.stories.js +52 -0
  46. package/dist/collection/components/biggive-accordion-entry/biggive-accordion-entry.css +14 -0
  47. package/dist/collection/components/biggive-accordion-entry/biggive-accordion-entry.js +43 -0
  48. package/dist/collection/components/biggive-article-card/biggive-article-card.css +45 -0
  49. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +70 -0
  50. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +77 -31
  51. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +65 -0
  52. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +25 -0
  53. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +20 -0
  54. package/dist/collection/components/biggive-carousel/biggive-carousel.css +223 -0
  55. package/dist/collection/components/biggive-carousel/biggive-carousel.js +161 -0
  56. package/dist/collection/components/biggive-carousel/biggive-carousel.stories.js +84 -0
  57. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +65 -0
  58. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +20 -0
  59. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +88 -18
  60. package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +68 -19
  61. package/dist/collection/components/biggive-hero-image/biggive-hero-image.stories.js +2 -0
  62. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +20 -0
  63. package/dist/collection/components/biggive-main-menu/biggive-main-menu.css +9 -1
  64. package/dist/collection/components/biggive-main-menu/biggive-main-menu.js +8 -0
  65. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +89 -0
  66. package/dist/collection/components/biggive-quote/biggive-quote.css +65 -0
  67. package/dist/collection/components/biggive-quote/biggive-quote.js +45 -11
  68. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +113 -0
  69. package/dist/collection/components/biggive-tab/biggive-tab.js +2 -2
  70. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +355 -0
  71. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +206 -12
  72. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.stories.js +48 -3
  73. package/dist/collection/components/biggive-table/biggive-table.css +41 -0
  74. package/dist/collection/components/biggive-table/biggive-table.js +8 -3
  75. package/dist/collection/components/biggive-timeline/biggive-timeline.css +733 -0
  76. package/dist/collection/components/biggive-timeline/biggive-timeline.js +394 -0
  77. package/dist/collection/components/biggive-timeline/biggive-timeline.stories.js +133 -0
  78. package/dist/collection/components/biggive-timeline-entry/biggive-timeline-entry.css +14 -0
  79. package/dist/collection/components/biggive-timeline-entry/biggive-timeline-entry.js +59 -0
  80. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.css +224 -0
  81. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.js +198 -0
  82. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.stories.js +62 -0
  83. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +45 -0
  84. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +20 -0
  85. package/dist/components/biggive-accordion-entry.d.ts +11 -0
  86. package/dist/components/biggive-accordion-entry.js +37 -0
  87. package/dist/components/biggive-accordion.d.ts +11 -0
  88. package/dist/components/biggive-accordion.js +58 -0
  89. package/dist/components/biggive-article-card.js +1 -1
  90. package/dist/components/biggive-basic-card.js +7 -3
  91. package/dist/components/biggive-beneficiary-icon.js +1 -1
  92. package/dist/components/biggive-boxed-content.js +1 -1
  93. package/dist/components/biggive-call-to-action.js +1 -1
  94. package/dist/components/biggive-carousel.d.ts +11 -0
  95. package/dist/components/biggive-carousel.js +88 -0
  96. package/dist/components/biggive-category-icon.js +1 -1
  97. package/dist/components/biggive-formatted-text.js +1 -1
  98. package/dist/components/biggive-hero-image.js +4 -2
  99. package/dist/components/biggive-image-feature.js +1 -1
  100. package/dist/components/biggive-main-menu.js +9 -1
  101. package/dist/components/biggive-misc-icon2.js +1 -1
  102. package/dist/components/biggive-quote.js +5 -3
  103. package/dist/components/biggive-social-icon.js +1 -1
  104. package/dist/components/biggive-tab.js +1 -1
  105. package/dist/components/biggive-tabbed-content.js +78 -4
  106. package/dist/components/biggive-table.js +1 -1
  107. package/dist/components/biggive-timeline-entry.d.ts +11 -0
  108. package/dist/components/biggive-timeline-entry.js +38 -0
  109. package/dist/components/biggive-timeline.d.ts +11 -0
  110. package/dist/components/biggive-timeline.js +140 -0
  111. package/dist/components/biggive-tipping-slider.d.ts +11 -0
  112. package/dist/components/biggive-tipping-slider.js +100 -0
  113. package/dist/components/biggive-totalizer.js +1 -1
  114. package/dist/components/biggive-video-feature.js +1 -1
  115. package/dist/components/index.d.ts +6 -0
  116. package/dist/components/index.js +6 -0
  117. package/dist/esm/{biggive-back-to-top_27.entry.js → biggive-accordion_35.entry.js} +420 -13
  118. package/dist/esm/biggive-article-card.entry.js +2 -2
  119. package/dist/esm/biggive-basic-card.entry.js +6 -3
  120. package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
  121. package/dist/esm/biggive-biography-card.entry.js +1 -1
  122. package/dist/esm/biggive-boxed-content.entry.js +2 -2
  123. package/dist/esm/biggive-category-icon.entry.js +2 -2
  124. package/dist/esm/biggive-form.entry.js +1 -1
  125. package/dist/esm/biggive-formatted-text.entry.js +2 -2
  126. package/dist/esm/biggive-header.entry.js +1 -1
  127. package/dist/esm/biggive-icon-group.entry.js +1 -1
  128. package/dist/esm/biggive-nav-group.entry.js +1 -1
  129. package/dist/esm/biggive-nav-item.entry.js +1 -1
  130. package/dist/esm/biggive-popup-standalone.entry.js +1 -1
  131. package/dist/esm/biggive-search.entry.js +1 -1
  132. package/dist/esm/biggive-table.entry.js +2 -2
  133. package/dist/esm/biggive-text-input.entry.js +1 -1
  134. package/dist/esm/biggive-video.entry.js +1 -1
  135. package/dist/esm/biggive.js +2 -2
  136. package/dist/esm/{index-43541c5f.js → index-801eebfb.js} +4 -1
  137. package/dist/esm/loader.js +2 -2
  138. package/dist/types/components/biggive-accordion/biggive-accordion.d.ts +12 -0
  139. package/dist/types/components/biggive-accordion/biggive-accordion.stories.d.ts +28 -0
  140. package/dist/types/components/biggive-accordion-entry/biggive-accordion-entry.d.ts +5 -0
  141. package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +8 -50
  142. package/dist/types/components/biggive-carousel/biggive-carousel.d.ts +18 -0
  143. package/dist/types/components/biggive-carousel/biggive-carousel.stories.d.ts +35 -0
  144. package/dist/types/components/biggive-hero-image/biggive-hero-image.d.ts +14 -8
  145. package/dist/types/components/biggive-main-menu/biggive-main-menu.d.ts +1 -0
  146. package/dist/types/components/biggive-quote/biggive-quote.d.ts +5 -14
  147. package/dist/types/components/biggive-tab/biggive-tab.d.ts +0 -3
  148. package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.d.ts +18 -8
  149. package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.stories.d.ts +36 -1
  150. package/dist/types/components/biggive-table/biggive-table.d.ts +2 -1
  151. package/dist/types/components/biggive-timeline/biggive-timeline.d.ts +27 -0
  152. package/dist/types/components/biggive-timeline/biggive-timeline.stories.d.ts +91 -0
  153. package/dist/types/components/biggive-timeline-entry/biggive-timeline-entry.d.ts +8 -0
  154. package/dist/types/components/biggive-tipping-slider/biggive-tipping-slider.d.ts +14 -0
  155. package/dist/types/components/biggive-tipping-slider/biggive-tipping-slider.stories.d.ts +45 -0
  156. package/dist/types/components.d.ts +194 -164
  157. package/hydrate/index.js +507 -28
  158. package/package.json +1 -1
  159. package/dist/biggive/p-13f4a2c4.entry.js +0 -1
  160. package/dist/biggive/p-34cfc5da.entry.js +0 -1
  161. package/dist/biggive/p-3e2d205e.entry.js +0 -1
  162. package/dist/biggive/p-52bb0267.entry.js +0 -1
  163. package/dist/biggive/p-53189bc6.entry.js +0 -1
  164. package/dist/biggive/p-5a38b219.entry.js +0 -1
  165. package/dist/biggive/p-64a544fa.entry.js +0 -1
  166. package/dist/biggive/p-95bd7f7a.entry.js +0 -1
  167. package/dist/biggive/p-99f18976.entry.js +0 -1
  168. package/dist/biggive/p-a0941518.entry.js +0 -1
  169. package/dist/biggive/p-d8432f12.entry.js +0 -1
  170. package/dist/cjs/biggive-tab.cjs.entry.js +0 -20
  171. package/dist/cjs/biggive-tabbed-content.cjs.entry.js +0 -21
  172. package/dist/esm/biggive-tab.entry.js +0 -16
  173. package/dist/esm/biggive-tabbed-content.entry.js +0 -17
@@ -17,6 +17,7 @@ export class BiggiveBasicCard {
17
17
  this.clipBottomLeftCorner = true;
18
18
  this.clipTopRightCorner = true;
19
19
  this.headingLevel = 3;
20
+ this.addAnimation = false;
20
21
  }
21
22
  render() {
22
23
  const HeadingTag = `h${this.headingLevel}`;
@@ -27,7 +28,9 @@ export class BiggiveBasicCard {
27
28
  ' clip-bottom-left-corner-' +
28
29
  this.clipBottomLeftCorner +
29
30
  ' clip-top-right-corner-' +
30
- this.clipTopRightCorner, style: { 'background-image': "url('" + this.backgroundImageUrl + "')" } }, h("div", { class: 'sleeve background-colour-' + this.cardColour + ' text-colour-' + this.textColour }, h("div", { class: "content-wrap" }, this.icon == true ? (h("div", { class: "icon" }, h("svg", { width: "53", height: "39", viewBox: "0 0 53 39", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M38.7009 13.6572L52.3535 38.6959H25.0386L38.7009 13.6572Z", class: "fill-black" }), h("path", { d: "M20.4789 36.4199L6.36785e-06 5.89713e-05L40.9724 6.61352e-05L20.4789 36.4199Z", class: 'fill-' + this.iconColour })))) : null, h(HeadingTag, { class: "title" }, this.mainTitle), h("div", { class: "subtitle" }, this.subtitle), h("div", { class: "teaser" }, this.teaser), this.buttonLabel != null && this.buttonUrl != null && this.buttonUrl != '' ? (h("div", { class: "button-wrap" }, h("biggive-button", { "colour-scheme": this.buttonColourScheme, url: this.buttonUrl, label: this.buttonLabel }))) : null))));
31
+ this.clipTopRightCorner +
32
+ ' add-animation-' +
33
+ this.addAnimation, style: { 'background-image': "url('" + this.backgroundImageUrl + "')" } }, h("a", { href: this.buttonUrl }, h("div", { class: 'sleeve background-colour-' + this.cardColour + ' text-colour-' + this.textColour }, h("div", { class: "content-wrap" }, this.icon == true ? (h("div", { class: "icon" }, h("svg", { width: "53", height: "39", viewBox: "0 0 53 39", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M38.7009 13.6572L52.3535 38.6959H25.0386L38.7009 13.6572Z", class: "fill-black" }), h("path", { d: "M20.4789 36.4199L6.36785e-06 5.89713e-05L40.9724 6.61352e-05L20.4789 36.4199Z", class: 'fill-' + this.iconColour })))) : null, h(HeadingTag, { class: "title" }, this.mainTitle), h("div", { class: "subtitle" }, this.subtitle), h("div", { class: "teaser" }, this.teaser), this.buttonLabel != null && this.buttonUrl != null && this.buttonUrl != '' ? (h("div", { class: "button-wrap" }, h("biggive-button", { "colour-scheme": this.buttonColourScheme, label: this.buttonLabel }))) : null)))));
31
34
  }
32
35
  static get is() { return "biggive-basic-card"; }
33
36
  static get encapsulation() { return "shadow"; }
@@ -47,15 +50,20 @@ export class BiggiveBasicCard {
47
50
  "type": "number",
48
51
  "mutable": false,
49
52
  "complexType": {
50
- "original": "number",
51
- "resolved": "number",
52
- "references": {}
53
+ "original": "spacingOption",
54
+ "resolved": "0 | 1 | 2 | 3 | 4 | 5 | 6",
55
+ "references": {
56
+ "spacingOption": {
57
+ "location": "import",
58
+ "path": "../../globals/spacing-option"
59
+ }
60
+ }
53
61
  },
54
62
  "required": false,
55
63
  "optional": false,
56
64
  "docs": {
57
65
  "tags": [],
58
- "text": "Space below component"
66
+ "text": ""
59
67
  },
60
68
  "attribute": "space-below",
61
69
  "reflect": false,
@@ -65,15 +73,20 @@ export class BiggiveBasicCard {
65
73
  "type": "string",
66
74
  "mutable": false,
67
75
  "complexType": {
68
- "original": "string",
69
- "resolved": "string",
70
- "references": {}
76
+ "original": "brandColour",
77
+ "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\"",
78
+ "references": {
79
+ "brandColour": {
80
+ "location": "import",
81
+ "path": "../../globals/brand-colour"
82
+ }
83
+ }
71
84
  },
72
85
  "required": false,
73
86
  "optional": false,
74
87
  "docs": {
75
88
  "tags": [],
76
- "text": "Background colour."
89
+ "text": ""
77
90
  },
78
91
  "attribute": "background-colour",
79
92
  "reflect": false,
@@ -91,7 +104,7 @@ export class BiggiveBasicCard {
91
104
  "optional": false,
92
105
  "docs": {
93
106
  "tags": [],
94
- "text": "Full URL of the background image."
107
+ "text": ""
95
108
  },
96
109
  "attribute": "background-image-url",
97
110
  "reflect": false,
@@ -101,15 +114,20 @@ export class BiggiveBasicCard {
101
114
  "type": "string",
102
115
  "mutable": false,
103
116
  "complexType": {
104
- "original": "string",
105
- "resolved": "string",
106
- "references": {}
117
+ "original": "brandColour",
118
+ "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\"",
119
+ "references": {
120
+ "brandColour": {
121
+ "location": "import",
122
+ "path": "../../globals/brand-colour"
123
+ }
124
+ }
107
125
  },
108
126
  "required": false,
109
127
  "optional": false,
110
128
  "docs": {
111
129
  "tags": [],
112
- "text": "Card colour"
130
+ "text": ""
113
131
  },
114
132
  "attribute": "card-colour",
115
133
  "reflect": false,
@@ -119,15 +137,20 @@ export class BiggiveBasicCard {
119
137
  "type": "string",
120
138
  "mutable": false,
121
139
  "complexType": {
122
- "original": "string",
123
- "resolved": "string",
124
- "references": {}
140
+ "original": "brandColour",
141
+ "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\"",
142
+ "references": {
143
+ "brandColour": {
144
+ "location": "import",
145
+ "path": "../../globals/brand-colour"
146
+ }
147
+ }
125
148
  },
126
149
  "required": false,
127
150
  "optional": false,
128
151
  "docs": {
129
152
  "tags": [],
130
- "text": "Text colour"
153
+ "text": ""
131
154
  },
132
155
  "attribute": "text-colour",
133
156
  "reflect": false,
@@ -145,7 +168,7 @@ export class BiggiveBasicCard {
145
168
  "optional": false,
146
169
  "docs": {
147
170
  "tags": [],
148
- "text": "Main title"
171
+ "text": ""
149
172
  },
150
173
  "attribute": "main-title",
151
174
  "reflect": false
@@ -162,7 +185,7 @@ export class BiggiveBasicCard {
162
185
  "optional": false,
163
186
  "docs": {
164
187
  "tags": [],
165
- "text": "Subtitle title"
188
+ "text": ""
166
189
  },
167
190
  "attribute": "subtitle",
168
191
  "reflect": false
@@ -179,7 +202,7 @@ export class BiggiveBasicCard {
179
202
  "optional": false,
180
203
  "docs": {
181
204
  "tags": [],
182
- "text": "Teaser"
205
+ "text": ""
183
206
  },
184
207
  "attribute": "teaser",
185
208
  "reflect": false
@@ -196,7 +219,7 @@ export class BiggiveBasicCard {
196
219
  "optional": false,
197
220
  "docs": {
198
221
  "tags": [],
199
- "text": "Icon"
222
+ "text": ""
200
223
  },
201
224
  "attribute": "icon",
202
225
  "reflect": false,
@@ -206,15 +229,20 @@ export class BiggiveBasicCard {
206
229
  "type": "string",
207
230
  "mutable": false,
208
231
  "complexType": {
209
- "original": "string",
210
- "resolved": "string",
211
- "references": {}
232
+ "original": "brandColour",
233
+ "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\"",
234
+ "references": {
235
+ "brandColour": {
236
+ "location": "import",
237
+ "path": "../../globals/brand-colour"
238
+ }
239
+ }
212
240
  },
213
241
  "required": false,
214
242
  "optional": false,
215
243
  "docs": {
216
244
  "tags": [],
217
- "text": "Icon colour"
245
+ "text": ""
218
246
  },
219
247
  "attribute": "icon-colour",
220
248
  "reflect": false,
@@ -232,7 +260,7 @@ export class BiggiveBasicCard {
232
260
  "optional": false,
233
261
  "docs": {
234
262
  "tags": [],
235
- "text": "Button label"
263
+ "text": ""
236
264
  },
237
265
  "attribute": "button-label",
238
266
  "reflect": false
@@ -249,7 +277,7 @@ export class BiggiveBasicCard {
249
277
  "optional": false,
250
278
  "docs": {
251
279
  "tags": [],
252
- "text": "Button URL"
280
+ "text": ""
253
281
  },
254
282
  "attribute": "button-url",
255
283
  "reflect": false
@@ -266,7 +294,7 @@ export class BiggiveBasicCard {
266
294
  "optional": false,
267
295
  "docs": {
268
296
  "tags": [],
269
- "text": "Button Colour Scheme"
297
+ "text": ""
270
298
  },
271
299
  "attribute": "button-colour-scheme",
272
300
  "reflect": false,
@@ -284,7 +312,7 @@ export class BiggiveBasicCard {
284
312
  "optional": false,
285
313
  "docs": {
286
314
  "tags": [],
287
- "text": "Clip bottom left corner"
315
+ "text": ""
288
316
  },
289
317
  "attribute": "clip-bottom-left-corner",
290
318
  "reflect": false,
@@ -302,7 +330,7 @@ export class BiggiveBasicCard {
302
330
  "optional": false,
303
331
  "docs": {
304
332
  "tags": [],
305
- "text": "Clip top right corner"
333
+ "text": ""
306
334
  },
307
335
  "attribute": "clip-top-right-corner",
308
336
  "reflect": false,
@@ -325,6 +353,24 @@ export class BiggiveBasicCard {
325
353
  "attribute": "heading-level",
326
354
  "reflect": false,
327
355
  "defaultValue": "3"
356
+ },
357
+ "addAnimation": {
358
+ "type": "boolean",
359
+ "mutable": false,
360
+ "complexType": {
361
+ "original": "boolean",
362
+ "resolved": "boolean",
363
+ "references": {}
364
+ },
365
+ "required": false,
366
+ "optional": false,
367
+ "docs": {
368
+ "tags": [],
369
+ "text": ""
370
+ },
371
+ "attribute": "add-animation",
372
+ "reflect": false,
373
+ "defaultValue": "false"
328
374
  }
329
375
  };
330
376
  }
@@ -64,6 +64,31 @@ a:hover {
64
64
  background-color: #000000;
65
65
  }
66
66
 
67
+ .background-colour-hover-white:hover,
68
+ .background-colour-white {
69
+ background-color: #FFFFFF;
70
+ }
71
+
72
+ .background-colour-hover-grey-extra-light:hover,
73
+ .background-colour-grey-extra-light {
74
+ background-color: #D7D7D7;
75
+ }
76
+
77
+ .background-colour-hover-grey-light:hover,
78
+ .background-colour-grey-light {
79
+ background-color: #E8E8E8;
80
+ }
81
+
82
+ .background-colour-hover-grey-medium:hover,
83
+ .background-colour-grey-medium {
84
+ background-color: #8A8A8A;
85
+ }
86
+
87
+ .background-colour-hover-grey-dark:hover,
88
+ .background-colour-grey-dark {
89
+ background-color: #4A4A4A;
90
+ }
91
+
67
92
  .fill-primary {
68
93
  fill: #2C089B;
69
94
  }
@@ -112,6 +137,22 @@ a:hover {
112
137
  fill: #000000;
113
138
  }
114
139
 
140
+ .fill-grey-extra-light {
141
+ fill: #D7D7D7;
142
+ }
143
+
144
+ .fill-grey-light {
145
+ fill: #E8E8E8;
146
+ }
147
+
148
+ .fill-grey-medium {
149
+ fill: #8A8A8A;
150
+ }
151
+
152
+ .fill-grey-dark {
153
+ fill: #4A4A4A;
154
+ }
155
+
115
156
  .fill-red {
116
157
  fill: red;
117
158
  }
@@ -213,6 +254,30 @@ a:hover {
213
254
  .beneficiary-icon-item.colour-scheme-black svg {
214
255
  fill: #FFFFFF;
215
256
  }
257
+ .beneficiary-icon-item.colour-scheme-black {
258
+ background-color: #D7D7D7;
259
+ }
260
+ .beneficiary-icon-item.colour-scheme-black svg {
261
+ fill: #D7D7D7;
262
+ }
263
+ .beneficiary-icon-item.colour-scheme-black {
264
+ background-color: #E8E8E8;
265
+ }
266
+ .beneficiary-icon-item.colour-scheme-black svg {
267
+ fill: #E8E8E8;
268
+ }
269
+ .beneficiary-icon-item.colour-scheme-black {
270
+ background-color: #8A8A8A;
271
+ }
272
+ .beneficiary-icon-item.colour-scheme-black svg {
273
+ fill: #8A8A8A;
274
+ }
275
+ .beneficiary-icon-item.colour-scheme-black {
276
+ background-color: #4A4A4A;
277
+ }
278
+ .beneficiary-icon-item.colour-scheme-black svg {
279
+ fill: #4A4A4A;
280
+ }
216
281
  .beneficiary-icon-item:hover {
217
282
  background-color: #FFFFFF;
218
283
  }
@@ -64,6 +64,31 @@ a:hover {
64
64
  background-color: #000000;
65
65
  }
66
66
 
67
+ .background-colour-hover-white:hover,
68
+ .background-colour-white {
69
+ background-color: #FFFFFF;
70
+ }
71
+
72
+ .background-colour-hover-grey-extra-light:hover,
73
+ .background-colour-grey-extra-light {
74
+ background-color: #D7D7D7;
75
+ }
76
+
77
+ .background-colour-hover-grey-light:hover,
78
+ .background-colour-grey-light {
79
+ background-color: #E8E8E8;
80
+ }
81
+
82
+ .background-colour-hover-grey-medium:hover,
83
+ .background-colour-grey-medium {
84
+ background-color: #8A8A8A;
85
+ }
86
+
87
+ .background-colour-hover-grey-dark:hover,
88
+ .background-colour-grey-dark {
89
+ background-color: #4A4A4A;
90
+ }
91
+
67
92
  :host {
68
93
  display: content;
69
94
  }
@@ -150,6 +150,26 @@ h5, .heading-5 {
150
150
  color: #000000;
151
151
  }
152
152
 
153
+ .text-colour-hover-grey-extra-light:hover,
154
+ .text-colour-grey-extra-light {
155
+ color: #D7D7D7;
156
+ }
157
+
158
+ .text-colour-hover-grey-light:hover,
159
+ .text-colour-grey-light {
160
+ color: #E8E8E8;
161
+ }
162
+
163
+ .text-colour-hover-grey-medium:hover,
164
+ .text-colour-grey-medium {
165
+ color: #8A8A8A;
166
+ }
167
+
168
+ .text-colour-hover-grey-dark:hover,
169
+ .text-colour-grey-dark {
170
+ color: #4A4A4A;
171
+ }
172
+
153
173
  :host {
154
174
  display: contents;
155
175
  font-family: "Euclid Triangle", sans-serif;
@@ -0,0 +1,223 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
4
+ a {
5
+ color: inherit;
6
+ text-decoration: underline;
7
+ }
8
+ a:hover {
9
+ text-decoration: none;
10
+ }
11
+
12
+ .space-above-0 {
13
+ margin-top: 0;
14
+ }
15
+
16
+ .space-above-1 {
17
+ margin-top: 5px;
18
+ }
19
+
20
+ .space-above-2 {
21
+ margin-top: 10px;
22
+ }
23
+
24
+ .space-above-3 {
25
+ margin-top: 15px;
26
+ }
27
+
28
+ .space-above-4 {
29
+ margin-top: 30px;
30
+ }
31
+
32
+ .space-above-5 {
33
+ margin-top: 45px;
34
+ }
35
+
36
+ .space-above-6 {
37
+ margin-top: 60px;
38
+ }
39
+
40
+ .space-below-0 {
41
+ margin-bottom: 0;
42
+ }
43
+
44
+ .space-below-1 {
45
+ margin-bottom: 5px;
46
+ }
47
+
48
+ .space-below-2 {
49
+ margin-bottom: 10px;
50
+ }
51
+
52
+ .space-below-3 {
53
+ margin-bottom: 15px;
54
+ }
55
+
56
+ .space-below-4 {
57
+ margin-bottom: 30px;
58
+ }
59
+
60
+ .space-below-5 {
61
+ margin-bottom: 45px;
62
+ }
63
+
64
+ .space-below-6 {
65
+ margin-bottom: 60px;
66
+ }
67
+
68
+ .text-colour-hover-primary:hover,
69
+ .text-colour-primary {
70
+ color: #2C089B;
71
+ }
72
+
73
+ .text-colour-hover-secondary:hover,
74
+ .text-colour-secondary {
75
+ color: #2AF135;
76
+ }
77
+
78
+ .text-colour-hover-tertiary:hover,
79
+ .text-colour-tertiary {
80
+ color: #FF7272;
81
+ }
82
+
83
+ .text-colour-hover-brand-1:hover,
84
+ .text-colour-brand-1 {
85
+ color: #B30510;
86
+ }
87
+
88
+ .text-colour-hover-brand-2:hover,
89
+ .text-colour-brand-2 {
90
+ color: #6E0887;
91
+ }
92
+
93
+ .text-colour-hover-brand-3:hover,
94
+ .text-colour-brand-3 {
95
+ color: #50B400;
96
+ }
97
+
98
+ .text-colour-hover-brand-4:hover,
99
+ .text-colour-brand-4 {
100
+ color: #FFE500;
101
+ }
102
+
103
+ .text-colour-hover-brand-5:hover,
104
+ .text-colour-brand-5 {
105
+ color: #F07D00;
106
+ }
107
+
108
+ .text-colour-hover-brand-6:hover,
109
+ .text-colour-brand-6 {
110
+ color: #CBC8C8;
111
+ }
112
+
113
+ .text-colour-hover-white:hover,
114
+ .text-colour-white {
115
+ color: #FFFFFF;
116
+ }
117
+
118
+ .text-colour-hover-black:hover,
119
+ .text-colour-black {
120
+ color: #000000;
121
+ }
122
+
123
+ .text-colour-hover-grey-extra-light:hover,
124
+ .text-colour-grey-extra-light {
125
+ color: #D7D7D7;
126
+ }
127
+
128
+ .text-colour-hover-grey-light:hover,
129
+ .text-colour-grey-light {
130
+ color: #E8E8E8;
131
+ }
132
+
133
+ .text-colour-hover-grey-medium:hover,
134
+ .text-colour-grey-medium {
135
+ color: #8A8A8A;
136
+ }
137
+
138
+ .text-colour-hover-grey-dark:hover,
139
+ .text-colour-grey-dark {
140
+ color: #4A4A4A;
141
+ }
142
+
143
+ :host {
144
+ display: contents;
145
+ }
146
+
147
+ .container {
148
+ font-family: "Euclid Triangle", sans-serif;
149
+ font-size: 17px;
150
+ line-height: 24px;
151
+ position: relative;
152
+ }
153
+ .container .items {
154
+ overflow: hidden;
155
+ }
156
+ .container .items .sleeve {
157
+ display: flex;
158
+ flex-flow: row wrap;
159
+ }
160
+ .container .navigation {
161
+ padding: 10px 0;
162
+ text-align: right;
163
+ display: flex;
164
+ justify-content: end;
165
+ position: relative;
166
+ z-index: 1;
167
+ }
168
+ .container .navigation .button {
169
+ margin-left: 15px;
170
+ display: block;
171
+ width: 30px;
172
+ height: 30px;
173
+ padding: 2.5px 10px;
174
+ box-sizing: border-box;
175
+ background-color: #FFFFFF;
176
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
177
+ border-radius: 50%;
178
+ cursor: pointer;
179
+ text-align: center;
180
+ }
181
+ .container .navigation .button.prev {
182
+ left: 0;
183
+ }
184
+ .container .navigation .button.next {
185
+ right: 0;
186
+ }
187
+ .container .navigation .button svg {
188
+ width: 10px;
189
+ height: 10px;
190
+ }
191
+
192
+ .column-count-4 ::slotted(*) {
193
+ width: 25%;
194
+ display: flex;
195
+ flex-direction: column;
196
+ }
197
+
198
+ .column-count-3 ::slotted(*) {
199
+ width: 33.3333333333%;
200
+ display: flex;
201
+ flex-direction: column;
202
+ }
203
+
204
+ .column-count-2 ::slotted(*) {
205
+ width: 50%;
206
+ display: flex;
207
+ flex-direction: column;
208
+ }
209
+
210
+ @media screen and (max-width: 768px) {
211
+ .column-count-2 ::slotted(*),
212
+ .column-count-3 ::slotted(*),
213
+ .column-count-4 ::slotted(*) {
214
+ width: calc(50% - 15px);
215
+ }
216
+ }
217
+ @media screen and (max-width: 576px) {
218
+ .column-count-2 ::slotted(*),
219
+ .column-count-3 ::slotted(*),
220
+ .column-count-4 ::slotted(*) {
221
+ width: 100%;
222
+ }
223
+ }