@luxfi/ui 8.2.7 → 8.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (240) hide show
  1. package/dist/3d-model-viewer.cjs +25 -421
  2. package/dist/3d-model-viewer.js +20 -416
  3. package/dist/accordion.cjs +3 -10
  4. package/dist/accordion.js +2 -10
  5. package/dist/advanced-navigation-bar.cjs +5 -401
  6. package/dist/advanced-navigation-bar.js +5 -401
  7. package/dist/ai-agents.cjs +45 -890
  8. package/dist/ai-agents.js +8 -834
  9. package/dist/ai-assistant.cjs +13 -740
  10. package/dist/ai-assistant.js +10 -738
  11. package/dist/ai-chat.cjs +24 -770
  12. package/dist/ai-chat.js +18 -765
  13. package/dist/ai-code.cjs +67 -923
  14. package/dist/ai-code.js +49 -905
  15. package/dist/ai-playground.cjs +25 -801
  16. package/dist/ai-playground.js +18 -795
  17. package/dist/ai-tools.cjs +22 -767
  18. package/dist/ai-tools.js +15 -761
  19. package/dist/ai-vision.cjs +41 -993
  20. package/dist/ai-vision.js +30 -983
  21. package/dist/ai-voice-settings.cjs +35 -1006
  22. package/dist/ai-voice-settings.js +32 -1004
  23. package/dist/ai-voice.cjs +51 -1024
  24. package/dist/ai-voice.js +9 -963
  25. package/dist/alert.cjs +11 -129
  26. package/dist/alert.js +8 -127
  27. package/dist/announcement.cjs +6 -402
  28. package/dist/announcement.js +6 -402
  29. package/dist/app-switcher-navigation-bar.cjs +5 -401
  30. package/dist/app-switcher-navigation-bar.js +5 -401
  31. package/dist/apple-cards-carousel.cjs +84 -480
  32. package/dist/apple-cards-carousel.js +19 -415
  33. package/dist/auth.cjs +10 -387
  34. package/dist/auth.js +7 -385
  35. package/dist/avatar.cjs +2 -9
  36. package/dist/avatar.js +2 -10
  37. package/dist/badge.cjs +8 -228
  38. package/dist/badge.js +5 -210
  39. package/dist/button.cjs +14 -67
  40. package/dist/button.js +12 -65
  41. package/dist/chrome.cjs +29 -493
  42. package/dist/chrome.js +9 -474
  43. package/dist/code-block.cjs +16 -664
  44. package/dist/code-block.js +13 -662
  45. package/dist/code-compare.cjs +28 -1302
  46. package/dist/code-compare.js +18 -1293
  47. package/dist/code-diff.cjs +21 -669
  48. package/dist/code-diff.js +17 -666
  49. package/dist/code-editor.cjs +13 -409
  50. package/dist/code-editor.js +12 -408
  51. package/dist/code-explorer.cjs +14 -456
  52. package/dist/code-explorer.js +13 -456
  53. package/dist/code-preview.cjs +31 -983
  54. package/dist/code-preview.js +23 -976
  55. package/dist/code-snippet.cjs +19 -667
  56. package/dist/code-snippet.js +14 -663
  57. package/dist/code-terminal.cjs +24 -485
  58. package/dist/code-terminal.js +19 -481
  59. package/dist/collapsible.cjs +13 -347
  60. package/dist/collapsible.js +11 -330
  61. package/dist/color-picker.cjs +8 -450
  62. package/dist/color-picker.js +7 -450
  63. package/dist/combobox.cjs +6 -402
  64. package/dist/combobox.js +6 -402
  65. package/dist/communication-navigation-bar.cjs +7 -403
  66. package/dist/communication-navigation-bar.js +5 -401
  67. package/dist/dashboard-navigation-bar.cjs +6 -402
  68. package/dist/dashboard-navigation-bar.js +5 -401
  69. package/dist/dialog-stack.cjs +5 -401
  70. package/dist/dialog-stack.js +5 -401
  71. package/dist/dialog.cjs +13 -70
  72. package/dist/dialog.js +13 -70
  73. package/dist/drawer.cjs +23 -99
  74. package/dist/drawer.js +19 -96
  75. package/dist/e-commerce-navigation-bar.cjs +7 -403
  76. package/dist/e-commerce-navigation-bar.js +5 -401
  77. package/dist/editor.cjs +9 -405
  78. package/dist/editor.js +6 -402
  79. package/dist/iam.cjs +2 -123
  80. package/dist/iam.js +1 -122
  81. package/dist/icon-button.cjs +2 -56
  82. package/dist/icon-button.js +1 -55
  83. package/dist/identity.cjs +28 -242
  84. package/dist/identity.js +20 -235
  85. package/dist/image-crop.cjs +10 -406
  86. package/dist/image-crop.js +7 -403
  87. package/dist/image.cjs +14 -83
  88. package/dist/image.js +13 -67
  89. package/dist/index.cjs +1868 -38770
  90. package/dist/index.js +174 -38320
  91. package/dist/input-group.cjs +3 -10
  92. package/dist/input-group.js +2 -10
  93. package/dist/item.cjs +2 -27
  94. package/dist/item.js +1 -22
  95. package/dist/kanban.cjs +25 -751
  96. package/dist/kanban.js +15 -742
  97. package/dist/limelight-nav.cjs +10 -452
  98. package/dist/limelight-nav.js +9 -452
  99. package/dist/link.cjs +11 -80
  100. package/dist/link.js +6 -60
  101. package/dist/lux.config.cjs +14 -32
  102. package/dist/lux.config.js +3 -26
  103. package/dist/menu.cjs +5 -13
  104. package/dist/menu.js +1 -9
  105. package/dist/message-dock.cjs +5 -401
  106. package/dist/message-dock.js +5 -401
  107. package/dist/mini-calendar.cjs +7 -403
  108. package/dist/mini-calendar.js +6 -402
  109. package/dist/music-player.cjs +30 -528
  110. package/dist/music-player.js +22 -520
  111. package/dist/next.cjs +8 -89
  112. package/dist/next.js +3 -86
  113. package/dist/popover.cjs +17 -74
  114. package/dist/popover.js +16 -73
  115. package/dist/progress-circle.cjs +3 -10
  116. package/dist/progress-circle.js +2 -10
  117. package/dist/provider.cjs +7 -176
  118. package/dist/provider.js +4 -174
  119. package/dist/select.cjs +36 -89
  120. package/dist/select.js +35 -88
  121. package/dist/sidebar.cjs +22 -493
  122. package/dist/sidebar.js +17 -489
  123. package/dist/site/commerce/ui/context.cjs +9 -214
  124. package/dist/site/commerce/ui/context.js +6 -215
  125. package/dist/site/components/analytics.cjs +2 -42
  126. package/dist/site/components/analytics.js +1 -37
  127. package/dist/site/components/auth/callback.cjs +2 -8
  128. package/dist/site/components/auth/callback.js +1 -7
  129. package/dist/site/components/auth/login-panel.cjs +15 -74
  130. package/dist/site/components/auth/login-panel.js +12 -73
  131. package/dist/site/components/auth/login.cjs +2 -6
  132. package/dist/site/components/auth/login.js +1 -5
  133. package/dist/site/components/auth/widget.cjs +2 -6
  134. package/dist/site/components/auth/widget.js +1 -5
  135. package/dist/site/components/commerce/bag-button.cjs +2 -3
  136. package/dist/site/components/commerce/bag-button.js +2 -3
  137. package/dist/site/components/commerce/buy-button.cjs +2 -11
  138. package/dist/site/components/commerce/buy-button.js +1 -10
  139. package/dist/site/components/commerce/checkout-button.cjs +2 -3
  140. package/dist/site/components/commerce/checkout-button.js +2 -3
  141. package/dist/site/components/commerce/checkout-panel/desktop-cp.cjs +15 -173
  142. package/dist/site/components/commerce/checkout-panel/desktop-cp.js +14 -174
  143. package/dist/site/components/commerce/checkout-panel/index.cjs +9 -400
  144. package/dist/site/components/commerce/checkout-panel/index.js +10 -403
  145. package/dist/site/components/commerce/checkout-panel/mobile-cp.cjs +15 -236
  146. package/dist/site/components/commerce/checkout-panel/mobile-cp.js +13 -237
  147. package/dist/site/components/commerce/desktop-bag-popup.cjs +7 -8
  148. package/dist/site/components/commerce/desktop-bag-popup.js +3 -8
  149. package/dist/site/components/commerce/drawer/index.cjs +15 -289
  150. package/dist/site/components/commerce/drawer/index.js +10 -290
  151. package/dist/site/components/commerce/drawer/micro.cjs +8 -115
  152. package/dist/site/components/commerce/drawer/micro.js +4 -115
  153. package/dist/site/components/commerce/drawer/shell.cjs +2 -10
  154. package/dist/site/components/commerce/drawer/shell.js +2 -10
  155. package/dist/site/components/contact-dialog/index.cjs +6 -69
  156. package/dist/site/components/contact-dialog/index.js +7 -71
  157. package/dist/site/components/drawer-margin.cjs +2 -10
  158. package/dist/site/components/drawer-margin.js +2 -10
  159. package/dist/site/components/footer.cjs +11 -81
  160. package/dist/site/components/footer.js +8 -80
  161. package/dist/site/components/header/desktop.cjs +18 -374
  162. package/dist/site/components/header/desktop.js +12 -355
  163. package/dist/site/components/header/index.cjs +9 -674
  164. package/dist/site/components/header/index.js +8 -657
  165. package/dist/site/components/header/mobile-bag-drawer.cjs +6 -71
  166. package/dist/site/components/header/mobile-bag-drawer.js +5 -74
  167. package/dist/site/components/header/mobile-nav-menu-ai.cjs +25 -28
  168. package/dist/site/components/header/mobile-nav-menu-ai.js +24 -27
  169. package/dist/site/components/header/mobile-nav-menu-item.cjs +6 -60
  170. package/dist/site/components/header/mobile-nav-menu-item.js +6 -61
  171. package/dist/site/components/header/mobile-nav-menu.cjs +7 -110
  172. package/dist/site/components/header/mobile-nav-menu.js +7 -112
  173. package/dist/site/components/header/mobile.cjs +48 -330
  174. package/dist/site/components/header/mobile.js +42 -330
  175. package/dist/site/components/icons/index.cjs +34 -35
  176. package/dist/site/components/icons/index.js +5 -33
  177. package/dist/site/components/index.cjs +118 -1961
  178. package/dist/site/components/index.js +23 -1951
  179. package/dist/site/components/mini-chart/index.cjs +7 -90
  180. package/dist/site/components/mini-chart/index.js +1 -92
  181. package/dist/site/components/mini-chart/wrapper.cjs +7 -76
  182. package/dist/site/components/mini-chart/wrapper.js +4 -77
  183. package/dist/site/components/not-found/index.cjs +9 -819
  184. package/dist/site/components/not-found/index.js +8 -802
  185. package/dist/site/components/security/index.cjs +9 -819
  186. package/dist/site/components/security/index.js +8 -802
  187. package/dist/site/next/analytics/index.cjs +16 -49
  188. package/dist/site/next/analytics/index.js +3 -49
  189. package/dist/site/next/analytics/pixel-analytics.cjs +23 -8
  190. package/dist/site/next/analytics/pixel-analytics.js +4 -8
  191. package/dist/site/next/index.cjs +13 -140
  192. package/dist/site/next/index.js +2 -140
  193. package/dist/site/root-layout/index.cjs +12 -1435
  194. package/dist/site/root-layout/index.css +0 -133
  195. package/dist/site/root-layout/index.js +12 -1416
  196. package/dist/site/site-def/footer/community.cjs +11 -27
  197. package/dist/site/site-def/footer/community.js +2 -18
  198. package/dist/site/site-def/footer/index.cjs +38 -218
  199. package/dist/site/site-def/footer/index.js +14 -215
  200. package/dist/site/site-def/index.cjs +28 -620
  201. package/dist/site/site-def/index.js +3 -624
  202. package/dist/table.cjs +20 -338
  203. package/dist/table.js +19 -338
  204. package/dist/tabs.cjs +3 -10
  205. package/dist/tabs.js +1 -9
  206. package/dist/tag.cjs +9 -270
  207. package/dist/tag.js +6 -268
  208. package/dist/tags.cjs +6 -314
  209. package/dist/tags.js +5 -314
  210. package/dist/textarea.cjs +4 -50
  211. package/dist/textarea.js +3 -49
  212. package/dist/tooltip.cjs +15 -34
  213. package/dist/tooltip.js +13 -33
  214. package/dist/vite.cjs +3 -82
  215. package/dist/vite.js +1 -80
  216. package/package.json +1 -1
  217. package/dist/index.css +0 -132
  218. package/dist/site/components/auth/login-panel.css +0 -4
  219. package/dist/site/components/commerce/bag-button.css +0 -4
  220. package/dist/site/components/commerce/checkout-button.css +0 -4
  221. package/dist/site/components/commerce/checkout-panel/desktop-cp.css +0 -132
  222. package/dist/site/components/commerce/checkout-panel/index.css +0 -132
  223. package/dist/site/components/commerce/checkout-panel/mobile-cp.css +0 -132
  224. package/dist/site/components/commerce/desktop-bag-popup.css +0 -4
  225. package/dist/site/components/commerce/drawer/index.css +0 -132
  226. package/dist/site/components/commerce/drawer/micro.css +0 -4
  227. package/dist/site/components/header/desktop.css +0 -4
  228. package/dist/site/components/header/index.css +0 -132
  229. package/dist/site/components/header/mobile-bag-drawer.css +0 -4
  230. package/dist/site/components/header/mobile-nav-menu-ai.css +0 -132
  231. package/dist/site/components/header/mobile-nav-menu-item.css +0 -132
  232. package/dist/site/components/header/mobile-nav-menu.css +0 -132
  233. package/dist/site/components/header/mobile.css +0 -132
  234. package/dist/site/components/icons/index.css +0 -4
  235. package/dist/site/components/index.css +0 -132
  236. package/dist/site/components/not-found/index.css +0 -132
  237. package/dist/site/components/security/index.css +0 -132
  238. package/dist/site/site-def/footer/community.css +0 -4
  239. package/dist/site/site-def/footer/index.css +0 -4
  240. package/dist/site/site-def/index.css +0 -4
