@eric-emg/symphiq-components 1.3.15 → 1.3.17

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.
@@ -55002,14 +55002,167 @@ class SymphiqCreateAccountDashboardComponent {
55002
55002
  }] }); })();
55003
55003
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqCreateAccountDashboardComponent, { className: "SymphiqCreateAccountDashboardComponent", filePath: "lib/components/create-account-dashboard/symphiq-create-account-dashboard.component.ts", lineNumber: 618 }); })();
55004
55004
 
55005
+ function ConnectGaWelcomeBannerComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
55006
+ i0.ɵɵtext(0, " Your Google Analytics Connection ");
55007
+ } }
55008
+ function ConnectGaWelcomeBannerComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
55009
+ i0.ɵɵtext(0, " Connect Google Analytics 4 ");
55010
+ } }
55011
+ class ConnectGaWelcomeBannerComponent {
55012
+ constructor() {
55013
+ this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
55014
+ this.isOnboarded = input(false, ...(ngDevMode ? [{ debugName: "isOnboarded" }] : []));
55015
+ this.whatYoullSeeBelowItems = [
55016
+ { title: 'Google Sign-In', description: 'Authenticate securely with your Google account to grant Symphiq read-only access to your analytics data' },
55017
+ { title: 'Property Selection', description: 'Choose the GA4 property associated with your shop from your available properties' },
55018
+ { title: 'Data Connection', description: 'Link your analytics data to enable funnel analysis, performance tracking, and personalized recommendations' }
55019
+ ];
55020
+ }
55021
+ containerClasses() {
55022
+ return this.viewMode() === ViewModeEnum.DARK
55023
+ ? 'bg-slate-800/40 border-slate-700/50'
55024
+ : 'bg-white border-slate-200';
55025
+ }
55026
+ contentClasses() {
55027
+ return this.viewMode() === ViewModeEnum.DARK
55028
+ ? 'bg-gradient-to-br from-slate-800/60 via-slate-800/40 to-slate-800/60'
55029
+ : 'bg-gradient-to-br from-blue-50/30 via-white to-purple-50/30';
55030
+ }
55031
+ iconContainerClasses() {
55032
+ return this.viewMode() === ViewModeEnum.DARK
55033
+ ? 'bg-gradient-to-br from-blue-500/20 to-purple-500/20 text-blue-400'
55034
+ : 'bg-gradient-to-br from-blue-100 to-purple-100 text-blue-600';
55035
+ }
55036
+ titleClasses() {
55037
+ return this.viewMode() === ViewModeEnum.DARK
55038
+ ? 'text-white'
55039
+ : 'bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent';
55040
+ }
55041
+ textClasses() {
55042
+ return this.viewMode() === ViewModeEnum.DARK
55043
+ ? 'text-slate-300'
55044
+ : 'text-slate-700';
55045
+ }
55046
+ static { this.ɵfac = function ConnectGaWelcomeBannerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ConnectGaWelcomeBannerComponent)(); }; }
55047
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConnectGaWelcomeBannerComponent, selectors: [["symphiq-connect-ga-welcome-banner"]], inputs: { viewMode: [1, "viewMode"], isOnboarded: [1, "isOnboarded"] }, decls: 21, vars: 12, consts: [[1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [1, "px-8", "py-8", 3, "ngClass"], [1, "flex", "items-start", "gap-6"], [1, "flex-shrink-0", "w-16", "h-16", "rounded-2xl", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"], [1, "flex-1"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-3", 3, "ngClass"], [1, "space-y-6", "mb-6"], [1, "space-y-3"], [1, "text-base", "leading-relaxed", 3, "ngClass"], [1, "font-semibold"], ["currentStepId", "connect-ga4", 1, "block", "max-w-sm", 3, "viewMode"], [1, "mt-6", "block", 3, "viewMode", "items"], ["title", "What Happens Next", "onboardedTitle", "Manage Your Connection", "description", "After connecting GA4, you'll set revenue targets that define your growth goals. Symphiq will then analyze your funnel performance against these targets to deliver precise, actionable recommendations.", "onboardedDescription", "Your GA4 connection remains active, continuously syncing your latest performance data. You can change your connected property or Google account at any time if your analytics setup evolves.", 1, "mt-6", "block", 3, "viewMode", "isOnboarded"]], template: function ConnectGaWelcomeBannerComponent_Template(rf, ctx) { if (rf & 1) {
55048
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3);
55049
+ i0.ɵɵnamespaceSVG();
55050
+ i0.ɵɵelementStart(4, "svg", 4);
55051
+ i0.ɵɵelement(5, "path", 5);
55052
+ i0.ɵɵelementEnd()();
55053
+ i0.ɵɵnamespaceHTML();
55054
+ i0.ɵɵelementStart(6, "div", 6)(7, "h2", 7);
55055
+ i0.ɵɵconditionalCreate(8, ConnectGaWelcomeBannerComponent_Conditional_8_Template, 1, 0)(9, ConnectGaWelcomeBannerComponent_Conditional_9_Template, 1, 0);
55056
+ i0.ɵɵelementEnd();
55057
+ i0.ɵɵelementStart(10, "div", 8)(11, "div", 9)(12, "p", 10);
55058
+ i0.ɵɵtext(13, " Connecting Google Analytics 4 enables Symphiq to access your performance data in read-only mode. This integration provides the quantitative foundation that powers all of Symphiq's insights and recommendations. ");
55059
+ i0.ɵɵelementEnd();
55060
+ i0.ɵɵelementStart(14, "p", 10)(15, "strong", 11);
55061
+ i0.ɵɵtext(16, "Why this matters:");
55062
+ i0.ɵɵelementEnd();
55063
+ i0.ɵɵtext(17, " Your GA4 data reveals how visitors interact with your site\u2014from initial page views through purchases. Combined with your business context, this data enables Symphiq to identify specific opportunities and provide actionable, data-driven recommendations. ");
55064
+ i0.ɵɵelementEnd()();
55065
+ i0.ɵɵelement(18, "symphiq-confidence-level-card", 12);
55066
+ i0.ɵɵelementEnd();
55067
+ i0.ɵɵelement(19, "symphiq-what-youll-see-below", 13)(20, "symphiq-continue-your-journey", 14);
55068
+ i0.ɵɵelementEnd()()()();
55069
+ } if (rf & 2) {
55070
+ i0.ɵɵproperty("ngClass", ctx.containerClasses());
55071
+ i0.ɵɵadvance();
55072
+ i0.ɵɵproperty("ngClass", ctx.contentClasses());
55073
+ i0.ɵɵadvance(2);
55074
+ i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
55075
+ i0.ɵɵadvance(4);
55076
+ i0.ɵɵproperty("ngClass", ctx.titleClasses());
55077
+ i0.ɵɵadvance();
55078
+ i0.ɵɵconditional(ctx.isOnboarded() ? 8 : 9);
55079
+ i0.ɵɵadvance(4);
55080
+ i0.ɵɵproperty("ngClass", ctx.textClasses());
55081
+ i0.ɵɵadvance(2);
55082
+ i0.ɵɵproperty("ngClass", ctx.textClasses());
55083
+ i0.ɵɵadvance(4);
55084
+ i0.ɵɵproperty("viewMode", ctx.viewMode());
55085
+ i0.ɵɵadvance();
55086
+ i0.ɵɵproperty("viewMode", ctx.viewMode())("items", ctx.whatYoullSeeBelowItems);
55087
+ i0.ɵɵadvance();
55088
+ i0.ɵɵproperty("viewMode", ctx.viewMode())("isOnboarded", ctx.isOnboarded());
55089
+ } }, dependencies: [CommonModule, i1$1.NgClass, ConfidenceLevelCardComponent, ContinueYourJourneyComponent, WhatYoullSeeBelowComponent], encapsulation: 2, changeDetection: 0 }); }
55090
+ }
55091
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConnectGaWelcomeBannerComponent, [{
55092
+ type: Component,
55093
+ args: [{
55094
+ selector: 'symphiq-connect-ga-welcome-banner',
55095
+ standalone: true,
55096
+ imports: [CommonModule, ConfidenceLevelCardComponent, ContinueYourJourneyComponent, WhatYoullSeeBelowComponent],
55097
+ changeDetection: ChangeDetectionStrategy.OnPush,
55098
+ template: `
55099
+ <div [ngClass]="containerClasses()" class="rounded-2xl border shadow-lg overflow-hidden">
55100
+ <div [ngClass]="contentClasses()" class="px-8 py-8">
55101
+ <div class="flex items-start gap-6">
55102
+ <div [ngClass]="iconContainerClasses()" class="flex-shrink-0 w-16 h-16 rounded-2xl flex items-center justify-center">
55103
+ <svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
55104
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"></path>
55105
+ </svg>
55106
+ </div>
55107
+
55108
+ <div class="flex-1">
55109
+ <h2 [ngClass]="titleClasses()" class="text-2xl sm:text-3xl font-bold mb-3">
55110
+ @if (isOnboarded()) {
55111
+ Your Google Analytics Connection
55112
+ } @else {
55113
+ Connect Google Analytics 4
55114
+ }
55115
+ </h2>
55116
+
55117
+ <div class="space-y-6 mb-6">
55118
+ <div class="space-y-3">
55119
+ <p [ngClass]="textClasses()" class="text-base leading-relaxed">
55120
+ Connecting Google Analytics 4 enables Symphiq to access your performance data in read-only mode. This integration provides the quantitative foundation that powers all of Symphiq's insights and recommendations.
55121
+ </p>
55122
+ <p [ngClass]="textClasses()" class="text-base leading-relaxed">
55123
+ <strong class="font-semibold">Why this matters:</strong> Your GA4 data reveals how visitors interact with your site—from initial page views through purchases. Combined with your business context, this data enables Symphiq to identify specific opportunities and provide actionable, data-driven recommendations.
55124
+ </p>
55125
+ </div>
55126
+
55127
+ <symphiq-confidence-level-card
55128
+ class="block max-w-sm"
55129
+ [viewMode]="viewMode()"
55130
+ currentStepId="connect-ga4"
55131
+ />
55132
+ </div>
55133
+
55134
+ <symphiq-what-youll-see-below
55135
+ class="mt-6 block"
55136
+ [viewMode]="viewMode()"
55137
+ [items]="whatYoullSeeBelowItems"
55138
+ />
55139
+
55140
+ <symphiq-continue-your-journey
55141
+ class="mt-6 block"
55142
+ [viewMode]="viewMode()"
55143
+ [isOnboarded]="isOnboarded()"
55144
+ title="What Happens Next"
55145
+ onboardedTitle="Manage Your Connection"
55146
+ description="After connecting GA4, you'll set revenue targets that define your growth goals. Symphiq will then analyze your funnel performance against these targets to deliver precise, actionable recommendations."
55147
+ onboardedDescription="Your GA4 connection remains active, continuously syncing your latest performance data. You can change your connected property or Google account at any time if your analytics setup evolves."
55148
+ />
55149
+ </div>
55150
+ </div>
55151
+ </div>
55152
+ </div>
55153
+ `
55154
+ }]
55155
+ }], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }] }); })();
55156
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConnectGaWelcomeBannerComponent, { className: "ConnectGaWelcomeBannerComponent", filePath: "lib/components/connect-ga-dashboard/connect-ga-welcome-banner.component.ts", lineNumber: 70 }); })();
55157
+
55005
55158
  const _forTrack0$D = ($index, $item) => $item.property.id;
