neatkit 0.10.0 → 0.12.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.
Files changed (105) hide show
  1. package/dist/Boundary.cjs +1 -1
  2. package/dist/Boundary.js +191 -120
  3. package/dist/{Button-CVe9T_Zw.cjs → Button-6oWs-pyF.cjs} +1 -1
  4. package/dist/{Button-D6rXvcqq.js → Button-B0E-M8mp.js} +1 -1
  5. package/dist/Button.cjs +1 -1
  6. package/dist/Button.js +1 -1
  7. package/dist/Card.cjs +1 -1
  8. package/dist/Card.js +75 -2
  9. package/dist/Checkbox.cjs +1 -1
  10. package/dist/Checkbox.js +2 -2
  11. package/dist/Code-f0GWveGp.cjs +4 -0
  12. package/dist/{Code-Bp2X1k-g.js → Code-pROJjsiG.js} +57 -58
  13. package/dist/Code.cjs +1 -1
  14. package/dist/Code.js +1 -1
  15. package/dist/Field.cjs +1 -1
  16. package/dist/Field.js +57 -62
  17. package/dist/Icon-BFaHVAoQ.cjs +1 -0
  18. package/dist/{Icon-CxK1wlGk.js → Icon-Cj1s40xn.js} +308 -96
  19. package/dist/Icon.cjs +1 -1
  20. package/dist/Icon.js +1 -1
  21. package/dist/Input.cjs +1 -1
  22. package/dist/Input.js +2 -2
  23. package/dist/Markdown.cjs +1 -1
  24. package/dist/Markdown.js +76 -75
  25. package/dist/Modal.cjs +1 -1
  26. package/dist/Modal.js +4 -4
  27. package/dist/PinInput.cjs +1 -1
  28. package/dist/PinInput.js +228 -192
  29. package/dist/Popover.cjs +1 -1
  30. package/dist/Popover.js +117 -119
  31. package/dist/Radio.cjs +1 -1
  32. package/dist/Radio.js +1 -1
  33. package/dist/Select.cjs +1 -1
  34. package/dist/Select.js +12 -11
  35. package/dist/Sidebar.cjs +1 -1
  36. package/dist/Sidebar.js +441 -309
  37. package/dist/Switch.cjs +1 -1
  38. package/dist/Switch.js +1 -1
  39. package/dist/{Table-DutHfiXR.js → Table-B2G8CHJ9.js} +111 -108
  40. package/dist/Table-Z8Q6XRkc.cjs +1 -0
  41. package/dist/Table.cjs +1 -1
  42. package/dist/Table.js +1 -1
  43. package/dist/TextArea.cjs +1 -1
  44. package/dist/TextArea.js +1 -1
  45. package/dist/Tooltip-CpyROf6x.js +225 -0
  46. package/dist/Tooltip-DDPh_YFO.cjs +1 -0
  47. package/dist/Tooltip.cjs +1 -1
  48. package/dist/Tooltip.js +1 -1
  49. package/dist/aria-Bv-xVREf.js +17 -0
  50. package/dist/aria-DM-xYEHQ.cjs +1 -0
  51. package/dist/components/Boundary/hooks/useDocumentBackground.d.ts +28 -0
  52. package/dist/components/Card/Card.d.ts +22 -23
  53. package/dist/components/Card/components/CardBody.d.ts +24 -0
  54. package/dist/components/Card/components/CardFooter.d.ts +24 -0
  55. package/dist/components/Card/components/CardHeader.d.ts +24 -0
  56. package/dist/components/Card/index.d.ts +1 -1
  57. package/dist/components/Code/Code.d.ts +9 -7
  58. package/dist/components/Code/index.d.ts +1 -1
  59. package/dist/components/Icon/icons/AppleIcon.d.ts +11 -0
  60. package/dist/components/Icon/icons/BingIcon.d.ts +11 -0
  61. package/dist/components/Icon/icons/ChainIcon.d.ts +11 -0
  62. package/dist/components/Icon/icons/FacebookIcon.d.ts +11 -0
  63. package/dist/components/Icon/icons/GoogleIcon.d.ts +11 -0
  64. package/dist/components/Icon/icons/InstagramIcon.d.ts +11 -0
  65. package/dist/components/Icon/icons/MicrosoftIcon.d.ts +11 -0
  66. package/dist/components/Icon/icons/TwitterIcon.d.ts +11 -0
  67. package/dist/components/Icon/utils/registry.d.ts +8 -0
  68. package/dist/components/PinInput/PinInput.d.ts +1 -1
  69. package/dist/components/PinInput/hooks/usePinInput.d.ts +1 -1
  70. package/dist/components/Radio/Radio.d.ts +1 -1
  71. package/dist/components/Sidebar/Sidebar.d.ts +5 -0
  72. package/dist/components/Sidebar/components/SidebarFallbackTrigger.d.ts +32 -0
  73. package/dist/components/Sidebar/components/SidebarFooter.d.ts +5 -0
  74. package/dist/components/Sidebar/components/SidebarPanel.d.ts +1 -1
  75. package/dist/components/Sidebar/components/SidebarTrigger.d.ts +4 -0
  76. package/dist/components/Sidebar/hooks/useContentBelow.d.ts +23 -0
  77. package/dist/components/Sidebar/utils/children.d.ts +16 -0
  78. package/dist/components/Table/Table.d.ts +8 -2
  79. package/dist/components/Table/index.d.ts +1 -1
  80. package/dist/effects-D98vUn6N.cjs +1 -0
  81. package/dist/effects-DGbA6Q2O.js +18 -0
  82. package/dist/style.css +1 -1
  83. package/dist/useFloatingPosition-DQgw-w_Z.cjs +1 -0
  84. package/dist/useFloatingPosition-MGoyautY.js +57 -0
  85. package/dist/{useFocusTrap-C0IcCdNf.js → useFocusTrap-BxPazAL6.js} +1 -1
  86. package/dist/{useFocusTrap-gAK_402D.cjs → useFocusTrap-CrMcAu8s.cjs} +1 -1
  87. package/dist/{usePresence-CqegYqy4.js → usePresence-BTRY1_l-.js} +47 -56
  88. package/dist/usePresence-Dm0mls5p.cjs +1 -0
  89. package/dist/utils/aria.d.ts +4 -5
  90. package/dist/utils/trigger.d.ts +46 -0
  91. package/package.json +1 -1
  92. package/dist/Card-CPq6dsut.js +0 -34
  93. package/dist/Card-CQ-8_1tO.cjs +0 -1
  94. package/dist/Code-B7s_rN0G.cjs +0 -4
  95. package/dist/Icon-BIBzgznI.cjs +0 -1
  96. package/dist/Table-BqWBgMTU.cjs +0 -1
  97. package/dist/Tooltip-CCuE-hfp.cjs +0 -1
  98. package/dist/Tooltip-CeyRKNv4.js +0 -231
  99. package/dist/aria-Bntn6ad_.cjs +0 -1
  100. package/dist/aria-CeA9QfD1.js +0 -15
  101. package/dist/effects-D5CWf-Pl.js +0 -8
  102. package/dist/effects-D85L_7zM.cjs +0 -1
  103. package/dist/useFloatingPosition-Dq8xpr3E.js +0 -27
  104. package/dist/useFloatingPosition-g5kXywoB.cjs +0 -1
  105. package/dist/usePresence-B5RYv4e1.cjs +0 -1
