@deepnoid/ui 0.1.50 → 0.1.52

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 (128) hide show
  1. package/.turbo/turbo-build.log +181 -181
  2. package/dist/{chunk-PXIVYA5G.mjs → chunk-3EROF2VZ.mjs} +2 -2
  3. package/dist/{chunk-WLNLVX7Q.mjs → chunk-5UFV47RQ.mjs} +4 -4
  4. package/dist/{chunk-UB4YBFOT.mjs → chunk-BW4QUMCG.mjs} +4 -4
  5. package/dist/{chunk-25QOEKXS.mjs → chunk-DCIZU2DY.mjs} +3 -3
  6. package/dist/{chunk-MCNCHQ33.mjs → chunk-DPCEHGJC.mjs} +5 -5
  7. package/dist/{chunk-A7RU3FU5.mjs → chunk-FSGVH7KY.mjs} +4 -4
  8. package/dist/{chunk-SP3JVQY3.mjs → chunk-GC3GYCKY.mjs} +1 -1
  9. package/dist/{chunk-KYJTZPXY.mjs → chunk-GHZUVGYG.mjs} +2 -2
  10. package/dist/{chunk-IBI3OVQI.mjs → chunk-GTXDVT7F.mjs} +1 -1
  11. package/dist/{chunk-ZYWQWFVT.mjs → chunk-HDIEELUV.mjs} +4 -4
  12. package/dist/{chunk-GH6CPGFN.mjs → chunk-IMVNZ5OM.mjs} +4 -4
  13. package/dist/{chunk-BPEMHZH3.mjs → chunk-KJMJIFPS.mjs} +1 -1
  14. package/dist/{chunk-7TAGGLNY.mjs → chunk-LCJSQR42.mjs} +4 -4
  15. package/dist/{chunk-2TKEWFGH.mjs → chunk-LTNDSCRA.mjs} +1 -1
  16. package/dist/{chunk-NFQMXW4Z.mjs → chunk-O4IL6C6D.mjs} +4 -4
  17. package/dist/{chunk-C7AFIF2M.mjs → chunk-PW4A5MUX.mjs} +6 -6
  18. package/dist/{chunk-IC25OKBJ.mjs → chunk-QCDUDDK4.mjs} +7 -6
  19. package/dist/{chunk-MEY4IL7D.mjs → chunk-RV2E2SQ4.mjs} +4 -4
  20. package/dist/{chunk-P7YYNA6L.mjs → chunk-SBL6IHEW.mjs} +1 -1
  21. package/dist/{chunk-RIW4TT6V.mjs → chunk-WKJSGBXL.mjs} +3 -3
  22. package/dist/{chunk-RT3S3VVJ.mjs → chunk-XOB33IZY.mjs} +5 -5
  23. package/dist/{chunk-2SDYFOZL.mjs → chunk-ZVGVLD3T.mjs} +23 -0
  24. package/dist/components/avatar/avatar.js +23 -0
  25. package/dist/components/avatar/avatar.mjs +2 -2
  26. package/dist/components/avatar/index.js +23 -0
  27. package/dist/components/avatar/index.mjs +2 -2
  28. package/dist/components/backdrop/backdrop.mjs +2 -2
  29. package/dist/components/backdrop/index.mjs +2 -2
  30. package/dist/components/breadcrumb/breadcrumb.js +23 -0
  31. package/dist/components/breadcrumb/breadcrumb.mjs +7 -7
  32. package/dist/components/breadcrumb/index.js +23 -0
  33. package/dist/components/breadcrumb/index.mjs +7 -7
  34. package/dist/components/button/button.js +23 -0
  35. package/dist/components/button/button.mjs +4 -4
  36. package/dist/components/button/icon-button.js +23 -0
  37. package/dist/components/button/icon-button.mjs +4 -4
  38. package/dist/components/button/index.js +23 -0
  39. package/dist/components/button/index.mjs +6 -6
  40. package/dist/components/button/text-button.mjs +2 -2
  41. package/dist/components/charts/areaChart.mjs +2 -2
  42. package/dist/components/charts/barChart.mjs +2 -2
  43. package/dist/components/charts/circularProgress.mjs +2 -2
  44. package/dist/components/charts/index.mjs +4 -4
  45. package/dist/components/checkbox/checkbox.mjs +2 -2
  46. package/dist/components/checkbox/index.mjs +2 -2
  47. package/dist/components/chip/chip.js +23 -0
  48. package/dist/components/chip/chip.mjs +4 -4
  49. package/dist/components/chip/index.js +23 -0
  50. package/dist/components/chip/index.mjs +4 -4
  51. package/dist/components/dateTimePicker/calendar.js +23 -0
  52. package/dist/components/dateTimePicker/calendar.mjs +4 -4
  53. package/dist/components/dateTimePicker/dateTimePicker.js +23 -0
  54. package/dist/components/dateTimePicker/dateTimePicker.mjs +9 -9
  55. package/dist/components/dateTimePicker/index.js +23 -0
  56. package/dist/components/dateTimePicker/index.mjs +9 -9
  57. package/dist/components/dateTimePicker/timePicker.js +23 -0
  58. package/dist/components/dateTimePicker/timePicker.mjs +7 -7
  59. package/dist/components/fileUpload/fileUpload.js +23 -0
  60. package/dist/components/fileUpload/fileUpload.mjs +8 -8
  61. package/dist/components/fileUpload/index.js +23 -0
  62. package/dist/components/fileUpload/index.mjs +8 -8
  63. package/dist/components/icon/Icon.d.mts +4 -0
  64. package/dist/components/icon/Icon.d.ts +4 -0
  65. package/dist/components/icon/Icon.js +23 -0
  66. package/dist/components/icon/Icon.mjs +2 -2
  67. package/dist/components/icon/index.js +23 -0
  68. package/dist/components/icon/index.mjs +2 -2
  69. package/dist/components/icon/template.d.mts +1 -0
  70. package/dist/components/icon/template.d.ts +1 -0
  71. package/dist/components/icon/template.js +23 -0
  72. package/dist/components/icon/template.mjs +1 -1
  73. package/dist/components/input/index.js +23 -0
  74. package/dist/components/input/index.mjs +4 -4
  75. package/dist/components/input/input.js +23 -0
  76. package/dist/components/input/input.mjs +4 -4
  77. package/dist/components/list/index.js +23 -0
  78. package/dist/components/list/index.mjs +6 -6
  79. package/dist/components/list/list.mjs +2 -2
  80. package/dist/components/list/listItem.js +23 -0
  81. package/dist/components/list/listItem.mjs +5 -5
  82. package/dist/components/modal/index.js +24 -0
  83. package/dist/components/modal/index.mjs +8 -8
  84. package/dist/components/modal/modal.js +24 -0
  85. package/dist/components/modal/modal.mjs +8 -8
  86. package/dist/components/pagination/index.js +23 -0
  87. package/dist/components/pagination/index.mjs +5 -5
  88. package/dist/components/pagination/pagination.js +23 -0
  89. package/dist/components/pagination/pagination.mjs +5 -5
  90. package/dist/components/radio/index.mjs +2 -2
  91. package/dist/components/radio/radio.mjs +2 -2
  92. package/dist/components/select/index.js +23 -0
  93. package/dist/components/select/index.mjs +4 -4
  94. package/dist/components/select/select.js +23 -0
  95. package/dist/components/select/select.mjs +4 -4
  96. package/dist/components/table/index.js +23 -0
  97. package/dist/components/table/index.mjs +11 -11
  98. package/dist/components/table/table-body.mjs +3 -3
  99. package/dist/components/table/table-head.mjs +3 -3
  100. package/dist/components/table/table.js +23 -0
  101. package/dist/components/table/table.mjs +9 -9
  102. package/dist/components/tabs/index.mjs +2 -2
  103. package/dist/components/tabs/tabs.mjs +2 -2
  104. package/dist/components/toast/index.js +23 -0
  105. package/dist/components/toast/index.mjs +5 -5
  106. package/dist/components/toast/toast.js +23 -0
  107. package/dist/components/toast/toast.mjs +4 -4
  108. package/dist/components/toast/use-toast.js +23 -0
  109. package/dist/components/toast/use-toast.mjs +5 -5
  110. package/dist/components/tooltip/index.mjs +2 -2
  111. package/dist/components/tooltip/tooltip.mjs +2 -2
  112. package/dist/components/tree/index.js +23 -0
  113. package/dist/components/tree/index.mjs +4 -4
  114. package/dist/components/tree/tree.js +23 -0
  115. package/dist/components/tree/tree.mjs +4 -4
  116. package/dist/index.js +24 -0
  117. package/dist/index.mjs +46 -46
  118. package/package.json +1 -1
  119. package/dist/{chunk-WFMFC7R6.mjs → chunk-2PKM7SLZ.mjs} +3 -3
  120. package/dist/{chunk-QIRL6HY6.mjs → chunk-33LANVZV.mjs} +3 -3
  121. package/dist/{chunk-U2NPH2O3.mjs → chunk-4SDLHEKS.mjs} +3 -3
  122. package/dist/{chunk-Z2537DF6.mjs → chunk-IL5ENWCR.mjs} +3 -3
  123. package/dist/{chunk-LL6F3WDX.mjs → chunk-P5QCU457.mjs} +3 -3
  124. package/dist/{chunk-76B5LZBM.mjs → chunk-QEPJICMO.mjs} +3 -3
  125. package/dist/{chunk-2YMAKIZ6.mjs → chunk-SSMMWMQC.mjs} +3 -3
  126. package/dist/{chunk-HIVPDIEP.mjs → chunk-UFVQPPPW.mjs} +3 -3
  127. package/dist/{chunk-ZOENHWSZ.mjs → chunk-VGFGIXS6.mjs} +3 -3
  128. package/dist/{chunk-D6QI3DJG.mjs → chunk-YLRYHUTW.mjs} +3 -3
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-2TKEWFGH.mjs";
4
+ } from "./chunk-LTNDSCRA.mjs";
5
5
  import {
6
6
  text_button_default
7
- } from "./chunk-WFMFC7R6.mjs";
7
+ } from "./chunk-2PKM7SLZ.mjs";
8
8
  import {
9
9
  tv
10
10
  } from "./chunk-4ZJFD3L3.mjs";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-2TKEWFGH.mjs";
5
- import {
6
- tv
7
- } from "./chunk-4ZJFD3L3.mjs";
4
+ } from "./chunk-LTNDSCRA.mjs";
8
5
  import {
9
6
  mapPropsVariants
10
7
  } from "./chunk-E3G5QXSH.mjs";
8
+ import {
9
+ tv
10
+ } from "./chunk-4ZJFD3L3.mjs";
11
11
 
12
12
  // src/components/chip/chip.tsx
13
13
  import { forwardRef, useMemo } from "react";
@@ -7,13 +7,13 @@ import {
7
7
  } from "./chunk-6PNKRBUT.mjs";
8
8
  import {
9
9
  Icon_default
10
- } from "./chunk-2TKEWFGH.mjs";
11
- import {
12
- tv
13
- } from "./chunk-4ZJFD3L3.mjs";
10
+ } from "./chunk-LTNDSCRA.mjs";
14
11
  import {
15
12
  mapPropsVariants
16
13
  } from "./chunk-E3G5QXSH.mjs";
14
+ import {
15
+ tv
16
+ } from "./chunk-4ZJFD3L3.mjs";
17
17
 
18
18
  // src/components/button/button.tsx
19
19
  import React, { forwardRef, useMemo, useCallback } from "react";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  input_default
4
- } from "./chunk-GH6CPGFN.mjs";
4
+ } from "./chunk-IMVNZ5OM.mjs";
5
5
  import {
6
6
  button_default
7
- } from "./chunk-UB4YBFOT.mjs";
7
+ } from "./chunk-BW4QUMCG.mjs";
8
8
  import {
9
9
  icon_button_default
10
- } from "./chunk-7TAGGLNY.mjs";
10
+ } from "./chunk-LCJSQR42.mjs";
11
11
 
