@lobehub/ui 4.17.1 → 4.18.1

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 (167) hide show
  1. package/es/Accordion/Accordion.d.mts +2 -2
  2. package/es/Accordion/AccordionItem.d.mts +2 -2
  3. package/es/ActionIcon/ActionIcon.d.mts +2 -2
  4. package/es/Alert/Alert.d.mts +2 -2
  5. package/es/AutoComplete/Select.d.mts +2 -2
  6. package/es/Avatar/AvatarGroup/index.d.mts +2 -2
  7. package/es/Burger/Burger.d.mts +2 -2
  8. package/es/CodeDiff/CodeDiff.d.mts +8 -0
  9. package/es/CodeDiff/CodeDiff.mjs +122 -0
  10. package/es/CodeDiff/CodeDiff.mjs.map +1 -0
  11. package/es/CodeDiff/PatchDiff.d.mts +8 -0
  12. package/es/CodeDiff/PatchDiff.mjs +101 -0
  13. package/es/CodeDiff/PatchDiff.mjs.map +1 -0
  14. package/es/CodeDiff/index.d.mts +4 -0
  15. package/es/CodeDiff/index.d.ts +1 -0
  16. package/es/CodeDiff/index.js +1 -0
  17. package/es/CodeDiff/index.mjs +4 -0
  18. package/es/CodeDiff/style.mjs +122 -0
  19. package/es/CodeDiff/style.mjs.map +1 -0
  20. package/es/CodeDiff/type.d.mts +123 -0
  21. package/es/CodeEditor/CodeEditor.d.mts +2 -2
  22. package/es/Collapse/Collapse.d.mts +2 -2
  23. package/es/ConfigProvider/index.d.mts +2 -2
  24. package/es/ContextMenu/ContextMenuHost.d.mts +3 -3
  25. package/es/CopyButton/CopyButton.d.mts +2 -2
  26. package/es/DraggablePanel/components/DraggablePanelBody.d.mts +2 -2
  27. package/es/DraggablePanel/components/DraggablePanelFooter.d.mts +2 -2
  28. package/es/DraggablePanel/components/DraggablePanelHeader.d.mts +2 -2
  29. package/es/DraggableSideNav/DraggableSideNav.d.mts +2 -2
  30. package/es/Drawer/Drawer.d.mts +2 -2
  31. package/es/Dropdown/Dropdown.d.mts +2 -2
  32. package/es/DropdownMenu/DropdownMenu.d.mts +2 -2
  33. package/es/DropdownMenu/DropdownMenu.mjs +13 -42
  34. package/es/DropdownMenu/DropdownMenu.mjs.map +1 -1
  35. package/es/DropdownMenu/atoms.d.mts +145 -0
  36. package/es/DropdownMenu/atoms.mjs +163 -0
  37. package/es/DropdownMenu/atoms.mjs.map +1 -0
  38. package/es/DropdownMenu/index.d.mts +3 -1
  39. package/es/DropdownMenu/index.mjs +3 -1
  40. package/es/DropdownMenu/renderItems.d.mts +10 -0
  41. package/es/DropdownMenu/renderItems.mjs +22 -47
  42. package/es/DropdownMenu/renderItems.mjs.map +1 -1
  43. package/es/EditableText/EditableText.d.mts +2 -2
  44. package/es/EmojiPicker/EmojiPicker.d.mts +2 -2
  45. package/es/Flex/FlexBasic.d.mts +2 -2
  46. package/es/FontLoader/index.d.mts +2 -2
  47. package/es/Footer/Footer.d.mts +2 -2
  48. package/es/Form/components/FormGroup.d.mts +2 -2
  49. package/es/Form/components/FormItem.d.mts +2 -2
  50. package/es/Form/components/FormSubmitFooter.d.mts +2 -2
  51. package/es/FormModal/FormModal.d.mts +2 -2
  52. package/es/GuideCard/GuideCard.d.mts +2 -2
  53. package/es/Header/Header.d.mts +2 -2
  54. package/es/Highlighter/Highlighter.d.mts +2 -2
  55. package/es/Highlighter/SyntaxHighlighter/index.d.mts +2 -2
  56. package/es/Hotkey/Hotkey.d.mts +2 -2
  57. package/es/HotkeyInput/HotkeyInput.d.mts +2 -2
  58. package/es/Icon/components/IconProvider.d.mts +3 -3
  59. package/es/Image/PreviewGroup.d.mts +2 -2
  60. package/es/ImageSelect/ImageSelect.d.mts +2 -2
  61. package/es/Input/Input.d.mts +2 -2
  62. package/es/Input/InputNumber.d.mts +2 -2
  63. package/es/Input/InputOPT.d.mts +2 -2
  64. package/es/Input/InputPassword.d.mts +2 -2
  65. package/es/Input/TextArea.d.mts +2 -2
  66. package/es/Layout/components/LayoutFooter.d.mts +2 -2
  67. package/es/Layout/components/LayoutHeader.d.mts +2 -2
  68. package/es/Layout/components/LayoutMain.d.mts +2 -2
  69. package/es/Layout/components/LayoutSidebar.d.mts +2 -2
  70. package/es/Layout/components/LayoutSidebarInner.d.mts +2 -2
  71. package/es/Layout/components/LayoutToc.d.mts +2 -2
  72. package/es/List/ListItem/index.d.mts +2 -2
  73. package/es/Markdown/Markdown.d.mts +2 -2
  74. package/es/Markdown/Typography.d.mts +2 -2
  75. package/es/Markdown/components/SearchResultCards/index.d.mts +2 -2
  76. package/es/Markdown/type.d.mts +1 -2
  77. package/es/Menu/Menu.d.mts +2 -2
  78. package/es/Menu/sharedStyle.mjs +1 -1
  79. package/es/Menu/sharedStyle.mjs.map +1 -1
  80. package/es/Mermaid/Mermaid.d.mts +2 -2
  81. package/es/Mermaid/SyntaxMermaid/index.d.mts +2 -2
  82. package/es/Mermaid/type.d.mts +1 -1
  83. package/es/Modal/Modal.d.mts +2 -2
  84. package/es/Modal/ModalProvider.d.mts +2 -2
  85. package/es/Modal/imperative.d.mts +2 -2
  86. package/es/MotionProvider/index.d.mts +2 -2
  87. package/es/Popover/ArrowIcon.d.mts +7 -0
  88. package/es/Popover/PopoverGroup.mjs +14 -15
  89. package/es/Popover/PopoverGroup.mjs.map +1 -1
  90. package/es/Popover/PopoverPortal.d.mts +6 -0
  91. package/es/Popover/PopoverPortal.mjs +1 -1
  92. package/es/Popover/PopoverStandalone.mjs +20 -49
  93. package/es/Popover/PopoverStandalone.mjs.map +1 -1
  94. package/es/Popover/atoms.d.mts +77 -0
  95. package/es/Popover/atoms.mjs +104 -0
  96. package/es/Popover/atoms.mjs.map +1 -0
  97. package/es/Popover/context.d.mts +2 -2
  98. package/es/Popover/groupContext.d.mts +1 -0
  99. package/es/Popover/groupContext.mjs.map +1 -1
  100. package/es/Popover/index.d.mts +5 -2
  101. package/es/Popover/index.mjs +4 -1
  102. package/es/SearchBar/SearchBar.d.mts +2 -2
  103. package/es/Segmented/Segmented.d.mts +2 -2
  104. package/es/Select/Select.d.mts +2 -2
  105. package/es/SideNav/SideNav.d.mts +2 -2
  106. package/es/SliderWithInput/SliderWithInput.d.mts +2 -2
  107. package/es/SortableList/components/DragHandle.d.mts +2 -2
  108. package/es/SortableList/components/SortableItem.d.mts +2 -2
  109. package/es/ThemeProvider/ThemeProvider.d.mts +2 -2
  110. package/es/Toc/Toc.d.mts +2 -2
  111. package/es/Tooltip/groupContext.mjs.map +1 -1
  112. package/es/Video/index.d.mts +2 -2
  113. package/es/awesome/AuroraBackground/AuroraBackground.d.mts +2 -2
  114. package/es/awesome/BottomGradientButton/BottomGradientButton.d.mts +2 -2
  115. package/es/awesome/Features/Features.d.mts +2 -2
  116. package/es/awesome/Giscus/Giscus.d.mts +2 -2
  117. package/es/awesome/Giscus/type.d.mts +4 -4
  118. package/es/awesome/GradientButton/GradientButton.d.mts +2 -2
  119. package/es/awesome/GridBackground/GridBackground.d.mts +2 -2
  120. package/es/awesome/GridBackground/GridShowcase.d.mts +2 -2
  121. package/es/awesome/Hero/Hero.d.mts +2 -2
  122. package/es/awesome/Spline/Spine.d.mts +2 -2
  123. package/es/awesome/Spotlight/Spotlight.d.mts +2 -2
  124. package/es/awesome/SpotlightCard/SpotlightCard.d.mts +2 -2
  125. package/es/awesome/TypewriterEffect/TypewriterEffect.d.mts +2 -2
  126. package/es/brand/LobeChat/index.d.mts +2 -2
  127. package/es/brand/LobeHub/index.d.mts +2 -2
  128. package/es/brand/LogoThree/LogoSpline.d.mts +2 -2
  129. package/es/brand/LogoThree/index.d.mts +2 -2
  130. package/es/chat/BackBottom/BackBottom.d.mts +2 -2
  131. package/es/chat/ChatInputArea/components/ChatInputAreaInner.d.mts +2 -2
  132. package/es/chat/ChatItem/ChatItem.d.mts +2 -2
  133. package/es/chat/ChatList/ChatList.d.mts +2 -2
  134. package/es/chat/EditableMessage/EditableMessage.d.mts +2 -2
  135. package/es/chat/EditableMessageList/EditableMessageList.d.mts +2 -2
  136. package/es/chat/MessageInput/MessageInput.d.mts +2 -2
  137. package/es/chat/MessageModal/MessageModal.d.mts +2 -2
  138. package/es/color/ColorScales/index.d.mts +2 -2
  139. package/es/color/CssVar/index.d.mts +2 -2
  140. package/es/hooks/useMermaid.mjs.map +1 -1
  141. package/es/hooks/useStreamMermaid.mjs.map +1 -1
  142. package/es/i18n/context.d.mts +2 -2
  143. package/es/icons/lucideExtra/BotPromptIcon.d.mts +2 -2
  144. package/es/icons/lucideExtra/CreateBotIcon.d.mts +3 -3
  145. package/es/icons/lucideExtra/DiscordIcon.d.mts +3 -3
  146. package/es/icons/lucideExtra/GlobeOffIcon.d.mts +3 -3
  147. package/es/icons/lucideExtra/GroupBotIcon.d.mts +3 -3
  148. package/es/icons/lucideExtra/GroupBotSquareIcon.d.mts +3 -3
  149. package/es/icons/lucideExtra/LeftClickIcon.d.mts +3 -3
  150. package/es/icons/lucideExtra/LeftDoubleClickIcon.d.mts +3 -3
  151. package/es/icons/lucideExtra/McpIcon.d.mts +3 -3
  152. package/es/icons/lucideExtra/ProviderIcon.d.mts +3 -3
  153. package/es/icons/lucideExtra/RightClickIcon.d.mts +3 -3
  154. package/es/icons/lucideExtra/RightDoubleClickIcon.d.mts +3 -3
  155. package/es/icons/lucideExtra/ShapesUploadIcon.d.mts +3 -3
  156. package/es/icons/lucideExtra/TreeDownRightIcon.d.mts +3 -3
  157. package/es/icons/lucideExtra/TreeUpDownRightIcon.d.mts +3 -3
  158. package/es/index.d.mts +7 -2
  159. package/es/index.mjs +6 -1
  160. package/es/mdx/Mdx/index.d.mts +2 -2
  161. package/es/mobile/ChatHeader/ChatHeaderTitle.d.mts +2 -2
  162. package/es/mobile/ChatInputArea/components/ChatSendButton.d.mts +2 -2
  163. package/es/mobile/TabBar/TabBar.d.mts +2 -2
  164. package/es/storybook/StoryBook/index.d.mts +2 -2
  165. package/es/utils/placement.d.mts +7 -1
  166. package/es/utils/placement.mjs.map +1 -1
  167. package/package.json +2 -1
