@biggive/components 1.0.96 → 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 (243) 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 +20 -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 +20 -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 +20 -0
  56. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +214 -251
  57. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +20 -0
  58. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.js +102 -116
  59. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +20 -0
  60. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.js +102 -112
  61. package/dist/collection/components/biggive-branded-image/biggive-branded-image.css +20 -0
  62. package/dist/collection/components/biggive-branded-image/biggive-branded-image.js +85 -96
  63. package/dist/collection/components/biggive-button/biggive-button.css +20 -0
  64. package/dist/collection/components/biggive-button/biggive-button.js +137 -153
  65. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +20 -0
  66. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.js +376 -440
  67. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +22 -0
  68. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.js +322 -385
  69. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +57 -0
  70. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.js +123 -124
  71. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.stories.js +6 -0
  72. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +20 -0
  73. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.js +238 -292
  74. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +20 -0
  75. package/dist/collection/components/biggive-category-icon/biggive-category-icon.js +102 -116
  76. package/dist/collection/components/biggive-footer/biggive-footer.css +54 -1
  77. package/dist/collection/components/biggive-footer/biggive-footer.js +15 -39
  78. package/dist/collection/components/biggive-footer/biggive-footer.stories.js +8 -1
  79. package/dist/collection/components/biggive-form/biggive-form.js +12 -9
  80. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.css +557 -0
  81. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.js +95 -9
  82. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.stories.js +9 -0
  83. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.css +520 -0
  84. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.js +94 -0
  85. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.stories.js +23 -0
  86. package/dist/collection/components/biggive-form-field-text-input/biggive-text-input.js +12 -9
  87. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +20 -0
  88. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.js +51 -52
  89. package/dist/collection/components/biggive-grid/biggive-grid.css +35 -0
  90. package/dist/collection/components/biggive-grid/biggive-grid.js +68 -72
  91. package/dist/collection/components/biggive-header/biggive-header.css +90 -2
  92. package/dist/collection/components/biggive-header/biggive-header.js +64 -69
  93. package/dist/collection/components/biggive-header/biggive-header.stories.js +2 -1
  94. package/dist/collection/components/biggive-heading/biggive-heading.css +20 -0
  95. package/dist/collection/components/biggive-heading/biggive-heading.js +136 -152
  96. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +44 -11
  97. package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +240 -283
  98. package/dist/collection/components/biggive-icon-group/biggive-icon-group.css +20 -0
  99. package/dist/collection/components/biggive-icon-group/biggive-icon-group.js +51 -54
  100. package/dist/collection/components/biggive-image/biggive-image.css +20 -0
  101. package/dist/collection/components/biggive-image/biggive-image.js +119 -133
  102. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +39 -5
  103. package/dist/collection/components/biggive-image-feature/biggive-image-feature.js +232 -270
  104. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +20 -0
  105. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.js +85 -94
  106. package/dist/collection/components/biggive-page-column/biggive-page-column.css +506 -1
  107. package/dist/collection/components/biggive-page-column/biggive-page-column.js +11 -7
  108. package/dist/collection/components/biggive-page-columns/biggive-page-columns.css +30 -1
  109. package/dist/collection/components/biggive-page-columns/biggive-page-columns.js +34 -36
  110. package/dist/collection/components/biggive-page-section/biggive-page-section.css +20 -0
  111. package/dist/collection/components/biggive-page-section/biggive-page-section.js +85 -93
  112. package/dist/collection/components/biggive-popup/biggive-popup.css +547 -0
  113. package/dist/collection/components/biggive-popup/biggive-popup.js +47 -0
  114. package/dist/collection/components/biggive-popup/biggive-popup.stories.js +8 -0
  115. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +20 -0
  116. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.js +68 -76
  117. package/dist/collection/components/biggive-quote/biggive-quote.css +20 -0
  118. package/dist/collection/components/biggive-quote/biggive-quote.js +85 -93
  119. package/dist/collection/components/biggive-search/biggive-search.css +20 -0
  120. package/dist/collection/components/biggive-search/biggive-search.js +74 -74
  121. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +20 -0
  122. package/dist/collection/components/biggive-social-icon/biggive-social-icon.js +85 -94
  123. package/dist/collection/components/biggive-tab/biggive-tab.css +20 -0
  124. package/dist/collection/components/biggive-tab/biggive-tab.js +34 -34
  125. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +20 -0
  126. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +51 -52
  127. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +29 -1
  128. package/dist/collection/components/biggive-totalizer/biggive-totalizer.js +178 -208
  129. package/dist/collection/components/biggive-video/biggive-video.css +20 -0
  130. package/dist/collection/components/biggive-video/biggive-video.js +68 -72
  131. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +39 -5
  132. package/dist/collection/components/biggive-video-feature/biggive-video-feature.js +238 -278
  133. package/dist/components/biggive-article-card.js +1 -34
  134. package/dist/components/biggive-back-to-top.js +1 -1
  135. package/dist/components/biggive-basic-card.js +1 -34
  136. package/dist/components/biggive-beneficiary-icon.js +1 -16
  137. package/dist/components/biggive-boxed-content.js +1 -16
  138. package/dist/components/biggive-branded-image.js +1 -13
  139. package/dist/components/biggive-button2.js +2 -23
  140. package/dist/components/biggive-call-to-action.js +1 -61
  141. package/dist/components/biggive-campaign-card-filter-grid.js +55 -22
  142. package/dist/components/biggive-campaign-card.js +2 -49
  143. package/dist/components/biggive-campaign-highlights.js +1 -40
  144. package/dist/components/biggive-category-icon.js +1 -16
  145. package/dist/components/biggive-footer.js +4 -10
  146. package/dist/components/biggive-form-field-select-option.d.ts +11 -0
  147. package/dist/components/biggive-form-field-select-option.js +6 -0
  148. package/dist/components/biggive-form-field-select-option2.js +46 -0
  149. package/dist/components/biggive-form-field-select.js +1 -28
  150. package/dist/components/biggive-form-field-select2.js +44 -0
  151. package/dist/components/biggive-formatted-text.js +1 -7
  152. package/dist/components/biggive-grid.js +1 -10
  153. package/dist/components/biggive-header.js +13 -8
  154. package/dist/components/biggive-heading.js +1 -22
  155. package/dist/components/biggive-hero-image.js +1 -40
  156. package/dist/components/biggive-icon-group.js +1 -7
  157. package/dist/components/biggive-image-feature.js +1 -37
  158. package/dist/components/biggive-image.js +1 -19
  159. package/dist/components/biggive-misc-icon2.js +1 -13
  160. package/dist/components/biggive-page-column.js +1 -1
  161. package/dist/components/biggive-page-columns.js +1 -4
  162. package/dist/components/biggive-page-section.js +1 -13
  163. package/dist/components/biggive-popup.d.ts +11 -0
  164. package/dist/components/biggive-popup.js +6 -0
  165. package/dist/components/biggive-popup2.js +41 -0
  166. package/dist/components/biggive-progress-bar2.js +1 -10
  167. package/dist/components/biggive-quote.js +1 -13
  168. package/dist/components/biggive-search.js +5 -3
  169. package/dist/components/biggive-social-icon.js +41 -1
  170. package/dist/components/biggive-tab.js +1 -4
  171. package/dist/components/biggive-tabbed-content.js +1 -7
  172. package/dist/components/biggive-totalizer.js +1 -28
  173. package/dist/components/biggive-video-feature.js +1 -40
  174. package/dist/components/biggive-video.js +1 -10
  175. package/dist/components/fontawesome-icons.js +11 -21
  176. package/dist/components/index.d.ts +2 -0
  177. package/dist/components/index.js +2 -0
  178. package/dist/components/index2.js +164 -0
  179. package/dist/esm/biggive-article-card.entry.js +2 -35
  180. package/dist/esm/biggive-back-to-top_23.entry.js +599 -0
  181. package/dist/esm/biggive-basic-card.entry.js +2 -35
  182. package/dist/esm/biggive-beneficiary-icon.entry.js +4 -19
  183. package/dist/esm/biggive-boxed-content.entry.js +2 -17
  184. package/dist/esm/biggive-branded-image.entry.js +2 -14
  185. package/dist/esm/biggive-category-icon.entry.js +4 -19
  186. package/dist/esm/biggive-form.entry.js +1 -1
  187. package/dist/esm/biggive-formatted-text.entry.js +2 -8
  188. package/dist/esm/biggive-icon-group.entry.js +2 -8
  189. package/dist/esm/biggive-image.entry.js +2 -20
  190. package/dist/esm/biggive-quote.entry.js +2 -14
  191. package/dist/esm/biggive-search.entry.js +6 -4
  192. package/dist/esm/biggive-tab.entry.js +2 -5
  193. package/dist/esm/biggive-tabbed-content.entry.js +2 -8
  194. package/dist/esm/biggive-text-input.entry.js +1 -1
  195. package/dist/esm/biggive-video.entry.js +2 -11
  196. package/dist/esm/biggive.js +3 -3
  197. package/dist/esm/{fontawesome-icons-562459be.js → fontawesome-icons-ff9155ca.js} +11 -21
  198. package/dist/esm/index-7cfe62c2.js +164 -0
  199. package/dist/esm/{index-4395d470.js → index-b3c47751.js} +734 -495
  200. package/dist/esm/loader.js +3 -3
  201. package/dist/esm/polyfills/css-shim.js +1 -1
  202. package/dist/types/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.d.ts +2 -6
  203. package/dist/types/components/biggive-form-field-select/biggive-form-field-select.d.ts +17 -0
  204. package/dist/types/components/biggive-form-field-select/biggive-form-field-select.stories.d.ts +5 -0
  205. package/dist/types/components/biggive-form-field-select-option/biggive-form-field-select-option.d.ts +20 -0
  206. package/dist/types/components/biggive-form-field-select-option/biggive-form-field-select-option.stories.d.ts +13 -0
  207. package/dist/types/components/biggive-header/biggive-header.d.ts +1 -0
  208. package/dist/types/components/biggive-popup/biggive-popup.d.ts +6 -0
  209. package/dist/types/components/biggive-popup/biggive-popup.stories.d.ts +5 -0
  210. package/dist/types/components.d.ts +73 -6
  211. package/dist/types/stencil-public-runtime.d.ts +20 -4
  212. package/hydrate/index.d.ts +1 -1
  213. package/hydrate/index.js +1133 -1561
  214. package/loader/package.json +1 -0
  215. package/package.json +4 -2
  216. package/dist/biggive/p-10ba977a.entry.js +0 -1
  217. package/dist/biggive/p-114fac7c.entry.js +0 -1
  218. package/dist/biggive/p-1788f27c.entry.js +0 -1
  219. package/dist/biggive/p-1805f9ab.js +0 -2
  220. package/dist/biggive/p-1bf2e39d.entry.js +0 -1
  221. package/dist/biggive/p-26de9586.entry.js +0 -1
  222. package/dist/biggive/p-3116f3df.entry.js +0 -1
  223. package/dist/biggive/p-4368caaa.entry.js +0 -1
  224. package/dist/biggive/p-512c15ed.entry.js +0 -1
  225. package/dist/biggive/p-78406754.entry.js +0 -1
  226. package/dist/biggive/p-871707f4.js +0 -6
  227. package/dist/biggive/p-9125d753.entry.js +0 -1
  228. package/dist/biggive/p-96ddb8d1.entry.js +0 -1
  229. package/dist/biggive/p-a423663d.entry.js +0 -1
  230. package/dist/biggive/p-afde0b4b.entry.js +0 -1
  231. package/dist/biggive/p-b15292fe.entry.js +0 -1
  232. package/dist/biggive/p-ec9b42b3.js +0 -6
  233. package/dist/biggive/p-faa619ad.entry.js +0 -1
  234. package/dist/biggive/p-faa6817c.entry.js +0 -1
  235. package/dist/biggive/p-fb8447d1.entry.js +0 -1
  236. package/dist/cjs/biggive-back-to-top_20.cjs.entry.js +0 -923
  237. package/dist/cjs/biggive-form-field-select.cjs.entry.js +0 -19
  238. package/dist/cjs/index.es-d3570170.js +0 -201
  239. package/dist/components/biggive-social-icon2.js +0 -55
  240. package/dist/components/index.es.js +0 -169
  241. package/dist/esm/biggive-back-to-top_20.entry.js +0 -900
  242. package/dist/esm/biggive-form-field-select.entry.js +0 -15
  243. package/dist/esm/index.es-5777380a.js +0 -169
