@delightui/components 0.1.140 → 0.1.141

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/dist/index.d.ts CHANGED
@@ -714,7 +714,7 @@ type TooltipProps = {
714
714
  className?: string;
715
715
  };
716
716
 
717
- declare const Tooltip: ({ children, direction, alignment, action, style, isVisible, target, className, }: TooltipProps) => react_jsx_runtime.JSX.Element;
717
+ declare const Tooltip: (props: TooltipProps) => react_jsx_runtime.JSX.Element;
718
718
 
719
719
  declare const CustomToggle: React$1.ForwardRefExoticComponent<ControlledFormComponentProps<boolean> & {
720
720
  offContent?: React$1.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.140",
3
+ "version": "0.1.141",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",