next 15.4.2-canary.28 → 15.4.2-canary.29

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 (31) hide show
  1. package/dist/bin/next +1 -1
  2. package/dist/build/index.js +2 -2
  3. package/dist/build/swc/index.js +1 -1
  4. package/dist/build/webpack-config.js +2 -2
  5. package/dist/client/app-bootstrap.js +1 -1
  6. package/dist/client/index.js +1 -1
  7. package/dist/compiled/@next/font/dist/google/font-data.json +414 -1
  8. package/dist/compiled/@next/font/dist/google/index.d.ts +140 -2
  9. package/dist/compiled/next-server/pages-api.runtime.prod.js +1 -1
  10. package/dist/compiled/next-server/pages-api.runtime.prod.js.map +1 -1
  11. package/dist/compiled/next-server/pages.runtime.prod.js +1 -1
  12. package/dist/compiled/next-server/pages.runtime.prod.js.map +1 -1
  13. package/dist/esm/build/index.js +2 -2
  14. package/dist/esm/build/swc/index.js +1 -1
  15. package/dist/esm/build/webpack-config.js +2 -2
  16. package/dist/esm/client/app-bootstrap.js +1 -1
  17. package/dist/esm/client/index.js +1 -1
  18. package/dist/esm/server/dev/hot-reloader-turbopack.js +1 -1
  19. package/dist/esm/server/dev/hot-reloader-webpack.js +1 -1
  20. package/dist/esm/server/lib/app-info-log.js +1 -1
  21. package/dist/esm/server/lib/start-server.js +1 -1
  22. package/dist/esm/shared/lib/canary-only.js +1 -1
  23. package/dist/server/dev/hot-reloader-turbopack.js +1 -1
  24. package/dist/server/dev/hot-reloader-webpack.js +1 -1
  25. package/dist/server/lib/app-info-log.js +1 -1
  26. package/dist/server/lib/start-server.js +1 -1
  27. package/dist/shared/lib/canary-only.js +1 -1
  28. package/dist/telemetry/anonymous-meta.js +1 -1
  29. package/dist/telemetry/events/session-stopped.js +2 -2
  30. package/dist/telemetry/events/version.js +2 -2
  31. package/package.json +15 -15
@@ -2094,6 +2094,17 @@ export declare function Biryani<T extends CssVariable | undefined = undefined>(o
2094
2094
  adjustFontFallback?: boolean;
2095
2095
  subsets?: Array<'devanagari' | 'latin' | 'latin-ext'>;
2096
2096
  }): T extends undefined ? NextFont : NextFontWithVariable;
2097
+ export declare function Bitcount<T extends CssVariable | undefined = undefined>(options?: {
2098
+ weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
2099
+ style?: 'normal' | Array<'normal'>;
2100
+ display?: Display;
2101
+ variable?: T;
2102
+ preload?: boolean;
2103
+ fallback?: string[];
2104
+ adjustFontFallback?: boolean;
2105
+ subsets?: Array<'latin' | 'latin-ext'>;
2106
+ axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'slnt')[];
2107
+ }): T extends undefined ? NextFont : NextFontWithVariable;
2097
2108
  export declare function Bitcount_Grid_Double<T extends CssVariable | undefined = undefined>(options?: {
2098
2109
  weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
2099
2110
  style?: 'normal' | Array<'normal'>;
@@ -2105,6 +2116,50 @@ export declare function Bitcount_Grid_Double<T extends CssVariable | undefined =
2105
2116
  subsets?: Array<'latin' | 'latin-ext'>;
2106
2117
  axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'slnt')[];
2107
2118
  }): T extends undefined ? NextFont : NextFontWithVariable;
