@koine/next 2.0.0-beta.8 → 2.0.0-beta.80

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.
Files changed (179) hide show
  1. package/12/AnalyticsGoogle.d.ts +1 -2
  2. package/12/DisableErrorOverlay.d.ts +1 -6
  3. package/12/Seo.d.ts +8 -26
  4. package/12/SeoDefaults.d.ts +3 -4
  5. package/12/seoBuildTags.d.ts +2 -17
  6. package/12/types.d.ts +2 -0
  7. package/12.cjs.d.ts +1 -0
  8. package/12.cjs.default.js +1 -0
  9. package/12.cjs.js +53 -0
  10. package/12.cjs.mjs +2 -0
  11. package/12.d.ts +3 -0
  12. package/12.esm.js +43 -0
  13. package/README.md +0 -12
  14. package/ThemeContext.cjs.d.ts +2 -0
  15. package/ThemeContext.cjs.default.js +1 -0
  16. package/ThemeContext.cjs.js +13 -0
  17. package/ThemeContext.cjs.mjs +2 -0
  18. package/ThemeContext.d.ts +11 -0
  19. package/ThemeContext.esm.js +8 -0
  20. package/ThemeProvider.cjs.d.ts +2 -0
  21. package/ThemeProvider.cjs.default.js +1 -0
  22. package/ThemeProvider.cjs.js +214 -0
  23. package/ThemeProvider.cjs.mjs +2 -0
  24. package/ThemeProvider.d.ts +17 -0
  25. package/ThemeProvider.esm.js +205 -0
  26. package/config.cjs.d.ts +1 -0
  27. package/config.cjs.default.js +1 -0
  28. package/config.cjs.js +84 -0
  29. package/config.cjs.mjs +2 -0
  30. package/config.d.ts +7 -0
  31. package/config.esm.js +80 -0
  32. package/index.cjs.d.ts +1 -0
  33. package/index.cjs.default.js +1 -0
  34. package/index.cjs.js +19 -0
  35. package/index.cjs.mjs +2 -0
  36. package/index.d.ts +3 -1
  37. package/index.esm.js +8 -0
  38. package/load.cjs.d.ts +2 -0
  39. package/load.cjs.default.js +1 -0
  40. package/load.cjs.js +12 -0
  41. package/load.cjs.mjs +2 -0
  42. package/load.d.ts +0 -8
  43. package/load.esm.js +7 -0
  44. package/package.json +49 -89
  45. package/typings.d.ts +39 -50
  46. package/useTheme.cjs.d.ts +2 -0
  47. package/useTheme.cjs.default.js +1 -0
  48. package/useTheme.cjs.js +11 -0
  49. package/useTheme.cjs.mjs +2 -0
  50. package/useTheme.d.ts +4 -0
  51. package/useTheme.esm.js +6 -0
  52. package/12/AnalyticsGoogle.js +0 -79
  53. package/12/AnalyticsGoogle.mjs +0 -60
  54. package/12/DisableErrorOverlay.js +0 -31
  55. package/12/DisableErrorOverlay.mjs +0 -16
  56. package/12/DynamicNamespaces.d.ts +0 -13
  57. package/12/DynamicNamespaces.js +0 -23
  58. package/12/DynamicNamespaces.mjs +0 -8
  59. package/12/Favicon.d.ts +0 -4
  60. package/12/Favicon.js +0 -29
  61. package/12/Favicon.mjs +0 -10
  62. package/12/Link.d.ts +0 -10
  63. package/12/Link.js +0 -38
  64. package/12/Link.mjs +0 -20
  65. package/12/NextProgress.d.ts +0 -25
  66. package/12/NextProgress.js +0 -69
  67. package/12/NextProgress.mjs +0 -51
  68. package/12/Seo.js +0 -29
  69. package/12/Seo.mjs +0 -30
  70. package/12/SeoDefaults.js +0 -31
  71. package/12/SeoDefaults.mjs +0 -14
  72. package/12/T.d.ts +0 -16
  73. package/12/T.js +0 -43
  74. package/12/T.mjs +0 -27
  75. package/12/ThemeContext.d.ts +0 -17
  76. package/12/ThemeContext.js +0 -25
  77. package/12/ThemeContext.mjs +0 -7
  78. package/12/ThemeProvider.d.ts +0 -35
  79. package/12/ThemeProvider.js +0 -256
  80. package/12/ThemeProvider.mjs +0 -245
  81. package/12/TransText.d.ts +0 -3
  82. package/12/TransText.js +0 -23
  83. package/12/TransText.mjs +0 -4
  84. package/12/app/AppHead.d.ts +0 -3
  85. package/12/app/AppHead.js +0 -31
  86. package/12/app/AppHead.mjs +0 -12
  87. package/12/app/AppMain.d.ts +0 -35
  88. package/12/app/AppMain.js +0 -6
  89. package/12/app/AppMain.mjs +0 -1
  90. package/12/app/css/AppMain.d.ts +0 -9
  91. package/12/app/css/AppMain.js +0 -39
  92. package/12/app/css/AppMain.mjs +0 -24
  93. package/12/app/css/AppTheme.d.ts +0 -11
  94. package/12/app/css/AppTheme.js +0 -33
  95. package/12/app/css/AppTheme.mjs +0 -17
  96. package/12/app/css/auth/index.d.ts +0 -11
  97. package/12/app/css/auth/index.js +0 -40
  98. package/12/app/css/auth/index.mjs +0 -24
  99. package/12/app/css/index.d.ts +0 -54
  100. package/12/app/css/index.js +0 -36
  101. package/12/app/css/index.mjs +0 -65
  102. package/12/app/index.d.ts +0 -2
  103. package/12/app/index.js +0 -7
  104. package/12/app/index.mjs +0 -2
  105. package/12/app/sc/AppMain.d.ts +0 -11
  106. package/12/app/sc/AppMain.js +0 -70
  107. package/12/app/sc/AppMain.mjs +0 -58
  108. package/12/app/sc/AppTheme.d.ts +0 -14
  109. package/12/app/sc/AppTheme.js +0 -33
  110. package/12/app/sc/AppTheme.mjs +0 -16
  111. package/12/app/sc/auth/index.d.ts +0 -11
  112. package/12/app/sc/auth/index.js +0 -40
  113. package/12/app/sc/auth/index.mjs +0 -24
  114. package/12/app/sc/index.d.ts +0 -56
  115. package/12/app/sc/index.js +0 -36
  116. package/12/app/sc/index.mjs +0 -67
  117. package/12/document/Document.d.ts +0 -15
  118. package/12/document/Document.js +0 -49
  119. package/12/document/Document.mjs +0 -38
  120. package/12/document/css/index.d.ts +0 -17
  121. package/12/document/css/index.js +0 -60
  122. package/12/document/css/index.mjs +0 -53
  123. package/12/document/index.d.ts +0 -2
  124. package/12/document/index.js +0 -19
  125. package/12/document/index.mjs +0 -2
  126. package/12/document/sc/index.d.ts +0 -19
  127. package/12/document/sc/index.js +0 -73
  128. package/12/document/sc/index.mjs +0 -65
  129. package/12/getT.d.ts +0 -9
  130. package/12/getT.js +0 -23
  131. package/12/getT.mjs +0 -8
  132. package/12/index.d.ts +0 -24
  133. package/12/index.js +0 -100
  134. package/12/index.mjs +0 -27
  135. package/12/seoBuildTags.js +0 -126
  136. package/12/seoBuildTags.mjs +0 -121
  137. package/12/to.d.ts +0 -24
  138. package/12/to.js +0 -31
  139. package/12/to.mjs +0 -19
  140. package/12/translationAsOptions.d.ts +0 -3
  141. package/12/translationAsOptions.js +0 -19
  142. package/12/translationAsOptions.mjs +0 -9
  143. package/12/types-i18n.d.ts +0 -118
  144. package/12/types-i18n.js +0 -15
  145. package/12/types-i18n.mjs +0 -12
  146. package/12/types-seo.d.ts +0 -7
  147. package/12/types-seo.js +0 -4
  148. package/12/types-seo.mjs +0 -1
  149. package/12/useBackUrl.d.ts +0 -2
  150. package/12/useBackUrl.js +0 -47
  151. package/12/useBackUrl.mjs +0 -28
  152. package/12/useDateFormat.d.ts +0 -7
  153. package/12/useDateFormat.js +0 -42
  154. package/12/useDateFormat.mjs +0 -26
  155. package/12/useForm.d.ts +0 -27
  156. package/12/useForm.js +0 -65
  157. package/12/useForm.mjs +0 -47
  158. package/12/useLocale.d.ts +0 -2
  159. package/12/useLocale.js +0 -25
  160. package/12/useLocale.mjs +0 -6
  161. package/12/useT.d.ts +0 -4
  162. package/12/useT.js +0 -58
  163. package/12/useT.mjs +0 -39
  164. package/12/useTheme.d.ts +0 -7
  165. package/12/useTheme.js +0 -23
  166. package/12/useTheme.mjs +0 -7
  167. package/12/useTo.d.ts +0 -3
  168. package/12/useTo.js +0 -26
  169. package/12/useTo.mjs +0 -8
  170. package/config/index.d.ts +0 -160
  171. package/config/index.js +0 -317
  172. package/config/index.mjs +0 -315
  173. package/getSiteUrl.d.ts +0 -8
  174. package/getSiteUrl.js +0 -24
  175. package/getSiteUrl.mjs +0 -10
  176. package/index.js +0 -20
  177. package/index.mjs +0 -2
  178. package/load.js +0 -31
  179. package/load.mjs +0 -13
