@saasquatch/mint-components 1.15.0-104 → 1.15.0-106
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/cjs/sqm-banking-info-form_10.cjs.entry.js +5 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +5 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +5 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-a89baf7b.system.js +1 -1
- package/dist/mint-components/p-ad9c8b77.system.entry.js +1 -0
- package/dist/mint-components/{p-52a08836.entry.js → p-b587b8a1.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
- package/dist/mint-components/p-a8ed9afd.system.entry.js +0 -1
|
@@ -585,7 +585,7 @@ const style = {
|
|
|
585
585
|
"&::part(label)": {
|
|
586
586
|
fontSize: "var(--sl-font-size-small)",
|
|
587
587
|
},
|
|
588
|
-
"
|
|
588
|
+
"*::part(input-base)": {
|
|
589
589
|
backgroundColor: "unset",
|
|
590
590
|
},
|
|
591
591
|
},
|
|
@@ -669,6 +669,10 @@ const vanillaStyle = `
|
|
|
669
669
|
box-sizing: border-box;
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
+
& sl-radio::part(base) {
|
|
673
|
+
background-color: unset;
|
|
674
|
+
}
|
|
675
|
+
|
|
672
676
|
& sl-select::part(label) {
|
|
673
677
|
font-size: var(--sl-font-size-small);
|
|
674
678
|
font-weight: 600
|
package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js
CHANGED
|
@@ -59,7 +59,7 @@ const style = {
|
|
|
59
59
|
"&::part(label)": {
|
|
60
60
|
fontSize: "var(--sl-font-size-small)",
|
|
61
61
|
},
|
|
62
|
-
"
|
|
62
|
+
"*::part(input-base)": {
|
|
63
63
|
backgroundColor: "unset",
|
|
64
64
|
},
|
|
65
65
|
},
|
|
@@ -143,6 +143,10 @@ const vanillaStyle = `
|
|
|
143
143
|
box-sizing: border-box;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
+
& sl-radio::part(base) {
|
|
147
|
+
background-color: unset;
|
|
148
|
+
}
|
|
149
|
+
|
|
146
150
|
& sl-select::part(label) {
|
|
147
151
|
font-size: var(--sl-font-size-small);
|
|
148
152
|
font-weight: 600
|
|
@@ -581,7 +581,7 @@ const style = {
|
|
|
581
581
|
"&::part(label)": {
|
|
582
582
|
fontSize: "var(--sl-font-size-small)",
|
|
583
583
|
},
|
|
584
|
-
"
|
|
584
|
+
"*::part(input-base)": {
|
|
585
585
|
backgroundColor: "unset",
|
|
586
586
|
},
|
|
587
587
|
},
|
|
@@ -665,6 +665,10 @@ const vanillaStyle = `
|
|
|
665
665
|
box-sizing: border-box;
|
|
666
666
|
}
|
|
667
667
|
|
|
668
|
+
& sl-radio::part(base) {
|
|
669
|
+
background-color: unset;
|
|
670
|
+
}
|
|
671
|
+
|
|
668
672
|
& sl-select::part(label) {
|
|
669
673
|
font-size: var(--sl-font-size-small);
|
|
670
674
|
font-weight: 600
|