@npm_leadtech/legal-lib-components 2.15.7 → 2.15.10

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.
@@ -19,5 +19,6 @@ export interface TextInputProps {
19
19
  onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
20
20
  onClick?: (e: React.MouseEvent<HTMLInputElement>) => void;
21
21
  onBlur?: (e: React.FocusEvent<HTMLInputElement>) => void;
22
+ onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
22
23
  children?: React.ReactNode;
23
24
  }
package/dist/index.d.ts CHANGED
@@ -657,6 +657,7 @@ interface TextInputProps {
657
657
  onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
658
658
  onClick?: (e: React.MouseEvent<HTMLInputElement>) => void;
659
659
  onBlur?: (e: React.FocusEvent<HTMLInputElement>) => void;
660
+ onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
660
661
  children?: React.ReactNode;
661
662
  }
662
663
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.15.7",
3
+ "version": "2.15.10",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",