55006
- function SymphiqConnectGaDashboardComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
55007
- i0.ɵɵelementStart(0, "div", 7)(1, "div", 9)(2, "div", 10);
55008
- i0.ɵɵelement(3, "symphiq-indeterminate-spinner", 11);
55009
- i0.ɵɵelementStart(4, "h2", 12);
55159
+ function SymphiqConnectGaDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
55160
+ i0.ɵɵelementStart(0, "div", 8)(1, "div", 10)(2, "div", 11);
55161
+ i0.ɵɵelement(3, "symphiq-indeterminate-spinner", 12);
55162
+ i0.ɵɵelementStart(4, "h2", 13);
55010
55163
  i0.ɵɵtext(5, " Connecting to Google ");
55011
55164
  i0.ɵɵelementEnd();
55012
- i0.ɵɵelementStart(6, "p", 13);
55165
+ i0.ɵɵelementStart(6, "p", 14);
55013
55166
  i0.ɵɵtext(7, " Please complete the sign-in process in the popup window. Once authorized, your Google Analytics properties will appear here. ");
55014
55167
  i0.ɵɵelementEnd()()()();
55015
55168
  } if (rf & 2) {
@@ -55024,83 +55177,83 @@ function SymphiqConnectGaDashboardComponent_Conditional_7_Template(rf, ctx) { if
55024
55177
  i0.ɵɵadvance(2);
55025
55178
  i0.ɵɵproperty("ngClass", ctx_r0.textClasses());
55026
55179
  } }
55027
- function SymphiqConnectGaDashboardComponent_Conditional_8_Conditional_9_Template(rf, ctx) { if (rf & 1) {
55180
+ function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_9_Template(rf, ctx) { if (rf & 1) {
55028
55181
  i0.ɵɵtext(0, " Change Google Account ");
55029
55182
  } }
55030
- function SymphiqConnectGaDashboardComponent_Conditional_8_Conditional_10_Template(rf, ctx) { if (rf & 1) {
55183
+ function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_10_Template(rf, ctx) { if (rf & 1) {
55031
55184
  i0.ɵɵtext(0, " Connect Google Analytics 4 ");
55032
55185
  } }
55033
- function SymphiqConnectGaDashboardComponent_Conditional_8_Conditional_11_Template(rf, ctx) { if (rf & 1) {
55186
+ function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_11_Template(rf, ctx) { if (rf & 1) {
55034
55187
  const _r3 = i0.ɵɵgetCurrentView();
55035
- i0.ɵɵelementStart(0, "button", 50);
55036
- i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_8_Conditional_11_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.cancelReconnectMode()); });
55188
+ i0.ɵɵelementStart(0, "button", 51);
55189
+ i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_11_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.cancelReconnectMode()); });
55037
55190
  i0.ɵɵtext(1, " Cancel ");
55038
55191
  i0.ɵɵelementEnd();
55039
55192
  } if (rf & 2) {
55040
55193
  const ctx_r0 = i0.ɵɵnextContext(2);
55041
55194
  i0.ɵɵproperty("ngClass", ctx_r0.headerCancelButtonClasses());
55042
55195
  } }
55043
- function SymphiqConnectGaDashboardComponent_Conditional_8_Conditional_13_Template(rf, ctx) { if (rf & 1) {
55196
+ function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_13_Template(rf, ctx) { if (rf & 1) {
55044
55197
  i0.ɵɵtext(0, " Sign in with a different Google account to access other Google Analytics properties. ");
55045
55198
  } }
55046
- function SymphiqConnectGaDashboardComponent_Conditional_8_Conditional_14_Template(rf, ctx) { if (rf & 1) {
55199
+ function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_Template(rf, ctx) { if (rf & 1) {
55047
55200
  i0.ɵɵtext(0, " Integrating Google Analytics is essential. We use it to pull the majority of your data in a read-only format, ensuring no changes are made to your analytics. Please make sure you have access to the Google Analytics property associated with this shop to ensure proper integration. ");
55048
55201
  } }
55049
- function SymphiqConnectGaDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
55202
+ function SymphiqConnectGaDashboardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
55050
55203
  const _r2 = i0.ɵɵgetCurrentView();
55051
- i0.ɵɵelementStart(0, "div", 7)(1, "div", 14)(2, "div", 15)(3, "div", 16);
55204
+ i0.ɵɵelementStart(0, "div", 8)(1, "div", 15)(2, "div", 16)(3, "div", 17);
55052
55205
  i0.ɵɵnamespaceSVG();
55053
- i0.ɵɵelementStart(4, "svg", 17);
55054
- i0.ɵɵelement(5, "path", 18);
55206
+ i0.ɵɵelementStart(4, "svg", 18);
55207
+ i0.ɵɵelement(5, "path", 19);
55055
55208
  i0.ɵɵelementEnd()();
55056
55209
  i0.ɵɵnamespaceHTML();
55057
- i0.ɵɵelementStart(6, "div", 19)(7, "div", 20)(8, "h2", 21);
55058
- i0.ɵɵconditionalCreate(9, SymphiqConnectGaDashboardComponent_Conditional_8_Conditional_9_Template, 1, 0)(10, SymphiqConnectGaDashboardComponent_Conditional_8_Conditional_10_Template, 1, 0);
55210
+ i0.ɵɵelementStart(6, "div", 20)(7, "div", 21)(8, "h2", 22);
55211
+ i0.ɵɵconditionalCreate(9, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_9_Template, 1, 0)(10, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_10_Template, 1, 0);
55059
55212
  i0.ɵɵelementEnd();
55060
- i0.ɵɵconditionalCreate(11, SymphiqConnectGaDashboardComponent_Conditional_8_Conditional_11_Template, 2, 1, "button", 22);
55213
+ i0.ɵɵconditionalCreate(11, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_11_Template, 2, 1, "button", 23);
55061
55214
  i0.ɵɵelementEnd();
55062
- i0.ɵɵelementStart(12, "p", 23);
55063
- i0.ɵɵconditionalCreate(13, SymphiqConnectGaDashboardComponent_Conditional_8_Conditional_13_Template, 1, 0)(14, SymphiqConnectGaDashboardComponent_Conditional_8_Conditional_14_Template, 1, 0);
55215
+ i0.ɵɵelementStart(12, "p", 24);
55216
+ i0.ɵɵconditionalCreate(13, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_13_Template, 1, 0)(14, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_Template, 1, 0);
55064
55217
  i0.ɵɵelementEnd();
55065
- i0.ɵɵelementStart(15, "div", 24)(16, "button", 25);
55066
- i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_8_Template_button_click_16_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.onGoogleButtonClick()); });
55067
- i0.ɵɵelement(17, "div", 26);
55068
- i0.ɵɵelementStart(18, "div", 27)(19, "div", 28);
55218
+ i0.ɵɵelementStart(15, "div", 25)(16, "button", 26);
55219
+ i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_9_Template_button_click_16_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.onGoogleButtonClick()); });
55220
+ i0.ɵɵelement(17, "div", 27);
55221
+ i0.ɵɵelementStart(18, "div", 28)(19, "div", 29);
55069
55222
  i0.ɵɵnamespaceSVG();
55070
- i0.ɵɵelementStart(20, "svg", 29);
55071
- i0.ɵɵelement(21, "path", 30)(22, "path", 31)(23, "path", 32)(24, "path", 33)(25, "path", 34);
55223
+ i0.ɵɵelementStart(20, "svg", 30);
55224
+ i0.ɵɵelement(21, "path", 31)(22, "path", 32)(23, "path", 33)(24, "path", 34)(25, "path", 35);
55072
55225
  i0.ɵɵelementEnd()();
55073
55226
  i0.ɵɵnamespaceHTML();
55074
- i0.ɵɵelementStart(26, "span", 35);
55227
+ i0.ɵɵelementStart(26, "span", 36);
55075
55228
  i0.ɵɵtext(27, "Continue with Google");
55076
55229
  i0.ɵɵelementEnd()()()();
55077
- i0.ɵɵelementStart(28, "div", 36);
55230
+ i0.ɵɵelementStart(28, "div", 37);
55078
55231
  i0.ɵɵnamespaceSVG();
