@accounter/client 0.0.7-alpha-20250824105539-11d89409a8942fb030a7abff740450f8a906266d → 0.0.7-alpha-20250825002737-1641f766641c8c1643ef8e1a1176fc470e2de056
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 +10 -8
- package/dist/assets/{index-l02ac6P4.js → index-B48VtrKS.js} +343 -383
- package/dist/assets/index-BERPxH5K.css +1 -0
- package/dist/assets/{index.es-Cn_bInoc.js → index.es-DCjhV4bb.js} +6 -6
- package/dist/index.html +2 -2
- package/package.json +4 -5
- package/src/app.tsx +0 -4
- package/src/components/charges-ledger-validation.tsx +1 -17
- package/src/components/layout/sidelinks.tsx +0 -15
- package/src/gql/gql.ts +0 -18
- package/src/gql/graphql.ts +0 -61
- package/dist/assets/index-MZlvICfp.css +0 -1
- package/src/components/screens/operations/annual-audit/annual-audit-filters.tsx +0 -158
- package/src/components/screens/operations/annual-audit/index.tsx +0 -370
- package/src/components/screens/operations/annual-audit/step-01-validate-charges/index.tsx +0 -266
- package/src/components/screens/operations/annual-audit/step-02-ledger-changes/index.tsx +0 -132
- package/src/components/screens/operations/annual-audit/step-03-opening-balance/index.tsx +0 -171
- package/src/components/screens/operations/annual-audit/step-base.tsx +0 -149
- package/src/components/screens/operations/annual-audit/step-simple.tsx +0 -43
- package/src/components/ui/progress.tsx +0 -28
- package/src/hooks/use-get-admin-businesses.ts +0 -57
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,9 @@
|
|
|
1
1
|
# @accounter/client
|
|
2
2
|
|
|
3
|
-
## 0.0.7-alpha-
|
|
3
|
+
## 0.0.7-alpha-20250825002737-1641f766641c8c1643ef8e1a1176fc470e2de056
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- [#2259](https://github.com/Urigo/accounter-fullstack/pull/2259)
|
|
8
|
-
[`a35c986`](https://github.com/Urigo/accounter-fullstack/commit/a35c986cac041bc591ed5a0c803c30e77fc7fcf9)
|
|
9
|
-
Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:
|
|
10
|
-
- Added dependency
|
|
11
|
-
[`@radix-ui/react-progress@1.1.7` ↗︎](https://www.npmjs.com/package/@radix-ui/react-progress/v/1.1.7)
|
|
12
|
-
(to `dependencies`)
|
|
13
|
-
|
|
14
7
|
- [#2291](https://github.com/Urigo/accounter-fullstack/pull/2291)
|
|
15
8
|
[`633a688`](https://github.com/Urigo/accounter-fullstack/commit/633a68824433dcd4df7be7e9c118ddadbf9a2029)
|
|
16
9
|
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
@@ -116,6 +109,15 @@
|
|
|
116
109
|
- Updated dependency [`zod@4.1.0` ↗︎](https://www.npmjs.com/package/zod/v/4.1.0) (from `4.0.17`,
|
|
117
110
|
in `dependencies`)
|
|
118
111
|
|
|
112
|
+
- [#2457](https://github.com/Urigo/accounter-fullstack/pull/2457)
|
|
113
|
+
[`16b0040`](https://github.com/Urigo/accounter-fullstack/commit/16b0040862d1bf9d65eb9829e8eb33117d60a1c2)
|
|
114
|
+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
115
|
+
- Updated dependency
|
|
116
|
+
[`react-router-dom@7.8.2` ↗︎](https://www.npmjs.com/package/react-router-dom/v/7.8.2) (from
|
|
117
|
+
`7.8.1`, in `dependencies`)
|
|
118
|
+
- Updated dependency [`zod@4.1.1` ↗︎](https://www.npmjs.com/package/zod/v/4.1.1) (from `4.1.0`,
|
|
119
|
+
in `dependencies`)
|
|
120
|
+
|
|
119
121
|
## 0.0.6
|
|
120
122
|
|
|
121
123
|
### Patch Changes
|