@saasbase-io/core-elements 1.1.20 → 1.1.21

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.
@@ -0,0 +1,10 @@
1
+ import { SaasBaseLayout } from '../..';
2
+ import { LitElement } from '../../../../node_modules/lit';
3
+ export declare class SbHeader extends LitElement {
4
+ private _cachedChildren;
5
+ align: string;
6
+ gap: string;
7
+ component: SaasBaseLayout;
8
+ connectedCallback(): void;
9
+ render(): import('../../../../node_modules/lit-html').TemplateResult<1>;
10
+ }
@@ -0,0 +1,9 @@
1
+ import { LitElement } from '../../../../node_modules/lit';
2
+ import { SaasBaseLayout } from '../..';
3
+ export declare class SbSubtitle extends LitElement {
4
+ id: string;
5
+ content: string;
6
+ component: SaasBaseLayout;
7
+ protected createRenderRoot(): this;
8
+ render(): import('../../../../node_modules/lit-html').TemplateResult<1>;
9
+ }
@@ -1,8 +1,9 @@
1
1
  import { LitElement } from '../../../../node_modules/lit';
2
+ import { SaasBaseLayout } from '../..';
2
3
  export declare class SbTitle extends LitElement {
3
4
  id: string;
4
5
  content: string;
5
- component: any;
6
+ component: SaasBaseLayout;
6
7
  protected createRenderRoot(): this;
7
8
  render(): import('../../../../node_modules/lit-html').TemplateResult<1>;
8
9
  }
package/dist/index.js CHANGED
@@ -6641,7 +6641,7 @@ body {
6641
6641
  </button>
6642
6642
  </div>
6643
6643
  `:v}
6644
- `}};Ht([l()],exports.SbOtp.prototype,"variant",2);Ht([l({type:Number})],exports.SbOtp.prototype,"length",2);Ht([l({type:Number})],exports.SbOtp.prototype,"timeout",2);Ht([l({attribute:"data-key"})],exports.SbOtp.prototype,"dataKey",2);Ht([l()],exports.SbOtp.prototype,"event",2);Ht([l({attribute:"resend-text"})],exports.SbOtp.prototype,"resendText",2);Ht([l({attribute:"resend-button-text"})],exports.SbOtp.prototype,"resendButtonText",2);Ht([l({attribute:"resend-event"})],exports.SbOtp.prototype,"resendEvent",2);Ht([l()],exports.SbOtp.prototype,"id",2);Ht([l({attribute:!1})],exports.SbOtp.prototype,"component",2);exports.SbOtp=Ht([h("sb-otp")],exports.SbOtp);var _g=Object.defineProperty,Sg=Object.getOwnPropertyDescriptor,Ro=(e,t,r,i)=>{for(var o=i>1?void 0:i?Sg(t,r):t,s=e.length-1,n;s>=0;s--)(n=e[s])&&(o=(i?n(t,r,o):n(o))||o);return i&&o&&_g(t,r,o),o};exports.SbTitle=class extends y{createRenderRoot(){return this}render(){var s,n,u,p,g,f,w;const{class:t,style:r}=O(this.classList.value,this.style,(u=(n=(s=this.component)==null?void 0:s.customizations)==null?void 0:n.byType)==null?void 0:u.text,this.id,(p=this.component)==null?void 0:p.customizations),{base:i,responsive:o}=lt(r);return dt(this.id,o,((w=(f=(g=this.component)==null?void 0:g.customizations)==null?void 0:f.config)==null?void 0:w.breakpoints)??nt),c`
6644
+ `}};Ht([l()],exports.SbOtp.prototype,"variant",2);Ht([l({type:Number})],exports.SbOtp.prototype,"length",2);Ht([l({type:Number})],exports.SbOtp.prototype,"timeout",2);Ht([l({attribute:"data-key"})],exports.SbOtp.prototype,"dataKey",2);Ht([l()],exports.SbOtp.prototype,"event",2);Ht([l({attribute:"resend-text"})],exports.SbOtp.prototype,"resendText",2);Ht([l({attribute:"resend-button-text"})],exports.SbOtp.prototype,"resendButtonText",2);Ht([l({attribute:"resend-event"})],exports.SbOtp.prototype,"resendEvent",2);Ht([l()],exports.SbOtp.prototype,"id",2);Ht([l({attribute:!1})],exports.SbOtp.prototype,"component",2);exports.SbOtp=Ht([h("sb-otp")],exports.SbOtp);var _g=Object.defineProperty,Sg=Object.getOwnPropertyDescriptor,Ro=(e,t,r,i)=>{for(var o=i>1?void 0:i?Sg(t,r):t,s=e.length-1,n;s>=0;s--)(n=e[s])&&(o=(i?n(t,r,o):n(o))||o);return i&&o&&_g(t,r,o),o};exports.SbTitle=class extends y{createRenderRoot(){return this}render(){var s,n,u,p,g,f,w,C;const{class:t,style:r}=O(this.classList.value,this.style,(p=(u=(n=(s=this.component)==null?void 0:s.customizations)==null?void 0:n.byType)==null?void 0:u.header)==null?void 0:p.title,this.id,(g=this.component)==null?void 0:g.customizations),{base:i,responsive:o}=lt(r);return dt(this.id,o,((C=(w=(f=this.component)==null?void 0:f.customizations)==null?void 0:w.config)==null?void 0:C.breakpoints)??nt),c`
6645
6645
  <p id=${this.id} class=${t} style=${k(i)}>
6646
6646
  ${this.content}
6647
6647
  </p>