feat: File token group [internal] #12323
Annotations
3 errors
Build Repository:
src/__tests__/test-utils-selectors.test.tsx#L32
expect(received).toMatchSnapshot()
Snapshot name: `test-utils selectors 1`
- Snapshot - 4
+ Received + 6
@@ -245,14 +245,10 @@
"awsui_header_gwq0h",
"awsui_icon-container_gwq0h",
"awsui_root_gwq0h",
],
"file-upload": [
- "awsui_file-option-last-modified_ezgb4",
- "awsui_file-option-name_ezgb4",
- "awsui_file-option-size_ezgb4",
- "awsui_file-option-thumbnail-image_ezgb4",
"awsui_hints_1ubbm",
"awsui_root_1ubbm",
],
"flashbar": [
"awsui_action-button_1q84n",
@@ -334,10 +330,15 @@
"awsui_description_1wepg",
"awsui_disabled_15o6u",
"awsui_dropdown_qwoo0",
"awsui_file-input-button_181f9",
"awsui_file-input_181f9",
+ "awsui_file-option-last-modified_ofwwb",
+ "awsui_file-option-name_ofwwb",
+ "awsui_file-option-size_ofwwb",
+ "awsui_file-option-thumbnail_ofwwb",
+ "awsui_file-token_ofwwb",
"awsui_filter-container_z5mul",
"awsui_filtering-match-highlight_1p2cx",
"awsui_handle_sdha6",
"awsui_has-background_15o6u",
"awsui_highlighted_15o6u",
@@ -360,10 +361,11 @@
"awsui_root_1fcus",
"awsui_root_1kjc7",
"awsui_root_1qprf",
"awsui_root_1t44z",
"awsui_root_1tk3k",
+ "awsui_root_9f1dn",
"awsui_root_qwoo0",
"awsui_root_vrgzu",
"awsui_selectable-item_15o6u",
"awsui_selected_15o6u",
"awsui_tag_1p2cx",
at Object.<anonymous> (src/__tests__/test-utils-selectors.test.tsx:32:32)
|
Build Repository:
src/__tests__/documenter.test.ts#L8
expect(received).toMatchSnapshot(hint)
Snapshot name: `Documenter definition for file-upload matches the snapshot: file-upload 1`
- Snapshot - 0
+ Received + 14
@@ -88,10 +88,24 @@
"name": "fileErrors",
"optional": true,
"type": "ReadonlyArray<null | string>",
},
{
+ "description": "Alignment of the file tokens. Defaults to "vertical".",
+ "inlineType": {
+ "name": "FileUploadProps.FileTokenAlignment",
+ "type": "union",
+ "values": [
+ "vertical",
+ "horizontal",
+ ],
+ },
+ "name": "fileTokenAlignment",
+ "optional": true,
+ "type": "string",
+ },
+ {
"description": "An array of file warnings corresponding to the files in the `value`.",
"name": "fileWarnings",
"optional": true,
"type": "ReadonlyArray<null | string>",
},
at src/__tests__/documenter.test.ts:8:24
|
Build Repository
Process completed with exit code 1.
|
Loading