@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.es46.js
CHANGED
|
@@ -1,86 +1,119 @@
|
|
|
1
|
-
import { cva as
|
|
2
|
-
const t =
|
|
3
|
-
"
|
|
1
|
+
import { cva as r } from "class-variance-authority";
|
|
2
|
+
const t = r(
|
|
3
|
+
"flex w-full rounded-md border border-neutral-500 bg-white px-4 text-base leading-6 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",
|
|
4
4
|
{
|
|
5
5
|
variants: {
|
|
6
6
|
size: {
|
|
7
|
-
xs: "
|
|
8
|
-
sm: "
|
|
9
|
-
md: "
|
|
10
|
-
lg: "
|
|
7
|
+
xs: "py-1",
|
|
8
|
+
sm: "py-2",
|
|
9
|
+
md: "py-3",
|
|
10
|
+
lg: "py-4"
|
|
11
11
|
},
|
|
12
|
-
|
|
13
|
-
true: ""
|
|
14
|
-
false: ""
|
|
12
|
+
isHovered: {
|
|
13
|
+
true: ""
|
|
15
14
|
},
|
|
16
15
|
isDisabled: {
|
|
17
|
-
true: "cursor-not-allowed bg-neutral-
|
|
18
|
-
false: ""
|
|
16
|
+
true: "cursor-not-allowed bg-neutral-200 text-neutral-600"
|
|
19
17
|
},
|
|
20
|
-
|
|
21
|
-
true: ""
|
|
22
|
-
|
|
18
|
+
isReadOnly: {
|
|
19
|
+
true: "cursor-not-allowed"
|
|
20
|
+
},
|
|
21
|
+
validationState: {
|
|
22
|
+
invalid: "border-error-500 text-red-800 placeholder:text-red-800 focus-within:border-error-500 focus-within:ring-error-500 focus:border-error-500 focus:ring-error-500 pr-10",
|
|
23
|
+
valid: "border-success-500 text-success-800 placeholder:text-success-800 focus-within:border-success-500 focus-within:ring-success-500 focus:border-success-500 focus:ring-success-500 pr-10"
|
|
23
24
|
},
|
|
24
|
-
|
|
25
|
-
true: ""
|
|
26
|
-
|
|
25
|
+
hasIcon: {
|
|
26
|
+
true: "pr-10"
|
|
27
|
+
},
|
|
28
|
+
isFocusVisible: {
|
|
29
|
+
true: ""
|
|
27
30
|
}
|
|
28
31
|
},
|
|
29
32
|
compoundVariants: [
|
|
30
|
-
// Default state (not selected, not disabled)
|
|
31
|
-
{
|
|
32
|
-
isSelected: !1,
|
|
33
|
-
isDisabled: !1,
|
|
34
|
-
isHovered: !1,
|
|
35
|
-
isFocused: !1,
|
|
36
|
-
class: "bg-sky-100 text-sky-900"
|
|
37
|
-
},
|
|
38
|
-
// Selected state (not disabled)
|
|
39
33
|
{
|
|
40
|
-
isSelected: !0,
|
|
41
|
-
isDisabled: !1,
|
|
42
|
-
isHovered: !1,
|
|
43
|
-
isFocused: !1,
|
|
44
|
-
class: "bg-sky-500 text-sky-50"
|
|
45
|
-
},
|
|
46
|
-
// Hovered state (not selected, not disabled)
|
|
47
|
-
{
|
|
48
|
-
isSelected: !1,
|
|
49
|
-
isDisabled: !1,
|
|
50
34
|
isHovered: !0,
|
|
51
|
-
|
|
35
|
+
validationState: void 0,
|
|
36
|
+
class: "border-neutral-900"
|
|
52
37
|
},
|
|
53
|
-
// Hovered state (selected, not disabled)
|
|
54
38
|
{
|
|
55
|
-
isSelected: !0,
|
|
56
|
-
isDisabled: !1,
|
|
57
39
|
isHovered: !0,
|
|
58
|
-
|
|
40
|
+
validationState: "invalid",
|
|
41
|
+
class: "border-error-600"
|
|
59
42
|
},
|
|
60
|
-
// Focused state (not selected, not disabled)
|
|
61
43
|
{
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
44
|
+
isHovered: !0,
|
|
45
|
+
validationState: "valid",
|
|
46
|
+
class: "border-success-600"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
), a = r(
|
|
51
|
+
"w-full border outline-none transition-colors duration-200 rounded-sm text-blue-800",
|
|
52
|
+
{
|
|
53
|
+
variants: {
|
|
54
|
+
size: {
|
|
55
|
+
bodySm: "px-1.5 py-1 text-xs gap-2",
|
|
56
|
+
bodyDefault: "px-1.5 py-1 text-sm gap-2",
|
|
57
|
+
h5: "px-2 py-1 text-base gap-2",
|
|
58
|
+
h3: "px-2 py-1 text-[22px] gap-2"
|
|
66
59
|
},
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
60
|
+
state: {
|
|
61
|
+
default: "border-transparent bg-transparent",
|
|
62
|
+
hover: "border-blue-100 bg-transparent",
|
|
63
|
+
active: "!border-primary-500 bg-neutral-50 focus:!border-primary-500 focus:!bg-neutral-50",
|
|
64
|
+
error: "!border-error-500 bg-neutral-50 focus:!border-error-500 focus:!bg-neutral-50",
|
|
65
|
+
disabled: "border-transparent bg-transparent cursor-not-allowed"
|
|
73
66
|
}
|
|
74
|
-
|
|
67
|
+
},
|
|
75
68
|
defaultVariants: {
|
|
76
|
-
size: "
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
69
|
+
size: "bodyDefault",
|
|
70
|
+
state: "default"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
), s = r("font-normal text-neutral-800 ml-0.5", {
|
|
74
|
+
variants: {
|
|
75
|
+
size: {
|
|
76
|
+
bodySm: "text-xs",
|
|
77
|
+
bodyDefault: "text-sm",
|
|
78
|
+
h5: "text-base",
|
|
79
|
+
h3: "text-[22px]"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
defaultVariants: {
|
|
83
|
+
size: "bodyDefault"
|
|
84
|
+
}
|
|
85
|
+
}), o = r("text-xs font-normal", {
|
|
86
|
+
variants: {
|
|
87
|
+
state: {
|
|
88
|
+
default: "text-neutral-600",
|
|
89
|
+
error: "text-error-800"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
defaultVariants: {
|
|
93
|
+
state: "default"
|
|
94
|
+
}
|
|
95
|
+
}), i = r("flex w-full gap-1", {
|
|
96
|
+
variants: {
|
|
97
|
+
size: {
|
|
98
|
+
bodySm: "gap-1",
|
|
99
|
+
bodyDefault: "gap-1",
|
|
100
|
+
h5: "gap-1",
|
|
101
|
+
h3: "gap-1"
|
|
102
|
+
},
|
|
103
|
+
orientation: {
|
|
104
|
+
vertical: "flex-col",
|
|
105
|
+
horizontal: "flex-row items-center"
|
|
81
106
|
}
|
|
107
|
+
},
|
|
108
|
+
defaultVariants: {
|
|
109
|
+
size: "bodyDefault",
|
|
110
|
+
orientation: "vertical"
|
|
82
111
|
}
|
|
83
|
-
);
|
|
112
|
+
});
|
|
84
113
|
export {
|
|
85
|
-
t as
|
|
114
|
+
t as inputVariants,
|
|
115
|
+
o as invisibleInputCaptionVariants,
|
|
116
|
+
i as invisibleInputContainerVariants,
|
|
117
|
+
s as invisibleInputLabelVariants,
|
|
118
|
+
a as invisibleInputVariants
|
|
86
119
|
};
|
package/dist/index.es47.js
CHANGED
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
import { cva as e } from "class-variance-authority";
|
|
2
|
-
const r = e(
|
|
3
|
-
variants: {
|
|
4
|
-
size: {
|
|
5
|
-
bodySm: "text-xs",
|
|
6
|
-
bodyDefault: "text-sm"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
defaultVariants: {
|
|
10
|
-
size: "bodyDefault"
|
|
11
|
-
}
|
|
12
|
-
}), a = e(
|
|
2
|
+
const r = e(
|
|
13
3
|
"flex w-fit items-center gap-2 rounded-sm border border-transparent bg-transparent transition-colors duration-200",
|
|
14
4
|
{
|
|
15
5
|
variants: {
|
|
16
6
|
size: {
|
|
17
7
|
bodySm: "px-1.5 py-1",
|
|
18
|
-
bodyDefault: "px-1.5 py-1"
|
|
8
|
+
bodyDefault: "px-1.5 py-1",
|
|
9
|
+
h5: "px-2 py-1",
|
|
10
|
+
h3: "px-2 py-1"
|
|
19
11
|
},
|
|
20
12
|
state: {
|
|
21
13
|
default: "border-transparent bg-transparent",
|
|
@@ -30,118 +22,54 @@ const r = e("font-normal text-neutral-800", {
|
|
|
30
22
|
state: "default"
|
|
31
23
|
}
|
|
32
24
|
}
|
|
33
|
-
),
|
|
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", {
|
|
25
|
+
), a = e("flex items-center outline-none bg-transparent", {
|
|
44
26
|
variants: {
|
|
45
27
|
size: {
|
|
46
28
|
bodySm: "text-xs",
|
|
47
|
-
bodyDefault: "text-sm"
|
|
29
|
+
bodyDefault: "text-sm",
|
|
30
|
+
h5: "text-base",
|
|
31
|
+
h3: "text-[22px]"
|
|
48
32
|
}
|
|
49
33
|
},
|
|
50
34
|
defaultVariants: {
|
|
51
35
|
size: "bodyDefault"
|
|
52
36
|
}
|
|
53
37
|
}), i = e(
|
|
54
|
-
"flex items-center justify-center rounded bg-transparent text-
|
|
38
|
+
"flex items-center justify-center rounded bg-transparent text-neutral-900 transition-colors hover:bg-neutral-100 focus:outline-none focus-visible:ring-2 focus-visible:ring-primary-500 focus-visible:ring-offset-1",
|
|
55
39
|
{
|
|
56
40
|
variants: {
|
|
57
41
|
size: {
|
|
58
42
|
bodySm: "h-4 w-4",
|
|
59
|
-
bodyDefault: "h-5 w-5"
|
|
43
|
+
bodyDefault: "h-5 w-5",
|
|
44
|
+
h5: "h-6 w-6",
|
|
45
|
+
h3: "h-7 w-7"
|
|
60
46
|
}
|
|
61
47
|
},
|
|
62
48
|
defaultVariants: {
|
|
63
49
|
size: "bodyDefault"
|
|
64
50
|
}
|
|
65
51
|
}
|
|
66
|
-
),
|
|
52
|
+
), n = e("flex w-full gap-1", {
|
|
67
53
|
variants: {
|
|
68
54
|
size: {
|
|
69
|
-
bodySm: "
|
|
70
|
-
bodyDefault: "
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
true: "text-neutral-400",
|
|
74
|
-
false: "text-neutral-900"
|
|
55
|
+
bodySm: "gap-1",
|
|
56
|
+
bodyDefault: "gap-1",
|
|
57
|
+
h5: "gap-1",
|
|
58
|
+
h3: "gap-1"
|
|
75
59
|
},
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
60
|
+
orientation: {
|
|
61
|
+
vertical: "flex-col",
|
|
62
|
+
horizontal: "flex-row items-center"
|
|
79
63
|
}
|
|
80
64
|
},
|
|
81
65
|
defaultVariants: {
|
|
82
66
|
size: "bodyDefault",
|
|
83
|
-
|
|
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",
|
|
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
|
-
}
|
|
114
|
-
},
|
|
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
|
|
130
|
-
}
|
|
67
|
+
orientation: "vertical"
|
|
131
68
|
}
|
|
132
|
-
)
|
|
69
|
+
});
|
|
133
70
|
export {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
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
|
|
71
|
+
n as invisibleTimeFieldContainerVariants,
|
|
72
|
+
r as invisibleTimeFieldGroupVariants,
|
|
73
|
+
a as invisibleTimeFieldInputVariants,
|
|
74
|
+
i as timeFieldButtonVariants
|
|
147
75
|
};
|
package/dist/index.es48.js
CHANGED
|
@@ -1,116 +1,173 @@
|
|
|
1
1
|
import { cva as r } from "class-variance-authority";
|
|
2
|
-
const
|
|
3
|
-
"
|
|
2
|
+
const t = r(
|
|
3
|
+
"inline-flex select-none items-center justify-center text-center text-xs font-semibold leading-6 transition duration-150 ease-in-out focus:outline-none",
|
|
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
|
+
},
|
|
6
17
|
size: {
|
|
7
|
-
xs: "py-1",
|
|
8
|
-
sm: "py-2",
|
|
9
|
-
md: "py-3",
|
|
10
|
-
lg: "py-4"
|
|
18
|
+
xs: "rounded px-3 py-1",
|
|
19
|
+
sm: "rounded px-3 py-2",
|
|
20
|
+
md: "rounded 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"
|
|
11
25
|
},
|
|
12
26
|
isHovered: {
|
|
13
27
|
true: ""
|
|
14
28
|
},
|
|
15
|
-
|
|
29
|
+
isActive: {
|
|
16
30
|
true: ""
|
|
17
31
|
},
|
|
18
|
-
|
|
19
|
-
true: "
|
|
20
|
-
false: "
|
|
32
|
+
fullWidth: {
|
|
33
|
+
true: "w-full",
|
|
34
|
+
false: "w-fit"
|
|
21
35
|
},
|
|
22
|
-
|
|
23
|
-
true: "cursor-not-allowed"
|
|
36
|
+
isLoading: {
|
|
37
|
+
true: "pointer-events-none cursor-not-allowed opacity-70"
|
|
24
38
|
},
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
invalid: "border border-error-500"
|
|
39
|
+
isFocused: {
|
|
40
|
+
true: "focus:outline-none focus:ring-2 focus:ring-sky-400 focus:ring-offset-[0.4px] border-none",
|
|
41
|
+
false: ""
|
|
29
42
|
}
|
|
30
43
|
},
|
|
44
|
+
defaultVariants: {
|
|
45
|
+
intent: "primary",
|
|
46
|
+
size: "md"
|
|
47
|
+
},
|
|
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
|
+
},
|
|
32
65
|
{
|
|
66
|
+
intent: "outline",
|
|
33
67
|
isHovered: !0,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
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"
|
|
37
105
|
},
|
|
38
|
-
// default focus
|
|
39
106
|
{
|
|
107
|
+
intent: "orangeWarning",
|
|
40
108
|
isFocused: !0,
|
|
41
|
-
|
|
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"
|
|
109
|
+
class: "border-[1.5px] focus:ring-orange-500"
|
|
43
110
|
},
|
|
44
|
-
// success focused
|
|
45
111
|
{
|
|
46
|
-
|
|
112
|
+
intent: "yellowWarning",
|
|
47
113
|
isFocused: !0,
|
|
48
|
-
class: "border-
|
|
114
|
+
class: "border-[1.5px] focus:ring-yellow-500"
|
|
49
115
|
},
|
|
50
|
-
// error focused
|
|
51
116
|
{
|
|
52
|
-
|
|
117
|
+
intent: "info",
|
|
53
118
|
isFocused: !0,
|
|
54
|
-
class: "border-
|
|
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"
|
|
55
166
|
}
|
|
167
|
+
/* /Active State */
|
|
56
168
|
]
|
|
57
169
|
}
|
|
58
|
-
)
|
|
59
|
-
"w-full border outline-none transition-colors duration-200 rounded-sm text-blue-800",
|
|
60
|
-
{
|
|
61
|
-
variants: {
|
|
62
|
-
size: {
|
|
63
|
-
bodySm: "px-1.5 py-1 text-xs gap-2",
|
|
64
|
-
bodyDefault: "px-1.5 py-1 text-sm gap-2",
|
|
65
|
-
h5: "px-2 py-1 text-base gap-2",
|
|
66
|
-
h3: "px-2 py-1 text-[22px] gap-2"
|
|
67
|
-
},
|
|
68
|
-
state: {
|
|
69
|
-
default: "border-transparent bg-transparent",
|
|
70
|
-
hover: "border-blue-100 bg-transparent",
|
|
71
|
-
active: "!border-primary-500 bg-neutral-50 focus:!border-primary-500 focus:!bg-neutral-50",
|
|
72
|
-
error: "!border-error-500 bg-neutral-50 focus:!border-error-500 focus:!bg-neutral-50",
|
|
73
|
-
disabled: "border-transparent bg-transparent cursor-not-allowed"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
defaultVariants: {
|
|
77
|
-
size: "bodyDefault",
|
|
78
|
-
state: "default"
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
), a = r("relative flex w-full", {
|
|
82
|
-
variants: {
|
|
83
|
-
size: {
|
|
84
|
-
bodySm: "gap-1",
|
|
85
|
-
bodyDefault: "gap-1",
|
|
86
|
-
h5: "gap-1",
|
|
87
|
-
h3: "gap-1"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
defaultVariants: {
|
|
91
|
-
size: "bodyDefault"
|
|
92
|
-
}
|
|
93
|
-
}), i = r("flex items-center justify-center", {
|
|
94
|
-
variants: {
|
|
95
|
-
size: {
|
|
96
|
-
bodySm: "size-3",
|
|
97
|
-
bodyDefault: "size-3.5",
|
|
98
|
-
h5: "size-4",
|
|
99
|
-
h3: "size-5"
|
|
100
|
-
},
|
|
101
|
-
isDisabled: {
|
|
102
|
-
true: "text-neutral-600",
|
|
103
|
-
false: "text-primary-500"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
defaultVariants: {
|
|
107
|
-
size: "bodyDefault",
|
|
108
|
-
isDisabled: !1
|
|
109
|
-
}
|
|
110
|
-
});
|
|
170
|
+
);
|
|
111
171
|
export {
|
|
112
|
-
|
|
113
|
-
a as invisibleNumberFieldGroupVariants,
|
|
114
|
-
i as invisibleNumberFieldStepperVariants,
|
|
115
|
-
t as invisibleNumberFieldVariants
|
|
172
|
+
t as buttonVariants
|
|
116
173
|
};
|