@pine-ds/core 3.18.0 → 3.20.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 (321) 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/mock-pds-modal.js.map +1 -1
  5. package/components/pds-button2.js +3 -2
  6. package/components/pds-button2.js.map +1 -1
  7. package/components/pds-chip2.js +20 -7
  8. package/components/pds-chip2.js.map +1 -1
  9. package/components/pds-combobox.js +2 -2
  10. package/components/pds-combobox.js.map +1 -1
  11. package/components/pds-dropdown-menu-item.js +3 -2
  12. package/components/pds-dropdown-menu-item.js.map +1 -1
  13. package/components/pds-dropdown-menu.js +1 -1
  14. package/components/pds-dropdown-menu.js.map +1 -1
  15. package/components/pds-link2.js +3 -2
  16. package/components/pds-link2.js.map +1 -1
  17. package/components/pds-modal.js +2 -2
  18. package/components/pds-modal.js.map +1 -1
  19. package/components/pds-multiselect.js +1 -1
  20. package/components/pds-multiselect.js.map +1 -1
  21. package/components/pds-text2.js +17 -7
  22. package/components/pds-text2.js.map +1 -1
  23. package/dist/cjs/{index-CjhTEk39.js → index-D8mNsvM8.js} +3 -3
  24. package/dist/{esm-es5/index-BFkDH5XU.js.map → cjs/index-D8mNsvM8.js.map} +1 -1
  25. package/dist/cjs/loader.cjs.js +1 -1
  26. package/dist/cjs/mock-pds-modal.cjs.entry.js +1 -1
  27. package/dist/cjs/mock-pds-modal.entry.cjs.js.map +1 -1
  28. package/dist/cjs/pds-accordion.cjs.entry.js +1 -1
  29. package/dist/cjs/pds-avatar.cjs.entry.js +1 -1
  30. package/dist/cjs/pds-button.cjs.entry.js +2 -2
  31. package/dist/cjs/pds-button.entry.cjs.js.map +1 -1
  32. package/dist/cjs/pds-checkbox.cjs.entry.js +1 -1
  33. package/dist/cjs/pds-chip.cjs.entry.js +20 -8
  34. package/dist/cjs/pds-chip.entry.cjs.js.map +1 -1
  35. package/dist/cjs/pds-combobox.cjs.entry.js +2 -2
  36. package/dist/cjs/pds-combobox.entry.cjs.js.map +1 -1
  37. package/dist/cjs/pds-copytext.cjs.entry.js +1 -1
  38. package/dist/cjs/pds-dropdown-menu-item.cjs.entry.js +2 -2
  39. package/dist/cjs/pds-dropdown-menu-item.entry.cjs.js.map +1 -1
  40. package/dist/cjs/pds-dropdown-menu.cjs.entry.js +1 -1
  41. package/dist/cjs/pds-dropdown-menu.entry.cjs.js.map +1 -1
  42. package/dist/cjs/pds-filter.cjs.entry.js +1 -1
  43. package/dist/cjs/pds-input.cjs.entry.js +1 -1
  44. package/dist/cjs/pds-link.cjs.entry.js +3 -3
  45. package/dist/cjs/pds-link.entry.cjs.js.map +1 -1
  46. package/dist/cjs/pds-modal.cjs.entry.js +2 -2
  47. package/dist/cjs/pds-modal.entry.cjs.js.map +1 -1
  48. package/dist/cjs/pds-multiselect.cjs.entry.js +2 -2
  49. package/dist/cjs/pds-multiselect.entry.cjs.js.map +1 -1
  50. package/dist/cjs/pds-radio-group.cjs.entry.js +1 -1
  51. package/dist/cjs/pds-radio.cjs.entry.js +1 -1
  52. package/dist/cjs/pds-select.cjs.entry.js +1 -1
  53. package/dist/cjs/pds-sortable-item.cjs.entry.js +1 -1
  54. package/dist/cjs/pds-switch.cjs.entry.js +1 -1
  55. package/dist/cjs/pds-table-head-cell.cjs.entry.js +1 -1
  56. package/dist/cjs/pds-text.cjs.entry.js +17 -7
  57. package/dist/cjs/pds-text.entry.cjs.js.map +1 -1
  58. package/dist/cjs/pds-textarea.cjs.entry.js +1 -1
  59. package/dist/cjs/pine-core.cjs.js +1 -1
  60. package/dist/collection/components/pds-button/pds-button.js +22 -3
  61. package/dist/collection/components/pds-button/pds-button.js.map +1 -1
  62. package/dist/collection/components/pds-chip/pds-chip.css +25 -4
  63. package/dist/collection/components/pds-chip/pds-chip.js +50 -7
  64. package/dist/collection/components/pds-chip/pds-chip.js.map +1 -1
  65. package/dist/collection/components/pds-chip/stories/pds-chip.stories.js +36 -13
  66. package/dist/collection/components/pds-combobox/pds-combobox.js +2 -2
  67. package/dist/collection/components/pds-combobox/pds-combobox.js.map +1 -1
  68. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.js +21 -2
  69. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.js.map +1 -1
  70. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu.css +1 -1
  71. package/dist/collection/components/pds-link/pds-link.js +21 -2
  72. package/dist/collection/components/pds-link/pds-link.js.map +1 -1
  73. package/dist/collection/components/pds-modal/pds-modal.js +2 -2
  74. package/dist/collection/components/pds-modal/pds-modal.js.map +1 -1
  75. package/dist/collection/components/pds-modal/test/mock-pds-modal.js +1 -1
  76. package/dist/collection/components/pds-modal/test/mock-pds-modal.js.map +1 -1
  77. package/dist/collection/components/pds-multiselect/pds-multiselect.css +2 -2
  78. package/dist/collection/components/pds-text/pds-text.js +24 -14
  79. package/dist/collection/components/pds-text/pds-text.js.map +1 -1
  80. package/dist/collection/utils/types.js.map +1 -1
  81. package/dist/docs.json +154 -14
  82. package/dist/esm/{index-BFkDH5XU.js → index-Bmf4Ow_8.js} +3 -3
  83. package/dist/{cjs/index-CjhTEk39.js.map → esm/index-Bmf4Ow_8.js.map} +1 -1
  84. package/dist/esm/loader.js +1 -1
  85. package/dist/esm/mock-pds-modal.entry.js +1 -1
  86. package/dist/esm/mock-pds-modal.entry.js.map +1 -1
  87. package/dist/esm/pds-accordion.entry.js +1 -1
  88. package/dist/esm/pds-avatar.entry.js +1 -1
  89. package/dist/esm/pds-button.entry.js +2 -2
  90. package/dist/esm/pds-button.entry.js.map +1 -1
  91. package/dist/esm/pds-checkbox.entry.js +1 -1
  92. package/dist/esm/pds-chip.entry.js +20 -8
  93. package/dist/esm/pds-chip.entry.js.map +1 -1
  94. package/dist/esm/pds-combobox.entry.js +2 -2
  95. package/dist/esm/pds-combobox.entry.js.map +1 -1
  96. package/dist/esm/pds-copytext.entry.js +1 -1
  97. package/dist/esm/pds-dropdown-menu-item.entry.js +2 -2
  98. package/dist/esm/pds-dropdown-menu-item.entry.js.map +1 -1
  99. package/dist/esm/pds-dropdown-menu.entry.js +1 -1
  100. package/dist/esm/pds-dropdown-menu.entry.js.map +1 -1
  101. package/dist/esm/pds-filter.entry.js +1 -1
  102. package/dist/esm/pds-input.entry.js +1 -1
  103. package/dist/esm/pds-link.entry.js +3 -3
  104. package/dist/esm/pds-link.entry.js.map +1 -1
  105. package/dist/esm/pds-modal.entry.js +2 -2
  106. package/dist/esm/pds-modal.entry.js.map +1 -1
  107. package/dist/esm/pds-multiselect.entry.js +2 -2
  108. package/dist/esm/pds-multiselect.entry.js.map +1 -1
  109. package/dist/esm/pds-radio-group.entry.js +1 -1
  110. package/dist/esm/pds-radio.entry.js +1 -1
  111. package/dist/esm/pds-select.entry.js +1 -1
  112. package/dist/esm/pds-sortable-item.entry.js +1 -1
  113. package/dist/esm/pds-switch.entry.js +1 -1
  114. package/dist/esm/pds-table-head-cell.entry.js +1 -1
  115. package/dist/esm/pds-text.entry.js +17 -7
  116. package/dist/esm/pds-text.entry.js.map +1 -1
  117. package/dist/esm/pds-textarea.entry.js +1 -1
  118. package/dist/esm/pine-core.js +1 -1
  119. package/dist/esm-es5/{index-BFkDH5XU.js → index-Bmf4Ow_8.js} +1 -1
  120. package/dist/{esm/index-BFkDH5XU.js.map → esm-es5/index-Bmf4Ow_8.js.map} +1 -1
  121. package/dist/esm-es5/loader.js +1 -1
  122. package/dist/esm-es5/mock-pds-modal.entry.js +1 -1
  123. package/dist/esm-es5/mock-pds-modal.entry.js.map +1 -1
  124. package/dist/esm-es5/pds-accordion.entry.js +1 -1
  125. package/dist/esm-es5/pds-avatar.entry.js +1 -1
  126. package/dist/esm-es5/pds-button.entry.js +1 -1
  127. package/dist/esm-es5/pds-button.entry.js.map +1 -1
  128. package/dist/esm-es5/pds-checkbox.entry.js +1 -1
  129. package/dist/esm-es5/pds-chip.entry.js +1 -1
  130. package/dist/esm-es5/pds-chip.entry.js.map +1 -1
  131. package/dist/esm-es5/pds-combobox.entry.js +1 -1
  132. package/dist/esm-es5/pds-combobox.entry.js.map +1 -1
  133. package/dist/esm-es5/pds-copytext.entry.js +1 -1
  134. package/dist/esm-es5/pds-dropdown-menu-item.entry.js +1 -1
  135. package/dist/esm-es5/pds-dropdown-menu-item.entry.js.map +1 -1
  136. package/dist/esm-es5/pds-dropdown-menu.entry.js +1 -1
  137. package/dist/esm-es5/pds-dropdown-menu.entry.js.map +1 -1
  138. package/dist/esm-es5/pds-filter.entry.js +1 -1
  139. package/dist/esm-es5/pds-input.entry.js +1 -1
  140. package/dist/esm-es5/pds-link.entry.js +1 -1
  141. package/dist/esm-es5/pds-link.entry.js.map +1 -1
  142. package/dist/esm-es5/pds-modal.entry.js +1 -1
  143. package/dist/esm-es5/pds-modal.entry.js.map +1 -1
  144. package/dist/esm-es5/pds-multiselect.entry.js +1 -1
  145. package/dist/esm-es5/pds-multiselect.entry.js.map +1 -1
  146. package/dist/esm-es5/pds-radio-group.entry.js +1 -1
  147. package/dist/esm-es5/pds-radio.entry.js +1 -1
  148. package/dist/esm-es5/pds-select.entry.js +1 -1
  149. package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
  150. package/dist/esm-es5/pds-switch.entry.js +1 -1
  151. package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
  152. package/dist/esm-es5/pds-text.entry.js +1 -1
  153. package/dist/esm-es5/pds-text.entry.js.map +1 -1
  154. package/dist/esm-es5/pds-textarea.entry.js +1 -1
  155. package/dist/esm-es5/pine-core.js +1 -1
  156. package/dist/pine-core/mock-pds-modal.entry.esm.js.map +1 -1
  157. package/dist/pine-core/{p-8f935480.entry.js → p-0b3d6527.entry.js} +2 -2
  158. package/dist/pine-core/{p-b6f57c0f.system.entry.js → p-18a3b6ba.system.entry.js} +2 -2
  159. package/dist/pine-core/{p-45c1f3ea.system.entry.js → p-1b0dc99e.system.entry.js} +2 -2
  160. package/dist/pine-core/p-1b0dc99e.system.entry.js.map +1 -0
  161. package/dist/pine-core/{p-32f65e48.entry.js → p-221b4348.entry.js} +2 -2
  162. package/dist/pine-core/{p-15ac22bd.system.entry.js → p-2a7b94ba.system.entry.js} +2 -2
  163. package/dist/pine-core/{p-01aec1ad.system.entry.js → p-2f64a2fe.system.entry.js} +2 -2
  164. package/dist/pine-core/p-2f64a2fe.system.entry.js.map +1 -0
  165. package/dist/pine-core/{p-3ea301dd.system.entry.js → p-2f663747.system.entry.js} +2 -2
  166. package/dist/pine-core/p-2f663747.system.entry.js.map +1 -0
  167. package/dist/pine-core/p-3239c67a.entry.js +2 -0
  168. package/dist/pine-core/{p-f5fb71f6.entry.js.map → p-3239c67a.entry.js.map} +1 -1
  169. package/dist/pine-core/{p-85ce731b.entry.js → p-378d01df.entry.js} +2 -2
  170. package/dist/pine-core/p-37e5e471.entry.js +2 -0
  171. package/dist/pine-core/p-37e5e471.entry.js.map +1 -0
  172. package/dist/pine-core/{p-4189f1be.system.entry.js → p-3fc8dbc9.system.entry.js} +2 -2
  173. package/dist/pine-core/{p-4189f1be.system.entry.js.map → p-3fc8dbc9.system.entry.js.map} +1 -1
  174. package/dist/pine-core/{p-77d4f274.system.entry.js → p-40c04518.system.entry.js} +2 -2
  175. package/dist/pine-core/{p-4232520f.system.entry.js → p-445c5ec5.system.entry.js} +2 -2
  176. package/dist/pine-core/{p-8ab66dbc.system.entry.js → p-46d61c98.system.entry.js} +2 -2
  177. package/dist/pine-core/{p-4de64b1f.entry.js → p-4c0e71ce.entry.js} +2 -2
  178. package/dist/pine-core/{p-fbe793c7.system.entry.js → p-4fb30dcc.system.entry.js} +2 -2
  179. package/dist/pine-core/p-4fb30dcc.system.entry.js.map +1 -0
  180. package/dist/pine-core/{p-4e015ddd.entry.js → p-5107c129.entry.js} +2 -2
  181. package/dist/pine-core/p-5107c129.entry.js.map +1 -0
  182. package/dist/pine-core/{p-52c5ced3.system.entry.js → p-5bc45784.system.entry.js} +2 -2
  183. package/dist/pine-core/{p-06046885.entry.js → p-5dbbb2be.entry.js} +3 -3
  184. package/dist/pine-core/{p-06046885.entry.js.map → p-5dbbb2be.entry.js.map} +1 -1
  185. package/dist/pine-core/{p-9e8296fc.entry.js → p-5e879622.entry.js} +2 -2
  186. package/dist/pine-core/{p-1cc2fe8d.entry.js → p-5f63b999.entry.js} +2 -2
  187. package/dist/pine-core/p-5f63b999.entry.js.map +1 -0
  188. package/dist/pine-core/{p-9263809e.entry.js → p-64c6c4a0.entry.js} +2 -2
  189. package/dist/pine-core/{p-f795d3fe.system.entry.js → p-6e92e120.system.entry.js} +2 -2
  190. package/dist/pine-core/{p-220cbe98.entry.js → p-73be1c83.entry.js} +2 -2
  191. package/dist/pine-core/p-73be1c83.entry.js.map +1 -0
  192. package/dist/pine-core/{p-593cee44.entry.js → p-78132616.entry.js} +2 -2
  193. package/dist/pine-core/{p-88686193.entry.js → p-79f0b007.entry.js} +2 -2
  194. package/dist/pine-core/{p-f8a2aedd.entry.js → p-7c1b1fb8.entry.js} +2 -2
  195. package/dist/pine-core/{p-6fbe6be4.system.entry.js → p-7fc20a77.system.entry.js} +2 -2
  196. package/dist/pine-core/{p-663abd80.entry.js → p-867ef2f1.entry.js} +2 -2
  197. package/dist/pine-core/{p-87cee4a0.system.entry.js → p-91781a0a.system.entry.js} +2 -2
  198. package/dist/pine-core/{p-a30edeb1.entry.js → p-9558fa60.entry.js} +2 -2
  199. package/dist/pine-core/{p-BBJXL9br.system.js.map → p-9SGoKSa6.system.js.map} +1 -1
  200. package/dist/pine-core/{p-e1815c34.entry.js → p-9b2cd9fc.entry.js} +2 -2
  201. package/dist/pine-core/p-9b2cd9fc.entry.js.map +1 -0
  202. package/dist/pine-core/{p-6980edfe.system.entry.js → p-9f09e116.system.entry.js} +2 -2
  203. package/dist/pine-core/p-B3-LvD0D.system.js.map +1 -0
  204. package/dist/pine-core/{p-h_fnwqV_.system.js.map → p-B3xx1u93.system.js.map} +1 -1
  205. package/dist/pine-core/p-B9rVdQdy.system.js.map +1 -0
  206. package/dist/pine-core/{p-C8y7SAd7.system.js.map → p-BAp8Xlyt.system.js.map} +1 -1
  207. package/dist/pine-core/{p-hL5Id7g5.system.js.map → p-BB9Md7vT.system.js.map} +1 -1
  208. package/dist/pine-core/{p-Ctc231vq.system.js.map → p-BGc1L0Ao.system.js.map} +1 -1
  209. package/dist/pine-core/{p-CbRBe3Eq.system.js.map → p-BUtyruql.system.js.map} +1 -1
  210. package/dist/pine-core/{p-CCh7iS6N.system.js.map → p-BeJr-4oL.system.js.map} +1 -1
  211. package/dist/pine-core/{p-BFkDH5XU.js → p-Bmf4Ow_8.js} +1 -1
  212. package/dist/pine-core/{p-BFkDH5XU.js.map → p-Bmf4Ow_8.js.map} +1 -1
  213. package/dist/pine-core/{p-ljGHaVPv.system.js.map → p-Bsen6aos.system.js.map} +1 -1
  214. package/dist/pine-core/{p-Bd3ynCsJ.system.js.map → p-C1p8XJSR.system.js.map} +1 -1
  215. package/dist/pine-core/{p-6I02BpQf.system.js → p-CFL53vBy.system.js} +1 -1
  216. package/dist/pine-core/{p-6I02BpQf.system.js.map → p-CFL53vBy.system.js.map} +1 -1
  217. package/dist/pine-core/{p-hzdqYC6e.system.js.map → p-CH2XYz0c.system.js.map} +1 -1
  218. package/dist/pine-core/p-CSe1fQxQ.system.js.map +1 -0
  219. package/dist/pine-core/{p-aKHwHZQR.system.js.map → p-CdpI5vUX.system.js.map} +1 -1
  220. package/dist/pine-core/{p-Dkz0RoFB.system.js.map → p-CfNEp0k0.system.js.map} +1 -1
  221. package/dist/pine-core/p-CsWO_n3t.system.js.map +1 -0
  222. package/dist/pine-core/{p-BiLmvJTd.system.js.map → p-DcrqbXJe.system.js.map} +1 -1
  223. package/dist/pine-core/{p-B3dAc5EW.system.js.map → p-Dd9EYBI-.system.js.map} +1 -1
  224. package/dist/pine-core/{p-DhLX7iDs.system.js.map → p-DdR8iWme.system.js.map} +1 -1
  225. package/dist/pine-core/p-DzmLlvu3.system.js.map +1 -0
  226. package/dist/pine-core/p-JAVnELnm.system.js +1 -1
  227. package/dist/pine-core/p-_bwM2Rxz.system.js.map +1 -0
  228. package/dist/pine-core/{p-276f774a.entry.js → p-b2a7c2bf.entry.js} +2 -2
  229. package/dist/pine-core/{p-226e45be.system.entry.js → p-b8f21554.system.entry.js} +2 -2
  230. package/dist/pine-core/p-b8f21554.system.entry.js.map +1 -0
  231. package/dist/pine-core/{p-5a7b25d0.entry.js → p-bf157830.entry.js} +2 -2
  232. package/dist/pine-core/p-bf1a7158.entry.js +2 -0
  233. package/dist/pine-core/{p-c25ea8de.entry.js.map → p-bf1a7158.entry.js.map} +1 -1
  234. package/dist/pine-core/{p-19fef546.system.entry.js → p-c301925f.system.entry.js} +2 -2
  235. package/dist/pine-core/{p-19fef546.system.entry.js.map → p-c301925f.system.entry.js.map} +1 -1
  236. package/dist/pine-core/p-cb2146b0.system.entry.js +2 -0
  237. package/dist/pine-core/{p-e78986ea.system.entry.js.map → p-cb2146b0.system.entry.js.map} +1 -1
  238. package/dist/pine-core/{p-6748d7b4.entry.js → p-d38da7a6.entry.js} +2 -2
  239. package/dist/pine-core/p-d38da7a6.entry.js.map +1 -0
  240. package/dist/pine-core/{p-CcDv1OdF.system.js.map → p-dPhHNR2G.system.js.map} +1 -1
  241. package/dist/pine-core/{p-7514a191.entry.js → p-ea721a45.entry.js} +2 -2
  242. package/dist/pine-core/{p-7514a191.entry.js.map → p-ea721a45.entry.js.map} +1 -1
  243. package/dist/pine-core/p-ed5ca877.system.entry.js +2 -0
  244. package/dist/pine-core/{p-29266dcd.system.entry.js.map → p-ed5ca877.system.entry.js.map} +1 -1
  245. package/dist/pine-core/{p-2e22a1fc.system.entry.js → p-edbaff73.system.entry.js} +2 -2
  246. package/dist/pine-core/{p-a24c75c2.system.entry.js → p-f179c88f.system.entry.js} +2 -2
  247. package/dist/pine-core/p-f179c88f.system.entry.js.map +1 -0
  248. package/dist/pine-core/{p-9e3e441c.system.entry.js → p-f298baeb.system.entry.js} +2 -2
  249. package/dist/pine-core/{p-49c2e2ce.system.entry.js → p-f9c32940.system.entry.js} +2 -2
  250. package/dist/pine-core/p-n9xvc2MF.system.js.map +1 -0
  251. package/dist/pine-core/pds-button.entry.esm.js.map +1 -1
  252. package/dist/pine-core/pds-chip.entry.esm.js.map +1 -1
  253. package/dist/pine-core/pds-combobox.entry.esm.js.map +1 -1
  254. package/dist/pine-core/pds-dropdown-menu-item.entry.esm.js.map +1 -1
  255. package/dist/pine-core/pds-dropdown-menu.entry.esm.js.map +1 -1
  256. package/dist/pine-core/pds-link.entry.esm.js.map +1 -1
  257. package/dist/pine-core/pds-modal.entry.esm.js.map +1 -1
  258. package/dist/pine-core/pds-multiselect.entry.esm.js.map +1 -1
  259. package/dist/pine-core/pds-text.entry.esm.js.map +1 -1
  260. package/dist/pine-core/pine-core.esm.js +1 -1
  261. package/dist/types/components/pds-button/pds-button.d.ts +8 -1
  262. package/dist/types/components/pds-chip/pds-chip.d.ts +9 -2
  263. package/dist/types/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.d.ts +7 -0
  264. package/dist/types/components/pds-link/pds-link.d.ts +6 -0
  265. package/dist/types/components/pds-text/pds-text.d.ts +1 -1
  266. package/dist/types/components.d.ts +103 -79
  267. package/dist/types/utils/types.d.ts +1 -0
  268. package/dist/vscode.html-data.json +47 -5
  269. package/hydrate/index.js +55 -29
  270. package/hydrate/index.mjs +55 -29
  271. package/package.json +2 -2
  272. package/dist/pine-core/p-01aec1ad.system.entry.js.map +0 -1
  273. package/dist/pine-core/p-1cc2fe8d.entry.js.map +0 -1
  274. package/dist/pine-core/p-220cbe98.entry.js.map +0 -1
  275. package/dist/pine-core/p-226e45be.system.entry.js.map +0 -1
  276. package/dist/pine-core/p-29266dcd.system.entry.js +0 -2
  277. package/dist/pine-core/p-3ea301dd.system.entry.js.map +0 -1
  278. package/dist/pine-core/p-45c1f3ea.system.entry.js.map +0 -1
  279. package/dist/pine-core/p-4e015ddd.entry.js.map +0 -1
  280. package/dist/pine-core/p-632e398f.entry.js +0 -2
  281. package/dist/pine-core/p-632e398f.entry.js.map +0 -1
  282. package/dist/pine-core/p-6748d7b4.entry.js.map +0 -1
  283. package/dist/pine-core/p-B48FyOD0.system.js.map +0 -1
  284. package/dist/pine-core/p-B8CAflct.system.js.map +0 -1
  285. package/dist/pine-core/p-CObf7nrT.system.js.map +0 -1
  286. package/dist/pine-core/p-CPri5wQG.system.js.map +0 -1
  287. package/dist/pine-core/p-DR2CskUb.system.js.map +0 -1
  288. package/dist/pine-core/p-DdTbt4lH.system.js.map +0 -1
  289. package/dist/pine-core/p-G3GztZmn.system.js.map +0 -1
  290. package/dist/pine-core/p-a24c75c2.system.entry.js.map +0 -1
  291. package/dist/pine-core/p-c25ea8de.entry.js +0 -2
  292. package/dist/pine-core/p-e1815c34.entry.js.map +0 -1
  293. package/dist/pine-core/p-e78986ea.system.entry.js +0 -2
  294. package/dist/pine-core/p-f5fb71f6.entry.js +0 -2
  295. package/dist/pine-core/p-fbe793c7.system.entry.js.map +0 -1
  296. /package/dist/pine-core/{p-8f935480.entry.js.map → p-0b3d6527.entry.js.map} +0 -0
  297. /package/dist/pine-core/{p-b6f57c0f.system.entry.js.map → p-18a3b6ba.system.entry.js.map} +0 -0
  298. /package/dist/pine-core/{p-32f65e48.entry.js.map → p-221b4348.entry.js.map} +0 -0
  299. /package/dist/pine-core/{p-15ac22bd.system.entry.js.map → p-2a7b94ba.system.entry.js.map} +0 -0
  300. /package/dist/pine-core/{p-85ce731b.entry.js.map → p-378d01df.entry.js.map} +0 -0
  301. /package/dist/pine-core/{p-77d4f274.system.entry.js.map → p-40c04518.system.entry.js.map} +0 -0
  302. /package/dist/pine-core/{p-4232520f.system.entry.js.map → p-445c5ec5.system.entry.js.map} +0 -0
  303. /package/dist/pine-core/{p-8ab66dbc.system.entry.js.map → p-46d61c98.system.entry.js.map} +0 -0
  304. /package/dist/pine-core/{p-4de64b1f.entry.js.map → p-4c0e71ce.entry.js.map} +0 -0
  305. /package/dist/pine-core/{p-52c5ced3.system.entry.js.map → p-5bc45784.system.entry.js.map} +0 -0
  306. /package/dist/pine-core/{p-9e8296fc.entry.js.map → p-5e879622.entry.js.map} +0 -0
  307. /package/dist/pine-core/{p-9263809e.entry.js.map → p-64c6c4a0.entry.js.map} +0 -0
  308. /package/dist/pine-core/{p-f795d3fe.system.entry.js.map → p-6e92e120.system.entry.js.map} +0 -0
  309. /package/dist/pine-core/{p-593cee44.entry.js.map → p-78132616.entry.js.map} +0 -0
  310. /package/dist/pine-core/{p-88686193.entry.js.map → p-79f0b007.entry.js.map} +0 -0
  311. /package/dist/pine-core/{p-f8a2aedd.entry.js.map → p-7c1b1fb8.entry.js.map} +0 -0
  312. /package/dist/pine-core/{p-6fbe6be4.system.entry.js.map → p-7fc20a77.system.entry.js.map} +0 -0
  313. /package/dist/pine-core/{p-663abd80.entry.js.map → p-867ef2f1.entry.js.map} +0 -0
  314. /package/dist/pine-core/{p-87cee4a0.system.entry.js.map → p-91781a0a.system.entry.js.map} +0 -0
  315. /package/dist/pine-core/{p-a30edeb1.entry.js.map → p-9558fa60.entry.js.map} +0 -0
  316. /package/dist/pine-core/{p-6980edfe.system.entry.js.map → p-9f09e116.system.entry.js.map} +0 -0
  317. /package/dist/pine-core/{p-276f774a.entry.js.map → p-b2a7c2bf.entry.js.map} +0 -0
  318. /package/dist/pine-core/{p-5a7b25d0.entry.js.map → p-bf157830.entry.js.map} +0 -0
  319. /package/dist/pine-core/{p-2e22a1fc.system.entry.js.map → p-edbaff73.system.entry.js.map} +0 -0
  320. /package/dist/pine-core/{p-9e3e441c.system.entry.js.map → p-f298baeb.system.entry.js.map} +0 -0
  321. /package/dist/pine-core/{p-49c2e2ce.system.entry.js.map → p-f9c32940.system.entry.js.map} +0 -0
