@aws/mynah-ui 4.31.0-beta.2 → 4.31.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/static.d.ts CHANGED
@@ -187,6 +187,7 @@ export declare enum MynahEventNames {
187
187
  FORM_TEXTUAL_ITEM_KEYPRESS = "formTextualItemKeyPress",
188
188
  FORM_CHANGE = "formChange",
189
189
  ADD_ATTACHMENT = "addAttachment",
190
+ CARD_DISMISS = "cardDismiss",
190
191
  REMOVE_ATTACHMENT = "removeAttachment",
191
192
  TAB_BAR_BUTTON_CLICK = "tabBarButtonClick",
192
193
  PROMPT_PROGRESS_ACTION_CLICK = "promptProgressActionClick",
@@ -282,6 +283,7 @@ export interface ProgressField {
282
283
  export interface TreeNodeDetails {
283
284
  status?: Status;
284
285
  icon?: MynahIcons | MynahIconsType | null;
286
+ iconForegroundStatus?: Status;
285
287
  label?: string;
286
288
  changes?: {
287
289
  added?: number;
@@ -295,6 +297,7 @@ export interface ChatItemContent {
295
297
  header?: (ChatItemContent & {
296
298
  icon?: MynahIcons | MynahIconsType;
297
299
  iconStatus?: 'main' | 'primary' | 'clear' | Status;
300
+ iconForegroundStatus?: Status;
298
301
  status?: {
299
302
  status?: Status;
300
303
  icon?: MynahIcons | MynahIconsType;
@@ -354,6 +357,7 @@ export interface ChatItem extends ChatItemContent {
354
357
  fullWidth?: boolean;
355
358
  padding?: boolean;
356
359
  icon?: MynahIcons | MynahIconsType;
360
+ iconForegroundStatus?: Status;
357
361
  iconStatus?: 'main' | 'primary' | 'clear' | Status;
358
362
  hoverEffect?: boolean;
359
363
  status?: Status;
@@ -401,6 +405,7 @@ type CheckboxFormItem = BaseFormItem & {
401
405
  type: 'switch' | 'checkbox';
402
406
  value?: 'true' | 'false';
403
407
  label?: string;
408
+ alternateTooltip?: string;
404
409
  };
405
410
  export type ChatItemFormItem = TextBasedFormItem | OtherFormItem | RadioGroupFormItem | CheckboxFormItem;
406
411
  export type FilterOption = ChatItemFormItem;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws/mynah-ui",
3
3
  "displayName": "AWS Mynah UI",
4
- "version": "4.31.0-beta.2",
4
+ "version": "4.31.0-beta.4",
5
5
  "description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI",
6
6
  "publisher": "Amazon Web Services",
7
7
  "license": "Apache License 2.0",