vitepress 1.2.2 → 1.2.3

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.
@@ -242,8 +242,7 @@ vite-error-overlay {
242
242
  }
243
243
 
244
244
  mjx-container {
245
- display: inline-block;
246
- margin: auto 2px -2px;
245
+ overflow-x: auto;
247
246
  }
248
247
 
249
248
  mjx-container > svg {
package/dist/node/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as getDefaultExportFromCjs, q as c, t as clearCache, n as init, b as build, o as serve, v as version, p as createServer } from './serve-BwR5EPUJ.js';
1
+ import { a as getDefaultExportFromCjs, q as c, t as clearCache, n as init, b as build, o as serve, v as version, p as createServer } from './serve-CEEKiiuH.js';
2
2
  import { createLogger } from 'vite';
3
3
  import 'path';
4
4
  import 'shiki';
@@ -363,7 +363,7 @@ declare const encode: {
363
363
  (str: string, exclude?: string, keepEscaped?: boolean): string;
364
364
  };
365
365
 
366
- declare class Url {
366
+ declare class _Url {
367
367
  protocol: string;
368
368
  slashes: string;
369
369
  auth: string;
@@ -379,18 +379,19 @@ declare class Url {
379
379
  parseHost(host: string): void;
380
380
  }
381
381
 
382
+ type Url = _Url;
383
+
382
384
  declare function parse(url: string | Url, slashesDenoteHost?: boolean): Url;
383
385
 
384
386
  declare function format(url: Omit<Url, "parse" | "parseHost">): string;
385
387
 
386
388
  type mdurl_Url = Url;
387
- declare const mdurl_Url: typeof Url;
388
389
  declare const mdurl_decode: typeof decode;
389
390
  declare const mdurl_encode: typeof encode;
390
391
  declare const mdurl_format: typeof format;
391
392
  declare const mdurl_parse: typeof parse;
392
393
  declare namespace mdurl {
393
- export { mdurl_Url as Url, mdurl_decode as decode, mdurl_encode as encode, mdurl_format as format, mdurl_parse as parse };
394
+ export { type mdurl_Url as Url, mdurl_decode as decode, mdurl_encode as encode, mdurl_format as format, mdurl_parse as parse };
394
395
  }
395
396
 
396
397
  // import * as ucmicro from "uc.micro";
@@ -1,7 +1,7 @@
1
1
  import { normalizePath } from 'vite';
2
2
  export { loadEnv } from 'vite';
3
- import { g as glob, c as createMarkdownRenderer, f as fs, m as matter, a as getDefaultExportFromCjs } from './serve-BwR5EPUJ.js';
4
- export { S as ScaffoldThemeType, b as build, p as createServer, e as defineConfig, h as defineConfigWithTheme, d as defineLoader, n as init, j as mergeConfig, r as resolveConfig, l as resolvePages, k as resolveSiteData, i as resolveUserConfig, s as scaffold, o as serve } from './serve-BwR5EPUJ.js';
3
+ import { g as glob, c as createMarkdownRenderer, f as fs, m as matter, a as getDefaultExportFromCjs } from './serve-CEEKiiuH.js';
4
+ export { S as ScaffoldThemeType, b as build, p as createServer, e as defineConfig, h as defineConfigWithTheme, d as defineLoader, n as init, j as mergeConfig, r as resolveConfig, l as resolvePages, k as resolveSiteData, i as resolveUserConfig, s as scaffold, o as serve } from './serve-CEEKiiuH.js';
5
5
  import path from 'path';
6
6
  import 'crypto';
7
7
  import 'module';