@lobehub/ui 1.133.12 → 1.134.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 (65) hide show
  1. package/es/ActionIcon/index.js +2 -0
  2. package/es/ActionIconGroup/index.js +2 -0
  3. package/es/Alert/index.js +2 -0
  4. package/es/Avatar/index.js +2 -0
  5. package/es/BackBottom/index.js +2 -0
  6. package/es/ChatHeader/index.js +2 -0
  7. package/es/ChatItem/index.js +2 -0
  8. package/es/ChatList/index.js +2 -0
  9. package/es/CodeEditor/index.js +2 -0
  10. package/es/ColorScales/index.js +2 -0
  11. package/es/ContextMenu/index.js +2 -0
  12. package/es/CopyButton/index.js +2 -0
  13. package/es/DraggablePanel/index.js +2 -0
  14. package/es/EditableMessage/index.js +2 -0
  15. package/es/EditableMessageList/index.js +2 -0
  16. package/es/EditableText/index.js +2 -0
  17. package/es/EmojiPicker/index.js +2 -0
  18. package/es/EmptyCard/index.js +2 -0
  19. package/es/Features/index.js +2 -0
  20. package/es/FluentEmoji/index.js +2 -0
  21. package/es/FontLoader/index.js +2 -0
  22. package/es/Footer/index.js +2 -0
  23. package/es/Form/index.js +2 -0
  24. package/es/GaussianBackground/index.js +2 -0
  25. package/es/Giscus/index.js +2 -0
  26. package/es/GradientButton/index.js +2 -0
  27. package/es/GridBackground/index.js +2 -0
  28. package/es/Header/index.js +2 -0
  29. package/es/Hero/index.js +2 -0
  30. package/es/Highlighter/index.js +2 -0
  31. package/es/Icon/index.js +2 -0
  32. package/es/Image/index.js +2 -0
  33. package/es/Img/index.js +2 -0
  34. package/es/Input/index.js +2 -0
  35. package/es/Layout/index.js +2 -0
  36. package/es/List/ListItem/index.js +2 -0
  37. package/es/Logo/index.js +2 -0
  38. package/es/LogoThree/index.js +2 -0
  39. package/es/Markdown/index.js +2 -0
  40. package/es/MessageInput/index.js +2 -0
  41. package/es/MessageModal/index.js +2 -0
  42. package/es/MobileNavBar/index.js +2 -0
  43. package/es/MobileSafeArea/index.js +2 -0
  44. package/es/MobileTabBar/index.js +2 -0
  45. package/es/Modal/index.js +2 -0
  46. package/es/SearchBar/index.js +2 -0
  47. package/es/SelectWithImg/index.js +2 -0
  48. package/es/SideNav/index.js +2 -0
  49. package/es/SliderWithInput/index.js +2 -0
  50. package/es/Snippet/index.js +2 -0
  51. package/es/SortableList/index.js +2 -0
  52. package/es/Spotlight/index.js +2 -0
  53. package/es/SpotlightCard/index.js +2 -0
  54. package/es/StoryBook/index.js +2 -0
  55. package/es/Swatches/index.js +2 -0
  56. package/es/TabsNav/index.js +2 -0
  57. package/es/Tag/index.js +2 -0
  58. package/es/ThemeProvider/index.js +2 -0
  59. package/es/ThemeSwitch/index.js +2 -0
  60. package/es/Toc/index.js +2 -0
  61. package/es/TokenTag/index.js +2 -0
  62. package/es/Tooltip/index.js +2 -0
  63. package/es/Video/index.js +2 -0
  64. package/es/hooks/useHighlight.d.ts +1 -1
  65. package/package.json +1 -1
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["color", "fill", "className", "active", "icon", "size", "style", "glass", "title", "placement", "arrow", "spotlight", "onClick", "children", "loading", "tooltipDelay", "fillOpacity", "fillRule", "focusable", "disable", "spin"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["type", "items", "placement", "spotlight", "direction", "dropdownMenu", "onActionClick"];
package/es/Alert/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["className", "avatar", "title", "animation", "size", "shape", "background", "style"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
2
4
  import { useScroll } from 'ahooks';
3
5
  import { Button } from 'antd';
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import { ChevronLeft } from 'lucide-react';
2
4
  import { memo } from 'react';
3
5
  import { Flexbox } from 'react-layout-kit';
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["avatarAddon", "onAvatarClick", "actions", "className", "primary", "loading", "message", "placement", "type", "avatar", "error", "showTitle", "time", "editing", "onChange", "onEditingChange", "messageExtra", "renderMessage", "text", "errorMessage", "onDoubleClick", "fontSize"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["onActionsClick", "onAvatarsClick", "renderMessagesExtra", "className", "data", "type", "text", "showTitle", "onMessageChange", "renderMessages", "renderErrorMessages", "loadingId", "renderItems", "enableHistoryCount", "renderActions", "historyCount"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["style", "language", "value", "onValueChange", "resize", "className", "textareaClassName", "type"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import { Space } from 'antd';
2
4
  import { memo } from 'react';
3
5
  import { Flexbox } from 'react-layout-kit';
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
5
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
3
5
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
2
4
  import { Button, Select } from 'antd';
3
5
  import isEqual from 'fast-deep-equal';
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
2
4
  import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
3
5
  import _regeneratorRuntime from "@babel/runtime/regenerator";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["items", "className", "itemClassName", "itemStyle", "maxWidth", "style"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import { memo, useEffect, useRef } from 'react';
2
4
  var createElement = function createElement(url) {
3
5
  var element = document.createElement('link');
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import RcFooter from 'rc-footer';
2
4
  import { memo } from 'react';
3
5
  import { useStyles } from "./style";
package/es/Form/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["className", "itemMinWidth", "footer", "form", "items", "children", "itemsType", "variant"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["layers", "options", "className", "children", "classNames", "style"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["style", "className", "reactionsEnabled", "mapping", "lang", "inputPosition", "id", "loading", "emitMetadata"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["glow", "children", "className", "size"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["flip", "reverse", "showBackground", "backgroundColor", "random", "animationDuration", "className", "colorFront", "colorBack", "strokeWidth", "style", "animation"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["actionsClassName", "navClassName", "logoClassName", "nav", "logo", "actions", "actionsStyle", "logoStyle", "navStyle", "className"];
package/es/Hero/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import { Button, ConfigProvider } from 'antd';
2
4
  import { useResponsive } from 'antd-style';
3
5
  import * as LucideIcon from 'lucide-react';
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["fullFeatured", "copyButtonSize", "children", "language", "className", "style", "copyable", "showLanguage", "type", "spotlight", "allowChangeLanguage", "fileName", "icon"];
package/es/Icon/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["icon", "size", "color", "fill", "className", "focusable", "spin", "fillRule", "fillOpacity"],
package/es/Image/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["wrapperClassName", "style", "preview", "isLoading", "minSize", "size", "actions", "alwaysShowActions", "objectFit", "classNames", "onClick", "width", "height", "borderless"];
package/es/Img/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
5
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
package/es/Input/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["className", "type"],
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
2
4
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
3
5
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["active", "avatar", "loading", "description", "date", "title", "onHoverChange", "actions", "className", "style", "showAction", "children", "classNames", "addon", "pin"];
package/es/Logo/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["type", "size", "style", "extra", "className"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["children", "className", "style", "fullFeaturedCodeBlock", "onDoubleClick", "enableImageGallery", "componentProps", "allowHtml", "fontSize", "headerMultiple", "marginMultiple", "variant"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import { ChevronLeft } from 'lucide-react';
2
4
  import { memo } from 'react';
3
5
  import { Flexbox } from 'react-layout-kit';
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["position", "className"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
2
4
  import { memo } from 'react';
3
5
  import { Flexbox } from 'react-layout-kit';
package/es/Modal/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["className", "avatar", "topActions", "bottomActions"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["step", "value", "onChange", "max", "min", "defaultValue", "size", "controls", "gap", "style", "className", "disabled"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["symbol", "language", "children", "copyable", "type", "spotlight", "className"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["items", "renderItem", "className", "columns", "gap", "style", "size", "borderRadius", "spotlight"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["levaStore", "noPadding", "className", "children"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import { useTheme } from 'antd-style';
2
4
  import { memo } from 'react';
3
5
  import { Flexbox } from 'react-layout-kit';
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["className", "variant"];
package/es/Tag/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  import _taggedTemplateLiteral from "@babel/runtime/helpers/esm/taggedTemplateLiteral";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["children", "customStylish", "customToken", "enableWebfonts", "enableGlobalStyle", "webfonts", "customTheme", "className", "style"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import { Dropdown, Select } from 'antd';
2
4
  import { Monitor, Moon, Sun } from 'lucide-react';
3
5
  import { memo, useMemo } from 'react';
package/es/Toc/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import { Anchor } from 'antd';
2
4
  import { memo } from 'react';
3
5
  import { default as TocMobile, mapItems } from "./TocMobile";
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["className", "displayMode", "maxValue", "value", "text", "shape"];
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
5
  var _excluded = ["className", "arrow"];
package/es/Video/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
4
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
5
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
@@ -1,5 +1,5 @@
1
1
  export declare const FALLBACK_LANG = "txt";
2
- export declare const useHighlight: (text: string, lang: string, isDarkMode: boolean) => import("swr/dist/_internal").SWRResponse<string, any, {
2
+ export declare const useHighlight: (text: string, lang: string, isDarkMode: boolean) => import("swr").SWRResponse<string, any, {
3
3
  revalidateOnFocus: false;
4
4
  }>;
5
5
  export { default as languageMap } from './languageMap';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "1.133.12",
3
+ "version": "1.134.0",
4
4
  "description": "Lobe UI is an open-source UI component library for building AIGC web apps",
5
5
  "keywords": [
6
6
  "lobehub",