@tmagic/editor 1.8.0-manmanyu.20 → 1.8.0-manmanyu.21

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.
@@ -2756,6 +2756,7 @@ fieldset.m-fieldset .m-form-tip {
2756
2756
  padding: 8px 0;
2757
2757
  width: 52px;
2758
2758
  display: flex;
2759
+ box-sizing: border-box;
2759
2760
  flex-direction: column;
2760
2761
  align-items: center;
2761
2762
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.8.0-manmanyu.20",
2
+ "version": "1.8.0-manmanyu.21",
3
3
  "name": "@tmagic/editor",
4
4
  "type": "module",
5
5
  "sideEffects": [
@@ -58,11 +58,11 @@
58
58
  "moveable": "^0.53.0",
59
59
  "serialize-javascript": "^7.0.0",
60
60
  "sortablejs": "^1.15.6",
61
- "@tmagic/design": "1.8.0-manmanyu.20",
62
- "@tmagic/stage": "1.8.0-manmanyu.20",
63
- "@tmagic/table": "1.8.0-manmanyu.20",
64
- "@tmagic/form": "1.8.0-manmanyu.20",
65
- "@tmagic/utils": "1.8.0-manmanyu.20"
61
+ "@tmagic/design": "1.8.0-manmanyu.21",
62
+ "@tmagic/table": "1.8.0-manmanyu.21",
63
+ "@tmagic/form": "1.8.0-manmanyu.21",
64
+ "@tmagic/utils": "1.8.0-manmanyu.21",
65
+ "@tmagic/stage": "1.8.0-manmanyu.21"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/events": "^3.0.3",
@@ -76,7 +76,7 @@
76
76
  "type-fest": "^5.2.0",
77
77
  "typescript": "^6.0.3",
78
78
  "vue": "^3.5.38",
79
- "@tmagic/core": "1.8.0-manmanyu.20"
79
+ "@tmagic/core": "1.8.0-manmanyu.21"
80
80
  },
81
81
  "peerDependenciesMeta": {
82
82
  "typescript": {
@@ -22,6 +22,7 @@
22
22
  padding: 8px 0;
23
23
  width: 52px;
24
24
  display: flex;
25
+ box-sizing: border-box;
25
26
  flex-direction: column;
26
27
  align-items: center;
27
28
  .m-editor-sidebar-header-item {