@shikijs/vitepress-twoslash 1.12.0 → 1.13.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shikijs/vitepress-twoslash",
3
3
  "type": "module",
4
- "version": "1.12.0",
4
+ "version": "1.13.0",
5
5
  "description": "Enable Twoslash support in VitePress",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -54,9 +54,9 @@
54
54
  "mdast-util-to-hast": "^13.2.0",
55
55
  "twoslash": "^0.2.9",
56
56
  "twoslash-vue": "^0.2.9",
57
- "vue": "^3.4.34",
58
- "@shikijs/twoslash": "1.12.0",
59
- "shiki": "1.12.0"
57
+ "vue": "^3.4.37",
58
+ "@shikijs/twoslash": "1.13.0",
59
+ "shiki": "1.13.0"
60
60
  },
61
61
  "scripts": {
62
62
  "build": "unbuild",
package/style-core.css CHANGED
@@ -99,12 +99,7 @@
99
99
  text-wrap: balance;
100
100
  }
101
101
 
102
- .twoslash-floating
103
- .twoslash-popup-docs
104
- pre
105
- .twoslash-floating
106
- .twoslash-popup-error
107
- pre {
102
+ .twoslash-floating .twoslash-popup-docs pre .twoslash-floating .twoslash-popup-error pre {
108
103
  background-color: var(--vp-code-block-bg);
109
104
  border-radius: 8px;
110
105
  padding: 12px;
package/style.css CHANGED
@@ -395,12 +395,7 @@
395
395
  text-wrap: balance;
396
396
  }
397
397
 
398
- .twoslash-floating
399
- .twoslash-popup-docs
400
- pre
401
- .twoslash-floating
402
- .twoslash-popup-error
403
- pre {
398
+ .twoslash-floating .twoslash-popup-docs pre .twoslash-floating .twoslash-popup-error pre {
404
399
  background-color: var(--vp-code-block-bg);
405
400
  border-radius: 8px;
406
401
  padding: 12px;