@accounter/client 0.0.6-alpha-20250821064131-607bce2af8795b29d697c284cea324342edf056a → 0.0.7-alpha-20250821152900-10d226ddb9282dab646439fa323daab0b61c6033

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 (44) hide show
  1. package/CHANGELOG.md +97 -81
  2. package/dist/assets/{index-C2vScwb6.js → index-CabjtfX2.js} +214 -214
  3. package/dist/assets/index-p-KPWm08.css +1 -0
  4. package/dist/assets/{index.es-CAyIWuwI.js → index.es-C1DDb-T2.js} +1 -1
  5. package/dist/index.html +2 -2
  6. package/package.json +3 -3
  7. package/src/components/common/inputs/index.ts +1 -1
  8. package/src/components/{ui → common/inputs}/select-with-search.tsx +4 -13
  9. package/src/components/layout/dashboard-layout.tsx +1 -1
  10. package/src/components/layout/page-layout.tsx +2 -2
  11. package/src/components/transactions-table/cells/counterparty.tsx +1 -2
  12. package/src/components/transactions-table/cells-legacy/counterparty.tsx +1 -2
  13. package/src/components/ui/accordion.tsx +1 -1
  14. package/src/components/ui/avatar.tsx +1 -1
  15. package/src/components/ui/badge.tsx +2 -2
  16. package/src/components/ui/button.tsx +5 -5
  17. package/src/components/ui/calendar.tsx +6 -3
  18. package/src/components/ui/card.tsx +2 -2
  19. package/src/components/ui/chart.tsx +3 -1
  20. package/src/components/ui/checkbox.tsx +2 -2
  21. package/src/components/ui/collapsible.tsx +19 -0
  22. package/src/components/ui/command.tsx +18 -3
  23. package/src/components/ui/dialog.tsx +15 -7
  24. package/src/components/ui/drawer.tsx +7 -2
  25. package/src/components/ui/dropdown-menu.tsx +4 -4
  26. package/src/components/ui/form.tsx +4 -4
  27. package/src/components/ui/input.tsx +2 -2
  28. package/src/components/ui/label.tsx +3 -1
  29. package/src/components/ui/popover.tsx +2 -2
  30. package/src/components/ui/scroll-area.tsx +4 -2
  31. package/src/components/ui/select.tsx +9 -5
  32. package/src/components/ui/separator.tsx +2 -2
  33. package/src/components/ui/sheet.tsx +4 -2
  34. package/src/components/ui/sonner.tsx +1 -1
  35. package/src/components/ui/switch.tsx +5 -3
  36. package/src/components/ui/table.tsx +2 -2
  37. package/src/components/ui/tabs.tsx +5 -3
  38. package/src/components/ui/textarea.tsx +1 -1
  39. package/src/components/ui/toggle.tsx +1 -1
  40. package/src/components/ui/tooltip.tsx +5 -3
  41. package/dist/assets/index-waSKKwJo.css +0 -1
  42. package/src/components/common/inputs/select-input.tsx +0 -39
  43. package/src/components/ui/collapsible.ts +0 -9
  44. package/src/components/ui/heading.tsx +0 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,102 @@
1
1
  # @accounter/client
2
2
 
