@pandacss/studio 0.53.0 → 0.53.1
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/studio.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_postcss@8.
|
|
1
|
+
// ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.7.6_postcss@8.5.3_typescript@5.6.2/node_modules/tsup/assets/esm_shims.js
|
|
2
2
|
import { fileURLToPath } from "url";
|
|
3
3
|
import path from "path";
|
|
4
4
|
var getFilename = () => fileURLToPath(import.meta.url);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/studio",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.1",
|
|
4
4
|
"description": "The automated token documentation for Panda CSS",
|
|
5
5
|
"main": "dist/studio.js",
|
|
6
6
|
"module": "dist/studio.mjs",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"astro": "4.16.18",
|
|
48
48
|
"react": "18.2.0",
|
|
49
49
|
"react-dom": "18.2.0",
|
|
50
|
-
"vite": "
|
|
51
|
-
"@pandacss/config": "0.53.
|
|
52
|
-
"@pandacss/logger": "0.53.
|
|
53
|
-
"@pandacss/shared": "0.53.
|
|
54
|
-
"@pandacss/token-dictionary": "0.53.
|
|
55
|
-
"@pandacss/types": "0.53.
|
|
56
|
-
"@pandacss/astro-plugin-studio": "0.53.
|
|
50
|
+
"vite": "6.2.0",
|
|
51
|
+
"@pandacss/config": "0.53.1",
|
|
52
|
+
"@pandacss/logger": "0.53.1",
|
|
53
|
+
"@pandacss/shared": "0.53.1",
|
|
54
|
+
"@pandacss/token-dictionary": "0.53.1",
|
|
55
|
+
"@pandacss/types": "0.53.1",
|
|
56
|
+
"@pandacss/astro-plugin-studio": "0.53.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/react": "18.2.55",
|
|
@@ -146,7 +146,7 @@ export interface Conditions {
|
|
|
146
146
|
"_open": string
|
|
147
147
|
/** `&:is([closed], [data-closed], [data-state="closed"])` */
|
|
148
148
|
"_closed": string
|
|
149
|
-
/**
|
|
149
|
+
/** `&:is(:fullscreen, [data-fullscreen])` */
|
|
150
150
|
"_fullscreen": string
|
|
151
151
|
/** `&:is([data-loading], [aria-busy=true])` */
|
|
152
152
|
"_loading": string
|