@saasquatch/mint-components 2.0.2-0 → 2.0.2-1

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 (38) hide show
  1. package/dist/cjs/{ShadowViewAddon-1b38dcfc.js → ShadowViewAddon-925a8fa6.js} +3 -3
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/mint-components.cjs.js +1 -1
  4. package/dist/cjs/sqm-big-stat_47.cjs.entry.js +1 -1
  5. package/dist/cjs/sqm-header-logo.cjs.entry.js +9 -3
  6. package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
  7. package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +15 -8
  8. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +3 -3
  9. package/dist/esm/{ShadowViewAddon-1adaf077.js → ShadowViewAddon-aae27c2e.js} +3 -3
  10. package/dist/esm/loader.js +1 -1
  11. package/dist/esm/mint-components.js +1 -1
  12. package/dist/esm/sqm-big-stat_47.entry.js +1 -1
  13. package/dist/esm/sqm-header-logo.entry.js +9 -3
  14. package/dist/esm/sqm-stencilbook.entry.js +1 -1
  15. package/dist/esm-es5/{ShadowViewAddon-1adaf077.js → ShadowViewAddon-aae27c2e.js} +1 -1
  16. package/dist/esm-es5/loader.js +1 -1
  17. package/dist/esm-es5/mint-components.js +1 -1
  18. package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
  19. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  20. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  21. package/dist/mint-components/mint-components.esm.js +1 -1
  22. package/dist/mint-components/{p-612062cd.system.entry.js → p-0649123a.system.entry.js} +1 -1
  23. package/dist/mint-components/p-2933bbe9.system.entry.js +1 -0
  24. package/dist/mint-components/{p-333d5597.system.entry.js → p-2e87159a.system.entry.js} +1 -1
  25. package/dist/mint-components/p-2ed300e9.entry.js +1 -0
  26. package/dist/mint-components/{p-9f8d34d1.system.js → p-38f932ae.system.js} +1 -1
  27. package/dist/mint-components/{p-0e1a1b14.js → p-57ce33dd.js} +1 -1
  28. package/dist/mint-components/{p-f6a7d4d3.entry.js → p-5f3eafd4.entry.js} +1 -1
  29. package/dist/mint-components/p-967a9040.system.js +1 -1
  30. package/dist/mint-components/{p-ef8c9f73.entry.js → p-b1c4500e.entry.js} +1 -1
  31. package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +1 -1
  32. package/dist/types/components.d.ts +2 -2
  33. package/docs/docs.docx +0 -0
  34. package/docs/raisins.json +1 -1
  35. package/grapesjs/grapesjs.js +1 -1
  36. package/package.json +1 -1
  37. package/dist/mint-components/p-014dc2be.entry.js +0 -1
  38. package/dist/mint-components/p-09707418.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="24px";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"},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,color:this.logoTextColor||"inherit"}},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=24;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"},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",textDecoration:"none"}},this.logoText)))};return t}();export{HeroImage as sqm_header_logo};