@luxfi/ui 8.2.7 → 8.2.9

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 (241) hide show
  1. package/dist/3d-model-viewer.cjs +25 -421
  2. package/dist/3d-model-viewer.js +20 -416
  3. package/dist/accordion.cjs +3 -10
  4. package/dist/accordion.js +2 -10
  5. package/dist/advanced-navigation-bar.cjs +5 -401
  6. package/dist/advanced-navigation-bar.js +5 -401
  7. package/dist/ai-agents.cjs +45 -890
  8. package/dist/ai-agents.js +8 -834
  9. package/dist/ai-assistant.cjs +13 -740
  10. package/dist/ai-assistant.js +10 -738
  11. package/dist/ai-chat.cjs +24 -770
  12. package/dist/ai-chat.js +18 -765
  13. package/dist/ai-code.cjs +67 -923
  14. package/dist/ai-code.js +49 -905
  15. package/dist/ai-playground.cjs +25 -801
  16. package/dist/ai-playground.js +18 -795
  17. package/dist/ai-tools.cjs +22 -767
  18. package/dist/ai-tools.js +15 -761
  19. package/dist/ai-vision.cjs +41 -993
  20. package/dist/ai-vision.js +30 -983
  21. package/dist/ai-voice-settings.cjs +35 -1006
  22. package/dist/ai-voice-settings.js +32 -1004
  23. package/dist/ai-voice.cjs +51 -1024
  24. package/dist/ai-voice.js +9 -963
  25. package/dist/alert.cjs +11 -129
  26. package/dist/alert.js +8 -127
  27. package/dist/announcement.cjs +6 -402
  28. package/dist/announcement.js +6 -402
  29. package/dist/app-switcher-navigation-bar.cjs +5 -401
  30. package/dist/app-switcher-navigation-bar.js +5 -401
  31. package/dist/apple-cards-carousel.cjs +84 -480
  32. package/dist/apple-cards-carousel.js +19 -415
  33. package/dist/auth.cjs +10 -387
  34. package/dist/auth.js +7 -385
  35. package/dist/avatar.cjs +2 -9
  36. package/dist/avatar.js +2 -10
  37. package/dist/badge.cjs +8 -228
  38. package/dist/badge.js +5 -210
  39. package/dist/button.cjs +14 -67
  40. package/dist/button.js +12 -65
  41. package/dist/chrome.cjs +29 -493
  42. package/dist/chrome.js +9 -474
  43. package/dist/code-block.cjs +16 -664
  44. package/dist/code-block.js +13 -662
  45. package/dist/code-compare.cjs +28 -1302
  46. package/dist/code-compare.js +18 -1293
  47. package/dist/code-diff.cjs +21 -669
  48. package/dist/code-diff.js +17 -666
  49. package/dist/code-editor.cjs +13 -409
  50. package/dist/code-editor.js +12 -408
  51. package/dist/code-explorer.cjs +14 -456
  52. package/dist/code-explorer.js +13 -456
  53. package/dist/code-preview.cjs +31 -983
  54. package/dist/code-preview.js +23 -976
  55. package/dist/code-snippet.cjs +19 -667
  56. package/dist/code-snippet.js +14 -663
  57. package/dist/code-terminal.cjs +24 -485
  58. package/dist/code-terminal.js +19 -481
  59. package/dist/collapsible.cjs +13 -347
  60. package/dist/collapsible.js +11 -330
  61. package/dist/color-picker.cjs +8 -450
  62. package/dist/color-picker.js +7 -450
  63. package/dist/combobox.cjs +6 -402
  64. package/dist/combobox.js +6 -402
  65. package/dist/communication-navigation-bar.cjs +7 -403
  66. package/dist/communication-navigation-bar.js +5 -401
  67. package/dist/dashboard-navigation-bar.cjs +6 -402
  68. package/dist/dashboard-navigation-bar.js +5 -401
  69. package/dist/dialog-stack.cjs +5 -401
  70. package/dist/dialog-stack.js +5 -401
  71. package/dist/dialog.cjs +13 -70
  72. package/dist/dialog.js +13 -70
  73. package/dist/drawer.cjs +23 -99
  74. package/dist/drawer.js +19 -96
  75. package/dist/e-commerce-navigation-bar.cjs +7 -403
  76. package/dist/e-commerce-navigation-bar.js +5 -401
  77. package/dist/editor.cjs +9 -405
  78. package/dist/editor.js +6 -402
  79. package/dist/iam.cjs +2 -123
  80. package/dist/iam.js +1 -122
  81. package/dist/icon-button.cjs +2 -56
  82. package/dist/icon-button.js +1 -55
  83. package/dist/identity.cjs +28 -242
  84. package/dist/identity.js +20 -235
  85. package/dist/image-crop.cjs +10 -406
  86. package/dist/image-crop.js +7 -403
  87. package/dist/image.cjs +14 -83
  88. package/dist/image.js +13 -67
  89. package/dist/index.cjs +1868 -38770
  90. package/dist/index.js +174 -38320
  91. package/dist/input-group.cjs +3 -10
  92. package/dist/input-group.js +2 -10
  93. package/dist/item.cjs +2 -27
  94. package/dist/item.js +1 -22
  95. package/dist/kanban.cjs +25 -751
  96. package/dist/kanban.js +15 -742
  97. package/dist/limelight-nav.cjs +10 -452
  98. package/dist/limelight-nav.js +9 -452
  99. package/dist/link.cjs +11 -80
  100. package/dist/link.js +6 -60
  101. package/dist/lux.config.cjs +14 -32
  102. package/dist/lux.config.js +3 -26
  103. package/dist/menu.cjs +5 -13
  104. package/dist/menu.js +1 -9
  105. package/dist/message-dock.cjs +5 -401
  106. package/dist/message-dock.js +5 -401
  107. package/dist/mini-calendar.cjs +7 -403
  108. package/dist/mini-calendar.js +6 -402
  109. package/dist/music-player.cjs +30 -528
  110. package/dist/music-player.js +22 -520
  111. package/dist/next.cjs +8 -89
  112. package/dist/next.js +3 -86
  113. package/dist/popover.cjs +17 -74
  114. package/dist/popover.js +16 -73
  115. package/dist/progress-circle.cjs +3 -10
  116. package/dist/progress-circle.js +2 -10
  117. package/dist/provider.cjs +7 -176
  118. package/dist/provider.js +4 -174
  119. package/dist/select.cjs +36 -89
  120. package/dist/select.js +35 -88
  121. package/dist/sidebar.cjs +22 -493
  122. package/dist/sidebar.js +17 -489
  123. package/dist/site/commerce/ui/context.cjs +9 -214
  124. package/dist/site/commerce/ui/context.js +6 -215
  125. package/dist/site/components/analytics.cjs +2 -42
  126. package/dist/site/components/analytics.js +1 -37
  127. package/dist/site/components/auth/callback.cjs +2 -8
  128. package/dist/site/components/auth/callback.js +1 -7
  129. package/dist/site/components/auth/login-panel.cjs +15 -74
  130. package/dist/site/components/auth/login-panel.js +12 -73
  131. package/dist/site/components/auth/login.cjs +2 -6
  132. package/dist/site/components/auth/login.js +1 -5
  133. package/dist/site/components/auth/widget.cjs +2 -6
  134. package/dist/site/components/auth/widget.js +1 -5
  135. package/dist/site/components/commerce/bag-button.cjs +2 -3
  136. package/dist/site/components/commerce/bag-button.js +2 -3
  137. package/dist/site/components/commerce/buy-button.cjs +2 -11
  138. package/dist/site/components/commerce/buy-button.js +1 -10
  139. package/dist/site/components/commerce/checkout-button.cjs +2 -3
  140. package/dist/site/components/commerce/checkout-button.js +2 -3
  141. package/dist/site/components/commerce/checkout-panel/desktop-cp.cjs +15 -173
  142. package/dist/site/components/commerce/checkout-panel/desktop-cp.js +14 -174
  143. package/dist/site/components/commerce/checkout-panel/index.cjs +9 -400
  144. package/dist/site/components/commerce/checkout-panel/index.js +10 -403
  145. package/dist/site/components/commerce/checkout-panel/mobile-cp.cjs +15 -236
  146. package/dist/site/components/commerce/checkout-panel/mobile-cp.js +13 -237
  147. package/dist/site/components/commerce/desktop-bag-popup.cjs +7 -8
  148. package/dist/site/components/commerce/desktop-bag-popup.js +3 -8
  149. package/dist/site/components/commerce/drawer/index.cjs +15 -289
  150. package/dist/site/components/commerce/drawer/index.js +10 -290
  151. package/dist/site/components/commerce/drawer/micro.cjs +8 -115
  152. package/dist/site/components/commerce/drawer/micro.js +4 -115
  153. package/dist/site/components/commerce/drawer/shell.cjs +2 -10
  154. package/dist/site/components/commerce/drawer/shell.js +2 -10
  155. package/dist/site/components/contact-dialog/index.cjs +6 -69
  156. package/dist/site/components/contact-dialog/index.js +7 -71
  157. package/dist/site/components/drawer-margin.cjs +2 -10
  158. package/dist/site/components/drawer-margin.js +2 -10
  159. package/dist/site/components/footer.cjs +11 -81
  160. package/dist/site/components/footer.js +8 -80
  161. package/dist/site/components/header/desktop.cjs +18 -374
  162. package/dist/site/components/header/desktop.js +12 -355
  163. package/dist/site/components/header/index.cjs +9 -674
  164. package/dist/site/components/header/index.js +8 -657
  165. package/dist/site/components/header/mobile-bag-drawer.cjs +6 -71
  166. package/dist/site/components/header/mobile-bag-drawer.js +5 -74
  167. package/dist/site/components/header/mobile-nav-menu-ai.cjs +2 -31
  168. package/dist/site/components/header/mobile-nav-menu-ai.js +1 -26
  169. package/dist/site/components/header/mobile-nav-menu-item.cjs +6 -60
  170. package/dist/site/components/header/mobile-nav-menu-item.js +6 -61
  171. package/dist/site/components/header/mobile-nav-menu.cjs +7 -110
  172. package/dist/site/components/header/mobile-nav-menu.js +7 -112
  173. package/dist/site/components/header/mobile.cjs +25 -330
  174. package/dist/site/components/header/mobile.js +20 -330
  175. package/dist/site/components/icons/index.cjs +34 -35
  176. package/dist/site/components/icons/index.js +5 -33
  177. package/dist/site/components/index.cjs +118 -1961
  178. package/dist/site/components/index.js +23 -1951
  179. package/dist/site/components/mini-chart/index.cjs +7 -90
  180. package/dist/site/components/mini-chart/index.js +1 -92
  181. package/dist/site/components/mini-chart/wrapper.cjs +7 -76
  182. package/dist/site/components/mini-chart/wrapper.js +4 -77
  183. package/dist/site/components/not-found/index.cjs +9 -819
  184. package/dist/site/components/not-found/index.js +8 -802
  185. package/dist/site/components/security/index.cjs +9 -819
  186. package/dist/site/components/security/index.js +8 -802
  187. package/dist/site/next/analytics/index.cjs +16 -49
  188. package/dist/site/next/analytics/index.js +3 -49
  189. package/dist/site/next/analytics/pixel-analytics.cjs +23 -8
  190. package/dist/site/next/analytics/pixel-analytics.js +4 -8
  191. package/dist/site/next/index.cjs +13 -140
  192. package/dist/site/next/index.js +2 -140
  193. package/dist/site/root-layout/index.cjs +12 -1435
  194. package/dist/site/root-layout/index.css +0 -133
  195. package/dist/site/root-layout/index.js +12 -1416
  196. package/dist/site/site-def/footer/community.cjs +11 -27
  197. package/dist/site/site-def/footer/community.js +2 -18
  198. package/dist/site/site-def/footer/company.d.ts +3 -3
  199. package/dist/site/site-def/footer/index.cjs +38 -218
  200. package/dist/site/site-def/footer/index.js +14 -215
  201. package/dist/site/site-def/index.cjs +28 -620
  202. package/dist/site/site-def/index.js +3 -624
  203. package/dist/table.cjs +20 -338
  204. package/dist/table.js +19 -338
  205. package/dist/tabs.cjs +3 -10
  206. package/dist/tabs.js +1 -9
  207. package/dist/tag.cjs +9 -270
  208. package/dist/tag.js +6 -268
  209. package/dist/tags.cjs +6 -314
  210. package/dist/tags.js +5 -314
  211. package/dist/textarea.cjs +4 -50
  212. package/dist/textarea.js +3 -49
  213. package/dist/tooltip.cjs +15 -34
  214. package/dist/tooltip.js +13 -33
  215. package/dist/vite.cjs +3 -82
  216. package/dist/vite.js +1 -80
  217. package/package.json +1 -1
  218. package/dist/index.css +0 -132
  219. package/dist/site/components/auth/login-panel.css +0 -4
  220. package/dist/site/components/commerce/bag-button.css +0 -4
  221. package/dist/site/components/commerce/checkout-button.css +0 -4
  222. package/dist/site/components/commerce/checkout-panel/desktop-cp.css +0 -132
  223. package/dist/site/components/commerce/checkout-panel/index.css +0 -132
  224. package/dist/site/components/commerce/checkout-panel/mobile-cp.css +0 -132
  225. package/dist/site/components/commerce/desktop-bag-popup.css +0 -4
  226. package/dist/site/components/commerce/drawer/index.css +0 -132
  227. package/dist/site/components/commerce/drawer/micro.css +0 -4
  228. package/dist/site/components/header/desktop.css +0 -4
  229. package/dist/site/components/header/index.css +0 -132
  230. package/dist/site/components/header/mobile-bag-drawer.css +0 -4
  231. package/dist/site/components/header/mobile-nav-menu-ai.css +0 -132
  232. package/dist/site/components/header/mobile-nav-menu-item.css +0 -132
  233. package/dist/site/components/header/mobile-nav-menu.css +0 -132
  234. package/dist/site/components/header/mobile.css +0 -132
  235. package/dist/site/components/icons/index.css +0 -4
  236. package/dist/site/components/index.css +0 -132
  237. package/dist/site/components/not-found/index.css +0 -132
  238. package/dist/site/components/security/index.css +0 -132
  239. package/dist/site/site-def/footer/community.css +0 -4
  240. package/dist/site/site-def/footer/index.css +0 -4
  241. package/dist/site/site-def/index.css +0 -4
