fix(core): update
This commit is contained in:
		| @@ -15,13 +15,13 @@ | ||||
|   "author": "Lossless GmbH", | ||||
|   "license": "UNLICENSED", | ||||
|   "dependencies": { | ||||
|     "@design.estate/dees-domtools": "^2.0.51", | ||||
|     "@design.estate/dees-element": "^2.0.29", | ||||
|     "@design.estate/dees-domtools": "^2.0.55", | ||||
|     "@design.estate/dees-element": "^2.0.33", | ||||
|     "@push.rocks/smartdelay": "^3.0.5", | ||||
|     "lit": "^2.8.0" | ||||
|     "lit": "^3.1.0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@api.global/typedserver": "^3.0.5", | ||||
|     "@api.global/typedserver": "^3.0.9", | ||||
|     "@git.zone/tsbuild": "^2.1.66", | ||||
|     "@git.zone/tsbundle": "^2.0.8", | ||||
|     "@git.zone/tsrun": "^1.2.44", | ||||
|   | ||||
							
								
								
									
										585
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										585
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@design.estate/dees-wcctools', | ||||
|   version: '1.0.81', | ||||
|   version: '1.0.82', | ||||
|   description: 'wcc tools for creating element catalogues' | ||||
| } | ||||
|   | ||||
| @@ -111,7 +111,6 @@ export class WccProperties extends DeesElement { | ||||
|           transition: all 0.2s; | ||||
|         } | ||||
|         .button:hover { | ||||
|           cursor: pointer; | ||||
|           color: #333; | ||||
|           background: #fff; | ||||
|         } | ||||
| @@ -121,7 +120,6 @@ export class WccProperties extends DeesElement { | ||||
|         } | ||||
|  | ||||
|         .button.selected:hover { | ||||
|           cursor: pointer; | ||||
|           color: #ffffff; | ||||
|           background: #455a64; | ||||
|         } | ||||
| @@ -139,7 +137,6 @@ export class WccProperties extends DeesElement { | ||||
|         } | ||||
|  | ||||
|         .docs:hover { | ||||
|           cursor: pointer; | ||||
|           color: #333; | ||||
|           background: #fff; | ||||
|         } | ||||
|   | ||||
| @@ -53,6 +53,7 @@ export class WccSidebar extends DeesElement { | ||||
|         } | ||||
|  | ||||
|         .selectOption { | ||||
|           user-select: none; | ||||
|           position: relative; | ||||
|           line-height: 24px; | ||||
|           padding: 5px; | ||||
| @@ -61,7 +62,6 @@ export class WccSidebar extends DeesElement { | ||||
|           grid-template-columns: 28px auto; | ||||
|         } | ||||
|         .selectOption:hover { | ||||
|           cursor: pointer; | ||||
|           padding: 5px; | ||||
|           color: #333; | ||||
|           background: #fff; | ||||
| @@ -72,7 +72,6 @@ export class WccSidebar extends DeesElement { | ||||
|         } | ||||
|  | ||||
|         .selectOption.selected:hover { | ||||
|           cursor: pointer; | ||||
|           color: #ffffff; | ||||
|           background: #455A64; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user