@slidev/client 0.28.9 → 0.28.10

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.
@@ -48,6 +48,10 @@ function setBrushColor(color: typeof brush.color) {
48
48
  <button class="icon-btn" :class="{ shallow: drawingMode != 'rectangle' }" @click="setDrawingMode('rectangle')">
49
49
  <carbon:checkbox />
50
50
  </button>
51
+ <!-- TODO: not sure why it's not working! -->
52
+ <!-- <button class="icon-btn" :class="{ shallow: drawingMode != 'eraseLine' }" @click="setDrawingMode('eraseLine')">
53
+ <carbon:erase />
54
+ </button> -->
51
55
 
52
56
  <VerticalDivider />
53
57
 
@@ -55,7 +55,7 @@ if (__SLIDEV_FEATURE_DRAWINGS__)
55
55
  <div
56
56
  class="absolute bottom-0 left-0 transition duration-300 opacity-0 hover:opacity-100"
57
57
  :class="[
58
- persistNav ? 'opacity-100 right-0' : 'oapcity-0 p-2',
58
+ persistNav ? 'opacity-100 right-0' : 'opacity-0 p-2',
59
59
  isDrawing ? 'pointer-events-none': ''
60
60
  ]"
61
61
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/client",
3
- "version": "0.28.9",
3
+ "version": "0.28.10",
4
4
  "description": "Presentation slides for developers",
5
5
  "homepage": "https://sli.dev",
6
6
  "bugs": "https://github.com/slidevjs/slidev/issues",
@@ -13,13 +13,13 @@
13
13
  "author": "antfu <anthonyfu117@hotmail.com>",
14
14
  "dependencies": {
15
15
  "@antfu/utils": "^0.5.0",
16
- "@slidev/parser": "0.28.9",
17
- "@slidev/types": "0.28.9",
18
- "@vueuse/core": "^7.6.2",
16
+ "@slidev/parser": "0.28.10",
17
+ "@slidev/types": "0.28.10",
18
+ "@vueuse/core": "^7.7.0",
19
19
  "@vueuse/head": "^0.7.5",
20
20
  "@vueuse/motion": "^2.0.0-beta.9",
21
21
  "codemirror": "^5.65.2",
22
- "drauu": "^0.2.1",
22
+ "drauu": "^0.3.0",
23
23
  "file-saver": "^2.0.5",
24
24
  "js-base64": "^3.7.2",
25
25
  "js-yaml": "^4.1.0",
@@ -30,10 +30,10 @@
30
30
  "prettier": "^2.5.1",
31
31
  "recordrtc": "^5.6.2",
32
32
  "resolve": "^1.22.0",
33
- "vite-plugin-windicss": "^1.7.1",
33
+ "vite-plugin-windicss": "^1.8.2",
34
34
  "vue": "^3.2.31",
35
- "vue-router": "^4.0.12",
36
- "windicss": "^3.4.4"
35
+ "vue-router": "^4.0.13",
36
+ "windicss": "^3.5.1"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=14.0.0"