fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@designestate/dees-catalog', | ||||
|   version: '1.0.111', | ||||
|   version: '1.0.112', | ||||
|   description: 'website for lossless.com' | ||||
| } | ||||
|   | ||||
| @@ -74,7 +74,7 @@ export class DeesButton extends DeesElement { | ||||
|       } | ||||
|  | ||||
|       .button { | ||||
|         transition: all 0.1s ease; | ||||
|         transition: none; | ||||
|         position: relative; | ||||
|         font-size: 14px; | ||||
|         display: flex; | ||||
| @@ -182,7 +182,7 @@ export class DeesButton extends DeesElement { | ||||
|         ${this.status === 'normal' ? html``: html` | ||||
|           <dees-spinner status="${this.status}"></dees-spinner> | ||||
|         `} | ||||
|         <div class="textbox">${this.text ? this.text : html`<slot></slot>`}</div> | ||||
|         <div class="textbox">${this.text ? this.text : this.textContent}</div> | ||||
|       </div> | ||||
|     `; | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user