@@ -1,6 +1,27 @@
1
- import { forwardRef as l, createElement as x } from "react";
1
+ import { forwardRef as l, createElement as C } from "react";
2
2
  import { jsx as o, jsxs as s } from "react/jsx-runtime";
3
- const C = l(function(t, e) {
3
+ const m = l(function(t, e) {
4
+ const { height: c, width: n, ...r } = t;
5
+ return /* @__PURE__ */ o(
6
+ "svg",
7
+ {
8
+ ...r,
9
+ ref: e,
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ width: n,
12
+ height: c,
13
+ viewBox: "0 0 14 14",
14
+ fill: "none",
15
+ children: /* @__PURE__ */ o(
16
+ "path",
17
+ {
18
+ fill: "currentColor",
19
+ d: "M6.799 3.367c-.15-.814.235-1.65.698-2.215C8.007.53 8.884.052 9.632 0c.127.853-.221 1.684-.68 2.271-.49.632-1.336 1.121-2.153 1.096m4.39 2.947a2.99 2.99 0 0 1 1.403-1.62c-.72-.898-1.73-1.419-2.683-1.419-1.26 0-1.794.6-2.67.6-.902 0-1.587-.6-2.68-.6-1.07 0-2.21.653-2.934 1.768-.266.412-.446.924-.544 1.494-.273 1.6.135 3.684 1.35 5.535.59.898 1.377 1.909 2.405 1.918.916.009 1.176-.586 2.416-.592 1.242-.007 1.477.598 2.392.589 1.028-.009 1.859-1.128 2.45-2.026.42-.644.579-.97.906-1.698-1.662-.627-2.346-2.459-1.81-3.949"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ }), x = l(function(t, e) {
4
25
  const { height: c, width: n, ...r } = t;
5
26
  return /* @__PURE__ */ o(
6
27
  "svg",
@@ -23,7 +44,7 @@ const C = l(function(t, e) {
23
44
  )
24
45
  }
25
46
  );
26
- }), m = l(function(t, e) {
47
+ }), I = l(function(t, e) {
27
48
  const { height: c, width: n, ...r } = t;
28
49
  return /* @__PURE__ */ o(
29
50
  "svg",
@@ -47,7 +68,7 @@ const C = l(function(t, e) {
47
68
  )
48
69
  }
49
70
  );
50
- }), I = l(function(t, e) {
71
+ }), M = l(function(t, e) {
51
72
  const { height: c, width: n, ...r } = t;
52
73
  return /* @__PURE__ */ o(
53
74
  "svg",
@@ -117,7 +138,31 @@ const C = l(function(t, e) {
117
138
  ]
118
139
  }
119
140
  );
120
- }), M = l(function(t, e) {
141
+ }), L = l(function(t, e) {
142
+ const { height: c, width: n, ...r } = t;
143
+ return /* @__PURE__ */ s(
144
+ "svg",
145
+ {
146
+ ...r,
147
+ ref: e,
148
+ xmlns: "http://www.w3.org/2000/svg",
149
+ width: n,
150
+ height: c,
151
+ viewBox: "0 0 14 14",
152
+ fill: "none",
153
+ children: [
154
+ /* @__PURE__ */ o("path", { fill: "currentColor", d: "M4.889 1.482 2 .5v10.718l2.889-2.543z" }),
155
+ /* @__PURE__ */ o(
156
+ "path",
157
+ {
158
+ fill: "currentColor",
159
+ d: "m5.9 3.88 1.185 2.946 1.681.539-6.68 4.084 2.89 2.051 7.337-4.449V5.99z"
160
+ }
161
+ )
162
+ ]
163
+ }
164
+ );
165
+ }), H = l(function(t, e) {
121
166
  const { height: c, width: n, ...r } = t;
122
167
  return /* @__PURE__ */ o(
123
168
  "svg",
@@ -132,7 +177,7 @@ const C = l(function(t, e) {
132
177
  children: /* @__PURE__ */ o("path", { fill: "currentColor", d: "M13 2.229c0-.413-.112-.818-.324-1.17a2.2 2.2 0 0 0-.88-.822A2.15 2.15 0 0 0 9.51.441c-.325.246-.577.58-.726.964a2.27 2.27 0 0 0 .4 2.303c.27.308.618.534 1.006.652v.095c0 .507-.197.992-.548 1.35a1.86 1.86 0 0 1-1.325.559H5.82c-.675.007-1.33.23-1.874.636V4.36a2.2 2.2 0 0 0 1.218-.936A2.26 2.26 0 0 0 4.751.542 2.16 2.16 0 0 0 3.322 0c-.525 0-1.032.193-1.43.542a2.26 2.26 0 0 0-.413 2.882c.283.451.716.783 1.219.936v5.28a2.2 2.2 0 0 0-1.218.936 2.26 2.26 0 0 0 .413 2.882c.397.35.904.542 1.43.542.524 0 1.031-.193 1.428-.542a2.26 2.26 0 0 0 .413-2.882 2.2 2.2 0 0 0-1.218-.936v-.095c0-.507.198-.992.55-1.35a1.86 1.86 0 0 1 1.324-.559h2.497c.828 0 1.622-.335 2.208-.931a3.2 3.2 0 0 0 .914-2.25V4.36c.45-.137.846-.418 1.127-.802S13 2.708 13 2.229" })
133
178
  }
134
179
  );
135
- }), L = l(function(t, e) {
180
+ }), B = l(function(t, e) {
136
181
  const { height: c, width: n, ...r } = t;
137
182
  return /* @__PURE__ */ s(
138
183
  "svg",
@@ -151,7 +196,7 @@ const C = l(function(t, e) {
151
196
  ]
152
197
  }
153
198
  );
154
- }), Z = l(function(t, e) {
199
+ }), P = l(function(t, e) {
155
200
  const { height: c, width: n, ...r } = t;
156
201
  return /* @__PURE__ */ s(
157
202
  "svg",
@@ -183,7 +228,37 @@ const C = l(function(t, e) {
183
228
  ]
184
229
  }
185
230
  );
186
- }), H = l(function(t, e) {
231
+ }), V = l(function(t, e) {
232
+ const { height: c, width: n, ...r } = t;
233
+ return /* @__PURE__ */ s(
234
+ "svg",
235
+ {
236
+ ...r,
237
+ ref: e,
238
+ xmlns: "http://www.w3.org/2000/svg",
239
+ width: n,
240
+ height: c,
241
+ viewBox: "0 0 14 14",
242
+ fill: "none",
243
+ children: [
244
+ /* @__PURE__ */ o(
245
+ "path",
246
+ {
247
+ fill: "currentColor",
248
+ d: "M13.42 2.312 11.666.576A2.02 2.02 0 0 0 8.85.568L6.904 2.467c-.78.76-.783 2-.009 2.763l1.113-1.068c-.113-.34.026-.73.301-1l1.239-1.208a1.01 1.01 0 0 1 1.409.005l1.053 1.04c.387.384.386 1.001-.004 1.383L10.767 5.59c-.262.256-.692.396-1.026.306l-1.09 1.07c.776.766 2.036.77 2.816.008l1.945-1.897c.781-.762.784-2 .008-2.765M6.293 9.261c.093.333-.055.763-.323 1.025l-1.157 1.13a1.027 1.027 0 0 1-1.434-.005l-1.074-1.06a.985.985 0 0 1 .005-1.408l1.158-1.13c.282-.274.687-.413 1.04-.296L5.626 6.41a2.057 2.057 0 0 0-2.869-.009L.879 8.235a1.97 1.97 0 0 0-.008 2.817l1.787 1.767a2.06 2.06 0 0 0 2.868.008l1.877-1.833a1.97 1.97 0 0 0 .008-2.816z"
249
+ }
250
+ ),
251
+ /* @__PURE__ */ o(
252
+ "path",
253
+ {
254
+ fill: "currentColor",
255
+ d: "M5.073 8.757a.68.68 0 0 0 .961.004l3.207-3.19a.678.678 0 1 0-.956-.964l-3.208 3.19a.68.68 0 0 0-.004.96"
256
+ }
257
+ )
258
+ ]
259
+ }
260
+ );
261
+ }), Z = l(function(t, e) {
187
262
  const { height: c, width: n, ...r } = t;
188
263
  return /* @__PURE__ */ o(
189
264
  "svg",
@@ -204,7 +279,7 @@ const C = l(function(t, e) {
204
279
  )
205
280
  }
206
281
  );
207
- }), P = l(function(t, e) {
282
+ }), R = l(function(t, e) {
208
283
  const { height: c, width: n, ...r } = t;
209
284
  return /* @__PURE__ */ o(
210
285
  "svg",
@@ -227,7 +302,7 @@ const C = l(function(t, e) {
227
302
  )
228
303
  }
229
304
  );
230
- }), B = l(function(t, e) {
305
+ }), A = l(function(t, e) {
231
306
  const { height: c, width: n, ...r } = t;
232
307
  return /* @__PURE__ */ o(
233
308
  "svg",
@@ -251,7 +326,7 @@ const C = l(function(t, e) {
251
326
  )
252
327
  }
253
328
  );
254
- }), V = l(function(t, e) {
329
+ }), y = l(function(t, e) {
255
330
  const { height: c, width: n, ...r } = t;
256
331
  return /* @__PURE__ */ o(
257
332
  "svg",
@@ -275,7 +350,7 @@ const C = l(function(t, e) {
275
350
  )
276
351
  }
277
352
  );
278
- }), A = l(function(t, e) {
353
+ }), W = l(function(t, e) {
279
354
  const { height: c, width: n, ...r } = t;
280
355
  return /* @__PURE__ */ o(
281
356
  "svg",
@@ -299,7 +374,7 @@ const C = l(function(t, e) {
299
374
  )
300
375
  }
301
376
  );
302
- }), R = l(function(t, e) {
377
+ }), z = l(function(t, e) {
303
378
  const { height: c, width: n, ...r } = t;
304
379
  return /* @__PURE__ */ o(
305
380
  "svg",
@@ -323,7 +398,7 @@ const C = l(function(t, e) {
323
398
  )
324
399
  }
325
400
  );
326
- }), y = l(function(t, e) {
401
+ }), b = l(function(t, e) {
327
402
  const { height: c, width: n, ...r } = t;
328
403
  return /* @__PURE__ */ o(
329
404
  "svg",
@@ -338,7 +413,7 @@ const C = l(function(t, e) {
338
413
  children: /* @__PURE__ */ o("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.391 7.868a3.501 3.501 0 0 1-6.782 0 1 1 0 0 1-.109.007H.875a.875.875 0 1 1 0-1.75H3.5q.055 0 .109.007a3.501 3.501 0 0 1 6.782 0 1 1 0 0 1 .109-.007h2.625a.875.875 0 1 1 0 1.75H10.5a1 1 0 0 1-.109-.007M7 8.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5", clipRule: "evenodd" })
339
414
  }
340
415
  );
341
- }), W = l(function(t, e) {
416
+ }), j = l(function(t, e) {
342
417
  const { height: c, width: n, ...r } = t;
343
418
  return /* @__PURE__ */ o(
344
419
  "svg",
@@ -361,7 +436,7 @@ const C = l(function(t, e) {
361
436
  )
362
437
  }
363
438
  );
364
- }), j = l(function(t, e) {
439
+ }), q = l(function(t, e) {
365
440
  const { height: c, width: n, ...r } = t;
366
441
  return /* @__PURE__ */ o(
367
442
  "svg",
@@ -385,7 +460,7 @@ const C = l(function(t, e) {
385
460
  )
386
461
  }
387
462
  );
388
- }), b = l(function(t, e) {
463
+ }), G = l(function(t, e) {
389
464
  const { height: c, width: n, ...r } = t;
390
465
  return /* @__PURE__ */ o(
391
466
  "svg",
@@ -406,7 +481,7 @@ const C = l(function(t, e) {
406
481
  )
407
482
  }
408
483
  );
409
- }), z = l(function(t, e) {
484
+ }), S = l(function(t, e) {
410
485
  const { height: c, width: n, ...r } = t;
411
486
  return /* @__PURE__ */ s(
412
487
  "svg",
@@ -440,7 +515,7 @@ const C = l(function(t, e) {
440
515
  ]
441
516
  }
442
517
  );
443
- }), q = l(function(t, e) {
518
+ }), E = l(function(t, e) {
444
519
  const { height: c, width: n, ...r } = t;
445
520
  return /* @__PURE__ */ s(
446
521
  "svg",
@@ -470,7 +545,7 @@ const C = l(function(t, e) {
470
545
  ]
471
546
  }
472
547
  );
473
- }), G = l(function(t, e) {
548
+ }), D = l(function(t, e) {
474
549
  const { height: c, width: n, ...r } = t;
475
550
  return /* @__PURE__ */ o(
476
551
  "svg",
@@ -494,7 +569,28 @@ const C = l(function(t, e) {
494
569
  )
495
570
  }
496
571
  );
497
- }), S = l(function(t, e) {
572
+ }), F = l(function(t, e) {
573
+ const { height: c, width: n, ...r } = t;
574
+ return /* @__PURE__ */ o(
575
+ "svg",
576
+ {
577
+ ...r,
578
+ ref: e,
579
+ xmlns: "http://www.w3.org/2000/svg",
580
+ width: n,
581
+ height: c,
582
+ viewBox: "0 0 14 14",
583
+ fill: "none",
584
+ children: /* @__PURE__ */ o(
585
+ "path",
586
+ {
587
+ fill: "currentColor",
588
+ d: "M.8 0h12.4c.421 0 .8.379.8.8v12.4c0 .421-.379.8-.8.8H.8c-.421 0-.8-.379-.8-.8V.8C0 .378.379 0 .8 0m9.142 7.861h1.934l.084-1.85H9.942V4.645c0-.525.105-.82.778-.82h1.177l.042-1.724s-.525-.084-1.282-.084c-1.85 0-2.67 1.156-2.67 2.397V6.01H6.621v1.85h1.366v5.129h1.955z"
589
+ }
590
+ )
591
+ }
592
+ );
593
+ }), T = l(function(t, e) {
498
594
  const { height: c, width: n, ...r } = t;
499
595
  return /* @__PURE__ */ o(
500
596
  "svg",
@@ -509,7 +605,7 @@ const C = l(function(t, e) {
509
605
  children: /* @__PURE__ */ o("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M12 5.5v4.867c0 .746 0 1.12-.14 1.405a1.3 1.3 0 0 1-.562.583c-.275.145-.635.145-1.355.145H4.557c-.72 0-1.08 0-1.355-.145a1.3 1.3 0 0 1-.562-.583c-.14-.285-.14-.659-.14-1.405V3.633c0-.746 0-1.12.14-1.405.123-.25.32-.455.562-.583.275-.145.635-.145 1.355-.145h3.586M12 5.5l-3.857-4M12 5.5H8.786a.655.655 0 0 1-.643-.667V1.5" })
510
606
  }
511
607
  );
512
- }), E = l(function(t, e) {
608
+ }), U = l(function(t, e) {
513
609
  const { height: c, width: n, ...r } = t;
514
610
  return /* @__PURE__ */ o(
515
611
  "svg",
@@ -524,7 +620,7 @@ const C = l(function(t, e) {
524
620
  children: /* @__PURE__ */ o("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M2.49 2.25H5.19c.413 0 .508.004.588.021q.133.03.243.093c.064.036.128.088.421.358l.098.09c.244.224.45.42.7.56q.232.13.486.205l.17.044c.278.061.564.058.912.058h2.702c.447 0 .74 0 .966.017.217.017.307.045.356.068a.75.75 0 0 1 .342.308c.013.024.04.084.056.27.018.198.019.459.019.872v5c0 .413-.001.675-.019.872-.016.186-.043.246-.056.27a.75.75 0 0 1-.342.309c-.049.023-.139.051-.356.067-.225.017-.52.018-.966.018H2.489c-.447 0-.74 0-.966-.018-.217-.016-.307-.044-.356-.067a.75.75 0 0 1-.342-.309c-.013-.024-.04-.084-.056-.27a11 11 0 0 1-.019-.872V3.786c0-.413.001-.675.019-.872.016-.186.043-.246.056-.27a.75.75 0 0 1 .342-.309c.049-.023.139-.051.356-.067.225-.017.52-.018.966-.018" })
525
621
  }
526
622
  );
527
- }), D = l(function(t, e) {
623
+ }), K = l(function(t, e) {
528
624
  const { height: c, width: n, ...r } = t;
529
625
  return /* @__PURE__ */ o(
530
626
  "svg",
@@ -547,7 +643,7 @@ const C = l(function(t, e) {
547
643
  )
548
644
  }
549
645
  );
550
- }), F = l(function(t, e) {
646
+ }), N = l(function(t, e) {
551
647
  const { height: c, width: n, ...r } = t;
552
648
  return /* @__PURE__ */ o(
553
649
  "svg",
@@ -568,7 +664,7 @@ const C = l(function(t, e) {
568
664
  )
569
665
  }
570
666
  );
571
- }), U = l(function(t, e) {
667
+ }), O = l(function(t, e) {
572
668
  const { height: c, width: n, ...r } = t;
573
669
  return /* @__PURE__ */ o(
574
670
  "svg",
@@ -591,7 +687,7 @@ const C = l(function(t, e) {
591
687
  )
592
688
  }
593
689
  );
594
- }), K = l(function(t, e) {
690
+ }), Q = l(function(t, e) {
595
691
  const { height: c, width: n, ...r } = t;
596
692
  return /* @__PURE__ */ o(
597
693
  "svg",
@@ -614,7 +710,30 @@ const C = l(function(t, e) {
614
710
  )
615
711
  }
616
712
  );
617
- }), N = l(function(t, e) {
713
+ }), $ = l(function(t, e) {
714
+ const { height: c, width: n, ...r } = t;
715
+ return /* @__PURE__ */ o(
716
+ "svg",
717
+ {
718
+ ...r,
719
+ ref: e,
720
+ xmlns: "http://www.w3.org/2000/svg",
721
+ width: n,
722
+ height: c,
723
+ viewBox: "0 0 14 14",
724
+ fill: "none",
725
+ children: /* @__PURE__ */ o(
726
+ "path",
727
+ {
728
+ fill: "currentColor",
729
+ fillRule: "evenodd",
730
+ d: "M12.893 5.802H7.127c0 .6 0 1.8-.004 2.399h3.341c-.128.6-.582 1.44-1.223 1.862 0 0-.001.004-.002.003-.853.563-1.979.69-2.814.523a3.71 3.71 0 0 1-2.768-2.417c.003-.002.005-.018.007-.02-.264-.748-.264-1.75 0-2.35h-.001C4.003 4.7 5.07 3.695 6.382 3.42c1.055-.223 2.245.019 3.12.838.117-.114 1.612-1.574 1.724-1.692C8.235-.144 3.446.809 1.654 4.307l-.004.006a5.86 5.86 0 0 0 .007 5.379l-.007.005a6.1 6.1 0 0 0 3.888 3.099c1.807.473 4.106.15 5.646-1.243l.002.001c1.305-1.175 2.117-3.177 1.707-5.752",
731
+ clipRule: "evenodd"
732
+ }
733
+ )
734
+ }
735
+ );
736
+ }), J = l(function(t, e) {
618
737
  const { height: c, width: n, ...r } = t;
619
738
  return /* @__PURE__ */ o(
620
739
  "svg",
@@ -635,7 +754,7 @@ const C = l(function(t, e) {
635
754
  )
636
755
  }
637
756
  );
638
- }), O = l(function(t, e) {
757
+ }), X = l(function(t, e) {
639
758
  const { height: c, width: n, ...r } = t;
640
759
  return /* @__PURE__ */ o(
641
760
  "svg",
@@ -656,7 +775,7 @@ const C = l(function(t, e) {
656
775
  )
657
776
  }
658
777
  );
659
- }), Q = l(function(t, e) {
778
+ }), Y = l(function(t, e) {
660
779
  const { height: c, width: n, ...r } = t;
661
780
  return /* @__PURE__ */ o(
662
781
  "svg",
@@ -677,7 +796,7 @@ const C = l(function(t, e) {
677
796
  )
678
797
  }
679
798
  );
680
- }), T = l(function(t, e) {
799
+ }), _ = l(function(t, e) {
681
800
  const { height: c, width: n, ...r } = t;
682
801
  return /* @__PURE__ */ s(
683
802
  "svg",
@@ -704,7 +823,48 @@ const C = l(function(t, e) {
704
823
  ]
705
824
  }
706
825
  );
707
- }), $ = l(function(t, e) {
826
+ }), o0 = l(function(t, e) {
827
+ const { height: c, width: n, ...r } = t;
828
+ return /* @__PURE__ */ s(
829
+ "svg",
830
+ {
831
+ ...r,
832
+ ref: e,
833
+ xmlns: "http://www.w3.org/2000/svg",
834
+ width: n,
835
+ height: c,
836
+ viewBox: "0 0 14 14",
837
+ fill: "none",
838
+ children: [
839
+ /* @__PURE__ */ o(
840
+ "path",
841
+ {
842
+ fill: "currentColor",
843
+ fillRule: "evenodd",
844
+ d: "M7 10.818a3.818 3.818 0 1 0 0-7.636 3.818 3.818 0 0 0 0 7.636m0-1.273a2.545 2.545 0 1 0 0-5.09 2.545 2.545 0 0 0 0 5.09",
845
+ clipRule: "evenodd"
846
+ }
847
+ ),
848
+ /* @__PURE__ */ o(
849
+ "path",
850
+ {
851
+ fill: "currentColor",
852
+ d: "M10.818 2.545a.636.636 0 1 0 0 1.273.636.636 0 0 0 0-1.273"
853
+ }
854
+ ),
855
+ /* @__PURE__ */ o(
856
+ "path",
857
+ {
858
+ fill: "currentColor",
859
+ fillRule: "evenodd",
860
+ d: "M.416 2.085C0 2.902 0 3.97 0 6.109v1.782c0 2.138 0 3.207.416 4.024.366.719.95 1.303 1.669 1.669C2.902 14 3.97 14 6.109 14h1.782c2.138 0 3.207 0 4.024-.416a3.8 3.8 0 0 0 1.669-1.669C14 11.1 14 10.03 14 7.891V6.109c0-2.138 0-3.207-.416-4.024A3.8 3.8 0 0 0 11.915.416C11.1 0 10.03 0 7.891 0H6.109C3.971 0 2.902 0 2.085.416A3.8 3.8 0 0 0 .416 2.085m7.475-.812H6.109c-1.09 0-1.831 0-2.404.048-.558.045-.843.128-1.042.23A2.55 2.55 0 0 0 1.55 2.662c-.101.199-.184.484-.23 1.042-.046.573-.047 1.314-.047 2.404v1.782c0 1.09 0 1.831.048 2.404.045.558.128.843.23 1.043.243.478.633.868 1.112 1.112.199.101.484.184 1.042.23.573.046 1.314.047 2.404.047h1.782c1.09 0 1.831 0 2.404-.047.558-.046.843-.129 1.043-.23a2.55 2.55 0 0 0 1.112-1.112c.101-.2.184-.485.23-1.043.046-.573.047-1.314.047-2.404V6.109c0-1.09 0-1.831-.047-2.404-.046-.558-.129-.843-.23-1.042a2.55 2.55 0 0 0-1.112-1.113c-.2-.101-.485-.184-1.043-.23-.573-.046-1.314-.047-2.404-.047",
861
+ clipRule: "evenodd"
862
+ }
863
+ )
864
+ ]
865
+ }
866
+ );
867
+ }), n0 = l(function(t, e) {
708
868
  const { height: c, width: n, ...r } = t;
709
869
  return /* @__PURE__ */ o(
710
870
  "svg",
@@ -727,7 +887,7 @@ const C = l(function(t, e) {
727
887
  )
728
888
  }
729
889
  );
730
- }), J = l(function(t, e) {
890
+ }), r0 = l(function(t, e) {
731
891
  const { height: c, width: n, ...r } = t;
732
892
  return /* @__PURE__ */ o(
733
893
  "svg",
@@ -750,7 +910,7 @@ const C = l(function(t, e) {
750
910
  )
751
911
  }
752
912
  );
753
- }), X = l(function(t, e) {
913
+ }), t0 = l(function(t, e) {
754
914
  const { height: c, width: n, ...r } = t;
755
915
  return /* @__PURE__ */ s(
756
916
  "svg",
@@ -786,7 +946,28 @@ const C = l(function(t, e) {
786
946
  ]
787
947
  }
788
948
  );
789
- }), Y = l(function(t, e) {
949
+ }), e0 = l(function(t, e) {
950
+ const { height: c, width: n, ...r } = t;
951
+ return /* @__PURE__ */ o(
952
+ "svg",
953
+ {
954
+ ...r,
955
+ ref: e,
956
+ xmlns: "http://www.w3.org/2000/svg",
957
+ width: n,
958
+ height: c,
959
+ viewBox: "0 0 14 14",
960
+ fill: "none",
961
+ children: /* @__PURE__ */ o(
962
+ "path",
963
+ {
964
+ fill: "currentColor",
965
+ d: "M1 1h5.684v5.684H1zm5.684 12H1V7.316h5.684zM13 1v5.684H7.316V1zm0 12H7.316V7.316H13z"
966
+ }
967
+ )
968
+ }
969
+ );
970
+ }), c0 = l(function(t, e) {
790
971
  const { height: c, width: n, ...r } = t;
791
972
  return /* @__PURE__ */ o(
792
973
  "svg",
@@ -809,7 +990,7 @@ const C = l(function(t, e) {
809
990
  )
810
991
  }
811
992
  );
812
- }), _ = l(function(t, e) {
993
+ }), l0 = l(function(t, e) {
813
994
  const { height: c, width: n, ...r } = t;
814
995
  return /* @__PURE__ */ o(
815
996
  "svg",
@@ -830,7 +1011,7 @@ const C = l(function(t, e) {
830
1011
  )
831
1012
  }
832
1013
  );
833
- }), o0 = l(function(t, e) {
1014
+ }), i0 = l(function(t, e) {
834
1015
  const { height: c, width: n, ...r } = t;
835
1016
  return /* @__PURE__ */ o(
836
1017
  "svg",
@@ -853,7 +1034,7 @@ const C = l(function(t, e) {
853
1034
  )
854
1035
  }
855
1036
  );
856
- }), n0 = l(function(t, e) {
1037
+ }), s0 = l(function(t, e) {
857
1038
  const { height: c, width: n, ...r } = t;
858
1039
  return /* @__PURE__ */ s(
859
1040
  "svg",
@@ -873,7 +1054,7 @@ const C = l(function(t, e) {
873
1054
  ]
874
1055
  }
875
1056
  );
876
- }), r0 = l(function(t, e) {
1057
+ }), h0 = l(function(t, e) {
877
1058
  const { height: c, width: n, ...r } = t;
878
1059
  return /* @__PURE__ */ o(
879
1060
  "svg",
@@ -891,7 +1072,7 @@ const C = l(function(t, e) {
891
1072
  ] })
892
1073
  }
893
1074
  );
894
- }), t0 = l(function(t, e) {
1075
+ }), a0 = l(function(t, e) {
895
1076
  const { height: c, width: n, ...r } = t;
896
1077
  return /* @__PURE__ */ o(
897
1078
  "svg",
@@ -914,7 +1095,7 @@ const C = l(function(t, e) {
914
1095
  )
915
1096
  }
916
1097
  );
917
- }), e0 = l(function(t, e) {
1098
+ }), v0 = l(function(t, e) {
918
1099
  const { height: c, width: n, ...r } = t;
919
1100
  return /* @__PURE__ */ s(
920
1101
  "svg",
@@ -932,7 +1113,7 @@ const C = l(function(t, e) {
932
1113
  ]
933
1114
  }
934
1115
  );
935
- }), c0 = l(function(t, e) {
1116
+ }), w0 = l(function(t, e) {
936
1117
  const { height: c, width: n, ...r } = t;
937
1118
  return /* @__PURE__ */ o(
938
1119
  "svg",
@@ -953,7 +1134,7 @@ const C = l(function(t, e) {
953
1134
  )
954
1135
  }
955
1136
  );
956
- }), l0 = l(function(t, e) {
1137
+ }), d0 = l(function(t, e) {
957
1138
  const { height: c, width: n, ...r } = t;
958
1139
  return /* @__PURE__ */ s(
959
1140
  "svg",
@@ -977,7 +1158,7 @@ const C = l(function(t, e) {
977
1158
  ]
978
1159
  }
979
1160
  );
980
- }), i0 = l(function(t, e) {
1161
+ }), g0 = l(function(t, e) {
981
1162
  const { height: c, width: n, ...r } = t;
982
1163
  return /* @__PURE__ */ o(
983
1164
  "svg",
@@ -992,7 +1173,30 @@ const C = l(function(t, e) {
992
1173
  children: /* @__PURE__ */ o("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M4.031 4.031h.006M6.195 1.5H4.5c-1.05 0-1.575 0-1.976.204-.353.18-.64.467-.82.82-.204.4-.204.926-.204 1.976v1.695c0 .458 0 .688.052.904.046.19.121.374.224.542.116.189.278.35.603.675l2.937 2.938c.743.742 1.114 1.114 1.542 1.253.377.122.782.122 1.159 0 .428-.14.8-.51 1.542-1.253l1.695-1.695c.742-.743 1.114-1.114 1.253-1.542a1.88 1.88 0 0 0 0-1.159c-.14-.428-.51-.8-1.253-1.542L8.316 2.38c-.324-.325-.486-.487-.675-.603a1.9 1.9 0 0 0-.542-.224C6.883 1.5 6.653 1.5 6.195 1.5M4.344 4.031a.312.312 0 1 1-.625 0 .312.312 0 0 1 .625 0" })
993
1174
  }
994
1175
  );
995
- }), s0 = l(function(t, e) {
1176
+ }), u0 = l(function(t, e) {
1177
+ const { height: c, width: n, ...r } = t;
1178
+ return /* @__PURE__ */ o(
1179
+ "svg",
1180
+ {
1181
+ ...r,
1182
+ ref: e,
1183
+ xmlns: "http://www.w3.org/2000/svg",
1184
+ width: n,
1185
+ height: c,
1186
+ viewBox: "0 0 14 14",
1187
+ fill: "none",
1188
+ children: /* @__PURE__ */ o(
1189
+ "path",
1190
+ {
1191
+ fill: "currentColor",
1192
+ fillRule: "evenodd",
1193
+ d: "M4.589 12c4.905 0 7.588-3.848 7.588-7.184q.002-.164-.008-.327c.522-.357.973-.8 1.331-1.307a5.6 5.6 0 0 1-1.531.397 2.57 2.57 0 0 0 1.172-1.396 5.5 5.5 0 0 1-1.694.613c-1.01-1.017-2.7-1.066-3.774-.11-.692.617-.986 1.536-.771 2.413-2.144-.102-4.143-1.06-5.497-2.638-.708 1.154-.346 2.63.826 3.37a2.8 2.8 0 0 1-1.211-.315v.032c0 1.201.896 2.236 2.14 2.474a2.8 2.8 0 0 1-1.204.043c.35 1.03 1.35 1.734 2.491 1.754A5.55 5.55 0 0 1 .5 10.866a7.87 7.87 0 0 0 4.089 1.132",
1194
+ clipRule: "evenodd"
1195
+ }
1196
+ )
1197
+ }
1198
+ );
1199
+ }), f0 = l(function(t, e) {
996
1200
  const { height: c, width: n, ...r } = t;
997
1201
  return /* @__PURE__ */ o(
998
1202
  "svg",
@@ -1013,7 +1217,7 @@ const C = l(function(t, e) {
1013
1217
  )
1014
1218
  }
1015
1219
  );
1016
- }), h0 = l(function(t, e) {
1220
+ }), p0 = l(function(t, e) {
1017
1221
  const { height: c, width: n, ...r } = t;
1018
1222
  return /* @__PURE__ */ s(
1019
1223
  "svg",
@@ -1048,7 +1252,7 @@ const C = l(function(t, e) {
1048
1252
  ]
1049
1253
  }
1050
1254
  );
1051
- }), a0 = l(function(t, e) {
1255
+ }), C0 = l(function(t, e) {
1052
1256
  const { height: c, width: n, ...r } = t;
1053
1257
  return /* @__PURE__ */ o(
1054
1258
  "svg",
@@ -1069,54 +1273,62 @@ const C = l(function(t, e) {
1069
1273
  )
1070
1274
  }
1071
1275
  );
1072
- }), v0 = {
1073
- projects: n0,
1074
- chat: H,
1075
- articles: C,
1076
- mail: X,
1077
- github: U,
1078
- globe: K,
1079
- linkedin: J,
1080
- reddit: t0,
1081
- exit: G,
1082
- camera: Z,
1083
- "qr-code": r0,
1084
- download: j,
1085
- save: c0,
1086
- pencil: _,
1087
- "arrow-left": m,
1088
- "arrow-right": I,
1089
- cross: W,
1090
- checkmark: P,
1091
- plus: o0,
1092
- minus: Y,
1093
- window: a0,
1094
- user: s0,
1095
- duplicate: b,
1096
- eye: z,
1097
- "eye-off": q,
1098
- signal: l0,
1276
+ }), m0 = {
1277
+ projects: s0,
1278
+ chat: Z,
1279
+ articles: x,
1280
+ mail: t0,
1281
+ github: O,
1282
+ globe: Q,
1283
+ google: $,
1284
+ microsoft: e0,
1285
+ bing: L,
1286
+ apple: m,
1287
+ twitter: u0,
1288
+ facebook: F,
1289
+ instagram: o0,
1290
+ linkedin: r0,
1291
+ reddit: a0,
1292
+ exit: D,
1293
+ camera: P,
1294
+ "qr-code": h0,
1295
+ download: q,
1296
+ save: w0,
1297
+ pencil: l0,
1298
+ "arrow-left": I,
1299
+ "arrow-right": M,
1300
+ cross: j,
1301
+ checkmark: R,
1302
+ plus: i0,
1303
+ minus: c0,
1304
+ window: C0,
1305
+ chain: V,
1306
+ user: f0,
1307
+ duplicate: G,
1308
+ eye: S,
1309
+ "eye-off": E,
1310
+ signal: d0,
1099
1311
  audio: k,
1100
- hardware: N,
1101
- burger: L,
1102
- repository: e0,
1103
- "chevron-down": B,
1104
- "chevron-up": R,
1105
- "chevron-left": V,
1106
- "chevron-right": A,
1107
- branch: M,
1108
- commit: y,
1109
- folder: E,
1110
- file: S,
1111
- image: Q,
1112
- tag: i0,
1113
- key: $,
1114
- gear: D,
1115
- git: F,
1116
- home: O,
1117
- info: T,
1118
- warning: h0
1119
- }, g0 = l(function(t, e) {
1312
+ hardware: J,
1313
+ burger: B,
1314
+ repository: v0,
1315
+ "chevron-down": A,
1316
+ "chevron-up": z,
1317
+ "chevron-left": y,
1318
+ "chevron-right": W,
1319
+ branch: H,
1320
+ commit: b,
1321
+ folder: U,
1322
+ file: T,
1323
+ image: Y,
1324
+ tag: g0,
1325
+ key: n0,
1326
+ gear: K,
1327
+ git: N,
1328
+ home: X,
1329
+ info: _,
1330
+ warning: p0
1331
+ }, M0 = l(function(t, e) {
1120
1332
  const {
1121
1333
  "aria-hidden": c,
1122
1334
  "aria-label": n,
@@ -1128,11 +1340,11 @@ const C = l(function(t, e) {
1128
1340
  style: f,
1129
1341
  type: v,
1130
1342
  ...p
1131
- } = t, w = v0[v];
1343
+ } = t, w = m0[v];
1132
1344
  if (!w)
1133
1345
  return console.warn(`Icon type "${v}" not found`), null;
1134
1346
  const d = n !== void 0 || r !== void 0;
1135
- return x(w, {
1347
+ return C(w, {
1136
1348
  ...p,
1137
1349
  "aria-hidden": c ?? (d ? void 0 : !0),
1138
1350
  "aria-label": n,
@@ -1148,5 +1360,5 @@ const C = l(function(t, e) {
1148
1360
  });
1149
1361
  });
1150
1362
  export {
1151
- g0 as I
1363
+ M0 as I
1152
1364
  };