@spark-ui/internal-utils 17.9.0-beta.2 → 17.9.1

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,27 @@
1
+ ## 17.9.1 (2026-05-20)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **theme-utils:** caption highlight font token ([f62caab2c](https://github.com/leboncoin/spark-web/commit/f62caab2c))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Powerplex @Powerplex
10
+
11
+ ## 17.9.0 (2026-05-20)
12
+
13
+ ### 🚀 Features
14
+
15
+ - **components:** mvp for menu component ([fc30ba2e5](https://github.com/leboncoin/spark-web/commit/fc30ba2e5))
16
+
17
+ ### 💅 Refactors
18
+
19
+ - **theme-utils:** bold font utilities ([b1ea459e4](https://github.com/leboncoin/spark-web/commit/b1ea459e4))
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Powerplex @Powerplex
24
+
1
25
  ## 17.8.0 (2026-04-29)
2
26
 
3
27
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/internal-utils",
3
- "version": "17.9.0-beta.2",
3
+ "version": "17.9.1",
4
4
  "description": "package for sharing reusable code and resources across the codebase",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,15 +0,0 @@
1
-
2
- 
3
- > @spark-ui/internal-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/variants/types.ts✓ 11 modules transformed.
8
- rendering chunks (1)...
9
- [vite:dts] Start generate declaration files...
10
- computing gzip size (0)...computing gzip size (1)...dist/index.mjs 1.66 kB │ gzip: 0.80 kB
11
- [vite:dts] Declaration files built in 925ms.
12
- 
13
- rendering chunks (1)...computing gzip size (1)...dist/index.js 1.49 kB │ gzip: 0.72 kB
14
- ✓ built in 1.44s
15
- ⠙
@@ -1,6 +0,0 @@
1
-
2
- 
3
- > @spark-ui/internal-utils@10.6.1 lint
4
- > eslint "src/**/*.{ts,tsx}" --ext .ts,.tsx
5
-
6
- ⠙