@konstructio/ui 0.1.2-alpha.73 → 0.1.2-alpha.75

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 (64) hide show
  1. package/dist/{Modal-CXRo8f-h.js → Modal-BTOXCb0Y.js} +1 -1
  2. package/dist/assets/icons/components/Home2.d.ts +3 -0
  3. package/dist/assets/icons/components/Home2.js +28 -0
  4. package/dist/assets/icons/components/Upload.d.ts +3 -0
  5. package/dist/assets/icons/components/Upload.js +28 -0
  6. package/dist/assets/icons/components/index.d.ts +2 -0
  7. package/dist/assets/icons/components/index.js +70 -66
  8. package/dist/assets/icons/index.js +70 -66
  9. package/dist/components/Alert/Alert.js +12 -12
  10. package/dist/components/Alert/Alert.types.d.ts +21 -6
  11. package/dist/components/Button/Button.variants.js +4 -5
  12. package/dist/components/ButtonGroup/ButtonGroup.js +1 -1
  13. package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.js +1 -1
  14. package/dist/components/DateRangePicker/components/CalendarPanel/components/IndependentModeCalendar/IndependentModeCalendar.js +1 -1
  15. package/dist/components/DateRangePicker/components/CalendarPanel/components/TogetherModeCalendar/TogetherModeCalendar.js +1 -1
  16. package/dist/components/Filter/Filter.js +24 -22
  17. package/dist/components/Filter/Filter.types.d.ts +8 -0
  18. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.hook.d.ts +3 -1
  19. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.hook.js +57 -41
  20. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +75 -49
  21. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.types.d.ts +2 -0
  22. package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.hook.js +38 -37
  23. package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.hook.js +31 -30
  24. package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.js +64 -47
  25. package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.types.d.ts +2 -0
  26. package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.hook.js +35 -34
  27. package/dist/components/Filter/contexts/filter.context.d.ts +4 -0
  28. package/dist/components/Filter/contexts/filter.context.js +7 -0
  29. package/dist/components/Filter/contexts/filter.hook.d.ts +2 -0
  30. package/dist/components/Filter/contexts/filter.hook.js +11 -0
  31. package/dist/components/Filter/contexts/filter.provider.d.ts +5 -0
  32. package/dist/components/Filter/contexts/filter.provider.js +6 -0
  33. package/dist/components/Filter/contexts/index.d.ts +3 -0
  34. package/dist/components/Filter/contexts/index.js +8 -0
  35. package/dist/components/LineChart/LineChart.js +55 -52
  36. package/dist/components/LineChart/LineChart.types.d.ts +2 -0
  37. package/dist/components/Modal/Modal.js +1 -1
  38. package/dist/components/Modal/components/Wrapper/Wrapper.js +2 -2
  39. package/dist/components/Modal/components/index.js +1 -1
  40. package/dist/components/PhoneNumberInput/components/FlagSelectorList/FlagSelectorList.js +394 -353
  41. package/dist/components/Select/Select.types.d.ts +1 -0
  42. package/dist/components/Select/Select.variants.js +1 -1
  43. package/dist/components/Select/components/List/List.js +64 -61
  44. package/dist/components/Select/components/List/List.types.d.ts +1 -0
  45. package/dist/components/Select/components/Wrapper.js +46 -44
  46. package/dist/components/Select/constants/index.d.ts +1 -0
  47. package/dist/components/Select/constants/index.js +3 -1
  48. package/dist/components/Select/constants/list.d.ts +1 -0
  49. package/dist/components/Select/constants/list.js +4 -0
  50. package/dist/components/Toast/Toast.js +192 -184
  51. package/dist/components/Toast/Toast.variants.js +6 -12
  52. package/dist/components/VirtualizedTable/VirtualizedTable.js +57 -55
  53. package/dist/components/VirtualizedTable/VirtualizedTable.types.d.ts +2 -0
  54. package/dist/components/VirtualizedTable/components/Filter/Filter.js +55 -54
  55. package/dist/components/VirtualizedTable/components/Filter/Filter.types.d.ts +1 -0
  56. package/dist/components/index.js +1 -1
  57. package/dist/icons.d.ts +1 -1
  58. package/dist/icons.js +70 -66
  59. package/dist/index.js +1 -1
  60. package/dist/package.json +10 -10
  61. package/dist/proxy-BvdTb_6B.js +4974 -0
  62. package/dist/styles.css +1 -1
  63. package/package.json +10 -10
  64. package/dist/proxy-0sbyKj-k.js +0 -4946
@@ -111,6 +111,7 @@ export type SelectProps = VariantProps<typeof selectVariants> & Omit<InputHTMLAt
111
111
  listItemSecondRowClassName?: string;
112
112
  mainWrapperClassName?: string;
113
113
  noOptionsText?: string;
114
+ visibleItems?: number;
114
115
  options: Option[] | OptionGroup[];
115
116
  searchable?: boolean;
116
117
  showSearchIcon?: boolean;
@@ -15,7 +15,7 @@ const a = e(
15
15
  "transition-all",
16
16
  "w-full",
17
17
  "outline-none",
18
- "h-9",
18
+ "h-10",
19
19
  "border-gray-200",
20
20
  "focus-visible:bg-zinc-50",
21
21
  "aria-expanded:border-aurora-500",
@@ -1,48 +1,50 @@
1
- import { jsxs as N, jsx as o } from "react/jsx-runtime";
2
- import { d as K } from "../../../../debounce-DJveWHr_.js";
3
- import { forwardRef as Q, useRef as O, useState as W, useImperativeHandle as X, useMemo as j, useEffect as Y, Fragment as $ } from "react";
4
- import { Loading as R } from "../../../Loading/Loading.js";
1
+ import { jsxs as H, jsx as o } from "react/jsx-runtime";
2
+ import { d as Q } from "../../../../debounce-DJveWHr_.js";
3
+ import { forwardRef as W, useRef as I, useState as Y, useImperativeHandle as $, useMemo as N, useEffect as R, Fragment as ee } from "react";
4
+ import { Loading as te } from "../../../Loading/Loading.js";
5
5
  import { cn as s } from "../../../../utils/index.js";
6
- import { useNavigationUlList as ee } from "../../hooks/useNavigationList.js";
7
- import { A as te, i as re } from "../../../../AdditionalOptions-C2FDVZhu.js";
6
+ import { useNavigationUlList as re } from "../../hooks/useNavigationList.js";
7
+ import { A as oe, i as ne } from "../../../../AdditionalOptions-C2FDVZhu.js";
8
8
  import { ListItem as g } from "../ListItem/ListItem.js";
9
- import { listGroupLabelVariants as oe, listVariants as ne } from "./List.variants.js";
10
- import { DEFAULT_LIST_SIZE as se } from "../../constants/pagination.js";
11
- import { useSelectContext as ae } from "../../contexts/select.hook.js";
12
- const Le = Q(
9
+ import { listGroupLabelVariants as se, listVariants as ie } from "./List.variants.js";
10
+ import { DEFAULT_LIST_SIZE as ae } from "../../constants/pagination.js";
11
+ import { ITEM_HEIGHT_PX as le } from "../../constants/list.js";
12
+ import { useSelectContext as ce } from "../../contexts/select.hook.js";
13
+ const xe = W(
13
14
  ({
14
- additionalOptions: A,
15
- className: I,
15
+ additionalOptions: O,
16
+ className: P,
16
17
  groupedOptions: l,
17
18
  inputRef: c,
18
- isLoading: P,
19
+ isLoading: _,
19
20
  itemClassName: u,
20
- name: T,
21
+ name: j,
21
22
  searchable: f = !1,
22
23
  listItemSecondRowClassName: p,
23
- wrapperInputRef: U,
24
+ wrapperInputRef: A,
24
25
  isInfiniteScrollEnabled: h,
25
26
  noOptionsText: F,
26
- onFetchMoreOptions: b
27
- }, V) => {
28
- const m = O(null), L = O(null), [v, k] = W(!1), {
27
+ onFetchMoreOptions: L,
28
+ visibleItems: E
29
+ }, M) => {
30
+ const m = I(null), b = I(null), [v, k] = Y(!1), {
29
31
  canContinueFetching: d,
30
32
  canFilter: y,
31
- isOpen: _,
32
- isTyping: E,
33
- options: G,
33
+ isOpen: S,
34
+ isTyping: G,
35
+ options: T,
34
36
  page: w,
35
37
  searchTerm: n,
36
- setCanContinueFetching: q,
37
- setOptions: z,
38
- setPage: D
39
- } = ae();
40
- X(V, () => m.current, [m]);
41
- const a = l.length > 0 && re(l[0]), x = f && y ? G.filter((e) => {
38
+ setCanContinueFetching: U,
39
+ setOptions: V,
40
+ setPage: q
41
+ } = ce(), z = E !== void 0 ? { maxHeight: E * le } : void 0;
42
+ $(M, () => m.current, [m]);
43
+ const i = l.length > 0 && ne(l[0]), x = f && y ? T.filter((e) => {
42
44
  const t = n.toLowerCase();
43
45
  return (typeof e.label == "string" ? e.label.toLowerCase() : "").includes(t);
44
- }) : G, C = j(() => {
45
- if (!a)
46
+ }) : T, C = N(() => {
47
+ if (!i)
46
48
  return [];
47
49
  const e = l;
48
50
  if (!f || !y || !n)
@@ -51,61 +53,62 @@ const Le = Q(
51
53
  return e.map((r) => ({
52
54
  ...r,
53
55
  options: r.options.filter(
54
- (i) => i.label.toLowerCase().includes(t)
56
+ (a) => a.label.toLowerCase().includes(t)
55
57
  )
56
58
  })).filter((r) => r.options.length > 0);
57
- }, [a, l, f, y, n]), H = a ? C.flatMap((e) => e.options) : x;
58
- ee({
59
+ }, [i, l, f, y, n]), D = i ? C.flatMap((e) => e.options) : x;
60
+ re({
59
61
  ulRef: m,
60
- wrapperInputRef: U,
62
+ wrapperInputRef: A,
61
63
  searchable: f,
62
- filteredOptions: H
64
+ filteredOptions: D
63
65
  });
64
- const M = x.filter(
65
- (e, t, r) => t === r.findIndex((i) => i.value === e.value)
66
- ), S = a ? C.length === 0 : x.length === 0, Z = j(
67
- () => K(async (e) => {
66
+ const X = x.filter(
67
+ (e, t, r) => t === r.findIndex((a) => a.value === e.value)
68
+ ), Z = i ? C.length === 0 : x.length === 0, B = N(
69
+ () => Q(async (e) => {
68
70
  const [t] = e;
69
- if (t.isIntersecting && !v && b && d)
71
+ if (t.isIntersecting && !v && L && d)
70
72
  try {
71
73
  k(!0);
72
- const r = w + 1, { data: i, hasMore: B } = await b({
74
+ const r = w + 1, { data: a, hasMore: J } = await L({
73
75
  page: r,
74
- pageSize: se,
76
+ pageSize: ae,
75
77
  termOfSearch: n
76
78
  });
77
- D(r), q(B), z((J) => [...J, ...i]);
79
+ q(r), U(J), V((K) => [...K, ...a]);
78
80
  } catch {
79
81
  console.error("Error fetching more options");
80
82
  } finally {
81
83
  k(!1);
82
84
  }
83
85
  }, 100),
84
- [v, b, n, w]
86
+ [v, L, n, w]
85
87
  );
86
- return Y(() => {
87
- if (h && d && L.current && !E) {
88
- const e = new IntersectionObserver(Z, {
88
+ return R(() => {
89
+ if (h && d && b.current && !G) {
90
+ const e = new IntersectionObserver(B, {
89
91
  threshold: 0.1
90
92
  });
91
- return e.observe(L.current), () => e.disconnect();
93
+ return e.observe(b.current), () => e.disconnect();
92
94
  }
93
95
  }, [
94
96
  h,
95
97
  d,
96
98
  v,
97
- E,
99
+ G,
98
100
  w
99
- ]), /* @__PURE__ */ N(
101
+ ]), /* @__PURE__ */ H(
100
102
  "ul",
101
103
  {
102
104
  ref: m,
103
- title: T,
105
+ title: j,
104
106
  role: "listbox",
105
- className: s(ne({ className: I })),
106
- "data-state": _ ? "open" : "closed",
107
+ className: s(ie({ className: P })),
108
+ style: z,
109
+ "data-state": S ? "open" : "closed",
107
110
  children: [
108
- P ? /* @__PURE__ */ o(
111
+ _ ? /* @__PURE__ */ o(
109
112
  g,
110
113
  {
111
114
  className: s("select-none", u),
@@ -115,7 +118,7 @@ const Le = Q(
115
118
  label: "Loading...",
116
119
  listItemSecondRowClassName: p
117
120
  }
118
- ) : S ? /* @__PURE__ */ o(
121
+ ) : Z ? /* @__PURE__ */ o(
119
122
  g,
120
123
  {
121
124
  isEmpty: !0,
@@ -126,14 +129,14 @@ const Le = Q(
126
129
  label: F ?? "No options",
127
130
  listItemSecondRowClassName: p
128
131
  }
129
- ) : a ? C.map((e) => /* @__PURE__ */ N($, { children: [
132
+ ) : i ? C.map((e) => /* @__PURE__ */ H(ee, { children: [
130
133
  /* @__PURE__ */ o(
131
134
  "li",
132
135
  {
133
136
  role: "presentation",
134
137
  "aria-hidden": "true",
135
138
  "data-action": "true",
136
- className: s(oe()),
139
+ className: s(se()),
137
140
  children: e.groupLabel
138
141
  }
139
142
  ),
@@ -148,7 +151,7 @@ const Le = Q(
148
151
  },
149
152
  t.value
150
153
  ))
151
- ] }, e.groupLabel)) : M.map((e) => /* @__PURE__ */ o(
154
+ ] }, e.groupLabel)) : X.map((e) => /* @__PURE__ */ o(
152
155
  g,
153
156
  {
154
157
  className: s("select-none", u),
@@ -162,20 +165,20 @@ const Le = Q(
162
165
  h && d && /* @__PURE__ */ o(
163
166
  "li",
164
167
  {
165
- ref: L,
168
+ ref: b,
166
169
  role: "option",
167
170
  "data-action": "true",
168
171
  className: "flex items-center justify-center py-3",
169
172
  onClick: (e) => e.stopPropagation(),
170
- children: /* @__PURE__ */ o(R, { className: "w-4 h-4 text-aurora-500 select-none" })
173
+ children: /* @__PURE__ */ o(te, { className: "w-4 h-4 text-aurora-500 select-none" })
171
174
  }
172
175
  ),
173
- /* @__PURE__ */ o(te, { additionalOptions: A })
176
+ /* @__PURE__ */ o(oe, { additionalOptions: O })
174
177
  ]
175
178
  }
176
179
  );
177
180
  }
178
181
  );
179
182
  export {
180
- Le as List
183
+ xe as List
181
184
  };
@@ -12,4 +12,5 @@ export type ListProps = Pick<SelectProps, 'name' | 'options' | 'theme' | 'additi
12
12
  isInfiniteScrollEnabled: SelectProps['isInfiniteScrollEnabled'];
13
13
  onFetchMoreOptions?: SelectProps['onFetchMoreOptions'];
14
14
  noOptionsText?: SelectProps['noOptionsText'];
15
+ visibleItems?: number;
15
16
  };
@@ -1,18 +1,18 @@
1
1
  import { jsxs as o, jsx as r } from "react/jsx-runtime";
2
- import { forwardRef as ae, useId as re, useRef as w, useMemo as ne, useImperativeHandle as le, useEffect as se } from "react";
3
- import { Typography as oe } from "../../Typography/Typography.js";
2
+ import { forwardRef as re, useId as ne, useRef as w, useMemo as le, useImperativeHandle as se, useEffect as oe } from "react";
3
+ import { Typography as ce } from "../../Typography/Typography.js";
4
4
  import { cn as n } from "../../../utils/index.js";
5
- import { labelVariants as ce, inputVariants as ie, selectVariants as me } from "../Select.variants.js";
6
- import { useSelect as pe } from "../hooks/useSelect.js";
7
- import { List as ue } from "./List/List.js";
8
- import { c as fe } from "../../../createLucideIcon-CP-mMPfa.js";
9
- import { LoaderIcon as de } from "../../../assets/icons/components/Loader.js";
10
- import { C as xe } from "../../../chevron-up-IlDPxR7j.js";
11
- import { useSelectContext as he } from "../contexts/select.hook.js";
12
- const ve = [
5
+ import { labelVariants as ie, inputVariants as me, selectVariants as pe } from "../Select.variants.js";
6
+ import { useSelect as ue } from "../hooks/useSelect.js";
7
+ import { List as fe } from "./List/List.js";
8
+ import { c as de } from "../../../createLucideIcon-CP-mMPfa.js";
9
+ import { LoaderIcon as xe } from "../../../assets/icons/components/Loader.js";
10
+ import { C as he } from "../../../chevron-up-IlDPxR7j.js";
11
+ import { useSelectContext as ve } from "../contexts/select.hook.js";
12
+ const Ne = [
13
13
  ["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
14
14
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
15
- ], Ne = fe("search", ve), Oe = ae(
15
+ ], Ce = de("search", Ne), Re = re(
16
16
  ({
17
17
  additionalOptions: z,
18
18
  className: O,
@@ -38,47 +38,48 @@ const ve = [
38
38
  searchable: k = !1,
39
39
  showSearchIcon: C,
40
40
  theme: U,
41
- wrapperClassName: q,
42
- onFetchMoreOptions: A,
43
- onBlur: B,
44
- onSearchChange: D,
41
+ visibleItems: q,
42
+ wrapperClassName: A,
43
+ onFetchMoreOptions: B,
44
+ onBlur: D,
45
+ onSearchChange: G,
45
46
  ...y
46
- }, G) => {
47
- const I = re(), c = w(null), j = w(null), J = w(0), {
47
+ }, J) => {
48
+ const I = ne(), c = w(null), j = w(null), K = w(0), {
48
49
  isOpen: i,
49
50
  options: l,
50
- searchTerm: K,
51
+ searchTerm: Q,
51
52
  value: s,
52
- setCanFilter: Q,
53
- setSearchTerm: X,
53
+ setCanFilter: X,
54
+ setSearchTerm: Y,
54
55
  setValue: m,
55
- toggleOpen: Y
56
- } = he(), e = ne(() => l.find(({ value: a }) => a === s), [l, s]), { wrapperRef: Z, wrapperInputRef: L, handleOpen: V } = pe({
56
+ toggleOpen: Z
57
+ } = ve(), e = le(() => l.find(({ value: a }) => a === s), [l, s]), { wrapperRef: ee, wrapperInputRef: L, handleOpen: V } = ue({
57
58
  ulRef: j,
58
59
  inputRef: c,
59
60
  disabled: t,
60
61
  internalValue: e,
61
- onBlur: B
62
+ onBlur: D
62
63
  }), p = d ? `${I}-${d}` : I;
63
- le(G, () => c.current, [c]), se(() => {
64
+ se(J, () => c.current, [c]), oe(() => {
64
65
  if (x && !s) {
65
66
  const a = l && l.find((u) => u.value === x);
66
67
  a && m(a.value);
67
68
  }
68
69
  }, [x, l, m, s]);
69
- const ee = (a) => {
70
+ const te = (a) => {
70
71
  const u = a.target.value;
71
- Q(!0), m(""), X(u ?? ""), D?.(u);
72
+ X(!0), m(""), Y(u ?? ""), G?.(u);
72
73
  const b = l.find(
73
- (te) => te.value.toLocaleLowerCase() === u.toLocaleLowerCase()
74
+ (ae) => ae.value.toLocaleLowerCase() === u.toLocaleLowerCase()
74
75
  );
75
76
  m(b ? b.value : e?.value ?? "");
76
77
  };
77
78
  return /* @__PURE__ */ o(
78
79
  "div",
79
80
  {
80
- ref: Z,
81
- className: n("flex flex-col gap-2 w-full relative", q),
81
+ ref: ee,
82
+ className: n("flex flex-col gap-2 w-full relative", A),
82
83
  "data-theme": U,
83
84
  children: [
84
85
  v ? /* @__PURE__ */ o(
@@ -93,7 +94,7 @@ const ve = [
93
94
  "label",
94
95
  {
95
96
  id: p,
96
- className: n(ce({ className: M })),
97
+ className: n(ie({ className: M })),
97
98
  htmlFor: p,
98
99
  onClick: () => !t && V(),
99
100
  children: [
@@ -112,18 +113,18 @@ const ve = [
112
113
  ref: L,
113
114
  id: p,
114
115
  className: n(
115
- me({ className: O, hasError: !!f, disabled: t })
116
+ pe({ className: O, hasError: !!f, disabled: t })
116
117
  ),
117
118
  role: "combobox",
118
- onClick: () => !t && Y(!i),
119
+ onClick: () => !t && Z(!i),
119
120
  "aria-expanded": i,
120
- tabIndex: J.current,
121
+ tabIndex: K.current,
121
122
  "aria-labelledby": p,
122
123
  children: [
123
124
  /* @__PURE__ */ o("div", { className: "flex gap-2.5 items-center flex-1", children: [
124
125
  e?.leftIcon && !C && /* @__PURE__ */ r("span", { className: "w-4 h-4 flex justify-center items-center dark:text-metal-50", children: e.leftIcon }),
125
126
  C && /* @__PURE__ */ r(
126
- Ne,
127
+ Ce,
127
128
  {
128
129
  className: n(
129
130
  "w-4",
@@ -141,10 +142,10 @@ const ve = [
141
142
  "input",
142
143
  {
143
144
  type: "text",
144
- value: i ? K : e?.label ?? s ?? "",
145
- onChange: ee,
145
+ value: i ? Q : e?.label ?? s ?? "",
146
+ onChange: te,
146
147
  placeholder: N,
147
- className: n(ie({ className: S }), {
148
+ className: n(me({ className: S }), {
148
149
  "text-red-700 placeholder:text-red-700": !!f
149
150
  }),
150
151
  onClick: (a) => {
@@ -160,7 +161,7 @@ const ve = [
160
161
  ...y
161
162
  }
162
163
  ) : /* @__PURE__ */ o(
163
- oe,
164
+ ce,
164
165
  {
165
166
  variant: "body2",
166
167
  className: n(
@@ -182,13 +183,13 @@ const ve = [
182
183
  )
183
184
  ] }),
184
185
  g ? /* @__PURE__ */ r(
185
- de,
186
+ xe,
186
187
  {
187
188
  size: 16,
188
189
  className: "text-metal-400 animate-spin select-none"
189
190
  }
190
191
  ) : !C && /* @__PURE__ */ r(
191
- xe,
192
+ he,
192
193
  {
193
194
  "data-state": i ? "open" : "closed",
194
195
  className: n(
@@ -219,7 +220,7 @@ const ve = [
219
220
  }
220
221
  ),
221
222
  i && /* @__PURE__ */ r(
222
- ue,
223
+ fe,
223
224
  {
224
225
  ref: j,
225
226
  additionalOptions: z,
@@ -234,8 +235,9 @@ const ve = [
234
235
  searchable: k,
235
236
  listItemSecondRowClassName: H,
236
237
  isInfiniteScrollEnabled: T,
237
- onFetchMoreOptions: A,
238
- noOptionsText: P
238
+ onFetchMoreOptions: B,
239
+ noOptionsText: P,
240
+ visibleItems: q
239
241
  }
240
242
  )
241
243
  ]
@@ -244,5 +246,5 @@ const ve = [
244
246
  }
245
247
  );
246
248
  export {
247
- Oe as Wrapper
249
+ Re as Wrapper
248
250
  };
@@ -1 +1,2 @@
1
1
  export * from './pagination';
2
+ export * from './list';
@@ -1,4 +1,6 @@
1
1
  import { DEFAULT_LIST_SIZE as E } from "./pagination.js";
2
+ import { ITEM_HEIGHT_PX as T } from "./list.js";
2
3
  export {
3
- E as DEFAULT_LIST_SIZE
4
+ E as DEFAULT_LIST_SIZE,
5
+ T as ITEM_HEIGHT_PX
4
6
  };
@@ -0,0 +1 @@
1
+ export declare const ITEM_HEIGHT_PX = 40;
@@ -0,0 +1,4 @@
1
+ const o = 40;
2
+ export {
3
+ o as ITEM_HEIGHT_PX
4
+ };