@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,459 +1,16 @@
1
1
  'use client';
2
- import * as React2 from 'react';
3
- import React2__default from 'react';
4
- import { Box, sx, cn, css } from '@hanzo/ui';
2
+ import * as React from 'react';
3
+ import { Box, cn, sx, css } from '@hanzo/ui';
5
4
  import { Search, Command } from 'lucide-react';
6
- import { styled, View, Input as Input$1 } from '@hanzo/gui';
7
- import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
5
+ import { Button } from './button.js';
6
+ import { Input } from './input.js';
7
+ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
8
8
 
9
- var SKELETON_CLASSES = "lux-skeleton rounded-sm";
10
- var Skeleton = React2.forwardRef(
11
- function Skeleton2(props, ref) {
12
- const { loading = true, asChild, className, children, style, ...rest } = props;
13
- if (!loading) {
14
- if (asChild && React2.isValidElement(children)) return children;
15
- return /* @__PURE__ */ jsx(Box, { ref, className, style, ...rest, children });
16
- }
17
- return /* @__PURE__ */ jsx(
18
- "div",
19
- {
20
- ref,
21
- "data-loading": true,
22
- ...sx(
23
- SKELETON_CLASSES,
24
- asChild || children ? "[&_*]:invisible" : "min-h-5",
25
- className
26
- ),
27
- style,
28
- ...rest,
29
- children
30
- }
31
- );
32
- }
33
- );
34
- React2.forwardRef(
35
- function SkeletonCircle2(props, ref) {
36
- const { size = 40, loading = true, className, ...rest } = props;
37
- const dimension = typeof size === "number" ? `${size}px` : size;
38
- return /* @__PURE__ */ jsx(
39
- Skeleton,
40
- {
41
- ref,
42
- loading,
43
- ...sx("rounded-full shrink-0", className),
44
- style: { width: dimension, height: dimension, ...rest.style },
45
- ...rest
46
- }
47
- );
48
- }
49
- );
50
- React2.forwardRef(
51
- function SkeletonText2(props, ref) {
52
- const { noOfLines = 3, loading = true, className, ...rest } = props;
53
- return /* @__PURE__ */ jsx(Box, { ref, className: cn("flex w-full flex-col gap-2", className), ...rest, children: Array.from({ length: noOfLines }).map((_, index) => /* @__PURE__ */ jsx(
54
- Skeleton,
55
- {
56
- loading,
57
- ...sx(cn("h-4", index === noOfLines - 1 && "max-w-[80%]"))
58
- },
59
- index
60
- )) });
61
- }
62
- );
63
- var SpinnerFrame = styled(View, {
64
- name: "ButtonSpinner",
65
- render: /* @__PURE__ */ jsx("span", {}),
66
- width: 16,
67
- height: 16,
68
- borderRadius: 1e3,
69
- borderWidth: 2,
70
- borderColor: "currentColor",
71
- borderBottomColor: "transparent",
72
- borderLeftColor: "transparent"
73
- });
74
- function Spinner({ className }) {
75
- return /* @__PURE__ */ jsx(
76
- SpinnerFrame,
77
- {
78
- role: "status",
79
- "aria-label": "Loading",
80
- className: [
81
- "animate-spin",
82
- className
83
- ].filter(Boolean).join(" ")
84
- }
85
- );
86
- }
87
- var ButtonFrame = styled(View, {
88
- name: "LuxButton",
89
- render: /* @__PURE__ */ jsx("button", { type: "button" }),
90
- role: "button",
91
- tabIndex: 0,
92
- cursor: "pointer",
93
- userSelect: "none",
94
- display: "inline-flex",
95
- alignItems: "center",
96
- justifyContent: "center",
97
- gap: 0,
98
- overflow: "hidden",
99
- borderRadius: 6,
100
- // Whitespace nowrap via className since hanzogui doesn't have a direct token
101
- // Transition via className
102
- variants: {
103
- size: {
104
- "2xs": { paddingHorizontal: 8, height: 20, minWidth: 20, fontSize: 12, borderRadius: 4, gap: 4 },
105
- xs: { paddingHorizontal: 8, height: 24, minWidth: 24, fontSize: 14, borderRadius: 4, gap: 4 },
106
- sm: { paddingHorizontal: 12, height: 32, minWidth: 32, fontSize: 14, borderRadius: 6, gap: 4 },
107
- md: { paddingHorizontal: 12, height: 40, minWidth: 40, fontSize: 16, borderRadius: 6, gap: 8 }
108
- },
109
- disabled: {
110
- true: {
111
- opacity: 0.2,
112
- cursor: "not-allowed",
113
- pointerEvents: "none"
114
- }
115
- }
116
- },
117
- defaultVariants: {
118
- size: "md"
119
- }
120
- });
121
- var VARIANT_CLASSES = {
122
- solid: [
123
- "bg-[var(--color-button-solid-bg)] text-[var(--color-button-solid-text)]",
124
- "hover:bg-[var(--color-hover)]",
125
- "data-[expanded]:bg-[var(--color-hover)]"
126
- ].join(" "),
127
- solid_danger: [
128
- "bg-[var(--color-button-danger-bg)] text-[var(--color-button-danger-fg)]",
129
- "hover:bg-[var(--color-button-danger-bg-hover)]",
130
- "data-[expanded]:bg-[var(--color-button-danger-bg-hover)]"
131
- ].join(" "),
132
- outline: [
133
- "border-2 border-solid bg-transparent",
134
- "text-[var(--color-button-outline-fg)] border-[var(--color-button-outline-fg)]",
135
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]"
136
- ].join(" "),
137
- outline_danger: [
138
- "border-2 border-solid bg-transparent",
139
- "text-[var(--color-button-danger-bg)] border-[var(--color-button-danger-bg)]",
140
- "hover:bg-transparent hover:text-[var(--color-button-danger-bg-hover)] hover:border-[var(--color-button-danger-bg-hover)]"
141
- ].join(" "),
142
- dropdown: [
143
- "border-2 border-solid bg-transparent",
144
- "text-[var(--color-button-dropdown-fg)] border-[var(--color-button-dropdown-border)]",
145
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
146
- "data-[expanded]:bg-transparent data-[expanded]:text-[var(--color-hover)] data-[expanded]:border-[var(--color-hover)]",
147
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
148
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
149
- "data-[selected]:hover:text-[var(--color-hover)] data-[selected]:hover:border-transparent",
150
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
151
- ].join(" "),
152
- header: [
153
- "bg-transparent border-2 border-solid",
154
- "text-[var(--color-button-header-fg)] border-[var(--color-button-header-border)]",
155
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
156
- "data-[selected]:bg-[var(--color-button-header-bg-selected)]",
157
- "data-[selected]:text-[var(--color-button-header-fg-selected)] data-[selected]:border-transparent data-[selected]:border-0",
158
- "data-[selected]:hover:bg-[var(--color-button-header-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
159
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
160
- "data-[selected]:data-[highlighted]:bg-[var(--color-button-header-bg-highlighted)]",
161
- "data-[selected]:data-[highlighted]:text-[var(--color-button-header-fg-highlighted)]",
162
- "data-[selected]:data-[highlighted]:border-transparent data-[selected]:data-[highlighted]:border-0",
163
- "data-[selected]:data-[highlighted]:hover:bg-[var(--color-button-header-bg-highlighted)]",
164
- "data-[selected]:data-[highlighted]:hover:text-[var(--color-hover)]",
165
- "data-[selected]:data-[highlighted]:data-[expanded]:text-[var(--color-hover)]"
166
- ].join(" "),
167
- hero: [
168
- "bg-[var(--color-button-hero-bg)] text-[var(--color-button-hero-fg)]",
169
- "hover:bg-[var(--color-button-hero-bg-hover)] hover:text-[var(--color-button-hero-fg-hover)]",
170
- "data-[selected]:bg-[var(--color-button-hero-bg-selected)] data-[selected]:text-[var(--color-button-hero-fg-selected)]",
171
- "data-[selected]:hover:bg-[var(--color-button-hero-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
172
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
173
- ].join(" "),
174
- segmented: [
175
- "bg-transparent border-2 border-solid rounded-none",
176
- "text-[var(--color-button-segmented-fg)] border-[var(--color-selected-control-bg)]",
177
- "hover:text-[var(--color-hover)]",
178
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
179
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-selected-control-text)]",
180
- "[&:not(:last-child)]:border-r-0 data-[selected]:[&:not(:last-child)]:border-r-2",
181
- "data-[selected]+*:border-l-0",
182
- "first:rounded-l-md last:rounded-r-md"
183
- ].join(" "),
184
- plain: "bg-transparent text-inherit border-none hover:bg-transparent",
185
- subtle: [
186
- "bg-[var(--color-button-subtle-bg)] text-[var(--color-button-subtle-fg)]",
187
- "hover:bg-[var(--color-button-subtle-bg)] hover:text-[var(--color-hover)]",
188
- "disabled:bg-[var(--color-button-subtle-bg)] disabled:text-[var(--color-button-subtle-fg)]"
189
- ].join(" "),
190
- link: [
191
- "bg-transparent text-[var(--color-link-primary)] border-none font-normal",
192
- "px-0 h-auto",
193
- "hover:bg-transparent hover:text-[var(--color-link-primary-hover)]",
194
- "disabled:text-[var(--color-text-secondary)]"
195
- ].join(" "),
196
- icon_secondary: [
197
- "bg-transparent text-[var(--color-icon-secondary)] border-none",
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-hover)]",
201
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
202
- "data-[expanded]:text-[var(--color-hover)]"
203
- ].join(" "),
204
- icon_background: [
205
- "bg-[var(--color-button-icon-background-bg)] text-[var(--color-icon-secondary)] border-none",
206
- "hover:text-[var(--color-hover)]",
207
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
208
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
209
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
210
- "data-[expanded]:text-[var(--color-hover)]"
211
- ].join(" "),
212
- pagination: [
213
- "border-2 border-solid bg-transparent",
214
- "text-[var(--color-button-pagination-fg)] border-[var(--color-button-pagination-border)]",
215
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
216
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
217
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
218
- "data-[selected]:hover:text-[var(--color-selected-control-text)] data-[selected]:hover:border-transparent"
219
- ].join(" ")
220
- };
221
- var BASE_CLASSES = "font-semibold whitespace-nowrap transition-colors duration-150";
222
- var SP = 4;
223
- function buildShimStyle(props) {
224
- const s = { ...props.style };
225
- if (props.mt !== void 0) s.marginTop = typeof props.mt === "number" ? `${props.mt * SP}px` : props.mt;
226
- if (props.ml !== void 0) s.marginLeft = typeof props.ml === "number" ? `${props.ml * SP}px` : props.ml;
227
- if (props.mr !== void 0) s.marginRight = typeof props.mr === "number" ? `${props.mr * SP}px` : props.mr;
228
- if (props.px !== void 0) {
229
- const v = typeof props.px === "number" ? `${props.px * SP}px` : props.px;
230
- s.paddingLeft = v;
231
- s.paddingRight = v;
232
- }
233
- if (props.py !== void 0) {
234
- const v = typeof props.py === "number" ? `${props.py * SP}px` : props.py;
235
- s.paddingTop = v;
236
- s.paddingBottom = v;
237
- }
238
- if (props.fontWeight !== void 0) s.fontWeight = props.fontWeight;
239
- if (props.gap !== void 0) s.gap = typeof props.gap === "number" ? `${props.gap * SP}px` : props.gap;
240
- if (props.flexShrink !== void 0) s.flexShrink = props.flexShrink;
241
- if (props.columnGap !== void 0) s.columnGap = typeof props.columnGap === "number" ? `${props.columnGap * SP}px` : props.columnGap;
242
- if (props.gridColumn !== void 0) s.gridColumn = typeof props.gridColumn === "number" ? String(props.gridColumn) : props.gridColumn;
243
- if (props.gridRow) s.gridRow = props.gridRow;
244
- if (props.justifySelf) s.justifySelf = props.justifySelf;
245
- if (props.alignSelf) s.alignSelf = props.alignSelf;
246
- if (props.h) s.height = props.h;
247
- if (props.w) s.width = props.w;
248
- if (props.display) s.display = props.display;
249
- if (props.borderBottomRightRadius !== void 0) s.borderBottomRightRadius = typeof props.borderBottomRightRadius === "number" ? `${props.borderBottomRightRadius}px` : props.borderBottomRightRadius;
250
- if (props.borderTopRightRadius !== void 0) s.borderTopRightRadius = typeof props.borderTopRightRadius === "number" ? `${props.borderTopRightRadius}px` : props.borderTopRightRadius;
251
- return Object.keys(s).length > 0 ? s : void 0;
252
- }
253
- var Button = React2.forwardRef(
254
- function Button2(props, ref) {
255
- const {
256
- className,
257
- variant = "solid",
258
- size = "md",
259
- asChild = false,
260
- loading = false,
261
- loadingText,
262
- loadingSkeleton = false,
263
- expanded,
264
- selected,
265
- highlighted,
266
- disabled,
267
- children,
268
- style: styleProp,
269
- // Strip Chakra style props
270
- mt,
271
- ml,
272
- mr,
273
- px,
274
- py,
275
- fontWeight,
276
- gap,
277
- flexShrink,
278
- columnGap,
279
- gridColumn,
280
- gridRow,
281
- justifySelf,
282
- alignSelf,
283
- textStyle: _textStyle,
284
- h,
285
- w,
286
- display,
287
- borderBottomRightRadius,
288
- borderTopRightRadius,
289
- ...rest
290
- } = props;
291
- const mergedStyle = buildShimStyle({
292
- style: styleProp,
293
- mt,
294
- ml,
295
- mr,
296
- px,
297
- py,
298
- fontWeight,
299
- gap,
300
- flexShrink,
301
- columnGap,
302
- gridColumn,
303
- gridRow,
304
- justifySelf,
305
- alignSelf,
306
- h,
307
- w,
308
- display,
309
- borderBottomRightRadius,
310
- borderTopRightRadius
311
- });
312
- const dataAttrs = {};
313
- if (expanded) dataAttrs["data-expanded"] = true;
314
- if (selected) dataAttrs["data-selected"] = true;
315
- if (highlighted) dataAttrs["data-highlighted"] = true;
316
- if (loadingSkeleton) dataAttrs["data-loading-skeleton"] = true;
317
- const isDisabled = !loadingSkeleton && (loading || disabled);
318
- const inner = loading ? /* @__PURE__ */ jsxs(Fragment, { children: [
319
- /* @__PURE__ */ jsx(Spinner, {}),
320
- loadingText != null && /* @__PURE__ */ jsx("span", { style: { marginLeft: 8 }, children: loadingText })
321
- ] }) : children;
322
- const variantClass = VARIANT_CLASSES[variant] ?? VARIANT_CLASSES.solid;
323
- const combinedClassName = [BASE_CLASSES, variantClass, className].filter(Boolean).join(" ");
324
- const button = /* @__PURE__ */ jsx(
325
- ButtonFrame,
326
- {
327
- ref,
328
- size,
329
- disabled: isDisabled || void 0,
330
- asChild: asChild || void 0,
331
- className: combinedClassName,
332
- style: mergedStyle,
333
- ...dataAttrs,
334
- ...rest,
335
- children: inner
336
- }
337
- );
338
- if (loadingSkeleton) {
339
- return /* @__PURE__ */ jsx(Skeleton, { loading: loadingSkeleton, asChild: true, ref, children: button });
340
- }
341
- return button;
342
- }
343
- );
344
- React2.forwardRef(
345
- function ButtonGroup2(props, ref) {
346
- const { className, ...rest } = props;
347
- return /* @__PURE__ */ jsx(
348
- Box,
349
- {
350
- ref,
351
- className: ["inline-flex", className].filter(Boolean).join(" "),
352
- role: "group",
353
- ...rest
354
- }
355
- );
356
- }
357
- );
358
- React2.forwardRef(
359
- function ButtonGroupRadio2(props, ref) {
360
- const {
361
- children,
362
- onChange,
363
- variant = "segmented",
364
- defaultValue,
365
- loading = false,
366
- equalWidth = false,
367
- className,
368
- ...rest
369
- } = props;
370
- const firstChildValue = React2.useMemo(() => {
371
- const firstChild = Array.isArray(children) ? children[0] : void 0;
372
- return typeof firstChild?.props.value === "string" ? firstChild.props.value : void 0;
373
- }, [children]);
374
- const [value, setValue] = React2.useState(defaultValue ?? firstChildValue);
375
- const handleItemClick = React2.useCallback((event) => {
376
- const v = event.currentTarget.value;
377
- setValue(v);
378
- onChange?.(v);
379
- }, [onChange]);
380
- const clonedChildren = React2.Children.map(children, (child) => {
381
- return React2.cloneElement(child, {
382
- onClick: handleItemClick,
383
- selected: value === child.props.value,
384
- variant
385
- });
386
- });
387
- const childrenLength = React2.Children.count(children);
388
- return /* @__PURE__ */ jsx(Skeleton, { loading, children: /* @__PURE__ */ jsx(
389
- Box,
390
- {
391
- ref,
392
- className: [
393
- "inline-flex gap-0",
394
- equalWidth ? "grid" : "",
395
- className
396
- ].filter(Boolean).join(" "),
397
- style: equalWidth ? { gridTemplateColumns: `repeat(${childrenLength}, 1fr)` } : void 0,
398
- role: "group",
399
- ...rest,
400
- children: clonedChildren
401
- }
402
- ) });
403
- }
404
- );
405
- var SIZE = {
406
- xs: { height: 24, paddingHorizontal: 8, fontSize: "$1", borderRadius: 4 },
407
- sm: { height: 32, paddingHorizontal: 12, fontSize: "$3", borderRadius: 6 },
408
- md: { height: 40, paddingHorizontal: 16, fontSize: "$5", borderRadius: 6 },
409
- lg: { height: 48, paddingHorizontal: 16, fontSize: "$6", borderRadius: 8 },
410
- "2xl": { height: 56, paddingHorizontal: 16, fontSize: "$7", borderRadius: 8 }
411
- };
412
- var VARIANT = {
413
- outline: { borderWidth: 1, borderStyle: "solid" },
414
- filled: { borderWidth: 0, backgroundColor: "var(--color-input-filled-bg)" },
415
- unstyled: { borderWidth: 0, backgroundColor: "transparent", padding: 0, height: "auto" }
416
- };
417
- var CONTROL = {
418
- width: "100%",
419
- outlineWidth: 0,
420
- backgroundColor: "var(--color-input-bg)",
421
- color: "var(--color-input-fg)",
422
- borderColor: "var(--color-input-border)",
423
- hoverStyle: { borderColor: "var(--color-input-border-hover)" },
424
- focusStyle: { borderColor: "var(--color-input-border-focus)" },
425
- disabledStyle: { opacity: 0.4, cursor: "not-allowed" }
426
- };
427
- var Input = React2__default.forwardRef(
428
- ({ size = "md", variant = "outline", className, onChange, onChangeText, ...rest }, ref) => {
429
- const handleChange = React2__default.useCallback(
430
- (event) => {
431
- onChange?.(event);
432
- onChangeText?.(event.target.value);
433
- },
434
- [onChange, onChangeText]
435
- );
436
- return /* @__PURE__ */ jsx(
437
- Input$1,
438
- {
439
- ref,
440
- unstyled: true,
441
- className: className ? `lux-control ${className}` : "lux-control",
442
- ...CONTROL,
443
- ...SIZE[size],
444
- ...VARIANT[variant],
445
- ...rest,
446
- onChange: handleChange
447
- }
448
- );
449
- }
450
- );
451
- Input.displayName = "Input";
452
- var LimelightNav = React2.forwardRef(
9
+ var LimelightNav = React.forwardRef(
453
10
  ({ className, items = [], ...props }, ref) => {
454
- const [isOpen, setIsOpen] = React2.useState(false);
455
- const [search, setSearch] = React2.useState("");
456
- React2.useEffect(() => {
11
+ const [isOpen, setIsOpen] = React.useState(false);
12
+ const [search, setSearch] = React.useState("");
13
+ React.useEffect(() => {
457
14
  const down = (e) => {
458
15
  if (e.key === "k" && (e.metaKey || e.ctrlKey)) {
459
16
  e.preventDefault();
package/dist/link.cjs CHANGED
@@ -2,83 +2,14 @@
2
2
 
3
3
  var React = require('react');
4
4
  var ui = require('@hanzo/ui');
5
+ var skeleton_js = require('./skeleton.js');
5
6
  var jsxRuntime = require('react/jsx-runtime');
6
7
 
7
- function _interopNamespace(e) {
8
- if (e && e.__esModule) return e;
9
- var n = Object.create(null);
10
- if (e) {
11
- Object.keys(e).forEach(function (k) {
12
- if (k !== 'default') {
13
- var d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: function () { return e[k]; }
17
- });
18
- }
19
- });
20
- }
21
- n.default = e;
22
- return Object.freeze(n);
23
- }
8
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
24
9
 
25
- var React__namespace = /*#__PURE__*/_interopNamespace(React);
10
+ var React__default = /*#__PURE__*/_interopDefault(React);
26
11
 
27
12
  // src/link.tsx
28
- var SKELETON_CLASSES = "lux-skeleton rounded-sm";
29
- var Skeleton = React__namespace.forwardRef(
30
- function Skeleton2(props, ref) {
31
- const { loading = true, asChild, className, children, style, ...rest } = props;
32
- if (!loading) {
33
- if (asChild && React__namespace.isValidElement(children)) return children;
34
- return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { ref, className, style, ...rest, children });
35
- }
36
- return /* @__PURE__ */ jsxRuntime.jsx(
37
- "div",
38
- {
39
- ref,
40
- "data-loading": true,
41
- ...ui.sx(
42
- SKELETON_CLASSES,
43
- asChild || children ? "[&_*]:invisible" : "min-h-5",
44
- className
45
- ),
46
- style,
47
- ...rest,
48
- children
49
- }
50
- );
51
- }
52
- );
53
- React__namespace.forwardRef(
54
- function SkeletonCircle2(props, ref) {
55
- const { size = 40, loading = true, className, ...rest } = props;
56
- const dimension = typeof size === "number" ? `${size}px` : size;
57
- return /* @__PURE__ */ jsxRuntime.jsx(
58
- Skeleton,
59
- {
60
- ref,
61
- loading,
62
- ...ui.sx("rounded-full shrink-0", className),
63
- style: { width: dimension, height: dimension, ...rest.style },
64
- ...rest
65
- }
66
- );
67
- }
68
- );
69
- React__namespace.forwardRef(
70
- function SkeletonText2(props, ref) {
71
- const { noOfLines = 3, loading = true, className, ...rest } = props;
72
- 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(
73
- Skeleton,
74
- {
75
- loading,
76
- ...ui.sx(ui.cn("h-4", index === noOfLines - 1 && "max-w-[80%]"))
77
- },
78
- index
79
- )) });
80
- }
81
- );
82
13
  var ArrowIcon = ({ className, style }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className, style, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11 3h6v6M17 3L7 13M14 11v6H3V6h6", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
83
14
  function stripUtmParams(url) {
84
15
  try {
@@ -156,7 +87,7 @@ function resolveSpacing(v) {
156
87
  }
157
88
  return void 0;
158
89
  }
159
- var Link = React__namespace.default.forwardRef(
90
+ var Link = React__default.default.forwardRef(
160
91
  function Link2(props, ref) {
161
92
  const {
162
93
  external,
@@ -204,7 +135,7 @@ var Link = React__namespace.default.forwardRef(
204
135
  const linkStyle = Object.keys(shimStyle).length > 0 ? shimStyle : void 0;
205
136
  if (external) {
206
137
  const processedHref = typeof href === "string" ? stripUtmParams(href) : href;
207
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading, ref, asChild: true, children: /* @__PURE__ */ jsxRuntime.jsxs(
138
+ return /* @__PURE__ */ jsxRuntime.jsx(skeleton_js.Skeleton, { loading, ref, asChild: true, children: /* @__PURE__ */ jsxRuntime.jsxs(
208
139
  ui.Box,
209
140
  {
210
141
  tag: "a",
@@ -223,7 +154,7 @@ var Link = React__namespace.default.forwardRef(
223
154
  ) });
224
155
  }
225
156
  if (href) {
226
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading, ref, asChild: true, children: /* @__PURE__ */ jsxRuntime.jsx(
157
+ return /* @__PURE__ */ jsxRuntime.jsx(skeleton_js.Skeleton, { loading, ref, asChild: true, children: /* @__PURE__ */ jsxRuntime.jsx(
227
158
  ui.Box,
228
159
  {
229
160
  tag: "a",
@@ -236,7 +167,7 @@ var Link = React__namespace.default.forwardRef(
236
167
  }
237
168
  ) });
238
169
  }
239
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading, ref, asChild: true, children: /* @__PURE__ */ jsxRuntime.jsx(
170
+ return /* @__PURE__ */ jsxRuntime.jsx(skeleton_js.Skeleton, { loading, ref, asChild: true, children: /* @__PURE__ */ jsxRuntime.jsx(
240
171
  ui.Box,
241
172
  {
242
173
  tag: "span",
@@ -248,7 +179,7 @@ var Link = React__namespace.default.forwardRef(
248
179
  ) });
249
180
  }
250
181
  );
251
- var LinkBox = React__namespace.default.forwardRef(
182
+ var LinkBox = React__default.default.forwardRef(
252
183
  function LinkBox2(props, ref) {
253
184
  const { className, ...rest } = props;
254
185
  return /* @__PURE__ */ jsxRuntime.jsx(
@@ -261,7 +192,7 @@ var LinkBox = React__namespace.default.forwardRef(
261
192
  );
262
193
  }
263
194
  );
264
- var LinkOverlay = React__namespace.default.forwardRef(
195
+ var LinkOverlay = React__default.default.forwardRef(
265
196
  function LinkOverlay2(props, ref) {
266
197
  const {
267
198
  children,
@@ -311,14 +242,14 @@ var LinkOverlay = React__namespace.default.forwardRef(
311
242
  target: "_blank",
312
243
  rel: "noopener noreferrer",
313
244
  ...rest,
314
- children: (children || !noIcon && href) && /* @__PURE__ */ jsxRuntime.jsxs(Skeleton, { ...ui.sx("inline-flex items-center max-w-full h-full"), loading, children: [
245
+ children: (children || !noIcon && href) && /* @__PURE__ */ jsxRuntime.jsxs(skeleton_js.Skeleton, { ...ui.sx("inline-flex items-center max-w-full h-full"), loading, children: [
315
246
  children,
316
247
  !noIcon && href && /* @__PURE__ */ jsxRuntime.jsx(LinkExternalIcon, { color: iconColor })
317
248
  ] })
318
249
  }
319
250
  );
320
251
  }
321
- const content = children ? /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { ...ui.sx("inline-flex items-center max-w-full h-full"), loading, children }) : null;
252
+ const content = children ? /* @__PURE__ */ jsxRuntime.jsx(skeleton_js.Skeleton, { ...ui.sx("inline-flex items-center max-w-full h-full"), loading, children }) : null;
322
253
  if (href) {
323
254
  return /* @__PURE__ */ jsxRuntime.jsx(
324
255
  ui.Box,