@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,8 +62,8 @@ __export(dynamic_form_editor_field_editor_panel_exports, {
62
62
  DynamicFormEditorFieldEditorPanel: () => DynamicFormEditorFieldEditorPanel
63
63
  });
64
64
  module.exports = __toCommonJS(dynamic_form_editor_field_editor_panel_exports);
65
- var import_react9 = require("react");
66
- var import_themes10 = require("@radix-ui/themes");
65
+ var import_react10 = require("react");
66
+ var import_themes11 = require("@radix-ui/themes");
67
67
 
68
68
  // src/atoms/button.tsx
69
69
  var import_react = require("react");
@@ -101,11 +101,34 @@ var convertSize = (size) => {
101
101
  return convertSizeResponse(size);
102
102
  };
103
103
 
104
+ // src/utils/resolve-color.ts
105
+ var SEMANTIC_COLOR_MAP = {
106
+ error: "red",
107
+ neutral: "gray",
108
+ success: "green",
109
+ accent: void 0
110
+ };
111
+ var CUSTOM_COLOR_MAP = {
112
+ black: { className: "tipp-accent-black", fallbackColor: "gray" }
113
+ };
114
+ var isSemanticColor = (color) => color !== void 0 && color in SEMANTIC_COLOR_MAP;
115
+ var isCustomColor = (color) => color !== void 0 && color in CUSTOM_COLOR_MAP;
116
+ var resolveColor = (color) => {
117
+ if (isCustomColor(color)) {
118
+ const { className, fallbackColor } = CUSTOM_COLOR_MAP[color];
119
+ return { color: fallbackColor, className };
120
+ }
121
+ if (isSemanticColor(color)) {
122
+ return { color: SEMANTIC_COLOR_MAP[color] };
123
+ }
124
+ return { color };
125
+ };
126
+
104
127
  // src/atoms/button.tsx
105
128
  var import_jsx_runtime = require("react/jsx-runtime");
106
129
  var Button = (0, import_react.forwardRef)(
107
130
  (props, ref) => {
108
- const _a = props, { size, style, variant } = _a, restProps = __objRest(_a, ["size", "style", "variant"]);
131
+ const _a = props, { size, style, variant, color } = _a, restProps = __objRest(_a, ["size", "style", "variant", "color"]);
109
132
  const radixSize = (0, import_react.useMemo)(() => {
110
133
  return convertSize(size);
111
134
  }, [size]);
@@ -113,9 +136,15 @@ var Button = (0, import_react.forwardRef)(
113
136
  if (variant === "transparent") return "ghost";
114
137
  return variant;
115
138
  }, [variant]);
139
+ const { color: radixColor, className: colorClassName } = (0, import_react.useMemo)(
140
+ () => resolveColor(color),
141
+ [color]
142
+ );
116
143
  const className = (0, import_react.useMemo)(() => {
117
- return (0, import_clsx.clsx)(props.className, { transparent: variant === "transparent" });
118
- }, [props.className, variant]);
144
+ return (0, import_clsx.clsx)(props.className, colorClassName, {
145
+ transparent: variant === "transparent"
146
+ });
147
+ }, [props.className, colorClassName, variant]);
119
148
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
120
149
  import_themes.Button,
121
150
  __spreadProps(__spreadValues({
@@ -124,6 +153,7 @@ var Button = (0, import_react.forwardRef)(
124
153
  variant: radixVariant
125
154
  }, restProps), {
126
155
  className,
156
+ color: radixColor,
127
157
  ref,
128
158
  size: radixSize
129
159
  })
@@ -168,11 +198,12 @@ Card.displayName = "Card";
168
198
 
169
199
  // src/atoms/check-box.tsx
170
200
  var import_themes3 = require("@radix-ui/themes");
201
+ var import_clsx2 = require("clsx");
171
202
  var import_react3 = require("react");
172
203
  var import_jsx_runtime3 = require("react/jsx-runtime");
173
204
  var Checkbox = (0, import_react3.forwardRef)(
174
205
  (props, ref) => {
175
- const _a = props, { size = "medium" } = _a, rest = __objRest(_a, ["size"]);
206
+ const _a = props, { size = "medium", color, className } = _a, rest = __objRest(_a, ["size", "color", "className"]);
176
207
  const radixSize = (0, import_react3.useMemo)(() => {
177
208
  switch (size) {
178
209
  case "small":
@@ -183,7 +214,16 @@ var Checkbox = (0, import_react3.forwardRef)(
183
214
  return "3";
184
215
  }
185
216
  }, [size]);
186
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_themes3.Checkbox, __spreadProps(__spreadValues({}, rest), { ref, size: radixSize }));
217
+ const { color: radixColor, className: colorClassName } = resolveColor(color);
218
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
219
+ import_themes3.Checkbox,
220
+ __spreadProps(__spreadValues({}, rest), {
221
+ className: (0, import_clsx2.clsx)(colorClassName, className),
222
+ color: radixColor,
223
+ ref,
224
+ size: radixSize
225
+ })
226
+ );
187
227
  }
188
228
  );
189
229
  Checkbox.displayName = "Checkbox";
@@ -193,7 +233,7 @@ var import_themes4 = require("@radix-ui/themes");
193
233
 
194
234
  // src/atoms/icon-button.tsx
195
235
  var import_react4 = require("react");
196
- var import_clsx2 = require("clsx");
236
+ var import_clsx3 = require("clsx");
197
237
  var import_themes5 = require("@radix-ui/themes");
198
238
 
199
239
  // src/utils/convert-icon-button-size.ts
@@ -231,7 +271,7 @@ var convertSize2 = (size) => {
231
271
  var import_jsx_runtime4 = require("react/jsx-runtime");
232
272
  var IconButton = (0, import_react4.forwardRef)(
233
273
  (props, ref) => {
234
- const _a = props, { size, style, variant } = _a, restProps = __objRest(_a, ["size", "style", "variant"]);
274
+ const _a = props, { size, style, variant, color } = _a, restProps = __objRest(_a, ["size", "style", "variant", "color"]);
235
275
  const radixSize = (0, import_react4.useMemo)(() => {
236
276
  return convertSize2(size);
237
277
  }, [size]);
@@ -239,9 +279,15 @@ var IconButton = (0, import_react4.forwardRef)(
239
279
  if (variant === "transparent") return "ghost";
240
280
  return variant;
241
281
  }, [variant]);
282
+ const { color: radixColor, className: colorClassName } = (0, import_react4.useMemo)(
283
+ () => resolveColor(color),
284
+ [color]
285
+ );
242
286
  const className = (0, import_react4.useMemo)(() => {
243
- return (0, import_clsx2.clsx)(props.className, { transparent: variant === "transparent" });
244
- }, [props.className, variant]);
287
+ return (0, import_clsx3.clsx)(props.className, colorClassName, {
288
+ transparent: variant === "transparent"
289
+ });
290
+ }, [props.className, colorClassName, variant]);
245
291
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
246
292
  import_themes5.IconButton,
