@pandacss/node 0.0.0-dev-20230110230849 → 0.0.0-dev-20230111183210
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 +11 -11
package/dist/index.js
CHANGED
|
@@ -513,10 +513,11 @@ import { ${upperName} } from '../types/jsx'
|
|
|
513
513
|
export declare const ${name}: ${upperName}
|
|
514
514
|
`,
|
|
515
515
|
jsxType: import_outdent8.outdent`
|
|
516
|
-
import type { JSX,
|
|
516
|
+
import type { JSX, ComponentProps } from 'preact'
|
|
517
517
|
import type { JsxStyleProps, Assign } from '.'
|
|
518
518
|
|
|
519
519
|
type Dict = Record<string, unknown>
|
|
520
|
+
type ElementType = keyof JSX.IntrinsicElements
|
|
520
521
|
|
|
521
522
|
type AdditionalHtmlProps = {
|
|
522
523
|
htmlSize?: string | number
|
package/dist/index.mjs
CHANGED
|
@@ -467,10 +467,11 @@ import { ${upperName} } from '../types/jsx'
|
|
|
467
467
|
export declare const ${name}: ${upperName}
|
|
468
468
|
`,
|
|
469
469
|
jsxType: outdent8`
|
|
470
|
-
import type { JSX,
|
|
470
|
+
import type { JSX, ComponentProps } from 'preact'
|
|
471
471
|
import type { JsxStyleProps, Assign } from '.'
|
|
472
472
|
|
|
473
473
|
type Dict = Record<string, unknown>
|
|
474
|
+
type ElementType = keyof JSX.IntrinsicElements
|
|
474
475
|
|
|
475
476
|
type AdditionalHtmlProps = {
|
|
476
477
|
htmlSize?: string | number
|
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-20230111183210",
|
|
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": "7.0.4",
|
|
31
31
|
"ts-pattern": "4.1.2",
|
|
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-20230111183210",
|
|
34
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20230111183210",
|
|
35
|
+
"@pandacss/error": "0.0.0-dev-20230111183210",
|
|
36
|
+
"@pandacss/parser": "0.0.0-dev-20230111183210",
|
|
37
|
+
"@pandacss/shared": "0.0.0-dev-20230111183210",
|
|
38
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20230111183210",
|
|
39
|
+
"@pandacss/logger": "0.0.0-dev-20230111183210",
|
|
40
|
+
"@pandacss/core": "0.0.0-dev-20230111183210",
|
|
41
|
+
"@pandacss/config": "0.0.0-dev-20230111183210"
|
|
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-20230111183210"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup src/index.ts --format=cjs,esm --shims --dts",
|