@wavv/ui 1.7.0 → 1.7.2

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.
@@ -42,7 +42,7 @@ export type TooltipProps = {
42
42
  afterHide?: () => void;
43
43
  };
44
44
  declare const Tooltip: {
45
- ({ trigger, children, content, position, offset, zIndex, width, maxWidth, textAlign, open, disabled, id, bgColor, color, container, afterShow, afterHide, }: TooltipProps): JSX.Element;
45
+ ({ trigger, children, content, position, offset, zIndex, width, maxWidth, textAlign, open, disabled, id, bgColor, color, container, afterShow, afterHide, ...props }: TooltipProps): JSX.Element;
46
46
  Header: import("@emotion/styled").StyledComponent<{
47
47
  theme?: import("@emotion/react").Theme | undefined;
48
48
  as?: import("react").ElementType<any> | undefined;
package/build/index.d.ts CHANGED
@@ -1159,7 +1159,7 @@ type TooltipProps = {
1159
1159
  afterHide?: () => void;
1160
1160
  };
1161
1161
  declare const Tooltip: {
1162
- ({ trigger, children, content, position, offset, zIndex, width, maxWidth, textAlign, open, disabled, id, bgColor, color, container, afterShow, afterHide, }: TooltipProps): JSX.Element;
1162
+ ({ trigger, children, content, position, offset, zIndex, width, maxWidth, textAlign, open, disabled, id, bgColor, color, container, afterShow, afterHide, ...props }: TooltipProps): JSX.Element;
1163
1163
  Header: _emotion_styled.StyledComponent<{
1164
1164
  theme?: _emotion_react.Theme | undefined;
1165
1165
  as?: React.ElementType<any> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavv/ui",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "files": [
5
5
  "build/**/*"
6
6
  ],