neatkit 0.9.0 → 0.11.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 (108) hide show
  1. package/dist/Boundary.cjs +1 -1
  2. package/dist/Boundary.js +191 -120
  3. package/dist/{Button-DU4j_IED.cjs → Button-DtrX4X-s.cjs} +1 -1
  4. package/dist/{Button-BV5OUXpc.js → Button-LmEHdRkW.js} +2 -2
  5. package/dist/Button.cjs +1 -1
  6. package/dist/Button.js +1 -1
  7. package/dist/Checkbox.cjs +1 -1
  8. package/dist/Checkbox.js +112 -111
  9. package/dist/Field.cjs +1 -1
  10. package/dist/Field.js +57 -62
  11. package/dist/Icon-CMSHMSDJ.cjs +1 -0
  12. package/dist/{Icon-CxK1wlGk.js → Icon-NT3kRJYz.js} +275 -94
  13. package/dist/Icon.cjs +1 -1
  14. package/dist/Icon.js +1 -1
  15. package/dist/Input.cjs +1 -1
  16. package/dist/Input.js +53 -52
  17. package/dist/Markdown.cjs +1 -1
  18. package/dist/Markdown.js +1 -1
  19. package/dist/Modal.cjs +1 -1
  20. package/dist/Modal.js +58 -57
  21. package/dist/PinInput.cjs +1 -1
  22. package/dist/PinInput.js +89 -88
  23. package/dist/Popover.cjs +1 -1
  24. package/dist/Popover.js +117 -119
  25. package/dist/Progress.cjs +1 -0
  26. package/dist/Progress.js +40 -0
  27. package/dist/Radio.cjs +1 -1
  28. package/dist/Radio.js +48 -47
  29. package/dist/Select.cjs +1 -1
  30. package/dist/Select.js +364 -359
  31. package/dist/Sidebar.cjs +1 -1
  32. package/dist/Sidebar.js +381 -332
  33. package/dist/Spinner-BE0F4y2S.cjs +1 -0
  34. package/dist/Spinner-CmxlDlOk.js +23 -0
  35. package/dist/Spinner.cjs +1 -1
  36. package/dist/Spinner.js +1 -1
  37. package/dist/Switch.cjs +1 -1
  38. package/dist/Switch.js +1 -1
  39. package/dist/{Table-qetwZpTC.cjs → Table-Bjw9lUKS.cjs} +1 -1
  40. package/dist/{Table-CADupJEU.js → Table-GeoE4h-u.js} +2 -2
  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/Icon/icons/AppleIcon.d.ts +11 -0
  53. package/dist/components/Icon/icons/BingIcon.d.ts +11 -0
  54. package/dist/components/Icon/icons/FacebookIcon.d.ts +11 -0
  55. package/dist/components/Icon/icons/GoogleIcon.d.ts +11 -0
  56. package/dist/components/Icon/icons/InstagramIcon.d.ts +11 -0
  57. package/dist/components/Icon/icons/MicrosoftIcon.d.ts +11 -0
  58. package/dist/components/Icon/icons/TwitterIcon.d.ts +11 -0
  59. package/dist/components/Icon/utils/registry.d.ts +7 -0
  60. package/dist/components/PinInput/PinInput.d.ts +1 -1
  61. package/dist/components/Portal/hooks/useAnchoredPosition.d.ts +59 -0
  62. package/dist/components/Progress/Progress.d.ts +38 -0
  63. package/dist/components/Progress/index.d.ts +2 -0
  64. package/dist/components/Progress/utils/value.d.ts +25 -0
  65. package/dist/components/Radio/Radio.d.ts +1 -1
  66. package/dist/components/Select/Select.d.ts +6 -74
  67. package/dist/components/Select/components/CustomSelect.d.ts +59 -0
  68. package/dist/components/Select/components/NativeSelect.d.ts +26 -0
  69. package/dist/components/Select/components/SelectListbox.d.ts +50 -0
  70. package/dist/components/Select/hooks/useSelectFormReset.d.ts +27 -0
  71. package/dist/components/Select/hooks/useSelectPosition.d.ts +12 -0
  72. package/dist/components/Select/hooks/useTypeahead.d.ts +14 -0
  73. package/dist/components/Select/utils/options.d.ts +38 -0
  74. package/dist/components/Sidebar/Sidebar.d.ts +30 -24
  75. package/dist/components/Sidebar/components/SidebarFallbackTrigger.d.ts +32 -0
  76. package/dist/components/Sidebar/components/SidebarOverlay.d.ts +3 -4
  77. package/dist/components/Sidebar/components/SidebarPanel.d.ts +3 -3
  78. package/dist/components/Sidebar/components/SidebarTrigger.d.ts +4 -0
  79. package/dist/effects-D98vUn6N.cjs +1 -0
  80. package/dist/effects-DGbA6Q2O.js +18 -0
  81. package/dist/style.css +1 -1
  82. package/dist/useAnchoredPosition-C0VS7hm6.js +105 -0
  83. package/dist/useAnchoredPosition-D7GRFzoX.cjs +1 -0
  84. package/dist/useFloatingPosition-DQgw-w_Z.cjs +1 -0
  85. package/dist/useFloatingPosition-MGoyautY.js +57 -0
  86. package/dist/useFocusTrap-BxPazAL6.js +136 -0
  87. package/dist/useFocusTrap-CrMcAu8s.cjs +1 -0
  88. package/dist/{usePresence-CqegYqy4.js → usePresence-BTRY1_l-.js} +47 -56
  89. package/dist/usePresence-Dm0mls5p.cjs +1 -0
  90. package/dist/utils/aria.d.ts +4 -5
  91. package/dist/utils/trigger.d.ts +46 -0
  92. package/package.json +6 -1
  93. package/dist/Icon-BIBzgznI.cjs +0 -1
  94. package/dist/Spinner-BXgw60UC.cjs +0 -1
  95. package/dist/Spinner-CVYvk6YK.js +0 -25
  96. package/dist/Tooltip-B2d5ss7S.cjs +0 -1
  97. package/dist/Tooltip-BK64rkxV.js +0 -231
  98. package/dist/aria-Bntn6ad_.cjs +0 -1
  99. package/dist/aria-CeA9QfD1.js +0 -15
  100. package/dist/effects-D5CWf-Pl.js +0 -8
  101. package/dist/effects-D85L_7zM.cjs +0 -1
  102. package/dist/floating-position-DIjh2wnP.cjs +0 -1
  103. package/dist/floating-position-DvR6e334.js +0 -50
  104. package/dist/useFloatingPosition-B3ZC-v3v.js +0 -43
  105. package/dist/useFloatingPosition-GzkP9dCc.cjs +0 -1
  106. package/dist/useFocusTrap-BrFZdMqQ.cjs +0 -1
  107. package/dist/useFocusTrap-DhVnlboe.js +0 -136
  108. 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,7 @@ const C = l(function(t, e) {
183
228
  ]
184
229
  }
