@luxfi/ui 8.2.7 → 8.2.8

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 (240) 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 +25 -28
  168. package/dist/site/components/header/mobile-nav-menu-ai.js +24 -27
  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 +48 -330
  174. package/dist/site/components/header/mobile.js +42 -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/index.cjs +38 -218
  199. package/dist/site/site-def/footer/index.js +14 -215
  200. package/dist/site/site-def/index.cjs +28 -620
  201. package/dist/site/site-def/index.js +3 -624
  202. package/dist/table.cjs +20 -338
  203. package/dist/table.js +19 -338
  204. package/dist/tabs.cjs +3 -10
  205. package/dist/tabs.js +1 -9
  206. package/dist/tag.cjs +9 -270
  207. package/dist/tag.js +6 -268
  208. package/dist/tags.cjs +6 -314
  209. package/dist/tags.js +5 -314
  210. package/dist/textarea.cjs +4 -50
  211. package/dist/textarea.js +3 -49
  212. package/dist/tooltip.cjs +15 -34
  213. package/dist/tooltip.js +13 -33
  214. package/dist/vite.cjs +3 -82
  215. package/dist/vite.js +1 -80
  216. package/package.json +1 -1
  217. package/dist/index.css +0 -132
  218. package/dist/site/components/auth/login-panel.css +0 -4
  219. package/dist/site/components/commerce/bag-button.css +0 -4
  220. package/dist/site/components/commerce/checkout-button.css +0 -4
  221. package/dist/site/components/commerce/checkout-panel/desktop-cp.css +0 -132
  222. package/dist/site/components/commerce/checkout-panel/index.css +0 -132
  223. package/dist/site/components/commerce/checkout-panel/mobile-cp.css +0 -132
  224. package/dist/site/components/commerce/desktop-bag-popup.css +0 -4
  225. package/dist/site/components/commerce/drawer/index.css +0 -132
  226. package/dist/site/components/commerce/drawer/micro.css +0 -4
  227. package/dist/site/components/header/desktop.css +0 -4
  228. package/dist/site/components/header/index.css +0 -132
  229. package/dist/site/components/header/mobile-bag-drawer.css +0 -4
  230. package/dist/site/components/header/mobile-nav-menu-ai.css +0 -132
  231. package/dist/site/components/header/mobile-nav-menu-item.css +0 -132
  232. package/dist/site/components/header/mobile-nav-menu.css +0 -132
  233. package/dist/site/components/header/mobile.css +0 -132
  234. package/dist/site/components/icons/index.css +0 -4
  235. package/dist/site/components/index.css +0 -132
  236. package/dist/site/components/not-found/index.css +0 -132
  237. package/dist/site/components/security/index.css +0 -132
  238. package/dist/site/site-def/footer/community.css +0 -4
  239. package/dist/site/site-def/footer/index.css +0 -4
  240. package/dist/site/site-def/index.css +0 -4
package/dist/chrome.cjs CHANGED
@@ -1,12 +1,14 @@
1
1
  'use client';
2
2
  'use strict';
3
3
 
4
- var React3 = require('react');
4
+ var React = require('react');
5
5
  var ui = require('@hanzo/ui');
6
6
  var lucideReact = require('lucide-react');
7
- var gui = require('@hanzo/gui');
7
+ var drawer_js = require('./drawer.js');
8
+ var identity_js = require('./identity.js');
9
+ var menu_js = require('./menu.js');
10
+ var useNarrow_js = require('./use-narrow.js');
8
11
  var jsxRuntime = require('react/jsx-runtime');
9
- var reactQuery = require('@tanstack/react-query');
10
12
 
