fui-material 2.7.19 → 2.8.1

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.
@@ -6,9 +6,9 @@ export interface ILibApiService {
6
6
  export interface LibraryConfig {
7
7
  apiService: ILibApiService;
8
8
  }
9
- declare const LibraryProvider: ({ children, config }: {
9
+ declare const FLibraryProvider: ({ children, config }: {
10
10
  children: ReactNode;
11
11
  config: LibraryConfig;
12
12
  }) => import("react").JSX.Element;
13
- export declare const useLibraryContext: () => LibraryConfig;
14
- export default LibraryProvider;
13
+ export declare const useFLibraryContext: () => LibraryConfig;
14
+ export default FLibraryProvider;
@@ -1 +1 @@
1
- export { default as LibraryProvider } from "./LibraryProvider";
1
+ export { default as FLibraryProvider } from "./FLibraryProvider";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fui-material",
3
- "version": "2.7.19",
3
+ "version": "2.8.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",