@chenhui996/gg-ui 0.1.0-beta.1 → 0.1.0-beta.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.
@@ -1,4 +1,4 @@
1
- export { blueDarkThemeConfig, blueDarkThemeCustomTokens, blueDarkThemeTokens, blueLightThemeConfig, blueLightThemeCustomTokens, blueLightThemeTokens, defaultThemeConfig, defaultThemeMode, getThemeConfig, goldDarkThemeConfig, goldDarkThemeCustomTokens, goldDarkThemeTokens, goldLightThemeConfig, goldLightThemeCustomTokens, goldLightThemeTokens, type GZThemeMode, type GZThemeName, type GZThemeSelection, type GZThemeVariant, } from './styles/themes/themeConfig';
1
+ export { applyDesignTokenCssVariables, getDesignTokenCssVariables, getDesignTokens, type GZDesignTokenBundle, type GZThemeCssVariablesOptions, type GZThemeMode, type GZThemeName, type GZThemeOptions, type GZThemeVariant, } from './styles/themes';
2
2
  export { default as Button, type GZButtonProps as ButtonProps } from './components/button';
3
3
  export { default as Divider, type GZDividerProps as DividerProps } from './components/divider';
4
4
  export { default as Space, type GZSpaceProps as SpaceProps } from './components/space';