fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@designestate/dees-catalog', | ||||
|   version: '1.0.128', | ||||
|   version: '1.0.129', | ||||
|   description: 'website for lossless.com' | ||||
| } | ||||
|   | ||||
| @@ -1,4 +1,11 @@ | ||||
| import { DeesElement, html, property, customElement } from '@designestate/dees-element'; | ||||
| import { | ||||
|   DeesElement, | ||||
|   html, | ||||
|   property, | ||||
|   customElement, | ||||
|   cssManager, | ||||
|   css, | ||||
| } from '@designestate/dees-element'; | ||||
|  | ||||
| import * as domtools from '@designestate/dees-domtools'; | ||||
|  | ||||
| @@ -92,16 +99,21 @@ export class DeesIcon extends DeesElement { | ||||
|     domtools.elementBasic.setup(); | ||||
|   } | ||||
|  | ||||
|   public static styles = [ | ||||
|     cssManager.defaultStyles, | ||||
|     css` | ||||
|       :host { | ||||
|         display: block; | ||||
|         white-space: nowrap; | ||||
|       } | ||||
|     `, | ||||
|   ]; | ||||
|  | ||||
|   public render() { | ||||
|     return html` | ||||
|       ${domtools.elementBasic.styles} | ||||
|       <style> | ||||
|         :host { | ||||
|           display: block; | ||||
|           white-space: nowrap; | ||||
|         } | ||||
|         #iconContainer svg { | ||||
|           display: inline-block; | ||||
|           height: ${this.iconSize}px; | ||||
|         } | ||||
|       </style> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user