@sellmate/design-system 1.26.1 → 1.27.1

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 (333) hide show
  1. package/dist/cjs/{component.field-YIQ9TAhV.js → component.field-C7it8cZm.js} +2 -2
  2. package/dist/cjs/{component.modal-BFelrSMx.js → component.modal-CrZe2db_.js} +0 -14
  3. package/dist/cjs/component.overlay-CBhFnzM2.js +29 -0
  4. package/dist/cjs/{component.progress-Bmg3vAAy.js → component.progress-DimGJZAd.js} +1 -2
  5. package/dist/cjs/{component.table-DIxmbGBT.js → component.table-BrI3b--h.js} +4 -5
  6. package/dist/cjs/design-system.cjs.js +2 -2
  7. package/dist/cjs/{index-BuaQW9U4.js → index-DsYLSqCp.js} +1 -1
  8. package/dist/cjs/loader.cjs.js +2 -2
  9. package/dist/cjs/sd-action-modal.cjs.entry.js +12 -10
  10. package/dist/cjs/sd-badge.cjs.entry.js +1 -1
  11. package/dist/cjs/sd-barcode-input.cjs.entry.js +1 -1
  12. package/dist/cjs/{sd-button.config-eTAJM2iW.js → sd-button.config-BH7gFPmM.js} +1 -2
  13. package/dist/cjs/sd-button_2.cjs.entry.js +2 -2
  14. package/dist/cjs/sd-calendar_2.cjs.entry.js +3 -3
  15. package/dist/cjs/sd-callout.cjs.entry.js +1 -1
  16. package/dist/cjs/sd-card.cjs.entry.js +1 -1
  17. package/dist/cjs/sd-checkbox.cjs.entry.js +1 -1
  18. package/dist/cjs/sd-chip-input.cjs.entry.js +1 -1
  19. package/dist/cjs/sd-chip.cjs.entry.js +1 -1
  20. package/dist/cjs/sd-circle-progress.cjs.entry.js +6 -16
  21. package/dist/cjs/sd-confirm-modal_2.cjs.entry.js +8 -4
  22. package/dist/cjs/sd-date-box.cjs.entry.js +1 -1
  23. package/dist/cjs/{sd-date-picker.config-CtXmufyj.js → sd-date-picker.config-De7ahWIs.js} +1 -1
  24. package/dist/cjs/sd-date-picker_7.cjs.entry.js +25 -29
  25. package/dist/cjs/sd-date-range-picker-calendar.cjs.entry.js +1 -1
  26. package/dist/cjs/sd-divider.cjs.entry.js +1 -1
  27. package/dist/cjs/sd-dropdown-button.cjs.entry.js +4 -4
  28. package/dist/cjs/sd-field_3.cjs.entry.js +18 -12
  29. package/dist/cjs/sd-form.cjs.entry.js +1 -1
  30. package/dist/cjs/sd-ghost-button_3.cjs.entry.js +2 -3
  31. package/dist/cjs/sd-guide.cjs.entry.js +1 -1
  32. package/dist/cjs/sd-key-value-table.cjs.entry.js +3 -3
  33. package/dist/cjs/sd-linear-progress.cjs.entry.js +3 -3
  34. package/dist/cjs/sd-loading-container.cjs.entry.js +23 -3
  35. package/dist/cjs/sd-modal-container.cjs.entry.js +1 -1
  36. package/dist/cjs/sd-pagination_4.cjs.entry.js +17 -12
  37. package/dist/cjs/sd-popover.cjs.entry.js +2 -2
  38. package/dist/cjs/sd-popup.cjs.entry.js +9 -14
  39. package/dist/cjs/sd-radio-button.cjs.entry.js +1 -1
  40. package/dist/cjs/sd-radio.cjs.entry.js +1 -1
  41. package/dist/cjs/sd-select-list-item_2.cjs.entry.js +7 -7
  42. package/dist/cjs/sd-select_3.cjs.entry.js +10 -10
  43. package/dist/cjs/sd-switch.cjs.entry.js +2 -2
  44. package/dist/cjs/sd-table.cjs.entry.js +10 -10
  45. package/dist/cjs/{sd-table.config-B7MuRLoR.js → sd-table.config-DzC55sap.js} +3 -3
  46. package/dist/cjs/sd-tabs.cjs.entry.js +2 -2
  47. package/dist/cjs/sd-td.cjs.entry.js +2 -2
  48. package/dist/cjs/sd-text-link.cjs.entry.js +2 -3
  49. package/dist/cjs/sd-toast-container.cjs.entry.js +5 -5
  50. package/dist/cjs/sd-toast.cjs.entry.js +3 -3
  51. package/dist/cjs/sd-toggle.cjs.entry.js +3 -4
  52. package/dist/cjs/{tooltipArrow-VQq73W83.js → tooltipArrow-FLiD3ceS.js} +1 -1
  53. package/dist/collection/components/sd-action-modal/sd-action-modal.config.js +10 -8
  54. package/dist/collection/components/sd-circle-progress/sd-circle-progress.config.js +4 -5
  55. package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.config.js +2 -2
  56. package/dist/collection/components/sd-field/sd-field.css +5 -0
  57. package/dist/collection/components/sd-field/sd-field.js +30 -4
  58. package/dist/collection/components/sd-file-picker/sd-file-picker.css +2 -5
  59. package/dist/collection/components/sd-file-picker/sd-file-picker.js +14 -17
  60. package/dist/collection/components/sd-floating-portal/sd-floating-portal.css +1 -0
  61. package/dist/collection/components/sd-floating-portal/sd-floating-portal.js +1 -1
  62. package/dist/collection/components/sd-input/sd-input.js +2 -2
  63. package/dist/collection/components/sd-key-value-table/sd-key-value-table.config.js +1 -1
  64. package/dist/collection/components/sd-linear-progress/sd-linear-progress.js +1 -1
  65. package/dist/collection/components/sd-loading-container/sd-loading-container.js +22 -2
  66. package/dist/collection/components/sd-loading-modal/sd-loading-modal.config.js +4 -4
  67. package/dist/collection/components/sd-loading-modal/sd-loading-modal.js +5 -1
  68. package/dist/collection/components/sd-number-input/sd-number-input.js +4 -4
  69. package/dist/collection/components/sd-pagination/sd-pagination.config.js +1 -0
  70. package/dist/collection/components/sd-pagination/sd-pagination.css +1 -1
  71. package/dist/collection/components/sd-pagination/sd-pagination.js +4 -3
  72. package/dist/collection/components/sd-popup/sd-popup.config.js +6 -4
  73. package/dist/collection/components/sd-popup/sd-popup.js +1 -1
  74. package/dist/collection/components/sd-select/sd-select-list-item/sd-select-list-item.js +2 -2
  75. package/dist/collection/components/sd-select/sd-select-list-item-search/sd-select-list-item-search.js +4 -4
  76. package/dist/collection/components/sd-select/sd-select-listbox/sd-select-listbox.css +16 -0
  77. package/dist/collection/components/sd-select/sd-select-listbox/sd-select-listbox.js +2 -2
  78. package/dist/collection/components/sd-select/sd-select-trigger/sd-select-trigger.js +2 -2
  79. package/dist/collection/components/sd-select/sd-select.js +4 -4
  80. package/dist/collection/components/sd-switch/sd-switch.js +1 -1
  81. package/dist/collection/components/sd-table/sd-table.config.js +3 -3
  82. package/dist/collection/components/sd-table/sd-table.css +16 -0
  83. package/dist/collection/components/sd-table/sd-table.js +6 -6
  84. package/dist/collection/components/sd-table/sd-tbody/sd-tbody.js +2 -2
  85. package/dist/collection/components/sd-table/sd-td/sd-td.js +1 -1
  86. package/dist/collection/components/sd-table/sd-thead/sd-thead.js +3 -3
  87. package/dist/collection/components/sd-tabs/sd-tabs.js +1 -1
  88. package/dist/collection/components/sd-textarea/sd-textarea.js +1 -1
  89. package/dist/collection/components/sd-toast/sd-toast.js +2 -2
  90. package/dist/collection/components/sd-toast-container/sd-toast-container.js +4 -4
  91. package/dist/collection/components/sd-toggle/sd-toggle.js +1 -1
  92. package/dist/collection/components/sd-tooltip/sd-tooltip.js +2 -2
  93. package/dist/components/index.js +1 -1
  94. package/dist/components/{p-CBXH-GWN.js → p--AZbwi7P.js} +1 -1
  95. package/dist/components/{p-DoJxhlz2.js → p-BFy8txYj.js} +1 -1
  96. package/dist/components/{p-BBRQlkBM.js → p-BHNytAtJ.js} +1 -1
  97. package/dist/components/{p-DlBZuGIN.js → p-BOJALVxB.js} +1 -1
  98. package/dist/components/{p-Dz70SQco.js → p-BQqXWtI6.js} +1 -1
  99. package/dist/components/{p-BnhzUsGP.js → p-BU1H7ElF.js} +1 -1
  100. package/dist/components/{p-C4Vfr3RI.js → p-BV4cnHWn.js} +1 -1
  101. package/dist/components/p-BXcizROm.js +1 -0
  102. package/dist/components/p-BZdgdRXJ.js +1 -0
  103. package/dist/components/{p-BNxNJ3CK.js → p-BaRjXqSM.js} +1 -1
  104. package/dist/components/{p-c9mdxFTZ.js → p-Bk6aI8rL.js} +1 -1
  105. package/dist/components/p-BxphFsxh.js +1 -0
  106. package/dist/components/{p-k89ztBz6.js → p-CIPPETF-.js} +1 -1
  107. package/dist/components/{p-C3rOud8J.js → p-CJcs7kNH.js} +1 -1
  108. package/dist/components/{p-CaQ-qyG-.js → p-CV5LiFKt.js} +1 -1
  109. package/dist/components/p-CiTn4ZiI.js +1 -0
  110. package/dist/components/p-CmK45nj3.js +1 -0
  111. package/dist/components/{p-BOTW76OV.js → p-Cok_EW_N.js} +1 -1
  112. package/dist/components/{p-j1n74q9u.js → p-CvSPsoRb.js} +1 -1
  113. package/dist/components/p-Cw8yDfQh.js +1 -0
  114. package/dist/components/{p-B90EQBEX.js → p-CwwJD-NF.js} +1 -1
  115. package/dist/components/{p-D3dq5pt5.js → p-D7XGOtx0.js} +1 -1
  116. package/dist/components/{p-D6GUzecR.js → p-D9tQwTWy.js} +1 -1
  117. package/dist/{design-system/p-GXE2lEVj.js → components/p-DMrzTImA.js} +1 -1
  118. package/dist/components/{p-UIytIOVz.js → p-DT-e9J59.js} +1 -1
  119. package/dist/components/{p-346Z6-KH.js → p-DTb2c83G.js} +1 -1
  120. package/dist/components/{p-DUHiXyfJ.js → p-DVq9oE_p.js} +1 -1
  121. package/dist/components/p-DYp8I4VH.js +1 -0
  122. package/dist/components/p-De0OtxK5.js +1 -0
  123. package/dist/components/{p-D6AroYk-.js → p-DeXLIS7e.js} +1 -1
  124. package/dist/components/{p-BOJJ_sQS.js → p-DjKOoQuF.js} +1 -1
  125. package/dist/components/{p-DiJvHjSG.js → p-DkaajrxX.js} +1 -1
  126. package/dist/components/p-DmC83_E9.js +1 -0
  127. package/dist/components/{p-BxiJsH7Z.js → p-DnxEeX9I.js} +1 -1
  128. package/dist/components/{p-BSnINeoq.js → p-DsQQFJ8o.js} +1 -1
  129. package/dist/components/{p-DhgwAPO4.js → p-Du_Yc-lW.js} +1 -1
  130. package/dist/components/{p-D9tjoBhH.js → p-Dy6LmOzw.js} +1 -1
  131. package/dist/components/p-NeXvaRu7.js +1 -0
  132. package/dist/components/{p-DsZ3vasC.js → p-PvltLPHp.js} +1 -1
  133. package/dist/components/{p-DGBRubiD.js → p-SROa9QCy.js} +1 -1
  134. package/dist/components/{p-DNRm9_Bv.js → p-hP1aeMuZ.js} +1 -1
  135. package/dist/components/p-jwusYvH0.js +1 -0
  136. package/dist/components/sd-action-modal.js +1 -1
  137. package/dist/components/sd-badge.js +1 -1
  138. package/dist/components/sd-barcode-input.js +1 -1
  139. package/dist/components/sd-button.js +1 -1
  140. package/dist/components/sd-calendar.js +1 -1
  141. package/dist/components/sd-callout.js +1 -1
  142. package/dist/components/sd-card.js +1 -1
  143. package/dist/components/sd-checkbox.js +1 -1
  144. package/dist/components/sd-chip-input.js +1 -1
  145. package/dist/components/sd-chip.js +1 -1
  146. package/dist/components/sd-circle-progress.js +1 -1
  147. package/dist/components/sd-confirm-modal.js +1 -1
  148. package/dist/components/sd-date-box.js +1 -1
  149. package/dist/components/sd-date-picker-trigger.js +1 -1
  150. package/dist/components/sd-date-picker.js +1 -1
  151. package/dist/components/sd-date-range-picker-calendar.js +1 -1
  152. package/dist/components/sd-date-range-picker.js +1 -1
  153. package/dist/components/sd-divider.js +1 -1
  154. package/dist/components/sd-dropdown-button.js +1 -1
  155. package/dist/components/sd-field.js +1 -1
  156. package/dist/components/sd-file-picker.js +1 -1
  157. package/dist/components/sd-floating-portal.js +1 -1
  158. package/dist/components/sd-form.js +1 -1
  159. package/dist/components/sd-ghost-button.js +1 -1
  160. package/dist/components/sd-guide.js +1 -1
  161. package/dist/components/sd-icon.js +1 -1
  162. package/dist/components/sd-input.js +1 -1
  163. package/dist/components/sd-key-value-table.js +1 -1
  164. package/dist/components/sd-linear-progress.js +1 -1
  165. package/dist/components/sd-loading-container.js +1 -1
  166. package/dist/components/sd-loading-modal.js +1 -1
  167. package/dist/components/sd-modal-container.js +1 -1
  168. package/dist/components/sd-number-input.js +1 -1
  169. package/dist/components/sd-pagination.js +1 -1
  170. package/dist/components/sd-popover.js +1 -1
  171. package/dist/components/sd-popup.js +1 -1
  172. package/dist/components/sd-portal.js +1 -1
  173. package/dist/components/sd-radio-button.js +1 -1
  174. package/dist/components/sd-radio-group.js +1 -1
  175. package/dist/components/sd-radio.js +1 -1
  176. package/dist/components/sd-select-list-item-search.js +1 -1
  177. package/dist/components/sd-select-list-item.js +1 -1
  178. package/dist/components/sd-select-listbox.js +1 -1
  179. package/dist/components/sd-select-trigger.js +1 -1
  180. package/dist/components/sd-select.js +1 -1
  181. package/dist/components/sd-switch.js +1 -1
  182. package/dist/components/sd-table.js +1 -1
  183. package/dist/components/sd-tabs.js +1 -1
  184. package/dist/components/sd-tag.js +1 -1
  185. package/dist/components/sd-tbody.js +1 -1
  186. package/dist/components/sd-td.js +1 -1
  187. package/dist/components/sd-text-link.js +1 -1
  188. package/dist/components/sd-textarea.js +1 -1
  189. package/dist/components/sd-thead.js +1 -1
  190. package/dist/components/sd-toast-container.js +1 -1
  191. package/dist/components/sd-toast.js +1 -1
  192. package/dist/components/sd-toggle.js +1 -1
  193. package/dist/components/sd-tooltip.js +1 -1
  194. package/dist/components/sd-tr.js +1 -1
  195. package/dist/design-system/design-system.css +1 -1
  196. package/dist/design-system/design-system.esm.js +1 -1
  197. package/dist/design-system/{p-754c11a8.entry.js → p-06b56059.entry.js} +1 -1
  198. package/dist/design-system/{p-5b184e17.entry.js → p-07755193.entry.js} +1 -1
  199. package/dist/design-system/p-147e0413.entry.js +1 -0
  200. package/dist/design-system/{p-352a72ef.entry.js → p-26297c6e.entry.js} +1 -1
  201. package/dist/design-system/{p-d4097b87.entry.js → p-270c8529.entry.js} +1 -1
  202. package/dist/design-system/{p-9761ef4a.entry.js → p-459a408f.entry.js} +1 -1
  203. package/dist/design-system/{p-a0349edd.entry.js → p-49b1636a.entry.js} +1 -1
  204. package/dist/design-system/{p-20bb91ed.entry.js → p-5142cd06.entry.js} +1 -1
  205. package/dist/design-system/p-51c7839c.entry.js +1 -0
  206. package/dist/design-system/{p-ba5bb1ee.entry.js → p-55c8ce37.entry.js} +1 -1
  207. package/dist/design-system/p-5aa5aec3.entry.js +1 -0
  208. package/dist/design-system/{p-992f9509.entry.js → p-5f1dae23.entry.js} +1 -1
  209. package/dist/design-system/p-5f5f2fbe.entry.js +1 -0
  210. package/dist/design-system/{p-8c5451f2.entry.js → p-65285327.entry.js} +1 -1
  211. package/dist/design-system/{p-4d68b0a8.entry.js → p-6aec5853.entry.js} +1 -1
  212. package/dist/design-system/{p-1680b427.entry.js → p-7540f591.entry.js} +1 -1
  213. package/dist/design-system/p-761c008c.entry.js +1 -0
  214. package/dist/design-system/{p-3064d7c6.entry.js → p-80abdfe7.entry.js} +1 -1
  215. package/dist/design-system/{p-f910d33f.entry.js → p-839e6b5a.entry.js} +1 -1
  216. package/dist/design-system/{p-8001447c.entry.js → p-8ac340db.entry.js} +1 -1
  217. package/dist/design-system/{p-c79bf2eb.entry.js → p-8c1a9374.entry.js} +1 -1
  218. package/dist/design-system/p-947dcc28.entry.js +1 -0
  219. package/dist/design-system/{p-e77fe58a.entry.js → p-9603971e.entry.js} +1 -1
  220. package/dist/design-system/p-9825e76c.entry.js +1 -0
  221. package/dist/design-system/{p-c8e86fb4.entry.js → p-9c0d3011.entry.js} +1 -1
  222. package/dist/design-system/p-B-LOf2aM.js +1 -0
  223. package/dist/design-system/p-BXcizROm.js +1 -0
  224. package/dist/design-system/p-BZg-6aSz.js +2 -0
  225. package/dist/design-system/p-Cw8yDfQh.js +1 -0
  226. package/dist/design-system/{p-d24F7UcR.js → p-D2S9Zafz.js} +1 -1
  227. package/dist/design-system/{p-D6GUzecR.js → p-D9tQwTWy.js} +1 -1
  228. package/dist/design-system/p-De0OtxK5.js +1 -0
  229. package/dist/design-system/{p-BOJJ_sQS.js → p-DjKOoQuF.js} +1 -1
  230. package/dist/design-system/{p-a76a8463.entry.js → p-a4e1dd8c.entry.js} +1 -1
  231. package/dist/design-system/{p-a32704bc.entry.js → p-b84f5550.entry.js} +1 -1
  232. package/dist/design-system/{p-eb1233ff.entry.js → p-b86a69ce.entry.js} +1 -1
  233. package/dist/design-system/{p-90a360ca.entry.js → p-b9387621.entry.js} +1 -1
  234. package/dist/design-system/p-cb0cbcb0.entry.js +1 -0
  235. package/dist/design-system/{p-f089fc54.entry.js → p-d790fbb8.entry.js} +1 -1
  236. package/dist/design-system/{p-f9c0013c.entry.js → p-dae6914d.entry.js} +1 -1
  237. package/dist/design-system/{p-d6329729.entry.js → p-ddb9a2c4.entry.js} +1 -1
  238. package/dist/design-system/{p-9b53de38.entry.js → p-dfa16f49.entry.js} +1 -1
  239. package/dist/design-system/{p-2646a746.entry.js → p-e63bf0e1.entry.js} +1 -1
  240. package/dist/design-system/p-edfb5c83.entry.js +1 -0
  241. package/dist/design-system/{p-89c8585f.entry.js → p-efc55114.entry.js} +1 -1
  242. package/dist/design-system/p-fd671afe.entry.js +1 -0
  243. package/dist/design-system/{p-83a86e6d.entry.js → p-fe2b853f.entry.js} +1 -1
  244. package/dist/design-system/{p-25a11d7d.entry.js → p-ff9ccbf6.entry.js} +1 -1
  245. package/dist/esm/{component.field-BOJJ_sQS.js → component.field-DjKOoQuF.js} +2 -2
  246. package/dist/esm/{component.modal-DOXMJi-V.js → component.modal-Cw8yDfQh.js} +0 -14
  247. package/dist/esm/component.overlay-De0OtxK5.js +27 -0
  248. package/dist/esm/{component.progress-D1vaasIp.js → component.progress-BG5nGnBi.js} +1 -2
  249. package/dist/esm/{component.table-D6GUzecR.js → component.table-D9tQwTWy.js} +4 -5
  250. package/dist/esm/design-system.js +3 -3
  251. package/dist/esm/{index-BZ5lcC25.js → index-BZg-6aSz.js} +1 -1
  252. package/dist/esm/loader.js +3 -3
  253. package/dist/esm/sd-action-modal.entry.js +12 -10
  254. package/dist/esm/sd-badge.entry.js +1 -1
  255. package/dist/esm/sd-barcode-input.entry.js +1 -1
  256. package/dist/esm/{sd-button.config-DjcjlPt7.js → sd-button.config-ClMlDGkX.js} +1 -2
  257. package/dist/esm/sd-button_2.entry.js +2 -2
  258. package/dist/esm/sd-calendar_2.entry.js +3 -3
  259. package/dist/esm/sd-callout.entry.js +1 -1
  260. package/dist/esm/sd-card.entry.js +1 -1
  261. package/dist/esm/sd-checkbox.entry.js +1 -1
  262. package/dist/esm/sd-chip-input.entry.js +1 -1
  263. package/dist/esm/sd-chip.entry.js +1 -1
  264. package/dist/esm/sd-circle-progress.entry.js +6 -16
  265. package/dist/esm/sd-confirm-modal_2.entry.js +8 -4
  266. package/dist/esm/sd-date-box.entry.js +1 -1
  267. package/dist/esm/{sd-date-picker.config-6dvDZPGx.js → sd-date-picker.config-D-ks6qNf.js} +1 -1
  268. package/dist/esm/sd-date-picker_7.entry.js +25 -29
  269. package/dist/esm/sd-date-range-picker-calendar.entry.js +1 -1
  270. package/dist/esm/sd-divider.entry.js +1 -1
  271. package/dist/esm/sd-dropdown-button.entry.js +4 -4
  272. package/dist/esm/sd-field_3.entry.js +18 -12
  273. package/dist/esm/sd-form.entry.js +1 -1
  274. package/dist/esm/sd-ghost-button_3.entry.js +2 -3
  275. package/dist/esm/sd-guide.entry.js +1 -1
  276. package/dist/esm/sd-key-value-table.entry.js +3 -3
  277. package/dist/esm/sd-linear-progress.entry.js +3 -3
  278. package/dist/esm/sd-loading-container.entry.js +23 -3
  279. package/dist/esm/sd-modal-container.entry.js +1 -1
  280. package/dist/esm/sd-pagination_4.entry.js +17 -12
  281. package/dist/esm/sd-popover.entry.js +2 -2
  282. package/dist/esm/sd-popup.entry.js +9 -14
  283. package/dist/esm/sd-radio-button.entry.js +1 -1
  284. package/dist/esm/sd-radio.entry.js +1 -1
  285. package/dist/esm/sd-select-list-item_2.entry.js +7 -7
  286. package/dist/esm/sd-select_3.entry.js +10 -10
  287. package/dist/esm/sd-switch.entry.js +2 -2
  288. package/dist/esm/{sd-table.config-B3wuA5wX.js → sd-table.config-BbIWNUE2.js} +3 -3
  289. package/dist/esm/sd-table.entry.js +10 -10
  290. package/dist/esm/sd-tabs.entry.js +2 -2
  291. package/dist/esm/sd-td.entry.js +2 -2
  292. package/dist/esm/sd-text-link.entry.js +2 -3
  293. package/dist/esm/sd-toast-container.entry.js +5 -5
  294. package/dist/esm/sd-toast.entry.js +3 -3
  295. package/dist/esm/sd-toggle.entry.js +3 -4
  296. package/dist/esm/{tooltipArrow-ByHjyr3Z.js → tooltipArrow-BAi-pktU.js} +1 -1
  297. package/dist/types/components/sd-field/sd-field.d.ts +5 -0
  298. package/dist/types/components/sd-file-picker/sd-file-picker.d.ts +1 -1
  299. package/dist/types/components/sd-loading-container/sd-loading-container.d.ts +6 -0
  300. package/dist/types/components/sd-loading-modal/sd-loading-modal.d.ts +2 -0
  301. package/dist/types/components/sd-pagination/sd-pagination.config.d.ts +1 -0
  302. package/dist/types/components.d.ts +13 -2
  303. package/hydrate/index.js +176 -153
  304. package/hydrate/index.mjs +176 -153
  305. package/package.json +1 -1
  306. package/dist/components/p-B3bERWUt.js +0 -1
  307. package/dist/components/p-BTWJkT9Y.js +0 -1
  308. package/dist/components/p-BVVYrEje.js +0 -1
  309. package/dist/components/p-B_12VhSA.js +0 -1
  310. package/dist/components/p-C3rAloxT.js +0 -1
  311. package/dist/components/p-CEVDmQdt.js +0 -1
  312. package/dist/components/p-Cmg10jpN.js +0 -1
  313. package/dist/components/p-DLZRxIKh.js +0 -1
  314. package/dist/components/p-DOXMJi-V.js +0 -1
  315. package/dist/components/p-DlROb9xa.js +0 -1
  316. package/dist/components/p-h-EFBJM4.js +0 -1
  317. package/dist/design-system/p-0fcb6fb3.entry.js +0 -1
  318. package/dist/design-system/p-12e7b9fc.entry.js +0 -1
  319. package/dist/design-system/p-250b8e5d.entry.js +0 -1
  320. package/dist/design-system/p-3f16f44b.entry.js +0 -1
  321. package/dist/design-system/p-43c47cd5.entry.js +0 -1
  322. package/dist/design-system/p-6e702726.entry.js +0 -1
  323. package/dist/design-system/p-7cf2305b.entry.js +0 -1
  324. package/dist/design-system/p-8be26652.entry.js +0 -1
  325. package/dist/design-system/p-BZ5lcC25.js +0 -2
  326. package/dist/design-system/p-Cmg10jpN.js +0 -1
  327. package/dist/design-system/p-DOXMJi-V.js +0 -1
  328. package/dist/design-system/p-c4e0c490.entry.js +0 -1
  329. package/dist/design-system/p-f418055d.entry.js +0 -1
  330. /package/dist/components/{p-D1vaasIp.js → p-BG5nGnBi.js} +0 -0
  331. /package/dist/components/{p-Dp6NByuZ.js → p-CGs6_91u.js} +0 -0
  332. /package/dist/design-system/{p-D1vaasIp.js → p-BG5nGnBi.js} +0 -0
  333. /package/dist/design-system/{p-DjcjlPt7.js → p-ClMlDGkX.js} +0 -0
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, a as getElement, h } from './index-BZ5lcC25.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h } from './index-BZg-6aSz.js';
2
2
  import { s as sanitizeInlineHtml } from './sanitize-inline-html-BE4tnQ2Z.js';
