@pandacss/types 0.0.0-dev-20230621130013 → 0.0.0-dev-20230623115344
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/config.d.ts +5 -0
- package/dist/pattern.d.ts +1 -1
- package/package.json +3 -3
package/dist/config.d.ts
CHANGED
|
@@ -201,6 +201,11 @@ type PresetOptions = {
|
|
|
201
201
|
* Used to create reusable config presets for your project or team.
|
|
202
202
|
*/
|
|
203
203
|
presets?: (string | Preset | Promise<Preset>)[]
|
|
204
|
+
/**
|
|
205
|
+
* Whether to opt-out of the defaults config presets: [`@pandacss/preset-base`, `@pandacss/preset-panda`]
|
|
206
|
+
* @default 'false'
|
|
207
|
+
*/
|
|
208
|
+
eject?: boolean
|
|
204
209
|
}
|
|
205
210
|
|
|
206
211
|
type HooksOptions = {
|
package/dist/pattern.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/types",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20230623115344",
|
|
4
4
|
"description": "The types for css panda",
|
|
5
5
|
"main": "dist/index.d.ts",
|
|
6
6
|
"author": "Segun Adebayo <joseshegs@gmail.com>",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"chokidar-cli": "^3.0.0",
|
|
16
16
|
"csstype": "3.1.2",
|
|
17
17
|
"hookable": "5.5.3",
|
|
18
|
-
"@pandacss/extractor": "0.0.0-dev-
|
|
19
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
18
|
+
"@pandacss/extractor": "0.0.0-dev-20230623115344",
|
|
19
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20230623115344"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "tsx scripts/build.ts",
|