@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.
- package/dist/biggive/biggive.esm.js +1 -1
- package/dist/biggive/{p-5406c558.entry.js → p-044de4a5.entry.js} +1 -1
- package/dist/biggive/p-0f955c67.entry.js +1 -0
- package/dist/biggive/{p-4402efe9.entry.js → p-12035aa2.entry.js} +1 -1
- package/dist/biggive/{p-42649676.entry.js → p-14a9d9a4.entry.js} +1 -1
- package/dist/biggive/p-15630ae5.entry.js +1 -0
- package/dist/biggive/{p-63abb338.entry.js → p-1e8f981c.entry.js} +1 -1
- package/dist/biggive/{p-b73fddaa.entry.js → p-241aed7a.entry.js} +1 -1
- package/dist/biggive/{p-f6dedf7d.entry.js → p-2fa6188d.entry.js} +1 -1
- package/dist/biggive/{p-87487165.entry.js → p-518fd1c9.entry.js} +1 -1
- package/dist/biggive/{p-2c639bd5.entry.js → p-58521290.entry.js} +1 -1
- package/dist/biggive/{p-ff8bc382.js → p-740166e9.js} +2 -2
- package/dist/biggive/{p-41588003.entry.js → p-76413b3e.entry.js} +1 -1
- package/dist/biggive/{p-26c0b6cf.entry.js → p-7be9d211.entry.js} +1 -1
- package/dist/biggive/{p-01d03da2.entry.js → p-d8ec56e6.entry.js} +1 -1
- package/dist/biggive/{p-f375edb7.entry.js → p-f224b742.entry.js} +1 -1
- package/dist/biggive/{p-ead5a5ce.entry.js → p-fe1f033c.entry.js} +1 -1
- package/dist/cjs/{biggive-accordion_35.cjs.entry.js → biggive-accordion_43.cjs.entry.js} +445 -32
- package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -2
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -2
- package/dist/cjs/biggive-category-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-form.cjs.entry.js +1 -1
- package/dist/cjs/biggive-header.cjs.entry.js +1 -1
- package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-nav-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-nav-item.cjs.entry.js +1 -1
- package/dist/cjs/biggive-popup-standalone.cjs.entry.js +1 -1
- package/dist/cjs/biggive-search.cjs.entry.js +1 -1
- package/dist/cjs/biggive-table.cjs.entry.js +2 -2
- package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
- package/dist/cjs/biggive-video.cjs.entry.js +1 -1
- package/dist/cjs/biggive.cjs.js +2 -2
- package/dist/cjs/{index-8dd1da4d.js → index-8dcaaf94.js} +3 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +5 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.css +2 -2
- package/dist/collection/components/biggive-accordion/biggive-accordion.stories.js +3 -3
- package/dist/collection/components/biggive-article-card/biggive-article-card.css +36 -13
- package/dist/collection/components/biggive-article-card/biggive-article-card.js +258 -32
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +1 -1
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +1 -1
- package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +592 -1
- package/dist/collection/components/biggive-biography-card/biggive-biography-card.js +218 -8
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +1 -1
- package/dist/collection/components/biggive-button/biggive-button.css +110 -0
- package/dist/collection/components/biggive-carousel/biggive-carousel.css +18 -5
- package/dist/collection/components/biggive-carousel/biggive-carousel.js +18 -11
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +1 -1
- package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.css +34 -0
- package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.js +166 -0
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.css +420 -0
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.js +144 -0
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.stories.js +53 -0
- package/dist/collection/components/biggive-grid/biggive-grid.css +166 -6
- package/dist/collection/components/biggive-grid/biggive-grid.js +28 -4
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.css +418 -0
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.js +400 -0
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.stories.js +116 -0
- package/dist/collection/components/biggive-image-button/biggive-image-button.css +369 -0
- package/dist/collection/components/biggive-image-button/biggive-image-button.js +401 -0
- package/dist/collection/components/biggive-image-button/biggive-image-button.stories.js +115 -0
- package/dist/collection/components/biggive-main-menu/biggive-main-menu.js +1 -1
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +1 -1
- package/dist/collection/components/biggive-page-section/biggive-page-section.css +33 -1
- package/dist/collection/components/biggive-sheet/biggive-sheet.css +379 -0
- package/dist/collection/components/biggive-sheet/biggive-sheet.js +111 -0
- package/dist/collection/components/biggive-sheet/biggive-sheet.stories.js +34 -0
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +1 -1
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +9 -5
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +33 -3
- package/dist/collection/components/biggive-table/biggive-table.css +1 -1
- package/dist/collection/components/biggive-timeline/biggive-timeline.css +9 -11
- package/dist/collection/components/biggive-timeline/biggive-timeline.js +38 -5
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.css +1 -1
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.js +1 -1
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +1 -1
- package/dist/components/biggive-accordion.js +1 -1
- package/dist/components/biggive-article-card.js +44 -9
- package/dist/components/biggive-basic-card.js +1 -1
- package/dist/components/biggive-beneficiary-icon.js +1 -1
- package/dist/components/biggive-biography-card.js +40 -3
- package/dist/components/biggive-boxed-content.js +1 -1
- package/dist/components/biggive-button2.js +1 -1
- package/dist/components/biggive-carousel.js +1 -83
- package/dist/components/biggive-carousel2.js +92 -0
- package/dist/components/biggive-category-icon.js +1 -1
- package/dist/components/biggive-filtered-carousel.d.ts +11 -0
- package/dist/components/biggive-filtered-carousel.js +99 -0
- package/dist/components/biggive-generic-icon.d.ts +11 -0
- package/dist/components/biggive-generic-icon.js +6 -0
- package/dist/components/biggive-generic-icon2.js +59 -0
- package/dist/components/biggive-grid.js +5 -3
- package/dist/components/biggive-icon-button.d.ts +11 -0
- package/dist/components/biggive-icon-button.js +89 -0
- package/dist/components/biggive-image-button.d.ts +11 -0
- package/dist/components/biggive-image-button.js +83 -0
- package/dist/components/biggive-main-menu.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-sheet.d.ts +11 -0
- package/dist/components/biggive-sheet.js +60 -0
- package/dist/components/biggive-social-icon2.js +1 -1
- package/dist/components/biggive-tabbed-content.js +34 -4
- package/dist/components/biggive-table.js +1 -1
- package/dist/components/biggive-timeline.js +39 -6
- package/dist/components/biggive-tipping-slider.js +2 -2
- package/dist/components/biggive-totalizer.js +1 -1
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.js +5 -0
- package/dist/esm/{biggive-accordion_35.entry.js → biggive-accordion_43.entry.js} +438 -33
- package/dist/esm/biggive-basic-card.entry.js +2 -2
- package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
- package/dist/esm/biggive-boxed-content.entry.js +2 -2
- package/dist/esm/biggive-category-icon.entry.js +2 -2
- package/dist/esm/biggive-form.entry.js +1 -1
- package/dist/esm/biggive-header.entry.js +1 -1
- package/dist/esm/biggive-icon-group.entry.js +1 -1
- package/dist/esm/biggive-nav-group.entry.js +1 -1
- package/dist/esm/biggive-nav-item.entry.js +1 -1
- package/dist/esm/biggive-popup-standalone.entry.js +1 -1
- package/dist/esm/biggive-search.entry.js +1 -1
- package/dist/esm/biggive-table.entry.js +2 -2
- package/dist/esm/biggive-text-input.entry.js +1 -1
- package/dist/esm/biggive-video.entry.js +1 -1
- package/dist/esm/biggive.js +2 -2
- package/dist/esm/{index-801eebfb.js → index-341903f8.js} +3 -0
- package/dist/esm/loader.js +2 -2
- package/dist/types/components/biggive-article-card/biggive-article-card.d.ts +17 -42
- package/dist/types/components/biggive-biography-card/biggive-biography-card.d.ts +12 -13
- package/dist/types/components/biggive-carousel/biggive-carousel.d.ts +2 -1
- package/dist/types/components/biggive-filtered-carousel/biggive-filtered-carousel.d.ts +12 -0
- package/dist/types/components/biggive-generic-icon/biggive-generic-icon.d.ts +10 -0
- package/dist/types/components/biggive-generic-icon/biggive-generic-icon.stories.d.ts +38 -0
- package/dist/types/components/biggive-grid/biggive-grid.d.ts +3 -7
- package/dist/types/components/biggive-icon-button/biggive-icon-button.d.ts +28 -0
- package/dist/types/components/biggive-icon-button/biggive-icon-button.stories.d.ts +81 -0
- package/dist/types/components/biggive-image-button/biggive-image-button.d.ts +28 -0
- package/dist/types/components/biggive-image-button/biggive-image-button.stories.d.ts +78 -0
- package/dist/types/components/biggive-sheet/biggive-sheet.d.ts +15 -0
- package/dist/types/components/biggive-sheet/biggive-sheet.stories.d.ts +21 -0
- package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.d.ts +3 -0
- package/dist/types/components/biggive-timeline/biggive-timeline.d.ts +3 -0
- package/dist/types/components.d.ts +229 -126
- package/hydrate/index.js +517 -51
- package/package.json +1 -1
- package/dist/biggive/p-265a6be4.entry.js +0 -1
- package/dist/biggive/p-4a1ba0c4.entry.js +0 -1
- package/dist/biggive/p-4adb4dce.entry.js +0 -1
- package/dist/biggive/p-87edb8c6.entry.js +0 -1
- package/dist/biggive/p-8feb91ae.entry.js +0 -1
- package/dist/cjs/biggive-article-card.cjs.entry.js +0 -31
- package/dist/cjs/biggive-biography-card.cjs.entry.js +0 -23
- package/dist/cjs/biggive-formatted-text.cjs.entry.js +0 -22
- package/dist/esm/biggive-article-card.entry.js +0 -27
- package/dist/esm/biggive-biography-card.entry.js +0 -19
- package/dist/esm/biggive-formatted-text.entry.js +0 -18
|
@@ -19,54 +19,27 @@ export namespace Components {
|
|
|
19
19
|
"heading": string;
|
|
20
20
|
}
|
|
21
21
|
interface BiggiveArticleCard {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"backgroundColour": string;
|
|
26
|
-
/**
|
|
27
|
-
* Card background colour hover
|
|
28
|
-
*/
|
|
29
|
-
"backgroundColourHover": string;
|
|
30
|
-
/**
|
|
31
|
-
* Button label
|
|
32
|
-
*/
|
|
22
|
+
"backgroundColour": brandColour;
|
|
23
|
+
"backgroundImageUrl": string;
|
|
24
|
+
"buttonColour": brandColour;
|
|
33
25
|
"buttonLabel": string;
|
|
34
|
-
/**
|
|
35
|
-
* Button URL
|
|
36
|
-
*/
|
|
37
26
|
"buttonUrl": string;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
*/
|
|
27
|
+
"clipBottomLeftCorner": boolean;
|
|
28
|
+
"clipTopRightCorner": boolean;
|
|
41
29
|
"date": string;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
* Image Label
|
|
48
|
-
*/
|
|
30
|
+
"dateColour": brandColour;
|
|
31
|
+
"image1AltText": string;
|
|
32
|
+
"image1Url": string;
|
|
33
|
+
"image2AltText": string;
|
|
34
|
+
"image2Url": string;
|
|
49
35
|
"imageLabel": string;
|
|
50
|
-
|
|
51
|
-
* Image URL
|
|
52
|
-
*/
|
|
53
|
-
"imageUrl": string;
|
|
54
|
-
/**
|
|
55
|
-
* Main title
|
|
56
|
-
*/
|
|
36
|
+
"imageLabelColour": brandColour;
|
|
57
37
|
"mainTitle": string;
|
|
58
|
-
|
|
59
|
-
* Slug
|
|
60
|
-
*/
|
|
38
|
+
"mainTitleColour": brandColour;
|
|
61
39
|
"slug": string;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"spaceBelow": number;
|
|
66
|
-
/**
|
|
67
|
-
* Text colour
|
|
68
|
-
*/
|
|
69
|
-
"textColour": string;
|
|
40
|
+
"slugColour": brandColour;
|
|
41
|
+
"spaceBelow": spacingOption;
|
|
42
|
+
"textColour": brandColour;
|
|
70
43
|
}
|
|
71
44
|
interface BiggiveBackToTop {
|
|
72
45
|
}
|
|
@@ -112,22 +85,19 @@ export namespace Components {
|
|
|
112
85
|
"url": string;
|
|
113
86
|
}
|
|
114
87
|
interface BiggiveBiographyCard {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
88
|
+
"backgroundColour": brandColour;
|
|
89
|
+
"borderWidth": spacingOption;
|
|
90
|
+
"circle": boolean;
|
|
118
91
|
"fullName": string;
|
|
119
|
-
|
|
120
|
-
* Full URL of the main image.
|
|
121
|
-
*/
|
|
92
|
+
"imageStyle": 'cover' | 'contain';
|
|
122
93
|
"imageUrl": string;
|
|
123
|
-
/**
|
|
124
|
-
* Job title
|
|
125
|
-
*/
|
|
126
94
|
"jobTitle": string;
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
"
|
|
95
|
+
"ratio": '1,1' | '1,1.5' | '1,2';
|
|
96
|
+
"rounded": boolean;
|
|
97
|
+
"spaceBelow": spacingOption;
|
|
98
|
+
"textAlign": 'center' | 'left' | 'right';
|
|
99
|
+
"textColour": brandColour;
|
|
100
|
+
"url": string;
|
|
131
101
|
}
|
|
132
102
|
interface BiggiveBoxedContent {
|
|
133
103
|
/**
|
|
@@ -499,7 +469,7 @@ export namespace Components {
|
|
|
499
469
|
interface BiggiveCarousel {
|
|
500
470
|
"buttonBackgroundColour": brandColour;
|
|
501
471
|
"buttonIconColour": brandColour;
|
|
502
|
-
"columnCount":
|
|
472
|
+
"columnCount": 1 | 2 | 3 | 4 | 5;
|
|
503
473
|
"spaceBelow": spacingOption;
|
|
504
474
|
}
|
|
505
475
|
interface BiggiveCategoryIcon {
|
|
@@ -524,6 +494,12 @@ export namespace Components {
|
|
|
524
494
|
*/
|
|
525
495
|
"url": string;
|
|
526
496
|
}
|
|
497
|
+
interface BiggiveFilteredCarousel {
|
|
498
|
+
"buttonBackgroundColour": brandColour;
|
|
499
|
+
"buttonIconColour": brandColour;
|
|
500
|
+
"columnCount": 1 | 2 | 3 | 4 | 5;
|
|
501
|
+
"spaceBelow": spacingOption;
|
|
502
|
+
}
|
|
527
503
|
interface BiggiveFooter {
|
|
528
504
|
"headingLevel": 1 | 2 | 3 | 4 | 5 | 6;
|
|
529
505
|
}
|
|
@@ -565,17 +541,19 @@ export namespace Components {
|
|
|
565
541
|
*/
|
|
566
542
|
"spaceBelow": number;
|
|
567
543
|
}
|
|
544
|
+
interface BiggiveGenericIcon {
|
|
545
|
+
"backgroundColour": brandColour;
|
|
546
|
+
"icon": string;
|
|
547
|
+
"iconColour": brandColour;
|
|
548
|
+
"iconGroup": 'beneficiary' | 'misc' | 'social' | 'category';
|
|
549
|
+
"url": string;
|
|
550
|
+
}
|
|
568
551
|
interface BiggiveGrid {
|
|
569
|
-
/**
|
|
570
|
-
* Number of columns in grid
|
|
571
|
-
*/
|
|
572
552
|
"columnCount": number;
|
|
573
|
-
|
|
574
|
-
* Space below component
|
|
575
|
-
*/
|
|
553
|
+
"columnGap": spacingOption;
|
|
576
554
|
"spaceBelow": number;
|
|
577
555
|
/**
|
|
578
|
-
*
|
|
556
|
+
* Deprecated - should use columGap Instead
|
|
579
557
|
*/
|
|
580
558
|
"spaceBetween": boolean;
|
|
581
559
|
}
|
|
@@ -675,6 +653,25 @@ export namespace Components {
|
|
|
675
653
|
*/
|
|
676
654
|
"teaserColour"?: brandColour;
|
|
677
655
|
}
|
|
656
|
+
interface BiggiveIconButton {
|
|
657
|
+
"arrow": boolean;
|
|
658
|
+
"arrowColour": brandColour;
|
|
659
|
+
"backgroundColour": brandColour;
|
|
660
|
+
"backgroundPadding": spacingOption;
|
|
661
|
+
"buttonId": undefined | string;
|
|
662
|
+
"centered": boolean;
|
|
663
|
+
"circle": boolean;
|
|
664
|
+
"icon": string;
|
|
665
|
+
"iconGroup": 'beneficiary' | 'misc' | 'social' | 'category';
|
|
666
|
+
"openInNewTab": boolean;
|
|
667
|
+
"rounded": boolean;
|
|
668
|
+
"shadow": boolean;
|
|
669
|
+
"size": 'small' | 'medium' | 'large' | 'x-large' | 'xx-large';
|
|
670
|
+
"spaceBelow": spacingOption;
|
|
671
|
+
"text": string;
|
|
672
|
+
"textColour": brandColour;
|
|
673
|
+
"url": string;
|
|
674
|
+
}
|
|
678
675
|
interface BiggiveIconGroup {
|
|
679
676
|
/**
|
|
680
677
|
* Label
|
|
@@ -715,6 +712,25 @@ export namespace Components {
|
|
|
715
712
|
*/
|
|
716
713
|
"width": number;
|
|
717
714
|
}
|
|
715
|
+
interface BiggiveImageButton {
|
|
716
|
+
"arrow": boolean;
|
|
717
|
+
"arrowColour": brandColour;
|
|
718
|
+
"backgroundColour": brandColour;
|
|
719
|
+
"backgroundPadding": spacingOption;
|
|
720
|
+
"buttonId": undefined | string;
|
|
721
|
+
"centered": boolean;
|
|
722
|
+
"circle": boolean;
|
|
723
|
+
"imageStyle": string;
|
|
724
|
+
"imageUrl": string;
|
|
725
|
+
"openInNewTab": boolean;
|
|
726
|
+
"rounded": boolean;
|
|
727
|
+
"shadow": boolean;
|
|
728
|
+
"size": 'small' | 'medium' | 'large' | 'x-large' | 'xx-large';
|
|
729
|
+
"spaceBelow": spacingOption;
|
|
730
|
+
"text": string;
|
|
731
|
+
"textColour": brandColour;
|
|
732
|
+
"url": string;
|
|
733
|
+
}
|
|
718
734
|
interface BiggiveImageFeature {
|
|
719
735
|
/**
|
|
720
736
|
* Button Colour Scheme
|
|
@@ -901,6 +917,14 @@ export namespace Components {
|
|
|
901
917
|
"placeholderText": string;
|
|
902
918
|
"searchText": string;
|
|
903
919
|
}
|
|
920
|
+
interface BiggiveSheet {
|
|
921
|
+
"backgroundColour": brandColour;
|
|
922
|
+
/**
|
|
923
|
+
* A string ID (no spaces) unique within the page context, used to trigger the opening of the sheet from an anchor hash.
|
|
924
|
+
*/
|
|
925
|
+
"sheetId": string;
|
|
926
|
+
"textColour": brandColour;
|
|
927
|
+
}
|
|
904
928
|
interface BiggiveSocialIcon {
|
|
905
929
|
/**
|
|
906
930
|
* Background colour
|
|
@@ -1101,6 +1125,14 @@ export interface BiggiveFormFieldSelectOptionCustomEvent<T> extends CustomEvent<
|
|
|
1101
1125
|
detail: T;
|
|
1102
1126
|
target: HTMLBiggiveFormFieldSelectOptionElement;
|
|
1103
1127
|
}
|
|
1128
|
+
export interface BiggiveIconButtonCustomEvent<T> extends CustomEvent<T> {
|
|
1129
|
+
detail: T;
|
|
1130
|
+
target: HTMLBiggiveIconButtonElement;
|
|
1131
|
+
}
|
|
1132
|
+
export interface BiggiveImageButtonCustomEvent<T> extends CustomEvent<T> {
|
|
1133
|
+
detail: T;
|
|
1134
|
+
target: HTMLBiggiveImageButtonElement;
|
|
1135
|
+
}
|
|
1104
1136
|
export interface BiggiveSearchCustomEvent<T> extends CustomEvent<T> {
|
|
1105
1137
|
detail: T;
|
|
1106
1138
|
target: HTMLBiggiveSearchElement;
|
|
@@ -1202,6 +1234,12 @@ declare global {
|
|
|
1202
1234
|
prototype: HTMLBiggiveCategoryIconElement;
|
|
1203
1235
|
new (): HTMLBiggiveCategoryIconElement;
|
|
1204
1236
|
};
|
|
1237
|
+
interface HTMLBiggiveFilteredCarouselElement extends Components.BiggiveFilteredCarousel, HTMLStencilElement {
|
|
1238
|
+
}
|
|
1239
|
+
var HTMLBiggiveFilteredCarouselElement: {
|
|
1240
|
+
prototype: HTMLBiggiveFilteredCarouselElement;
|
|
1241
|
+
new (): HTMLBiggiveFilteredCarouselElement;
|
|
1242
|
+
};
|
|
1205
1243
|
interface HTMLBiggiveFooterElement extends Components.BiggiveFooter, HTMLStencilElement {
|
|
1206
1244
|
}
|
|
1207
1245
|
var HTMLBiggiveFooterElement: {
|
|
@@ -1232,6 +1270,12 @@ declare global {
|
|
|
1232
1270
|
prototype: HTMLBiggiveFormattedTextElement;
|
|
1233
1271
|
new (): HTMLBiggiveFormattedTextElement;
|
|
1234
1272
|
};
|
|
1273
|
+
interface HTMLBiggiveGenericIconElement extends Components.BiggiveGenericIcon, HTMLStencilElement {
|
|
1274
|
+
}
|
|
1275
|
+
var HTMLBiggiveGenericIconElement: {
|
|
1276
|
+
prototype: HTMLBiggiveGenericIconElement;
|
|
1277
|
+
new (): HTMLBiggiveGenericIconElement;
|
|
1278
|
+
};
|
|
1235
1279
|
interface HTMLBiggiveGridElement extends Components.BiggiveGrid, HTMLStencilElement {
|
|
1236
1280
|
}
|
|
1237
1281
|
var HTMLBiggiveGridElement: {
|
|
@@ -1260,6 +1304,12 @@ declare global {
|
|
|
1260
1304
|
prototype: HTMLBiggiveHeroImageElement;
|
|
1261
1305
|
new (): HTMLBiggiveHeroImageElement;
|
|
1262
1306
|
};
|
|
1307
|
+
interface HTMLBiggiveIconButtonElement extends Components.BiggiveIconButton, HTMLStencilElement {
|
|
1308
|
+
}
|
|
1309
|
+
var HTMLBiggiveIconButtonElement: {
|
|
1310
|
+
prototype: HTMLBiggiveIconButtonElement;
|
|
1311
|
+
new (): HTMLBiggiveIconButtonElement;
|
|
1312
|
+
};
|
|
1263
1313
|
interface HTMLBiggiveIconGroupElement extends Components.BiggiveIconGroup, HTMLStencilElement {
|
|
1264
1314
|
}
|
|
1265
1315
|
var HTMLBiggiveIconGroupElement: {
|
|
@@ -1272,6 +1322,12 @@ declare global {
|
|
|
1272
1322
|
prototype: HTMLBiggiveImageElement;
|
|
1273
1323
|
new (): HTMLBiggiveImageElement;
|
|
1274
1324
|
};
|
|
1325
|
+
interface HTMLBiggiveImageButtonElement extends Components.BiggiveImageButton, HTMLStencilElement {
|
|
1326
|
+
}
|
|
1327
|
+
var HTMLBiggiveImageButtonElement: {
|
|
1328
|
+
prototype: HTMLBiggiveImageButtonElement;
|
|
1329
|
+
new (): HTMLBiggiveImageButtonElement;
|
|
1330
|
+
};
|
|
1275
1331
|
interface HTMLBiggiveImageFeatureElement extends Components.BiggiveImageFeature, HTMLStencilElement {
|
|
1276
1332
|
}
|
|
1277
1333
|
var HTMLBiggiveImageFeatureElement: {
|
|
@@ -1354,6 +1410,12 @@ declare global {
|
|
|
1354
1410
|
prototype: HTMLBiggiveSearchElement;
|
|
1355
1411
|
new (): HTMLBiggiveSearchElement;
|
|
1356
1412
|
};
|
|
1413
|
+
interface HTMLBiggiveSheetElement extends Components.BiggiveSheet, HTMLStencilElement {
|
|
1414
|
+
}
|
|
1415
|
+
var HTMLBiggiveSheetElement: {
|
|
1416
|
+
prototype: HTMLBiggiveSheetElement;
|
|
1417
|
+
new (): HTMLBiggiveSheetElement;
|
|
1418
|
+
};
|
|
1357
1419
|
interface HTMLBiggiveSocialIconElement extends Components.BiggiveSocialIcon, HTMLStencilElement {
|
|
1358
1420
|
}
|
|
1359
1421
|
var HTMLBiggiveSocialIconElement: {
|
|
@@ -1443,17 +1505,21 @@ declare global {
|
|
|
1443
1505
|
"biggive-campaign-highlights": HTMLBiggiveCampaignHighlightsElement;
|
|
1444
1506
|
"biggive-carousel": HTMLBiggiveCarouselElement;
|
|
1445
1507
|
"biggive-category-icon": HTMLBiggiveCategoryIconElement;
|
|
1508
|
+
"biggive-filtered-carousel": HTMLBiggiveFilteredCarouselElement;
|
|
1446
1509
|
"biggive-footer": HTMLBiggiveFooterElement;
|
|
1447
1510
|
"biggive-form": HTMLBiggiveFormElement;
|
|
1448
1511
|
"biggive-form-field-select": HTMLBiggiveFormFieldSelectElement;
|
|
1449
1512
|
"biggive-form-field-select-option": HTMLBiggiveFormFieldSelectOptionElement;
|
|
1450
1513
|
"biggive-formatted-text": HTMLBiggiveFormattedTextElement;
|
|
1514
|
+
"biggive-generic-icon": HTMLBiggiveGenericIconElement;
|
|
1451
1515
|
"biggive-grid": HTMLBiggiveGridElement;
|
|
1452
1516
|
"biggive-header": HTMLBiggiveHeaderElement;
|
|
1453
1517
|
"biggive-heading": HTMLBiggiveHeadingElement;
|
|
1454
1518
|
"biggive-hero-image": HTMLBiggiveHeroImageElement;
|
|
1519
|
+
"biggive-icon-button": HTMLBiggiveIconButtonElement;
|
|
1455
1520
|
"biggive-icon-group": HTMLBiggiveIconGroupElement;
|
|
1456
1521
|
"biggive-image": HTMLBiggiveImageElement;
|
|
1522
|
+
"biggive-image-button": HTMLBiggiveImageButtonElement;
|
|
1457
1523
|
"biggive-image-feature": HTMLBiggiveImageFeatureElement;
|
|
1458
1524
|
"biggive-main-menu": HTMLBiggiveMainMenuElement;
|
|
1459
1525
|
"biggive-misc-icon": HTMLBiggiveMiscIconElement;
|
|
@@ -1467,6 +1533,7 @@ declare global {
|
|
|
1467
1533
|
"biggive-progress-bar": HTMLBiggiveProgressBarElement;
|
|
1468
1534
|
"biggive-quote": HTMLBiggiveQuoteElement;
|
|
1469
1535
|
"biggive-search": HTMLBiggiveSearchElement;
|
|
1536
|
+
"biggive-sheet": HTMLBiggiveSheetElement;
|
|
1470
1537
|
"biggive-social-icon": HTMLBiggiveSocialIconElement;
|
|
1471
1538
|
"biggive-tab": HTMLBiggiveTabElement;
|
|
1472
1539
|
"biggive-tabbed-content": HTMLBiggiveTabbedContentElement;
|
|
@@ -1491,54 +1558,27 @@ declare namespace LocalJSX {
|
|
|
1491
1558
|
"heading"?: string;
|
|
1492
1559
|
}
|
|
1493
1560
|
interface BiggiveArticleCard {
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
"backgroundColour"?: string;
|
|
1498
|
-
/**
|
|
1499
|
-
* Card background colour hover
|
|
1500
|
-
*/
|
|
1501
|
-
"backgroundColourHover"?: string;
|
|
1502
|
-
/**
|
|
1503
|
-
* Button label
|
|
1504
|
-
*/
|
|
1561
|
+
"backgroundColour"?: brandColour;
|
|
1562
|
+
"backgroundImageUrl"?: string;
|
|
1563
|
+
"buttonColour"?: brandColour;
|
|
1505
1564
|
"buttonLabel"?: string;
|
|
1506
|
-
/**
|
|
1507
|
-
* Button URL
|
|
1508
|
-
*/
|
|
1509
1565
|
"buttonUrl"?: string;
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
*/
|
|
1566
|
+
"clipBottomLeftCorner"?: boolean;
|
|
1567
|
+
"clipTopRightCorner"?: boolean;
|
|
1513
1568
|
"date"?: string;
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
"
|
|
1518
|
-
|
|
1519
|
-
* Image Label
|
|
1520
|
-
*/
|
|
1569
|
+
"dateColour"?: brandColour;
|
|
1570
|
+
"image1AltText"?: string;
|
|
1571
|
+
"image1Url"?: string;
|
|
1572
|
+
"image2AltText"?: string;
|
|
1573
|
+
"image2Url"?: string;
|
|
1521
1574
|
"imageLabel"?: string;
|
|
1522
|
-
|
|
1523
|
-
* Image URL
|
|
1524
|
-
*/
|
|
1525
|
-
"imageUrl"?: string;
|
|
1526
|
-
/**
|
|
1527
|
-
* Main title
|
|
1528
|
-
*/
|
|
1575
|
+
"imageLabelColour"?: brandColour;
|
|
1529
1576
|
"mainTitle"?: string;
|
|
1530
|
-
|
|
1531
|
-
* Slug
|
|
1532
|
-
*/
|
|
1577
|
+
"mainTitleColour"?: brandColour;
|
|
1533
1578
|
"slug"?: string;
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
"spaceBelow"?: number;
|
|
1538
|
-
/**
|
|
1539
|
-
* Text colour
|
|
1540
|
-
*/
|
|
1541
|
-
"textColour"?: string;
|
|
1579
|
+
"slugColour"?: brandColour;
|
|
1580
|
+
"spaceBelow"?: spacingOption;
|
|
1581
|
+
"textColour"?: brandColour;
|
|
1542
1582
|
}
|
|
1543
1583
|
interface BiggiveBackToTop {
|
|
1544
1584
|
}
|
|
@@ -1584,22 +1624,19 @@ declare namespace LocalJSX {
|
|
|
1584
1624
|
"url"?: string;
|
|
1585
1625
|
}
|
|
1586
1626
|
interface BiggiveBiographyCard {
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1627
|
+
"backgroundColour"?: brandColour;
|
|
1628
|
+
"borderWidth"?: spacingOption;
|
|
1629
|
+
"circle"?: boolean;
|
|
1590
1630
|
"fullName"?: string;
|
|
1591
|
-
|
|
1592
|
-
* Full URL of the main image.
|
|
1593
|
-
*/
|
|
1631
|
+
"imageStyle"?: 'cover' | 'contain';
|
|
1594
1632
|
"imageUrl"?: string;
|
|
1595
|
-
/**
|
|
1596
|
-
* Job title
|
|
1597
|
-
*/
|
|
1598
1633
|
"jobTitle"?: string;
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
"
|
|
1634
|
+
"ratio"?: '1,1' | '1,1.5' | '1,2';
|
|
1635
|
+
"rounded"?: boolean;
|
|
1636
|
+
"spaceBelow"?: spacingOption;
|
|
1637
|
+
"textAlign"?: 'center' | 'left' | 'right';
|
|
1638
|
+
"textColour"?: brandColour;
|
|
1639
|
+
"url"?: string;
|
|
1603
1640
|
}
|
|
1604
1641
|
interface BiggiveBoxedContent {
|
|
1605
1642
|
/**
|
|
@@ -1984,7 +2021,7 @@ declare namespace LocalJSX {
|
|
|
1984
2021
|
interface BiggiveCarousel {
|
|
1985
2022
|
"buttonBackgroundColour"?: brandColour;
|
|
1986
2023
|
"buttonIconColour"?: brandColour;
|
|
1987
|
-
"columnCount"?:
|
|
2024
|
+
"columnCount"?: 1 | 2 | 3 | 4 | 5;
|
|
1988
2025
|
"spaceBelow"?: spacingOption;
|
|
1989
2026
|
}
|
|
1990
2027
|
interface BiggiveCategoryIcon {
|
|
@@ -2009,6 +2046,12 @@ declare namespace LocalJSX {
|
|
|
2009
2046
|
*/
|
|
2010
2047
|
"url"?: string;
|
|
2011
2048
|
}
|
|
2049
|
+
interface BiggiveFilteredCarousel {
|
|
2050
|
+
"buttonBackgroundColour"?: brandColour;
|
|
2051
|
+
"buttonIconColour"?: brandColour;
|
|
2052
|
+
"columnCount"?: 1 | 2 | 3 | 4 | 5;
|
|
2053
|
+
"spaceBelow"?: spacingOption;
|
|
2054
|
+
}
|
|
2012
2055
|
interface BiggiveFooter {
|
|
2013
2056
|
"headingLevel"?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
2014
2057
|
}
|
|
@@ -2058,17 +2101,19 @@ declare namespace LocalJSX {
|
|
|
2058
2101
|
*/
|
|
2059
2102
|
"spaceBelow"?: number;
|
|
2060
2103
|
}
|
|
2104
|
+
interface BiggiveGenericIcon {
|
|
2105
|
+
"backgroundColour"?: brandColour;
|
|
2106
|
+
"icon"?: string;
|
|
2107
|
+
"iconColour"?: brandColour;
|
|
2108
|
+
"iconGroup"?: 'beneficiary' | 'misc' | 'social' | 'category';
|
|
2109
|
+
"url"?: string;
|
|
2110
|
+
}
|
|
2061
2111
|
interface BiggiveGrid {
|
|
2062
|
-
/**
|
|
2063
|
-
* Number of columns in grid
|
|
2064
|
-
*/
|
|
2065
2112
|
"columnCount"?: number;
|
|
2066
|
-
|
|
2067
|
-
* Space below component
|
|
2068
|
-
*/
|
|
2113
|
+
"columnGap"?: spacingOption;
|
|
2069
2114
|
"spaceBelow"?: number;
|
|
2070
2115
|
/**
|
|
2071
|
-
*
|
|
2116
|
+
* Deprecated - should use columGap Instead
|
|
2072
2117
|
*/
|
|
2073
2118
|
"spaceBetween"?: boolean;
|
|
2074
2119
|
}
|
|
@@ -2167,6 +2212,26 @@ declare namespace LocalJSX {
|
|
|
2167
2212
|
*/
|
|
2168
2213
|
"teaserColour"?: brandColour;
|
|
2169
2214
|
}
|
|
2215
|
+
interface BiggiveIconButton {
|
|
2216
|
+
"arrow"?: boolean;
|
|
2217
|
+
"arrowColour"?: brandColour;
|
|
2218
|
+
"backgroundColour"?: brandColour;
|
|
2219
|
+
"backgroundPadding"?: spacingOption;
|
|
2220
|
+
"buttonId"?: undefined | string;
|
|
2221
|
+
"centered"?: boolean;
|
|
2222
|
+
"circle"?: boolean;
|
|
2223
|
+
"icon"?: string;
|
|
2224
|
+
"iconGroup"?: 'beneficiary' | 'misc' | 'social' | 'category';
|
|
2225
|
+
"onDoButtonClick"?: (event: BiggiveIconButtonCustomEvent<{ event: object; url: string }>) => void;
|
|
2226
|
+
"openInNewTab"?: boolean;
|
|
2227
|
+
"rounded"?: boolean;
|
|
2228
|
+
"shadow"?: boolean;
|
|
2229
|
+
"size"?: 'small' | 'medium' | 'large' | 'x-large' | 'xx-large';
|
|
2230
|
+
"spaceBelow"?: spacingOption;
|
|
2231
|
+
"text"?: string;
|
|
2232
|
+
"textColour"?: brandColour;
|
|
2233
|
+
"url"?: string;
|
|
2234
|
+
}
|
|
2170
2235
|
interface BiggiveIconGroup {
|
|
2171
2236
|
/**
|
|
2172
2237
|
* Label
|
|
@@ -2207,6 +2272,26 @@ declare namespace LocalJSX {
|
|
|
2207
2272
|
*/
|
|
2208
2273
|
"width"?: number;
|
|
2209
2274
|
}
|
|
2275
|
+
interface BiggiveImageButton {
|
|
2276
|
+
"arrow"?: boolean;
|
|
2277
|
+
"arrowColour"?: brandColour;
|
|
2278
|
+
"backgroundColour"?: brandColour;
|
|
2279
|
+
"backgroundPadding"?: spacingOption;
|
|
2280
|
+
"buttonId"?: undefined | string;
|
|
2281
|
+
"centered"?: boolean;
|
|
2282
|
+
"circle"?: boolean;
|
|
2283
|
+
"imageStyle"?: string;
|
|
2284
|
+
"imageUrl"?: string;
|
|
2285
|
+
"onDoButtonClick"?: (event: BiggiveImageButtonCustomEvent<{ event: object; url: string }>) => void;
|
|
2286
|
+
"openInNewTab"?: boolean;
|
|
2287
|
+
"rounded"?: boolean;
|
|
2288
|
+
"shadow"?: boolean;
|
|
2289
|
+
"size"?: 'small' | 'medium' | 'large' | 'x-large' | 'xx-large';
|
|
2290
|
+
"spaceBelow"?: spacingOption;
|
|
2291
|
+
"text"?: string;
|
|
2292
|
+
"textColour"?: brandColour;
|
|
2293
|
+
"url"?: string;
|
|
2294
|
+
}
|
|
2210
2295
|
interface BiggiveImageFeature {
|
|
2211
2296
|
/**
|
|
2212
2297
|
* Button Colour Scheme
|
|
@@ -2394,6 +2479,14 @@ declare namespace LocalJSX {
|
|
|
2394
2479
|
"placeholderText"?: string;
|
|
2395
2480
|
"searchText"?: string;
|
|
2396
2481
|
}
|
|
2482
|
+
interface BiggiveSheet {
|
|
2483
|
+
"backgroundColour"?: brandColour;
|
|
2484
|
+
/**
|
|
2485
|
+
* A string ID (no spaces) unique within the page context, used to trigger the opening of the sheet from an anchor hash.
|
|
2486
|
+
*/
|
|
2487
|
+
"sheetId"?: string;
|
|
2488
|
+
"textColour"?: brandColour;
|
|
2489
|
+
}
|
|
2397
2490
|
interface BiggiveSocialIcon {
|
|
2398
2491
|
/**
|
|
2399
2492
|
* Background colour
|
|
@@ -2590,17 +2683,21 @@ declare namespace LocalJSX {
|
|
|
2590
2683
|
"biggive-campaign-highlights": BiggiveCampaignHighlights;
|
|
2591
2684
|
"biggive-carousel": BiggiveCarousel;
|
|
2592
2685
|
"biggive-category-icon": BiggiveCategoryIcon;
|
|
2686
|
+
"biggive-filtered-carousel": BiggiveFilteredCarousel;
|
|
2593
2687
|
"biggive-footer": BiggiveFooter;
|
|
2594
2688
|
"biggive-form": BiggiveForm;
|
|
2595
2689
|
"biggive-form-field-select": BiggiveFormFieldSelect;
|
|
2596
2690
|
"biggive-form-field-select-option": BiggiveFormFieldSelectOption;
|
|
2597
2691
|
"biggive-formatted-text": BiggiveFormattedText;
|
|
2692
|
+
"biggive-generic-icon": BiggiveGenericIcon;
|
|
2598
2693
|
"biggive-grid": BiggiveGrid;
|
|
2599
2694
|
"biggive-header": BiggiveHeader;
|
|
2600
2695
|
"biggive-heading": BiggiveHeading;
|
|
2601
2696
|
"biggive-hero-image": BiggiveHeroImage;
|
|
2697
|
+
"biggive-icon-button": BiggiveIconButton;
|
|
2602
2698
|
"biggive-icon-group": BiggiveIconGroup;
|
|
2603
2699
|
"biggive-image": BiggiveImage;
|
|
2700
|
+
"biggive-image-button": BiggiveImageButton;
|
|
2604
2701
|
"biggive-image-feature": BiggiveImageFeature;
|
|
2605
2702
|
"biggive-main-menu": BiggiveMainMenu;
|
|
2606
2703
|
"biggive-misc-icon": BiggiveMiscIcon;
|
|
@@ -2614,6 +2711,7 @@ declare namespace LocalJSX {
|
|
|
2614
2711
|
"biggive-progress-bar": BiggiveProgressBar;
|
|
2615
2712
|
"biggive-quote": BiggiveQuote;
|
|
2616
2713
|
"biggive-search": BiggiveSearch;
|
|
2714
|
+
"biggive-sheet": BiggiveSheet;
|
|
2617
2715
|
"biggive-social-icon": BiggiveSocialIcon;
|
|
2618
2716
|
"biggive-tab": BiggiveTab;
|
|
2619
2717
|
"biggive-tabbed-content": BiggiveTabbedContent;
|
|
@@ -2648,11 +2746,13 @@ declare module "@stencil/core" {
|
|
|
2648
2746
|
"biggive-campaign-highlights": LocalJSX.BiggiveCampaignHighlights & JSXBase.HTMLAttributes<HTMLBiggiveCampaignHighlightsElement>;
|
|
2649
2747
|
"biggive-carousel": LocalJSX.BiggiveCarousel & JSXBase.HTMLAttributes<HTMLBiggiveCarouselElement>;
|
|
2650
2748
|
"biggive-category-icon": LocalJSX.BiggiveCategoryIcon & JSXBase.HTMLAttributes<HTMLBiggiveCategoryIconElement>;
|
|
2749
|
+
"biggive-filtered-carousel": LocalJSX.BiggiveFilteredCarousel & JSXBase.HTMLAttributes<HTMLBiggiveFilteredCarouselElement>;
|
|
2651
2750
|
"biggive-footer": LocalJSX.BiggiveFooter & JSXBase.HTMLAttributes<HTMLBiggiveFooterElement>;
|
|
2652
2751
|
"biggive-form": LocalJSX.BiggiveForm & JSXBase.HTMLAttributes<HTMLBiggiveFormElement>;
|
|
2653
2752
|
"biggive-form-field-select": LocalJSX.BiggiveFormFieldSelect & JSXBase.HTMLAttributes<HTMLBiggiveFormFieldSelectElement>;
|
|
2654
2753
|
"biggive-form-field-select-option": LocalJSX.BiggiveFormFieldSelectOption & JSXBase.HTMLAttributes<HTMLBiggiveFormFieldSelectOptionElement>;
|
|
2655
2754
|
"biggive-formatted-text": LocalJSX.BiggiveFormattedText & JSXBase.HTMLAttributes<HTMLBiggiveFormattedTextElement>;
|
|
2755
|
+
"biggive-generic-icon": LocalJSX.BiggiveGenericIcon & JSXBase.HTMLAttributes<HTMLBiggiveGenericIconElement>;
|
|
2656
2756
|
"biggive-grid": LocalJSX.BiggiveGrid & JSXBase.HTMLAttributes<HTMLBiggiveGridElement>;
|
|
2657
2757
|
/**
|
|
2658
2758
|
* @deprecated
|
|
@@ -2661,8 +2761,10 @@ declare module "@stencil/core" {
|
|
|
2661
2761
|
"biggive-header": LocalJSX.BiggiveHeader & JSXBase.HTMLAttributes<HTMLBiggiveHeaderElement>;
|
|
2662
2762
|
"biggive-heading": LocalJSX.BiggiveHeading & JSXBase.HTMLAttributes<HTMLBiggiveHeadingElement>;
|
|
2663
2763
|
"biggive-hero-image": LocalJSX.BiggiveHeroImage & JSXBase.HTMLAttributes<HTMLBiggiveHeroImageElement>;
|
|
2764
|
+
"biggive-icon-button": LocalJSX.BiggiveIconButton & JSXBase.HTMLAttributes<HTMLBiggiveIconButtonElement>;
|
|
2664
2765
|
"biggive-icon-group": LocalJSX.BiggiveIconGroup & JSXBase.HTMLAttributes<HTMLBiggiveIconGroupElement>;
|
|
2665
2766
|
"biggive-image": LocalJSX.BiggiveImage & JSXBase.HTMLAttributes<HTMLBiggiveImageElement>;
|
|
2767
|
+
"biggive-image-button": LocalJSX.BiggiveImageButton & JSXBase.HTMLAttributes<HTMLBiggiveImageButtonElement>;
|
|
2666
2768
|
"biggive-image-feature": LocalJSX.BiggiveImageFeature & JSXBase.HTMLAttributes<HTMLBiggiveImageFeatureElement>;
|
|
2667
2769
|
"biggive-main-menu": LocalJSX.BiggiveMainMenu & JSXBase.HTMLAttributes<HTMLBiggiveMainMenuElement>;
|
|
2668
2770
|
"biggive-misc-icon": LocalJSX.BiggiveMiscIcon & JSXBase.HTMLAttributes<HTMLBiggiveMiscIconElement>;
|
|
@@ -2680,6 +2782,7 @@ declare module "@stencil/core" {
|
|
|
2680
2782
|
* should we delete it rather than maintaining?
|
|
2681
2783
|
*/
|
|
2682
2784
|
"biggive-search": LocalJSX.BiggiveSearch & JSXBase.HTMLAttributes<HTMLBiggiveSearchElement>;
|
|
2785
|
+
"biggive-sheet": LocalJSX.BiggiveSheet & JSXBase.HTMLAttributes<HTMLBiggiveSheetElement>;
|
|
2683
2786
|
"biggive-social-icon": LocalJSX.BiggiveSocialIcon & JSXBase.HTMLAttributes<HTMLBiggiveSocialIconElement>;
|
|
2684
2787
|
"biggive-tab": LocalJSX.BiggiveTab & JSXBase.HTMLAttributes<HTMLBiggiveTabElement>;
|
|
2685
2788
|
"biggive-tabbed-content": LocalJSX.BiggiveTabbedContent & JSXBase.HTMLAttributes<HTMLBiggiveTabbedContentElement>;
|