diff --git a/CHANGELOG.md b/CHANGELOG.md index 24d01e5fc9..ee571046ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.0.0-alpha.69](https://github.com/Kong/kongponents/compare/v9.0.0-alpha.68...v9.0.0-alpha.69) (2023-12-06) + + +### Bug Fixes + +* **kcard:** card content width ([#1895](https://github.com/Kong/kongponents/issues/1895)) ([7152892](https://github.com/Kong/kongponents/commit/7152892f53b1b9c160c24e1ed4e8ec91dca6e7bf)) + # [9.0.0-alpha.68](https://github.com/Kong/kongponents/compare/v9.0.0-alpha.67...v9.0.0-alpha.68) (2023-12-05) diff --git a/package.json b/package.json index 493987493c..aa46f1633e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/kongponents", - "version": "9.0.0-alpha.68", + "version": "9.0.0-alpha.69", "description": "Kong Component library", "type": "module", "repository": { @@ -77,7 +77,7 @@ "@cypress/vite-dev-server": "^5.0.6", "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1", "@evilmartians/lefthook": "^1.5.2", - "@kong-ui-public/sandbox-layout": "^2.0.8", + "@kong-ui-public/sandbox-layout": "^2.0.9", "@kong/design-tokens": "^1.12.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", diff --git a/src/components/KCard/KCard.vue b/src/components/KCard/KCard.vue index d0af9e6b7a..9225b4bc7e 100644 --- a/src/components/KCard/KCard.vue +++ b/src/components/KCard/KCard.vue @@ -58,6 +58,7 @@ const showCardHeader = computed((): boolean => { display: flex; flex-direction: column; gap: var(--kui-space-70, $kui-space-70); + width: 100%; .card-header { align-items: flex-start; @@ -86,6 +87,7 @@ const showCardHeader = computed((): boolean => { display: flex; flex-direction: column; height: 100%; + width: 100%; } .card-footer { @@ -93,6 +95,7 @@ const showCardHeader = computed((): boolean => { display: flex; gap: var(--kui-space-30, $kui-space-30); + width: 100%; } } diff --git a/yarn.lock b/yarn.lock index 6d6b38c762..e3d42cf543 100644 --- a/yarn.lock +++ b/yarn.lock @@ -766,10 +766,10 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@kong-ui-public/sandbox-layout@^2.0.8": - version "2.0.8" - resolved "https://registry.yarnpkg.com/@kong-ui-public/sandbox-layout/-/sandbox-layout-2.0.8.tgz#34e7359ef97047affc2496b5916691a0df2d1614" - integrity sha512-3qdE8/nylfAURJ0qAEKu2tUdtodY1nARqPZvaVb67PiXqNZTSlAzAaSN+MhfuwKvVyEamfTHa7peaE6xNmerng== +"@kong-ui-public/sandbox-layout@^2.0.9": + version "2.0.9" + resolved "https://registry.yarnpkg.com/@kong-ui-public/sandbox-layout/-/sandbox-layout-2.0.9.tgz#4c7c7b6d63eacbf6714a2e1196c69b6817aac042" + integrity sha512-ph+FnEYFb+SkpMMLNzD+178gbnZiaD/QtYcSvy1QexqR2k3PlPl/ocH+fuiOOwcEEU/0Y5mZ/MEyq8CdnT4Ajg== dependencies: "@kong/icons" "^1.8.2"