neatkit 0.13.5 → 0.14.0
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/{Button-CTzvBhGH.cjs → Button-DYn8YDP3.cjs} +1 -1
- package/dist/{Button-CyUpMPtt.js → Button-yBHFKYew.js} +1 -1
- package/dist/Button.cjs +1 -1
- package/dist/Button.js +1 -1
- package/dist/Checkbox.cjs +1 -1
- package/dist/Checkbox.js +1 -1
- package/dist/Icon-bIPc7jK4.cjs +1 -0
- package/dist/{Icon-Cj1s40xn.js → Icon-hYw7-DvR.js} +215 -105
- package/dist/Icon.cjs +1 -1
- package/dist/Icon.js +1 -1
- package/dist/Input.cjs +1 -1
- package/dist/Input.js +1 -1
- package/dist/Markdown.cjs +1 -1
- package/dist/Markdown.js +1 -1
- package/dist/Modal.cjs +1 -1
- package/dist/Modal.js +1 -1
- package/dist/Select.cjs +1 -1
- package/dist/Select.js +1 -1
- package/dist/Sidebar.cjs +1 -1
- package/dist/Sidebar.js +1 -1
- package/dist/Table-XVrja-e5.cjs +1 -0
- package/dist/Table-vVaWCkk2.js +449 -0
- package/dist/Table.cjs +1 -1
- package/dist/Table.js +1 -1
- package/dist/components/Icon/icons/DollarIcon.d.ts +11 -0
- package/dist/components/Icon/icons/EuroIcon.d.ts +11 -0
- package/dist/components/Icon/icons/PoundIcon.d.ts +11 -0
- package/dist/components/Icon/icons/RubleIcon.d.ts +11 -0
- package/dist/components/Icon/icons/YenYuanIcon.d.ts +11 -0
- package/dist/components/Icon/utils/registry.d.ts +5 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/Icon-BFaHVAoQ.cjs +0 -1
- package/dist/Table-BJr_ALL8.js +0 -426
- package/dist/Table-D99tLXpo.cjs +0 -1
|
@@ -0,0 +1,449 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as o, jsxs as R } from "react/jsx-runtime";
|
|
3
|
+
import { createContext as V, forwardRef as _, Children as L, isValidElement as j, Fragment as A, createElement as Y, cloneElement as E, useRef as y, useContext as X, useState as B, useEffect as $, useCallback as q } from "react";
|
|
4
|
+
import { a as G } from "./reference-CXMr27nM.js";
|
|
5
|
+
import { S as J } from "./Surface-vEFsZC12.js";
|
|
6
|
+
import { B as Q } from "./Button-yBHFKYew.js";
|
|
7
|
+
import { T as U } from "./Tooltip-WwAWQ_Kq.js";
|
|
8
|
+
const N = V("body"), I = _(function(l, e) {
|
|
9
|
+
const {
|
|
10
|
+
align: t = "left",
|
|
11
|
+
children: i,
|
|
12
|
+
className: a,
|
|
13
|
+
scope: c = "col",
|
|
14
|
+
sticky: f = !1,
|
|
15
|
+
...s
|
|
16
|
+
} = l;
|
|
17
|
+
return /* @__PURE__ */ o(
|
|
18
|
+
"th",
|
|
19
|
+
{
|
|
20
|
+
...s,
|
|
21
|
+
ref: e,
|
|
22
|
+
className: ["nk-table__header-cell", a].filter(Boolean).join(" "),
|
|
23
|
+
"data-align": t,
|
|
24
|
+
"data-sticky": f || void 0,
|
|
25
|
+
scope: c,
|
|
26
|
+
children: i
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
});
|
|
30
|
+
function H(n) {
|
|
31
|
+
for (const l of L.toArray(n)) {
|
|
32
|
+
if (j(l) && l.type === A) {
|
|
33
|
+
if (H(l.props.children)) return !0;
|
|
34
|
+
continue;
|
|
35
|
+
}
|
|
36
|
+
return !0;
|
|
37
|
+
}
|
|
38
|
+
return !1;
|
|
39
|
+
}
|
|
40
|
+
function W(n) {
|
|
41
|
+
const {
|
|
42
|
+
"aria-label": l,
|
|
43
|
+
icon: e,
|
|
44
|
+
label: t,
|
|
45
|
+
...i
|
|
46
|
+
} = n;
|
|
47
|
+
return /* @__PURE__ */ o(U, { content: t, children: /* @__PURE__ */ o(
|
|
48
|
+
Q,
|
|
49
|
+
{
|
|
50
|
+
...i,
|
|
51
|
+
"aria-label": l ?? t,
|
|
52
|
+
icon: e,
|
|
53
|
+
shape: "rectangle",
|
|
54
|
+
size: "small",
|
|
55
|
+
type: "button",
|
|
56
|
+
variant: "ghost"
|
|
57
|
+
}
|
|
58
|
+
) });
|
|
59
|
+
}
|
|
60
|
+
function D(n) {
|
|
61
|
+
const { actions: l } = n;
|
|
62
|
+
function e(t) {
|
|
63
|
+
t.stopPropagation();
|
|
64
|
+
}
|
|
65
|
+
return /* @__PURE__ */ o(
|
|
66
|
+
"td",
|
|
67
|
+
{
|
|
68
|
+
className: "nk-table__cell nk-table__action-cell",
|
|
69
|
+
"data-align": "right",
|
|
70
|
+
onClick: e,
|
|
71
|
+
children: l.length > 0 ? /* @__PURE__ */ o("span", { className: "nk-table__action-list", children: l.map((t) => /* @__PURE__ */ Y(W, { ...t, key: t.label })) }) : null
|
|
72
|
+
}
|
|
73
|
+
);
|
|
74
|
+
}
|
|
75
|
+
const Z = _(
|
|
76
|
+
function(l, e) {
|
|
77
|
+
const {
|
|
78
|
+
children: t,
|
|
79
|
+
className: i,
|
|
80
|
+
emptyColumnCount: a = 1,
|
|
81
|
+
emptyMessage: c,
|
|
82
|
+
...f
|
|
83
|
+
} = l, s = !H(t), m = Number.isFinite(a) ? Math.max(1, Math.floor(a)) : 1;
|
|
84
|
+
return /* @__PURE__ */ o(
|
|
85
|
+
"tbody",
|
|
86
|
+
{
|
|
87
|
+
...f,
|
|
88
|
+
ref: e,
|
|
89
|
+
className: ["nk-table__body", i].filter(Boolean).join(" "),
|
|
90
|
+
children: s && c !== void 0 ? /* @__PURE__ */ R("tr", { className: "nk-table__row", children: [
|
|
91
|
+
/* @__PURE__ */ o(
|
|
92
|
+
"td",
|
|
93
|
+
{
|
|
94
|
+
"aria-hidden": "true",
|
|
95
|
+
className: "nk-table__cell nk-table__overscroll-start-cell"
|
|
96
|
+
}
|
|
97
|
+
),
|
|
98
|
+
/* @__PURE__ */ o(
|
|
99
|
+
"td",
|
|
100
|
+
{
|
|
101
|
+
className: "nk-table__cell nk-table__empty-cell",
|
|
102
|
+
colSpan: m,
|
|
103
|
+
children: /* @__PURE__ */ o("div", { className: "nk-table__empty-content", children: c })
|
|
104
|
+
}
|
|
105
|
+
),
|
|
106
|
+
/* @__PURE__ */ o(D, { actions: [] })
|
|
107
|
+
] }) : /* @__PURE__ */ o(N.Provider, { value: "body", children: t })
|
|
108
|
+
}
|
|
109
|
+
);
|
|
110
|
+
}
|
|
111
|
+
);
|
|
112
|
+
function ee(n, l, e) {
|
|
113
|
+
return n === void 0 ? l : e ? e(n) : n instanceof Date ? Number.isNaN(n.getTime()) ? "Invalid Date" : n.toISOString().slice(0, 10) : typeof n == "boolean" ? n ? "Yes" : "No" : n;
|
|
114
|
+
}
|
|
115
|
+
function te(n) {
|
|
116
|
+
if (typeof n == "number" || typeof n == "string")
|
|
117
|
+
return String(n);
|
|
118
|
+
}
|
|
119
|
+
const K = _(
|
|
120
|
+
function(l, e) {
|
|
121
|
+
const {
|
|
122
|
+
align: t = "left",
|
|
123
|
+
children: i,
|
|
124
|
+
className: a,
|
|
125
|
+
format: c,
|
|
126
|
+
title: f,
|
|
127
|
+
truncate: s,
|
|
128
|
+
value: m,
|
|
129
|
+
...h
|
|
130
|
+
} = l, { rowTrigger: r, ...d } = h, p = ee(m, i, c), u = s === void 0 ? void 0 : { maxWidth: s }, k = f ?? (s === void 0 ? void 0 : te(p));
|
|
131
|
+
return /* @__PURE__ */ R(
|
|
132
|
+
"td",
|
|
133
|
+
{
|
|
134
|
+
...d,
|
|
135
|
+
ref: e,
|
|
136
|
+
className: ["nk-table__cell", a].filter(Boolean).join(" "),
|
|
137
|
+
"data-align": t,
|
|
138
|
+
title: k,
|
|
139
|
+
children: [
|
|
140
|
+
(r == null ? void 0 : r.kind) === "link" && r.linkProperties ? /* @__PURE__ */ o(
|
|
141
|
+
"a",
|
|
142
|
+
{
|
|
143
|
+
ref: r.reference,
|
|
144
|
+
"aria-label": r.ariaLabel,
|
|
145
|
+
className: "nk-table__row-trigger",
|
|
146
|
+
download: r.linkProperties.download,
|
|
147
|
+
href: r.linkProperties.href,
|
|
148
|
+
hrefLang: r.linkProperties.hrefLang,
|
|
149
|
+
onClick: r.linkProperties.onNavigate,
|
|
150
|
+
rel: r.linkProperties.rel,
|
|
151
|
+
target: r.linkProperties.target
|
|
152
|
+
}
|
|
153
|
+
) : null,
|
|
154
|
+
(r == null ? void 0 : r.kind) === "button" ? /* @__PURE__ */ o(
|
|
155
|
+
"button",
|
|
156
|
+
{
|
|
157
|
+
ref: r.reference,
|
|
158
|
+
"aria-label": r.ariaLabel,
|
|
159
|
+
className: "nk-table__row-trigger",
|
|
160
|
+
onClick: r.onClick,
|
|
161
|
+
type: "button"
|
|
162
|
+
}
|
|
163
|
+
) : null,
|
|
164
|
+
s !== void 0 ? /* @__PURE__ */ o("span", { className: "nk-table__truncated-content", style: u, children: p }) : p
|
|
165
|
+
]
|
|
166
|
+
}
|
|
167
|
+
);
|
|
168
|
+
}
|
|
169
|
+
), ne = _(
|
|
170
|
+
function(l, e) {
|
|
171
|
+
const { children: t, className: i, ...a } = l;
|
|
172
|
+
return /* @__PURE__ */ o(
|
|
173
|
+
"tfoot",
|
|
174
|
+
{
|
|
175
|
+
...a,
|
|
176
|
+
ref: e,
|
|
177
|
+
className: ["nk-table__foot", i].filter(Boolean).join(" "),
|
|
178
|
+
children: /* @__PURE__ */ o(N.Provider, { value: "foot", children: t })
|
|
179
|
+
}
|
|
180
|
+
);
|
|
181
|
+
}
|
|
182
|
+
), le = _(
|
|
183
|
+
function(l, e) {
|
|
184
|
+
const { children: t, className: i, ...a } = l;
|
|
185
|
+
return /* @__PURE__ */ o(
|
|
186
|
+
"thead",
|
|
187
|
+
{
|
|
188
|
+
...a,
|
|
189
|
+
ref: e,
|
|
190
|
+
className: ["nk-table__head", i].filter(Boolean).join(" "),
|
|
191
|
+
children: /* @__PURE__ */ o(N.Provider, { value: "head", children: t })
|
|
192
|
+
}
|
|
193
|
+
);
|
|
194
|
+
}
|
|
195
|
+
), re = [
|
|
196
|
+
"a[href]",
|
|
197
|
+
"audio[controls]",
|
|
198
|
+
"button",
|
|
199
|
+
"iframe",
|
|
200
|
+
"input",
|
|
201
|
+
"label",
|
|
202
|
+
"select",
|
|
203
|
+
"summary",
|
|
204
|
+
"textarea",
|
|
205
|
+
"video[controls]",
|
|
206
|
+
"[contenteditable]:not([contenteditable='false'])"
|
|
207
|
+
].join(","), oe = /* @__PURE__ */ new Set([
|
|
208
|
+
"button",
|
|
209
|
+
"checkbox",
|
|
210
|
+
"combobox",
|
|
211
|
+
"grid",
|
|
212
|
+
"link",
|
|
213
|
+
"listbox",
|
|
214
|
+
"menu",
|
|
215
|
+
"menubar",
|
|
216
|
+
"menuitem",
|
|
217
|
+
"menuitemcheckbox",
|
|
218
|
+
"menuitemradio",
|
|
219
|
+
"option",
|
|
220
|
+
"radio",
|
|
221
|
+
"radiogroup",
|
|
222
|
+
"scrollbar",
|
|
223
|
+
"searchbox",
|
|
224
|
+
"slider",
|
|
225
|
+
"spinbutton",
|
|
226
|
+
"switch",
|
|
227
|
+
"tab",
|
|
228
|
+
"tablist",
|
|
229
|
+
"textbox",
|
|
230
|
+
"tree",
|
|
231
|
+
"treegrid",
|
|
232
|
+
"treeitem"
|
|
233
|
+
]);
|
|
234
|
+
function ae(n, l) {
|
|
235
|
+
var t;
|
|
236
|
+
let e = n;
|
|
237
|
+
for (; e && e !== l; ) {
|
|
238
|
+
if (e.matches(re) || (((t = e.getAttribute("role")) == null ? void 0 : t.split(/\s+/)) ?? []).some((a) => oe.has(a)))
|
|
239
|
+
return !0;
|
|
240
|
+
e = e.parentElement;
|
|
241
|
+
}
|
|
242
|
+
return !1;
|
|
243
|
+
}
|
|
244
|
+
function ie(n, l) {
|
|
245
|
+
let e = !1;
|
|
246
|
+
function t(a) {
|
|
247
|
+
return L.map(a, (c) => j(c) ? c.type === A ? E(
|
|
248
|
+
c,
|
|
249
|
+
void 0,
|
|
250
|
+
t(
|
|
251
|
+
c.props.children
|
|
252
|
+
)
|
|
253
|
+
) : !e && c.type === K ? (e = !0, E(
|
|
254
|
+
c,
|
|
255
|
+
{ rowTrigger: l }
|
|
256
|
+
)) : c : c);
|
|
257
|
+
}
|
|
258
|
+
const i = t(n);
|
|
259
|
+
return { attached: e, content: i };
|
|
260
|
+
}
|
|
261
|
+
const ce = _(function(l, e) {
|
|
262
|
+
const { children: t, className: i, ...a } = l;
|
|
263
|
+
return /* @__PURE__ */ o(
|
|
264
|
+
I,
|
|
265
|
+
{
|
|
266
|
+
...a,
|
|
267
|
+
ref: e,
|
|
268
|
+
align: "right",
|
|
269
|
+
className: ["nk-table__action-header-cell", i].filter(Boolean).join(" "),
|
|
270
|
+
children: t ?? /* @__PURE__ */ o("span", { className: "nk-table__visually-hidden", children: "Row actions" })
|
|
271
|
+
}
|
|
272
|
+
);
|
|
273
|
+
}), se = _(
|
|
274
|
+
function(l, e) {
|
|
275
|
+
const {
|
|
276
|
+
"aria-label": t,
|
|
277
|
+
actions: i,
|
|
278
|
+
children: a,
|
|
279
|
+
className: c,
|
|
280
|
+
download: f,
|
|
281
|
+
href: s,
|
|
282
|
+
hrefLang: m,
|
|
283
|
+
onClick: h,
|
|
284
|
+
onNavigate: r,
|
|
285
|
+
rel: d,
|
|
286
|
+
target: p,
|
|
287
|
+
...u
|
|
288
|
+
} = l, k = y(null), g = X(N), T = s !== void 0 || h !== void 0, S = (t == null ? void 0 : t.trim()) || (s !== void 0 ? "Open row" : "Activate row");
|
|
289
|
+
function P(b) {
|
|
290
|
+
k.current = b;
|
|
291
|
+
}
|
|
292
|
+
let v;
|
|
293
|
+
s !== void 0 ? v = {
|
|
294
|
+
ariaLabel: S,
|
|
295
|
+
kind: "link",
|
|
296
|
+
linkProperties: {
|
|
297
|
+
download: f,
|
|
298
|
+
href: s,
|
|
299
|
+
hrefLang: m,
|
|
300
|
+
onNavigate: r,
|
|
301
|
+
rel: d,
|
|
302
|
+
target: p
|
|
303
|
+
},
|
|
304
|
+
reference: P
|
|
305
|
+
} : h !== void 0 && (v = {
|
|
306
|
+
ariaLabel: S,
|
|
307
|
+
kind: "button",
|
|
308
|
+
onClick: h,
|
|
309
|
+
reference: P
|
|
310
|
+
});
|
|
311
|
+
const O = v ? ie(a, v) : { content: a };
|
|
312
|
+
function z(b) {
|
|
313
|
+
if (b.defaultPrevented) return;
|
|
314
|
+
const w = b.target;
|
|
315
|
+
if (!(w instanceof Element) || ae(w, b.currentTarget)) return;
|
|
316
|
+
const C = k.current;
|
|
317
|
+
if (!C) return;
|
|
318
|
+
const x = C.ownerDocument.defaultView;
|
|
319
|
+
if (!x) {
|
|
320
|
+
C.click();
|
|
321
|
+
return;
|
|
322
|
+
}
|
|
323
|
+
C.dispatchEvent(new x.MouseEvent("click", {
|
|
324
|
+
altKey: b.altKey,
|
|
325
|
+
bubbles: !0,
|
|
326
|
+
button: b.button,
|
|
327
|
+
buttons: b.buttons,
|
|
328
|
+
cancelable: !0,
|
|
329
|
+
clientX: b.clientX,
|
|
330
|
+
clientY: b.clientY,
|
|
331
|
+
ctrlKey: b.ctrlKey,
|
|
332
|
+
metaKey: b.metaKey,
|
|
333
|
+
shiftKey: b.shiftKey
|
|
334
|
+
}));
|
|
335
|
+
}
|
|
336
|
+
const F = g === "head" ? /* @__PURE__ */ o(ce, {}) : /* @__PURE__ */ o(D, { actions: i ?? [] }), M = g === "head" ? /* @__PURE__ */ o(
|
|
337
|
+
"th",
|
|
338
|
+
{
|
|
339
|
+
"aria-hidden": "true",
|
|
340
|
+
className: "nk-table__header-cell nk-table__overscroll-start-cell"
|
|
341
|
+
}
|
|
342
|
+
) : /* @__PURE__ */ o(
|
|
343
|
+
"td",
|
|
344
|
+
{
|
|
345
|
+
"aria-hidden": "true",
|
|
346
|
+
className: "nk-table__cell nk-table__overscroll-start-cell"
|
|
347
|
+
}
|
|
348
|
+
);
|
|
349
|
+
return /* @__PURE__ */ R(
|
|
350
|
+
"tr",
|
|
351
|
+
{
|
|
352
|
+
...u,
|
|
353
|
+
ref: e,
|
|
354
|
+
"aria-label": T ? void 0 : t,
|
|
355
|
+
className: ["nk-table__row", c].filter(Boolean).join(" "),
|
|
356
|
+
"data-interactive": T || void 0,
|
|
357
|
+
onClick: T ? z : void 0,
|
|
358
|
+
children: [
|
|
359
|
+
M,
|
|
360
|
+
O.content,
|
|
361
|
+
F
|
|
362
|
+
]
|
|
363
|
+
}
|
|
364
|
+
);
|
|
365
|
+
}
|
|
366
|
+
);
|
|
367
|
+
function de() {
|
|
368
|
+
const n = y(null), l = y(null), [e, t] = B(!1), [i, a] = B(!1);
|
|
369
|
+
$(() => {
|
|
370
|
+
const f = n.current, s = l.current;
|
|
371
|
+
if (!f || !s) return;
|
|
372
|
+
const m = f, h = s;
|
|
373
|
+
function r() {
|
|
374
|
+
const k = m.scrollWidth > m.clientWidth;
|
|
375
|
+
t(k), k || a(!1);
|
|
376
|
+
}
|
|
377
|
+
r();
|
|
378
|
+
const d = m.ownerDocument.defaultView;
|
|
379
|
+
d == null || d.addEventListener("resize", r);
|
|
380
|
+
const p = d == null ? void 0 : d.ResizeObserver, u = p ? new p(r) : void 0;
|
|
381
|
+
return u == null || u.observe(m), u == null || u.observe(h), () => {
|
|
382
|
+
d == null || d.removeEventListener("resize", r), u == null || u.disconnect();
|
|
383
|
+
};
|
|
384
|
+
}, []);
|
|
385
|
+
function c(f) {
|
|
386
|
+
a(e && f.currentTarget.scrollLeft > 1);
|
|
387
|
+
}
|
|
388
|
+
return {
|
|
389
|
+
containerReference: n,
|
|
390
|
+
contentReference: l,
|
|
391
|
+
isScrollable: e,
|
|
392
|
+
isScrolled: i,
|
|
393
|
+
handleScroll: c
|
|
394
|
+
};
|
|
395
|
+
}
|
|
396
|
+
const ue = _(function(l, e) {
|
|
397
|
+
const {
|
|
398
|
+
"aria-label": t,
|
|
399
|
+
children: i,
|
|
400
|
+
className: a,
|
|
401
|
+
containerClassName: c,
|
|
402
|
+
frame: f = "outline",
|
|
403
|
+
...s
|
|
404
|
+
} = l, {
|
|
405
|
+
containerReference: m,
|
|
406
|
+
contentReference: h,
|
|
407
|
+
isScrollable: r,
|
|
408
|
+
isScrolled: d,
|
|
409
|
+
handleScroll: p
|
|
410
|
+
} = de(), u = t ? `${t} scroll area` : "Scrollable table", k = q(
|
|
411
|
+
(g) => {
|
|
412
|
+
h.current = g, G(e, g);
|
|
413
|
+
},
|
|
414
|
+
[h, e]
|
|
415
|
+
);
|
|
416
|
+
return /* @__PURE__ */ o(
|
|
417
|
+
J,
|
|
418
|
+
{
|
|
419
|
+
ref: m,
|
|
420
|
+
"aria-label": r ? u : void 0,
|
|
421
|
+
className: ["nk-table", c].filter(Boolean).join(" "),
|
|
422
|
+
"data-frame": f,
|
|
423
|
+
"data-scrolled": d || void 0,
|
|
424
|
+
onScroll: p,
|
|
425
|
+
role: r ? "region" : void 0,
|
|
426
|
+
tabIndex: r ? 0 : void 0,
|
|
427
|
+
children: /* @__PURE__ */ o(
|
|
428
|
+
"table",
|
|
429
|
+
{
|
|
430
|
+
...s,
|
|
431
|
+
ref: k,
|
|
432
|
+
"aria-label": t,
|
|
433
|
+
className: ["nk-table__element", a].filter(Boolean).join(" "),
|
|
434
|
+
children: i
|
|
435
|
+
}
|
|
436
|
+
)
|
|
437
|
+
}
|
|
438
|
+
);
|
|
439
|
+
}), _e = Object.assign(ue, {
|
|
440
|
+
Body: Z,
|
|
441
|
+
Cell: K,
|
|
442
|
+
Foot: ne,
|
|
443
|
+
HeaderCell: I,
|
|
444
|
+
Head: le,
|
|
445
|
+
Row: se
|
|
446
|
+
});
|
|
447
|
+
export {
|
|
448
|
+
_e as T
|
|
449
|
+
};
|
package/dist/Table.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Table-
|
|
1
|
+
"use client";"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Table-XVrja-e5.cjs");exports.default=e.Table;
|
package/dist/Table.js
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { IconGraphicProps } from "./types";
|
|
2
|
+
/**
|
|
3
|
+
* Renders a dollar icon.
|
|
4
|
+
*
|
|
5
|
+
* @param props - The SVG properties applied to the icon.
|
|
6
|
+
* @param forwardedReference - The reference assigned to the rendered SVG.
|
|
7
|
+
*
|
|
8
|
+
* @returns The rendered icon SVG.
|
|
9
|
+
*/
|
|
10
|
+
declare const _default: import("react").ForwardRefExoticComponent<Omit<IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { IconGraphicProps } from "./types";
|
|
2
|
+
/**
|
|
3
|
+
* Renders a euro icon.
|
|
4
|
+
*
|
|
5
|
+
* @param props - The SVG properties applied to the icon.
|
|
6
|
+
* @param forwardedReference - The reference assigned to the rendered SVG.
|
|
7
|
+
*
|
|
8
|
+
* @returns The rendered icon SVG.
|
|
9
|
+
*/
|
|
10
|
+
declare const _default: import("react").ForwardRefExoticComponent<Omit<IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { IconGraphicProps } from "./types";
|
|
2
|
+
/**
|
|
3
|
+
* Renders a pound icon.
|
|
4
|
+
*
|
|
5
|
+
* @param props - The SVG properties applied to the icon.
|
|
6
|
+
* @param forwardedReference - The reference assigned to the rendered SVG.
|
|
7
|
+
*
|
|
8
|
+
* @returns The rendered icon SVG.
|
|
9
|
+
*/
|
|
10
|
+
declare const _default: import("react").ForwardRefExoticComponent<Omit<IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { IconGraphicProps } from "./types";
|
|
2
|
+
/**
|
|
3
|
+
* Renders a ruble icon.
|
|
4
|
+
*
|
|
5
|
+
* @param props - The SVG properties applied to the icon.
|
|
6
|
+
* @param forwardedReference - The reference assigned to the rendered SVG.
|
|
7
|
+
*
|
|
8
|
+
* @returns The rendered icon SVG.
|
|
9
|
+
*/
|
|
10
|
+
declare const _default: import("react").ForwardRefExoticComponent<Omit<IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { IconGraphicProps } from "./types";
|
|
2
|
+
/**
|
|
3
|
+
* Renders a yen-yuan icon.
|
|
4
|
+
*
|
|
5
|
+
* @param props - The SVG properties applied to the icon.
|
|
6
|
+
* @param forwardedReference - The reference assigned to the rendered SVG.
|
|
7
|
+
*
|
|
8
|
+
* @returns The rendered icon SVG.
|
|
9
|
+
*/
|
|
10
|
+
declare const _default: import("react").ForwardRefExoticComponent<Omit<IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export default _default;
|
|
@@ -19,6 +19,8 @@ export declare const iconGraphics: {
|
|
|
19
19
|
readonly camera: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
20
20
|
readonly "qr-code": import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
21
21
|
readonly download: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
22
|
+
readonly dollar: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
23
|
+
readonly euro: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
22
24
|
readonly save: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
23
25
|
readonly pencil: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
24
26
|
readonly "arrow-left": import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -26,6 +28,7 @@ export declare const iconGraphics: {
|
|
|
26
28
|
readonly cross: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
27
29
|
readonly checkmark: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
28
30
|
readonly plus: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
31
|
+
readonly pound: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
29
32
|
readonly minus: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
30
33
|
readonly window: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
31
34
|
readonly chain: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -48,12 +51,14 @@ export declare const iconGraphics: {
|
|
|
48
51
|
readonly file: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
49
52
|
readonly image: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
50
53
|
readonly tag: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
54
|
+
readonly ruble: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
51
55
|
readonly key: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
52
56
|
readonly gear: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
53
57
|
readonly git: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
54
58
|
readonly home: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
55
59
|
readonly info: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
56
60
|
readonly warning: import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
61
|
+
readonly "yen-yuan": import("react").ForwardRefExoticComponent<Omit<import("../icons/types").IconGraphicProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
57
62
|
};
|
|
58
63
|
/** A type representing the icons available through the Icon component. */
|
|
59
64
|
export type IconType = keyof typeof iconGraphics;
|