@launchpad-ui/progress
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -34,3 +34,3 @@ import './style.css'; | ||
size = "small", | ||
testId, | ||
"data-test-id": testId = "progress", | ||
className, | ||
@@ -60,3 +60,3 @@ delayMs = 0 | ||
viewBox: `0 0 ${diameter} ${diameter}`, | ||
"data-test-id": testId || "progress", | ||
"data-test-id": testId, | ||
role: "progressbar", | ||
@@ -63,0 +63,0 @@ "aria-valuemin": 0, |
@@ -36,3 +36,3 @@ require('./style.css'); | ||
size = "small", | ||
testId, | ||
"data-test-id": testId = "progress", | ||
className, | ||
@@ -62,3 +62,3 @@ delayMs = 0 | ||
viewBox: `0 0 ${diameter} ${diameter}`, | ||
"data-test-id": testId || "progress", | ||
"data-test-id": testId, | ||
role: "progressbar", | ||
@@ -65,0 +65,0 @@ "aria-valuemin": 0, |
@@ -9,7 +9,7 @@ /// <reference types="react" /> | ||
delayMs?: DelayedIndicatorProps['delayMs']; | ||
testId?: string; | ||
'data-test-id'?: string; | ||
}; | ||
declare const Progress: ({ value, size, testId, className, delayMs }: ProgressProps) => JSX.Element; | ||
declare const Progress: ({ value, size, "data-test-id": testId, className, delayMs, }: ProgressProps) => JSX.Element; | ||
export { Progress }; | ||
export type { ProgressProps }; | ||
//# sourceMappingURL=Progress.d.ts.map |
{ | ||
"name": "@launchpad-ui/progress", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"status": "beta", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
20676