mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat: upgrade carbon-components to v10.56.0 (#1213)
* chore(deps-dev): upgrade carbon-components to v10.56.0 * feat(progress-bar): add kind prop * Run "yarn build:docs" * test(progress-bar): assert kind prop
This commit is contained in:
parent
21714d0e3a
commit
ade0557448
10 changed files with 71 additions and 35 deletions
6
types/ProgressBar/ProgressBar.svelte.d.ts
vendored
6
types/ProgressBar/ProgressBar.svelte.d.ts
vendored
|
@ -15,6 +15,12 @@ export interface ProgressBarProps
|
|||
*/
|
||||
max?: number;
|
||||
|
||||
/**
|
||||
* Specify the kind of progress bar
|
||||
* @default "default"
|
||||
*/
|
||||
kind?: "default" | "inline" | "indented";
|
||||
|
||||
/**
|
||||
* Specify the size
|
||||
* @default "md"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue