@pine-ds/core 3.9.0 → 3.10.0

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 (829) hide show
  1. package/components/attributes.js.map +1 -1
  2. package/components/form.js.map +1 -1
  3. package/components/index.js +1 -1
  4. package/components/index2.js +1 -1
  5. package/components/index2.js.map +1 -1
  6. package/components/mock-pds-modal.js +5 -3
  7. package/components/mock-pds-modal.js.map +1 -1
  8. package/components/pds-accordion.js +5 -3
  9. package/components/pds-accordion.js.map +1 -1
  10. package/components/pds-alert.js +5 -3
  11. package/components/pds-alert.js.map +1 -1
  12. package/components/pds-avatar.js +5 -3
  13. package/components/pds-avatar.js.map +1 -1
  14. package/components/pds-box2.js +5 -3
  15. package/components/pds-box2.js.map +1 -1
  16. package/components/pds-button2.js +15 -4
  17. package/components/pds-button2.js.map +1 -1
  18. package/components/pds-checkbox2.js +5 -3
  19. package/components/pds-checkbox2.js.map +1 -1
  20. package/components/pds-chip2.js +5 -3
  21. package/components/pds-chip2.js.map +1 -1
  22. package/components/pds-combobox.js +5 -3
  23. package/components/pds-combobox.js.map +1 -1
  24. package/components/pds-copytext.js +5 -3
  25. package/components/pds-copytext.js.map +1 -1
  26. package/components/pds-divider.js +5 -3
  27. package/components/pds-divider.js.map +1 -1
  28. package/components/pds-dropdown-menu-item.js +5 -3
  29. package/components/pds-dropdown-menu-item.js.map +1 -1
  30. package/components/pds-dropdown-menu-separator.js +5 -3
  31. package/components/pds-dropdown-menu-separator.js.map +1 -1
  32. package/components/pds-dropdown-menu.js +6 -4
  33. package/components/pds-dropdown-menu.js.map +1 -1
  34. package/components/pds-filter.js +5 -3
  35. package/components/pds-filter.js.map +1 -1
  36. package/components/pds-filters.js +5 -3
  37. package/components/pds-filters.js.map +1 -1
  38. package/components/pds-icon2.js +5 -3
  39. package/components/pds-icon2.js.map +1 -1
  40. package/components/pds-image.js +5 -3
  41. package/components/pds-image.js.map +1 -1
  42. package/components/pds-input.js +5 -3
  43. package/components/pds-input.js.map +1 -1
  44. package/components/pds-link2.js +5 -3
  45. package/components/pds-link2.js.map +1 -1
  46. package/components/pds-loader2.js +5 -3
  47. package/components/pds-loader2.js.map +1 -1
  48. package/components/pds-modal-content.js +7 -5
  49. package/components/pds-modal-content.js.map +1 -1
  50. package/components/pds-modal-footer.js +5 -3
  51. package/components/pds-modal-footer.js.map +1 -1
  52. package/components/pds-modal-header.js +5 -3
  53. package/components/pds-modal-header.js.map +1 -1
  54. package/components/pds-modal.js +5 -3
  55. package/components/pds-modal.js.map +1 -1
  56. package/components/pds-popover.js +437 -90
  57. package/components/pds-popover.js.map +1 -1
  58. package/components/pds-progress.js +6 -4
  59. package/components/pds-progress.js.map +1 -1
  60. package/components/pds-property.js +6 -4
  61. package/components/pds-property.js.map +1 -1
  62. package/components/pds-radio.js +8 -6
  63. package/components/pds-radio.js.map +1 -1
  64. package/components/pds-row.js +6 -4
  65. package/components/pds-row.js.map +1 -1
  66. package/components/pds-select.js +6 -4
  67. package/components/pds-select.js.map +1 -1
  68. package/components/pds-sortable-item.js +6 -4
  69. package/components/pds-sortable-item.js.map +1 -1
  70. package/components/pds-sortable.js +6 -4
  71. package/components/pds-sortable.js.map +1 -1
  72. package/components/pds-switch.js +8 -6
  73. package/components/pds-switch.js.map +1 -1
  74. package/components/pds-tab.js +8 -6
  75. package/components/pds-tab.js.map +1 -1
  76. package/components/pds-table-body.js +6 -4
  77. package/components/pds-table-body.js.map +1 -1
  78. package/components/pds-table-cell2.js +7 -5
  79. package/components/pds-table-cell2.js.map +1 -1
  80. package/components/pds-table-head-cell2.js +7 -5
  81. package/components/pds-table-head-cell2.js.map +1 -1
  82. package/components/pds-table-head.js +6 -4
  83. package/components/pds-table-head.js.map +1 -1
  84. package/components/pds-table-row.js +6 -4
  85. package/components/pds-table-row.js.map +1 -1
  86. package/components/pds-table.js +5 -3
  87. package/components/pds-table.js.map +1 -1
  88. package/components/pds-tabpanel.js +6 -4
  89. package/components/pds-tabpanel.js.map +1 -1
  90. package/components/pds-tabs.js +6 -4
  91. package/components/pds-tabs.js.map +1 -1
  92. package/components/pds-text2.js +6 -4
  93. package/components/pds-text2.js.map +1 -1
  94. package/components/pds-textarea.js +9 -7
  95. package/components/pds-textarea.js.map +1 -1
  96. package/components/pds-toast.js +8 -6
  97. package/components/pds-toast.js.map +1 -1
  98. package/components/pds-tooltip.js +7 -5
  99. package/components/pds-tooltip.js.map +1 -1
  100. package/components/utils.js.map +1 -1
  101. package/dist/cjs/attributes-oNMnBEnP.js.map +1 -1
  102. package/dist/cjs/form-hmpgbT1I.js.map +1 -1
  103. package/dist/cjs/{index-DDTyvZD7.js → index-2Lf0E1JO.js} +505 -182
  104. package/dist/cjs/index-2Lf0E1JO.js.map +1 -0
  105. package/dist/cjs/{index-DtnvzYhe.js → index-B17J2UZb.js} +3 -3
  106. package/dist/cjs/index-B17J2UZb.js.map +1 -0
  107. package/dist/cjs/index.cjs.js +0 -4
  108. package/dist/cjs/index.cjs.js.map +1 -1
  109. package/dist/cjs/loader.cjs.js +3 -6
  110. package/dist/cjs/loader.cjs.js.map +1 -1
  111. package/dist/cjs/mock-pds-modal.cjs.entry.js +1 -3
  112. package/dist/cjs/pds-accordion.cjs.entry.js +2 -4
  113. package/dist/cjs/pds-alert.cjs.entry.js +1 -3
  114. package/dist/cjs/pds-avatar.cjs.entry.js +2 -4
  115. package/dist/cjs/pds-box.cjs.entry.js +1 -3
  116. package/dist/cjs/pds-button.cjs.entry.js +11 -5
  117. package/dist/cjs/pds-button.entry.cjs.js.map +1 -1
  118. package/dist/cjs/pds-checkbox.cjs.entry.js +2 -4
  119. package/dist/cjs/pds-chip.cjs.entry.js +2 -4
  120. package/dist/cjs/pds-combobox.cjs.entry.js +1 -3
  121. package/dist/cjs/pds-copytext.cjs.entry.js +2 -4
  122. package/dist/cjs/pds-divider.cjs.entry.js +1 -3
  123. package/dist/cjs/pds-dropdown-menu-item.cjs.entry.js +1 -3
  124. package/dist/cjs/pds-dropdown-menu-separator.cjs.entry.js +1 -3
  125. package/dist/cjs/pds-dropdown-menu.cjs.entry.js +2 -4
  126. package/dist/cjs/pds-dropdown-menu.entry.cjs.js.map +1 -1
  127. package/dist/cjs/pds-filter.cjs.entry.js +2 -4
  128. package/dist/cjs/pds-filters.cjs.entry.js +1 -3
  129. package/dist/cjs/pds-icon.cjs.entry.js +1 -3
  130. package/dist/cjs/pds-image.cjs.entry.js +1 -3
  131. package/dist/cjs/pds-input.cjs.entry.js +2 -4
  132. package/dist/cjs/pds-link.cjs.entry.js +2 -4
  133. package/dist/cjs/pds-loader.cjs.entry.js +1 -3
  134. package/dist/cjs/pds-modal-content.cjs.entry.js +3 -5
  135. package/dist/cjs/pds-modal-content.entry.cjs.js.map +1 -1
  136. package/dist/cjs/pds-modal-footer.cjs.entry.js +1 -3
  137. package/dist/cjs/pds-modal-header.cjs.entry.js +1 -3
  138. package/dist/cjs/pds-modal.cjs.entry.js +1 -3
  139. package/dist/cjs/pds-popover.cjs.entry.js +432 -88
  140. package/dist/cjs/pds-popover.entry.cjs.js.map +1 -1
  141. package/dist/cjs/pds-progress.cjs.entry.js +2 -4
  142. package/dist/cjs/pds-property.cjs.entry.js +2 -4
  143. package/dist/cjs/pds-radio.cjs.entry.js +5 -7
  144. package/dist/cjs/pds-row.cjs.entry.js +2 -4
  145. package/dist/cjs/pds-select.cjs.entry.js +3 -5
  146. package/dist/cjs/pds-sortable-item.cjs.entry.js +3 -5
  147. package/dist/cjs/pds-sortable.cjs.entry.js +2 -4
  148. package/dist/cjs/pds-sortable.entry.cjs.js.map +1 -1
  149. package/dist/cjs/pds-switch.cjs.entry.js +5 -7
  150. package/dist/cjs/pds-tab.cjs.entry.js +4 -6
  151. package/dist/cjs/pds-table-body.cjs.entry.js +2 -4
  152. package/dist/cjs/pds-table-cell.cjs.entry.js +3 -5
  153. package/dist/cjs/pds-table-head-cell.cjs.entry.js +4 -6
  154. package/dist/cjs/pds-table-head.cjs.entry.js +2 -4
  155. package/dist/cjs/pds-table-row.cjs.entry.js +2 -4
  156. package/dist/cjs/pds-table.cjs.entry.js +1 -3
  157. package/dist/cjs/pds-tabpanel.cjs.entry.js +2 -4
  158. package/dist/cjs/pds-tabs.cjs.entry.js +2 -4
  159. package/dist/cjs/pds-text.cjs.entry.js +2 -4
  160. package/dist/cjs/pds-textarea.cjs.entry.js +6 -8
  161. package/dist/cjs/pds-toast.cjs.entry.js +4 -6
  162. package/dist/cjs/pds-tooltip.cjs.entry.js +3 -5
  163. package/dist/cjs/pine-core.cjs.js +4 -7
  164. package/dist/cjs/pine-core.cjs.js.map +1 -1
  165. package/dist/cjs/utils-7jx8T2mW.js.map +1 -1
  166. package/dist/collection/collection-manifest.json +2 -2
  167. package/dist/collection/components/pds-accordion/pds-accordion.js +3 -3
  168. package/dist/collection/components/pds-alert/pds-alert.js +7 -7
  169. package/dist/collection/components/pds-avatar/pds-avatar.js +8 -8
  170. package/dist/collection/components/pds-box/pds-box.js +235 -235
  171. package/dist/collection/components/pds-button/pds-button.css +38 -0
  172. package/dist/collection/components/pds-button/pds-button.js +50 -19
  173. package/dist/collection/components/pds-button/pds-button.js.map +1 -1
  174. package/dist/collection/components/pds-button/stories/pds-button.stories.js +109 -55
  175. package/dist/collection/components/pds-checkbox/pds-checkbox.js +23 -23
  176. package/dist/collection/components/pds-chip/pds-chip.js +8 -8
  177. package/dist/collection/components/pds-combobox/pds-combobox.js +26 -26
  178. package/dist/collection/components/pds-copytext/pds-copytext.js +7 -7
  179. package/dist/collection/components/pds-divider/pds-divider.js +5 -5
  180. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.js +6 -6
  181. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-separator/pds-dropdown-menu-separator.js +3 -3
  182. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu.js +4 -4
  183. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu.js.map +1 -1
  184. package/dist/collection/components/pds-filters/pds-filter/pds-filter.js +7 -7
  185. package/dist/collection/components/pds-filters/pds-filters.js +2 -2
  186. package/dist/collection/components/pds-image/pds-image.js +14 -14
  187. package/dist/collection/components/pds-input/pds-input.js +44 -44
  188. package/dist/collection/components/pds-link/pds-link.js +9 -9
  189. package/dist/collection/components/pds-loader/pds-loader.js +4 -4
  190. package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.js +3 -3
  191. package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.js.map +1 -1
  192. package/dist/collection/components/pds-modal/pds-modal.js +6 -6
  193. package/dist/collection/components/pds-modal/test/mock-pds-modal.js +6 -6
  194. package/dist/collection/components/pds-popover/pds-popover.css +4 -31
  195. package/dist/collection/components/pds-popover/pds-popover.js +440 -130
  196. package/dist/collection/components/pds-popover/pds-popover.js.map +1 -1
  197. package/dist/collection/components/pds-popover/popover-interface.js.map +1 -1
  198. package/dist/collection/components/pds-popover/stories/pds-popover.stories.js +66 -18
  199. package/dist/collection/components/pds-progress/pds-progress.js +10 -10
  200. package/dist/collection/components/pds-property/pds-property.js +4 -4
  201. package/dist/collection/components/pds-radio/pds-radio.js +22 -22
  202. package/dist/collection/components/pds-row/pds-row.js +17 -17
  203. package/dist/collection/components/pds-select/pds-select.js +24 -24
  204. package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +5 -5
  205. package/dist/collection/components/pds-sortable/pds-sortable.js +6 -6
  206. package/dist/collection/components/pds-sortable/pds-sortable.js.map +1 -1
  207. package/dist/collection/components/pds-switch/pds-switch.js +21 -21
  208. package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +1 -1
  209. package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +6 -6
  210. package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +5 -5
  211. package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +6 -6
  212. package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +5 -5
  213. package/dist/collection/components/pds-table/pds-table.js +10 -10
  214. package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +12 -12
  215. package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +8 -8
  216. package/dist/collection/components/pds-tabs/pds-tabs.js +11 -11
  217. package/dist/collection/components/pds-text/pds-text.js +18 -18
  218. package/dist/collection/components/pds-textarea/pds-textarea.js +32 -32
  219. package/dist/collection/components/pds-toast/pds-toast.js +10 -10
  220. package/dist/collection/components/pds-tooltip/pds-tooltip.js +11 -11
  221. package/dist/collection/utils/attributes.js.map +1 -1
  222. package/dist/collection/utils/form.js.map +1 -1
  223. package/dist/collection/utils/utils.js.map +1 -1
  224. package/dist/docs.json +242 -79
  225. package/dist/esm/attributes-C0M1gTKv.js.map +1 -1
  226. package/dist/esm/form-DwjNklzi.js.map +1 -1
  227. package/dist/esm/{index-Bf1dou5H.js → index-Bh07GI-d.js} +505 -183
  228. package/dist/esm/index-Bh07GI-d.js.map +1 -0
  229. package/dist/esm/{index-D4zJBIgl.js → index-QXCASaCq.js} +3 -3
  230. package/dist/esm/index-QXCASaCq.js.map +1 -0
  231. package/dist/esm/index.js +1 -3
  232. package/dist/esm/loader.js +3 -6
  233. package/dist/esm/loader.js.map +1 -1
  234. package/dist/esm/mock-pds-modal.entry.js +1 -3
  235. package/dist/esm/pds-accordion.entry.js +2 -4
  236. package/dist/esm/pds-alert.entry.js +1 -3
  237. package/dist/esm/pds-avatar.entry.js +2 -4
  238. package/dist/esm/pds-box.entry.js +1 -3
  239. package/dist/esm/pds-button.entry.js +11 -5
  240. package/dist/esm/pds-button.entry.js.map +1 -1
  241. package/dist/esm/pds-checkbox.entry.js +2 -4
  242. package/dist/esm/pds-chip.entry.js +2 -4
  243. package/dist/esm/pds-combobox.entry.js +1 -3
  244. package/dist/esm/pds-copytext.entry.js +2 -4
  245. package/dist/esm/pds-divider.entry.js +1 -3
  246. package/dist/esm/pds-dropdown-menu-item.entry.js +1 -3
  247. package/dist/esm/pds-dropdown-menu-separator.entry.js +1 -3
  248. package/dist/esm/pds-dropdown-menu.entry.js +2 -4
  249. package/dist/esm/pds-dropdown-menu.entry.js.map +1 -1
  250. package/dist/esm/pds-filter.entry.js +2 -4
  251. package/dist/esm/pds-filters.entry.js +1 -3
  252. package/dist/esm/pds-icon.entry.js +1 -3
  253. package/dist/esm/pds-image.entry.js +1 -3
  254. package/dist/esm/pds-input.entry.js +2 -4
  255. package/dist/esm/pds-link.entry.js +2 -4
  256. package/dist/esm/pds-loader.entry.js +1 -3
  257. package/dist/esm/pds-modal-content.entry.js +3 -5
  258. package/dist/esm/pds-modal-content.entry.js.map +1 -1
  259. package/dist/esm/pds-modal-footer.entry.js +1 -3
  260. package/dist/esm/pds-modal-header.entry.js +1 -3
  261. package/dist/esm/pds-modal.entry.js +1 -3
  262. package/dist/esm/pds-popover.entry.js +432 -88
  263. package/dist/esm/pds-popover.entry.js.map +1 -1
  264. package/dist/esm/pds-progress.entry.js +2 -4
  265. package/dist/esm/pds-property.entry.js +2 -4
  266. package/dist/esm/pds-radio.entry.js +5 -7
  267. package/dist/esm/pds-row.entry.js +2 -4
  268. package/dist/esm/pds-select.entry.js +3 -5
  269. package/dist/esm/pds-sortable-item.entry.js +3 -5
  270. package/dist/esm/pds-sortable.entry.js +2 -4
  271. package/dist/esm/pds-sortable.entry.js.map +1 -1
  272. package/dist/esm/pds-switch.entry.js +5 -7
  273. package/dist/esm/pds-tab.entry.js +4 -6
  274. package/dist/esm/pds-table-body.entry.js +2 -4
  275. package/dist/esm/pds-table-cell.entry.js +3 -5
  276. package/dist/esm/pds-table-head-cell.entry.js +4 -6
  277. package/dist/esm/pds-table-head.entry.js +2 -4
  278. package/dist/esm/pds-table-row.entry.js +2 -4
  279. package/dist/esm/pds-table.entry.js +1 -3
  280. package/dist/esm/pds-tabpanel.entry.js +2 -4
  281. package/dist/esm/pds-tabs.entry.js +2 -4
  282. package/dist/esm/pds-text.entry.js +2 -4
  283. package/dist/esm/pds-textarea.entry.js +6 -8
  284. package/dist/esm/pds-toast.entry.js +4 -6
  285. package/dist/esm/pds-tooltip.entry.js +3 -5
  286. package/dist/esm/pine-core.js +4 -7
  287. package/dist/esm/pine-core.js.map +1 -1
  288. package/dist/esm/utils-tJa4KYNO.js.map +1 -1
  289. package/dist/esm-es5/attributes-C0M1gTKv.js.map +1 -1
  290. package/dist/esm-es5/form-DwjNklzi.js.map +1 -1
  291. package/dist/esm-es5/index-Bh07GI-d.js +3 -0
  292. package/dist/esm-es5/index-Bh07GI-d.js.map +1 -0
  293. package/dist/esm-es5/{index-D4zJBIgl.js → index-QXCASaCq.js} +1 -1
  294. package/dist/esm-es5/index-QXCASaCq.js.map +1 -0
  295. package/dist/esm-es5/index.js +1 -1
  296. package/dist/esm-es5/loader.js +1 -1
  297. package/dist/esm-es5/loader.js.map +1 -1
  298. package/dist/esm-es5/mock-pds-modal.entry.js +1 -1
  299. package/dist/esm-es5/pds-accordion.entry.js +1 -1
  300. package/dist/esm-es5/pds-alert.entry.js +1 -1
  301. package/dist/esm-es5/pds-avatar.entry.js +1 -1
  302. package/dist/esm-es5/pds-box.entry.js +1 -1
  303. package/dist/esm-es5/pds-button.entry.js +1 -1
  304. package/dist/esm-es5/pds-button.entry.js.map +1 -1
  305. package/dist/esm-es5/pds-checkbox.entry.js +1 -1
  306. package/dist/esm-es5/pds-chip.entry.js +1 -1
  307. package/dist/esm-es5/pds-combobox.entry.js +2 -2
  308. package/dist/esm-es5/pds-copytext.entry.js +1 -1
  309. package/dist/esm-es5/pds-divider.entry.js +1 -1
  310. package/dist/esm-es5/pds-dropdown-menu-item.entry.js +1 -1
  311. package/dist/esm-es5/pds-dropdown-menu-separator.entry.js +1 -1
  312. package/dist/esm-es5/pds-dropdown-menu.entry.js +1 -1
  313. package/dist/esm-es5/pds-dropdown-menu.entry.js.map +1 -1
  314. package/dist/esm-es5/pds-filter.entry.js +1 -1
  315. package/dist/esm-es5/pds-filters.entry.js +1 -1
  316. package/dist/esm-es5/pds-icon.entry.js +1 -1
  317. package/dist/esm-es5/pds-image.entry.js +1 -1
  318. package/dist/esm-es5/pds-input.entry.js +1 -1
  319. package/dist/esm-es5/pds-link.entry.js +1 -1
  320. package/dist/esm-es5/pds-loader.entry.js +1 -1
  321. package/dist/esm-es5/pds-modal-content.entry.js +1 -1
  322. package/dist/esm-es5/pds-modal-content.entry.js.map +1 -1
  323. package/dist/esm-es5/pds-modal-footer.entry.js +1 -1
  324. package/dist/esm-es5/pds-modal-header.entry.js +1 -1
  325. package/dist/esm-es5/pds-modal.entry.js +1 -1
  326. package/dist/esm-es5/pds-popover.entry.js +1 -1
  327. package/dist/esm-es5/pds-popover.entry.js.map +1 -1
  328. package/dist/esm-es5/pds-progress.entry.js +1 -1
  329. package/dist/esm-es5/pds-property.entry.js +1 -1
  330. package/dist/esm-es5/pds-radio.entry.js +1 -1
  331. package/dist/esm-es5/pds-row.entry.js +1 -1
  332. package/dist/esm-es5/pds-select.entry.js +1 -1
  333. package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
  334. package/dist/esm-es5/pds-sortable.entry.js +2 -2
  335. package/dist/esm-es5/pds-sortable.entry.js.map +1 -1
  336. package/dist/esm-es5/pds-switch.entry.js +1 -1
  337. package/dist/esm-es5/pds-tab.entry.js +1 -1
  338. package/dist/esm-es5/pds-table-body.entry.js +1 -1
  339. package/dist/esm-es5/pds-table-cell.entry.js +1 -1
  340. package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
  341. package/dist/esm-es5/pds-table-head.entry.js +1 -1
  342. package/dist/esm-es5/pds-table-row.entry.js +1 -1
  343. package/dist/esm-es5/pds-table.entry.js +1 -1
  344. package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
  345. package/dist/esm-es5/pds-tabs.entry.js +1 -1
  346. package/dist/esm-es5/pds-text.entry.js +1 -1
  347. package/dist/esm-es5/pds-textarea.entry.js +1 -1
  348. package/dist/esm-es5/pds-toast.entry.js +1 -1
  349. package/dist/esm-es5/pds-tooltip.entry.js +1 -1
  350. package/dist/esm-es5/pine-core.js +1 -1
  351. package/dist/esm-es5/pine-core.js.map +1 -1
  352. package/dist/esm-es5/utils-tJa4KYNO.js.map +1 -1
  353. package/dist/pine-core/index.esm.js +1 -1
  354. package/dist/pine-core/loader.esm.js.map +1 -1
  355. package/dist/pine-core/{p-9766923f.entry.js → p-01c4eac9.entry.js} +2 -2
  356. package/dist/pine-core/p-01c4eac9.entry.js.map +1 -0
  357. package/dist/pine-core/p-04390d80.system.entry.js +2 -0
  358. package/dist/pine-core/p-04390d80.system.entry.js.map +1 -0
  359. package/dist/pine-core/{p-4ef17b95.system.entry.js → p-052eedc2.system.entry.js} +2 -2
  360. package/dist/pine-core/p-052eedc2.system.entry.js.map +1 -0
  361. package/dist/pine-core/p-06f164fe.system.entry.js +2 -0
  362. package/dist/pine-core/p-06f164fe.system.entry.js.map +1 -0
  363. package/dist/pine-core/{p-725c350c.entry.js → p-0819d524.entry.js} +2 -2
  364. package/dist/pine-core/p-0819d524.entry.js.map +1 -0
  365. package/dist/pine-core/p-105951b7.system.entry.js +2 -0
  366. package/dist/pine-core/p-105951b7.system.entry.js.map +1 -0
  367. package/dist/pine-core/{p-307f415a.system.entry.js → p-168b5a5b.system.entry.js} +2 -2
  368. package/dist/pine-core/p-168b5a5b.system.entry.js.map +1 -0
  369. package/dist/pine-core/{p-ee583234.system.entry.js → p-1ab0a7b1.system.entry.js} +2 -2
  370. package/dist/pine-core/p-1ab0a7b1.system.entry.js.map +1 -0
  371. package/dist/pine-core/{p-da1fb45d.system.entry.js → p-1ac7cb0f.system.entry.js} +2 -2
  372. package/dist/pine-core/p-1ac7cb0f.system.entry.js.map +1 -0
  373. package/dist/pine-core/{p-f61ee383.system.entry.js → p-1bf75b30.system.entry.js} +2 -2
  374. package/dist/pine-core/p-1bf75b30.system.entry.js.map +1 -0
  375. package/dist/pine-core/{p-1039e8e9.entry.js → p-1c6def68.entry.js} +2 -2
  376. package/dist/pine-core/p-1c6def68.entry.js.map +1 -0
  377. package/dist/pine-core/p-1d3c4f2d.entry.js +2 -0
  378. package/dist/pine-core/p-1d3c4f2d.entry.js.map +1 -0
  379. package/dist/pine-core/{p-8ff41ba8.entry.js → p-1d83f560.entry.js} +2 -2
  380. package/dist/pine-core/p-1d83f560.entry.js.map +1 -0
  381. package/dist/pine-core/{p-90e83476.system.entry.js → p-1f28575b.system.entry.js} +2 -2
  382. package/dist/pine-core/p-1f28575b.system.entry.js.map +1 -0
  383. package/dist/pine-core/{p-88773b86.entry.js → p-1f67a7d6.entry.js} +2 -2
  384. package/dist/pine-core/p-1f67a7d6.entry.js.map +1 -0
  385. package/dist/pine-core/{p-e18c3044.entry.js → p-1fbe221a.entry.js} +2 -2
  386. package/dist/pine-core/p-1fbe221a.entry.js.map +1 -0
  387. package/dist/pine-core/{p-e692908e.entry.js → p-239cbdb2.entry.js} +2 -2
  388. package/dist/pine-core/p-239cbdb2.entry.js.map +1 -0
  389. package/dist/pine-core/{p-a9cfaa1f.entry.js → p-2551ed1a.entry.js} +2 -2
  390. package/dist/pine-core/p-2551ed1a.entry.js.map +1 -0
  391. package/dist/pine-core/p-285bc185.entry.js +2 -0
  392. package/dist/pine-core/p-285bc185.entry.js.map +1 -0
  393. package/dist/pine-core/{p-ozqEY4Zc.system.js.map → p-2NVJY0Vc.system.js.map} +1 -1
  394. package/dist/pine-core/{p-97299c83.system.entry.js → p-2aed6c67.system.entry.js} +2 -2
  395. package/dist/pine-core/p-2aed6c67.system.entry.js.map +1 -0
  396. package/dist/pine-core/p-2f5d1411.entry.js +2 -0
  397. package/dist/pine-core/p-2f5d1411.entry.js.map +1 -0
  398. package/dist/pine-core/{p-96a60a99.entry.js → p-35dd09be.entry.js} +2 -2
  399. package/dist/pine-core/p-35dd09be.entry.js.map +1 -0
  400. package/dist/pine-core/p-37795a28.system.entry.js +2 -0
  401. package/dist/pine-core/p-37795a28.system.entry.js.map +1 -0
  402. package/dist/pine-core/{p-c55fc47e.entry.js → p-3900b6f6.entry.js} +2 -2
  403. package/dist/pine-core/p-3900b6f6.entry.js.map +1 -0
  404. package/dist/pine-core/p-3ca2c7d0.system.entry.js +2 -0
  405. package/dist/pine-core/p-3ca2c7d0.system.entry.js.map +1 -0
  406. package/dist/pine-core/{p-B-Doh1Wu.system.js.map → p-3fR7iol3.system.js.map} +1 -1
  407. package/dist/pine-core/p-43b758af.entry.js +2 -0
  408. package/dist/pine-core/p-43b758af.entry.js.map +1 -0
  409. package/dist/pine-core/{p-f25274c9.entry.js → p-45c81df5.entry.js} +2 -2
  410. package/dist/pine-core/p-45c81df5.entry.js.map +1 -0
  411. package/dist/pine-core/{p-378df5eb.system.entry.js → p-4792d0c8.system.entry.js} +2 -2
  412. package/dist/pine-core/p-4792d0c8.system.entry.js.map +1 -0
  413. package/dist/pine-core/{p-3cc92094.system.entry.js → p-49c5234f.system.entry.js} +2 -2
  414. package/dist/pine-core/p-49c5234f.system.entry.js.map +1 -0
  415. package/dist/pine-core/p-4HGk7WFM.system.js.map +1 -0
  416. package/dist/pine-core/{p-c44d3551.entry.js → p-51e0ea73.entry.js} +2 -2
  417. package/dist/pine-core/p-51e0ea73.entry.js.map +1 -0
  418. package/dist/pine-core/{p-7af21e83.system.entry.js → p-52e92b68.system.entry.js} +2 -2
  419. package/dist/pine-core/p-52e92b68.system.entry.js.map +1 -0
  420. package/dist/pine-core/{p-b9aafec7.system.entry.js → p-54e04c59.system.entry.js} +2 -2
  421. package/dist/pine-core/p-54e04c59.system.entry.js.map +1 -0
  422. package/dist/pine-core/{p-972a511a.entry.js → p-55d120d1.entry.js} +2 -2
  423. package/dist/pine-core/p-55d120d1.entry.js.map +1 -0
  424. package/dist/pine-core/{p-9b335a9f.entry.js → p-57120758.entry.js} +2 -2
  425. package/dist/pine-core/p-57120758.entry.js.map +1 -0
  426. package/dist/pine-core/{p-b9e12535.system.entry.js → p-59166970.system.entry.js} +2 -2
  427. package/dist/pine-core/p-59166970.system.entry.js.map +1 -0
  428. package/dist/pine-core/p-5a332f9e.system.entry.js +2 -0
  429. package/dist/pine-core/p-5a332f9e.system.entry.js.map +1 -0
  430. package/dist/pine-core/{p-4802f8de.system.entry.js → p-5a94e426.system.entry.js} +2 -2
  431. package/dist/pine-core/p-5a94e426.system.entry.js.map +1 -0
  432. package/dist/pine-core/{p-bc637bed.system.entry.js → p-5d379706.system.entry.js} +2 -2
  433. package/dist/pine-core/p-5d379706.system.entry.js.map +1 -0
  434. package/dist/pine-core/p-5e1804a3.system.entry.js +2 -0
  435. package/dist/pine-core/p-5e1804a3.system.entry.js.map +1 -0
  436. package/dist/pine-core/{p-b23dd01c.entry.js → p-6046e0b1.entry.js} +2 -2
  437. package/dist/pine-core/p-6046e0b1.entry.js.map +1 -0
  438. package/dist/pine-core/{p-544fea4c.system.entry.js → p-6448829b.system.entry.js} +3 -3
  439. package/dist/pine-core/p-6448829b.system.entry.js.map +1 -0
  440. package/dist/pine-core/{p-DmdrRtWG.system.js.map → p-6R6wgf3i.system.js.map} +1 -1
  441. package/dist/pine-core/{p-dace69e7.system.entry.js → p-6b8903e4.system.entry.js} +2 -2
  442. package/dist/pine-core/p-6b8903e4.system.entry.js.map +1 -0
  443. package/dist/pine-core/{p-c3f84df8.system.entry.js → p-6d9ca1ff.system.entry.js} +2 -2
  444. package/dist/pine-core/p-6d9ca1ff.system.entry.js.map +1 -0
  445. package/dist/pine-core/{p-6381a811.system.entry.js → p-6e4be339.system.entry.js} +3 -3
  446. package/dist/pine-core/p-6e4be339.system.entry.js.map +1 -0
  447. package/dist/pine-core/{p-2c407961.entry.js → p-71a30434.entry.js} +2 -2
  448. package/dist/pine-core/p-71a30434.entry.js.map +1 -0
  449. package/dist/pine-core/p-730ea265.entry.js +2 -0
  450. package/dist/pine-core/p-730ea265.entry.js.map +1 -0
  451. package/dist/pine-core/{p-100de2b7.entry.js → p-73353346.entry.js} +2 -2
  452. package/dist/pine-core/p-73353346.entry.js.map +1 -0
  453. package/dist/pine-core/p-770eefdd.entry.js +2 -0
  454. package/dist/pine-core/p-770eefdd.entry.js.map +1 -0
  455. package/dist/pine-core/p-79466624.entry.js +2 -0
  456. package/dist/pine-core/p-79466624.entry.js.map +1 -0
  457. package/dist/pine-core/{p-9fbb9f0e.system.entry.js → p-7a12238d.system.entry.js} +2 -2
  458. package/dist/pine-core/p-7a12238d.system.entry.js.map +1 -0
  459. package/dist/pine-core/p-7a5e0609.system.entry.js +2 -0
  460. package/dist/pine-core/p-7a5e0609.system.entry.js.map +1 -0
  461. package/dist/pine-core/{p-f5d78141.entry.js → p-7a63e1ec.entry.js} +2 -2
  462. package/dist/pine-core/p-7a63e1ec.entry.js.map +1 -0
  463. package/dist/pine-core/p-7bbe537d.system.entry.js +2 -0
  464. package/dist/pine-core/p-7bbe537d.system.entry.js.map +1 -0
  465. package/dist/pine-core/p-7c69ca77.entry.js +2 -0
  466. package/dist/pine-core/p-7c69ca77.entry.js.map +1 -0
  467. package/dist/pine-core/p-7ccd095b.entry.js +2 -0
  468. package/dist/pine-core/p-7ccd095b.entry.js.map +1 -0
  469. package/dist/pine-core/{p-f8e1545e.entry.js → p-841a6445.entry.js} +2 -2
  470. package/dist/pine-core/p-841a6445.entry.js.map +1 -0
  471. package/dist/pine-core/p-88040f36.entry.js +2 -0
  472. package/dist/pine-core/p-88040f36.entry.js.map +1 -0
  473. package/dist/pine-core/{p-538b3902.system.entry.js → p-89565b3c.system.entry.js} +2 -2
  474. package/dist/pine-core/p-89565b3c.system.entry.js.map +1 -0
  475. package/dist/pine-core/{p-5ac7af9e.entry.js → p-996072ce.entry.js} +2 -2
  476. package/dist/pine-core/p-996072ce.entry.js.map +1 -0
  477. package/dist/pine-core/{p-0486ecc6.system.entry.js → p-9c0577eb.system.entry.js} +2 -2
  478. package/dist/pine-core/p-9c0577eb.system.entry.js.map +1 -0
  479. package/dist/pine-core/{p-CTkQ9Pq-.system.js.map → p-B8ftT2uA.system.js.map} +1 -1
  480. package/dist/pine-core/{p-Cl47ROcT.system.js.map → p-B9oQYxlC.system.js.map} +1 -1
  481. package/dist/pine-core/{p-BbhWs2I3.system.js.map → p-BCGaZxvq.system.js.map} +1 -1
  482. package/dist/pine-core/p-BG6uGRQj.system.js.map +1 -1
  483. package/dist/pine-core/p-BHavepTY.system.js.map +1 -1
  484. package/dist/pine-core/{p-BJ3oNLWN.system.js.map → p-BLpHPllL.system.js.map} +1 -1
  485. package/dist/pine-core/{p-CSa_b_JX.system.js.map → p-BMBJoTMg.system.js.map} +1 -1
  486. package/dist/pine-core/{p-Dw7zXw_6.system.js.map → p-BMv60T1z.system.js.map} +1 -1
  487. package/dist/pine-core/p-BOmQOnQe.system.js +1 -1
  488. package/dist/pine-core/p-BeWjxtlo.system.js.map +1 -0
  489. package/dist/pine-core/{p-k9JOparb.system.js.map → p-BeaxER_z.system.js.map} +1 -1
  490. package/dist/pine-core/p-Bh07GI-d.js +3 -0
  491. package/dist/pine-core/p-Bh07GI-d.js.map +1 -0
  492. package/dist/pine-core/p-BhQhw0S3.system.js.map +1 -1
  493. package/dist/pine-core/{p-C2W-sHx5.system.js.map → p-BhoJR5O9.system.js.map} +1 -1
  494. package/dist/pine-core/{p-B8JDvOCM.system.js.map → p-Btz7Q5Hx.system.js.map} +1 -1
  495. package/dist/pine-core/{p-CEUtKiTx.system.js.map → p-Bv5KzSWg.system.js.map} +1 -1
  496. package/dist/pine-core/{p-qQVNUF7F.system.js.map → p-BwYg-WQV.system.js.map} +1 -1
  497. package/dist/pine-core/p-C0M1gTKv.js.map +1 -1
  498. package/dist/pine-core/{p-CG2PKUWT.system.js.map → p-C2AG52JP.system.js.map} +1 -1
  499. package/dist/pine-core/{p-kcOuXqWo.system.js.map → p-C4UrydrO.system.js.map} +1 -1
  500. package/dist/pine-core/{p-Bkfqi7zE.system.js.map → p-C6_QgODF.system.js.map} +1 -1
  501. package/dist/pine-core/{p-CQwYeJqz.system.js.map → p-CEUHG_Nb.system.js.map} +1 -1
  502. package/dist/pine-core/{p-K3LH4gRE.system.js.map → p-CIoeutZO.system.js.map} +1 -1
  503. package/dist/pine-core/{p-DW3lkDNz.system.js.map → p-CMbWVxYl.system.js.map} +1 -1
  504. package/dist/pine-core/{p-DiWDsjtE.system.js.map → p-CNOoGfj8.system.js.map} +1 -1
  505. package/dist/pine-core/{p-ByzULH8m.system.js.map → p-CSVIgMVz.system.js.map} +1 -1
  506. package/dist/pine-core/{p-CCQd5PVN.system.js.map → p-CVjjaBaW.system.js.map} +1 -1
  507. package/dist/pine-core/p-CZsWy9_t.system.js +3 -0
  508. package/dist/pine-core/p-CZsWy9_t.system.js.map +1 -0
  509. package/dist/pine-core/{p-BEgEi4w5.system.js.map → p-CbrMVAcu.system.js.map} +1 -1
  510. package/dist/pine-core/{p-ch9PI3Vl.system.js.map → p-ChQGk39M.system.js.map} +1 -1
  511. package/dist/pine-core/{p-M-zMP2QX.system.js.map → p-CoBzoZzZ.system.js.map} +1 -1
  512. package/dist/pine-core/{p-DJ7iTbji.system.js.map → p-CqtdHqyo.system.js.map} +1 -1
  513. package/dist/pine-core/{p-DExobiBX.system.js.map → p-CrpTd0PB.system.js.map} +1 -1
  514. package/dist/pine-core/{p-rnM09DN4.system.js.map → p-CtiVxXhr.system.js.map} +1 -1
  515. package/dist/pine-core/p-CuF_eckL.system.js.map +1 -0
  516. package/dist/pine-core/p-Cua7cmvq.system.js +2 -0
  517. package/dist/pine-core/p-Cua7cmvq.system.js.map +1 -0
  518. package/dist/pine-core/{p-CdcQ02yR.system.js.map → p-D5MCs-6L.system.js.map} +1 -1
  519. package/dist/pine-core/{p-BLC5kuro.system.js.map → p-DCLLstWD.system.js.map} +1 -1
  520. package/dist/pine-core/{p-CfyzuJNE.system.js.map → p-DDsUR6MK.system.js.map} +1 -1
  521. package/dist/pine-core/{p-BILpjGVZ.system.js.map → p-DLKKVRBm.system.js.map} +1 -1
  522. package/dist/pine-core/{p-D52TGCLt.system.js.map → p-DTMMULoz.system.js.map} +1 -1
  523. package/dist/pine-core/p-DwjNklzi.js.map +1 -1
  524. package/dist/pine-core/{p-DhDw2HLE.system.js.map → p-DxdUBbJz.system.js.map} +1 -1
  525. package/dist/pine-core/{p-BDK6YCRb.system.js.map → p-DySPwKLZ.system.js.map} +1 -1
  526. package/dist/pine-core/{p-Cid662up.system.js.map → p-GdAtTGB0.system.js.map} +1 -1
  527. package/dist/pine-core/{p-D4zJBIgl.js → p-QXCASaCq.js} +1 -1
  528. package/dist/pine-core/p-QXCASaCq.js.map +1 -0
  529. package/dist/pine-core/{p-BRIdBthP.system.js.map → p-W2_s_Evj.system.js.map} +1 -1
  530. package/dist/pine-core/p-YWpyar7R.system.js +2 -0
  531. package/dist/pine-core/p-YWpyar7R.system.js.map +1 -0
  532. package/dist/pine-core/{p-85c41629.entry.js → p-a037df25.entry.js} +2 -2
  533. package/dist/pine-core/p-a037df25.entry.js.map +1 -0
  534. package/dist/pine-core/{p-ae2d59cd.entry.js → p-a1ddcc69.entry.js} +2 -2
  535. package/dist/pine-core/p-a1ddcc69.entry.js.map +1 -0
  536. package/dist/pine-core/{p-96c27dba.entry.js → p-a494b7d1.entry.js} +2 -2
  537. package/dist/pine-core/p-a494b7d1.entry.js.map +1 -0
  538. package/dist/pine-core/{p-db12273e.system.entry.js → p-b07bb58f.system.entry.js} +2 -2
  539. package/dist/pine-core/p-b07bb58f.system.entry.js.map +1 -0
  540. package/dist/pine-core/p-b0948892.system.entry.js +2 -0
  541. package/dist/pine-core/p-b0948892.system.entry.js.map +1 -0
  542. package/dist/pine-core/{p-9ac84e63.entry.js → p-b151a37d.entry.js} +3 -3
  543. package/dist/pine-core/p-b151a37d.entry.js.map +1 -0
  544. package/dist/pine-core/{p-6d48604a.system.entry.js → p-b38d8113.system.entry.js} +2 -2
  545. package/dist/pine-core/p-b38d8113.system.entry.js.map +1 -0
  546. package/dist/pine-core/{p-18179981.system.entry.js → p-ba1a4643.system.entry.js} +2 -2
  547. package/dist/pine-core/p-ba1a4643.system.entry.js.map +1 -0
  548. package/dist/pine-core/p-ba609b1e.entry.js +2 -0
  549. package/dist/pine-core/p-ba609b1e.entry.js.map +1 -0
  550. package/dist/pine-core/{p-cffc98ae.entry.js → p-bd11961c.entry.js} +3 -3
  551. package/dist/pine-core/p-bd11961c.entry.js.map +1 -0
  552. package/dist/pine-core/{p-c2599425.entry.js → p-bd5369b5.entry.js} +2 -2
  553. package/dist/pine-core/p-bd5369b5.entry.js.map +1 -0
  554. package/dist/pine-core/{p-2b102034.system.entry.js → p-c28c54c2.system.entry.js} +2 -2
  555. package/dist/pine-core/p-c28c54c2.system.entry.js.map +1 -0
  556. package/dist/pine-core/{p-86263a62.entry.js → p-c697e76a.entry.js} +2 -2
  557. package/dist/pine-core/p-c697e76a.entry.js.map +1 -0
  558. package/dist/pine-core/{p-25cb810d.entry.js → p-c7175497.entry.js} +2 -2
  559. package/dist/pine-core/p-c7175497.entry.js.map +1 -0
  560. package/dist/pine-core/{p-04ad9d2c.system.entry.js → p-ca094b21.system.entry.js} +2 -2
  561. package/dist/pine-core/p-ca094b21.system.entry.js.map +1 -0
  562. package/dist/pine-core/{p-07e129db.entry.js → p-d6cff25a.entry.js} +2 -2
  563. package/dist/pine-core/p-d6cff25a.entry.js.map +1 -0
  564. package/dist/pine-core/{p-Dq7Wu9rr.system.js.map → p-dWrReyPk.system.js.map} +1 -1
  565. package/dist/pine-core/{p-f911dde3.system.entry.js → p-db3b827e.system.entry.js} +2 -2
  566. package/dist/pine-core/p-db3b827e.system.entry.js.map +1 -0
  567. package/dist/pine-core/{p-1009009c.entry.js → p-de4ebf0b.entry.js} +2 -2
  568. package/dist/pine-core/p-de4ebf0b.entry.js.map +1 -0
  569. package/dist/pine-core/{p-6c36cab6.entry.js → p-e25d2c53.entry.js} +2 -2
  570. package/dist/pine-core/p-e25d2c53.entry.js.map +1 -0
  571. package/dist/pine-core/{p-2fd7f74e.entry.js → p-e47fbd71.entry.js} +2 -2
  572. package/dist/pine-core/p-e47fbd71.entry.js.map +1 -0
  573. package/dist/pine-core/{p-5b1d6cd2.entry.js → p-e4b73c71.entry.js} +2 -2
  574. package/dist/pine-core/p-e4b73c71.entry.js.map +1 -0
  575. package/dist/pine-core/p-e87633c0.system.entry.js +2 -0
  576. package/dist/pine-core/p-e87633c0.system.entry.js.map +1 -0
  577. package/dist/pine-core/p-e948a514.system.entry.js +2 -0
  578. package/dist/pine-core/p-e948a514.system.entry.js.map +1 -0
  579. package/dist/pine-core/p-eb3fe298.system.entry.js +2 -0
  580. package/dist/pine-core/p-eb3fe298.system.entry.js.map +1 -0
  581. package/dist/pine-core/{p-9c1bfa68.entry.js → p-ed214033.entry.js} +2 -2
  582. package/dist/pine-core/p-ed214033.entry.js.map +1 -0
  583. package/dist/pine-core/{p-d61f3ab0.system.entry.js → p-f38e87ad.system.entry.js} +2 -2
  584. package/dist/pine-core/p-f38e87ad.system.entry.js.map +1 -0
  585. package/dist/pine-core/{p-f0e44449.system.entry.js → p-f6020738.system.entry.js} +2 -2
  586. package/dist/pine-core/p-f6020738.system.entry.js.map +1 -0
  587. package/dist/pine-core/p-f6049a55.system.entry.js +2 -0
  588. package/dist/pine-core/p-f6049a55.system.entry.js.map +1 -0
  589. package/dist/pine-core/{p-00f6f3af.system.entry.js → p-f70327de.system.entry.js} +2 -2
  590. package/dist/pine-core/p-f70327de.system.entry.js.map +1 -0
  591. package/dist/pine-core/{p-e702a8dc.system.entry.js → p-f73aef05.system.entry.js} +2 -2
  592. package/dist/pine-core/p-f73aef05.system.entry.js.map +1 -0
  593. package/dist/pine-core/{p-1a7cd7a6.entry.js → p-fb877b9d.entry.js} +2 -2
  594. package/dist/pine-core/p-fb877b9d.entry.js.map +1 -0
  595. package/dist/pine-core/{p-1c32ffb3.entry.js → p-fbf10641.entry.js} +2 -2
  596. package/dist/pine-core/p-fbf10641.entry.js.map +1 -0
  597. package/dist/pine-core/p-fdf7a1db.system.entry.js +2 -0
  598. package/dist/pine-core/p-fdf7a1db.system.entry.js.map +1 -0
  599. package/dist/pine-core/p-fe23aa6f.system.entry.js +2 -0
  600. package/dist/pine-core/p-fe23aa6f.system.entry.js.map +1 -0
  601. package/dist/pine-core/{p-DmWU0f_O.system.js.map → p-oqHEiE2W.system.js.map} +1 -1
  602. package/dist/pine-core/p-pKEraGuG.system.js.map +1 -0
  603. package/dist/pine-core/{p-CyFXZIZs.system.js.map → p-pStt9pIi.system.js.map} +1 -1
  604. package/dist/pine-core/{p-BG99uNIQ.system.js → p-r1rzi0o4.system.js} +1 -1
  605. package/dist/pine-core/p-r1rzi0o4.system.js.map +1 -0
  606. package/dist/pine-core/p-tJa4KYNO.js.map +1 -1
  607. package/dist/pine-core/{p-4xv5UVkx.system.js.map → p-w6Q6Xc-v.system.js.map} +1 -1
  608. package/dist/pine-core/{p-CypP0PZf.system.js.map → p-y8wq27x0.system.js.map} +1 -1
  609. package/dist/pine-core/{p-hop4Cgg5.system.js.map → p-zZn2-0Xb.system.js.map} +1 -1
  610. package/dist/pine-core/pds-button.entry.esm.js.map +1 -1
  611. package/dist/pine-core/pds-dropdown-menu.entry.esm.js.map +1 -1
  612. package/dist/pine-core/pds-modal-content.entry.esm.js.map +1 -1
  613. package/dist/pine-core/pds-popover.entry.esm.js.map +1 -1
  614. package/dist/pine-core/pds-sortable.entry.esm.js.map +1 -1
  615. package/dist/pine-core/pine-core.esm.js +1 -1
  616. package/dist/pine-core/pine-core.esm.js.map +1 -1
  617. package/dist/pine-core/pine-core.js +1 -1
  618. package/dist/types/components/pds-button/pds-button.d.ts +6 -1
  619. package/dist/types/components/pds-modal/pds-modal-content/pds-modal-content.d.ts +0 -5
  620. package/dist/types/components/pds-popover/pds-popover.d.ts +113 -10
  621. package/dist/types/components/pds-popover/popover-interface.d.ts +0 -4
  622. package/dist/types/components.d.ts +76 -10
  623. package/dist/types/stencil-public-runtime.d.ts +83 -8
  624. package/dist/types/utils/attributes.d.ts +2 -2
  625. package/dist/types/utils/form.d.ts +1 -1
  626. package/dist/types/utils/utils.d.ts +1 -1
  627. package/hydrate/index.d.ts +40 -24
  628. package/hydrate/index.js +1619 -451
  629. package/hydrate/index.mjs +1618 -452
  630. package/package.json +12 -12
  631. package/dist/cjs/app-globals-V2Kpy_OQ.js +0 -8
  632. package/dist/cjs/app-globals-V2Kpy_OQ.js.map +0 -1
  633. package/dist/cjs/index-DDTyvZD7.js.map +0 -1
  634. package/dist/cjs/index-DtnvzYhe.js.map +0 -1
  635. package/dist/cjs/mock-pds-modal.cjs.entry.js.map +0 -1
  636. package/dist/cjs/pds-accordion.cjs.entry.js.map +0 -1
  637. package/dist/cjs/pds-alert.cjs.entry.js.map +0 -1
  638. package/dist/cjs/pds-avatar.cjs.entry.js.map +0 -1
  639. package/dist/cjs/pds-box.cjs.entry.js.map +0 -1
  640. package/dist/cjs/pds-button.cjs.entry.js.map +0 -1
  641. package/dist/cjs/pds-checkbox.cjs.entry.js.map +0 -1
  642. package/dist/cjs/pds-chip.cjs.entry.js.map +0 -1
  643. package/dist/cjs/pds-combobox.cjs.entry.js.map +0 -1
  644. package/dist/cjs/pds-copytext.cjs.entry.js.map +0 -1
  645. package/dist/cjs/pds-divider.cjs.entry.js.map +0 -1
  646. package/dist/cjs/pds-dropdown-menu-item.cjs.entry.js.map +0 -1
  647. package/dist/cjs/pds-dropdown-menu-separator.cjs.entry.js.map +0 -1
  648. package/dist/cjs/pds-dropdown-menu.cjs.entry.js.map +0 -1
  649. package/dist/cjs/pds-filter.cjs.entry.js.map +0 -1
  650. package/dist/cjs/pds-filters.cjs.entry.js.map +0 -1
  651. package/dist/cjs/pds-icon.cjs.entry.js.map +0 -1
  652. package/dist/cjs/pds-image.cjs.entry.js.map +0 -1
  653. package/dist/cjs/pds-input.cjs.entry.js.map +0 -1
  654. package/dist/cjs/pds-link.cjs.entry.js.map +0 -1
  655. package/dist/cjs/pds-loader.cjs.entry.js.map +0 -1
  656. package/dist/cjs/pds-modal-content.cjs.entry.js.map +0 -1
  657. package/dist/cjs/pds-modal-footer.cjs.entry.js.map +0 -1
  658. package/dist/cjs/pds-modal-header.cjs.entry.js.map +0 -1
  659. package/dist/cjs/pds-modal.cjs.entry.js.map +0 -1
  660. package/dist/cjs/pds-popover.cjs.entry.js.map +0 -1
  661. package/dist/cjs/pds-progress.cjs.entry.js.map +0 -1
  662. package/dist/cjs/pds-property.cjs.entry.js.map +0 -1
  663. package/dist/cjs/pds-radio.cjs.entry.js.map +0 -1
  664. package/dist/cjs/pds-row.cjs.entry.js.map +0 -1
  665. package/dist/cjs/pds-select.cjs.entry.js.map +0 -1
  666. package/dist/cjs/pds-sortable-item.cjs.entry.js.map +0 -1
  667. package/dist/cjs/pds-sortable.cjs.entry.js.map +0 -1
  668. package/dist/cjs/pds-switch.cjs.entry.js.map +0 -1
  669. package/dist/cjs/pds-tab.cjs.entry.js.map +0 -1
  670. package/dist/cjs/pds-table-body.cjs.entry.js.map +0 -1
  671. package/dist/cjs/pds-table-cell.cjs.entry.js.map +0 -1
  672. package/dist/cjs/pds-table-head-cell.cjs.entry.js.map +0 -1
  673. package/dist/cjs/pds-table-head.cjs.entry.js.map +0 -1
  674. package/dist/cjs/pds-table-row.cjs.entry.js.map +0 -1
  675. package/dist/cjs/pds-table.cjs.entry.js.map +0 -1
  676. package/dist/cjs/pds-tabpanel.cjs.entry.js.map +0 -1
  677. package/dist/cjs/pds-tabs.cjs.entry.js.map +0 -1
  678. package/dist/cjs/pds-text.cjs.entry.js.map +0 -1
  679. package/dist/cjs/pds-textarea.cjs.entry.js.map +0 -1
  680. package/dist/cjs/pds-toast.cjs.entry.js.map +0 -1
  681. package/dist/cjs/pds-tooltip.cjs.entry.js.map +0 -1
  682. package/dist/esm/app-globals-DQuL1Twl.js +0 -6
  683. package/dist/esm/app-globals-DQuL1Twl.js.map +0 -1
  684. package/dist/esm/index-Bf1dou5H.js.map +0 -1
  685. package/dist/esm/index-D4zJBIgl.js.map +0 -1
  686. package/dist/esm-es5/app-globals-DQuL1Twl.js +0 -2
  687. package/dist/esm-es5/app-globals-DQuL1Twl.js.map +0 -1
  688. package/dist/esm-es5/index-Bf1dou5H.js +0 -3
  689. package/dist/esm-es5/index-Bf1dou5H.js.map +0 -1
  690. package/dist/esm-es5/index-D4zJBIgl.js.map +0 -1
  691. package/dist/pine-core/p-00f6f3af.system.entry.js.map +0 -1
  692. package/dist/pine-core/p-0486ecc6.system.entry.js.map +0 -1
  693. package/dist/pine-core/p-04ad9d2c.system.entry.js.map +0 -1
  694. package/dist/pine-core/p-07e129db.entry.js.map +0 -1
  695. package/dist/pine-core/p-0b593535.system.entry.js +0 -2
  696. package/dist/pine-core/p-0b593535.system.entry.js.map +0 -1
  697. package/dist/pine-core/p-1009009c.entry.js.map +0 -1
  698. package/dist/pine-core/p-100de2b7.entry.js.map +0 -1
  699. package/dist/pine-core/p-1039e8e9.entry.js.map +0 -1
  700. package/dist/pine-core/p-18179981.system.entry.js.map +0 -1
  701. package/dist/pine-core/p-1a7cd7a6.entry.js.map +0 -1
  702. package/dist/pine-core/p-1c32ffb3.entry.js.map +0 -1
  703. package/dist/pine-core/p-1d127ddc.system.entry.js +0 -2
  704. package/dist/pine-core/p-1d127ddc.system.entry.js.map +0 -1
  705. package/dist/pine-core/p-25cb810d.entry.js.map +0 -1
  706. package/dist/pine-core/p-2b102034.system.entry.js.map +0 -1
  707. package/dist/pine-core/p-2b12bc55.system.entry.js +0 -2
  708. package/dist/pine-core/p-2b12bc55.system.entry.js.map +0 -1
  709. package/dist/pine-core/p-2c407961.entry.js.map +0 -1
  710. package/dist/pine-core/p-2efc646c.system.entry.js +0 -2
  711. package/dist/pine-core/p-2efc646c.system.entry.js.map +0 -1
  712. package/dist/pine-core/p-2fd7f74e.entry.js.map +0 -1
  713. package/dist/pine-core/p-302849cf.system.entry.js +0 -2
  714. package/dist/pine-core/p-302849cf.system.entry.js.map +0 -1
  715. package/dist/pine-core/p-307f415a.system.entry.js.map +0 -1
  716. package/dist/pine-core/p-332338ee.entry.js +0 -2
  717. package/dist/pine-core/p-332338ee.entry.js.map +0 -1
  718. package/dist/pine-core/p-378df5eb.system.entry.js.map +0 -1
  719. package/dist/pine-core/p-3cc92094.system.entry.js.map +0 -1
  720. package/dist/pine-core/p-41abb654.entry.js +0 -2
  721. package/dist/pine-core/p-41abb654.entry.js.map +0 -1
  722. package/dist/pine-core/p-45d574f1.system.entry.js +0 -2
  723. package/dist/pine-core/p-45d574f1.system.entry.js.map +0 -1
  724. package/dist/pine-core/p-4802f8de.system.entry.js.map +0 -1
  725. package/dist/pine-core/p-4c6ec7c4.entry.js +0 -2
  726. package/dist/pine-core/p-4c6ec7c4.entry.js.map +0 -1
  727. package/dist/pine-core/p-4ef17b95.system.entry.js.map +0 -1
  728. package/dist/pine-core/p-538b3902.system.entry.js.map +0 -1
  729. package/dist/pine-core/p-544fea4c.system.entry.js.map +0 -1
  730. package/dist/pine-core/p-5ac7af9e.entry.js.map +0 -1
  731. package/dist/pine-core/p-5b1d6cd2.entry.js.map +0 -1
  732. package/dist/pine-core/p-6381a811.system.entry.js.map +0 -1
  733. package/dist/pine-core/p-6c36cab6.entry.js.map +0 -1
  734. package/dist/pine-core/p-6d48604a.system.entry.js.map +0 -1
  735. package/dist/pine-core/p-725c350c.entry.js.map +0 -1
  736. package/dist/pine-core/p-7792f47d.system.entry.js +0 -2
  737. package/dist/pine-core/p-7792f47d.system.entry.js.map +0 -1
  738. package/dist/pine-core/p-7af21e83.system.entry.js.map +0 -1
  739. package/dist/pine-core/p-81972d0f.entry.js +0 -2
  740. package/dist/pine-core/p-81972d0f.entry.js.map +0 -1
  741. package/dist/pine-core/p-81bc089e.entry.js +0 -2
  742. package/dist/pine-core/p-81bc089e.entry.js.map +0 -1
  743. package/dist/pine-core/p-85c41629.entry.js.map +0 -1
  744. package/dist/pine-core/p-86263a62.entry.js.map +0 -1
  745. package/dist/pine-core/p-87ed43d5.entry.js +0 -2
  746. package/dist/pine-core/p-87ed43d5.entry.js.map +0 -1
  747. package/dist/pine-core/p-88773b86.entry.js.map +0 -1
  748. package/dist/pine-core/p-8b3f4c31.entry.js +0 -2
  749. package/dist/pine-core/p-8b3f4c31.entry.js.map +0 -1
  750. package/dist/pine-core/p-8ff41ba8.entry.js.map +0 -1
  751. package/dist/pine-core/p-90e83476.system.entry.js.map +0 -1
  752. package/dist/pine-core/p-96a60a99.entry.js.map +0 -1
  753. package/dist/pine-core/p-96c27dba.entry.js.map +0 -1
  754. package/dist/pine-core/p-97299c83.system.entry.js.map +0 -1
  755. package/dist/pine-core/p-972a511a.entry.js.map +0 -1
  756. package/dist/pine-core/p-9766923f.entry.js.map +0 -1
  757. package/dist/pine-core/p-9ac84e63.entry.js.map +0 -1
  758. package/dist/pine-core/p-9b335a9f.entry.js.map +0 -1
  759. package/dist/pine-core/p-9c1bfa68.entry.js.map +0 -1
  760. package/dist/pine-core/p-9c579956.system.entry.js +0 -2
  761. package/dist/pine-core/p-9c579956.system.entry.js.map +0 -1
  762. package/dist/pine-core/p-9fbb9f0e.system.entry.js.map +0 -1
  763. package/dist/pine-core/p-BG99uNIQ.system.js.map +0 -1
  764. package/dist/pine-core/p-BPjnTOEL.system.js +0 -2
  765. package/dist/pine-core/p-BPjnTOEL.system.js.map +0 -1
  766. package/dist/pine-core/p-BbPAtVJG.system.js +0 -2
  767. package/dist/pine-core/p-BbPAtVJG.system.js.map +0 -1
  768. package/dist/pine-core/p-Bf1dou5H.js +0 -3
  769. package/dist/pine-core/p-Bf1dou5H.js.map +0 -1
  770. package/dist/pine-core/p-CIBXMJd-.system.js.map +0 -1
  771. package/dist/pine-core/p-Cqzmj3D8.system.js.map +0 -1
  772. package/dist/pine-core/p-CwNRZQss.system.js.map +0 -1
  773. package/dist/pine-core/p-Cxvdulqq.system.js +0 -3
  774. package/dist/pine-core/p-Cxvdulqq.system.js.map +0 -1
  775. package/dist/pine-core/p-D4zJBIgl.js.map +0 -1
  776. package/dist/pine-core/p-DCjZr2HA.system.js.map +0 -1
  777. package/dist/pine-core/p-DQuL1Twl.js +0 -2
  778. package/dist/pine-core/p-DQuL1Twl.js.map +0 -1
  779. package/dist/pine-core/p-WWWd_vEd.system.js +0 -2
  780. package/dist/pine-core/p-WWWd_vEd.system.js.map +0 -1
  781. package/dist/pine-core/p-a707a7da.system.entry.js +0 -2
  782. package/dist/pine-core/p-a707a7da.system.entry.js.map +0 -1
  783. package/dist/pine-core/p-a9cfaa1f.entry.js.map +0 -1
  784. package/dist/pine-core/p-ae2d59cd.entry.js.map +0 -1
  785. package/dist/pine-core/p-b23dd01c.entry.js.map +0 -1
  786. package/dist/pine-core/p-b669e1d9.entry.js +0 -2
  787. package/dist/pine-core/p-b669e1d9.entry.js.map +0 -1
  788. package/dist/pine-core/p-b9aafec7.system.entry.js.map +0 -1
  789. package/dist/pine-core/p-b9e12535.system.entry.js.map +0 -1
  790. package/dist/pine-core/p-bc2530d7.entry.js +0 -2
  791. package/dist/pine-core/p-bc2530d7.entry.js.map +0 -1
  792. package/dist/pine-core/p-bc637bed.system.entry.js.map +0 -1
  793. package/dist/pine-core/p-c2599425.entry.js.map +0 -1
  794. package/dist/pine-core/p-c3f84df8.system.entry.js.map +0 -1
  795. package/dist/pine-core/p-c44d3551.entry.js.map +0 -1
  796. package/dist/pine-core/p-c55fc47e.entry.js.map +0 -1
  797. package/dist/pine-core/p-cffc98ae.entry.js.map +0 -1
  798. package/dist/pine-core/p-d2b15290.system.entry.js +0 -2
  799. package/dist/pine-core/p-d2b15290.system.entry.js.map +0 -1
  800. package/dist/pine-core/p-d61f3ab0.system.entry.js.map +0 -1
  801. package/dist/pine-core/p-da1fb45d.system.entry.js.map +0 -1
  802. package/dist/pine-core/p-dace69e7.system.entry.js.map +0 -1
  803. package/dist/pine-core/p-db12273e.system.entry.js.map +0 -1
  804. package/dist/pine-core/p-e18c3044.entry.js.map +0 -1
  805. package/dist/pine-core/p-e6085566.system.entry.js +0 -2
  806. package/dist/pine-core/p-e6085566.system.entry.js.map +0 -1
  807. package/dist/pine-core/p-e683e197.system.entry.js +0 -2
  808. package/dist/pine-core/p-e683e197.system.entry.js.map +0 -1
  809. package/dist/pine-core/p-e692908e.entry.js.map +0 -1
  810. package/dist/pine-core/p-e6b051e8.system.entry.js +0 -2
  811. package/dist/pine-core/p-e6b051e8.system.entry.js.map +0 -1
  812. package/dist/pine-core/p-e702a8dc.system.entry.js.map +0 -1
  813. package/dist/pine-core/p-ed724664.system.entry.js +0 -2
  814. package/dist/pine-core/p-ed724664.system.entry.js.map +0 -1
  815. package/dist/pine-core/p-ed7bea99.system.entry.js +0 -2
  816. package/dist/pine-core/p-ed7bea99.system.entry.js.map +0 -1
  817. package/dist/pine-core/p-ee583234.system.entry.js.map +0 -1
  818. package/dist/pine-core/p-f0e44449.system.entry.js.map +0 -1
  819. package/dist/pine-core/p-f15cd180.entry.js +0 -2
  820. package/dist/pine-core/p-f15cd180.entry.js.map +0 -1
  821. package/dist/pine-core/p-f25274c9.entry.js.map +0 -1
  822. package/dist/pine-core/p-f5d78141.entry.js.map +0 -1
  823. package/dist/pine-core/p-f61ee383.system.entry.js.map +0 -1
  824. package/dist/pine-core/p-f8e1545e.entry.js.map +0 -1
  825. package/dist/pine-core/p-f911dde3.system.entry.js.map +0 -1
  826. package/dist/pine-core/p-fc2f3466.system.entry.js +0 -2
  827. package/dist/pine-core/p-fc2f3466.system.entry.js.map +0 -1
  828. package/dist/pine-core/p-fe60ee09.entry.js +0 -2
  829. package/dist/pine-core/p-fe60ee09.entry.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"pds-popover.entry.js","sources":["src/components/pds-popover/pds-popover.scss?tag=pds-popover&encapsulation=shadow","src/components/pds-popover/pds-popover.tsx"],"sourcesContent":[":host {\n --sizing-max-width-default: 352px;\n\n display: inline-block;\n\n [popover] {\n background-color: var(--pine-color-background-container);\n border: var(--pine-border);\n border-radius: var(--pine-dimension-125);\n box-shadow: var(--pine-box-shadow-200);\n margin: var(--pine-dimension-none);\n max-width: var(--sizing-max-width-default);\n padding: var(--pine-dimension-md);\n position: fixed;\n\n // Hide popover initially to prevent flash before positioning\n // stylelint-disable-next-line selector-pseudo-class-no-unknown\n &:popover-open:not(.pds-popover--positioned) {\n visibility: hidden;\n }\n }\n\n button {\n align-items: center;\n background-color: var(--pine-color-secondary);\n border: var(--pine-border);\n border-radius: var(--pine-border-radius-full);\n color: var(--pine-color-text-secondary);\n display: flex;\n font: var(--pine-typography-body-medium);\n font-family: var(--pine-font-family-heading);\n letter-spacing: var(--pine-letter-spacing);\n min-height: 40px;\n padding: var(--pine-dimension-xs) var(--pine-dimension-sm);\n\n &:focus-visible {\n outline: var(--pine-outline-focus);\n outline-offset: var(--pine-border-width);\n }\n\n &:hover {\n background-color: var(--pine-color-secondary-hover);\n }\n }\n}\n","import { Component, Element, Event, EventEmitter, Host, Listen, h, Method, Prop, State } from '@stencil/core';\nimport { PlacementType } from '@utils/types';\nimport { PdsPopoverEventDetail, ToggleEvent } from './popover-interface';\n\n@Component({\n tag: 'pds-popover',\n styleUrl: 'pds-popover.scss',\n shadow: true,\n})\nexport class PdsPopover {\n /**\n * Reference to the Host element\n */\n @Element() el: HTMLPdsPopoverElement;\n\n /**\n * Determines when the popover is active\n * @defaultValue false\n */\n @State() active = false;\n\n /**\n * Bound reference to the toggle handler for proper cleanup\n */\n private boundToggleHandler: (event: Event) => void;\n\n /**\n * Tracks if the component is still mounted to prevent memory leaks\n */\n private isComponentMounted = true;\n\n /**\n * Emitted when the popover is opened\n */\n @Event() pdsPopoverOpen: EventEmitter<PdsPopoverEventDetail>;\n\n /**\n * Emitted when the popover is closed\n */\n @Event() pdsPopoverClose: EventEmitter<PdsPopoverEventDetail>;\n\n /**\n * Determines the action that triggers the popover. For manual popovers, the consumer is responsible for toggling this value.\n * @defaultValue \"show\"\n */\n @Prop() popoverTargetAction: 'show' | 'toggle' | 'hide' = 'show';\n\n /**\n * Determines the type of popover. Auto popovers can be \"light dismissed\" by clicking outside of the popover.\n * Manual popovers require the consumer to handle the visibility of the popover.\n */\n @Prop() popoverType: 'auto' | 'manual' = 'auto';\n\n /**\n * A unique identifier used for the underlying component `id` attribute.\n */\n @Prop() componentId: string;\n\n /**\n * Text that appears on the trigger element\n */\n @Prop() text: string;\n\n /**\n * Sets the maximum width of the popover content\n * @defaultValue 352\n */\n @Prop() maxWidth?: number = 352;\n\n /**\n * Determines the preferred position of the popover\n * @defaultValue \"right\"\n */\n @Prop({ reflect: true }) placement: PlacementType = 'right';\n\n componentDidLoad() {\n // Attach toggle event listener to the popover element\n const popoverEl = this.el.shadowRoot?.querySelector('div[popover]');\n if (popoverEl != null) {\n this.boundToggleHandler = this.handleToggle.bind(this);\n popoverEl.addEventListener('toggle', this.boundToggleHandler);\n }\n }\n\n disconnectedCallback() {\n this.isComponentMounted = false;\n\n // Clean up event listener\n const popoverEl = this.el.shadowRoot?.querySelector('div[popover]');\n if (popoverEl != null && this.boundToggleHandler != null) {\n popoverEl.removeEventListener('toggle', this.boundToggleHandler);\n }\n }\n\n /**\n * Opens the popover programmatically\n */\n @Method()\n async show() {\n const popoverEl = this.el.shadowRoot?.querySelector('div[popover]') as HTMLElement & { showPopover?: () => void } | null;\n if (popoverEl != null && typeof popoverEl.showPopover === 'function') {\n try {\n popoverEl.showPopover();\n } catch (e) {\n // Popover might already be open\n console.warn('Failed to show popover:', e);\n }\n }\n }\n\n /**\n * Closes the popover programmatically\n */\n @Method()\n async hide() {\n const popoverEl = this.el.shadowRoot?.querySelector('div[popover]') as HTMLElement & { hidePopover?: () => void } | null;\n if (popoverEl != null && typeof popoverEl.hidePopover === 'function') {\n try {\n popoverEl.hidePopover();\n } catch (e) {\n // Popover might already be closed\n console.warn('Failed to hide popover:', e);\n }\n }\n }\n\n /**\n * Toggles the popover open/closed state programmatically\n */\n @Method()\n async toggle() {\n const popoverEl = this.el.shadowRoot?.querySelector('div[popover]') as HTMLElement & { togglePopover?: () => void } | null;\n if (popoverEl != null && typeof popoverEl.togglePopover === 'function') {\n try {\n popoverEl.togglePopover();\n } catch (e) {\n console.warn('Failed to toggle popover:', e);\n }\n }\n }\n\n private handleToggle(event: Event) {\n const toggleEvent = event as ToggleEvent;\n\n // Prepare event detail\n const eventDetail: PdsPopoverEventDetail = {\n componentId: this.componentId,\n popoverType: this.popoverType,\n text: this.text,\n };\n\n // Update internal state based on native popover state\n if (toggleEvent.newState === 'open') {\n this.active = true;\n const popoverEl = this.el.shadowRoot?.querySelector('div[popover]');\n\n // Remove positioned class to hide popover via CSS\n if (popoverEl != null) {\n popoverEl.classList.remove('pds-popover--positioned');\n }\n\n // Position after the browser has rendered the popover, then show it\n requestAnimationFrame(() => {\n // Prevent memory leak if component unmounts during animation frame\n if (!this.isComponentMounted) return;\n\n this.handlePopoverPositioning();\n if (popoverEl != null) {\n popoverEl.classList.add('pds-popover--positioned');\n }\n });\n this.pdsPopoverOpen.emit(eventDetail);\n } else if (toggleEvent.newState === 'closed') {\n this.active = false;\n this.pdsPopoverClose.emit(eventDetail);\n }\n }\n\n @Listen('scroll', {\n target: 'window',\n capture: true\n })\n handleScroll() {\n // Only reposition if the popover is actually open\n const popoverEl = this.el.shadowRoot?.querySelector('div[popover]');\n if (popoverEl != null && this.active === true) {\n this.handlePopoverPositioning();\n }\n }\n\n private handlePopoverPositioning() {\n const triggerEl = this.el.shadowRoot.querySelector('.pds-popover__trigger');\n const popoverEl = this.el.shadowRoot.querySelector('div[popover]');\n\n if (triggerEl == null || popoverEl == null) return;\n\n // Cast to HTMLElement after null check for proper typing\n const triggerElement = triggerEl as HTMLElement;\n const popoverElement = popoverEl as HTMLElement;\n\n const triggerRect = triggerElement.getBoundingClientRect();\n const popoverRect = popoverElement.getBoundingClientRect();\n\n let top = 0;\n let left = 0;\n const offset = 8\n\n switch (this.placement) {\n case 'top':\n top = triggerRect.top - popoverRect.height - offset;\n left = triggerRect.left + (triggerRect.width - popoverRect.width) / 2;\n break;\n case 'top-start':\n top = triggerRect.top - popoverRect.height - offset;\n left = triggerRect.left;\n break;\n case 'top-end':\n top = triggerRect.top - popoverRect.height - offset;\n left = triggerRect.right - popoverRect.width;\n break;\n case 'right':\n top = triggerRect.top + (triggerRect.height - popoverRect.height) / 2;\n left = triggerRect.right + offset;\n break;\n case 'right-start':\n top = triggerRect.top;\n left = triggerRect.right + offset;\n break;\n case 'right-end':\n top = triggerRect.bottom - popoverRect.height;\n left = triggerRect.right + offset;\n break;\n case 'bottom':\n top = triggerRect.bottom + offset;\n left = triggerRect.left + (triggerRect.width - popoverRect.width) / 2;\n break;\n case 'bottom-start':\n top = triggerRect.bottom + offset;\n left = triggerRect.left;\n break;\n case 'bottom-end':\n top = triggerRect.bottom + offset;\n left = triggerRect.right - popoverRect.width;\n break;\n case 'left':\n top = triggerRect.top + (triggerRect.height - popoverRect.height) / 2;\n left = triggerRect.left - popoverRect.width - offset;\n break;\n case 'left-start':\n top = triggerRect.top;\n left = triggerRect.left - popoverRect.width - offset;\n break;\n case 'left-end':\n top = triggerRect.bottom - popoverRect.height;\n left = triggerRect.left - popoverRect.width - offset;\n break;\n }\n\n popoverElement.style.top = `${top}px`;\n popoverElement.style.left = `${left}px`;\n }\n\n render() {\n return (\n <Host>\n <button\n class=\"pds-popover__trigger\"\n popoverTarget={this.componentId}\n popoverTargetAction={this.popoverTargetAction}\n >\n {this.text}\n </button>\n <div\n class={`pds-popover ${this.active ? 'pds-popover--active' : ''}`}\n id={this.componentId}\n popover={this.popoverType}\n style={{ maxWidth: `${this.maxWidth}px` }}\n >\n <slot></slot>\n </div>\n </Host>\n );\n }\n}\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"pds-popover.entry.js","sources":["src/components/pds-popover/pds-popover.scss?tag=pds-popover&encapsulation=shadow","src/components/pds-popover/pds-popover.tsx"],"sourcesContent":[":host {\n --sizing-max-width-default: 352px;\n\n display: inline-block;\n\n // Trigger wrapper for slotted content\n .pds-popover__trigger-wrapper {\n display: inline-block;\n }\n\n // Content slot wrapper is hidden (content is rendered in portal)\n .pds-popover__content-slot-wrapper {\n display: none;\n }\n}\n","import { Component, Element, Event, EventEmitter, Host, h, Method, Prop, State } from '@stencil/core';\nimport { PlacementType } from '@utils/types';\nimport { PdsPopoverEventDetail } from './popover-interface';\n\n/**\n * @slot trigger - The trigger element for the popover\n * @slot (default) - The content to display inside the popover\n */\n@Component({\n tag: 'pds-popover',\n styleUrl: 'pds-popover.scss',\n shadow: true,\n})\nexport class PdsPopover {\n /**\n * Reference to the Host element\n */\n @Element() el: HTMLPdsPopoverElement;\n\n /**\n * Determines when the popover is active\n * @defaultValue false\n */\n @State() active = false;\n\n /**\n * Tracks if the component is still mounted to prevent memory leaks\n */\n private isComponentMounted = true;\n\n /**\n * Reference to the trigger element\n */\n private triggerEl: HTMLElement | null = null;\n\n /**\n * Portal element rendered in document.body\n */\n private portalEl: HTMLElement | null = null;\n\n /**\n * Guard to prevent repositioning loops\n */\n private isRepositioning = false;\n\n /**\n * Debounce timers for performance optimization\n */\n private scrollDebounceTimer: ReturnType<typeof setTimeout> | null = null;\n private resizeDebounceTimer: ReturnType<typeof setTimeout> | null = null;\n\n /**\n * Track moved nodes and their placeholders for restoration\n */\n private movedNodes: Array<{ node: Node; placeholder: Comment }> = [];\n\n /**\n * Timestamp when popover was opened (for preventing immediate close)\n */\n private openTimestamp = 0;\n\n /**\n * Instance counter for unique IDs\n */\n private static instanceCounter = 0;\n\n /**\n * Bound handlers for cleanup\n */\n private boundClickOutsideHandler: (event: MouseEvent) => void;\n private boundEscapeKeyHandler: (event: KeyboardEvent) => void;\n private boundScrollHandler: () => void;\n private boundResizeHandler: () => void;\n\n /**\n * Emitted when the popover is opened\n */\n @Event() pdsPopoverOpen: EventEmitter<PdsPopoverEventDetail>;\n\n /**\n * Emitted when the popover is closed\n */\n @Event() pdsPopoverClose: EventEmitter<PdsPopoverEventDetail>;\n\n /**\n * Determines the action that triggers the popover. For manual popovers, the consumer is responsible for toggling this value.\n * @defaultValue \"show\"\n */\n @Prop() popoverTargetAction: 'show' | 'toggle' | 'hide' = 'show';\n\n /**\n * Determines the type of popover. Auto popovers can be \"light dismissed\" by clicking outside of the popover.\n * Manual popovers require the consumer to handle the visibility of the popover.\n */\n @Prop() popoverType: 'auto' | 'manual' = 'auto';\n\n /**\n * A unique identifier used for the underlying component `id` attribute.\n */\n @Prop() componentId: string;\n\n /**\n * Sets the maximum width of the popover content\n * @defaultValue 352\n */\n @Prop() maxWidth?: number = 352;\n\n /**\n * Determines the preferred position of the popover\n * @defaultValue \"right\"\n */\n @Prop({ reflect: true }) placement: PlacementType = 'right';\n\n componentDidLoad() {\n // Bind event handlers for cleanup\n this.boundClickOutsideHandler = this.handleClickOutside.bind(this);\n this.boundEscapeKeyHandler = this.handleEscapeKey.bind(this);\n this.boundScrollHandler = this.handleScroll.bind(this);\n this.boundResizeHandler = this.handleResize.bind(this);\n\n // Create portal element\n this.createPortal();\n\n // Initialize trigger element by calling slot change handler\n // This is a fallback for environments where slot change might not fire reliably\n const triggerSlot = this.el.shadowRoot?.querySelector('slot[name=\"trigger\"]') as HTMLSlotElement;\n if (triggerSlot && this.triggerEl == null) {\n const CustomEvent = (typeof window !== 'undefined' ? window.Event : global.Event) as any;\n const slotChangeEvent = new CustomEvent('slotchange');\n Object.defineProperty(slotChangeEvent, 'target', { value: triggerSlot, enumerable: true });\n this.handleTriggerSlotChange(slotChangeEvent);\n }\n }\n\n /**\n * Handles changes to the trigger slot\n */\n private handleTriggerSlotChange = (event: Event) => {\n const slot = event.target as HTMLSlotElement;\n const assignedElements = slot.assignedElements();\n\n // Clean up previous trigger's event listener if it exists\n if (this.triggerEl != null) {\n this.triggerEl.removeEventListener('click', this.handleTriggerClick);\n }\n\n if (assignedElements.length > 0) {\n // Use the first assigned element as the trigger\n this.triggerEl = assignedElements[0] as HTMLElement;\n\n // Set ARIA attributes to establish relationship between trigger and popover\n // This mirrors the native Popover API's accessibility behavior\n if (this.portalEl) {\n this.triggerEl.setAttribute('aria-expanded', String(this.active));\n this.triggerEl.setAttribute('aria-controls', this.portalEl.id);\n }\n\n // Attach click listener to handle popover visibility\n this.triggerEl.addEventListener('click', this.handleTriggerClick);\n } else {\n this.triggerEl = null;\n }\n };\n\n /**\n * Handles changes to the default slot (popover content)\n * When the popover is active, re-sync content with portal to handle dynamic updates\n */\n private handleContentSlotChange = () => {\n if (!this.active) return;\n this.updatePortalContent();\n };\n\n /**\n * Handles clicks on the trigger element\n */\n private handleTriggerClick = (event: Event) => {\n // Only prevent default if the trigger is not an anchor with href\n // This allows link navigation while still controlling popover visibility\n const composedPath = event.composedPath();\n const anchorWithHref = composedPath.find(\n (el) => el instanceof HTMLAnchorElement && (el as HTMLAnchorElement).href\n );\n\n if (!anchorWithHref) {\n event.preventDefault();\n }\n\n // Execute the appropriate action based on popoverTargetAction prop\n switch (this.popoverTargetAction) {\n case 'show':\n this.show();\n break;\n case 'hide':\n this.hide();\n break;\n case 'toggle':\n default:\n this.toggle();\n break;\n }\n };\n\n disconnectedCallback() {\n this.isComponentMounted = false;\n\n // Clean up trigger click event listener\n if (this.triggerEl != null) {\n this.triggerEl.removeEventListener('click', this.handleTriggerClick);\n }\n\n // Clean up all event listeners\n this.removeLightDismissListeners();\n this.removeScrollAndResizeListeners();\n\n // Clear any pending debounce timers\n this.clearDebounceTimers();\n\n // Remove portal from DOM\n this.removePortal();\n }\n\n /**\n * Clears any pending debounce timers\n */\n private clearDebounceTimers() {\n if (this.scrollDebounceTimer !== null) {\n clearTimeout(this.scrollDebounceTimer);\n this.scrollDebounceTimer = null;\n }\n if (this.resizeDebounceTimer !== null) {\n clearTimeout(this.resizeDebounceTimer);\n this.resizeDebounceTimer = null;\n }\n }\n\n private createPortal() {\n if (this.portalEl !== null) return;\n\n this.portalEl = document.createElement('div');\n this.portalEl.className = 'pds-popover';\n\n // Apply all styles inline since portal is outside shadow DOM\n this.portalEl.style.position = 'fixed';\n this.portalEl.style.zIndex = 'var(--pine-z-index-raised)';\n this.portalEl.style.maxWidth = `${this.maxWidth}px`;\n this.portalEl.style.display = 'none';\n this.portalEl.style.opacity = '0';\n this.portalEl.style.visibility = 'hidden';\n this.portalEl.style.backgroundColor = 'var(--pine-color-background-container)';\n this.portalEl.style.borderRadius = 'var(--pine-dimension-125)';\n this.portalEl.style.boxShadow = 'var(--pine-box-shadow-200)';\n this.portalEl.style.margin = 'var(--pine-dimension-none)';\n this.portalEl.style.padding = 'var(--pine-dimension-md)';\n\n // Generate unique ID\n if (!this.componentId) {\n const suffix = PdsPopover.instanceCounter++;\n this.portalEl.id = `pds-popover-portal-${suffix}`;\n } else {\n this.portalEl.id = `${this.componentId}-portal`;\n }\n\n // Add accessibility attributes for screen readers\n // Note: Native Popover API doesn't add a specific role, keeping semantic HTML\n this.portalEl.setAttribute('aria-modal', 'false'); // Not a modal, can interact with rest of page\n\n // Append to body\n document.body.appendChild(this.portalEl);\n\n // Add global focus styles to match Pine design system\n // This is done after appending to ensure it's part of the document and can access CSS variables\n this.addPortalFocusStyles();\n }\n\n /**\n * Adds Pine design system focus styles to the portal element\n * Uses CSS variables from Pine's design tokens\n */\n private addPortalFocusStyles() {\n if (!this.portalEl) return;\n\n const portalId = this.portalEl.id;\n\n // Check if style element already exists\n const existingStyle = document.querySelector(`style[data-pds-popover-focus=\"${portalId}\"]`);\n if (existingStyle) return;\n\n // Create style element with Pine's focus ring styles\n const styleEl = document.createElement('style');\n styleEl.setAttribute('data-pds-popover-focus', portalId);\n styleEl.textContent = `\n #${portalId}:focus {\n outline: var(--pine-outline-focus, 2px solid var(--pine-color-focus-ring, #6366f1)) !important;\n outline-offset: var(--pine-border-width, 1px);\n }\n #${portalId}:focus:not(:focus-visible) {\n outline: none;\n }\n `;\n\n document.head.appendChild(styleEl);\n }\n\n /**\n * Moves slot content into portal (preserves event handlers and component instances)\n */\n private updatePortalContent() {\n if (!this.portalEl) return;\n\n const contentSlotWrapper = this.el.shadowRoot?.querySelector('.pds-popover__content-slot-wrapper');\n const defaultSlot = contentSlotWrapper?.querySelector('slot');\n\n if (defaultSlot) {\n const assignedNodes = defaultSlot.assignedNodes();\n\n // Move each node into portal and track with placeholder for restoration\n assignedNodes.forEach(node => {\n // Skip if node is already in the portal or already tracked\n const isAlreadyInPortal = node.parentNode === this.portalEl;\n const isAlreadyTracked = this.movedNodes.some(moved => moved.node === node);\n\n if (isAlreadyInPortal || isAlreadyTracked) {\n return;\n }\n\n // Create a placeholder comment to mark original position\n const placeholder = document.createComment('pds-popover-placeholder');\n\n // Insert placeholder before moving the node\n node.parentNode?.insertBefore(placeholder, node);\n\n // Move the actual node to portal (preserves all handlers and state)\n this.portalEl!.appendChild(node);\n\n // Track for restoration\n this.movedNodes.push({ node, placeholder });\n });\n }\n }\n\n /**\n * Restores moved nodes back to their original positions\n */\n private restorePortalContent() {\n // Restore each moved node to its original position\n this.movedNodes.forEach(({ node, placeholder }) => {\n if (placeholder.parentNode) {\n placeholder.parentNode.insertBefore(node, placeholder);\n placeholder.parentNode.removeChild(placeholder);\n }\n });\n\n // Clear tracking array\n this.movedNodes = [];\n }\n\n private removePortal() {\n if (this.portalEl) {\n // Remove the portal element from DOM\n if (this.portalEl.parentNode) {\n this.portalEl.parentNode.removeChild(this.portalEl);\n }\n\n // Remove the associated focus style element\n const portalId = this.portalEl.id;\n const styleEl = document.querySelector(`style[data-pds-popover-focus=\"${portalId}\"]`);\n if (styleEl && styleEl.parentNode) {\n styleEl.parentNode.removeChild(styleEl);\n }\n }\n this.portalEl = null;\n }\n\n /**\n * Opens the popover programmatically\n */\n @Method()\n async show() {\n if (this.active || !this.portalEl) return;\n\n this.active = true;\n\n // Record open timestamp to prevent immediate close from opening click\n this.openTimestamp = Date.now();\n\n // Update ARIA expanded state on trigger\n if (this.triggerEl) {\n this.triggerEl.setAttribute('aria-expanded', 'true');\n }\n\n // Update portal content with latest slot content\n this.updatePortalContent();\n\n // Show portal\n this.portalEl.style.display = 'block';\n this.portalEl.style.opacity = '1';\n this.portalEl.style.visibility = 'visible';\n\n // Position the popover\n requestAnimationFrame(() => {\n if (!this.isComponentMounted) return;\n this.handlePopoverPositioning();\n });\n\n // Add scroll and resize listeners for repositioning (always)\n this.addScrollAndResizeListeners();\n\n // Add document listeners for light dismiss and escape key (auto type only)\n if (this.popoverType === 'auto') {\n this.addLightDismissListeners();\n }\n\n // Emit open event\n this.pdsPopoverOpen.emit({\n componentId: this.componentId,\n popoverType: this.popoverType,\n });\n }\n\n /**\n * Closes the popover programmatically\n */\n @Method()\n async hide() {\n if (!this.active || !this.portalEl) return;\n\n this.active = false;\n\n // Update ARIA expanded state on trigger\n if (this.triggerEl) {\n this.triggerEl.setAttribute('aria-expanded', 'false');\n }\n\n // Restore content back to original slot positions\n this.restorePortalContent();\n\n // Hide portal\n this.portalEl.style.display = 'none';\n this.portalEl.style.opacity = '0';\n this.portalEl.style.visibility = 'hidden';\n\n // Return focus to trigger for keyboard accessibility\n // This mirrors native Popover API behavior on close\n this.returnFocusToTrigger();\n\n // Remove all listeners\n this.removeLightDismissListeners();\n this.removeScrollAndResizeListeners();\n\n // Clear any pending timers\n this.clearDebounceTimers();\n\n // Emit close event\n this.pdsPopoverClose.emit({\n componentId: this.componentId,\n popoverType: this.popoverType,\n });\n }\n\n /**\n * Toggles the popover open/closed state programmatically\n */\n @Method()\n async toggle() {\n if (this.active) {\n this.hide();\n } else {\n this.show();\n }\n }\n\n /**\n * Adds light dismiss listeners (click outside and escape key)\n */\n private addLightDismissListeners() {\n // Add listeners immediately - handleClickOutside will check timestamp\n document.addEventListener('click', this.boundClickOutsideHandler, true);\n document.addEventListener('keydown', this.boundEscapeKeyHandler);\n }\n\n /**\n * Removes light dismiss listeners\n */\n private removeLightDismissListeners() {\n document.removeEventListener('click', this.boundClickOutsideHandler, true);\n document.removeEventListener('keydown', this.boundEscapeKeyHandler);\n }\n\n /**\n * Adds scroll and resize listeners for repositioning\n */\n private addScrollAndResizeListeners() {\n window.addEventListener('scroll', this.boundScrollHandler, true);\n window.addEventListener('resize', this.boundResizeHandler);\n }\n\n /**\n * Removes scroll and resize listeners\n */\n private removeScrollAndResizeListeners() {\n window.removeEventListener('scroll', this.boundScrollHandler, true);\n window.removeEventListener('resize', this.boundResizeHandler);\n }\n\n /**\n * Handles clicks outside the popover for light dismiss (auto type only)\n */\n private handleClickOutside(event: MouseEvent) {\n // Ignore events that occurred at or before the popover opened\n // This prevents the opening click from immediately closing the popover\n // Convert event.timeStamp (DOMHighResTimeStamp from performance.now()) to epoch time\n // by calculating: currentEpochTime - (currentPerfTime - eventPerfTime)\n const eventTime = event.timeStamp\n ? Date.now() - (performance.now() - event.timeStamp)\n : Date.now();\n\n if (eventTime <= this.openTimestamp) {\n return;\n }\n\n const target = event.target as Node;\n\n // Check if click is outside both the popover portal and the trigger\n const clickedInsidePopover = this.portalEl?.contains(target);\n const clickedInsideTrigger = this.triggerEl?.contains(target);\n\n if (!clickedInsidePopover && !clickedInsideTrigger) {\n this.hide();\n }\n }\n\n /**\n * Returns focus to the trigger element with visible focus indicator\n * This ensures focus rings/outlines are shown as they would be with keyboard navigation\n */\n private returnFocusToTrigger() {\n if (!this.triggerEl) return;\n\n // Focus immediately while still in keyboard event context\n // This ensures the browser treats it as keyboard-initiated and shows focus ring\n this.triggerEl.focus({ preventScroll: true });\n }\n\n /**\n * Handles escape key press to close the popover\n * Mirrors native Popover API: Escape closes and returns focus to trigger\n */\n private handleEscapeKey(event: KeyboardEvent) {\n if (event.key === 'Escape') {\n // Prevent default Escape behavior and stop propagation\n // This mirrors native Popover API which handles Escape exclusively\n event.preventDefault();\n event.stopPropagation();\n\n // Close popover and return focus to trigger\n this.hide();\n }\n }\n\n /**\n * Handles scroll events to reposition the popover (debounced for performance)\n */\n private handleScroll() {\n if (!this.active) return;\n\n if (this.scrollDebounceTimer !== null) {\n clearTimeout(this.scrollDebounceTimer);\n }\n\n this.scrollDebounceTimer = setTimeout(() => {\n this.handlePopoverPositioning();\n this.scrollDebounceTimer = null;\n }, 10); // 10ms debounce for smooth repositioning\n }\n\n /**\n * Handles resize events to reposition the popover (debounced for performance)\n */\n private handleResize() {\n if (!this.active) return;\n\n if (this.resizeDebounceTimer !== null) {\n clearTimeout(this.resizeDebounceTimer);\n }\n\n this.resizeDebounceTimer = setTimeout(() => {\n this.handlePopoverPositioning();\n this.resizeDebounceTimer = null;\n }, 100); // 100ms debounce for resize\n }\n\n /**\n * Positions the popover relative to its trigger element\n */\n private handlePopoverPositioning() {\n // Prevent repositioning loops\n if (this.isRepositioning) {\n return;\n }\n\n this.isRepositioning = true;\n\n if (this.triggerEl == null || this.portalEl == null) {\n this.isRepositioning = false;\n return;\n }\n\n const triggerRect = this.triggerEl.getBoundingClientRect();\n const popoverRect = this.portalEl.getBoundingClientRect();\n\n // Safety check: ensure trigger has valid dimensions (is rendered and visible)\n if (triggerRect.width === 0 || triggerRect.height === 0) {\n this.isRepositioning = false;\n return;\n }\n\n let top = 0;\n let left = 0;\n const offset = 8;\n\n switch (this.placement) {\n case 'top':\n top = triggerRect.top - popoverRect.height - offset;\n left = triggerRect.left + (triggerRect.width - popoverRect.width) / 2;\n break;\n case 'top-start':\n top = triggerRect.top - popoverRect.height - offset;\n left = triggerRect.left;\n break;\n case 'top-end':\n top = triggerRect.top - popoverRect.height - offset;\n left = triggerRect.right - popoverRect.width;\n break;\n case 'right':\n top = triggerRect.top + (triggerRect.height - popoverRect.height) / 2;\n left = triggerRect.right + offset;\n break;\n case 'right-start':\n top = triggerRect.top;\n left = triggerRect.right + offset;\n break;\n case 'right-end':\n top = triggerRect.bottom - popoverRect.height;\n left = triggerRect.right + offset;\n break;\n case 'bottom':\n top = triggerRect.bottom + offset;\n left = triggerRect.left + (triggerRect.width - popoverRect.width) / 2;\n break;\n case 'bottom-start':\n top = triggerRect.bottom + offset;\n left = triggerRect.left;\n break;\n case 'bottom-end':\n top = triggerRect.bottom + offset;\n left = triggerRect.right - popoverRect.width;\n break;\n case 'left':\n top = triggerRect.top + (triggerRect.height - popoverRect.height) / 2;\n left = triggerRect.left - popoverRect.width - offset;\n break;\n case 'left-start':\n top = triggerRect.top;\n left = triggerRect.left - popoverRect.width - offset;\n break;\n case 'left-end':\n top = triggerRect.bottom - popoverRect.height;\n left = triggerRect.left - popoverRect.width - offset;\n break;\n }\n\n this.portalEl.style.top = `${top}px`;\n this.portalEl.style.left = `${left}px`;\n\n // Reset the repositioning guard after a short delay\n setTimeout(() => {\n this.isRepositioning = false;\n }, 16); // ~1 frame at 60fps\n }\n\n render() {\n return (\n <Host id={this.componentId}>\n <span class=\"pds-popover__trigger-wrapper\">\n <slot name=\"trigger\" onSlotchange={this.handleTriggerSlotChange}></slot>\n </span>\n\n <div class=\"pds-popover__content-slot-wrapper\">\n <slot onSlotchange={this.handleContentSlotChange}></slot>\n </div>\n </Host>\n );\n }\n}\n"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host } from './index-Bf1dou5H.js';
1
+ import { r as registerInstance, h, H as Host } from './index-Bh07GI-d.js';
2
2
 
3
3
  const pdsProgressCss = ":host{--color-progress-fill:var(--pine-color-brand);--sizing-progress-bar-width:100%;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;width:var(--sizing-progress-bar-width)}@-webkit-keyframes progressBar{0%{width:0}100%{width:var(--sizing-progress-bar-width)}}@keyframes progressBar{0%{width:0}100%{width:var(--sizing-progress-bar-width)}}.pds-progress{-ms-flex-align:center;align-items:center;background-color:var(--pine-color-background-container-disabled);border-radius:var(--pine-dimension-2xs);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:var(--pine-dimension-xs);position:relative;width:100%}:host(.is-animated) progress,:host(.is-animated) progress::-webkit-progress-bar{-webkit-animation:progressBar 3s ease;animation:progressBar 3s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}progress,progress::-webkit-progress-bar{background-color:transparent;border:0;height:var(--pine-dimension-xs);width:100%}progress::-webkit-progress-value{background:var(--color-progress-fill, var(--pine-color-brand));border-radius:var(--pine-dimension-2xs)}progress::-moz-progress-bar{background:var(--color-progress-fill, var(--pine-color-brand));border-radius:var(--pine-dimension-2xs)}.pds-progress__label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pds-progress__percentage{font-weight:var(--pine-font-weight-medium);-webkit-margin-start:calc(var(--pine-dimension-md) / 2);margin-inline-start:calc(var(--pine-dimension-md) / 2)}";
4
4
 
@@ -22,12 +22,10 @@ const PdsProgress = class {
22
22
  this.showPercent = false;
23
23
  }
24
24
  render() {
25
- return (h(Host, { key: '4b85286ee1fcc7ae77f733b915a996bb82aecb5b', class: this.animated ? { 'is-animated': this.animated } : '' }, h("div", { key: 'ea3dfbafae2d416aac9903ec50dfade77c315e05', class: "pds-progress" }, h("label", { key: '3ece69ae8b90e968d7f86b986faee633d7802a0b', class: "pds-progress__label", htmlFor: this.componentId }, this.label), h("progress", { key: '68beb43763d001495159e253562b0934521072d9', id: this.componentId, max: "100", style: this.fillColor ? { '--color-progress-fill': this.fillColor } : {}, value: this.percent })), this.showPercent && h("div", { key: '8480b66191aec536b0c2c588e71e5c568f5d0eeb', class: "pds-progress__percentage" }, this.percent, "%")));
25
+ return (h(Host, { key: '1d0872d18cc7c89d0f4c2b1690ac7a09801129ae', class: this.animated ? { 'is-animated': this.animated } : '' }, h("div", { key: '556576ec3925f99d1104e9fe7709d5f3a756a8d6', class: "pds-progress" }, h("label", { key: 'eca8e33f036dc1a17175fc2db7dde7be947aadab', class: "pds-progress__label", htmlFor: this.componentId }, this.label), h("progress", { key: 'b0c21fbb91236684e5351f5622db54ef54716dc8', id: this.componentId, max: "100", style: this.fillColor ? { '--color-progress-fill': this.fillColor } : {}, value: this.percent })), this.showPercent && h("div", { key: '5eec8cc0979d86e2740f21a95c64a7f945f4c84a', class: "pds-progress__percentage" }, this.percent, "%")));
26
26
  }
27
27
  };
28
28
  PdsProgress.style = pdsProgressCss;
29
29
 
30
30
  export { PdsProgress as pds_progress };
31
31
  //# sourceMappingURL=pds-progress.entry.js.map
32
-
33
- //# sourceMappingURL=pds-progress.entry.js.map
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host } from './index-Bf1dou5H.js';
1
+ import { r as registerInstance, h, H as Host } from './index-Bh07GI-d.js';
2
2
 
