@accounter/client 0.0.7-alpha-20251008125212-de4e43c1a16413972d882a0d5d29e2dda355e04c → 0.0.7-alpha-20251008133435-90668580db86b4d0e6a413fb8cd4476e6e21f65f
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/CHANGELOG.md +1 -1
- package/dist/assets/{index-q63Da2dN.js → index-ZdZzua17.js} +281 -281
- package/dist/assets/{index.es-C_sT0w3Z.js → index.es-6DQv8YnN.js} +1 -1
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/src/components/common/forms/business-card.tsx +16 -1
- package/src/components/common/forms/modify-business-fields.tsx +72 -7
- package/src/components/common/inputs/index.ts +1 -1
- package/src/components/common/inputs/{phrases-input.tsx → string-array-input.tsx} +30 -21
- package/src/components/screens/reports/balance-report/index.tsx +1 -1
- package/src/gql/gql.ts +3 -3
- package/src/gql/graphql.ts +2 -2
- package/src/helpers/form.ts +22 -12