12
12
  // src/components/fileUpload/fileUpload.tsx
13
13
  import { useRef, useState, useEffect } from "react";
@@ -4,19 +4,19 @@ import {
4
4
  } from "./chunk-F3HENRVM.mjs";
5
5
  import {
6
6
  input_default
7
- } from "./chunk-GH6CPGFN.mjs";
7
+ } from "./chunk-IMVNZ5OM.mjs";
8
8
  import {
9
9
  Icon_default
10
- } from "./chunk-2TKEWFGH.mjs";
11
- import {
12
- tv
13
- } from "./chunk-4ZJFD3L3.mjs";
10
+ } from "./chunk-LTNDSCRA.mjs";
14
11
  import {
15
12
  clsx
16
13
  } from "./chunk-27Y6K5NK.mjs";
17
14
  import {
18
15
  mapPropsVariants
19
16
  } from "./chunk-E3G5QXSH.mjs";
17
+ import {
18
+ tv
19
+ } from "./chunk-4ZJFD3L3.mjs";
20
20
 
21
21
  // src/components/pagination/pagination.tsx
22
22
  import { forwardRef, useMemo, useState } from "react";
@@ -5,13 +5,13 @@ import {
5
5
  } from "./chunk-P732YGHO.mjs";
6
6
  import {
7
7
  Icon_default
8
- } from "./chunk-2TKEWFGH.mjs";
9
- import {
10
- tv
11
- } from "./chunk-4ZJFD3L3.mjs";
8
+ } from "./chunk-LTNDSCRA.mjs";
12
9
  import {
13
10
  mapPropsVariants
14
11
  } from "./chunk-E3G5QXSH.mjs";
