@simpli-route/apollo-ds 0.1.67 → 0.1.69

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.
Files changed (101) hide show
  1. package/dist/components/SearchField/types.d.ts +4 -0
  2. package/dist/components/TextField/types.d.ts +4 -0
  3. package/dist/index.cjs10.js +1 -1
  4. package/dist/index.cjs100.js +1 -1
  5. package/dist/index.cjs101.js +1 -1
  6. package/dist/index.cjs11.js +1 -1
  7. package/dist/index.cjs123.js +1 -1
  8. package/dist/index.cjs125.js +1 -1
  9. package/dist/index.cjs14.js +1 -1
  10. package/dist/index.cjs18.js +1 -1
  11. package/dist/index.cjs24.js +1 -1
  12. package/dist/index.cjs26.js +1 -1
  13. package/dist/index.cjs27.js +1 -1
  14. package/dist/index.cjs29.js +1 -1
  15. package/dist/index.cjs30.js +1 -1
  16. package/dist/index.cjs31.js +1 -1
  17. package/dist/index.cjs36.js +1 -1
  18. package/dist/index.cjs37.js +1 -1
  19. package/dist/index.cjs39.js +2 -2
  20. package/dist/index.cjs43.js +1 -1
  21. package/dist/index.cjs51.js +1 -1
  22. package/dist/index.cjs52.js +1 -1
  23. package/dist/index.cjs53.js +1 -1
  24. package/dist/index.cjs7.js +1 -1
  25. package/dist/index.cjs73.js +1 -1
  26. package/dist/index.cjs74.js +1 -1
  27. package/dist/index.cjs75.js +1 -1
  28. package/dist/index.cjs76.js +1 -1
  29. package/dist/index.cjs77.js +1 -1
  30. package/dist/index.cjs78.js +1 -1
  31. package/dist/index.cjs79.js +1 -1
  32. package/dist/index.cjs8.js +1 -1
  33. package/dist/index.cjs80.js +1 -1
  34. package/dist/index.cjs81.js +1 -1
  35. package/dist/index.cjs82.js +1 -3
  36. package/dist/index.cjs83.js +1 -1
  37. package/dist/index.cjs84.js +1 -1
  38. package/dist/index.cjs85.js +1 -1
  39. package/dist/index.cjs86.js +3 -1
  40. package/dist/index.cjs87.js +1 -1
  41. package/dist/index.cjs88.js +1 -1
  42. package/dist/index.cjs89.js +1 -1
  43. package/dist/index.cjs9.js +1 -1
  44. package/dist/index.cjs90.js +1 -1
  45. package/dist/index.cjs91.js +1 -1
  46. package/dist/index.cjs92.js +1 -1
  47. package/dist/index.cjs93.js +1 -1
  48. package/dist/index.cjs94.js +1 -1
  49. package/dist/index.cjs95.js +1 -1
  50. package/dist/index.es10.js +3 -3
  51. package/dist/index.es100.js +1 -1
  52. package/dist/index.es101.js +1 -1
  53. package/dist/index.es11.js +1 -1
  54. package/dist/index.es123.js +2 -57
  55. package/dist/index.es124.js +2 -2
  56. package/dist/index.es125.js +57 -2
  57. package/dist/index.es14.js +1 -1
  58. package/dist/index.es18.js +1 -1
  59. package/dist/index.es24.js +1 -1
  60. package/dist/index.es26.js +2 -2
  61. package/dist/index.es27.js +2 -2
  62. package/dist/index.es29.js +39 -37
  63. package/dist/index.es30.js +2 -2
  64. package/dist/index.es31.js +2 -2
  65. package/dist/index.es36.js +2 -2
  66. package/dist/index.es37.js +3 -3
  67. package/dist/index.es39.js +111 -99
  68. package/dist/index.es43.js +1 -1
  69. package/dist/index.es51.js +30 -167
  70. package/dist/index.es52.js +148 -20
  71. package/dist/index.es53.js +40 -31
  72. package/dist/index.es7.js +3 -3
  73. package/dist/index.es73.js +163 -18
  74. package/dist/index.es74.js +15 -14
  75. package/dist/index.es75.js +14 -13
  76. package/dist/index.es76.js +14 -77
  77. package/dist/index.es77.js +78 -162
  78. package/dist/index.es78.js +10 -10
  79. package/dist/index.es79.js +10 -12
  80. package/dist/index.es8.js +1 -1
  81. package/dist/index.es80.js +12 -10
  82. package/dist/index.es81.js +10 -13
  83. package/dist/index.es82.js +9 -149
  84. package/dist/index.es83.js +45 -12
  85. package/dist/index.es84.js +40 -7
  86. package/dist/index.es85.js +12 -41
  87. package/dist/index.es86.js +155 -20
  88. package/dist/index.es87.js +12 -101
  89. package/dist/index.es88.js +7 -13
  90. package/dist/index.es89.js +42 -78
  91. package/dist/index.es9.js +1 -1
  92. package/dist/index.es90.js +20 -19
  93. package/dist/index.es91.js +74 -16
  94. package/dist/index.es92.js +101 -10
  95. package/dist/index.es93.js +12 -9
  96. package/dist/index.es94.js +19 -45
  97. package/dist/index.es95.js +17 -37
  98. package/dist/stories/MultiTextField.stories.d.ts +1 -0
  99. package/dist/stories/SearchField.stories.d.ts +1 -0
  100. package/dist/style.css +3 -0
  101. package/package.json +1 -1
@@ -1,165 +1,81 @@
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
- }
1
+ import { j as e } from "./index.es47.js";
2
+ import { CrossCircleIcon as d } from "./index.es49.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.es48.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,
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
+ 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
+ ]
34
+ }
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,
38
+ {
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
+ ] })
159
75
  },
160
- compoundVariants: [...t, ...r, ...i]
161
- }
162
- );
76
+ r.value
77
+ ) })
78
+ ] });
163
79
  export {
164
- a as buttonVariants
80
+ C as PopoverContent
165
81
  };
@@ -1,12 +1,12 @@
1
- import { j as n } from "./index.es47.js";
2
- import { cn as x } from "./index.es48.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;
1
+ import { j as d } from "./index.es47.js";
2
+ import { forwardRef as p } from "react";
3
+ import { cn as f } from "./index.es48.js";
4
+ import { overlayVariants as v } from "./index.es118.js";
5
+ const y = (e, a) => {
6
+ const { zIndex: s = 200, opacity: t = "md", blur: o = "sm", children: m, className: c, center: r = !0, fixed: i, ...n } = e, l = f(v({ opacity: t, fixed: i, center: r, blur: o }), `z-[${s}]`, c);
7
+ return /* @__PURE__ */ d.jsx("div", { ref: a, className: l, "data-center": r || void 0, ...n, children: m });
8
+ }, x = p(y);
9
+ x.displayName = "Overlay";
10
10
  export {
11
- m as CaptionNumberField
11
+ x as Overlay
12
12
  };
@@ -1,14 +1,12 @@
1
- import { j as e } from "./index.es47.js";
2
- import { UpChevronIcon as n, DownChevronIcon as o } from "./index.es49.js";
3
- import { Button as s } from "react-aria-components";
4
- import { cn as c } from "./index.es48.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
- };
1
+ import { j as n } from "./index.es47.js";
2
+ import { cn as x } from "./index.es48.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;
12
10
  export {
13
- x as StepperButton
11
+ m as CaptionNumberField
14
12
  };
package/dist/index.es8.js CHANGED
@@ -2,7 +2,7 @@ import { j as e } from "./index.es47.js";
2
2
  import { Checkbox as h } from "react-aria-components";
3
3
  import { cn as m } from "./index.es48.js";
4
4
  import { MarkIcon as i } from "./index.es72.js";
