@saasquatch/mint-components 1.15.0-101 → 1.15.0-104
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 +4 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +3 -0
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +1 -0
- package/dist/esm/sqm-banking-info-form_10.entry.js +4 -0
- 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-09631d19.entry.js → p-52a08836.entry.js} +2 -2
- package/dist/mint-components/p-a89baf7b.system.js +1 -1
- package/dist/mint-components/p-a8ed9afd.system.entry.js +1 -0
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
- package/dist/mint-components/p-ad174af6.system.entry.js +0 -1
|
@@ -585,6 +585,9 @@ const style = {
|
|
|
585
585
|
"&::part(label)": {
|
|
586
586
|
fontSize: "var(--sl-font-size-small)",
|
|
587
587
|
},
|
|
588
|
+
"&::part(input-base)": {
|
|
589
|
+
backgroundColor: "unset",
|
|
590
|
+
},
|
|
588
591
|
},
|
|
589
592
|
InputContainer: {
|
|
590
593
|
padding: "16px",
|
|
@@ -2335,6 +2338,7 @@ const style$3 = {
|
|
|
2335
2338
|
flexDirection: "column",
|
|
2336
2339
|
gap: "var(--sl-spacing-xx-small)",
|
|
2337
2340
|
fontSize: "var(--sl-font-size-small)",
|
|
2341
|
+
color: "var(--sqm-text)",
|
|
2338
2342
|
},
|
|
2339
2343
|
TitleContainer: {
|
|
2340
2344
|
display: "flex",
|
|
@@ -581,6 +581,9 @@ const style = {
|
|
|
581
581
|
"&::part(label)": {
|
|
582
582
|
fontSize: "var(--sl-font-size-small)",
|
|
583
583
|
},
|
|
584
|
+
"&::part(input-base)": {
|
|
585
|
+
backgroundColor: "unset",
|
|
586
|
+
},
|
|
584
587
|
},
|
|
585
588
|
InputContainer: {
|
|
586
589
|
padding: "16px",
|
|
@@ -2331,6 +2334,7 @@ const style$3 = {
|
|
|
2331
2334
|
flexDirection: "column",
|
|
2332
2335
|
gap: "var(--sl-spacing-xx-small)",
|
|
2333
2336
|
fontSize: "var(--sl-font-size-small)",
|
|
2337
|
+
color: "var(--sqm-text)",
|
|
2334
2338
|
},
|
|
2335
2339
|
TitleContainer: {
|
|
2336
2340
|
display: "flex",
|