@simpli-route/apollo-ds 0.1.58 → 0.1.60
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/SearchField/SearchFieldIconContainer.d.ts +1 -1
- package/dist/components/SearchField/SearchFieldPopover.d.ts +7 -1
- package/dist/index.cjs10.js +1 -1
- package/dist/index.cjs11.js +1 -1
- package/dist/index.cjs111.js +1 -1
- package/dist/index.cjs112.js +1 -1
- package/dist/index.cjs113.js +1 -1
- package/dist/index.cjs114.js +1 -1
- package/dist/index.cjs115.js +1 -1
- package/dist/index.cjs116.js +1 -1
- package/dist/index.cjs117.js +1 -1
- package/dist/index.cjs118.js +1 -1
- package/dist/index.cjs119.js +1 -1
- package/dist/index.cjs120.js +1 -1
- package/dist/index.cjs121.js +1 -1
- package/dist/index.cjs122.js +1 -1
- package/dist/index.cjs123.js +1 -1
- package/dist/index.cjs14.js +1 -1
- package/dist/index.cjs18.js +1 -1
- package/dist/index.cjs19.js +1 -1
- package/dist/index.cjs24.js +1 -1
- package/dist/index.cjs26.js +1 -1
- package/dist/index.cjs30.js +1 -1
- package/dist/index.cjs31.js +1 -1
- package/dist/index.cjs35.js +1 -1
- package/dist/index.cjs37.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.cjs72.js +1 -1
- package/dist/index.cjs73.js +1 -1
- package/dist/index.cjs75.js +1 -1
- package/dist/index.cjs76.js +1 -1
- package/dist/index.cjs78.js +1 -1
- package/dist/index.cjs8.js +1 -1
- package/dist/index.cjs80.js +1 -1
- package/dist/index.cjs81.js +1 -1
- package/dist/index.cjs82.js +1 -1
- package/dist/index.cjs85.js +1 -1
- package/dist/index.cjs86.js +1 -1
- package/dist/index.cjs87.js +1 -1
- package/dist/index.cjs88.js +1 -1
- package/dist/index.cjs89.js +1 -1
- package/dist/index.cjs90.js +1 -1
- package/dist/index.cjs93.js +1 -1
- package/dist/index.cjs94.js +1 -1
- package/dist/index.es10.js +3 -3
- package/dist/index.es11.js +1 -1
- package/dist/index.es111.js +5 -2
- package/dist/index.es112.js +4 -2
- package/dist/index.es113.js +3 -57
- package/dist/index.es114.js +15 -12
- package/dist/index.es115.js +57 -4
- package/dist/index.es116.js +4 -3
- package/dist/index.es117.js +27 -20
- package/dist/index.es118.js +2 -4
- package/dist/index.es119.js +10 -28
- package/dist/index.es120.js +340 -2
- package/dist/index.es121.js +166 -8
- package/dist/index.es122.js +2 -340
- package/dist/index.es123.js +2 -166
- package/dist/index.es14.js +1 -1
- package/dist/index.es18.js +1 -1
- package/dist/index.es19.js +47 -47
- package/dist/index.es24.js +1 -1
- package/dist/index.es26.js +2 -2
- package/dist/index.es30.js +2 -2
- package/dist/index.es31.js +2 -2
- package/dist/index.es35.js +3 -3
- package/dist/index.es37.js +3 -3
- package/dist/index.es65.js +18 -10
- package/dist/index.es66.js +16 -11
- package/dist/index.es67.js +16 -10
- package/dist/index.es68.js +75 -26
- package/dist/index.es69.js +162 -78
- package/dist/index.es70.js +28 -16
- package/dist/index.es71.js +10 -17
- package/dist/index.es72.js +12 -16
- package/dist/index.es73.js +10 -163
- package/dist/index.es75.js +51 -49
- package/dist/index.es76.js +12 -23
- package/dist/index.es78.js +42 -12
- package/dist/index.es8.js +1 -1
- package/dist/index.es80.js +100 -77
- package/dist/index.es81.js +12 -100
- package/dist/index.es82.js +77 -12
- package/dist/index.es85.js +10 -7
- package/dist/index.es86.js +9 -17
- package/dist/index.es87.js +35 -139
- package/dist/index.es88.js +7 -10
- package/dist/index.es89.js +17 -9
- package/dist/index.es90.js +139 -35
- package/dist/index.es93.js +1 -1
- package/dist/index.es94.js +1 -1
- package/dist/stories/SearchField.stories.d.ts +10 -0
- package/dist/style.css +25 -24
- package/package.json +1 -1
package/dist/index.es26.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.es44.js";
|
|
4
4
|
import "./index.es15.js";
|
|
5
5
|
import { Label as G } from "./index.es16.js";
|
|
6
|
-
import { CaptionNumberField as S } from "./index.
|
|
7
|
-
import { StepperButton as V } from "./index.
|
|
6
|
+
import { CaptionNumberField as S } from "./index.es71.js";
|
|
7
|
+
import { StepperButton as V } from "./index.es72.js";
|
|
8
8
|
import { inputNumberVariant as _ } from "./index.es57.js";
|
|
9
9
|
const K = ({
|
|
10
10
|
size: o = "sm",
|
package/dist/index.es30.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.es44.js";
|
|
5
5
|
import "./index.es15.js";
|
|
6
6
|
import { Label as J } from "./index.es16.js";
|
|
7
|
-
import { PopoverContent as K } from "./index.
|
|
8
|
-
import { SelectContent as Q } from "./index.
|
|
7
|
+
import { PopoverContent as K } from "./index.es68.js";
|
|
8
|
+
import { SelectContent as Q } from "./index.es82.js";
|
|
9
9
|
import { selectInputPopoverVariants as U } from "./index.es49.js";
|
|
10
10
|
const W = (S, b) => {
|
|
11
11
|
const {
|
package/dist/index.es31.js
CHANGED
|
@@ -2,8 +2,8 @@ import { j as m } from "./index.es42.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.es44.js";
|
|
5
|
-
import { SliderContainerTrack as G } from "./index.
|
|
6
|
-
import { validateMinDistance as H } from "./index.
|
|
5
|
+
import { SliderContainerTrack as G } from "./index.es80.js";
|
|
6
|
+
import { validateMinDistance as H } from "./index.es81.js";
|
|
7
7
|
const U = ({
|
|
8
8
|
type: r = "single",
|
|
9
9
|
showTypeValue: A = "default",
|
package/dist/index.es35.js
CHANGED
|
@@ -3,10 +3,10 @@ import { CheckIcon as I } from "./index.es43.js";
|
|
|
3
3
|
import { motion as f } from "framer-motion";
|
|
4
4
|
import { useRef as k } from "react";
|
|
5
5
|
import { useButton as D, useHover as V } from "react-aria";
|
|
6
|
-
import z from "./index.
|
|
7
|
-
import B from "./index.
|
|
6
|
+
import z from "./index.es88.js";
|
|
7
|
+
import B from "./index.es89.js";
|
|
8
8
|
import { cn as H } from "./index.es44.js";
|
|
9
|
-
import { stepVariants as R, iconVariants as $, labelVariants as E } from "./index.
|
|
9
|
+
import { stepVariants as R, iconVariants as $, labelVariants as E } from "./index.es90.js";
|
|
10
10
|
const c = z(B), x = (s, e) => typeof s == "function" ? /* @__PURE__ */ n.jsx(s, { step: e || 0 }) : s, C = (s) => {
|
|
11
11
|
var t, r, o, a, i;
|
|
12
12
|
const e = (t = c == null ? void 0 : c.theme) == null ? void 0 : t.colors;
|
package/dist/index.es37.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.es44.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.es85.js";
|
|
7
|
+
import { TabPanel as h } from "./index.es86.js";
|
|
8
|
+
import { tabsVariants as T } from "./index.es87.js";
|
|
9
9
|
const v = (a) => {
|
|
10
10
|
var l;
|
|
11
11
|
const {
|
package/dist/index.es65.js
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { j as r } from "./index.es42.js";
|
|
2
|
+
import { ColorArea as s, ColorThumb as l } from "react-aria-components";
|
|
3
|
+
function t({ color: o, onChange: e, ...a }) {
|
|
4
|
+
return /* @__PURE__ */ r.jsx(
|
|
5
|
+
s,
|
|
6
|
+
{
|
|
7
|
+
colorSpace: "hsb",
|
|
8
|
+
xChannel: "saturation",
|
|
9
|
+
yChannel: "brightness",
|
|
10
|
+
value: o,
|
|
11
|
+
className: "mb-2 h-32 w-48 rounded border",
|
|
12
|
+
onChange: e,
|
|
13
|
+
...a,
|
|
14
|
+
children: /* @__PURE__ */ r.jsx(l, { className: "box-border size-5 rounded-full border-2 border-white shadow-[0_0_0_1px_black,inset_0_0_0_1px_black] data-[focus-visible]:size-6" })
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
}
|
|
10
18
|
export {
|
|
11
|
-
|
|
19
|
+
t as ColorArea
|
|
12
20
|
};
|
package/dist/index.es66.js
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
import { j as e } from "./index.es42.js";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
import { ColorField as n, Input as t } from "react-aria-components";
|
|
3
|
+
function p(o) {
|
|
4
|
+
const { isDisabled: l, inputProps: r = {}, ...s } = o;
|
|
5
|
+
return /* @__PURE__ */ e.jsx(n, { className: "relative flex h-8 w-32 items-center", isDisabled: l, ...s, children: /* @__PURE__ */ e.jsx(
|
|
6
|
+
t,
|
|
7
|
+
{
|
|
8
|
+
className: "size-full border-none bg-transparent p-0 outline-none focus:outline-none focus:ring-0",
|
|
9
|
+
maxLength: 7,
|
|
10
|
+
"aria-label": "Color hex",
|
|
11
|
+
spellCheck: !1,
|
|
12
|
+
autoComplete: "off",
|
|
13
|
+
...r
|
|
14
|
+
}
|
|
15
|
+
) });
|
|
16
|
+
}
|
|
12
17
|
export {
|
|
13
|
-
|
|
18
|
+
p as ColorField
|
|
14
19
|
};
|
package/dist/index.es67.js
CHANGED
|
@@ -1,12 +1,18 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { j as r } from "./index.es42.js";
|
|
2
|
+
import { ColorSlider as f, SliderTrack as l, ColorThumb as i } from "react-aria-components";
|
|
3
|
+
function d(e) {
|
|
4
|
+
const { color: o } = e;
|
|
5
|
+
return /* @__PURE__ */ r.jsx(
|
|
6
|
+
f,
|
|
7
|
+
{
|
|
8
|
+
channel: "hue",
|
|
9
|
+
value: o,
|
|
10
|
+
className: "mb-2 h-4 w-48 rounded border bg-[linear-gradient(to_right,#ff0000,#ffff00,#00ff00,#00ffff,#0000ff,#ff00ff,#ff0000)]",
|
|
11
|
+
...e,
|
|
12
|
+
children: /* @__PURE__ */ r.jsx(l, { className: "size-full", children: /* @__PURE__ */ r.jsx(i, { className: "box-border size-5 rounded-full border-2 border-white shadow-[0_0_0_1px_black,inset_0_0_0_1px_black] data-[focus-visible]:size-6" }) })
|
|
13
|
+
}
|
|
14
|
+
);
|
|
15
|
+
}
|
|
10
16
|
export {
|
|
11
|
-
|
|
17
|
+
d as ColorSlider
|
|
12
18
|
};
|
package/dist/index.es68.js
CHANGED
|
@@ -1,32 +1,81 @@
|
|
|
1
1
|
import { j as e } from "./index.es42.js";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
import { CrossCircleIcon as d } from "./index.es43.js";
|
|
3
|
+
import { Autocomplete as p, SearchField as m, Input as f, Button as b, ListBox as h, ListBoxItem as j } from "react-aria-components";
|
|
4
|
+
import { cn as n } from "./index.es44.js";
|
|
5
|
+
const C = ({
|
|
6
|
+
enableSearch: a,
|
|
7
|
+
contains: o,
|
|
8
|
+
classNameSearchField: i,
|
|
9
|
+
classNameSearchFieldInput: c,
|
|
10
|
+
placeholderSearch: x,
|
|
11
|
+
items: u
|
|
12
|
+
}) => /* @__PURE__ */ e.jsxs(p, { filter: o, disableAutoFocusFirst: !0, disableVirtualFocus: !0, children: [
|
|
13
|
+
a ? /* @__PURE__ */ e.jsxs(
|
|
14
|
+
m,
|
|
7
15
|
{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
f,
|
|
24
|
+
{
|
|
25
|
+
placeholder: x,
|
|
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(b, { 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(d, { "aria-hidden": !0, className: "size-4" }) })
|
|
33
|
+
]
|
|
17
34
|
}
|
|
18
|
-
) :
|
|
19
|
-
|
|
35
|
+
) : null,
|
|
36
|
+
/* @__PURE__ */ e.jsx(h, { className: "lg:custom-scrollbar max-h-[260px] overflow-auto outline-none", items: u, children: (r) => /* @__PURE__ */ e.jsx(
|
|
37
|
+
j,
|
|
20
38
|
{
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
39
|
+
id: r.value,
|
|
40
|
+
textValue: r.label,
|
|
41
|
+
isDisabled: r.isDisabled,
|
|
42
|
+
className: ({ isSelected: l, isFocusVisible: t, isHovered: s }) => n(
|
|
43
|
+
"flex cursor-pointer flex-col px-3 py-2 text-xs font-normal outline-none",
|
|
44
|
+
l ? "bg-primary-100 text-primary-500" : "text-primary-900",
|
|
45
|
+
s && "bg-primary-50 text-primary-500",
|
|
46
|
+
(s || t) && !l && "bg-primary-50",
|
|
47
|
+
(s || t) && l && "bg-primary-200",
|
|
48
|
+
(r == null ? void 0 : r.isDisabled) && "cursor-not-allowed opacity-50"
|
|
49
|
+
),
|
|
50
|
+
children: ({ isSelected: l, isHovered: t }) => /* @__PURE__ */ e.jsxs("div", { className: "flex w-full flex-col", children: [
|
|
51
|
+
/* @__PURE__ */ e.jsxs("div", { className: "flex w-full items-center justify-between", children: [
|
|
52
|
+
/* @__PURE__ */ e.jsx("span", { children: r.label }),
|
|
53
|
+
/* @__PURE__ */ e.jsx("span", { className: "flex w-5 items-center", children: l && /* @__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(
|
|
54
|
+
"path",
|
|
55
|
+
{
|
|
56
|
+
fillRule: "evenodd",
|
|
57
|
+
clipRule: "evenodd",
|
|
58
|
+
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",
|
|
59
|
+
fill: "#4C3BEF"
|
|
60
|
+
}
|
|
61
|
+
) }) })
|
|
62
|
+
] }),
|
|
63
|
+
r.description ? /* @__PURE__ */ e.jsx(
|
|
64
|
+
"span",
|
|
65
|
+
{
|
|
66
|
+
slot: "description",
|
|
67
|
+
className: n(
|
|
68
|
+
l ? "text-primary-400" : "text-neutral-700",
|
|
69
|
+
t && "text-primary-400"
|
|
70
|
+
),
|
|
71
|
+
children: r.description
|
|
72
|
+
}
|
|
73
|
+
) : null
|
|
74
|
+
] })
|
|
75
|
+
},
|
|
76
|
+
r.value
|
|
77
|
+
) })
|
|
78
|
+
] });
|
|
30
79
|
export {
|
|
31
|
-
|
|
80
|
+
C as PopoverContent
|
|
32
81
|
};
|
package/dist/index.es69.js
CHANGED
|
@@ -1,81 +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
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
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
|
+
}
|
|
75
159
|
},
|
|
76
|
-
r
|
|
77
|
-
|
|
78
|
-
|
|
160
|
+
compoundVariants: [...t, ...r, ...i]
|
|
161
|
+
}
|
|
162
|
+
);
|
|
79
163
|
export {
|
|
80
|
-
|
|
164
|
+
a as buttonVariants
|
|
81
165
|
};
|
package/dist/index.es70.js
CHANGED
|
@@ -1,20 +1,32 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { j as e } from "./index.es42.js";
|
|
2
|
+
import { cn as l } from "./index.es44.js";
|
|
3
|
+
const m = (r) => {
|
|
4
|
+
const { isIndeterminate: t, isSelected: s, className: n, isHovered: a } = r, o = a && !s && !t ? "text-neutral-500" : "", i = !!(o || s);
|
|
5
|
+
return /* @__PURE__ */ e.jsx("svg", { className: l("stroke-current", o, n), viewBox: "-1 1 17 17", children: t ? /* @__PURE__ */ e.jsx(
|
|
6
|
+
"line",
|
|
6
7
|
{
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
x1: 1,
|
|
9
|
+
y1: 10,
|
|
10
|
+
x2: 14,
|
|
11
|
+
y2: 10,
|
|
12
|
+
fill: "none",
|
|
13
|
+
strokeWidth: 2,
|
|
14
|
+
strokeDasharray: 14,
|
|
15
|
+
strokeDashoffset: s ? 28 : 42,
|
|
16
|
+
style: { transition: "all 400ms" }
|
|
15
17
|
}
|
|
16
|
-
)
|
|
17
|
-
|
|
18
|
+
) : /* @__PURE__ */ e.jsx(
|
|
19
|
+
"polyline",
|
|
20
|
+
{
|
|
21
|
+
points: "1 9 7 14 15 4",
|
|
22
|
+
fill: "none",
|
|
23
|
+
strokeWidth: 2,
|
|
24
|
+
strokeDasharray: 22,
|
|
25
|
+
strokeDashoffset: i ? 44 : 66,
|
|
26
|
+
style: { transition: "all 400ms" }
|
|
27
|
+
}
|
|
28
|
+
) });
|
|
29
|
+
};
|
|
18
30
|
export {
|
|
19
|
-
|
|
31
|
+
m as MarkIcon
|
|
20
32
|
};
|
package/dist/index.es71.js
CHANGED
|
@@ -1,19 +1,12 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"aria-label": "Color hex",
|
|
11
|
-
spellCheck: !1,
|
|
12
|
-
autoComplete: "off",
|
|
13
|
-
...r
|
|
14
|
-
}
|
|
15
|
-
) });
|
|
16
|
-
}
|
|
1
|
+
import { j as n } from "./index.es42.js";
|
|
2
|
+
import { cn as x } from "./index.es44.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;
|
|
17
10
|
export {
|
|
18
|
-
|
|
11
|
+
m as CaptionNumberField
|
|
19
12
|
};
|
package/dist/index.es72.js
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
children: /* @__PURE__ */ r.jsx(l, { className: "size-full", children: /* @__PURE__ */ r.jsx(i, { className: "box-border size-5 rounded-full border-2 border-white shadow-[0_0_0_1px_black,inset_0_0_0_1px_black] data-[focus-visible]:size-6" }) })
|
|
13
|
-
}
|
|
14
|
-
);
|
|
15
|
-
}
|
|
1
|
+
import { j as e } from "./index.es42.js";
|
|
2
|
+
import { UpChevronIcon as n, DownChevronIcon as o } from "./index.es43.js";
|
|
3
|
+
import { Button as s } from "react-aria-components";
|
|
4
|
+
import { cn as c } from "./index.es44.js";
|
|
5
|
+
const x = ({ isDisabled: r }) => {
|
|
6
|
+
const t = c("flex items-center justify-center", r ? "text-neutral-600" : "text-primary-500");
|
|
7
|
+
return /* @__PURE__ */ e.jsxs("div", { className: "absolute inset-y-0 right-0 flex flex-col items-center justify-center space-y-0.5 pr-2", children: [
|
|
8
|
+
/* @__PURE__ */ e.jsx(s, { slot: "increment", className: t, children: /* @__PURE__ */ e.jsx(n, { className: "size-3.5" }) }),
|
|
9
|
+
/* @__PURE__ */ e.jsx(s, { slot: "decrement", className: t, children: /* @__PURE__ */ e.jsx(o, { className: "size-3.5" }) })
|
|
10
|
+
] });
|
|
11
|
+
};
|
|
16
12
|
export {
|
|
17
|
-
|
|
13
|
+
x as StepperButton
|
|
18
14
|
};
|