fix(core): update
This commit is contained in:
		@@ -3,6 +3,6 @@
 | 
			
		||||
 */
 | 
			
		||||
export const commitinfo = {
 | 
			
		||||
  name: '@designestate/dees-catalog',
 | 
			
		||||
  version: '1.0.147',
 | 
			
		||||
  version: '1.0.148',
 | 
			
		||||
  description: 'website for lossless.com'
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -31,7 +31,12 @@ export class DeesButton extends DeesElement {
 | 
			
		||||
    <p><dees-button disabled status="error">Error Status</dees-button></p>
 | 
			
		||||
  `;
 | 
			
		||||
 | 
			
		||||
  @property()
 | 
			
		||||
  @property({
 | 
			
		||||
    reflect: true,
 | 
			
		||||
    hasChanged() {
 | 
			
		||||
      return true;
 | 
			
		||||
    }
 | 
			
		||||
  })
 | 
			
		||||
  public text: string;
 | 
			
		||||
 | 
			
		||||
  @property()
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ export class DeesFormSubmit extends DeesElement {
 | 
			
		||||
  public render() {
 | 
			
		||||
    return html`
 | 
			
		||||
      <dees-button status=${this.status} @click=${this.submit} .disabled=${this.disabled}>
 | 
			
		||||
        ${this.text ? this.text : html`<slot></slot>`}
 | 
			
		||||
        ${this.text ? this.text : this.textContent}
 | 
			
		||||
      </dees-button>
 | 
			
		||||
    `;
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user