@spark-ui/progress 8.1.3 → 8.1.5

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
@@ -3,6 +3,14 @@
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
+ ## [8.1.5](https://github.com/adevinta/spark/compare/v8.1.4...v8.1.5) (2025-01-22)
7
+
8
+ **Note:** Version bump only for package @spark-ui/progress
9
+
10
+ ## [8.1.4](https://github.com/adevinta/spark/compare/v8.1.3...v8.1.4) (2025-01-22)
11
+
12
+ **Note:** Version bump only for package @spark-ui/progress
13
+
6
14
  ## [8.1.3](https://github.com/adevinta/spark/compare/v8.1.2...v8.1.3) (2025-01-21)
7
15
 
8
16
  **Note:** Version bump only for package @spark-ui/progress
@@ -134,7 +134,7 @@
134
134
  "name": "asChild",
135
135
  "declarations": [
136
136
  {
137
- "fileName": "spark/node_modules/@radix-ui/react-primitive/dist/index.d.ts",
137
+ "fileName": "spark/node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-primitive/dist/index.d.ts",
138
138
  "name": "TypeLiteral"
139
139
  }
140
140
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/progress",
3
- "version": "8.1.3",
3
+ "version": "8.1.5",
4
4
  "description": "Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,8 +23,8 @@
23
23
  "build": "vite build"
24
24
  },
25
25
  "dependencies": {
26
- "@radix-ui/react-progress": "1.1.0",
27
- "@spark-ui/use-merge-refs": "^8.1.3",
26
+ "@radix-ui/react-progress": "1.1.1",
27
+ "@spark-ui/use-merge-refs": "^8.1.5",
28
28
  "class-variance-authority": "0.7.0"
29
29
  },
30
30
  "peerDependencies": {
@@ -48,5 +48,5 @@
48
48
  },
49
49
  "homepage": "https://sparkui.vercel.app",
50
50
  "license": "MIT",
51
- "gitHead": "eb82f53a83796a81c35a8afedc1c062e93954029"
51
+ "gitHead": "5807c4cbfd10e37a726820c080d601faf5b4b4ff"
52
52
  }