@luxfi/ui 8.2.7 → 8.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. package/dist/3d-model-viewer.cjs +25 -421
  2. package/dist/3d-model-viewer.js +20 -416
  3. package/dist/accordion.cjs +3 -10
  4. package/dist/accordion.js +2 -10
  5. package/dist/advanced-navigation-bar.cjs +5 -401
  6. package/dist/advanced-navigation-bar.js +5 -401
  7. package/dist/ai-agents.cjs +45 -890
  8. package/dist/ai-agents.js +8 -834
  9. package/dist/ai-assistant.cjs +13 -740
  10. package/dist/ai-assistant.js +10 -738
  11. package/dist/ai-chat.cjs +24 -770
  12. package/dist/ai-chat.js +18 -765
  13. package/dist/ai-code.cjs +67 -923
  14. package/dist/ai-code.js +49 -905
  15. package/dist/ai-playground.cjs +25 -801
  16. package/dist/ai-playground.js +18 -795
  17. package/dist/ai-tools.cjs +22 -767
  18. package/dist/ai-tools.js +15 -761
  19. package/dist/ai-vision.cjs +41 -993
  20. package/dist/ai-vision.js +30 -983
  21. package/dist/ai-voice-settings.cjs +35 -1006
  22. package/dist/ai-voice-settings.js +32 -1004
  23. package/dist/ai-voice.cjs +51 -1024
  24. package/dist/ai-voice.js +9 -963
  25. package/dist/alert.cjs +11 -129
  26. package/dist/alert.js +8 -127
  27. package/dist/announcement.cjs +6 -402
  28. package/dist/announcement.js +6 -402
  29. package/dist/app-switcher-navigation-bar.cjs +5 -401
  30. package/dist/app-switcher-navigation-bar.js +5 -401
  31. package/dist/apple-cards-carousel.cjs +84 -480
  32. package/dist/apple-cards-carousel.js +19 -415
  33. package/dist/auth.cjs +10 -387
  34. package/dist/auth.js +7 -385
  35. package/dist/avatar.cjs +2 -9
  36. package/dist/avatar.js +2 -10
  37. package/dist/badge.cjs +8 -228
  38. package/dist/badge.js +5 -210
  39. package/dist/button.cjs +14 -67
  40. package/dist/button.js +12 -65
  41. package/dist/chrome.cjs +29 -493
  42. package/dist/chrome.js +9 -474
  43. package/dist/code-block.cjs +16 -664
  44. package/dist/code-block.js +13 -662
  45. package/dist/code-compare.cjs +28 -1302
  46. package/dist/code-compare.js +18 -1293
  47. package/dist/code-diff.cjs +21 -669
  48. package/dist/code-diff.js +17 -666
  49. package/dist/code-editor.cjs +13 -409
  50. package/dist/code-editor.js +12 -408
  51. package/dist/code-explorer.cjs +14 -456
  52. package/dist/code-explorer.js +13 -456
  53. package/dist/code-preview.cjs +31 -983
  54. package/dist/code-preview.js +23 -976
  55. package/dist/code-snippet.cjs +19 -667
  56. package/dist/code-snippet.js +14 -663
  57. package/dist/code-terminal.cjs +24 -485
  58. package/dist/code-terminal.js +19 -481
  59. package/dist/collapsible.cjs +13 -347
  60. package/dist/collapsible.js +11 -330
  61. package/dist/color-picker.cjs +8 -450
  62. package/dist/color-picker.js +7 -450
  63. package/dist/combobox.cjs +6 -402
  64. package/dist/combobox.js +6 -402
  65. package/dist/communication-navigation-bar.cjs +7 -403
  66. package/dist/communication-navigation-bar.js +5 -401
  67. package/dist/dashboard-navigation-bar.cjs +6 -402
  68. package/dist/dashboard-navigation-bar.js +5 -401
  69. package/dist/dialog-stack.cjs +5 -401
  70. package/dist/dialog-stack.js +5 -401
  71. package/dist/dialog.cjs +13 -70
  72. package/dist/dialog.js +13 -70
  73. package/dist/drawer.cjs +23 -99
  74. package/dist/drawer.js +19 -96
  75. package/dist/e-commerce-navigation-bar.cjs +7 -403
  76. package/dist/e-commerce-navigation-bar.js +5 -401
  77. package/dist/editor.cjs +9 -405
  78. package/dist/editor.js +6 -402
  79. package/dist/iam.cjs +2 -123
  80. package/dist/iam.js +1 -122
  81. package/dist/icon-button.cjs +2 -56
  82. package/dist/icon-button.js +1 -55
  83. package/dist/identity.cjs +28 -242
  84. package/dist/identity.js +20 -235
  85. package/dist/image-crop.cjs +10 -406
  86. package/dist/image-crop.js +7 -403
  87. package/dist/image.cjs +14 -83
  88. package/dist/image.js +13 -67
  89. package/dist/index.cjs +1868 -38770
  90. package/dist/index.js +174 -38320
  91. package/dist/input-group.cjs +3 -10
  92. package/dist/input-group.js +2 -10
  93. package/dist/item.cjs +2 -27
  94. package/dist/item.js +1 -22
  95. package/dist/kanban.cjs +25 -751
  96. package/dist/kanban.js +15 -742
  97. package/dist/limelight-nav.cjs +10 -452
  98. package/dist/limelight-nav.js +9 -452
  99. package/dist/link.cjs +11 -80
  100. package/dist/link.js +6 -60
  101. package/dist/lux.config.cjs +14 -32
  102. package/dist/lux.config.js +3 -26
  103. package/dist/menu.cjs +5 -13
  104. package/dist/menu.js +1 -9
  105. package/dist/message-dock.cjs +5 -401
  106. package/dist/message-dock.js +5 -401
  107. package/dist/mini-calendar.cjs +7 -403
  108. package/dist/mini-calendar.js +6 -402
  109. package/dist/music-player.cjs +30 -528
  110. package/dist/music-player.js +22 -520
  111. package/dist/next.cjs +8 -89
  112. package/dist/next.js +3 -86
  113. package/dist/popover.cjs +17 -74
  114. package/dist/popover.js +16 -73
  115. package/dist/progress-circle.cjs +3 -10
  116. package/dist/progress-circle.js +2 -10
  117. package/dist/provider.cjs +7 -176
  118. package/dist/provider.js +4 -174
  119. package/dist/select.cjs +36 -89
  120. package/dist/select.js +35 -88
  121. package/dist/sidebar.cjs +22 -493
  122. package/dist/sidebar.js +17 -489
  123. package/dist/site/commerce/ui/context.cjs +9 -214
  124. package/dist/site/commerce/ui/context.js +6 -215
  125. package/dist/site/components/analytics.cjs +2 -42
  126. package/dist/site/components/analytics.js +1 -37
  127. package/dist/site/components/auth/callback.cjs +2 -8
  128. package/dist/site/components/auth/callback.js +1 -7
  129. package/dist/site/components/auth/login-panel.cjs +15 -74
  130. package/dist/site/components/auth/login-panel.js +12 -73
  131. package/dist/site/components/auth/login.cjs +2 -6
  132. package/dist/site/components/auth/login.js +1 -5
  133. package/dist/site/components/auth/widget.cjs +2 -6
  134. package/dist/site/components/auth/widget.js +1 -5
  135. package/dist/site/components/commerce/bag-button.cjs +2 -3
  136. package/dist/site/components/commerce/bag-button.js +2 -3
  137. package/dist/site/components/commerce/buy-button.cjs +2 -11
  138. package/dist/site/components/commerce/buy-button.js +1 -10
  139. package/dist/site/components/commerce/checkout-button.cjs +2 -3
  140. package/dist/site/components/commerce/checkout-button.js +2 -3
  141. package/dist/site/components/commerce/checkout-panel/desktop-cp.cjs +15 -173
  142. package/dist/site/components/commerce/checkout-panel/desktop-cp.js +14 -174
  143. package/dist/site/components/commerce/checkout-panel/index.cjs +9 -400
  144. package/dist/site/components/commerce/checkout-panel/index.js +10 -403
  145. package/dist/site/components/commerce/checkout-panel/mobile-cp.cjs +15 -236
  146. package/dist/site/components/commerce/checkout-panel/mobile-cp.js +13 -237
  147. package/dist/site/components/commerce/desktop-bag-popup.cjs +7 -8
  148. package/dist/site/components/commerce/desktop-bag-popup.js +3 -8
  149. package/dist/site/components/commerce/drawer/index.cjs +15 -289
  150. package/dist/site/components/commerce/drawer/index.js +10 -290
  151. package/dist/site/components/commerce/drawer/micro.cjs +8 -115
  152. package/dist/site/components/commerce/drawer/micro.js +4 -115
  153. package/dist/site/components/commerce/drawer/shell.cjs +2 -10
  154. package/dist/site/components/commerce/drawer/shell.js +2 -10
  155. package/dist/site/components/contact-dialog/index.cjs +6 -69
  156. package/dist/site/components/contact-dialog/index.js +7 -71
  157. package/dist/site/components/drawer-margin.cjs +2 -10
  158. package/dist/site/components/drawer-margin.js +2 -10
  159. package/dist/site/components/footer.cjs +11 -81
  160. package/dist/site/components/footer.js +8 -80
  161. package/dist/site/components/header/desktop.cjs +18 -374
  162. package/dist/site/components/header/desktop.js +12 -355
  163. package/dist/site/components/header/index.cjs +9 -674
  164. package/dist/site/components/header/index.js +8 -657
  165. package/dist/site/components/header/mobile-bag-drawer.cjs +6 -71
  166. package/dist/site/components/header/mobile-bag-drawer.js +5 -74
  167. package/dist/site/components/header/mobile-nav-menu-ai.cjs +2 -31
  168. package/dist/site/components/header/mobile-nav-menu-ai.js +1 -26
  169. package/dist/site/components/header/mobile-nav-menu-item.cjs +6 -60
  170. package/dist/site/components/header/mobile-nav-menu-item.js +6 -61
  171. package/dist/site/components/header/mobile-nav-menu.cjs +7 -110
  172. package/dist/site/components/header/mobile-nav-menu.js +7 -112
  173. package/dist/site/components/header/mobile.cjs +25 -330
  174. package/dist/site/components/header/mobile.js +20 -330
  175. package/dist/site/components/icons/index.cjs +34 -35
  176. package/dist/site/components/icons/index.js +5 -33
  177. package/dist/site/components/index.cjs +118 -1961
  178. package/dist/site/components/index.js +23 -1951
  179. package/dist/site/components/mini-chart/index.cjs +7 -90
  180. package/dist/site/components/mini-chart/index.js +1 -92
  181. package/dist/site/components/mini-chart/wrapper.cjs +7 -76
  182. package/dist/site/components/mini-chart/wrapper.js +4 -77
  183. package/dist/site/components/not-found/index.cjs +9 -819
  184. package/dist/site/components/not-found/index.js +8 -802
  185. package/dist/site/components/security/index.cjs +9 -819
  186. package/dist/site/components/security/index.js +8 -802
  187. package/dist/site/next/analytics/index.cjs +16 -49
  188. package/dist/site/next/analytics/index.js +3 -49
  189. package/dist/site/next/analytics/pixel-analytics.cjs +23 -8
  190. package/dist/site/next/analytics/pixel-analytics.js +4 -8
  191. package/dist/site/next/index.cjs +13 -140
  192. package/dist/site/next/index.js +2 -140
  193. package/dist/site/root-layout/index.cjs +12 -1435
  194. package/dist/site/root-layout/index.css +0 -133
  195. package/dist/site/root-layout/index.js +12 -1416
  196. package/dist/site/site-def/footer/community.cjs +11 -27
  197. package/dist/site/site-def/footer/community.js +2 -18
  198. package/dist/site/site-def/footer/company.d.ts +3 -3
  199. package/dist/site/site-def/footer/index.cjs +38 -218
  200. package/dist/site/site-def/footer/index.js +14 -215
  201. package/dist/site/site-def/index.cjs +28 -620
  202. package/dist/site/site-def/index.js +3 -624
  203. package/dist/table.cjs +20 -338
  204. package/dist/table.js +19 -338
  205. package/dist/tabs.cjs +3 -10
  206. package/dist/tabs.js +1 -9
  207. package/dist/tag.cjs +9 -270
  208. package/dist/tag.js +6 -268
  209. package/dist/tags.cjs +6 -314
  210. package/dist/tags.js +5 -314
  211. package/dist/textarea.cjs +4 -50
  212. package/dist/textarea.js +3 -49
  213. package/dist/tooltip.cjs +15 -34
  214. package/dist/tooltip.js +13 -33
  215. package/dist/vite.cjs +3 -82
  216. package/dist/vite.js +1 -80
  217. package/package.json +1 -1
  218. package/dist/index.css +0 -132
  219. package/dist/site/components/auth/login-panel.css +0 -4
  220. package/dist/site/components/commerce/bag-button.css +0 -4
  221. package/dist/site/components/commerce/checkout-button.css +0 -4
  222. package/dist/site/components/commerce/checkout-panel/desktop-cp.css +0 -132
  223. package/dist/site/components/commerce/checkout-panel/index.css +0 -132
  224. package/dist/site/components/commerce/checkout-panel/mobile-cp.css +0 -132
  225. package/dist/site/components/commerce/desktop-bag-popup.css +0 -4
  226. package/dist/site/components/commerce/drawer/index.css +0 -132
  227. package/dist/site/components/commerce/drawer/micro.css +0 -4
  228. package/dist/site/components/header/desktop.css +0 -4
  229. package/dist/site/components/header/index.css +0 -132
  230. package/dist/site/components/header/mobile-bag-drawer.css +0 -4
  231. package/dist/site/components/header/mobile-nav-menu-ai.css +0 -132
  232. package/dist/site/components/header/mobile-nav-menu-item.css +0 -132
  233. package/dist/site/components/header/mobile-nav-menu.css +0 -132
  234. package/dist/site/components/header/mobile.css +0 -132
  235. package/dist/site/components/icons/index.css +0 -4
  236. package/dist/site/components/index.css +0 -132
  237. package/dist/site/components/not-found/index.css +0 -132
  238. package/dist/site/components/security/index.css +0 -132
  239. package/dist/site/site-def/footer/community.css +0 -4
  240. package/dist/site/site-def/footer/index.css +0 -4
  241. package/dist/site/site-def/index.css +0 -4
