@yusr_systems/ui 2.2.8 → 2.2.10
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.ts +2 -1
- package/dist/yusr-ui.js +367 -362
- package/package.json +2 -2
- package/src/styles/style.css +128 -128
package/dist/index.d.ts
CHANGED
|
@@ -1182,7 +1182,8 @@ export declare function TextField(props: InputFieldProps): JSX.Element;
|
|
|
1182
1182
|
|
|
1183
1183
|
declare type Theme = "dark" | "light" | "system";
|
|
1184
1184
|
|
|
1185
|
-
export declare function ThemeProvider({ children, defaultTheme, storageKey,
|
|
1185
|
+
export declare function ThemeProvider({ children, defaultTheme, storageKey, // Changed from vite-ui-theme
|
|
1186
|
+
...props }: ThemeProviderProps): JSX.Element;
|
|
1186
1187
|
|
|
1187
1188
|
declare type ThemeProviderProps = {
|
|
1188
1189
|
children: React.ReactNode;
|