@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
@@ -1,13 +1,15 @@
1
1
  'use client';
2
2
  'use strict';
3
3
 
4
- var React8 = 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 badge_cjs = require('./badge.cjs');
8
+ var button_cjs = require('./button.cjs');
9
+ var codeSnippet_cjs = require('./code-snippet.cjs');
10
+ var separator_cjs = require('./separator.cjs');
11
+ var toggle_cjs = require('./toggle.cjs');
8
12
  var jsxRuntime = require('react/jsx-runtime');
9
- var usehooks = require('@uidotdev/usehooks');
10
- var shiki = require('shiki');
11
13
 
12
14
  function _interopNamespace(e) {
13
15
  if (e && e.__esModule) return e;
@@ -27,962 +29,8 @@ function _interopNamespace(e) {
27
29
  return Object.freeze(n);
28
30
  }
29
31
 
30
- var React8__namespace = /*#__PURE__*/_interopNamespace(React8);
32
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
31
33
 
32
- var SKELETON_CLASSES = "lux-skeleton rounded-sm";
33
- var Skeleton = React8__namespace.forwardRef(
34
- function Skeleton2(props, ref) {
35
- const { loading = true, asChild, className, children, style, ...rest } = props;
36
- if (!loading) {
37
- if (asChild && React8__namespace.isValidElement(children)) return children;
38
- return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { ref, className, style, ...rest, children });
39
- }
40
- return /* @__PURE__ */ jsxRuntime.jsx(
41
- "div",
42
- {
43
- ref,
44
- "data-loading": true,
45
- ...ui.sx(
46
- SKELETON_CLASSES,
47
- asChild || children ? "[&_*]:invisible" : "min-h-5",
48
- className
49
- ),
50
- style,
51
- ...rest,
52
- children
53
- }
54
- );
55
- }
56
- );
57
- React8__namespace.forwardRef(
58
- function SkeletonCircle2(props, ref) {
59
- const { size = 40, loading = true, className, ...rest } = props;
60
- const dimension = typeof size === "number" ? `${size}px` : size;
61
- return /* @__PURE__ */ jsxRuntime.jsx(
62
- Skeleton,
63
- {
64
- ref,
65
- loading,
66
- ...ui.sx("rounded-full shrink-0", className),
67
- style: { width: dimension, height: dimension, ...rest.style },
68
- ...rest
69
- }
70
- );
71
- }
72
- );
73
- React8__namespace.forwardRef(
74
- function SkeletonText2(props, ref) {
75
- const { noOfLines = 3, loading = true, className, ...rest } = props;
76
- return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { ref, className: ui.cn("flex w-full flex-col gap-2", className), ...rest, children: Array.from({ length: noOfLines }).map((_, index) => /* @__PURE__ */ jsxRuntime.jsx(
77
- Skeleton,
78
- {
79
- loading,
80
- ...ui.sx(ui.cn("h-4", index === noOfLines - 1 && "max-w-[80%]"))
81
- },
82
- index
83
- )) });
84
- }
85
- );
86
- var ink = (children, Wrap = gui.Text, props = {}) => {
87
- let hasText = false;
88
- React8.Children.forEach(children, (child) => {
89
- if (typeof child === "string" || typeof child === "number") hasText = true;
90
- });
91
- if (!hasText) return children;
92
- return React8.Children.map(children, (child) => typeof child === "string" || typeof child === "number" ? React8.createElement(Wrap, props, child) : child);
93
- };
94
- var TOUCH_PX = 1024;
95
- function useBelow(px) {
96
- const [below, setBelow] = React8__namespace.useState(false);
97
- React8__namespace.useEffect(() => {
98
- const mql = window.matchMedia(`(max-width: ${px - 1}px)`);
99
- const apply = () => setBelow(mql.matches);
100
- apply();
101
- mql.addEventListener("change", apply);
102
- return () => mql.removeEventListener("change", apply);
103
- }, [px]);
104
- return below;
105
- }
106
- var useIsTouch = () => useBelow(TOUCH_PX);
107
- function mapPlacement(p) {
108
- if (!p) return void 0;
109
- return p;
110
- }
111
- var Tooltip = React8__namespace.forwardRef(
112
- function Tooltip2(props, ref) {
113
- const {
114
- showArrow: showArrowProp,
115
- onOpenChange,
116
- variant,
117
- selected,
118
- children,
119
- disabled,
120
- disableOnMobile,
121
- content,
122
- contentProps,
123
- defaultOpen = false,
124
- triggerProps,
125
- closeDelay = 100,
126
- openDelay = 100,
127
- interactive,
128
- positioning
129
- } = props;
130
- const [open, setOpen] = React8__namespace.useState(defaultOpen);
131
- const timeoutRef = React8__namespace.useRef(null);
132
- const isMobile = useIsTouch();
133
- const handleOpenChange = React8__namespace.useCallback((nextOpen) => {
134
- setOpen(nextOpen);
135
- onOpenChange?.({ open: nextOpen });
136
- }, [onOpenChange]);
137
- const handleOpenChangeManual = React8__namespace.useCallback((nextOpen) => {
138
- timeoutRef.current && window.clearTimeout(timeoutRef.current);
139
- timeoutRef.current = window.setTimeout(() => {
140
- setOpen(nextOpen);
141
- onOpenChange?.({ open: nextOpen });
142
- }, nextOpen ? openDelay : closeDelay);
143
- }, [closeDelay, openDelay, onOpenChange]);
144
- const handleClickAway = React8__namespace.useCallback(() => {
145
- if (open) handleOpenChangeManual(false);
146
- }, [open, handleOpenChangeManual]);
147
- const triggerRef = usehooks.useClickAway(handleClickAway);
148
- const handleTriggerClick = React8__namespace.useCallback(() => {
149
- handleOpenChangeManual(!open);
150
- }, [handleOpenChangeManual, open]);
151
- const handleContentClick = React8__namespace.useCallback((event) => {
152
- event.stopPropagation();
153
- if (interactive) {
154
- const closestLink = event.target?.closest("a");
155
- if (closestLink) {
156
- handleOpenChangeManual(false);
157
- }
158
- }
159
- }, [interactive, handleOpenChangeManual]);
160
- React8__namespace.useEffect(() => {
161
- return () => {
162
- if (timeoutRef.current) {
163
- clearTimeout(timeoutRef.current);
164
- }
165
- };
166
- }, []);
167
- if (disabled || disableOnMobile && isMobile) return children;
168
- const defaultShowArrow = variant === "popover" ? false : true;
169
- const showArrow = showArrowProp !== void 0 ? showArrowProp : defaultShowArrow;
170
- const isPopover = variant === "popover";
171
- const placement = mapPlacement(positioning?.placement) ?? "top";
172
- const offset = positioning?.offset?.mainAxis ?? 4;
173
- return /* @__PURE__ */ jsxRuntime.jsx(gui.TooltipGroup, { delay: openDelay, children: /* @__PURE__ */ jsxRuntime.jsxs(
174
- gui.Tooltip,
175
- {
176
- open,
177
- onOpenChange: handleOpenChange,
178
- delay: { open: openDelay, close: closeDelay },
179
- placement,
180
- offset,
181
- unstyled: true,
182
- children: [
183
- /* @__PURE__ */ jsxRuntime.jsx(
184
- gui.Tooltip.Trigger,
185
- {
186
- ref: triggerRef,
187
- asChild: true,
188
- ...isMobile ? { onClick: handleTriggerClick } : {},
189
- ...triggerProps,
190
- children
191
- }
192
- ),
193
- /* @__PURE__ */ jsxRuntime.jsxs(
194
- gui.Tooltip.Content,
195
- {
196
- ref,
197
- unstyled: true,
198
- zIndex: 9999,
199
- overflow: "hidden",
200
- borderRadius: 8,
201
- paddingHorizontal: 12,
202
- paddingVertical: 8,
203
- maxWidth: isPopover ? 384 : 320,
204
- backgroundColor: isPopover ? "var(--color-popover-bg)" : "var(--color-tooltip-bg)",
205
- transition: "quick",
206
- enterStyle: { opacity: 0, scale: 0.95 },
207
- exitStyle: { opacity: 0, scale: 0.95 },
208
- ...isPopover ? {
209
- borderWidth: 1,
210
- borderColor: "var(--color-border-divider)",
211
- shadowColor: "var(--shadow-popover)"
212
- } : {},
213
- onClick: interactive ? handleContentClick : void 0,
214
- ...selected ? { "data-selected": true } : {},
215
- ...contentProps,
216
- children: [
217
- showArrow && /* @__PURE__ */ jsxRuntime.jsx(
218
- gui.Tooltip.Arrow,
219
- {
220
- unstyled: true,
221
- backgroundColor: isPopover ? "var(--color-popover-bg)" : "var(--color-tooltip-bg)"
222
- }
223
- ),
224
- ink(content, void 0, {
225
- fontSize: 14,
226
- color: isPopover ? "var(--color-text-primary)" : "var(--color-tooltip-fg)"
227
- })
228
- ]
229
- }
230
- )
231
- ]
232
- }
233
- ) });
234
- }
235
- );
236
- function TruncatedTextTooltip({ label, children }) {
237
- return /* @__PURE__ */ jsxRuntime.jsx(Tooltip, { content: label, positioning: { placement: "top" }, children });
238
- }
239
- var SIZE = {
240
- sm: { padding: 4, height: 18, minHeight: 18 },
241
- md: { paddingHorizontal: 4, paddingVertical: 2, minHeight: 24 },
242
- lg: { paddingHorizontal: 8, paddingVertical: 4, minHeight: 28 }
243
- };
244
- var SIZE_TEXT = {
245
- sm: { fontSize: 12, fontWeight: "500" },
246
- md: { fontSize: 14, fontWeight: "500" },
247
- lg: { fontSize: 14, fontWeight: "600" }
248
- };
249
- var COLOR_PALETTE = {
250
- gray: { bg: "var(--color-badge-gray-bg)", fg: "var(--color-badge-gray-fg)" },
251
- green: { bg: "var(--color-badge-green-bg)", fg: "var(--color-badge-green-fg)" },
252
- red: { bg: "var(--color-badge-red-bg)", fg: "var(--color-badge-red-fg)" },
253
- purple: { bg: "var(--color-badge-purple-bg)", fg: "var(--color-badge-purple-fg)" },
254
- orange: { bg: "var(--color-badge-orange-bg)", fg: "var(--color-badge-orange-fg)" },
255
- blue: { bg: "var(--color-badge-blue-bg)", fg: "var(--color-badge-blue-fg)" },
256
- yellow: { bg: "var(--color-badge-yellow-bg)", fg: "var(--color-badge-yellow-fg)" },
257
- teal: { bg: "var(--color-badge-teal-bg)", fg: "var(--color-badge-teal-fg)" },
258
- cyan: { bg: "var(--color-badge-cyan-bg)", fg: "var(--color-badge-cyan-fg)" },
259
- pink: { bg: "var(--color-badge-pink-bg)", fg: "var(--color-badge-pink-fg)" },
260
- purple_alt: { bg: "var(--color-badge-purple-alt-bg)", fg: "var(--color-badge-purple-alt-fg)" },
261
- blue_alt: { bg: "var(--color-badge-blue-alt-bg)", fg: "var(--color-badge-blue-alt-fg)" },
262
- bright_gray: { bg: "var(--color-badge-bright-gray-bg)", fg: "var(--color-badge-bright-gray-fg)" },
263
- bright_green: { bg: "var(--color-badge-bright-green-bg)", fg: "var(--color-badge-bright-green-fg)" },
264
- bright_red: { bg: "var(--color-badge-bright-red-bg)", fg: "var(--color-badge-bright-red-fg)" },
265
- bright_blue: { bg: "var(--color-badge-bright-blue-bg)", fg: "var(--color-badge-bright-blue-fg)" },
266
- bright_yellow: { bg: "var(--color-badge-bright-yellow-bg)", fg: "var(--color-badge-bright-yellow-fg)" },
267
- bright_teal: { bg: "var(--color-badge-bright-teal-bg)", fg: "var(--color-badge-bright-teal-fg)" },
268
- bright_cyan: { bg: "var(--color-badge-bright-cyan-bg)", fg: "var(--color-badge-bright-cyan-fg)" },
269
- bright_orange: { bg: "var(--color-badge-bright-orange-bg)", fg: "var(--color-badge-bright-orange-fg)" },
270
- bright_purple: { bg: "var(--color-badge-bright-purple-bg)", fg: "var(--color-badge-bright-purple-fg)" },
271
- bright_pink: { bg: "var(--color-badge-bright-pink-bg)", fg: "var(--color-badge-bright-pink-fg)" }
272
- };
273
- var TONE = {
274
- subtle: (p) => ({ backgroundColor: p.bg, color: p.fg, borderWidth: 0 }),
275
- solid: (p) => ({ backgroundColor: p.fg, color: p.bg, borderWidth: 0 }),
276
- outline: (p) => ({
277
- backgroundColor: "transparent",
278
- color: p.fg,
279
- borderWidth: 1,
280
- borderColor: p.fg
281
- })
282
- };
283
- var Badge = React8__namespace.default.forwardRef(
284
- function Badge2(props, ref) {
285
- const {
286
- loading,
287
- startElement,
288
- children,
289
- truncated = false,
290
- endElement,
291
- variant = "subtle",
292
- size = "md",
293
- colorPalette = "gray",
294
- className,
295
- style: badgeStyle,
296
- ...rest
297
- } = props;
298
- const palette = COLOR_PALETTE[colorPalette];
299
- const tone = TONE[variant](palette);
300
- const child = children ? (
301
- // `ellipsis` is gui Text's own built-in variant for single-line
302
- // truncation — it expands to the same overflow/text-overflow/
303
- // white-space/max-width rule Tailwind's `text-ellipsis` did, but
304
- // through the component's own variants (guaranteed to compile),
305
- // rather than naming each longhand as a separate style prop.
306
- /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { ellipsis: true, ...SIZE_TEXT[size], color: tone.color, children })
307
- ) : null;
308
- const childrenElement = truncated ? /* @__PURE__ */ jsxRuntime.jsx(TruncatedTextTooltip, { label: children, children: child }) : child;
309
- const badgeElement = /* @__PURE__ */ jsxRuntime.jsxs(
310
- gui.XStack,
311
- {
312
- ref,
313
- render: /* @__PURE__ */ jsxRuntime.jsx("span", {}),
314
- display: "inline-flex",
315
- alignItems: "center",
316
- alignSelf: "flex-start",
317
- borderRadius: 2,
318
- gap: 4,
319
- maxWidth: "100%",
320
- userSelect: "text",
321
- ...SIZE[size],
322
- ...tone,
323
- className,
324
- style: badgeStyle,
325
- ...rest,
326
- children: [
327
- startElement,
328
- childrenElement,
329
- endElement
330
- ]
331
- }
332
- );
333
- if (loading) {
334
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading, asChild: true, children: badgeElement });
335
- }
336
- return badgeElement;
337
- }
338
- );
339
- var SpinnerFrame = gui.styled(gui.View, {
340
- name: "ButtonSpinner",
341
- render: /* @__PURE__ */ jsxRuntime.jsx("span", {}),
342
- width: 16,
343
- height: 16,
344
- borderRadius: 1e3,
345
- borderWidth: 2,
346
- borderColor: "currentColor",
347
- borderBottomColor: "transparent",
348
- borderLeftColor: "transparent"
349
- });
350
- function Spinner({ className }) {
351
- return /* @__PURE__ */ jsxRuntime.jsx(
352
- SpinnerFrame,
353
- {
354
- role: "status",
355
- "aria-label": "Loading",
356
- className: [
357
- "animate-spin",
358
- className
359
- ].filter(Boolean).join(" ")
360
- }
361
- );
362
- }
363
- var ButtonFrame = gui.styled(gui.View, {
364
- name: "LuxButton",
365
- render: /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button" }),
366
- role: "button",
367
- tabIndex: 0,
368
- cursor: "pointer",
369
- userSelect: "none",
370
- display: "inline-flex",
371
- alignItems: "center",
372
- justifyContent: "center",
373
- gap: 0,
374
- overflow: "hidden",
375
- borderRadius: 6,
376
- // Whitespace nowrap via className since hanzogui doesn't have a direct token
377
- // Transition via className
378
- variants: {
379
- size: {
380
- "2xs": { paddingHorizontal: 8, height: 20, minWidth: 20, fontSize: 12, borderRadius: 4, gap: 4 },
381
- xs: { paddingHorizontal: 8, height: 24, minWidth: 24, fontSize: 14, borderRadius: 4, gap: 4 },
382
- sm: { paddingHorizontal: 12, height: 32, minWidth: 32, fontSize: 14, borderRadius: 6, gap: 4 },
383
- md: { paddingHorizontal: 12, height: 40, minWidth: 40, fontSize: 16, borderRadius: 6, gap: 8 }
384
- },
385
- disabled: {
386
- true: {
387
- opacity: 0.2,
388
- cursor: "not-allowed",
389
- pointerEvents: "none"
390
- }
391
- }
392
- },
393
- defaultVariants: {
394
- size: "md"
395
- }
396
- });
397
- var VARIANT_CLASSES = {
398
- solid: [
399
- "bg-[var(--color-button-solid-bg)] text-[var(--color-button-solid-text)]",
400
- "hover:bg-[var(--color-hover)]",
401
- "data-[expanded]:bg-[var(--color-hover)]"
402
- ].join(" "),
403
- solid_danger: [
404
- "bg-[var(--color-button-danger-bg)] text-[var(--color-button-danger-fg)]",
405
- "hover:bg-[var(--color-button-danger-bg-hover)]",
406
- "data-[expanded]:bg-[var(--color-button-danger-bg-hover)]"
407
- ].join(" "),
408
- outline: [
409
- "border-2 border-solid bg-transparent",
410
- "text-[var(--color-button-outline-fg)] border-[var(--color-button-outline-fg)]",
411
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]"
412
- ].join(" "),
413
- outline_danger: [
414
- "border-2 border-solid bg-transparent",
415
- "text-[var(--color-button-danger-bg)] border-[var(--color-button-danger-bg)]",
416
- "hover:bg-transparent hover:text-[var(--color-button-danger-bg-hover)] hover:border-[var(--color-button-danger-bg-hover)]"
417
- ].join(" "),
418
- dropdown: [
419
- "border-2 border-solid bg-transparent",
420
- "text-[var(--color-button-dropdown-fg)] border-[var(--color-button-dropdown-border)]",
421
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
422
- "data-[expanded]:bg-transparent data-[expanded]:text-[var(--color-hover)] data-[expanded]:border-[var(--color-hover)]",
423
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
424
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
425
- "data-[selected]:hover:text-[var(--color-hover)] data-[selected]:hover:border-transparent",
426
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
427
- ].join(" "),
428
- header: [
429
- "bg-transparent border-2 border-solid",
430
- "text-[var(--color-button-header-fg)] border-[var(--color-button-header-border)]",
431
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
432
- "data-[selected]:bg-[var(--color-button-header-bg-selected)]",
433
- "data-[selected]:text-[var(--color-button-header-fg-selected)] data-[selected]:border-transparent data-[selected]:border-0",
434
- "data-[selected]:hover:bg-[var(--color-button-header-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
435
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
436
- "data-[selected]:data-[highlighted]:bg-[var(--color-button-header-bg-highlighted)]",
437
- "data-[selected]:data-[highlighted]:text-[var(--color-button-header-fg-highlighted)]",
438
- "data-[selected]:data-[highlighted]:border-transparent data-[selected]:data-[highlighted]:border-0",
439
- "data-[selected]:data-[highlighted]:hover:bg-[var(--color-button-header-bg-highlighted)]",
440
- "data-[selected]:data-[highlighted]:hover:text-[var(--color-hover)]",
441
- "data-[selected]:data-[highlighted]:data-[expanded]:text-[var(--color-hover)]"
442
- ].join(" "),
443
- hero: [
444
- "bg-[var(--color-button-hero-bg)] text-[var(--color-button-hero-fg)]",
445
- "hover:bg-[var(--color-button-hero-bg-hover)] hover:text-[var(--color-button-hero-fg-hover)]",
446
- "data-[selected]:bg-[var(--color-button-hero-bg-selected)] data-[selected]:text-[var(--color-button-hero-fg-selected)]",
447
- "data-[selected]:hover:bg-[var(--color-button-hero-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
448
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
449
- ].join(" "),
450
- segmented: [
451
- "bg-transparent border-2 border-solid rounded-none",
452
- "text-[var(--color-button-segmented-fg)] border-[var(--color-selected-control-bg)]",
453
- "hover:text-[var(--color-hover)]",
454
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
455
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-selected-control-text)]",
456
- "[&:not(:last-child)]:border-r-0 data-[selected]:[&:not(:last-child)]:border-r-2",
457
- "data-[selected]+*:border-l-0",
458
- "first:rounded-l-md last:rounded-r-md"
459
- ].join(" "),
460
- plain: "bg-transparent text-inherit border-none hover:bg-transparent",
461
- subtle: [
462
- "bg-[var(--color-button-subtle-bg)] text-[var(--color-button-subtle-fg)]",
463
- "hover:bg-[var(--color-button-subtle-bg)] hover:text-[var(--color-hover)]",
464
- "disabled:bg-[var(--color-button-subtle-bg)] disabled:text-[var(--color-button-subtle-fg)]"
465
- ].join(" "),
466
- link: [
467
- "bg-transparent text-[var(--color-link-primary)] border-none font-normal",
468
- "px-0 h-auto",
469
- "hover:bg-transparent hover:text-[var(--color-link-primary-hover)]",
470
- "disabled:text-[var(--color-text-secondary)]"
471
- ].join(" "),
472
- icon_secondary: [
473
- "bg-transparent text-[var(--color-icon-secondary)] border-none",
474
- "hover:text-[var(--color-hover)]",
475
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
476
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
477
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
478
- "data-[expanded]:text-[var(--color-hover)]"
479
- ].join(" "),
480
- icon_background: [
481
- "bg-[var(--color-button-icon-background-bg)] text-[var(--color-icon-secondary)] border-none",
482
- "hover:text-[var(--color-hover)]",
483
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
484
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
485
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
486
- "data-[expanded]:text-[var(--color-hover)]"
487
- ].join(" "),
488
- pagination: [
489
- "border-2 border-solid bg-transparent",
490
- "text-[var(--color-button-pagination-fg)] border-[var(--color-button-pagination-border)]",
491
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
492
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
493
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
494
- "data-[selected]:hover:text-[var(--color-selected-control-text)] data-[selected]:hover:border-transparent"
495
- ].join(" ")
496
- };
497
- var BASE_CLASSES = "font-semibold whitespace-nowrap transition-colors duration-150";
498
- var SP = 4;
499
- function buildShimStyle(props) {
500
- const s = { ...props.style };
501
- if (props.mt !== void 0) s.marginTop = typeof props.mt === "number" ? `${props.mt * SP}px` : props.mt;
502
- if (props.ml !== void 0) s.marginLeft = typeof props.ml === "number" ? `${props.ml * SP}px` : props.ml;
503
- if (props.mr !== void 0) s.marginRight = typeof props.mr === "number" ? `${props.mr * SP}px` : props.mr;
504
- if (props.px !== void 0) {
505
- const v = typeof props.px === "number" ? `${props.px * SP}px` : props.px;
506
- s.paddingLeft = v;
507
- s.paddingRight = v;
508
- }
509
- if (props.py !== void 0) {
510
- const v = typeof props.py === "number" ? `${props.py * SP}px` : props.py;
511
- s.paddingTop = v;
512
- s.paddingBottom = v;
513
- }
514
- if (props.fontWeight !== void 0) s.fontWeight = props.fontWeight;
515
- if (props.gap !== void 0) s.gap = typeof props.gap === "number" ? `${props.gap * SP}px` : props.gap;
516
- if (props.flexShrink !== void 0) s.flexShrink = props.flexShrink;
517
- if (props.columnGap !== void 0) s.columnGap = typeof props.columnGap === "number" ? `${props.columnGap * SP}px` : props.columnGap;
518
- if (props.gridColumn !== void 0) s.gridColumn = typeof props.gridColumn === "number" ? String(props.gridColumn) : props.gridColumn;
519
- if (props.gridRow) s.gridRow = props.gridRow;
520
- if (props.justifySelf) s.justifySelf = props.justifySelf;
521
- if (props.alignSelf) s.alignSelf = props.alignSelf;
522
- if (props.h) s.height = props.h;
523
- if (props.w) s.width = props.w;
524
- if (props.display) s.display = props.display;
525
- if (props.borderBottomRightRadius !== void 0) s.borderBottomRightRadius = typeof props.borderBottomRightRadius === "number" ? `${props.borderBottomRightRadius}px` : props.borderBottomRightRadius;
526
- if (props.borderTopRightRadius !== void 0) s.borderTopRightRadius = typeof props.borderTopRightRadius === "number" ? `${props.borderTopRightRadius}px` : props.borderTopRightRadius;
527
- return Object.keys(s).length > 0 ? s : void 0;
528
- }
529
- var Button = React8__namespace.forwardRef(
530
- function Button2(props, ref) {
531
- const {
532
- className,
533
- variant = "solid",
534
- size = "md",
535
- asChild = false,
536
- loading = false,
537
- loadingText,
538
- loadingSkeleton = false,
539
- expanded,
540
- selected,
541
- highlighted,
542
- disabled,
543
- children,
544
- style: styleProp,
545
- // Strip Chakra style props
546
- mt,
547
- ml,
548
- mr,
549
- px,
550
- py,
551
- fontWeight,
552
- gap,
553
- flexShrink,
554
- columnGap,
555
- gridColumn,
556
- gridRow,
557
- justifySelf,
558
- alignSelf,
559
- textStyle: _textStyle,
560
- h,
561
- w,
562
- display,
563
- borderBottomRightRadius,
564
- borderTopRightRadius,
565
- ...rest
566
- } = props;
567
- const mergedStyle = buildShimStyle({
568
- style: styleProp,
569
- mt,
570
- ml,
571
- mr,
572
- px,
573
- py,
574
- fontWeight,
575
- gap,
576
- flexShrink,
577
- columnGap,
578
- gridColumn,
579
- gridRow,
580
- justifySelf,
581
- alignSelf,
582
- h,
583
- w,
584
- display,
585
- borderBottomRightRadius,
586
- borderTopRightRadius
587
- });
588
- const dataAttrs = {};
589
- if (expanded) dataAttrs["data-expanded"] = true;
590
- if (selected) dataAttrs["data-selected"] = true;
591
- if (highlighted) dataAttrs["data-highlighted"] = true;
592
- if (loadingSkeleton) dataAttrs["data-loading-skeleton"] = true;
593
- const isDisabled = !loadingSkeleton && (loading || disabled);
594
- const inner = loading ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
595
- /* @__PURE__ */ jsxRuntime.jsx(Spinner, {}),
596
- loadingText != null && /* @__PURE__ */ jsxRuntime.jsx("span", { style: { marginLeft: 8 }, children: loadingText })
597
- ] }) : children;
598
- const variantClass = VARIANT_CLASSES[variant] ?? VARIANT_CLASSES.solid;
599
- const combinedClassName = [BASE_CLASSES, variantClass, className].filter(Boolean).join(" ");
600
- const button = /* @__PURE__ */ jsxRuntime.jsx(
601
- ButtonFrame,
602
- {
603
- ref,
604
- size,
605
- disabled: isDisabled || void 0,
606
- asChild: asChild || void 0,
607
- className: combinedClassName,
608
- style: mergedStyle,
609
- ...dataAttrs,
610
- ...rest,
611
- children: inner
612
- }
613
- );
614
- if (loadingSkeleton) {
615
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading: loadingSkeleton, asChild: true, ref, children: button });
616
- }
617
- return button;
618
- }
619
- );
620
- React8__namespace.forwardRef(
621
- function ButtonGroup2(props, ref) {
622
- const { className, ...rest } = props;
623
- return /* @__PURE__ */ jsxRuntime.jsx(
624
- ui.Box,
625
- {
626
- ref,
627
- className: ["inline-flex", className].filter(Boolean).join(" "),
628
- role: "group",
629
- ...rest
630
- }
631
- );
632
- }
633
- );
634
- React8__namespace.forwardRef(
635
- function ButtonGroupRadio2(props, ref) {
636
- const {
637
- children,
638
- onChange,
639
- variant = "segmented",
640
- defaultValue,
641
- loading = false,
642
- equalWidth = false,
643
- className,
644
- ...rest
645
- } = props;
646
- const firstChildValue = React8__namespace.useMemo(() => {
647
- const firstChild = Array.isArray(children) ? children[0] : void 0;
648
- return typeof firstChild?.props.value === "string" ? firstChild.props.value : void 0;
649
- }, [children]);
650
- const [value, setValue] = React8__namespace.useState(defaultValue ?? firstChildValue);
651
- const handleItemClick = React8__namespace.useCallback((event) => {
652
- const v = event.currentTarget.value;
653
- setValue(v);
654
- onChange?.(v);
655
- }, [onChange]);
656
- const clonedChildren = React8__namespace.Children.map(children, (child) => {
657
- return React8__namespace.cloneElement(child, {
658
- onClick: handleItemClick,
659
- selected: value === child.props.value,
660
- variant
661
- });
662
- });
663
- const childrenLength = React8__namespace.Children.count(children);
664
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading, children: /* @__PURE__ */ jsxRuntime.jsx(
665
- ui.Box,
666
- {
667
- ref,
668
- className: [
669
- "inline-flex gap-0",
670
- equalWidth ? "grid" : "",
671
- className
672
- ].filter(Boolean).join(" "),
673
- style: equalWidth ? { gridTemplateColumns: `repeat(${childrenLength}, 1fr)` } : void 0,
674
- role: "group",
675
- ...rest,
676
- children: clonedChildren
677
- }
678
- ) });
679
- }
680
- );
681
- var codeSnippetVariants = ui.variants("relative group", {
682
- variants: {
683
- variant: {
684
- default: "rounded-lg border bg-muted/50",
685
- inline: "inline-block rounded-md bg-muted px-2 py-1",
686
- minimal: "bg-transparent"
687
- },
688
- theme: {
689
- dark: "bg-[var(--color-bg-primary)] border-[var(--color-border-divider)]",
690
- light: "bg-[var(--color-bg-body)] border-[var(--color-border-divider)]",
691
- github: "bg-white border-[var(--color-border-divider)]",
692
- "github-dark": "bg-[var(--color-bg-primary)] border-[var(--color-border-divider)]",
693
- terminal: "bg-black border-[var(--lux-state-success)]/30 text-[var(--lux-state-success)]",
694
- retro: "bg-[var(--lux-state-notice)] border-[var(--lux-state-notice)] text-[var(--lux-state-notice)]"
695
- },
696
- size: {
697
- xs: "text-xs",
698
- sm: "text-sm",
699
- default: "text-sm",
700
- lg: "text-base"
701
- }
702
- },
703
- defaultVariants: {
704
- variant: "default",
705
- theme: "dark",
706
- size: "default"
707
- }
708
- });
709
- var CodeSnippet = React8__namespace.forwardRef(
710
- ({
711
- className,
712
- variant,
713
- theme,
714
- size,
715
- code,
716
- language = "text",
717
- filename,
718
- showLineNumbers = false,
719
- highlightLines = [],
720
- showCopyButton = true,
721
- showLanguageBadge = true,
722
- showHeader = true,
723
- maxHeight,
724
- expandable = false,
725
- collapsedHeight = "200px",
726
- wrapLines = false,
727
- startLineNumber = 1,
728
- ...props
729
- }, ref) => {
730
- const [highlightedCode, setHighlightedCode] = React8__namespace.useState("");
731
- const [copied, setCopied] = React8__namespace.useState(false);
732
- const [isLoading, setIsLoading] = React8__namespace.useState(true);
733
- const [isExpanded, setIsExpanded] = React8__namespace.useState(!expandable);
734
- const themeMap = {
735
- dark: "github-dark",
736
- light: "github-light",
737
- github: "github-light",
738
- "github-dark": "github-dark",
739
- terminal: "github-dark",
740
- retro: "github-light"
741
- };
742
- React8__namespace.useEffect(() => {
743
- const highlightCode = async () => {
744
- setIsLoading(true);
745
- try {
746
- const supportedLang = Object.keys(shiki.bundledLanguages).includes(language);
747
- const highlighted = await shiki.codeToHtml(code, {
748
- lang: supportedLang ? language : "text",
749
- theme: themeMap[theme || "dark"]
750
- });
751
- const tempDiv = document.createElement("div");
752
- tempDiv.innerHTML = highlighted;
753
- const codeElement = tempDiv.querySelector("code");
754
- setHighlightedCode(codeElement?.innerHTML || highlighted);
755
- } catch (error) {
756
- console.error("Failed to highlight code:", error);
757
- const escaped = code.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;");
758
- setHighlightedCode(escaped);
759
- } finally {
760
- setIsLoading(false);
761
- }
762
- };
763
- highlightCode();
764
- }, [code, language, theme]);
765
- const copyToClipboard = React8__namespace.useCallback(async () => {
766
- try {
767
- await navigator.clipboard.writeText(code);
768
- setCopied(true);
769
- setTimeout(() => setCopied(false), 2e3);
770
- } catch (error) {
771
- console.error("Failed to copy code:", error);
772
- }
773
- }, [code]);
774
- const lines = highlightedCode.split("\n").filter((line, index, array) => {
775
- return line.trim() !== "" || index < array.length - 1;
776
- });
777
- const renderInline = () => /* @__PURE__ */ jsxRuntime.jsx(
778
- ui.Box,
779
- {
780
- tag: "code",
781
- className: ui.cn(
782
- codeSnippetVariants({ variant, theme, size }),
783
- "font-mono",
784
- className
785
- ),
786
- dangerouslySetInnerHTML: { __html: highlightedCode }
787
- }
788
- );
789
- const renderBlock = () => /* @__PURE__ */ jsxRuntime.jsxs(
790
- ui.Box,
791
- {
792
- ref,
793
- className: ui.cn(
794
- codeSnippetVariants({ variant, theme, size }),
795
- "overflow-hidden",
796
- className
797
- ),
798
- ...props,
799
- children: [
800
- showHeader && (filename || language || showCopyButton || expandable) && /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center justify-between border-b px-4 py-2 bg-muted/30", children: [
801
- /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-2", children: [
802
- filename && /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-1.5", children: [
803
- /* @__PURE__ */ jsxRuntime.jsx(lucideReact.FileText, { style: ui.css("h-3.5 w-3.5 text-muted-foreground") }),
804
- /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-sm font-medium", children: filename })
805
- ] }),
806
- showLanguageBadge && language && /* @__PURE__ */ jsxRuntime.jsx(Badge, { colorPalette: "gray", ...ui.sx("text-xs"), children: language })
807
- ] }),
808
- /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-1", children: [
809
- expandable && /* @__PURE__ */ jsxRuntime.jsxs(
810
- Button,
811
- {
812
- variant: "ghost",
813
- size: "sm",
814
- onClick: () => setIsExpanded(!isExpanded),
815
- ...ui.sx("h-8 w-8 p-0"),
816
- children: [
817
- isExpanded ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Minimize2, { style: ui.css("h-3.5 w-3.5") }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Maximize2, { style: ui.css("h-3.5 w-3.5") }),
818
- /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "sr-only", children: isExpanded ? "Collapse" : "Expand" })
819
- ]
820
- }
821
- ),
822
- showCopyButton && /* @__PURE__ */ jsxRuntime.jsxs(
823
- Button,
824
- {
825
- variant: "ghost",
826
- size: "sm",
827
- onClick: copyToClipboard,
828
- ...ui.sx("h-8 w-8 p-0 opacity-0 group-hover:opacity-100 transition-opacity"),
829
- children: [
830
- copied ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Check, { style: ui.css("h-3.5 w-3.5 text-[var(--lux-state-success)]") }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Copy, { style: ui.css("h-3.5 w-3.5") }),
831
- /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "sr-only", children: copied ? "Copied" : "Copy code" })
832
- ]
833
- }
834
- )
835
- ] })
836
- ] }),
837
- /* @__PURE__ */ jsxRuntime.jsx(
838
- ui.Box,
839
- {
840
- className: ui.cn("overflow-auto", !wrapLines && "overflow-x-auto"),
841
- style: {
842
- maxHeight: isExpanded ? maxHeight : collapsedHeight
843
- },
844
- children: isLoading ? /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "p-4 space-y-2", children: Array.from({ length: Math.min(lines.length || 5, 10) }).map(
845
- (_, i) => /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-4", children: [
846
- showLineNumbers && /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { ...ui.sx("h-4 w-8") }),
847
- /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { ...ui.sx("h-4 flex-1") })
848
- ] }, i)
849
- ) }) : /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "font-mono", children: lines.map((line, index) => {
850
- const lineNumber = index + startLineNumber;
851
- const isHighlighted = highlightLines.includes(lineNumber);
852
- return /* @__PURE__ */ jsxRuntime.jsxs(
853
- ui.Box,
854
- {
855
- className: ui.cn(
856
- "group relative flex min-h-[1.5rem] items-center px-4 py-0.5",
857
- isHighlighted && "bg-[var(--color-link-primary)]/10 border-l-2 border-l-blue-500",
858
- !wrapLines && "whitespace-nowrap"
859
- ),
860
- children: [
861
- showLineNumbers && /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "mr-4 inline-block w-8 select-none text-right text-xs text-muted-foreground", children: lineNumber }),
862
- /* @__PURE__ */ jsxRuntime.jsx(
863
- ui.Box,
864
- {
865
- className: ui.cn(
866
- "flex-1",
867
- wrapLines ? "whitespace-pre-wrap break-words" : "overflow-x-auto"
868
- ),
869
- dangerouslySetInnerHTML: { __html: line }
870
- }
871
- )
872
- ]
873
- },
874
- index
875
- );
876
- }) })
877
- }
878
- ),
879
- expandable && !isExpanded && /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "absolute bottom-0 left-0 right-0 h-8 bg-gradient-to-t from-background to-transparent pointer-events-none" }),
880
- variant === "minimal" && showCopyButton && /* @__PURE__ */ jsxRuntime.jsx(
881
- Button,
882
- {
883
- variant: "ghost",
884
- size: "sm",
885
- onClick: copyToClipboard,
886
- ...ui.sx("absolute top-2 right-2 h-8 w-8 p-0 opacity-0 group-hover:opacity-100 transition-opacity"),
887
- children: copied ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Check, { style: ui.css("h-3.5 w-3.5 text-[var(--lux-state-success)]") }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Copy, { style: ui.css("h-3.5 w-3.5") })
888
- }
889
- )
890
- ]
891
- }
892
- );
893
- if (variant === "inline") {
894
- return renderInline();
895
- }
896
- return renderBlock();
897
- }
898
- );
899
- CodeSnippet.displayName = "CodeSnippet";
900
- var InlineCode = React8__namespace.forwardRef(({ children, language, className, ...props }, ref) => {
901
- return /* @__PURE__ */ jsxRuntime.jsx(
902
- CodeSnippet,
903
- {
904
- ref,
905
- code: children,
906
- language,
907
- variant: "inline",
908
- showCopyButton: false,
909
- showLanguageBadge: false,
910
- showHeader: false,
911
- className,
912
- ...props
913
- }
914
- );
915
- });
916
- InlineCode.displayName = "InlineCode";
917
- var WEIGHT = { xs: 0.5, sm: 1, md: 2, lg: 3 };
918
- var Separator = React8__namespace.default.forwardRef(
919
- function Separator2({ orientation = "horizontal", variant = "solid", size = "sm", ...rest }, ref) {
920
- const vertical = orientation === "vertical";
921
- return /* @__PURE__ */ jsxRuntime.jsx(
922
- gui.Separator,
923
- {
924
- ref,
925
- vertical,
926
- role: "separator",
927
- "aria-orientation": orientation,
928
- borderWidth: 0,
929
- borderStyle: variant,
930
- borderColor: "var(--color-border-divider)",
931
- ...vertical ? { borderLeftWidth: WEIGHT[size], alignSelf: "stretch", height: "auto", width: 0 } : { borderTopWidth: WEIGHT[size], width: "100%" },
932
- ...rest
933
- }
934
- );
935
- }
936
- );
937
- var SIZE2 = {
938
- sm: { height: 36, px: 10, minWidth: 36 },
939
- default: { height: 40, px: 12, minWidth: 40 },
940
- lg: { height: 44, px: 20, minWidth: 44 }
941
- };
942
- function Toggle({
943
- pressed,
944
- defaultPressed = false,
945
- onPressedChange,
946
- disabled,
947
- variant = "default",
948
- size = "default",
949
- children,
950
- ...rest
951
- }) {
952
- const [own, setOwn] = React8.useState(defaultPressed);
953
- const on = pressed ?? own;
954
- const dim = SIZE2[size];
955
- return /* @__PURE__ */ jsxRuntime.jsx(
956
- gui.XStack,
957
- {
958
- role: "button",
959
- "aria-pressed": on,
960
- "aria-disabled": disabled || void 0,
961
- tabIndex: disabled ? -1 : 0,
962
- items: "center",
963
- justify: "center",
964
- gap: 8,
965
- height: dim.height,
966
- px: dim.px,
967
- minWidth: dim.minWidth,
968
- rounded: "var(--radius-md, 0.5rem)",
969
- borderWidth: variant === "outline" ? 1 : 0,
970
- borderColor: "var(--color-input-border)",
971
- bg: on ? "var(--color-accent-bg)" : "transparent",
972
- style: { color: on ? "var(--color-accent-fg)" : "var(--color-text-primary)" },
973
- opacity: disabled ? 0.5 : 1,
974
- cursor: disabled ? "not-allowed" : "pointer",
975
- hoverStyle: disabled ? void 0 : { backgroundColor: "var(--color-hover)" },
976
- onPress: disabled ? void 0 : () => {
977
- const next = !on;
978
- if (pressed === void 0) setOwn(next);
979
- onPressedChange?.(next);
980
- },
981
- ...rest,
982
- children
983
- }
984
- );
985
- }
986
34
  var codePreviewVariants = ui.variants(
987
35
  "relative overflow-hidden rounded-lg border bg-background",
988
36
  {
@@ -1053,7 +101,7 @@ var consoleScript = `
1053
101
  });
1054
102
  </script>
1055
103
  `;
1056
- var CodePreview = React8__namespace.forwardRef(
104
+ var CodePreview = React__namespace.forwardRef(
1057
105
  ({
1058
106
  className,
1059
107
  size,
@@ -1069,19 +117,19 @@ var CodePreview = React8__namespace.forwardRef(
1069
117
  customRunner,
1070
118
  ...props
1071
119
  }, ref) => {
1072
- const [activeFile, setActiveFile] = React8__namespace.useState(
120
+ const [activeFile, setActiveFile] = React__namespace.useState(
1073
121
  defaultFile || files[0]?.filename || ""
1074
122
  );
1075
- const [previewContent, setPreviewContent] = React8__namespace.useState("");
1076
- const [isRunning, setIsRunning] = React8__namespace.useState(false);
1077
- const [results, setResults] = React8__namespace.useState([]);
1078
- const [isPreviewVisible, setIsPreviewVisible] = React8__namespace.useState(showPreview);
1079
- const [isConsoleVisible, setIsConsoleVisible] = React8__namespace.useState(showConsole);
1080
- const [isFullscreen, setIsFullscreen] = React8__namespace.useState(false);
1081
- const [copied, setCopied] = React8__namespace.useState({});
1082
- const iframeRef = React8__namespace.useRef(null);
123
+ const [previewContent, setPreviewContent] = React__namespace.useState("");
124
+ const [isRunning, setIsRunning] = React__namespace.useState(false);
125
+ const [results, setResults] = React__namespace.useState([]);
126
+ const [isPreviewVisible, setIsPreviewVisible] = React__namespace.useState(showPreview);
127
+ const [isConsoleVisible, setIsConsoleVisible] = React__namespace.useState(showConsole);
128
+ const [isFullscreen, setIsFullscreen] = React__namespace.useState(false);
129
+ const [copied, setCopied] = React__namespace.useState({});
130
+ const iframeRef = React__namespace.useRef(null);
1083
131
  files.find((f) => f.filename === activeFile) || files[0];
1084
- React8__namespace.useEffect(() => {
132
+ React__namespace.useEffect(() => {
1085
133
  const handleMessage = (event) => {
1086
134
  if (event.data?.type === "console" || event.data?.type === "error") {
1087
135
  setResults((prev) => [...prev, event.data.data]);
@@ -1090,7 +138,7 @@ var CodePreview = React8__namespace.forwardRef(
1090
138
  window.addEventListener("message", handleMessage);
1091
139
  return () => window.removeEventListener("message", handleMessage);
1092
140
  }, []);
1093
- const runCode = React8__namespace.useCallback(async () => {
141
+ const runCode = React__namespace.useCallback(async () => {
1094
142
  setIsRunning(true);
1095
143
  setResults([]);
1096
144
  try {
@@ -1122,13 +170,13 @@ var CodePreview = React8__namespace.forwardRef(
1122
170
  setIsRunning(false);
1123
171
  }
1124
172
  }, [files, customRunner]);
1125
- React8__namespace.useEffect(() => {
173
+ React__namespace.useEffect(() => {
1126
174
  if (autoRun) {
1127
175
  const timer = setTimeout(runCode, 1e3);
1128
176
  return () => clearTimeout(timer);
1129
177
  }
1130
178
  }, [files, autoRun, runCode]);
1131
- const copyFileContent = React8__namespace.useCallback(
179
+ const copyFileContent = React__namespace.useCallback(
1132
180
  async (filename) => {
1133
181
  const file = files.find((f) => f.filename === filename);
1134
182
  if (!file) return;
@@ -1152,10 +200,10 @@ var CodePreview = React8__namespace.forwardRef(
1152
200
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-2", children: [
1153
201
  /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Terminal, { style: ui.css("h-4 w-4") }),
1154
202
  /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-sm font-medium", children: "Console" }),
1155
- results.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(Badge, { colorPalette: "gray", ...ui.sx("text-xs"), children: results.length })
203
+ results.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(badge_cjs.Badge, { colorPalette: "gray", ...ui.sx("text-xs"), children: results.length })
1156
204
  ] }),
1157
205
  /* @__PURE__ */ jsxRuntime.jsx(
1158
- Button,
206
+ button_cjs.Button,
1159
207
  {
1160
208
  variant: "ghost",
1161
209
  size: "sm",
@@ -1205,9 +253,9 @@ var CodePreview = React8__namespace.forwardRef(
1205
253
  ...ui.sx("relative flex items-center gap-2 data-[state=active]:bg-muted"),
1206
254
  children: [
1207
255
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: file.filename }),
1208
- /* @__PURE__ */ jsxRuntime.jsx(Badge, { variant: "outline", ...ui.sx("text-xs"), children: file.language }),
256
+ /* @__PURE__ */ jsxRuntime.jsx(badge_cjs.Badge, { variant: "outline", ...ui.sx("text-xs"), children: file.language }),
1209
257
  /* @__PURE__ */ jsxRuntime.jsx(
1210
- Button,
258
+ button_cjs.Button,
1211
259
  {
1212
260
  variant: "ghost",
1213
261
  size: "sm",
@@ -1227,7 +275,7 @@ var CodePreview = React8__namespace.forwardRef(
1227
275
  ),
1228
276
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-2", children: [
1229
277
  /* @__PURE__ */ jsxRuntime.jsx(
1230
- Toggle,
278
+ toggle_cjs.Toggle,
1231
279
  {
1232
280
  pressed: isPreviewVisible,
1233
281
  onPressedChange: setIsPreviewVisible,
@@ -1237,7 +285,7 @@ var CodePreview = React8__namespace.forwardRef(
1237
285
  }
1238
286
  ),
1239
287
  /* @__PURE__ */ jsxRuntime.jsx(
1240
- Toggle,
288
+ toggle_cjs.Toggle,
1241
289
  {
1242
290
  pressed: isConsoleVisible,
1243
291
  onPressedChange: setIsConsoleVisible,
@@ -1247,7 +295,7 @@ var CodePreview = React8__namespace.forwardRef(
1247
295
  }
1248
296
  ),
1249
297
  /* @__PURE__ */ jsxRuntime.jsxs(
1250
- Button,
298
+ button_cjs.Button,
1251
299
  {
1252
300
  variant: "outline",
1253
301
  size: "sm",
@@ -1261,7 +309,7 @@ var CodePreview = React8__namespace.forwardRef(
1261
309
  }
1262
310
  ),
1263
311
  allowFullscreen && /* @__PURE__ */ jsxRuntime.jsx(
1264
- Button,
312
+ button_cjs.Button,
1265
313
  {
1266
314
  variant: "ghost",
1267
315
  size: "sm",
@@ -1279,7 +327,7 @@ var CodePreview = React8__namespace.forwardRef(
1279
327
  value: file.filename,
1280
328
  ...ui.sx("m-0 h-full"),
1281
329
  children: /* @__PURE__ */ jsxRuntime.jsx(
1282
- CodeSnippet,
330
+ codeSnippet_cjs.CodeSnippet,
1283
331
  {
1284
332
  code: file.content,
1285
333
  language: file.language,
@@ -1294,7 +342,7 @@ var CodePreview = React8__namespace.forwardRef(
1294
342
  file.filename
1295
343
  )) }) }),
1296
344
  (isPreviewVisible || isConsoleVisible) && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
1297
- /* @__PURE__ */ jsxRuntime.jsx(Separator, {}),
345
+ /* @__PURE__ */ jsxRuntime.jsx(separator_cjs.Separator, {}),
1298
346
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex flex-col lg:flex-row min-h-0", children: [
1299
347
  isPreviewVisible && /* @__PURE__ */ jsxRuntime.jsxs(
1300
348
  ui.Box,