@gomeniucivan/ui 1.0.42 → 1.0.44
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/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +129 -129
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -44,6 +44,7 @@ import { Root } from 'hast';
|
|
|
44
44
|
import { ScrollArea as ScrollArea$1 } from '@base-ui/react/scroll-area';
|
|
45
45
|
import { TableProps as TableProps$1 } from 'antd/es/table';
|
|
46
46
|
import { GetCustomStylish, GetCustomToken, ThemeProviderProps as ThemeProviderProps$1, CustomStylishParams, CustomTokenParams, ThemeMode } from 'antd-style';
|
|
47
|
+
export { createStyles, cx, useAntdToken as useToken } from 'antd-style';
|
|
47
48
|
import { AliasToken } from 'antd/es/theme/interface';
|
|
48
49
|
import { Toast } from '@base-ui/react/toast';
|
|
49
50
|
export { ErrorBoundary, ErrorBoundaryProps } from 'react-error-boundary';
|
package/dist/index.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ import { Root } from 'hast';
|
|
|
44
44
|
import { ScrollArea as ScrollArea$1 } from '@base-ui/react/scroll-area';
|
|
45
45
|
import { TableProps as TableProps$1 } from 'antd/es/table';
|
|
46
46
|
import { GetCustomStylish, GetCustomToken, ThemeProviderProps as ThemeProviderProps$1, CustomStylishParams, CustomTokenParams, ThemeMode } from 'antd-style';
|
|
47
|
+
export { createStyles, cx, useAntdToken as useToken } from 'antd-style';
|
|
47
48
|
import { AliasToken } from 'antd/es/theme/interface';
|
|
48
49
|
import { Toast } from '@base-ui/react/toast';
|
|
49
50
|
export { ErrorBoundary, ErrorBoundaryProps } from 'react-error-boundary';
|