@luxfi/ui 8.2.7 → 8.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. package/dist/3d-model-viewer.cjs +25 -421
  2. package/dist/3d-model-viewer.js +20 -416
  3. package/dist/accordion.cjs +3 -10
  4. package/dist/accordion.js +2 -10
  5. package/dist/advanced-navigation-bar.cjs +5 -401
  6. package/dist/advanced-navigation-bar.js +5 -401
  7. package/dist/ai-agents.cjs +45 -890
  8. package/dist/ai-agents.js +8 -834
  9. package/dist/ai-assistant.cjs +13 -740
  10. package/dist/ai-assistant.js +10 -738
  11. package/dist/ai-chat.cjs +24 -770
  12. package/dist/ai-chat.js +18 -765
  13. package/dist/ai-code.cjs +67 -923
  14. package/dist/ai-code.js +49 -905
  15. package/dist/ai-playground.cjs +25 -801
  16. package/dist/ai-playground.js +18 -795
  17. package/dist/ai-tools.cjs +22 -767
  18. package/dist/ai-tools.js +15 -761
  19. package/dist/ai-vision.cjs +41 -993
  20. package/dist/ai-vision.js +30 -983
  21. package/dist/ai-voice-settings.cjs +35 -1006
  22. package/dist/ai-voice-settings.js +32 -1004
  23. package/dist/ai-voice.cjs +51 -1024
  24. package/dist/ai-voice.js +9 -963
  25. package/dist/alert.cjs +11 -129
  26. package/dist/alert.js +8 -127
  27. package/dist/announcement.cjs +6 -402
  28. package/dist/announcement.js +6 -402
  29. package/dist/app-switcher-navigation-bar.cjs +5 -401
  30. package/dist/app-switcher-navigation-bar.js +5 -401
  31. package/dist/apple-cards-carousel.cjs +84 -480
  32. package/dist/apple-cards-carousel.js +19 -415
  33. package/dist/auth.cjs +10 -387
  34. package/dist/auth.js +7 -385
  35. package/dist/avatar.cjs +2 -9
  36. package/dist/avatar.js +2 -10
  37. package/dist/badge.cjs +8 -228
  38. package/dist/badge.js +5 -210
  39. package/dist/button.cjs +14 -67
  40. package/dist/button.js +12 -65
  41. package/dist/chrome.cjs +29 -493
  42. package/dist/chrome.js +9 -474
  43. package/dist/code-block.cjs +16 -664
  44. package/dist/code-block.js +13 -662
  45. package/dist/code-compare.cjs +28 -1302
  46. package/dist/code-compare.js +18 -1293
  47. package/dist/code-diff.cjs +21 -669
  48. package/dist/code-diff.js +17 -666
  49. package/dist/code-editor.cjs +13 -409
  50. package/dist/code-editor.js +12 -408
  51. package/dist/code-explorer.cjs +14 -456
  52. package/dist/code-explorer.js +13 -456
  53. package/dist/code-preview.cjs +31 -983
  54. package/dist/code-preview.js +23 -976
  55. package/dist/code-snippet.cjs +19 -667
  56. package/dist/code-snippet.js +14 -663
  57. package/dist/code-terminal.cjs +24 -485
  58. package/dist/code-terminal.js +19 -481
  59. package/dist/collapsible.cjs +13 -347
  60. package/dist/collapsible.js +11 -330
  61. package/dist/color-picker.cjs +8 -450
  62. package/dist/color-picker.js +7 -450
  63. package/dist/combobox.cjs +6 -402
  64. package/dist/combobox.js +6 -402
  65. package/dist/communication-navigation-bar.cjs +7 -403
  66. package/dist/communication-navigation-bar.js +5 -401
  67. package/dist/dashboard-navigation-bar.cjs +6 -402
  68. package/dist/dashboard-navigation-bar.js +5 -401
  69. package/dist/dialog-stack.cjs +5 -401
  70. package/dist/dialog-stack.js +5 -401
  71. package/dist/dialog.cjs +13 -70
  72. package/dist/dialog.js +13 -70
  73. package/dist/drawer.cjs +23 -99
  74. package/dist/drawer.js +19 -96
  75. package/dist/e-commerce-navigation-bar.cjs +7 -403
  76. package/dist/e-commerce-navigation-bar.js +5 -401
  77. package/dist/editor.cjs +9 -405
  78. package/dist/editor.js +6 -402
  79. package/dist/iam.cjs +2 -123
  80. package/dist/iam.js +1 -122
  81. package/dist/icon-button.cjs +2 -56
  82. package/dist/icon-button.js +1 -55
  83. package/dist/identity.cjs +28 -242
  84. package/dist/identity.js +20 -235
  85. package/dist/image-crop.cjs +10 -406
  86. package/dist/image-crop.js +7 -403
  87. package/dist/image.cjs +14 -83
  88. package/dist/image.js +13 -67
  89. package/dist/index.cjs +1868 -38770
  90. package/dist/index.js +174 -38320
  91. package/dist/input-group.cjs +3 -10
  92. package/dist/input-group.js +2 -10
  93. package/dist/item.cjs +2 -27
  94. package/dist/item.js +1 -22
  95. package/dist/kanban.cjs +25 -751
  96. package/dist/kanban.js +15 -742
  97. package/dist/limelight-nav.cjs +10 -452
  98. package/dist/limelight-nav.js +9 -452
  99. package/dist/link.cjs +11 -80
  100. package/dist/link.js +6 -60
  101. package/dist/lux.config.cjs +14 -32
  102. package/dist/lux.config.js +3 -26
  103. package/dist/menu.cjs +5 -13
  104. package/dist/menu.js +1 -9
  105. package/dist/message-dock.cjs +5 -401
  106. package/dist/message-dock.js +5 -401
  107. package/dist/mini-calendar.cjs +7 -403
  108. package/dist/mini-calendar.js +6 -402
  109. package/dist/music-player.cjs +30 -528
  110. package/dist/music-player.js +22 -520
  111. package/dist/next.cjs +8 -89
  112. package/dist/next.js +3 -86
  113. package/dist/popover.cjs +17 -74
  114. package/dist/popover.js +16 -73
  115. package/dist/progress-circle.cjs +3 -10
  116. package/dist/progress-circle.js +2 -10
  117. package/dist/provider.cjs +7 -176
  118. package/dist/provider.js +4 -174
  119. package/dist/select.cjs +36 -89
  120. package/dist/select.js +35 -88
  121. package/dist/sidebar.cjs +22 -493
  122. package/dist/sidebar.js +17 -489
  123. package/dist/site/commerce/ui/context.cjs +9 -214
  124. package/dist/site/commerce/ui/context.js +6 -215
  125. package/dist/site/components/analytics.cjs +2 -42
  126. package/dist/site/components/analytics.js +1 -37
  127. package/dist/site/components/auth/callback.cjs +2 -8
  128. package/dist/site/components/auth/callback.js +1 -7
  129. package/dist/site/components/auth/login-panel.cjs +15 -74
  130. package/dist/site/components/auth/login-panel.js +12 -73
  131. package/dist/site/components/auth/login.cjs +2 -6
  132. package/dist/site/components/auth/login.js +1 -5
  133. package/dist/site/components/auth/widget.cjs +2 -6
  134. package/dist/site/components/auth/widget.js +1 -5
  135. package/dist/site/components/commerce/bag-button.cjs +2 -3
  136. package/dist/site/components/commerce/bag-button.js +2 -3
  137. package/dist/site/components/commerce/buy-button.cjs +2 -11
  138. package/dist/site/components/commerce/buy-button.js +1 -10
  139. package/dist/site/components/commerce/checkout-button.cjs +2 -3
  140. package/dist/site/components/commerce/checkout-button.js +2 -3
  141. package/dist/site/components/commerce/checkout-panel/desktop-cp.cjs +15 -173
  142. package/dist/site/components/commerce/checkout-panel/desktop-cp.js +14 -174
  143. package/dist/site/components/commerce/checkout-panel/index.cjs +9 -400
  144. package/dist/site/components/commerce/checkout-panel/index.js +10 -403
  145. package/dist/site/components/commerce/checkout-panel/mobile-cp.cjs +15 -236
  146. package/dist/site/components/commerce/checkout-panel/mobile-cp.js +13 -237
  147. package/dist/site/components/commerce/desktop-bag-popup.cjs +7 -8
  148. package/dist/site/components/commerce/desktop-bag-popup.js +3 -8
  149. package/dist/site/components/commerce/drawer/index.cjs +15 -289
  150. package/dist/site/components/commerce/drawer/index.js +10 -290
  151. package/dist/site/components/commerce/drawer/micro.cjs +8 -115
  152. package/dist/site/components/commerce/drawer/micro.js +4 -115
  153. package/dist/site/components/commerce/drawer/shell.cjs +2 -10
  154. package/dist/site/components/commerce/drawer/shell.js +2 -10
  155. package/dist/site/components/contact-dialog/index.cjs +6 -69
  156. package/dist/site/components/contact-dialog/index.js +7 -71
  157. package/dist/site/components/drawer-margin.cjs +2 -10
  158. package/dist/site/components/drawer-margin.js +2 -10
  159. package/dist/site/components/footer.cjs +11 -81
  160. package/dist/site/components/footer.js +8 -80
  161. package/dist/site/components/header/desktop.cjs +18 -374
  162. package/dist/site/components/header/desktop.js +12 -355
  163. package/dist/site/components/header/index.cjs +9 -674
  164. package/dist/site/components/header/index.js +8 -657
  165. package/dist/site/components/header/mobile-bag-drawer.cjs +6 -71
  166. package/dist/site/components/header/mobile-bag-drawer.js +5 -74
  167. package/dist/site/components/header/mobile-nav-menu-ai.cjs +2 -31
  168. package/dist/site/components/header/mobile-nav-menu-ai.js +1 -26
  169. package/dist/site/components/header/mobile-nav-menu-item.cjs +6 -60
  170. package/dist/site/components/header/mobile-nav-menu-item.js +6 -61
  171. package/dist/site/components/header/mobile-nav-menu.cjs +7 -110
  172. package/dist/site/components/header/mobile-nav-menu.js +7 -112
  173. package/dist/site/components/header/mobile.cjs +25 -330
  174. package/dist/site/components/header/mobile.js +20 -330
  175. package/dist/site/components/icons/index.cjs +34 -35
  176. package/dist/site/components/icons/index.js +5 -33
  177. package/dist/site/components/index.cjs +118 -1961
  178. package/dist/site/components/index.js +23 -1951
  179. package/dist/site/components/mini-chart/index.cjs +7 -90
  180. package/dist/site/components/mini-chart/index.js +1 -92
  181. package/dist/site/components/mini-chart/wrapper.cjs +7 -76
  182. package/dist/site/components/mini-chart/wrapper.js +4 -77
  183. package/dist/site/components/not-found/index.cjs +9 -819
  184. package/dist/site/components/not-found/index.js +8 -802
  185. package/dist/site/components/security/index.cjs +9 -819
  186. package/dist/site/components/security/index.js +8 -802
  187. package/dist/site/next/analytics/index.cjs +16 -49
  188. package/dist/site/next/analytics/index.js +3 -49
  189. package/dist/site/next/analytics/pixel-analytics.cjs +23 -8
  190. package/dist/site/next/analytics/pixel-analytics.js +4 -8
  191. package/dist/site/next/index.cjs +13 -140
  192. package/dist/site/next/index.js +2 -140
  193. package/dist/site/root-layout/index.cjs +12 -1435
  194. package/dist/site/root-layout/index.css +0 -133
  195. package/dist/site/root-layout/index.js +12 -1416
  196. package/dist/site/site-def/footer/community.cjs +11 -27
  197. package/dist/site/site-def/footer/community.js +2 -18
  198. package/dist/site/site-def/footer/company.d.ts +3 -3
  199. package/dist/site/site-def/footer/index.cjs +38 -218
  200. package/dist/site/site-def/footer/index.js +14 -215
  201. package/dist/site/site-def/index.cjs +28 -620
  202. package/dist/site/site-def/index.js +3 -624
  203. package/dist/table.cjs +20 -338
  204. package/dist/table.js +19 -338
  205. package/dist/tabs.cjs +3 -10
  206. package/dist/tabs.js +1 -9
  207. package/dist/tag.cjs +9 -270
  208. package/dist/tag.js +6 -268
  209. package/dist/tags.cjs +6 -314
  210. package/dist/tags.js +5 -314
  211. package/dist/textarea.cjs +4 -50
  212. package/dist/textarea.js +3 -49
  213. package/dist/tooltip.cjs +15 -34
  214. package/dist/tooltip.js +13 -33
  215. package/dist/vite.cjs +3 -82
  216. package/dist/vite.js +1 -80
  217. package/package.json +1 -1
  218. package/dist/index.css +0 -132
  219. package/dist/site/components/auth/login-panel.css +0 -4
  220. package/dist/site/components/commerce/bag-button.css +0 -4
  221. package/dist/site/components/commerce/checkout-button.css +0 -4
  222. package/dist/site/components/commerce/checkout-panel/desktop-cp.css +0 -132
  223. package/dist/site/components/commerce/checkout-panel/index.css +0 -132
  224. package/dist/site/components/commerce/checkout-panel/mobile-cp.css +0 -132
  225. package/dist/site/components/commerce/desktop-bag-popup.css +0 -4
  226. package/dist/site/components/commerce/drawer/index.css +0 -132
  227. package/dist/site/components/commerce/drawer/micro.css +0 -4
  228. package/dist/site/components/header/desktop.css +0 -4
  229. package/dist/site/components/header/index.css +0 -132
  230. package/dist/site/components/header/mobile-bag-drawer.css +0 -4
  231. package/dist/site/components/header/mobile-nav-menu-ai.css +0 -132
  232. package/dist/site/components/header/mobile-nav-menu-item.css +0 -132
  233. package/dist/site/components/header/mobile-nav-menu.css +0 -132
  234. package/dist/site/components/header/mobile.css +0 -132
  235. package/dist/site/components/icons/index.css +0 -4
  236. package/dist/site/components/index.css +0 -132
  237. package/dist/site/components/not-found/index.css +0 -132
  238. package/dist/site/components/security/index.css +0 -132
  239. package/dist/site/site-def/footer/community.css +0 -4
  240. package/dist/site/site-def/footer/index.css +0 -4
  241. package/dist/site/site-def/index.css +0 -4
