@spark-ui/icons 17.9.2 → 17.10.0

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 (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## 17.10.0 (2026-05-27)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **theme-utils:** new default font family ([bb1633f07](https://github.com/leboncoin/spark-web/commit/bb1633f07))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **theme-utils:** small font highlight token ([5200c422e](https://github.com/leboncoin/spark-web/commit/5200c422e))
10
+
11
+ ### 🎨 Styles
12
+
13
+ - **theme-utils:** adding font utilities ([d77714afe](https://github.com/leboncoin/spark-web/commit/d77714afe))
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Powerplex @Powerplex
18
+
19
+ ## 17.9.3 (2026-05-21)
20
+
21
+ ### 💅 Refactors
22
+
23
+ - **components:** portal no longer uses Radix UI ([95a75a5a4](https://github.com/leboncoin/spark-web/commit/95a75a5a4))
24
+
25
+ ### ❤️ Thank You
26
+
27
+ - Powerplex @Powerplex
28
+
1
29
  ## 17.9.2 (2026-05-21)
2
30
 
3
31
  This was a version bump only for @spark-ui/icons to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/icons",
3
- "version": "17.9.2",
3
+ "version": "17.10.0",
4
4
  "description": "spark-ui icons",
5
5
  "publishConfig": {
6
6
  "access": "public"