55079
- i0.ɵɵelementStart(29, "svg", 37);
55080
- i0.ɵɵelement(30, "path", 38);
55232
+ i0.ɵɵelementStart(29, "svg", 38);
55233
+ i0.ɵɵelement(30, "path", 39);
55081
55234
  i0.ɵɵelementEnd();
55082
55235
  i0.ɵɵnamespaceHTML();
55083
- i0.ɵɵelementStart(31, "div", 19)(32, "p", 39)(33, "strong", 40);
55236
+ i0.ɵɵelementStart(31, "div", 20)(32, "p", 40)(33, "strong", 41);
55084
55237
  i0.ɵɵtext(34, "Note:");
55085
55238
  i0.ɵɵelementEnd();
55086
55239
  i0.ɵɵtext(35, " When you click \"Continue with Google\", you'll be asked to sign in to your Google account and select the Analytics property associated with your shop. ");
55087
55240
  i0.ɵɵelementEnd()()();
55088
- i0.ɵɵelementStart(36, "div", 41)(37, "div", 42);
55089
- i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_8_Template_div_click_37_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.toggleExpanded()); });
55090
- i0.ɵɵelementStart(38, "span", 43);
55241
+ i0.ɵɵelementStart(36, "div", 42)(37, "div", 43);
55242
+ i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_9_Template_div_click_37_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.toggleExpanded()); });
55243
+ i0.ɵɵelementStart(38, "span", 44);
55091
55244
  i0.ɵɵtext(39, " How do we use your Google Analytics data? ");
55092
55245
  i0.ɵɵelementEnd();
55093
55246
  i0.ɵɵnamespaceSVG();
55094
- i0.ɵɵelementStart(40, "svg", 44);
55095
- i0.ɵɵelement(41, "path", 45);
55247
+ i0.ɵɵelementStart(40, "svg", 45);
55248
+ i0.ɵɵelement(41, "path", 46);
55096
55249
  i0.ɵɵelementEnd()();
55097
55250
  i0.ɵɵnamespaceHTML();
55098
- i0.ɵɵelementStart(42, "div", 46)(43, "div", 47)(44, "p", 48);
55251
+ i0.ɵɵelementStart(42, "div", 47)(43, "div", 48)(44, "p", 49);
55099
55252
  i0.ɵɵtext(45, " We request access to your Google Analytics data to aggregate this information into funnel stages and display trends within our application. This allows us to provide you with a clear overview of your web performance. By analyzing the data, we can map out recommendations, measure the impact of your current strategies, and suggest actionable next steps for improvement. ");
55100
55253
  i0.ɵɵelementEnd();
55101
- i0.ɵɵelementStart(46, "p", 39);
55254
+ i0.ɵɵelementStart(46, "p", 40);
55102
55255
  i0.ɵɵtext(47, " Symphiq's use and transfer to any other app of information received from Google APIs will adhere to ");
55103
- i0.ɵɵelementStart(48, "strong", 49);
55256
+ i0.ɵɵelementStart(48, "strong", 50);
55104
55257
  i0.ɵɵtext(49, "Google API Services User Data Policy");
55105
55258
  i0.ɵɵelementEnd();
55106
55259
  i0.ɵɵtext(50, " including the Limited Use requirements. ");
@@ -55146,33 +55299,33 @@ function SymphiqConnectGaDashboardComponent_Conditional_8_Template(rf, ctx) { if
55146
55299
  i0.ɵɵadvance(2);
55147
55300
  i0.ɵɵproperty("ngClass", ctx_r0.expandedTextClasses());
55148
55301
  } }
55149
- function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_9_Template(rf, ctx) { if (rf & 1) {
55302
+ function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_9_Template(rf, ctx) { if (rf & 1) {
55150
55303
  i0.ɵɵtext(0, " Change Google Analytics Property ");
55151
55304
  } }
55152
- function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_10_Template(rf, ctx) { if (rf & 1) {
55305
+ function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_10_Template(rf, ctx) { if (rf & 1) {
55153
55306
  i0.ɵɵtext(0, " Choose Your Property ");
55154
55307
  } }
55155
- function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_11_Template(rf, ctx) { if (rf & 1) {
55308
+ function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_11_Template(rf, ctx) { if (rf & 1) {
55156
55309
  const _r4 = i0.ɵɵgetCurrentView();
55157
- i0.ɵɵelementStart(0, "button", 50);
55158
- i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_11_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.cancelEditMode()); });
55310
+ i0.ɵɵelementStart(0, "button", 51);
55311
+ i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_11_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.cancelEditMode()); });
55159
55312
  i0.ɵɵtext(1, " Cancel ");
55160
55313
  i0.ɵɵelementEnd();
55161
55314
  } if (rf & 2) {
55162
55315
  const ctx_r0 = i0.ɵɵnextContext(2);
55163
55316
  i0.ɵɵproperty("ngClass", ctx_r0.headerCancelButtonClasses());
55164
55317
  } }
55165
- function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_For_2_Conditional_3_Template(rf, ctx) { if (rf & 1) {
55166
- i0.ɵɵelement(0, "div", 61);
55318
+ function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_For_2_Conditional_3_Template(rf, ctx) { if (rf & 1) {
55319
+ i0.ɵɵelement(0, "div", 62);
55167
55320
  } }
55168
- function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_For_2_Conditional_10_Conditional_0_Template(rf, ctx) { if (rf & 1) {
55169
- i0.ɵɵelementStart(0, "div", 66);
55321
+ function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_For_2_Conditional_10_Conditional_0_Template(rf, ctx) { if (rf & 1) {
55322
+ i0.ɵɵelementStart(0, "div", 67);
55170
55323
  i0.ɵɵnamespaceSVG();
55171
- i0.ɵɵelementStart(1, "svg", 67);
55172
- i0.ɵɵelement(2, "path", 68);
55324
+ i0.ɵɵelementStart(1, "svg", 68);
55325
+ i0.ɵɵelement(2, "path", 69);
55173
55326
  i0.ɵɵelementEnd();
55174
55327
  i0.ɵɵnamespaceHTML();
55175
- i0.ɵɵelementStart(3, "span", 65);
55328
+ i0.ɵɵelementStart(3, "span", 66);
55176
55329
  i0.ɵɵtext(4);
55177
55330
  i0.ɵɵelementEnd()();
55178
55331
  } if (rf & 2) {
@@ -55184,31 +55337,31 @@ function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_For_2_C
55184
55337
  i0.ɵɵadvance();
55185
55338
  i0.ɵɵtextInterpolate1(" Account: ", ctx.name || "Unnamed Account", " ");
55186
55339
  } }
55187
- function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_For_2_Conditional_10_Template(rf, ctx) { if (rf & 1) {
55188
- i0.ɵɵconditionalCreate(0, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_For_2_Conditional_10_Conditional_0_Template, 5, 3, "div", 66);
55340
+ function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_For_2_Conditional_10_Template(rf, ctx) { if (rf & 1) {
55341
+ i0.ɵɵconditionalCreate(0, SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_For_2_Conditional_10_Conditional_0_Template, 5, 3, "div", 67);
55189
55342
  } if (rf & 2) {
55190
55343
  let tmp_13_0;
55191
55344
  const item_r7 = i0.ɵɵnextContext().$implicit;
55192
55345
  const ctx_r0 = i0.ɵɵnextContext(3);
55193
55346
  i0.ɵɵconditional((tmp_13_0 = ctx_r0.getAccountForProperty(item_r7.property)) ? 0 : -1, tmp_13_0);
55194
55347
  } }
55195
- function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_For_2_Template(rf, ctx) { if (rf & 1) {
55348
+ function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_For_2_Template(rf, ctx) { if (rf & 1) {
55196
55349
  const _r6 = i0.ɵɵgetCurrentView();
55197
- i0.ɵɵelementStart(0, "label", 58);
55198
- i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_For_2_Template_label_click_0_listener() { const item_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.selectProperty(item_r7.property.id)); })("keydown.enter", function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_For_2_Template_label_keydown_enter_0_listener() { const item_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.selectProperty(item_r7.property.id)); })("keydown.space", function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_For_2_Template_label_keydown_space_0_listener($event) { const item_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r0 = i0.ɵɵnextContext(3); ctx_r0.selectProperty(item_r7.property.id); return i0.ɵɵresetView($event.preventDefault()); });
55199
- i0.ɵɵelementStart(1, "div", 59)(2, "div", 60);
55200
- i0.ɵɵconditionalCreate(3, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_For_2_Conditional_3_Template, 1, 0, "div", 61);
55350
+ i0.ɵɵelementStart(0, "label", 59);
55351
+ i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_For_2_Template_label_click_0_listener() { const item_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.selectProperty(item_r7.property.id)); })("keydown.enter", function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_For_2_Template_label_keydown_enter_0_listener() { const item_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.selectProperty(item_r7.property.id)); })("keydown.space", function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_For_2_Template_label_keydown_space_0_listener($event) { const item_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r0 = i0.ɵɵnextContext(3); ctx_r0.selectProperty(item_r7.property.id); return i0.ɵɵresetView($event.preventDefault()); });
55352
+ i0.ɵɵelementStart(1, "div", 60)(2, "div", 61);
55353
+ i0.ɵɵconditionalCreate(3, SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_For_2_Conditional_3_Template, 1, 0, "div", 62);
55201
55354
  i0.ɵɵelementEnd();
55202
- i0.ɵɵelementStart(4, "div", 62)(5, "div", 63);
55355
+ i0.ɵɵelementStart(4, "div", 63)(5, "div", 64);
55203
55356
  i0.ɵɵnamespaceSVG();
55204
- i0.ɵɵelementStart(6, "svg", 64);
55205
- i0.ɵɵelement(7, "path", 18);
55357
+ i0.ɵɵelementStart(6, "svg", 65);
55358
+ i0.ɵɵelement(7, "path", 19);
55206
55359
  i0.ɵɵelementEnd();
55207
55360
  i0.ɵɵnamespaceHTML();
55208
- i0.ɵɵelementStart(8, "div", 65);
55361
+ i0.ɵɵelementStart(8, "div", 66);
55209
55362
  i0.ɵɵtext(9);
55210
55363
  i0.ɵɵelementEnd()();
55211
- i0.ɵɵconditionalCreate(10, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_For_2_Conditional_10_Template, 1, 1);
55364
+ i0.ɵɵconditionalCreate(10, SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_For_2_Conditional_10_Template, 1, 1);
55212
55365
  i0.ɵɵelementEnd()()();
55213
55366
  } if (rf & 2) {
55214
55367
  const item_r7 = ctx.$implicit;
@@ -55228,17 +55381,17 @@ function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_For_2_T
55228
55381
  i0.ɵɵadvance();
55229
55382
  i0.ɵɵconditional(item_r7.property.gaAccountId ? 10 : -1);
55230
55383
  } }
55231
- function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_Template(rf, ctx) { if (rf & 1) {
55384
+ function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_Template(rf, ctx) { if (rf & 1) {
55232
55385
  const _r5 = i0.ɵɵgetCurrentView();
55233
- i0.ɵɵelementStart(0, "div", 52);
55234
- i0.ɵɵrepeaterCreate(1, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_For_2_Template, 11, 8, "label", 53, _forTrack0$D);
55386
+ i0.ɵɵelementStart(0, "div", 53);
55387
+ i0.ɵɵrepeaterCreate(1, SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_For_2_Template, 11, 8, "label", 54, _forTrack0$D);
55235
55388
  i0.ɵɵelementEnd();
55236
- i0.ɵɵelement(3, "div", 54);
55237
- i0.ɵɵelementStart(4, "button", 55);
55238
- i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r5); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.useDifferentGoogleAccount()); });
55389
+ i0.ɵɵelement(3, "div", 55);
55390
+ i0.ɵɵelementStart(4, "button", 56);
55391
+ i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r5); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.useDifferentGoogleAccount()); });
55239
55392
  i0.ɵɵnamespaceSVG();
