@spark-ui/progress 7.3.4 → 7.3.6
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
|
+
## [7.3.6](https://github.com/adevinta/spark/compare/v7.3.5...v7.3.6) (2025-01-08)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @spark-ui/progress
|
9
|
+
|
10
|
+
## [7.3.5](https://github.com/adevinta/spark/compare/v7.3.4...v7.3.5) (2025-01-07)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @spark-ui/progress
|
13
|
+
|
6
14
|
## [7.3.4](https://github.com/adevinta/spark/compare/v7.3.3...v7.3.4) (2025-01-06)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @spark-ui/progress
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
2
2
|
export declare const progressIndicatorStyles: (props?: ({
|
3
|
-
intent?: "main" | "
|
3
|
+
intent?: "main" | "alert" | "basic" | "support" | "accent" | "success" | "danger" | "info" | "neutral" | null | undefined;
|
4
4
|
shape?: "square" | "rounded" | null | undefined;
|
5
5
|
isIndeterminate?: boolean | null | undefined;
|
6
6
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
package/dist/public/docgen.json
CHANGED
@@ -132,11 +132,14 @@
|
|
132
132
|
"required": false,
|
133
133
|
"type": {
|
134
134
|
"name": "enum",
|
135
|
-
"raw": "\"main\" | \"
|
135
|
+
"raw": "\"main\" | \"alert\" | \"basic\" | \"support\" | \"accent\" | \"success\" | \"danger\" | \"info\" | \"neutral\"",
|
136
136
|
"value": [
|
137
137
|
{
|
138
138
|
"value": "\"main\""
|
139
139
|
},
|
140
|
+
{
|
141
|
+
"value": "\"alert\""
|
142
|
+
},
|
140
143
|
{
|
141
144
|
"value": "\"basic\""
|
142
145
|
},
|
@@ -149,9 +152,6 @@
|
|
149
152
|
{
|
150
153
|
"value": "\"success\""
|
151
154
|
},
|
152
|
-
{
|
153
|
-
"value": "\"alert\""
|
154
|
-
},
|
155
155
|
{
|
156
156
|
"value": "\"danger\""
|
157
157
|
},
|
@@ -173,6 +173,13 @@
|
|
173
173
|
"methods": [],
|
174
174
|
"props": {}
|
175
175
|
},
|
176
|
+
"ProgressContext": {
|
177
|
+
"tags": {},
|
178
|
+
"description": "",
|
179
|
+
"displayName": "ProgressContext",
|
180
|
+
"methods": [],
|
181
|
+
"props": {}
|
182
|
+
},
|
176
183
|
"Progress.Indicator": {
|
177
184
|
"tags": {},
|
178
185
|
"description": "",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spark-ui/progress",
|
3
|
-
"version": "7.3.
|
3
|
+
"version": "7.3.6",
|
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"
|
@@ -24,14 +24,14 @@
|
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
26
|
"@radix-ui/react-progress": "1.1.0",
|
27
|
-
"@spark-ui/use-merge-refs": "^7.3.
|
27
|
+
"@spark-ui/use-merge-refs": "^7.3.6",
|
28
28
|
"class-variance-authority": "0.7.0"
|
29
29
|
},
|
30
30
|
"peerDependencies": {
|
31
31
|
"@spark-ui/tailwind-plugins": "latest",
|
32
32
|
"@spark-ui/theme-utils": "latest",
|
33
|
-
"react": "^
|
34
|
-
"react-dom": "^
|
33
|
+
"react": "^19.0",
|
34
|
+
"react-dom": "^19.0",
|
35
35
|
"tailwindcss": "^3.0.0"
|
36
36
|
},
|
37
37
|
"repository": {
|
@@ -48,5 +48,5 @@
|
|
48
48
|
},
|
49
49
|
"homepage": "https://sparkui.vercel.app",
|
50
50
|
"license": "MIT",
|
51
|
-
"gitHead": "
|
51
|
+
"gitHead": "969983868f32c57cf6d6ffc838de66b51fa4163d"
|
52
52
|
}
|