@biggive/components 1.0.95 → 1.0.97

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 (244) hide show
  1. package/dist/biggive/assets/images/biggive-triangle-green.svg +21 -0
  2. package/dist/biggive/assets/images/cross.svg +11 -0
  3. package/dist/biggive/assets/images/menu.svg +11 -0
  4. package/dist/biggive/biggive.esm.js +1 -1
  5. package/dist/biggive/p-063c44ce.entry.js +1 -0
  6. package/dist/biggive/p-0892aade.entry.js +1 -0
  7. package/dist/biggive/{p-e39db89c.entry.js → p-38b36bc6.entry.js} +1 -1
  8. package/dist/biggive/p-41c6f1f3.entry.js +1 -0
  9. package/dist/biggive/p-60872399.entry.js +1 -0
  10. package/dist/biggive/p-6d144f96.js +2 -0
  11. package/dist/biggive/p-8742102b.entry.js +1 -0
  12. package/dist/biggive/p-88faca11.js +1 -0
  13. package/dist/biggive/p-9916d987.entry.js +1 -0
  14. package/dist/biggive/p-99f15121.entry.js +1 -0
  15. package/dist/biggive/p-9fa2a9b2.entry.js +1 -0
  16. package/dist/biggive/p-a13e0f3e.entry.js +1 -0
  17. package/dist/biggive/p-aa4e1a2a.js +1 -0
  18. package/dist/biggive/p-bfaf1239.entry.js +1 -0
  19. package/dist/biggive/p-c1570c9f.entry.js +1 -0
  20. package/dist/biggive/p-d1c2b64d.entry.js +1 -0
  21. package/dist/biggive/p-da0a4725.entry.js +1 -0
  22. package/dist/biggive/p-de0f70ee.entry.js +1 -0
  23. package/dist/biggive/p-e3b0c4ae.entry.js +1 -0
  24. package/dist/biggive/p-e546fe69.entry.js +1 -0
  25. package/dist/cjs/biggive-article-card.cjs.entry.js +2 -35
  26. package/dist/cjs/biggive-back-to-top_23.cjs.entry.js +625 -0
  27. package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -35
  28. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +4 -19
  29. package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -17
  30. package/dist/cjs/biggive-branded-image.cjs.entry.js +2 -14
  31. package/dist/cjs/biggive-category-icon.cjs.entry.js +4 -19
  32. package/dist/cjs/biggive-form.cjs.entry.js +1 -1
  33. package/dist/cjs/biggive-formatted-text.cjs.entry.js +2 -8
  34. package/dist/cjs/biggive-icon-group.cjs.entry.js +2 -8
  35. package/dist/cjs/biggive-image.cjs.entry.js +2 -20
  36. package/dist/cjs/biggive-quote.cjs.entry.js +2 -14
  37. package/dist/cjs/biggive-search.cjs.entry.js +7 -5
  38. package/dist/cjs/biggive-tab.cjs.entry.js +2 -5
  39. package/dist/cjs/biggive-tabbed-content.cjs.entry.js +2 -8
  40. package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
  41. package/dist/cjs/biggive-video.cjs.entry.js +2 -11
  42. package/dist/cjs/biggive.cjs.js +3 -3
  43. package/dist/cjs/{fontawesome-icons-110f532d.js → fontawesome-icons-f33263c4.js} +45 -55
  44. package/dist/cjs/index-1fa2bbc6.js +196 -0
  45. package/dist/cjs/{index-87518c3f.js → index-ecfc2713.js} +734 -495
  46. package/dist/cjs/loader.cjs.js +3 -3
  47. package/dist/collection/assets/images/biggive-triangle-green.svg +21 -0
  48. package/dist/collection/assets/images/cross.svg +11 -0
  49. package/dist/collection/assets/images/menu.svg +11 -0
  50. package/dist/collection/collection-manifest.json +4 -2
  51. package/dist/collection/components/biggive-article-card/biggive-article-card.css +24 -0
  52. package/dist/collection/components/biggive-article-card/biggive-article-card.js +214 -253
  53. package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.css +24 -0
  54. package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.js +12 -11
  55. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +24 -0
  56. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +214 -251
  57. package/dist/collection/components/biggive-basic-card/biggive-basic-card.stories.js +1 -1
  58. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +24 -0
  59. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.js +102 -116
  60. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +24 -0
  61. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.js +102 -112
  62. package/dist/collection/components/biggive-branded-image/biggive-branded-image.css +24 -0
  63. package/dist/collection/components/biggive-branded-image/biggive-branded-image.js +85 -96
  64. package/dist/collection/components/biggive-button/biggive-button.css +24 -0
  65. package/dist/collection/components/biggive-button/biggive-button.js +137 -153
  66. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +24 -0
  67. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.js +376 -440
  68. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +26 -0
  69. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.js +322 -385
  70. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +61 -0
  71. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.js +123 -124
  72. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.stories.js +6 -0
  73. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +24 -0
  74. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.js +238 -292
  75. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +24 -0
  76. package/dist/collection/components/biggive-category-icon/biggive-category-icon.js +102 -116
  77. package/dist/collection/components/biggive-footer/biggive-footer.css +58 -1
  78. package/dist/collection/components/biggive-footer/biggive-footer.js +15 -39
  79. package/dist/collection/components/biggive-footer/biggive-footer.stories.js +8 -1
  80. package/dist/collection/components/biggive-form/biggive-form.js +12 -9
  81. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.css +557 -0
  82. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.js +95 -9
  83. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.stories.js +9 -0
  84. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.css +520 -0
  85. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.js +94 -0
  86. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.stories.js +23 -0
  87. package/dist/collection/components/biggive-form-field-text-input/biggive-text-input.js +12 -9
  88. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +24 -0
  89. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.js +51 -52
  90. package/dist/collection/components/biggive-grid/biggive-grid.css +39 -0
  91. package/dist/collection/components/biggive-grid/biggive-grid.js +68 -72
  92. package/dist/collection/components/biggive-header/biggive-header.css +94 -2
  93. package/dist/collection/components/biggive-header/biggive-header.js +64 -69
  94. package/dist/collection/components/biggive-header/biggive-header.stories.js +2 -1
  95. package/dist/collection/components/biggive-heading/biggive-heading.css +24 -0
  96. package/dist/collection/components/biggive-heading/biggive-heading.js +136 -152
  97. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +48 -11
  98. package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +240 -283
  99. package/dist/collection/components/biggive-icon-group/biggive-icon-group.css +24 -0
  100. package/dist/collection/components/biggive-icon-group/biggive-icon-group.js +51 -54
  101. package/dist/collection/components/biggive-image/biggive-image.css +24 -0
  102. package/dist/collection/components/biggive-image/biggive-image.js +119 -133
  103. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +43 -5
  104. package/dist/collection/components/biggive-image-feature/biggive-image-feature.js +232 -270
  105. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +24 -0
  106. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.js +85 -94
  107. package/dist/collection/components/biggive-page-column/biggive-page-column.css +506 -1
  108. package/dist/collection/components/biggive-page-column/biggive-page-column.js +11 -7
  109. package/dist/collection/components/biggive-page-columns/biggive-page-columns.css +34 -1
  110. package/dist/collection/components/biggive-page-columns/biggive-page-columns.js +34 -36
  111. package/dist/collection/components/biggive-page-section/biggive-page-section.css +24 -0
  112. package/dist/collection/components/biggive-page-section/biggive-page-section.js +85 -93
  113. package/dist/collection/components/biggive-popup/biggive-popup.css +547 -0
  114. package/dist/collection/components/biggive-popup/biggive-popup.js +47 -0
  115. package/dist/collection/components/biggive-popup/biggive-popup.stories.js +8 -0
  116. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +24 -0
  117. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.js +68 -76
  118. package/dist/collection/components/biggive-quote/biggive-quote.css +24 -0
  119. package/dist/collection/components/biggive-quote/biggive-quote.js +85 -93
  120. package/dist/collection/components/biggive-search/biggive-search.css +24 -0
  121. package/dist/collection/components/biggive-search/biggive-search.js +74 -74
  122. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +24 -0
  123. package/dist/collection/components/biggive-social-icon/biggive-social-icon.js +85 -94
  124. package/dist/collection/components/biggive-tab/biggive-tab.css +24 -0
  125. package/dist/collection/components/biggive-tab/biggive-tab.js +34 -34
  126. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +24 -0
  127. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +51 -52
  128. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +33 -1
  129. package/dist/collection/components/biggive-totalizer/biggive-totalizer.js +178 -208
  130. package/dist/collection/components/biggive-video/biggive-video.css +24 -0
  131. package/dist/collection/components/biggive-video/biggive-video.js +68 -72
  132. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +43 -5
  133. package/dist/collection/components/biggive-video-feature/biggive-video-feature.js +238 -278
  134. package/dist/components/biggive-article-card.js +1 -34
  135. package/dist/components/biggive-back-to-top.js +1 -1
  136. package/dist/components/biggive-basic-card.js +1 -34
  137. package/dist/components/biggive-beneficiary-icon.js +1 -16
  138. package/dist/components/biggive-boxed-content.js +1 -16
  139. package/dist/components/biggive-branded-image.js +1 -13
  140. package/dist/components/biggive-button2.js +2 -23
  141. package/dist/components/biggive-call-to-action.js +1 -61
  142. package/dist/components/biggive-campaign-card-filter-grid.js +55 -22
  143. package/dist/components/biggive-campaign-card.js +2 -49
  144. package/dist/components/biggive-campaign-highlights.js +1 -40
  145. package/dist/components/biggive-category-icon.js +1 -16
  146. package/dist/components/biggive-footer.js +4 -10
  147. package/dist/components/biggive-form-field-select-option.d.ts +11 -0
  148. package/dist/components/biggive-form-field-select-option.js +6 -0
  149. package/dist/components/biggive-form-field-select-option2.js +46 -0
  150. package/dist/components/biggive-form-field-select.js +1 -28
  151. package/dist/components/biggive-form-field-select2.js +44 -0
  152. package/dist/components/biggive-formatted-text.js +1 -7
  153. package/dist/components/biggive-grid.js +1 -10
  154. package/dist/components/biggive-header.js +13 -8
  155. package/dist/components/biggive-heading.js +1 -22
  156. package/dist/components/biggive-hero-image.js +1 -40
  157. package/dist/components/biggive-icon-group.js +1 -7
  158. package/dist/components/biggive-image-feature.js +1 -37
  159. package/dist/components/biggive-image.js +1 -19
  160. package/dist/components/biggive-misc-icon2.js +1 -13
  161. package/dist/components/biggive-page-column.js +1 -1
  162. package/dist/components/biggive-page-columns.js +1 -4
  163. package/dist/components/biggive-page-section.js +1 -13
  164. package/dist/components/biggive-popup.d.ts +11 -0
  165. package/dist/components/biggive-popup.js +6 -0
  166. package/dist/components/biggive-popup2.js +41 -0
  167. package/dist/components/biggive-progress-bar2.js +1 -10
  168. package/dist/components/biggive-quote.js +1 -13
  169. package/dist/components/biggive-search.js +5 -3
  170. package/dist/components/biggive-social-icon.js +41 -1
  171. package/dist/components/biggive-tab.js +1 -4
  172. package/dist/components/biggive-tabbed-content.js +1 -7
  173. package/dist/components/biggive-totalizer.js +1 -28
  174. package/dist/components/biggive-video-feature.js +1 -40
  175. package/dist/components/biggive-video.js +1 -10
  176. package/dist/components/fontawesome-icons.js +11 -21
  177. package/dist/components/index.d.ts +2 -0
  178. package/dist/components/index.js +2 -0
  179. package/dist/components/index2.js +164 -0
  180. package/dist/esm/biggive-article-card.entry.js +2 -35
  181. package/dist/esm/biggive-back-to-top_23.entry.js +599 -0
  182. package/dist/esm/biggive-basic-card.entry.js +2 -35
  183. package/dist/esm/biggive-beneficiary-icon.entry.js +4 -19
  184. package/dist/esm/biggive-boxed-content.entry.js +2 -17
  185. package/dist/esm/biggive-branded-image.entry.js +2 -14
  186. package/dist/esm/biggive-category-icon.entry.js +4 -19
  187. package/dist/esm/biggive-form.entry.js +1 -1
  188. package/dist/esm/biggive-formatted-text.entry.js +2 -8
  189. package/dist/esm/biggive-icon-group.entry.js +2 -8
  190. package/dist/esm/biggive-image.entry.js +2 -20
  191. package/dist/esm/biggive-quote.entry.js +2 -14
  192. package/dist/esm/biggive-search.entry.js +6 -4
  193. package/dist/esm/biggive-tab.entry.js +2 -5
  194. package/dist/esm/biggive-tabbed-content.entry.js +2 -8
  195. package/dist/esm/biggive-text-input.entry.js +1 -1
  196. package/dist/esm/biggive-video.entry.js +2 -11
  197. package/dist/esm/biggive.js +3 -3
  198. package/dist/esm/{fontawesome-icons-562459be.js → fontawesome-icons-ff9155ca.js} +11 -21
  199. package/dist/esm/index-7cfe62c2.js +164 -0
  200. package/dist/esm/{index-4395d470.js → index-b3c47751.js} +734 -495
  201. package/dist/esm/loader.js +3 -3
  202. package/dist/esm/polyfills/css-shim.js +1 -1
  203. package/dist/types/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.d.ts +2 -6
  204. package/dist/types/components/biggive-form-field-select/biggive-form-field-select.d.ts +17 -0
  205. package/dist/types/components/biggive-form-field-select/biggive-form-field-select.stories.d.ts +5 -0
  206. package/dist/types/components/biggive-form-field-select-option/biggive-form-field-select-option.d.ts +20 -0
  207. package/dist/types/components/biggive-form-field-select-option/biggive-form-field-select-option.stories.d.ts +13 -0
  208. package/dist/types/components/biggive-header/biggive-header.d.ts +1 -0
  209. package/dist/types/components/biggive-popup/biggive-popup.d.ts +6 -0
  210. package/dist/types/components/biggive-popup/biggive-popup.stories.d.ts +5 -0
  211. package/dist/types/components.d.ts +73 -6
  212. package/dist/types/stencil-public-runtime.d.ts +20 -4
  213. package/hydrate/index.d.ts +1 -1
  214. package/hydrate/index.js +1133 -1561
  215. package/loader/package.json +1 -0
  216. package/package.json +4 -2
  217. package/dist/biggive/p-07962fc5.entry.js +0 -1
  218. package/dist/biggive/p-1024263c.entry.js +0 -1
  219. package/dist/biggive/p-1805f9ab.js +0 -2
  220. package/dist/biggive/p-1b78efa0.entry.js +0 -1
  221. package/dist/biggive/p-5dbda89c.entry.js +0 -1
  222. package/dist/biggive/p-5f1b0106.entry.js +0 -1
  223. package/dist/biggive/p-6326f936.entry.js +0 -1
  224. package/dist/biggive/p-72a6f0a8.entry.js +0 -1
  225. package/dist/biggive/p-74b5d4c7.entry.js +0 -1
  226. package/dist/biggive/p-7eee1e58.entry.js +0 -1
  227. package/dist/biggive/p-871707f4.js +0 -6
  228. package/dist/biggive/p-8f605036.entry.js +0 -1
  229. package/dist/biggive/p-9125d753.entry.js +0 -1
  230. package/dist/biggive/p-bdb476eb.entry.js +0 -1
  231. package/dist/biggive/p-c9aaa5c3.entry.js +0 -1
  232. package/dist/biggive/p-df6daa79.entry.js +0 -1
  233. package/dist/biggive/p-ec9b42b3.js +0 -6
  234. package/dist/biggive/p-f9388477.entry.js +0 -1
  235. package/dist/biggive/p-f98681a5.entry.js +0 -1
  236. package/dist/biggive/p-faa6817c.entry.js +0 -1
  237. package/dist/cjs/biggive-back-to-top_20.cjs.entry.js +0 -923
  238. package/dist/cjs/biggive-form-field-select.cjs.entry.js +0 -19
  239. package/dist/cjs/index.es-d3570170.js +0 -201
  240. package/dist/components/biggive-social-icon2.js +0 -55
  241. package/dist/components/index.es.js +0 -169
  242. package/dist/esm/biggive-back-to-top_20.entry.js +0 -900
  243. package/dist/esm/biggive-form-field-select.entry.js +0 -15
  244. package/dist/esm/index.es-5777380a.js +0 -169
