@tipp/ui 2.5.0 → 2.7.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 (728) hide show
  1. package/dist/app/index.cjs +1291 -837
  2. package/dist/app/index.cjs.map +1 -1
  3. package/dist/app/index.js +122 -121
  4. package/dist/app/platform/coach-question-list.cjs +822 -364
  5. package/dist/app/platform/coach-question-list.cjs.map +1 -1
  6. package/dist/app/platform/coach-question-list.js +48 -46
  7. package/dist/app/platform/contents-card.cjs +815 -357
  8. package/dist/app/platform/contents-card.cjs.map +1 -1
  9. package/dist/app/platform/contents-card.js +48 -46
  10. package/dist/app/platform/curriculum-card.cjs +65 -13
  11. package/dist/app/platform/curriculum-card.cjs.map +1 -1
  12. package/dist/app/platform/curriculum-card.js +7 -6
  13. package/dist/app/platform/edit-coaching-time.cjs +1012 -558
  14. package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
  15. package/dist/app/platform/edit-coaching-time.js +97 -96
  16. package/dist/app/platform/edit-service-type.cjs +995 -541
  17. package/dist/app/platform/edit-service-type.cjs.map +1 -1
  18. package/dist/app/platform/edit-service-type.js +98 -97
  19. package/dist/app/platform/goal-manage-card-edit.cjs +991 -537
  20. package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
  21. package/dist/app/platform/goal-manage-card-edit.js +97 -96
  22. package/dist/app/platform/goal-manage-card-read.cjs +865 -407
  23. package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
  24. package/dist/app/platform/goal-manage-card-read.js +48 -46
  25. package/dist/app/platform/on-offline-radio-card.cjs +785 -331
  26. package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
  27. package/dist/app/platform/on-offline-radio-card.js +97 -96
  28. package/dist/app/platform/report-card.cjs +828 -370
  29. package/dist/app/platform/report-card.cjs.map +1 -1
  30. package/dist/app/platform/report-card.js +48 -46
  31. package/dist/app/platform/reservation-card.cjs +1016 -562
  32. package/dist/app/platform/reservation-card.cjs.map +1 -1
  33. package/dist/app/platform/reservation-card.js +98 -97
  34. package/dist/app/platform/session-card.cjs +1069 -615
  35. package/dist/app/platform/session-card.cjs.map +1 -1
  36. package/dist/app/platform/session-card.js +100 -99
  37. package/dist/app/platform/session-review-simple-read.cjs +825 -367
  38. package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
  39. package/dist/app/platform/session-review-simple-read.js +48 -46
  40. package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +857 -399
  41. package/dist/app/platform/userInfos/coaching-customer-info/index.cjs.map +1 -1
  42. package/dist/app/platform/userInfos/coaching-customer-info/index.js +54 -52
  43. package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +833 -375
  44. package/dist/app/platform/userInfos/coaching-customer-info/large.cjs.map +1 -1
  45. package/dist/app/platform/userInfos/coaching-customer-info/large.js +49 -47
  46. package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +836 -378
  47. package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs.map +1 -1
  48. package/dist/app/platform/userInfos/coaching-customer-info/medium.js +49 -47
  49. package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +823 -365
  50. package/dist/app/platform/userInfos/coaching-customer-info/small.cjs.map +1 -1
  51. package/dist/app/platform/userInfos/coaching-customer-info/small.js +48 -46
  52. package/dist/app/platform/userInfos/session-user-info-detail.cjs +832 -374
  53. package/dist/app/platform/userInfos/session-user-info-detail.cjs.map +1 -1
  54. package/dist/app/platform/userInfos/session-user-info-detail.js +49 -47
  55. package/dist/app/platform/userInfos/utils.cjs +824 -366
  56. package/dist/app/platform/userInfos/utils.cjs.map +1 -1
  57. package/dist/app/platform/userInfos/utils.js +48 -46
  58. package/dist/atoms/alert-dialog.cjs +85 -1
  59. package/dist/atoms/alert-dialog.cjs.map +1 -1
  60. package/dist/atoms/alert-dialog.d.cts +18 -2
  61. package/dist/atoms/alert-dialog.d.ts +18 -2
  62. package/dist/atoms/alert-dialog.js +3 -1
  63. package/dist/atoms/aspect-ratio.d.cts +1 -0
  64. package/dist/atoms/aspect-ratio.d.ts +1 -0
  65. package/dist/atoms/avatar.cjs +39 -2
  66. package/dist/atoms/avatar.cjs.map +1 -1
  67. package/dist/atoms/avatar.d.cts +5 -2
  68. package/dist/atoms/avatar.d.ts +5 -2
  69. package/dist/atoms/avatar.js +2 -1
  70. package/dist/atoms/badge.cjs +34 -9
  71. package/dist/atoms/badge.cjs.map +1 -1
  72. package/dist/atoms/badge.d.cts +4 -5
  73. package/dist/atoms/badge.d.ts +4 -5
  74. package/dist/atoms/badge.js +2 -1
  75. package/dist/atoms/blockquote.cjs +71 -1
  76. package/dist/atoms/blockquote.cjs.map +1 -1
  77. package/dist/atoms/blockquote.d.cts +12 -1
  78. package/dist/atoms/blockquote.d.ts +12 -1
  79. package/dist/atoms/blockquote.js +2 -1
  80. package/dist/atoms/bullet-text.cjs +39 -2
  81. package/dist/atoms/bullet-text.cjs.map +1 -1
  82. package/dist/atoms/bullet-text.d.cts +1 -0
  83. package/dist/atoms/bullet-text.d.ts +1 -0
  84. package/dist/atoms/bullet-text.js +4 -3
  85. package/dist/atoms/button.cjs +33 -3
  86. package/dist/atoms/button.cjs.map +1 -1
  87. package/dist/atoms/button.d.cts +5 -3
  88. package/dist/atoms/button.d.ts +5 -3
  89. package/dist/atoms/button.js +2 -1
  90. package/dist/atoms/button.type.cjs.map +1 -1
  91. package/dist/atoms/button.type.d.cts +3 -1
  92. package/dist/atoms/button.type.d.ts +3 -1
  93. package/dist/atoms/call-out.cjs +78 -1
  94. package/dist/atoms/call-out.cjs.map +1 -1
  95. package/dist/atoms/call-out.d.cts +13 -1
  96. package/dist/atoms/call-out.d.ts +13 -1
  97. package/dist/atoms/call-out.js +2 -1
  98. package/dist/atoms/check-box-card.cjs +78 -1
  99. package/dist/atoms/check-box-card.cjs.map +1 -1
  100. package/dist/atoms/check-box-card.d.cts +12 -1
  101. package/dist/atoms/check-box-card.d.ts +12 -1
  102. package/dist/atoms/check-box-card.js +2 -1
  103. package/dist/atoms/check-box-group.cjs +40 -2
  104. package/dist/atoms/check-box-group.cjs.map +1 -1
  105. package/dist/atoms/check-box-group.d.cts +6 -0
  106. package/dist/atoms/check-box-group.d.ts +6 -0
  107. package/dist/atoms/check-box-group.js +2 -1
  108. package/dist/atoms/check-box.cjs +37 -2
  109. package/dist/atoms/check-box.cjs.map +1 -1
  110. package/dist/atoms/check-box.d.cts +5 -2
  111. package/dist/atoms/check-box.d.ts +5 -2
  112. package/dist/atoms/check-box.js +2 -1
  113. package/dist/atoms/code.cjs +73 -1
  114. package/dist/atoms/code.cjs.map +1 -1
  115. package/dist/atoms/code.d.cts +12 -1
  116. package/dist/atoms/code.d.ts +12 -1
  117. package/dist/atoms/code.js +2 -1
  118. package/dist/atoms/data-list.cjs +77 -1
  119. package/dist/atoms/data-list.cjs.map +1 -1
  120. package/dist/atoms/data-list.d.cts +14 -1
  121. package/dist/atoms/data-list.d.ts +14 -1
  122. package/dist/atoms/data-list.js +2 -1
  123. package/dist/atoms/dialog.cjs +49 -6
  124. package/dist/atoms/dialog.cjs.map +1 -1
  125. package/dist/atoms/dialog.js +4 -3
  126. package/dist/atoms/drawer.cjs +33 -3
  127. package/dist/atoms/drawer.cjs.map +1 -1
  128. package/dist/atoms/drawer.js +3 -2
  129. package/dist/atoms/dropdown-menu.cjs +63 -12
  130. package/dist/atoms/dropdown-menu.cjs.map +1 -1
  131. package/dist/atoms/dropdown-menu.d.cts +27 -17
  132. package/dist/atoms/dropdown-menu.d.ts +27 -17
  133. package/dist/atoms/dropdown-menu.js +3 -1
  134. package/dist/atoms/ellipsis-tooltip.cjs +73 -22
  135. package/dist/atoms/ellipsis-tooltip.cjs.map +1 -1
  136. package/dist/atoms/ellipsis-tooltip.d.cts +1 -0
  137. package/dist/atoms/ellipsis-tooltip.d.ts +1 -0
  138. package/dist/atoms/ellipsis-tooltip.js +5 -3
  139. package/dist/atoms/field-error-wrapper.cjs +39 -2
  140. package/dist/atoms/field-error-wrapper.cjs.map +1 -1
  141. package/dist/atoms/field-error-wrapper.js +4 -3
  142. package/dist/atoms/heading.cjs +38 -2
  143. package/dist/atoms/heading.cjs.map +1 -1
  144. package/dist/atoms/heading.d.cts +3 -1
  145. package/dist/atoms/heading.d.ts +3 -1
  146. package/dist/atoms/heading.js +2 -1
  147. package/dist/atoms/hover-card.cjs +85 -1
  148. package/dist/atoms/hover-card.cjs.map +1 -1
  149. package/dist/atoms/hover-card.d.cts +14 -1
  150. package/dist/atoms/hover-card.d.ts +14 -1
  151. package/dist/atoms/hover-card.js +3 -1
  152. package/dist/atoms/icon-button.cjs +33 -3
  153. package/dist/atoms/icon-button.cjs.map +1 -1
  154. package/dist/atoms/icon-button.d.cts +5 -3
  155. package/dist/atoms/icon-button.d.ts +5 -3
  156. package/dist/atoms/icon-button.js +2 -1
  157. package/dist/atoms/index.cjs +996 -506
  158. package/dist/atoms/index.cjs.map +1 -1
  159. package/dist/atoms/index.d.cts +18 -2
  160. package/dist/atoms/index.d.ts +18 -2
  161. package/dist/atoms/index.js +81 -79
  162. package/dist/atoms/link.cjs +40 -2
  163. package/dist/atoms/link.cjs.map +1 -1
  164. package/dist/atoms/link.d.cts +3 -1
  165. package/dist/atoms/link.d.ts +3 -1
  166. package/dist/atoms/link.js +2 -1
  167. package/dist/atoms/list.cjs +43 -4
  168. package/dist/atoms/list.cjs.map +1 -1
  169. package/dist/atoms/list.js +4 -3
  170. package/dist/atoms/pagination.cjs +100 -42
  171. package/dist/atoms/pagination.cjs.map +1 -1
  172. package/dist/atoms/pagination.d.cts +4 -0
  173. package/dist/atoms/pagination.d.ts +4 -0
  174. package/dist/atoms/pagination.js +5 -4
  175. package/dist/atoms/popover.cjs +85 -1
  176. package/dist/atoms/popover.cjs.map +1 -1
  177. package/dist/atoms/popover.d.cts +16 -1
  178. package/dist/atoms/popover.d.ts +16 -1
  179. package/dist/atoms/popover.js +3 -1
  180. package/dist/atoms/progress.cjs +71 -1
  181. package/dist/atoms/progress.cjs.map +1 -1
  182. package/dist/atoms/progress.d.cts +12 -1
  183. package/dist/atoms/progress.d.ts +12 -1
  184. package/dist/atoms/progress.js +2 -1
  185. package/dist/atoms/radio-cards.cjs +78 -1
  186. package/dist/atoms/radio-cards.cjs.map +1 -1
  187. package/dist/atoms/radio-cards.d.cts +12 -1
  188. package/dist/atoms/radio-cards.d.ts +12 -1
  189. package/dist/atoms/radio-cards.js +2 -1
  190. package/dist/atoms/radio-group.cjs +78 -1
  191. package/dist/atoms/radio-group.cjs.map +1 -1
  192. package/dist/atoms/radio-group.d.cts +12 -1
  193. package/dist/atoms/radio-group.d.ts +12 -1
  194. package/dist/atoms/radio-group.js +2 -1
  195. package/dist/atoms/radio.cjs +71 -1
  196. package/dist/atoms/radio.cjs.map +1 -1
  197. package/dist/atoms/radio.d.cts +12 -1
  198. package/dist/atoms/radio.d.ts +12 -1
  199. package/dist/atoms/radio.js +2 -1
  200. package/dist/atoms/segmented-control.cjs.map +1 -1
  201. package/dist/atoms/segmented-control.js +1 -1
  202. package/dist/atoms/select.cjs +78 -24
  203. package/dist/atoms/select.cjs.map +1 -1
  204. package/dist/atoms/select.d.cts +14 -4
  205. package/dist/atoms/select.d.ts +14 -4
  206. package/dist/atoms/select.js +3 -1
  207. package/dist/atoms/switch.cjs +71 -1
  208. package/dist/atoms/switch.cjs.map +1 -1
  209. package/dist/atoms/switch.d.cts +12 -1
  210. package/dist/atoms/switch.d.ts +12 -1
  211. package/dist/atoms/switch.js +2 -1
  212. package/dist/atoms/tab-nav.cjs +76 -1
  213. package/dist/atoms/tab-nav.cjs.map +1 -1
  214. package/dist/atoms/tab-nav.d.cts +16 -1
  215. package/dist/atoms/tab-nav.d.ts +16 -1
  216. package/dist/atoms/tab-nav.js +2 -1
  217. package/dist/atoms/tabs.cjs +76 -1
  218. package/dist/atoms/tabs.cjs.map +1 -1
  219. package/dist/atoms/tabs.d.cts +19 -1
  220. package/dist/atoms/tabs.d.ts +19 -1
  221. package/dist/atoms/tabs.js +2 -1
  222. package/dist/atoms/tooltip.cjs +46 -9
  223. package/dist/atoms/tooltip.cjs.map +1 -1
  224. package/dist/atoms/tooltip.js +3 -1
  225. package/dist/atoms/typo.cjs +39 -2
  226. package/dist/atoms/typo.cjs.map +1 -1
  227. package/dist/atoms/typo.d.cts +3 -1
  228. package/dist/atoms/typo.d.ts +3 -1
  229. package/dist/atoms/typo.js +2 -1
  230. package/dist/charts/chart-default-props.cjs +1 -1
  231. package/dist/charts/chart-default-props.cjs.map +1 -1
  232. package/dist/charts/chart-default-props.d.cts +1 -1
  233. package/dist/charts/chart-default-props.d.ts +1 -1
  234. package/dist/charts/chart-default-props.js +1 -1
  235. package/dist/charts/index.cjs +1 -1
  236. package/dist/charts/index.cjs.map +1 -1
  237. package/dist/charts/index.js +1 -1
  238. package/dist/chunk-24PX34TH.js +42 -0
  239. package/dist/chunk-24PX34TH.js.map +1 -0
  240. package/dist/{chunk-GGLDVUYU.js → chunk-2FB75HU2.js} +5 -5
  241. package/dist/{chunk-7ITDAUWI.js → chunk-2I37QLRA.js} +15 -15
  242. package/dist/{chunk-ZVDAEY5Q.js → chunk-2LCH3PDF.js} +14 -4
  243. package/dist/chunk-2LCH3PDF.js.map +1 -0
  244. package/dist/{chunk-3NUQAVE6.js → chunk-2M3UFZUD.js} +15 -2
  245. package/dist/chunk-2M3UFZUD.js.map +1 -0
  246. package/dist/{chunk-PXPGCDNA.js → chunk-2O7NVLVP.js} +5 -5
  247. package/dist/{chunk-NZ6ONU5Z.js → chunk-2SM37SB4.js} +13 -13
  248. package/dist/{chunk-NLW32DPB.js → chunk-2WNLUQX5.js} +11 -11
  249. package/dist/chunk-3TOUVBIB.js +34 -0
  250. package/dist/chunk-3TOUVBIB.js.map +1 -0
  251. package/dist/{chunk-XBOSNFUM.js → chunk-447H6BVE.js} +6 -6
  252. package/dist/{chunk-5V6MQUTB.js → chunk-5OW76AER.js} +2 -2
  253. package/dist/chunk-6TU647KJ.js +37 -0
  254. package/dist/chunk-6TU647KJ.js.map +1 -0
  255. package/dist/{chunk-44VLRAHW.js → chunk-6YJGQWD6.js} +12 -12
  256. package/dist/{chunk-KCCYHT23.js → chunk-7JW5Z2TL.js} +4 -4
  257. package/dist/{chunk-JZVK4NDF.js → chunk-7PBLFV5L.js} +5 -5
  258. package/dist/{chunk-XK6VEVOK.js → chunk-7RJYF5L3.js} +14 -4
  259. package/dist/chunk-7RJYF5L3.js.map +1 -0
  260. package/dist/{chunk-UXVM3Y7P.js → chunk-A26UWBVB.js} +5 -5
  261. package/dist/{chunk-HJP4STJZ.js → chunk-A4YOY75P.js} +5 -5
  262. package/dist/{chunk-LSDD4TAP.js → chunk-AJTGTGOC.js} +3 -3
  263. package/dist/chunk-BI6TW3ZO.js +51 -0
  264. package/dist/chunk-BI6TW3ZO.js.map +1 -0
  265. package/dist/chunk-BK74U562.js +52 -0
  266. package/dist/chunk-BK74U562.js.map +1 -0
  267. package/dist/{chunk-JWAQUXGB.js → chunk-BZ3EXV6A.js} +3 -3
  268. package/dist/{chunk-QRI6ARS6.js → chunk-C2G3IB7G.js} +4 -4
  269. package/dist/chunk-CGDBUDY3.js +37 -0
  270. package/dist/chunk-CGDBUDY3.js.map +1 -0
  271. package/dist/chunk-DX3DLP5Z.js +39 -0
  272. package/dist/chunk-DX3DLP5Z.js.map +1 -0
  273. package/dist/{chunk-4U6DFH7Z.js → chunk-E6GCU5IQ.js} +2 -2
  274. package/dist/chunk-EIKFXUNC.js +39 -0
  275. package/dist/chunk-EIKFXUNC.js.map +1 -0
  276. package/dist/{chunk-CSKNBWPB.js → chunk-EZN5PMTC.js} +3 -3
  277. package/dist/chunk-EZN5PMTC.js.map +1 -0
  278. package/dist/{chunk-VRJR534I.js → chunk-GAA3RTRW.js} +4 -4
  279. package/dist/{chunk-VY557FHE.js → chunk-GE4M5GOQ.js} +4 -4
  280. package/dist/chunk-GI4AN2IZ.js +42 -0
  281. package/dist/chunk-GI4AN2IZ.js.map +1 -0
  282. package/dist/{chunk-OUJAPQS2.js → chunk-GPULIICW.js} +11 -11
  283. package/dist/{chunk-K36TPMKL.js → chunk-GPZXD762.js} +18 -3
  284. package/dist/chunk-GPZXD762.js.map +1 -0
  285. package/dist/{chunk-PMJIFLDT.js → chunk-GR4PG6HY.js} +20 -3
  286. package/dist/chunk-GR4PG6HY.js.map +1 -0
  287. package/dist/{chunk-7PF6I4RN.js → chunk-GRDRXD53.js} +2 -2
  288. package/dist/{chunk-TJKS6CLU.js → chunk-GREYLAMY.js} +6 -6
  289. package/dist/{chunk-VREM33BW.js → chunk-GYSRHZRS.js} +8 -8
  290. package/dist/{chunk-2TYR2RDO.js → chunk-H3GQHGFA.js} +8 -8
  291. package/dist/{chunk-KMVSJT6Y.js → chunk-HH6LML5K.js} +10 -10
  292. package/dist/{chunk-HQATHJBN.js → chunk-IA74OBFY.js} +58 -41
  293. package/dist/chunk-IA74OBFY.js.map +1 -0
  294. package/dist/{chunk-J62KAMQL.js → chunk-IM6E52L2.js} +10 -10
  295. package/dist/{chunk-TVDKGMBI.js → chunk-IT7ZTP7F.js} +1 -1
  296. package/dist/chunk-IT7ZTP7F.js.map +1 -0
  297. package/dist/{chunk-5LRFDSG2.js → chunk-J7N2IZQW.js} +6 -6
  298. package/dist/{chunk-EEAHZCIK.js → chunk-JCUG2XKB.js} +2 -2
  299. package/dist/chunk-JETG3WEI.js +39 -0
  300. package/dist/chunk-JETG3WEI.js.map +1 -0
  301. package/dist/{chunk-4LUFF5LX.js → chunk-JNEGSY5N.js} +3 -3
  302. package/dist/{chunk-CQSM6JCO.js → chunk-K3Q4XLCN.js} +4 -4
  303. package/dist/chunk-KNIIDDYM.js +34 -0
  304. package/dist/chunk-KNIIDDYM.js.map +1 -0
  305. package/dist/{chunk-4TST4UK5.js → chunk-KO3V7KB6.js} +2 -2
  306. package/dist/{chunk-3U6FXC6R.js → chunk-LIWQ47VQ.js} +11 -11
  307. package/dist/{chunk-2ZSK45QM.js → chunk-LQ3WGFS7.js} +9 -9
  308. package/dist/{chunk-A7LYIUE7.js → chunk-M77YPVQN.js} +7 -7
  309. package/dist/{chunk-P4KO43AP.js → chunk-MCKWO7K4.js} +5 -5
  310. package/dist/{chunk-G7NEBNHU.js → chunk-MGR37YQB.js} +6 -6
  311. package/dist/{chunk-QDC3LFHS.js → chunk-MMLVZWMD.js} +3 -3
  312. package/dist/{chunk-D4JZHM4J.js → chunk-MP5KZULQ.js} +10 -10
  313. package/dist/{chunk-WMWXF44S.js → chunk-MSLSD7F6.js} +5 -5
  314. package/dist/{chunk-JUDD3XGY.js → chunk-MSM2QG23.js} +9 -9
  315. package/dist/{chunk-NVQSH733.js → chunk-NFMEBYNY.js} +5 -5
  316. package/dist/{chunk-7ZMY4CAZ.js → chunk-NIHOKIYW.js} +6 -6
  317. package/dist/{chunk-BESTU2AY.js → chunk-NLHVQJQ2.js} +19 -3
  318. package/dist/chunk-NLHVQJQ2.js.map +1 -0
  319. package/dist/{chunk-3GQQQBJN.js → chunk-NYG34MV6.js} +6 -6
  320. package/dist/{chunk-XF7FPCS7.js → chunk-OA3DGWVL.js} +15 -15
  321. package/dist/{chunk-F5IXHUBI.js → chunk-OBWQ3N5D.js} +12 -12
  322. package/dist/{chunk-HVXBZGLT.js → chunk-OEHVGPWL.js} +16 -16
  323. package/dist/chunk-OLJN3WXR.js +1 -0
  324. package/dist/{chunk-WE3TWSC4.js → chunk-OPYRV6XJ.js} +5 -5
  325. package/dist/{chunk-WFOIY6OR.js → chunk-OQN4E2QP.js} +4 -4
  326. package/dist/{chunk-HZ7HETUI.js → chunk-OWQUXTQ2.js} +4 -4
  327. package/dist/{chunk-7I7PZF5L.js → chunk-OYXUWBKS.js} +3 -3
  328. package/dist/{chunk-D3KCPM4O.js → chunk-PE4EBBU4.js} +5 -5
  329. package/dist/{chunk-3GGJWSFK.js → chunk-PXMJK5D5.js} +10 -10
  330. package/dist/{chunk-Y4U24VXI.js → chunk-Q3M6GFHY.js} +3 -3
  331. package/dist/{chunk-GFURX6GB.js → chunk-QPL7SJQM.js} +5 -5
  332. package/dist/{chunk-YAUOAWYS.js → chunk-RMVVV5NH.js} +6 -6
  333. package/dist/chunk-RMW3MQF5.js +42 -0
  334. package/dist/chunk-RMW3MQF5.js.map +1 -0
  335. package/dist/{chunk-RPV3QPQL.js → chunk-RUJZ5PE7.js} +5 -5
  336. package/dist/chunk-SA7AYYQS.js +39 -0
  337. package/dist/chunk-SA7AYYQS.js.map +1 -0
  338. package/dist/{chunk-6J5YZTZE.js → chunk-T2CGNUCP.js} +7 -7
  339. package/dist/chunk-T73HHR3I.js +67 -0
  340. package/dist/chunk-T73HHR3I.js.map +1 -0
  341. package/dist/chunk-TNNF5Q62.js +34 -0
  342. package/dist/chunk-TNNF5Q62.js.map +1 -0
  343. package/dist/{chunk-ZUZ5FT4B.js → chunk-TU6SGJ5Z.js} +11 -11
  344. package/dist/{chunk-5ZEQ33PC.js → chunk-TYEGB5FQ.js} +7 -7
  345. package/dist/{chunk-5AWPST2R.js → chunk-UFM3EL52.js} +12 -12
  346. package/dist/chunk-UFRB2BVD.js +34 -0
  347. package/dist/chunk-UFRB2BVD.js.map +1 -0
  348. package/dist/chunk-UFWDQGOK.js +36 -0
  349. package/dist/chunk-UFWDQGOK.js.map +1 -0
  350. package/dist/{chunk-R3WM6HV6.js → chunk-VD5ZDFCM.js} +5 -5
  351. package/dist/chunk-VFQD57ZY.js +27 -0
  352. package/dist/chunk-VFQD57ZY.js.map +1 -0
  353. package/dist/{chunk-AQVIQODP.js → chunk-VK6INFSB.js} +4 -4
  354. package/dist/{chunk-W7X7KSJP.js → chunk-WG5OK3YN.js} +19 -3
  355. package/dist/chunk-WG5OK3YN.js.map +1 -0
  356. package/dist/{chunk-2QFSCWES.js → chunk-WSWSAPSS.js} +2 -2
  357. package/dist/{chunk-2QFSCWES.js.map → chunk-WSWSAPSS.js.map} +1 -1
  358. package/dist/{chunk-QFEZIPWJ.js → chunk-WY37V3W4.js} +9 -9
  359. package/dist/chunk-WYWM2HSZ.js +33 -0
  360. package/dist/chunk-WYWM2HSZ.js.map +1 -0
  361. package/dist/{chunk-SDEDXT7A.js → chunk-XOQXIPLL.js} +4 -4
  362. package/dist/{chunk-DVYTRZOL.js → chunk-YCLYKBWZ.js} +15 -15
  363. package/dist/{chunk-YW4IN7LP.js → chunk-YGNHAFBW.js} +8 -8
  364. package/dist/{chunk-APG3GKDT.js → chunk-YWWYA2JZ.js} +11 -11
  365. package/dist/chunk-YXMB4MCM.js +87 -0
  366. package/dist/chunk-YXMB4MCM.js.map +1 -0
  367. package/dist/{chunk-7AMHCTRM.js → chunk-Z5LPHG2D.js} +5 -5
  368. package/dist/{chunk-GZNELGHF.js → chunk-ZAFLWQOV.js} +10 -10
  369. package/dist/{chunk-WD5P2N6F.js → chunk-ZC2JPF7B.js} +13 -13
  370. package/dist/{chunk-VYCYVN3L.js → chunk-ZCGH6TJ3.js} +16 -3
  371. package/dist/chunk-ZCGH6TJ3.js.map +1 -0
  372. package/dist/{chunk-UH6Q3TEK.js → chunk-ZCQMCIT5.js} +9 -9
  373. package/dist/chunk-ZPUNTAVI.js +38 -0
  374. package/dist/chunk-ZPUNTAVI.js.map +1 -0
  375. package/dist/{chunk-LT5C6QT7.js → chunk-ZUL3NYQ4.js} +2 -2
  376. package/dist/{chunk-23QMZC6L.js → chunk-ZWYQ44CB.js} +10 -10
  377. package/dist/context/dynamic-form-context.cjs +54 -4
  378. package/dist/context/dynamic-form-context.cjs.map +1 -1
  379. package/dist/context/dynamic-form-context.js +5 -4
  380. package/dist/context/index.cjs +54 -4
  381. package/dist/context/index.cjs.map +1 -1
  382. package/dist/context/index.js +8 -7
  383. package/dist/index.cjs +2132 -1632
  384. package/dist/index.cjs.map +1 -1
  385. package/dist/index.css +76 -3
  386. package/dist/index.d.cts +19 -3
  387. package/dist/index.d.ts +19 -3
  388. package/dist/index.js +174 -168
  389. package/dist/molecules/autocomplete-textfield.cjs +111 -46
  390. package/dist/molecules/autocomplete-textfield.cjs.map +1 -1
  391. package/dist/molecules/autocomplete-textfield.js +5 -3
  392. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs +367 -209
  393. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs.map +1 -1
  394. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.js +22 -21
  395. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs +39 -2
  396. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs.map +1 -1
  397. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.js +5 -4
  398. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs +293 -164
  399. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs.map +1 -1
  400. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.js +16 -15
  401. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs +33 -3
  402. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs.map +1 -1
  403. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.js +4 -3
  404. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-header.cjs +85 -19
  405. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-header.cjs.map +1 -1
  406. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-header.js +6 -5
  407. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-layout.js +2 -2
  408. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs +217 -134
  409. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs.map +1 -1
  410. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.js +10 -9
  411. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs +172 -110
  412. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs.map +1 -1
  413. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.js +7 -6
  414. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs +39 -2
  415. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs.map +1 -1
  416. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.js +6 -5
  417. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs +80 -20
  418. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs.map +1 -1
  419. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.js +7 -6
  420. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs +64 -7
  421. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs.map +1 -1
  422. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.js +6 -5
  423. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs +275 -115
  424. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs.map +1 -1
  425. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.js +26 -25
  426. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs +76 -17
  427. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs.map +1 -1
  428. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.js +8 -7
  429. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs +49 -5
  430. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs.map +1 -1
  431. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.js +5 -4
  432. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-file-download.cjs +49 -5
  433. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-file-download.cjs.map +1 -1
  434. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-file-download.js +5 -4
  435. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs +318 -153
  436. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs.map +1 -1
  437. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.js +29 -28
  438. package/dist/molecules/curriculumV2/CurriculumContents/index.cjs +346 -181
  439. package/dist/molecules/curriculumV2/CurriculumContents/index.cjs.map +1 -1
  440. package/dist/molecules/curriculumV2/CurriculumContents/index.js +33 -32
  441. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-item-title.cjs +39 -2
  442. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-item-title.cjs.map +1 -1
  443. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-item-title.js +4 -3
  444. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs +39 -2
  445. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs.map +1 -1
  446. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.js +5 -4
  447. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-title.cjs +39 -2
  448. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-title.cjs.map +1 -1
  449. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-title.js +3 -2
  450. package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs +195 -135
  451. package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs.map +1 -1
  452. package/dist/molecules/curriculumV2/CurriculumSidebar/index.js +10 -9
  453. package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs +39 -2
  454. package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs.map +1 -1
  455. package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.js +7 -6
  456. package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs +65 -8
  457. package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs.map +1 -1
  458. package/dist/molecules/curriculumV2/curriculum-sub-nav.js +6 -5
  459. package/dist/molecules/curriculumV2/curriculum-v2-layout.js +2 -2
  460. package/dist/molecules/curriculumV2/index.cjs +406 -220
  461. package/dist/molecules/curriculumV2/index.cjs.map +1 -1
  462. package/dist/molecules/curriculumV2/index.js +42 -41
  463. package/dist/molecules/date-picker/date-picker-button.cjs +160 -64
  464. package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
  465. package/dist/molecules/date-picker/date-picker-button.d.cts +1 -0
  466. package/dist/molecules/date-picker/date-picker-button.d.ts +1 -0
  467. package/dist/molecules/date-picker/date-picker-button.js +11 -9
  468. package/dist/molecules/date-picker/index.cjs +242 -146
  469. package/dist/molecules/date-picker/index.cjs.map +1 -1
  470. package/dist/molecules/date-picker/index.js +10 -8
  471. package/dist/molecules/description-json-render.cjs +182 -120
  472. package/dist/molecules/description-json-render.cjs.map +1 -1
  473. package/dist/molecules/description-json-render.js +7 -6
  474. package/dist/molecules/download-card.cjs +67 -8
  475. package/dist/molecules/download-card.cjs.map +1 -1
  476. package/dist/molecules/download-card.js +6 -5
  477. package/dist/molecules/dynamic-field.cjs +222 -72
  478. package/dist/molecules/dynamic-field.cjs.map +1 -1
  479. package/dist/molecules/dynamic-field.js +13 -11
  480. package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs +359 -267
  481. package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs.map +1 -1
  482. package/dist/molecules/dynamic-form-editor-field-editor-panel.js +9 -7
  483. package/dist/molecules/dynamic-form-editor-field-list-panel.cjs +115 -47
  484. package/dist/molecules/dynamic-form-editor-field-list-panel.cjs.map +1 -1
  485. package/dist/molecules/dynamic-form-editor-field-list-panel.js +6 -4
  486. package/dist/molecules/dynamic-form-editor-issues-panel.cjs +39 -2
  487. package/dist/molecules/dynamic-form-editor-issues-panel.cjs.map +1 -1
  488. package/dist/molecules/dynamic-form-editor-issues-panel.js +4 -3
  489. package/dist/molecules/dynamic-form-editor-preview-panel.cjs +239 -89
  490. package/dist/molecules/dynamic-form-editor-preview-panel.cjs.map +1 -1
  491. package/dist/molecules/dynamic-form-editor-preview-panel.js +15 -13
  492. package/dist/molecules/dynamic-form-editor.cjs +571 -407
  493. package/dist/molecules/dynamic-form-editor.cjs.map +1 -1
  494. package/dist/molecules/dynamic-form-editor.js +21 -19
  495. package/dist/molecules/dynamic-form.cjs +235 -85
  496. package/dist/molecules/dynamic-form.cjs.map +1 -1
  497. package/dist/molecules/dynamic-form.js +14 -12
  498. package/dist/molecules/expand-table/index.cjs +100 -42
  499. package/dist/molecules/expand-table/index.cjs.map +1 -1
  500. package/dist/molecules/expand-table/index.js +6 -5
  501. package/dist/molecules/force-refresh.cjs +79 -24
  502. package/dist/molecules/force-refresh.cjs.map +1 -1
  503. package/dist/molecules/force-refresh.js +5 -4
  504. package/dist/molecules/form/form.cjs +54 -4
  505. package/dist/molecules/form/form.cjs.map +1 -1
  506. package/dist/molecules/form/form.js +4 -3
  507. package/dist/molecules/form/index.cjs +54 -4
  508. package/dist/molecules/form/index.cjs.map +1 -1
  509. package/dist/molecules/form/index.js +4 -3
  510. package/dist/molecules/ghost-post.cjs +72 -14
  511. package/dist/molecules/ghost-post.cjs.map +1 -1
  512. package/dist/molecules/ghost-post.d.cts +1 -0
  513. package/dist/molecules/ghost-post.d.ts +1 -0
  514. package/dist/molecules/ghost-post.js +7 -6
  515. package/dist/molecules/index.cjs +1334 -989
  516. package/dist/molecules/index.cjs.map +1 -1
  517. package/dist/molecules/index.d.cts +1 -0
  518. package/dist/molecules/index.d.ts +1 -0
  519. package/dist/molecules/index.js +80 -79
  520. package/dist/molecules/learning-post.cjs +109 -37
  521. package/dist/molecules/learning-post.cjs.map +1 -1
  522. package/dist/molecules/learning-post.d.cts +1 -0
  523. package/dist/molecules/learning-post.d.ts +1 -0
  524. package/dist/molecules/learning-post.js +9 -8
  525. package/dist/molecules/navigation.cjs +49 -5
  526. package/dist/molecules/navigation.cjs.map +1 -1
  527. package/dist/molecules/navigation.js +5 -4
  528. package/dist/molecules/one-on-one-guide-list.cjs +56 -6
  529. package/dist/molecules/one-on-one-guide-list.cjs.map +1 -1
  530. package/dist/molecules/one-on-one-guide-list.js +6 -5
  531. package/dist/molecules/radio-button-card.cjs +77 -13
  532. package/dist/molecules/radio-button-card.cjs.map +1 -1
  533. package/dist/molecules/radio-button-card.js +4 -3
  534. package/dist/molecules/stepper.cjs +55 -4
  535. package/dist/molecules/stepper.cjs.map +1 -1
  536. package/dist/molecules/stepper.js +5 -4
  537. package/dist/molecules/tag-selector.cjs +256 -180
  538. package/dist/molecules/tag-selector.cjs.map +1 -1
  539. package/dist/molecules/tag-selector.js +9 -7
  540. package/dist/molecules/time-select.cjs +180 -126
  541. package/dist/molecules/time-select.cjs.map +1 -1
  542. package/dist/molecules/time-select.d.cts +1 -0
  543. package/dist/molecules/time-select.d.ts +1 -0
  544. package/dist/molecules/time-select.js +5 -3
  545. package/dist/molecules/training-info-guideline.cjs +75 -11
  546. package/dist/molecules/training-info-guideline.cjs.map +1 -1
  547. package/dist/molecules/training-info-guideline.js +10 -9
  548. package/dist/theme/theme-provider.cjs +53 -1
  549. package/dist/theme/theme-provider.cjs.map +1 -1
  550. package/dist/theme/theme-provider.d.cts +18 -2
  551. package/dist/theme/theme-provider.d.ts +18 -2
  552. package/dist/theme/theme-provider.js +4 -1
  553. package/dist/utils/convert-button-size.d.cts +1 -0
  554. package/dist/utils/convert-button-size.d.ts +1 -0
  555. package/dist/utils/convert-icon-button-size.d.cts +1 -0
  556. package/dist/utils/convert-icon-button-size.d.ts +1 -0
  557. package/dist/utils/index.cjs +25 -0
  558. package/dist/utils/index.cjs.map +1 -1
  559. package/dist/utils/index.d.cts +2 -0
  560. package/dist/utils/index.d.ts +2 -0
  561. package/dist/utils/index.js +5 -1
  562. package/dist/utils/resolve-color.cjs +51 -0
  563. package/dist/utils/resolve-color.cjs.map +1 -0
  564. package/dist/utils/resolve-color.d.cts +38 -0
  565. package/dist/utils/resolve-color.d.ts +38 -0
  566. package/dist/utils/resolve-color.js +8 -0
  567. package/dist/utils/resolve-color.js.map +1 -0
  568. package/package.json +1 -1
  569. package/src/atoms/alert-dialog.tsx +38 -1
  570. package/src/atoms/avatar.tsx +18 -3
  571. package/src/atoms/badge.tsx +15 -22
  572. package/src/atoms/blockquote.tsx +31 -1
  573. package/src/atoms/button.tsx +12 -3
  574. package/src/atoms/button.type.ts +6 -1
  575. package/src/atoms/call-out.tsx +48 -1
  576. package/src/atoms/check-box-card.tsx +51 -1
  577. package/src/atoms/check-box-group.tsx +19 -2
  578. package/src/atoms/check-box.tsx +17 -3
  579. package/src/atoms/code.tsx +31 -1
  580. package/src/atoms/data-list.tsx +47 -1
  581. package/src/atoms/dropdown-menu.tsx +53 -6
  582. package/src/atoms/heading.tsx +22 -4
  583. package/src/atoms/hover-card.tsx +37 -1
  584. package/src/atoms/icon-button.tsx +12 -3
  585. package/src/atoms/link.tsx +21 -3
  586. package/src/atoms/pagination.tsx +21 -2
  587. package/src/atoms/popover.tsx +37 -1
  588. package/src/atoms/progress.tsx +31 -1
  589. package/src/atoms/radio-cards.tsx +49 -1
  590. package/src/atoms/radio-group.tsx +49 -1
  591. package/src/atoms/radio.tsx +31 -1
  592. package/src/atoms/segmented-control.tsx +3 -0
  593. package/src/atoms/select.tsx +67 -19
  594. package/src/atoms/switch.tsx +31 -1
  595. package/src/atoms/tab-nav.tsx +42 -1
  596. package/src/atoms/tabs.tsx +40 -1
  597. package/src/atoms/tooltip.tsx +14 -1
  598. package/src/atoms/typo.tsx +21 -3
  599. package/src/charts/chart-default-props.tsx +1 -1
  600. package/src/molecules/radio-button-card.tsx +6 -4
  601. package/src/theme/theme-provider.tsx +38 -3
  602. package/src/utils/index.ts +2 -1
  603. package/src/utils/resolve-color.ts +86 -0
  604. package/dist/chunk-365QMK4D.js +0 -7
  605. package/dist/chunk-365QMK4D.js.map +0 -1
  606. package/dist/chunk-3NUQAVE6.js.map +0 -1
  607. package/dist/chunk-5AVBYDPB.js +0 -7
  608. package/dist/chunk-5AVBYDPB.js.map +0 -1
  609. package/dist/chunk-5ZITU5L7.js +0 -7
  610. package/dist/chunk-5ZITU5L7.js.map +0 -1
  611. package/dist/chunk-6DJOIRMF.js +0 -7
  612. package/dist/chunk-6DJOIRMF.js.map +0 -1
  613. package/dist/chunk-6IVCARWS.js +0 -7
  614. package/dist/chunk-6IVCARWS.js.map +0 -1
  615. package/dist/chunk-7FKRQQYK.js +0 -15
  616. package/dist/chunk-7FKRQQYK.js.map +0 -1
  617. package/dist/chunk-B6XJN6EC.js +0 -7
  618. package/dist/chunk-B6XJN6EC.js.map +0 -1
  619. package/dist/chunk-BESTU2AY.js.map +0 -1
  620. package/dist/chunk-CSKNBWPB.js.map +0 -1
  621. package/dist/chunk-DHZVOXFM.js +0 -35
  622. package/dist/chunk-DHZVOXFM.js.map +0 -1
  623. package/dist/chunk-FPD73OHW.js +0 -7
  624. package/dist/chunk-FPD73OHW.js.map +0 -1
  625. package/dist/chunk-HFVVQEOZ.js +0 -1
  626. package/dist/chunk-HQATHJBN.js.map +0 -1
  627. package/dist/chunk-J242TTFH.js +0 -7
  628. package/dist/chunk-J242TTFH.js.map +0 -1
  629. package/dist/chunk-K36TPMKL.js.map +0 -1
  630. package/dist/chunk-KTSEZC6A.js +0 -49
  631. package/dist/chunk-KTSEZC6A.js.map +0 -1
  632. package/dist/chunk-MIMJ7LON.js +0 -7
  633. package/dist/chunk-MIMJ7LON.js.map +0 -1
  634. package/dist/chunk-O3T3TM3V.js +0 -7
  635. package/dist/chunk-O3T3TM3V.js.map +0 -1
  636. package/dist/chunk-OHMOP5PV.js +0 -7
  637. package/dist/chunk-OHMOP5PV.js.map +0 -1
  638. package/dist/chunk-OYM4XCHQ.js +0 -7
  639. package/dist/chunk-OYM4XCHQ.js.map +0 -1
  640. package/dist/chunk-PMJIFLDT.js.map +0 -1
  641. package/dist/chunk-SMLC2O3V.js +0 -42
  642. package/dist/chunk-SMLC2O3V.js.map +0 -1
  643. package/dist/chunk-TVDKGMBI.js.map +0 -1
  644. package/dist/chunk-VTJZMOSP.js +0 -7
  645. package/dist/chunk-VTJZMOSP.js.map +0 -1
  646. package/dist/chunk-VYCYVN3L.js.map +0 -1
  647. package/dist/chunk-W7X7KSJP.js.map +0 -1
  648. package/dist/chunk-X2GMDZ7M.js +0 -59
  649. package/dist/chunk-X2GMDZ7M.js.map +0 -1
  650. package/dist/chunk-XK6VEVOK.js.map +0 -1
  651. package/dist/chunk-YGL6SWKN.js +0 -7
  652. package/dist/chunk-YGL6SWKN.js.map +0 -1
  653. package/dist/chunk-YJ7ZFOYL.js +0 -7
  654. package/dist/chunk-YJ7ZFOYL.js.map +0 -1
  655. package/dist/chunk-ZVDAEY5Q.js.map +0 -1
  656. /package/dist/{chunk-GGLDVUYU.js.map → chunk-2FB75HU2.js.map} +0 -0
  657. /package/dist/{chunk-7ITDAUWI.js.map → chunk-2I37QLRA.js.map} +0 -0
  658. /package/dist/{chunk-PXPGCDNA.js.map → chunk-2O7NVLVP.js.map} +0 -0
  659. /package/dist/{chunk-NZ6ONU5Z.js.map → chunk-2SM37SB4.js.map} +0 -0
  660. /package/dist/{chunk-NLW32DPB.js.map → chunk-2WNLUQX5.js.map} +0 -0
  661. /package/dist/{chunk-XBOSNFUM.js.map → chunk-447H6BVE.js.map} +0 -0
  662. /package/dist/{chunk-5V6MQUTB.js.map → chunk-5OW76AER.js.map} +0 -0
  663. /package/dist/{chunk-44VLRAHW.js.map → chunk-6YJGQWD6.js.map} +0 -0
  664. /package/dist/{chunk-KCCYHT23.js.map → chunk-7JW5Z2TL.js.map} +0 -0
  665. /package/dist/{chunk-JZVK4NDF.js.map → chunk-7PBLFV5L.js.map} +0 -0
  666. /package/dist/{chunk-UXVM3Y7P.js.map → chunk-A26UWBVB.js.map} +0 -0
  667. /package/dist/{chunk-HJP4STJZ.js.map → chunk-A4YOY75P.js.map} +0 -0
  668. /package/dist/{chunk-LSDD4TAP.js.map → chunk-AJTGTGOC.js.map} +0 -0
  669. /package/dist/{chunk-JWAQUXGB.js.map → chunk-BZ3EXV6A.js.map} +0 -0
  670. /package/dist/{chunk-QRI6ARS6.js.map → chunk-C2G3IB7G.js.map} +0 -0
  671. /package/dist/{chunk-4U6DFH7Z.js.map → chunk-E6GCU5IQ.js.map} +0 -0
  672. /package/dist/{chunk-VRJR534I.js.map → chunk-GAA3RTRW.js.map} +0 -0
  673. /package/dist/{chunk-VY557FHE.js.map → chunk-GE4M5GOQ.js.map} +0 -0
  674. /package/dist/{chunk-OUJAPQS2.js.map → chunk-GPULIICW.js.map} +0 -0
  675. /package/dist/{chunk-7PF6I4RN.js.map → chunk-GRDRXD53.js.map} +0 -0
  676. /package/dist/{chunk-TJKS6CLU.js.map → chunk-GREYLAMY.js.map} +0 -0
  677. /package/dist/{chunk-VREM33BW.js.map → chunk-GYSRHZRS.js.map} +0 -0
  678. /package/dist/{chunk-2TYR2RDO.js.map → chunk-H3GQHGFA.js.map} +0 -0
  679. /package/dist/{chunk-KMVSJT6Y.js.map → chunk-HH6LML5K.js.map} +0 -0
  680. /package/dist/{chunk-J62KAMQL.js.map → chunk-IM6E52L2.js.map} +0 -0
  681. /package/dist/{chunk-5LRFDSG2.js.map → chunk-J7N2IZQW.js.map} +0 -0
  682. /package/dist/{chunk-EEAHZCIK.js.map → chunk-JCUG2XKB.js.map} +0 -0
  683. /package/dist/{chunk-4LUFF5LX.js.map → chunk-JNEGSY5N.js.map} +0 -0
  684. /package/dist/{chunk-CQSM6JCO.js.map → chunk-K3Q4XLCN.js.map} +0 -0
  685. /package/dist/{chunk-4TST4UK5.js.map → chunk-KO3V7KB6.js.map} +0 -0
  686. /package/dist/{chunk-3U6FXC6R.js.map → chunk-LIWQ47VQ.js.map} +0 -0
  687. /package/dist/{chunk-2ZSK45QM.js.map → chunk-LQ3WGFS7.js.map} +0 -0
  688. /package/dist/{chunk-A7LYIUE7.js.map → chunk-M77YPVQN.js.map} +0 -0
  689. /package/dist/{chunk-P4KO43AP.js.map → chunk-MCKWO7K4.js.map} +0 -0
  690. /package/dist/{chunk-G7NEBNHU.js.map → chunk-MGR37YQB.js.map} +0 -0
  691. /package/dist/{chunk-QDC3LFHS.js.map → chunk-MMLVZWMD.js.map} +0 -0
  692. /package/dist/{chunk-D4JZHM4J.js.map → chunk-MP5KZULQ.js.map} +0 -0
  693. /package/dist/{chunk-WMWXF44S.js.map → chunk-MSLSD7F6.js.map} +0 -0
  694. /package/dist/{chunk-JUDD3XGY.js.map → chunk-MSM2QG23.js.map} +0 -0
  695. /package/dist/{chunk-NVQSH733.js.map → chunk-NFMEBYNY.js.map} +0 -0
  696. /package/dist/{chunk-7ZMY4CAZ.js.map → chunk-NIHOKIYW.js.map} +0 -0
  697. /package/dist/{chunk-3GQQQBJN.js.map → chunk-NYG34MV6.js.map} +0 -0
  698. /package/dist/{chunk-XF7FPCS7.js.map → chunk-OA3DGWVL.js.map} +0 -0
  699. /package/dist/{chunk-F5IXHUBI.js.map → chunk-OBWQ3N5D.js.map} +0 -0
  700. /package/dist/{chunk-HVXBZGLT.js.map → chunk-OEHVGPWL.js.map} +0 -0
  701. /package/dist/{chunk-HFVVQEOZ.js.map → chunk-OLJN3WXR.js.map} +0 -0
  702. /package/dist/{chunk-WE3TWSC4.js.map → chunk-OPYRV6XJ.js.map} +0 -0
  703. /package/dist/{chunk-WFOIY6OR.js.map → chunk-OQN4E2QP.js.map} +0 -0
  704. /package/dist/{chunk-HZ7HETUI.js.map → chunk-OWQUXTQ2.js.map} +0 -0
  705. /package/dist/{chunk-7I7PZF5L.js.map → chunk-OYXUWBKS.js.map} +0 -0
  706. /package/dist/{chunk-D3KCPM4O.js.map → chunk-PE4EBBU4.js.map} +0 -0
  707. /package/dist/{chunk-3GGJWSFK.js.map → chunk-PXMJK5D5.js.map} +0 -0
  708. /package/dist/{chunk-Y4U24VXI.js.map → chunk-Q3M6GFHY.js.map} +0 -0
  709. /package/dist/{chunk-GFURX6GB.js.map → chunk-QPL7SJQM.js.map} +0 -0
  710. /package/dist/{chunk-YAUOAWYS.js.map → chunk-RMVVV5NH.js.map} +0 -0
  711. /package/dist/{chunk-RPV3QPQL.js.map → chunk-RUJZ5PE7.js.map} +0 -0
  712. /package/dist/{chunk-6J5YZTZE.js.map → chunk-T2CGNUCP.js.map} +0 -0
  713. /package/dist/{chunk-ZUZ5FT4B.js.map → chunk-TU6SGJ5Z.js.map} +0 -0
  714. /package/dist/{chunk-5ZEQ33PC.js.map → chunk-TYEGB5FQ.js.map} +0 -0
  715. /package/dist/{chunk-5AWPST2R.js.map → chunk-UFM3EL52.js.map} +0 -0
  716. /package/dist/{chunk-R3WM6HV6.js.map → chunk-VD5ZDFCM.js.map} +0 -0
  717. /package/dist/{chunk-AQVIQODP.js.map → chunk-VK6INFSB.js.map} +0 -0
  718. /package/dist/{chunk-QFEZIPWJ.js.map → chunk-WY37V3W4.js.map} +0 -0
  719. /package/dist/{chunk-SDEDXT7A.js.map → chunk-XOQXIPLL.js.map} +0 -0
  720. /package/dist/{chunk-DVYTRZOL.js.map → chunk-YCLYKBWZ.js.map} +0 -0
  721. /package/dist/{chunk-YW4IN7LP.js.map → chunk-YGNHAFBW.js.map} +0 -0
  722. /package/dist/{chunk-APG3GKDT.js.map → chunk-YWWYA2JZ.js.map} +0 -0
  723. /package/dist/{chunk-7AMHCTRM.js.map → chunk-Z5LPHG2D.js.map} +0 -0
  724. /package/dist/{chunk-GZNELGHF.js.map → chunk-ZAFLWQOV.js.map} +0 -0
  725. /package/dist/{chunk-WD5P2N6F.js.map → chunk-ZC2JPF7B.js.map} +0 -0
  726. /package/dist/{chunk-UH6Q3TEK.js.map → chunk-ZCQMCIT5.js.map} +0 -0
  727. /package/dist/{chunk-LT5C6QT7.js.map → chunk-ZUL3NYQ4.js.map} +0 -0
  728. /package/dist/{chunk-23QMZC6L.js.map → chunk-ZWYQ44CB.js.map} +0 -0
