@yusr_systems/ui 2.2.8 → 2.2.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.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, ...props }: ThemeProviderProps): JSX.Element;
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;