@pine-ds/core 3.14.2 → 3.15.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 (559) hide show
  1. package/components/index2.js +1 -1
  2. package/components/index2.js.map +1 -1
  3. package/components/mock-pds-modal.js +1 -1
  4. package/components/pds-chip2.js +50 -3
  5. package/components/pds-chip2.js.map +1 -1
  6. package/components/pds-combobox.js +245 -12
  7. package/components/pds-combobox.js.map +1 -1
  8. package/components/pds-copytext.js +1 -1
  9. package/components/pds-divider.js +1 -1
  10. package/components/pds-dropdown-menu-item.js +10 -2
  11. package/components/pds-dropdown-menu-item.js.map +1 -1
  12. package/components/pds-dropdown-menu-separator.js +1 -1
  13. package/components/pds-dropdown-menu.js +1 -1
  14. package/components/pds-filter.js +1 -1
  15. package/components/pds-filters.js +1 -1
  16. package/components/pds-image.js +2 -2
  17. package/components/pds-input.js +1 -1
  18. package/components/pds-link2.js +7 -2
  19. package/components/pds-link2.js.map +1 -1
  20. package/components/pds-loader2.js +1 -1
  21. package/components/pds-modal-content.js +2 -2
  22. package/components/pds-modal-footer.js +1 -1
  23. package/components/pds-modal-header.js +1 -1
  24. package/components/pds-modal.js +3 -3
  25. package/components/pds-multiselect.js +152 -16
  26. package/components/pds-multiselect.js.map +1 -1
  27. package/components/pds-popover.js +1 -1
  28. package/components/pds-progress.js +1 -1
  29. package/components/pds-property.js +1 -1
  30. package/components/pds-radio-group.js +3 -3
  31. package/components/pds-radio.js +3 -3
  32. package/components/pds-row.js +1 -1
  33. package/components/pds-select.js +1 -1
  34. package/components/pds-sortable-item.js +1 -1
  35. package/components/pds-sortable.js +1 -1
  36. package/components/pds-switch.js +3 -3
  37. package/components/pds-tab.js +3 -3
  38. package/components/pds-table-body.js +1 -1
  39. package/components/pds-table-cell2.js +3 -3
  40. package/components/pds-table-cell2.js.map +1 -1
  41. package/components/pds-table-head-cell2.js +2 -2
  42. package/components/pds-table-head.js +1 -1
  43. package/components/pds-table-row.js +1 -1
  44. package/components/pds-tabpanel.js +1 -1
  45. package/components/pds-tabs.js +1 -1
  46. package/components/pds-text2.js +1 -1
  47. package/components/pds-textarea.js +4 -4
  48. package/components/pds-toast.js +3 -3
  49. package/components/pds-tooltip.js +2 -2
  50. package/dist/cjs/{index-BA--jsiy.js → index-DkQebouX.js} +3 -3
  51. package/dist/cjs/index-DkQebouX.js.map +1 -0
  52. package/dist/cjs/loader.cjs.js +1 -1
  53. package/dist/cjs/mock-pds-modal.cjs.entry.js +1 -1
  54. package/dist/cjs/pds-accordion.cjs.entry.js +1 -1
  55. package/dist/cjs/pds-avatar.cjs.entry.js +1 -1
  56. package/dist/cjs/pds-button.cjs.entry.js +1 -1
  57. package/dist/cjs/pds-checkbox.cjs.entry.js +1 -1
  58. package/dist/cjs/pds-chip.cjs.entry.js +47 -3
  59. package/dist/cjs/pds-chip.entry.cjs.js.map +1 -1
  60. package/dist/cjs/pds-combobox.cjs.entry.js +221 -6
  61. package/dist/cjs/pds-combobox.entry.cjs.js.map +1 -1
  62. package/dist/cjs/pds-copytext.cjs.entry.js +2 -2
  63. package/dist/cjs/pds-divider.cjs.entry.js +1 -1
  64. package/dist/cjs/pds-dropdown-menu-item.cjs.entry.js +8 -2
  65. package/dist/cjs/pds-dropdown-menu-item.entry.cjs.js.map +1 -1
  66. package/dist/cjs/pds-dropdown-menu-separator.cjs.entry.js +1 -1
  67. package/dist/cjs/pds-dropdown-menu.cjs.entry.js +1 -1
  68. package/dist/cjs/pds-filter.cjs.entry.js +2 -2
  69. package/dist/cjs/pds-filters.cjs.entry.js +1 -1
  70. package/dist/cjs/pds-image.cjs.entry.js +2 -2
  71. package/dist/cjs/pds-input.cjs.entry.js +2 -2
  72. package/dist/cjs/pds-link.cjs.entry.js +7 -3
  73. package/dist/cjs/pds-link.entry.cjs.js.map +1 -1
  74. package/dist/cjs/pds-loader.cjs.entry.js +1 -1
  75. package/dist/cjs/pds-modal-content.cjs.entry.js +2 -2
  76. package/dist/cjs/pds-modal-footer.cjs.entry.js +1 -1
  77. package/dist/cjs/pds-modal-header.cjs.entry.js +1 -1
  78. package/dist/cjs/pds-modal.cjs.entry.js +3 -3
  79. package/dist/cjs/pds-multiselect.cjs.entry.js +132 -11
  80. package/dist/cjs/pds-multiselect.entry.cjs.js.map +1 -1
  81. package/dist/cjs/pds-popover.cjs.entry.js +1 -1
  82. package/dist/cjs/pds-progress.cjs.entry.js +1 -1
  83. package/dist/cjs/pds-property.cjs.entry.js +1 -1
  84. package/dist/cjs/pds-radio-group.cjs.entry.js +4 -4
  85. package/dist/cjs/pds-radio.cjs.entry.js +4 -4
  86. package/dist/cjs/pds-row.cjs.entry.js +1 -1
  87. package/dist/cjs/pds-select.cjs.entry.js +2 -2
  88. package/dist/cjs/pds-sortable-item.cjs.entry.js +2 -2
  89. package/dist/cjs/pds-sortable.cjs.entry.js +1 -1
  90. package/dist/cjs/pds-switch.cjs.entry.js +4 -4
  91. package/dist/cjs/pds-tab.cjs.entry.js +3 -3
  92. package/dist/cjs/pds-table-body.cjs.entry.js +1 -1
  93. package/dist/cjs/pds-table-cell.cjs.entry.js +3 -3
  94. package/dist/cjs/pds-table-cell.entry.cjs.js.map +1 -1
  95. package/dist/cjs/pds-table-head-cell.cjs.entry.js +3 -3
  96. package/dist/cjs/pds-table-head.cjs.entry.js +1 -1
  97. package/dist/cjs/pds-table-row.cjs.entry.js +1 -1
  98. package/dist/cjs/pds-tabpanel.cjs.entry.js +1 -1
  99. package/dist/cjs/pds-tabs.cjs.entry.js +1 -1
  100. package/dist/cjs/pds-text.cjs.entry.js +1 -1
  101. package/dist/cjs/pds-textarea.cjs.entry.js +5 -5
  102. package/dist/cjs/pds-toast.cjs.entry.js +3 -3
  103. package/dist/cjs/pds-tooltip.cjs.entry.js +2 -2
  104. package/dist/cjs/pine-core.cjs.js +1 -1
  105. package/dist/collection/components/pds-chip/pds-chip.css +4 -3
  106. package/dist/collection/components/pds-chip/pds-chip.js +102 -1
  107. package/dist/collection/components/pds-chip/pds-chip.js.map +1 -1
  108. package/dist/collection/components/pds-chip/stories/pds-chip.stories.js +38 -0
  109. package/dist/collection/components/pds-combobox/combobox-interface.js +2 -0
  110. package/dist/collection/components/pds-combobox/combobox-interface.js.map +1 -0
  111. package/dist/collection/components/pds-combobox/pds-combobox.css +20 -0
  112. package/dist/collection/components/pds-combobox/pds-combobox.js +415 -6
  113. package/dist/collection/components/pds-combobox/pds-combobox.js.map +1 -1
  114. package/dist/collection/components/pds-copytext/pds-copytext.js +1 -1
  115. package/dist/collection/components/pds-divider/pds-divider.js +1 -1
  116. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.js +53 -2
  117. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.js.map +1 -1
  118. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-separator/pds-dropdown-menu-separator.js +1 -1
  119. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu.js +1 -1
  120. package/dist/collection/components/pds-filters/pds-filter/pds-filter.js +1 -1
  121. package/dist/collection/components/pds-filters/pds-filters.js +1 -1
  122. package/dist/collection/components/pds-image/pds-image.js +2 -2
  123. package/dist/collection/components/pds-input/pds-input.js +1 -1
  124. package/dist/collection/components/pds-link/pds-link.js +34 -2
  125. package/dist/collection/components/pds-link/pds-link.js.map +1 -1
  126. package/dist/collection/components/pds-loader/pds-loader.js +1 -1
  127. package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.js +2 -2
  128. package/dist/collection/components/pds-modal/pds-modal-footer/pds-modal-footer.js +1 -1
  129. package/dist/collection/components/pds-modal/pds-modal-header/pds-modal-header.js +1 -1
  130. package/dist/collection/components/pds-modal/pds-modal.js +3 -3
  131. package/dist/collection/components/pds-modal/test/mock-pds-modal.js +1 -1
  132. package/dist/collection/components/pds-multiselect/multiselect-interface.js.map +1 -1
  133. package/dist/collection/components/pds-multiselect/pds-multiselect.css +9 -0
  134. package/dist/collection/components/pds-multiselect/pds-multiselect.js +191 -10
  135. package/dist/collection/components/pds-multiselect/pds-multiselect.js.map +1 -1
  136. package/dist/collection/components/pds-multiselect/stories/pds-multiselect.stories.js +41 -0
  137. package/dist/collection/components/pds-popover/pds-popover.js +1 -1
  138. package/dist/collection/components/pds-progress/pds-progress.js +1 -1
  139. package/dist/collection/components/pds-property/pds-property.js +1 -1
  140. package/dist/collection/components/pds-radio/pds-radio.js +3 -3
  141. package/dist/collection/components/pds-radio-group/pds-radio-group.js +3 -3
  142. package/dist/collection/components/pds-row/pds-row.js +1 -1
  143. package/dist/collection/components/pds-select/pds-select.js +1 -1
  144. package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +1 -1
  145. package/dist/collection/components/pds-sortable/pds-sortable.js +1 -1
  146. package/dist/collection/components/pds-switch/pds-switch.js +3 -3
  147. package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +1 -1
  148. package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.css +1 -1
  149. package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +2 -2
  150. package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +1 -1
  151. package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +2 -2
  152. package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +1 -1
  153. package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +3 -3
  154. package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +1 -1
  155. package/dist/collection/components/pds-tabs/pds-tabs.js +1 -1
  156. package/dist/collection/components/pds-text/pds-text.js +1 -1
  157. package/dist/collection/components/pds-textarea/pds-textarea.js +4 -4
  158. package/dist/collection/components/pds-toast/pds-toast.js +3 -3
  159. package/dist/collection/components/pds-tooltip/pds-tooltip.js +2 -2
  160. package/dist/docs.json +588 -3
  161. package/dist/esm/{index-DY8eSueV.js → index-D094LgxJ.js} +3 -3
  162. package/dist/esm/index-D094LgxJ.js.map +1 -0
  163. package/dist/esm/loader.js +1 -1
  164. package/dist/esm/mock-pds-modal.entry.js +1 -1
  165. package/dist/esm/pds-accordion.entry.js +1 -1
  166. package/dist/esm/pds-avatar.entry.js +1 -1
  167. package/dist/esm/pds-button.entry.js +1 -1
  168. package/dist/esm/pds-checkbox.entry.js +1 -1
  169. package/dist/esm/pds-chip.entry.js +47 -3
  170. package/dist/esm/pds-chip.entry.js.map +1 -1
  171. package/dist/esm/pds-combobox.entry.js +221 -6
  172. package/dist/esm/pds-combobox.entry.js.map +1 -1
  173. package/dist/esm/pds-copytext.entry.js +2 -2
  174. package/dist/esm/pds-divider.entry.js +1 -1
  175. package/dist/esm/pds-dropdown-menu-item.entry.js +8 -2
  176. package/dist/esm/pds-dropdown-menu-item.entry.js.map +1 -1
  177. package/dist/esm/pds-dropdown-menu-separator.entry.js +1 -1
  178. package/dist/esm/pds-dropdown-menu.entry.js +1 -1
  179. package/dist/esm/pds-filter.entry.js +2 -2
  180. package/dist/esm/pds-filters.entry.js +1 -1
  181. package/dist/esm/pds-image.entry.js +2 -2
  182. package/dist/esm/pds-input.entry.js +2 -2
  183. package/dist/esm/pds-link.entry.js +7 -3
  184. package/dist/esm/pds-link.entry.js.map +1 -1
  185. package/dist/esm/pds-loader.entry.js +1 -1
  186. package/dist/esm/pds-modal-content.entry.js +2 -2
  187. package/dist/esm/pds-modal-footer.entry.js +1 -1
  188. package/dist/esm/pds-modal-header.entry.js +1 -1
  189. package/dist/esm/pds-modal.entry.js +3 -3
  190. package/dist/esm/pds-multiselect.entry.js +132 -11
  191. package/dist/esm/pds-multiselect.entry.js.map +1 -1
  192. package/dist/esm/pds-popover.entry.js +1 -1
  193. package/dist/esm/pds-progress.entry.js +1 -1
  194. package/dist/esm/pds-property.entry.js +1 -1
  195. package/dist/esm/pds-radio-group.entry.js +4 -4
  196. package/dist/esm/pds-radio.entry.js +4 -4
  197. package/dist/esm/pds-row.entry.js +1 -1
  198. package/dist/esm/pds-select.entry.js +2 -2
  199. package/dist/esm/pds-sortable-item.entry.js +2 -2
  200. package/dist/esm/pds-sortable.entry.js +1 -1
  201. package/dist/esm/pds-switch.entry.js +4 -4
  202. package/dist/esm/pds-tab.entry.js +3 -3
  203. package/dist/esm/pds-table-body.entry.js +1 -1
  204. package/dist/esm/pds-table-cell.entry.js +3 -3
  205. package/dist/esm/pds-table-cell.entry.js.map +1 -1
  206. package/dist/esm/pds-table-head-cell.entry.js +3 -3
  207. package/dist/esm/pds-table-head.entry.js +1 -1
  208. package/dist/esm/pds-table-row.entry.js +1 -1
  209. package/dist/esm/pds-tabpanel.entry.js +1 -1
  210. package/dist/esm/pds-tabs.entry.js +1 -1
  211. package/dist/esm/pds-text.entry.js +1 -1
  212. package/dist/esm/pds-textarea.entry.js +5 -5
  213. package/dist/esm/pds-toast.entry.js +3 -3
  214. package/dist/esm/pds-tooltip.entry.js +2 -2
  215. package/dist/esm/pine-core.js +1 -1
  216. package/dist/esm-es5/{index-DY8eSueV.js → index-D094LgxJ.js} +1 -1
  217. package/dist/esm-es5/index-D094LgxJ.js.map +1 -0
  218. package/dist/esm-es5/loader.js +1 -1
  219. package/dist/esm-es5/mock-pds-modal.entry.js +1 -1
  220. package/dist/esm-es5/pds-accordion.entry.js +1 -1
  221. package/dist/esm-es5/pds-avatar.entry.js +1 -1
  222. package/dist/esm-es5/pds-button.entry.js +1 -1
  223. package/dist/esm-es5/pds-checkbox.entry.js +1 -1
  224. package/dist/esm-es5/pds-chip.entry.js +1 -1
  225. package/dist/esm-es5/pds-chip.entry.js.map +1 -1
  226. package/dist/esm-es5/pds-combobox.entry.js +2 -2
  227. package/dist/esm-es5/pds-combobox.entry.js.map +1 -1
  228. package/dist/esm-es5/pds-copytext.entry.js +1 -1
  229. package/dist/esm-es5/pds-divider.entry.js +1 -1
  230. package/dist/esm-es5/pds-dropdown-menu-item.entry.js +1 -1
  231. package/dist/esm-es5/pds-dropdown-menu-item.entry.js.map +1 -1
  232. package/dist/esm-es5/pds-dropdown-menu-separator.entry.js +1 -1
  233. package/dist/esm-es5/pds-dropdown-menu.entry.js +1 -1
  234. package/dist/esm-es5/pds-filter.entry.js +1 -1
  235. package/dist/esm-es5/pds-filters.entry.js +1 -1
  236. package/dist/esm-es5/pds-image.entry.js +1 -1
  237. package/dist/esm-es5/pds-input.entry.js +1 -1
  238. package/dist/esm-es5/pds-link.entry.js +1 -1
  239. package/dist/esm-es5/pds-link.entry.js.map +1 -1
  240. package/dist/esm-es5/pds-loader.entry.js +1 -1
  241. package/dist/esm-es5/pds-modal-content.entry.js +1 -1
  242. package/dist/esm-es5/pds-modal-footer.entry.js +1 -1
  243. package/dist/esm-es5/pds-modal-header.entry.js +1 -1
  244. package/dist/esm-es5/pds-modal.entry.js +1 -1
  245. package/dist/esm-es5/pds-multiselect.entry.js +1 -1
  246. package/dist/esm-es5/pds-multiselect.entry.js.map +1 -1
  247. package/dist/esm-es5/pds-popover.entry.js +1 -1
  248. package/dist/esm-es5/pds-progress.entry.js +1 -1
  249. package/dist/esm-es5/pds-property.entry.js +1 -1
  250. package/dist/esm-es5/pds-radio-group.entry.js +1 -1
  251. package/dist/esm-es5/pds-radio.entry.js +1 -1
  252. package/dist/esm-es5/pds-row.entry.js +1 -1
  253. package/dist/esm-es5/pds-select.entry.js +1 -1
  254. package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
  255. package/dist/esm-es5/pds-sortable.entry.js +1 -1
  256. package/dist/esm-es5/pds-switch.entry.js +1 -1
  257. package/dist/esm-es5/pds-tab.entry.js +1 -1
  258. package/dist/esm-es5/pds-table-body.entry.js +1 -1
  259. package/dist/esm-es5/pds-table-cell.entry.js +1 -1
  260. package/dist/esm-es5/pds-table-cell.entry.js.map +1 -1
  261. package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
  262. package/dist/esm-es5/pds-table-head.entry.js +1 -1
  263. package/dist/esm-es5/pds-table-row.entry.js +1 -1
  264. package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
  265. package/dist/esm-es5/pds-tabs.entry.js +1 -1
  266. package/dist/esm-es5/pds-text.entry.js +1 -1
  267. package/dist/esm-es5/pds-textarea.entry.js +1 -1
  268. package/dist/esm-es5/pds-toast.entry.js +1 -1
  269. package/dist/esm-es5/pds-tooltip.entry.js +1 -1
  270. package/dist/esm-es5/pine-core.js +1 -1
  271. package/dist/pine-core/{p-d6302edd.entry.js → p-003884fd.entry.js} +2 -2
  272. package/dist/pine-core/{p-9e7cd072.system.entry.js → p-0270ebee.system.entry.js} +2 -2
  273. package/dist/pine-core/p-06046885.entry.js +3 -0
  274. package/dist/pine-core/p-06046885.entry.js.map +1 -0
  275. package/dist/pine-core/{p-063afa19.system.entry.js → p-09ff71ad.system.entry.js} +2 -2
  276. package/dist/pine-core/{p-c68bceb1.entry.js → p-0ac54273.entry.js} +2 -2
  277. package/dist/pine-core/{p-ac56273a.system.entry.js → p-0c2f13c3.system.entry.js} +2 -2
  278. package/dist/pine-core/{p-c7c00a27.entry.js → p-119ccf73.entry.js} +2 -2
  279. package/dist/pine-core/{p-87eb8d4b.system.entry.js → p-13105538.system.entry.js} +2 -2
  280. package/dist/pine-core/{p-c24d11c7.entry.js → p-1951d49e.entry.js} +2 -2
  281. package/dist/pine-core/p-1971d358.entry.js +2 -0
  282. package/dist/pine-core/{p-9c928c44.entry.js.map → p-1971d358.entry.js.map} +1 -1
  283. package/dist/pine-core/p-19fef546.system.entry.js +4 -0
  284. package/dist/pine-core/p-19fef546.system.entry.js.map +1 -0
  285. package/dist/pine-core/{p-6d2da3ca.system.entry.js → p-1e77124d.system.entry.js} +2 -2
  286. package/dist/pine-core/{p-f69d3fd6.entry.js → p-220cbe98.entry.js} +2 -2
  287. package/dist/pine-core/{p-9d6b6ff3.system.entry.js → p-226e45be.system.entry.js} +2 -2
  288. package/dist/pine-core/{p-90615423.system.entry.js → p-2883cb69.system.entry.js} +2 -2
  289. package/dist/pine-core/{p-31168da5.entry.js → p-2d21bc31.entry.js} +2 -2
  290. package/dist/pine-core/p-31bfac45.entry.js +2 -0
  291. package/dist/pine-core/{p-a3cdff85.entry.js → p-35e91ecb.entry.js} +2 -2
  292. package/dist/pine-core/{p-2537aacb.entry.js → p-3815f565.entry.js} +2 -2
  293. package/dist/pine-core/{p-a99e8caf.entry.js → p-396d4b63.entry.js} +2 -2
  294. package/dist/pine-core/{p-9bb6cc3d.entry.js → p-3b0a4abe.entry.js} +2 -2
  295. package/dist/pine-core/{p-5b9110fe.entry.js → p-3cd53462.entry.js} +2 -2
  296. package/dist/pine-core/{p-a5b24b1d.system.entry.js → p-3e45826f.system.entry.js} +2 -2
  297. package/dist/pine-core/{p-12360e47.entry.js → p-425144ae.entry.js} +2 -2
  298. package/dist/pine-core/p-425144ae.entry.js.map +1 -0
  299. package/dist/pine-core/p-48ed8147.entry.js +2 -0
  300. package/dist/pine-core/p-48ed8147.entry.js.map +1 -0
  301. package/dist/pine-core/{p-5b3ac18e.system.entry.js → p-4a42e114.system.entry.js} +2 -2
  302. package/dist/pine-core/p-4c82bff5.entry.js +2 -0
  303. package/dist/pine-core/{p-a07b8e45.system.entry.js → p-4e24be57.system.entry.js} +2 -2
  304. package/dist/pine-core/p-4ed357a4.entry.js +2 -0
  305. package/dist/pine-core/p-4ed357a4.entry.js.map +1 -0
  306. package/dist/pine-core/p-50a439b5.entry.js +2 -0
  307. package/dist/pine-core/{p-3440138d.entry.js → p-5162baee.entry.js} +2 -2
  308. package/dist/pine-core/{p-426e90cb.entry.js → p-51d2999d.entry.js} +2 -2
  309. package/dist/pine-core/{p-ba623ced.entry.js → p-563b640d.entry.js} +2 -2
  310. package/dist/pine-core/{p-d1313dd6.system.entry.js → p-599a5903.system.entry.js} +2 -2
  311. package/dist/pine-core/{p-YqHO7iPZ.system.js.map → p-5O8bhSdk.system.js.map} +1 -1
  312. package/dist/pine-core/{p-5f2865df.entry.js → p-5ef5f6b3.entry.js} +2 -2
  313. package/dist/pine-core/{p-4c23c75b.system.entry.js → p-63a669c9.system.entry.js} +2 -2
  314. package/dist/pine-core/p-65d0032c.system.entry.js +2 -0
  315. package/dist/pine-core/{p-2f6f60d9.entry.js → p-68f97bdf.entry.js} +2 -2
  316. package/dist/pine-core/p-6918b378.system.entry.js +2 -0
  317. package/dist/pine-core/{p-5e92aa34.system.entry.js.map → p-6918b378.system.entry.js.map} +1 -1
  318. package/dist/pine-core/{p-e6dc2297.entry.js → p-694cfe69.entry.js} +2 -2
  319. package/dist/pine-core/{p-bddc9c5a.entry.js → p-6c25dfc3.entry.js} +2 -2
  320. package/dist/pine-core/{p-9ada659b.entry.js → p-6cbad264.entry.js} +2 -2
  321. package/dist/pine-core/{p-4d9eee67.system.entry.js → p-72ca815d.system.entry.js} +2 -2
  322. package/dist/pine-core/{p-63269b89.entry.js → p-766e52a3.entry.js} +2 -2
  323. package/dist/pine-core/{p-d41112ad.entry.js → p-795e1727.entry.js} +2 -2
  324. package/dist/pine-core/p-795e1727.entry.js.map +1 -0
  325. package/dist/pine-core/{p-e8cf15d7.system.entry.js → p-7a6f11bd.system.entry.js} +2 -2
  326. package/dist/pine-core/{p-c292e5da.system.entry.js → p-7d7dce2c.system.entry.js} +2 -2
  327. package/dist/pine-core/{p-137b3289.system.entry.js → p-7da176b4.system.entry.js} +2 -2
  328. package/dist/pine-core/{p-9eccf7b9.entry.js → p-88dd25dd.entry.js} +2 -2
  329. package/dist/pine-core/p-8KFA3I5T.system.js.map +1 -0
  330. package/dist/pine-core/{p-757c7b80.entry.js → p-8e40c9ef.entry.js} +2 -2
  331. package/dist/pine-core/{p-rcUX-rt5.system.js.map → p-8tpU1leU.system.js.map} +1 -1
  332. package/dist/pine-core/p-94a9ff2a.system.entry.js +2 -0
  333. package/dist/pine-core/{p-ccab748a.entry.js → p-957647f9.entry.js} +2 -2
  334. package/dist/pine-core/{p-02f48157.system.entry.js → p-9606f567.system.entry.js} +2 -2
  335. package/dist/pine-core/{p-475bb340.entry.js → p-9660a2c2.entry.js} +2 -2
  336. package/dist/pine-core/{p-3f0a6a75.system.entry.js → p-9ba4acdf.system.entry.js} +2 -2
  337. package/dist/pine-core/{p-7dd74fe2.system.entry.js → p-9d9a5ca8.system.entry.js} +2 -2
  338. package/dist/pine-core/{p-LM0mZTib.system.js.map → p-9eQIEVii.system.js.map} +1 -1
  339. package/dist/pine-core/{p-htODgUCV.system.js.map → p-B036z4h-.system.js.map} +1 -1
  340. package/dist/pine-core/{p-B8OHXU49.system.js.map → p-BASnRvhy.system.js.map} +1 -1
  341. package/dist/pine-core/{p-4EbKXnVN.system.js.map → p-BK1BTkTt.system.js.map} +1 -1
  342. package/dist/pine-core/{p-CI7DD4Gj.system.js.map → p-BR9M75xt.system.js.map} +1 -1
  343. package/dist/pine-core/{p-bs74TBAh.system.js.map → p-BRn0ywk1.system.js.map} +1 -1
  344. package/dist/pine-core/{p-bkQbPz-z.system.js.map → p-Be8OBmYb.system.js.map} +1 -1
  345. package/dist/pine-core/p-BpZTjdau.system.js.map +1 -0
  346. package/dist/pine-core/{p-BJtTt670.system.js.map → p-BqkabXR7.system.js.map} +1 -1
  347. package/dist/pine-core/{p-DFXWnbHE.system.js.map → p-BssHFst4.system.js.map} +1 -1
  348. package/dist/pine-core/{p-CP48ADFM.system.js → p-BxVkyfaO.system.js} +1 -1
  349. package/dist/pine-core/p-BxVkyfaO.system.js.map +1 -0
  350. package/dist/pine-core/{p-BTe59phF.system.js.map → p-CE8RZXT8.system.js.map} +1 -1
  351. package/dist/pine-core/{p-Cun139qe.system.js.map → p-CJ4Gf3Nx.system.js.map} +1 -1
  352. package/dist/pine-core/{p-Ct9csNdF.system.js.map → p-CUv9KdhN.system.js.map} +1 -1
  353. package/dist/pine-core/p-CWPG1B5Z.system.js.map +1 -0
  354. package/dist/pine-core/{p-C48G0LPH.system.js.map → p-CcDv1OdF.system.js.map} +1 -1
  355. package/dist/pine-core/{p-BHjZufAO.system.js.map → p-CjQwwLdV.system.js.map} +1 -1
  356. package/dist/pine-core/{p-BA95hFrH.system.js.map → p-ClY6yIBF.system.js.map} +1 -1
  357. package/dist/pine-core/{p-Bn36FPag.system.js.map → p-D-iLwshJ.system.js.map} +1 -1
  358. package/dist/pine-core/{p-DkNlmqjM.system.js.map → p-D02u2D7r.system.js.map} +1 -1
  359. package/dist/pine-core/{p-DY8eSueV.js → p-D094LgxJ.js} +1 -1
  360. package/dist/pine-core/p-D094LgxJ.js.map +1 -0
  361. package/dist/pine-core/{p-CR01VmO6.system.js.map → p-D3Ug1A-l.system.js.map} +1 -1
  362. package/dist/pine-core/{p-j0609tLE.system.js.map → p-DFWnxG_e.system.js.map} +1 -1
  363. package/dist/pine-core/{p-DbNPEZgc.system.js.map → p-DFY2-W9M.system.js.map} +1 -1
  364. package/dist/pine-core/{p-5L_gsODn.system.js.map → p-DKT0sVlZ.system.js.map} +1 -1
  365. package/dist/pine-core/{p-Cn_QqTXg.system.js.map → p-DXoBK65z.system.js.map} +1 -1
  366. package/dist/pine-core/{p-Civ2VHC7.system.js.map → p-DY97YDUU.system.js.map} +1 -1
  367. package/dist/pine-core/{p-ClPf_JF1.system.js.map → p-DZt6ah_A.system.js.map} +1 -1
  368. package/dist/pine-core/{p-eUcBQ_fh.system.js.map → p-De6wHGVf.system.js.map} +1 -1
  369. package/dist/pine-core/p-DgtQU13G.system.js.map +1 -0
  370. package/dist/pine-core/{p-CpyTw2IQ.system.js.map → p-DmWm26A6.system.js.map} +1 -1
  371. package/dist/pine-core/{p-Lk6DnEPT.system.js.map → p-DwXA2Glx.system.js.map} +1 -1
  372. package/dist/pine-core/{p-CP2nsJcg.system.js.map → p-GH_AtkdO.system.js.map} +1 -1
  373. package/dist/pine-core/p-JAVnELnm.system.js +1 -1
  374. package/dist/pine-core/{p-CSLo9qKS.system.js.map → p-P65hM6YU.system.js.map} +1 -1
  375. package/dist/pine-core/{p-DwQewDCV.system.js.map → p-PZw10cnm.system.js.map} +1 -1
  376. package/dist/pine-core/{p-CmquVvkz.system.js.map → p-Ri89mw0-.system.js.map} +1 -1
  377. package/dist/pine-core/{p-8f2a5a4c.system.entry.js → p-a24c75c2.system.entry.js} +2 -2
  378. package/dist/pine-core/{p-5040a872.entry.js → p-ad8fe96c.entry.js} +2 -2
  379. package/dist/pine-core/p-ae359dc7.system.entry.js +2 -0
  380. package/dist/pine-core/p-ae359dc7.system.entry.js.map +1 -0
  381. package/dist/pine-core/p-af5bf21d.entry.js +2 -0
  382. package/dist/pine-core/{p-325b3b0d.system.entry.js → p-b09bde5c.system.entry.js} +2 -2
  383. package/dist/pine-core/{p-7b5c8248.system.entry.js → p-b3ee3c4c.system.entry.js} +2 -2
  384. package/dist/pine-core/{p-cac3128b.system.entry.js → p-b46f66e8.system.entry.js} +2 -2
  385. package/dist/pine-core/p-b46f66e8.system.entry.js.map +1 -0
  386. package/dist/pine-core/{p-4d85945b.system.entry.js → p-b6ede995.system.entry.js} +2 -2
  387. package/dist/pine-core/p-ba195382.system.entry.js +2 -0
  388. package/dist/pine-core/{p-205ec2ac.system.entry.js → p-bc4b1749.system.entry.js} +2 -2
  389. package/dist/pine-core/{p-70aa35fc.system.entry.js → p-bce9f17d.system.entry.js} +2 -2
  390. package/dist/pine-core/{p-ac240034.system.entry.js → p-bd18b9bf.system.entry.js} +2 -2
  391. package/dist/pine-core/p-bd2329cd.entry.js +2 -0
  392. package/dist/pine-core/p-bf712423.entry.js +2 -0
  393. package/dist/pine-core/{p-9f0f1389.entry.js.map → p-bf712423.entry.js.map} +1 -1
  394. package/dist/pine-core/{p-154a32f4.entry.js → p-bfac5114.entry.js} +2 -2
  395. package/dist/pine-core/{p-4f1cRPxE.system.js.map → p-bw-OZgCg.system.js.map} +1 -1
  396. package/dist/pine-core/{p-bc85016b.entry.js → p-c73ef42b.entry.js} +2 -2
  397. package/dist/pine-core/p-c91fd600.entry.js +2 -0
  398. package/dist/pine-core/{p-f47d6724.entry.js → p-caff29fb.entry.js} +2 -2
  399. package/dist/pine-core/{p-8fdb10c4.system.entry.js → p-cb8c24ad.system.entry.js} +2 -2
  400. package/dist/pine-core/{p-8c0fc8ff.entry.js → p-ccdee55a.entry.js} +2 -2
  401. package/dist/pine-core/{p-ab3b6e0c.entry.js → p-d0366fba.entry.js} +2 -2
  402. package/dist/pine-core/{p-6be19a23.system.entry.js → p-d0504aa8.system.entry.js} +2 -2
  403. package/dist/pine-core/{p-8b201c9a.system.entry.js → p-d2b2caa2.system.entry.js} +2 -2
  404. package/dist/pine-core/p-d6139188.system.entry.js +2 -0
  405. package/dist/pine-core/p-d62a5444.system.entry.js +2 -0
  406. package/dist/pine-core/{p-daa36570.system.entry.js → p-d83d6fce.system.entry.js} +2 -2
  407. package/dist/pine-core/{p-6dcd7876.system.entry.js → p-d8d796ad.system.entry.js} +2 -2
  408. package/dist/pine-core/{p-9b3794cd.entry.js → p-e1815c34.entry.js} +2 -2
  409. package/dist/pine-core/{p-811e510d.system.entry.js → p-e9eb3fc3.system.entry.js} +2 -2
  410. package/dist/pine-core/p-eT6pKhWF.system.js.map +1 -0
  411. package/dist/pine-core/{p-d9693048.entry.js → p-ea8aba18.entry.js} +2 -2
  412. package/dist/pine-core/{p-6e862168.system.entry.js → p-ef56bc80.system.entry.js} +2 -2
  413. package/dist/pine-core/p-ef56bc80.system.entry.js.map +1 -0
  414. package/dist/pine-core/{p-51114c2b.system.entry.js → p-f00f70bf.system.entry.js} +2 -2
  415. package/dist/pine-core/{p-2fe330d0.system.entry.js → p-f0df10c7.system.entry.js} +2 -2
  416. package/dist/pine-core/p-f0df10c7.system.entry.js.map +1 -0
  417. package/dist/pine-core/{p-932283cf.system.entry.js → p-fce519e3.system.entry.js} +2 -2
  418. package/dist/pine-core/{p-0sPVsRFU.system.js.map → p-g2zH2UyI.system.js.map} +1 -1
  419. package/dist/pine-core/p-h_fnwqV_.system.js.map +1 -0
  420. package/dist/pine-core/{p-ztsUkqit.system.js.map → p-igLtCO20.system.js.map} +1 -1
  421. package/dist/pine-core/{p-CboCokff.system.js.map → p-kYQszSpu.system.js.map} +1 -1
  422. package/dist/pine-core/{p-BCKPcTKX.system.js.map → p-ljGHaVPv.system.js.map} +1 -1
  423. package/dist/pine-core/{p-CijIWK3K.system.js.map → p-sgZDP7ET.system.js.map} +1 -1
  424. package/dist/pine-core/pds-chip.entry.esm.js.map +1 -1
  425. package/dist/pine-core/pds-combobox.entry.esm.js.map +1 -1
  426. package/dist/pine-core/pds-dropdown-menu-item.entry.esm.js.map +1 -1
  427. package/dist/pine-core/pds-link.entry.esm.js.map +1 -1
  428. package/dist/pine-core/pds-multiselect.entry.esm.js.map +1 -1
  429. package/dist/pine-core/pds-table-cell.entry.esm.js.map +1 -1
  430. package/dist/pine-core/pine-core.esm.js +1 -1
  431. package/dist/types/components/pds-chip/pds-chip.d.ts +18 -0
  432. package/dist/types/components/pds-combobox/combobox-interface.d.ts +23 -0
  433. package/dist/types/components/pds-combobox/pds-combobox.d.ts +64 -0
  434. package/dist/types/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.d.ts +13 -0
  435. package/dist/types/components/pds-link/pds-link.d.ts +8 -0
  436. package/dist/types/components/pds-multiselect/multiselect-interface.d.ts +10 -0
  437. package/dist/types/components/pds-multiselect/pds-multiselect.d.ts +16 -1
  438. package/dist/types/components.d.ts +159 -2
  439. package/hydrate/index.js +491 -81
  440. package/hydrate/index.mjs +491 -81
  441. package/package.json +2 -2
  442. package/dist/cjs/index-BA--jsiy.js.map +0 -1
  443. package/dist/esm/index-DY8eSueV.js.map +0 -1
  444. package/dist/esm-es5/index-DY8eSueV.js.map +0 -1
  445. package/dist/pine-core/p-10dbe3e2.entry.js +0 -2
  446. package/dist/pine-core/p-10dbe3e2.entry.js.map +0 -1
  447. package/dist/pine-core/p-10e0be55.entry.js +0 -2
  448. package/dist/pine-core/p-12360e47.entry.js.map +0 -1
  449. package/dist/pine-core/p-1fa303af.entry.js +0 -2
  450. package/dist/pine-core/p-2fe330d0.system.entry.js.map +0 -1
  451. package/dist/pine-core/p-30ea3668.system.entry.js +0 -2
  452. package/dist/pine-core/p-3c04c17e.system.entry.js +0 -2
  453. package/dist/pine-core/p-3c04c17e.system.entry.js.map +0 -1
  454. package/dist/pine-core/p-4alPHnzl.system.js.map +0 -1
  455. package/dist/pine-core/p-5e92aa34.system.entry.js +0 -2
  456. package/dist/pine-core/p-622f1342.system.entry.js +0 -4
  457. package/dist/pine-core/p-622f1342.system.entry.js.map +0 -1
  458. package/dist/pine-core/p-6e862168.system.entry.js.map +0 -1
  459. package/dist/pine-core/p-78ee2e08.system.entry.js +0 -2
  460. package/dist/pine-core/p-8c000d7c.entry.js +0 -2
  461. package/dist/pine-core/p-8eb1c168.entry.js +0 -2
  462. package/dist/pine-core/p-9c928c44.entry.js +0 -2
  463. package/dist/pine-core/p-9f0f1389.entry.js +0 -2
  464. package/dist/pine-core/p-B0Otb6kF.system.js.map +0 -1
  465. package/dist/pine-core/p-BSRmAvMC.system.js.map +0 -1
  466. package/dist/pine-core/p-CG5jdxoZ.system.js.map +0 -1
  467. package/dist/pine-core/p-CP48ADFM.system.js.map +0 -1
  468. package/dist/pine-core/p-DY8eSueV.js.map +0 -1
  469. package/dist/pine-core/p-DieNsvcz.system.js.map +0 -1
  470. package/dist/pine-core/p-a11c3642.system.entry.js +0 -2
  471. package/dist/pine-core/p-aPfTGFhq.system.js.map +0 -1
  472. package/dist/pine-core/p-ac186cd4.system.entry.js +0 -2
  473. package/dist/pine-core/p-b41465b8.entry.js +0 -3
  474. package/dist/pine-core/p-b41465b8.entry.js.map +0 -1
  475. package/dist/pine-core/p-bff9fb8e.entry.js +0 -2
  476. package/dist/pine-core/p-bff9fb8e.entry.js.map +0 -1
  477. package/dist/pine-core/p-cac3128b.system.entry.js.map +0 -1
  478. package/dist/pine-core/p-d41112ad.entry.js.map +0 -1
  479. package/dist/pine-core/p-e0f21c22.entry.js +0 -2
  480. package/dist/pine-core/p-eb026745.entry.js +0 -2
  481. package/dist/pine-core/p-fa21e054.system.entry.js +0 -2
  482. package/dist/vscode.html-data.json +0 -10178
  483. /package/dist/pine-core/{p-d6302edd.entry.js.map → p-003884fd.entry.js.map} +0 -0
  484. /package/dist/pine-core/{p-9e7cd072.system.entry.js.map → p-0270ebee.system.entry.js.map} +0 -0
  485. /package/dist/pine-core/{p-063afa19.system.entry.js.map → p-09ff71ad.system.entry.js.map} +0 -0
  486. /package/dist/pine-core/{p-c68bceb1.entry.js.map → p-0ac54273.entry.js.map} +0 -0
  487. /package/dist/pine-core/{p-ac56273a.system.entry.js.map → p-0c2f13c3.system.entry.js.map} +0 -0
  488. /package/dist/pine-core/{p-c7c00a27.entry.js.map → p-119ccf73.entry.js.map} +0 -0
  489. /package/dist/pine-core/{p-87eb8d4b.system.entry.js.map → p-13105538.system.entry.js.map} +0 -0
  490. /package/dist/pine-core/{p-c24d11c7.entry.js.map → p-1951d49e.entry.js.map} +0 -0
  491. /package/dist/pine-core/{p-6d2da3ca.system.entry.js.map → p-1e77124d.system.entry.js.map} +0 -0
  492. /package/dist/pine-core/{p-f69d3fd6.entry.js.map → p-220cbe98.entry.js.map} +0 -0
  493. /package/dist/pine-core/{p-9d6b6ff3.system.entry.js.map → p-226e45be.system.entry.js.map} +0 -0
  494. /package/dist/pine-core/{p-90615423.system.entry.js.map → p-2883cb69.system.entry.js.map} +0 -0
  495. /package/dist/pine-core/{p-31168da5.entry.js.map → p-2d21bc31.entry.js.map} +0 -0
  496. /package/dist/pine-core/{p-10e0be55.entry.js.map → p-31bfac45.entry.js.map} +0 -0
  497. /package/dist/pine-core/{p-a3cdff85.entry.js.map → p-35e91ecb.entry.js.map} +0 -0
  498. /package/dist/pine-core/{p-2537aacb.entry.js.map → p-3815f565.entry.js.map} +0 -0
  499. /package/dist/pine-core/{p-a99e8caf.entry.js.map → p-396d4b63.entry.js.map} +0 -0
  500. /package/dist/pine-core/{p-9bb6cc3d.entry.js.map → p-3b0a4abe.entry.js.map} +0 -0
  501. /package/dist/pine-core/{p-5b9110fe.entry.js.map → p-3cd53462.entry.js.map} +0 -0
  502. /package/dist/pine-core/{p-a5b24b1d.system.entry.js.map → p-3e45826f.system.entry.js.map} +0 -0
  503. /package/dist/pine-core/{p-5b3ac18e.system.entry.js.map → p-4a42e114.system.entry.js.map} +0 -0
  504. /package/dist/pine-core/{p-1fa303af.entry.js.map → p-4c82bff5.entry.js.map} +0 -0
  505. /package/dist/pine-core/{p-a07b8e45.system.entry.js.map → p-4e24be57.system.entry.js.map} +0 -0
  506. /package/dist/pine-core/{p-8eb1c168.entry.js.map → p-50a439b5.entry.js.map} +0 -0
  507. /package/dist/pine-core/{p-3440138d.entry.js.map → p-5162baee.entry.js.map} +0 -0
  508. /package/dist/pine-core/{p-426e90cb.entry.js.map → p-51d2999d.entry.js.map} +0 -0
  509. /package/dist/pine-core/{p-ba623ced.entry.js.map → p-563b640d.entry.js.map} +0 -0
  510. /package/dist/pine-core/{p-d1313dd6.system.entry.js.map → p-599a5903.system.entry.js.map} +0 -0
  511. /package/dist/pine-core/{p-5f2865df.entry.js.map → p-5ef5f6b3.entry.js.map} +0 -0
  512. /package/dist/pine-core/{p-4c23c75b.system.entry.js.map → p-63a669c9.system.entry.js.map} +0 -0
  513. /package/dist/pine-core/{p-78ee2e08.system.entry.js.map → p-65d0032c.system.entry.js.map} +0 -0
  514. /package/dist/pine-core/{p-2f6f60d9.entry.js.map → p-68f97bdf.entry.js.map} +0 -0
  515. /package/dist/pine-core/{p-e6dc2297.entry.js.map → p-694cfe69.entry.js.map} +0 -0
  516. /package/dist/pine-core/{p-bddc9c5a.entry.js.map → p-6c25dfc3.entry.js.map} +0 -0
  517. /package/dist/pine-core/{p-9ada659b.entry.js.map → p-6cbad264.entry.js.map} +0 -0
  518. /package/dist/pine-core/{p-4d9eee67.system.entry.js.map → p-72ca815d.system.entry.js.map} +0 -0
  519. /package/dist/pine-core/{p-63269b89.entry.js.map → p-766e52a3.entry.js.map} +0 -0
  520. /package/dist/pine-core/{p-e8cf15d7.system.entry.js.map → p-7a6f11bd.system.entry.js.map} +0 -0
  521. /package/dist/pine-core/{p-c292e5da.system.entry.js.map → p-7d7dce2c.system.entry.js.map} +0 -0
  522. /package/dist/pine-core/{p-137b3289.system.entry.js.map → p-7da176b4.system.entry.js.map} +0 -0
  523. /package/dist/pine-core/{p-9eccf7b9.entry.js.map → p-88dd25dd.entry.js.map} +0 -0
  524. /package/dist/pine-core/{p-757c7b80.entry.js.map → p-8e40c9ef.entry.js.map} +0 -0
  525. /package/dist/pine-core/{p-a11c3642.system.entry.js.map → p-94a9ff2a.system.entry.js.map} +0 -0
  526. /package/dist/pine-core/{p-ccab748a.entry.js.map → p-957647f9.entry.js.map} +0 -0
  527. /package/dist/pine-core/{p-02f48157.system.entry.js.map → p-9606f567.system.entry.js.map} +0 -0
  528. /package/dist/pine-core/{p-475bb340.entry.js.map → p-9660a2c2.entry.js.map} +0 -0
  529. /package/dist/pine-core/{p-3f0a6a75.system.entry.js.map → p-9ba4acdf.system.entry.js.map} +0 -0
  530. /package/dist/pine-core/{p-7dd74fe2.system.entry.js.map → p-9d9a5ca8.system.entry.js.map} +0 -0
  531. /package/dist/pine-core/{p-8f2a5a4c.system.entry.js.map → p-a24c75c2.system.entry.js.map} +0 -0
  532. /package/dist/pine-core/{p-5040a872.entry.js.map → p-ad8fe96c.entry.js.map} +0 -0
  533. /package/dist/pine-core/{p-e0f21c22.entry.js.map → p-af5bf21d.entry.js.map} +0 -0
  534. /package/dist/pine-core/{p-325b3b0d.system.entry.js.map → p-b09bde5c.system.entry.js.map} +0 -0
  535. /package/dist/pine-core/{p-7b5c8248.system.entry.js.map → p-b3ee3c4c.system.entry.js.map} +0 -0
  536. /package/dist/pine-core/{p-4d85945b.system.entry.js.map → p-b6ede995.system.entry.js.map} +0 -0
  537. /package/dist/pine-core/{p-ac186cd4.system.entry.js.map → p-ba195382.system.entry.js.map} +0 -0
  538. /package/dist/pine-core/{p-205ec2ac.system.entry.js.map → p-bc4b1749.system.entry.js.map} +0 -0
  539. /package/dist/pine-core/{p-70aa35fc.system.entry.js.map → p-bce9f17d.system.entry.js.map} +0 -0
  540. /package/dist/pine-core/{p-ac240034.system.entry.js.map → p-bd18b9bf.system.entry.js.map} +0 -0
  541. /package/dist/pine-core/{p-8c000d7c.entry.js.map → p-bd2329cd.entry.js.map} +0 -0
  542. /package/dist/pine-core/{p-154a32f4.entry.js.map → p-bfac5114.entry.js.map} +0 -0
  543. /package/dist/pine-core/{p-bc85016b.entry.js.map → p-c73ef42b.entry.js.map} +0 -0
  544. /package/dist/pine-core/{p-eb026745.entry.js.map → p-c91fd600.entry.js.map} +0 -0
  545. /package/dist/pine-core/{p-f47d6724.entry.js.map → p-caff29fb.entry.js.map} +0 -0
  546. /package/dist/pine-core/{p-8fdb10c4.system.entry.js.map → p-cb8c24ad.system.entry.js.map} +0 -0
  547. /package/dist/pine-core/{p-8c0fc8ff.entry.js.map → p-ccdee55a.entry.js.map} +0 -0
  548. /package/dist/pine-core/{p-ab3b6e0c.entry.js.map → p-d0366fba.entry.js.map} +0 -0
  549. /package/dist/pine-core/{p-6be19a23.system.entry.js.map → p-d0504aa8.system.entry.js.map} +0 -0
  550. /package/dist/pine-core/{p-8b201c9a.system.entry.js.map → p-d2b2caa2.system.entry.js.map} +0 -0
  551. /package/dist/pine-core/{p-fa21e054.system.entry.js.map → p-d6139188.system.entry.js.map} +0 -0
  552. /package/dist/pine-core/{p-30ea3668.system.entry.js.map → p-d62a5444.system.entry.js.map} +0 -0
  553. /package/dist/pine-core/{p-daa36570.system.entry.js.map → p-d83d6fce.system.entry.js.map} +0 -0
  554. /package/dist/pine-core/{p-6dcd7876.system.entry.js.map → p-d8d796ad.system.entry.js.map} +0 -0
  555. /package/dist/pine-core/{p-9b3794cd.entry.js.map → p-e1815c34.entry.js.map} +0 -0
  556. /package/dist/pine-core/{p-811e510d.system.entry.js.map → p-e9eb3fc3.system.entry.js.map} +0 -0
  557. /package/dist/pine-core/{p-d9693048.entry.js.map → p-ea8aba18.entry.js.map} +0 -0
  558. /package/dist/pine-core/{p-51114c2b.system.entry.js.map → p-f00f70bf.system.entry.js.map} +0 -0
  559. /package/dist/pine-core/{p-932283cf.system.entry.js.map → p-fce519e3.system.entry.js.map} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"pds-dropdown-menu-item.js","sourceRoot":"","sources":["../../../../../src/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Element, Event, EventEmitter, h, Host, Method, Prop, State } from '@stencil/core';\nimport type { BasePdsProps } from '@utils/interfaces';\n\n@Component({\n tag: 'pds-dropdown-menu-item',\n styleUrl: 'pds-dropdown-menu-item.scss',\n shadow: true,\n})\nexport class PdsDropdownMenuItem implements BasePdsProps {\n @Element() host: HTMLPdsDropdownMenuItemElement;\n\n /**\n * A unique identifier used for the underlying component `id` attribute.\n */\n @Prop() componentId: string;\n\n /**\n * It determines whether or not the dropdown-item is destructive.\n * @defaultValue false\n */\n @Prop() destructive: boolean = false;\n\n /**\n * It determines whether or not the dropdown-item is disabled.\n * @defaultValue false\n */\n @Prop() disabled: boolean = false;\n\n\n /**\n * If provided, renders the dropdown-item as an anchor (`<a>`) element instead of a button.\n */\n @Prop() href: string | undefined;\n\n /**\n * Emitted when the dropdown-item is clicked.\n *\n */\n @Event() pdsClick: EventEmitter<{itemIndex: number, item: HTMLPdsDropdownMenuItemElement, content: string}>;\n\n /**\n * Trigger the click event\n */\n @Method()\n async clickItem() {\n this.handleClick();\n };\n\n\n private handleClick() {\n // Filter only pds-dropdown-menu-item elements and find the index of the current item\n const menuItems = Array.from(this.host.parentNode.children).filter(\n (child) => child.tagName.toLowerCase() === 'pds-dropdown-menu-item'\n );\n const itemIndex = menuItems.indexOf(this.host);\n\n // Get the text content from the slotted content\n const content = this.host.textContent?.trim() || '';\n\n this.pdsClick.emit({\n itemIndex,\n item: this.host,\n content\n });\n }\n\n @State() hasFocus: boolean = false;\n\n private handleFocus = () => {\n this.hasFocus = true;\n }\n\n private handleBlur = () => {\n this.hasFocus = false;\n }\n\n private renderElement() {\n if (this.href !== undefined) {\n return (\n <pds-link\n href={this.disabled ? null : this.href}\n class={{\n 'pds-dropdown-menu-item__content': true,\n 'has-focus': this.hasFocus\n }}\n tabIndex={this.disabled ? -1 : 0}\n onKeyDown={this.handleKeyDown}\n onFocus={this.handleFocus}\n onBlur={this.handleBlur}\n aria-disabled={this.disabled ? 'true' : null}\n >\n <slot></slot>\n </pds-link>\n );\n }\n\n return (\n <button\n class={{\n 'pds-dropdown-menu-item__content': true,\n 'has-focus': this.hasFocus\n }}\n tabIndex={this.disabled ? -1 : 0}\n type=\"button\"\n onKeyDown={this.handleKeyDown}\n onFocus={this.handleFocus}\n onBlur={this.handleBlur}\n disabled={this.disabled}\n aria-disabled={this.disabled ? 'true' : null}\n >\n <slot></slot>\n </button>\n );\n }\n\n private handleKeyDown = (event: KeyboardEvent) => {\n // Handle keyboard events\n if (!this.disabled && (event.key === 'Enter')) {\n // Only prevent default for button elements or Space key\n // For links with Enter key, we want the default navigation behavior\n if (!this.href) {\n event.preventDefault();\n }\n this.handleClick();\n }\n }\n\n render() {\n return (\n <Host id={this.componentId}\n class={{ 'is-disabled': this.disabled, 'destructive': !this.disabled && this.destructive }}\n onClick={() => !this.disabled && this.handleClick()}\n role=\"none\"\n tabIndex={-1}\n aria-disabled={this.disabled ? 'true' : null}\n >\n {this.renderElement()}\n </Host>\n );\n }\n}\n"]}
