@saasquatch/mint-components 1.15.0-127 → 1.15.0-128

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.
@@ -5845,6 +5845,10 @@ const vanillaStyle$4 = `
5845
5845
  box-shadow: 0 0 0 50px var(--sqm-input-background, #fff) inset !important;
5846
5846
  -webkit-text-fill-color: var(--sqm-input-color, white) !important;
5847
5847
  }
5848
+
5849
+ sl-checkbox::part(label){
5850
+ color: var(--sqm-text);
5851
+ }
5848
5852
  `;
5849
5853
  const UserInfoFormView = (props) => {
5850
5854
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
@@ -6014,7 +6018,7 @@ const UserInfoFormView = (props) => {
6014
6018
  " - ",
6015
6019
  c.displayName)))),
6016
6020
  index.h("div", { class: classes.CheckboxWrapper },
6017
- index.h("sl-checkbox", { exportparts: "label: input-label, base: input-base", checked: formState.allowBankingCollection === true, "onSl-change": (e) => {
6021
+ index.h("sl-checkbox", { checked: formState.allowBankingCollection === true, "onSl-change": (e) => {
6018
6022
  e.target.value = e.target.checked;
6019
6023
  }, disabled: states.isPartner ? false : states.disabled, required: true, value: formState.allowBankingCollection, id: "allowBankingCollection", name: "/allowBankingCollection" }, bankingCollectionText),
6020
6024
  ((_u = formState.errors) === null || _u === void 0 ? void 0 : _u.allowBankingCollection) && (index.h("p", { class: classes.ErrorText }, utils$1.formatErrorMessage(text.termsAndConditionsLabel, formState.errors.allowBankingCollection))))),
@@ -249,6 +249,10 @@ const vanillaStyle = `
249
249
  box-shadow: 0 0 0 50px var(--sqm-input-background, #fff) inset !important;
250
250
  -webkit-text-fill-color: var(--sqm-input-color, white) !important;
251
251
  }
252
+
253
+ sl-checkbox::part(label){
254
+ color: var(--sqm-text);
255
+ }
252
256
  `;
253
257
  export const UserInfoFormView = (props) => {
254
258
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
@@ -418,7 +422,7 @@ export const UserInfoFormView = (props) => {
418
422
  " - ",
419
423
  c.displayName)))),
420
424
  h("div", { class: classes.CheckboxWrapper },
421
- h("sl-checkbox", { exportparts: "label: input-label, base: input-base", checked: formState.allowBankingCollection === true, "onSl-change": (e) => {
425
+ h("sl-checkbox", { checked: formState.allowBankingCollection === true, "onSl-change": (e) => {
422
426
  e.target.value = e.target.checked;
423
427
  }, disabled: states.isPartner ? false : states.disabled, required: true, value: formState.allowBankingCollection, id: "allowBankingCollection", name: "/allowBankingCollection" }, bankingCollectionText),
424
428
  ((_u = formState.errors) === null || _u === void 0 ? void 0 : _u.allowBankingCollection) && (h("p", { class: classes.ErrorText }, formatErrorMessage(text.termsAndConditionsLabel, formState.errors.allowBankingCollection))))),
@@ -5841,6 +5841,10 @@ const vanillaStyle$4 = `
5841
5841
  box-shadow: 0 0 0 50px var(--sqm-input-background, #fff) inset !important;
5842
5842
  -webkit-text-fill-color: var(--sqm-input-color, white) !important;
5843
5843
  }
5844
+
5845
+ sl-checkbox::part(label){
5846
+ color: var(--sqm-text);
5847
+ }
5844
5848
  `;
5845
5849
  const UserInfoFormView = (props) => {
5846
5850
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
@@ -6010,7 +6014,7 @@ const UserInfoFormView = (props) => {
6010
6014
  " - ",
6011
6015
  c.displayName)))),
6012
6016
  h("div", { class: classes.CheckboxWrapper },
6013
- h("sl-checkbox", { exportparts: "label: input-label, base: input-base", checked: formState.allowBankingCollection === true, "onSl-change": (e) => {
6017
+ h("sl-checkbox", { checked: formState.allowBankingCollection === true, "onSl-change": (e) => {
6014
6018
  e.target.value = e.target.checked;
6015
6019
  }, disabled: states.isPartner ? false : states.disabled, required: true, value: formState.allowBankingCollection, id: "allowBankingCollection", name: "/allowBankingCollection" }, bankingCollectionText),
6016
6020
  ((_u = formState.errors) === null || _u === void 0 ? void 0 : _u.allowBankingCollection) && (h("p", { class: classes.ErrorText }, formatErrorMessage(text.termsAndConditionsLabel, formState.errors.allowBankingCollection))))),