@saasquatch/mint-components 1.15.0-106 → 1.15.0-108

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,9 +585,6 @@ const style = {
585
585
  "&::part(label)": {
586
586
  fontSize: "var(--sl-font-size-small)",
587
587
  },
588
- "*::part(input-base)": {
589
- backgroundColor: "unset",
590
- },
591
588
  },
592
589
  InputContainer: {
593
590
  padding: "16px",
@@ -669,10 +666,6 @@ const vanillaStyle = `
669
666
  box-sizing: border-box;
670
667
  }
671
668
 
672
- & sl-radio::part(base) {
673
- background-color: unset;
674
- }
675
-
676
669
  & sl-select::part(label) {
677
670
  font-size: var(--sl-font-size-small);
678
671
  font-weight: 600
@@ -8,7 +8,7 @@ import { ProgramExplainerView } from "./sqm-program-explainer-view";
8
8
  * @validChildren ["sqm-program-explainer-step"]
9
9
  * @exampleGroup Common Components
10
10
  * @slots [{"name":"", "title":"Explainer", "validChildren":["sqm-program-explainer-step"]}]
11
- * @example Program Explainer - <sqm-program-explainer header="How it works"><sqm-program-explainer-step description="Explore and use our product while earning points in the process!" header="Earn points" icon="cash-stack" text-color="#000000"></sqm-program-explainer-step><sqm-program-explainer-step description="Use your points and redeem rewards like one free month of Enterprise or a visa giftcard" header="Redeem rewards" icon="people" text-color="#000000"></sqm-program-explainer-step></sqm-program-explainer>
11
+ * @example Program Explainer - <sqm-program-explainer header="How it works"><sqm-program-explainer-step description="Explore and use our product while earning points in the process!" header="Earn points" icon="cash-stack" text-color="var(--sqm-text)"></sqm-program-explainer-step><sqm-program-explainer-step description="Use your points and redeem rewards like one free month of Enterprise or a visa giftcard" header="Redeem rewards" icon="people" text-color="var(--sqm-text)"></sqm-program-explainer-step></sqm-program-explainer>
12
12
  */
13
13
  export class ProgramExplainer {
14
14
  constructor() {
@@ -59,9 +59,6 @@ const style = {
59
59
  "&::part(label)": {
60
60
  fontSize: "var(--sl-font-size-small)",
61
61
  },
62
- "*::part(input-base)": {
63
- backgroundColor: "unset",
64
- },
65
62
  },
66
63
  InputContainer: {
67
64
  padding: "16px",
@@ -143,10 +140,6 @@ const vanillaStyle = `
143
140
  box-sizing: border-box;
144
141
  }
145
142
 
146
- & sl-radio::part(base) {
147
- background-color: unset;
148
- }
149
-
150
143
  & sl-select::part(label) {
151
144
  font-size: var(--sl-font-size-small);
152
145
  font-weight: 600
@@ -581,9 +581,6 @@ const style = {
581
581
  "&::part(label)": {
582
582
  fontSize: "var(--sl-font-size-small)",
583
583
  },
584
- "*::part(input-base)": {
585
- backgroundColor: "unset",
586
- },
587
584
  },
588
585
  InputContainer: {
589
586
  padding: "16px",
@@ -665,10 +662,6 @@ const vanillaStyle = `
665
662
  box-sizing: border-box;
666
663
  }
667
664
 
668
- & sl-radio::part(base) {
669
- background-color: unset;
670
- }
671
-
672
665
  & sl-select::part(label) {
673
666
  font-size: var(--sl-font-size-small);
674
667
  font-weight: 600