@@ -1,13 +1,17 @@
1
1
  'use client';
2
2
  'use strict';
3
3
 
4
- var React10 = require('react');
4
+ var React = require('react');
5
5
  var lucideReact = require('lucide-react');
6
6
  var sonner = require('sonner');
7
7
  var ui = require('@hanzo/ui');
8
- var gui = require('@hanzo/gui');
8
+ var badge_js = require('./badge.js');
9
+ var button_js = require('./button.js');
10
+ var input_js = require('./input.js');
11
+ var slider_js = require('./slider.js');
12
+ var switch_js = require('./switch.js');
13
+ var textarea_js = require('./textarea.js');
9
14
  var jsxRuntime = require('react/jsx-runtime');
10
- var usehooks = require('@uidotdev/usehooks');
11
15
 
12
16
  function _interopNamespace(e) {
13
17
  if (e && e.__esModule) return e;
@@ -27,964 +31,8 @@ function _interopNamespace(e) {
27
31
  return Object.freeze(n);
28
32
  }
29
33
 
30
- var React10__namespace = /*#__PURE__*/_interopNamespace(React10);
34
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
31
35
 
32
- var SKELETON_CLASSES = "lux-skeleton rounded-sm";
33
- var Skeleton = React10__namespace.forwardRef(
34
- function Skeleton2(props, ref) {
35
- const { loading = true, asChild, className, children, style, ...rest } = props;
36
- if (!loading) {
37
- if (asChild && React10__namespace.isValidElement(children)) return children;
38
- return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { ref, className, style, ...rest, children });
39
- }
40
- return /* @__PURE__ */ jsxRuntime.jsx(
41
- "div",
42
- {
43
- ref,
44
- "data-loading": true,
45
- ...ui.sx(
46
- SKELETON_CLASSES,
47
- asChild || children ? "[&_*]:invisible" : "min-h-5",
48
- className
49
- ),
50
- style,
51
- ...rest,
52
- children
53
- }
54
- );
55
- }
56
- );
57
- React10__namespace.forwardRef(
58
- function SkeletonCircle2(props, ref) {
59
- const { size = 40, loading = true, className, ...rest } = props;
60
- const dimension = typeof size === "number" ? `${size}px` : size;
61
- return /* @__PURE__ */ jsxRuntime.jsx(
62
- Skeleton,
63
- {
64
- ref,
65
- loading,
66
- ...ui.sx("rounded-full shrink-0", className),
67
- style: { width: dimension, height: dimension, ...rest.style },
68
- ...rest
69
- }
70
- );
71
- }
72
- );
73
- React10__namespace.forwardRef(
74
- function SkeletonText2(props, ref) {
75
- const { noOfLines = 3, loading = true, className, ...rest } = props;
76
- return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { ref, className: ui.cn("flex w-full flex-col gap-2", className), ...rest, children: Array.from({ length: noOfLines }).map((_, index) => /* @__PURE__ */ jsxRuntime.jsx(
77
- Skeleton,
78
- {
79
- loading,
80
- ...ui.sx(ui.cn("h-4", index === noOfLines - 1 && "max-w-[80%]"))
81
- },
82
- index
83
- )) });
84
- }
85
- );
86
- var ink = (children, Wrap = gui.Text, props = {}) => {
87
- let hasText = false;
88
- React10.Children.forEach(children, (child) => {
89
- if (typeof child === "string" || typeof child === "number") hasText = true;
90
- });
91
- if (!hasText) return children;
92
- return React10.Children.map(children, (child) => typeof child === "string" || typeof child === "number" ? React10.createElement(Wrap, props, child) : child);
93
- };
94
- var TOUCH_PX = 1024;
95
- function useBelow(px) {
96
- const [below, setBelow] = React10__namespace.useState(false);
97
- React10__namespace.useEffect(() => {
98
- const mql = window.matchMedia(`(max-width: ${px - 1}px)`);
99
- const apply = () => setBelow(mql.matches);
100
- apply();
101
- mql.addEventListener("change", apply);
102
- return () => mql.removeEventListener("change", apply);
103
- }, [px]);
104
- return below;
105
- }
106
- var useIsTouch = () => useBelow(TOUCH_PX);
107
- function mapPlacement(p) {
108
- if (!p) return void 0;
109
- return p;
110
- }
111
- var Tooltip = React10__namespace.forwardRef(
112
- function Tooltip2(props, ref) {
113
- const {
114
- showArrow: showArrowProp,
115
- onOpenChange,
116
- variant,
117
- selected,
118
- children,
119
- disabled,
120
- disableOnMobile,
121
- content,
122
- contentProps,
123
- defaultOpen = false,
124
- triggerProps,
125
- closeDelay = 100,
126
- openDelay = 100,
127
- interactive,
128
- positioning
129
- } = props;
130
- const [open, setOpen] = React10__namespace.useState(defaultOpen);
131
- const timeoutRef = React10__namespace.useRef(null);
132
- const isMobile = useIsTouch();
133
- const handleOpenChange = React10__namespace.useCallback((nextOpen) => {
134
- setOpen(nextOpen);
135
- onOpenChange?.({ open: nextOpen });
136
- }, [onOpenChange]);
137
- const handleOpenChangeManual = React10__namespace.useCallback((nextOpen) => {
138
- timeoutRef.current && window.clearTimeout(timeoutRef.current);
139
- timeoutRef.current = window.setTimeout(() => {
140
- setOpen(nextOpen);
141
- onOpenChange?.({ open: nextOpen });
142
- }, nextOpen ? openDelay : closeDelay);
143
- }, [closeDelay, openDelay, onOpenChange]);
144
- const handleClickAway = React10__namespace.useCallback(() => {
145
- if (open) handleOpenChangeManual(false);
146
- }, [open, handleOpenChangeManual]);
147
- const triggerRef = usehooks.useClickAway(handleClickAway);
148
- const handleTriggerClick = React10__namespace.useCallback(() => {
149
- handleOpenChangeManual(!open);
150
- }, [handleOpenChangeManual, open]);
151
- const handleContentClick = React10__namespace.useCallback((event) => {
152
- event.stopPropagation();
153
- if (interactive) {
154
- const closestLink = event.target?.closest("a");
155
- if (closestLink) {
156
- handleOpenChangeManual(false);
157
- }
158
- }
159
- }, [interactive, handleOpenChangeManual]);
160
- React10__namespace.useEffect(() => {
161
- return () => {
162
- if (timeoutRef.current) {
163
- clearTimeout(timeoutRef.current);
164
- }
165
- };
166
- }, []);
167
- if (disabled || disableOnMobile && isMobile) return children;
168
- const defaultShowArrow = variant === "popover" ? false : true;
169
- const showArrow = showArrowProp !== void 0 ? showArrowProp : defaultShowArrow;
170
- const isPopover = variant === "popover";
171
- const placement = mapPlacement(positioning?.placement) ?? "top";
172
- const offset = positioning?.offset?.mainAxis ?? 4;
173
- return /* @__PURE__ */ jsxRuntime.jsx(gui.TooltipGroup, { delay: openDelay, children: /* @__PURE__ */ jsxRuntime.jsxs(
174
- gui.Tooltip,
175
- {
176
- open,
177
- onOpenChange: handleOpenChange,
178
- delay: { open: openDelay, close: closeDelay },
179
- placement,
180
- offset,
181
- unstyled: true,
182
- children: [
183
- /* @__PURE__ */ jsxRuntime.jsx(
184
- gui.Tooltip.Trigger,
185
- {
186
- ref: triggerRef,
187
- asChild: true,
188
- ...isMobile ? { onClick: handleTriggerClick } : {},
189
- ...triggerProps,
190
- children
191
- }
192
- ),
193
- /* @__PURE__ */ jsxRuntime.jsxs(
194
- gui.Tooltip.Content,
195
- {
196
- ref,
197
- unstyled: true,
198
- zIndex: 9999,
199
- overflow: "hidden",
200
- borderRadius: 8,
201
- paddingHorizontal: 12,
202
- paddingVertical: 8,
203
- maxWidth: isPopover ? 384 : 320,
204
- backgroundColor: isPopover ? "var(--color-popover-bg)" : "var(--color-tooltip-bg)",
205
- transition: "quick",
206
- enterStyle: { opacity: 0, scale: 0.95 },
207
- exitStyle: { opacity: 0, scale: 0.95 },
208
- ...isPopover ? {
209
- borderWidth: 1,
210
- borderColor: "var(--color-border-divider)",
211
- shadowColor: "var(--shadow-popover)"
212
- } : {},
213
- onClick: interactive ? handleContentClick : void 0,
214
- ...selected ? { "data-selected": true } : {},
215
- ...contentProps,
216
- children: [
217
- showArrow && /* @__PURE__ */ jsxRuntime.jsx(
218
- gui.Tooltip.Arrow,
219
- {
220
- unstyled: true,
221
- backgroundColor: isPopover ? "var(--color-popover-bg)" : "var(--color-tooltip-bg)"
222
- }
223
- ),
224
- ink(content, void 0, {
225
- fontSize: 14,
226
- color: isPopover ? "var(--color-text-primary)" : "var(--color-tooltip-fg)"
227
- })
228
- ]
229
- }
230
- )
231
- ]
232
- }
233
- ) });
234
- }
235
- );
236
- function TruncatedTextTooltip({ label, children }) {
237
- return /* @__PURE__ */ jsxRuntime.jsx(Tooltip, { content: label, positioning: { placement: "top" }, children });
238
- }
239
- var SIZE = {
240
- sm: { padding: 4, height: 18, minHeight: 18 },
241
- md: { paddingHorizontal: 4, paddingVertical: 2, minHeight: 24 },
242
- lg: { paddingHorizontal: 8, paddingVertical: 4, minHeight: 28 }
243
- };
244
- var SIZE_TEXT = {
245
- sm: { fontSize: 12, fontWeight: "500" },
246
- md: { fontSize: 14, fontWeight: "500" },
247
- lg: { fontSize: 14, fontWeight: "600" }
248
- };
249
- var COLOR_PALETTE = {
250
- gray: { bg: "var(--color-badge-gray-bg)", fg: "var(--color-badge-gray-fg)" },
251
- green: { bg: "var(--color-badge-green-bg)", fg: "var(--color-badge-green-fg)" },
252
- red: { bg: "var(--color-badge-red-bg)", fg: "var(--color-badge-red-fg)" },
253
- purple: { bg: "var(--color-badge-purple-bg)", fg: "var(--color-badge-purple-fg)" },
254
- orange: { bg: "var(--color-badge-orange-bg)", fg: "var(--color-badge-orange-fg)" },
255
- blue: { bg: "var(--color-badge-blue-bg)", fg: "var(--color-badge-blue-fg)" },
256
- yellow: { bg: "var(--color-badge-yellow-bg)", fg: "var(--color-badge-yellow-fg)" },
257
- teal: { bg: "var(--color-badge-teal-bg)", fg: "var(--color-badge-teal-fg)" },
258
- cyan: { bg: "var(--color-badge-cyan-bg)", fg: "var(--color-badge-cyan-fg)" },
259
- pink: { bg: "var(--color-badge-pink-bg)", fg: "var(--color-badge-pink-fg)" },
260
- purple_alt: { bg: "var(--color-badge-purple-alt-bg)", fg: "var(--color-badge-purple-alt-fg)" },
261
- blue_alt: { bg: "var(--color-badge-blue-alt-bg)", fg: "var(--color-badge-blue-alt-fg)" },
262
- bright_gray: { bg: "var(--color-badge-bright-gray-bg)", fg: "var(--color-badge-bright-gray-fg)" },
263
- bright_green: { bg: "var(--color-badge-bright-green-bg)", fg: "var(--color-badge-bright-green-fg)" },
264
- bright_red: { bg: "var(--color-badge-bright-red-bg)", fg: "var(--color-badge-bright-red-fg)" },
265
- bright_blue: { bg: "var(--color-badge-bright-blue-bg)", fg: "var(--color-badge-bright-blue-fg)" },
266
- bright_yellow: { bg: "var(--color-badge-bright-yellow-bg)", fg: "var(--color-badge-bright-yellow-fg)" },
267
- bright_teal: { bg: "var(--color-badge-bright-teal-bg)", fg: "var(--color-badge-bright-teal-fg)" },
268
- bright_cyan: { bg: "var(--color-badge-bright-cyan-bg)", fg: "var(--color-badge-bright-cyan-fg)" },
269
- bright_orange: { bg: "var(--color-badge-bright-orange-bg)", fg: "var(--color-badge-bright-orange-fg)" },
270
- bright_purple: { bg: "var(--color-badge-bright-purple-bg)", fg: "var(--color-badge-bright-purple-fg)" },
271
- bright_pink: { bg: "var(--color-badge-bright-pink-bg)", fg: "var(--color-badge-bright-pink-fg)" }
272
- };
273
- var TONE = {
274
- subtle: (p) => ({ backgroundColor: p.bg, color: p.fg, borderWidth: 0 }),
275
- solid: (p) => ({ backgroundColor: p.fg, color: p.bg, borderWidth: 0 }),
276
- outline: (p) => ({
277
- backgroundColor: "transparent",
278
- color: p.fg,
279
- borderWidth: 1,
280
- borderColor: p.fg
281
- })
282
- };
283
- var Badge = React10__namespace.default.forwardRef(
284
- function Badge2(props, ref) {
285
- const {
286
- loading,
287
- startElement,
288
- children,
289
- truncated = false,
290
- endElement,
291
- variant = "subtle",
292
- size = "md",
293
- colorPalette = "gray",
294
- className,
295
- style: badgeStyle,
296
- ...rest
297
- } = props;
298
- const palette = COLOR_PALETTE[colorPalette];
299
- const tone = TONE[variant](palette);
300
- const child = children ? (
301
- // `ellipsis` is gui Text's own built-in variant for single-line
302
- // truncation — it expands to the same overflow/text-overflow/
303
- // white-space/max-width rule Tailwind's `text-ellipsis` did, but
304
- // through the component's own variants (guaranteed to compile),
305
- // rather than naming each longhand as a separate style prop.
306
- /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { ellipsis: true, ...SIZE_TEXT[size], color: tone.color, children })
307
- ) : null;
308
- const childrenElement = truncated ? /* @__PURE__ */ jsxRuntime.jsx(TruncatedTextTooltip, { label: children, children: child }) : child;
309
- const badgeElement = /* @__PURE__ */ jsxRuntime.jsxs(
310
- gui.XStack,
311
- {
312
- ref,
313
- render: /* @__PURE__ */ jsxRuntime.jsx("span", {}),
314
- display: "inline-flex",
315
- alignItems: "center",
316
- alignSelf: "flex-start",
317
- borderRadius: 2,
318
- gap: 4,
319
- maxWidth: "100%",
320
- userSelect: "text",
321
- ...SIZE[size],
322
- ...tone,
323
- className,
324
- style: badgeStyle,
325
- ...rest,
326
- children: [
327
- startElement,
328
- childrenElement,
329
- endElement
330
- ]
331
- }
332
- );
333
- if (loading) {
334
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading, asChild: true, children: badgeElement });
335
- }
336
- return badgeElement;
337
- }
338
- );
339
- var SpinnerFrame = gui.styled(gui.View, {
340
- name: "ButtonSpinner",
341
- render: /* @__PURE__ */ jsxRuntime.jsx("span", {}),
342
- width: 16,
343
- height: 16,
344
- borderRadius: 1e3,
345
- borderWidth: 2,
346
- borderColor: "currentColor",
347
- borderBottomColor: "transparent",
348
- borderLeftColor: "transparent"
349
- });
350
- function Spinner({ className }) {
351
- return /* @__PURE__ */ jsxRuntime.jsx(
352
- SpinnerFrame,
353
- {
354
- role: "status",
355
- "aria-label": "Loading",
356
- className: [
357
- "animate-spin",
358
- className
359
- ].filter(Boolean).join(" ")
360
- }
361
- );
362
- }
363
- var ButtonFrame = gui.styled(gui.View, {
364
- name: "LuxButton",
365
- render: /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button" }),
366
- role: "button",
367
- tabIndex: 0,
368
- cursor: "pointer",
369
- userSelect: "none",
370
- display: "inline-flex",
371
- alignItems: "center",
372
- justifyContent: "center",
373
- gap: 0,
374
- overflow: "hidden",
375
- borderRadius: 6,
376
- // Whitespace nowrap via className since hanzogui doesn't have a direct token
377
- // Transition via className
378
- variants: {
379
- size: {
380
- "2xs": { paddingHorizontal: 8, height: 20, minWidth: 20, fontSize: 12, borderRadius: 4, gap: 4 },
381
- xs: { paddingHorizontal: 8, height: 24, minWidth: 24, fontSize: 14, borderRadius: 4, gap: 4 },
382
- sm: { paddingHorizontal: 12, height: 32, minWidth: 32, fontSize: 14, borderRadius: 6, gap: 4 },
383
- md: { paddingHorizontal: 12, height: 40, minWidth: 40, fontSize: 16, borderRadius: 6, gap: 8 }
384
- },
385
- disabled: {
386
- true: {
387
- opacity: 0.2,
388
- cursor: "not-allowed",
389
- pointerEvents: "none"
390
- }
391
- }
392
- },
393
- defaultVariants: {
394
- size: "md"
395
- }
396
- });
397
- var VARIANT_CLASSES = {
398
- solid: [
399
- "bg-[var(--color-button-solid-bg)] text-[var(--color-button-solid-text)]",
400
- "hover:bg-[var(--color-hover)]",
401
- "data-[expanded]:bg-[var(--color-hover)]"
402
- ].join(" "),
403
- solid_danger: [
404
- "bg-[var(--color-button-danger-bg)] text-[var(--color-button-danger-fg)]",
405
- "hover:bg-[var(--color-button-danger-bg-hover)]",
406
- "data-[expanded]:bg-[var(--color-button-danger-bg-hover)]"
407
- ].join(" "),
408
- outline: [
409
- "border-2 border-solid bg-transparent",
410
- "text-[var(--color-button-outline-fg)] border-[var(--color-button-outline-fg)]",
411
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]"
412
- ].join(" "),
413
- outline_danger: [
414
- "border-2 border-solid bg-transparent",
415
- "text-[var(--color-button-danger-bg)] border-[var(--color-button-danger-bg)]",
416
- "hover:bg-transparent hover:text-[var(--color-button-danger-bg-hover)] hover:border-[var(--color-button-danger-bg-hover)]"
417
- ].join(" "),
418
- dropdown: [
419
- "border-2 border-solid bg-transparent",
420
- "text-[var(--color-button-dropdown-fg)] border-[var(--color-button-dropdown-border)]",
421
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
422
- "data-[expanded]:bg-transparent data-[expanded]:text-[var(--color-hover)] data-[expanded]:border-[var(--color-hover)]",
423
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
424
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
425
- "data-[selected]:hover:text-[var(--color-hover)] data-[selected]:hover:border-transparent",
426
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
427
- ].join(" "),
428
- header: [
429
- "bg-transparent border-2 border-solid",
430
- "text-[var(--color-button-header-fg)] border-[var(--color-button-header-border)]",
431
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
432
- "data-[selected]:bg-[var(--color-button-header-bg-selected)]",
433
- "data-[selected]:text-[var(--color-button-header-fg-selected)] data-[selected]:border-transparent data-[selected]:border-0",
434
- "data-[selected]:hover:bg-[var(--color-button-header-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
435
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
436
- "data-[selected]:data-[highlighted]:bg-[var(--color-button-header-bg-highlighted)]",
437
- "data-[selected]:data-[highlighted]:text-[var(--color-button-header-fg-highlighted)]",
438
- "data-[selected]:data-[highlighted]:border-transparent data-[selected]:data-[highlighted]:border-0",
439
- "data-[selected]:data-[highlighted]:hover:bg-[var(--color-button-header-bg-highlighted)]",
440
- "data-[selected]:data-[highlighted]:hover:text-[var(--color-hover)]",
441
- "data-[selected]:data-[highlighted]:data-[expanded]:text-[var(--color-hover)]"
442
- ].join(" "),
443
- hero: [
444
- "bg-[var(--color-button-hero-bg)] text-[var(--color-button-hero-fg)]",
445
- "hover:bg-[var(--color-button-hero-bg-hover)] hover:text-[var(--color-button-hero-fg-hover)]",
446
- "data-[selected]:bg-[var(--color-button-hero-bg-selected)] data-[selected]:text-[var(--color-button-hero-fg-selected)]",
447
- "data-[selected]:hover:bg-[var(--color-button-hero-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
448
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
449
- ].join(" "),
450
- segmented: [
451
- "bg-transparent border-2 border-solid rounded-none",
452
- "text-[var(--color-button-segmented-fg)] border-[var(--color-selected-control-bg)]",
453
- "hover:text-[var(--color-hover)]",
454
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
455
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-selected-control-text)]",
456
- "[&:not(:last-child)]:border-r-0 data-[selected]:[&:not(:last-child)]:border-r-2",
457
- "data-[selected]+*:border-l-0",
458
- "first:rounded-l-md last:rounded-r-md"
459
- ].join(" "),
460
- plain: "bg-transparent text-inherit border-none hover:bg-transparent",
461
- subtle: [
462
- "bg-[var(--color-button-subtle-bg)] text-[var(--color-button-subtle-fg)]",
463
- "hover:bg-[var(--color-button-subtle-bg)] hover:text-[var(--color-hover)]",
464
- "disabled:bg-[var(--color-button-subtle-bg)] disabled:text-[var(--color-button-subtle-fg)]"
465
- ].join(" "),
466
- link: [
467
- "bg-transparent text-[var(--color-link-primary)] border-none font-normal",
468
- "px-0 h-auto",
469
- "hover:bg-transparent hover:text-[var(--color-link-primary-hover)]",
470
- "disabled:text-[var(--color-text-secondary)]"
471
- ].join(" "),
472
- icon_secondary: [
473
- "bg-transparent text-[var(--color-icon-secondary)] border-none",
474
- "hover:text-[var(--color-hover)]",
475
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
476
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
477
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
478
- "data-[expanded]:text-[var(--color-hover)]"
479
- ].join(" "),
480
- icon_background: [
481
- "bg-[var(--color-button-icon-background-bg)] text-[var(--color-icon-secondary)] border-none",
482
- "hover:text-[var(--color-hover)]",
483
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
484
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
485
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
486
- "data-[expanded]:text-[var(--color-hover)]"
487
- ].join(" "),
488
- pagination: [
489
- "border-2 border-solid bg-transparent",
490
- "text-[var(--color-button-pagination-fg)] border-[var(--color-button-pagination-border)]",
491
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
492
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
493
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
494
- "data-[selected]:hover:text-[var(--color-selected-control-text)] data-[selected]:hover:border-transparent"
495
- ].join(" ")
496
- };
497
- var BASE_CLASSES = "font-semibold whitespace-nowrap transition-colors duration-150";
498
- var SP = 4;
499
- function buildShimStyle(props) {
500
- const s = { ...props.style };
501
- if (props.mt !== void 0) s.marginTop = typeof props.mt === "number" ? `${props.mt * SP}px` : props.mt;
502
- if (props.ml !== void 0) s.marginLeft = typeof props.ml === "number" ? `${props.ml * SP}px` : props.ml;
503
- if (props.mr !== void 0) s.marginRight = typeof props.mr === "number" ? `${props.mr * SP}px` : props.mr;
504
- if (props.px !== void 0) {
505
- const v = typeof props.px === "number" ? `${props.px * SP}px` : props.px;
506
- s.paddingLeft = v;
507
- s.paddingRight = v;
508
- }
509
- if (props.py !== void 0) {
510
- const v = typeof props.py === "number" ? `${props.py * SP}px` : props.py;
511
- s.paddingTop = v;
512
- s.paddingBottom = v;
513
- }
514
- if (props.fontWeight !== void 0) s.fontWeight = props.fontWeight;
515
- if (props.gap !== void 0) s.gap = typeof props.gap === "number" ? `${props.gap * SP}px` : props.gap;
516
- if (props.flexShrink !== void 0) s.flexShrink = props.flexShrink;
517
- if (props.columnGap !== void 0) s.columnGap = typeof props.columnGap === "number" ? `${props.columnGap * SP}px` : props.columnGap;
518
- if (props.gridColumn !== void 0) s.gridColumn = typeof props.gridColumn === "number" ? String(props.gridColumn) : props.gridColumn;
519
- if (props.gridRow) s.gridRow = props.gridRow;
520
- if (props.justifySelf) s.justifySelf = props.justifySelf;
521
- if (props.alignSelf) s.alignSelf = props.alignSelf;
522
- if (props.h) s.height = props.h;
523
- if (props.w) s.width = props.w;
524
- if (props.display) s.display = props.display;
525
- if (props.borderBottomRightRadius !== void 0) s.borderBottomRightRadius = typeof props.borderBottomRightRadius === "number" ? `${props.borderBottomRightRadius}px` : props.borderBottomRightRadius;
526
- if (props.borderTopRightRadius !== void 0) s.borderTopRightRadius = typeof props.borderTopRightRadius === "number" ? `${props.borderTopRightRadius}px` : props.borderTopRightRadius;
527
- return Object.keys(s).length > 0 ? s : void 0;
528
- }
529
- var Button = React10__namespace.forwardRef(
530
- function Button2(props, ref) {
531
- const {
532
- className,
533
- variant = "solid",
534
- size = "md",
535
- asChild = false,
536
- loading = false,
537
- loadingText,
538
- loadingSkeleton = false,
539
- expanded,
540
- selected,
541
- highlighted,
542
- disabled,
543
- children,
544
- style: styleProp,
545
- // Strip Chakra style props
546
- mt,
547
- ml,
548
- mr,
549
- px,
550
- py,
551
- fontWeight,
552
- gap,
553
- flexShrink,
554
- columnGap,
555
- gridColumn,
556
- gridRow,
557
- justifySelf,
558
- alignSelf,
559
- textStyle: _textStyle,
560
- h,
561
- w,
562
- display,
563
- borderBottomRightRadius,
564
- borderTopRightRadius,
565
- ...rest
566
- } = props;
567
- const mergedStyle = buildShimStyle({
568
- style: styleProp,
569
- mt,
570
- ml,
571
- mr,
572
- px,
573
- py,
574
- fontWeight,
575
- gap,
576
- flexShrink,
577
- columnGap,
578
- gridColumn,
579
- gridRow,
580
- justifySelf,
581
- alignSelf,
582
- h,
583
- w,
584
- display,
585
- borderBottomRightRadius,
586
- borderTopRightRadius
587
- });
588
- const dataAttrs = {};
589
- if (expanded) dataAttrs["data-expanded"] = true;
590
- if (selected) dataAttrs["data-selected"] = true;
591
- if (highlighted) dataAttrs["data-highlighted"] = true;
592
- if (loadingSkeleton) dataAttrs["data-loading-skeleton"] = true;
593
- const isDisabled = !loadingSkeleton && (loading || disabled);
594
- const inner = loading ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
595
- /* @__PURE__ */ jsxRuntime.jsx(Spinner, {}),
596
- loadingText != null && /* @__PURE__ */ jsxRuntime.jsx("span", { style: { marginLeft: 8 }, children: loadingText })
597
- ] }) : children;
598
- const variantClass = VARIANT_CLASSES[variant] ?? VARIANT_CLASSES.solid;
599
- const combinedClassName = [BASE_CLASSES, variantClass, className].filter(Boolean).join(" ");
600
- const button = /* @__PURE__ */ jsxRuntime.jsx(
601
- ButtonFrame,
602
- {
603
- ref,
604
- size,
605
- disabled: isDisabled || void 0,
606
- asChild: asChild || void 0,
607
- className: combinedClassName,
608
- style: mergedStyle,
609
- ...dataAttrs,
610
- ...rest,
611
- children: inner
612
- }
613
- );
614
- if (loadingSkeleton) {
615
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading: loadingSkeleton, asChild: true, ref, children: button });
616
- }
617
- return button;
618
- }
619
- );
620
- React10__namespace.forwardRef(
621
- function ButtonGroup2(props, ref) {
622
- const { className, ...rest } = props;
623
- return /* @__PURE__ */ jsxRuntime.jsx(
624
- ui.Box,
625
- {
626
- ref,
627
- className: ["inline-flex", className].filter(Boolean).join(" "),
628
- role: "group",
629
- ...rest
630
- }
631
- );
632
- }
633
- );
634
- React10__namespace.forwardRef(
635
- function ButtonGroupRadio2(props, ref) {
636
- const {
637
- children,
638
- onChange,
639
- variant = "segmented",
640
- defaultValue,
641
- loading = false,
642
- equalWidth = false,
643
- className,
644
- ...rest
645
- } = props;
646
- const firstChildValue = React10__namespace.useMemo(() => {
647
- const firstChild = Array.isArray(children) ? children[0] : void 0;
648
- return typeof firstChild?.props.value === "string" ? firstChild.props.value : void 0;
649
- }, [children]);
650
- const [value, setValue] = React10__namespace.useState(defaultValue ?? firstChildValue);
651
- const handleItemClick = React10__namespace.useCallback((event) => {
652
- const v = event.currentTarget.value;
653
- setValue(v);
654
- onChange?.(v);
655
- }, [onChange]);
656
- const clonedChildren = React10__namespace.Children.map(children, (child) => {
657
- return React10__namespace.cloneElement(child, {
658
- onClick: handleItemClick,
659
- selected: value === child.props.value,
660
- variant
661
- });
662
- });
663
- const childrenLength = React10__namespace.Children.count(children);
664
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading, children: /* @__PURE__ */ jsxRuntime.jsx(
665
- ui.Box,
666
- {
667
- ref,
668
- className: [
669
- "inline-flex gap-0",
670
- equalWidth ? "grid" : "",
671
- className
672
- ].filter(Boolean).join(" "),
673
- style: equalWidth ? { gridTemplateColumns: `repeat(${childrenLength}, 1fr)` } : void 0,
674
- role: "group",
675
- ...rest,
676
- children: clonedChildren
677
- }
678
- ) });
679
- }
680
- );
681
- var SIZE2 = {
682
- xs: { height: 24, paddingHorizontal: 8, fontSize: "$1", borderRadius: 4 },
683
- sm: { height: 32, paddingHorizontal: 12, fontSize: "$3", borderRadius: 6 },
684
- md: { height: 40, paddingHorizontal: 16, fontSize: "$5", borderRadius: 6 },
685
- lg: { height: 48, paddingHorizontal: 16, fontSize: "$6", borderRadius: 8 },
686
- "2xl": { height: 56, paddingHorizontal: 16, fontSize: "$7", borderRadius: 8 }
687
- };
688
- var VARIANT = {
689
- outline: { borderWidth: 1, borderStyle: "solid" },
690
- filled: { borderWidth: 0, backgroundColor: "var(--color-input-filled-bg)" },
691
- unstyled: { borderWidth: 0, backgroundColor: "transparent", padding: 0, height: "auto" }
692
- };
693
- var CONTROL = {
694
- width: "100%",
695
- outlineWidth: 0,
696
- backgroundColor: "var(--color-input-bg)",
697
- color: "var(--color-input-fg)",
698
- borderColor: "var(--color-input-border)",
699
- hoverStyle: { borderColor: "var(--color-input-border-hover)" },
700
- focusStyle: { borderColor: "var(--color-input-border-focus)" },
701
- disabledStyle: { opacity: 0.4, cursor: "not-allowed" }
702
- };
703
- var Input = React10__namespace.default.forwardRef(
704
- ({ size = "md", variant = "outline", className, onChange, onChangeText, ...rest }, ref) => {
705
- const handleChange = React10__namespace.default.useCallback(
706
- (event) => {
707
- onChange?.(event);
708
- onChangeText?.(event.target.value);
709
- },
710
- [onChange, onChangeText]
711
- );
712
- return /* @__PURE__ */ jsxRuntime.jsx(
713
- gui.Input,
714
- {
715
- ref,
716
- unstyled: true,
717
- className: className ? `lux-control ${className}` : "lux-control",
718
- ...CONTROL,
719
- ...SIZE2[size],
720
- ...VARIANT[variant],
721
- ...rest,
722
- onChange: handleChange
723
- }
724
- );
725
- }
726
- );
727
- Input.displayName = "Input";
728
- var MUTED = "var(--color-text-secondary)";
729
- var TRACK = "var(--color-border-divider)";
730
- var ACTIVE = "var(--color-link-primary)";
731
- var ACTIVE_HOVER = "var(--color-link-primary-hover)";
732
- var WHITE = "var(--color-white)";
733
- var Slider = React10__namespace.forwardRef(
734
- function Slider2(props, ref) {
735
- const {
736
- marks: marksProp,
737
- label,
738
- showValue,
739
- value,
740
- defaultValue,
741
- min = 0,
742
- max = 100,
743
- step,
744
- disabled,
745
- orientation = "horizontal",
746
- name,
747
- onValueChange,
748
- onValueCommit,
749
- className
750
- } = props;
751
- const resolvedValue = defaultValue ?? value;
752
- const marks = marksProp?.map((mark) => {
753
- if (typeof mark === "number") return { value: mark, label: void 0 };
754
- return mark;
755
- });
756
- const hasMarkLabel = Boolean(marks?.some((mark) => mark.label));
757
- const latest = React10__namespace.useRef(value ?? defaultValue ?? []);
758
- const handleValueChange = React10__namespace.useCallback((next) => {
759
- latest.current = next;
760
- onValueChange?.(next);
761
- }, [onValueChange]);
762
- const handleSlideEnd = React10__namespace.useCallback(() => {
763
- onValueCommit?.(latest.current);
764
- }, [onValueCommit]);
765
- return /* @__PURE__ */ jsxRuntime.jsxs(gui.YStack, { className, gap: 4, children: [
766
- label && !showValue && /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { fontSize: 14, fontWeight: "500", color: MUTED, children: label }),
767
- label && showValue && /* @__PURE__ */ jsxRuntime.jsxs(gui.XStack, { alignItems: "center", justifyContent: "space-between", children: [
768
- /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { fontSize: 14, fontWeight: "500", color: MUTED, children: label }),
769
- /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { fontSize: 14, color: MUTED, children: (value ?? defaultValue ?? [])?.join(", ") })
770
- ] }),
771
- /* @__PURE__ */ jsxRuntime.jsxs(
772
- gui.Slider,
773
- {
774
- ref,
775
- position: "relative",
776
- flexDirection: "row",
777
- width: "100%",
778
- userSelect: "none",
779
- alignItems: "center",
780
- marginBottom: hasMarkLabel ? 24 : 0,
781
- value,
782
- defaultValue,
783
- min,
784
- max,
785
- step,
786
- disabled,
787
- orientation,
788
- name,
789
- onValueChange: handleValueChange,
790
- onSlideEnd: handleSlideEnd,
791
- children: [
792
- /* @__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 }) }),
793
- resolvedValue?.map((_, index) => /* @__PURE__ */ jsxRuntime.jsx(
794
- gui.Slider.Thumb,
795
- {
796
- index,
797
- unstyled: true,
798
- width: 20,
799
- height: 20,
800
- borderRadius: 9999,
801
- borderWidth: 2,
802
- borderColor: ACTIVE,
803
- backgroundColor: WHITE,
804
- boxShadow: "var(--shadow-sm)",
805
- transition: "quick",
806
- hoverStyle: { borderColor: ACTIVE_HOVER },
807
- focusStyle: { outlineWidth: 2, outlineStyle: "solid", outlineColor: ACTIVE, outlineOffset: 2 },
808
- disabledStyle: { pointerEvents: "none", opacity: 0.5 }
809
- },
810
- index
811
- ))
812
- ]
813
- }
814
- ),
815
- /* @__PURE__ */ jsxRuntime.jsx(SliderMarks, { marks, min, max })
816
- ] });
817
- }
818
- );
819
- function SliderMarks(props) {
820
- const { marks, min, max } = props;
821
- if (!marks?.length) return null;
822
- const range = max - min;
823
- return /* @__PURE__ */ jsxRuntime.jsx(gui.View, { position: "relative", width: "100%", height: 16, children: marks.map((mark, index) => {
824
- const percent = (mark.value - min) / range * 100;
825
- return /* @__PURE__ */ jsxRuntime.jsxs(gui.View, { position: "absolute", left: `${percent}%`, alignItems: "center", children: [
826
- /* @__PURE__ */ jsxRuntime.jsx(gui.View, { width: 2, height: 6, backgroundColor: TRACK }),
827
- mark.label != null && /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { marginTop: 2, fontSize: 12, color: MUTED, children: mark.label })
828
- ] }, index);
829
- }) });
830
- }
831
- var NOOP = () => {
832
- };
833
- var SIZE3 = {
834
- sm: { width: 28, height: 16, thumb: 12, label: 12 },
835
- md: { width: 36, height: 20, thumb: 16, label: 14 },
836
- lg: { width: 44, height: 24, thumb: 20, label: 16 }
837
- };
838
- var TRACK_ON = "var(--color-text-primary)";
839
- var TRACK_OFF = "var(--color-switch-bg)";
840
- var OUTLINE = "var(--color-gray-500)";
841
- var WHITE2 = "var(--color-white)";
842
- var SwitchBase = React10__namespace.forwardRef(
843
- function Switch(props, ref) {
844
- const {
845
- inputProps,
846
- children,
847
- rootRef,
848
- labelProps,
849
- trackLabel,
850
- thumbLabel,
851
- checked: checkedProp,
852
- defaultChecked,
853
- onCheckedChange,
854
- onChange,
855
- disabled = false,
856
- size = "md",
857
- direction,
858
- ...rest
859
- } = props;
860
- const [internalChecked, setInternalChecked] = React10__namespace.useState(defaultChecked ?? false);
861
- const isControlled = checkedProp !== void 0;
862
- const checkedState = isControlled ? checkedProp : internalChecked;
863
- const handleCheckedChange = React10__namespace.useCallback(
864
- (nextChecked) => {
865
- if (!isControlled) {
866
- setInternalChecked(nextChecked);
867
- }
868
- onCheckedChange?.(nextChecked);
869
- },
870
- [isControlled, onCheckedChange]
871
- );
872
- const s = SIZE3[size];
873
- const isRtl = direction === "rtl";
874
- return /* @__PURE__ */ jsxRuntime.jsxs(
875
- gui.Label,
876
- {
877
- ref: rootRef,
878
- unstyled: true,
879
- flexDirection: isRtl ? "row-reverse" : "row",
880
- alignItems: "center",
881
- gap: 8,
882
- cursor: disabled ? "not-allowed" : "pointer",
883
- userSelect: "none",
884
- opacity: disabled ? 0.5 : 1,
885
- onChange,
886
- "data-disabled": disabled || void 0,
887
- ...rest,
888
- children: [
889
- /* @__PURE__ */ jsxRuntime.jsxs(
890
- gui.Switch,
891
- {
892
- unstyled: true,
893
- checked: checkedState,
894
- onCheckedChange: handleCheckedChange,
895
- disabled,
896
- position: "relative",
897
- flexShrink: 0,
898
- alignItems: "center",
899
- width: s.width,
900
- height: s.height,
901
- borderRadius: 9999,
902
- backgroundColor: checkedState ? TRACK_ON : TRACK_OFF,
903
- transition: "quick",
904
- focusStyle: { outlineWidth: 2, outlineStyle: "solid", outlineColor: OUTLINE, outlineOffset: 2 },
905
- children: [
906
- trackLabel && /* @__PURE__ */ jsxRuntime.jsx(
907
- gui.Text,
908
- {
909
- position: "absolute",
910
- width: "100%",
911
- textAlign: "center",
912
- fontSize: 8,
913
- fontWeight: "700",
914
- color: WHITE2,
915
- pointerEvents: "none",
916
- children: checkedState ? trackLabel.on : trackLabel.off
917
- }
918
- ),
919
- /* @__PURE__ */ jsxRuntime.jsx(
920
- gui.Switch.Thumb,
921
- {
922
- unstyled: true,
923
- "data-thumb": true,
924
- transition: "quicker",
925
- width: s.thumb,
926
- height: s.thumb,
927
- borderRadius: 9999,
928
- backgroundColor: WHITE2,
929
- boxShadow: "var(--shadow-sm)",
930
- children: thumbLabel && /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { width: "100%", height: "100%", textAlign: "center", fontSize: 8, children: checkedState ? thumbLabel.on : thumbLabel.off })
931
- }
932
- )
933
- ]
934
- }
935
- ),
936
- /* @__PURE__ */ jsxRuntime.jsx(gui.VisuallyHidden, { children: /* @__PURE__ */ jsxRuntime.jsx(
937
- "input",
938
- {
939
- ref,
940
- type: "checkbox",
941
- checked: checkedState,
942
- disabled,
943
- tabIndex: -1,
944
- "aria-hidden": true,
945
- onChange: NOOP,
946
- ...inputProps
947
- }
948
- ) }),
949
- children != null && /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { ...labelProps, fontSize: s.label, children })
950
- ]
951
- }
952
- );
953
- }
954
- );
955
- var Switch2 = SwitchBase;
956
- var SIZE4 = {
957
- xs: { paddingHorizontal: 8, paddingVertical: 4, fontSize: "$1", borderRadius: 4 },
958
- sm: { paddingHorizontal: 12, paddingVertical: 8, fontSize: "$3", borderRadius: 6 },
959
- md: { paddingHorizontal: 16, paddingVertical: 8, fontSize: "$5", borderRadius: 6 },
960
- lg: { paddingHorizontal: 16, paddingVertical: 12, fontSize: "$6", borderRadius: 8 },
961
- "2xl": { paddingHorizontal: 16, paddingVertical: 12, fontSize: "$7", borderRadius: 8 }
962
- };
963
- var Textarea = React10__namespace.default.forwardRef(
964
- ({ size = "md", variant = "outline", className, onChange, onChangeText, ...rest }, ref) => {
965
- const handleChange = React10__namespace.default.useCallback(
966
- (event) => {
967
- onChange?.(event);
968
- onChangeText?.(event.target.value);
969
- },
970
- [onChange, onChangeText]
971
- );
972
- return /* @__PURE__ */ jsxRuntime.jsx(
973
- gui.TextArea,
974
- {
975
- ref,
976
- unstyled: true,
977
- className: className ? `lux-control ${className}` : "lux-control",
978
- ...CONTROL,
979
- ...SIZE4[size],
980
- ...VARIANT[variant],
981
- ...rest,
982
- onChange: handleChange
983
- }
984
- );
985
- }
986
- );
987
- Textarea.displayName = "Textarea";
988
36
  var CanvasOverlay = ({
989
37
  imageRef,
990
38
  results,
@@ -993,8 +41,8 @@ var CanvasOverlay = ({
993
41
  minConfidence,
994
42
  selectedTypes
995
43
  }) => {
996
- const canvasRef = React10__namespace.useRef(null);
997
- React10__namespace.useEffect(() => {
44
+ const canvasRef = React__namespace.useRef(null);
45
+ React__namespace.useEffect(() => {
998
46
  if (!canvasRef.current || !imageRef.current || !results) return;
999
47
  const canvas = canvasRef.current;
1000
48
  const ctx = canvas.getContext("2d");
@@ -1130,7 +178,7 @@ var ResultsPanel = ({
1130
178
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center justify-between", children: [
1131
179
  /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "h3", className: "text-lg font-semibold", children: "Analysis Results" }),
1132
180
  /* @__PURE__ */ jsxRuntime.jsxs(ui.DropdownMenu, { children: [
1133
- /* @__PURE__ */ jsxRuntime.jsx(ui.DropdownMenuTrigger, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsxs(Button, { variant: "outline", size: "sm", children: [
181
+ /* @__PURE__ */ jsxRuntime.jsx(ui.DropdownMenuTrigger, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsxs(button_js.Button, { variant: "outline", size: "sm", children: [
1134
182
  /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Download, { style: ui.css("h-4 w-4 mr-2") }),
1135
183
  "Export"
1136
184
  ] }) }),
@@ -1162,7 +210,7 @@ var ResultsPanel = ({
1162
210
  /* @__PURE__ */ jsxRuntime.jsxs(ui.CardContent, { children: [
1163
211
  /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "p", className: "text-sm", children: results.description }),
1164
212
  /* @__PURE__ */ jsxRuntime.jsx(
1165
- Button,
213
+ button_js.Button,
1166
214
  {
1167
215
  variant: "ghost",
1168
216
  size: "sm",
@@ -1178,7 +226,7 @@ var ResultsPanel = ({
1178
226
  /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Tag, { style: ui.css("h-4 w-4 mr-2") }),
1179
227
  "Tags"
1180
228
  ] }) }),
1181
- /* @__PURE__ */ jsxRuntime.jsx(ui.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "flex flex-wrap gap-2", children: results.tags.map((tag, index) => /* @__PURE__ */ jsxRuntime.jsxs(Badge, { colorPalette: "gray", ...ui.sx("text-xs"), children: [
229
+ /* @__PURE__ */ jsxRuntime.jsx(ui.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "flex flex-wrap gap-2", children: results.tags.map((tag, index) => /* @__PURE__ */ jsxRuntime.jsxs(badge_js.Badge, { colorPalette: "gray", ...ui.sx("text-xs"), children: [
1182
230
  tag.label,
1183
231
  " (",
1184
232
  Math.round(tag.confidence * 100),
@@ -1193,7 +241,7 @@ var ResultsPanel = ({
1193
241
  /* @__PURE__ */ jsxRuntime.jsx(ui.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "space-y-2", children: [
1194
242
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center justify-between", children: [
1195
243
  /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-sm", children: "Emotion:" }),
1196
- /* @__PURE__ */ jsxRuntime.jsx(Badge, { children: results.sentiment.emotion })
244
+ /* @__PURE__ */ jsxRuntime.jsx(badge_js.Badge, { children: results.sentiment.emotion })
1197
245
  ] }),
1198
246
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center justify-between", children: [
1199
247
  /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-sm", children: "Confidence:" }),
@@ -1217,7 +265,7 @@ var ResultsPanel = ({
1217
265
  ),
1218
266
  /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { tag: "span", className: "text-sm font-medium", children: obj.label })
1219
267
  ] }),
1220
- /* @__PURE__ */ jsxRuntime.jsxs(Badge, { variant: "outline", children: [
268
+ /* @__PURE__ */ jsxRuntime.jsxs(badge_js.Badge, { variant: "outline", children: [
1221
269
  Math.round(obj.confidence * 100),
1222
270
  "%"
1223
271
  ] })
@@ -1246,7 +294,7 @@ var ResultsPanel = ({
1246
294
  ] })
1247
295
  ] }),
1248
296
  /* @__PURE__ */ jsxRuntime.jsx(
1249
- Button,
297
+ button_js.Button,
1250
298
  {
1251
299
  variant: "ghost",
1252
300
  size: "sm",
@@ -1294,7 +342,7 @@ var ResultsPanel = ({
1294
342
  "Face ",
1295
343
  index + 1
1296
344
  ] }),
1297
- /* @__PURE__ */ jsxRuntime.jsxs(Badge, { variant: "outline", children: [
345
+ /* @__PURE__ */ jsxRuntime.jsxs(badge_js.Badge, { variant: "outline", children: [
1298
346
  Math.round(face.confidence * 100),
1299
347
  "%"
1300
348
  ] })
@@ -1347,7 +395,7 @@ var ResultsPanel = ({
1347
395
  ] })
1348
396
  ] });
1349
397
  };
1350
- var AIVision = React10__namespace.forwardRef(
398
+ var AIVision = React__namespace.forwardRef(
1351
399
  ({
1352
400
  className,
1353
401
  onAnalysis,
@@ -1372,26 +420,26 @@ var AIVision = React10__namespace.forwardRef(
1372
420
  minConfidence = 0.5,
1373
421
  ...props
1374
422
  }, ref) => {
1375
- const [currentImage, setCurrentImage] = React10__namespace.useState(
423
+ const [currentImage, setCurrentImage] = React__namespace.useState(
1376
424
  defaultImage || null
1377
425
  );
1378
- const [isAnalyzing, setIsAnalyzing] = React10__namespace.useState(false);
1379
- const [results, setResults] = React10__namespace.useState(null);
1380
- const [isDragging, setIsDragging] = React10__namespace.useState(false);
1381
- const [urlInput, setUrlInput] = React10__namespace.useState("");
1382
- const [showBoundingBoxes, setShowBoundingBoxes] = React10__namespace.useState(true);
1383
- const [confidenceThreshold, setConfidenceThreshold] = React10__namespace.useState(minConfidence);
1384
- const [selectedTypes, setSelectedTypes] = React10__namespace.useState([
426
+ const [isAnalyzing, setIsAnalyzing] = React__namespace.useState(false);
427
+ const [results, setResults] = React__namespace.useState(null);
428
+ const [isDragging, setIsDragging] = React__namespace.useState(false);
429
+ const [urlInput, setUrlInput] = React__namespace.useState("");
430
+ const [showBoundingBoxes, setShowBoundingBoxes] = React__namespace.useState(true);
431
+ const [confidenceThreshold, setConfidenceThreshold] = React__namespace.useState(minConfidence);
432
+ const [selectedTypes, setSelectedTypes] = React__namespace.useState([
1385
433
  "objects",
1386
434
  "text",
1387
435
  "faces"
1388
436
  ]);
1389
- const [generationPrompt, setGenerationPrompt] = React10__namespace.useState("");
1390
- const [isGenerating, setIsGenerating] = React10__namespace.useState(false);
1391
- const fileInputRef = React10__namespace.useRef(null);
1392
- const imageRef = React10__namespace.useRef(null);
1393
- const videoRef = React10__namespace.useRef(null);
1394
- const [isCameraActive, setIsCameraActive] = React10__namespace.useState(false);
437
+ const [generationPrompt, setGenerationPrompt] = React__namespace.useState("");
438
+ const [isGenerating, setIsGenerating] = React__namespace.useState(false);
439
+ const fileInputRef = React__namespace.useRef(null);
440
+ const imageRef = React__namespace.useRef(null);
441
+ const videoRef = React__namespace.useRef(null);
442
+ const [isCameraActive, setIsCameraActive] = React__namespace.useState(false);
1395
443
  const analyzeImage = async (imageData) => {
1396
444
  setIsAnalyzing(true);
1397
445
  await new Promise((resolve) => setTimeout(resolve, 2e3));
@@ -1618,7 +666,7 @@ var AIVision = React10__namespace.forwardRef(
1618
666
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex items-center space-x-2", children: [
1619
667
  /* @__PURE__ */ jsxRuntime.jsx(ui.Label, { htmlFor: "bounding-boxes", ...ui.sx("text-sm"), children: "Show Overlays" }),
1620
668
  /* @__PURE__ */ jsxRuntime.jsx(
1621
- Switch2,
669
+ switch_js.Switch,
1622
670
  {
1623
671
  id: "bounding-boxes",
1624
672
  checked: showBoundingBoxes,
@@ -1675,7 +723,7 @@ var AIVision = React10__namespace.forwardRef(
1675
723
  ) }),
1676
724
  enableUrl && /* @__PURE__ */ jsxRuntime.jsx(ui.TabsContent, { value: "url", ...ui.sx("mt-4"), children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "flex space-x-2", children: [
1677
725
  /* @__PURE__ */ jsxRuntime.jsx(
1678
- Input,
726
+ input_js.Input,
1679
727
  {
1680
728
  placeholder: "Enter image URL...",
1681
729
  value: urlInput,
@@ -1684,7 +732,7 @@ var AIVision = React10__namespace.forwardRef(
1684
732
  }
1685
733
  ),
1686
734
  /* @__PURE__ */ jsxRuntime.jsx(
1687
- Button,
735
+ button_js.Button,
1688
736
  {
1689
737
  onClick: handleUrlSubmit,
1690
738
  disabled: !urlInput.trim(),
@@ -1692,7 +740,7 @@ var AIVision = React10__namespace.forwardRef(
1692
740
  }
1693
741
  )
1694
742
  ] }) }),
1695
- enableCamera && /* @__PURE__ */ jsxRuntime.jsx(ui.TabsContent, { value: "camera", ...ui.sx("mt-4"), children: /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "space-y-4", children: !isCameraActive ? /* @__PURE__ */ jsxRuntime.jsxs(Button, { onClick: startCamera, ...ui.sx("w-full"), children: [
743
+ enableCamera && /* @__PURE__ */ jsxRuntime.jsx(ui.TabsContent, { value: "camera", ...ui.sx("mt-4"), children: /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { className: "space-y-4", children: !isCameraActive ? /* @__PURE__ */ jsxRuntime.jsxs(button_js.Button, { onClick: startCamera, ...ui.sx("w-full"), children: [
1696
744
  /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Camera, { style: ui.css("h-4 w-4 mr-2") }),
1697
745
  "Start Camera"
1698
746
  ] }) : /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "space-y-2", children: [
@@ -1705,11 +753,11 @@ var AIVision = React10__namespace.forwardRef(
1705
753
  className: "w-full rounded-lg border"
1706
754
  }
1707
755
  ),
1708
- /* @__PURE__ */ jsxRuntime.jsx(Button, { onClick: capturePhoto, ...ui.sx("w-full"), children: "Capture Photo" })
756
+ /* @__PURE__ */ jsxRuntime.jsx(button_js.Button, { onClick: capturePhoto, ...ui.sx("w-full"), children: "Capture Photo" })
1709
757
  ] }) }) }),
1710
758
  enableGeneration && /* @__PURE__ */ jsxRuntime.jsx(ui.TabsContent, { value: "generate", ...ui.sx("mt-4"), children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "space-y-3", children: [
1711
759
  /* @__PURE__ */ jsxRuntime.jsx(
1712
- Textarea,
760
+ textarea_js.Textarea,
1713
761
  {
1714
762
  placeholder: "Describe the image you want to generate...",
1715
763
  value: generationPrompt,
@@ -1718,7 +766,7 @@ var AIVision = React10__namespace.forwardRef(
1718
766
  }
1719
767
  ),
1720
768
  /* @__PURE__ */ jsxRuntime.jsx(
1721
- Button,
769
+ button_js.Button,
1722
770
  {
1723
771
  onClick: generateImage,
1724
772
  disabled: !generationPrompt.trim() || isGenerating,
@@ -1775,7 +823,7 @@ var AIVision = React10__namespace.forwardRef(
1775
823
  "%"
1776
824
  ] }),
1777
825
  /* @__PURE__ */ jsxRuntime.jsx(
1778
- Slider,
826
+ slider_js.Slider,
1779
827
  {
1780
828
  value: [confidenceThreshold],
1781
829
  onValueChange: ([value]) => setConfidenceThreshold(value),
@@ -1793,7 +841,7 @@ var AIVision = React10__namespace.forwardRef(
1793
841
  { key: "text", label: "Text", icon: lucideReact.Type },
1794
842
  { key: "faces", label: "Faces", icon: lucideReact.Smile }
1795
843
  ].map(({ key, label, icon: Icon }) => /* @__PURE__ */ jsxRuntime.jsxs(
1796
- Button,
844
+ button_js.Button,
1797
845
  {
1798
846
  variant: selectedTypes.includes(key) ? "default" : "outline",
1799
847
  size: "sm",