fix(core): update
This commit is contained in:
		
							
								
								
									
										258
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										258
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -9,17 +9,17 @@ | ||||
|       "version": "2.0.2", | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@designestate/dees-domtools": "^2.0.0", | ||||
|         "@designestate/dees-domtools": "^2.0.1", | ||||
|         "@pushrocks/isounique": "^1.0.5", | ||||
|         "@pushrocks/smartrx": "^2.0.25", | ||||
|         "lit": "^2.2.1" | ||||
|       }, | ||||
|       "devDependencies": { | ||||
|         "@gitzone/tsbuild": "^2.1.56", | ||||
|         "@gitzone/tsbundle": "^1.0.98", | ||||
|         "@gitzone/tstest": "^1.0.68", | ||||
|         "@gitzone/tsbuild": "^2.1.60", | ||||
|         "@gitzone/tsbundle": "^1.0.101", | ||||
|         "@gitzone/tstest": "^1.0.69", | ||||
|         "@pushrocks/tapbundle": "^5.0.2", | ||||
|         "@types/node": "^17.0.21", | ||||
|         "@types/node": "^17.0.22", | ||||
|         "tslint": "^6.1.3", | ||||
|         "tslint-config-prettier": "^1.18.0" | ||||
|       } | ||||
| @@ -1818,9 +1818,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@designestate/dees-domtools": { | ||||
|       "version": "2.0.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/@designestate%2fdees-domtools/-/dees-domtools-2.0.0.tgz", | ||||
|       "integrity": "sha512-vldwg+qNrjdPtIcGup4BBDkO5Ew62jRYaO3SUrKHMcHpnYuj7KVOlmeXeysjMnF8+VmubRe2KYUHyJCaFMV9TQ==", | ||||
|       "version": "2.0.1", | ||||
|       "resolved": "https://verdaccio.lossless.one/@designestate%2fdees-domtools/-/dees-domtools-2.0.1.tgz", | ||||
|       "integrity": "sha512-YYnQRXdsqrr4yizkN9Sy127sISKYKSfwqxDAc3L1rwDorGlqLrIMRBzSjIEFQMhsIYMct+pCn53Dbn6aH7815g==", | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@apiglobal/typedrequest": "^1.0.65", | ||||
| @@ -1831,22 +1831,64 @@ | ||||
|         "@pushrocks/smartrouter": "^1.0.12", | ||||
|         "@pushrocks/smartrx": "^2.0.25", | ||||
|         "@pushrocks/smartstate": "^1.0.23", | ||||
|         "@pushrocks/webrequest": "^2.0.15", | ||||
|         "@pushrocks/webrequest": "^3.0.1", | ||||
|         "@pushrocks/websetup": "^3.0.16", | ||||
|         "@pushrocks/webstore": "^1.0.18", | ||||
|         "lit": "^2.2.1", | ||||
|         "sweet-scroll": "^4.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@designestate/dees-domtools/node_modules/@pushrocks/smartenv": { | ||||
|       "version": "5.0.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-5.0.0.tgz", | ||||
|       "integrity": "sha512-zYjS3GFD8N3/71cOm23fznaAtgrguk/7PD6RV+WitOAZFZxFM+QTr8kR4iFX3cysYLJ2Iskn5FlPQuBHk5oe3A==", | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@pushrocks/smartpromise": "^3.1.7", | ||||
|         "@types/node": "^17.0.21" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@designestate/dees-domtools/node_modules/@pushrocks/webrequest": { | ||||
|       "version": "3.0.1", | ||||
|       "resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-3.0.1.tgz", | ||||
|       "integrity": "sha512-uAUkXqn8K5xWblnEIecc9/sz8ubaf/Hi153i5s92EjDhqeeV1jwYvddGaoTaV4gdppZLnVvaiFzhIvHe+ecMRw==", | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@pushrocks/smartdelay": "^2.0.13", | ||||
|         "@pushrocks/smartenv": "^5.0.0", | ||||
|         "@pushrocks/smartjson": "^4.0.6", | ||||
|         "@pushrocks/smartpromise": "^3.1.7", | ||||
|         "node-fetch": "^3.2.3" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@designestate/dees-domtools/node_modules/node-fetch": { | ||||
|       "version": "3.2.3", | ||||
|       "resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-3.2.3.tgz", | ||||
|       "integrity": "sha512-AXP18u4pidSZ1xYXRDPY/8jdv3RAozIt/WLNR/MBGZAz+xjtlr90RvCnsvHQRiXyWliZF/CpytExp32UU67/SA==", | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "data-uri-to-buffer": "^4.0.0", | ||||
|         "fetch-blob": "^3.1.4", | ||||
|         "formdata-polyfill": "^4.0.10" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||||
|       }, | ||||
|       "funding": { | ||||
|         "type": "opencollective", | ||||
|         "url": "https://opencollective.com/node-fetch" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@gitzone/tsbuild": { | ||||
|       "version": "2.1.56", | ||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbuild/-/tsbuild-2.1.56.tgz", | ||||
|       "integrity": "sha512-kqdevz61PeD3pmxQbTt1FU8bN7Vc7OIxlc7V8WXrWhhCDdA5yTqj42yC1sZA1w6a1QIh9rPTyaiEtNfUqQjBlw==", | ||||
|       "version": "2.1.60", | ||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbuild/-/tsbuild-2.1.60.tgz", | ||||
|       "integrity": "sha512-uGFp5Al8hGz/XsYnaWOvfIDHa34bik06JH/fo248TDmpBxk4dgmA2N/VV3qEnUEwGNaO7n2x+4Tc8K6ZnhRhEg==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@pushrocks/early": "^3.0.6", | ||||
|         "@pushrocks/smartcli": "^3.0.14", | ||||
|         "@pushrocks/smartdelay": "^2.0.13", | ||||
|         "@pushrocks/smartfile": "^9.0.6", | ||||
|         "@pushrocks/smartlog": "^2.0.44", | ||||
|         "@pushrocks/smartpath": "^5.0.4", | ||||
| @@ -1896,9 +1938,9 @@ | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/@gitzone/tsbundle": { | ||||
|       "version": "1.0.98", | ||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.98.tgz", | ||||
|       "integrity": "sha512-N0IWzF2OZJdJVIVZdLffg+GGHt/j40Sek7E9WJLmmewSkrIjbBizsvhKY7ec6tWoByG8X7Opvi06fU/30+OBRQ==", | ||||
|       "version": "1.0.101", | ||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.101.tgz", | ||||
|       "integrity": "sha512-OJlcZZofnSQX3ZnWv7UH51dyyyYN/n36zEzvEHszIcpb22cKHEqI9tQqqsTXo6bxJeA8lOmkJzu7wsVAwP9i1Q==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
| @@ -2014,13 +2056,13 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@gitzone/tstest": { | ||||
|       "version": "1.0.68", | ||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftstest/-/tstest-1.0.68.tgz", | ||||
|       "integrity": "sha512-A2TM8vUhaEvo/LVtenBKTzlp6kNS6af69fgjjBNBp62RtukWdkpkEahjFf94IJXGRYNs20AFcKBG/rRPlwD9jQ==", | ||||
|       "version": "1.0.69", | ||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftstest/-/tstest-1.0.69.tgz", | ||||
|       "integrity": "sha512-rfD31jhlZw3TkT8yb+EluMkVngftyG380fRrnnijlVjWvo2jI0fCwl+GzaOaLRZRZgUMm8aZLJI31in3L8upOw==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@gitzone/tsbundle": "^1.0.97", | ||||
|         "@gitzone/tsbundle": "^1.0.99", | ||||
|         "@gitzone/tsrun": "^1.2.31", | ||||
|         "@pushrocks/consolecolor": "^2.0.1", | ||||
|         "@pushrocks/smartbrowser": "^1.0.22", | ||||
| @@ -4709,9 +4751,9 @@ | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/@types/node": { | ||||
|       "version": "17.0.21", | ||||
|       "resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.21.tgz", | ||||
|       "integrity": "sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==", | ||||
|       "version": "17.0.22", | ||||
|       "resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.22.tgz", | ||||
|       "integrity": "sha512-8FwbVoG4fy+ykY86XCAclKZDORttqE5/s7dyWZKLXTdv3vRy5HozBEinG5IqhvPXXzIZEcTVbuHlQEI6iuwcmw==", | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/@types/parse-json": { | ||||
| @@ -6034,6 +6076,15 @@ | ||||
|         "node": ">=8.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/data-uri-to-buffer": { | ||||
|       "version": "4.0.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz", | ||||
|       "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==", | ||||
|       "license": "MIT", | ||||
|       "engines": { | ||||
|         "node": ">= 12" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/dayjs": { | ||||
|       "version": "1.10.7", | ||||
|       "resolved": "https://verdaccio.lossless.one/dayjs/-/dayjs-1.10.7.tgz", | ||||
| @@ -7057,6 +7108,29 @@ | ||||
|         "node": ">=0.4.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/fetch-blob": { | ||||
|       "version": "3.1.5", | ||||
|       "resolved": "https://verdaccio.lossless.one/fetch-blob/-/fetch-blob-3.1.5.tgz", | ||||
|       "integrity": "sha512-N64ZpKqoLejlrwkIAnb9iLSA3Vx/kjgzpcDhygcqJ2KKjky8nCgUQ+dzXtbrLaWZGZNmNfQTsiQ0weZ1svglHg==", | ||||
|       "funding": [ | ||||
|         { | ||||
|           "type": "github", | ||||
|           "url": "https://github.com/sponsors/jimmywarting" | ||||
|         }, | ||||
|         { | ||||
|           "type": "paypal", | ||||
|           "url": "https://paypal.me/jimmywarting" | ||||
|         } | ||||
|       ], | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "node-domexception": "^1.0.0", | ||||
|         "web-streams-polyfill": "^3.0.3" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": "^12.20 || >= 14.13" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/figures": { | ||||
|       "version": "4.0.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/figures/-/figures-4.0.0.tgz", | ||||
| @@ -7187,6 +7261,18 @@ | ||||
|         "node": ">= 6" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/formdata-polyfill": { | ||||
|       "version": "4.0.10", | ||||
|       "resolved": "https://verdaccio.lossless.one/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", | ||||
|       "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "fetch-blob": "^3.1.2" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": ">=12.20.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/forwarded": { | ||||
|       "version": "0.2.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/forwarded/-/forwarded-0.2.0.tgz", | ||||
| @@ -8440,6 +8526,25 @@ | ||||
|       "dev": true, | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/node-domexception": { | ||||
|       "version": "1.0.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/node-domexception/-/node-domexception-1.0.0.tgz", | ||||
|       "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", | ||||
|       "funding": [ | ||||
|         { | ||||
|           "type": "github", | ||||
|           "url": "https://github.com/sponsors/jimmywarting" | ||||
|         }, | ||||
|         { | ||||
|           "type": "github", | ||||
|           "url": "https://paypal.me/jimmywarting" | ||||
|         } | ||||
|       ], | ||||
|       "license": "MIT", | ||||
|       "engines": { | ||||
|         "node": ">=10.5.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/node-fetch": { | ||||
|       "version": "2.6.6", | ||||
|       "resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-2.6.6.tgz", | ||||
| @@ -11200,6 +11305,15 @@ | ||||
|       "dev": true, | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/web-streams-polyfill": { | ||||
|       "version": "3.2.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz", | ||||
|       "integrity": "sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==", | ||||
|       "license": "MIT", | ||||
|       "engines": { | ||||
|         "node": ">= 8" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/whatwg-url": { | ||||
|       "version": "5.0.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/whatwg-url/-/whatwg-url-5.0.0.tgz", | ||||
| @@ -12643,9 +12757,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "@designestate/dees-domtools": { | ||||
|       "version": "2.0.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/@designestate%2fdees-domtools/-/dees-domtools-2.0.0.tgz", | ||||
|       "integrity": "sha512-vldwg+qNrjdPtIcGup4BBDkO5Ew62jRYaO3SUrKHMcHpnYuj7KVOlmeXeysjMnF8+VmubRe2KYUHyJCaFMV9TQ==", | ||||
|       "version": "2.0.1", | ||||
|       "resolved": "https://verdaccio.lossless.one/@designestate%2fdees-domtools/-/dees-domtools-2.0.1.tgz", | ||||
|       "integrity": "sha512-YYnQRXdsqrr4yizkN9Sy127sISKYKSfwqxDAc3L1rwDorGlqLrIMRBzSjIEFQMhsIYMct+pCn53Dbn6aH7815g==", | ||||
|       "requires": { | ||||
|         "@apiglobal/typedrequest": "^1.0.65", | ||||
|         "@designestate/dees-comms": "^1.0.16", | ||||
| @@ -12655,21 +12769,55 @@ | ||||
|         "@pushrocks/smartrouter": "^1.0.12", | ||||
|         "@pushrocks/smartrx": "^2.0.25", | ||||
|         "@pushrocks/smartstate": "^1.0.23", | ||||
|         "@pushrocks/webrequest": "^2.0.15", | ||||
|         "@pushrocks/webrequest": "^3.0.1", | ||||
|         "@pushrocks/websetup": "^3.0.16", | ||||
|         "@pushrocks/webstore": "^1.0.18", | ||||
|         "lit": "^2.2.1", | ||||
|         "sweet-scroll": "^4.0.0" | ||||
|       }, | ||||
|       "dependencies": { | ||||
|         "@pushrocks/smartenv": { | ||||
|           "version": "5.0.0", | ||||
|           "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartenv/-/smartenv-5.0.0.tgz", | ||||
|           "integrity": "sha512-zYjS3GFD8N3/71cOm23fznaAtgrguk/7PD6RV+WitOAZFZxFM+QTr8kR4iFX3cysYLJ2Iskn5FlPQuBHk5oe3A==", | ||||
|           "requires": { | ||||
|             "@pushrocks/smartpromise": "^3.1.7", | ||||
|             "@types/node": "^17.0.21" | ||||
|           } | ||||
|         }, | ||||
|         "@pushrocks/webrequest": { | ||||
|           "version": "3.0.1", | ||||
|           "resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-3.0.1.tgz", | ||||
|           "integrity": "sha512-uAUkXqn8K5xWblnEIecc9/sz8ubaf/Hi153i5s92EjDhqeeV1jwYvddGaoTaV4gdppZLnVvaiFzhIvHe+ecMRw==", | ||||
|           "requires": { | ||||
|             "@pushrocks/smartdelay": "^2.0.13", | ||||
|             "@pushrocks/smartenv": "^5.0.0", | ||||
|             "@pushrocks/smartjson": "^4.0.6", | ||||
|             "@pushrocks/smartpromise": "^3.1.7", | ||||
|             "node-fetch": "^3.2.3" | ||||
|           } | ||||
|         }, | ||||
|         "node-fetch": { | ||||
|           "version": "3.2.3", | ||||
|           "resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-3.2.3.tgz", | ||||
|           "integrity": "sha512-AXP18u4pidSZ1xYXRDPY/8jdv3RAozIt/WLNR/MBGZAz+xjtlr90RvCnsvHQRiXyWliZF/CpytExp32UU67/SA==", | ||||
|           "requires": { | ||||
|             "data-uri-to-buffer": "^4.0.0", | ||||
|             "fetch-blob": "^3.1.4", | ||||
|             "formdata-polyfill": "^4.0.10" | ||||
|           } | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "@gitzone/tsbuild": { | ||||
|       "version": "2.1.56", | ||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbuild/-/tsbuild-2.1.56.tgz", | ||||
|       "integrity": "sha512-kqdevz61PeD3pmxQbTt1FU8bN7Vc7OIxlc7V8WXrWhhCDdA5yTqj42yC1sZA1w6a1QIh9rPTyaiEtNfUqQjBlw==", | ||||
|       "version": "2.1.60", | ||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbuild/-/tsbuild-2.1.60.tgz", | ||||
|       "integrity": "sha512-uGFp5Al8hGz/XsYnaWOvfIDHa34bik06JH/fo248TDmpBxk4dgmA2N/VV3qEnUEwGNaO7n2x+4Tc8K6ZnhRhEg==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@pushrocks/early": "^3.0.6", | ||||
|         "@pushrocks/smartcli": "^3.0.14", | ||||
|         "@pushrocks/smartdelay": "^2.0.13", | ||||
|         "@pushrocks/smartfile": "^9.0.6", | ||||
|         "@pushrocks/smartlog": "^2.0.44", | ||||
|         "@pushrocks/smartpath": "^5.0.4", | ||||
| @@ -12717,9 +12865,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "@gitzone/tsbundle": { | ||||
|       "version": "1.0.98", | ||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.98.tgz", | ||||
|       "integrity": "sha512-N0IWzF2OZJdJVIVZdLffg+GGHt/j40Sek7E9WJLmmewSkrIjbBizsvhKY7ec6tWoByG8X7Opvi06fU/30+OBRQ==", | ||||
|       "version": "1.0.101", | ||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.101.tgz", | ||||
|       "integrity": "sha512-OJlcZZofnSQX3ZnWv7UH51dyyyYN/n36zEzvEHszIcpb22cKHEqI9tQqqsTXo6bxJeA8lOmkJzu7wsVAwP9i1Q==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@babel/core": "^7.17.7", | ||||
| @@ -12829,12 +12977,12 @@ | ||||
|       } | ||||
|     }, | ||||
|     "@gitzone/tstest": { | ||||
|       "version": "1.0.68", | ||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftstest/-/tstest-1.0.68.tgz", | ||||
|       "integrity": "sha512-A2TM8vUhaEvo/LVtenBKTzlp6kNS6af69fgjjBNBp62RtukWdkpkEahjFf94IJXGRYNs20AFcKBG/rRPlwD9jQ==", | ||||
|       "version": "1.0.69", | ||||
|       "resolved": "https://verdaccio.lossless.one/@gitzone%2ftstest/-/tstest-1.0.69.tgz", | ||||
|       "integrity": "sha512-rfD31jhlZw3TkT8yb+EluMkVngftyG380fRrnnijlVjWvo2jI0fCwl+GzaOaLRZRZgUMm8aZLJI31in3L8upOw==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@gitzone/tsbundle": "^1.0.97", | ||||
|         "@gitzone/tsbundle": "^1.0.99", | ||||
|         "@gitzone/tsrun": "^1.2.31", | ||||
|         "@pushrocks/consolecolor": "^2.0.1", | ||||
|         "@pushrocks/smartbrowser": "^1.0.22", | ||||
| @@ -14838,9 +14986,9 @@ | ||||
|       "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==" | ||||
|     }, | ||||
|     "@types/node": { | ||||
|       "version": "17.0.21", | ||||
|       "resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.21.tgz", | ||||
|       "integrity": "sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==" | ||||
|       "version": "17.0.22", | ||||
|       "resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.22.tgz", | ||||
|       "integrity": "sha512-8FwbVoG4fy+ykY86XCAclKZDORttqE5/s7dyWZKLXTdv3vRy5HozBEinG5IqhvPXXzIZEcTVbuHlQEI6iuwcmw==" | ||||
|     }, | ||||
|     "@types/parse-json": { | ||||
|       "version": "4.0.0", | ||||
| @@ -15809,6 +15957,11 @@ | ||||
|         "css-tree": "^1.1.2" | ||||
|       } | ||||
|     }, | ||||
|     "data-uri-to-buffer": { | ||||
|       "version": "4.0.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz", | ||||
|       "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==" | ||||
|     }, | ||||
|     "dayjs": { | ||||
|       "version": "1.10.7", | ||||
|       "resolved": "https://verdaccio.lossless.one/dayjs/-/dayjs-1.10.7.tgz", | ||||
| @@ -16428,6 +16581,15 @@ | ||||
|         "xml-js": "^1.6.11" | ||||
|       } | ||||
|     }, | ||||
|     "fetch-blob": { | ||||
|       "version": "3.1.5", | ||||
|       "resolved": "https://verdaccio.lossless.one/fetch-blob/-/fetch-blob-3.1.5.tgz", | ||||
|       "integrity": "sha512-N64ZpKqoLejlrwkIAnb9iLSA3Vx/kjgzpcDhygcqJ2KKjky8nCgUQ+dzXtbrLaWZGZNmNfQTsiQ0weZ1svglHg==", | ||||
|       "requires": { | ||||
|         "node-domexception": "^1.0.0", | ||||
|         "web-streams-polyfill": "^3.0.3" | ||||
|       } | ||||
|     }, | ||||
|     "figures": { | ||||
|       "version": "4.0.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/figures/-/figures-4.0.0.tgz", | ||||
| @@ -16530,6 +16692,14 @@ | ||||
|         "mime-types": "^2.1.12" | ||||
|       } | ||||
|     }, | ||||
|     "formdata-polyfill": { | ||||
|       "version": "4.0.10", | ||||
|       "resolved": "https://verdaccio.lossless.one/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", | ||||
|       "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", | ||||
|       "requires": { | ||||
|         "fetch-blob": "^3.1.2" | ||||
|       } | ||||
|     }, | ||||
|     "forwarded": { | ||||
|       "version": "0.2.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/forwarded/-/forwarded-0.2.0.tgz", | ||||
| @@ -17428,6 +17598,11 @@ | ||||
|       "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==", | ||||
|       "dev": true | ||||
|     }, | ||||
|     "node-domexception": { | ||||
|       "version": "1.0.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/node-domexception/-/node-domexception-1.0.0.tgz", | ||||
|       "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" | ||||
|     }, | ||||
|     "node-fetch": { | ||||
|       "version": "2.6.6", | ||||
|       "resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-2.6.6.tgz", | ||||
| @@ -19315,6 +19490,11 @@ | ||||
|       "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==", | ||||
|       "dev": true | ||||
|     }, | ||||
|     "web-streams-polyfill": { | ||||
|       "version": "3.2.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz", | ||||
|       "integrity": "sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==" | ||||
|     }, | ||||
|     "whatwg-url": { | ||||
|       "version": "5.0.0", | ||||
|       "resolved": "https://verdaccio.lossless.one/whatwg-url/-/whatwg-url-5.0.0.tgz", | ||||
|   | ||||
							
								
								
									
										10
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								package.json
									
									
									
									
									
								
							| @@ -13,16 +13,16 @@ | ||||
|     "build": "(tsbuild --web --allowimplicitany --skiplibcheck && tsbundle npm)" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@gitzone/tsbuild": "^2.1.56", | ||||
|     "@gitzone/tsbundle": "^1.0.98", | ||||
|     "@gitzone/tstest": "^1.0.68", | ||||
|     "@gitzone/tsbuild": "^2.1.60", | ||||
|     "@gitzone/tsbundle": "^1.0.101", | ||||
|     "@gitzone/tstest": "^1.0.69", | ||||
|     "@pushrocks/tapbundle": "^5.0.2", | ||||
|     "@types/node": "^17.0.21", | ||||
|     "@types/node": "^17.0.22", | ||||
|     "tslint": "^6.1.3", | ||||
|     "tslint-config-prettier": "^1.18.0" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@designestate/dees-domtools": "^2.0.0", | ||||
|     "@designestate/dees-domtools": "^2.0.1", | ||||
|     "@pushrocks/isounique": "^1.0.5", | ||||
|     "@pushrocks/smartrx": "^2.0.25", | ||||
|     "lit": "^2.2.1" | ||||
|   | ||||
| @@ -68,7 +68,7 @@ export class CssManager { | ||||
|       }); | ||||
|       returnCssVar = newTriplet.cssVarName; | ||||
|     } | ||||
|     return plugins.lit.unsafeCSS(`var(${returnCssVar})`); | ||||
|     return plugins.lit.unsafeCSS(`var(${returnCssVar}, ${darkValueArg})`); | ||||
|   } | ||||
|  | ||||
|   public cssGridColumns = (amountOfColumnsArg: number, gapSizeArg: number): CSSResult => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user