@sellmate/design-system 1.0.61 → 1.0.63

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 (511) hide show
  1. package/dist/cjs/{component.modal-DmQUWbve.js → component.modal-BFelrSMx.js} +14 -0
  2. package/dist/cjs/constants-DJRV1upE.js +5 -0
  3. package/dist/cjs/design-system.cjs.js +3 -4
  4. package/dist/cjs/{index-BQt-JC6r.js → index-nsQP24mV.js} +130 -9
  5. package/dist/cjs/index.cjs.js +103 -32
  6. package/dist/cjs/loader.cjs.js +3 -4
  7. package/dist/cjs/sd-action-modal.cjs.entry.js +3 -3
  8. package/dist/cjs/sd-badge.cjs.entry.js +2 -2
  9. package/dist/cjs/sd-barcode-input.cjs.entry.js +3 -3
  10. package/dist/cjs/sd-button-v2_2.cjs.entry.js +9 -8
  11. package/dist/cjs/sd-button_4.cjs.entry.js +56 -18
  12. package/dist/cjs/sd-calendar.cjs.entry.js +1 -1
  13. package/dist/cjs/sd-card.cjs.entry.js +2 -2
  14. package/dist/cjs/sd-checkbox.cjs.entry.js +30 -5
  15. package/dist/cjs/sd-circle-progress.cjs.entry.js +71 -0
  16. package/dist/cjs/sd-confirm-modal_2.cjs.entry.js +186 -0
  17. package/dist/cjs/sd-date-box.cjs.entry.js +1 -1
  18. package/dist/cjs/sd-date-picker-calendar.cjs.entry.js +3 -3
  19. package/dist/cjs/sd-date-picker-trigger.cjs.entry.js +4 -4
  20. package/dist/cjs/sd-date-picker.cjs.entry.js +4 -4
  21. package/dist/cjs/{sd-date-picker.config-DWC_aiD2.js → sd-date-picker.config-D8xSALVj.js} +3 -3
  22. package/dist/cjs/sd-date-range-picker-calendar.cjs.entry.js +3 -3
  23. package/dist/cjs/sd-date-range-picker.cjs.entry.js +4 -4
  24. package/dist/cjs/sd-dropdown-button.cjs.entry.js +10 -5
  25. package/dist/cjs/sd-file-picker.cjs.entry.js +1 -1
  26. package/dist/cjs/sd-form.cjs.entry.js +1 -1
  27. package/dist/cjs/sd-ghost-button.cjs.entry.js +15 -6
  28. package/dist/cjs/sd-guide.cjs.entry.js +2 -2
  29. package/dist/cjs/sd-input_2.cjs.entry.js +7 -7
  30. package/dist/cjs/sd-loading-container.cjs.entry.js +29 -0
  31. package/dist/cjs/sd-modal-container.cjs.entry.js +45 -2
  32. package/dist/cjs/sd-number-input.cjs.entry.js +5 -10
  33. package/dist/cjs/{sd-select-v2.cjs.entry.js → sd-pagination_2.cjs.entry.js} +90 -4
  34. package/dist/cjs/sd-popover.cjs.entry.js +4 -4
  35. package/dist/cjs/sd-portal.cjs.entry.js +2 -2
  36. package/dist/cjs/sd-progress.cjs.entry.js +3 -3
  37. package/dist/cjs/sd-radio-button.cjs.entry.js +182 -0
  38. package/dist/cjs/sd-radio-group.cjs.entry.js +1 -1
  39. package/dist/cjs/sd-radio.cjs.entry.js +6 -6
  40. package/dist/cjs/sd-select-dropdown_2.cjs.entry.js +4 -4
  41. package/dist/cjs/sd-select-group.cjs.entry.js +3 -3
  42. package/dist/cjs/sd-select-multiple-group.cjs.entry.js +2 -2
  43. package/dist/cjs/sd-select-multiple.cjs.entry.js +3 -3
  44. package/dist/cjs/sd-select-option-group.cjs.entry.js +4 -4
  45. package/dist/cjs/sd-select-v2-list-item_4.cjs.entry.js +661 -0
  46. package/dist/cjs/sd-select.cjs.entry.js +179 -0
  47. package/dist/cjs/sd-switch.cjs.entry.js +110 -0
  48. package/dist/cjs/sd-table.cjs.entry.js +424 -651
  49. package/dist/cjs/sd-tabs.cjs.entry.js +3 -3
  50. package/dist/cjs/sd-tag.cjs.entry.js +6 -5
  51. package/dist/cjs/sd-tbody.cjs.entry.js +66 -0
  52. package/dist/cjs/sd-td.cjs.entry.js +58 -0
  53. package/dist/cjs/sd-text-link.cjs.entry.js +10 -12
  54. package/dist/cjs/sd-textarea.cjs.entry.js +2 -2
  55. package/dist/cjs/sd-thead.cjs.entry.js +179 -0
  56. package/dist/cjs/sd-toast-container.cjs.entry.js +2 -2
  57. package/dist/cjs/sd-toast.cjs.entry.js +3 -3
  58. package/dist/cjs/sd-toggle.cjs.entry.js +96 -13
  59. package/dist/cjs/sd-tr.cjs.entry.js +171 -0
  60. package/dist/cjs/table-test.cjs.entry.js +96 -0
  61. package/dist/cjs/{tooltipArrow-CRCpqOYA.js → tooltipArrow-DhevfDPX.js} +1 -1
  62. package/dist/collection/__mocks__/nanoid-non-secure.js +13 -0
  63. package/dist/collection/__mocks__/nanoid.js +1 -0
  64. package/dist/collection/collection-manifest.json +11 -4
  65. package/dist/collection/components/sd-action-modal/sd-action-modal.js +1 -1
  66. package/dist/collection/components/sd-badge/sd-badge.js +1 -1
  67. package/dist/collection/components/sd-barcode-input/sd-barcode-input.css +3 -0
  68. package/dist/collection/components/sd-barcode-input/sd-barcode-input.js +1 -1
  69. package/dist/collection/components/sd-button/sd-button.css +37 -37
  70. package/dist/collection/components/sd-button-v2/sd-button-v2.css +44 -44
  71. package/dist/collection/components/sd-button-v2/sd-button-v2.js +31 -6
  72. package/dist/collection/components/sd-card/sd-card.js +1 -1
  73. package/dist/collection/components/sd-checkbox/sd-checkbox.config.js +3 -0
  74. package/dist/collection/components/sd-checkbox/sd-checkbox.css +15 -0
  75. package/dist/collection/components/sd-checkbox/sd-checkbox.js +36 -2
  76. package/dist/collection/components/sd-circle-progress/sd-circle-progress.config.js +24 -0
  77. package/dist/collection/components/sd-circle-progress/sd-circle-progress.css +53 -0
  78. package/dist/collection/components/sd-circle-progress/sd-circle-progress.js +109 -0
  79. package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.css +2 -2
  80. package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.js +2 -2
  81. package/dist/collection/components/sd-date-picker/sd-date-picker-calendar/sd-date-picker-calendar.js +1 -1
  82. package/dist/collection/components/sd-date-picker/sd-date-picker-trigger/sd-date-picker-trigger.js +2 -2
  83. package/dist/collection/components/sd-date-picker/sd-date-picker.config.js +1 -1
  84. package/dist/collection/components/sd-date-picker/sd-date-picker.js +5 -5
  85. package/dist/collection/components/sd-date-range-picker/sd-date-range-picker-calendar/sd-date-range-picker-calendar.js +1 -1
  86. package/dist/collection/components/sd-date-range-picker/sd-date-range-picker.js +5 -5
  87. package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.config.js +5 -0
  88. package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.css +46 -36
  89. package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.js +4 -4
  90. package/dist/collection/components/sd-field/sd-field.config.js +21 -0
  91. package/dist/collection/components/sd-field/sd-field.css +19 -16
  92. package/dist/collection/components/sd-field/sd-field.js +46 -11
  93. package/dist/collection/components/sd-file-picker/sd-file-picker.js +5 -5
  94. package/dist/collection/components/sd-ghost-button/sd-ghost-button.config.js +7 -1
  95. package/dist/collection/components/sd-ghost-button/sd-ghost-button.js +3 -3
  96. package/dist/collection/components/sd-guide/sd-guide.css +37 -37
  97. package/dist/collection/components/sd-input/sd-input.css +3 -0
  98. package/dist/collection/components/sd-input/sd-input.js +2 -2
  99. package/dist/collection/components/sd-loading-container/sd-loading-container.config.js +1 -0
  100. package/dist/collection/components/sd-loading-container/sd-loading-container.css +40 -0
  101. package/dist/collection/components/sd-loading-container/sd-loading-container.js +83 -0
  102. package/dist/collection/components/sd-loading-modal/sd-loading-modal.config.js +31 -0
  103. package/dist/collection/components/sd-loading-modal/sd-loading-modal.css +37 -0
  104. package/dist/collection/components/sd-loading-modal/sd-loading-modal.js +184 -0
  105. package/dist/collection/components/sd-modal-container/sd-modal-container.js +89 -3
  106. package/dist/collection/components/sd-number-input/sd-number-input.config.js +0 -2
  107. package/dist/collection/components/sd-number-input/sd-number-input.css +0 -1
  108. package/dist/collection/components/sd-number-input/sd-number-input.js +3 -4
  109. package/dist/collection/components/sd-pagination/sd-pagination.js +3 -3
  110. package/dist/collection/components/sd-popover/sd-popover.js +2 -2
  111. package/dist/collection/components/sd-portal/sd-portal.js +1 -1
  112. package/dist/collection/components/sd-progress/sd-progress.js +2 -2
  113. package/dist/collection/components/sd-radio/sd-radio.config.js +1 -1
  114. package/dist/collection/components/sd-radio-button/sd-radio-button.config.js +45 -0
  115. package/dist/collection/components/sd-radio-button/sd-radio-button.css +71 -0
  116. package/dist/collection/components/{sd-radio-button-group/sd-radio-button-group.js → sd-radio-button/sd-radio-button.js} +49 -18
  117. package/dist/collection/components/sd-select/sd-select-dropdown/sd-select-dropdown.js +2 -2
  118. package/dist/collection/components/sd-select/sd-select-option/sd-select-option.js +1 -1
  119. package/dist/collection/components/sd-select/sd-select-search-input/sd-select-search-input.js +3 -3
  120. package/dist/collection/components/sd-select/sd-select.css +4 -0
  121. package/dist/collection/components/sd-select-group/sd-select-group.css +4 -0
  122. package/dist/collection/components/sd-select-group/sd-select-group.js +1 -1
  123. package/dist/collection/components/sd-select-multiple/sd-select-multiple.css +4 -0
  124. package/dist/collection/components/sd-select-multiple/sd-select-multiple.js +1 -1
  125. package/dist/collection/components/sd-select-multiple-group/sd-select-multiple-group.css +4 -0
  126. package/dist/collection/components/sd-select-multiple-group/sd-select-option-group/sd-select-option-group.js +3 -3
  127. package/dist/collection/components/sd-select-v2/sd-select-v2-list-item/sd-select-v2-list-item.js +2 -2
  128. package/dist/collection/components/sd-select-v2/sd-select-v2-list-item-search/sd-select-v2-list-item-search.css +4 -0
  129. package/dist/collection/components/sd-select-v2/sd-select-v2-list-item-search/sd-select-v2-list-item-search.js +6 -3
  130. package/dist/collection/components/sd-select-v2/sd-select-v2-listbox/sd-select-v2-listbox.css +2 -3
  131. package/dist/collection/components/sd-select-v2/sd-select-v2-listbox/sd-select-v2-listbox.js +2 -1
  132. package/dist/collection/components/sd-select-v2/sd-select-v2-trigger/sd-select-v2-trigger.js +2 -2
  133. package/dist/collection/components/sd-select-v2/sd-select-v2.config.js +1 -0
  134. package/dist/collection/components/sd-select-v2/sd-select-v2.js +3 -3
  135. package/dist/collection/components/sd-switch/sd-switch.config.js +23 -0
  136. package/dist/collection/components/sd-switch/sd-switch.css +54 -0
  137. package/dist/collection/components/{sd-toggle-button/sd-toggle-button.js → sd-switch/sd-switch.js} +30 -27
  138. package/dist/collection/components/sd-table/constants.js +1 -0
  139. package/dist/collection/components/sd-table/sd-table.css +76 -248
  140. package/dist/collection/components/sd-table/sd-table.js +705 -700
  141. package/dist/collection/components/sd-table/sd-tbody/sd-tbody.css +18 -0
  142. package/dist/collection/components/sd-table/sd-tbody/sd-tbody.js +105 -0
  143. package/dist/collection/components/sd-table/sd-td/sd-td.css +15 -0
  144. package/dist/collection/components/sd-table/sd-td/sd-td.js +121 -0
  145. package/dist/collection/components/sd-table/sd-thead/sd-thead.css +147 -0
  146. package/dist/collection/components/sd-table/sd-thead/sd-thead.js +442 -0
  147. package/dist/collection/components/sd-table/sd-tr/sd-tr.css +111 -0
  148. package/dist/collection/components/sd-table/sd-tr/sd-tr.js +376 -0
  149. package/dist/collection/components/sd-tabs/sd-tabs.css +2 -1
  150. package/dist/collection/components/sd-tabs/sd-tabs.js +3 -3
  151. package/dist/collection/components/sd-tag/sd-tag.js +2 -2
  152. package/dist/collection/components/sd-text-link/sd-text-link.css +1 -0
  153. package/dist/collection/components/sd-text-link/sd-text-link.js +7 -13
  154. package/dist/collection/components/sd-textarea/sd-textarea.js +1 -1
  155. package/dist/collection/components/sd-toast/sd-toast.js +2 -2
  156. package/dist/collection/components/sd-toast-container/sd-toast-container.js +1 -1
  157. package/dist/collection/components/sd-toggle/sd-toggle.config.js +33 -0
  158. package/dist/collection/components/sd-toggle/sd-toggle.css +38 -50
  159. package/dist/collection/components/sd-toggle/sd-toggle.js +29 -12
  160. package/dist/collection/components/sd-tooltip/sd-tooltip.js +2 -2
  161. package/dist/collection/components/table-test/table-test.css +59 -0
  162. package/dist/collection/components/table-test/table-test.js +316 -0
  163. package/dist/collection/index.js +1 -0
  164. package/dist/collection/utils/loading.js +43 -0
  165. package/dist/collection/utils/modal.js +26 -0
  166. package/dist/components/index.js +1 -1
  167. package/dist/components/p-6LkBUj0w.js +1 -0
  168. package/dist/components/{p-DlujHEXS.js → p-6cueWz-l.js} +1 -1
  169. package/dist/components/{p-D0wZv01W.js → p-AKpbKrkW.js} +1 -1
  170. package/dist/components/p-B1S4ybd6.js +1 -0
  171. package/dist/components/{p-D93Cb_Vw.js → p-B6OgnOKC.js} +1 -1
  172. package/dist/components/{p-lKwhftf9.js → p-B6RvTdqt.js} +1 -1
  173. package/dist/components/p-BLC3AWW8.js +1 -0
  174. package/dist/components/{p-BUAwjF_Z.js → p-BZ7V5xV5.js} +1 -1
  175. package/dist/components/{p-BWgJ9XTj.js → p-BdsI1E5l.js} +1 -1
  176. package/dist/components/{p-DdBIc8AE.js → p-BgRPWxrz.js} +1 -1
  177. package/dist/components/{p-DCv5afjJ.js → p-Bh548Ckv.js} +1 -1
  178. package/dist/components/p-C2r48NLP.js +1 -0
  179. package/dist/components/{p-BtH5wWA5.js → p-CGXwtYAv.js} +1 -1
  180. package/dist/components/p-CGssy8eb.js +1 -0
  181. package/dist/components/{p-BHQirDZt.js → p-CRl8Anfr.js} +1 -1
  182. package/dist/components/p-CU095QAR.js +1 -0
  183. package/dist/components/p-CpclstHV.js +1 -0
  184. package/dist/components/{p-C2Yw3PoX.js → p-Cpu_hXwN.js} +1 -1
  185. package/dist/components/{p-gTPCqs3t.js → p-Cr_74QR7.js} +1 -1
  186. package/dist/components/{p-BsJy4pgR.js → p-D9FDutsj.js} +1 -1
  187. package/dist/components/p-DBnszF5F.js +1 -0
  188. package/dist/components/p-DOXMJi-V.js +1 -0
  189. package/dist/components/p-DRY8HJ-T.js +1 -0
  190. package/dist/components/{p-BVBMsoZP.js → p-DUqX35W_.js} +1 -1
  191. package/dist/components/{p-Ci3yfjxH.js → p-DgYBr7xb.js} +1 -1
  192. package/dist/components/{p-98NWgkAU.js → p-DpsDTjcN.js} +1 -1
  193. package/dist/components/p-DuYi4aqj.js +1 -0
  194. package/dist/components/{p-AdSqif48.js → p-DxzgCf_d.js} +1 -1
  195. package/dist/components/p-TMuoVuhE.js +1 -0
  196. package/dist/components/{p-CE1Hmoij.js → p-VXLJLI30.js} +1 -1
  197. package/dist/components/p-aC4HJHug.js +1 -0
  198. package/dist/components/p-bYCOh35g.js +1 -0
  199. package/dist/components/p-e35Du7-7.js +1 -0
  200. package/dist/components/p-e8HA30H_.js +1 -0
  201. package/dist/components/p-kZ5N_lFC.js +1 -0
  202. package/dist/components/{p-CqU3a1re.js → p-puZ1xlrr.js} +1 -1
  203. package/dist/components/p-sZMi_32I.js +1 -0
  204. package/dist/components/sd-action-modal.js +1 -1
  205. package/dist/components/sd-badge.js +1 -1
  206. package/dist/components/sd-barcode-input.js +1 -1
  207. package/dist/components/sd-button-v2.js +1 -1
  208. package/dist/components/sd-button.js +1 -1
  209. package/dist/components/sd-calendar.js +1 -1
  210. package/dist/components/sd-card.js +1 -1
  211. package/dist/components/sd-checkbox.js +1 -1
  212. package/dist/components/{sd-loading-spinner.d.ts → sd-circle-progress.d.ts} +4 -4
  213. package/dist/components/sd-circle-progress.js +1 -0
  214. package/dist/components/sd-confirm-modal.js +1 -1
  215. package/dist/components/sd-date-box.js +1 -1
  216. package/dist/components/sd-date-picker-calendar.js +1 -1
  217. package/dist/components/sd-date-picker-trigger.js +1 -1
  218. package/dist/components/sd-date-picker.js +1 -1
  219. package/dist/components/sd-date-range-picker-calendar.js +1 -1
  220. package/dist/components/sd-date-range-picker.js +1 -1
  221. package/dist/components/sd-dropdown-button.js +1 -1
  222. package/dist/components/sd-field.js +1 -1
  223. package/dist/components/sd-file-picker.js +1 -1
  224. package/dist/components/sd-floating-portal.js +1 -1
  225. package/dist/components/sd-form.js +1 -1
  226. package/dist/components/sd-ghost-button.js +1 -1
  227. package/dist/components/sd-guide.js +1 -1
  228. package/dist/components/sd-icon.js +1 -1
  229. package/dist/components/sd-input.js +1 -1
  230. package/dist/components/{sd-radio-button-group.d.ts → sd-loading-container.d.ts} +4 -4
  231. package/dist/components/sd-loading-container.js +1 -0
  232. package/dist/components/{sd-toggle-button.d.ts → sd-loading-modal.d.ts} +4 -4
  233. package/dist/components/sd-loading-modal.js +1 -0
  234. package/dist/components/sd-modal-container.js +1 -1
  235. package/dist/components/sd-number-input.js +1 -1
  236. package/dist/components/sd-pagination.js +1 -1
  237. package/dist/components/sd-popover.js +1 -1
  238. package/dist/components/sd-portal.js +1 -1
  239. package/dist/components/sd-progress.js +1 -1
  240. package/dist/components/sd-radio-button.d.ts +11 -0
  241. package/dist/components/sd-radio-button.js +1 -0
  242. package/dist/components/sd-radio-group.js +1 -1
  243. package/dist/components/sd-radio.js +1 -1
  244. package/dist/components/sd-select-dropdown.js +1 -1
  245. package/dist/components/sd-select-group.js +1 -1
  246. package/dist/components/sd-select-multiple-group.js +1 -1
  247. package/dist/components/sd-select-multiple.js +1 -1
  248. package/dist/components/sd-select-option-group.js +1 -1
  249. package/dist/components/sd-select-option.js +1 -1
  250. package/dist/components/sd-select-search-input.js +1 -1
  251. package/dist/components/sd-select-v2-list-item-search.js +1 -1
  252. package/dist/components/sd-select-v2-list-item.js +1 -1
  253. package/dist/components/sd-select-v2-listbox.js +1 -1
  254. package/dist/components/sd-select-v2-trigger.js +1 -1
  255. package/dist/components/sd-select-v2.js +1 -1
  256. package/dist/components/sd-select.js +1 -1
  257. package/dist/components/sd-switch.d.ts +11 -0
  258. package/dist/components/sd-switch.js +1 -0
  259. package/dist/components/sd-table.js +1 -1
  260. package/dist/components/sd-tabs.js +1 -1
  261. package/dist/components/sd-tag.js +1 -1
  262. package/dist/components/sd-tbody.d.ts +11 -0
  263. package/dist/components/sd-tbody.js +1 -0
  264. package/dist/components/sd-td.d.ts +11 -0
  265. package/dist/components/sd-td.js +1 -0
  266. package/dist/components/sd-text-link.js +1 -1
  267. package/dist/components/sd-textarea.js +1 -1
  268. package/dist/components/sd-thead.d.ts +11 -0
  269. package/dist/components/sd-thead.js +1 -0
  270. package/dist/components/sd-toast-container.js +1 -1
  271. package/dist/components/sd-toast.js +1 -1
  272. package/dist/components/sd-toggle.js +1 -1
  273. package/dist/components/sd-tooltip.js +1 -1
  274. package/dist/components/sd-tr.d.ts +11 -0
  275. package/dist/components/sd-tr.js +1 -0
  276. package/dist/components/table-test.d.ts +11 -0
  277. package/dist/components/table-test.js +1 -0
  278. package/dist/design-system/design-system.css +1 -1
  279. package/dist/design-system/design-system.esm.js +1 -1
  280. package/dist/design-system/index.esm.js +1 -1
  281. package/dist/design-system/p-03099a57.entry.js +1 -0
  282. package/dist/design-system/p-04be87a4.entry.js +1 -0
  283. package/dist/design-system/{p-e9c28bdc.entry.js → p-09ba9dbc.entry.js} +1 -1
  284. package/dist/design-system/p-0ca594a4.entry.js +1 -0
  285. package/dist/design-system/p-0fbb6d92.entry.js +1 -0
  286. package/dist/design-system/p-12a03c88.entry.js +1 -0
  287. package/dist/design-system/p-15cda79c.entry.js +1 -0
  288. package/dist/design-system/p-1b9e427e.entry.js +1 -0
  289. package/dist/design-system/p-1cbe4b22.entry.js +1 -0
  290. package/dist/design-system/{p-a03ad24f.entry.js → p-1d310832.entry.js} +1 -1
  291. package/dist/design-system/p-2f64dd95.entry.js +1 -0
  292. package/dist/design-system/p-33e4ce64.entry.js +1 -0
  293. package/dist/design-system/{p-14b67a6e.entry.js → p-363da5ff.entry.js} +1 -1
  294. package/dist/design-system/p-3d341993.entry.js +1 -0
  295. package/dist/design-system/p-3f79f1d1.entry.js +1 -0
  296. package/dist/design-system/{p-c59191d3.entry.js → p-40495e05.entry.js} +1 -1
  297. package/dist/design-system/p-4128c17f.entry.js +1 -0
  298. package/dist/design-system/{p-614c9883.entry.js → p-4a53d7b0.entry.js} +1 -1
  299. package/dist/design-system/{p-9ae589c4.entry.js → p-4dcadde3.entry.js} +1 -1
  300. package/dist/design-system/{p-62992b73.entry.js → p-53bc77f8.entry.js} +1 -1
  301. package/dist/design-system/{p-28058050.entry.js → p-5a63febd.entry.js} +1 -1
  302. package/dist/design-system/p-656acb07.entry.js +1 -0
  303. package/dist/design-system/{p-30055371.entry.js → p-6c71d7b7.entry.js} +1 -1
  304. package/dist/design-system/{p-7a18a52b.entry.js → p-73acee07.entry.js} +1 -1
  305. package/dist/design-system/p-748ece8e.entry.js +1 -0
  306. package/dist/design-system/p-7e09fdd5.entry.js +1 -0
  307. package/dist/design-system/{p-4272b9e6.entry.js → p-84a329fb.entry.js} +1 -1
  308. package/dist/design-system/p-867ec4ee.entry.js +1 -0
  309. package/dist/design-system/p-8acf3b67.entry.js +1 -0
  310. package/dist/design-system/p-8d2328ae.entry.js +1 -0
  311. package/dist/design-system/{p-dee605b1.entry.js → p-9af7e19a.entry.js} +1 -1
  312. package/dist/design-system/p-BqHL8W3c.js +2 -0
  313. package/dist/design-system/{p-DSRYrM1n.js → p-COK6PVLC.js} +1 -1
  314. package/dist/design-system/p-DOXMJi-V.js +1 -0
  315. package/dist/design-system/{p-72b564ed.entry.js → p-a129711d.entry.js} +1 -1
  316. package/dist/design-system/p-a24c3431.entry.js +1 -0
  317. package/dist/design-system/p-a27718c1.entry.js +1 -0
  318. package/dist/design-system/{p-3d10be45.entry.js → p-a9a91e69.entry.js} +1 -1
  319. package/dist/design-system/p-ae1800c0.entry.js +1 -0
  320. package/dist/design-system/p-b1fe12f8.entry.js +1 -0
  321. package/dist/design-system/p-b60ae063.entry.js +1 -0
  322. package/dist/design-system/p-b6e02544.entry.js +1 -0
  323. package/dist/design-system/p-bYCOh35g.js +1 -0
  324. package/dist/design-system/{p-fa8b64c2.entry.js → p-c2f3470f.entry.js} +1 -1
  325. package/dist/design-system/{p-85e22acd.entry.js → p-c4e68815.entry.js} +1 -1
  326. package/dist/design-system/p-c98ed6ae.entry.js +1 -0
  327. package/dist/design-system/p-ca80379a.entry.js +1 -0
  328. package/dist/design-system/{p-5d2e8779.entry.js → p-d04551be.entry.js} +1 -1
  329. package/dist/design-system/p-e0f9e5b5.entry.js +1 -0
  330. package/dist/design-system/p-e1fdd540.entry.js +1 -0
  331. package/dist/design-system/{p-2bd887ca.entry.js → p-e33389b8.entry.js} +1 -1
  332. package/dist/design-system/p-e78faea6.entry.js +1 -0
  333. package/dist/design-system/p-e9f24d23.entry.js +1 -0
  334. package/dist/design-system/{p-00207f08.entry.js → p-ec79fefd.entry.js} +1 -1
  335. package/dist/design-system/{p-067b0b3c.entry.js → p-f3a60f61.entry.js} +1 -1
  336. package/dist/design-system/p-f9b9204d.entry.js +1 -0
  337. package/dist/design-system/{p-13fed1bd.entry.js → p-fd296c73.entry.js} +1 -1
  338. package/dist/design-system/p-sZMi_32I.js +1 -0
  339. package/dist/esm/{component.modal-mO5GcwI3.js → component.modal-DOXMJi-V.js} +14 -0
  340. package/dist/esm/constants-sZMi_32I.js +3 -0
  341. package/dist/esm/design-system.js +3 -4
  342. package/dist/esm/{index-DsU722JF.js → index-BqHL8W3c.js} +128 -10
  343. package/dist/esm/index.js +103 -33
  344. package/dist/esm/loader.js +3 -4
  345. package/dist/esm/sd-action-modal.entry.js +3 -3
  346. package/dist/esm/sd-badge.entry.js +2 -2
  347. package/dist/esm/sd-barcode-input.entry.js +3 -3
  348. package/dist/esm/sd-button-v2_2.entry.js +9 -8
  349. package/dist/esm/sd-button_4.entry.js +56 -18
  350. package/dist/esm/sd-calendar.entry.js +1 -1
  351. package/dist/esm/sd-card.entry.js +2 -2
  352. package/dist/esm/sd-checkbox.entry.js +30 -5
  353. package/dist/esm/sd-circle-progress.entry.js +69 -0
  354. package/dist/esm/sd-confirm-modal_2.entry.js +183 -0
  355. package/dist/esm/sd-date-box.entry.js +1 -1
  356. package/dist/esm/sd-date-picker-calendar.entry.js +3 -3
  357. package/dist/esm/sd-date-picker-trigger.entry.js +4 -4
  358. package/dist/esm/{sd-date-picker.config-C4i826lM.js → sd-date-picker.config-bYCOh35g.js} +3 -3
  359. package/dist/esm/sd-date-picker.entry.js +4 -4
  360. package/dist/esm/sd-date-range-picker-calendar.entry.js +3 -3
  361. package/dist/esm/sd-date-range-picker.entry.js +4 -4
  362. package/dist/esm/sd-dropdown-button.entry.js +10 -5
  363. package/dist/esm/sd-file-picker.entry.js +1 -1
  364. package/dist/esm/sd-form.entry.js +1 -1
  365. package/dist/esm/sd-ghost-button.entry.js +15 -6
  366. package/dist/esm/sd-guide.entry.js +2 -2
  367. package/dist/esm/sd-input_2.entry.js +7 -7
  368. package/dist/esm/sd-loading-container.entry.js +27 -0
  369. package/dist/esm/sd-modal-container.entry.js +45 -2
  370. package/dist/esm/sd-number-input.entry.js +5 -10
  371. package/dist/esm/{sd-select-v2.entry.js → sd-pagination_2.entry.js} +90 -5
  372. package/dist/esm/sd-popover.entry.js +4 -4
  373. package/dist/esm/sd-portal.entry.js +2 -2
  374. package/dist/esm/sd-progress.entry.js +3 -3
  375. package/dist/esm/sd-radio-button.entry.js +180 -0
  376. package/dist/esm/sd-radio-group.entry.js +1 -1
  377. package/dist/esm/sd-radio.entry.js +6 -6
  378. package/dist/esm/sd-select-dropdown_2.entry.js +4 -4
  379. package/dist/esm/sd-select-group.entry.js +3 -3
  380. package/dist/esm/sd-select-multiple-group.entry.js +2 -2
  381. package/dist/esm/sd-select-multiple.entry.js +3 -3
  382. package/dist/esm/sd-select-option-group.entry.js +4 -4
  383. package/dist/esm/sd-select-v2-list-item_4.entry.js +656 -0
  384. package/dist/esm/sd-select.entry.js +177 -0
  385. package/dist/esm/sd-switch.entry.js +108 -0
  386. package/dist/esm/sd-table.entry.js +424 -651
  387. package/dist/esm/sd-tabs.entry.js +3 -3
  388. package/dist/esm/sd-tag.entry.js +6 -5
  389. package/dist/esm/sd-tbody.entry.js +64 -0
  390. package/dist/esm/sd-td.entry.js +56 -0
  391. package/dist/esm/sd-text-link.entry.js +10 -12
  392. package/dist/esm/sd-textarea.entry.js +2 -2
  393. package/dist/esm/sd-thead.entry.js +177 -0
  394. package/dist/esm/sd-toast-container.entry.js +2 -2
  395. package/dist/esm/sd-toast.entry.js +3 -3
  396. package/dist/esm/sd-toggle.entry.js +96 -13
  397. package/dist/esm/sd-tr.entry.js +169 -0
  398. package/dist/esm/table-test.entry.js +94 -0
  399. package/dist/esm/{tooltipArrow-CJuzsrdH.js → tooltipArrow-BcsrQx1U.js} +1 -1
  400. package/dist/types/__mocks__/nanoid-non-secure.d.ts +2 -0
  401. package/dist/types/__mocks__/nanoid.d.ts +1 -0
  402. package/dist/types/components/sd-button-v2/sd-button-v2.d.ts +1 -0
  403. package/dist/types/components/sd-checkbox/sd-checkbox.config.d.ts +3 -0
  404. package/dist/types/components/sd-checkbox/sd-checkbox.d.ts +2 -0
  405. package/dist/types/components/sd-circle-progress/sd-circle-progress.config.d.ts +9 -0
  406. package/dist/types/components/sd-circle-progress/sd-circle-progress.d.ts +8 -0
  407. package/dist/types/components/sd-dropdown-button/sd-dropdown-button.config.d.ts +1 -0
  408. package/dist/types/components/sd-field/sd-field.config.d.ts +9 -0
  409. package/dist/types/components/sd-field/sd-field.d.ts +2 -0
  410. package/dist/types/components/sd-ghost-button/sd-ghost-button.config.d.ts +1 -1
  411. package/dist/types/components/sd-loading-container/sd-loading-container.config.d.ts +4 -0
  412. package/dist/types/components/sd-loading-container/sd-loading-container.d.ts +8 -0
  413. package/dist/types/components/sd-loading-modal/sd-loading-modal.config.d.ts +25 -0
  414. package/dist/types/components/sd-loading-modal/sd-loading-modal.d.ts +15 -0
  415. package/dist/types/components/sd-modal-container/sd-modal-container.config.d.ts +10 -0
  416. package/dist/types/components/sd-modal-container/sd-modal-container.d.ts +6 -2
  417. package/dist/types/components/sd-number-input/sd-number-input.config.d.ts +0 -1
  418. package/dist/types/components/sd-radio-button/sd-radio-button.config.d.ts +44 -0
  419. package/dist/types/components/{sd-radio-button-group/sd-radio-button-group.d.ts → sd-radio-button/sd-radio-button.d.ts} +4 -3
  420. package/dist/types/components/sd-select-v2/sd-select-v2.config.d.ts +1 -0
  421. package/dist/types/components/sd-switch/sd-switch.config.d.ts +22 -0
  422. package/dist/types/components/{sd-toggle-button/sd-toggle-button.d.ts → sd-switch/sd-switch.d.ts} +2 -6
  423. package/dist/types/components/sd-table/constants.d.ts +44 -0
  424. package/dist/types/components/sd-table/sd-table.d.ts +103 -115
  425. package/dist/types/components/sd-table/sd-tbody/sd-tbody.d.ts +14 -0
  426. package/dist/types/components/sd-table/sd-td/sd-td.d.ts +12 -0
  427. package/dist/types/components/sd-table/sd-thead/sd-thead.d.ts +36 -0
  428. package/dist/types/components/sd-table/sd-tr/sd-tr.d.ts +34 -0
  429. package/dist/types/components/sd-toggle/sd-toggle.config.d.ts +32 -0
  430. package/dist/types/components/sd-toggle/sd-toggle.d.ts +0 -3
  431. package/dist/types/components/table-test/table-test.d.ts +46 -0
  432. package/dist/types/components.d.ts +532 -141
  433. package/dist/types/index.d.ts +3 -1
  434. package/dist/types/utils/loading.d.ts +7 -0
  435. package/dist/types/utils/modal.d.ts +19 -3
  436. package/hydrate/index.js +2472 -971
  437. package/hydrate/index.mjs +2472 -971
  438. package/package.json +2 -2
  439. package/readme.md +1 -1
  440. package/dist/cjs/app-globals-V2Kpy_OQ.js +0 -5
  441. package/dist/cjs/sd-confirm-modal.cjs.entry.js +0 -106
  442. package/dist/cjs/sd-loading-spinner_3.cjs.entry.js +0 -283
  443. package/dist/cjs/sd-radio-button-group.cjs.entry.js +0 -57
  444. package/dist/cjs/sd-select-v2-list-item_2.cjs.entry.js +0 -150
  445. package/dist/cjs/sd-select-v2-listbox_2.cjs.entry.js +0 -353
  446. package/dist/cjs/sd-select-v2.config-7xBJQhvx.js +0 -171
  447. package/dist/cjs/sd-toggle-button.cjs.entry.js +0 -49
  448. package/dist/collection/components/sd-loading-spinner/sd-loading-spinner.css +0 -44
  449. package/dist/collection/components/sd-loading-spinner/sd-loading-spinner.js +0 -46
  450. package/dist/collection/components/sd-radio-button-group/sd-radio-button-group.css +0 -85
  451. package/dist/collection/components/sd-toggle-button/sd-toggle-button.css +0 -47
  452. package/dist/components/p-5OtzmjLh.js +0 -1
  453. package/dist/components/p-BFaIxm6b.js +0 -1
  454. package/dist/components/p-BP-QKaKz.js +0 -1
  455. package/dist/components/p-BSZadK9N.js +0 -1
  456. package/dist/components/p-BbtO5CEW.js +0 -1
  457. package/dist/components/p-BxPyZJaz.js +0 -1
  458. package/dist/components/p-C-qSDgVU.js +0 -1
  459. package/dist/components/p-C4i826lM.js +0 -1
  460. package/dist/components/p-CEa1HSpw.js +0 -1
  461. package/dist/components/p-CYRGa0VL.js +0 -1
  462. package/dist/components/p-ClgihpRm.js +0 -1
  463. package/dist/components/p-D-Y0-FQk.js +0 -1
  464. package/dist/components/p-D-pFdq6g.js +0 -1
  465. package/dist/components/p-DPipeCRI.js +0 -1
  466. package/dist/components/p-DSYw-7RA.js +0 -1
  467. package/dist/components/p-DXAB0k9r.js +0 -1
  468. package/dist/components/p-mO5GcwI3.js +0 -1
  469. package/dist/components/sd-loading-spinner.js +0 -1
  470. package/dist/components/sd-radio-button-group.js +0 -1
  471. package/dist/components/sd-toggle-button.js +0 -1
  472. package/dist/design-system/p-0e6f5a99.entry.js +0 -1
  473. package/dist/design-system/p-22a4972a.entry.js +0 -1
  474. package/dist/design-system/p-27df33c1.entry.js +0 -1
  475. package/dist/design-system/p-3ac6a626.entry.js +0 -1
  476. package/dist/design-system/p-3f04d68a.entry.js +0 -1
  477. package/dist/design-system/p-6610c16b.entry.js +0 -1
  478. package/dist/design-system/p-739ac181.entry.js +0 -1
  479. package/dist/design-system/p-7dce4241.entry.js +0 -1
  480. package/dist/design-system/p-7e4c0a36.entry.js +0 -1
  481. package/dist/design-system/p-8b5b2866.entry.js +0 -1
  482. package/dist/design-system/p-90f51f65.entry.js +0 -1
  483. package/dist/design-system/p-C3eQSZx-.js +0 -1
  484. package/dist/design-system/p-C4i826lM.js +0 -1
  485. package/dist/design-system/p-DQuL1Twl.js +0 -1
  486. package/dist/design-system/p-DsU722JF.js +0 -2
  487. package/dist/design-system/p-a6bc8512.entry.js +0 -1
  488. package/dist/design-system/p-afeb740a.entry.js +0 -1
  489. package/dist/design-system/p-b3e0e6f4.entry.js +0 -1
  490. package/dist/design-system/p-ba90dc5f.entry.js +0 -1
  491. package/dist/design-system/p-bad88292.entry.js +0 -1
  492. package/dist/design-system/p-cbb5575d.entry.js +0 -1
  493. package/dist/design-system/p-ce6a0b0f.entry.js +0 -1
  494. package/dist/design-system/p-d07448fe.entry.js +0 -1
  495. package/dist/design-system/p-d1a94401.entry.js +0 -1
  496. package/dist/design-system/p-d5b5cfc7.entry.js +0 -1
  497. package/dist/design-system/p-d75e0dc0.entry.js +0 -1
  498. package/dist/design-system/p-e9ed9c00.entry.js +0 -1
  499. package/dist/design-system/p-f8567970.entry.js +0 -1
  500. package/dist/design-system/p-fa22f13c.entry.js +0 -1
  501. package/dist/design-system/p-fbac6160.entry.js +0 -1
  502. package/dist/design-system/p-mO5GcwI3.js +0 -1
  503. package/dist/esm/app-globals-DQuL1Twl.js +0 -3
  504. package/dist/esm/sd-confirm-modal.entry.js +0 -104
  505. package/dist/esm/sd-loading-spinner_3.entry.js +0 -279
  506. package/dist/esm/sd-radio-button-group.entry.js +0 -55
  507. package/dist/esm/sd-select-v2-list-item_2.entry.js +0 -147
  508. package/dist/esm/sd-select-v2-listbox_2.entry.js +0 -350
  509. package/dist/esm/sd-select-v2.config-C3eQSZx-.js +0 -158
  510. package/dist/esm/sd-toggle-button.entry.js +0 -47
  511. package/dist/types/components/sd-loading-spinner/sd-loading-spinner.d.ts +0 -5
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-DsU722JF.js';
2
- import { a as DATEPICKER_SIZE_MAP, D as DATEPICKER_COLORS } from './sd-date-picker.config-C4i826lM.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-BqHL8W3c.js';
2
+ import { a as DATEPICKER_SIZE_MAP, D as DATEPICKER_COLORS } from './sd-date-picker.config-bYCOh35g.js';
3
3
 
