@windstream/react-shared-components 0.2.12 → 0.2.13

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/dist/core.d.ts CHANGED
@@ -61,15 +61,15 @@ type InputFieldProps = Omit<InputHTMLAttributes<HTMLInputElement>, "size"> & {
61
61
 
62
62
  declare const InputField: ForwardRefRenderFunction<HTMLInputElement, InputFieldProps>;
63
63
  declare const Input: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "size"> & {
64
- state?: "default" | "focus" | "active" | "hover" | "filled" | "error" | undefined;
65
- size?: "slim" | "medium" | "large" | undefined;
64
+ state?: "default" | "error" | "filled" | "active" | "focus" | "hover" | undefined;
65
+ size?: "medium" | "large" | "slim" | undefined;
66
66
  label?: string | undefined;
67
67
  errorText?: string | undefined;
68
68
  prefixIconName?: "search" | "location_on" | undefined;
69
69
  prefixIconSize?: 20 | 24 | 40 | 48 | undefined;
70
70
  prefixIconFill?: boolean | undefined;
71
71
  suffixIconFill?: boolean | undefined;
72
- suffixIconName?: "visibility" | "visibility_off" | "lock" | undefined;
72
+ suffixIconName?: "visibility" | "lock" | "visibility_off" | undefined;
73
73
  suffixIconSize?: 20 | 24 | 40 | 48 | undefined;
74
74
  containerClassName?: string | undefined;
75
75
  prefixIconClassName?: string | undefined;
@@ -170,7 +170,7 @@ interface ListItemProps extends LiHTMLAttributes<HTMLLIElement> {
170
170
 
171
171
  declare const ListItem: React$1.ForwardRefExoticComponent<ListItemProps & React$1.RefAttributes<HTMLLIElement>>;
172
172
 
173
- declare const List: React__default.ForwardRefExoticComponent<ListProps & React__default.RefAttributes<HTMLOListElement | HTMLUListElement>>;
173
+ declare const List: React__default.ForwardRefExoticComponent<ListProps & React__default.RefAttributes<HTMLUListElement | HTMLOListElement>>;
174
174
 
175
175
  declare const iconNameList: readonly ["info", "download", "featured_seasonal_and_gifts", "visibility", "paid", "check_box", "check_box_outline_blank", "radio_button_unchecked", "radio_button_checked", "counter_1", "counter_2", "counter_3", "error", "search", "cancel", "router", "broadcast_on_home", "check", "check_circle", "lock", "shield_lock", "phone_in_talk", "call", "chevron_left", "chevron_right", "keyboard_arrow_down", "keyboard_arrow_up", "arrow_back", "arrow_forward", "help", "home_pin", "location_on", "timer", "schedule", "add", "remove", "bolt", "rocket", "cloud_sync", "close", "groups", "speed", "mail", "credit_card", "language", "forum", "contract", "local_atm", "headset_mic", "sensors", "wifi", "settings", "home", "devices", "build", "thumb_up", "desktop_windows", "block", "all_inclusive", "verified_user", "extension", "stadia_controller", "visibility_off", "close_fullscreen", "progress_activity", "travel_explore", "share", "business_center", "upload", "videocam", "expand_circle_right", "add_circle", "do_not_disturb_on", "expand_circle_up", "expand_circle_down", "replay", "fiber_manual_record", "menu", "dangerous", "star", "play_arrow", "calendar_clock", "shopping_cart"];
176
176
  declare const OpticalSizes: readonly ["20dp", "24dp", "40dp", "48dp"];
package/dist/index.d.ts CHANGED
@@ -61,15 +61,15 @@ type InputFieldProps = Omit<InputHTMLAttributes<HTMLInputElement>, "size"> & {
61
61
 
62
62
  declare const InputField: ForwardRefRenderFunction<HTMLInputElement, InputFieldProps>;
63
63
  declare const Input: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "size"> & {
64
- state?: "default" | "focus" | "active" | "hover" | "filled" | "error" | undefined;
65
- size?: "slim" | "medium" | "large" | undefined;
64
+ state?: "default" | "error" | "filled" | "active" | "focus" | "hover" | undefined;
65
+ size?: "medium" | "large" | "slim" | undefined;
66
66
  label?: string | undefined;
67
67
  errorText?: string | undefined;
68
68
  prefixIconName?: "search" | "location_on" | undefined;
69
69
  prefixIconSize?: 20 | 24 | 40 | 48 | undefined;
70
70
  prefixIconFill?: boolean | undefined;
71
71
  suffixIconFill?: boolean | undefined;
72
- suffixIconName?: "visibility" | "visibility_off" | "lock" | undefined;
72
+ suffixIconName?: "visibility" | "lock" | "visibility_off" | undefined;
73
73
  suffixIconSize?: 20 | 24 | 40 | 48 | undefined;
74
74
  containerClassName?: string | undefined;
75
75
  prefixIconClassName?: string | undefined;