@@ -1,245 +0,0 @@
1
- "use client";
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- import NextScript from "next/script";
4
- import { memo, useCallback, useEffect, useState } from "react";
5
- import isServer from "@koine/utils/isServer";
6
- import { ThemeContext } from "./ThemeContext";
7
- const colorSchemes = [
8
- "light",
9
- "dark"
10
- ];
11
- const MEDIA = "(prefers-color-scheme: dark)";
12
- const THEME_STORAGE_KEY = "theme";
13
- /**
14
- * @borrows [next-themes](https://github.com/pacocoursey/next-themes)
15
- *
16
- * Differences:
17
- *
18
- * - enableColorScheme: `false` by default (instead of `true`), this plays more
19
- * nicely with tailwind `dark` class mode as dark theme is supposed to be only
20
- * controlled by tailwind modifiers
21
- */ export const ThemeProvider = ({ forcedTheme, disableTransitionOnChange = false, enableSystem = true, enableColorScheme, themes = [
22
- "light",
23
- "dark"
24
- ], defaultTheme = enableSystem ? "system" : "light", attribute = "data-theme", value, children, nonce })=>{
25
- const [theme, setThemeState] = useState(()=>getTheme(THEME_STORAGE_KEY, defaultTheme));
26
- const [resolvedTheme, setResolvedTheme] = useState(()=>getTheme(THEME_STORAGE_KEY));
27
- const attrs = !value ? themes : Object.values(value);
28
- const applyTheme = useCallback((theme)=>{
29
- let resolved = theme;
30
- if (isServer || !resolved) return;
31
- // If theme is system, resolve it before setting theme
32
- if (theme === "system" && enableSystem) {
33
- resolved = getSystemTheme();
34
- }
35
- const name = value ? value[resolved] : resolved;
36
- const enable = disableTransitionOnChange ? disableAnimation() : null;
37
- const d = document.documentElement;
38
- if (attribute === "class") {
39
- d.classList.remove(...attrs);
40
- if (name) d.classList.add(name);
41
- } else {
42
- if (name) {
43
- d.setAttribute(attribute, name);
44
- } else {
45
- d.removeAttribute(attribute);
46
- }
47
- }
48
- if (enableColorScheme) {
49
- const fallback = colorSchemes.includes(defaultTheme) ? defaultTheme : "";
50
- const colorScheme = colorSchemes.includes(resolved) ? resolved : fallback;
51
- d.style.colorScheme = colorScheme;
52
- }
53
- enable?.();
54
- }, [
55
- attribute,
56
- attrs,
57
- defaultTheme,
58
- disableTransitionOnChange,
59
- enableColorScheme,
60
- enableSystem,
61
- value
62
- ]);
63
- const setTheme = useCallback((theme)=>{
64
- setThemeState(theme);
65
- // Save to storage
66
- try {
67
- localStorage.setItem(THEME_STORAGE_KEY, theme);
68
- } catch (e) {
69
- // Unsupported
70
- }
71
- }, []);
72
- const handleMediaQuery = useCallback((e)=>{
73
- const resolved = getSystemTheme(e);
74
- setResolvedTheme(resolved);
75
- if (theme === "system" && enableSystem && !forcedTheme) {
76
- applyTheme("system");
77
- }
78
- }, [
79
- theme,
80
- enableSystem,
81
- forcedTheme,
82
- applyTheme
83
- ]);
84
- // Always listen to System preference
85
- useEffect(()=>{
86
- const media = window.matchMedia(MEDIA);
87
- // Intentionally use deprecated listener methods to support iOS & old browsers
88
- media.addListener(handleMediaQuery);
89
- handleMediaQuery(media);
90
- return ()=>media.removeListener(handleMediaQuery);
91
- }, [
92
- handleMediaQuery
93
- ]);
94
- // localStorage event handling
95
- useEffect(()=>{
96
- const handleStorage = (e)=>{
97
- if (e.key !== THEME_STORAGE_KEY) {
98
- return;
99
- }
100
- // If default theme set, use it if localstorage === null (happens on local storage manual deletion)
101
- const theme = e.newValue || defaultTheme;
102
- setTheme(theme);
103
- };
104
- window.addEventListener("storage", handleStorage);
105
- return ()=>window.removeEventListener("storage", handleStorage);
106
- }, [
107
- defaultTheme,
108
- setTheme
109
- ]);
110
- // Whenever theme or forcedTheme changes, apply it
111
- useEffect(()=>{
112
- applyTheme(forcedTheme ?? theme);
113
- }, [
114
- applyTheme,
115
- forcedTheme,
116
- theme
117
- ]);
118
- return /*#__PURE__*/ _jsxs(ThemeContext.Provider, {
119
- value: {
120
- theme,
121
- setTheme,
122
- forcedTheme,
123
- resolvedTheme: theme === "system" ? resolvedTheme : theme,
124
- themes: enableSystem ? [
125
- ...themes,
126
- "system"
127
- ] : themes,
128
- systemTheme: enableSystem ? resolvedTheme : undefined
129
- },
130
- children: [
131
- /*#__PURE__*/ _jsx(ThemeScript, {
132
- forcedTheme,
133
- disableTransitionOnChange,
134
- enableSystem,
135
- enableColorScheme,
136
- themes,
137
- defaultTheme,
138
- attribute,
139
- value,
140
- children,
141
- attrs,
142
- nonce
143
- }),
144
- children
145
- ]
146
- });
147
- };
148
- const ThemeScript = /*#__PURE__*/ memo(({ forcedTheme, attribute, enableSystem, enableColorScheme, defaultTheme, value, attrs, nonce })=>{
149
- const defaultSystem = defaultTheme === "system";
150
- // Code-golfing the amount of characters in the script
151
- const optimization = (()=>{
152
- const removeClasses = `d.remove(${attrs.map((t)=>`'${t}'`).join(",")})`;
153
- return `var d=document.documentElement.classList;${removeClasses};`;
154
- })();
155
- const fallbackColorScheme = (()=>{
156
- if (!enableColorScheme) {
157
- return "";
158
- }
159
- const fallback = colorSchemes.includes(defaultTheme) ? defaultTheme : null;
160
- if (fallback) {
161
- return `if(e==='light'||e==='dark'||!e)d.style.colorScheme=e||'${defaultTheme}'`;
162
- } else {
163
- return `if(e==='light'||e==='dark')d.style.colorScheme=e`;
164
- }
165
- })();
166
- const updateDOM = (name, literal = false, setColorScheme = true)=>{
167
- const resolvedName = value ? value[name] : name;
168
- const val = literal ? name + `|| ''` : `'${resolvedName}'`;
169
- let text = "";
170
- // MUCH faster to set colorScheme alongside HTML attribute/class
171
- // as it only incurs 1 style recalculation rather than 2
172
- // This can save over 250ms of work for pages with big DOM
173
- if (enableColorScheme && setColorScheme && !literal && colorSchemes.includes(name)) {
174
- text += `d.style.colorScheme = '${name}';`;
175
- }
176
- if (attribute === "class") {
177
- if (literal || resolvedName) {
178
- text += `d.add(${val})`;
179
- } else {
180
- text += `null`;
181
- }
182
- } else {
183
- if (resolvedName) {
184
- text += `d[s](n, ${val})`;
185
- }
186
- }
187
- return text;
188
- };
189
- const scriptSrc = (()=>{
190
- if (forcedTheme) {
191
- return `!function(){${optimization}${updateDOM(forcedTheme)}}()`;
192
- }
193
- if (enableSystem) {
194
- return `!function(){try {${optimization}var e=localStorage.getItem('${THEME_STORAGE_KEY}');if("system"===e||(!e&&${defaultSystem})){var t="${MEDIA}",m=window.matchMedia(t);if(m.media!==t||m.matches){${updateDOM("dark")}}else{${updateDOM("light")}}}else if(e){${value ? `var x=${JSON.stringify(value)};` : ""}${updateDOM(value ? `x[e]` : "e", true)}}${!defaultSystem ? `else{` + updateDOM(defaultTheme, false, false) + "}" : ""}${fallbackColorScheme}}catch(e){}}()`;
195
- }
196
- return `!function(){try{${optimization}var e=localStorage.getItem("${THEME_STORAGE_KEY}");if(e){${value ? `var x=${JSON.stringify(value)};` : ""}${updateDOM(value ? `x[e]` : "e", true)}}else{${updateDOM(defaultTheme, false, false)};}${fallbackColorScheme}}catch(t){}}();`;
197
- })();
198
- // We MUST use next/script's `beforeInteractive` strategy to avoid flashing on load.
199
- // However, it only accepts the `src` prop, not `dangerouslySetInnerHTML` or `children`
200
- // But our script cannot be external because it changes at runtime based on React props
201
- // so we trick next/script by passing `src` as a base64 JS script
202
- const encodedScript = `data:text/javascript;base64,${encodeBase64(scriptSrc)}`;
203
- return /*#__PURE__*/ _jsx(NextScript, {
204
- id: "next-theme-script",
205
- strategy: "beforeInteractive",
206
- src: encodedScript,
207
- nonce: nonce
208
- });
209
- }, // Never re-render this component
210
- ()=>true);
211
- // Helpers
212
- const getTheme = (key, fallback)=>{
213
- if (isServer) return undefined;
214
- let theme;
215
- try {
216
- theme = localStorage.getItem(key) || undefined;
217
- } catch (e) {
218
- // Unsupported
219
- }
220
- return theme || fallback;
221
- };
222
- const disableAnimation = ()=>{
223
- const d = document;
224
- const css = d.createElement("style");
225
- css.appendChild(d.createTextNode(`*{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}`));
226
- d.head.appendChild(css);
227
- return ()=>{
228
- // Force restyle
229
- (()=>window.getComputedStyle(d.body))();
230
- // Wait for next tick before removing
231
- setTimeout(()=>{
232
- d.head.removeChild(css);
233
- }, 1);
234
- };
235
- };
236
- const getSystemTheme = (e)=>{
237
- if (!e) e = window.matchMedia(MEDIA);
238
- const isDark = e.matches;
239
- const systemTheme = isDark ? "dark" : "light";
240
- return systemTheme;
241
- };
242
- const encodeBase64 = (str)=>{
243
- return isServer ? Buffer.from(str).toString("base64") : btoa(str);
244
- };
245
- export default ThemeProvider;
package/12/TransText.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import _TransText from "next-translate/TransText";
2
- export declare const TransText: typeof _TransText;
3
- export default TransText;
package/12/TransText.js DELETED
@@ -1,23 +0,0 @@
1
- "use client";
2
- "use strict";
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- function _export(target, all) {
7
- for(var name in all)Object.defineProperty(target, name, {
8
- enumerable: true,
9
- get: all[name]
10
- });
11
- }
12
- _export(exports, {
13
- TransText: function() {
14
- return TransText;
15
- },
16
- default: function() {
17
- return _default;
18
- }
19
- });
20
- const _interop_require_default = require("@swc/helpers/_/_interop_require_default");
21
- const _TransText = /*#__PURE__*/ _interop_require_default._(require("next-translate/TransText"));
22
- const TransText = _TransText.default;
23
- const _default = TransText;
package/12/TransText.mjs DELETED
@@ -1,4 +0,0 @@
1
- "use client";
2
- import _TransText from "next-translate/TransText";
3
- export const TransText = _TransText;
4
- export default TransText;
@@ -1,3 +0,0 @@
1
- export type AppHeadProps = unknown;
2
- export declare const AppHead: () => import("react/jsx-runtime").JSX.Element;
3
- export default AppHead;
package/12/app/AppHead.js DELETED
@@ -1,31 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- AppHead: function() {
13
- return AppHead;
14
- },
15
- default: function() {
16
- return _default;
17
- }
18
- });
19
- const _interop_require_default = require("@swc/helpers/_/_interop_require_default");
20
- const _jsxruntime = require("react/jsx-runtime");
21
- const _head = /*#__PURE__*/ _interop_require_default._(require("next/head"));
22
- const _react = /*#__PURE__*/ _interop_require_default._(require("react"));
23
- const AppHead = ()=>{
24
- return /*#__PURE__*/ (0, _jsxruntime.jsx)(_head.default, {
25
- children: /*#__PURE__*/ (0, _jsxruntime.jsx)("meta", {
26
- name: "viewport",
27
- content: "width=device-width"
28
- })
29
- });
30
- };
31
- const _default = AppHead;
@@ -1,12 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import Head from "next/head";
3
- import React from "react";
4
- export const AppHead = ()=>{
5
- return /*#__PURE__*/ _jsx(Head, {
6
- children: /*#__PURE__*/ _jsx("meta", {
7
- name: "viewport",
8
- content: "width=device-width"
9
- })
10
- });
11
- };
12
- export default AppHead;
@@ -1,35 +0,0 @@
1
- import type { HTMLMotionProps } from "framer-motion";
2
- import type { AppProps as NextAppProps } from "next/app";
3
- import React from "react";
4
- import type { MotionProviderFeatures } from "@koine/react/m";
5
- import type { NextProgressProps } from "../NextProgress";
6
- import type { SeoDefaultsProps } from "../SeoDefaults";
7
- export type AppMainBaseProps = NextAppProps & {
8
- /**
9
- * A wrapping layout component
10
- */
11
- Layout: React.FC<Record<string, unknown>>;
12
- /**
13
- * A Progress' Overlay component
14
- */
15
- ProgressOverlay?: NextProgressProps["Overlay"];
16
- /**
17
- * Seo site wide default configuration
18
- */
19
- seo?: SeoDefaultsProps;
20
- /**
21
- * JSX to render just after SEO
22
- */
23
- pre?: React.ReactNode;
24
- /**
25
- * JSX to render just at the end of the markup
26
- */
27
- post?: React.ReactNode;
28
- };
29
- export type AppMainFramerProps = {
30
- motion: MotionProviderFeatures;
31
- /**
32
- * Default layout transition, by default it is a simple fade in/out
33
- */
34
- transition?: Omit<HTMLMotionProps<"div">, "key">;
35
- };
package/12/app/AppMain.js DELETED
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- const _interop_require_default = require("@swc/helpers/_/_interop_require_default");
6
- const _react = /*#__PURE__*/ _interop_require_default._(require("react"));
@@ -1 +0,0 @@
1
- import React from "react";
@@ -1,9 +0,0 @@
1
- import type { AppMainBaseProps } from "../AppMain";
2
- export type AppMainProps = Omit<AppMainBaseProps, "ProgressOverlay">;
3
- /**
4
- * App main
5
- *
6
- * It does not imply any specific styling or animation solution
7
- */
8
- export declare const AppMain: ({ Component, pageProps, Layout, seo, pre, post, }: AppMainProps) => import("react/jsx-runtime").JSX.Element;
9
- export default AppMain;
@@ -1,39 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- AppMain: function() {
13
- return AppMain;
14
- },
15
- default: function() {
16
- return _default;
17
- }
18
- });
19
- const _interop_require_default = require("@swc/helpers/_/_interop_require_default");
20
- const _jsxruntime = require("react/jsx-runtime");
21
- const _react = /*#__PURE__*/ _interop_require_default._(require("react"));
22
- const _SeoDefaults = require("../../SeoDefaults");
23
- const AppMain = ({ Component, pageProps, Layout, seo, pre, post })=>{
24
- return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_react.default.Fragment, {
25
- children: [
26
- /*#__PURE__*/ (0, _jsxruntime.jsx)(_SeoDefaults.SeoDefaults, {
27
- ...seo
28
- }),
29
- pre,
30
- /*#__PURE__*/ (0, _jsxruntime.jsx)(Layout, {
31
- children: /*#__PURE__*/ (0, _jsxruntime.jsx)(Component, {
32
- ...pageProps
33
- })
34
- }),
35
- post
36
- ]
37
- });
38
- };
39
- const _default = AppMain;
@@ -1,24 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from "react";
3
- import { SeoDefaults } from "../../SeoDefaults";
4
- /**
5
- * App main
6
- *
7
- * It does not imply any specific styling or animation solution
8
- */ export const AppMain = ({ Component, pageProps, Layout, seo, pre, post })=>{
9
- return /*#__PURE__*/ _jsxs(React.Fragment, {
10
- children: [
11
- /*#__PURE__*/ _jsx(SeoDefaults, {
12
- ...seo
13
- }),
14
- pre,
15
- /*#__PURE__*/ _jsx(Layout, {
16
- children: /*#__PURE__*/ _jsx(Component, {
17
- ...pageProps
18
- })
19
- }),
20
- post
21
- ]
22
- });
23
- };
24
- export default AppMain;
@@ -1,11 +0,0 @@
1
- import { type AppProps as NextAppProps } from "next/app";
2
- import React from "react";
3
- import { type ThemeProviderProps } from "../../ThemeProvider";
4
- export type AppThemeProps = React.PropsWithChildren<NextAppProps & {
5
- theme: ThemeProviderProps["defaultTheme"];
6
- }>;
7
- /**
8
- * App theme with vanilla class based theme (good for `tailwindcss`)
9
- */
10
- export declare const AppTheme: ({ theme, children }: AppThemeProps) => import("react/jsx-runtime").JSX.Element;
11
- export default AppTheme;
@@ -1,33 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- AppTheme: function() {
13
- return AppTheme;
14
- },
15
- default: function() {
16
- return _default;
17
- }
18
- });
19
- const _interop_require_default = require("@swc/helpers/_/_interop_require_default");
20
- const _jsxruntime = require("react/jsx-runtime");
21
- const _react = /*#__PURE__*/ _interop_require_default._(require("react"));
22
- const _ThemeProvider = require("../../ThemeProvider");
23
- const AppTheme = ({ theme, children })=>{
24
- // return (
25
- // <ThemeVanillaProvider initialTheme={theme}>{children}</ThemeVanillaProvider>
26
- // );
27
- return /*#__PURE__*/ (0, _jsxruntime.jsx)(_ThemeProvider.ThemeProvider, {
28
- defaultTheme: theme,
29
- attribute: "class",
30
- children: children
31
- });
32
- };
33
- const _default = AppTheme;
@@ -1,17 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import React from "react";
3
- // import { ThemeVanillaProvider, ThemeVanillaValue } from "@koine/react/styles";
4
- import { ThemeProvider } from "../../ThemeProvider";
5
- /**
6
- * App theme with vanilla class based theme (good for `tailwindcss`)
7
- */ export const AppTheme = ({ theme, children })=>{
8
- // return (
9
- // <ThemeVanillaProvider initialTheme={theme}>{children}</ThemeVanillaProvider>
10
- // );
11
- return /*#__PURE__*/ _jsx(ThemeProvider, {
12
- defaultTheme: theme,
13
- attribute: "class",
14
- children: children
15
- });
16
- };
17
- export default AppTheme;
@@ -1,11 +0,0 @@
1
- import type { AppProps } from "next/app";
2
- import { type AppMainProps } from "../AppMain";
3
- import { type AppThemeProps } from "../AppTheme";
4
- export type NextAppProps = AppProps<{
5
- session: any;
6
- }> & AppThemeProps & AppMainProps;
7
- /**
8
- * App with authentication provided by `next-auth`
9
- */
10
- export declare const NextApp: (props: NextAppProps) => import("react/jsx-runtime").JSX.Element;
11
- export default NextApp;
@@ -1,40 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- function _export(target, all) {
6
- for(var name in all)Object.defineProperty(target, name, {
7
- enumerable: true,
8
- get: all[name]
9
- });
10
- }
11
- _export(exports, {
12
- NextApp: function() {
13
- return NextApp;
14
- },
15
- default: function() {
16
- return _default;
17
- }
18
- });
19
- const _jsxruntime = require("react/jsx-runtime");
20
- const _react = require("next-auth/react");
21
- const _AppHead = require("../../AppHead");
22
- const _AppMain = require("../AppMain");
23
- const _AppTheme = require("../AppTheme");
24
- const NextApp = (props)=>{
25
- return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
26
- children: [
27
- /*#__PURE__*/ (0, _jsxruntime.jsx)(_AppHead.AppHead, {}),
28
- /*#__PURE__*/ (0, _jsxruntime.jsx)(_react.SessionProvider, {
29
- session: props.pageProps.session,
30
- children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_AppTheme.AppTheme, {
31
- ...props,
32
- children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_AppMain.AppMain, {
33
- ...props
34
- })
35
- })
36
- })
37
- ]
38
- });
39
- };
40
- const _default = NextApp;
@@ -1,24 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
- import { SessionProvider } from "next-auth/react";
3
- import { AppHead } from "../../AppHead";
4
- import { AppMain } from "../AppMain";
5
- import { AppTheme } from "../AppTheme";
6
- /**
7
- * App with authentication provided by `next-auth`
8
- */ export const NextApp = (props)=>{
9
- return /*#__PURE__*/ _jsxs(_Fragment, {
10
- children: [
11
- /*#__PURE__*/ _jsx(AppHead, {}),
12
- /*#__PURE__*/ _jsx(SessionProvider, {
13
- session: props.pageProps.session,
14
- children: /*#__PURE__*/ _jsx(AppTheme, {
15
- ...props,
16
- children: /*#__PURE__*/ _jsx(AppMain, {
17
- ...props
18
- })
19
- })
20
- })
21
- ]
22
- });
23
- };
24
- export default NextApp;
@@ -1,54 +0,0 @@
1
- import { AppProps } from "next/app";
2
- import { type AppMainProps } from "./AppMain";
3
- import { type AppThemeProps } from "./AppTheme";
4
- export type NextAppProps = AppProps & AppThemeProps & AppMainProps;
5
- /**
6
- * App
7
- *
8
- * @example
9
- *
10
- * ```tsx
11
- * import { NextApp, NextAppProps } from "@koine/next/app/css/auth";
12
- * import { Favicon, AnalyticsGoogle } from "@koine/next";
13
- * import { theme } from "src/helpers/theme";
14
- * import { Layout } from "src/components/Layout";
15
- * // import "@fontsource/myfont/800.css";
16
- * // import "src/helpers/theme.css";
17
- *
18
- * const motion = () => import("@koine/react/m/max").then((m) => m.default);
19
- *
20
- * export default function App(props: NextAppProps) {
21
- * return (
22
- * <NextApp
23
- * {...props}
24
- * Layout={Layout}
25
- * theme={theme}
26
- * seo={{
27
- * titleTemplate: "%s | MyApp",
28
- * defaultTitle: "MyApp",
29
- * openGraph: {
30
- * type: "website",
31
- * locale: "en_US",
32
- * url: "https://myapp.com/",
33
- * site_name: "MyApp",
34
- * },
35
- * twitter: {
36
- * handle: "@MklrNl",
37
- * site: "@MyApp",
38
- * cardType: "summary_large_image",
39
- * },
40
- * }}
41
- * pre={
42
- * <>
43
- * <AnalyticsGoogle id="UA-xxxxxxxx-x" />
44
- * <Favicon name="MyApp" color="#000000" />
45
- * </>
46
- * }
47
- * />
48
- * );
49
- * }
50
- *
51
- * ```
52
- */
53
- export declare const NextApp: (props: NextAppProps) => import("react/jsx-runtime").JSX.Element;
54
- export default NextApp;