@slidev/types 52.7.0 → 52.8.0

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 +6 -0
  2. package/package.json +3 -3
package/dist/index.d.mts CHANGED
@@ -599,6 +599,12 @@ interface HeadmatterConfig extends TransitionOptions {
599
599
  * @default 'stopwatch'
600
600
  */
601
601
  timer?: 'stopwatch' | 'countdown';
602
+ /**
603
+ * Duration for shiki magic move transitions in milliseconds
604
+ *
605
+ * @default 800
606
+ */
607
+ magicMoveDuration?: number;
602
608
  }
603
609
  interface Frontmatter extends TransitionOptions {
604
610
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "52.7.0",
3
+ "version": "52.8.0",
4
4
  "description": "Shared types declarations for Slidev",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -31,14 +31,14 @@
31
31
  "mermaid": "^11.12.1",
32
32
  "monaco-editor": "^0.54.0",
33
33
  "shiki": "^3.15.0",
34
- "unocss": "^66.5.4",
34
+ "unocss": "^66.5.5",
35
35
  "unplugin-icons": "^22.5.0",
36
36
  "unplugin-vue-markdown": "^29.2.0",
37
37
  "vite-plugin-inspect": "^11.3.3",
38
38
  "vite-plugin-remote-assets": "^2.1.0",
39
39
  "vite-plugin-static-copy": "^3.1.4",
40
40
  "vite-plugin-vue-server-ref": "^1.0.0",
41
- "vue": "^3.5.23",
41
+ "vue": "^3.5.24",
42
42
  "vue-router": "^4.6.3"
43
43
  },
44
44
  "scripts": {