@taxbit/react-sdk 2.1.0-beta.0 → 2.1.0-beta.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.
- package/README.md +4 -0
- 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
|
@@ -333,6 +333,10 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
|
|
|
333
333
|
|
|
334
334
|
## Changelog
|
|
335
335
|
|
|
336
|
+
### Version 2.1.0-beta.1
|
|
337
|
+
|
|
338
|
+
1. Bug Fix: Errors should not show when going to next page.
|
|
339
|
+
|
|
336
340
|
### Version 2.1.0-beta.0
|
|
337
341
|
|
|
338
342
|
1. Adding Real-Time Tin Validation for W-9
|
package/dist/taxbit-react-sdk.js
CHANGED
|
@@ -4864,7 +4864,7 @@ const bi = (e, i, t, o) => {
|
|
|
4864
4864
|
regardedOwnerEntityPaymentsCertified: "entityPaymentsCertified",
|
|
4865
4865
|
regardedOwnerProvidesWithholdingStatementCertified: "providesWithholdingStatementCertified"
|
|
4866
4866
|
};
|
|
4867
|
-
}, ml = "2.1.0-beta.
|
|
4867
|
+
}, ml = "2.1.0-beta.1", Ri = (e) => e === "yes", _ = (e) => e === void 0 ? void 0 : e === "yes", pl = (e) => ({
|
|
4868
4868
|
// 14
|
|
4869
4869
|
isQiCertified: _(
|
|
4870
4870
|
e.accountHolderIsQiCertified || e.regardedOwnerIsQiCertified
|
|
@@ -13700,7 +13700,7 @@ const q = ({ name: e }) => {
|
|
|
13700
13700
|
p("submit"), await r();
|
|
13701
13701
|
};
|
|
13702
13702
|
return K(() => {
|
|
13703
|
-
m && (c ? (O === "next" && (i == null || i()), O === "submit" && (t == null || t())) : v(), p(void 0));
|
|
13703
|
+
O && m && (c ? (O === "next" && (i == null || i()), O === "submit" && (t == null || t())) : v(), p(void 0));
|
|
13704
13704
|
}, [m, O, c, i, v, t]), /* @__PURE__ */ N("footer", { "aria-label": "Form Actions", className: "taxbit-footer", children: [
|
|
13705
13705
|
C ? /* @__PURE__ */ n("div", { className: "taxbit-error-message", children: C }) : s ? /* @__PURE__ */ n("div", { className: "taxbit-info-message", children: s }) : null,
|
|
13706
13706
|
/* @__PURE__ */ N("div", { className: "taxbit-step-actions", children: [
|