@aws-amplify/ui-react-storage 3.0.15 → 3.0.16

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.
@@ -1,3 +1,3 @@
1
- const VERSION = '3.0.15';
1
+ const VERSION = '3.0.16';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ function _interopNamespace(e) {
32
32
  var React__namespace = /*#__PURE__*/_interopNamespace(React);
33
33
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
34
34
 
35
- const VERSION = '3.0.15';
35
+ const VERSION = '3.0.16';
36
36
 
37
37
  const StorageImage = ({ accessLevel, className, fallbackSrc, identityId, imgKey, onStorageGetError, validateObjectExistence, ...rest }) => {
38
38
  const resolvedValidateObjectExistence = ui.isUndefined(validateObjectExistence)
package/dist/styles.css CHANGED
@@ -4205,7 +4205,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
4205
4205
 
4206
4206
  .amplify-liveness-landscape-error-modal {
4207
4207
  background-color: var(--amplify-colors-background-primary);
4208
- direction: column;
4208
+ flex-direction: column;
4209
4209
  text-align: center;
4210
4210
  align-items: center;
4211
4211
  justify-content: center;
@@ -1 +1 @@
1
- export declare const VERSION = "3.0.15";
1
+ export declare const VERSION = "3.0.16";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-storage",
3
- "version": "3.0.15",
3
+ "version": "3.0.16",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -39,9 +39,9 @@
39
39
  "typecheck": "tsc --noEmit"
40
40
  },
41
41
  "dependencies": {
42
- "@aws-amplify/ui": "6.0.11",
43
- "@aws-amplify/ui-react": "6.1.5",
44
- "@aws-amplify/ui-react-core": "3.0.11",
42
+ "@aws-amplify/ui": "6.0.12",
43
+ "@aws-amplify/ui-react": "6.1.6",
44
+ "@aws-amplify/ui-react-core": "3.0.12",
45
45
  "lodash": "4.17.21",
46
46
  "tslib": "^2.5.2"
47
47
  },