Skip to content

Commit

Permalink
Merge branch 'alpha' into fix/ma-2131-invalid-value-formatTime
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-peteu committed Dec 6, 2023
2 parents bc9972c + 5930656 commit cffbed6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions src/components/KCard/KCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -86,13 +87,15 @@ const showCardHeader = computed((): boolean => {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
}
.card-footer {
@include bodyText;
display: flex;
gap: var(--kui-space-30, $kui-space-30);
width: 100%;
}
}
</style>
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cffbed6

Please sign in to comment.