pns-component-library 1.6.3 → 1.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -210,7 +210,7 @@ Versatile input field with clearable icon, inside/outside label, styled themes,
|
|
|
210
210
|
| label | label text (optional) | `string` | `''` |
|
|
211
211
|
| label_type | where to render the label | `'inside' \| 'outside'` | `'outside'` |
|
|
212
212
|
| theme_type | visual styling theme | `'filled' \| 'outlined'` | `'outlined'` |
|
|
213
|
-
| customized_theme_color | focus/brand color used for focus border or underline; any valid CSS color or CSS var | `string` | `''` |
|
|
213
|
+
| customized_theme_color | focus/brand color used for caret color and focus border or underline; any valid CSS color or CSS var | `string` | `''` |
|
|
214
214
|
| type | native input type | `string` | `'text'` |
|
|
215
215
|
| placeholder | placeholder text | `string` | `'Enter'` |
|
|
216
216
|
| clearable | show a clear icon when focused/hovered and value is non-empty | `boolean` | `false` |
|
|
@@ -298,7 +298,7 @@ Dropdown selector with inside/outside label, themed styling, filtering, and opti
|
|
|
298
298
|
| label | label text | `string` | `''` |
|
|
299
299
|
| label_type | label position | `'inside' \| 'outside'` | `'outside'` |
|
|
300
300
|
| theme_type | visual theme | `'filled' \| 'outlined'` | `'outlined'` |
|
|
301
|
-
| customized_theme_color | focus/brand color; any CSS color or CSS var | `string` | `''` |
|
|
301
|
+
| customized_theme_color | caret color and focus/brand color; any CSS color or CSS var | `string` | `''` |
|
|
302
302
|
| required | show red asterisk next to label | `boolean` | `false` |
|
|
303
303
|
| options | options array | `Array<{ value: string \| number \| boolean \| object, label: string, prefix?: string, suffix?: string, prefix_slot_raw_html_content?: string, suffix_slot_raw_html_content?: string, options?: Option[], has_divider?: boolean, disabled?: boolean, is_selected?: boolean }>` | `[]` |
|
|
304
304
|
| filterable | enable client-side filter input | `boolean` | `false` |
|