@aws-amplify/ui-react-liveness 3.1.17 → 3.1.18

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.17';
1
+ const VERSION = '3.1.18';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -830,7 +830,7 @@ function getFaceMatchStateInLivenessOval({ face, ovalDetails, initialFaceInterse
830
830
  return { faceMatchState, faceMatchPercentage };
831
831
  }
832
832
 
833
- const VERSION = '3.1.17';
833
+ const VERSION = '3.1.18';
834
834
 
835
835
  const BASE_USER_AGENT = `ui-react-liveness/${VERSION}`;
836
836
  const getLivenessUserAgent = () => {
package/dist/styles.css CHANGED
@@ -6842,12 +6842,16 @@ html[dir=rtl] .amplify-field-group__inner-start {
6842
6842
  flex-direction: row;
6843
6843
  align-items: flex-start;
6844
6844
  gap: var(--amplify-components-ai-conversation-form-gap);
6845
- padding: var(--amplify-components-ai-conversation-form-padding);
6846
6845
  }
6847
6846
  .amplify-ai-conversation__form__dropzone {
6848
6847
  text-align: initial;
6849
6848
  border: none;
6849
+ padding: var(--amplify-components-ai-conversation-form-padding);
6850
+ }
6851
+ .amplify-ai-conversation__form__error {
6850
6852
  padding: 0;
6853
+ padding-block-start: var(--amplify-components-ai-conversation-attachment-list-padding-block-start);
6854
+ gap: var(--amplify-components-ai-conversation-attachment-gap);
6851
6855
  }
6852
6856
  .amplify-ai-conversation__attachment {
6853
6857
  display: flex;
@@ -6867,7 +6871,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
6867
6871
  flex-direction: row;
6868
6872
  flex-wrap: wrap;
6869
6873
  gap: var(--amplify-components-ai-conversation-attachment-list-gap);
6870
- padding-block-start: var(--amplify-components-ai-conversation-attachment-padding-block-start);
6874
+ padding-block-start: var(--amplify-components-ai-conversation-attachment-list-padding-block-start);
6871
6875
  }
6872
6876
  .amplify-ai-conversation__attachment__image {
6873
6877
  width: var(--amplify-components-ai-conversation-attachment-image-width);
@@ -1 +1 @@
1
- export declare const VERSION = "3.1.17";
1
+ export declare const VERSION = "3.1.18";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-liveness",
3
- "version": "3.1.17",
3
+ "version": "3.1.18",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -48,8 +48,8 @@
48
48
  "react-dom": "^16.14.0 || ^17.0 || ^18.0"
49
49
  },
50
50
  "dependencies": {
51
- "@aws-amplify/ui": "6.7.0",
52
- "@aws-amplify/ui-react": "6.7.0",
51
+ "@aws-amplify/ui": "6.7.1",
52
+ "@aws-amplify/ui-react": "6.7.1",
53
53
  "@aws-sdk/client-rekognitionstreaming": "3.621.0",
54
54
  "@aws-sdk/util-format-url": "3.609.0",
55
55
  "@smithy/eventstream-serde-browser": "^2.0.4",