@fuf-stack/pixels 0.39.4 → 0.39.6
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/Button/index.cjs +2 -2
- package/dist/Button/index.d.cts +2 -2
- package/dist/Button/index.d.ts +2 -2
- package/dist/Button/index.js +1 -1
- package/dist/{Button-BGekDPvO.d.cts → Button-CZbmfAum.d.cts} +56 -0
- package/dist/{Button-BGekDPvO.d.ts → Button-CZbmfAum.d.ts} +56 -0
- package/dist/Json/index.cjs +3 -3
- package/dist/Json/index.js +2 -2
- package/dist/Popover/index.d.cts +3 -3
- package/dist/Popover/index.d.ts +3 -3
- package/dist/{Popover-BHPrdRy6.d.ts → Popover-BfuSZTJo.d.ts} +1 -1
- package/dist/{Popover-BXyk9y8I.d.cts → Popover-LgiGpAzD.d.cts} +1 -1
- package/dist/{chunk-3JUTQREC.js → chunk-544LZP7D.js} +2 -2
- package/dist/{chunk-ZASS525K.cjs → chunk-7JB6J5LE.cjs} +3 -3
- package/dist/{chunk-ZASS525K.cjs.map → chunk-7JB6J5LE.cjs.map} +1 -1
- package/dist/{chunk-4X43AGXE.cjs → chunk-PADWVM45.cjs} +49 -19
- package/dist/chunk-PADWVM45.cjs.map +1 -0
- package/dist/{chunk-HL5BEHIS.js → chunk-TFKFBSSS.js} +48 -18
- package/dist/chunk-TFKFBSSS.js.map +1 -0
- package/dist/index.cjs +9 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +19 -4
- package/dist/index.d.ts +19 -4
- package/dist/index.js +8 -10
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/dist/chunk-4X43AGXE.cjs.map +0 -1
- package/dist/chunk-HL5BEHIS.js.map +0 -1
- /package/dist/{chunk-3JUTQREC.js.map → chunk-544LZP7D.js.map} +0 -0
package/dist/Button/index.cjs
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkPADWVM45cjs = require('../chunk-PADWVM45.cjs');
|
|
6
6
|
require('../chunk-D4TLDLEX.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.Button =
|
|
11
|
+
exports.Button = _chunkPADWVM45cjs.Button_default; exports.buttonVariants = _chunkPADWVM45cjs.buttonVariants; exports.default = _chunkPADWVM45cjs.Button_default2;
|
|
12
12
|
//# sourceMappingURL=index.cjs.map
|
package/dist/Button/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as Button } from '../Button-
|
|
2
|
-
export { a as ButtonProps, b as buttonVariants } from '../Button-
|
|
1
|
+
import { B as Button } from '../Button-CZbmfAum.cjs';
|
|
2
|
+
export { a as ButtonProps, b as buttonVariants } from '../Button-CZbmfAum.cjs';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'tailwind-variants';
|
|
5
5
|
import 'tailwind-variants/dist/config.js';
|
package/dist/Button/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as Button } from '../Button-
|
|
2
|
-
export { a as ButtonProps, b as buttonVariants } from '../Button-
|
|
1
|
+
import { B as Button } from '../Button-CZbmfAum.js';
|
|
2
|
+
export { a as ButtonProps, b as buttonVariants } from '../Button-CZbmfAum.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'tailwind-variants';
|
|
5
5
|
import 'tailwind-variants/dist/config.js';
|
package/dist/Button/index.js
CHANGED
|
@@ -13,6 +13,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
13
13
|
success: string;
|
|
14
14
|
warning: string;
|
|
15
15
|
danger: string;
|
|
16
|
+
info: {
|
|
17
|
+
base: string;
|
|
18
|
+
};
|
|
16
19
|
};
|
|
17
20
|
variant: {
|
|
18
21
|
solid: string;
|
|
@@ -23,6 +26,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
23
26
|
shadow: string;
|
|
24
27
|
ghost: string;
|
|
25
28
|
};
|
|
29
|
+
size: {
|
|
30
|
+
sm: string;
|
|
31
|
+
md: string;
|
|
32
|
+
lg: string;
|
|
33
|
+
};
|
|
26
34
|
}, undefined, "", tailwind_variants_dist_config_js.TVConfig<{
|
|
27
35
|
color: {
|
|
28
36
|
default: string;
|
|
@@ -31,6 +39,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
31
39
|
success: string;
|
|
32
40
|
warning: string;
|
|
33
41
|
danger: string;
|
|
42
|
+
info: {
|
|
43
|
+
base: string;
|
|
44
|
+
};
|
|
34
45
|
};
|
|
35
46
|
variant: {
|
|
36
47
|
solid: string;
|
|
@@ -41,6 +52,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
41
52
|
shadow: string;
|
|
42
53
|
ghost: string;
|
|
43
54
|
};
|
|
55
|
+
size: {
|
|
56
|
+
sm: string;
|
|
57
|
+
md: string;
|
|
58
|
+
lg: string;
|
|
59
|
+
};
|
|
44
60
|
}, {
|
|
45
61
|
color: {
|
|
46
62
|
default: string;
|
|
@@ -49,6 +65,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
49
65
|
success: string;
|
|
50
66
|
warning: string;
|
|
51
67
|
danger: string;
|
|
68
|
+
info: {
|
|
69
|
+
base: string;
|
|
70
|
+
};
|
|
52
71
|
};
|
|
53
72
|
variant: {
|
|
54
73
|
solid: string;
|
|
@@ -59,6 +78,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
59
78
|
shadow: string;
|
|
60
79
|
ghost: string;
|
|
61
80
|
};
|
|
81
|
+
size: {
|
|
82
|
+
sm: string;
|
|
83
|
+
md: string;
|
|
84
|
+
lg: string;
|
|
85
|
+
};
|
|
62
86
|
}>, {
|
|
63
87
|
color: {
|
|
64
88
|
default: string;
|
|
@@ -67,6 +91,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
67
91
|
success: string;
|
|
68
92
|
warning: string;
|
|
69
93
|
danger: string;
|
|
94
|
+
info: {
|
|
95
|
+
base: string;
|
|
96
|
+
};
|
|
70
97
|
};
|
|
71
98
|
variant: {
|
|
72
99
|
solid: string;
|
|
@@ -77,6 +104,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
77
104
|
shadow: string;
|
|
78
105
|
ghost: string;
|
|
79
106
|
};
|
|
107
|
+
size: {
|
|
108
|
+
sm: string;
|
|
109
|
+
md: string;
|
|
110
|
+
lg: string;
|
|
111
|
+
};
|
|
80
112
|
}, undefined, tailwind_variants.TVReturnType<{
|
|
81
113
|
color: {
|
|
82
114
|
default: string;
|
|
@@ -85,6 +117,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
85
117
|
success: string;
|
|
86
118
|
warning: string;
|
|
87
119
|
danger: string;
|
|
120
|
+
info: {
|
|
121
|
+
base: string;
|
|
122
|
+
};
|
|
88
123
|
};
|
|
89
124
|
variant: {
|
|
90
125
|
solid: string;
|
|
@@ -95,6 +130,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
95
130
|
shadow: string;
|
|
96
131
|
ghost: string;
|
|
97
132
|
};
|
|
133
|
+
size: {
|
|
134
|
+
sm: string;
|
|
135
|
+
md: string;
|
|
136
|
+
lg: string;
|
|
137
|
+
};
|
|
98
138
|
}, undefined, "", tailwind_variants_dist_config_js.TVConfig<{
|
|
99
139
|
color: {
|
|
100
140
|
default: string;
|
|
@@ -103,6 +143,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
103
143
|
success: string;
|
|
104
144
|
warning: string;
|
|
105
145
|
danger: string;
|
|
146
|
+
info: {
|
|
147
|
+
base: string;
|
|
148
|
+
};
|
|
106
149
|
};
|
|
107
150
|
variant: {
|
|
108
151
|
solid: string;
|
|
@@ -113,6 +156,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
113
156
|
shadow: string;
|
|
114
157
|
ghost: string;
|
|
115
158
|
};
|
|
159
|
+
size: {
|
|
160
|
+
sm: string;
|
|
161
|
+
md: string;
|
|
162
|
+
lg: string;
|
|
163
|
+
};
|
|
116
164
|
}, {
|
|
117
165
|
color: {
|
|
118
166
|
default: string;
|
|
@@ -121,6 +169,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
121
169
|
success: string;
|
|
122
170
|
warning: string;
|
|
123
171
|
danger: string;
|
|
172
|
+
info: {
|
|
173
|
+
base: string;
|
|
174
|
+
};
|
|
124
175
|
};
|
|
125
176
|
variant: {
|
|
126
177
|
solid: string;
|
|
@@ -131,6 +182,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
131
182
|
shadow: string;
|
|
132
183
|
ghost: string;
|
|
133
184
|
};
|
|
185
|
+
size: {
|
|
186
|
+
sm: string;
|
|
187
|
+
md: string;
|
|
188
|
+
lg: string;
|
|
189
|
+
};
|
|
134
190
|
}>, unknown, unknown, undefined>>;
|
|
135
191
|
type VariantProps = TVProps<typeof buttonVariants>;
|
|
136
192
|
interface ButtonProps extends VariantProps {
|
|
@@ -13,6 +13,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
13
13
|
success: string;
|
|
14
14
|
warning: string;
|
|
15
15
|
danger: string;
|
|
16
|
+
info: {
|
|
17
|
+
base: string;
|
|
18
|
+
};
|
|
16
19
|
};
|
|
17
20
|
variant: {
|
|
18
21
|
solid: string;
|
|
@@ -23,6 +26,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
23
26
|
shadow: string;
|
|
24
27
|
ghost: string;
|
|
25
28
|
};
|
|
29
|
+
size: {
|
|
30
|
+
sm: string;
|
|
31
|
+
md: string;
|
|
32
|
+
lg: string;
|
|
33
|
+
};
|
|
26
34
|
}, undefined, "", tailwind_variants_dist_config_js.TVConfig<{
|
|
27
35
|
color: {
|
|
28
36
|
default: string;
|
|
@@ -31,6 +39,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
31
39
|
success: string;
|
|
32
40
|
warning: string;
|
|
33
41
|
danger: string;
|
|
42
|
+
info: {
|
|
43
|
+
base: string;
|
|
44
|
+
};
|
|
34
45
|
};
|
|
35
46
|
variant: {
|
|
36
47
|
solid: string;
|
|
@@ -41,6 +52,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
41
52
|
shadow: string;
|
|
42
53
|
ghost: string;
|
|
43
54
|
};
|
|
55
|
+
size: {
|
|
56
|
+
sm: string;
|
|
57
|
+
md: string;
|
|
58
|
+
lg: string;
|
|
59
|
+
};
|
|
44
60
|
}, {
|
|
45
61
|
color: {
|
|
46
62
|
default: string;
|
|
@@ -49,6 +65,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
49
65
|
success: string;
|
|
50
66
|
warning: string;
|
|
51
67
|
danger: string;
|
|
68
|
+
info: {
|
|
69
|
+
base: string;
|
|
70
|
+
};
|
|
52
71
|
};
|
|
53
72
|
variant: {
|
|
54
73
|
solid: string;
|
|
@@ -59,6 +78,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
59
78
|
shadow: string;
|
|
60
79
|
ghost: string;
|
|
61
80
|
};
|
|
81
|
+
size: {
|
|
82
|
+
sm: string;
|
|
83
|
+
md: string;
|
|
84
|
+
lg: string;
|
|
85
|
+
};
|
|
62
86
|
}>, {
|
|
63
87
|
color: {
|
|
64
88
|
default: string;
|
|
@@ -67,6 +91,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
67
91
|
success: string;
|
|
68
92
|
warning: string;
|
|
69
93
|
danger: string;
|
|
94
|
+
info: {
|
|
95
|
+
base: string;
|
|
96
|
+
};
|
|
70
97
|
};
|
|
71
98
|
variant: {
|
|
72
99
|
solid: string;
|
|
@@ -77,6 +104,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
77
104
|
shadow: string;
|
|
78
105
|
ghost: string;
|
|
79
106
|
};
|
|
107
|
+
size: {
|
|
108
|
+
sm: string;
|
|
109
|
+
md: string;
|
|
110
|
+
lg: string;
|
|
111
|
+
};
|
|
80
112
|
}, undefined, tailwind_variants.TVReturnType<{
|
|
81
113
|
color: {
|
|
82
114
|
default: string;
|
|
@@ -85,6 +117,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
85
117
|
success: string;
|
|
86
118
|
warning: string;
|
|
87
119
|
danger: string;
|
|
120
|
+
info: {
|
|
121
|
+
base: string;
|
|
122
|
+
};
|
|
88
123
|
};
|
|
89
124
|
variant: {
|
|
90
125
|
solid: string;
|
|
@@ -95,6 +130,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
95
130
|
shadow: string;
|
|
96
131
|
ghost: string;
|
|
97
132
|
};
|
|
133
|
+
size: {
|
|
134
|
+
sm: string;
|
|
135
|
+
md: string;
|
|
136
|
+
lg: string;
|
|
137
|
+
};
|
|
98
138
|
}, undefined, "", tailwind_variants_dist_config_js.TVConfig<{
|
|
99
139
|
color: {
|
|
100
140
|
default: string;
|
|
@@ -103,6 +143,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
103
143
|
success: string;
|
|
104
144
|
warning: string;
|
|
105
145
|
danger: string;
|
|
146
|
+
info: {
|
|
147
|
+
base: string;
|
|
148
|
+
};
|
|
106
149
|
};
|
|
107
150
|
variant: {
|
|
108
151
|
solid: string;
|
|
@@ -113,6 +156,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
113
156
|
shadow: string;
|
|
114
157
|
ghost: string;
|
|
115
158
|
};
|
|
159
|
+
size: {
|
|
160
|
+
sm: string;
|
|
161
|
+
md: string;
|
|
162
|
+
lg: string;
|
|
163
|
+
};
|
|
116
164
|
}, {
|
|
117
165
|
color: {
|
|
118
166
|
default: string;
|
|
@@ -121,6 +169,9 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
121
169
|
success: string;
|
|
122
170
|
warning: string;
|
|
123
171
|
danger: string;
|
|
172
|
+
info: {
|
|
173
|
+
base: string;
|
|
174
|
+
};
|
|
124
175
|
};
|
|
125
176
|
variant: {
|
|
126
177
|
solid: string;
|
|
@@ -131,6 +182,11 @@ declare const buttonVariants: tailwind_variants.TVReturnType<{
|
|
|
131
182
|
shadow: string;
|
|
132
183
|
ghost: string;
|
|
133
184
|
};
|
|
185
|
+
size: {
|
|
186
|
+
sm: string;
|
|
187
|
+
md: string;
|
|
188
|
+
lg: string;
|
|
189
|
+
};
|
|
134
190
|
}>, unknown, unknown, undefined>>;
|
|
135
191
|
type VariantProps = TVProps<typeof buttonVariants>;
|
|
136
192
|
interface ButtonProps extends VariantProps {
|
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
|
|
5
|
-
require('../chunk-
|
|
4
|
+
var _chunk7JB6J5LEcjs = require('../chunk-7JB6J5LE.cjs');
|
|
5
|
+
require('../chunk-PADWVM45.cjs');
|
|
6
6
|
require('../chunk-D4TLDLEX.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.Json =
|
|
10
|
+
exports.Json = _chunk7JB6J5LEcjs.Json_default; exports.default = _chunk7JB6J5LEcjs.Json_default2;
|
|
11
11
|
//# sourceMappingURL=index.cjs.map
|
package/dist/Json/index.js
CHANGED
package/dist/Popover/index.d.cts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { _ as _default } from '../Popover-
|
|
2
|
-
export { P as PopoverProps } from '../Popover-
|
|
1
|
+
import { _ as _default } from '../Popover-LgiGpAzD.cjs';
|
|
2
|
+
export { P as PopoverProps } from '../Popover-LgiGpAzD.cjs';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'tailwind-variants/dist/config.js';
|
|
5
5
|
import 'tailwind-variants';
|
|
6
6
|
import '@fuf-stack/pixel-utils';
|
|
7
7
|
import '@heroui/popover';
|
|
8
8
|
import 'react';
|
|
9
|
-
import '../Button-
|
|
9
|
+
import '../Button-CZbmfAum.cjs';
|
|
10
10
|
import '@heroui/button';
|
|
11
11
|
|
|
12
12
|
|
package/dist/Popover/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { _ as _default } from '../Popover-
|
|
2
|
-
export { P as PopoverProps } from '../Popover-
|
|
1
|
+
import { _ as _default } from '../Popover-BfuSZTJo.js';
|
|
2
|
+
export { P as PopoverProps } from '../Popover-BfuSZTJo.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'tailwind-variants/dist/config.js';
|
|
5
5
|
import 'tailwind-variants';
|
|
6
6
|
import '@fuf-stack/pixel-utils';
|
|
7
7
|
import '@heroui/popover';
|
|
8
8
|
import 'react';
|
|
9
|
-
import '../Button-
|
|
9
|
+
import '../Button-CZbmfAum.js';
|
|
10
10
|
import '@heroui/button';
|
|
11
11
|
|
|
12
12
|
|
|
@@ -4,7 +4,7 @@ import * as tailwind_variants from 'tailwind-variants';
|
|
|
4
4
|
import { TVProps, TVClassName } from '@fuf-stack/pixel-utils';
|
|
5
5
|
import { PopoverProps as PopoverProps$1 } from '@heroui/popover';
|
|
6
6
|
import { ReactNode } from 'react';
|
|
7
|
-
import { a as ButtonProps } from './Button-
|
|
7
|
+
import { a as ButtonProps } from './Button-CZbmfAum.js';
|
|
8
8
|
|
|
9
9
|
declare const popoverVariants: tailwind_variants.TVReturnType<{
|
|
10
10
|
[key: string]: {
|
|
@@ -4,7 +4,7 @@ import * as tailwind_variants from 'tailwind-variants';
|
|
|
4
4
|
import { TVProps, TVClassName } from '@fuf-stack/pixel-utils';
|
|
5
5
|
import { PopoverProps as PopoverProps$1 } from '@heroui/popover';
|
|
6
6
|
import { ReactNode } from 'react';
|
|
7
|
-
import { a as ButtonProps } from './Button-
|
|
7
|
+
import { a as ButtonProps } from './Button-CZbmfAum.cjs';
|
|
8
8
|
|
|
9
9
|
declare const popoverVariants: tailwind_variants.TVReturnType<{
|
|
10
10
|
[key: string]: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Button_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-TFKFBSSS.js";
|
|
4
4
|
import {
|
|
5
5
|
__commonJS,
|
|
6
6
|
__spreadProps,
|
|
@@ -2783,4 +2783,4 @@ export {
|
|
|
2783
2783
|
Json_default,
|
|
2784
2784
|
Json_default2
|
|
2785
2785
|
};
|
|
2786
|
-
//# sourceMappingURL=chunk-
|
|
2786
|
+
//# sourceMappingURL=chunk-544LZP7D.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkPADWVM45cjs = require('./chunk-PADWVM45.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -2653,7 +2653,7 @@ var ErrorRenderer = ({
|
|
|
2653
2653
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "font-medium", children: "Failed to parse JSON data" })
|
|
2654
2654
|
] }),
|
|
2655
2655
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
2656
|
-
|
|
2656
|
+
_chunkPADWVM45cjs.Button_default,
|
|
2657
2657
|
{
|
|
2658
2658
|
color: "danger",
|
|
2659
2659
|
size: "sm",
|
|
@@ -2783,4 +2783,4 @@ var Json_default2 = Json_default;
|
|
|
2783
2783
|
|
|
2784
2784
|
|
|
2785
2785
|
exports.Json_default = Json_default; exports.Json_default2 = Json_default2;
|
|
2786
|
-
//# sourceMappingURL=chunk-
|
|
2786
|
+
//# sourceMappingURL=chunk-7JB6J5LE.cjs.map
|