1
+ {"version":3,"file":"pds-dropdown-menu-item.js","sourceRoot":"","sources":["../../../../../src/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Element, Event, EventEmitter, h, Host, Method, Prop, State } from '@stencil/core';\nimport type { BasePdsProps } from '@utils/interfaces';\n\n@Component({\n tag: 'pds-dropdown-menu-item',\n styleUrl: 'pds-dropdown-menu-item.scss',\n shadow: true,\n})\nexport class PdsDropdownMenuItem implements BasePdsProps {\n @Element() host: HTMLPdsDropdownMenuItemElement;\n\n /**\n * A unique identifier used for the underlying component `id` attribute.\n */\n @Prop() componentId: string;\n\n /**\n * It determines whether or not the dropdown-item is destructive.\n * @defaultValue false\n */\n @Prop() destructive: boolean = false;\n\n /**\n * It determines whether or not the dropdown-item is disabled.\n * @defaultValue false\n */\n @Prop() disabled: boolean = false;\n\n\n /**\n * If provided, renders the dropdown-item as an anchor (`<a>`) element instead of a button.\n */\n @Prop() href: string | undefined;\n\n /**\n * Determines whether the link should open in a new tab and display an external icon.\n * This is a simpler alternative to using `target=\"_blank\"` for the common case.\n * @defaultValue false\n */\n @Prop() external: boolean = false;\n\n /**\n * Specifies where to open the linked document when href is provided.\n * Takes precedence over the `external` prop if both are set.\n * Only applies when href is set.\n * @defaultValue undefined\n */\n @Prop() target?: '_blank' | '_self' | '_parent' | '_top';\n\n /**\n * Emitted when the dropdown-item is clicked.\n *\n */\n @Event() pdsClick: EventEmitter<{itemIndex: number, item: HTMLPdsDropdownMenuItemElement, content: string}>;\n\n /**\n * Trigger the click event\n */\n @Method()\n async clickItem() {\n this.handleClick();\n };\n\n\n private handleClick() {\n // Filter only pds-dropdown-menu-item elements and find the index of the current item\n const menuItems = Array.from(this.host.parentNode.children).filter(\n (child) => child.tagName.toLowerCase() === 'pds-dropdown-menu-item'\n );\n const itemIndex = menuItems.indexOf(this.host);\n\n // Get the text content from the slotted content\n const content = this.host.textContent?.trim() || '';\n\n this.pdsClick.emit({\n itemIndex,\n item: this.host,\n content\n });\n }\n\n @State() hasFocus: boolean = false;\n\n private handleFocus = () => {\n this.hasFocus = true;\n }\n\n private handleBlur = () => {\n this.hasFocus = false;\n }\n\n private renderElement() {\n if (this.href !== undefined) {\n return (\n <pds-link\n href={this.disabled ? null : this.href}\n external={this.external}\n target={this.target}\n class={{\n 'pds-dropdown-menu-item__content': true,\n 'has-focus': this.hasFocus\n }}\n tabIndex={this.disabled ? -1 : 0}\n onKeyDown={this.handleKeyDown}\n onFocus={this.handleFocus}\n onBlur={this.handleBlur}\n aria-disabled={this.disabled ? 'true' : null}\n >\n <slot></slot>\n </pds-link>\n );\n }\n\n return (\n <button\n class={{\n 'pds-dropdown-menu-item__content': true,\n 'has-focus': this.hasFocus\n }}\n tabIndex={this.disabled ? -1 : 0}\n type=\"button\"\n onKeyDown={this.handleKeyDown}\n onFocus={this.handleFocus}\n onBlur={this.handleBlur}\n disabled={this.disabled}\n aria-disabled={this.disabled ? 'true' : null}\n >\n <slot></slot>\n </button>\n );\n }\n\n private handleKeyDown = (event: KeyboardEvent) => {\n // Handle keyboard events\n if (!this.disabled && (event.key === 'Enter')) {\n // Only prevent default for button elements or Space key\n // For links with Enter key, we want the default navigation behavior\n if (!this.href) {\n event.preventDefault();\n }\n this.handleClick();\n }\n }\n\n render() {\n return (\n <Host id={this.componentId}\n class={{ 'is-disabled': this.disabled, 'destructive': !this.disabled && this.destructive }}\n onClick={() => !this.disabled && this.handleClick()}\n role=\"none\"\n tabIndex={-1}\n aria-disabled={this.disabled ? 'true' : null}\n >\n {this.renderElement()}\n </Host>\n );\n }\n}\n"]}
@@ -8,7 +8,7 @@ export class PdsDropdownMenuSeparator {
8
8
  this.disabled = false;
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: '1058ea61d2ad7c311ee162b909df2531f3589e4c', id: this.componentId }, h("hr", { key: 'a8c2f69ef5fba5ea4ea74553fe72544e31eafb1b' })));
11
+ return (h(Host, { key: '6b1f9e89c6b19a03780e70b92b23cfa6731b0789', id: this.componentId }, h("hr", { key: '22fa602eac4dca3750cc8f2cb3751e2cc2f124d5' })));
12
12
  }