5
- import { checkboxVariants as j } from "./index.es52.js";
5
+ import { checkboxVariants as j } from "./index.es53.js";
6
6
  const g = ({
7
7
  isIndeterminate: x = !1,
8
8
  isDisabled: a = !1,
@@ -1,12 +1,14 @@
1
- import { j as d } from "./index.es47.js";
2
- import { forwardRef as p } from "react";
3
- import { cn as f } from "./index.es48.js";
4
- import { overlayVariants as v } from "./index.es118.js";
5
- const y = (e, a) => {
6
- const { zIndex: s = 200, opacity: t = "md", blur: o = "sm", children: m, className: c, center: r = !0, fixed: i, ...n } = e, l = f(v({ opacity: t, fixed: i, center: r, blur: o }), `z-[${s}]`, c);
7
- return /* @__PURE__ */ d.jsx("div", { ref: a, className: l, "data-center": r || void 0, ...n, children: m });
8
- }, x = p(y);
9
- x.displayName = "Overlay";
1
+ import { j as e } from "./index.es47.js";
2
+ import { UpChevronIcon as n, DownChevronIcon as o } from "./index.es49.js";
3
+ import { Button as s } from "react-aria-components";
4
+ import { cn as c } from "./index.es48.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
+ };
10
12
  export {
11
- x as Overlay
13
+ x as StepperButton
12
14
  };
@@ -1,15 +1,12 @@
1
- import { useState as r, useEffect as c } from "react";
2
- function d(e, t = 300) {
3
- const [u, o] = r(e);
4
- return c(() => {
5
- const n = setTimeout(() => {
6
- o(e);
7
- }, t);
8
- return () => {
9
- clearTimeout(n);
10
- };
11
- }, [e, t]), u;
12
- }
1
+ import { j as p } from "./index.es47.js";
2
+ import { useRef as f } from "react";
3
+ import { useTab as u } from "react-aria";
4
+ import { cn as x } from "./index.es48.js";
5
+ import { tabVariants as y } from "./index.es83.js";
6
+ const D = (t) => {
7
+ const { className: i, item: r, orientation: n, state: s, id: a = void 0 } = t, { key: e, rendered: c } = r, m = s.selectedKey === e, d = s.disabledKeys.has(e) || (s == null ? void 0 : s.isDisabled), o = f(null), { tabProps: l } = u({ key: String(e) }, s, o), b = x(y({ isActive: m, orientation: n, isDisabledTab: d }), i);
8
+ return /* @__PURE__ */ p.jsx("div", { ...l, ref: o, className: b, id: a, children: c });
9
+ };
13
10
  export {
14
- d as useDebouncedValue
11
+ D as Tab
15
12
  };
@@ -1,152 +1,12 @@
1
- import { j as n } from "./index.es47.js";
2
- import { useState as q, useMemo as D, useRef as _ } from "react";
3
- import { ComboBox as G, Input as J } from "react-aria-components";
4
- import { useDebouncedValue as Q } from "./index.es81.js";
5
- import { Badge as U } from "./index.es4.js";
6
- import "./index.es5.js";
7
- import "./index.es15.js";
8
- import { Label as W } from "./index.es16.js";
9
- import { SearchFieldIconContainer as X } from "./index.es83.js";
10
- import { SearchFieldMessages as Y } from "./index.es84.js";
11
- import { SearchFieldPopover as Z } from "./index.es85.js";
12
- import { getSearchFieldDefaultProps as $, getHighlightedParts as ee } from "./index.es86.js";
13
- import { multiSearchFieldContainerVariants as te } from "./index.es66.js";
14
- const pe = (b) => {
15
- const {
16
- label: w,
17
- onReset: p,
18
- placeholder: R,
19
- isDisabled: f,
20
- delay: x,
21
- searchIcon: F,
22
- clearIcon: y,
23
- size: C,
24
- description: P,
25
- inputValue: d,
26
- isInvalid: I,
27
- errorMessage: N,
28
- items: u,
29
- noResultsText: v,
30
- selectedValues: S,
31
- onSelectedValuesChange: a,
32
- onInputChange: i,
33
- ...z
34
- } = $(b), [B, h] = q([]), m = S !== void 0, s = m ? S : B, o = Q(d, x ?? x), M = !!(o && p), E = (e) => {
35
- const t = s.filter((l) => l !== e);
36
- m || h(t), a && a(t);
37
- }, V = (e) => {
38
- if (!s.includes(e)) {
39
- const t = [...s, e];
40
- m || h(t), a && a(t);
41
- }
42
- }, T = () => {
43
- p && p(), m || h([]), a && a([]);
44
- }, A = (e) => {
45
- const t = u.find((l) => l.id === e);
46
- t && !s.includes(t.label) && (V(t.label), i && i(""));
47
- }, H = (e) => {
48
- if (e.key !== "Enter" || !(d != null && d.trim()))
49
- return;
50
- const t = d.trim(), l = u.filter(
51
- (r) => r.label.toLowerCase().includes(t.toLowerCase()) && !s.includes(r.label)
52
- );
53
- l.length === 1 && (e.preventDefault(), e.stopPropagation(), V(l[0].label), i && i(""));
54
- }, K = (e) => {
55
- const t = e.clipboardData.getData("text");
56
- if (!t.includes(`
57
- `))
58
- return;
59
- e.preventDefault();
60
- const l = t.split(`
61
- `).map((c) => c.trim()).filter((c) => c && !s.includes(c)), r = [...new Set(l)];
62
- if (r.length > 0) {
63
- const c = [...s, ...r];
64
- m || h(c), a && a(c);
65
- }
66
- i && i("");
67
- }, O = D(() => {
68
- const e = [...s];
69
- return o && e.push(o), u.filter((t) => {
70
- const l = t.label.toLowerCase();
71
- return e.some((r) => l.includes(r.toLowerCase()));
72
- }).map((t) => {
73
- const l = o ? t.label.toLowerCase().includes(o.toLowerCase()) : !1, r = o ? ee(t.label, o) : [{ text: t.label, highlight: !1 }];
74
- return { ...t, shouldHighlight: l, highlightedParts: r };
75
- });
76
- }, [o, u, s]), k = D(() => o ? !u.some(
77
- (e) => e.label.toLowerCase().includes(o.toLowerCase()) && !s.includes(e.label)
78
- ) : !1, [o, u, s]), g = s.length > 0, L = C ?? C, j = _(null);
79
- return /* @__PURE__ */ n.jsxs(
80
- G,
81
- {
82
- inputValue: d,
83
- isDisabled: f,
84
- isInvalid: I,
85
- allowsEmptyCollection: !0,
86
- onInputChange: i,
87
- ...z,
88
- children: [
89
- w && /* @__PURE__ */ n.jsx(W, { children: w }),
90
- /* @__PURE__ */ n.jsxs(
91
- "div",
92
- {
93
- ref: j,
94
- "data-testid": "multi-search-field-container",
95
- className: te({
96
- size: L,
97
- isDisabled: f
98
- }),
99
- children: [
100
- g && /* @__PURE__ */ n.jsx(n.Fragment, { children: s.map((e) => /* @__PURE__ */ n.jsx(
101
- U,
102
- {
103
- label: e,
104
- size: L,
105
- isDisabled: f,
106
- onDelete: () => E(e)
107
- },
108
- e
109
- )) }),
110
- /* @__PURE__ */ n.jsx(
111
- J,
112
- {
113
- placeholder: g ? void 0 : R,
114
- className: "min-w-[120px] flex-1 border-0 bg-transparent p-0 outline-none focus:ring-0",
115
- disabled: f,
116
- readOnly: b.isReadOnly,
117
- onKeyDown: H,
118
- onPaste: K
119
- }
120
- ),
121
- /* @__PURE__ */ n.jsx(
122
- X,
123
- {
124
- showClearIcon: M,
125
- hasBadges: g,
126
- clearIcon: y,
127
- searchIcon: F,
128
- isDisabled: f,
129
- onReset: T
130
- }
131
- )
132
- ]
133
- }
134
- ),
135
- /* @__PURE__ */ n.jsx(Y, { description: P, isInvalid: I, errorMessage: N }),
136
- /* @__PURE__ */ n.jsx(
137
- Z,
138
- {
139
- triggerRef: j,
140
- hasNoResults: k,
141
- noResultsText: v,
142
- items: O,
143
- onItemSelect: A
144
- }
145
- )
146
- ]
147
- }
148
- );
1
+ import { j as m } from "./index.es47.js";
2
+ import { useRef as l } from "react";
3
+ import { useTabPanel as p } from "react-aria";
4
+ import { cn as i } from "./index.es48.js";
5
+ const P = (r) => {
6
+ var t;
7
+ const { className: o, state: s, ...n } = r, e = l(null), { tabPanelProps: a } = p(n, s, e), c = i("", o);
8
+ return /* @__PURE__ */ m.jsx("div", { ...a, ref: e, className: c, children: (t = s.selectedItem) == null ? void 0 : t.props.children });
149
9
  };
150
10
  export {
151
- pe as MultiSearchField
11
+ P as TabPanel
152
12
  };
@@ -1,14 +1,47 @@
1
- import { j as r } from "./index.es47.js";
2
- import { cn as c } from "./index.es48.js";
3
- import { ClearIconButton as i } from "./index.es119.js";
4
- import { SearchIcon as a } from "./index.es120.js";
5
- const f = ({
6
- showClearIcon: t,
7
- clearIcon: n,
8
- searchIcon: e,
9
- isDisabled: s,
10
- onReset: o
11
- }) => /* @__PURE__ */ r.jsx("span", { className: c("absolute right-2 top-1/2 flex -translate-y-1/2 items-center"), children: t && o ? /* @__PURE__ */ r.jsx(i, { icon: n, isDisabled: s, onPress: o }) : /* @__PURE__ */ r.jsx(a, { icon: e }) });
1
+ import { cva as r } from "class-variance-authority";
2
+ const t = r("flex h-full max-h-12", {
3
+ variants: {
4
+ orientation: {
5
+ horizontal: "flex-col",
6
+ vertical: "flex-row"
7
+ }
8
+ }
9
+ }), a = r(
10
+ "group inline-flex cursor-pointer items-center px-4 py-3 text-sm font-semibold focus-visible:outline-none",
11
+ {
12
+ variants: {
13
+ isActive: {
14
+ true: "bg-primary-50 text-primary-500 ",
15
+ false: "text-primary-300 hover:text-primary-500 hover:border-primary-500"
16
+ },
17
+ isDisabledTab: {
18
+ true: "",
19
+ false: ""
20
+ },
21
+ orientation: {
22
+ horizontal: "border-b-2 border-transparent",
23
+ vertical: "border-r-2 border-transparent"
24
+ }
25
+ },
26
+ compoundVariants: [
27
+ {
28
+ isDisabledTab: !0,
29
+ orientation: "horizontal",
30
+ class: "border-b-2 cursor-not-allowed !border-neutral-600 !text-neutral-600 bg-neutral-200"
31
+ },
32
+ {
33
+ isDisabledTab: !0,
34
+ orientation: "vertical",
35
+ class: "border-r-2 cursor-not-allowed !border-neutral-600 !text-neutral-600 bg-neutral-200"
36
+ },
37
+ { isActive: !0, orientation: "horizontal", class: "border-b-2 border-primary-500" },
38
+ { isActive: !1, orientation: "horizontal", class: "border-b-2 border-primary-300" },
39
+ { isActive: !1, orientation: "vertical", class: "border-r-2 border-primary-200" },
40
+ { isActive: !0, orientation: "vertical", class: "border-r-2 border-primary-500" }
41
+ ]
42
+ }
43
+ );
12
44
  export {
13
- f as SearchFieldIconContainer
45
+ a as tabVariants,
46
+ t as tabsVariants
14
47
  };
@@ -1,9 +1,42 @@
1
- import { j as e } from "./index.es47.js";
2
- import { Text as x, FieldError as l } from "react-aria-components";
3
- const n = ({ description: t, isInvalid: r, errorMessage: s }) => /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
4
- t && !r && /* @__PURE__ */ e.jsx(x, { slot: "description", className: "text-xs leading-5 text-neutral-700", children: t }),
5
- s && r && /* @__PURE__ */ e.jsx(l, { className: "text-sm leading-6 text-error-500", children: s })
6
- ] });
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`, u = 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] py-2 px-3",
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
+ },
26
+ compoundVariants: [
27
+ {
28
+ hasSupportText: !0,
29
+ mode: "dark",
30
+ class: "text-[16px] text-blue-50 font-semibold leading-5"
31
+ },
32
+ {
33
+ hasSupportText: !0,
34
+ mode: "light",
35
+ class: "text-[16px] text-neutral-900 font-semibold leading-5"
36
+ }
37
+ ]
38
+ }
39
+ );
7
40
  export {
8
- n as SearchFieldMessages
41
+ u as tooltipVariants
9
42
  };