@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.
- package/dist/Json/index.cjs +2 -2
- package/dist/Json/index.js +1 -1
- package/dist/Tooltip/index.cjs +2 -2
- package/dist/Tooltip/index.d.cts +2 -2
- package/dist/Tooltip/index.d.ts +2 -2
- package/dist/Tooltip/index.js +1 -1
- package/dist/{Tooltip-BuPzZLuE.d.cts → Tooltip-DS3pM5Cq.d.cts} +5 -1
- package/dist/{Tooltip-BuPzZLuE.d.ts → Tooltip-DS3pM5Cq.d.ts} +5 -1
- package/dist/{chunk-EVATNFVS.cjs → chunk-HQODZ6JV.cjs} +64 -66
- package/dist/chunk-HQODZ6JV.cjs.map +1 -0
- package/dist/{chunk-EWCHLJCU.js → chunk-J3CY5HGI.js} +64 -66
- package/dist/chunk-J3CY5HGI.js.map +1 -0
- package/dist/{chunk-LNMLEZON.js → chunk-MJE4MLZY.js} +8 -4
- package/dist/chunk-MJE4MLZY.js.map +1 -0
- package/dist/{chunk-SOA74MSL.cjs → chunk-RMA57Q6K.cjs} +8 -4
- package/dist/chunk-RMA57Q6K.cjs.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +4 -4
- package/dist/chunk-EVATNFVS.cjs.map +0 -1
- package/dist/chunk-EWCHLJCU.js.map +0 -1
- package/dist/chunk-LNMLEZON.js.map +0 -1
- package/dist/chunk-SOA74MSL.cjs.map +0 -1
package/dist/Json/index.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
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 =
|
|
10
|
+
exports.Json = _chunkHQODZ6JVcjs.Json_default; exports.default = _chunkHQODZ6JVcjs.Json_default2;
|
|
11
11
|
//# sourceMappingURL=index.cjs.map
|
package/dist/Json/index.js
CHANGED
package/dist/Tooltip/index.cjs
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkRMA57Q6Kcjs = require('../chunk-RMA57Q6K.cjs');
|
|
6
6
|
require('../chunk-DZUJEN5N.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.Tooltip =
|
|
11
|
+
exports.Tooltip = _chunkRMA57Q6Kcjs.Tooltip_default; exports.default = _chunkRMA57Q6Kcjs.Tooltip_default2; exports.tooltipPlacementOptions = _chunkRMA57Q6Kcjs.tooltipPlacementOptions;
|
|
12
12
|
//# sourceMappingURL=index.cjs.map
|
package/dist/Tooltip/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as Tooltip } from '../Tooltip-
|
|
2
|
-
export { a as TooltipProps, t as tooltipPlacementOptions } from '../Tooltip-
|
|
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';
|
package/dist/Tooltip/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { T as Tooltip } from '../Tooltip-
|
|
2
|
-
export { a as TooltipProps, t as tooltipPlacementOptions } from '../Tooltip-
|
|
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';
|
package/dist/Tooltip/index.js
CHANGED
|
@@ -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,
|
|
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,
|
|
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 };
|