@regulaforensics/react-native-document-reader-api 7.2.0 → 7.2.1

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.
@@ -298,7 +298,7 @@ fun setCustomization(customization: ParamsCustomization, opts: JSONObject, conte
298
298
  "borderBackgroundImageMatrix" -> editor.setBorderBackgroundImageMatrix(v.toMatrix()).setBorderBackgroundImageScaleType(ImageView.ScaleType.MATRIX)
299
299
  "customLabelStatus" -> editor.setCustomLabelStatus(SpannableString(v as String))
300
300
  "cameraFrameLineCap" -> editor.setCameraFrameLineCap(Paint.Cap.values()[v.toInt()])
301
- "uiCustomizationLayer" -> editor.setUiCustomizationLayer(v as JSONObject)
301
+ "uiCustomizationLayer" -> editor.setUiCustomizationLayer(JSONObject(v.toString()))
302
302
  "colors" -> setColors(editor, v as JSONObject)
303
303
  "fonts" -> setFonts(editor, v as JSONObject)
304
304
  "images" -> setImages(editor, v as JSONObject, context)
@@ -4322,15 +4322,6 @@
4322
4322
  "react-native": "*"
4323
4323
  }
4324
4324
  },
4325
- "node_modules/@regulaforensics/react-native-document-reader-api": {
4326
- "resolved": "..",
4327
- "link": true
4328
- },
4329
- "node_modules/@regulaforensics/react-native-document-reader-core-fullrfid": {
4330
- "version": "7.1.0",
4331
- "resolved": "https://registry.npmjs.org/@regulaforensics/react-native-document-reader-core-fullrfid/-/react-native-document-reader-core-fullrfid-7.1.0.tgz",
4332
- "integrity": "sha512-uM8oh/L/V7hZvetnW+U/qeexcdxbZReqHisrtoO6hTBnDOc3fR79p69Fr4O2J1DT59t84/OKTaYRPG39VIB1aA=="
4333
- },
4334
4325
  "node_modules/@rneui/base": {
4335
4326
  "version": "4.0.0-rc.7",
4336
4327
  "resolved": "https://registry.npmjs.org/@rneui/base/-/base-4.0.0-rc.7.tgz",
@@ -10,7 +10,7 @@
10
10
  "test": "jest"
11
11
  },
12
12
  "dependencies": {
13
- "@regulaforensics/react-native-document-reader-api": "7.2.0",
13
+ "@regulaforensics/react-native-document-reader-api": "7.2.1",
14
14
  "@regulaforensics/react-native-document-reader-core-fullrfid": "7.2.0",
15
15
  "react-native-progress": "5.0.0",
16
16
  "react-native-radio-buttons-group": "3.0.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-api",
3
- "version": "7.2.0",
3
+ "version": "7.2.1",
4
4
  "description": "React Native module for reading and validation of identification documents (API framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {