@ha_tecno/live-id-sdk 2.16.0 → 2.16.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,7 +48,7 @@ const Gabarito = ({
48
48
  return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
49
49
  style: [_styles.styles.container, positionStyle]
50
50
  }, /*#__PURE__*/_react.default.createElement(_rectangle.default, {
51
- height: height / 4,
51
+ height: height / 3,
52
52
  width: width * 0.9
53
53
  }));
54
54
  };
@@ -8,7 +8,7 @@ const data = exports.data = [{
8
8
  title: "1. Posicione o seu dedo",
9
9
  text: "Coloque seu dedo na câmera conforme indicado na animação."
10
10
  }, {
11
- title: "Relizar a prova de vida",
11
+ title: "Realizar a prova de vida",
12
12
  text: "Faça uma leve pressão na câmera, clique no botão de captura e aguarde 10 segundos."
13
13
  }];
14
14
  //# sourceMappingURL=data.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["data","exports","title","text"],"sourceRoot":"../../../../src","sources":["components/HARecordInstructions/data.ts"],"mappings":";;;;;;AAAO,MAAMA,IAAuC,GAAAC,OAAA,CAAAD,IAAA,GAAG,CACrD;EACEE,KAAK,EAAE,yBAAyB;EAChCC,IAAI,EAAE;AACR,CAAC,EACD;EACED,KAAK,EAAE,yBAAyB;EAChCC,IAAI,EAAE;AACR,CAAC,CACF"}
1
+ {"version":3,"names":["data","exports","title","text"],"sourceRoot":"../../../../src","sources":["components/HARecordInstructions/data.ts"],"mappings":";;;;;;AAAO,MAAMA,IAAuC,GAAAC,OAAA,CAAAD,IAAA,GAAG,CACrD;EACEE,KAAK,EAAE,yBAAyB;EAChCC,IAAI,EAAE;AACR,CAAC,EACD;EACED,KAAK,EAAE,0BAA0B;EACjCC,IAAI,EAAE;AACR,CAAC,CACF"}
@@ -41,7 +41,7 @@ const Gabarito = ({
41
41
  return /*#__PURE__*/React.createElement(View, {
42
42
  style: [styles.container, positionStyle]
43
43
  }, /*#__PURE__*/React.createElement(Rectangle, {
44
- height: height / 4,
44
+ height: height / 3,
45
45
  width: width * 0.9
46
46
  }));
47
47
  };
@@ -2,7 +2,7 @@ export const data = [{
2
2
  title: "1. Posicione o seu dedo",
3
3
  text: "Coloque seu dedo na câmera conforme indicado na animação."
4
4
  }, {
5
- title: "Relizar a prova de vida",
5
+ title: "Realizar a prova de vida",
6
6
  text: "Faça uma leve pressão na câmera, clique no botão de captura e aguarde 10 segundos."
7
7
  }];
8
8
  //# sourceMappingURL=data.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["data","title","text"],"sourceRoot":"../../../../src","sources":["components/HARecordInstructions/data.ts"],"mappings":"AAAA,OAAO,MAAMA,IAAuC,GAAG,CACrD;EACEC,KAAK,EAAE,yBAAyB;EAChCC,IAAI,EAAE;AACR,CAAC,EACD;EACED,KAAK,EAAE,yBAAyB;EAChCC,IAAI,EAAE;AACR,CAAC,CACF"}
1
+ {"version":3,"names":["data","title","text"],"sourceRoot":"../../../../src","sources":["components/HARecordInstructions/data.ts"],"mappings":"AAAA,OAAO,MAAMA,IAAuC,GAAG,CACrD;EACEC,KAAK,EAAE,yBAAyB;EAChCC,IAAI,EAAE;AACR,CAAC,EACD;EACED,KAAK,EAAE,0BAA0B;EACjCC,IAAI,EAAE;AACR,CAAC,CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ha_tecno/live-id-sdk",
3
- "version": "2.16.0",
3
+ "version": "2.16.1",
4
4
  "description": "React Native SDK for Live ID",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -30,7 +30,7 @@ const Gabarito = ({ finger }: Props) => {
30
30
 
31
31
  return (
32
32
  <View style={[styles.container, positionStyle]}>
33
- <Rectangle height={height / 4} width={width * 0.9} />
33
+ <Rectangle height={height / 3} width={width * 0.9} />
34
34
  </View>
35
35
  );
36
36
  };
@@ -4,7 +4,7 @@ export const data: { title: string; text: string }[] = [
4
4
  text: "Coloque seu dedo na câmera conforme indicado na animação."
5
5
  },
6
6
  {
7
- title: "Relizar a prova de vida",
7
+ title: "Realizar a prova de vida",
8
8
  text: "Faça uma leve pressão na câmera, clique no botão de captura e aguarde 10 segundos."
9
9
  }
10
10
  ];