fix: updated hot, clarity and improved accessibility score.
This commit is contained in:
@ -10,7 +10,7 @@ const check = (cwd) => {
|
||||
onlyAllow:
|
||||
'AFLv2.1;Apache 2.0;Apache-2.0;Apache*;Artistic-2.0;0BSD;BSD*;BSD-2-Clause;BSD-3-Clause;CC0-1.0;CC-BY-3.0;CC-BY-4.0;ISC;MIT;MPL-2.0;ODC-By-1.0;Python-2.0;Unlicense;',
|
||||
excludePackages:
|
||||
'@cds/city@1.1.0;@handsontable/angular@15.2.0;handsontable@15.2.0;hyperformula@2.7.1;hyperformula@3.0.0;jackspeak@3.4.3;path-scurry@1.11.1;package-json-from-dist@1.0.1'
|
||||
'@cds/city@1.1.0;@handsontable/angular@15.3.0;handsontable@15.3.0;hyperformula@2.7.1;hyperformula@3.0.0;jackspeak@3.4.3;path-scurry@1.11.1;package-json-from-dist@1.0.1'
|
||||
},
|
||||
(error, json) => {
|
||||
if (error) {
|
||||
|
1171
client/package-lock.json
generated
1171
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -45,10 +45,10 @@
|
||||
"@angular/platform-browser-dynamic": "^17.3.3",
|
||||
"@angular/router": "^17.3.3",
|
||||
"@cds/core": "^6.15.1",
|
||||
"@clr/angular": "^17.8.0",
|
||||
"@clr/angular": "^17.9.0",
|
||||
"@clr/icons": "^13.0.2",
|
||||
"@clr/ui": "^17.8.0",
|
||||
"@handsontable/angular": "^15.2.0",
|
||||
"@clr/ui": "^17.9.0",
|
||||
"@handsontable/angular": "^15.3.0",
|
||||
"@sasjs/adapter": "^4.11.0",
|
||||
"@sasjs/utils": "^3.4.0",
|
||||
"@sheet/crypto": "file:libraries/sheet-crypto.tgz",
|
||||
@ -60,7 +60,7 @@
|
||||
"crypto-js": "^4.2.0",
|
||||
"d3-graphviz": "^5.0.2",
|
||||
"fs-extra": "^7.0.1",
|
||||
"handsontable": "^15.2.0",
|
||||
"handsontable": "^15.3.0",
|
||||
"https-browserify": "1.0.0",
|
||||
"hyperformula": "^2.5.0",
|
||||
"iconv-lite": "^0.5.0",
|
||||
|
@ -268,7 +268,12 @@ header {
|
||||
}
|
||||
|
||||
.ht_master tr:nth-of-type(odd) > td {
|
||||
filter: brightness(0.95);
|
||||
filter: brightness(0.97);
|
||||
}
|
||||
|
||||
.ht_master .htDimmed {
|
||||
color: #373737 !important;
|
||||
filter: brightness(1) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user