@slidev/types 0.48.0-beta.3 → 0.48.0-beta.5

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 (2) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -416,7 +416,7 @@ interface SlidevPreparserExtension {
416
416
  transformSlide?: (content: string, frontmatter: any) => Promise<string | undefined>;
417
417
  }
418
418
  type PreparserExtensionLoader = (headmatter?: Record<string, unknown>, filepath?: string) => Promise<SlidevPreparserExtension[]>;
419
- type RenderContext = 'slide' | 'overview' | 'presenter' | 'previewNext';
419
+ type RenderContext = 'none' | 'slide' | 'overview' | 'presenter' | 'previewNext';
420
420
  type LoadedSnippets = Record<string, string>;
421
421
  type ClicksElement = Element | string;
422
422
  type ClicksRelativeEls = Map<ClicksElement, number>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "0.48.0-beta.3",
3
+ "version": "0.48.0-beta.5",
4
4
  "description": "Shared types declarations for Slidev",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",