Skip to content

Commit f0bb7fd

Browse files
committed
chore: bump @elementar-ui/components to 0.6.51 and update alert actions styling
- Update `@elementar-ui/components` version to 0.6.51. - Adjust `alert` component actions to hide empty elements with `display: none`.
1 parent 40dfa5f commit f0bb7fd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

projects/components/alert/src/alert/alert.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
gap: var(--emr-alert-actions-gap);
8181
line-height: 0;
8282
flex: none;
83+
84+
&:empty {
85+
display: none;
86+
}
8387
}
8488

8589
&[emr-alert-variant="default"],

projects/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elementar-ui/components",
33
"description": "Elementar UI Components - Free and open source Angular UI components based on Material 3 and Tailwind",
4-
"version": "0.6.50",
4+
"version": "0.6.51",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/elementarlabs/elementar-ui.git"

projects/components/schematics/ng-add/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { NodePackageInstallTask, RunSchematicTask } from '@angular-devkit/schema
55
import { Schema } from './schema';
66

77
const DEPENDENCIES = {
8-
'@elementar-ui/components': '^0.6.50',
8+
'@elementar-ui/components': '^0.6.51',
99
"@dicebear/collection": "^9.2.2",
1010
"@dicebear/core": "^9.2.2",
1111
"@iconify-json/circle-flags": "^1.2.4",

0 commit comments

Comments
 (0)