@simpli-route/apollo-ds 0.1.47 → 0.1.48
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.cjs100.js +1 -1
- package/dist/index.cjs101.js +1 -1
- package/dist/index.cjs102.js +1 -1
- package/dist/index.cjs11.js +1 -1
- package/dist/index.cjs121.js +1 -1
- package/dist/index.cjs124.js +1 -1
- package/dist/index.cjs127.js +1 -1
- package/dist/index.cjs128.js +1 -1
- package/dist/index.cjs143.js +1 -1
- package/dist/index.cjs148.js +1 -1
- package/dist/index.cjs149.js +1 -1
- package/dist/index.cjs150.js +1 -1
- package/dist/index.cjs151.js +1 -1
- package/dist/index.cjs152.js +1 -1
- package/dist/index.cjs153.js +1 -1
- package/dist/index.cjs156.js +1 -1
- package/dist/index.cjs157.js +1 -1
- package/dist/index.cjs158.js +1 -1
- package/dist/index.cjs161.js +1 -1
- package/dist/index.cjs162.js +1 -1
- package/dist/index.cjs163.js +1 -1
- package/dist/index.cjs165.js +1 -1
- package/dist/index.cjs166.js +1 -1
- package/dist/index.cjs167.js +1 -1
- package/dist/index.cjs23.js +1 -1
- package/dist/index.cjs25.js +1 -1
- package/dist/index.cjs26.js +1 -1
- package/dist/index.cjs27.js +1 -1
- package/dist/index.cjs32.js +1 -1
- package/dist/index.cjs33.js +1 -1
- package/dist/index.cjs63.js +1 -1
- package/dist/index.cjs64.js +1 -1
- package/dist/index.cjs65.js +1 -1
- package/dist/index.cjs66.js +1 -1
- package/dist/index.cjs67.js +1 -1
- package/dist/index.cjs68.js +1 -1
- package/dist/index.cjs69.js +1 -1
- package/dist/index.cjs70.js +1 -1
- package/dist/index.cjs71.js +1 -1
- package/dist/index.cjs75.js +1 -1
- package/dist/index.cjs76.js +1 -1
- package/dist/index.cjs77.js +1 -1
- package/dist/index.cjs78.js +1 -1
- package/dist/index.cjs79.js +1 -1
- package/dist/index.cjs82.js +1 -1
- package/dist/index.cjs83.js +1 -1
- package/dist/index.cjs9.js +1 -1
- package/dist/index.cjs99.js +1 -1
- package/dist/index.es100.js +2 -30
- package/dist/index.es101.js +30 -2
- package/dist/index.es102.js +57 -2
- package/dist/index.es11.js +1 -1
- package/dist/index.es121.js +2 -2
- package/dist/index.es124.js +2 -2
- package/dist/index.es127.js +6 -6
- package/dist/index.es128.js +2 -2
- package/dist/index.es143.js +3 -3
- package/dist/index.es148.js +61 -10
- package/dist/index.es149.js +4 -61
- package/dist/index.es150.js +14 -4
- package/dist/index.es151.js +307 -10
- package/dist/index.es152.js +19 -304
- package/dist/index.es153.js +4 -26
- package/dist/index.es156.js +94 -4
- package/dist/index.es157.js +4 -94
- package/dist/index.es158.js +8 -2
- package/dist/index.es161.js +51 -4
- package/dist/index.es162.js +15 -47
- package/dist/index.es163.js +4 -19
- package/dist/index.es164.js +2 -2
- package/dist/index.es165.js +753 -4
- package/dist/index.es166.js +4 -753
- package/dist/index.es167.js +2 -2
- package/dist/index.es23.js +2 -2
- package/dist/index.es25.js +1 -1
- package/dist/index.es26.js +2 -2
- package/dist/index.es27.js +2 -2
- package/dist/index.es32.js +2 -2
- package/dist/index.es33.js +3 -3
- package/dist/index.es63.js +64 -162
- package/dist/index.es64.js +162 -64
- package/dist/index.es65.js +10 -101
- package/dist/index.es66.js +11 -12
- package/dist/index.es67.js +1 -1
- package/dist/index.es68.js +100 -87
- package/dist/index.es69.js +13 -13
- package/dist/index.es70.js +13 -10
- package/dist/index.es71.js +87 -11
- package/dist/index.es75.js +19 -10
- package/dist/index.es76.js +20 -10
- package/dist/index.es77.js +10 -45
- package/dist/index.es78.js +10 -19
- package/dist/index.es79.js +42 -17
- package/dist/index.es82.js +1 -1
- package/dist/index.es83.js +1 -1
- package/dist/index.es9.js +1 -1
- package/dist/index.es99.js +2 -57
- package/package.json +1 -1
package/dist/index.es66.js
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return e;
|
|
1
|
+
import { j as e } from "./index.es38.js";
|
|
2
|
+
import { UpChevronIcon as n, DownChevronIcon as o } from "./index.es40.js";
|
|
3
|
+
import { Button as s } from "react-aria-components";
|
|
4
|
+
import { cn as c } from "./index.es39.js";
|
|
5
|
+
const x = ({ isDisabled: r }) => {
|
|
6
|
+
const t = c("flex items-center justify-center", r ? "text-neutral-600" : "text-primary-500");
|
|
7
|
+
return /* @__PURE__ */ e.jsxs("div", { className: "absolute inset-y-0 right-0 flex flex-col items-center justify-center space-y-0.5 pr-2", children: [
|
|
8
|
+
/* @__PURE__ */ e.jsx(s, { slot: "increment", className: t, children: /* @__PURE__ */ e.jsx(n, { className: "size-3.5" }) }),
|
|
9
|
+
/* @__PURE__ */ e.jsx(s, { slot: "decrement", className: t, children: /* @__PURE__ */ e.jsx(o, { className: "size-3.5" }) })
|
|
10
|
+
] });
|
|
12
11
|
};
|
|
13
12
|
export {
|
|
14
|
-
|
|
13
|
+
x as StepperButton
|
|
15
14
|
};
|
package/dist/index.es67.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { j as d } from "./index.es38.js";
|
|
2
2
|
import { forwardRef as p } from "react";
|
|
3
3
|
import { cn as f } from "./index.es39.js";
|
|
4
|
-
import { overlayVariants as v } from "./index.
|
|
4
|
+
import { overlayVariants as v } from "./index.es101.js";
|
|
5
5
|
const y = (e, a) => {
|
|
6
6
|
const { zIndex: s = 200, opacity: t = "md", blur: o = "sm", children: m, className: c, center: r = !0, fixed: i, ...n } = e, l = f(v({ opacity: t, fixed: i, center: r, blur: o }), `z-[${s}]`, c);
|
|
7
7
|
return /* @__PURE__ */ d.jsx("div", { ref: a, className: l, "data-center": r || void 0, ...n, children: m });
|
package/dist/index.es68.js
CHANGED
|
@@ -1,90 +1,103 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
28
|
-
p
|
|
1
|
+
import { j as l } from "./index.es38.js";
|
|
2
|
+
import { cn as P } from "./index.es39.js";
|
|
3
|
+
import { SliderThumb as j } from "./index.es102.js";
|
|
4
|
+
const T = ({
|
|
5
|
+
state: r,
|
|
6
|
+
type: n,
|
|
7
|
+
showTypeValue: t,
|
|
8
|
+
suffix: c,
|
|
9
|
+
classNameFilled: a,
|
|
10
|
+
classNameUnfilled: m,
|
|
11
|
+
modeTooltip: b,
|
|
12
|
+
positionTooltip: h,
|
|
13
|
+
classNameThumb: d,
|
|
14
|
+
isHiddenValue: v,
|
|
15
|
+
suffixRangeCustom: e
|
|
16
|
+
}) => /* @__PURE__ */ l.jsxs("div", { className: "relative", children: [
|
|
17
|
+
t === "default" && !v ? /* @__PURE__ */ l.jsxs("div", { className: "flex justify-between", children: [
|
|
18
|
+
/* @__PURE__ */ l.jsxs(
|
|
19
|
+
"div",
|
|
20
|
+
{
|
|
21
|
+
className: "absolute top-4 text-sm text-neutral-900",
|
|
22
|
+
style: { left: `${r.getThumbPercent(0) * 100}%`, transform: "translateX(-50%)" },
|
|
23
|
+
children: [
|
|
24
|
+
r.values[0],
|
|
25
|
+
n === "range" && (e == null ? void 0 : e.left) || c
|
|
26
|
+
]
|
|
27
|
+
}
|
|
29
28
|
),
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
)
|
|
29
|
+
n === "range" && /* @__PURE__ */ l.jsxs(
|
|
30
|
+
"div",
|
|
31
|
+
{
|
|
32
|
+
className: "absolute top-4 text-sm text-neutral-900",
|
|
33
|
+
style: { left: `${r.getThumbPercent(1) * 100}%`, transform: "translateX(-50%)" },
|
|
34
|
+
children: [
|
|
35
|
+
r.values[1],
|
|
36
|
+
(e == null ? void 0 : e.right) || c
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
)
|
|
40
|
+
] }) : null,
|
|
41
|
+
/* @__PURE__ */ l.jsx(
|
|
42
|
+
"div",
|
|
43
|
+
{
|
|
44
|
+
className: P("absolute top-1/2 h-2 w-full -translate-y-1/2 rounded-full bg-primary-100", m)
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ l.jsx(
|
|
48
|
+
"div",
|
|
49
|
+
{
|
|
50
|
+
className: P("absolute top-1/2 h-2 -translate-y-1/2 rounded-full bg-primary-500", a),
|
|
51
|
+
style: {
|
|
52
|
+
width: `${n === "range" ? r.getThumbPercent(1) * 100 - r.getThumbPercent(0) * 100 : r.getThumbPercent(0) * 100}%`,
|
|
53
|
+
left: n === "range" ? `${r.getThumbPercent(0) * 100}%` : "0%"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
n === "range" ? /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
|
58
|
+
/* @__PURE__ */ l.jsx(
|
|
59
|
+
j,
|
|
60
|
+
{
|
|
61
|
+
index: 0,
|
|
62
|
+
valuePercent: r.getThumbPercent(0),
|
|
63
|
+
value: r.values[0],
|
|
64
|
+
suffix: (e == null ? void 0 : e.left) || c,
|
|
65
|
+
modeTooltip: b,
|
|
66
|
+
positionTooltip: h,
|
|
67
|
+
showTypeValue: t,
|
|
68
|
+
isHiddenValue: v,
|
|
69
|
+
classNameThumb: d
|
|
70
|
+
}
|
|
71
|
+
),
|
|
72
|
+
/* @__PURE__ */ l.jsx(
|
|
73
|
+
j,
|
|
74
|
+
{
|
|
75
|
+
index: 1,
|
|
76
|
+
valuePercent: r.getThumbPercent(1),
|
|
77
|
+
value: r.values[1],
|
|
78
|
+
suffix: (e == null ? void 0 : e.right) || c,
|
|
79
|
+
modeTooltip: b,
|
|
80
|
+
positionTooltip: h,
|
|
81
|
+
showTypeValue: t,
|
|
82
|
+
isHiddenValue: v,
|
|
83
|
+
classNameThumb: d
|
|
84
|
+
}
|
|
85
|
+
)
|
|
86
|
+
] }) : /* @__PURE__ */ l.jsx(
|
|
87
|
+
j,
|
|
88
|
+
{
|
|
89
|
+
index: 0,
|
|
90
|
+
valuePercent: r.getThumbPercent(0),
|
|
91
|
+
value: r.values[0],
|
|
92
|
+
suffix: c,
|
|
93
|
+
modeTooltip: b,
|
|
94
|
+
positionTooltip: h,
|
|
95
|
+
showTypeValue: t,
|
|
96
|
+
isHiddenValue: v,
|
|
97
|
+
classNameThumb: d
|
|
98
|
+
}
|
|
99
|
+
)
|
|
100
|
+
] });
|
|
88
101
|
export {
|
|
89
|
-
|
|
102
|
+
T as SliderContainerTrack
|
|
90
103
|
};
|
package/dist/index.es69.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
1
|
+
const o = (e, g, r = 1) => {
|
|
2
|
+
if (g === "range" && Array.isArray(e) && e.length === 2) {
|
|
3
|
+
const [t, f] = e;
|
|
4
|
+
if (f - t < r) {
|
|
5
|
+
if (t > f - r)
|
|
6
|
+
return [f - r, f];
|
|
7
|
+
if (f < t + r)
|
|
8
|
+
return [t, t + r];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return e;
|
|
12
|
+
};
|
|
13
13
|
export {
|
|
14
|
-
|
|
14
|
+
o as validateMinDistance
|
|
15
15
|
};
|
package/dist/index.es70.js
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { useState as r, useEffect as c } from "react";
|
|
2
|
+
function d(e, t = 300) {
|
|
3
|
+
const [u, o] = r(e);
|
|
4
|
+
return c(() => {
|
|
5
|
+
const n = setTimeout(() => {
|
|
6
|
+
o(e);
|
|
7
|
+
}, t);
|
|
8
|
+
return () => {
|
|
9
|
+
clearTimeout(n);
|
|
10
|
+
};
|
|
11
|
+
}, [e, t]), u;
|
|
12
|
+
}
|
|
10
13
|
export {
|
|
11
|
-
|
|
14
|
+
d as useDebouncedValue
|
|
12
15
|
};
|
package/dist/index.es71.js
CHANGED
|
@@ -1,14 +1,90 @@
|
|
|
1
1
|
import { j as e } from "./index.es38.js";
|
|
2
|
-
import {
|
|
3
|
-
import { Button as
|
|
4
|
-
import { cn as
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
import { CrossCircleIcon as w } from "./index.es40.js";
|
|
3
|
+
import { Button as x, SelectValue as N } from "react-aria-components";
|
|
4
|
+
import { cn as r } from "./index.es39.js";
|
|
5
|
+
import { selectInputButtonVariants as v, selectInputBadgeVariants as V } from "./index.es45.js";
|
|
6
|
+
const P = ({
|
|
7
|
+
ref: C,
|
|
8
|
+
isOpen: a,
|
|
9
|
+
setIsOpen: u,
|
|
10
|
+
size: n,
|
|
11
|
+
isDisabled: t,
|
|
12
|
+
classNameButton: f,
|
|
13
|
+
selectionMode: h,
|
|
14
|
+
maxLengthTextOption: i,
|
|
15
|
+
handleDeleteOptionSelected: p,
|
|
16
|
+
placeholder: d
|
|
17
|
+
}) => /* @__PURE__ */ e.jsxs(
|
|
18
|
+
x,
|
|
19
|
+
{
|
|
20
|
+
ref: C,
|
|
21
|
+
className: ({ isFocusVisible: l, isHovered: o }) => r(
|
|
22
|
+
v({
|
|
23
|
+
size: n,
|
|
24
|
+
isDisabled: t,
|
|
25
|
+
isFocusVisible: l || a,
|
|
26
|
+
isHovered: o
|
|
27
|
+
}),
|
|
28
|
+
f
|
|
29
|
+
),
|
|
30
|
+
onPress: () => u(!a),
|
|
31
|
+
children: [
|
|
32
|
+
/* @__PURE__ */ e.jsx(N, { className: "flex flex-1 items-center gap-1 overflow-hidden", children: ({ selectedItems: l, selectedText: o, isPlaceholder: j }) => /* @__PURE__ */ e.jsx(e.Fragment, { children: h === "multiple" && l && l.length > 0 ? /* @__PURE__ */ e.jsx("div", { className: "flex flex-wrap gap-1", children: l.filter((s) => s != null).map((s) => {
|
|
33
|
+
const c = s.label, g = c.length > i ? `${c.slice(0, i)}...` : c, m = s.value;
|
|
34
|
+
return /* @__PURE__ */ e.jsxs("div", { className: r(V({ size: n, isDisabled: t })), children: [
|
|
35
|
+
/* @__PURE__ */ e.jsx("span", { children: g }),
|
|
36
|
+
/* @__PURE__ */ e.jsx(
|
|
37
|
+
x,
|
|
38
|
+
{
|
|
39
|
+
className: r("outline-none", t ? "cursor-not-allowed" : ""),
|
|
40
|
+
isDisabled: t,
|
|
41
|
+
slot: null,
|
|
42
|
+
onPress: () => p(m),
|
|
43
|
+
children: /* @__PURE__ */ e.jsx(
|
|
44
|
+
w,
|
|
45
|
+
{
|
|
46
|
+
className: r(
|
|
47
|
+
"text-primary-800",
|
|
48
|
+
t ? "text-neutral-600" : "",
|
|
49
|
+
n === "xs" || n === "sm" ? "size-3" : "size-4"
|
|
50
|
+
)
|
|
51
|
+
}
|
|
52
|
+
)
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
] }, m);
|
|
56
|
+
}) }) : /* @__PURE__ */ e.jsx(
|
|
57
|
+
"span",
|
|
58
|
+
{
|
|
59
|
+
className: r(
|
|
60
|
+
"flex-1 truncate text-left",
|
|
61
|
+
j ? "text-neutral-600" : "",
|
|
62
|
+
t ? "text-neutral-700" : ""
|
|
63
|
+
),
|
|
64
|
+
children: o || d
|
|
65
|
+
}
|
|
66
|
+
) }) }),
|
|
67
|
+
/* @__PURE__ */ e.jsx(
|
|
68
|
+
"svg",
|
|
69
|
+
{
|
|
70
|
+
className: `${a ? "rotate-180" : ""} transition-transform duration-100`,
|
|
71
|
+
width: "20",
|
|
72
|
+
height: "10",
|
|
73
|
+
viewBox: "0 0 20 10",
|
|
74
|
+
fill: "none",
|
|
75
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
76
|
+
children: /* @__PURE__ */ e.jsx(
|
|
77
|
+
"path",
|
|
78
|
+
{
|
|
79
|
+
d: "M20 0.838022C20.0006 0.947676 19.9796 1.05638 19.9381 1.15789C19.8967 1.2594 19.8356 1.35173 19.7584 1.42959L12.9512 8.23676C12.5642 8.62472 12.1045 8.93252 11.5984 9.14254C11.0922 9.35256 10.5497 9.46066 10.0017 9.46066C9.45373 9.46066 8.91115 9.35256 8.40502 9.14254C7.8989 8.93252 7.43918 8.62472 7.0522 8.23676L0.245034 1.42959C0.167349 1.3519 0.105725 1.25968 0.0636824 1.15818C0.0216393 1.05667 5.62088e-09 0.947886 0 0.838023C-5.62081e-09 0.728159 0.0216393 0.619372 0.0636824 0.51787C0.105725 0.41637 0.167349 0.324143 0.245034 0.246458C0.32272 0.168773 0.414946 0.107149 0.516447 0.0651056C0.617948 0.0230624 0.726736 0.00142351 0.8366 0.00142351C0.946464 0.00142351 1.05525 0.0230624 1.15675 0.0651055C1.25825 0.107149 1.35048 0.168773 1.42817 0.246458L8.23533 7.05363C8.704 7.52171 9.33931 7.78463 10.0017 7.78463C10.6641 7.78463 11.2994 7.52171 11.7681 7.05363L18.5752 0.246457C18.6527 0.168363 18.7448 0.106378 18.8464 0.0640783C18.9479 0.0217776 19.0568 4.80781e-09 19.1668 0C19.2768 -4.80789e-09 19.3857 0.0217776 19.4872 0.0640782C19.5888 0.106378 19.6809 0.168363 19.7584 0.246457C19.8356 0.324311 19.8967 0.41664 19.9381 0.518154C19.9796 0.619668 20.0006 0.728369 20 0.838022Z",
|
|
80
|
+
fill: "#73768C"
|
|
81
|
+
}
|
|
82
|
+
)
|
|
83
|
+
}
|
|
84
|
+
)
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
);
|
|
12
88
|
export {
|
|
13
|
-
|
|
89
|
+
P as SelectContent
|
|
14
90
|
};
|
package/dist/index.es75.js
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { j as t } from "./index.es38.js";
|
|
2
|
+
import { cn as c } from "./index.es39.js";
|
|
3
|
+
const i = ({
|
|
4
|
+
label: e,
|
|
5
|
+
description: x,
|
|
6
|
+
errorMessage: s,
|
|
7
|
+
isDisabled: l,
|
|
8
|
+
isInvalid: r,
|
|
9
|
+
children: n,
|
|
10
|
+
renderLabelIcon: m
|
|
11
|
+
}) => !e && !x && !n ? null : /* @__PURE__ */ t.jsxs("div", { className: "flex flex-col", children: [
|
|
12
|
+
e ? /* @__PURE__ */ t.jsxs("div", { className: "flex items-center gap-x-1", children: [
|
|
13
|
+
/* @__PURE__ */ t.jsx("p", { className: c("text-sm font-semibold", l ? "text-neutral-600" : "text-neutral-900"), children: e }),
|
|
14
|
+
m ? /* @__PURE__ */ t.jsx(t.Fragment, { children: m }) : null
|
|
15
|
+
] }) : n,
|
|
16
|
+
x && !s && /* @__PURE__ */ t.jsx("p", { className: c("text-xs", l ? "text-neutral-600" : "text-neutral-800"), children: x }),
|
|
17
|
+
r && s && /* @__PURE__ */ t.jsx("p", { className: "text-sm text-red-500", children: s })
|
|
18
|
+
] });
|
|
10
19
|
export {
|
|
11
|
-
|
|
20
|
+
i as ContentSwitch
|
|
12
21
|
};
|
package/dist/index.es76.js
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { j as i } from "./index.es38.js";
|
|
2
|
+
import { cn as m } from "./index.es39.js";
|
|
3
|
+
import { indicatorVariants as n } from "./index.es57.js";
|
|
4
|
+
const c = ({ isSelected: r, isDisabled: o, isHovered: f, size: a, dimensions: t }) => /* @__PURE__ */ i.jsx(
|
|
5
|
+
"div",
|
|
6
|
+
{
|
|
7
|
+
className: m(
|
|
8
|
+
n({
|
|
9
|
+
isSelected: r,
|
|
10
|
+
isDisabled: o,
|
|
11
|
+
size: a,
|
|
12
|
+
isHoveredWhenOff: f && !r
|
|
13
|
+
})
|
|
14
|
+
),
|
|
15
|
+
style: {
|
|
16
|
+
left: r ? `${t.onLeft}px` : `${t.offLeft}px`
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
);
|
|
10
20
|
export {
|
|
11
|
-
|
|
21
|
+
c as SwitchIndicator
|
|
12
22
|
};
|
package/dist/index.es77.js
CHANGED
|
@@ -1,47 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
"group inline-flex cursor-pointer items-center px-4 py-3 text-sm font-semibold focus-visible:outline-none",
|
|
11
|
-
{
|
|
12
|
-
variants: {
|
|
13
|
-
isActive: {
|
|
14
|
-
true: "bg-primary-50 text-primary-500 ",
|
|
15
|
-
false: "text-primary-300 hover:text-primary-500 hover:border-primary-500"
|
|
16
|
-
},
|
|
17
|
-
isDisabledTab: {
|
|
18
|
-
true: "",
|
|
19
|
-
false: ""
|
|
20
|
-
},
|
|
21
|
-
orientation: {
|
|
22
|
-
horizontal: "border-b-2 border-transparent",
|
|
23
|
-
vertical: "border-r-2 border-transparent"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
compoundVariants: [
|
|
27
|
-
{
|
|
28
|
-
isDisabledTab: !0,
|
|
29
|
-
orientation: "horizontal",
|
|
30
|
-
class: "border-b-2 cursor-not-allowed !border-neutral-600 !text-neutral-600 bg-neutral-200"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
isDisabledTab: !0,
|
|
34
|
-
orientation: "vertical",
|
|
35
|
-
class: "border-r-2 cursor-not-allowed !border-neutral-600 !text-neutral-600 bg-neutral-200"
|
|
36
|
-
},
|
|
37
|
-
{ isActive: !0, orientation: "horizontal", class: "border-b-2 border-primary-500" },
|
|
38
|
-
{ isActive: !1, orientation: "horizontal", class: "border-b-2 border-primary-300" },
|
|
39
|
-
{ isActive: !1, orientation: "vertical", class: "border-r-2 border-primary-200" },
|
|
40
|
-
{ isActive: !0, orientation: "vertical", class: "border-r-2 border-primary-500" }
|
|
41
|
-
]
|
|
42
|
-
}
|
|
43
|
-
);
|
|
1
|
+
import { j as p } from "./index.es38.js";
|
|
2
|
+
import { useRef as f } from "react";
|
|
3
|
+
import { useTab as u } from "react-aria";
|
|
4
|
+
import { cn as x } from "./index.es39.js";
|
|
5
|
+
import { tabVariants as y } from "./index.es79.js";
|
|
6
|
+
const D = (t) => {
|
|
7
|
+
const { className: i, item: r, orientation: n, state: s, id: a = void 0 } = t, { key: e, rendered: c } = r, m = s.selectedKey === e, d = s.disabledKeys.has(e) || (s == null ? void 0 : s.isDisabled), o = f(null), { tabProps: l } = u({ key: String(e) }, s, o), b = x(y({ isActive: m, orientation: n, isDisabledTab: d }), i);
|
|
8
|
+
return /* @__PURE__ */ p.jsx("div", { ...l, ref: o, className: b, id: a, children: c });
|
|
9
|
+
};
|
|
44
10
|
export {
|
|
45
|
-
|
|
46
|
-
t as tabsVariants
|
|
11
|
+
D as Tab
|
|
47
12
|
};
|
package/dist/index.es78.js
CHANGED
|
@@ -1,21 +1,12 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
renderLabelIcon: m
|
|
11
|
-
}) => !e && !x && !n ? null : /* @__PURE__ */ t.jsxs("div", { className: "flex flex-col", children: [
|
|
12
|
-
e ? /* @__PURE__ */ t.jsxs("div", { className: "flex items-center gap-x-1", children: [
|
|
13
|
-
/* @__PURE__ */ t.jsx("p", { className: c("text-sm font-semibold", l ? "text-neutral-600" : "text-neutral-900"), children: e }),
|
|
14
|
-
m ? /* @__PURE__ */ t.jsx(t.Fragment, { children: m }) : null
|
|
15
|
-
] }) : n,
|
|
16
|
-
x && !s && /* @__PURE__ */ t.jsx("p", { className: c("text-xs", l ? "text-neutral-600" : "text-neutral-800"), children: x }),
|
|
17
|
-
r && s && /* @__PURE__ */ t.jsx("p", { className: "text-sm text-red-500", children: s })
|
|
18
|
-
] });
|
|
1
|
+
import { j as m } from "./index.es38.js";
|
|
2
|
+
import { useRef as l } from "react";
|
|
3
|
+
import { useTabPanel as p } from "react-aria";
|
|
4
|
+
import { cn as i } from "./index.es39.js";
|
|
5
|
+
const P = (r) => {
|
|
6
|
+
var t;
|
|
7
|
+
const { className: o, state: s, ...n } = r, e = l(null), { tabPanelProps: a } = p(n, s, e), c = i("", o);
|
|
8
|
+
return /* @__PURE__ */ m.jsx("div", { ...a, ref: e, className: c, children: (t = s.selectedItem) == null ? void 0 : t.props.children });
|
|
9
|
+
};
|
|
19
10
|
export {
|
|
20
|
-
|
|
11
|
+
P as TabPanel
|
|
21
12
|
};
|
package/dist/index.es79.js
CHANGED
|
@@ -1,22 +1,47 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
className: m(
|
|
8
|
-
n({
|
|
9
|
-
isSelected: r,
|
|
10
|
-
isDisabled: o,
|
|
11
|
-
size: a,
|
|
12
|
-
isHoveredWhenOff: f && !r
|
|
13
|
-
})
|
|
14
|
-
),
|
|
15
|
-
style: {
|
|
16
|
-
left: r ? `${t.onLeft}px` : `${t.offLeft}px`
|
|
1
|
+
import { cva as r } from "class-variance-authority";
|
|
2
|
+
const t = r("flex h-full max-h-12", {
|
|
3
|
+
variants: {
|
|
4
|
+
orientation: {
|
|
5
|
+
horizontal: "flex-col",
|
|
6
|
+
vertical: "flex-row"
|
|
17
7
|
}
|
|
18
8
|
}
|
|
9
|
+
}), a = r(
|
|
10
|
+
"group inline-flex cursor-pointer items-center px-4 py-3 text-sm font-semibold focus-visible:outline-none",
|
|
11
|
+
{
|
|
12
|
+
variants: {
|
|
13
|
+
isActive: {
|
|
14
|
+
true: "bg-primary-50 text-primary-500 ",
|
|
15
|
+
false: "text-primary-300 hover:text-primary-500 hover:border-primary-500"
|
|
16
|
+
},
|
|
17
|
+
isDisabledTab: {
|
|
18
|
+
true: "",
|
|
19
|
+
false: ""
|
|
20
|
+
},
|
|
21
|
+
orientation: {
|
|
22
|
+
horizontal: "border-b-2 border-transparent",
|
|
23
|
+
vertical: "border-r-2 border-transparent"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
compoundVariants: [
|
|
27
|
+
{
|
|
28
|
+
isDisabledTab: !0,
|
|
29
|
+
orientation: "horizontal",
|
|
30
|
+
class: "border-b-2 cursor-not-allowed !border-neutral-600 !text-neutral-600 bg-neutral-200"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
isDisabledTab: !0,
|
|
34
|
+
orientation: "vertical",
|
|
35
|
+
class: "border-r-2 cursor-not-allowed !border-neutral-600 !text-neutral-600 bg-neutral-200"
|
|
36
|
+
},
|
|
37
|
+
{ isActive: !0, orientation: "horizontal", class: "border-b-2 border-primary-500" },
|
|
38
|
+
{ isActive: !1, orientation: "horizontal", class: "border-b-2 border-primary-300" },
|
|
39
|
+
{ isActive: !1, orientation: "vertical", class: "border-r-2 border-primary-200" },
|
|
40
|
+
{ isActive: !0, orientation: "vertical", class: "border-r-2 border-primary-500" }
|
|
41
|
+
]
|
|
42
|
+
}
|
|
19
43
|
);
|
|
20
44
|
export {
|
|
21
|
-
|
|
45
|
+
a as tabVariants,
|
|
46
|
+
t as tabsVariants
|
|
22
47
|
};
|
package/dist/index.es82.js
CHANGED
package/dist/index.es83.js
CHANGED
package/dist/index.es9.js
CHANGED
|
@@ -4,7 +4,7 @@ import { useState as N } from "react";
|
|
|
4
4
|
import { useFilter as K, Button as Q, Select as T, Popover as U } from "react-aria-components";
|
|
5
5
|
import { cn as p } from "./index.es39.js";
|
|
6
6
|
import { Loader as W } from "./index.es20.js";
|
|
7
|
-
import { PopoverContent as X } from "./index.
|
|
7
|
+
import { PopoverContent as X } from "./index.es63.js";
|
|
8
8
|
import { selectInputPopoverVariants as Y } from "./index.es45.js";
|
|
9
9
|
import { filterButtonVariants as Z, filterButtonBadgeVariants as _ } from "./index.es46.js";
|
|
10
10
|
const $ = ({
|