13
13
  static get is() { return "pds-dropdown-menu-separator"; }
14
14
  static get encapsulation() { return "shadow"; }
@@ -263,7 +263,7 @@ export class PdsDropdownMenu {
263
263
  }
264
264
  }
265
265
  render() {
266
- return (h(Host, { key: '9ae650f3d8026060386ac3c3e766e7cc3c7ecc07', id: this.componentId }, h("slot", { key: '598502f3a1fc16df488fb9808f453a72e630cede', name: "trigger", onSlotchange: this.handleTriggerSlotChange }), h("pds-box", { key: '5be72ded41caad2d9a9569d0aeabf7d22cf1b44c', "border-radius": "sm", display: "flex", direction: "column", class: "pds-dropdown-menu--panel is-hidden", shadow: "100", role: "menu", "aria-orientation": "vertical", part: "menu-panel" }, h("slot", { key: '93b2d89a1e3714ac7895be71bc44583ce4cd3243', onSlotchange: this.handleSlotChange }))));
266
+ return (h(Host, { key: 'bedd78a69e84f10abb3c714c02227fa76e255a35', id: this.componentId }, h("slot", { key: 'd2bf56037a85679a677470d04865823966ca19d6', name: "trigger", onSlotchange: this.handleTriggerSlotChange }), h("pds-box", { key: '64f56896103bb6cca6c71020d3d37c375d300c40', "border-radius": "sm", display: "flex", direction: "column", class: "pds-dropdown-menu--panel is-hidden", shadow: "100", role: "menu", "aria-orientation": "vertical", part: "menu-panel" }, h("slot", { key: '0303160562f74fe9d32cc020c4539a7c8fc288a9', onSlotchange: this.handleSlotChange }))));
267
267
  }
