@tipp/ui 2.4.0 → 2.6.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 (727) 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 +121 -120
  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 +6 -5
  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 +96 -95
  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 +97 -96
  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 +96 -95
  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 +96 -95
  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 +97 -96
  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 +99 -98
  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 +3 -2
  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 +3 -2
  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 +82 -80
  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 +3 -2
  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/chunk-24PX34TH.js +42 -0
  231. package/dist/chunk-24PX34TH.js.map +1 -0
  232. package/dist/{chunk-EWFZXCMV.js → chunk-2FB75HU2.js} +3 -3
  233. package/dist/{chunk-HTNDVNLQ.js → chunk-2I37QLRA.js} +11 -11
  234. package/dist/{chunk-ZVDAEY5Q.js → chunk-2LCH3PDF.js} +14 -4
  235. package/dist/chunk-2LCH3PDF.js.map +1 -0
  236. package/dist/{chunk-3NUQAVE6.js → chunk-2M3UFZUD.js} +15 -2
  237. package/dist/chunk-2M3UFZUD.js.map +1 -0
  238. package/dist/{chunk-7R65MUL6.js → chunk-2O7NVLVP.js} +6 -6
  239. package/dist/{chunk-OE2AVQED.js → chunk-2SM37SB4.js} +7 -7
  240. package/dist/{chunk-FMAOB6BX.js → chunk-2WNLUQX5.js} +7 -7
  241. package/dist/chunk-3TOUVBIB.js +34 -0
  242. package/dist/chunk-3TOUVBIB.js.map +1 -0
  243. package/dist/{chunk-ADD4KFPG.js → chunk-447H6BVE.js} +7 -7
  244. package/dist/{chunk-W7TBPRHG.js → chunk-5OW76AER.js} +2 -2
  245. package/dist/chunk-6TU647KJ.js +37 -0
  246. package/dist/chunk-6TU647KJ.js.map +1 -0
  247. package/dist/{chunk-62HSZXVT.js → chunk-6YJGQWD6.js} +8 -8
  248. package/dist/{chunk-AA6OYHCE.js → chunk-7JW5Z2TL.js} +5 -5
  249. package/dist/{chunk-ZA4NYPSW.js → chunk-7PBLFV5L.js} +6 -6
  250. package/dist/{chunk-XK6VEVOK.js → chunk-7RJYF5L3.js} +14 -4
  251. package/dist/chunk-7RJYF5L3.js.map +1 -0
  252. package/dist/{chunk-HBQY4ELG.js → chunk-A26UWBVB.js} +4 -4
  253. package/dist/{chunk-BYFSYL7V.js → chunk-A4YOY75P.js} +4 -4
  254. package/dist/{chunk-LSDD4TAP.js → chunk-AJTGTGOC.js} +3 -3
  255. package/dist/{chunk-ADAQSPUA.js → chunk-BEKSO5JG.js} +2 -2
  256. package/dist/chunk-BI6TW3ZO.js +51 -0
  257. package/dist/chunk-BI6TW3ZO.js.map +1 -0
  258. package/dist/chunk-BK74U562.js +52 -0
  259. package/dist/chunk-BK74U562.js.map +1 -0
  260. package/dist/{chunk-JWAQUXGB.js → chunk-BZ3EXV6A.js} +3 -3
  261. package/dist/{chunk-Z34HR7RE.js → chunk-C2G3IB7G.js} +2 -2
  262. package/dist/chunk-CGDBUDY3.js +37 -0
  263. package/dist/chunk-CGDBUDY3.js.map +1 -0
  264. package/dist/chunk-DX3DLP5Z.js +39 -0
  265. package/dist/chunk-DX3DLP5Z.js.map +1 -0
  266. package/dist/{chunk-4U6DFH7Z.js → chunk-E6GCU5IQ.js} +2 -2
  267. package/dist/chunk-EIKFXUNC.js +39 -0
  268. package/dist/chunk-EIKFXUNC.js.map +1 -0
  269. package/dist/{chunk-CSKNBWPB.js → chunk-EZN5PMTC.js} +3 -3
  270. package/dist/chunk-EZN5PMTC.js.map +1 -0
  271. package/dist/{chunk-ZOPYFDLO.js → chunk-GAA3RTRW.js} +2 -2
  272. package/dist/{chunk-RSZDAY62.js → chunk-GE4M5GOQ.js} +3 -3
  273. package/dist/chunk-GI4AN2IZ.js +42 -0
  274. package/dist/chunk-GI4AN2IZ.js.map +1 -0
  275. package/dist/{chunk-RNRZ3LV7.js → chunk-GPULIICW.js} +8 -8
  276. package/dist/{chunk-K36TPMKL.js → chunk-GPZXD762.js} +18 -3
  277. package/dist/chunk-GPZXD762.js.map +1 -0
  278. package/dist/{chunk-PMJIFLDT.js → chunk-GR4PG6HY.js} +20 -3
  279. package/dist/chunk-GR4PG6HY.js.map +1 -0
  280. package/dist/{chunk-7PF6I4RN.js → chunk-GRDRXD53.js} +2 -2
  281. package/dist/{chunk-SH6FSA7T.js → chunk-GREYLAMY.js} +6 -6
  282. package/dist/{chunk-SAEPW5JF.js → chunk-GYSRHZRS.js} +4 -4
  283. package/dist/{chunk-UMUSNH2D.js → chunk-H3GQHGFA.js} +5 -5
  284. package/dist/{chunk-OILH5J7Q.js → chunk-HH6LML5K.js} +8 -8
  285. package/dist/{chunk-SE5TPTP2.js → chunk-IA74OBFY.js} +58 -41
  286. package/dist/chunk-IA74OBFY.js.map +1 -0
  287. package/dist/{chunk-KP4SGRJZ.js → chunk-IM6E52L2.js} +11 -11
  288. package/dist/{chunk-TVDKGMBI.js → chunk-IT7ZTP7F.js} +1 -1
  289. package/dist/chunk-IT7ZTP7F.js.map +1 -0
  290. package/dist/{chunk-6OKBTWEC.js → chunk-J7N2IZQW.js} +6 -6
  291. package/dist/{chunk-EEAHZCIK.js → chunk-JCUG2XKB.js} +2 -2
  292. package/dist/chunk-JETG3WEI.js +39 -0
  293. package/dist/chunk-JETG3WEI.js.map +1 -0
  294. package/dist/{chunk-REPTW53S.js → chunk-JNEGSY5N.js} +3 -3
  295. package/dist/chunk-KNIIDDYM.js +34 -0
  296. package/dist/chunk-KNIIDDYM.js.map +1 -0
  297. package/dist/{chunk-4TST4UK5.js → chunk-KO3V7KB6.js} +2 -2
  298. package/dist/{chunk-KTQREW2K.js → chunk-LIWQ47VQ.js} +9 -9
  299. package/dist/{chunk-B37MCN6F.js → chunk-LQ3WGFS7.js} +8 -8
  300. package/dist/{chunk-YADSNPMG.js → chunk-M77YPVQN.js} +3 -3
  301. package/dist/{chunk-GTO7GG2K.js → chunk-MCKWO7K4.js} +5 -5
  302. package/dist/{chunk-OHNBVT52.js → chunk-MGR37YQB.js} +4 -4
  303. package/dist/{chunk-QDC3LFHS.js → chunk-MMLVZWMD.js} +3 -3
  304. package/dist/{chunk-3G3RPU6Q.js → chunk-MP5KZULQ.js} +12 -12
  305. package/dist/{chunk-JRT6KTBG.js → chunk-MSLSD7F6.js} +3 -3
  306. package/dist/{chunk-FGLOHHYP.js → chunk-MSM2QG23.js} +10 -10
  307. package/dist/{chunk-V7IC4EAC.js → chunk-NFMEBYNY.js} +5 -5
  308. package/dist/{chunk-C6ZC7TXX.js → chunk-NIHOKIYW.js} +6 -6
  309. package/dist/{chunk-BESTU2AY.js → chunk-NLHVQJQ2.js} +19 -3
  310. package/dist/chunk-NLHVQJQ2.js.map +1 -0
  311. package/dist/{chunk-M2PVHXOE.js → chunk-NYG34MV6.js} +3 -3
  312. package/dist/{chunk-N7NDDJW5.js → chunk-OA3DGWVL.js} +16 -16
  313. package/dist/{chunk-XLKJYRFY.js → chunk-OBWQ3N5D.js} +4 -4
  314. package/dist/{chunk-IN6S7PPW.js → chunk-OEHVGPWL.js} +17 -17
  315. package/dist/chunk-OLJN3WXR.js +1 -0
  316. package/dist/{chunk-X4OCUESK.js → chunk-OPYRV6XJ.js} +2 -2
  317. package/dist/{chunk-6QVHJ5WW.js → chunk-OQN4E2QP.js} +4 -4
  318. package/dist/{chunk-LE6CNJWH.js → chunk-OWQUXTQ2.js} +4 -4
  319. package/dist/{chunk-NTJLECYY.js → chunk-OYXUWBKS.js} +6 -6
  320. package/dist/{chunk-B5CKZFDM.js → chunk-PE4EBBU4.js} +3 -3
  321. package/dist/{chunk-5TZNUXBT.js → chunk-PXMJK5D5.js} +6 -6
  322. package/dist/{chunk-Y4U24VXI.js → chunk-Q3M6GFHY.js} +3 -3
  323. package/dist/{chunk-ZFTQ2XBH.js → chunk-QPL7SJQM.js} +3 -3
  324. package/dist/{chunk-NX5ESRCX.js → chunk-RMVVV5NH.js} +7 -7
  325. package/dist/chunk-RMW3MQF5.js +42 -0
  326. package/dist/chunk-RMW3MQF5.js.map +1 -0
  327. package/dist/{chunk-Q7KT3UPO.js → chunk-RUJZ5PE7.js} +4 -4
  328. package/dist/chunk-SA7AYYQS.js +39 -0
  329. package/dist/chunk-SA7AYYQS.js.map +1 -0
  330. package/dist/{chunk-6SQZJN5Y.js → chunk-T2CGNUCP.js} +7 -7
  331. package/dist/chunk-T73HHR3I.js +67 -0
  332. package/dist/chunk-T73HHR3I.js.map +1 -0
  333. package/dist/chunk-TNNF5Q62.js +34 -0
  334. package/dist/chunk-TNNF5Q62.js.map +1 -0
  335. package/dist/{chunk-SLFUYRIC.js → chunk-TU6SGJ5Z.js} +6 -6
  336. package/dist/{chunk-AHXS2MBK.js → chunk-TYEGB5FQ.js} +4 -4
  337. package/dist/{chunk-DQ6EIA2T.js → chunk-UFM3EL52.js} +7 -7
  338. package/dist/chunk-UFRB2BVD.js +34 -0
  339. package/dist/chunk-UFRB2BVD.js.map +1 -0
  340. package/dist/chunk-UFWDQGOK.js +36 -0
  341. package/dist/chunk-UFWDQGOK.js.map +1 -0
  342. package/dist/{chunk-CNW3YEAK.js → chunk-VD5ZDFCM.js} +2 -2
  343. package/dist/chunk-VFQD57ZY.js +27 -0
  344. package/dist/chunk-VFQD57ZY.js.map +1 -0
  345. package/dist/chunk-VOME2TE7.js +641 -0
  346. package/dist/chunk-VOME2TE7.js.map +1 -0
  347. package/dist/{chunk-W7X7KSJP.js → chunk-WG5OK3YN.js} +19 -3
  348. package/dist/chunk-WG5OK3YN.js.map +1 -0
  349. package/dist/{chunk-64XYTE54.js → chunk-WY37V3W4.js} +7 -7
  350. package/dist/chunk-WYWM2HSZ.js +33 -0
  351. package/dist/chunk-WYWM2HSZ.js.map +1 -0
  352. package/dist/{chunk-MJMHPIYX.js → chunk-XOQXIPLL.js} +2 -2
  353. package/dist/{chunk-YDNVHAS4.js → chunk-YCLYKBWZ.js} +10 -10
  354. package/dist/{chunk-OOXXMKJS.js → chunk-YGNHAFBW.js} +5 -5
  355. package/dist/{chunk-6PFEG7GQ.js → chunk-YWWYA2JZ.js} +6 -6
  356. package/dist/chunk-YXMB4MCM.js +87 -0
  357. package/dist/chunk-YXMB4MCM.js.map +1 -0
  358. package/dist/{chunk-O5FEYLEG.js → chunk-Z5LPHG2D.js} +3 -3
  359. package/dist/{chunk-6HMQEUHX.js → chunk-ZAFLWQOV.js} +5 -5
  360. package/dist/{chunk-GVUXGWAM.js → chunk-ZC2JPF7B.js} +13 -13
  361. package/dist/{chunk-VYCYVN3L.js → chunk-ZCGH6TJ3.js} +16 -3
  362. package/dist/chunk-ZCGH6TJ3.js.map +1 -0
  363. package/dist/{chunk-5JQOU3IR.js → chunk-ZCQMCIT5.js} +6 -6
  364. package/dist/chunk-ZPUNTAVI.js +38 -0
  365. package/dist/chunk-ZPUNTAVI.js.map +1 -0
  366. package/dist/{chunk-LIV5LHHZ.js → chunk-ZUL3NYQ4.js} +2 -2
  367. package/dist/{chunk-O7DAGKLJ.js → chunk-ZWYQ44CB.js} +12 -12
  368. package/dist/context/dynamic-form-context.cjs +54 -4
  369. package/dist/context/dynamic-form-context.cjs.map +1 -1
  370. package/dist/context/dynamic-form-context.js +5 -4
  371. package/dist/context/index.cjs +54 -4
  372. package/dist/context/index.cjs.map +1 -1
  373. package/dist/context/index.js +5 -4
  374. package/dist/icon.cjs +492 -2
  375. package/dist/icon.cjs.map +1 -1
  376. package/dist/icon.d.cts +1 -1
  377. package/dist/icon.d.ts +1 -1
  378. package/dist/icon.js +493 -3
  379. package/dist/index.cjs +2621 -1631
  380. package/dist/index.cjs.map +1 -1
  381. package/dist/index.css +73 -0
  382. package/dist/index.d.cts +20 -4
  383. package/dist/index.d.ts +20 -4
  384. package/dist/index.js +664 -168
  385. package/dist/molecules/autocomplete-textfield.cjs +111 -46
  386. package/dist/molecules/autocomplete-textfield.cjs.map +1 -1
  387. package/dist/molecules/autocomplete-textfield.js +5 -3
  388. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs +367 -209
  389. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs.map +1 -1
  390. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.js +21 -20
  391. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs +39 -2
  392. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs.map +1 -1
  393. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.js +4 -3
  394. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs +293 -164
  395. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs.map +1 -1
  396. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.js +16 -15
  397. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs +33 -3
  398. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs.map +1 -1
  399. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.js +4 -3
  400. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-header.cjs +85 -19
  401. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-header.cjs.map +1 -1
  402. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-header.js +5 -4
  403. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs +217 -134
  404. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs.map +1 -1
  405. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.js +10 -9
  406. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs +172 -110
  407. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs.map +1 -1
  408. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.js +7 -6
  409. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs +39 -2
  410. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs.map +1 -1
  411. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.js +6 -5
  412. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs +80 -20
  413. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs.map +1 -1
  414. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.js +7 -6
  415. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs +64 -7
  416. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs.map +1 -1
  417. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.js +6 -5
  418. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs +275 -115
  419. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs.map +1 -1
  420. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.js +25 -24
  421. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs +76 -17
  422. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs.map +1 -1
  423. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.js +7 -6
  424. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs +49 -5
  425. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs.map +1 -1
  426. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.js +5 -4
  427. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-file-download.cjs +49 -5
  428. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-file-download.cjs.map +1 -1
  429. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-file-download.js +4 -3
  430. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs +318 -153
  431. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs.map +1 -1
  432. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.js +28 -27
  433. package/dist/molecules/curriculumV2/CurriculumContents/index.cjs +346 -181
  434. package/dist/molecules/curriculumV2/CurriculumContents/index.cjs.map +1 -1
  435. package/dist/molecules/curriculumV2/CurriculumContents/index.js +31 -30
  436. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-item-title.cjs +39 -2
  437. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-item-title.cjs.map +1 -1
  438. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-item-title.js +3 -2
  439. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs +39 -2
  440. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs.map +1 -1
  441. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.js +5 -4
  442. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-title.cjs +39 -2
  443. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-title.cjs.map +1 -1
  444. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-title.js +3 -2
  445. package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs +195 -135
  446. package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs.map +1 -1
  447. package/dist/molecules/curriculumV2/CurriculumSidebar/index.js +9 -8
  448. package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs +39 -2
  449. package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs.map +1 -1
  450. package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.js +7 -6
  451. package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs +65 -8
  452. package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs.map +1 -1
  453. package/dist/molecules/curriculumV2/curriculum-sub-nav.js +6 -5
  454. package/dist/molecules/curriculumV2/index.cjs +406 -220
  455. package/dist/molecules/curriculumV2/index.cjs.map +1 -1
  456. package/dist/molecules/curriculumV2/index.js +38 -37
  457. package/dist/molecules/date-picker/date-picker-button.cjs +160 -64
  458. package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
  459. package/dist/molecules/date-picker/date-picker-button.d.cts +1 -0
  460. package/dist/molecules/date-picker/date-picker-button.d.ts +1 -0
  461. package/dist/molecules/date-picker/date-picker-button.js +10 -8
  462. package/dist/molecules/date-picker/index.cjs +242 -146
  463. package/dist/molecules/date-picker/index.cjs.map +1 -1
  464. package/dist/molecules/date-picker/index.js +9 -7
  465. package/dist/molecules/description-json-render.cjs +182 -120
  466. package/dist/molecules/description-json-render.cjs.map +1 -1
  467. package/dist/molecules/description-json-render.js +7 -6
  468. package/dist/molecules/download-card.cjs +67 -8
  469. package/dist/molecules/download-card.cjs.map +1 -1
  470. package/dist/molecules/download-card.js +5 -4
  471. package/dist/molecules/dynamic-field.cjs +222 -72
  472. package/dist/molecules/dynamic-field.cjs.map +1 -1
  473. package/dist/molecules/dynamic-field.js +13 -11
  474. package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs +359 -267
  475. package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs.map +1 -1
  476. package/dist/molecules/dynamic-form-editor-field-editor-panel.js +10 -8
  477. package/dist/molecules/dynamic-form-editor-field-list-panel.cjs +115 -47
  478. package/dist/molecules/dynamic-form-editor-field-list-panel.cjs.map +1 -1
  479. package/dist/molecules/dynamic-form-editor-field-list-panel.js +6 -4
  480. package/dist/molecules/dynamic-form-editor-issues-panel.cjs +39 -2
  481. package/dist/molecules/dynamic-form-editor-issues-panel.cjs.map +1 -1
  482. package/dist/molecules/dynamic-form-editor-issues-panel.js +4 -3
  483. package/dist/molecules/dynamic-form-editor-preview-panel.cjs +239 -89
  484. package/dist/molecules/dynamic-form-editor-preview-panel.cjs.map +1 -1
  485. package/dist/molecules/dynamic-form-editor-preview-panel.js +16 -14
  486. package/dist/molecules/dynamic-form-editor.cjs +571 -407
  487. package/dist/molecules/dynamic-form-editor.cjs.map +1 -1
  488. package/dist/molecules/dynamic-form-editor.js +23 -21
  489. package/dist/molecules/dynamic-form.cjs +235 -85
  490. package/dist/molecules/dynamic-form.cjs.map +1 -1
  491. package/dist/molecules/dynamic-form.js +14 -12
  492. package/dist/molecules/expand-table/index.cjs +100 -42
  493. package/dist/molecules/expand-table/index.cjs.map +1 -1
  494. package/dist/molecules/expand-table/index.js +7 -6
  495. package/dist/molecules/force-refresh.cjs +79 -24
  496. package/dist/molecules/force-refresh.cjs.map +1 -1
  497. package/dist/molecules/force-refresh.js +4 -3
  498. package/dist/molecules/form/form.cjs +54 -4
  499. package/dist/molecules/form/form.cjs.map +1 -1
  500. package/dist/molecules/form/form.js +4 -3
  501. package/dist/molecules/form/index.cjs +54 -4
  502. package/dist/molecules/form/index.cjs.map +1 -1
  503. package/dist/molecules/form/index.js +4 -3
  504. package/dist/molecules/ghost-post.cjs +72 -14
  505. package/dist/molecules/ghost-post.cjs.map +1 -1
  506. package/dist/molecules/ghost-post.d.cts +1 -0
  507. package/dist/molecules/ghost-post.d.ts +1 -0
  508. package/dist/molecules/ghost-post.js +5 -4
  509. package/dist/molecules/index.cjs +1334 -989
  510. package/dist/molecules/index.cjs.map +1 -1
  511. package/dist/molecules/index.d.cts +1 -0
  512. package/dist/molecules/index.d.ts +1 -0
  513. package/dist/molecules/index.js +79 -78
  514. package/dist/molecules/learning-post.cjs +109 -37
  515. package/dist/molecules/learning-post.cjs.map +1 -1
  516. package/dist/molecules/learning-post.d.cts +1 -0
  517. package/dist/molecules/learning-post.d.ts +1 -0
  518. package/dist/molecules/learning-post.js +7 -6
  519. package/dist/molecules/navigation.cjs +49 -5
  520. package/dist/molecules/navigation.cjs.map +1 -1
  521. package/dist/molecules/navigation.js +4 -3
  522. package/dist/molecules/one-on-one-guide-list.cjs +56 -6
  523. package/dist/molecules/one-on-one-guide-list.cjs.map +1 -1
  524. package/dist/molecules/one-on-one-guide-list.js +5 -4
  525. package/dist/molecules/radio-button-card.cjs +77 -13
  526. package/dist/molecules/radio-button-card.cjs.map +1 -1
  527. package/dist/molecules/radio-button-card.js +4 -3
  528. package/dist/molecules/stepper.cjs +55 -4
  529. package/dist/molecules/stepper.cjs.map +1 -1
  530. package/dist/molecules/stepper.js +5 -4
  531. package/dist/molecules/tag-selector.cjs +256 -180
  532. package/dist/molecules/tag-selector.cjs.map +1 -1
  533. package/dist/molecules/tag-selector.js +9 -7
  534. package/dist/molecules/time-select.cjs +180 -126
  535. package/dist/molecules/time-select.cjs.map +1 -1
  536. package/dist/molecules/time-select.d.cts +1 -0
  537. package/dist/molecules/time-select.d.ts +1 -0
  538. package/dist/molecules/time-select.js +7 -5
  539. package/dist/molecules/training-info-guideline.cjs +75 -11
  540. package/dist/molecules/training-info-guideline.cjs.map +1 -1
  541. package/dist/molecules/training-info-guideline.js +7 -6
  542. package/dist/theme/theme-provider.cjs +53 -1
  543. package/dist/theme/theme-provider.cjs.map +1 -1
  544. package/dist/theme/theme-provider.d.cts +18 -2
  545. package/dist/theme/theme-provider.d.ts +18 -2
  546. package/dist/theme/theme-provider.js +4 -1
  547. package/dist/utils/convert-button-size.d.cts +1 -0
  548. package/dist/utils/convert-button-size.d.ts +1 -0
  549. package/dist/utils/convert-icon-button-size.d.cts +1 -0
  550. package/dist/utils/convert-icon-button-size.d.ts +1 -0
  551. package/dist/utils/curriculum.utils.cjs.map +1 -1
  552. package/dist/utils/curriculum.utils.js +1 -1
  553. package/dist/utils/get-callout-icon-component.cjs.map +1 -1
  554. package/dist/utils/get-callout-icon-component.js +2 -2
  555. package/dist/utils/index.cjs +25 -0
  556. package/dist/utils/index.cjs.map +1 -1
  557. package/dist/utils/index.d.cts +2 -0
  558. package/dist/utils/index.d.ts +2 -0
  559. package/dist/utils/index.js +7 -3
  560. package/dist/utils/resolve-color.cjs +51 -0
  561. package/dist/utils/resolve-color.cjs.map +1 -0
  562. package/dist/utils/resolve-color.d.cts +38 -0
  563. package/dist/utils/resolve-color.d.ts +38 -0
  564. package/dist/utils/resolve-color.js +8 -0
  565. package/dist/utils/resolve-color.js.map +1 -0
  566. package/package.json +1 -1
  567. package/src/atoms/alert-dialog.tsx +38 -1
  568. package/src/atoms/avatar.tsx +18 -3
  569. package/src/atoms/badge.tsx +15 -22
  570. package/src/atoms/blockquote.tsx +31 -1
  571. package/src/atoms/button.tsx +12 -3
  572. package/src/atoms/button.type.ts +6 -1
  573. package/src/atoms/call-out.tsx +48 -1
  574. package/src/atoms/check-box-card.tsx +51 -1
  575. package/src/atoms/check-box-group.tsx +19 -2
  576. package/src/atoms/check-box.tsx +17 -3
  577. package/src/atoms/code.tsx +31 -1
  578. package/src/atoms/data-list.tsx +47 -1
  579. package/src/atoms/dropdown-menu.tsx +53 -6
  580. package/src/atoms/heading.tsx +22 -4
  581. package/src/atoms/hover-card.tsx +37 -1
  582. package/src/atoms/icon-button.tsx +12 -3
  583. package/src/atoms/link.tsx +21 -3
  584. package/src/atoms/pagination.tsx +21 -2
  585. package/src/atoms/popover.tsx +37 -1
  586. package/src/atoms/progress.tsx +31 -1
  587. package/src/atoms/radio-cards.tsx +49 -1
  588. package/src/atoms/radio-group.tsx +49 -1
  589. package/src/atoms/radio.tsx +31 -1
  590. package/src/atoms/segmented-control.tsx +3 -0
  591. package/src/atoms/select.tsx +67 -19
  592. package/src/atoms/switch.tsx +31 -1
  593. package/src/atoms/tab-nav.tsx +42 -1
  594. package/src/atoms/tabs.tsx +40 -1
  595. package/src/atoms/tooltip.tsx +14 -1
  596. package/src/atoms/typo.tsx +21 -3
  597. package/src/icon.ts +303 -57
  598. package/src/molecules/radio-button-card.tsx +6 -4
  599. package/src/theme/theme-provider.tsx +38 -3
  600. package/src/utils/index.ts +2 -1
  601. package/src/utils/resolve-color.ts +86 -0
  602. package/dist/chunk-365QMK4D.js +0 -7
  603. package/dist/chunk-365QMK4D.js.map +0 -1
  604. package/dist/chunk-3NUQAVE6.js.map +0 -1
  605. package/dist/chunk-5AVBYDPB.js +0 -7
  606. package/dist/chunk-5AVBYDPB.js.map +0 -1
  607. package/dist/chunk-5ZITU5L7.js +0 -7
  608. package/dist/chunk-5ZITU5L7.js.map +0 -1
  609. package/dist/chunk-6DJOIRMF.js +0 -7
  610. package/dist/chunk-6DJOIRMF.js.map +0 -1
  611. package/dist/chunk-6IVCARWS.js +0 -7
  612. package/dist/chunk-6IVCARWS.js.map +0 -1
  613. package/dist/chunk-7FKRQQYK.js +0 -15
  614. package/dist/chunk-7FKRQQYK.js.map +0 -1
  615. package/dist/chunk-B6XJN6EC.js +0 -7
  616. package/dist/chunk-B6XJN6EC.js.map +0 -1
  617. package/dist/chunk-BESTU2AY.js.map +0 -1
  618. package/dist/chunk-CSKNBWPB.js.map +0 -1
  619. package/dist/chunk-DHZVOXFM.js +0 -35
  620. package/dist/chunk-DHZVOXFM.js.map +0 -1
  621. package/dist/chunk-FPD73OHW.js +0 -7
  622. package/dist/chunk-FPD73OHW.js.map +0 -1
  623. package/dist/chunk-HFVVQEOZ.js +0 -1
  624. package/dist/chunk-J242TTFH.js +0 -7
  625. package/dist/chunk-J242TTFH.js.map +0 -1
  626. package/dist/chunk-JU7GB6R2.js +0 -151
  627. package/dist/chunk-JU7GB6R2.js.map +0 -1
  628. package/dist/chunk-K36TPMKL.js.map +0 -1
  629. package/dist/chunk-KTSEZC6A.js +0 -49
  630. package/dist/chunk-KTSEZC6A.js.map +0 -1
  631. package/dist/chunk-MIMJ7LON.js +0 -7
  632. package/dist/chunk-MIMJ7LON.js.map +0 -1
  633. package/dist/chunk-O3T3TM3V.js +0 -7
  634. package/dist/chunk-O3T3TM3V.js.map +0 -1
  635. package/dist/chunk-OHMOP5PV.js +0 -7
  636. package/dist/chunk-OHMOP5PV.js.map +0 -1
  637. package/dist/chunk-OYM4XCHQ.js +0 -7
  638. package/dist/chunk-OYM4XCHQ.js.map +0 -1
  639. package/dist/chunk-PMJIFLDT.js.map +0 -1
  640. package/dist/chunk-SE5TPTP2.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-EWFZXCMV.js.map → chunk-2FB75HU2.js.map} +0 -0
  657. /package/dist/{chunk-HTNDVNLQ.js.map → chunk-2I37QLRA.js.map} +0 -0
  658. /package/dist/{chunk-7R65MUL6.js.map → chunk-2O7NVLVP.js.map} +0 -0
  659. /package/dist/{chunk-OE2AVQED.js.map → chunk-2SM37SB4.js.map} +0 -0
  660. /package/dist/{chunk-FMAOB6BX.js.map → chunk-2WNLUQX5.js.map} +0 -0
  661. /package/dist/{chunk-ADD4KFPG.js.map → chunk-447H6BVE.js.map} +0 -0
  662. /package/dist/{chunk-W7TBPRHG.js.map → chunk-5OW76AER.js.map} +0 -0
  663. /package/dist/{chunk-62HSZXVT.js.map → chunk-6YJGQWD6.js.map} +0 -0
  664. /package/dist/{chunk-AA6OYHCE.js.map → chunk-7JW5Z2TL.js.map} +0 -0
  665. /package/dist/{chunk-ZA4NYPSW.js.map → chunk-7PBLFV5L.js.map} +0 -0
  666. /package/dist/{chunk-HBQY4ELG.js.map → chunk-A26UWBVB.js.map} +0 -0
  667. /package/dist/{chunk-BYFSYL7V.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-ADAQSPUA.js.map → chunk-BEKSO5JG.js.map} +0 -0
  670. /package/dist/{chunk-JWAQUXGB.js.map → chunk-BZ3EXV6A.js.map} +0 -0
  671. /package/dist/{chunk-Z34HR7RE.js.map → chunk-C2G3IB7G.js.map} +0 -0
  672. /package/dist/{chunk-4U6DFH7Z.js.map → chunk-E6GCU5IQ.js.map} +0 -0
  673. /package/dist/{chunk-ZOPYFDLO.js.map → chunk-GAA3RTRW.js.map} +0 -0
  674. /package/dist/{chunk-RSZDAY62.js.map → chunk-GE4M5GOQ.js.map} +0 -0
  675. /package/dist/{chunk-RNRZ3LV7.js.map → chunk-GPULIICW.js.map} +0 -0
  676. /package/dist/{chunk-7PF6I4RN.js.map → chunk-GRDRXD53.js.map} +0 -0
  677. /package/dist/{chunk-SH6FSA7T.js.map → chunk-GREYLAMY.js.map} +0 -0
  678. /package/dist/{chunk-SAEPW5JF.js.map → chunk-GYSRHZRS.js.map} +0 -0
  679. /package/dist/{chunk-UMUSNH2D.js.map → chunk-H3GQHGFA.js.map} +0 -0
  680. /package/dist/{chunk-OILH5J7Q.js.map → chunk-HH6LML5K.js.map} +0 -0
  681. /package/dist/{chunk-KP4SGRJZ.js.map → chunk-IM6E52L2.js.map} +0 -0
  682. /package/dist/{chunk-6OKBTWEC.js.map → chunk-J7N2IZQW.js.map} +0 -0
  683. /package/dist/{chunk-EEAHZCIK.js.map → chunk-JCUG2XKB.js.map} +0 -0
  684. /package/dist/{chunk-REPTW53S.js.map → chunk-JNEGSY5N.js.map} +0 -0
  685. /package/dist/{chunk-4TST4UK5.js.map → chunk-KO3V7KB6.js.map} +0 -0
  686. /package/dist/{chunk-KTQREW2K.js.map → chunk-LIWQ47VQ.js.map} +0 -0
  687. /package/dist/{chunk-B37MCN6F.js.map → chunk-LQ3WGFS7.js.map} +0 -0
  688. /package/dist/{chunk-YADSNPMG.js.map → chunk-M77YPVQN.js.map} +0 -0
  689. /package/dist/{chunk-GTO7GG2K.js.map → chunk-MCKWO7K4.js.map} +0 -0
  690. /package/dist/{chunk-OHNBVT52.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-3G3RPU6Q.js.map → chunk-MP5KZULQ.js.map} +0 -0
  693. /package/dist/{chunk-JRT6KTBG.js.map → chunk-MSLSD7F6.js.map} +0 -0
  694. /package/dist/{chunk-FGLOHHYP.js.map → chunk-MSM2QG23.js.map} +0 -0
  695. /package/dist/{chunk-V7IC4EAC.js.map → chunk-NFMEBYNY.js.map} +0 -0
  696. /package/dist/{chunk-C6ZC7TXX.js.map → chunk-NIHOKIYW.js.map} +0 -0
  697. /package/dist/{chunk-M2PVHXOE.js.map → chunk-NYG34MV6.js.map} +0 -0
  698. /package/dist/{chunk-N7NDDJW5.js.map → chunk-OA3DGWVL.js.map} +0 -0
  699. /package/dist/{chunk-XLKJYRFY.js.map → chunk-OBWQ3N5D.js.map} +0 -0
  700. /package/dist/{chunk-IN6S7PPW.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-X4OCUESK.js.map → chunk-OPYRV6XJ.js.map} +0 -0
  703. /package/dist/{chunk-6QVHJ5WW.js.map → chunk-OQN4E2QP.js.map} +0 -0
  704. /package/dist/{chunk-LE6CNJWH.js.map → chunk-OWQUXTQ2.js.map} +0 -0
  705. /package/dist/{chunk-NTJLECYY.js.map → chunk-OYXUWBKS.js.map} +0 -0
  706. /package/dist/{chunk-B5CKZFDM.js.map → chunk-PE4EBBU4.js.map} +0 -0
  707. /package/dist/{chunk-5TZNUXBT.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-ZFTQ2XBH.js.map → chunk-QPL7SJQM.js.map} +0 -0
  710. /package/dist/{chunk-NX5ESRCX.js.map → chunk-RMVVV5NH.js.map} +0 -0
  711. /package/dist/{chunk-Q7KT3UPO.js.map → chunk-RUJZ5PE7.js.map} +0 -0
  712. /package/dist/{chunk-6SQZJN5Y.js.map → chunk-T2CGNUCP.js.map} +0 -0
  713. /package/dist/{chunk-SLFUYRIC.js.map → chunk-TU6SGJ5Z.js.map} +0 -0
  714. /package/dist/{chunk-AHXS2MBK.js.map → chunk-TYEGB5FQ.js.map} +0 -0
  715. /package/dist/{chunk-DQ6EIA2T.js.map → chunk-UFM3EL52.js.map} +0 -0
  716. /package/dist/{chunk-CNW3YEAK.js.map → chunk-VD5ZDFCM.js.map} +0 -0
  717. /package/dist/{chunk-64XYTE54.js.map → chunk-WY37V3W4.js.map} +0 -0
  718. /package/dist/{chunk-MJMHPIYX.js.map → chunk-XOQXIPLL.js.map} +0 -0
  719. /package/dist/{chunk-YDNVHAS4.js.map → chunk-YCLYKBWZ.js.map} +0 -0
  720. /package/dist/{chunk-OOXXMKJS.js.map → chunk-YGNHAFBW.js.map} +0 -0
  721. /package/dist/{chunk-6PFEG7GQ.js.map → chunk-YWWYA2JZ.js.map} +0 -0
  722. /package/dist/{chunk-O5FEYLEG.js.map → chunk-Z5LPHG2D.js.map} +0 -0
  723. /package/dist/{chunk-6HMQEUHX.js.map → chunk-ZAFLWQOV.js.map} +0 -0
  724. /package/dist/{chunk-GVUXGWAM.js.map → chunk-ZC2JPF7B.js.map} +0 -0
  725. /package/dist/{chunk-5JQOU3IR.js.map → chunk-ZCQMCIT5.js.map} +0 -0
  726. /package/dist/{chunk-LIV5LHHZ.js.map → chunk-ZUL3NYQ4.js.map} +0 -0
  727. /package/dist/{chunk-O7DAGKLJ.js.map → chunk-ZWYQ44CB.js.map} +0 -0
