@flamingo-stack/openframe-frontend-core 0.0.235 → 0.0.236

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.
Files changed (90) hide show
  1. package/dist/{chunk-ABSGXVGP.js → chunk-265KKBV2.js} +2 -2
  2. package/dist/{chunk-VO3K4EEG.js → chunk-2LEMRJ7Z.js} +3 -3
  3. package/dist/{chunk-MDWFPCHN.cjs → chunk-7SOVT7RJ.cjs} +16 -16
  4. package/dist/{chunk-MDWFPCHN.cjs.map → chunk-7SOVT7RJ.cjs.map} +1 -1
  5. package/dist/{chunk-FWYMYXL7.js → chunk-AGU44B7B.js} +2 -2
  6. package/dist/{chunk-2MHQE5ET.js → chunk-AZGRKZJ7.js} +7 -5
  7. package/dist/{chunk-X4SQ2S7Z.cjs → chunk-BXMMMSIK.cjs} +1277 -1275
  8. package/dist/chunk-BXMMMSIK.cjs.map +1 -0
  9. package/dist/{chunk-M4CWPAIB.cjs → chunk-E3VQ53IM.cjs} +7 -7
  10. package/dist/{chunk-M4CWPAIB.cjs.map → chunk-E3VQ53IM.cjs.map} +1 -1
  11. package/dist/{chunk-CG6AZ2MC.cjs → chunk-FIG2RKZF.cjs} +12 -5
  12. package/dist/chunk-FIG2RKZF.cjs.map +1 -0
  13. package/dist/{chunk-4Y7427BF.cjs → chunk-GRTZ23GL.cjs} +49 -49
  14. package/dist/{chunk-4Y7427BF.cjs.map → chunk-GRTZ23GL.cjs.map} +1 -1
  15. package/dist/{chunk-GW6J7IPD.js → chunk-HGYOMQM3.js} +2 -2
  16. package/dist/{chunk-EI36Q3EC.js → chunk-JNXFCV7K.js} +4 -4
  17. package/dist/{chunk-ZLQT3T4F.js → chunk-KIGEKMBB.js} +4 -4
  18. package/dist/{chunk-X6WUWOL5.cjs → chunk-LPJPTBRI.cjs} +38 -38
  19. package/dist/{chunk-X6WUWOL5.cjs.map → chunk-LPJPTBRI.cjs.map} +1 -1
  20. package/dist/{chunk-ETFVD7QU.cjs → chunk-NOS6DCYY.cjs} +12 -12
  21. package/dist/{chunk-ETFVD7QU.cjs.map → chunk-NOS6DCYY.cjs.map} +1 -1
  22. package/dist/{chunk-Z6FT2JDQ.js → chunk-Q3GY66ST.js} +3 -3
  23. package/dist/{chunk-76NMNINV.js → chunk-XTCBRQN2.js} +12 -5
  24. package/dist/chunk-XTCBRQN2.js.map +1 -0
  25. package/dist/{chunk-W4NBBPQL.cjs → chunk-Z4IBEIWD.cjs} +8 -8
  26. package/dist/{chunk-W4NBBPQL.cjs.map → chunk-Z4IBEIWD.cjs.map} +1 -1
  27. package/dist/{chunk-HJRWBA7M.cjs → chunk-ZP2DKI5P.cjs} +32 -32
  28. package/dist/{chunk-HJRWBA7M.cjs.map → chunk-ZP2DKI5P.cjs.map} +1 -1
  29. package/dist/components/chat/index.cjs +10 -6
  30. package/dist/components/chat/index.cjs.map +1 -1
  31. package/dist/components/chat/index.d.ts +1 -0
  32. package/dist/components/chat/index.d.ts.map +1 -1
  33. package/dist/components/chat/index.js +9 -5
  34. package/dist/components/contact/index.cjs +7 -7
  35. package/dist/components/contact/index.js +6 -6
  36. package/dist/components/features/index.cjs +6 -6
  37. package/dist/components/features/index.js +5 -5
  38. package/dist/components/icons/index.cjs +3 -3
  39. package/dist/components/icons/index.js +2 -2
  40. package/dist/components/index.cjs +241 -238
  41. package/dist/components/index.cjs.map +1 -1
  42. package/dist/components/index.js +13 -10
  43. package/dist/components/index.js.map +1 -1
  44. package/dist/components/navigation/index.cjs +6 -6
  45. package/dist/components/navigation/index.js +5 -5
  46. package/dist/components/onboarding-guides/index.cjs +30 -30
  47. package/dist/components/onboarding-guides/index.js +7 -7
  48. package/dist/components/tickets/index.cjs +89 -89
  49. package/dist/components/tickets/index.js +8 -8
  50. package/dist/components/ui/file-manager/index.cjs +69 -69
  51. package/dist/components/ui/file-manager/index.js +2 -2
  52. package/dist/components/ui/index.cjs +10 -6
  53. package/dist/components/ui/index.cjs.map +1 -1
  54. package/dist/components/ui/index.js +9 -5
  55. package/dist/components/vendor-display-button.d.ts.map +1 -1
  56. package/dist/hooks/index.cjs +4 -4
  57. package/dist/hooks/index.js +3 -3
  58. package/dist/index.cjs +10 -6
  59. package/dist/index.cjs.map +1 -1
  60. package/dist/index.js +9 -5
  61. package/dist/platform-domains.cjs +25 -3
  62. package/dist/platform-domains.cjs.map +1 -1
  63. package/dist/platform-domains.d.ts +32 -1
  64. package/dist/platform-domains.d.ts.map +1 -1
  65. package/dist/platform-domains.js +23 -4
  66. package/dist/platform-domains.js.map +1 -1
  67. package/dist/types/index.cjs +10 -3
  68. package/dist/types/index.cjs.map +1 -1
  69. package/dist/types/index.js +10 -3
  70. package/dist/types/index.js.map +1 -1
  71. package/dist/utils/index.cjs +10 -3
  72. package/dist/utils/index.cjs.map +1 -1
  73. package/dist/utils/index.js +10 -3
  74. package/dist/utils/index.js.map +1 -1
  75. package/package.json +1 -1
  76. package/src/__tests__/platform-domains.test.ts +52 -0
  77. package/src/components/chat/index.ts +1 -0
  78. package/src/components/vendor-display-button.tsx +4 -3
  79. package/src/platform-domains.ts +71 -10
  80. package/dist/chunk-76NMNINV.js.map +0 -1
  81. package/dist/chunk-CG6AZ2MC.cjs.map +0 -1
  82. package/dist/chunk-X4SQ2S7Z.cjs.map +0 -1
  83. /package/dist/{chunk-ABSGXVGP.js.map → chunk-265KKBV2.js.map} +0 -0
  84. /package/dist/{chunk-VO3K4EEG.js.map → chunk-2LEMRJ7Z.js.map} +0 -0
  85. /package/dist/{chunk-FWYMYXL7.js.map → chunk-AGU44B7B.js.map} +0 -0
  86. /package/dist/{chunk-2MHQE5ET.js.map → chunk-AZGRKZJ7.js.map} +0 -0
  87. /package/dist/{chunk-GW6J7IPD.js.map → chunk-HGYOMQM3.js.map} +0 -0
  88. /package/dist/{chunk-EI36Q3EC.js.map → chunk-JNXFCV7K.js.map} +0 -0
  89. /package/dist/{chunk-ZLQT3T4F.js.map → chunk-KIGEKMBB.js.map} +0 -0
  90. /package/dist/{chunk-Z6FT2JDQ.js.map → chunk-Q3GY66ST.js.map} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flamingo-stack/openframe-frontend-core",
