@biggive/components-angular 202309011438.0.0 → 202309061001.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.
|
@@ -180,12 +180,11 @@ export declare interface BiggiveCookieBanner extends Components.BiggiveCookieBan
|
|
|
180
180
|
/**
|
|
181
181
|
* Indicates that the user has made a selection of cookies purpose to accept.
|
|
182
182
|
|
|
183
|
-
Event data
|
|
184
|
-
it is only possible to consent to marketing cookies, so it will simply be ['marketing'] or [] but
|
|
185
|
-
in future other types may be possible.
|
|
183
|
+
Event data is an object with boolean properties to say whether the user accepts or refuses each category of optional cookie.
|
|
186
184
|
*/
|
|
187
185
|
cookieBannerSavePreferencesSelected: EventEmitter<CustomEvent<{
|
|
188
|
-
|
|
186
|
+
analyticsAndTesting: Boolean;
|
|
187
|
+
thirdParty: boolean;
|
|
189
188
|
}>>;
|
|
190
189
|
}
|
|
191
190
|
export declare class BiggiveFilteredCarousel {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@biggive/components-angular",
|
|
3
3
|
"description": "Angular-packaged components for @biggive apps",
|
|
4
4
|
"_comment": "Version number below is automatically replaced during CircleCI build.",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "202309061001.0.0",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^15.2.9||^16.1.0",
|
|
8
8
|
"@angular/core": "^15.2.9||^16.1.0",
|