@@ -68,10 +68,58 @@ var import_themes = require("@radix-ui/themes");
68
68
 
69
69
  // src/atoms/call-out.tsx
70
70
  var import_themes2 = require("@radix-ui/themes");
71
+ var import_clsx = require("clsx");
72
+ var import_react = require("react");
73
+
74
+ // src/utils/resolve-color.ts
75
+ var SEMANTIC_COLOR_MAP = {
76
+ error: "red",
77
+ neutral: "gray",
78
+ success: "green",
79
+ accent: void 0
80
+ };
81
+ var CUSTOM_COLOR_MAP = {
82
+ black: { className: "tipp-accent-black", fallbackColor: "gray" }
83
+ };
84
+ var isSemanticColor = (color) => color !== void 0 && color in SEMANTIC_COLOR_MAP;
85
+ var isCustomColor = (color) => color !== void 0 && color in CUSTOM_COLOR_MAP;
86
+ var resolveColor = (color) => {
87
+ if (isCustomColor(color)) {
88
+ const { className, fallbackColor } = CUSTOM_COLOR_MAP[color];
89
+ return { color: fallbackColor, className };
90
+ }
91
+ if (isSemanticColor(color)) {
92
+ return { color: SEMANTIC_COLOR_MAP[color] };
93
+ }
94
+ return { color };
95
+ };
96
+
97
+ // src/atoms/call-out.tsx
98
+ var import_jsx_runtime = require("react/jsx-runtime");
99
+ var Root = (0, import_react.forwardRef)((props, ref) => {
100
+ const _a = props, { color, className } = _a, rest = __objRest(_a, ["color", "className"]);
101
+ const { color: radixColor, className: colorClassName } = (0, import_react.useMemo)(
102
+ () => resolveColor(color),
103
+ [color]
104
+ );
105
+ const appliedColor = colorClassName ? void 0 : radixColor;
106
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
107
+ import_themes2.Callout.Root,
108
+ __spreadProps(__spreadValues({}, rest), {
109
+ className: (0, import_clsx.clsx)(colorClassName, className),
110
+ color: appliedColor,
111
+ ref
112
+ })
113
+ );
114
+ });
115
+ Root.displayName = "Callout.Root";
116
+ var Callout = __spreadProps(__spreadValues({}, import_themes2.Callout), {
117
+ Root
118
+ });
71
119
 
