@aws/mynah-ui 4.31.0-beta.1 → 4.31.0-beta.3

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
@@ -282,6 +282,7 @@ export interface ProgressField {
282
282
  export interface TreeNodeDetails {
283
283
  status?: Status;
284
284
  icon?: MynahIcons | MynahIconsType | null;
285
+ iconForegroundStatus?: Status;
285
286
  label?: string;
286
287
  changes?: {
287
288
  added?: number;
@@ -295,6 +296,7 @@ export interface ChatItemContent {
295
296
  header?: (ChatItemContent & {
296
297
  icon?: MynahIcons | MynahIconsType;
297
298
  iconStatus?: 'main' | 'primary' | 'clear' | Status;
299
+ iconForegroundStatus?: Status;
298
300
  status?: {
299
301
  status?: Status;
300
302
  icon?: MynahIcons | MynahIconsType;
@@ -354,6 +356,7 @@ export interface ChatItem extends ChatItemContent {
354
356
  fullWidth?: boolean;
355
357
  padding?: boolean;
356
358
  icon?: MynahIcons | MynahIconsType;
359
+ iconForegroundStatus?: Status;
357
360
  iconStatus?: 'main' | 'primary' | 'clear' | Status;
358
361
  hoverEffect?: boolean;
359
362
  status?: Status;
@@ -401,6 +404,7 @@ type CheckboxFormItem = BaseFormItem & {
401
404
  type: 'switch' | 'checkbox';
402
405
  value?: 'true' | 'false';
403
406
  label?: string;
407
+ alternateTooltip?: string;
404
408
  };
405
409
  export type ChatItemFormItem = TextBasedFormItem | OtherFormItem | RadioGroupFormItem | CheckboxFormItem;
406
410
  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.1",
4
+ "version": "4.31.0-beta.3",
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",