@npm_leadtech/legal-lib-components 2.11.9 → 2.11.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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface SearchSelectProps {
2
3
  id?: string;
3
4
  name: string;
@@ -16,4 +17,6 @@ export interface SearchSelectProps {
16
17
  isSearchable?: boolean;
17
18
  placeholder?: string;
18
19
  defaultMenuIsOpen?: boolean;
20
+ tooltipBesideLabel?: React.ReactNode;
21
+ width?: boolean;
19
22
  }
package/dist/index.d.ts CHANGED
@@ -338,6 +338,8 @@ interface SearchSelectProps {
338
338
  isSearchable?: boolean;
339
339
  placeholder?: string;
340
340
  defaultMenuIsOpen?: boolean;
341
+ tooltipBesideLabel?: React.ReactNode;
342
+ width?: boolean;
341
343
  }
342
344
 
343
345
  declare const SearchSelect: FC<SearchSelectProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.11.9",
3
+ "version": "2.11.10",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",