@taxbit/react-sdk 1.2.0-beta.4 → 1.2.0-beta.6
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/README.md +9 -1
- package/dist/taxbit-react-sdk.js +2 -2
- package/dist/taxbit-react-sdk.umd.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -322,9 +322,17 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
322
322
|
|
|
323
323
|
## Changelog
|
|
324
324
|
|
|
325
|
+
### Version 1.2.0-beta.6
|
|
326
|
+
|
|
327
|
+
1. Fixing Treaty Claim header showing erroneously on the Summary screen.
|
|
328
|
+
|
|
329
|
+
### Version 1.2.0-beta.4
|
|
330
|
+
|
|
331
|
+
1. Passing investmentEntityManaged boolean to the server.
|
|
332
|
+
|
|
325
333
|
### Version 1.2.0-beta.2
|
|
326
334
|
|
|
327
|
-
1. React 17 issue fixed.
|
|
335
|
+
1. React 17 issue fixed with void return types in components.
|
|
328
336
|
|
|
329
337
|
### Version 1.2.0-beta.0
|
|
330
338
|
|
package/dist/taxbit-react-sdk.js
CHANGED
|
@@ -3732,7 +3732,7 @@ const oe = (e) => e === void 0 || e === "" || e === null, _ = (e) => !oe(e), V =
|
|
|
3732
3732
|
oi(n)
|
|
3733
3733
|
]
|
|
3734
3734
|
)
|
|
3735
|
-
), Ps = "1.2.0-beta.
|
|
3735
|
+
), Ps = "1.2.0-beta.6", di = (e) => e === "yes", $ = (e) => e === void 0 ? void 0 : e === "yes", Ss = (e) => {
|
|
3736
3736
|
const i = {
|
|
3737
3737
|
city: e.accountHolderAddressCity,
|
|
3738
3738
|
country: e.accountHolderAddressCountry,
|
|
@@ -14966,7 +14966,7 @@ const H = ({ name: e }) => {
|
|
|
14966
14966
|
children: (e == null ? void 0 : e.regardedOwnerForeignTinIsNotRequired) == "yes" ? d("notRequired") : /* @__PURE__ */ t(Oe, { name: "regardedOwnerForeignTin" })
|
|
14967
14967
|
}
|
|
14968
14968
|
),
|
|
14969
|
-
n && T && /* @__PURE__ */ O(ne, { title: r("accountHolderTreatyClaims"), children: [
|
|
14969
|
+
a && n && T && /* @__PURE__ */ O(ne, { title: r("accountHolderTreatyClaims"), children: [
|
|
14970
14970
|
/* @__PURE__ */ t(
|
|
14971
14971
|
h,
|
|
14972
14972
|
{
|