@slidev/docs 52.1.0 → 52.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.
package/builtin/components.md
CHANGED
package/builtin/layouts.md
CHANGED
package/features/rough-marker.md
CHANGED
|
@@ -17,15 +17,15 @@ Slidev integrates [Rough Notation](https://github.com/linkstrifer/react-rough-no
|
|
|
17
17
|
|
|
18
18
|
### `v-mark` directive
|
|
19
19
|
|
|
20
|
-
Rough Notation
|
|
20
|
+
Rough Notation integration comes with the `v-mark` directive.
|
|
21
21
|
|
|
22
22
|
#### Type
|
|
23
23
|
|
|
24
|
-
`v-mark.underline` for the underline mark, `v-mark.circle` for the circle mark, etc.
|
|
24
|
+
Use `v-mark.underline` for the underline mark, `v-mark.circle` for the circle mark, etc. (defaults to `underline`).
|
|
25
25
|
|
|
26
26
|
#### Color
|
|
27
27
|
|
|
28
|
-
`v-mark.red` makes the notation `red`. Supported built-in color themes from UnoCSS. For custom colors, use object syntax `v-mark="{ color: '#234' }"
|
|
28
|
+
`v-mark.red` makes the notation `red`. Supported built-in color themes from UnoCSS. For custom colors, use object syntax `v-mark="{ color: '#234' }"`.
|
|
29
29
|
|
|
30
30
|
#### Clicks
|
|
31
31
|
|
|
@@ -33,7 +33,7 @@ Rough Notation integrates comes with the `v-mark` directive.
|
|
|
33
33
|
|
|
34
34
|
#### Options
|
|
35
35
|
|
|
36
|
-
Optionally you can pass an object to `v-mark` to specify the options, for example:
|
|
36
|
+
Optionally, you can pass an object to `v-mark` to specify the options, for example:
|
|
37
37
|
|
|
38
38
|
```vue
|
|
39
39
|
<span v-mark="{ at: 5, color: '#234', type: 'circle' }">
|
package/guide/animations.md
CHANGED
|
@@ -197,11 +197,11 @@ You can also specify the enter and leave index for the `v-click` directive by pa
|
|
|
197
197
|
|
|
198
198
|
```md
|
|
199
199
|
<div v-click.hide="[2, 4]">
|
|
200
|
-
This will be hidden at click 2 and 3.
|
|
200
|
+
This will be hidden at click 2 and 3 (and shown otherwise).
|
|
201
201
|
</div>
|
|
202
202
|
<div v-click />
|
|
203
203
|
<div v-click="['+1', '+1']">
|
|
204
|
-
This will be shown at click
|
|
204
|
+
This will be shown only at click 2 (and hidden otherwise).
|
|
205
205
|
</div>
|
|
206
206
|
```
|
|
207
207
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/docs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "52.
|
|
4
|
+
"version": "52.2.3",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"funding": "https://github.com/sponsors/antfu",
|
|
7
7
|
"homepage": "https://sli.dev",
|
|
@@ -17,28 +17,28 @@
|
|
|
17
17
|
],
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@antfu/utils": "^9.2.0",
|
|
20
|
-
"@iconify/json": "^2.2.
|
|
21
|
-
"@shikijs/vitepress-twoslash": "^3.
|
|
22
|
-
"@types/node": "^24.
|
|
23
|
-
"@unocss/reset": "^66.
|
|
24
|
-
"@vueuse/core": "^13.
|
|
20
|
+
"@iconify/json": "^2.2.385",
|
|
21
|
+
"@shikijs/vitepress-twoslash": "^3.13.0",
|
|
22
|
+
"@types/node": "^24.5.2",
|
|
23
|
+
"@unocss/reset": "^66.5.1",
|
|
24
|
+
"@vueuse/core": "^13.9.0",
|
|
25
25
|
"fast-glob": "^3.3.3",
|
|
26
26
|
"gray-matter": "^4.0.3",
|
|
27
27
|
"markdown-it": "^14.1.0",
|
|
28
|
-
"shiki": "^3.
|
|
28
|
+
"shiki": "^3.13.0",
|
|
29
29
|
"typeit": "8.1.0",
|
|
30
|
-
"typescript": "^5.
|
|
31
|
-
"unocss": "^66.
|
|
32
|
-
"unplugin-icons": "^22.
|
|
30
|
+
"typescript": "^5.9.2",
|
|
31
|
+
"unocss": "^66.5.1",
|
|
32
|
+
"unplugin-icons": "^22.3.0",
|
|
33
33
|
"unplugin-vue-components": "^28.8.0",
|
|
34
|
-
"vite-plugin-inspect": "^11.3.
|
|
35
|
-
"vitepress": "^2.0.0-alpha.
|
|
36
|
-
"vitepress-plugin-group-icons": "^1.6.
|
|
37
|
-
"vitepress-plugin-llms": "^1.7.
|
|
38
|
-
"vue": "^3.5.
|
|
39
|
-
"@slidev/
|
|
40
|
-
"@slidev/
|
|
41
|
-
"@slidev/
|
|
34
|
+
"vite-plugin-inspect": "^11.3.3",
|
|
35
|
+
"vitepress": "^2.0.0-alpha.12",
|
|
36
|
+
"vitepress-plugin-group-icons": "^1.6.3",
|
|
37
|
+
"vitepress-plugin-llms": "^1.7.5",
|
|
38
|
+
"vue": "^3.5.21",
|
|
39
|
+
"@slidev/parser": "52.2.3",
|
|
40
|
+
"@slidev/client": "52.2.3",
|
|
41
|
+
"@slidev/types": "52.2.3"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"dev": "vitepress",
|