@@ -1,10 +1,10 @@
1
1
  'use client';
2
- import * as React6 from 'react';
2
+ import * as React4 from 'react';
3
3
  import { createContext, useContext, useState, useEffect, useMemo, useRef, useLayoutEffect, useId, useCallback, Children, isValidElement, forwardRef, useInsertionEffect, Fragment as Fragment$1, createElement, Component } from 'react';
4
- import { Box, sx, cn, Card, css } from '@hanzo/ui';
4
+ import { Box, cn, Card, sx, css } from '@hanzo/ui';
5
5
  import { ChevronLeft, ChevronRight } from 'lucide-react';
6
- import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
7
- import { styled, View } from '@hanzo/gui';
6
+ import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
7
+ import { Button } from './button.js';
8
8
 
9
9
  var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
10
10
  get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
@@ -6564,11 +6564,11 @@ function composeRefs(...refs) {
6564
6564
  };
6565
6565
  }
6566
6566
  function useComposedRefs(...refs) {
6567
- return React6.useCallback(composeRefs(...refs), refs);
6567
+ return React4.useCallback(composeRefs(...refs), refs);
6568
6568
  }
6569
6569
 
6570
6570
  // ../../node_modules/.pnpm/framer-motion@12.38.0_@emotion+is-prop-valid@1.4.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs
6571
- var PopChildMeasure = class extends React6.Component {
6571
+ var PopChildMeasure = class extends React4.Component {
6572
6572
  getSnapshotBeforeUpdate(prevProps) {
6573
6573
  const element = this.props.childRef.current;
6574
6574
  if (isHTMLElement(element) && prevProps.isPresent && !this.props.isPresent && this.props.pop !== false) {
@@ -6639,7 +6639,7 @@ function PopChild({ children, isPresent, anchorX, anchorY, root, pop }) {
6639
6639
  }
6640
6640
  };
6641
6641
  }, [isPresent]);
6642
- return jsx(PopChildMeasure, { isPresent, childRef: ref, sizeRef: size, pop, children: pop === false ? children : React6.cloneElement(children, { ref: composedRef }) });
6642
+ return jsx(PopChildMeasure, { isPresent, childRef: ref, sizeRef: size, pop, children: pop === false ? children : React4.cloneElement(children, { ref: composedRef }) });
6643
6643
  }
6644
6644
 
6645
6645
  // ../../node_modules/.pnpm/framer-motion@12.38.0_@emotion+is-prop-valid@1.4.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs
@@ -6674,7 +6674,7 @@ var PresenceChild = ({ children, initial, isPresent, onExitComplete, custom, pre
6674
6674
  useMemo(() => {
6675
6675
  presenceChildren.forEach((_, key) => presenceChildren.set(key, false));
6676
6676
  }, [isPresent]);
6677
- React6.useEffect(() => {
6677
+ React4.useEffect(() => {
6678
6678
  !isPresent && !presenceChildren.size && onExitComplete && onExitComplete();
6679
6679
  }, [isPresent]);
6680
6680
  children = jsx(PopChild, { pop: mode === "popLayout", isPresent, anchorX, anchorY, root, children });
@@ -8660,402 +8660,6 @@ function useMapTransform(inputValue, inputRange, outputMap, options) {
8660
8660
  }
8661
8661
  return output;
8662
8662
  }
8663
- var SKELETON_CLASSES = "lux-skeleton rounded-sm";
8664
- var Skeleton = React6.forwardRef(
8665
- function Skeleton2(props, ref) {
8666
- const { loading = true, asChild, className, children, style, ...rest } = props;
8667
- if (!loading) {
8668
- if (asChild && React6.isValidElement(children)) return children;
8669
- return /* @__PURE__ */ jsx(Box, { ref, className, style, ...rest, children });
8670
- }
8671
- return /* @__PURE__ */ jsx(
8672
- "div",
8673
- {
8674
- ref,
8675
- "data-loading": true,
8676
- ...sx(
8677
- SKELETON_CLASSES,
8678
- asChild || children ? "[&_*]:invisible" : "min-h-5",
8679
- className
8680
- ),
8681
- style,
8682
- ...rest,
8683
- children
8684
- }
8685
- );
8686
- }
8687
- );
8688
- React6.forwardRef(
8689
- function SkeletonCircle2(props, ref) {
8690
- const { size = 40, loading = true, className, ...rest } = props;
8691
- const dimension = typeof size === "number" ? `${size}px` : size;
8692
- return /* @__PURE__ */ jsx(
8693
- Skeleton,
8694
- {
8695
- ref,
8696
- loading,
8697
- ...sx("rounded-full shrink-0", className),
8698
- style: { width: dimension, height: dimension, ...rest.style },
8699
- ...rest
8700
- }
8701
- );
8702
- }
8703
- );
8704
- React6.forwardRef(
8705
- function SkeletonText2(props, ref) {
8706
- const { noOfLines = 3, loading = true, className, ...rest } = props;
8707
- 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(
8708
- Skeleton,
8709
- {
8710
- loading,
8711
- ...sx(cn("h-4", index === noOfLines - 1 && "max-w-[80%]"))
8712
- },
8713
- index
8714
- )) });
8715
- }
8716
- );
8717
- var SpinnerFrame = styled(View, {
8718
- name: "ButtonSpinner",
8719
- render: /* @__PURE__ */ jsx("span", {}),
8720
- width: 16,
8721
- height: 16,
8722
- borderRadius: 1e3,
8723
- borderWidth: 2,
8724
- borderColor: "currentColor",
8725
- borderBottomColor: "transparent",
8726
- borderLeftColor: "transparent"
8727
- });
8728
- function Spinner({ className }) {
8729
- return /* @__PURE__ */ jsx(
8730
- SpinnerFrame,
8731
- {
8732
- role: "status",
8733
- "aria-label": "Loading",
8734
- className: [
8735
- "animate-spin",
8736
- className
8737
- ].filter(Boolean).join(" ")
8738
- }
8739
- );
8740
- }
8741
- var ButtonFrame = styled(View, {
8742
- name: "LuxButton",
8743
- render: /* @__PURE__ */ jsx("button", { type: "button" }),
8744
- role: "button",
8745
- tabIndex: 0,
8746
- cursor: "pointer",
8747
- userSelect: "none",
8748
- display: "inline-flex",
8749
- alignItems: "center",
8750
- justifyContent: "center",
8751
- gap: 0,
8752
- overflow: "hidden",
8753
- borderRadius: 6,
8754
- // Whitespace nowrap via className since hanzogui doesn't have a direct token
8755
- // Transition via className
8756
- variants: {
8757
- size: {
8758
- "2xs": { paddingHorizontal: 8, height: 20, minWidth: 20, fontSize: 12, borderRadius: 4, gap: 4 },
8759
- xs: { paddingHorizontal: 8, height: 24, minWidth: 24, fontSize: 14, borderRadius: 4, gap: 4 },
8760
- sm: { paddingHorizontal: 12, height: 32, minWidth: 32, fontSize: 14, borderRadius: 6, gap: 4 },
8761
- md: { paddingHorizontal: 12, height: 40, minWidth: 40, fontSize: 16, borderRadius: 6, gap: 8 }
8762
- },
8763
- disabled: {
8764
- true: {
8765
- opacity: 0.2,
8766
- cursor: "not-allowed",
8767
- pointerEvents: "none"
8768
- }
8769
- }
8770
- },
8771
- defaultVariants: {
8772
- size: "md"
8773
- }
8774
- });
8775
- var VARIANT_CLASSES = {
8776
- solid: [
8777
- "bg-[var(--color-button-solid-bg)] text-[var(--color-button-solid-text)]",
8778
- "hover:bg-[var(--color-hover)]",
8779
- "data-[expanded]:bg-[var(--color-hover)]"
8780
- ].join(" "),
8781
- solid_danger: [
8782
- "bg-[var(--color-button-danger-bg)] text-[var(--color-button-danger-fg)]",
8783
- "hover:bg-[var(--color-button-danger-bg-hover)]",
8784
- "data-[expanded]:bg-[var(--color-button-danger-bg-hover)]"
8785
- ].join(" "),
8786
- outline: [
8787
- "border-2 border-solid bg-transparent",
8788
- "text-[var(--color-button-outline-fg)] border-[var(--color-button-outline-fg)]",
8789
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]"
8790
- ].join(" "),
8791
- outline_danger: [
8792
- "border-2 border-solid bg-transparent",
8793
- "text-[var(--color-button-danger-bg)] border-[var(--color-button-danger-bg)]",
8794
- "hover:bg-transparent hover:text-[var(--color-button-danger-bg-hover)] hover:border-[var(--color-button-danger-bg-hover)]"
8795
- ].join(" "),
8796
- dropdown: [
8797
- "border-2 border-solid bg-transparent",
8798
- "text-[var(--color-button-dropdown-fg)] border-[var(--color-button-dropdown-border)]",
8799
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
8800
- "data-[expanded]:bg-transparent data-[expanded]:text-[var(--color-hover)] data-[expanded]:border-[var(--color-hover)]",
8801
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
8802
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
8803
- "data-[selected]:hover:text-[var(--color-hover)] data-[selected]:hover:border-transparent",
8804
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
8805
- ].join(" "),
8806
- header: [
8807
- "bg-transparent border-2 border-solid",
8808
- "text-[var(--color-button-header-fg)] border-[var(--color-button-header-border)]",
8809
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
8810
- "data-[selected]:bg-[var(--color-button-header-bg-selected)]",
8811
- "data-[selected]:text-[var(--color-button-header-fg-selected)] data-[selected]:border-transparent data-[selected]:border-0",
8812
- "data-[selected]:hover:bg-[var(--color-button-header-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
8813
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
8814
- "data-[selected]:data-[highlighted]:bg-[var(--color-button-header-bg-highlighted)]",
8815
- "data-[selected]:data-[highlighted]:text-[var(--color-button-header-fg-highlighted)]",
8816
- "data-[selected]:data-[highlighted]:border-transparent data-[selected]:data-[highlighted]:border-0",
8817
- "data-[selected]:data-[highlighted]:hover:bg-[var(--color-button-header-bg-highlighted)]",
8818
- "data-[selected]:data-[highlighted]:hover:text-[var(--color-hover)]",
8819
- "data-[selected]:data-[highlighted]:data-[expanded]:text-[var(--color-hover)]"
8820
- ].join(" "),
8821
- hero: [
8822
- "bg-[var(--color-button-hero-bg)] text-[var(--color-button-hero-fg)]",
8823
- "hover:bg-[var(--color-button-hero-bg-hover)] hover:text-[var(--color-button-hero-fg-hover)]",
8824
- "data-[selected]:bg-[var(--color-button-hero-bg-selected)] data-[selected]:text-[var(--color-button-hero-fg-selected)]",
8825
- "data-[selected]:hover:bg-[var(--color-button-hero-bg-selected)] data-[selected]:hover:text-[var(--color-hover)]",
8826
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]"
8827
- ].join(" "),
8828
- segmented: [
8829
- "bg-transparent border-2 border-solid rounded-none",
8830
- "text-[var(--color-button-segmented-fg)] border-[var(--color-selected-control-bg)]",
8831
- "hover:text-[var(--color-hover)]",
8832
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
8833
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-selected-control-text)]",
8834
- "[&:not(:last-child)]:border-r-0 data-[selected]:[&:not(:last-child)]:border-r-2",
8835
- "data-[selected]+*:border-l-0",
8836
- "first:rounded-l-md last:rounded-r-md"
8837
- ].join(" "),
8838
- plain: "bg-transparent text-inherit border-none hover:bg-transparent",
8839
- subtle: [
8840
- "bg-[var(--color-button-subtle-bg)] text-[var(--color-button-subtle-fg)]",
8841
- "hover:bg-[var(--color-button-subtle-bg)] hover:text-[var(--color-hover)]",
8842
- "disabled:bg-[var(--color-button-subtle-bg)] disabled:text-[var(--color-button-subtle-fg)]"
8843
- ].join(" "),
8844
- link: [
8845
- "bg-transparent text-[var(--color-link-primary)] border-none font-normal",
8846
- "px-0 h-auto",
8847
- "hover:bg-transparent hover:text-[var(--color-link-primary-hover)]",
8848
- "disabled:text-[var(--color-text-secondary)]"
8849
- ].join(" "),
8850
- icon_secondary: [
8851
- "bg-transparent text-[var(--color-icon-secondary)] border-none",
8852
- "hover:text-[var(--color-hover)]",
8853
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
8854
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
8855
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
8856
- "data-[expanded]:text-[var(--color-hover)]"
8857
- ].join(" "),
8858
- icon_background: [
8859
- "bg-[var(--color-button-icon-background-bg)] text-[var(--color-icon-secondary)] border-none",
8860
- "hover:text-[var(--color-hover)]",
8861
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)]",
8862
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)] data-[selected]:hover:text-[var(--color-hover)]",
8863
- "data-[selected]:data-[expanded]:text-[var(--color-hover)]",
8864
- "data-[expanded]:text-[var(--color-hover)]"
8865
- ].join(" "),
8866
- pagination: [
8867
- "border-2 border-solid bg-transparent",
8868
- "text-[var(--color-button-pagination-fg)] border-[var(--color-button-pagination-border)]",
8869
- "hover:bg-transparent hover:text-[var(--color-hover)] hover:border-[var(--color-hover)]",
8870
- "data-[selected]:bg-[var(--color-selected-control-bg)] data-[selected]:text-[var(--color-selected-control-text)] data-[selected]:border-transparent",
8871
- "data-[selected]:hover:bg-[var(--color-selected-control-bg)]",
8872
- "data-[selected]:hover:text-[var(--color-selected-control-text)] data-[selected]:hover:border-transparent"
8873
- ].join(" ")
8874
- };
8875
- var BASE_CLASSES = "font-semibold whitespace-nowrap transition-colors duration-150";
8876
- var SP = 4;
8877
- function buildShimStyle(props) {
8878
- const s = { ...props.style };
8879
- if (props.mt !== void 0) s.marginTop = typeof props.mt === "number" ? `${props.mt * SP}px` : props.mt;
8880
- if (props.ml !== void 0) s.marginLeft = typeof props.ml === "number" ? `${props.ml * SP}px` : props.ml;
8881
- if (props.mr !== void 0) s.marginRight = typeof props.mr === "number" ? `${props.mr * SP}px` : props.mr;
8882
- if (props.px !== void 0) {
8883
- const v = typeof props.px === "number" ? `${props.px * SP}px` : props.px;
8884
- s.paddingLeft = v;
8885
- s.paddingRight = v;
8886
- }
8887
- if (props.py !== void 0) {
8888
- const v = typeof props.py === "number" ? `${props.py * SP}px` : props.py;
8889
- s.paddingTop = v;
8890
- s.paddingBottom = v;
8891
- }
8892
- if (props.fontWeight !== void 0) s.fontWeight = props.fontWeight;
8893
- if (props.gap !== void 0) s.gap = typeof props.gap === "number" ? `${props.gap * SP}px` : props.gap;
8894
- if (props.flexShrink !== void 0) s.flexShrink = props.flexShrink;
8895
- if (props.columnGap !== void 0) s.columnGap = typeof props.columnGap === "number" ? `${props.columnGap * SP}px` : props.columnGap;
8896
- if (props.gridColumn !== void 0) s.gridColumn = typeof props.gridColumn === "number" ? String(props.gridColumn) : props.gridColumn;
8897
- if (props.gridRow) s.gridRow = props.gridRow;
8898
- if (props.justifySelf) s.justifySelf = props.justifySelf;
8899
- if (props.alignSelf) s.alignSelf = props.alignSelf;
8900
- if (props.h) s.height = props.h;
8901
- if (props.w) s.width = props.w;
8902
- if (props.display) s.display = props.display;
8903
- if (props.borderBottomRightRadius !== void 0) s.borderBottomRightRadius = typeof props.borderBottomRightRadius === "number" ? `${props.borderBottomRightRadius}px` : props.borderBottomRightRadius;
8904
- if (props.borderTopRightRadius !== void 0) s.borderTopRightRadius = typeof props.borderTopRightRadius === "number" ? `${props.borderTopRightRadius}px` : props.borderTopRightRadius;
8905
- return Object.keys(s).length > 0 ? s : void 0;
8906
- }
8907
- var Button = React6.forwardRef(
8908
- function Button2(props, ref) {
8909
- const {
8910
- className,
8911
- variant = "solid",
8912
- size = "md",
8913
- asChild = false,
8914
- loading = false,
8915
- loadingText,
8916
- loadingSkeleton = false,
8917
- expanded,
8918
- selected,
8919
- highlighted,
8920
- disabled,
8921
- children,
8922
- style: styleProp,
8923
- // Strip Chakra style props
8924
- mt,
8925
- ml,
8926
- mr,
8927
- px: px2,
8928
- py,
8929
- fontWeight,
8930
- gap,
8931
- flexShrink,
8932
- columnGap,
8933
- gridColumn,
8934
- gridRow,
8935
- justifySelf,
8936
- alignSelf,
8937
- textStyle: _textStyle,
8938
- h,
8939
- w,
8940
- display,
8941
- borderBottomRightRadius,
8942
- borderTopRightRadius,
8943
- ...rest
8944
- } = props;
8945
- const mergedStyle = buildShimStyle({
8946
- style: styleProp,
8947
- mt,
8948
- ml,
8949
- mr,
8950
- px: px2,
8951
- py,
8952
- fontWeight,
8953
- gap,
8954
- flexShrink,
8955
- columnGap,
8956
- gridColumn,
8957
- gridRow,
8958
- justifySelf,
8959
- alignSelf,
8960
- h,
8961
- w,
8962
- display,
8963
- borderBottomRightRadius,
8964
- borderTopRightRadius
8965
- });
8966
- const dataAttrs = {};
8967
- if (expanded) dataAttrs["data-expanded"] = true;
8968
- if (selected) dataAttrs["data-selected"] = true;
8969
- if (highlighted) dataAttrs["data-highlighted"] = true;
8970
- if (loadingSkeleton) dataAttrs["data-loading-skeleton"] = true;
8971
- const isDisabled = !loadingSkeleton && (loading || disabled);
8972
- const inner = loading ? /* @__PURE__ */ jsxs(Fragment, { children: [
8973
- /* @__PURE__ */ jsx(Spinner, {}),
8974
- loadingText != null && /* @__PURE__ */ jsx("span", { style: { marginLeft: 8 }, children: loadingText })
8975
- ] }) : children;
8976
- const variantClass = VARIANT_CLASSES[variant] ?? VARIANT_CLASSES.solid;
8977
- const combinedClassName = [BASE_CLASSES, variantClass, className].filter(Boolean).join(" ");
8978
- const button = /* @__PURE__ */ jsx(
8979
- ButtonFrame,
8980
- {
8981
- ref,
8982
- size,
8983
- disabled: isDisabled || void 0,
8984
- asChild: asChild || void 0,
8985
- className: combinedClassName,
8986
- style: mergedStyle,
8987
- ...dataAttrs,
8988
- ...rest,
8989
- children: inner
8990
- }
8991
- );
8992
- if (loadingSkeleton) {
8993
- return /* @__PURE__ */ jsx(Skeleton, { loading: loadingSkeleton, asChild: true, ref, children: button });
8994
- }
8995
- return button;
8996
- }
8997
- );
8998
- React6.forwardRef(
8999
- function ButtonGroup2(props, ref) {
9000
- const { className, ...rest } = props;
9001
- return /* @__PURE__ */ jsx(
9002
- Box,
9003
- {
9004
- ref,
9005
- className: ["inline-flex", className].filter(Boolean).join(" "),
9006
- role: "group",
9007
- ...rest
9008
- }
9009
- );
9010
- }
9011
- );
9012
- React6.forwardRef(
9013
- function ButtonGroupRadio2(props, ref) {
9014
- const {
9015
- children,
9016
- onChange,
9017
- variant = "segmented",
9018
- defaultValue,
9019
- loading = false,
9020
- equalWidth = false,
9021
- className,
9022
- ...rest
9023
- } = props;
9024
- const firstChildValue = React6.useMemo(() => {
9025
- const firstChild = Array.isArray(children) ? children[0] : void 0;
9026
- return typeof firstChild?.props.value === "string" ? firstChild.props.value : void 0;
9027
- }, [children]);
9028
- const [value, setValue] = React6.useState(defaultValue ?? firstChildValue);
9029
- const handleItemClick = React6.useCallback((event) => {
9030
- const v = event.currentTarget.value;
9031
- setValue(v);
9032
- onChange?.(v);
9033
- }, [onChange]);
9034
- const clonedChildren = React6.Children.map(children, (child) => {
9035
- return React6.cloneElement(child, {
9036
- onClick: handleItemClick,
9037
- selected: value === child.props.value,
9038
- variant
9039
- });
9040
- });
9041
- const childrenLength = React6.Children.count(children);
9042
- return /* @__PURE__ */ jsx(Skeleton, { loading, children: /* @__PURE__ */ jsx(
9043
- Box,
9044
- {
9045
- ref,
9046
- className: [
9047
- "inline-flex gap-0",
9048
- equalWidth ? "grid" : "",
9049
- className
9050
- ].filter(Boolean).join(" "),
9051
- style: equalWidth ? { gridTemplateColumns: `repeat(${childrenLength}, 1fr)` } : void 0,
9052
- role: "group",
9053
- ...rest,
9054
- children: clonedChildren
9055
- }
9056
- ) });
9057
- }
9058
- );
9059
8663
  function AppleCardsCarousel({
9060
8664
  cards,
9061
8665
  autoPlay = false,
@@ -9069,9 +8673,9 @@ function AppleCardsCarousel({
9069
8673
  stackScale = 0.95,
9070
8674
  swipeThreshold = 50
9071
8675
  }) {
9072
- const [currentIndex, setCurrentIndex] = React6.useState(0);
9073
- const [isAutoPlaying, setIsAutoPlaying] = React6.useState(autoPlay);
9074
- const containerRef = React6.useRef(null);
8676
+ const [currentIndex, setCurrentIndex] = React4.useState(0);
8677
+ const [isAutoPlaying, setIsAutoPlaying] = React4.useState(autoPlay);
8678
+ const containerRef = React4.useRef(null);
9075
8679
  const dragX = useMotionValue(0);
9076
8680
  const getCardStyle = (index) => {
9077
8681
  const offset = index - currentIndex;
@@ -9097,16 +8701,16 @@ function AppleCardsCarousel({
9097
8701
  zIndex
9098
8702
  };
9099
8703
  };
9100
- const goToNext = React6.useCallback(() => {
8704
+ const goToNext = React4.useCallback(() => {
9101
8705
  setCurrentIndex((prev) => (prev + 1) % cards.length);
9102
8706
  }, [cards.length]);
9103
- const goToPrevious = React6.useCallback(() => {
8707
+ const goToPrevious = React4.useCallback(() => {
9104
8708
  setCurrentIndex((prev) => (prev - 1 + cards.length) % cards.length);
9105
8709
  }, [cards.length]);
9106
- const goToCard = React6.useCallback((index) => {
8710
+ const goToCard = React4.useCallback((index) => {
9107
8711
  setCurrentIndex(index);
9108
8712
  }, []);
9109
- const handleDragEnd = React6.useCallback(
8713
+ const handleDragEnd = React4.useCallback(
9110
8714
  (event, info) => {
9111
8715
  const { offset, velocity } = info;
9112
8716
  if (Math.abs(offset.x) > swipeThreshold || Math.abs(velocity.x) > 500) {
@@ -9119,22 +8723,22 @@ function AppleCardsCarousel({
9119
8723
  },
9120
8724
  [goToNext, goToPrevious, swipeThreshold]
9121
8725
  );
9122
- React6.useEffect(() => {
8726
+ React4.useEffect(() => {
9123
8727
  if (!isAutoPlaying) return;
9124
8728
  const interval = setInterval(goToNext, autoPlayInterval);
9125
8729
  return () => clearInterval(interval);
9126
8730
  }, [isAutoPlaying, goToNext, autoPlayInterval]);
9127
- const handleMouseEnter = React6.useCallback(() => {
8731
+ const handleMouseEnter = React4.useCallback(() => {
9128
8732
  if (autoPlay) {
9129
8733
  setIsAutoPlaying(false);
9130
8734
  }
9131
8735
  }, [autoPlay]);
9132
- const handleMouseLeave = React6.useCallback(() => {
8736
+ const handleMouseLeave = React4.useCallback(() => {
9133
8737
  if (autoPlay) {
9134
8738
  setIsAutoPlaying(true);
9135
8739
  }
9136
8740
  }, [autoPlay]);
9137
- React6.useEffect(() => {
8741
+ React4.useEffect(() => {
9138
8742
  const handleKeyDown = (e) => {
9139
8743
  if (e.key === "ArrowLeft") {
9140
8744
  goToPrevious();