@aws-amplify/ui-react-liveness 3.6.3 → 3.6.4

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.6.3';
1
+ const VERSION = '3.6.4';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -1227,7 +1227,7 @@ function createRequestStreamGenerator(stream) {
1227
1227
  };
1228
1228
  }
1229
1229
 
1230
- const VERSION = '3.6.3';
1230
+ const VERSION = '3.6.4';
1231
1231
 
1232
1232
  const BASE_USER_AGENT = `ui-react-liveness/${VERSION}`;
1233
1233
  const getLivenessUserAgent = () => {
package/dist/styles.css CHANGED
@@ -4891,11 +4891,14 @@ html[dir=rtl] .amplify-field-group__inner-start {
4891
4891
  overflow-y: auto;
4892
4892
  box-sizing: border-box;
4893
4893
  list-style: disc;
4894
+ display: flex;
4895
+ flex-direction: column;
4896
+ gap: var(--amplify-space-xxs);
4894
4897
  }
4895
4898
 
4896
4899
  .amplify-modal__list-item.amplify-modal__list-item {
4900
+ display: list-item;
4897
4901
  margin-bottom: var(--amplify-space-xxs);
4898
- box-sizing: border-box;
4899
4902
  }
4900
4903
 
4901
4904
  .amplify-pagination {
@@ -1 +1 @@
1
- export declare const VERSION = "3.6.3";
1
+ export declare const VERSION = "3.6.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-liveness",
3
- "version": "3.6.3",
3
+ "version": "3.6.4",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -49,8 +49,8 @@
49
49
  "react-dom": "^16.14 || ^17 || ^18 || ^19"
50
50
  },
51
51
  "dependencies": {
52
- "@aws-amplify/ui": "6.15.2",
53
- "@aws-amplify/ui-react": "6.15.2",
52
+ "@aws-amplify/ui": "6.15.3",
53
+ "@aws-amplify/ui-react": "6.15.3",
54
54
  "@aws-sdk/client-rekognitionstreaming": "3.967.0",
55
55
  "@aws-sdk/util-format-url": "3.965.0",
56
56
  "@smithy/eventstream-serde-browser": "^4.0.4",