@slidev/client 0.50.0-beta.11 → 0.50.0-beta.12

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.
@@ -1,6 +1,5 @@
1
1
  <script setup lang="ts">
2
2
  import { Tooltip } from 'floating-vue'
3
- import { defineEmits, defineProps } from 'vue'
4
3
 
5
4
  defineProps<{
6
5
  title: string
@@ -143,7 +143,7 @@ if (__SLIDEV_FEATURE_RECORD__)
143
143
  </template>
144
144
 
145
145
  <template v-if="__SLIDEV_FEATURE_BROWSER_EXPORTER__">
146
- <IconButton title="Browser Explorer" to="/export">
146
+ <IconButton title="Browser Exporter" to="/export">
147
147
  <div class="i-carbon:document-pdf" />
148
148
  </IconButton>
149
149
  </template>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@slidev/client",
3
3
  "type": "module",
4
- "version": "0.50.0-beta.11",
4
+ "version": "0.50.0-beta.12",
5
5
  "description": "Presentation slides for developers",
6
6
  "author": "antfu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -61,8 +61,8 @@
61
61
  "vue": "^3.5.13",
62
62
  "vue-router": "^4.5.0",
63
63
  "yaml": "^2.6.1",
64
- "@slidev/types": "0.50.0-beta.11",
65
- "@slidev/parser": "0.50.0-beta.11"
64
+ "@slidev/parser": "0.50.0-beta.12",
65
+ "@slidev/types": "0.50.0-beta.12"
66
66
  },
67
67
  "devDependencies": {
68
68
  "vite": "^6.0.3"