@shlinkio/shlink-frontend-kit 0.8.9 → 0.8.10

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 (2) hide show
  1. package/dist/index.js +157 -156
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,43 +1,43 @@
1
- import { jsx as o, jsxs as m, Fragment as w } from "react/jsx-runtime";
2
- import { faCircleNotch as A, faSearch as I, faEllipsisV as E, faSortAmountUp as P, faSortAmountDown as F } from "@fortawesome/free-solid-svg-icons";
3
- import { FontAwesomeIcon as p } from "@fortawesome/react-fontawesome";
4
- import { clsx as u } from "clsx";
5
- import { Card as N, CardHeader as H, CardBody as M, Dropdown as $, DropdownToggle as v, DropdownMenu as k, NavItem as G, NavLink as j, Nav as U, UncontrolledDropdown as V, DropdownItem as g } from "reactstrap";
6
- import { useId as S, useState as b, useRef as y, useCallback as C, useMemo as q, Children as Q, isValidElement as Y, useEffect as W } from "react";
1
+ import { jsx as s, jsxs as u, Fragment as f } from "react/jsx-runtime";
2
+ import { faCircleNotch as E, faSearch as P, faEllipsisV as F, faSortAmountUp as H, faSortAmountDown as M } from "@fortawesome/free-solid-svg-icons";
3
+ import { FontAwesomeIcon as b } from "@fortawesome/react-fontawesome";
4
+ import { clsx as h } from "clsx";
5
+ import { Card as N, CardHeader as $, CardBody as G, Dropdown as k, DropdownToggle as O, DropdownMenu as S, NavItem as j, NavLink as U, Nav as V, DropdownItem as w } from "reactstrap";
6
+ import { useId as y, useState as g, useRef as x, useCallback as C, useMemo as q, Children as Q, isValidElement as Y, useEffect as W } from "react";
7
7
  import { useNavigate as z, useLocation as J, NavLink as X } from "react-router";
