next 16.0.2-canary.10 → 16.0.2-canary.11

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 (47) hide show
  1. package/dist/bin/next +1 -1
  2. package/dist/build/index.js +3 -3
  3. package/dist/build/swc/index.js +1 -1
  4. package/dist/build/templates/app-page.js +7 -1
  5. package/dist/build/templates/app-page.js.map +1 -1
  6. package/dist/build/webpack-config.js +2 -2
  7. package/dist/client/app-bootstrap.js +1 -1
  8. package/dist/client/index.js +1 -1
  9. package/dist/compiled/@next/font/dist/google/font-data.json +63 -0
  10. package/dist/compiled/@next/font/dist/google/index.d.ts +40 -0
  11. package/dist/compiled/next-server/pages-api-turbo.runtime.dev.js +1 -1
  12. package/dist/compiled/next-server/pages-api-turbo.runtime.dev.js.map +1 -1
  13. package/dist/compiled/next-server/pages-api-turbo.runtime.prod.js +1 -1
  14. package/dist/compiled/next-server/pages-api-turbo.runtime.prod.js.map +1 -1
  15. package/dist/compiled/next-server/pages-api.runtime.dev.js +1 -1
  16. package/dist/compiled/next-server/pages-api.runtime.dev.js.map +1 -1
  17. package/dist/compiled/next-server/pages-turbo.runtime.dev.js +1 -1
  18. package/dist/compiled/next-server/pages-turbo.runtime.dev.js.map +1 -1
  19. package/dist/compiled/next-server/pages-turbo.runtime.prod.js +1 -1
  20. package/dist/compiled/next-server/pages-turbo.runtime.prod.js.map +1 -1
  21. package/dist/compiled/next-server/pages.runtime.dev.js +1 -1
  22. package/dist/compiled/next-server/pages.runtime.dev.js.map +1 -1
  23. package/dist/esm/build/index.js +3 -3
  24. package/dist/esm/build/swc/index.js +1 -1
  25. package/dist/esm/build/templates/app-page.js +7 -1
  26. package/dist/esm/build/templates/app-page.js.map +1 -1
  27. package/dist/esm/build/webpack-config.js +2 -2
  28. package/dist/esm/client/app-bootstrap.js +1 -1
  29. package/dist/esm/client/index.js +1 -1
  30. package/dist/esm/server/dev/hot-reloader-turbopack.js +1 -1
  31. package/dist/esm/server/dev/hot-reloader-webpack.js +1 -1
  32. package/dist/esm/server/lib/app-info-log.js +1 -1
  33. package/dist/esm/server/lib/start-server.js +1 -1
  34. package/dist/esm/server/lib/trace/tracer.js +6 -5
  35. package/dist/esm/server/lib/trace/tracer.js.map +1 -1
  36. package/dist/esm/shared/lib/errors/canary-only-config-error.js +1 -1
  37. package/dist/server/dev/hot-reloader-turbopack.js +1 -1
  38. package/dist/server/dev/hot-reloader-webpack.js +1 -1
  39. package/dist/server/lib/app-info-log.js +1 -1
  40. package/dist/server/lib/start-server.js +1 -1
  41. package/dist/server/lib/trace/tracer.js +6 -5
  42. package/dist/server/lib/trace/tracer.js.map +1 -1
  43. package/dist/shared/lib/errors/canary-only-config-error.js +1 -1
  44. package/dist/telemetry/anonymous-meta.js +1 -1
  45. package/dist/telemetry/events/session-stopped.js +2 -2
  46. package/dist/telemetry/events/version.js +2 -2
  47. package/package.json +15 -15
@@ -4508,6 +4508,16 @@ export declare function Electrolize<T extends CssVariable | undefined = undefine
4508
4508
  adjustFontFallback?: boolean;
4509
4509
  subsets?: Array<'latin'>;
4510
4510
  }): T extends undefined ? NextFont : NextFontWithVariable;
4511
+ export declare function Elms_Sans<T extends CssVariable | undefined = undefined>(options?: {
4512
+ weight?: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | 'variable' | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>;
4513
+ style?: 'normal' | 'italic' | Array<'normal' | 'italic'>;
4514
+ display?: Display;
4515
+ variable?: T;
4516
+ preload?: boolean;
4517
+ fallback?: string[];
4518
+ adjustFontFallback?: boolean;
4519
+ subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'>;
4520
+ }): T extends undefined ? NextFont : NextFontWithVariable;
4511
4521
  export declare function Elsie<T extends CssVariable | undefined = undefined>(options: {
4512
4522
  weight: '400' | '900' | Array<'400' | '900'>;
4513
4523
  style?: 'normal' | Array<'normal'>;
@@ -16906,6 +16916,36 @@ export declare function Staatliches<T extends CssVariable | undefined = undefine
16906
16916
  adjustFontFallback?: boolean;
16907
16917
  subsets?: Array<'latin' | 'latin-ext'>;
16908
16918
  }): T extends undefined ? NextFont : NextFontWithVariable;
16919
+ export declare function Stack_Sans_Headline<T extends CssVariable | undefined = undefined>(options?: {
16920
+ weight?: '200' | '300' | '400' | '500' | '600' | '700' | 'variable' | Array<'200' | '300' | '400' | '500' | '600' | '700'>;
16921
+ style?: 'normal' | Array<'normal'>;
16922
+ display?: Display;
16923
+ variable?: T;
16924
+ preload?: boolean;
16925
+ fallback?: string[];
16926
+ adjustFontFallback?: boolean;
16927
+ subsets?: Array<'latin' | 'latin-ext'>;
16928
+ }): T extends undefined ? NextFont : NextFontWithVariable;
16929
+ export declare function Stack_Sans_Notch<T extends CssVariable | undefined = undefined>(options?: {
16930
+ weight?: '200' | '300' | '400' | '500' | '600' | '700' | 'variable' | Array<'200' | '300' | '400' | '500' | '600' | '700'>;
16931
+ style?: 'normal' | Array<'normal'>;
16932
+ display?: Display;
16933
+ variable?: T;
16934
+ preload?: boolean;
16935
+ fallback?: string[];
16936
+ adjustFontFallback?: boolean;
16937
+ subsets?: Array<'latin' | 'latin-ext'>;
16938
+ }): T extends undefined ? NextFont : NextFontWithVariable;
16939
+ export declare function Stack_Sans_Text<T extends CssVariable | undefined = undefined>(options?: {
16940
+ weight?: '200' | '300' | '400' | '500' | '600' | '700' | 'variable' | Array<'200' | '300' | '400' | '500' | '600' | '700'>;
16941
+ style?: 'normal' | Array<'normal'>;
16942
+ display?: Display;
16943
+ variable?: T;
16944
+ preload?: boolean;
16945
+ fallback?: string[];
16946
+ adjustFontFallback?: boolean;
16947
+ subsets?: Array<'latin' | 'latin-ext'>;
16948
+ }): T extends undefined ? NextFont : NextFontWithVariable;
16909
16949
  export declare function Stalemate<T extends CssVariable | undefined = undefined>(options: {
16910
16950
  weight: '400' | Array<'400'>;
16911
16951
  style?: 'normal' | Array<'normal'>;