@tipp/ui 2.10.2 → 2.10.4

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 (277) hide show
  1. package/dist/app/index.cjs +385 -359
  2. package/dist/app/index.cjs.map +1 -1
  3. package/dist/app/index.js +40 -38
  4. package/dist/app/platform/coach-question-list.cjs +58 -35
  5. package/dist/app/platform/coach-question-list.cjs.map +1 -1
  6. package/dist/app/platform/coach-question-list.js +3 -2
  7. package/dist/app/platform/contents-card.cjs +120 -97
  8. package/dist/app/platform/contents-card.cjs.map +1 -1
  9. package/dist/app/platform/contents-card.js +3 -2
  10. package/dist/app/platform/curriculum-card.cjs +39 -16
  11. package/dist/app/platform/curriculum-card.cjs.map +1 -1
  12. package/dist/app/platform/curriculum-card.js +3 -2
  13. package/dist/app/platform/edit-coaching-time.cjs +160 -134
  14. package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
  15. package/dist/app/platform/edit-coaching-time.js +30 -28
  16. package/dist/app/platform/edit-service-type.cjs +152 -126
  17. package/dist/app/platform/edit-service-type.cjs.map +1 -1
  18. package/dist/app/platform/edit-service-type.js +30 -28
  19. package/dist/app/platform/goal-manage-card-edit.cjs +162 -136
  20. package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
  21. package/dist/app/platform/goal-manage-card-edit.js +30 -28
  22. package/dist/app/platform/goal-manage-card-read.cjs +88 -65
  23. package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
  24. package/dist/app/platform/goal-manage-card-read.js +3 -2
  25. package/dist/app/platform/on-offline-radio-card.cjs +303 -277
  26. package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
  27. package/dist/app/platform/on-offline-radio-card.js +30 -28
  28. package/dist/app/platform/report-card.cjs +61 -38
  29. package/dist/app/platform/report-card.cjs.map +1 -1
  30. package/dist/app/platform/report-card.js +3 -2
  31. package/dist/app/platform/reservation-card.cjs +176 -150
  32. package/dist/app/platform/reservation-card.cjs.map +1 -1
  33. package/dist/app/platform/reservation-card.js +30 -28
  34. package/dist/app/platform/session-card.cjs +205 -179
  35. package/dist/app/platform/session-card.cjs.map +1 -1
  36. package/dist/app/platform/session-card.js +30 -28
  37. package/dist/app/platform/session-review-simple-read.cjs +59 -36
  38. package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
  39. package/dist/app/platform/session-review-simple-read.js +3 -2
  40. package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +92 -69
  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 +7 -6
  43. package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +69 -46
  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 +3 -2
  46. package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +72 -49
  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 +3 -2
  49. package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +58 -35
  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 +3 -2
  52. package/dist/app/platform/userInfos/session-user-info-detail.cjs +68 -45
  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 +3 -2
  55. package/dist/app/platform/userInfos/utils.cjs +60 -37
  56. package/dist/app/platform/userInfos/utils.cjs.map +1 -1
  57. package/dist/app/platform/userInfos/utils.js +3 -2
  58. package/dist/app/roleplay/index.cjs +460 -389
  59. package/dist/app/roleplay/index.cjs.map +1 -1
  60. package/dist/app/roleplay/index.js +38 -36
  61. package/dist/app/roleplay/parts/analysis-section.cjs +64 -41
  62. package/dist/app/roleplay/parts/analysis-section.cjs.map +1 -1
  63. package/dist/app/roleplay/parts/analysis-section.js +3 -2
  64. package/dist/app/roleplay/parts/coaching-panel.cjs +65 -42
  65. package/dist/app/roleplay/parts/coaching-panel.cjs.map +1 -1
  66. package/dist/app/roleplay/parts/coaching-panel.js +3 -2
  67. package/dist/app/roleplay/parts/content.cjs +385 -314
  68. package/dist/app/roleplay/parts/content.cjs.map +1 -1
  69. package/dist/app/roleplay/parts/content.js +34 -32
  70. package/dist/app/roleplay/parts/header.cjs +83 -60
  71. package/dist/app/roleplay/parts/header.cjs.map +1 -1
  72. package/dist/app/roleplay/parts/header.js +4 -3
  73. package/dist/app/roleplay/parts/score-summary.cjs +77 -54
  74. package/dist/app/roleplay/parts/score-summary.cjs.map +1 -1
  75. package/dist/app/roleplay/parts/score-summary.js +3 -2
  76. package/dist/app/roleplay/parts/score-trend-section.cjs +228 -157
  77. package/dist/app/roleplay/parts/score-trend-section.cjs.map +1 -1
  78. package/dist/app/roleplay/parts/score-trend-section.js +31 -29
  79. package/dist/app/roleplay/parts/script-transcript.cjs +73 -50
  80. package/dist/app/roleplay/parts/script-transcript.cjs.map +1 -1
  81. package/dist/app/roleplay/parts/script-transcript.js +3 -2
  82. package/dist/app/roleplay/parts/section-nav.cjs +94 -71
  83. package/dist/app/roleplay/parts/section-nav.cjs.map +1 -1
  84. package/dist/app/roleplay/parts/section-nav.js +3 -2
  85. package/dist/app/roleplay/parts/session-replay-dialog.cjs +83 -60
  86. package/dist/app/roleplay/parts/session-replay-dialog.cjs.map +1 -1
  87. package/dist/app/roleplay/parts/session-replay-dialog.js +3 -2
  88. package/dist/app/roleplay/parts/speech-share-bar.cjs +60 -37
  89. package/dist/app/roleplay/parts/speech-share-bar.cjs.map +1 -1
  90. package/dist/app/roleplay/parts/speech-share-bar.js +3 -2
  91. package/dist/app/roleplay/parts/step-detail.cjs +78 -55
  92. package/dist/app/roleplay/parts/step-detail.cjs.map +1 -1
  93. package/dist/app/roleplay/parts/step-detail.js +3 -2
  94. package/dist/app/roleplay/parts/step-summary.cjs +78 -55
  95. package/dist/app/roleplay/parts/step-summary.cjs.map +1 -1
  96. package/dist/app/roleplay/parts/step-summary.js +3 -2
  97. package/dist/app/roleplay/rp-session-detail.cjs +460 -389
  98. package/dist/app/roleplay/rp-session-detail.cjs.map +1 -1
  99. package/dist/app/roleplay/rp-session-detail.js +38 -36
  100. package/dist/atoms/index.cjs +82 -59
  101. package/dist/atoms/index.cjs.map +1 -1
  102. package/dist/atoms/index.js +3 -2
  103. package/dist/atoms/pagination.cjs +38 -15
  104. package/dist/atoms/pagination.cjs.map +1 -1
  105. package/dist/atoms/pagination.js +3 -2
  106. package/dist/chunk-2EPKY2VT.js +70 -0
  107. package/dist/chunk-2EPKY2VT.js.map +1 -0
  108. package/dist/chunk-2PPLSZ4P.js +1 -0
  109. package/dist/chunk-5DRITHNR.js +1 -0
  110. package/dist/{chunk-5RIAIE2J.js → chunk-73PHGHPI.js} +5 -2
  111. package/dist/chunk-73PHGHPI.js.map +1 -0
  112. package/dist/{chunk-IIZ7I7NS.js → chunk-AYWCLLQ2.js} +7 -7
  113. package/dist/{chunk-RRC4WFG3.js → chunk-DIFGHMGI.js} +2 -2
  114. package/dist/{chunk-P2H3VCIB.js → chunk-HL3MGRAC.js} +4 -4
  115. package/dist/chunk-IAKMJR72.js +33 -0
  116. package/dist/chunk-IAKMJR72.js.map +1 -0
  117. package/dist/{chunk-YFR3HXSV.js → chunk-IHLFOJD5.js} +2 -2
  118. package/dist/{chunk-A32HLL53.js → chunk-KQ3ME6XY.js} +7 -7
  119. package/dist/{chunk-SZAU7YP3.js → chunk-L7ZHSQES.js} +5 -5
  120. package/dist/{chunk-MD64AUR6.js → chunk-LGILQRJM.js} +8 -8
  121. package/dist/{chunk-FJEDSUGU.js → chunk-NEJCZABQ.js} +7 -7
  122. package/dist/{chunk-NSDVLCCW.js → chunk-RJ62VZ6O.js} +2 -2
  123. package/dist/{chunk-UK3LP7VH.js → chunk-TYM6T7JT.js} +2 -2
  124. package/dist/{chunk-RZW6FVML.js → chunk-UCTSCSQR.js} +2 -2
  125. package/dist/{chunk-JCZXPONS.js → chunk-VBYXXISC.js} +4 -4
  126. package/dist/{chunk-VM2PEQLQ.js → chunk-VJREZH2Z.js} +2 -2
  127. package/dist/chunk-VJREZH2Z.js.map +1 -0
  128. package/dist/icon.cjs +25 -0
  129. package/dist/icon.cjs.map +1 -1
  130. package/dist/icon.d.cts +1 -0
  131. package/dist/icon.d.ts +1 -0
  132. package/dist/icon.js +7 -3
  133. package/dist/icons/empty-box.cjs +90 -0
  134. package/dist/icons/empty-box.cjs.map +1 -0
  135. package/dist/icons/empty-box.d.cts +13 -0
  136. package/dist/icons/empty-box.d.ts +13 -0
  137. package/dist/icons/empty-box.js +8 -0
  138. package/dist/icons/empty-box.js.map +1 -0
  139. package/dist/icons/index.cjs +25 -0
  140. package/dist/icons/index.cjs.map +1 -1
  141. package/dist/icons/index.d.cts +1 -0
  142. package/dist/icons/index.d.ts +1 -0
  143. package/dist/icons/index.js +7 -3
  144. package/dist/index.cjs +959 -884
  145. package/dist/index.cjs.map +1 -1
  146. package/dist/index.d.cts +2 -0
  147. package/dist/index.d.ts +2 -0
  148. package/dist/index.js +62 -54
  149. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs +95 -72
  150. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs.map +1 -1
  151. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.js +8 -7
  152. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs +29 -6
  153. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs.map +1 -1
  154. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.js +3 -2
  155. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs +71 -48
  156. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs.map +1 -1
  157. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.js +6 -5
  158. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs +32 -9
  159. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs.map +1 -1
  160. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.js +3 -2
  161. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs +41 -18
  162. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs.map +1 -1
  163. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.js +3 -2
  164. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs +33 -10
  165. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs.map +1 -1
  166. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.js +3 -2
  167. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs +33 -10
  168. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs.map +1 -1
  169. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.js +3 -2
  170. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs +42 -19
  171. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs.map +1 -1
  172. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.js +3 -2
  173. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs +37 -14
  174. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs.map +1 -1
  175. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.js +3 -2
  176. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs +153 -130
  177. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs.map +1 -1
  178. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.js +9 -8
  179. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs +45 -22
  180. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs.map +1 -1
  181. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.js +3 -2
  182. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs +30 -7
  183. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs.map +1 -1
  184. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.js +3 -2
  185. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs +171 -148
  186. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs.map +1 -1
  187. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.js +10 -9
  188. package/dist/molecules/curriculumV2/CurriculumContents/index.cjs +220 -197
  189. package/dist/molecules/curriculumV2/CurriculumContents/index.cjs.map +1 -1
  190. package/dist/molecules/curriculumV2/CurriculumContents/index.js +13 -12
  191. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs +33 -10
  192. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs.map +1 -1
  193. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.js +3 -2
  194. package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs +52 -29
  195. package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs.map +1 -1
  196. package/dist/molecules/curriculumV2/CurriculumSidebar/index.js +7 -6
  197. package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs +44 -21
  198. package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs.map +1 -1
  199. package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.js +6 -5
  200. package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs +36 -13
  201. package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs.map +1 -1
  202. package/dist/molecules/curriculumV2/curriculum-sub-nav.js +3 -2
  203. package/dist/molecules/curriculumV2/index.cjs +264 -241
  204. package/dist/molecules/curriculumV2/index.cjs.map +1 -1
  205. package/dist/molecules/curriculumV2/index.js +21 -20
  206. package/dist/molecules/date-picker/date-picker-button.cjs +52 -29
  207. package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
  208. package/dist/molecules/date-picker/date-picker-button.js +3 -2
  209. package/dist/molecules/date-picker/index.cjs +40 -17
  210. package/dist/molecules/date-picker/index.cjs.map +1 -1
  211. package/dist/molecules/date-picker/index.js +3 -2
  212. package/dist/molecules/description-json-render.cjs +31 -8
  213. package/dist/molecules/description-json-render.cjs.map +1 -1
  214. package/dist/molecules/description-json-render.js +3 -2
  215. package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs +138 -115
  216. package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs.map +1 -1
  217. package/dist/molecules/dynamic-form-editor-field-editor-panel.js +3 -2
  218. package/dist/molecules/dynamic-form-editor.cjs +223 -200
  219. package/dist/molecules/dynamic-form-editor.cjs.map +1 -1
  220. package/dist/molecules/dynamic-form-editor.js +5 -4
  221. package/dist/molecules/empty-state.cjs +328 -0
  222. package/dist/molecules/empty-state.cjs.map +1 -0
  223. package/dist/molecules/empty-state.d.cts +21 -0
  224. package/dist/molecules/empty-state.d.ts +21 -0
  225. package/dist/molecules/empty-state.js +16 -0
  226. package/dist/molecules/empty-state.js.map +1 -0
  227. package/dist/molecules/expand-table/index.cjs +193 -58
  228. package/dist/molecules/expand-table/index.cjs.map +1 -1
  229. package/dist/molecules/expand-table/index.js +6 -3
  230. package/dist/molecules/index.cjs +862 -789
  231. package/dist/molecules/index.cjs.map +1 -1
  232. package/dist/molecules/index.d.cts +2 -1
  233. package/dist/molecules/index.d.ts +2 -1
  234. package/dist/molecules/index.js +43 -38
  235. package/dist/molecules/stepper.cjs +43 -20
  236. package/dist/molecules/stepper.cjs.map +1 -1
  237. package/dist/molecules/stepper.js +3 -2
  238. package/dist/molecules/tag-selector.cjs +43 -20
  239. package/dist/molecules/tag-selector.cjs.map +1 -1
  240. package/dist/molecules/tag-selector.js +3 -2
  241. package/dist/molecules/time-select.cjs +28 -5
  242. package/dist/molecules/time-select.cjs.map +1 -1
  243. package/dist/molecules/time-select.js +4 -3
  244. package/dist/utils/curriculum.utils.cjs +23 -0
  245. package/dist/utils/curriculum.utils.cjs.map +1 -1
  246. package/dist/utils/curriculum.utils.js +3 -2
  247. package/dist/utils/get-callout-icon-component.cjs +23 -0
  248. package/dist/utils/get-callout-icon-component.cjs.map +1 -1
  249. package/dist/utils/get-callout-icon-component.js +3 -2
  250. package/dist/utils/index.cjs +23 -0
  251. package/dist/utils/index.cjs.map +1 -1
  252. package/dist/utils/index.js +6 -5
  253. package/package.json +1 -1
  254. package/src/app/roleplay/parts/header.tsx +2 -1
  255. package/src/icons/empty-box.tsx +29 -0
  256. package/src/icons/index.ts +2 -1
  257. package/src/molecules/empty-state.tsx +79 -0
  258. package/src/molecules/expand-table/index.tsx +2 -3
  259. package/src/molecules/index.ts +1 -0
  260. package/dist/chunk-5RIAIE2J.js.map +0 -1
  261. package/dist/chunk-JVXATVAC.js +0 -1
  262. package/dist/chunk-SYMOHU2B.js +0 -1
  263. package/dist/chunk-VM2PEQLQ.js.map +0 -1
  264. /package/dist/{chunk-JVXATVAC.js.map → chunk-2PPLSZ4P.js.map} +0 -0
  265. /package/dist/{chunk-SYMOHU2B.js.map → chunk-5DRITHNR.js.map} +0 -0
  266. /package/dist/{chunk-IIZ7I7NS.js.map → chunk-AYWCLLQ2.js.map} +0 -0
  267. /package/dist/{chunk-RRC4WFG3.js.map → chunk-DIFGHMGI.js.map} +0 -0
  268. /package/dist/{chunk-P2H3VCIB.js.map → chunk-HL3MGRAC.js.map} +0 -0
  269. /package/dist/{chunk-YFR3HXSV.js.map → chunk-IHLFOJD5.js.map} +0 -0
  270. /package/dist/{chunk-A32HLL53.js.map → chunk-KQ3ME6XY.js.map} +0 -0
  271. /package/dist/{chunk-SZAU7YP3.js.map → chunk-L7ZHSQES.js.map} +0 -0
  272. /package/dist/{chunk-MD64AUR6.js.map → chunk-LGILQRJM.js.map} +0 -0
  273. /package/dist/{chunk-FJEDSUGU.js.map → chunk-NEJCZABQ.js.map} +0 -0
  274. /package/dist/{chunk-NSDVLCCW.js.map → chunk-RJ62VZ6O.js.map} +0 -0
  275. /package/dist/{chunk-UK3LP7VH.js.map → chunk-TYM6T7JT.js.map} +0 -0
  276. /package/dist/{chunk-RZW6FVML.js.map → chunk-UCTSCSQR.js.map} +0 -0
  277. /package/dist/{chunk-JCZXPONS.js.map → chunk-VBYXXISC.js.map} +0 -0
