@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.
Files changed (32) hide show
  1. package/dist/components/Address/index.d.ts +1 -1
  2. package/dist/components/ErrorMessage/index.d.ts +1 -1
  3. package/dist/components/Page/index.d.ts +1 -1
  4. package/dist/components/Row/index.d.ts +1 -1
  5. package/dist/components/Section/index.d.ts +1 -1
  6. package/dist/contexts/FormUI/index.d.ts +3 -3
  7. package/dist/contexts/TaxDocumentation/index.d.ts +1 -1
  8. package/dist/paths/AddressInput/index.d.ts +1 -1
  9. package/dist/paths/FinancialAccountInput/index.d.ts +1 -1
  10. package/dist/paths/PlaceOfBirthInput/index.d.ts +1 -1
  11. package/dist/paths/ResidenceInput/index.d.ts +1 -1
  12. package/dist/paths/RowInput/CheckBoxRow/index.d.ts +1 -1
  13. package/dist/paths/RowInput/ErrorRow/index.d.ts +1 -1
  14. package/dist/paths/RowInput/RadioButtonRow/index.d.ts +1 -1
  15. package/dist/paths/RowInput/SelectRow/index.d.ts +1 -1
  16. package/dist/paths/RowInput/TextInputRow/index.d.ts +1 -1
  17. package/dist/paths/RowInput/VisibleRow/index.d.ts +1 -1
  18. package/dist/paths/TaxBitFormUI/AccountHolderClassification/index.d.ts +1 -1
  19. package/dist/paths/TaxBitFormUI/AccountHolderContact/index.d.ts +1 -1
  20. package/dist/paths/TaxBitFormUI/AccountHolderTax/index.d.ts +1 -1
  21. package/dist/paths/TaxBitFormUI/AccountHolderTaxClarification/index.d.ts +1 -1
  22. package/dist/paths/TaxBitFormUI/Exemptions/index.d.ts +1 -1
  23. package/dist/paths/TaxBitFormUI/RegardedOwnerClassification/index.d.ts +1 -1
  24. package/dist/paths/TaxBitFormUI/RegardedOwnerContact/index.d.ts +1 -1
  25. package/dist/paths/TaxBitFormUI/RegardedOwnerTax/index.d.ts +1 -1
  26. package/dist/paths/TaxBitFormUI/Summary/index.d.ts +1 -1
  27. package/dist/paths/TaxBitFormUI/index.d.ts +1 -1
  28. package/dist/paths/VatInput/index.d.ts +1 -1
  29. package/dist/ui/Actions/index.d.ts +1 -1
  30. package/dist/ui/CheckBox/index.d.ts +1 -1
  31. package/dist/widgets/TaxBitForm/index.d.ts +2 -2
  32. package/package.json +1 -1
@@ -1 +1 @@
1
- export * from "./Address.tsx";
1
+ export * from "./Address";
@@ -1 +1 @@
1
- export * from "./ErrorMessage.tsx";
1
+ export * from "./ErrorMessage";
@@ -1 +1 @@
1
- export * from "./Page.tsx";
1
+ export * from "./Page";
@@ -1 +1 @@
1
- export * from "./Row.tsx";
1
+ export * from "./Row";
@@ -1 +1 @@
1
- export * from "./Section.tsx";
1
+ export * from "./Section";
@@ -1,3 +1,3 @@
1
- export * from "./useFormUIContext.ts";
2
- export * from "./FormUIProvider.tsx";
3
- export { type FormUIFields } from "./useFormUI.ts";
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.tsx";
2
+ export * from "./TaxBitFormProvider";
@@ -1 +1 @@
1
- export * from "./AddressInput.tsx";
1
+ export * from "./AddressInput";
@@ -1 +1 @@
1
- export * from "./FinancialAccountInput.tsx";
1
+ export * from "./FinancialAccountInput";
@@ -1 +1 @@
1
- export * from "./PlaceOfBirthInput.tsx";
1
+ export * from "./PlaceOfBirthInput";
@@ -1 +1 @@
1
- export * from "./ResidenceInput.tsx";
1
+ export * from "./ResidenceInput";
@@ -1 +1 @@
1
- export * from "./CheckBoxRow.tsx";
1
+ export * from "./CheckBoxRow";
@@ -1 +1 @@
1
- export * from "./ErrorRow.tsx";
1
+ export * from "./ErrorRow";
@@ -1 +1 @@
1
- export * from "./RadioButtonRow.tsx";
1
+ export * from "./RadioButtonRow";
@@ -1 +1 @@
1
- export * from "./SelectRow.tsx";
1
+ export * from "./SelectRow";
@@ -1 +1 @@
1
- export * from "./TextInputRow.tsx";
1
+ export * from "./TextInputRow";
@@ -1 +1 @@
1
- export * from "./VisibleRow.tsx";
1
+ export * from "./VisibleRow";
@@ -1 +1 @@
1
- export * from "./AccountHolderClassification.tsx";
1
+ export * from "./AccountHolderClassification";
@@ -1 +1 @@
1
- export * from "./AccountHolderContact.tsx";
1
+ export * from "./AccountHolderContact";
@@ -1 +1 @@
1
- export * from "./AccountHolderTax.tsx";
1
+ export * from "./AccountHolderTax";
@@ -1 +1 @@
1
- export * from "./AccountHolderTaxClarification.tsx";
1
+ export * from "./AccountHolderTaxClarification";
@@ -1 +1 @@
1
- export * from "./Exemptions.tsx";
1
+ export * from "./Exemptions";
@@ -1 +1 @@
1
- export * from "./RegardedOwnerClassification.tsx";
1
+ export * from "./RegardedOwnerClassification";
@@ -1 +1 @@
1
- export * from "./RegardedOwnerContact.tsx";
1
+ export * from "./RegardedOwnerContact";
@@ -1 +1 @@
1
- export * from "./RegardedOwnerTax.tsx";
1
+ export * from "./RegardedOwnerTax";
@@ -1 +1 @@
1
- export * from "./Summary.tsx";
1
+ export * from "./Summary";
@@ -1 +1 @@
1
- export * from "./TaxBitFormUI.tsx";
1
+ export * from "./TaxBitFormUI";
@@ -1 +1 @@
1
- export * from "./VatInput.tsx";
1
+ export * from "./VatInput";
@@ -1 +1 @@
1
- export * from "./Actions.tsx";
1
+ export * from "./Actions";
@@ -1 +1 @@
1
- export * from "./CheckBox.tsx";
1
+ export * from "./CheckBox";
@@ -1,2 +1,2 @@
1
- export * from "./TaxBitForm.tsx";
2
- export * from "./TaxBitDAC7Form.tsx";
1
+ export * from "./TaxBitForm";
2
+ export * from "./TaxBitDAC7Form";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taxbit/react-sdk",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "TaxBit Tax Documentation",
5
5
  "author": "TaxBit",
6
6
  "type": "module",