55240
- i0.ɵɵelementStart(5, "svg", 56);
55241
- i0.ɵɵelement(6, "path", 57);
55393
+ i0.ɵɵelementStart(5, "svg", 57);
55394
+ i0.ɵɵelement(6, "path", 58);
55242
55395
  i0.ɵɵelementEnd();
55243
55396
  i0.ɵɵtext(7, " Use Different Google Account ");
55244
55397
  i0.ɵɵelementEnd();
@@ -55251,8 +55404,8 @@ function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_Templat
55251
55404
  i0.ɵɵadvance();
55252
55405
  i0.ɵɵproperty("ngClass", ctx_r0.useDifferentAccountButtonClasses());
55253
55406
  } }
55254
- function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_15_Template(rf, ctx) { if (rf & 1) {
55255
- i0.ɵɵelementStart(0, "div", 51)(1, "p", 69);
55407
+ function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_15_Template(rf, ctx) { if (rf & 1) {
55408
+ i0.ɵɵelementStart(0, "div", 52)(1, "p", 70);
55256
55409
  i0.ɵɵtext(2, " No properties found. Please connect your Google Analytics account. ");
55257
55410
  i0.ɵɵelementEnd()();
55258
55411
  } if (rf & 2) {
@@ -55260,22 +55413,22 @@ function SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_15_Templat
55260
55413
  i0.ɵɵadvance();
55261
55414
  i0.ɵɵproperty("ngClass", ctx_r0.emptyStateTextClasses());
55262
55415
  } }
55263
- function SymphiqConnectGaDashboardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
55264
- i0.ɵɵelementStart(0, "div", 7)(1, "div", 14)(2, "div", 15)(3, "div", 16);
55416
+ function SymphiqConnectGaDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
55417
+ i0.ɵɵelementStart(0, "div", 8)(1, "div", 15)(2, "div", 16)(3, "div", 17);
55265
55418
  i0.ɵɵnamespaceSVG();
55266
- i0.ɵɵelementStart(4, "svg", 17);
55267
- i0.ɵɵelement(5, "path", 18);
55419
+ i0.ɵɵelementStart(4, "svg", 18);
55420
+ i0.ɵɵelement(5, "path", 19);
55268
55421
  i0.ɵɵelementEnd()();
55269
55422
  i0.ɵɵnamespaceHTML();
55270
- i0.ɵɵelementStart(6, "div", 19)(7, "div", 20)(8, "h2", 21);
55271
- i0.ɵɵconditionalCreate(9, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_9_Template, 1, 0)(10, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_10_Template, 1, 0);
55423
+ i0.ɵɵelementStart(6, "div", 20)(7, "div", 21)(8, "h2", 22);
55424
+ i0.ɵɵconditionalCreate(9, SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_9_Template, 1, 0)(10, SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_10_Template, 1, 0);
55272
55425
  i0.ɵɵelementEnd();
55273
- i0.ɵɵconditionalCreate(11, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_11_Template, 2, 1, "button", 22);
55426
+ i0.ɵɵconditionalCreate(11, SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_11_Template, 2, 1, "button", 23);
55274
55427
  i0.ɵɵelementEnd();
55275
- i0.ɵɵelementStart(12, "p", 23);
55428
+ i0.ɵɵelementStart(12, "p", 24);
55276
55429
  i0.ɵɵtext(13, " Please choose the Google Analytics property you'd like to link to your shop. ");
55277
55430
  i0.ɵɵelementEnd();
55278
- i0.ɵɵconditionalCreate(14, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_14_Template, 8, 2)(15, SymphiqConnectGaDashboardComponent_Conditional_9_Conditional_15_Template, 3, 1, "div", 51);
55431
+ i0.ɵɵconditionalCreate(14, SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_14_Template, 8, 2)(15, SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_15_Template, 3, 1, "div", 52);
55279
55432
  i0.ɵɵelementEnd()()()();
55280
55433
  } if (rf & 2) {
55281
55434
  const ctx_r0 = i0.ɵɵnextContext();
@@ -55295,11 +55448,11 @@ function SymphiqConnectGaDashboardComponent_Conditional_9_Template(rf, ctx) { if
55295
55448
  i0.ɵɵadvance(2);
55296
55449
  i0.ɵɵconditional(ctx_r0.propertiesDisplay().length > 0 ? 14 : 15);
55297
55450
  } }
55298
- function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_17_Conditional_10_Template(rf, ctx) { if (rf & 1) {
55299
- i0.ɵɵelementStart(0, "div", 66);
55451
+ function SymphiqConnectGaDashboardComponent_Conditional_11_Conditional_17_Conditional_10_Template(rf, ctx) { if (rf & 1) {
55452
+ i0.ɵɵelementStart(0, "div", 67);
55300
55453
  i0.ɵɵnamespaceSVG();
55301
- i0.ɵɵelementStart(1, "svg", 67);
55302
- i0.ɵɵelement(2, "path", 68);
55454
+ i0.ɵɵelementStart(1, "svg", 68);
55455
+ i0.ɵɵelement(2, "path", 69);
55303
55456
  i0.ɵɵelementEnd();
55304
55457
  i0.ɵɵnamespaceHTML();
55305
55458
  i0.ɵɵelementStart(3, "span", 0);
@@ -55314,20 +55467,20 @@ function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_17_Condit
55314
55467
  i0.ɵɵadvance();
55315
55468
  i0.ɵɵtextInterpolate1(" ", ctx.name || "Unnamed Account", " ");
55316
55469
  } }
55317
- function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_17_Template(rf, ctx) { if (rf & 1) {
55318
- i0.ɵɵelementStart(0, "div", 75)(1, "div", 77)(2, "div", 78);
55470
+ function SymphiqConnectGaDashboardComponent_Conditional_11_Conditional_17_Template(rf, ctx) { if (rf & 1) {
55471
+ i0.ɵɵelementStart(0, "div", 76)(1, "div", 78)(2, "div", 79);
55319
55472
  i0.ɵɵtext(3, " Connected ");
55320
55473
  i0.ɵɵelementEnd()();
55321
- i0.ɵɵelementStart(4, "div", 79);
55474
+ i0.ɵɵelementStart(4, "div", 80);
55322
55475
  i0.ɵɵnamespaceSVG();
55323
- i0.ɵɵelementStart(5, "svg", 80);
55324
- i0.ɵɵelement(6, "path", 18);
55476
+ i0.ɵɵelementStart(5, "svg", 81);
55477
+ i0.ɵɵelement(6, "path", 19);
55325
55478
  i0.ɵɵelementEnd();
55326
55479
  i0.ɵɵnamespaceHTML();
55327
- i0.ɵɵelementStart(7, "div")(8, "div", 81);
55480
+ i0.ɵɵelementStart(7, "div")(8, "div", 82);
55328
55481
  i0.ɵɵtext(9);
55329
55482
  i0.ɵɵelementEnd();
55330
- i0.ɵɵconditionalCreate(10, SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_17_Conditional_10_Template, 5, 3, "div", 66);
55483
+ i0.ɵɵconditionalCreate(10, SymphiqConnectGaDashboardComponent_Conditional_11_Conditional_17_Conditional_10_Template, 5, 3, "div", 67);
55331
55484
  i0.ɵɵelementEnd()()();
55332
55485
  } if (rf & 2) {
55333
55486
  let tmp_8_0;
@@ -55344,35 +55497,35 @@ function SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_17_Templa
55344
55497
  i0.ɵɵadvance();
55345
55498
  i0.ɵɵconditional((tmp_8_0 = ctx_r0.selectedPropertyAccount()) ? 10 : -1, tmp_8_0);
55346
55499
  } }
55347
- function SymphiqConnectGaDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
55500
+ function SymphiqConnectGaDashboardComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
55348
55501
  const _r8 = i0.ɵɵgetCurrentView();
55349
- i0.ɵɵelementStart(0, "div", 7)(1, "div", 14)(2, "div", 15)(3, "div", 16);
55502
+ i0.ɵɵelementStart(0, "div", 8)(1, "div", 15)(2, "div", 16)(3, "div", 17);
55350
55503
  i0.ɵɵnamespaceSVG();
55351
- i0.ɵɵelementStart(4, "svg", 17);
55352
- i0.ɵɵelement(5, "path", 70);
55504
+ i0.ɵɵelementStart(4, "svg", 18);
55505
+ i0.ɵɵelement(5, "path", 71);
55353
55506
  i0.ɵɵelementEnd()();
55354
55507
  i0.ɵɵnamespaceHTML();
55355
- i0.ɵɵelementStart(6, "div", 19)(7, "div", 71)(8, "div")(9, "h2", 72);
55508
+ i0.ɵɵelementStart(6, "div", 20)(7, "div", 72)(8, "div")(9, "h2", 73);
55356
55509
  i0.ɵɵtext(10, " Connected to Google Analytics ");
55357
55510
  i0.ɵɵelementEnd();
55358
- i0.ɵɵelementStart(11, "p", 69);
55511
+ i0.ɵɵelementStart(11, "p", 70);
55359
55512
  i0.ɵɵtext(12, " Your analytics data is linked ");
55360
55513
  i0.ɵɵelementEnd()();
55361
- i0.ɵɵelementStart(13, "button", 73);
55362
- i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_10_Template_button_click_13_listener() { i0.ɵɵrestoreView(_r8); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.enableEditMode()); });
55514
+ i0.ɵɵelementStart(13, "button", 74);
55515
+ i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_11_Template_button_click_13_listener() { i0.ɵɵrestoreView(_r8); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.enableEditMode()); });
55363
55516
  i0.ɵɵnamespaceSVG();
55364
- i0.ɵɵelementStart(14, "svg", 56);
55365
- i0.ɵɵelement(15, "path", 74);
55517
+ i0.ɵɵelementStart(14, "svg", 57);
55518
+ i0.ɵɵelement(15, "path", 75);
55366
55519
  i0.ɵɵelementEnd();
55367
55520
  i0.ɵɵtext(16, " Edit ");
55368
55521
  i0.ɵɵelementEnd()();
55369
- i0.ɵɵconditionalCreate(17, SymphiqConnectGaDashboardComponent_Conditional_10_Conditional_17_Template, 11, 6, "div", 75);
55522
+ i0.ɵɵconditionalCreate(17, SymphiqConnectGaDashboardComponent_Conditional_11_Conditional_17_Template, 11, 6, "div", 76);
55370
55523
  i0.ɵɵnamespaceHTML();
55371
- i0.ɵɵelementStart(18, "button", 76);
55372
- i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_10_Template_button_click_18_listener() { i0.ɵɵrestoreView(_r8); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.reconnectWithDifferentAccount()); });
55524
+ i0.ɵɵelementStart(18, "button", 77);
55525
+ i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_11_Template_button_click_18_listener() { i0.ɵɵrestoreView(_r8); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.reconnectWithDifferentAccount()); });
55373
55526
  i0.ɵɵnamespaceSVG();
