Merge branch 'develop' into feature/tracking

This commit is contained in:
Linus Flood
2024-10-15 07:46:54 +02:00
209 changed files with 4413 additions and 1046 deletions
+6 -5
View File
@@ -91,11 +91,6 @@ export type TrackingSDKData = TrackingSDKPageData & {
pathName: string
}
export type TrackingPosition =
| "top menu"
| "hamburger menu"
| "join scandic friends sidebar"
// Old tracking setup types:
// TODO: Remove this when we delete "current site"
export type TrackingProps = {
@@ -126,3 +121,9 @@ export type SiteSectionObject = {
sitesection5: string
sitesection6: string
}
export type TrackingPosition =
| "top menu"
| "hamburger menu"
| "join scandic friends sidebar"
| "sign up verification"