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