@sequencing/design-system 1.0.55 → 1.0.57

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.
@@ -20,7 +20,7 @@ export interface TextFieldProps {
20
20
  /** Callback called when the input is clicked */
21
21
  onClick?: (event: React.MouseEvent<HTMLInputElement>) => void;
22
22
  /** Reference to the input element. You must provide it if you want to have clear button for uncontrolled input */
23
- inputRef?: React.RefObject<HTMLInputElement>;
23
+ inputRef?: React.RefObject<HTMLInputElement> | null;
24
24
  /** Icon to display inside the text field */
25
25
  icon?: string;
26
26
  /** Icon position in the text field. Make sense if icon string is provided */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sequencing/design-system",
3
- "version": "1.0.55",
3
+ "version": "1.0.57",
4
4
  "description": "Sequencing Design System",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\"",