@@ -1125,6 +1125,29 @@ var HeadsetIcon = React19.forwardRef(
1125
1125
  );
1126
1126
  HeadsetIcon.displayName = "HeadsetIcon";
1127
1127
 
1128
+ // src/icons/empty-box.tsx
1129
+ var React20 = __toESM(require("react"), 1);
1130
+ var import_jsx_runtime25 = require("react/jsx-runtime");
1131
+ var EmptyBoxIcon = React20.forwardRef(
1132
+ (_a, forwardedRef) => {
1133
+ var _b = _a, { color = "currentColor", width = 120, height = 120 } = _b, props = __objRest(_b, ["color", "width", "height"]);
1134
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1135
+ "svg",
1136
+ __spreadProps(__spreadValues({
1137
+ fill: color,
1138
+ height,
1139
+ viewBox: "0 0 462.035 462.035",
1140
+ width,
1141
+ xmlns: "http://www.w3.org/2000/svg"
1142
+ }, props), {
1143
+ ref: forwardedRef,
1144
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { d: "M457.83,158.441c-0.021-0.028-0.033-0.058-0.057-0.087l-50.184-62.48c-0.564-0.701-1.201-1.305-1.879-1.845c-2.16-2.562-5.355-4.225-8.967-4.225H65.292c-3.615,0-6.804,1.661-8.965,4.225c-0.678,0.54-1.316,1.138-1.885,1.845l-50.178,62.48c-0.023,0.029-0.034,0.059-0.057,0.087C1.655,160.602,0,163.787,0,167.39v193.07c0,6.5,5.27,11.771,11.77,11.771h438.496c6.5,0,11.77-5.271,11.77-11.771V167.39C462.037,163.787,460.381,160.602,457.83,158.441z M408.516,134.615l16.873,21.005h-16.873V134.615z M384.975,113.345v42.274H296.84c-2.514,0-4.955,0.805-6.979,2.293l-58.837,43.299l-58.849-43.305c-2.023-1.482-4.466-2.287-6.978-2.287H77.061v-42.274H384.975z M53.523,155.62H36.65l16.873-21.005V155.62z M438.498,348.69H23.54V179.16h137.796l62.711,46.148c4.15,3.046,9.805,3.052,13.954-0.005l62.698-46.144h137.799V348.69L438.498,348.69z" })
1145
+ })
1146
+ );
1147
+ }
1148
+ );
1149
+ EmptyBoxIcon.displayName = "EmptyBoxIcon";
1150
+
1128
1151
  // src/molecules/dynamic-form-editor-utils.ts
