tw-react-components 0.0.153 → 0.0.154
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tw-react-components",
|
|
3
3
|
"description": "A set of React components build with TailwindCSS to make a nice dashboard.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.154",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://bacali95.github.io/tw-react-components",
|
|
7
7
|
"type": "module",
|
|
@@ -13,5 +13,5 @@ export declare const THEME_COOKIE_NAME = "theme:state";
|
|
|
13
13
|
export declare const THEME_COOKIE_MAX_AGE: number;
|
|
14
14
|
export declare const SHOW_IDS_COOKIE_NAME = "show-ids:state";
|
|
15
15
|
export declare const SHOW_IDS_COOKIE_MAX_AGE: number;
|
|
16
|
-
export declare const LayoutContextProvider: FC<PropsWithChildren<Pick<LayoutContext, 'theme' | 'showIds'
|
|
16
|
+
export declare const LayoutContextProvider: FC<PropsWithChildren<Partial<Pick<LayoutContext, 'theme' | 'showIds'>>>>;
|
|
17
17
|
export declare function useLayoutContext(): LayoutContext;
|