@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,10 +1,11 @@
1
1
  'use client';
2
2
  'use strict';
3
3
 
4
- var React4 = require('react');
4
+ var React = require('react');
5
5
  var ui = require('@hanzo/ui');
6
6
  var lucideReact = require('lucide-react');
7
- var gui = require('@hanzo/gui');
7
+ var button_js = require('./button.js');
8
+ var slider_js = require('./slider.js');
8
9
  var jsxRuntime = require('react/jsx-runtime');
9
10
 
10
11
  function _interopNamespace(e) {
@@ -25,507 +26,8 @@ function _interopNamespace(e) {
25
26
  return Object.freeze(n);
26
27
  }
27
28
 
28
- var React4__namespace = /*#__PURE__*/_interopNamespace(React4);
29
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
29
30
 
30
- var SKELETON_CLASSES = "lux-skeleton rounded-sm";
31
- var Skeleton = React4__namespace.forwardRef(
32
- function Skeleton2(props, ref) {
33
- const { loading = true, asChild, className, children, style, ...rest } = props;
34
- if (!loading) {
35
- if (asChild && React4__namespace.isValidElement(children)) return children;
36
- return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { ref, className, style, ...rest, children });
37
- }
38
- return /* @__PURE__ */ jsxRuntime.jsx(
39
- "div",
40
- {
41
- ref,
42
- "data-loading": true,
43
- ...ui.sx(
44
- SKELETON_CLASSES,
45
- asChild || children ? "[&_*]:invisible" : "min-h-5",
46
- className
47
- ),
48
- style,
49
- ...rest,
50
- children
51
- }
52
- );
53
- }
54
- );
55
- React4__namespace.forwardRef(
56
- function SkeletonCircle2(props, ref) {
57
- const { size = 40, loading = true, className, ...rest } = props;
58
- const dimension = typeof size === "number" ? `${size}px` : size;
59
- return /* @__PURE__ */ jsxRuntime.jsx(
60
- Skeleton,
61
- {
62
- ref,
63
- loading,
64
- ...ui.sx("rounded-full shrink-0", className),
65
- style: { width: dimension, height: dimension, ...rest.style },
66
- ...rest
67
- }
68
- );
69
- }
70
- );
71
- React4__namespace.forwardRef(
72
- function SkeletonText2(props, ref) {
73
- const { noOfLines = 3, loading = true, className, ...rest } = props;
74
- 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(
75
- Skeleton,
76
- {
77
- loading,
78
- ...ui.sx(ui.cn("h-4", index === noOfLines - 1 && "max-w-[80%]"))
79
- },
80
- index
81
- )) });
82
- }
83
- );
84
- var SpinnerFrame = gui.styled(gui.View, {
85
- name: "ButtonSpinner",
86
- render: /* @__PURE__ */ jsxRuntime.jsx("span", {}),
87
- width: 16,
88
- height: 16,
89
- borderRadius: 1e3,
90
- borderWidth: 2,
91
- borderColor: "currentColor",
92
- borderBottomColor: "transparent",
93
- borderLeftColor: "transparent"
94
- });
95
- function Spinner({ className }) {
96
- return /* @__PURE__ */ jsxRuntime.jsx(
97
- SpinnerFrame,
98
- {
99
- role: "status",
100
- "aria-label": "Loading",
101
- className: [
102
- "animate-spin",
103
- className
104
- ].filter(Boolean).join(" ")
105
- }
106
- );
107
- }
108
- var ButtonFrame = gui.styled(gui.View, {
109
- name: "LuxButton",
110
- render: /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button" }),
111
- role: "button",
112
- tabIndex: 0,
113
- cursor: "pointer",
114
- userSelect: "none",
115
- display: "inline-flex",
116
- alignItems: "center",
117
- justifyContent: "center",
118
- gap: 0,
119
- overflow: "hidden",
120
- borderRadius: 6,
121
- // Whitespace nowrap via className since hanzogui doesn't have a direct token
122
- // Transition via className
123
- variants: {
124
- size: {
125
- "2xs": { paddingHorizontal: 8, height: 20, minWidth: 20, fontSize: 12, borderRadius: 4, gap: 4 },
126
- xs: { paddingHorizontal: 8, height: 24, minWidth: 24, fontSize: 14, borderRadius: 4, gap: 4 },
127
- sm: { paddingHorizontal: 12, height: 32, minWidth: 32, fontSize: 14, borderRadius: 6, gap: 4 },
128
- md: { paddingHorizontal: 12, height: 40, minWidth: 40, fontSize: 16, borderRadius: 6, gap: 8 }
129
- },
130
- disabled: {
131
- true: {
132
- opacity: 0.2,
133
- cursor: "not-allowed",
134
- pointerEvents: "none"
135
- }
136
- }
137
- },
138
- defaultVariants: {
139
- size: "md"
140
- }
141
- });
142
- var VARIANT_CLASSES = {
143
- solid: [
144
- "bg-[var(--color-button-solid-bg)] text-[var(--color-button-solid-text)]",
145
- "hover:bg-[var(--color-hover)]",
146
- "data-[expanded]:bg-[var(--color-hover)]"
147
- ].join(" "),
148
- solid_danger: [
149
- "bg-[var(--color-button-danger-bg)] text-[var(--color-button-danger-fg)]",
150
- "hover:bg-[var(--color-button-danger-bg-hover)]",
151
- "data-[expanded]:bg-[var(--color-button-danger-bg-hover)]"
152
- ].join(" "),
153
- outline: [
154
- "border-2 border-solid bg-transparent",
155
- "text-[var(--color-button-outline-fg)] border-[var(--color-button-outline-fg)]",
156
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]"
157
- ].join(" "),
158
- outline_danger: [
159
- "border-2 border-solid bg-transparent",
160
- "text-[var(--color-button-danger-bg)] border-[var(--color-button-danger-bg)]",
161
- "hover:bg-transparent hover:text-[var(--color-button-danger-bg-hover)] hover:border-[var(--color-button-danger-bg-hover)]"
162
- ].join(" "),
163
- dropdown: [
164
- "border-2 border-solid bg-transparent",
165
- "text-[var(--color-button-dropdown-fg)] border-[var(--color-button-dropdown-border)]",
166
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
167
- "data-[expanded]:bg-transparent data-[expanded]:text-[var(--color-hover)] data-[expanded]:border-[var(--color-hover)]",
168
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
169
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
170
- "data-[selected]:hover:text-[var(--color-hover)] data-[selected]:hover:border-transparent",
171
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
172
- ].join(" "),
173
- header: [
174
- "bg-transparent border-2 border-solid",
175
- "text-[var(--color-button-header-fg)] border-[var(--color-button-header-border)]",
176
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
177
- "data-[selected]:bg-[var(--color-button-header-bg-selected)]",
178
- "data-[selected]:text-[var(--color-button-header-fg-selected)] data-[selected]:border-transparent data-[selected]:border-0",
179
- "data-[selected]:hover:bg-[var(--color-button-header-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
180
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
181
- "data-[selected]:data-[highlighted]:bg-[var(--color-button-header-bg-highlighted)]",
182
- "data-[selected]:data-[highlighted]:text-[var(--color-button-header-fg-highlighted)]",
183
- "data-[selected]:data-[highlighted]:border-transparent data-[selected]:data-[highlighted]:border-0",
184
- "data-[selected]:data-[highlighted]:hover:bg-[var(--color-button-header-bg-highlighted)]",
185
- "data-[selected]:data-[highlighted]:hover:text-[var(--color-hover)]",
186
- "data-[selected]:data-[highlighted]:data-[expanded]:text-[var(--color-hover)]"
187
- ].join(" "),
188
- hero: [
189
- "bg-[var(--color-button-hero-bg)] text-[var(--color-button-hero-fg)]",
190
- "hover:bg-[var(--color-button-hero-bg-hover)] hover:text-[var(--color-button-hero-fg-hover)]",
191
- "data-[selected]:bg-[var(--color-button-hero-bg-selected)] data-[selected]:text-[var(--color-button-hero-fg-selected)]",
192
- "data-[selected]:hover:bg-[var(--color-button-hero-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
193
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
194
- ].join(" "),
195
- segmented: [
196
- "bg-transparent border-2 border-solid rounded-none",
197
- "text-[var(--color-button-segmented-fg)] border-[var(--color-selected-control-bg)]",
198
- "hover:text-[var(--color-hover)]",
199
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
200
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-selected-control-text)]",
201
- "[&:not(:last-child)]:border-r-0 data-[selected]:[&:not(:last-child)]:border-r-2",
202
- "data-[selected]+*:border-l-0",
203
- "first:rounded-l-md last:rounded-r-md"
204
- ].join(" "),
205
- plain: "bg-transparent text-inherit border-none hover:bg-transparent",
206
- subtle: [
207
- "bg-[var(--color-button-subtle-bg)] text-[var(--color-button-subtle-fg)]",
208
- "hover:bg-[var(--color-button-subtle-bg)] hover:text-[var(--color-hover)]",
209
- "disabled:bg-[var(--color-button-subtle-bg)] disabled:text-[var(--color-button-subtle-fg)]"
210
- ].join(" "),
211
- link: [
212
- "bg-transparent text-[var(--color-link-primary)] border-none font-normal",
213
- "px-0 h-auto",
214
- "hover:bg-transparent hover:text-[var(--color-link-primary-hover)]",
215
- "disabled:text-[var(--color-text-secondary)]"
216
- ].join(" "),
217
- icon_secondary: [
218
- "bg-transparent text-[var(--color-icon-secondary)] border-none",
219
- "hover:text-[var(--color-hover)]",
220
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
221
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
222
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
223
- "data-[expanded]:text-[var(--color-hover)]"
224
- ].join(" "),
225
- icon_background: [
226
- "bg-[var(--color-button-icon-background-bg)] text-[var(--color-icon-secondary)] border-none",
227
- "hover:text-[var(--color-hover)]",
228
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
229
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
230
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
231
- "data-[expanded]:text-[var(--color-hover)]"
232
- ].join(" "),
233
- pagination: [
234
- "border-2 border-solid bg-transparent",
235
- "text-[var(--color-button-pagination-fg)] border-[var(--color-button-pagination-border)]",
236
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
237
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
238
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
239
- "data-[selected]:hover:text-[var(--color-selected-control-text)] data-[selected]:hover:border-transparent"
240
- ].join(" ")
241
- };
242
- var BASE_CLASSES = "font-semibold whitespace-nowrap transition-colors duration-150";
243
- var SP = 4;
244
- function buildShimStyle(props) {
245
- const s = { ...props.style };
246
- if (props.mt !== void 0) s.marginTop = typeof props.mt === "number" ? `${props.mt * SP}px` : props.mt;
247
- if (props.ml !== void 0) s.marginLeft = typeof props.ml === "number" ? `${props.ml * SP}px` : props.ml;
248
- if (props.mr !== void 0) s.marginRight = typeof props.mr === "number" ? `${props.mr * SP}px` : props.mr;
249
- if (props.px !== void 0) {
250
- const v = typeof props.px === "number" ? `${props.px * SP}px` : props.px;
251
- s.paddingLeft = v;
252
- s.paddingRight = v;
253
- }
254
- if (props.py !== void 0) {
255
- const v = typeof props.py === "number" ? `${props.py * SP}px` : props.py;
256
- s.paddingTop = v;
257
- s.paddingBottom = v;
258
- }
259
- if (props.fontWeight !== void 0) s.fontWeight = props.fontWeight;
260
- if (props.gap !== void 0) s.gap = typeof props.gap === "number" ? `${props.gap * SP}px` : props.gap;
261
- if (props.flexShrink !== void 0) s.flexShrink = props.flexShrink;
262
- if (props.columnGap !== void 0) s.columnGap = typeof props.columnGap === "number" ? `${props.columnGap * SP}px` : props.columnGap;
263
- if (props.gridColumn !== void 0) s.gridColumn = typeof props.gridColumn === "number" ? String(props.gridColumn) : props.gridColumn;
264
- if (props.gridRow) s.gridRow = props.gridRow;
265
- if (props.justifySelf) s.justifySelf = props.justifySelf;
266
- if (props.alignSelf) s.alignSelf = props.alignSelf;
267
- if (props.h) s.height = props.h;
268
- if (props.w) s.width = props.w;
269
- if (props.display) s.display = props.display;
270
- if (props.borderBottomRightRadius !== void 0) s.borderBottomRightRadius = typeof props.borderBottomRightRadius === "number" ? `${props.borderBottomRightRadius}px` : props.borderBottomRightRadius;
271
- if (props.borderTopRightRadius !== void 0) s.borderTopRightRadius = typeof props.borderTopRightRadius === "number" ? `${props.borderTopRightRadius}px` : props.borderTopRightRadius;
272
- return Object.keys(s).length > 0 ? s : void 0;
273
- }
274
- var Button = React4__namespace.forwardRef(
275
- function Button2(props, ref) {
276
- const {
277
- className,
278
- variant = "solid",
279
- size = "md",
280
- asChild = false,
281
- loading = false,
282
- loadingText,
283
- loadingSkeleton = false,
284
- expanded,
285
- selected,
286
- highlighted,
287
- disabled,
288
- children,
289
- style: styleProp,
290
- // Strip Chakra style props
291
- mt,
292
- ml,
293
- mr,
294
- px,
295
- py,
296
- fontWeight,
297
- gap,
298
- flexShrink,
299
- columnGap,
300
- gridColumn,
301
- gridRow,
302
- justifySelf,
303
- alignSelf,
304
- textStyle: _textStyle,
305
- h,
306
- w,
307
- display,
308
- borderBottomRightRadius,
309
- borderTopRightRadius,
310
- ...rest
311
- } = props;
312
- const mergedStyle = buildShimStyle({
313
- style: styleProp,
314
- mt,
315
- ml,
316
- mr,
317
- px,
318
- py,
319
- fontWeight,
320
- gap,
321
- flexShrink,
322
- columnGap,
323
- gridColumn,
324
- gridRow,
325
- justifySelf,
326
- alignSelf,
327
- h,
328
- w,
329
- display,
330
- borderBottomRightRadius,
331
- borderTopRightRadius
332
- });
333
- const dataAttrs = {};
334
- if (expanded) dataAttrs["data-expanded"] = true;
335
- if (selected) dataAttrs["data-selected"] = true;
336
- if (highlighted) dataAttrs["data-highlighted"] = true;
337
- if (loadingSkeleton) dataAttrs["data-loading-skeleton"] = true;
338
- const isDisabled = !loadingSkeleton && (loading || disabled);
339
- const inner = loading ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
340
- /* @__PURE__ */ jsxRuntime.jsx(Spinner, {}),
341
- loadingText != null && /* @__PURE__ */ jsxRuntime.jsx("span", { style: { marginLeft: 8 }, children: loadingText })
342
- ] }) : children;
343
- const variantClass = VARIANT_CLASSES[variant] ?? VARIANT_CLASSES.solid;
344
- const combinedClassName = [BASE_CLASSES, variantClass, className].filter(Boolean).join(" ");
345
- const button = /* @__PURE__ */ jsxRuntime.jsx(
346
- ButtonFrame,
347
- {
348
- ref,
349
- size,
350
- disabled: isDisabled || void 0,
351
- asChild: asChild || void 0,
352
- className: combinedClassName,
353
- style: mergedStyle,
354
- ...dataAttrs,
355
- ...rest,
356
- children: inner
357
- }
358
- );
359
- if (loadingSkeleton) {
360
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading: loadingSkeleton, asChild: true, ref, children: button });
361
- }
362
- return button;
363
- }
364
- );
365
- React4__namespace.forwardRef(
366
- function ButtonGroup2(props, ref) {
367
- const { className, ...rest } = props;
368
- return /* @__PURE__ */ jsxRuntime.jsx(
369
- ui.Box,
370
- {
371
- ref,
372
- className: ["inline-flex", className].filter(Boolean).join(" "),
373
- role: "group",
374
- ...rest
375
- }
376
- );
377
- }
378
- );
379
- React4__namespace.forwardRef(
380
- function ButtonGroupRadio2(props, ref) {
381
- const {
382
- children,
383
- onChange,
384
- variant = "segmented",
385
- defaultValue,
386
- loading = false,
387
- equalWidth = false,
388
- className,
389
- ...rest
390
- } = props;
391
- const firstChildValue = React4__namespace.useMemo(() => {
392
- const firstChild = Array.isArray(children) ? children[0] : void 0;
393
- return typeof firstChild?.props.value === "string" ? firstChild.props.value : void 0;
394
- }, [children]);
395
- const [value, setValue] = React4__namespace.useState(defaultValue ?? firstChildValue);
396
- const handleItemClick = React4__namespace.useCallback((event) => {
397
- const v = event.currentTarget.value;
398
- setValue(v);
399
- onChange?.(v);
400
- }, [onChange]);
401
- const clonedChildren = React4__namespace.Children.map(children, (child) => {
402
- return React4__namespace.cloneElement(child, {
403
- onClick: handleItemClick,
404
- selected: value === child.props.value,
405
- variant
406
- });
407
- });
408
- const childrenLength = React4__namespace.Children.count(children);
409
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading, children: /* @__PURE__ */ jsxRuntime.jsx(
410
- ui.Box,
411
- {
412
- ref,
413
- className: [
414
- "inline-flex gap-0",
415
- equalWidth ? "grid" : "",
416
- className
417
- ].filter(Boolean).join(" "),
418
- style: equalWidth ? { gridTemplateColumns: `repeat(${childrenLength}, 1fr)` } : void 0,
419
- role: "group",
420
- ...rest,
421
- children: clonedChildren
422
- }
423
- ) });
424
- }
425
- );
426
- var MUTED = "var(--color-text-secondary)";
427
- var TRACK = "var(--color-border-divider)";
428
- var ACTIVE = "var(--color-link-primary)";
429
- var ACTIVE_HOVER = "var(--color-link-primary-hover)";
430
- var WHITE = "var(--color-white)";
431
- var Slider = React4__namespace.forwardRef(
432
- function Slider2(props, ref) {
433
- const {
434
- marks: marksProp,
435
- label,
436
- showValue,
437
- value,
438
- defaultValue,
439
- min = 0,
440
- max = 100,
441
- step,
442
- disabled,
443
- orientation = "horizontal",
444
- name,
445
- onValueChange,
446
- onValueCommit,
447
- className
448
- } = props;
449
- const resolvedValue = defaultValue ?? value;
450
- const marks = marksProp?.map((mark) => {
451
- if (typeof mark === "number") return { value: mark, label: void 0 };
452
- return mark;
453
- });
454
- const hasMarkLabel = Boolean(marks?.some((mark) => mark.label));
455
- const latest = React4__namespace.useRef(value ?? defaultValue ?? []);
456
- const handleValueChange = React4__namespace.useCallback((next) => {
457
- latest.current = next;
458
- onValueChange?.(next);
459
- }, [onValueChange]);
460
- const handleSlideEnd = React4__namespace.useCallback(() => {
461
- onValueCommit?.(latest.current);
462
- }, [onValueCommit]);
463
- return /* @__PURE__ */ jsxRuntime.jsxs(gui.YStack, { className, gap: 4, children: [
464
- label && !showValue && /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { fontSize: 14, fontWeight: "500", color: MUTED, children: label }),
465
- label && showValue && /* @__PURE__ */ jsxRuntime.jsxs(gui.XStack, { alignItems: "center", justifyContent: "space-between", children: [
466
- /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { fontSize: 14, fontWeight: "500", color: MUTED, children: label }),
467
- /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { fontSize: 14, color: MUTED, children: (value ?? defaultValue ?? [])?.join(", ") })
468
- ] }),
469
- /* @__PURE__ */ jsxRuntime.jsxs(
470
- gui.Slider,
471
- {
472
- ref,
473
- position: "relative",
474
- flexDirection: "row",
475
- width: "100%",
476
- userSelect: "none",
477
- alignItems: "center",
478
- marginBottom: hasMarkLabel ? 24 : 0,
479
- value,
480
- defaultValue,
481
- min,
482
- max,
483
- step,
484
- disabled,
485
- orientation,
486
- name,
487
- onValueChange: handleValueChange,
488
- onSlideEnd: handleSlideEnd,
489
- children: [
490
- /* @__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 }) }),
491
- resolvedValue?.map((_, index) => /* @__PURE__ */ jsxRuntime.jsx(
492
- gui.Slider.Thumb,
493
- {
494
- index,
495
- unstyled: true,
496
- width: 20,
497
- height: 20,
498
- borderRadius: 9999,
499
- borderWidth: 2,
500
- borderColor: ACTIVE,
501
- backgroundColor: WHITE,
502
- boxShadow: "var(--shadow-sm)",
503
- transition: "quick",
504
- hoverStyle: { borderColor: ACTIVE_HOVER },
505
- focusStyle: { outlineWidth: 2, outlineStyle: "solid", outlineColor: ACTIVE, outlineOffset: 2 },
506
- disabledStyle: { pointerEvents: "none", opacity: 0.5 }
507
- },
508
- index
509
- ))
510
- ]
511
- }
512
- ),
513
- /* @__PURE__ */ jsxRuntime.jsx(SliderMarks, { marks, min, max })
514
- ] });
515
- }
516
- );
517
- function SliderMarks(props) {
518
- const { marks, min, max } = props;
519
- if (!marks?.length) return null;
520
- const range = max - min;
521
- return /* @__PURE__ */ jsxRuntime.jsx(gui.View, { position: "relative", width: "100%", height: 16, children: marks.map((mark, index) => {
522
- const percent = (mark.value - min) / range * 100;
523
- return /* @__PURE__ */ jsxRuntime.jsxs(gui.View, { position: "absolute", left: `${percent}%`, alignItems: "center", children: [
524
- /* @__PURE__ */ jsxRuntime.jsx(gui.View, { width: 2, height: 6, backgroundColor: TRACK }),
525
- mark.label != null && /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { marginTop: 2, fontSize: 12, color: MUTED, children: mark.label })
526
- ] }, index);
527
- }) });
528
- }
529
31
  function formatTime(seconds) {
530
32
  if (isNaN(seconds)) return "0:00";
531
33
  const mins = Math.floor(seconds / 60);
@@ -538,21 +40,21 @@ function MusicPlayer({
538
40
  autoPlay = false,
539
41
  showWaveform = true
540
42
  }) {
541
- const [currentTrackIndex, setCurrentTrackIndex] = React4__namespace.useState(0);
542
- const [isPlaying, setIsPlaying] = React4__namespace.useState(false);
543
- const [currentTime, setCurrentTime] = React4__namespace.useState(0);
544
- const [duration, setDuration] = React4__namespace.useState(0);
545
- const [volume, setVolume] = React4__namespace.useState(0.7);
546
- const [isMuted, setIsMuted] = React4__namespace.useState(false);
547
- const [isRepeat, setIsRepeat] = React4__namespace.useState(false);
548
- const [isShuffle, setIsShuffle] = React4__namespace.useState(false);
549
- const [showPlaylist, setShowPlaylist] = React4__namespace.useState(false);
550
- const [waveformData, setWaveformData] = React4__namespace.useState([]);
551
- const audioRef = React4__namespace.useRef(null);
552
- const canvasRef = React4__namespace.useRef(null);
553
- const animationRef = React4__namespace.useRef(void 0);
43
+ const [currentTrackIndex, setCurrentTrackIndex] = React__namespace.useState(0);
44
+ const [isPlaying, setIsPlaying] = React__namespace.useState(false);
45
+ const [currentTime, setCurrentTime] = React__namespace.useState(0);
46
+ const [duration, setDuration] = React__namespace.useState(0);
47
+ const [volume, setVolume] = React__namespace.useState(0.7);
48
+ const [isMuted, setIsMuted] = React__namespace.useState(false);
49
+ const [isRepeat, setIsRepeat] = React__namespace.useState(false);
50
+ const [isShuffle, setIsShuffle] = React__namespace.useState(false);
51
+ const [showPlaylist, setShowPlaylist] = React__namespace.useState(false);
52
+ const [waveformData, setWaveformData] = React__namespace.useState([]);
53
+ const audioRef = React__namespace.useRef(null);
54
+ const canvasRef = React__namespace.useRef(null);
55
+ const animationRef = React__namespace.useRef(void 0);
554
56
  const currentTrack = tracks[currentTrackIndex];
555
- React4__namespace.useEffect(() => {
57
+ React__namespace.useEffect(() => {
556
58
  const audio = new Audio();
557
59
  audioRef.current = audio;
558
60
  audio.volume = volume;
@@ -584,7 +86,7 @@ function MusicPlayer({
584
86
  audio.src = "";
585
87
  };
586
88
  }, []);
587
- React4__namespace.useEffect(() => {
89
+ React__namespace.useEffect(() => {
588
90
  if (!audioRef.current || !currentTrack) return;
589
91
  audioRef.current.src = currentTrack.src;
590
92
  setCurrentTime(0);
@@ -593,7 +95,7 @@ function MusicPlayer({
593
95
  setIsPlaying(true);
594
96
  }
595
97
  }, [currentTrackIndex, currentTrack]);
596
- React4__namespace.useEffect(() => {
98
+ React__namespace.useEffect(() => {
597
99
  if (audioRef.current) {
598
100
  audioRef.current.volume = isMuted ? 0 : volume;
599
101
  }
@@ -606,7 +108,7 @@ function MusicPlayer({
606
108
  }
607
109
  setWaveformData(data);
608
110
  };
609
- React4__namespace.useEffect(() => {
111
+ React__namespace.useEffect(() => {
610
112
  if (!showWaveform || !canvasRef.current || !isPlaying) {
611
113
  if (animationRef.current) {
612
114
  cancelAnimationFrame(animationRef.current);
@@ -715,7 +217,7 @@ function MusicPlayer({
715
217
  ) }),
716
218
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "mb-4 space-y-1", children: [
717
219
  /* @__PURE__ */ jsxRuntime.jsx(
718
- Slider,
220
+ slider_js.Slider,
719
221
  {
720
222
  value: [currentTime],
721
223
  max: duration || 100,
@@ -731,7 +233,7 @@ function MusicPlayer({
731
233
  ] }),
732
234
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "mb-4 flex items-center justify-center gap-2", children: [
733
235
  /* @__PURE__ */ jsxRuntime.jsx(
734
- Button,
236
+ button_js.Button,
735
237
  {
736
238
  variant: "ghost",
737
239
  size: "icon",
@@ -740,11 +242,11 @@ function MusicPlayer({
740
242
  children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Shuffle, { style: ui.css("h-4 w-4") })
741
243
  }
742
244
  ),
743
- /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "icon", onClick: handlePrevious, children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.SkipBack, { style: ui.css("h-5 w-5") }) }),
744
- /* @__PURE__ */ jsxRuntime.jsx(Button, { size: "icon", onClick: handlePlayPause, ...ui.sx("h-10 w-10"), children: isPlaying ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Pause, { style: ui.css("h-5 w-5") }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Play, { style: ui.css("h-5 w-5 ml-0.5") }) }),
745
- /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "icon", onClick: handleNext, children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.SkipForward, { style: ui.css("h-5 w-5") }) }),
245
+ /* @__PURE__ */ jsxRuntime.jsx(button_js.Button, { variant: "ghost", size: "icon", onClick: handlePrevious, children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.SkipBack, { style: ui.css("h-5 w-5") }) }),
246
+ /* @__PURE__ */ jsxRuntime.jsx(button_js.Button, { size: "icon", onClick: handlePlayPause, ...ui.sx("h-10 w-10"), children: isPlaying ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Pause, { style: ui.css("h-5 w-5") }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Play, { style: ui.css("h-5 w-5 ml-0.5") }) }),
247
+ /* @__PURE__ */ jsxRuntime.jsx(button_js.Button, { variant: "ghost", size: "icon", onClick: handleNext, children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.SkipForward, { style: ui.css("h-5 w-5") }) }),
746
248
  /* @__PURE__ */ jsxRuntime.jsx(
747
- Button,
249
+ button_js.Button,
748
250
  {
749
251
  variant: "ghost",
750
252
  size: "icon",
@@ -755,9 +257,9 @@ function MusicPlayer({
755
257
  )
756
258
  ] }),
757
259
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { className: "mb-4 flex items-center gap-2", children: [
758
- /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "ghost", size: "icon", onClick: toggleMute, children: isMuted ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.VolumeX, { style: ui.css("h-4 w-4") }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Volume2, { style: ui.css("h-4 w-4") }) }),
260
+ /* @__PURE__ */ jsxRuntime.jsx(button_js.Button, { variant: "ghost", size: "icon", onClick: toggleMute, children: isMuted ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.VolumeX, { style: ui.css("h-4 w-4") }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Volume2, { style: ui.css("h-4 w-4") }) }),
759
261
  /* @__PURE__ */ jsxRuntime.jsx(
760
- Slider,
262
+ slider_js.Slider,
761
263
  {
762
264
  value: [isMuted ? 0 : volume],
763
265
  max: 1,
@@ -768,7 +270,7 @@ function MusicPlayer({
768
270
  )
769
271
  ] }),
770
272
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Collapsible, { open: showPlaylist, onOpenChange: setShowPlaylist, children: [
771
- /* @__PURE__ */ jsxRuntime.jsx(ui.CollapsibleTrigger, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsxs(Button, { variant: "outline", ...ui.sx("w-full justify-between"), children: [
273
+ /* @__PURE__ */ jsxRuntime.jsx(ui.CollapsibleTrigger, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsxs(button_js.Button, { variant: "outline", ...ui.sx("w-full justify-between"), children: [
772
274
  /* @__PURE__ */ jsxRuntime.jsxs(ui.Box, { tag: "span", className: "flex items-center gap-2", children: [
773
275
  /* @__PURE__ */ jsxRuntime.jsx(lucideReact.ListMusic, { style: ui.css("h-4 w-4") }),
774
276
  "Playlist (",