feat: Add PromptInput component #8210
Annotations
3 errors and 2 warnings
src/__tests__/test-utils-selectors.test.tsx#L32
expect(received).toMatchSnapshot()
Snapshot name: `test-utils selectors 1`
- Snapshot - 1
+ Received + 1
@@ -411,11 +411,11 @@
"awsui_result-container-success_11huc",
"awsui_result-text_11huc",
"awsui_root_11huc",
],
"prompt-input": Array [
- "awsui_action-button_55fkh",
+ "awsui_action-button_nr3gs",
"awsui_root_55fkh",
"awsui_textarea_55fkh",
],
"property-filter": Array [
"awsui_constraint_1wzqe",
at Object.<anonymous> (src/__tests__/test-utils-selectors.test.tsx:32:32)
|
src/__tests__/documenter.test.ts#L8
expect(received).toMatchSnapshot(hint)
Snapshot name: `Documenter definition for prompt-input matches the snapshot: prompt-input 1`
- Snapshot - 0
+ Received + 6
@@ -142,10 +142,16 @@
"description": "Sets input focus on the textarea control.",
"name": "focus",
"parameters": Array [],
"returnType": "void",
},
+ Object {
+ "description": "Selects all text in the textarea control.",
+ "name": "select",
+ "parameters": Array [],
+ "returnType": "void",
+ },
],
"name": "PromptInput",
"properties": Array [
Object {
"description": "Adds an aria-label to the action button.",
at src/__tests__/documenter.test.ts:8:24
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "components-package", "dependencies".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading