@lobehub/ui 4.24.0 → 4.26.0

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 (154) 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 +2 -2
  9. package/es/CodeDiff/PatchDiff.d.mts +2 -2
  10. package/es/CodeEditor/CodeEditor.d.mts +2 -2
  11. package/es/Collapse/Collapse.d.mts +2 -2
  12. package/es/ConfigProvider/index.d.mts +2 -2
  13. package/es/ContextMenu/ContextMenuHost.d.mts +3 -3
  14. package/es/CopyButton/CopyButton.d.mts +2 -2
  15. package/es/DatePicker/DatePicker.d.mts +2 -2
  16. package/es/DraggablePanel/components/DraggablePanelBody.d.mts +2 -2
  17. package/es/DraggablePanel/components/DraggablePanelContainer.d.mts +2 -2
  18. package/es/DraggablePanel/components/DraggablePanelFooter.d.mts +2 -2
  19. package/es/DraggablePanel/components/DraggablePanelHeader.d.mts +2 -2
  20. package/es/DraggableSideNav/DraggableSideNav.d.mts +2 -2
  21. package/es/Drawer/Drawer.d.mts +2 -2
  22. package/es/Dropdown/Dropdown.d.mts +2 -2
  23. package/es/DropdownMenu/DropdownMenu.d.mts +2 -2
  24. package/es/DropdownMenu/atoms.d.mts +16 -16
  25. package/es/EditableText/EditableText.d.mts +2 -2
  26. package/es/EditorSlashMenu/atoms.d.mts +12 -12
  27. package/es/EmojiPicker/EmojiPicker.d.mts +2 -2
  28. package/es/Flex/FlexBasic.d.mts +2 -2
  29. package/es/FontLoader/index.d.mts +2 -2
  30. package/es/Footer/Footer.d.mts +2 -2
  31. package/es/Form/components/FormGroup.d.mts +2 -2
  32. package/es/Form/components/FormItem.d.mts +2 -2
  33. package/es/Form/components/FormSubmitFooter.d.mts +2 -2
  34. package/es/FormModal/FormModal.d.mts +2 -2
  35. package/es/GuideCard/GuideCard.d.mts +2 -2
  36. package/es/Header/Header.d.mts +2 -2
  37. package/es/Highlighter/Highlighter.d.mts +2 -2
  38. package/es/Highlighter/SyntaxHighlighter/index.d.mts +2 -2
  39. package/es/Hotkey/Hotkey.d.mts +2 -2
  40. package/es/HotkeyInput/HotkeyInput.d.mts +2 -2
  41. package/es/Icon/Icon.d.mts +2 -2
  42. package/es/Icon/components/IconProvider.d.mts +3 -3
  43. package/es/Image/PreviewGroup.d.mts +2 -2
  44. package/es/ImageSelect/ImageSelect.d.mts +2 -2
  45. package/es/Input/Input.d.mts +2 -2
  46. package/es/Input/InputNumber.d.mts +2 -2
  47. package/es/Input/InputOPT.d.mts +2 -2
  48. package/es/Input/InputPassword.d.mts +2 -2
  49. package/es/Layout/components/LayoutFooter.d.mts +2 -2
  50. package/es/Layout/components/LayoutHeader.d.mts +2 -2
  51. package/es/Layout/components/LayoutMain.d.mts +2 -2
  52. package/es/Layout/components/LayoutSidebar.d.mts +2 -2
  53. package/es/Layout/components/LayoutSidebarInner.d.mts +2 -2
  54. package/es/Layout/components/LayoutToc.d.mts +2 -2
  55. package/es/List/ListItem/index.d.mts +2 -2
  56. package/es/LobeSelect/LobeSelect.d.mts +2 -2
  57. package/es/LobeSelect/LobeSelect.mjs +10 -6
  58. package/es/LobeSelect/LobeSelect.mjs.map +1 -1
  59. package/es/LobeSelect/atoms.d.mts +19 -19
  60. package/es/LobeSelect/index.d.mts +2 -2
  61. package/es/LobeSelect/style.mjs +45 -7
  62. package/es/LobeSelect/style.mjs.map +1 -1
  63. package/es/LobeSelect/type.d.mts +10 -1
  64. package/es/LobeSwitch/LobeSwitch.d.mts +8 -0
  65. package/es/LobeSwitch/LobeSwitch.mjs +68 -0
  66. package/es/LobeSwitch/LobeSwitch.mjs.map +1 -0
  67. package/es/LobeSwitch/atoms.d.mts +56 -0
  68. package/es/LobeSwitch/atoms.mjs +132 -0
  69. package/es/LobeSwitch/atoms.mjs.map +1 -0
  70. package/es/LobeSwitch/index.d.mts +5 -0
  71. package/es/LobeSwitch/index.d.ts +1 -0
  72. package/es/LobeSwitch/index.js +1 -0
  73. package/es/LobeSwitch/index.mjs +5 -0
  74. package/es/LobeSwitch/style.d.mts +19 -0
  75. package/es/LobeSwitch/style.mjs +146 -0
  76. package/es/LobeSwitch/style.mjs.map +1 -0
  77. package/es/LobeSwitch/type.d.mts +131 -0
  78. package/es/Markdown/Markdown.d.mts +2 -2
  79. package/es/Markdown/Typography.d.mts +2 -2
  80. package/es/Markdown/components/SearchResultCards/index.d.mts +2 -2
  81. package/es/MaskShadow/MaskShadow.d.mts +2 -2
  82. package/es/Menu/Menu.d.mts +2 -2
  83. package/es/Menu/sharedStyle.mjs +30 -54
  84. package/es/Menu/sharedStyle.mjs.map +1 -1
  85. package/es/Mermaid/Mermaid.d.mts +2 -2
  86. package/es/Mermaid/SyntaxMermaid/index.d.mts +2 -2
  87. package/es/Modal/Modal.d.mts +2 -2
  88. package/es/Modal/ModalProvider.d.mts +2 -2
  89. package/es/Modal/imperative.d.mts +2 -2
  90. package/es/MotionProvider/index.d.mts +2 -2
  91. package/es/Popover/ArrowIcon.d.mts +2 -2
  92. package/es/Popover/atoms.d.mts +9 -9
  93. package/es/Popover/context.d.mts +2 -2
  94. package/es/SearchBar/SearchBar.d.mts +2 -2
  95. package/es/Segmented/Segmented.d.mts +2 -2
  96. package/es/Select/Select.d.mts +2 -2
  97. package/es/SideNav/SideNav.d.mts +2 -2
  98. package/es/SliderWithInput/SliderWithInput.d.mts +2 -2
  99. package/es/SortableList/components/DragHandle.d.mts +2 -2
  100. package/es/SortableList/components/SortableItem.d.mts +2 -2
  101. package/es/ThemeProvider/ThemeProvider.d.mts +2 -2
  102. package/es/Toast/imperative.d.mts +3 -3
  103. package/es/Toc/Toc.d.mts +2 -2
  104. package/es/Video/index.d.mts +2 -2
  105. package/es/awesome/AuroraBackground/AuroraBackground.d.mts +2 -2
  106. package/es/awesome/BottomGradientButton/BottomGradientButton.d.mts +2 -2
  107. package/es/awesome/Features/Features.d.mts +2 -2
  108. package/es/awesome/Giscus/Giscus.d.mts +2 -2
  109. package/es/awesome/GradientButton/GradientButton.d.mts +2 -2
  110. package/es/awesome/GridBackground/GridBackground.d.mts +2 -2
  111. package/es/awesome/GridBackground/GridShowcase.d.mts +2 -2
  112. package/es/awesome/Hero/Hero.d.mts +2 -2
  113. package/es/awesome/Spline/Spine.d.mts +2 -2
  114. package/es/awesome/Spotlight/Spotlight.d.mts +2 -2
  115. package/es/awesome/SpotlightCard/SpotlightCard.d.mts +2 -2
  116. package/es/awesome/TypewriterEffect/TypewriterEffect.d.mts +2 -2
  117. package/es/brand/LobeChat/index.d.mts +2 -2
  118. package/es/brand/LobeHub/index.d.mts +2 -2
  119. package/es/brand/LogoThree/LogoSpline.d.mts +2 -2
  120. package/es/brand/LogoThree/index.d.mts +2 -2
  121. package/es/chat/BackBottom/BackBottom.d.mts +2 -2
  122. package/es/chat/ChatInputArea/components/ChatInputAreaInner.d.mts +2 -2
  123. package/es/chat/ChatItem/ChatItem.d.mts +2 -2
  124. package/es/chat/ChatList/ChatList.d.mts +2 -2
  125. package/es/chat/EditableMessage/EditableMessage.d.mts +2 -2
  126. package/es/chat/EditableMessageList/EditableMessageList.d.mts +2 -2
  127. package/es/chat/MessageInput/MessageInput.d.mts +2 -2
  128. package/es/chat/MessageModal/MessageModal.d.mts +2 -2
  129. package/es/color/ColorScales/index.d.mts +2 -2
  130. package/es/color/CssVar/index.d.mts +2 -2
  131. package/es/i18n/context.d.mts +2 -2
  132. package/es/icons/lucideExtra/BotPromptIcon.d.mts +2 -2
  133. package/es/icons/lucideExtra/CreateBotIcon.d.mts +3 -3
  134. package/es/icons/lucideExtra/DiscordIcon.d.mts +3 -3
  135. package/es/icons/lucideExtra/GlobeOffIcon.d.mts +3 -3
  136. package/es/icons/lucideExtra/GroupBotIcon.d.mts +3 -3
  137. package/es/icons/lucideExtra/GroupBotSquareIcon.d.mts +3 -3
  138. package/es/icons/lucideExtra/LeftClickIcon.d.mts +3 -3
  139. package/es/icons/lucideExtra/LeftDoubleClickIcon.d.mts +3 -3
  140. package/es/icons/lucideExtra/McpIcon.d.mts +3 -3
  141. package/es/icons/lucideExtra/ProviderIcon.d.mts +3 -3
  142. package/es/icons/lucideExtra/RightClickIcon.d.mts +3 -3
  143. package/es/icons/lucideExtra/RightDoubleClickIcon.d.mts +3 -3
  144. package/es/icons/lucideExtra/ShapesUploadIcon.d.mts +2 -2
  145. package/es/icons/lucideExtra/TreeDownRightIcon.d.mts +2 -2
  146. package/es/icons/lucideExtra/TreeUpDownRightIcon.d.mts +3 -3
  147. package/es/index.d.mts +7 -2
  148. package/es/index.mjs +5 -2
  149. package/es/mdx/Mdx/index.d.mts +2 -2
  150. package/es/mobile/ChatHeader/ChatHeaderTitle.d.mts +2 -2
  151. package/es/mobile/ChatInputArea/components/ChatSendButton.d.mts +2 -2
  152. package/es/mobile/TabBar/TabBar.d.mts +2 -2
  153. package/es/storybook/StoryBook/index.d.mts +2 -2
  154. package/package.json +1 -1
