@jamsrui/header 0.0.4 → 0.0.6
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/header-config.d.mts +3 -2
- package/dist/index.d.mts +1 -0
- package/package.json +4 -4
package/dist/header-config.d.mts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Header } from './header.mjs';
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
3
|
import { GlobalConfigProps } from '@jamsrui/core';
|
|
4
|
+
import 'react';
|
|
4
5
|
import '@jamsrui/utils';
|
|
5
6
|
|
|
6
7
|
declare const useHeaderConfig: () => {
|
|
@@ -10,7 +11,7 @@ declare const HeaderConfig: (props: {
|
|
|
10
11
|
children?: React.ReactNode;
|
|
11
12
|
} & {
|
|
12
13
|
merge?: boolean;
|
|
13
|
-
}) =>
|
|
14
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
14
15
|
declare namespace HeaderConfig {
|
|
15
16
|
interface Props extends Header.Props, GlobalConfigProps<Header.Props> {
|
|
16
17
|
}
|
package/dist/index.d.mts
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jamsrui/header",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"react": ">=19"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@jamsrui/core": "^0.0.
|
|
9
|
-
"@jamsrui/hooks": "^0.0.
|
|
10
|
-
"@jamsrui/utils": "^0.0.
|
|
8
|
+
"@jamsrui/core": "^0.0.6",
|
|
9
|
+
"@jamsrui/hooks": "^0.0.6",
|
|
10
|
+
"@jamsrui/utils": "^0.0.6"
|
|
11
11
|
},
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|