@tmagic/form 1.8.0-manmanyu.23 → 1.8.0-manmanyu.26

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/es/style.css CHANGED
@@ -226,6 +226,7 @@ a.magic-admin-link i {
226
226
  .m-container-fieldset.fieldset-in-card-fit > fieldset.m-fieldset legend {
227
227
  position: relative;
228
228
  top: 10px;
229
+ background-color: transparent;
229
230
  }
230
231
  .m-container-fieldset.fieldset-in-card-fit.fieldset-in-card-fit-last {
231
232
  padding-bottom: 0 !important;
package/dist/style.css CHANGED
@@ -226,6 +226,7 @@ a.magic-admin-link i {
226
226
  .m-container-fieldset.fieldset-in-card-fit > fieldset.m-fieldset legend {
227
227
  position: relative;
228
228
  top: 10px;
229
+ background-color: transparent;
229
230
  }
230
231
  .m-container-fieldset.fieldset-in-card-fit.fieldset-in-card-fit-last {
231
232
  padding-bottom: 0 !important;
@@ -226,6 +226,7 @@ a.magic-admin-link i {
226
226
  .m-container-fieldset.fieldset-in-card-fit > fieldset.m-fieldset legend {
227
227
  position: relative;
228
228
  top: 10px;
229
+ background-color: transparent;
229
230
  }
230
231
  .m-container-fieldset.fieldset-in-card-fit.fieldset-in-card-fit-last {
231
232
  padding-bottom: 0 !important;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.8.0-manmanyu.23",
2
+ "version": "1.8.0-manmanyu.26",
3
3
  "name": "@tmagic/form",
4
4
  "type": "module",
5
5
  "sideEffects": [
@@ -52,9 +52,9 @@
52
52
  "peerDependencies": {
53
53
  "vue": "^3.5.38",
54
54
  "typescript": "^6.0.3",
55
- "@tmagic/utils": "1.8.0-manmanyu.23",
56
- "@tmagic/form-schema": "1.8.0-manmanyu.23",
57
- "@tmagic/design": "1.8.0-manmanyu.23"
55
+ "@tmagic/design": "1.8.0-manmanyu.26",
56
+ "@tmagic/utils": "1.8.0-manmanyu.26",
57
+ "@tmagic/form-schema": "1.8.0-manmanyu.26"
58
58
  },
59
59
  "peerDependenciesMeta": {
60
60
  "typescript": {
@@ -29,6 +29,7 @@
29
29
  legend {
30
30
  position: relative;
31
31
  top: 10px;
32
+ background-color: transparent;
32
33
  }
33
34
  }
34
35
  &.fieldset-in-card-fit-last {