268
268
  static get is() { return "pds-dropdown-menu"; }
269
269
  static get encapsulation() { return "shadow"; }
@@ -481,7 +481,7 @@ export class PdsFilter {
481
481
  return null;
482
482
  }
483
483
  render() {
484
- return (h(Host, { key: 'e70f7bf3612c5c8abe7445ba3a4e53391a68de9e', id: this.componentId }, h("button", { key: '2cba723795c43509762f75cb4b6607ce547f7c39', class: this.getTriggerClasses(), type: "button", popoverTarget: this.variant !== 'clear' ? `${this.componentId}-popover` : undefined, popoverTargetAction: this.variant !== 'clear' ? 'toggle' : undefined, onKeyDown: this.variant === 'clear' ? this.handleKeyDown : undefined, onClick: (event) => this.handleClick(event), part: "button", "aria-expanded": this.isOpen ? 'true' : 'false', "aria-haspopup": this.variant !== 'clear' ? 'true' : undefined, "aria-controls": this.variant !== 'clear' ? `${this.componentId}-popover` : undefined }, h("span", { key: '8244dd35cc74c6f0138be2d3495d94b97f60474f', class: "pds-filter__button-content", part: "button-content" }, this.renderIcon(), this.text && (h("span", { key: 'd97c085d1df1ca13ccaf1f26ca2dac81bdfb105a', class: "pds-filter__button-text", part: "button-text" }, this.text)), this.renderDropdownIcon())), this.variant !== 'clear' && (h("div", { key: '0b9daf4591ea20db06813ce4c39442d69af3fda1', ref: el => this.popoverEl = el, id: `${this.componentId}-popover`, class: "pds-filter__popover", popover: "auto", part: "popover" }, h("slot", { key: 'f4499fe2d5a6a169318fe65cbbc558565c8644f9' })))));
484
+ return (h(Host, { key: '23f2a8055dc95fa68f9e609ba868d7fb0d9ebe02', id: this.componentId }, h("button", { key: '001aaafe4e838b0320f1b737677849f7ab43f9c6', class: this.getTriggerClasses(), type: "button", popoverTarget: this.variant !== 'clear' ? `${this.componentId}-popover` : undefined, popoverTargetAction: this.variant !== 'clear' ? 'toggle' : undefined, onKeyDown: this.variant === 'clear' ? this.handleKeyDown : undefined, onClick: (event) => this.handleClick(event), part: "button", "aria-expanded": this.isOpen ? 'true' : 'false', "aria-haspopup": this.variant !== 'clear' ? 'true' : undefined, "aria-controls": this.variant !== 'clear' ? `${this.componentId}-popover` : undefined }, h("span", { key: 'ce57ff517a5c16a488ef1936194cf9a74c796717', class: "pds-filter__button-content", part: "button-content" }, this.renderIcon(), this.text && (h("span", { key: '0060cc3942b5244e7279bf9228272d17d7f9ae16', class: "pds-filter__button-text", part: "button-text" }, this.text)), this.renderDropdownIcon())), this.variant !== 'clear' && (h("div", { key: '449ded0baa7c3d4e021fd4225cf70c33a3823ee1', ref: el => this.popoverEl = el, id: `${this.componentId}-popover`, class: "pds-filter__popover", popover: "auto", part: "popover" }, h("slot", { key: '3b4201f9c9ec017e8be7fdbeaeceeb92548cb489' })))));
485
485
  }
