fix(core): update
This commit is contained in:
		
							
								
								
									
										6
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -1290,9 +1290,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "@designestate/dees-domtools": { | ||||
|       "version": "1.0.86", | ||||
|       "resolved": "https://verdaccio.lossless.one/@designestate%2fdees-domtools/-/dees-domtools-1.0.86.tgz", | ||||
|       "integrity": "sha512-j9coBMYYnFsZGq8GosCE2L8j/Azi2sQgal6sKw1VPIX07Q9D/OLaZrcWlh/u4Bq6vwKkm4oTMzUY+x0DNpXJYg==", | ||||
|       "version": "1.0.87", | ||||
|       "resolved": "https://verdaccio.lossless.one/@designestate%2fdees-domtools/-/dees-domtools-1.0.87.tgz", | ||||
|       "integrity": "sha512-9+Tsl6PoeeYVq9l0vNXXIjCk8DqpVs3WoCFxhcwg7KXOvIgsd/IvP8pDDBpLM8dNRoRv8LLy7wcWvIufegaPMQ==", | ||||
|       "requires": { | ||||
|         "@apiglobal/typedrequest": "^1.0.56", | ||||
|         "@designestate/dees-comms": "^1.0.9", | ||||
|   | ||||
| @@ -21,7 +21,7 @@ | ||||
|     "tslint-config-prettier": "^1.15.0" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@designestate/dees-domtools": "^1.0.86", | ||||
|     "@designestate/dees-domtools": "^1.0.87", | ||||
|     "@pushrocks/isounique": "^1.0.4", | ||||
|     "@pushrocks/smartrx": "^2.0.19", | ||||
|     "lit-element": "^2.4.0" | ||||
|   | ||||
| @@ -28,6 +28,10 @@ export class CssManager { | ||||
|     }); | ||||
|   } | ||||
|  | ||||
|   public get defaultStyles () { | ||||
|     return domtools.elementBasic.staticStyles; | ||||
|   } | ||||
|  | ||||
|   public bdTheme(brightValueArg: string, darkValueArg: string): CSSResult { | ||||
|     let returnCssVar: string; | ||||
|     const existingTriplet = this.bdVarTripletStore.find( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user