@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.
Files changed (36) hide show
  1. package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +4 -4
  2. package/dist/cjs/sqm-big-stat_47.cjs.entry.js +9 -9
  3. package/dist/cjs/sqm-header-logo.cjs.entry.js +5 -5
  4. package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
  5. package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +12 -12
  6. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +8 -8
  7. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +10 -10
  8. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +8 -8
  9. package/dist/esm/sqm-banking-info-form_10.entry.js +4 -4
  10. package/dist/esm/sqm-big-stat_47.entry.js +9 -9
  11. package/dist/esm/sqm-header-logo.entry.js +5 -5
  12. package/dist/esm/sqm-stencilbook.entry.js +1 -1
  13. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  14. package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
  15. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  16. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  17. package/dist/mint-components/mint-components.esm.js +1 -1
  18. package/dist/mint-components/{p-c0d60c61.entry.js → p-18790f90.entry.js} +1 -1
  19. package/dist/mint-components/{p-42760067.system.entry.js → p-38a100b4.system.entry.js} +1 -1
  20. package/dist/mint-components/{p-ffef3f95.system.entry.js → p-3f661133.system.entry.js} +1 -1
  21. package/dist/mint-components/{p-be0ca483.entry.js → p-775214ef.entry.js} +2 -2
  22. package/dist/mint-components/p-7e550c3b.system.entry.js +1 -0
  23. package/dist/mint-components/p-947bacd1.system.js +1 -1
  24. package/dist/mint-components/p-9a3ff9b9.entry.js +9 -0
  25. package/dist/mint-components/p-bdb6194c.entry.js +1 -0
  26. package/dist/mint-components/p-c7ac295d.system.entry.js +1 -0
  27. package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +4 -3
  28. package/dist/types/components.d.ts +8 -8
  29. package/docs/docs.docx +0 -0
  30. package/docs/raisins.json +1 -1
  31. package/grapesjs/grapesjs.js +1 -1
  32. package/package.json +1 -1
  33. package/dist/mint-components/p-7fb4470e.entry.js +0 -1
  34. package/dist/mint-components/p-8fa77acf.system.entry.js +0 -1
  35. package/dist/mint-components/p-aabfb90f.entry.js +0 -9
  36. 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||"#555555"}},this.logoText)))};return t}();export{HeroImage as sqm_header_logo};
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};