barook-ui-library 0.1.8 → 0.1.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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +591 -36729
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +550 -36695
- package/dist/index.mjs.map +1 -1
- package/package.json +10 -9
package/dist/index.d.mts
CHANGED
|
@@ -315,7 +315,7 @@ declare const Tooltip: react.ForwardRefExoticComponent<Omit<TooltipProps, "ref">
|
|
|
315
315
|
|
|
316
316
|
type AppThemeProviderType = {
|
|
317
317
|
children: React.ReactNode;
|
|
318
|
-
themeOverride
|
|
318
|
+
themeOverride?: any;
|
|
319
319
|
};
|
|
320
320
|
declare const AppThemeProvider: ({ children, themeOverride, }: AppThemeProviderType) => react_jsx_runtime.JSX.Element;
|
|
321
321
|
|
package/dist/index.d.ts
CHANGED
|
@@ -315,7 +315,7 @@ declare const Tooltip: react.ForwardRefExoticComponent<Omit<TooltipProps, "ref">
|
|
|
315
315
|
|
|
316
316
|
type AppThemeProviderType = {
|
|
317
317
|
children: React.ReactNode;
|
|
318
|
-
themeOverride
|
|
318
|
+
themeOverride?: any;
|
|
319
319
|
};
|
|
320
320
|
declare const AppThemeProvider: ({ children, themeOverride, }: AppThemeProviderType) => react_jsx_runtime.JSX.Element;
|
|
321
321
|
|