@unocss/inspector 0.56.2 → 0.56.4
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/index.cjs +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -489,6 +489,8 @@ const staticUtilities = {
|
|
|
489
489
|
"justify-between": "justifyContent",
|
|
490
490
|
"justify-around": "justifyContent",
|
|
491
491
|
"justify-evenly": "justifyContent",
|
|
492
|
+
"justify-left": "justifyContent",
|
|
493
|
+
"justify-right": "justifyContent",
|
|
492
494
|
"justify-items-auto": "justifyItems",
|
|
493
495
|
"justify-items-start": "justifyItems",
|
|
494
496
|
"justify-items-end": "justifyItems",
|
package/dist/index.mjs
CHANGED
|
@@ -481,6 +481,8 @@ const staticUtilities = {
|
|
|
481
481
|
"justify-between": "justifyContent",
|
|
482
482
|
"justify-around": "justifyContent",
|
|
483
483
|
"justify-evenly": "justifyContent",
|
|
484
|
+
"justify-left": "justifyContent",
|
|
485
|
+
"justify-right": "justifyContent",
|
|
484
486
|
"justify-items-auto": "justifyItems",
|
|
485
487
|
"justify-items-start": "justifyItems",
|
|
486
488
|
"justify-items-end": "justifyItems",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/inspector",
|
|
3
|
-
"version": "0.56.
|
|
3
|
+
"version": "0.56.4",
|
|
4
4
|
"description": "The inspector UI for UnoCSS",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"gzip-size": "^6.0.0",
|
|
38
38
|
"sirv": "^2.0.3",
|
|
39
|
-
"@unocss/rule-utils": "0.56.
|
|
39
|
+
"@unocss/rule-utils": "0.56.4"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "unbuild",
|