@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.
@@ -585,7 +585,7 @@ const style = {
585
585
  "&::part(label)": {
586
586
  fontSize: "var(--sl-font-size-small)",
587
587
  },
588
- "&::part(input-base)": {
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
@@ -59,7 +59,7 @@ const style = {
59
59
  "&::part(label)": {
60
60
  fontSize: "var(--sl-font-size-small)",
61
61
  },
62
- "&::part(input-base)": {
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
- "&::part(input-base)": {
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