2119
+ export declare function Bitcount_Grid_Single<T extends CssVariable | undefined = undefined>(options?: {
2120
+ weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
2121
+ style?: 'normal' | Array<'normal'>;
2122
+ display?: Display;
2123
+ variable?: T;
2124
+ preload?: boolean;
2125
+ fallback?: string[];
2126
+ adjustFontFallback?: boolean;
2127
+ subsets?: Array<'latin' | 'latin-ext'>;
2128
+ axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'slnt')[];
2129
+ }): T extends undefined ? NextFont : NextFontWithVariable;
2130
+ export declare function Bitcount_Prop_Double<T extends CssVariable | undefined = undefined>(options?: {
2131
+ weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
2132
+ style?: 'normal' | Array<'normal'>;
2133
+ display?: Display;
2134
+ variable?: T;
2135
+ preload?: boolean;
2136
+ fallback?: string[];
2137
+ adjustFontFallback?: boolean;
2138
+ subsets?: Array<'latin' | 'latin-ext'>;
2139
+ axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'slnt')[];
2140
+ }): T extends undefined ? NextFont : NextFontWithVariable;
2141
+ export declare function Bitcount_Prop_Single<T extends CssVariable | undefined = undefined>(options?: {
2142
+ weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
2143
+ style?: 'normal' | Array<'normal'>;
2144
+ display?: Display;
2145
+ variable?: T;
2146
+ preload?: boolean;
2147
+ fallback?: string[];
2148
+ adjustFontFallback?: boolean;
2149
+ subsets?: Array<'latin' | 'latin-ext'>;
2150
+ axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'slnt')[];
2151
+ }): T extends undefined ? NextFont : NextFontWithVariable;
2152
+ export declare function Bitcount_Single<T extends CssVariable | undefined = undefined>(options?: {
2153
+ weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
2154
+ style?: 'normal' | Array<'normal'>;
2155
+ display?: Display;
2156
+ variable?: T;
2157
+ preload?: boolean;
2158
+ fallback?: string[];
2159
+ adjustFontFallback?: boolean;
2160
+ subsets?: Array<'latin' | 'latin-ext'>;
2161
+ axes?: ('CRSV' | 'ELSH' | 'ELXP' | 'slnt')[];
2162
+ }): T extends undefined ? NextFont : NextFontWithVariable;
2108
2163
  export declare function Bitter<T extends CssVariable | undefined = undefined>(options?: {
2109
2164
  weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
2110
2165
  style?: 'normal' | 'italic' | Array<'normal' | 'italic'>;
@@ -5554,6 +5609,16 @@ export declare function Golos_Text<T extends CssVariable | undefined = undefined
5554
5609
  adjustFontFallback?: boolean;
5555
5610
  subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'>;
5556
5611
  }): T extends undefined ? NextFont : NextFontWithVariable;
5612
+ export declare function Google_Sans_Code<T extends CssVariable | undefined = undefined>(options?: {
5613
+ weight?: '300' | '400' | '500' | '600' | '700' | '800' | 'variable' | Array<'300' | '400' | '500' | '600' | '700' | '800'>;
5614
+ style?: 'normal' | 'italic' | Array<'normal' | 'italic'>;
5615
+ display?: Display;
5616
+ variable?: T;
5617
+ preload?: boolean;
5618
+ fallback?: string[];
5619
+ adjustFontFallback?: boolean;
5620
+ subsets?: Array<'adlam' | 'canadian-aboriginal' | 'cherokee' | 'latin' | 'latin-ext' | 'math' | 'old-permic' | 'symbols' | 'symbols2' | 'syriac' | 'vietnamese'>;
5621
+ }): T extends undefined ? NextFont : NextFontWithVariable;
5557
5622
  export declare function Gorditas<T extends CssVariable | undefined = undefined>(options: {
5558
5623
  weight: '400' | '700' | Array<'400' | '700'>;
5559
5624
  style?: 'normal' | Array<'normal'>;
@@ -6582,6 +6647,16 @@ export declare function Instrument_Serif<T extends CssVariable | undefined = und
6582
6647
  adjustFontFallback?: boolean;
6583
6648
  subsets?: Array<'latin' | 'latin-ext'>;
6584
6649
  }): T extends undefined ? NextFont : NextFontWithVariable;
