@biggive/components-angular 1.0.131 → 1.0.134

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.
@@ -33,17 +33,18 @@ import { defineCustomElement as defineCustomElement$s } from '@biggive/component
33
33
  import { defineCustomElement as defineCustomElement$t } from '@biggive/components/dist/components/biggive-page-columns.js';
34
34
  import { defineCustomElement as defineCustomElement$u } from '@biggive/components/dist/components/biggive-page-section.js';
35
35
  import { defineCustomElement as defineCustomElement$v } from '@biggive/components/dist/components/biggive-popup.js';
36
- import { defineCustomElement as defineCustomElement$w } from '@biggive/components/dist/components/biggive-progress-bar.js';
37
- import { defineCustomElement as defineCustomElement$x } from '@biggive/components/dist/components/biggive-quote.js';
38
- import { defineCustomElement as defineCustomElement$y } from '@biggive/components/dist/components/biggive-search.js';
39
- import { defineCustomElement as defineCustomElement$z } from '@biggive/components/dist/components/biggive-social-icon.js';
40
- import { defineCustomElement as defineCustomElement$A } from '@biggive/components/dist/components/biggive-tab.js';
41
- import { defineCustomElement as defineCustomElement$B } from '@biggive/components/dist/components/biggive-tabbed-content.js';
42
- import { defineCustomElement as defineCustomElement$C } from '@biggive/components/dist/components/biggive-text-input.js';
43
- import { defineCustomElement as defineCustomElement$D } from '@biggive/components/dist/components/biggive-totalizer.js';
44
- import { defineCustomElement as defineCustomElement$E } from '@biggive/components/dist/components/biggive-totalizer-ticker-item.js';
45
- import { defineCustomElement as defineCustomElement$F } from '@biggive/components/dist/components/biggive-video.js';
46
- import { defineCustomElement as defineCustomElement$G } from '@biggive/components/dist/components/biggive-video-feature.js';
36
+ import { defineCustomElement as defineCustomElement$w } from '@biggive/components/dist/components/biggive-popup-standalone.js';
37
+ import { defineCustomElement as defineCustomElement$x } from '@biggive/components/dist/components/biggive-progress-bar.js';
38
+ import { defineCustomElement as defineCustomElement$y } from '@biggive/components/dist/components/biggive-quote.js';
39
+ import { defineCustomElement as defineCustomElement$z } from '@biggive/components/dist/components/biggive-search.js';
40
+ import { defineCustomElement as defineCustomElement$A } from '@biggive/components/dist/components/biggive-social-icon.js';
41
+ import { defineCustomElement as defineCustomElement$B } from '@biggive/components/dist/components/biggive-tab.js';
42
+ import { defineCustomElement as defineCustomElement$C } from '@biggive/components/dist/components/biggive-tabbed-content.js';
43
+ import { defineCustomElement as defineCustomElement$D } from '@biggive/components/dist/components/biggive-text-input.js';
44
+ import { defineCustomElement as defineCustomElement$E } from '@biggive/components/dist/components/biggive-totalizer.js';
45
+ import { defineCustomElement as defineCustomElement$F } from '@biggive/components/dist/components/biggive-totalizer-ticker-item.js';
46
+ import { defineCustomElement as defineCustomElement$G } from '@biggive/components/dist/components/biggive-video.js';
47
+ import { defineCustomElement as defineCustomElement$H } from '@biggive/components/dist/components/biggive-video-feature.js';
47
48
  import { CommonModule } from '@angular/common';
48
49
 
49
50
  /* eslint-disable */
@@ -835,6 +836,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.10", ngImpo
835
836
  template: '<ng-content></ng-content>'
836
837
  }]
