@saasquatch/mint-components 2.0.3-1 → 2.0.3-2
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 +4 -4
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +9 -9
- package/dist/cjs/sqm-header-logo.cjs.entry.js +5 -5
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +12 -12
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +8 -8
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +10 -10
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +8 -8
- package/dist/esm/sqm-banking-info-form_10.entry.js +4 -4
- package/dist/esm/sqm-big-stat_47.entry.js +9 -9
- package/dist/esm/sqm-header-logo.entry.js +5 -5
- package/dist/esm/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
- package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-c0d60c61.entry.js → p-18790f90.entry.js} +1 -1
- package/dist/mint-components/{p-42760067.system.entry.js → p-38a100b4.system.entry.js} +1 -1
- package/dist/mint-components/{p-ffef3f95.system.entry.js → p-3f661133.system.entry.js} +1 -1
- package/dist/mint-components/{p-be0ca483.entry.js → p-775214ef.entry.js} +2 -2
- package/dist/mint-components/p-7e550c3b.system.entry.js +1 -0
- package/dist/mint-components/p-947bacd1.system.js +1 -1
- package/dist/mint-components/p-9a3ff9b9.entry.js +9 -0
- package/dist/mint-components/p-bdb6194c.entry.js +1 -0
- package/dist/mint-components/p-c7ac295d.system.entry.js +1 -0
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +4 -3
- package/dist/types/components.d.ts +8 -8
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/mint-components/p-7fb4470e.entry.js +0 -1
- package/dist/mint-components/p-8fa77acf.system.entry.js +0 -1
- package/dist/mint-components/p-aabfb90f.entry.js +0 -9
- package/dist/mint-components/p-bbdf93b6.system.entry.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as registerInstance,h as h$1,c as Host}from"./index-b3a06de8.js";import{n as h}from"./dom-context-hooks.module-63370afd.js";var HeroImage=function(){function t(t){registerInstance(this,t);this.logoTextSize=32;this.logoTextColor="#555555";this.nextPage="/";this.height=60;h(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){return h$1(Host,null,h$1("a",{href:this.nextPage,part:"sqm-link",style:{textDecoration:"none"}},this.imageUrl?h$1("img",{style:{height:(this===null||this===void 0?void 0:this.height)+"px"},src:this===null||this===void 0?void 0:this.imageUrl}):h$1("h3",{style:{fontSize:this.logoTextSize+"px",color:this.logoTextColor
|
|
1
|
+
import{r as registerInstance,h as h$1,c as Host}from"./index-b3a06de8.js";import{n as h}from"./dom-context-hooks.module-63370afd.js";var HeroImage=function(){function t(t){registerInstance(this,t);this.logoTextSize=32;this.logoTextColor="var(--sqm-primary-color, var(--sqm-text, #555555))";this.nextPage="/";this.height=60;h(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){return h$1(Host,null,h$1("a",{href:this.nextPage,part:"sqm-link",style:{textDecoration:"none"}},this.imageUrl?h$1("img",{style:{height:(this===null||this===void 0?void 0:this.height)+"px"},src:this===null||this===void 0?void 0:this.imageUrl}):h$1("h3",{style:{fontSize:this.logoTextSize+"px",color:this.logoTextColor}},this.logoText)))};return t}();export{HeroImage as sqm_header_logo};
|