@pandacss/generator 0.0.0-dev-20230829122546 → 0.0.0-dev-20230829124704

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 CHANGED
@@ -1255,7 +1255,7 @@ function generatePreactJsxFactory(ctx) {
1255
1255
  import { h } from 'preact'
1256
1256
  import { forwardRef } from 'preact/compat'
1257
1257
  import { useMemo } from 'preact/hooks'
1258
- ${ctx.file.import("css, cx, assignCss", "../css/index")}
1258
+ ${ctx.file.import("css, cx, cva, assignCss", "../css/index")}
1259
1259
  ${ctx.file.import("splitProps, normalizeHTMLProps", "../helpers")}
1260
1260
  ${ctx.file.import("isCssProperty", "./is-valid-prop")}
1261
1261
 
package/dist/index.mjs CHANGED
@@ -1224,7 +1224,7 @@ function generatePreactJsxFactory(ctx) {
1224
1224
  import { h } from 'preact'
1225
1225
  import { forwardRef } from 'preact/compat'
1226
1226
  import { useMemo } from 'preact/hooks'
1227
- ${ctx.file.import("css, cx, assignCss", "../css/index")}
1227
+ ${ctx.file.import("css, cx, cva, assignCss", "../css/index")}
1228
1228
  ${ctx.file.import("splitProps, normalizeHTMLProps", "../helpers")}
1229
1229
  ${ctx.file.import("isCssProperty", "./is-valid-prop")}
1230
1230
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/generator",
3
- "version": "0.0.0-dev-20230829122546",
3
+ "version": "0.0.0-dev-20230829124704",
4
4
  "description": "The css generator for css panda",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -20,17 +20,17 @@
20
20
  "pluralize": "8.0.0",
21
21
  "postcss": "8.4.27",
22
22
  "ts-pattern": "5.0.4",
23
- "@pandacss/core": "0.0.0-dev-20230829122546",
24
- "@pandacss/is-valid-prop": "0.0.0-dev-20230829122546",
25
- "@pandacss/logger": "0.0.0-dev-20230829122546",
26
- "@pandacss/shared": "0.0.0-dev-20230829122546",
27
- "@pandacss/token-dictionary": "0.0.0-dev-20230829122546",
28
- "@pandacss/types": "0.0.0-dev-20230829122546"
23
+ "@pandacss/core": "0.0.0-dev-20230829124704",
24
+ "@pandacss/is-valid-prop": "0.0.0-dev-20230829124704",
25
+ "@pandacss/logger": "0.0.0-dev-20230829124704",
26
+ "@pandacss/shared": "0.0.0-dev-20230829124704",
27
+ "@pandacss/token-dictionary": "0.0.0-dev-20230829124704",
28
+ "@pandacss/types": "0.0.0-dev-20230829124704"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/pluralize": "0.0.30",
32
32
  "hookable": "5.5.3",
33
- "@pandacss/fixture": "0.0.0-dev-20230829122546"
33
+ "@pandacss/fixture": "0.0.0-dev-20230829124704"
34
34
  },
35
35
  "scripts": {
36
36
  "prebuild": "tsx scripts/prebuild.ts",