@biggive/components 202307201413.0.0 → 202307271559.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 (106) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/{p-0d3008a2.entry.js → p-4ac3c59d.entry.js} +1 -1
  3. package/dist/biggive/p-5ff6d84f.entry.js +1 -0
  4. package/dist/biggive/{p-9c09a586.entry.js → p-a70e0902.entry.js} +1 -1
  5. package/dist/biggive/p-b878559d.entry.js +1 -0
  6. package/dist/biggive/{p-9946cc08.entry.js → p-c0f333bc.entry.js} +1 -1
  7. package/dist/biggive/{p-e5f630d1.entry.js → p-e0041d91.entry.js} +1 -1
  8. package/dist/biggive/{p-50d9a75b.entry.js → p-e1f37ddb.entry.js} +1 -1
  9. package/dist/cjs/biggive-accordion_42.cjs.entry.js +27 -28
  10. package/dist/cjs/biggive-basic-card.cjs.entry.js +1 -1
  11. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +1 -1
  12. package/dist/cjs/biggive-boxed-content.cjs.entry.js +1 -1
  13. package/dist/cjs/biggive-category-icon.cjs.entry.js +1 -1
  14. package/dist/cjs/biggive-image-card.cjs.entry.js +57 -0
  15. package/dist/cjs/biggive-table.cjs.entry.js +1 -1
  16. package/dist/cjs/biggive.cjs.js +1 -1
  17. package/dist/cjs/loader.cjs.js +1 -1
  18. package/dist/collection/collection-manifest.json +1 -0
  19. package/dist/collection/components/biggive-accordion/biggive-accordion.css +4 -4
  20. package/dist/collection/components/biggive-article-card/biggive-article-card.css +6 -6
  21. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +3 -3
  22. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +4 -4
  23. package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +9 -9
  24. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +1 -1
  25. package/dist/collection/components/biggive-button/biggive-button.css +5 -5
  26. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +1 -1
  27. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +1 -1
  28. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +1 -1
  29. package/dist/collection/components/biggive-carousel/biggive-carousel.css +1 -1
  30. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +4 -4
  31. package/dist/collection/components/biggive-form-field-text-input/biggive-text-input.js +1 -19
  32. package/dist/collection/components/biggive-form-field-text-input/biggive-text-input.stories.js +25 -0
  33. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +1 -1
  34. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.js +1 -1
  35. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.css +6 -6
  36. package/dist/collection/components/biggive-heading/biggive-heading.css +2 -2
  37. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +2 -2
  38. package/dist/collection/components/biggive-icon-button/biggive-icon-button.css +4 -4
  39. package/dist/collection/components/biggive-image-button/biggive-image-button.css +3 -3
  40. package/dist/collection/components/biggive-image-card/biggive-image-card.css +496 -0
  41. package/dist/collection/components/biggive-image-card/biggive-image-card.js +481 -0
  42. package/dist/collection/components/biggive-image-card/biggive-image-card.stories.js +80 -0
  43. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +1 -1
  44. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +6 -6
  45. package/dist/collection/components/biggive-page-section/biggive-page-section.css +1 -1
  46. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +1 -1
  47. package/dist/collection/components/biggive-quote/biggive-quote.css +2 -2
  48. package/dist/collection/components/biggive-sheet/biggive-sheet.css +4 -4
  49. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +8 -8
  50. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +54 -9
  51. package/dist/collection/components/biggive-table/biggive-table.css +12 -6
  52. package/dist/collection/components/biggive-timeline/biggive-timeline.css +13 -13
  53. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +2 -2
  54. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +1 -1
  55. package/dist/components/biggive-accordion.js +1 -1
  56. package/dist/components/biggive-article-card.js +1 -1
  57. package/dist/components/biggive-basic-card.js +1 -1
  58. package/dist/components/biggive-beneficiary-icon.js +1 -1
  59. package/dist/components/biggive-biography-card.js +1 -1
  60. package/dist/components/biggive-boxed-content.js +1 -1
  61. package/dist/components/biggive-button2.js +1 -1
  62. package/dist/components/biggive-call-to-action.js +1 -1
  63. package/dist/components/biggive-campaign-card.js +1 -1
  64. package/dist/components/biggive-campaign-highlights.js +1 -1
  65. package/dist/components/biggive-carousel2.js +1 -1
  66. package/dist/components/biggive-category-icon.js +1 -1
  67. package/dist/components/biggive-formatted-text.js +2 -2
  68. package/dist/components/biggive-generic-icon2.js +1 -1
  69. package/dist/components/biggive-heading.js +1 -1
  70. package/dist/components/biggive-hero-image.js +1 -1
  71. package/dist/components/biggive-icon-button.js +1 -1
  72. package/dist/components/biggive-image-button.js +1 -1
  73. package/dist/components/biggive-image-card.d.ts +11 -0
  74. package/dist/components/biggive-image-card.js +100 -0
  75. package/dist/components/biggive-image-feature.js +1 -1
  76. package/dist/components/biggive-misc-icon2.js +1 -1
  77. package/dist/components/biggive-page-section.js +1 -1
  78. package/dist/components/biggive-progress-bar2.js +1 -1
  79. package/dist/components/biggive-quote.js +1 -1
  80. package/dist/components/biggive-sheet.js +1 -1
  81. package/dist/components/biggive-social-icon2.js +1 -1
  82. package/dist/components/biggive-tabbed-content.js +1 -1
  83. package/dist/components/biggive-table.js +1 -1
  84. package/dist/components/biggive-text-input.js +2 -4
  85. package/dist/components/biggive-timeline.js +1 -1
  86. package/dist/components/biggive-totalizer.js +1 -1
  87. package/dist/components/biggive-video-feature.js +1 -1
  88. package/dist/components/index.d.ts +1 -0
  89. package/dist/components/index.js +1 -0
  90. package/dist/esm/biggive-accordion_42.entry.js +27 -28
  91. package/dist/esm/biggive-basic-card.entry.js +1 -1
  92. package/dist/esm/biggive-beneficiary-icon.entry.js +1 -1
  93. package/dist/esm/biggive-boxed-content.entry.js +1 -1
  94. package/dist/esm/biggive-category-icon.entry.js +1 -1
  95. package/dist/esm/biggive-image-card.entry.js +53 -0
  96. package/dist/esm/biggive-table.entry.js +1 -1
  97. package/dist/esm/biggive.js +1 -1
  98. package/dist/esm/loader.js +1 -1
  99. package/dist/types/components/biggive-form-field-text-input/biggive-text-input.d.ts +0 -4
  100. package/dist/types/components/biggive-form-field-text-input/biggive-text-input.stories.d.ts +5 -0
  101. package/dist/types/components/biggive-image-card/biggive-image-card.d.ts +27 -0
  102. package/dist/types/components/biggive-image-card/biggive-image-card.stories.d.ts +52 -0
  103. package/dist/types/components.d.ts +57 -8
  104. package/hydrate/index.js +115 -35
  105. package/package.json +1 -1
  106. package/dist/biggive/p-b9acc214.entry.js +0 -1