55374
- i0.ɵɵelementStart(19, "svg", 56);
55375
- i0.ɵɵelement(20, "path", 57);
55527
+ i0.ɵɵelementStart(19, "svg", 57);
55528
+ i0.ɵɵelement(20, "path", 58);
55376
55529
  i0.ɵɵelementEnd();
55377
55530
  i0.ɵɵtext(21, " Use Different Google Account ");
55378
55531
  i0.ɵɵelementEnd()()()()();
@@ -55395,14 +55548,14 @@ function SymphiqConnectGaDashboardComponent_Conditional_10_Template(rf, ctx) { i
55395
55548
  i0.ɵɵadvance();
55396
55549
  i0.ɵɵproperty("ngClass", ctx_r0.reconnectButtonClasses());
55397
55550
  } }
55398
- function SymphiqConnectGaDashboardComponent_Conditional_11_Conditional_3_Template(rf, ctx) { if (rf & 1) {
55551
+ function SymphiqConnectGaDashboardComponent_Conditional_12_Conditional_3_Template(rf, ctx) { if (rf & 1) {
55399
55552
  const _r9 = i0.ɵɵgetCurrentView();
55400
- i0.ɵɵelementStart(0, "button", 85);
55401
- i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_11_Conditional_3_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.cancelEditMode()); });
55553
+ i0.ɵɵelementStart(0, "button", 86);
55554
+ i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_12_Conditional_3_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.cancelEditMode()); });
55402
55555
  i0.ɵɵtext(1, " Cancel ");
55403
55556
  i0.ɵɵelementEnd();
55404
- i0.ɵɵelementStart(2, "button", 86);
55405
- i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_11_Conditional_3_Template_button_click_2_listener() { i0.ɵɵrestoreView(_r9); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.submitPropertyChange()); });
55557
+ i0.ɵɵelementStart(2, "button", 87);
55558
+ i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_12_Conditional_3_Template_button_click_2_listener() { i0.ɵɵrestoreView(_r9); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.submitPropertyChange()); });
55406
55559
  i0.ɵɵtext(3, " Submit ");
55407
55560
  i0.ɵɵelementEnd();
55408
55561
  } if (rf & 2) {
@@ -55411,19 +55564,19 @@ function SymphiqConnectGaDashboardComponent_Conditional_11_Conditional_3_Templat
55411
55564
  i0.ɵɵadvance(2);
55412
55565
  i0.ɵɵproperty("disabled", !ctx_r0.hasPropertyChanged())("ngClass", ctx_r0.submitButtonClasses());
55413
55566
  } }
55414
- function SymphiqConnectGaDashboardComponent_Conditional_11_Conditional_4_Template(rf, ctx) { if (rf & 1) {
55567
+ function SymphiqConnectGaDashboardComponent_Conditional_12_Conditional_4_Template(rf, ctx) { if (rf & 1) {
55415
55568
  const _r10 = i0.ɵɵgetCurrentView();
55416
- i0.ɵɵelementStart(0, "button", 86);
55417
- i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_11_Conditional_4_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r10); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.submitPropertySelection()); });
55569
+ i0.ɵɵelementStart(0, "button", 87);
55570
+ i0.ɵɵlistener("click", function SymphiqConnectGaDashboardComponent_Conditional_12_Conditional_4_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r10); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.submitPropertySelection()); });
55418
55571
  i0.ɵɵtext(1, " Continue ");
55419
55572
  i0.ɵɵelementEnd();
55420
55573
  } if (rf & 2) {
55421
55574
  const ctx_r0 = i0.ɵɵnextContext(2);
55422
55575
  i0.ɵɵproperty("disabled", !ctx_r0.hasPropertySelected())("ngClass", ctx_r0.submitButtonClasses());
55423
55576
  } }
55424
- function SymphiqConnectGaDashboardComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
55425
- i0.ɵɵelementStart(0, "div", 8)(1, "div", 82)(2, "div", 83);
55426
- i0.ɵɵconditionalCreate(3, SymphiqConnectGaDashboardComponent_Conditional_11_Conditional_3_Template, 4, 3)(4, SymphiqConnectGaDashboardComponent_Conditional_11_Conditional_4_Template, 2, 2, "button", 84);
55577
+ function SymphiqConnectGaDashboardComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
55578
+ i0.ɵɵelementStart(0, "div", 9)(1, "div", 83)(2, "div", 84);
55579
+ i0.ɵɵconditionalCreate(3, SymphiqConnectGaDashboardComponent_Conditional_12_Conditional_3_Template, 4, 3)(4, SymphiqConnectGaDashboardComponent_Conditional_12_Conditional_4_Template, 2, 2, "button", 85);
55427
55580
  i0.ɵɵelementEnd()()();
