@heycater/qualification-funnel 1.2.3 → 1.3.1

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.
@@ -43,7 +43,7 @@
43
43
  <script>
44
44
  window.__HEYCATER_CONFIG__ = {
45
45
  graphqlEndpoint: 'https://api.heycater.com/graphql',
46
- googleMapsApiKey: 'YOUR_GOOGLE_MAPS_API_KEY',
46
+ googleMapsApiKey: 'AIzaSyCrunI86W7p8zk5yoGX9i1s0SzIJ7GTRDU',
47
47
  locale: 'de',
48
48
  };
49
49
  </script>
@@ -0,0 +1,49 @@
1
+ <!DOCTYPE html>
2
+ <html lang="de">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Heycater Funnel - Fullscreen Mode</title>
7
+ <style>
8
+ * { box-sizing: border-box; margin: 0; padding: 0; }
9
+ html, body { height: 100%; }
10
+ .lang-switcher {
11
+ position: fixed;
12
+ top: 10px;
13
+ right: 10px;
14
+ z-index: 100;
15
+ display: flex;
16
+ gap: 8px;
17
+ }
18
+ .lang-switcher button {
19
+ padding: 6px 14px;
20
+ border: 1px solid #ccc;
21
+ border-radius: 4px;
22
+ background: #fff;
23
+ cursor: pointer;
24
+ font-size: 14px;
25
+ }
26
+ .lang-switcher button:hover { background: #f0f0f0; }
27
+ </style>
28
+ </head>
29
+ <body>
30
+ <div class="lang-switcher">
31
+ <button onclick="HeycaterFunnel.setLocale('de')">DE</button>
32
+ <button onclick="HeycaterFunnel.setLocale('en')">EN</button>
33
+ </div>
34
+
35
+ <div data-heycater-funnel style="min-height: 100vh;"></div>
36
+
37
+ <script>
38
+ window.__HEYCATER_CONFIG__ = {
39
+ graphqlEndpoint: 'https://api.heycater.com/graphql',
40
+ googleMapsApiKey: 'AIzaSyCrunI86W7p8zk5yoGX9i1s0SzIJ7GTRDU',
41
+ locale: 'de',
42
+ mode: 'fullscreen',
43
+ };
44
+ </script>
45
+
46
+ <link rel="stylesheet" href="../heycater-funnel.css" />
47
+ <script src="../heycater-funnel.iife.js"></script>
48
+ </body>
49
+ </html>
@@ -87,7 +87,7 @@
87
87
  // Configuration - simulating what parent app would provide
88
88
  window.__HEYCATER_CONFIG__ = {
89
89
  graphqlEndpoint: 'https://api.heycater.com/graphql',
90
- googleMapsApiKey: 'YOUR_GOOGLE_MAPS_API_KEY',
90
+ googleMapsApiKey: 'AIzaSyCrunI86W7p8zk5yoGX9i1s0SzIJ7GTRDU',
91
91
  locale: 'de',
92
92
  isProduction: false,
93
93
  // bugsnagApiKey: 'your-key-here', // Uncomment to enable Bugsnag