@spark-ui/theme-utils 17.2.3 → 17.2.4

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 (3) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/build.ts +3 -2
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## 17.2.4 (2026-03-28)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - replaced eslint and prettier with oxlint and oxfmt ([14fd2cf40](https://github.com/leboncoin/spark-web/commit/14fd2cf40))
6
+
7
+ ### 💅 Refactors
8
+
9
+ - fixed a11y tests following vite updates ([fcd00dc47](https://github.com/leboncoin/spark-web/commit/fcd00dc47))
10
+ - oxfmt fixes ([ed6eb5793](https://github.com/leboncoin/spark-web/commit/ed6eb5793))
11
+
12
+ ### 📦 Build
13
+
14
+ - vite v8 ([6055bc430](https://github.com/leboncoin/spark-web/commit/6055bc430))
15
+
16
+ ### ❤️ Thank You
17
+
18
+ - Powerplex @Powerplex
19
+
1
20
  ## 17.2.3 (2026-03-27)
2
21
 
3
22
  ### 🩹 Fixes
package/build.ts CHANGED
@@ -1,11 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- import cssnano from 'cssnano'
4
3
  import fs from 'fs'
5
4
  import path from 'path'
5
+ import { fileURLToPath } from 'url'
6
+
7
+ import cssnano from 'cssnano'
6
8
  import postcss from 'postcss'
7
9
  import postcssImport from 'postcss-import'
8
- import { fileURLToPath } from 'url'
9
10
 
10
11
  const __filename = fileURLToPath(import.meta.url)
11
12
  const __dirname = path.dirname(__filename)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/theme-utils",
3
- "version": "17.2.3",
3
+ "version": "17.2.4",
4
4
  "type": "module",
5
5
  "description": "package for managing Spark theme configuration",
6
6
  "publishConfig": {