@biggive/components 1.0.158 → 1.0.160

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 (169) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/{p-eabe84a2.entry.js → p-18948bd8.entry.js} +1 -1
  3. package/dist/biggive/p-1c0d4b4e.entry.js +1 -0
  4. package/dist/biggive/p-33557485.entry.js +1 -0
  5. package/dist/biggive/{p-95133422.entry.js → p-4f1160c9.entry.js} +1 -1
  6. package/dist/biggive/p-5f669aad.entry.js +1 -0
  7. package/dist/biggive/p-65c18308.entry.js +1 -0
  8. package/dist/biggive/{p-50635004.entry.js → p-6a7054c8.entry.js} +1 -1
  9. package/dist/biggive/p-6bd2b65c.entry.js +1 -0
  10. package/dist/biggive/{p-0b3118b8.entry.js → p-72148178.entry.js} +1 -1
  11. package/dist/biggive/p-8774774a.entry.js +1 -0
  12. package/dist/biggive/p-89cc5ed0.entry.js +1 -0
  13. package/dist/biggive/p-b5fd9400.entry.js +1 -0
  14. package/dist/biggive/p-c3084a89.entry.js +1 -0
  15. package/dist/biggive/p-e0541813.entry.js +1 -0
  16. package/dist/biggive/p-eb4d5abf.entry.js +1 -0
  17. package/dist/biggive/p-ecd97366.entry.js +1 -0
  18. package/dist/biggive/p-fc22bfdd.entry.js +1 -0
  19. package/dist/cjs/biggive-article-card.cjs.entry.js +1 -1
  20. package/dist/cjs/biggive-back-to-top_26.cjs.entry.js +38 -28
  21. package/dist/cjs/biggive-basic-card.cjs.entry.js +12 -2
  22. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +1 -1
  23. package/dist/cjs/biggive-biography-card.cjs.entry.js +1 -1
  24. package/dist/cjs/biggive-boxed-content.cjs.entry.js +1 -1
  25. package/dist/cjs/biggive-category-icon.cjs.entry.js +1 -1
  26. package/dist/cjs/biggive-formatted-text.cjs.entry.js +3 -2
  27. package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
  28. package/dist/cjs/biggive-image.cjs.entry.js +1 -1
  29. package/dist/cjs/biggive-nav-group.cjs.entry.js +1 -1
  30. package/dist/cjs/biggive-nav-item.cjs.entry.js +1 -1
  31. package/dist/cjs/biggive-popup-standalone.cjs.entry.js +1 -1
  32. package/dist/cjs/biggive-search.cjs.entry.js +1 -1
  33. package/dist/cjs/biggive-tab.cjs.entry.js +1 -1
  34. package/dist/cjs/biggive-tabbed-content.cjs.entry.js +1 -1
  35. package/dist/cjs/biggive-video.cjs.entry.js +1 -1
  36. package/dist/cjs/biggive.cjs.js +1 -1
  37. package/dist/cjs/loader.cjs.js +1 -1
  38. package/dist/collection/components/biggive-article-card/biggive-article-card.css +10 -5
  39. package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.css +10 -5
  40. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +21 -5
  41. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +65 -1
  42. package/dist/collection/components/biggive-basic-card/biggive-basic-card.stories.js +18 -3
  43. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +10 -5
  44. package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +10 -5
  45. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +10 -5
  46. package/dist/collection/components/biggive-branded-image/biggive-branded-image.css +10 -5
  47. package/dist/collection/components/biggive-button/biggive-button.css +13 -5
  48. package/dist/collection/components/biggive-button/biggive-button.js +39 -1
  49. package/dist/collection/components/biggive-button/biggive-button.stories.js +10 -0
  50. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +10 -5
  51. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +10 -5
  52. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +10 -5
  53. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.js +6 -0
  54. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +10 -5
  55. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +10 -5
  56. package/dist/collection/components/biggive-footer/biggive-footer.css +10 -5
  57. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.css +10 -5
  58. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.css +10 -5
  59. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +100 -5
  60. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.js +20 -1
  61. package/dist/collection/components/biggive-grid/biggive-grid.css +10 -5
  62. package/dist/collection/components/biggive-header/biggive-header.css +10 -5
  63. package/dist/collection/components/biggive-heading/biggive-heading.css +10 -5
  64. package/dist/collection/components/biggive-heading/biggive-heading.js +39 -1
  65. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +10 -5
  66. package/dist/collection/components/biggive-icon-group/biggive-icon-group.css +10 -5
  67. package/dist/collection/components/biggive-image/biggive-image.css +10 -5
  68. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +10 -5
  69. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +10 -5
  70. package/dist/collection/components/biggive-nav-group/biggive-nav-group.css +10 -5
  71. package/dist/collection/components/biggive-nav-item/biggive-nav-item.css +10 -5
  72. package/dist/collection/components/biggive-page-column/biggive-page-column.css +10 -5
  73. package/dist/collection/components/biggive-page-columns/biggive-page-columns.css +10 -5
  74. package/dist/collection/components/biggive-page-section/biggive-page-section.css +10 -5
  75. package/dist/collection/components/biggive-popup/biggive-popup.css +10 -5
  76. package/dist/collection/components/biggive-popup-standalone/biggive-popup-standalone.css +10 -5
  77. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +10 -5
  78. package/dist/collection/components/biggive-quote/biggive-quote.css +11 -5
  79. package/dist/collection/components/biggive-search/biggive-search.css +10 -5
  80. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +10 -5
  81. package/dist/collection/components/biggive-tab/biggive-tab.css +10 -5
  82. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +10 -5
  83. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +10 -5
  84. package/dist/collection/components/biggive-totalizer-ticker-item/biggive-totalizer-ticker-item.css +10 -5
  85. package/dist/collection/components/biggive-video/biggive-video.css +10 -5
  86. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +10 -5
  87. package/dist/components/biggive-article-card.js +1 -1
  88. package/dist/components/biggive-back-to-top.js +1 -1
  89. package/dist/components/biggive-basic-card.js +16 -3
  90. package/dist/components/biggive-beneficiary-icon.js +1 -1
  91. package/dist/components/biggive-biography-card.js +1 -1
  92. package/dist/components/biggive-boxed-content.js +1 -1
  93. package/dist/components/biggive-branded-image.js +1 -1
  94. package/dist/components/biggive-button2.js +6 -2
  95. package/dist/components/biggive-call-to-action.js +1 -1
  96. package/dist/components/biggive-campaign-card-filter-grid.js +7 -1
  97. package/dist/components/biggive-campaign-card.js +1 -1
  98. package/dist/components/biggive-campaign-highlights.js +1 -1
  99. package/dist/components/biggive-category-icon.js +1 -1
  100. package/dist/components/biggive-footer.js +1 -1
  101. package/dist/components/biggive-form-field-select-option2.js +1 -1
  102. package/dist/components/biggive-form-field-select2.js +1 -1
  103. package/dist/components/biggive-formatted-text.js +5 -3
  104. package/dist/components/biggive-grid.js +1 -1
  105. package/dist/components/biggive-header.js +1 -1
  106. package/dist/components/biggive-heading.js +7 -3
  107. package/dist/components/biggive-hero-image.js +1 -1
  108. package/dist/components/biggive-icon-group.js +1 -1
  109. package/dist/components/biggive-image-feature.js +1 -1
  110. package/dist/components/biggive-image.js +1 -1
  111. package/dist/components/biggive-misc-icon2.js +1 -1
  112. package/dist/components/biggive-nav-group.js +1 -1
  113. package/dist/components/biggive-nav-item.js +1 -1
  114. package/dist/components/biggive-page-column.js +1 -1
  115. package/dist/components/biggive-page-columns.js +1 -1
  116. package/dist/components/biggive-page-section.js +1 -1
  117. package/dist/components/biggive-popup-standalone.js +1 -1
  118. package/dist/components/biggive-popup2.js +1 -1
  119. package/dist/components/biggive-progress-bar2.js +1 -1
  120. package/dist/components/biggive-quote.js +1 -1
  121. package/dist/components/biggive-search.js +1 -1
  122. package/dist/components/biggive-social-icon.js +1 -1
  123. package/dist/components/biggive-tab.js +1 -1
  124. package/dist/components/biggive-tabbed-content.js +1 -1
  125. package/dist/components/biggive-totalizer-ticker-item.js +1 -1
  126. package/dist/components/biggive-totalizer.js +1 -1
  127. package/dist/components/biggive-video-feature.js +1 -1
  128. package/dist/components/biggive-video.js +1 -1
  129. package/dist/esm/biggive-article-card.entry.js +1 -1
  130. package/dist/esm/biggive-back-to-top_26.entry.js +38 -28
  131. package/dist/esm/biggive-basic-card.entry.js +12 -2
  132. package/dist/esm/biggive-beneficiary-icon.entry.js +1 -1
  133. package/dist/esm/biggive-biography-card.entry.js +1 -1
  134. package/dist/esm/biggive-boxed-content.entry.js +1 -1
  135. package/dist/esm/biggive-category-icon.entry.js +1 -1
  136. package/dist/esm/biggive-formatted-text.entry.js +3 -2
  137. package/dist/esm/biggive-icon-group.entry.js +1 -1
  138. package/dist/esm/biggive-image.entry.js +1 -1
  139. package/dist/esm/biggive-nav-group.entry.js +1 -1
  140. package/dist/esm/biggive-nav-item.entry.js +1 -1
  141. package/dist/esm/biggive-popup-standalone.entry.js +1 -1
  142. package/dist/esm/biggive-search.entry.js +1 -1
  143. package/dist/esm/biggive-tab.entry.js +1 -1
  144. package/dist/esm/biggive-tabbed-content.entry.js +1 -1
  145. package/dist/esm/biggive-video.entry.js +1 -1
  146. package/dist/esm/biggive.js +1 -1
  147. package/dist/esm/loader.js +1 -1
  148. package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +12 -0
  149. package/dist/types/components/biggive-basic-card/biggive-basic-card.stories.d.ts +9 -0
  150. package/dist/types/components/biggive-button/biggive-button.d.ts +8 -0
  151. package/dist/types/components/biggive-button/biggive-button.stories.d.ts +6 -0
  152. package/dist/types/components/biggive-formatted-text/biggive-formatted-text.d.ts +4 -0
  153. package/dist/types/components/biggive-heading/biggive-heading.d.ts +8 -0
  154. package/dist/types/components.d.ts +64 -0
  155. package/hydrate/index.js +78 -49
  156. package/package.json +1 -1
  157. package/dist/biggive/p-40bbde22.entry.js +0 -1
  158. package/dist/biggive/p-46e6e4f7.entry.js +0 -1
  159. package/dist/biggive/p-4af779f9.entry.js +0 -1
  160. package/dist/biggive/p-4d6dad8d.entry.js +0 -1
  161. package/dist/biggive/p-79bdb32b.entry.js +0 -1
  162. package/dist/biggive/p-87fc24ff.entry.js +0 -1
  163. package/dist/biggive/p-8ff3350e.entry.js +0 -1
  164. package/dist/biggive/p-95b8a67a.entry.js +0 -1
  165. package/dist/biggive/p-adac6cb7.entry.js +0 -1
  166. package/dist/biggive/p-bc816eaa.entry.js +0 -1
  167. package/dist/biggive/p-da6a8099.entry.js +0 -1
  168. package/dist/biggive/p-e721f8ca.entry.js +0 -1
  169. package/dist/biggive/p-fce99012.entry.js +0 -1
