@saasquatch/mint-components 2.0.2-15 → 2.0.2-17

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.
@@ -20,6 +20,7 @@ export declare class HeroImage {
20
20
  /**
21
21
  * @uiWidget color
22
22
  * @uiName Logo text color
23
+ * @default #555555
23
24
  */
24
25
  logoTextColor?: string;
25
26
  /**
@@ -1026,6 +1026,7 @@ export namespace Components {
1026
1026
  /**
1027
1027
  * @uiWidget color
1028
1028
  * @uiName Logo text color
1029
+ * @default #555555
1029
1030
  */
1030
1031
  "logoTextColor"?: string;
1031
1032
  /**
@@ -8908,6 +8909,7 @@ declare namespace LocalJSX {
8908
8909
  /**
8909
8910
  * @uiWidget color
8910
8911
  * @uiName Logo text color
8912
+ * @default #555555
8911
8913
  */
8912
8914
  "logoTextColor"?: string;
8913
8915
  /**
package/docs/docs.docx CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saasquatch/mint-components",
3
3
  "title": "Mint Components",
4
- "version": "2.0.2-15",
4
+ "version": "2.0.2-17",
5
5
  "description": "A minimal design library with components for referral and loyalty experiences. Built with Shoelace components by Saasquatch.",
6
6
  "icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Mint.svg",
7
7
  "raisins": "docs/raisins.json",
@@ -1 +0,0 @@
1
- import{r as s,h as t,c as i}from"./p-c7c11325.js";import{n as h}from"./p-63e29387.js";const o=class{constructor(t){s(this,t),this.logoTextSize=32,this.logoTextColor="#555555",this.nextPage="/",this.height=60,h(this)}disconnectedCallback(){}render(){return t(i,null,t("a",{href:this.nextPage,part:"sqm-link"},this.imageUrl?t("img",{style:{height:`${null==this?void 0:this.height}px`},src:null==this?void 0:this.imageUrl}):t("h3",{style:{fontSize:`${this.logoTextSize}px`,color:this.logoTextColor||"#555555",textDecoration:"none"}},this.logoText)))}};export{o as sqm_header_logo}