@saasquatch/mint-components 1.15.0-159 → 1.15.0-160
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-user-info-form/sqm-user-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-01258de7.entry.js → p-473f68fb.entry.js} +1 -1
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/dist/mint-components/{p-51290fb1.system.entry.js → p-e1ad2fe0.system.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -5902,9 +5902,13 @@ const vanillaStyle$4 = `
|
|
|
5902
5902
|
color: var(--sqm-text);
|
|
5903
5903
|
}
|
|
5904
5904
|
|
|
5905
|
-
sl-checkbox::part(control){
|
|
5905
|
+
sl-checkbox[checked]::part(control){
|
|
5906
5906
|
background-color: var(--sqm-input-border-color-focus);
|
|
5907
5907
|
}
|
|
5908
|
+
|
|
5909
|
+
sl-checkbox[checked]::part(checked-icon){
|
|
5910
|
+
color: var(--sqm-input-background);
|
|
5911
|
+
}
|
|
5908
5912
|
`;
|
|
5909
5913
|
const UserInfoFormView = (props) => {
|
|
5910
5914
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
|
package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js
CHANGED
|
@@ -256,9 +256,13 @@ const vanillaStyle = `
|
|
|
256
256
|
color: var(--sqm-text);
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
sl-checkbox::part(control){
|
|
259
|
+
sl-checkbox[checked]::part(control){
|
|
260
260
|
background-color: var(--sqm-input-border-color-focus);
|
|
261
261
|
}
|
|
262
|
+
|
|
263
|
+
sl-checkbox[checked]::part(checked-icon){
|
|
264
|
+
color: var(--sqm-input-background);
|
|
265
|
+
}
|
|
262
266
|
`;
|
|
263
267
|
export const UserInfoFormView = (props) => {
|
|
264
268
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
|
|
@@ -5898,9 +5898,13 @@ const vanillaStyle$4 = `
|
|
|
5898
5898
|
color: var(--sqm-text);
|
|
5899
5899
|
}
|
|
5900
5900
|
|
|
5901
|
-
sl-checkbox::part(control){
|
|
5901
|
+
sl-checkbox[checked]::part(control){
|
|
5902
5902
|
background-color: var(--sqm-input-border-color-focus);
|
|
5903
5903
|
}
|
|
5904
|
+
|
|
5905
|
+
sl-checkbox[checked]::part(checked-icon){
|
|
5906
|
+
color: var(--sqm-input-background);
|
|
5907
|
+
}
|
|
5904
5908
|
`;
|
|
5905
5909
|
const UserInfoFormView = (props) => {
|
|
5906
5910
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
|