3
3
  const pdsPropertyCss = ":host{color:var(--pine-color-text-message);font:var(--pine-typography-body-medium)}";
4
4
 
@@ -11,12 +11,10 @@ const PdsProperty = class {
11
11
  this.icon = 'star';
12
12
  }
13
13
  render() {
14
- return (h(Host, { key: '4ff2ed5a1b7e551b6c4d86fb43fa64bc83b4e785', id: this.componentId }, h("pds-box", { key: '0420487b64550d42621b9548e67c3a79e14b4c91', "align-items": "center", gap: "xs" }, h("pds-icon", { key: 'dc8e675839b1f7a6fbce5c7fc10ece743f4a1905', icon: this.icon, size: "var(--pine-dimension-sm)", "aria-hidden": "true" }), h("slot", { key: '9b01e2e02d26f8e7629612c617405b9ce7e5397b' }))));
14
+ return (h(Host, { key: '9f1076beddaabaf20026bde9381f5fc484289a84', id: this.componentId }, h("pds-box", { key: '7be27ac25227ad3a1222b37a11b1932a9d0cce81', "align-items": "center", gap: "xs" }, h("pds-icon", { key: '898a412a10fc25ed7ad0b4ec4241bdc489d99784', icon: this.icon, size: "var(--pine-dimension-sm)", "aria-hidden": "true" }), h("slot", { key: 'f51046da5cdb725605cac3302996f4828b9f9958' }))));
15
15
  }
