@spark-ui/hooks 17.2.1-beta.1 → 17.2.2

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 (36) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/use-combined-state/index.js +670 -47
  3. package/dist/use-combined-state/index.js.map +1 -1
  4. package/dist/use-combined-state/index.mjs +664 -4
  5. package/dist/use-combined-state/index.mjs.map +1 -1
  6. package/dist/use-merge-refs/index.js +7 -37
  7. package/dist/use-merge-refs/index.js.map +1 -1
  8. package/dist/use-merge-refs/index.mjs +1 -2
  9. package/dist/use-merge-refs/index.mjs.map +1 -1
  10. package/dist/use-mounted-state/index.js +7 -35
  11. package/dist/use-mounted-state/index.js.map +1 -1
  12. package/dist/use-mounted-state/index.mjs +2 -3
  13. package/dist/use-mounted-state/index.mjs.map +1 -1
  14. package/dist/use-scroll-overflow/index.js +8 -36
  15. package/dist/use-scroll-overflow/index.js.map +1 -1
  16. package/dist/use-scroll-overflow/index.mjs +2 -3
  17. package/dist/use-scroll-overflow/index.mjs.map +1 -1
  18. package/dist/use-sortable-list/index.js +6 -36
  19. package/dist/use-sortable-list/index.js.map +1 -1
  20. package/dist/use-sortable-list/index.mjs +2 -5
  21. package/dist/use-sortable-list/index.mjs.map +1 -1
  22. package/package.json +2 -2
  23. package/vite.config.ts +43 -0
  24. package/.turbo/turbo-build.log +0 -35
  25. package/.turbo/turbo-lint.log +0 -327
  26. package/dist/use-combined-state/index.d.mts +0 -12
  27. package/dist/use-combined-state/index.d.ts +0 -12
  28. package/dist/use-merge-refs/index.d.mts +0 -7
  29. package/dist/use-merge-refs/index.d.ts +0 -7
  30. package/dist/use-mounted-state/index.d.mts +0 -3
  31. package/dist/use-mounted-state/index.d.ts +0 -3
  32. package/dist/use-scroll-overflow/index.d.mts +0 -22
  33. package/dist/use-scroll-overflow/index.d.ts +0 -22
  34. package/dist/use-sortable-list/index.d.mts +0 -98
  35. package/dist/use-sortable-list/index.d.ts +0 -98
  36. package/tsup.config.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## 17.2.2 (2026-03-27)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **icons:** fixed invalid icons pathes ([2bda22c0b](https://github.com/leboncoin/spark-web/commit/2bda22c0b))
6
+ - removed last docs bits about tsup builds ([944ab23d6](https://github.com/leboncoin/spark-web/commit/944ab23d6))
7
+
8
+ ### 💅 Refactors
9
+
10
+ - typescript v6 ([74135c9ed](https://github.com/leboncoin/spark-web/commit/74135c9ed))
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Powerplex @Powerplex
15
+
16
+ ## 17.2.1 (2026-03-27)
17
+
18
+ ### 🩹 Fixes
19
+
20
+ - **components:** improved segmented control styles ([e6a844700](https://github.com/leboncoin/spark-web/commit/e6a844700))
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - Powerplex @Powerplex
25
+
1
26
  ## 17.2.0 (2026-03-24)
2
27
 
3
28
  This was a version bump only for @spark-ui/hooks to align it with other projects, there were no code changes.