Skip to content

Commit

Permalink
Upgrade Clarity monorepo to 17.6.0 & Fix combobox content cut off (#2466
Browse files Browse the repository at this point in the history
)
  • Loading branch information
martinbrom authored Feb 10, 2025
1 parent f44cae6 commit 29bddf4
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 27 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clr-addons",
"version": "19.0.3",
"version": "19.0.4",
"private": true,
"scripts": {
"build:ui:css": "sass --source-map --precision=8 ./src/clr-addons/themes/phs/phs-theme.scss ./dist/clr-addons/styles/clr-addons-phs.css",
Expand Down Expand Up @@ -45,9 +45,9 @@
"@angular/platform-browser-dynamic": "19.1.3",
"@angular/router": "19.1.3",
"@cds/core": "6.14.0",
"@clr/angular": "17.5.0",
"@clr/angular": "17.6.0",
"@clr/icons": "13.0.2",
"@clr/ui": "17.5.0",
"@clr/ui": "17.6.0",
"@webcomponents/custom-elements": "1.6.0",
"@webcomponents/webcomponentsjs": "2.8.0",
"core-js": "3.40.0",
Expand Down
2 changes: 1 addition & 1 deletion src/clr-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porscheinformatik/clr-addons",
"version": "19.0.3",
"version": "19.0.4",
"description": "Addon components for Clarity Angular",
"es2015": "esm2015/clr-addons.js",
"homepage": "https://porscheinformatik.github.io/clarity-addons/",
Expand Down
3 changes: 2 additions & 1 deletion src/clr-addons/themes/phs/_css.overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@
}

.clr-combobox-wrapper,
.clr-combobox-input {
.clr-combobox-input,
.clr-combobox-input-wrapper {
width: 100%;
}

Expand Down
18 changes: 9 additions & 9 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@angular/platform-server": "19.1.3",
"@angular/router": "19.1.3",
"@cds/core": "^6.13.0",
"@clr/angular": "^17.5.0",
"@clr/ui": "^17.5.0",
"@clr/angular": "^17.6.0",
"@clr/ui": "^17.6.0",
"@kolkov/angular-editor": "2.1.0",
"@porscheinformatik/clr-addons": "file:../dist/clr-addons",
"@webcomponents/custom-elements": "1.6.0",
Expand Down

0 comments on commit 29bddf4

Please sign in to comment.