mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
chore: v11 TreeView
Size `compact` changed to `xs`. For better compatibility with existing codebases size `compact` is still supported.
This commit is contained in:
parent
b20fc59e75
commit
90a0baf676
7 changed files with 14 additions and 14 deletions
4
types/TreeView/TreeView.svelte.d.ts
vendored
4
types/TreeView/TreeView.svelte.d.ts
vendored
|
@ -41,9 +41,9 @@ export interface TreeViewProps extends RestProps {
|
|||
|
||||
/**
|
||||
* Specify the TreeView size
|
||||
* @default "default"
|
||||
* @default "sm"
|
||||
*/
|
||||
size?: "default" | "compact";
|
||||
size?: "xs" | "sm";
|
||||
|
||||
/**
|
||||
* Specify the label text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue