@pandacss/node 0.0.0-dev-20230131074332 → 0.0.0-dev-20230201155624
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 +4 -4
- package/dist/index.mjs +3 -3
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ __export(src_exports, {
|
|
|
41
41
|
});
|
|
42
42
|
module.exports = __toCommonJS(src_exports);
|
|
43
43
|
|
|
44
|
-
// ../../node_modules/.pnpm/tsup@6.5.0_typescript@4.9.
|
|
44
|
+
// ../../node_modules/.pnpm/tsup@6.5.0_typescript@4.9.5/node_modules/tsup/assets/cjs_shims.js
|
|
45
45
|
var getImportMetaUrl = () => typeof document === "undefined" ? new URL("file:" + __filename).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
46
46
|
var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
47
47
|
|
|
@@ -521,7 +521,7 @@ export declare const ${name}: ${upperName}
|
|
|
521
521
|
jsxType: import_outdent8.outdent`
|
|
522
522
|
import type { JSX, ComponentProps } from 'preact'
|
|
523
523
|
import type { JsxStyleProps, Assign } from '.'
|
|
524
|
-
import type { RecipeDefinition, RecipeSelection, RecipeVariantRecord } from './recipe'
|
|
524
|
+
import type { RecipeDefinition, RecipeRuntimeFn, RecipeSelection, RecipeVariantRecord } from './recipe'
|
|
525
525
|
|
|
526
526
|
type Dict = Record<string, unknown>
|
|
527
527
|
type ElementType = keyof JSX.IntrinsicElements
|
|
@@ -714,7 +714,7 @@ export declare const ${name}: ${upperName}
|
|
|
714
714
|
jsxType: import_outdent12.outdent`
|
|
715
715
|
import type { ElementType, ComponentProps } from 'react'
|
|
716
716
|
import type { JsxStyleProps, Assign } from '.'
|
|
717
|
-
import type { RecipeDefinition, RecipeSelection, RecipeVariantRecord
|
|
717
|
+
import type { RecipeDefinition, RecipeRuntimeFn, RecipeSelection, RecipeVariantRecord } from './recipe'
|
|
718
718
|
|
|
719
719
|
type Dict = Record<string, unknown>
|
|
720
720
|
|
|
@@ -924,7 +924,7 @@ export declare const ${name}: ${upperName}
|
|
|
924
924
|
jsxType: import_outdent16.outdent`
|
|
925
925
|
import type { JSX, ComponentProps, Component } from 'solid-js'
|
|
926
926
|
import type { JsxStyleProps, Assign } from '.'
|
|
927
|
-
import type { RecipeDefinition, RecipeSelection, RecipeVariantRecord } from './recipe'
|
|
927
|
+
import type { RecipeDefinition, RecipeRuntimeFn, RecipeSelection, RecipeVariantRecord } from './recipe'
|
|
928
928
|
|
|
929
929
|
type Dict = Record<string, unknown>
|
|
930
930
|
|
package/dist/index.mjs
CHANGED
|
@@ -474,7 +474,7 @@ export declare const ${name}: ${upperName}
|
|
|
474
474
|
jsxType: outdent8`
|
|
475
475
|
import type { JSX, ComponentProps } from 'preact'
|
|
476
476
|
import type { JsxStyleProps, Assign } from '.'
|
|
477
|
-
import type { RecipeDefinition, RecipeSelection, RecipeVariantRecord } from './recipe'
|
|
477
|
+
import type { RecipeDefinition, RecipeRuntimeFn, RecipeSelection, RecipeVariantRecord } from './recipe'
|
|
478
478
|
|
|
479
479
|
type Dict = Record<string, unknown>
|
|
480
480
|
type ElementType = keyof JSX.IntrinsicElements
|
|
@@ -667,7 +667,7 @@ export declare const ${name}: ${upperName}
|
|
|
667
667
|
jsxType: outdent12`
|
|
668
668
|
import type { ElementType, ComponentProps } from 'react'
|
|
669
669
|
import type { JsxStyleProps, Assign } from '.'
|
|
670
|
-
import type { RecipeDefinition, RecipeSelection, RecipeVariantRecord
|
|
670
|
+
import type { RecipeDefinition, RecipeRuntimeFn, RecipeSelection, RecipeVariantRecord } from './recipe'
|
|
671
671
|
|
|
672
672
|
type Dict = Record<string, unknown>
|
|
673
673
|
|
|
@@ -877,7 +877,7 @@ export declare const ${name}: ${upperName}
|
|
|
877
877
|
jsxType: outdent16`
|
|
878
878
|
import type { JSX, ComponentProps, Component } from 'solid-js'
|
|
879
879
|
import type { JsxStyleProps, Assign } from '.'
|
|
880
|
-
import type { RecipeDefinition, RecipeSelection, RecipeVariantRecord } from './recipe'
|
|
880
|
+
import type { RecipeDefinition, RecipeRuntimeFn, RecipeSelection, RecipeVariantRecord } from './recipe'
|
|
881
881
|
|
|
882
882
|
type Dict = Record<string, unknown>
|
|
883
883
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/node",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20230201155624",
|
|
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
|
"javascript-stringify": "2.1.0",
|
|
31
31
|
"ts-pattern": "4.1.3",
|
|
32
32
|
"ts-morph": "17.0.1",
|
|
33
|
-
"@pandacss/types": "0.0.0-dev-
|
|
34
|
-
"@pandacss/is-valid-prop": "0.0.0-dev-
|
|
35
|
-
"@pandacss/error": "0.0.0-dev-
|
|
36
|
-
"@pandacss/parser": "0.0.0-dev-
|
|
37
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
38
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
39
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
40
|
-
"@pandacss/core": "0.0.0-dev-
|
|
41
|
-
"@pandacss/config": "0.0.0-dev-
|
|
33
|
+
"@pandacss/types": "0.0.0-dev-20230201155624",
|
|
34
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20230201155624",
|
|
35
|
+
"@pandacss/error": "0.0.0-dev-20230201155624",
|
|
36
|
+
"@pandacss/parser": "0.0.0-dev-20230201155624",
|
|
37
|
+
"@pandacss/shared": "0.0.0-dev-20230201155624",
|
|
38
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20230201155624",
|
|
39
|
+
"@pandacss/logger": "0.0.0-dev-20230201155624",
|
|
40
|
+
"@pandacss/core": "0.0.0-dev-20230201155624",
|
|
41
|
+
"@pandacss/config": "0.0.0-dev-20230201155624"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/fs-extra": "11.0.1",
|
|
@@ -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-
|
|
49
|
+
"@pandacss/fixture": "0.0.0-dev-20230201155624"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup src/index.ts --format=cjs,esm --shims --dts",
|