@@ -0,0 +1,104 @@
1
+ 'use client';
2
+
3
+ import { useNativeButton } from "../hooks/useNativeButton.mjs";
4
+ import { placementMap } from "../utils/placement.mjs";
5
+ import { PopoverArrowIcon } from "./ArrowIcon.mjs";
6
+ import { usePopoverPortalContainer } from "./PopoverPortal.mjs";
7
+ import { styles } from "./style.mjs";
8
+ import { cloneElement, forwardRef, isValidElement } from "react";
9
+ import { jsx } from "react/jsx-runtime";
10
+ import { cx } from "antd-style";
11
+ import { mergeProps } from "@base-ui/react/merge-props";
12
+ import { mergeRefs } from "react-merge-refs";
13
+ import { Popover } from "@base-ui/react/popover";
14
+
15
+ //#region src/Popover/atoms.tsx
16
+ const PopoverRoot = Popover.Root;
17
+ const PopoverBackdrop = Popover.Backdrop;
18
+ const PopoverTriggerElement = forwardRef(({ children, className, nativeButton, ...rest }, ref) => {
19
+ const { isNativeButtonTriggerElement, resolvedNativeButton } = useNativeButton({
20
+ children,
21
+ nativeButton
22
+ });
23
+ if (isValidElement(children)) return /* @__PURE__ */ jsx(Popover.Trigger, {
24
+ ...rest,
25
+ nativeButton: resolvedNativeButton,
26
+ render: (props, state) => {
27
+ const resolvedProps = (() => {
28
+ if (isNativeButtonTriggerElement) return props;
29
+ const { type, ref: triggerRef, ...restProps } = props;
30
+ return restProps;
31
+ })();
32
+ const mergedProps = mergeProps(children.props, resolvedProps);
33
+ const baseClassName = typeof mergedProps.className === "function" ? mergedProps.className(state) : mergedProps.className;
34
+ const extraClassName = typeof className === "function" ? className(state) : className;
35
+ return cloneElement(children, {
36
+ ...mergedProps,
37
+ className: cx(baseClassName, extraClassName),
38
+ ref: mergeRefs([
39
+ children.ref,
40
+ props.ref,
41
+ ref
42
+ ])
43
+ });
44
+ }
45
+ });
46
+ return /* @__PURE__ */ jsx(Popover.Trigger, {
47
+ ...rest,
48
+ className,
49
+ nativeButton: resolvedNativeButton,
50
+ ref,
51
+ children
52
+ });
53
+ });
54
+ PopoverTriggerElement.displayName = "PopoverTriggerElement";
55
+ const PopoverPortal = ({ container, root, children, ...rest }) => {
56
+ const defaultContainer = usePopoverPortalContainer(root);
57
+ const resolvedContainer = container ?? defaultContainer;
58
+ if (!resolvedContainer) return null;
59
+ return /* @__PURE__ */ jsx(Popover.Portal, {
60
+ container: resolvedContainer,
61
+ ...rest,
62
+ children
63
+ });
64
+ };
65
+ PopoverPortal.displayName = "PopoverPortal";
66
+ const PopoverPositioner = ({ className, hoverTrigger, placement, align, side, sideOffset, ...rest }) => {
67
+ const placementConfig = placement ? placementMap[placement] : void 0;
68
+ return /* @__PURE__ */ jsx(Popover.Positioner, {
69
+ align: align ?? placementConfig?.align ?? "center",
70
+ className: (state) => cx(styles.positioner, typeof className === "function" ? className(state) : className),
71
+ "data-hover-trigger": hoverTrigger || void 0,
72
+ "data-placement": placement,
73
+ side: side ?? placementConfig?.side ?? "bottom",
74
+ sideOffset: sideOffset ?? 6,
75
+ ...rest
76
+ });
77
+ };
78
+ PopoverPositioner.displayName = "PopoverPositioner";
79
+ const PopoverPopup = ({ className, ...rest }) => {
80
+ return /* @__PURE__ */ jsx(Popover.Popup, {
81
+ className: (state) => cx(styles.popup, typeof className === "function" ? className(state) : className),
82
+ ...rest
83
+ });
84
+ };
85
+ PopoverPopup.displayName = "PopoverPopup";
86
+ const PopoverArrow = ({ className, children, ...rest }) => {
87
+ return /* @__PURE__ */ jsx(Popover.Arrow, {
88
+ className: (state) => cx(styles.arrow, typeof className === "function" ? className(state) : className),
89
+ ...rest,
90
+ children: children ?? PopoverArrowIcon
91
+ });
92
+ };
93
+ PopoverArrow.displayName = "PopoverArrow";
94
+ const PopoverViewport = ({ className, ...rest }) => {
95
+ return /* @__PURE__ */ jsx(Popover.Viewport, {
96
+ className: (state) => cx(styles.viewport, typeof className === "function" ? className(state) : className),
97
+ ...rest
98
+ });
99
+ };
100
+ PopoverViewport.displayName = "PopoverViewport";
101
+
102
+ //#endregion
103
+ export { PopoverArrow, PopoverBackdrop, PopoverPopup, PopoverPortal, PopoverPositioner, PopoverRoot, PopoverTriggerElement, PopoverViewport };
104
+ //# sourceMappingURL=atoms.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"atoms.mjs","names":["BasePopover"],"sources":["../../src/Popover/atoms.tsx"],"sourcesContent":["'use client';\n\nimport { mergeProps } from '@base-ui/react/merge-props';\nimport { Popover as BasePopover } from '@base-ui/react/popover';\nimport { cx } from 'antd-style';\nimport { type ComponentProps, cloneElement, forwardRef, isValidElement } from 'react';\nimport { mergeRefs } from 'react-merge-refs';\n\nimport { useNativeButton } from '@/hooks/useNativeButton';\nimport { placementMap } from '@/utils/placement';\n\nimport { PopoverArrowIcon } from './ArrowIcon';\nimport { usePopoverPortalContainer } from './PopoverPortal';\nimport { styles } from './style';\nimport type { PopoverPlacement } from './type';\n\nexport const PopoverRoot = BasePopover.Root;\nexport const PopoverBackdrop = BasePopover.Backdrop;\n\nexport type PopoverTriggerElementProps = Omit<\n ComponentProps<typeof BasePopover.Trigger>,\n 'children' | 'render'\n> & {\n children: ComponentProps<typeof BasePopover.Trigger>['children'];\n};\n\nexport const PopoverTriggerElement = forwardRef<HTMLElement, PopoverTriggerElementProps>(\n ({ children, className, nativeButton, ...rest }, ref) => {\n const { isNativeButtonTriggerElement, resolvedNativeButton } = useNativeButton({\n children,\n nativeButton,\n });\n\n if (isValidElement(children)) {\n return (\n <BasePopover.Trigger\n {...rest}\n nativeButton={resolvedNativeButton}\n render={(props, state) => {\n // Base UI's trigger props include `type=\"button\"` by default.\n // If we render into a non-<button> element, that prop is invalid and can warn.\n const resolvedProps = (() => {\n if (isNativeButtonTriggerElement) return props as any;\n // eslint-disable-next-line unused-imports/no-unused-vars, @typescript-eslint/no-unused-vars\n const { type, ref: triggerRef, ...restProps } = props as any;\n return restProps;\n })();\n\n const mergedProps = mergeProps((children as any).props, resolvedProps);\n const baseClassName =\n typeof (mergedProps as any).className === 'function'\n ? (mergedProps as any).className(state)\n : (mergedProps as any).className;\n const extraClassName =\n typeof (className as any) === 'function' ? (className as any)(state) : className;\n\n return cloneElement(children as any, {\n ...mergedProps,\n className: cx(baseClassName, extraClassName),\n ref: mergeRefs([(children as any).ref, (props as any).ref, ref]),\n });\n }}\n />\n );\n }\n\n return (\n <BasePopover.Trigger\n {...rest}\n className={className}\n nativeButton={resolvedNativeButton}\n ref={ref}\n >\n {children}\n </BasePopover.Trigger>\n );\n },\n);\n\nPopoverTriggerElement.displayName = 'PopoverTriggerElement';\n\nexport type PopoverPortalAtomProps = Omit<\n ComponentProps<typeof BasePopover.Portal>,\n 'container'\n> & {\n /**\n * Portal container. When not provided, it uses the shared container created by `usePopoverPortalContainer`.\n */\n container?: HTMLElement | null;\n /**\n * Root element used by `usePopoverPortalContainer` to create the default container.\n */\n root?: HTMLElement | ShadowRoot | null;\n};\n\nexport const PopoverPortal = ({ container, root, children, ...rest }: PopoverPortalAtomProps) => {\n const defaultContainer = usePopoverPortalContainer(root);\n const resolvedContainer = container ?? defaultContainer;\n\n if (!resolvedContainer) return null;\n\n return (\n <BasePopover.Portal container={resolvedContainer} {...rest}>\n {children}\n </BasePopover.Portal>\n );\n};\n\nPopoverPortal.displayName = 'PopoverPortal';\n\nexport type PopoverPositionerAtomProps = ComponentProps<typeof BasePopover.Positioner> & {\n hoverTrigger?: boolean;\n placement?: PopoverPlacement;\n};\n\nexport const PopoverPositioner = ({\n className,\n hoverTrigger,\n placement,\n align,\n side,\n sideOffset,\n ...rest\n}: PopoverPositionerAtomProps) => {\n const placementConfig = placement ? placementMap[placement] : undefined;\n\n return (\n <BasePopover.Positioner\n align={align ?? placementConfig?.align ?? 'center'}\n className={(state) =>\n cx(styles.positioner, typeof className === 'function' ? className(state) : className)\n }\n data-hover-trigger={hoverTrigger || undefined}\n data-placement={placement}\n side={side ?? placementConfig?.side ?? 'bottom'}\n sideOffset={sideOffset ?? 6}\n {...rest}\n />\n );\n};\n\nPopoverPositioner.displayName = 'PopoverPositioner';\n\nexport type PopoverPopupAtomProps = ComponentProps<typeof BasePopover.Popup>;\n\nexport const PopoverPopup = ({ className, ...rest }: PopoverPopupAtomProps) => {\n return (\n <BasePopover.Popup\n className={(state) =>\n cx(styles.popup, typeof className === 'function' ? className(state) : className)\n }\n {...rest}\n />\n );\n};\n\nPopoverPopup.displayName = 'PopoverPopup';\n\nexport type PopoverArrowAtomProps = ComponentProps<typeof BasePopover.Arrow>;\n\nexport const PopoverArrow = ({ className, children, ...rest }: PopoverArrowAtomProps) => {\n return (\n <BasePopover.Arrow\n className={(state) =>\n cx(styles.arrow, typeof className === 'function' ? className(state) : className)\n }\n {...rest}\n >\n {children ?? PopoverArrowIcon}\n </BasePopover.Arrow>\n );\n};\n\nPopoverArrow.displayName = 'PopoverArrow';\n\nexport type PopoverViewportAtomProps = ComponentProps<typeof BasePopover.Viewport>;\n\nexport const PopoverViewport = ({ className, ...rest }: PopoverViewportAtomProps) => {\n return (\n <BasePopover.Viewport\n className={(state) =>\n cx(styles.viewport, typeof className === 'function' ? className(state) : className)\n }\n {...rest}\n />\n );\n};\n\nPopoverViewport.displayName = 'PopoverViewport';\n"],"mappings":";;;;;;;;;;;;;;;AAgBA,MAAa,cAAcA,QAAY;AACvC,MAAa,kBAAkBA,QAAY;AAS3C,MAAa,wBAAwB,YAClC,EAAE,UAAU,WAAW,cAAc,GAAG,QAAQ,QAAQ;CACvD,MAAM,EAAE,8BAA8B,yBAAyB,gBAAgB;EAC7E;EACA;EACD,CAAC;AAEF,KAAI,eAAe,SAAS,CAC1B,QACE,oBAACA,QAAY;EACX,GAAI;EACJ,cAAc;EACd,SAAS,OAAO,UAAU;GAGxB,MAAM,uBAAuB;AAC3B,QAAI,6BAA8B,QAAO;IAEzC,MAAM,EAAE,MAAM,KAAK,YAAY,GAAG,cAAc;AAChD,WAAO;OACL;GAEJ,MAAM,cAAc,WAAY,SAAiB,OAAO,cAAc;GACtE,MAAM,gBACJ,OAAQ,YAAoB,cAAc,aACrC,YAAoB,UAAU,MAAM,GACpC,YAAoB;GAC3B,MAAM,iBACJ,OAAQ,cAAsB,aAAc,UAAkB,MAAM,GAAG;AAEzE,UAAO,aAAa,UAAiB;IACnC,GAAG;IACH,WAAW,GAAG,eAAe,eAAe;IAC5C,KAAK,UAAU;KAAE,SAAiB;KAAM,MAAc;KAAK;KAAI,CAAC;IACjE,CAAC;;GAEJ;AAIN,QACE,oBAACA,QAAY;EACX,GAAI;EACO;EACX,cAAc;EACT;EAEJ;GACmB;EAG3B;AAED,sBAAsB,cAAc;AAgBpC,MAAa,iBAAiB,EAAE,WAAW,MAAM,UAAU,GAAG,WAAmC;CAC/F,MAAM,mBAAmB,0BAA0B,KAAK;CACxD,MAAM,oBAAoB,aAAa;AAEvC,KAAI,CAAC,kBAAmB,QAAO;AAE/B,QACE,oBAACA,QAAY;EAAO,WAAW;EAAmB,GAAI;EACnD;GACkB;;AAIzB,cAAc,cAAc;AAO5B,MAAa,qBAAqB,EAChC,WACA,cACA,WACA,OACA,MACA,YACA,GAAG,WAC6B;CAChC,MAAM,kBAAkB,YAAY,aAAa,aAAa;AAE9D,QACE,oBAACA,QAAY;EACX,OAAO,SAAS,iBAAiB,SAAS;EAC1C,YAAY,UACV,GAAG,OAAO,YAAY,OAAO,cAAc,aAAa,UAAU,MAAM,GAAG,UAAU;EAEvF,sBAAoB,gBAAgB;EACpC,kBAAgB;EAChB,MAAM,QAAQ,iBAAiB,QAAQ;EACvC,YAAY,cAAc;EAC1B,GAAI;GACJ;;AAIN,kBAAkB,cAAc;AAIhC,MAAa,gBAAgB,EAAE,WAAW,GAAG,WAAkC;AAC7E,QACE,oBAACA,QAAY;EACX,YAAY,UACV,GAAG,OAAO,OAAO,OAAO,cAAc,aAAa,UAAU,MAAM,GAAG,UAAU;EAElF,GAAI;GACJ;;AAIN,aAAa,cAAc;AAI3B,MAAa,gBAAgB,EAAE,WAAW,UAAU,GAAG,WAAkC;AACvF,QACE,oBAACA,QAAY;EACX,YAAY,UACV,GAAG,OAAO,OAAO,OAAO,cAAc,aAAa,UAAU,MAAM,GAAG,UAAU;EAElF,GAAI;YAEH,YAAY;GACK;;AAIxB,aAAa,cAAc;AAI3B,MAAa,mBAAmB,EAAE,WAAW,GAAG,WAAqC;AACnF,QACE,oBAACA,QAAY;EACX,YAAY,UACV,GAAG,OAAO,UAAU,OAAO,cAAc,aAAa,UAAU,MAAM,GAAG,UAAU;EAErF,GAAI;GACJ;;AAIN,gBAAgB,cAAc"}
@@ -1,11 +1,11 @@
1
- import * as react59 from "react";
1
+ import * as react49 from "react";
2
2
  import { ReactNode } from "react";
