@aws-amplify/ui-react-storage 3.0.5 → 3.0.6
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/dist/esm/version.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
package/dist/esm/version.mjs
CHANGED
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.
|
|
35
|
+
const VERSION = '3.0.6';
|
|
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
|
@@ -4112,7 +4112,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4112
4112
|
content: "";
|
|
4113
4113
|
width: 100%;
|
|
4114
4114
|
height: 100%;
|
|
4115
|
-
background: var(--amplify-colors-primary-
|
|
4115
|
+
background: var(--amplify-colors-primary-80);
|
|
4116
4116
|
left: -100%;
|
|
4117
4117
|
transform: translate(var(--percentage), 0);
|
|
4118
4118
|
transition: var(--amplify-liveness-match-indicator-transition);
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "3.0.
|
|
1
|
+
export declare const VERSION = "3.0.6";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react-storage",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
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.
|
|
43
|
-
"@aws-amplify/ui-react": "6.0.
|
|
44
|
-
"@aws-amplify/ui-react-core": "3.0.
|
|
42
|
+
"@aws-amplify/ui": "6.0.4",
|
|
43
|
+
"@aws-amplify/ui-react": "6.0.5",
|
|
44
|
+
"@aws-amplify/ui-react-core": "3.0.4",
|
|
45
45
|
"lodash": "4.17.21",
|
|
46
46
|
"tslib": "^2.5.2"
|
|
47
47
|
},
|