From e795c61ba6550f878567a2bcd06d9ed7f24794fa Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Mon, 15 Dec 2025 16:59:53 -0800 Subject: [PATCH] chore(components): run build --- core/src/components.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components.d.ts b/core/src/components.d.ts index f5ebc5b632..80be04dd02 100644 --- a/core/src/components.d.ts +++ b/core/src/components.d.ts @@ -890,7 +890,7 @@ export namespace Components { */ "shape"?: 'soft' | 'round' | 'rectangular'; /** - * Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes. + * Set to `"small"` for a chip with less height and padding. Defaults to `"medium"`. * @default 'medium' */ "size"?: 'small' | 'medium' | 'large'; @@ -6861,7 +6861,7 @@ declare namespace LocalJSX { */ "shape"?: 'soft' | 'round' | 'rectangular'; /** - * Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes. + * Set to `"small"` for a chip with less height and padding. Defaults to `"medium"`. * @default 'medium' */ "size"?: 'small' | 'medium' | 'large';