@@ -0,0 +1,19 @@
1
+ //#region src/LobeSwitch/style.d.ts
2
+ declare const styles: {
3
+ icon: string;
4
+ iconLeft: string;
5
+ iconLeftSmall: string;
6
+ iconRight: string;
7
+ iconRightSmall: string;
8
+ iconThumb: string;
9
+ loading: string;
10
+ root: string;
11
+ rootDefault: string;
12
+ rootSmall: string;
13
+ thumb: string;
14
+ thumbDefault: string;
15
+ thumbSmall: string;
16
+ };
17
+ //#endregion
18
+ export { styles };
19
+ //# sourceMappingURL=style.d.mts.map
@@ -0,0 +1,146 @@
1
+ import { createStaticStyles } from "antd-style";
2
+ import { cva } from "class-variance-authority";
3
+
4
+ //#region src/LobeSwitch/style.ts
5
+ const styles = createStaticStyles(({ css: css$1, cssVar: cssVar$1 }) => ({
6
+ icon: css$1`
7
+ pointer-events: none;
8
+
9
+ position: absolute;
10
+ inset-block: 0 0;
11
+
12
+ display: flex;
13
+ align-items: center;
14
+ justify-content: center;
15
+
16
+ color: ${cssVar$1.colorTextLightSolid};
17
+ `,
18
+ iconLeft: css$1`
19
+ inset-inline-start: 5px;
20
+ `,
21
+ iconLeftSmall: css$1`
22
+ inset-inline-start: 4px;
23
+ `,
24
+ iconRight: css$1`
25
+ inset-inline-end: 5px;
26
+ `,
27
+ iconRightSmall: css$1`
28
+ inset-inline-end: 4px;
29
+ `,
30
+ iconThumb: css$1`
31
+ position: relative;
32
+ inset: unset;
33
+ transform: none;
34
+ color: ${cssVar$1.colorPrimary};
35
+ `,
36
+ loading: css$1`
37
+ @keyframes lobe-switch-loading {
38
+ 0% {
39
+ transform: rotate(0deg);
40
+ }
41
+
42
+ 100% {
43
+ transform: rotate(360deg);
44
+ }
45
+ }
46
+
47
+ animation: lobe-switch-loading 1s linear infinite;
48
+ `,
49
+ root: css$1`
50
+ cursor: pointer;
51
+ user-select: none;
52
+
53
+ position: relative;
54
+
55
+ overflow: hidden;
56
+ display: inline-flex;
57
+ align-items: center;
58
+ justify-content: flex-start;
59
+
60
+ box-sizing: border-box;
61
+ padding: 2px;
62
+ border: 0;
63
+ border-radius: 100px;
64
+
65
+ background: ${cssVar$1.colorTextQuaternary};
66
+ outline: none;
67
+
68
+ transition: background 150ms ${cssVar$1.motionEaseOut};
69
+
70
+ &:focus-visible {
71
+ outline: 2px solid ${cssVar$1.colorPrimaryBorder};
72
+ outline-offset: 1px;
73
+ }
74
+
75
+ &:hover:not([data-disabled]) {
76
+ background: ${cssVar$1.colorTextTertiary};
77
+ }
78
+
79
+ &[data-checked] {
80
+ justify-content: flex-end;
81
+ background: ${cssVar$1.colorPrimary};
82
+
83
+ &:hover:not([data-disabled]) {
84
+ background: ${cssVar$1.colorPrimaryHover};
85
+ }
86
+ }
87
+
88
+ &[data-disabled] {
89
+ cursor: not-allowed;
90
+ opacity: 0.5;
91
+ }
92
+ `,
93
+ rootDefault: css$1`
94
+ width: 44px;
95
+ min-width: 44px;
96
+ height: 22px;
97
+ `,
98
+ rootSmall: css$1`
99
+ width: 28px;
100
+ min-width: 28px;
101
+ height: 16px;
102
+ `,
103
+ thumb: css$1`
104
+ display: flex;
105
+ flex-shrink: 0;
106
+ align-items: center;
107
+ justify-content: center;
108
+
109
+ border-radius: 50%;
110
+
111
+ background: ${cssVar$1.colorBgContainer};
112
+ box-shadow:
113
+ 0 2px 4px 0 rgba(0, 35, 11, 20%),
114
+ 0 1px 2px 0 rgba(0, 0, 0, 8%);
115
+
116
+ [data-disabled] > & {
117
+ box-shadow: none;
118
+ }
119
+ `,
120
+ thumbDefault: css$1`
121
+ width: 18px;
122
+ height: 18px;
123
+ `,
124
+ thumbSmall: css$1`
125
+ width: 12px;
126
+ height: 12px;
127
+ `
128
+ }));
129
+ const rootVariants = cva(styles.root, {
130
+ defaultVariants: { size: "default" },
131
+ variants: { size: {
132
+ default: styles.rootDefault,
133
+ small: styles.rootSmall
134
+ } }
135
+ });
136
+ const thumbVariants = cva(styles.thumb, {
137
+ defaultVariants: { size: "default" },
138
+ variants: { size: {
139
+ default: styles.thumbDefault,
140
+ small: styles.thumbSmall
141
+ } }
142
+ });
143
+
144
+ //#endregion
145
+ export { rootVariants, styles, thumbVariants };
146
+ //# sourceMappingURL=style.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.mjs","names":["cssVar"],"sources":["../../src/LobeSwitch/style.ts"],"sourcesContent":["import { createStaticStyles } from 'antd-style';\nimport { cva } from 'class-variance-authority';\n\nexport const styles = createStaticStyles(({ css, cssVar }) => ({\n icon: css`\n pointer-events: none;\n\n position: absolute;\n inset-block: 0 0;\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n color: ${cssVar.colorTextLightSolid};\n `,\n iconLeft: css`\n inset-inline-start: 5px;\n `,\n iconLeftSmall: css`\n inset-inline-start: 4px;\n `,\n iconRight: css`\n inset-inline-end: 5px;\n `,\n iconRightSmall: css`\n inset-inline-end: 4px;\n `,\n iconThumb: css`\n position: relative;\n inset: unset;\n transform: none;\n color: ${cssVar.colorPrimary};\n `,\n loading: css`\n @keyframes lobe-switch-loading {\n 0% {\n transform: rotate(0deg);\n }\n\n 100% {\n transform: rotate(360deg);\n }\n }\n\n animation: lobe-switch-loading 1s linear infinite;\n `,\n root: css`\n cursor: pointer;\n user-select: none;\n\n position: relative;\n\n overflow: hidden;\n display: inline-flex;\n align-items: center;\n justify-content: flex-start;\n\n box-sizing: border-box;\n padding: 2px;\n border: 0;\n border-radius: 100px;\n\n background: ${cssVar.colorTextQuaternary};\n outline: none;\n\n transition: background 150ms ${cssVar.motionEaseOut};\n\n &:focus-visible {\n outline: 2px solid ${cssVar.colorPrimaryBorder};\n outline-offset: 1px;\n }\n\n &:hover:not([data-disabled]) {\n background: ${cssVar.colorTextTertiary};\n }\n\n &[data-checked] {\n justify-content: flex-end;\n background: ${cssVar.colorPrimary};\n\n &:hover:not([data-disabled]) {\n background: ${cssVar.colorPrimaryHover};\n }\n }\n\n &[data-disabled] {\n cursor: not-allowed;\n opacity: 0.5;\n }\n `,\n rootDefault: css`\n width: 44px;\n min-width: 44px;\n height: 22px;\n `,\n rootSmall: css`\n width: 28px;\n min-width: 28px;\n height: 16px;\n `,\n thumb: css`\n display: flex;\n flex-shrink: 0;\n align-items: center;\n justify-content: center;\n\n border-radius: 50%;\n\n background: ${cssVar.colorBgContainer};\n box-shadow:\n 0 2px 4px 0 rgba(0, 35, 11, 20%),\n 0 1px 2px 0 rgba(0, 0, 0, 8%);\n\n [data-disabled] > & {\n box-shadow: none;\n }\n `,\n thumbDefault: css`\n width: 18px;\n height: 18px;\n `,\n thumbSmall: css`\n width: 12px;\n height: 12px;\n `,\n}));\n\nexport const rootVariants = cva(styles.root, {\n defaultVariants: {\n size: 'default',\n },\n variants: {\n size: {\n default: styles.rootDefault,\n small: styles.rootSmall,\n },\n },\n});\n\nexport const thumbVariants = cva(styles.thumb, {\n defaultVariants: {\n size: 'default',\n },\n variants: {\n size: {\n default: styles.thumbDefault,\n small: styles.thumbSmall,\n },\n },\n});\n"],"mappings":";;;;AAGA,MAAa,SAAS,oBAAoB,EAAE,YAAK,wBAAc;CAC7D,MAAM,KAAG;;;;;;;;;;aAUEA,SAAO,oBAAoB;;CAEtC,UAAU,KAAG;;;CAGb,eAAe,KAAG;;;CAGlB,WAAW,KAAG;;;CAGd,gBAAgB,KAAG;;;CAGnB,WAAW,KAAG;;;;aAIHA,SAAO,aAAa;;CAE/B,SAAS,KAAG;;;;;;;;;;;;;CAaZ,MAAM,KAAG;;;;;;;;;;;;;;;;kBAgBOA,SAAO,oBAAoB;;;mCAGVA,SAAO,cAAc;;;2BAG7BA,SAAO,mBAAmB;;;;;oBAKjCA,SAAO,kBAAkB;;;;;oBAKzBA,SAAO,aAAa;;;sBAGlBA,SAAO,kBAAkB;;;;;;;;;CAS7C,aAAa,KAAG;;;;;CAKhB,WAAW,KAAG;;;;;CAKd,OAAO,KAAG;;;;;;;;kBAQMA,SAAO,iBAAiB;;;;;;;;;CASxC,cAAc,KAAG;;;;CAIjB,YAAY,KAAG;;;;CAIhB,EAAE;AAEH,MAAa,eAAe,IAAI,OAAO,MAAM;CAC3C,iBAAiB,EACf,MAAM,WACP;CACD,UAAU,EACR,MAAM;EACJ,SAAS,OAAO;EAChB,OAAO,OAAO;EACf,EACF;CACF,CAAC;AAEF,MAAa,gBAAgB,IAAI,OAAO,OAAO;CAC7C,iBAAiB,EACf,MAAM,WACP;CACD,UAAU,EACR,MAAM;EACJ,SAAS,OAAO;EAChB,OAAO,OAAO;EACf,EACF;CACF,CAAC"}
@@ -0,0 +1,131 @@
1
+ import { CSSProperties, ComponentProps, KeyboardEvent, MouseEvent, ReactNode, Ref } from "react";
2
+ import { HTMLMotionProps, TargetAndTransition, Transition } from "motion/react";
3
+ import { Switch } from "@base-ui/react/switch";
4
+
5
+ //#region src/LobeSwitch/type.d.ts
6
+ type LobeSwitchSize = 'default' | 'small';
7
+ type LobeSwitchChangeEventHandler = (checked: boolean, event: MouseEvent<HTMLButtonElement> | KeyboardEvent<HTMLButtonElement>) => void;
8
+ type LobeSwitchClickEventHandler = LobeSwitchChangeEventHandler;
9
+ interface LobeSwitchClassNames {
10
+ content?: string;
11
+ root?: string;
12
+ thumb?: string;
13
+ }
14
+ interface LobeSwitchStyles {
15
+ content?: CSSProperties;
16
+ root?: CSSProperties;
17
+ thumb?: CSSProperties;
18
+ }
19
+ interface LobeSwitchContextType {
20
+ isChecked: boolean;
21
+ isPressed: boolean;
22
+ setIsChecked: (checked: boolean) => void;
23
+ setIsPressed: (pressed: boolean) => void;
24
+ }
25
+ type LobeSwitchRootProps = Omit<ComponentProps<typeof Switch.Root>, 'render'> & HTMLMotionProps<'button'> & {
26
+ size?: LobeSwitchSize;
27
+ };
28
+ type LobeSwitchThumbProps = Omit<ComponentProps<typeof Switch.Thumb>, 'render'> & HTMLMotionProps<'span'> & {
29
+ pressedAnimation?: TargetAndTransition | boolean;
30
+ size?: LobeSwitchSize;
31
+ transition?: Transition;
32
+ };
33
+ type LobeSwitchIconPosition = 'left' | 'right' | 'thumb';
34
+ type LobeSwitchIconProps = HTMLMotionProps<'span'> & {
35
+ position: LobeSwitchIconPosition;
36
+ transition?: Transition;
37
+ };
38
+ interface LobeSwitchProps {
39
+ /**
40
+ * Whether to set focus automatically when mounted
41
+ */
42
+ autoFocus?: boolean;
43
+ /**
44
+ * Whether the switch is checked
45
+ */
46
+ checked?: boolean;
47
+ /**
48
+ * Icon to show when checked (left position)
49
+ */
50
+ checkedChildren?: ReactNode;
51
+ /**
52
+ * Custom class name
53
+ */
54
+ className?: string;
55
+ /**
56
+ * Custom class names for each part
57
+ */
58
+ classNames?: LobeSwitchClassNames;
59
+ /**
60
+ * Initial checked state (uncontrolled)
61
+ */
62
+ defaultChecked?: boolean;
63
+ /**
64
+ * Alias for `defaultChecked`
65
+ */
66
+ defaultValue?: boolean;
67
+ /**
68
+ * Whether the switch is disabled
69
+ */
70
+ disabled?: boolean;
71
+ /**
72
+ * Element id
73
+ */
74
+ id?: string;
75
+ /**
76
+ * Show loading indicator
77
+ */
78
+ loading?: boolean;
79
+ /**
80
+ * Name attribute for form submission
81
+ */
82
+ name?: string;
83
+ /**
84
+ * Callback when the switch state changes
85
+ */
86
+ onChange?: LobeSwitchChangeEventHandler;
87
+ /**
88
+ * Callback when clicking the switch
89
+ */
90
+ onClick?: LobeSwitchClickEventHandler;
91
+ /**
92
+ * Reference to the root element
93
+ */
94
+ ref?: Ref<HTMLButtonElement>;
95
+ /**
96
+ * Additional class name for root element
97
+ */
98
+ rootClassName?: string;
99
+ /**
100
+ * Size of the switch
101
+ * @default 'default'
102
+ */
103
+ size?: LobeSwitchSize;
104
+ /**
105
+ * Custom inline style
106
+ */
107
+ style?: CSSProperties;
108
+ /**
109
+ * Custom styles for each part
110
+ */
111
+ styles?: LobeSwitchStyles;
112
+ /**
113
+ * Tab index for keyboard navigation
114
+ */
115
+ tabIndex?: number;
116
+ /**
117
+ * Native title attribute
118
+ */
119
+ title?: string;
120
+ /**
121
+ * Icon to show when unchecked (right position)
122
+ */
123
+ unCheckedChildren?: ReactNode;
124
+ /**
125
+ * Alias for `checked`
126
+ */
127
+ value?: boolean;
128
+ }
129
+ //#endregion
130
+ export { LobeSwitchChangeEventHandler, LobeSwitchClassNames, LobeSwitchClickEventHandler, LobeSwitchContextType, LobeSwitchIconPosition, LobeSwitchIconProps, LobeSwitchProps, LobeSwitchRootProps, LobeSwitchSize, LobeSwitchStyles, LobeSwitchThumbProps };
131
+ //# sourceMappingURL=type.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { MarkdownProps } from "./type.mjs";
2
- import * as react86 from "react";
2
+ import * as react70 from "react";
3
3
 