3
- ## 0.0.6-alpha-20250821064131-607bce2af8795b29d697c284cea324342edf056a
3
+ ## 0.0.7-alpha-20250821152900-10d226ddb9282dab646439fa323daab0b61c6033
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2291](https://github.com/Urigo/accounter-fullstack/pull/2291)
8
+ [`633a688`](https://github.com/Urigo/accounter-fullstack/commit/633a68824433dcd4df7be7e9c118ddadbf9a2029)
9
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10
+ - Updated dependency [`zod@4.0.17` ↗︎](https://www.npmjs.com/package/zod/v/4.0.17) (from
11
+ `3.25.76`, in `dependencies`)
12
+
13
+ - [#2368](https://github.com/Urigo/accounter-fullstack/pull/2368)
14
+ [`1aa95ab`](https://github.com/Urigo/accounter-fullstack/commit/1aa95abcab34009fa5133352bc3fa54511e293fd)
15
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
16
+ - Updated dependency
17
+ [`@tanstack/react-query@5.85.5` ↗︎](https://www.npmjs.com/package/@tanstack/react-query/v/5.85.5)
18
+ (from `5.84.2`, in `dependencies`)
19
+ - Updated dependency
20
+ [`react-day-picker@9.9.0` ↗︎](https://www.npmjs.com/package/react-day-picker/v/9.9.0) (from
21
+ `9.8.1`, in `dependencies`)
22
+
23
+ - [#2431](https://github.com/Urigo/accounter-fullstack/pull/2431)
24
+ [`ba17ccf`](https://github.com/Urigo/accounter-fullstack/commit/ba17ccf0b15293482de55a1cc7a61ff96c1fc757)
25
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
26
+ - Updated dependency
27
+ [`@radix-ui/react-accordion@1.2.12` ↗︎](https://www.npmjs.com/package/@radix-ui/react-accordion/v/1.2.12)
28
+ (from `1.2.11`, in `dependencies`)
29
+ - Updated dependency
30
+ [`@radix-ui/react-checkbox@1.3.3` ↗︎](https://www.npmjs.com/package/@radix-ui/react-checkbox/v/1.3.3)
31
+ (from `1.3.2`, in `dependencies`)
32
+ - Updated dependency
33
+ [`@radix-ui/react-collapsible@1.1.12` ↗︎](https://www.npmjs.com/package/@radix-ui/react-collapsible/v/1.1.12)
34
+ (from `1.1.11`, in `dependencies`)
35
+ - Updated dependency
36
+ [`@radix-ui/react-dialog@1.1.15` ↗︎](https://www.npmjs.com/package/@radix-ui/react-dialog/v/1.1.15)
37
+ (from `1.1.14`, in `dependencies`)
38
+ - Updated dependency
39
+ [`@radix-ui/react-dropdown-menu@2.1.16` ↗︎](https://www.npmjs.com/package/@radix-ui/react-dropdown-menu/v/2.1.16)
40
+ (from `2.1.15`, in `dependencies`)
41
+ - Updated dependency
42
+ [`@radix-ui/react-popover@1.1.15` ↗︎](https://www.npmjs.com/package/@radix-ui/react-popover/v/1.1.15)
43
+ (from `1.1.14`, in `dependencies`)
44
+ - Updated dependency
45
+ [`@radix-ui/react-scroll-area@1.2.10` ↗︎](https://www.npmjs.com/package/@radix-ui/react-scroll-area/v/1.2.10)
46
+ (from `1.2.9`, in `dependencies`)
47
+ - Updated dependency
48
+ [`@radix-ui/react-select@2.2.6` ↗︎](https://www.npmjs.com/package/@radix-ui/react-select/v/2.2.6)
49
+ (from `2.2.5`, in `dependencies`)
50
+ - Updated dependency
51
+ [`@radix-ui/react-switch@1.2.6` ↗︎](https://www.npmjs.com/package/@radix-ui/react-switch/v/1.2.6)
52
+ (from `1.2.5`, in `dependencies`)
53
+ - Updated dependency
54
+ [`@radix-ui/react-tabs@1.1.13` ↗︎](https://www.npmjs.com/package/@radix-ui/react-tabs/v/1.1.13)
55
+ (from `1.1.12`, in `dependencies`)
56
+ - Updated dependency
57
+ [`@radix-ui/react-toggle@1.1.10` ↗︎](https://www.npmjs.com/package/@radix-ui/react-toggle/v/1.1.10)
58
+ (from `1.1.9`, in `dependencies`)
59
+ - Updated dependency
60
+ [`@radix-ui/react-tooltip@1.2.8` ↗︎](https://www.npmjs.com/package/@radix-ui/react-tooltip/v/1.2.8)
61
+ (from `1.2.7`, in `dependencies`)
62
+ - Updated dependency
63
+ [`react-router-dom@7.8.1` ↗︎](https://www.npmjs.com/package/react-router-dom/v/7.8.1) (from
64
+ `7.8.0`, in `dependencies`)
65
+
66
+ - [#2432](https://github.com/Urigo/accounter-fullstack/pull/2432)
67
+ [`e6b4c58`](https://github.com/Urigo/accounter-fullstack/commit/e6b4c5801e3437761dc4d39dbfcc8584499878b1)
68
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
69
+ - Updated dependency
70
+ [`@tanstack/react-query@5.85.5` ↗︎](https://www.npmjs.com/package/@tanstack/react-query/v/5.85.5)
71
+ (from `5.84.2`, in `dependencies`)
72
+
73
+ - [#2439](https://github.com/Urigo/accounter-fullstack/pull/2439)
74
+ [`78591b1`](https://github.com/Urigo/accounter-fullstack/commit/78591b11cfbb8faf23c6c5aa018b6af53d0e7548)
75
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
76
+ - Updated dependency
77
+ [`react-day-picker@9.9.0` ↗︎](https://www.npmjs.com/package/react-day-picker/v/9.9.0) (from
78
+ `9.8.1`, in `dependencies`)
79
+
80
+ - [#2441](https://github.com/Urigo/accounter-fullstack/pull/2441)
81
+ [`8a556ab`](https://github.com/Urigo/accounter-fullstack/commit/8a556ab540bfe017c2de512a7e5fd034f370b163)
82
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
83
+ - Updated dependency
84
+ [`lucide-react@0.540.0` ↗︎](https://www.npmjs.com/package/lucide-react/v/0.540.0) (from
85
+ `0.539.0`, in `dependencies`)
86
+
87
+ - [#2444](https://github.com/Urigo/accounter-fullstack/pull/2444)
88
+ [`6b530f5`](https://github.com/Urigo/accounter-fullstack/commit/6b530f551f1fc559913d966a6e93874338704d9c)
89
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
90
+ - Updated dependency [`zustand@5.0.8` ↗︎](https://www.npmjs.com/package/zustand/v/5.0.8) (from
91
+ `5.0.7`, in `dependencies`)
92
+
93
+ - [#2446](https://github.com/Urigo/accounter-fullstack/pull/2446)
94
+ [`c56e276`](https://github.com/Urigo/accounter-fullstack/commit/c56e276f6e2addab88cd9fcd11b68fbc15c6f41a)
95
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
96
+ - Updated dependency [`iconv-lite@0.7.0` ↗︎](https://www.npmjs.com/package/iconv-lite/v/0.7.0)
97
+ (from `0.6.3`, in `dependencies`)
98
+
99
+ ## 0.0.6
4
100
 
5
101
  ### Patch Changes
6
102
 
@@ -101,12 +197,6 @@
101
197
  [`@tanstack/react-query@5.82.0` ↗︎](https://www.npmjs.com/package/@tanstack/react-query/v/5.82.0)
102
198
  (from `5.81.5`, in `dependencies`)
103
199
 
104
- - [#2291](https://github.com/Urigo/accounter-fullstack/pull/2291)
105
- [`633a688`](https://github.com/Urigo/accounter-fullstack/commit/633a68824433dcd4df7be7e9c118ddadbf9a2029)
106
- Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
107
- - Updated dependency [`zod@4.0.17` ↗︎](https://www.npmjs.com/package/zod/v/4.0.17) (from
108
- `3.25.76`, in `dependencies`)
109
-
110
200
  - [#2292](https://github.com/Urigo/accounter-fullstack/pull/2292)
111
201
  [`6c797c6`](https://github.com/Urigo/accounter-fullstack/commit/6c797c6f885ee1d45395a76089f92a95483d5d3a)
112
202
  Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:
@@ -251,16 +341,6 @@
251
341
  [`lucide-react@0.535.0` ↗︎](https://www.npmjs.com/package/lucide-react/v/0.535.0) (from
252
342
  `0.534.0`, in `dependencies`)
253
343
 
254
- - [#2368](https://github.com/Urigo/accounter-fullstack/pull/2368)
255
- [`1aa95ab`](https://github.com/Urigo/accounter-fullstack/commit/1aa95abcab34009fa5133352bc3fa54511e293fd)
256
- Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
257
- - Updated dependency
258
- [`@tanstack/react-query@5.85.5` ↗︎](https://www.npmjs.com/package/@tanstack/react-query/v/5.85.5)
259
- (from `5.84.2`, in `dependencies`)
260
- - Updated dependency
261
- [`react-day-picker@9.9.0` ↗︎](https://www.npmjs.com/package/react-day-picker/v/9.9.0) (from
262
- `9.8.1`, in `dependencies`)
263
-
264
344
  - [#2370](https://github.com/Urigo/accounter-fullstack/pull/2370)
265
345
  [`34b6b44`](https://github.com/Urigo/accounter-fullstack/commit/34b6b44f24fde67820a1f9e10021691fd3998719)
266
346
  Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
@@ -374,70 +454,6 @@
374
454
  [`lucide-react@0.539.0` ↗︎](https://www.npmjs.com/package/lucide-react/v/0.539.0) (from
375
455
  `0.537.0`, in `dependencies`)
376
456
 
377
- - [#2431](https://github.com/Urigo/accounter-fullstack/pull/2431)
378
- [`ba17ccf`](https://github.com/Urigo/accounter-fullstack/commit/ba17ccf0b15293482de55a1cc7a61ff96c1fc757)
379
- Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
380
- - Updated dependency
381
- [`@radix-ui/react-accordion@1.2.12` ↗︎](https://www.npmjs.com/package/@radix-ui/react-accordion/v/1.2.12)
382
- (from `1.2.11`, in `dependencies`)
383
- - Updated dependency
384
- [`@radix-ui/react-checkbox@1.3.3` ↗︎](https://www.npmjs.com/package/@radix-ui/react-checkbox/v/1.3.3)
385
- (from `1.3.2`, in `dependencies`)
386
- - Updated dependency
387
- [`@radix-ui/react-collapsible@1.1.12` ↗︎](https://www.npmjs.com/package/@radix-ui/react-collapsible/v/1.1.12)
388
- (from `1.1.11`, in `dependencies`)
389
- - Updated dependency
390
- [`@radix-ui/react-dialog@1.1.15` ↗︎](https://www.npmjs.com/package/@radix-ui/react-dialog/v/1.1.15)
391
- (from `1.1.14`, in `dependencies`)
392
- - Updated dependency
393
- [`@radix-ui/react-dropdown-menu@2.1.16` ↗︎](https://www.npmjs.com/package/@radix-ui/react-dropdown-menu/v/2.1.16)
394
- (from `2.1.15`, in `dependencies`)
395
- - Updated dependency
396
- [`@radix-ui/react-popover@1.1.15` ↗︎](https://www.npmjs.com/package/@radix-ui/react-popover/v/1.1.15)
397
- (from `1.1.14`, in `dependencies`)
398
- - Updated dependency
399
- [`@radix-ui/react-scroll-area@1.2.10` ↗︎](https://www.npmjs.com/package/@radix-ui/react-scroll-area/v/1.2.10)
400
- (from `1.2.9`, in `dependencies`)
401
- - Updated dependency
402
- [`@radix-ui/react-select@2.2.6` ↗︎](https://www.npmjs.com/package/@radix-ui/react-select/v/2.2.6)
403
- (from `2.2.5`, in `dependencies`)
404
- - Updated dependency
405
- [`@radix-ui/react-switch@1.2.6` ↗︎](https://www.npmjs.com/package/@radix-ui/react-switch/v/1.2.6)
406
- (from `1.2.5`, in `dependencies`)
407
- - Updated dependency
408
- [`@radix-ui/react-tabs@1.1.13` ↗︎](https://www.npmjs.com/package/@radix-ui/react-tabs/v/1.1.13)
409
- (from `1.1.12`, in `dependencies`)
410
- - Updated dependency
411
- [`@radix-ui/react-toggle@1.1.10` ↗︎](https://www.npmjs.com/package/@radix-ui/react-toggle/v/1.1.10)
412
- (from `1.1.9`, in `dependencies`)
413
- - Updated dependency
414
- [`@radix-ui/react-tooltip@1.2.8` ↗︎](https://www.npmjs.com/package/@radix-ui/react-tooltip/v/1.2.8)
415
- (from `1.2.7`, in `dependencies`)
416
- - Updated dependency
417
- [`react-router-dom@7.8.1` ↗︎](https://www.npmjs.com/package/react-router-dom/v/7.8.1) (from
418
- `7.8.0`, in `dependencies`)
419
-
420
- - [#2432](https://github.com/Urigo/accounter-fullstack/pull/2432)
421
- [`e6b4c58`](https://github.com/Urigo/accounter-fullstack/commit/e6b4c5801e3437761dc4d39dbfcc8584499878b1)
422
- Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
423
- - Updated dependency
424
- [`@tanstack/react-query@5.85.5` ↗︎](https://www.npmjs.com/package/@tanstack/react-query/v/5.85.5)
425
- (from `5.84.2`, in `dependencies`)
426
-
427
- - [#2439](https://github.com/Urigo/accounter-fullstack/pull/2439)
428
- [`78591b1`](https://github.com/Urigo/accounter-fullstack/commit/78591b11cfbb8faf23c6c5aa018b6af53d0e7548)
429
- Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
430
- - Updated dependency
431
- [`react-day-picker@9.9.0` ↗︎](https://www.npmjs.com/package/react-day-picker/v/9.9.0) (from
432
- `9.8.1`, in `dependencies`)
433
-
434
- - [#2441](https://github.com/Urigo/accounter-fullstack/pull/2441)
435
- [`8a556ab`](https://github.com/Urigo/accounter-fullstack/commit/8a556ab540bfe017c2de512a7e5fd034f370b163)
436
- Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
437
- - Updated dependency
438
- [`lucide-react@0.540.0` ↗︎](https://www.npmjs.com/package/lucide-react/v/0.540.0) (from
439
- `0.539.0`, in `dependencies`)
440
-
441
457
  - [#2375](https://github.com/Urigo/accounter-fullstack/pull/2375)
442
458
  [`667a267`](https://github.com/Urigo/accounter-fullstack/commit/667a2673bce86daf66e1c10b0927d53e75455130)
443
459
  Thanks [@gilgardosh](https://github.com/gilgardosh)! - \* **Modal Re-rendering Fix**: Prevented