@pandacss/parser 1.1.0 → 1.3.0
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.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -390,7 +390,8 @@ var defaultGroupNames = [
|
|
|
390
390
|
"Interactivity",
|
|
391
391
|
"Transition",
|
|
392
392
|
"Effect",
|
|
393
|
-
"Other"
|
|
393
|
+
"Other",
|
|
394
|
+
"Focus Ring"
|
|
394
395
|
];
|
|
395
396
|
function getPropertyGroupMap(ctx) {
|
|
396
397
|
const groups = new Map(defaultGroupNames.map((name) => [name, /* @__PURE__ */ new Set()]));
|
package/dist/index.mjs
CHANGED
|
@@ -356,7 +356,8 @@ var defaultGroupNames = [
|
|
|
356
356
|
"Interactivity",
|
|
357
357
|
"Transition",
|
|
358
358
|
"Effect",
|
|
359
|
-
"Other"
|
|
359
|
+
"Other",
|
|
360
|
+
"Focus Ring"
|
|
360
361
|
];
|
|
361
362
|
function getPropertyGroupMap(ctx) {
|
|
362
363
|
const groups = new Map(defaultGroupNames.map((name) => [name, /* @__PURE__ */ new Set()]));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/parser",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "The static parser for panda css",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"magic-string": "0.30.17",
|
|
33
33
|
"ts-morph": "26.0.0",
|
|
34
34
|
"ts-pattern": "5.8.0",
|
|
35
|
-
"@pandacss/config": "^1.
|
|
36
|
-
"@pandacss/core": "^1.
|
|
37
|
-
"@pandacss/extractor": "1.
|
|
38
|
-
"@pandacss/logger": "1.
|
|
39
|
-
"@pandacss/shared": "1.
|
|
40
|
-
"@pandacss/types": "1.
|
|
35
|
+
"@pandacss/config": "^1.3.0",
|
|
36
|
+
"@pandacss/core": "^1.3.0",
|
|
37
|
+
"@pandacss/extractor": "1.3.0",
|
|
38
|
+
"@pandacss/logger": "1.3.0",
|
|
39
|
+
"@pandacss/shared": "1.3.0",
|
|
40
|
+
"@pandacss/types": "1.3.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@vue/compiler-core": "3.4.19",
|
|
44
|
-
"@pandacss/generator": "1.
|
|
44
|
+
"@pandacss/generator": "1.3.0"
|
|
45
45
|
},
|
|
46
46
|
"files": [
|
|
47
47
|
"dist"
|