@spark-ui/icons 17.9.3 → 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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
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
+
1
19
  ## 17.9.3 (2026-05-21)
2
20
 
3
21
  ### 💅 Refactors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/icons",
3
- "version": "17.9.3",
3
+ "version": "17.10.0",
4
4
  "description": "spark-ui icons",
5
5
  "publishConfig": {
6
6
  "access": "public"