@spark-ui/internal-utils 13.0.2 → 13.0.3-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.
@@ -0,0 +1,15 @@
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
+ â ™
@@ -0,0 +1,6 @@
1
+
2
+ 
3
+ > @spark-ui/internal-utils@10.6.1 lint
4
+ > eslint "src/**/*.{ts,tsx}" --ext .ts,.tsx
5
+
6
+ â ™
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [13.0.3-beta.0](https://github.com/leboncoin/spark-web/compare/v13.0.2...v13.0.3-beta.0) (2025-12-12)
7
+
8
+ **Note:** Version bump only for package @spark-ui/internal-utils
9
+
6
10
  ## [13.0.2](https://github.com/leboncoin/spark-web/compare/v13.0.1...v13.0.2) (2025-12-12)
7
11
 
8
12
  **Note:** Version bump only for package @spark-ui/internal-utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/internal-utils",
3
- "version": "13.0.2",
3
+ "version": "13.0.3-beta.0",
4
4
  "description": "package for sharing reusable code and resources across the codebase",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,5 +34,5 @@
34
34
  },
35
35
  "homepage": "https://sparkui.vercel.app",
36
36
  "license": "MIT",
37
- "gitHead": "d685a54b9b409070d1e6217c1bd4d0ac38297d0e"
37
+ "gitHead": "55e3a45cdfc1e889cf0c3c1668de6bcfb049f669"
38
38
  }