@windstream/react-shared-components 0.2.1 → 0.2.2

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?: "error" | "default" | "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;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windstream/react-shared-components",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "description": "Shared React components for Kinetic applications",
6
6
  "main": "dist/index.js",
@@ -60,7 +60,7 @@ export const FindKinetic: React.FC<FindKineticProps> = ({
60
60
  className={`mt-8 flex flex-col items-center xl:flex-row ${image ? "xl:mt-16" : "xl:mt-10"} gap-10`}
61
61
  >
62
62
  <div
63
- className={`flex flex-col ${image ? "items:center xl:items-start" : "items-center"} gap-10 self-stretch xl:flex-[1_0_0]`}
63
+ className={`flex flex-col ${image ? "xl:items-start" : "items-center"} gap-10 self-stretch xl:flex-[1_0_0]`}
64
64
  >
65
65
  {description && (
66
66
  <Text as="p" className="body1">