@aws-amplify/ui-react-storage 3.0.6 → 3.0.7
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 +4 -4
- 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.7';
|
|
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
|
@@ -4213,7 +4213,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4213
4213
|
|
|
4214
4214
|
.amplify-liveness-start-screen-warning {
|
|
4215
4215
|
color: var(--amplify-colors-blue-90);
|
|
4216
|
-
background-color: var(--amplify-colors-blue-
|
|
4216
|
+
background-color: var(--amplify-colors-blue-10);
|
|
4217
4217
|
align-items: center;
|
|
4218
4218
|
z-index: 3;
|
|
4219
4219
|
}
|
|
@@ -4255,13 +4255,12 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4255
4255
|
|
|
4256
4256
|
.amplify-liveness-popover {
|
|
4257
4257
|
position: relative;
|
|
4258
|
-
cursor: pointer;
|
|
4259
4258
|
}
|
|
4260
4259
|
|
|
4261
4260
|
.amplify-liveness-popover__anchor {
|
|
4262
4261
|
position: absolute;
|
|
4263
4262
|
top: 26px;
|
|
4264
|
-
left:
|
|
4263
|
+
left: 20px;
|
|
4265
4264
|
z-index: 3;
|
|
4266
4265
|
border-style: solid;
|
|
4267
4266
|
border-width: 0 9px 9px 9px;
|
|
@@ -4271,7 +4270,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4271
4270
|
.amplify-liveness-popover__anchor-secondary {
|
|
4272
4271
|
position: absolute;
|
|
4273
4272
|
top: 24px;
|
|
4274
|
-
left:
|
|
4273
|
+
left: 19px;
|
|
4275
4274
|
z-index: 2;
|
|
4276
4275
|
border-style: solid;
|
|
4277
4276
|
border-width: 0 10px 10px 10px;
|
|
@@ -4284,6 +4283,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
4284
4283
|
color: var(--amplify-colors-font-primary);
|
|
4285
4284
|
flex-direction: row;
|
|
4286
4285
|
font-size: var(--amplify-font-sizes-xs);
|
|
4286
|
+
font-weight: var(--amplify-font-weights-normal);
|
|
4287
4287
|
padding: var(--amplify-space-small);
|
|
4288
4288
|
top: 33px;
|
|
4289
4289
|
width: 240px;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "3.0.
|
|
1
|
+
export declare const VERSION = "3.0.7";
|
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.7",
|
|
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.5",
|
|
43
|
+
"@aws-amplify/ui-react": "6.0.6",
|
|
44
|
+
"@aws-amplify/ui-react-core": "3.0.5",
|
|
45
45
|
"lodash": "4.17.21",
|
|
46
46
|
"tslib": "^2.5.2"
|
|
47
47
|
},
|