@getpara/react-sdk 1.5.1 → 1.6.0

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.
package/dist/index.js CHANGED
@@ -3620,7 +3620,7 @@ var phoneMasks = {
3620
3620
  GA: "# ## ## ##",
3621
3621
  GM: "### ####",
3622
3622
  GE: "(###) ## ## ##",
3623
- DE: "(###) ### ####",
3623
+ DE: "###########",
3624
3624
  GH: "## ### ####",
3625
3625
  GI: "### #####",
3626
3626
  GR: "(###) ### ####",
package/dist/index.js.br CHANGED
Binary file
package/dist/index.js.gz CHANGED
Binary file
@@ -0,0 +1,4 @@
1
+ {
2
+ "type": "module",
3
+ "sideEffects": false
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpara/react-sdk",
3
- "version": "1.5.1",
3
+ "version": "1.6.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,9 +12,9 @@
12
12
  "*.css"
13
13
  ],
14
14
  "dependencies": {
15
- "@getpara/react-common": "1.5.1",
16
- "@getpara/react-components": "1.5.1",
17
- "@getpara/web-sdk": "1.5.1",
15
+ "@getpara/react-common": "1.6.0",
16
+ "@getpara/react-components": "1.6.0",
17
+ "@getpara/web-sdk": "1.6.0",
18
18
  "@tanstack/react-query": "^5.0.0",
19
19
  "date-fns": "^3.6.0",
20
20
  "framer-motion": "11.3.28",
@@ -49,5 +49,5 @@
49
49
  "resolutions": {
50
50
  "styled-components": "^6"
51
51
  },
52
- "gitHead": "f77e0f5e162a1672219b01dbf7c06a3baadd2f35"
52
+ "gitHead": "2dd6c8ea893d72d693804e5c5b0856d2ea6c3a7a"
53
53
  }