@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 +1 -0
- package/dist/style.css +1 -0
- package/dist/themes/magic-admin.css +1 -0
- package/package.json +4 -4
- package/src/theme/fieldset.scss +1 -0
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.
|
|
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/
|
|
56
|
-
"@tmagic/
|
|
57
|
-
"@tmagic/
|
|
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": {
|