@@ -62,7 +62,7 @@ __export(tag_selector_exports, {
62
62
  TagSelector: () => TagSelector
63
63
  });
64
64
  module.exports = __toCommonJS(tag_selector_exports);
65
- var import_react5 = require("react");
65
+ var import_react7 = require("react");
66
66
  var import_react_icons2 = require("@radix-ui/react-icons");
67
67
 
68
68
  // src/atoms/auto-sizing-input.tsx
@@ -185,6 +185,7 @@ AutoSizingInput.displayName = "AutoSizingInput";
185
185
 
186
186
  // src/atoms/typo.tsx
187
187
  var import_themes2 = require("@radix-ui/themes");
188
+ var import_clsx = require("clsx");
188
189
  var import_react2 = require("react");
189
190
 
190
191
  // src/utils/map-with-responsive.ts
@@ -205,11 +206,38 @@ var mapWithResponsive = (args) => {
205
206
  return value;
206
207
  };
207
208
 
209
+ // src/utils/resolve-color.ts
210
+ var SEMANTIC_COLOR_MAP = {
211
+ error: "red",
212
+ neutral: "gray",
213
+ success: "green",
214
+ accent: void 0
215
+ };
216
+ var CUSTOM_COLOR_MAP = {
217
+ black: { className: "tipp-accent-black", fallbackColor: "gray" }
218
+ };
219
+ var isSemanticColor = (color) => color !== void 0 && color in SEMANTIC_COLOR_MAP;
220
+ var isCustomColor = (color) => color !== void 0 && color in CUSTOM_COLOR_MAP;
221
+ var resolveColor = (color) => {
222
+ if (isCustomColor(color)) {
223
+ const { className, fallbackColor } = CUSTOM_COLOR_MAP[color];
224
+ return { color: fallbackColor, className };
225
+ }
226
+ if (isSemanticColor(color)) {
227
+ return { color: SEMANTIC_COLOR_MAP[color] };
228
+ }
229
+ return { color };
230
+ };
231
+
208
232
  // src/atoms/typo.tsx
