kui-basic 1.1.49 → 1.1.50

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -796,6 +796,7 @@ interface TooltipProps
796
796
  cursor?: "pointer" | "auto"
797
797
  spacing?: string
798
798
  toggleMethod?: TooltipToggleMethods
799
+ withOutMobile?: boolean
799
800
  }
800
801
 
801
802
  type TooltipStylesProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-basic",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "private": false,
5
5
  "description": "React UI Components for Maroom projects",
6
6
  "author": {