3
3
 
4
4
  //#region src/Popover/context.d.ts
5
5
  type PopoverContextValue = {
6
6
  close: () => void;
7
7
  };
8
- declare const PopoverProvider: react59.NamedExoticComponent<{
8
+ declare const PopoverProvider: react49.NamedExoticComponent<{
9
9
  children: ReactNode;
10
10
  value: PopoverContextValue;
11
11
  }>;
@@ -1,5 +1,6 @@
1
1
  import { PopoverProps } from "./type.mjs";
2
2
  import "react";
3
+ import { Popover } from "@base-ui/react/popover";
3
4
 
4
5
  //#region src/Popover/groupContext.d.ts
5
6
  type PopoverGroupSharedProps = Omit<PopoverProps, 'children' | 'content' | 'defaultOpen' | 'open' | 'ref'> & {
@@ -1 +1 @@
1
- {"version":3,"file":"groupContext.mjs","names":[],"sources":["../../src/Popover/groupContext.ts"],"sourcesContent":["'use client';\n\nimport type { PopoverHandle } from '@base-ui/react/popover/store/PopoverHandle';\nimport { createContext } from 'react';\n\nimport type { PopoverProps } from './type';\n\nexport type PopoverGroupItem = Omit<PopoverProps, 'children' | 'open' | 'defaultOpen' | 'ref'>;\n\nexport type PopoverGroupSharedProps = Omit<\n PopoverProps,\n 'children' | 'content' | 'defaultOpen' | 'open' | 'ref'\n> & {\n /**\n * @description Whether to enable content layout animation when switching triggers\n * @default false\n */\n contentLayoutAnimation?: boolean;\n /**\n * Disable the \"destroy on invalid trigger (display:none / disconnected)\" guard for performance.\n * @default false\n */\n disableDestroyOnInvalidTrigger?: boolean;\n /**\n * Disable the \"hide when positioner falls back to (0,0)\" visual guard for performance.\n * @default false\n */\n disableZeroOriginGuard?: boolean;\n};\n\nexport const PopoverGroupHandleContext = createContext<PopoverHandle<PopoverGroupItem> | null>(\n null,\n);\nexport const PopoverGroupPropsContext = createContext<PopoverGroupSharedProps | null>(null);\n"],"mappings":";;;;;AA8BA,MAAa,4BAA4B,cACvC,KACD;AACD,MAAa,2BAA2B,cAA8C,KAAK"}
1
+ {"version":3,"file":"groupContext.mjs","names":[],"sources":["../../src/Popover/groupContext.ts"],"sourcesContent":["'use client';\n\nimport { Popover as BasePopover } from '@base-ui/react/popover';\nimport { createContext } from 'react';\n\nimport type { PopoverProps } from './type';\n\nexport type PopoverGroupItem = Omit<PopoverProps, 'children' | 'open' | 'defaultOpen' | 'ref'>;\n\nexport type PopoverGroupSharedProps = Omit<\n PopoverProps,\n 'children' | 'content' | 'defaultOpen' | 'open' | 'ref'\n> & {\n /**\n * @description Whether to enable content layout animation when switching triggers\n * @default false\n */\n contentLayoutAnimation?: boolean;\n /**\n * Disable the \"destroy on invalid trigger (display:none / disconnected)\" guard for performance.\n * @default false\n */\n disableDestroyOnInvalidTrigger?: boolean;\n /**\n * Disable the \"hide when positioner falls back to (0,0)\" visual guard for performance.\n * @default false\n */\n disableZeroOriginGuard?: boolean;\n};\n\nexport type PopoverGroupHandle = ReturnType<typeof BasePopover.createHandle<PopoverGroupItem>>;\n\nexport const PopoverGroupHandleContext = createContext<PopoverGroupHandle | null>(null);\nexport const PopoverGroupPropsContext = createContext<PopoverGroupSharedProps | null>(null);\n"],"mappings":";;;;;AAgCA,MAAa,4BAA4B,cAAyC,KAAK;AACvF,MAAa,2BAA2B,cAA8C,KAAK"}
@@ -1,6 +1,9 @@
1
- import { PopoverContextValue, PopoverProvider, usePopoverContext } from "./context.mjs";
1
+ import { PopoverArrowIcon } from "./ArrowIcon.mjs";
2
2
  import { PopoverBackdropProps, PopoverPlacement, PopoverPopupProps, PopoverPortalProps, PopoverPositionerProps, PopoverProps, PopoverTrigger, PopoverTriggerComponentProps } from "./type.mjs";
3
+ import { PopoverArrow, PopoverArrowAtomProps, PopoverBackdrop, PopoverPopup, PopoverPopupAtomProps, PopoverPortal, PopoverPortalAtomProps, PopoverPositioner, PopoverPositionerAtomProps, PopoverRoot, PopoverTriggerElement, PopoverTriggerElementProps, PopoverViewport, PopoverViewportAtomProps } from "./atoms.mjs";
4
+ import { PopoverContextValue, PopoverProvider, usePopoverContext } from "./context.mjs";
3
5
  import { parseTrigger } from "./parseTrigger.mjs";
4
6
  import { Popover } from "./Popover.mjs";
5
7
  import { PopoverGroup } from "./PopoverGroup.mjs";
6
- export { type PopoverBackdropProps, type PopoverContextValue, PopoverGroup, type PopoverPlacement, type PopoverPopupProps, type PopoverPortalProps, type PopoverPositionerProps, type PopoverProps, PopoverProvider, type PopoverTrigger, type PopoverTriggerComponentProps, Popover as default, parseTrigger, usePopoverContext };
8
+ import { POPOVER_CONTAINER_ATTR, usePopoverPortalContainer } from "./PopoverPortal.mjs";
9
+ export { POPOVER_CONTAINER_ATTR, PopoverArrow, type PopoverArrowAtomProps, PopoverArrowIcon, PopoverBackdrop, type PopoverBackdropProps, type PopoverContextValue, PopoverGroup, type PopoverPlacement, PopoverPopup, type PopoverPopupAtomProps, type PopoverPopupProps, PopoverPortal, type PopoverPortalAtomProps, type PopoverPortalProps, PopoverPositioner, type PopoverPositionerAtomProps, type PopoverPositionerProps, type PopoverProps, PopoverProvider, PopoverRoot, type PopoverTrigger, type PopoverTriggerComponentProps, PopoverTriggerElement, type PopoverTriggerElementProps, PopoverViewport, type PopoverViewportAtomProps, Popover as default, parseTrigger, usePopoverContext, usePopoverPortalContainer };
@@ -1,6 +1,9 @@
1
+ import { PopoverArrowIcon } from "./ArrowIcon.mjs";
2
+ import { POPOVER_CONTAINER_ATTR, usePopoverPortalContainer } from "./PopoverPortal.mjs";
3
+ import { PopoverArrow, PopoverBackdrop, PopoverPopup, PopoverPortal, PopoverPositioner, PopoverRoot, PopoverTriggerElement, PopoverViewport } from "./atoms.mjs";
1
4
  import { PopoverProvider, usePopoverContext } from "./context.mjs";
2
5
  import { parseTrigger } from "./parseTrigger.mjs";
3
6
  import Popover_default from "./Popover.mjs";
4
7
  import PopoverGroup_default from "./PopoverGroup.mjs";
5
8
 
6
- export { PopoverGroup_default as PopoverGroup, PopoverProvider, Popover_default as default, parseTrigger, usePopoverContext };
9
+ export { POPOVER_CONTAINER_ATTR, PopoverArrow, PopoverArrowIcon, PopoverBackdrop, PopoverGroup_default as PopoverGroup, PopoverPopup, PopoverPortal, PopoverPositioner, PopoverProvider, PopoverRoot, PopoverTriggerElement, PopoverViewport, Popover_default as default, parseTrigger, usePopoverContext, usePopoverPortalContainer };
@@ -1,8 +1,8 @@
1
1
  import { SearchBarProps } from "./type.mjs";
2
- import * as react58 from "react";
2
+ import * as react81 from "react";
3
3
 
4
4
  //#region src/SearchBar/SearchBar.d.ts
5
- declare const SearchBar: react58.NamedExoticComponent<SearchBarProps>;
5
+ declare const SearchBar: react81.NamedExoticComponent<SearchBarProps>;
6
6
  //#endregion
7
7
  export { SearchBar };
8
8
  //# sourceMappingURL=SearchBar.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { SegmentedProps } from "./type.mjs";
2
- import * as react57 from "react";
2
+ import * as react52 from "react";
3
3
 
4
4
  //#region src/Segmented/Segmented.d.ts
5
- declare const Segmented: react57.NamedExoticComponent<SegmentedProps>;
5
+ declare const Segmented: react52.NamedExoticComponent<SegmentedProps>;
6
6
  //#endregion
7
7
  export { Segmented };
8
8
  //# sourceMappingURL=Segmented.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { SelectProps } from "./type.mjs";
2
- import * as react14 from "react";
2
+ import * as react51 from "react";
3
3
 
4
4
  //#region src/Select/Select.d.ts
5
- declare const Input: react14.NamedExoticComponent<SelectProps>;
5
+ declare const Input: react51.NamedExoticComponent<SelectProps>;
6
6
  //#endregion
7
7
  export { Input };
8
8
  //# sourceMappingURL=Select.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { SideNavProps } from "./type.mjs";
2
- import * as react56 from "react";
2
+ import * as react44 from "react";
3
3
 
4
4
  //#region src/SideNav/SideNav.d.ts
5
- declare const SideNav: react56.NamedExoticComponent<SideNavProps>;
5
+ declare const SideNav: react44.NamedExoticComponent<SideNavProps>;
6
6
  //#endregion
7
7
  export { SideNav };
8
8
  //# sourceMappingURL=SideNav.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { SliderWithInputProps } from "./type.mjs";
2
- import * as react55 from "react";
2
+ import * as react43 from "react";
3
3
 
4
4
  //#region src/SliderWithInput/SliderWithInput.d.ts
5
- declare const SliderWithInput: react55.NamedExoticComponent<SliderWithInputProps>;
5
+ declare const SliderWithInput: react43.NamedExoticComponent<SliderWithInputProps>;
6
6
  //#endregion
7
7
  export { SliderWithInput };
8
8
  //# sourceMappingURL=SliderWithInput.d.mts.map
@@ -1,9 +1,9 @@
1
1
  import { ActionIconProps } from "../../ActionIcon/type.mjs";
2
2
  import "../../ActionIcon/index.mjs";
3
- import * as react109 from "react";
3
+ import * as react84 from "react";
4
4
 
5
5
  //#region src/SortableList/components/DragHandle.d.ts
6
- declare const DragHandle: react109.NamedExoticComponent<ActionIconProps>;
6
+ declare const DragHandle: react84.NamedExoticComponent<ActionIconProps>;
7
7
  //#endregion
8
8
  export { DragHandle };
9
9
  //# sourceMappingURL=DragHandle.d.mts.map
@@ -1,6 +1,6 @@
1
1
  import { FlexboxProps } from "../../Flex/type.mjs";
2
2
  import "../../Flex/index.mjs";
3
- import * as react107 from "react";
3
+ import * as react82 from "react";
4
4
  import "@dnd-kit/core";
5
5
 
6
6
  //#region src/SortableList/components/SortableItem.d.ts
@@ -9,7 +9,7 @@ interface SortableItemProps extends Omit<FlexboxProps, 'id'> {
9
9
  id: string | number;
10
10
  variant?: 'borderless' | 'filled' | 'outlined';
11
11
  }
12
- declare const SortableItem: react107.NamedExoticComponent<SortableItemProps>;
12
+ declare const SortableItem: react82.NamedExoticComponent<SortableItemProps>;
13
13
  //#endregion
14
14
  export { SortableItem };
15
15
  //# sourceMappingURL=SortableItem.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { ThemeProviderProps } from "./type.mjs";
2
- import * as react47 from "react";
2
+ import * as react4 from "react";
3
3
 
4
4
  //#region src/ThemeProvider/ThemeProvider.d.ts
5
- declare const ThemeProvider: react47.NamedExoticComponent<ThemeProviderProps>;
5
+ declare const ThemeProvider: react4.NamedExoticComponent<ThemeProviderProps>;
6
6
  //#endregion
7
7
  export { ThemeProvider };
8
8
  //# sourceMappingURL=ThemeProvider.d.mts.map
package/es/Toc/Toc.d.mts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { TocProps } from "./type.mjs";
2
- import * as react46 from "react";
2
+ import * as react3 from "react";
3
3
 
4
4
  //#region src/Toc/Toc.d.ts
5
- declare const Toc: react46.NamedExoticComponent<TocProps>;
5
+ declare const Toc: react3.NamedExoticComponent<TocProps>;
6
6
  //#endregion
7
7
  export { Toc };
8
8
  //# sourceMappingURL=Toc.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"groupContext.mjs","names":[],"sources":["../../src/Tooltip/groupContext.ts"],"sourcesContent":["'use client';\n\nimport type { TooltipHandle } from '@base-ui/react/tooltip/store/TooltipHandle';\nimport { createContext } from 'react';\n\nimport type { TooltipProps } from './type';\n\nexport type TooltipGroupItem = Omit<TooltipProps, 'children' | 'open' | 'defaultOpen' | 'ref'>;\n\nexport type TooltipGroupSharedProps = Omit<\n TooltipProps,\n 'children' | 'defaultOpen' | 'open' | 'ref' | 'title'\n> & {\n /**\n * @description Whether to enable content layout animation when switching triggers\n * @default false\n */\n layoutAnimation?: boolean;\n};\n\nexport const TooltipGroupHandleContext = createContext<TooltipHandle<TooltipGroupItem> | null>(\n null,\n);\nexport const TooltipGroupPropsContext = createContext<TooltipGroupSharedProps | null>(null);\n"],"mappings":";;;;;AAoBA,MAAa,4BAA4B,cACvC,KACD;AACD,MAAa,2BAA2B,cAA8C,KAAK"}
1
+ {"version":3,"file":"groupContext.mjs","names":[],"sources":["../../src/Tooltip/groupContext.ts"],"sourcesContent":["'use client';\n\nimport { Tooltip as BaseTooltip } from '@base-ui/react/tooltip';\nimport { createContext } from 'react';\n\nimport type { TooltipProps } from './type';\n\nexport type TooltipGroupItem = Omit<TooltipProps, 'children' | 'open' | 'defaultOpen' | 'ref'>;\n\nexport type TooltipGroupSharedProps = Omit<\n TooltipProps,\n 'children' | 'defaultOpen' | 'open' | 'ref' | 'title'\n> & {\n /**\n * @description Whether to enable content layout animation when switching triggers\n * @default false\n */\n layoutAnimation?: boolean;\n};\n\nexport type TooltipGroupHandle = ReturnType<typeof BaseTooltip.createHandle<TooltipGroupItem>>;\n\nexport const TooltipGroupHandleContext = createContext<TooltipGroupHandle | null>(null);\nexport const TooltipGroupPropsContext = createContext<TooltipGroupSharedProps | null>(null);\n"],"mappings":";;;;;AAsBA,MAAa,4BAA4B,cAAyC,KAAK;AACvF,MAAa,2BAA2B,cAA8C,KAAK"}
@@ -1,7 +1,7 @@
1
1
  import { FlexboxProps } from "../Flex/type.mjs";
2
2
  import "../Flex/index.mjs";
3
3
  import { VideoProps as VideoProps$1 } from "../types/index.mjs";
4
- import * as react54 from "react";
4
+ import * as react38 from "react";
5
5
  import { CSSProperties, Ref } from "react";
6
6
 
7
7
  //#region src/Video/index.d.ts
@@ -39,7 +39,7 @@ interface VideoProps extends VideoProps$1, Pick<FlexboxProps, 'width' | 'height'
39
39
  };
40
40
  variant?: 'borderless' | 'filled' | 'outlined';
41
41
  }
