@saasquatch/mint-components 2.0.0-59 → 2.0.0-60
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 +6 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +6 -0
- package/dist/esm/sqm-banking-info-form_10.entry.js +6 -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-66a3bdab.entry.js → p-1ce5a30d.entry.js} +1 -1
- package/dist/mint-components/{p-3a943d71.system.entry.js → p-5c97c43e.system.entry.js} +1 -1
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -3729,6 +3729,9 @@ const style$5 = {
|
|
|
3729
3729
|
backgroundColor: "transparent",
|
|
3730
3730
|
color: "var(--sqm-text)",
|
|
3731
3731
|
},
|
|
3732
|
+
"& sl-icon::part(base)": {
|
|
3733
|
+
color: "var(--sqm-warning-color-icon)",
|
|
3734
|
+
},
|
|
3732
3735
|
},
|
|
3733
3736
|
ErrorHoldAlertContainer: {
|
|
3734
3737
|
marginLeft: "-20px",
|
|
@@ -3738,6 +3741,9 @@ const style$5 = {
|
|
|
3738
3741
|
backgroundColor: "transparent",
|
|
3739
3742
|
color: "var(--sqm-text)",
|
|
3740
3743
|
},
|
|
3744
|
+
"& sl-icon::part(base)": {
|
|
3745
|
+
color: "var(--sqm-danger-color-icon)",
|
|
3746
|
+
},
|
|
3741
3747
|
},
|
|
3742
3748
|
ExpiringSoonAlertContainer: {
|
|
3743
3749
|
"&::part(base)": {
|
|
@@ -23,6 +23,9 @@ const style = {
|
|
|
23
23
|
backgroundColor: "transparent",
|
|
24
24
|
color: "var(--sqm-text)",
|
|
25
25
|
},
|
|
26
|
+
"& sl-icon::part(base)": {
|
|
27
|
+
color: "var(--sqm-warning-color-icon)",
|
|
28
|
+
},
|
|
26
29
|
},
|
|
27
30
|
ErrorHoldAlertContainer: {
|
|
28
31
|
marginLeft: "-20px",
|
|
@@ -32,6 +35,9 @@ const style = {
|
|
|
32
35
|
backgroundColor: "transparent",
|
|
33
36
|
color: "var(--sqm-text)",
|
|
34
37
|
},
|
|
38
|
+
"& sl-icon::part(base)": {
|
|
39
|
+
color: "var(--sqm-danger-color-icon)",
|
|
40
|
+
},
|
|
35
41
|
},
|
|
36
42
|
ExpiringSoonAlertContainer: {
|
|
37
43
|
"&::part(base)": {
|
|
@@ -3725,6 +3725,9 @@ const style$5 = {
|
|
|
3725
3725
|
backgroundColor: "transparent",
|
|
3726
3726
|
color: "var(--sqm-text)",
|
|
3727
3727
|
},
|
|
3728
|
+
"& sl-icon::part(base)": {
|
|
3729
|
+
color: "var(--sqm-warning-color-icon)",
|
|
3730
|
+
},
|
|
3728
3731
|
},
|
|
3729
3732
|
ErrorHoldAlertContainer: {
|
|
3730
3733
|
marginLeft: "-20px",
|
|
@@ -3734,6 +3737,9 @@ const style$5 = {
|
|
|
3734
3737
|
backgroundColor: "transparent",
|
|
3735
3738
|
color: "var(--sqm-text)",
|
|
3736
3739
|
},
|
|
3740
|
+
"& sl-icon::part(base)": {
|
|
3741
|
+
color: "var(--sqm-danger-color-icon)",
|
|
3742
|
+
},
|
|
3737
3743
|
},
|
|
3738
3744
|
ExpiringSoonAlertContainer: {
|
|
3739
3745
|
"&::part(base)": {
|