@aws/mynah-ui 4.7.1 → 4.8.1

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/CONTRIBUTING.md CHANGED
@@ -21,6 +21,9 @@ reported the issue. Please try to include as much information as you can. Detail
21
21
 
22
22
 
23
23
  ## Contributing via Pull Requests
24
+
25
+ **Read [DEVELOPER Guidelines](./docs/DEVELOPER.md) first.**
26
+
24
27
  Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
25
28
 
26
29
  1. You are working against the latest source on the *main* branch.
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
  ### *A Data & Event Drivent Chat Interface Library for Browsers and Webviews*
3
3
 
4
4
  ### [Live Demo](https://aws.github.io/mynah-ui/)
5
+ ### [API Docs](https://aws.github.io/mynah-ui/api-doc/index.html)
5
6
 
6
7
  As you can understand from the title too, **Mynah UI** is a **_data and event_** driven chat interface for browsers and webviews on IDEs or any platform which supports latest web technologies which is also used by Amazon Q for [VSCode](https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.aws-toolkit-vscode) and [JetBrains](https://plugins.jetbrains.com/plugin/11349-aws-toolkit--amazon-q-codewhisperer-and-more) comes together with AWS Toolkit extension.
7
8
 
@@ -17,6 +18,10 @@ Please continue with one of the following guides:
17
18
  ### [Data Model](./docs/DATAMODEL.md)
18
19
  ### [Styling Configuration](./docs/STYLING.md)
19
20
 
21
+ and
22
+
23
+ ### [Developer Guidelines (Contribution)](./docs/DEVELOPER.md)
24
+
20
25
  <p align="center">
21
26
  <img src="./docs/img/splash.gif" alt="MynahUI" style="max-width:1280px; width:100%;border: 1px solid #e0e0e0;">
22
27
  </p>
@@ -40,5 +40,10 @@ export declare class CardBody {
40
40
  private readonly getReferenceTrackerInformationFromElement;
41
41
  private readonly showHighlightRangeTooltip;
42
42
  private readonly hideHighlightRangeTooltip;
43
+ /**
44
+ * Returns extension additions
45
+ * @returns marked options extensions
46
+ */
47
+ private readonly getMarkedExtensions;
43
48
  private readonly getContentBodyChildren;
44
49
  }
package/dist/main.d.ts CHANGED
@@ -64,6 +64,7 @@ export declare class MynahUI {
64
64
  private readonly chatWrappers;
65
65
  constructor(props: MynahUIProps);
66
66
  private readonly getUserEventId;
67
+ private readonly focusToInput;
67
68
  private readonly addGlobalListeners;
68
69
  addToUserPrompt: (tabId: string, codeStringToAdd: string) => void;
69
70
  /**