@@ -16,6 +16,13 @@ export declare class PdsDropdownMenuItem implements BasePdsProps {
16
16
  * @defaultValue false
17
17
  */
18
18
  disabled: boolean;
19
+ /**
20
+ * Prompts the user to save the linked URL instead of navigating to it.
21
+ * It can be used without a value to download with the default filename,
22
+ * or with a string value to suggest a specific filename for the download.
23
+ * Only applies when href is set.
24
+ */
25
+ download?: string;
19
26
  /**
20
27
  * If provided, renders the dropdown-item as an anchor (`<a>`) element instead of a button.
21
28
  */
@@ -7,6 +7,12 @@ export declare class PdsLink {
7
7
  * Sets the link color.
8
8
  */
9
9
  color?: string;
10
+ /**
11
+ * Prompts the user to save the linked URL instead of navigating to it.
12
+ * It can be used without a value to download with the default filename,
13
+ * or with a string value to suggest a specific filename for the download.
14
+ */
15
+ download?: string;
10
16
  /**
11
17
  * A unique identifier used for the underlying component `id` attribute.
12
18
  */
@@ -36,7 +36,7 @@ export declare class PdsText {
36
36
  /**
37
37
  * Determines what semantic text tag to render.
38
38
  */
39
- tag: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'code' | 'pre' | 'strong' | 'em';
39
+ tag: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' | 'code' | 'pre' | 'strong' | 'em';
40
40
  /**
41
41
  * If set or `true`, the text will be truncated. Must add a `width` to the element.
42
42
  * When text overflows, a tooltip showing the full text will appear on hover/focus.
@@ -8,7 +8,7 @@ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  import { BoxColumnType, BoxShadowSizeType, BoxSpacingType } from "./utils/types";
9
9
  import { Event } from "./stencil-public-runtime";
10
10
  import { CheckboxChangeEventDetail } from "./components/pds-checkbox/checkbox-interface";
11
- import { ChipSentimentType, ChipVariantType, PlacementType } from "./utils/types";
11
+ import { ChipSentimentType, ChipSizeType, ChipVariantType, PlacementType } from "./utils/types";
12
12
  import { ComboboxLoadOptionsEventDetail, ComboboxOption, ComboboxSearchEventDetail } from "./components/pds-combobox/combobox-interface";
13
13
  import { PdsFilterClearEventDetail, PdsFilterCloseEventDetail, PdsFilterOpenEventDetail, PdsFilterVariant } from "./components/pds-filters/pds-filter/filter-interface";
14
14
  import { InputChangeEventDetail, InputInputEventDetail } from "./components/pds-input/input-interface";
@@ -20,7 +20,7 @@ import { TextareaChangeEventDetail, TextareaInputEventDetail } from "./component
20
20
  export { BoxColumnType, BoxShadowSizeType, BoxSpacingType } from "./utils/types";
21
21
  export { Event } from "./stencil-public-runtime";
22
22
  export { CheckboxChangeEventDetail } from "./components/pds-checkbox/checkbox-interface";
23
- export { ChipSentimentType, ChipVariantType, PlacementType } from "./utils/types";
23
+ export { ChipSentimentType, ChipSizeType, ChipVariantType, PlacementType } from "./utils/types";
24
24
  export { ComboboxLoadOptionsEventDetail, ComboboxOption, ComboboxSearchEventDetail } from "./components/pds-combobox/combobox-interface";
25
25
  export { PdsFilterClearEventDetail, PdsFilterCloseEventDetail, PdsFilterOpenEventDetail, PdsFilterVariant } from "./components/pds-filters/pds-filter/filter-interface";
26
26
  export { InputChangeEventDetail, InputInputEventDetail } from "./components/pds-input/input-interface";
@@ -719,7 +719,11 @@ export namespace Components {
719
719
  * Determines the button's disabled state.
720
720
  * @defaultValue false
721
721
  */
722
- "disabled"?: boolean;
722
+ "disabled": boolean;
723
+ /**
724
+ * Prompts the user to save the linked URL instead of navigating to it. It can be used without a value to download with the default filename, or with a string value to suggest a specific filename for the download. Only applies when href is set.
725
+ */
726
+ "download"?: string;
723
727
  /**
724
728
  * Determines if the button should take up the full width of its container.
725
729
  * @defaultValue false
@@ -839,8 +843,9 @@ export namespace Components {
839
843
  */
840
844
  "icon"?: string;
841
845
  /**
842
- * Determines whether the chip should be displayed in a larger size.
846
+ * Determines whether the chip should be displayed in a larger size. DEPRECATED.
843
847
  * @defaultValue false
848
+ * @deprecated Use `size` prop instead. Set `size="lg"` for the large variant.
844
849
  */
845
850
  "large": boolean;
846
851
  /**
@@ -860,6 +865,11 @@ export namespace Components {
860
865
  * @defaultValue 'neutral'
861
866
  */
862
867
  "sentiment": ChipSentimentType;
868
+ /**
869
+ * Sets the size of the chip.
870
+ * @defaultValue 'md'
871
+ */
872
+ "size"?: ChipSizeType;
863
873
  /**
864
874
  * Sets the style variant of the chip. Note: This prop is ignored when sentiment is 'brand'.
865
875
  * @defaultValue 'text'
@@ -1072,6 +1082,10 @@ export namespace Components {
1072
1082
  * @defaultValue false
1073
1083
  */
1074
1084
  "disabled": boolean;
1085
+ /**
1086
+ * Prompts the user to save the linked URL instead of navigating to it. It can be used without a value to download with the default filename, or with a string value to suggest a specific filename for the download. Only applies when href is set.
1087
+ */
1088
+ "download"?: string;
1075
1089
  /**
1076
1090
  * Determines whether the link should open in a new tab and display an external icon. This is a simpler alternative to using `target="_blank"` for the common case.
1077
1091
  * @defaultValue false
@@ -1282,6 +1296,10 @@ export namespace Components {
1282
1296
  * A unique identifier used for the underlying component `id` attribute.
1283
1297
  */
1284
1298
  "componentId": string;
1299
+ /**
1300
+ * Prompts the user to save the linked URL instead of navigating to it. It can be used without a value to download with the default filename, or with a string value to suggest a specific filename for the download.
1301
+ */
1302
+ "download"?: string;
1285
1303
  /**
1286
1304
  * Determines whether the link should open in a new tab.
1287
1305
  * @defaultValue false
@@ -2054,18 +2072,11 @@ export namespace Components {
2054
2072
  /**
2055
2073
  * Sets the text decoration.
2056
2074
  */
2057
- "decoration"?: | 'strikethrough'
2058
- | 'underline-dotted';
2075
+ "decoration"?: 'strikethrough' | 'underline-dotted';
2059
2076
  /**
2060
2077
  * Set the bottom margin for the text.
2061
2078
  */
2062
- "gutter"?: | '2xl'
2063
- | 'xl'
2064
- | 'lg'
2065
- | 'md'
2066
- | 'sm'
2067
- | 'xs'
2068
- | '2xs';
2079
+ "gutter"?: '2xl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs' | '2xs';
2069
2080
  /**
2070
2081
  * If set or `true`, the text will be italic.
2071
2082
  */
@@ -2074,33 +2085,34 @@ export namespace Components {
2074
2085
  * Sets the font size.
2075
2086
  */
2076
2087
  "size"?: | '2xl'
2077
- | 'xl'
2078
- | 'lg'
2079
- | 'md'
2080
- | 'sm'
2081
- | 'xs'
2082
- | '2xs'
2083
- | 'h1'
2084
- | 'h2'
2085
- | 'h3'
2086
- | 'h4'
2087
- | 'h5'
2088
- | 'h6';
2088
+ | 'xl'
2089
+ | 'lg'
2090
+ | 'md'
2091
+ | 'sm'
2092
+ | 'xs'
2093
+ | '2xs'
2094
+ | 'h1'
2095
+ | 'h2'
2096
+ | 'h3'
2097
+ | 'h4'
2098
+ | 'h5'
2099
+ | 'h6';
2089
2100
  /**
2090
2101
  * Determines what semantic text tag to render.
2091
- * @default "p"
2102
+ * @default 'p'
2092
2103
  */
2093
2104
  "tag": | 'h1'
2094
- | 'h2'
2095
- | 'h3'
2096
- | 'h4'
2097
- | 'h5'
2098
- | 'h6'
2099
- | 'p'
2100
- | 'code'
2101
- | 'pre'
2102
- | 'strong'
2103
- | 'em';
2105
+ | 'h2'
2106
+ | 'h3'
2107
+ | 'h4'
2108
+ | 'h5'
2109
+ | 'h6'
2110
+ | 'p'
2111
+ | 'span'
2112
+ | 'code'
2113
+ | 'pre'
2114
+ | 'strong'
2115
+ | 'em';
2104
2116
  /**
2105
2117
  * If set or `true`, the text will be truncated. Must add a `width` to the element. When text overflows, a tooltip showing the full text will appear on hover/focus. Note: When truncate is enabled, the element automatically receives tabindex="0" for keyboard accessibility.
2106
2118
  */
@@ -2109,11 +2121,11 @@ export namespace Components {
2109
2121
  * Sets the font weight.
2110
2122
  */
2111
2123
  "weight"?: | 'extra-light'
2112
- | 'light'
2113
- | 'regular'
2114
- | 'medium'
2115
- | 'semibold'
2116
- | 'bold';
2124
+ | 'light'
2125
+ | 'regular'
2126
+ | 'medium'
2127
+ | 'semibold'
2128
+ | 'bold';
2117
2129
  }
2118
2130
  interface PdsTextarea {
2119
2131
  /**
@@ -3713,6 +3725,10 @@ declare namespace LocalJSX {
3713
3725
  * @defaultValue false
3714
3726
  */
3715
3727
  "disabled"?: boolean;
3728
+ /**
3729
+ * Prompts the user to save the linked URL instead of navigating to it. It can be used without a value to download with the default filename, or with a string value to suggest a specific filename for the download. Only applies when href is set.
3730
+ */
3731
+ "download"?: string;
3716
3732
  /**
3717
3733
  * Determines if the button should take up the full width of its container.
3718
3734
  * @defaultValue false
@@ -3838,8 +3854,9 @@ declare namespace LocalJSX {
3838
3854
  */
3839
3855
  "icon"?: string;
3840
3856
  /**
3841
- * Determines whether the chip should be displayed in a larger size.
3857
+ * Determines whether the chip should be displayed in a larger size. DEPRECATED.
3842
3858
  * @defaultValue false
3859
+ * @deprecated Use `size` prop instead. Set `size="lg"` for the large variant.
3843
3860
  */
3844
3861
  "large"?: boolean;
3845
3862
  /**
@@ -3863,6 +3880,11 @@ declare namespace LocalJSX {
3863
3880
  * @defaultValue 'neutral'
3864
3881
  */
3865
3882
  "sentiment"?: ChipSentimentType;
3883
+ /**
3884
+ * Sets the size of the chip.
3885
+ * @defaultValue 'md'
3886
+ */
3887
+ "size"?: ChipSizeType;
3866
3888
  /**
3867
3889
  * Sets the style variant of the chip. Note: This prop is ignored when sentiment is 'brand'.
3868
3890
  * @defaultValue 'text'
@@ -4079,6 +4101,10 @@ declare namespace LocalJSX {
4079
4101
  * @defaultValue false
4080
4102
  */
4081
4103
  "disabled"?: boolean;
4104
+ /**
4105
+ * Prompts the user to save the linked URL instead of navigating to it. It can be used without a value to download with the default filename, or with a string value to suggest a specific filename for the download. Only applies when href is set.
4106
+ */
4107
+ "download"?: string;
4082
4108
  /**
4083
4109
  * Determines whether the link should open in a new tab and display an external icon. This is a simpler alternative to using `target="_blank"` for the common case.
4084
4110
  * @defaultValue false
@@ -4313,6 +4339,10 @@ declare namespace LocalJSX {
4313
4339
  * A unique identifier used for the underlying component `id` attribute.
4314
4340
  */
4315
4341
  "componentId"?: string;
4342
+ /**
4343
+ * Prompts the user to save the linked URL instead of navigating to it. It can be used without a value to download with the default filename, or with a string value to suggest a specific filename for the download.
4344
+ */
4345
+ "download"?: string;
4316
4346
  /**
4317
4347
  * Determines whether the link should open in a new tab.
4318
4348
  * @defaultValue false
@@ -5118,18 +5148,11 @@ declare namespace LocalJSX {
5118
5148
  /**
5119
5149
  * Sets the text decoration.
5120
5150
  */
5121
- "decoration"?: | 'strikethrough'
5122
- | 'underline-dotted';
5151
+ "decoration"?: 'strikethrough' | 'underline-dotted';
5123
5152
  /**
5124
5153
  * Set the bottom margin for the text.
5125
5154
  */
5126
- "gutter"?: | '2xl'
5127
- | 'xl'
5128
- | 'lg'
5129
- | 'md'
5130
- | 'sm'
5131
- | 'xs'
5132
- | '2xs';
5155
+ "gutter"?: '2xl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs' | '2xs';
5133
5156
  /**
5134
5157
  * If set or `true`, the text will be italic.
5135
5158
  */
@@ -5138,33 +5161,34 @@ declare namespace LocalJSX {
5138
5161
  * Sets the font size.
5139
5162
  */
5140
5163
  "size"?: | '2xl'
5141
- | 'xl'
5142
- | 'lg'
5143
- | 'md'
5144
- | 'sm'
5145
- | 'xs'
5146
- | '2xs'
5147
- | 'h1'
5148
- | 'h2'
5149
- | 'h3'
5150
- | 'h4'
5151
- | 'h5'
5152
- | 'h6';
5164
+ | 'xl'
5165
+ | 'lg'
5166
+ | 'md'
5167
+ | 'sm'
5168
+ | 'xs'
5169
+ | '2xs'
5170
+ | 'h1'
5171
+ | 'h2'
5172
+ | 'h3'
5173
+ | 'h4'
5174
+ | 'h5'
5175
+ | 'h6';
5153
5176
  /**
5154
5177
  * Determines what semantic text tag to render.
5155
- * @default "p"
5178
+ * @default 'p'
5156
5179
  */
5157
5180
  "tag"?: | 'h1'
5158
- | 'h2'
5159
- | 'h3'
5160
- | 'h4'
5161
- | 'h5'
5162
- | 'h6'
5163
- | 'p'
5164
- | 'code'
5165
- | 'pre'
5166
- | 'strong'
5167
- | 'em';
5181
+ | 'h2'
5182
+ | 'h3'
5183
+ | 'h4'
5184
+ | 'h5'
5185
+ | 'h6'
5186
+ | 'p'
5187
+ | 'span'
5188
+ | 'code'
5189
+ | 'pre'
5190
+ | 'strong'
5191
+ | 'em';
5168
5192
  /**
5169
5193
  * If set or `true`, the text will be truncated. Must add a `width` to the element. When text overflows, a tooltip showing the full text will appear on hover/focus. Note: When truncate is enabled, the element automatically receives tabindex="0" for keyboard accessibility.
5170
5194
  */
@@ -5173,11 +5197,11 @@ declare namespace LocalJSX {
5173
5197
  * Sets the font weight.
5174
5198
  */
5175
5199
  "weight"?: | 'extra-light'
5176
- | 'light'
5177
- | 'regular'
5178
- | 'medium'
5179
- | 'semibold'
5180
- | 'bold';
5200
+ | 'light'
5201
+ | 'regular'
5202
+ | 'medium'
5203
+ | 'semibold'
5204
+ | 'bold';
5181
5205
  }
5182
5206
  interface PdsTextarea {
5183
5207
  /**
@@ -3,4 +3,5 @@ export type BoxColumnType = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8'
3
3
  export type BoxSpacingType = 'none' | 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | '025' | '050' | '100' | '125' | '150' | '200' | '250' | '300' | '350' | '400' | '450' | '500' | '550' | '600' | '650' | '700' | '750' | '800';
4
4
  export type BoxShadowSizeType = 'none' | '050' | '100' | '150' | '200' | '300' | '400' | '500';
5
5
  export type ChipSentimentType = 'accent' | 'brand' | 'danger' | 'info' | 'neutral' | 'success' | 'warning';
6
+ export type ChipSizeType = 'sm' | 'md' | 'lg';
6
7
  export type ChipVariantType = 'text' | 'tag' | 'dropdown';
@@ -6722,6 +6722,13 @@
6722
6722
  "value": "Determines the button's disabled state.\n\n**Default:** `false`"
6723
6723
  }
6724
6724
  },
6725
+ {
6726
+ "name": "download",
6727
+ "description": {
6728
+ "kind": "markdown",
6729
+ "value": "Prompts the user to save the linked URL instead of navigating to it.\nIt can be used without a value to download with the default filename,\nor with a string value to suggest a specific filename for the download.\nOnly applies when href is set."
6730
+ }
6731
+ },
6725
6732
  {
6726
6733
  "name": "full-width",
6727
6734
  "description": {
@@ -6972,7 +6979,7 @@
6972
6979
  "name": "pds-chip",
6973
6980
  "description": {
6974
6981
  "kind": "markdown",
6975
- "value": "Chips are used to inform users about the status of an object or to associate properties with a parent. Commonly used in tabular data to indicate status.\n\n**Examples:**\n[Default](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#default), [Sentiment](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#sentiment), [Dot](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#dot), [Icon](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#icon), [Dropdown](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#dropdown), [Tag](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#tag), [Large](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#large)\n\n**Slots:**\n- `(default)` - The chip's label text.\n\n**Events:**\n- `pdsTagCloseClick` - Event emitted when the close button is clicked on a tag variant chip."
6982
+ "value": "Chips are used to inform users about the status of an object or to associate properties with a parent. Commonly used in tabular data to indicate status.\n\n**Examples:**\n[Default](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#default), [Sentiment](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#sentiment), [Dot](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#dot), [Icon](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#icon), [Dropdown](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#dropdown), [Tag](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#tag), [Sizes](https://pine-design-system.netlify.app/?path=/docs/components-chip--docs#sizes)\n\n**Slots:**\n- `(default)` - The chip's label text.\n\n**Events:**\n- `pdsTagCloseClick` - Event emitted when the close button is clicked on a tag variant chip."
6976
6983
  },
6977
6984
  "attributes": [
6978
6985
  {
@@ -7000,7 +7007,7 @@
7000
7007
  "name": "large",
7001
7008
  "description": {
7002
7009
  "kind": "markdown",
7003
- "value": "Determines whether the chip should be displayed in a larger size.\n\n**Default:** `false`"
7010
+ "value": "Determines whether the chip should be displayed in a larger size. DEPRECATED.\n\n**Default:** `false`\n\n⚠️ **Deprecated:** Use `size` prop instead. Set `size=\"lg\"` for the large variant."
7004
7011
  }
7005
7012
  },
7006
7013
  {
@@ -7085,6 +7092,24 @@
7085
7092
  }
7086
7093
  ]
7087
7094
  },
7095
+ {
7096
+ "name": "size",
7097
+ "description": {
7098
+ "kind": "markdown",
7099
+ "value": "Sets the size of the chip.\n\n**Type:** `\"lg\" | \"md\" | \"sm\"`"
7100
+ },
7101
+ "values": [
7102
+ {
7103
+ "name": "lg"
7104
+ },
7105
+ {
7106
+ "name": "md"
7107
+ },
7108
+ {
7109
+ "name": "sm"
7110
+ }
7111
+ ]
7112
+ },
7088
7113
  {
7089
7114
  "name": "variant",
7090
7115
  "description": {
@@ -7115,7 +7140,7 @@
7115
7140
  "name": "pds-combobox",
7116
7141
  "description": {
7117
7142
  "kind": "markdown",
7118
- "value": "A combobox is a text input with a dropdown list of options, allowing users to filter and select from a list. It is useful for searchable selects and autocomplete scenarios.\n\n**Slots:**\n- `empty` - Custom empty state message when no options match\n- `loading` - Custom loading indicator\n- `option` - Option elements for the combobox dropdown\n- `trigger-content` - Custom content for the button trigger when customTriggerContent is true\n\n**CSS Parts:**\n- `button-trigger` - No description\n- `chip-trigger` - No description\n- `input` - No description\n\n**Events:**\n- `pdsComboboxChange` - Emitted when the value changes.\n- `pdsComboboxLoadOptions` - Emitted to request more options (pagination).\n- `pdsComboboxSearch` - Emitted on search input (for consumer-managed async)."
7143
+ "value": "A combobox is a text input with a dropdown list of options, allowing users to filter and select from a list. It is useful for searchable selects and autocomplete scenarios.\n\n**Slots:**\n- `empty` - Custom empty state message when no options match\n- `loading` - Custom loading indicator\n- `option` - Option elements for the combobox dropdown\n- `trigger-content` - Custom content for the button trigger when customTriggerContent is true\n\n**CSS Parts:**\n- `button-trigger` - No description\n- `chip-trigger` - No description\n- `combobox` - No description\n- `input` - No description\n\n**Events:**\n- `pdsComboboxChange` - Emitted when the value changes.\n- `pdsComboboxLoadOptions` - Emitted to request more options (pagination).\n- `pdsComboboxSearch` - Emitted on search input (for consumer-managed async)."
7119
7144
  },
7120
7145
  "attributes": [
7121
7146
  {
@@ -7583,6 +7608,13 @@
7583
7608
  "value": "It determines whether or not the dropdown-item is disabled.\n\n**Default:** `false`"
7584
7609
  }
7585
7610
  },
7611
+ {
7612
+ "name": "download",
7613
+ "description": {
7614
+ "kind": "markdown",
7615
+ "value": "Prompts the user to save the linked URL instead of navigating to it.\nIt can be used without a value to download with the default filename,\nor with a string value to suggest a specific filename for the download.\nOnly applies when href is set."
7616
+ }
7617
+ },
7586
7618
  {
7587
7619
  "name": "external",
7588
7620
  "description": {
@@ -8010,6 +8042,13 @@
8010
8042
  "value": "A unique identifier used for the underlying component `id` attribute."
8011
8043
  }
8012
8044
  },
8045
+ {
8046
+ "name": "download",
8047
+ "description": {
8048
+ "kind": "markdown",
8049
+ "value": "Prompts the user to save the linked URL instead of navigating to it.\nIt can be used without a value to download with the default filename,\nor with a string value to suggest a specific filename for the download."
8050
+ }
8051
+ },
8013
8052
  {
8014
8053
  "name": "external",
8015
8054
  "description": {
@@ -8141,7 +8180,7 @@
8141
8180
  "name": "pds-modal",
8142
8181
  "description": {
8143
8182
  "kind": "markdown",
8144
- "value": "\n\n**Examples:**\n[Variants](https://pine-design-system.netlify.app/?path=/docs/components-modal--docs#variants), [Default](https://pine-design-system.netlify.app/?path=/docs/components-modal--docs#default), [Sizes](https://pine-design-system.netlify.app/?path=/docs/components-modal--docs#sizes), [Destructive Actions](https://pine-design-system.netlify.app/?path=/docs/components-modal--docs#destructive-actions), [Scrollable Content](https://pine-design-system.netlify.app/?path=/docs/components-modal--docs#scrollable-content), [Nested Modals](https://pine-design-system.netlify.app/?path=/docs/components-modal--docs#nested-modals)\n\n**Events:**\n- `pdsModalClose` - Emitted when the modal is closed\n- `pdsModalOpen` - Emitted when the modal is opened"
8183
+ "value": "\n\n**Examples:**\n[Variants](https://pine-design-system.netlify.app/?path=/docs/components-modal--docs#variants), [Default](https://pine-design-system.netlify.app/?path=/docs/components-modal--docs#default), [Sizes](https://pine-design-system.netlify.app/?path=/docs/components-modal--docs#sizes), [Destructive Actions](https://pine-design-system.netlify.app/?path=/docs/components-modal--docs#destructive-actions), [Scrollable Content](https://pine-design-system.netlify.app/?path=/docs/components-modal--docs#scrollable-content), [Nested Modals](https://pine-design-system.netlify.app/?path=/docs/components-modal--docs#nested-modals)\n\n**CSS Parts:**\n- `modal` - No description\n\n**Events:**\n- `pdsModalClose` - Emitted when the modal is closed\n- `pdsModalOpen` - Emitted when the modal is opened"
8145
8184
  },
8146
8185
  "attributes": [
8147
8186
  {
@@ -9997,7 +10036,7 @@
9997
10036
  "name": "tag",
9998
10037
  "description": {
9999
10038
  "kind": "markdown",
10000
- "value": "Determines what semantic text tag to render.\n\n**Type:** `\"code\" | \"em\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"p\" | \"pre\" | \"strong\"`\n\n**Default:** `\"p\"`"
10039
+ "value": "Determines what semantic text tag to render.\n\n**Type:** `\"code\" | \"em\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"p\" | \"pre\" | \"span\" | \"strong\"`\n\n**Default:** `'p'`"
10001
10040
  },
10002
10041
  "values": [
10003
10042
  {
@@ -10030,6 +10069,9 @@
10030
10069
  {
10031
10070
  "name": "pre"
10032
10071
  },
10072
+ {
10073
+ "name": "span"
10074
+ },
10033
10075
  {
10034
10076
  "name": "strong"
10035
10077
  }