@simpli-route/apollo-ds 0.1.12 → 0.1.13
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 +8 -0
- package/dist/index.cjs10.js +1 -1
- package/dist/index.cjs11.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.cjs19.js +1 -1
- package/dist/index.cjs2.js +1 -1
- package/dist/index.cjs20.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.cjs31.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.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.cjs47.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 +3 -3
- package/dist/index.es11.js +30 -28
- package/dist/index.es14.js +2 -2
- package/dist/index.es15.js +3 -3
- package/dist/index.es16.js +3 -3
- package/dist/index.es17.js +2 -2
- package/dist/index.es18.js +1 -1
- package/dist/index.es19.js +1 -1
- package/dist/index.es2.js +1 -1
- package/dist/index.es20.js +1 -1
- package/dist/index.es23.js +22 -171
- package/dist/index.es24.js +31 -40
- package/dist/index.es25.js +167 -30
- package/dist/index.es26.js +20 -36
- package/dist/index.es27.js +57 -32
- package/dist/index.es28.js +26 -47
- package/dist/index.es29.js +44 -34
- package/dist/index.es3.js +7 -7
- package/dist/index.es30.js +45 -3
- package/dist/index.es31.js +3 -92
- package/dist/index.es32.js +87 -17
- package/dist/index.es33.js +22 -22
- package/dist/index.es34.js +11 -163
- package/dist/index.es35.js +163 -30
- package/dist/index.es36.js +26 -92
- package/dist/index.es37.js +10 -13
- package/dist/index.es38.js +1 -1
- package/dist/index.es39.js +1 -1
- package/dist/index.es4.js +2 -2
- package/dist/index.es40.js +96 -10
- package/dist/index.es41.js +12 -11
- package/dist/index.es42.js +10 -10
- package/dist/index.es43.js +11 -9
- package/dist/index.es44.js +19 -10
- package/dist/index.es45.js +17 -28
- package/dist/index.es46.js +10 -11
- package/dist/index.es47.js +10 -19
- package/dist/index.es48.js +28 -17
- package/dist/index.es5.js +1 -1
- package/dist/index.es52.js +19 -56
- package/dist/index.es53.js +19 -30
- package/dist/index.es54.js +14 -12
- package/dist/index.es55.js +12 -10
- package/dist/index.es56.js +13 -15
- package/dist/index.es57.js +30 -21
- package/dist/index.es58.js +56 -19
- 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 +0 -9
- package/package.json +1 -1
package/dist/index.es25.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.es26.js
CHANGED
|
@@ -1,61 +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
|
-
size: {
|
|
7
|
-
xs: "py-1",
|
|
8
|
-
sm: "py-2",
|
|
9
|
-
md: "py-3",
|
|
10
|
-
lg: "py-4"
|
|
11
|
-
},
|
|
12
6
|
isHovered: {
|
|
13
7
|
true: ""
|
|
14
8
|
},
|
|
15
|
-
|
|
16
|
-
true: ""
|
|
9
|
+
isSelected: {
|
|
10
|
+
true: "border-primary-500 bg-primary-500",
|
|
11
|
+
false: "bg-white"
|
|
17
12
|
},
|
|
18
|
-
|
|
19
|
-
true: "border
|
|
20
|
-
false: "bg-neutral-50"
|
|
13
|
+
isFocusVisible: {
|
|
14
|
+
true: "border-primary-500 group-active:border-primary-500"
|
|
21
15
|
},
|
|
22
|
-
|
|
23
|
-
true: "cursor-not-allowed"
|
|
16
|
+
isDisabled: {
|
|
17
|
+
true: "border-neutral-500 cursor-not-allowed"
|
|
24
18
|
},
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
valid: "border border-success-500",
|
|
28
|
-
invalid: "border border-error-500"
|
|
19
|
+
label: {
|
|
20
|
+
true: "mr-2"
|
|
29
21
|
}
|
|
30
22
|
},
|
|
31
23
|
compoundVariants: [
|
|
32
24
|
{
|
|
33
25
|
isHovered: !0,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
class: "border border-neutral-900"
|
|
26
|
+
isSelected: !0,
|
|
27
|
+
class: "border-none bg-primary-600 group-active:bg-primary-600"
|
|
37
28
|
},
|
|
38
|
-
// default focus
|
|
39
29
|
{
|
|
40
|
-
|
|
30
|
+
isHovered: !0,
|
|
31
|
+
isSelected: !1,
|
|
41
32
|
isDisabled: !1,
|
|
42
|
-
class: "border-
|
|
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"
|
|
33
|
+
class: "border-primary-700 group-active:bg-primary-600"
|
|
49
34
|
},
|
|
50
|
-
// error focused
|
|
51
35
|
{
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
class: "
|
|
36
|
+
isDisabled: !0,
|
|
37
|
+
isSelected: !0,
|
|
38
|
+
class: "bg-neutral-500"
|
|
55
39
|
}
|
|
56
40
|
]
|
|
57
41
|
}
|
|
58
42
|
);
|
|
59
43
|
export {
|
|
60
|
-
|
|
44
|
+
i as checkboxVariants
|
|
61
45
|
};
|
package/dist/index.es27.js
CHANGED
|
@@ -1,36 +1,61 @@
|
|
|
1
1
|
import { cva as r } from "class-variance-authority";
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
+
}
|
|
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
|
+
]
|
|
16
57
|
}
|
|
17
|
-
|
|
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
|
-
});
|
|
58
|
+
);
|
|
33
59
|
export {
|
|
34
|
-
|
|
35
|
-
g as progressFillVariants
|
|
60
|
+
o as inputNumberVariant
|
|
36
61
|
};
|
package/dist/index.es28.js
CHANGED
|
@@ -1,57 +1,36 @@
|
|
|
1
|
-
import { cva as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
false: ""
|
|
13
|
-
},
|
|
14
|
-
isHovered: {
|
|
15
|
-
true: "border border-neutral-800",
|
|
16
|
-
false: ""
|
|
17
|
-
},
|
|
18
|
-
size: {
|
|
19
|
-
xs: "h-[32px] py-1 text-[10px]",
|
|
20
|
-
sm: "h-[40px] py-2 text-xs",
|
|
21
|
-
md: "h-[48px] py-3 text-sm",
|
|
22
|
-
lg: "h-[56px] py-4 text-sm"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
defaultVariants: {
|
|
26
|
-
size: "md"
|
|
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
|
+
variants: {
|
|
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"
|
|
27
12
|
}
|
|
13
|
+
},
|
|
14
|
+
defaultVariants: {
|
|
15
|
+
variant: "primary"
|
|
28
16
|
}
|
|
29
|
-
),
|
|
17
|
+
}), g = r("size-full rounded-lg", {
|
|
30
18
|
variants: {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
size: {
|
|
40
|
-
xs: "py-0.5 pr-2 pl-1.5 text-[10px]",
|
|
41
|
-
sm: "py-0.5 pr-2 pl-1.5 text-xs",
|
|
42
|
-
md: "py-1 pl-2 pr-3 text-sm",
|
|
43
|
-
lg: "py-1 pl-2 pr-3 text-sm"
|
|
44
|
-
},
|
|
45
|
-
hiddenDiscardButton: {
|
|
46
|
-
true: "!pr-2",
|
|
47
|
-
false: "pr-3"
|
|
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"
|
|
48
27
|
}
|
|
49
28
|
},
|
|
50
29
|
defaultVariants: {
|
|
51
|
-
|
|
30
|
+
variant: "primary"
|
|
52
31
|
}
|
|
53
32
|
});
|
|
54
33
|
export {
|
|
55
|
-
|
|
56
|
-
|
|
34
|
+
n as progressBarVariants,
|
|
35
|
+
g as progressFillVariants
|
|
57
36
|
};
|
package/dist/index.es29.js
CHANGED
|
@@ -1,47 +1,57 @@
|
|
|
1
1
|
import { cva as e } from "class-variance-authority";
|
|
2
|
-
const t =
|
|
3
|
-
"
|
|
2
|
+
const t = e(
|
|
3
|
+
"flex cursor-default items-center rounded px-4 py-2 transition focus:outline-none justify-between",
|
|
4
4
|
{
|
|
5
5
|
variants: {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
isDisabled: {
|
|
7
|
+
true: "cursor-not-allowed bg-neutral-200",
|
|
8
|
+
false: "bg-neutral-50 border border-neutral-500"
|
|
9
9
|
},
|
|
10
|
-
|
|
11
|
-
true: "",
|
|
10
|
+
isFocusVisible: {
|
|
11
|
+
true: "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",
|
|
12
12
|
false: ""
|
|
13
13
|
},
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
top: `bottom-full left-1/2 mb-3 -translate-x-1/2 ${a}`,
|
|
18
|
-
"top-end": `bottom-full right-0 mb-3 ${b}`,
|
|
19
|
-
right: `left-full top-1/2 ml-3 -translate-y-1/2 ${s}`,
|
|
20
|
-
"bottom-start": `left-0 top-full mt-3 ${l}`,
|
|
21
|
-
bottom: `left-1/2 top-full mt-3 -translate-x-1/2 ${f}`,
|
|
22
|
-
"bottom-end": `right-0 top-full mt-3 ${n}`,
|
|
23
|
-
left: `right-full top-1/2 mr-3 -translate-y-1/2 ${p}`
|
|
14
|
+
isHovered: {
|
|
15
|
+
true: "border border-neutral-800",
|
|
16
|
+
false: ""
|
|
24
17
|
},
|
|
25
18
|
size: {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
19
|
+
xs: "h-[32px] py-1 text-[10px]",
|
|
20
|
+
sm: "h-[40px] py-2 text-xs",
|
|
21
|
+
md: "h-[48px] py-3 text-sm",
|
|
22
|
+
lg: "h-[56px] py-4 text-sm"
|
|
29
23
|
}
|
|
30
24
|
},
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
25
|
+
defaultVariants: {
|
|
26
|
+
size: "md"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
), s = e("flex items-center gap-2 rounded py-1 pl-2 pr-3", {
|
|
30
|
+
variants: {
|
|
31
|
+
isDisabled: {
|
|
32
|
+
true: "bg-neutral-50 text-neutral-600",
|
|
33
|
+
false: "bg-primary-200 text-primary-900"
|
|
34
|
+
},
|
|
35
|
+
isLastItem: {
|
|
36
|
+
true: "mr-1",
|
|
37
|
+
false: ""
|
|
38
|
+
},
|
|
39
|
+
size: {
|
|
40
|
+
xs: "py-0.5 pr-2 pl-1.5 text-[10px]",
|
|
41
|
+
sm: "py-0.5 pr-2 pl-1.5 text-xs",
|
|
42
|
+
md: "py-1 pl-2 pr-3 text-sm",
|
|
43
|
+
lg: "py-1 pl-2 pr-3 text-sm"
|
|
44
|
+
},
|
|
45
|
+
hiddenDiscardButton: {
|
|
46
|
+
true: "!pr-2",
|
|
47
|
+
false: "pr-3"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
defaultVariants: {
|
|
51
|
+
size: "md"
|
|
43
52
|
}
|
|
44
|
-
);
|
|
53
|
+
});
|
|
45
54
|
export {
|
|
46
|
-
|
|
55
|
+
s as selectBadgeValueVariant,
|
|
56
|
+
t as selectContainerVariant
|
|
47
57
|
};
|
package/dist/index.es3.js
CHANGED
|
@@ -2,25 +2,25 @@ 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.es25.js";
|
|
6
|
+
import "./index.es26.js";
|
|
7
7
|
import "react-aria";
|
|
8
|
-
import "./index.
|
|
8
|
+
import "./index.es24.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.es26.js";
|
|
14
|
-
import "framer-motion";
|
|
15
13
|
import "./index.es27.js";
|
|
14
|
+
import "framer-motion";
|
|
16
15
|
import "./index.es28.js";
|
|
17
16
|
import "./index.es29.js";
|
|
17
|
+
import "./index.es30.js";
|
|
18
18
|
import "./index.es17.js";
|
|
19
19
|
import "react-stately";
|
|
20
|
-
import "./index.es30.js";
|
|
21
20
|
import "./index.es31.js";
|
|
22
|
-
import "./index.es16.js";
|
|
23
21
|
import "./index.es32.js";
|
|
22
|
+
import "./index.es16.js";
|
|
23
|
+
import "./index.es33.js";
|
|
24
24
|
const j = ({
|
|
25
25
|
renderPosition: t,
|
|
26
26
|
leftIcon: n,
|
package/dist/index.es30.js
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
1
|
+
import { cva as e } from "class-variance-authority";
|
|
2
|
+
const t = 'after:content-[""] after:absolute after:border-8 after:border-x-transparent', o = `${t} after:left-4 after:top-[100%] after:border-b-transparent`, a = `${t} after:left-1/2 after:top-[100%] after:-translate-x-1/2 after:border-b-transparent`, b = `${t} after:right-4 after:top-[100%] after:border-b-transparent`, l = `${t} after:left-4 after:bottom-[100%] after:border-t-transparent`, f = `${t} after:left-1/2 after:bottom-[100%] after:-translate-x-1/2 after:border-t-transparent`, n = `${t} after:right-4 after:bottom-[100%] after:border-t-transparent`, r = 'before:content-[""] before:absolute before:top-1/2 before:-translate-y-1/2 before:border-8 before:border-y-transparent', s = `${r} before:right-[100%] before:border-l-transparent`, p = `${r} before:left-[100%] before:border-r-transparent`, m = e(
|
|
3
|
+
"absolute z-20 w-max max-w-[250px] whitespace-normal break-words rounded-lg transition duration-150 ease-in-out shadow-[0px_2px_4px_-2px_#22242A0F,0px_4px_8px_-2px_#22242A1A]",
|
|
4
|
+
{
|
|
5
|
+
variants: {
|
|
6
|
+
mode: {
|
|
7
|
+
light: "bg-blue-50 text-neutral-900 after:border-t-blue-50 after:border-b-blue-50 before:border-r-blue-50 before:border-l-blue-50",
|
|
8
|
+
dark: "bg-blue-900 text-blue-50 after:border-t-blue-900 after:border-b-blue-900 before:border-r-blue-900 before:border-l-blue-900"
|
|
9
|
+
},
|
|
10
|
+
hasSupportText: {
|
|
11
|
+
true: "",
|
|
12
|
+
false: ""
|
|
13
|
+
},
|
|
14
|
+
placement: {
|
|
15
|
+
none: "bottom-full left-1/2 mb-3 -translate-x-1/2",
|
|
16
|
+
"top-start": `bottom-full left-0 mb-3 ${o}`,
|
|
17
|
+
top: `bottom-full left-1/2 mb-3 -translate-x-1/2 ${a}`,
|
|
18
|
+
"top-end": `bottom-full right-0 mb-3 ${b}`,
|
|
19
|
+
right: `left-full top-1/2 ml-3 -translate-y-1/2 ${s}`,
|
|
20
|
+
"bottom-start": `left-0 top-full mt-3 ${l}`,
|
|
21
|
+
bottom: `left-1/2 top-full mt-3 -translate-x-1/2 ${f}`,
|
|
22
|
+
"bottom-end": `right-0 top-full mt-3 ${n}`,
|
|
23
|
+
left: `right-full top-1/2 mr-3 -translate-y-1/2 ${p}`
|
|
24
|
+
},
|
|
25
|
+
size: {
|
|
26
|
+
sm: "px-4 py-2",
|
|
27
|
+
md: "px-4 py-3",
|
|
28
|
+
lg: "p-4"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
compoundVariants: [
|
|
32
|
+
{
|
|
33
|
+
hasSupportText: !0,
|
|
34
|
+
mode: "dark",
|
|
35
|
+
class: "text-[16px] text-blue-50 font-semibold leading-5"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
hasSupportText: !0,
|
|
39
|
+
mode: "light",
|
|
40
|
+
class: "text-[16px] text-neutral-900 font-semibold leading-5"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
);
|
|
3
45
|
export {
|
|
4
|
-
|
|
46
|
+
m as tooltipVariants
|
|
5
47
|
};
|