Skip to content

Commit 464d4e5

Browse files
committed
chore: version bump
1 parent bf819eb commit 464d4e5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws/mynah-ui",
33
"displayName": "AWS Mynah UI",
4-
"version": "4.35.0-beta.3",
4+
"version": "4.35.0-beta.4",
55
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI",
66
"publisher": "Amazon Web Services",
77
"license": "Apache License 2.0",

src/components/sheet.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface SheetProps {
2323
description?: string;
2424
status?: {
2525
icon?: MynahIcons | MynahIconsType;
26-
title: string;
26+
title?: string;
2727
description?: string;
2828
status?: Status;
2929
};
@@ -191,7 +191,7 @@ export class Sheet {
191191

192192
private readonly getStatus = (status?: {
193193
icon?: MynahIcons | MynahIconsType;
194-
title: string;
194+
title?: string;
195195
description?: string;
196196
status?: Status;
197197
}): ExtendedHTMLElement => status?.title != null || status?.description != null

src/static.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export interface DetailedList {
265265
icon?: MynahIcons | MynahIconsType;
266266
status?: {
267267
icon?: MynahIcons | MynahIconsType;
268-
title: string;
268+
title?: string;
269269
description?: string;
270270
status?: Status;
271271
};

0 commit comments

Comments
 (0)