@dropi/ui 0.1.42 → 0.1.44

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 (403) hide show
  1. package/dist/cjs/dropi-accordion-item.cjs.entry.js +1 -1
  2. package/dist/cjs/dropi-accordion.cjs.entry.js +1 -1
  3. package/dist/cjs/dropi-alert-legacy.cjs.entry.js +1 -1
  4. package/dist/cjs/dropi-alert-modal.cjs.entry.js +1 -1
  5. package/dist/cjs/dropi-alert.cjs.entry.js +1 -1
  6. package/dist/cjs/dropi-avatars.cjs.entry.js +1 -1
  7. package/dist/cjs/dropi-badge-legacy.cjs.entry.js +1 -1
  8. package/dist/cjs/dropi-badge.cjs.entry.js +1 -1
  9. package/dist/cjs/dropi-banner-external.cjs.entry.js +1 -1
  10. package/dist/cjs/dropi-breadcrumb.cjs.entry.js +1 -1
  11. package/dist/cjs/dropi-button.cjs.entry.js +20 -3
  12. package/dist/cjs/dropi-card-checkbox.cjs.entry.js +1 -1
  13. package/dist/cjs/dropi-card-product.cjs.entry.js +1 -1
  14. package/dist/cjs/dropi-card-section.cjs.entry.js +1 -1
  15. package/dist/cjs/dropi-carousel.cjs.entry.js +1 -1
  16. package/dist/cjs/dropi-checkbox-selection-list.cjs.entry.js +1 -1
  17. package/dist/cjs/dropi-checkbox.cjs.entry.js +24 -3
  18. package/dist/cjs/dropi-chips.cjs.entry.js +1 -1
  19. package/dist/cjs/dropi-city-selector.cjs.entry.js +2 -2
  20. package/dist/cjs/dropi-color-picker.cjs.entry.js +1 -1
  21. package/dist/cjs/dropi-country-flags.cjs.entry.js +1 -1
  22. package/dist/cjs/dropi-country-selector.cjs.entry.js +108 -7
  23. package/dist/cjs/dropi-date-picker-range.cjs.entry.js +1 -1
  24. package/dist/cjs/dropi-date-picker.cjs.entry.js +41 -5
  25. package/dist/cjs/dropi-drawer.cjs.entry.js +2 -2
  26. package/dist/cjs/dropi-dropdown.cjs.entry.js +1 -1
  27. package/dist/cjs/dropi-empty-state.cjs.entry.js +1 -1
  28. package/dist/cjs/dropi-favorite-button.cjs.entry.js +1 -1
  29. package/dist/cjs/dropi-file-upload-progress-bar.cjs.entry.js +1 -1
  30. package/dist/cjs/dropi-file-upload.cjs.entry.js +1 -1
  31. package/dist/cjs/dropi-icon.cjs.entry.js +1 -1
  32. package/dist/cjs/dropi-ilustration-icon.cjs.entry.js +1 -1
  33. package/dist/cjs/dropi-image-miniature.cjs.entry.js +1 -1
  34. package/dist/cjs/dropi-image-overlay.cjs.entry.js +1 -1
  35. package/dist/cjs/dropi-input_3.cjs.entry.js +4 -4
  36. package/dist/cjs/dropi-languages-selector.cjs.entry.js +1 -1
  37. package/dist/cjs/dropi-logo.cjs.entry.js +1 -1
  38. package/dist/cjs/dropi-lottie-loader.cjs.entry.js +1 -1
  39. package/dist/cjs/dropi-media-player.cjs.entry.js +1 -1
  40. package/dist/cjs/dropi-modal.cjs.entry.js +2 -2
  41. package/dist/cjs/dropi-navbar.cjs.entry.js +1 -1
  42. package/dist/cjs/dropi-otp-send-code.cjs.entry.js +23 -3
  43. package/dist/cjs/dropi-phone-input.cjs.entry.js +27 -4
  44. package/dist/cjs/dropi-progress-bar.cjs.entry.js +1 -1
  45. package/dist/cjs/dropi-radio-button.cjs.entry.js +19 -2
  46. package/dist/cjs/dropi-radio-selection-list.cjs.entry.js +1 -1
  47. package/dist/cjs/dropi-read-more.cjs.entry.js +1 -1
  48. package/dist/cjs/dropi-search.cjs.entry.js +1 -1
  49. package/dist/cjs/dropi-select.cjs.entry.js +3 -3
  50. package/dist/cjs/dropi-sidebar.cjs.entry.js +1 -1
  51. package/dist/cjs/dropi-simple-stepper.cjs.entry.js +1 -1
  52. package/dist/cjs/dropi-skeleton.cjs.entry.js +1 -1
  53. package/dist/cjs/dropi-steps.cjs.entry.js +1 -1
  54. package/dist/cjs/dropi-switch.cjs.entry.js +23 -2
  55. package/dist/cjs/dropi-table.cjs.entry.js +1 -1
  56. package/dist/cjs/dropi-tabs.cjs.entry.js +1 -1
  57. package/dist/cjs/dropi-tag-type-product.cjs.entry.js +1 -1
  58. package/dist/cjs/dropi-text-area.cjs.entry.js +4 -4
  59. package/dist/cjs/dropi-time-line.cjs.entry.js +1 -1
  60. package/dist/cjs/dropi-toast.cjs.entry.js +2 -2
  61. package/dist/cjs/dropi-tooltip-v2.cjs.entry.js +2 -2
  62. package/dist/cjs/dropi-tooltip.cjs.entry.js +2 -2
  63. package/dist/cjs/dropi-ui.cjs.js +2 -2
  64. package/dist/cjs/dropi-vertical-steps.cjs.entry.js +1 -1
  65. package/dist/cjs/dropi-youtube-lazy-video.cjs.entry.js +1 -1
  66. package/dist/cjs/index-DydfpGMc.js +2773 -0
  67. package/dist/cjs/loader.cjs.js +2 -2
  68. package/dist/collection/components/dropi-button/dropi-button.js +39 -2
  69. package/dist/collection/components/dropi-checkbox/dropi-checkbox.js +38 -2
  70. package/dist/collection/components/dropi-city-selector/dropi-city-selector.css +1 -1
  71. package/dist/collection/components/dropi-country-selector/dropi-country-selector.css +1 -1
  72. package/dist/collection/components/dropi-country-selector/dropi-country-selector.js +140 -5
  73. package/dist/collection/components/dropi-date-picker/dropi-date-picker.js +55 -4
  74. package/dist/collection/components/dropi-drawer/dropi-drawer.css +1 -1
  75. package/dist/collection/components/dropi-input/dropi-input.js +4 -4
  76. package/dist/collection/components/dropi-modal/dropi-modal.css +1 -1
  77. package/dist/collection/components/dropi-otp-send-code/dropi-otp-send-code.js +36 -2
  78. package/dist/collection/components/dropi-phone-input/dropi-phone-input.css +1 -1
  79. package/dist/collection/components/dropi-phone-input/dropi-phone-input.js +39 -2
  80. package/dist/collection/components/dropi-radio-button/dropi-radio-button.js +13 -2
  81. package/dist/collection/components/dropi-select/dropi-select.css +1 -1
  82. package/dist/collection/components/dropi-select/dropi-select.js +2 -2
  83. package/dist/collection/components/dropi-switch/dropi-switch.js +37 -1
  84. package/dist/collection/components/dropi-text-area/dropi-text-area.js +4 -4
  85. package/dist/collection/components/dropi-toast/dropi-toast.css +1 -1
  86. package/dist/collection/components/dropi-tooltip/dropi-tooltip.css +1 -1
  87. package/dist/collection/components/dropi-tooltip-v2/dropi-tooltip.css +1 -1
  88. package/dist/components/dropi-alert-modal.js +1 -1
  89. package/dist/components/dropi-button.js +1 -1
  90. package/dist/components/dropi-card-checkbox.js +1 -1
  91. package/dist/components/dropi-card-section.js +1 -1
  92. package/dist/components/dropi-checkbox-selection-list.js +1 -1
  93. package/dist/components/dropi-checkbox.js +1 -1
  94. package/dist/components/dropi-city-selector.js +1 -1
  95. package/dist/components/dropi-country-selector.js +1 -1
  96. package/dist/components/dropi-date-picker.js +1 -1
  97. package/dist/components/dropi-drawer.js +1 -1
  98. package/dist/components/dropi-dropdown.js +1 -1
  99. package/dist/components/dropi-empty-state.js +1 -1
  100. package/dist/components/dropi-file-upload.js +1 -1
  101. package/dist/components/dropi-input.js +1 -1
  102. package/dist/components/dropi-modal.js +1 -1
  103. package/dist/components/dropi-otp-send-code.js +1 -1
  104. package/dist/components/dropi-phone-input.js +1 -1
  105. package/dist/components/dropi-radio-button.js +1 -1
  106. package/dist/components/dropi-search.js +1 -1
  107. package/dist/components/dropi-select.js +1 -1
  108. package/dist/components/dropi-switch.js +1 -1
  109. package/dist/components/dropi-table.js +1 -1
  110. package/dist/components/dropi-text-area.js +1 -1
  111. package/dist/components/dropi-toast.js +1 -1
  112. package/dist/components/dropi-tooltip-v2.js +1 -1
  113. package/dist/components/dropi-tooltip.js +1 -1
  114. package/dist/components/index.js +1 -1
  115. package/dist/components/p-BGb7xtJN.js +1 -1
  116. package/dist/components/p-Bimspdte.js +1 -1
  117. package/dist/components/p-BmuWhHN-.js +1 -1
  118. package/dist/components/p-Bw8zPxUl.js +1 -0
  119. package/dist/components/p-C44-ijf2.js +1 -1
  120. package/dist/components/p-CCZ6rIo5.js +1 -0
  121. package/dist/components/p-CKflT57p.js +1 -1
  122. package/dist/components/p-DFNI0UID.js +1 -1
  123. package/dist/components/p-Dd1g1gjR.js +1 -0
  124. package/dist/components/p-Dnx3uXgo.js +1 -0
  125. package/dist/components/p-HCtk4_Dq.js +1 -1
  126. package/dist/components/p-Qrac2GRu.js +1 -0
  127. package/dist/components/p-emzVHCws.js +1 -1
  128. package/dist/dropi-ui/dropi-accordion-item.entry.js +1 -1
  129. package/dist/dropi-ui/dropi-accordion.entry.js +1 -1
  130. package/dist/dropi-ui/dropi-alert-legacy.entry.js +1 -1
  131. package/dist/dropi-ui/dropi-alert-modal.entry.js +1 -1
  132. package/dist/dropi-ui/dropi-alert.entry.js +1 -1
  133. package/dist/dropi-ui/dropi-avatars.entry.js +1 -1
  134. package/dist/dropi-ui/dropi-badge-legacy.entry.js +1 -1
  135. package/dist/dropi-ui/dropi-badge.entry.js +1 -1
  136. package/dist/dropi-ui/dropi-banner-external.entry.js +1 -1
  137. package/dist/dropi-ui/dropi-breadcrumb.entry.js +1 -1
  138. package/dist/dropi-ui/dropi-button.entry.js +20 -3
  139. package/dist/dropi-ui/dropi-button.entry.js.map +1 -1
  140. package/dist/dropi-ui/dropi-card-checkbox.entry.js +1 -1
  141. package/dist/dropi-ui/dropi-card-product.entry.js +1 -1
  142. package/dist/dropi-ui/dropi-card-section.entry.js +1 -1
  143. package/dist/dropi-ui/dropi-carousel.entry.js +1 -1
  144. package/dist/dropi-ui/dropi-checkbox-selection-list.entry.js +1 -1
  145. package/dist/dropi-ui/dropi-checkbox.entry.js +24 -3
  146. package/dist/dropi-ui/dropi-checkbox.entry.js.map +1 -1
  147. package/dist/dropi-ui/dropi-chips.entry.js +1 -1
  148. package/dist/dropi-ui/dropi-city-selector.entry.js +2 -2
  149. package/dist/dropi-ui/dropi-city-selector.entry.js.map +1 -1
  150. package/dist/dropi-ui/dropi-color-picker.entry.js +1 -1
  151. package/dist/dropi-ui/dropi-country-flags.entry.js +1 -1
  152. package/dist/dropi-ui/dropi-country-selector.entry.js +108 -7
  153. package/dist/dropi-ui/dropi-country-selector.entry.js.map +1 -1
  154. package/dist/dropi-ui/dropi-date-picker-range.entry.js +1 -1
  155. package/dist/dropi-ui/dropi-date-picker.entry.js +41 -5
  156. package/dist/dropi-ui/dropi-date-picker.entry.js.map +1 -1
  157. package/dist/dropi-ui/dropi-drawer.entry.js +2 -2
  158. package/dist/dropi-ui/dropi-drawer.entry.js.map +1 -1
  159. package/dist/dropi-ui/dropi-dropdown.entry.js +1 -1
  160. package/dist/dropi-ui/dropi-empty-state.entry.js +1 -1
  161. package/dist/dropi-ui/dropi-favorite-button.entry.js +1 -1
  162. package/dist/dropi-ui/dropi-file-upload-progress-bar.entry.js +1 -1
  163. package/dist/dropi-ui/dropi-file-upload.entry.js +1 -1
  164. package/dist/dropi-ui/dropi-icon.entry.js +1 -1
  165. package/dist/dropi-ui/dropi-ilustration-icon.entry.js +1 -1
  166. package/dist/dropi-ui/dropi-image-miniature.entry.js +1 -1
  167. package/dist/dropi-ui/dropi-image-overlay.entry.js +1 -1
  168. package/dist/dropi-ui/dropi-input.entry.js +4 -4
  169. package/dist/dropi-ui/dropi-input.entry.js.map +1 -1
  170. package/dist/dropi-ui/dropi-languages-selector.entry.js +1 -1
  171. package/dist/dropi-ui/dropi-logo.entry.js +1 -1
  172. package/dist/dropi-ui/dropi-lottie-loader.entry.js +1 -1
  173. package/dist/dropi-ui/dropi-media-player.entry.js +1 -1
  174. package/dist/dropi-ui/dropi-modal.entry.js +2 -2
  175. package/dist/dropi-ui/dropi-modal.entry.js.map +1 -1
  176. package/dist/dropi-ui/dropi-navbar.entry.js +1 -1
  177. package/dist/dropi-ui/dropi-otp-send-code.entry.js +23 -3
  178. package/dist/dropi-ui/dropi-otp-send-code.entry.js.map +1 -1
  179. package/dist/dropi-ui/dropi-paginator.entry.js +1 -1
  180. package/dist/dropi-ui/dropi-phone-input.entry.js +27 -4
  181. package/dist/dropi-ui/dropi-phone-input.entry.js.map +1 -1
  182. package/dist/dropi-ui/dropi-progress-bar.entry.js +1 -1
  183. package/dist/dropi-ui/dropi-radio-button.entry.js +19 -2
  184. package/dist/dropi-ui/dropi-radio-button.entry.js.map +1 -1
  185. package/dist/dropi-ui/dropi-radio-selection-list.entry.js +1 -1
  186. package/dist/dropi-ui/dropi-read-more.entry.js +1 -1
  187. package/dist/dropi-ui/dropi-search.entry.js +1 -1
  188. package/dist/dropi-ui/dropi-select.entry.js +3 -3
  189. package/dist/dropi-ui/dropi-select.entry.js.map +1 -1
  190. package/dist/dropi-ui/dropi-sidebar.entry.js +1 -1
  191. package/dist/dropi-ui/dropi-simple-stepper.entry.js +1 -1
  192. package/dist/dropi-ui/dropi-skeleton.entry.js +1 -1
  193. package/dist/dropi-ui/dropi-steps.entry.js +1 -1
  194. package/dist/dropi-ui/dropi-switch.entry.js +23 -2
  195. package/dist/dropi-ui/dropi-switch.entry.js.map +1 -1
  196. package/dist/dropi-ui/dropi-table.entry.js +1 -1
  197. package/dist/dropi-ui/dropi-tabs.entry.js +1 -1
  198. package/dist/dropi-ui/dropi-tag-type-product.entry.js +1 -1
  199. package/dist/dropi-ui/dropi-tag.entry.js +1 -1
  200. package/dist/dropi-ui/dropi-text-area.entry.js +4 -4
  201. package/dist/dropi-ui/dropi-text-area.entry.js.map +1 -1
  202. package/dist/dropi-ui/dropi-time-line.entry.js +1 -1
  203. package/dist/dropi-ui/dropi-toast.entry.js +2 -2
  204. package/dist/dropi-ui/dropi-toast.entry.js.map +1 -1
  205. package/dist/dropi-ui/dropi-tooltip-v2.entry.js +2 -2
  206. package/dist/dropi-ui/dropi-tooltip-v2.entry.js.map +1 -1
  207. package/dist/dropi-ui/dropi-tooltip.entry.js +2 -2
  208. package/dist/dropi-ui/dropi-tooltip.entry.js.map +1 -1
  209. package/dist/dropi-ui/dropi-ui.css +320 -1
  210. package/dist/dropi-ui/dropi-ui.esm.js +50 -1
  211. package/dist/dropi-ui/dropi-vertical-steps.entry.js +1 -1
  212. package/dist/dropi-ui/dropi-youtube-lazy-video.entry.js +1 -1
  213. package/dist/dropi-ui/index-D0Z06C2b.js +4585 -0
  214. package/dist/dropi-ui/index-D0Z06C2b.js.map +1 -0
  215. package/dist/dropi-ui/index.esm.js +4 -0
  216. package/dist/dropi-ui/p-06bdd006.entry.js +1 -1
  217. package/dist/dropi-ui/p-09462f7b.entry.js +1 -0
  218. package/dist/dropi-ui/p-0946a1f7.entry.js +1 -1
  219. package/dist/dropi-ui/p-09cf560a.entry.js +1 -0
  220. package/dist/dropi-ui/p-0d188f2c.entry.js +1 -1
  221. package/dist/dropi-ui/p-0f1b13e5.entry.js +1 -1
  222. package/dist/dropi-ui/p-19031bf8.entry.js +1 -0
  223. package/dist/dropi-ui/p-1a07b3a6.entry.js +1 -1
  224. package/dist/dropi-ui/p-1d3d6a32.entry.js +1 -1
  225. package/dist/dropi-ui/p-2ad8d3c1.entry.js +1 -0
  226. package/dist/dropi-ui/p-2b5ce062.entry.js +1 -0
  227. package/dist/dropi-ui/p-369a069e.entry.js +1 -0
  228. package/dist/dropi-ui/p-372a5023.entry.js +1 -0
  229. package/dist/dropi-ui/p-378b165b.entry.js +1 -0
  230. package/dist/dropi-ui/p-393867c2.entry.js +1 -1
  231. package/dist/dropi-ui/p-3ec6620c.entry.js +1 -0
  232. package/dist/dropi-ui/p-42a85ce5.entry.js +1 -0
  233. package/dist/dropi-ui/p-43e21ed8.entry.js +1 -0
  234. package/dist/dropi-ui/p-51028e22.entry.js +1 -0
  235. package/dist/dropi-ui/p-510ad065.entry.js +1 -0
  236. package/dist/dropi-ui/p-532136cc.entry.js +1 -0
  237. package/dist/dropi-ui/p-5e0da387.entry.js +1 -1
  238. package/dist/dropi-ui/p-5f5c0a5c.entry.js +1 -0
  239. package/dist/dropi-ui/p-60901aa7.entry.js +1 -0
  240. package/dist/dropi-ui/p-62847b6f.entry.js +1 -0
  241. package/dist/dropi-ui/p-647bab57.entry.js +1 -0
  242. package/dist/dropi-ui/p-650a7679.entry.js +1 -1
  243. package/dist/dropi-ui/p-68cae74b.entry.js +1 -0
  244. package/dist/dropi-ui/p-6a51f80c.entry.js +1 -0
  245. package/dist/dropi-ui/p-6c45c910.entry.js +1 -0
  246. package/dist/dropi-ui/p-6ef4affd.entry.js +1 -0
  247. package/dist/dropi-ui/p-721ef2b1.entry.js +1 -0
  248. package/dist/dropi-ui/p-72c6e0c4.entry.js +1 -0
  249. package/dist/dropi-ui/p-7664b8f9.entry.js +1 -0
  250. package/dist/dropi-ui/p-774aab1a.entry.js +1 -0
  251. package/dist/dropi-ui/p-7a25f595.entry.js +1 -1
  252. package/dist/dropi-ui/p-7bc18f39.entry.js +1 -0
  253. package/dist/dropi-ui/p-7c0f959f.entry.js +1 -1
  254. package/dist/dropi-ui/p-7c3aa4bc.entry.js +1 -0
  255. package/dist/dropi-ui/p-7e526178.entry.js +1 -0
  256. package/dist/dropi-ui/p-7e99d4c4.entry.js +1 -0
  257. package/dist/dropi-ui/p-7f0f828d.entry.js +1 -1
  258. package/dist/dropi-ui/p-7fc195ee.entry.js +1 -0
  259. package/dist/dropi-ui/p-80f0f6e6.entry.js +1 -1
  260. package/dist/dropi-ui/p-82909f07.entry.js +1 -0
  261. package/dist/dropi-ui/p-84c63ece.entry.js +1 -0
  262. package/dist/dropi-ui/p-850b92f0.entry.js +1 -0
  263. package/dist/dropi-ui/p-85ee6d6a.entry.js +1 -0
  264. package/dist/dropi-ui/p-8c0ff5e6.entry.js +1 -0
  265. package/dist/dropi-ui/p-8fc3dbcb.entry.js +1 -1
  266. package/dist/dropi-ui/p-95808559.entry.js +1 -0
  267. package/dist/dropi-ui/p-95b7abf3.entry.js +1 -0
  268. package/dist/dropi-ui/p-96f72e50.entry.js +1 -1
  269. package/dist/dropi-ui/p-9a569a4e.entry.js +1 -0
  270. package/dist/dropi-ui/p-9c734a8f.entry.js +1 -0
  271. package/dist/dropi-ui/p-9c7698ef.entry.js +1 -0
  272. package/dist/dropi-ui/p-9e62ff06.entry.js +1 -0
  273. package/dist/dropi-ui/p-B-h7fjQz.js +2 -0
  274. package/dist/dropi-ui/p-a3b729fe.entry.js +1 -1
  275. package/dist/dropi-ui/p-a3c3e479.entry.js +1 -0
  276. package/dist/dropi-ui/p-a470a24a.entry.js +1 -1
  277. package/dist/dropi-ui/p-aa48e5cb.entry.js +1 -0
  278. package/dist/dropi-ui/p-af1e778b.entry.js +1 -0
  279. package/dist/dropi-ui/p-b14f6889.entry.js +1 -0
  280. package/dist/dropi-ui/p-b2e8c0e2.entry.js +1 -0
  281. package/dist/dropi-ui/p-b320ca5a.entry.js +1 -0
  282. package/dist/dropi-ui/p-b605d3d9.entry.js +1 -1
  283. package/dist/dropi-ui/p-baac546d.entry.js +1 -0
  284. package/dist/dropi-ui/p-bb6a2bdd.entry.js +1 -0
  285. package/dist/dropi-ui/p-bbf374d6.entry.js +1 -0
  286. package/dist/dropi-ui/p-bc6bb893.entry.js +1 -0
  287. package/dist/dropi-ui/p-bd06eb80.entry.js +1 -0
  288. package/dist/dropi-ui/p-c08b8995.entry.js +1 -0
  289. package/dist/dropi-ui/p-c1d5d4ab.entry.js +1 -0
  290. package/dist/dropi-ui/p-c4e24d47.entry.js +1 -0
  291. package/dist/dropi-ui/p-c51fcf75.entry.js +1 -1
  292. package/dist/dropi-ui/p-c6926604.entry.js +1 -0
  293. package/dist/dropi-ui/p-c8d0727a.entry.js +1 -0
  294. package/dist/dropi-ui/p-ca90e108.entry.js +1 -1
  295. package/dist/dropi-ui/p-caa6ba65.entry.js +1 -0
  296. package/dist/dropi-ui/p-cb4ad8d2.entry.js +1 -0
  297. package/dist/dropi-ui/p-d1aeb373.entry.js +1 -1
  298. package/dist/dropi-ui/p-d384f4e9.entry.js +1 -0
  299. package/dist/dropi-ui/p-d3f3bb91.entry.js +1 -0
  300. package/dist/dropi-ui/p-d6b3784b.entry.js +1 -0
  301. package/dist/dropi-ui/p-d886b045.entry.js +1 -0
  302. package/dist/dropi-ui/p-db71d065.entry.js +1 -0
  303. package/dist/dropi-ui/p-e1b40bda.entry.js +1 -1
  304. package/dist/dropi-ui/p-e36d5e9f.entry.js +1 -0
  305. package/dist/dropi-ui/p-e40db21a.entry.js +1 -0
  306. package/dist/dropi-ui/p-e53b23dd.entry.js +1 -1
  307. package/dist/dropi-ui/p-e629fdc7.entry.js +1 -1
  308. package/dist/dropi-ui/p-e97d3704.entry.js +1 -1
  309. package/dist/dropi-ui/p-e9a64ecc.entry.js +1 -1
  310. package/dist/dropi-ui/p-eaa10fe8.entry.js +1 -0
  311. package/dist/dropi-ui/p-ebaa1574.entry.js +1 -0
  312. package/dist/dropi-ui/p-ebb81172.entry.js +1 -0
  313. package/dist/dropi-ui/p-edcf5623.entry.js +1 -1
  314. package/dist/dropi-ui/p-f1e08f03.entry.js +1 -0
  315. package/dist/dropi-ui/p-f3f27534.entry.js +1 -0
  316. package/dist/dropi-ui/p-f426e0fc.entry.js +1 -0
  317. package/dist/dropi-ui/p-f6ed3cbb.entry.js +1 -0
  318. package/dist/dropi-ui/p-f9888cea.entry.js +1 -1
  319. package/dist/dropi-ui/p-fb39dfdc.entry.js +1 -1
  320. package/dist/dropi-ui/p-fb4856ea.entry.js +1 -0
  321. package/dist/dropi-ui/p-fea1be78.entry.js +1 -0
  322. package/dist/dropi-ui/p-ff084c1c.entry.js +1 -0
  323. package/dist/esm/dropi-accordion-item.entry.js +1 -1
  324. package/dist/esm/dropi-accordion.entry.js +1 -1
  325. package/dist/esm/dropi-alert-legacy.entry.js +1 -1
  326. package/dist/esm/dropi-alert-modal.entry.js +1 -1
  327. package/dist/esm/dropi-alert.entry.js +1 -1
  328. package/dist/esm/dropi-avatars.entry.js +1 -1
  329. package/dist/esm/dropi-badge-legacy.entry.js +1 -1
  330. package/dist/esm/dropi-badge.entry.js +1 -1
  331. package/dist/esm/dropi-banner-external.entry.js +1 -1
  332. package/dist/esm/dropi-breadcrumb.entry.js +1 -1
  333. package/dist/esm/dropi-button.entry.js +20 -3
  334. package/dist/esm/dropi-card-checkbox.entry.js +1 -1
  335. package/dist/esm/dropi-card-product.entry.js +1 -1
  336. package/dist/esm/dropi-card-section.entry.js +1 -1
  337. package/dist/esm/dropi-carousel.entry.js +1 -1
  338. package/dist/esm/dropi-checkbox-selection-list.entry.js +1 -1
  339. package/dist/esm/dropi-checkbox.entry.js +24 -3
  340. package/dist/esm/dropi-chips.entry.js +1 -1
  341. package/dist/esm/dropi-city-selector.entry.js +2 -2
  342. package/dist/esm/dropi-color-picker.entry.js +1 -1
  343. package/dist/esm/dropi-country-flags.entry.js +1 -1
  344. package/dist/esm/dropi-country-selector.entry.js +108 -7
  345. package/dist/esm/dropi-date-picker-range.entry.js +1 -1
  346. package/dist/esm/dropi-date-picker.entry.js +41 -5
  347. package/dist/esm/dropi-drawer.entry.js +2 -2
  348. package/dist/esm/dropi-dropdown.entry.js +1 -1
  349. package/dist/esm/dropi-empty-state.entry.js +1 -1
  350. package/dist/esm/dropi-favorite-button.entry.js +1 -1
  351. package/dist/esm/dropi-file-upload-progress-bar.entry.js +1 -1
  352. package/dist/esm/dropi-file-upload.entry.js +1 -1
  353. package/dist/esm/dropi-icon.entry.js +1 -1
  354. package/dist/esm/dropi-ilustration-icon.entry.js +1 -1
  355. package/dist/esm/dropi-image-miniature.entry.js +1 -1
  356. package/dist/esm/dropi-image-overlay.entry.js +1 -1
  357. package/dist/esm/dropi-input_3.entry.js +4 -4
  358. package/dist/esm/dropi-languages-selector.entry.js +1 -1
  359. package/dist/esm/dropi-logo.entry.js +1 -1
  360. package/dist/esm/dropi-lottie-loader.entry.js +1 -1
  361. package/dist/esm/dropi-media-player.entry.js +1 -1
  362. package/dist/esm/dropi-modal.entry.js +2 -2
  363. package/dist/esm/dropi-navbar.entry.js +1 -1
  364. package/dist/esm/dropi-otp-send-code.entry.js +23 -3
  365. package/dist/esm/dropi-phone-input.entry.js +27 -4
  366. package/dist/esm/dropi-progress-bar.entry.js +1 -1
  367. package/dist/esm/dropi-radio-button.entry.js +19 -2
  368. package/dist/esm/dropi-radio-selection-list.entry.js +1 -1
  369. package/dist/esm/dropi-read-more.entry.js +1 -1
  370. package/dist/esm/dropi-search.entry.js +1 -1
  371. package/dist/esm/dropi-select.entry.js +3 -3
  372. package/dist/esm/dropi-sidebar.entry.js +1 -1
  373. package/dist/esm/dropi-simple-stepper.entry.js +1 -1
  374. package/dist/esm/dropi-skeleton.entry.js +1 -1
  375. package/dist/esm/dropi-steps.entry.js +1 -1
  376. package/dist/esm/dropi-switch.entry.js +23 -2
  377. package/dist/esm/dropi-table.entry.js +1 -1
  378. package/dist/esm/dropi-tabs.entry.js +1 -1
  379. package/dist/esm/dropi-tag-type-product.entry.js +1 -1
  380. package/dist/esm/dropi-text-area.entry.js +4 -4
  381. package/dist/esm/dropi-time-line.entry.js +1 -1
  382. package/dist/esm/dropi-toast.entry.js +2 -2
  383. package/dist/esm/dropi-tooltip-v2.entry.js +2 -2
  384. package/dist/esm/dropi-tooltip.entry.js +2 -2
  385. package/dist/esm/dropi-ui.js +3 -3
  386. package/dist/esm/dropi-vertical-steps.entry.js +1 -1
  387. package/dist/esm/dropi-youtube-lazy-video.entry.js +1 -1
  388. package/dist/esm/index-B-h7fjQz.js +2763 -0
  389. package/dist/esm/loader.js +3 -3
  390. package/dist/types/components/dropi-button/dropi-button.d.ts +4 -0
  391. package/dist/types/components/dropi-checkbox/dropi-checkbox.d.ts +5 -0
  392. package/dist/types/components/dropi-country-selector/dropi-country-selector.d.ts +13 -0
  393. package/dist/types/components/dropi-date-picker/dropi-date-picker.d.ts +6 -0
  394. package/dist/types/components/dropi-otp-send-code/dropi-otp-send-code.d.ts +3 -0
  395. package/dist/types/components/dropi-phone-input/dropi-phone-input.d.ts +5 -0
  396. package/dist/types/components/dropi-radio-button/dropi-radio-button.d.ts +3 -0
  397. package/dist/types/components/dropi-switch/dropi-switch.d.ts +5 -0
  398. package/dist/types/components.d.ts +120 -4
  399. package/hydrate/index.js +320 -56
  400. package/hydrate/index.mjs +320 -56
  401. package/package.json +3 -2
  402. package/readme.md +36 -0
  403. package/scripts/postinstall.js +1 -1
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiInputCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.fixed-label-container{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:8px}.input-label{color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-xs, 10px);font-weight:var(--font-weight-regular, 400);text-align:left}.asterisk{color:var(--Error-Error-500, #f46a6b)}.form-group{position:relative;width:100%}.input-container{position:relative}.icon-input{position:absolute;top:50%;left:12px;transform:translateY(-50%);z-index:1;display:flex;align-items:center;justify-content:center}.icon-input-password{position:absolute;top:50%;right:13px;transform:translateY(-50%);cursor:pointer;z-index:1;display:flex;align-items:center;justify-content:center}.form-control{box-sizing:border-box;width:100%;padding:var(--Size-2, 8px);border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);font-size:var(--font-size-s, 12px);font-family:inherit;color:var(--Gray-Gray-700, #32394d);transition:border-color 0.3s ease-in-out;height:40px;outline:none;appearance:none;text-align:left}.form-control::placeholder{color:transparent;transition:color 0.2s ease-in-out}.form-control:focus::placeholder,.fixed-label-input::placeholder{color:var(--Gray-Gray-400, #858ea6)}.form-control:focus{border-color:var(--Info-Info-500, #50a5f1)}.form-control-valid{border-color:var(--Gray-Gray-400, #858ea6) !important;color:var(--Gray-Gray-600, #475066)}.form-control-invalid{border-color:var(--Error-Error-500, #f46a6b) !important;color:var(--Gray-Gray-600, #475066)}.form-control:disabled{border-color:var(--Gray-Gray-200, #c3c9d9) !important;color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);cursor:not-allowed}.padding-icon{padding-left:40px}.input-container--has-icon label.label-bottom{left:40px}.input-container--has-icon .form-control:focus+label.label-bottom,.input-container--has-icon .form-control:not(:placeholder-shown)+label.label-bottom{left:0}.text-password{-webkit-text-security:disc;text-security:disc}label.label-bottom{position:absolute;font-weight:var(--font-weight-regular, 400);top:10px;font-size:var(--font-size-s, 12px);color:var(--Gray-Gray-500, #69738c);left:10px;transition:all 0.2s ease-in-out;pointer-events:none;overflow:hidden;width:90%;white-space:nowrap}.form-control:focus+label.label-bottom,.form-control:not(:placeholder-shown)+label.label-bottom{top:-22px;left:0;font-size:var(--font-size-xs, 10px);color:var(--Gray-Gray-600, #475066);width:unset}.form-control:disabled+label.label-bottom{color:var(--Gray-Gray-400, #858ea6)}.form-control-helper{display:flex;position:absolute;top:100%;left:0;gap:4px;align-items:center;margin-top:4px}.form-control-helper span{display:block;color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-xs, 10px)}.invalid-color{color:var(--Error-Error-500, #f46a6b) !important}.disabled-helper{color:var(--Gray-Gray-400, #858ea6) !important}.disabled-helper{color:var(--Gray-Gray-400, #858ea6) !important}`;
4
4
 
@@ -153,6 +153,7 @@ const DropiInput = class {
153
153
  this.value = val;
154
154
  this.internals.setFormValue(val);
155
155
  this.dropiInput.emit(val);
156
+ this.dropiChange.emit(val);
156
157
  }
157
158
  handleKeyDown(e) {
158
159
  if ((this.isNumericInput || this.isMoneyInput || this.isThousandSeparator) && !this.isAllowedNumberKey(e)) {
@@ -167,7 +168,6 @@ const DropiInput = class {
167
168
  }
168
169
  handleBlur() {
169
170
  this.touched = true;
170
- this.dropiChange.emit(this.value);
171
171
  this.dropiBlur.emit();
172
172
  }
173
173
  togglePassword() {
@@ -233,14 +233,14 @@ const DropiInput = class {
233
233
  render() {
234
234
  const showObligatoryAsterisk = this.required && this.showObligatoryAsterisk && !this.disabled;
235
235
  const showIconInline = !!this.icon;
236
- return (h("div", { key: '36a33fdb7048e3ba43dae3c2d3d71c9f69643cac', class: { 'fixed-label-container': this.fixedLabel } }, this.fixedLabel && (h("div", { key: '699adfe37d662ed328cd13fdad428e857b70f01d', class: "input-label Body-S-Regular" }, this.label, showObligatoryAsterisk && h("span", { key: 'b2d6f4757cdb50eacfb7879e4a878e30adf5235d', class: "asterisk" }, " *"))), h("div", { key: 'dc080fc5d0ab12f0eadf7e1bb30cae5539f76640', class: "form-group" }, h("div", { key: 'cf228d5e4c7e0a04735d38ba239a2b989f5247ca', class: { 'input-container': true, 'input-container--has-icon': showIconInline } }, showIconInline && (h("dropi-icon", { key: '049e396ea1f2f11625de73bc074c0e0aecea96ab', class: "icon-input", name: this.icon, color: this.iconColor, iconWidth: "20px", iconHeight: "20px", style: { width: '20px', height: '20px' } })), this.passwordInput && (h("dropi-icon", { key: '544316f6e7a284acf65d3a2b7fb3a2654c80d95b', class: "icon-input-password", name: this.showPassword ? 'Eye' : 'Eye-crossed', iconWidth: "20px", iconHeight: "20px", style: { width: '20px', height: '20px' }, color: "Gray-Gray-500", onClick: () => this.togglePassword() })), h("input", { key: '6d23ac748d0768d6eea0eb347bde7b13d8f20321', id: this.resolvedId, class: {
236
+ return (h("div", { key: '6af757e1d86bfe96d471e9cbed258a50727ae190', class: { 'fixed-label-container': this.fixedLabel } }, this.fixedLabel && (h("div", { key: 'e88bf81fd2b79933e386c2e5fa38f57d85cfe836', class: "input-label Body-S-Regular" }, this.label, showObligatoryAsterisk && h("span", { key: 'be8ec1b0d3ef624ca22e58ae072917ad2ecc79fb', class: "asterisk" }, " *"))), h("div", { key: '4806c0d250f00bb08788d9d6aa935ca15f2aa826', class: "form-group" }, h("div", { key: 'b9fa243d299bcd165458947d6695fcc845764276', class: { 'input-container': true, 'input-container--has-icon': showIconInline } }, showIconInline && (h("dropi-icon", { key: '92b3cf11803745784f13e908ea88992f76c74473', class: "icon-input", name: this.icon, color: this.iconColor, iconWidth: "20px", iconHeight: "20px", style: { width: '20px', height: '20px' } })), this.passwordInput && (h("dropi-icon", { key: 'c7dc725d577a6d4afb7f87c8b53b16c621de9e86', class: "icon-input-password", name: this.showPassword ? 'Eye' : 'Eye-crossed', iconWidth: "20px", iconHeight: "20px", style: { width: '20px', height: '20px' }, color: "Gray-Gray-500", onClick: () => this.togglePassword() })), h("input", { key: '8146ae1794cbe1f200bb681358c7319f10faab3c', id: this.resolvedId, class: {
237
237
  'form-control': true,
238
238
  'form-control-valid': !this.isInvalid && this.touched && !!this.value,
239
239
  'form-control-invalid': this.isInvalid,
240
240
  'padding-icon': showIconInline,
241
241
  'text-password': this.passwordInput && !this.showPassword,
242
242
  'fixed-label-input': this.fixedLabel,
243
- }, type: this.inputType, value: this.value, placeholder: this.fixedLabel ? this.placeholder : ' ', disabled: this.disabled, required: this.required, maxLength: this.maxLength, inputMode: this.inputMode, "data-cy": undefined, onInput: e => this.handleInput(e), onKeyDown: e => this.handleKeyDown(e), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur() }), !this.fixedLabel && (h("label", { key: '8f26c9430cbc1c6b55286d62c2a350724dd0101f', class: "Body-S-Regular label-bottom", htmlFor: this.resolvedId }, this.label, showObligatoryAsterisk && h("span", { key: '95d953c160cf22457b0e1d6265b8137a24d4092b', class: "asterisk" }, " *"))), this.showHelper && (h("div", { key: 'ad3d4b5230fd32e97c661c64deadf97830caa550', class: "form-control-helper" }, this.isInvalid && h("dropi-icon", { key: '7c28120d1cc46ccd288948b1d2d9e5cc24521af7', name: "Warning-circle", iconWidth: "12px", iconHeight: "12px", color: "Error-Error-500" }), h("span", { key: '40eb1eedd2a204975aed61fcd24ccadd26d8aaef', class: {
243
+ }, type: this.inputType, value: this.value, placeholder: this.fixedLabel ? this.placeholder : ' ', disabled: this.disabled, required: this.required, maxLength: this.maxLength, inputMode: this.inputMode, "data-cy": undefined, onInput: e => this.handleInput(e), onKeyDown: e => this.handleKeyDown(e), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur() }), !this.fixedLabel && (h("label", { key: '005d15af6b50b2cb2d47ac8381a722794eb273e5', class: "Body-S-Regular label-bottom", htmlFor: this.resolvedId }, this.label, showObligatoryAsterisk && h("span", { key: 'ad56df877cff3df8a801cdfcb607d9af02f7465a', class: "asterisk" }, " *"))), this.showHelper && (h("div", { key: '76e858c13a798f69b2d20ee9908f17531568dad1', class: "form-control-helper" }, this.isInvalid && h("dropi-icon", { key: '3e42ffb4db7444ebfb49cc9c6720d5a9d02b2860', name: "Warning-circle", iconWidth: "12px", iconHeight: "12px", color: "Error-Error-500" }), h("span", { key: '5e970903eb51ca6b72a43bef0edf6ef149443247', class: {
244
244
  'disabled-helper': this.disabled,
245
245
  'invalid-color': this.isInvalid,
246
246
  } }, this.textHelper)))))));
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiLanguagesSelectorCss = () => `:host{display:inline-block;position:relative}*,*::before,*::after{box-sizing:border-box}.custom-dropdown{position:relative;cursor:pointer;user-select:none}.custom-dropdown.open dropi-icon{transform:rotate(180deg)}.selected-option{display:flex;height:38px;padding:var(--Size-2, 8px) var(--Size-3, 12px);align-items:center;gap:var(--Size-2, 8px);border-radius:4px;border:1px solid var(--Gray-Gray-200, #c3c9d9);background:var(--Neutral-White, #ffffff);font-size:var(--font-size-s, 12px);color:var(--Gray-Gray-600, #475066)}.dropdown-options{position:absolute;top:100%;left:0;right:0;background:white;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:6px;margin-top:4px;z-index:1000;overflow-y:auto;box-shadow:0 4px 12px rgba(0, 0, 0, 0.15);padding:0;list-style:none;height:0;opacity:0;visibility:hidden;transition:height 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;max-height:0}.dropdown-options.dropdown-open{max-height:300px;height:auto;opacity:1;visibility:visible}.dropdown-options li{padding:8px 12px;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:var(--font-size-s, 12px);color:var(--Gray-Gray-600, #475066)}.dropdown-options li:hover,.dropdown-options li.active{background:var(--Gray-Gray-50, #f7f8fa)}@media screen and (max-width: 720px){.selected-option span,.dropdown-options li span{display:none}}`;
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, a as getElement, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, a as getElement, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiLogoCss = () => `:host{display:inline-block}.dropi-logo{margin:0;padding:0;display:flex;align-items:center;justify-content:center}.dropi-logo img{display:block;object-fit:contain}.dropi-logo--large img{width:256px;height:84px}.dropi-logo--small img{width:86px;height:81px}`;
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiLottieLoaderCss = () => `:host{display:block}.loader-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255, 255, 255, 0.85);z-index:9999}.loader-container{display:flex;flex-direction:column;align-items:center;gap:var(--Size-4, 16px)}.lottie-animation{display:flex;align-items:center;justify-content:center;width:300px;height:300px}.lottie-animation lottie-player{display:block;width:300px !important;height:300px !important}.loader-text{display:flex;flex-direction:column;align-items:center;gap:var(--Size-2, 8px);text-align:center}.loader-title{margin:0;font-size:var(--font-size-m, 14px);font-weight:var(--font-weight-bold, 700);color:var(--Gray-Gray-700, #32394d)}.loader-message{margin:0;font-size:var(--font-size-s, 12px);font-weight:var(--font-weight-regular, 400);color:var(--Gray-Gray-500, #69738c)}`;
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, a as getElement, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiMediaPlayerCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.dropi-media-player{position:relative;width:100%;max-width:335px;height:auto;aspect-ratio:335 / 567;background-color:var(--Neutral-Black);border-radius:var(--Border-2, 8px);overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer}.dropi-media-player--mobile-vertical{max-width:335px;aspect-ratio:335 / 567}.dropi-media-player--mobile-compact{max-width:335px;aspect-ratio:335 / 337}.dropi-media-player--desktop{max-width:587px;aspect-ratio:587 / 567}.dropi-media-player__video{width:100%;height:100%;object-fit:cover}.dropi-media-player__center-play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:400px;background-color:rgba(14, 17, 26, 0.6);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;transition:opacity 0.3s ease;pointer-events:auto}.dropi-media-player__center-play--hidden{opacity:0;pointer-events:none}.dropi-media-player__controls-bar{position:absolute;bottom:0;left:0;width:100%;height:72px;padding:24px;display:flex;flex-direction:row;align-items:center;gap:10px;background:linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);transition:opacity 0.3s ease;box-sizing:border-box}.dropi-media-player__controls-bar--hidden{opacity:0;pointer-events:none}.dropi-media-player__timestamp{font-family:'Inter', sans-serif;font-size:var(--font-size-xs, 12px);font-weight:var(--font-weight-medium, 500);color:var(--Neutral-White);white-space:nowrap;flex-shrink:0}.dropi-media-player__progress{flex:1;padding:6px 0;cursor:pointer;position:relative}.dropi-media-player__progress-track{position:relative;width:100%;height:5px;border-radius:var(--Border-2, 8px);background-color:var(--Gray-Gray-700, #32394d)}.dropi-media-player__progress-fill{height:100%;background-color:var(--Neutral-White);border-radius:var(--Border-2, 8px);will-change:width}.dropi-media-player__progress-thumb{position:absolute;top:50%;transform:translate(-50%, -50%);width:12px;height:12px;border-radius:50%;background-color:var(--Neutral-White);pointer-events:none;will-change:left}.dropi-media-player__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.dropi-media-player__btn{-webkit-appearance:none;appearance:none;background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--Neutral-White);transition:opacity 0.15s ease}.dropi-media-player__btn:hover{opacity:0.8}.dropi-media-player__btn--speed{font-family:'Inter', sans-serif;font-size:var(--font-size-sm, 14px);font-weight:var(--font-weight-medium, 500);color:var(--Neutral-White);min-width:20px}.dropi-media-player__speed-control{position:relative;display:flex;align-items:center}.dropi-media-player__speed-menu{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);background:var(--Gray-Gray-800, #1f2433);border-radius:var(--Border-2, 8px);padding:6px 0;min-width:44px;display:flex;flex-direction:column;z-index:20}.dropi-media-player__speed-option{-webkit-appearance:none;appearance:none;background:transparent;border:none;padding:6px 10px;font-family:'Inter', sans-serif;font-size:var(--font-size-s);font-weight:var(--font-weight-medium);color:var(--Neutral-White);cursor:pointer;text-align:center;white-space:nowrap;transition:opacity 0.15s ease}.dropi-media-player__speed-option--active{color:var(--Primary-Primary-500, #f49a3d)}.dropi-media-player__speed-option:hover{opacity:0.8}.dropi-media-player__volume-control{position:relative;display:flex;align-items:center}.dropi-media-player__volume-popup{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);width:32px;height:108px;display:flex;align-items:center;justify-content:center;background:var(--Gray-Gray-800, #1f2433);border-radius:var(--Border-2, 8px);overflow:visible;z-index:20}.dropi-media-player__volume-slider{-webkit-appearance:none;appearance:none;width:97px;height:8px;transform:rotate(-90deg);border-radius:4px;cursor:pointer;outline:none;flex-shrink:0}.dropi-media-player__volume-slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:var(--Neutral-White);cursor:pointer}.dropi-media-player__volume-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--Neutral-White);border:none;cursor:pointer}.dropi-media-player__volume-slider::-webkit-slider-runnable-track{border-radius:4px}.dropi-media-player__volume-slider::-moz-range-track{height:8px;background:var(--Gray-Gray-700, #32394d);border-radius:4px}.dropi-media-player__blur-bg{display:none;position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(21px);transform:scale(1.15);z-index:0}.dropi-media-player__blur-overlay{display:none;position:absolute;inset:0;background-color:rgba(0, 0, 0, 0.7);z-index:0}.dropi-media-player.is-fullscreen,.dropi-media-player:fullscreen{max-width:none;aspect-ratio:auto;width:100vw;height:100vh;border-radius:0}.dropi-media-player.is-fullscreen .dropi-media-player__blur-bg,.dropi-media-player:fullscreen .dropi-media-player__blur-bg,.dropi-media-player.is-fullscreen .dropi-media-player__blur-overlay,.dropi-media-player:fullscreen .dropi-media-player__blur-overlay{display:block}.dropi-media-player.is-fullscreen .dropi-media-player__video,.dropi-media-player:fullscreen .dropi-media-player__video{object-fit:contain;position:relative;z-index:1}.dropi-media-player.is-fullscreen .dropi-media-player__center-play,.dropi-media-player:fullscreen .dropi-media-player__center-play,.dropi-media-player.is-fullscreen .dropi-media-player__controls-bar,.dropi-media-player:fullscreen .dropi-media-player__controls-bar{z-index:2}`;
4
4
 
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, B as Build, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, B as Build, h } from './index-B-h7fjQz.js';
2
2
 
3
- const dropiModalCss = () => `:host{display:contents}*,*::before,*::after{box-sizing:border-box}.modal-root{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity 0.18s ease;z-index:9999;visibility:hidden}.modal-root--open{opacity:1;pointer-events:auto;visibility:visible}.modal-root--closing{opacity:1;pointer-events:none;visibility:visible}.modal-mask{position:absolute;inset:0;background:rgba(6,11,16,0.66);pointer-events:auto;opacity:0;transition:opacity 0.18s ease}.modal-root--open .modal-mask{opacity:1}.modal-root--closing .modal-mask{opacity:0}.modal-panel{position:relative;pointer-events:auto;display:flex;flex-direction:column;border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);box-shadow:0 0 60px rgba(0,0,0,0.06);overflow:hidden;padding:var(--Size-6, 32px);gap:var(--Size-5, 24px);max-height:calc(100vh - 60px);opacity:0;transform:translateY(16px) scale(0.92);transition:opacity 0.18s ease, transform 0.18s ease}.modal-root--open .modal-panel{opacity:1;transform:none}.modal-root--closing .modal-panel{opacity:0;transform:translateY(-12px) scale(1.06)}.modal-header{display:flex;align-items:center;gap:4px}.modal-title{color:var(--Gray-Gray-700,#32394d);font-size:var(--Size-5, 24px);font-weight:var(--font-weight-bold);flex:1;text-align:left}.modal-close{margin-left:auto;border:0;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:var(--font-size-xxl);line-height:1;color:var(--Gray-Gray-400)}.modal-close:hover{opacity:0.7}.modal-content{padding-right:8px;overflow:auto;flex:1;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:var(--Gray-Gray-300,#a3abbf) var(--Gray-Gray-50,#f7f8fa)}.modal-content::-webkit-scrollbar{width:4px}.modal-content::-webkit-scrollbar-track{background:var(--Gray-Gray-50,#f7f8fa);border-radius:16px}.modal-content::-webkit-scrollbar-thumb{background:var(--Gray-Gray-300,#a3abbf);border-radius:16px}.modal-footer{display:flex;justify-content:flex-end;align-items:flex-start;gap:var(--Size-1, 4px);width:100%;margin-top:auto;flex-shrink:0}.modal-footer:empty{display:none}::slotted(.button-container){display:grid;grid-template-columns:1fr 1fr;gap:var(--Size-4, 16px);min-width:470px;width:100%}::slotted(.button-container)>*{width:100%}::slotted(.button-container) dropi-button{width:100%}.modal-panel.size-m .modal-footer,.modal-panel.size-s .modal-footer,.modal-panel.size-xs .modal-footer{justify-content:flex-end}.modal-panel.size-m .modal-footer ::slotted(.button-container),.modal-panel.size-s .modal-footer ::slotted(.button-container),.modal-panel.size-xs .modal-footer ::slotted(.button-container){min-width:unset !important;width:100%}.modal-panel.size-drawer-s .modal-footer ::slotted(.button-container){min-width:unset;display:flex;flex-direction:column-reverse;gap:var(--Size-4, 16px)}.modal-panel.size-full{width:100%;height:100vh;max-height:100vh;border-radius:0}.modal-panel.size-xxl{width:calc(100% - 60px);max-width:1520px;height:calc(100vh - 120px);max-height:900px}.modal-panel.size-l{width:1137px;max-width:1137px;max-height:754px}.modal-panel.size-m{max-width:550px;width:550px}.modal-panel.size-s{width:454px}.modal-panel.size-xs{width:320px;padding:24px;gap:16px}.modal-root--right{align-items:stretch;justify-content:flex-end}.modal-root--right .modal-panel{height:100vh;max-height:100vh;border-radius:0;gap:0;opacity:1;transform:translateX(100%);transition:transform 0.32s cubic-bezier(0.4,0,0.2,1)}.modal-root--open.modal-root--right .modal-panel{transform:translateX(0)}.modal-root--closing.modal-root--right .modal-panel{transform:translateX(100%)}.modal-root--right .modal-panel.size-drawer-s{width:351px;padding:20px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}.modal-root--right .modal-panel.size-drawer-m{width:550px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}.modal-root--right .modal-panel.size-drawer-l{width:1137px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}.modal-root--right .modal-panel.size-drawer-xxl{width:1214px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}.modal-root--right .modal-panel.size-sidebar-half{width:50vw;min-width:600px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}@media (max-width: 768px){.modal-root--right .modal-panel.size-drawer-s,.modal-root--right .modal-panel.size-drawer-m,.modal-root--right .modal-panel.size-drawer-l,.modal-root--right .modal-panel.size-drawer-xxl,.modal-root--right .modal-panel.size-sidebar-half{width:100vw;min-width:unset}}.modal-root--left{align-items:stretch;justify-content:flex-start}.modal-root--left .modal-panel{height:100vh;max-height:100vh;border-radius:0;gap:0;opacity:1;transform:translateX(-100%);transition:transform 0.32s cubic-bezier(0.4,0,0.2,1)}.modal-root--open.modal-root--left .modal-panel{transform:translateX(0)}.modal-root--closing.modal-root--left .modal-panel{transform:translateX(-100%)}.modal-root--top{align-items:flex-start}.modal-root--bottom{align-items:flex-end}@media (max-width: 599px){.modal-panel{padding:20px;width:100% !important}.modal-panel:not(.size-s){border-radius:0 !important;height:100% !important;max-height:unset !important}.modal-root--right .modal-panel{width:100vw !important;min-width:unset !important}.modal-footer{justify-content:center}.modal-footer ::slotted(.button-container){width:100%;min-width:unset !important;display:flex;flex-direction:column-reverse;gap:var(--Size-4, 16px)}}@media (prefers-reduced-motion: reduce){.modal-root,.modal-mask,.modal-panel{transition:none !important}}`;
3
+ const dropiModalCss = () => `:host{display:contents}*,*::before,*::after{box-sizing:border-box}.modal-root{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity 0.18s ease;z-index:var(--dropi-z-index-modal, 9999);visibility:hidden}.modal-root--open{opacity:1;pointer-events:auto;visibility:visible}.modal-root--closing{opacity:1;pointer-events:none;visibility:visible}.modal-mask{position:absolute;inset:0;background:rgba(6,11,16,0.66);pointer-events:auto;opacity:0;transition:opacity 0.18s ease}.modal-root--open .modal-mask{opacity:1}.modal-root--closing .modal-mask{opacity:0}.modal-panel{position:relative;pointer-events:auto;display:flex;flex-direction:column;border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);box-shadow:0 0 60px rgba(0,0,0,0.06);overflow:hidden;padding:var(--Size-6, 32px);gap:var(--Size-5, 24px);max-height:calc(100vh - 60px);opacity:0;transform:translateY(16px) scale(0.92);transition:opacity 0.18s ease, transform 0.18s ease}.modal-root--open .modal-panel{opacity:1;transform:none}.modal-root--closing .modal-panel{opacity:0;transform:translateY(-12px) scale(1.06)}.modal-header{display:flex;align-items:center;gap:4px}.modal-title{color:var(--Gray-Gray-700,#32394d);font-size:var(--Size-5, 24px);font-weight:var(--font-weight-bold);flex:1;text-align:left}.modal-close{margin-left:auto;border:0;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:var(--font-size-xxl);line-height:1;color:var(--Gray-Gray-400)}.modal-close:hover{opacity:0.7}.modal-content{padding-right:8px;overflow:auto;flex:1;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:var(--Gray-Gray-300,#a3abbf) var(--Gray-Gray-50,#f7f8fa)}.modal-content::-webkit-scrollbar{width:4px}.modal-content::-webkit-scrollbar-track{background:var(--Gray-Gray-50,#f7f8fa);border-radius:16px}.modal-content::-webkit-scrollbar-thumb{background:var(--Gray-Gray-300,#a3abbf);border-radius:16px}.modal-footer{display:flex;justify-content:flex-end;align-items:flex-start;gap:var(--Size-1, 4px);width:100%;margin-top:auto;flex-shrink:0}.modal-footer:empty{display:none}::slotted(.button-container){display:grid;grid-template-columns:1fr 1fr;gap:var(--Size-4, 16px);min-width:470px;width:100%}::slotted(.button-container)>*{width:100%}::slotted(.button-container) dropi-button{width:100%}.modal-panel.size-m .modal-footer,.modal-panel.size-s .modal-footer,.modal-panel.size-xs .modal-footer{justify-content:flex-end}.modal-panel.size-m .modal-footer ::slotted(.button-container),.modal-panel.size-s .modal-footer ::slotted(.button-container),.modal-panel.size-xs .modal-footer ::slotted(.button-container){min-width:unset !important;width:100%}.modal-panel.size-drawer-s .modal-footer ::slotted(.button-container){min-width:unset;display:flex;flex-direction:column-reverse;gap:var(--Size-4, 16px)}.modal-panel.size-full{width:100%;height:100vh;max-height:100vh;border-radius:0}.modal-panel.size-xxl{width:calc(100% - 60px);max-width:1520px;height:calc(100vh - 120px);max-height:900px}.modal-panel.size-l{width:1137px;max-width:1137px;max-height:754px}.modal-panel.size-m{max-width:550px;width:550px}.modal-panel.size-s{width:454px}.modal-panel.size-xs{width:320px;padding:24px;gap:16px}.modal-root--right{align-items:stretch;justify-content:flex-end}.modal-root--right .modal-panel{height:100vh;max-height:100vh;border-radius:0;gap:0;opacity:1;transform:translateX(100%);transition:transform 0.32s cubic-bezier(0.4,0,0.2,1)}.modal-root--open.modal-root--right .modal-panel{transform:translateX(0)}.modal-root--closing.modal-root--right .modal-panel{transform:translateX(100%)}.modal-root--right .modal-panel.size-drawer-s{width:351px;padding:20px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}.modal-root--right .modal-panel.size-drawer-m{width:550px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}.modal-root--right .modal-panel.size-drawer-l{width:1137px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}.modal-root--right .modal-panel.size-drawer-xxl{width:1214px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}.modal-root--right .modal-panel.size-sidebar-half{width:50vw;min-width:600px;box-shadow:0 8px 40px rgba(0,0,0,0.16)}@media (max-width: 768px){.modal-root--right .modal-panel.size-drawer-s,.modal-root--right .modal-panel.size-drawer-m,.modal-root--right .modal-panel.size-drawer-l,.modal-root--right .modal-panel.size-drawer-xxl,.modal-root--right .modal-panel.size-sidebar-half{width:100vw;min-width:unset}}.modal-root--left{align-items:stretch;justify-content:flex-start}.modal-root--left .modal-panel{height:100vh;max-height:100vh;border-radius:0;gap:0;opacity:1;transform:translateX(-100%);transition:transform 0.32s cubic-bezier(0.4,0,0.2,1)}.modal-root--open.modal-root--left .modal-panel{transform:translateX(0)}.modal-root--closing.modal-root--left .modal-panel{transform:translateX(-100%)}.modal-root--top{align-items:flex-start}.modal-root--bottom{align-items:flex-end}@media (max-width: 599px){.modal-panel{padding:20px;width:100% !important}.modal-panel:not(.size-s){border-radius:0 !important;height:100% !important;max-height:unset !important}.modal-root--right .modal-panel{width:100vw !important;min-width:unset !important}.modal-footer{justify-content:center}.modal-footer ::slotted(.button-container){width:100%;min-width:unset !important;display:flex;flex-direction:column-reverse;gap:var(--Size-4, 16px)}}@media (prefers-reduced-motion: reduce){.modal-root,.modal-mask,.modal-panel{transition:none !important}}`;
4
4
 
5
5
  const DropiModal = class {
6
6
  constructor(hostRef) {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiNavbarCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.navbar{display:flex;align-items:center;height:56px;padding:0 var(--Size-4, 16px);background:var(--Neutral-White, #ffffff);border-bottom:1px solid var(--Gray-Gray-100, #eceef4);gap:var(--Size-4, 16px);position:relative}.navbar__left{display:flex;align-items:center;gap:var(--Size-2, 8px);flex-shrink:0}.navbar__menu-btn{background:none;border:none;padding:6px;cursor:pointer;border-radius:var(--Border-1, 4px);display:flex;align-items:center;transition:background 0.15s}.navbar__menu-btn:hover{background:var(--Gray-Gray-50, #f7f8fa)}.navbar__logo{height:28px;object-fit:contain}.navbar__items{flex:1;list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:var(--Size-1, 4px)}.navbar__item{display:flex;align-items:center;gap:var(--Size-1, 4px);padding:6px var(--Size-3, 12px);background:none;border:none;border-radius:var(--Border-1, 4px);font-size:var(--font-size-s, 12px);font-family:inherit;color:var(--Gray-Gray-600, #475066);cursor:pointer;transition:background 0.15s, color 0.15s;white-space:nowrap}.navbar__item:hover{background:var(--Gray-Gray-50, #f7f8fa)}.navbar__item--active{background:var(--Primary-Primary-50, #fff5eb);color:var(--Primary-Primary-500, #f49a3d);font-weight:var(--font-weight-bold, 700)}.navbar__badge{background:var(--Error-Error-500, #f46a6b);color:var(--Neutral-White, #ffffff);font-size:var(--font-size-xxs);font-weight:var(--font-weight-bold);min-width:16px;height:16px;border-radius:100px;display:flex;align-items:center;justify-content:center;padding:0 4px}.navbar__right{display:flex;align-items:center;gap:var(--Size-2, 8px);flex-shrink:0}.navbar__icon-btn{position:relative;background:none;border:none;padding:6px;cursor:pointer;border-radius:var(--Border-1, 4px);display:flex;align-items:center;transition:background 0.15s}.navbar__icon-btn:hover{background:var(--Gray-Gray-50, #f7f8fa)}.navbar__notif-badge{position:absolute;top:2px;right:2px;background:var(--Error-Error-500, #f46a6b);color:var(--Neutral-White, #ffffff);font-size:9px;font-weight:var(--font-weight-bold);min-width:14px;height:14px;border-radius:100px;display:flex;align-items:center;justify-content:center;padding:0 3px}.navbar__user-btn{display:flex;align-items:center;gap:var(--Size-1, 4px);background:none;border:none;padding:4px 8px;border-radius:var(--Border-1, 4px);cursor:pointer;transition:background 0.15s;font-family:inherit}.navbar__user-btn:hover{background:var(--Gray-Gray-50, #f7f8fa)}.navbar__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.navbar__avatar-placeholder{width:28px;height:28px;border-radius:50%;background:var(--Primary-Primary-500, #f49a3d);color:var(--Neutral-White, #ffffff);display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xs, 10px);font-weight:var(--font-weight-bold, 700)}.navbar__user-name{font-size:var(--font-size-s, 12px);color:var(--Gray-Gray-700, #32394d);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}`;
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiOtpSendCodeCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.otp{display:flex;flex-direction:column;align-items:center;gap:var(--Size-4, 16px)}.otp__label{font-size:var(--font-size-s, 12px);color:var(--Gray-Gray-600, #475066);text-align:center;margin:0}.otp__inputs{display:flex;gap:var(--Size-4, 16px)}.otp__digit{width:56px;height:56px;border:1.5px solid var(--Gray-Gray-200, #d3d7de);border-radius:var(--Border-2, 8px);text-align:center;font-size:22px;font-weight:var(--font-weight-bold, 700);font-family:inherit;color:var(--Gray-Gray-800, #1f2433);outline:none;transition:border-color 0.15s ease;background:var(--Neutral-White, #ffffff)}.otp__digit:focus{border:2px solid var(--Primary-Primary-500, #f49a3d)}.otp__digit--filled{border:1px solid var(--Success-Success-500, #0abb87);color:var(--Neutral-Neutral-900, #0e111a)}.otp__digit--error{border:1px solid var(--Error-Error-500, #f46a6b)}.otp__error{margin:0;font-size:var(--font-size-xs, 10px);color:var(--Error-Error-500, #f46a6b);text-align:center}.otp__resend{text-align:center}.otp__countdown{font-size:var(--font-size-xs, 10px);color:var(--Gray-Gray-400, #858ea6)}.otp__resend-btn{background:none;border:none;padding:0;font-size:var(--font-size-s, 12px);font-weight:var(--font-weight-bold, 700);color:var(--Primary-Primary-500, #f49a3d);cursor:pointer;text-decoration:underline}`;
4
4
 
@@ -9,7 +9,17 @@ const DropiOtpSendCode = class {
9
9
  this.codeCompleted = createEvent(this, "codeCompleted");
10
10
  this.codeAccepted = createEvent(this, "codeAccepted");
11
11
  this.dropiResend = createEvent(this, "dropiResend");
12
+ if (hostRef.$hostElement$["s-ei"]) {
13
+ this.internals = hostRef.$hostElement$["s-ei"];
14
+ }
15
+ else {
16
+ this.internals = hostRef.$hostElement$.attachInternals();
17
+ hostRef.$hostElement$["s-ei"] = this.internals;
18
+ }
12
19
  }
20
+ internals;
21
+ /** Name for native form submission */
22
+ name = '';
13
23
  /** Delivery method label */
14
24
  engine = 'email';
15
25
  /** Contact info (email/phone to show in label) */
@@ -41,6 +51,7 @@ const DropiOtpSendCode = class {
41
51
  componentWillLoad() {
42
52
  this.digits = Array(this.digitsCount).fill('');
43
53
  this.digitStates = Array(this.digitsCount).fill('idle');
54
+ this.internals.setFormValue('');
44
55
  }
45
56
  componentDidLoad() { this.startCountdown(); }
46
57
  disconnectedCallback() { clearInterval(this.timer); }
@@ -68,9 +79,13 @@ const DropiOtpSendCode = class {
68
79
  this.inputs[index + 1]?.focus();
69
80
  if (newDigits.every(d => d !== '')) {
70
81
  const finalCode = newDigits.join('');
82
+ this.internals.setFormValue(finalCode);
71
83
  this.codeCompleted.emit(finalCode);
72
84
  this.codeAccepted.emit(finalCode);
73
85
  }
86
+ else {
87
+ this.internals.setFormValue(newDigits.join(''));
88
+ }
74
89
  }
75
90
  handleKeyDown(e, index) {
76
91
  if (e.key === 'Backspace' && !this.digits[index] && index > 0) {
@@ -87,21 +102,26 @@ const DropiOtpSendCode = class {
87
102
  this.inputs[Math.min(text.length, this.digitsCount - 1)]?.focus();
88
103
  if (newDigits.every(d => d !== '')) {
89
104
  const finalCode = newDigits.join('');
105
+ this.internals.setFormValue(finalCode);
90
106
  this.codeCompleted.emit(finalCode);
91
107
  this.codeAccepted.emit(finalCode);
92
108
  }
109
+ else {
110
+ this.internals.setFormValue(newDigits.join(''));
111
+ }
93
112
  }
94
113
  render() {
95
114
  const engineLabel = this.engine === 'sms' ? 'SMS' : this.engine === '2fa' ? 'autenticador' : 'correo';
96
- return (h("div", { key: 'c9c6c3387cec2371049c547d87742563268bf28d', class: "otp" }, this.showLabelContact && (h("p", { key: 'c3f36c62d7502eff8f86ef8202c3dfc65d846ba1', class: "otp__label" }, "Ingresa el c\u00F3digo enviado a tu ", engineLabel, this.labelContact && h("strong", { key: '25c05d8f0773bf6f2af83f6154ac76638499e4d7' }, " ", this.labelContact))), h("div", { key: '3ca2687723735b3eb6ada997f622a4a50c2d7ee9', class: "otp__inputs", onPaste: (e) => this.handlePaste(e) }, this.digits.map((_, i) => (h("input", { key: i, ref: (el) => {
115
+ return (h("div", { key: 'ee2e6766c4b220a1a12b8734747138cf2351a0d8', class: "otp" }, this.showLabelContact && (h("p", { key: '87f34e3b13c0e16e584cc03ea8c5a35e462784b1', class: "otp__label" }, "Ingresa el c\u00F3digo enviado a tu ", engineLabel, this.labelContact && h("strong", { key: '6c9d0c73340ff8dab1730b5d6c9cc0431f3ff21c' }, " ", this.labelContact))), h("div", { key: 'd82904db02da1da5f863bb86cef65b0da166ff0c', class: "otp__inputs", onPaste: (e) => this.handlePaste(e) }, this.digits.map((_, i) => (h("input", { key: i, ref: (el) => {
97
116
  if (el)
98
117
  this.inputs[i] = el;
99
118
  }, class: {
100
119
  'otp__digit': true,
101
120
  'otp__digit--filled': this.digitStates[i] === 'filled',
102
121
  'otp__digit--error': this.error,
103
- }, type: "text", inputMode: "numeric", maxLength: 1, value: this.digits[i] ?? '', onInput: (e) => this.handleInput(e, i), onKeyDown: (e) => this.handleKeyDown(e, i) })))), this.error && this.errorMessage && (h("p", { key: 'ddcdd5dacc533b73e6353c2670f762168c2803d3', class: "otp__error" }, this.errorMessage)), h("div", { key: 'a21650c43d7a62f9e187bd9f4eb307d275ff37be', class: "otp__resend" }, this.canResend ? (h("button", { class: "otp__resend-btn", onClick: () => { this.startCountdown(); this.dropiResend.emit(); } }, "Reenviar c\u00F3digo")) : (h("span", { class: "otp__countdown" }, "Reenviar en ", this.countdown, "s")))));
122
+ }, type: "text", inputMode: "numeric", maxLength: 1, value: this.digits[i] ?? '', onInput: (e) => this.handleInput(e, i), onKeyDown: (e) => this.handleKeyDown(e, i) })))), this.error && this.errorMessage && (h("p", { key: '7629619d5b2c4e8f38e2c2bc93ab134242b8e079', class: "otp__error" }, this.errorMessage)), h("div", { key: 'ea5472d4c55f1cdc30304e9e9bcaacf303ba4501', class: "otp__resend" }, this.canResend ? (h("button", { class: "otp__resend-btn", onClick: () => { this.startCountdown(); this.dropiResend.emit(); } }, "Reenviar c\u00F3digo")) : (h("span", { class: "otp__countdown" }, "Reenviar en ", this.countdown, "s")))));
104
123
  }
124
+ static get formAssociated() { return true; }
105
125
  static get watchers() { return {
106
126
  "digitsCount": [{
107
127
  "handleDigitsCountChange": 0
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, a as getElement, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h } from './index-B-h7fjQz.js';
2
2
 
3
- const dropiPhoneInputCss = () => `:host{display:block;width:100%;position:relative;font-family:'Inter', sans-serif}*,*::before,*::after{box-sizing:border-box}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type='number']{-moz-appearance:textfield;appearance:textfield}.phone-wrap{width:100%}.phone-label{display:block;font-size:var(--font-size-xs, 10px);color:var(--Gray-Gray-600, #475066);margin-bottom:4px}.phone-input-container{display:flex;align-items:center;gap:8px}.custom-select{position:relative;width:50%}.form-control{flex:1;width:100%;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:5px;font-size:14px;font-family:inherit;transition:border-color 0.3s ease-in-out;height:40px;padding:0 12px;outline:none;color:var(--Gray-Gray-700, #32394d);background-color:var(--Neutral-White, #ffffff)}.form-control::placeholder{color:var(--Gray-Gray-500, #69738c)}.form-control:focus::placeholder{color:var(--Gray-Gray-500, #69738c)}.form-control:focus{border-color:var(--Info-Info-500, #50a5f1);outline:none}.form-control:disabled{border:1px solid var(--Gray-Gray-200, #c3c9d9) !important;color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);outline:none}.form-control.is-invalid{background:#fffbfb;border-color:var(--Error-Error-500, #f46a6b) !important}.select-button{width:100%;height:40px;padding:0.47rem 0.75rem;padding-right:7px;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);color:var(--Gray-Gray-500, #69738c);font-size:var(--font-size-s, 12px);font-family:inherit;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer}.select-button img{width:20px;height:20px}.select-button:focus{border-color:var(--Info-Info-500, #50a5f1) !important;outline:none}.select-button:disabled{border-color:var(--Gray-Gray-200, #c3c9d9);color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);cursor:unset}.select-button.select-completed{border-color:var(--Gray-Gray-400, #858ea6);color:var(--Gray-Gray-600, #475066);background:var(--Neutral-White, #ffffff)}.select-button.select-invalid{border-color:var(--Error-Error-500, #f46a6b) !important}.select-dropdown{position:absolute;width:100%;overflow:hidden;list-style:none;padding:0;margin:4px 0 0 0;border:1px solid transparent;border-radius:var(--Border-2, 8px);overflow-y:scroll;z-index:100}.select-dropdown::-webkit-scrollbar{width:6px}.select-dropdown::-webkit-scrollbar-thumb{background-color:var(--Gray-Gray-300, #d1d6e1);border-radius:4px}.expanded-select{max-height:250px;background:var(--Neutral-White, #ffffff);box-shadow:var(--Shadow-medium, 0 4px 16px rgba(0, 0, 0, 0.08));border:1px solid var(--Gray-Gray-200, #c3c9d9);transition:max-height 0.2s ease-in}.collapsed-select{max-height:0;background:transparent;box-shadow:none;border:1px solid transparent;transition:max-height 0.2s ease-out, background 0.6s ease-out, box-shadow 0.6s ease-out}.select-dropdown li{margin:0;padding:0}.option{width:100%;height:45px;border-radius:var(--Border-2, 8px);padding-top:var(--Size-3, 12px);padding-right:var(--Size-4, 16px);padding-bottom:var(--Size-3, 12px);padding-left:var(--Size-4, 16px);border:none;background:transparent;text-align:left;color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-s, 12px);font-family:inherit;cursor:pointer;display:flex;align-items:center;gap:8px}.option img{width:20px;height:20px}.option:hover{background:var(--Gray-Gray-50, #f7f8fa)}.option:disabled{color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);cursor:unset}.invalid-color{color:var(--Error-Error-500, #f46a6b) !important}.phone-error{margin:4px 0 0;font-size:var(--font-size-xs, 10px);color:var(--Error-Error-500, #f46a6b)}`;
3
+ const dropiPhoneInputCss = () => `:host{display:block;width:100%;position:relative;font-family:'Inter', sans-serif}*,*::before,*::after{box-sizing:border-box}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type='number']{-moz-appearance:textfield;appearance:textfield}.phone-wrap{width:100%}.phone-label{display:block;font-size:var(--font-size-xs, 10px);color:var(--Gray-Gray-600, #475066);margin-bottom:4px}.phone-input-container{display:flex;align-items:center;gap:8px}.custom-select{position:relative;width:50%}.form-control{flex:1;width:100%;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:5px;font-size:14px;font-family:inherit;transition:border-color 0.3s ease-in-out;height:40px;padding:0 12px;outline:none;color:var(--Gray-Gray-700, #32394d);background-color:var(--Neutral-White, #ffffff)}.form-control::placeholder{color:var(--Gray-Gray-500, #69738c)}.form-control:focus::placeholder{color:var(--Gray-Gray-500, #69738c)}.form-control:focus{border-color:var(--Info-Info-500, #50a5f1);outline:none}.form-control:disabled{border:1px solid var(--Gray-Gray-200, #c3c9d9) !important;color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);outline:none}.form-control.is-invalid{background:#fffbfb;border-color:var(--Error-Error-500, #f46a6b) !important}.select-button{width:100%;height:40px;padding:0.47rem 0.75rem;padding-right:7px;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);color:var(--Gray-Gray-500, #69738c);font-size:var(--font-size-s, 12px);font-family:inherit;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer}.select-button img{width:20px;height:20px}.select-button:focus{border-color:var(--Info-Info-500, #50a5f1) !important;outline:none}.select-button:disabled{border-color:var(--Gray-Gray-200, #c3c9d9);color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);cursor:unset}.select-button.select-completed{border-color:var(--Gray-Gray-400, #858ea6);color:var(--Gray-Gray-600, #475066);background:var(--Neutral-White, #ffffff)}.select-button.select-invalid{border-color:var(--Error-Error-500, #f46a6b) !important}.select-dropdown{position:absolute;width:100%;overflow:hidden;list-style:none;padding:0;margin:4px 0 0 0;border:1px solid transparent;border-radius:var(--Border-2, 8px);overflow-y:scroll;z-index:var(--dropi-z-index-overlay, 11000)}.select-dropdown::-webkit-scrollbar{width:6px}.select-dropdown::-webkit-scrollbar-thumb{background-color:var(--Gray-Gray-300, #d1d6e1);border-radius:4px}.expanded-select{max-height:250px;background:var(--Neutral-White, #ffffff);box-shadow:var(--Shadow-medium, 0 4px 16px rgba(0, 0, 0, 0.08));border:1px solid var(--Gray-Gray-200, #c3c9d9);transition:max-height 0.2s ease-in}.collapsed-select{max-height:0;background:transparent;box-shadow:none;border:1px solid transparent;transition:max-height 0.2s ease-out, background 0.6s ease-out, box-shadow 0.6s ease-out}.select-dropdown li{margin:0;padding:0}.option{width:100%;height:45px;border-radius:var(--Border-2, 8px);padding-top:var(--Size-3, 12px);padding-right:var(--Size-4, 16px);padding-bottom:var(--Size-3, 12px);padding-left:var(--Size-4, 16px);border:none;background:transparent;text-align:left;color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-s, 12px);font-family:inherit;cursor:pointer;display:flex;align-items:center;gap:8px}.option img{width:20px;height:20px}.option:hover{background:var(--Gray-Gray-50, #f7f8fa)}.option:disabled{color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);cursor:unset}.invalid-color{color:var(--Error-Error-500, #f46a6b) !important}.phone-error{margin:4px 0 0;font-size:var(--font-size-xs, 10px);color:var(--Error-Error-500, #f46a6b)}`;
4
4
 
5
5
  const COUNTRIES = [
6
6
  { code: '57', name: 'Colombia', flag: 'CO', maxLength: 10 },
@@ -103,8 +103,18 @@ const DropiPhoneInput = class {
103
103
  this.dropiPhoneChange = createEvent(this, "dropiPhoneChange");
104
104
  this.dropiVerify = createEvent(this, "dropiVerify");
105
105
  this.dropiChangeSelect = createEvent(this, "dropiChangeSelect");
106
+ if (hostRef.$hostElement$["s-ei"]) {
107
+ this.internals = hostRef.$hostElement$["s-ei"];
108
+ }
109
+ else {
110
+ this.internals = hostRef.$hostElement$.attachInternals();
111
+ hostRef.$hostElement$["s-ei"] = this.internals;
112
+ }
106
113
  }
107
114
  get el() { return getElement(this); }
115
+ internals;
116
+ /** Name for native form submission */
117
+ name = '';
108
118
  /** Initial country dial code (e.g. "57") — matches Angular 'CodArea' setter */
109
119
  codArea = '57';
110
120
  /** Phone number value — matches Angular 'ngModelPhone' */
@@ -139,6 +149,10 @@ const DropiPhoneInput = class {
139
149
  dropiChangeSelect;
140
150
  codAreaChanged() {
141
151
  this.ngModelPhone = '';
152
+ this.updateFormValue();
153
+ }
154
+ ngModelPhoneChanged() {
155
+ this.updateFormValue();
142
156
  }
143
157
  selectedOptionChanged(val) {
144
158
  if (!val)
@@ -150,6 +164,11 @@ const DropiPhoneInput = class {
150
164
  componentWillLoad() {
151
165
  if (this.selectedOption)
152
166
  this.selectedOptionChanged(this.selectedOption);
167
+ this.updateFormValue();
168
+ }
169
+ updateFormValue() {
170
+ const fullValue = this.ngModelPhone ? `+${this.codArea}${this.ngModelPhone}` : '';
171
+ this.internals.setFormValue(fullValue);
153
172
  }
154
173
  get selectedCountry() {
155
174
  const cleanCodArea = (this.codArea ?? '57').replace('+', '');
@@ -176,15 +195,19 @@ const DropiPhoneInput = class {
176
195
  render() {
177
196
  const country = this.selectedCountry;
178
197
  const isInvalid = this.isValidPhone === false;
179
- return (h("div", { key: 'a377fcfcfdb239d79f319f0e058f5d54cbcfac02', class: "phone-wrap" }, h("div", { key: '83719d2b76b491f1f7a9f3e202eb61c61abb2c31', class: "phone-input-container" }, h("div", { key: 'c92ff5d9f260b80ad4e7b8f7e290b7b4e1f595f0', class: "custom-select" }, h("button", { key: '35c56642c1828d86b7f211face2845dc79878fd4', type: "button", class: { 'select-button': true, 'select-invalid': isInvalid }, disabled: this.disabledInput, onClick: () => {
198
+ return (h("div", { key: '1634a703f734cd5db7b5d7acf83f403ea07962a3', class: "phone-wrap" }, h("div", { key: 'a9ed4a17b4a01893fc22d051241dcd494fa2e66d', class: "phone-input-container" }, h("div", { key: '6a50121fbb8939eac54035a314c340137aae63d5', class: "custom-select" }, h("button", { key: '0157b468dab13e23f83b9528ec235bc61be91733', type: "button", class: { 'select-button': true, 'select-invalid': isInvalid }, disabled: this.disabledInput, onClick: () => {
180
199
  if (!this.disabledInput)
181
200
  this.open = !this.open;
182
- } }, h("span", { key: 'e39cdac451df1c9a47c6552e7f133cb7662cae7f', style: { display: 'flex', gap: '0.5rem', alignItems: 'center' } }, h("img", { key: '620c8efc2695ee26fed0c2bcd7f6132af05cdbed', src: `https://flagsapi.com/${country.flag}/flat/24.png`, alt: "flag" }), country.code), h("dropi-icon", { key: 'cf57cc1ef06e12b0112fdbbb063fb8f045c17e39', name: this.open ? 'Dropdown-up' : 'Dropdown-down', iconWidth: "14px", iconHeight: "14px", color: "Gray-Gray-500" })), h("ul", { key: '1009d2e4212267bbfaf4aa26c0c2152606a8d092', class: { 'select-dropdown': true, 'expanded-select': this.open, 'collapsed-select': !this.open } }, COUNTRIES.map(option => (h("li", null, h("button", { type: "button", class: "option", onMouseDown: (e) => { e.preventDefault(); this.selectCountry(option); } }, h("img", { src: `https://flagsapi.com/${option.flag}/flat/24.png`, alt: option.flag }), option.code)))))), h("input", { key: '87be58fc820c63741b076b04d807b7410e292344', id: "phone-input", type: "tel", inputmode: "numeric", class: { 'form-control': true, 'is-invalid': isInvalid }, placeholder: this.phoneNumberPlaceholder, value: this.ngModelPhone, disabled: this.disabledInput, maxLength: country.maxLength, onInput: (e) => this.handleInput(e) }))));
201
+ } }, h("span", { key: 'b174ec714c415964d09f4661f58a1a62e8c80653', style: { display: 'flex', gap: '0.5rem', alignItems: 'center' } }, h("img", { key: 'f4c62db877a54bd395b756926918b8ff16511a2a', src: `https://flagsapi.com/${country.flag}/flat/24.png`, alt: "flag" }), country.code), h("dropi-icon", { key: '809f64bed4cccd911110c9e8e52752554b0d8a86', name: this.open ? 'Dropdown-up' : 'Dropdown-down', iconWidth: "14px", iconHeight: "14px", color: "Gray-Gray-500" })), h("ul", { key: 'b4dea28807780b086ba15161cee3e417efb2f2a1', class: { 'select-dropdown': true, 'expanded-select': this.open, 'collapsed-select': !this.open } }, COUNTRIES.map(option => (h("li", null, h("button", { type: "button", class: "option", onMouseDown: (e) => { e.preventDefault(); this.selectCountry(option); } }, h("img", { src: `https://flagsapi.com/${option.flag}/flat/24.png`, alt: option.flag }), option.code)))))), h("input", { key: '4e1113fedf25b9c91d2aff815d6c862a7d47d072', id: "phone-input", type: "tel", inputmode: "numeric", class: { 'form-control': true, 'is-invalid': isInvalid }, placeholder: this.phoneNumberPlaceholder, value: this.ngModelPhone, disabled: this.disabledInput, maxLength: country.maxLength, onInput: (e) => this.handleInput(e) }))));
183
202
  }
203
+ static get formAssociated() { return true; }
184
204
  static get watchers() { return {
185
205
  "codArea": [{
186
206
  "codAreaChanged": 0
187
207
  }],
208
+ "ngModelPhone": [{
209
+ "ngModelPhoneChanged": 0
210
+ }],
188
211
  "selectedOption": [{
189
212
  "selectedOptionChanged": 0
190
213
  }]
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiProgressBarCss = () => `:host{display:block;width:100%}.progress-container{width:100%;display:flex;flex-direction:column;gap:4px}.progress-header{display:flex;justify-content:flex-end}.progress-value{font-size:var(--font-size-xs, 12px);color:var(--Gray-Gray-600, #475066);font-weight:500}.progress-track{width:100%;border-radius:999px;overflow:hidden;position:relative}.progress-fill{height:100%;border-radius:999px;transition:width 0.3s ease-in-out, background-color 0.3s ease-in-out}`;
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiRadioButtonCss = () => `:host{display:inline-block}*,*::before,*::after{box-sizing:border-box}.dropi-radio-button{display:flex;align-items:center;justify-content:flex-start;gap:20px}label{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;color:var(--Gray-Gray-700, #32394d);font-size:var(--font-size-s, 12px);font-weight:var(--font-weight-regular, 400);line-height:1.5}input[type='radio']{appearance:none;-webkit-appearance:none;width:20px;height:20px;min-width:20px;border:2px solid var(--Gray-Gray-200, #c3c9d9);border-radius:50%;background-color:transparent;position:relative;cursor:pointer;outline:none;flex-shrink:0;align-self:center;vertical-align:middle;margin:0}input[type='radio']::before{content:'';position:absolute;top:3px;left:3px;width:10px;height:10px;background-color:var(--Primary-Primary-400, #f7b46f);border-radius:50%;display:none}input[type='radio']:checked{border:2px solid var(--Primary-Primary-500, #f49a3d)}input[type='radio']:checked::before{display:block}`;
4
4
 
@@ -6,7 +6,15 @@ const DropiRadioButton = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
8
  this.dropiChange = createEvent(this, "dropiChange");
9
+ if (hostRef.$hostElement$["s-ei"]) {
10
+ this.internals = hostRef.$hostElement$["s-ei"];
11
+ }
12
+ else {
13
+ this.internals = hostRef.$hostElement$.attachInternals();
14
+ hostRef.$hostElement$["s-ei"] = this.internals;
15
+ }
9
16
  }
17
+ internals;
10
18
  /** Label text displayed next to the radio */
11
19
  label = '';
12
20
  /** Input name (for grouping radio buttons) */
@@ -26,17 +34,26 @@ const DropiRadioButton = class {
26
34
  if (val)
27
35
  this.checked = false;
28
36
  }
37
+ checkedChanged(val) {
38
+ this.internals.setFormValue(val ? 'on' : null);
39
+ }
40
+ componentWillLoad() {
41
+ this.internals.setFormValue(this.checked ? 'on' : null);
42
+ }
29
43
  handleChange(e) {
30
44
  this.checked = e.target.checked;
31
45
  this.dropiChange.emit(e);
32
46
  }
33
47
  render() {
34
- return (h("div", { key: '9f4c4f3be63c0aa0bcd1c48dacb97cec903db98d', class: "dropi-radio-button" }, h("label", { key: 'c29bd1ccc6c468b57fdcb4dd6c15cf541255cb71', htmlFor: this.id }, h("input", { key: '19533ffd5e5eb1b43d7e0f42971aa81652c8c926', id: this.id, type: "radio", name: this.name, checked: this.checked, onChange: (e) => this.handleChange(e) }), this.label)));
48
+ return (h("div", { key: 'e4b54d9bda299b9150ebf9791925e0e7c3b9fb38', class: "dropi-radio-button" }, h("label", { key: '0a4c6443668477a2cb6b2d5a3d8bc1744a0fcffd', htmlFor: this.id }, h("input", { key: '6ba6b5af4bc061664dee0b6554c769613080dbb8', id: this.id, type: "radio", name: this.name, checked: this.checked, onChange: (e) => this.handleChange(e) }), this.label)));
35
49
  }
36
50
  static get formAssociated() { return true; }
37
51
  static get watchers() { return {
38
52
  "resetTrigger": [{
39
53
  "onResetTrigger": 0
54
+ }],
55
+ "checked": [{
56
+ "checkedChanged": 0
40
57
  }]
41
58
  }; }
42
59
  };
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiRadioSelectionListCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.rsl__search{display:flex;align-items:center;gap:var(--Size-2, 8px);padding:var(--Size-2, 8px) var(--Size-3, 12px);border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);margin-bottom:var(--Size-2, 8px)}.rsl__search-input{flex:1;border:none;outline:none;font-size:var(--font-size-s, 12px);font-family:inherit;color:var(--Gray-Gray-700, #32394d);background:transparent}.rsl__list{display:flex;flex-direction:column;gap:var(--Size-2, 8px)}.rsl__item{display:flex;align-items:flex-start;gap:var(--Size-3, 12px);padding:var(--Size-3, 12px);border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);cursor:pointer;transition:border-color 0.15s, background 0.15s}.rsl__item:hover{background:var(--Gray-Gray-50, #f7f8fa)}.rsl__item--selected{border-color:var(--Primary-Primary-500, #f49a3d);background:var(--Primary-Primary-50, #fff5eb)}.rsl__radio{width:18px;height:18px;border-radius:50%;border:2px solid var(--Gray-Gray-300, #a3abbf);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:3px;transition:border-color 0.15s}.rsl__radio--checked{border-color:var(--Primary-Primary-500, #f49a3d)}.rsl__radio-dot{width:8px;height:8px;border-radius:50%;background:var(--Primary-Primary-500, #f49a3d)}.rsl__content{display:flex;flex-direction:column;gap:2px}.rsl__name{font-size:var(--font-size-s, 12px);color:var(--Gray-Gray-700, #32394d)}.rsl__desc{font-size:var(--font-size-xs, 10px);line-height:1.4;color:var(--Gray-Gray-500, #69738c)}`;
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiReadMoreCss = () => `:host{display:block}.read-more__text{margin:0;font-size:var(--font-size-s, 12px);font-family:inherit;color:var(--Gray-Gray-800, #1f2433);line-height:1.5}.read-more__toggle{all:unset;display:inline;font-size:var(--font-size-s, 12px);font-family:inherit;font-weight:var(--font-weight-bold, 700);color:var(--Gray-Gray-600);cursor:pointer}.read-more__toggle:hover{color:var(--Primary-Primary-600, #d4872e)}`;
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiSearchCss = () => `:host{display:block;width:100%;position:relative}*,*::before,*::after{box-sizing:border-box}.search-label{display:block;font-size:var(--font-size-xs, 10px);color:var(--Gray-Gray-600, #475066);margin-bottom:4px}.search-input-row{position:relative;display:flex;align-items:center;width:100%}.search-icon{position:absolute;left:10px;pointer-events:none;z-index:1}.search-input{width:100%;height:40px;padding:0 36px 0 34px;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);font-size:var(--font-size-s, 12px);font-family:inherit;color:var(--Gray-Gray-700, #32394d);outline:none;transition:border-color 0.2s}.search-input:focus{border-color:var(--Info-Info-500, #50a5f1)}.search-input::placeholder{color:var(--Gray-Gray-400, #858ea6)}.search-clear{position:absolute;right:10px;display:flex;align-items:center;background:none;border:none;padding:0;cursor:pointer;z-index:1}.search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:var(--dropdown-height, 240px);overflow-y:auto;background:var(--Neutral-White, #ffffff);border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);box-shadow:0 4px 16px rgba(0, 0, 0, 0.08);z-index:100}.search-option{display:flex;align-items:center;gap:var(--Size-2, 8px);padding:var(--Size-2, 8px) var(--Size-3, 12px);cursor:pointer;transition:background 0.15s;user-select:none}.search-option:hover{background:var(--Gray-Gray-50, #f7f8fa)}.search-option--selected{background:var(--Primary-Primary-50, #fff5eb)}.search-option__label{flex:1;font-size:var(--font-size-s, 12px);color:var(--Gray-Gray-700, #32394d);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-no-results{padding:var(--Size-3, 12px);font-size:var(--font-size-s, 12px);color:var(--Gray-Gray-400, #858ea6);text-align:center}`;
4
4
 
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, a as getElement, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, a as getElement, h } from './index-B-h7fjQz.js';
2
2
 
3
- const dropiSelectCss = () => `:host{display:block;width:100%;text-align:left}*,*::before,*::after{box-sizing:border-box}.custom-select{position:relative;width:100%}.custom-select label{display:block;font-size:var(--font-size-xs, 10px);font-weight:var(--font-weight-regular, 400);color:var(--Gray-Gray-600, #475066)}.disabled-label{color:var(--Gray-Gray-400, #858ea6) !important}.asterisk{color:var(--Error-Error-500, #f46a6b)}.dropdown-container{display:flex;align-items:center;gap:4px}.left-label{color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-m, 14px);white-space:nowrap}.select-button{box-sizing:border-box;width:100%;height:40px;padding:0 0.75rem;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);color:var(--Gray-Gray-500, #69738c);font-size:var(--font-size-s, 12px);font-family:inherit;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer;transition:border-color 0.2s ease;gap:8px}.select-button:focus{outline:none;border-color:var(--Info-Info-500, #50a5f1)}.select-button:disabled{border-color:var(--Gray-Gray-200, #c3c9d9);color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);cursor:not-allowed}.select-completed{border-color:var(--Gray-Gray-400, #858ea6);color:var(--Gray-Gray-600, #475066)}.select-button-error{border-color:var(--Error-Error-500, #f46a6b) !important}.no-border{border:none !important;color:var(--Gray-Gray-600, #475066);padding:var(--Size-4, 16px);background-color:transparent !important;gap:var(--Size-2, 8px)}.no-border:disabled{background-color:transparent !important}.button-content{display:flex;align-items:center;gap:8px;overflow:hidden;flex:1;min-width:0}.elipsis{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-dropdown-overlay{position:fixed;max-height:250px;overflow-y:auto;list-style:none;padding:var(--Size-4, 16px) var(--Size-4, 16px) var(--Size-3, 12px);margin:0;border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);box-shadow:0px 8px 24px rgba(0, 0, 0, 0.12);z-index:9999;animation:dropdown-open 120ms ease-out}.select-dropdown-overlay.within-modal{position:absolute}@keyframes dropdown-open{from{opacity:0;transform:scaleY(0.95);transform-origin:top}to{opacity:1;transform:scaleY(1);transform-origin:top}}.option{box-sizing:border-box;width:100%;min-height:40px;border-radius:var(--Border-2, 8px);padding:var(--Size-3, 12px) var(--Size-4, 16px);border:none;background:transparent;text-align:left;color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-s, 12px);font-family:inherit;cursor:pointer;display:flex;align-items:center;gap:var(--Size-2, 8px);transition:background 0.15s ease}.option:hover:not(:disabled){background:var(--Gray-Gray-50, #f7f8fa)}.option:disabled,.disabled-option{opacity:0.5;cursor:not-allowed}.option.selected-option:not(.option-radio){background:var(--Primary-Primary-50, #fef8f2);color:var(--Primary-Primary-500, #f49a3d)}.option-group-title{padding:var(--Size-3, 12px) var(--Size-4, 16px);font-size:var(--font-size-s, 12px);font-weight:var(--font-weight-medium, 500);color:var(--Gray-Gray-500, #69738c);list-style:none}.option-group{padding-left:var(--Size-6, 32px)}.sticky-search{position:sticky;top:calc(-1 * var(--Size-4, 16px));background:var(--Neutral-White, #ffffff);z-index:10;margin:calc(-1 * var(--Size-4, 16px)) calc(-1 * var(--Size-4, 16px)) 0;padding:var(--Size-2, 8px) var(--Size-4, 16px);border-bottom:1px solid var(--Gray-Gray-100, #e6eaf2);list-style:none}.search-wrapper{display:flex;align-items:center;gap:8px;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);padding:6px 10px;background:var(--Neutral-White, #ffffff)}.search-input{flex:1;border:none;outline:none;font-size:var(--font-size-s, 12px);font-family:inherit;color:var(--Gray-Gray-700, #32394d);background:transparent}.search-input::placeholder{color:var(--Gray-Gray-400, #858ea6)}.search-clear{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.multi-checkbox{width:18px;height:18px;min-width:18px;border-radius:var(--Border-1, 4px);border:2px solid var(--Gray-Gray-200, #c3c9d9);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.15s, border-color 0.15s}.multi-checkbox.checked{background:var(--Primary-Primary-500, #f49a3d);border-color:var(--Primary-Primary-500, #f49a3d)}.option-radio{display:flex;align-items:center;gap:12px}.option-radio.selected-option{border-radius:var(--Border-2, 8px);background:var(--Primary-Primary-50, #fef8f2);color:var(--Primary-Primary-500, #f49a3d)}.option-radio.selected-option .option-second-label{color:var(--Primary-Primary-500, #f49a3d)}.radio{width:20px;height:20px;min-width:20px;border-radius:50%;border:2px solid var(--Gray-Gray-200, #c3c9d9);display:flex;align-items:center;justify-content:center;flex-shrink:0}.radio.selected{border-color:var(--Primary-Primary-500, #f49a3d)}.circle{width:12px;height:12px;border-radius:50%;background:var(--Primary-Primary-500, #f49a3d)}.labels-container{display:flex;justify-content:space-between;width:100%;min-width:0}.option-image{width:24px;height:24px;border-radius:60px;object-fit:cover;flex-shrink:0}.small-image{width:20px;height:20px}.option-image-fallback{width:24px;height:24px;border-radius:60px;background:var(--Primary-Primary-500, #f49a3d);color:white;font-size:13px;font-weight:var(--font-weight-bold);display:flex;justify-content:center;align-items:center;flex-shrink:0}.small-image.option-image-fallback{width:20px;height:20px}.option-second-label{color:var(--Gray-Gray-700, #32394d);font-weight:var(--font-weight-bold);white-space:nowrap}.flag-placeholder{font-size:11px;font-weight:var(--font-weight-semibold);color:var(--Gray-Gray-500, #69738c);flex-shrink:0}.select-helper,.select-helper-error{display:flex;gap:var(--Size-1, 4px);align-items:center;margin-top:var(--Size-1, 4px)}.select-helper span{color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-xs, 10px)}.select-helper-error span{color:var(--Error-Error-500, #f46a6b);font-size:var(--font-size-xs, 10px)}.no-results{padding:var(--Size-3, 12px) var(--Size-4, 16px);color:var(--Gray-Gray-400, #858ea6);font-size:var(--font-size-s, 12px);list-style:none;text-align:center}`;
3
+ const dropiSelectCss = () => `:host{display:block;width:100%;text-align:left}*,*::before,*::after{box-sizing:border-box}.custom-select{position:relative;width:100%}.custom-select label{display:block;font-size:var(--font-size-xs, 10px);font-weight:var(--font-weight-regular, 400);color:var(--Gray-Gray-600, #475066)}.disabled-label{color:var(--Gray-Gray-400, #858ea6) !important}.asterisk{color:var(--Error-Error-500, #f46a6b)}.dropdown-container{display:flex;align-items:center;gap:4px}.left-label{color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-m, 14px);white-space:nowrap}.select-button{box-sizing:border-box;width:100%;height:40px;padding:0 0.75rem;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);color:var(--Gray-Gray-500, #69738c);font-size:var(--font-size-s, 12px);font-family:inherit;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer;transition:border-color 0.2s ease;gap:8px}.select-button:focus{outline:none;border-color:var(--Info-Info-500, #50a5f1)}.select-button:disabled{border-color:var(--Gray-Gray-200, #c3c9d9);color:var(--Gray-Gray-400, #858ea6);background-color:var(--Gray-Gray-50, #f7f8fa);cursor:not-allowed}.select-completed{border-color:var(--Gray-Gray-400, #858ea6);color:var(--Gray-Gray-600, #475066)}.select-button-error{border-color:var(--Error-Error-500, #f46a6b) !important}.no-border{border:none !important;color:var(--Gray-Gray-600, #475066);padding:var(--Size-4, 16px);background-color:transparent !important;gap:var(--Size-2, 8px)}.no-border:disabled{background-color:transparent !important}.button-content{display:flex;align-items:center;gap:8px;overflow:hidden;flex:1;min-width:0}.elipsis{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-dropdown-overlay{position:fixed;max-height:250px;overflow-y:auto;list-style:none;padding:var(--Size-4, 16px) var(--Size-4, 16px) var(--Size-3, 12px);margin:0;border-radius:var(--Border-2, 8px);background:var(--Neutral-White, #ffffff);box-shadow:0px 8px 24px rgba(0, 0, 0, 0.12);z-index:var(--dropi-z-index-overlay, 11000);animation:dropdown-open 120ms ease-out}.select-dropdown-overlay.within-modal{position:absolute}@keyframes dropdown-open{from{opacity:0;transform:scaleY(0.95);transform-origin:top}to{opacity:1;transform:scaleY(1);transform-origin:top}}.option{box-sizing:border-box;width:100%;min-height:40px;border-radius:var(--Border-2, 8px);padding:var(--Size-3, 12px) var(--Size-4, 16px);border:none;background:transparent;text-align:left;color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-s, 12px);font-family:inherit;cursor:pointer;display:flex;align-items:center;gap:var(--Size-2, 8px);transition:background 0.15s ease}.option:hover:not(:disabled){background:var(--Gray-Gray-50, #f7f8fa)}.option:disabled,.disabled-option{opacity:0.5;cursor:not-allowed}.option.selected-option:not(.option-radio){background:var(--Primary-Primary-50, #fef8f2);color:var(--Primary-Primary-500, #f49a3d)}.option-group-title{padding:var(--Size-3, 12px) var(--Size-4, 16px);font-size:var(--font-size-s, 12px);font-weight:var(--font-weight-medium, 500);color:var(--Gray-Gray-500, #69738c);list-style:none}.option-group{padding-left:var(--Size-6, 32px)}.sticky-search{position:sticky;top:calc(-1 * var(--Size-4, 16px));background:var(--Neutral-White, #ffffff);z-index:10;margin:calc(-1 * var(--Size-4, 16px)) calc(-1 * var(--Size-4, 16px)) 0;padding:var(--Size-2, 8px) var(--Size-4, 16px);border-bottom:1px solid var(--Gray-Gray-100, #e6eaf2);list-style:none}.search-wrapper{display:flex;align-items:center;gap:8px;border:1px solid var(--Gray-Gray-200, #c3c9d9);border-radius:var(--Border-2, 8px);padding:6px 10px;background:var(--Neutral-White, #ffffff)}.search-input{flex:1;border:none;outline:none;font-size:var(--font-size-s, 12px);font-family:inherit;color:var(--Gray-Gray-700, #32394d);background:transparent}.search-input::placeholder{color:var(--Gray-Gray-400, #858ea6)}.search-clear{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.multi-checkbox{width:18px;height:18px;min-width:18px;border-radius:var(--Border-1, 4px);border:2px solid var(--Gray-Gray-200, #c3c9d9);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.15s, border-color 0.15s}.multi-checkbox.checked{background:var(--Primary-Primary-500, #f49a3d);border-color:var(--Primary-Primary-500, #f49a3d)}.option-radio{display:flex;align-items:center;gap:12px}.option-radio.selected-option{border-radius:var(--Border-2, 8px);background:var(--Primary-Primary-50, #fef8f2);color:var(--Primary-Primary-500, #f49a3d)}.option-radio.selected-option .option-second-label{color:var(--Primary-Primary-500, #f49a3d)}.radio{width:20px;height:20px;min-width:20px;border-radius:50%;border:2px solid var(--Gray-Gray-200, #c3c9d9);display:flex;align-items:center;justify-content:center;flex-shrink:0}.radio.selected{border-color:var(--Primary-Primary-500, #f49a3d)}.circle{width:12px;height:12px;border-radius:50%;background:var(--Primary-Primary-500, #f49a3d)}.labels-container{display:flex;justify-content:space-between;width:100%;min-width:0}.option-image{width:24px;height:24px;border-radius:60px;object-fit:cover;flex-shrink:0}.small-image{width:20px;height:20px}.option-image-fallback{width:24px;height:24px;border-radius:60px;background:var(--Primary-Primary-500, #f49a3d);color:white;font-size:13px;font-weight:var(--font-weight-bold);display:flex;justify-content:center;align-items:center;flex-shrink:0}.small-image.option-image-fallback{width:20px;height:20px}.option-second-label{color:var(--Gray-Gray-700, #32394d);font-weight:var(--font-weight-bold);white-space:nowrap}.flag-placeholder{font-size:11px;font-weight:var(--font-weight-semibold);color:var(--Gray-Gray-500, #69738c);flex-shrink:0}.select-helper,.select-helper-error{display:flex;gap:var(--Size-1, 4px);align-items:center;margin-top:var(--Size-1, 4px)}.select-helper span{color:var(--Gray-Gray-600, #475066);font-size:var(--font-size-xs, 10px)}.select-helper-error span{color:var(--Error-Error-500, #f46a6b);font-size:var(--font-size-xs, 10px)}.no-results{padding:var(--Size-3, 12px) var(--Size-4, 16px);color:var(--Gray-Gray-400, #858ea6);font-size:var(--font-size-s, 12px);list-style:none;text-align:center}`;
4
4
 
5
5
  const DropiSelect = class {
6
6
  constructor(hostRef) {
@@ -385,7 +385,7 @@ const DropiSelect = class {
385
385
  ]), !this.isGrouped && this.filteredOptions.map(opt => this.renderOption(opt)), this.filteredOptions.length === 0 && (h("li", { class: "no-results" }, "Sin resultados"))));
386
386
  }
387
387
  render() {
388
- return (h("div", { key: '4f34c329d9993926758230f0e9ca0f8d0e57ef6e', class: "custom-select" }, !this.dropdownType && this.label && (h("label", { key: '743013592658ee415d4a9e3db8ec648472a3428e', class: { 'disabled-label': this.disabled } }, this.label, this.showObligatory && !this.disabled && h("span", { key: '56183248733eb18956664c859c8f7d4057f3fa11', class: "asterisk" }, " *"))), h("div", { key: 'c93f45456478ac5419d542512092e877a04f28b7', class: "dropdown-container" }, this.dropdownType && this.label && (h("div", { key: '0632779b9ba71f1fb91944b54b477999f607a3f5', class: "left-label" }, this.label)), this.renderTrigger()), this.textHelper && !this.hasError && (h("div", { key: '3e57fc2b53715abb9800db573119cf77b0333d37', class: "select-helper" }, h("span", { key: 'baf3d1f0ae4d535acae2a08df8d2079996afdcff' }, this.textHelper))), this.hasError && this.errorText && (h("div", { key: '8b25aae92b9370a02fcfd81f50b98df145d3cb0e', class: "select-helper-error" }, h("dropi-icon", { key: '60643f0b7e54f8533dc9fd7dd17715aec59d851c', name: "Warning-circle", iconWidth: "12px", iconHeight: "12px", color: "Error-Error-500" }), h("span", { key: '35bcdfd3c9825cbac269b1085d4c552df694f33a' }, this.errorText))), this.renderDropdown()));
388
+ return (h("div", { key: 'f09113a288d45bb5519503bb78c41e236913c1eb', class: "custom-select" }, !this.dropdownType && this.label && (h("label", { key: 'c0b59763dc3529d7f9bb5597a2bea0d38070a07b', class: { 'disabled-label': this.disabled } }, this.label, this.showObligatory && !this.disabled && h("span", { key: '6c8a47bdfc216231ba72420298b3bc8deeeae435', class: "asterisk" }, " *"))), h("div", { key: '8ec45010af1252effe34bb69d3f40ea277459511', class: "dropdown-container" }, this.dropdownType && this.label && (h("div", { key: 'b3f7f9adacd57b091baac662fc7be6fcd847c3a4', class: "left-label" }, this.label)), this.renderTrigger()), this.textHelper && !this.hasError && (h("div", { key: 'a4cce833b50b2bc62cb7142da420f81c0647e97e', class: "select-helper" }, h("span", { key: 'f69375abc2f66b5b1278895b8f313adabfa0f938' }, this.textHelper))), this.hasError && this.errorText && (h("div", { key: '6681bdbb705633d393adab09a889f3f1fb6fbe8a', class: "select-helper-error" }, h("dropi-icon", { key: '09521eeef2cf2a58cb74bea5bfae8a6d58d17682', name: "Warning-circle", iconWidth: "12px", iconHeight: "12px", color: "Error-Error-500" }), h("span", { key: '807820bb0a474079627bf12c20f4a034896785cd' }, this.errorText))), this.renderDropdown()));
389
389
  }
390
390
  static get formAssociated() { return true; }
391
391
  static get watchers() { return {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiSidebarCss = () => `:host{display:block}.main-sidebar-container{margin-top:20px}.sidebar-option{height:45px;display:flex;align-items:center;position:relative;font-weight:var(--font-weight-medium, 500);gap:var(--Size-3, 12px);padding:var(--Size-3, 12px);font-size:var(--font-size-s, 12px);border-radius:var(--Border-1, 4px);min-width:147px;cursor:pointer;user-select:none}.sidebar-option .arrow{position:absolute;right:17px;transition:transform 0.3s ease}.sidebar-option .arrow-expanded{transform:rotate(180deg)}.sidebar-default-option{color:var(--Gray-Gray-500, #68738f)}.sidebar-active-option{color:var(--Primary-Primary-500, #f49a3d);background-color:#fef8f1}.sidebar-sub-item{overflow:hidden;max-height:0;height:auto;font-weight:var(--font-weight-medium, 500);gap:var(--Size-3, 12px);font-size:var(--font-size-s, 12px);cursor:pointer;opacity:0;padding:0 var(--Size-3, 12px) 0 var(--Size-8, 32px);transition:max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;user-select:none}.sidebar-sub-item.sidebar-expanded{max-height:200px;opacity:1;padding:var(--Size-3, 12px) var(--Size-3, 12px) var(--Size-3, 12px) var(--Size-8, 32px)}.sidebar-sub-item-default{color:var(--Gray-Gray-500, #68738f)}.sidebar-sub-item-active{color:var(--Primary-Primary-500, #f49a3d)}.space-between{justify-content:space-between}`;
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiSimpleStepperCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.stepper{display:flex;align-items:flex-start;width:100%}.stepper__item{display:flex;flex-direction:column;align-items:center;flex:1}.stepper__circle-row{display:flex;align-items:center;width:100%}.stepper__circle{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s, border-color 0.2s}.stepper__circle--pending{background:var(--Gray-Gray-100, #e6eaf2);border:2px solid var(--Gray-Gray-200, #c3c9d9)}.stepper__circle--active{background:var(--Primary-Primary-500, #f49a3d);border:2px solid var(--Primary-Primary-500, #f49a3d)}.stepper__circle--completed{background:var(--Primary-Primary-500, #f49a3d);border:2px solid var(--Primary-Primary-500, #f49a3d)}.stepper__dot{width:8px;height:8px;border-radius:50%;background:var(--Neutral-White, #ffffff);display:block}.stepper__circle--pending .stepper__dot{background:var(--Gray-Gray-400, #858ea6)}.stepper__number{font-size:var(--font-size-xs, 10px);font-weight:var(--font-weight-bold, 700);color:var(--Neutral-White, #ffffff)}.stepper__circle--pending .stepper__number{color:var(--Gray-Gray-500, #69738c)}.stepper__line{flex:1;height:2px;background:var(--Gray-Gray-200, #c3c9d9);transition:background 0.2s}.stepper__line--done{background:var(--Primary-Primary-500, #f49a3d)}.stepper__label{margin-top:6px;font-size:var(--font-size-xs, 10px);color:var(--Gray-Gray-600, #475066);text-align:center}`;
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiSkeletonCss = () => `:host{display:block}*,*::before,*::after{box-sizing:border-box}.skeleton-lines{display:flex;flex-direction:column;gap:8px}.skeleton{background:linear-gradient( 90deg, var(--Gray-Gray-100, #e6eaf2) 25%, var(--Gray-Gray-50, #f7f8fa) 50%, var(--Gray-Gray-100, #e6eaf2) 75% );background-size:200% 100%;animation:shimmer 1.6s ease-in-out infinite}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}`;
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiStepsCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.stepper{display:flex;align-items:flex-start;width:100%}.stepper__step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.stepper__circle-wrap{display:flex;align-items:center;width:100%;position:relative}.stepper__circle{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xs, 10px);font-weight:var(--font-weight-bold, 700);flex-shrink:0;z-index:1;transition:background 0.2s, border-color 0.2s}.stepper__circle--pending{background:var(--Neutral-White, #ffffff);border:2px solid var(--Gray-Gray-200, #c3c9d9);color:var(--Gray-Gray-400, #858ea6)}.stepper__circle--focus{background:var(--Neutral-White, #ffffff);border:2px solid var(--Primary-Primary-500, #f49a3d);color:var(--Primary-Primary-500, #f49a3d)}.stepper__circle--completed{background:var(--Primary-Primary-500, #f49a3d);border:2px solid var(--Primary-Primary-500, #f49a3d);color:var(--Neutral-White, #ffffff)}.stepper__line{flex:1;height:2px;background:var(--Gray-Gray-200, #c3c9d9);transition:background 0.2s}.stepper__line--done{background:var(--Primary-Primary-500, #f49a3d)}.stepper__label{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:var(--Size-2, 8px);text-align:center;padding:0 4px}.stepper__title{font-size:var(--font-size-s, 12px);font-weight:var(--font-weight-bold, 700);color:var(--Gray-Gray-700, #32394d)}.stepper__desc{font-size:var(--font-size-xs, 10px);color:var(--Gray-Gray-500, #69738c)}`;
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiSwitchCss = () => `:host{display:inline-block}*,*::before,*::after{box-sizing:border-box}.toggle-switch{position:relative;display:inline-block;width:40px;height:21px;margin-bottom:0;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--Gray-Gray-200, #c3c9d9);transition:0.4s;border-radius:34px}.slider::before{position:absolute;content:'';height:17px;width:17px;left:3px;bottom:2px;background-color:var(--Neutral-White, #ffffff);transition:0.4s;border-radius:50%}input:checked+.slider{background-color:var(--Primary-Primary-500, #f49a3d)}input:checked+.slider::before{transform:translateX(17px)}:host([disabled]) .toggle-switch{cursor:not-allowed;opacity:0.5}`;
4
4
 
@@ -6,22 +6,43 @@ const DropiSwitch = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
8
  this.dropiChange = createEvent(this, "dropiChange");
9
+ if (hostRef.$hostElement$["s-ei"]) {
10
+ this.internals = hostRef.$hostElement$["s-ei"];
11
+ }
12
+ else {
13
+ this.internals = hostRef.$hostElement$.attachInternals();
14
+ hostRef.$hostElement$["s-ei"] = this.internals;
15
+ }
9
16
  }
17
+ internals;
18
+ /** Name for native form submission */
19
+ name = '';
10
20
  /** Whether the switch is on */
11
21
  isChecked = false;
12
22
  /** Whether the switch is disabled */
13
23
  disabled = false;
14
24
  /** Emitted when the toggle state changes */
15
25
  dropiChange;
26
+ checkedChanged(val) {
27
+ this.internals.setFormValue(val ? 'on' : null);
28
+ }
29
+ componentWillLoad() {
30
+ this.internals.setFormValue(this.isChecked ? 'on' : null);
31
+ }
16
32
  onToggleChange(event) {
17
33
  const input = event.target;
18
34
  this.isChecked = input.checked;
19
35
  this.dropiChange.emit(this.isChecked);
20
36
  }
21
37
  render() {
22
- return (h("label", { key: '977f209e9d6411bf386637c1073dca0f5d1c72f3', class: "toggle-switch" }, h("input", { key: '8deef7c0c079d8d5662bd05372eb74d5cc68429f', type: "checkbox", checked: this.isChecked, disabled: this.disabled, onChange: (e) => this.onToggleChange(e) }), h("span", { key: '2f6dd3b87996271d0c6abddc86697791de4da9b1', class: "slider" })));
38
+ return (h("label", { key: 'b3321fd96a1487210a920f5494708dc2eb05f10c', class: "toggle-switch" }, h("input", { key: 'ee7cfecf443a1c839ce145ade18cc3ff15924816', type: "checkbox", checked: this.isChecked, disabled: this.disabled, onChange: (e) => this.onToggleChange(e) }), h("span", { key: 'c0800bd9a7f52cf666b3e475265da223b852be9a', class: "slider" })));
23
39
  }
24
40
  static get formAssociated() { return true; }
41
+ static get watchers() { return {
42
+ "isChecked": [{
43
+ "checkedChanged": 0
44
+ }]
45
+ }; }
25
46
  };
26
47
  DropiSwitch.style = dropiSwitchCss();
27
48
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiTableCss = () => `:host{display:block;width:100%;min-width:0}*,*::before,*::after{box-sizing:border-box}.table-container{width:100%;min-width:0;border-radius:var(--Border-3);padding:0 var(--Size-4) var(--Size-4) var(--Size-4);background-color:var(--Neutral-White)}.search-container{margin-block:var(--Size-5);display:flex;flex-direction:column;gap:var(--Size-4)}.table-title{padding-block:var(--Size-2);font-size:var(--font-size-m);font-weight:var(--font-weight-bold);color:var(--Gray-Gray-700);margin:0}.search-actions{display:flex;align-items:flex-end;gap:var(--Size-3);width:100%}.search-actions dropi-input{flex:1}.search-actions.only-filter{justify-content:flex-end}.table-tools{display:flex;justify-content:flex-end}.column-selector-container{position:relative}.column-selector-btn{min-width:40px;width:40px;height:40px;padding:0;border:1px solid var(--Gray-Gray-200);border-radius:var(--Border-2);background:var(--Neutral-White);cursor:pointer;display:flex;align-items:center;justify-content:center}.column-selector-btn:hover{background:var(--Gray-Gray-50)}.column-selector-menu{position:absolute;top:calc(100% + 8px);right:0;width:min(320px, 88vw);border:1px solid var(--Gray-Gray-200);border-radius:var(--Border-2);background:var(--Neutral-White);box-shadow:var(--Shadow-medium);z-index:20;padding:var(--Size-1)}.column-selector-footer{border-top:1px solid var(--Gray-Gray-100);margin-top:var(--Size-1);padding:var(--Size-2) var(--Size-4);display:flex;align-items:center}.column-selector-all{display:inline-flex;align-items:center;gap:var(--Size-2);color:var(--Gray-Gray-700);font-size:var(--font-size-s);cursor:pointer;user-select:none}.column-selector-option{display:flex;align-items:center;gap:var(--Size-2);padding:var(--Size-2) var(--Size-3);font-size:var(--font-size-s);color:var(--Gray-Gray-700);cursor:pointer;border-radius:var(--Border-1)}.column-selector-option:hover{background:var(--Gray-Gray-50)}.table-wrapper{overflow-x:auto;width:100%;position:relative}.table-wrapper.has-sticky-actions{width:100%}.table-wrapper::-webkit-scrollbar{height:6px}.table-wrapper::-webkit-scrollbar-track{background:transparent}.table-wrapper::-webkit-scrollbar-thumb{background:var(--Gray-Gray-200, #c3c9d9);border-radius:3px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:var(--Gray-Gray-400, #858ea6)}.custom-table{width:100%;border-collapse:collapse}.custom-table th,.custom-table td{position:relative;padding:var(--Size-3);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);color:var(--Gray-Gray-700)}.custom-table th::after,.custom-table td::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--Gray-Gray-100)}.custom-table th{height:55px;user-select:none}.custom-table th.sortable{cursor:pointer}.custom-table td{height:80px;min-width:100px;font-weight:var(--font-weight-regular);font-size:var(--font-size-s)}.headers-container{display:flex;flex-direction:column;align-items:center;gap:var(--Size-1)}.headers-container.align-left{align-items:flex-start}.headers-container.align-right{align-items:flex-end}.headers{display:flex;flex-wrap:nowrap;justify-content:space-around;align-items:center;gap:4px}.headers span{font-weight:var(--font-weight-bold);color:var(--Gray-Gray-600);font-size:var(--font-size-xs);text-align:center}.headers.align-left span{text-align:left}.headers.align-right span{text-align:right}.order-icons{display:flex;flex-direction:column}.order-icons dropi-icon{height:6px;display:flex}.checkbox-header{width:fit-content;min-width:fit-content;max-width:fit-content;text-align:center;padding:var(--Size-3) !important}.custom-table.has-checkbox td:first-child{width:fit-content;min-width:fit-content;max-width:fit-content;text-align:center;padding:8px !important}.table-row:hover{background-color:var(--Gray-Gray-50);transition:background-color 0.3s ease}.table-row:hover td:last-child{background-color:var(--Gray-Gray-50);transition:background-color 0.3s ease}.table-row.sub-row td:first-child{padding-left:2rem !important}.cell-content{display:inline-block;width:100%;text-align:left}td.actions,th.actions{position:sticky;right:0;z-index:2;background-color:var(--Neutral-White);width:120px;min-width:120px;max-width:120px;text-align:center}td.actions{vertical-align:middle}td.actions>div{display:flex !important;justify-content:center !important;align-items:center !important;width:100%;height:100%}.table-row:hover td.actions{background-color:var(--Gray-Gray-50);transition:background-color 0.3s ease}.actions-header{width:100%;text-align:center;user-select:none}.short-actions{display:flex;gap:var(--Size-2);align-items:center;justify-content:center}.action-icon{cursor:pointer}.action-button{position:relative}.actions-menu{position:absolute;top:0;right:80px;padding:var(--Size-2);border-radius:var(--Border-2);background-color:var(--Neutral-White);box-shadow:var(--Shadow-medium);z-index:10;animation:fadeIn 0.3s ease-in-out forwards}.action-item{padding:var(--Size-2);font-size:var(--font-size-xs);color:var(--Gray-Gray-600);height:45px;width:190px;display:flex;gap:var(--Size-4);align-items:center;justify-content:left;cursor:pointer;border-radius:var(--Border-1)}.action-item:hover{background-color:var(--Gray-Gray-50)}.table-labels{color:var(--Gray-Gray-600);font-weight:var(--font-weight-regular);font-size:var(--font-size-s);white-space:nowrap}.table-labels.multiline{white-space:pre;line-height:1.6}.text-wrap-label{color:var(--Gray-Gray-600);font-weight:var(--font-weight-regular);font-size:var(--font-size-s);white-space:normal;word-break:break-word;overflow-wrap:break-word;line-height:1.5}.date-label{display:inline-flex;flex-direction:column}.date-label span{font-weight:var(--font-weight-regular);color:var(--Gray-Gray-600);white-space:nowrap;font-size:var(--font-size-s)}.flag-container{display:inline-flex;align-items:center;gap:var(--Size-3)}.flag-container span{color:var(--Gray-Gray-600);font-weight:var(--font-weight-regular);font-size:var(--font-size-s)}.text-icon-label{display:inline-flex;flex-wrap:nowrap;gap:var(--Size-2);align-items:center}.text-icon-label span{color:var(--Gray-Gray-600);font-weight:var(--font-weight-regular);font-size:var(--font-size-s)}.image-label{display:inline-flex;flex-direction:column;justify-content:center}.img-container{display:flex;width:24px;padding-bottom:var(--Size-1);align-items:center}.img-container img{border-radius:60px;height:24px;width:24px;object-fit:cover}.container-cell{display:inline-flex;flex-direction:column}.status-label{display:inline-flex;flex-direction:column;gap:var(--Size-1)}.status-dot{display:flex;gap:var(--Size-2);align-items:center}.status-text{font-weight:var(--font-weight-regular);font-size:var(--font-size-xs);color:var(--Gray-Gray-700)}.status-description{font-weight:var(--font-weight-regular);font-size:var(--font-size-s);color:var(--Gray-Gray-600)}.dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.dot-low{background-color:var(--Success-Success-500)}.dot-medium{background-color:var(--Warning-Warning-500)}.dot-high{background-color:var(--Error-Error-500)}.low-opacity{opacity:0.5}.highlight-column{background:var(--Primary-Primary-50)}.text-link-label{display:flex;flex-wrap:nowrap;white-space:nowrap;gap:var(--Size-1)}.text-link-label span{color:var(--Gray-Gray-600);font-weight:var(--font-weight-regular);font-size:var(--font-size-s)}.text-link-label a{color:var(--Info-Info-500);font-weight:var(--font-weight-regular);font-size:var(--font-size-s)}.empty-table{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:400px}.empty-message-container{display:flex;width:420px;padding:var(--Size-4);flex-direction:column;align-items:center;gap:var(--Size-4);text-align:center;color:var(--Gray-Gray-500);font-size:var(--font-size-s)}.pagination{margin-top:var(--Size-4);display:flex;justify-content:space-between;align-items:center}.page-size-selector{display:flex;gap:5px;align-items:baseline}.page-size-selector label{font-weight:var(--font-weight-regular);font-size:var(--font-size-xs);color:var(--Gray-Gray-700)}.page-size-selector select{width:fit-content;height:29px;border-radius:var(--Border-2);padding:var(--Size-1);border:1px solid var(--Gray-Gray-200);color:var(--Gray-Gray-500);background:var(--Neutral-White);font-size:var(--font-size-xs);cursor:pointer}.total-results{font-weight:var(--font-weight-regular);font-size:var(--font-size-xs);color:var(--Gray-Gray-600)}.skeleton{height:14px;background:linear-gradient(90deg, var(--Gray-Gray-100) 25%, var(--Gray-Gray-50) 50%, var(--Gray-Gray-100) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--Border-1)}.skeleton--sm{width:20px}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.search-actions{flex-direction:column;align-items:stretch}.column-selector-menu{left:0;right:0;width:100%;max-height:45vh;overflow-y:auto}.pagination{flex-direction:column;align-items:center;gap:var(--Size-3)}td.actions,th.actions{width:60px;min-width:60px}.table-wrapper.has-sticky-actions{width:calc(100% - 60px)}}`;
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiTabsCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.tabs-container{display:flex;flex-wrap:nowrap;overflow-x:auto;width:100%;height:52px;scrollbar-width:none}.tabs-container::-webkit-scrollbar{width:0;height:0}.tab-item{padding:var(--Size-4,16px) var(--Size-5,20px);background:var(--Neutral-White, #ffffff);border-bottom:2px solid var(--Gray-Gray-100,#e6eaf2);cursor:pointer;display:flex;gap:16px;align-items:center;white-space:nowrap;flex-shrink:0;transition:border-color 0.15s ease;user-select:none}.tab-item:hover:not(.tab-item--disabled):not(.tab-item--active){border-color:var(--Gray-Gray-300,#a3abbf)}.tab-item--active{border-bottom:2px solid var(--Primary-Primary-500,#f49a3d)}.tab-item--disabled{background:rgba(223,228,237,0.22);cursor:not-allowed;opacity:0.7;pointer-events:none}.tab-label-row{display:flex;align-items:center;gap:8px}.tab-label{font-size:var(--font-size-s,14px);font-weight:var(--font-weight-bold,700);color:var(--Gray-Gray-400,#858ea6);line-height:20px}.tab-item--active .tab-label{color:var(--Gray-Gray-600,#475066)}.tab-item--disabled .tab-label{font-weight:var(--font-weight-light);color:var(--Gray-Gray-300,#a3abbf)}.tab-counter{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:20px;font-size:var(--font-size-xxs);font-weight:var(--font-weight-bold);line-height:var(--lineheight-simple);background:var(--Gray-Gray-100,#e6eaf2);color:var(--Gray-Gray-500,#69738c)}.tab-counter--active{background-color:var(--Primary-Primary-500, #F49A3D);color:var(--Neutral-White)}.tab-status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:var(--Primary-Primary-500, #f49a3d);flex-shrink:0}`;
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-a2fb4CHk.js';
1
+ import { r as registerInstance, h } from './index-B-h7fjQz.js';
2
2
 
3
3
  const dropiTagTypeProductCss = () => `:host{display:inline-block}.type-variation{border-radius:4px;background:var(--Warning-Warning-500);padding:2px 6px;font-size:var(--font-size-xs);color:var(--Neutral-White);text-transform:capitalize;font-weight:var(--font-weight-regular);width:fit-content}`;
4
4