@windstream/react-shared-components 0.2.17 → 0.2.19

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
@@ -255,6 +255,7 @@ declare const Accordion: React.FC<AccordionProps>;
255
255
  type InfoIconProps = {
256
256
  onClick?: () => void;
257
257
  dataTestId?: string;
258
+ iconSize?: number;
258
259
  };
259
260
  type CheckboxProps = {
260
261
  checked?: boolean;
@@ -300,7 +301,8 @@ type OwnProps$1 = {
300
301
  helperText?: string;
301
302
  label?: string;
302
303
  labelClassName?: string;
303
- size?: "sm" | "md";
304
+ singleValueClassName?: string;
305
+ size?: "sm" | "md" | "lg";
304
306
  variant?: "default" | "unstyled";
305
307
  "data-cy"?: string;
306
308
  "data-testid"?: string;
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?: "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;
@@ -255,6 +255,7 @@ declare const Accordion: React.FC<AccordionProps>;
255
255
  type InfoIconProps = {
256
256
  onClick?: () => void;
257
257
  dataTestId?: string;
258
+ iconSize?: number;
258
259
  };
259
260
  type CheckboxProps = {
260
261
  checked?: boolean;
@@ -300,7 +301,8 @@ type OwnProps$1 = {
300
301
  helperText?: string;
301
302
  label?: string;
302
303
  labelClassName?: string;
303
- size?: "sm" | "md";
304
+ singleValueClassName?: string;
305
+ size?: "sm" | "md" | "lg";
304
306
  variant?: "default" | "unstyled";
305
307
  "data-cy"?: string;
306
308
  "data-testid"?: string;