@spark-ui/theme-utils 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.
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/theme-utils 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/theme-utils",
3
- "version": "17.2.1-beta.1",
3
+ "version": "17.2.2",
4
4
  "type": "module",
5
5
  "description": "package for managing Spark theme configuration",
6
6
  "publishConfig": {
@@ -1,17 +0,0 @@
1
-
2
- 
3
- > @spark-ui/theme-utils@10.6.1 build
4
- > vite build
5
-
6
- vite v6.3.5 building for production...
7
- transforming (1) src/index.tstransforming (2) src/theme.css✓ 2 modules transformed.
8
- rendering chunks (1)...
9
- [vite:dts] Start generate declaration files...
10
- computing gzip size (0)...computing gzip size (1)...computing gzip size (2)...dist/style.css 24.34 kB │ gzip: 4.17 kB
11
- dist/index.mjs  0.00 kB │ gzip: 0.02 kB
12
- [vite:dts] Declaration files built in 1210ms.
13
- 
14
- rendering chunks (1)...computing gzip size (1)...computing gzip size (2)...dist/style.css 24.34 kB │ gzip: 4.17 kB
15
- dist/index.js  0.01 kB │ gzip: 0.03 kB
16
- ✓ built in 1.78s
17
- ⠙
@@ -1,6 +0,0 @@
1
-
2
- 
3
- > @spark-ui/theme-utils@10.6.1 lint
4
- > eslint "src/**/*.{ts,tsx}" --ext .ts,.tsx
5
-
6
- ⠙