@saasquatch/mint-components 1.15.0-110 → 1.15.0-111
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-big-stat_43.cjs.entry.js +3 -0
- package/dist/collection/components/sqm-hero-image/sqm-hero-image-view.js +3 -0
- package/dist/esm/sqm-big-stat_43.entry.js +3 -0
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-a89baf7b.system.js +1 -1
- package/dist/mint-components/p-abebe510.system.entry.js +1 -0
- package/dist/mint-components/{p-d9879f93.entry.js → p-d249c3f4.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
- package/dist/mint-components/p-a7aafd88.system.entry.js +0 -1
|
@@ -1676,6 +1676,9 @@ function HeroImageView(props, children) {
|
|
|
1676
1676
|
marginTop: "var(--sl-spacing-medium)",
|
|
1677
1677
|
"&::part(base)": {
|
|
1678
1678
|
padding: "0 var(--sl-spacing-x-large)",
|
|
1679
|
+
color: "var(--sqm-primary-button-color)",
|
|
1680
|
+
backgroundColor: "var(--sqm-primary-button-background)",
|
|
1681
|
+
border: "var(--sqm-primary-button-color-border)",
|
|
1679
1682
|
},
|
|
1680
1683
|
"@media (max-width: 599px)": {
|
|
1681
1684
|
width: "100%",
|
|
@@ -96,6 +96,9 @@ export function HeroImageView(props, children) {
|
|
|
96
96
|
marginTop: "var(--sl-spacing-medium)",
|
|
97
97
|
"&::part(base)": {
|
|
98
98
|
padding: "0 var(--sl-spacing-x-large)",
|
|
99
|
+
color: "var(--sqm-primary-button-color)",
|
|
100
|
+
backgroundColor: "var(--sqm-primary-button-background)",
|
|
101
|
+
border: "var(--sqm-primary-button-color-border)",
|
|
99
102
|
},
|
|
100
103
|
"@media (max-width: 599px)": {
|
|
101
104
|
width: "100%",
|
|
@@ -1672,6 +1672,9 @@ function HeroImageView(props, children) {
|
|
|
1672
1672
|
marginTop: "var(--sl-spacing-medium)",
|
|
1673
1673
|
"&::part(base)": {
|
|
1674
1674
|
padding: "0 var(--sl-spacing-x-large)",
|
|
1675
|
+
color: "var(--sqm-primary-button-color)",
|
|
1676
|
+
backgroundColor: "var(--sqm-primary-button-background)",
|
|
1677
|
+
border: "var(--sqm-primary-button-color-border)",
|
|
1675
1678
|
},
|
|
1676
1679
|
"@media (max-width: 599px)": {
|
|
1677
1680
|
width: "100%",
|