12
+ import {
13
+ tv
14
+ } from "./chunk-4ZJFD3L3.mjs";
15
15
 
16
16
  // src/components/dateTimePicker/calendar.tsx
17
17
  import React, {
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  template
4
- } from "./chunk-2SDYFOZL.mjs";
4
+ } from "./chunk-ZVGVLD3T.mjs";
5
5
  import {
6
6
  tv
7
7
  } from "./chunk-4ZJFD3L3.mjs";
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  list_default
4
- } from "./chunk-HIVPDIEP.mjs";
4
+ } from "./chunk-UFVQPPPW.mjs";
5
5
  import {
6
6
  listItem_default
7
- } from "./chunk-RT3S3VVJ.mjs";
7
+ } from "./chunk-XOB33IZY.mjs";
8
8
 
9
9
  // src/components/dateTimePicker/timePicker.tsx
10
10
  import { useState, useRef, useEffect } from "react";
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-ZOTHPHXA.mjs";
5
5
  import {
6
6
  toast_default
7
- } from "./chunk-MEY4IL7D.mjs";
7
+ } from "./chunk-RV2E2SQ4.mjs";
8
8
 
9
9
  // src/components/toast/use-toast.tsx
10
10
  import { createContext, useContext, useState, useCallback, useEffect, useRef } from "react";
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-2TKEWFGH.mjs";
5
- import {
6
- tv
7
- } from "./chunk-4ZJFD3L3.mjs";
4
+ } from "./chunk-LTNDSCRA.mjs";
8
5
  import {
9
6
  clsx
10
7
  } from "./chunk-27Y6K5NK.mjs";
11
8
  import {
12
9
  mapPropsVariants
13
10
  } from "./chunk-E3G5QXSH.mjs";
11
+ import {
12
+ tv
13
+ } from "./chunk-4ZJFD3L3.mjs";
14
14
 
15
15
  // src/components/select/select.tsx
16
16
  import { forwardRef, useMemo, useState, useRef, useEffect } from "react";
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-2TKEWFGH.mjs";
5
- import {
6
- tv
7
- } from "./chunk-4ZJFD3L3.mjs";
4
+ } from "./chunk-LTNDSCRA.mjs";
8
5
  import {
9
6
  clsx
10
7
  } from "./chunk-27Y6K5NK.mjs";
11
8
  import {
12
9
  mapPropsVariants
13
10
  } from "./chunk-E3G5QXSH.mjs";
11
+ import {
12
+ tv
13
+ } from "./chunk-4ZJFD3L3.mjs";
14
14
 
15
15
  // src/components/input/input.tsx
