@simpli-route/apollo-ds 0.1.37 → 0.1.39
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.cjs10.js +1 -1
- 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.cjs13.js +1 -1
- package/dist/index.cjs14.js +1 -1
- package/dist/index.cjs19.js +1 -1
- package/dist/index.cjs20.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.cjs25.js +1 -1
- package/dist/index.cjs29.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.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.cjs58.js +1 -1
- package/dist/index.cjs59.js +1 -1
- package/dist/index.cjs6.js +1 -1
- package/dist/index.cjs60.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.cjs7.js +1 -1
- package/dist/index.cjs70.js +1 -1
- package/dist/index.cjs71.js +1 -1
- package/dist/index.cjs8.js +1 -1
- package/dist/index.cjs9.js +1 -1
- package/dist/index.cjs96.js +1 -1
- package/dist/index.cjs97.js +1 -1
- package/dist/index.cjs98.js +1 -1
- package/dist/index.cjs99.js +1 -1
- package/dist/index.es10.js +1 -1
- package/dist/index.es100.js +340 -8
- package/dist/index.es101.js +162 -336
- package/dist/index.es102.js +52 -161
- package/dist/index.es11.js +1 -1
- package/dist/index.es13.js +1 -1
- package/dist/index.es14.js +2 -2
- package/dist/index.es19.js +2 -2
- package/dist/index.es20.js +1 -1
- package/dist/index.es21.js +8 -8
- package/dist/index.es22.js +2 -2
- package/dist/index.es23.js +2 -2
- package/dist/index.es25.js +2 -2
- package/dist/index.es29.js +3 -3
- package/dist/index.es4.js +63 -37
- package/dist/index.es40.js +28 -16
- package/dist/index.es41.js +43 -17
- package/dist/index.es42.js +33 -15
- package/dist/index.es43.js +53 -140
- package/dist/index.es44.js +152 -32
- package/dist/index.es45.js +136 -25
- package/dist/index.es46.js +94 -61
- package/dist/index.es47.js +26 -98
- package/dist/index.es48.js +142 -85
- package/dist/index.es49.js +102 -22
- package/dist/index.es5.js +7 -7
- package/dist/index.es50.js +22 -105
- package/dist/index.es58.js +18 -163
- package/dist/index.es59.js +13 -26
- package/dist/index.es6.js +2 -2
- package/dist/index.es60.js +15 -72
- package/dist/index.es64.js +7 -101
- package/dist/index.es65.js +16 -11
- package/dist/index.es66.js +149 -7
- package/dist/index.es67.js +13 -18
- package/dist/index.es68.js +134 -146
- package/dist/index.es69.js +20 -137
- package/dist/index.es7.js +1 -1
- package/dist/index.es70.js +98 -17
- package/dist/index.es71.js +13 -13
- package/dist/index.es8.js +3 -3
- package/dist/index.es9.js +1 -1
- package/dist/index.es96.js +4 -57
- package/dist/index.es97.js +28 -6
- package/dist/index.es98.js +4 -28
- package/dist/index.es99.js +8 -2
- package/dist/style.css +19 -0
- package/package.json +1 -1
package/dist/index.es42.js
CHANGED
|
@@ -1,18 +1,36 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import { cva as r } from "class-variance-authority";
|
|
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"
|
|
7
|
+
},
|
|
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"
|
|
13
31
|
}
|
|
14
|
-
|
|
15
|
-
}
|
|
32
|
+
}
|
|
33
|
+
});
|
|
16
34
|
export {
|
|
17
|
-
|
|
35
|
+
t as assistChipVariants
|
|
18
36
|
};
|
package/dist/index.es43.js
CHANGED
|
@@ -1,173 +1,86 @@
|
|
|
1
|
-
import { cva as
|
|
2
|
-
const t =
|
|
3
|
-
"inline-flex
|
|
1
|
+
import { cva as e } from "class-variance-authority";
|
|
2
|
+
const t = e(
|
|
3
|
+
"inline-flex items-center justify-center font-medium transition-colors duration-200 cursor-pointer outline-none border border-transparent rounded-full",
|
|
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
6
|
size: {
|
|
18
|
-
xs: "
|
|
19
|
-
sm: "
|
|
20
|
-
md: "
|
|
21
|
-
lg: "
|
|
7
|
+
xs: "h-4 px-2 py-0.5 text-[10px] gap-1",
|
|
8
|
+
sm: "h-5 px-2 py-0.5 text-xs gap-1",
|
|
9
|
+
md: "h-6 px-3 py-1 text-sm gap-1",
|
|
10
|
+
lg: "h-8 px-3 py-1 text-sm gap-2"
|
|
11
|
+
},
|
|
12
|
+
isSelected: {
|
|
13
|
+
true: "",
|
|
14
|
+
false: ""
|
|
22
15
|
},
|
|
23
16
|
isDisabled: {
|
|
24
|
-
true: "
|
|
17
|
+
true: "cursor-not-allowed bg-neutral-50 text-neutral-600 border-transparent",
|
|
18
|
+
false: ""
|
|
25
19
|
},
|
|
26
20
|
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"
|
|
21
|
+
true: "",
|
|
22
|
+
false: ""
|
|
38
23
|
},
|
|
39
24
|
isFocused: {
|
|
40
|
-
true: "
|
|
25
|
+
true: "",
|
|
41
26
|
false: ""
|
|
42
27
|
}
|
|
43
28
|
},
|
|
44
|
-
defaultVariants: {
|
|
45
|
-
intent: "primary",
|
|
46
|
-
size: "md"
|
|
47
|
-
},
|
|
48
29
|
compoundVariants: [
|
|
49
|
-
|
|
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
|
-
},
|
|
30
|
+
// Default state (not selected, not disabled)
|
|
70
31
|
{
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
32
|
+
isSelected: !1,
|
|
33
|
+
isDisabled: !1,
|
|
34
|
+
isHovered: !1,
|
|
35
|
+
isFocused: !1,
|
|
36
|
+
class: "bg-sky-100 text-sky-900"
|
|
74
37
|
},
|
|
38
|
+
// Selected state (not disabled)
|
|
75
39
|
{
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
40
|
+
isSelected: !0,
|
|
41
|
+
isDisabled: !1,
|
|
42
|
+
isHovered: !1,
|
|
43
|
+
isFocused: !1,
|
|
44
|
+
class: "bg-sky-500 text-sky-50"
|
|
79
45
|
},
|
|
46
|
+
// Hovered state (not selected, not disabled)
|
|
80
47
|
{
|
|
81
|
-
|
|
48
|
+
isSelected: !1,
|
|
49
|
+
isDisabled: !1,
|
|
82
50
|
isHovered: !0,
|
|
83
|
-
class: "bg-
|
|
51
|
+
class: "bg-sky-200 text-sky-900"
|
|
84
52
|
},
|
|
53
|
+
// Hovered state (selected, not disabled)
|
|
85
54
|
{
|
|
86
|
-
|
|
55
|
+
isSelected: !0,
|
|
56
|
+
isDisabled: !1,
|
|
87
57
|
isHovered: !0,
|
|
88
|
-
class: "bg-
|
|
58
|
+
class: "bg-sky-500 text-sky-50"
|
|
89
59
|
},
|
|
60
|
+
// Focused state (not selected, not disabled)
|
|
90
61
|
{
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
class: "bg-blue-700 text-blue-50"
|
|
94
|
-
},
|
|
95
|
-
/* /Focus State */
|
|
96
|
-
{
|
|
97
|
-
intent: "success",
|
|
62
|
+
isSelected: !1,
|
|
63
|
+
isDisabled: !1,
|
|
98
64
|
isFocused: !0,
|
|
99
|
-
class: "
|
|
65
|
+
class: "bg-sky-200 text-sky-900 border-sky-500"
|
|
100
66
|
},
|
|
67
|
+
// Focused state (selected, not disabled)
|
|
101
68
|
{
|
|
102
|
-
|
|
69
|
+
isSelected: !0,
|
|
70
|
+
isDisabled: !1,
|
|
103
71
|
isFocused: !0,
|
|
104
|
-
class: "
|
|
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"
|
|
72
|
+
class: "bg-sky-500 text-sky-50 border-primary-500"
|
|
166
73
|
}
|
|
167
|
-
|
|
168
|
-
|
|
74
|
+
],
|
|
75
|
+
defaultVariants: {
|
|
76
|
+
size: "md",
|
|
77
|
+
isSelected: !1,
|
|
78
|
+
isDisabled: !1,
|
|
79
|
+
isHovered: !1,
|
|
80
|
+
isFocused: !1
|
|
81
|
+
}
|
|
169
82
|
}
|
|
170
83
|
);
|
|
171
84
|
export {
|
|
172
|
-
t as
|
|
85
|
+
t as filterChipVariants
|
|
173
86
|
};
|
package/dist/index.es44.js
CHANGED
|
@@ -1,45 +1,165 @@
|
|
|
1
|
-
import { cva as
|
|
2
|
-
const
|
|
3
|
-
|
|
1
|
+
import { cva as e } from "class-variance-authority";
|
|
2
|
+
const t = [
|
|
3
|
+
{
|
|
4
|
+
intent: "primary",
|
|
5
|
+
isHovered: !0,
|
|
6
|
+
isDisabled: !1,
|
|
7
|
+
isActive: !1,
|
|
8
|
+
class: "bg-primary-100"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
intent: "secondary",
|
|
12
|
+
isHovered: !0,
|
|
13
|
+
isDisabled: !1,
|
|
14
|
+
isActive: !1,
|
|
15
|
+
class: "bg-primary-500 text-primary-50"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
intent: "minimal",
|
|
19
|
+
isHovered: !0,
|
|
20
|
+
isDisabled: !1,
|
|
21
|
+
isActive: !1,
|
|
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",
|
|
4
131
|
{
|
|
5
132
|
variants: {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
false: "bg-white"
|
|
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"
|
|
12
138
|
},
|
|
13
|
-
|
|
14
|
-
|
|
139
|
+
size: {
|
|
140
|
+
xxs: "p-1",
|
|
141
|
+
xs: "p-2",
|
|
142
|
+
sm: "p-2.5",
|
|
143
|
+
md: "p-3",
|
|
144
|
+
lg: "p-4"
|
|
15
145
|
},
|
|
16
146
|
isDisabled: {
|
|
17
|
-
true: "
|
|
147
|
+
true: "pointer-events-none cursor-not-allowed"
|
|
18
148
|
},
|
|
19
|
-
|
|
20
|
-
true: "
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
compoundVariants: [
|
|
24
|
-
{
|
|
25
|
-
isHovered: !0,
|
|
26
|
-
isSelected: !0,
|
|
27
|
-
class: "border-none bg-primary-600 group-active:bg-primary-600"
|
|
149
|
+
isHovered: {
|
|
150
|
+
true: ""
|
|
28
151
|
},
|
|
29
|
-
{
|
|
30
|
-
|
|
31
|
-
isSelected: !1,
|
|
32
|
-
isDisabled: !1,
|
|
33
|
-
class: "border-primary-700 group-active:bg-primary-600"
|
|
152
|
+
isActive: {
|
|
153
|
+
true: ""
|
|
34
154
|
},
|
|
35
|
-
{
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
class: "bg-neutral-500"
|
|
155
|
+
isFocused: {
|
|
156
|
+
false: "",
|
|
157
|
+
true: "focus:outline-none focus:ring-offset-2 outline-none ring-2 ring-sky-400"
|
|
39
158
|
}
|
|
40
|
-
|
|
159
|
+
},
|
|
160
|
+
compoundVariants: [...t, ...r, ...i]
|
|
41
161
|
}
|
|
42
162
|
);
|
|
43
163
|
export {
|
|
44
|
-
|
|
164
|
+
a as buttonVariants
|
|
45
165
|
};
|
package/dist/index.es45.js
CHANGED
|
@@ -1,36 +1,147 @@
|
|
|
1
|
-
import { cva as
|
|
2
|
-
const
|
|
1
|
+
import { cva as e } from "class-variance-authority";
|
|
2
|
+
const r = e("font-normal text-neutral-800", {
|
|
3
3
|
variants: {
|
|
4
|
-
style: {
|
|
5
|
-
square: "rounded-md",
|
|
6
|
-
rounded: "rounded-full"
|
|
7
|
-
},
|
|
8
4
|
size: {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
5
|
+
bodySm: "text-xs",
|
|
6
|
+
bodyDefault: "text-sm"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
defaultVariants: {
|
|
10
|
+
size: "bodyDefault"
|
|
11
|
+
}
|
|
12
|
+
}), a = e(
|
|
13
|
+
"flex w-fit items-center gap-2 rounded-sm border border-transparent bg-transparent transition-colors duration-200",
|
|
14
|
+
{
|
|
15
|
+
variants: {
|
|
16
|
+
size: {
|
|
17
|
+
bodySm: "px-1.5 py-1",
|
|
18
|
+
bodyDefault: "px-1.5 py-1"
|
|
19
|
+
},
|
|
20
|
+
state: {
|
|
21
|
+
default: "border-transparent bg-transparent",
|
|
22
|
+
hover: "border-blue-100 bg-transparent",
|
|
23
|
+
active: "!border-primary-500 !bg-neutral-50 focus-within:!border-primary-500 focus-within:!bg-neutral-50",
|
|
24
|
+
error: "!border-error-500 !bg-neutral-50 focus-within:!border-error-500 focus-within:!bg-neutral-50",
|
|
25
|
+
disabled: "border-transparent bg-transparent cursor-not-allowed opacity-60"
|
|
26
|
+
}
|
|
16
27
|
},
|
|
17
|
-
|
|
18
|
-
|
|
28
|
+
defaultVariants: {
|
|
29
|
+
size: "bodyDefault",
|
|
30
|
+
state: "default"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
), s = e("text-xs font-normal", {
|
|
34
|
+
variants: {
|
|
35
|
+
state: {
|
|
36
|
+
default: "text-neutral-600",
|
|
37
|
+
error: "text-error-800"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
defaultVariants: {
|
|
41
|
+
state: "default"
|
|
42
|
+
}
|
|
43
|
+
}), n = e("outline-none bg-transparent", {
|
|
44
|
+
variants: {
|
|
45
|
+
size: {
|
|
46
|
+
bodySm: "text-xs",
|
|
47
|
+
bodyDefault: "text-sm"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
defaultVariants: {
|
|
51
|
+
size: "bodyDefault"
|
|
52
|
+
}
|
|
53
|
+
}), i = e(
|
|
54
|
+
"flex items-center justify-center rounded bg-transparent text-primary-500 transition-colors hover:bg-neutral-100 focus:outline-none focus-visible:ring-2 focus-visible:ring-primary-500 focus-visible:ring-offset-1",
|
|
55
|
+
{
|
|
56
|
+
variants: {
|
|
57
|
+
size: {
|
|
58
|
+
bodySm: "h-4 w-4",
|
|
59
|
+
bodyDefault: "h-5 w-5"
|
|
60
|
+
}
|
|
19
61
|
},
|
|
20
|
-
|
|
21
|
-
|
|
62
|
+
defaultVariants: {
|
|
63
|
+
size: "bodyDefault"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
), o = e("rounded tabular-nums outline-none font-semibold", {
|
|
67
|
+
variants: {
|
|
68
|
+
size: {
|
|
69
|
+
bodySm: "text-xs px-0.5",
|
|
70
|
+
bodyDefault: "text-sm px-0.5"
|
|
22
71
|
},
|
|
23
|
-
|
|
24
|
-
true: "
|
|
72
|
+
isPlaceholder: {
|
|
73
|
+
true: "text-neutral-400",
|
|
74
|
+
false: "text-neutral-900"
|
|
25
75
|
},
|
|
26
|
-
|
|
27
|
-
true: "bg-primary-
|
|
76
|
+
isFocused: {
|
|
77
|
+
true: "bg-primary-500 text-white",
|
|
78
|
+
false: ""
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
defaultVariants: {
|
|
82
|
+
size: "bodyDefault",
|
|
83
|
+
isPlaceholder: !1,
|
|
84
|
+
isFocused: !1
|
|
85
|
+
}
|
|
86
|
+
}), l = e("w-full max-w-[280px] p-4"), d = e("flex items-center justify-between pb-4"), u = e("text-sm font-semibold text-neutral-900"), f = e("w-full border-collapse"), b = e("pb-2 text-xs font-normal text-neutral-600"), c = e(
|
|
87
|
+
"relative flex h-8 w-8 cursor-pointer text-center text-xs font-normal outline-none justify-center items-center mx-0.5 my-0.5",
|
|
88
|
+
{
|
|
89
|
+
variants: {
|
|
90
|
+
isSelected: {
|
|
91
|
+
true: "rounded-full bg-primary-500 text-white",
|
|
92
|
+
false: ""
|
|
93
|
+
},
|
|
94
|
+
isDisabled: {
|
|
95
|
+
true: "cursor-not-allowed text-neutral-300",
|
|
96
|
+
false: ""
|
|
97
|
+
},
|
|
98
|
+
isOutsideMonth: {
|
|
99
|
+
true: "text-neutral-400",
|
|
100
|
+
false: "text-neutral-900"
|
|
101
|
+
},
|
|
102
|
+
isToday: {
|
|
103
|
+
true: "border border-primary-400 rounded-full",
|
|
104
|
+
false: ""
|
|
105
|
+
},
|
|
106
|
+
isFocusVisible: {
|
|
107
|
+
true: "ring-2 ring-primary-500 ring-offset-1 rounded-full",
|
|
108
|
+
false: ""
|
|
109
|
+
},
|
|
110
|
+
isHovered: {
|
|
111
|
+
true: "!bg-primary-100",
|
|
112
|
+
false: ""
|
|
113
|
+
}
|
|
28
114
|
},
|
|
29
|
-
|
|
30
|
-
|
|
115
|
+
compoundVariants: [
|
|
116
|
+
{
|
|
117
|
+
isHovered: !0,
|
|
118
|
+
isSelected: !1,
|
|
119
|
+
isDisabled: !1,
|
|
120
|
+
class: "rounded-full bg-neutral-100"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
defaultVariants: {
|
|
124
|
+
isSelected: !1,
|
|
125
|
+
isDisabled: !1,
|
|
126
|
+
isOutsideMonth: !1,
|
|
127
|
+
isToday: !1,
|
|
128
|
+
isFocusVisible: !1,
|
|
129
|
+
isHovered: !1
|
|
31
130
|
}
|
|
32
131
|
}
|
|
33
|
-
|
|
132
|
+
), p = e("rounded-lg bg-neutral-50 shadow-[0px_0px_4px_0px_rgba(0,0,0,0.25)] outline-none");
|
|
34
133
|
export {
|
|
35
|
-
|
|
134
|
+
c as calendarCellVariants,
|
|
135
|
+
f as calendarGridVariants,
|
|
136
|
+
b as calendarHeaderCellVariants,
|
|
137
|
+
d as calendarHeaderVariants,
|
|
138
|
+
u as calendarHeadingVariants,
|
|
139
|
+
l as calendarVariants,
|
|
140
|
+
i as datepickerButtonVariants,
|
|
141
|
+
s as datepickerCaptionVariants,
|
|
142
|
+
a as datepickerGroupVariants,
|
|
143
|
+
n as datepickerInputVariants,
|
|
144
|
+
r as datepickerLabelVariants,
|
|
145
|
+
o as datepickerSegmentVariants,
|
|
146
|
+
p as popoverVariants
|
|
36
147
|
};
|