55428
55581
  } if (rf & 2) {
55429
55582
  const ctx_r0 = i0.ɵɵnextContext();
@@ -55461,6 +55614,7 @@ class SymphiqConnectGaDashboardComponent {
55461
55614
  this.forDemo = input(false, ...(ngDevMode ? [{ debugName: "forDemo" }] : []));
55462
55615
  this.maxAccessibleStepId = input(undefined, ...(ngDevMode ? [{ debugName: "maxAccessibleStepId" }] : []));
55463
55616
  this.showNextStepAction = input(true, ...(ngDevMode ? [{ debugName: "showNextStepAction" }] : []));
55617
+ this.isOnboarded = input(false, ...(ngDevMode ? [{ debugName: "isOnboarded" }] : []));
55464
55618
  this.gaProperties = input(undefined, ...(ngDevMode ? [{ debugName: "gaProperties" }] : []));
55465
55619
  this.gaAccounts = input(undefined, ...(ngDevMode ? [{ debugName: "gaAccounts" }] : []));
55466
55620
  this.selectedGaPropertyId = input(undefined, ...(ngDevMode ? [{ debugName: "selectedGaPropertyId" }] : []));
@@ -55847,7 +56001,7 @@ class SymphiqConnectGaDashboardComponent {
55847
56001
  i0.ɵɵlistener("scroll", function SymphiqConnectGaDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
55848
56002
  } if (rf & 2) {
55849
56003
  i0.ɵɵclassProp("light", ctx.isLightMode())("dark", !ctx.isLightMode());
55850
- } }, inputs: { embedded: [1, "embedded"], parentHeaderOffset: [1, "parentHeaderOffset"], viewMode: [1, "viewMode"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], showNextStepAction: [1, "showNextStepAction"], gaProperties: [1, "gaProperties"], gaAccounts: [1, "gaAccounts"], selectedGaPropertyId: [1, "selectedGaPropertyId"], isConnectingToGoogle: [1, "isConnectingToGoogle"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", googleButtonClick: "googleButtonClick", onPropertySelect: "onPropertySelect", onPropertyChange: "onPropertyChange" }, decls: 12, vars: 19, consts: [[3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "relative", "z-[51]"], [3, "title", "subtitle", "viewMode", "showControls", "embedded", "scrollEvent"], [3, "stepClick", "nextStepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "pb-32"], [1, "max-w-3xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", "mb-8", 3, "ngClass"], [1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "backdrop-blur-sm", 3, "ngClass"], [1, "px-8", "py-16", 3, "ngClass"], [1, "flex", "flex-col", "items-center", "justify-center", "text-center", "gap-8"], ["size", "large", 3, "viewMode"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-4", 3, "ngClass"], [1, "text-base", "leading-relaxed", "max-w-md", 3, "ngClass"], [1, "px-8", "py-8", 3, "ngClass"], [1, "flex", "items-start", "gap-6"], [1, "flex-shrink-0", "w-16", "h-16", "rounded-2xl", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"], [1, "flex-1"], [1, "flex", "items-start", "justify-between", "gap-4", "mb-4"], [1, "text-2xl", "sm:text-3xl", "font-bold", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-semibold", "text-sm", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", "flex-shrink-0", 3, "ngClass"], [1, "text-base", "leading-relaxed", "mb-6", 3, "ngClass"], [1, "mb-6"], ["type", "button", 1, "gsi-material-button", 3, "click"], [1, "gsi-material-button-state"], [1, "gsi-material-button-content-wrapper"], [1, "gsi-material-button-icon"], ["version", "1.1", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 48 48", 0, "xmlns", "xlink", "http://www.w3.org/1999/xlink", 2, "display", "block"], ["fill", "#EA4335", "d", "M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"], ["fill", "#4285F4", "d", "M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"], ["fill", "#FBBC05", "d", "M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"], ["fill", "#34A853", "d", "M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"], ["fill", "none", "d", "M0 0h48v48H0z"], [1, "gsi-material-button-contents"], [1, "p-4", "rounded-lg", "border", "flex", "items-start", "gap-3", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "font-semibold"], [1, "mt-6", "rounded-lg", "border", "overflow-hidden", 3, "ngClass"], [1, "px-4", "py-4", "cursor-pointer", "flex", "items-center", "justify-between", "gap-3", "transition-colors", "duration-200", 3, "click", "ngClass"], [1, "text-base", "font-semibold", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "transition-transform", "duration-300", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 9l-7 7-7-7"], [1, "transition-all", "duration-300", "ease-in-out", "overflow-hidden"], [1, "px-4", "pb-4", "pt-2", 3, "ngClass"], [1, "text-sm", "leading-relaxed", "mb-4", 3, "ngClass"], [1, "font-bold"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-semibold", "text-sm", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", "flex-shrink-0", 3, "click", "ngClass"], [1, "text-center", "py-8"], ["role", "radiogroup", "aria-label", "Google Analytics Properties", 1, "space-y-3"], ["tabindex", "0", "role", "radio", 1, "block", 3, "ngClass"], [1, "my-6", "border-t", 3, "ngClass"], ["type", "button", 1, "w-full", "px-4", "py-3", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "flex", "items-center", "justify-center", "gap-2", "cursor-pointer", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"], ["tabindex", "0", "role", "radio", 1, "block", 3, "click", "keydown.enter", "keydown.space", "ngClass"], [1, "flex", "items-center", "gap-4", "p-4"], [1, "w-5", "h-5", "rounded-full", "border-2", "flex", "items-center", "justify-center", "flex-shrink-0", 3, "ngClass"], [1, "w-3", "h-3", "rounded-full", "bg-current"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-2", "mb-1"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", 3, "ngClass"], [1, "truncate", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mt-1"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"], [1, "text-base", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "flex", "items-start", "justify-between", "mb-6"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-2", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "hover:scale-105", "flex", "items-center", "gap-2", "cursor-pointer", 3, "click", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"], [1, "rounded-xl", "border-2", "p-6", "mb-6", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "flex", "items-center", "gap-2", "cursor-pointer", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-4"], [1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", "border", 3, "ngClass"], [1, "flex", "items-center", "gap-3", "mb-3"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6", "flex-shrink-0", 3, "ngClass"], [1, "text-lg", 3, "ngClass"], [1, "max-w-3xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "flex-1", "px-6", "py-4", "rounded-xl", "font-bold", "text-base", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", 3, "disabled", "ngClass"], ["type", "button", 1, "flex-1", "sm:flex-none", "px-6", "py-4", "rounded-xl", "font-bold", "text-base", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", 3, "click", "ngClass"], ["type", "button", 1, "flex-1", "px-6", "py-4", "rounded-xl", "font-bold", "text-base", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", 3, "click", "disabled", "ngClass"]], template: function SymphiqConnectGaDashboardComponent_Template(rf, ctx) { if (rf & 1) {
56004
+ } }, inputs: { embedded: [1, "embedded"], parentHeaderOffset: [1, "parentHeaderOffset"], viewMode: [1, "viewMode"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], showNextStepAction: [1, "showNextStepAction"], isOnboarded: [1, "isOnboarded"], gaProperties: [1, "gaProperties"], gaAccounts: [1, "gaAccounts"], selectedGaPropertyId: [1, "selectedGaPropertyId"], isConnectingToGoogle: [1, "isConnectingToGoogle"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", googleButtonClick: "googleButtonClick", onPropertySelect: "onPropertySelect", onPropertyChange: "onPropertyChange" }, decls: 13, vars: 21, consts: [[3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "relative", "z-[51]"], [3, "title", "subtitle", "viewMode", "showControls", "embedded", "scrollEvent"], [3, "stepClick", "nextStepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "pb-32"], [1, "max-w-3xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8"], [1, "block", "mb-8", 3, "viewMode", "isOnboarded"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", "mb-8", 3, "ngClass"], [1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "backdrop-blur-sm", 3, "ngClass"], [1, "px-8", "py-16", 3, "ngClass"], [1, "flex", "flex-col", "items-center", "justify-center", "text-center", "gap-8"], ["size", "large", 3, "viewMode"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-4", 3, "ngClass"], [1, "text-base", "leading-relaxed", "max-w-md", 3, "ngClass"], [1, "px-8", "py-8", 3, "ngClass"], [1, "flex", "items-start", "gap-6"], [1, "flex-shrink-0", "w-16", "h-16", "rounded-2xl", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"], [1, "flex-1"], [1, "flex", "items-start", "justify-between", "gap-4", "mb-4"], [1, "text-2xl", "sm:text-3xl", "font-bold", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-semibold", "text-sm", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", "flex-shrink-0", 3, "ngClass"], [1, "text-base", "leading-relaxed", "mb-6", 3, "ngClass"], [1, "mb-6"], ["type", "button", 1, "gsi-material-button", 3, "click"], [1, "gsi-material-button-state"], [1, "gsi-material-button-content-wrapper"], [1, "gsi-material-button-icon"], ["version", "1.1", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 48 48", 0, "xmlns", "xlink", "http://www.w3.org/1999/xlink", 2, "display", "block"], ["fill", "#EA4335", "d", "M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"], ["fill", "#4285F4", "d", "M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"], ["fill", "#FBBC05", "d", "M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"], ["fill", "#34A853", "d", "M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"], ["fill", "none", "d", "M0 0h48v48H0z"], [1, "gsi-material-button-contents"], [1, "p-4", "rounded-lg", "border", "flex", "items-start", "gap-3", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "font-semibold"], [1, "mt-6", "rounded-lg", "border", "overflow-hidden", 3, "ngClass"], [1, "px-4", "py-4", "cursor-pointer", "flex", "items-center", "justify-between", "gap-3", "transition-colors", "duration-200", 3, "click", "ngClass"], [1, "text-base", "font-semibold", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "transition-transform", "duration-300", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 9l-7 7-7-7"], [1, "transition-all", "duration-300", "ease-in-out", "overflow-hidden"], [1, "px-4", "pb-4", "pt-2", 3, "ngClass"], [1, "text-sm", "leading-relaxed", "mb-4", 3, "ngClass"], [1, "font-bold"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-semibold", "text-sm", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", "flex-shrink-0", 3, "click", "ngClass"], [1, "text-center", "py-8"], ["role", "radiogroup", "aria-label", "Google Analytics Properties", 1, "space-y-3"], ["tabindex", "0", "role", "radio", 1, "block", 3, "ngClass"], [1, "my-6", "border-t", 3, "ngClass"], ["type", "button", 1, "w-full", "px-4", "py-3", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "flex", "items-center", "justify-center", "gap-2", "cursor-pointer", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"], ["tabindex", "0", "role", "radio", 1, "block", 3, "click", "keydown.enter", "keydown.space", "ngClass"], [1, "flex", "items-center", "gap-4", "p-4"], [1, "w-5", "h-5", "rounded-full", "border-2", "flex", "items-center", "justify-center", "flex-shrink-0", 3, "ngClass"], [1, "w-3", "h-3", "rounded-full", "bg-current"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-2", "mb-1"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", 3, "ngClass"], [1, "truncate", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mt-1"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"], [1, "text-base", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "flex", "items-start", "justify-between", "mb-6"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-2", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "hover:scale-105", "flex", "items-center", "gap-2", "cursor-pointer", 3, "click", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"], [1, "rounded-xl", "border-2", "p-6", "mb-6", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "flex", "items-center", "gap-2", "cursor-pointer", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-4"], [1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", "border", 3, "ngClass"], [1, "flex", "items-center", "gap-3", "mb-3"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6", "flex-shrink-0", 3, "ngClass"], [1, "text-lg", 3, "ngClass"], [1, "max-w-3xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "flex-1", "px-6", "py-4", "rounded-xl", "font-bold", "text-base", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", 3, "disabled", "ngClass"], ["type", "button", 1, "flex-1", "sm:flex-none", "px-6", "py-4", "rounded-xl", "font-bold", "text-base", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", 3, "click", "ngClass"], ["type", "button", 1, "flex-1", "px-6", "py-4", "rounded-xl", "font-bold", "text-base", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", 3, "click", "disabled", "ngClass"]], template: function SymphiqConnectGaDashboardComponent_Template(rf, ctx) { if (rf & 1) {
55851
56005
  i0.ɵɵelementStart(0, "div", 0);
55852
56006
  i0.ɵɵelement(1, "div", 1);
55853
56007
  i0.ɵɵelementStart(2, "div", 2);
@@ -55856,12 +56010,13 @@ class SymphiqConnectGaDashboardComponent {
55856
56010
  i0.ɵɵlistener("stepClick", function SymphiqConnectGaDashboardComponent_Template_symphiq_journey_progress_indicator_stepClick_4_listener($event) { return ctx.stepClick.emit($event); })("nextStepClick", function SymphiqConnectGaDashboardComponent_Template_symphiq_journey_progress_indicator_nextStepClick_4_listener() { return ctx.nextStepClick.emit(); });
55857
56011
  i0.ɵɵelementEnd();
55858
56012
  i0.ɵɵelementStart(5, "main", 5)(6, "div", 6);
55859
- i0.ɵɵconditionalCreate(7, SymphiqConnectGaDashboardComponent_Conditional_7_Template, 8, 5, "div", 7);
55860
- i0.ɵɵconditionalCreate(8, SymphiqConnectGaDashboardComponent_Conditional_8_Template, 51, 28, "div", 7);
55861
- i0.ɵɵconditionalCreate(9, SymphiqConnectGaDashboardComponent_Conditional_9_Template, 16, 8, "div", 7);
55862
- i0.ɵɵconditionalCreate(10, SymphiqConnectGaDashboardComponent_Conditional_10_Template, 22, 8, "div", 7);
56013
+ i0.ɵɵelement(7, "symphiq-connect-ga-welcome-banner", 7);
56014
+ i0.ɵɵconditionalCreate(8, SymphiqConnectGaDashboardComponent_Conditional_8_Template, 8, 5, "div", 8);
56015
+ i0.ɵɵconditionalCreate(9, SymphiqConnectGaDashboardComponent_Conditional_9_Template, 51, 28, "div", 8);
56016
+ i0.ɵɵconditionalCreate(10, SymphiqConnectGaDashboardComponent_Conditional_10_Template, 16, 8, "div", 8);
56017
+ i0.ɵɵconditionalCreate(11, SymphiqConnectGaDashboardComponent_Conditional_11_Template, 22, 8, "div", 8);
55863
56018
  i0.ɵɵelementEnd();
55864
- i0.ɵɵconditionalCreate(11, SymphiqConnectGaDashboardComponent_Conditional_11_Template, 5, 2, "div", 8);
56019
+ i0.ɵɵconditionalCreate(12, SymphiqConnectGaDashboardComponent_Conditional_12_Template, 5, 2, "div", 9);
55865
56020
  i0.ɵɵelementEnd()()();
55866
56021
  } if (rf & 2) {
55867
56022
  i0.ɵɵproperty("ngClass", ctx.getContainerClasses());
@@ -55872,20 +56027,22 @@ class SymphiqConnectGaDashboardComponent {
55872
56027
  i0.ɵɵadvance();
55873
56028
  i0.ɵɵproperty("viewMode", ctx.viewMode())("currentStepId", ctx.JourneyStepIdEnum.CONNECT_GA4)("showNextStepAction", ctx.showNextStepAction())("forDemo", ctx.forDemo())("maxAccessibleStepId", ctx.maxAccessibleStepId());
55874
56029
  i0.ɵɵadvance(3);
55875
- i0.ɵɵconditional(ctx.isConnecting() ? 7 : -1);
56030
+ i0.ɵɵproperty("viewMode", ctx.viewMode())("isOnboarded", ctx.isOnboarded());
56031
+ i0.ɵɵadvance();
56032
+ i0.ɵɵconditional(ctx.isConnecting() ? 8 : -1);
55876
56033
  i0.ɵɵadvance();
55877
- i0.ɵɵconditional(ctx.isConnectState() && !ctx.isConnecting() ? 8 : -1);
56034
+ i0.ɵɵconditional(ctx.isConnectState() && !ctx.isConnecting() ? 9 : -1);
55878
56035
  i0.ɵɵadvance();
55879
- i0.ɵɵconditional(ctx.isSelectionState() && !ctx.isConnecting() ? 9 : -1);
56036
+ i0.ɵɵconditional(ctx.isSelectionState() && !ctx.isConnecting() ? 10 : -1);
55880
56037
  i0.ɵɵadvance();
55881
- i0.ɵɵconditional(ctx.isSelectedState() && !ctx.isConnecting() ? 10 : -1);
56038
+ i0.ɵɵconditional(ctx.isSelectedState() && !ctx.isConnecting() ? 11 : -1);
55882
56039
  i0.ɵɵadvance();
55883
- i0.ɵɵconditional(ctx.showSubmitButton() ? 11 : -1);
55884
- } }, dependencies: [CommonModule, i1$1.NgClass, JourneyProgressIndicatorComponent, IndeterminateSpinnerComponent, DashboardHeaderComponent], styles: ["[_nghost-%COMP%]{display:block}.animated-bubbles[_ngcontent-%COMP%]{overflow:hidden}.animated-bubbles[_ngcontent-%COMP%]:before, .animated-bubbles[_ngcontent-%COMP%]:after{content:\"\";position:absolute;border-radius:50%;animation:_ngcontent-%COMP%_float 20s infinite ease-in-out;opacity:.05}.animated-bubbles[_ngcontent-%COMP%]:before{width:600px;height:600px;background:radial-gradient(circle,#3b82f6 0%,transparent 70%);top:-300px;left:-300px;animation-delay:-5s}.animated-bubbles[_ngcontent-%COMP%]:after{width:800px;height:800px;background:radial-gradient(circle,#06b6d4 0%,transparent 70%);bottom:-400px;right:-400px;animation-delay:-10s}.animated-bubbles.light-mode[_ngcontent-%COMP%]:before, .animated-bubbles.light-mode[_ngcontent-%COMP%]:after{opacity:.03}@keyframes _ngcontent-%COMP%_float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#fff;background-image:none;border:1px solid #747775;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#1f1f1f;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-icon[_ngcontent-%COMP%]{height:20px;margin-right:12px;min-width:20px;width:20px}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-content-wrapper[_ngcontent-%COMP%]{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-contents[_ngcontent-%COMP%]{-webkit-flex-grow:1;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-state[_ngcontent-%COMP%]{-webkit-transition:opacity .218s;transition:opacity .218s;inset:0;opacity:0;position:absolute}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled{cursor:default;background-color:#ffffff61;border-color:#1f1f1f1f}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled .gsi-material-button-contents[_ngcontent-%COMP%]{opacity:38%}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled .gsi-material-button-icon[_ngcontent-%COMP%]{opacity:38%}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):active .gsi-material-button-state[_ngcontent-%COMP%], .light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):focus .gsi-material-button-state[_ngcontent-%COMP%]{background-color:#303030;opacity:12%}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):hover .gsi-material-button-state[_ngcontent-%COMP%]{background-color:#303030;opacity:8%}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#131314;background-image:none;border:1px solid #747775;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#e3e3e3;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content;border-color:#8e918f}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-icon[_ngcontent-%COMP%]{height:20px;margin-right:12px;min-width:20px;width:20px}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-content-wrapper[_ngcontent-%COMP%]{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-contents[_ngcontent-%COMP%]{-webkit-flex-grow:1;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-state[_ngcontent-%COMP%]{-webkit-transition:opacity .218s;transition:opacity .218s;inset:0;opacity:0;position:absolute}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled{cursor:default;background-color:#13131461;border-color:#8e918f1f}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled .gsi-material-button-state[_ngcontent-%COMP%]{background-color:#e3e3e31f}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled .gsi-material-button-contents[_ngcontent-%COMP%]{opacity:38%}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled .gsi-material-button-icon[_ngcontent-%COMP%]{opacity:38%}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):active .gsi-material-button-state[_ngcontent-%COMP%], .dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):focus .gsi-material-button-state[_ngcontent-%COMP%]{background-color:#fff;opacity:12%}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):hover .gsi-material-button-state[_ngcontent-%COMP%]{background-color:#fff;opacity:8%}"], changeDetection: 0 }); }
56040
+ i0.ɵɵconditional(ctx.showSubmitButton() ? 12 : -1);
56041
+ } }, dependencies: [CommonModule, i1$1.NgClass, JourneyProgressIndicatorComponent, IndeterminateSpinnerComponent, DashboardHeaderComponent, ConnectGaWelcomeBannerComponent], styles: ["[_nghost-%COMP%]{display:block}.animated-bubbles[_ngcontent-%COMP%]{overflow:hidden}.animated-bubbles[_ngcontent-%COMP%]:before, .animated-bubbles[_ngcontent-%COMP%]:after{content:\"\";position:absolute;border-radius:50%;animation:_ngcontent-%COMP%_float 20s infinite ease-in-out;opacity:.05}.animated-bubbles[_ngcontent-%COMP%]:before{width:600px;height:600px;background:radial-gradient(circle,#3b82f6 0%,transparent 70%);top:-300px;left:-300px;animation-delay:-5s}.animated-bubbles[_ngcontent-%COMP%]:after{width:800px;height:800px;background:radial-gradient(circle,#06b6d4 0%,transparent 70%);bottom:-400px;right:-400px;animation-delay:-10s}.animated-bubbles.light-mode[_ngcontent-%COMP%]:before, .animated-bubbles.light-mode[_ngcontent-%COMP%]:after{opacity:.03}@keyframes _ngcontent-%COMP%_float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#fff;background-image:none;border:1px solid #747775;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#1f1f1f;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-icon[_ngcontent-%COMP%]{height:20px;margin-right:12px;min-width:20px;width:20px}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-content-wrapper[_ngcontent-%COMP%]{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-contents[_ngcontent-%COMP%]{-webkit-flex-grow:1;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-state[_ngcontent-%COMP%]{-webkit-transition:opacity .218s;transition:opacity .218s;inset:0;opacity:0;position:absolute}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled{cursor:default;background-color:#ffffff61;border-color:#1f1f1f1f}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled .gsi-material-button-contents[_ngcontent-%COMP%]{opacity:38%}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled .gsi-material-button-icon[_ngcontent-%COMP%]{opacity:38%}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):active .gsi-material-button-state[_ngcontent-%COMP%], .light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):focus .gsi-material-button-state[_ngcontent-%COMP%]{background-color:#303030;opacity:12%}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.light[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):hover .gsi-material-button-state[_ngcontent-%COMP%]{background-color:#303030;opacity:8%}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#131314;background-image:none;border:1px solid #747775;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#e3e3e3;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content;border-color:#8e918f}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-icon[_ngcontent-%COMP%]{height:20px;margin-right:12px;min-width:20px;width:20px}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-content-wrapper[_ngcontent-%COMP%]{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-contents[_ngcontent-%COMP%]{-webkit-flex-grow:1;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%] .gsi-material-button-state[_ngcontent-%COMP%]{-webkit-transition:opacity .218s;transition:opacity .218s;inset:0;opacity:0;position:absolute}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled{cursor:default;background-color:#13131461;border-color:#8e918f1f}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled .gsi-material-button-state[_ngcontent-%COMP%]{background-color:#e3e3e31f}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled .gsi-material-button-contents[_ngcontent-%COMP%]{opacity:38%}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:disabled .gsi-material-button-icon[_ngcontent-%COMP%]{opacity:38%}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):active .gsi-material-button-state[_ngcontent-%COMP%], .dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):focus .gsi-material-button-state[_ngcontent-%COMP%]{background-color:#fff;opacity:12%}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.dark[_nghost-%COMP%] .gsi-material-button[_ngcontent-%COMP%]:not(:disabled):hover .gsi-material-button-state[_ngcontent-%COMP%]{background-color:#fff;opacity:8%}"], changeDetection: 0 }); }
55885
56042
  }
55886
56043
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SymphiqConnectGaDashboardComponent, [{
55887
56044
  type: Component,
55888
- args: [{ selector: 'symphiq-connect-ga-dashboard', standalone: true, imports: [CommonModule, JourneyProgressIndicatorComponent, IndeterminateSpinnerComponent, DashboardHeaderComponent], changeDetection: ChangeDetectionStrategy.OnPush, host: {
56045
+ args: [{ selector: 'symphiq-connect-ga-dashboard', standalone: true, imports: [CommonModule, JourneyProgressIndicatorComponent, IndeterminateSpinnerComponent, DashboardHeaderComponent, ConnectGaWelcomeBannerComponent], changeDetection: ChangeDetectionStrategy.OnPush, host: {
55889
56046
  '[class.light]': 'isLightMode()',
55890
56047
  '[class.dark]': '!isLightMode()'
55891
56048
  }, template: `
@@ -55915,6 +56072,13 @@ class SymphiqConnectGaDashboardComponent {
55915
56072
 
55916
56073
  <main class="relative pb-32">
55917
56074
  <div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
56075
+ <!-- Welcome Banner -->
56076
+ <symphiq-connect-ga-welcome-banner
56077
+ class="block mb-8"
56078
+ [viewMode]="viewMode()"
56079
+ [isOnboarded]="isOnboarded()"
56080
+ />
56081
+
55918
56082
  <!-- Connecting to Google State -->
55919
56083
  @if (isConnecting()) {
55920
56084
  <div [ngClass]="containerClasses()" class="rounded-2xl border shadow-lg overflow-hidden mb-8">
@@ -56259,11 +56423,11 @@ class SymphiqConnectGaDashboardComponent {
56259
56423
  </div>
56260
56424
  </div>
56261
56425
  `, styles: [":host{display:block}.animated-bubbles{overflow:hidden}.animated-bubbles:before,.animated-bubbles:after{content:\"\";position:absolute;border-radius:50%;animation:float 20s infinite ease-in-out;opacity:.05}.animated-bubbles:before{width:600px;height:600px;background:radial-gradient(circle,#3b82f6 0%,transparent 70%);top:-300px;left:-300px;animation-delay:-5s}.animated-bubbles:after{width:800px;height:800px;background:radial-gradient(circle,#06b6d4 0%,transparent 70%);bottom:-400px;right:-400px;animation-delay:-10s}.animated-bubbles.light-mode:before,.animated-bubbles.light-mode:after{opacity:.03}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}:host.light .gsi-material-button{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#fff;background-image:none;border:1px solid #747775;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#1f1f1f;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content}:host.light .gsi-material-button .gsi-material-button-icon{height:20px;margin-right:12px;min-width:20px;width:20px}:host.light .gsi-material-button .gsi-material-button-content-wrapper{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}:host.light .gsi-material-button .gsi-material-button-contents{-webkit-flex-grow:1;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}:host.light .gsi-material-button .gsi-material-button-state{-webkit-transition:opacity .218s;transition:opacity .218s;inset:0;opacity:0;position:absolute}:host.light .gsi-material-button:disabled{cursor:default;background-color:#ffffff61;border-color:#1f1f1f1f}:host.light .gsi-material-button:disabled .gsi-material-button-contents{opacity:38%}:host.light .gsi-material-button:disabled .gsi-material-button-icon{opacity:38%}:host.light .gsi-material-button:not(:disabled):active .gsi-material-button-state,:host.light .gsi-material-button:not(:disabled):focus .gsi-material-button-state{background-color:#303030;opacity:12%}:host.light .gsi-material-button:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}:host.light .gsi-material-button:not(:disabled):hover .gsi-material-button-state{background-color:#303030;opacity:8%}:host.dark .gsi-material-button{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#131314;background-image:none;border:1px solid #747775;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#e3e3e3;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content;border-color:#8e918f}:host.dark .gsi-material-button .gsi-material-button-icon{height:20px;margin-right:12px;min-width:20px;width:20px}:host.dark .gsi-material-button .gsi-material-button-content-wrapper{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}:host.dark .gsi-material-button .gsi-material-button-contents{-webkit-flex-grow:1;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}:host.dark .gsi-material-button .gsi-material-button-state{-webkit-transition:opacity .218s;transition:opacity .218s;inset:0;opacity:0;position:absolute}:host.dark .gsi-material-button:disabled{cursor:default;background-color:#13131461;border-color:#8e918f1f}:host.dark .gsi-material-button:disabled .gsi-material-button-state{background-color:#e3e3e31f}:host.dark .gsi-material-button:disabled .gsi-material-button-contents{opacity:38%}:host.dark .gsi-material-button:disabled .gsi-material-button-icon{opacity:38%}:host.dark .gsi-material-button:not(:disabled):active .gsi-material-button-state,:host.dark .gsi-material-button:not(:disabled):focus .gsi-material-button-state{background-color:#fff;opacity:12%}:host.dark .gsi-material-button:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}:host.dark .gsi-material-button:not(:disabled):hover .gsi-material-button-state{background-color:#fff;opacity:8%}\n"] }]
56262
- }], () => [], { embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], parentHeaderOffset: [{ type: i0.Input, args: [{ isSignal: true, alias: "parentHeaderOffset", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], showNextStepAction: [{ type: i0.Input, args: [{ isSignal: true, alias: "showNextStepAction", required: false }] }], gaProperties: [{ type: i0.Input, args: [{ isSignal: true, alias: "gaProperties", required: false }] }], gaAccounts: [{ type: i0.Input, args: [{ isSignal: true, alias: "gaAccounts", required: false }] }], selectedGaPropertyId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedGaPropertyId", required: false }] }], isConnectingToGoogle: [{ type: i0.Input, args: [{ isSignal: true, alias: "isConnectingToGoogle", required: false }] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], googleButtonClick: [{ type: i0.Output, args: ["googleButtonClick"] }], onPropertySelect: [{ type: i0.Output, args: ["onPropertySelect"] }], onPropertyChange: [{ type: i0.Output, args: ["onPropertyChange"] }], onScroll: [{
56426
+ }], () => [], { embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], parentHeaderOffset: [{ type: i0.Input, args: [{ isSignal: true, alias: "parentHeaderOffset", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], showNextStepAction: [{ type: i0.Input, args: [{ isSignal: true, alias: "showNextStepAction", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], gaProperties: [{ type: i0.Input, args: [{ isSignal: true, alias: "gaProperties", required: false }] }], gaAccounts: [{ type: i0.Input, args: [{ isSignal: true, alias: "gaAccounts", required: false }] }], selectedGaPropertyId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedGaPropertyId", required: false }] }], isConnectingToGoogle: [{ type: i0.Input, args: [{ isSignal: true, alias: "isConnectingToGoogle", required: false }] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], googleButtonClick: [{ type: i0.Output, args: ["googleButtonClick"] }], onPropertySelect: [{ type: i0.Output, args: ["onPropertySelect"] }], onPropertyChange: [{ type: i0.Output, args: ["onPropertyChange"] }], onScroll: [{
56263
56427
  type: HostListener,
56264
56428
  args: ['window:scroll']
56265
56429
  }] }); })();
56266
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqConnectGaDashboardComponent, { className: "SymphiqConnectGaDashboardComponent", filePath: "lib/components/connect-ga-dashboard/symphiq-connect-ga-dashboard.component.ts", lineNumber: 671 }); })();
56430
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqConnectGaDashboardComponent, { className: "SymphiqConnectGaDashboardComponent", filePath: "lib/components/connect-ga-dashboard/symphiq-connect-ga-dashboard.component.ts", lineNumber: 679 }); })();
56267
56431
 
56268
56432
  class RevenueCalculatorWelcomeBannerComponent {
56269
56433
  constructor() {