next 15.6.0-canary.19 → 15.6.0-canary.20
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/bin/next +1 -1
- package/dist/build/index.js +3 -3
- package/dist/build/swc/index.js +1 -1
- package/dist/build/webpack-config.js +2 -2
- package/dist/client/app-bootstrap.js +1 -1
- package/dist/client/index.js +1 -1
- package/dist/compiled/@next/font/dist/google/font-data.json +650 -34
- package/dist/compiled/@next/font/dist/google/index.d.ts +119 -2
- package/dist/compiled/next-server/pages-api-turbo.runtime.dev.js +1 -1
- package/dist/compiled/next-server/pages-api-turbo.runtime.dev.js.map +1 -1
- package/dist/compiled/next-server/pages-api.runtime.prod.js +1 -1
- package/dist/compiled/next-server/pages-api.runtime.prod.js.map +1 -1
- package/dist/compiled/next-server/pages-turbo.runtime.dev.js +1 -1
- package/dist/compiled/next-server/pages-turbo.runtime.dev.js.map +1 -1
- package/dist/compiled/next-server/pages.runtime.prod.js +1 -1
- package/dist/compiled/next-server/pages.runtime.prod.js.map +1 -1
- package/dist/esm/build/index.js +3 -3
- package/dist/esm/build/swc/index.js +1 -1
- package/dist/esm/build/webpack-config.js +2 -2
- package/dist/esm/client/app-bootstrap.js +1 -1
- package/dist/esm/client/index.js +1 -1
- package/dist/esm/lib/worker.js +19 -6
- package/dist/esm/lib/worker.js.map +1 -1
- package/dist/esm/server/dev/hot-reloader-turbopack.js +1 -1
- package/dist/esm/server/dev/hot-reloader-webpack.js +1 -1
- package/dist/esm/server/lib/app-info-log.js +1 -1
- package/dist/esm/server/lib/start-server.js +1 -1
- package/dist/esm/shared/lib/canary-only.js +1 -1
- package/dist/lib/worker.js +19 -6
- package/dist/lib/worker.js.map +1 -1
- package/dist/server/dev/hot-reloader-turbopack.js +1 -1
- package/dist/server/dev/hot-reloader-webpack.js +1 -1
- package/dist/server/lib/app-info-log.js +1 -1
- package/dist/server/lib/start-server.js +1 -1
- package/dist/shared/lib/canary-only.js +1 -1
- package/dist/telemetry/anonymous-meta.js +1 -1
- package/dist/telemetry/events/session-stopped.js +2 -2
- package/dist/telemetry/events/version.js +2 -2
- package/package.json +15 -15
@@ -256,6 +256,16 @@ export declare function Aladin<T extends CssVariable | undefined = undefined>(op
|
|
256
256
|
adjustFontFallback?: boolean;
|
257
257
|
subsets?: Array<'latin' | 'latin-ext'>;
|
258
258
|
}): T extends undefined ? NextFont : NextFontWithVariable;
|
259
|
+
export declare function Alan_Sans<T extends CssVariable | undefined = undefined>(options?: {
|
260
|
+
weight?: '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
261
|
+
style?: 'normal' | Array<'normal'>;
|
262
|
+
display?: Display;
|
263
|
+
variable?: T;
|
264
|
+
preload?: boolean;
|
265
|
+
fallback?: string[];
|
266
|
+
adjustFontFallback?: boolean;
|
267
|
+
subsets?: Array<'latin' | 'latin-ext'>;
|
268
|
+
}): T extends undefined ? NextFont : NextFontWithVariable;
|
259
269
|
export declare function Alata<T extends CssVariable | undefined = undefined>(options: {
|
260
270
|
weight: '400' | Array<'400'>;
|
261
271
|
style?: 'normal' | Array<'normal'>;
|
@@ -2126,6 +2136,17 @@ export declare function Bitcount_Grid_Double<T extends CssVariable | undefined =
|
|
2126
2136
|
subsets?: Array<'latin' | 'latin-ext'>;
|
2127
2137
|
axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'slnt')[];
|
2128
2138
|
}): T extends undefined ? NextFont : NextFontWithVariable;
|
2139
|
+
export declare function Bitcount_Grid_Double_Ink<T extends CssVariable | undefined = undefined>(options?: {
|
2140
|
+
weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
2141
|
+
style?: 'normal' | Array<'normal'>;
|
2142
|
+
display?: Display;
|
2143
|
+
variable?: T;
|
2144
|
+
preload?: boolean;
|
2145
|
+
fallback?: string[];
|
2146
|
+
adjustFontFallback?: boolean;
|
2147
|
+
subsets?: Array<'latin' | 'latin-ext'>;
|
2148
|
+
axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'SZP1' | 'SZP2' | 'XPN1' | 'XPN2' | 'YPN1' | 'YPN2' | 'slnt')[];
|
2149
|
+
}): T extends undefined ? NextFont : NextFontWithVariable;
|
2129
2150
|
export declare function Bitcount_Grid_Single<T extends CssVariable | undefined = undefined>(options?: {
|
2130
2151
|
weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
2131
2152
|
style?: 'normal' | Array<'normal'>;
|
@@ -2137,6 +2158,28 @@ export declare function Bitcount_Grid_Single<T extends CssVariable | undefined =
|
|
2137
2158
|
subsets?: Array<'latin' | 'latin-ext'>;
|
2138
2159
|
axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'slnt')[];
|
2139
2160
|
}): T extends undefined ? NextFont : NextFontWithVariable;
|
2161
|
+
export declare function Bitcount_Grid_Single_Ink<T extends CssVariable | undefined = undefined>(options?: {
|
2162
|
+
weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
2163
|
+
style?: 'normal' | Array<'normal'>;
|
2164
|
+
display?: Display;
|
2165
|
+
variable?: T;
|
2166
|
+
preload?: boolean;
|
2167
|
+
fallback?: string[];
|
2168
|
+
adjustFontFallback?: boolean;
|
2169
|
+
subsets?: Array<'latin' | 'latin-ext'>;
|
2170
|
+
axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'SZP1' | 'SZP2' | 'XPN1' | 'XPN2' | 'YPN1' | 'YPN2' | 'slnt')[];
|
2171
|
+
}): T extends undefined ? NextFont : NextFontWithVariable;
|
2172
|
+
export declare function Bitcount_Ink<T extends CssVariable | undefined = undefined>(options?: {
|
2173
|
+
weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
2174
|
+
style?: 'normal' | Array<'normal'>;
|
2175
|
+
display?: Display;
|
2176
|
+
variable?: T;
|
2177
|
+
preload?: boolean;
|
2178
|
+
fallback?: string[];
|
2179
|
+
adjustFontFallback?: boolean;
|
2180
|
+
subsets?: Array<'latin' | 'latin-ext'>;
|
2181
|
+
axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'SZP1' | 'SZP2' | 'XPN1' | 'XPN2' | 'YPN1' | 'YPN2' | 'slnt')[];
|
2182
|
+
}): T extends undefined ? NextFont : NextFontWithVariable;
|
2140
2183
|
export declare function Bitcount_Prop_Double<T extends CssVariable | undefined = undefined>(options?: {
|
2141
2184
|
weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
2142
2185
|
style?: 'normal' | Array<'normal'>;
|
@@ -2148,6 +2191,17 @@ export declare function Bitcount_Prop_Double<T extends CssVariable | undefined =
|
|
2148
2191
|
subsets?: Array<'latin' | 'latin-ext'>;
|
2149
2192
|
axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'slnt')[];
|
2150
2193
|
}): T extends undefined ? NextFont : NextFontWithVariable;
|
2194
|
+
export declare function Bitcount_Prop_Double_Ink<T extends CssVariable | undefined = undefined>(options?: {
|
2195
|
+
weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
2196
|
+
style?: 'normal' | Array<'normal'>;
|
2197
|
+
display?: Display;
|
2198
|
+
variable?: T;
|
2199
|
+
preload?: boolean;
|
2200
|
+
fallback?: string[];
|
2201
|
+
adjustFontFallback?: boolean;
|
2202
|
+
subsets?: Array<'latin' | 'latin-ext'>;
|
2203
|
+
axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'SZP1' | 'SZP2' | 'XPN1' | 'XPN2' | 'YPN1' | 'YPN2' | 'slnt')[];
|
2204
|
+
}): T extends undefined ? NextFont : NextFontWithVariable;
|
2151
2205
|
export declare function Bitcount_Prop_Single<T extends CssVariable | undefined = undefined>(options?: {
|
2152
2206
|
weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
2153
2207
|
style?: 'normal' | Array<'normal'>;
|
@@ -2159,6 +2213,17 @@ export declare function Bitcount_Prop_Single<T extends CssVariable | undefined =
|
|
2159
2213
|
subsets?: Array<'latin' | 'latin-ext'>;
|
2160
2214
|
axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'slnt')[];
|
2161
2215
|
}): T extends undefined ? NextFont : NextFontWithVariable;
|
2216
|
+
export declare function Bitcount_Prop_Single_Ink<T extends CssVariable | undefined = undefined>(options?: {
|
2217
|
+
weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
2218
|
+
style?: 'normal' | Array<'normal'>;
|
2219
|
+
display?: Display;
|
2220
|
+
variable?: T;
|
2221
|
+
preload?: boolean;
|
2222
|
+
fallback?: string[];
|
2223
|
+
adjustFontFallback?: boolean;
|
2224
|
+
subsets?: Array<'latin' | 'latin-ext'>;
|
2225
|
+
axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'SZP1' | 'SZP2' | 'XPN1' | 'XPN2' | 'YPN1' | 'YPN2' | 'slnt')[];
|
2226
|
+
}): T extends undefined ? NextFont : NextFontWithVariable;
|
2162
2227
|
export declare function Bitcount_Single<T extends CssVariable | undefined = undefined>(options?: {
|
2163
2228
|
weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
2164
2229
|
style?: 'normal' | Array<'normal'>;
|
@@ -2170,6 +2235,17 @@ export declare function Bitcount_Single<T extends CssVariable | undefined = unde
|
|
2170
2235
|
subsets?: Array<'latin' | 'latin-ext'>;
|
2171
2236
|
axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'slnt')[];
|
2172
2237
|
}): T extends undefined ? NextFont : NextFontWithVariable;
|
2238
|
+
export declare function Bitcount_Single_Ink<T extends CssVariable | undefined = undefined>(options?: {
|
2239
|
+
weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
2240
|
+
style?: 'normal' | Array<'normal'>;
|
2241
|
+
display?: Display;
|
2242
|
+
variable?: T;
|
2243
|
+
preload?: boolean;
|
2244
|
+
fallback?: string[];
|
2245
|
+
adjustFontFallback?: boolean;
|
2246
|
+
subsets?: Array<'latin' | 'latin-ext'>;
|
2247
|
+
axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'SZP1' | 'SZP2' | 'XPN1' | 'XPN2' | 'YPN1' | 'YPN2' | 'slnt')[];
|
2248
|
+
}): T extends undefined ? NextFont : NextFontWithVariable;
|
2173
2249
|
export declare function Bitter<T extends CssVariable | undefined = undefined>(options?: {
|
2174
2250
|
weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
2175
2251
|
style?: 'normal' | 'italic' | Array<'normal' | 'italic'>;
|
@@ -15536,14 +15612,24 @@ export declare function STIX_Two_Text<T extends CssVariable | undefined = undefi
|
|
15536
15612
|
subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese'>;
|
15537
15613
|
}): T extends undefined ? NextFont : NextFontWithVariable;
|
15538
15614
|
export declare function SUSE<T extends CssVariable | undefined = undefined>(options?: {
|
15615
|
+
weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
15616
|
+
style?: 'normal' | 'italic' | Array<'normal' | 'italic'>;
|
15617
|
+
display?: Display;
|
15618
|
+
variable?: T;
|
15619
|
+
preload?: boolean;
|
15620
|
+
fallback?: string[];
|
15621
|
+
adjustFontFallback?: boolean;
|
15622
|
+
subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'>;
|
15623
|
+
}): T extends undefined ? NextFont : NextFontWithVariable;
|
15624
|
+
export declare function SUSE_Mono<T extends CssVariable | undefined = undefined>(options?: {
|
15539
15625
|
weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'>;
|
15540
|
-
style?: 'normal' | Array<'normal'>;
|
15626
|
+
style?: 'normal' | 'italic' | Array<'normal' | 'italic'>;
|
15541
15627
|
display?: Display;
|
15542
15628
|
variable?: T;
|
15543
15629
|
preload?: boolean;
|
15544
15630
|
fallback?: string[];
|
15545
15631
|
adjustFontFallback?: boolean;
|
15546
|
-
subsets?: Array<'latin' | 'latin-ext'>;
|
15632
|
+
subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'>;
|
15547
15633
|
}): T extends undefined ? NextFont : NextFontWithVariable;
|
15548
15634
|
export declare function Sacramento<T extends CssVariable | undefined = undefined>(options: {
|
15549
15635
|
weight: '400' | Array<'400'>;
|
@@ -18546,6 +18632,37 @@ export declare function Zain<T extends CssVariable | undefined = undefined>(opti
|
|
18546
18632
|
adjustFontFallback?: boolean;
|
18547
18633
|
subsets?: Array<'arabic' | 'latin'>;
|
18548
18634
|
}): T extends undefined ? NextFont : NextFontWithVariable;
|
18635
|
+
export declare function Zalando_Sans<T extends CssVariable | undefined = undefined>(options?: {
|
18636
|
+
weight?: '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
18637
|
+
style?: 'normal' | 'italic' | Array<'normal' | 'italic'>;
|
18638
|
+
display?: Display;
|
18639
|
+
variable?: T;
|
18640
|
+
preload?: boolean;
|
18641
|
+
fallback?: string[];
|
18642
|
+
adjustFontFallback?: boolean;
|
18643
|
+
subsets?: Array<'latin' | 'latin-ext'>;
|
18644
|
+
axes?: 'wdth'[];
|
18645
|
+
}): T extends undefined ? NextFont : NextFontWithVariable;
|
18646
|
+
export declare function Zalando_Sans_Expanded<T extends CssVariable | undefined = undefined>(options?: {
|
18647
|
+
weight?: '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
18648
|
+
style?: 'normal' | 'italic' | Array<'normal' | 'italic'>;
|
18649
|
+
display?: Display;
|
18650
|
+
variable?: T;
|
18651
|
+
preload?: boolean;
|
18652
|
+
fallback?: string[];
|
18653
|
+
adjustFontFallback?: boolean;
|
18654
|
+
subsets?: Array<'latin' | 'latin-ext'>;
|
18655
|
+
}): T extends undefined ? NextFont : NextFontWithVariable;
|
18656
|
+
export declare function Zalando_Sans_SemiExpanded<T extends CssVariable | undefined = undefined>(options?: {
|
18657
|
+
weight?: '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
|
18658
|
+
style?: 'normal' | 'italic' | Array<'normal' | 'italic'>;
|
18659
|
+
display?: Display;
|
18660
|
+
variable?: T;
|
18661
|
+
preload?: boolean;
|
18662
|
+
fallback?: string[];
|
18663
|
+
adjustFontFallback?: boolean;
|
18664
|
+
subsets?: Array<'latin' | 'latin-ext'>;
|
18665
|
+
}): T extends undefined ? NextFont : NextFontWithVariable;
|
18549
18666
|
export declare function Zen_Antique<T extends CssVariable | undefined = undefined>(options: {
|
18550
18667
|
weight: '400' | Array<'400'>;
|
18551
18668
|
style?: 'normal' | Array<'normal'>;
|