fix(core): update
This commit is contained in:
		
							
								
								
									
										10
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								package.json
									
									
									
									
									
								
							| @@ -15,17 +15,17 @@ | ||||
|   "author": "Lossless GmbH", | ||||
|   "license": "UNLICENSED", | ||||
|   "dependencies": { | ||||
|     "@design.estate/dees-domtools": "^2.0.55", | ||||
|     "@design.estate/dees-element": "^2.0.33", | ||||
|     "@design.estate/dees-domtools": "^2.0.57", | ||||
|     "@design.estate/dees-element": "^2.0.34", | ||||
|     "@push.rocks/smartdelay": "^3.0.5", | ||||
|     "lit": "^3.1.1" | ||||
|     "lit": "^3.1.3" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@api.global/typedserver": "^3.0.19", | ||||
|     "@api.global/typedserver": "^3.0.29", | ||||
|     "@git.zone/tsbuild": "^2.1.72", | ||||
|     "@git.zone/tsbundle": "^2.0.15", | ||||
|     "@git.zone/tsrun": "^1.2.44", | ||||
|     "@git.zone/tswatch": "^2.0.21", | ||||
|     "@git.zone/tswatch": "^2.0.23", | ||||
|     "@push.rocks/projectinfo": "^5.0.2" | ||||
|   }, | ||||
|   "files": [ | ||||
|   | ||||
							
								
								
									
										1739
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1739
									
								
								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.87', | ||||
|   description: 'wcc tools for creating element catalogues' | ||||
|   version: '1.0.88', | ||||
|   description: 'A set of web component tools for creating element catalogues, enabling the structured development and documentation of custom elements and pages.' | ||||
| } | ||||
|   | ||||
| @@ -76,6 +76,7 @@ export class WccDashboard extends DeesElement { | ||||
|           this.selectedType = eventArg.detail; | ||||
|         }} | ||||
|         @selectedItemName=${(eventArg) => { | ||||
|           document.title = eventArg.detail; | ||||
|           this.selectedItemName = eventArg.detail; | ||||
|         }} | ||||
|         @selectedItem=${(eventArg) => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user