@@ -1,468 +1,404 @@
1
- import { Component, Prop, h } from '@stencil/core';
1
+ import { h } from '@stencil/core';
2
2
  export class BiggiveCallToAction {
3
3
  constructor() {
4
- /**
5
- * Space above component
6
- */
7
4
  this.spaceAbove = 0;
8
- /**
9
- * Space below component
10
- */
11
5
  this.spaceBelow = 0;
12
- /**
13
- * Default text colour
14
- */
15
6
  this.defaultTextColour = 'primary';
16
- /**
17
- * Slug size
18
- */
19
7
  this.slugSize = 4;
20
- /**
21
- * Slug colour
22
- */
23
8
  this.slugColour = '';
24
- /**
25
- * Slug
26
- */
27
9
  this.slug = null;
28
- /**
29
- * Main title colour
30
- */
31
10
  this.mainTitleColour = '';
32
- /**
33
- * Main title size
34
- */
35
11
  this.mainTitleSize = 2;
36
- /**
37
- * Main title
38
- */
39
12
  this.mainTitle = null;
40
- /**
41
- * Main title size
42
- */
43
13
  this.subtitleSize = 4;
44
- /**
45
- * Subtitle colour
46
- */
47
14
  this.subtitleColour = '';
48
- /**
49
- * Subtitle
50
- */
51
15
  this.subtitle = null;
52
- /**
53
- * Teaser colour
54
- */
55
16
  this.teaserColour = '';
56
- /**
57
- * Teaser
58
- */
59
17
  this.teaser = null;
60
- /**
61
- * Primary button Url
62
- */
63
18
  this.primaryButtonUrl = null;
64
- /**
65
- * Primary button Label
66
- */
67
19
  this.primaryButtonLabel = null;
68
- /**
69
- * Primary button Colour Scheme
70
- */
71
20
  this.primaryButtonColourScheme = 'primary';
72
- /**
73
- * Secondary button Url
74
- */
75
21
  this.secondaryButtonUrl = null;
76
- /**
77
- * Secondary button Label
78
- */
79
22
  this.secondaryButtonLabel = null;
80
- /**
81
- * Secondary button Colour Scheme
82
- */
83
23
  this.secondaryButtonColourScheme = 'primary';
84
24
  }
85
25
  render() {
86
- return (h("div", { class: 'container text-colour-' + this.defaultTextColour + ' space-above-' + this.spaceAbove + ' space-below-' + this.spaceBelow },
87
- h("div", { class: "sleeve" },
88
- h("div", { class: "content-wrap" },
89
- h("div", { class: 'slug heading-' + this.slugSize + ' text-colour-' + this.slugColour }, this.slug),
90
- h("h2", { class: 'title heading-' + this.mainTitleSize + ' text-colour-' + this.mainTitleColour }, this.mainTitle),
91
- h("div", { class: 'slug heading-' + this.subtitleSize + ' text-colour-' + this.subtitleColour }, this.subtitle),
92
- h("div", { class: 'teaser text-colour-' + this.teaserColour }, this.teaser),
93
- this.primaryButtonLabel != null && this.primaryButtonUrl != null ? (h("div", { class: "button-wrap" },
94
- h("biggive-button", { "colour-scheme": this.primaryButtonColourScheme, url: this.primaryButtonUrl, label: this.primaryButtonLabel }))) : null,
95
- this.secondaryButtonLabel != null && this.secondaryButtonUrl != null ? (h("div", { class: "button-wrap" },
96
- h("biggive-button", { "colour-scheme": this.secondaryButtonColourScheme, url: this.secondaryButtonUrl, label: this.secondaryButtonLabel }))) : null))));
26
+ return (h("div", { class: 'container text-colour-' + this.defaultTextColour + ' space-above-' + this.spaceAbove + ' space-below-' + this.spaceBelow }, h("div", { class: "sleeve" }, h("div", { class: "content-wrap" }, h("div", { class: 'slug heading-' + this.slugSize + ' text-colour-' + this.slugColour }, this.slug), h("h2", { class: 'title heading-' + this.mainTitleSize + ' text-colour-' + this.mainTitleColour }, this.mainTitle), h("div", { class: 'slug heading-' + this.subtitleSize + ' text-colour-' + this.subtitleColour }, this.subtitle), h("div", { class: 'teaser text-colour-' + this.teaserColour }, this.teaser), this.primaryButtonLabel != null && this.primaryButtonUrl != null ? (h("div", { class: "button-wrap" }, h("biggive-button", { "colour-scheme": this.primaryButtonColourScheme, url: this.primaryButtonUrl, label: this.primaryButtonLabel }))) : null, this.secondaryButtonLabel != null && this.secondaryButtonUrl != null ? (h("div", { class: "button-wrap" }, h("biggive-button", { "colour-scheme": this.secondaryButtonColourScheme, url: this.secondaryButtonUrl, label: this.secondaryButtonLabel }))) : null))));
97
27
  }
98
28
  static get is() { return "biggive-call-to-action"; }
99
29
  static get encapsulation() { return "shadow"; }
100
- static get originalStyleUrls() { return {
101
- "$": ["biggive-call-to-action.scss"]
102
- }; }
103
- static get styleUrls() { return {
104
- "$": ["biggive-call-to-action.css"]
105
- }; }
106
- static get properties() { return {
107
- "spaceAbove": {
108
- "type": "number",
109
- "mutable": false,
110
- "complexType": {
111
- "original": "number",
112
- "resolved": "number",
113
- "references": {}
114
- },
115
- "required": false,
116
- "optional": false,
117
- "docs": {
118
- "tags": [],
119
- "text": "Space above component"
120
- },
121
- "attribute": "space-above",
122
- "reflect": false,
123
- "defaultValue": "0"
124
- },
125
- "spaceBelow": {
126
- "type": "number",
127
- "mutable": false,
128
- "complexType": {
129
- "original": "number",
130
- "resolved": "number",
131
- "references": {}
132
- },
133
- "required": false,
134
- "optional": false,
135
- "docs": {
136
- "tags": [],
137
- "text": "Space below component"
138
- },
139
- "attribute": "space-below",
140
- "reflect": false,
141
- "defaultValue": "0"
142
- },
143
- "defaultTextColour": {
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": "Default text colour"
156
- },
157
- "attribute": "default-text-colour",
158
- "reflect": false,
159
- "defaultValue": "'primary'"
160
- },
161
- "slugSize": {
162
- "type": "number",
163
- "mutable": false,
164
- "complexType": {
165
- "original": "number",
166
- "resolved": "number",
167
- "references": {}
168
- },
169
- "required": false,
170
- "optional": false,
171
- "docs": {
172
- "tags": [],
173
- "text": "Slug size"
174
- },
175
- "attribute": "slug-size",
176
- "reflect": false,
177
- "defaultValue": "4"
178
- },
179
- "slugColour": {
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": "Slug colour"
192
- },
193
- "attribute": "slug-colour",
194
- "reflect": false,
195
- "defaultValue": "''"
196
- },
197
- "slug": {
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": "Slug"
210
- },
211
- "attribute": "slug",
212
- "reflect": false,
213
- "defaultValue": "null"
214
- },
215
- "mainTitleColour": {
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": "Main title colour"
228
- },
229
- "attribute": "main-title-colour",
230
- "reflect": false,
231
- "defaultValue": "''"
232
- },
233
- "mainTitleSize": {
234
- "type": "number",
235
- "mutable": false,
236
- "complexType": {
237
- "original": "number",
238
- "resolved": "number",
239
- "references": {}
240
- },
241
- "required": false,
242
- "optional": false,
243
- "docs": {
244
- "tags": [],
245
- "text": "Main title size"
246
- },
247
- "attribute": "main-title-size",
248
- "reflect": false,
249
- "defaultValue": "2"
250
- },
251
- "mainTitle": {
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": "Main title"
264
- },
265
- "attribute": "main-title",
266
- "reflect": false,
267
- "defaultValue": "null"
268
- },
269
- "subtitleSize": {
270
- "type": "number",
271
- "mutable": false,
272
- "complexType": {
273
- "original": "number",
274
- "resolved": "number",
275
- "references": {}
276
- },
277
- "required": false,
278
- "optional": false,
279
- "docs": {
280
- "tags": [],
281
- "text": "Main title size"
282
- },
283
- "attribute": "subtitle-size",
284
- "reflect": false,
285
- "defaultValue": "4"
286
- },
287
- "subtitleColour": {
288
- "type": "string",
289
- "mutable": false,
290
- "complexType": {
291
- "original": "string",
292
- "resolved": "string",
293
- "references": {}
294
- },
295
- "required": false,
296
- "optional": false,
297
- "docs": {
298
- "tags": [],
299
- "text": "Subtitle colour"
300
- },
301
- "attribute": "subtitle-colour",
302
- "reflect": false,
303
- "defaultValue": "''"
304
- },
305
- "subtitle": {
306
- "type": "string",
307
- "mutable": false,
308
- "complexType": {
309
- "original": "string",
310
- "resolved": "string",
311
- "references": {}
312
- },
313
- "required": false,
314
- "optional": false,
315
- "docs": {
316
- "tags": [],
317
- "text": "Subtitle"
318
- },
319
- "attribute": "subtitle",
320
- "reflect": false,
321
- "defaultValue": "null"
322
- },
323
- "teaserColour": {
324
- "type": "string",
325
- "mutable": false,
326
- "complexType": {
327
- "original": "string",
328
- "resolved": "string",
329
- "references": {}
330
- },
331
- "required": false,
332
- "optional": false,
333
- "docs": {
334
- "tags": [],
335
- "text": "Teaser colour"
336
- },
337
- "attribute": "teaser-colour",
338
- "reflect": false,
339
- "defaultValue": "''"
340
- },
341
- "teaser": {
342
- "type": "string",
343
- "mutable": false,
344
- "complexType": {
345
- "original": "string",
346
- "resolved": "string",
347
- "references": {}
348
- },
349
- "required": false,
350
- "optional": false,
351
- "docs": {
352
- "tags": [],
353
- "text": "Teaser"
354
- },
355
- "attribute": "teaser",
356
- "reflect": false,
357
- "defaultValue": "null"
358
- },
359
- "primaryButtonUrl": {
360
- "type": "string",
361
- "mutable": false,
362
- "complexType": {
363
- "original": "string",
364
- "resolved": "string",
365
- "references": {}
366
- },
367
- "required": false,
368
- "optional": false,
369
- "docs": {
370
- "tags": [],
371
- "text": "Primary button Url"
372
- },
373
- "attribute": "primary-button-url",
374
- "reflect": false,
375
- "defaultValue": "null"
376
- },
377
- "primaryButtonLabel": {
378
- "type": "string",
379
- "mutable": false,
380
- "complexType": {
381
- "original": "string",
382
- "resolved": "string",
383
- "references": {}
384
- },
385
- "required": false,
386
- "optional": false,
387
- "docs": {
388
- "tags": [],
389
- "text": "Primary button Label"
390
- },
391
- "attribute": "primary-button-label",
392
- "reflect": false,
393
- "defaultValue": "null"
394
- },
395
- "primaryButtonColourScheme": {
396
- "type": "string",
397
- "mutable": false,
398
- "complexType": {
399
- "original": "string",
400
- "resolved": "string",
401
- "references": {}
402
- },
403
- "required": false,
404
- "optional": false,
405
- "docs": {
406
- "tags": [],
407
- "text": "Primary button Colour Scheme"
408
- },
409
- "attribute": "primary-button-colour-scheme",
410
- "reflect": false,
411
- "defaultValue": "'primary'"
412
- },
413
- "secondaryButtonUrl": {
414
- "type": "string",
415
- "mutable": false,
416
- "complexType": {
417
- "original": "string",
418
- "resolved": "string",
419
- "references": {}
420
- },
421
- "required": false,
422
- "optional": false,
423
- "docs": {
424
- "tags": [],
425
- "text": "Secondary button Url"
426
- },
427
- "attribute": "secondary-button-url",
428
- "reflect": false,
429
- "defaultValue": "null"
430
- },
431
- "secondaryButtonLabel": {
432
- "type": "string",
433
- "mutable": false,
434
- "complexType": {
435
- "original": "string",
436
- "resolved": "string",
437
- "references": {}
438
- },
439
- "required": false,
440
- "optional": false,
441
- "docs": {
442
- "tags": [],
443
- "text": "Secondary button Label"
444
- },
445
- "attribute": "secondary-button-label",
446
- "reflect": false,
447
- "defaultValue": "null"
448
- },
449
- "secondaryButtonColourScheme": {
450
- "type": "string",
451
- "mutable": false,
452
- "complexType": {
453
- "original": "string",
454
- "resolved": "string",
455
- "references": {}
456
- },
457
- "required": false,
458
- "optional": false,
459
- "docs": {
460
- "tags": [],
461
- "text": "Secondary button Colour Scheme"
462
- },
463
- "attribute": "secondary-button-colour-scheme",
464
- "reflect": false,
465
- "defaultValue": "'primary'"
466
- }
467
- }; }
30
+ static get originalStyleUrls() {
31
+ return {
32
+ "$": ["biggive-call-to-action.scss"]
33
+ };
34
+ }
35
+ static get styleUrls() {
36
+ return {
37
+ "$": ["biggive-call-to-action.css"]
38
+ };
39
+ }
40
+ static get properties() {
41
+ return {
42
+ "spaceAbove": {
43
+ "type": "number",
44
+ "mutable": false,
45
+ "complexType": {
46
+ "original": "number",
47
+ "resolved": "number",
48
+ "references": {}
49
+ },
50
+ "required": false,
51
+ "optional": false,
52
+ "docs": {
53
+ "tags": [],
54
+ "text": "Space above component"
55
+ },
56
+ "attribute": "space-above",
57
+ "reflect": false,
58
+ "defaultValue": "0"
59
+ },
60
+ "spaceBelow": {
61
+ "type": "number",
62
+ "mutable": false,
63
+ "complexType": {
64
+ "original": "number",
65
+ "resolved": "number",
66
+ "references": {}
67
+ },
68
+ "required": false,
69
+ "optional": false,
70
+ "docs": {
71
+ "tags": [],
72
+ "text": "Space below component"
73
+ },
74
+ "attribute": "space-below",
75
+ "reflect": false,
76
+ "defaultValue": "0"
77
+ },
78
+ "defaultTextColour": {
79
+ "type": "string",
80
+ "mutable": false,
81
+ "complexType": {
82
+ "original": "string",
83
+ "resolved": "string",
84
+ "references": {}
85
+ },
86
+ "required": false,
87
+ "optional": false,
88
+ "docs": {
89
+ "tags": [],
90
+ "text": "Default text colour"
91
+ },
92
+ "attribute": "default-text-colour",
93
+ "reflect": false,
94
+ "defaultValue": "'primary'"
95
+ },
96
+ "slugSize": {
97
+ "type": "number",
98
+ "mutable": false,
99
+ "complexType": {
100
+ "original": "number",
101
+ "resolved": "number",
102
+ "references": {}
103
+ },
104
+ "required": false,
105
+ "optional": false,
106
+ "docs": {
107
+ "tags": [],
108
+ "text": "Slug size"
109
+ },
110
+ "attribute": "slug-size",
111
+ "reflect": false,
112
+ "defaultValue": "4"
113
+ },
114
+ "slugColour": {
115
+ "type": "string",
116
+ "mutable": false,
117
+ "complexType": {
118
+ "original": "string",
119
+ "resolved": "string",
120
+ "references": {}
121
+ },
122
+ "required": false,
123
+ "optional": false,
124
+ "docs": {
125
+ "tags": [],
126
+ "text": "Slug colour"
127
+ },
128
+ "attribute": "slug-colour",
129
+ "reflect": false,
130
+ "defaultValue": "''"
131
+ },
132
+ "slug": {
133
+ "type": "string",
134
+ "mutable": false,
135
+ "complexType": {
136
+ "original": "string",
137
+ "resolved": "string",
138
+ "references": {}
139
+ },
140
+ "required": false,
141
+ "optional": false,
142
+ "docs": {
143
+ "tags": [],
144
+ "text": "Slug"
145
+ },
146
+ "attribute": "slug",
147
+ "reflect": false,
148
+ "defaultValue": "null"
149
+ },
150
+ "mainTitleColour": {
151
+ "type": "string",
152
+ "mutable": false,
153
+ "complexType": {
154
+ "original": "string",
155
+ "resolved": "string",
156
+ "references": {}
157
+ },
158
+ "required": false,
159
+ "optional": false,
160
+ "docs": {
161
+ "tags": [],
162
+ "text": "Main title colour"
163
+ },
164
+ "attribute": "main-title-colour",
165
+ "reflect": false,
166
+ "defaultValue": "''"
167
+ },
168
+ "mainTitleSize": {
169
+ "type": "number",
170
+ "mutable": false,
171
+ "complexType": {
172
+ "original": "number",
173
+ "resolved": "number",
174
+ "references": {}
175
+ },
176
+ "required": false,
177
+ "optional": false,
178
+ "docs": {
179
+ "tags": [],
180
+ "text": "Main title size"
181
+ },
182
+ "attribute": "main-title-size",
183
+ "reflect": false,
184
+ "defaultValue": "2"
185
+ },
186
+ "mainTitle": {
187
+ "type": "string",
188
+ "mutable": false,
189
+ "complexType": {
190
+ "original": "string",
191
+ "resolved": "string",
192
+ "references": {}
193
+ },
194
+ "required": false,
195
+ "optional": false,
196
+ "docs": {
197
+ "tags": [],
198
+ "text": "Main title"
199
+ },
200
+ "attribute": "main-title",
201
+ "reflect": false,
202
+ "defaultValue": "null"
203
+ },
204
+ "subtitleSize": {
205
+ "type": "number",
206
+ "mutable": false,
207
+ "complexType": {
208
+ "original": "number",
209
+ "resolved": "number",
210
+ "references": {}
211
+ },
212
+ "required": false,
213
+ "optional": false,
214
+ "docs": {
215
+ "tags": [],
216
+ "text": "Main title size"
217
+ },
218
+ "attribute": "subtitle-size",
219
+ "reflect": false,
220
+ "defaultValue": "4"
221
+ },
222
+ "subtitleColour": {
223
+ "type": "string",
224
+ "mutable": false,
225
+ "complexType": {
226
+ "original": "string",
227
+ "resolved": "string",
228
+ "references": {}
229
+ },
230
+ "required": false,
231
+ "optional": false,
232
+ "docs": {
233
+ "tags": [],
234
+ "text": "Subtitle colour"
235
+ },
236
+ "attribute": "subtitle-colour",
237
+ "reflect": false,
238
+ "defaultValue": "''"
239
+ },
240
+ "subtitle": {
241
+ "type": "string",
242
+ "mutable": false,
243
+ "complexType": {
244
+ "original": "string",
245
+ "resolved": "string",
246
+ "references": {}
247
+ },
248
+ "required": false,
249
+ "optional": false,
250
+ "docs": {
251
+ "tags": [],
252
+ "text": "Subtitle"
253
+ },
254
+ "attribute": "subtitle",
255
+ "reflect": false,
256
+ "defaultValue": "null"
257
+ },
258
+ "teaserColour": {
259
+ "type": "string",
260
+ "mutable": false,
261
+ "complexType": {
262
+ "original": "string",
263
+ "resolved": "string",
264
+ "references": {}
265
+ },
266
+ "required": false,
267
+ "optional": false,
268
+ "docs": {
269
+ "tags": [],
270
+ "text": "Teaser colour"
271
+ },
272
+ "attribute": "teaser-colour",
273
+ "reflect": false,
274
+ "defaultValue": "''"
275
+ },
276
+ "teaser": {
277
+ "type": "string",
278
+ "mutable": false,
279
+ "complexType": {
280
+ "original": "string",
281
+ "resolved": "string",
282
+ "references": {}
283
+ },
284
+ "required": false,
285
+ "optional": false,
286
+ "docs": {
287
+ "tags": [],
288
+ "text": "Teaser"
289
+ },
290
+ "attribute": "teaser",
291
+ "reflect": false,
292
+ "defaultValue": "null"
293
+ },
294
+ "primaryButtonUrl": {
295
+ "type": "string",
296
+ "mutable": false,
297
+ "complexType": {
298
+ "original": "string",
299
+ "resolved": "string",
300
+ "references": {}
301
+ },
302
+ "required": false,
303
+ "optional": false,
304
+ "docs": {
305
+ "tags": [],
306
+ "text": "Primary button Url"
307
+ },
308
+ "attribute": "primary-button-url",
309
+ "reflect": false,
310
+ "defaultValue": "null"
311
+ },
312
+ "primaryButtonLabel": {
313
+ "type": "string",
314
+ "mutable": false,
315
+ "complexType": {
316
+ "original": "string",
317
+ "resolved": "string",
318
+ "references": {}
319
+ },
320
+ "required": false,
321
+ "optional": false,
322
+ "docs": {
323
+ "tags": [],
324
+ "text": "Primary button Label"
325
+ },
326
+ "attribute": "primary-button-label",
327
+ "reflect": false,
328
+ "defaultValue": "null"
329
+ },
330
+ "primaryButtonColourScheme": {
331
+ "type": "string",
332
+ "mutable": false,
333
+ "complexType": {
334
+ "original": "string",
335
+ "resolved": "string",
336
+ "references": {}
337
+ },
338
+ "required": false,
339
+ "optional": false,
340
+ "docs": {
341
+ "tags": [],
342
+ "text": "Primary button Colour Scheme"
343
+ },
344
+ "attribute": "primary-button-colour-scheme",
345
+ "reflect": false,
346
+ "defaultValue": "'primary'"
347
+ },
348
+ "secondaryButtonUrl": {
349
+ "type": "string",
350
+ "mutable": false,
351
+ "complexType": {
352
+ "original": "string",
353
+ "resolved": "string",
354
+ "references": {}
355
+ },
356
+ "required": false,
357
+ "optional": false,
358
+ "docs": {
359
+ "tags": [],
360
+ "text": "Secondary button Url"
361
+ },
362
+ "attribute": "secondary-button-url",
363
+ "reflect": false,
364
+ "defaultValue": "null"
365
+ },
366
+ "secondaryButtonLabel": {
367
+ "type": "string",
368
+ "mutable": false,
369
+ "complexType": {
370
+ "original": "string",
371
+ "resolved": "string",
372
+ "references": {}
373
+ },
374
+ "required": false,
375
+ "optional": false,
376
+ "docs": {
377
+ "tags": [],
378
+ "text": "Secondary button Label"
379
+ },
380
+ "attribute": "secondary-button-label",
381
+ "reflect": false,
382
+ "defaultValue": "null"
383
+ },
384
+ "secondaryButtonColourScheme": {
385
+ "type": "string",
386
+ "mutable": false,
387
+ "complexType": {
388
+ "original": "string",
389
+ "resolved": "string",
390
+ "references": {}
391
+ },
392
+ "required": false,
393
+ "optional": false,
394
+ "docs": {
395
+ "tags": [],
396
+ "text": "Secondary button Colour Scheme"
397
+ },
398
+ "attribute": "secondary-button-colour-scheme",
399
+ "reflect": false,
400
+ "defaultValue": "'primary'"
401
+ }
402
+ };
403
+ }
468
404
  }