@@ -1,270 +1,233 @@
1
- import { Component, Prop, h } from '@stencil/core';
1
+ import { h } from '@stencil/core';
2
2
  export class BiggiveBasicCard {
3
3
  constructor() {
4
- /**
5
- * Space below component
6
- */
7
4
  this.spaceBelow = 0;
8
- /**
9
- * Background colour.
10
- */
11
5
  this.backgroundColour = 'primary';
12
- /**
13
- * Full URL of the background image.
14
- */
15
6
  this.backgroundImageUrl = '';
16
- /**
17
- * Card colour
18
- */
19
7
  this.cardColour = 'white';
20
- /**
21
- * Text colour
22
- */
23
8
  this.textColour = 'black';
24
- /**
25
- * Main title
26
- */
27
9
  this.mainTitle = null;
28
- /**
29
- * Subtitle title
30
- */
31
10
  this.subtitle = null;
32
- /**
33
- * Icon colour
34
- */
35
11
  this.iconColour = 'primary';
36
- /**
37
- * Button label
38
- */
39
12
  this.buttonLabel = null;
40
- /**
41
- * Button URL
42
- */
43
13
  this.buttonUrl = null;
44
- /**
45
- * Button Colour Scheme
46
- */
47
14
  this.buttonColourScheme = 'clear-primary';
48
15
  }
49
16
  render() {
50
- return (h("div", { class: 'container space-below-' + this.spaceBelow + ' background-colour-' + this.backgroundColour, style: { 'background-image': "url('" + this.backgroundImageUrl + "')" } },
51
- h("div", { class: 'sleeve background-colour-' + this.cardColour + ' text-colour-' + this.textColour },
52
- h("div", { class: "content-wrap" },
53
- h("div", { class: "icon" },
54
- h("svg", { width: "53", height: "39", viewBox: "0 0 53 39", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
55
- h("path", { d: "M38.7009 13.6572L52.3535 38.6959H25.0386L38.7009 13.6572Z", class: "fill-black" }),
56
- h("path", { d: "M20.4789 36.4199L6.36785e-06 5.89713e-05L40.9724 6.61352e-05L20.4789 36.4199Z", class: 'fill-' + this.iconColour }))),
57
- h("h3", { class: "title" }, this.mainTitle),
58
- h("div", { class: "subtitle" }, this.subtitle),
59
- this.buttonLabel != null && this.buttonUrl != null ? (h("div", { class: "button-wrap" },
60
- h("biggive-button", { "colour-scheme": this.buttonColourScheme, url: this.buttonUrl, label: this.buttonLabel }))) : null))));
17
+ return (h("div", { class: 'container space-below-' + this.spaceBelow + ' background-colour-' + this.backgroundColour, style: { 'background-image': "url('" + this.backgroundImageUrl + "')" } }, h("div", { class: 'sleeve background-colour-' + this.cardColour + ' text-colour-' + this.textColour }, h("div", { class: "content-wrap" }, 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 }))), h("h3", { class: "title" }, this.mainTitle), h("div", { class: "subtitle" }, this.subtitle), this.buttonLabel != null && this.buttonUrl != null ? (h("div", { class: "button-wrap" }, h("biggive-button", { "colour-scheme": this.buttonColourScheme, url: this.buttonUrl, label: this.buttonLabel }))) : null))));
61
18
  }