11
13
  function _interopNamespace(e) {
12
14
  if (e && e.__esModule) return e;
@@ -26,474 +28,8 @@ function _interopNamespace(e) {
26
28
  return Object.freeze(n);
27
29
  }
28
30
 
29
- var React3__namespace = /*#__PURE__*/_interopNamespace(React3);
31
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
30
32
 
31
- var CLOSE_ICON_PATH = "M9.44 8.035a.791.791 0 0 0 1.12 0l3.802-3.803a.791.791 0 0 1 1.119 0l.287.287a.79.79 0 0 1 0 1.119L11.965 9.44a.79.79 0 0 0 0 1.118l3.803 3.803a.791.791 0 0 1 0 1.119l-.287.287a.791.791 0 0 1-1.119 0l-3.803-3.803a.79.79 0 0 0-1.118 0l-3.803 3.803a.79.79 0 0 1-1.119 0l-.287-.287a.791.791 0 0 1 0-1.119l3.803-3.803a.791.791 0 0 0 0-1.118L4.232 5.638a.791.791 0 0 1 0-1.119l.287-.287a.791.791 0 0 1 1.119 0L9.44 8.035Z";
32
- var CloseButtonFrame = gui.styled(gui.View, {
33
- name: "LuxCloseButton",
34
- render: /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", "aria-label": "Close" }),
35
- role: "button",
36
- cursor: "pointer",
37
- display: "inline-flex",
38
- alignItems: "center",
39
- justifyContent: "center",
40
- width: 20,
41
- height: 20,
42
- minWidth: 0,
43
- flexShrink: 1,
44
- padding: 0,
45
- borderRadius: 4,
46
- borderWidth: 0,
47
- overflow: "hidden",
48
- backgroundColor: "transparent",
49
- hoverStyle: {
50
- backgroundColor: "transparent"
51
- },
52
- variants: {
53
- disabled: {
54
- true: {
55
- opacity: 0.4,
56
- pointerEvents: "none"
57
- }
58
- }
59
- }
60
- });
61
- var CloseButton = React3__namespace.forwardRef(function CloseButton2(props, ref) {
62
- const { variant: _variant, size: _size, className, children, ...rest } = props;
63
- return /* @__PURE__ */ jsxRuntime.jsx(
64
- CloseButtonFrame,
65
- {
66
- ref,
67
- className,
68
- ...rest,
69
- children: children ?? /* @__PURE__ */ jsxRuntime.jsx(
70
- "svg",
71
- {
72
- width: 20,
73
- height: 20,
74
- viewBox: "0 0 20 20",
75
- fill: "none",
76
- "aria-hidden": "true",
77
- children: /* @__PURE__ */ jsxRuntime.jsx(
78
- "path",
79
- {
80
- d: CLOSE_ICON_PATH,
81
- fill: "currentColor"
82
- }
83
- )
84
- }
85
- )
86
- }
87
- );
88
- });
89
- var ink = (children, Wrap = gui.Text, props = {}) => {
90
- let hasText = false;
91
- React3.Children.forEach(children, (child) => {
92
- if (typeof child === "string" || typeof child === "number") hasText = true;
93
- });
94
- if (!hasText) return children;
95
- return React3.Children.map(children, (child) => typeof child === "string" || typeof child === "number" ? React3.createElement(Wrap, props, child) : child);
96
- };
97
- var NARROW_PX = 640;
98
- function useBelow(px) {
99
- const [below, setBelow] = React3__namespace.useState(false);
100
- React3__namespace.useEffect(() => {
101
- const mql = window.matchMedia(`(max-width: ${px - 1}px)`);
102
- const apply = () => setBelow(mql.matches);
103
- apply();
104
- mql.addEventListener("change", apply);
105
- return () => mql.removeEventListener("change", apply);
106
- }, [px]);
107
- return below;
108
- }
109
- var useIsNarrow = () => useBelow(NARROW_PX);
110
- var DrawerPlacementContext = React3__namespace.createContext("right");
111
- var DrawerSizeContext = React3__namespace.createContext("md");
112
- var DrawerStateContext = React3__namespace.createContext({
113
- open: false,
114
- setOpen: () => {
115
- },
116
- modal: true,
117
- narrow: false
118
- });
119
- var DrawerRoot = (props) => {
120
- const {
121
- children,
122
- open,
123
- defaultOpen,
124
- onOpenChange,
125
- placement = "right",
126
- modal = true,
127
- size = "md"
128
- } = props;
129
- const [uncontrolled, setUncontrolled] = React3__namespace.useState(defaultOpen ?? false);
130
- const isControlled = open !== void 0;
131
- const isOpen = isControlled ? open : uncontrolled;
132
- const narrow = useIsNarrow();
133
- const setOpen = React3__namespace.useCallback((nextOpen) => {
134
- if (!isControlled) setUncontrolled(nextOpen);
135
- onOpenChange?.({ open: nextOpen });
136
- }, [isControlled, onOpenChange]);
137
- const state = React3__namespace.useMemo(
138
- () => ({ open: isOpen, setOpen, modal, narrow }),
139
- [isOpen, setOpen, modal, narrow]
140
- );
141
- return /* @__PURE__ */ jsxRuntime.jsx(DrawerPlacementContext.Provider, { value: placement, children: /* @__PURE__ */ jsxRuntime.jsx(DrawerSizeContext.Provider, { value: size, children: /* @__PURE__ */ jsxRuntime.jsx(DrawerStateContext.Provider, { value: state, children: narrow ? children : /* @__PURE__ */ jsxRuntime.jsx(gui.Dialog, { open: isOpen, onOpenChange: setOpen, modal, children }) }) }) });
142
- };
143
- var ANCHOR = {
144
- right: { top: 0, bottom: 0, right: 0, enterStyle: { x: 24, opacity: 0 }, exitStyle: { x: 24, opacity: 0 } },
145
- left: { top: 0, bottom: 0, left: 0, enterStyle: { x: -24, opacity: 0 }, exitStyle: { x: -24, opacity: 0 } },
146
- top: { left: 0, right: 0, top: 0, enterStyle: { y: -24, opacity: 0 }, exitStyle: { y: -24, opacity: 0 } },
147
- bottom: { left: 0, right: 0, bottom: 0, enterStyle: { y: 24, opacity: 0 }, exitStyle: { y: 24, opacity: 0 } }
148
- };
149
- var ACROSS = {
150
- xs: 240,
151
- sm: 320,
152
- md: 384,
153
- lg: 480,
154
- xl: 640,
155
- full: "100%"
156
- };
157
- var extent = (placement, size) => placement === "left" || placement === "right" ? { width: ACROSS[size], maxWidth: "100%" } : { height: ACROSS[size], maxHeight: "100%" };
158
- var SCRIM = "rgba(0,0,0,0.5)";
159
- var DrawerContent = React3__namespace.forwardRef(
160
- function DrawerContent2(props, ref) {
161
- const { children, portalled = true, portalRef: _portalRef, offset: _offset, backdrop = true, ...rest } = props;
162
- const placement = React3__namespace.useContext(DrawerPlacementContext);
163
- const size = React3__namespace.useContext(DrawerSizeContext);
164
- const { open, setOpen, modal, narrow } = React3__namespace.useContext(DrawerStateContext);
165
- if (narrow) {
166
- return /* @__PURE__ */ jsxRuntime.jsxs(
167
- gui.Sheet,
168
- {
169
- open,
170
- onOpenChange: setOpen,
171
- modal,
172
- dismissOnSnapToBottom: true,
173
- snapPointsMode: "percent",
174
- snapPoints: [88],
175
- transition: "medium",
176
- children: [
177
- backdrop && /* @__PURE__ */ jsxRuntime.jsx(
178
- gui.Sheet.Overlay,
179
- {
180
- transition: "lazy",
181
- enterStyle: { opacity: 0 },
182
- exitStyle: { opacity: 0 },
183
- backgroundColor: SCRIM
184
- }
185
- ),
186
- /* @__PURE__ */ jsxRuntime.jsx(gui.Sheet.Handle, {}),
187
- /* @__PURE__ */ jsxRuntime.jsx(
188
- gui.Sheet.Frame,
189
- {
190
- unstyled: true,
191
- flexDirection: "column",
192
- borderTopLeftRadius: 16,
193
- borderTopRightRadius: 16,
194
- backgroundColor: "var(--color-drawer-bg)",
195
- shadowColor: "var(--shadow-drawer)",
196
- ...rest,
197
- children
198
- }
199
- )
200
- ]
201
- }
202
- );
203
- }
204
- const content = /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
205
- backdrop && /* @__PURE__ */ jsxRuntime.jsx(
206
- gui.Dialog.Overlay,
207
- {
208
- position: "fixed",
209
- top: 0,
210
- right: 0,
211
- bottom: 0,
212
- left: 0,
213
- zIndex: 50,
214
- backgroundColor: SCRIM,
215
- transition: "lazy",
216
- enterStyle: { opacity: 0 },
217
- exitStyle: { opacity: 0 }
218
- },
219
- "overlay"
220
- ),
221
- /* @__PURE__ */ jsxRuntime.jsx(
222
- gui.Dialog.Content,
223
- {
224
- ref,
225
- unstyled: true,
226
- position: "fixed",
227
- zIndex: 50,
228
- flexDirection: "column",
229
- backgroundColor: "var(--color-drawer-bg)",
230
- transition: "medium",
231
- ...ANCHOR[placement],
232
- ...extent(placement, size),
233
- ...rest,
234
- children
235
- },
236
- "content"
237
- )
238
- ] });
239
- return portalled ? /* @__PURE__ */ jsxRuntime.jsx(gui.Dialog.Portal, { children: content }) : content;
240
- }
241
- );
242
- React3__namespace.forwardRef(function DrawerCloseTrigger2(props, ref) {
243
- return (
244
- // Placement belongs to the surrounding box, not to the button: CloseButton
245
- // is a fixed 20px control and has no opinion about where it sits.
246
- /* @__PURE__ */ jsxRuntime.jsx(gui.View, { position: "absolute", top: 28, right: 20, zIndex: 1, children: /* @__PURE__ */ jsxRuntime.jsx(gui.Dialog.Close, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsx(CloseButton, { ref, ...props }) }) })
247
- );
248
- });
249
- var DrawerHeader = ({ children, ...props }) => /* @__PURE__ */ jsxRuntime.jsx(gui.YStack, { gap: 6, padding: 24, paddingBottom: 0, ...props, children: ink(children) });
250
- var DrawerBody = ({ children, ...props }) => /* @__PURE__ */ jsxRuntime.jsx(gui.YStack, { flex: 1, overflow: "scroll", padding: 24, ...props, children: ink(children) });
251
- var DrawerTitle = gui.Dialog.Title;
252
- gui.Dialog.Description;
253
- gui.Dialog.Close;
254
-
255
- // src/white-label.ts
256
- var LUX_BRAND = {
257
- lux: "#7000FF",
258
- zoo: "#6C5EFB",
259
- hanzo: "#EA580C",
260
- pars: "#1C3879"};
261
- var PARS_GOLD = "#C8A45C";
262
- var ORGS = {
263
- lux: {
264
- org: "lux",
265
- name: "Lux",
266
- domain: "lux.network",
267
- iamDomain: "lux.id",
268
- accent: LUX_BRAND.lux,
269
- accentForeground: "#FFFFFF"
270
- },
271
- zoo: {
272
- org: "zoo",
273
- name: "Zoo",
274
- domain: "zoo.ngo",
275
- // Zoo's issuer is `zoolabs.id` — the one row where it is not `<org>.id`,
276
- // and the one every hand-rolled branding map gets wrong. `id.zoo.network`
277
- // ANSWERS, which is why it keeps being copied around, but it is an alias:
278
- // its own discovery document advertises
279
- // issuer https://zoolabs.id
280
- // authorization_endpoint https://zoolabs.id/v1/iam/oauth/authorize
281
- // jwks_uri https://zoolabs.id/v1/iam/.well-known/jwks
282
- // so a client configured on the alias validates `iss` against a string the
283
- // IdP never emits and rejects every token it is given — the exact shape of
284
- // the lux.id outage. `zoo.id` is not an IdP at all (no discovery document).
285
- iamDomain: "zoolabs.id",
286
- accent: LUX_BRAND.zoo,
287
- accentForeground: "#FFFFFF"
288
- },
289
- bootnode: {
290
- org: "bootnode",
291
- name: "Bootnode",
292
- domain: "bootno.de",
293
- iamDomain: "id.bootno.de",
294
- accent: LUX_BRAND.lux,
295
- accentForeground: "#FFFFFF"
296
- },
297
- hanzo: {
298
- org: "hanzo",
299
- name: "Hanzo",
300
- domain: "hanzo.ai",
301
- iamDomain: "hanzo.id",
302
- accent: LUX_BRAND.hanzo,
303
- accentForeground: "#FFFFFF"
304
- },
305
- pars: {
306
- org: "pars",
307
- name: "Pars",
308
- domain: "pars.id",
309
- iamDomain: "pars.id",
310
- accent: LUX_BRAND.pars,
311
- accentForeground: PARS_GOLD
312
- }
313
- };
314
- var DOMAIN_ORG = [
315
- ["lux.network", "lux"],
316
- ["lux.cloud", "lux"],
317
- ["lux.id", "lux"],
318
- ["lux.finance", "lux"],
319
- ["lux.market", "lux"],
320
- ["lux.exchange", "lux"],
321
- ["zoo.ngo", "zoo"],
322
- ["zoo.network", "zoo"],
323
- ["zoo.cloud", "zoo"],
324
- ["zoolabs.id", "zoo"],
325
- ["hanzo.ai", "hanzo"],
326
- ["hanzo.cloud", "hanzo"],
327
- ["hanzo.id", "hanzo"],
328
- ["pars.id", "pars", "app"],
329
- ["pars.network", "pars", "app"],
330
- ["parsdao.org", "pars", "app"],
331
- ["bootno.de", "bootnode", "platform"]
332
- ];
333
- var DEFAULT_ORG = "lux";
334
- function normalizeHost(host) {
335
- const noPort = host.trim().toLowerCase().split(":")[0] ?? "";
336
- return noPort.replace(/\.$/, "");
337
- }
338
- function isUnder(host, domain) {
339
- return host === domain || host.endsWith(`.${domain}`);
340
- }
341
- function matchDomain(host) {
342
- let best;
343
- for (const entry of DOMAIN_ORG) {
344
- if (isUnder(host, entry[0]) && (!best || entry[0].length > best[0].length)) {
345
- best = entry;
346
- }
347
- }
348
- return best;
349
- }
350
- function appSlug(host, domain, pinned) {
351
- if (pinned) return pinned;
352
- const sub = host === domain ? "" : host.slice(0, -(domain.length + 1));
353
- const leftmost = sub.split(".")[0] ?? "";
354
- if (leftmost && leftmost !== "www") return leftmost;
355
- const label = domain.split(".")[0] ?? "";
356
- const tld = domain.split(".").slice(1).join(".");
357
- return tld.split(".")[0] || label;
358
- }
359
- function isLocal(host) {
360
- return host === "localhost" || host.endsWith(".localhost") || host === "127.0.0.1" || host === "0.0.0.0" || host === "[::1]" || host.endsWith(".local");
361
- }
362
- function resolveWhiteLabel(host) {
363
- const h = normalizeHost(host);
364
- const match = h ? matchDomain(h) : void 0;
365
- const org = match ? match[1] : DEFAULT_ORG;
366
- const identity = ORGS[org];
367
- const app = match ? appSlug(h, match[0], match[2]) : h && isLocal(h) ? "local" : "app";
368
- return {
369
- ...identity,
370
- host: h,
371
- app,
372
- theme: `dark_${org}`,
373
- issuer: `https://${identity.iamDomain}`,
374
- clientId: `${org}-${app}`
375
- };
376
- }
377
- new reactQuery.QueryClient({
378
- defaultOptions: { queries: { refetchOnWindowFocus: false, retry: 1, staleTime: 3e4 } }
379
- });
380
- var WhiteLabelContext = React3__namespace.default.createContext(resolveWhiteLabel(""));
381
- var useWhiteLabel = () => React3__namespace.default.useContext(WhiteLabelContext);
382
- var IdentityContext = React3__namespace.createContext(null);
383
- function useIdentity() {
384
- const ctx = React3__namespace.useContext(IdentityContext);
385
- const whiteLabel = useWhiteLabel();
386
- const fallback = React3__namespace.useMemo(() => ({
387
- status: "anonymous",
388
- account: null,
389
- orgs: [],
390
- org: null,
391
- projects: [],
392
- project: null,
393
- error: null,
394
- whiteLabel,
395
- setOrg: () => void 0,
396
- setProject: () => void 0,
397
- signIn: () => {
398
- if (typeof window !== "undefined") window.location.assign("/login");
399
- },
400
- signOut: () => void 0,
401
- reload: () => void 0
402
- }), [whiteLabel]);
403
- return ctx ?? fallback;
404
- }
405
- var ITEM_HOVER = "var(--color-popover-item-hover)";
406
- var TEXT = "var(--color-text-primary)";
407
- var ROW = {
408
- position: "relative",
409
- flexDirection: "row",
410
- alignItems: "center",
411
- cursor: "pointer",
412
- userSelect: "none",
413
- borderRadius: 6,
414
- fontSize: 14,
415
- backgroundColor: "transparent",
416
- hoverStyle: { backgroundColor: ITEM_HOVER },
417
- focusStyle: { backgroundColor: ITEM_HOVER }
418
- };
419
- var MenuRoot = ({
420
- children,
421
- open,
422
- defaultOpen,
423
- onOpenChange,
424
- positioning,
425
- modal = true
426
- }) => /* @__PURE__ */ jsxRuntime.jsx(
427
- gui.Menu,
428
- {
429
- open,
430
- defaultOpen,
431
- onOpenChange: onOpenChange ? (isOpen) => onOpenChange({ open: isOpen }) : void 0,
432
- modal,
433
- placement: positioning?.placement ?? "bottom-start",
434
- offset: positioning?.offset?.mainAxis ?? 4,
435
- children
436
- }
437
- );
438
- var MenuTrigger = ({ asChild = false, ...rest }) => /* @__PURE__ */ jsxRuntime.jsx(gui.Menu.Trigger, { asChild, ...rest });
439
- var MenuContent = ({
440
- portalled = true,
441
- minW,
442
- children,
443
- ...rest
444
- }) => {
445
- const content = /* @__PURE__ */ jsxRuntime.jsx(
446
- gui.Menu.Content,
447
- {
448
- unstyled: true,
449
- zIndex: 50,
450
- minWidth: minW ?? 128,
451
- overflow: "hidden",
452
- borderRadius: 8,
453
- padding: 4,
454
- borderWidth: 1,
455
- borderColor: "var(--color-popover-border)",
456
- backgroundColor: "var(--color-popover-bg)",
457
- transition: "quick",
458
- enterStyle: { opacity: 0, scale: 0.95 },
459
- exitStyle: { opacity: 0, scale: 0.95 },
460
- ...rest,
461
- children
462
- }
463
- );
464
- return portalled ? /* @__PURE__ */ jsxRuntime.jsx(gui.Menu.Portal, { children: content }) : content;
465
- };
466
- var MenuItem = ({ children, value: _value, asChild, ...rest }) => (
467
- // `asChild` means the caller brought its own element and owns the look. Its
468
- // props are then forwarded to that element verbatim, so the skin must NOT be
469
- // applied: `unstyled` and friends are not DOM attributes and React rejects
470
- // them out loud ("Received `true` for a non-boolean attribute `unstyled`").
471
- // Two shapes, said once, rather than one shape that is wrong in one of them.
472
- asChild ? /* @__PURE__ */ jsxRuntime.jsx(gui.Menu.Item, { asChild: true, ...rest, children }) : /* @__PURE__ */ jsxRuntime.jsx(
473
- gui.Menu.Item,
474
- {
475
- unstyled: true,
476
- ...ROW,
477
- gap: 8,
478
- paddingHorizontal: 8,
479
- paddingVertical: 6,
480
- disabledStyle: { opacity: 0.5, pointerEvents: "none" },
481
- ...rest,
482
- children: ink(children, void 0, { fontSize: 14, color: TEXT })
483
- }
484
- )
485
- );
486
- var MenuSeparator = (props) => /* @__PURE__ */ jsxRuntime.jsx(
487
- gui.Menu.Separator,
488
- {
489
- unstyled: true,
490
- height: 1,
491
- marginVertical: 4,
492
- marginHorizontal: -4,
493
- backgroundColor: "var(--color-border-divider)",
494
- ...props
495
- }
496
- );
497
33
  function initials(label) {
498
34
  return label.split(/[\s._-]+/).filter(Boolean).map((w) => w[0]).join("").slice(0, 2).toUpperCase();
499
35
  }