185
230
  );
186
- }), H = l(function(t, e) {
231
+ }), V = l(function(t, e) {
187
232
  const { height: c, width: n, ...r } = t;
188
233
  return /* @__PURE__ */ o(
189
234
  "svg",
@@ -204,7 +249,7 @@ const C = l(function(t, e) {
204
249
  )
205
250
  }
206
251
  );
207
- }), P = l(function(t, e) {
252
+ }), Z = l(function(t, e) {
208
253
  const { height: c, width: n, ...r } = t;
209
254
  return /* @__PURE__ */ o(
210
255
  "svg",
@@ -227,7 +272,7 @@ const C = l(function(t, e) {
227
272
  )
228
273
  }
229
274
  );
230
- }), B = l(function(t, e) {
275
+ }), R = l(function(t, e) {
231
276
  const { height: c, width: n, ...r } = t;
232
277
  return /* @__PURE__ */ o(
233
278
  "svg",
@@ -251,7 +296,7 @@ const C = l(function(t, e) {
251
296
  )
252
297
  }
253
298
  );
254
- }), V = l(function(t, e) {
299
+ }), A = l(function(t, e) {
255
300
  const { height: c, width: n, ...r } = t;
256
301
  return /* @__PURE__ */ o(
257
302
  "svg",
@@ -275,7 +320,7 @@ const C = l(function(t, e) {
275
320
  )
276
321
  }
277
322
  );
278
- }), A = l(function(t, e) {
323
+ }), y = l(function(t, e) {
279
324
  const { height: c, width: n, ...r } = t;
280
325
  return /* @__PURE__ */ o(
281
326
  "svg",
@@ -299,7 +344,7 @@ const C = l(function(t, e) {
299
344
  )
300
345
  }
301
346
  );
302
- }), R = l(function(t, e) {
347
+ }), W = l(function(t, e) {
303
348
  const { height: c, width: n, ...r } = t;
304
349
  return /* @__PURE__ */ o(
305
350
  "svg",
@@ -323,7 +368,7 @@ const C = l(function(t, e) {
323
368
  )
324
369
  }
325
370
  );
326
- }), y = l(function(t, e) {
371
+ }), z = l(function(t, e) {
327
372
  const { height: c, width: n, ...r } = t;
328
373
  return /* @__PURE__ */ o(
329
374
  "svg",
@@ -338,7 +383,7 @@ const C = l(function(t, e) {
338
383
  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
384
  }
340
385
  );
341
- }), W = l(function(t, e) {
386
+ }), b = l(function(t, e) {
342
387
  const { height: c, width: n, ...r } = t;
343
388
  return /* @__PURE__ */ o(
344
389
  "svg",
@@ -385,7 +430,7 @@ const C = l(function(t, e) {
385
430
  )
386
431
  }
387
432
  );
388
- }), b = l(function(t, e) {
433
+ }), q = l(function(t, e) {
389
434
  const { height: c, width: n, ...r } = t;
390
435
  return /* @__PURE__ */ o(
391
436
  "svg",
@@ -406,7 +451,7 @@ const C = l(function(t, e) {
406
451
  )
407
452
  }
408
453
  );
409
- }), z = l(function(t, e) {
454
+ }), G = l(function(t, e) {
410
455
  const { height: c, width: n, ...r } = t;
411
456
  return /* @__PURE__ */ s(
412
457
  "svg",
@@ -440,7 +485,7 @@ const C = l(function(t, e) {
440
485
  ]
441
486
  }
442
487
  );
443
- }), q = l(function(t, e) {
488
+ }), S = l(function(t, e) {
444
489
  const { height: c, width: n, ...r } = t;
445
490
  return /* @__PURE__ */ s(
446
491
  "svg",
@@ -470,7 +515,7 @@ const C = l(function(t, e) {
470
515
  ]
471
516
  }
472
517
  );
473
- }), G = l(function(t, e) {
518
+ }), E = l(function(t, e) {
474
519
  const { height: c, width: n, ...r } = t;
475
520
  return /* @__PURE__ */ o(
476
521
  "svg",
@@ -494,7 +539,28 @@ const C = l(function(t, e) {
494
539
  )
495
540
  }
496
541
  );
497
- }), S = l(function(t, e) {
542
+ }), D = l(function(t, e) {
543
+ const { height: c, width: n, ...r } = t;
544
+ return /* @__PURE__ */ o(
545
+ "svg",
546
+ {
547
+ ...r,
548
+ ref: e,
549
+ xmlns: "http://www.w3.org/2000/svg",
550
+ width: n,
551
+ height: c,
552
+ viewBox: "0 0 14 14",
553
+ fill: "none",
554
+ children: /* @__PURE__ */ o(
555
+ "path",
556
+ {
557
+ fill: "currentColor",
558
+ 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"
559
+ }
560
+ )
561
+ }
562
+ );
563
+ }), F = l(function(t, e) {
498
564
  const { height: c, width: n, ...r } = t;
499
565
  return /* @__PURE__ */ o(
500
566
  "svg",
@@ -509,7 +575,7 @@ const C = l(function(t, e) {
509
575
  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
576
  }
511
577
  );
512
- }), E = l(function(t, e) {
578
+ }), T = l(function(t, e) {
513
579
  const { height: c, width: n, ...r } = t;
514
580
  return /* @__PURE__ */ o(
515
581
  "svg",
@@ -524,7 +590,7 @@ const C = l(function(t, e) {
524
590
  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
591
  }
526
592
  );
527
- }), D = l(function(t, e) {
593
+ }), U = l(function(t, e) {
528
594
  const { height: c, width: n, ...r } = t;
529
595
  return /* @__PURE__ */ o(
530
596
  "svg",
@@ -547,7 +613,7 @@ const C = l(function(t, e) {
547
613
  )
548
614
  }
549
615
  );
550
- }), F = l(function(t, e) {
616
+ }), K = l(function(t, e) {
551
617
  const { height: c, width: n, ...r } = t;
552
618
  return /* @__PURE__ */ o(
553
619
  "svg",
@@ -568,7 +634,7 @@ const C = l(function(t, e) {
568
634
  )
569
635
  }
570
636
  );
571
- }), U = l(function(t, e) {
637
+ }), N = l(function(t, e) {
572
638
  const { height: c, width: n, ...r } = t;
573
639
  return /* @__PURE__ */ o(
574
640
  "svg",
@@ -591,7 +657,7 @@ const C = l(function(t, e) {
591
657
  )
592
658
  }
593
659
  );
594
- }), K = l(function(t, e) {
660
+ }), O = l(function(t, e) {
595
661
  const { height: c, width: n, ...r } = t;
596
662
  return /* @__PURE__ */ o(
597
663
  "svg",
@@ -614,7 +680,30 @@ const C = l(function(t, e) {
614
680
  )
615
681
  }
616
682
  );
617
- }), N = l(function(t, e) {
683
+ }), Q = l(function(t, e) {
684
+ const { height: c, width: n, ...r } = t;
685
+ return /* @__PURE__ */ o(
686
+ "svg",
687
+ {
688
+ ...r,
689
+ ref: e,
690
+ xmlns: "http://www.w3.org/2000/svg",
691
+ width: n,
692
+ height: c,
693
+ viewBox: "0 0 14 14",
694
+ fill: "none",
695
+ children: /* @__PURE__ */ o(
696
+ "path",
697
+ {
698
+ fill: "currentColor",
699
+ fillRule: "evenodd",
700
+ 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",
701
+ clipRule: "evenodd"
702
+ }
703
+ )
704
+ }
705
+ );
706
+ }), $ = l(function(t, e) {
618
707
  const { height: c, width: n, ...r } = t;
619
708
  return /* @__PURE__ */ o(
620
709
  "svg",
@@ -635,7 +724,7 @@ const C = l(function(t, e) {
635
724
  )
636
725
  }
637
726
  );
638
- }), O = l(function(t, e) {
727
+ }), J = l(function(t, e) {
639
728
  const { height: c, width: n, ...r } = t;
640
729
  return /* @__PURE__ */ o(
641
730
  "svg",
@@ -656,7 +745,7 @@ const C = l(function(t, e) {
656
745
  )
657
746
  }
658
747
  );
659
- }), Q = l(function(t, e) {
748
+ }), X = l(function(t, e) {
660
749
  const { height: c, width: n, ...r } = t;
661
750
  return /* @__PURE__ */ o(
662
751
  "svg",
@@ -677,7 +766,7 @@ const C = l(function(t, e) {
677
766
  )
678
767
  }
679
768
  );
680
- }), T = l(function(t, e) {
769
+ }), Y = l(function(t, e) {
681
770
  const { height: c, width: n, ...r } = t;
682
771
  return /* @__PURE__ */ s(
683
772
  "svg",
@@ -704,7 +793,48 @@ const C = l(function(t, e) {
704
793
  ]
705
794
  }
706
795
  );
707
- }), $ = l(function(t, e) {
796
+ }), _ = l(function(t, e) {
797
+ const { height: c, width: n, ...r } = t;
798
+ return /* @__PURE__ */ s(
799
+ "svg",
800
+ {
801
+ ...r,
802
+ ref: e,
803
+ xmlns: "http://www.w3.org/2000/svg",
804
+ width: n,
805
+ height: c,
806
+ viewBox: "0 0 14 14",
807
+ fill: "none",
808
+ children: [
809
+ /* @__PURE__ */ o(
810
+ "path",
811
+ {
812
+ fill: "currentColor",
813
+ fillRule: "evenodd",
814
+ 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",
815
+ clipRule: "evenodd"
816
+ }
817
+ ),
818
+ /* @__PURE__ */ o(
819
+ "path",
820
+ {
821
+ fill: "currentColor",
822
+ d: "M10.818 2.545a.636.636 0 1 0 0 1.273.636.636 0 0 0 0-1.273"
823
+ }
824
+ ),
825
+ /* @__PURE__ */ o(
826
+ "path",
827
+ {
828
+ fill: "currentColor",
829
+ fillRule: "evenodd",
830
+ 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",
831
+ clipRule: "evenodd"
832
+ }
833
+ )
834
+ ]
835
+ }
836
+ );
837
+ }), o0 = l(function(t, e) {
708
838
  const { height: c, width: n, ...r } = t;
709
839
  return /* @__PURE__ */ o(
710
840
  "svg",
@@ -727,7 +857,7 @@ const C = l(function(t, e) {
727
857
  )
728
858
  }
729
859
  );
730
- }), J = l(function(t, e) {
860
+ }), n0 = l(function(t, e) {
731
861
  const { height: c, width: n, ...r } = t;
732
862
  return /* @__PURE__ */ o(
733
863
  "svg",
@@ -750,7 +880,7 @@ const C = l(function(t, e) {
750
880
  )
751
881
  }
752
882
  );
753
- }), X = l(function(t, e) {
883
+ }), r0 = l(function(t, e) {
754
884
  const { height: c, width: n, ...r } = t;
755
885
  return /* @__PURE__ */ s(
756
886
  "svg",
@@ -786,7 +916,28 @@ const C = l(function(t, e) {
786
916
  ]
787
917
  }
788
918
  );
789
- }), Y = l(function(t, e) {
919
+ }), t0 = l(function(t, e) {
920
+ const { height: c, width: n, ...r } = t;
921
+ return /* @__PURE__ */ o(
922
+ "svg",
923
+ {
924
+ ...r,
925
+ ref: e,
926
+ xmlns: "http://www.w3.org/2000/svg",
927
+ width: n,
928
+ height: c,
929
+ viewBox: "0 0 14 14",
930
+ fill: "none",
931
+ children: /* @__PURE__ */ o(
932
+ "path",
933
+ {
934
+ fill: "currentColor",
935
+ d: "M1 1h5.684v5.684H1zm5.684 12H1V7.316h5.684zM13 1v5.684H7.316V1zm0 12H7.316V7.316H13z"
936
+ }
937
+ )
938
+ }
939
+ );
940
+ }), e0 = l(function(t, e) {
790
941
  const { height: c, width: n, ...r } = t;
791
942
  return /* @__PURE__ */ o(
792
943
  "svg",
@@ -809,7 +960,7 @@ const C = l(function(t, e) {
809
960
  )
810
961
  }
811
962
  );
812
- }), _ = l(function(t, e) {
963
+ }), c0 = l(function(t, e) {
813
964
  const { height: c, width: n, ...r } = t;
814
965
  return /* @__PURE__ */ o(
815
966
  "svg",
@@ -830,7 +981,7 @@ const C = l(function(t, e) {
830
981
  )
831
982
  }
832
983
  );
833
- }), o0 = l(function(t, e) {
984
+ }), l0 = l(function(t, e) {
834
985
  const { height: c, width: n, ...r } = t;
835
986
  return /* @__PURE__ */ o(
836
987
  "svg",
@@ -853,7 +1004,7 @@ const C = l(function(t, e) {
853
1004
  )
854
1005
  }
855
1006
  );
856
- }), n0 = l(function(t, e) {
1007
+ }), i0 = l(function(t, e) {
857
1008
  const { height: c, width: n, ...r } = t;
858
1009
  return /* @__PURE__ */ s(
859
1010
  "svg",
@@ -873,7 +1024,7 @@ const C = l(function(t, e) {
873
1024
  ]
874
1025
  }
875
1026
  );
876
- }), r0 = l(function(t, e) {
1027
+ }), s0 = l(function(t, e) {
877
1028
  const { height: c, width: n, ...r } = t;
878
1029
  return /* @__PURE__ */ o(
879
1030
  "svg",
@@ -891,7 +1042,7 @@ const C = l(function(t, e) {
891
1042
  ] })
892
1043
  }
893
1044
  );
894
- }), t0 = l(function(t, e) {
1045
+ }), h0 = l(function(t, e) {
895
1046
  const { height: c, width: n, ...r } = t;
896
1047
  return /* @__PURE__ */ o(
897
1048
  "svg",
@@ -914,7 +1065,7 @@ const C = l(function(t, e) {
914
1065
  )
915
1066
  }
916
1067
  );
917
- }), e0 = l(function(t, e) {
1068
+ }), a0 = l(function(t, e) {
918
1069
  const { height: c, width: n, ...r } = t;
919
1070
  return /* @__PURE__ */ s(
920
1071
  "svg",
@@ -932,7 +1083,7 @@ const C = l(function(t, e) {
932
1083
  ]
933
1084
  }
934
1085
  );
935
- }), c0 = l(function(t, e) {
1086
+ }), v0 = l(function(t, e) {
936
1087
  const { height: c, width: n, ...r } = t;
937
1088
  return /* @__PURE__ */ o(
938
1089
  "svg",
@@ -953,7 +1104,7 @@ const C = l(function(t, e) {
953
1104
  )
954
1105
  }
955
1106
  );
956
- }), l0 = l(function(t, e) {
1107
+ }), w0 = l(function(t, e) {
957
1108
  const { height: c, width: n, ...r } = t;
958
1109
  return /* @__PURE__ */ s(
959
1110
  "svg",
@@ -977,7 +1128,7 @@ const C = l(function(t, e) {
977
1128
  ]
978
1129
  }
979
1130
  );
980
- }), i0 = l(function(t, e) {
1131
+ }), d0 = l(function(t, e) {
981
1132
  const { height: c, width: n, ...r } = t;
982
1133
  return /* @__PURE__ */ o(
983
1134
  "svg",
@@ -992,7 +1143,30 @@ const C = l(function(t, e) {
992
1143
  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
1144
  }
994
1145
  );
995
- }), s0 = l(function(t, e) {
1146
+ }), g0 = l(function(t, e) {
1147
+ const { height: c, width: n, ...r } = t;
1148
+ return /* @__PURE__ */ o(
1149
+ "svg",
1150
+ {
1151
+ ...r,
1152
+ ref: e,
1153
+ xmlns: "http://www.w3.org/2000/svg",
1154
+ width: n,
1155
+ height: c,
1156
+ viewBox: "0 0 14 14",
1157
+ fill: "none",
1158
+ children: /* @__PURE__ */ o(
1159
+ "path",
1160
+ {
1161
+ fill: "currentColor",
1162
+ fillRule: "evenodd",
1163
+ 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",
1164
+ clipRule: "evenodd"
1165
+ }
1166
+ )
1167
+ }
1168
+ );
1169
+ }), u0 = l(function(t, e) {
996
1170
  const { height: c, width: n, ...r } = t;
997
1171
  return /* @__PURE__ */ o(
998
1172
  "svg",
@@ -1013,7 +1187,7 @@ const C = l(function(t, e) {
1013
1187
  )
1014
1188
  }
1015
1189
  );
1016
- }), h0 = l(function(t, e) {
1190
+ }), f0 = l(function(t, e) {
1017
1191
  const { height: c, width: n, ...r } = t;
1018
1192
  return /* @__PURE__ */ s(
1019
1193
  "svg",
@@ -1048,7 +1222,7 @@ const C = l(function(t, e) {
1048
1222
  ]
1049
1223
  }
1050
1224
  );
1051
- }), a0 = l(function(t, e) {
1225
+ }), p0 = l(function(t, e) {
1052
1226
  const { height: c, width: n, ...r } = t;
1053
1227
  return /* @__PURE__ */ o(
1054
1228
  "svg",
@@ -1069,54 +1243,61 @@ const C = l(function(t, e) {
1069
1243
  )
1070
1244
  }
1071
1245
  );
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,
1246
+ }), C0 = {
1247
+ projects: i0,
1248
+ chat: V,
1249
+ articles: x,
1250
+ mail: r0,
1251
+ github: N,
1252
+ globe: O,
1253
+ google: Q,
1254
+ microsoft: t0,
1255
+ bing: L,
1256
+ apple: m,
1257
+ twitter: g0,
1258
+ facebook: D,
1259
+ instagram: _,
1260
+ linkedin: n0,
1261
+ reddit: h0,
1262
+ exit: E,
1263
+ camera: P,
1264
+ "qr-code": s0,
1084
1265
  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,
1266
+ save: v0,
1267
+ pencil: c0,
1268
+ "arrow-left": I,
1269
+ "arrow-right": M,
1270
+ cross: b,
1271
+ checkmark: Z,
1272
+ plus: l0,
1273
+ minus: e0,
1274
+ window: p0,
1275
+ user: u0,
1276
+ duplicate: q,
1277
+ eye: G,
1278
+ "eye-off": S,
1279
+ signal: w0,
1099
1280
  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) {
1281
+ hardware: $,
1282
+ burger: B,
1283
+ repository: a0,
1284
+ "chevron-down": R,
1285
+ "chevron-up": W,
1286
+ "chevron-left": A,
1287
+ "chevron-right": y,
1288
+ branch: H,
1289
+ commit: z,
1290
+ folder: T,
1291
+ file: F,
1292
+ image: X,
1293
+ tag: d0,
1294
+ key: o0,
1295
+ gear: U,
1296
+ git: K,
1297
+ home: J,
1298
+ info: Y,
1299
+ warning: f0
1300
+ }, I0 = l(function(t, e) {
1120
1301
  const {
1121
1302
  "aria-hidden": c,
1122
1303
  "aria-label": n,
@@ -1128,11 +1309,11 @@ const C = l(function(t, e) {
1128
1309
  style: f,
1129
1310
  type: v,
1130
1311
  ...p
1131
- } = t, w = v0[v];
1312
+ } = t, w = C0[v];
1132
1313
  if (!w)
1133
1314
  return console.warn(`Icon type "${v}" not found`), null;
1134
1315
  const d = n !== void 0 || r !== void 0;
1135
- return x(w, {
1316
+ return C(w, {
1136
1317
  ...p,
1137
1318
  "aria-hidden": c ?? (d ? void 0 : !0),
1138
1319
  "aria-label": n,
@@ -1148,5 +1329,5 @@ const C = l(function(t, e) {
1148
1329
  });
1149
1330
  });
1150
1331
  export {
1151
- g0 as I
1332
+ I0 as I
1152
1333
  };
package/dist/Icon.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Icon-BIBzgznI.cjs");exports.default=e.Icon;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Icon-CMSHMSDJ.cjs");exports.default=e.Icon;
package/dist/Icon.js CHANGED
@@ -1,4 +1,4 @@
1
- import { I as f } from "./Icon-CxK1wlGk.js";
1
+ import { I as f } from "./Icon-NT3kRJYz.js";
2
2
  export {
3
3
  f as default
4
4
  };