3
- import { B as BUTTON_CONFIG, g as getPresetName, f as buttonTokens, d as PRESET_BORDER_COLORS$1, P as PRESET_ICON_COLORS$1, c as PRESET_TEXT_COLORS$1, e as PRESET_HOVER_BACKGROUNDS$1, b as BUTTON_FOCUS_RING_COLOR } from './sd-button.config-DjcjlPt7.js';
3
+ import { B as BUTTON_CONFIG, g as getPresetName, f as buttonTokens, d as PRESET_BORDER_COLORS$1, P as PRESET_ICON_COLORS$1, c as PRESET_TEXT_COLORS$1, e as PRESET_HOVER_BACKGROUNDS$1, b as BUTTON_FOCUS_RING_COLOR } from './sd-button.config-ClMlDGkX.js';
4
4
  import { s as systemTokens } from './system-BJfiMC9H.js';
5
5
 
6
6
  class DropdownManager {
@@ -144,8 +144,8 @@ const DROPDOWN_CHEVRON_ICON_SIZE = {
144
144
  // 버튼 자체의 min-width (px). split 여부에 따라 chevron 버튼이 추가되므로 별도 값을 지정.
145
145
  // TODO: 디자인 토큰으로 관리될 때 대체 예정
146
146
  const DROPDOWN_BUTTON_MIN_WIDTH = {
147
- xs: { default: 44, split: 60 },
148
- sm: { default: 70, split: 76 },
147
+ xs: { default: 64, split: 72 },
148
+ sm: { default: 72, split: 88 },
149
149
  md: { default: 100, split: 106 },
150
150
  };
151
151
  const DROPDOWN_DISABLED_BACKGROUND = buttonTokens.button.bg.disabled;
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, a as getElement, h, c as createEvent, F as Fragment } from './index-BZ5lcC25.js';
2
- import { f as fieldTokens } from './component.field-BOJJ_sQS.js';
3
- import { T as TooltipArrow } from './tooltipArrow-ByHjyr3Z.js';
1
+ import { r as registerInstance, a as getElement, h, c as createEvent, F as Fragment } from './index-BZg-6aSz.js';
2
+ import { f as fieldTokens } from './component.field-DjKOoQuF.js';
3
+ import { T as TooltipArrow } from './tooltipArrow-BAi-pktU.js';
4
4
 
5
5
  const FIELD_ADDON_ALIGN_MAP = {
6
6
  start: 'flex-start',
@@ -28,7 +28,7 @@ const FIELD_LABEL_SIZE_MAP = {
28
28
  },
29
29
  };
30
30
 
31
- const sdFieldCss = () => `sd-field{display:inline-flex;flex-flow:column nowrap;height:fit-content;width:100%}sd-field .sd-field *:focus,sd-field .sd-field *:focus-visible,sd-field .sd-field *:focus-within{outline:none !important}sd-field .sd-field.sd-field--disabled{cursor:not-allowed}sd-field .sd-field.sd-field--disabled .sd-field__wrapper{cursor:not-allowed !important}sd-field .sd-field.sd-field--disabled .sd-field__wrapper .sd-field__label-inside{border-color:#CCCCCC;color:#888888;cursor:not-allowed !important}sd-field .sd-field.sd-field--disabled .sd-field__wrapper .sd-field__control{background-color:#E1E1E1;border-color:#CCCCCC;color:#888888;cursor:not-allowed !important}sd-field .sd-field.sd-field--readonly .sd-field__wrapper .sd-field__control{background-color:var(--sd-system-color-field-bg-read-only);color:var(--sd-system-color-field-text-read-only)}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label{display:flex;align-items:center;flex-shrink:0;width:var(--sd-field-label-width, auto);height:var(--sd-field-label-height);margin-right:var(--sd-field-label-margin-right)}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label__icon{margin-right:var(--sd-field-label-gap);flex-shrink:0}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label__text{font-size:var(--sd-field-label-font-size);line-height:var(--sd-field-label-line-height);font-weight:var(--sd-field-label-font-weight);color:var(--sd-system-color-field-text-default);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label__tooltip{margin-left:var(--sd-field-label-gap);flex-shrink:0}sd-field .sd-field--has-addon .sd-field__control .sd-field__addon{display:flex;gap:var(--sd-field-addon-gap);align-items:center;justify-content:var(--sd-field-addon-justify, flex-start);white-space:nowrap;box-sizing:border-box;flex-shrink:0;width:var(--sd-field-addon-width, auto);padding:0 var(--sd-field-addon-padding-x);font-size:var(--sd-field-addon-font-size);line-height:var(--sd-field-addon-line-height);font-weight:var(--sd-field-addon-font-weight);background:var(--sd-field-addon-bg);border-right:var(--sd-field-addon-border-width) solid var(--sd-field-addon-border-color);border-radius:calc(var(--sd-field-control-radius) - 1px) 0 0 calc(var(--sd-field-control-radius) - 1px)}sd-field .sd-field__wrapper{width:100%;display:flex;align-items:flex-start;flex-flow:row nowrap;position:relative;color:var(--sd-system-color-field-text-default);-webkit-user-select:none;user-select:none}sd-field .sd-field__wrapper .sd-field__main{flex:1;min-width:0;display:flex;flex-direction:column}sd-field .sd-field__wrapper .sd-field__control{position:relative;height:var(--sd-field-wrapper-height);display:flex;min-width:0;border:1px solid var(--sd-system-color-field-border-default);border-radius:var(--sd-field-control-radius);background:var(--sd-system-color-field-bg-default)}sd-field .sd-field--error .sd-field__wrapper .sd-field__control:not(:hover){border:1px solid var(--sd-system-color-field-border-danger) !important}sd-field .sd-field.sd-field--pass .sd-field__wrapper .sd-field__control{border:1px solid var(--sd-system-color-field-border-success) !important}sd-field .sd-field:not(.sd-field--disabled):not(.sd-field--readonly) .sd-field__wrapper .sd-field__control:hover{border:1px solid var(--sd-system-color-field-border-focus) !important;box-shadow:0px 0px 4px 0px rgba(0, 113, 255, 0.4)}sd-field .sd-field.sd-field--focus:not(.sd-field--readonly) .sd-field__wrapper .sd-field__control{border:1px solid var(--sd-system-color-field-border-focus) !important;box-shadow:0px 0px 4px 0px rgba(0, 113, 255, 0.4)}sd-field .sd-field .sd-field__error-message{color:var(--sd-field-error-message-color);font-size:var(--sd-field-error-message-font-size);line-height:var(--sd-field-error-message-line-height);margin-top:var(--sd-field-message-gap)}sd-field .sd-field .sd-field__hint{color:var(--sd-field-hint-color);font-size:var(--sd-field-hint-font-size);line-height:var(--sd-field-hint-line-height);margin-top:var(--sd-field-message-gap)}`;
31
+ const sdFieldCss = () => `sd-field{display:inline-flex;flex-flow:column nowrap;height:fit-content;width:100%}sd-field .sd-field *:focus,sd-field .sd-field *:focus-visible,sd-field .sd-field *:focus-within{outline:none !important}sd-field .sd-field.sd-field--disabled{cursor:not-allowed}sd-field .sd-field.sd-field--disabled .sd-field__wrapper{cursor:not-allowed !important}sd-field .sd-field.sd-field--disabled .sd-field__wrapper .sd-field__label-inside{border-color:#CCCCCC;color:#888888;cursor:not-allowed !important}sd-field .sd-field.sd-field--disabled .sd-field__wrapper .sd-field__control{background-color:#E1E1E1;border-color:#CCCCCC;color:#888888;cursor:not-allowed !important}sd-field .sd-field.sd-field--readonly .sd-field__wrapper .sd-field__control{background-color:var(--sd-system-color-field-bg-read-only);color:var(--sd-system-color-field-text-read-only)}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label{display:flex;align-items:center;flex-shrink:0;width:var(--sd-field-label-width, auto);height:var(--sd-field-label-height);margin-right:var(--sd-field-label-margin-right)}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label__icon{margin-right:var(--sd-field-label-gap);flex-shrink:0}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label__text{font-size:var(--sd-field-label-font-size);line-height:var(--sd-field-label-line-height);font-weight:var(--sd-field-label-font-weight);color:var(--sd-system-color-field-text-default);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label__tooltip{margin-left:var(--sd-field-label-gap);flex-shrink:0}sd-field .sd-field--has-addon .sd-field__control .sd-field__addon{display:flex;gap:var(--sd-field-addon-gap);align-items:center;justify-content:var(--sd-field-addon-justify, flex-start);white-space:nowrap;box-sizing:border-box;flex-shrink:0;width:var(--sd-field-addon-width, auto);padding:0 var(--sd-field-addon-padding-x);font-size:var(--sd-field-addon-font-size);line-height:var(--sd-field-addon-line-height);font-weight:var(--sd-field-addon-font-weight);background:var(--sd-field-addon-bg);border-right:var(--sd-field-addon-border-width) solid var(--sd-field-addon-border-color);border-radius:calc(var(--sd-field-control-radius) - 1px) 0 0 calc(var(--sd-field-control-radius) - 1px)}sd-field .sd-field__wrapper{width:100%;display:flex;align-items:flex-start;flex-flow:row nowrap;position:relative;color:var(--sd-system-color-field-text-default);-webkit-user-select:none;user-select:none}sd-field .sd-field__wrapper .sd-field__main{flex:1;min-width:0;display:flex;flex-direction:column}sd-field .sd-field__wrapper .sd-field__control{position:relative;height:var(--sd-field-wrapper-height);display:flex;min-width:0;border:1px solid var(--sd-system-color-field-border-default);border-radius:var(--sd-field-control-radius);background:var(--sd-system-color-field-bg-default)}sd-field .sd-field--error .sd-field__wrapper .sd-field__control:not(:hover){border:1px solid var(--sd-system-color-field-border-danger) !important}sd-field .sd-field.sd-field--pass .sd-field__wrapper .sd-field__control{border:1px solid var(--sd-system-color-field-border-success) !important}sd-field .sd-field:not(.sd-field--disabled):not(.sd-field--readonly) .sd-field__wrapper .sd-field__control:hover{border:1px solid var(--sd-system-color-field-border-focus) !important;box-shadow:0px 0px 4px 0px rgba(0, 113, 255, 0.4)}sd-field .sd-field.sd-field--focus:not(.sd-field--readonly) .sd-field__wrapper .sd-field__control{border:1px solid var(--sd-system-color-field-border-focus) !important;box-shadow:0px 0px 4px 0px rgba(0, 113, 255, 0.4)}sd-field .sd-field.sd-field--borderless .sd-field__wrapper .sd-field__control,sd-field .sd-field.sd-field--borderless.sd-field--error .sd-field__wrapper .sd-field__control:not(:hover),sd-field .sd-field.sd-field--borderless.sd-field--pass .sd-field__wrapper .sd-field__control,sd-field .sd-field.sd-field--borderless:not(.sd-field--disabled):not(.sd-field--readonly) .sd-field__wrapper .sd-field__control:hover,sd-field .sd-field.sd-field--borderless.sd-field--focus:not(.sd-field--readonly) .sd-field__wrapper .sd-field__control{border-color:transparent !important;background:transparent !important;box-shadow:none !important}sd-field .sd-field .sd-field__error-message{color:var(--sd-field-error-message-color);font-size:var(--sd-field-error-message-font-size);line-height:var(--sd-field-error-message-line-height);margin-top:var(--sd-field-message-gap)}sd-field .sd-field .sd-field__hint{color:var(--sd-field-hint-color);font-size:var(--sd-field-hint-font-size);line-height:var(--sd-field-hint-line-height);margin-top:var(--sd-field-message-gap)}`;
32
32
 
33
33
  const FORM_PARENT_TAGS = [
34
34
  'sd-input',
@@ -70,6 +70,11 @@ const SdField = class {
70
70
  width = '';
71
71
  /** 필드 크기 */
72
72
  size = 'sm';
73
+ /**
74
+ * 테두리 박스 제거 (inline 컨트롤용) — border/배경/hover·focus 강조만 사라지고
75
+ * label·hint·errorMessage 등 나머지 필드 구성은 그대로 동작한다.
76
+ */
77
+ borderless = false;
73
78
  // props - label
74
79
  /** 레이블 텍스트 */
75
80
  label = '';
@@ -237,18 +242,19 @@ const SdField = class {
237
242
  : {}),
238
243
  }
239
244
  : {};
240
- return (h("div", { key: '7673ab0d94a03bcfa42381c961e749cd083d7af0', class: {
245
+ return (h("div", { key: 'bce0bc8ccc19e41c2a61980bd12f07d7f8838569', class: {
241
246
  'sd-field': true,
242
247
  'sd-field--has-label': this.label !== '',
243
248
  'sd-field--has-addon': addon !== '',
249
+ 'sd-field--borderless': this.borderless,
244
250
  [this.fieldStatus]: this.fieldStatus !== '',
245
- }, style: { ...sizeCssVars, ...labelCssVars, ...addonCssVars, ...messageCssVars } }, h("div", { key: '00c5056105b72f143a8c4249b8cd3b6a60fb6d1d', class: "sd-field__wrapper" }, this.renderLabel(this.label), h("div", { key: 'e99461246fa8ceadaf7a43f1c62c474caa160972', class: "sd-field__main" }, h("div", { key: '6bf754d3a167b1ca4f23d2e1d260643e278e85f6', class: {
251
+ }, style: { ...sizeCssVars, ...labelCssVars, ...addonCssVars, ...messageCssVars } }, h("div", { key: 'c6c4e3ec6e018ebd0dc6fbbae5fbaef4ea6503e5', class: "sd-field__wrapper" }, this.renderLabel(this.label), h("div", { key: 'bd778a24325412924e0a331db592535e4b4e542b', class: "sd-field__main" }, h("div", { key: '485cfbdbfa7299cb27d84e61306d6e2cf196d071', class: {
246
252
  'sd-field__control': true,
247
253
  'sd-field__control--has-addon': addon !== '',
248
254
  }, style: this.width !== '' && this.width !== 0
249
255
  ? { width: typeof this.width === 'number' ? `${this.width}px` : this.width }
250
- : {} }, addon && (h("div", { key: '2d9acde5ecaeb32a94e1ba33c408160a2f2da46f', class: "sd-field__addon" }, this.icon && (h("sd-icon", { key: 'a0916124710c29478feffef96efdaffe599d4bc7', name: this.icon.name, size: this.icon.size ??
251
- Number(FIELD_LABEL_SIZE_MAP[(this.size in FIELD_LABEL_SIZE_MAP ? this.size : 'sm')].icon), color: this.icon.color, rotate: this.icon.rotate })), addon)), h("slot", { key: '2e4690a4678ca40deb9e023baae24a44fd4da959' })), this.errorMsg !== '' || this.errorMessage !== '' ? (h("div", { class: "sd-field__error-message" }, this.errorMsg !== '' ? this.errorMsg : this.errorMessage)) : (this.hint !== '' && h("div", { class: "sd-field__hint" }, this.hint))))));
256
+ : {} }, addon && (h("div", { key: '510238ac22b7e923724cc20abf2541adbddcb594', class: "sd-field__addon" }, this.icon && (h("sd-icon", { key: '2cca5b62cbe56050acd536764c33cbc3009f740b', name: this.icon.name, size: this.icon.size ??
257
+ Number(FIELD_LABEL_SIZE_MAP[(this.size in FIELD_LABEL_SIZE_MAP ? this.size : 'sm')].icon), color: this.icon.color, rotate: this.icon.rotate })), addon)), h("slot", { key: '470c0d559409a11f1c5650e88a50555a4656d3f9' })), this.errorMsg !== '' || this.errorMessage !== '' ? (h("div", { class: "sd-field__error-message" }, this.errorMsg !== '' ? this.errorMsg : this.errorMessage)) : (this.hint !== '' && h("div", { class: "sd-field__hint" }, this.hint))))));
252
258
  }
253
259
  renderLabel(label) {
254
260
  if (label == null || label === '')
@@ -259,7 +265,7 @@ const SdField = class {
259
265
  };
260
266
  SdField.style = sdFieldCss();
261
267
 
262
- const sdFloatingPortalCss = () => `.sd-floating-menu{width:fit-content;padding:12px 16px;border-radius:6px;font-size:12px;font-weight:500;line-height:20px;position:relative;box-sizing:border-box;background:var(--sd-floating-bg, #07284A);color:var(--sd-floating-content, #FFFFFF);animation:sd-floating-fade-in 0.35s ease-out}.sd-floating-menu--top{animation-name:sd-floating-slide-top}.sd-floating-menu--bottom{animation-name:sd-floating-slide-bottom}.sd-floating-menu--left{animation-name:sd-floating-slide-left}.sd-floating-menu--right{animation-name:sd-floating-slide-right}.sd-floating-menu .sd-floating-menu__arrow{color:var(--sd-floating-bg, #07284A)}.sd-floating-menu--default{background:var(--sd-floating-bg, #07284A);color:var(--sd-floating-content, #FFFFFF);font-weight:500}.sd-floating-menu--default .sd-floating-menu__arrow{color:var(--sd-floating-bg, #07284A)}.sd-floating-menu--danger{background:var(--sd-floating-bg, #FCE6E6);color:var(--sd-floating-content, #FB4444);font-weight:700}.sd-floating-menu--danger .sd-floating-menu__arrow{color:var(--sd-floating-bg, #FCE6E6)}.sd-floating-menu--warning{background:var(--sd-floating-bg, #FEF1EA);color:var(--sd-floating-content, #FF6B00);font-weight:700}.sd-floating-menu--warning .sd-floating-menu__arrow{color:var(--sd-floating-bg, #FEF1EA)}.sd-floating-menu--accent{background:var(--sd-floating-bg, #E6F1FF);color:var(--sd-floating-content, #0075FF);font-weight:700}.sd-floating-menu--accent .sd-floating-menu__arrow{color:var(--sd-floating-bg, #E6F1FF)}.sd-floating-menu__arrow{position:absolute;display:flex;width:16px;height:12px}.sd-floating-menu__arrow svg{width:100%;height:100%}.sd-floating-menu__arrow--top{bottom:-12px;left:50%;transform:translateX(-50%)}.sd-floating-menu__arrow--bottom{top:-12px;left:50%;transform:translateX(-50%) rotate(180deg)}.sd-floating-menu__arrow--left{right:-12px;top:50%;transform:translateY(-50%) rotate(-90deg)}.sd-floating-menu__arrow--right{left:-12px;top:50%;transform:translateY(-50%) rotate(90deg)}.sd-floating-menu__content{font-size:12px;line-height:20px}.sd-floating-menu__content .sd-floating-menu__title{font-size:14px;font-weight:700;line-height:24px;margin-bottom:4px}.sd-floating-menu__content .sd-floating-menu__messages{font-weight:500}.sd-floating-menu__content .sd-floating-menu__buttons{margin-top:12px;display:flex;gap:8px;align-items:center;justify-content:flex-end}.sd-floating-menu__content .sd-floating-menu__buttons--with-link{justify-content:space-between}.sd-floating-menu--popover{padding:16px 20px}.sd-floating-menu--popover .sd-floating-menu__content{gap:4px}.sd-floating-menu--popover .sd-floating-menu__title{font-size:14px;font-weight:700;line-height:24px}.sd-floating-menu--popover .sd-floating-menu__messages{font-size:12px;font-weight:500;line-height:20px}.sd-floating-menu--closing{animation:sd-floating-fade-out 0.15s ease-in forwards}.sd-floating-menu--closing.sd-floating-menu--top{animation-name:sd-floating-slide-out-top}.sd-floating-menu--closing.sd-floating-menu--bottom{animation-name:sd-floating-slide-out-bottom}.sd-floating-menu--closing.sd-floating-menu--left{animation-name:sd-floating-slide-out-left}.sd-floating-menu--closing.sd-floating-menu--right{animation-name:sd-floating-slide-out-right}.sd-floating-menu--has-close .sd-floating-menu__content{padding-right:28px}.sd-floating-menu__close-button{position:absolute;top:12px;right:12px}@keyframes sd-floating-fade-out{from{opacity:1}to{opacity:0}}@keyframes sd-floating-slide-out-top{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@keyframes sd-floating-slide-out-bottom{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes sd-floating-slide-out-left{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(4px)}}@keyframes sd-floating-slide-out-right{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-4px)}}@keyframes sd-floating-fade-in{from{opacity:0}to{opacity:1}}@keyframes sd-floating-slide-top{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes sd-floating-slide-bottom{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes sd-floating-slide-left{from{opacity:0;transform:translateX(4px)}to{opacity:1;transform:translateX(0)}}@keyframes sd-floating-slide-right{from{opacity:0;transform:translateX(-4px)}to{opacity:1;transform:translateX(0)}}`;
268
+ const sdFloatingPortalCss = () => `.sd-floating-menu{width:fit-content;padding:12px 16px;border-radius:6px;font-size:12px;font-weight:500;line-height:20px;position:relative;box-sizing:border-box;background:var(--sd-floating-bg, #07284A);color:var(--sd-floating-content, #FFFFFF);box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.1);animation:sd-floating-fade-in 0.35s ease-out}.sd-floating-menu--top{animation-name:sd-floating-slide-top}.sd-floating-menu--bottom{animation-name:sd-floating-slide-bottom}.sd-floating-menu--left{animation-name:sd-floating-slide-left}.sd-floating-menu--right{animation-name:sd-floating-slide-right}.sd-floating-menu .sd-floating-menu__arrow{color:var(--sd-floating-bg, #07284A)}.sd-floating-menu--default{background:var(--sd-floating-bg, #07284A);color:var(--sd-floating-content, #FFFFFF);font-weight:500}.sd-floating-menu--default .sd-floating-menu__arrow{color:var(--sd-floating-bg, #07284A)}.sd-floating-menu--danger{background:var(--sd-floating-bg, #FCE6E6);color:var(--sd-floating-content, #FB4444);font-weight:700}.sd-floating-menu--danger .sd-floating-menu__arrow{color:var(--sd-floating-bg, #FCE6E6)}.sd-floating-menu--warning{background:var(--sd-floating-bg, #FEF1EA);color:var(--sd-floating-content, #FF6B00);font-weight:700}.sd-floating-menu--warning .sd-floating-menu__arrow{color:var(--sd-floating-bg, #FEF1EA)}.sd-floating-menu--accent{background:var(--sd-floating-bg, #E6F1FF);color:var(--sd-floating-content, #0075FF);font-weight:700}.sd-floating-menu--accent .sd-floating-menu__arrow{color:var(--sd-floating-bg, #E6F1FF)}.sd-floating-menu__arrow{position:absolute;display:flex;width:16px;height:12px}.sd-floating-menu__arrow svg{width:100%;height:100%}.sd-floating-menu__arrow--top{bottom:-12px;left:50%;transform:translateX(-50%)}.sd-floating-menu__arrow--bottom{top:-12px;left:50%;transform:translateX(-50%) rotate(180deg)}.sd-floating-menu__arrow--left{right:-12px;top:50%;transform:translateY(-50%) rotate(-90deg)}.sd-floating-menu__arrow--right{left:-12px;top:50%;transform:translateY(-50%) rotate(90deg)}.sd-floating-menu__content{font-size:12px;line-height:20px}.sd-floating-menu__content .sd-floating-menu__title{font-size:14px;font-weight:700;line-height:24px;margin-bottom:4px}.sd-floating-menu__content .sd-floating-menu__messages{font-weight:500}.sd-floating-menu__content .sd-floating-menu__buttons{margin-top:12px;display:flex;gap:8px;align-items:center;justify-content:flex-end}.sd-floating-menu__content .sd-floating-menu__buttons--with-link{justify-content:space-between}.sd-floating-menu--popover{padding:16px 20px}.sd-floating-menu--popover .sd-floating-menu__content{gap:4px}.sd-floating-menu--popover .sd-floating-menu__title{font-size:14px;font-weight:700;line-height:24px}.sd-floating-menu--popover .sd-floating-menu__messages{font-size:12px;font-weight:500;line-height:20px}.sd-floating-menu--closing{animation:sd-floating-fade-out 0.15s ease-in forwards}.sd-floating-menu--closing.sd-floating-menu--top{animation-name:sd-floating-slide-out-top}.sd-floating-menu--closing.sd-floating-menu--bottom{animation-name:sd-floating-slide-out-bottom}.sd-floating-menu--closing.sd-floating-menu--left{animation-name:sd-floating-slide-out-left}.sd-floating-menu--closing.sd-floating-menu--right{animation-name:sd-floating-slide-out-right}.sd-floating-menu--has-close .sd-floating-menu__content{padding-right:28px}.sd-floating-menu__close-button{position:absolute;top:12px;right:12px}@keyframes sd-floating-fade-out{from{opacity:1}to{opacity:0}}@keyframes sd-floating-slide-out-top{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@keyframes sd-floating-slide-out-bottom{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes sd-floating-slide-out-left{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(4px)}}@keyframes sd-floating-slide-out-right{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-4px)}}@keyframes sd-floating-fade-in{from{opacity:0}to{opacity:1}}@keyframes sd-floating-slide-top{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes sd-floating-slide-bottom{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes sd-floating-slide-left{from{opacity:0;transform:translateX(4px)}to{opacity:1;transform:translateX(0)}}@keyframes sd-floating-slide-right{from{opacity:0;transform:translateX(-4px)}to{opacity:1;transform:translateX(0)}}`;
263
269
 
264
270
  const SdFloatingPopover = class {
265
271
  constructor(hostRef) {
@@ -439,7 +445,7 @@ const SdFloatingPopover = class {
439
445
  }
440
446
  }
441
447
  render() {
442
- return h("slot", { key: '56deedcae378d170d9debca4cf1a07599f31dfc5' });
448
+ return h("slot", { key: '487d3c23320bd5f44492e3fb84e3cb357605de39' });
443
449
  }
444
450
  };
445
451
  SdFloatingPopover.style = sdFloatingPortalCss();
@@ -615,7 +621,7 @@ const SdTooltip = class {
615
621
  const bodyHTML = this.message && this.message.length > 0
616
622
  ? this.message.map(line => `<div>${line}</div>`).join('')
617
623
  : this.slotContentHTML;
618
- return (h(Fragment, { key: 'cd0c166191a9f83a11891786cd246a268d50b349' }, h("div", { key: '9e2872936629b886b779852c51f57874466edfb5', ref: el => (this.triggerEl = el), class: triggerClasses, ...divTrigger }, anchorMode ? (h("slot", { name: "anchor" })) : hasLabel ? (h("sd-button", { ref: el => (this.buttonEl = el), name: this.name ?? 'primary_sm', label: this.label, icon: icon, rightIcon: this.rightIcon, ariaLabel: this.ariaLabel, disabled: this.disabled, type: this.type ?? 'button', class: "sd-tooltip", ...buttonClickTrigger })) : (h("sd-icon", { ref: el => (this.buttonEl = el), name: icon, size: this.iconSize ?? 12, color: color, class: "sd-tooltip" }))), this.showTooltip && (h("sd-floating-portal", { key: '2db92e0d56a1a6cee04ab5f23f6bbe00fc279351', parentRef: anchorMode ? this.triggerEl : this.buttonEl, onSdClose: this.handleClose, placement: placement, offset: this.tooltipOffset }, h("div", { key: 'a4635141d3e9aa630be80b2b6071a5ba16de257d', ref: el => (this.menuEl = el), class: {
624
+ return (h(Fragment, { key: '682acd0035e35645b1ddcb5b9bfa796f135d26ce' }, h("div", { key: '63550c550389759026812d624bfb8fc152a61dfa', ref: el => (this.triggerEl = el), class: triggerClasses, ...divTrigger }, anchorMode ? (h("slot", { name: "anchor" })) : hasLabel ? (h("sd-button", { ref: el => (this.buttonEl = el), name: this.name ?? 'primary_sm', label: this.label, icon: icon, rightIcon: this.rightIcon, ariaLabel: this.ariaLabel, disabled: this.disabled, type: this.type ?? 'button', class: "sd-tooltip", ...buttonClickTrigger })) : (h("sd-icon", { ref: el => (this.buttonEl = el), name: icon, size: this.iconSize ?? 12, color: color, class: "sd-tooltip" }))), this.showTooltip && (h("sd-floating-portal", { key: '84c71d8f766d79831e262810918085de1cb76a69', parentRef: anchorMode ? this.triggerEl : this.buttonEl, onSdClose: this.handleClose, placement: placement, offset: this.tooltipOffset }, h("div", { key: '622676ac69e0563623a7dfa6ebb9f8d0b8d7761d', ref: el => (this.menuEl = el), class: {
619
625
  'sd-floating-menu': true,
620
626
  [`sd-floating-menu--${tooltipType}`]: true,
621
627
  [`sd-floating-menu--${placement}`]: true,
@@ -623,7 +629,7 @@ const SdTooltip = class {
623
629
  }, style: {
624
630
  '--sd-floating-bg': typeConfig.bg,
625
631
  '--sd-floating-content': typeConfig.content,
626
- }, onMouseEnter: () => this.openTooltip(), onMouseLeave: () => !this.useClose && this.startHideTimer() }, h("i", { key: 'cf7f3186dd7c9cbf001700bd29de05480e807533', class: `sd-floating-menu__arrow sd-floating-menu__arrow--${placement}` }, h(TooltipArrow, { key: '4aca7fbbc159bf61c9488a38431e0bcc40172446' })), h("div", { key: 'ffa09626b16742e6d774944bf8536def2b250519', class: "sd-floating-menu__content", innerHTML: bodyHTML }), this.useClose && (h("sd-ghost-button", { key: '934529cc6c8c4a46a09b7dd03baec6666029f169', class: "sd-floating-menu__close-button", icon: "close", ariaLabel: "close", size: "xxs", onClick: () => this.closeTooltip() })))))));
632
+ }, onMouseEnter: () => this.openTooltip(), onMouseLeave: () => !this.useClose && this.startHideTimer() }, h("i", { key: 'e81b686f152e408e7affc9181e2a19cb0aece8cd', class: `sd-floating-menu__arrow sd-floating-menu__arrow--${placement}` }, h(TooltipArrow, { key: 'a91ee4a5c1b2564b63d061c32f5013be6f28b0d0' })), h("div", { key: '77671787b0ee0beb851c7a35a04f8df826b268a8', class: "sd-floating-menu__content", innerHTML: bodyHTML }), this.useClose && (h("sd-ghost-button", { key: '74e41984b8589dba31feb6f269c4ce7ed8fe3c6f', class: "sd-floating-menu__close-button", icon: "close", ariaLabel: "close", size: "xxs", onClick: () => this.closeTooltip() })))))));
627
633
  }
628
634
  };
629
635
  SdTooltip.style = sdTooltipCss();
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BZ5lcC25.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-BZg-6aSz.js';
2
2
 
3
3
  const SdForm = class {
4
4
  constructor(hostRef) {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, a as getElement, h, H as Host } from './index-BZ5lcC25.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h, H as Host } from './index-BZg-6aSz.js';
2
2
 
3
3
  const ghostButton = {
4
4
  xxs: {
@@ -55,8 +55,7 @@ const ghostButton = {
55
55
  hover: {
56
56
  bg: "#FFFFFF"
57
57
  }
58
- }
59
- };
58
+ }};
60
59
  var ghostButtonTokens = {
61
60
  ghostButton: ghostButton
62
61
  };
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, a as getElement, h } from './index-BZ5lcC25.js';
1
+ import { r as registerInstance, a as getElement, h } from './index-BZg-6aSz.js';
2
2
  import { s as systemTokens } from './system-BJfiMC9H.js';
3
3
  import { s as sanitizeInlineHtml } from './sanitize-inline-html-BE4tnQ2Z.js';
4
4
 
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BZ5lcC25.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-BZg-6aSz.js';
2
2
  import { s as systemTokens } from './system-BJfiMC9H.js';
3
- import { t as tableTokens } from './component.table-D6GUzecR.js';
3
+ import { t as tableTokens } from './component.table-D9tQwTWy.js';
4
4
 
5
5
  const t = tableTokens.table;
6
6
  const KEY_VALUE_TABLE_LAYOUT = {
@@ -8,7 +8,7 @@ const KEY_VALUE_TABLE_LAYOUT = {
8
8
  thWidth: 120,
9
9
  borderRadius: Number(t.radius),
10
10
  thPaddingX: Number(t.header.paddingX),
11
- padding: Number(t.keyValue.body.padding),
11
+ padding: Number(t.keyValue.body.paddingY),
12
12
  helpIconSize: 16,
13
13
  requiredIconSize: 12,
14
14
  gap: Number(t.header.gap),
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h, H as Host } from './index-BZ5lcC25.js';
2
- import { p as progressTokens } from './component.progress-D1vaasIp.js';
1
+ import { r as registerInstance, h, H as Host } from './index-BZg-6aSz.js';
2
+ import { p as progressTokens } from './component.progress-BG5nGnBi.js';
3
3
  import { s as systemTokens } from './system-BJfiMC9H.js';
4
4
 
5
5
  const LINEAR_PROGRESS_COLORS = {
@@ -50,7 +50,7 @@ const SdLinearProgress = class {
50
50
  clipPath: `inset(0 ${100 - this.clampedValue}% 0 0)`,
51
51
  };
52
52
  const valueText = `${Math.round(this.clampedValue)}%`;
53
- return (h(Host, { key: '2c2024fc61418c73913dc0333ddef93e667fa6f0', style: hostStyle }, h("div", { key: '44fac7a5a5795451ab8fc7c5538161cb974c3b4f', class: "sd-linear-progress__track" }, h("div", { key: '050f19c7c2ae6f14f744a1a33f933b97d9d5d448', class: "sd-linear-progress__fill", style: fillStyle }), !this.indeterminate && (h("span", { key: '70233788c6f8b5d89ec1123e40cc97c89a9d20c4', class: "sd-linear-progress__value sd-linear-progress__value--on-track" }, valueText)), !this.indeterminate && (h("span", { key: 'f2df0a4d96ca1224b902a360f4f1ef4856405ed6', class: "sd-linear-progress__value sd-linear-progress__value--on-fill", style: valueOnFillStyle }, valueText))), this.label && h("span", { key: '00d72060f073ad6e046d7c68f248df6622f87088', class: "sd-linear-progress__label" }, this.label)));
53
+ return (h(Host, { key: '8d19b1c846b14994eceb6381802b19fa92a241cb', style: hostStyle }, h("div", { key: '23d3e839b1e64a81ae86e994bf77a0e9bf53e870', class: "sd-linear-progress__track" }, h("div", { key: '92ea4d28c312e639ec038002beeea60ab39e42bb', class: "sd-linear-progress__fill", style: fillStyle }), !this.indeterminate && (h("span", { key: 'd65a8726f14302260d0fad1b3a16ba7e8588530f', class: "sd-linear-progress__value sd-linear-progress__value--on-track" }, valueText)), !this.indeterminate && (h("span", { key: '522efd6e3b6f6bbfcb8044113d2e2ae37da84dd6', class: "sd-linear-progress__value sd-linear-progress__value--on-fill", style: valueOnFillStyle }, valueText))), this.label && h("span", { key: '2933b26dc95c1962dc19829f9bf1d8e62d71b0c4', class: "sd-linear-progress__label" }, this.label)));
54
54
  }
55
55
  };
56
56
  SdLinearProgress.style = sdLinearProgressCss();
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-BZ5lcC25.js';
1
+ import { r as registerInstance, h } from './index-BZg-6aSz.js';
2
2
 
3
3
  const sdLoadingContainerCss = () => `sd-loading-container .sd-loading-container{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:var(--sd-loading-container-z-index, 999);opacity:0;visibility:hidden;transition:opacity 0.2s ease, visibility 0s linear 0.2s;pointer-events:none}sd-loading-container .sd-loading-container--visible{opacity:1;visibility:visible;transition:opacity 0.2s ease, visibility 0s linear 0s;pointer-events:auto}sd-loading-container .sd-loading-container__backdrop{position:absolute;inset:0;background:rgba(0, 0, 0, 0.4)}sd-loading-container .sd-loading-container__content{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px}sd-loading-container .sd-loading-container__message{margin:0;color:#ffffff;font-size:14px;font-weight:500;line-height:22px;text-align:center;max-width:400px;word-break:keep-all}`;
4
4
 
@@ -8,20 +8,40 @@ const SdLoadingContainer = class {
8
8
  }
9
9
  visible = false;
10
10
  message = '';
11
+ prevBodyOverflow = null;
11
12
  /** 로딩 오버레이를 표시합니다. */
12
13
  async show(options = {}) {
13
14
  this.message = options.message ?? '';
14
15
  this.visible = true;
16
+ this.lockScroll();
15
17
  }
16
18
  /** 로딩 오버레이를 숨깁니다. */
17
19
  async hide() {
18
20
  this.visible = false;
21
+ this.unlockScroll();
22
+ }
23
+ disconnectedCallback() {
24
+ this.unlockScroll();
25
+ }
26
+ /** 오버레이 표시 중 배경 스크롤을 차단합니다. */
27
+ lockScroll() {
28
+ if (this.prevBodyOverflow !== null)
29
+ return;
30
+ this.prevBodyOverflow = document.body.style.overflow;
31
+ document.body.style.overflow = 'hidden';
32
+ }
33
+ /** 배경 스크롤 차단을 해제합니다. */
34
+ unlockScroll() {
35
+ if (this.prevBodyOverflow === null)
36
+ return;
37
+ document.body.style.overflow = this.prevBodyOverflow;
38
+ this.prevBodyOverflow = null;
19
39
  }
20
40
  render() {
21
- return (h("div", { key: 'be8150fa2321621b2761f886fe96dc4a9177de64', class: {
41
+ return (h("div", { key: '7abf314b6518ab7e6ba0ef60236a8ca6846b0cf4', class: {
22
42
  'sd-loading-container': true,
23
43
  'sd-loading-container--visible': this.visible,
24
- }, "aria-hidden": this.visible ? 'false' : 'true' }, h("div", { key: '268f97c036ab8a15c465469ee467aa6a962e9bf0', class: "sd-loading-container__backdrop" }), h("div", { key: 'e7f8fcbffdfe462890706e896a476de7f734166e', class: "sd-loading-container__content" }, h("sd-circle-progress", { key: '60e52996e7ba895a0375f344431e721c8bd34753', indeterminate: true, type: "inverse" }), this.message && h("p", { key: 'c7cbf5b183a22a3b9f693bb427057d3fa9611724', class: "sd-loading-container__message" }, this.message))));
44
+ }, "aria-hidden": this.visible ? 'false' : 'true' }, h("div", { key: '5c049ffd686654fb4c63bba829bcbe4968285a74', class: "sd-loading-container__backdrop" }), h("div", { key: '21c50b87eac65eedfe2ae475eda2c04a9b2f781d', class: "sd-loading-container__content" }, h("sd-circle-progress", { key: '1dd29e83461be200d3d23037fc8965dbba675e77', indeterminate: true, type: "inverse" }), this.message && h("p", { key: 'deb08b4813d784cf47f43648e8187b22b143dfd5', class: "sd-loading-container__message" }, this.message))));
25
45
  }
26
46
  };
27
47
  SdLoadingContainer.style = sdLoadingContainerCss();
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, a as getElement, h } from './index-BZ5lcC25.js';
1
+ import { r as registerInstance, a as getElement, h } from './index-BZg-6aSz.js';
2
2
  import { u as unregisterModal, r as registerModal, s as setModalInteractive, i as isTopInteractiveModal, a as requestCloseForModal } from './modal-stack-DRVnqiWc.js';
3
3
 
4
4
  const sdModalContainerCss = () => `sd-modal-container{display:block}sd-modal-container .sd-modal-container{position:fixed;inset:0;z-index:var(--sd-modal-container-z-index, 997);pointer-events:none}sd-modal-container .sd-modal-container__layer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}sd-modal-container .sd-modal-container__backdrop{position:absolute;inset:0;background:rgba(0, 0, 0, 0.4);opacity:0;transition:opacity 0.3s ease-out;pointer-events:none}sd-modal-container .sd-modal-container__backdrop--visible{opacity:1;pointer-events:auto}sd-modal-container .sd-modal-container__modal{position:relative;z-index:1;opacity:0;transform:scale(0);pointer-events:auto;transition:opacity 0.3s ease-out, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1)}sd-modal-container .sd-modal-container__modal--visible{opacity:1;transform:scale(1)}sd-modal-container .sd-modal-container__modal--shake{animation:modal-shake 0.3s ease-out}@keyframes modal-shake{0%,100%{transform:scale(1)}25%{transform:scale(1.03)}50%{transform:scale(0.97)}75%{transform:scale(1.01)}}`;
@@ -1,7 +1,7 @@
1
- import { r as registerInstance, c as createEvent, h, F as Fragment, a as getElement, H as Host } from './index-BZ5lcC25.js';
1
+ import { r as registerInstance, c as createEvent, h, F as Fragment, a as getElement, H as Host } from './index-BZg-6aSz.js';
2
2
  import { T as TABLE_ID_ATTR } from './constants-sZMi_32I.js';
3
- import { a as TABLE_SELECTABLE_COLUMN_WIDTH, r as resolveTableIconColor, e as resolveSortIconName, c as TABLE_BORDER, f as TABLE_HEADER_RESIZING_BAR, g as TABLE_HEADER_TYPOGRAPHY, h as TABLE_HEADER_COLORS, i as TABLE_HEADER_LAYOUT, T as TABLE_BODY_LAYOUT, j as TABLE_SEPARATOR, b as TABLE_BODY_TYPOGRAPHY } from './sd-table.config-B3wuA5wX.js';
4
- import './component.table-D6GUzecR.js';
3
+ import { a as TABLE_SELECTABLE_COLUMN_WIDTH, r as resolveTableIconColor, e as resolveSortIconName, c as TABLE_BORDER, f as TABLE_HEADER_RESIZING_BAR, g as TABLE_HEADER_TYPOGRAPHY, h as TABLE_HEADER_COLORS, i as TABLE_HEADER_LAYOUT, T as TABLE_BODY_LAYOUT, j as TABLE_SEPARATOR, b as TABLE_BODY_TYPOGRAPHY } from './sd-table.config-BbIWNUE2.js';
4
+ import './component.table-D9tQwTWy.js';
5
5
  import './system-BJfiMC9H.js';
6
6
 
7
7
  const pagination = {
@@ -32,6 +32,9 @@ const pagination = {
32
32
  hover: "#004290",
33
33
  selected: "#004290"
34
34
  }
35
+ },
36
+ simple: {
37
+ gap: "8"
35
38
  }
36
39
  };
37
40
  var paginationTokens = {
@@ -44,6 +47,7 @@ const PAGINATION_LAYOUT = {
44
47
  radius: `${paginationTokens.pagination.radius}px`,
45
48
  gap: `${paginationTokens.pagination.gap}px`,
46
49
  moveGap: `${paginationTokens.pagination.move.gap}px`,
50
+ simpleGap: `${paginationTokens.pagination.simple.gap}px`,
47
51
  iconSize: Number(paginationTokens.pagination.icon),
48
52
  };
49
53
  const PAGINATION_TYPOGRAPHY = {
@@ -63,7 +67,7 @@ const PAGINATION_COLORS = {
63
67
  iconDefault: '#888888',
64
68
  };
65
69
 
66
- const sdPaginationCss = () => `sd-pagination{display:inline-flex}.sd-pagination{display:inline-flex;align-items:center;gap:var(--sd-pagination-gap);font-family:var(--sd-pagination-font-family)}.sd-pagination__group{display:inline-flex;align-items:center;gap:var(--sd-pagination-move-gap);min-width:calc(var(--sd-pagination-height) * 2 + var(--sd-pagination-move-gap))}.sd-pagination__group--prev{justify-content:flex-end}.sd-pagination__group--next{justify-content:flex-start}.sd-pagination__numbers{display:inline-flex;align-items:center;gap:var(--sd-pagination-move-gap)}.sd-pagination__nav{display:inline-flex;align-items:center;justify-content:center;width:var(--sd-pagination-height);height:var(--sd-pagination-height);padding:0;background:transparent;border:0;border-radius:var(--sd-pagination-radius);cursor:pointer;outline:none}.sd-pagination__nav:hover{background-color:var(--sd-pagination-bg-hover)}.sd-pagination__item{display:inline-flex;align-items:center;justify-content:center;width:var(--sd-pagination-item-width);height:var(--sd-pagination-height);padding:0 var(--sd-pagination-padding-x);background:transparent;border:0;border-radius:var(--sd-pagination-radius);color:var(--sd-pagination-content);font-size:var(--sd-pagination-font-size);font-weight:var(--sd-pagination-font-weight-default);line-height:var(--sd-pagination-line-height);cursor:pointer;outline:none;box-sizing:border-box}.sd-pagination__item:hover{background-color:var(--sd-pagination-bg-hover);color:var(--sd-pagination-content-hover)}.sd-pagination__item--selected{background-color:var(--sd-pagination-bg-selected);color:var(--sd-pagination-content-selected);font-weight:var(--sd-pagination-font-weight-selected)}.sd-pagination__item--selected:hover{background-color:var(--sd-pagination-bg-selected);color:var(--sd-pagination-content-selected)}.sd-pagination__info{display:inline-flex;align-items:center;gap:var(--sd-pagination-move-gap);height:var(--sd-pagination-height);padding:0 var(--sd-pagination-padding-x);color:var(--sd-pagination-content);font-size:var(--sd-pagination-font-size);font-weight:var(--sd-pagination-font-weight-default);line-height:var(--sd-pagination-line-height)}.sd-pagination__current{color:var(--sd-pagination-content-selected);font-weight:var(--sd-pagination-font-weight-selected)}`;
70
+ const sdPaginationCss = () => `sd-pagination{display:inline-flex}.sd-pagination{display:inline-flex;align-items:center;gap:var(--sd-pagination-gap);font-family:var(--sd-pagination-font-family)}.sd-pagination__group{display:inline-flex;align-items:center;gap:var(--sd-pagination-move-gap);min-width:calc(var(--sd-pagination-height) * 2 + var(--sd-pagination-move-gap))}.sd-pagination__group--prev{justify-content:flex-end}.sd-pagination__group--next{justify-content:flex-start}.sd-pagination__numbers{display:inline-flex;align-items:center;gap:var(--sd-pagination-move-gap)}.sd-pagination__nav{display:inline-flex;align-items:center;justify-content:center;width:var(--sd-pagination-height);height:var(--sd-pagination-height);padding:0;background:transparent;border:0;border-radius:var(--sd-pagination-radius);cursor:pointer;outline:none}.sd-pagination__nav:hover{background-color:var(--sd-pagination-bg-hover)}.sd-pagination__item{display:inline-flex;align-items:center;justify-content:center;width:var(--sd-pagination-item-width);height:var(--sd-pagination-height);padding:0 var(--sd-pagination-padding-x);background:transparent;border:0;border-radius:var(--sd-pagination-radius);color:var(--sd-pagination-content);font-size:var(--sd-pagination-font-size);font-weight:var(--sd-pagination-font-weight-default);line-height:var(--sd-pagination-line-height);cursor:pointer;outline:none;box-sizing:border-box}.sd-pagination__item:hover{background-color:var(--sd-pagination-bg-hover);color:var(--sd-pagination-content-hover)}.sd-pagination__item--selected{background-color:var(--sd-pagination-bg-selected);color:var(--sd-pagination-content-selected);font-weight:var(--sd-pagination-font-weight-selected)}.sd-pagination__item--selected:hover{background-color:var(--sd-pagination-bg-selected);color:var(--sd-pagination-content-selected)}.sd-pagination__info{display:inline-flex;align-items:center;gap:var(--sd-pagination-simple-gap);height:var(--sd-pagination-height);padding:0 var(--sd-pagination-padding-x);color:var(--sd-pagination-content);font-size:var(--sd-pagination-font-size);font-weight:var(--sd-pagination-font-weight-default);line-height:var(--sd-pagination-line-height)}.sd-pagination__current{color:var(--sd-pagination-content-selected);font-weight:var(--sd-pagination-font-weight-selected)}`;
67
71
 
68
72
  const PER_PAGE = 10;
69
73
  const BUTTON_WIDTH = {
@@ -144,6 +148,7 @@ const SdPagination = class {
144
148
  '--sd-pagination-radius': PAGINATION_LAYOUT.radius,
145
149
  '--sd-pagination-gap': PAGINATION_LAYOUT.gap,
146
150
  '--sd-pagination-move-gap': PAGINATION_LAYOUT.moveGap,
151
+ '--sd-pagination-simple-gap': PAGINATION_LAYOUT.simpleGap,
147
152
  '--sd-pagination-font-family': PAGINATION_TYPOGRAPHY.fontFamily,
148
153
  '--sd-pagination-font-size': PAGINATION_TYPOGRAPHY.fontSize,
149
154
  '--sd-pagination-line-height': PAGINATION_TYPOGRAPHY.lineHeight,
@@ -156,13 +161,13 @@ const SdPagination = class {
156
161
  '--sd-pagination-bg-selected': PAGINATION_COLORS.bgSelected,
157
162
  '--sd-pagination-item-width': `${this.buttonWidth}px`,
158
163
  };
159
- return (h("div", { key: '1ab90aa479a2ec1985a79efbcb48f0453ce670a9', class: {
164
+ return (h("div", { key: '2e5fdcc2d6a426be32128960131db2ed51674939', class: {
160
165
  'sd-pagination': true,
161
166
  'sd-pagination--simple': this.simple,
162
- }, style: cssVars }, h("div", { key: 'd5e9fdd9f221536f5eb404095b2b6d052aaa6a9e', class: "sd-pagination__group sd-pagination__group--prev" }, this.renderPrevButtons()), this.simple ? (h("div", { class: "sd-pagination__info" }, h("span", { class: "sd-pagination__current" }, this.currentPage), h("span", { class: "sd-pagination__divider" }, "/"), h("span", { class: "sd-pagination__last" }, this.lastPage))) : (h("div", { class: "sd-pagination__numbers" }, this.pageNumbers.map(n => (h("button", { type: "button", "aria-current": this.currentPage === n ? 'page' : undefined, class: {
167
+ }, style: cssVars }, h("div", { key: 'a83ee12c1af9ca41e3a5773fcd840200fcb873e2', class: "sd-pagination__group sd-pagination__group--prev" }, this.renderPrevButtons()), this.simple ? (h("div", { class: "sd-pagination__info" }, h("span", { class: "sd-pagination__current" }, this.currentPage), h("span", { class: "sd-pagination__divider" }, "/"), h("span", { class: "sd-pagination__last" }, this.lastPage))) : (h("div", { class: "sd-pagination__numbers" }, this.pageNumbers.map(n => (h("button", { type: "button", "aria-current": this.currentPage === n ? 'page' : undefined, class: {
163
168
  'sd-pagination__item': true,
164
169
  'sd-pagination__item--selected': this.currentPage === n,
165
- }, onClick: () => this.handlePageChange(n) }, n))))), h("div", { key: 'a48d39b7db769a39f58e4b399aa7bb1d15748934', class: "sd-pagination__group sd-pagination__group--next" }, this.renderNextButtons())));
170
+ }, onClick: () => this.handlePageChange(n) }, n))))), h("div", { key: '3c98ea6c1bf5bea43baaa73a2a7db5c4fe1404e5', class: "sd-pagination__group sd-pagination__group--next" }, this.renderNextButtons())));
166
171
  }
167
172
  };
168
173
  SdPagination.style = sdPaginationCss();
@@ -218,9 +223,9 @@ const SdTbody = class {
218
223
  }
219
224
  }
220
225
  render() {
221
- return (h(Host, { key: 'e8d3873248658b9899e4daf1d6ffb1c60ad658e4', slot: `${this.tableId}-body` }, h("tbody", { key: 'ae9617a588e45bce5ffaa50bc300fdd038b1db1e', class: { tbody: true } }, [
226
+ return (h(Host, { key: '6d4bea755b962e2f5b9f37129d0b03fd7f997e93', slot: `${this.tableId}-body` }, h("tbody", { key: '11543f7ea385458bcb57ae4e62bfd258bacb9e01', class: { tbody: true } }, [
222
227
  this.topSpacerHeight > 0 && (h("tr", { key: "spacer-top", class: "tbody__spacer", style: { height: `${this.topSpacerHeight}px`, display: 'block' } })),
223
- h("slot", { key: '1bd8ca3179ad36584813c14e1df1c1c175fcf77b' }),
228
+ h("slot", { key: '515aa270f49dfd20f78de1d11c3c5b914cfda792' }),
224
229
  this.bottomSpacerHeight > 0 && (h("tr", { key: "spacer-bottom", class: "tbody__spacer", style: { height: `${this.bottomSpacerHeight}px`, display: 'block' } })),
225
230
  ])));
226
231
  }
@@ -478,16 +483,16 @@ const SdThead = class {
478
483
  '--table-border-color': TABLE_BORDER.color,
479
484
  '--table-border-width': `${TABLE_BORDER.width}px`,
480
485
  };
481
- return (h(Host, { key: '89bb8a5873c480544cc6a298ca9738577469ae43', slot: `${this.tableId}-head`, style: headStyle }, h("thead", { key: '390aad02b5e42bc39c9eb72091b1bcb54eae8098', class: {
486
+ return (h(Host, { key: 'ec85c86aa6d93e5a2405262809bf790fbb12ee79', slot: `${this.tableId}-head`, style: headStyle }, h("thead", { key: '8afbdf4d81ebb649e262baa6da8ce3a1eca31e15', class: {
482
487
  'thead': true,
483
488
  'thead--sticky': this._stickyHeader,
484
- } }, h("tr", { key: 'a5889ed5b9fe810590f1c1d869aa6b72dabe195b', class: "tr" }, this._selectable && (h("th", { key: '8cf6b81cd5b02cf08597b1b4f8d1b858f10d9403', class: {
489
+ } }, h("tr", { key: '9643f19e95aa00f5bb5d6462ecb0da4ca95c3dcc', class: "tr" }, this._selectable && (h("th", { key: '6d87ceb557e61454eaf0acf492234788bfd99235', class: {
485
490
  'th': true,
486
491
  'th--selected': true,
487
492
  'sticky-left': true,
488
493
  'sticky-left-edge': stickyLeftCount === 0,
489
494
  'is-scrolled-left': stickyLeftCount === 0 && this._scrolledLeft,
490
- }, style: { '--sticky-left-offset': '0px' } }, h("sd-checkbox", { key: '94b92d786fde6d5382e7955f97e54915597c04ad', value: this.getIsAllChecked(), disabled: safeRows.length === 0, onSdUpdate: (e) => this.handleSelectAll(e.detail) }), h("div", { key: 'fefd1a1de41b524e0525e60684bec2fb85ac9db6', class: "th__bar" }))), stickyLeftCols.map((col, idx) => (h("th", { key: col.name, class: {
495
+ }, style: { '--sticky-left-offset': '0px' } }, h("sd-checkbox", { key: 'c2dc4e112510bb9ab13109fd966cd0485588835a', value: this.getIsAllChecked(), disabled: safeRows.length === 0, onSdUpdate: (e) => this.handleSelectAll(e.detail) }), h("div", { key: '478a665c0d06efc829e4f2818be4be1b43e44708', class: "th__bar" }))), stickyLeftCols.map((col, idx) => (h("th", { key: col.name, class: {
491
496
  'th': true,
492
497
  [`${col.thClass}`]: Boolean(col.thClass),
493
498
  'sticky-left': true,
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, c as createEvent, a as getElement, h, F as Fragment } from './index-BZ5lcC25.js';
2
- import { T as TooltipArrow } from './tooltipArrow-ByHjyr3Z.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h, F as Fragment } from './index-BZg-6aSz.js';
2
+ import { T as TooltipArrow } from './tooltipArrow-BAi-pktU.js';
3
3
 
4
4
  const popover = {
5
5
  "default": {
@@ -1,4 +1,5 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BZ5lcC25.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-BZg-6aSz.js';
2
+ import { o as overlayTokens } from './component.overlay-De0OtxK5.js';
2
3
  import { s as systemTokens } from './system-BJfiMC9H.js';
3
4
 
4
5
  const popup$1 = {
@@ -15,14 +16,7 @@ const popup$1 = {
15
16
  fontFamily: "Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif",
16
17
  fontWeight: "700",
17
18
  fontSize: "18",
18
- lineHeight: "30"}
19
- },
20
- footer: {
21
- bg: "#FFFFFF",
22
- paddingX: "20",
23
- paddingY: "8",
24
- gap: "16"
25
- },
19
+ lineHeight: "30"}},
26
20
  bg: "#EEEEEE"
27
21
  };
28
22
  var popupTokens = {
@@ -30,6 +24,7 @@ var popupTokens = {
30
24
  };
31
25
 
32
26
  const { popup } = popupTokens;
27
+ const { overlay } = overlayTokens;
33
28
  const shadowSpreadMd = systemTokens.shadow.spread.md;
34
29
  const POPUP_LAYOUT = {
35
30
  bodyBg: popup.bg,
@@ -52,10 +47,10 @@ const POPUP_HEADER = {
52
47
  paddingY: 10,
53
48
  };
54
49
  const POPUP_FOOTER = {
55
- bg: popup.footer.bg,
56
- paddingX: Number(popup.footer.paddingX),
57
- paddingY: Number(popup.footer.paddingY),
58
- gap: Number(popup.footer.gap),
50
+ bg: overlay.footer.bg.default,
51
+ paddingX: Number(overlay.footer.paddingX),
52
+ paddingY: Number(overlay.footer.paddingY),
53
+ gap: Number(overlay.footer.gap),
59
54
  height: 52,
60
55
  slotHeight: 36,
61
56
  shadow: `${shadowSpreadMd.x}px ${shadowSpreadMd.y}px ${shadowSpreadMd.blur}px ${shadowSpreadMd.spread}px ${shadowSpreadMd.color}`,
@@ -107,7 +102,7 @@ const SdPopup = class {
107
102
  ...DEFAULT_SUBMIT_BUTTON_PROPS,
108
103
  ...this.submitButtonProps,
109
104
  };
110
- return (h("div", { key: '5593e53ba5d8c098c3a3fea4a4ca20769457e322', class: `sd-popup sd-popup--${this.type}`, style: cssVars }, h("header", { key: 'e940d310e28c6b5ec34cc46b1a0aa3c8d7c37aed', class: "sd-popup__header" }, h("h2", { key: '367b21377987bb85ff453d05f314ac2cd76ac6be', class: "sd-popup__title" }, this.popupTitle)), h("div", { key: '58c31c4d783cf957a6e84bc17f63a2ccb188c1e0', class: "sd-popup__body" }, h("slot", { key: '712ccc5b1e2e3ba24757e8a0d258b8af40a1dcc8' })), this.useFooter && (h("footer", { key: 'ff34ebe19afaceb1594726296245ec2a12ce2eec', class: "sd-popup__footer" }, h("div", { key: 'cfefab877abd29701e17ed7381ace27db0198ab6', class: "sd-popup__footer-slot sd-popup__footer-slot--left" }, h("slot", { key: '2947626fed14fba3778ddede7e1c8a868b7aba4a', name: "footer-left" })), h("sd-button", { key: 'ed0b0d43812d5d2ca28993b0f8ff2363684a9016', ...submitButtonProps, class: "sd-popup__submit", onSdClick: () => this.submit.emit() })))));
105
+ return (h("div", { key: 'cc0381250b37b498e93fd7f8d932ad95ff802bcc', class: `sd-popup sd-popup--${this.type}`, style: cssVars }, h("header", { key: '07b4378a9c8d292f73e0a6307ec2b6335087cc9f', class: "sd-popup__header" }, h("h2", { key: 'a17318a803d2d825e0a85f43ff436944424bb213', class: "sd-popup__title" }, this.popupTitle)), h("div", { key: 'f2147c40fbd425565f6e61e62e2da2d97eacb27a', class: "sd-popup__body" }, h("slot", { key: '5600679290a775e53e838fd5ea2d9cfc1008130f' })), this.useFooter && (h("footer", { key: '2bfa07724438b8afa03a0654359ab760498ef7dc', class: "sd-popup__footer" }, h("div", { key: 'd70c88b18b23bd8d1b3f6d4899d65b25e378b9aa', class: "sd-popup__footer-slot sd-popup__footer-slot--left" }, h("slot", { key: '42d7108b390bf460398dcbc128a837784ba5c544', name: "footer-left" })), h("sd-button", { key: '0525a19c52caef0dcaf0eb2783391132d53d18db', ...submitButtonProps, class: "sd-popup__submit", onSdClick: () => this.submit.emit() })))));
111
106
  }
112
107
  };
113
108
  SdPopup.style = sdPopupCss();
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BZ5lcC25.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-BZg-6aSz.js';
2
2
 
3
3
  const radioButton = {
4
4
  xs: {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BZ5lcC25.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-BZg-6aSz.js';
2
2
 
3
3
  const radio = {
4
4
  size: "16",
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-BZ5lcC25.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-BZg-6aSz.js';
2
2
  import { g as LIST_ITEM_LAYOUT, i as isHtmlLabel, h as LIST_ITEM_TYPOGRAPHY, j as LIST_ITEM_COLORS, k as SEARCH_DEBOUNCE_MS } from './sd-select.config-D6ktrl7E.js';
3
3
  import { s as sanitizeInlineHtml } from './sanitize-inline-html-BE4tnQ2Z.js';
4
4
  import './component.listItem-U8VaRj9c.js';
@@ -86,7 +86,7 @@ const SdSelectListItem = class {
86
86
  return (
87
87
  // 키보드 네비게이션은 부모 listbox 의 ArrowUp/Down + Enter 가 담당. 항목 자체는 role=option, tabindex=-1 으로 표시.
88
88
  // eslint-disable-next-line jsx-a11y/click-events-have-key-events
89
- h("div", { key: 'ffd420e1d1a6ff395ed3fff94cbaba66f71644ac', role: "option", tabindex: -1, "aria-selected": this.isSelected === true ? 'true' : 'false', class: {
89
+ h("div", { key: 'dd2c4cbd210ed70c00a954a9c6da6923ea76c91e', role: "option", tabindex: -1, "aria-selected": this.isSelected === true ? 'true' : 'false', class: {
90
90
  'sd-select-list-item': true,
91
91
  'sd-select-list-item--group': isGroup,
92
92
  'sd-select-list-item--depth1-group': isDepth1Group,
@@ -96,7 +96,7 @@ const SdSelectListItem = class {
96
96
  'sd-select-list-item--focused': this.isFocused,
97
97
  'sd-select-list-item--selectable': this.isSelectable && !this.option.disabled,
98
98
  'sd-select-list-item--disabled': !!this.option.disabled,
99
- }, style: cssVars, onClick: this.handleClick }, this.useCheckbox && (h("sd-checkbox", { key: '4bc492e2021f255cb87344bd0498023b50d89c8a', value: this.isSelected === null ? null : !!this.isSelected, disabled: this.option.disabled, inverse: this.isFocused && this.isSelected !== false, class: "sd-select-list-item__checkbox", onClick: this.handleCheckboxClick, onSdUpdate: this.handleCheckboxUpdate })), isHtmlLabel(this.option.label) ? (h("span", { class: "sd-select-list-item__label", ref: el => el && (el.innerHTML = sanitizeInlineHtml(this.option.label)) })) : (h("span", { class: "sd-select-list-item__label" }, this.option.label)), this.countInfo && (h("span", { key: '34a7671fa3f6ec1bff7c302f02bb4bfd7a113ce5', class: "sd-select-list-item__count" }, "(", this.countInfo.selected, "/", this.countInfo.total, ")"))));
99
+ }, style: cssVars, onClick: this.handleClick }, this.useCheckbox && (h("sd-checkbox", { key: '18fb5ec3ccd00aa34c974975324bb214aa4d38f8', value: this.isSelected === null ? null : !!this.isSelected, disabled: this.option.disabled, inverse: this.isFocused && this.isSelected !== false, class: "sd-select-list-item__checkbox", onClick: this.handleCheckboxClick, onSdUpdate: this.handleCheckboxUpdate })), isHtmlLabel(this.option.label) ? (h("span", { class: "sd-select-list-item__label", ref: el => el && (el.innerHTML = sanitizeInlineHtml(this.option.label)) })) : (h("span", { class: "sd-select-list-item__label" }, this.option.label)), this.countInfo && (h("span", { key: '70ee48fdece9e38db3bf9450a5d82ad6db4ec985', class: "sd-select-list-item__count" }, "(", this.countInfo.selected, "/", this.countInfo.total, ")"))));
100
100
  }
101
101
  };
102
102
  SdSelectListItem.style = sdSelectListItemCss();
@@ -153,15 +153,15 @@ const SdSelectListItemSearch = class {
153
153
  clearTimeout(this.debounceTimer);
154
154
  }
155
155
  render() {
156
- return (h("div", { key: 'e18205c606d8a47de3cd98be6ddad0c9a1ed4f5a', class: {
156
+ return (h("div", { key: '951bb1f2507918c057bb88bd8254a8b4bc4b6018', class: {
157
157
  'sd-select-list-item-search': true,
158
158
  'sd-select-list-item-search--scrolled': this.isScrolled,
159
- } }, h("div", { key: '220a830db70628b4a240d19791db5090c6112cbf', class: "sd-select-list-item-search__inner" }, h("sd-icon", { key: 'f7680be3c49045f318887a2cd955e84ee4ea6646', name: "search", size: 16, color: "grey_70", class: "sd-select-list-item-search__icon" }), h("input", { key: '94face3b593e33db6230ede587de77e5cb158774', ref: el => {
159
+ } }, h("div", { key: '32164db917f4ccadb301c00e77d8296d0ef59e7d', class: "sd-select-list-item-search__inner" }, h("sd-icon", { key: '9493497b5b8b7274c31bac9e865a1949c0cd4493', name: "search", size: 16, color: "grey_70", class: "sd-select-list-item-search__icon" }), h("input", { key: '3917e46b5e6ad55ab7481655fe31d7a3b29632f6', ref: el => {
160
160
  this.inputEl = el;
161
- }, type: "text", class: "sd-select-list-item-search__input", placeholder: "\uAC80\uC0C9\uC5B4 \uC785\uB825", value: this.searchText, onInput: this.handleInput, onFocus: () => this.searchFocus.emit() }), h("button", { key: '38f9de8c7ebf98aea2ef03ce9ddbb03cb9f29f81', type: "button", class: {
161
+ }, type: "text", class: "sd-select-list-item-search__input", placeholder: "\uAC80\uC0C9\uC5B4 \uC785\uB825", value: this.searchText, onInput: this.handleInput, onFocus: () => this.searchFocus.emit() }), h("button", { key: '93c11a138545e9480aae3dd0ed961fe613fc1b14', type: "button", class: {
162
162
  'sd-select-list-item-search__clear': true,
163
163
  'sd-select-list-item-search__clear--hidden': this.searchText === '',
164
- }, onClick: this.handleClear, tabindex: this.searchText !== '' ? 0 : -1, "aria-hidden": this.searchText !== '' ? 'false' : 'true' }, h("sd-icon", { key: 'fe32e9e44afbaa0f7ad07db665022839facbaf83', name: "close", size: 12, color: "#888888" })))));
164
+ }, onClick: this.handleClear, tabindex: this.searchText !== '' ? 0 : -1, "aria-hidden": this.searchText !== '' ? 'false' : 'true' }, h("sd-icon", { key: 'dead91d16ab3af88a4a94ee061b9ca1c1336f2f7', name: "close", size: 12, color: "#888888" })))));
165
165
  }
166
166
  };
167
167
  SdSelectListItemSearch.style = sdSelectListItemSearchCss();
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, a as getElement, h } from './index-BZ5lcC25.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h } from './index-BZg-6aSz.js';
2
2
  import { n as nanoid } from './index-CCwNgVmC.js';
3
3
  import { c as countLeaves, S as SEARCH_THRESHOLD, f as filterTree, i as isHtmlLabel, e as extractText, E as EMPTY_MESSAGE, L as LIST_BOX_LAYOUT, a as SELECT_COLORS, b as SELECT_TYPOGRAPHY, d as SELECT_LAYOUT } from './sd-select.config-D6ktrl7E.js';
4
4
  import { s as sanitizeInlineHtml } from './sanitize-inline-html-BE4tnQ2Z.js';
@@ -294,15 +294,15 @@ const SdSelect = class {
294
294
  this.closeDropdown();
295
295
  },
296
296
  };
297
- return (h("sd-field", { key: '0864fe68a337d4bab526fa61570e856c8eff6d1c', name: this.name, label: this.label, labelWidth: this.labelWidth, addonLabel: this.addonLabel, addonAlign: this.addonAlign, hint: this.hint, errorMessage: this.errorMessage, width: this.width, rules: this.rules, error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, onMouseEnter: () => {
297
+ return (h("sd-field", { key: '426e5777a976da591726108e8a19c27822151c34', name: this.name, label: this.label, labelWidth: this.labelWidth, addonLabel: this.addonLabel, addonAlign: this.addonAlign, hint: this.hint, errorMessage: this.errorMessage, width: this.width, rules: this.rules, error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, onMouseEnter: () => {
298
298
  this.hovered = true;
299
299
  }, onMouseLeave: () => {
300
300
  this.hovered = false;
301
- } }, h("div", { key: '781819ed75f47395e96fd6808766e6bb8c246fa5', class: "sd-select", ref: el => {
301
+ } }, h("div", { key: '2e47d100a63bd6445f452701409cf05efabb30e0', class: "sd-select", ref: el => {
302
302
  this.triggerRef = el;
303
- } }, h("sd-select-trigger", { key: '8cebad98f0cd4b333954a55857aec3fbb6f3d283', ref: el => {
303
+ } }, h("sd-select-trigger", { key: '65763371f56bae558f927189931b567e5ca73df6', ref: el => {
304
304
  this.triggerComponentRef = el;
305
- }, displayText: this.displayText, placeholder: this.placeholder ?? '선택', disabled: this.disabled, isOpen: this.isOpen, onSdTriggerClick: this.handleTriggerClick, onSdTriggerFocus: this.handleTriggerFocus, onSdTriggerBlur: this.handleTriggerBlur })), (this.isOpen || this.isAnimatingOut) && (h("sd-portal", { key: 'fe68f0b01256e1c1d3200f9f5fd17c2adf97f0e0', ...portalProps }, h("sd-select-listbox", { key: '98368524ef06a6d752f2313756a89ae6e8c05955', type: this.type, options: this.options, value: this.value, emitValue: this.emitValue, useSearch: this.useSearch, useSelectAll: this.useSelectAll, triggerWidth: this.dropdownWidth || this.triggerWidth, maxWidth: this.resolvedMaxDropdownWidth, maxHeight: this.resolvedDropdownHeight, onSdOptionSelect: event => this.handleOptionSelect(event.detail) })))));
305
+ }, displayText: this.displayText, placeholder: this.placeholder ?? '선택', disabled: this.disabled, isOpen: this.isOpen, onSdTriggerClick: this.handleTriggerClick, onSdTriggerFocus: this.handleTriggerFocus, onSdTriggerBlur: this.handleTriggerBlur })), (this.isOpen || this.isAnimatingOut) && (h("sd-portal", { key: '98518c875649c8e38c15565d9bfccf9c0b0eeb9a', ...portalProps }, h("sd-select-listbox", { key: 'be8e2c814bd30a57ee20b0a0b378f3809ffef26a', type: this.type, options: this.options, value: this.value, emitValue: this.emitValue, useSearch: this.useSearch, useSelectAll: this.useSelectAll, triggerWidth: this.dropdownWidth || this.triggerWidth, maxWidth: this.resolvedMaxDropdownWidth, maxHeight: this.resolvedDropdownHeight, onSdOptionSelect: event => this.handleOptionSelect(event.detail) })))));
306
306
  }
307
307
  static get watchers() { return {
308
308
  "isOpen": [{
@@ -312,7 +312,7 @@ const SdSelect = class {
312
312
  };
313
313
  SdSelect.style = sdSelectCss();
314
314
 
315
- const sdSelectListboxCss = () => `:host{display:block}:host .sd-select-listbox{display:flex;flex-direction:column;width:var(--listbox-trigger-width);max-width:var(--listbox-max-width);max-height:var(--listbox-max-height);border-radius:var(--listbox-radius);background:white;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.1);overflow:hidden;outline:none}:host .sd-select-listbox__list{flex:1;min-height:0;overflow-y:auto;padding-bottom:0}:host .sd-select-listbox__empty{padding:12px;text-align:center;font-size:12px;line-height:20px;color:#888888}`;
315
+ const sdSelectListboxCss = () => `:host{display:block}:host .sd-select-listbox{display:flex;flex-direction:column;width:var(--listbox-trigger-width);max-width:var(--listbox-max-width);max-height:var(--listbox-max-height);border-radius:var(--listbox-radius);background:white;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.1);overflow:hidden;outline:none}:host .sd-select-listbox__list{flex:1;min-height:0;overflow-y:auto;padding-bottom:0}:host .sd-select-listbox__list::-webkit-scrollbar{opacity:0;width:8px;background:#E5E5E5}:host .sd-select-listbox__list::-webkit-scrollbar:horizontal{height:8px}:host .sd-select-listbox__list::-webkit-scrollbar-thumb{height:80px;background-color:#CCCCCC;border-radius:4px}:host .sd-select-listbox__list::-webkit-scrollbar-track{background-color:#E5E5E5}:host .sd-select-listbox__empty{padding:12px;text-align:center;font-size:12px;line-height:20px;color:#888888}`;
316
316
 
317
317
  const SdSelectListbox = class {
318
318
  constructor(hostRef) {
@@ -679,9 +679,9 @@ const SdSelectListbox = class {
679
679
  '--listbox-max-height': this.maxHeight ?? '260px',
680
680
  '--listbox-radius': `${LIST_BOX_LAYOUT.radius}px`,
681
681
  };
682
- return (h("div", { key: 'bb8c7f22a164d29e30d2f9da7740883daef4fc27', class: "sd-select-listbox", style: cssVars }, this.showSearch && (h("sd-select-list-item-search", { key: 'ac1b06b12ec20d2b9d57ca3b4074b3752b5da5e1', isScrolled: this.isScrolled, onSdSearchFilter: this.handleSearchFilter })), h("div", { key: '2c7735e7098090762f573d63c2673d6face702c1', class: "sd-select-listbox__list", onScroll: this.handleScroll, ref: el => {
682
+ return (h("div", { key: '0e322ab6384a37b9ea83883e8012799f157ec833', class: "sd-select-listbox", style: cssVars }, this.showSearch && (h("sd-select-list-item-search", { key: '12d35a6ab654d4ce0cf504c0d1b1b6e4cc7eac78', isScrolled: this.isScrolled, onSdSearchFilter: this.handleSearchFilter })), h("div", { key: 'ba99682e9c486fe0efa02a888166a06a600c189e', class: "sd-select-listbox__list", onScroll: this.handleScroll, ref: el => {
683
683
  this.listEl = el;
684
- } }, this.showSelectAll && (h("sd-select-list-item", { key: '5377511fd55f0d34056ad64707265dd2cc86afc4', option: SdSelectListbox.SELECT_ALL_OPTION, depth: 1, isSelected: this.selectAllState, isFocused: this.isOptionFocused(SdSelectListbox.SELECT_ALL_OPTION), useCheckbox: true, onSdListItemClick: this.handleSelectAllClick, onMouseEnter: () => this.handleOptionHover(SdSelectListbox.SELECT_ALL_OPTION) })), this.isEmpty ? (h("div", { class: "sd-select-listbox__empty" }, EMPTY_MESSAGE)) : this.isDepth ? (this.renderOptions(this.filteredOptions)) : (this.filteredOptions.map(option => (h("sd-select-list-item", { option: option, depth: 1, isSelected: this.isOptionSelected(option), isFocused: this.isOptionFocused(option), useCheckbox: this.isMulti, onSdListItemClick: this.handleOptionClick, onMouseEnter: () => this.handleOptionHover(option) })))))));
684
+ } }, this.showSelectAll && (h("sd-select-list-item", { key: '8f66c32cc3f8287d04ad7081e71903ccb4467b4f', option: SdSelectListbox.SELECT_ALL_OPTION, depth: 1, isSelected: this.selectAllState, isFocused: this.isOptionFocused(SdSelectListbox.SELECT_ALL_OPTION), useCheckbox: true, onSdListItemClick: this.handleSelectAllClick, onMouseEnter: () => this.handleOptionHover(SdSelectListbox.SELECT_ALL_OPTION) })), this.isEmpty ? (h("div", { class: "sd-select-listbox__empty" }, EMPTY_MESSAGE)) : this.isDepth ? (this.renderOptions(this.filteredOptions)) : (this.filteredOptions.map(option => (h("sd-select-list-item", { option: option, depth: 1, isSelected: this.isOptionSelected(option), isFocused: this.isOptionFocused(option), useCheckbox: this.isMulti, onSdListItemClick: this.handleOptionClick, onMouseEnter: () => this.handleOptionHover(option) })))))));
685
685
  }
686
686
  static get watchers() { return {
687
687
  "searchKeyword": [{
@@ -749,7 +749,7 @@ const SdSelectTrigger = class {
749
749
  ? SELECT_COLORS.icon.disabled
750
750
  : SELECT_COLORS.icon.default,
751
751
  };
752
- return (h("div", { key: 'b2f140907d6e4454a3adfb9d3dd9babd9058c178', ref: el => {
752
+ return (h("div", { key: 'a261a38ab844572d693bdb736e8c6c5df8b2b0c6', ref: el => {
753
753
  this.triggerEl = el;
754
754
  }, role: "button", "aria-haspopup": "listbox", "aria-expanded": this.isOpen ? 'true' : 'false', tabindex: this.disabled ? -1 : 0, class: {
755
755
  'sd-select-trigger': true,
@@ -760,7 +760,7 @@ const SdSelectTrigger = class {
760
760
  e.preventDefault();
761
761
  this.handleClick();
762
762
  }
763
- }, onFocus: this.handleFocus, onBlur: this.handleBlur }, h("div", { key: '6803bc50c5f62dce1b1e9d874559f8ca5fca7b75', class: "sd-select-trigger__content" }, hasValue && isHtmlLabel(this.displayText) ? (h("span", { class: "sd-select-trigger__text", ref: el => el && (el.innerHTML = sanitizeInlineHtml(this.displayText)) })) : (h("span", { class: "sd-select-trigger__text" }, hasValue ? this.displayText : (this.placeholder ?? '선택'))), h("sd-icon", { key: '397264b3179fb6699c1ee5454f76ac9d0779488c', name: "chevronDown", size: 12, color: "var(--trigger-icon-color)", class: {
763
+ }, onFocus: this.handleFocus, onBlur: this.handleBlur }, h("div", { key: 'c8255f624c101fa984d7dc081231f0ce957f8707', class: "sd-select-trigger__content" }, hasValue && isHtmlLabel(this.displayText) ? (h("span", { class: "sd-select-trigger__text", ref: el => el && (el.innerHTML = sanitizeInlineHtml(this.displayText)) })) : (h("span", { class: "sd-select-trigger__text" }, hasValue ? this.displayText : (this.placeholder ?? '선택'))), h("sd-icon", { key: 'bf2145a098a31eba8a5210eb265fb252b84c9e0b', name: "chevronDown", size: 12, color: "var(--trigger-icon-color)", class: {
764
764
  'sd-select-trigger__icon': true,
765
765
  'sd-select-trigger__icon--open': this.isOpen,
766
766
  } }))));