42
- declare const Video: react54.NamedExoticComponent<VideoProps>;
42
+ declare const Video: react38.NamedExoticComponent<VideoProps>;
43
43
  //#endregion
44
44
  export { Video, VideoProps };
45
45
  //# sourceMappingURL=index.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { AuroraBackgroundProps } from "./type.mjs";
2
- import * as react135 from "react";
2
+ import * as react124 from "react";
3
3
 
4
4
  //#region src/awesome/AuroraBackground/AuroraBackground.d.ts
5
- declare const AuroraBackground: react135.NamedExoticComponent<AuroraBackgroundProps>;
5
+ declare const AuroraBackground: react124.NamedExoticComponent<AuroraBackgroundProps>;
6
6
  //#endregion
7
7
  export { AuroraBackground };
8
8
  //# sourceMappingURL=AuroraBackground.d.mts.map
@@ -1,9 +1,9 @@
1
1
  import { ButtonProps } from "../../Button/type.mjs";
2
2
  import "../../Button/index.mjs";
3
- import * as react136 from "react";
3
+ import * as react123 from "react";
4
4
 
5
5
  //#region src/awesome/BottomGradientButton/BottomGradientButton.d.ts
6
- declare const BottomGradientButton: react136.NamedExoticComponent<ButtonProps>;
6
+ declare const BottomGradientButton: react123.NamedExoticComponent<ButtonProps>;
7
7
  //#endregion
