@taxbit/react-sdk 0.0.9 → 0.0.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.
- package/dist/components/Address/index.d.ts +1 -1
- package/dist/components/ErrorMessage/index.d.ts +1 -1
- package/dist/components/Page/index.d.ts +1 -1
- package/dist/components/Row/index.d.ts +1 -1
- package/dist/components/Section/index.d.ts +1 -1
- package/dist/contexts/FormUI/index.d.ts +3 -3
- package/dist/contexts/TaxDocumentation/index.d.ts +1 -1
- package/dist/paths/AddressInput/index.d.ts +1 -1
- package/dist/paths/FinancialAccountInput/index.d.ts +1 -1
- package/dist/paths/PlaceOfBirthInput/index.d.ts +1 -1
- package/dist/paths/ResidenceInput/index.d.ts +1 -1
- package/dist/paths/RowInput/CheckBoxRow/index.d.ts +1 -1
- package/dist/paths/RowInput/ErrorRow/index.d.ts +1 -1
- package/dist/paths/RowInput/RadioButtonRow/index.d.ts +1 -1
- package/dist/paths/RowInput/SelectRow/index.d.ts +1 -1
- package/dist/paths/RowInput/TextInputRow/index.d.ts +1 -1
- package/dist/paths/RowInput/VisibleRow/index.d.ts +1 -1
- package/dist/paths/TaxBitFormUI/AccountHolderClassification/index.d.ts +1 -1
- package/dist/paths/TaxBitFormUI/AccountHolderContact/index.d.ts +1 -1
- package/dist/paths/TaxBitFormUI/AccountHolderTax/index.d.ts +1 -1
- package/dist/paths/TaxBitFormUI/AccountHolderTaxClarification/index.d.ts +1 -1
- package/dist/paths/TaxBitFormUI/Exemptions/index.d.ts +1 -1
- package/dist/paths/TaxBitFormUI/RegardedOwnerClassification/index.d.ts +1 -1
- package/dist/paths/TaxBitFormUI/RegardedOwnerContact/index.d.ts +1 -1
- package/dist/paths/TaxBitFormUI/RegardedOwnerTax/index.d.ts +1 -1
- package/dist/paths/TaxBitFormUI/Summary/index.d.ts +1 -1
- package/dist/paths/TaxBitFormUI/index.d.ts +1 -1
- package/dist/paths/VatInput/index.d.ts +1 -1
- package/dist/ui/Actions/index.d.ts +1 -1
- package/dist/ui/CheckBox/index.d.ts +1 -1
- package/dist/widgets/TaxBitForm/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Address
|
|
1
|
+
export * from "./Address";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./ErrorMessage
|
|
1
|
+
export * from "./ErrorMessage";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Page
|
|
1
|
+
export * from "./Page";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Row
|
|
1
|
+
export * from "./Row";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Section
|
|
1
|
+
export * from "./Section";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./useFormUIContext
|
|
2
|
-
export * from "./FormUIProvider
|
|
3
|
-
export { type FormUIFields } from "./useFormUI
|
|
1
|
+
export * from "./useFormUIContext";
|
|
2
|
+
export * from "./FormUIProvider";
|
|
3
|
+
export { type FormUIFields } from "./useFormUI";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./useTaxDocumentationContext";
|
|
2
|
-
export * from "./TaxBitFormProvider
|
|
2
|
+
export * from "./TaxBitFormProvider";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./AddressInput
|
|
1
|
+
export * from "./AddressInput";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./FinancialAccountInput
|
|
1
|
+
export * from "./FinancialAccountInput";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./PlaceOfBirthInput
|
|
1
|
+
export * from "./PlaceOfBirthInput";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./ResidenceInput
|
|
1
|
+
export * from "./ResidenceInput";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./CheckBoxRow
|
|
1
|
+
export * from "./CheckBoxRow";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./ErrorRow
|
|
1
|
+
export * from "./ErrorRow";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./RadioButtonRow
|
|
1
|
+
export * from "./RadioButtonRow";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./SelectRow
|
|
1
|
+
export * from "./SelectRow";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./TextInputRow
|
|
1
|
+
export * from "./TextInputRow";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./VisibleRow
|
|
1
|
+
export * from "./VisibleRow";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./AccountHolderClassification
|
|
1
|
+
export * from "./AccountHolderClassification";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./AccountHolderContact
|
|
1
|
+
export * from "./AccountHolderContact";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./AccountHolderTax
|
|
1
|
+
export * from "./AccountHolderTax";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./AccountHolderTaxClarification
|
|
1
|
+
export * from "./AccountHolderTaxClarification";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Exemptions
|
|
1
|
+
export * from "./Exemptions";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./RegardedOwnerClassification
|
|
1
|
+
export * from "./RegardedOwnerClassification";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./RegardedOwnerContact
|
|
1
|
+
export * from "./RegardedOwnerContact";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./RegardedOwnerTax
|
|
1
|
+
export * from "./RegardedOwnerTax";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Summary
|
|
1
|
+
export * from "./Summary";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./TaxBitFormUI
|
|
1
|
+
export * from "./TaxBitFormUI";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./VatInput
|
|
1
|
+
export * from "./VatInput";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./Actions
|
|
1
|
+
export * from "./Actions";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./CheckBox
|
|
1
|
+
export * from "./CheckBox";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./TaxBitForm
|
|
2
|
-
export * from "./TaxBitDAC7Form
|
|
1
|
+
export * from "./TaxBitForm";
|
|
2
|
+
export * from "./TaxBitDAC7Form";
|