@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
@@ -2,9 +2,13 @@
2
2
  'use strict';
3
3
 
4
4
  var gui = require('@hanzo/gui');
5
- var React8 = require('react');
5
+ var React = require('react');
6
6
  var lucideReact = require('lucide-react');
7
7
  var ui = require('@hanzo/ui');
8
+ var alert_cjs = require('./alert.cjs');
9
+ var button_cjs = require('./button.cjs');
10
+ var slider_cjs = require('./slider.cjs');
11
+ var textarea_cjs = require('./textarea.cjs');
8
12
  var jsxRuntime = require('react/jsx-runtime');
9
13
 
10
14
  function _interopNamespace(e) {
@@ -25,788 +29,8 @@ function _interopNamespace(e) {
25
29
  return Object.freeze(n);
26
30
  }
27
31
 
28
- var React8__namespace = /*#__PURE__*/_interopNamespace(React8);
32
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
29
33
 
30
- 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";
31
- var CloseButtonFrame = gui.styled(gui.View, {
32
- name: "LuxCloseButton",
33
- render: /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", "aria-label": "Close" }),
34
- role: "button",
35
- cursor: "pointer",
36
- display: "inline-flex",
37
- alignItems: "center",
38
- justifyContent: "center",
39
- width: 20,
40
- height: 20,
41
- minWidth: 0,
42
- flexShrink: 1,
43
- padding: 0,
44
- borderRadius: 4,
45
- borderWidth: 0,
46
- overflow: "hidden",
47
- backgroundColor: "transparent",
48
- hoverStyle: {
49
- backgroundColor: "transparent"
50
- },
51
- variants: {
52
- disabled: {
53
- true: {
54
- opacity: 0.4,
55
- pointerEvents: "none"
56
- }
57
- }
58
- }
59
- });
60
- var CloseButton = React8__namespace.forwardRef(function CloseButton2(props, ref) {
61
- const { variant: _variant, size: _size, className, children, ...rest } = props;
62
- return /* @__PURE__ */ jsxRuntime.jsx(
63
- CloseButtonFrame,
64
- {
65
- ref,
66
- className,
67
- ...rest,
68
- children: children ?? /* @__PURE__ */ jsxRuntime.jsx(
69
- "svg",
70
- {
71
- width: 20,
72
- height: 20,
73
- viewBox: "0 0 20 20",
74
- fill: "none",
75
- "aria-hidden": "true",
76
- children: /* @__PURE__ */ jsxRuntime.jsx(
77
- "path",
78
- {
79
- d: CLOSE_ICON_PATH,
80
- fill: "currentColor"
81
- }
82
- )
83
- }
84
- )
85
- }
86
- );
87
- });
88
- var ink = (children, Wrap = gui.Text, props = {}) => {
89
- let hasText = false;
90
- React8.Children.forEach(children, (child) => {
91
- if (typeof child === "string" || typeof child === "number") hasText = true;
92
- });
93
- if (!hasText) return children;
94
- return React8.Children.map(children, (child) => typeof child === "string" || typeof child === "number" ? React8.createElement(Wrap, props, child) : child);
95
- };
96
- var SKELETON_CLASSES = "lux-skeleton rounded-sm";
97
- var Skeleton = React8__namespace.forwardRef(
98
- function Skeleton2(props, ref) {
99
- const { loading = true, asChild, className, children, style, ...rest } = props;
100
- if (!loading) {
101
- if (asChild && React8__namespace.isValidElement(children)) return children;
102
- return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { ref, className, style, ...rest, children });
103
- }
104
- return /* @__PURE__ */ jsxRuntime.jsx(
105
- "div",
106
- {
107
- ref,
108
- "data-loading": true,
109
- ...ui.sx(
110
- SKELETON_CLASSES,
111
- asChild || children ? "[&_*]:invisible" : "min-h-5",
112
- className
113
- ),
114
- style,
115
- ...rest,
116
- children
117
- }
118
- );
119
- }
120
- );
121
- React8__namespace.forwardRef(
122
- function SkeletonCircle2(props, ref) {
123
- const { size = 40, loading = true, className, ...rest } = props;
124
- const dimension = typeof size === "number" ? `${size}px` : size;
125
- return /* @__PURE__ */ jsxRuntime.jsx(
126
- Skeleton,
127
- {
128
- ref,
129
- loading,
130
- ...ui.sx("rounded-full shrink-0", className),
131
- style: { width: dimension, height: dimension, ...rest.style },
132
- ...rest
133
- }
134
- );
135
- }
136
- );
137
- React8__namespace.forwardRef(
138
- function SkeletonText2(props, ref) {
139
- const { noOfLines = 3, loading = true, className, ...rest } = props;
140
- 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(
141
- Skeleton,
142
- {
143
- loading,
144
- ...ui.sx(ui.cn("h-4", index === noOfLines - 1 && "max-w-[80%]"))
145
- },
146
- index
147
- )) });
148
- }
149
- );
150
- var IndicatorIcon = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 18a8 8 0 100-16 8 8 0 000 16zm.75-11.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM9.25 10a.75.75 0 011.5 0v3a.75.75 0 01-1.5 0v-3z" }) });
151
- var ALERT_BASE = {
152
- width: "100%",
153
- position: "relative",
154
- alignItems: "flex-start",
155
- borderRadius: 4,
156
- gap: 8,
157
- paddingVertical: 8
158
- };
159
- var ALERT_FG = "var(--color-alert-fg)";
160
- var STATUS_BG = {
161
- info: "var(--color-alert-bg-info)",
162
- warning: "var(--color-alert-bg-warning)",
163
- warning_table: "var(--color-alert-bg-warning-table)",
164
- success: "var(--color-alert-bg-success)",
165
- error: "var(--color-alert-bg-error)"
166
- };
167
- var SIZE = {
168
- sm: { paddingHorizontal: 8, fontSize: 12 },
169
- md: { paddingHorizontal: 12, fontSize: 16 }
170
- };
171
- var INDICATOR_SIZE = {
172
- sm: { marginVertical: 0 },
173
- md: { marginVertical: 2 }
174
- };
175
- var Alert = React8__namespace.forwardRef(
176
- function Alert2(props, ref) {
177
- const {
178
- title,
179
- children,
180
- icon,
181
- closable,
182
- onClose,
183
- startElement,
184
- endElement,
185
- loading,
186
- size,
187
- inline = true,
188
- showIcon = false,
189
- descriptionProps,
190
- status = "info",
191
- className,
192
- ...rest
193
- } = props;
194
- const { whiteSpace: _whiteSpace, mb: _mb, mt: _mt, style: styleProp, ...alertRest } = rest;
195
- const shimStyle = { ...styleProp };
196
- if (_whiteSpace) shimStyle.whiteSpace = _whiteSpace;
197
- if (_mb !== void 0) shimStyle.marginBottom = typeof _mb === "number" ? `${_mb * 4}px` : _mb;
198
- if (_mt !== void 0) shimStyle.marginTop = typeof _mt === "number" ? `${_mt * 4}px` : _mt;
199
- const alertStyle = Object.keys(shimStyle).length > 0 ? shimStyle : void 0;
200
- const [isOpen, setIsOpen] = React8__namespace.useState(true);
201
- const resolvedSize = size ?? "md";
202
- const fontSize = SIZE[resolvedSize].fontSize;
203
- const defaultIcon = /* @__PURE__ */ jsxRuntime.jsx(IndicatorIcon, {});
204
- const iconElement = (() => {
205
- if (startElement !== void 0) {
206
- return startElement;
207
- }
208
- if (!showIcon && icon === void 0) {
209
- return null;
210
- }
211
- return /* @__PURE__ */ jsxRuntime.jsx(
212
- gui.XStack,
213
- {
214
- alignItems: "center",
215
- justifyContent: "center",
216
- flexShrink: 0,
217
- width: 20,
218
- height: 20,
219
- ...INDICATOR_SIZE[resolvedSize],
220
- className: "lux-icon",
221
- style: { color: ALERT_FG },
222
- children: icon || defaultIcon
223
- }
224
- );
225
- })();
226
- const handleClose = React8__namespace.useCallback(() => {
227
- setIsOpen(false);
228
- onClose?.();
229
- }, [onClose]);
230
- if (closable && !isOpen) {
231
- return null;
232
- }
233
- const {
234
- className: descClassName,
235
- whiteSpace: descWhiteSpace,
236
- alignItems: descAlignItems,
237
- flexDir: descFlexDir,
238
- flexWrap: descFlexWrap,
239
- rowGap: descRowGap,
240
- columnGap: descColumnGap,
241
- style: descStyleProp,
242
- ...descRest
243
- } = descriptionProps ?? {};
244
- const descStyle = {
245
- ...descStyleProp,
246
- ...descWhiteSpace ? { whiteSpace: descWhiteSpace } : {},
247
- ...descAlignItems ? { alignItems: descAlignItems } : {},
248
- ...descFlexDir ? { flexDirection: descFlexDir } : {},
249
- ...descFlexWrap ? { flexWrap: descFlexWrap } : {},
250
- ...descRowGap !== void 0 ? { rowGap: typeof descRowGap === "number" ? `${descRowGap * 4}px` : descRowGap } : {},
251
- ...descColumnGap !== void 0 ? { columnGap: typeof descColumnGap === "number" ? `${descColumnGap * 4}px` : descColumnGap } : {}
252
- };
253
- const ContentFrame = inline ? gui.XStack : gui.YStack;
254
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading, children: /* @__PURE__ */ jsxRuntime.jsxs(
255
- gui.XStack,
256
- {
257
- ref,
258
- ...ALERT_BASE,
259
- paddingHorizontal: SIZE[resolvedSize].paddingHorizontal,
260
- backgroundColor: STATUS_BG[status],
261
- className,
262
- style: alertStyle,
263
- ...alertRest,
264
- children: [
265
- iconElement,
266
- children ? /* @__PURE__ */ jsxRuntime.jsxs(ContentFrame, { flex: 1, alignItems: inline ? "center" : void 0, children: [
267
- title && /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { fontWeight: "600", fontSize, color: ALERT_FG, children: title }),
268
- /* @__PURE__ */ jsxRuntime.jsx(
269
- gui.XStack,
270
- {
271
- flexWrap: "wrap",
272
- className: descClassName,
273
- style: Object.keys(descStyle).length > 0 ? descStyle : void 0,
274
- ...descRest,
275
- children: ink(children, void 0, { fontSize, color: ALERT_FG })
276
- }
277
- )
278
- ] }) : /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { flex: 1, fontWeight: "600", fontSize, color: ALERT_FG, children: title }),
279
- endElement,
280
- closable && /* @__PURE__ */ jsxRuntime.jsx(gui.View, { position: "relative", alignSelf: "flex-start", children: /* @__PURE__ */ jsxRuntime.jsx(CloseButton, { onClick: handleClose }) })
281
- ]
282
- }
283
- ) });
284
- }
285
- );
286
- var SpinnerFrame = gui.styled(gui.View, {
287
- name: "ButtonSpinner",
288
- render: /* @__PURE__ */ jsxRuntime.jsx("span", {}),
289
- width: 16,
290
- height: 16,
291
- borderRadius: 1e3,
292
- borderWidth: 2,
293
- borderColor: "currentColor",
294
- borderBottomColor: "transparent",
295
- borderLeftColor: "transparent"
296
- });
297
- function Spinner({ className }) {
298
- return /* @__PURE__ */ jsxRuntime.jsx(
299
- SpinnerFrame,
300
- {
301
- role: "status",
302
- "aria-label": "Loading",
303
- className: [
304
- "animate-spin",
305
- className
306
- ].filter(Boolean).join(" ")
307
- }
308
- );
309
- }
310
- var ButtonFrame = gui.styled(gui.View, {
311
- name: "LuxButton",
312
- render: /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button" }),
313
- role: "button",
314
- tabIndex: 0,
315
- cursor: "pointer",
316
- userSelect: "none",
317
- display: "inline-flex",
318
- alignItems: "center",
319
- justifyContent: "center",
320
- gap: 0,
321
- overflow: "hidden",
322
- borderRadius: 6,
323
- // Whitespace nowrap via className since hanzogui doesn't have a direct token
324
- // Transition via className
325
- variants: {
326
- size: {
327
- "2xs": { paddingHorizontal: 8, height: 20, minWidth: 20, fontSize: 12, borderRadius: 4, gap: 4 },
328
- xs: { paddingHorizontal: 8, height: 24, minWidth: 24, fontSize: 14, borderRadius: 4, gap: 4 },
329
- sm: { paddingHorizontal: 12, height: 32, minWidth: 32, fontSize: 14, borderRadius: 6, gap: 4 },
330
- md: { paddingHorizontal: 12, height: 40, minWidth: 40, fontSize: 16, borderRadius: 6, gap: 8 }
331
- },
332
- disabled: {
333
- true: {
334
- opacity: 0.2,
335
- cursor: "not-allowed",
336
- pointerEvents: "none"
337
- }
338
- }
339
- },
340
- defaultVariants: {
341
- size: "md"
342
- }
343
- });
344
- var VARIANT_CLASSES = {
345
- solid: [
346
- "bg-[var(--color-button-solid-bg)] text-[var(--color-button-solid-text)]",
347
- "hover:bg-[var(--color-hover)]",
348
- "data-[expanded]:bg-[var(--color-hover)]"
349
- ].join(" "),
350
- solid_danger: [
351
- "bg-[var(--color-button-danger-bg)] text-[var(--color-button-danger-fg)]",
352
- "hover:bg-[var(--color-button-danger-bg-hover)]",
353
- "data-[expanded]:bg-[var(--color-button-danger-bg-hover)]"
354
- ].join(" "),
355
- outline: [
356
- "border-2 border-solid bg-transparent",
357
- "text-[var(--color-button-outline-fg)] border-[var(--color-button-outline-fg)]",
358
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]"
359
- ].join(" "),
360
- outline_danger: [
361
- "border-2 border-solid bg-transparent",
362
- "text-[var(--color-button-danger-bg)] border-[var(--color-button-danger-bg)]",
363
- "hover:bg-transparent hover:text-[var(--color-button-danger-bg-hover)] hover:border-[var(--color-button-danger-bg-hover)]"
364
- ].join(" "),
365
- dropdown: [
366
- "border-2 border-solid bg-transparent",
367
- "text-[var(--color-button-dropdown-fg)] border-[var(--color-button-dropdown-border)]",
368
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
369
- "data-[expanded]:bg-transparent data-[expanded]:text-[var(--color-hover)] data-[expanded]:border-[var(--color-hover)]",
370
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
371
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
372
- "data-[selected]:hover:text-[var(--color-hover)] data-[selected]:hover:border-transparent",
373
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
374
- ].join(" "),
375
- header: [
376
- "bg-transparent border-2 border-solid",
377
- "text-[var(--color-button-header-fg)] border-[var(--color-button-header-border)]",
378
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
379
- "data-[selected]:bg-[var(--color-button-header-bg-selected)]",
380
- "data-[selected]:text-[var(--color-button-header-fg-selected)] data-[selected]:border-transparent data-[selected]:border-0",
381
- "data-[selected]:hover:bg-[var(--color-button-header-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
382
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
383
- "data-[selected]:data-[highlighted]:bg-[var(--color-button-header-bg-highlighted)]",
384
- "data-[selected]:data-[highlighted]:text-[var(--color-button-header-fg-highlighted)]",
385
- "data-[selected]:data-[highlighted]:border-transparent data-[selected]:data-[highlighted]:border-0",
386
- "data-[selected]:data-[highlighted]:hover:bg-[var(--color-button-header-bg-highlighted)]",
387
- "data-[selected]:data-[highlighted]:hover:text-[var(--color-hover)]",
388
- "data-[selected]:data-[highlighted]:data-[expanded]:text-[var(--color-hover)]"
389
- ].join(" "),
390
- hero: [
391
- "bg-[var(--color-button-hero-bg)] text-[var(--color-button-hero-fg)]",
392
- "hover:bg-[var(--color-button-hero-bg-hover)] hover:text-[var(--color-button-hero-fg-hover)]",
393
- "data-[selected]:bg-[var(--color-button-hero-bg-selected)] data-[selected]:text-[var(--color-button-hero-fg-selected)]",
394
- "data-[selected]:hover:bg-[var(--color-button-hero-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
395
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
396
- ].join(" "),
397
- segmented: [
398
- "bg-transparent border-2 border-solid rounded-none",
399
- "text-[var(--color-button-segmented-fg)] border-[var(--color-selected-control-bg)]",
400
- "hover:text-[var(--color-hover)]",
401
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
402
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-selected-control-text)]",
403
- "[&:not(:last-child)]:border-r-0 data-[selected]:[&:not(:last-child)]:border-r-2",
404
- "data-[selected]+*:border-l-0",
405
- "first:rounded-l-md last:rounded-r-md"
406
- ].join(" "),
407
- plain: "bg-transparent text-inherit border-none hover:bg-transparent",
408
- subtle: [
409
- "bg-[var(--color-button-subtle-bg)] text-[var(--color-button-subtle-fg)]",
410
- "hover:bg-[var(--color-button-subtle-bg)] hover:text-[var(--color-hover)]",
411
- "disabled:bg-[var(--color-button-subtle-bg)] disabled:text-[var(--color-button-subtle-fg)]"
412
- ].join(" "),
413
- link: [
414
- "bg-transparent text-[var(--color-link-primary)] border-none font-normal",
415
- "px-0 h-auto",
416
- "hover:bg-transparent hover:text-[var(--color-link-primary-hover)]",
417
- "disabled:text-[var(--color-text-secondary)]"
418
- ].join(" "),
419
- icon_secondary: [
420
- "bg-transparent text-[var(--color-icon-secondary)] border-none",
421
- "hover:text-[var(--color-hover)]",
422
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
423
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
424
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
425
- "data-[expanded]:text-[var(--color-hover)]"
426
- ].join(" "),
427
- icon_background: [
428
- "bg-[var(--color-button-icon-background-bg)] text-[var(--color-icon-secondary)] border-none",
429
- "hover:text-[var(--color-hover)]",
430
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
431
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
432
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
433
- "data-[expanded]:text-[var(--color-hover)]"
434
- ].join(" "),
435
- pagination: [
436
- "border-2 border-solid bg-transparent",
437
- "text-[var(--color-button-pagination-fg)] border-[var(--color-button-pagination-border)]",
438
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
439
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
440
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
441
- "data-[selected]:hover:text-[var(--color-selected-control-text)] data-[selected]:hover:border-transparent"
442
- ].join(" ")
443
- };
444
- var BASE_CLASSES = "font-semibold whitespace-nowrap transition-colors duration-150";
445
- var SP = 4;
446
- function buildShimStyle(props) {
447
- const s = { ...props.style };
448
- if (props.mt !== void 0) s.marginTop = typeof props.mt === "number" ? `${props.mt * SP}px` : props.mt;
449
- if (props.ml !== void 0) s.marginLeft = typeof props.ml === "number" ? `${props.ml * SP}px` : props.ml;
450
- if (props.mr !== void 0) s.marginRight = typeof props.mr === "number" ? `${props.mr * SP}px` : props.mr;
451
- if (props.px !== void 0) {
452
- const v = typeof props.px === "number" ? `${props.px * SP}px` : props.px;
453
- s.paddingLeft = v;
454
- s.paddingRight = v;
455
- }
456
- if (props.py !== void 0) {
457
- const v = typeof props.py === "number" ? `${props.py * SP}px` : props.py;
458
- s.paddingTop = v;
459
- s.paddingBottom = v;
460
- }
461
- if (props.fontWeight !== void 0) s.fontWeight = props.fontWeight;
462
- if (props.gap !== void 0) s.gap = typeof props.gap === "number" ? `${props.gap * SP}px` : props.gap;
463
- if (props.flexShrink !== void 0) s.flexShrink = props.flexShrink;
464
- if (props.columnGap !== void 0) s.columnGap = typeof props.columnGap === "number" ? `${props.columnGap * SP}px` : props.columnGap;
465
- if (props.gridColumn !== void 0) s.gridColumn = typeof props.gridColumn === "number" ? String(props.gridColumn) : props.gridColumn;
466
- if (props.gridRow) s.gridRow = props.gridRow;
467
- if (props.justifySelf) s.justifySelf = props.justifySelf;
468
- if (props.alignSelf) s.alignSelf = props.alignSelf;
469
- if (props.h) s.height = props.h;
470
- if (props.w) s.width = props.w;
471
- if (props.display) s.display = props.display;
472
- if (props.borderBottomRightRadius !== void 0) s.borderBottomRightRadius = typeof props.borderBottomRightRadius === "number" ? `${props.borderBottomRightRadius}px` : props.borderBottomRightRadius;
473
- if (props.borderTopRightRadius !== void 0) s.borderTopRightRadius = typeof props.borderTopRightRadius === "number" ? `${props.borderTopRightRadius}px` : props.borderTopRightRadius;
474
- return Object.keys(s).length > 0 ? s : void 0;
475
- }
476
- var Button = React8__namespace.forwardRef(
477
- function Button2(props, ref) {
478
- const {
479
- className,
480
- variant = "solid",
481
- size = "md",
482
- asChild = false,
483
- loading = false,
484
- loadingText,
485
- loadingSkeleton = false,
486
- expanded,
487
- selected,
488
- highlighted,
489
- disabled,
490
- children,
491
- style: styleProp,
492
- // Strip Chakra style props
493
- mt,
494
- ml,
495
- mr,
496
- px,
497
- py,
498
- fontWeight,
499
- gap,
500
- flexShrink,
501
- columnGap,
502
- gridColumn,
503
- gridRow,
504
- justifySelf,
505
- alignSelf,
506
- textStyle: _textStyle,
507
- h,
508
- w,
509
- display,
510
- borderBottomRightRadius,
511
- borderTopRightRadius,
512
- ...rest
513
- } = props;
514
- const mergedStyle = buildShimStyle({
515
- style: styleProp,
516
- mt,
517
- ml,
518
- mr,
519
- px,
520
- py,
521
- fontWeight,
522
- gap,
523
- flexShrink,
524
- columnGap,
525
- gridColumn,
526
- gridRow,
527
- justifySelf,
528
- alignSelf,
529
- h,
530
- w,
531
- display,
532
- borderBottomRightRadius,
533
- borderTopRightRadius
534
- });
535
- const dataAttrs = {};
536
- if (expanded) dataAttrs["data-expanded"] = true;
537
- if (selected) dataAttrs["data-selected"] = true;
538
- if (highlighted) dataAttrs["data-highlighted"] = true;
539
- if (loadingSkeleton) dataAttrs["data-loading-skeleton"] = true;
540
- const isDisabled = !loadingSkeleton && (loading || disabled);
541
- const inner = loading ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
542
- /* @__PURE__ */ jsxRuntime.jsx(Spinner, {}),
543
- loadingText != null && /* @__PURE__ */ jsxRuntime.jsx("span", { style: { marginLeft: 8 }, children: loadingText })
544
- ] }) : children;
545
- const variantClass = VARIANT_CLASSES[variant] ?? VARIANT_CLASSES.solid;
546
- const combinedClassName = [BASE_CLASSES, variantClass, className].filter(Boolean).join(" ");
547
- const button = /* @__PURE__ */ jsxRuntime.jsx(
548
- ButtonFrame,
549
- {
550
- ref,
551
- size,
552
- disabled: isDisabled || void 0,
553
- asChild: asChild || void 0,
554
- className: combinedClassName,
555
- style: mergedStyle,
556
- ...dataAttrs,
557
- ...rest,
558
- children: inner
559
- }
560
- );
561
- if (loadingSkeleton) {
562
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading: loadingSkeleton, asChild: true, ref, children: button });
563
- }
564
- return button;
565
- }
566
- );
567
- React8__namespace.forwardRef(
568
- function ButtonGroup2(props, ref) {
569
- const { className, ...rest } = props;
570
- return /* @__PURE__ */ jsxRuntime.jsx(
571
- ui.Box,
572
- {
573
- ref,
574
- className: ["inline-flex", className].filter(Boolean).join(" "),
575
- role: "group",
576
- ...rest
577
- }
578
- );
579
- }
580
- );
581
- React8__namespace.forwardRef(
582
- function ButtonGroupRadio2(props, ref) {
583
- const {
584
- children,
585
- onChange,
586
- variant = "segmented",
587
- defaultValue,
588
- loading = false,
589
- equalWidth = false,
590
- className,
591
- ...rest
592
- } = props;
593
- const firstChildValue = React8__namespace.useMemo(() => {
594
- const firstChild = Array.isArray(children) ? children[0] : void 0;
595
- return typeof firstChild?.props.value === "string" ? firstChild.props.value : void 0;
596
- }, [children]);
597
- const [value, setValue] = React8__namespace.useState(defaultValue ?? firstChildValue);
598
- const handleItemClick = React8__namespace.useCallback((event) => {
599
- const v = event.currentTarget.value;
600
- setValue(v);
601
- onChange?.(v);
602
- }, [onChange]);
603
- const clonedChildren = React8__namespace.Children.map(children, (child) => {
604
- return React8__namespace.cloneElement(child, {
605
- onClick: handleItemClick,
606
- selected: value === child.props.value,
607
- variant
608
- });
609
- });
610
- const childrenLength = React8__namespace.Children.count(children);
611
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading, children: /* @__PURE__ */ jsxRuntime.jsx(
612
- ui.Box,
613
- {
614
- ref,
615
- className: [
616
- "inline-flex gap-0",
617
- equalWidth ? "grid" : "",
618
- className
619
- ].filter(Boolean).join(" "),
620
- style: equalWidth ? { gridTemplateColumns: `repeat(${childrenLength}, 1fr)` } : void 0,
621
- role: "group",
622
- ...rest,
623
- children: clonedChildren
624
- }
625
- ) });
626
- }
627
- );
628
- var MUTED = "var(--color-text-secondary)";
629
- var TRACK = "var(--color-border-divider)";
630
- var ACTIVE = "var(--color-link-primary)";
631
- var ACTIVE_HOVER = "var(--color-link-primary-hover)";
632
- var WHITE = "var(--color-white)";
633
- var Slider = React8__namespace.forwardRef(
634
- function Slider2(props, ref) {
635
- const {
636
- marks: marksProp,
637
- label,
638
- showValue,
639
- value,
640
- defaultValue,
641
- min = 0,
642
- max = 100,
643
- step,
644
- disabled,
645
- orientation = "horizontal",
646
- name,
647
- onValueChange,
648
- onValueCommit,
649
- className
650
- } = props;
651
- const resolvedValue = defaultValue ?? value;
652
- const marks = marksProp?.map((mark) => {
653
- if (typeof mark === "number") return { value: mark, label: void 0 };
654
- return mark;
655
- });
656
- const hasMarkLabel = Boolean(marks?.some((mark) => mark.label));
657
- const latest = React8__namespace.useRef(value ?? defaultValue ?? []);
658
- const handleValueChange = React8__namespace.useCallback((next) => {
659
- latest.current = next;
660
- onValueChange?.(next);
661
- }, [onValueChange]);
662
- const handleSlideEnd = React8__namespace.useCallback(() => {
663
- onValueCommit?.(latest.current);
664
- }, [onValueCommit]);
665
- return /* @__PURE__ */ jsxRuntime.jsxs(gui.YStack, { className, gap: 4, children: [
666
- label && !showValue && /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { fontSize: 14, fontWeight: "500", color: MUTED, children: label }),
667
- label && showValue && /* @__PURE__ */ jsxRuntime.jsxs(gui.XStack, { alignItems: "center", justifyContent: "space-between", children: [
668
- /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { fontSize: 14, fontWeight: "500", color: MUTED, children: label }),
669
- /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { fontSize: 14, color: MUTED, children: (value ?? defaultValue ?? [])?.join(", ") })
670
- ] }),
671
- /* @__PURE__ */ jsxRuntime.jsxs(
672
- gui.Slider,
673
- {
674
- ref,
675
- position: "relative",
676
- flexDirection: "row",
677
- width: "100%",
678
- userSelect: "none",
679
- alignItems: "center",
680
- marginBottom: hasMarkLabel ? 24 : 0,
681
- value,
682
- defaultValue,
683
- min,
684
- max,
685
- step,
686
- disabled,
687
- orientation,
688
- name,
689
- onValueChange: handleValueChange,
690
- onSlideEnd: handleSlideEnd,
691
- children: [
692
- /* @__PURE__ */ jsxRuntime.jsx(gui.Slider.Track, { unstyled: true, position: "relative", flexGrow: 1, height: 6, borderRadius: 9999, backgroundColor: TRACK, children: /* @__PURE__ */ jsxRuntime.jsx(gui.Slider.TrackActive, { unstyled: true, position: "absolute", height: "100%", borderRadius: 9999, backgroundColor: ACTIVE }) }),
693
- resolvedValue?.map((_, index) => /* @__PURE__ */ jsxRuntime.jsx(
694
- gui.Slider.Thumb,
695
- {
696
- index,
697
- unstyled: true,
698
- width: 20,
699
- height: 20,
700
- borderRadius: 9999,
701
- borderWidth: 2,
702
- borderColor: ACTIVE,
703
- backgroundColor: WHITE,
704
- boxShadow: "var(--shadow-sm)",
705
- transition: "quick",
706
- hoverStyle: { borderColor: ACTIVE_HOVER },
707
- focusStyle: { outlineWidth: 2, outlineStyle: "solid", outlineColor: ACTIVE, outlineOffset: 2 },
708
- disabledStyle: { pointerEvents: "none", opacity: 0.5 }
709
- },
710
- index
711
- ))
712
- ]
713
- }
714
- ),
715
- /* @__PURE__ */ jsxRuntime.jsx(SliderMarks, { marks, min, max })
716
- ] });
717
- }
718
- );
719
- function SliderMarks(props) {
720
- const { marks, min, max } = props;
721
- if (!marks?.length) return null;
722
- const range = max - min;
723
- return /* @__PURE__ */ jsxRuntime.jsx(gui.View, { position: "relative", width: "100%", height: 16, children: marks.map((mark, index) => {
724
- const percent = (mark.value - min) / range * 100;
725
- return /* @__PURE__ */ jsxRuntime.jsxs(gui.View, { position: "absolute", left: `${percent}%`, alignItems: "center", children: [
726
- /* @__PURE__ */ jsxRuntime.jsx(gui.View, { width: 2, height: 6, backgroundColor: TRACK }),
727
- mark.label != null && /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { marginTop: 2, fontSize: 12, color: MUTED, children: mark.label })
728
- ] }, index);
729
- }) });
730
- }
731
- var SIZE2 = {
732
- xs: { height: 24, paddingHorizontal: 8, fontSize: "$1", borderRadius: 4 },
733
- sm: { height: 32, paddingHorizontal: 12, fontSize: "$3", borderRadius: 6 },
734
- md: { height: 40, paddingHorizontal: 16, fontSize: "$5", borderRadius: 6 },
735
- lg: { height: 48, paddingHorizontal: 16, fontSize: "$6", borderRadius: 8 },
736
- "2xl": { height: 56, paddingHorizontal: 16, fontSize: "$7", borderRadius: 8 }
737
- };
738
- var VARIANT = {
739
- outline: { borderWidth: 1, borderStyle: "solid" },
740
- filled: { borderWidth: 0, backgroundColor: "var(--color-input-filled-bg)" },
741
- unstyled: { borderWidth: 0, backgroundColor: "transparent", padding: 0, height: "auto" }
742
- };
743
- var CONTROL = {
744
- width: "100%",
745
- outlineWidth: 0,
746
- backgroundColor: "var(--color-input-bg)",
747
- color: "var(--color-input-fg)",
748
- borderColor: "var(--color-input-border)",
749
- hoverStyle: { borderColor: "var(--color-input-border-hover)" },
750
- focusStyle: { borderColor: "var(--color-input-border-focus)" },
751
- disabledStyle: { opacity: 0.4, cursor: "not-allowed" }
752
- };
753
- var Input = React8__namespace.default.forwardRef(
754
- ({ size = "md", variant = "outline", className, onChange, onChangeText, ...rest }, ref) => {
755
- const handleChange = React8__namespace.default.useCallback(
756
- (event) => {
757
- onChange?.(event);
758
- onChangeText?.(event.target.value);
759
- },
760
- [onChange, onChangeText]
761
- );
762
- return /* @__PURE__ */ jsxRuntime.jsx(
763
- gui.Input,
764
- {
765
- ref,
766
- unstyled: true,
767
- className: className ? `lux-control ${className}` : "lux-control",
768
- ...CONTROL,
769
- ...SIZE2[size],
770
- ...VARIANT[variant],
771
- ...rest,
772
- onChange: handleChange
773
- }
774
- );
775
- }
776
- );
777
- Input.displayName = "Input";
778
- var SIZE3 = {
779
- xs: { paddingHorizontal: 8, paddingVertical: 4, fontSize: "$1", borderRadius: 4 },
780
- sm: { paddingHorizontal: 12, paddingVertical: 8, fontSize: "$3", borderRadius: 6 },
781
- md: { paddingHorizontal: 16, paddingVertical: 8, fontSize: "$5", borderRadius: 6 },
782
- lg: { paddingHorizontal: 16, paddingVertical: 12, fontSize: "$6", borderRadius: 8 },
783
- "2xl": { paddingHorizontal: 16, paddingVertical: 12, fontSize: "$7", borderRadius: 8 }
784
- };
785
- var Textarea = React8__namespace.default.forwardRef(
786
- ({ size = "md", variant = "outline", className, onChange, onChangeText, ...rest }, ref) => {
787
- const handleChange = React8__namespace.default.useCallback(
788
- (event) => {
789
- onChange?.(event);
790
- onChangeText?.(event.target.value);
791
- },
792
- [onChange, onChangeText]
793
- );
794
- return /* @__PURE__ */ jsxRuntime.jsx(
795
- gui.TextArea,
796
- {
797
- ref,
798
- unstyled: true,
799
- className: className ? `lux-control ${className}` : "lux-control",
800
- ...CONTROL,
801
- ...SIZE3[size],
802
- ...VARIANT[variant],
803
- ...rest,
804
- onChange: handleChange
805
- }
806
- );
807
- }
808
- );
809
- Textarea.displayName = "Textarea";
810
34
  var AI_MODELS = [
811
35
  { value: "gpt-4", label: "GPT-4", provider: "OpenAI" },
812
36
  { value: "gpt-4-turbo", label: "GPT-4 Turbo", provider: "OpenAI" },
@@ -826,24 +50,24 @@ function AIPlayground({
826
50
  onSendMessage,
827
51
  showSettings = true
828
52
  }) {
829
- const [messages, setMessages] = React8__namespace.useState([]);
830
- const [input, setInput] = React8__namespace.useState("");
831
- const [isLoading, setIsLoading] = React8__namespace.useState(false);
832
- const [error, setError] = React8__namespace.useState(null);
833
- const [copiedId, setCopiedId] = React8__namespace.useState(null);
834
- const [showConfig, setShowConfig] = React8__namespace.useState(false);
835
- const [config, setConfig] = React8__namespace.useState({
53
+ const [messages, setMessages] = React__namespace.useState([]);
54
+ const [input, setInput] = React__namespace.useState("");
55
+ const [isLoading, setIsLoading] = React__namespace.useState(false);
56
+ const [error, setError] = React__namespace.useState(null);
57
+ const [copiedId, setCopiedId] = React__namespace.useState(null);
58
+ const [showConfig, setShowConfig] = React__namespace.useState(false);
59
+ const [config, setConfig] = React__namespace.useState({
836
60
  model: defaultModel,
837
61
  temperature: 0.7,
838
62
  maxTokens: 2e3,
839
63
  systemPrompt: defaultSystemPrompt
840
64
  });
841
- const messagesEndRef = React8__namespace.useRef(null);
842
- const textareaRef = React8__namespace.useRef(null);
65
+ const messagesEndRef = React__namespace.useRef(null);
66
+ const textareaRef = React__namespace.useRef(null);
843
67
  const scrollToBottom = () => {
844
68
  messagesEndRef.current?.scrollIntoView({ behavior: "smooth" });
845
69
  };
846
- React8__namespace.useEffect(() => {
70
+ React__namespace.useEffect(() => {
847
71
  scrollToBottom();
848
72
  }, [messages]);
849
73
  const handleSend = async () => {
@@ -918,7 +142,7 @@ Your message: "${userMessage.content}"`;
918
142
  ] }),
919
143
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-2", children: [
920
144
  messages.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs(
921
- Button,
145
+ button_cjs.Button,
922
146
  {
923
147
  variant: "outline",
924
148
  size: "sm",
@@ -931,7 +155,7 @@ Your message: "${userMessage.content}"`;
931
155
  }
932
156
  ),
933
157
  showSettings && /* @__PURE__ */ jsxRuntime.jsxs(
934
- Button,
158
+ button_cjs.Button,
935
159
  {
936
160
  variant: "outline",
937
161
  size: "sm",
@@ -971,7 +195,7 @@ Your message: "${userMessage.content}"`;
971
195
  config.maxTokens
972
196
  ] }),
973
197
  /* @__PURE__ */ jsxRuntime.jsx(
974
- Slider,
198
+ slider_cjs.Slider,
975
199
  {
976
200
  id: "max-tokens",
977
201
  min: 100,
@@ -990,7 +214,7 @@ Your message: "${userMessage.content}"`;
990
214
  config.temperature.toFixed(1)
991
215
  ] }),
992
216
  /* @__PURE__ */ jsxRuntime.jsx(
993
- Slider,
217
+ slider_cjs.Slider,
994
218
  {
995
219
  id: "temperature",
996
220
  min: 0,
@@ -1006,7 +230,7 @@ Your message: "${userMessage.content}"`;
1006
230
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "space-y-2", children: [
1007
231
  /* @__PURE__ */ jsxRuntime.jsx(ui.Label, { htmlFor: "system-prompt", children: "System Prompt" }),
1008
232
  /* @__PURE__ */ jsxRuntime.jsx(
1009
- Textarea,
233
+ textarea_cjs.Textarea,
1010
234
  {
1011
235
  id: "system-prompt",
1012
236
  placeholder: "Enter system prompt...",
@@ -1020,7 +244,7 @@ Your message: "${userMessage.content}"`;
1020
244
  )
1021
245
  ] })
1022
246
  ] }),
1023
- error && /* @__PURE__ */ jsxRuntime.jsxs(Alert, { children: [
247
+ error && /* @__PURE__ */ jsxRuntime.jsxs(alert_cjs.Alert, { children: [
1024
248
  /* @__PURE__ */ jsxRuntime.jsx(lucideReact.AlertCircle, { style: ui.css("h-4 w-4") }),
1025
249
  /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { children: error })
1026
250
  ] }),
@@ -1052,7 +276,7 @@ Your message: "${userMessage.content}"`;
1052
276
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center gap-2 mt-2", children: [
1053
277
  /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-xs opacity-50", children: message.timestamp.toLocaleTimeString() }),
1054
278
  /* @__PURE__ */ jsxRuntime.jsx(
1055
- Button,
279
+ button_cjs.Button,
1056
280
  {
1057
281
  variant: "ghost",
1058
282
  size: "sm",
@@ -1073,7 +297,7 @@ Your message: "${userMessage.content}"`;
1073
297
  ] }) }),
1074
298
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex gap-2", children: [
1075
299
  /* @__PURE__ */ jsxRuntime.jsx(
1076
- Textarea,
300
+ textarea_cjs.Textarea,
1077
301
  {
1078
302
  ref: textareaRef,
1079
303
  placeholder: "Type your message...",
@@ -1085,7 +309,7 @@ Your message: "${userMessage.content}"`;
1085
309
  }
1086
310
  ),
1087
311
  /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "flex flex-col gap-2", children: /* @__PURE__ */ jsxRuntime.jsx(
1088
- Button,
312
+ button_cjs.Button,
1089
313
  {
1090
314
  onClick: handleSend,
1091
315
  disabled: !input.trim() || isLoading,