fix: broken components in stories (#5291)

* chore(switch): remove xl size

* chore(docs): remove xl size

* chore(system-rsc): remove xl size

* chore(circular-progress): remove xl size

* chore: undo
This commit is contained in:
WK 2025-06-02 00:58:41 +08:00 committed by GitHub
parent 360b2e77fd
commit 01f542167f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -106,7 +106,6 @@ export const WithValueFormatting = {
args: {
...defaultProps,
label: "Loading...",
size: "xl",
value: 70,
color: "warning",
showValueLabel: true,
@ -119,7 +118,6 @@ export const CustomClassnames = {
args: {
...defaultProps,
size: "xl",
strokeWidth: 4,
value: 70,
showValueLabel: true,

View File

@ -201,7 +201,6 @@ export const DisableAnimation = {
export const WithThumbIcon = {
args: {
...defaultProps,
size: "xl",
thumbIcon: (props: SwitchThumbIconProps) =>
props.isSelected ? (
<SunFilledIcon className={props.className} />
@ -216,7 +215,6 @@ export const WithIcons = {
args: {
...defaultProps,
size: "xl",
},
};