16
16
  import {
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-6PN3DGOE.mjs";
5
5
  import {
6
6
  checkbox_default
7
- } from "./chunk-D6QI3DJG.mjs";
7
+ } from "./chunk-YLRYHUTW.mjs";
8
8
  import {
9
9
  clsx
10
10
  } from "./chunk-27Y6K5NK.mjs";
@@ -7,13 +7,13 @@ import {
7
7
  } from "./chunk-6PNKRBUT.mjs";
8
8
  import {
9
9
  Icon_default
10
- } from "./chunk-2TKEWFGH.mjs";
11
- import {
12
- tv
13
- } from "./chunk-4ZJFD3L3.mjs";
10
+ } from "./chunk-LTNDSCRA.mjs";
14
11
  import {
15
12
  mapPropsVariants
16
13
  } from "./chunk-E3G5QXSH.mjs";
14
+ import {
15
+ tv
16
+ } from "./chunk-4ZJFD3L3.mjs";
17
17
 
18
18
  // src/components/button/icon-button.tsx
19
19
  import { forwardRef, useMemo, useCallback } from "react";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  template
4
- } from "./chunk-2SDYFOZL.mjs";
4
+ } from "./chunk-ZVGVLD3T.mjs";
5
5
 
6
6
  // src/components/icon/Icon.tsx
7
7
  import { jsx } from "react/jsx-runtime";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-2TKEWFGH.mjs";
5
- import {
6
- tv
7
- } from "./chunk-4ZJFD3L3.mjs";
4
+ } from "./chunk-LTNDSCRA.mjs";
8
5
  import {
9
6
  clsx
10
7
  } from "./chunk-27Y6K5NK.mjs";
8
+ import {
9
+ tv
10
+ } from "./chunk-4ZJFD3L3.mjs";
11
11
 
12
12
  // src/components/tree/tree.tsx
13
13
  import { forwardRef, useMemo, useState, useCallback } from "react";
@@ -1,22 +1,22 @@
1
1
  "use client";
2
2
  import {
3
3
  timePicker_default
4
- } from "./chunk-KYJTZPXY.mjs";
4
+ } from "./chunk-GHZUVGYG.mjs";
5
5
  import {
6
6
  useDatePicker
7
7
  } from "./chunk-FWJ2ZKH6.mjs";
8
8
  import {
9
9
  calendar_default
10
- } from "./chunk-A7RU3FU5.mjs";
10
+ } from "./chunk-FSGVH7KY.mjs";
11
11
  import {
12
12
  Icon_default
13
- } from "./chunk-2TKEWFGH.mjs";
14
- import {
15
- tv
16
- } from "./chunk-4ZJFD3L3.mjs";
13
+ } from "./chunk-LTNDSCRA.mjs";
17
14
  import {
18
15
  mapPropsVariants
19
16
  } from "./chunk-E3G5QXSH.mjs";
17
+ import {
18
+ tv
19
+ } from "./chunk-4ZJFD3L3.mjs";
20
20
 
21
21
  // src/components/dateTimePicker/dateTimePicker.tsx
22
22
  import React, { forwardRef, useCallback, useMemo } from "react";
@@ -1,19 +1,19 @@
1
1
  "use client";
2
2
  import {
3
3
  backdrop_default
4
- } from "./chunk-LL6F3WDX.mjs";
4
+ } from "./chunk-P5QCU457.mjs";
5
5
  import {
6
6
  button_default
7
- } from "./chunk-UB4YBFOT.mjs";
7
+ } from "./chunk-BW4QUMCG.mjs";
8
8
  import {
9
9
  Icon_default
10
- } from "./chunk-2TKEWFGH.mjs";
11
- import {
12
- tv
13
- } from "./chunk-4ZJFD3L3.mjs";
10
+ } from "./chunk-LTNDSCRA.mjs";
14
11
  import {
15
12
  mapPropsVariants
16
13
  } from "./chunk-E3G5QXSH.mjs";
14
+ import {
15
+ tv
16
+ } from "./chunk-4ZJFD3L3.mjs";
17
17
 
18
18
  // src/components/modal/modal.tsx
19
19
  import { forwardRef, useMemo, useEffect } from "react";