1129
1152
  function getFieldTypeLabel(type) {
1130
1153
  const map = {
@@ -1260,7 +1283,7 @@ function resetFieldType(field, nextType, allFields) {
1260
1283
  }
1261
1284
 
1262
1285
  // src/molecules/dynamic-form-editor-field-editor-panel.tsx
1263
- var import_jsx_runtime25 = require("react/jsx-runtime");
1286
+ var import_jsx_runtime26 = require("react/jsx-runtime");
1264
1287
  function isRecord(value) {
1265
1288
  return Boolean(value) && typeof value === "object" && !Array.isArray(value);
1266
1289
  }
@@ -1346,11 +1369,11 @@ function DynamicFormEditorFieldEditorPanel(props) {
1346
1369
  if (!field) return "";
1347
1370
  return String(field.placeholder || "");
1348
1371
  }, [field]);
1349
- 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: [
1350
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
1351
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "body", children: "\uD544\uB4DC \uD3B8\uC9D1" }),
1352
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "center", gap: "1", children: [
1353
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1372
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Card, { style: { flex: 1, minWidth: 520, padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { direction: "column", gap: "4", children: [
1373
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
1374
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "body", children: "\uD544\uB4DC \uD3B8\uC9D1" }),
1375
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "center", gap: "1", children: [
1376
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1354
1377
  IconButton,
1355
1378
  {
1356
1379
  "aria-label": "\uD544\uB4DC \uC704\uB85C",
@@ -1359,10 +1382,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
1359
1382
  onMoveField("up");
1360
1383
  },
1361
1384
  variant: "soft",
1362
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.ChevronUpIcon, {})
1385
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.ChevronUpIcon, {})
1363
1386
  }
1364
1387
  ),
