@biggive/components 202303201257.0.0 → 202303231047.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 (157) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/{p-5406c558.entry.js → p-044de4a5.entry.js} +1 -1
  3. package/dist/biggive/p-0f955c67.entry.js +1 -0
  4. package/dist/biggive/{p-4402efe9.entry.js → p-12035aa2.entry.js} +1 -1
  5. package/dist/biggive/{p-42649676.entry.js → p-14a9d9a4.entry.js} +1 -1
  6. package/dist/biggive/p-15630ae5.entry.js +1 -0
  7. package/dist/biggive/{p-63abb338.entry.js → p-1e8f981c.entry.js} +1 -1
  8. package/dist/biggive/{p-b73fddaa.entry.js → p-241aed7a.entry.js} +1 -1
  9. package/dist/biggive/{p-f6dedf7d.entry.js → p-2fa6188d.entry.js} +1 -1
  10. package/dist/biggive/{p-87487165.entry.js → p-518fd1c9.entry.js} +1 -1
  11. package/dist/biggive/{p-2c639bd5.entry.js → p-58521290.entry.js} +1 -1
  12. package/dist/biggive/{p-ff8bc382.js → p-740166e9.js} +2 -2
  13. package/dist/biggive/{p-41588003.entry.js → p-76413b3e.entry.js} +1 -1
  14. package/dist/biggive/{p-26c0b6cf.entry.js → p-7be9d211.entry.js} +1 -1
  15. package/dist/biggive/{p-01d03da2.entry.js → p-d8ec56e6.entry.js} +1 -1
  16. package/dist/biggive/{p-f375edb7.entry.js → p-f224b742.entry.js} +1 -1
  17. package/dist/biggive/{p-ead5a5ce.entry.js → p-fe1f033c.entry.js} +1 -1
  18. package/dist/cjs/{biggive-accordion_35.cjs.entry.js → biggive-accordion_43.cjs.entry.js} +445 -32
  19. package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -2
  20. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
  21. package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -2
  22. package/dist/cjs/biggive-category-icon.cjs.entry.js +2 -2
  23. package/dist/cjs/biggive-form.cjs.entry.js +1 -1
  24. package/dist/cjs/biggive-header.cjs.entry.js +1 -1
  25. package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
  26. package/dist/cjs/biggive-nav-group.cjs.entry.js +1 -1
  27. package/dist/cjs/biggive-nav-item.cjs.entry.js +1 -1
  28. package/dist/cjs/biggive-popup-standalone.cjs.entry.js +1 -1
  29. package/dist/cjs/biggive-search.cjs.entry.js +1 -1
  30. package/dist/cjs/biggive-table.cjs.entry.js +2 -2
  31. package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
  32. package/dist/cjs/biggive-video.cjs.entry.js +1 -1
  33. package/dist/cjs/biggive.cjs.js +2 -2
  34. package/dist/cjs/{index-8dd1da4d.js → index-8dcaaf94.js} +3 -0
  35. package/dist/cjs/loader.cjs.js +2 -2
  36. package/dist/collection/collection-manifest.json +5 -0
  37. package/dist/collection/components/biggive-accordion/biggive-accordion.css +2 -2
  38. package/dist/collection/components/biggive-accordion/biggive-accordion.stories.js +3 -3
  39. package/dist/collection/components/biggive-article-card/biggive-article-card.css +36 -13
  40. package/dist/collection/components/biggive-article-card/biggive-article-card.js +258 -32
  41. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +1 -1
  42. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +1 -1
  43. package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +592 -1
  44. package/dist/collection/components/biggive-biography-card/biggive-biography-card.js +218 -8
  45. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +1 -1
  46. package/dist/collection/components/biggive-button/biggive-button.css +110 -0
  47. package/dist/collection/components/biggive-carousel/biggive-carousel.css +18 -5
  48. package/dist/collection/components/biggive-carousel/biggive-carousel.js +18 -11
  49. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +1 -1
  50. package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.css +34 -0
  51. package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.js +166 -0
  52. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.css +420 -0
  53. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.js +144 -0
  54. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.stories.js +53 -0
  55. package/dist/collection/components/biggive-grid/biggive-grid.css +166 -6
  56. package/dist/collection/components/biggive-grid/biggive-grid.js +28 -4
  57. package/dist/collection/components/biggive-icon-button/biggive-icon-button.css +418 -0
  58. package/dist/collection/components/biggive-icon-button/biggive-icon-button.js +400 -0
  59. package/dist/collection/components/biggive-icon-button/biggive-icon-button.stories.js +116 -0
  60. package/dist/collection/components/biggive-image-button/biggive-image-button.css +369 -0
  61. package/dist/collection/components/biggive-image-button/biggive-image-button.js +401 -0
  62. package/dist/collection/components/biggive-image-button/biggive-image-button.stories.js +115 -0
  63. package/dist/collection/components/biggive-main-menu/biggive-main-menu.js +1 -1
  64. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +1 -1
  65. package/dist/collection/components/biggive-page-section/biggive-page-section.css +33 -1
  66. package/dist/collection/components/biggive-sheet/biggive-sheet.css +379 -0
  67. package/dist/collection/components/biggive-sheet/biggive-sheet.js +111 -0
  68. package/dist/collection/components/biggive-sheet/biggive-sheet.stories.js +34 -0
  69. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +1 -1
  70. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +9 -5
  71. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +33 -3
  72. package/dist/collection/components/biggive-table/biggive-table.css +1 -1
  73. package/dist/collection/components/biggive-timeline/biggive-timeline.css +9 -11
  74. package/dist/collection/components/biggive-timeline/biggive-timeline.js +38 -5
  75. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.css +1 -1
  76. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.js +1 -1
  77. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +1 -1
  78. package/dist/components/biggive-accordion.js +1 -1
  79. package/dist/components/biggive-article-card.js +44 -9
  80. package/dist/components/biggive-basic-card.js +1 -1
  81. package/dist/components/biggive-beneficiary-icon.js +1 -1
  82. package/dist/components/biggive-biography-card.js +40 -3
  83. package/dist/components/biggive-boxed-content.js +1 -1
  84. package/dist/components/biggive-button2.js +1 -1
  85. package/dist/components/biggive-carousel.js +1 -83
  86. package/dist/components/biggive-carousel2.js +92 -0
  87. package/dist/components/biggive-category-icon.js +1 -1
  88. package/dist/components/biggive-filtered-carousel.d.ts +11 -0
  89. package/dist/components/biggive-filtered-carousel.js +99 -0
  90. package/dist/components/biggive-generic-icon.d.ts +11 -0
  91. package/dist/components/biggive-generic-icon.js +6 -0
  92. package/dist/components/biggive-generic-icon2.js +59 -0
  93. package/dist/components/biggive-grid.js +5 -3
  94. package/dist/components/biggive-icon-button.d.ts +11 -0
  95. package/dist/components/biggive-icon-button.js +89 -0
  96. package/dist/components/biggive-image-button.d.ts +11 -0
  97. package/dist/components/biggive-image-button.js +83 -0
  98. package/dist/components/biggive-main-menu.js +1 -1
  99. package/dist/components/biggive-misc-icon2.js +1 -1
  100. package/dist/components/biggive-page-section.js +1 -1
  101. package/dist/components/biggive-sheet.d.ts +11 -0
  102. package/dist/components/biggive-sheet.js +60 -0
  103. package/dist/components/biggive-social-icon2.js +1 -1
  104. package/dist/components/biggive-tabbed-content.js +34 -4
  105. package/dist/components/biggive-table.js +1 -1
  106. package/dist/components/biggive-timeline.js +39 -6
  107. package/dist/components/biggive-tipping-slider.js +2 -2
  108. package/dist/components/biggive-totalizer.js +1 -1
  109. package/dist/components/index.d.ts +5 -0
  110. package/dist/components/index.js +5 -0
  111. package/dist/esm/{biggive-accordion_35.entry.js → biggive-accordion_43.entry.js} +438 -33
  112. package/dist/esm/biggive-basic-card.entry.js +2 -2
  113. package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
  114. package/dist/esm/biggive-boxed-content.entry.js +2 -2
  115. package/dist/esm/biggive-category-icon.entry.js +2 -2
  116. package/dist/esm/biggive-form.entry.js +1 -1
  117. package/dist/esm/biggive-header.entry.js +1 -1
  118. package/dist/esm/biggive-icon-group.entry.js +1 -1
  119. package/dist/esm/biggive-nav-group.entry.js +1 -1
  120. package/dist/esm/biggive-nav-item.entry.js +1 -1
  121. package/dist/esm/biggive-popup-standalone.entry.js +1 -1
  122. package/dist/esm/biggive-search.entry.js +1 -1
  123. package/dist/esm/biggive-table.entry.js +2 -2
  124. package/dist/esm/biggive-text-input.entry.js +1 -1
  125. package/dist/esm/biggive-video.entry.js +1 -1
  126. package/dist/esm/biggive.js +2 -2
  127. package/dist/esm/{index-801eebfb.js → index-341903f8.js} +3 -0
  128. package/dist/esm/loader.js +2 -2
  129. package/dist/types/components/biggive-article-card/biggive-article-card.d.ts +17 -42
  130. package/dist/types/components/biggive-biography-card/biggive-biography-card.d.ts +12 -13
  131. package/dist/types/components/biggive-carousel/biggive-carousel.d.ts +2 -1
  132. package/dist/types/components/biggive-filtered-carousel/biggive-filtered-carousel.d.ts +12 -0
  133. package/dist/types/components/biggive-generic-icon/biggive-generic-icon.d.ts +10 -0
  134. package/dist/types/components/biggive-generic-icon/biggive-generic-icon.stories.d.ts +38 -0
  135. package/dist/types/components/biggive-grid/biggive-grid.d.ts +3 -7
  136. package/dist/types/components/biggive-icon-button/biggive-icon-button.d.ts +28 -0
  137. package/dist/types/components/biggive-icon-button/biggive-icon-button.stories.d.ts +81 -0
  138. package/dist/types/components/biggive-image-button/biggive-image-button.d.ts +28 -0
  139. package/dist/types/components/biggive-image-button/biggive-image-button.stories.d.ts +78 -0
  140. package/dist/types/components/biggive-sheet/biggive-sheet.d.ts +15 -0
  141. package/dist/types/components/biggive-sheet/biggive-sheet.stories.d.ts +21 -0
  142. package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.d.ts +3 -0
  143. package/dist/types/components/biggive-timeline/biggive-timeline.d.ts +3 -0
  144. package/dist/types/components.d.ts +229 -126
  145. package/hydrate/index.js +517 -51
  146. package/package.json +1 -1
  147. package/dist/biggive/p-265a6be4.entry.js +0 -1
  148. package/dist/biggive/p-4a1ba0c4.entry.js +0 -1
  149. package/dist/biggive/p-4adb4dce.entry.js +0 -1
  150. package/dist/biggive/p-87edb8c6.entry.js +0 -1
  151. package/dist/biggive/p-8feb91ae.entry.js +0 -1
  152. package/dist/cjs/biggive-article-card.cjs.entry.js +0 -31
  153. package/dist/cjs/biggive-biography-card.cjs.entry.js +0 -23
  154. package/dist/cjs/biggive-formatted-text.cjs.entry.js +0 -22
  155. package/dist/esm/biggive-article-card.entry.js +0 -27
  156. package/dist/esm/biggive-biography-card.entry.js +0 -19
  157. package/dist/esm/biggive-formatted-text.entry.js +0 -18