72
120
  // src/atoms/list.tsx
73
- var import_react2 = require("react");
74
- var import_clsx = require("clsx");
121
+ var import_react3 = require("react");
122
+ var import_clsx3 = require("clsx");
75
123
 
76
124
  // src/utils/map-with-responsive.ts
77
125
  var mapWithResponsive = (args) => {
@@ -93,12 +141,17 @@ var mapWithResponsive = (args) => {
93
141
 
94
142
  // src/atoms/typo.tsx
95
143
  var import_themes3 = require("@radix-ui/themes");
96
- var import_react = require("react");
97
- var import_jsx_runtime = require("react/jsx-runtime");
98
- var Typo = (0, import_react.forwardRef)(
144
+ var import_clsx2 = require("clsx");
145
+ var import_react2 = require("react");
146
+ var import_jsx_runtime2 = require("react/jsx-runtime");
147
+ var Typo = (0, import_react2.forwardRef)(
99
148
  (props, ref) => {
100
- const _a = props, { size, variant, children } = _a, rest = __objRest(_a, ["size", "variant", "children"]);
101
- const radixSize = (0, import_react.useMemo)(() => {
149
+ const _a = props, { size, variant, children, color, className } = _a, rest = __objRest(_a, ["size", "variant", "children", "color", "className"]);
150
+ const { color: radixColor, className: colorClassName } = (0, import_react2.useMemo)(
151
+ () => resolveColor(color),
152
+ [color]
153
+ );
154
+ const radixSize = (0, import_react2.useMemo)(() => {
102
155
  if (size !== void 0) return size;
103
156
  if (variant === void 0) return "2";
104
157
  return mapWithResponsive({
@@ -116,7 +169,16 @@ var Typo = (0, import_react.forwardRef)(
116
169
  }
117
170
  });
118
171
  }, [size, variant]);
119
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_themes3.Text, __spreadProps(__spreadValues({}, rest), { ref, size: radixSize, children }));
172
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
173
+ import_themes3.Text,
174
+ __spreadProps(__spreadValues({}, rest), {
175
+ className: (0, import_clsx2.clsx)(colorClassName, className),
176
+ color: radixColor,
177
+ ref,
178
+ size: radixSize,
179
+ children
180
+ })
181
+ );
120
182
  }
121
183
  );
122
184
  Typo.displayName = "Typo";
@@ -125,8 +187,8 @@ Typo.displayName = "Typo";
125
187
  var import_themes4 = require("@radix-ui/themes");
126
188
 
127
189
  // src/atoms/list.tsx
128
- var import_jsx_runtime2 = require("react/jsx-runtime");
129
- function Root(props) {
190
+ var import_jsx_runtime3 = require("react/jsx-runtime");
191
+ function Root2(props) {
130
192
  const _a = props, {
131
193
  variant,
132
194
  size = "large",
@@ -141,8 +203,8 @@ function Root(props) {
141
203
  "className"
142
204
  ]);
143
205
  const Comp = variant === "ol" ? "ol" : "ul";
144
- const className = (0, import_react2.useMemo)(
145
- () => (0, import_clsx.clsx)(
206
+ const className = (0, import_react3.useMemo)(
207
+ () => (0, import_clsx3.clsx)(
146
208
  "tipp-list",
147
209
  {
148
210
  "pre-space-small": preSpace === "small"
@@ -151,12 +213,12 @@ function Root(props) {
151
213
  ),
152
214
  [preSpace, propsClassName]
153
215
  );
154
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(ListContext.Provider, { value: { size }, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_themes4.Flex, __spreadProps(__spreadValues({ asChild: true, direction: "column", gap: "1" }, rest), { className, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(Comp, { children }) })) });
216
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(ListContext.Provider, { value: { size }, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_themes4.Flex, __spreadProps(__spreadValues({ asChild: true, direction: "column", gap: "1" }, rest), { className, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Comp, { children }) })) });
155
217
  }
156
218
  function Item(props) {
157
219
  const { children } = props;
158
220
  const { size } = useList();
159
- const variant = (0, import_react2.useMemo)(() => {
221
+ const variant = (0, import_react3.useMemo)(() => {
160
222
  return mapWithResponsive({
161
223
  value: size,
162
224
  mapFn: (sizeValue) => {
@@ -164,16 +226,16 @@ function Item(props) {
164
226
  }
165
227
  });
166
228
  }, [size]);
167
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(Typo, { asChild: true, variant, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("li", { children }) });
229
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Typo, { asChild: true, variant, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("li", { children }) });
168
230
  }
169
- var ListContext = (0, import_react2.createContext)({
231
+ var ListContext = (0, import_react3.createContext)({
170
232
  size: "large"
171
233
  });
172
234
  function useList() {
173
- return (0, import_react2.useContext)(ListContext);
235
+ return (0, import_react3.useContext)(ListContext);
174
236
  }
175
237
  var List = {
176
- Root,
238
+ Root: Root2,
177
239
  Item
178
240
  };
179
241
 
@@ -181,12 +243,12 @@ var List = {
181
243
  var import_react_icons = require("@radix-ui/react-icons");
182
244
 
183
245
  // src/icons/phone-ring.tsx
184
- var React3 = __toESM(require("react"), 1);
185
- var import_jsx_runtime3 = require("react/jsx-runtime");
186
- var PhoneRingIcon = React3.forwardRef(
246
+ var React4 = __toESM(require("react"), 1);
247
+ var import_jsx_runtime4 = require("react/jsx-runtime");
248
+ var PhoneRingIcon = React4.forwardRef(
187
249
  (_a, forwardedRef) => {
188
250
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
189
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
251
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
190
252
  "svg",
191
253
  __spreadProps(__spreadValues({
192
254
  fill: "none",
@@ -197,14 +259,14 @@ var PhoneRingIcon = React3.forwardRef(
197
259
  }, props), {
198
260
  ref: forwardedRef,
199
261
  children: [
200
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
262
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
201
263
  "path",
202
264
  {
203
265
  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",
204
266
  fill: color
205
267
  }
206
268
  ),
207
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
269
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
208
270
  "path",
209
271
  {
210
272
  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",
@@ -221,12 +283,12 @@ var PhoneRingIcon = React3.forwardRef(
221
283
  PhoneRingIcon.displayName = "ArrowUpIcon";
222
284
 
223
285
  // src/icons/up.tsx
224
- var React4 = __toESM(require("react"), 1);
225
- var import_jsx_runtime4 = require("react/jsx-runtime");
226
- var TriangleArrowUpIcon = React4.forwardRef(
286
+ var React5 = __toESM(require("react"), 1);
287
+ var import_jsx_runtime5 = require("react/jsx-runtime");
288
+ var TriangleArrowUpIcon = React5.forwardRef(
227
289
  (_a, forwardedRef) => {
228
290
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
229
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
291
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
230
292
  "svg",
231
293
  __spreadProps(__spreadValues({
232
294
  fill: "none",
@@ -236,7 +298,7 @@ var TriangleArrowUpIcon = React4.forwardRef(
236
298
  xmlns: "http://www.w3.org/2000/svg"
237
299
  }, props), {
238
300
  ref: forwardedRef,
239
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
301
+ children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
240
302
  "path",
241
303
  {
242
304
  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",
@@ -250,12 +312,12 @@ var TriangleArrowUpIcon = React4.forwardRef(
250
312
  TriangleArrowUpIcon.displayName = "ArrowUpIcon";
251
313
 
252
314
  // src/icons/down.tsx
253
- var React5 = __toESM(require("react"), 1);
254
- var import_jsx_runtime5 = require("react/jsx-runtime");
255
- var TriangleArrowDownIcon = React5.forwardRef(
315
+ var React6 = __toESM(require("react"), 1);
316
+ var import_jsx_runtime6 = require("react/jsx-runtime");
317
+ var TriangleArrowDownIcon = React6.forwardRef(
256
318
  (_a, forwardedRef) => {
257
319
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
258
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
320
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
259
321
  "svg",
260
322
  __spreadProps(__spreadValues({
261
323
  fill: "none",
@@ -265,7 +327,7 @@ var TriangleArrowDownIcon = React5.forwardRef(
265
327
  xmlns: "http://www.w3.org/2000/svg"
266
328
  }, props), {
267
329
  ref: forwardedRef,
268
- children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
330
+ children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
269
331
  "path",
270
332
  {
271
333
  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",
@@ -279,12 +341,12 @@ var TriangleArrowDownIcon = React5.forwardRef(
279
341
  TriangleArrowDownIcon.displayName = "ArrowDownIcon";
280
342
 
281
343
  // src/icons/mic.tsx
282
- var React6 = __toESM(require("react"), 1);
283
- var import_jsx_runtime6 = require("react/jsx-runtime");
284
- var MicIcon = React6.forwardRef(
344
+ var React7 = __toESM(require("react"), 1);
345
+ var import_jsx_runtime7 = require("react/jsx-runtime");
346
+ var MicIcon = React7.forwardRef(
285
347
  (_a, forwardedRef) => {
286
348
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
287
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
349
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
288
350
  "svg",
289
351
  __spreadProps(__spreadValues({
290
352
  fill: "none",
@@ -295,7 +357,7 @@ var MicIcon = React6.forwardRef(
295
357
  }, props), {
296
358
  ref: forwardedRef,
297
359
  children: [
298
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
360
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
299
361
  "path",
300
362
  {
301
363
  clipRule: "evenodd",
@@ -304,7 +366,7 @@ var MicIcon = React6.forwardRef(
304
366
  fillRule: "evenodd"
305
367
  }
306
368
  ),
307
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
369
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
308
370
  "path",
309
371
  {
310
372
  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",
@@ -321,12 +383,12 @@ var MicIcon = React6.forwardRef(
321
383
  MicIcon.displayName = "MicIcon";
322
384
 
323
385
  // src/icons/camera.tsx
324
- var React7 = __toESM(require("react"), 1);
325
- var import_jsx_runtime7 = require("react/jsx-runtime");
326
- var CameraIcon = React7.forwardRef(
386
+ var React8 = __toESM(require("react"), 1);
387
+ var import_jsx_runtime8 = require("react/jsx-runtime");
388
+ var CameraIcon = React8.forwardRef(
327
389
  (_a, forwardedRef) => {
328
390
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
329
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
391
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
330
392
  "svg",
331
393
  __spreadProps(__spreadValues({
332
394
  fill: "none",
@@ -336,7 +398,7 @@ var CameraIcon = React7.forwardRef(
336
398
  width: "16",
337
399
  xmlns: "http://www.w3.org/2000/svg"
338
400
  }, props), {
339
- children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
401
+ children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
340
402
  "path",
341
403
  {
342
404
  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",
@@ -350,12 +412,12 @@ var CameraIcon = React7.forwardRef(
350
412
  CameraIcon.displayName = "CameraIcon";
351
413
 
352
414
  // src/icons/camera-disabled.tsx
353
- var React8 = __toESM(require("react"), 1);
354
- var import_jsx_runtime8 = require("react/jsx-runtime");
355
- var CameraDisabledIcon = React8.forwardRef(
415
+ var React9 = __toESM(require("react"), 1);
416
+ var import_jsx_runtime9 = require("react/jsx-runtime");
417
+ var CameraDisabledIcon = React9.forwardRef(
356
418
  (_a, forwardedRef) => {
357
419
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
358
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
420
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
359
421
  "svg",
360
422
  __spreadProps(__spreadValues({
361
423
  fill: "none",
@@ -365,7 +427,7 @@ var CameraDisabledIcon = React8.forwardRef(
365
427
  width: "16",
366
428
  xmlns: "http://www.w3.org/2000/svg"
367
429
  }, props), {
368
- children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
430
+ children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
369
431
  "path",
370
432
  {
371
433
  clipRule: "evenodd",
@@ -381,12 +443,12 @@ var CameraDisabledIcon = React8.forwardRef(
381
443
  CameraDisabledIcon.displayName = "VideoDisabledIcon";
382
444
 
383
445
  // src/icons/end-call.tsx
384
- var React9 = __toESM(require("react"), 1);
385
- var import_jsx_runtime9 = require("react/jsx-runtime");
386
- var EndCallIcon = React9.forwardRef(
446
+ var React10 = __toESM(require("react"), 1);
447
+ var import_jsx_runtime10 = require("react/jsx-runtime");
448
+ var EndCallIcon = React10.forwardRef(
387
449
  (_a, forwardedRef) => {
388
450
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
389
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
451
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
390
452
  "svg",
391
453
  __spreadProps(__spreadValues({
392
454
  fill: "none",
@@ -397,14 +459,14 @@ var EndCallIcon = React9.forwardRef(
397
459
  xmlns: "http://www.w3.org/2000/svg"
398
460
  }, props), {
399
461
  children: [
400
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
462
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
401
463
  "path",
402
464
  {
403
465
  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",
404
466
  fill: color
405
467
  }
406
468
  ),
407
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
469
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
408
470
  "path",
409
471
  {
410
472
  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",
@@ -421,12 +483,12 @@ var EndCallIcon = React9.forwardRef(
421
483
  EndCallIcon.displayName = "EndCallIcon";
422
484
 
423
485
  // src/icons/circle-play.tsx
424
- var React10 = __toESM(require("react"), 1);
425
- var import_jsx_runtime10 = require("react/jsx-runtime");
426
- var CirclePlayIcon = React10.forwardRef(
486
+ var React11 = __toESM(require("react"), 1);
487
+ var import_jsx_runtime11 = require("react/jsx-runtime");
488
+ var CirclePlayIcon = React11.forwardRef(
427
489
  (_a, forwardedRef) => {
428
490
  var _b = _a, { color = "#currentColor" } = _b, props = __objRest(_b, ["color"]);
429
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
491
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
430
492
  "svg",
431
493
  __spreadProps(__spreadValues({
432
494
  fill: "none",
@@ -437,8 +499,8 @@ var CirclePlayIcon = React10.forwardRef(
437
499
  }, props), {
438
500
  ref: forwardedRef,
439
501
  children: [
440
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
441
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
502
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
503
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
442
504
  "path",
443
505
  {
444
506
  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",
@@ -453,12 +515,12 @@ var CirclePlayIcon = React10.forwardRef(
453
515
  CirclePlayIcon.displayName = "CirclePlayIcon";
454
516
 
455
517
  // src/icons/circle-pencil.tsx
456
- var React11 = __toESM(require("react"), 1);
457
- var import_jsx_runtime11 = require("react/jsx-runtime");
458
- var CirclePencilIcon = React11.forwardRef(
518
+ var React12 = __toESM(require("react"), 1);
519
+ var import_jsx_runtime12 = require("react/jsx-runtime");
520
+ var CirclePencilIcon = React12.forwardRef(
459
521
  (_a, forwardedRef) => {
460
522
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
461
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
523
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
462
524
  "svg",
463
525
  __spreadProps(__spreadValues({
464
526
  fill: "none",
@@ -469,8 +531,8 @@ var CirclePencilIcon = React11.forwardRef(
469
531
  }, props), {
470
532
  ref: forwardedRef,
471
533
  children: [
472
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
473
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
534
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
535
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
474
536
  "rect",
475
537
  {
476
538
  fill: "white",
@@ -480,7 +542,7 @@ var CirclePencilIcon = React11.forwardRef(
480
542
  width: "12"
481
543
  }
482
544
  ),
483
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
545
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
484
546
  "path",
485
547
  {
486
548
  clipRule: "evenodd",
@@ -497,12 +559,12 @@ var CirclePencilIcon = React11.forwardRef(
497
559
  CirclePencilIcon.displayName = "CirclePencilIcon";
498
560
 
499
561
  // src/icons/circle-check.tsx
500
- var React12 = __toESM(require("react"), 1);
501
- var import_jsx_runtime12 = require("react/jsx-runtime");
502
- var CircleCheckIcon = React12.forwardRef(
562
+ var React13 = __toESM(require("react"), 1);
563
+ var import_jsx_runtime13 = require("react/jsx-runtime");
564
+ var CircleCheckIcon = React13.forwardRef(
503
565
  (_a, forwardedRef) => {
504
566
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
505
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
567
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
506
568
  "svg",
507
569
  __spreadProps(__spreadValues({
508
570
  fill: "none",
@@ -513,9 +575,9 @@ var CircleCheckIcon = React12.forwardRef(
513
575
  }, props), {
514
576
  ref: forwardedRef,
515
577
  children: [
516
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
517
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("rect", { fill: "white", fillOpacity: "0.01", height: "16", width: "16" }),
518
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
578
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
579
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("rect", { fill: "white", fillOpacity: "0.01", height: "16", width: "16" }),
580
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
519
581
  "path",
520
582
  {
521
583
  clipRule: "evenodd",
@@ -532,12 +594,12 @@ var CircleCheckIcon = React12.forwardRef(
532
594
  CircleCheckIcon.displayName = "CircleCheckIcon";
533
595
 
534
596
  // src/icons/circle-satisfaction.tsx
535
- var React13 = __toESM(require("react"), 1);
536
- var import_jsx_runtime13 = require("react/jsx-runtime");
537
- var CircleSatisfactionIcon = React13.forwardRef(
597
+ var React14 = __toESM(require("react"), 1);
598
+ var import_jsx_runtime14 = require("react/jsx-runtime");
599
+ var CircleSatisfactionIcon = React14.forwardRef(
538
600
  (_a, forwardedRef) => {
539
601
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
540
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
602
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
541
603
  "svg",
542
604
  __spreadProps(__spreadValues({
543
605
  fill: "none",
@@ -548,8 +610,8 @@ var CircleSatisfactionIcon = React13.forwardRef(
548
610
  }, props), {
549
611
  ref: forwardedRef,
550
612
  children: [
551
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
552
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
613
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
614
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
553
615
  "rect",
554
616
  {
555
617
  fill: "white",
@@ -559,7 +621,7 @@ var CircleSatisfactionIcon = React13.forwardRef(
559
621
  width: "12"
560
622
  }
561
623
  ),
562
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
624
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
563
625
  "path",
564
626
  {
565
627
  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",
@@ -574,12 +636,12 @@ var CircleSatisfactionIcon = React13.forwardRef(
574
636
  CircleSatisfactionIcon.displayName = "CircleSatisfactionIcon";
575
637
 
576
638
  // src/icons/circle-quote.tsx
577
- var React14 = __toESM(require("react"), 1);
578
- var import_jsx_runtime14 = require("react/jsx-runtime");
579
- var CircleQuoteIcon = React14.forwardRef(
639
+ var React15 = __toESM(require("react"), 1);
640
+ var import_jsx_runtime15 = require("react/jsx-runtime");
641
+ var CircleQuoteIcon = React15.forwardRef(
580
642
  (_a, forwardedRef) => {
581
643
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
582
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
644
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
583
645
  "svg",
584
646
  __spreadProps(__spreadValues({
585
647
  fill: "none",
@@ -590,8 +652,8 @@ var CircleQuoteIcon = React14.forwardRef(
590
652
  }, props), {
591
653
  ref: forwardedRef,
592
654
  children: [
593
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
594
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
655
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
656
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
595
657
  "rect",
596
658
  {
597
659
  fill: "white",
@@ -601,7 +663,7 @@ var CircleQuoteIcon = React14.forwardRef(
601
663
  width: "12"
602
664
  }
603
665
  ),
604
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
666
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
605
667
  "path",
606
668
  {
607
669
  clipRule: "evenodd",
@@ -618,12 +680,12 @@ var CircleQuoteIcon = React14.forwardRef(
618
680
  CircleQuoteIcon.displayName = "CircleQuoteIcon";
619
681
 
620
682
  // src/icons/circle-chat.tsx
621
- var React15 = __toESM(require("react"), 1);
622
- var import_jsx_runtime15 = require("react/jsx-runtime");
623
- var CircleChatIcon = React15.forwardRef(
683
+ var React16 = __toESM(require("react"), 1);
684
+ var import_jsx_runtime16 = require("react/jsx-runtime");
685
+ var CircleChatIcon = React16.forwardRef(
624
686
  (_a, forwardedRef) => {
625
687
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
626
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
688
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
627
689
  "svg",
628
690
  __spreadProps(__spreadValues({
629
691
  fill: "none",
@@ -634,8 +696,8 @@ var CircleChatIcon = React15.forwardRef(
634
696
  xmlns: "http://www.w3.org/2000/svg"
635
697
  }, props), {
636
698
  children: [
637
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
638
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
699
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
700
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
639
701
  "rect",
640
702
  {
641
703
  fill: "white",
@@ -645,7 +707,7 @@ var CircleChatIcon = React15.forwardRef(
645
707
  width: "12"
646
708
  }
647
709
  ),
648
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
710
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
649
711
  "path",
650
712
  {
651
713
  clipRule: "evenodd",
@@ -662,12 +724,12 @@ var CircleChatIcon = React15.forwardRef(
662
724
  CircleChatIcon.displayName = "CircleChatIcon";
663
725
 
664
726
  // src/icons/circle-file.tsx
665
- var React16 = __toESM(require("react"), 1);
666
- var import_jsx_runtime16 = require("react/jsx-runtime");
667
- var CircleFileIcon = React16.forwardRef(
727
+ var React17 = __toESM(require("react"), 1);
728
+ var import_jsx_runtime17 = require("react/jsx-runtime");
729
+ var CircleFileIcon = React17.forwardRef(
668
730
  (_a, forwardedRef) => {
669
731
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
670
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
732
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
671
733
  "svg",
672
734
  __spreadProps(__spreadValues({
673
735
  fill: "none",
@@ -678,8 +740,8 @@ var CircleFileIcon = React16.forwardRef(
678
740
  }, props), {
679
741
  ref: forwardedRef,
680
742
  children: [
681
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
682
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
743
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
744
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
683
745
  "rect",
684
746
  {
685
747
  fill: "white",
@@ -689,7 +751,7 @@ var CircleFileIcon = React16.forwardRef(
689
751
  width: "12"
690
752
  }
691
753
  ),
692
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
754
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
693
755
  "path",
694
756
  {
695
757
  clipRule: "evenodd",
@@ -706,12 +768,12 @@ var CircleFileIcon = React16.forwardRef(
706
768
  CircleFileIcon.displayName = "CircleFileIcon";
707
769
 
708
770
  // src/icons/headset.tsx
709
- var React17 = __toESM(require("react"), 1);
710
- var import_jsx_runtime17 = require("react/jsx-runtime");
711
- var HeadsetIcon = React17.forwardRef(
771
+ var React18 = __toESM(require("react"), 1);
772
+ var import_jsx_runtime18 = require("react/jsx-runtime");
773
+ var HeadsetIcon = React18.forwardRef(
712
774
  (_a, forwardedRef) => {
713
775
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
714
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
776
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
715
777
  "svg",
716
778
  __spreadProps(__spreadValues({
717
779
  fill: "none",
@@ -722,7 +784,7 @@ var HeadsetIcon = React17.forwardRef(
722
784
  }, props), {
723
785
  ref: forwardedRef,
724
786
  children: [
725
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
787
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
726
788
  "path",
727
789
  {
728
790
  d: "M3.25 6C3.25 3.75 5.5 2 8 2C10.5 2 12.75 3.75 12.75 6",
@@ -731,7 +793,7 @@ var HeadsetIcon = React17.forwardRef(
731
793
  strokeWidth: "1.2"
732
794
  }
733
795
  ),
734
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
796
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
735
797
  "path",
736
798
  {
737
799
  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",
@@ -740,7 +802,7 @@ var HeadsetIcon = React17.forwardRef(
740
802
  strokeWidth: "1.2"
741
803
  }
742
804
  ),
743
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
805
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
744
806
  "path",
745
807
  {
746
808
  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",
@@ -749,7 +811,7 @@ var HeadsetIcon = React17.forwardRef(
749
811
  strokeWidth: "1.2"
750
812
  }
751
813
  ),
752
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
814
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
753
815
  "path",
754
816
  {
755
817
  d: "M4 12.25V13.25C4 13.94 4.56 14.5 5.25 14.5H8",
@@ -792,16 +854,16 @@ function getCalloutIconComponent(iconName) {
792
854
  }
793
855
 
794
856
  // src/molecules/description-json-render.tsx
795
- var import_jsx_runtime18 = require("react/jsx-runtime");
857
+ var import_jsx_runtime19 = require("react/jsx-runtime");
796
858
  function DescriptionJsonRender(props) {
797
859
  const { value } = props;
798
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_jsx_runtime18.Fragment, { children: value.values.map((block, index) => {
860
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, { children: value.values.map((block, index) => {
799
861
  if (block.type === "bullet-list") {
800
862
  return (
801
863
  // eslint-disable-next-line react/no-array-index-key -- 블록 타입과 인덱스를 키로 사용
802
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_themes.Box, { mb: "2", pl: "4", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(List.Root, { preSpace: "small", children: block.value.map((v, i) => (
864
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_themes.Box, { mb: "2", pl: "4", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(List.Root, { preSpace: "small", children: block.value.map((v, i) => (
803
865
  // eslint-disable-next-line react/no-array-index-key -- 블록 타입과 인덱스를 키로 사용
804
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(List.Item, { children: v }, `${index}-${i}`)
866
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(List.Item, { children: v }, `${index}-${i}`)
805
867
  )) }) }, `${block.type}-${index}`)
806
868
  );
807
869
  }
@@ -809,15 +871,15 @@ function DescriptionJsonRender(props) {
809
871
  const Icon = getCalloutIconComponent(block.icon);
810
872
  return (
811
873
  // eslint-disable-next-line react/no-array-index-key -- 블록 타입과 인덱스를 키로 사용
812
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_themes.Box, { mb: "2", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(import_themes2.Callout.Root, { children: [
813
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_themes2.Callout.Icon, { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon, {}) }),
814
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_themes2.Callout.Text, { children: block.value })
874
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_themes.Box, { mb: "2", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(Callout.Root, { children: [
875
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Callout.Icon, { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, {}) }),
876
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Callout.Text, { children: block.value })
815
877
  ] }) }, `${block.type}-${index}`)
816
878
  );
817
879
  }
818
880
  return (
819
881
  // eslint-disable-next-line react/no-array-index-key -- 블록 타입과 인덱스를 키로 사용
820
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Typo, { mb: "2", weight: "regular", children: block.value }, `${block.type}-${index}`)
882
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Typo, { mb: "2", weight: "regular", children: block.value }, `${block.type}-${index}`)
821
883
  );
822
884
  }) });
823
885
  }