impact-nova 1.7.33 → 1.7.34

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.
@@ -1,86 +1,91 @@
1
- import { jsxs as l, jsx as e, Fragment as K } from "react/jsx-runtime";
1
+ import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
2
  import * as i from "react";
3
- import { ChevronDown as U, Search as W, Trash2 as X, Pencil as Z, Star as ee } from "lucide-react";
4
- import { cn as c } from "../../../lib/utils.js";
5
- import { Popover as te, PopoverTrigger as ae, PopoverContent as le } from "../popover.js";
6
- import { Tooltip as p, TooltipTrigger as f, TooltipContent as h } from "../tooltip.js";
7
- import { Button as M } from "../button.js";
8
- import { Separator as I } from "../separator.js";
9
- import { Tabs as re, TabsList as ne, TabsTrigger as j } from "../tabs.js";
10
- import { Input as ie } from "../input.js";
11
- import { Badge as se } from "../badge.js";
12
- import { Skeleton as oe } from "../skeleton.js";
13
- import { useImpactNovaI18n as ce } from "../../../i18n/ImpactNovaI18nContext.js";
14
- const Ce = ({
3
+ import { ChevronDown as ee, Search as te, Trash2 as ae, Pencil as le, Star as re } from "lucide-react";
4
+ import { cn as o } from "../../../lib/utils.js";
5
+ import { Popover as ie, PopoverTrigger as ne, PopoverContent as se } from "../popover.js";
6
+ import { Tooltip as f, TooltipTrigger as u, TooltipContent as h } from "../tooltip.js";
7
+ import { Button as G } from "../button.js";
8
+ import { Separator as M } from "../separator.js";
9
+ import { Tabs as oe, TabsList as ce, TabsTrigger as $ } from "../tabs.js";
10
+ import { Input as de } from "../input.js";
11
+ import { Badge as pe } from "../badge.js";
12
+ import { Skeleton as fe } from "../skeleton.js";
13
+ import { useImpactNovaI18n as ue } from "../../../i18n/ImpactNovaI18nContext.js";
14
+ const Ie = ({
15
15
  selectedFilter: m,
16
- onSelectedFilterChange: O,
17
- savedFilters: $,
18
- recentFilters: C,
19
- onApplySavedFilter: B,
20
- onSavedFilterSearch: y,
21
- onSavedFiltersScroll: G,
22
- onDropdownOpenChange: L,
23
- isLoadingFilterPreferencesList: Q = !1,
24
- onEditSavedFilter: w,
25
- onDeleteSavedFilter: S,
26
- onSetDefaultSavedFilter: k
16
+ onSelectedFilterChange: L,
17
+ savedFilters: w,
18
+ recentFilters: S,
19
+ onApplySavedFilter: Q,
20
+ onSavedFilterSearch: N,
21
+ onSavedFiltersScroll: _,
22
+ onDropdownOpenChange: z,
23
+ isLoadingFilterPreferencesList: U = !1,
24
+ onEditSavedFilter: k,
25
+ onDeleteSavedFilter: I,
26
+ onSetDefaultSavedFilter: T
27
27
  }) => {
28
- const { t: r } = ce(), [u, T] = i.useState(!1), _ = (a) => {
29
- T(a), L?.(a);
30
- }, [P, D] = i.useState(""), [b, E] = i.useState(""), [n, F] = i.useState("All"), [s, A] = i.useState(null);
28
+ const { t: r } = ue(), [b, P] = i.useState(!1), [O, B] = i.useState(null), [A, R] = i.useState(null);
29
+ i.useEffect(() => {
30
+ const a = w?.find((d) => d.isDefault);
31
+ a && a.id !== A && R(a.id);
32
+ }, [w, A]);
33
+ const V = (a) => {
34
+ P(a), z?.(a);
35
+ }, [D, Y] = i.useState(""), [x, q] = i.useState(""), [c, H] = i.useState("All"), [p, j] = i.useState(null);
31
36
  i.useEffect(() => {
32
37
  const a = setTimeout(() => {
33
- E(P);
38
+ q(D);
34
39
  }, 300);
35
40
  return () => clearTimeout(a);
36
- }, [P]), i.useEffect(() => {
37
- y && y(
38
- b,
39
- n === "All" ? void 0 : n
41
+ }, [D]), i.useEffect(() => {
42
+ N && N(
43
+ x,
44
+ c === "All" ? void 0 : c
40
45
  );
41
- }, [b, n, y]), i.useEffect(() => {
42
- u && A({ label: m });
43
- }, [u, m]);
44
- const z = (a) => {
45
- D(a.target.value);
46
- }, R = () => {
47
- s && (O?.(s.label), s.savedItem && B?.(s.savedItem), T(!1));
48
- }, V = () => {
49
- T(!1);
50
- }, Y = () => !C || C.length === 0 ? null : /* @__PURE__ */ l("div", { className: "flex flex-col", children: [
46
+ }, [x, c, N]), i.useEffect(() => {
47
+ b && j({ label: m });
48
+ }, [b, m]);
49
+ const J = (a) => {
50
+ Y(a.target.value);
51
+ }, K = () => {
52
+ p && (L?.(p.label), p.savedItem && Q?.(p.savedItem), P(!1));
53
+ }, W = () => {
54
+ P(!1);
55
+ }, X = () => !S || S.length === 0 ? null : /* @__PURE__ */ l("div", { className: "flex flex-col", children: [
51
56
  /* @__PURE__ */ e("div", { className: "px-1 py-[6px] text-xs font-medium text-[#60697d] font-['Manrope']", children: "Recent" }),
52
- /* @__PURE__ */ e("div", { className: "mb-[6px] flex flex-col", children: C.map((a, d) => {
53
- const o = a.map((N) => N.label).join(", "), x = s?.label === o;
57
+ /* @__PURE__ */ e("div", { className: "mb-[6px] flex flex-col", children: S.map((a, d) => {
58
+ const s = a.map((C) => C.label).join(", "), g = p?.label === s;
54
59
  return /* @__PURE__ */ e(
55
60
  "button",
56
61
  {
57
62
  type: "button",
58
- className: c(
63
+ className: o(
59
64
  "flex cursor-pointer flex-row px-3 py-2 rounded-lg hover:bg-[#f5f6fa] w-full text-left bg-transparent border-none",
60
- x && "bg-[#edf0ff]"
65
+ g && "bg-[#edf0ff]"
61
66
  ),
62
- onClick: () => A({ label: o }),
63
- children: /* @__PURE__ */ l(p, { children: [
64
- /* @__PURE__ */ e(f, { asChild: !0, children: /* @__PURE__ */ e("span", { className: "text-sm font-['Manrope'] truncate text-[#1f2b4d]", children: o }) }),
65
- /* @__PURE__ */ e(h, { variant: "tertiary", side: "right", children: o })
67
+ onClick: () => j({ label: s }),
68
+ children: /* @__PURE__ */ l(f, { children: [
69
+ /* @__PURE__ */ e(u, { asChild: !0, children: /* @__PURE__ */ e("span", { className: "text-sm font-['Manrope'] truncate text-[#1f2b4d]", children: s }) }),
70
+ /* @__PURE__ */ e(h, { variant: "tertiary", side: "right", children: s })
66
71
  ] })
67
72
  },
68
73
  d
69
74
  );
70
75
  }) }),
71
- /* @__PURE__ */ e(I, { className: "mb-2" })
72
- ] }), q = () => {
73
- if (Q)
74
- return /* @__PURE__ */ e("div", { className: "flex max-h-[160px] flex-col overflow-y-auto px-3 py-2 space-y-2", children: [1, 2, 3, 4, 5].map((t) => /* @__PURE__ */ e(oe, { className: "h-9 w-full rounded-lg" }, t)) });
75
- let a = $?.filter(
76
- (t) => n === "All" || t.type === n
76
+ /* @__PURE__ */ e(M, { className: "mb-2" })
77
+ ] }), Z = () => {
78
+ if (U)
79
+ return /* @__PURE__ */ e("div", { className: "flex max-h-[160px] flex-col overflow-y-auto px-3 py-2 space-y-2", children: [1, 2, 3, 4, 5].map((t) => /* @__PURE__ */ e(fe, { className: "h-9 w-full rounded-lg" }, t)) });
80
+ let a = w?.filter(
81
+ (t) => c === "All" || t.type === c
77
82
  );
78
- if (!y && b && (a = a?.filter(
79
- (t) => t.label.toLowerCase().includes(b.toLowerCase())
83
+ if (!N && x && (a = a?.filter(
84
+ (t) => t.label.toLowerCase().includes(x.toLowerCase())
80
85
  )), !a || a.length === 0) {
81
86
  let t = "No saved filters found";
82
- if (!!b)
83
- switch (n) {
87
+ if (!!x)
88
+ switch (c) {
84
89
  case "Personal":
85
90
  t = "No personal filters match your search";
86
91
  break;
@@ -91,7 +96,7 @@ const Ce = ({
91
96
  t = "No saved filters match your search";
92
97
  }
93
98
  else
94
- switch (n) {
99
+ switch (c) {
95
100
  case "Personal":
96
101
  t = "You haven't created any personal filters yet.";
97
102
  break;
@@ -103,87 +108,102 @@ const Ce = ({
103
108
  }
104
109
  return /* @__PURE__ */ e("div", { className: "flex flex-col items-center justify-center py-8 text-center min-h-[100px] px-6", children: /* @__PURE__ */ e("span", { className: "text-sm text-[#60697d] font-['Manrope'] leading-relaxed", children: t }) });
105
110
  }
106
- const d = w || S || k, o = a.find((t) => t.isDefault), x = a.filter((t) => !t.isDefault), N = (t, g = !1) => {
107
- const J = s?.label === t.label;
111
+ const d = k || I || T, s = a.find((t) => t.isDefault), g = a.filter((t) => !t.isDefault), C = (t, v = !1) => {
112
+ const E = p?.label === t.label, n = O === t.id;
108
113
  return /* @__PURE__ */ l(
109
114
  "button",
110
115
  {
111
116
  type: "button",
112
- className: c(
113
- "group mb-1 flex items-center justify-between cursor-pointer rounded-lg px-3 py-2 text-sm font-medium font-['Manrope'] hover:bg-[#f5f6fa] w-full text-left bg-transparent border-none",
114
- J ? "bg-[#edf0ff]" : "text-[#1f2b4d]"
117
+ className: o(
118
+ "group mb-1 flex items-center justify-between cursor-pointer rounded-lg px-3 py-2 text-sm font-medium font-['Manrope'] w-full text-left bg-transparent border-none transition-all duration-300 relative overflow-hidden",
119
+ !n && "hover:bg-[#f5f6fa]",
120
+ !n && E && "bg-[#edf0ff]",
121
+ !n && !E && "text-[#1f2b4d]",
122
+ n && "pointer-events-none"
115
123
  ),
116
- onClick: () => A({ label: t.label, savedItem: t }),
124
+ onClick: () => !n && j({ label: t.label, savedItem: t }),
125
+ disabled: n,
117
126
  children: [
118
- /* @__PURE__ */ l(p, { children: [
119
- /* @__PURE__ */ e(f, { asChild: !0, children: /* @__PURE__ */ e("span", { className: "truncate flex-1 min-w-0", children: t.label }) }),
127
+ n && /* @__PURE__ */ e(
128
+ "div",
129
+ {
130
+ className: "absolute inset-0 bg-gradient-to-r from-[#e6e8f0] via-[#d5dafb] to-[#e6e8f0] opacity-60",
131
+ style: {
132
+ animation: "shimmer 1.5s ease-in-out infinite",
133
+ backgroundSize: "200% 100%"
134
+ }
135
+ }
136
+ ),
137
+ /* @__PURE__ */ l(f, { children: [
138
+ /* @__PURE__ */ e(u, { asChild: !0, children: /* @__PURE__ */ e("span", { className: "truncate flex-1 min-w-0", children: t.label }) }),
120
139
  /* @__PURE__ */ e(h, { variant: "tertiary", side: "right", children: t.label })
121
140
  ] }),
122
- d && /* @__PURE__ */ l("div", { className: c(
141
+ d && /* @__PURE__ */ l("div", { className: o(
123
142
  "flex items-center gap-1 ml-2 transition-opacity shrink-0",
124
- g ? "opacity-100" : "opacity-0 pointer-events-none group-hover:opacity-100 group-hover:pointer-events-auto"
143
+ v ? "opacity-100" : "opacity-0 pointer-events-none group-hover:opacity-100 group-hover:pointer-events-auto"
125
144
  ), children: [
126
- S && /* @__PURE__ */ l(p, { children: [
127
- /* @__PURE__ */ e(f, { asChild: !0, children: /* @__PURE__ */ e(
145
+ I && /* @__PURE__ */ l(f, { children: [
146
+ /* @__PURE__ */ e(u, { asChild: !0, children: /* @__PURE__ */ e(
128
147
  "button",
129
148
  {
130
149
  type: "button",
131
150
  tabIndex: -1,
132
151
  "aria-label": `${r("filterStrip.deleteFilter")} ${t.label}`,
133
- className: c(
152
+ className: o(
134
153
  "p-1 rounded transition-colors hover:bg-[#e6e8f0]",
135
- g && "opacity-0 group-hover:opacity-100"
154
+ v && "opacity-0 group-hover:opacity-100"
136
155
  ),
137
- onClick: (v) => {
138
- v.stopPropagation(), S(t);
156
+ onClick: (y) => {
157
+ y.stopPropagation(), I(t);
139
158
  },
140
- children: /* @__PURE__ */ e(X, { className: "h-3.5 w-3.5 text-[#60697d]" })
159
+ children: /* @__PURE__ */ e(ae, { className: "h-3.5 w-3.5 text-[#60697d]" })
141
160
  }
142
161
  ) }),
143
162
  /* @__PURE__ */ e(h, { variant: "tertiary", side: "top", children: r("filterStrip.deleteFilter") })
144
163
  ] }),
145
- w && /* @__PURE__ */ l(p, { children: [
146
- /* @__PURE__ */ e(f, { asChild: !0, children: /* @__PURE__ */ e(
164
+ k && /* @__PURE__ */ l(f, { children: [
165
+ /* @__PURE__ */ e(u, { asChild: !0, children: /* @__PURE__ */ e(
147
166
  "button",
148
167
  {
149
168
  type: "button",
150
169
  tabIndex: -1,
151
170
  "aria-label": `${r("filterStrip.editFilter")} ${t.label}`,
152
- className: c(
171
+ className: o(
153
172
  "p-1 rounded transition-colors hover:bg-[#e6e8f0]",
154
- g && "opacity-0 group-hover:opacity-100"
173
+ v && "opacity-0 group-hover:opacity-100"
155
174
  ),
156
- onClick: (v) => {
157
- v.stopPropagation(), w(t);
175
+ onClick: (y) => {
176
+ y.stopPropagation(), k(t);
158
177
  },
159
- children: /* @__PURE__ */ e(Z, { className: "h-3.5 w-3.5 text-[#60697d]" })
178
+ children: /* @__PURE__ */ e(le, { className: "h-3.5 w-3.5 text-[#60697d]" })
160
179
  }
161
180
  ) }),
162
181
  /* @__PURE__ */ e(h, { variant: "tertiary", side: "top", children: r("filterStrip.editFilter") })
163
182
  ] }),
164
- k && /* @__PURE__ */ l(p, { children: [
165
- /* @__PURE__ */ e(f, { asChild: !0, children: /* @__PURE__ */ e(
183
+ T && /* @__PURE__ */ l(f, { children: [
184
+ /* @__PURE__ */ e(u, { asChild: !0, children: /* @__PURE__ */ e(
166
185
  "button",
167
186
  {
168
187
  type: "button",
169
- tabIndex: g ? 0 : -1,
188
+ tabIndex: v ? 0 : -1,
170
189
  "aria-label": `${t.isDefault ? r("filterStrip.defaultFilter") : r("filterStrip.setAsDefault")} ${t.label}`,
171
- className: "p-1 rounded hover:bg-[#e6e8f0] transition-colors",
172
- onClick: (v) => {
173
- v.stopPropagation(), k(t);
190
+ className: "p-1 rounded hover:bg-[#e6e8f0] transition-colors disabled:opacity-50 disabled:cursor-not-allowed",
191
+ disabled: n,
192
+ onClick: (y) => {
193
+ y.stopPropagation(), B(t.id), T(t), setTimeout(() => B(null), 1200);
174
194
  },
175
- children: /* @__PURE__ */ e(
176
- ee,
195
+ children: n ? /* @__PURE__ */ e("div", { className: "h-3.5 w-3.5 animate-spin rounded-full border-2 border-[#E1BC29] border-t-transparent" }) : /* @__PURE__ */ e(
196
+ re,
177
197
  {
178
- className: c(
179
- "h-3.5 w-3.5",
198
+ className: o(
199
+ "h-3.5 w-3.5 transition-all duration-300",
180
200
  t.isDefault ? "text-[#E1BC29] fill-[#E1BC29]" : "text-[#60697d]"
181
201
  )
182
202
  }
183
203
  )
184
204
  }
185
205
  ) }),
186
- /* @__PURE__ */ e(h, { variant: "tertiary", side: "top", children: t.isDefault ? r("filterStrip.defaultFilter") : r("filterStrip.setAsDefault") })
206
+ /* @__PURE__ */ e(h, { variant: "tertiary", side: "top", children: n ? r("filterStrip.updating") : t.isDefault ? r("filterStrip.defaultFilter") : r("filterStrip.setAsDefault") })
187
207
  ] })
188
208
  ] })
189
209
  ]
@@ -192,34 +212,54 @@ const Ce = ({
192
212
  );
193
213
  };
194
214
  return /* @__PURE__ */ l("div", { className: "flex flex-col", children: [
195
- o && /* @__PURE__ */ l(K, { children: [
196
- N(o, !0),
197
- x.length > 0 && /* @__PURE__ */ e(I, { className: "my-1" })
198
- ] }),
199
- x.length > 0 && /* @__PURE__ */ e(
215
+ s && /* @__PURE__ */ l(
216
+ "div",
217
+ {
218
+ className: o(
219
+ "transition-all duration-500 ease-out",
220
+ A === s.id && "animate-in fade-in slide-in-from-bottom-2"
221
+ ),
222
+ children: [
223
+ C(s, !0),
224
+ g.length > 0 && /* @__PURE__ */ e(M, { className: "my-1" })
225
+ ]
226
+ },
227
+ `default-${s.id}`
228
+ ),
229
+ g.length > 0 && /* @__PURE__ */ e(
200
230
  "div",
201
231
  {
202
232
  className: "flex max-h-[160px] flex-col overflow-y-auto",
203
- onScroll: G,
204
- children: x.map((t) => N(t, !1))
233
+ onScroll: _,
234
+ children: g.map((t) => /* @__PURE__ */ e(
235
+ "div",
236
+ {
237
+ className: o(
238
+ "transition-all duration-300",
239
+ O === t.id && "opacity-50"
240
+ ),
241
+ children: C(t, !1)
242
+ },
243
+ t.id
244
+ ))
205
245
  }
206
246
  )
207
247
  ] });
208
- }, H = s?.label !== m;
209
- return /* @__PURE__ */ l(te, { open: u, onOpenChange: _, children: [
210
- /* @__PURE__ */ e(ae, { asChild: !0, children: /* @__PURE__ */ l(
248
+ }, F = p?.label !== m;
249
+ return /* @__PURE__ */ l(ie, { open: b, onOpenChange: V, children: [
250
+ /* @__PURE__ */ e(ne, { asChild: !0, children: /* @__PURE__ */ l(
211
251
  "button",
212
252
  {
213
253
  type: "button",
214
254
  className: "flex cursor-pointer items-center gap-2 bg-transparent border-none p-0",
215
255
  "aria-label": r("filterStrip.selectFilter"),
216
- "aria-expanded": u,
256
+ "aria-expanded": b,
217
257
  "aria-haspopup": "dialog",
218
258
  children: [
219
259
  /* @__PURE__ */ e("span", { className: "text-sm font-medium text-[#60697d] font-['Manrope']", children: r("filterStrip.filtersApplied") }),
220
- /* @__PURE__ */ l(p, { children: [
221
- /* @__PURE__ */ e(f, { asChild: !0, children: /* @__PURE__ */ e(
222
- se,
260
+ /* @__PURE__ */ l(f, { children: [
261
+ /* @__PURE__ */ e(u, { asChild: !0, children: /* @__PURE__ */ e(
262
+ pe,
223
263
  {
224
264
  color: "primary",
225
265
  variant: "outline",
@@ -232,19 +272,19 @@ const Ce = ({
232
272
  /* @__PURE__ */ e(
233
273
  "div",
234
274
  {
235
- className: c(
275
+ className: o(
236
276
  "flex h-8 w-8 items-center justify-center rounded-lg bg-[#f5f6fa] transition-transform duration-200",
237
- u && "rotate-180"
277
+ b && "rotate-180"
238
278
  ),
239
279
  "aria-hidden": "true",
240
- children: /* @__PURE__ */ e(U, { className: "h-4 w-4 text-[#1f2b4d]" })
280
+ children: /* @__PURE__ */ e(ee, { className: "h-4 w-4 text-[#1f2b4d]" })
241
281
  }
242
282
  )
243
283
  ]
244
284
  }
245
285
  ) }),
246
286
  /* @__PURE__ */ e(
247
- le,
287
+ se,
248
288
  {
249
289
  align: "start",
250
290
  className: "w-[280px] p-0 shadow-[0_0_4px_0_rgba(0,0,0,0.12)] overflow-visible",
@@ -254,47 +294,47 @@ const Ce = ({
254
294
  (d.closest('[role="dialog"]') || d.closest("[data-radix-dialog-content]")) && a.preventDefault();
255
295
  },
256
296
  children: /* @__PURE__ */ l("div", { className: "flex w-full flex-col py-[8px] px-[6px]", children: [
257
- Y(),
297
+ X(),
258
298
  /* @__PURE__ */ l("div", { className: "flex flex-col", children: [
259
299
  /* @__PURE__ */ e("div", { className: "px-1 py-[6px] text-xs font-medium text-[#60697d] font-['Manrope']", children: r("filterStrip.savedFilters") }),
260
300
  /* @__PURE__ */ l(
261
- re,
301
+ oe,
262
302
  {
263
- value: n,
264
- onValueChange: (a) => F(a),
303
+ value: c,
304
+ onValueChange: (a) => H(a),
265
305
  variant: "outline",
266
306
  size: "sm",
267
307
  className: "w-full px-1",
268
308
  children: [
269
- /* @__PURE__ */ e("div", { className: "py-[8px]", children: /* @__PURE__ */ l(ne, { children: [
270
- /* @__PURE__ */ e(j, { value: "All", children: "All" }),
271
- /* @__PURE__ */ e(j, { value: "Global", children: "Global" }),
272
- /* @__PURE__ */ e(j, { value: "Personal", children: "Personal" })
309
+ /* @__PURE__ */ e("div", { className: "py-[8px]", children: /* @__PURE__ */ l(ce, { children: [
310
+ /* @__PURE__ */ e($, { value: "All", children: "All" }),
311
+ /* @__PURE__ */ e($, { value: "Global", children: "Global" }),
312
+ /* @__PURE__ */ e($, { value: "Personal", children: "Personal" })
273
313
  ] }) }),
274
314
  /* @__PURE__ */ e("div", { className: "pb-[8px]", children: /* @__PURE__ */ e(
275
- ie,
315
+ de,
276
316
  {
277
- prefix: /* @__PURE__ */ e(W, { className: "h-4 w-4 text-gray-500" }),
317
+ prefix: /* @__PURE__ */ e(te, { className: "h-4 w-4 text-gray-500" }),
278
318
  placeholder: r("filterStrip.searchFiltersPlaceholder"),
279
- value: P,
280
- onChange: z,
319
+ value: D,
320
+ onChange: J,
281
321
  className: "h-9 px-1 border-none shadow-none focus-visible:ring-0"
282
322
  }
283
323
  ) }),
284
- /* @__PURE__ */ e("div", { className: "mt-0", children: q() })
324
+ /* @__PURE__ */ e("div", { className: "mt-0", children: Z() })
285
325
  ]
286
326
  }
287
327
  )
288
328
  ] }),
289
- /* @__PURE__ */ e(I, { className: "my-2" }),
329
+ /* @__PURE__ */ e(M, { className: "my-2" }),
290
330
  /* @__PURE__ */ l("div", { className: "flex justify-end gap-2 px-3 pb-1", children: [
291
- /* @__PURE__ */ e(M, { variant: "secondary", onClick: V, children: r("prompt.cancel") }),
331
+ /* @__PURE__ */ e(G, { variant: "secondary", onClick: W, children: r("prompt.cancel") }),
292
332
  /* @__PURE__ */ e(
293
- M,
333
+ G,
294
334
  {
295
335
  variant: "default",
296
- onClick: R,
297
- disabled: !H,
336
+ onClick: K,
337
+ disabled: !F,
298
338
  children: r("filterStrip.applyFilter")
299
339
  }
300
340
  )
@@ -305,5 +345,5 @@ const Ce = ({
305
345
  ] });
306
346
  };
307
347
  export {
308
- Ce as FilterSummary
348
+ Ie as FilterSummary
309
349
  };