@@ -528,7 +64,7 @@ var Row = ({ item, onDone, menu }) => {
528
64
  className
529
65
  };
530
66
  const control = item.href ? /* @__PURE__ */ jsxRuntime.jsx("a", { href: item.href, ...shared, onClick: onDone, children: body }) : /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", ...shared, onClick: activate, children: body });
531
- return menu ? /* @__PURE__ */ jsxRuntime.jsx(MenuItem, { value: item.id, asChild: true, children: control }) : control;
67
+ return menu ? /* @__PURE__ */ jsxRuntime.jsx(menu_js.MenuItem, { value: item.id, asChild: true, children: control }) : control;
532
68
  };
533
69
  var Switcher = ({
534
70
  title,
@@ -544,9 +80,9 @@ var Switcher = ({
544
80
  align = "start",
545
81
  testId
546
82
  }) => {
547
- const [open, setOpen] = React3__namespace.useState(false);
548
- const narrow = useIsNarrow();
549
- const close = React3__namespace.useCallback(() => setOpen(false), []);
83
+ const [open, setOpen] = React__namespace.useState(false);
84
+ const narrow = useNarrow_js.useIsNarrow();
85
+ const close = React__namespace.useCallback(() => setOpen(false), []);
550
86
  const message = status === "loading" ? "Loading\u2026" : status === "error" ? error ?? "Could not reach IAM." : status === "anonymous" ? null : items.length === 0 ? empty : null;
551
87
  const rows = status === "anonymous" && onSignIn ? [{ id: "sign-in", label: signInLabel, icon: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.User, { "aria-hidden": "true", style: ui.css("h-4 w-4") }), onSelect: onSignIn }] : status === "ready" ? items : [];
552
88
  const panel = (menu) => /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
@@ -554,7 +90,7 @@ var Switcher = ({
554
90
  message ? /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { "data-testid": "chrome-message", className: "px-2 py-2 text-sm opacity-70", children: message }) : null,
555
91
  rows.map((item) => /* @__PURE__ */ jsxRuntime.jsx(Row, { item, onDone: close, menu }, item.id)),
556
92
  footer.length > 0 ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
557
- menu ? /* @__PURE__ */ jsxRuntime.jsx(MenuSeparator, { ...ui.sx("my-1 h-px bg-[var(--color-border-divider,rgba(127,127,127,0.25))]") }) : /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "my-1 h-px bg-[var(--color-border-divider,rgba(127,127,127,0.25))]" }),
93
+ menu ? /* @__PURE__ */ jsxRuntime.jsx(menu_js.MenuSeparator, { ...ui.sx("my-1 h-px bg-[var(--color-border-divider,rgba(127,127,127,0.25))]") }) : /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "my-1 h-px bg-[var(--color-border-divider,rgba(127,127,127,0.25))]" }),
558
94
  footer.map((item) => /* @__PURE__ */ jsxRuntime.jsx(Row, { item, onDone: close, menu }, item.id))
