@elaraai/e3-ui-cli 1.0.59 → 1.0.61
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/app/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>e3-ui shot</title>
|
|
7
|
-
<script type="module" crossorigin src="./assets/index-
|
|
7
|
+
<script type="module" crossorigin src="./assets/index-4XZUHoRy.js"></script>
|
|
8
8
|
<link rel="stylesheet" crossorigin href="./assets/index-CYR-0Grb.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
package/dist/capture.js
CHANGED
|
@@ -291,7 +291,7 @@ async function captureInSession(browser, baseUrl, appDir, opts) {
|
|
|
291
291
|
// added <style>) the --html (#320). Runs after settle so measurements
|
|
292
292
|
// are final.
|
|
293
293
|
if (opts.debugLayout) {
|
|
294
|
-
await page.addStyleTag({ content: '[data-e3-overflow]{outline:2px solid #
|
|
294
|
+
await page.addStyleTag({ content: '[data-e3-overflow]{outline:2px solid #b85a4a !important;outline-offset:-2px;}' });
|
|
295
295
|
await page.evaluate(() => {
|
|
296
296
|
for (const el of Array.from(document.querySelectorAll('*'))) {
|
|
297
297
|
const h = el;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elaraai/e3-ui-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.61",
|
|
4
4
|
"description": "Render east-ui / e3-ui components to PNG from the command line (e3-ui shot)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"commander": "^12.0.0",
|
|
42
42
|
"esbuild": "^0.27.2",
|
|
43
43
|
"playwright-core": "~1.59.0",
|
|
44
|
-
"@elaraai/e3-api-server": "1.0.
|
|
44
|
+
"@elaraai/e3-api-server": "1.0.61"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@elaraai/east": "1.0.
|
|
47
|
+
"@elaraai/east": "1.0.61"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@chakra-ui/react": "^3.0.0",
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
"react-dom": "^19.0.0",
|
|
65
65
|
"typescript": "~5.9.2",
|
|
66
66
|
"vite": "^6.0.0",
|
|
67
|
-
"@elaraai/east-ui": "1.0.
|
|
68
|
-
"@elaraai/
|
|
69
|
-
"@elaraai/e3": "1.0.
|
|
70
|
-
"@elaraai/
|
|
71
|
-
"@elaraai/e3-types": "1.0.
|
|
72
|
-
"@elaraai/e3-ui": "1.0.
|
|
73
|
-
"@elaraai/e3-ui-components": "1.0.
|
|
67
|
+
"@elaraai/east-ui": "1.0.61",
|
|
68
|
+
"@elaraai/e3": "1.0.61",
|
|
69
|
+
"@elaraai/e3-api-client": "1.0.61",
|
|
70
|
+
"@elaraai/east-ui-components": "1.0.61",
|
|
71
|
+
"@elaraai/e3-types": "1.0.61",
|
|
72
|
+
"@elaraai/e3-ui": "1.0.61",
|
|
73
|
+
"@elaraai/e3-ui-components": "1.0.61"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|
|
76
76
|
"build": "tsc && tsc -p app/tsconfig.json && node scripts/build-app.mjs",
|