@@ -80,6 +80,7 @@ var modal = tv({
80
80
  base: [
81
81
  "group/modal",
82
82
  "absolute",
83
+ "fixed",
83
84
  "top-1/2",
84
85
  "-translate-y-1/2",
85
86
  "left-1/2",
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-2TKEWFGH.mjs";
5
- import {
6
- tv
7
- } from "./chunk-4ZJFD3L3.mjs";
4
+ } from "./chunk-LTNDSCRA.mjs";
8
5
  import {
9
6
  clsx
10
7
  } from "./chunk-27Y6K5NK.mjs";
11
8
  import {
12
9
  mapPropsVariants
13
10
  } from "./chunk-E3G5QXSH.mjs";
11
+ import {
12
+ tv
13
+ } from "./chunk-4ZJFD3L3.mjs";
14
14
 
15
15
  // src/components/toast/toast.tsx
16
16
  import { forwardRef, useImperativeHandle, useMemo, useRef } from "react";
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-6PN3DGOE.mjs";
5
5
  import {
6
6
  checkbox_default
7
- } from "./chunk-D6QI3DJG.mjs";
7
+ } from "./chunk-YLRYHUTW.mjs";
8
8
  import {
9
9
  clsx
10
10
  } from "./chunk-27Y6K5NK.mjs";
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import {
3
3
  table_body_default
4
- } from "./chunk-BPEMHZH3.mjs";
4
+ } from "./chunk-KJMJIFPS.mjs";
5
5
  import {
6
6
  table_head_default
7
- } from "./chunk-P7YYNA6L.mjs";
7
+ } from "./chunk-SBL6IHEW.mjs";
8
8
  import {
9
9
  scrollArea_default
10
10
  } from "./chunk-M37VBNB3.mjs";
11
11
  import {
12
12
  pagination_default
13
- } from "./chunk-MCNCHQ33.mjs";
13
+ } from "./chunk-DPCEHGJC.mjs";
14
14
  import {
15
15
  clsx
16
16
  } from "./chunk-27Y6K5NK.mjs";
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import {
3
3
  avatar_default
4
- } from "./chunk-SP3JVQY3.mjs";
4
+ } from "./chunk-GC3GYCKY.mjs";
5
5
  import {
6
6
  Icon_default
7
- } from "./chunk-2TKEWFGH.mjs";
8
- import {
9
- tv
10
- } from "./chunk-4ZJFD3L3.mjs";
7
+ } from "./chunk-LTNDSCRA.mjs";
11
8
  import {
12
9
  mapPropsVariants
13
10
  } from "./chunk-E3G5QXSH.mjs";
11
+ import {
12
+ tv
13
+ } from "./chunk-4ZJFD3L3.mjs";
14
14
 
15
15
  // src/components/list/listItem.tsx
16
16
  import { forwardRef, useMemo } from "react";
@@ -571,6 +571,29 @@ var template = {
571
571
  }
572
572
  );
573
573
  },
574
+ circle: ({ className }) => {
575
+ return /* @__PURE__ */ jsx(
576
+ "svg",
577
+ {
578
+ xmlns: "http://www.w3.org/2000/svg",
579
+ width: "28",
580
+ height: "28",
581
+ viewBox: "0 0 28 28",
582
+ fill: "none",
583
+ className,
584
+ children: /* @__PURE__ */ jsx(
585
+ "path",
586
+ {
587
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
588
+ stroke: "currentColor",
589
+ strokeWidth: "1.5",
590
+ strokeLinecap: "round",
591
+ strokeLinejoin: "round"
592
+ }
593
+ )
594
+ }
595
+ );
596
+ },
574
597
  // ----------------------------------- old ---------------------------------
575
598
  // ** Status **
576
599
  check: ({ className, fill }) => {
@@ -678,6 +678,29 @@ var template = {
678
678
  }
679
679
  );
680
680
  },