package/dist/auth.cjs CHANGED
@@ -3,9 +3,9 @@
3
3
 
4
4
  var browser = require('@hanzo/iam/browser');
5
5
  var ui = require('@hanzo/ui');
6
- var React2 = require('react');
7
- require('@hanzo/gui');
8
- var reactQuery = require('@tanstack/react-query');
6
+ var React = require('react');
7
+ var identity_cjs = require('./identity.cjs');
8
+ var provider_cjs = require('./provider.cjs');
9
9
  var jsxRuntime = require('react/jsx-runtime');
10
10
 
11
11
  function _interopNamespace(e) {
@@ -26,385 +26,8 @@ function _interopNamespace(e) {
26
26
  return Object.freeze(n);
27
27
  }
28
28
 
29
- var React2__namespace = /*#__PURE__*/_interopNamespace(React2);
29
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
30
30
 
31
- // src/white-label.ts
32
- var LUX_BRAND = {
33
- lux: "#7000FF",
34
- zoo: "#6C5EFB",
35
- hanzo: "#EA580C",
36
- pars: "#1C3879"};
37
- var PARS_GOLD = "#C8A45C";
38
- var ORGS = {
39
- lux: {
40
- org: "lux",
41
- name: "Lux",
42
- domain: "lux.network",
43
- iamDomain: "lux.id",
44
- accent: LUX_BRAND.lux,
45
- accentForeground: "#FFFFFF"
46
- },
47
- zoo: {
48
- org: "zoo",
49
- name: "Zoo",
50
- domain: "zoo.ngo",
51
- // Zoo's issuer is `zoolabs.id` — the one row where it is not `<org>.id`,
52
- // and the one every hand-rolled branding map gets wrong. `id.zoo.network`
53
- // ANSWERS, which is why it keeps being copied around, but it is an alias:
54
- // its own discovery document advertises
55
- // issuer https://zoolabs.id
56
- // authorization_endpoint https://zoolabs.id/v1/iam/oauth/authorize
57
- // jwks_uri https://zoolabs.id/v1/iam/.well-known/jwks
58
- // so a client configured on the alias validates `iss` against a string the
59
- // IdP never emits and rejects every token it is given — the exact shape of
60
- // the lux.id outage. `zoo.id` is not an IdP at all (no discovery document).
61
- iamDomain: "zoolabs.id",
62
- accent: LUX_BRAND.zoo,
63
- accentForeground: "#FFFFFF"
64
- },
65
- bootnode: {
66
- org: "bootnode",
67
- name: "Bootnode",
68
- domain: "bootno.de",
69
- iamDomain: "id.bootno.de",
70
- accent: LUX_BRAND.lux,
71
- accentForeground: "#FFFFFF"
72
- },
73
- hanzo: {
74
- org: "hanzo",
75
- name: "Hanzo",
76
- domain: "hanzo.ai",
77
- iamDomain: "hanzo.id",
78
- accent: LUX_BRAND.hanzo,
79
- accentForeground: "#FFFFFF"
80
- },
81
- pars: {
82
- org: "pars",
83
- name: "Pars",
84
- domain: "pars.id",
85
- iamDomain: "pars.id",
86
- accent: LUX_BRAND.pars,
87
- accentForeground: PARS_GOLD
88
- }
89
- };
90
- var DOMAIN_ORG = [
91
- ["lux.network", "lux"],
92
- ["lux.cloud", "lux"],
93
- ["lux.id", "lux"],
94
- ["lux.finance", "lux"],
95
- ["lux.market", "lux"],
96
- ["lux.exchange", "lux"],
97
- ["zoo.ngo", "zoo"],
98
- ["zoo.network", "zoo"],
99
- ["zoo.cloud", "zoo"],
100
- ["zoolabs.id", "zoo"],
101
- ["hanzo.ai", "hanzo"],
102
- ["hanzo.cloud", "hanzo"],
103
- ["hanzo.id", "hanzo"],
104
- ["pars.id", "pars", "app"],
105
- ["pars.network", "pars", "app"],
106
- ["parsdao.org", "pars", "app"],
107
- ["bootno.de", "bootnode", "platform"]
108
- ];
109
- var DEFAULT_ORG = "lux";
110
- function normalizeHost(host) {
111
- const noPort = host.trim().toLowerCase().split(":")[0] ?? "";
112
- return noPort.replace(/\.$/, "");
113
- }
114
- function isUnder(host, domain) {
115
- return host === domain || host.endsWith(`.${domain}`);
116
- }
117
- function matchDomain(host) {
118
- let best;
119
- for (const entry of DOMAIN_ORG) {
120
- if (isUnder(host, entry[0]) && (!best || entry[0].length > best[0].length)) {
121
- best = entry;
122
- }
123
- }
124
- return best;
125
- }
126
- function appSlug(host, domain, pinned) {
127
- if (pinned) return pinned;
128
- const sub = host === domain ? "" : host.slice(0, -(domain.length + 1));
129
- const leftmost = sub.split(".")[0] ?? "";
130
- if (leftmost && leftmost !== "www") return leftmost;
131
- const label = domain.split(".")[0] ?? "";
132
- const tld = domain.split(".").slice(1).join(".");
133
- return tld.split(".")[0] || label;
134
- }
135
- function isLocal(host) {
136
- return host === "localhost" || host.endsWith(".localhost") || host === "127.0.0.1" || host === "0.0.0.0" || host === "[::1]" || host.endsWith(".local");
137
- }
138
- function resolveWhiteLabel(host) {
139
- const h = normalizeHost(host ?? "");
140
- const match = h ? matchDomain(h) : void 0;
141
- const org = match ? match[1] : DEFAULT_ORG;
142
- const identity = ORGS[org];
143
- const app = match ? appSlug(h, match[0], match[2]) : h && isLocal(h) ? "local" : "app";
144
- return {
145
- ...identity,
146
- host: h,
147
- app,
148
- theme: `dark_${org}`,
149
- issuer: `https://${identity.iamDomain}`,
150
- clientId: `${org}-${app}`
151
- };
152
- }
153
-
154
- // src/iam.ts
155
- var IamError = class extends Error {
156
- constructor(message, status, unauthenticated) {
157
- super(message);
158
- this.name = "IamError";
159
- this.status = status;
160
- this.unauthenticated = unauthenticated;
161
- }
162
- };
163
- var SIGNED_OUT = /please sign in|authentication required|unauthorized/i;
164
- function isSignedOut(status, msg) {
165
- return status === 401 || SIGNED_OUT.test(msg);
166
- }
167
- function iamBase(host) {
168
- const wl = typeof host === "object" && host !== null ? host : resolveWhiteLabel(host);
169
- return `${wl.issuer}/v1/iam`;
170
- }
171
- async function read(call, verb, params) {
172
- const url = new URL(`${call.base}/${verb}`);
173
- for (const [k, v] of Object.entries(params)) url.searchParams.set(k, String(v));
174
- let res;
175
- try {
176
- res = await fetch(url.toString(), {
177
- method: "GET",
178
- // The bearer is the whole credential. IAM does not allow credentialed
179
- // CORS, so sending cookies would only get the response blocked.
180
- headers: call.token ? { Authorization: `Bearer ${call.token}` } : {},
181
- signal: call.signal
182
- });
183
- } catch (e) {
184
- throw new IamError(e instanceof Error ? e.message : "IAM unreachable", 0, false);
185
- }
186
- const body = await res.json().catch(() => ({}));
187
- const msg = typeof body.msg === "string" ? body.msg : "";
188
- if (!res.ok || body.status === "error") {
189
- throw new IamError(msg || `IAM ${verb} failed (${res.status})`, res.status, isSignedOut(res.status, msg));
190
- }
191
- return body.data;
192
- }
193
- var IAM_PAGE_SIZE = 20;
194
- var iam = {
195
- /** The signed-in principal, or null when there is no session. */
196
- async account(call) {
197
- try {
198
- const data = await read(call, "get-account", {});
199
- return data && data.name ? data : null;
200
- } catch (e) {
201
- if (e instanceof IamError && e.unauthenticated) return null;
202
- throw e;
203
- }
204
- },
205
- /**
206
- * One page of the orgs the principal can see. IAM scopes the read to the
207
- * caller's authority, so a normal member gets their own org and a super
208
- * admin gets the tenant list — the page never has to decide.
209
- */
210
- async organizations(call, page = 0, query = "", pageSize = IAM_PAGE_SIZE) {
211
- const params = {
212
- owner: "admin",
213
- // IAM orgs live under the reserved `admin` owner
214
- p: page + 1,
215
- // the backend page is 1-based
216
- pageSize,
217
- sortField: "name",
218
- sortOrder: "ascending"
219
- };
220
- const q = query.trim();
221
- if (q) {
222
- params.field = "name";
223
- params.value = q;
224
- }
225
- return await read(call, "get-organizations", params) ?? [];
226
- },
227
- /** One organization by name. */
228
- async organization(call, name) {
229
- return await read(call, "get-organization", { id: `admin/${name}` }) ?? null;
230
- },
231
- /** Members of an organization. */
232
- async users(call, org) {
233
- return await read(call, "get-users", { owner: org }) ?? [];
234
- },
235
- /** The organization's projects — IAM keys this read by `organization`. */
236
- async projects(call, org) {
237
- return await read(call, "get-organization-projects", { organization: org }) ?? [];
238
- }
239
- };
240
- new reactQuery.QueryClient({
241
- defaultOptions: { queries: { refetchOnWindowFocus: false, retry: 1, staleTime: 3e4 } }
242
- });
243
- var WhiteLabelContext = React2__namespace.default.createContext(resolveWhiteLabel(""));
244
- var useWhiteLabel = () => React2__namespace.default.useContext(WhiteLabelContext);
245
- var IAM_TOKEN_KEY = "hanzo_iam_access_token";
246
- function storedToken() {
247
- if (typeof window === "undefined") return null;
248
- for (const store of [window.sessionStorage, window.localStorage]) {
249
- try {
250
- const t = store.getItem(IAM_TOKEN_KEY);
251
- if (t) return t;
252
- } catch {
253
- }
254
- }
255
- return null;
256
- }
257
- function clearStoredTokens() {
258
- if (typeof window === "undefined") return;
259
- for (const store of [window.sessionStorage, window.localStorage]) {
260
- try {
261
- for (const k of ["access_token", "refresh_token", "id_token", "expires_at"]) {
262
- store.removeItem(`hanzo_iam_${k}`);
263
- }
264
- } catch {
265
- }
266
- }
267
- }
268
- var defaultAuth = {};
269
- var scopeKey = (host, kind) => `lux-ui:${kind}:${host}`;
270
- function readScope(host, kind) {
271
- if (typeof window === "undefined") return null;
272
- try {
273
- return window.localStorage.getItem(scopeKey(host, kind));
274
- } catch {
275
- return null;
276
- }
277
- }
278
- function writeScope(host, kind, value) {
279
- if (typeof window === "undefined") return;
280
- try {
281
- window.localStorage.setItem(scopeKey(host, kind), value);
282
- } catch {
283
- }
284
- }
285
- var IdentityContext = React2__namespace.createContext(null);
286
- var IdentityProvider = ({
287
- children,
288
- auth = defaultAuth,
289
- loginPath = "/login"
290
- }) => {
291
- const whiteLabel = useWhiteLabel();
292
- const base = React2__namespace.useMemo(() => iamBase(whiteLabel), [whiteLabel]);
293
- const [status, setStatus] = React2__namespace.useState("loading");
294
- const [account, setAccount] = React2__namespace.useState(null);
295
- const [orgs, setOrgs] = React2__namespace.useState([]);
296
- const [projects, setProjects] = React2__namespace.useState([]);
297
- const [error, setError] = React2__namespace.useState(null);
298
- const [orgName, setOrgName] = React2__namespace.useState(null);
299
- const [projectName, setProjectName] = React2__namespace.useState(null);
300
- const [epoch, setEpoch] = React2__namespace.useState(0);
301
- React2__namespace.useEffect(() => {
302
- const ac = new AbortController();
303
- let live = true;
304
- void (async () => {
305
- const token = await (auth.token ?? storedToken)();
306
- if (!live) return;
307
- if (!token) {
308
- setStatus("anonymous");
309
- setAccount(null);
310
- setOrgs([]);
311
- return;
312
- }
313
- const call = { base, token, signal: ac.signal };
314
- try {
315
- const me = await iam.account(call);
316
- if (!live) return;
317
- if (!me) {
318
- setStatus("anonymous");
319
- setAccount(null);
320
- setOrgs([]);
321
- return;
322
- }
323
- setAccount(me);
324
- const rows = await iam.organizations(call).catch((e) => {
325
- if (e instanceof IamError && !e.unauthenticated) return [{ owner: "admin", name: me.owner }];
326
- throw e;
327
- });
328
- if (!live) return;
329
- setOrgs(rows);
330
- setStatus("ready");
331
- setError(null);
332
- } catch (e) {
333
- if (!live || ac.signal.aborted) return;
334
- if (e instanceof IamError && e.unauthenticated) {
335
- setStatus("anonymous");
336
- setAccount(null);
337
- setOrgs([]);
338
- return;
339
- }
340
- setStatus("error");
341
- setError(e instanceof Error ? e.message : "Could not reach IAM.");
342
- }
343
- })();
344
- return () => {
345
- live = false;
346
- ac.abort();
347
- };
348
- }, [base, auth, epoch]);
349
- const org = React2__namespace.useMemo(() => {
350
- if (orgs.length === 0) return null;
351
- const saved = orgName ?? readScope(whiteLabel.host, "org");
352
- return orgs.find((o) => o.name === saved) ?? orgs.find((o) => o.name === account?.owner) ?? orgs[0];
353
- }, [orgs, orgName, account, whiteLabel.host]);
354
- React2__namespace.useEffect(() => {
355
- if (!org) {
356
- setProjects([]);
357
- return;
358
- }
359
- const ac = new AbortController();
360
- let live = true;
361
- void (async () => {
362
- const token = await (auth.token ?? storedToken)();
363
- if (!live || !token) return;
364
- const rows = await iam.projects({ base, token, signal: ac.signal }, org.name).catch(() => []);
365
- if (live) setProjects(rows);
366
- })();
367
- return () => {
368
- live = false;
369
- ac.abort();
370
- };
371
- }, [base, auth, org, epoch]);
372
- const project = React2__namespace.useMemo(() => {
373
- if (projects.length === 0) return null;
374
- const saved = projectName ?? readScope(whiteLabel.host, "project");
375
- return projects.find((p) => p.name === saved) ?? projects.find((p) => p.isDefault) ?? projects[0];
376
- }, [projects, projectName, whiteLabel.host]);
377
- const value = React2__namespace.useMemo(() => ({
378
- status,
379
- account,
380
- orgs,
381
- org,
382
- projects,
383
- project,
384
- error,
385
- whiteLabel,
386
- setOrg: (name) => {
387
- writeScope(whiteLabel.host, "org", name);
388
- setOrgName(name);
389
- setProjectName(null);
390
- },
391
- setProject: (name) => {
392
- writeScope(whiteLabel.host, "project", name);
393
- setProjectName(name);
394
- },
395
- signIn: () => {
396
- if (auth.signIn) return auth.signIn();
397
- if (typeof window !== "undefined") window.location.assign(loginPath);
398
- },
399
- signOut: () => {
400
- if (auth.signOut) return auth.signOut();
401
- clearStoredTokens();
402
- if (typeof window !== "undefined") window.location.assign(loginPath);
403
- },
404
- reload: () => setEpoch((n) => n + 1)
405
- }), [status, account, orgs, org, projects, project, error, whiteLabel, auth, loginPath]);
406
- return /* @__PURE__ */ jsxRuntime.jsx(IdentityContext.Provider, { value, children });
407
- };
408
31
  var CALLBACK_PATH = "/auth/callback";
409
32
  function configureAuth(wl) {
410
33
  if (typeof window === "undefined") return;
@@ -418,9 +41,9 @@ function configureAuth(wl) {
418
41
  });
419
42
  }