package/dist/alert.cjs CHANGED
@@ -2,9 +2,11 @@
2
2
  'use strict';
3
3
 
4
4
  var gui = require('@hanzo/gui');
5
- var React2 = require('react');
5
+ var React = require('react');
6
+ var closeButton_cjs = require('./close-button.cjs');
7
+ var ink_cjs = require('./ink.cjs');
8
+ var skeleton_cjs = require('./skeleton.cjs');
6
9
  var jsxRuntime = require('react/jsx-runtime');
7
- var ui = require('@hanzo/ui');
8
10
 
9
11
  function _interopNamespace(e) {
10
12
  if (e && e.__esModule) return e;
@@ -24,128 +26,8 @@ function _interopNamespace(e) {
24
26
  return Object.freeze(n);
25
27
  }
26
28
 
27
- var React2__namespace = /*#__PURE__*/_interopNamespace(React2);
29
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
30
 
29
- var CLOSE_ICON_PATH = "M9.44 8.035a.791.791 0 0 0 1.12 0l3.802-3.803a.791.791 0 0 1 1.119 0l.287.287a.79.79 0 0 1 0 1.119L11.965 9.44a.79.79 0 0 0 0 1.118l3.803 3.803a.791.791 0 0 1 0 1.119l-.287.287a.791.791 0 0 1-1.119 0l-3.803-3.803a.79.79 0 0 0-1.118 0l-3.803 3.803a.79.79 0 0 1-1.119 0l-.287-.287a.791.791 0 0 1 0-1.119l3.803-3.803a.791.791 0 0 0 0-1.118L4.232 5.638a.791.791 0 0 1 0-1.119l.287-.287a.791.791 0 0 1 1.119 0L9.44 8.035Z";
30
- var CloseButtonFrame = gui.styled(gui.View, {
31
- name: "LuxCloseButton",
32
- render: /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", "aria-label": "Close" }),
33
- role: "button",
34
- cursor: "pointer",
35
- display: "inline-flex",
36
- alignItems: "center",
37
- justifyContent: "center",
38
- width: 20,
39
- height: 20,
40
- minWidth: 0,
41
- flexShrink: 1,
42
- padding: 0,
43
- borderRadius: 4,
44
- borderWidth: 0,
45
- overflow: "hidden",
46
- backgroundColor: "transparent",
47
- hoverStyle: {
48
- backgroundColor: "transparent"
49
- },
50
- variants: {
51
- disabled: {
52
- true: {
53
- opacity: 0.4,
54
- pointerEvents: "none"
55
- }
56
- }
57
- }
58
- });
59
- var CloseButton = React2__namespace.forwardRef(function CloseButton2(props, ref) {
60
- const { variant: _variant, size: _size, className, children, ...rest } = props;
61
- return /* @__PURE__ */ jsxRuntime.jsx(
62
- CloseButtonFrame,
63
- {
64
- ref,
65
- className,
66
- ...rest,
67
- children: children ?? /* @__PURE__ */ jsxRuntime.jsx(
68
- "svg",
69
- {
70
- width: 20,
71
- height: 20,
72
- viewBox: "0 0 20 20",
73
- fill: "none",
74
- "aria-hidden": "true",
75
- children: /* @__PURE__ */ jsxRuntime.jsx(
76
- "path",
77
- {
78
- d: CLOSE_ICON_PATH,
79
- fill: "currentColor"
80
- }
81
- )
82
- }
83
- )
84
- }
85
- );
86
- });
87
- var ink = (children, Wrap = gui.Text, props = {}) => {
88
- let hasText = false;
89
- React2.Children.forEach(children, (child) => {
90
- if (typeof child === "string" || typeof child === "number") hasText = true;
91
- });
92
- if (!hasText) return children;
93
- return React2.Children.map(children, (child) => typeof child === "string" || typeof child === "number" ? React2.createElement(Wrap, props, child) : child);
94
- };
95
- var SKELETON_CLASSES = "lux-skeleton rounded-sm";
96
- var Skeleton = React2__namespace.forwardRef(
97
- function Skeleton2(props, ref) {
98
- const { loading = true, asChild, className, children, style, ...rest } = props;
99
- if (!loading) {
100
- if (asChild && React2__namespace.isValidElement(children)) return children;
101
- return /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { ref, className, style, ...rest, children });
102
- }
103
- return /* @__PURE__ */ jsxRuntime.jsx(
104
- "div",
105
- {
106
- ref,
107
- "data-loading": true,
108
- ...ui.sx(
109
- SKELETON_CLASSES,
110
- asChild || children ? "[&_*]:invisible" : "min-h-5",
111
- className
112
- ),
113
- style,
114
- ...rest,
115
- children
116
- }
117
- );
118
- }
119
- );
120
- React2__namespace.forwardRef(
121
- function SkeletonCircle2(props, ref) {
122
- const { size = 40, loading = true, className, ...rest } = props;
123
- const dimension = typeof size === "number" ? `${size}px` : size;
124
- return /* @__PURE__ */ jsxRuntime.jsx(
125
- Skeleton,
126
- {
127
- ref,
128
- loading,
129
- ...ui.sx("rounded-full shrink-0", className),
130
- style: { width: dimension, height: dimension, ...rest.style },
131
- ...rest
132
- }
133
- );
134
- }
135
- );
136
- React2__namespace.forwardRef(
137
- function SkeletonText2(props, ref) {
138
- const { noOfLines = 3, loading = true, className, ...rest } = props;
139
- 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(
140
- Skeleton,
141
- {
142
- loading,
143
- ...ui.sx(ui.cn("h-4", index === noOfLines - 1 && "max-w-[80%]"))
144
- },
145
- index
146
- )) });
147
- }
148
- );
149
31
  var IndicatorIcon = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 18a8 8 0 100-16 8 8 0 000 16zm.75-11.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM9.25 10a.75.75 0 011.5 0v3a.75.75 0 01-1.5 0v-3z" }) });