1365
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1388
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1366
1389
  IconButton,
1367
1390
  {
1368
1391
  "aria-label": "\uD544\uB4DC \uC544\uB798\uB85C",
@@ -1371,36 +1394,36 @@ function DynamicFormEditorFieldEditorPanel(props) {
1371
1394
  onMoveField("down");
1372
1395
  },
1373
1396
  variant: "soft",
1374
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.ChevronDownIcon, {})
1397
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.ChevronDownIcon, {})
1375
1398
  }
1376
1399
  ),
1377
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1400
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1378
1401
  IconButton,
1379
1402
  {
1380
1403
  "aria-label": "\uD544\uB4DC \uBCF5\uC81C",
1381
1404
  disabled: readonly || !field,
1382
1405
  onClick: onDuplicateField,
1383
1406
  variant: "soft",
1384
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.CopyIcon, {})
1407
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.CopyIcon, {})
1385
1408
  }
1386
1409
  ),
1387
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1410
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1388
1411
  IconButton,
1389
1412
  {
1390
1413
  "aria-label": "\uD544\uB4DC \uC0AD\uC81C",
1391
1414
  disabled: readonly || !field,
1392
1415
  onClick: onDeleteField,
1393
1416
  variant: "soft",
1394
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.TrashIcon, {})
1417
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.TrashIcon, {})
1395
1418
  }