3
- "version": "0.0.235",
3
+ "version": "0.0.236",
4
4
  "description": "Shared design system and components for all Flamingo platforms",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -9,6 +9,9 @@ import {
9
9
  expandWwwApex,
10
10
  toRegistrableBaseDomain,
11
11
  aliasHostsOf,
12
+ ensureScheme,
13
+ isNonCookieableHost,
14
+ matchCookieDomain,
12
15
  } from '@/platform-domains'
13
16
 
14
17
  /**
@@ -127,6 +130,22 @@ describe('env override path', () => {
127
130
  expect(mod.getPlatformProductionUrl(k)).toBe('https://sentinel-flamingo.example')
128
131
  }
129
132
  })
133
+ it('normalizes a SCHEME-LESS override to https:// (Vercel stores bare hosts)', async () => {
134
+ vi.stubEnv('NEXT_PUBLIC_OPENMSP_URL', 'www.openmsp.ai') // no scheme, as in the shared-env store
135
+ vi.stubEnv('NEXT_PUBLIC_OPENFRAME_URL', 'hub.openframe.ai')
136
+ vi.resetModules()
137
+ const mod = await import('@/platform-domains')
138
+ expect(mod.getPlatformProductionUrl('openmsp')).toBe('https://www.openmsp.ai')
139
+ expect(mod.getPlatformProductionUrl('openframe')).toBe('https://hub.openframe.ai')
140
+ })
141
+ it('a scheme-less override still parses for hostOf + cookie-base derivation', async () => {
142
+ vi.stubEnv('NEXT_PUBLIC_OPENMSP_URL', 'www.openmsp.ai')
143
+ vi.resetModules()
144
+ const mod = await import('@/platform-domains')
145
+ // the whole point: hostOf no longer returns null on the (normalized) override
146
+ expect(mod.hostOf(mod.getPlatformProductionUrl('openmsp'))).toBe('www.openmsp.ai')
147
+ expect(mod.toRegistrableBaseDomain(mod.hostOf(mod.getPlatformProductionUrl('openmsp'))!)).toBe('openmsp.ai')
148
+ })
130
149
  })
131
150
 
132
151
  describe('registry integrity', () => {
@@ -135,3 +154,36 @@ describe('registry integrity', () => {
135
154
  expect(byKey('not-a-platform')).toBeUndefined()
136
155
  })
137
156
  })
157
+
158
+ describe('ensureScheme', () => {
159
+ it('adds https:// to a bare host, leaves a scheme\'d URL untouched', () => {
160
+ expect(ensureScheme('www.openmsp.ai')).toBe('https://www.openmsp.ai')
161
+ expect(ensureScheme('https://www.openmsp.ai')).toBe('https://www.openmsp.ai')
162
+ expect(ensureScheme('http://localhost:3000')).toBe('http://localhost:3000')
163
+ })
164
+ it('normalizes a protocol-relative //host (NOT https:////host → empty-host drop)', () => {
165
+ expect(ensureScheme('//hub.openframe.ai')).toBe('https://hub.openframe.ai')
166
+ expect(hostOf(ensureScheme('//hub.openframe.ai'))).toBe('hub.openframe.ai')
167
+ })
168
+ })
169
+
170
+ describe('cookie-domain guard + match (shared SSOT primitives)', () => {
171
+ it('isNonCookieableHost flags localhost / private IPs / *.vercel.app, not real hosts', () => {
172
+ for (const h of ['localhost', '127.0.0.1', '127.5.5.5', '192.168.1.2', '10.0.0.1', 'x.vercel.app']) {
173
+ expect(isNonCookieableHost(h)).toBe(true)
174
+ }
175
+ for (const h of ['www.openmsp.ai', 'marketing-hub.flamingo.so', 'hub.openframe.ai']) {
176
+ expect(isNonCookieableHost(h)).toBe(false)
177
+ }
178
+ })
179
+ it('matchCookieDomain returns the dotted base for a contained host (incl. apex), else undefined', () => {
180
+ const bases = ['.flamingo.so', '.openmsp.ai']
181
+ expect(matchCookieDomain('marketing-hub.flamingo.so', bases)).toBe('.flamingo.so')
182
+ expect(matchCookieDomain('flamingo.so', bases)).toBe('.flamingo.so')
183
+ expect(matchCookieDomain('app.openmsp.ai', bases)).toBe('.openmsp.ai')
184
+ expect(matchCookieDomain('evil.com', bases)).toBeUndefined()
185
+ })
186
+ it('matchCookieDomain accepts dotless bases and still returns the dotted form', () => {
187
+ expect(matchCookieDomain('foo.tmcg.miami', ['tmcg.miami'])).toBe('.tmcg.miami')
188
+ })
189
+ })
@@ -13,6 +13,7 @@ export * from './slash-command-suggestions'
13
13
  export * from './chat-message-enhanced'
14
14
  export * from './chat-message-list'
15
15
  export * from './chat-message-row'
16
+ export * from './chat-message-skeleton'
16
17
 
17
18
  export * from './chat-quick-action'
18
19
  export * from './chat-ticket-list'
@@ -15,9 +15,10 @@ interface VendorDisplayButtonProps {
15
15
  export function VendorDisplayButton({ vendor, onClick, variant = 'default', externalUrl }: VendorDisplayButtonProps) {
16
16
  const handleClick = () => {
17
17
  if (externalUrl && vendor.slug) {
18
- // Use environment variable or fallback to provided URL
19
- const baseUrl = process.env.NEXT_PUBLIC_OPENMSP_URL || externalUrl
20
- window.open(`${baseUrl}/vendor/${vendor.slug}`, '_blank', 'noopener,noreferrer')
18
+ // `externalUrl` is the caller-resolved platform base URL (the openmsp SSOT via
19
+ // getPlatformProductionUrl, scheme-normalized). The old `process.env.NEXT_PUBLIC_OPENMSP_URL`
20
+ // override is gone — it's stored scheme-less, which made this a relative window.open().
21
+ window.open(`${externalUrl}/vendor/${vendor.slug}`, '_blank', 'noopener,noreferrer')
21
22
  } else if (onClick && vendor.slug) {
22
23
  onClick(vendor.slug)
23
24
  }
@@ -90,19 +90,41 @@ function envOverrideFor(key: string): string | null {
90
90
  return (ENV_OVERRIDES as Record<string, string | undefined>)[envVar] || null
91
91
  }
92
92
 
93
+ /**
94
+ * Ensure a URL string carries a scheme. Per-deploy `NEXT_PUBLIC_*_URL` overrides are
95
+ * stored SCHEME-LESS (bare host, e.g. `www.openmsp.ai` / `hub.openframe.ai`) — the
96
+ * canonical convention in the Vercel shared-env store. This normalizes them to a full
97
+ * `https://` URL so every downstream consumer (`hostOf`/`new URL`, hrefs, the cookie
98
+ * base-domain derivation, CSP) receives a parseable URL. Full-URL inputs (the registry
99
+ * `defaultUrl`s, any scheme'd override) pass through unchanged.
100
+ *
101
+ * EXPORTED as the single owner of the scheme-normalization rule (next.config.mjs keeps a
102
+ * byte-identical local copy ONLY because Next evaluates its config outside the TS module
103
+ * graph and cannot import this — see the comment there).
104
+ *
105
+ * Handles a (theoretical) protocol-relative `//host` too: strips the leading slashes so it
106
+ * doesn't become `https:////host` (empty-host → hostOf null → silent platform drop).
107
+ */
108
+ export function ensureScheme(url: string): string {
109
+ const trimmed = url.trim()
110
+ if (/^[a-z][a-z0-9+.-]*:\/\//i.test(trimmed)) return trimmed // already has a scheme
111
+ return `https://${trimmed.replace(/^\/+/, '')}` // bare host or protocol-relative `//host`
112
+ }
113
+
93
114
  /**
94
115
  * Canonical production URL for a platform: env override wins, else the `defaultUrl`.
95
116
  * NEVER throws / undefined — the default guarantees a host (this is what keeps the
96
117
  * cookie base-domains, the reverse map, and CSP intact even with every override unset).
97
- * Byte-identical to the old cn.ts switch (incl. the unknown-key flamingo.run fallback).
118
+ * The result ALWAYS carries a scheme (`ensureScheme`), so the scheme-less env overrides
119
+ * resolve to valid URLs. Unknown-key fallback preserves cn.ts's flamingo.run default.
98
120
  */
99
121
  export function getPlatformProductionUrl(platform: string): string {
100
- return (
122
+ const resolved =
101
123
  envOverrideFor(platform) ??
102
124
  byKey(platform)?.defaultUrl ??
103
125
  envOverrideFor('flamingo') ??
104
126
  'https://www.flamingo.run'
105
- )
127
+ return ensureScheme(resolved)
106
128
  }
107
129
 
108
130
  // ── Single-owner host primitives ──
@@ -219,20 +241,59 @@ export function getAllPlatformBaseDomains(): string[] {
219
241
  return Array.from(baseDomains)
220
242
  }
221
243
 
244
+ // ── Cookie-domain guard + match (single owner; shared by the client cookie-domain.ts +
245
+ // server-only cookie-domain-server.ts resolvers, which previously hand-rolled both 3×) ──
246
+
247
+ /**
248
+ * Hosts that must NOT receive a `Domain=` cookie → the caller returns undefined (host-only):
249
+ * localhost, loopback/private IPs, and any `*.vercel.app`. `vercel.app` is on the Public Suffix
250
+ * List, so browsers SILENTLY drop `Set-Cookie: Domain=.vercel.app` — which broke the PKCE verifier
251
+ * + session cookies on preview deploys. Host-only is sufficient there (the same preview host
252
+ * round-trips the OAuth chain); production hosts (`.flamingo.so`/`.openmsp.ai`/…) fall through.
253
+ */
254
+ export function isNonCookieableHost(hostname: string): boolean {
255
+ return (
256
+ hostname === 'localhost' ||
257
+ hostname === '127.0.0.1' ||
258
+ hostname.startsWith('127.') ||
259
+ hostname.startsWith('192.168.') ||
260
+ hostname.startsWith('10.') ||
261
+ hostname.includes('.vercel.app')
262
+ )
263
+ }
264
+
265
+ /**
266
+ * Match a hostname against a set of registrable base domains → the dotted cookie `Domain`
267
+ * (`.flamingo.so`), or undefined when none contains the host. Accepts bases with or without a
268
+ * leading dot and always returns the dotted form. Single owner for the match loop both resolvers ran.
269
+ */
270
+ export function matchCookieDomain(hostname: string, baseDomains: string[]): string | undefined {
271
+ for (const domain of baseDomains) {
272
+ const bare = domain.startsWith('.') ? domain.slice(1) : domain
273
+ if (hostname === bare || hostname.endsWith(`.${bare}`)) {
274
+ return domain.startsWith('.') ? domain : `.${domain}`
275
+ }
276
+ }
277
+ return undefined
278
+ }
279
+
222
280
  // ── Module-load ordering self-check (NON-fatal — this module is imported by cn.ts → ~everything,
223
- // so a hard throw would be a total outage if the assertion were ever over-strict). A reorder that
224
- // moves flamingo-teaser/universal before flamingo (e.g. an IDE alphabetize) surfaces loudly in the
225
- // build + prod logs instead of silently cross-tabbing flamingo links to the wrong owner. The
226
- // authoritative guard is the reverse-map vitest (src/__tests__/platform-domains.test.ts). ⚠️ keep
227
- // `flamingo` before `flamingo-teaser`/`universal` in PLATFORM_DOMAINS.
281
+ // so a hard throw would be a total outage if the assertion were ever over-strict). Checks the REAL
282
+ // invariant table order — STRUCTURALLY (findIndex), NOT via getPlatformByHostname on a hardcoded
283
+ // host: the latter false-positives when NEXT_PUBLIC_FLAMINGO_URL is overridden to a non-default host
284
+ // (flamingo's resolved host changes, so `www.flamingo.run` no longer reverse-maps to it though the
285
+ // ordering is fine). The alias checks below ARE env-immune (aliasHostnames are unique per key). The
286
+ // authoritative guard is the reverse-map vitest. ⚠️ keep `flamingo` before `flamingo-teaser`/`universal`.
287
+ const _orderIdx = (k: PlatformDomainKey) => PLATFORM_DOMAINS.findIndex((e) => e.key === k)
228
288
  if (
229
- getPlatformByHostname('www.flamingo.run') !== 'flamingo' ||
289
+ _orderIdx('flamingo') > _orderIdx('flamingo-teaser') ||
290
+ _orderIdx('flamingo') > _orderIdx('universal') ||
230
291
  getPlatformByHostname('flamingo.cx') !== 'flamingo-teaser' ||
231
292
  getPlatformByHostname('hub.openframe.ai') !== 'openframe'
232
293
  ) {
233
294
  // eslint-disable-next-line no-console
234
295
  console.error(
235
296
  '[platform-domains] ⚠️ PLATFORM_DOMAINS ordering invariant violated — `flamingo` must precede ' +
236
- '`flamingo-teaser`/`universal`, and the openframe aliases must be intact. Do not reorder the table.',
297
+ '`flamingo-teaser`/`universal`, and the openframe/teaser aliases must be intact. Do not reorder the table.',
237
298
  )
238
299
  }
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/platform-domains.ts","../src/utils/cn.ts"],"sourcesContent":["/**\n * Platform-Domain SSOT (single source of truth) + derivations.\n *\n * ONE registry maps each platform → its canonical production URL (`defaultUrl`,\n * the load-bearing source) with an optional per-deploy `NEXT_PUBLIC_*_URL`\n * OVERRIDE. Everything else — the reverse host→platform resolver, the cookie\n * base-domain set (the cross-subdomain SSO mechanism), www/apex expansion, the\n * URL→host parse, preview detection — derives from this one table.\n *\n * EDGE-SAFE + PURE: no React/clsx/tailwind, no `server-only`, no `node:`\n * builtins, no `'use client'`. So it is legal in the Edge middleware\n * (`proxy.ts`), in `'use client'` providers, AND in `server-only` modules\n * (e.g. cookie-domain-server.ts) simultaneously. The ONLY non-pure export is\n * `getAllPlatformBaseDomains`, which reads `typeof window`/`process.env` to\n * preserve byte-identical cookie behavior.\n */\n\nimport type { PlatformName } from './types/platform'\n\nexport type PlatformDomainKey = PlatformName | 'openframe-dashboard'\n\nexport interface PlatformDomainEntry {\n /** Platform key (matches `PlatformName`, plus the forward-only `openframe-dashboard`). */\n key: PlatformDomainKey\n /** Canonical production URL — the LOAD-BEARING source of truth (today's hardcoded fallbacks). */\n defaultUrl: string\n /** `NEXT_PUBLIC_*_URL` per-deploy OVERRIDE. The `defaultUrl` covers it when unset. */\n envVar: string\n /** Legacy/secondary hosts that REVERSE-map to this key (no env var exists — NOT canonical). */\n aliasHostnames?: string[]\n /** Forward-only: no DB row, excluded from the reverse index + cookie set (e.g. the product-CTA dashboard). */\n pseudo?: boolean\n}\n\nexport const PLATFORM_DOMAINS: readonly PlatformDomainEntry[] = [\n { key: 'marketing-hub', defaultUrl: 'https://marketing-hub.flamingo.so', envVar: 'NEXT_PUBLIC_MARKETING_HUB_URL' },\n { key: 'company-hub', defaultUrl: 'https://company-hub.flamingo.so', envVar: 'NEXT_PUBLIC_COMPANY_HUB_URL' },\n { key: 'product-hub', defaultUrl: 'https://product-hub.flamingo.so', envVar: 'NEXT_PUBLIC_PRODUCT_HUB_URL' },\n { key: 'revenue-hub', defaultUrl: 'https://revenue-hub.flamingo.so', envVar: 'NEXT_PUBLIC_REVENUE_HUB_URL' },\n { key: 'people-hub', defaultUrl: 'https://people-hub.flamingo.so', envVar: 'NEXT_PUBLIC_PEOPLE_HUB_URL' },\n { key: 'openmsp', defaultUrl: 'https://www.openmsp.ai', envVar: 'NEXT_PUBLIC_OPENMSP_URL' },\n // ORDERING INVARIANT (first-wins, load-bearing): `flamingo` MUST precede `flamingo-teaser` + `universal`.\n // All three resolve to www.flamingo.run; the reverse index is first-wins → flamingo claims the shared host,\n // teaser keeps only its unique flamingo.cx aliases, universal contributes no unique host.\n // ⚠️ DO NOT REORDER — enforced by the module-load self-check at the bottom of this file.\n { key: 'flamingo', defaultUrl: 'https://www.flamingo.run', envVar: 'NEXT_PUBLIC_FLAMINGO_URL' },\n { key: 'tmcg', defaultUrl: 'https://www.tmcg.miami', envVar: 'NEXT_PUBLIC_TMCG_URL' },\n { key: 'flamingo-teaser', defaultUrl: 'https://www.flamingo.run', envVar: 'NEXT_PUBLIC_FLAMINGO_URL', aliasHostnames: ['flamingo.cx', 'www.flamingo.cx'] },\n { key: 'openframe', defaultUrl: 'https://openframe.ai', envVar: 'NEXT_PUBLIC_OPENFRAME_URL', aliasHostnames: ['openframe.ai', 'www.openframe.ai', 'hub.openframe.ai'] },\n { key: 'openframe-dashboard', defaultUrl: 'https://openframe.ai', envVar: 'NEXT_PUBLIC_OPENFRAME_DASHBOARD_URL', pseudo: true },\n { key: 'universal', defaultUrl: 'https://www.flamingo.run', envVar: 'NEXT_PUBLIC_FLAMINGO_URL' },\n]\n\n// ── Compile-time key guards (anchor the table on PlatformName, both directions) ──\n// (1) Removal/typo guard: every table key must be a valid PlatformDomainKey.\nconst _tableSatisfies = PLATFORM_DOMAINS satisfies readonly PlatformDomainEntry[]\nvoid _tableSatisfies\n// (2) Addition guard: a NEW PlatformName member that lacks a table row fails the build.\ntype _MissingKey = Exclude<PlatformName, (typeof PLATFORM_DOMAINS)[number]['key']>\nconst _exhaustive: [_MissingKey] extends [never] ? true : false = true\nvoid _exhaustive\n\n// ── Env overrides (the ONLY place env URLs enter — literal-key inlined + compile-time-guarded) ──\n// `process.env.NEXT_PUBLIC_X` is build-inlined ONLY with a LITERAL key, so the env-var name is the\n// irreducible two-copy (the registry `envVar` column + the literal access below). The `satisfies` makes\n// `tsc`/`next build` FAIL if this map is missing a registry env var OR carries a stale one (bidirectional).\ntype EnvVarKey = (typeof PLATFORM_DOMAINS)[number]['envVar']\nconst ENV_OVERRIDES = {\n NEXT_PUBLIC_MARKETING_HUB_URL: process.env.NEXT_PUBLIC_MARKETING_HUB_URL,\n NEXT_PUBLIC_COMPANY_HUB_URL: process.env.NEXT_PUBLIC_COMPANY_HUB_URL,\n NEXT_PUBLIC_PRODUCT_HUB_URL: process.env.NEXT_PUBLIC_PRODUCT_HUB_URL,\n NEXT_PUBLIC_REVENUE_HUB_URL: process.env.NEXT_PUBLIC_REVENUE_HUB_URL,\n NEXT_PUBLIC_PEOPLE_HUB_URL: process.env.NEXT_PUBLIC_PEOPLE_HUB_URL,\n NEXT_PUBLIC_OPENMSP_URL: process.env.NEXT_PUBLIC_OPENMSP_URL,\n NEXT_PUBLIC_FLAMINGO_URL: process.env.NEXT_PUBLIC_FLAMINGO_URL,\n NEXT_PUBLIC_TMCG_URL: process.env.NEXT_PUBLIC_TMCG_URL,\n NEXT_PUBLIC_OPENFRAME_URL: process.env.NEXT_PUBLIC_OPENFRAME_URL,\n NEXT_PUBLIC_OPENFRAME_DASHBOARD_URL: process.env.NEXT_PUBLIC_OPENFRAME_DASHBOARD_URL,\n} satisfies Record<EnvVarKey, string | undefined>\n\n/** The registry entry for a key (undefined for an unknown key). */\nexport function byKey(key: string): PlatformDomainEntry | undefined {\n return PLATFORM_DOMAINS.find((e) => e.key === key)\n}\n\n/** Read a platform's `NEXT_PUBLIC_*_URL` override (or null). */\nfunction envOverrideFor(key: string): string | null {\n const envVar = byKey(key)?.envVar\n if (!envVar) return null\n return (ENV_OVERRIDES as Record<string, string | undefined>)[envVar] || null\n}\n\n/**\n * Canonical production URL for a platform: env override wins, else the `defaultUrl`.\n * NEVER throws / undefined — the default guarantees a host (this is what keeps the\n * cookie base-domains, the reverse map, and CSP intact even with every override unset).\n * Byte-identical to the old cn.ts switch (incl. the unknown-key flamingo.run fallback).\n */\nexport function getPlatformProductionUrl(platform: string): string {\n return (\n envOverrideFor(platform) ??\n byKey(platform)?.defaultUrl ??\n envOverrideFor('flamingo') ??\n 'https://www.flamingo.run'\n )\n}\n\n// ── Single-owner host primitives ──\n\n/** Canonical URL→host parser: `.hostname` (PORT-STRIPPED, lowercased), null on parse failure. */\nexport function hostOf(value: string | null | undefined): string | null {\n if (!value) return null\n try {\n return new URL(value).hostname.toLowerCase()\n } catch {\n return null\n }\n}\n\n/** Expand a host into its `www.`/apex pair. 3+-label and single-label hosts return `[host]`. */\nexport function expandWwwApex(host: string): string[] {\n if (host.startsWith('www.')) return [host, host.slice(4)]\n if (host.split('.').length === 2) return [host, `www.${host}`]\n return [host]\n}\n\n/** Registrable base domain (`parts.slice(-2).join('.')`), dotless; undefined for <2-label. */\nexport function toRegistrableBaseDomain(host: string): string | undefined {\n const parts = host.split('.')\n if (parts.length >= 2) return parts.slice(-2).join('.')\n return undefined\n}\n\n/** An entry's alias hosts (single-owner reader). */\nexport function aliasHostsOf(key: string): string[] {\n return byKey(key)?.aliasHostnames ?? []\n}\n\n/** All hosts an entry contributes to the reverse index (resolved host + optional aliases). */\nfunction hostsForEntry(entry: PlatformDomainEntry, opts: { includeAliases: boolean }): string[] {\n const resolved = hostOf(getPlatformProductionUrl(entry.key))\n const hosts = resolved ? expandWwwApex(resolved) : []\n if (opts.includeAliases) hosts.push(...aliasHostsOf(entry.key))\n return hosts\n}\n\n/**\n * Reverse resolver: hostname → platform key (first-wins over registry order, non-pseudo only).\n * Guarantees openframe.ai / www.openframe.ai / hub.openframe.ai → openframe in every env.\n * Replaces the hub `PLATFORM_DOMAIN_MAP`.\n */\nexport function getPlatformByHostname(hostname: string): PlatformDomainKey | null {\n const host = hostname.toLowerCase()\n for (const entry of PLATFORM_DOMAINS) {\n if (entry.pseudo) continue\n if (hostsForEntry(entry, { includeAliases: true }).includes(host)) return entry.key\n }\n return null\n}\n\n// ── Preview detection (two distinct predicates — env-form vs host-form) ──\n\n/** Env-form preview predicate (Vercel `VERCEL_ENV`). */\nexport function isPreviewEnv(): boolean {\n return process.env.VERCEL_ENV === 'preview'\n}\n\n/** Host-form preview predicate (a `*.vercel.app` host). Dot-bounded suffix so a\n * malicious `foo.vercel.app.evil.com` is NOT treated as preview. */\nexport function isPreviewHost(hostname: string): boolean {\n return hostname.endsWith('.vercel.app')\n}\n\n/**\n * ALL unique cookie base domains (the cross-subdomain SSO mechanism).\n *\n * NON-PURE (the sole such export): reads `typeof window` + `process.env` to\n * preserve byte-identical cookie behavior. Keeps the original three branches:\n * 1. localhost / private IP → [] (host-only cookies)\n * 2. Vercel preview (env OR host) → ['.vercel.app','vercel.app']\n * 3. production → for each non-pseudo platform, registrable base of its resolved\n * host, emitted as both `.base` and bare `base`.\n *\n * Because `getPlatformProductionUrl` always yields a host (override OR default),\n * `.flamingo.so` / `.flamingo.run` / `.openmsp.ai` / `.tmcg.miami` / `.openframe.ai`\n * are ALWAYS present → cross-hub SSO is byte-identical to today.\n */\nexport function getAllPlatformBaseDomains(): string[] {\n if (typeof window === 'undefined') return []\n\n const hostname = window.location.hostname\n\n // Case 1: localhost / private IP — no domains\n if (hostname === 'localhost' || hostname === '127.0.0.1' || hostname.startsWith('127.')) {\n return []\n }\n\n // Case 2: Vercel preview — vercel.app domain\n const previewEnv =\n process.env.VERCEL_ENV === 'preview' ||\n process.env.NEXT_PUBLIC_VERCEL_ENV === 'preview' ||\n isPreviewHost(hostname)\n if (previewEnv) {\n return ['.vercel.app', 'vercel.app']\n }\n\n // Case 3: production — registrable base of every non-pseudo platform's resolved host\n const baseDomains = new Set<string>()\n for (const entry of PLATFORM_DOMAINS) {\n if (entry.pseudo) continue\n const host = hostOf(getPlatformProductionUrl(entry.key))\n if (!host) continue\n const base = toRegistrableBaseDomain(host)\n if (base) {\n baseDomains.add(`.${base}`)\n baseDomains.add(base)\n }\n }\n return Array.from(baseDomains)\n}\n\n// ── Module-load ordering self-check (NON-fatal — this module is imported by cn.ts → ~everything,\n// so a hard throw would be a total outage if the assertion were ever over-strict). A reorder that\n// moves flamingo-teaser/universal before flamingo (e.g. an IDE alphabetize) surfaces loudly in the\n// build + prod logs instead of silently cross-tabbing flamingo links to the wrong owner. The\n// authoritative guard is the reverse-map vitest (src/__tests__/platform-domains.test.ts). ⚠️ keep\n// `flamingo` before `flamingo-teaser`/`universal` in PLATFORM_DOMAINS.\nif (\n getPlatformByHostname('www.flamingo.run') !== 'flamingo' ||\n getPlatformByHostname('flamingo.cx') !== 'flamingo-teaser' ||\n getPlatformByHostname('hub.openframe.ai') !== 'openframe'\n) {\n // eslint-disable-next-line no-console\n console.error(\n '[platform-domains] ⚠️ PLATFORM_DOMAINS ordering invariant violated — `flamingo` must precede ' +\n '`flamingo-teaser`/`universal`, and the openframe aliases must be intact. Do not reorder the table.',\n )\n}\n","import { clsx, type ClassValue } from \"clsx\"\nimport { extendTailwindMerge } from \"tailwind-merge\"\n// Platform→domain resolution moved to the SSOT module `src/platform-domains.ts`.\n// `getPlatformProductionUrl` / `getAllPlatformBaseDomains` now live there (re-exported\n// via the utils barrel for existing callers); `getBaseUrl` stays here because it owns the\n// dev-localhost + Vercel-self-origin branches, and delegates its platform branch.\nimport { getPlatformProductionUrl } from \"../platform-domains\"\n\nconst twMerge = extendTailwindMerge<'ods-typography'>({\n extend: {\n classGroups: {\n 'ods-typography': ['text-h1', 'text-h2', 'text-h3', 'text-h4', 'text-h5', 'text-h6'],\n },\n },\n})\n\n/**\n * Combine class names with Tailwind's merge utility\n */\nexport function cn(...inputs: ClassValue[]) {\n return twMerge(clsx(inputs))\n}\n\n/**\n * Get the application base URL for the current environment\n *\n * @param platform - Optional platform name (openmsp, flamingo, tmcg, openframe, etc.)\n * @returns The base URL with protocol (https:// or http://)\n *\n * Priority order:\n * 1. Development (http://localhost:3000)\n * 2. Platform-specific URL via the SSOT (if `platform` provided) — env override ?? default\n * 3. VERCEL_PROJECT_PRODUCTION_URL (Vercel production domain)\n * 4. Production fallback: the DEPLOYING platform's canonical URL (NEXT_PUBLIC_APP_TYPE),\n * openmsp if unset — sourced from the SSOT, no hardcoded literal.\n *\n * The per-platform canonical URLs + their `NEXT_PUBLIC_*_URL` overrides are the single\n * source of truth in `src/platform-domains.ts` (`PLATFORM_DOMAINS`).\n *\n * @example\n * getBaseUrl() // Current deployment's URL\n * getBaseUrl('flamingo') // https://www.flamingo.run (prod) or http://localhost:3000 (dev)\n */\nexport function getBaseUrl(platform?: string): string {\n // In development, always use localhost (regardless of platform)\n if (process.env.NODE_ENV !== 'production') {\n return process.env.NEXT_PUBLIC_DEV_URL || 'http://localhost:3000'\n }\n\n // If platform is specified, return its production URL (env override ?? default)\n if (platform) {\n return getPlatformProductionUrl(platform)\n }\n\n // Production: Use Vercel domain if available\n if (process.env.VERCEL_PROJECT_PRODUCTION_URL) {\n return `https://${process.env.VERCEL_PROJECT_PRODUCTION_URL}`\n }\n\n // Production fallback: the deploying platform's canonical www domain (avoids Google\n // \"Page with redirect\"). Derived from the SSOT for the current app type (openmsp when\n // unset → 'https://www.openmsp.ai', byte-identical to the old hardcoded fallback).\n return getPlatformProductionUrl(process.env.NEXT_PUBLIC_APP_TYPE || 'openmsp')\n}\n"],"mappings":"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","names":[]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/chunk-CG6AZ2MC.cjs","../src/platform-domains.ts","../src/utils/cn.ts"],"names":[],"mappings":"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","file":"/home/runner/work/openframe-oss-lib/openframe-oss-lib/openframe-frontend-core/dist/chunk-CG6AZ2MC.cjs","sourcesContent":[null,"/**\n * Platform-Domain SSOT (single source of truth) + derivations.\n *\n * ONE registry maps each platform → its canonical production URL (`defaultUrl`,\n * the load-bearing source) with an optional per-deploy `NEXT_PUBLIC_*_URL`\n * OVERRIDE. Everything else — the reverse host→platform resolver, the cookie\n * base-domain set (the cross-subdomain SSO mechanism), www/apex expansion, the\n * URL→host parse, preview detection — derives from this one table.\n *\n * EDGE-SAFE + PURE: no React/clsx/tailwind, no `server-only`, no `node:`\n * builtins, no `'use client'`. So it is legal in the Edge middleware\n * (`proxy.ts`), in `'use client'` providers, AND in `server-only` modules\n * (e.g. cookie-domain-server.ts) simultaneously. The ONLY non-pure export is\n * `getAllPlatformBaseDomains`, which reads `typeof window`/`process.env` to\n * preserve byte-identical cookie behavior.\n */\n\nimport type { PlatformName } from './types/platform'\n\nexport type PlatformDomainKey = PlatformName | 'openframe-dashboard'\n\nexport interface PlatformDomainEntry {\n /** Platform key (matches `PlatformName`, plus the forward-only `openframe-dashboard`). */\n key: PlatformDomainKey\n /** Canonical production URL — the LOAD-BEARING source of truth (today's hardcoded fallbacks). */\n defaultUrl: string\n /** `NEXT_PUBLIC_*_URL` per-deploy OVERRIDE. The `defaultUrl` covers it when unset. */\n envVar: string\n /** Legacy/secondary hosts that REVERSE-map to this key (no env var exists — NOT canonical). */\n aliasHostnames?: string[]\n /** Forward-only: no DB row, excluded from the reverse index + cookie set (e.g. the product-CTA dashboard). */\n pseudo?: boolean\n}\n\nexport const PLATFORM_DOMAINS: readonly PlatformDomainEntry[] = [\n { key: 'marketing-hub', defaultUrl: 'https://marketing-hub.flamingo.so', envVar: 'NEXT_PUBLIC_MARKETING_HUB_URL' },\n { key: 'company-hub', defaultUrl: 'https://company-hub.flamingo.so', envVar: 'NEXT_PUBLIC_COMPANY_HUB_URL' },\n { key: 'product-hub', defaultUrl: 'https://product-hub.flamingo.so', envVar: 'NEXT_PUBLIC_PRODUCT_HUB_URL' },\n { key: 'revenue-hub', defaultUrl: 'https://revenue-hub.flamingo.so', envVar: 'NEXT_PUBLIC_REVENUE_HUB_URL' },\n { key: 'people-hub', defaultUrl: 'https://people-hub.flamingo.so', envVar: 'NEXT_PUBLIC_PEOPLE_HUB_URL' },\n { key: 'openmsp', defaultUrl: 'https://www.openmsp.ai', envVar: 'NEXT_PUBLIC_OPENMSP_URL' },\n // ORDERING INVARIANT (first-wins, load-bearing): `flamingo` MUST precede `flamingo-teaser` + `universal`.\n // All three resolve to www.flamingo.run; the reverse index is first-wins → flamingo claims the shared host,\n // teaser keeps only its unique flamingo.cx aliases, universal contributes no unique host.\n // ⚠️ DO NOT REORDER — enforced by the module-load self-check at the bottom of this file.\n { key: 'flamingo', defaultUrl: 'https://www.flamingo.run', envVar: 'NEXT_PUBLIC_FLAMINGO_URL' },\n { key: 'tmcg', defaultUrl: 'https://www.tmcg.miami', envVar: 'NEXT_PUBLIC_TMCG_URL' },\n { key: 'flamingo-teaser', defaultUrl: 'https://www.flamingo.run', envVar: 'NEXT_PUBLIC_FLAMINGO_URL', aliasHostnames: ['flamingo.cx', 'www.flamingo.cx'] },\n { key: 'openframe', defaultUrl: 'https://openframe.ai', envVar: 'NEXT_PUBLIC_OPENFRAME_URL', aliasHostnames: ['openframe.ai', 'www.openframe.ai', 'hub.openframe.ai'] },\n { key: 'openframe-dashboard', defaultUrl: 'https://openframe.ai', envVar: 'NEXT_PUBLIC_OPENFRAME_DASHBOARD_URL', pseudo: true },\n { key: 'universal', defaultUrl: 'https://www.flamingo.run', envVar: 'NEXT_PUBLIC_FLAMINGO_URL' },\n]\n\n// ── Compile-time key guards (anchor the table on PlatformName, both directions) ──\n// (1) Removal/typo guard: every table key must be a valid PlatformDomainKey.\nconst _tableSatisfies = PLATFORM_DOMAINS satisfies readonly PlatformDomainEntry[]\nvoid _tableSatisfies\n// (2) Addition guard: a NEW PlatformName member that lacks a table row fails the build.\ntype _MissingKey = Exclude<PlatformName, (typeof PLATFORM_DOMAINS)[number]['key']>\nconst _exhaustive: [_MissingKey] extends [never] ? true : false = true\nvoid _exhaustive\n\n// ── Env overrides (the ONLY place env URLs enter — literal-key inlined + compile-time-guarded) ──\n// `process.env.NEXT_PUBLIC_X` is build-inlined ONLY with a LITERAL key, so the env-var name is the\n// irreducible two-copy (the registry `envVar` column + the literal access below). The `satisfies` makes\n// `tsc`/`next build` FAIL if this map is missing a registry env var OR carries a stale one (bidirectional).\ntype EnvVarKey = (typeof PLATFORM_DOMAINS)[number]['envVar']\nconst ENV_OVERRIDES = {\n NEXT_PUBLIC_MARKETING_HUB_URL: process.env.NEXT_PUBLIC_MARKETING_HUB_URL,\n NEXT_PUBLIC_COMPANY_HUB_URL: process.env.NEXT_PUBLIC_COMPANY_HUB_URL,\n NEXT_PUBLIC_PRODUCT_HUB_URL: process.env.NEXT_PUBLIC_PRODUCT_HUB_URL,\n NEXT_PUBLIC_REVENUE_HUB_URL: process.env.NEXT_PUBLIC_REVENUE_HUB_URL,\n NEXT_PUBLIC_PEOPLE_HUB_URL: process.env.NEXT_PUBLIC_PEOPLE_HUB_URL,\n NEXT_PUBLIC_OPENMSP_URL: process.env.NEXT_PUBLIC_OPENMSP_URL,\n NEXT_PUBLIC_FLAMINGO_URL: process.env.NEXT_PUBLIC_FLAMINGO_URL,\n NEXT_PUBLIC_TMCG_URL: process.env.NEXT_PUBLIC_TMCG_URL,\n NEXT_PUBLIC_OPENFRAME_URL: process.env.NEXT_PUBLIC_OPENFRAME_URL,\n NEXT_PUBLIC_OPENFRAME_DASHBOARD_URL: process.env.NEXT_PUBLIC_OPENFRAME_DASHBOARD_URL,\n} satisfies Record<EnvVarKey, string | undefined>\n\n/** The registry entry for a key (undefined for an unknown key). */\nexport function byKey(key: string): PlatformDomainEntry | undefined {\n return PLATFORM_DOMAINS.find((e) => e.key === key)\n}\n\n/** Read a platform's `NEXT_PUBLIC_*_URL` override (or null). */\nfunction envOverrideFor(key: string): string | null {\n const envVar = byKey(key)?.envVar\n if (!envVar) return null\n return (ENV_OVERRIDES as Record<string, string | undefined>)[envVar] || null\n}\n\n/**\n * Canonical production URL for a platform: env override wins, else the `defaultUrl`.\n * NEVER throws / undefined — the default guarantees a host (this is what keeps the\n * cookie base-domains, the reverse map, and CSP intact even with every override unset).\n * Byte-identical to the old cn.ts switch (incl. the unknown-key flamingo.run fallback).\n */\nexport function getPlatformProductionUrl(platform: string): string {\n return (\n envOverrideFor(platform) ??\n byKey(platform)?.defaultUrl ??\n envOverrideFor('flamingo') ??\n 'https://www.flamingo.run'\n )\n}\n\n// ── Single-owner host primitives ──\n\n/** Canonical URL→host parser: `.hostname` (PORT-STRIPPED, lowercased), null on parse failure. */\nexport function hostOf(value: string | null | undefined): string | null {\n if (!value) return null\n try {\n return new URL(value).hostname.toLowerCase()\n } catch {\n return null\n }\n}\n\n/** Expand a host into its `www.`/apex pair. 3+-label and single-label hosts return `[host]`. */\nexport function expandWwwApex(host: string): string[] {\n if (host.startsWith('www.')) return [host, host.slice(4)]\n if (host.split('.').length === 2) return [host, `www.${host}`]\n return [host]\n}\n\n/** Registrable base domain (`parts.slice(-2).join('.')`), dotless; undefined for <2-label. */\nexport function toRegistrableBaseDomain(host: string): string | undefined {\n const parts = host.split('.')\n if (parts.length >= 2) return parts.slice(-2).join('.')\n return undefined\n}\n\n/** An entry's alias hosts (single-owner reader). */\nexport function aliasHostsOf(key: string): string[] {\n return byKey(key)?.aliasHostnames ?? []\n}\n\n/** All hosts an entry contributes to the reverse index (resolved host + optional aliases). */\nfunction hostsForEntry(entry: PlatformDomainEntry, opts: { includeAliases: boolean }): string[] {\n const resolved = hostOf(getPlatformProductionUrl(entry.key))\n const hosts = resolved ? expandWwwApex(resolved) : []\n if (opts.includeAliases) hosts.push(...aliasHostsOf(entry.key))\n return hosts\n}\n\n/**\n * Reverse resolver: hostname → platform key (first-wins over registry order, non-pseudo only).\n * Guarantees openframe.ai / www.openframe.ai / hub.openframe.ai → openframe in every env.\n * Replaces the hub `PLATFORM_DOMAIN_MAP`.\n */\nexport function getPlatformByHostname(hostname: string): PlatformDomainKey | null {\n const host = hostname.toLowerCase()\n for (const entry of PLATFORM_DOMAINS) {\n if (entry.pseudo) continue\n if (hostsForEntry(entry, { includeAliases: true }).includes(host)) return entry.key\n }\n return null\n}\n\n// ── Preview detection (two distinct predicates — env-form vs host-form) ──\n\n/** Env-form preview predicate (Vercel `VERCEL_ENV`). */\nexport function isPreviewEnv(): boolean {\n return process.env.VERCEL_ENV === 'preview'\n}\n\n/** Host-form preview predicate (a `*.vercel.app` host). Dot-bounded suffix so a\n * malicious `foo.vercel.app.evil.com` is NOT treated as preview. */\nexport function isPreviewHost(hostname: string): boolean {\n return hostname.endsWith('.vercel.app')\n}\n\n/**\n * ALL unique cookie base domains (the cross-subdomain SSO mechanism).\n *\n * NON-PURE (the sole such export): reads `typeof window` + `process.env` to\n * preserve byte-identical cookie behavior. Keeps the original three branches:\n * 1. localhost / private IP → [] (host-only cookies)\n * 2. Vercel preview (env OR host) → ['.vercel.app','vercel.app']\n * 3. production → for each non-pseudo platform, registrable base of its resolved\n * host, emitted as both `.base` and bare `base`.\n *\n * Because `getPlatformProductionUrl` always yields a host (override OR default),\n * `.flamingo.so` / `.flamingo.run` / `.openmsp.ai` / `.tmcg.miami` / `.openframe.ai`\n * are ALWAYS present → cross-hub SSO is byte-identical to today.\n */\nexport function getAllPlatformBaseDomains(): string[] {\n if (typeof window === 'undefined') return []\n\n const hostname = window.location.hostname\n\n // Case 1: localhost / private IP — no domains\n if (hostname === 'localhost' || hostname === '127.0.0.1' || hostname.startsWith('127.')) {\n return []\n }\n\n // Case 2: Vercel preview — vercel.app domain\n const previewEnv =\n process.env.VERCEL_ENV === 'preview' ||\n process.env.NEXT_PUBLIC_VERCEL_ENV === 'preview' ||\n isPreviewHost(hostname)\n if (previewEnv) {\n return ['.vercel.app', 'vercel.app']\n }\n\n // Case 3: production — registrable base of every non-pseudo platform's resolved host\n const baseDomains = new Set<string>()\n for (const entry of PLATFORM_DOMAINS) {\n if (entry.pseudo) continue\n const host = hostOf(getPlatformProductionUrl(entry.key))\n if (!host) continue\n const base = toRegistrableBaseDomain(host)\n if (base) {\n baseDomains.add(`.${base}`)\n baseDomains.add(base)\n }\n }\n return Array.from(baseDomains)\n}\n\n// ── Module-load ordering self-check (NON-fatal — this module is imported by cn.ts → ~everything,\n// so a hard throw would be a total outage if the assertion were ever over-strict). A reorder that\n// moves flamingo-teaser/universal before flamingo (e.g. an IDE alphabetize) surfaces loudly in the\n// build + prod logs instead of silently cross-tabbing flamingo links to the wrong owner. The\n// authoritative guard is the reverse-map vitest (src/__tests__/platform-domains.test.ts). ⚠️ keep\n// `flamingo` before `flamingo-teaser`/`universal` in PLATFORM_DOMAINS.\nif (\n getPlatformByHostname('www.flamingo.run') !== 'flamingo' ||\n getPlatformByHostname('flamingo.cx') !== 'flamingo-teaser' ||\n getPlatformByHostname('hub.openframe.ai') !== 'openframe'\n) {\n // eslint-disable-next-line no-console\n console.error(\n '[platform-domains] ⚠️ PLATFORM_DOMAINS ordering invariant violated — `flamingo` must precede ' +\n '`flamingo-teaser`/`universal`, and the openframe aliases must be intact. Do not reorder the table.',\n )\n}\n","import { clsx, type ClassValue } from \"clsx\"\nimport { extendTailwindMerge } from \"tailwind-merge\"\n// Platform→domain resolution moved to the SSOT module `src/platform-domains.ts`.\n// `getPlatformProductionUrl` / `getAllPlatformBaseDomains` now live there (re-exported\n// via the utils barrel for existing callers); `getBaseUrl` stays here because it owns the\n// dev-localhost + Vercel-self-origin branches, and delegates its platform branch.\nimport { getPlatformProductionUrl } from \"../platform-domains\"\n\nconst twMerge = extendTailwindMerge<'ods-typography'>({\n extend: {\n classGroups: {\n 'ods-typography': ['text-h1', 'text-h2', 'text-h3', 'text-h4', 'text-h5', 'text-h6'],\n },\n },\n})\n\n/**\n * Combine class names with Tailwind's merge utility\n */\nexport function cn(...inputs: ClassValue[]) {\n return twMerge(clsx(inputs))\n}\n\n/**\n * Get the application base URL for the current environment\n *\n * @param platform - Optional platform name (openmsp, flamingo, tmcg, openframe, etc.)\n * @returns The base URL with protocol (https:// or http://)\n *\n * Priority order:\n * 1. Development (http://localhost:3000)\n * 2. Platform-specific URL via the SSOT (if `platform` provided) — env override ?? default\n * 3. VERCEL_PROJECT_PRODUCTION_URL (Vercel production domain)\n * 4. Production fallback: the DEPLOYING platform's canonical URL (NEXT_PUBLIC_APP_TYPE),\n * openmsp if unset — sourced from the SSOT, no hardcoded literal.\n *\n * The per-platform canonical URLs + their `NEXT_PUBLIC_*_URL` overrides are the single\n * source of truth in `src/platform-domains.ts` (`PLATFORM_DOMAINS`).\n *\n * @example\n * getBaseUrl() // Current deployment's URL\n * getBaseUrl('flamingo') // https://www.flamingo.run (prod) or http://localhost:3000 (dev)\n */\nexport function getBaseUrl(platform?: string): string {\n // In development, always use localhost (regardless of platform)\n if (process.env.NODE_ENV !== 'production') {\n return process.env.NEXT_PUBLIC_DEV_URL || 'http://localhost:3000'\n }\n\n // If platform is specified, return its production URL (env override ?? default)\n if (platform) {\n return getPlatformProductionUrl(platform)\n }\n\n // Production: Use Vercel domain if available\n if (process.env.VERCEL_PROJECT_PRODUCTION_URL) {\n return `https://${process.env.VERCEL_PROJECT_PRODUCTION_URL}`\n }\n\n // Production fallback: the deploying platform's canonical www domain (avoids Google\n // \"Page with redirect\"). Derived from the SSOT for the current app type (openmsp when\n // unset → 'https://www.openmsp.ai', byte-identical to the old hardcoded fallback).\n return getPlatformProductionUrl(process.env.NEXT_PUBLIC_APP_TYPE || 'openmsp')\n}\n"]}