486
486
  static get is() { return "pds-filter"; }
487
487
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ import { Host, h } from "@stencil/core";
4
4
  */
5
5
  export class PdsFilters {
6
6
  render() {
7
- return (h(Host, { key: '7007a635d3866781dfd67bd2d3b2dab46d36cffc', id: this.componentId }, h("div", { key: 'e6eb4c76bfb39050aaa01ad297df995de7df484b', class: "pds-filters" }, h("slot", { key: '543c83c7422b3e1e9a2446618fe8119d76478df4' }))));
7
+ return (h(Host, { key: 'fdd0275d0b34944d423bd88f8c9b25dfa1f9da77', id: this.componentId }, h("div", { key: 'd60ce50c5951187a1e4f1c0632c8eb62dd6bc2eb', class: "pds-filters" }, h("slot", { key: 'bd233afd707070df3dbae5d774a92a8e99d5c672' }))));
8
8
  }
9
9
  static get is() { return "pds-filters"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -15,9 +15,9 @@ export class PdsImage {
15
15
  this.loading = 'eager';
16
16
  }
17
17
  render() {
18
- return (h(Host, { key: 'fa205f03d5c378d27a66cbfd520ae2bc7ab9e9df', class: {
18
+ return (h(Host, { key: '29d9305557c4deec8bde9ff6a13d18054f49b2df', class: {
19
19
  'pds-image': true,
20
- }, id: this.componentId }, h("img", { key: '8d03dddf6e924ef8aebea2bf34a32e326bee329a', alt: this.alt, height: this.height, loading: this.loading, sizes: this.sizes, src: this.src, srcset: this.srcset, width: this.width })));
20
+ }, id: this.componentId }, h("img", { key: 'a09337659118e56d1ee4668cd3c33b21573d8945', alt: this.alt, height: this.height, loading: this.loading, sizes: this.sizes, src: this.src, srcset: this.srcset, width: this.width })));
21
21
  }
22
22
  static get is() { return "pds-image"; }
23
23
  static get encapsulation() { return "shadow"; }
@@ -257,7 +257,7 @@ export class PdsInput {
257
257
  'has-prepend': this.hasPrepend,
258
258
  'has-append': this.hasAppend,
259
259
  };
260
- return (h(Host, { key: '03943f9ccb2b64d59e4df0276f9e04a9ea146aa1', "aria-disabled": this.disabled ? 'true' : null, "aria-readonly": this.readonly ? 'true' : null, "has-prefix": this.hasPrefix ? 'true' : null, "has-suffix": this.hasSuffix ? 'true' : null, "has-prepend": this.hasPrepend ? 'true' : null, "has-append": this.hasAppend ? 'true' : null, "has-action": this.hasAction && !this.hideLabel ? 'true' : null, "full-width": this.fullWidth ? 'true' : null }, h("div", { key: '3cc83e0ef17d4ae0278e30490ab4b2dbe0270209', class: "pds-input" }, label && (h("div", { key: '5039b16a1ff68999f30014e259c40432ca7d1826', class: "pds-input__label-wrapper" }, h("label", { key: '73d8511c3ac1b854a5052b4dbe2a65a14afe877e', htmlFor: componentId, class: "pds-input__label" }, h("span", { key: 'f3b60b76cd9aae40d2195c92ffeb72192b1dac46', class: this.hideLabel ? 'visually-hidden' : '' }, label, this.required && h("span", { key: '0744302392c40e03bb58fc818420e1d9658767c7', class: "pds-input__required-indicator" }, " *"))), !this.hideLabel && this.renderAction())), h("div", { key: 'be0603300822d81b264fa03f280b1b3a3b1942a5', class: inputWrapperClasses }, this.renderPrepend(), this.renderPrefix(), h("input", Object.assign({ key: '7a4efcc16452dbd236fa9f226b4283b138ea811a', ref: (input) => (this.nativeInput = input), class: "pds-input__field", "aria-describedby": assignDescription(componentId, invalid, helperMessage), "aria-invalid": invalid ? "true" : undefined, autocomplete: this.autocomplete, disabled: disabled, id: componentId, max: this.max, maxlength: this.maxlength, min: this.min, minlength: this.minlength, name: this.name, pattern: this.pattern, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, step: this.step, type: this.type, value: value, onInput: this.onInputEvent, onChange: this.onChangeEvent, onBlur: this.onBlurEvent, onFocus: this.onFocusEvent, onKeyDown: this.onKeyDownEvent, onCompositionstart: this.onCompositionStart, onCompositionend: this.onCompositionEnd }, this.inheritedAttributes)), this.renderSuffix(), this.renderAppend()), helperMessage && (h("p", { key: '048ced195153312a2a1b969f6095165b82fd1cb4', class: "pds-input__helper-message", id: messageId(componentId, 'helper') }, helperMessage)), errorMessage && (h("p", { key: 'c61329eb7723cf146dcbefca3bd094582a6b73a6', class: "pds-input__error-message", id: messageId(componentId, 'error') }, h("pds-icon", { key: '1ec4eebc73447e786a7db412937a06452c759635', icon: danger, size: "small" }), errorMessage)))));
260
+ return (h(Host, { key: 'ff25f2310e8d1755534fe3f27b391447d6014f76', "aria-disabled": this.disabled ? 'true' : null, "aria-readonly": this.readonly ? 'true' : null, "has-prefix": this.hasPrefix ? 'true' : null, "has-suffix": this.hasSuffix ? 'true' : null, "has-prepend": this.hasPrepend ? 'true' : null, "has-append": this.hasAppend ? 'true' : null, "has-action": this.hasAction && !this.hideLabel ? 'true' : null, "full-width": this.fullWidth ? 'true' : null }, h("div", { key: 'e337c4a828eb7641a41caffec2508fa9b12a2eeb', class: "pds-input" }, label && (h("div", { key: '8df0800a08156e1755ae7460ad7ddd51a1301f27', class: "pds-input__label-wrapper" }, h("label", { key: 'ed2978d0c9b841bfa8f929ab7072461b231ab5b2', htmlFor: componentId, class: "pds-input__label" }, h("span", { key: '23ab3abd0ecff326110cbde065d3a3cb733ec832', class: this.hideLabel ? 'visually-hidden' : '' }, label, this.required && h("span", { key: '1bdafb028b48e37c9999db0c8f2d1718f8566e05', class: "pds-input__required-indicator" }, " *"))), !this.hideLabel && this.renderAction())), h("div", { key: 'e06ba19e8d40271345e27f791efb79817cc723f7', class: inputWrapperClasses }, this.renderPrepend(), this.renderPrefix(), h("input", Object.assign({ key: 'd7a2d70a03130a431b527f5bf75888d1db55bd5e', ref: (input) => (this.nativeInput = input), class: "pds-input__field", "aria-describedby": assignDescription(componentId, invalid, helperMessage), "aria-invalid": invalid ? "true" : undefined, autocomplete: this.autocomplete, disabled: disabled, id: componentId, max: this.max, maxlength: this.maxlength, min: this.min, minlength: this.minlength, name: this.name, pattern: this.pattern, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, step: this.step, type: this.type, value: value, onInput: this.onInputEvent, onChange: this.onChangeEvent, onBlur: this.onBlurEvent, onFocus: this.onFocusEvent, onKeyDown: this.onKeyDownEvent, onCompositionstart: this.onCompositionStart, onCompositionend: this.onCompositionEnd }, this.inheritedAttributes)), this.renderSuffix(), this.renderAppend()), helperMessage && (h("p", { key: 'd0f58791f013578fc34f36711a95b4f2e655bcda', class: "pds-input__helper-message", id: messageId(componentId, 'helper') }, helperMessage)), errorMessage && (h("p", { key: 'b511338e9c05cfb4c9363a9227c8e208b9f645e1', class: "pds-input__error-message", id: messageId(componentId, 'error') }, h("pds-icon", { key: '4eaaf16d77e23486aad12369919cd4e03768ff3a', icon: danger, size: "small" }), errorMessage)))));
261
261
  }
262
262
  static get is() { return "pds-input"; }
263
263
  static get encapsulation() { return "shadow"; }
@@ -10,6 +10,7 @@ export class PdsLink {
10
10
  /**
11
11
  * Determines whether the link should open in a new tab.
12
12
  * @defaultValue false
13
+ * @deprecated Consider using the `target` prop for more control. This prop will be maintained for backward compatibility.
13
14
  */
14
15
  this.external = false;
15
16
  /**
@@ -45,8 +46,11 @@ export class PdsLink {
45
46
  return linkStyles;
46
47
  }
47
48
  render() {
48
- return (h("a", { key: '41fb1adaf85b50054f6ea67e96a36d221a00a5b7', class: this.classNames(), href: this.href, id: this.componentId, part: "link", target: this.external ? '_blank' : undefined, style: this.setLinkStyles() }, h("slot", { key: '189205c07159e481e26d74db98b34e1d37edd8b5' }, this.href), this.external &&
49
- h("pds-icon", { key: '19fc60fe515fa53b22ad770c5d8f52ef42d16fd5', icon: launch, size: this.fontSize })));
49
+ const targetValue = this.target || (this.external ? '_blank' : undefined);
50
+ const showExternalIcon = this.external;
51
+ const relValue = targetValue === '_blank' ? 'noopener noreferrer' : undefined;
52
+ return (h("a", { key: '8c8c1f148aa53b20d232d9ad94d58333aa66553b', class: this.classNames(), href: this.href, id: this.componentId, part: "link", target: targetValue, rel: relValue, style: this.setLinkStyles() }, h("slot", { key: '9a803b0086b0c665f62ff9702d6a5c41c868c874' }, this.href), showExternalIcon &&
53
+ h("pds-icon", { key: 'f9c752a279e427d2caa6771cf19a989622cd2110', icon: launch, size: this.fontSize })));
50
54
  }
51
55
  static get is() { return "pds-link"; }
52
56
  static get encapsulation() { return "shadow"; }
@@ -114,6 +118,9 @@ export class PdsLink {
114
118
  "tags": [{
115
119
  "name": "defaultValue",
116
120
  "text": "false"
121
+ }, {
122
+ "name": "deprecated",
123
+ "text": "Consider using the `target` prop for more control. This prop will be maintained for backward compatibility."
117
124
  }],
118
125
  "text": "Determines whether the link should open in a new tab."
119
126
  },
@@ -123,6 +130,31 @@ export class PdsLink {
123
130
  "attribute": "external",
124
131
  "defaultValue": "false"
125
132
  },
133
+ "target": {
134
+ "type": "string",
135
+ "mutable": false,
136
+ "complexType": {
137
+ "original": "'_blank' | '_self' | '_parent' | '_top'",
138
+ "resolved": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\"",
139
+ "references": {}
140
+ },
141
+ "required": false,
142
+ "optional": true,
143
+ "docs": {
144
+ "tags": [{
145
+ "name": "defaultValue",
146
+ "text": "undefined"
147
+ }, {
148
+ "name": "example",
149
+ "text": "<pds-link href=\"https://example.com\" target=\"_blank\">Opens in new tab</pds-link>"
150
+ }],
151
+ "text": "Specifies where to open the linked document."
152
+ },
153
+ "getter": false,
154
+ "setter": false,
155
+ "reflect": false,
156
+ "attribute": "target"
157
+ },
126
158
  "variant": {
127
159
  "type": "string",
128
160
  "mutable": false,
@@ -1 +1 @@
1
- {"version":3,"file":"pds-link.js","sourceRoot":"","sources":["../../../../src/components/pds-link/pds-link.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C;;;GAGG;AAMH,MAAM,OAAO,OAAO;IALpB;QAgBE;;;WAGG;QACK,aAAQ,GAAG,KAAK,CAAC;QAEzB;;;WAGG;QACK,YAAO,GAAuB,QAAQ,CAAC;QAE/C;;;WAGG;QACK,aAAQ,GAAuB,IAAI,CAAC;KAqD7C;IA9CS,UAAU;QAChB,MAAM,UAAU,GAAG,CAAC,UAAU,CAAC,CAAC;QAEhC,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YAClB,UAAU,CAAC,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC;QAChD,CAAC;QAED,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC;YACjB,UAAU,CAAC,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/C,CAAC;QAED,OAAO,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAC9B,CAAC;IAEO,aAAa;QACnB,IAAI,CAAC,IAAI,CAAC,KAAK;YAAE,OAAO;QAExB,MAAM,UAAU,GAAG;YACjB,SAAS,EAAE,gCAAgC;YAC3C,MAAM,EAAE,0BAA0B;YAClC,MAAM,EAAE,0BAA0B;SACnC,CAAA;QAED,MAAM,UAAU,GAAG,QAAQ,CAAC,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;QAEpD,OAAO,UAAU,CAAC;IACpB,CAAC;IAED,MAAM;QAEJ,OAAO,CACL,0DACE,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,EACxB,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,EAAE,EAAE,IAAI,CAAC,WAAW,EACpB,IAAI,EAAC,MAAM,EACX,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,EAC5C,KAAK,EAAE,IAAI,CAAC,aAAa,EAAE;YAE3B,+DAAO,IAAI,CAAC,IAAI,CAAQ;YACvB,IAAI,CAAC,QAAQ;gBACZ,iEAAU,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC,QAAQ,GAAa,CAExD,CACL,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, h, Prop } from '@stencil/core';\nimport { setColor } from '../../utils/utils';\n\nimport { launch } from '@pine-ds/icons/icons';\n\n/**\n * @part link - Link element styles.\n * @slot (default) - Text content placed between the opening and closing tags. If no text is provided, the **href** will be used as a fallback.\n */\n@Component({\n tag: 'pds-link',\n styleUrls: ['pds-link.scss'],\n shadow: true,\n})\nexport class PdsLink {\n /**\n * Sets the link color.\n */\n @Prop() color?: string;\n\n /**\n * A unique identifier used for the underlying component `id` attribute.\n */\n @Prop() componentId: string;\n\n /**\n * Determines whether the link should open in a new tab.\n * @defaultValue false\n */\n @Prop() external = false;\n\n /**\n * Sets the link variant styles.\n * @defaultValue inline\n */\n @Prop() variant: 'inline' | 'plain' = 'inline';\n\n /**\n * The font size of the link's text.\n * @defaultValue lg\n */\n @Prop() fontSize: 'sm' | 'md' | 'lg' = 'lg';\n\n /**\n * The hyperlink's destination URL. If no text is provided in the custom slot, the href will be used.\n */\n @Prop() href!: string;\n\n private classNames() {\n const classNames = ['pds-link'];\n\n if (this.fontSize) {\n classNames.push('pds-link--' + this.fontSize);\n }\n\n if (this.variant) {\n classNames.push('pds-link--' + this.variant);\n }\n\n return classNames.join(' ');\n }\n\n private setLinkStyles() {\n if (!this.color) return;\n\n const linkColors = {\n secondary: 'var(--pine-color-text-primary)',\n accent: 'var(--pine-color-accent)',\n danger: 'var(--pine-color-danger)',\n }\n\n const linkStyles = setColor(this.color, linkColors);\n\n return linkStyles;\n }\n\n render() {\n\n return (\n <a\n class={this.classNames()}\n href={this.href}\n id={this.componentId}\n part=\"link\"\n target={this.external ? '_blank' : undefined}\n style={this.setLinkStyles()}\n >\n <slot>{this.href}</slot>\n {this.external &&\n <pds-icon icon={launch} size={this.fontSize}></pds-icon>\n }\n </a>\n );\n }\n}\n"]}
1
+ {"version":3,"file":"pds-link.js","sourceRoot":"","sources":["../../../../src/components/pds-link/pds-link.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C;;;GAGG;AAMH,MAAM,OAAO,OAAO;IALpB;QAgBE;;;;WAIG;QACK,aAAQ,GAAG,KAAK,CAAC;QAUzB;;;WAGG;QACK,YAAO,GAAuB,QAAQ,CAAC;QAE/C;;;WAGG;QACK,aAAQ,GAAuB,IAAI,CAAC;KAyD7C;IAlDS,UAAU;QAChB,MAAM,UAAU,GAAG,CAAC,UAAU,CAAC,CAAC;QAEhC,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YAClB,UAAU,CAAC,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC;QAChD,CAAC;QAED,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC;YACjB,UAAU,CAAC,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/C,CAAC;QAED,OAAO,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAC9B,CAAC;IAEO,aAAa;QACnB,IAAI,CAAC,IAAI,CAAC,KAAK;YAAE,OAAO;QAExB,MAAM,UAAU,GAAG;YACjB,SAAS,EAAE,gCAAgC;YAC3C,MAAM,EAAE,0BAA0B;YAClC,MAAM,EAAE,0BAA0B;SACnC,CAAA;QAED,MAAM,UAAU,GAAG,QAAQ,CAAC,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;QAEpD,OAAO,UAAU,CAAC;IACpB,CAAC;IAED,MAAM;QACJ,MAAM,WAAW,GAAG,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;QAC1E,MAAM,gBAAgB,GAAG,IAAI,CAAC,QAAQ,CAAC;QACvC,MAAM,QAAQ,GAAG,WAAW,KAAK,QAAQ,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;QAE9E,OAAO,CACL,0DACE,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,EACxB,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,EAAE,EAAE,IAAI,CAAC,WAAW,EACpB,IAAI,EAAC,MAAM,EACX,MAAM,EAAE,WAAW,EACnB,GAAG,EAAE,QAAQ,EACb,KAAK,EAAE,IAAI,CAAC,aAAa,EAAE;YAE3B,+DAAO,IAAI,CAAC,IAAI,CAAQ;YACvB,gBAAgB;gBACf,iEAAU,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC,QAAQ,GAAa,CAExD,CACL,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, h, Prop } from '@stencil/core';\nimport { setColor } from '../../utils/utils';\n\nimport { launch } from '@pine-ds/icons/icons';\n\n/**\n * @part link - Link element styles.\n * @slot (default) - Text content placed between the opening and closing tags. If no text is provided, the **href** will be used as a fallback.\n */\n@Component({\n tag: 'pds-link',\n styleUrls: ['pds-link.scss'],\n shadow: true,\n})\nexport class PdsLink {\n /**\n * Sets the link color.\n */\n @Prop() color?: string;\n\n /**\n * A unique identifier used for the underlying component `id` attribute.\n */\n @Prop() componentId: string;\n\n /**\n * Determines whether the link should open in a new tab.\n * @defaultValue false\n * @deprecated Consider using the `target` prop for more control. This prop will be maintained for backward compatibility.\n */\n @Prop() external = false;\n\n /**\n * Specifies where to open the linked document.\n * @defaultValue undefined\n * @example\n * <pds-link href=\"https://example.com\" target=\"_blank\">Opens in new tab</pds-link>\n */\n @Prop() target?: '_blank' | '_self' | '_parent' | '_top';\n\n /**\n * Sets the link variant styles.\n * @defaultValue inline\n */\n @Prop() variant: 'inline' | 'plain' = 'inline';\n\n /**\n * The font size of the link's text.\n * @defaultValue lg\n */\n @Prop() fontSize: 'sm' | 'md' | 'lg' = 'lg';\n\n /**\n * The hyperlink's destination URL. If no text is provided in the custom slot, the href will be used.\n */\n @Prop() href!: string;\n\n private classNames() {\n const classNames = ['pds-link'];\n\n if (this.fontSize) {\n classNames.push('pds-link--' + this.fontSize);\n }\n\n if (this.variant) {\n classNames.push('pds-link--' + this.variant);\n }\n\n return classNames.join(' ');\n }\n\n private setLinkStyles() {\n if (!this.color) return;\n\n const linkColors = {\n secondary: 'var(--pine-color-text-primary)',\n accent: 'var(--pine-color-accent)',\n danger: 'var(--pine-color-danger)',\n }\n\n const linkStyles = setColor(this.color, linkColors);\n\n return linkStyles;\n }\n\n render() {\n const targetValue = this.target || (this.external ? '_blank' : undefined);\n const showExternalIcon = this.external;\n const relValue = targetValue === '_blank' ? 'noopener noreferrer' : undefined;\n\n return (\n <a\n class={this.classNames()}\n href={this.href}\n id={this.componentId}\n part=\"link\"\n target={targetValue}\n rel={relValue}\n style={this.setLinkStyles()}\n >\n <slot>{this.href}</slot>\n {showExternalIcon &&\n <pds-icon icon={launch} size={this.fontSize}></pds-icon>\n }\n </a>\n );\n }\n}\n"]}
@@ -46,7 +46,7 @@ export class PdsLoader {
46
46
  }
47
47
  }
48
48
  render() {
49
- return (h(Host, { key: 'fc312fc9ebf973506190e693cd251f25e37f3d0a', class: `pds-loader ${this.isLoading ? '' : 'pds-loader--hidden'}`, "aria-hidden": !this.isLoading, "aria-busy": this.isLoading, "aria-live": "polite" }, this.variant === 'spinner' && (h("div", { key: 'c9eab32510368d1fd6db7669b3db640c229911f2', class: "pds-loader--spinner" }, h("svg", { key: '359d9f171378064c6121e583efe09eace3377e44', style: this.getSvgStyle(), viewBox: "0 0 200 200", fill: "none", part: "loader-svg" }, h("defs", { key: '263409d92ab95fa34df4e879934e04e6a587f23b' }, h("linearGradient", { key: 'e9b32747efcb60bbebd8734fdd2c2d5a400974c1', id: "spinner-secondHalf" }, h("stop", { key: 'db61c891cf635b72e36a152b944b6c9ce3569be3', offset: "0%", "stop-opacity": "0", "stop-color": "currentColor" }), h("stop", { key: 'fb964af08941ad174ecaf0c329d79e25fff45a9c', offset: "100%", "stop-opacity": "0.5", "stop-color": "currentColor" })), h("linearGradient", { key: '89d815d1f076ffe82d189d51fce14fb48ecb0926', id: "spinner-firstHalf" }, h("stop", { key: '43b753f80ab136d38635a6ab921899fc8fd3a6b2', offset: "0%", "stop-opacity": "1", "stop-color": "currentColor" }), h("stop", { key: '7ce201ac86ae5cd291f8fba22f1e6517d53af025', offset: "100%", "stop-opacity": "0.5", "stop-color": "currentColor" }))), h("g", { key: 'ea7e594df07f7d634fa2142785f0791b21a71d41', class: "pds-loader__spinner-path" }, h("path", { key: '8ac8cead5078716ca9169150be8c0c64ecedc854', stroke: "url(#spinner-secondHalf)", d: "M 4 100 A 96 96 0 0 1 196 100" }), h("path", { key: 'c4ed3d7f386ac59dcb540b369f52925b216ea950', stroke: "url(#spinner-firstHalf)", d: "M 196 100 A 96 96 0 0 1 4 100" }), h("path", { key: 'ecc2e2b7240c23e35af8b9aa049ac45dff43ac9f', stroke: "currentColor", "stroke-linecap": "round", d: "M 4 100 A 96 96 0 0 1 4 98" }))))), this.variant === 'typing' && (h("div", { key: '8cb7180432a6cca86c7fcc2af3f1e05afb751a9d', class: "pds-loader--typing" }, h("span", { key: 'c09247cbcf86fef899f206bee1458a1388cbdd39' }), h("span", { key: '07bdfe8ab1971fa20544022412e2141721111506' }), h("span", { key: '9444f7ed6a13475694e1eda50b891ff63fb91297' }))), h("div", { key: '3b717ff6b9f38f9710ca0556ebbc66bd86b7e1b6', class: `pds-loader__label ${this.showLabel ? '' : 'pds-loader--hidden'}` }, h("slot", { key: 'ab65224fab189a30d0cf18caf086c621cbd78eaa', name: "label" }, "Loading..."))));
49
+ return (h(Host, { key: '61277416b64876978e3a486089ace6099a4d53ab', class: `pds-loader ${this.isLoading ? '' : 'pds-loader--hidden'}`, "aria-hidden": !this.isLoading, "aria-busy": this.isLoading, "aria-live": "polite" }, this.variant === 'spinner' && (h("div", { key: '2d5ea354090ab57de7ccf428ef206a9b5f6bbfa5', class: "pds-loader--spinner" }, h("svg", { key: 'c5d3c41728cf5c5f77c329a16fb33570c68acb4a', style: this.getSvgStyle(), viewBox: "0 0 200 200", fill: "none", part: "loader-svg" }, h("defs", { key: 'c5a70952409540684bcee4953fee99be2be84ff8' }, h("linearGradient", { key: '08244568caee27a1e792208bed88dbfeac8868da', id: "spinner-secondHalf" }, h("stop", { key: 'bfa2a7ad30c6906eb2f579f078b86f2808c86b63', offset: "0%", "stop-opacity": "0", "stop-color": "currentColor" }), h("stop", { key: 'de4248657470249842d2982387d1dd877d979629', offset: "100%", "stop-opacity": "0.5", "stop-color": "currentColor" })), h("linearGradient", { key: 'a9fefdd80496823f85c57df01978f813382af6f0', id: "spinner-firstHalf" }, h("stop", { key: '0375649f9281bb076c8fbb5a7c905e53420debf2', offset: "0%", "stop-opacity": "1", "stop-color": "currentColor" }), h("stop", { key: '08fe3406e36aab96022c23f79cb00b04f4621985', offset: "100%", "stop-opacity": "0.5", "stop-color": "currentColor" }))), h("g", { key: '3e68617229aae3af082116fa2419fc6bc4c2e16c', class: "pds-loader__spinner-path" }, h("path", { key: '1dbc7029a7b85a3b79705f82e4502bb6072f06c6', stroke: "url(#spinner-secondHalf)", d: "M 4 100 A 96 96 0 0 1 196 100" }), h("path", { key: 'd2d86b183102b6e160fd0de5d2a20f75a166403b', stroke: "url(#spinner-firstHalf)", d: "M 196 100 A 96 96 0 0 1 4 100" }), h("path", { key: 'b763168f03f87f8b58984497d3f3e051edafaf85', stroke: "currentColor", "stroke-linecap": "round", d: "M 4 100 A 96 96 0 0 1 4 98" }))))), this.variant === 'typing' && (h("div", { key: '31a5842f69fef05f50abed593bbed3ff911df363', class: "pds-loader--typing" }, h("span", { key: '5509c283cfc10a263b8ddc7a1d27e46749f2fdd3' }), h("span", { key: '5907f51aac92a7d4bceb5d517a8fbb73971c2517' }), h("span", { key: 'd59fa47f064313465ed75f53f48330bd15109aa2' }))), h("div", { key: '7d64218cf923abfb88ec31306dd6cd52d310a64a', class: `pds-loader__label ${this.showLabel ? '' : 'pds-loader--hidden'}` }, h("slot", { key: 'b20eba32674f09889b6b5e1d9c7cf99d3ae9781d', name: "label" }, "Loading..."))));
50
50
  }
51
51
  static get is() { return "pds-loader"; }
52
52
  static get encapsulation() { return "shadow"; }
@@ -173,10 +173,10 @@ export class PdsModalContent {
173
173
  render() {
174
174
  // Only apply max-height style if it's not 'none'
175
175
  const styleObj = this.contentMaxHeight !== 'none' ? { maxHeight: this.contentMaxHeight } : {};
176
- return (h(Host, { key: 'fae42c1fc151e4855cd2c731802c15851473be79' }, h("div", { key: 'feb61d6a7227d8113b931df6280358cd9b4fe583', class: {
176
+ return (h(Host, { key: 'cc73d441bd68ac6b75d49a328f56d1e19cf7aab4' }, h("div", { key: '57ce9c0da2cf15fb95ee7979c61cf62d5b2537de', class: {
177
177
  'pds-modal-content': true,
178
178
  [`pds-modal-content--border-${this.border}`]: true
179
- }, style: styleObj, tabindex: "-1" }, h("slot", { key: '1c9e55ecd1ad353699e5a4590ee04c9005719f6d' }))));
179
+ }, style: styleObj, tabindex: "-1" }, h("slot", { key: 'be716d459c32e9ecf2c1ef3c591ff66675f793fb' }))));
180
180
  }
181
181
  static get is() { return "pds-modal-content"; }
182
182
  static get originalStyleUrls() {
@@ -1,7 +1,7 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class PdsModalFooter {
3
3
  render() {
4
- return (h("footer", { key: '0fa58ce225ce31a1f40d6ce1d3276e716b36de8d', class: "pds-modal__footer" }, h("slot", { key: 'df0bbdb56c711c7eb34db7181f940de11d4449ef' })));
4
+ return (h("footer", { key: '0151a48b62b1a35f7327434413a158a0a2c6a73c', class: "pds-modal__footer" }, h("slot", { key: '3d153a1ac1bb4fdbaefb6f5d17f8adce377576af' })));
5
5
  }
6
6
  static get is() { return "pds-modal-footer"; }
7
7
  static get originalStyleUrls() {
@@ -1,7 +1,7 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class PdsModalHeader {
3
3
  render() {
4
- return (h("header", { key: '1a471bd6dfa2b654f5a6ebdf8fb5baef728324b3', class: "pds-modal__header" }, h("slot", { key: '946a365ab3c2ca627d618188890d385c054b4c16' })));
4
+ return (h("header", { key: '0fa58ce225ce31a1f40d6ce1d3276e716b36de8d', class: "pds-modal__header" }, h("slot", { key: 'df0bbdb56c711c7eb34db7181f940de11d4449ef' })));
5
5
  }
6
6
  static get is() { return "pds-modal-header"; }
7
7
  static get originalStyleUrls() {
@@ -233,14 +233,14 @@ export class PdsModal {
233
233
  return thisZIndex === maxZIndex;
234
234
  }
235
235
  render() {
236
- return (h("dialog", { key: 'cf2710a889d8f0e80a3551088ab38a88dc44ad1e', class: {
236
+ return (h("dialog", { key: '22ca55ddcc3aaf6e1158940d1fec23c9622b7810', class: {
237
237
  'pds-modal__backdrop': true,
238
238
  'open': this.open
239
- }, "aria-modal": "true", "aria-labelledby": `${this.componentId}-heading`, onClick: this.handleBackdropClick }, h("div", { key: '0eeb24f73429822be6c1c22ecf5b070a3ecc4e92', class: {
239
+ }, "aria-modal": "true", "aria-labelledby": `${this.componentId}-heading`, onClick: this.handleBackdropClick }, h("div", { key: '456929b5fa8ee7297fc11ffee1441a698cb2f3bc', class: {
240
240
  'pds-modal': true,
241
241
  [`pds-modal--${this.size}`]: true,
242
242
  'pds-modal--scrollable': this.scrollable
243
- } }, h("slot", { key: 'f11a8d375e0c5e40f399a13170ae227374d51614' }))));
243
+ } }, h("slot", { key: 'f6981ab3a8c5b13a48d4e791979760e1cf8a28a4' }))));
244
244
  }
245
245
  static get is() { return "pds-modal"; }
246
246
  static get originalStyleUrls() {
@@ -77,7 +77,7 @@ export class MockPdsModal {
77
77
  'pds-modal__backdrop': true,
78
78
  'open': this.open,
79
79
  };
80
- return (h("div", { key: '6e7f71b339764894e1f17d253fc3c8e0243e4f90', class: backdropClasses }, h("div", { key: 'a1f3ae3d7b4c86ac9812df8e9a20357bfca51f57', class: modalClasses, role: "dialog", "aria-modal": "true", "aria-labelledby": this.componentId ? `${this.componentId}-heading` : null }, h("div", { key: '768b0014c182f8e33575c9707743440808e0e257', class: "pds-modal__header" }, h("slot", { key: 'f3822f12e084a537a5c4b72bb2ff8ff10c276d45', name: "header" })), h("div", { key: '442848006f8f4301f62cce032ed04612ba14a48c', class: "pds-modal-content" }, h("slot", { key: '38a2bafa6b50bff617064fdabbcd677736b61cdf' })), h("div", { key: '73aa614d06ea969a4c2cfc7204642dc92e97a12f', class: "pds-modal__footer" }, h("slot", { key: 'b5d5acf2ae9d573b6c8aecae928d40a1a51a06fc', name: "footer" })))));
80
+ return (h("div", { key: '932c22f17088b6cd5efa34563533b10192ba01c5', class: backdropClasses }, h("div", { key: '476cc7428d5fa0b1cb3cdc7a2942e446cf80fe32', class: modalClasses, role: "dialog", "aria-modal": "true", "aria-labelledby": this.componentId ? `${this.componentId}-heading` : null }, h("div", { key: '7b08398565a4bca4e14b570064ff7bf705c2b664', class: "pds-modal__header" }, h("slot", { key: '25be59059e0fe45210283755c71d9dd64f6d7e14', name: "header" })), h("div", { key: '21b2eb295db0a8fe40a16f5d4816129498220958', class: "pds-modal-content" }, h("slot", { key: '86e2ae4bfb4f1df345958d44c0ab50597d6ca099' })), h("div", { key: '73a2af8f314185e9d72c899f6b7958287e568766', class: "pds-modal__footer" }, h("slot", { key: '26b239609b484949e0e8f64248d2725588ccd6e0', name: "footer" })))));
81
81
  }
82
82
  static get is() { return "mock-pds-modal"; }
83
83
  static get originalStyleUrls() {
@@ -1 +1 @@
1
- {"version":3,"file":"multiselect-interface.js","sourceRoot":"","sources":["../../../../src/components/pds-multiselect/multiselect-interface.ts"],"names":[],"mappings":"","sourcesContent":["export interface MultiselectOption {\n id: string | number;\n text: string;\n [key: string]: unknown;\n}\n\nexport interface MultiselectChangeEventDetail {\n values: string[];\n items: MultiselectOption[];\n}\n\nexport interface MultiselectSearchEventDetail {\n query: string;\n}\n\nexport interface MultiselectLoadOptionsEventDetail {\n query: string;\n page: number;\n}\n\nexport interface AsyncResponse {\n results: Array<{ id: string | number; text: string; [key: string]: unknown }>;\n totalCount?: number;\n}\n"]}
1
+ {"version":3,"file":"multiselect-interface.js","sourceRoot":"","sources":["../../../../src/components/pds-multiselect/multiselect-interface.ts"],"names":[],"mappings":"","sourcesContent":["export interface MultiselectOption {\n id: string | number;\n text: string;\n isCreateOption?: boolean;\n [key: string]: unknown;\n}\n\nexport interface MultiselectChangeEventDetail {\n values: string[];\n items: MultiselectOption[];\n}\n\nexport interface MultiselectSearchEventDetail {\n query: string;\n}\n\nexport interface MultiselectLoadOptionsEventDetail {\n query: string;\n page: number;\n}\n\nexport interface MultiselectCreateEventDetail {\n query: string;\n newOption: MultiselectOption;\n}\n\nexport interface AsyncResponse {\n results: Array<{ id: string | number; text: string; [key: string]: unknown }>;\n totalCount?: number;\n}\n\nexport interface CreateResponse {\n id: string | number;\n text: string;\n [key: string]: unknown;\n}\n"]}
@@ -180,6 +180,15 @@
180
180
  outline: var(--pine-dimension-none);
181
181
  }
182
182
 
183
+ .pds-multiselect__create-option {
184
+ color: var(--pine-color-text-strong);
185
+ width: 100%;
186
+ }
187
+ .pds-multiselect__create-option pds-icon {
188
+ color: var(--pine-color-text-muted);
189
+ flex-shrink: var(--pine-dimension-none);
190
+ }
191
+
183
192
  .pds-multiselect__empty,
184
193
  .pds-multiselect__loading {
185
194
  align-items: center;