62
19
  static get is() { return "biggive-basic-card"; }
63
20
  static get encapsulation() { return "shadow"; }
64
- static get originalStyleUrls() { return {
65
- "$": ["biggive-basic-card.scss"]
66
- }; }
67
- static get styleUrls() { return {
68
- "$": ["biggive-basic-card.css"]
69
- }; }
70
- static get properties() { return {
71
- "spaceBelow": {
72
- "type": "number",
73
- "mutable": false,
74
- "complexType": {
75
- "original": "number",
76
- "resolved": "number",
77
- "references": {}
78
- },
79
- "required": false,
80
- "optional": false,
81
- "docs": {
82
- "tags": [],
83
- "text": "Space below component"
84
- },
85
- "attribute": "space-below",
86
- "reflect": false,
87
- "defaultValue": "0"
88
- },
89
- "backgroundColour": {
90
- "type": "string",
91
- "mutable": false,
92
- "complexType": {
93
- "original": "string",
94
- "resolved": "string",
95
- "references": {}
96
- },
97
- "required": false,
98
- "optional": false,
99
- "docs": {
100
- "tags": [],
101
- "text": "Background colour."
102
- },
103
- "attribute": "background-colour",
104
- "reflect": false,
105
- "defaultValue": "'primary'"
106
- },
107
- "backgroundImageUrl": {
108
- "type": "string",
109
- "mutable": false,
110
- "complexType": {
111
- "original": "string",
112
- "resolved": "string",
113
- "references": {}
114
- },
115
- "required": false,
116
- "optional": false,
117
- "docs": {
118
- "tags": [],
119
- "text": "Full URL of the background image."
120
- },
121
- "attribute": "background-image-url",
122
- "reflect": false,
123
- "defaultValue": "''"
124
- },
125
- "cardColour": {
126
- "type": "string",
127
- "mutable": false,
128
- "complexType": {
129
- "original": "string",
130
- "resolved": "string",
131
- "references": {}
132
- },
133
- "required": false,
134
- "optional": false,
135
- "docs": {
136
- "tags": [],
137
- "text": "Card colour"
138
- },
139
- "attribute": "card-colour",
140
- "reflect": false,
141
- "defaultValue": "'white'"
142
- },
143
- "textColour": {
144
- "type": "string",
145
- "mutable": false,
146
- "complexType": {
147
- "original": "string",
148
- "resolved": "string",
149
- "references": {}
150
- },
151
- "required": false,
152
- "optional": false,
153
- "docs": {
154
- "tags": [],
155
- "text": "Text colour"
156
- },
157
- "attribute": "text-colour",
158
- "reflect": false,
159
- "defaultValue": "'black'"
160
- },
161
- "mainTitle": {
162
- "type": "string",
163
- "mutable": false,
164
- "complexType": {
165
- "original": "string",
166
- "resolved": "string",
167
- "references": {}
168
- },
169
- "required": false,
170
- "optional": false,
171
- "docs": {
172
- "tags": [],
173
- "text": "Main title"
174
- },
175
- "attribute": "main-title",
176
- "reflect": false,
177
- "defaultValue": "null"
178
- },
179
- "subtitle": {
180
- "type": "string",
181
- "mutable": false,
182
- "complexType": {
183
- "original": "string",
184
- "resolved": "string",
185
- "references": {}
186
- },
187
- "required": false,
188
- "optional": false,
189
- "docs": {
190
- "tags": [],
191
- "text": "Subtitle title"
192
- },
193
- "attribute": "subtitle",
194
- "reflect": false,
195
- "defaultValue": "null"
196
- },
197
- "iconColour": {
198
- "type": "string",
199
- "mutable": false,
200
- "complexType": {
201
- "original": "string",
202
- "resolved": "string",
203
- "references": {}
204
- },
205
- "required": false,
206
- "optional": false,
207
- "docs": {
208
- "tags": [],
209
- "text": "Icon colour"
210
- },
211
- "attribute": "icon-colour",
212
- "reflect": false,
213
- "defaultValue": "'primary'"
214
- },
215
- "buttonLabel": {
216
- "type": "string",
217
- "mutable": false,
218
- "complexType": {
219
- "original": "string",
220
- "resolved": "string",
221
- "references": {}
222
- },
223
- "required": false,
224
- "optional": false,
225
- "docs": {
226
- "tags": [],
227
- "text": "Button label"
228
- },
229
- "attribute": "button-label",
230
- "reflect": false,
231
- "defaultValue": "null"
232
- },
233
- "buttonUrl": {
234
- "type": "string",
235
- "mutable": false,
236
- "complexType": {
237
- "original": "string",
238
- "resolved": "string",
239
- "references": {}
240
- },
241
- "required": false,
242
- "optional": false,
243
- "docs": {
244
- "tags": [],
245
- "text": "Button URL"
246
- },
247
- "attribute": "button-url",
248
- "reflect": false,
249
- "defaultValue": "null"
250
- },
251
- "buttonColourScheme": {
252
- "type": "string",
253
- "mutable": false,
254
- "complexType": {
255
- "original": "string",
256
- "resolved": "string",
257
- "references": {}
258
- },
259
- "required": false,
260
- "optional": false,
261
- "docs": {
262
- "tags": [],
263
- "text": "Button Colour Scheme"
264
- },
265
- "attribute": "button-colour-scheme",
266
- "reflect": false,
267
- "defaultValue": "'clear-primary'"
268
- }
269
- }; }
21
+ static get originalStyleUrls() {
22
+ return {
23
+ "$": ["biggive-basic-card.scss"]
24
+ };
25
+ }
26
+ static get styleUrls() {
27
+ return {
28
+ "$": ["biggive-basic-card.css"]
29
+ };
30
+ }
31
+ static get properties() {
32
+ return {
33
+ "spaceBelow": {
34
+ "type": "number",
35
+ "mutable": false,
36
+ "complexType": {
37
+ "original": "number",
38
+ "resolved": "number",
39
+ "references": {}
40
+ },
41
+ "required": false,
42
+ "optional": false,
43
+ "docs": {
44
+ "tags": [],
45
+ "text": "Space below component"
46
+ },
47
+ "attribute": "space-below",
48
+ "reflect": false,
49
+ "defaultValue": "0"
50
+ },
51
+ "backgroundColour": {
52
+ "type": "string",
53
+ "mutable": false,
54
+ "complexType": {
55
+ "original": "string",
56
+ "resolved": "string",
57
+ "references": {}
58
+ },
59
+ "required": false,
60
+ "optional": false,
61
+ "docs": {
62
+ "tags": [],
63
+ "text": "Background colour."
64
+ },
65
+ "attribute": "background-colour",
66
+ "reflect": false,
67
+ "defaultValue": "'primary'"
68
+ },
69
+ "backgroundImageUrl": {
70
+ "type": "string",
71
+ "mutable": false,
72
+ "complexType": {
73
+ "original": "string",
74
+ "resolved": "string",
75
+ "references": {}
76
+ },
77
+ "required": false,
78
+ "optional": false,
79
+ "docs": {
80
+ "tags": [],
81
+ "text": "Full URL of the background image."
82
+ },
83
+ "attribute": "background-image-url",
84
+ "reflect": false,
85
+ "defaultValue": "''"
86
+ },
87
+ "cardColour": {
88
+ "type": "string",
89
+ "mutable": false,
90
+ "complexType": {
91
+ "original": "string",
92
+ "resolved": "string",
93
+ "references": {}
94
+ },
95
+ "required": false,
96
+ "optional": false,
97
+ "docs": {
98
+ "tags": [],
99
+ "text": "Card colour"
100
+ },
101
+ "attribute": "card-colour",
102
+ "reflect": false,
103
+ "defaultValue": "'white'"
104
+ },
105
+ "textColour": {
106
+ "type": "string",
107
+ "mutable": false,
108
+ "complexType": {
109
+ "original": "string",
110
+ "resolved": "string",
111
+ "references": {}
112
+ },
113
+ "required": false,
114
+ "optional": false,
115
+ "docs": {
116
+ "tags": [],
117
+ "text": "Text colour"
118
+ },
119
+ "attribute": "text-colour",
120
+ "reflect": false,
121
+ "defaultValue": "'black'"
122
+ },
123
+ "mainTitle": {
124
+ "type": "string",
125
+ "mutable": false,
126
+ "complexType": {
127
+ "original": "string",
128
+ "resolved": "string",
129
+ "references": {}
130
+ },
131
+ "required": false,
132
+ "optional": false,
133
+ "docs": {
134
+ "tags": [],
135
+ "text": "Main title"
136
+ },
137
+ "attribute": "main-title",
138
+ "reflect": false,
139
+ "defaultValue": "null"
140
+ },
141
+ "subtitle": {
142
+ "type": "string",
143
+ "mutable": false,
144
+ "complexType": {
145
+ "original": "string",
146
+ "resolved": "string",
147
+ "references": {}
148
+ },
149
+ "required": false,
150
+ "optional": false,
151
+ "docs": {
152
+ "tags": [],
153
+ "text": "Subtitle title"
154
+ },
155
+ "attribute": "subtitle",
156
+ "reflect": false,
157
+ "defaultValue": "null"
158
+ },
159
+ "iconColour": {
160
+ "type": "string",
161
+ "mutable": false,
162
+ "complexType": {
163
+ "original": "string",
164
+ "resolved": "string",
165
+ "references": {}
166
+ },
167
+ "required": false,
168
+ "optional": false,
169
+ "docs": {
170
+ "tags": [],
171
+ "text": "Icon colour"
172
+ },
173
+ "attribute": "icon-colour",
174
+ "reflect": false,
175
+ "defaultValue": "'primary'"
176
+ },
177
+ "buttonLabel": {
178
+ "type": "string",
179
+ "mutable": false,
180
+ "complexType": {
181
+ "original": "string",
182
+ "resolved": "string",
183
+ "references": {}
184
+ },
185
+ "required": false,
186
+ "optional": false,
187
+ "docs": {
188
+ "tags": [],
189
+ "text": "Button label"
190
+ },
191
+ "attribute": "button-label",
192
+ "reflect": false,
193
+ "defaultValue": "null"
194
+ },
195
+ "buttonUrl": {
196
+ "type": "string",
197
+ "mutable": false,
198
+ "complexType": {
199
+ "original": "string",
200
+ "resolved": "string",
201
+ "references": {}
202
+ },
203
+ "required": false,
204
+ "optional": false,
205
+ "docs": {
206
+ "tags": [],
207
+ "text": "Button URL"
208
+ },
209
+ "attribute": "button-url",
210
+ "reflect": false,
211
+ "defaultValue": "null"
212
+ },
213
+ "buttonColourScheme": {
214
+ "type": "string",
215
+ "mutable": false,
216
+ "complexType": {
217
+ "original": "string",
218
+ "resolved": "string",
219
+ "references": {}
220
+ },
221
+ "required": false,
222
+ "optional": false,
223
+ "docs": {
224
+ "tags": [],
225
+ "text": "Button Colour Scheme"
226
+ },
227
+ "attribute": "button-colour-scheme",
228
+ "reflect": false,
229
+ "defaultValue": "'clear-primary'"
230
+ }
231
+ };
232
+ }
270
233
  }
