@sequencing/design-system 1.0.56 → 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.
@@ -2382,7 +2382,7 @@
2382
2382
  "description": "Reference to the input element. You must provide it if you want to have clear button for uncontrolled input",
2383
2383
  "name": "inputRef",
2384
2384
  "required": false,
2385
- "type": "RefObject<HTMLInputElement>"
2385
+ "type": "RefObject<HTMLInputElement> | null"
2386
2386
  },
2387
2387
  "icon": {
2388
2388
  "defaultValue": null,