6650
+ export declare function Intel_One_Mono<T extends CssVariable | undefined = undefined>(options?: {
6651
+ weight?: '300' | '400' | '500' | '600' | '700' | 'variable' | Array<'300' | '400' | '500' | '600' | '700'>;
6652
+ style?: 'normal' | 'italic' | Array<'normal' | 'italic'>;
6653
+ display?: Display;
6654
+ variable?: T;
6655
+ preload?: boolean;
6656
+ fallback?: string[];
6657
+ adjustFontFallback?: boolean;
6658
+ subsets?: Array<'latin' | 'latin-ext' | 'symbols2' | 'vietnamese'>;
6659
+ }): T extends undefined ? NextFont : NextFontWithVariable;
6585
6660
  export declare function Inter<T extends CssVariable | undefined = undefined>(options?: {
6586
6661
  weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
6587
6662
  style?: 'normal' | 'italic' | Array<'normal' | 'italic'>;
@@ -7969,6 +8044,26 @@ export declare function Libertinus_Mono<T extends CssVariable | undefined = unde
7969
8044
  adjustFontFallback?: boolean;
7970
8045
  subsets?: Array<'latin' | 'latin-ext'>;
7971
8046
  }): T extends undefined ? NextFont : NextFontWithVariable;
8047
+ export declare function Libertinus_Sans<T extends CssVariable | undefined = undefined>(options: {
8048
+ weight: '400' | '700' | Array<'400' | '700'>;
8049
+ style?: 'normal' | 'italic' | Array<'normal' | 'italic'>;
8050
+ display?: Display;
8051
+ variable?: T;
8052
+ preload?: boolean;
8053
+ fallback?: string[];
8054
+ adjustFontFallback?: boolean;
8055
+ subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'greek' | 'greek-ext' | 'latin' | 'latin-ext' | 'vietnamese'>;
8056
+ }): T extends undefined ? NextFont : NextFontWithVariable;
8057
+ export declare function Libertinus_Serif<T extends CssVariable | undefined = undefined>(options: {
8058
+ weight: '400' | '600' | '700' | Array<'400' | '600' | '700'>;
8059
+ style?: 'normal' | 'italic' | Array<'normal' | 'italic'>;
8060
+ display?: Display;
8061
+ variable?: T;
8062
+ preload?: boolean;
8063
+ fallback?: string[];
8064
+ adjustFontFallback?: boolean;
8065
+ subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'greek' | 'greek-ext' | 'hebrew' | 'latin' | 'latin-ext' | 'vietnamese'>;
8066
+ }): T extends undefined ? NextFont : NextFontWithVariable;
7972
8067
  export declare function Libre_Barcode_128<T extends CssVariable | undefined = undefined>(options: {
7973
8068
  weight: '400' | Array<'400'>;
7974
8069
  style?: 'normal' | Array<'normal'>;
@@ -9444,6 +9539,27 @@ export declare function Mouse_Memoirs<T extends CssVariable | undefined = undefi
9444
9539
  adjustFontFallback?: boolean;
9445
9540
  subsets?: Array<'latin' | 'latin-ext'>;
9446
9541
  }): T extends undefined ? NextFont : NextFontWithVariable;