@@ -36,7 +36,7 @@ export default {
36
36
  name: 'Icon colour',
37
37
  control: {
38
38
  type: 'select',
39
- options: ['primary', 'secondary', 'tertiary', 'white', 'black', 'clear-primary', 'clear-secondary', 'clear-tertiary', 'clear-white', 'clear-black'],
39
+ options: ['primary', 'secondary', 'tertiary', 'white', 'black', 'red', 'clear-primary', 'clear-secondary', 'clear-tertiary', 'clear-white', 'clear-black'],
40
40
  },
41
41
  },
42
42
  mainTitle: {
@@ -109,6 +109,10 @@ a:hover {
109
109
  fill: #000000;
110
110
  }
111
111
 
112
+ .fill-red {
113
+ fill: red;
114
+ }
115
+
112
116
  .background-colour-hover-primary:hover,
113
117
  .background-colour-primary {
114
118
  background-color: #2C089B;
@@ -214,6 +218,26 @@ a:hover {
214
218
  background-color: #FFFFFF;
215
219
  }
216
220
 
221
+ .button-white {
222
+ color: #2C089B;
223
+ background-color: #FFFFFF;
224
+ border-color: #FFFFFF;
225
+ }
226
+ .button-white:hover {
227
+ color: #FFFFFF;
228
+ background-color: #2C089B;
229
+ }
230
+
231
+ .button-black {
232
+ color: #FFFFFF;
233
+ background-color: #000000;
234
+ border-color: #000000;
235
+ }
236
+ .button-black:hover {
237
+ color: #000000;
238
+ background-color: #FFFFFF;
239
+ }
240
+
217
241
  .button-clear-primary {
218
242
  color: #2C089B;
219
243
  background-color: transparent;