@nuxt/devtools-ui-kit 0.8.3 → 0.8.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/README.md +1 -1
- package/dist/assets/styles.css +3 -3
- package/dist/components/NButton.vue +1 -1
- package/dist/components/NCheckbox.vue +2 -1
- package/dist/components/NCodeBlock.vue +2 -1
- package/dist/components/NIconButton.vue +1 -1
- package/dist/components/NLink.vue +1 -1
- package/dist/components/NSectionBlock.vue +2 -1
- package/dist/components/NSwitch.vue +2 -1
- package/dist/module.json +1 -1
- package/dist/unocss.mjs +1 -1
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
|
|
7
7
|
UI kit for module authors to build embedded views for Nuxt DevTools.
|
|
8
8
|
|
|
9
|
-
Please refer to the [DevTools UI Kit](https://devtools.
|
|
9
|
+
Please refer to the [DevTools UI Kit](https://devtools.nuxt.com/module/ui-kit) for the full documentation.
|
package/dist/assets/styles.css
CHANGED
|
@@ -46,12 +46,12 @@ html.dark {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.shiki.diff .line-removed > span {
|
|
49
|
-
color: #
|
|
49
|
+
color: #d15547 !important;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.shiki .line-added:after {
|
|
53
53
|
content: "";
|
|
54
|
-
background-color: #
|
|
54
|
+
background-color: #43885420;
|
|
55
55
|
display: block;
|
|
56
56
|
position: absolute;
|
|
57
57
|
left: 0;
|
|
@@ -62,7 +62,7 @@ html.dark {
|
|
|
62
62
|
|
|
63
63
|
.shiki .line-removed:after {
|
|
64
64
|
content: "";
|
|
65
|
-
background-color: #
|
|
65
|
+
background-color: #8f4c3926;
|
|
66
66
|
display: block;
|
|
67
67
|
position: absolute;
|
|
68
68
|
left: 0;
|
package/dist/module.json
CHANGED
package/dist/unocss.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/devtools-ui-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.5",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "nuxt/devtools",
|
|
7
7
|
"exports": {
|
|
@@ -19,37 +19,37 @@
|
|
|
19
19
|
},
|
|
20
20
|
"main": "./dist/module.mjs",
|
|
21
21
|
"files": [
|
|
22
|
-
"
|
|
23
|
-
"
|
|
22
|
+
"*.cjs",
|
|
23
|
+
"dist"
|
|
24
24
|
],
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@nuxt/devtools": "0.8.
|
|
26
|
+
"@nuxt/devtools": "0.8.5"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@iconify-json/carbon": "^1.1.21",
|
|
30
|
-
"@iconify-json/logos": "^1.1.
|
|
30
|
+
"@iconify-json/logos": "^1.1.37",
|
|
31
31
|
"@iconify-json/ri": "^1.1.12",
|
|
32
|
-
"@iconify-json/tabler": "^1.1.
|
|
33
|
-
"@nuxt/kit": "^3.7.
|
|
32
|
+
"@iconify-json/tabler": "^1.1.91",
|
|
33
|
+
"@nuxt/kit": "^3.7.3",
|
|
34
34
|
"@nuxtjs/color-mode": "^3.3.0",
|
|
35
|
-
"@unocss/core": "^0.
|
|
36
|
-
"@unocss/nuxt": "^0.
|
|
37
|
-
"@unocss/preset-attributify": "^0.
|
|
38
|
-
"@unocss/preset-icons": "^0.
|
|
39
|
-
"@unocss/preset-mini": "^0.
|
|
40
|
-
"@unocss/reset": "^0.
|
|
35
|
+
"@unocss/core": "^0.56.0",
|
|
36
|
+
"@unocss/nuxt": "^0.56.0",
|
|
37
|
+
"@unocss/preset-attributify": "^0.56.0",
|
|
38
|
+
"@unocss/preset-icons": "^0.56.0",
|
|
39
|
+
"@unocss/preset-mini": "^0.56.0",
|
|
40
|
+
"@unocss/reset": "^0.56.0",
|
|
41
41
|
"@vueuse/core": "^10.4.1",
|
|
42
42
|
"@vueuse/integrations": "^10.4.1",
|
|
43
43
|
"@vueuse/nuxt": "^10.4.1",
|
|
44
44
|
"defu": "^6.1.2",
|
|
45
45
|
"focus-trap": "^7.5.2",
|
|
46
|
-
"unocss": "^0.
|
|
46
|
+
"unocss": "^0.56.0",
|
|
47
47
|
"v-lazy-show": "^0.2.3",
|
|
48
|
-
"@nuxt/devtools": "0.8.
|
|
49
|
-
"@nuxt/devtools-kit": "0.8.3"
|
|
48
|
+
"@nuxt/devtools-kit": "0.8.5"
|
|
50
49
|
},
|
|
51
50
|
"devDependencies": {
|
|
52
|
-
"nuxt": "^3.7.
|
|
51
|
+
"nuxt": "^3.7.3",
|
|
52
|
+
"@nuxt/devtools": "0.8.5"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|