@mui/material-nextjs 9.0.0-alpha.0 → 9.0.0-alpha.2
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/CHANGELOG.md +74 -0
- package/package.json +100 -9
- package/{esm/v13-appRouter/appRouterV13.d.ts → v13-appRouter/appRouterV13.d.mts} +4 -4
- package/v13-appRouter/appRouterV13.d.ts +4 -4
- package/{esm/v13-appRouter/index.d.ts → v13-appRouter/index.d.mts} +2 -2
- package/{esm/v13-appRouter/index.js → v13-appRouter/index.mjs} +2 -2
- package/{esm/v13-pagesRouter/createCache.d.ts → v13-pagesRouter/createCache.d.mts} +1 -1
- package/v13-pagesRouter/createCache.d.ts +1 -1
- package/v13-pagesRouter/index.d.mts +3 -0
- package/v13-pagesRouter/index.mjs +3 -0
- package/{esm/v13-pagesRouter/pagesRouterV13App.d.ts → v13-pagesRouter/pagesRouterV13App.d.mts} +1 -1
- package/v13-pagesRouter/pagesRouterV13App.d.ts +1 -1
- package/{esm/v13-pagesRouter/pagesRouterV13App.js → v13-pagesRouter/pagesRouterV13App.mjs} +1 -1
- package/{esm/v13-pagesRouter/pagesRouterV13Document.d.ts → v13-pagesRouter/pagesRouterV13Document.d.mts} +2 -2
- package/v13-pagesRouter/pagesRouterV13Document.d.ts +2 -2
- package/{esm/v13-pagesRouter/pagesRouterV13Document.js → v13-pagesRouter/pagesRouterV13Document.mjs} +1 -1
- package/v14-appRouter/index.d.mts +1 -0
- package/v14-appRouter/index.mjs +1 -0
- package/v14-pagesRouter/index.d.mts +1 -0
- package/v14-pagesRouter/index.mjs +1 -0
- package/v15-appRouter/index.d.mts +1 -0
- package/v15-appRouter/index.mjs +1 -0
- package/v15-pagesRouter/index.d.mts +1 -0
- package/v15-pagesRouter/index.mjs +1 -0
- package/v16-appRouter/index.d.mts +1 -0
- package/v16-appRouter/index.mjs +1 -0
- package/v16-pagesRouter/index.d.mts +1 -0
- package/v16-pagesRouter/index.mjs +1 -0
- package/esm/nextCompatRouter.cjs +0 -1
- package/esm/nextCompatRouter.d.cts +0 -2
- package/esm/package.json +0 -1
- package/esm/v13-appRouter/nextNavigation.cjs +0 -1
- package/esm/v13-appRouter/nextNavigation.d.cts +0 -2
- package/esm/v13-pagesRouter/index.d.ts +0 -3
- package/esm/v13-pagesRouter/index.js +0 -3
- package/esm/v13-pagesRouter/nextDocument.cjs +0 -1
- package/esm/v13-pagesRouter/nextDocument.d.cts +0 -2
- package/esm/v14-appRouter/index.d.ts +0 -1
- package/esm/v14-appRouter/index.js +0 -1
- package/esm/v14-pagesRouter/index.d.ts +0 -1
- package/esm/v14-pagesRouter/index.js +0 -1
- package/esm/v15-appRouter/index.d.ts +0 -1
- package/esm/v15-appRouter/index.js +0 -1
- package/esm/v15-pagesRouter/index.d.ts +0 -1
- package/esm/v15-pagesRouter/index.js +0 -1
- package/esm/v16-appRouter/index.d.ts +0 -1
- package/esm/v16-appRouter/index.js +0 -1
- package/esm/v16-pagesRouter/index.d.ts +0 -1
- package/esm/v16-pagesRouter/index.js +0 -1
- /package/{esm/v13-appRouter/appRouterV13.js → v13-appRouter/appRouterV13.mjs} +0 -0
- /package/{esm/v13-pagesRouter/createCache.js → v13-pagesRouter/createCache.mjs} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,79 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 9.0.0-alpha.2
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v9.0.0-alpha.1..master -->
|
|
6
|
+
|
|
7
|
+
_Mar 5, 2026_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 4 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### @mui/material@9.0.0-alpha.2
|
|
12
|
+
|
|
13
|
+
- Clean up duplicated CSS rules (#47838) @sai6855
|
|
14
|
+
|
|
15
|
+
### @mui/system@9.0.0-alpha.2
|
|
16
|
+
|
|
17
|
+
- Refactor sortContainerQueries to define regex outside of sort function (#47817) @sai6855
|
|
18
|
+
|
|
19
|
+
### Docs
|
|
20
|
+
|
|
21
|
+
- Move shared components to @mui/docs package (#47672) @Janpot
|
|
22
|
+
- Fix small typo in NumberField page (#47877) @arthur-plazanet
|
|
23
|
+
|
|
24
|
+
### Core
|
|
25
|
+
|
|
26
|
+
- [code-infra] Reduce paths for attw checks (#47896) @brijeshb42
|
|
27
|
+
- [docs-infra] Run syncTeamMembers (#47900) @Janpot
|
|
28
|
+
|
|
29
|
+
All contributors of this release in alphabetical order: @arthur-plazanet, @brijeshb42, @Janpot, @sai6855
|
|
30
|
+
|
|
31
|
+
## 9.0.0-alpha.1
|
|
32
|
+
|
|
33
|
+
<!-- generated comparing v9.0.0-alpha.0..master -->
|
|
34
|
+
|
|
35
|
+
_Feb 26, 2026_
|
|
36
|
+
|
|
37
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
38
|
+
|
|
39
|
+
### @mui/material@9.0.0-alpha.1
|
|
40
|
+
|
|
41
|
+
- [Autocomplete] Prevents Autocomplete menu from opening on right click (#47797) @silviuaavram
|
|
42
|
+
- [Backdrop] Remove aria-hidden by default (#47798) @silviuaavram
|
|
43
|
+
- [ButtonBase] Ensure that onClick propagates when non-native button is clicked (#47800) @silviuaavram
|
|
44
|
+
- [Dialog][Modal] Remove `disableEscapeKeyDown` prop (#47695) @silviuaavram
|
|
45
|
+
- [Grid] Remove system props support (#47846) @siriwatknp
|
|
46
|
+
- [TableCell][theme] Apply `alpha` before color mixing to border bottom color when nativeColor + cssVariables is used (#47762) @ZeeshanTamboli
|
|
47
|
+
- [theme] Remove MuiTouchRipple from theme component types (#47849) @siriwatknp
|
|
48
|
+
- [Tooltip] Fix error is thrown when wrapping an input which is disabled while focused (#47684) @ZeeshanTamboli
|
|
49
|
+
- [useAutocomplete] Improve isOptionEqualToValue value argument type (#47801) @silviuaavram
|
|
50
|
+
|
|
51
|
+
### Docs
|
|
52
|
+
|
|
53
|
+
- [docs] Add updated community theme resource (#47847) @PeterTYLiu
|
|
54
|
+
- [docs] Few copy fixes (#47806) @pavan-sh
|
|
55
|
+
- [docs] Fix IPA reader link in blog post (#47796) @pavan-sh
|
|
56
|
+
- [docs] Fix JSX in Overriding component structure docs (#47799) @ZeeshanTamboli
|
|
57
|
+
- [docs] Fix the keyboard navigation in GroupedMenu example (#47842) @silviuaavram
|
|
58
|
+
- [docs] Fix Theme builder video (#47835) @oliviertassinari
|
|
59
|
+
- [docs] Update pricing sankey as done (#47795) @alexfauquette
|
|
60
|
+
- [docs][system] Update sizing docs to clarify `(0, 1]` behavior. (#47845) @matthias-ccri
|
|
61
|
+
|
|
62
|
+
### Core
|
|
63
|
+
|
|
64
|
+
- [blog] Blogpost for upcoming price changes for MUI X (#47748) @DanailH
|
|
65
|
+
- [code-infra] Detect browser envs that don't support layout (#47813) @Janpot
|
|
66
|
+
- [code-infra] Enable undefined addition to optional properties (#47750) @brijeshb42
|
|
67
|
+
- [code-infra] Exclusively enable test mode in jsdom (#47812) @Janpot
|
|
68
|
+
- [code-infra] Fix console.warn during test (#47802) @Janpot
|
|
69
|
+
- [code-infra] Remove vale as a workspace dependency (#47860) @brijeshb42
|
|
70
|
+
- [code-infra] Setup flat build for packages (#47670) @brijeshb42
|
|
71
|
+
- [code-infra] Upgrade react-docgen to v8 (#47685) @JCQuintas
|
|
72
|
+
- [docs-infra] Reapply Cookie Banner with Design Fixes (#47744) @dav-is
|
|
73
|
+
- [internal] Remove legacy MUI Base API docs (#47804) @ZeeshanTamboli
|
|
74
|
+
|
|
75
|
+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @DanailH, @dav-is, @Janpot, @JCQuintas, @matthias-ccri, @oliviertassinari, @pavan-sh, @PeterTYLiu, @silviuaavram, @siriwatknp, @ZeeshanTamboli
|
|
76
|
+
|
|
3
77
|
## 9.0.0-alpha.0
|
|
4
78
|
|
|
5
79
|
<!-- generated comparing v7.3.8..master -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/material-nextjs",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.2",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Collection of utilities for integration between Material UI and Next.js.",
|
|
6
6
|
"keywords": [
|
|
@@ -55,25 +55,116 @@
|
|
|
55
55
|
"exports": {
|
|
56
56
|
"./package.json": "./package.json",
|
|
57
57
|
"./v13-pagesRouter": {
|
|
58
|
+
"import": {
|
|
59
|
+
"types": "./v13-pagesRouter/index.d.mts",
|
|
60
|
+
"default": "./v13-pagesRouter/index.mjs"
|
|
61
|
+
},
|
|
58
62
|
"require": {
|
|
59
63
|
"types": "./v13-pagesRouter/index.d.ts",
|
|
60
64
|
"default": "./v13-pagesRouter/index.js"
|
|
61
65
|
},
|
|
62
66
|
"default": {
|
|
63
|
-
"types": "./
|
|
64
|
-
"default": "./
|
|
67
|
+
"types": "./v13-pagesRouter/index.d.mts",
|
|
68
|
+
"default": "./v13-pagesRouter/index.mjs"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"./v13-appRouter": {
|
|
72
|
+
"import": {
|
|
73
|
+
"types": "./v13-appRouter/index.d.mts",
|
|
74
|
+
"default": "./v13-appRouter/index.mjs"
|
|
75
|
+
},
|
|
76
|
+
"require": {
|
|
77
|
+
"types": "./v13-appRouter/index.d.ts",
|
|
78
|
+
"default": "./v13-appRouter/index.js"
|
|
79
|
+
},
|
|
80
|
+
"default": {
|
|
81
|
+
"types": "./v13-appRouter/index.d.mts",
|
|
82
|
+
"default": "./v13-appRouter/index.mjs"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"./v14-appRouter": {
|
|
86
|
+
"import": {
|
|
87
|
+
"types": "./v14-appRouter/index.d.mts",
|
|
88
|
+
"default": "./v14-appRouter/index.mjs"
|
|
89
|
+
},
|
|
90
|
+
"require": {
|
|
91
|
+
"types": "./v14-appRouter/index.d.ts",
|
|
92
|
+
"default": "./v14-appRouter/index.js"
|
|
93
|
+
},
|
|
94
|
+
"default": {
|
|
95
|
+
"types": "./v14-appRouter/index.d.mts",
|
|
96
|
+
"default": "./v14-appRouter/index.mjs"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"./v14-pagesRouter": {
|
|
100
|
+
"import": {
|
|
101
|
+
"types": "./v14-pagesRouter/index.d.mts",
|
|
102
|
+
"default": "./v14-pagesRouter/index.mjs"
|
|
103
|
+
},
|
|
104
|
+
"require": {
|
|
105
|
+
"types": "./v14-pagesRouter/index.d.ts",
|
|
106
|
+
"default": "./v14-pagesRouter/index.js"
|
|
107
|
+
},
|
|
108
|
+
"default": {
|
|
109
|
+
"types": "./v14-pagesRouter/index.d.mts",
|
|
110
|
+
"default": "./v14-pagesRouter/index.mjs"
|
|
65
111
|
}
|
|
66
112
|
},
|
|
67
|
-
"
|
|
113
|
+
"./v15-appRouter": {
|
|
114
|
+
"import": {
|
|
115
|
+
"types": "./v15-appRouter/index.d.mts",
|
|
116
|
+
"default": "./v15-appRouter/index.mjs"
|
|
117
|
+
},
|
|
118
|
+
"require": {
|
|
119
|
+
"types": "./v15-appRouter/index.d.ts",
|
|
120
|
+
"default": "./v15-appRouter/index.js"
|
|
121
|
+
},
|
|
122
|
+
"default": {
|
|
123
|
+
"types": "./v15-appRouter/index.d.mts",
|
|
124
|
+
"default": "./v15-appRouter/index.mjs"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"./v15-pagesRouter": {
|
|
128
|
+
"import": {
|
|
129
|
+
"types": "./v15-pagesRouter/index.d.mts",
|
|
130
|
+
"default": "./v15-pagesRouter/index.mjs"
|
|
131
|
+
},
|
|
68
132
|
"require": {
|
|
69
|
-
"types": "
|
|
70
|
-
"default": "
|
|
133
|
+
"types": "./v15-pagesRouter/index.d.ts",
|
|
134
|
+
"default": "./v15-pagesRouter/index.js"
|
|
71
135
|
},
|
|
72
136
|
"default": {
|
|
73
|
-
"types": "./
|
|
74
|
-
"default": "./
|
|
137
|
+
"types": "./v15-pagesRouter/index.d.mts",
|
|
138
|
+
"default": "./v15-pagesRouter/index.mjs"
|
|
75
139
|
}
|
|
76
140
|
},
|
|
77
|
-
"./
|
|
141
|
+
"./v16-appRouter": {
|
|
142
|
+
"import": {
|
|
143
|
+
"types": "./v16-appRouter/index.d.mts",
|
|
144
|
+
"default": "./v16-appRouter/index.mjs"
|
|
145
|
+
},
|
|
146
|
+
"require": {
|
|
147
|
+
"types": "./v16-appRouter/index.d.ts",
|
|
148
|
+
"default": "./v16-appRouter/index.js"
|
|
149
|
+
},
|
|
150
|
+
"default": {
|
|
151
|
+
"types": "./v16-appRouter/index.d.mts",
|
|
152
|
+
"default": "./v16-appRouter/index.mjs"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"./v16-pagesRouter": {
|
|
156
|
+
"import": {
|
|
157
|
+
"types": "./v16-pagesRouter/index.d.mts",
|
|
158
|
+
"default": "./v16-pagesRouter/index.mjs"
|
|
159
|
+
},
|
|
160
|
+
"require": {
|
|
161
|
+
"types": "./v16-pagesRouter/index.d.ts",
|
|
162
|
+
"default": "./v16-pagesRouter/index.js"
|
|
163
|
+
},
|
|
164
|
+
"default": {
|
|
165
|
+
"types": "./v16-pagesRouter/index.d.mts",
|
|
166
|
+
"default": "./v16-pagesRouter/index.mjs"
|
|
167
|
+
}
|
|
168
|
+
}
|
|
78
169
|
}
|
|
79
170
|
}
|
|
@@ -4,19 +4,19 @@ export type AppRouterCacheProviderProps = {
|
|
|
4
4
|
/**
|
|
5
5
|
* These are the options passed to createCache() from 'import createCache from "@emotion/cache"'.
|
|
6
6
|
*/
|
|
7
|
-
options?: Partial<OptionsOfCreateCache> & {
|
|
7
|
+
options?: (Partial<OptionsOfCreateCache> & {
|
|
8
8
|
/**
|
|
9
9
|
* If `true`, the generated styles are wrapped within `@layer mui`.
|
|
10
10
|
* This is useful if you want to override the Material UI's generated styles with different styling solution, like Tailwind CSS, plain CSS etc.
|
|
11
11
|
*/
|
|
12
|
-
enableCssLayer?: boolean;
|
|
13
|
-
};
|
|
12
|
+
enableCssLayer?: boolean | undefined;
|
|
13
|
+
}) | undefined;
|
|
14
14
|
/**
|
|
15
15
|
* By default <CacheProvider /> from 'import { CacheProvider } from "@emotion/react"'.
|
|
16
16
|
*/
|
|
17
17
|
CacheProvider?: React.ElementType<{
|
|
18
18
|
value: EmotionCache;
|
|
19
|
-
}
|
|
19
|
+
}> | undefined;
|
|
20
20
|
children: React.ReactNode;
|
|
21
21
|
};
|
|
22
22
|
/**
|
|
@@ -4,19 +4,19 @@ export type AppRouterCacheProviderProps = {
|
|
|
4
4
|
/**
|
|
5
5
|
* These are the options passed to createCache() from 'import createCache from "@emotion/cache"'.
|
|
6
6
|
*/
|
|
7
|
-
options?: Partial<OptionsOfCreateCache> & {
|
|
7
|
+
options?: (Partial<OptionsOfCreateCache> & {
|
|
8
8
|
/**
|
|
9
9
|
* If `true`, the generated styles are wrapped within `@layer mui`.
|
|
10
10
|
* This is useful if you want to override the Material UI's generated styles with different styling solution, like Tailwind CSS, plain CSS etc.
|
|
11
11
|
*/
|
|
12
|
-
enableCssLayer?: boolean;
|
|
13
|
-
};
|
|
12
|
+
enableCssLayer?: boolean | undefined;
|
|
13
|
+
}) | undefined;
|
|
14
14
|
/**
|
|
15
15
|
* By default <CacheProvider /> from 'import { CacheProvider } from "@emotion/react"'.
|
|
16
16
|
*/
|
|
17
17
|
CacheProvider?: React.ElementType<{
|
|
18
18
|
value: EmotionCache;
|
|
19
|
-
}
|
|
19
|
+
}> | undefined;
|
|
20
20
|
children: React.ReactNode;
|
|
21
21
|
};
|
|
22
22
|
/**
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as AppRouterCacheProvider } from "./appRouterV13.
|
|
2
|
-
export * from "./appRouterV13.
|
|
1
|
+
export { default as AppRouterCacheProvider } from "./appRouterV13.mjs";
|
|
2
|
+
export * from "./appRouterV13.mjs";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as AppRouterCacheProvider } from "./appRouterV13.
|
|
2
|
-
export * from "./appRouterV13.
|
|
1
|
+
export { default as AppRouterCacheProvider } from "./appRouterV13.mjs";
|
|
2
|
+
export * from "./appRouterV13.mjs";
|
package/{esm/v13-pagesRouter/pagesRouterV13App.d.ts → v13-pagesRouter/pagesRouterV13App.d.mts}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { EmotionCache } from '@emotion/react';
|
|
3
3
|
export interface EmotionCacheProviderProps {
|
|
4
|
-
emotionCache?: EmotionCache;
|
|
4
|
+
emotionCache?: EmotionCache | undefined;
|
|
5
5
|
}
|
|
6
6
|
export declare function AppCacheProvider({
|
|
7
7
|
emotionCache,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { EmotionCache } from '@emotion/react';
|
|
3
3
|
export interface EmotionCacheProviderProps {
|
|
4
|
-
emotionCache?: EmotionCache;
|
|
4
|
+
emotionCache?: EmotionCache | undefined;
|
|
5
5
|
}
|
|
6
6
|
export declare function AppCacheProvider({
|
|
7
7
|
emotionCache,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { CacheProvider } from '@emotion/react';
|
|
3
|
-
import createEmotionCache from "./createCache.
|
|
3
|
+
import createEmotionCache from "./createCache.mjs";
|
|
4
4
|
import { useRouter as usePagesRouter } from "../nextCompatRouter.cjs";
|
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
const defaultEmotionCache = createEmotionCache();
|
|
@@ -15,8 +15,8 @@ export interface DocumentHeadTagsProps {
|
|
|
15
15
|
}
|
|
16
16
|
export declare function DocumentHeadTags(props: DocumentHeadTagsProps): import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
export declare function documentGetInitialProps(ctx: DocumentContext, options?: {
|
|
18
|
-
emotionCache?: EmotionCache;
|
|
19
|
-
plugins?: Plugin[];
|
|
18
|
+
emotionCache?: EmotionCache | undefined;
|
|
19
|
+
plugins?: Plugin[] | undefined;
|
|
20
20
|
}): Promise<import("next/dist/shared/lib/utils").RenderPageResult & {
|
|
21
21
|
styles?: React.ReactElement[] | Iterable<React.ReactNode> | React.JSX.Element;
|
|
22
22
|
} & DocumentHeadTagsProps>;
|
|
@@ -15,8 +15,8 @@ export interface DocumentHeadTagsProps {
|
|
|
15
15
|
}
|
|
16
16
|
export declare function DocumentHeadTags(props: DocumentHeadTagsProps): import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
export declare function documentGetInitialProps(ctx: DocumentContext, options?: {
|
|
18
|
-
emotionCache?: EmotionCache;
|
|
19
|
-
plugins?: Plugin[];
|
|
18
|
+
emotionCache?: EmotionCache | undefined;
|
|
19
|
+
plugins?: Plugin[] | undefined;
|
|
20
20
|
}): Promise<import("next/dist/shared/lib/utils").RenderPageResult & {
|
|
21
21
|
styles?: React.ReactElement[] | Iterable<React.ReactNode> | React.JSX.Element;
|
|
22
22
|
} & DocumentHeadTagsProps>;
|
package/{esm/v13-pagesRouter/pagesRouterV13Document.js → v13-pagesRouter/pagesRouterV13Document.mjs}
RENAMED
|
@@ -2,7 +2,7 @@ var _meta;
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import createEmotionServer from '@emotion/server/create-instance';
|
|
4
4
|
import nextDocument from "./nextDocument.cjs";
|
|
5
|
-
import createEmotionCache from "./createCache.
|
|
5
|
+
import createEmotionCache from "./createCache.mjs";
|
|
6
6
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
7
|
const Document = nextDocument.default || nextDocument;
|
|
8
8
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-appRouter/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-appRouter/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-pagesRouter/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-pagesRouter/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-appRouter/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-appRouter/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-pagesRouter/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-pagesRouter/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-appRouter/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-appRouter/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-pagesRouter/index.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../v13-pagesRouter/index.mjs";
|
package/esm/nextCompatRouter.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('next/compat/router');
|
package/esm/package.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"type":"module","sideEffects":false}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('next/navigation');
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('next/document');
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../v13-appRouter/index.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../v13-appRouter/index.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../v13-pagesRouter/index.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../v13-pagesRouter/index.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../v13-appRouter/index.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../v13-appRouter/index.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../v13-pagesRouter/index.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../v13-pagesRouter/index.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../v13-appRouter/index.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../v13-appRouter/index.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../v13-pagesRouter/index.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../v13-pagesRouter/index.js";
|
|
File without changes
|
|
File without changes
|