You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The fill for the chip. Set to `"outline"` for a chip with a border and background. Set to `"solid"` for a chip with a background. Defaults to `"solid"`.
876
878
*/
877
-
"fill"?: 'outline' | 'solid';
879
+
"fill"?: IonChipFill;
878
880
/**
879
881
* Set to `"bold"` for a chip with vibrant, bold colors or to `"subtle"` for a chip with muted, subtle colors. Defaults to `"subtle"`.
880
882
*/
881
-
"hue"?: 'bold' | 'subtle';
883
+
"hue"?: IonChipHue;
882
884
/**
883
885
* The mode determines the platform behaviors of the component.
* Set to `"soft"` for a chip with slightly rounded corners, `"round"` for a chip with fully rounded corners, or `"rectangular"` for a chip without rounded corners. Defaults to `"round"`.
894
896
*/
895
-
"shape"?: 'soft' | 'round' | 'rectangular';
897
+
"shape"?: IonChipShape;
896
898
/**
897
899
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"`.
* The fill for the chip. Set to `"outline"` for a chip with a border and background. Set to `"solid"` for a chip with a background. Defaults to `"solid"`.
6850
6852
*/
6851
-
"fill"?: 'outline' | 'solid';
6853
+
"fill"?: IonChipFill;
6852
6854
/**
6853
6855
* Set to `"bold"` for a chip with vibrant, bold colors or to `"subtle"` for a chip with muted, subtle colors. Defaults to `"subtle"`.
6854
6856
*/
6855
-
"hue"?: 'bold' | 'subtle';
6857
+
"hue"?: IonChipHue;
6856
6858
/**
6857
6859
* The mode determines the platform behaviors of the component.
* Set to `"soft"` for a chip with slightly rounded corners, `"round"` for a chip with fully rounded corners, or `"rectangular"` for a chip without rounded corners. Defaults to `"round"`.
6868
6870
*/
6869
-
"shape"?: 'soft' | 'round' | 'rectangular';
6871
+
"shape"?: IonChipShape;
6870
6872
/**
6871
6873
* Set to `"small"` for a chip with less height and padding. Defaults to `"large"`.
0 commit comments