Skip to content

Commit e795c61

Browse files
committed
chore(components): run build
1 parent c6dfb10 commit e795c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ export namespace Components {
890890
*/
891891
"shape"?: 'soft' | 'round' | 'rectangular';
892892
/**
893-
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
893+
* Set to `"small"` for a chip with less height and padding. Defaults to `"medium"`.
894894
* @default 'medium'
895895
*/
896896
"size"?: 'small' | 'medium' | 'large';
@@ -6861,7 +6861,7 @@ declare namespace LocalJSX {
68616861
*/
68626862
"shape"?: 'soft' | 'round' | 'rectangular';
68636863
/**
6864-
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes.
6864+
* Set to `"small"` for a chip with less height and padding. Defaults to `"medium"`.
68656865
* @default 'medium'
68666866
*/
68676867
"size"?: 'small' | 'medium' | 'large';

0 commit comments

Comments
 (0)