@unocss/inspector 66.5.0 → 66.5.2

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -278,7 +278,7 @@ function degree(str) {
278
278
  const num = Number.parseFloat(n);
279
279
  if (!Number.isNaN(num)) {
280
280
  if (num === 0)
281
- return "0";
281
+ return "0deg";
282
282
  return unit ? `${round(num)}${unit}` : `${round(num)}deg`;
283
283
  }
284
284
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/inspector",
3
3
  "type": "module",
4
- "version": "66.5.0",
4
+ "version": "66.5.2",
5
5
  "description": "The inspector UI for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -38,8 +38,8 @@
38
38
  "gzip-size": "^6.0.0",
39
39
  "sirv": "^3.0.1",
40
40
  "vue-flow-layout": "^0.2.0",
41
- "@unocss/rule-utils": "66.5.0",
42
- "@unocss/core": "66.5.0"
41
+ "@unocss/core": "66.5.2",
42
+ "@unocss/rule-utils": "66.5.2"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "unbuild",