@simpli-route/apollo-ds 0.1.13 → 0.1.14
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/Tabs/types.d.ts +2 -0
- package/dist/components/Tabs/variants.d.ts +1 -0
- package/dist/index.cjs10.js +1 -1
- package/dist/index.cjs11.js +1 -1
- package/dist/index.cjs12.js +1 -1
- package/dist/index.cjs14.js +1 -1
- package/dist/index.cjs15.js +1 -1
- package/dist/index.cjs16.js +1 -1
- package/dist/index.cjs23.js +1 -1
- package/dist/index.cjs24.js +1 -1
- package/dist/index.cjs25.js +1 -1
- package/dist/index.cjs26.js +1 -1
- package/dist/index.cjs3.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.cjs37.js +1 -1
- package/dist/index.cjs38.js +1 -1
- package/dist/index.cjs39.js +1 -1
- package/dist/index.cjs4.js +1 -1
- package/dist/index.cjs40.js +1 -1
- package/dist/index.cjs41.js +1 -1
- package/dist/index.cjs42.js +1 -1
- package/dist/index.cjs43.js +1 -1
- package/dist/index.cjs44.js +1 -1
- package/dist/index.cjs45.js +1 -1
- package/dist/index.cjs46.js +1 -1
- package/dist/index.cjs48.js +1 -1
- package/dist/index.cjs5.js +1 -1
- package/dist/index.cjs52.js +1 -1
- package/dist/index.cjs53.js +1 -1
- package/dist/index.cjs54.js +1 -1
- package/dist/index.cjs55.js +1 -1
- package/dist/index.cjs56.js +1 -1
- package/dist/index.cjs57.js +1 -1
- package/dist/index.cjs58.js +1 -1
- package/dist/index.cjs6.js +1 -1
- package/dist/index.cjs7.js +1 -1
- package/dist/index.cjs9.js +1 -1
- package/dist/index.es10.js +2 -2
- package/dist/index.es11.js +2 -2
- package/dist/index.es12.js +2 -2
- package/dist/index.es14.js +2 -2
- package/dist/index.es15.js +2 -2
- package/dist/index.es16.js +28 -16
- package/dist/index.es23.js +1 -1
- package/dist/index.es24.js +167 -30
- package/dist/index.es25.js +20 -148
- package/dist/index.es26.js +31 -40
- package/dist/index.es3.js +3 -3
- package/dist/index.es34.js +30 -11
- package/dist/index.es35.js +10 -163
- package/dist/index.es36.js +19 -30
- package/dist/index.es37.js +20 -10
- package/dist/index.es38.js +9 -136
- package/dist/index.es39.js +10 -25
- package/dist/index.es4.js +2 -2
- package/dist/index.es40.js +136 -95
- package/dist/index.es41.js +26 -12
- package/dist/index.es42.js +96 -10
- package/dist/index.es43.js +12 -11
- package/dist/index.es44.js +11 -19
- package/dist/index.es45.js +161 -18
- package/dist/index.es46.js +8 -8
- package/dist/index.es48.js +22 -8
- package/dist/index.es5.js +1 -1
- package/dist/index.es52.js +30 -19
- package/dist/index.es53.js +56 -19
- package/dist/index.es54.js +12 -14
- package/dist/index.es55.js +10 -12
- package/dist/index.es56.js +15 -13
- package/dist/index.es57.js +21 -30
- package/dist/index.es58.js +19 -56
- package/dist/index.es6.js +1 -1
- package/dist/index.es7.js +1 -1
- package/dist/index.es9.js +1 -1
- package/dist/style.css +17 -2
- package/package.json +1 -1
package/dist/index.es16.js
CHANGED
|
@@ -1,35 +1,47 @@
|
|
|
1
1
|
import { j as s } from "./index.es21.js";
|
|
2
|
-
import { useRef as
|
|
3
|
-
import { useTabList as
|
|
4
|
-
import { useTabListState as
|
|
2
|
+
import { useRef as b } from "react";
|
|
3
|
+
import { useTabList as d } from "react-aria";
|
|
4
|
+
import { useTabListState as u, Item as N } from "react-stately";
|
|
5
5
|
import { cn as e } from "./index.es22.js";
|
|
6
6
|
import { Tab as j } from "./index.es46.js";
|
|
7
|
-
import { TabPanel as
|
|
8
|
-
import { tabsVariants as
|
|
9
|
-
const
|
|
10
|
-
var
|
|
11
|
-
const {
|
|
12
|
-
|
|
7
|
+
import { TabPanel as h } from "./index.es47.js";
|
|
8
|
+
import { tabsVariants as T } from "./index.es48.js";
|
|
9
|
+
const v = (a) => {
|
|
10
|
+
var l;
|
|
11
|
+
const {
|
|
12
|
+
rootClassName: m,
|
|
13
|
+
tabClassName: n,
|
|
14
|
+
tabPanelClassName: c,
|
|
15
|
+
orientation: o = "horizontal",
|
|
16
|
+
id: f = void 0,
|
|
17
|
+
isDisabled: p
|
|
18
|
+
} = a, t = u(a), r = b(null), { tabListProps: x } = d(a, t, r);
|
|
19
|
+
return /* @__PURE__ */ s.jsxs("div", { className: e(T({ orientation: o }), m), children: [
|
|
13
20
|
/* @__PURE__ */ s.jsx(
|
|
14
21
|
"div",
|
|
15
22
|
{
|
|
16
|
-
...
|
|
23
|
+
...x,
|
|
17
24
|
ref: r,
|
|
18
25
|
className: e("flex", o === "horizontal" ? "flex-row flex-wrap" : "flex-col"),
|
|
19
|
-
children: [...t.collection].map((
|
|
26
|
+
children: [...t.collection].map((i) => /* @__PURE__ */ s.jsx(j, { item: i, state: t, orientation: o, className: n, id: f }, i.key))
|
|
20
27
|
}
|
|
21
28
|
),
|
|
22
29
|
/* @__PURE__ */ s.jsx(
|
|
23
|
-
|
|
30
|
+
h,
|
|
24
31
|
{
|
|
25
32
|
state: t,
|
|
26
|
-
className: e(
|
|
33
|
+
className: e(
|
|
34
|
+
"p-2",
|
|
35
|
+
o === "horizontal" ? "pl-2" : "pt-2",
|
|
36
|
+
p ? "cursor-not-allowed opacity-50" : "",
|
|
37
|
+
c
|
|
38
|
+
)
|
|
27
39
|
},
|
|
28
|
-
(
|
|
40
|
+
(l = t.selectedItem) == null ? void 0 : l.key
|
|
29
41
|
)
|
|
30
42
|
] });
|
|
31
43
|
};
|
|
32
|
-
|
|
44
|
+
v.Item = N;
|
|
33
45
|
export {
|
|
34
|
-
|
|
46
|
+
v as Tabs
|
|
35
47
|
};
|
package/dist/index.es23.js
CHANGED
package/dist/index.es24.js
CHANGED
|
@@ -1,36 +1,173 @@
|
|
|
1
1
|
import { cva as r } from "class-variance-authority";
|
|
2
|
-
const t = r(
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
const t = r(
|
|
3
|
+
"inline-flex select-none items-center justify-center text-center text-base font-semibold leading-6 transition duration-150 ease-in-out focus:outline-none",
|
|
4
|
+
{
|
|
5
|
+
variants: {
|
|
6
|
+
intent: {
|
|
7
|
+
primary: "bg-primary-500 text-primary-50",
|
|
8
|
+
secondary: "border border-primary-500 bg-primary-50 text-primary-500",
|
|
9
|
+
tertiary: "text-primary-500",
|
|
10
|
+
outline: "border border-primary-500 text-primary-500",
|
|
11
|
+
success: "border bg-success-500 text-success-50",
|
|
12
|
+
error: "border bg-error-500 text-error-50",
|
|
13
|
+
orangeWarning: "border bg-orange-warning-500 text-orange-warning-50",
|
|
14
|
+
yellowWarning: "border bg-yellow-warning-500 text-yellow-warning-900",
|
|
15
|
+
info: "border bg-blue-500 text-blue-50"
|
|
16
|
+
},
|
|
17
|
+
size: {
|
|
18
|
+
xs: "rounded px-3 py-1",
|
|
19
|
+
sm: "rounded px-3 py-2",
|
|
20
|
+
md: "rounded-lg px-4 py-3",
|
|
21
|
+
lg: "rounded-lg px-6 py-4"
|
|
22
|
+
},
|
|
23
|
+
isDisabled: {
|
|
24
|
+
true: "pointer-events-none cursor-not-allowed border-none bg-neutral-400 text-neutral-600"
|
|
25
|
+
},
|
|
26
|
+
isHovered: {
|
|
27
|
+
true: ""
|
|
28
|
+
},
|
|
29
|
+
isActive: {
|
|
30
|
+
true: ""
|
|
31
|
+
},
|
|
32
|
+
fullWidth: {
|
|
33
|
+
true: "w-full",
|
|
34
|
+
false: "w-fit"
|
|
35
|
+
},
|
|
36
|
+
isLoading: {
|
|
37
|
+
true: "pointer-events-none cursor-not-allowed opacity-70"
|
|
38
|
+
},
|
|
39
|
+
isFocused: {
|
|
40
|
+
true: "focus:outline-none focus:ring-2 focus:ring-sky-400 focus:ring-offset-[0.4px] border-none",
|
|
41
|
+
false: ""
|
|
42
|
+
}
|
|
7
43
|
},
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"[&_svg]:w-[10px] [&_svg]:h-[10px]"
|
|
12
|
-
],
|
|
13
|
-
sm: ["gap-1 py-[2px] pr-[6px] pl-1 font-normal text-neutral-900 text-xs", "[&_svg]:w-3 [&_svg]:h-3"],
|
|
14
|
-
md: ["gap-1 py-1 pr-3 pl-2 font-normal text-neutral-900 text-sm", "[&_svg]:w-4 [&_svg]:h-4"],
|
|
15
|
-
lg: ["gap-2 py-1 pr-3 pl-2 font-normal text-neutral-900 text-sm", "[&_svg]:w-4 [&_svg]:h-4"]
|
|
44
|
+
defaultVariants: {
|
|
45
|
+
intent: "primary",
|
|
46
|
+
size: "md"
|
|
16
47
|
},
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
48
|
+
compoundVariants: [
|
|
49
|
+
/* Hover State */
|
|
50
|
+
{
|
|
51
|
+
intent: "primary",
|
|
52
|
+
isHovered: !0,
|
|
53
|
+
class: "bg-primary-700"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
intent: "secondary",
|
|
57
|
+
isHovered: !0,
|
|
58
|
+
class: "bg-primary-200"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
intent: "tertiary",
|
|
62
|
+
isHovered: !0,
|
|
63
|
+
class: "bg-primary-300 text-primary-800"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
intent: "outline",
|
|
67
|
+
isHovered: !0,
|
|
68
|
+
class: "bg-primary-500 text-primary-50"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
intent: "success",
|
|
72
|
+
isHovered: !0,
|
|
73
|
+
class: "bg-success-700 text-neutral-50"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
intent: "error",
|
|
77
|
+
isHovered: !0,
|
|
78
|
+
class: "bg-error-700 text-error-50"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
intent: "orangeWarning",
|
|
82
|
+
isHovered: !0,
|
|
83
|
+
class: "bg-orange-warning-700 text-orange-warning-50"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
intent: "yellowWarning",
|
|
87
|
+
isHovered: !0,
|
|
88
|
+
class: "bg-yellow-warning-700 text-neutral-50"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
intent: "info",
|
|
92
|
+
isHovered: !0,
|
|
93
|
+
class: "bg-blue-700 text-blue-50"
|
|
94
|
+
},
|
|
95
|
+
/* /Focus State */
|
|
96
|
+
{
|
|
97
|
+
intent: "success",
|
|
98
|
+
isFocused: !0,
|
|
99
|
+
class: "border-[1.5px] focus:ring-success-500"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
intent: "error",
|
|
103
|
+
isFocused: !0,
|
|
104
|
+
class: "border-[1.5px] focus:ring-error-500"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
intent: "orangeWarning",
|
|
108
|
+
isFocused: !0,
|
|
109
|
+
class: "border-[1.5px] focus:ring-orange-500"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
intent: "yellowWarning",
|
|
113
|
+
isFocused: !0,
|
|
114
|
+
class: "border-[1.5px] focus:ring-yellow-500"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
intent: "info",
|
|
118
|
+
isFocused: !0,
|
|
119
|
+
class: "border-[1.5px] focus:ring-blue-500"
|
|
120
|
+
},
|
|
121
|
+
/* Active State */
|
|
122
|
+
{
|
|
123
|
+
intent: "primary",
|
|
124
|
+
isActive: !0,
|
|
125
|
+
class: "bg-primary-900"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
intent: "secondary",
|
|
129
|
+
isActive: !0,
|
|
130
|
+
class: "bg-primary-300"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
intent: "tertiary",
|
|
134
|
+
isActive: !0,
|
|
135
|
+
class: "bg-primary-500 text-white"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
intent: "outline",
|
|
139
|
+
isActive: !0,
|
|
140
|
+
class: "border border-primary-500 bg-primary-300 text-primary-500"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
intent: "success",
|
|
144
|
+
isActive: !0,
|
|
145
|
+
class: "border border-transparent bg-success-300 text-success-900"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
intent: "error",
|
|
149
|
+
isActive: !0,
|
|
150
|
+
class: "border border-transparent bg-error-300 text-error-900"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
intent: "orangeWarning",
|
|
154
|
+
isActive: !0,
|
|
155
|
+
class: "border border-transparent bg-orange-warning-300 text-orange-warning-900"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
intent: "yellowWarning",
|
|
159
|
+
isActive: !0,
|
|
160
|
+
class: "border border-transparent bg-yellow-warning-300 text-yellow-warning-900"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
intent: "info",
|
|
164
|
+
isActive: !0,
|
|
165
|
+
class: "border border-transparent bg-blue-200 text-blue-900"
|
|
166
|
+
}
|
|
167
|
+
/* /Active State */
|
|
168
|
+
]
|
|
32
169
|
}
|
|
33
|
-
|
|
170
|
+
);
|
|
34
171
|
export {
|
|
35
|
-
t as
|
|
172
|
+
t as buttonVariants
|
|
36
173
|
};
|
package/dist/index.es25.js
CHANGED
|
@@ -1,173 +1,45 @@
|
|
|
1
1
|
import { cva as r } from "class-variance-authority";
|
|
2
|
-
const
|
|
3
|
-
"
|
|
2
|
+
const i = r(
|
|
3
|
+
"flex h-5 w-5 shrink-0 cursor-pointer items-center justify-center rounded border-2 border-primary-200 text-white transition duration-150 ease-in-out",
|
|
4
4
|
{
|
|
5
5
|
variants: {
|
|
6
|
-
intent: {
|
|
7
|
-
primary: "bg-primary-500 text-primary-50",
|
|
8
|
-
secondary: "border border-primary-500 bg-primary-50 text-primary-500",
|
|
9
|
-
tertiary: "text-primary-500",
|
|
10
|
-
outline: "border border-primary-500 text-primary-500",
|
|
11
|
-
success: "border bg-success-500 text-success-50",
|
|
12
|
-
error: "border bg-error-500 text-error-50",
|
|
13
|
-
orangeWarning: "border bg-orange-warning-500 text-orange-warning-50",
|
|
14
|
-
yellowWarning: "border bg-yellow-warning-500 text-yellow-warning-900",
|
|
15
|
-
info: "border bg-blue-500 text-blue-50"
|
|
16
|
-
},
|
|
17
|
-
size: {
|
|
18
|
-
xs: "rounded px-3 py-1",
|
|
19
|
-
sm: "rounded px-3 py-2",
|
|
20
|
-
md: "rounded-lg px-4 py-3",
|
|
21
|
-
lg: "rounded-lg px-6 py-4"
|
|
22
|
-
},
|
|
23
|
-
isDisabled: {
|
|
24
|
-
true: "pointer-events-none cursor-not-allowed border-none bg-neutral-400 text-neutral-600"
|
|
25
|
-
},
|
|
26
6
|
isHovered: {
|
|
27
7
|
true: ""
|
|
28
8
|
},
|
|
29
|
-
|
|
30
|
-
true: ""
|
|
9
|
+
isSelected: {
|
|
10
|
+
true: "border-primary-500 bg-primary-500",
|
|
11
|
+
false: "bg-white"
|
|
31
12
|
},
|
|
32
|
-
|
|
33
|
-
true: "
|
|
34
|
-
false: "w-fit"
|
|
13
|
+
isFocusVisible: {
|
|
14
|
+
true: "border-primary-500 group-active:border-primary-500"
|
|
35
15
|
},
|
|
36
|
-
|
|
37
|
-
true: "
|
|
16
|
+
isDisabled: {
|
|
17
|
+
true: "border-neutral-500 cursor-not-allowed"
|
|
38
18
|
},
|
|
39
|
-
|
|
40
|
-
true: "
|
|
41
|
-
false: ""
|
|
19
|
+
label: {
|
|
20
|
+
true: "mr-2"
|
|
42
21
|
}
|
|
43
22
|
},
|
|
44
|
-
defaultVariants: {
|
|
45
|
-
intent: "primary",
|
|
46
|
-
size: "md"
|
|
47
|
-
},
|
|
48
23
|
compoundVariants: [
|
|
49
|
-
/* Hover State */
|
|
50
|
-
{
|
|
51
|
-
intent: "primary",
|
|
52
|
-
isHovered: !0,
|
|
53
|
-
class: "bg-primary-700"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
intent: "secondary",
|
|
57
|
-
isHovered: !0,
|
|
58
|
-
class: "bg-primary-200"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
intent: "tertiary",
|
|
62
|
-
isHovered: !0,
|
|
63
|
-
class: "bg-primary-300 text-primary-800"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
intent: "outline",
|
|
67
|
-
isHovered: !0,
|
|
68
|
-
class: "bg-primary-500 text-primary-50"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
intent: "success",
|
|
72
|
-
isHovered: !0,
|
|
73
|
-
class: "bg-success-700 text-neutral-50"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
intent: "error",
|
|
77
|
-
isHovered: !0,
|
|
78
|
-
class: "bg-error-700 text-error-50"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
intent: "orangeWarning",
|
|
82
|
-
isHovered: !0,
|
|
83
|
-
class: "bg-orange-warning-700 text-orange-warning-50"
|
|
84
|
-
},
|
|
85
24
|
{
|
|
86
|
-
intent: "yellowWarning",
|
|
87
25
|
isHovered: !0,
|
|
88
|
-
|
|
26
|
+
isSelected: !0,
|
|
27
|
+
class: "border-none bg-primary-600 group-active:bg-primary-600"
|
|
89
28
|
},
|
|
90
29
|
{
|
|
91
|
-
intent: "info",
|
|
92
30
|
isHovered: !0,
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
{
|
|
97
|
-
intent: "success",
|
|
98
|
-
isFocused: !0,
|
|
99
|
-
class: "border-[1.5px] focus:ring-success-500"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
intent: "error",
|
|
103
|
-
isFocused: !0,
|
|
104
|
-
class: "border-[1.5px] focus:ring-error-500"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
intent: "orangeWarning",
|
|
108
|
-
isFocused: !0,
|
|
109
|
-
class: "border-[1.5px] focus:ring-orange-500"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
intent: "yellowWarning",
|
|
113
|
-
isFocused: !0,
|
|
114
|
-
class: "border-[1.5px] focus:ring-yellow-500"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
intent: "info",
|
|
118
|
-
isFocused: !0,
|
|
119
|
-
class: "border-[1.5px] focus:ring-blue-500"
|
|
120
|
-
},
|
|
121
|
-
/* Active State */
|
|
122
|
-
{
|
|
123
|
-
intent: "primary",
|
|
124
|
-
isActive: !0,
|
|
125
|
-
class: "bg-primary-900"
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
intent: "secondary",
|
|
129
|
-
isActive: !0,
|
|
130
|
-
class: "bg-primary-300"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
intent: "tertiary",
|
|
134
|
-
isActive: !0,
|
|
135
|
-
class: "bg-primary-500 text-white"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
intent: "outline",
|
|
139
|
-
isActive: !0,
|
|
140
|
-
class: "border border-primary-500 bg-primary-300 text-primary-500"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
intent: "success",
|
|
144
|
-
isActive: !0,
|
|
145
|
-
class: "border border-transparent bg-success-300 text-success-900"
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
intent: "error",
|
|
149
|
-
isActive: !0,
|
|
150
|
-
class: "border border-transparent bg-error-300 text-error-900"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
intent: "orangeWarning",
|
|
154
|
-
isActive: !0,
|
|
155
|
-
class: "border border-transparent bg-orange-warning-300 text-orange-warning-900"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
intent: "yellowWarning",
|
|
159
|
-
isActive: !0,
|
|
160
|
-
class: "border border-transparent bg-yellow-warning-300 text-yellow-warning-900"
|
|
31
|
+
isSelected: !1,
|
|
32
|
+
isDisabled: !1,
|
|
33
|
+
class: "border-primary-700 group-active:bg-primary-600"
|
|
161
34
|
},
|
|
162
35
|
{
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
class: "
|
|
36
|
+
isDisabled: !0,
|
|
37
|
+
isSelected: !0,
|
|
38
|
+
class: "bg-neutral-500"
|
|
166
39
|
}
|
|
167
|
-
/* /Active State */
|
|
168
40
|
]
|
|
169
41
|
}
|
|
170
42
|
);
|
|
171
43
|
export {
|
|
172
|
-
|
|
44
|
+
i as checkboxVariants
|
|
173
45
|
};
|
package/dist/index.es26.js
CHANGED
|
@@ -1,45 +1,36 @@
|
|
|
1
1
|
import { cva as r } from "class-variance-authority";
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
true: ""
|
|
8
|
-
},
|
|
9
|
-
isSelected: {
|
|
10
|
-
true: "border-primary-500 bg-primary-500",
|
|
11
|
-
false: "bg-white"
|
|
12
|
-
},
|
|
13
|
-
isFocusVisible: {
|
|
14
|
-
true: "border-primary-500 group-active:border-primary-500"
|
|
15
|
-
},
|
|
16
|
-
isDisabled: {
|
|
17
|
-
true: "border-neutral-500 cursor-not-allowed"
|
|
18
|
-
},
|
|
19
|
-
label: {
|
|
20
|
-
true: "mr-2"
|
|
21
|
-
}
|
|
2
|
+
const t = r("bg-primary-50 inline-flex items-center select-none border border-transparent", {
|
|
3
|
+
variants: {
|
|
4
|
+
style: {
|
|
5
|
+
square: "rounded-md",
|
|
6
|
+
rounded: "rounded-full"
|
|
22
7
|
},
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
8
|
+
size: {
|
|
9
|
+
xs: [
|
|
10
|
+
"gap-1 py-[2px] pr-[6px] pl-1 font-normal text-neutral-900 text-[10px]",
|
|
11
|
+
"[&_svg]:w-[10px] [&_svg]:h-[10px]"
|
|
12
|
+
],
|
|
13
|
+
sm: ["gap-1 py-[2px] pr-[6px] pl-1 font-normal text-neutral-900 text-xs", "[&_svg]:w-3 [&_svg]:h-3"],
|
|
14
|
+
md: ["gap-1 py-1 pr-3 pl-2 font-normal text-neutral-900 text-sm", "[&_svg]:w-4 [&_svg]:h-4"],
|
|
15
|
+
lg: ["gap-2 py-1 pr-3 pl-2 font-normal text-neutral-900 text-sm", "[&_svg]:w-4 [&_svg]:h-4"]
|
|
16
|
+
},
|
|
17
|
+
pressable: {
|
|
18
|
+
true: "cursor-pointer"
|
|
19
|
+
},
|
|
20
|
+
isFocused: {
|
|
21
|
+
true: "border-primary-500"
|
|
22
|
+
},
|
|
23
|
+
isHovered: {
|
|
24
|
+
true: "border-primary-300"
|
|
25
|
+
},
|
|
26
|
+
isPressed: {
|
|
27
|
+
true: "bg-primary-200"
|
|
28
|
+
},
|
|
29
|
+
isDisabled: {
|
|
30
|
+
true: "bg-neutral-50 text-neutral-600 [&_svg]:text-neutral-600 cursor-not-allowed"
|
|
31
|
+
}
|
|
41
32
|
}
|
|
42
|
-
);
|
|
33
|
+
});
|
|
43
34
|
export {
|
|
44
|
-
|
|
35
|
+
t as assistChipVariants
|
|
45
36
|
};
|
package/dist/index.es3.js
CHANGED
|
@@ -2,10 +2,10 @@ import { j as r } from "./index.es21.js";
|
|
|
2
2
|
import { Button as I } from "react-aria-components";
|
|
3
3
|
import { cn as x } from "./index.es22.js";
|
|
4
4
|
import "react";
|
|
5
|
-
import { buttonVariants as B } from "./index.
|
|
6
|
-
import "./index.
|
|
5
|
+
import { buttonVariants as B } from "./index.es24.js";
|
|
6
|
+
import "./index.es25.js";
|
|
7
7
|
import "react-aria";
|
|
8
|
-
import "./index.
|
|
8
|
+
import "./index.es26.js";
|
|
9
9
|
import "./index.es6.js";
|
|
10
10
|
import "./index.es7.js";
|
|
11
11
|
import { Loader as y } from "./index.es8.js";
|
package/dist/index.es34.js
CHANGED
|
@@ -1,13 +1,32 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { j as e } from "./index.es21.js";
|
|
2
|
+
import { cn as l } from "./index.es22.js";
|
|
3
|
+
const m = (r) => {
|
|
4
|
+
const { isIndeterminate: t, isSelected: s, className: n, isHovered: a } = r, o = a && !s && !t ? "text-neutral-500" : "", i = !!(o || s);
|
|
5
|
+
return /* @__PURE__ */ e.jsx("svg", { className: l("stroke-current", o, n), viewBox: "-1 1 17 17", children: t ? /* @__PURE__ */ e.jsx(
|
|
6
|
+
"line",
|
|
7
|
+
{
|
|
8
|
+
x1: 1,
|
|
9
|
+
y1: 10,
|
|
10
|
+
x2: 14,
|
|
11
|
+
y2: 10,
|
|
12
|
+
fill: "none",
|
|
13
|
+
strokeWidth: 2,
|
|
14
|
+
strokeDasharray: 14,
|
|
15
|
+
strokeDashoffset: s ? 28 : 42,
|
|
16
|
+
style: { transition: "all 400ms" }
|
|
17
|
+
}
|
|
18
|
+
) : /* @__PURE__ */ e.jsx(
|
|
19
|
+
"polyline",
|
|
20
|
+
{
|
|
21
|
+
points: "1 9 7 14 15 4",
|
|
22
|
+
fill: "none",
|
|
23
|
+
strokeWidth: 2,
|
|
24
|
+
strokeDasharray: 22,
|
|
25
|
+
strokeDashoffset: i ? 44 : 66,
|
|
26
|
+
style: { transition: "all 400ms" }
|
|
27
|
+
}
|
|
28
|
+
) });
|
|
29
|
+
};
|
|
7
30
|
export {
|
|
8
|
-
|
|
9
|
-
i as InfoIcon,
|
|
10
|
-
t as MinusIcon,
|
|
11
|
-
e as PlusIcon,
|
|
12
|
-
_ as UpChevronIcon
|
|
31
|
+
m as MarkIcon
|
|
13
32
|
};
|