@biggive/components 202307200905.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.
- package/dist/biggive/biggive.esm.js +1 -1
- package/dist/biggive/{p-0d3008a2.entry.js → p-4ac3c59d.entry.js} +1 -1
- package/dist/biggive/p-5ff6d84f.entry.js +1 -0
- package/dist/biggive/p-a70e0902.entry.js +1 -0
- package/dist/biggive/p-b878559d.entry.js +1 -0
- package/dist/biggive/{p-9946cc08.entry.js → p-c0f333bc.entry.js} +1 -1
- package/dist/biggive/{p-e5f630d1.entry.js → p-e0041d91.entry.js} +1 -1
- package/dist/biggive/{p-50d9a75b.entry.js → p-e1f37ddb.entry.js} +1 -1
- package/dist/cjs/biggive-accordion_42.cjs.entry.js +27 -28
- package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -3
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +1 -1
- package/dist/cjs/biggive-boxed-content.cjs.entry.js +1 -1
- package/dist/cjs/biggive-category-icon.cjs.entry.js +1 -1
- package/dist/cjs/biggive-image-card.cjs.entry.js +57 -0
- package/dist/cjs/biggive-table.cjs.entry.js +1 -1
- package/dist/cjs/biggive.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.css +4 -4
- package/dist/collection/components/biggive-article-card/biggive-article-card.css +11 -12
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +5 -14
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +1 -20
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +4 -4
- package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +9 -9
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +1 -1
- package/dist/collection/components/biggive-button/biggive-button.css +5 -5
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +1 -1
- package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +1 -1
- package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +1 -1
- package/dist/collection/components/biggive-carousel/biggive-carousel.css +1 -1
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +4 -4
- package/dist/collection/components/biggive-form-field-text-input/biggive-text-input.js +1 -19
- package/dist/collection/components/biggive-form-field-text-input/biggive-text-input.stories.js +25 -0
- package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +1 -4
- package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.js +1 -1
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.css +6 -6
- package/dist/collection/components/biggive-heading/biggive-heading.css +2 -2
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +2 -2
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.css +4 -4
- package/dist/collection/components/biggive-image-button/biggive-image-button.css +3 -3
- package/dist/collection/components/biggive-image-card/biggive-image-card.css +496 -0
- package/dist/collection/components/biggive-image-card/biggive-image-card.js +481 -0
- package/dist/collection/components/biggive-image-card/biggive-image-card.stories.js +80 -0
- package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +1 -1
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +6 -6
- package/dist/collection/components/biggive-page-section/biggive-page-section.css +1 -1
- package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +1 -1
- package/dist/collection/components/biggive-quote/biggive-quote.css +2 -2
- package/dist/collection/components/biggive-sheet/biggive-sheet.css +4 -4
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +8 -8
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +54 -9
- package/dist/collection/components/biggive-table/biggive-table.css +12 -6
- package/dist/collection/components/biggive-timeline/biggive-timeline.css +13 -13
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +2 -2
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +1 -1
- package/dist/components/biggive-accordion.js +1 -1
- package/dist/components/biggive-article-card.js +1 -1
- package/dist/components/biggive-basic-card.js +2 -4
- package/dist/components/biggive-beneficiary-icon.js +1 -1
- package/dist/components/biggive-biography-card.js +1 -1
- package/dist/components/biggive-boxed-content.js +1 -1
- package/dist/components/biggive-button2.js +1 -1
- package/dist/components/biggive-call-to-action.js +1 -1
- package/dist/components/biggive-campaign-card.js +1 -1
- package/dist/components/biggive-campaign-highlights.js +1 -1
- package/dist/components/biggive-carousel2.js +1 -1
- package/dist/components/biggive-category-icon.js +1 -1
- package/dist/components/biggive-formatted-text.js +2 -2
- package/dist/components/biggive-generic-icon2.js +1 -1
- package/dist/components/biggive-heading.js +1 -1
- package/dist/components/biggive-hero-image.js +1 -1
- package/dist/components/biggive-icon-button.js +1 -1
- package/dist/components/biggive-image-button.js +1 -1
- package/dist/components/biggive-image-card.d.ts +11 -0
- package/dist/components/biggive-image-card.js +100 -0
- package/dist/components/biggive-image-feature.js +1 -1
- package/dist/components/biggive-misc-icon2.js +1 -1
- package/dist/components/biggive-page-section.js +1 -1
- package/dist/components/biggive-progress-bar2.js +1 -1
- package/dist/components/biggive-quote.js +1 -1
- package/dist/components/biggive-sheet.js +1 -1
- package/dist/components/biggive-social-icon2.js +1 -1
- package/dist/components/biggive-tabbed-content.js +1 -1
- package/dist/components/biggive-table.js +1 -1
- package/dist/components/biggive-text-input.js +2 -4
- package/dist/components/biggive-timeline.js +1 -1
- package/dist/components/biggive-totalizer.js +1 -1
- package/dist/components/biggive-video-feature.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/esm/biggive-accordion_42.entry.js +27 -28
- package/dist/esm/biggive-basic-card.entry.js +2 -3
- package/dist/esm/biggive-beneficiary-icon.entry.js +1 -1
- package/dist/esm/biggive-boxed-content.entry.js +1 -1
- package/dist/esm/biggive-category-icon.entry.js +1 -1
- package/dist/esm/biggive-image-card.entry.js +53 -0
- package/dist/esm/biggive-table.entry.js +1 -1
- package/dist/esm/biggive.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +0 -1
- package/dist/types/components/biggive-form-field-text-input/biggive-text-input.d.ts +0 -4
- package/dist/types/components/biggive-form-field-text-input/biggive-text-input.stories.d.ts +5 -0
- package/dist/types/components/biggive-image-card/biggive-image-card.d.ts +27 -0
- package/dist/types/components/biggive-image-card/biggive-image-card.stories.d.ts +52 -0
- package/dist/types/components.d.ts +57 -10
- package/hydrate/index.js +116 -38
- package/package.json +1 -1
- package/dist/biggive/p-25a791f1.entry.js +0 -1
- package/dist/biggive/p-ceb0433f.entry.js +0 -1
|
@@ -65,7 +65,6 @@ export namespace Components {
|
|
|
65
65
|
"spaceBelow": spacingOption;
|
|
66
66
|
"subtitle": string;
|
|
67
67
|
"teaser": string;
|
|
68
|
-
"textAlign": 'left' | 'center' | 'right';
|
|
69
68
|
"textColour": brandColour;
|
|
70
69
|
}
|
|
71
70
|
interface BiggiveBeneficiaryIcon {
|
|
@@ -739,6 +738,30 @@ export namespace Components {
|
|
|
739
738
|
"textColour": brandColour;
|
|
740
739
|
"url": string;
|
|
741
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
|
+
}
|
|
742
765
|
interface BiggiveImageFeature {
|
|
743
766
|
/**
|
|
744
767
|
* Button Colour Scheme
|
|
@@ -974,10 +997,6 @@ export namespace Components {
|
|
|
974
997
|
* ISO-4217 currency code if input is for a money value
|
|
975
998
|
*/
|
|
976
999
|
"currency": 'GBP' | 'USD' | undefined;
|
|
977
|
-
/**
|
|
978
|
-
* Displayed as 'eyebrow' label over the top border of the box.
|
|
979
|
-
*/
|
|
980
|
-
"prompt": string;
|
|
981
1000
|
"selectStyle": 'bordered' | 'underlined';
|
|
982
1001
|
"spaceBelow": number;
|
|
983
1002
|
"value": string;
|
|
@@ -1303,6 +1322,12 @@ declare global {
|
|
|
1303
1322
|
prototype: HTMLBiggiveImageButtonElement;
|
|
1304
1323
|
new (): HTMLBiggiveImageButtonElement;
|
|
1305
1324
|
};
|
|
1325
|
+
interface HTMLBiggiveImageCardElement extends Components.BiggiveImageCard, HTMLStencilElement {
|
|
1326
|
+
}
|
|
1327
|
+
var HTMLBiggiveImageCardElement: {
|
|
1328
|
+
prototype: HTMLBiggiveImageCardElement;
|
|
1329
|
+
new (): HTMLBiggiveImageCardElement;
|
|
1330
|
+
};
|
|
1306
1331
|
interface HTMLBiggiveImageFeatureElement extends Components.BiggiveImageFeature, HTMLStencilElement {
|
|
1307
1332
|
}
|
|
1308
1333
|
var HTMLBiggiveImageFeatureElement: {
|
|
@@ -1479,6 +1504,7 @@ declare global {
|
|
|
1479
1504
|
"biggive-icon-group": HTMLBiggiveIconGroupElement;
|
|
1480
1505
|
"biggive-image": HTMLBiggiveImageElement;
|
|
1481
1506
|
"biggive-image-button": HTMLBiggiveImageButtonElement;
|
|
1507
|
+
"biggive-image-card": HTMLBiggiveImageCardElement;
|
|
1482
1508
|
"biggive-image-feature": HTMLBiggiveImageFeatureElement;
|
|
1483
1509
|
"biggive-main-menu": HTMLBiggiveMainMenuElement;
|
|
1484
1510
|
"biggive-misc-icon": HTMLBiggiveMiscIconElement;
|
|
@@ -1560,7 +1586,6 @@ declare namespace LocalJSX {
|
|
|
1560
1586
|
"spaceBelow"?: spacingOption;
|
|
1561
1587
|
"subtitle"?: string;
|
|
1562
1588
|
"teaser"?: string;
|
|
1563
|
-
"textAlign"?: 'left' | 'center' | 'right';
|
|
1564
1589
|
"textColour"?: brandColour;
|
|
1565
1590
|
}
|
|
1566
1591
|
interface BiggiveBeneficiaryIcon {
|
|
@@ -2248,6 +2273,30 @@ declare namespace LocalJSX {
|
|
|
2248
2273
|
"textColour"?: brandColour;
|
|
2249
2274
|
"url"?: string;
|
|
2250
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
|
+
}
|
|
2251
2300
|
interface BiggiveImageFeature {
|
|
2252
2301
|
/**
|
|
2253
2302
|
* Button Colour Scheme
|
|
@@ -2480,10 +2529,6 @@ declare namespace LocalJSX {
|
|
|
2480
2529
|
* ISO-4217 currency code if input is for a money value
|
|
2481
2530
|
*/
|
|
2482
2531
|
"currency"?: 'GBP' | 'USD' | undefined;
|
|
2483
|
-
/**
|
|
2484
|
-
* Displayed as 'eyebrow' label over the top border of the box.
|
|
2485
|
-
*/
|
|
2486
|
-
"prompt": string;
|
|
2487
2532
|
"selectStyle"?: 'bordered' | 'underlined';
|
|
2488
2533
|
"spaceBelow"?: number;
|
|
2489
2534
|
"value": string;
|
|
@@ -2643,6 +2688,7 @@ declare namespace LocalJSX {
|
|
|
2643
2688
|
"biggive-icon-group": BiggiveIconGroup;
|
|
2644
2689
|
"biggive-image": BiggiveImage;
|
|
2645
2690
|
"biggive-image-button": BiggiveImageButton;
|
|
2691
|
+
"biggive-image-card": BiggiveImageCard;
|
|
2646
2692
|
"biggive-image-feature": BiggiveImageFeature;
|
|
2647
2693
|
"biggive-main-menu": BiggiveMainMenu;
|
|
2648
2694
|
"biggive-misc-icon": BiggiveMiscIcon;
|
|
@@ -2701,6 +2747,7 @@ declare module "@stencil/core" {
|
|
|
2701
2747
|
"biggive-icon-group": LocalJSX.BiggiveIconGroup & JSXBase.HTMLAttributes<HTMLBiggiveIconGroupElement>;
|
|
2702
2748
|
"biggive-image": LocalJSX.BiggiveImage & JSXBase.HTMLAttributes<HTMLBiggiveImageElement>;
|
|
2703
2749
|
"biggive-image-button": LocalJSX.BiggiveImageButton & JSXBase.HTMLAttributes<HTMLBiggiveImageButtonElement>;
|
|
2750
|
+
"biggive-image-card": LocalJSX.BiggiveImageCard & JSXBase.HTMLAttributes<HTMLBiggiveImageCardElement>;
|
|
2704
2751
|
"biggive-image-feature": LocalJSX.BiggiveImageFeature & JSXBase.HTMLAttributes<HTMLBiggiveImageFeatureElement>;
|
|
2705
2752
|
"biggive-main-menu": LocalJSX.BiggiveMainMenu & JSXBase.HTMLAttributes<HTMLBiggiveMainMenuElement>;
|
|
2706
2753
|
"biggive-misc-icon": LocalJSX.BiggiveMiscIcon & JSXBase.HTMLAttributes<HTMLBiggiveMiscIconElement>;
|