@shikijs/vitepress-twoslash 3.16.0 → 3.17.1

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": "3.16.0",
4
+ "version": "3.17.1",
5
5
  "description": "Enable Twoslash support in VitePress",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -45,8 +45,8 @@
45
45
  "twoslash": "^0.3.4",
46
46
  "twoslash-vue": "^0.3.4",
47
47
  "vue": "^3.5.25",
48
- "@shikijs/twoslash": "3.16.0",
49
- "shiki": "3.16.0"
48
+ "@shikijs/twoslash": "3.17.1",
49
+ "shiki": "3.17.1"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "unbuild",
package/style-core.css CHANGED
@@ -34,7 +34,7 @@
34
34
  transform: translateY(1.5em);
35
35
  }
36
36
 
37
- .twoslash-query-presisted .twoslash-popup-container {
37
+ .twoslash-query-persisted .twoslash-popup-container {
38
38
  transform: translateY(1.8em);
39
39
  }
40
40
 
package/style.css CHANGED
@@ -68,14 +68,14 @@
68
68
  box-shadow: var(--twoslash-popup-shadow);
69
69
  }
70
70
 
71
- .twoslash .twoslash-query-presisted .twoslash-popup-container {
71
+ .twoslash .twoslash-query-persisted .twoslash-popup-container {
72
72
  z-index: 9;
73
73
  transform: translateY(1.5em);
74
74
  }
75
75
 
76
76
  .twoslash .twoslash-hover:hover .twoslash-popup-container,
77
77
  .twoslash .twoslash-error-hover:hover .twoslash-popup-container,
78
- .twoslash .twoslash-query-presisted .twoslash-popup-container,
78
+ .twoslash .twoslash-query-persisted .twoslash-popup-container,
79
79
  .twoslash .twoslash-query-line .twoslash-popup-container {
80
80
  opacity: 1;
81
81
  pointer-events: auto;
@@ -330,7 +330,7 @@
330
330
  transform: translateY(1.5em);
331
331
  }
332
332
 
333
- .twoslash-query-presisted .twoslash-popup-container {
333
+ .twoslash-query-persisted .twoslash-popup-container {
334
334
  transform: translateY(1.8em);
335
335
  }
336
336