chore(components): run build

This commit is contained in:
Maria Hutt
2025-12-15 16:59:53 -08:00
parent c6dfb10437
commit e795c61ba6

View File

@@ -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';