16
16
  };
17
17
  PdsProperty.style = pdsPropertyCss;
18
18
 
19
19
  export { PdsProperty as pds_property };
20
20
  //# sourceMappingURL=pds-property.entry.js.map
21
-
22
- //# sourceMappingURL=pds-property.entry.js.map
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-Bf1dou5H.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, a as getElement } from './index-Bh07GI-d.js';
2
2
  import { e as exposeTypeProperty, a as assignDescription, m as messageId } from './form-DwjNklzi.js';
3
- import { i as danger } from './index-D4zJBIgl.js';
3
+ import { i as danger } from './index-QXCASaCq.js';
4
4
 
5
5
  const labelCss = ".sc-pds-radio-h{display:inline-block}[aria-disabled=true].sc-pds-radio-h label.sc-pds-radio{color:var(--pine-color-text-label-disabled)}[aria-readonly=true].sc-pds-radio-h label.sc-pds-radio{color:var(--pine-color-text-label-readonly)}label.sc-pds-radio{color:var(--pine-color-text-label);font:var(--pine-typography-body-medium);letter-spacing:var(--pine-letter-spacing)}";
6
6
 
@@ -78,11 +78,11 @@ const PdsRadio = class {
78
78
  }
79
79
  render() {
80
80
  const renderLabelAndMessages = () => [
81
- h("label", { htmlFor: this.componentId, key: `${this.componentId}-label` }, h("input", { key: '714cf76fc30ab26b58523c6d802650a12de9c01a', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, type: "radio", id: this.componentId, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleRadioChange, class: this.hasImage() ? 'visually-hidden' : '' }), h("span", { key: 'fc5deb9d38f9d2cc19a793dc32c46d88c9831482', class: this.hideLabel ? 'visually-hidden' : '' }, this.label)),
81
+ h("label", { htmlFor: this.componentId, key: `${this.componentId}-label` }, h("input", { key: '5ec06b8b4e017027a3fe20cef0241a612abec196', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, type: "radio", id: this.componentId, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleRadioChange, class: this.hasImage() ? 'visually-hidden' : '' }), h("span", { key: 'f7bc6d0bd0759a833a668499039ba97a10bf18ec', class: this.hideLabel ? 'visually-hidden' : '' }, this.label)),
82
82
  this.helperMessage && (h("div", { key: `${this.componentId}-helper`, class: 'pds-radio__message', id: messageId(this.componentId, 'helper') }, this.helperMessage)),
83
- this.errorMessage && (h("div", { key: `${this.componentId}-error`, class: `pds-radio__message pds-radio__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, h("pds-icon", { key: '771d1a284a0f24f204691c04addc7120d60c7a8c', icon: danger, size: "small" }), this.errorMessage))
83
+ this.errorMessage && (h("div", { key: `${this.componentId}-error`, class: `pds-radio__message pds-radio__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, h("pds-icon", { key: '629e33e9c80a6dc3af11e471d4342b4f992e0084', icon: danger, size: "small" }), this.errorMessage))
84
84
  ];
85
- return (h(Host, { key: 'edf86e2d9070289457c0256e1dbf7a5febdbc386', class: this.classNames() }, this.hasImage() && (h("div", { key: 'fddaf8db228e2e4a2b00ded0fe9afba80c876503', class: "pds-radio__image-container", part: "image-container" }, h("slot", { key: '2a5dbf40e955d039f6618fe9fa7e345ad5b6548d', name: "image", onSlotchange: () => (this._hasImage = this.hasImageSlot()) }))), this.hasImage() ? (h("div", { class: "pds-radio__content-wrapper" }, renderLabelAndMessages())) : (renderLabelAndMessages())));
85
+ return (h(Host, { key: '706822a4f2b85462533dedc7c204679272537c2d', class: this.classNames() }, this.hasImage() && (h("div", { key: 'cc19b9c47bc9b3c38aa322754ff9bf51f6e75d76', class: "pds-radio__image-container", part: "image-container" }, h("slot", { key: 'cf4fe8dbdc464cb0ad39cafb21e67e9e184a2e4f', name: "image", onSlotchange: () => (this._hasImage = this.hasImageSlot()) }))), this.hasImage() ? (h("div", { class: "pds-radio__content-wrapper" }, renderLabelAndMessages())) : (renderLabelAndMessages())));
86
86
  }
87
87
  get el() { return getElement(this); }
88
88
  };
