@vtj/designer 0.9.0-alpha.46 → 0.9.0-alpha.48

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/index.mjs CHANGED
@@ -15,10 +15,10 @@ import Zs from "mockjs";
15
15
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
16
16
  * @name @vtj/designer
17
17
  * @author CHC chenhuachun1549@dingtalk.com
18
- * @version 0.9.0-alpha.46
18
+ * @version 0.9.0-alpha.48
19
19
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
20
20
  */
21
- const eo = "0.9.0-alpha.46", un = {
21
+ const eo = "0.9.0-alpha.48", un = {
22
22
  width: 390,
23
23
  height: 844
24
24
  }, cn = {
@@ -10026,6 +10026,7 @@ class ic extends zn {
10026
10026
  min-height: 100vh;
10027
10027
  width: 100%;
10028
10028
  height: 100%;
10029
+ font-size: 14px;
10029
10030
  }
10030
10031
  #app {
10031
10032
  background: var(--el-bg-color, #fff);
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@vtj/designer",
3
3
  "private": false,
4
- "version": "0.9.0-alpha.46",
4
+ "version": "0.9.0-alpha.48",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "html2canvas": "~1.4.1",
8
8
  "mockjs": "~1.1.0",
9
9
  "monaco-editor": "~0.51.0",
10
- "@vtj/icons": "~0.9.0-alpha.46",
11
- "@vtj/core": "~0.9.0-alpha.46",
12
- "@vtj/utils": "~0.9.0-alpha.46",
13
- "@vtj/renderer": "~0.9.0-alpha.46",
14
- "@vtj/ui": "~0.9.0-alpha.46"
10
+ "@vtj/core": "~0.9.0-alpha.48",
11
+ "@vtj/icons": "~0.9.0-alpha.48",
12
+ "@vtj/utils": "~0.9.0-alpha.48",
13
+ "@vtj/renderer": "~0.9.0-alpha.48",
14
+ "@vtj/ui": "~0.9.0-alpha.48"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/mockjs": "~1.0.10",
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/designer
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.9.0-alpha.45
5
+ * @version 0.9.0-alpha.47
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.9.0-alpha.45";
8
+ export declare const version = "0.9.0-alpha.47";