@windstream/react-shared-components 0.1.98 → 0.1.99

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
@@ -65,7 +65,7 @@ declare const Input: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAtt
65
65
  size?: "slim" | "medium" | "large" | undefined;
66
66
  label?: string | undefined;
67
67
  errorText?: string | undefined;
68
- prefixIconName?: "location_on" | "search" | undefined;
68
+ prefixIconName?: "search" | "location_on" | undefined;
69
69
  prefixIconSize?: 20 | 24 | 40 | 48 | undefined;
70
70
  prefixIconFill?: boolean | undefined;
71
71
  suffixIconFill?: boolean | undefined;
package/dist/index.d.ts CHANGED
@@ -65,7 +65,7 @@ declare const Input: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAtt
65
65
  size?: "slim" | "medium" | "large" | undefined;
66
66
  label?: string | undefined;
67
67
  errorText?: string | undefined;
68
- prefixIconName?: "search" | "location_on" | undefined;
68
+ prefixIconName?: "location_on" | "search" | undefined;
69
69
  prefixIconSize?: 20 | 24 | 40 | 48 | undefined;
70
70
  prefixIconFill?: boolean | undefined;
71
71
  suffixIconFill?: boolean | undefined;
@@ -351,7 +351,7 @@ type ButtonAsAnchor = ButtonCustomProps & Omit<AnchorHTMLAttributes<HTMLAnchorEl
351
351
  };
352
352
  type ButtonProps = ButtonAsButton | ButtonAsAnchor;
353
353
 
354
- declare const BrandButton: React__default.ForwardRefExoticComponent<ButtonProps$2 & React__default.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
354
+ declare const BrandButton: React__default.ForwardRefExoticComponent<ButtonProps$2 & React__default.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
355
355
 
356
356
  declare const Checklist: React__default.FC<ChecklistProps>;
357
357