@@ -90,5 +90,3 @@ PdsRadio.style = labelCss + pdsRadioCss;
90
90
 
91
91
  export { PdsRadio as pds_radio };
92
92
  //# sourceMappingURL=pds-radio.entry.js.map
93
-
94
- //# sourceMappingURL=pds-radio.entry.js.map
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host } from './index-Bf1dou5H.js';
1
+ import { r as registerInstance, h, H as Host } from './index-Bh07GI-d.js';
2
2
 
3
3
  const pdsRowCss = ":host {\n --row-gap-y: var(--pine-dimension-125);\n --row-gap-x: var(--pine-dimension-125);\n display: block;\n -webkit-margin-after: calc(var(--row-gap-y) * -1);\n margin-block-end: calc(var(--row-gap-y) * -1);\n -webkit-margin-before: calc(var(--row-gap-y) * -1);\n margin-block-start: calc(var(--row-gap-y) * -1);\n -webkit-margin-end: calc(var(--row-gap-x) * -0.5);\n margin-inline-end: calc(var(--row-gap-x) * -0.5);\n -webkit-margin-start: calc(var(--row-gap-x) * -0.5);\n margin-inline-start: calc(var(--row-gap-x) * -0.5);\n}\n\n.pds-row {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-positive: 1;\n flex-grow: 1;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n -webkit-margin-after: calc(var(--row-gap-y) * -1);\n margin-block-end: calc(var(--row-gap-y) * -1);\n -webkit-margin-before: calc(var(--row-gap-y) * -1);\n margin-block-start: calc(var(--row-gap-y) * -1);\n -webkit-margin-end: calc(var(--row-gap-x) * -1);\n margin-inline-end: calc(var(--row-gap-x) * -1);\n -webkit-margin-start: calc(var(--row-gap-x) * -1);\n margin-inline-start: calc(var(--row-gap-x) * -1);\n}\n@layer layout {\n .pds-row > * {\n -webkit-padding-after: calc(var(--row-gap-y));\n padding-block-end: calc(var(--row-gap-y));\n -webkit-padding-before: calc(var(--row-gap-y));\n padding-block-start: calc(var(--row-gap-y));\n -webkit-padding-end: calc(var(--row-gap-x));\n padding-inline-end: calc(var(--row-gap-x));\n -webkit-padding-start: calc(var(--row-gap-x));\n padding-inline-start: calc(var(--row-gap-x));\n }\n}\n\n.pds-row--no-wrap {\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n}\n\n.pds-row--border {\n border: var(--pine-border);\n}\n\n.pds-justify-content-start {\n -ms-flex-pack: start;\n justify-content: start;\n}\n\n.pds-justify-content-center {\n -ms-flex-pack: center;\n justify-content: center;\n}\n\n.pds-justify-content-end {\n -ms-flex-pack: end;\n justify-content: end;\n}\n\n.pds-justify-content-space-between {\n -ms-flex-pack: justify;\n justify-content: space-between;\n}\n\n.pds-justify-content-space-around {\n -ms-flex-pack: distribute;\n justify-content: space-around;\n}\n\n.pds-justify-content-space-evenly {\n -ms-flex-pack: space-evenly;\n justify-content: space-evenly;\n}\n\n.pds-align-items-start {\n -ms-flex-align: start;\n align-items: start;\n}\n\n.pds-align-items-center {\n -ms-flex-align: center;\n align-items: center;\n}\n\n.pds-align-items-end {\n -ms-flex-align: end;\n align-items: end;\n}\n\n.pds-align-items-stretch {\n -ms-flex-align: stretch;\n align-items: stretch;\n}\n\n.pds-align-items-baseline {\n -ms-flex-align: baseline;\n align-items: baseline;\n}";
