@aws-amplify/ui-react-storage 3.0.9 → 3.0.10

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.9';
1
+ const VERSION = '3.0.10';
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.9';
35
+ const VERSION = '3.0.10';
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
@@ -3911,6 +3911,12 @@ html[dir=rtl] .amplify-field-group__inner-start {
3911
3911
  right: var(--amplify-space-medium);
3912
3912
  }
3913
3913
 
3914
+ .liveness-detector .amplify-button--primary:focus {
3915
+ box-shadow: unset;
3916
+ outline: var(--amplify-components-button-focus-color) solid 2px;
3917
+ outline-offset: 2px;
3918
+ }
3919
+
3914
3920
  .amplify-liveness-cancel-button {
3915
3921
  background-color: #fff;
3916
3922
  color: hsl(190, 95%, 30%);
@@ -3945,6 +3951,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
3945
3951
  left: 0;
3946
3952
  height: 100%;
3947
3953
  width: 100%;
3954
+ z-index: 2;
3948
3955
  }
3949
3956
 
3950
3957
  .amplify-liveness-video {
@@ -4014,7 +4021,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
4014
4021
  }
4015
4022
 
4016
4023
  .amplify-liveness-instruction-overlay {
4017
- z-index: 1;
4024
+ z-index: 2;
4018
4025
  }
4019
4026
 
4020
4027
  .amplify-liveness-countdown-container {
@@ -4248,6 +4255,10 @@ html[dir=rtl] .amplify-field-group__inner-start {
4248
4255
  font-weight: var(--amplify-font-weights-bold);
4249
4256
  }
4250
4257
 
4258
+ .amplify-liveness-hint--mobile {
4259
+ margin-top: var(--amplify-space-xxxl);
4260
+ }
4261
+
4251
4262
  .amplify-liveness-hint__text {
4252
4263
  align-items: center;
4253
4264
  gap: var(--amplify-space-xs);
@@ -4325,6 +4336,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
4325
4336
  flex-direction: column;
4326
4337
  align-items: center;
4327
4338
  justify-content: center;
4339
+ text-align: center;
4328
4340
  height: 480px;
4329
4341
  }
4330
4342
 
@@ -5327,6 +5339,9 @@ html[dir=rtl] .amplify-field-group__inner-start {
5327
5339
  var(--amplify-components-table-header-border-width)
5328
5340
  var(--amplify-components-table-header-border-width);
5329
5341
  }
5342
+ .amplify-table--striped .amplify-table__row:not(.amplify-table__head *):nth-child(odd) {
5343
+ background-color: var(--amplify-components-table-row-striped-background-color);
5344
+ }
5330
5345
  .amplify-table__caption {
5331
5346
  caption-side: var(--amplify-components-table-caption-caption-side);
5332
5347
  color: var(--amplify-components-table-caption-color);
@@ -5385,9 +5400,6 @@ html[dir=rtl] .amplify-field-group__inner-start {
5385
5400
  .amplify-table__td:last-child {
5386
5401
  border-right-width: var(--amplify-components-table-data-border-width);
5387
5402
  }
5388
- .amplify-table[data-variation=striped] .amplify-table__row:not(.amplify-table__head *):nth-child(odd) {
5389
- background-color: var(--amplify-components-table-row-striped-background-color);
5390
- }
5391
5403
  .amplify-table[data-highlightonhover=true] .amplify-table__row:not(.amplify-table__head *):hover {
5392
5404
  background-color: var(--amplify-components-table-row-hover-background-color);
5393
5405
  }
@@ -1 +1 @@
1
- export declare const VERSION = "3.0.9";
1
+ export declare const VERSION = "3.0.10";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-storage",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
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.6",
43
- "@aws-amplify/ui-react": "6.1.0",
44
- "@aws-amplify/ui-react-core": "3.0.6",
42
+ "@aws-amplify/ui": "6.0.7",
43
+ "@aws-amplify/ui-react": "6.1.1",
44
+ "@aws-amplify/ui-react-core": "3.0.7",
45
45
  "lodash": "4.17.21",
46
46
  "tslib": "^2.5.2"
47
47
  },