File tree Expand file tree Collapse file tree 5 files changed +155
-168
lines changed Expand file tree Collapse file tree 5 files changed +155
-168
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
@import "./pages.css" ;
2
2
@import "./badges.css" ;
3
+ @import "./twoslash.css" ;
3
4
@import "./options-boxes.css" ;
4
5
@import "./inline-demo.css" ;
5
6
@import "./utilities.css" ;
Original file line number Diff line number Diff line change 1
- .floating-vue-twoslash .twoslash-popup-type {
2
- max-width : 600px ;
3
- display : block;
4
- padding : 6px 12px ;
5
- width : fit-content;
6
- min-width : 100% ;
1
+ .floating-vue-twoslash .twoslash-popup-container {
7
2
font-family : var (--vt-font-family-mono );
8
3
line-height : var (--vt-doc-code-line-height );
9
4
font-size : 14px ;
10
5
color : white;
11
- transition : color 0.5s ;
12
- white-space : pre-wrap;
6
+ }
7
+
8
+ .floating-vue-twoslash .twoslash-popup-docs {
9
+ border-top : 1px solid var (--vt-c-divider );
10
+ font-family : var (--vt-font-family-base ) !important ;
11
+ font-size : 1em ;
12
+ }
13
+
14
+ .floating-vue-twoslash .twoslash-popup-docs-tag-name {
15
+ color : var (--vt-c-text-2 ) !important ;
13
16
}
14
17
15
18
.v-popper--theme-twoslash .v-popper__inner {
Original file line number Diff line number Diff line change 13
13
"@vue/repl" : " ^3.3.0" ,
14
14
"@vue/theme" : " ^2.2.5" ,
15
15
"dynamics.js" : " ^1.1.5" ,
16
- "floating-vue" : " ^5.0.3 " ,
17
- "gsap" : " ^3.12.4 " ,
16
+ "floating-vue" : " ^5.2.0 " ,
17
+ "gsap" : " ^3.12.5 " ,
18
18
"vitepress" : " 1.0.0-rc.36" ,
19
- "vue" : " ^3.4.14 "
19
+ "vue" : " ^3.4.15 "
20
20
},
21
21
"devDependencies" : {
22
22
"@types/markdown-it" : " ^13.0.7" ,
23
- "@types/node" : " ^20.11.2" ,
24
- "shikiji" : " 0.10.0-beta.2" ,
25
- "shikiji-transformers" : " 0.10.0-beta.2" ,
26
- "shikiji-twoslash" : " 0.10.0-beta.2" ,
27
- "terser" : " ^5.26.0" ,
28
- "vitepress-plugin-twoslash" : " 0.10.0-beta.2"
23
+ "@types/node" : " ^20.11.5" ,
24
+ "terser" : " ^5.27.0" ,
25
+ "vitepress-plugin-twoslash" : " ^0.10.0-beta.8"
29
26
},
30
27
"pnpm" : {
31
- "overrides" : {
32
- "shikiji" : " 0.10.0-beta.2" ,
33
- "shikiji-transformers" : " 0.10.0-beta.2" ,
34
- "shikiji-twoslash" : " 0.10.0-beta.2" ,
35
- "vitepress-plugin-twoslash" : " 0.10.0-beta.2"
36
- },
37
28
"peerDependencyRules" : {
38
29
"ignoreMissing" : [
39
30
" @algolia/client-search" ,
You can’t perform that action at this time.
0 commit comments