@windstream/react-shared-components 0.2.47 → 0.2.48

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
@@ -68,7 +68,7 @@ declare const Input: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAtt
68
68
  size?: "slim" | "medium" | "large" | undefined;
69
69
  label?: string | undefined;
70
70
  errorText?: string | undefined;
71
- prefixIconName?: "search" | "location_on" | undefined;
71
+ prefixIconName?: "location_on" | "search" | undefined;
72
72
  prefixIconSize?: 20 | 24 | 40 | 48 | undefined;
73
73
  prefixIconFill?: boolean | undefined;
74
74
  suffixIconFill?: boolean | undefined;
@@ -345,7 +345,7 @@ type AlertCardProps = {
345
345
 
346
346
  declare const AlertCard: React__default.FC<AlertCardProps>;
347
347
 
348
- type ButtonVariantsT = "primary_brand" | "primary_inverse" | "secondary";
348
+ type ButtonVariantsT = "primary_brand" | "primary_inverse" | "secondary" | "secondary_inverse";
349
349
  type ButtonSizeT = "small" | "medium" | "large" | "x-large";
350
350
  type ResponsiveSize = {
351
351
  base?: ButtonSizeT;
package/dist/index.d.ts CHANGED
@@ -345,7 +345,7 @@ type AlertCardProps = {
345
345
 
346
346
  declare const AlertCard: React__default.FC<AlertCardProps>;
347
347
 
348
- type ButtonVariantsT = "primary_brand" | "primary_inverse" | "secondary";
348
+ type ButtonVariantsT = "primary_brand" | "primary_inverse" | "secondary" | "secondary_inverse";
349
349
  type ButtonSizeT = "small" | "medium" | "large" | "x-large";
350
350
  type ResponsiveSize = {
351
351
  base?: ButtonSizeT;