@veolab/discoverylab 1.3.1 → 1.3.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/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/dist/chunk-7EDIUVIO.js +4304 -0
- package/dist/{chunk-4L76GPRC.js → chunk-AHVBE25Y.js} +23 -17
- package/dist/chunk-HGWEHWKJ.js +94 -0
- package/dist/{chunk-VRM42PML.js → chunk-LXSWDEXV.js} +276 -56
- package/dist/{chunk-N6JJ2RGV.js → chunk-ZLHIHMSL.js} +1 -1
- package/dist/cli.js +26 -26
- package/dist/{esvp-GSISVXLC.js → esvp-KVOWYW6G.js} +2 -1
- package/dist/{esvp-mobile-GC7MAGMI.js → esvp-mobile-GZ5EMYPG.js} +3 -2
- package/dist/index.d.ts +13 -17
- package/dist/index.html +149 -29
- package/dist/index.js +6 -6
- package/dist/{server-FO3UVUZU.js → server-T5X6GGOO.js} +5 -5
- package/dist/templates/bundle/bundle.js +8 -4
- package/dist/templates/bundle/public/mockup-android-galaxy.png +0 -0
- package/dist/{tools-OCRMOQ4U.js → tools-YGM5HRIB.js} +4 -4
- package/package.json +2 -2
- package/dist/chunk-3QRQEDWR.js +0 -1690
- package/dist/chunk-GAKEFJ5T.js +0 -481
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
getServerPort,
|
|
4
4
|
startServer,
|
|
5
5
|
stopServer
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-6EGBXRDK.js";
|
|
6
|
+
} from "./chunk-LXSWDEXV.js";
|
|
7
|
+
import "./chunk-HGWEHWKJ.js";
|
|
9
8
|
import "./chunk-FIL7IWEL.js";
|
|
10
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-ZLHIHMSL.js";
|
|
11
10
|
import "./chunk-LB3RNE3O.js";
|
|
12
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-7EDIUVIO.js";
|
|
12
|
+
import "./chunk-6EGBXRDK.js";
|
|
13
13
|
import "./chunk-SLNJEF32.js";
|
|
14
14
|
import "./chunk-VVIOB362.js";
|
|
15
15
|
import "./chunk-XFVDP332.js";
|
|
@@ -6271,7 +6271,8 @@ const IosFrame = ({
|
|
|
6271
6271
|
const AndroidFrame = ({
|
|
6272
6272
|
children,
|
|
6273
6273
|
width,
|
|
6274
|
-
height
|
|
6274
|
+
height,
|
|
6275
|
+
deviceMockup
|
|
6275
6276
|
}) => {
|
|
6276
6277
|
const screenInsetX = width * 0.03;
|
|
6277
6278
|
const screenInsetY = height * 0.016;
|
|
@@ -6298,7 +6299,7 @@ const AndroidFrame = ({
|
|
|
6298
6299
|
/* @__PURE__ */ (0,jsx_runtime.jsx)(
|
|
6299
6300
|
esm.Img,
|
|
6300
6301
|
{
|
|
6301
|
-
src: (0,esm.staticFile)("mockup-android.png"),
|
|
6302
|
+
src: (0,esm.staticFile)(deviceMockup || "mockup-android-galaxy.png"),
|
|
6302
6303
|
style: {
|
|
6303
6304
|
position: "absolute",
|
|
6304
6305
|
top: 0,
|
|
@@ -6383,7 +6384,8 @@ const DeviceFrame = ({
|
|
|
6383
6384
|
platform,
|
|
6384
6385
|
children,
|
|
6385
6386
|
width,
|
|
6386
|
-
height
|
|
6387
|
+
height,
|
|
6388
|
+
deviceMockup
|
|
6387
6389
|
}) => {
|
|
6388
6390
|
if (platform === "ios") {
|
|
6389
6391
|
const h2 = height || 820;
|
|
@@ -6391,9 +6393,11 @@ const DeviceFrame = ({
|
|
|
6391
6393
|
return /* @__PURE__ */ (0,jsx_runtime.jsx)(IosFrame, { width: w2, height: h2, children });
|
|
6392
6394
|
}
|
|
6393
6395
|
if (platform === "android") {
|
|
6396
|
+
const inputProps = typeof window === "undefined" || (0,esm.getRemotionEnvironment)().isPlayer ? {} : (0,esm.getInputProps)() ?? {};
|
|
6397
|
+
const resolvedDeviceMockup = deviceMockup || inputProps.deviceMockup || "mockup-android-galaxy.png";
|
|
6394
6398
|
const h2 = height || 820;
|
|
6395
6399
|
const w2 = width || h2 * ANDROID_ASPECT;
|
|
6396
|
-
return /* @__PURE__ */ (0,jsx_runtime.jsx)(AndroidFrame, { width: w2, height: h2, children });
|
|
6400
|
+
return /* @__PURE__ */ (0,jsx_runtime.jsx)(AndroidFrame, { deviceMockup: resolvedDeviceMockup, width: w2, height: h2, children });
|
|
6397
6401
|
}
|
|
6398
6402
|
const w = width || 900;
|
|
6399
6403
|
const h = height || 580;
|
|
Binary file
|
|
@@ -104,7 +104,7 @@ import {
|
|
|
104
104
|
uiStatusTool,
|
|
105
105
|
uiTools,
|
|
106
106
|
videoInfoTool
|
|
107
|
-
} from "./chunk-
|
|
107
|
+
} from "./chunk-AHVBE25Y.js";
|
|
108
108
|
import {
|
|
109
109
|
setupCheckTool,
|
|
110
110
|
setupInitTool,
|
|
@@ -112,11 +112,11 @@ import {
|
|
|
112
112
|
setupTools
|
|
113
113
|
} from "./chunk-FNUN7EPB.js";
|
|
114
114
|
import "./chunk-XKX6NBHF.js";
|
|
115
|
-
import "./chunk-
|
|
116
|
-
import "./chunk-6EGBXRDK.js";
|
|
115
|
+
import "./chunk-HGWEHWKJ.js";
|
|
117
116
|
import "./chunk-FIL7IWEL.js";
|
|
118
117
|
import "./chunk-LB3RNE3O.js";
|
|
119
|
-
import "./chunk-
|
|
118
|
+
import "./chunk-7EDIUVIO.js";
|
|
119
|
+
import "./chunk-6EGBXRDK.js";
|
|
120
120
|
import "./chunk-SLNJEF32.js";
|
|
121
121
|
import "./chunk-VVIOB362.js";
|
|
122
122
|
import "./chunk-XFVDP332.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veolab/discoverylab",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "AI-powered app testing & evidence generator - Claude Code Plugin",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"claude-plugin": {
|
|
69
69
|
"name": "DiscoveryLab",
|
|
70
70
|
"description": "AI-powered app testing & evidence generator",
|
|
71
|
-
"version": "1.3.
|
|
71
|
+
"version": "1.3.3",
|
|
72
72
|
"tools": [
|
|
73
73
|
"dlab.capture.screen",
|
|
74
74
|
"dlab.capture.emulator",
|