420
43
  function useAuth(defaultRedirect = "/") {
421
- const whiteLabel = useWhiteLabel();
44
+ const whiteLabel = provider_cjs.useWhiteLabel();
422
45
  configureAuth(whiteLabel);
423
- return React2__namespace.useMemo(() => ({
46
+ return React__namespace.useMemo(() => ({
424
47
  signIn: (redirect = defaultRedirect) => void browser.startLogin({ redirect }),
425
48
  signOut: () => void browser.logout(),
426
49
  complete: () => browser.handleCallback(),
@@ -429,14 +52,14 @@ function useAuth(defaultRedirect = "/") {
429
52
  }
430
53
  var AuthProvider = ({ children, redirect = "/", onSignOut }) => {
431
54
  const auth = useAuth(redirect);
432
- const identityAuth = React2__namespace.useMemo(() => ({
55
+ const identityAuth = React__namespace.useMemo(() => ({
433
56
  signIn: () => auth.signIn(redirect),
434
57
  signOut: () => {
435
58
  onSignOut?.();
436
59
  auth.signOut();
437
60
  }
438
61
  }), [auth, redirect, onSignOut]);
439
- return /* @__PURE__ */ jsxRuntime.jsx(IdentityProvider, { auth: identityAuth, children });
62
+ return /* @__PURE__ */ jsxRuntime.jsx(identity_cjs.IdentityProvider, { auth: identityAuth, children });
440
63
  };
441
64
  var AuthCallback = ({
442
65
  onSignedIn,
@@ -445,8 +68,8 @@ var AuthCallback = ({
445
68
  retryPath = "/login"
446
69
  }) => {
447
70
  const auth = useAuth();
448
- const [error, setError] = React2__namespace.useState(null);
449
- React2__namespace.useEffect(() => {
71
+ const [error, setError] = React__namespace.useState(null);
72
+ React__namespace.useEffect(() => {
450
73
  let live = true;
451
74
  void (async () => {
452
75
  try {