@lobehub/ui 2.0.1 → 2.0.2

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.
package/es/index.d.ts CHANGED
@@ -29,7 +29,7 @@ export { default as Header, type HeaderProps } from './Header';
29
29
  export { default as Highlighter, type HighlighterProps, highlighterThemes, SyntaxHighlighter, type SyntaxHighlighterProps, } from './Highlighter';
30
30
  export { combineKeys, default as Hotkey, type HotkeyProps, KeyMapEnum } from './Hotkey';
31
31
  export { default as HotkeyInput, type HotkeyInputProps } from './HotkeyInput';
32
- export { default as Icon, type IconProps, type IconSize } from './Icon';
32
+ export { default as Icon, type IconProps, IconProvider, type IconSize } from './Icon';
33
33
  export { default as Image, type ImageProps, PreviewGroup, type PreviewGroupProps } from './Image';
34
34
  export { default as ImageSelect, type ImageSelectItem, type ImageSelectProps } from './ImageSelect';
35
35
  export { default as Input, InputNumber, type InputNumberProps, InputOPT, type InputOPTProps, InputPassword, type InputPasswordProps, type InputProps, TextArea, type TextAreaProps, } from './Input';
package/es/index.js CHANGED
@@ -29,7 +29,7 @@ export { default as Header } from "./Header";
29
29
  export { default as Highlighter, highlighterThemes, SyntaxHighlighter } from "./Highlighter";
30
30
  export { combineKeys, default as Hotkey, KeyMapEnum } from "./Hotkey";
31
31
  export { default as HotkeyInput } from "./HotkeyInput";
32
- export { default as Icon } from "./Icon";
32
+ export { default as Icon, IconProvider } from "./Icon";
33
33
  export { default as Image, PreviewGroup } from "./Image";
34
34
  export { default as ImageSelect } from "./ImageSelect";
35
35
  export { default as Input, InputNumber, InputOPT, InputPassword, TextArea } from "./Input";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Lobe UI is an open-source UI component library for building AIGC web apps",
5
5
  "keywords": [
6
6
  "lobehub",