@spark-ui/theme-utils 17.2.3-beta.1 → 17.2.4-beta.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 (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/build.ts +3 -2
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 17.2.3 (2026-03-27)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **components:** fix type resolution ([6b799aa0d](https://github.com/leboncoin/spark-web/commit/6b799aa0d))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Powerplex @Powerplex
10
+
1
11
  ## 17.2.2 (2026-03-27)
2
12
 
3
13
  ### 🩹 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-beta.1",
3
+ "version": "17.2.4-beta.0",
4
4
  "type": "module",
5
5
  "description": "package for managing Spark theme configuration",
6
6
  "publishConfig": {