@pandacss/generator 1.11.4 → 1.12.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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -521,7 +521,7 @@ function generateIsValidProp(ctx) {
|
|
|
521
521
|
return {
|
|
522
522
|
js: content,
|
|
523
523
|
dts: import_outdent8.outdent`
|
|
524
|
-
import type { DistributiveOmit,
|
|
524
|
+
import type { DistributiveOmit, JsxStyleProps, Pretty } from '../types';
|
|
525
525
|
|
|
526
526
|
declare const isCssProperty: (value: string) => boolean;
|
|
527
527
|
|
package/dist/index.mjs
CHANGED
|
@@ -484,7 +484,7 @@ function generateIsValidProp(ctx) {
|
|
|
484
484
|
return {
|
|
485
485
|
js: content,
|
|
486
486
|
dts: outdent8`
|
|
487
|
-
import type { DistributiveOmit,
|
|
487
|
+
import type { DistributiveOmit, JsxStyleProps, Pretty } from '../types';
|
|
488
488
|
|
|
489
489
|
declare const isCssProperty: (value: string) => boolean;
|
|
490
490
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/generator",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"description": "The css generator for css panda",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"pluralize": "8.0.0",
|
|
39
39
|
"postcss": "8.5.14",
|
|
40
40
|
"ts-pattern": "5.9.0",
|
|
41
|
-
"@pandacss/core": "1.
|
|
42
|
-
"@pandacss/is-valid-prop": "^1.
|
|
43
|
-
"@pandacss/logger": "1.
|
|
44
|
-
"@pandacss/shared": "1.
|
|
45
|
-
"@pandacss/token-dictionary": "1.
|
|
46
|
-
"@pandacss/types": "1.
|
|
41
|
+
"@pandacss/core": "1.12.0",
|
|
42
|
+
"@pandacss/is-valid-prop": "^1.12.0",
|
|
43
|
+
"@pandacss/logger": "1.12.0",
|
|
44
|
+
"@pandacss/shared": "1.12.0",
|
|
45
|
+
"@pandacss/token-dictionary": "1.12.0",
|
|
46
|
+
"@pandacss/types": "1.12.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/pluralize": "0.0.33"
|