@windstream/react-shared-components 0.1.86 → 0.1.87
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/contentful/index.esm.js +1 -1
- package/dist/contentful/index.esm.js.map +1 -1
- package/dist/contentful/index.js +1 -1
- package/dist/contentful/index.js.map +1 -1
- package/dist/core.d.ts +2 -2
- package/dist/index.d.ts +6 -6
- package/package.json +1 -1
- package/src/contentful/blocks/callout/index.tsx +2 -2
package/dist/core.d.ts
CHANGED
|
@@ -64,7 +64,7 @@ declare const Input: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAtt
|
|
|
64
64
|
size?: "slim" | "medium" | "large" | undefined;
|
|
65
65
|
label?: string | undefined;
|
|
66
66
|
errorText?: string | undefined;
|
|
67
|
-
prefixIconName?: "
|
|
67
|
+
prefixIconName?: "location_on" | "search" | undefined;
|
|
68
68
|
prefixIconSize?: 20 | 24 | 40 | 48 | undefined;
|
|
69
69
|
prefixIconFill?: boolean | undefined;
|
|
70
70
|
suffixIconFill?: boolean | undefined;
|
|
@@ -169,7 +169,7 @@ interface ListItemProps extends LiHTMLAttributes<HTMLLIElement> {
|
|
|
169
169
|
|
|
170
170
|
declare const ListItem: React$1.ForwardRefExoticComponent<ListItemProps & React$1.RefAttributes<HTMLLIElement>>;
|
|
171
171
|
|
|
172
|
-
declare const List: React__default.ForwardRefExoticComponent<ListProps & React__default.RefAttributes<
|
|
172
|
+
declare const List: React__default.ForwardRefExoticComponent<ListProps & React__default.RefAttributes<HTMLOListElement | HTMLUListElement>>;
|
|
173
173
|
|
|
174
174
|
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"];
|
|
175
175
|
declare const OpticalSizes: readonly ["20dp", "24dp", "40dp", "48dp"];
|
package/dist/index.d.ts
CHANGED
|
@@ -60,15 +60,15 @@ type InputFieldProps = Omit<InputHTMLAttributes<HTMLInputElement>, "size"> & {
|
|
|
60
60
|
|
|
61
61
|
declare const InputField: ForwardRefRenderFunction<HTMLInputElement, InputFieldProps>;
|
|
62
62
|
declare const Input: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "size"> & {
|
|
63
|
-
state?: "
|
|
64
|
-
size?: "
|
|
63
|
+
state?: "default" | "focus" | "active" | "hover" | "filled" | "error" | undefined;
|
|
64
|
+
size?: "slim" | "medium" | "large" | undefined;
|
|
65
65
|
label?: string | undefined;
|
|
66
66
|
errorText?: string | undefined;
|
|
67
|
-
prefixIconName?: "
|
|
67
|
+
prefixIconName?: "location_on" | "search" | undefined;
|
|
68
68
|
prefixIconSize?: 20 | 24 | 40 | 48 | undefined;
|
|
69
69
|
prefixIconFill?: boolean | undefined;
|
|
70
70
|
suffixIconFill?: boolean | undefined;
|
|
71
|
-
suffixIconName?: "visibility" | "
|
|
71
|
+
suffixIconName?: "visibility" | "visibility_off" | "lock" | undefined;
|
|
72
72
|
suffixIconSize?: 20 | 24 | 40 | 48 | undefined;
|
|
73
73
|
containerClassName?: string | undefined;
|
|
74
74
|
prefixIconClassName?: string | undefined;
|
|
@@ -169,7 +169,7 @@ interface ListItemProps extends LiHTMLAttributes<HTMLLIElement> {
|
|
|
169
169
|
|
|
170
170
|
declare const ListItem: React$1.ForwardRefExoticComponent<ListItemProps & React$1.RefAttributes<HTMLLIElement>>;
|
|
171
171
|
|
|
172
|
-
declare const List: React__default.ForwardRefExoticComponent<ListProps & React__default.RefAttributes<
|
|
172
|
+
declare const List: React__default.ForwardRefExoticComponent<ListProps & React__default.RefAttributes<HTMLUListElement | HTMLOListElement>>;
|
|
173
173
|
|
|
174
174
|
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"];
|
|
175
175
|
declare const OpticalSizes: readonly ["20dp", "24dp", "40dp", "48dp"];
|
|
@@ -347,7 +347,7 @@ type ButtonAsAnchor = ButtonCustomProps & Omit<AnchorHTMLAttributes<HTMLAnchorEl
|
|
|
347
347
|
};
|
|
348
348
|
type ButtonProps = ButtonAsButton | ButtonAsAnchor;
|
|
349
349
|
|
|
350
|
-
declare const BrandButton: React__default.ForwardRefExoticComponent<ButtonProps$2 & React__default.RefAttributes<
|
|
350
|
+
declare const BrandButton: React__default.ForwardRefExoticComponent<ButtonProps$2 & React__default.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
351
351
|
|
|
352
352
|
declare const Checklist: React__default.FC<ChecklistProps>;
|
|
353
353
|
|
package/package.json
CHANGED
|
@@ -80,8 +80,8 @@ export const Callout: React.FC<CalloutProps> = ({
|
|
|
80
80
|
cardStackingMobile = true,
|
|
81
81
|
cardsWidth = true,
|
|
82
82
|
noGutter = false,
|
|
83
|
-
disableAnimation =
|
|
84
|
-
animationType = "
|
|
83
|
+
disableAnimation = true,
|
|
84
|
+
animationType = "lift",
|
|
85
85
|
}) => {
|
|
86
86
|
const itemCount = items?.length ?? 0;
|
|
87
87
|
const desktopCols = clampCol(
|