681
+ circle: ({ className }) => {
682
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
683
+ "svg",
684
+ {
685
+ xmlns: "http://www.w3.org/2000/svg",
686
+ width: "28",
687
+ height: "28",
688
+ viewBox: "0 0 28 28",
689
+ fill: "none",
690
+ className,
691
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
692
+ "path",
693
+ {
694
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
695
+ stroke: "currentColor",
696
+ strokeWidth: "1.5",
697
+ strokeLinecap: "round",
698
+ strokeLinejoin: "round"
699
+ }
700
+ )
701
+ }
702
+ );
703
+ },
681
704
  // ----------------------------------- old ---------------------------------
682
705
  // ** Status **
683
706
  check: ({ className, fill }) => {
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  avatar_default
4
- } from "../../chunk-SP3JVQY3.mjs";
5
- import "../../chunk-2SDYFOZL.mjs";
4
+ } from "../../chunk-GC3GYCKY.mjs";
5
+ import "../../chunk-ZVGVLD3T.mjs";
6
6
  import "../../chunk-4ZJFD3L3.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
8
8
  export {
@@ -680,6 +680,29 @@ var template = {
680
680
  }
681
681
  );
682
682
  },
683
+ circle: ({ className }) => {
684
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
685
+ "svg",
686
+ {
687
+ xmlns: "http://www.w3.org/2000/svg",
688
+ width: "28",
689
+ height: "28",
690
+ viewBox: "0 0 28 28",
691
+ fill: "none",
692
+ className,
693
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
694
+ "path",
695
+ {
696
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
697
+ stroke: "currentColor",
698
+ strokeWidth: "1.5",
699
+ strokeLinecap: "round",
700
+ strokeLinejoin: "round"
701
+ }
702
+ )
703
+ }
704
+ );
705
+ },
683
706
  // ----------------------------------- old ---------------------------------
684
707
  // ** Status **
685
708
  check: ({ className, fill }) => {
@@ -2,8 +2,8 @@
2
2
  import "../../chunk-7DLOYKVC.mjs";
3
3
  import {
4
4
  avatar_default
5
- } from "../../chunk-SP3JVQY3.mjs";
6
- import "../../chunk-2SDYFOZL.mjs";
5
+ } from "../../chunk-GC3GYCKY.mjs";
6
+ import "../../chunk-ZVGVLD3T.mjs";
7
7
  import "../../chunk-4ZJFD3L3.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
9
9
  export {
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  backdrop_default
4
- } from "../../chunk-LL6F3WDX.mjs";
5
- import "../../chunk-4ZJFD3L3.mjs";
4
+ } from "../../chunk-P5QCU457.mjs";
6
5
  import "../../chunk-27Y6K5NK.mjs";
6
+ import "../../chunk-4ZJFD3L3.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
8
8
  export {
9
9
  backdrop_default as default
@@ -2,9 +2,9 @@
2
2
  import "../../chunk-SE5TU755.mjs";
3
3
  import {
4
4
  backdrop_default
5
- } from "../../chunk-LL6F3WDX.mjs";
6
- import "../../chunk-4ZJFD3L3.mjs";
5
+ } from "../../chunk-P5QCU457.mjs";
7
6
  import "../../chunk-27Y6K5NK.mjs";
7
+ import "../../chunk-4ZJFD3L3.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
9
9
  export {
10
10
  backdrop_default as Backdrop
@@ -895,6 +895,29 @@ var template = {
895
895
  }
896
896
  );
897
897
  },
898
+ circle: ({ className }) => {
899
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
900
+ "svg",
901
+ {
902
+ xmlns: "http://www.w3.org/2000/svg",
903
+ width: "28",
904
+ height: "28",
905
+ viewBox: "0 0 28 28",
906
+ fill: "none",
907
+ className,
908
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
909
+ "path",
910
+ {
911
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
912
+ stroke: "currentColor",
913
+ strokeWidth: "1.5",
914
+ strokeLinecap: "round",
915
+ strokeLinejoin: "round"
916
+ }
917
+ )
918
+ }
919
+ );
920
+ },
898
921
  // ----------------------------------- old ---------------------------------
899
922
  // ** Status **
900
923
  check: ({ className, fill }) => {
@@ -1,21 +1,21 @@
1
1
  "use client";
2
2
  import {
3
3
  breadcrumb_default
4
- } from "../../chunk-PXIVYA5G.mjs";
4
+ } from "../../chunk-3EROF2VZ.mjs";
5
5
  import "../../chunk-MY5U63QO.mjs";
