@imperium/layout 14.2.0 → 14.5.0
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/esm/_virtual/index.js +4 -0
- package/dist/esm/_virtual/index.js.map +1 -0
- package/dist/esm/_virtual/react-is.development.js +4 -0
- package/dist/esm/_virtual/react-is.development.js.map +1 -0
- package/dist/esm/_virtual/react-is.production.min.js +4 -0
- package/dist/esm/_virtual/react-is.production.min.js.map +1 -0
- package/dist/esm/content/createPages.js +48 -15
- package/dist/esm/content/createPages.js.map +1 -1
- package/dist/esm/content/types.js.map +1 -1
- package/dist/esm/external/@babel/runtime/helpers/esm/assertThisInitialized.js +9 -0
- package/dist/esm/external/@babel/runtime/helpers/esm/assertThisInitialized.js.map +1 -0
- package/dist/esm/external/@babel/runtime/helpers/esm/extends.js +17 -0
- package/dist/esm/external/@babel/runtime/helpers/esm/extends.js.map +1 -0
- package/dist/esm/external/@babel/runtime/helpers/esm/inheritsLoose.js +10 -0
- package/dist/esm/external/@babel/runtime/helpers/esm/inheritsLoose.js.map +1 -0
- package/dist/esm/external/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +15 -0
- package/dist/esm/external/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +1 -0
- package/dist/esm/external/@babel/runtime/helpers/esm/setPrototypeOf.js +10 -0
- package/dist/esm/external/@babel/runtime/helpers/esm/setPrototypeOf.js.map +1 -0
- package/dist/esm/external/@loadable/component/dist/loadable.esm.js +470 -0
- package/dist/esm/external/@loadable/component/dist/loadable.esm.js.map +1 -0
- package/dist/esm/external/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +107 -0
- package/dist/esm/external/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js.map +1 -0
- package/dist/esm/external/react-is/cjs/react-is.development.js +182 -0
- package/dist/esm/external/react-is/cjs/react-is.development.js.map +1 -0
- package/dist/esm/external/react-is/cjs/react-is.production.min.js +18 -0
- package/dist/esm/external/react-is/cjs/react-is.production.min.js.map +1 -0
- package/dist/esm/external/react-is/index.js +12 -0
- package/dist/esm/external/react-is/index.js.map +1 -0
- package/dist/stats.html +1 -1
- package/dist/stats.txt +74 -48
- package/dist/types/content/types.d.ts +3 -1
- package/package.json +5 -5
- package/dist/types/content/components/PageHeaderContext.d.ts +0 -1
- package/dist/types/content/hooks/usePageHeader.d.ts +0 -1
package/dist/stats.txt
CHANGED
|
@@ -1,92 +1,118 @@
|
|
|
1
1
|
-----------------------------
|
|
2
2
|
Rollup File Analysis
|
|
3
3
|
-----------------------------
|
|
4
|
-
bundle size:
|
|
5
|
-
original size:
|
|
6
|
-
code reduction:
|
|
7
|
-
module count:
|
|
4
|
+
bundle size: 62.695 KB
|
|
5
|
+
original size: 85.641 KB
|
|
6
|
+
code reduction: 26.79 %
|
|
7
|
+
module count: 55
|
|
8
8
|
|
|
9
|
+
/home/artemis/Github/imperium/node_modules/@loadable/component/dist/loadable.esm.js
|
|
10
|
+
██████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.81 % (13.044 KB)
|
|
11
|
+
/home/artemis/Github/imperium/node_modules/react-is/cjs/react-is.development.js
|
|
12
|
+
█████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.62 % (7.286 KB)
|
|
9
13
|
/src/content/components/ContentComponent.tsx
|
|
10
|
-
|
|
14
|
+
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.72 % (3.584 KB)
|
|
11
15
|
/src/layout/components/styles.module.css
|
|
12
|
-
|
|
16
|
+
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.07 % (3.176 KB)
|
|
17
|
+
/home/artemis/Github/imperium/node_modules/react-is/cjs/react-is.production.min.js
|
|
18
|
+
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.72 % (2.961 KB)
|
|
19
|
+
/home/artemis/Github/imperium/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js
|
|
20
|
+
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.37 % (2.739 KB)
|
|
13
21
|
/src/layout/components/Layout.tsx
|
|
14
|
-
|
|
22
|
+
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.01 % (2.512 KB)
|
|
15
23
|
/src/content/components/styles.module.css
|
|
16
|
-
|
|
24
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.38 % (2.119 KB)
|
|
17
25
|
/src/layout/withLayout.tsx
|
|
18
|
-
|
|
26
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.12 % (1.955 KB)
|
|
19
27
|
/src/content/components/ActionForm.tsx
|
|
20
|
-
|
|
28
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.66 % (1.667 KB)
|
|
29
|
+
/src/content/createPages.tsx
|
|
30
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.65 % (1.66 KB)
|
|
21
31
|
/src/layout/components/LayoutItemWrapper.tsx
|
|
22
|
-
|
|
32
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.4 % (1.503 KB)
|
|
23
33
|
/src/layout/moveItems.ts
|
|
24
|
-
|
|
34
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.23 % (1.401 KB)
|
|
25
35
|
/src/content/components/SidebarItemWrapper.tsx
|
|
26
|
-
|
|
36
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.9 % (1.189 KB)
|
|
27
37
|
/src/layout/components/DropdownItem.tsx
|
|
28
|
-
|
|
38
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.88 % (1.179 KB)
|
|
29
39
|
/src/datahooks/DataHooks.tsx
|
|
30
|
-
|
|
40
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.69 % (1.058 KB)
|
|
31
41
|
/src/content/components/Header.tsx
|
|
32
|
-
|
|
42
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.66 % (1.042 KB)
|
|
33
43
|
/src/layout/utils.tsx
|
|
34
|
-
|
|
44
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.46 % (915 Bytes)
|
|
35
45
|
/src/datahooks/Permissions.tsx
|
|
36
|
-
|
|
46
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.38 % (864 Bytes)
|
|
37
47
|
/src/hooks/useBuildData.ts
|
|
38
|
-
|
|
48
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.27 % (799 Bytes)
|
|
39
49
|
/src/layout/components/LayoutItemBar.tsx
|
|
40
|
-
|
|
41
|
-
/src/content/createPages.tsx
|
|
42
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.91 % (650 Bytes)
|
|
50
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.16 % (726 Bytes)
|
|
43
51
|
/src/content/components/ActionFormSidebarItemComponent.tsx
|
|
44
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.
|
|
45
|
-
/home/artemis/
|
|
46
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.
|
|
52
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.03 % (644 Bytes)
|
|
53
|
+
/home/artemis/Github/imperium/node_modules/style-inject/dist/style-inject.es.js
|
|
54
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.01 % (636 Bytes)
|
|
47
55
|
/src/content/utils.tsx
|
|
48
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1
|
|
56
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1 % (628 Bytes)
|
|
49
57
|
/src/state.ts
|
|
50
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
58
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.94 % (591 Bytes)
|
|
51
59
|
/src/hooks/useIsActiveRoute.ts
|
|
52
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
60
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.82 % (514 Bytes)
|
|
61
|
+
/home/artemis/Github/imperium/node_modules/@babel/runtime/helpers/esm/extends.js
|
|
62
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.64 % (401 Bytes)
|
|
53
63
|
/src/content/types.ts
|
|
54
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
64
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.62 % (388 Bytes)
|
|
55
65
|
/src/layout/components/PlainItem.tsx
|
|
56
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
66
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.6 % (379 Bytes)
|
|
57
67
|
/src/layout/components/SecondaryMenuToggleItem.tsx
|
|
58
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
68
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.57 % (356 Bytes)
|
|
59
69
|
/src/datahooks/ExecutePermissionHook.tsx
|
|
60
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
70
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.55 % (345 Bytes)
|
|
61
71
|
/src/content/components/ActionSidebarItemComponent.tsx
|
|
62
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
72
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.55 % (343 Bytes)
|
|
63
73
|
/src/datahooks/PermissionHooks.tsx
|
|
64
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
74
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.54 % (339 Bytes)
|
|
75
|
+
/home/artemis/Github/imperium/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
|
76
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.53 % (333 Bytes)
|
|
65
77
|
/src/hooks/useSelectState.ts
|
|
66
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
78
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.52 % (326 Bytes)
|
|
67
79
|
/src/content/components/PlainSidebarItem.tsx
|
|
68
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
80
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.52 % (325 Bytes)
|
|
69
81
|
/src/hooks/useSelectPermission.ts
|
|
70
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
82
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.47 % (294 Bytes)
|
|
71
83
|
/src/content/hooks/useBuildContentData.ts
|
|
72
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
84
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.41 % (257 Bytes)
|
|
73
85
|
/src/layout/components/MenuItem.tsx
|
|
74
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
86
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.4 % (252 Bytes)
|
|
87
|
+
/home/artemis/Github/imperium/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
|
|
88
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.34 % (214 Bytes)
|
|
75
89
|
/src/commonItems.ts
|
|
76
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
90
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.32 % (203 Bytes)
|
|
91
|
+
/home/artemis/Github/imperium/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
|
|
92
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.31 % (195 Bytes)
|
|
77
93
|
/src/layout/types.ts
|
|
78
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
94
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.3 % (191 Bytes)
|
|
95
|
+
/home/artemis/Github/imperium/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
|
|
96
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.28 % (176 Bytes)
|
|
79
97
|
/src/utils.ts
|
|
80
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
98
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.23 % (145 Bytes)
|
|
81
99
|
/src/index.ts
|
|
82
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
100
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.23 % (144 Bytes)
|
|
101
|
+
/home/artemis/Github/imperium/node_modules/react-is/index.js
|
|
102
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.22 % (140 Bytes)
|
|
83
103
|
/src/datahooks/ExecuteDataHook.tsx
|
|
84
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
104
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.2 % (123 Bytes)
|
|
85
105
|
/src/types.ts
|
|
86
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
106
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.19 % (121 Bytes)
|
|
87
107
|
/src/content/components/CustomSidebarItemComponent.tsx
|
|
88
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
108
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.13 % (83 Bytes)
|
|
89
109
|
/src/layout/components/CustomLayoutItemComponent.tsx
|
|
90
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
110
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.13 % (82 Bytes)
|
|
91
111
|
/src/content/dividerSidebarItem.ts
|
|
92
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
112
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.09 % (59 Bytes)
|
|
113
|
+
/home/artemis/Github/imperium/node_modules/react-is/cjs/react-is.production.min.js?commonjs-exports
|
|
114
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.05 % (32 Bytes)
|
|
115
|
+
/home/artemis/Github/imperium/node_modules/react-is/cjs/react-is.development.js?commonjs-exports
|
|
116
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.05 % (29 Bytes)
|
|
117
|
+
/home/artemis/Github/imperium/node_modules/react-is/index.js?commonjs-module
|
|
118
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.04 % (28 Bytes)
|
|
@@ -8,7 +8,9 @@ export type RouteParameters<T extends readonly string[] | undefined> = T extends
|
|
|
8
8
|
export interface ContentData<T extends DefineRouteOptions, K extends keyof T> extends Data {
|
|
9
9
|
params: RouteParameters<T[K]['params']>;
|
|
10
10
|
}
|
|
11
|
-
export type Content<T extends DefineRouteOptions, K extends keyof T> = (data: ContentData<T, K>) =>
|
|
11
|
+
export type Content<T extends DefineRouteOptions, K extends keyof T> = (data: ContentData<T, K>) => Promise<{
|
|
12
|
+
default: React.ComponentType<any>;
|
|
13
|
+
}>;
|
|
12
14
|
export interface BaseSidebarItem<T extends DefineRouteOptions, K extends keyof T> extends WeightedItem, VisibilityItem {
|
|
13
15
|
text: string | ((data: ContentData<T, K>) => string);
|
|
14
16
|
icon?: SemanticICONS | ((data: ContentData<T, K>) => SemanticICONS);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imperium/layout",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.5.0",
|
|
4
4
|
"description": "Imperium Layout package",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/thr-consulting/imperium/issues"
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@imperium/auth-client": "^14.
|
|
34
|
+
"@imperium/auth-client": "^14.5.0",
|
|
35
35
|
"@imperium/client": "^14.0.0",
|
|
36
|
-
"@imperium/router": "^14.
|
|
37
|
-
"@imperium/state": "^14.
|
|
36
|
+
"@imperium/router": "^14.5.0",
|
|
37
|
+
"@imperium/state": "^14.5.0",
|
|
38
38
|
"@thx/controls": "^19.0.0",
|
|
39
39
|
"debug": "^4.4.0",
|
|
40
40
|
"history": "^5.0.1",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "f0a1f3e02c88790bde3d5ec642a8549dae035e18"
|
|
64
64
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const PageHeaderContext: import("react").Context<string | null>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function usePageHeader(): unknown;
|