mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
chore: v11 Accordion
Size `xl` changed to `lg`. For better compatibility with existing codebases size `xl` is still supported.
This commit is contained in:
parent
630ef85a06
commit
baf33c0505
6 changed files with 9 additions and 9 deletions
2
types/Accordion/Accordion.svelte.d.ts
vendored
2
types/Accordion/Accordion.svelte.d.ts
vendored
|
@ -12,7 +12,7 @@ export interface AccordionProps extends AccordionSkeletonProps {
|
|||
* Specify the size of the accordion
|
||||
* @default undefined
|
||||
*/
|
||||
size?: "sm" | "xl";
|
||||
size?: "sm" | "lg";
|
||||
|
||||
/**
|
||||
* Set to `true` to disable the accordion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue