@spark-ui/icons 17.15.9 → 18.0.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
+ # 18.0.0 (2026-07-22)
2
+
3
+ ### 💅 Refactors
4
+
5
+ - ⚠️ **components:** removed intent from switch and updated unchecked styles ([f72397ef7](https://github.com/leboncoin/spark-web/commit/f72397ef7))
6
+
7
+ ### ⚠️ Breaking Changes
8
+
9
+ - **components:** To consumers: please remove the intent prop from any instance of the Switch
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Powerplex @Powerplex
14
+
15
+ ## 17.16.0 (2026-07-17)
16
+
17
+ This was a version bump only for @spark-ui/icons to align it with other projects, there were no code changes.
18
+
1
19
  ## 17.15.9 (2026-07-16)
2
20
 
3
21
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/icons",
3
- "version": "17.15.9",
3
+ "version": "18.0.0",
4
4
  "description": "spark-ui icons",
5
5
  "publishConfig": {
6
6
  "access": "public"