8
- import { u as Z, a as B } from "./use-toggle-CNvdDGvy.js";
9
- const ge = ({ className: e, children: r, loading: t = !1, type: n = "default", fullWidth: s = !1 }) => /* @__PURE__ */ o(
8
+ import { u as Z, a as L } from "./use-toggle-CNvdDGvy.js";
9
+ const be = ({ className: e, children: r, loading: t = !1, type: n = "default", fullWidth: o = !1 }) => /* @__PURE__ */ s(
10
10
  N,
11
11
  {
12
12
  body: !0,
13
- className: u(e, {
14
- "w-100": s,
15
- "w-75 mx-auto": !s,
13
+ className: h(e, {
14
+ "w-100": o,
15
+ "w-75 mx-auto": !o,
16
16
  "border-danger": n === "error"
17
17
  }),
18
- children: /* @__PURE__ */ m(
18
+ children: /* @__PURE__ */ u(
19
19
  "h3",
20
20
  {
21
- className: u("text-center mb-0", {
21
+ className: h("text-center mb-0", {
22
22
  "text-muted": n === "default",
23
23
  "text-danger": n === "error"
24
24
  }),
25
25
  children: [
26
- t && /* @__PURE__ */ o(p, { icon: A, spin: !0 }),
27
- t && /* @__PURE__ */ o("span", { className: "ms-2", children: r ?? "Loading..." }),
26
+ t && /* @__PURE__ */ s(b, { icon: E, spin: !0 }),
27
+ t && /* @__PURE__ */ s("span", { className: "ms-2", children: r ?? "Loading..." }),
28
28
  !t && r
29
29
  ]
30
30
  }
31
31
  )
32
32
  }
33
- ), K = ({ title: e, children: r, bodyClassName: t, ...n }) => /* @__PURE__ */ m(N, { ...n, children: [
34
- e && /* @__PURE__ */ o(H, { role: "heading", "aria-level": 4, children: e }),
35
- /* @__PURE__ */ o(M, { className: t, children: r })
36
- ] }), we = ({ children: e, type: r, className: t, small: n = !1 }) => /* @__PURE__ */ o(
37
- K,
33
+ ), B = ({ title: e, children: r, bodyClassName: t, ...n }) => /* @__PURE__ */ u(N, { ...n, children: [
34
+ e && /* @__PURE__ */ s($, { role: "heading", "aria-level": 4, children: e }),
35
+ /* @__PURE__ */ s(G, { className: t, children: r })
36
+ ] }), ge = ({ children: e, type: r, className: t, small: n = !1 }) => /* @__PURE__ */ s(
37
+ B,
38
38
  {
39
39
  role: "document",
40
- className: u("text-center", {
40
+ className: h("text-center", {
41
41
  "w-75 mx-auto": !n,
42
42
  "w-100": n,
43
43
  "bg-main": r === "success",
@@ -45,128 +45,128 @@ const ge = ({ className: e, children: r, loading: t = !1, type: n = "default", f
45
45
  "bg-warning": r === "warning",
46
46
  "text-white": r !== "warning"
47
47
  }, t),
48
- bodyClassName: u({ "p-2": n }),
48
+ bodyClassName: h({ "p-2": n }),
49
49
  children: e
50
50
  }
51
- ), O = ({ checked: e = !1, onChange: r, className: t, children: n, type: s, inline: c = !1 }) => {
52
- const i = S(), a = (h) => r == null ? void 0 : r(h.target.checked, h), l = {
53
- "form-switch": s === "switch",
54
- "form-checkbox": s === "checkbox"
55
- }, d = c ? { display: "inline-block" } : {};
56
- return /* @__PURE__ */ m("span", { className: u("form-check", l, t), style: d, children: [
57
- /* @__PURE__ */ o("input", { type: "checkbox", className: "form-check-input", id: i, checked: e, onChange: a }),
58
- /* @__PURE__ */ o("label", { className: "form-check-label", htmlFor: i, children: n })
51
+ ), D = ({ checked: e = !1, onChange: r, className: t, children: n, type: o, inline: c = !1 }) => {
52
+ const l = y(), m = (d) => r == null ? void 0 : r(d.target.checked, d), i = {
53
+ "form-switch": o === "switch",
54
+ "form-checkbox": o === "checkbox"
55
+ }, a = c ? { display: "inline-block" } : {};
56
+ return /* @__PURE__ */ u("span", { className: h("form-check", i, t), style: a, children: [
57
+ /* @__PURE__ */ s("input", { type: "checkbox", className: "form-check-input", id: l, checked: e, onChange: m }),
58
+ /* @__PURE__ */ s("label", { className: "form-check-label", htmlFor: l, children: n })
59
59
  ] });
60
- }, Ne = (e) => /* @__PURE__ */ o(O, { type: "checkbox", ...e }), Ce = (e) => /* @__PURE__ */ o(O, { type: "switch", ...e }), ee = ({ children: e, label: r, className: t = "", labelClassName: n = "", noMargin: s = !1, id: c }) => /* @__PURE__ */ m("div", { className: `${t} ${s ? "" : "mb-3"}`, children: [
61
- /* @__PURE__ */ o("label", { className: `form-label ${n}`, htmlFor: c, children: r }),
60
+ }, we = (e) => /* @__PURE__ */ s(D, { type: "checkbox", ...e }), Ne = (e) => /* @__PURE__ */ s(D, { type: "switch", ...e }), K = ({ children: e, label: r, className: t = "", labelClassName: n = "", noMargin: o = !1, id: c }) => /* @__PURE__ */ u("div", { className: `${t} ${o ? "" : "mb-3"}`, children: [
61
+ /* @__PURE__ */ s("label", { className: `form-label ${n}`, htmlFor: c, children: r }),
62
62
  e
63
- ] }), _e = ({ children: e, value: r, onChange: t, type: n, required: s, placeholder: c, className: i, labelClassName: a }) => {
64
- const l = S();
65
- return /* @__PURE__ */ o(ee, { label: /* @__PURE__ */ m(w, { children: [
63
+ ] }), Ce = ({ children: e, value: r, onChange: t, type: n, required: o, placeholder: c, className: l, labelClassName: m }) => {
64
+ const i = y();
65
+ return /* @__PURE__ */ s(K, { label: /* @__PURE__ */ u(f, { children: [
66
66
  e,
67
67
  ":"
68
- ] }), className: i, labelClassName: a, id: l, children: /* @__PURE__ */ o(
68
+ ] }), className: l, labelClassName: m, id: i, children: /* @__PURE__ */ s(
69
69
  "input",
70
70
  {
71
- id: l,
71
+ id: i,
72
72
  className: "form-control",
73
73
  type: n ?? "text",
74
74
  value: r,
75
- required: s ?? !0,
75
+ required: o ?? !0,
76
76
  placeholder: c,
77
- onChange: (d) => t(d.target.value)
77
+ onChange: (a) => t(a.target.value)
78
78
  }
79
79
  ) });
80
- }, re = 500;
81
- let f;
82
- const T = () => {
83
- f !== null && clearTimeout(f), f = null;
84
- }, Te = ({ onChange: e, className: r, large: t = !0, noBorder: n = !1, initialValue: s = "", setTimeout_: c = setTimeout }) => {
85
- const [i, a] = b(s), l = (d, h = re) => {
86
- a(d), T(), f = c(() => {
87
- e(d), T();
88
- }, h);
80
+ }, ee = 500;
81
+ let p;
82
+ const v = () => {
83
+ p !== null && clearTimeout(p), p = null;
84
+ }, _e = ({ onChange: e, className: r, large: t = !0, noBorder: n = !1, initialValue: o = "", setTimeout_: c = setTimeout }) => {
85
+ const [l, m] = g(o), i = (a, d = ee) => {
86
+ m(a), v(), p = c(() => {
87
+ e(a), v();
88
+ }, d);
89
89
  };
90
- return /* @__PURE__ */ m("div", { className: u("search-field", r), children: [
91
- /* @__PURE__ */ o(
90
+ return /* @__PURE__ */ u("div", { className: h("search-field", r), children: [
91
+ /* @__PURE__ */ s(
92
92
  "input",
93
93
  {
94
94
  type: "text",
95
- className: u("form-control search-field__input", {
95
+ className: h("form-control search-field__input", {
96
96
  "form-control-lg": t,
97
97
  "search-field__input--no-border": n
98
98
  }),
99
99
  placeholder: "Search...",
100
- value: i,
101
- onChange: (d) => l(d.target.value)
100
+ value: l,
101
+ onChange: (a) => i(a.target.value)
102
102
  }
103
103
  ),
104
- /* @__PURE__ */ o(p, { icon: I, className: "search-field__icon" }),
105
- /* @__PURE__ */ o(
104
+ /* @__PURE__ */ s(b, { icon: P, className: "search-field__icon" }),
105
+ /* @__PURE__ */ s(
106
106
  "button",
107
107
  {
108
108
  "aria-label": "Clear search",
109
109
  type: "button",
110
110
  className: "close search-field__close btn-close",
111
- hidden: i === "",
111
+ hidden: l === "",
112
112
  id: "search-field__close",
113
- onClick: () => l("", 0)
113
+ onClick: () => i("", 0)
114
114
  }
115
115
  )
116
116
  ] });
117
- }, ve = () => y(null), ke = () => {
117
+ }, Te = () => x(null), ve = () => {
118
118
  const e = z();
119
119
  return C(() => e(-1), [e]);
120
- }, te = (e) => {
120
+ }, re = (e) => {
121
121
  const r = new URLSearchParams(e), t = {};
122
- return r.forEach((n, s) => {
123
- if (s.endsWith("[]")) {
124
- const c = s.slice(0, -2);
122
+ return r.forEach((n, o) => {
123
+ if (o.endsWith("[]")) {
124
+ const c = o.slice(0, -2);
125
125
  t[c] ?? (t[c] = []), t[c].push(n);
126
126
  } else
127
- t[s] = n;
127
+ t[o] = n;
128
128
  }), t;
129
- }, Se = (e) => {
129
+ }, ke = (e) => {
130
130
  const r = new URLSearchParams();
131
131
  for (const [t, n] of Object.entries(e))
132
- n !== void 0 && (Array.isArray(n) ? n.forEach((s) => r.append(`${t}[]`, `${s}`)) : r.append(t, `${n}`));
132
+ n !== void 0 && (Array.isArray(n) ? n.forEach((o) => r.append(`${t}[]`, `${o}`)) : r.append(t, `${n}`));
133
133
  return r.toString();
134
- }, ye = () => {
134
+ }, Oe = () => {
135
135
  const { search: e } = J();
136
- return q(() => te(e), [e]);
137
- }, ne = 2e3, Oe = (e = {}, r, t = globalThis.setTimeout, n = globalThis.clearTimeout) => {
138
- const { initialValue: s = !1, delay: c = ne } = typeof e == "boolean" ? {
136
+ return q(() => re(e), [e]);
137
+ }, te = 2e3, Se = (e = {}, r, t = globalThis.setTimeout, n = globalThis.clearTimeout) => {
138
+ const { initialValue: o = !1, delay: c = te } = typeof e == "boolean" ? {
139
139
  initialValue: e,
140
140
  delay: r
141
- } : e, { setTimeout: i } = Z(c, t, n), [a, l] = b(s), d = y(s), h = C(() => {
142
- l(!d.current), i(() => l(d.current));
143
- }, [i]);
144
- return [a, h];
145
- }, oe = ({
141
+ } : e, { setTimeout: l } = Z(c, t, n), [m, i] = g(o), a = x(o), d = C(() => {
142
+ i(!a.current), l(() => i(a.current));
143
+ }, [l]);
144
+ return [m, d];
145
+ }, ne = ({
146
146
  text: e,
147
147
  disabled: r = !1,
148
148
  className: t,
149
149
  children: n,
150
- dropdownClassName: s,
150
+ dropdownClassName: o,
151
151
  noCaret: c,
152
- end: i = !1,
153
- minWidth: a,
154
- inline: l,
155
- size: d,
156
- ...h
152
+ end: l = !1,
153
+ minWidth: m,
154
+ inline: i,
155
+ size: a,
156
+ ...d
157
157
  }) => {
158
- const [L, x] = B(), D = u("dropdown-btn__toggle", t, {
159
- "btn-block": !l,
158
+ const [T, I] = L(), R = h("dropdown-btn__toggle", t, {
159
+ "btn-block": !i,
160
160
  "dropdown-btn__toggle--with-caret": !c
161
- }), R = { minWidth: a && `${a}px` };
162
- return /* @__PURE__ */ m($, { isOpen: L, toggle: x, disabled: r, className: s, children: [
163
- /* @__PURE__ */ o(v, { size: d, caret: !c, className: D, color: "primary", ...h, children: e }),
164
- /* @__PURE__ */ o(k, { className: "w-100", end: i, style: R, children: n })
161
+ }), A = { minWidth: m && `${m}px` };
162
+ return /* @__PURE__ */ u(k, { isOpen: T, toggle: I, disabled: r, className: o, children: [
163
+ /* @__PURE__ */ s(O, { size: a, caret: !c, className: R, color: "primary", ...d, children: e }),
164
+ /* @__PURE__ */ s(S, { className: "w-100", end: l, style: A, children: T && n })
165
165
  ] });
166
- }, Le = ({ children: e, minWidth: r, label: t = "Options" }) => /* @__PURE__ */ o(
167
- oe,
166
+ }, ye = ({ children: e, minWidth: r, label: t = "Options" }) => /* @__PURE__ */ s(
167
+ ne,
168
168
  {
169
- text: /* @__PURE__ */ o(p, { className: "px-1", icon: E }),
169
+ text: /* @__PURE__ */ s(b, { className: "px-1", icon: F }),
170
170
  "aria-label": t,
171
171
  size: "sm",
172
172
  minWidth: r,
@@ -175,7 +175,7 @@ const T = () => {
175
175
  inline: !0,
176
176
  children: e
177
177
  }
178
- ), se = ({ children: e, ...r }) => /* @__PURE__ */ o(G, { children: /* @__PURE__ */ o(j, { className: "nav-pills__nav-link", tag: X, ...r, children: e }) }), xe = ({ children: e, fill: r = !1, className: t = "" }) => /* @__PURE__ */ o(N, { className: `nav-pills__nav p-0 overflow-hidden ${t}`, body: !0, children: /* @__PURE__ */ o(U, { pills: !0, fill: r, children: Q.map(e, (n) => {
178
+ ), se = ({ children: e, ...r }) => /* @__PURE__ */ s(j, { children: /* @__PURE__ */ s(U, { className: "nav-pills__nav-link", tag: X, ...r, children: e }) }), xe = ({ children: e, fill: r = !1, className: t = "" }) => /* @__PURE__ */ s(N, { className: `nav-pills__nav p-0 overflow-hidden ${t}`, body: !0, children: /* @__PURE__ */ s(V, { pills: !0, fill: r, children: Q.map(e, (n) => {
179
179
  if (!Y(n) || n.type !== se)
180
180
  throw new Error("Only NavPillItem children are allowed inside NavPills.");
181
181
  return n;
@@ -186,116 +186,117 @@ function _(e, r, t) {
186
186
  DESC: void 0
187
187
  }[t] : "ASC";
188
188
  }
189
- function ce(e, r, t) {
190
- return typeof e == "object" ? ce(e.currentField, e.newField, e.currentOrderDir) : {
189
+ function oe(e, r, t) {
190
+ return typeof e == "object" ? oe(e.currentField, e.newField, e.currentOrderDir) : {
191
191
  field: r,
192
192
  dir: _(e, r, t)
193
193
  };
194
194
  }
195
- const De = (e, { field: r, dir: t }) => !r || !t ? e : e.sort((n, s) => {
196
- const c = t === "ASC" ? 1 : -1, i = t === "ASC" ? -1 : 1;
197
- return n[r] > s[r] ? c : i;
198
- }), Re = (e) => e.dir ? `${e.field}-${e.dir}` : void 0, Ae = (e) => {
195
+ const Le = (e, { field: r, dir: t }) => !r || !t ? e : e.sort((n, o) => {
196
+ const c = t === "ASC" ? 1 : -1, l = t === "ASC" ? -1 : 1;
197
+ return n[r] > o[r] ? c : l;
198
+ }), De = (e) => e.dir ? `${e.field}-${e.dir}` : void 0, Ie = (e) => {
199
199
  const [r, t] = e.split("-");
200
200
  return { field: r, dir: t };
201
- }, Ie = (e) => {
202
- const [r, t] = b(e), n = C((s, c) => t({ field: s, dir: c }), []);
201
+ }, Re = (e) => {
202
+ const [r, t] = g(e), n = C((o, c) => t({ field: o, dir: c }), []);
203
203
  return [r, n];
204
204
  };
205
- function Ee({ items: e, order: r, onChange: t, isButton: n = !0, right: s = !1, prefixed: c = !0 }) {
206
- const i = (a) => () => {
207
- const l = _(a, r.field, r.dir);
208
- t(l ? a : void 0, l);
205
+ function Ae({ items: e, order: r, onChange: t, isButton: n = !0, right: o = !1, prefixed: c = !0 }) {
206
+ const [l, m] = L(), i = (a) => () => {
207
+ const d = _(a, r.field, r.dir);
208
+ t(d ? a : void 0, d);
209
209
  };
210
- return /* @__PURE__ */ m(V, { children: [
211
- /* @__PURE__ */ m(
212
- v,
210
+ return /* @__PURE__ */ u(k, { isOpen: l, toggle: m, children: [
211
+ /* @__PURE__ */ u(
212
+ O,
213
213
  {
214
214
  caret: !0,
215
215
  color: n ? "primary" : "link",
216
- className: u({
216
+ className: h({
217
217
  "dropdown-btn__toggle btn-block pe-4 overflow-hidden": n,
218
218
  "btn-sm p-0": !n
219
219
  }),
220
220
  children: [
221
- !n && /* @__PURE__ */ o(w, { children: "Order by" }),
222
- n && !r.field && /* @__PURE__ */ o("i", { children: "Order by..." }),
223
- n && r.field && /* @__PURE__ */ m(w, { children: [
221
+ !n && /* @__PURE__ */ s(f, { children: "Order by" }),
222
+ n && !r.field && /* @__PURE__ */ s("i", { children: "Order by..." }),
223
+ n && r.field && /* @__PURE__ */ u(f, { children: [
224
224
  c && "Order by: ",
225
225
  e[r.field],
226
226
  " - ",
227
- /* @__PURE__ */ o("small", { children: r.dir ?? "DESC" })
227
+ /* @__PURE__ */ s("small", { children: r.dir ?? "DESC" })
228
228
  ] })
229
229
  ]
230
230
  }
231
231
  ),
232
- /* @__PURE__ */ m(k, { end: s, className: "w-100", style: n ? void 0 : { minWidth: "11rem" }, children: [
233
- Object.entries(e).map(([a, l]) => /* @__PURE__ */ m(
234
- g,
232
+ /* @__PURE__ */ s(S, { end: o, className: "w-100", style: n ? void 0 : { minWidth: "11rem" }, children: l && /* @__PURE__ */ u(f, { children: [
233
+ Object.entries(e).map(([a, d]) => /* @__PURE__ */ u(
234
+ w,
235
235
  {
236
236
  active: r.field === a,
237
237
  onClick: i(a),
238
238
  className: "d-flex justify-content-between align-items-center",
239
+ tabIndex: -1,
239
240
  children: [
240
- l,
241
- r.field === a && /* @__PURE__ */ o(p, { icon: r.dir === "ASC" ? P : F })
241
+ d,
242
+ r.field === a && /* @__PURE__ */ s(b, { icon: r.dir === "ASC" ? H : M })
242
243
  ]
243
244
  },
244
245
  a
245
246
  )),
246
- /* @__PURE__ */ o(g, { divider: !0 }),
247
- /* @__PURE__ */ o(g, { disabled: !r.field, onClick: () => t(), children: /* @__PURE__ */ o("i", { children: "Clear selection" }) })
248
- ] })
247
+ /* @__PURE__ */ s(w, { divider: !0, tag: "hr" }),
248
+ /* @__PURE__ */ s(w, { disabled: !r.field, onClick: () => t(), tabIndex: -1, children: /* @__PURE__ */ s("i", { children: "Clear selection" }) })
249
+ ] }) })
249
250
  ] });
250
251
  }
251
- const Pe = "#4696e5", Fe = "rgba(70, 150, 229, 0.4)", He = "#f77f28", Me = "rgba(247, 127, 40, 0.4)", $e = "white", Ge = "#161b22", ae = (e) => {
252
+ const Ee = "#4696e5", Pe = "rgba(70, 150, 229, 0.4)", Fe = "#f77f28", He = "rgba(247, 127, 40, 0.4)", Me = "white", $e = "#161b22", ce = (e) => {
252
253
  var r;
253
254
  return (r = document.querySelector("html")) == null ? void 0 : r.setAttribute("data-theme", e);
254
- }, je = () => {
255
+ }, Ge = () => {
255
256
  var e;
256
257
  return ((e = document.querySelector("html")) == null ? void 0 : e.getAttribute("data-theme")) === "dark";
257
- }, le = (e = window.matchMedia.bind(window)) => e("(prefers-color-scheme: dark)").matches ? "dark" : "light", Ue = (e) => {
258
- const [r, t] = b(() => e ?? le());
258
+ }, ae = (e = window.matchMedia.bind(window)) => e("(prefers-color-scheme: dark)").matches ? "dark" : "light", je = (e) => {
259
+ const [r, t] = g(() => e ?? ae());
259
260
  return W(() => {
260
- ae(r);
261
+ ce(r);
261
262
  }, [r]), [r, t];
262
263
  };
263
264
  export {
264
- Ne as Checkbox,
265
- oe as DropdownBtn,
266
- He as HIGHLIGHTED_COLOR,
267
- Me as HIGHLIGHTED_COLOR_ALPHA,
268
- _e as InputFormGroup,
269
- ee as LabeledFormGroup,
270
- Pe as MAIN_COLOR,
271
- Fe as MAIN_COLOR_ALPHA,
272
- ge as Message,
265
+ we as Checkbox,
266
+ ne as DropdownBtn,
267
+ Fe as HIGHLIGHTED_COLOR,
268
+ He as HIGHLIGHTED_COLOR_ALPHA,
269
+ Ce as InputFormGroup,
270
+ K as LabeledFormGroup,
271
+ Ee as MAIN_COLOR,
272
+ Pe as MAIN_COLOR_ALPHA,
273
+ be as Message,
273
274
  se as NavPillItem,
274
275
  xe as NavPills,
275
- Ee as OrderingDropdown,
276
- Ge as PRIMARY_DARK_COLOR,
277
- $e as PRIMARY_LIGHT_COLOR,
278
- we as Result,
279
- Le as RowDropdownBtn,
280
- Te as SearchField,
281
- K as SimpleCard,
282
- Ce as ToggleSwitch,
283
- ae as changeThemeInMarkup,
284
- ce as determineOrder,
276
+ Ae as OrderingDropdown,
277
+ $e as PRIMARY_DARK_COLOR,
278
+ Me as PRIMARY_LIGHT_COLOR,
279
+ ge as Result,
280
+ ye as RowDropdownBtn,
281
+ _e as SearchField,
282
+ B as SimpleCard,
283
+ Ne as ToggleSwitch,
284
+ ce as changeThemeInMarkup,
285
+ oe as determineOrder,
285
286
  _ as determineOrderDir,
286
- le as getSystemPreferredTheme,
287
- je as isDarkThemeEnabled,
288
- Re as orderToString,
289
- te as parseQueryString,
290
- De as sortList,
291
- Ae as stringToOrder,
292
- Se as stringifyQueryParams,
293
- ve as useElementRef,
294
- ke as useGoBack,
295
- Ie as useOrder,
296
- ye as useParsedQuery,
297
- Ue as useTheme,
287
+ ae as getSystemPreferredTheme,
288
+ Ge as isDarkThemeEnabled,
289
+ De as orderToString,
290
+ re as parseQueryString,
291
+ Le as sortList,
292
+ Ie as stringToOrder,
293
+ ke as stringifyQueryParams,
294
+ Te as useElementRef,
295
+ ve as useGoBack,
296
+ Re as useOrder,
297
+ Oe as useParsedQuery,
298
+ je as useTheme,
298
299
  Z as useTimeout,
299
- Oe as useTimeoutToggle,
300
- B as useToggle
300
+ Se as useTimeoutToggle,
301
+ L as useToggle
301
302
  };
package/package.json CHANGED
@@ -90,5 +90,5 @@
90
90
  "not ie <= 11",
91
91
  "not op_mini all"
92
92
  ],
93
- "version": "0.8.9"
93
+ "version": "0.8.10"
94
94
  }