4
4
  //#region src/Markdown/Markdown.d.ts
5
- declare const Markdown: react86.NamedExoticComponent<MarkdownProps>;
5
+ declare const Markdown: react70.NamedExoticComponent<MarkdownProps>;
6
6
  //#endregion
7
7
  export { Markdown };
8
8
  //# sourceMappingURL=Markdown.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { TypographyProps } from "./type.mjs";
2
- import * as react85 from "react";
2
+ import * as react69 from "react";
3
3
 
4
4
  //#region src/Markdown/Typography.d.ts
5
- declare const Typography: react85.NamedExoticComponent<TypographyProps>;
5
+ declare const Typography: react69.NamedExoticComponent<TypographyProps>;
6
6
  //#endregion
7
7
  export { Typography };
8
8
  //# sourceMappingURL=Typography.d.mts.map
@@ -1,6 +1,6 @@
1
1
  import { FlexboxProps } from "../../../Flex/type.mjs";
2
2
  import "../../../Flex/index.mjs";
3
- import * as react70 from "react";
3
+ import * as react85 from "react";
4
4
  import { Ref } from "react";
5
5
 
6
6
  //#region src/Markdown/components/SearchResultCards/index.d.ts
@@ -14,7 +14,7 @@ interface SearchResultCardsProps extends FlexboxProps {
14
14
  dataSource: string[] | SearchResultItem[];
15
15
  ref?: Ref<HTMLDivElement>;
16
16
  }