@@ -1,19 +0,0 @@
1
- import { r as registerInstance, h } from './index-801eebfb.js';
2
-
3
- const biggiveBiographyCardCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.image-wrap img{width:100%;height:auto}.space-above-0{margin-top:0}.space-above-1{margin-top:5px}.space-above-2{margin-top:10px}.space-above-3{margin-top:15px}.space-above-4{margin-top:30px}.space-above-5{margin-top:45px}.space-above-6{margin-top:60px}.space-below-0{margin-bottom:0}.space-below-1{margin-bottom:5px}.space-below-2{margin-bottom:10px}.space-below-3{margin-bottom:15px}.space-below-4{margin-bottom:30px}.space-below-5{margin-bottom:45px}.space-below-6{margin-bottom:60px}:host{display:block}.container{background-size:contain;background-position:center center}";
4
-
5
- const BiggiveBiographyCard = class {
6
- constructor(hostRef) {
7
- registerInstance(this, hostRef);
8
- this.spaceBelow = 0;
9
- this.imageUrl = '';
10
- this.fullName = '';
11
- this.jobTitle = '';
12
- }
13
- render() {
14
- return (h("div", { class: 'container space-below-' + this.spaceBelow }, this.imageUrl != '' ? (h("div", { class: "image-wrap", style: { 'background-image': "url('" + this.imageUrl + "')" } }, h("img", { src: this.imageUrl, alt: this.fullName, title: this.fullName }))) : null, h("h3", { class: "full-name" }, this.fullName), h("div", { class: "job-title" }, this.jobTitle)));
15
- }
16
- };
17
- BiggiveBiographyCard.style = biggiveBiographyCardCss;
18
-
19
- export { BiggiveBiographyCard as biggive_biography_card };
@@ -1,18 +0,0 @@
1
- import { r as registerInstance, h } from './index-801eebfb.js';
2
-
3
- const biggiveFormattedTextCss = "a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}.space-above-0{margin-top:0}.space-above-1{margin-top:5px}.space-above-2{margin-top:10px}.space-above-3{margin-top:15px}.space-above-4{margin-top:30px}.space-above-5{margin-top:45px}.space-above-6{margin-top:60px}.space-below-0{margin-bottom:0}.space-below-1{margin-bottom:5px}.space-below-2{margin-bottom:10px}.space-below-3{margin-bottom:15px}.space-below-4{margin-bottom:30px}.space-below-5{margin-bottom:45px}.space-below-6{margin-bottom:60px}.text-colour-hover-primary:hover,.text-colour-primary{color:#2C089B}.text-colour-hover-secondary:hover,.text-colour-secondary{color:#2AF135}.text-colour-hover-tertiary:hover,.text-colour-tertiary{color:#FF7272}.text-colour-hover-brand-1:hover,.text-colour-brand-1{color:#B30510}.text-colour-hover-brand-2:hover,.text-colour-brand-2{color:#6E0887}.text-colour-hover-brand-3:hover,.text-colour-brand-3{color:#50B400}.text-colour-hover-brand-4:hover,.text-colour-brand-4{color:#FFE500}.text-colour-hover-brand-5:hover,.text-colour-brand-5{color:#F07D00}.text-colour-hover-brand-6:hover,.text-colour-brand-6{color:#CBC8C8}.text-colour-hover-white:hover,.text-colour-white{color:#FFFFFF}.text-colour-hover-black:hover,.text-colour-black{color:#000000}.text-colour-hover-grey-extra-light:hover,.text-colour-grey-extra-light{color:#D7D7D7}.text-colour-hover-grey-light:hover,.text-colour-grey-light{color:#E8E8E8}.text-colour-hover-grey-medium:hover,.text-colour-grey-medium{color:#8A8A8A}.text-colour-hover-grey-dark:hover,.text-colour-grey-dark{color:#4A4A4A}:host{display:block}.container{font-family:\"Euclid Triangle\", sans-serif;font-size:17px;line-height:24px}.container img{width:100%;height:auto}.container.max-width-10 .sleeve{max-width:10%;margin-left:auto;margin-right:auto}.container.max-width-15 .sleeve{max-width:15%;margin-left:auto;margin-right:auto}.container.max-width-20 .sleeve{max-width:20%;margin-left:auto;margin-right:auto}.container.max-width-25 .sleeve{max-width:25%;margin-left:auto;margin-right:auto}.container.max-width-30 .sleeve{max-width:30%;margin-left:auto;margin-right:auto}.container.max-width-35 .sleeve{max-width:35%;margin-left:auto;margin-right:auto}.container.max-width-40 .sleeve{max-width:40%;margin-left:auto;margin-right:auto}.container.max-width-45 .sleeve{max-width:45%;margin-left:auto;margin-right:auto}.container.max-width-50 .sleeve{max-width:50%;margin-left:auto;margin-right:auto}.container.max-width-55 .sleeve{max-width:55%;margin-left:auto;margin-right:auto}.container.max-width-60 .sleeve{max-width:60%;margin-left:auto;margin-right:auto}.container.max-width-65 .sleeve{max-width:65%;margin-left:auto;margin-right:auto}.container.max-width-70 .sleeve{max-width:70%;margin-left:auto;margin-right:auto}.container.max-width-75 .sleeve{max-width:75%;margin-left:auto;margin-right:auto}.container.max-width-80 .sleeve{max-width:80%;margin-left:auto;margin-right:auto}.container.max-width-85 .sleeve{max-width:85%;margin-left:auto;margin-right:auto}.container.max-width-90 .sleeve{max-width:90%;margin-left:auto;margin-right:auto}.container.max-width-95 .sleeve{max-width:95%;margin-left:auto;margin-right:auto}";
4
-
5
- const BiggiveFormattedText = class {
6
- constructor(hostRef) {
7
- registerInstance(this, hostRef);
8
- this.spaceBelow = 0;
9
- this.defaultTextColour = 'primary';
10
- this.maxWidth = 100;
11
- }
12
- render() {
13
- return (h("div", { class: 'container max-width-' + this.maxWidth + ' text-colour-' + this.defaultTextColour + ' space-below-' + this.spaceBelow }, h("slot", null)));
14
- }
15
- };
16
- BiggiveFormattedText.style = biggiveFormattedTextCss;
17
-
18
- export { BiggiveFormattedText as biggive_formatted_text };