@nuxt/devtools-ui-kit 0.3.0 → 0.3.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/dist/module.json +1 -1
- package/dist/unocss.mjs +1 -1
- package/package.json +4 -4
package/dist/module.json
CHANGED
package/dist/unocss.mjs
CHANGED
|
@@ -100,7 +100,7 @@ const unocssPreset = () => ({
|
|
|
100
100
|
// code
|
|
101
101
|
"n-code-block": "dark:bg-[#121212] bg-white",
|
|
102
102
|
// icon-button
|
|
103
|
-
"n-icon-button": "aspect-1/1 w-1.6em h-1.6em flex items-center justify-center rounded op50 hover:op100 hover:bg-active",
|
|
103
|
+
"n-icon-button": "aspect-1/1 w-1.6em h-1.6em flex items-center justify-center rounded op50 hover:op100 hover:n-bg-active",
|
|
104
104
|
// loading
|
|
105
105
|
"n-loading": "flex h-full w-full justify-center items-center"
|
|
106
106
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/devtools-ui-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "nuxt/devtools",
|
|
7
7
|
"exports": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"*.cjs"
|
|
24
24
|
],
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@nuxt/devtools": "0.3.
|
|
26
|
+
"@nuxt/devtools": "0.3.1"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@iconify-json/carbon": "^1.1.16",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"defu": "^6.1.2",
|
|
42
42
|
"focus-trap": "^7.4.0",
|
|
43
43
|
"unocss": "^0.50.6",
|
|
44
|
-
"@nuxt/devtools": "0.3.
|
|
45
|
-
"@nuxt/devtools-kit": "0.3.
|
|
44
|
+
"@nuxt/devtools": "0.3.1",
|
|
45
|
+
"@nuxt/devtools-kit": "0.3.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"nuxt": "^3.3.1"
|