6
6
  import "../../chunk-LPZOH3RP.mjs";
7
- import "../../chunk-UB4YBFOT.mjs";
8
- import "../../chunk-7TAGGLNY.mjs";
7
+ import "../../chunk-BW4QUMCG.mjs";
8
+ import "../../chunk-LCJSQR42.mjs";
9
9
  import "../../chunk-6WSACUIB.mjs";
10
10
  import "../../chunk-LXHUO6VM.mjs";
11
11
  import "../../chunk-6PNKRBUT.mjs";
12
12
  import "../../chunk-ZYIIXWVY.mjs";
13
- import "../../chunk-2TKEWFGH.mjs";
14
- import "../../chunk-WFMFC7R6.mjs";
15
- import "../../chunk-2SDYFOZL.mjs";
16
- import "../../chunk-4ZJFD3L3.mjs";
13
+ import "../../chunk-LTNDSCRA.mjs";
14
+ import "../../chunk-2PKM7SLZ.mjs";
15
+ import "../../chunk-ZVGVLD3T.mjs";
17
16
  import "../../chunk-27Y6K5NK.mjs";
18
17
  import "../../chunk-E3G5QXSH.mjs";
18
+ import "../../chunk-4ZJFD3L3.mjs";
19
19
  import "../../chunk-AC6TWLRT.mjs";
20
20
  export {
21
21
  breadcrumb_default as default
@@ -897,6 +897,29 @@ var template = {
897
897
  }
898
898
  );
899
899
  },
900
+ circle: ({ className }) => {
901
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
902
+ "svg",
903
+ {
904
+ xmlns: "http://www.w3.org/2000/svg",
905
+ width: "28",
906
+ height: "28",
907
+ viewBox: "0 0 28 28",
908
+ fill: "none",
909
+ className,
910
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
911
+ "path",
912
+ {
913
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
914
+ stroke: "currentColor",
915
+ strokeWidth: "1.5",
916
+ strokeLinecap: "round",
917
+ strokeLinejoin: "round"
918
+ }
919
+ )
920
+ }
921
+ );
922
+ },
900
923
  // ----------------------------------- old ---------------------------------
901
924
  // ** Status **
902
925
  check: ({ className, fill }) => {
@@ -2,21 +2,21 @@
2
2
  import "../../chunk-KYIODWXL.mjs";
3
3
  import {
4
4
  breadcrumb_default
5
- } from "../../chunk-PXIVYA5G.mjs";
5
+ } from "../../chunk-3EROF2VZ.mjs";
6
6
  import "../../chunk-MY5U63QO.mjs";
7
7
  import "../../chunk-LPZOH3RP.mjs";
8
- import "../../chunk-UB4YBFOT.mjs";
9
- import "../../chunk-7TAGGLNY.mjs";
8
+ import "../../chunk-BW4QUMCG.mjs";
9
+ import "../../chunk-LCJSQR42.mjs";
10
10
  import "../../chunk-6WSACUIB.mjs";
11
11
  import "../../chunk-LXHUO6VM.mjs";
12
12
  import "../../chunk-6PNKRBUT.mjs";
13
13
  import "../../chunk-ZYIIXWVY.mjs";
14
- import "../../chunk-2TKEWFGH.mjs";
15
- import "../../chunk-WFMFC7R6.mjs";
16
- import "../../chunk-2SDYFOZL.mjs";
17
- import "../../chunk-4ZJFD3L3.mjs";
14
+ import "../../chunk-LTNDSCRA.mjs";
15
+ import "../../chunk-2PKM7SLZ.mjs";
16
+ import "../../chunk-ZVGVLD3T.mjs";
18
17
  import "../../chunk-27Y6K5NK.mjs";
19
18
  import "../../chunk-E3G5QXSH.mjs";
19
+ import "../../chunk-4ZJFD3L3.mjs";
20
20
  import "../../chunk-AC6TWLRT.mjs";
21
21
  export {
22
22
  breadcrumb_default as Breadcrumb