@pandacss/studio 1.7.2 → 1.7.3
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.js +1 -0
- package/dist/studio.mjs +1 -0
- package/package.json +7 -7
package/dist/studio.js
CHANGED
|
@@ -40,6 +40,7 @@ var import_logger = require("@pandacss/logger");
|
|
|
40
40
|
var import_node_path = require("path");
|
|
41
41
|
var appPath = (0, import_node_path.join)(__dirname, "..");
|
|
42
42
|
async function buildStudio({ outDir, configPath, base }) {
|
|
43
|
+
process.env.NODE_ENV = "production";
|
|
43
44
|
const astro = await import("astro");
|
|
44
45
|
const { default: react } = await import("@astrojs/react");
|
|
45
46
|
const { default: studio } = await import("@pandacss/astro-plugin-studio");
|
package/dist/studio.mjs
CHANGED
|
@@ -10,6 +10,7 @@ import { colors, logger } from "@pandacss/logger";
|
|
|
10
10
|
import { join } from "path";
|
|
11
11
|
var appPath = join(__dirname, "..");
|
|
12
12
|
async function buildStudio({ outDir, configPath, base }) {
|
|
13
|
+
process.env.NODE_ENV = "production";
|
|
13
14
|
const astro = await import("astro");
|
|
14
15
|
const { default: react } = await import("@astrojs/react");
|
|
15
16
|
const { default: studio } = await import("@pandacss/astro-plugin-studio");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/studio",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.3",
|
|
4
4
|
"description": "The automated token documentation for Panda CSS",
|
|
5
5
|
"main": "dist/studio.js",
|
|
6
6
|
"module": "dist/studio.mjs",
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"react": "19.2.0",
|
|
51
51
|
"react-dom": "19.2.0",
|
|
52
52
|
"vite": "7.2.6",
|
|
53
|
-
"@pandacss/astro-plugin-studio": "1.7.
|
|
54
|
-
"@pandacss/config": "1.7.
|
|
55
|
-
"@pandacss/logger": "1.7.
|
|
56
|
-
"@pandacss/shared": "1.7.
|
|
57
|
-
"@pandacss/token-dictionary": "1.7.
|
|
58
|
-
"@pandacss/types": "1.7.
|
|
53
|
+
"@pandacss/astro-plugin-studio": "1.7.3",
|
|
54
|
+
"@pandacss/config": "1.7.3",
|
|
55
|
+
"@pandacss/logger": "1.7.3",
|
|
56
|
+
"@pandacss/shared": "1.7.3",
|
|
57
|
+
"@pandacss/token-dictionary": "1.7.3",
|
|
58
|
+
"@pandacss/types": "1.7.3"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@testing-library/react": "16.3.0",
|