150
32
  var ALERT_BASE = {
151
33
  width: "100%",
@@ -171,7 +53,7 @@ var INDICATOR_SIZE = {
171
53
  sm: { marginVertical: 0 },
172
54
  md: { marginVertical: 2 }
173
55
  };
174
- var Alert = React2__namespace.forwardRef(
56
+ var Alert = React__namespace.forwardRef(
175
57
  function Alert2(props, ref) {
176
58
  const {
177
59
  title,
@@ -196,7 +78,7 @@ var Alert = React2__namespace.forwardRef(
196
78
  if (_mb !== void 0) shimStyle.marginBottom = typeof _mb === "number" ? `${_mb * 4}px` : _mb;
197
79
  if (_mt !== void 0) shimStyle.marginTop = typeof _mt === "number" ? `${_mt * 4}px` : _mt;
198
80
  const alertStyle = Object.keys(shimStyle).length > 0 ? shimStyle : void 0;
199
- const [isOpen, setIsOpen] = React2__namespace.useState(true);
81
+ const [isOpen, setIsOpen] = React__namespace.useState(true);
200
82
  const resolvedSize = size ?? "md";
201
83
  const fontSize = SIZE[resolvedSize].fontSize;
202
84
  const defaultIcon = /* @__PURE__ */ jsxRuntime.jsx(IndicatorIcon, {});
@@ -222,7 +104,7 @@ var Alert = React2__namespace.forwardRef(
222
104
  }
223
105
  );
224
106
  })();
225
- const handleClose = React2__namespace.useCallback(() => {
107
+ const handleClose = React__namespace.useCallback(() => {
226
108
  setIsOpen(false);
227
109
  onClose?.();
228
110
  }, [onClose]);
@@ -250,7 +132,7 @@ var Alert = React2__namespace.forwardRef(
250
132
  ...descColumnGap !== void 0 ? { columnGap: typeof descColumnGap === "number" ? `${descColumnGap * 4}px` : descColumnGap } : {}
251
133
  };
252
134
  const ContentFrame = inline ? gui.XStack : gui.YStack;
253
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { loading, children: /* @__PURE__ */ jsxRuntime.jsxs(
135
+ return /* @__PURE__ */ jsxRuntime.jsx(skeleton_cjs.Skeleton, { loading, children: /* @__PURE__ */ jsxRuntime.jsxs(
254
136
  gui.XStack,
255
137
  {
256
138
  ref,
@@ -271,12 +153,12 @@ var Alert = React2__namespace.forwardRef(
271
153
  className: descClassName,
272
154
  style: Object.keys(descStyle).length > 0 ? descStyle : void 0,
273
155
  ...descRest,
274
- children: ink(children, void 0, { fontSize, color: ALERT_FG })
156
+ children: ink_cjs.ink(children, void 0, { fontSize, color: ALERT_FG })
275
157
  }
276
158
  )
277
159
  ] }) : /* @__PURE__ */ jsxRuntime.jsx(gui.Text, { flex: 1, fontWeight: "600", fontSize, color: ALERT_FG, children: title }),
278
160
  endElement,
279
- closable && /* @__PURE__ */ jsxRuntime.jsx(gui.View, { position: "relative", alignSelf: "flex-start", children: /* @__PURE__ */ jsxRuntime.jsx(CloseButton, { onClick: handleClose }) })
161
+ closable && /* @__PURE__ */ jsxRuntime.jsx(gui.View, { position: "relative", alignSelf: "flex-start", children: /* @__PURE__ */ jsxRuntime.jsx(closeButton_cjs.CloseButton, { onClick: handleClose }) })
280
162
  ]
281
163
  }
282
164
  ) });
package/dist/alert.js CHANGED
@@ -1,130 +1,11 @@
1
1
  'use client';
2
- import { styled, View, XStack, YStack, Text } from '@hanzo/gui';
3
- import * as React2 from 'react';
4
- import { Children, createElement } from 'react';
2
+ import { XStack, YStack, Text, View } from '@hanzo/gui';
3
+ import * as React from 'react';
4
+ import { CloseButton } from './close-button.js';
5
+ import { ink } from './ink.js';
6
+ import { Skeleton } from './skeleton.js';
5
7
  import { jsx, jsxs } from 'react/jsx-runtime';
6
- import { Box, sx, cn } from '@hanzo/ui';
7
8
 
8
- var CLOSE_ICON_PATH = "M9.44 8.035a.791.791 0 0 0 1.12 0l3.802-3.803a.791.791 0 0 1 1.119 0l.287.287a.79.79 0 0 1 0 1.119L11.965 9.44a.79.79 0 0 0 0 1.118l3.803 3.803a.791.791 0 0 1 0 1.119l-.287.287a.791.791 0 0 1-1.119 0l-3.803-3.803a.79.79 0 0 0-1.118 0l-3.803 3.803a.79.79 0 0 1-1.119 0l-.287-.287a.791.791 0 0 1 0-1.119l3.803-3.803a.791.791 0 0 0 0-1.118L4.232 5.638a.791.791 0 0 1 0-1.119l.287-.287a.791.791 0 0 1 1.119 0L9.44 8.035Z";
9
- var CloseButtonFrame = styled(View, {
10
- name: "LuxCloseButton",
11
- render: /* @__PURE__ */ jsx("button", { type: "button", "aria-label": "Close" }),
12
- role: "button",
13
- cursor: "pointer",
14
- display: "inline-flex",
15
- alignItems: "center",
16
- justifyContent: "center",
17
- width: 20,
18
- height: 20,
19
- minWidth: 0,
20
- flexShrink: 1,
21
- padding: 0,
22
- borderRadius: 4,
23
- borderWidth: 0,
24
- overflow: "hidden",
25
- backgroundColor: "transparent",
26
- hoverStyle: {
27
- backgroundColor: "transparent"
28
- },
29
- variants: {
30
- disabled: {
31
- true: {
32
- opacity: 0.4,
33
- pointerEvents: "none"
34
- }
35
- }
36
- }
37
- });
38
- var CloseButton = React2.forwardRef(function CloseButton2(props, ref) {
39
- const { variant: _variant, size: _size, className, children, ...rest } = props;
40
- return /* @__PURE__ */ jsx(
41
- CloseButtonFrame,
42
- {
43
- ref,
44
- className,
45
- ...rest,
46
- children: children ?? /* @__PURE__ */ jsx(
47
- "svg",
48
- {
49
- width: 20,
50
- height: 20,
51
- viewBox: "0 0 20 20",
52
- fill: "none",
53
- "aria-hidden": "true",
54
- children: /* @__PURE__ */ jsx(
55
- "path",
56
- {
57
- d: CLOSE_ICON_PATH,
58
- fill: "currentColor"
59
- }
60
- )
61
- }
62
- )
63
- }
64
- );
65
- });
66
- var ink = (children, Wrap = Text, props = {}) => {
67
- let hasText = false;
68
- Children.forEach(children, (child) => {
69
- if (typeof child === "string" || typeof child === "number") hasText = true;
70
- });
71
- if (!hasText) return children;
72
- return Children.map(children, (child) => typeof child === "string" || typeof child === "number" ? createElement(Wrap, props, child) : child);
73
- };
74
- var SKELETON_CLASSES = "lux-skeleton rounded-sm";
75
- var Skeleton = React2.forwardRef(
76
- function Skeleton2(props, ref) {
77
- const { loading = true, asChild, className, children, style, ...rest } = props;
78
- if (!loading) {
79
- if (asChild && React2.isValidElement(children)) return children;
80
- return /* @__PURE__ */ jsx(Box, { ref, className, style, ...rest, children });
81
- }
82
- return /* @__PURE__ */ jsx(
83
- "div",
84
- {
85
- ref,
86
- "data-loading": true,
87
- ...sx(
88
- SKELETON_CLASSES,
89
- asChild || children ? "[&_*]:invisible" : "min-h-5",
90
- className
91
- ),
92
- style,
93
- ...rest,
94
- children
95
- }
96
- );
97
- }
98
- );
99
- React2.forwardRef(
100
- function SkeletonCircle2(props, ref) {
101
- const { size = 40, loading = true, className, ...rest } = props;
102
- const dimension = typeof size === "number" ? `${size}px` : size;
103
- return /* @__PURE__ */ jsx(
104
- Skeleton,
105
- {
106
- ref,
107
- loading,
108
- ...sx("rounded-full shrink-0", className),
109
- style: { width: dimension, height: dimension, ...rest.style },
110
- ...rest
111
- }
112
- );
113
- }
114
- );
115
- React2.forwardRef(
116
- function SkeletonText2(props, ref) {
117
- const { noOfLines = 3, loading = true, className, ...rest } = props;
118
- 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(
119
- Skeleton,
120
- {
121
- loading,
122
- ...sx(cn("h-4", index === noOfLines - 1 && "max-w-[80%]"))
123
- },
124
- index
125
- )) });
126
- }
127
- );
128
9
  var IndicatorIcon = () => /* @__PURE__ */ jsx("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 18a8 8 0 100-16 8 8 0 000 16zm.75-11.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM9.25 10a.75.75 0 011.5 0v3a.75.75 0 01-1.5 0v-3z" }) });
