@pandacss/node 0.0.0-dev-20221127082405 → 0.0.0-dev-20221127205826

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
@@ -1024,7 +1024,7 @@ function generateRecipes(ctx) {
1024
1024
  dts.push(import_outdent17.outdent`
1025
1025
  import { ConditionalValue } from "../types"
1026
1026
 
1027
- export type ${(0, import_shared9.capitalize)(name)}Value = {
1027
+ export type ${(0, import_shared9.capitalize)(name)}Variants = {
1028
1028
  ${Object.keys(variants ?? {}).map((key) => {
1029
1029
  const value = variants[key];
1030
1030
  const keys = Object.keys(value);
package/dist/index.mjs CHANGED
@@ -979,7 +979,7 @@ function generateRecipes(ctx) {
979
979
  dts.push(outdent17`
980
980
  import { ConditionalValue } from "../types"
981
981
 
982
- export type ${capitalize8(name)}Value = {
982
+ export type ${capitalize8(name)}Variants = {
983
983
  ${Object.keys(variants ?? {}).map((key) => {
984
984
  const value = variants[key];
985
985
  const keys = Object.keys(value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/node",
3
- "version": "0.0.0-dev-20221127082405",
3
+ "version": "0.0.0-dev-20221127205826",
4
4
  "description": "The core css panda library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -30,15 +30,15 @@
30
30
  "telejson": "6.0.8",
31
31
  "ts-pattern": "4.0.6",
32
32
  "ts-morph": "17.0.1",
33
- "@pandacss/types": "0.0.0-dev-20221127082405",
34
- "@pandacss/is-valid-prop": "0.0.0-dev-20221127082405",
35
- "@pandacss/error": "0.0.0-dev-20221127082405",
36
- "@pandacss/parser": "0.0.0-dev-20221127082405",
37
- "@pandacss/shared": "0.0.0-dev-20221127082405",
38
- "@pandacss/token-dictionary": "0.0.0-dev-20221127082405",
39
- "@pandacss/logger": "0.0.0-dev-20221127082405",
40
- "@pandacss/core": "0.0.0-dev-20221127082405",
41
- "@pandacss/config": "0.0.0-dev-20221127082405"
33
+ "@pandacss/types": "0.0.0-dev-20221127205826",
34
+ "@pandacss/is-valid-prop": "0.0.0-dev-20221127205826",
35
+ "@pandacss/error": "0.0.0-dev-20221127205826",
36
+ "@pandacss/parser": "0.0.0-dev-20221127205826",
37
+ "@pandacss/shared": "0.0.0-dev-20221127205826",
38
+ "@pandacss/token-dictionary": "0.0.0-dev-20221127205826",
39
+ "@pandacss/logger": "0.0.0-dev-20221127205826",
40
+ "@pandacss/core": "0.0.0-dev-20221127205826",
41
+ "@pandacss/config": "0.0.0-dev-20221127205826"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/fs-extra": "9.0.13",
@@ -46,7 +46,7 @@
46
46
  "@types/glob-parent": "^5.1.1",
47
47
  "@types/pluralize": "0.0.29",
48
48
  "@types/lodash.merge": "4.6.7",
49
- "@pandacss/fixture": "0.0.0-dev-20221127082405"
49
+ "@pandacss/fixture": "0.0.0-dev-20221127205826"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup src/index.ts --format=cjs,esm --shims --dts",