@simpli-route/apollo-ds 0.1.47 → 0.1.48
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.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.cjs121.js +1 -1
- package/dist/index.cjs124.js +1 -1
- package/dist/index.cjs127.js +1 -1
- package/dist/index.cjs128.js +1 -1
- package/dist/index.cjs143.js +1 -1
- package/dist/index.cjs148.js +1 -1
- package/dist/index.cjs149.js +1 -1
- package/dist/index.cjs150.js +1 -1
- package/dist/index.cjs151.js +1 -1
- package/dist/index.cjs152.js +1 -1
- package/dist/index.cjs153.js +1 -1
- package/dist/index.cjs156.js +1 -1
- package/dist/index.cjs157.js +1 -1
- package/dist/index.cjs158.js +1 -1
- package/dist/index.cjs161.js +1 -1
- package/dist/index.cjs162.js +1 -1
- package/dist/index.cjs163.js +1 -1
- package/dist/index.cjs165.js +1 -1
- package/dist/index.cjs166.js +1 -1
- package/dist/index.cjs167.js +1 -1
- package/dist/index.cjs23.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.cjs32.js +1 -1
- package/dist/index.cjs33.js +1 -1
- package/dist/index.cjs63.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.cjs70.js +1 -1
- package/dist/index.cjs71.js +1 -1
- package/dist/index.cjs75.js +1 -1
- package/dist/index.cjs76.js +1 -1
- package/dist/index.cjs77.js +1 -1
- package/dist/index.cjs78.js +1 -1
- package/dist/index.cjs79.js +1 -1
- package/dist/index.cjs82.js +1 -1
- package/dist/index.cjs83.js +1 -1
- package/dist/index.cjs9.js +1 -1
- package/dist/index.cjs99.js +1 -1
- package/dist/index.es100.js +2 -30
- package/dist/index.es101.js +30 -2
- package/dist/index.es102.js +57 -2
- package/dist/index.es11.js +1 -1
- package/dist/index.es121.js +2 -2
- package/dist/index.es124.js +2 -2
- package/dist/index.es127.js +6 -6
- package/dist/index.es128.js +2 -2
- package/dist/index.es143.js +3 -3
- package/dist/index.es148.js +61 -10
- package/dist/index.es149.js +4 -61
- package/dist/index.es150.js +14 -4
- package/dist/index.es151.js +307 -10
- package/dist/index.es152.js +19 -304
- package/dist/index.es153.js +4 -26
- package/dist/index.es156.js +94 -4
- package/dist/index.es157.js +4 -94
- package/dist/index.es158.js +8 -2
- package/dist/index.es161.js +51 -4
- package/dist/index.es162.js +15 -47
- package/dist/index.es163.js +4 -19
- package/dist/index.es164.js +2 -2
- package/dist/index.es165.js +753 -4
- package/dist/index.es166.js +4 -753
- package/dist/index.es167.js +2 -2
- package/dist/index.es23.js +2 -2
- package/dist/index.es25.js +1 -1
- package/dist/index.es26.js +2 -2
- package/dist/index.es27.js +2 -2
- package/dist/index.es32.js +2 -2
- package/dist/index.es33.js +3 -3
- package/dist/index.es63.js +64 -162
- package/dist/index.es64.js +162 -64
- package/dist/index.es65.js +10 -101
- package/dist/index.es66.js +11 -12
- package/dist/index.es67.js +1 -1
- package/dist/index.es68.js +100 -87
- package/dist/index.es69.js +13 -13
- package/dist/index.es70.js +13 -10
- package/dist/index.es71.js +87 -11
- package/dist/index.es75.js +19 -10
- package/dist/index.es76.js +20 -10
- package/dist/index.es77.js +10 -45
- package/dist/index.es78.js +10 -19
- package/dist/index.es79.js +42 -17
- package/dist/index.es82.js +1 -1
- package/dist/index.es83.js +1 -1
- package/dist/index.es9.js +1 -1
- package/dist/index.es99.js +2 -57
- package/package.json +1 -1
package/dist/index.es23.js
CHANGED
|
@@ -3,8 +3,8 @@ import { NumberField as w, Group as B, Input as E } from "react-aria-components"
|
|
|
3
3
|
import { cn as t } from "./index.es39.js";
|
|
4
4
|
import "./index.es12.js";
|
|
5
5
|
import { Label as G } from "./index.es13.js";
|
|
6
|
-
import { CaptionNumberField as S } from "./index.
|
|
7
|
-
import { StepperButton as V } from "./index.
|
|
6
|
+
import { CaptionNumberField as S } from "./index.es65.js";
|
|
7
|
+
import { StepperButton as V } from "./index.es66.js";
|
|
8
8
|
import { inputNumberVariant as _ } from "./index.es51.js";
|
|
9
9
|
const K = ({
|
|
10
10
|
size: o = "sm",
|
package/dist/index.es25.js
CHANGED
|
@@ -3,7 +3,7 @@ import { SearchIcon as P, CrossIcon as y } from "./index.es40.js";
|
|
|
3
3
|
import { useMemo as z } from "react";
|
|
4
4
|
import { ComboBox as D, Input as H, Text as R, FieldError as E, Popover as O, ListBox as F, ListBoxItem as M } from "react-aria-components";
|
|
5
5
|
import { cn as S } from "./index.es39.js";
|
|
6
|
-
import { useDebouncedValue as _ } from "./index.
|
|
6
|
+
import { useDebouncedValue as _ } from "./index.es70.js";
|
|
7
7
|
import { IconButton as T } from "./index.es11.js";
|
|
8
8
|
import "./index.es12.js";
|
|
9
9
|
import { Label as $ } from "./index.es13.js";
|
package/dist/index.es26.js
CHANGED
|
@@ -4,8 +4,8 @@ import { useFilter as w, Select as G, Popover as H } from "react-aria-components
|
|
|
4
4
|
import { cn as c } from "./index.es39.js";
|
|
5
5
|
import "./index.es12.js";
|
|
6
6
|
import { Label as J } from "./index.es13.js";
|
|
7
|
-
import { PopoverContent as K } from "./index.
|
|
8
|
-
import { SelectContent as Q } from "./index.
|
|
7
|
+
import { PopoverContent as K } from "./index.es63.js";
|
|
8
|
+
import { SelectContent as Q } from "./index.es71.js";
|
|
9
9
|
import { selectInputPopoverVariants as U } from "./index.es45.js";
|
|
10
10
|
const W = (S, b) => {
|
|
11
11
|
const {
|
package/dist/index.es27.js
CHANGED
|
@@ -2,8 +2,8 @@ import { j as m } from "./index.es38.js";
|
|
|
2
2
|
import { useState as q, useEffect as x } from "react";
|
|
3
3
|
import { Slider as z, SliderTrack as B } from "react-aria-components";
|
|
4
4
|
import { cn as F } from "./index.es39.js";
|
|
5
|
-
import { SliderContainerTrack as G } from "./index.
|
|
6
|
-
import { validateMinDistance as H } from "./index.
|
|
5
|
+
import { SliderContainerTrack as G } from "./index.es68.js";
|
|
6
|
+
import { validateMinDistance as H } from "./index.es69.js";
|
|
7
7
|
const U = ({
|
|
8
8
|
type: r = "single",
|
|
9
9
|
showTypeValue: A = "default",
|
package/dist/index.es32.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { j as o } from "./index.es38.js";
|
|
2
2
|
import { Switch as u } from "react-aria-components";
|
|
3
3
|
import { cn as c } from "./index.es39.js";
|
|
4
|
-
import { ContentSwitch as L } from "./index.
|
|
5
|
-
import { SwitchIndicator as v } from "./index.
|
|
4
|
+
import { ContentSwitch as L } from "./index.es75.js";
|
|
5
|
+
import { SwitchIndicator as v } from "./index.es76.js";
|
|
6
6
|
import { switchVariants as b } from "./index.es57.js";
|
|
7
7
|
const E = ({
|
|
8
8
|
children: f,
|
package/dist/index.es33.js
CHANGED
|
@@ -3,9 +3,9 @@ import { useRef as b } from "react";
|
|
|
3
3
|
import { useTabList as d } from "react-aria";
|
|
4
4
|
import { useTabListState as u, Item as N } from "react-stately";
|
|
5
5
|
import { cn as e } from "./index.es39.js";
|
|
6
|
-
import { Tab as j } from "./index.
|
|
7
|
-
import { TabPanel as h } from "./index.
|
|
8
|
-
import { tabsVariants as T } from "./index.
|
|
6
|
+
import { Tab as j } from "./index.es77.js";
|
|
7
|
+
import { TabPanel as h } from "./index.es78.js";
|
|
8
|
+
import { tabsVariants as T } from "./index.es79.js";
|
|
9
9
|
const v = (a) => {
|
|
10
10
|
var l;
|
|
11
11
|
const {
|
package/dist/index.es63.js
CHANGED
|
@@ -1,165 +1,67 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
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
|
-
}
|
|
1
|
+
import { j as e } from "./index.es38.js";
|
|
2
|
+
import { CrossCircleIcon as m } from "./index.es40.js";
|
|
3
|
+
import { Autocomplete as d, SearchField as p, Input as b, Button as h, ListBox as f, ListBoxItem as g } from "react-aria-components";
|
|
4
|
+
import { cn as n } from "./index.es39.js";
|
|
5
|
+
const v = ({
|
|
6
|
+
enableSearch: a,
|
|
7
|
+
contains: o,
|
|
8
|
+
classNameSearchField: i,
|
|
9
|
+
classNameSearchFieldInput: c,
|
|
10
|
+
placeholderSearch: u,
|
|
11
|
+
items: x
|
|
12
|
+
}) => /* @__PURE__ */ e.jsxs(d, { filter: o, disableAutoFocusFirst: !0, disableVirtualFocus: !0, children: [
|
|
13
|
+
a ? /* @__PURE__ */ e.jsxs(
|
|
14
|
+
p,
|
|
15
|
+
{
|
|
16
|
+
"aria-label": "Search",
|
|
17
|
+
className: n(
|
|
18
|
+
"group m-1 flex items-center rounded border border-neutral-500 bg-neutral-50",
|
|
19
|
+
i
|
|
20
|
+
),
|
|
21
|
+
children: [
|
|
22
|
+
/* @__PURE__ */ e.jsx(
|
|
23
|
+
b,
|
|
24
|
+
{
|
|
25
|
+
placeholder: u,
|
|
26
|
+
className: n(
|
|
27
|
+
"h-8 min-w-0 flex-1 rounded border-none p-1 text-sm font-normal text-neutral-800 outline-none outline-0 placeholder:text-neutral-700 focus:outline-none focus:ring-0 [&::-webkit-search-cancel-button]:hidden",
|
|
28
|
+
c
|
|
29
|
+
)
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ e.jsx(h, { className: "pressed:bg-black/10 mr-1 flex w-6 items-center justify-center rounded-full border-0 bg-transparent p-1 text-center text-sm text-neutral-600 transition hover:bg-black/[5%] group-data-[empty]:invisible", children: /* @__PURE__ */ e.jsx(m, { "aria-hidden": !0, className: "size-4" }) })
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
) : null,
|
|
36
|
+
/* @__PURE__ */ e.jsx(f, { className: "lg:custom-scrollbar max-h-[260px] overflow-auto outline-none", items: x, children: (r) => /* @__PURE__ */ e.jsx(
|
|
37
|
+
g,
|
|
38
|
+
{
|
|
39
|
+
id: r.value,
|
|
40
|
+
textValue: r.label,
|
|
41
|
+
isDisabled: r.isDisabled,
|
|
42
|
+
className: ({ isSelected: t, isFocusVisible: s, isHovered: l }) => n(
|
|
43
|
+
"flex cursor-pointer items-center justify-between px-3 py-2 text-xs font-normal outline-none",
|
|
44
|
+
t ? "bg-primary-100 text-primary-500" : "text-primary-900",
|
|
45
|
+
l && "bg-primary-50 text-primary-500",
|
|
46
|
+
(l || s) && !t && "bg-primary-50",
|
|
47
|
+
(l || s) && t && "bg-primary-200"
|
|
48
|
+
),
|
|
49
|
+
children: ({ isSelected: t }) => /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
50
|
+
/* @__PURE__ */ e.jsx("span", { children: r.label }),
|
|
51
|
+
/* @__PURE__ */ e.jsx("span", { className: "flex w-5 items-center", children: t && /* @__PURE__ */ e.jsx("svg", { width: "14", height: "13", viewBox: "0 0 14 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e.jsx(
|
|
52
|
+
"path",
|
|
53
|
+
{
|
|
54
|
+
fillRule: "evenodd",
|
|
55
|
+
clipRule: "evenodd",
|
|
56
|
+
d: "M13.2241 0.601824C13.4808 0.780773 13.5439 1.13398 13.365 1.39073L5.69829 12.3907C5.59653 12.5367 5.43209 12.6264 5.25425 12.633C5.07641 12.6395 4.90582 12.5622 4.79359 12.4241L0.460261 7.09072C0.26291 6.84783 0.299829 6.49094 0.542723 6.29358C0.785617 6.09623 1.14251 6.13315 1.33986 6.37605L5.19872 11.1254L12.4352 0.7427C12.6141 0.485948 12.9673 0.422875 13.2241 0.601824Z",
|
|
57
|
+
fill: "#4C3BEF"
|
|
58
|
+
}
|
|
59
|
+
) }) })
|
|
60
|
+
] })
|
|
159
61
|
},
|
|
160
|
-
|
|
161
|
-
}
|
|
162
|
-
);
|
|
62
|
+
r.value
|
|
63
|
+
) })
|
|
64
|
+
] });
|
|
163
65
|
export {
|
|
164
|
-
|
|
66
|
+
v as PopoverContent
|
|
165
67
|
};
|
package/dist/index.es64.js
CHANGED
|
@@ -1,67 +1,165 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
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",
|
|
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
|
+
}
|
|
61
159
|
},
|
|
62
|
-
r
|
|
63
|
-
|
|
64
|
-
|
|
160
|
+
compoundVariants: [...t, ...r, ...i]
|
|
161
|
+
}
|
|
162
|
+
);
|
|
65
163
|
export {
|
|
66
|
-
|
|
164
|
+
a as buttonVariants
|
|
67
165
|
};
|
package/dist/index.es65.js
CHANGED
|
@@ -1,103 +1,12 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import { cn as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
classNameUnfilled: m,
|
|
11
|
-
modeTooltip: b,
|
|
12
|
-
positionTooltip: h,
|
|
13
|
-
classNameThumb: d,
|
|
14
|
-
isHiddenValue: v,
|
|
15
|
-
suffixRangeCustom: e
|
|
16
|
-
}) => /* @__PURE__ */ l.jsxs("div", { className: "relative", children: [
|
|
17
|
-
t === "default" && !v ? /* @__PURE__ */ l.jsxs("div", { className: "flex justify-between", children: [
|
|
18
|
-
/* @__PURE__ */ l.jsxs(
|
|
19
|
-
"div",
|
|
20
|
-
{
|
|
21
|
-
className: "absolute top-4 text-sm text-neutral-900",
|
|
22
|
-
style: { left: `${r.getThumbPercent(0) * 100}%`, transform: "translateX(-50%)" },
|
|
23
|
-
children: [
|
|
24
|
-
r.values[0],
|
|
25
|
-
n === "range" && (e == null ? void 0 : e.left) || c
|
|
26
|
-
]
|
|
27
|
-
}
|
|
28
|
-
),
|
|
29
|
-
n === "range" && /* @__PURE__ */ l.jsxs(
|
|
30
|
-
"div",
|
|
31
|
-
{
|
|
32
|
-
className: "absolute top-4 text-sm text-neutral-900",
|
|
33
|
-
style: { left: `${r.getThumbPercent(1) * 100}%`, transform: "translateX(-50%)" },
|
|
34
|
-
children: [
|
|
35
|
-
r.values[1],
|
|
36
|
-
(e == null ? void 0 : e.right) || c
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
)
|
|
40
|
-
] }) : null,
|
|
41
|
-
/* @__PURE__ */ l.jsx(
|
|
42
|
-
"div",
|
|
43
|
-
{
|
|
44
|
-
className: P("absolute top-1/2 h-2 w-full -translate-y-1/2 rounded-full bg-primary-100", m)
|
|
45
|
-
}
|
|
46
|
-
),
|
|
47
|
-
/* @__PURE__ */ l.jsx(
|
|
48
|
-
"div",
|
|
49
|
-
{
|
|
50
|
-
className: P("absolute top-1/2 h-2 -translate-y-1/2 rounded-full bg-primary-500", a),
|
|
51
|
-
style: {
|
|
52
|
-
width: `${n === "range" ? r.getThumbPercent(1) * 100 - r.getThumbPercent(0) * 100 : r.getThumbPercent(0) * 100}%`,
|
|
53
|
-
left: n === "range" ? `${r.getThumbPercent(0) * 100}%` : "0%"
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
),
|
|
57
|
-
n === "range" ? /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
|
58
|
-
/* @__PURE__ */ l.jsx(
|
|
59
|
-
j,
|
|
60
|
-
{
|
|
61
|
-
index: 0,
|
|
62
|
-
valuePercent: r.getThumbPercent(0),
|
|
63
|
-
value: r.values[0],
|
|
64
|
-
suffix: (e == null ? void 0 : e.left) || c,
|
|
65
|
-
modeTooltip: b,
|
|
66
|
-
positionTooltip: h,
|
|
67
|
-
showTypeValue: t,
|
|
68
|
-
isHiddenValue: v,
|
|
69
|
-
classNameThumb: d
|
|
70
|
-
}
|
|
71
|
-
),
|
|
72
|
-
/* @__PURE__ */ l.jsx(
|
|
73
|
-
j,
|
|
74
|
-
{
|
|
75
|
-
index: 1,
|
|
76
|
-
valuePercent: r.getThumbPercent(1),
|
|
77
|
-
value: r.values[1],
|
|
78
|
-
suffix: (e == null ? void 0 : e.right) || c,
|
|
79
|
-
modeTooltip: b,
|
|
80
|
-
positionTooltip: h,
|
|
81
|
-
showTypeValue: t,
|
|
82
|
-
isHiddenValue: v,
|
|
83
|
-
classNameThumb: d
|
|
84
|
-
}
|
|
85
|
-
)
|
|
86
|
-
] }) : /* @__PURE__ */ l.jsx(
|
|
87
|
-
j,
|
|
88
|
-
{
|
|
89
|
-
index: 0,
|
|
90
|
-
valuePercent: r.getThumbPercent(0),
|
|
91
|
-
value: r.values[0],
|
|
92
|
-
suffix: c,
|
|
93
|
-
modeTooltip: b,
|
|
94
|
-
positionTooltip: h,
|
|
95
|
-
showTypeValue: t,
|
|
96
|
-
isHiddenValue: v,
|
|
97
|
-
classNameThumb: d
|
|
98
|
-
}
|
|
99
|
-
)
|
|
100
|
-
] });
|
|
1
|
+
import { j as n } from "./index.es38.js";
|
|
2
|
+
import { cn as x } from "./index.es39.js";
|
|
3
|
+
const m = ({
|
|
4
|
+
description: t,
|
|
5
|
+
descriptionClasses: i,
|
|
6
|
+
errorMessage: r,
|
|
7
|
+
errorClasses: s,
|
|
8
|
+
isInvalidField: e
|
|
9
|
+
}) => t && !e ? /* @__PURE__ */ n.jsx("div", { slot: "description", className: x("text-xs leading-3 text-neutral-700", i), children: t }) : r && e ? /* @__PURE__ */ n.jsx("div", { className: x("text-xs leading-3 text-error-500", s), children: r }) : null;
|
|
101
10
|
export {
|
|
102
|
-
|
|
11
|
+
m as CaptionNumberField
|
|
103
12
|
};
|