@aws/mynah-ui 4.36.9-beta.5 → 4.38.0

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.
@@ -26,6 +26,8 @@ export declare class PromptTextInput {
26
26
  private readonly handleContextRemoval;
27
27
  readonly restoreRange: (range: Range) => void;
28
28
  private readonly updateCursorPos;
29
+ private readonly updateSelectionAndCursor;
30
+ private readonly insertSpaceNodeAndUpdateCursor;
29
31
  private readonly checkIsEmpty;
30
32
  private readonly removeContextPlaceholderOverlay;
31
33
  private readonly insertElementToGivenPosition;
@@ -81,7 +81,9 @@ export declare enum MynahIcons {
81
81
  TRASH = "trash",
82
82
  TRANSFORM = "transform",
83
83
  HISTORY = "history",
84
- IMAGE = "image"
84
+ IMAGE = "image",
85
+ DESKTOP = "desktop",
86
+ GLOBE = "globe"
85
87
  }
86
88
  export interface CustomIcon {
87
89
  name: string;