209
233
  var import_jsx_runtime2 = require("react/jsx-runtime");
210
234
  var Typo = (0, import_react2.forwardRef)(
211
235
  (props, ref) => {
212
- const _a = props, { size, variant, children } = _a, rest = __objRest(_a, ["size", "variant", "children"]);
236
+ const _a = props, { size, variant, children, color, className } = _a, rest = __objRest(_a, ["size", "variant", "children", "color", "className"]);
237
+ const { color: radixColor, className: colorClassName } = (0, import_react2.useMemo)(
238
+ () => resolveColor(color),
239
+ [color]
240
+ );
213
241
  const radixSize = (0, import_react2.useMemo)(() => {
214
242
  if (size !== void 0) return size;
215
243
  if (variant === void 0) return "2";
@@ -228,21 +256,62 @@ var Typo = (0, import_react2.forwardRef)(
228
256
  }
229
257
  });
230
258
  }, [size, variant]);
231
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_themes2.Text, __spreadProps(__spreadValues({}, rest), { ref, size: radixSize, children }));
259
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
260
+ import_themes2.Text,
261
+ __spreadProps(__spreadValues({}, rest), {
262
+ className: (0, import_clsx.clsx)(colorClassName, className),
263
+ color: radixColor,
264
+ ref,
265
+ size: radixSize,
266
+ children
267
+ })
268
+ );
232
269
  }
