@aws-amplify/ui-react-liveness 3.1.0 → 3.1.2

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.1.0';
1
+ const VERSION = '3.1.2';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -833,7 +833,7 @@ function getFaceMatchStateInLivenessOval({ face, ovalDetails, initialFaceInterse
833
833
  return { faceMatchState, faceMatchPercentage };
834
834
  }
835
835
 
836
- const VERSION = '3.1.0';
836
+ const VERSION = '3.1.2';
837
837
 
838
838
  const BASE_USER_AGENT = `ui-react-liveness/${VERSION}`;
839
839
  const getLivenessUserAgent = () => {
package/dist/styles.css CHANGED
@@ -4682,7 +4682,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
4682
4682
  }
4683
4683
 
4684
4684
  .amplify-rating {
4685
- display: inline-flex;
4685
+ display: flex;
4686
4686
  position: relative;
4687
4687
  text-align: left;
4688
4688
  font-size: var(--amplify-components-rating-default-size);
@@ -1 +1 @@
1
- export declare const VERSION = "3.1.0";
1
+ export declare const VERSION = "3.1.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-liveness",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -47,8 +47,8 @@
47
47
  "react-dom": "^16.14.0 || ^17.0 || ^18.0"
48
48
  },
49
49
  "dependencies": {
50
- "@aws-amplify/ui": "6.0.16",
51
- "@aws-amplify/ui-react": "6.1.12",
50
+ "@aws-amplify/ui": "6.0.17",
51
+ "@aws-amplify/ui-react": "6.1.14",
52
52
  "@aws-sdk/client-rekognitionstreaming": "3.605.0",
53
53
  "@aws-sdk/util-format-url": "^3.410.0",
54
54
  "@smithy/eventstream-serde-browser": "^2.0.4",