mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
Align v10.37 (#697)
* chore(deps-dev): upgrade carbon-components to v10.27.1 * fix(toolbar-search): omit size prop * feat(progress-bar): add ProgressBar * refactor(text-input): use class directive * chore(deps-dev): rebuild yarn.lock * fix(notification): omit iconDescription from NotificationIcon #672 Fixes #672
This commit is contained in:
parent
2f5d01d0c0
commit
fb5c7553ac
19 changed files with 294 additions and 22 deletions
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
|
@ -92,6 +92,7 @@ export { default as Pagination } from "./Pagination/Pagination";
|
|||
export { default as PaginationSkeleton } from "./Pagination/PaginationSkeleton";
|
||||
export { default as PaginationNav } from "./PaginationNav/PaginationNav";
|
||||
export { default as Popover } from "./Popover/Popover";
|
||||
export { default as ProgressBar } from "./ProgressBar/ProgressBar";
|
||||
export { default as ProgressIndicator } from "./ProgressIndicator/ProgressIndicator";
|
||||
export { default as ProgressIndicatorSkeleton } from "./ProgressIndicator/ProgressIndicatorSkeleton";
|
||||
export { default as ProgressStep } from "./ProgressIndicator/ProgressStep";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue