@simpli-route/apollo-ds 0.1.7 → 0.1.8
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/ProgressBar/types.d.ts +5 -1
- package/dist/index.cjs10.js +1 -1
- package/dist/index.cjs11.js +1 -1
- package/dist/index.cjs12.js +1 -1
- package/dist/index.cjs13.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.cjs17.js +1 -1
- package/dist/index.cjs18.js +1 -1
- package/dist/index.cjs2.js +1 -1
- package/dist/index.cjs21.js +1 -1
- package/dist/index.cjs22.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.cjs27.js +1 -1
- package/dist/index.cjs28.js +1 -1
- package/dist/index.cjs29.js +1 -1
- package/dist/index.cjs3.js +1 -1
- package/dist/index.cjs30.js +1 -1
- package/dist/index.cjs32.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.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.cjs45.js +1 -1
- package/dist/index.cjs46.js +1 -1
- package/dist/index.cjs47.js +1 -1
- package/dist/index.cjs48.js +1 -1
- package/dist/index.cjs49.js +1 -1
- package/dist/index.cjs5.js +1 -1
- package/dist/index.cjs50.js +1 -1
- package/dist/index.cjs51.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.cjs6.js +1 -1
- package/dist/index.cjs7.js +1 -1
- package/dist/index.es10.js +1 -1
- package/dist/index.es11.js +2 -2
- package/dist/index.es12.js +3 -3
- package/dist/index.es13.js +3 -3
- package/dist/index.es14.js +2 -2
- package/dist/index.es15.js +1 -1
- package/dist/index.es16.js +1 -1
- package/dist/index.es17.js +1 -1
- package/dist/index.es18.js +48 -47
- package/dist/index.es2.js +1 -1
- package/dist/index.es21.js +173 -22
- package/dist/index.es22.js +20 -150
- package/dist/index.es23.js +31 -40
- package/dist/index.es24.js +56 -31
- package/dist/index.es25.js +3 -59
- package/dist/index.es26.js +92 -3
- package/dist/index.es27.js +17 -87
- package/dist/index.es28.js +27 -15
- package/dist/index.es29.js +11 -34
- package/dist/index.es3.js +7 -7
- package/dist/index.es30.js +22 -163
- package/dist/index.es32.js +163 -11
- package/dist/index.es33.js +1 -1
- package/dist/index.es34.js +94 -17
- package/dist/index.es35.js +11 -18
- package/dist/index.es37.js +1 -1
- package/dist/index.es38.js +10 -96
- package/dist/index.es39.js +9 -12
- package/dist/index.es4.js +1 -1
- package/dist/index.es40.js +22 -36
- package/dist/index.es41.js +19 -10
- package/dist/index.es42.js +20 -10
- package/dist/index.es43.js +36 -22
- package/dist/index.es45.js +1 -1
- package/dist/index.es46.js +1 -1
- package/dist/index.es47.js +19 -2
- package/dist/index.es48.js +19 -2
- package/dist/index.es49.js +14 -12
- package/dist/index.es5.js +1 -1
- package/dist/index.es50.js +12 -10
- package/dist/index.es51.js +13 -15
- package/dist/index.es52.js +30 -21
- package/dist/index.es53.js +56 -19
- package/dist/index.es54.js +2 -30
- package/dist/index.es55.js +2 -56
- package/dist/index.es6.js +1 -1
- package/dist/index.es7.js +1 -1
- package/package.json +1 -1
package/dist/index.es24.js
CHANGED
|
@@ -1,36 +1,61 @@
|
|
|
1
1
|
import { cva as r } from "class-variance-authority";
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
const o = r(
|
|
3
|
+
"box-border w-full rounded border border-neutral-500 px-3 placeholder:text-neutral-700 focus:outline-none",
|
|
4
|
+
{
|
|
5
|
+
variants: {
|
|
6
|
+
size: {
|
|
7
|
+
xs: "py-1",
|
|
8
|
+
sm: "py-2",
|
|
9
|
+
md: "py-3",
|
|
10
|
+
lg: "py-4"
|
|
11
|
+
},
|
|
12
|
+
isHovered: {
|
|
13
|
+
true: ""
|
|
14
|
+
},
|
|
15
|
+
isFocused: {
|
|
16
|
+
true: ""
|
|
17
|
+
},
|
|
18
|
+
isDisabled: {
|
|
19
|
+
true: "border border-neutral-200 bg-neutral-200 cursor-not-allowed text-neutral-700",
|
|
20
|
+
false: "bg-neutral-50"
|
|
21
|
+
},
|
|
22
|
+
isReadOnly: {
|
|
23
|
+
true: "cursor-not-allowed"
|
|
24
|
+
},
|
|
25
|
+
validationState: {
|
|
26
|
+
default: "",
|
|
27
|
+
valid: "border border-success-500",
|
|
28
|
+
invalid: "border border-error-500"
|
|
29
|
+
}
|
|
7
30
|
},
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
31
|
+
compoundVariants: [
|
|
32
|
+
{
|
|
33
|
+
isHovered: !0,
|
|
34
|
+
isDisabled: !1,
|
|
35
|
+
validationState: "default",
|
|
36
|
+
class: "border border-neutral-900"
|
|
37
|
+
},
|
|
38
|
+
// default focus
|
|
39
|
+
{
|
|
40
|
+
isFocused: !0,
|
|
41
|
+
isDisabled: !1,
|
|
42
|
+
class: "border-2 focus-within:border-primary-500 focus-within:ring-1 focus-within:ring-primary-500 focus:border-primary-500 focus:ring-1 focus:ring-primary-500"
|
|
43
|
+
},
|
|
44
|
+
// success focused
|
|
45
|
+
{
|
|
46
|
+
validationState: "valid",
|
|
47
|
+
isFocused: !0,
|
|
48
|
+
class: "border-2 border-success-500 focus-within:ring-1 focus-within:ring-success-500 focus:border-success-500 focus:ring-1 focus:ring-success-500"
|
|
49
|
+
},
|
|
50
|
+
// error focused
|
|
51
|
+
{
|
|
52
|
+
validationState: "invalid",
|
|
53
|
+
isFocused: !0,
|
|
54
|
+
class: "border-2 border-error-500 focus-within:ring-1 focus-within:ring-error-500 focus:border-error-500 focus:ring-1 focus:ring-error-500"
|
|
55
|
+
}
|
|
56
|
+
]
|
|
32
57
|
}
|
|
33
|
-
|
|
58
|
+
);
|
|
34
59
|
export {
|
|
35
|
-
|
|
60
|
+
o as inputNumberVariant
|
|
36
61
|
};
|
package/dist/index.es25.js
CHANGED
|
@@ -1,61 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
3
|
-
"box-border w-full rounded border border-neutral-500 px-3 placeholder:text-neutral-700 focus:outline-none",
|
|
4
|
-
{
|
|
5
|
-
variants: {
|
|
6
|
-
size: {
|
|
7
|
-
xs: "py-1",
|
|
8
|
-
sm: "py-2",
|
|
9
|
-
md: "py-3",
|
|
10
|
-
lg: "py-4"
|
|
11
|
-
},
|
|
12
|
-
isHovered: {
|
|
13
|
-
true: ""
|
|
14
|
-
},
|
|
15
|
-
isFocused: {
|
|
16
|
-
true: ""
|
|
17
|
-
},
|
|
18
|
-
isDisabled: {
|
|
19
|
-
true: "border border-neutral-200 bg-neutral-200 cursor-not-allowed text-neutral-700",
|
|
20
|
-
false: "bg-neutral-50"
|
|
21
|
-
},
|
|
22
|
-
isReadOnly: {
|
|
23
|
-
true: "cursor-not-allowed"
|
|
24
|
-
},
|
|
25
|
-
validationState: {
|
|
26
|
-
default: "",
|
|
27
|
-
valid: "border border-success-500",
|
|
28
|
-
invalid: "border border-error-500"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
compoundVariants: [
|
|
32
|
-
{
|
|
33
|
-
isHovered: !0,
|
|
34
|
-
isDisabled: !1,
|
|
35
|
-
validationState: "default",
|
|
36
|
-
class: "border border-neutral-900"
|
|
37
|
-
},
|
|
38
|
-
// default focus
|
|
39
|
-
{
|
|
40
|
-
isFocused: !0,
|
|
41
|
-
isDisabled: !1,
|
|
42
|
-
class: "border-2 focus-within:border-primary-500 focus-within:ring-1 focus-within:ring-primary-500 focus:border-primary-500 focus:ring-1 focus:ring-primary-500"
|
|
43
|
-
},
|
|
44
|
-
// success focused
|
|
45
|
-
{
|
|
46
|
-
validationState: "valid",
|
|
47
|
-
isFocused: !0,
|
|
48
|
-
class: "border-2 border-success-500 focus-within:ring-1 focus-within:ring-success-500 focus:border-success-500 focus:ring-1 focus:ring-success-500"
|
|
49
|
-
},
|
|
50
|
-
// error focused
|
|
51
|
-
{
|
|
52
|
-
validationState: "invalid",
|
|
53
|
-
isFocused: !0,
|
|
54
|
-
class: "border-2 border-error-500 focus-within:ring-1 focus-within:ring-error-500 focus:border-error-500 focus:ring-1 focus:ring-error-500"
|
|
55
|
-
}
|
|
56
|
-
]
|
|
57
|
-
}
|
|
58
|
-
);
|
|
1
|
+
import { createContext as t } from "react";
|
|
2
|
+
const e = t({});
|
|
59
3
|
export {
|
|
60
|
-
|
|
4
|
+
e as TooltipContext
|
|
61
5
|
};
|
package/dist/index.es26.js
CHANGED
|
@@ -1,5 +1,94 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
1
|
+
import { cva as e } from "class-variance-authority";
|
|
2
|
+
const s = e("relative rounded-full transition-colors duration-300", {
|
|
3
|
+
variants: {
|
|
4
|
+
isSelected: {
|
|
5
|
+
true: "bg-primary-500",
|
|
6
|
+
false: "bg-neutral-50 border border-primary-200"
|
|
7
|
+
},
|
|
8
|
+
isDisabled: {
|
|
9
|
+
true: "cursor-not-allowed bg-neutral-400 border-none",
|
|
10
|
+
false: "cursor-pointer"
|
|
11
|
+
},
|
|
12
|
+
isHoveredWhenOff: {
|
|
13
|
+
true: "bg-neutral-200 border-primary-700",
|
|
14
|
+
false: ""
|
|
15
|
+
},
|
|
16
|
+
isFocusVisible: {
|
|
17
|
+
true: "ring-2 ring-sky-400 ring-offset-2",
|
|
18
|
+
false: ""
|
|
19
|
+
},
|
|
20
|
+
size: {
|
|
21
|
+
sm: "w-[42px] h-[24px]",
|
|
22
|
+
md: "w-[56px] h-[32px]"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
defaultVariants: {
|
|
26
|
+
size: "md",
|
|
27
|
+
isSelected: !1,
|
|
28
|
+
isDisabled: !1,
|
|
29
|
+
isFocusVisible: !1,
|
|
30
|
+
isHoveredWhenOff: !1
|
|
31
|
+
},
|
|
32
|
+
compoundVariants: [
|
|
33
|
+
// Hover cuando el switch está apagado y no deshabilitado
|
|
34
|
+
{
|
|
35
|
+
isSelected: !1,
|
|
36
|
+
isDisabled: !1,
|
|
37
|
+
class: "hover:bg-neutral-200 hover:border-primary-700"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
isSelected: !0,
|
|
41
|
+
isDisabled: !1,
|
|
42
|
+
class: "hover:bg-primary-700"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
isSelected: !1,
|
|
46
|
+
isDisabled: !0,
|
|
47
|
+
class: "bg-neutral-400 border-none"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
isSelected: !0,
|
|
51
|
+
isDisabled: !0,
|
|
52
|
+
class: "bg-neutral-500"
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
}), a = e(
|
|
56
|
+
"absolute top-1/2 transform -translate-y-1/2 transition-all duration-300 rounded-full",
|
|
57
|
+
{
|
|
58
|
+
variants: {
|
|
59
|
+
isSelected: {
|
|
60
|
+
true: "bg-primary-50",
|
|
61
|
+
false: "bg-primary-200 border border-primary-200"
|
|
62
|
+
},
|
|
63
|
+
isDisabled: {
|
|
64
|
+
true: "bg-neutral-600 border-none",
|
|
65
|
+
false: ""
|
|
66
|
+
},
|
|
67
|
+
isHoveredWhenOff: {
|
|
68
|
+
true: "bg-primary-700 border-primary-700",
|
|
69
|
+
false: ""
|
|
70
|
+
},
|
|
71
|
+
size: {
|
|
72
|
+
sm: "w-[20px] h-[20px]",
|
|
73
|
+
md: "w-[24px] h-[24px]"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
defaultVariants: {
|
|
77
|
+
size: "md",
|
|
78
|
+
isSelected: !1,
|
|
79
|
+
isDisabled: !1,
|
|
80
|
+
isHoveredWhenOff: !1
|
|
81
|
+
},
|
|
82
|
+
compoundVariants: [
|
|
83
|
+
{
|
|
84
|
+
isSelected: !0,
|
|
85
|
+
isDisabled: !0,
|
|
86
|
+
class: "bg-neutral-400"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
}
|
|
90
|
+
);
|
|
3
91
|
export {
|
|
4
|
-
|
|
92
|
+
a as indicatorVariants,
|
|
93
|
+
s as switchVariants
|
|
5
94
|
};
|
package/dist/index.es27.js
CHANGED
|
@@ -1,94 +1,24 @@
|
|
|
1
|
-
import { cva as
|
|
2
|
-
const
|
|
1
|
+
import { cva as t } from "class-variance-authority";
|
|
2
|
+
const o = t("scroll-m-12 text-neutral-900", {
|
|
3
3
|
variants: {
|
|
4
|
-
isSelected: {
|
|
5
|
-
true: "bg-primary-500",
|
|
6
|
-
false: "bg-neutral-50 border border-primary-200"
|
|
7
|
-
},
|
|
8
|
-
isDisabled: {
|
|
9
|
-
true: "cursor-not-allowed bg-neutral-400 border-none",
|
|
10
|
-
false: "cursor-pointer"
|
|
11
|
-
},
|
|
12
|
-
isHoveredWhenOff: {
|
|
13
|
-
true: "bg-neutral-200 border-primary-700",
|
|
14
|
-
false: ""
|
|
15
|
-
},
|
|
16
|
-
isFocusVisible: {
|
|
17
|
-
true: "ring-2 ring-sky-400 ring-offset-2",
|
|
18
|
-
false: ""
|
|
19
|
-
},
|
|
20
4
|
size: {
|
|
21
|
-
|
|
22
|
-
|
|
5
|
+
h1: "text-[2rem] font-bold leading-10",
|
|
6
|
+
h2: "text-[1.75rem] font-bold leading-9",
|
|
7
|
+
h3: "text-2xl font-semibold",
|
|
8
|
+
h4: "text-[1.375rem] font-semibold leading-7",
|
|
9
|
+
h5: "text-xl font-semibold",
|
|
10
|
+
h6: "text-lg font-semibold"
|
|
23
11
|
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
isHoveredWhenOff: !1
|
|
31
|
-
},
|
|
32
|
-
compoundVariants: [
|
|
33
|
-
// Hover cuando el switch está apagado y no deshabilitado
|
|
34
|
-
{
|
|
35
|
-
isSelected: !1,
|
|
36
|
-
isDisabled: !1,
|
|
37
|
-
class: "hover:bg-neutral-200 hover:border-primary-700"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
isSelected: !0,
|
|
41
|
-
isDisabled: !1,
|
|
42
|
-
class: "hover:bg-primary-700"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
isSelected: !1,
|
|
46
|
-
isDisabled: !0,
|
|
47
|
-
class: "bg-neutral-400 border-none"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
isSelected: !0,
|
|
51
|
-
isDisabled: !0,
|
|
52
|
-
class: "bg-neutral-500"
|
|
12
|
+
}
|
|
13
|
+
}), n = t("", {
|
|
14
|
+
variants: {
|
|
15
|
+
type: {
|
|
16
|
+
body: "text-base text-neutral-900",
|
|
17
|
+
caption: "text-xs text-neutral-700"
|
|
53
18
|
}
|
|
54
|
-
]
|
|
55
|
-
}), a = e(
|
|
56
|
-
"absolute top-1/2 transform -translate-y-1/2 transition-all duration-300 rounded-full",
|
|
57
|
-
{
|
|
58
|
-
variants: {
|
|
59
|
-
isSelected: {
|
|
60
|
-
true: "bg-primary-50",
|
|
61
|
-
false: "bg-primary-200 border border-primary-200"
|
|
62
|
-
},
|
|
63
|
-
isDisabled: {
|
|
64
|
-
true: "bg-neutral-600 border-none",
|
|
65
|
-
false: ""
|
|
66
|
-
},
|
|
67
|
-
isHoveredWhenOff: {
|
|
68
|
-
true: "bg-primary-700 border-primary-700",
|
|
69
|
-
false: ""
|
|
70
|
-
},
|
|
71
|
-
size: {
|
|
72
|
-
sm: "w-[20px] h-[20px]",
|
|
73
|
-
md: "w-[24px] h-[24px]"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
defaultVariants: {
|
|
77
|
-
size: "md",
|
|
78
|
-
isSelected: !1,
|
|
79
|
-
isDisabled: !1,
|
|
80
|
-
isHoveredWhenOff: !1
|
|
81
|
-
},
|
|
82
|
-
compoundVariants: [
|
|
83
|
-
{
|
|
84
|
-
isSelected: !0,
|
|
85
|
-
isDisabled: !0,
|
|
86
|
-
class: "bg-neutral-400"
|
|
87
|
-
}
|
|
88
|
-
]
|
|
89
19
|
}
|
|
90
|
-
);
|
|
20
|
+
});
|
|
91
21
|
export {
|
|
92
|
-
|
|
93
|
-
|
|
22
|
+
n as textVariants,
|
|
23
|
+
o as titleVariants
|
|
94
24
|
};
|
package/dist/index.es28.js
CHANGED
|
@@ -1,24 +1,36 @@
|
|
|
1
|
-
import { cva as
|
|
2
|
-
const
|
|
1
|
+
import { cva as r } from "class-variance-authority";
|
|
2
|
+
const n = r("w-full overflow-hidden rounded-lg bg-primary-100 h-2", {
|
|
3
3
|
variants: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
variant: {
|
|
5
|
+
primary: "bg-primary-100",
|
|
6
|
+
success: "bg-success-100",
|
|
7
|
+
error: "bg-error-100",
|
|
8
|
+
yellow: "bg-yellow-100",
|
|
9
|
+
yellowWarning: "bg-yellow-warning-100",
|
|
10
|
+
orangeWarning: "bg-orange-warning-100",
|
|
11
|
+
sky: "bg-sky-100"
|
|
11
12
|
}
|
|
13
|
+
},
|
|
14
|
+
defaultVariants: {
|
|
15
|
+
variant: "primary"
|
|
12
16
|
}
|
|
13
|
-
}),
|
|
17
|
+
}), g = r("size-full rounded-lg", {
|
|
14
18
|
variants: {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
19
|
+
variant: {
|
|
20
|
+
primary: "bg-primary-500",
|
|
21
|
+
success: "bg-success-500",
|
|
22
|
+
error: "bg-error-500",
|
|
23
|
+
yellow: "bg-yellow-500",
|
|
24
|
+
yellowWarning: "bg-yellow-warning-500",
|
|
25
|
+
orangeWarning: "bg-orange-warning-500",
|
|
26
|
+
sky: "bg-sky-500"
|
|
18
27
|
}
|
|
28
|
+
},
|
|
29
|
+
defaultVariants: {
|
|
30
|
+
variant: "primary"
|
|
19
31
|
}
|
|
20
32
|
});
|
|
21
33
|
export {
|
|
22
|
-
n as
|
|
23
|
-
|
|
34
|
+
n as progressBarVariants,
|
|
35
|
+
g as progressFillVariants
|
|
24
36
|
};
|
package/dist/index.es29.js
CHANGED
|
@@ -1,36 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
error: "bg-error-100",
|
|
8
|
-
yellow: "bg-yellow-100",
|
|
9
|
-
yellowWarning: "bg-yellow-warning-100",
|
|
10
|
-
orangeWarning: "bg-orange-warning-100",
|
|
11
|
-
sky: "bg-sky-100"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
defaultVariants: {
|
|
15
|
-
variant: "primary"
|
|
16
|
-
}
|
|
17
|
-
}), g = r("size-full rounded-lg", {
|
|
18
|
-
variants: {
|
|
19
|
-
variant: {
|
|
20
|
-
primary: "bg-primary-500",
|
|
21
|
-
success: "bg-success-500",
|
|
22
|
-
error: "bg-error-500",
|
|
23
|
-
yellow: "bg-yellow-500",
|
|
24
|
-
yellowWarning: "bg-yellow-warning-500",
|
|
25
|
-
orangeWarning: "bg-orange-warning-500",
|
|
26
|
-
sky: "bg-sky-500"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
defaultVariants: {
|
|
30
|
-
variant: "primary"
|
|
31
|
-
}
|
|
32
|
-
});
|
|
1
|
+
import { D as o } from "./index.es47.js";
|
|
2
|
+
import { I as n } from "./index.es48.js";
|
|
3
|
+
import { M as r } from "./index.es49.js";
|
|
4
|
+
import { P as I } from "./index.es50.js";
|
|
5
|
+
import { U as a } from "./index.es51.js";
|
|
6
|
+
var f = o, i = n, t = r, e = I, _ = a;
|
|
33
7
|
export {
|
|
34
|
-
|
|
35
|
-
|
|
8
|
+
f as DownChevronIcon,
|
|
9
|
+
i as InfoIcon,
|
|
10
|
+
t as MinusIcon,
|
|
11
|
+
e as PlusIcon,
|
|
12
|
+
_ as UpChevronIcon
|
|
36
13
|
};
|
package/dist/index.es3.js
CHANGED
|
@@ -2,23 +2,23 @@ import { j as r } from "./index.es19.js";
|
|
|
2
2
|
import { Button as I } from "react-aria-components";
|
|
3
3
|
import { cn as x } from "./index.es20.js";
|
|
4
4
|
import "react";
|
|
5
|
-
import { buttonVariants as B } from "./index.
|
|
6
|
-
import "./index.
|
|
5
|
+
import { buttonVariants as B } from "./index.es21.js";
|
|
6
|
+
import "./index.es22.js";
|
|
7
7
|
import "react-aria";
|
|
8
|
-
import "./index.
|
|
8
|
+
import "./index.es23.js";
|
|
9
9
|
import "./index.es6.js";
|
|
10
10
|
import "./index.es7.js";
|
|
11
11
|
import { Loader as y } from "./index.es8.js";
|
|
12
12
|
import "./index.es9.js";
|
|
13
|
-
import "./index.
|
|
13
|
+
import "./index.es24.js";
|
|
14
14
|
import "./index.es14.js";
|
|
15
15
|
import "react-stately";
|
|
16
|
+
import "./index.es25.js";
|
|
16
17
|
import "./index.es26.js";
|
|
17
|
-
import "./index.es27.js";
|
|
18
18
|
import "./index.es13.js";
|
|
19
|
-
import "./index.
|
|
19
|
+
import "./index.es27.js";
|
|
20
20
|
import "framer-motion";
|
|
21
|
-
import "./index.
|
|
21
|
+
import "./index.es28.js";
|
|
22
22
|
const j = ({
|
|
23
23
|
renderPosition: t,
|
|
24
24
|
leftIcon: n,
|
package/dist/index.es30.js
CHANGED
|
@@ -1,165 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
class: "bg-neutral-200 text-neutral-800"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
intent: "error",
|
|
26
|
-
isHovered: !0,
|
|
27
|
-
isDisabled: !1,
|
|
28
|
-
isActive: !1,
|
|
29
|
-
class: "bg-error-100"
|
|
30
|
-
}
|
|
31
|
-
], r = [
|
|
32
|
-
{
|
|
33
|
-
intent: "primary",
|
|
34
|
-
isActive: !0,
|
|
35
|
-
isDisabled: !1,
|
|
36
|
-
class: "bg-primary-500 text-primary-50"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
intent: "primary",
|
|
40
|
-
isActive: !0,
|
|
41
|
-
isDisabled: !0,
|
|
42
|
-
class: "bg-primary-300 text-primary-100"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
intent: "secondary",
|
|
46
|
-
isActive: !0,
|
|
47
|
-
isDisabled: !1,
|
|
48
|
-
class: "bg-primary-500 text-primary-50"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
intent: "secondary",
|
|
52
|
-
isActive: !0,
|
|
53
|
-
isDisabled: !0,
|
|
54
|
-
class: "bg-primary-100 text-primary-300"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
intent: "minimal",
|
|
58
|
-
isActive: !0,
|
|
59
|
-
isDisabled: !1,
|
|
60
|
-
class: "text-primary-500"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
intent: "minimal",
|
|
64
|
-
isActive: !0,
|
|
65
|
-
isDisabled: !0,
|
|
66
|
-
class: "text-neutral-700"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
intent: "error",
|
|
70
|
-
isActive: !0,
|
|
71
|
-
isDisabled: !1,
|
|
72
|
-
class: "bg-error-700 text-error-50"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
intent: "error",
|
|
76
|
-
isActive: !0,
|
|
77
|
-
isDisabled: !0,
|
|
78
|
-
class: "bg-error-300 text-error-100"
|
|
79
|
-
}
|
|
80
|
-
], i = [
|
|
81
|
-
{
|
|
82
|
-
intent: "primary",
|
|
83
|
-
isDisabled: !0,
|
|
84
|
-
isActive: !1,
|
|
85
|
-
class: "text-neutral-600"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
intent: "primary",
|
|
89
|
-
isDisabled: !0,
|
|
90
|
-
isActive: !0,
|
|
91
|
-
class: "bg-primary-300 text-primary-100"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
intent: "secondary",
|
|
95
|
-
isDisabled: !0,
|
|
96
|
-
isActive: !1,
|
|
97
|
-
class: "bg-neutral-400 text-neutral-600"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
intent: "secondary",
|
|
101
|
-
isDisabled: !0,
|
|
102
|
-
isActive: !0,
|
|
103
|
-
class: "bg-primary-100 text-primary-300"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
intent: "minimal",
|
|
107
|
-
isDisabled: !0,
|
|
108
|
-
isActive: !1,
|
|
109
|
-
class: "text-neutral-600"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
intent: "minimal",
|
|
113
|
-
isDisabled: !0,
|
|
114
|
-
isActive: !0,
|
|
115
|
-
class: "text-neutral-700"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
intent: "error",
|
|
119
|
-
isDisabled: !0,
|
|
120
|
-
isActive: !1,
|
|
121
|
-
class: "text-neutral-600"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
intent: "error",
|
|
125
|
-
isDisabled: !0,
|
|
126
|
-
isActive: !0,
|
|
127
|
-
class: "bg-error-300 text-primary-100"
|
|
128
|
-
}
|
|
129
|
-
], a = e(
|
|
130
|
-
"inline-flex items-center justify-center rounded-lg border border-transparent transition duration-150 ease-in-out focus:outline-none",
|
|
131
|
-
{
|
|
132
|
-
variants: {
|
|
133
|
-
intent: {
|
|
134
|
-
primary: "bg-transparent text-primary-500",
|
|
135
|
-
secondary: "bg-primary-200 text-primary-500",
|
|
136
|
-
minimal: "bg-transparent text-neutral-700",
|
|
137
|
-
error: "bg-transparent text-error-500"
|
|
138
|
-
},
|
|
139
|
-
size: {
|
|
140
|
-
xxs: "p-1",
|
|
141
|
-
xs: "p-2",
|
|
142
|
-
sm: "p-2.5",
|
|
143
|
-
md: "p-3",
|
|
144
|
-
lg: "p-4"
|
|
145
|
-
},
|
|
146
|
-
isDisabled: {
|
|
147
|
-
true: "pointer-events-none cursor-not-allowed"
|
|
148
|
-
},
|
|
149
|
-
isHovered: {
|
|
150
|
-
true: ""
|
|
151
|
-
},
|
|
152
|
-
isActive: {
|
|
153
|
-
true: ""
|
|
154
|
-
},
|
|
155
|
-
isFocused: {
|
|
156
|
-
false: "",
|
|
157
|
-
true: "focus:outline-none focus:ring-offset-2 outline-none ring-2 ring-sky-400"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
compoundVariants: [...t, ...r, ...i]
|
|
161
|
-
}
|
|
162
|
-
);
|
|
1
|
+
import { j as s } from "./index.es19.js";
|
|
2
|
+
import { MinusIcon as p, PlusIcon as u } from "./index.es29.js";
|
|
3
|
+
import { cn as e } from "./index.es20.js";
|
|
4
|
+
const f = ({
|
|
5
|
+
label: o,
|
|
6
|
+
section: n,
|
|
7
|
+
active: r,
|
|
8
|
+
onToggle: l,
|
|
9
|
+
itemClassName: t,
|
|
10
|
+
sectionClassName: c,
|
|
11
|
+
hasIcon: i = !0
|
|
12
|
+
}) => {
|
|
13
|
+
const a = e("rounded-md border border-solid border-purple-200 bg-gray-100", t), d = e("px-4 pb-4", c), m = r ? p : u;
|
|
14
|
+
return /* @__PURE__ */ s.jsxs("div", { className: a, children: [
|
|
15
|
+
/* @__PURE__ */ s.jsxs("button", { className: "flex w-full cursor-pointer items-center gap-x-4 p-4", onClick: l, children: [
|
|
16
|
+
/* @__PURE__ */ s.jsx("div", { className: "flex-1", children: o }),
|
|
17
|
+
i ? /* @__PURE__ */ s.jsx("span", { className: `shrink-0 transition duration-300 ${r ? "-rotate-180" : "rotate-0"}`, children: /* @__PURE__ */ s.jsx(m, { className: "size-6" }) }) : null
|
|
18
|
+
] }),
|
|
19
|
+
r ? /* @__PURE__ */ s.jsx("div", { className: d, children: n }) : null
|
|
20
|
+
] });
|
|
21
|
+
};
|
|
163
22
|
export {
|
|
164
|
-
|
|
23
|
+
f as AccordionItem
|
|
165
24
|
};
|