559
95
  ] }) : null
560
96
  ] });
@@ -579,29 +115,29 @@ var Switcher = ({
579
115
  }
580
116
  );
581
117
  if (narrow) {
582
- return /* @__PURE__ */ jsxRuntime.jsxs(DrawerRoot, { open, onOpenChange: (d) => setOpen(d.open), placement: "bottom", size: "md", children: [
583
- React3__namespace.cloneElement(trigger, { onClick: () => setOpen(true) }),
584
- /* @__PURE__ */ jsxRuntime.jsxs(DrawerContent, { "data-testid": testId ? `${testId}-panel` : void 0, children: [
585
- /* @__PURE__ */ jsxRuntime.jsx(DrawerHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(DrawerTitle, { children: title }) }),
586
- /* @__PURE__ */ jsxRuntime.jsx(DrawerBody, { children: panel(false) })
118
+ return /* @__PURE__ */ jsxRuntime.jsxs(drawer_js.DrawerRoot, { open, onOpenChange: (d) => setOpen(d.open), placement: "bottom", size: "md", children: [
119
+ React__namespace.cloneElement(trigger, { onClick: () => setOpen(true) }),
120
+ /* @__PURE__ */ jsxRuntime.jsxs(drawer_js.DrawerContent, { "data-testid": testId ? `${testId}-panel` : void 0, children: [
121
+ /* @__PURE__ */ jsxRuntime.jsx(drawer_js.DrawerHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(drawer_js.DrawerTitle, { children: title }) }),
122
+ /* @__PURE__ */ jsxRuntime.jsx(drawer_js.DrawerBody, { children: panel(false) })
587
123
  ] })
588
124
  ] });
589
125
  }
590
126
  return /* @__PURE__ */ jsxRuntime.jsxs(
591
- MenuRoot,
127
+ menu_js.MenuRoot,
592
128
  {
593
129
  open,
594
130
  onOpenChange: (d) => setOpen(d.open),
595
131
  positioning: { placement: align === "end" ? "bottom-end" : "bottom-start" },
596
132
  children: [
597
- /* @__PURE__ */ jsxRuntime.jsx(MenuTrigger, { asChild: true, children: trigger }),
598
- /* @__PURE__ */ jsxRuntime.jsx(MenuContent, { minW: "16rem", "data-testid": testId ? `${testId}-panel` : void 0, children: panel(true) })
133
+ /* @__PURE__ */ jsxRuntime.jsx(menu_js.MenuTrigger, { asChild: true, children: trigger }),
134
+ /* @__PURE__ */ jsxRuntime.jsx(menu_js.MenuContent, { minW: "16rem", "data-testid": testId ? `${testId}-panel` : void 0, children: panel(true) })
599
135
  ]
600
136
  }
601
137
  );
602
138
  };
603
139
  var OrgSwitcher = () => {
604
- const id = useIdentity();
140
+ const id = identity_js.useIdentity();
605
141
  return /* @__PURE__ */ jsxRuntime.jsx(
606
142
  Switcher,
607
143
  {
@@ -625,7 +161,7 @@ var OrgSwitcher = () => {
625
161
  );
626
162
  };
627
163
  var ProjectSwitcher = () => {
628
- const id = useIdentity();
164
+ const id = identity_js.useIdentity();
629
165
  if (id.status === "ready" && id.projects.length === 0) return null;
630
166
  return /* @__PURE__ */ jsxRuntime.jsx(
631
167
  Switcher,
@@ -649,7 +185,7 @@ var ProjectSwitcher = () => {
649
185
  );
650
186
  };
651
187
  var UserMenu = ({ items = [] }) => {
652
- const id = useIdentity();
188
+ const id = identity_js.useIdentity();
653
189
  const who = id.account?.displayName || id.account?.email || id.account?.name || "Account";
654
190
  return /* @__PURE__ */ jsxRuntime.jsx(
655
191
  Switcher,
@@ -694,9 +230,9 @@ var AppNav = ({
694
230
  userItems,
695
231
  children
696
232
  }) => {
697
- const id = useIdentity();
698
- const narrow = useIsNarrow();
699
- const [menu, setMenu] = React3__namespace.useState(false);
233
+ const id = identity_js.useIdentity();
234
+ const narrow = useNarrow_js.useIsNarrow();
235
+ const [menu, setMenu] = React__namespace.useState(false);
700
236
  return /* @__PURE__ */ jsxRuntime.jsx(
701
237
  ui.Box,
702
238
  {
@@ -704,7 +240,7 @@ var AppNav = ({
704
240
  "data-testid": "app-nav",
705
241
  className: "sticky top-0 z-50 border-b border-[var(--color-border-divider,rgba(127,127,127,0.25))] bg-[var(--color-bg-body,inherit)]",
706
242
  children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "mx-auto flex h-14 max-w-7xl items-center gap-2 px-4", children: [
707
- narrow && links.length > 0 ? /* @__PURE__ */ jsxRuntime.jsxs(DrawerRoot, { open: menu, onOpenChange: (d) => setMenu(d.open), placement: "bottom", size: "md", children: [
243
+ narrow && links.length > 0 ? /* @__PURE__ */ jsxRuntime.jsxs(drawer_js.DrawerRoot, { open: menu, onOpenChange: (d) => setMenu(d.open), placement: "bottom", size: "md", children: [
708
244
  /* @__PURE__ */ jsxRuntime.jsx(
709
245
  ui.Box,
710
246
  {
@@ -717,9 +253,9 @@ var AppNav = ({
717
253
  children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Menu, { "aria-hidden": "true", style: ui.css("h-5 w-5") })
718
254
  }
719
255
  ),
720
- /* @__PURE__ */ jsxRuntime.jsxs(DrawerContent, { "data-testid": "nav-menu-panel", children: [
721
- /* @__PURE__ */ jsxRuntime.jsx(DrawerHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(DrawerTitle, { children: "Menu" }) }),
722
- /* @__PURE__ */ jsxRuntime.jsx(DrawerBody, { children: links.map((l) => /* @__PURE__ */ jsxRuntime.jsx(
256
+ /* @__PURE__ */ jsxRuntime.jsxs(drawer_js.DrawerContent, { "data-testid": "nav-menu-panel", children: [
257
+ /* @__PURE__ */ jsxRuntime.jsx(drawer_js.DrawerHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(drawer_js.DrawerTitle, { children: "Menu" }) }),
258
+ /* @__PURE__ */ jsxRuntime.jsx(drawer_js.DrawerBody, { children: links.map((l) => /* @__PURE__ */ jsxRuntime.jsx(
723
259
  ui.Box,
724
260
  {
725
261
  tag: "a",