@biggive/components 202303031057.0.0 → 202303031121.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist/collection/components/biggive-article-card/biggive-article-card.css +3 -0
  2. package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.css +3 -0
  3. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +3 -0
  4. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +3 -0
  5. package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +3 -0
  6. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +3 -0
  7. package/dist/collection/components/biggive-branded-image/biggive-branded-image.css +3 -0
  8. package/dist/collection/components/biggive-button/biggive-button.css +3 -0
  9. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +3 -0
  10. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +3 -0
  11. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +3 -0
  12. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +3 -0
  13. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +3 -0
  14. package/dist/collection/components/biggive-footer/biggive-footer.css +3 -0
  15. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.css +3 -0
  16. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.css +3 -0
  17. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +3 -0
  18. package/dist/collection/components/biggive-grid/biggive-grid.css +3 -0
  19. package/dist/collection/components/biggive-header/biggive-header.css +3 -0
  20. package/dist/collection/components/biggive-heading/biggive-heading.css +3 -0
  21. package/dist/collection/components/biggive-heading/biggive-heading.js +2 -2
  22. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +3 -0
  23. package/dist/collection/components/biggive-icon-group/biggive-icon-group.css +3 -0
  24. package/dist/collection/components/biggive-image/biggive-image.css +3 -0
  25. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +3 -0
  26. package/dist/collection/components/biggive-main-menu/biggive-main-menu.css +3 -0
  27. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +3 -0
  28. package/dist/collection/components/biggive-nav-group/biggive-nav-group.css +3 -0
  29. package/dist/collection/components/biggive-nav-item/biggive-nav-item.css +3 -0
  30. package/dist/collection/components/biggive-page-column/biggive-page-column.css +3 -0
  31. package/dist/collection/components/biggive-page-columns/biggive-page-columns.css +3 -0
  32. package/dist/collection/components/biggive-page-section/biggive-page-section.css +3 -0
  33. package/dist/collection/components/biggive-popup/biggive-popup.css +3 -0
  34. package/dist/collection/components/biggive-popup-standalone/biggive-popup-standalone.css +3 -0
  35. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +3 -0
  36. package/dist/collection/components/biggive-quote/biggive-quote.css +3 -0
  37. package/dist/collection/components/biggive-search/biggive-search.css +3 -0
  38. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +3 -0
  39. package/dist/collection/components/biggive-tab/biggive-tab.css +3 -0
  40. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +3 -0
  41. package/dist/collection/components/biggive-table/biggive-table.css +3 -0
  42. package/dist/collection/components/biggive-table/biggive-table.js +4 -4
  43. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +3 -0
  44. package/dist/collection/components/biggive-totalizer-ticker-item/biggive-totalizer-ticker-item.css +3 -0
  45. package/dist/collection/components/biggive-video/biggive-video.css +3 -0
  46. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +3 -0
  47. package/dist/types/globals/brand-colour.d.ts +7 -1
  48. package/package.json +1 -1
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -80,7 +80,7 @@ export class BiggiveHeading {
80
80
  "mutable": false,
81
81
  "complexType": {
82
82
  "original": "brandColour",
83
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-light\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
83
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
84
84
  "references": {
85
85
  "brandColour": {
86
86
  "location": "import",
@@ -203,7 +203,7 @@ export class BiggiveHeading {
203
203
  "mutable": false,
204
204
  "complexType": {
205
205
  "original": "brandColour",
206
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-light\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
206
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
207
207
  "references": {
208
208
  "brandColour": {
209
209
  "location": "import",
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -55,7 +55,7 @@ export class BiggiveTable {
55
55
  "mutable": false,
56
56
  "complexType": {
57
57
  "original": "brandColour",
58
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-light\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
58
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
59
59
  "references": {
60
60
  "brandColour": {
61
61
  "location": "import",
@@ -78,7 +78,7 @@ export class BiggiveTable {
78
78
  "mutable": false,
79
79
  "complexType": {
80
80
  "original": "brandColour",
81
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-light\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
81
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
82
82
  "references": {
83
83
  "brandColour": {
84
84
  "location": "import",
@@ -101,7 +101,7 @@ export class BiggiveTable {
101
101
  "mutable": false,
102
102
  "complexType": {
103
103
  "original": "brandColour",
104
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-light\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
104
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
105
105
  "references": {
106
106
  "brandColour": {
107
107
  "location": "import",
@@ -124,7 +124,7 @@ export class BiggiveTable {
124
124
  "mutable": false,
125
125
  "complexType": {
126
126
  "original": "brandColour",
127
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-light\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
127
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
128
128
  "references": {
129
129
  "brandColour": {
130
130
  "location": "import",
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1 +1,7 @@
1
- export type brandColour = 'primary' | 'secondary' | 'tertiary' | 'brand-1' | 'brand-2' | 'brand-3' | 'brand-4' | 'brand-5' | 'brand-6' | 'black' | 'white' | 'grey-light' | 'grey-dark';
1
+ /**
2
+ * @see $brandColours in src/globals/variables.scss . This and that should be updated together.
3
+ *
4
+ * @todo consider changing values to remove need for comments. Not doing right now to avoid possible semantic
5
+ * merge conflicts.
6
+ */
7
+ export type brandColour = 'primary' | 'secondary' | 'tertiary' | 'brand-1' | 'brand-2' | 'brand-3' | 'brand-4' | 'brand-5' | 'brand-6' | 'white' | 'black' | 'grey-extra-light' | 'grey-light' | 'grey-medium' | 'grey-dark';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@biggive/components",
3
3
  "_comment": "Version number below is automatically replaced during CircleCI build.",
4
- "version": "202303031057.0.0",
4
+ "version": "202303031121.0.0",
5
5
  "description": "Big Give Components",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.js",