@fuf-stack/pixels 0.25.0 → 0.26.0

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.
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkEVATNFVScjs = require('../chunk-EVATNFVS.cjs');
4
+ var _chunkHQODZ6JVcjs = require('../chunk-HQODZ6JV.cjs');
5
5
  require('../chunk-LOFZNVCN.cjs');
6
6
  require('../chunk-DZUJEN5N.cjs');
7
7
 
8
8
 
9
9
 
10
- exports.Json = _chunkEVATNFVScjs.Json_default; exports.default = _chunkEVATNFVScjs.Json_default2;
10
+ exports.Json = _chunkHQODZ6JVcjs.Json_default; exports.default = _chunkHQODZ6JVcjs.Json_default2;
11
11
  //# sourceMappingURL=index.cjs.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Json_default,
3
3
  Json_default2
4
- } from "../chunk-EWCHLJCU.js";
4
+ } from "../chunk-J3CY5HGI.js";
5
5
  import "../chunk-EVCVBDO5.js";
6
6
  import "../chunk-5WRI5ZAA.js";
7
7
  export {
@@ -2,11 +2,11 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkSOA74MSLcjs = require('../chunk-SOA74MSL.cjs');
5
+ var _chunkRMA57Q6Kcjs = require('../chunk-RMA57Q6K.cjs');
6
6
  require('../chunk-DZUJEN5N.cjs');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.Tooltip = _chunkSOA74MSLcjs.Tooltip_default; exports.default = _chunkSOA74MSLcjs.Tooltip_default2; exports.tooltipPlacementOptions = _chunkSOA74MSLcjs.tooltipPlacementOptions;
11
+ exports.Tooltip = _chunkRMA57Q6Kcjs.Tooltip_default; exports.default = _chunkRMA57Q6Kcjs.Tooltip_default2; exports.tooltipPlacementOptions = _chunkRMA57Q6Kcjs.tooltipPlacementOptions;
12
12
  //# sourceMappingURL=index.cjs.map
@@ -1,5 +1,5 @@
1
- import { T as Tooltip } from '../Tooltip-BuPzZLuE.cjs';
2
- export { a as TooltipProps, t as tooltipPlacementOptions } from '../Tooltip-BuPzZLuE.cjs';
1
+ import { T as Tooltip } from '../Tooltip-DS3pM5Cq.cjs';
2
+ export { a as TooltipProps, t as tooltipPlacementOptions } from '../Tooltip-DS3pM5Cq.cjs';
3
3
  import 'react/jsx-runtime';
4
4
  import 'tailwind-variants/dist/config.js';
5
5
  import 'tailwind-variants';
@@ -1,5 +1,5 @@
1
- import { T as Tooltip } from '../Tooltip-BuPzZLuE.js';
2
- export { a as TooltipProps, t as tooltipPlacementOptions } from '../Tooltip-BuPzZLuE.js';
1
+ import { T as Tooltip } from '../Tooltip-DS3pM5Cq.js';
2
+ export { a as TooltipProps, t as tooltipPlacementOptions } from '../Tooltip-DS3pM5Cq.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'tailwind-variants/dist/config.js';
5
5
  import 'tailwind-variants';
@@ -2,7 +2,7 @@ import {
2
2
  Tooltip_default,
3
3
  Tooltip_default2,
4
4
  tooltipPlacementOptions
5
- } from "../chunk-LNMLEZON.js";
5
+ } from "../chunk-MJE4MLZY.js";
6
6
  import "../chunk-5WRI5ZAA.js";
7
7
  export {
8
8
  Tooltip_default as Tooltip,
@@ -66,6 +66,10 @@ interface TooltipProps extends VariantProps {
66
66
  children: ReactNode;
67
67
  /** CSS class name */
68
68
  className?: ClassName;
69
+ /** delay in milliseconds before the tooltip opens. */
70
+ closeDelay?: number;
71
+ /** delay in milliseconds before the tooltip opens. */
72
+ delay?: number;
69
73
  /** placement padding in px */
70
74
  containerPadding?: number;
71
75
  /** content displayed in the tooltip */
@@ -80,6 +84,6 @@ interface TooltipProps extends VariantProps {
80
84
  /**
81
85
  * Tooltip component based on [NextUI Tooltip](https://nextui.org/docs/components/tooltip)
82
86
  */
83
- declare const Tooltip: ({ children, className: _className, content, placement, defaultOpen, onOpenChange, containerPadding, }: TooltipProps) => react_jsx_runtime.JSX.Element;
87
+ declare const Tooltip: ({ children, className: _className, closeDelay, containerPadding, content, defaultOpen, delay, onOpenChange, placement, }: TooltipProps) => react_jsx_runtime.JSX.Element;
84
88
 
85
89
  export { Tooltip as T, type TooltipProps as a, tooltipPlacementOptions as t };
@@ -66,6 +66,10 @@ interface TooltipProps extends VariantProps {
66
66
  children: ReactNode;
67
67
  /** CSS class name */
68
68
  className?: ClassName;
69
+ /** delay in milliseconds before the tooltip opens. */
70
+ closeDelay?: number;
71
+ /** delay in milliseconds before the tooltip opens. */
72
+ delay?: number;
69
73
  /** placement padding in px */
70
74
  containerPadding?: number;
71
75
  /** content displayed in the tooltip */
@@ -80,6 +84,6 @@ interface TooltipProps extends VariantProps {
80
84
  /**
81
85
  * Tooltip component based on [NextUI Tooltip](https://nextui.org/docs/components/tooltip)
82
86
  */
83
- declare const Tooltip: ({ children, className: _className, content, placement, defaultOpen, onOpenChange, containerPadding, }: TooltipProps) => react_jsx_runtime.JSX.Element;
87
+ declare const Tooltip: ({ children, className: _className, closeDelay, containerPadding, content, defaultOpen, delay, onOpenChange, placement, }: TooltipProps) => react_jsx_runtime.JSX.Element;
84
88
 
85
89
  export { Tooltip as T, type TooltipProps as a, tooltipPlacementOptions as t };