837
838
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
839
+ let BiggivePopupStandalone = class BiggivePopupStandalone {
840
+ constructor(c, r, z) {
841
+ this.z = z;
842
+ c.detach();
843
+ this.el = r.nativeElement;
844
+ }
845
+ };
846
+ BiggivePopupStandalone.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.10", ngImport: i0, type: BiggivePopupStandalone, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
847
+ BiggivePopupStandalone.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.10", type: BiggivePopupStandalone, selector: "biggive-popup-standalone", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
848
+ BiggivePopupStandalone = __decorate([
849
+ ProxyCmp({
850
+ defineCustomElementFn: defineCustomElement$w
851
+ })
852
+ ], BiggivePopupStandalone);
853
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.10", ngImport: i0, type: BiggivePopupStandalone, decorators: [{
854
+ type: Component,
855
+ args: [{
856
+ selector: 'biggive-popup-standalone',
857
+ changeDetection: ChangeDetectionStrategy.OnPush,
858
+ template: '<ng-content></ng-content>'
859
+ }]
860
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
838
861
  let BiggiveProgressBar = class BiggiveProgressBar {
839
862
  constructor(c, r, z) {
840
863
  this.z = z;
@@ -846,7 +869,7 @@ BiggiveProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", versi
846
869
  BiggiveProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.10", type: BiggiveProgressBar, selector: "biggive-progress-bar", inputs: { colourScheme: "colourScheme", counter: "counter", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
847
870
  BiggiveProgressBar = __decorate([
848
871
  ProxyCmp({
849
- defineCustomElementFn: defineCustomElement$w,
872
+ defineCustomElementFn: defineCustomElement$x,
850
873
  inputs: ['colourScheme', 'counter', 'spaceBelow']
851
874
  })
852
875
  ], BiggiveProgressBar);
@@ -870,7 +893,7 @@ BiggiveQuote.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
870
893
  BiggiveQuote.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.10", type: BiggiveQuote, selector: "biggive-quote", inputs: { attribution: "attribution", defaultTextColour: "defaultTextColour", quote: "quote", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
871
894
  BiggiveQuote = __decorate([
872
895
  ProxyCmp({
873
- defineCustomElementFn: defineCustomElement$x,
896
+ defineCustomElementFn: defineCustomElement$y,
874
897
  inputs: ['attribution', 'defaultTextColour', 'quote', 'spaceBelow']
875
898
  })
876
899
  ], BiggiveQuote);
@@ -895,7 +918,7 @@ BiggiveSearch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
895
918
  BiggiveSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.10", type: BiggiveSearch, selector: "biggive-search", inputs: { buttonText: "buttonText", placeholderText: "placeholderText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
896
919
  BiggiveSearch = __decorate([
897
920
  ProxyCmp({
898
- defineCustomElementFn: defineCustomElement$y,
921
+ defineCustomElementFn: defineCustomElement$z,
899
922
  inputs: ['buttonText', 'placeholderText']
900
923
  })
901
924
  ], BiggiveSearch);
@@ -919,7 +942,7 @@ BiggiveSocialIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", versio
919
942
  BiggiveSocialIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.10", type: BiggiveSocialIcon, selector: "biggive-social-icon", inputs: { backgroundColour: "backgroundColour", iconColour: "iconColour", service: "service", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
920
943
  BiggiveSocialIcon = __decorate([
921
944
  ProxyCmp({
922
- defineCustomElementFn: defineCustomElement$z,
945
+ defineCustomElementFn: defineCustomElement$A,
923
946
  inputs: ['backgroundColour', 'iconColour', 'service', 'url']
924
947
  })
925
948
  ], BiggiveSocialIcon);
@@ -943,7 +966,7 @@ BiggiveTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
943
966
  BiggiveTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.10", type: BiggiveTab, selector: "biggive-tab", inputs: { tabTitle: "tabTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
944
967
  BiggiveTab = __decorate([
945
968
  ProxyCmp({
946
- defineCustomElementFn: defineCustomElement$A,
969
+ defineCustomElementFn: defineCustomElement$B,
947
970
  inputs: ['tabTitle']
948
971
  })
949
972
  ], BiggiveTab);
@@ -967,7 +990,7 @@ BiggiveTabbedContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", ver
967
990
  BiggiveTabbedContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.10", type: BiggiveTabbedContent, selector: "biggive-tabbed-content", inputs: { defaultTextColour: "defaultTextColour", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
968
991
  BiggiveTabbedContent = __decorate([
969
992
  ProxyCmp({
970
- defineCustomElementFn: defineCustomElement$B,
993
+ defineCustomElementFn: defineCustomElement$C,
971
994
  inputs: ['defaultTextColour', 'spaceBelow']
972
995
  })
973
996
  ], BiggiveTabbedContent);
@@ -991,7 +1014,7 @@ BiggiveTextInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version
991
1014
  BiggiveTextInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.10", type: BiggiveTextInput, selector: "biggive-text-input", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
992
1015
  BiggiveTextInput = __decorate([
993
1016
  ProxyCmp({
994
- defineCustomElementFn: defineCustomElement$C
1017
+ defineCustomElementFn: defineCustomElement$D
995
1018
  })
996
1019
  ], BiggiveTextInput);
997
1020
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.10", ngImport: i0, type: BiggiveTextInput, decorators: [{
@@ -1013,7 +1036,7 @@ BiggiveTotalizer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version
1013
1036
  BiggiveTotalizer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.10", type: BiggiveTotalizer, selector: "biggive-totalizer", inputs: { mainMessage: "mainMessage", primaryColour: "primaryColour", primaryTextColour: "primaryTextColour", secondaryColour: "secondaryColour", secondaryTextColour: "secondaryTextColour", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1014
1037
  BiggiveTotalizer = __decorate([
1015
1038
  ProxyCmp({
1016
- defineCustomElementFn: defineCustomElement$D,
1039
+ defineCustomElementFn: defineCustomElement$E,
1017
1040
  inputs: ['mainMessage', 'primaryColour', 'primaryTextColour', 'secondaryColour', 'secondaryTextColour', 'spaceBelow']
1018
1041
  })
1019
1042
  ], BiggiveTotalizer);
@@ -1037,7 +1060,7 @@ BiggiveTotalizerTickerItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0
1037
1060
  BiggiveTotalizerTickerItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.10", type: BiggiveTotalizerTickerItem, selector: "biggive-totalizer-ticker-item", inputs: { figure: "figure", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1038
1061
  BiggiveTotalizerTickerItem = __decorate([
1039
1062
  ProxyCmp({
1040
- defineCustomElementFn: defineCustomElement$E,
1063
+ defineCustomElementFn: defineCustomElement$F,
1041
1064
  inputs: ['figure', 'label']
1042
1065
  })
1043
1066
  ], BiggiveTotalizerTickerItem);
@@ -1061,7 +1084,7 @@ BiggiveVideo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
1061
1084
  BiggiveVideo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.10", type: BiggiveVideo, selector: "biggive-video", inputs: { spaceAbove: "spaceAbove", spaceBelow: "spaceBelow", videoUrl: "videoUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1062
1085
  BiggiveVideo = __decorate([
1063
1086
  ProxyCmp({
1064
- defineCustomElementFn: defineCustomElement$F,
1087
+ defineCustomElementFn: defineCustomElement$G,
1065
1088
  inputs: ['spaceAbove', 'spaceBelow', 'videoUrl']
1066
1089
  })
1067
1090
  ], BiggiveVideo);
@@ -1085,7 +1108,7 @@ BiggiveVideoFeature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", vers
1085
1108
  BiggiveVideoFeature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.10", type: BiggiveVideoFeature, selector: "biggive-video-feature", inputs: { buttonColourScheme: "buttonColourScheme", buttonLabel: "buttonLabel", buttonUrl: "buttonUrl", defaultTextColour: "defaultTextColour", mainTitle: "mainTitle", mainTitleColour: "mainTitleColour", slug: "slug", slugColour: "slugColour", spaceAbove: "spaceAbove", spaceBelow: "spaceBelow", teaser: "teaser", teaserColour: "teaserColour", videoUrl: "videoUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1086
1109
  BiggiveVideoFeature = __decorate([
1087
1110
  ProxyCmp({
1088
- defineCustomElementFn: defineCustomElement$G,
1111
+ defineCustomElementFn: defineCustomElement$H,
1089
1112
  inputs: ['buttonColourScheme', 'buttonLabel', 'buttonUrl', 'defaultTextColour', 'mainTitle', 'mainTitleColour', 'slug', 'slugColour', 'spaceAbove', 'spaceBelow', 'teaser', 'teaserColour', 'videoUrl']
1090
1113
  })
1091
1114
  ], BiggiveVideoFeature);
@@ -1131,6 +1154,7 @@ const DIRECTIVES = [
1131
1154
  BiggivePageColumns,
1132
1155
  BiggivePageSection,
1133
1156
  BiggivePopup,
1157
+ BiggivePopupStandalone,
1134
1158
  BiggiveProgressBar,
1135
1159
  BiggiveQuote,
1136
1160
  BiggiveSearch,
@@ -1147,7 +1171,7 @@ const DIRECTIVES = [
1147
1171
  class ComponentsModule {
1148
1172
  }
1149
1173
  ComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.10", ngImport: i0, type: ComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1150
- ComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.10", ngImport: i0, type: ComponentsModule, declarations: [BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormFieldSelectOption, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature], imports: [CommonModule], exports: [BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormFieldSelectOption, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature] });
1174
+ ComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.10", ngImport: i0, type: ComponentsModule, declarations: [BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormFieldSelectOption, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggivePopupStandalone, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature], imports: [CommonModule], exports: [BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormFieldSelectOption, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggivePopupStandalone, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature] });
1151
1175
  ComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.10", ngImport: i0, type: ComponentsModule, imports: [CommonModule] });
1152
1176
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.10", ngImport: i0, type: ComponentsModule, decorators: [{
1153
1177
  type: NgModule,
@@ -1166,5 +1190,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.10", ngImpo
1166
1190
  * Generated bundle index. Do not edit.
1167
1191
  */
1168
1192
 
1169
- export { BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormFieldSelectOption, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature, ComponentsModule };
1193
+ export { BiggiveArticleCard, BiggiveBackToTop, BiggiveBasicCard, BiggiveBeneficiaryIcon, BiggiveBoxedContent, BiggiveBrandedImage, BiggiveButton, BiggiveCallToAction, BiggiveCampaignCard, BiggiveCampaignCardFilterGrid, BiggiveCampaignHighlights, BiggiveCategoryIcon, BiggiveFooter, BiggiveForm, BiggiveFormFieldSelect, BiggiveFormFieldSelectOption, BiggiveFormattedText, BiggiveGrid, BiggiveHeader, BiggiveHeading, BiggiveHeroImage, BiggiveIconGroup, BiggiveImage, BiggiveImageFeature, BiggiveMiscIcon, BiggiveNavGroup, BiggiveNavItem, BiggivePageColumn, BiggivePageColumns, BiggivePageSection, BiggivePopup, BiggivePopupStandalone, BiggiveProgressBar, BiggiveQuote, BiggiveSearch, BiggiveSocialIcon, BiggiveTab, BiggiveTabbedContent, BiggiveTextInput, BiggiveTotalizer, BiggiveTotalizerTickerItem, BiggiveVideo, BiggiveVideoFeature, ComponentsModule };
1170
1194
  //# sourceMappingURL=biggive-components-angular.mjs.map