mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
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:
parent
360b2e77fd
commit
01f542167f
@ -106,7 +106,6 @@ export const WithValueFormatting = {
|
|||||||
args: {
|
args: {
|
||||||
...defaultProps,
|
...defaultProps,
|
||||||
label: "Loading...",
|
label: "Loading...",
|
||||||
size: "xl",
|
|
||||||
value: 70,
|
value: 70,
|
||||||
color: "warning",
|
color: "warning",
|
||||||
showValueLabel: true,
|
showValueLabel: true,
|
||||||
@ -119,7 +118,6 @@ export const CustomClassnames = {
|
|||||||
|
|
||||||
args: {
|
args: {
|
||||||
...defaultProps,
|
...defaultProps,
|
||||||
size: "xl",
|
|
||||||
strokeWidth: 4,
|
strokeWidth: 4,
|
||||||
value: 70,
|
value: 70,
|
||||||
showValueLabel: true,
|
showValueLabel: true,
|
||||||
|
|||||||
@ -201,7 +201,6 @@ export const DisableAnimation = {
|
|||||||
export const WithThumbIcon = {
|
export const WithThumbIcon = {
|
||||||
args: {
|
args: {
|
||||||
...defaultProps,
|
...defaultProps,
|
||||||
size: "xl",
|
|
||||||
thumbIcon: (props: SwitchThumbIconProps) =>
|
thumbIcon: (props: SwitchThumbIconProps) =>
|
||||||
props.isSelected ? (
|
props.isSelected ? (
|
||||||
<SunFilledIcon className={props.className} />
|
<SunFilledIcon className={props.className} />
|
||||||
@ -216,7 +215,6 @@ export const WithIcons = {
|
|||||||
|
|
||||||
args: {
|
args: {
|
||||||
...defaultProps,
|
...defaultProps,
|
||||||
size: "xl",
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user