@lobehub/ui 1.153.10 → 1.153.12

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 (217) hide show
  1. package/es/ActionIcon/index.js +1 -1
  2. package/es/Markdown/CodeBlock.js +1 -1
  3. package/es/Markdown/index.d.ts +3 -3
  4. package/es/Markdown/index.js +3 -3
  5. package/es/MaterialFileTypeIcon/utils.d.ts +2 -2
  6. package/es/SearchBar/index.js +1 -1
  7. package/es/Snippet/index.js +1 -1
  8. package/es/{Features → awesome/Features}/Item.d.ts +2 -2
  9. package/es/{Features → awesome/Features}/Item.js +3 -3
  10. package/es/{Features → awesome/Features}/index.d.ts +1 -1
  11. package/es/{GaussianBackground → awesome/GaussianBackground}/index.d.ts +1 -1
  12. package/es/{GaussianBackground → awesome/GaussianBackground}/index.js +1 -1
  13. package/es/{Giscus → awesome/Giscus}/style.js +1 -1
  14. package/es/{GridBackground → awesome/GridBackground}/Grid.d.ts +1 -1
  15. package/es/{GridBackground → awesome/GridBackground}/index.d.ts +1 -1
  16. package/es/{Hero → awesome/Hero}/index.js +2 -2
  17. package/es/{Spotlight → awesome/Spotlight}/index.d.ts +1 -1
  18. package/es/{SpotlightCard → awesome/SpotlightCard}/SpotlightCardItem.d.ts +1 -1
  19. package/es/{SpotlightCard → awesome/SpotlightCard}/index.d.ts +1 -1
  20. package/es/{SpotlightCard → awesome/SpotlightCard}/index.js +1 -1
  21. package/es/awesome/index.d.ts +10 -0
  22. package/es/awesome/index.js +10 -0
  23. package/es/brand/{LobeChat.d.ts → LobeChat/index.d.ts} +1 -1
  24. package/es/brand/{LobeChat.js → LobeChat/index.js} +6 -6
  25. package/es/brand/{LobeHub.d.ts → LobeHub/index.d.ts} +1 -1
  26. package/es/brand/{LobeHub.js → LobeHub/index.js} +5 -5
  27. package/es/brand/{components/Logo3d.js → Logo3d/index.js} +1 -1
  28. package/es/{LogoThree → brand/LogoThree}/Loading.js +1 -1
  29. package/es/{LogoThree → brand/LogoThree}/LogoSpline.d.ts +1 -1
  30. package/es/{LogoThree → brand/LogoThree}/LogoSpline.js +1 -1
  31. package/es/{LogoThree → brand/LogoThree}/index.d.ts +1 -1
  32. package/es/{LogoThree → brand/LogoThree}/index.js +3 -3
  33. package/es/brand/index.d.ts +7 -5
  34. package/es/brand/index.js +8 -6
  35. package/es/{BackBottom → chat/BackBottom}/index.js +1 -1
  36. package/es/{ChatHeader → chat/ChatHeader}/index.js +1 -1
  37. package/es/{ChatInputArea/desktop → chat/ChatInputArea}/ChatInputArea.d.ts +1 -1
  38. package/es/{ChatInputArea/desktop → chat/ChatInputArea}/ChatInputArea.js +1 -1
  39. package/es/{ChatInputArea → chat/ChatInputArea}/ChatInputAreaInner.d.ts +1 -1
  40. package/es/{ChatInputArea → chat/ChatInputArea}/ChatInputAreaInner.js +1 -1
  41. package/es/{ChatInputArea → chat/ChatInputArea}/index.d.ts +2 -4
  42. package/es/chat/ChatInputArea/index.js +4 -0
  43. package/es/{ChatItem → chat/ChatItem}/components/Avatar.js +1 -1
  44. package/es/{ChatItem → chat/ChatItem}/components/ErrorContent.js +1 -1
  45. package/es/{ChatItem → chat/ChatItem}/components/Loading.js +1 -1
  46. package/es/{ChatItem → chat/ChatItem}/components/MessageContent.d.ts +1 -1
  47. package/es/{ChatItem → chat/ChatItem}/components/Title.js +1 -1
  48. package/es/{ChatItem → chat/ChatItem}/type.d.ts +4 -4
  49. package/es/{ChatList → chat/ChatList}/ActionsBar.d.ts +1 -1
  50. package/es/{ChatList → chat/ChatList}/ActionsBar.js +2 -2
  51. package/es/{ChatList → chat/ChatList}/HistoryDivider.js +2 -2
  52. package/es/{ChatList → chat/ChatList}/Item.d.ts +4 -4
  53. package/es/{ChatList → chat/ChatList}/Item.js +1 -1
  54. package/es/{ChatList → chat/ChatList}/index.d.ts +1 -1
  55. package/es/{EditableMessage → chat/EditableMessage}/index.d.ts +1 -1
  56. package/es/{EditableMessage → chat/EditableMessage}/index.js +1 -1
  57. package/es/{EditableMessageList → chat/EditableMessageList}/index.d.ts +1 -1
  58. package/es/{EditableMessageList → chat/EditableMessageList}/index.js +3 -3
  59. package/es/{EditableMessageList → chat/EditableMessageList}/messageReducer.d.ts +2 -2
  60. package/es/{MessageInput → chat/MessageInput}/index.d.ts +2 -2
  61. package/es/{MessageInput → chat/MessageInput}/index.js +1 -1
  62. package/es/{MessageModal → chat/MessageModal}/index.d.ts +1 -1
  63. package/es/{MessageModal → chat/MessageModal}/index.js +3 -3
  64. package/es/{TokenTag → chat/TokenTag}/index.d.ts +1 -1
  65. package/es/{TokenTag → chat/TokenTag}/index.js +1 -1
  66. package/es/chat/index.d.ts +12 -0
  67. package/es/chat/index.js +12 -0
  68. package/es/components.d.ts +64 -0
  69. package/es/components.js +63 -0
  70. package/es/index.d.ts +7 -95
  71. package/es/index.js +7 -93
  72. package/es/mdx/{Callout.js → Callout/index.js} +1 -1
  73. package/es/mdx/{Card.d.ts → Cards/Card.d.ts} +1 -1
  74. package/es/mdx/{Card.js → Cards/Card.js} +3 -3
  75. package/es/mdx/{Cards.d.ts → Cards/index.d.ts} +1 -1
  76. package/es/mdx/{Cards.js → Cards/index.js} +1 -1
  77. package/es/mdx/{File.d.ts → FileTree/File.d.ts} +1 -1
  78. package/es/mdx/{File.js → FileTree/File.js} +1 -1
  79. package/es/mdx/{Folder.d.ts → FileTree/Folder.d.ts} +1 -1
  80. package/es/mdx/{Folder.js → FileTree/Folder.js} +1 -1
  81. package/es/mdx/{FileTree.d.ts → FileTree/index.d.ts} +1 -1
  82. package/es/mdx/{Steps.d.ts → Steps/index.d.ts} +1 -1
  83. package/es/mdx/{Tab.d.ts → Tabs/Tab.d.ts} +1 -1
  84. package/es/mdx/{Tabs.d.ts → Tabs/index.d.ts} +1 -1
  85. package/es/mdx/{Tabs.js → Tabs/index.js} +1 -1
  86. package/es/mdx/index.d.ts +8 -8
  87. package/es/mdx/index.js +8 -8
  88. package/es/mdx/{Image.d.ts → mdxComponents/Image.d.ts} +1 -1
  89. package/es/mdx/{Image.js → mdxComponents/Image.js} +1 -1
  90. package/es/mdx/{Link.d.ts → mdxComponents/Link.d.ts} +1 -1
  91. package/es/mdx/{Link.js → mdxComponents/Link.js} +1 -1
  92. package/es/mdx/{Pre.d.ts → mdxComponents/Pre.d.ts} +3 -3
  93. package/es/mdx/{Pre.js → mdxComponents/Pre.js} +4 -4
  94. package/es/mdx/{Video.d.ts → mdxComponents/Video.d.ts} +1 -1
  95. package/es/mdx/{Video.js → mdxComponents/Video.js} +1 -1
  96. package/es/mdx/{mdxComponents.js → mdxComponents/index.js} +7 -7
  97. package/es/{ChatInputArea/mobile/ChatInputArea.d.ts → mobile/MobileChatInputArea/index.d.ts} +1 -1
  98. package/es/{ChatInputArea/mobile/ChatInputArea.js → mobile/MobileChatInputArea/index.js} +2 -2
  99. package/es/{MobileNavBar → mobile/MobileNavBar}/index.js +1 -1
  100. package/es/{MobileSafeArea → mobile/MobileSafeArea}/index.d.ts +1 -1
  101. package/es/mobile/index.d.ts +6 -0
  102. package/es/mobile/index.js +6 -0
  103. package/es/{StoryBook → storybook/StoryBook}/index.d.ts +1 -1
  104. package/es/{StoryBook → storybook/StoryBook}/index.js +1 -1
  105. package/es/storybook/index.d.ts +1 -0
  106. package/es/storybook/index.js +1 -0
  107. package/package.json +13 -11
  108. package/es/ChatInputArea/index.js +0 -6
  109. /package/es/{AuroraBackground → awesome/AuroraBackground}/index.d.ts +0 -0
  110. /package/es/{AuroraBackground → awesome/AuroraBackground}/index.js +0 -0
  111. /package/es/{Features → awesome/Features}/index.js +0 -0
  112. /package/es/{Features → awesome/Features}/style.d.ts +0 -0
  113. /package/es/{Features → awesome/Features}/style.js +0 -0
  114. /package/es/{GaussianBackground → awesome/GaussianBackground}/style.d.ts +0 -0
  115. /package/es/{GaussianBackground → awesome/GaussianBackground}/style.js +0 -0
  116. /package/es/{GaussianBackground → awesome/GaussianBackground}/useGaussianBackground.d.ts +0 -0
  117. /package/es/{GaussianBackground → awesome/GaussianBackground}/useGaussianBackground.js +0 -0
  118. /package/es/{GaussianBackground → awesome/GaussianBackground}/vendor/gaussianBackground.d.ts +0 -0
  119. /package/es/{GaussianBackground → awesome/GaussianBackground}/vendor/gaussianBackground.js +0 -0
  120. /package/es/{GaussianBackground → awesome/GaussianBackground}/vendor/stackBlur.d.ts +0 -0
  121. /package/es/{GaussianBackground → awesome/GaussianBackground}/vendor/stackBlur.js +0 -0
  122. /package/es/{GaussianBackground → awesome/GaussianBackground}/vendor/stackBlurTable.d.ts +0 -0
  123. /package/es/{GaussianBackground → awesome/GaussianBackground}/vendor/stackBlurTable.js +0 -0
  124. /package/es/{Giscus → awesome/Giscus}/index.d.ts +0 -0
  125. /package/es/{Giscus → awesome/Giscus}/index.js +0 -0
  126. /package/es/{Giscus → awesome/Giscus}/style.d.ts +0 -0
  127. /package/es/{GradientButton → awesome/GradientButton}/index.d.ts +0 -0
  128. /package/es/{GradientButton → awesome/GradientButton}/index.js +0 -0
  129. /package/es/{GradientButton → awesome/GradientButton}/style.d.ts +0 -0
  130. /package/es/{GradientButton → awesome/GradientButton}/style.js +0 -0
  131. /package/es/{GridBackground → awesome/GridBackground}/Grid.js +0 -0
  132. /package/es/{GridBackground → awesome/GridBackground}/GridShowcase.d.ts +0 -0
  133. /package/es/{GridBackground → awesome/GridBackground}/GridShowcase.js +0 -0
  134. /package/es/{GridBackground → awesome/GridBackground}/index.js +0 -0
  135. /package/es/{GridBackground → awesome/GridBackground}/style.d.ts +0 -0
  136. /package/es/{GridBackground → awesome/GridBackground}/style.js +0 -0
  137. /package/es/{Hero → awesome/Hero}/index.d.ts +0 -0
  138. /package/es/{Hero → awesome/Hero}/style.d.ts +0 -0
  139. /package/es/{Hero → awesome/Hero}/style.js +0 -0
  140. /package/es/{Spline → awesome/Spline}/ParentSize.d.ts +0 -0
  141. /package/es/{Spline → awesome/Spline}/ParentSize.js +0 -0
  142. /package/es/{Spline → awesome/Spline}/index.d.ts +0 -0
  143. /package/es/{Spline → awesome/Spline}/index.js +0 -0
  144. /package/es/{Spotlight → awesome/Spotlight}/index.js +0 -0
  145. /package/es/{Spotlight → awesome/Spotlight}/style.d.ts +0 -0
  146. /package/es/{Spotlight → awesome/Spotlight}/style.js +0 -0
  147. /package/es/{SpotlightCard → awesome/SpotlightCard}/SpotlightCardItem.js +0 -0
  148. /package/es/{SpotlightCard → awesome/SpotlightCard}/style.d.ts +0 -0
  149. /package/es/{SpotlightCard → awesome/SpotlightCard}/style.js +0 -0
  150. /package/es/brand/{components/LobeChatText.d.ts → LobeChatText/index.d.ts} +0 -0
  151. /package/es/brand/{components/LobeChatText.js → LobeChatText/index.js} +0 -0
  152. /package/es/brand/{style.d.ts → LobeHub/style.d.ts} +0 -0
  153. /package/es/brand/{style.js → LobeHub/style.js} +0 -0
  154. /package/es/brand/{components/LobeHubText.d.ts → LobeHubText/index.d.ts} +0 -0
  155. /package/es/brand/{components/LobeHubText.js → LobeHubText/index.js} +0 -0
  156. /package/es/brand/{components/Logo3d.d.ts → Logo3d/index.d.ts} +0 -0
  157. /package/es/brand/{components/LogoFlat.d.ts → LogoFlat/index.d.ts} +0 -0
  158. /package/es/brand/{components/LogoFlat.js → LogoFlat/index.js} +0 -0
  159. /package/es/brand/{components/LogoMono.d.ts → LogoMono/index.d.ts} +0 -0
  160. /package/es/brand/{components/LogoMono.js → LogoMono/index.js} +0 -0
  161. /package/es/{LogoThree → brand/LogoThree}/Loading.d.ts +0 -0
  162. /package/es/{BackBottom → chat/BackBottom}/index.d.ts +0 -0
  163. /package/es/{BackBottom → chat/BackBottom}/style.d.ts +0 -0
  164. /package/es/{BackBottom → chat/BackBottom}/style.js +0 -0
  165. /package/es/{ChatHeader → chat/ChatHeader}/ChatHeaderTitle.d.ts +0 -0
  166. /package/es/{ChatHeader → chat/ChatHeader}/ChatHeaderTitle.js +0 -0
  167. /package/es/{ChatHeader → chat/ChatHeader}/index.d.ts +0 -0
  168. /package/es/{ChatHeader → chat/ChatHeader}/style.d.ts +0 -0
  169. /package/es/{ChatHeader → chat/ChatHeader}/style.js +0 -0
  170. /package/es/{ChatInputArea → chat/ChatInputArea}/ChatInputActionBar.d.ts +0 -0
  171. /package/es/{ChatInputArea → chat/ChatInputArea}/ChatInputActionBar.js +0 -0
  172. /package/es/{ChatInputArea/desktop → chat/ChatInputArea}/SendButton.d.ts +0 -0
  173. /package/es/{ChatInputArea/desktop → chat/ChatInputArea}/SendButton.js +0 -0
  174. /package/es/{ChatItem → chat/ChatItem}/components/Actions.d.ts +0 -0
  175. /package/es/{ChatItem → chat/ChatItem}/components/Actions.js +0 -0
  176. /package/es/{ChatItem → chat/ChatItem}/components/Avatar.d.ts +0 -0
  177. /package/es/{ChatItem → chat/ChatItem}/components/BorderSpacing.d.ts +0 -0
  178. /package/es/{ChatItem → chat/ChatItem}/components/BorderSpacing.js +0 -0
  179. /package/es/{ChatItem → chat/ChatItem}/components/ErrorContent.d.ts +0 -0
  180. /package/es/{ChatItem → chat/ChatItem}/components/Loading.d.ts +0 -0
  181. /package/es/{ChatItem → chat/ChatItem}/components/MessageContent.js +0 -0
  182. /package/es/{ChatItem → chat/ChatItem}/components/Title.d.ts +0 -0
  183. /package/es/{ChatItem → chat/ChatItem}/index.d.ts +0 -0
  184. /package/es/{ChatItem → chat/ChatItem}/index.js +0 -0
  185. /package/es/{ChatItem → chat/ChatItem}/style.d.ts +0 -0
  186. /package/es/{ChatItem → chat/ChatItem}/style.js +0 -0
  187. /package/es/{ChatItem → chat/ChatItem}/type.js +0 -0
  188. /package/es/{ChatList → chat/ChatList}/HistoryDivider.d.ts +0 -0
  189. /package/es/{ChatList → chat/ChatList}/index.js +0 -0
  190. /package/es/{ChatList → chat/ChatList}/style.d.ts +0 -0
  191. /package/es/{ChatList → chat/ChatList}/style.js +0 -0
  192. /package/es/{EditableMessageList → chat/EditableMessageList}/messageReducer.js +0 -0
  193. /package/es/{MessageInput → chat/MessageInput}/style.d.ts +0 -0
  194. /package/es/{MessageInput → chat/MessageInput}/style.js +0 -0
  195. /package/es/{TokenTag → chat/TokenTag}/style.d.ts +0 -0
  196. /package/es/{TokenTag → chat/TokenTag}/style.js +0 -0
  197. /package/es/mdx/{Callout.d.ts → Callout/index.d.ts} +0 -0
  198. /package/es/mdx/{FileTree.js → FileTree/index.js} +0 -0
  199. /package/es/mdx/{Steps.js → Steps/index.js} +0 -0
  200. /package/es/mdx/{Tab.js → Tabs/Tab.js} +0 -0
  201. /package/es/mdx/{mdxComponents.d.ts → mdxComponents/index.d.ts} +0 -0
  202. /package/es/{ChatInputArea/mobile → mobile/MobileChatInputArea}/SendButton.d.ts +0 -0
  203. /package/es/{ChatInputArea/mobile → mobile/MobileChatInputArea}/SendButton.js +0 -0
  204. /package/es/{MobileNavBar → mobile/MobileNavBar}/MobileNavBarTitle.d.ts +0 -0
  205. /package/es/{MobileNavBar → mobile/MobileNavBar}/MobileNavBarTitle.js +0 -0
  206. /package/es/{MobileNavBar → mobile/MobileNavBar}/index.d.ts +0 -0
  207. /package/es/{MobileNavBar → mobile/MobileNavBar}/style.d.ts +0 -0
  208. /package/es/{MobileNavBar → mobile/MobileNavBar}/style.js +0 -0
  209. /package/es/{MobileSafeArea → mobile/MobileSafeArea}/index.js +0 -0
  210. /package/es/{MobileSafeArea → mobile/MobileSafeArea}/style.d.ts +0 -0
  211. /package/es/{MobileSafeArea → mobile/MobileSafeArea}/style.js +0 -0
  212. /package/es/{MobileTabBar → mobile/MobileTabBar}/index.d.ts +0 -0
  213. /package/es/{MobileTabBar → mobile/MobileTabBar}/index.js +0 -0
  214. /package/es/{MobileTabBar → mobile/MobileTabBar}/style.d.ts +0 -0
  215. /package/es/{MobileTabBar → mobile/MobileTabBar}/style.js +0 -0
  216. /package/es/{StoryBook → storybook/StoryBook}/style.d.ts +0 -0
  217. /package/es/{StoryBook → storybook/StoryBook}/style.js +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes