@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
@@ -10,7 +10,7 @@ import { AlertModalType } from "./components/dropi-alert-modal/dropi-alert-modal
10
10
  import { AvatarType } from "./components/dropi-avatars/dropi-avatars";
11
11
  import { BadgeState } from "./components/dropi-badge/dropi-badge";
12
12
  import { BreadcrumbItem } from "./components/dropi-breadcrumb/dropi-breadcrumb";
13
- import { ButtonSeverity, ButtonSize, ButtonState, ButtonType } from "./components/dropi-button/dropi-button";
13
+ import { ButtonNativeType, ButtonSeverity, ButtonSize, ButtonState, ButtonType } from "./components/dropi-button/dropi-button";
14
14
  import { CheckboxOption } from "./components/dropi-checkbox-selection-list/dropi-checkbox-selection-list";
15
15
  import { ChipStyle, ChipType } from "./components/dropi-chips/dropi-chips";
16
16
  import { CityGroup } from "./components/dropi-city-selector/dropi-city-selector";
@@ -41,7 +41,7 @@ export { AlertModalType } from "./components/dropi-alert-modal/dropi-alert-modal
41
41
  export { AvatarType } from "./components/dropi-avatars/dropi-avatars";
42
42
  export { BadgeState } from "./components/dropi-badge/dropi-badge";
43
43
  export { BreadcrumbItem } from "./components/dropi-breadcrumb/dropi-breadcrumb";
44
- export { ButtonSeverity, ButtonSize, ButtonState, ButtonType } from "./components/dropi-button/dropi-button";
44
+ export { ButtonNativeType, ButtonSeverity, ButtonSize, ButtonState, ButtonType } from "./components/dropi-button/dropi-button";
45
45
  export { CheckboxOption } from "./components/dropi-checkbox-selection-list/dropi-checkbox-selection-list";
46
46
  export { ChipStyle, ChipType } from "./components/dropi-chips/dropi-chips";
47
47
  export { CityGroup } from "./components/dropi-city-selector/dropi-city-selector";
@@ -441,6 +441,11 @@ export namespace Components {
441
441
  * @default false
442
442
  */
443
443
  "fullWidth": boolean;
444
+ /**
445
+ * Native HTML button type (submit, reset, button)
446
+ * @default 'button'
447
+ */
448
+ "nativeType": ButtonNativeType;
444
449
  /**
445
450
  * Icon name to show after the text
446
451
  * @default ''
@@ -684,6 +689,11 @@ export namespace Components {
684
689
  * @default false
685
690
  */
686
691
  "disabled": boolean;
692
+ /**
693
+ * Name for native form submission
694
+ * @default ''
695
+ */
696
+ "name": string;
687
697
  }
688
698
  /**
689
699
  * @component dropi-checkbox-selection-list
@@ -832,6 +842,11 @@ export namespace Components {
832
842
  * @example <dropi-country-selector label="País" placeholder="Selecciona un país"></dropi-country-selector>
833
843
  */
834
844
  interface DropiCountrySelector {
845
+ /**
846
+ * When set to "body", the dropdown renders with fixed positioning to escape parent overflow clipping
847
+ * @default ''
848
+ */
849
+ "appendTo": string;
835
850
  /**
836
851
  * Pre-selected country code (ISO 3166-1 alpha-2)
837
852
  * @default ''
@@ -852,6 +867,11 @@ export namespace Components {
852
867
  * @default ''
853
868
  */
854
869
  "label": string;
870
+ /**
871
+ * Name for native form submission
872
+ * @default ''
873
+ */
874
+ "name": string;
855
875
  /**
856
876
  * Placeholder when nothing is selected
857
877
  * @default 'Selecciona un país'
@@ -919,6 +939,11 @@ export namespace Components {
919
939
  * @default ''
920
940
  */
921
941
  "minDate": string;
942
+ /**
943
+ * Name for native form submission
944
+ * @default ''
945
+ */
946
+ "name": string;
922
947
  /**
923
948
  * Placeholder
924
949
  * @default 'DD/MM/YYYY'
@@ -1740,6 +1765,11 @@ export namespace Components {
1740
1765
  * @default ''
1741
1766
  */
1742
1767
  "labelContact": string;
1768
+ /**
1769
+ * Name for native form submission
1770
+ * @default ''
1771
+ */
1772
+ "name": string;
1743
1773
  /**
1744
1774
  * Show contact label
1745
1775
  * @default false
@@ -1803,6 +1833,11 @@ export namespace Components {
1803
1833
  * @default undefined
1804
1834
  */
1805
1835
  "isValidPhone": boolean;
1836
+ /**
1837
+ * Name for native form submission
1838
+ * @default ''
1839
+ */
1840
+ "name": string;
1806
1841
  /**
1807
1842
  * Phone number value — matches Angular 'ngModelPhone'
1808
1843
  * @default ''
@@ -2303,6 +2338,11 @@ export namespace Components {
2303
2338
  * @default false
2304
2339
  */
2305
2340
  "isChecked": boolean;
2341
+ /**
2342
+ * Name for native form submission
2343
+ * @default ''
2344
+ */
2345
+ "name": string;
2306
2346
  }
2307
2347
  /**
2308
2348
  * @component dropi-table
@@ -4662,11 +4702,28 @@ declare namespace LocalJSX {
4662
4702
  * @default ''
4663
4703
  */
4664
4704
  "customIconColor"?: string;
4705
+ /**
4706
+ * If `true`, the user cannot interact with the element.
4707
+ */
4708
+ "disabled"?: boolean;
4709
+ /**
4710
+ * The `id` of a `<form>` element to associate this element with.
4711
+ */
4712
+ "form"?: string;
4665
4713
  /**
4666
4714
  * Full width button
4667
4715
  * @default false
4668
4716
  */
4669
4717
  "fullWidth"?: boolean;
4718
+ /**
4719
+ * The name of the element, used when submitting an HTML form.
4720
+ */
4721
+ "name"?: string;
4722
+ /**
4723
+ * Native HTML button type (submit, reset, button)
4724
+ * @default 'button'
4725
+ */
4726
+ "nativeType"?: ButtonNativeType;
4670
4727
  /**
4671
4728
  * Emitted on click (not emitted when disabled or loading)
4672
4729
  */
@@ -4949,7 +5006,8 @@ declare namespace LocalJSX {
4949
5006
  */
4950
5007
  "form"?: string;
4951
5008
  /**
4952
- * The name of the element, used when submitting an HTML form.
5009
+ * Name for native form submission
5010
+ * @default ''
4953
5011
  */
4954
5012
  "name"?: string;
4955
5013
  /**
@@ -5121,6 +5179,11 @@ declare namespace LocalJSX {
5121
5179
  * @example <dropi-country-selector label="País" placeholder="Selecciona un país"></dropi-country-selector>
5122
5180
  */
5123
5181
  interface DropiCountrySelector {
5182
+ /**
5183
+ * When set to "body", the dropdown renders with fixed positioning to escape parent overflow clipping
5184
+ * @default ''
5185
+ */
5186
+ "appendTo"?: string;
5124
5187
  /**
5125
5188
  * Pre-selected country code (ISO 3166-1 alpha-2)
5126
5189
  * @default ''
@@ -5131,6 +5194,10 @@ declare namespace LocalJSX {
5131
5194
  * @default false
5132
5195
  */
5133
5196
  "disabled"?: boolean;
5197
+ /**
5198
+ * The `id` of a `<form>` element to associate this element with.
5199
+ */
5200
+ "form"?: string;
5134
5201
  /**
5135
5202
  * Show error border
5136
5203
  * @default false
@@ -5141,6 +5208,11 @@ declare namespace LocalJSX {
5141
5208
  * @default ''
5142
5209
  */
5143
5210
  "label"?: string;
5211
+ /**
5212
+ * Name for native form submission
5213
+ * @default ''
5214
+ */
5215
+ "name"?: string;
5144
5216
  /**
5145
5217
  * Emitted when a country is selected. Detail is the CountryItem.
5146
5218
  */
@@ -5187,6 +5259,10 @@ declare namespace LocalJSX {
5187
5259
  * @default ''
5188
5260
  */
5189
5261
  "endDate"?: string;
5262
+ /**
5263
+ * The `id` of a `<form>` element to associate this element with.
5264
+ */
5265
+ "form"?: string;
5190
5266
  /**
5191
5267
  * Is invalid state - matches Angular
5192
5268
  * @default false
@@ -5212,6 +5288,11 @@ declare namespace LocalJSX {
5212
5288
  * @default ''
5213
5289
  */
5214
5290
  "minDate"?: string;
5291
+ /**
5292
+ * Name for native form submission
5293
+ * @default ''
5294
+ */
5295
+ "name"?: string;
5215
5296
  /**
5216
5297
  * Emitted when date selected — matches Angular 'onChangeDate'
5217
5298
  */
@@ -6122,6 +6203,10 @@ declare namespace LocalJSX {
6122
6203
  * @default 6
6123
6204
  */
6124
6205
  "digitsCount"?: number;
6206
+ /**
6207
+ * If `true`, the user cannot interact with the element.
6208
+ */
6209
+ "disabled"?: boolean;
6125
6210
  /**
6126
6211
  * Delivery method label
6127
6212
  * @default 'email'
@@ -6132,11 +6217,20 @@ declare namespace LocalJSX {
6132
6217
  * @default ''
6133
6218
  */
6134
6219
  "errorMessage"?: string;
6220
+ /**
6221
+ * The `id` of a `<form>` element to associate this element with.
6222
+ */
6223
+ "form"?: string;
6135
6224
  /**
6136
6225
  * Contact info (email/phone to show in label)
6137
6226
  * @default ''
6138
6227
  */
6139
6228
  "labelContact"?: string;
6229
+ /**
6230
+ * Name for native form submission
6231
+ * @default ''
6232
+ */
6233
+ "name"?: string;
6140
6234
  /**
6141
6235
  * Emitted when all digits are entered (alternative event).
6142
6236
  */
@@ -6206,16 +6300,29 @@ declare namespace LocalJSX {
6206
6300
  * @default '57'
6207
6301
  */
6208
6302
  "codArea"?: string;
6303
+ /**
6304
+ * If `true`, the user cannot interact with the element.
6305
+ */
6306
+ "disabled"?: boolean;
6209
6307
  /**
6210
6308
  * Disabled state — matches Angular 'disabledInput'
6211
6309
  * @default false
6212
6310
  */
6213
6311
  "disabledInput"?: boolean;
6312
+ /**
6313
+ * The `id` of a `<form>` element to associate this element with.
6314
+ */
6315
+ "form"?: string;
6214
6316
  /**
6215
6317
  * Validation state — matches Angular 'isValidPhone'
6216
6318
  * @default undefined
6217
6319
  */
6218
6320
  "isValidPhone"?: boolean;
6321
+ /**
6322
+ * Name for native form submission
6323
+ * @default ''
6324
+ */
6325
+ "name"?: string;
6219
6326
  /**
6220
6327
  * Phone number value — matches Angular 'ngModelPhone'
6221
6328
  * @default ''
@@ -6793,7 +6900,8 @@ declare namespace LocalJSX {
6793
6900
  */
6794
6901
  "isChecked"?: boolean;
6795
6902
  /**
6796
- * The name of the element, used when submitting an HTML form.
6903
+ * Name for native form submission
6904
+ * @default ''
6797
6905
  */
6798
6906
  "name"?: string;
6799
6907
  /**
@@ -7391,6 +7499,7 @@ declare namespace LocalJSX {
7391
7499
  "postIcon": string;
7392
7500
  "customIconColor": string;
7393
7501
  "text": string;
7502
+ "nativeType": ButtonNativeType;
7394
7503
  }
7395
7504
  interface DropiCardCheckboxAttributes {
7396
7505
  "type": 'default' | 'with card';
@@ -7434,6 +7543,7 @@ declare namespace LocalJSX {
7434
7543
  "circular": string;
7435
7544
  }
7436
7545
  interface DropiCheckboxAttributes {
7546
+ "name": string;
7437
7547
  "checked": boolean;
7438
7548
  "disabled": boolean;
7439
7549
  }
@@ -7470,6 +7580,7 @@ declare namespace LocalJSX {
7470
7580
  "height": string;
7471
7581
  }
7472
7582
  interface DropiCountrySelectorAttributes {
7583
+ "name": string;
7473
7584
  "label": string;
7474
7585
  "placeholder": string;
7475
7586
  "currentSelection": string;
@@ -7479,8 +7590,10 @@ declare namespace LocalJSX {
7479
7590
  "textHelper": string;
7480
7591
  "searchTerm": string;
7481
7592
  "selectProperties": string;
7593
+ "appendTo": string;
7482
7594
  }
7483
7595
  interface DropiDatePickerAttributes {
7596
+ "name": string;
7484
7597
  "selectedDate": string;
7485
7598
  "startDate": string;
7486
7599
  "endDate": string;
@@ -7663,6 +7776,7 @@ declare namespace LocalJSX {
7663
7776
  "showMenuToggle": boolean;
7664
7777
  }
7665
7778
  interface DropiOtpSendCodeAttributes {
7779
+ "name": string;
7666
7780
  "engine": 'email' | 'sms' | '2fa';
7667
7781
  "labelContact": string;
7668
7782
  "showLabelContact": boolean;
@@ -7678,6 +7792,7 @@ declare namespace LocalJSX {
7678
7792
  "noLabels": boolean;
7679
7793
  }
7680
7794
  interface DropiPhoneInputAttributes {
7795
+ "name": string;
7681
7796
  "codArea": string;
7682
7797
  "ngModelPhone": string;
7683
7798
  "phoneNumberPlaceholder": string | null;
@@ -7782,6 +7897,7 @@ declare namespace LocalJSX {
7782
7897
  "state": StepState;
7783
7898
  }
7784
7899
  interface DropiSwitchAttributes {
7900
+ "name": string;
7785
7901
  "isChecked": boolean;
7786
7902
  "disabled": boolean;
7787
7903
  }