4
4
  const sdDatePickerTriggerCss = () => `sd-date-picker-trigger{display:block;width:100%;height:100%}sd-date-picker-trigger .sd-date-picker-trigger{display:flex;align-items:center;gap:var(--trigger-gap);width:100%;height:100%;padding:0 var(--trigger-padding-x);cursor:pointer;user-select:none;overflow:hidden;border-radius:var(--trigger-radius)}sd-date-picker-trigger .sd-date-picker-trigger--disabled{cursor:not-allowed}sd-date-picker-trigger .sd-date-picker-trigger__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}sd-date-picker-trigger .sd-date-picker-trigger__text{flex:1;min-width:0;font-size:var(--trigger-font-size);line-height:var(--trigger-line-height);font-weight:var(--trigger-font-weight);color:var(--trigger-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}`;
5
5
 
@@ -38,10 +38,10 @@ const SdDatePickerTrigger = class {
38
38
  ? DATEPICKER_COLORS.icon.disabled
39
39
  : DATEPICKER_COLORS.icon.default,
40
40
  };
41
- return (h("div", { key: 'e39df39c0b865be9f08e60787ea122dccaa7bff4', class: {
41
+ return (h("div", { key: '5d8508069232bba144bfb9480b0befe420a3392b', class: {
42
42
  'sd-date-picker-trigger': true,
43
43
  'sd-date-picker-trigger--disabled': this.disabled,
44
- }, style: cssVars, onClick: this.handleClick }, h("sd-icon", { key: 'a04c576196fb9695a044485f30d459fd6e945b33', name: "date", size: Number(sizeTokens.iconSize), color: "var(--trigger-icon-color)", class: "sd-date-picker-trigger__icon" }), h("span", { key: '94b4da3bc41f31519afbb49324548209582be850', class: "sd-date-picker-trigger__text" }, hasValue ? this.displayText : this.placeholder)));
44
+ }, style: cssVars, onClick: this.handleClick }, h("sd-icon", { key: '71131e34dd1225e9633395041f7a768c020343bd', name: "date", size: Number(sizeTokens.iconSize), color: "var(--trigger-icon-color)", class: "sd-date-picker-trigger__icon" }), h("span", { key: '192520646e181add5f87f6ce1d3a5caf8556b163', class: "sd-date-picker-trigger__text" }, hasValue ? this.displayText : this.placeholder)));
45
45
  }
46
46
  };
47
47
  SdDatePickerTrigger.style = sdDatePickerTriggerCss();
@@ -58,7 +58,7 @@ const datepicker = {
58
58
  rowGap: "4"
59
59
  },
60
60
  day: {
61
- size: "40",
61
+ width: "40",
62
62
  circle: {
63
63
  size: "32",
64
64
  radius: "9999"
@@ -75,7 +75,7 @@ const datepicker = {
75
75
  text: "#FFFFFF"
76
76
  },
77
77
  disabled: {
78
- text: "#888888"
78
+ text: "#BBBBBB"
79
79
  },
80
80
  typography: {
81
81
  "default": {
@@ -149,7 +149,7 @@ const CALENDAR_LAYOUT = {
149
149
  rowGap: datepickerTokens.datepicker.calendar.grid.rowGap,
150
150
  },
151
151
  day: {
152
- size: datepickerTokens.datepicker.calendar.day.size,
152
+ size: datepickerTokens.datepicker.calendar.day.width,
153
153
  circleSize: datepickerTokens.datepicker.calendar.day.circle.size,
154
154
  circleRadius: datepickerTokens.datepicker.calendar.day.circle.radius,
155
155
  defaultText: datepickerTokens.datepicker.calendar.day.default.text,
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, g as getElement, h } from './index-DsU722JF.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h } from './index-BqHL8W3c.js';
2
2
  import { n as nanoid } from './index-CCwNgVmC.js';
3
- import { D as DATEPICKER_COLORS, a as DATEPICKER_SIZE_MAP } from './sd-date-picker.config-C4i826lM.js';
3
+ import { D as DATEPICKER_COLORS, a as DATEPICKER_SIZE_MAP } from './sd-date-picker.config-bYCOh35g.js';
4
4
 
5
5
  const sdDatePickerCss = () => `sd-date-picker{display:inline-flex}sd-date-picker sd-portal{display:none}sd-date-picker .sd-date-picker{position:relative;width:100%;height:100%}`;
6
6
 
@@ -99,9 +99,9 @@ const SdDatePicker = class {
99
99
  '--sd-system-color-field-border-focus': DATEPICKER_COLORS.border.focus,
100
100
  '--sd-system-color-field-bg-default': DATEPICKER_COLORS.bg.default,
101
101
  };
102
- return (h("sd-field", { key: '713640ad88e27954a12e75f8672032374f9effef', name: this.fieldName || this.internalName, label: this.label, addonLabel: this.addonLabel, 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, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: '6f4d6a4dabd3909c647ba9e8d672f1c97a4f50ff', class: "sd-date-picker", ref: el => {
102
+ return (h("sd-field", { key: 'cfbaa89a7e07ff2d8994f3e8faa16bc55decce0f', name: this.fieldName || this.internalName, label: this.label, addonLabel: this.addonLabel, hint: this.hint, errorMessage: this.errorMessage, width: this.width, rules: this.rules, error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, size: this.size, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: '674cc78bc3a3cda15a1cff07c36d0d5adbcfa2ef', class: "sd-date-picker", ref: el => {
103
103
  this.triggerRef = el;
104
- } }, h("sd-date-picker-trigger", { key: '06703672547b5a96b791eaacfbce4f7d23467e9c', displayText: this.value ?? '', placeholder: this.placeholder, disabled: this.disabled, size: this.size, onSdTriggerClick: this.handleTriggerClick })), (this.isOpen || this.isAnimatingOut) && (h("sd-portal", { key: '74b099498b8cdf75038c5d3e4d81bd2f5ead9068', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, h("sd-date-picker-calendar", { key: '6385470ab1578662f38c6bc4409b0010e55975a5', value: this.value, selectable: this.selectable, onSdSelect: this.handleSelect, onSdViewChange: this.handleViewChange })))));
104
+ } }, h("sd-date-picker-trigger", { key: '1491cea4ff657631b3dc197fa39981c2c4df96c7', displayText: this.value ?? '', placeholder: this.placeholder, disabled: this.disabled, size: this.size, onSdTriggerClick: this.handleTriggerClick })), (this.isOpen || this.isAnimatingOut) && (h("sd-portal", { key: '9a759a3470bc077a52efbd4718cf11f3b67ef477', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, h("sd-date-picker-calendar", { key: 'a14a447fbf28d95173eca5fae3baa73319c0bc37', value: this.value, selectable: this.selectable, onSdSelect: this.handleSelect, onSdViewChange: this.handleViewChange })))));
105
105
  }
106
106
  static get watchers() { return {
107
107
  "isOpen": [{
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-DsU722JF.js';
1
+ import { r as registerInstance, c as createEvent, h, F as Fragment } from './index-BqHL8W3c.js';
2
2
  import { u as useDatePicker, t as today } from './useDatePicker-DTrMR0rx.js';
3
- import { d as datepickerTokens, W as WEEK_LABELS, C as CALENDAR_LAYOUT } from './sd-date-picker.config-C4i826lM.js';
3
+ import { d as datepickerTokens, W as WEEK_LABELS, C as CALENDAR_LAYOUT } from './sd-date-picker.config-bYCOh35g.js';
4
4
 
5
5
  const addDays = (inputDate, days) => {
6
6
  const [year, month, day] = inputDate.split('-').map(Number);
@@ -265,7 +265,7 @@ const SdDateRangePickerCalendar = class {
265
265
  '--range-panel-gap': `${RANGE_LAYOUT.panelGap}px`,
266
266
  '--range-divider': RANGE_LAYOUT.divider,
267
267
  };
268
- return (h(Fragment, { key: '5c9510be171a638870c8b86ef2c13c81d4920209' }, h("div", { key: 'b9af5cf84625eb19039b6ab2b41622364cbbea82', class: "sd-date-range-picker-calendar", style: cssVars }, this.renderYearNav(), h("div", { key: '83578cd21d5984e3ffbda26c90a96df82d78deb5', class: "sd-date-range-picker-calendar__panels" }, this.renderPanel(this.currentYear, this.currentMonth, true), h("span", { key: '8c31d30b60f252adaafa1b830099743f6501e368', class: "sd-date-range-picker-calendar__divider", "aria-hidden": "true" }), this.renderPanel(this.rightYear, this.rightMonth, false)))));
268
+ return (h(Fragment, { key: '99b9de5fce7e4d039b40ed95b3451c28e7799dc8' }, h("div", { key: 'b55374e977f79e6dd7cd5d4af9df30bf41e40fba', class: "sd-date-range-picker-calendar", style: cssVars }, this.renderYearNav(), h("div", { key: '6bd94cde83d82efc270148434dfb6410dc5f9634', class: "sd-date-range-picker-calendar__panels" }, this.renderPanel(this.currentYear, this.currentMonth, true), h("span", { key: '9e179166ebad4cf295e831ef2e63fc9677f65b82', class: "sd-date-range-picker-calendar__divider", "aria-hidden": "true" }), this.renderPanel(this.rightYear, this.rightMonth, false)))));
269
269
  }
270
270
  static get watchers() { return {
271
271
  "value": [{
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, g as getElement, h } from './index-DsU722JF.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h } from './index-BqHL8W3c.js';
2
2
  import { n as nanoid } from './index-CCwNgVmC.js';
3
- import { D as DATEPICKER_COLORS, a as DATEPICKER_SIZE_MAP } from './sd-date-picker.config-C4i826lM.js';
3
+ import { D as DATEPICKER_COLORS, a as DATEPICKER_SIZE_MAP } from './sd-date-picker.config-bYCOh35g.js';
4
4
 
5
5
  const sdDateRangePickerCss = () => `sd-date-range-picker{display:inline-flex}sd-date-range-picker sd-portal{display:none}sd-date-range-picker .sd-date-range-picker{position:relative;width:100%;height:100%}`;
6
6
 
@@ -105,9 +105,9 @@ const SdDateRangePicker = class {
105
105
  '--sd-system-color-field-border-focus': DATEPICKER_COLORS.border.focus,
106
106
  '--sd-system-color-field-bg-default': DATEPICKER_COLORS.bg.default,
107
107
  };
108
- return (h("sd-field", { key: '5c381ba40914b02d248b77852e8297ba367faed7', name: this.fieldName || this.internalName, label: this.label, addonLabel: this.addonLabel, 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, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: 'dee79baa195056a45b0af1c106b4f8890fc370a7', class: "sd-date-range-picker", ref: el => {
108
+ return (h("sd-field", { key: 'c3ce7e19d317939c193b6d1481b78ce599b0ffb1', name: this.fieldName || this.internalName, label: this.label, addonLabel: this.addonLabel, hint: this.hint, errorMessage: this.errorMessage, width: this.width, rules: this.rules, error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, size: this.size, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: 'a3b48e2f79359620aabe01cfb32ac6a066acf567', class: "sd-date-range-picker", ref: el => {
109
109
  this.triggerRef = el;
110
- } }, h("sd-date-picker-trigger", { key: 'e5b46762012b35c8be2c56cbfbec22682ba7a3ed', displayText: this.displayText, placeholder: this.placeholder, disabled: this.disabled, size: this.size, onSdTriggerClick: this.handleTriggerClick })), (this.isOpen || this.isAnimatingOut) && (h("sd-portal", { key: '47d0315e5a7baf3583286a730126ba0c4fdc1945', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, h("sd-date-range-picker-calendar", { key: '58b8765eacd17d7f7362ed67b8919eee8e89c68f', value: this.value, selectable: this.selectable, maxRange: this.maxRange, onSdSelect: this.handleSelect, onSdViewChange: this.handleViewChange })))));
110
+ } }, h("sd-date-picker-trigger", { key: '3b2a963d29e93fe2ef82d1cd466ebd079c31ee30', displayText: this.displayText, placeholder: this.placeholder, disabled: this.disabled, size: this.size, onSdTriggerClick: this.handleTriggerClick })), (this.isOpen || this.isAnimatingOut) && (h("sd-portal", { key: '5e51463ffdaf21c67a796b8a4418a287b48f7528', open: this.isOpen, parentRef: this.triggerRef, onSdClose: () => this.closeDropdown() }, h("sd-date-range-picker-calendar", { key: '820176f7e03e9aab97e8b1f7752a535385918e46', value: this.value, selectable: this.selectable, maxRange: this.maxRange, onSdSelect: this.handleSelect, onSdViewChange: this.handleViewChange })))));
111
111
  }
112
112
  static get watchers() { return {
113
113
  "isOpen": [{
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, g as getElement, h } from './index-DsU722JF.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h } from './index-BqHL8W3c.js';
2
2
  import { B as BaseDropdownEvent } from './base-dropdown-event-CRdYeSBK.js';
3
3
  import { B as BUTTON_CONFIG, g as getPresetName, c as PRESET_BORDER_COLORS$1, P as PRESET_CONTENT_COLORS$1, d as PRESET_HOVER_BACKGROUNDS$1, b as BUTTON_FOCUS_RING_COLOR } from './sd-button-v2.config-CV4xelxV.js';
4
4
  import { b as buttonTokens } from './component.button-B1XBwjCW.js';
@@ -55,13 +55,18 @@ const PRESET_MENU_ITEM_ACTIVE_COLORS = {
55
55
  danger: MENU_ITEM_ACTIVE_COLOR,
56
56
  danger_outline: MENU_ITEM_ACTIVE_COLOR,
57
57
  };
58
+ const DROPDOWN_CHEVRON_ICON_SIZE = {
59
+ xs: 12,
60
+ sm: 12,
61
+ md: 16,
62
+ };
58
63
  const DROPDOWN_DISABLED_BACKGROUND = buttonTokens.button.bg.disabled;
59
64
  const DROPDOWN_DISABLED_TEXT = buttonTokens.button.text.disabled;
60
65
  const DROPDOWN_DISABLED_BORDER = buttonTokens.button.border.disabled;
61
66
  const isDropdownButtonName = (value) => value in DROPDOWN_BUTTON_CONFIG;
62
67
  const getDropdownButtonPreset = (value) => getPresetName(value);
63
68
 
64
- const sdDropdownButtonCss = () => `sd-dropdown-button{display:inline-flex;width:fit-content;height:fit-content}.sd-dropdown-button{display:inline-flex;position:relative}.sd-dropdown-button__trigger{--sd-dropdown-button-height:var(--sd-button-md-height, 34px);--sd-dropdown-button-padding-x:var(--sd-button-md-padding-x, 20px);--sd-dropdown-button-gap:var(--sd-button-md-gap, 8px);--sd-dropdown-button-font-family:var(--sd-button-md-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-md-typography-font-size, 12px);--sd-dropdown-button-font-weight:var(--sd-button-md-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var(--sd-button-md-typography-text-decoration, none);--sd-dropdown-button-bg:#025497;--sd-dropdown-button-bg-hover:#004177;--sd-dropdown-button-border:transparent;--sd-dropdown-button-content:#ffffff;--sd-dropdown-button-current-content:var(--sd-dropdown-button-content);--sd-dropdown-button-divider:#006ac1;--sd-dropdown-button-accent:#006ac1;--sd-dropdown-button-disabled-bg:var(--sd-button-bg-disabled, $grey_30);--sd-dropdown-button-disabled-content:var(--sd-button-text-disabled, $grey_65);--sd-dropdown-button-disabled-border:var(--sd-button-border-disabled, $grey_45);display:inline-flex;align-items:stretch;justify-content:space-between;min-height:var(--sd-dropdown-button-height);padding:0;border:var(--sd-button-border-width-default, 1px) solid var(--sd-dropdown-button-border);border-radius:var(--sd-button-radius-sm, 4px);background:var(--sd-dropdown-button-bg);color:var(--sd-dropdown-button-current-content);cursor:pointer;box-sizing:border-box;font-family:var(--sd-dropdown-button-font-family);font-size:var(--sd-dropdown-button-font-size);font-weight:var(--sd-dropdown-button-font-weight);line-height:1;text-decoration:var(--sd-dropdown-button-text-decoration);transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;white-space:nowrap}.sd-dropdown-button__trigger:hover:not(.sd-dropdown-button__trigger--disabled){background:var(--sd-dropdown-button-bg-hover)}.sd-dropdown-button__trigger:focus-visible{outline:0;box-shadow:0 0 0 2px var(--sd-dropdown-button-accent)}.sd-dropdown-button__trigger--xs{--sd-dropdown-button-height:var(--sd-button-xs-height, 24px);--sd-dropdown-button-padding-x:var(--sd-button-xs-padding-x, 8px);--sd-dropdown-button-gap:var(--sd-button-xs-gap, 4px);--sd-dropdown-button-font-family:var(--sd-button-xs-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-xs-typography-font-size, 12px);--sd-dropdown-button-font-weight:var(--sd-button-xs-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var(--sd-button-xs-typography-text-decoration, none)}.sd-dropdown-button__trigger--sm{--sd-dropdown-button-height:var(--sd-button-sm-height, 28px);--sd-dropdown-button-padding-x:var(--sd-button-sm-padding-x, 12px);--sd-dropdown-button-gap:var(--sd-button-sm-gap, 6px);--sd-dropdown-button-font-family:var(--sd-button-sm-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-sm-typography-font-size, 12px);--sd-dropdown-button-font-weight:var(--sd-button-sm-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var(--sd-button-sm-typography-text-decoration, none)}.sd-dropdown-button__trigger--md{--sd-dropdown-button-height:var(--sd-button-md-height, 34px);--sd-dropdown-button-padding-x:var(--sd-button-md-padding-x, 20px);--sd-dropdown-button-gap:var(--sd-button-md-gap, 8px);--sd-dropdown-button-font-family:var(--sd-button-md-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-md-typography-font-size, 16px);--sd-dropdown-button-font-weight:var(--sd-button-md-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var(--sd-button-md-typography-text-decoration, none)}.sd-dropdown-button__trigger--disabled{border-color:var(--sd-dropdown-button-disabled-border);background:var(--sd-dropdown-button-disabled-bg);--sd-dropdown-button-current-content:var(--sd-dropdown-button-disabled-content);cursor:not-allowed}.sd-dropdown-button__trigger--disabled .sd-dropdown-button__trigger-divider{background:var(--sd-dropdown-button-disabled-border)}.sd-dropdown-button__trigger-label,.sd-dropdown-button__trigger-icon{display:inline-flex;align-items:center;justify-content:center}.sd-dropdown-button__trigger-label{flex:1 1 auto;min-width:0;padding:0 var(--sd-dropdown-button-padding-x)}.sd-dropdown-button__trigger-divider{align-self:stretch;width:1px;height:auto;background:var(--sd-dropdown-button-divider);opacity:0.9}.sd-dropdown-button__trigger-icon{flex:0 0 auto;min-width:calc(var(--sd-dropdown-button-height) - 2px);padding:0 calc(var(--sd-dropdown-button-gap) + 2px);transition:transform 0.2s ease}.sd-dropdown-button__trigger-icon--open{transform:rotate(180deg)}.sd-dropdown-button__menu{position:relative;display:grid;width:max-content;min-width:var(--sd-dropdown-button-menu-min-width, max-content);max-width:calc(100vw - 24px);padding:4px 0;border:0;border-radius:4px;background:#FFFFFF;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.1019607843);box-sizing:border-box;overflow:hidden}.sd-dropdown-button__menu-item{--sd-dropdown-button-menu-item-current-color:var(--sd-dropdown-button-menu-item-color);display:inline-flex;align-items:center;gap:8px;min-height:28px;width:100%;padding:0 12px;border:0;border-radius:0;background:transparent;color:var(--sd-dropdown-button-menu-item-current-color);cursor:pointer;box-sizing:border-box;font:inherit;text-align:left;transition:background-color 0.15s ease, color 0.15s ease}.sd-dropdown-button__menu-item--active{background:var(--sd-dropdown-button-menu-item-active-bg);--sd-dropdown-button-menu-item-current-color:var(--sd-dropdown-button-menu-item-active-color)}.sd-dropdown-button__menu-item--disabled{--sd-dropdown-button-menu-item-current-color:var(--sd-dropdown-button-disabled-content);cursor:not-allowed}.sd-dropdown-button__menu-item-icon{flex:0 0 auto}.sd-dropdown-button__menu-item-label{display:inline-flex;align-items:center;min-width:0;white-space:nowrap;font-size:12px}`;
69
+ const sdDropdownButtonCss = () => `sd-dropdown-button{display:inline-flex;width:fit-content;height:fit-content}.sd-dropdown-button{display:inline-flex;position:relative}.sd-dropdown-button__trigger{--sd-dropdown-button-height:var(--sd-button-button-md-height, 36px);--sd-dropdown-button-padding-x:var(--sd-button-button-md-padding-x, 20px);--sd-dropdown-button-gap:var(--sd-button-button-md-gap, 8px);--sd-dropdown-button-font-family:var(--sd-button-button-md-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-button-md-typography-font-size, 12px);--sd-dropdown-button-font-weight:var(--sd-button-button-md-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var(--sd-button-button-md-typography-text-decoration, none);--sd-dropdown-button-bg:#025497;--sd-dropdown-button-bg-hover:#004177;--sd-dropdown-button-border:transparent;--sd-dropdown-button-content:#FFFFFF;--sd-dropdown-button-current-content:var(--sd-dropdown-button-content);--sd-dropdown-button-divider:#006AC1;--sd-dropdown-button-accent:#0075FF;--sd-dropdown-button-disabled-bg:var(--sd-button-button-bg-disabled, #E1E1E1);--sd-dropdown-button-disabled-content:var(--sd-button-button-text-disabled, #888888);--sd-dropdown-button-disabled-border:var(--sd-button-button-border-disabled, #CCCCCC);display:inline-flex;align-items:stretch;justify-content:space-between;min-height:var(--sd-dropdown-button-height);padding:0;border:var(--sd-button-button-border-width-default, 1px) solid var(--sd-dropdown-button-border);border-radius:var(--sd-button-button-radius-sm, 4px);background:var(--sd-dropdown-button-bg);color:var(--sd-dropdown-button-current-content);cursor:pointer;box-sizing:border-box;font-family:var(--sd-dropdown-button-font-family);font-size:var(--sd-dropdown-button-font-size);font-weight:var(--sd-dropdown-button-font-weight);line-height:1;text-decoration:var(--sd-dropdown-button-text-decoration);transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;white-space:nowrap}.sd-dropdown-button__trigger:hover:not(.sd-dropdown-button__trigger--disabled){background:var(--sd-dropdown-button-bg-hover)}.sd-dropdown-button__trigger:focus-visible{outline:0;box-shadow:0 0 0 2px var(--sd-dropdown-button-accent)}.sd-dropdown-button__trigger--xs{--sd-dropdown-button-height:var(--sd-button-button-xs-height, 24px);--sd-dropdown-button-padding-x:var(--sd-button-button-xs-padding-x, 8px);--sd-dropdown-button-gap:var(--sd-button-button-xs-gap, 4px);--sd-dropdown-button-font-family:var(--sd-button-button-xs-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-button-xs-typography-font-size, 12px);--sd-dropdown-button-font-weight:var(--sd-button-button-xs-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var( --sd-button-button-xs-typography-text-decoration, none )}.sd-dropdown-button__trigger--sm{--sd-dropdown-button-height:var(--sd-button-button-sm-height, 28px);--sd-dropdown-button-padding-x:var(--sd-button-button-sm-padding-x, 12px);--sd-dropdown-button-gap:var(--sd-button-button-sm-gap, 6px);--sd-dropdown-button-font-family:var(--sd-button-button-sm-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-button-sm-typography-font-size, 12px);--sd-dropdown-button-font-weight:var(--sd-button-button-sm-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var( --sd-button-button-sm-typography-text-decoration, none )}.sd-dropdown-button__trigger--md{--sd-dropdown-button-height:var(--sd-button-button-md-height, 36px);--sd-dropdown-button-padding-x:var(--sd-button-button-md-padding-x, 20px);--sd-dropdown-button-gap:var(--sd-button-button-md-gap, 8px);--sd-dropdown-button-font-family:var(--sd-button-button-md-typography-font-family, inherit);--sd-dropdown-button-font-size:var(--sd-button-button-md-typography-font-size, 16px);--sd-dropdown-button-font-weight:var(--sd-button-button-md-typography-font-weight, 500);--sd-dropdown-button-text-decoration:var( --sd-button-button-md-typography-text-decoration, none );border-radius:var(--sd-button-button-radius-md, 6px)}.sd-dropdown-button__trigger--disabled{border-color:var(--sd-dropdown-button-disabled-border);background:var(--sd-dropdown-button-disabled-bg);--sd-dropdown-button-current-content:var(--sd-dropdown-button-disabled-content);cursor:not-allowed}.sd-dropdown-button__trigger--disabled .sd-dropdown-button__trigger-divider{background:var(--sd-dropdown-button-disabled-border)}.sd-dropdown-button__trigger-label,.sd-dropdown-button__trigger-icon{display:inline-flex;align-items:center;justify-content:center}.sd-dropdown-button__trigger-label{flex:1 1 auto;min-width:0;padding:0 var(--sd-dropdown-button-padding-x)}.sd-dropdown-button__trigger-divider{align-self:stretch;width:1px;height:auto;background:var(--sd-dropdown-button-divider);opacity:0.9}.sd-dropdown-button__trigger-icon{flex:0 0 auto;min-width:calc(var(--sd-dropdown-button-height) - 2px);padding:0 calc(var(--sd-dropdown-button-gap) + 2px);transition:transform 0.2s ease}.sd-dropdown-button__trigger-icon--open{transform:rotate(180deg)}.sd-dropdown-button__menu{position:relative;display:grid;width:max-content;min-width:var(--sd-dropdown-button-menu-min-width, max-content);max-width:calc(100vw - 24px);padding:4px 0;border:0;border-radius:4px;background:#FFFFFF;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.1019607843);box-sizing:border-box;overflow:hidden}.sd-dropdown-button__menu-item{--sd-dropdown-button-menu-item-current-color:var(--sd-dropdown-button-menu-item-color);display:inline-flex;align-items:center;gap:8px;min-height:28px;width:100%;padding:0 12px;border:0;border-radius:0;background:transparent;color:var(--sd-dropdown-button-menu-item-current-color);cursor:pointer;box-sizing:border-box;font:inherit;text-align:left;transition:background-color 0.15s ease, color 0.15s ease}.sd-dropdown-button__menu-item--active{background:var(--sd-dropdown-button-menu-item-active-bg);--sd-dropdown-button-menu-item-current-color:var(--sd-dropdown-button-menu-item-active-color)}.sd-dropdown-button__menu-item--disabled{--sd-dropdown-button-menu-item-current-color:var(--sd-dropdown-button-disabled-content);cursor:not-allowed}.sd-dropdown-button__menu-item-icon{flex:0 0 auto}.sd-dropdown-button__menu-item-label{display:inline-flex;align-items:center;min-width:0;white-space:nowrap;font-size:12px}`;
65
70
 
66
71
  const SdDropdownButton = class extends BaseDropdownEvent {
67
72
  constructor(hostRef) {
@@ -250,7 +255,7 @@ const SdDropdownButton = class extends BaseDropdownEvent {
250
255
  }
251
256
  render() {
252
257
  const { config, preset } = this.resolvedConfig;
253
- return (h("div", { key: 'eaaa15c76c5c05dd8a7e103368ae5a884fd999b1', class: "sd-dropdown-button" }, h("button", { key: '6e9dd2f7e7791ad7a4a17de1189bfc783cf61d69', type: "button", class: this.getTriggerClasses(preset, config.size, this.disabled, this.isOpen), disabled: this.disabled, "aria-haspopup": "menu", "aria-expanded": String(this.isOpen), onClick: this.toggleDropdown, ref: el => (this.triggerRef = el), style: {
258
+ return (h("div", { key: '1a6fa00329392de05526a50de55dcd620a43a2db', class: "sd-dropdown-button" }, h("button", { key: 'd73139863c8decca29079a8111e26ea5a2d21614', type: "button", class: this.getTriggerClasses(preset, config.size, this.disabled, this.isOpen), disabled: this.disabled, "aria-haspopup": "menu", "aria-expanded": String(this.isOpen), onClick: this.toggleDropdown, ref: el => (this.triggerRef = el), style: {
254
259
  '--sd-dropdown-button-bg': config.color,
255
260
  '--sd-dropdown-button-bg-hover': PRESET_HOVER_BACKGROUNDS[preset],
256
261
  '--sd-dropdown-button-border': PRESET_BORDER_COLORS[preset],
@@ -260,10 +265,10 @@ const SdDropdownButton = class extends BaseDropdownEvent {
260
265
  '--sd-dropdown-button-disabled-bg': DROPDOWN_DISABLED_BACKGROUND,
261
266
  '--sd-dropdown-button-disabled-content': DROPDOWN_DISABLED_TEXT,
262
267
  '--sd-dropdown-button-disabled-border': DROPDOWN_DISABLED_BORDER,
263
- } }, h("span", { key: '921f7f8c98537dd01645a95bef0468768dd8571c', class: "sd-dropdown-button__trigger-label" }, this.label), h("span", { key: 'b871623ea1ba07cf797fd98e3057b01e7263234f', class: "sd-dropdown-button__trigger-divider", "aria-hidden": "true" }), h("span", { key: '6c42e134ca5ed5291277c0316bceaf5bd6859363', class: {
268
+ } }, h("span", { key: '52e30c7d5f55b2ed974944b23880a42fdf941e31', class: "sd-dropdown-button__trigger-label" }, this.label), h("span", { key: '8d693a472783e552613b0c0503b85dc9b5ce0343', class: "sd-dropdown-button__trigger-divider", "aria-hidden": "true" }), h("span", { key: 'e9f0fc3980400150c8808e569904bee6c4629dc7', class: {
264
269
  'sd-dropdown-button__trigger-icon': true,
265
270
  'sd-dropdown-button__trigger-icon--open': this.isOpen,
266
- }, "aria-hidden": "true" }, h("sd-icon", { key: 'ae1df86b93b174cfc488f3fa079c62ff55ae2e67', name: "chevronDown", size: 12, color: "var(--sd-dropdown-button-current-content)" }))), this.renderDropdown(preset)));
271
+ }, "aria-hidden": "true" }, h("sd-icon", { key: '13fda88989885a9096ed6ecf211b3aadad3f128a', name: "chevronDown", size: DROPDOWN_CHEVRON_ICON_SIZE[config.size], color: "var(--sd-dropdown-button-current-content)" }))), this.renderDropdown(preset)));
267
272
  }
268
273
  static get watchers() { return {
269
274
  "isOpen": [{
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, g as getElement, h } from './index-DsU722JF.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h } from './index-BqHL8W3c.js';
2
2
 
3
3
  const filepicker = {
4
4
  height: "28",
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-DsU722JF.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-BqHL8W3c.js';
2
2
 
3
3
  const SdForm = class {
4
4
  constructor(hostRef) {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-DsU722JF.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-BqHL8W3c.js';
2
2
 
3
3
  const ghostButton = {
4
4
  xxs: {
@@ -21,7 +21,10 @@ const ghostButton = {
21
21
  size: "62",
22
22
  icon: "32"
23
23
  },
24
- radius: "4",
24
+ radius: {
25
+ sm: "4",
26
+ md: "6"
27
+ },
25
28
  hover: {
26
29
  opacity: "5%"
27
30
  },
@@ -81,7 +84,13 @@ const GHOST_BUTTON_SIZES = {
81
84
  icon: Number(ghostButtonTokens.ghostButton.lg.icon),
82
85
  },
83
86
  };
84
- const GHOST_BUTTON_RADIUS = Number(ghostButtonTokens.ghostButton.radius);
87
+ const GHOST_BUTTON_RADIUS = {
88
+ xxs: Number(ghostButtonTokens.ghostButton.radius.sm),
89
+ xs: Number(ghostButtonTokens.ghostButton.radius.sm),
90
+ sm: Number(ghostButtonTokens.ghostButton.radius.sm),
91
+ md: Number(ghostButtonTokens.ghostButton.radius.md),
92
+ lg: Number(ghostButtonTokens.ghostButton.radius.md),
93
+ };
85
94
  const GHOST_BUTTON_HOVER_OPACITY = ghostButtonTokens.ghostButton.hover.opacity;
86
95
  const GHOST_BUTTON_CONTENT_COLORS = {
87
96
  default: ghostButtonTokens.ghostButton.default.content,
@@ -144,16 +153,16 @@ const SdGhostButton = class {
144
153
  ? GHOST_BUTTON_DISABLED_COLORS[this.intent]
145
154
  : GHOST_BUTTON_CONTENT_COLORS[this.intent];
146
155
  const accessibleName = this.ariaLabel.trim() || undefined;
147
- return (h("button", { key: '783888ed2c124bf8e08698de0bc2e904b86722e9', class: {
156
+ return (h("button", { key: 'eccb34969779d75bcd77dd6ae12cb99a419af121', class: {
148
157
  'sd-ghost-button': true,
149
158
  'sd-ghost-button--disabled': this.disabled,
150
159
  }, type: "button", disabled: this.disabled, "aria-label": accessibleName, style: {
151
160
  '--sd-ghost-button-size': `${sizeConfig.size}px`,
152
- '--sd-ghost-button-radius': `${GHOST_BUTTON_RADIUS}px`,
161
+ '--sd-ghost-button-radius': `${GHOST_BUTTON_RADIUS[this.size]}px`,
153
162
  '--sd-ghost-button-hover-bg': GHOST_BUTTON_HOVER_BG_COLORS[this.intent],
154
163
  '--sd-ghost-button-hover-opacity': GHOST_BUTTON_HOVER_OPACITY,
155
164
  '--sd-ghost-button-accent': GHOST_BUTTON_FOCUS_RING_COLOR,
156
- }, onClick: this.handleClick }, h("sd-icon", { key: '4ae4347b169267e6964c461126b6c9a4281578bb', name: this.icon, size: sizeConfig.icon, color: contentColor })));
165
+ }, onClick: this.handleClick }, h("sd-icon", { key: '4ae160e73b72b0b4aa40947c126419b1016c81d3', name: this.icon, size: sizeConfig.icon, color: contentColor })));
157
166
  }
158
167
  };
159
168
  SdGhostButton.style = sdGhostButtonCss();
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, g as getElement, h } from './index-DsU722JF.js';
1
+ import { r as registerInstance, a as getElement, h } from './index-BqHL8W3c.js';
2
2
 
3
- const sdGuideCss = () => `@charset "UTF-8";sd-button{display:inline-flex;width:fit-content;height:fit-content}.sd-button{--sd-button-height:34px;--sd-button-padding-x:20px;--sd-button-gap:8px;--sd-button-font-family:inherit;--sd-button-font-size:16px;--sd-button-font-weight:500;--sd-button-text-decoration:none;--sd-button-label-min-width:auto;--sd-button-icon-only-size:var(--sd-button-height);text-decoration:none;cursor:pointer;border-radius:var(--sd-button-radius-sm, 4px);transition:all 0.2s ease-in-out;position:relative;overflow:hidden;white-space:nowrap;-webkit-user-select:none;user-select:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border:none;padding:0 var(--sd-button-padding-x);min-width:var(--sd-button-min-width, auto);min-height:var(--sd-button-height);font-family:var(--sd-button-font-family);font-size:var(--sd-button-font-size);font-weight:var(--sd-button-font-weight);text-decoration:var(--sd-button-text-decoration)}.sd-button--xs{--sd-button-height:var(--sd-button-xs-height, 24px);--sd-button-padding-x:var(--sd-button-xs-padding-x, 8px);--sd-button-gap:var(--sd-button-xs-gap, 4px);--sd-button-font-family:var(--sd-button-xs-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-xs-typography-font-size, 12px);--sd-button-font-weight:var(--sd-button-xs-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-xs-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-xs-min-width, auto);--sd-button-icon-only-size:var(--sd-button-icon-only-xs-width, var(--sd-button-height));line-height:20px}.sd-button--sm{--sd-button-height:var(--sd-button-sm-height, 28px);--sd-button-padding-x:var(--sd-button-sm-padding-x, 12px);--sd-button-gap:var(--sd-button-sm-gap, 6px);--sd-button-font-family:var(--sd-button-sm-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-sm-typography-font-size, 12px);--sd-button-font-weight:var(--sd-button-sm-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-sm-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-sm-min-width, auto);--sd-button-icon-only-size:var(--sd-button-icon-only-sm-width, var(--sd-button-height));line-height:20px}.sd-button--md{--sd-button-height:var(--sd-button-md-height, 34px);--sd-button-padding-x:var(--sd-button-md-padding-x, 20px);--sd-button-gap:var(--sd-button-md-gap, 8px);--sd-button-font-family:var(--sd-button-md-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-md-typography-font-size, 16px);--sd-button-font-weight:var(--sd-button-md-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-md-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-md-min-width, auto);--sd-button-icon-only-size:var(--sd-button-icon-only-md-width, var(--sd-button-height));line-height:26px}.sd-button--lg{--sd-button-height:var(--sd-button-lg-height, 62px);--sd-button-padding-x:var(--sd-button-lg-padding-x, 28px);--sd-button-gap:var(--sd-button-lg-gap, 12px);--sd-button-font-family:var(--sd-button-lg-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-lg-typography-font-size, 18px);--sd-button-font-weight:var(--sd-button-lg-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-lg-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-lg-min-width, auto);--sd-button-icon-only-size:var(--sd-button-icon-only-lg-width, var(--sd-button-height));line-height:30px}.sd-button--has-label{--sd-button-min-width:var(--sd-button-label-min-width, auto)}.sd-button--primary{background-color:var(--button-color);color:white;transition:filter 0.2s ease}.sd-button--primary::before{content:"";position:absolute;inset:0;background:#000000;opacity:0;transition:opacity 0.2s ease;z-index:0}.sd-button--primary:hover:not(.sd-button--disabled):not(.sd-button--loading)::before{opacity:0.25}.sd-button--outline{background:white;border:var(--sd-button-border-width-default, 1px) solid var(--button-color);color:var(--button-color)}.sd-button--outline::before{content:"";position:absolute;inset:0;background:var(--button-color);opacity:0;transition:opacity 0.2s ease;z-index:0}.sd-button--outline:hover:not(.sd-button--disabled):not(.sd-button--loading)::before{opacity:0.15}.sd-button--outline .sd-button__content{position:relative;z-index:1}.sd-button--ghost{background-color:transparent;color:var(--button-color);border-color:transparent}.sd-button--ghost::before{content:"";position:absolute;inset:0;background:var(--button-color);opacity:0;transition:opacity 0.2s ease;z-index:0}.sd-button--ghost:hover:not(.sd-button--disabled):not(.sd-button--loading)::before{opacity:0.15}.sd-button--ghost .sd-button__content{position:relative;z-index:1}.sd-button--disabled{border:var(--sd-button-border-width-default, 1px) solid var(--sd-button-border-disabled, #CCCCCC);background:var(--sd-button-bg-disabled, #E1E1E1);color:var(--sd-button-content-disabled, #888888);cursor:not-allowed !important}.sd-button--icon-only{padding:0;width:var(--sd-button-icon-only-size, var(--sd-button-height));min-width:var(--sd-button-icon-only-size, var(--sd-button-height));height:var(--sd-button-icon-only-size, var(--sd-button-height))}.sd-button--no-hover:hover::before{opacity:0 !important}.sd-button .sd-button__content{display:inline-flex;align-items:center;justify-content:center;gap:var(--sd-button-gap);z-index:1;font-weight:inherit}sd-guide{display:inline-flex;align-items:center;height:fit-content;width:fit-content}sd-guide .sd-guide{display:inline-flex;align-items:center;height:fit-content;width:fit-content}sd-guide .sd-guide .sd-button{padding:0 16px 0 12px;border-radius:16px;color:#333333 !important;display:flex;align-items:center;transition:none}sd-guide .sd-guide .sd-button .sd-button__content{color:#333333 !important}sd-guide .sd-guide .sd-button .sd-button__content .sd-button__label{color:#333333 !important;margin-left:4px}sd-guide .sd-guide--active .sd-button{border:1px solid #00973C}sd-guide .sd-guide--active .sd-button .sd-button__content .sd-button__label{color:white !important}.sd-guide__popup{position:relative;padding:20px 32px;border-radius:8px;box-shadow:4px 4px 24px 4px rgba(0, 0, 0, 0.1);background:white}.sd-guide__popup>.sd-guide__popup__close{position:absolute;top:12px;right:12px}.sd-guide__popup__header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.sd-guide__popup__header .sd-guide__popup__title{margin-top:0;font-size:16px;font-weight:700;line-height:26px;color:#333333}.sd-guide__popup__list{width:100%;padding:0;margin:0}.sd-guide__popup__list__item{display:flex;width:100%;align-items:start;list-style:none;color:#333333;font-size:12px;font-weight:400}.sd-guide__popup__list__item p{width:100%;padding:0;margin:0;word-wrap:break-word;word-break:break-word;white-space:normal;overflow-wrap:break-word;min-width:0}.sd-guide__popup__list__item::before{display:block;content:"-";width:6px;color:#333333;font-size:12px;font-weight:400;margin-left:10px;margin-right:12px;flex-shrink:0}.sd-guide__popup__list__item--depth-2::before{content:"•"}.sd-guide__popup__list__item--depth-2{padding-left:26px}`;
3
+ const sdGuideCss = () => `@charset "UTF-8";sd-button{display:inline-flex;width:fit-content;height:fit-content}.sd-button{--sd-button-height:34px;--sd-button-padding-x:20px;--sd-button-gap:8px;--sd-button-font-family:inherit;--sd-button-font-size:16px;--sd-button-font-weight:500;--sd-button-text-decoration:none;--sd-button-label-min-width:auto;--sd-button-icon-only-size:var(--sd-button-height);text-decoration:none;cursor:pointer;border-radius:var(--sd-button-button-radius-sm, 4px);transition:all 0.2s ease-in-out;position:relative;overflow:hidden;white-space:nowrap;-webkit-user-select:none;user-select:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border:none;padding:0 var(--sd-button-padding-x);min-width:var(--sd-button-min-width, auto);min-height:var(--sd-button-height);font-family:var(--sd-button-font-family);font-size:var(--sd-button-font-size);font-weight:var(--sd-button-font-weight);text-decoration:var(--sd-button-text-decoration)}.sd-button--xs{--sd-button-height:var(--sd-button-button-xs-height, 24px);--sd-button-padding-x:var(--sd-button-button-xs-padding-x, 8px);--sd-button-gap:var(--sd-button-button-xs-gap, 4px);--sd-button-font-family:var(--sd-button-button-xs-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-button-xs-typography-font-size, 12px);--sd-button-font-weight:var(--sd-button-button-xs-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-button-xs-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-xs-min-width, auto);--sd-button-icon-only-size:var(--sd-button-button-icon-only-xs-width, var(--sd-button-height));line-height:20px}.sd-button--sm{--sd-button-height:var(--sd-button-button-sm-height, 28px);--sd-button-padding-x:var(--sd-button-button-sm-padding-x, 12px);--sd-button-gap:var(--sd-button-button-sm-gap, 6px);--sd-button-font-family:var(--sd-button-button-sm-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-button-sm-typography-font-size, 12px);--sd-button-font-weight:var(--sd-button-button-sm-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-button-sm-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-sm-min-width, auto);--sd-button-icon-only-size:var(--sd-button-button-icon-only-sm-width, var(--sd-button-height));line-height:20px}.sd-button--md{--sd-button-height:var(--sd-button-button-md-height, 34px);--sd-button-padding-x:var(--sd-button-button-md-padding-x, 20px);--sd-button-gap:var(--sd-button-button-md-gap, 8px);--sd-button-font-family:var(--sd-button-button-md-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-button-md-typography-font-size, 16px);--sd-button-font-weight:var(--sd-button-button-md-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-button-md-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-md-min-width, auto);--sd-button-icon-only-size:var(--sd-button-button-icon-only-md-width, var(--sd-button-height));line-height:26px}.sd-button--lg{--sd-button-height:var(--sd-button-button-lg-height, 62px);--sd-button-padding-x:var(--sd-button-button-lg-padding-x, 28px);--sd-button-gap:var(--sd-button-button-lg-gap, 12px);--sd-button-font-family:var(--sd-button-button-lg-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-button-lg-typography-font-size, 18px);--sd-button-font-weight:var(--sd-button-button-lg-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-button-lg-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-lg-min-width, auto);--sd-button-icon-only-size:var(--sd-button-button-icon-only-lg-width, var(--sd-button-height));line-height:30px}.sd-button--has-label{--sd-button-min-width:var(--sd-button-label-min-width, auto)}.sd-button--primary{background-color:var(--button-color);color:white;transition:filter 0.2s ease}.sd-button--primary::before{content:"";position:absolute;inset:0;background:#000000;opacity:0;transition:opacity 0.2s ease;z-index:0}.sd-button--primary:hover:not(.sd-button--disabled):not(.sd-button--loading)::before{opacity:0.25}.sd-button--outline{background:white;border:var(--sd-button-button-border-width-default, 1px) solid var(--button-color);color:var(--button-color)}.sd-button--outline::before{content:"";position:absolute;inset:0;background:var(--button-color);opacity:0;transition:opacity 0.2s ease;z-index:0}.sd-button--outline:hover:not(.sd-button--disabled):not(.sd-button--loading)::before{opacity:0.15}.sd-button--outline .sd-button__content{position:relative;z-index:1}.sd-button--ghost{background-color:transparent;color:var(--button-color);border-color:transparent}.sd-button--ghost::before{content:"";position:absolute;inset:0;background:var(--button-color);opacity:0;transition:opacity 0.2s ease;z-index:0}.sd-button--ghost:hover:not(.sd-button--disabled):not(.sd-button--loading)::before{opacity:0.15}.sd-button--ghost .sd-button__content{position:relative;z-index:1}.sd-button--disabled{border:var(--sd-button-button-border-width-default, 1px) solid var(--sd-button-button-border-disabled, #CCCCCC);background:var(--sd-button-button-bg-disabled, #E1E1E1);color:var(--sd-button-button-text-disabled, #888888);cursor:not-allowed !important}.sd-button--icon-only{padding:0;width:var(--sd-button-icon-only-size, var(--sd-button-height));min-width:var(--sd-button-icon-only-size, var(--sd-button-height));height:var(--sd-button-icon-only-size, var(--sd-button-height))}.sd-button--no-hover:hover::before{opacity:0 !important}.sd-button .sd-button__content{display:inline-flex;align-items:center;justify-content:center;gap:var(--sd-button-gap);z-index:1;font-weight:inherit}sd-guide{display:inline-flex;align-items:center;height:fit-content;width:fit-content}sd-guide .sd-guide{display:inline-flex;align-items:center;height:fit-content;width:fit-content}sd-guide .sd-guide .sd-button{padding:0 16px 0 12px;border-radius:16px;color:#333333 !important;display:flex;align-items:center;transition:none}sd-guide .sd-guide .sd-button .sd-button__content{color:#333333 !important}sd-guide .sd-guide .sd-button .sd-button__content .sd-button__label{color:#333333 !important;margin-left:4px}sd-guide .sd-guide--active .sd-button{border:1px solid #00973C}sd-guide .sd-guide--active .sd-button .sd-button__content .sd-button__label{color:white !important}.sd-guide__popup{position:relative;padding:20px 32px;border-radius:8px;box-shadow:4px 4px 24px 4px rgba(0, 0, 0, 0.1);background:white}.sd-guide__popup>.sd-guide__popup__close{position:absolute;top:12px;right:12px}.sd-guide__popup__header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.sd-guide__popup__header .sd-guide__popup__title{margin-top:0;font-size:16px;font-weight:700;line-height:26px;color:#333333}.sd-guide__popup__list{width:100%;padding:0;margin:0}.sd-guide__popup__list__item{display:flex;width:100%;align-items:start;list-style:none;color:#333333;font-size:12px;font-weight:400}.sd-guide__popup__list__item p{width:100%;padding:0;margin:0;word-wrap:break-word;word-break:break-word;white-space:normal;overflow-wrap:break-word;min-width:0}.sd-guide__popup__list__item::before{display:block;content:"-";width:6px;color:#333333;font-size:12px;font-weight:400;margin-left:10px;margin-right:12px;flex-shrink:0}.sd-guide__popup__list__item--depth-2::before{content:"•"}.sd-guide__popup__list__item--depth-2{padding-left:26px}`;
4
4
 
5
5
  const GUIDE_LABEL = {
6
6
  help: '활용 TIP',
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, g as getElement, h } from './index-DsU722JF.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h } from './index-BqHL8W3c.js';
2
2
  import { n as nanoid } from './index-CCwNgVmC.js';
3
3
  import { i as inputTokens } from './component.textinput-CJwbBrt5.js';
4
4
 
@@ -29,7 +29,7 @@ const INPUT_COLORS = {
29
29
  icon: inputTokens.textinput.icon,
30
30
  };
31
31
 
32
- const sdInputCss = () => `sd-icon{display:inline-block;line-height:0}sd-icon .sd-icon--rotate-90{transform:rotate(90deg)}sd-icon .sd-icon--rotate-180{transform:rotate(180deg)}sd-icon .sd-icon--rotate-270{transform:rotate(270deg)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0px 1000px #fff inset;box-shadow:0 0 0px 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}input:autofill,input:autofill:hover,input:autofill:focus,input:autofill:active{-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0px 1000px #fff inset;box-shadow:0 0 0px 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}sd-input{display:inline-flex}sd-input .sd-input__content{width:100%;height:100%;display:flex;flex-flow:row nowrap;align-items:center;color:var(--sd-input-text-color);font-size:var(--sd-input-font-size);line-height:var(--sd-input-line-height);font-weight:var(--sd-input-font-weight);padding:0 var(--sd-input-padding-x);gap:var(--sd-input-gap)}sd-input .sd-input__content .sd-input__native{width:100%;height:100%;border:none;outline:none;background:transparent;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit}sd-input .sd-input__content .sd-input__native[disabled]{cursor:not-allowed;color:var(--sd-input-disabled-color)}sd-input .sd-input__content .sd-input__native::placeholder{color:var(--sd-input-placeholder-color)}sd-input .sd-input__content .sd-input__clear-icon,sd-input .sd-input__content .sd-input__password-icon{flex-shrink:0}sd-input .sd-input__content .sd-input__native[disabled]~.sd-input__clear-icon,sd-input .sd-input__content .sd-input__native[disabled]~.sd-input__password-icon{cursor:not-allowed;pointer-events:none}`;
32
+ const sdInputCss = () => `sd-icon{display:inline-block;line-height:0}sd-icon .sd-icon--rotate-90{transform:rotate(90deg)}sd-icon .sd-icon--rotate-180{transform:rotate(180deg)}sd-icon .sd-icon--rotate-270{transform:rotate(270deg)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0px 1000px #fff inset;box-shadow:0 0 0px 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}input:autofill,input:autofill:hover,input:autofill:focus,input:autofill:active{-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0px 1000px #fff inset;box-shadow:0 0 0px 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}sd-input{display:inline-flex}sd-input .sd-input__content{width:100%;height:100%;display:flex;flex-flow:row nowrap;align-items:center;color:var(--sd-input-text-color);font-size:var(--sd-input-font-size);line-height:var(--sd-input-line-height);font-weight:var(--sd-input-font-weight);padding:0 var(--sd-input-padding-x);gap:var(--sd-input-gap)}sd-input .sd-input__content .sd-input__native{width:100%;height:100%;border:none;outline:none;background:transparent;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit}sd-input .sd-input__content .sd-input__native[disabled]{cursor:not-allowed;color:var(--sd-input-disabled-color)}sd-input .sd-input__content .sd-input__native[readonly]{color:var(--sd-input-disabled-color)}sd-input .sd-input__content .sd-input__native::placeholder{color:var(--sd-input-placeholder-color)}sd-input .sd-input__content .sd-input__clear-icon,sd-input .sd-input__content .sd-input__password-icon{flex-shrink:0}sd-input .sd-input__content .sd-input__native[disabled]~.sd-input__clear-icon,sd-input .sd-input__content .sd-input__native[disabled]~.sd-input__password-icon{cursor:not-allowed;pointer-events:none}`;
33
33
 
34
34
  const SdInput = class {
35
35
  constructor(hostRef) {
@@ -146,12 +146,12 @@ const SdInput = class {
146
146
  '--sd-system-size-field-sm-height': `${sizeTokens.height}px`,
147
147
  '--sd-system-radius-field-sm': `${sizeTokens.radius}px`,
148
148
  };
149
- return (h("sd-field", { key: '16881490eb9d8d08aa0788be2dbb845b12f50269', name: this.name, label: this.label, addonLabel: this.addonLabel, hint: this.hint, errorMessage: this.errorMessage, width: this.width, rules: this.rules, error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, status: this.status, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("label", { key: '04e71967c3b3f7bf4589a3aaf4505c5d67d615da', class: "sd-input__content" }, h("slot", { key: '18476a19c8825734e475116586bab2711c1d84e3', name: "prefix" }), h("input", { key: '7600e0ade86d1bca8ba6197d49bd72ef4d0778dd', name: this.name, ref: el => (this.nativeEl = el), class: `sd-input__native ${this.inputClass}`, type: this.type === 'password' && this.passwordVisible ? 'text' : this.type, value: this.internalValue || '', placeholder: this.placeholder, disabled: this.disabled, readonly: this.readonly, autofocus: this.autoFocus, autocomplete: this.autocomplete || undefined, maxlength: this.maxlength, minlength: this.minlength, inputmode: this.inputmode, enterkeyhint: this.enterkeyhint, spellcheck: this.spellcheck, onInput: this.handleInput, onFocus: event => this.handleFocus('focus', event), onBlur: event => this.handleFocus('blur', event), style: this.inputStyle }), h("slot", { key: '5c98ef1acdb26a1c0f89fc04101c0315b017c08a', name: "suffix" }), this.clearable && this.internalValue && !this.disabled && (h("sd-ghost-button", { key: 'f188270be3635c68d99a453eaba61f53d6bb2bc7', icon: "close", ariaLabel: "close", size: "xxs", disabled: this.disabled, class: "sd-input__clear-icon", onClick: async () => {
149
+ return (h("sd-field", { key: 'a96aaa54fe54c9d9ee5ab31537e1b6fb7b612c8f', name: this.name, label: this.label, addonLabel: this.addonLabel, hint: this.hint, errorMessage: this.errorMessage, width: this.width, rules: this.rules, error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, status: this.status, size: this.size, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("label", { key: 'd806549d41156ab414d04664e6887075ef97f307', class: "sd-input__content" }, h("slot", { key: '29f447128f6211792742a252d1ea087b5a5b413e', name: "prefix" }), h("input", { key: 'e1870c7573268e97eac820d7508e134c13c32b40', name: this.name, ref: el => (this.nativeEl = el), class: `sd-input__native ${this.inputClass}`, type: this.type === 'password' && this.passwordVisible ? 'text' : this.type, value: this.internalValue || '', placeholder: this.placeholder, disabled: this.disabled, readonly: this.readonly, autofocus: this.autoFocus, autocomplete: this.autocomplete || undefined, maxlength: this.maxlength, minlength: this.minlength, inputmode: this.inputmode, enterkeyhint: this.enterkeyhint, spellcheck: this.spellcheck, onInput: this.handleInput, onFocus: event => this.handleFocus('focus', event), onBlur: event => this.handleFocus('blur', event), style: this.inputStyle }), h("slot", { key: 'f12b87b5d30878a55e1224abf789b924c1fd3a0c', name: "suffix" }), this.clearable && this.internalValue && !this.disabled && (h("sd-ghost-button", { key: 'dad4be5dc6e8239dedc094fe0eb02a2587dd9f9c', icon: "close", ariaLabel: "close", size: "xxs", disabled: this.disabled, class: "sd-input__clear-icon", onClick: async () => {
150
150
  if (this.disabled)
151
151
  return;
152
152
  this.internalValue = '';
153
153
  await this.formField?.sdValidate();
154
- } })), this.type === 'password' && (h("sd-ghost-button", { key: 'cedaceae0b81e007e4672a57c950bd6b23d045cd', icon: this.passwordVisible ? 'visibilityOn' : 'visibilityOff', ariaLabel: "visibility", size: "xxs", disabled: this.disabled, class: "sd-input__password-icon", onClick: () => {
154
+ } })), this.type === 'password' && (h("sd-ghost-button", { key: '71c5cf7565ad13f08173fc10e828ddf5f8f546b8', icon: this.passwordVisible ? 'visibilityOn' : 'visibilityOff', ariaLabel: "visibility", size: "xxs", disabled: this.disabled, class: "sd-input__password-icon", onClick: () => {
155
155
  if (this.disabled)
156
156
  return;
157
157
  this.passwordVisible = !this.passwordVisible;
@@ -192,17 +192,17 @@ const SdSelectSearchInput = class {
192
192
  input?.focus({ preventScroll: true });
193
193
  }
194
194
  render() {
195
- return (h("div", { key: '356f1b606a50d6a247793aebd1609f509a08784e', class: {
195
+ return (h("div", { key: '36003b7e0e7d8a3df224b18257d4d6b1712d47da', class: {
196
196
  'sd-select-search-input': true,
197
197
  'sd-select-search-input--scrolled': !!this.isScrolled,
198
- }, onClick: event => event.stopPropagation() }, h("sd-input", { key: '99162b5eeb831b771666246ecbd223c0a1b93d9c', ref: el => (this.searchRef = el), value: this.searchText, placeholder: "\uAC80\uC0C9", clearable: true, inputStyle: { 'padding-left': '8px' }, autofocus: true, onSdUpdate: event => {
198
+ }, onClick: event => event.stopPropagation() }, h("sd-input", { key: '3b6f80d033a7903cb8e3692a2eebe0ab991e8d68', ref: el => (this.searchRef = el), value: this.searchText, placeholder: "\uAC80\uC0C9", clearable: true, inputStyle: { 'padding-left': '8px' }, autofocus: true, onSdUpdate: event => {
199
199
  this.searchInput.emit(String(event?.detail));
200
200
  }, onSdFocus: () => {
201
201
  this.searchFocus.emit();
202
202
  }, onKeyDown: event => {
203
203
  if (event.code === 'Enter')
204
204
  event.stopPropagation();
205
- } }, h("sd-icon", { key: 'e8929cfab6ab5a483531c939de1b4c0c11f1b145', name: "search", size: 16, color: "#737373", style: { marginRight: '4px' }, slot: "prefix" }))));
205
+ } }, h("sd-icon", { key: '7c453e87ba6b384c5be7bb142697ba43c0d1a20b', name: "search", size: 16, color: "#737373", style: { marginRight: '4px' }, slot: "prefix" }))));
206
206
  }
207
207
  };
208
208
  SdSelectSearchInput.style = sdSelectSearchInputCss();
@@ -0,0 +1,27 @@
1
+ import { r as registerInstance, h } from './index-BqHL8W3c.js';
2
+
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, 10000);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
+
5
+ const SdLoadingContainer = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ }
9
+ visible = false;
10
+ message = '';
11
+ async show(options = {}) {
12
+ this.message = options.message ?? '';
13
+ this.visible = true;
14
+ }
15
+ async hide() {
16
+ this.visible = false;
17
+ }
18
+ render() {
19
+ return (h("div", { key: 'e4578e196ebd4ee69d424fe85c9bf651bc3382f7', class: {
20
+ 'sd-loading-container': true,
21
+ 'sd-loading-container--visible': this.visible,
22
+ }, "aria-hidden": this.visible ? 'false' : 'true' }, h("div", { key: 'ae9fae9408f9b69591554ca105abb2ece362db00', class: "sd-loading-container__backdrop" }), h("div", { key: '27d0c6518dacbb664cebb2fc76c9ceb14b2b3aac', class: "sd-loading-container__content" }, h("sd-circle-progress", { key: 'ace74d2550a2ddb579c61e6f8daaaf64915e8666', indeterminate: true, type: "inverse" }), this.message && (h("p", { key: 'af059ecdadf7b3b3c0a0437cbc4264ff550fa3c6', class: "sd-loading-container__message" }, this.message)))));
23
+ }
24
+ };
25
+ SdLoadingContainer.style = sdLoadingContainerCss();
26
+
27
+ export { SdLoadingContainer as sd_loading_container };
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, g as getElement, h } from './index-DsU722JF.js';
1
+ import { r as registerInstance, a as getElement, h } from './index-BqHL8W3c.js';
2
2
 
3
3
  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, 9999);display:flex;align-items:center;justify-content:center}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}sd-modal-container .sd-modal-container__backdrop--visible{opacity:1}sd-modal-container .sd-modal-container__content{position:relative;z-index:1;display:grid;place-items:center}sd-modal-container .sd-modal-container__content>*{grid-row:1;grid-column:1}sd-modal-container .sd-modal-container__modal{opacity:0;transform:scale(0);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)}}`;
4
4
 
@@ -37,6 +37,15 @@ const SdModalContainer = class {
37
37
  });
38
38
  return id;
39
39
  }
40
+ async openLoading(options, modalRef) {
41
+ const id = `modal-${++modalIdCounter}`;
42
+ const modalEl = this.createLoadingModal(id, options);
43
+ this.attachLoadingModalEventListeners(id, modalEl);
44
+ this.registerEntry(id, modalEl, modalRef, {
45
+ persistent: !!options.persistent,
46
+ });
47
+ return id;
48
+ }
40
49
  async createCustom(element, options, modalRef) {
41
50
  const id = `modal-${++modalIdCounter}`;
42
51
  element.setAttribute('data-modal-id', id);
@@ -52,6 +61,12 @@ const SdModalContainer = class {
52
61
  modalEl.addEventListener('sdCancel', () => this.requestDismiss(id, 'cancel'));
53
62
  modalEl.addEventListener('sdClose', () => this.requestDismiss(id, 'close'));
54
63
  }
64
+ attachLoadingModalEventListeners(id, modalEl) {
65
+ modalEl.addEventListener('sdClick', () => {
66
+ const entry = (this.entries ?? []).find(item => item.id === id);
67
+ entry?.modalRef._triggerClick?.();
68
+ });
69
+ }
55
70
  dispatchClose(modalEl) {
56
71
  modalEl.dispatchEvent(new CustomEvent('sdClose'));
57
72
  }
@@ -94,7 +109,13 @@ const SdModalContainer = class {
94
109
  const entry = (this.entries ?? []).find(e => e.id === id);
95
110
  if (!entry || entry.closing)
96
111
  return;
97
- this.applyProps(entry.modalEl, props);
112
+ const tag = entry.modalEl.tagName.toLowerCase();
113
+ if (tag === 'sd-loading-modal') {
114
+ this.applyLoadingProps(entry.modalEl, props);
115
+ }
116
+ else {
117
+ this.applyProps(entry.modalEl, props);
118
+ }
98
119
  }
99
120
  createConfirmModal(id, options) {
100
121
  const el = document.createElement('sd-confirm-modal');
@@ -103,6 +124,28 @@ const SdModalContainer = class {
103
124
  this.applyProps(el, options);
104
125
  return el;
105
126
  }
127
+ createLoadingModal(id, options) {
128
+ const el = document.createElement('sd-loading-modal');
129
+ el.setAttribute('data-modal-id', id);
130
+ el.classList.add('sd-modal-container__modal');
131
+ this.applyLoadingProps(el, options);
132
+ return el;
133
+ }
134
+ applyLoadingProps(el, options) {
135
+ if (this.hasOwnProp(options, 'state'))
136
+ this.setAttr(el, 'state', options.state);
137
+ if (this.hasOwnProp(options, 'message'))
138
+ this.setAttr(el, 'message', options.message);
139
+ if (this.hasOwnProp(options, 'buttonLabel')) {
140
+ this.setAttr(el, 'button-label', options.buttonLabel);
141
+ }
142
+ if (this.hasOwnProp(options, 'width')) {
143
+ this.setAttr(el, 'width', options.width != null ? String(options.width) : undefined);
144
+ }
145
+ if (this.hasOwnProp(options, 'height')) {
146
+ this.setAttr(el, 'height', options.height != null ? String(options.height) : undefined);
147
+ }
148
+ }
106
149
  applyProps(el, options) {
107
150
  if (this.hasOwnProp(options, 'type'))
108
151
  this.setAttr(el, 'type', options.type);
@@ -1,11 +1,10 @@
1
- import { r as registerInstance, c as createEvent, g as getElement, h } from './index-DsU722JF.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h } from './index-BqHL8W3c.js';
2
2
  import { n as nanoid } from './index-CCwNgVmC.js';
3
3
 
4
4
  const numberInput = {
5
5
  sm: {
6
6
  height: "28",
7
7
  paddingX: "6",
8
- gap: "8",
9
8
  radius: "4",
10
9
  typography: {
11
10
  fontWeight: "400",
@@ -15,7 +14,6 @@ const numberInput = {
15
14
  md: {
16
15
  height: "36",
17
16
  paddingX: "8",
18
- gap: "12",
19
17
  radius: "6",
20
18
  typography: {
21
19
  fontWeight: "400",
@@ -76,7 +74,6 @@ const NUMBER_INPUT_SIZE_MAP = {
76
74
  sm: {
77
75
  height: sm.height,
78
76
  paddingX: sm.paddingX,
79
- gap: sm.gap,
80
77
  radius: sm.radius,
81
78
  fontSize: sm.typography.fontSize,
82
79
  lineHeight: sm.typography.lineHeight,
@@ -85,7 +82,6 @@ const NUMBER_INPUT_SIZE_MAP = {
85
82
  md: {
86
83
  height: md.height,
87
84
  paddingX: md.paddingX,
88
- gap: md.gap,
89
85
  radius: md.radius,
90
86
  fontSize: md.typography.fontSize,
91
87
  lineHeight: md.typography.lineHeight,
@@ -108,7 +104,7 @@ const NUMBER_INPUT_HINT = numberInputTokens.numberInput.hint;
108
104
  const NUMBER_INPUT_ERROR_MESSAGE = numberInputTokens.numberInput.errorMessage;
109
105
  const NUMBER_INPUT_CONTENTS_GAP = numberInputTokens.numberInput.contents.gap;
110
106
 
111
- const sdNumberInputCss = () => `sd-number-input{display:inline-flex}sd-number-input .sd-number-input__content{width:100%;height:100%;display:flex;flex-flow:row nowrap;align-items:center;color:var(--sd-number-input-text-color);font-size:var(--sd-number-input-font-size);line-height:var(--sd-number-input-line-height);font-weight:var(--sd-number-input-font-weight);padding:0 var(--sd-number-input-padding-x);gap:var(--sd-number-input-gap)}sd-number-input .sd-number-input__content .sd-number-input__native{width:100%;height:100%;min-width:0;border:none;outline:none;background:transparent;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;padding-block:0;padding-inline:0}sd-number-input .sd-number-input__content .sd-number-input__native[disabled]{cursor:not-allowed;color:var(--sd-number-input-disabled-color)}sd-number-input .sd-number-input__content .sd-number-input__native::placeholder{color:var(--sd-number-input-placeholder-color)}sd-number-input .sd-number-input__content .sd-number-input__prefix,sd-number-input .sd-number-input__content .sd-number-input__suffix{flex-shrink:0;white-space:nowrap;color:var(--sd-number-input-placeholder-color);font-size:inherit;line-height:inherit}sd-number-input .sd-number-input__content .sd-number-input__stepper{flex-shrink:0;width:var(--sd-number-input-stepper-size);height:var(--sd-number-input-stepper-size);border:none;border-radius:var(--sd-number-input-stepper-radius);background-color:var(--sd-number-input-stepper-bg);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0;transition:background-color 0.15s ease}sd-number-input .sd-number-input__content .sd-number-input__stepper:hover:not(:disabled){filter:brightness(0.95)}sd-number-input .sd-number-input__content .sd-number-input__stepper:disabled{background-color:var(--sd-number-input-stepper-bg-disabled);cursor:not-allowed}`;
107
+ const sdNumberInputCss = () => `sd-number-input{display:inline-flex}sd-number-input .sd-number-input__content{width:100%;height:100%;display:flex;flex-flow:row nowrap;align-items:center;color:var(--sd-number-input-text-color);font-size:var(--sd-number-input-font-size);line-height:var(--sd-number-input-line-height);font-weight:var(--sd-number-input-font-weight);padding:0 var(--sd-number-input-padding-x)}sd-number-input .sd-number-input__content .sd-number-input__native{width:100%;height:100%;min-width:0;border:none;outline:none;background:transparent;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;padding-block:0;padding-inline:0}sd-number-input .sd-number-input__content .sd-number-input__native[disabled]{cursor:not-allowed;color:var(--sd-number-input-disabled-color)}sd-number-input .sd-number-input__content .sd-number-input__native::placeholder{color:var(--sd-number-input-placeholder-color)}sd-number-input .sd-number-input__content .sd-number-input__prefix,sd-number-input .sd-number-input__content .sd-number-input__suffix{flex-shrink:0;white-space:nowrap;color:var(--sd-number-input-placeholder-color);font-size:inherit;line-height:inherit}sd-number-input .sd-number-input__content .sd-number-input__stepper{flex-shrink:0;width:var(--sd-number-input-stepper-size);height:var(--sd-number-input-stepper-size);border:none;border-radius:var(--sd-number-input-stepper-radius);background-color:var(--sd-number-input-stepper-bg);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0;transition:background-color 0.15s ease}sd-number-input .sd-number-input__content .sd-number-input__stepper:hover:not(:disabled){filter:brightness(0.95)}sd-number-input .sd-number-input__content .sd-number-input__stepper:disabled{background-color:var(--sd-number-input-stepper-bg-disabled);cursor:not-allowed}`;
112
108
 
113
109
  const SdNumberInput = class {
114
110
  constructor(hostRef) {
@@ -359,7 +355,6 @@ const SdNumberInput = class {
359
355
  '--sd-number-input-line-height': `${sizeTokens.lineHeight}px`,
360
356
  '--sd-number-input-font-weight': sizeTokens.fontWeight,
361
357
  '--sd-number-input-padding-x': `${sizeTokens.paddingX}px`,
362
- '--sd-number-input-gap': `${sizeTokens.gap}px`,
363
358
  '--sd-number-input-text-color': NUMBER_INPUT_COLORS.text.default,
364
359
  '--sd-number-input-placeholder-color': NUMBER_INPUT_COLORS.text.placeholder,
365
360
  '--sd-number-input-disabled-color': NUMBER_INPUT_COLORS.text.disabled,
@@ -386,12 +381,12 @@ const SdNumberInput = class {
386
381
  '--sd-textinput-input-hint-typography-line-height': `${NUMBER_INPUT_HINT.typography.lineHeight}px`,
387
382
  '--sd-textinput-input-contents-gap': `${NUMBER_INPUT_CONTENTS_GAP}px`,
388
383
  };
389
- return (h("sd-field", { key: 'd12c62be0352fcaa356450f7a534f3f1c684cf8e', name: this.name, label: this.label, addonLabel: this.addonLabel, hint: this.hint, errorMessage: this.errorMessage, width: this.width, rules: this.rules, error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, status: this.status, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: 'be7463579f63800d84531ed72fe84c47de7a005c', class: "sd-number-input__content" }, this.useButton && (h("button", { key: '23f1e57fc26545bef557b1fc6d1827783ffe7144', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--decrement", disabled: this.isDecrementDisabled(), onClick: this.handleDecrement, tabindex: -1 }, h("sd-icon", { key: '9b918e18437423e3aec20e5cb66d0d84b3e59649', name: "minus", size: iconSize, color: this.isDecrementDisabled()
384
+ return (h("sd-field", { key: 'e05cc16f4dde4fd82d11a811b578723af2f5b092', name: this.name, label: this.label, addonLabel: this.addonLabel, hint: this.hint, errorMessage: this.errorMessage, width: this.width, rules: this.rules, error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, status: this.status, size: this.size, ref: el => (this.formField = el), onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false), style: cssVars }, h("div", { key: 'db4f02b5f882acfe481698745ca374874643efbd', class: "sd-number-input__content" }, this.useButton && (h("button", { key: 'c83df0e915849792427b2f3609937bb0b62aae15', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--decrement", disabled: this.isDecrementDisabled(), onClick: this.handleDecrement, tabindex: -1 }, h("sd-icon", { key: 'b7ea0704c9d114b5e1b8eca29a408efb5e532b7e', name: "minus", size: iconSize, color: this.isDecrementDisabled()
390
385
  ? NUMBER_INPUT_STEPPER.icon.disabled
391
- : NUMBER_INPUT_STEPPER.icon.default }))), this.inputPrefix && (h("span", { key: '0793d70a0040400cc4e1f3bfe8cafaa02f42a8c2', class: "sd-number-input__prefix" }, this.inputPrefix)), h("input", { key: '31d91862988aa0ee3aabcd78a66844c37b9efac0', name: this.name, ref: el => (this.nativeEl = el), class: `sd-number-input__native ${this.inputClass}`, type: "text", inputMode: "numeric", value: this.displayValue, placeholder: this.placeholder, disabled: this.disabled, readonly: this.readonly, autofocus: this.autoFocus, onInput: this.handleInput, onKeyDown: this.handleKeyDown, onFocus: this.handleFocus, onBlur: this.handleBlur, style: {
386
+ : NUMBER_INPUT_STEPPER.icon.default }))), this.inputPrefix && (h("span", { key: '57ed4229c30d52b6925ebaccd816cd8496ab60c0', class: "sd-number-input__prefix" }, this.inputPrefix)), h("input", { key: 'b018a810ca085218beb7acbba0187543c8369236', name: this.name, ref: el => (this.nativeEl = el), class: `sd-number-input__native ${this.inputClass}`, type: "text", inputMode: "numeric", value: this.displayValue, placeholder: this.placeholder, disabled: this.disabled, readonly: this.readonly, autofocus: this.autoFocus, onInput: this.handleInput, onKeyDown: this.handleKeyDown, onFocus: this.handleFocus, onBlur: this.handleBlur, style: {
392
387
  textAlign: this.useButton ? 'center' : 'right',
393
388
  ...this.inputStyle,
394
- } }), this.inputSuffix && (h("span", { key: 'fab71e56d4876d0899b9744632d21fb41c344bb6', class: "sd-number-input__suffix" }, this.inputSuffix)), this.useButton && (h("button", { key: '1b1c80f63d7bd8503a9d3c2cbbd5170a44d511bf', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--increment", disabled: this.isIncrementDisabled(), onClick: this.handleIncrement, tabindex: -1 }, h("sd-icon", { key: 'a0073de5e46fc8463f818ac2521725fb8eb7211f', name: "add", size: iconSize, color: this.isIncrementDisabled()
389
+ } }), this.inputSuffix && (h("span", { key: '5db549a3cc81b98123cdec69b866b25d961f210f', class: "sd-number-input__suffix" }, this.inputSuffix)), this.useButton && (h("button", { key: '8b0b8c4ba46cf1cc5fba21f7fa8c113ca215b265', type: "button", class: "sd-number-input__stepper sd-number-input__stepper--increment", disabled: this.isIncrementDisabled(), onClick: this.handleIncrement, tabindex: -1 }, h("sd-icon", { key: '77012f79ba5a3a5550af844149bb35fa1e165533', name: "add", size: iconSize, color: this.isIncrementDisabled()
395
390
  ? NUMBER_INPUT_STEPPER.icon.disabled
396
391
  : NUMBER_INPUT_STEPPER.icon.default }))))));
397
392
  }