4
4
 
@@ -59,12 +59,10 @@ const PdsRow = class {
59
59
  })), (this.minHeight && {
60
60
  'min-height': this.minHeight,
61
61
  }));
62
- return h(Host, { key: '8e3f5095c33ca22b26dc2cd328ec84663e3bc46b', class: `pds-row ${rowClasses}`, style: rowInlineStyles });
62
+ return h(Host, { key: 'a4df5b098252089e69c7da5f329df4223cc57d81', class: `pds-row ${rowClasses}`, style: rowInlineStyles });
63
63
  }
64
64
  };
65
65
  PdsRow.style = pdsRowCss;
66
66
 
67
67
  export { PdsRow as pds_row };
68
68
  //# sourceMappingURL=pds-row.entry.js.map
69
-
70
- //# sourceMappingURL=pds-row.entry.js.map
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-Bf1dou5H.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, a as getElement } from './index-Bh07GI-d.js';
2
2
  import { e as exposeTypeProperty, m as messageId } from './form-DwjNklzi.js';
3
- import { i as danger, e as enlarge } from './index-D4zJBIgl.js';
3
+ import { i as danger, e as enlarge } from './index-QXCASaCq.js';
4
4
 
5
5
  const pdsSelectTokensCss = ":host{--pine-select-color-background-danger:var(--pine-color-red-050)}";
6
6
 
@@ -217,7 +217,7 @@ const PdsSelect = class {
217
217
  }
218
218
  render() {
219
219
  const hasAction = this.el.querySelector('[slot="action"]') !== null;
220
- return (h(Host, { key: 'b3be9584f5fddb4f1a55517f54c1713f99881217', "aria-disabled": this.disabled ? 'true' : null, class: this.classNames(), "has-action": hasAction && !this.hideLabel ? 'true' : null }, h("div", { key: '89ea75fbce2c1a0e5b4b744f10bacfd84db73773', class: "pds-select" }, !this.hideLabel && (h("div", { key: 'bf1c8c06c96d941d7d93b960de9279df4520f10f', class: "pds-select__label-wrapper" }, h("label", { key: 'eb7beaa77f9f2be302e7b14642c6c5153db4cebe', htmlFor: this.componentId }, h("span", { key: '47a737210afc1c86431c123aa2449827f0b9755d', class: this.hideLabel ? 'visually-hidden' : '' }, this.label)), hasAction && this.renderAction())), h("select", { key: 'f510d59fe20742e210c4fb949d468184bb2f12cc', "aria-label": this.hideLabel ? this.label : undefined, autocomplete: this.autocomplete || undefined, class: "pds-select__field", disabled: this.disabled, id: this.componentId, multiple: this.multiple, name: this.name, onChange: this.onSelectUpdate, part: "select", required: this.required, ref: (el) => (this.selectEl = el) }), h("div", { key: '7653404278cc8446de96e3e1fdbfcf47ea6b8edc', "aria-hidden": "true", class: "hidden", ref: (el) => (this.slotContainer = el) }, h("slot", { key: '04626b23972a2d3fe73b09ea8fbe94021e89d98d', onSlotchange: this.handleSlotChange })), this.renderMessages(), !this.multiple && h("pds-icon", { key: '0d97224a202e0a6e7ad36e2b8a027975ff22079d', class: "pds-select__select-icon", icon: enlarge }))));
220
+ return (h(Host, { key: '0d94c80a048b1ce3a0c2c6147bf84aab09781e08', "aria-disabled": this.disabled ? 'true' : null, class: this.classNames(), "has-action": hasAction && !this.hideLabel ? 'true' : null }, h("div", { key: '15533d7713175f9fddd1fd972f7faa0852753763', class: "pds-select" }, !this.hideLabel && (h("div", { key: '5327297f4963ec4d1e182ee63f973e7309164389', class: "pds-select__label-wrapper" }, h("label", { key: 'b9d697e170c343be49f3654432eb3e9a269dc28c', htmlFor: this.componentId }, h("span", { key: 'f2b2a61293818d2a163836f25e32bf8f66936752', class: this.hideLabel ? 'visually-hidden' : '' }, this.label)), hasAction && this.renderAction())), h("select", { key: '4b1eed0ba9cb197fa2fdb9ac0a342bd3df21313b', "aria-label": this.hideLabel ? this.label : undefined, autocomplete: this.autocomplete || undefined, class: "pds-select__field", disabled: this.disabled, id: this.componentId, multiple: this.multiple, name: this.name, onChange: this.onSelectUpdate, part: "select", required: this.required, ref: (el) => (this.selectEl = el) }), h("div", { key: '2ceb92d89a00308245571f2aeae0c901cd850874', "aria-hidden": "true", class: "hidden", ref: (el) => (this.slotContainer = el) }, h("slot", { key: '032ef7c0c4b7442fd8f524995cfb95475687b98c', onSlotchange: this.handleSlotChange })), this.renderMessages(), !this.multiple && h("pds-icon", { key: 'ee2773042ca2d05a98ff9c46c2934926de69d8e6', class: "pds-select__select-icon", icon: enlarge }))));
221
221
  }