17
- declare const SearchResultCards: react70.NamedExoticComponent<SearchResultCardsProps>;
17
+ declare const SearchResultCards: react85.NamedExoticComponent<SearchResultCardsProps>;
18
18
  //#endregion
19
19
  export { SearchResultCards, SearchResultCardsProps };
20
20
  //# sourceMappingURL=index.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { MaskShadowProps } from "./type.mjs";
2
- import * as react10 from "react";
2
+ import * as react34 from "react";
3
3
 
4
4
  //#region src/MaskShadow/MaskShadow.d.ts
5
- declare const MaskShadow: react10.NamedExoticComponent<MaskShadowProps>;
5
+ declare const MaskShadow: react34.NamedExoticComponent<MaskShadowProps>;
6
6
  //#endregion
7
7
  export { MaskShadow };
8
8
  //# sourceMappingURL=MaskShadow.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { MenuProps } from "./type.mjs";
2
- import * as react11 from "react";
2
+ import * as react42 from "react";
3
3
 
4
4
  //#region src/Menu/Menu.d.ts
5
- declare const Menu: react11.NamedExoticComponent<MenuProps<unknown>>;
5
+ declare const Menu: react42.NamedExoticComponent<MenuProps<unknown>>;
6
6
  //#endregion
7
7
  export { Menu };
