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

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
@@ -3,7 +3,7 @@
3
3
  * SPDX-License-Identifier: Apache-2.0
4
4
  */
5
5
  import { CheckboxAbstract, CheckboxProps } from './components/form-items/checkbox';
6
- import { MynahIcons, MynahIconsType } from './components/icon';
6
+ import { CustomIcon, MynahIcons, MynahIconsType } from './components/icon';
7
7
  import { ChatItemBodyRenderer } from './helper/dom';
8
8
  import { SelectAbstract, SelectProps, RadioGroupAbstract, RadioGroupProps, ButtonAbstract, ButtonProps, TextInputProps, TextInputAbstract, TextAreaProps, TextAreaAbstract, ToggleOption } from './main';
9
9
  export interface QuickActionCommand {
@@ -295,7 +295,7 @@ export interface TreeNodeDetails {
295
295
  }
296
296
  export interface ChatItemContent {
297
297
  header?: (ChatItemContent & {
298
- icon?: MynahIcons | MynahIconsType;
298
+ icon?: MynahIcons | MynahIconsType | CustomIcon;
299
299
  iconStatus?: 'main' | 'primary' | 'clear' | Status;
300
300
  iconForegroundStatus?: Status;
301
301
  status?: {
@@ -356,7 +356,8 @@ export interface ChatItem extends ChatItemContent {
356
356
  title?: string;
357
357
  fullWidth?: boolean;
358
358
  padding?: boolean;
359
- icon?: MynahIcons | MynahIconsType;
359
+ muted?: boolean;
360
+ icon?: MynahIcons | MynahIconsType | CustomIcon;
360
361
  iconForegroundStatus?: Status;
361
362
  iconStatus?: 'main' | 'primary' | 'clear' | Status;
362
363
  hoverEffect?: boolean;
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.4",
4
+ "version": "4.31.0-beta.6",
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",