master-components-react 4.3.9 → 4.3.10

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6961,7 +6961,7 @@ const va = ({
6961
6961
  te(() => {
6962
6962
  if (d) {
6963
6963
  let _ = C === "currency" ? V.current.find((H) => H.id === d) : V.current.find((H) => H.dial_code === d);
6964
- C === "currency" ? _.currencyCode = _?.currency_code : _.countryCode = _?.code, L(_), M && typeof M == "function" && M(_);
6964
+ C === "currency" ? _.currencyCode = _?.currency_code : _.dialCode = _?.dial_code, L(_), M && typeof M == "function" && M(_);
6965
6965
  }
6966
6966
  }, [d, V.current]), z(!1);
6967
6967
  const s = ee(!0), v = ee(null), j = ee(null), [Z, ae] = z(!1), [me, fe] = z(!1), he = ee(null), Y = (_) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "master-components-react",
3
3
  "private": false,
4
- "version": "4.3.9",
4
+ "version": "4.3.10",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",