233
270
  );
234
271
  Typo.displayName = "Typo";
235
272
 
236
273
  // src/atoms/popover.tsx
274
+ var import_themes4 = require("@radix-ui/themes");
275
+ var import_clsx3 = require("clsx");
276
+ var import_react4 = require("react");
277
+
278
+ // src/theme/theme-provider.tsx
279
+ var import_react3 = require("react");
237
280
  var import_themes3 = require("@radix-ui/themes");
281
+ var import_clsx2 = require("clsx");
282
+ var import_jsx_runtime3 = require("react/jsx-runtime");
283
+ var ThemeAccentContext = (0, import_react3.createContext)(void 0);
284
+
285
+ // src/atoms/popover.tsx
286
+ var import_jsx_runtime4 = require("react/jsx-runtime");
287
+ var Content = (0, import_react4.forwardRef)((props, ref) => {
288
+ const _a = props, { className, color } = _a, rest = __objRest(_a, ["className", "color"]);
289
+ const themeAccent = (0, import_react4.useContext)(ThemeAccentContext);
290
+ const { className: colorClassName } = (0, import_react4.useMemo)(
291
+ () => resolveColor(color != null ? color : themeAccent),
292
+ [color, themeAccent]
293
+ );
294
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
295
+ import_themes4.Popover.Content,
296
+ __spreadProps(__spreadValues({
297
+ ref
298
+ }, rest), {
299
+ className: (0, import_clsx3.clsx)(colorClassName, className)
300
+ })
301
+ );
302
+ });
303
+ Content.displayName = "Popover.Content";
304
+ var Popover = __spreadProps(__spreadValues({}, import_themes4.Popover), {
305
+ Content
306
+ });
238
307
 
