@bigbinary/neetoui 3.5.16 → 3.5.17

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/CHANGELOG.md CHANGED
@@ -23,6 +23,10 @@ Prefix the change with one of these keywords:
23
23
  - *Fixed*: for any bug fixes.
24
24
  - *Security*: in case of vulnerabilities.
25
25
 
26
+ ## 3.5.17 - 2022-08-25
27
+
28
+ - Fixed: false positive type errors for tooltip
29
+
26
30
  ## 3.5.16 - 2022-08-17
27
31
 
28
32
  - Changed: avoided showing duplicate toastr when called multiple times with the same arguments.
package/index.d.ts CHANGED
@@ -418,6 +418,7 @@ export interface TooltipProps {
418
418
  interactive?: boolean;
419
419
  hideAfter?: number;
420
420
  hideOnTargetExit?: boolean;
421
+ [key: string]: any;
421
422
  }
422
423
 
423
424
  export type TypographyProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui",
3
- "version": "3.5.16",
3
+ "version": "3.5.17",
4
4
  "main": "./index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",