@designbasekorea/ui-wc 0.5.3 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5328,7 +5328,7 @@ type SectionProps = WebComponentProps & {
5328
5328
  title?: ReactNode;
5329
5329
  subtitle?: ReactNode;
5330
5330
  description?: ReactNode;
5331
- size?: 's' | 'm' | 'l' | 'xl';
5331
+ size?: 's' | 'm' | 'l';
5332
5332
  collapsible?: boolean;
5333
5333
  defaultExpanded?: boolean;
5334
5334
  expanded?: boolean;