239
308
  // src/atoms/flex.tsx
240
- var import_themes4 = require("@radix-ui/themes");
309
+ var import_themes5 = require("@radix-ui/themes");
241
310
 
242
311
  // src/atoms/button.tsx
243
- var import_react3 = require("react");
244
- var import_themes5 = require("@radix-ui/themes");
245
- var import_clsx = require("clsx");
312
+ var import_react5 = require("react");
313
+ var import_themes6 = require("@radix-ui/themes");
314
+ var import_clsx4 = require("clsx");
246
315
 
247
316
  // src/utils/convert-button-size.ts
248
317
  var convertSizeStr = (size) => {
@@ -276,28 +345,35 @@ var convertSize = (size) => {
276
345
  };
277
346
 
278
347
  // src/atoms/button.tsx
279
- var import_jsx_runtime3 = require("react/jsx-runtime");
280
- var Button = (0, import_react3.forwardRef)(
348
+ var import_jsx_runtime5 = require("react/jsx-runtime");
349
+ var Button = (0, import_react5.forwardRef)(
281
350
  (props, ref) => {
282
- const _a = props, { size, style, variant } = _a, restProps = __objRest(_a, ["size", "style", "variant"]);
283
- const radixSize = (0, import_react3.useMemo)(() => {
351
+ const _a = props, { size, style, variant, color } = _a, restProps = __objRest(_a, ["size", "style", "variant", "color"]);
352
+ const radixSize = (0, import_react5.useMemo)(() => {
284
353
  return convertSize(size);
285
354
  }, [size]);
286
- const radixVariant = (0, import_react3.useMemo)(() => {
355
+ const radixVariant = (0, import_react5.useMemo)(() => {
287
356
  if (variant === "transparent") return "ghost";
288
357
  return variant;
289
358
  }, [variant]);
290
- const className = (0, import_react3.useMemo)(() => {
291
- return (0, import_clsx.clsx)(props.className, { transparent: variant === "transparent" });
292
- }, [props.className, variant]);
293
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
294
- import_themes5.Button,
359
+ const { color: radixColor, className: colorClassName } = (0, import_react5.useMemo)(
360
+ () => resolveColor(color),
361
+ [color]
362
+ );
363
+ const className = (0, import_react5.useMemo)(() => {
364
+ return (0, import_clsx4.clsx)(props.className, colorClassName, {
365
+ transparent: variant === "transparent"
366
+ });
367
+ }, [props.className, colorClassName, variant]);
368
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
369
+ import_themes6.Button,
295
370
  __spreadProps(__spreadValues({
296
371
  style,
297
372
  type: "button",
298
373
  variant: radixVariant
299
374
  }, restProps), {
300
375
  className,
376
+ color: radixColor,
301
377
  ref,
302
378
  size: radixSize
303
379
  })
@@ -307,20 +383,14 @@ var Button = (0, import_react3.forwardRef)(
307
383
  Button.displayName = "Button";
308
384
 
309
385
  // src/atoms/badge.tsx
310
- var import_themes6 = require("@radix-ui/themes");
311
- var import_react4 = require("react");
312
- var import_jsx_runtime4 = require("react/jsx-runtime");
313
- var SEMANTIC_COLOR_MAP = {
314
- error: "red",
315
- neutral: "gray",
316
- success: "green",
317
- accent: void 0
318
- };
319
- var isSemanticColor = (color) => color !== void 0 && color in SEMANTIC_COLOR_MAP;
320
- var Badge = (0, import_react4.forwardRef)(
386
+ var import_themes7 = require("@radix-ui/themes");
387
+ var import_clsx5 = require("clsx");
388
+ var import_react6 = require("react");
389
+ var import_jsx_runtime6 = require("react/jsx-runtime");
390
+ var Badge = (0, import_react6.forwardRef)(
321
391
  (props, ref) => {
322
- const _a = props, { size = "small", color = "accent" } = _a, rest = __objRest(_a, ["size", "color"]);
323
- const radixSize = (0, import_react4.useMemo)(() => {
392
+ const _a = props, { size = "small", color = "accent", className } = _a, rest = __objRest(_a, ["size", "color", "className"]);
393
+ const radixSize = (0, import_react6.useMemo)(() => {
324
394
  switch (size) {
325
395
  case "small":
326
396
  return "1";
@@ -332,13 +402,19 @@ var Badge = (0, import_react4.forwardRef)(
332
402
  return "1";
333
403
  }
334
404
  }, [size]);
335
- const radixColor = (0, import_react4.useMemo)(() => {
336
- if (isSemanticColor(color)) {
337
- return SEMANTIC_COLOR_MAP[color];
338
- }
339
- return color;
340
- }, [color]);
341
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_themes6.Badge, __spreadProps(__spreadValues({}, rest), { color: radixColor, ref, size: radixSize }));
405
+ const { color: radixColor, className: colorClassName } = (0, import_react6.useMemo)(
406
+ () => resolveColor(color),
407
+ [color]
408
+ );
409
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
410
+ import_themes7.Badge,
411
+ __spreadProps(__spreadValues({}, rest), {
412
+ className: (0, import_clsx5.clsx)(colorClassName, className),
413
+ color: radixColor,
414
+ ref,
415
+ size: radixSize
416
+ })
417
+ );
342
418
  }
343
419
  );
344
420
  Badge.displayName = "Badge";
@@ -347,12 +423,12 @@ Badge.displayName = "Badge";
347
423
  var import_react_icons = require("@radix-ui/react-icons");
348
424
 
349
425
  // src/icons/phone-ring.tsx
350
- var React4 = __toESM(require("react"), 1);
351
- var import_jsx_runtime5 = require("react/jsx-runtime");
352
- var PhoneRingIcon = React4.forwardRef(
426
+ var React5 = __toESM(require("react"), 1);
427
+ var import_jsx_runtime7 = require("react/jsx-runtime");
428
+ var PhoneRingIcon = React5.forwardRef(
353
429
  (_a, forwardedRef) => {
354
430
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
355
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
431
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
356
432
  "svg",
357
433
  __spreadProps(__spreadValues({
358
434
  fill: "none",
@@ -363,14 +439,14 @@ var PhoneRingIcon = React4.forwardRef(
363
439
  }, props), {
364
440
  ref: forwardedRef,
365
441
  children: [
366
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
442
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
367
443
  "path",
368
444
  {
369
445
  d: "M7.7207 8.94603C6.98877 8.2141 6.41082 7.3865 5.98686 6.50348C5.95039 6.42753 5.93216 6.38955 5.91815 6.34149C5.86837 6.17072 5.90413 5.96102 6.00769 5.81639C6.03683 5.77569 6.07165 5.74087 6.14128 5.67124C6.35424 5.45828 6.46072 5.3518 6.53033 5.24473C6.79287 4.84094 6.79287 4.32038 6.53033 3.91658C6.46072 3.80951 6.35424 3.70303 6.14128 3.49007L6.02257 3.37137C5.69885 3.04764 5.53699 2.88578 5.36315 2.79786C5.01743 2.62299 4.60914 2.62299 4.26342 2.79786C4.08958 2.88578 3.92772 3.04764 3.604 3.37137L3.50798 3.46739C3.18536 3.79 3.02405 3.95131 2.90086 4.17062C2.76415 4.41398 2.66586 4.79194 2.66669 5.07106C2.66744 5.32261 2.71624 5.49452 2.81382 5.83835C3.33828 7.68611 4.32781 9.42969 5.78242 10.8843C7.23704 12.3389 8.98062 13.3285 10.8284 13.8529C11.1722 13.9505 11.3441 13.9993 11.5957 14C11.8748 14.0009 12.2528 13.9026 12.4961 13.7659C12.7154 13.6427 12.8767 13.4814 13.1993 13.1588L13.2954 13.0627C13.6191 12.739 13.7809 12.5771 13.8689 12.4033C14.0437 12.0576 14.0437 11.6493 13.8689 11.3036C13.7809 11.1297 13.6191 10.9679 13.2954 10.6442L13.1767 10.5255C12.9637 10.3125 12.8572 10.206 12.7501 10.1364C12.3464 9.87386 11.8258 9.87386 11.422 10.1364C11.3149 10.206 11.2084 10.3125 10.9955 10.5255C10.9259 10.5951 10.891 10.6299 10.8503 10.659C10.7057 10.7626 10.496 10.7984 10.3252 10.7486C10.2772 10.7346 10.2392 10.7163 10.1632 10.6799C9.28023 10.2559 8.45262 9.67796 7.7207 8.94603Z",
370
446
  fill: color
371
447
  }
372
448
  ),
373
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
449
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
374
450
  "path",
375
451
  {
376
452
  d: "M9.33335 4.22765C10.4699 4.62936 11.3707 5.53016 11.7724 6.66671M9.97701 2.33337C11.7004 2.93456 13.0655 4.2997 13.6667 6.02305M7.7207 8.94603C6.98877 8.2141 6.41082 7.3865 5.98686 6.50348C5.95039 6.42753 5.93216 6.38955 5.91815 6.34149C5.86837 6.17072 5.90413 5.96102 6.00769 5.81639C6.03683 5.77569 6.07165 5.74087 6.14128 5.67124C6.35424 5.45828 6.46072 5.3518 6.53033 5.24473C6.79287 4.84094 6.79287 4.32038 6.53033 3.91658C6.46072 3.80951 6.35424 3.70303 6.14128 3.49007L6.02257 3.37137C5.69885 3.04764 5.53699 2.88578 5.36315 2.79786C5.01743 2.62299 4.60914 2.62299 4.26342 2.79786C4.08958 2.88578 3.92772 3.04764 3.604 3.37137L3.50798 3.46739C3.18536 3.79 3.02405 3.95131 2.90086 4.17062C2.76415 4.41398 2.66586 4.79194 2.66669 5.07106C2.66744 5.32261 2.71624 5.49452 2.81382 5.83835C3.33828 7.68611 4.32781 9.42969 5.78242 10.8843C7.23704 12.3389 8.98062 13.3285 10.8284 13.8529C11.1722 13.9505 11.3441 13.9993 11.5957 14C11.8748 14.0009 12.2528 13.9026 12.4961 13.7659C12.7154 13.6427 12.8767 13.4814 13.1993 13.1588L13.2954 13.0627C13.6191 12.739 13.7809 12.5771 13.8689 12.4033C14.0437 12.0576 14.0437 11.6493 13.8689 11.3036C13.7809 11.1297 13.6191 10.9679 13.2954 10.6442L13.1767 10.5255C12.9637 10.3125 12.8572 10.206 12.7501 10.1364C12.3464 9.87386 11.8258 9.87386 11.422 10.1364C11.3149 10.206 11.2084 10.3125 10.9955 10.5255C10.9259 10.5951 10.891 10.6299 10.8503 10.659C10.7057 10.7626 10.496 10.7984 10.3252 10.7486C10.2772 10.7346 10.2392 10.7163 10.1632 10.6799C9.28023 10.2559 8.45262 9.67796 7.7207 8.94603Z",
@@ -387,12 +463,12 @@ var PhoneRingIcon = React4.forwardRef(
387
463
  PhoneRingIcon.displayName = "ArrowUpIcon";
388
464
 
389
465
  // src/icons/up.tsx
390
- var React5 = __toESM(require("react"), 1);
391
- var import_jsx_runtime6 = require("react/jsx-runtime");
392
- var TriangleArrowUpIcon = React5.forwardRef(
466
+ var React6 = __toESM(require("react"), 1);
467
+ var import_jsx_runtime8 = require("react/jsx-runtime");
468
+ var TriangleArrowUpIcon = React6.forwardRef(
393
469
  (_a, forwardedRef) => {
394
470
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
395
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
471
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
396
472
  "svg",
397
473
  __spreadProps(__spreadValues({
398
474
  fill: "none",
@@ -402,7 +478,7 @@ var TriangleArrowUpIcon = React5.forwardRef(
402
478
  xmlns: "http://www.w3.org/2000/svg"
403
479
  }, props), {
404
480
  ref: forwardedRef,
405
- children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
481
+ children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
406
482
  "path",
407
483
  {
408
484
  d: "M0.891555 6.1875L7.10845 6.1875C7.80261 6.1875 8.1771 5.37328 7.72534 4.84623L4.6169 1.21971C4.29263 0.841403 3.70737 0.841403 3.3831 1.21971L0.274659 4.84623C-0.177095 5.37328 0.197393 6.1875 0.891555 6.1875Z",
@@ -416,12 +492,12 @@ var TriangleArrowUpIcon = React5.forwardRef(
416
492
  TriangleArrowUpIcon.displayName = "ArrowUpIcon";
417
493
 
418
494
  // src/icons/down.tsx
419
- var React6 = __toESM(require("react"), 1);
420
- var import_jsx_runtime7 = require("react/jsx-runtime");
421
- var TriangleArrowDownIcon = React6.forwardRef(
495
+ var React7 = __toESM(require("react"), 1);
496
+ var import_jsx_runtime9 = require("react/jsx-runtime");
497
+ var TriangleArrowDownIcon = React7.forwardRef(
422
498
  (_a, forwardedRef) => {
423
499
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
424
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
500
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
425
501
  "svg",
426
502
  __spreadProps(__spreadValues({
427
503
  fill: "none",
@@ -431,7 +507,7 @@ var TriangleArrowDownIcon = React6.forwardRef(
431
507
  xmlns: "http://www.w3.org/2000/svg"
432
508
  }, props), {
433
509
  ref: forwardedRef,
434
- children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
510
+ children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
435
511
  "path",
436
512
  {
437
513
  d: "M7.10844 0.8125H0.891554C0.197392 0.8125 -0.177096 1.62672 0.274659 2.15377L3.3831 5.78029C3.70737 6.1586 4.29263 6.1586 4.6169 5.78029L7.72534 2.15377C8.1771 1.62672 7.80261 0.8125 7.10844 0.8125Z",
@@ -445,12 +521,12 @@ var TriangleArrowDownIcon = React6.forwardRef(
445
521
  TriangleArrowDownIcon.displayName = "ArrowDownIcon";
446
522
 
447
523
  // src/icons/mic.tsx
448
- var React7 = __toESM(require("react"), 1);
449
- var import_jsx_runtime8 = require("react/jsx-runtime");
450
- var MicIcon = React7.forwardRef(
524
+ var React8 = __toESM(require("react"), 1);
525
+ var import_jsx_runtime10 = require("react/jsx-runtime");
526
+ var MicIcon = React8.forwardRef(
451
527
  (_a, forwardedRef) => {
452
528
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
453
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
529
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
454
530
  "svg",
455
531
  __spreadProps(__spreadValues({
456
532
  fill: "none",
@@ -461,7 +537,7 @@ var MicIcon = React7.forwardRef(
461
537
  }, props), {
462
538
  ref: forwardedRef,
463
539
  children: [
464
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
540
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
465
541
  "path",
466
542
  {
467
543
  clipRule: "evenodd",
@@ -470,7 +546,7 @@ var MicIcon = React7.forwardRef(
470
546
  fillRule: "evenodd"
471
547
  }
472
548
  ),
473
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
549
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
474
550
  "path",
475
551
  {
476
552
  d: "M1.30707 7.51038C1.30707 8.87401 2.61826 12.2831 5.90497 12.2831M5.90497 12.2831V15.4999M5.90497 12.2831C8.8595 11.9148 10.0284 10.8351 10.5203 7.51038M5.90497 15.4999H4.05182M5.90497 15.4999H7.81056",
@@ -487,12 +563,12 @@ var MicIcon = React7.forwardRef(
487
563
  MicIcon.displayName = "MicIcon";
488
564
 
489
565
  // src/icons/camera.tsx
490
- var React8 = __toESM(require("react"), 1);
491
- var import_jsx_runtime9 = require("react/jsx-runtime");
492
- var CameraIcon = React8.forwardRef(
566
+ var React9 = __toESM(require("react"), 1);
567
+ var import_jsx_runtime11 = require("react/jsx-runtime");
568
+ var CameraIcon = React9.forwardRef(
493
569
  (_a, forwardedRef) => {
494
570
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
495
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
571
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
496
572
  "svg",
497
573
  __spreadProps(__spreadValues({
498
574
  fill: "none",
@@ -502,7 +578,7 @@ var CameraIcon = React8.forwardRef(
502
578
  width: "16",
503
579
  xmlns: "http://www.w3.org/2000/svg"
504
580
  }, props), {
505
- children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
581
+ children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
506
582
  "path",
507
583
  {
508
584
  d: "M1.41176 2C0.470588 2 0 2.46222 0 3.38667C0 4.31111 0 11.2444 0 12.1689C0 13.0933 0.470588 13.5556 0.941176 13.5556C1.41176 13.5556 9.88235 13.5556 10.8235 13.5556C11.7647 13.5556 11.7647 13.0933 11.7647 12.1689C11.7647 11.5595 11.7647 10.9502 11.7647 10.6056C11.7647 10.4478 11.8926 10.32 12.0504 10.32H12.1689C12.2126 10.32 12.2557 10.33 12.2949 10.3493L14.1176 11.2444L15.5883 11.9667C15.7782 12.06 16 11.9218 16 11.7103V3.86745C16 3.6507 15.768 3.51238 15.577 3.61479C14.6546 4.10924 12.5222 5.23556 12.2353 5.23556C12.1353 5.23556 12.0821 5.23556 12.0502 5.23556C11.8924 5.23556 11.7647 5.10789 11.7647 4.95009C11.7647 4.51892 11.7647 3.71688 11.7647 3.38667C11.7647 2.92444 11.2941 2 10.3529 2C9.41177 2 2.35294 2 1.41176 2Z",
@@ -516,12 +592,12 @@ var CameraIcon = React8.forwardRef(
516
592
  CameraIcon.displayName = "CameraIcon";
517
593
 
518
594
  // src/icons/camera-disabled.tsx
519
- var React9 = __toESM(require("react"), 1);
520
- var import_jsx_runtime10 = require("react/jsx-runtime");
521
- var CameraDisabledIcon = React9.forwardRef(
595
+ var React10 = __toESM(require("react"), 1);
596
+ var import_jsx_runtime12 = require("react/jsx-runtime");
597
+ var CameraDisabledIcon = React10.forwardRef(
522
598
  (_a, forwardedRef) => {
523
599
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
524
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
600
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
525
601
  "svg",
526
602
  __spreadProps(__spreadValues({
527
603
  fill: "none",
@@ -531,7 +607,7 @@ var CameraDisabledIcon = React9.forwardRef(
531
607
  width: "16",
532
608
  xmlns: "http://www.w3.org/2000/svg"
533
609
  }, props), {
534
- children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
610
+ children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
535
611
  "path",
536
612
  {
537
613
  clipRule: "evenodd",
@@ -547,12 +623,12 @@ var CameraDisabledIcon = React9.forwardRef(
547
623
  CameraDisabledIcon.displayName = "VideoDisabledIcon";
548
624
 
549
625
  // src/icons/end-call.tsx
550
- var React10 = __toESM(require("react"), 1);
551
- var import_jsx_runtime11 = require("react/jsx-runtime");
552
- var EndCallIcon = React10.forwardRef(
626
+ var React11 = __toESM(require("react"), 1);
627
+ var import_jsx_runtime13 = require("react/jsx-runtime");
628
+ var EndCallIcon = React11.forwardRef(
553
629
  (_a, forwardedRef) => {
554
630
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
555
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
631
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
556
632
  "svg",
557
633
  __spreadProps(__spreadValues({
558
634
  fill: "none",
@@ -563,14 +639,14 @@ var EndCallIcon = React10.forwardRef(
563
639
  xmlns: "http://www.w3.org/2000/svg"
564
640
  }, props), {
565
641
  children: [
566
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
642
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
567
643
  "path",
568
644
  {
569
645
  d: "M8 6.66667C8.90629 6.66667 9.77647 6.83841 10.5856 7.15419C10.6552 7.18136 10.69 7.19494 10.7285 7.21836C10.865 7.30159 10.9727 7.47044 10.9981 7.64117C11.0053 7.68921 11.0053 7.73711 11.0053 7.83291C11.0053 8.1259 11.0053 8.27239 11.0285 8.39394C11.1159 8.8523 11.4382 9.2104 11.8507 9.30757C11.9601 9.33333 12.092 9.33333 12.3557 9.33333H12.5026C12.9035 9.33333 13.1039 9.33333 13.266 9.27424C13.5883 9.1567 13.841 8.87584 13.9468 8.51773C14 8.33766 14 8.11498 14 7.6696V7.53749C14 7.09364 14 6.87172 13.9405 6.63611C13.8745 6.37466 13.7013 6.04705 13.528 5.85561C13.3718 5.68309 13.2352 5.5984 12.9619 5.42901C11.4932 4.51871 9.80113 4 8 4C6.19887 4 4.50678 4.51871 3.03812 5.42901C2.76484 5.5984 2.6282 5.68309 2.472 5.85561C2.29868 6.04705 2.12553 6.37466 2.0595 6.63611C2 6.87172 2 7.09364 2 7.53749V7.6696C2 8.11498 2 8.33766 2.05319 8.51773C2.15897 8.87584 2.41174 9.1567 2.73404 9.27424C2.8961 9.33333 3.09652 9.33333 3.49736 9.33333L3.64434 9.33333C3.90803 9.33333 4.03987 9.33333 4.14926 9.30757C4.56179 9.2104 4.88408 8.8523 4.97153 8.39394C4.99472 8.27239 4.99472 8.1259 4.99472 7.83291C4.99472 7.73711 4.99472 7.68921 5.00187 7.64117C5.0273 7.47044 5.13499 7.30159 5.27154 7.21836C5.30996 7.19494 5.34476 7.18136 5.41436 7.15419C6.22353 6.83841 7.09371 6.66667 8 6.66667Z",
570
646
  fill: color
571
647
  }
572
648
  ),
573
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
649
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
574
650
  "path",
575
651
  {
576
652
  d: "M2 12H14M8 6.66667C8.90629 6.66667 9.77647 6.83841 10.5856 7.15419C10.6552 7.18136 10.69 7.19494 10.7285 7.21836C10.865 7.30159 10.9727 7.47044 10.9981 7.64117C11.0053 7.68921 11.0053 7.73711 11.0053 7.83291C11.0053 8.1259 11.0053 8.27239 11.0285 8.39394C11.1159 8.8523 11.4382 9.2104 11.8507 9.30757C11.9601 9.33333 12.092 9.33333 12.3557 9.33333H12.5026C12.9035 9.33333 13.1039 9.33333 13.266 9.27424C13.5883 9.1567 13.841 8.87584 13.9468 8.51773C14 8.33766 14 8.11498 14 7.6696V7.53749C14 7.09364 14 6.87172 13.9405 6.63611C13.8745 6.37466 13.7013 6.04705 13.528 5.85561C13.3718 5.68309 13.2352 5.5984 12.9619 5.42901C11.4932 4.51871 9.80113 4 8 4C6.19887 4 4.50678 4.51871 3.03812 5.42901C2.76484 5.5984 2.6282 5.68309 2.472 5.85561C2.29868 6.04705 2.12553 6.37466 2.0595 6.63611C2 6.87172 2 7.09364 2 7.53749V7.6696C2 8.11498 2 8.33766 2.05319 8.51773C2.15897 8.87584 2.41174 9.1567 2.73404 9.27424C2.8961 9.33333 3.09652 9.33333 3.49736 9.33333L3.64434 9.33333C3.90803 9.33333 4.03987 9.33333 4.14926 9.30757C4.56179 9.2104 4.88408 8.8523 4.97153 8.39394C4.99472 8.27239 4.99472 8.1259 4.99472 7.83291C4.99472 7.73711 4.99472 7.68921 5.00187 7.64117C5.0273 7.47044 5.13499 7.30159 5.27154 7.21836C5.30996 7.19494 5.34476 7.18136 5.41436 7.15419C6.22353 6.83841 7.09371 6.66667 8 6.66667Z",
@@ -587,12 +663,12 @@ var EndCallIcon = React10.forwardRef(
587
663
  EndCallIcon.displayName = "EndCallIcon";
588
664
 
589
665
  // src/icons/circle-play.tsx
590
- var React11 = __toESM(require("react"), 1);
591
- var import_jsx_runtime12 = require("react/jsx-runtime");
592
- var CirclePlayIcon = React11.forwardRef(
666
+ var React12 = __toESM(require("react"), 1);
667
+ var import_jsx_runtime14 = require("react/jsx-runtime");
668
+ var CirclePlayIcon = React12.forwardRef(
593
669
  (_a, forwardedRef) => {
594
670
  var _b = _a, { color = "#currentColor" } = _b, props = __objRest(_b, ["color"]);
595
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
671
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
596
672
  "svg",
597
673
  __spreadProps(__spreadValues({
598
674
  fill: "none",
@@ -603,8 +679,8 @@ var CirclePlayIcon = React11.forwardRef(
603
679
  }, props), {
604
680
  ref: forwardedRef,
605
681
  children: [
606
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
607
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
682
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
683
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
608
684
  "path",
609
685
  {
610
686
  d: "M13.25 7.56699C13.5833 7.75944 13.5833 8.24056 13.25 8.43301L5.75 12.7631C5.41667 12.9556 5 12.715 5 12.3301L5 3.66987C5 3.28497 5.41667 3.04441 5.75 3.23686L13.25 7.56699Z",
@@ -619,12 +695,12 @@ var CirclePlayIcon = React11.forwardRef(
619
695
  CirclePlayIcon.displayName = "CirclePlayIcon";
620
696
 
621
697
  // src/icons/circle-pencil.tsx
622
- var React12 = __toESM(require("react"), 1);
623
- var import_jsx_runtime13 = require("react/jsx-runtime");
624
- var CirclePencilIcon = React12.forwardRef(
698
+ var React13 = __toESM(require("react"), 1);
699
+ var import_jsx_runtime15 = require("react/jsx-runtime");
700
+ var CirclePencilIcon = React13.forwardRef(
625
701
  (_a, forwardedRef) => {
626
702
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
627
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
703
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
628
704
  "svg",
629
705
  __spreadProps(__spreadValues({
630
706
  fill: "none",
@@ -635,8 +711,8 @@ var CirclePencilIcon = React12.forwardRef(
635
711
  }, props), {
636
712
  ref: forwardedRef,
637
713
  children: [
638
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
639
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
714
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
715
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
640
716
  "rect",
641
717
  {
642
718
  fill: "white",
@@ -646,7 +722,7 @@ var CirclePencilIcon = React12.forwardRef(
646
722
  width: "12"
647
723
  }
648
724
  ),
649
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
725
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
650
726
  "path",
651
727
  {
652
728
  clipRule: "evenodd",
@@ -663,12 +739,12 @@ var CirclePencilIcon = React12.forwardRef(
663
739
  CirclePencilIcon.displayName = "CirclePencilIcon";
664
740
 
665
741
  // src/icons/circle-check.tsx
666
- var React13 = __toESM(require("react"), 1);
667
- var import_jsx_runtime14 = require("react/jsx-runtime");
668
- var CircleCheckIcon = React13.forwardRef(
742
+ var React14 = __toESM(require("react"), 1);
743
+ var import_jsx_runtime16 = require("react/jsx-runtime");
744
+ var CircleCheckIcon = React14.forwardRef(
669
745
  (_a, forwardedRef) => {
670
746
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
671
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
747
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
672
748
  "svg",
673
749
  __spreadProps(__spreadValues({
674
750
  fill: "none",
@@ -679,9 +755,9 @@ var CircleCheckIcon = React13.forwardRef(
679
755
  }, props), {
680
756
  ref: forwardedRef,
681
757
  children: [
682
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
683
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("rect", { fill: "white", fillOpacity: "0.01", height: "16", width: "16" }),
684
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
758
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
759
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("rect", { fill: "white", fillOpacity: "0.01", height: "16", width: "16" }),
760
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
685
761
  "path",
686
762
  {
687
763
  clipRule: "evenodd",
@@ -698,12 +774,12 @@ var CircleCheckIcon = React13.forwardRef(
698
774
  CircleCheckIcon.displayName = "CircleCheckIcon";
699
775
 
700
776
  // src/icons/circle-satisfaction.tsx
701
- var React14 = __toESM(require("react"), 1);
702
- var import_jsx_runtime15 = require("react/jsx-runtime");
703
- var CircleSatisfactionIcon = React14.forwardRef(
777
+ var React15 = __toESM(require("react"), 1);
778
+ var import_jsx_runtime17 = require("react/jsx-runtime");
779
+ var CircleSatisfactionIcon = React15.forwardRef(
704
780
  (_a, forwardedRef) => {
705
781
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
706
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
782
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
707
783
  "svg",
708
784
  __spreadProps(__spreadValues({
709
785
  fill: "none",
@@ -714,8 +790,8 @@ var CircleSatisfactionIcon = React14.forwardRef(
714
790
  }, props), {
715
791
  ref: forwardedRef,
716
792
  children: [
717
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
718
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
793
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
794
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
719
795
  "rect",
720
796
  {
721
797
  fill: "white",
@@ -725,7 +801,7 @@ var CircleSatisfactionIcon = React14.forwardRef(
725
801
  width: "12"
726
802
  }
727
803
  ),
728
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
804
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
729
805
  "path",
730
806
  {
731
807
  d: "M7.77842 2.53284C7.86041 2.33573 8.13963 2.33573 8.22162 2.53284L9.53074 5.68036C9.5653 5.76346 9.64346 5.82023 9.73316 5.82742L13.1312 6.09985C13.344 6.1169 13.4302 6.38246 13.2682 6.52134L10.6792 8.73904C10.6109 8.79758 10.581 8.88946 10.6019 8.97699L11.3929 12.2928C11.4424 12.5005 11.2165 12.6647 11.0343 12.5534L8.12512 10.7764C8.04832 10.7296 7.95172 10.7296 7.87492 10.7764L4.96574 12.5534C4.78356 12.6647 4.55766 12.5005 4.60719 12.2928L5.39815 8.97699C5.41904 8.88946 5.38918 8.79758 5.32084 8.73904L2.73191 6.52134C2.56978 6.38246 2.65607 6.1169 2.86886 6.09985L6.26688 5.82742C6.35658 5.82023 6.43474 5.76346 6.4693 5.68036L7.77842 2.53284Z",
@@ -740,12 +816,12 @@ var CircleSatisfactionIcon = React14.forwardRef(
740
816
  CircleSatisfactionIcon.displayName = "CircleSatisfactionIcon";
741
817
 
742
818
  // src/icons/circle-quote.tsx
743
- var React15 = __toESM(require("react"), 1);
744
- var import_jsx_runtime16 = require("react/jsx-runtime");
745
- var CircleQuoteIcon = React15.forwardRef(
819
+ var React16 = __toESM(require("react"), 1);
820
+ var import_jsx_runtime18 = require("react/jsx-runtime");
821
+ var CircleQuoteIcon = React16.forwardRef(
746
822
  (_a, forwardedRef) => {
747
823
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
748
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
824
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
749
825
  "svg",
750
826
  __spreadProps(__spreadValues({
751
827
  fill: "none",
@@ -756,8 +832,8 @@ var CircleQuoteIcon = React15.forwardRef(
756
832
  }, props), {
757
833
  ref: forwardedRef,
758
834
  children: [
759
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
760
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
835
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
836
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
761
837
  "rect",
762
838
  {
763
839
  fill: "white",
@@ -767,7 +843,7 @@ var CircleQuoteIcon = React15.forwardRef(
767
843
  width: "12"
768
844
  }
769
845
  ),
770
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
846
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
771
847
  "path",
772
848
  {
773
849
  clipRule: "evenodd",
@@ -784,12 +860,12 @@ var CircleQuoteIcon = React15.forwardRef(
784
860
  CircleQuoteIcon.displayName = "CircleQuoteIcon";
785
861
 
786
862
  // src/icons/circle-chat.tsx
787
- var React16 = __toESM(require("react"), 1);
788
- var import_jsx_runtime17 = require("react/jsx-runtime");
789
- var CircleChatIcon = React16.forwardRef(
863
+ var React17 = __toESM(require("react"), 1);
864
+ var import_jsx_runtime19 = require("react/jsx-runtime");
865
+ var CircleChatIcon = React17.forwardRef(
790
866
  (_a, forwardedRef) => {
791
867
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
792
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
868
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
793
869
  "svg",
794
870
  __spreadProps(__spreadValues({
795
871
  fill: "none",
@@ -800,8 +876,8 @@ var CircleChatIcon = React16.forwardRef(
800
876
  xmlns: "http://www.w3.org/2000/svg"
801
877
  }, props), {
802
878
  children: [
803
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
804
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
879
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
880
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
805
881
  "rect",
806
882
  {
807
883
  fill: "white",
@@ -811,7 +887,7 @@ var CircleChatIcon = React16.forwardRef(
811
887
  width: "12"
812
888
  }
813
889
  ),
814
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
890
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
815
891
  "path",
816
892
  {
817
893
  clipRule: "evenodd",
@@ -828,12 +904,12 @@ var CircleChatIcon = React16.forwardRef(
828
904
  CircleChatIcon.displayName = "CircleChatIcon";
829
905
 
830
906
  // src/icons/circle-file.tsx
831
- var React17 = __toESM(require("react"), 1);
832
- var import_jsx_runtime18 = require("react/jsx-runtime");
833
- var CircleFileIcon = React17.forwardRef(
907
+ var React18 = __toESM(require("react"), 1);
908
+ var import_jsx_runtime20 = require("react/jsx-runtime");
909
+ var CircleFileIcon = React18.forwardRef(
834
910
  (_a, forwardedRef) => {
835
911
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
836
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
912
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
837
913
  "svg",
838
914
  __spreadProps(__spreadValues({
839
915
  fill: "none",
@@ -844,8 +920,8 @@ var CircleFileIcon = React17.forwardRef(
844
920
  }, props), {
845
921
  ref: forwardedRef,
846
922
  children: [
847
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
848
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
923
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
924
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
849
925
  "rect",
850
926
  {
851
927
  fill: "white",
@@ -855,7 +931,7 @@ var CircleFileIcon = React17.forwardRef(
855
931
  width: "12"
856
932
  }
857
933
  ),
858
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
934
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
859
935
  "path",
860
936
  {
861
937
  clipRule: "evenodd",
@@ -872,12 +948,12 @@ var CircleFileIcon = React17.forwardRef(
872
948
  CircleFileIcon.displayName = "CircleFileIcon";
873
949
 
874
950
  // src/icons/headset.tsx
875
- var React18 = __toESM(require("react"), 1);
876
- var import_jsx_runtime19 = require("react/jsx-runtime");
877
- var HeadsetIcon = React18.forwardRef(
951
+ var React19 = __toESM(require("react"), 1);
952
+ var import_jsx_runtime21 = require("react/jsx-runtime");
953
+ var HeadsetIcon = React19.forwardRef(
878
954
  (_a, forwardedRef) => {
879
955
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
880
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
956
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
881
957
  "svg",
882
958
  __spreadProps(__spreadValues({
883
959
  fill: "none",
@@ -888,7 +964,7 @@ var HeadsetIcon = React18.forwardRef(
888
964
  }, props), {
889
965
  ref: forwardedRef,
890
966
  children: [
891
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
967
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
892
968
  "path",
893
969
  {
894
970
  d: "M3.25 6C3.25 3.75 5.5 2 8 2C10.5 2 12.75 3.75 12.75 6",
@@ -897,7 +973,7 @@ var HeadsetIcon = React18.forwardRef(
897
973
  strokeWidth: "1.2"
898
974
  }
899
975
  ),
900
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
976
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
901
977
  "path",
902
978
  {
903
979
  d: "M4.75 6H3.25A1.5 1.5 0 0 0 1.75 7.5V10.75A1.5 1.5 0 0 0 3.25 12.25H4.75Z",
@@ -906,7 +982,7 @@ var HeadsetIcon = React18.forwardRef(
906
982
  strokeWidth: "1.2"
907
983
  }
908
984
  ),
909
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
985
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
910
986
  "path",
911
987
  {
912
988
  d: "M11.25 6H12.75A1.5 1.5 0 0 1 14.25 7.5V10.75A1.5 1.5 0 0 1 12.75 12.25H11.25Z",
@@ -915,7 +991,7 @@ var HeadsetIcon = React18.forwardRef(
915
991
  strokeWidth: "1.2"
916
992
  }
917
993
  ),
918
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
994
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
919
995
  "path",
920
996
  {
921
997
  d: "M4 12.25V13.25C4 13.94 4.56 14.5 5.25 14.5H8",
@@ -933,13 +1009,13 @@ var HeadsetIcon = React18.forwardRef(
933
1009
  HeadsetIcon.displayName = "HeadsetIcon";
934
1010
 
935
1011
  // src/atoms/scroll-area.tsx
936
- var import_themes7 = require("@radix-ui/themes");
1012
+ var import_themes8 = require("@radix-ui/themes");
937
1013
 
938
1014
  // src/atoms/grid.tsx
939
- var import_themes8 = require("@radix-ui/themes");
1015
+ var import_themes9 = require("@radix-ui/themes");
940
1016
 
941
1017
  // src/molecules/tag-selector.tsx
942
- var import_jsx_runtime20 = require("react/jsx-runtime");
1018
+ var import_jsx_runtime22 = require("react/jsx-runtime");
943
1019
  var OPTION_HEIGHT = 32;
944
1020
  var stopDefaultEvents = (e) => {
945
1021
  e.preventDefault();
@@ -961,24 +1037,24 @@ function TagSelector(props) {
961
1037
  open: propsOpen,
962
1038
  dropdownItemRender
963
1039
  } = props;
964
- const [_selected, _setSelected] = (0, import_react5.useState)(props.selected || []);
1040
+ const [_selected, _setSelected] = (0, import_react7.useState)(props.selected || []);
965
1041
  const selected = props.selected || _selected;
966
1042
  const setSelected = props.onChange || _setSelected;
967
- const [value, setValue] = (0, import_react5.useState)("");
968
- const [focusIndex, setFocusIndex] = (0, import_react5.useState)(null);
969
- const [open, setOpen] = (0, import_react5.useState)(false);
970
- const [focus, setFocus] = (0, import_react5.useState)(false);
971
- const fieldRef = (0, import_react5.useRef)(null);
972
- const scrollRef = (0, import_react5.useRef)(null);
973
- const closeRef = (0, import_react5.useRef)(null);
974
- const onFocus = (0, import_react5.useCallback)(() => {
1043
+ const [value, setValue] = (0, import_react7.useState)("");
1044
+ const [focusIndex, setFocusIndex] = (0, import_react7.useState)(null);
1045
+ const [open, setOpen] = (0, import_react7.useState)(false);
1046
+ const [focus, setFocus] = (0, import_react7.useState)(false);
1047
+ const fieldRef = (0, import_react7.useRef)(null);
1048
+ const scrollRef = (0, import_react7.useRef)(null);
1049
+ const closeRef = (0, import_react7.useRef)(null);
1050
+ const onFocus = (0, import_react7.useCallback)(() => {
975
1051
  if (closeRef.current) {
976
1052
  clearTimeout(closeRef.current);
977
1053
  }
978
1054
  setFocus(true);
979
1055
  setOpen(true);
980
1056
  }, []);
981
- const onBlur = (0, import_react5.useCallback)(() => {
1057
+ const onBlur = (0, import_react7.useCallback)(() => {
982
1058
  closeRef.current = setTimeout(() => {
983
1059
  setFocus(false);
984
1060
  setOpen(false);
@@ -987,18 +1063,18 @@ function TagSelector(props) {
987
1063
  }, 100);
988
1064
  }, 300);
989
1065
  }, []);
990
- const onChangeValue = (0, import_react5.useCallback)(
1066
+ const onChangeValue = (0, import_react7.useCallback)(
991
1067
  (e) => {
992
1068
  setValue(e.target.value);
993
1069
  },
994
1070
  []
995
1071
  );
996
- const filteredOptions = (0, import_react5.useMemo)(() => {
1072
+ const filteredOptions = (0, import_react7.useMemo)(() => {
997
1073
  return options.filter((option) => {
998
1074
  return option.name.includes(value);
999
1075
  });
1000
1076
  }, [options, value]);
1001
- const selectedItem = (0, import_react5.useMemo)(() => {
1077
+ const selectedItem = (0, import_react7.useMemo)(() => {
1002
1078
  const result = [];
1003
1079
  selected.forEach((id) => {
1004
1080
  const maybeItem = options.find((option) => option.id === id);
@@ -1006,20 +1082,20 @@ function TagSelector(props) {
1006
1082
  });
1007
1083
  return result;
1008
1084
  }, [options, selected]);
1009
- const onDelete = (0, import_react5.useCallback)(
1085
+ const onDelete = (0, import_react7.useCallback)(
1010
1086
  (id) => {
1011
1087
  setSelected(selected.filter((el) => el !== id));
1012
1088
  },
1013
1089
  [selected, setSelected]
1014
1090
  );
1015
- const onSelect = (0, import_react5.useCallback)(
1091
+ const onSelect = (0, import_react7.useCallback)(
1016
1092
  (id) => {
1017
1093
  if (maxCount && selected.length + 1 > maxCount) return;
1018
1094
  setSelected([...selected, id]);
1019
1095
  },
1020
1096
  [maxCount, selected, setSelected]
1021
1097
  );
1022
- const toggleItem = (0, import_react5.useCallback)(
1098
+ const toggleItem = (0, import_react7.useCallback)(
1023
1099
  (id) => {
1024
1100
  if (selected.includes(id)) {
1025
1101
  onDelete(id);
@@ -1029,7 +1105,7 @@ function TagSelector(props) {
1029
1105
  },
1030
1106
  [onDelete, onSelect, selected]
1031
1107
  );
1032
- const setScroll = (0, import_react5.useCallback)((index) => {
1108
+ const setScroll = (0, import_react7.useCallback)((index) => {
1033
1109
  if (scrollRef.current) {
1034
1110
  const scrollTop = scrollRef.current.scrollTop;
1035
1111
  const clientHeight = scrollRef.current.clientHeight;
@@ -1041,7 +1117,7 @@ function TagSelector(props) {
1041
1117
  }
1042
1118
  }
1043
1119
  }, []);
1044
- const handleKeyDown = (0, import_react5.useCallback)(
1120
+ const handleKeyDown = (0, import_react7.useCallback)(
1045
1121
  (e) => {
1046
1122
  var _a;
1047
1123
  const key = e.key;
@@ -1095,19 +1171,19 @@ function TagSelector(props) {
1095
1171
  selected
1096
1172
  ]
1097
1173
  );
1098
- const placeholderVisible = (0, import_react5.useMemo)(() => {
1174
+ const placeholderVisible = (0, import_react7.useMemo)(() => {
1099
1175
  if (selectedItem.length) return false;
1100
1176
  if (value) return false;
1101
1177
  if (focus) return false;
1102
1178
  return true;
1103
1179
  }, [focus, selectedItem.length, value]);
1104
- (0, import_react5.useEffect)(() => {
1180
+ (0, import_react7.useEffect)(() => {
1105
1181
  setFocusIndex(null);
1106
1182
  }, [open]);
1107
- (0, import_react5.useEffect)(() => {
1183
+ (0, import_react7.useEffect)(() => {
1108
1184
  setFocusIndex(0);
1109
1185
  }, [filteredOptions]);
1110
- const badgeSize = (0, import_react5.useMemo)(() => {
1186
+ const badgeSize = (0, import_react7.useMemo)(() => {
1111
1187
  switch (size) {
1112
1188
  case "large":
1113
1189
  return "large";
@@ -1117,7 +1193,7 @@ function TagSelector(props) {
1117
1193
  return "small";
1118
1194
  }
1119
1195
  }, [size]);
1120
- const placeholderVariant = (0, import_react5.useMemo)(() => {
1196
+ const placeholderVariant = (0, import_react7.useMemo)(() => {
1121
1197
  switch (size) {
1122
1198
  case "large":
1123
1199
  return "subtitle";
@@ -1129,12 +1205,12 @@ function TagSelector(props) {
1129
1205
  const focusClassName = focus ? " focused" : "";
1130
1206
  const readOnlyClassName = readOnly ? " read-only" : "";
1131
1207
  const errorClassName = error ? " error" : "";
1132
- const readonlyContent = /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_themes4.Flex, { gap: "1", children: selectedItem.map((item) => {
1133
- return tagRender ? tagRender(item) : /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Badge, { size: badgeSize, children: item.name }, item.id);
1208
+ const readonlyContent = /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_themes5.Flex, { gap: "1", children: selectedItem.map((item) => {
1209
+ return tagRender ? tagRender(item) : /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Badge, { size: badgeSize, children: item.name }, item.id);
1134
1210
  }) });
1135
- const editContent = /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_jsx_runtime20.Fragment, { children: [
1136
- /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
1137
- import_themes4.Flex,
1211
+ const editContent = /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_jsx_runtime22.Fragment, { children: [
1212
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
1213
+ import_themes5.Flex,
1138
1214
  {
1139
1215
  align: "center",
1140
1216
  gap: "1",
@@ -1145,22 +1221,22 @@ function TagSelector(props) {
1145
1221
  selectedItem.map((item) => {
1146
1222
  return tagRender ? tagRender(item, () => {
1147
1223
  onDelete(item.id);
1148
- }) : /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(Badge, { size: badgeSize, children: [
1224
+ }) : /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(Badge, { size: badgeSize, children: [
1149
1225
  item.name,
1150
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1226
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1151
1227
  Button,
1152
1228
  {
1153
1229
  onClick: () => {
1154
1230
  onDelete(item.id);
1155
1231
  },
1156
1232
  variant: "transparent",
1157
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react_icons2.Cross1Icon, {})
1233
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react_icons2.Cross1Icon, {})
1158
1234
  }
1159
1235
  )
1160
1236
  ] }, item.id);
1161
1237
  }),
1162
- placeholderVisible ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Typo, { color: "gray", variant: placeholderVariant, children: placeholder }) : null,
1163
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1238
+ placeholderVisible ? /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Typo, { color: "gray", variant: placeholderVariant, children: placeholder }) : null,
1239
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1164
1240
  AutoSizingInput,
1165
1241
  {
1166
1242
  onBlur,
@@ -1174,11 +1250,11 @@ function TagSelector(props) {
1174
1250
  ]
1175
1251
  }
1176
1252
  ),
1177
- focus ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react_icons2.MagnifyingGlassIcon, {}) : /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react_icons2.ChevronRightIcon, {})
1253
+ focus ? /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react_icons2.MagnifyingGlassIcon, {}) : /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react_icons2.ChevronRightIcon, {})
1178
1254
  ] });
1179
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_themes3.Popover.Root, { open: Boolean(filteredOptions.length) && propsOpen || open, children: [
1180
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_themes3.Popover.Trigger, { style: { position: "relative" }, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1181
- import_themes8.Grid,
1255
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(Popover.Root, { open: Boolean(filteredOptions.length) && propsOpen || open, children: [
1256
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Popover.Trigger, { style: { position: "relative" }, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1257
+ import_themes9.Grid,
1182
1258
  {
1183
1259
  align: "center",
1184
1260
  className: `tag-selector ${size} ${focusClassName}${readOnlyClassName}${errorClassName}`,
@@ -1191,8 +1267,8 @@ function TagSelector(props) {
1191
1267
  children: readOnly ? readonlyContent : editContent
1192
1268
  }
1193
1269
  ) }),
1194
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1195
- import_themes3.Popover.Content,
1270
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1271
+ Popover.Content,
1196
1272
  {
1197
1273
  onOpenAutoFocus: preventDefault,
1198
1274
  onTouchMove: stopPropagationTouch,
@@ -1201,24 +1277,24 @@ function TagSelector(props) {
1201
1277
  style: {
1202
1278
  pointerEvents: "fill"
1203
1279
  },
1204
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1280
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1205
1281
  DropdownContainer,
1206
1282
  {
1207
1283
  currentItem: filteredOptions[focusIndex || 0],
1208
1284
  items: filteredOptions,
1209
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1210
- import_themes7.ScrollArea,
1285
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1286
+ import_themes8.ScrollArea,
1211
1287
  {
1212
1288
  ref: scrollRef,
1213
1289
  scrollbars: "vertical",
1214
1290
  style: { height: OPTION_HEIGHT * 8 },
1215
1291
  type: "auto",
1216
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_themes4.Flex, { direction: "column", children: filteredOptions.map((item, i) => {
1292
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_themes5.Flex, { direction: "column", children: filteredOptions.map((item, i) => {
1217
1293
  const isSelected = Boolean(
1218
1294
  selected.find((el) => el === item.id)
1219
1295
  );
1220
1296
  const isFocus = i === focusIndex;
1221
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1297
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1222
1298
  Button,
1223
1299
  {
1224
1300
  className: `tag-selector-button ${isFocus ? "focused" : ""}`,
@@ -1231,9 +1307,9 @@ function TagSelector(props) {
1231
1307
  setFocusIndex(i);
1232
1308
  },
1233
1309
  variant: isSelected ? "soft" : "outline",
1234
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_themes4.Flex, { justify: "between", width: "100%", children: [
1310
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_themes5.Flex, { justify: "between", width: "100%", children: [
1235
1311
  dropdownItemRender ? dropdownItemRender(item) : item.name,
1236
- isSelected ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react_icons.CheckIcon, {}) : null
1312
+ isSelected ? /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react_icons.CheckIcon, {}) : null
1237
1313
  ] })
1238
1314
  },
1239
1315
  item.id