@slidev/client 52.3.0 → 52.4.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.
package/constants.ts CHANGED
@@ -84,4 +84,5 @@ export const HEADMATTER_FIELDS = [
84
84
  'contextMenu',
85
85
  'wakeLock',
86
86
  'seoMeta',
87
+ 'notesAutoRuby',
87
88
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@slidev/client",
3
3
  "type": "module",
4
- "version": "52.3.0",
4
+ "version": "52.4.0",
5
5
  "description": "Presentation slides for developers",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -61,8 +61,8 @@
61
61
  "vue": "^3.5.22",
62
62
  "vue-router": "^4.6.3",
63
63
  "yaml": "^2.8.1",
64
- "@slidev/parser": "52.3.0",
65
- "@slidev/types": "52.3.0"
64
+ "@slidev/parser": "52.4.0",
65
+ "@slidev/types": "52.4.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "vite": "^7.1.10"
@@ -223,7 +223,7 @@ onMounted(() => {
223
223
  </div>
224
224
  </div>
225
225
  </div>
226
- <div class="text-2xl px-3 my-auto tabular-nums">
226
+ <div class="text-2xl px-3 my-auto font-mono">
227
227
  {{ timer }}
228
228
  </div>
229
229
  </div>