222
222
  static get formAssociated() { return true; }
223
223
  get el() { return getElement(this); }
@@ -230,5 +230,3 @@ PdsSelect.style = pdsSelectTokensCss + (labelCss + pdsSelectCss);
230
230
 
231
231
  export { PdsSelect as pds_select };
232
232
  //# sourceMappingURL=pds-select.entry.js.map
233
-
234
- //# sourceMappingURL=pds-select.entry.js.map
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h, H as Host, g as getElement } from './index-Bf1dou5H.js';
2
- import { h as handle } from './index-D4zJBIgl.js';
1
+ import { r as registerInstance, h, H as Host, a as getElement } from './index-Bh07GI-d.js';
2
+ import { h as handle } from './index-QXCASaCq.js';
3
3
 
4
4
  const pdsSortableItemCss = ".pds-sortable-item.sc-pds-sortable-item-h{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding-block:var(--pine-dimension-xs);padding-inline:var(--pine-dimension-md)}.pds-sortable-item.sc-pds-sortable-item-h .pds-sortable-item__actions.sc-pds-sortable-item{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-padding-start:var(--pine-dimension-md);padding-inline-start:var(--pine-dimension-md)}.pds-sortable-item.sc-pds-sortable-item-h .pds-sortable-item__handle.sc-pds-sortable-item{line-height:1;-webkit-margin-end:var(--pine-dimension-md);margin-inline-end:var(--pine-dimension-md)}.pds-sortable--bordered .pds-sortable-item.sc-pds-sortable-item-h:first-child{border-start-end-radius:calc(var(--pine-dimension-xs) * 1.25);border-start-start-radius:calc(var(--pine-dimension-xs) * 1.25)}.pds-sortable--bordered .pds-sortable-item.sc-pds-sortable-item-h:last-child{border-end-end-radius:calc(var(--pine-dimension-xs) * 1.25);border-end-start-radius:calc(var(--pine-dimension-xs) * 1.25)}.pds-sortable--divided .pds-sortable-item.sc-pds-sortable-item-h{-webkit-border-after:var(--pine-border);border-block-end:var(--pine-border)}.pds-sortable--divided .pds-sortable-item.sc-pds-sortable-item-h:last-child{-webkit-border-after:0;border-block-end:0}.pds-sortable--handle-type-row .pds-sortable-item.sc-pds-sortable-item-h{cursor:-webkit-grab;cursor:grab}.pds-sortable--handle-type-handle .pds-sortable-item.sc-pds-sortable-item-h .pds-sortable-item__handle.sc-pds-sortable-item{cursor:-webkit-grab;cursor:grab}.pds-sortable-item.sc-pds-sortable-item-h:hover{background-color:var(--pine-color-background-container-hover)}.pds-sortable-item.sc-pds-sortable-item-h:hover pds-icon.sc-pds-sortable-item{color:var(--pine-color-info)}.pds-sortable-item--drag.sc-pds-sortable-item-h{background-color:var(--pine-color-background-container);border-radius:0;-webkit-box-shadow:var(--pine-box-shadow-400);box-shadow:var(--pine-box-shadow-400);opacity:1}.pds-sortable-item--ghost.sc-pds-sortable-item-h{background-color:var(--pine-color-background-container-hover);border-radius:0}";
5
5
 
@@ -26,7 +26,7 @@ const PdsSortableItem = class {
26
26
  }
27
27
  }
28
28
  render() {
29
- return (h(Host, { key: 'c09d0efc16e9cfb2e3eb567620d768e55aedaf77', class: "pds-sortable-item", id: this.componentId }, this.showHandle && (h("div", { key: '256c70c9ae566781ee3647196ba7bfa8b2e8f7cf', class: "pds-sortable-item__handle" }, h("pds-icon", { key: 'ec56d4eac7f1f464df061297a613554565130d3d', icon: handle }))), h("slot", { key: '6131eda3a2b8a7ef96883f9f791a2cf777407fa4' }), this.enableActions && (h("div", { key: '126589fa42498a25f5049786def7fb96f16087aa', class: "pds-sortable-item__actions" }, h("slot", { key: 'e2726fb1ae3f74c5ff4b7879ee32b826fb2b8518', name: "sortable-item-actions" })))));
29
+ return (h(Host, { key: '5c5ada49c505d935bfe505997ab69e7eafc2f642', class: "pds-sortable-item", id: this.componentId }, this.showHandle && (h("div", { key: '3041977b792e192192fa9c101f113eb42e87ceea', class: "pds-sortable-item__handle" }, h("pds-icon", { key: '082a98c200abcc8023dc126ed83091167c59290e', icon: handle }))), h("slot", { key: '1e2b2154acee0c3ce09ec77b9949c761ff37181d' }), this.enableActions && (h("div", { key: '5b318f04eb9c74f660900163e17ba51e2c354538', class: "pds-sortable-item__actions" }, h("slot", { key: '2c6631a860af0da48b3a007daeff69b59cfaff59', name: "sortable-item-actions" })))));
30
30
  }
31
31
  get el() { return getElement(this); }
32
32
  };
@@ -34,5 +34,3 @@ PdsSortableItem.style = pdsSortableItemCss;
34
34
 
35
35
  export { PdsSortableItem as pds_sortable_item };
36
36
  //# sourceMappingURL=pds-sortable-item.entry.js.map
37
-
38
- //# sourceMappingURL=pds-sortable-item.entry.js.map
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-Bf1dou5H.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, a as getElement } from './index-Bh07GI-d.js';
2
2
 
3
3
  /**!
4
4
  * Sortable 1.15.6
@@ -2711,7 +2711,7 @@ const PdsSortable = class {
2711
2711
  Sortable.create(this.el, sortableOptions);
2712
2712
  }
2713
2713
  render() {
2714
- return (h(Host, { key: '8d6acb29c18b53a699281b86f73c566b9ebfd291', class: this.classNames(), id: this.componentId }, h("slot", { key: '32fee1636973846016311c70e885a0e5c7645431' })));
2714
+ return (h(Host, { key: '0af78db3e32adf714d10fb08ff4318f7c84aaef9', class: this.classNames(), id: this.componentId }, h("slot", { key: '1e7ac27c41de163ea4d59c6186a1282eb5f0b27d' })));
2715
2715
  }
2716
2716
  get el() { return getElement(this); }
2717
2717
  };
@@ -2719,5 +2719,3 @@ PdsSortable.style = pdsSortableCss;
2719
2719
 
2720
2720
  export { PdsSortable as pds_sortable };
2721
2721
  //# sourceMappingURL=pds-sortable.entry.js.map
2722
-
2723
- //# sourceMappingURL=pds-sortable.entry.js.map