9542
+ export declare function Mozilla_Headline<T extends CssVariable | undefined = undefined>(options?: {
9543
+ weight?: '200' | '300' | '400' | '500' | '600' | '700' | 'variable' | Array<'200' | '300' | '400' | '500' | '600' | '700'>;
9544
+ style?: 'normal' | Array<'normal'>;
9545
+ display?: Display;
9546
+ variable?: T;
9547
+ preload?: boolean;
9548
+ fallback?: string[];
9549
+ adjustFontFallback?: boolean;
9550
+ subsets?: Array<'latin' | 'latin-ext'>;
9551
+ axes?: 'wdth'[];
9552
+ }): T extends undefined ? NextFont : NextFontWithVariable;
9553
+ export declare function Mozilla_Text<T extends CssVariable | undefined = undefined>(options?: {
9554
+ weight?: '200' | '300' | '400' | '500' | '600' | '700' | 'variable' | Array<'200' | '300' | '400' | '500' | '600' | '700'>;
9555
+ style?: 'normal' | Array<'normal'>;
9556
+ display?: Display;
9557
+ variable?: T;
9558
+ preload?: boolean;
9559
+ fallback?: string[];
9560
+ adjustFontFallback?: boolean;
9561
+ subsets?: Array<'latin' | 'latin-ext'>;
9562
+ }): T extends undefined ? NextFont : NextFontWithVariable;
9447
9563
  export declare function Mr_Bedfort<T extends CssVariable | undefined = undefined>(options: {
9448
9564
  weight: '400' | Array<'400'>;
9449
9565
  style?: 'normal' | Array<'normal'>;
@@ -9695,6 +9811,16 @@ export declare function Narnoor<T extends CssVariable | undefined = undefined>(o
9695
9811
  adjustFontFallback?: boolean;
9696
9812
  subsets?: Array<'gunjala-gondi' | 'latin' | 'latin-ext' | 'math' | 'symbols'>;
9697
9813
  }): T extends undefined ? NextFont : NextFontWithVariable;
9814
+ export declare function Nata_Sans<T extends CssVariable | undefined = undefined>(options?: {
9815
+ weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
9816
+ style?: 'normal' | Array<'normal'>;
9817
+ display?: Display;
9818
+ variable?: T;
9819
+ preload?: boolean;
9820
+ fallback?: string[];
9821
+ adjustFontFallback?: boolean;
9822
+ subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese'>;
9823
+ }): T extends undefined ? NextFont : NextFontWithVariable;
9698
9824
  export declare function National_Park<T extends CssVariable | undefined = undefined>(options?: {
9699
9825
  weight?: '200' | '300' | '400' | '500' | '600' | '700' | '800' | 'variable' | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'>;
9700
9826
  style?: 'normal' | Array<'normal'>;
@@ -16363,8 +16489,8 @@ export declare function Special_Elite<T extends CssVariable | undefined = undefi
16363
16489
  adjustFontFallback?: boolean;
16364
16490
  subsets?: Array<'latin' | 'latin-ext'>;
16365
16491
  }): T extends undefined ? NextFont : NextFontWithVariable;
16366
- export declare function Special_Gothic<T extends CssVariable | undefined = undefined>(options: {
16367
- weight: '400' | Array<'400'>;
16492
+ export declare function Special_Gothic<T extends CssVariable | undefined = undefined>(options?: {
16493
+ weight?: '400' | '500' | '600' | '700' | 'variable' | Array<'400' | '500' | '600' | '700'>;
16368
16494
  style?: 'normal' | Array<'normal'>;
16369
16495
  display?: Display;
16370
16496
  variable?: T;
@@ -16372,6 +16498,7 @@ export declare function Special_Gothic<T extends CssVariable | undefined = undef
16372
16498
  fallback?: string[];
16373
16499
  adjustFontFallback?: boolean;
16374
16500
  subsets?: Array<'latin' | 'latin-ext'>;
16501
+ axes?: 'wdth'[];
16375
16502
  }): T extends undefined ? NextFont : NextFontWithVariable;
16376
16503
  export declare function Special_Gothic_Condensed_One<T extends CssVariable | undefined = undefined>(options: {
16377
16504
  weight: '400' | Array<'400'>;
@@ -17011,6 +17138,17 @@ export declare function Tienne<T extends CssVariable | undefined = undefined>(op
17011
17138
  adjustFontFallback?: boolean;
17012
17139
  subsets?: Array<'latin'>;
17013
17140
  }): T extends undefined ? NextFont : NextFontWithVariable;
17141
+ export declare function TikTok_Sans<T extends CssVariable | undefined = undefined>(options?: {
17142
+ weight?: '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'300' | '400' | '500' | '600' | '700' | '800' | '900'>;
17143
+ style?: 'normal' | Array<'normal'>;
17144
+ display?: Display;
17145
+ variable?: T;
17146
+ preload?: boolean;
17147
+ fallback?: string[];
17148
+ adjustFontFallback?: boolean;
17149
+ subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese'>;
17150
+ axes?: ('opsz' | 'slnt' | 'wdth')[];
17151
+ }): T extends undefined ? NextFont : NextFontWithVariable;
17014
17152
  export declare function Tillana<T extends CssVariable | undefined = undefined>(options: {
17015
17153
  weight: '400' | '500' | '600' | '700' | '800' | Array<'400' | '500' | '600' | '700' | '800'>;
17016
17154
  style?: 'normal' | Array<'normal'>;