kui-basic 1.0.49 → 1.0.51

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 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -779,7 +779,7 @@ declare const Popper: (props: PopperProps) => React.ReactElement
779
779
  type TooltipProps = {
780
780
  onOpen?: () => void
781
781
  onClose?: () => void
782
- content: ReactNode | ReactElement
782
+ content?: ReactNode
783
783
  open?: boolean
784
784
  placement?: PopperPlacements
785
785
  withArrow?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-basic",
3
- "version": "1.0.49",
3
+ "version": "1.0.51",
4
4
  "private": false,
5
5
  "description": "React UI Components for Maroom projects",
6
6
  "author": {