@mc-markets/ui 1.0.32 → 1.0.34

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.
@@ -12,8 +12,7 @@ import { Empty } from './components/Empty';
12
12
  import { Tooltips } from './components/Tooltips';
13
13
  export { TDDialog, Icon, Tab, TabPane, Alert, Notification, DatePicker, Pagination, Banner, Empty, Tooltips };
14
14
  export * from './styles/theme-config';
15
- export { default as variables } from './styles/variables.scss?inline';
16
- export { default as styles } from './styles/index.scss?inline';
15
+ export { default as iconfont } from './styles/font/iconfont.scss?inline';
17
16
  interface McMarketsUI {
18
17
  version: string;
19
18
  author: string;
@@ -60,6 +60,8 @@ export declare class ThemeConfigManager {
60
60
  private generateLightColors;
61
61
  /** 生成深色变体 */
62
62
  private generateDarkColors;
63
+ /** 使颜色变暗 */
64
+ private darkenColor;
63
65
  /** 重置主题 */
64
66
  resetTheme(): void;
65
67
  /** 导出主题配置 */