@nuxt/devtools-ui-kit 1.0.4 → 1.0.5
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/dist/assets/styles.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--nui-c-context: 125,125,125;
|
|
2
|
+
--nui-c-context: 125, 125, 125;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
html {
|
|
@@ -50,7 +50,7 @@ html.dark {
|
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.shiki .line-added:after {
|
|
53
|
-
content:
|
|
53
|
+
content: '';
|
|
54
54
|
background-color: #43885420;
|
|
55
55
|
display: block;
|
|
56
56
|
position: absolute;
|
|
@@ -61,7 +61,7 @@ html.dark {
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.shiki .line-removed:after {
|
|
64
|
-
content:
|
|
64
|
+
content: '';
|
|
65
65
|
background-color: #8f4c3926;
|
|
66
66
|
display: block;
|
|
67
67
|
position: absolute;
|
|
@@ -50,7 +50,7 @@ const size = key
|
|
|
50
50
|
position: absolute;
|
|
51
51
|
left: 0;
|
|
52
52
|
top: 0;
|
|
53
|
-
transition: .2s ease;
|
|
53
|
+
transition: 0.2s ease;
|
|
54
54
|
content: '';
|
|
55
55
|
transition: opacity 0.4s;
|
|
56
56
|
z-index: 1;
|
|
@@ -59,22 +59,22 @@ const size = key
|
|
|
59
59
|
background: #8881;
|
|
60
60
|
opacity: 1;
|
|
61
61
|
}
|
|
62
|
-
.splitpanes--vertical
|
|
62
|
+
.splitpanes--vertical > .splitpanes__splitter {
|
|
63
63
|
min-width: 0 !important;
|
|
64
64
|
width: 0 !important;
|
|
65
|
-
@apply border-r border-base
|
|
65
|
+
@apply border-r border-base;
|
|
66
66
|
}
|
|
67
|
-
.splitpanes--horizontal
|
|
67
|
+
.splitpanes--horizontal > .splitpanes__splitter {
|
|
68
68
|
min-height: 0 !important;
|
|
69
69
|
height: 0 !important;
|
|
70
|
-
@apply border-t border-base
|
|
70
|
+
@apply border-t border-base;
|
|
71
71
|
}
|
|
72
|
-
.splitpanes--vertical
|
|
72
|
+
.splitpanes--vertical > .splitpanes__splitter:before {
|
|
73
73
|
left: -5px;
|
|
74
74
|
right: -4px;
|
|
75
75
|
height: 100%;
|
|
76
76
|
}
|
|
77
|
-
.splitpanes--horizontal
|
|
77
|
+
.splitpanes--horizontal > .splitpanes__splitter:before {
|
|
78
78
|
top: -5px;
|
|
79
79
|
bottom: -4px;
|
|
80
80
|
width: 100%;
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/devtools-ui-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.5",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://devtools.nuxt.com/module/ui-kit",
|
|
7
7
|
"repository": {
|
|
@@ -28,34 +28,34 @@
|
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@nuxt/devtools": "1.0.
|
|
31
|
+
"@nuxt/devtools": "1.0.5"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@iconify-json/carbon": "^1.1.
|
|
35
|
-
"@iconify-json/logos": "^1.1.
|
|
36
|
-
"@iconify-json/ri": "^1.1.
|
|
37
|
-
"@iconify-json/tabler": "^1.1.
|
|
34
|
+
"@iconify-json/carbon": "^1.1.24",
|
|
35
|
+
"@iconify-json/logos": "^1.1.40",
|
|
36
|
+
"@iconify-json/ri": "^1.1.15",
|
|
37
|
+
"@iconify-json/tabler": "^1.1.100",
|
|
38
38
|
"@nuxt/kit": "^3.8.2",
|
|
39
39
|
"@nuxtjs/color-mode": "^3.3.2",
|
|
40
|
-
"@unocss/core": "^0.
|
|
41
|
-
"@unocss/nuxt": "^0.
|
|
42
|
-
"@unocss/preset-attributify": "^0.
|
|
43
|
-
"@unocss/preset-icons": "^0.
|
|
44
|
-
"@unocss/preset-mini": "^0.
|
|
45
|
-
"@unocss/reset": "^0.
|
|
46
|
-
"@vueuse/core": "^10.
|
|
47
|
-
"@vueuse/integrations": "^10.
|
|
48
|
-
"@vueuse/nuxt": "^10.
|
|
40
|
+
"@unocss/core": "^0.58.0",
|
|
41
|
+
"@unocss/nuxt": "^0.58.0",
|
|
42
|
+
"@unocss/preset-attributify": "^0.58.0",
|
|
43
|
+
"@unocss/preset-icons": "^0.58.0",
|
|
44
|
+
"@unocss/preset-mini": "^0.58.0",
|
|
45
|
+
"@unocss/reset": "^0.58.0",
|
|
46
|
+
"@vueuse/core": "^10.7.0",
|
|
47
|
+
"@vueuse/integrations": "^10.7.0",
|
|
48
|
+
"@vueuse/nuxt": "^10.7.0",
|
|
49
49
|
"defu": "^6.1.3",
|
|
50
50
|
"focus-trap": "^7.5.4",
|
|
51
51
|
"splitpanes": "^3.1.5",
|
|
52
|
-
"unocss": "^0.
|
|
52
|
+
"unocss": "^0.58.0",
|
|
53
53
|
"v-lazy-show": "^0.2.4",
|
|
54
|
-
"@nuxt/devtools-kit": "1.0.
|
|
54
|
+
"@nuxt/devtools-kit": "1.0.5"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"nuxt": "^3.8.2",
|
|
58
|
-
"@nuxt/devtools": "1.0.
|
|
58
|
+
"@nuxt/devtools": "1.0.5"
|
|
59
59
|
},
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|