8
8
  export { BottomGradientButton };
9
9
  //# sourceMappingURL=BottomGradientButton.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { FeaturesProps } from "./type.mjs";
2
- import * as react137 from "react";
2
+ import * as react126 from "react";
3
3
 
4
4
  //#region src/awesome/Features/Features.d.ts
5
- declare const Features: react137.NamedExoticComponent<FeaturesProps>;
5
+ declare const Features: react126.NamedExoticComponent<FeaturesProps>;
6
6
  //#endregion
7
7
  export { Features };
8
8
  //# sourceMappingURL=Features.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { GiscusProps } from "./type.mjs";
2
- import * as react138 from "react";
2
+ import * as react125 from "react";
3
3
 
4
4
  //#region src/awesome/Giscus/Giscus.d.ts
5
- declare const Giscus: react138.NamedExoticComponent<GiscusProps>;
5
+ declare const Giscus: react125.NamedExoticComponent<GiscusProps>;
6
6
  //#endregion
7
7
  export { Giscus };
8
8
  //# sourceMappingURL=Giscus.d.mts.map
@@ -1,11 +1,11 @@
1
- import { CSSProperties } from "react";
2
- import { GiscusProps } from "@giscus/react/dist/types";
1
+ import { CSSProperties, ComponentProps } from "react";
2
+ import GiscusComponent from "@giscus/react";
3
3
 