1396
1419
  )
1397
1420
  ] })
1398
1421
  ] }),
1399
- !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: [
1400
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1401
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1402
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "name" }),
1403
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1422
+ !field ? /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { color: "gray", variant: "caption", children: "\uC67C\uCABD\uC5D0\uC11C \uD544\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694." }) : /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { direction: "column", gap: "3", children: [
1423
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1424
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1425
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "name" }),
1426
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1404
1427
  TextField.Root,
1405
1428
  {
1406
1429
  disabled: readonly,
@@ -1411,9 +1434,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1411
1434
  }
1412
1435
  )
1413
1436
  ] }),
1414
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1415
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "label" }),
1416
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1437
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1438
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "label" }),
1439
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1417
1440
  TextField.Root,
1418
1441
  {
1419
1442
  disabled: readonly,
@@ -1425,8 +1448,8 @@ function DynamicFormEditorFieldEditorPanel(props) {
1425
1448
  )
1426
1449
  ] })
1427
1450
  ] }),
1428
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "center", gap: "2", children: [
1429
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1451
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "center", gap: "2", children: [
1452
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1430
1453
  Select.Root,
1431
1454
  {
1432
1455
  disabled: readonly,
@@ -1436,13 +1459,13 @@ function DynamicFormEditorFieldEditorPanel(props) {
1436
1459
  },
1437
1460
  value: field.type,
1438
1461
  children: [
1439
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
1440
- /* @__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)) })
1462
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
1463
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Content, { children: fieldTypes.map((t) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Item, { value: t, children: getFieldTypeLabel(t) }, t)) })
1441
1464
  ]
1442
1465
  }
1443
1466
  ),
1444
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "center", gap: "2", children: [
1445
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1467
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "center", gap: "2", children: [
1468
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1446
1469
  Checkbox,
1447
1470
  {
1448
1471
  checked: Boolean(field.required),
@@ -1452,12 +1475,12 @@ function DynamicFormEditorFieldEditorPanel(props) {
1452
1475
  }
1453
1476
  }
1454
1477
  ),
1455
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "\uD544\uC218" })
1478
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "\uD544\uC218" })
1456
1479
  ] })
1457
1480
  ] }),
1458
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { children: [
1459
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "description" }),
1460
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1481
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
1482
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "description" }),
1483
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1461
1484
  TextArea,
1462
1485
  {
1463
1486
  disabled: readonly,
@@ -1471,9 +1494,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1471
1494
  }
1472
1495
  )
1473
1496
  ] }),
1474
- 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: [
1475
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "placeholder" }),
1476
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1497
+ field.type === "short_text" || field.type === "long_text" || field.type === "number" || field.type === "email" || field.type === "dropdown" ? /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
1498
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "placeholder" }),
1499
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1477
1500
  TextField.Root,
1478
1501
  {
1479
1502
  disabled: readonly,
@@ -1484,9 +1507,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1484
1507
  }
1485
1508
  )
1486
1509
  ] }) : null,
1487
- field.type === "choice" || field.type === "choices" ? /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { children: [
1488
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "orientation" }),
1489
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1510
+ field.type === "choice" || field.type === "choices" ? /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
1511
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "orientation" }),
1512
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1490
1513
  Select.Root,
1491
1514
  {
1492
1515
  disabled: readonly,
@@ -1496,19 +1519,19 @@ function DynamicFormEditorFieldEditorPanel(props) {
1496
1519
  },
1497
1520
  value: field.orientation || "vertical",
1498
1521
  children: [
1499
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
1500
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Select.Content, { children: [
1501
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Item, { value: "vertical", children: "vertical" }),
1502
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Item, { value: "horizontal", children: "horizontal" })
1522
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
1523
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(Select.Content, { children: [
1524
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Item, { value: "vertical", children: "vertical" }),
1525
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Item, { value: "horizontal", children: "horizontal" })
1503
1526
  ] })
1504
1527
  ]
1505
1528
  }
1506
1529
  )
1507
1530
  ] }) : null,
1508
- 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: [
1509
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
1510
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "options" }),
1511
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1531
+ field.type === "dropdown" || field.type === "choice" || field.type === "radio_cards" || field.type === "choices" ? /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Card, { style: { padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { direction: "column", gap: "2", children: [
1532
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
1533
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "options" }),
1534
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1512
1535
  Button,
1513
1536
  {
1514
1537
  disabled: readonly,
@@ -1526,16 +1549,16 @@ function DynamicFormEditorFieldEditorPanel(props) {
1526
1549
  size: "small",
1527
1550
  variant: "soft",
1528
1551
  children: [
1529
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.PlusIcon, {}),
1552
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.PlusIcon, {}),
1530
1553
  " \uCD94\uAC00"
1531
1554
  ]
1532
1555
  }
1533
1556
  )
1534
1557
  ] }),
1535
- getOptionDrafts(field).map((opt, i) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1536
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1537
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "label" }),
1538
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1558
+ getOptionDrafts(field).map((opt, i) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1559
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1560
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "label" }),
1561
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1539
1562
  TextField.Root,
1540
1563
  {
1541
1564
  disabled: readonly,
@@ -1550,9 +1573,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1550
1573
  }
1551
1574
  )
1552
1575
  ] }),
1553
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1554
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "value" }),
1555
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1576
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1577
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "value" }),
1578
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1556
1579
  TextField.Root,
1557
1580
  {
1558
1581
  disabled: readonly,
@@ -1567,8 +1590,8 @@ function DynamicFormEditorFieldEditorPanel(props) {
1567
1590
  }
1568
1591
  )
1569
1592
  ] }),
1570
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { gap: "1", children: [
1571
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1593
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { gap: "1", children: [
1594
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1572
1595
  IconButton,
1573
1596
  {
1574
1597
  "aria-label": "\uC635\uC158 \uC704\uB85C",
@@ -1579,10 +1602,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
1579
1602
  onUpdateField(updateOptions(field, toFieldOptions(nextDrafts)));
1580
1603
  },
1581
1604
  variant: "soft",
1582
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.ChevronUpIcon, {})
1605
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.ChevronUpIcon, {})
1583
1606
  }
1584
1607
  ),
1585
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1608
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1586
1609
  IconButton,
1587
1610
  {
1588
1611
  "aria-label": "\uC635\uC158 \uC544\uB798\uB85C",
@@ -1593,10 +1616,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
1593
1616
  onUpdateField(updateOptions(field, toFieldOptions(nextDrafts)));
1594
1617
  },
1595
1618
  variant: "soft",
1596
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.ChevronDownIcon, {})
1619
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.ChevronDownIcon, {})
1597
1620
  }
1598
1621
  ),
1599
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1622
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1600
1623
  IconButton,
1601
1624
  {
1602
1625
  "aria-label": "\uC635\uC158 \uC0AD\uC81C",
@@ -1607,16 +1630,16 @@ function DynamicFormEditorFieldEditorPanel(props) {
1607
1630
  onUpdateField(updateOptions(field, toFieldOptions(nextDrafts)));
1608
1631
  },
1609
1632
  variant: "soft",
1610
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.TrashIcon, {})
1633
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.TrashIcon, {})
1611
1634
  }
1612
1635
  )
1613
1636
  ] })
1614
1637
  ] }, `${opt.value}-${opt.label}`))
1615
1638
  ] }) }) : null,
1616
- 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: [
1617
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
1618
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "image options" }),
1619
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1639
+ field.type === "image_radio_card" ? /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Card, { style: { padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { direction: "column", gap: "3", children: [
1640
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "center", justify: "between", children: [
1641
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "image options" }),
1642
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1620
1643
  Button,
1621
1644
  {
1622
1645
  disabled: readonly,
@@ -1635,21 +1658,21 @@ function DynamicFormEditorFieldEditorPanel(props) {
1635
1658
  size: "small",
1636
1659
  variant: "soft",
1637
1660
  children: [
1638
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.PlusIcon, {}),
1661
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.PlusIcon, {}),
1639
1662
  " \uCD94\uAC00"
1640
1663
  ]
1641
1664
  }
1642
1665
  )
1643
1666
  ] }),
1644
- getImageOptionDrafts(field).map((opt, i) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1667
+ getImageOptionDrafts(field).map((opt, i) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1645
1668
  Card,
1646
1669
  {
1647
1670
  style: { padding: 10 },
1648
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { direction: "column", gap: "2", children: [
1649
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1650
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1651
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "label" }),
1652
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1671
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { direction: "column", gap: "2", children: [
1672
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1673
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1674
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "label" }),
1675
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1653
1676
  TextField.Root,
1654
1677
  {
1655
1678
  disabled: readonly,
@@ -1666,9 +1689,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1666
1689
  }
1667
1690
  )
1668
1691
  ] }),
1669
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1670
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "value" }),
1671
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1692
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1693
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "value" }),
1694
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1672
1695
  TextField.Root,
1673
1696
  {
1674
1697
  disabled: readonly,
@@ -1686,9 +1709,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1686
1709
  )
1687
1710
  ] })
1688
1711
  ] }),
1689
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { children: [
1690
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "imageSrc" }),
1691
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1712
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
1713
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "imageSrc" }),
1714
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1692
1715
  TextField.Root,
1693
1716
  {
1694
1717
  disabled: readonly,
@@ -1705,10 +1728,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
1705
1728
  }
1706
1729
  )
1707
1730
  ] }),
1708
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1709
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1710
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "alt" }),
1711
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1731
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { align: "end", gap: "2", children: [
1732
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1733
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "alt" }),
1734
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1712
1735
  TextField.Root,
1713
1736
  {
1714
1737
  disabled: readonly,
@@ -1726,7 +1749,7 @@ function DynamicFormEditorFieldEditorPanel(props) {
1726
1749
  }
1727
1750
  )
1728
1751
  ] }),
1729
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1752
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1730
1753
  IconButton,
1731
1754
  {
1732
1755
  "aria-label": "\uC774\uBBF8\uC9C0 \uC635\uC158 \uC0AD\uC81C",
@@ -1739,7 +1762,7 @@ function DynamicFormEditorFieldEditorPanel(props) {
1739
1762
  );
1740
1763
  },
1741
1764
  variant: "soft",
1742
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_icons.TrashIcon, {})
1765
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_icons.TrashIcon, {})
1743
1766
  }
1744
1767
  )
1745
1768
  ] })
@@ -1747,10 +1770,10 @@ function DynamicFormEditorFieldEditorPanel(props) {
1747
1770
  },
1748
1771
  `${opt.value}-${opt.label}-${opt.imageSrc}`
1749
1772
  )),
1750
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { gap: "2", children: [
1751
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1752
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "gridColumnsCount" }),
1753
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1773
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { gap: "2", children: [
1774
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1775
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "gridColumnsCount" }),
1776
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1754
1777
  TextField.Root,
1755
1778
  {
1756
1779
  disabled: readonly,
@@ -1766,9 +1789,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1766
1789
  }
1767
1790
  )
1768
1791
  ] }),
1769
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1770
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "gridItemHeight" }),
1771
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1792
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1793
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "gridItemHeight" }),
1794
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1772
1795
  TextField.Root,
1773
1796
  {
1774
1797
  disabled: readonly,
@@ -1781,9 +1804,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1781
1804
  }
1782
1805
  )
1783
1806
  ] }),
1784
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1785
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "gridGap" }),
1786
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1807
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1808
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "gridGap" }),
1809
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1787
1810
  TextField.Root,
1788
1811
  {
1789
1812
  disabled: readonly,
@@ -1795,9 +1818,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1795
1818
  )
1796
1819
  ] })
1797
1820
  ] }),
1798
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { children: [
1799
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "imageFit" }),
1800
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1821
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
1822
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "imageFit" }),
1823
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1801
1824
  Select.Root,
1802
1825
  {
1803
1826
  disabled: readonly,
@@ -1807,22 +1830,22 @@ function DynamicFormEditorFieldEditorPanel(props) {
1807
1830
  },
1808
1831
  value: field.imageFit || "cover",
1809
1832
  children: [
1810
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
1811
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Select.Content, { children: [
1812
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Item, { value: "cover", children: "cover" }),
1813
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Select.Item, { value: "contain", children: "contain" })
1833
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Trigger, { style: { minWidth: 220 } }),
1834
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(Select.Content, { children: [
1835
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Item, { value: "cover", children: "cover" }),
1836
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Select.Item, { value: "contain", children: "contain" })
1814
1837
  ] })
1815
1838
  ]
1816
1839
  }
1817
1840
  )
1818
1841
  ] })
1819
1842
  ] }) }) : null,
1820
- /* @__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: [
1821
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "validation" }),
1822
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes4.Flex, { gap: "2", children: [
1823
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1824
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "min" }),
1825
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1843
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Card, { style: { padding: 12 }, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { direction: "column", gap: "2", children: [
1844
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "validation" }),
1845
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Flex, { gap: "2", children: [
1846
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1847
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "min" }),
1848
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1826
1849
  TextField.Root,
1827
1850
  {
1828
1851
  disabled: readonly,
@@ -1838,9 +1861,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1838
1861
  }
1839
1862
  )
1840
1863
  ] }),
1841
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1842
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "max" }),
1843
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1864
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { style: { flex: 1 }, children: [
1865
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "max" }),
1866
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1844
1867
  TextField.Root,
1845
1868
  {
1846
1869
  disabled: readonly,
@@ -1857,9 +1880,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1857
1880
  )
1858
1881
  ] })
1859
1882
  ] }),
1860
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { children: [
1861
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "pattern" }),
1862
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1883
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
1884
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "pattern" }),
1885
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1863
1886
  TextField.Root,
1864
1887
  {
1865
1888
  disabled: readonly,
@@ -1872,9 +1895,9 @@ function DynamicFormEditorFieldEditorPanel(props) {
1872
1895
  }
1873
1896
  )
1874
1897
  ] }),
1875
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_themes11.Box, { children: [
1876
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { variant: "caption", children: "message" }),
1877
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1898
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes11.Box, { children: [
1899
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { variant: "caption", children: "message" }),
1900
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1878
1901
  TextField.Root,
1879
1902
  {
1880
1903
  disabled: readonly,