@@ -738,6 +738,30 @@ export namespace Components {
738
738
  "textColour": brandColour;
739
739
  "url": string;
740
740
  }
741
+ interface BiggiveImageCard {
742
+ "backgroundColour": brandColour;
743
+ "backgroundImageUrl": string;
744
+ "buttonColour": brandColour;
745
+ "buttonLabel": string;
746
+ "buttonUrl": string;
747
+ "clipBottomLeftCorner": boolean;
748
+ "clipTopRightCorner": boolean;
749
+ "date": string;
750
+ "dateColour": brandColour;
751
+ "image1AltText": string;
752
+ "image1Url": string;
753
+ "image2AltText": string;
754
+ "image2Url": string;
755
+ "imageLabel": string;
756
+ "imageLabelColour": brandColour;
757
+ "mainImageAltText": string;
758
+ "mainImageUrl": string;
759
+ "mainTitle": string;
760
+ "mainTitleColour": brandColour;
761
+ "slug": string;
762
+ "slugColour": brandColour;
763
+ "spaceBelow": spacingOption;
764
+ }
741
765
  interface BiggiveImageFeature {
742
766
  /**
743
767
  * Button Colour Scheme
@@ -973,10 +997,6 @@ export namespace Components {
973
997
  * ISO-4217 currency code if input is for a money value
974
998
  */
975
999
  "currency": 'GBP' | 'USD' | undefined;
976
- /**
977
- * Displayed as 'eyebrow' label over the top border of the box.
978
- */
979
- "prompt": string;
980
1000
  "selectStyle": 'bordered' | 'underlined';
981
1001
  "spaceBelow": number;
982
1002
  "value": string;
@@ -1302,6 +1322,12 @@ declare global {
1302
1322
  prototype: HTMLBiggiveImageButtonElement;
1303
1323
  new (): HTMLBiggiveImageButtonElement;
1304
1324
  };
1325
+ interface HTMLBiggiveImageCardElement extends Components.BiggiveImageCard, HTMLStencilElement {
1326
+ }
1327
+ var HTMLBiggiveImageCardElement: {
1328
+ prototype: HTMLBiggiveImageCardElement;
1329
+ new (): HTMLBiggiveImageCardElement;
1330
+ };
1305
1331
  interface HTMLBiggiveImageFeatureElement extends Components.BiggiveImageFeature, HTMLStencilElement {
1306
1332
  }
1307
1333
  var HTMLBiggiveImageFeatureElement: {
@@ -1478,6 +1504,7 @@ declare global {
1478
1504
  "biggive-icon-group": HTMLBiggiveIconGroupElement;
1479
1505
  "biggive-image": HTMLBiggiveImageElement;
1480
1506
  "biggive-image-button": HTMLBiggiveImageButtonElement;
1507
+ "biggive-image-card": HTMLBiggiveImageCardElement;
1481
1508
  "biggive-image-feature": HTMLBiggiveImageFeatureElement;
1482
1509
  "biggive-main-menu": HTMLBiggiveMainMenuElement;
1483
1510
  "biggive-misc-icon": HTMLBiggiveMiscIconElement;
@@ -2246,6 +2273,30 @@ declare namespace LocalJSX {
2246
2273
  "textColour"?: brandColour;
2247
2274
  "url"?: string;
2248
2275
  }
2276
+ interface BiggiveImageCard {
2277
+ "backgroundColour"?: brandColour;
2278
+ "backgroundImageUrl"?: string;
2279
+ "buttonColour"?: brandColour;
2280
+ "buttonLabel"?: string;
2281
+ "buttonUrl"?: string;
2282
+ "clipBottomLeftCorner"?: boolean;
2283
+ "clipTopRightCorner"?: boolean;
2284
+ "date"?: string;
2285
+ "dateColour"?: brandColour;
2286
+ "image1AltText"?: string;
2287
+ "image1Url"?: string;
2288
+ "image2AltText"?: string;
2289
+ "image2Url"?: string;
2290
+ "imageLabel"?: string;
2291
+ "imageLabelColour"?: brandColour;
2292
+ "mainImageAltText"?: string;
2293
+ "mainImageUrl"?: string;
2294
+ "mainTitle"?: string;
2295
+ "mainTitleColour"?: brandColour;
2296
+ "slug"?: string;
2297
+ "slugColour"?: brandColour;
2298
+ "spaceBelow"?: spacingOption;
2299
+ }
2249
2300
  interface BiggiveImageFeature {
2250
2301
  /**
2251
2302
  * Button Colour Scheme
@@ -2478,10 +2529,6 @@ declare namespace LocalJSX {
2478
2529
  * ISO-4217 currency code if input is for a money value
2479
2530
  */
2480
2531
  "currency"?: 'GBP' | 'USD' | undefined;
2481
- /**
2482
- * Displayed as 'eyebrow' label over the top border of the box.
2483
- */
2484
- "prompt": string;
2485
2532
  "selectStyle"?: 'bordered' | 'underlined';
2486
2533
  "spaceBelow"?: number;
2487
2534
  "value": string;
@@ -2641,6 +2688,7 @@ declare namespace LocalJSX {
2641
2688
  "biggive-icon-group": BiggiveIconGroup;
2642
2689
  "biggive-image": BiggiveImage;
2643
2690
  "biggive-image-button": BiggiveImageButton;
2691
+ "biggive-image-card": BiggiveImageCard;
2644
2692
  "biggive-image-feature": BiggiveImageFeature;
2645
2693
  "biggive-main-menu": BiggiveMainMenu;
2646
2694
  "biggive-misc-icon": BiggiveMiscIcon;
@@ -2699,6 +2747,7 @@ declare module "@stencil/core" {
2699
2747
  "biggive-icon-group": LocalJSX.BiggiveIconGroup & JSXBase.HTMLAttributes<HTMLBiggiveIconGroupElement>;
2700
2748
  "biggive-image": LocalJSX.BiggiveImage & JSXBase.HTMLAttributes<HTMLBiggiveImageElement>;
2701
2749
  "biggive-image-button": LocalJSX.BiggiveImageButton & JSXBase.HTMLAttributes<HTMLBiggiveImageButtonElement>;
2750
+ "biggive-image-card": LocalJSX.BiggiveImageCard & JSXBase.HTMLAttributes<HTMLBiggiveImageCardElement>;
2702
2751
  "biggive-image-feature": LocalJSX.BiggiveImageFeature & JSXBase.HTMLAttributes<HTMLBiggiveImageFeatureElement>;
2703
2752
  "biggive-main-menu": LocalJSX.BiggiveMainMenu & JSXBase.HTMLAttributes<HTMLBiggiveMainMenuElement>;
2704
2753
  "biggive-misc-icon": LocalJSX.BiggiveMiscIcon & JSXBase.HTMLAttributes<HTMLBiggiveMiscIconElement>;