neko-ui 2.0.0-beta.8 → 2.0.0-beta.9

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/lib/index.d.ts CHANGED
@@ -27,7 +27,7 @@ export { default as ColorPalette, type ColorPaletteProps, type ColorPaletteEleme
27
27
  export { default as ColorPicker, type ColorPickerProps, type ColorPickerElement, } from './color-picker';
28
28
  export { default as Empty, type EmptyProps, type EmptyElement } from './empty';
29
29
  export { default as CaptureScreen, type CaptureScreenProps, type CaptureScreenElement, } from './capture-screen';
30
- export { theme, setTheme, generateTheme, baseStyle, type ThemeOption, type ColorScheme, } from './theme';
30
+ export { theme, setTheme, generateTheme, baseStyle, toneColor, type ThemeOption, type ColorScheme, } from './theme';
31
31
  import type { ICustomElement } from 'component-register';
32
32
  export type ComponentSize = 'small' | 'normal' | 'large';
33
33
  export type ComponentStatus = 'normal' | 'success' | 'warning' | 'error' | 'info';