@midscene/visualizer 1.2.1-beta-20260112112154.0 → 1.2.1-beta-20260113073450.0

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.
@@ -337,7 +337,14 @@
337
337
  }
338
338
 
339
339
  .prompt-input-wrapper .structured-params-container {
340
+ box-sizing: border-box;
340
341
  padding: 16px 16px 56px;
342
+ overflow: hidden;
343
+ }
344
+
345
+ .prompt-input-wrapper .structured-params-container .structured-params {
346
+ width: 100%;
347
+ min-width: 0;
341
348
  }
342
349
 
343
350
  .prompt-input-wrapper .structured-params-container .structured-params .ant-form-item {
@@ -293,7 +293,14 @@
293
293
  }
294
294
 
295
295
  .prompt-input-wrapper .structured-params-container {
296
+ box-sizing: border-box;
296
297
  padding: 16px 16px 56px;
298
+ overflow: hidden;
299
+ }
300
+
301
+ .prompt-input-wrapper .structured-params-container .structured-params {
302
+ width: 100%;
303
+ min-width: 0;
297
304
  }
298
305
 
299
306
  .prompt-input-wrapper .structured-params-container .structured-params .ant-form-item {
@@ -337,7 +337,14 @@
337
337
  }
338
338
 
339
339
  .prompt-input-wrapper .structured-params-container {
340
+ box-sizing: border-box;
340
341
  padding: 16px 16px 56px;
342
+ overflow: hidden;
343
+ }
344
+
345
+ .prompt-input-wrapper .structured-params-container .structured-params {
346
+ width: 100%;
347
+ min-width: 0;
341
348
  }
342
349
 
343
350
  .prompt-input-wrapper .structured-params-container .structured-params .ant-form-item {
@@ -293,7 +293,14 @@
293
293
  }
294
294
 
295
295
  .prompt-input-wrapper .structured-params-container {
296
+ box-sizing: border-box;
296
297
  padding: 16px 16px 56px;
298
+ overflow: hidden;
299
+ }
300
+
301
+ .prompt-input-wrapper .structured-params-container .structured-params {
302
+ width: 100%;
303
+ min-width: 0;
297
304
  }
298
305
 
299
306
  .prompt-input-wrapper .structured-params-container .structured-params .ant-form-item {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/visualizer",
3
- "version": "1.2.1-beta-20260112112154.0",
3
+ "version": "1.2.1-beta-20260113073450.0",
4
4
  "repository": "https://github.com/web-infra-dev/midscene",
5
5
  "homepage": "https://midscenejs.com/",
6
6
  "types": "./dist/types/index.d.ts",
@@ -60,10 +60,10 @@
60
60
  "antd": "^5.21.6",
61
61
  "buffer": "6.0.3",
62
62
  "dayjs": "^1.11.11",
63
- "@midscene/core": "1.2.1-beta-20260112112154.0",
64
- "@midscene/playground": "1.2.1-beta-20260112112154.0",
65
- "@midscene/web": "1.2.1-beta-20260112112154.0",
66
- "@midscene/shared": "1.2.1-beta-20260112112154.0"
63
+ "@midscene/shared": "1.2.1-beta-20260113073450.0",
64
+ "@midscene/core": "1.2.1-beta-20260113073450.0",
65
+ "@midscene/web": "1.2.1-beta-20260113073450.0",
66
+ "@midscene/playground": "1.2.1-beta-20260113073450.0"
67
67
  },
68
68
  "license": "MIT",
69
69
  "scripts": {