247
293
  __spreadProps(__spreadValues({
@@ -250,6 +296,7 @@ var IconButton = (0, import_react4.forwardRef)(
250
296
  variant: radixVariant
251
297
  }, restProps), {
252
298
  className,
299
+ color: radixColor,
253
300
  ref,
254
301
  size: radixSize
255
302
  })
@@ -259,62 +306,93 @@ var IconButton = (0, import_react4.forwardRef)(
259
306
  IconButton.displayName = "IconButton";
260
307
 
261
308
  // src/atoms/select.tsx
262
- var import_themes6 = require("@radix-ui/themes");
309
+ var import_themes7 = require("@radix-ui/themes");
310
+ var import_clsx5 = require("clsx");
311
+ var import_react6 = require("react");
312
+
313
+ // src/theme/theme-provider.tsx
263
314
  var import_react5 = require("react");
315
+ var import_themes6 = require("@radix-ui/themes");
316
+ var import_clsx4 = require("clsx");
264
317
  var import_jsx_runtime5 = require("react/jsx-runtime");
265
- var SelectContext = (0, import_react5.createContext)({
318
+ var ThemeAccentContext = (0, import_react5.createContext)(void 0);
319
+
320
+ // src/atoms/select.tsx
321
+ var import_jsx_runtime6 = require("react/jsx-runtime");
322
+ var SelectContext = (0, import_react6.createContext)({
266
323
  error: false
267
324
  });
268
- var Content = (0, import_react5.forwardRef)((props, ref) => {
269
- const _a = props, { className, isNavigation } = _a, rest = __objRest(_a, ["className", "isNavigation"]);
270
- const { error } = (0, import_react5.useContext)(SelectContext);
271
- const cls = (0, import_react5.useMemo)(() => {
325
+ var Content = (0, import_react6.forwardRef)((props, ref) => {
326
+ const _a = props, { className, isNavigation, color } = _a, rest = __objRest(_a, ["className", "isNavigation", "color"]);
327
+ const { error, color: contextColor } = (0, import_react6.useContext)(SelectContext);
328
+ const themeAccent = (0, import_react6.useContext)(ThemeAccentContext);
329
+ const { color: radixColor, className: colorClassName } = (0, import_react6.useMemo)(
330
+ () => {
331
+ var _a2;
332
+ return resolveColor((_a2 = color != null ? color : contextColor) != null ? _a2 : themeAccent);
333
+ },
334
+ [color, contextColor, themeAccent]
335
+ );
336
+ const appliedColor = colorClassName ? void 0 : radixColor;
337
+ const cls = (0, import_react6.useMemo)(() => {
272
338
  const etc = isNavigation ? "nav-select" : "";
273
339
  const errorCls = error ? "tipp-error" : "";
274
- return [etc, errorCls, className].join(" ");
275
- }, [className, error, isNavigation]);
276
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
277
- import_themes6.Select.Content,
340
+ return (0, import_clsx5.clsx)(etc, errorCls, colorClassName, className);
341
+ }, [className, colorClassName, error, isNavigation]);
342
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
343
+ import_themes7.Select.Content,
278
344
  __spreadProps(__spreadValues({
279
345
  position: "popper"
280
346
  }, rest), {
281
347
  className: cls,
348
+ color: appliedColor,
282
349
  ref
283
350
  })
284
351
  );
285
352
  });
286
353
  Content.displayName = "Select.Content";
287
- var Trigger = (0, import_react5.forwardRef)(
288
- (props, ref) => {
289
- const _a = props, { className } = _a, rest = __objRest(_a, ["className"]);
290
- const { error } = (0, import_react5.useContext)(SelectContext);
291
- const cls = (0, import_react5.useMemo)(() => {
292
- const errorCls = error ? "error" : "";
293
- return [errorCls, className].join(" ");
294
- }, [className, error]);
295
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_themes6.Select.Trigger, __spreadProps(__spreadValues({}, rest), { className: cls, ref }));
296
- }
297
- );
354
+ var Trigger = (0, import_react6.forwardRef)((props, ref) => {
355
+ const _a = props, { className, color } = _a, rest = __objRest(_a, ["className", "color"]);
356
+ const { error, color: contextColor } = (0, import_react6.useContext)(SelectContext);
357
+ const { color: radixColor, className: colorClassName } = (0, import_react6.useMemo)(
358
+ () => resolveColor(color != null ? color : contextColor),
359
+ [color, contextColor]
360
+ );
361
+ const appliedColor = colorClassName ? void 0 : radixColor;
362
+ const cls = (0, import_react6.useMemo)(() => {
363
+ const errorCls = error ? "error" : "";
364
+ return (0, import_clsx5.clsx)(errorCls, colorClassName, className);
365
+ }, [className, colorClassName, error]);
366
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
367
+ import_themes7.Select.Trigger,
368
+ __spreadProps(__spreadValues({}, rest), {
369
+ className: cls,
370
+ color: appliedColor,
371
+ ref
372
+ })
373
+ );
374
+ });
298
375
  Trigger.displayName = "Select.Trigger";
299
376
  function Root(props) {
300
- const _a = props, { error } = _a, rest = __objRest(_a, ["error"]);
301
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(SelectContext.Provider, { value: { error }, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_themes6.Select.Root, __spreadValues({}, rest)) });
377
+ const _a = props, { error, color } = _a, rest = __objRest(_a, ["error", "color"]);
378
+ const value = (0, import_react6.useMemo)(() => ({ error, color }), [error, color]);
379
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(SelectContext.Provider, { value, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_themes7.Select.Root, __spreadValues({}, rest)) });
302
380
  }
303
381
  Root.displayName = "Select.Root";
304
- var Select = __spreadProps(__spreadValues({}, import_themes6.Select), {
382
+ var Select = __spreadProps(__spreadValues({}, import_themes7.Select), {
305
383
  Root,
306
384
  Trigger,
307
385
  Content
308
386
  });
309
387
 
310
388
  // src/atoms/text-area.tsx
311
- var import_themes7 = require("@radix-ui/themes");
312
- var import_react6 = require("react");
313
- var import_jsx_runtime6 = require("react/jsx-runtime");
314
- var TextArea = (0, import_react6.forwardRef)(
389
+ var import_themes8 = require("@radix-ui/themes");
390
+ var import_react7 = require("react");
391
+ var import_jsx_runtime7 = require("react/jsx-runtime");
392
+ var TextArea = (0, import_react7.forwardRef)(
315
393
  (props, ref) => {
316
394
  const _a = props, { error, style, className } = _a, rest = __objRest(_a, ["error", "style", "className"]);
317
- const fieldStyle = (0, import_react6.useMemo)(() => {
395
+ const fieldStyle = (0, import_react7.useMemo)(() => {
318
396
  if (!error) return style;
319
397
  const errorStyle = {
320
398
  boxShadow: "inset 0 0 0 var(--text-area-border-width) var(--error-11)"
@@ -322,8 +400,8 @@ var TextArea = (0, import_react6.forwardRef)(
322
400
  return __spreadValues(__spreadValues({}, style || {}), errorStyle);
323
401
  }, [error, style]);
324
402
  const classNameStr = error ? `error ${className}` : className;
325
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
326
- import_themes7.TextArea,
403
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
404
+ import_themes8.TextArea,
327
405
  __spreadProps(__spreadValues({}, rest), {
328
406
  className: classNameStr,
329
407
  ref,
@@ -335,12 +413,12 @@ var TextArea = (0, import_react6.forwardRef)(
335
413
  TextArea.displayName = "TextArea";
336
414
 
337
415
  // src/atoms/text-field.tsx
338
- var import_themes8 = require("@radix-ui/themes");
339
- var import_react7 = require("react");
340
- var import_jsx_runtime7 = require("react/jsx-runtime");
341
- var Root2 = (0, import_react7.forwardRef)((props, ref) => {
416
+ var import_themes9 = require("@radix-ui/themes");
417
+ var import_react8 = require("react");
418
+ var import_jsx_runtime8 = require("react/jsx-runtime");
419
+ var Root2 = (0, import_react8.forwardRef)((props, ref) => {
342
420
  const _a = props, { error, style, className } = _a, rest = __objRest(_a, ["error", "style", "className"]);
343
- const fieldStyle = (0, import_react7.useMemo)(() => {
421
+ const fieldStyle = (0, import_react8.useMemo)(() => {
344
422
  if (!error) return style;
345
423
  const errorStyle = {
346
424
  boxShadow: "inset 0 0 0 var(--text-field-border-width) var(--error-11)"
@@ -348,8 +426,8 @@ var Root2 = (0, import_react7.forwardRef)((props, ref) => {
348
426
  return __spreadValues(__spreadValues({}, style || {}), errorStyle);
349
427
  }, [error, style]);
350
428
  const classNameStr = error ? `error ${className}` : className;
351
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
352
- import_themes8.TextField.Root,
429
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
430
+ import_themes9.TextField.Root,
353
431
  __spreadValues({
354
432
  className: classNameStr,
355
433
  ref,
@@ -358,11 +436,12 @@ var Root2 = (0, import_react7.forwardRef)((props, ref) => {
358
436
  );
359
437
  });
360
438
  Root2.displayName = "TextField.Root";
361
- var TextField = { Root: Root2, Slot: import_themes8.TextField.Slot };
439
+ var TextField = { Root: Root2, Slot: import_themes9.TextField.Slot };
362
440
 
363
441
  // src/atoms/typo.tsx
364
- var import_themes9 = require("@radix-ui/themes");
365
- var import_react8 = require("react");
442
+ var import_themes10 = require("@radix-ui/themes");
443
+ var import_clsx6 = require("clsx");
444
+ var import_react9 = require("react");
366
445
 
367
446
  // src/utils/map-with-responsive.ts
368
447
  var mapWithResponsive = (args) => {
@@ -383,11 +462,15 @@ var mapWithResponsive = (args) => {
383
462
  };
384
463
 
385
464
  // src/atoms/typo.tsx
386
- var import_jsx_runtime8 = require("react/jsx-runtime");
387
- var Typo = (0, import_react8.forwardRef)(
465
+ var import_jsx_runtime9 = require("react/jsx-runtime");
466
+ var Typo = (0, import_react9.forwardRef)(
388
467
  (props, ref) => {
389
- const _a = props, { size, variant, children } = _a, rest = __objRest(_a, ["size", "variant", "children"]);
390
- const radixSize = (0, import_react8.useMemo)(() => {
468
+ const _a = props, { size, variant, children, color, className } = _a, rest = __objRest(_a, ["size", "variant", "children", "color", "className"]);
469
+ const { color: radixColor, className: colorClassName } = (0, import_react9.useMemo)(
470
+ () => resolveColor(color),
471
+ [color]
472
+ );
473
+ const radixSize = (0, import_react9.useMemo)(() => {
391
474
  if (size !== void 0) return size;
392
475
  if (variant === void 0) return "2";
393
476
  return mapWithResponsive({
@@ -405,7 +488,16 @@ var Typo = (0, import_react8.forwardRef)(
405
488
  }
406
489
  });
407
490
  }, [size, variant]);
408
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_themes9.Text, __spreadProps(__spreadValues({}, rest), { ref, size: radixSize, children }));
491
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
492
+ import_themes10.Text,
493
+ __spreadProps(__spreadValues({}, rest), {
494
+ className: (0, import_clsx6.clsx)(colorClassName, className),
495
+ color: radixColor,
496
+ ref,
497
+ size: radixSize,
498
+ children
499
+ })
500
+ );
409
501
  }
410
502
  );
411
503
  Typo.displayName = "Typo";
@@ -414,12 +506,12 @@ Typo.displayName = "Typo";
414
506
  var import_react_icons = require("@radix-ui/react-icons");
415
507
 
416
508
  // src/icons/phone-ring.tsx
417
- var React4 = __toESM(require("react"), 1);
418
- var import_jsx_runtime9 = require("react/jsx-runtime");
419
- var PhoneRingIcon = React4.forwardRef(
509
+ var React5 = __toESM(require("react"), 1);
510
+ var import_jsx_runtime10 = require("react/jsx-runtime");
511
+ var PhoneRingIcon = React5.forwardRef(
420
512
  (_a, forwardedRef) => {
421
513
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
422
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
514
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
423
515
  "svg",
424
516
  __spreadProps(__spreadValues({
425
517
  fill: "none",
@@ -430,14 +522,14 @@ var PhoneRingIcon = React4.forwardRef(
430
522
  }, props), {
431
523
  ref: forwardedRef,
432
524
  children: [
433
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
525
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
434
526
  "path",
435
527
  {
436
528
  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",
437
529
  fill: color
438
530
  }
439
531
  ),
440
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
532
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
441
533
  "path",
442
534
  {
443
535
  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",
@@ -454,12 +546,12 @@ var PhoneRingIcon = React4.forwardRef(
454
546
  PhoneRingIcon.displayName = "ArrowUpIcon";
455
547
 
456
548
  // src/icons/up.tsx
457
- var React5 = __toESM(require("react"), 1);
458
- var import_jsx_runtime10 = require("react/jsx-runtime");
459
- var TriangleArrowUpIcon = React5.forwardRef(
549
+ var React6 = __toESM(require("react"), 1);
550
+ var import_jsx_runtime11 = require("react/jsx-runtime");
551
+ var TriangleArrowUpIcon = React6.forwardRef(
460
552
  (_a, forwardedRef) => {
461
553
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
462
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
554
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
463
555
  "svg",
464
556
  __spreadProps(__spreadValues({
465
557
  fill: "none",
@@ -469,7 +561,7 @@ var TriangleArrowUpIcon = React5.forwardRef(
469
561
  xmlns: "http://www.w3.org/2000/svg"
470
562
  }, props), {
471
563
  ref: forwardedRef,
472
- children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
564
+ children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
473
565
  "path",
474
566
  {
475
567
  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",
@@ -483,12 +575,12 @@ var TriangleArrowUpIcon = React5.forwardRef(
483
575
  TriangleArrowUpIcon.displayName = "ArrowUpIcon";
484
576
 
485
577
  // src/icons/down.tsx
486
- var React6 = __toESM(require("react"), 1);
487
- var import_jsx_runtime11 = require("react/jsx-runtime");
488
- var TriangleArrowDownIcon = React6.forwardRef(
578
+ var React7 = __toESM(require("react"), 1);
579
+ var import_jsx_runtime12 = require("react/jsx-runtime");
580
+ var TriangleArrowDownIcon = React7.forwardRef(
489
581
  (_a, forwardedRef) => {
490
582
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
491
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
583
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
492
584
  "svg",
493
585
  __spreadProps(__spreadValues({
494
586
  fill: "none",
@@ -498,7 +590,7 @@ var TriangleArrowDownIcon = React6.forwardRef(
498
590
  xmlns: "http://www.w3.org/2000/svg"
499
591
  }, props), {
500
592
  ref: forwardedRef,
501
- children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
593
+ children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
502
594
  "path",
503
595
  {
504
596
  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",
@@ -512,12 +604,12 @@ var TriangleArrowDownIcon = React6.forwardRef(
512
604
  TriangleArrowDownIcon.displayName = "ArrowDownIcon";
513
605
 
514
606
  // src/icons/mic.tsx
515
- var React7 = __toESM(require("react"), 1);
516
- var import_jsx_runtime12 = require("react/jsx-runtime");
517
- var MicIcon = React7.forwardRef(
607
+ var React8 = __toESM(require("react"), 1);
608
+ var import_jsx_runtime13 = require("react/jsx-runtime");
609
+ var MicIcon = React8.forwardRef(
518
610
  (_a, forwardedRef) => {
519
611
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
520
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
612
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
521
613
  "svg",
522
614
  __spreadProps(__spreadValues({
523
615
  fill: "none",
@@ -528,7 +620,7 @@ var MicIcon = React7.forwardRef(
528
620
  }, props), {
529
621
  ref: forwardedRef,
530
622
  children: [
531
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
623
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
532
624
  "path",
533
625
  {
534
626
  clipRule: "evenodd",
@@ -537,7 +629,7 @@ var MicIcon = React7.forwardRef(
537
629
  fillRule: "evenodd"
538
630
  }
539
631
  ),
540
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
632
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
541
633
  "path",
542
634
  {
543
635
  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",
@@ -554,12 +646,12 @@ var MicIcon = React7.forwardRef(
554
646
  MicIcon.displayName = "MicIcon";
555
647
 
556
648
  // src/icons/camera.tsx
557
- var React8 = __toESM(require("react"), 1);
558
- var import_jsx_runtime13 = require("react/jsx-runtime");
559
- var CameraIcon = React8.forwardRef(
649
+ var React9 = __toESM(require("react"), 1);
650
+ var import_jsx_runtime14 = require("react/jsx-runtime");
651
+ var CameraIcon = React9.forwardRef(
560
652
  (_a, forwardedRef) => {
561
653
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
562
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
654
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
563
655
  "svg",
564
656
  __spreadProps(__spreadValues({
565
657
  fill: "none",
@@ -569,7 +661,7 @@ var CameraIcon = React8.forwardRef(
569
661
  width: "16",
570
662
  xmlns: "http://www.w3.org/2000/svg"
571
663
  }, props), {
572
- children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
664
+ children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
573
665
  "path",
574
666
  {
575
667
  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",
@@ -583,12 +675,12 @@ var CameraIcon = React8.forwardRef(
583
675
  CameraIcon.displayName = "CameraIcon";
584
676
 
585
677
  // src/icons/camera-disabled.tsx
586
- var React9 = __toESM(require("react"), 1);
587
- var import_jsx_runtime14 = require("react/jsx-runtime");
588
- var CameraDisabledIcon = React9.forwardRef(
678
+ var React10 = __toESM(require("react"), 1);
679
+ var import_jsx_runtime15 = require("react/jsx-runtime");
680
+ var CameraDisabledIcon = React10.forwardRef(
589
681
  (_a, forwardedRef) => {
590
682
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
591
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
683
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
592
684
  "svg",
593
685
  __spreadProps(__spreadValues({
594
686
  fill: "none",
@@ -598,7 +690,7 @@ var CameraDisabledIcon = React9.forwardRef(
598
690
  width: "16",
599
691
  xmlns: "http://www.w3.org/2000/svg"
600
692
  }, props), {
601
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
693
+ children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
602
694
  "path",
603
695
  {
604
696
  clipRule: "evenodd",
@@ -614,12 +706,12 @@ var CameraDisabledIcon = React9.forwardRef(
614
706
  CameraDisabledIcon.displayName = "VideoDisabledIcon";
615
707
 
616
708
  // src/icons/end-call.tsx
617
- var React10 = __toESM(require("react"), 1);
618
- var import_jsx_runtime15 = require("react/jsx-runtime");
619
- var EndCallIcon = React10.forwardRef(
709
+ var React11 = __toESM(require("react"), 1);
710
+ var import_jsx_runtime16 = require("react/jsx-runtime");
711
+ var EndCallIcon = React11.forwardRef(
620
712
  (_a, forwardedRef) => {
621
713
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
622
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
714
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
623
715
  "svg",
624
716
  __spreadProps(__spreadValues({
625
717
  fill: "none",
@@ -630,14 +722,14 @@ var EndCallIcon = React10.forwardRef(
630
722
  xmlns: "http://www.w3.org/2000/svg"
631
723
  }, props), {
632
724
  children: [
633
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
725
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
634
726
  "path",
635
727
  {
636
728
  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",
637
729
  fill: color
638
730
  }
639
731
  ),
640
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
732
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
641
733
  "path",
642
734
  {
643
735
  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",
@@ -654,12 +746,12 @@ var EndCallIcon = React10.forwardRef(
654
746
  EndCallIcon.displayName = "EndCallIcon";
655
747
 
656
748
  // src/icons/circle-play.tsx
657
- var React11 = __toESM(require("react"), 1);
658
- var import_jsx_runtime16 = require("react/jsx-runtime");
659
- var CirclePlayIcon = React11.forwardRef(
749
+ var React12 = __toESM(require("react"), 1);
750
+ var import_jsx_runtime17 = require("react/jsx-runtime");
751
+ var CirclePlayIcon = React12.forwardRef(
660
752
  (_a, forwardedRef) => {
661
753
  var _b = _a, { color = "#currentColor" } = _b, props = __objRest(_b, ["color"]);
662
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
754
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
663
755
  "svg",
664
756
  __spreadProps(__spreadValues({
665
757
  fill: "none",
@@ -670,8 +762,8 @@ var CirclePlayIcon = React11.forwardRef(
670
762
  }, props), {
671
763
  ref: forwardedRef,
672
764
  children: [
673
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
674
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
765
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
766
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
675
767
  "path",
676
768
  {
677
769
  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",
@@ -686,12 +778,12 @@ var CirclePlayIcon = React11.forwardRef(
686
778
  CirclePlayIcon.displayName = "CirclePlayIcon";
687
779
 
688
780
  // src/icons/circle-pencil.tsx
689
- var React12 = __toESM(require("react"), 1);
690
- var import_jsx_runtime17 = require("react/jsx-runtime");
691
- var CirclePencilIcon = React12.forwardRef(
781
+ var React13 = __toESM(require("react"), 1);
782
+ var import_jsx_runtime18 = require("react/jsx-runtime");
783
+ var CirclePencilIcon = React13.forwardRef(
692
784
  (_a, forwardedRef) => {
693
785
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
694
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
786
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
695
787
  "svg",
696
788
  __spreadProps(__spreadValues({
697
789
  fill: "none",
@@ -702,8 +794,8 @@ var CirclePencilIcon = React12.forwardRef(
702
794
  }, props), {
703
795
  ref: forwardedRef,
704
796
  children: [
705
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
706
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
797
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
798
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
707
799
  "rect",
708
800
  {
709
801
  fill: "white",
@@ -713,7 +805,7 @@ var CirclePencilIcon = React12.forwardRef(
713
805
  width: "12"
714
806
  }
715
807
  ),
716
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
808
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
717
809
  "path",
718
810
  {
719
811
  clipRule: "evenodd",
@@ -730,12 +822,12 @@ var CirclePencilIcon = React12.forwardRef(
730
822
  CirclePencilIcon.displayName = "CirclePencilIcon";
731
823
 
732
824
  // src/icons/circle-check.tsx
733
- var React13 = __toESM(require("react"), 1);
734
- var import_jsx_runtime18 = require("react/jsx-runtime");
735
- var CircleCheckIcon = React13.forwardRef(
825
+ var React14 = __toESM(require("react"), 1);
826
+ var import_jsx_runtime19 = require("react/jsx-runtime");
827
+ var CircleCheckIcon = React14.forwardRef(
736
828
  (_a, forwardedRef) => {
737
829
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
738
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
830
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
739
831
  "svg",
740
832
  __spreadProps(__spreadValues({
741
833
  fill: "none",
@@ -746,9 +838,9 @@ var CircleCheckIcon = React13.forwardRef(
746
838
  }, props), {
747
839
  ref: forwardedRef,
748
840
  children: [
749
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
750
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { fill: "white", fillOpacity: "0.01", height: "16", width: "16" }),
751
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
841
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
842
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("rect", { fill: "white", fillOpacity: "0.01", height: "16", width: "16" }),
843
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
752
844
  "path",
753
845
  {
754
846
  clipRule: "evenodd",
@@ -765,12 +857,12 @@ var CircleCheckIcon = React13.forwardRef(
765
857
  CircleCheckIcon.displayName = "CircleCheckIcon";
766
858
 
767
859
  // src/icons/circle-satisfaction.tsx
768
- var React14 = __toESM(require("react"), 1);
769
- var import_jsx_runtime19 = require("react/jsx-runtime");
770
- var CircleSatisfactionIcon = React14.forwardRef(
860
+ var React15 = __toESM(require("react"), 1);
861
+ var import_jsx_runtime20 = require("react/jsx-runtime");
862
+ var CircleSatisfactionIcon = React15.forwardRef(
771
863
  (_a, forwardedRef) => {
772
864
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
773
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
865
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
774
866
  "svg",
775
867
  __spreadProps(__spreadValues({
776
868
  fill: "none",
@@ -781,8 +873,8 @@ var CircleSatisfactionIcon = React14.forwardRef(
781
873
  }, props), {
782
874
  ref: forwardedRef,
783
875
  children: [
784
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
785
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
876
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
877
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
786
878
  "rect",
787
879
  {
788
880
  fill: "white",
@@ -792,7 +884,7 @@ var CircleSatisfactionIcon = React14.forwardRef(
792
884
  width: "12"
793
885
  }
794
886
  ),
795
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
887
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
796
888
  "path",
797
889
  {
798
890
  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",
@@ -807,12 +899,12 @@ var CircleSatisfactionIcon = React14.forwardRef(
807
899
  CircleSatisfactionIcon.displayName = "CircleSatisfactionIcon";
808
900
 
809
901
  // src/icons/circle-quote.tsx
810
- var React15 = __toESM(require("react"), 1);
811
- var import_jsx_runtime20 = require("react/jsx-runtime");
812
- var CircleQuoteIcon = React15.forwardRef(
902
+ var React16 = __toESM(require("react"), 1);
903
+ var import_jsx_runtime21 = require("react/jsx-runtime");
904
+ var CircleQuoteIcon = React16.forwardRef(
813
905
  (_a, forwardedRef) => {
814
906
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
815
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
907
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
816
908
  "svg",
817
909
  __spreadProps(__spreadValues({
818
910
  fill: "none",
@@ -823,8 +915,8 @@ var CircleQuoteIcon = React15.forwardRef(
823
915
  }, props), {
824
916
  ref: forwardedRef,
825
917
  children: [
826
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
827
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
918
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
919
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
828
920
  "rect",
829
921
  {
830
922
  fill: "white",
@@ -834,7 +926,7 @@ var CircleQuoteIcon = React15.forwardRef(
834
926
  width: "12"
835
927
  }
836
928
  ),
837
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
929
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
838
930
  "path",
839
931
  {
840
932
  clipRule: "evenodd",
@@ -851,12 +943,12 @@ var CircleQuoteIcon = React15.forwardRef(
851
943
  CircleQuoteIcon.displayName = "CircleQuoteIcon";
852
944
 
853
945
  // src/icons/circle-chat.tsx
854
- var React16 = __toESM(require("react"), 1);
855
- var import_jsx_runtime21 = require("react/jsx-runtime");
856
- var CircleChatIcon = React16.forwardRef(
946
+ var React17 = __toESM(require("react"), 1);
947
+ var import_jsx_runtime22 = require("react/jsx-runtime");
948
+ var CircleChatIcon = React17.forwardRef(
857
949
  (_a, forwardedRef) => {
858
950
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
859
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
951
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
860
952
  "svg",
861
953
  __spreadProps(__spreadValues({
862
954
  fill: "none",
@@ -867,8 +959,8 @@ var CircleChatIcon = React16.forwardRef(
867
959
  xmlns: "http://www.w3.org/2000/svg"
868
960
  }, props), {
869
961
  children: [
870
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
871
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
962
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
963
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
872
964
  "rect",
873
965
  {
874
966
  fill: "white",
@@ -878,7 +970,7 @@ var CircleChatIcon = React16.forwardRef(
878
970
  width: "12"
879
971
  }
880
972
  ),
881
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
973
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
882
974
  "path",
883
975
  {
884
976
  clipRule: "evenodd",
@@ -895,12 +987,12 @@ var CircleChatIcon = React16.forwardRef(
895
987
  CircleChatIcon.displayName = "CircleChatIcon";
896
988
 
897
989
  // src/icons/circle-file.tsx
898
- var React17 = __toESM(require("react"), 1);
899
- var import_jsx_runtime22 = require("react/jsx-runtime");
900
- var CircleFileIcon = React17.forwardRef(
990
+ var React18 = __toESM(require("react"), 1);
991
+ var import_jsx_runtime23 = require("react/jsx-runtime");
992
+ var CircleFileIcon = React18.forwardRef(
901
993
  (_a, forwardedRef) => {
902
994
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
903
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
995
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
904
996
  "svg",
905
997
  __spreadProps(__spreadValues({
906
998
  fill: "none",
@@ -911,8 +1003,8 @@ var CircleFileIcon = React17.forwardRef(
911
1003
  }, props), {
912
1004
  ref: forwardedRef,
913
1005
  children: [
914
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
915
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1006
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
1007
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
916
1008
  "rect",
917
1009
  {
918
1010
  fill: "white",
@@ -922,7 +1014,7 @@ var CircleFileIcon = React17.forwardRef(
922
1014
  width: "12"
923
1015
  }
924
1016
  ),
925
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1017
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
926
1018
  "path",
927
1019
  {
928
1020
  clipRule: "evenodd",
@@ -939,12 +1031,12 @@ var CircleFileIcon = React17.forwardRef(
939
1031
  CircleFileIcon.displayName = "CircleFileIcon";
940
1032
 
941
1033
  // src/icons/headset.tsx
942
- var React18 = __toESM(require("react"), 1);
943
- var import_jsx_runtime23 = require("react/jsx-runtime");
944
- var HeadsetIcon = React18.forwardRef(
1034
+ var React19 = __toESM(require("react"), 1);
1035
+ var import_jsx_runtime24 = require("react/jsx-runtime");
1036
+ var HeadsetIcon = React19.forwardRef(
945
1037
  (_a, forwardedRef) => {
946
1038
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
947
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
1039
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
948
1040
  "svg",
949
1041
  __spreadProps(__spreadValues({
950
1042
  fill: "none",
@@ -955,7 +1047,7 @@ var HeadsetIcon = React18.forwardRef(
955
1047
  }, props), {
956
1048
  ref: forwardedRef,
957
1049
  children: [
958
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1050
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
959
1051
  "path",
960
1052
  {
961
1053
  d: "M3.25 6C3.25 3.75 5.5 2 8 2C10.5 2 12.75 3.75 12.75 6",
@@ -964,7 +1056,7 @@ var HeadsetIcon = React18.forwardRef(
964
1056
  strokeWidth: "1.2"
965
1057
  }
966
1058
  ),
967
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1059
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
968
1060
  "path",
969
1061
  {
970
1062
  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",
@@ -973,7 +1065,7 @@ var HeadsetIcon = React18.forwardRef(
973
1065
  strokeWidth: "1.2"
974
1066
  }
975
1067
  ),
976
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1068
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
977
1069
  "path",
978
1070
  {
979
1071
  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",
@@ -982,7 +1074,7 @@ var HeadsetIcon = React18.forwardRef(
982
1074
  strokeWidth: "1.2"
983
1075
  }
984
1076
  ),
985
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1077
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
986
1078
  "path",
987
1079
  {
988
1080
  d: "M4 12.25V13.25C4 13.94 4.56 14.5 5.25 14.5H8",
@@ -1134,7 +1226,7 @@ function resetFieldType(field, nextType, allFields) {
1134
1226
  }
1135
1227
 
1136
1228
  // src/molecules/dynamic-form-editor-field-editor-panel.tsx
1137
- var import_jsx_runtime24 = require("react/jsx-runtime");
1229
+ var import_jsx_runtime25 = require("react/jsx-runtime");
1138
1230
  function isRecord(value) {
1139
1231
  return Boolean(value) && typeof value === "object" && !Array.isArray(value);
1140
1232
  }
@@ -1216,15 +1308,15 @@ function DynamicFormEditorFieldEditorPanel(props) {
1216
1308
  } = props;
1217
1309
  const canMoveUp = fieldIndex > 0;
1218
1310
  const canMoveDown = fieldIndex >= 0 && fieldIndex < fields.length - 1;
1219
- const placeholderValue = (0, import_react9.useMemo)(() => {
1311
+ const placeholderValue = (0, import_react10.useMemo)(() => {
1220
1312
  if (!field) return "";
1221
1313
  return String(field.placeholder || "");
1222
1314
  }, [field]);
1223
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Card, { style: { flex: 1, minWidth: 520, padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { direction: "column", gap: "4", children: [
1224
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
1225
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "body", children: "\uD544\uB4DC \uD3B8\uC9D1" }),
1226
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { align: "center", gap: "1", children: [
1227
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1315
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Card, { style: { flex: 1, minWidth: 520, padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { direction: "column", gap: "4", children: [
1316
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
1317
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "body", children: "\uD544\uB4DC \uD3B8\uC9D1" }),
1318
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "center", gap: "1", children: [
1319
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1228
1320
  IconButton,
1229
1321
  {
1230
1322
  "aria-label": "\uD544\uB4DC \uC704\uB85C",
@@ -1233,10 +1325,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
1233
1325
  onMoveField("up");
1234
1326
  },
1235
1327
  variant: "soft",
1236
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons.ChevronUpIcon, {})
1328
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.ChevronUpIcon, {})
1237
1329
  }
1238
1330
  ),
1239
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1331
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1240
1332
  IconButton,
1241
1333
  {
1242
1334
  "aria-label": "\uD544\uB4DC \uC544\uB798\uB85C",
@@ -1245,36 +1337,36 @@ function DynamicFormEditorFieldEditorPanel(props) {
1245
1337
  onMoveField("down");
1246
1338
  },
1247
1339
  variant: "soft",
1248
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons.ChevronDownIcon, {})
1340
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.ChevronDownIcon, {})
1249
1341
  }
1250
1342
  ),
1251
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1343
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1252
1344
  IconButton,
1253
1345
  {
1254
1346
  "aria-label": "\uD544\uB4DC \uBCF5\uC81C",
1255
1347
  disabled: readonly || !field,
1256
1348
  onClick: onDuplicateField,
1257
1349
  variant: "soft",
1258
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons.CopyIcon, {})
1350
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.CopyIcon, {})
1259
1351
  }
1260
1352
  ),
1261
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1353
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1262
1354
  IconButton,
1263
1355
  {
1264
1356
  "aria-label": "\uD544\uB4DC \uC0AD\uC81C",
1265
1357
  disabled: readonly || !field,
1266
1358
  onClick: onDeleteField,
1267
1359
  variant: "soft",
1268
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons.TrashIcon, {})
1360
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.TrashIcon, {})
1269
1361
  }
1270
1362
  )
1271
1363
  ] })
1272
1364
  ] }),
1273
- !field ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { color: "gray", variant: "caption", children: "\uC67C\uCABD\uC5D0\uC11C \uD544\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694." }) : /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { direction: "column", gap: "3", children: [
1274
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1275
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { style: { flex: 1 }, children: [
1276
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "name" }),
1277
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1365
+ !field ? /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { color: "gray", variant: "caption", children: "\uC67C\uCABD\uC5D0\uC11C \uD544\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694." }) : /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { direction: "column", gap: "3", children: [
1366
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1367
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1368
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "name" }),
1369
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1278
1370
  TextField.Root,
1279
1371
  {
1280
1372
  disabled: readonly,
@@ -1285,9 +1377,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1285
1377
  }
1286
1378
  )
1287
1379
  ] }),
1288
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { style: { flex: 1 }, children: [
1289
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "label" }),
1290
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1380
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1381
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "label" }),
1382
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1291
1383
  TextField.Root,
1292
1384
  {
1293
1385
  disabled: readonly,
@@ -1299,8 +1391,8 @@ function DynamicFormEditorFieldEditorPanel(props) {
1299
1391
  )
1300
1392
  ] })
1301
1393
  ] }),
1302
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { align: "center", gap: "2", children: [
1303
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
1394
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "center", gap: "2", children: [
1395
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1304
1396
  Select.Root,
1305
1397
  {
1306
1398
  disabled: readonly,
@@ -1310,13 +1402,13 @@ function DynamicFormEditorFieldEditorPanel(props) {
1310
1402
  },
1311
1403
  value: field.type,
1312
1404
  children: [
1313
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
1314
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Select.Content, { children: fieldTypes.map((t) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Select.Item, { value: t, children: getFieldTypeLabel(t) }, t)) })
1405
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
1406
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Content, { children: fieldTypes.map((t) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Item, { value: t, children: getFieldTypeLabel(t) }, t)) })
1315
1407
  ]
1316
1408
  }
1317
1409
  ),
1318
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { align: "center", gap: "2", children: [
1319
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1410
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "center", gap: "2", children: [
1411
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1320
1412
  Checkbox,
1321
1413
  {
1322
1414
  checked: Boolean(field.required),
@@ -1326,12 +1418,12 @@ function DynamicFormEditorFieldEditorPanel(props) {
1326
1418
  }
1327
1419
  }
1328
1420
  ),
1329
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "\uD544\uC218" })
1421
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "\uD544\uC218" })
1330
1422
  ] })
1331
1423
  ] }),
1332
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { children: [
1333
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "description" }),
1334
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1424
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { children: [
1425
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "description" }),
1426
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1335
1427
  TextArea,
1336
1428
  {
1337
1429
  disabled: readonly,
@@ -1345,9 +1437,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1345
1437
  }
1346
1438
  )
1347
1439
  ] }),
1348
- field.type === "short_text" || field.type === "long_text" || field.type === "number" || field.type === "email" || field.type === "dropdown" ? /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { children: [
1349
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "placeholder" }),
1350
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1440
+ field.type === "short_text" || field.type === "long_text" || field.type === "number" || field.type === "email" || field.type === "dropdown" ? /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { children: [
1441
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "placeholder" }),
1442
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1351
1443
  TextField.Root,
1352
1444
  {
1353
1445
  disabled: readonly,
@@ -1358,9 +1450,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1358
1450
  }
1359
1451
  )
1360
1452
  ] }) : null,
1361
- field.type === "choice" || field.type === "choices" ? /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { children: [
1362
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "orientation" }),
1363
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
1453
+ field.type === "choice" || field.type === "choices" ? /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { children: [
1454
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "orientation" }),
1455
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1364
1456
  Select.Root,
1365
1457
  {
1366
1458
  disabled: readonly,
@@ -1370,19 +1462,19 @@ function DynamicFormEditorFieldEditorPanel(props) {
1370
1462
  },
1371
1463
  value: field.orientation || "vertical",
1372
1464
  children: [
1373
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
1374
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(Select.Content, { children: [
1375
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Select.Item, { value: "vertical", children: "vertical" }),
1376
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Select.Item, { value: "horizontal", children: "horizontal" })
1465
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
1466
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Select.Content, { children: [
1467
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Item, { value: "vertical", children: "vertical" }),
1468
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Item, { value: "horizontal", children: "horizontal" })
1377
1469
  ] })
1378
1470
  ]
1379
1471
  }
1380
1472
  )
1381
1473
  ] }) : null,
1382
- field.type === "dropdown" || field.type === "choice" || field.type === "radio_cards" || field.type === "choices" ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Card, { style: { padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { direction: "column", gap: "2", children: [
1383
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
1384
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "options" }),
1385
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
1474
+ field.type === "dropdown" || field.type === "choice" || field.type === "radio_cards" || field.type === "choices" ? /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Card, { style: { padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { direction: "column", gap: "2", children: [
1475
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
1476
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "options" }),
1477
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1386
1478
  Button,
1387
1479
  {
1388
1480
  disabled: readonly,
@@ -1400,16 +1492,16 @@ function DynamicFormEditorFieldEditorPanel(props) {
1400
1492
  size: "small",
1401
1493
  variant: "soft",
1402
1494
  children: [
1403
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons.PlusIcon, {}),
1495
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.PlusIcon, {}),
1404
1496
  " \uCD94\uAC00"
1405
1497
  ]
1406
1498
  }
1407
1499
  )
1408
1500
  ] }),
1409
- getOptionDrafts(field).map((opt, i) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1410
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { style: { flex: 1 }, children: [
1411
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "label" }),
1412
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1501
+ getOptionDrafts(field).map((opt, i) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1502
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1503
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "label" }),
1504
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1413
1505
  TextField.Root,
1414
1506
  {
1415
1507
  disabled: readonly,
@@ -1424,9 +1516,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1424
1516
  }
1425
1517
  )
1426
1518
  ] }),
1427
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { style: { flex: 1 }, children: [
1428
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "value" }),
1429
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1519
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1520
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "value" }),
1521
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1430
1522
  TextField.Root,
1431
1523
  {
1432
1524
  disabled: readonly,
@@ -1441,8 +1533,8 @@ function DynamicFormEditorFieldEditorPanel(props) {
1441
1533
  }
1442
1534
  )
1443
1535
  ] }),
1444
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { gap: "1", children: [
1445
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1536
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { gap: "1", children: [
1537
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1446
1538
  IconButton,
1447
1539
  {
1448
1540
  "aria-label": "\uC635\uC158 \uC704\uB85C",
@@ -1453,10 +1545,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
1453
1545
  onUpdateField(updateOptions(field, toFieldOptions(nextDrafts)));
1454
1546
  },
1455
1547
  variant: "soft",
1456
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons.ChevronUpIcon, {})
1548
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.ChevronUpIcon, {})
1457
1549
  }
1458
1550
  ),
1459
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1551
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1460
1552
  IconButton,
1461
1553
  {
1462
1554
  "aria-label": "\uC635\uC158 \uC544\uB798\uB85C",
@@ -1467,10 +1559,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
1467
1559
  onUpdateField(updateOptions(field, toFieldOptions(nextDrafts)));
1468
1560
  },
1469
1561
  variant: "soft",
1470
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons.ChevronDownIcon, {})
1562
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.ChevronDownIcon, {})
1471
1563
  }
1472
1564
  ),
1473
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1565
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1474
1566
  IconButton,
1475
1567
  {
1476
1568
  "aria-label": "\uC635\uC158 \uC0AD\uC81C",
@@ -1481,16 +1573,16 @@ function DynamicFormEditorFieldEditorPanel(props) {
1481
1573
  onUpdateField(updateOptions(field, toFieldOptions(nextDrafts)));
1482
1574
  },
1483
1575
  variant: "soft",
1484
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons.TrashIcon, {})
1576
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.TrashIcon, {})
1485
1577
  }
1486
1578
  )
1487
1579
  ] })
1488
1580
  ] }, `${opt.value}-${opt.label}`))
1489
1581
  ] }) }) : null,
1490
- field.type === "image_radio_card" ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Card, { style: { padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { direction: "column", gap: "3", children: [
1491
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
1492
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "image options" }),
1493
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
1582
+ field.type === "image_radio_card" ? /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Card, { style: { padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { direction: "column", gap: "3", children: [
1583
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
1584
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "image options" }),
1585
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1494
1586
  Button,
1495
1587
  {
1496
1588
  disabled: readonly,
@@ -1509,21 +1601,21 @@ function DynamicFormEditorFieldEditorPanel(props) {
1509
1601
  size: "small",
1510
1602
  variant: "soft",
1511
1603
  children: [
1512
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons.PlusIcon, {}),
1604
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.PlusIcon, {}),
1513
1605
  " \uCD94\uAC00"
1514
1606
  ]
1515
1607
  }
1516
1608
  )
1517
1609
  ] }),
1518
- getImageOptionDrafts(field).map((opt, i) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1610
+ getImageOptionDrafts(field).map((opt, i) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1519
1611
  Card,
1520
1612
  {
1521
1613
  style: { padding: 10 },
1522
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { direction: "column", gap: "2", children: [
1523
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1524
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { style: { flex: 1 }, children: [
1525
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "label" }),
1526
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1614
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { direction: "column", gap: "2", children: [
1615
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1616
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1617
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "label" }),
1618
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1527
1619
  TextField.Root,
1528
1620
  {
1529
1621
  disabled: readonly,
@@ -1540,9 +1632,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1540
1632
  }
1541
1633
  )
1542
1634
  ] }),
1543
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { style: { flex: 1 }, children: [
1544
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "value" }),
1545
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1635
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1636
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "value" }),
1637
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1546
1638
  TextField.Root,
1547
1639
  {
1548
1640
  disabled: readonly,
@@ -1560,9 +1652,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1560
1652
  )
1561
1653
  ] })
1562
1654
  ] }),
1563
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { children: [
1564
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "imageSrc" }),
1565
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1655
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { children: [
1656
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "imageSrc" }),
1657
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1566
1658
  TextField.Root,
1567
1659
  {
1568
1660
  disabled: readonly,
@@ -1579,10 +1671,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
1579
1671
  }
1580
1672
  )
1581
1673
  ] }),
1582
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1583
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { style: { flex: 1 }, children: [
1584
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "alt" }),
1585
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1674
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1675
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1676
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "alt" }),
1677
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1586
1678
  TextField.Root,
1587
1679
  {
1588
1680
  disabled: readonly,
@@ -1600,7 +1692,7 @@ function DynamicFormEditorFieldEditorPanel(props) {
1600
1692
  }
1601
1693
  )
1602
1694
  ] }),
1603
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1695
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1604
1696
  IconButton,
1605
1697
  {
1606
1698
  "aria-label": "\uC774\uBBF8\uC9C0 \uC635\uC158 \uC0AD\uC81C",
@@ -1613,7 +1705,7 @@ function DynamicFormEditorFieldEditorPanel(props) {
1613
1705
  );
1614
1706
  },
1615
1707
  variant: "soft",
1616
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons.TrashIcon, {})
1708
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.TrashIcon, {})
1617
1709
  }
1618
1710
  )
1619
1711
  ] })
@@ -1621,10 +1713,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
1621
1713
  },
1622
1714
  `${opt.value}-${opt.label}-${opt.imageSrc}`
1623
1715
  )),
1624
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { gap: "2", children: [
1625
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { style: { flex: 1 }, children: [
1626
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "gridColumnsCount" }),
1627
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1716
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { gap: "2", children: [
1717
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1718
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "gridColumnsCount" }),
1719
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1628
1720
  TextField.Root,
1629
1721
  {
1630
1722
  disabled: readonly,
@@ -1640,9 +1732,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1640
1732
  }
1641
1733
  )
1642
1734
  ] }),
1643
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { style: { flex: 1 }, children: [
1644
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "gridItemHeight" }),
1645
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1735
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1736
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "gridItemHeight" }),
1737
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1646
1738
  TextField.Root,
1647
1739
  {
1648
1740
  disabled: readonly,
@@ -1655,9 +1747,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1655
1747
  }
1656
1748
  )
1657
1749
  ] }),
1658
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { style: { flex: 1 }, children: [
1659
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "gridGap" }),
1660
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1750
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1751
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "gridGap" }),
1752
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1661
1753
  TextField.Root,
1662
1754
  {
1663
1755
  disabled: readonly,
@@ -1669,9 +1761,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1669
1761
  )
1670
1762
  ] })
1671
1763
  ] }),
1672
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { children: [
1673
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "imageFit" }),
1674
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
1764
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { children: [
1765
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "imageFit" }),
1766
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1675
1767
  Select.Root,
1676
1768
  {
1677
1769
  disabled: readonly,
@@ -1681,22 +1773,22 @@ function DynamicFormEditorFieldEditorPanel(props) {
1681
1773
  },
1682
1774
  value: field.imageFit || "cover",
1683
1775
  children: [
1684
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
1685
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(Select.Content, { children: [
1686
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Select.Item, { value: "cover", children: "cover" }),
1687
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Select.Item, { value: "contain", children: "contain" })
1776
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
1777
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Select.Content, { children: [
1778
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Item, { value: "cover", children: "cover" }),
1779
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Item, { value: "contain", children: "contain" })
1688
1780
  ] })
1689
1781
  ]
1690
1782
  }
1691
1783
  )
1692
1784
  ] })
1693
1785
  ] }) }) : null,
1694
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Card, { style: { padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { direction: "column", gap: "2", children: [
1695
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "validation" }),
1696
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes4.Flex, { gap: "2", children: [
1697
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { style: { flex: 1 }, children: [
1698
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "min" }),
1699
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1786
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Card, { style: { padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { direction: "column", gap: "2", children: [
1787
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "validation" }),
1788
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { gap: "2", children: [
1789
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1790
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "min" }),
1791
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1700
1792
  TextField.Root,
1701
1793
  {
1702
1794
  disabled: readonly,
@@ -1712,9 +1804,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1712
1804
  }
1713
1805
  )
1714
1806
  ] }),
1715
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { style: { flex: 1 }, children: [
1716
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "max" }),
1717
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1807
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1808
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "max" }),
1809
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1718
1810
  TextField.Root,
1719
1811
  {
1720
1812
  disabled: readonly,
@@ -1731,9 +1823,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1731
1823
  )
1732
1824
  ] })
1733
1825
  ] }),
1734
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { children: [
1735
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "pattern" }),
1736
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1826
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { children: [
1827
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "pattern" }),
1828
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1737
1829
  TextField.Root,
1738
1830
  {
1739
1831
  disabled: readonly,
@@ -1746,9 +1838,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1746
1838
  }
1747
1839
  )
1748
1840
  ] }),
1749
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes10.Box, { children: [
1750
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Typo, { variant: "caption", children: "message" }),
1751
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1841
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { children: [
1842
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "message" }),
1843
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1752
1844
  TextField.Root,
1753
1845
  {
1754
1846
  disabled: readonly,