@simpli-route/apollo-ds 0.1.53 → 0.1.54
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/components/InvisibleDatepicker/types.d.ts +4 -0
- package/dist/index.cjs106.js +1 -1
- package/dist/index.cjs107.js +1 -1
- package/dist/index.cjs108.js +1 -1
- package/dist/index.cjs109.js +1 -1
- package/dist/index.cjs110.js +1 -1
- package/dist/index.cjs111.js +1 -1
- package/dist/index.cjs112.js +1 -1
- package/dist/index.cjs12.js +1 -1
- package/dist/index.cjs22.js +1 -1
- package/dist/index.cjs24.js +1 -1
- package/dist/index.cjs27.js +1 -1
- package/dist/index.cjs29.js +1 -1
- package/dist/index.cjs33.js +1 -1
- package/dist/index.cjs34.js +1 -1
- package/dist/index.cjs35.js +1 -1
- package/dist/index.cjs36.js +1 -1
- package/dist/index.cjs52.js +1 -1
- package/dist/index.cjs6.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.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.cjs72.js +1 -1
- package/dist/index.cjs74.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.cjs8.js +1 -1
- package/dist/index.cjs80.js +1 -1
- package/dist/index.cjs81.js +1 -1
- package/dist/index.cjs82.js +1 -1
- package/dist/index.cjs83.js +1 -1
- package/dist/index.cjs84.js +1 -1
- package/dist/index.es106.js +57 -4
- package/dist/index.es107.js +6 -28
- package/dist/index.es108.js +28 -4
- package/dist/index.es109.js +2 -8
- package/dist/index.es110.js +8 -340
- package/dist/index.es111.js +336 -162
- package/dist/index.es112.js +161 -52
- package/dist/index.es12.js +1 -1
- package/dist/index.es22.js +1 -1
- package/dist/index.es24.js +2 -2
- package/dist/index.es27.js +1 -1
- package/dist/index.es29.js +2 -2
- package/dist/index.es33.js +3 -3
- package/dist/index.es34.js +2 -2
- package/dist/index.es35.js +3 -3
- package/dist/index.es36.js +1 -1
- package/dist/index.es52.js +12 -7
- package/dist/index.es6.js +1 -1
- package/dist/index.es63.js +28 -16
- package/dist/index.es64.js +15 -14
- package/dist/index.es65.js +14 -13
- package/dist/index.es66.js +14 -28
- package/dist/index.es68.js +163 -10
- package/dist/index.es69.js +10 -10
- package/dist/index.es70.js +13 -12
- package/dist/index.es71.js +10 -13
- package/dist/index.es72.js +12 -163
- package/dist/index.es74.js +97 -36
- package/dist/index.es75.js +13 -7
- package/dist/index.es76.js +7 -18
- package/dist/index.es77.js +15 -146
- package/dist/index.es78.js +144 -96
- package/dist/index.es79.js +19 -13
- package/dist/index.es8.js +3 -3
- package/dist/index.es80.js +20 -19
- package/dist/index.es81.js +10 -20
- package/dist/index.es82.js +9 -9
- package/dist/index.es83.js +45 -10
- package/dist/index.es84.js +25 -30
- package/dist/stories/Datepicker.stories.d.ts +1 -0
- package/dist/style.css +9 -0
- package/package.json +1 -1
package/dist/index.es77.js
CHANGED
|
@@ -1,151 +1,20 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
isDisabled: !1,
|
|
14
|
-
isPressed: !1,
|
|
15
|
-
class: "bg-blue-600"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
state: "completed",
|
|
19
|
-
isHovered: !0,
|
|
20
|
-
isDisabled: !1,
|
|
21
|
-
isPressed: !1,
|
|
22
|
-
class: "bg-success-600"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
state: "error",
|
|
26
|
-
isHovered: !0,
|
|
27
|
-
isDisabled: !1,
|
|
28
|
-
isPressed: !1,
|
|
29
|
-
class: "bg-error-600"
|
|
30
|
-
}
|
|
31
|
-
], t = [
|
|
32
|
-
{
|
|
33
|
-
isDisabled: !0,
|
|
34
|
-
isPressed: !1,
|
|
35
|
-
class: "bg-neutral-600"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
isDisabled: !1,
|
|
39
|
-
isPressed: !1,
|
|
40
|
-
state: "pending",
|
|
41
|
-
class: "bg-neutral-500"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
isDisabled: !1,
|
|
45
|
-
isPressed: !1,
|
|
46
|
-
state: "inProgress",
|
|
47
|
-
class: "bg-blue-500"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
isDisabled: !1,
|
|
51
|
-
isPressed: !1,
|
|
52
|
-
state: "completed",
|
|
53
|
-
class: "bg-success-500"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
isDisabled: !1,
|
|
57
|
-
isPressed: !1,
|
|
58
|
-
state: "error",
|
|
59
|
-
class: "bg-error-500"
|
|
60
|
-
}
|
|
61
|
-
], r = [
|
|
62
|
-
{
|
|
63
|
-
isPressed: !0,
|
|
64
|
-
isDisabled: !1,
|
|
65
|
-
state: "pending",
|
|
66
|
-
class: "bg-neutral-900"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
isPressed: !0,
|
|
70
|
-
isDisabled: !1,
|
|
71
|
-
state: "inProgress",
|
|
72
|
-
class: "bg-blue-800"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
isPressed: !0,
|
|
76
|
-
isDisabled: !1,
|
|
77
|
-
state: "completed",
|
|
78
|
-
class: "bg-success-800"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
isPressed: !0,
|
|
82
|
-
isDisabled: !1,
|
|
83
|
-
state: "error",
|
|
84
|
-
class: "bg-error-800"
|
|
85
|
-
}
|
|
86
|
-
], i = s(
|
|
87
|
-
"flex shrink-0 items-center justify-center rounded-full focus-visible:outline-0 focus:outline-0",
|
|
88
|
-
{
|
|
89
|
-
variants: {
|
|
90
|
-
size: {
|
|
91
|
-
xs: "size-8",
|
|
92
|
-
md: "size-[50px]"
|
|
93
|
-
},
|
|
94
|
-
state: {
|
|
95
|
-
pending: "",
|
|
96
|
-
inProgress: "",
|
|
97
|
-
completed: "",
|
|
98
|
-
error: ""
|
|
99
|
-
},
|
|
100
|
-
isDisabled: {
|
|
101
|
-
true: "",
|
|
102
|
-
false: ""
|
|
103
|
-
},
|
|
104
|
-
isHovered: {
|
|
105
|
-
true: "",
|
|
106
|
-
false: ""
|
|
107
|
-
},
|
|
108
|
-
isPressed: {
|
|
109
|
-
true: "",
|
|
110
|
-
false: ""
|
|
1
|
+
import t from "./index.es110.js";
|
|
2
|
+
import s from "@simpli-route/tailwind-preset";
|
|
3
|
+
import o from "./index.es111.js";
|
|
4
|
+
import e from "./index.es112.js";
|
|
5
|
+
const { fontFamily: i } = t, l = {
|
|
6
|
+
presets: [s],
|
|
7
|
+
mode: "jit",
|
|
8
|
+
content: ["./index.html", "./node_modules/@simpli-route/**/*.{js,ts,jsx,tsx}", "./src/**/*.{js,ts,jsx,tsx}"],
|
|
9
|
+
theme: {
|
|
10
|
+
extend: {
|
|
11
|
+
fontFamily: {
|
|
12
|
+
sans: ["var(--font-open-sans)", ...i.sans]
|
|
111
13
|
}
|
|
112
|
-
},
|
|
113
|
-
compoundVariants: [...e, ...t, ...r]
|
|
114
|
-
}
|
|
115
|
-
), l = s("leading-5 tracking-wide font-normal text-black", {
|
|
116
|
-
variants: {
|
|
117
|
-
size: {
|
|
118
|
-
xs: "text-sm",
|
|
119
|
-
md: "text-md"
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}), d = s("flex items-center justify-center", {
|
|
123
|
-
variants: {
|
|
124
|
-
size: {
|
|
125
|
-
xs: "text-base size-4",
|
|
126
|
-
md: "text-lg size-[18px]"
|
|
127
|
-
},
|
|
128
|
-
state: {
|
|
129
|
-
pending: "text-neutral-50",
|
|
130
|
-
inProgress: "text-neutral-50",
|
|
131
|
-
completed: "text-neutral-50",
|
|
132
|
-
error: "text-neutral-50"
|
|
133
|
-
},
|
|
134
|
-
isHovered: {
|
|
135
|
-
true: "",
|
|
136
|
-
false: ""
|
|
137
14
|
}
|
|
138
15
|
},
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
state: "error",
|
|
142
|
-
isHovered: !0,
|
|
143
|
-
class: "text-error-600"
|
|
144
|
-
}
|
|
145
|
-
]
|
|
146
|
-
});
|
|
16
|
+
plugins: [o, e]
|
|
17
|
+
};
|
|
147
18
|
export {
|
|
148
|
-
|
|
149
|
-
l as labelVariants,
|
|
150
|
-
i as stepVariants
|
|
19
|
+
l as default
|
|
151
20
|
};
|
package/dist/index.es78.js
CHANGED
|
@@ -1,103 +1,151 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
1
|
+
import { cva as s } from "class-variance-authority";
|
|
2
|
+
const e = [
|
|
3
|
+
{
|
|
4
|
+
state: "pending",
|
|
5
|
+
isHovered: !0,
|
|
6
|
+
isDisabled: !1,
|
|
7
|
+
isPressed: !1,
|
|
8
|
+
class: "bg-neutral-600"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
state: "inProgress",
|
|
12
|
+
isHovered: !0,
|
|
13
|
+
isDisabled: !1,
|
|
14
|
+
isPressed: !1,
|
|
15
|
+
class: "bg-blue-600"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
state: "completed",
|
|
19
|
+
isHovered: !0,
|
|
20
|
+
isDisabled: !1,
|
|
21
|
+
isPressed: !1,
|
|
22
|
+
class: "bg-success-600"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
state: "error",
|
|
26
|
+
isHovered: !0,
|
|
27
|
+
isDisabled: !1,
|
|
28
|
+
isPressed: !1,
|
|
29
|
+
class: "bg-error-600"
|
|
30
|
+
}
|
|
31
|
+
], t = [
|
|
32
|
+
{
|
|
33
|
+
isDisabled: !0,
|
|
34
|
+
isPressed: !1,
|
|
35
|
+
class: "bg-neutral-600"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
isDisabled: !1,
|
|
39
|
+
isPressed: !1,
|
|
40
|
+
state: "pending",
|
|
41
|
+
class: "bg-neutral-500"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
isDisabled: !1,
|
|
45
|
+
isPressed: !1,
|
|
46
|
+
state: "inProgress",
|
|
47
|
+
class: "bg-blue-500"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
isDisabled: !1,
|
|
51
|
+
isPressed: !1,
|
|
52
|
+
state: "completed",
|
|
53
|
+
class: "bg-success-500"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
isDisabled: !1,
|
|
57
|
+
isPressed: !1,
|
|
58
|
+
state: "error",
|
|
59
|
+
class: "bg-error-500"
|
|
60
|
+
}
|
|
61
|
+
], r = [
|
|
62
|
+
{
|
|
63
|
+
isPressed: !0,
|
|
64
|
+
isDisabled: !1,
|
|
65
|
+
state: "pending",
|
|
66
|
+
class: "bg-neutral-900"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
isPressed: !0,
|
|
70
|
+
isDisabled: !1,
|
|
71
|
+
state: "inProgress",
|
|
72
|
+
class: "bg-blue-800"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
isPressed: !0,
|
|
76
|
+
isDisabled: !1,
|
|
77
|
+
state: "completed",
|
|
78
|
+
class: "bg-success-800"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
isPressed: !0,
|
|
82
|
+
isDisabled: !1,
|
|
83
|
+
state: "error",
|
|
84
|
+
class: "bg-error-800"
|
|
85
|
+
}
|
|
86
|
+
], i = s(
|
|
87
|
+
"flex shrink-0 items-center justify-center rounded-full focus-visible:outline-0 focus:outline-0",
|
|
88
|
+
{
|
|
89
|
+
variants: {
|
|
90
|
+
size: {
|
|
91
|
+
xs: "size-8",
|
|
92
|
+
md: "size-[50px]"
|
|
93
|
+
},
|
|
94
|
+
state: {
|
|
95
|
+
pending: "",
|
|
96
|
+
inProgress: "",
|
|
97
|
+
completed: "",
|
|
98
|
+
error: ""
|
|
99
|
+
},
|
|
100
|
+
isDisabled: {
|
|
101
|
+
true: "",
|
|
102
|
+
false: ""
|
|
103
|
+
},
|
|
104
|
+
isHovered: {
|
|
105
|
+
true: "",
|
|
106
|
+
false: ""
|
|
107
|
+
},
|
|
108
|
+
isPressed: {
|
|
109
|
+
true: "",
|
|
110
|
+
false: ""
|
|
27
111
|
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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)
|
|
112
|
+
},
|
|
113
|
+
compoundVariants: [...e, ...t, ...r]
|
|
114
|
+
}
|
|
115
|
+
), l = s("leading-5 tracking-wide font-normal text-black", {
|
|
116
|
+
variants: {
|
|
117
|
+
size: {
|
|
118
|
+
xs: "text-sm",
|
|
119
|
+
md: "text-md"
|
|
45
120
|
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
{
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
121
|
+
}
|
|
122
|
+
}), d = s("flex items-center justify-center", {
|
|
123
|
+
variants: {
|
|
124
|
+
size: {
|
|
125
|
+
xs: "text-base size-4",
|
|
126
|
+
md: "text-lg size-[18px]"
|
|
127
|
+
},
|
|
128
|
+
state: {
|
|
129
|
+
pending: "text-neutral-50",
|
|
130
|
+
inProgress: "text-neutral-50",
|
|
131
|
+
completed: "text-neutral-50",
|
|
132
|
+
error: "text-neutral-50"
|
|
133
|
+
},
|
|
134
|
+
isHovered: {
|
|
135
|
+
true: "",
|
|
136
|
+
false: ""
|
|
55
137
|
}
|
|
56
|
-
|
|
57
|
-
|
|
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,
|
|
138
|
+
},
|
|
139
|
+
compoundVariants: [
|
|
88
140
|
{
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
suffix: c,
|
|
93
|
-
modeTooltip: b,
|
|
94
|
-
positionTooltip: h,
|
|
95
|
-
showTypeValue: t,
|
|
96
|
-
isHiddenValue: v,
|
|
97
|
-
classNameThumb: d
|
|
141
|
+
state: "error",
|
|
142
|
+
isHovered: !0,
|
|
143
|
+
class: "text-error-600"
|
|
98
144
|
}
|
|
99
|
-
|
|
100
|
-
|
|
145
|
+
]
|
|
146
|
+
});
|
|
101
147
|
export {
|
|
102
|
-
|
|
148
|
+
d as iconVariants,
|
|
149
|
+
l as labelVariants,
|
|
150
|
+
i as stepVariants
|
|
103
151
|
};
|
package/dist/index.es79.js
CHANGED
|
@@ -1,15 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import { j as t } from "./index.es40.js";
|
|
2
|
+
import { cn as c } from "./index.es41.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
|
+
] });
|
|
13
19
|
export {
|
|
14
|
-
|
|
20
|
+
i as ContentSwitch
|
|
15
21
|
};
|
package/dist/index.es8.js
CHANGED
|
@@ -3,9 +3,9 @@ import { parseColor as h } from "@react-stately/color";
|
|
|
3
3
|
import { useState as a, useEffect as w } from "react";
|
|
4
4
|
import { ColorPicker as L, Label as R, DialogTrigger as T, Button as W, ColorSwatch as $, Popover as q, Dialog as G } from "react-aria-components";
|
|
5
5
|
import { cn as J } from "./index.es41.js";
|
|
6
|
-
import { ColorArea as K } from "./index.
|
|
7
|
-
import { ColorField as M } from "./index.
|
|
8
|
-
import { ColorSlider as Q } from "./index.
|
|
6
|
+
import { ColorArea as K } from "./index.es64.js";
|
|
7
|
+
import { ColorField as M } from "./index.es65.js";
|
|
8
|
+
import { ColorSlider as Q } from "./index.es66.js";
|
|
9
9
|
const ne = (v) => {
|
|
10
10
|
const {
|
|
11
11
|
value: l,
|
package/dist/index.es80.js
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import { cn as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { j as i } from "./index.es40.js";
|
|
2
|
+
import { cn as m } from "./index.es41.js";
|
|
3
|
+
import { indicatorVariants as n } from "./index.es61.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
|
+
);
|
|
19
20
|
export {
|
|
20
|
-
|
|
21
|
+
c as SwitchIndicator
|
|
21
22
|
};
|
package/dist/index.es81.js
CHANGED
|
@@ -1,22 +1,12 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
);
|
|
1
|
+
import { j as p } from "./index.es40.js";
|
|
2
|
+
import { useRef as f } from "react";
|
|
3
|
+
import { useTab as u } from "react-aria";
|
|
4
|
+
import { cn as x } from "./index.es41.js";
|
|
5
|
+
import { tabVariants as y } from "./index.es83.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
|
+
};
|
|
20
10
|
export {
|
|
21
|
-
|
|
11
|
+
D as Tab
|
|
22
12
|
};
|
package/dist/index.es82.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import { useRef as
|
|
3
|
-
import {
|
|
4
|
-
import { cn as
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
const { className:
|
|
8
|
-
return /* @__PURE__ */
|
|
1
|
+
import { j as m } from "./index.es40.js";
|
|
2
|
+
import { useRef as l } from "react";
|
|
3
|
+
import { useTabPanel as p } from "react-aria";
|
|
4
|
+
import { cn as i } from "./index.es41.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
9
|
};
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
P as TabPanel
|
|
12
12
|
};
|
package/dist/index.es83.js
CHANGED
|
@@ -1,12 +1,47 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
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"
|
|
7
|
+
}
|
|
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
|
+
}
|
|
43
|
+
);
|
|
10
44
|
export {
|
|
11
|
-
|
|
45
|
+
a as tabVariants,
|
|
46
|
+
t as tabsVariants
|
|
12
47
|
};
|