8
8
  //# sourceMappingURL=Menu.d.mts.map
@@ -126,66 +126,42 @@ const styles = createStaticStyles(({ css: css$1, cssVar: cssVar$1 }) => ({
126
126
  0 0 0 1px ${cssVar$1.colorBorder} inset;
127
127
  `,
128
128
  positioner: css$1`
129
- z-index: 1100;
129
+ --lobe-dropdown-animation-duration: 140ms;
130
+ --lobe-dropdown-animation-scale-y: 0.92;
131
+ --lobe-dropdown-animation-ease-in: ease-in;
132
+ --lobe-dropdown-animation-ease-out: ${cssVar$1.motionEaseOut};
130
133
 
131
- &[data-hover-trigger] {
132
- --lobe-dropdown-animation-duration: 140ms;
133
- --lobe-dropdown-animation-translate: 6px;
134
- --lobe-dropdown-animation-scale: 0.98;
135
- --lobe-dropdown-animation-ease-in: ease-in;
136
- --lobe-dropdown-animation-ease-out: ${cssVar$1.motionEaseOut};
137
- --lobe-dropdown-translate-x: 0;
138
- --lobe-dropdown-translate-y: calc(var(--lobe-dropdown-animation-translate) * -1);
139
-
140
- & > * {
141
- will-change: opacity, transform;
142
- animation: none;
143
- }
134
+ z-index: 1100;
144
135
 
145
- &[data-open] > * {
146
- transform: translate3d(0, 0, 0) scale(1);
147
- opacity: 1;
148
- transition:
149
- opacity var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-out),
150
- transform var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-out);
151
- }
136
+ & > * {
137
+ will-change: opacity, transform;
138
+ transform-origin: var(--transform-origin);
139
+ animation: none;
140
+ }
152
141
 
153
- &[data-open] > *[data-starting-style] {
154
- transform: translate3d(
155
- var(--lobe-dropdown-translate-x),
156
- var(--lobe-dropdown-translate-y),
157
- 0
158
- )
159
- scale(var(--lobe-dropdown-animation-scale));
160
- opacity: 0;
161
- }
142
+ &[data-open] > * {
143
+ transform: scaleY(1);
144
+ opacity: 1;
145
+ transition:
146
+ opacity var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-out),
147
+ transform var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-out);
148
+ }
162
149
 
163
- &[data-closed] > * {
164
- transform: translate3d(
165
- var(--lobe-dropdown-translate-x),
166
- var(--lobe-dropdown-translate-y),
167
- 0
168
- )
169
- scale(var(--lobe-dropdown-animation-scale));
170
- opacity: 0;
171
- transition:
172
- opacity var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-in),
173
- transform var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-in);
174
- }
150
+ &[data-open] > *[data-starting-style] {
151
+ transform: scaleY(var(--lobe-dropdown-animation-scale-y));
152
+ opacity: 0;
153
+ }
175
154
 
176
- &[data-placement='top'],
177
- &[data-placement='topCenter'],
178
- &[data-placement='topLeft'],
179
- &[data-placement='topRight'] {
180
- --lobe-dropdown-translate-y: var(--lobe-dropdown-animation-translate);
181
- }
155
+ &[data-closed] > * {
156
+ transform: scaleY(var(--lobe-dropdown-animation-scale-y));
157
+ opacity: 0;
158
+ transition:
159
+ opacity var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-in),
160
+ transform var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-in);
161
+ }
182
162
 
183
- &[data-placement='bottom'],
184
- &[data-placement='bottomCenter'],
185
- &[data-placement='bottomLeft'],
186
- &[data-placement='bottomRight'] {
187
- --lobe-dropdown-translate-y: calc(var(--lobe-dropdown-animation-translate) * -1);
188
- }
163
+ &[data-hover-trigger] {
164
+ --lobe-dropdown-animation-duration: 140ms;
189
165
  }
190
166
  `,
191
167
  separator: css$1`
@@ -1 +1 @@
1
- {"version":3,"file":"sharedStyle.mjs","names":["cssVar"],"sources":["../../src/Menu/sharedStyle.ts"],"sourcesContent":["import { createStaticStyles } from 'antd-style';\n\nexport const styles = createStaticStyles(({ css, cssVar }) => ({\n danger: css`\n color: ${cssVar.colorError} !important;\n\n &:hover {\n background: ${cssVar.colorErrorBg} !important;\n }\n `,\n\n empty: css`\n cursor: default;\n font-style: italic;\n color: ${cssVar.colorTextTertiary};\n `,\n\n extra: css`\n margin-inline-start: auto;\n padding-inline-start: 16px;\n font-size: 12px;\n color: ${cssVar.colorTextTertiary};\n `,\n\n groupLabel: css`\n user-select: none;\n\n padding-block: 8px 4px;\n padding-inline: 12px;\n\n font-size: 12px;\n font-weight: 500;\n line-height: 16px;\n color: ${cssVar.colorTextTertiary};\n text-transform: uppercase;\n `,\n\n icon: css`\n display: flex;\n flex-shrink: 0;\n align-items: center;\n justify-content: center;\n\n width: 16px;\n height: 16px;\n margin-inline-end: 8px;\n `,\n\n item: css`\n cursor: pointer;\n user-select: none;\n\n position: relative;\n\n overflow: hidden;\n display: flex;\n align-items: center;\n\n width: 100%;\n min-height: 36px;\n padding-block: 8px;\n padding-inline: 12px;\n border-radius: ${cssVar.borderRadiusSM};\n\n font-size: 14px;\n line-height: 20px;\n color: ${cssVar.colorText};\n\n outline: none;\n\n transition: all 150ms ${cssVar.motionEaseOut};\n\n &:hover {\n background: ${cssVar.colorFillTertiary};\n }\n\n &:active {\n background: ${cssVar.colorFillSecondary};\n }\n\n &[data-disabled] {\n cursor: not-allowed;\n color: ${cssVar.colorTextDisabled};\n opacity: 0.5;\n\n &:hover {\n background: transparent;\n }\n }\n\n &[data-highlighted]:not([data-disabled]) {\n background: ${cssVar.colorFillTertiary};\n }\n\n &[data-state='open']:not([data-disabled]),\n &[data-open]:not([data-disabled]),\n &[aria-expanded='true']:not([data-disabled]) {\n background: ${cssVar.colorFillTertiary};\n }\n `,\n\n itemContent: css`\n display: flex;\n flex: 1;\n gap: 0;\n align-items: center;\n `,\n\n label: css`\n overflow: hidden;\n flex: 1;\n text-overflow: ellipsis;\n white-space: nowrap;\n\n & a,\n & a:visited,\n & a:hover,\n & a:active {\n color: inherit;\n }\n `,\n\n popup: css`\n min-width: 120px;\n padding: 4px;\n border-radius: ${cssVar.borderRadius};\n\n background: ${cssVar.colorBgElevated};\n outline: none;\n box-shadow:\n 0 0 15px 0 #00000008,\n 0 2px 30px 0 #00000014,\n 0 0 0 1px ${cssVar.colorBorder} inset;\n `,\n positioner: css`\n z-index: 1100;\n\n &[data-hover-trigger] {\n --lobe-dropdown-animation-duration: 140ms;\n --lobe-dropdown-animation-translate: 6px;\n --lobe-dropdown-animation-scale: 0.98;\n --lobe-dropdown-animation-ease-in: ease-in;\n --lobe-dropdown-animation-ease-out: ${cssVar.motionEaseOut};\n --lobe-dropdown-translate-x: 0;\n --lobe-dropdown-translate-y: calc(var(--lobe-dropdown-animation-translate) * -1);\n\n & > * {\n will-change: opacity, transform;\n animation: none;\n }\n\n &[data-open] > * {\n transform: translate3d(0, 0, 0) scale(1);\n opacity: 1;\n transition:\n opacity var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-out),\n transform var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-out);\n }\n\n &[data-open] > *[data-starting-style] {\n transform: translate3d(\n var(--lobe-dropdown-translate-x),\n var(--lobe-dropdown-translate-y),\n 0\n )\n scale(var(--lobe-dropdown-animation-scale));\n opacity: 0;\n }\n\n &[data-closed] > * {\n transform: translate3d(\n var(--lobe-dropdown-translate-x),\n var(--lobe-dropdown-translate-y),\n 0\n )\n scale(var(--lobe-dropdown-animation-scale));\n opacity: 0;\n transition:\n opacity var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-in),\n transform var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-in);\n }\n\n &[data-placement='top'],\n &[data-placement='topCenter'],\n &[data-placement='topLeft'],\n &[data-placement='topRight'] {\n --lobe-dropdown-translate-y: var(--lobe-dropdown-animation-translate);\n }\n\n &[data-placement='bottom'],\n &[data-placement='bottomCenter'],\n &[data-placement='bottomLeft'],\n &[data-placement='bottomRight'] {\n --lobe-dropdown-translate-y: calc(var(--lobe-dropdown-animation-translate) * -1);\n }\n }\n `,\n\n separator: css`\n height: 1px;\n margin-block: 4px;\n margin-inline: 0;\n background: ${cssVar.colorBorder};\n `,\n\n submenuArrow: css`\n display: flex;\n flex-shrink: 0;\n align-items: center;\n justify-content: center;\n\n width: 20px;\n height: 20px;\n margin-inline-start: auto;\n padding-inline-start: 8px;\n `,\n}));\n"],"mappings":";;;AAEA,MAAa,SAAS,oBAAoB,EAAE,YAAK,wBAAc;CAC7D,QAAQ,KAAG;aACAA,SAAO,WAAW;;;oBAGXA,SAAO,aAAa;;;CAItC,OAAO,KAAG;;;aAGCA,SAAO,kBAAkB;;CAGpC,OAAO,KAAG;;;;aAICA,SAAO,kBAAkB;;CAGpC,YAAY,KAAG;;;;;;;;;aASJA,SAAO,kBAAkB;;;CAIpC,MAAM,KAAG;;;;;;;;;;CAWT,MAAM,KAAG;;;;;;;;;;;;;;qBAcUA,SAAO,eAAe;;;;aAI9BA,SAAO,UAAU;;;;4BAIFA,SAAO,cAAc;;;oBAG7BA,SAAO,kBAAkB;;;;oBAIzBA,SAAO,mBAAmB;;;;;eAK/BA,SAAO,kBAAkB;;;;;;;;;oBASpBA,SAAO,kBAAkB;;;;;;oBAMzBA,SAAO,kBAAkB;;;CAI3C,aAAa,KAAG;;;;;;CAOhB,OAAO,KAAG;;;;;;;;;;;;;CAcV,OAAO,KAAG;;;qBAGSA,SAAO,aAAa;;kBAEvBA,SAAO,gBAAgB;;;;;kBAKvBA,SAAO,YAAY;;CAEnC,YAAY,KAAG;;;;;;;;4CAQ2BA,SAAO,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwD/D,WAAW,KAAG;;;;kBAIEA,SAAO,YAAY;;CAGnC,cAAc,KAAG;;;;;;;;;;;CAWlB,EAAE"}
1
+ {"version":3,"file":"sharedStyle.mjs","names":["cssVar"],"sources":["../../src/Menu/sharedStyle.ts"],"sourcesContent":["import { createStaticStyles } from 'antd-style';\n\nexport const styles = createStaticStyles(({ css, cssVar }) => ({\n danger: css`\n color: ${cssVar.colorError} !important;\n\n &:hover {\n background: ${cssVar.colorErrorBg} !important;\n }\n `,\n\n empty: css`\n cursor: default;\n font-style: italic;\n color: ${cssVar.colorTextTertiary};\n `,\n\n extra: css`\n margin-inline-start: auto;\n padding-inline-start: 16px;\n font-size: 12px;\n color: ${cssVar.colorTextTertiary};\n `,\n\n groupLabel: css`\n user-select: none;\n\n padding-block: 8px 4px;\n padding-inline: 12px;\n\n font-size: 12px;\n font-weight: 500;\n line-height: 16px;\n color: ${cssVar.colorTextTertiary};\n text-transform: uppercase;\n `,\n\n icon: css`\n display: flex;\n flex-shrink: 0;\n align-items: center;\n justify-content: center;\n\n width: 16px;\n height: 16px;\n margin-inline-end: 8px;\n `,\n\n item: css`\n cursor: pointer;\n user-select: none;\n\n position: relative;\n\n overflow: hidden;\n display: flex;\n align-items: center;\n\n width: 100%;\n min-height: 36px;\n padding-block: 8px;\n padding-inline: 12px;\n border-radius: ${cssVar.borderRadiusSM};\n\n font-size: 14px;\n line-height: 20px;\n color: ${cssVar.colorText};\n\n outline: none;\n\n transition: all 150ms ${cssVar.motionEaseOut};\n\n &:hover {\n background: ${cssVar.colorFillTertiary};\n }\n\n &:active {\n background: ${cssVar.colorFillSecondary};\n }\n\n &[data-disabled] {\n cursor: not-allowed;\n color: ${cssVar.colorTextDisabled};\n opacity: 0.5;\n\n &:hover {\n background: transparent;\n }\n }\n\n &[data-highlighted]:not([data-disabled]) {\n background: ${cssVar.colorFillTertiary};\n }\n\n &[data-state='open']:not([data-disabled]),\n &[data-open]:not([data-disabled]),\n &[aria-expanded='true']:not([data-disabled]) {\n background: ${cssVar.colorFillTertiary};\n }\n `,\n\n itemContent: css`\n display: flex;\n flex: 1;\n gap: 0;\n align-items: center;\n `,\n\n label: css`\n overflow: hidden;\n flex: 1;\n text-overflow: ellipsis;\n white-space: nowrap;\n\n & a,\n & a:visited,\n & a:hover,\n & a:active {\n color: inherit;\n }\n `,\n\n popup: css`\n min-width: 120px;\n padding: 4px;\n border-radius: ${cssVar.borderRadius};\n\n background: ${cssVar.colorBgElevated};\n outline: none;\n box-shadow:\n 0 0 15px 0 #00000008,\n 0 2px 30px 0 #00000014,\n 0 0 0 1px ${cssVar.colorBorder} inset;\n `,\n positioner: css`\n --lobe-dropdown-animation-duration: 140ms;\n --lobe-dropdown-animation-scale-y: 0.92;\n --lobe-dropdown-animation-ease-in: ease-in;\n --lobe-dropdown-animation-ease-out: ${cssVar.motionEaseOut};\n\n z-index: 1100;\n\n & > * {\n will-change: opacity, transform;\n transform-origin: var(--transform-origin);\n animation: none;\n }\n\n &[data-open] > * {\n transform: scaleY(1);\n opacity: 1;\n transition:\n opacity var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-out),\n transform var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-out);\n }\n\n &[data-open] > *[data-starting-style] {\n transform: scaleY(var(--lobe-dropdown-animation-scale-y));\n opacity: 0;\n }\n\n &[data-closed] > * {\n transform: scaleY(var(--lobe-dropdown-animation-scale-y));\n opacity: 0;\n transition:\n opacity var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-in),\n transform var(--lobe-dropdown-animation-duration) var(--lobe-dropdown-animation-ease-in);\n }\n\n &[data-hover-trigger] {\n --lobe-dropdown-animation-duration: 140ms;\n }\n `,\n\n separator: css`\n height: 1px;\n margin-block: 4px;\n margin-inline: 0;\n background: ${cssVar.colorBorder};\n `,\n\n submenuArrow: css`\n display: flex;\n flex-shrink: 0;\n align-items: center;\n justify-content: center;\n\n width: 20px;\n height: 20px;\n margin-inline-start: auto;\n padding-inline-start: 8px;\n `,\n}));\n"],"mappings":";;;AAEA,MAAa,SAAS,oBAAoB,EAAE,YAAK,wBAAc;CAC7D,QAAQ,KAAG;aACAA,SAAO,WAAW;;;oBAGXA,SAAO,aAAa;;;CAItC,OAAO,KAAG;;;aAGCA,SAAO,kBAAkB;;CAGpC,OAAO,KAAG;;;;aAICA,SAAO,kBAAkB;;CAGpC,YAAY,KAAG;;;;;;;;;aASJA,SAAO,kBAAkB;;;CAIpC,MAAM,KAAG;;;;;;;;;;CAWT,MAAM,KAAG;;;;;;;;;;;;;;qBAcUA,SAAO,eAAe;;;;aAI9BA,SAAO,UAAU;;;;4BAIFA,SAAO,cAAc;;;oBAG7BA,SAAO,kBAAkB;;;;oBAIzBA,SAAO,mBAAmB;;;;;eAK/BA,SAAO,kBAAkB;;;;;;;;;oBASpBA,SAAO,kBAAkB;;;;;;oBAMzBA,SAAO,kBAAkB;;;CAI3C,aAAa,KAAG;;;;;;CAOhB,OAAO,KAAG;;;;;;;;;;;;;CAcV,OAAO,KAAG;;;qBAGSA,SAAO,aAAa;;kBAEvBA,SAAO,gBAAgB;;;;;kBAKvBA,SAAO,YAAY;;CAEnC,YAAY,KAAG;;;;0CAIyBA,SAAO,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoC7D,WAAW,KAAG;;;;kBAIEA,SAAO,YAAY;;CAGnC,cAAc,KAAG;;;;;;;;;;;CAWlB,EAAE"}
@@ -1,8 +1,8 @@
1
1
  import { MermaidProps } from "./type.mjs";
2
- import * as react5 from "react";
2
+ import * as react40 from "react";
3
3
 
4
4
  //#region src/Mermaid/Mermaid.d.ts
5
- declare const Mermaid: react5.NamedExoticComponent<MermaidProps>;
5
+ declare const Mermaid: react40.NamedExoticComponent<MermaidProps>;
6
6
  //#endregion
7
7
  export { Mermaid };
8
8
  //# sourceMappingURL=Mermaid.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { SyntaxMermaidProps } from "../type.mjs";
2
- import * as react6 from "react";
2
+ import * as react41 from "react";
3
3
 
4
4
  //#region src/Mermaid/SyntaxMermaid/index.d.ts
5
- declare const SyntaxMermaid: react6.NamedExoticComponent<SyntaxMermaidProps>;
5
+ declare const SyntaxMermaid: react41.NamedExoticComponent<SyntaxMermaidProps>;
6
6
  //#endregion
7
7
  export { SyntaxMermaid };
8
8
  //# sourceMappingURL=index.d.mts.map
@@ -1,8 +1,8 @@
1
1
  import { ModalProps } from "./type.mjs";
2
- import * as react9 from "react";
2
+ import * as react30 from "react";
3
3
 
4
4
  //#region src/Modal/Modal.d.ts
5
- declare const Modal: react9.NamedExoticComponent<ModalProps>;
5
+ declare const Modal: react30.NamedExoticComponent<ModalProps>;
6
6
  //#endregion
7
7
  export { Modal };
8
8
  //# sourceMappingURL=Modal.d.mts.map
@@ -1,9 +1,9 @@
1
1
  import { ModalContextValue } from "./type.mjs";
2
- import * as react7 from "react";
2
+ import * as react31 from "react";
3
3
  import { ReactNode } from "react";
