@transferwise/components 0.0.0-experimental-b0a4b8b → 0.0.0-experimental-5663a65
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/build/index.esm.js +4 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +4 -0
- package/build/index.js.map +1 -1
- package/build/types/upload/steps/completeStep/completeStep.d.ts.map +1 -1
- package/build/types/upload/steps/processingStep/processingStep.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/upload/Upload.js +1 -1
- package/src/upload/steps/completeStep/completeStep.js +4 -1
- package/src/upload/steps/processingStep/processingStep.js +1 -0
- package/src/uploadInput/uploadItem/UploadItem.tsx +1 -1
package/build/index.esm.js
CHANGED
|
@@ -13074,6 +13074,7 @@ const ProcessingStep = props => {
|
|
|
13074
13074
|
'm-b-2': isModern
|
|
13075
13075
|
}),
|
|
13076
13076
|
type: Typography.TITLE_BODY,
|
|
13077
|
+
"aria-live": "polite",
|
|
13077
13078
|
children: psProcessingText
|
|
13078
13079
|
}), psButtonText && /*#__PURE__*/jsx(Button, {
|
|
13079
13080
|
disabled: psButtonDisabled,
|
|
@@ -13117,6 +13118,7 @@ const CompleteStep = props => {
|
|
|
13117
13118
|
className: "droppable-card-content",
|
|
13118
13119
|
children: [/*#__PURE__*/jsx("div", {
|
|
13119
13120
|
className: "droppable-card-content d-flex flex-column align-items-center",
|
|
13121
|
+
"aria-live": "polite",
|
|
13120
13122
|
children: isError ? /*#__PURE__*/jsxs(Fragment, {
|
|
13121
13123
|
children: [isModern ? /*#__PURE__*/jsx(StatusIcon, {
|
|
13122
13124
|
size: Size.LARGE,
|
|
@@ -13485,6 +13487,7 @@ class Upload extends Component {
|
|
|
13485
13487
|
onClear: event => this.handleOnClear(event)
|
|
13486
13488
|
}), !isProcessing && /*#__PURE__*/jsx("div", {
|
|
13487
13489
|
className: "droppable-dropping-card droppable-card",
|
|
13490
|
+
"aria-live": "polite",
|
|
13488
13491
|
children: /*#__PURE__*/jsxs("div", {
|
|
13489
13492
|
className: "droppable-card-content",
|
|
13490
13493
|
children: [/*#__PURE__*/jsx("div", {
|
|
@@ -13959,6 +13962,7 @@ const UploadItem = ({
|
|
|
13959
13962
|
onDownload: onDownloadFile,
|
|
13960
13963
|
children: /*#__PURE__*/jsx("div", {
|
|
13961
13964
|
className: "np-upload-button",
|
|
13965
|
+
"aria-live": "polite",
|
|
13962
13966
|
children: /*#__PURE__*/jsxs("div", {
|
|
13963
13967
|
className: "media",
|
|
13964
13968
|
children: [/*#__PURE__*/jsx("div", {
|