@eric-emg/symphiq-components 1.2.486 → 1.2.487
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.
|
@@ -53055,8 +53055,8 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
53055
53055
|
}
|
|
53056
53056
|
getContainerClasses() {
|
|
53057
53057
|
return this.isLightMode()
|
|
53058
|
-
? 'min-h-screen
|
|
53059
|
-
: 'min-h-screen
|
|
53058
|
+
? 'min-h-screen'
|
|
53059
|
+
: 'min-h-screen';
|
|
53060
53060
|
}
|
|
53061
53061
|
getHeaderClasses() {
|
|
53062
53062
|
return this.isLightMode()
|
|
@@ -54566,8 +54566,8 @@ class SymphiqConnectGaDashboardComponent {
|
|
|
54566
54566
|
}
|
|
54567
54567
|
getContainerClasses() {
|
|
54568
54568
|
return this.isLightMode()
|
|
54569
|
-
? 'min-h-screen
|
|
54570
|
-
: 'min-h-screen
|
|
54569
|
+
? 'min-h-screen'
|
|
54570
|
+
: 'min-h-screen';
|
|
54571
54571
|
}
|
|
54572
54572
|
getHeaderClasses() {
|
|
54573
54573
|
return this.isLightMode()
|
|
@@ -63725,8 +63725,8 @@ class SymphiqRevenueCalculatorDashboardComponent {
|
|
|
63725
63725
|
}
|
|
63726
63726
|
getContainerClasses() {
|
|
63727
63727
|
return this.isLightMode()
|
|
63728
|
-
? 'min-h-screen
|
|
63729
|
-
: 'min-h-screen
|
|
63728
|
+
? 'min-h-screen'
|
|
63729
|
+
: 'min-h-screen';
|
|
63730
63730
|
}
|
|
63731
63731
|
getHeaderClasses() {
|
|
63732
63732
|
return this.isLightMode()
|