4
4
 
5
5
  //#region src/Modal/ModalProvider.d.ts
6
- declare const ModalProvider: react7.NamedExoticComponent<{
6
+ declare const ModalProvider: react31.NamedExoticComponent<{
7
7
  children: ReactNode;
8
8
  value: ModalContextValue;
9
9
  }>;
@@ -1,5 +1,5 @@
1
1
  import { ImperativeModalProps, ModalInstance, RawModalComponent, RawModalComponentProps, RawModalInstance, RawModalKeyOptions, RawModalOptions } from "./type.mjs";
2
- import * as react_jsx_runtime14 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/Modal/imperative.d.ts
5
5
  type ModalHostProps = {
@@ -7,7 +7,7 @@ type ModalHostProps = {
7
7
  };
8
8
  declare const ModalHost: ({
9
9
  root
10
- }: ModalHostProps) => react_jsx_runtime14.JSX.Element | null;
10
+ }: ModalHostProps) => react_jsx_runtime10.JSX.Element | null;
11
11
  declare const createModal: (props: ImperativeModalProps) => ModalInstance;
12
12
  declare function createRawModal<P extends RawModalComponentProps>(component: RawModalComponent<P>, props: Omit<P, 'open' | 'onClose'>, options?: RawModalOptions): RawModalInstance<P>;
13
13
  declare function createRawModal<P, OpenKey extends keyof P, CloseKey extends keyof P>(component: RawModalComponent<P>, props: Omit<P, OpenKey | CloseKey>, options: RawModalKeyOptions<OpenKey, CloseKey>): RawModalInstance<P, OpenKey, CloseKey>;
@@ -1,4 +1,4 @@
1
- import * as react71 from "react";
1
+ import * as react86 from "react";
2
2
  import { Context, ReactNode } from "react";
3
3
  import * as motion_react0 from "motion/react";
4
4
  import * as m from "motion/react-m";
@@ -6,7 +6,7 @@ import * as m from "motion/react-m";
6
6
  //#region src/MotionProvider/index.d.ts
7
7
  type MotionComponentType = typeof motion_react0.motion | typeof m;
8
8
  declare const MotionComponent: Context<MotionComponentType>;
9
- declare const MotionProvider: react71.NamedExoticComponent<{
9
+ declare const MotionProvider: react86.NamedExoticComponent<{
10
10
  children: ReactNode;
11
11
  motion: MotionComponentType;
12
12
  }>;
@@ -1,7 +1,7 @@
1
- import * as react_jsx_runtime41 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/Popover/ArrowIcon.d.ts
4
- declare const PopoverArrowIcon: react_jsx_runtime41.JSX.Element;
4
+ declare const PopoverArrowIcon: react_jsx_runtime17.JSX.Element;
5
5
  //#endregion
6
6
  export { PopoverArrowIcon };
7
7
  //# sourceMappingURL=ArrowIcon.d.mts.map
@@ -1,13 +1,13 @@
1
1
  import { PopoverPlacement } from "./type.mjs";
2
- import * as react62 from "react";
2
+ import * as react35 from "react";
3
3
  import { ComponentProps, ComponentPropsWithRef } from "react";
4
- import * as react_jsx_runtime42 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime11 from "react/jsx-runtime";
5
5
  import * as _base_ui_react_popover0 from "@base-ui/react/popover";
6
6
  import { Popover } from "@base-ui/react/popover";
7
7
 
8
8
  //#region src/Popover/atoms.d.ts
9
9
  declare const PopoverRoot: typeof Popover.Root;
10
- declare const PopoverBackdrop: react62.ForwardRefExoticComponent<_base_ui_react_popover0.PopoverBackdropProps & react62.RefAttributes<HTMLDivElement>>;
10
+ declare const PopoverBackdrop: react35.ForwardRefExoticComponent<_base_ui_react_popover0.PopoverBackdropProps & react35.RefAttributes<HTMLDivElement>>;
11
11
  type PopoverTriggerElementProps = Omit<ComponentPropsWithRef<typeof Popover.Trigger>, 'children' | 'render'> & {
12
12
  children: ComponentProps<typeof Popover.Trigger>['children'];
13
13
  };
@@ -18,7 +18,7 @@ declare const PopoverTriggerElement: {
18
18
  nativeButton,
19
19
  ref: refProp,
20
20
  ...rest
21
- }: PopoverTriggerElementProps): react_jsx_runtime42.JSX.Element;
21
+ }: PopoverTriggerElementProps): react_jsx_runtime11.JSX.Element;
22
22
  displayName: string;
23
23
  };
24
24
  type PopoverPortalAtomProps = Omit<ComponentProps<typeof Popover.Portal>, 'container'> & {
@@ -37,7 +37,7 @@ declare const PopoverPortal: {
37
37
  root,
38
38
  children,
39
39
  ...rest
40
- }: PopoverPortalAtomProps): react_jsx_runtime42.JSX.Element | null;
40
+ }: PopoverPortalAtomProps): react_jsx_runtime11.JSX.Element | null;
41
41
  displayName: string;
42
42
  };
43
43
  type PopoverPositionerAtomProps = ComponentProps<typeof Popover.Positioner> & {
@@ -54,7 +54,7 @@ declare const PopoverPositioner: {
54
54
  side,
55
55
  sideOffset,
56
56
  ...rest
57
- }: PopoverPositionerAtomProps): react_jsx_runtime42.JSX.Element;
57
+ }: PopoverPositionerAtomProps): react_jsx_runtime11.JSX.Element;
58
58
  displayName: string;
59
59
  };
60
60
  type PopoverPopupAtomProps = ComponentProps<typeof Popover.Popup>;
@@ -62,7 +62,7 @@ declare const PopoverPopup: {
62
62
  ({
63
63
  className,
64
64
  ...rest
65
- }: PopoverPopupAtomProps): react_jsx_runtime42.JSX.Element;
65
+ }: PopoverPopupAtomProps): react_jsx_runtime11.JSX.Element;
66
66
  displayName: string;
67
67
  };
68
68
  type PopoverArrowAtomProps = ComponentProps<typeof Popover.Arrow>;
@@ -71,7 +71,7 @@ declare const PopoverArrow: {
71
71
  className,
72
72
  children,
73
73
  ...rest
74
- }: PopoverArrowAtomProps): react_jsx_runtime42.JSX.Element;
74
+ }: PopoverArrowAtomProps): react_jsx_runtime11.JSX.Element;
75
75
  displayName: string;
76
76
  };
77
77
  type PopoverViewportAtomProps = ComponentProps<typeof Popover.Viewport>;
@@ -79,7 +79,7 @@ declare const PopoverViewport: {
79
79
  ({
80
80
  className,
81
81
  ...rest
82
- }: PopoverViewportAtomProps): react_jsx_runtime42.JSX.Element;
82
+ }: PopoverViewportAtomProps): react_jsx_runtime11.JSX.Element;
83
83
  displayName: string;
84
84
  };
85
85
  //#endregion