@@ -62,12 +62,11 @@ export declare type TInputFieldProps = TInputBaseProps &
6262 /**
6363 * Sets the action icon style variant.
6464 *
65- * Valid predefined icon style are: `outlined`, `rounded`, `sharp`,
65+ * Valid predefined icon variants are: `outlined`, `rounded`, `sharp`,
6666 * `filled`, `outlined_filled`, `rounded_filled`, and `sharp_filled`.
6767 * Default is `outlined`.
6868 *
69- * Variant `filled` and `outlined_filled` will
70- * result the same icon style.
69+ * Variant `filled` and `outlined_filled` will result the same icon style variant.
7170 *
7271 * @see [Google Material Symbol](https://fonts.google.com/icons?icon.set=Material+Symbols) for details.
7372 */
@@ -107,9 +106,11 @@ export declare type TInputFieldProps = TInputBaseProps &
107106 * Sets icon to display on inner right side. This is a shortcut to insert
108107 * component `BsIcon` inside this component.
109108 *
110- * Use android icon name with suffix: `_outlined`, `_rounded`, `_sharp`,
111- * `_filled`, `_outlined_filled`, `_rounded_filled`, or `_sharp_filled`.
112- * Suffix `_filled` and `_outlined_filled` will result the same icon style.
109+ * Use android icon name with or without suffix. Valid suffixes are:
110+ * `_outlined`, `_rounded`, `_sharp`, `_filled`, `_outlined_filled`,
111+ * `_rounded_filled`, or `_sharp_filled`. If no suffix is given, then
112+ * default (`outlined`) icon variant will be used. Suffix `_filled`
113+ * and `_outlined_filled` will result the same icon style variant.
113114 *
114115 * @see [Google Material Symbol](https://fonts.google.com/icons?icon.set=Material+Symbols) for details.
115116 */
@@ -118,9 +119,11 @@ export declare type TInputFieldProps = TInputBaseProps &
118119 * Sets icon to display on outer right side. This is a shortcut to insert
119120 * component `BsIcon` inside this component.
120121 *
121- * Use android icon name with suffix: `_outlined`, `_rounded`, `_sharp`,
122- * `_filled`, `_outlined_filled`, `_rounded_filled`, or `_sharp_filled`.
123- * Suffix `_filled` and `_outlined_filled` will result the same icon style.
122+ * Use android icon name with or without suffix. Valid suffixes are:
123+ * `_outlined`, `_rounded`, `_sharp`, `_filled`, `_outlined_filled`,
124+ * `_rounded_filled`, or `_sharp_filled`. If no suffix is given, then
125+ * default (`outlined`) icon variant will be used. Suffix `_filled`
126+ * and `_outlined_filled` will result the same icon style variant.
124127 *
125128 * @see [Google Material Symbol](https://fonts.google.com/icons?icon.set=Material+Symbols) for details.
126129 */
@@ -129,9 +132,11 @@ export declare type TInputFieldProps = TInputBaseProps &
129132 * Sets icon to display on inner left side. This is a shortcut to insert
130133 * component `BsIcon` inside this component.
131134 *
132- * Use android icon name with suffix: `_outlined`, `_rounded`, `_sharp`,
133- * `_filled`, `_outlined_filled`, `_rounded_filled`, or `_sharp_filled`.
134- * Suffix `_filled` and `_outlined_filled` will result the same icon style.
135+ * Use android icon name with or without suffix. Valid suffixes are:
136+ * `_outlined`, `_rounded`, `_sharp`, `_filled`, `_outlined_filled`,
137+ * `_rounded_filled`, or `_sharp_filled`. If no suffix is given, then
138+ * default (`outlined`) icon variant will be used. Suffix `_filled`
139+ * and `_outlined_filled` will result the same icon style variant.
135140 *
136141 * @see [Google Material Symbol](https://fonts.google.com/icons?icon.set=Material+Symbols) for details.
137142 */
@@ -140,9 +145,11 @@ export declare type TInputFieldProps = TInputBaseProps &
140145 * Sets icon to display on outer left side. This is a shortcut to insert
141146 * component `BsIcon` inside this component.
142147 *
143- * Use android icon name with suffix: `_outlined`, `_rounded`, `_sharp`,
144- * `_filled`, `_outlined_filled`, `_rounded_filled`, or `_sharp_filled`.
145- * Suffix `_filled` and `_outlined_filled` will result the same icon style.
148+ * Use android icon name with or without suffix. Valid suffixes are:
149+ * `_outlined`, `_rounded`, `_sharp`, `_filled`, `_outlined_filled`,
150+ * `_rounded_filled`, or `_sharp_filled`. If no suffix is given, then
151+ * default (`outlined`) icon variant will be used. Suffix `_filled`
152+ * and `_outlined_filled` will result the same icon style variant.
146153 *
147154 * @see [Google Material Symbol](https://fonts.google.com/icons?icon.set=Material+Symbols) for details.
148155 */
0 commit comments