4
4
  //#region src/awesome/Giscus/type.d.ts
5
- interface GiscusProps$1 extends GiscusProps {
5
+ interface GiscusProps extends ComponentProps<typeof GiscusComponent> {
6
6
  className?: string;
7
7
  style?: CSSProperties;
8
8
  }
9
9
  //#endregion
10
- export { GiscusProps$1 as GiscusProps };
10
+ export { GiscusProps };
11
11
  //# sourceMappingURL=type.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { GradientButtonProps } from "./type.mjs";
2
- import * as react132 from "react";
2
+ import * as react128 from "react";
3
3
 
4
4
  //#region src/awesome/GradientButton/GradientButton.d.ts
5
- declare const GradientButton: react132.NamedExoticComponent<GradientButtonProps>;
5
+ declare const GradientButton: react128.NamedExoticComponent<GradientButtonProps>;
6
6
  //#endregion
7
7
  export { GradientButton };
8
8
  //# sourceMappingURL=GradientButton.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { GridBackgroundProps } from "./type.mjs";
2
- import * as react133 from "react";
2
+ import * as react130 from "react";
3
3
 
4
4
  //#region src/awesome/GridBackground/GridBackground.d.ts
5
- declare const GridBackground: react133.NamedExoticComponent<GridBackgroundProps>;
5
+ declare const GridBackground: react130.NamedExoticComponent<GridBackgroundProps>;
6
6
  //#endregion
7
7
  export { GridBackground };
8
8
  //# sourceMappingURL=GridBackground.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { GridShowcaseProps } from "./type.mjs";
2
- import * as react134 from "react";
2
+ import * as react129 from "react";
3
3
 
4
4
  //#region src/awesome/GridBackground/GridShowcase.d.ts
5
- declare const GridShowcase: react134.NamedExoticComponent<GridShowcaseProps>;
5
+ declare const GridShowcase: react129.NamedExoticComponent<GridShowcaseProps>;
6
6
  //#endregion
7
7
  export { GridShowcase };
8
8
  //# sourceMappingURL=GridShowcase.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { HeroProps } from "./type.mjs";
2
- import * as react141 from "react";
2
+ import * as react131 from "react";
3
3
 
4
4
  //#region src/awesome/Hero/Hero.d.ts
5
- declare const Hero: react141.NamedExoticComponent<HeroProps>;
5
+ declare const Hero: react131.NamedExoticComponent<HeroProps>;
6
6
  //#endregion
7
7
  export { Hero };
8
8
  //# sourceMappingURL=Hero.d.mts.map
@@ -1,9 +1,9 @@
1
1
  import { SplineProps } from "./type.mjs";
2
- import * as react140 from "react";
2
+ import * as react132 from "react";
3
3
  import "@splinetool/runtime";
4
4
 
5
5
  //#region src/awesome/Spline/Spine.d.ts
6
- declare const Spline: react140.NamedExoticComponent<SplineProps>;
6
+ declare const Spline: react132.NamedExoticComponent<SplineProps>;
7
7
  //#endregion
8
8
  export { Spline };
9
9
  //# sourceMappingURL=Spine.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { SpotlightProps } from "./type.mjs";
2
- import * as react139 from "react";
2
+ import * as react133 from "react";
3
3
 
4
4
  //#region src/awesome/Spotlight/Spotlight.d.ts
5
- declare const Spotlight: react139.NamedExoticComponent<SpotlightProps>;
5
+ declare const Spotlight: react133.NamedExoticComponent<SpotlightProps>;
6
6
  //#endregion
7
7
  export { Spotlight };
8
8
  //# sourceMappingURL=Spotlight.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { SpotlightCardProps } from "./type.mjs";
2
- import * as react142 from "react";
2
+ import * as react134 from "react";
3
3
 
4
4
  //#region src/awesome/SpotlightCard/SpotlightCard.d.ts
5
- declare const SpotlightCard: react142.NamedExoticComponent<SpotlightCardProps<any>>;
5
+ declare const SpotlightCard: react134.NamedExoticComponent<SpotlightCardProps<any>>;
6
6
  //#endregion
7
7
  export { SpotlightCard };
8
8
  //# sourceMappingURL=SpotlightCard.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { TypewriterEffectProps } from "./type.mjs";
2
- import * as react131 from "react";
2
+ import * as react127 from "react";
3
3
 
4
4
  //#region src/awesome/TypewriterEffect/TypewriterEffect.d.ts
5
- declare const TypewriterEffect: react131.NamedExoticComponent<TypewriterEffectProps>;
5
+ declare const TypewriterEffect: react127.NamedExoticComponent<TypewriterEffectProps>;
6
6
  //#endregion
7
7
  export { TypewriterEffect };
8
8
  //# sourceMappingURL=TypewriterEffect.d.mts.map
@@ -1,5 +1,5 @@
1
1
  import { DivProps } from "../../types/index.mjs";
2
- import * as react42 from "react";
2
+ import * as react78 from "react";
3
3
  import { ReactNode } from "react";
4
4
 
5
5
  //#region src/brand/LobeChat/index.d.ts
@@ -8,7 +8,7 @@ interface LobeChatProps extends DivProps {
8
8
  size?: number;
9
9
  type?: '3d' | 'flat' | 'mono' | 'text' | 'combine';
10
10
  }
11
- declare const LobeChat: react42.NamedExoticComponent<LobeChatProps>;
11
+ declare const LobeChat: react78.NamedExoticComponent<LobeChatProps>;
12
12
  //#endregion
13
13
  export { LobeChat, LobeChatProps };
14
14
  //# sourceMappingURL=index.d.mts.map
@@ -1,5 +1,5 @@
1
1
  import { DivProps } from "../../types/index.mjs";
2
- import * as react41 from "react";
2
+ import * as react80 from "react";
3
3
  import { ReactNode } from "react";
4
4
 
5
5
  //#region src/brand/LobeHub/index.d.ts
@@ -8,7 +8,7 @@ interface LobeHubProps extends DivProps {
8
8
  size?: number;
9
9
  type?: '3d' | 'flat' | 'mono' | 'text' | 'combine';
10
10
  }
11
- declare const LobeHub: react41.NamedExoticComponent<LobeHubProps>;
11
+ declare const LobeHub: react80.NamedExoticComponent<LobeHubProps>;
12
12
  //#endregion
13
13
  export { LobeHub, LobeHubProps };
14
14
  //# sourceMappingURL=index.d.mts.map
@@ -1,6 +1,6 @@
1
1
  import { SplineProps } from "../../awesome/Spline/type.mjs";
2
2
  import "../../awesome/Spline/index.mjs";
3
- import * as react43 from "react";
3
+ import * as react77 from "react";
4
4
  import { CSSProperties } from "react";
5
5
 
6
6
  //#region src/brand/LogoThree/LogoSpline.d.ts
@@ -10,7 +10,7 @@ interface LogoSplineProps extends Partial<SplineProps> {
10
10
  style?: CSSProperties;
11
11
  width?: number | string;
12
12
  }
13
- declare const LogoSpline: react43.NamedExoticComponent<LogoSplineProps>;
13
+ declare const LogoSpline: react77.NamedExoticComponent<LogoSplineProps>;
14
14
  //#endregion
15
15
  export { LogoSpline, LogoSplineProps };
16
16
  //# sourceMappingURL=LogoSpline.d.mts.map
@@ -1,6 +1,6 @@
1
1
  import { SplineProps } from "../../awesome/Spline/type.mjs";
2
2
  import "../../awesome/Spline/index.mjs";
3
- import * as react44 from "react";
3
+ import * as react79 from "react";
4
4
  import { CSSProperties } from "react";
5
5
 
6
6
  //#region src/brand/LogoThree/index.d.ts
@@ -9,7 +9,7 @@ interface LogoThreeProps extends Partial<SplineProps> {
9
9
  size?: number;
10
10
  style?: CSSProperties;
11
11
  }
12
- declare const LogoThree: react44.NamedExoticComponent<LogoThreeProps>;
12
+ declare const LogoThree: react79.NamedExoticComponent<LogoThreeProps>;
13
13
  //#endregion
14
14
  export { LogoThree, LogoThreeProps };
15
15
  //# sourceMappingURL=index.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { BackBottomProps } from "./type.mjs";
2
- import * as react121 from "react";
2
+ import * as react142 from "react";
3
3
 
4
4
  //#region src/chat/BackBottom/BackBottom.d.ts
5
- declare const BackBottom: react121.NamedExoticComponent<BackBottomProps>;
5
+ declare const BackBottom: react142.NamedExoticComponent<BackBottomProps>;
6
6
  //#endregion
7
7
  export { BackBottom };
8
8
  //# sourceMappingURL=BackBottom.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { ChatInputAreaInnerProps } from "../type.mjs";
2
- import * as react117 from "react";
2
+ import * as react144 from "react";
3
3
 
4
4
  //#region src/chat/ChatInputArea/components/ChatInputAreaInner.d.ts
5
- declare const ChatInputAreaInner: react117.NamedExoticComponent<ChatInputAreaInnerProps>;
5
+ declare const ChatInputAreaInner: react144.NamedExoticComponent<ChatInputAreaInnerProps>;
6
6
  //#endregion
7
7
  export { ChatInputAreaInner };
8
8
  //# sourceMappingURL=ChatInputAreaInner.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { ChatItemProps } from "./type.mjs";
2
- import * as react118 from "react";
2
+ import * as react143 from "react";
3
3
 
4
4
  //#region src/chat/ChatItem/ChatItem.d.ts
5
- declare const ChatItem: react118.NamedExoticComponent<ChatItemProps>;
5
+ declare const ChatItem: react143.NamedExoticComponent<ChatItemProps>;
6
6
  //#endregion
7
7
  export { ChatItem };
8
8
  //# sourceMappingURL=ChatItem.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { ChatListProps } from "./type.mjs";
2
- import * as react119 from "react";
2
+ import * as react141 from "react";
3
3
 
4
4
  //#region src/chat/ChatList/ChatList.d.ts
5
- declare const ChatList: react119.NamedExoticComponent<ChatListProps>;
5
+ declare const ChatList: react141.NamedExoticComponent<ChatListProps>;
6
6
  //#endregion
7
7
  export { ChatList };
8
8
  //# sourceMappingURL=ChatList.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { EditableMessageProps } from "./type.mjs";
2
- import * as react120 from "react";
2
+ import * as react147 from "react";
3
3
 
4
4
  //#region src/chat/EditableMessage/EditableMessage.d.ts
5
- declare const EditableMessage: react120.NamedExoticComponent<EditableMessageProps>;
5
+ declare const EditableMessage: react147.NamedExoticComponent<EditableMessageProps>;
6
6
  //#endregion
7
7
  export { EditableMessage };
8
8
  //# sourceMappingURL=EditableMessage.d.mts.map