chore(git): Merge branch 'main' into css-refactor
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 50s
Build / Build-and-test-development (pull_request) Successful in 8m48s

This commit is contained in:
Mihajlo Medjedovic
2025-05-13 15:59:08 +02:00
5 changed files with 44 additions and 1172 deletions

View File

@@ -1,3 +1,10 @@
## [6.14.7](https://git.datacontroller.io/dc/dc/compare/v6.14.6...v6.14.7) (2025-05-08)
### Bug Fixes
* updated hot, clarity and improved accessibility score. ([2844c70](https://git.datacontroller.io/dc/dc/commit/2844c70f9507036216b8b621900c2bb9010c1d34))
## [6.14.6](https://git.datacontroller.io/dc/dc/compare/v6.14.5...v6.14.6) (2025-04-03)

1171
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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",

View File

@@ -389,10 +389,6 @@ my-app {
min-height: 100vh !important;
}
// .main-container .content-container .content-area {
// padding: 0rem 1rem 1rem 1rem;
// }
.content-container {
z-index: 0!important;
}
@@ -548,14 +544,14 @@ body[cds-theme="light"] {
}
.htMobileEditorContainer .positionControls {
width: 333px;
position: absolute;
right: 5pt;
top: 50px;
bottom: 0;
display: flex;
justify-content: center;
}
width: 333px;
position: absolute;
right: 5pt;
top: 50px;
bottom: 0;
display: flex;
justify-content: center;
}
.htMobileEditorContainer.active {
display: block;
@@ -574,7 +570,12 @@ body[cds-theme="light"] {
}
.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;
}
}
@@ -713,6 +714,7 @@ body[cds-theme="light"] {
min-height: 0px;
position: relative;
}
// } eng of ng deep
// APP.COMPONENT END

View File

@@ -1,6 +1,6 @@
{
"name": "dcfrontend",
"version": "6.14.6",
"version": "6.14.7",
"description": "Data Controller",
"devDependencies": {
"@saithodev/semantic-release-gitea": "^2.1.0",