@@ -1,5 +1,14 @@
1
1
  body {
2
- background-color: #D7D7D7;
2
+ background-color: #FFFFFF;
3
+ }
4
+ body.background-primary {
5
+ background-color: #2C089B;
6
+ }
7
+ body.background-secondary {
8
+ background-color: #2C089B;
9
+ }
10
+ body.background-tertiary {
11
+ background-color: #2C089B;
3
12
  }
4
13
 
5
14
  h1, h3, h3, h4, h5, h6 {
@@ -242,7 +251,6 @@ a:hover {
242
251
  color: #2C089B;
243
252
  background-color: transparent;
244
253
  text-decoration: underline;
245
- box-shadow: none;
246
254
  border: 0;
247
255
  padding-left: 0;
248
256
  padding-right: 0;
@@ -256,7 +264,6 @@ a:hover {
256
264
  color: #2AF135;
257
265
  background-color: transparent;
258
266
  text-decoration: underline;
259
- box-shadow: none;
260
267
  border: 0;
261
268
  padding-left: 0;
262
269
  padding-right: 0;
@@ -270,7 +277,6 @@ a:hover {
270
277
  color: #FF7272;
271
278
  background-color: transparent;
272
279
  text-decoration: underline;
273
- box-shadow: none;
274
280
  border: 0;
275
281
  padding-left: 0;
276
282
  padding-right: 0;
@@ -284,7 +290,6 @@ a:hover {
284
290
  color: #FFFFFF;
285
291
  background-color: transparent;
286
292
  text-decoration: underline;
287
- box-shadow: none;
288
293
  border: 0;
289
294
  padding-left: 0;
290
295
  padding-right: 0;
@@ -1,5 +1,14 @@
1
1
  body {
2
- background-color: #D7D7D7;
2
+ background-color: #FFFFFF;
3
+ }
4
+ body.background-primary {
5
+ background-color: #2C089B;
6
+ }
7
+ body.background-secondary {
8
+ background-color: #2C089B;
9
+ }
10
+ body.background-tertiary {
11
+ background-color: #2C089B;
3
12
  }
4
13
 
5
14
  h1, h3, h3, h4, h5, h6 {
@@ -242,7 +251,6 @@ a:hover {
242
251
  color: #2C089B;
243
252
  background-color: transparent;
244
253
  text-decoration: underline;
245
- box-shadow: none;
246
254
  border: 0;
247
255
  padding-left: 0;
248
256
  padding-right: 0;
@@ -256,7 +264,6 @@ a:hover {
256
264
  color: #2AF135;
257
265
  background-color: transparent;
258
266
  text-decoration: underline;
259
- box-shadow: none;
260
267
  border: 0;
261
268
  padding-left: 0;
262
269
  padding-right: 0;
@@ -270,7 +277,6 @@ a:hover {
270
277
  color: #FF7272;
271
278
  background-color: transparent;
272
279
  text-decoration: underline;
273
- box-shadow: none;
274
280
  border: 0;
275
281
  padding-left: 0;
276
282
  padding-right: 0;
@@ -284,7 +290,6 @@ a:hover {
284
290
  color: #FFFFFF;
285
291
  background-color: transparent;
286
292
  text-decoration: underline;
287
- box-shadow: none;
288
293
  border: 0;
289
294
  padding-left: 0;
290
295
  padding-right: 0;
@@ -1,5 +1,14 @@
1
1
  body {
2
- background-color: #D7D7D7;
2
+ background-color: #FFFFFF;
3
+ }
4
+ body.background-primary {
5
+ background-color: #2C089B;
6
+ }
7
+ body.background-secondary {
8
+ background-color: #2C089B;
9
+ }
10
+ body.background-tertiary {
11
+ background-color: #2C089B;
3
12
  }
4
13
 
5
14
  h1, h3, h3, h4, h5, h6 {
@@ -242,7 +251,6 @@ a:hover {
242
251
  color: #2C089B;
243
252
  background-color: transparent;
244
253
  text-decoration: underline;
245
- box-shadow: none;
246
254
  border: 0;
247
255
  padding-left: 0;
248
256
  padding-right: 0;
@@ -256,7 +264,6 @@ a:hover {
256
264
  color: #2AF135;
257
265
  background-color: transparent;
258
266
  text-decoration: underline;
259
- box-shadow: none;
260
267
  border: 0;
261
268
  padding-left: 0;
262
269
  padding-right: 0;
@@ -270,7 +277,6 @@ a:hover {
270
277
  color: #FF7272;
271
278
  background-color: transparent;
272
279
  text-decoration: underline;
273
- box-shadow: none;
274
280
  border: 0;
275
281
  padding-left: 0;
276
282
  padding-right: 0;
@@ -284,7 +290,6 @@ a:hover {
284
290
  color: #FFFFFF;
285
291
  background-color: transparent;
286
292
  text-decoration: underline;
287
- box-shadow: none;
288
293
  border: 0;
289
294
  padding-left: 0;
290
295
  padding-right: 0;
@@ -518,6 +523,9 @@ a:hover {
518
523
  .container a.full-width-true {
519
524
  display: block;
520
525
  }
526
+ .container.centered-true {
527
+ text-align: center;
528
+ }
521
529
  .container .msg-wrapper {
522
530
  display: flex;
523
531
  justify-content: center;
@@ -8,15 +8,17 @@ export class BiggiveButton {
8
8
  this.colourScheme = 'primary';
9
9
  this.label = 'Click me';
10
10
  this.url = undefined;
11
+ this.openInNewTab = false;
11
12
  this.fullWidth = false;
12
13
  this.size = 'medium';
13
14
  this.rounded = false;
15
+ this.centered = false;
14
16
  this.isFutureCampaign = false;
15
17
  this.isPastCampaign = false;
16
18
  this.datetime = undefined;
17
19
  }
18
20
  render() {
19
- return (h("div", { class: 'container space-below-' + this.spaceBelow }, this.isFutureCampaign || this.isPastCampaign ? (h("div", { class: "msg-wrapper" }, h("biggive-misc-icon", { "background-colour": "white", "icon-colour": "black", icon: "Timer" }), this.isFutureCampaign ? h("p", null, "Launches ", this.datetime) : h("p", null, "Closed ", this.datetime))) : (h("a", { href: this.url, class: 'button button-' + this.colourScheme + ' full-width-' + this.fullWidth.toString() + ' size-' + this.size + ' rounded-' + this.rounded.toString() }, h("span", { onClick: this.handleButtonClick }, this.label)))));
21
+ return (h("div", { class: 'container space-below-' + this.spaceBelow + ' centered-' + this.centered }, this.isFutureCampaign || this.isPastCampaign ? (h("div", { class: "msg-wrapper" }, h("biggive-misc-icon", { "background-colour": "white", "icon-colour": "black", icon: "Timer" }), this.isFutureCampaign ? h("p", null, "Launches ", this.datetime) : h("p", null, "Closed ", this.datetime))) : (h("a", { href: this.url, target: this.openInNewTab ? '_blank' : '_self', class: 'button button-' + this.colourScheme + ' full-width-' + this.fullWidth.toString() + ' size-' + this.size + ' rounded-' + this.rounded.toString() }, h("span", { onClick: this.handleButtonClick }, this.label)))));
20
22
  }
21
23
  static get is() { return "biggive-button"; }
22
24
  static get encapsulation() { return "shadow"; }
@@ -104,6 +106,24 @@ export class BiggiveButton {
104
106
  "reflect": false,
105
107
  "defaultValue": "undefined"
106
108
  },
109
+ "openInNewTab": {
110
+ "type": "boolean",
111
+ "mutable": false,
112
+ "complexType": {
113
+ "original": "boolean",
114
+ "resolved": "boolean",
115
+ "references": {}
116
+ },
117
+ "required": false,
118
+ "optional": false,
119
+ "docs": {
120
+ "tags": [],
121
+ "text": "New Tab"
122
+ },
123
+ "attribute": "open-in-new-tab",
124
+ "reflect": false,
125
+ "defaultValue": "false"
126
+ },
107
127
  "fullWidth": {
108
128
  "type": "boolean",
109
129
  "mutable": false,
@@ -158,6 +178,24 @@ export class BiggiveButton {
158
178
  "reflect": false,
159
179
  "defaultValue": "false"
160
180
  },
181
+ "centered": {
182
+ "type": "boolean",
183
+ "mutable": false,
184
+ "complexType": {
185
+ "original": "boolean",
186
+ "resolved": "boolean",
187
+ "references": {}
188
+ },
189
+ "required": false,
190
+ "optional": false,
191
+ "docs": {
192
+ "tags": [],
193
+ "text": "Centered"
194
+ },
195
+ "attribute": "centered",
196
+ "reflect": false,
197
+ "defaultValue": "false"
198
+ },
161
199
  "isFutureCampaign": {
162
200
  "type": "boolean",
163
201
  "mutable": false,
@@ -32,6 +32,9 @@ export default {
32
32
  url: {
33
33
  name: 'Url',
34
34
  },
35
+ openInNewTab: {
36
+ name: 'Open in new tab',
37
+ },
35
38
  fullWidth: {
36
39
  name: 'Full width',
37
40
  },
@@ -45,6 +48,9 @@ export default {
45
48
  rounded: {
46
49
  name: 'Rounded',
47
50
  },
51
+ centered: {
52
+ name: 'Centered',
53
+ },
48
54
  },
49
55
  };
50
56
  const Template = args => `
@@ -56,9 +62,11 @@ const Template = args => `
56
62
  datetime="${args.datetime}"
57
63
  label="${args.label}"
58
64
  url="${args.url}"
65
+ open-in-new-tab="${args.openInNewTab}"
59
66
  full-width=${args.fullWidth}
60
67
  size=${args.size}
61
68
  rounded=${args.rounded}
69
+ centered=${args.centered}
62
70
  </biggive-button>
63
71
  `;
64
72
  export const ButtonComponent = Template.bind({});
@@ -70,7 +78,9 @@ ButtonComponent.args = {
70
78
  datetime: '29/11/2022, 12:00',
71
79
  label: 'Donate now',
72
80
  url: 'http://www.google.com',
81
+ openInNewTab: false,
73
82
  fullWidth: false,
74
83
  size: 'medium',
75
84
  rounded: false,
85
+ centered: false,
76
86
  };
@@ -1,5 +1,14 @@
1
1
  body {
2
- background-color: #D7D7D7;
2
+ background-color: #FFFFFF;
3
+ }
4
+ body.background-primary {
5
+ background-color: #2C089B;
6
+ }
7
+ body.background-secondary {
8
+ background-color: #2C089B;
9
+ }
10
+ body.background-tertiary {
11
+ background-color: #2C089B;
3
12
  }
4
13
 
5
14
  h1, h3, h3, h4, h5, h6 {
@@ -242,7 +251,6 @@ a:hover {
242
251
  color: #2C089B;
243
252
  background-color: transparent;
244
253
  text-decoration: underline;
245
- box-shadow: none;
246
254
  border: 0;
247
255
  padding-left: 0;
248
256
  padding-right: 0;
@@ -256,7 +264,6 @@ a:hover {
256
264
  color: #2AF135;
257
265
  background-color: transparent;
258
266
  text-decoration: underline;
259
- box-shadow: none;
260
267
  border: 0;
261
268
  padding-left: 0;
262
269
  padding-right: 0;
@@ -270,7 +277,6 @@ a:hover {
270
277
  color: #FF7272;
271
278
  background-color: transparent;
272
279
  text-decoration: underline;
273
- box-shadow: none;
274
280
  border: 0;
275
281
  padding-left: 0;
276
282
  padding-right: 0;
@@ -284,7 +290,6 @@ a:hover {
284
290
  color: #FFFFFF;
285
291
  background-color: transparent;
286
292
  text-decoration: underline;
287
- box-shadow: none;
288
293
  border: 0;
289
294
  padding-left: 0;
290
295
  padding-right: 0;
@@ -1,5 +1,14 @@
1
1
  body {
2
- background-color: #D7D7D7;
2
+ background-color: #FFFFFF;
3
+ }
4
+ body.background-primary {
5
+ background-color: #2C089B;
6
+ }
7
+ body.background-secondary {
8
+ background-color: #2C089B;
9
+ }
10
+ body.background-tertiary {
11
+ background-color: #2C089B;
3
12
  }
4
13
 
5
14
  h1, h3, h3, h4, h5, h6 {
@@ -242,7 +251,6 @@ a:hover {
242
251
  color: #2C089B;
243
252
  background-color: transparent;
244
253
  text-decoration: underline;
245
- box-shadow: none;
246
254
  border: 0;
247
255
  padding-left: 0;
248
256
  padding-right: 0;
@@ -256,7 +264,6 @@ a:hover {
256
264
  color: #2AF135;
257
265
  background-color: transparent;
258
266
  text-decoration: underline;
259
- box-shadow: none;
260
267
  border: 0;
261
268
  padding-left: 0;
262
269
  padding-right: 0;
@@ -270,7 +277,6 @@ a:hover {
270
277
  color: #FF7272;
271
278
  background-color: transparent;
272
279
  text-decoration: underline;
273
- box-shadow: none;
274
280
  border: 0;
275
281
  padding-left: 0;
276
282
  padding-right: 0;
@@ -284,7 +290,6 @@ a:hover {
284
290
  color: #FFFFFF;
285
291
  background-color: transparent;
286
292
  text-decoration: underline;
287
- box-shadow: none;
288
293
  border: 0;
289
294
  padding-left: 0;
290
295
  padding-right: 0;
@@ -1,5 +1,14 @@
1
1
  body {
2
- background-color: #D7D7D7;
2
+ background-color: #FFFFFF;
3
+ }
4
+ body.background-primary {
5
+ background-color: #2C089B;
6
+ }
7
+ body.background-secondary {
8
+ background-color: #2C089B;
9
+ }
10
+ body.background-tertiary {
11
+ background-color: #2C089B;
3
12
  }
4
13
 
5
14
  h1, h3, h3, h4, h5, h6 {
@@ -242,7 +251,6 @@ a:hover {
242
251
  color: #2C089B;
243
252
  background-color: transparent;
244
253
  text-decoration: underline;
245
- box-shadow: none;
246
254
  border: 0;
247
255
  padding-left: 0;
248
256
  padding-right: 0;
@@ -256,7 +264,6 @@ a:hover {
256
264
  color: #2AF135;
257
265
  background-color: transparent;
258
266
  text-decoration: underline;
259
- box-shadow: none;
260
267
  border: 0;
261
268
  padding-left: 0;
262
269
  padding-right: 0;
@@ -270,7 +277,6 @@ a:hover {
270
277
  color: #FF7272;
271
278
  background-color: transparent;
272
279
  text-decoration: underline;
273
- box-shadow: none;
274
280
  border: 0;
275
281
  padding-left: 0;
276
282
  padding-right: 0;
@@ -284,7 +290,6 @@ a:hover {
284
290
  color: #FFFFFF;
285
291
  background-color: transparent;
286
292
  text-decoration: underline;
287
- box-shadow: none;
288
293
  border: 0;
289
294
  padding-left: 0;
290
295
  padding-right: 0;
@@ -33,6 +33,12 @@ export class BiggiveCampaignCardFilterGrid {
33
33
  this.el.shadowRoot.getElementById('filter-popup').openFromOutside();
34
34
  };
35
35
  this.handleClearAll = () => {
36
+ this.searchText = null;
37
+ this.sortBy = null;
38
+ this.filterCategory = null;
39
+ this.filterBeneficiary = null;
40
+ this.filterLocation = null;
41
+ this.filterFunding = null;
36
42
  this.filtersApplied = false;
37
43
  this.doClearFilters.emit(true);
38
44
  };
@@ -1,5 +1,14 @@
1
1
  body {
2
- background-color: #D7D7D7;
2
+ background-color: #FFFFFF;
3
+ }
4
+ body.background-primary {
5
+ background-color: #2C089B;
6
+ }
7
+ body.background-secondary {
8
+ background-color: #2C089B;
9
+ }
10
+ body.background-tertiary {
11
+ background-color: #2C089B;
3
12
  }
4
13
 
5
14
  h1, h3, h3, h4, h5, h6 {
@@ -242,7 +251,6 @@ a:hover {
242
251
  color: #2C089B;
243
252
  background-color: transparent;
244
253
  text-decoration: underline;
245
- box-shadow: none;
246
254
  border: 0;
247
255
  padding-left: 0;
248
256
  padding-right: 0;
@@ -256,7 +264,6 @@ a:hover {
256
264
  color: #2AF135;
257
265
  background-color: transparent;
258
266
  text-decoration: underline;
259
- box-shadow: none;
260
267
  border: 0;
261
268
  padding-left: 0;
262
269
  padding-right: 0;
@@ -270,7 +277,6 @@ a:hover {
270
277
  color: #FF7272;
271
278
  background-color: transparent;
272
279
  text-decoration: underline;
273
- box-shadow: none;
274
280
  border: 0;
275
281
  padding-left: 0;
276
282
  padding-right: 0;
@@ -284,7 +290,6 @@ a:hover {
284
290
  color: #FFFFFF;
285
291
  background-color: transparent;
286
292
  text-decoration: underline;
287
- box-shadow: none;
288
293
  border: 0;
289
294
  padding-left: 0;
290
295
  padding-right: 0;
@@ -1,5 +1,14 @@
1
1
  body {
2
- background-color: #D7D7D7;
2
+ background-color: #FFFFFF;
3
+ }
4
+ body.background-primary {
5
+ background-color: #2C089B;
6
+ }
7
+ body.background-secondary {
8
+ background-color: #2C089B;
9
+ }
10
+ body.background-tertiary {
11
+ background-color: #2C089B;
3
12
  }
4
13
 
5
14
  h1, h3, h3, h4, h5, h6 {
@@ -242,7 +251,6 @@ a:hover {
242
251
  color: #2C089B;
243
252
  background-color: transparent;
244
253
  text-decoration: underline;
245
- box-shadow: none;
246
254
  border: 0;
247
255
  padding-left: 0;
248
256
  padding-right: 0;
@@ -256,7 +264,6 @@ a:hover {
256
264
  color: #2AF135;
257
265
  background-color: transparent;
258
266
  text-decoration: underline;
259
- box-shadow: none;
260
267
  border: 0;
261
268
  padding-left: 0;
262
269
  padding-right: 0;
@@ -270,7 +277,6 @@ a:hover {
270
277
  color: #FF7272;
271
278
  background-color: transparent;
272
279
  text-decoration: underline;
273
- box-shadow: none;
274
280
  border: 0;
275
281
  padding-left: 0;
276
282
  padding-right: 0;
@@ -284,7 +290,6 @@ a:hover {
284
290
  color: #FFFFFF;
285
291
  background-color: transparent;
286
292
  text-decoration: underline;
287
- box-shadow: none;
288
293
  border: 0;
289
294
  padding-left: 0;
290
295
  padding-right: 0;
@@ -1,5 +1,14 @@
1
1
  body {
2
- background-color: #D7D7D7;
2
+ background-color: #FFFFFF;
3
+ }
4
+ body.background-primary {
5
+ background-color: #2C089B;
6
+ }
7
+ body.background-secondary {
8
+ background-color: #2C089B;
9
+ }
10
+ body.background-tertiary {
11
+ background-color: #2C089B;
3
12
  }
4
13
 
5
14
  h1, h3, h3, h4, h5, h6 {
@@ -242,7 +251,6 @@ a:hover {
242
251
  color: #2C089B;
243
252
  background-color: transparent;
244
253
  text-decoration: underline;
245
- box-shadow: none;
246
254
  border: 0;
247
255
  padding-left: 0;
248
256
  padding-right: 0;
@@ -256,7 +264,6 @@ a:hover {
256
264
  color: #2AF135;
257
265
  background-color: transparent;
258
266
  text-decoration: underline;
259
- box-shadow: none;
260
267
  border: 0;
261
268
  padding-left: 0;
262
269
  padding-right: 0;
@@ -270,7 +277,6 @@ a:hover {
270
277
  color: #FF7272;
271
278
  background-color: transparent;
272
279
  text-decoration: underline;
273
- box-shadow: none;
274
280
  border: 0;
275
281
  padding-left: 0;
276
282
  padding-right: 0;
@@ -284,7 +290,6 @@ a:hover {
284
290
  color: #FFFFFF;
285
291
  background-color: transparent;
286
292
  text-decoration: underline;
287
- box-shadow: none;
288
293
  border: 0;
289
294
  padding-left: 0;
290
295
  padding-right: 0;
@@ -1,5 +1,14 @@
1
1
  body {
2
- background-color: #D7D7D7;
2
+ background-color: #FFFFFF;
3
+ }
4
+ body.background-primary {
5
+ background-color: #2C089B;
6
+ }
7
+ body.background-secondary {
8
+ background-color: #2C089B;
9
+ }
10
+ body.background-tertiary {
11
+ background-color: #2C089B;
3
12
  }
4
13
 
5
14
  h1, h3, h3, h4, h5, h6 {
@@ -242,7 +251,6 @@ a:hover {
242
251
  color: #2C089B;
243
252
  background-color: transparent;
244
253
  text-decoration: underline;
245
- box-shadow: none;
246
254
  border: 0;
247
255
  padding-left: 0;
248
256
  padding-right: 0;
@@ -256,7 +264,6 @@ a:hover {
256
264
  color: #2AF135;
257
265
  background-color: transparent;
258
266
  text-decoration: underline;
259
- box-shadow: none;
260
267
  border: 0;
261
268
  padding-left: 0;
262
269
  padding-right: 0;
@@ -270,7 +277,6 @@ a:hover {
270
277
  color: #FF7272;
271
278
  background-color: transparent;
272
279
  text-decoration: underline;
273
- box-shadow: none;
274
280
  border: 0;
275
281
  padding-left: 0;
276
282
  padding-right: 0;
@@ -284,7 +290,6 @@ a:hover {
284
290
  color: #FFFFFF;
285
291
  background-color: transparent;
286
292
  text-decoration: underline;
287
- box-shadow: none;
288
293
  border: 0;
289
294
  padding-left: 0;
290
295
  padding-right: 0;
@@ -1,5 +1,14 @@
1
1
  body {
2
- background-color: #D7D7D7;
2
+ background-color: #FFFFFF;
3
+ }
4
+ body.background-primary {
5
+ background-color: #2C089B;
6
+ }
7
+ body.background-secondary {
8
+ background-color: #2C089B;
9
+ }
10
+ body.background-tertiary {
11
+ background-color: #2C089B;
3
12
  }
4
13
 
5
14
  h1, h3, h3, h4, h5, h6 {
@@ -242,7 +251,6 @@ a:hover {
242
251
  color: #2C089B;
243
252
  background-color: transparent;
244
253
  text-decoration: underline;
245
- box-shadow: none;
246
254
  border: 0;
247
255
  padding-left: 0;
248
256
  padding-right: 0;
@@ -256,7 +264,6 @@ a:hover {
256
264
  color: #2AF135;
257
265
  background-color: transparent;
258
266
  text-decoration: underline;
259
- box-shadow: none;
260
267
  border: 0;
261
268
  padding-left: 0;
262
269
  padding-right: 0;
@@ -270,7 +277,6 @@ a:hover {
270
277
  color: #FF7272;
271
278
  background-color: transparent;
272
279
  text-decoration: underline;
273
- box-shadow: none;
274
280
  border: 0;
275
281
  padding-left: 0;
276
282
  padding-right: 0;
@@ -284,7 +290,6 @@ a:hover {
284
290
  color: #FFFFFF;
285
291
  background-color: transparent;
286
292
  text-decoration: underline;
287
- box-shadow: none;
288
293
  border: 0;
289
294
  padding-left: 0;
290
295
  padding-right: 0;