129
10
  var ALERT_BASE = {
130
11
  width: "100%",
@@ -150,7 +31,7 @@ var INDICATOR_SIZE = {
150
31
  sm: { marginVertical: 0 },
151
32
  md: { marginVertical: 2 }
152
33
  };
153
- var Alert = React2.forwardRef(
34
+ var Alert = React.forwardRef(
154
35
  function Alert2(props, ref) {
155
36
  const {
156
37
  title,
@@ -175,7 +56,7 @@ var Alert = React2.forwardRef(
175
56
  if (_mb !== void 0) shimStyle.marginBottom = typeof _mb === "number" ? `${_mb * 4}px` : _mb;
176
57
  if (_mt !== void 0) shimStyle.marginTop = typeof _mt === "number" ? `${_mt * 4}px` : _mt;
177
58
  const alertStyle = Object.keys(shimStyle).length > 0 ? shimStyle : void 0;
178
- const [isOpen, setIsOpen] = React2.useState(true);
59
+ const [isOpen, setIsOpen] = React.useState(true);
179
60
  const resolvedSize = size ?? "md";
180
61
  const fontSize = SIZE[resolvedSize].fontSize;
181
62
  const defaultIcon = /* @__PURE__ */ jsx(IndicatorIcon, {});
@@ -201,7 +82,7 @@ var Alert = React2.forwardRef(
201
82
  }
202
83
  );
203
84
  })();
204
- const handleClose = React2.useCallback(() => {
85
+ const handleClose = React.useCallback(() => {
205
86
  setIsOpen(false);
206
87
  onClose?.();
207
88
  }, [onClose]);