@pine-ds/core 2.1.1 → 2.1.3

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 (538) hide show
  1. package/components/index.d.ts +6 -0
  2. package/components/index.js +3 -0
  3. package/components/index.js.map +1 -1
  4. package/components/index2.js +3 -2
  5. package/components/index2.js.map +1 -1
  6. package/components/pds-button2.js +5 -3
  7. package/components/pds-button2.js.map +1 -1
  8. package/components/pds-checkbox2.js +12 -5
  9. package/components/pds-checkbox2.js.map +1 -1
  10. package/components/pds-chip.js +4 -4
  11. package/components/pds-chip.js.map +1 -1
  12. package/components/pds-copytext.js +1 -1
  13. package/components/pds-copytext.js.map +1 -1
  14. package/components/pds-divider.js +1 -1
  15. package/components/pds-divider.js.map +1 -1
  16. package/components/pds-image.js +2 -2
  17. package/components/pds-image.js.map +1 -1
  18. package/components/pds-input.js +12 -5
  19. package/components/pds-input.js.map +1 -1
  20. package/components/pds-link.js +2 -2
  21. package/components/pds-link.js.map +1 -1
  22. package/components/pds-loader.js +1 -1
  23. package/components/pds-popover.d.ts +11 -0
  24. package/components/pds-popover.js +94 -0
  25. package/components/pds-popover.js.map +1 -0
  26. package/components/pds-progress.js +1 -1
  27. package/components/pds-radio.js +16 -9
  28. package/components/pds-radio.js.map +1 -1
  29. package/components/pds-row.js +2 -2
  30. package/components/pds-row.js.map +1 -1
  31. package/components/pds-select.d.ts +11 -0
  32. package/components/pds-select.js +165 -0
  33. package/components/pds-select.js.map +1 -0
  34. package/components/pds-sortable-item.js +1 -1
  35. package/components/pds-sortable.js +1 -1
  36. package/components/pds-switch.js +12 -8
  37. package/components/pds-switch.js.map +1 -1
  38. package/components/pds-tab.js +3 -3
  39. package/components/pds-table-body.js +1 -1
  40. package/components/pds-table-cell2.js +2 -2
  41. package/components/pds-table-cell2.js.map +1 -1
  42. package/components/pds-table-head-cell2.js +3 -3
  43. package/components/pds-table-head-cell2.js.map +1 -1
  44. package/components/pds-table-head.js +1 -1
  45. package/components/pds-table-head.js.map +1 -1
  46. package/components/pds-table-row.js +9 -3
  47. package/components/pds-table-row.js.map +1 -1
  48. package/components/pds-table.js +1 -1
  49. package/components/pds-table.js.map +1 -1
  50. package/components/pds-tabpanel.js +1 -1
  51. package/components/pds-tabs.js +1 -1
  52. package/components/pds-text.d.ts +11 -0
  53. package/components/pds-text.js +58 -0
  54. package/components/pds-text.js.map +1 -0
  55. package/components/pds-textarea.js +13 -6
  56. package/components/pds-textarea.js.map +1 -1
  57. package/components/pds-tooltip.js +2 -2
  58. package/dist/cjs/{index-8f7870bb.js → index-3ad62856.js} +4 -2
  59. package/dist/cjs/index-3ad62856.js.map +1 -0
  60. package/dist/cjs/{index-8ad0cd9d.js → index-b7d9268e.js} +3 -2
  61. package/dist/cjs/index-b7d9268e.js.map +1 -0
  62. package/dist/cjs/index.cjs.js +1 -1
  63. package/dist/cjs/loader.cjs.js +2 -2
  64. package/dist/cjs/pds-accordion.cjs.entry.js +2 -2
  65. package/dist/cjs/pds-avatar.cjs.entry.js +2 -2
  66. package/dist/cjs/pds-box.cjs.entry.js +1 -1
  67. package/dist/cjs/pds-button.cjs.entry.js +5 -3
  68. package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
  69. package/dist/cjs/pds-checkbox.cjs.entry.js +7 -6
  70. package/dist/cjs/pds-checkbox.cjs.entry.js.map +1 -1
  71. package/dist/cjs/pds-chip.cjs.entry.js +5 -5
  72. package/dist/cjs/pds-chip.cjs.entry.js.map +1 -1
  73. package/dist/cjs/pds-copytext.cjs.entry.js +3 -3
  74. package/dist/cjs/pds-copytext.cjs.entry.js.map +1 -1
  75. package/dist/cjs/pds-divider.cjs.entry.js +2 -2
  76. package/dist/cjs/pds-divider.cjs.entry.js.map +1 -1
  77. package/dist/cjs/pds-icon.cjs.entry.js +1 -1
  78. package/dist/cjs/pds-image.cjs.entry.js +3 -3
  79. package/dist/cjs/pds-image.cjs.entry.js.map +1 -1
  80. package/dist/cjs/pds-input.cjs.entry.js +7 -6
  81. package/dist/cjs/pds-input.cjs.entry.js.map +1 -1
  82. package/dist/cjs/{pds-label-35369959.js → pds-label-05f073ea.js} +2 -2
  83. package/dist/cjs/{pds-label-35369959.js.map → pds-label-05f073ea.js.map} +1 -1
  84. package/dist/cjs/pds-link.cjs.entry.js +4 -4
  85. package/dist/cjs/pds-link.cjs.entry.js.map +1 -1
  86. package/dist/cjs/pds-loader.cjs.entry.js +2 -2
  87. package/dist/cjs/pds-popover.cjs.entry.js +72 -0
  88. package/dist/cjs/pds-popover.cjs.entry.js.map +1 -0
  89. package/dist/cjs/pds-progress.cjs.entry.js +2 -2
  90. package/dist/cjs/pds-radio.cjs.entry.js +9 -8
  91. package/dist/cjs/pds-radio.cjs.entry.js.map +1 -1
  92. package/dist/cjs/pds-row.cjs.entry.js +3 -3
  93. package/dist/cjs/pds-row.cjs.entry.js.map +1 -1
  94. package/dist/cjs/pds-select.cjs.entry.js +131 -0
  95. package/dist/cjs/pds-select.cjs.entry.js.map +1 -0
  96. package/dist/cjs/pds-sortable-item.cjs.entry.js +3 -3
  97. package/dist/cjs/pds-sortable.cjs.entry.js +2 -2
  98. package/dist/cjs/pds-switch.cjs.entry.js +7 -9
  99. package/dist/cjs/pds-switch.cjs.entry.js.map +1 -1
  100. package/dist/cjs/pds-tab.cjs.entry.js +4 -4
  101. package/dist/cjs/pds-table-body.cjs.entry.js +2 -2
  102. package/dist/cjs/pds-table-cell.cjs.entry.js +3 -3
  103. package/dist/cjs/pds-table-cell.cjs.entry.js.map +1 -1
  104. package/dist/cjs/pds-table-head-cell.cjs.entry.js +4 -4
  105. package/dist/cjs/pds-table-head-cell.cjs.entry.js.map +1 -1
  106. package/dist/cjs/pds-table-head.cjs.entry.js +2 -2
  107. package/dist/cjs/pds-table-head.cjs.entry.js.map +1 -1
  108. package/dist/cjs/pds-table-row.cjs.entry.js +2 -2
  109. package/dist/cjs/pds-table-row.cjs.entry.js.map +1 -1
  110. package/dist/cjs/pds-table.cjs.entry.js +2 -2
  111. package/dist/cjs/pds-table.cjs.entry.js.map +1 -1
  112. package/dist/cjs/pds-tabpanel.cjs.entry.js +2 -2
  113. package/dist/cjs/pds-tabs.cjs.entry.js +2 -2
  114. package/dist/cjs/pds-text.cjs.entry.js +37 -0
  115. package/dist/cjs/pds-text.cjs.entry.js.map +1 -0
  116. package/dist/cjs/pds-textarea.cjs.entry.js +8 -7
  117. package/dist/cjs/pds-textarea.cjs.entry.js.map +1 -1
  118. package/dist/cjs/pds-tooltip.cjs.entry.js +3 -3
  119. package/dist/cjs/pine-core.cjs.js +2 -2
  120. package/dist/collection/collection-manifest.json +3 -0
  121. package/dist/collection/components/pds-button/pds-button.js +36 -11
  122. package/dist/collection/components/pds-button/pds-button.js.map +1 -1
  123. package/dist/collection/components/pds-button/stories/pds-button.stories.js +8 -1
  124. package/dist/collection/components/pds-checkbox/pds-checkbox.css +9 -1
  125. package/dist/collection/components/pds-checkbox/pds-checkbox.js +4 -3
  126. package/dist/collection/components/pds-checkbox/pds-checkbox.js.map +1 -1
  127. package/dist/collection/components/pds-chip/pds-chip.js +26 -26
  128. package/dist/collection/components/pds-chip/pds-chip.js.map +1 -1
  129. package/dist/collection/components/pds-copytext/pds-copytext.js +4 -4
  130. package/dist/collection/components/pds-copytext/pds-copytext.js.map +1 -1
  131. package/dist/collection/components/pds-divider/pds-divider.js +2 -2
  132. package/dist/collection/components/pds-divider/pds-divider.js.map +1 -1
  133. package/dist/collection/components/pds-image/pds-image.js +13 -7
  134. package/dist/collection/components/pds-image/pds-image.js.map +1 -1
  135. package/dist/collection/components/pds-input/pds-input.css +6 -1
  136. package/dist/collection/components/pds-input/pds-input.js +9 -8
  137. package/dist/collection/components/pds-input/pds-input.js.map +1 -1
  138. package/dist/collection/components/pds-link/pds-link.js +12 -9
  139. package/dist/collection/components/pds-link/pds-link.js.map +1 -1
  140. package/dist/collection/components/pds-loader/pds-loader.js +1 -1
  141. package/dist/collection/components/pds-popover/pds-popover.css +51 -0
  142. package/dist/collection/components/pds-popover/pds-popover.js +216 -0
  143. package/dist/collection/components/pds-popover/pds-popover.js.map +1 -0
  144. package/dist/collection/components/pds-popover/stories/pds-popover.stories.js +45 -0
  145. package/dist/collection/components/pds-progress/pds-progress.js +1 -1
  146. package/dist/collection/components/pds-radio/pds-radio.css +9 -1
  147. package/dist/collection/components/pds-radio/pds-radio.js +41 -40
  148. package/dist/collection/components/pds-radio/pds-radio.js.map +1 -1
  149. package/dist/collection/components/pds-row/pds-row.css +7 -5
  150. package/dist/collection/components/pds-row/pds-row.js +1 -1
  151. package/dist/collection/components/pds-select/pds-select.css +126 -0
  152. package/dist/collection/components/pds-select/pds-select.js +360 -0
  153. package/dist/collection/components/pds-select/pds-select.js.map +1 -0
  154. package/dist/collection/components/pds-select/stories/pds-select.stories.js +153 -0
  155. package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +1 -1
  156. package/dist/collection/components/pds-sortable/pds-sortable.js +1 -1
  157. package/dist/collection/components/pds-switch/pds-switch.css +10 -6
  158. package/dist/collection/components/pds-switch/pds-switch.js +14 -16
  159. package/dist/collection/components/pds-switch/pds-switch.js.map +1 -1
  160. package/dist/collection/components/pds-switch/stories/pds-switch.stories.js +2 -2
  161. package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +1 -1
  162. package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +2 -2
  163. package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js.map +1 -1
  164. package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +7 -4
  165. package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js.map +1 -1
  166. package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +2 -2
  167. package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js.map +1 -1
  168. package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +3 -3
  169. package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js.map +1 -1
  170. package/dist/collection/components/pds-table/pds-table.js +4 -4
  171. package/dist/collection/components/pds-table/pds-table.js.map +1 -1
  172. package/dist/collection/components/pds-table/stories/pds-table.stories.js +1 -1
  173. package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +3 -3
  174. package/dist/collection/components/pds-tabs/pds-tab/stories/pds-tab.stories.js +19 -0
  175. package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +1 -1
  176. package/dist/collection/components/pds-tabs/pds-tabpanel/stories/pds-tabpanel.stories.js +19 -0
  177. package/dist/collection/components/pds-tabs/pds-tabs.js +1 -1
  178. package/dist/collection/components/pds-tabs/stories/pds-tabs.stories.js +18 -18
  179. package/dist/collection/components/pds-text/pds-text.css +218 -0
  180. package/dist/collection/components/pds-text/pds-text.js +143 -0
  181. package/dist/collection/components/pds-text/pds-text.js.map +1 -0
  182. package/dist/collection/components/pds-text/stories/pds-text.stories.js +111 -0
  183. package/dist/collection/components/pds-textarea/pds-textarea.css +4 -0
  184. package/dist/collection/components/pds-textarea/pds-textarea.js +17 -16
  185. package/dist/collection/components/pds-textarea/pds-textarea.js.map +1 -1
  186. package/dist/collection/components/pds-textarea/stories/pds-textarea.stories.js +2 -2
  187. package/dist/collection/components/pds-tooltip/pds-tooltip.js +2 -2
  188. package/dist/collection/utils/types.js.map +1 -1
  189. package/dist/docs.json +1091 -165
  190. package/dist/esm/{index-5e7a8a36.js → index-56752d25.js} +4 -3
  191. package/dist/esm/index-56752d25.js.map +1 -0
  192. package/dist/esm/{index-8b335bbb.js → index-b1696fed.js} +3 -2
  193. package/dist/esm/index-b1696fed.js.map +1 -0
  194. package/dist/esm/index.js +1 -1
  195. package/dist/esm/loader.js +3 -3
  196. package/dist/esm/pds-accordion.entry.js +2 -2
  197. package/dist/esm/pds-avatar.entry.js +2 -2
  198. package/dist/esm/pds-box.entry.js +1 -1
  199. package/dist/esm/pds-button.entry.js +5 -3
  200. package/dist/esm/pds-button.entry.js.map +1 -1
  201. package/dist/esm/pds-checkbox.entry.js +7 -6
  202. package/dist/esm/pds-checkbox.entry.js.map +1 -1
  203. package/dist/esm/pds-chip.entry.js +5 -5
  204. package/dist/esm/pds-chip.entry.js.map +1 -1
  205. package/dist/esm/pds-copytext.entry.js +3 -3
  206. package/dist/esm/pds-copytext.entry.js.map +1 -1
  207. package/dist/esm/pds-divider.entry.js +2 -2
  208. package/dist/esm/pds-divider.entry.js.map +1 -1
  209. package/dist/esm/pds-icon.entry.js +1 -1
  210. package/dist/esm/pds-image.entry.js +3 -3
  211. package/dist/esm/pds-image.entry.js.map +1 -1
  212. package/dist/esm/pds-input.entry.js +7 -6
  213. package/dist/esm/pds-input.entry.js.map +1 -1
  214. package/dist/esm/{pds-label-1f80d632.js → pds-label-62469596.js} +2 -2
  215. package/dist/esm/{pds-label-1f80d632.js.map → pds-label-62469596.js.map} +1 -1
  216. package/dist/esm/pds-link.entry.js +4 -4
  217. package/dist/esm/pds-link.entry.js.map +1 -1
  218. package/dist/esm/pds-loader.entry.js +2 -2
  219. package/dist/esm/pds-popover.entry.js +68 -0
  220. package/dist/esm/pds-popover.entry.js.map +1 -0
  221. package/dist/esm/pds-progress.entry.js +2 -2
  222. package/dist/esm/pds-radio.entry.js +9 -8
  223. package/dist/esm/pds-radio.entry.js.map +1 -1
  224. package/dist/esm/pds-row.entry.js +3 -3
  225. package/dist/esm/pds-row.entry.js.map +1 -1
  226. package/dist/esm/pds-select.entry.js +127 -0
  227. package/dist/esm/pds-select.entry.js.map +1 -0
  228. package/dist/esm/pds-sortable-item.entry.js +3 -3
  229. package/dist/esm/pds-sortable.entry.js +2 -2
  230. package/dist/esm/pds-switch.entry.js +7 -9
  231. package/dist/esm/pds-switch.entry.js.map +1 -1
  232. package/dist/esm/pds-tab.entry.js +4 -4
  233. package/dist/esm/pds-table-body.entry.js +2 -2
  234. package/dist/esm/pds-table-cell.entry.js +3 -3
  235. package/dist/esm/pds-table-cell.entry.js.map +1 -1
  236. package/dist/esm/pds-table-head-cell.entry.js +4 -4
  237. package/dist/esm/pds-table-head-cell.entry.js.map +1 -1
  238. package/dist/esm/pds-table-head.entry.js +2 -2
  239. package/dist/esm/pds-table-head.entry.js.map +1 -1
  240. package/dist/esm/pds-table-row.entry.js +2 -2
  241. package/dist/esm/pds-table-row.entry.js.map +1 -1
  242. package/dist/esm/pds-table.entry.js +2 -2
  243. package/dist/esm/pds-table.entry.js.map +1 -1
  244. package/dist/esm/pds-tabpanel.entry.js +2 -2
  245. package/dist/esm/pds-tabs.entry.js +2 -2
  246. package/dist/esm/pds-text.entry.js +33 -0
  247. package/dist/esm/pds-text.entry.js.map +1 -0
  248. package/dist/esm/pds-textarea.entry.js +8 -7
  249. package/dist/esm/pds-textarea.entry.js.map +1 -1
  250. package/dist/esm/pds-tooltip.entry.js +3 -3
  251. package/dist/esm/pine-core.js +3 -3
  252. package/dist/esm-es5/index-56752d25.js +2 -0
  253. package/dist/esm-es5/index-56752d25.js.map +1 -0
  254. package/dist/esm-es5/{index-8b335bbb.js → index-b1696fed.js} +3 -3
  255. package/dist/esm-es5/index-b1696fed.js.map +1 -0
  256. package/dist/esm-es5/index.js +1 -1
  257. package/dist/esm-es5/loader.js +1 -1
  258. package/dist/esm-es5/loader.js.map +1 -1
  259. package/dist/esm-es5/pds-accordion.entry.js +1 -1
  260. package/dist/esm-es5/pds-avatar.entry.js +1 -1
  261. package/dist/esm-es5/pds-box.entry.js +1 -1
  262. package/dist/esm-es5/pds-button.entry.js +1 -1
  263. package/dist/esm-es5/pds-button.entry.js.map +1 -1
  264. package/dist/esm-es5/pds-checkbox.entry.js +1 -1
  265. package/dist/esm-es5/pds-checkbox.entry.js.map +1 -1
  266. package/dist/esm-es5/pds-chip.entry.js +1 -1
  267. package/dist/esm-es5/pds-chip.entry.js.map +1 -1
  268. package/dist/esm-es5/pds-copytext.entry.js +1 -1
  269. package/dist/esm-es5/pds-copytext.entry.js.map +1 -1
  270. package/dist/esm-es5/pds-divider.entry.js +1 -1
  271. package/dist/esm-es5/pds-divider.entry.js.map +1 -1
  272. package/dist/esm-es5/pds-icon.entry.js +1 -1
  273. package/dist/esm-es5/pds-image.entry.js +1 -1
  274. package/dist/esm-es5/pds-image.entry.js.map +1 -1
  275. package/dist/esm-es5/pds-input.entry.js +1 -1
  276. package/dist/esm-es5/pds-input.entry.js.map +1 -1
  277. package/dist/esm-es5/{pds-label-1f80d632.js → pds-label-62469596.js} +2 -2
  278. package/dist/esm-es5/pds-link.entry.js +1 -1
  279. package/dist/esm-es5/pds-link.entry.js.map +1 -1
  280. package/dist/esm-es5/pds-loader.entry.js +1 -1
  281. package/dist/esm-es5/pds-popover.entry.js +2 -0
  282. package/dist/esm-es5/pds-popover.entry.js.map +1 -0
  283. package/dist/esm-es5/pds-progress.entry.js +1 -1
  284. package/dist/esm-es5/pds-radio.entry.js +1 -1
  285. package/dist/esm-es5/pds-radio.entry.js.map +1 -1
  286. package/dist/esm-es5/pds-row.entry.js +1 -1
  287. package/dist/esm-es5/pds-row.entry.js.map +1 -1
  288. package/dist/esm-es5/pds-select.entry.js +2 -0
  289. package/dist/esm-es5/pds-select.entry.js.map +1 -0
  290. package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
  291. package/dist/esm-es5/pds-sortable.entry.js +2 -2
  292. package/dist/esm-es5/pds-switch.entry.js +1 -1
  293. package/dist/esm-es5/pds-switch.entry.js.map +1 -1
  294. package/dist/esm-es5/pds-tab.entry.js +1 -1
  295. package/dist/esm-es5/pds-table-body.entry.js +1 -1
  296. package/dist/esm-es5/pds-table-cell.entry.js +1 -1
  297. package/dist/esm-es5/pds-table-cell.entry.js.map +1 -1
  298. package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
  299. package/dist/esm-es5/pds-table-head-cell.entry.js.map +1 -1
  300. package/dist/esm-es5/pds-table-head.entry.js +1 -1
  301. package/dist/esm-es5/pds-table-head.entry.js.map +1 -1
  302. package/dist/esm-es5/pds-table-row.entry.js +1 -1
  303. package/dist/esm-es5/pds-table-row.entry.js.map +1 -1
  304. package/dist/esm-es5/pds-table.entry.js +1 -1
  305. package/dist/esm-es5/pds-table.entry.js.map +1 -1
  306. package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
  307. package/dist/esm-es5/pds-tabs.entry.js +1 -1
  308. package/dist/esm-es5/pds-text.entry.js +2 -0
  309. package/dist/esm-es5/pds-text.entry.js.map +1 -0
  310. package/dist/esm-es5/pds-textarea.entry.js +1 -1
  311. package/dist/esm-es5/pds-textarea.entry.js.map +1 -1
  312. package/dist/esm-es5/pds-tooltip.entry.js +1 -1
  313. package/dist/esm-es5/pine-core.js +1 -1
  314. package/dist/esm-es5/pine-core.js.map +1 -1
  315. package/dist/pine-core/index.esm.js +1 -1
  316. package/dist/pine-core/p-00c8d6d8.entry.js +2 -0
  317. package/dist/pine-core/p-00c8d6d8.entry.js.map +1 -0
  318. package/dist/pine-core/{p-6deaad03.entry.js → p-031ac651.entry.js} +2 -2
  319. package/dist/pine-core/{p-6deaad03.entry.js.map → p-031ac651.entry.js.map} +1 -1
  320. package/dist/pine-core/{p-de0beb45.system.entry.js → p-09d83447.system.entry.js} +2 -2
  321. package/dist/pine-core/{p-de0beb45.system.entry.js.map → p-09d83447.system.entry.js.map} +1 -1
  322. package/dist/pine-core/{p-d464f04f.entry.js → p-0ac04129.entry.js} +2 -2
  323. package/dist/pine-core/{p-d464f04f.entry.js.map → p-0ac04129.entry.js.map} +1 -1
  324. package/dist/pine-core/p-0ad64b9d.system.entry.js +2 -0
  325. package/dist/pine-core/p-0ad64b9d.system.entry.js.map +1 -0
  326. package/dist/pine-core/p-110b2e03.entry.js +2 -0
  327. package/dist/pine-core/p-110b2e03.entry.js.map +1 -0
  328. package/dist/pine-core/p-1164c32c.system.entry.js +2 -0
  329. package/dist/pine-core/p-1164c32c.system.entry.js.map +1 -0
  330. package/dist/pine-core/{p-e9ca5a4e.entry.js → p-1351489d.entry.js} +2 -2
  331. package/dist/pine-core/{p-e9ca5a4e.entry.js.map → p-1351489d.entry.js.map} +1 -1
  332. package/dist/pine-core/{p-3b780711.entry.js → p-1712d594.entry.js} +2 -2
  333. package/dist/pine-core/{p-d618d51b.entry.js → p-196f615c.entry.js} +2 -2
  334. package/dist/pine-core/{p-d618d51b.entry.js.map → p-196f615c.entry.js.map} +1 -1
  335. package/dist/pine-core/{p-4e39bbd7.system.entry.js → p-1a1a76ea.system.entry.js} +2 -2
  336. package/dist/pine-core/{p-e4a1b3f5.system.entry.js → p-1a548198.system.entry.js} +2 -2
  337. package/dist/pine-core/p-1a78ee21.entry.js +2 -0
  338. package/dist/pine-core/p-1a78ee21.entry.js.map +1 -0
  339. package/dist/pine-core/{p-89101362.system.entry.js → p-1df1990d.system.entry.js} +2 -2
  340. package/dist/pine-core/{p-1ca76e21.entry.js → p-1e80f274.entry.js} +2 -2
  341. package/dist/pine-core/{p-143bbe94.system.entry.js → p-2e1dc5e5.system.entry.js} +2 -2
  342. package/dist/pine-core/{p-143bbe94.system.entry.js.map → p-2e1dc5e5.system.entry.js.map} +1 -1
  343. package/dist/pine-core/{p-5f13c97b.entry.js → p-34cda8d5.system.entry.js} +2 -2
  344. package/dist/pine-core/p-34cda8d5.system.entry.js.map +1 -0
  345. package/dist/pine-core/{p-05d140a3.system.entry.js → p-364a7555.system.entry.js} +2 -2
  346. package/dist/pine-core/{p-5f23f121.entry.js → p-37a3c235.entry.js} +2 -2
  347. package/dist/pine-core/p-37a3c235.entry.js.map +1 -0
  348. package/dist/pine-core/{p-a18ff34f.entry.js → p-396014d3.entry.js} +2 -2
  349. package/dist/pine-core/{p-5fb6ab2f.entry.js → p-3acb18ad.entry.js} +2 -2
  350. package/dist/pine-core/p-3ae15266.entry.js +2 -0
  351. package/dist/pine-core/p-3ae15266.entry.js.map +1 -0
  352. package/dist/pine-core/{p-4c0c0b2d.system.js → p-45cf2585.system.js} +3 -3
  353. package/dist/pine-core/p-45cf2585.system.js.map +1 -0
  354. package/dist/pine-core/p-4a10164f.entry.js +2 -0
  355. package/dist/pine-core/p-4a10164f.entry.js.map +1 -0
  356. package/dist/pine-core/{p-136ea1e9.entry.js → p-4d22b02c.entry.js} +2 -2
  357. package/dist/pine-core/p-4f9b1945.entry.js +2 -0
  358. package/dist/pine-core/p-4f9b1945.entry.js.map +1 -0
  359. package/dist/pine-core/{p-70e5e466.system.entry.js → p-50918693.system.entry.js} +2 -2
  360. package/dist/pine-core/{p-188be548.entry.js → p-5380ad4f.entry.js} +2 -2
  361. package/dist/pine-core/{p-188be548.entry.js.map → p-5380ad4f.entry.js.map} +1 -1
  362. package/dist/pine-core/{p-e7648adc.system.entry.js → p-539fe011.system.entry.js} +2 -2
  363. package/dist/pine-core/{p-e7648adc.system.entry.js.map → p-539fe011.system.entry.js.map} +1 -1
  364. package/dist/pine-core/p-59a43f75.system.entry.js +2 -0
  365. package/dist/pine-core/p-59a43f75.system.entry.js.map +1 -0
  366. package/dist/pine-core/{p-0200fce9.entry.js → p-59fcea0f.entry.js} +2 -2
  367. package/dist/pine-core/p-5b9d6ad1.entry.js +2 -0
  368. package/dist/pine-core/p-5b9d6ad1.entry.js.map +1 -0
  369. package/dist/pine-core/p-5c04aee0.system.js +2 -0
  370. package/dist/pine-core/p-5c04aee0.system.js.map +1 -0
  371. package/dist/pine-core/{p-c18464e8.system.entry.js → p-5cb59e3f.system.entry.js} +2 -2
  372. package/dist/pine-core/{p-c18464e8.system.entry.js.map → p-5cb59e3f.system.entry.js.map} +1 -1
  373. package/dist/pine-core/p-605dc33a.system.entry.js +2 -0
  374. package/dist/pine-core/p-605dc33a.system.entry.js.map +1 -0
  375. package/dist/pine-core/p-630b1802.entry.js +2 -0
  376. package/dist/pine-core/p-630b1802.entry.js.map +1 -0
  377. package/dist/pine-core/{p-e2d793eb.entry.js → p-65229490.entry.js} +2 -2
  378. package/dist/pine-core/{p-f6e72c06.system.entry.js → p-6d447614.system.entry.js} +2 -2
  379. package/dist/pine-core/{p-f6e72c06.system.entry.js.map → p-6d447614.system.entry.js.map} +1 -1
  380. package/dist/pine-core/{p-62ebfe42.entry.js → p-760e1c32.entry.js} +2 -2
  381. package/dist/pine-core/{p-62ebfe42.entry.js.map → p-760e1c32.entry.js.map} +1 -1
  382. package/dist/pine-core/{p-33a94e8c.system.entry.js → p-84d36583.system.entry.js} +2 -2
  383. package/dist/pine-core/{p-4e6e2052.js → p-87fe352f.js} +3 -3
  384. package/dist/pine-core/p-87fe352f.js.map +1 -0
  385. package/dist/pine-core/p-88702fa2.entry.js +2 -0
  386. package/dist/pine-core/p-88702fa2.entry.js.map +1 -0
  387. package/dist/pine-core/{p-82a001ac.system.entry.js → p-88edcb41.system.entry.js} +2 -2
  388. package/dist/pine-core/{p-330eda0c.entry.js → p-892b4a4c.entry.js} +2 -2
  389. package/dist/pine-core/{p-c5991956.system.entry.js → p-8ae84655.system.entry.js} +2 -2
  390. package/dist/pine-core/{p-c5991956.system.entry.js.map → p-8ae84655.system.entry.js.map} +1 -1
  391. package/dist/pine-core/{p-7d6d3e2b.entry.js → p-9487df53.entry.js} +2 -2
  392. package/dist/pine-core/p-9db668f2.system.entry.js +2 -0
  393. package/dist/pine-core/p-9db668f2.system.entry.js.map +1 -0
  394. package/dist/pine-core/p-a24fa762.system.entry.js +2 -0
  395. package/dist/pine-core/p-a24fa762.system.entry.js.map +1 -0
  396. package/dist/pine-core/{p-3fc1efe7.system.entry.js → p-a2726d3b.system.entry.js} +2 -2
  397. package/dist/pine-core/{p-48f0a5a4.entry.js → p-a6713696.entry.js} +2 -2
  398. package/dist/pine-core/{p-48f0a5a4.entry.js.map → p-a6713696.entry.js.map} +1 -1
  399. package/dist/pine-core/{p-3ec7fac1.js → p-a9038f7f.js} +2 -2
  400. package/dist/pine-core/{p-9dec3592.system.entry.js → p-a9e02a6f.system.entry.js} +2 -2
  401. package/dist/pine-core/{p-1b611a91.system.entry.js → p-adda8682.system.entry.js} +2 -2
  402. package/dist/pine-core/{p-1b611a91.system.entry.js.map → p-adda8682.system.entry.js.map} +1 -1
  403. package/dist/pine-core/{p-1c0993d9.system.entry.js → p-ae19532d.system.entry.js} +2 -2
  404. package/dist/pine-core/{p-1c0993d9.system.entry.js.map → p-ae19532d.system.entry.js.map} +1 -1
  405. package/dist/pine-core/p-b3e36d77.system.entry.js +2 -0
  406. package/dist/pine-core/p-b3e36d77.system.entry.js.map +1 -0
  407. package/dist/pine-core/{p-0efee237.system.entry.js → p-b7edbe43.system.entry.js} +2 -2
  408. package/dist/pine-core/{p-0e310504.system.entry.js → p-b95522e6.system.entry.js} +2 -2
  409. package/dist/pine-core/{p-053ca95a.entry.js → p-b9cebd24.entry.js} +2 -2
  410. package/dist/pine-core/{p-053ca95a.entry.js.map → p-b9cebd24.entry.js.map} +1 -1
  411. package/dist/pine-core/{p-94a0fd6e.entry.js → p-bbd19258.entry.js} +2 -2
  412. package/dist/pine-core/p-cbf2acbd.system.entry.js +2 -0
  413. package/dist/pine-core/p-cbf2acbd.system.entry.js.map +1 -0
  414. package/dist/pine-core/{p-c8b0ea02.entry.js → p-ceb66096.entry.js} +3 -3
  415. package/dist/pine-core/{p-be998f90.system.entry.js → p-d3365f49.system.entry.js} +3 -3
  416. package/dist/pine-core/p-d83716fb.js +2 -0
  417. package/dist/pine-core/p-d83716fb.js.map +1 -0
  418. package/dist/pine-core/{p-02f06002.system.entry.js → p-d95b2469.system.entry.js} +2 -2
  419. package/dist/pine-core/{p-02f06002.system.entry.js.map → p-d95b2469.system.entry.js.map} +1 -1
  420. package/dist/pine-core/p-da5a1e2c.system.entry.js +2 -0
  421. package/dist/pine-core/p-da5a1e2c.system.entry.js.map +1 -0
  422. package/dist/pine-core/p-db622f8f.system.js +2 -0
  423. package/dist/pine-core/p-de301890.entry.js +2 -0
  424. package/dist/pine-core/p-de301890.entry.js.map +1 -0
  425. package/dist/pine-core/p-dec11fa5.system.js +2 -0
  426. package/dist/pine-core/p-dec11fa5.system.js.map +1 -0
  427. package/dist/pine-core/{p-a15c9c4f.entry.js → p-e2a673e8.entry.js} +2 -2
  428. package/dist/pine-core/{p-b78b3492.entry.js → p-e2badc55.entry.js} +2 -2
  429. package/dist/pine-core/{p-b78b3492.entry.js.map → p-e2badc55.entry.js.map} +1 -1
  430. package/dist/pine-core/{p-f408c34a.system.js → p-e3fab4be.system.js} +2 -2
  431. package/dist/pine-core/{p-5c90a600.entry.js → p-ebdaf3ad.entry.js} +2 -2
  432. package/dist/pine-core/{p-a4b85fb8.system.entry.js → p-f16ef73c.system.entry.js} +2 -2
  433. package/dist/pine-core/{p-9c294ea2.system.entry.js → p-faa2bf05.system.entry.js} +2 -2
  434. package/dist/pine-core/p-faa2bf05.system.entry.js.map +1 -0
  435. package/dist/pine-core/pine-core.esm.js +1 -1
  436. package/dist/pine-core/pine-core.esm.js.map +1 -1
  437. package/dist/pine-core/pine-core.js +1 -1
  438. package/dist/pine-core/svg/file-add.svg +1 -1
  439. package/dist/pine-core/svg/file-search.svg +1 -0
  440. package/dist/pine-core/svg/logo-snapchat.svg +1 -0
  441. package/dist/types/components/pds-button/pds-button.d.ts +13 -8
  442. package/dist/types/components/pds-chip/pds-chip.d.ts +8 -8
  443. package/dist/types/components/pds-copytext/pds-copytext.d.ts +3 -3
  444. package/dist/types/components/pds-divider/pds-divider.d.ts +1 -1
  445. package/dist/types/components/pds-image/pds-image.d.ts +7 -3
  446. package/dist/types/components/pds-input/pds-input.d.ts +5 -5
  447. package/dist/types/components/pds-link/pds-link.d.ts +7 -11
  448. package/dist/types/components/pds-popover/pds-popover.d.ts +45 -0
  449. package/dist/types/components/pds-radio/pds-radio.d.ts +11 -11
  450. package/dist/types/components/pds-select/pds-select.d.ts +91 -0
  451. package/dist/types/components/pds-switch/pds-switch.d.ts +10 -13
  452. package/dist/types/components/pds-table/pds-table-cell/pds-table-cell.d.ts +4 -0
  453. package/dist/types/components/pds-table/pds-table-head/pds-table-head.d.ts +5 -2
  454. package/dist/types/components/pds-table/pds-table-head-cell/pds-table-head-cell.d.ts +9 -1
  455. package/dist/types/components/pds-table/pds-table-row/pds-table-row.d.ts +3 -3
  456. package/dist/types/components/pds-table/pds-table.d.ts +11 -3
  457. package/dist/types/components/pds-text/pds-text.d.ts +27 -0
  458. package/dist/types/components/pds-textarea/pds-textarea.d.ts +12 -12
  459. package/dist/types/components.d.ts +457 -105
  460. package/dist/types/utils/types.d.ts +1 -1
  461. package/hydrate/index.js +334 -67
  462. package/hydrate/index.mjs +334 -67
  463. package/package.json +2 -2
  464. package/dist/cjs/index-8ad0cd9d.js.map +0 -1
  465. package/dist/cjs/index-8f7870bb.js.map +0 -1
  466. package/dist/esm/index-5e7a8a36.js.map +0 -1
  467. package/dist/esm/index-8b335bbb.js.map +0 -1
  468. package/dist/esm-es5/index-5e7a8a36.js +0 -2
  469. package/dist/esm-es5/index-5e7a8a36.js.map +0 -1
  470. package/dist/esm-es5/index-8b335bbb.js.map +0 -1
  471. package/dist/pine-core/p-0186301f.entry.js +0 -2
  472. package/dist/pine-core/p-0186301f.entry.js.map +0 -1
  473. package/dist/pine-core/p-0630403a.entry.js +0 -2
  474. package/dist/pine-core/p-0630403a.entry.js.map +0 -1
  475. package/dist/pine-core/p-102222fd.entry.js +0 -2
  476. package/dist/pine-core/p-102222fd.entry.js.map +0 -1
  477. package/dist/pine-core/p-242ccc24.system.entry.js +0 -2
  478. package/dist/pine-core/p-242ccc24.system.entry.js.map +0 -1
  479. package/dist/pine-core/p-30d979d3.entry.js +0 -2
  480. package/dist/pine-core/p-30d979d3.entry.js.map +0 -1
  481. package/dist/pine-core/p-3cad7587.entry.js +0 -2
  482. package/dist/pine-core/p-3cad7587.entry.js.map +0 -1
  483. package/dist/pine-core/p-3e0449c5.js +0 -2
  484. package/dist/pine-core/p-3e0449c5.js.map +0 -1
  485. package/dist/pine-core/p-4c0c0b2d.system.js.map +0 -1
  486. package/dist/pine-core/p-4e6e2052.js.map +0 -1
  487. package/dist/pine-core/p-51e94e03.system.js +0 -2
  488. package/dist/pine-core/p-51e94e03.system.js.map +0 -1
  489. package/dist/pine-core/p-55f8a9e4.system.entry.js +0 -2
  490. package/dist/pine-core/p-55f8a9e4.system.entry.js.map +0 -1
  491. package/dist/pine-core/p-57dd9a98.system.entry.js +0 -2
  492. package/dist/pine-core/p-57dd9a98.system.entry.js.map +0 -1
  493. package/dist/pine-core/p-5b43ff39.system.entry.js +0 -2
  494. package/dist/pine-core/p-5b43ff39.system.entry.js.map +0 -1
  495. package/dist/pine-core/p-5f13c97b.entry.js.map +0 -1
  496. package/dist/pine-core/p-5f23f121.entry.js.map +0 -1
  497. package/dist/pine-core/p-6bcd89dc.system.js +0 -2
  498. package/dist/pine-core/p-6bcd89dc.system.js.map +0 -1
  499. package/dist/pine-core/p-82096fe4.system.entry.js +0 -2
  500. package/dist/pine-core/p-82096fe4.system.entry.js.map +0 -1
  501. package/dist/pine-core/p-8d34339d.system.js +0 -2
  502. package/dist/pine-core/p-9c294ea2.system.entry.js.map +0 -1
  503. package/dist/pine-core/p-d438c2c8.system.entry.js +0 -2
  504. package/dist/pine-core/p-d438c2c8.system.entry.js.map +0 -1
  505. package/dist/pine-core/p-e22b4427.system.entry.js +0 -2
  506. package/dist/pine-core/p-e22b4427.system.entry.js.map +0 -1
  507. package/dist/pine-core/p-efca871b.entry.js +0 -2
  508. package/dist/pine-core/p-efca871b.entry.js.map +0 -1
  509. /package/dist/esm-es5/{pds-label-1f80d632.js.map → pds-label-62469596.js.map} +0 -0
  510. /package/dist/pine-core/{p-3b780711.entry.js.map → p-1712d594.entry.js.map} +0 -0
  511. /package/dist/pine-core/{p-4e39bbd7.system.entry.js.map → p-1a1a76ea.system.entry.js.map} +0 -0
  512. /package/dist/pine-core/{p-e4a1b3f5.system.entry.js.map → p-1a548198.system.entry.js.map} +0 -0
  513. /package/dist/pine-core/{p-89101362.system.entry.js.map → p-1df1990d.system.entry.js.map} +0 -0
  514. /package/dist/pine-core/{p-1ca76e21.entry.js.map → p-1e80f274.entry.js.map} +0 -0
  515. /package/dist/pine-core/{p-05d140a3.system.entry.js.map → p-364a7555.system.entry.js.map} +0 -0
  516. /package/dist/pine-core/{p-a18ff34f.entry.js.map → p-396014d3.entry.js.map} +0 -0
  517. /package/dist/pine-core/{p-5fb6ab2f.entry.js.map → p-3acb18ad.entry.js.map} +0 -0
  518. /package/dist/pine-core/{p-136ea1e9.entry.js.map → p-4d22b02c.entry.js.map} +0 -0
  519. /package/dist/pine-core/{p-70e5e466.system.entry.js.map → p-50918693.system.entry.js.map} +0 -0
  520. /package/dist/pine-core/{p-0200fce9.entry.js.map → p-59fcea0f.entry.js.map} +0 -0
  521. /package/dist/pine-core/{p-e2d793eb.entry.js.map → p-65229490.entry.js.map} +0 -0
  522. /package/dist/pine-core/{p-33a94e8c.system.entry.js.map → p-84d36583.system.entry.js.map} +0 -0
  523. /package/dist/pine-core/{p-82a001ac.system.entry.js.map → p-88edcb41.system.entry.js.map} +0 -0
  524. /package/dist/pine-core/{p-330eda0c.entry.js.map → p-892b4a4c.entry.js.map} +0 -0
  525. /package/dist/pine-core/{p-7d6d3e2b.entry.js.map → p-9487df53.entry.js.map} +0 -0
  526. /package/dist/pine-core/{p-3fc1efe7.system.entry.js.map → p-a2726d3b.system.entry.js.map} +0 -0
  527. /package/dist/pine-core/{p-3ec7fac1.js.map → p-a9038f7f.js.map} +0 -0
  528. /package/dist/pine-core/{p-9dec3592.system.entry.js.map → p-a9e02a6f.system.entry.js.map} +0 -0
  529. /package/dist/pine-core/{p-0efee237.system.entry.js.map → p-b7edbe43.system.entry.js.map} +0 -0
  530. /package/dist/pine-core/{p-0e310504.system.entry.js.map → p-b95522e6.system.entry.js.map} +0 -0
  531. /package/dist/pine-core/{p-94a0fd6e.entry.js.map → p-bbd19258.entry.js.map} +0 -0
  532. /package/dist/pine-core/{p-c8b0ea02.entry.js.map → p-ceb66096.entry.js.map} +0 -0
  533. /package/dist/pine-core/{p-be998f90.system.entry.js.map → p-d3365f49.system.entry.js.map} +0 -0
  534. /package/dist/pine-core/{p-8d34339d.system.js.map → p-db622f8f.system.js.map} +0 -0
  535. /package/dist/pine-core/{p-a15c9c4f.entry.js.map → p-e2a673e8.entry.js.map} +0 -0
  536. /package/dist/pine-core/{p-f408c34a.system.js.map → p-e3fab4be.system.js.map} +0 -0
  537. /package/dist/pine-core/{p-5c90a600.entry.js.map → p-ebdaf3ad.entry.js.map} +0 -0
  538. /package/dist/pine-core/{p-a4b85fb8.system.entry.js.map → p-f16ef73c.system.entry.js.map} +0 -0
@@ -7,9 +7,11 @@
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  import { BoxColumnType, BoxShadowSizeType, BoxTShirtSizeType } from "./utils/types";
9
9
  import { CheckboxChangeEventDetail } from "./components/pds-checkbox/checkbox-interface";
10
+ import { PlacementType } from "./utils/types";
10
11
  import { TextareaChangeEventDetail } from "./components/pds-textarea/textarea-interface";
11
12
  export { BoxColumnType, BoxShadowSizeType, BoxTShirtSizeType } from "./utils/types";
12
13
  export { CheckboxChangeEventDetail } from "./components/pds-checkbox/checkbox-interface";
14
+ export { PlacementType } from "./utils/types";
13
15
  export { TextareaChangeEventDetail } from "./components/pds-textarea/textarea-interface";
14
16
  export namespace Components {
15
17
  interface PdsAccordion {
@@ -194,20 +196,21 @@ export namespace Components {
194
196
  */
195
197
  "componentId": string;
196
198
  /**
197
- * Toggles disabled state of button
199
+ * Determines the button's disabled state.
198
200
  * @defaultValue false
199
201
  */
200
202
  "disabled"?: boolean;
201
203
  /**
202
- * Displays icon before text when icon string matches an icon name
204
+ * Displays an icon before the text when the icon string matches an icon name.
205
+ * @defaultValue null
203
206
  */
204
207
  "icon"?: string;
205
208
  /**
206
- * Provides button with a submittable name
209
+ * Provides the button with a submittable name.
207
210
  */
208
211
  "name"?: string;
209
212
  /**
210
- * Provides button with a type
213
+ * Provides button with a type.
211
214
  * @defaultValue button
212
215
  */
213
216
  "type"?: 'button' | 'reset' | 'submit';
@@ -216,7 +219,8 @@ export namespace Components {
216
219
  */
217
220
  "value"?: string;
218
221
  /**
219
- * Sets button variant styles as outlined in Figma documentation
222
+ * Sets the style variant of the button.
223
+ * @defaultValue primary
220
224
  */
221
225
  "variant": 'primary' | 'secondary' | 'accent' | 'disclosure' | 'destructive' | 'unstyled';
222
226
  }
@@ -285,12 +289,12 @@ export namespace Components {
285
289
  */
286
290
  "label": string;
287
291
  /**
288
- * Determines whether the chip should be rendered in a larger size.
292
+ * Determines whether the chip should be displayed in a larger size.
289
293
  * @defaultValue false
290
294
  */
291
295
  "large": boolean;
292
296
  /**
293
- * Sets the color scheme of the chip.
297
+ * Defines the color scheme of the chip.
294
298
  * @defaultValue 'neutral'
295
299
  */
296
300
  "sentiment": 'accent' | 'danger' | 'info' | 'neutral' | 'success' | 'warning';
@@ -302,7 +306,7 @@ export namespace Components {
302
306
  }
303
307
  interface PdsCopytext {
304
308
  /**
305
- * Determines whether `copytext` should have a border.
309
+ * Determines whether `copytext` should have a visible border.
306
310
  * @defaultValue true
307
311
  */
308
312
  "border": boolean;
@@ -321,7 +325,7 @@ export namespace Components {
321
325
  */
322
326
  "truncate": boolean;
323
327
  /**
324
- * String that is displayed and that is also copied to the clipboard upon interaction.
328
+ * The string displayed that is also copied to the clipboard upon interaction.
325
329
  */
326
330
  "value": string;
327
331
  }
@@ -335,14 +339,15 @@ export namespace Components {
335
339
  */
336
340
  "offset": 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
337
341
  /**
338
- * Sets divider to display vertically
342
+ * Sets divider to display vertically.
339
343
  * @defaultValue false
340
344
  */
341
345
  "vertical": boolean;
342
346
  }
343
347
  interface PdsImage {
344
348
  /**
345
- * The image's alt tag. If none is provided, it will default to an empty string.
349
+ * The image's alt tag. If none is provided, it will default to an empty string, which is desired for decorative images.
350
+ * @defaultValue ''
346
351
  */
347
352
  "alt"?: string;
348
353
  /**
@@ -355,10 +360,11 @@ export namespace Components {
355
360
  "height"?: number;
356
361
  /**
357
362
  * Indicates how the browser should load the image.
363
+ * @defaultValue eager
358
364
  */
359
365
  "loading"?: 'eager' | 'lazy';
360
366
  /**
361
- * Determines the intended display size of an image within certian breakpoints. Has no effect if `srcset` is not set or value has no width descriptor.
367
+ * Determines the intended display size of an image within certain breakpoints. Has no effect if `srcset` is not set or value has no width descriptor.
362
368
  */
363
369
  "sizes"?: string;
364
370
  /**
@@ -366,7 +372,7 @@ export namespace Components {
366
372
  */
367
373
  "src": string;
368
374
  /**
369
- * A set of image sources for the browser to use.
375
+ * A set of image sources for the browser to use for responsiveness.
370
376
  */
371
377
  "srcset"?: string;
372
378
  /**
@@ -384,7 +390,7 @@ export namespace Components {
384
390
  */
385
391
  "componentId": string;
386
392
  /**
387
- * Indicates whether or not the input field is disabled.
393
+ * Determines whether or not the input field is disabled.
388
394
  */
389
395
  "disabled"?: boolean;
390
396
  /**
@@ -396,7 +402,7 @@ export namespace Components {
396
402
  */
397
403
  "helperMessage"?: string;
398
404
  /**
399
- * Indicates whether or not the input field is invalid or throws an error.
405
+ * Determines whether or not the input field is invalid or throws an error.
400
406
  */
401
407
  "invalid"?: boolean;
402
408
  /**
@@ -412,11 +418,11 @@ export namespace Components {
412
418
  */
413
419
  "placeholder"?: string;
414
420
  /**
415
- * Indicates whether or not the input field is readonly.
421
+ * Determines whether or not the input field is readonly.
416
422
  */
417
423
  "readonly"?: boolean;
418
424
  /**
419
- * Indicates whether or not the input field is required.
425
+ * Determines whether or not the input field is required.
420
426
  */
421
427
  "required"?: boolean;
422
428
  /**
@@ -435,21 +441,22 @@ export namespace Components {
435
441
  */
436
442
  "componentId": string;
437
443
  /**
438
- * When enabled, opens link in a new tab.
444
+ * Determines whether the link should open in a new tab.
439
445
  * @defaultValue false
440
446
  */
441
447
  "external": boolean;
442
448
  /**
443
- * The Font size follows t-shirt model sm: 12px md: 14px lg: 16px
449
+ * The font size of the link's text.
444
450
  * @defaultValue lg
445
451
  */
446
452
  "fontSize": 'sm' | 'md' | 'lg';
447
453
  /**
448
- * The URL that the hyperlink points to.
454
+ * The hyperlink's destination URL. If no text is provided in the custom slot, the href will be used.
449
455
  */
450
456
  "href": string;
451
457
  /**
452
- * Modifies the look of the link
458
+ * Sets the link variant styles.
459
+ * @defaultValue inline
453
460
  */
454
461
  "variant": 'inline' | 'plain';
455
462
  }
@@ -476,6 +483,35 @@ export namespace Components {
476
483
  */
477
484
  "variant": 'spinner' | 'typing';
478
485
  }
486
+ interface PdsPopover {
487
+ /**
488
+ * A unique identifier used for the underlying component `id` attribute.
489
+ */
490
+ "componentId": string;
491
+ /**
492
+ * Sets the maximum width of the popover content
493
+ * @defaultValue 352
494
+ */
495
+ "maxWidth"?: number;
496
+ /**
497
+ * Determines the preferred position of the popover
498
+ * @defaultValue "right"
499
+ */
500
+ "placement": PlacementType;
501
+ /**
502
+ * Determines the action that triggers the popover. For manual popovers, the consumer is responsible for toggling this value.
503
+ * @defaultValue "show"
504
+ */
505
+ "popoverTargetAction": 'show' | 'toggle' | 'hide';
506
+ /**
507
+ * Determines the type of popover. Auto popovers can be "light dismissed" by clicking outside of the popover. Manual popovers require the consumer to handle the visibility of the popover.
508
+ */
509
+ "popoverType": 'auto' | 'manual';
510
+ /**
511
+ * Text that appears on the trigger element
512
+ */
513
+ "text": string;
514
+ }
479
515
  interface PdsProgress {
480
516
  /**
481
517
  * Determines whether or not progress is animated.
@@ -522,11 +558,11 @@ export namespace Components {
522
558
  */
523
559
  "disabled": boolean;
524
560
  /**
525
- * Displays message text describing an invalid state.
561
+ * Displays error message text describing an invalid state.
526
562
  */
527
563
  "errorMessage": string;
528
564
  /**
529
- * String used for helper message below radio.
565
+ * Displays helper message text below radio.
530
566
  */
531
567
  "helperMessage": string;
532
568
  /**
@@ -584,6 +620,55 @@ export namespace Components {
584
620
  */
585
621
  "noWrap"?: boolean;
586
622
  }
623
+ interface PdsSelect {
624
+ /**
625
+ * Specifies if and how the browser provides `autocomplete` assistance for the field.
626
+ */
627
+ "autocomplete": string;
628
+ /**
629
+ * A unique identifier used for the underlying component `id` attribute.
630
+ */
631
+ "componentId": string;
632
+ /**
633
+ * Indicates whether or not the select field is disabled.
634
+ * @defaultValue false
635
+ */
636
+ "disabled": boolean;
637
+ /**
638
+ * Displays error message text describing an invalid state.
639
+ */
640
+ "errorMessage": string;
641
+ /**
642
+ * Displays helper message text below select.
643
+ */
644
+ "helperMessage": string;
645
+ /**
646
+ * Determines whether or not the select is invalid.
647
+ */
648
+ "invalid"?: boolean;
649
+ /**
650
+ * Text to be displayed as the select label.
651
+ */
652
+ "label": string;
653
+ /**
654
+ * Indicates whether multiple options can be selected.
655
+ * @defaultValue false
656
+ */
657
+ "multiple": boolean;
658
+ /**
659
+ * Specifies the name. Submitted with the form name/value pair.
660
+ */
661
+ "name": string;
662
+ /**
663
+ * Indicates whether or not the select field is required.
664
+ * @defaultValue false
665
+ */
666
+ "required": boolean;
667
+ /**
668
+ * The value(s) of the selected option(s).
669
+ */
670
+ "value"?: string | string[];
671
+ }
587
672
  interface PdsSortable {
588
673
  /**
589
674
  * Determines whether `sortable` should have a border.
@@ -621,7 +706,7 @@ export namespace Components {
621
706
  }
622
707
  interface PdsSwitch {
623
708
  /**
624
- * Determines the input 'checked' state
709
+ * Determines the input 'checked' state.
625
710
  */
626
711
  "checked": boolean;
627
712
  /**
@@ -629,35 +714,35 @@ export namespace Components {
629
714
  */
630
715
  "componentId": string;
631
716
  /**
632
- * Determines the input 'disabled' state, preventing user interaction
717
+ * Determines the input 'disabled' state, preventing user interaction.
633
718
  */
634
719
  "disabled"?: boolean;
635
720
  /**
636
- * Displays message text describing an invalid state
721
+ * Displays message text describing an invalid state.
637
722
  */
638
723
  "errorMessage"?: string;
639
724
  /**
640
- * Displays help text for additional description of an input
725
+ * Displays help text for additional description of an input.
641
726
  */
642
727
  "helperMessage": string;
643
728
  /**
644
- * Determines the input 'invalid' state, signifying an error is present
729
+ * Determines the input 'invalid' state, signifying an error is present.
645
730
  */
646
731
  "invalid"?: boolean;
647
732
  /**
648
- * Displays text to describe the input
733
+ * Displays text to describe the input.
649
734
  */
650
735
  "label": string;
651
736
  /**
652
- * Identifies form data and unifies a group of radio inputs for toggling a single property/value
737
+ * Identifies form data and unifies a group of radio inputs for toggling a single property/value.
653
738
  */
654
739
  "name": string;
655
740
  /**
656
- * Determines the 'required' state of the input
741
+ * Determines the 'required' state of the input.
657
742
  */
658
743
  "required"?: boolean;
659
744
  /**
660
- * Provides input with a string submitted in form data, and can be used to distinguish radio inputs
745
+ * Provides input with a string submitted in form data.
661
746
  */
662
747
  "value": string;
663
748
  }
@@ -673,7 +758,7 @@ export namespace Components {
673
758
  }
674
759
  interface PdsTable {
675
760
  /**
676
- * Determines if table displays compact which reduces the spacing of table cells.
761
+ * Determines if the table displays with reduced table cell padding.
677
762
  */
678
763
  "compact": boolean;
679
764
  /**
@@ -681,7 +766,7 @@ export namespace Components {
681
766
  */
682
767
  "componentId": string;
683
768
  /**
684
- * Determines if table displays fixed column which fixes the first column of the table.
769
+ * Determines if the should display a fixed first column.
685
770
  */
686
771
  "fixedColumn": boolean;
687
772
  /**
@@ -689,7 +774,7 @@ export namespace Components {
689
774
  */
690
775
  "responsive": boolean;
691
776
  /**
692
- * Determines if table displays checkboxes for selectable rows.
777
+ * Determines if the table displays checkboxes for selectable rows.
693
778
  */
694
779
  "selectable": boolean;
695
780
  }
@@ -703,11 +788,12 @@ export namespace Components {
703
788
  }
704
789
  interface PdsTableHead {
705
790
  /**
706
- * Indicates that the selection state is indeterminate.
791
+ * Determines if the select all checkbox is in an indeterminate state.
707
792
  */
708
793
  "indeterminate"?: boolean;
709
794
  /**
710
- * A local state to track whether the row is currently selected.
795
+ * Determines if the table row is currently selected.
796
+ * @defaultValue false
711
797
  */
712
798
  "isSelected": boolean;
713
799
  }
@@ -719,11 +805,11 @@ export namespace Components {
719
805
  }
720
806
  interface PdsTableRow {
721
807
  /**
722
- * Indicates that the selection state is indeterminate.
808
+ * Determines if the row selected is in an indeterminate state.
723
809
  */
724
810
  "indeterminate"?: boolean;
725
811
  /**
726
- * A local state to track whether the row is currently selected.
812
+ * Determines if the table row is currently selected.
727
813
  */
728
814
  "isSelected"?: boolean;
729
815
  }
@@ -755,6 +841,66 @@ export namespace Components {
755
841
  */
756
842
  "variant": 'primary' | 'availability' | 'filter';
757
843
  }
844
+ interface PdsText {
845
+ /**
846
+ * Sets the text alignment.
847
+ */
848
+ "align"?: 'start' | 'center' | 'end' | 'justify';
849
+ /**
850
+ * Sets the text color.
851
+ */
852
+ "color"?: | 'primary'
853
+ | 'secondary'
854
+ | 'neutral'
855
+ | 'accent'
856
+ | 'danger'
857
+ | 'info'
858
+ | 'success'
859
+ | 'warning';
860
+ /**
861
+ * Set the bottom margin for the text.
862
+ */
863
+ "gutter"?: | '2xl'
864
+ | 'xl'
865
+ | 'lg'
866
+ | 'md'
867
+ | 'sm'
868
+ | 'xs'
869
+ | '2xs';
870
+ /**
871
+ * Sets the font size.
872
+ */
873
+ "size"?: | '2xl'
874
+ | 'xl'
875
+ | 'lg'
876
+ | 'md'
877
+ | 'sm'
878
+ | 'xs'
879
+ | '2xs';
880
+ /**
881
+ * Determines what semantic text tag to render.
882
+ */
883
+ "tag": | 'h1'
884
+ | 'h2'
885
+ | 'h3'
886
+ | 'h4'
887
+ | 'h5'
888
+ | 'h6'
889
+ | 'p'
890
+ | 'code'
891
+ | 'pre'
892
+ | 'strong'
893
+ | 'em';
894
+ /**
895
+ * Sets the font weight.
896
+ */
897
+ "weight"?: | 'extra-light'
898
+ | 'light'
899
+ | 'regular'
900
+ | 'medium'
901
+ | 'semibold'
902
+ | 'bold';
903
+ }
758
904
  interface PdsTextarea {
759
905
  /**
760
906
  * Specifies if and how the browser provides `autocomplete` assistance for the field.
@@ -765,51 +911,51 @@ export namespace Components {
765
911
  */
766
912
  "componentId": string;
767
913
  /**
768
- * Indicates whether or not the textarea is disabled
914
+ * Determines whether or not the textarea is disabled.
769
915
  * @defaultValue false
770
916
  */
771
917
  "disabled": boolean;
772
918
  /**
773
- * Specifies the error text and provides an error-themed treatment to the field
919
+ * Displays an error message below the textarea field.
774
920
  */
775
921
  "errorMessage"?: string;
776
922
  /**
777
- * Displays a hint or description of the textarea
923
+ * Displays a message or hint below the textarea field.
778
924
  */
779
925
  "helperMessage"?: string;
780
926
  /**
781
- * Indicates whether or not the textarea is invalid or throws an error
927
+ * Determines whether or not the textarea is invalid or throws an error.
782
928
  * @defaultValue false
783
929
  */
784
930
  "invalid": boolean;
785
931
  /**
786
- * Text to be displayed as the textarea label
932
+ * Text to be displayed as the textarea label.
787
933
  */
788
934
  "label"?: string;
789
935
  /**
790
- * Specifies the name, submitted with the form name/value pair. This value will mirror the componentId
936
+ * Specifies the name. Submitted with the form name/value pair. This value will mirror the componentId.
791
937
  */
792
938
  "name": string;
793
939
  /**
794
- * Specifies a short hint that describes the expected value of the textarea
940
+ * Specifies a short hint that describes the expected value of the textarea.
795
941
  */
796
942
  "placeholder"?: string;
797
943
  /**
798
- * Indicates whether or not the textarea is readonly
944
+ * Determines whether or not the textarea is readonly.
799
945
  * @defaultValue false
800
946
  */
801
947
  "readonly": boolean;
802
948
  /**
803
- * Indicates whether or not the textarea is required
949
+ * Determines whether or not the textarea is required.
804
950
  * @defaultValue false
805
951
  */
806
952
  "required": boolean;
807
953
  /**
808
- * Sets number of rows of text visible without needing to scroll in the textarea
954
+ * Sets number of rows of text visible without needing to scroll in the textarea.
809
955
  */
810
956
  "rows"?: number;
811
957
  /**
812
- * The value of the textarea
958
+ * The value of the textarea.
813
959
  */
814
960
  "value"?: string;
815
961
  }
@@ -868,6 +1014,10 @@ export namespace Components {
868
1014
  "showTooltip": () => Promise<void>;
869
1015
  }
870
1016
  }
1017
+ export interface PdsButtonCustomEvent<T> extends CustomEvent<T> {
1018
+ detail: T;
1019
+ target: HTMLPdsButtonElement;
1020
+ }
871
1021
  export interface PdsCheckboxCustomEvent<T> extends CustomEvent<T> {
872
1022
  detail: T;
873
1023
  target: HTMLPdsCheckboxElement;
@@ -888,6 +1038,10 @@ export interface PdsRadioCustomEvent<T> extends CustomEvent<T> {
888
1038
  detail: T;
889
1039
  target: HTMLPdsRadioElement;
890
1040
  }
1041
+ export interface PdsSelectCustomEvent<T> extends CustomEvent<T> {
1042
+ detail: T;
1043
+ target: HTMLPdsSelectElement;
1044
+ }
891
1045
  export interface PdsSortableCustomEvent<T> extends CustomEvent<T> {
892
1046
  detail: T;
893
1047
  target: HTMLPdsSortableElement;
@@ -939,7 +1093,18 @@ declare global {
939
1093
  prototype: HTMLPdsBoxElement;
940
1094
  new (): HTMLPdsBoxElement;
941
1095
  };
1096
+ interface HTMLPdsButtonElementEventMap {
1097
+ "pdsClick": any;
1098
+ }
942
1099
  interface HTMLPdsButtonElement extends Components.PdsButton, HTMLStencilElement {
1100
+ addEventListener<K extends keyof HTMLPdsButtonElementEventMap>(type: K, listener: (this: HTMLPdsButtonElement, ev: PdsButtonCustomEvent<HTMLPdsButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1101
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1102
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1103
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1104
+ removeEventListener<K extends keyof HTMLPdsButtonElementEventMap>(type: K, listener: (this: HTMLPdsButtonElement, ev: PdsButtonCustomEvent<HTMLPdsButtonElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1105
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1106
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1107
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
943
1108
  }
944
1109
  var HTMLPdsButtonElement: {
945
1110
  prototype: HTMLPdsButtonElement;
@@ -1038,6 +1203,12 @@ declare global {
1038
1203
  prototype: HTMLPdsLoaderElement;
1039
1204
  new (): HTMLPdsLoaderElement;
1040
1205
  };
1206
+ interface HTMLPdsPopoverElement extends Components.PdsPopover, HTMLStencilElement {
1207
+ }
1208
+ var HTMLPdsPopoverElement: {
1209
+ prototype: HTMLPdsPopoverElement;
1210
+ new (): HTMLPdsPopoverElement;
1211
+ };
1041
1212
  interface HTMLPdsProgressElement extends Components.PdsProgress, HTMLStencilElement {
1042
1213
  }
1043
1214
  var HTMLPdsProgressElement: {
@@ -1067,6 +1238,23 @@ declare global {
1067
1238
  prototype: HTMLPdsRowElement;
1068
1239
  new (): HTMLPdsRowElement;
1069
1240
  };
1241
+ interface HTMLPdsSelectElementEventMap {
1242
+ "pdsSelectChange": InputEvent;
1243
+ }
1244
+ interface HTMLPdsSelectElement extends Components.PdsSelect, HTMLStencilElement {
1245
+ addEventListener<K extends keyof HTMLPdsSelectElementEventMap>(type: K, listener: (this: HTMLPdsSelectElement, ev: PdsSelectCustomEvent<HTMLPdsSelectElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1246
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1247
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1248
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1249
+ removeEventListener<K extends keyof HTMLPdsSelectElementEventMap>(type: K, listener: (this: HTMLPdsSelectElement, ev: PdsSelectCustomEvent<HTMLPdsSelectElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1250
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1251
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1252
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1253
+ }
1254
+ var HTMLPdsSelectElement: {
1255
+ prototype: HTMLPdsSelectElement;
1256
+ new (): HTMLPdsSelectElement;
1257
+ };
1070
1258
  interface HTMLPdsSortableElementEventMap {
1071
1259
  "pdsSortableItemMoved": any;
1072
1260
  }
@@ -1217,6 +1405,12 @@ declare global {
1217
1405
  prototype: HTMLPdsTabsElement;
1218
1406
  new (): HTMLPdsTabsElement;
1219
1407
  };
1408
+ interface HTMLPdsTextElement extends Components.PdsText, HTMLStencilElement {
1409
+ }
1410
+ var HTMLPdsTextElement: {
1411
+ prototype: HTMLPdsTextElement;
1412
+ new (): HTMLPdsTextElement;
1413
+ };
1220
1414
  interface HTMLPdsTextareaElementEventMap {
1221
1415
  "pdsTextareaChange": TextareaChangeEventDetail;
1222
1416
  }
@@ -1253,9 +1447,11 @@ declare global {
1253
1447
  "pds-input": HTMLPdsInputElement;
1254
1448
  "pds-link": HTMLPdsLinkElement;
1255
1449
  "pds-loader": HTMLPdsLoaderElement;
1450
+ "pds-popover": HTMLPdsPopoverElement;
1256
1451
  "pds-progress": HTMLPdsProgressElement;
1257
1452
  "pds-radio": HTMLPdsRadioElement;
1258
1453
  "pds-row": HTMLPdsRowElement;
1454
+ "pds-select": HTMLPdsSelectElement;
1259
1455
  "pds-sortable": HTMLPdsSortableElement;
1260
1456
  "pds-sortable-item": HTMLPdsSortableItemElement;
1261
1457
  "pds-switch": HTMLPdsSwitchElement;
@@ -1268,6 +1464,7 @@ declare global {
1268
1464
  "pds-table-row": HTMLPdsTableRowElement;
1269
1465
  "pds-tabpanel": HTMLPdsTabpanelElement;
1270
1466
  "pds-tabs": HTMLPdsTabsElement;
1467
+ "pds-text": HTMLPdsTextElement;
1271
1468
  "pds-textarea": HTMLPdsTextareaElement;
1272
1469
  "pds-tooltip": HTMLPdsTooltipElement;
1273
1470
  }
@@ -1455,20 +1652,22 @@ declare namespace LocalJSX {
1455
1652
  */
1456
1653
  "componentId"?: string;
1457
1654
  /**
1458
- * Toggles disabled state of button
1655
+ * Determines the button's disabled state.
1459
1656
  * @defaultValue false
1460
1657
  */
1461
1658
  "disabled"?: boolean;
1462
1659
  /**
1463
- * Displays icon before text when icon string matches an icon name
1660
+ * Displays an icon before the text when the icon string matches an icon name.
1661
+ * @defaultValue null
1464
1662
  */
1465
1663
  "icon"?: string;
1466
1664
  /**
1467
- * Provides button with a submittable name
1665
+ * Provides the button with a submittable name.
1468
1666
  */
1469
1667
  "name"?: string;
1668
+ "onPdsClick"?: (event: PdsButtonCustomEvent<any>) => void;
1470
1669
  /**
1471
- * Provides button with a type
1670
+ * Provides button with a type.
1472
1671
  * @defaultValue button
1473
1672
  */
1474
1673
  "type"?: 'button' | 'reset' | 'submit';
@@ -1477,7 +1676,8 @@ declare namespace LocalJSX {
1477
1676
  */
1478
1677
  "value"?: string;
1479
1678
  /**
1480
- * Sets button variant styles as outlined in Figma documentation
1679
+ * Sets the style variant of the button.
1680
+ * @defaultValue primary
1481
1681
  */
1482
1682
  "variant"?: 'primary' | 'secondary' | 'accent' | 'disclosure' | 'destructive' | 'unstyled';
1483
1683
  }
@@ -1551,16 +1751,16 @@ declare namespace LocalJSX {
1551
1751
  */
1552
1752
  "label"?: string;
1553
1753
  /**
1554
- * Determines whether the chip should be rendered in a larger size.
1754
+ * Determines whether the chip should be displayed in a larger size.
1555
1755
  * @defaultValue false
1556
1756
  */
1557
1757
  "large"?: boolean;
1558
1758
  /**
1559
- * Event when close button is clicked on tag variant.
1759
+ * Event emitted when the close button is clicked on a tag variant chip.
1560
1760
  */
1561
1761
  "onPdsTagCloseClick"?: (event: PdsChipCustomEvent<any>) => void;
1562
1762
  /**
1563
- * Sets the color scheme of the chip.
1763
+ * Defines the color scheme of the chip.
1564
1764
  * @defaultValue 'neutral'
1565
1765
  */
1566
1766
  "sentiment"?: 'accent' | 'danger' | 'info' | 'neutral' | 'success' | 'warning';
@@ -1572,7 +1772,7 @@ declare namespace LocalJSX {
1572
1772
  }
1573
1773
  interface PdsCopytext {
1574
1774
  /**
1575
- * Determines whether `copytext` should have a border.
1775
+ * Determines whether `copytext` should have a visible border.
1576
1776
  * @defaultValue true
1577
1777
  */
1578
1778
  "border"?: boolean;
@@ -1586,7 +1786,7 @@ declare namespace LocalJSX {
1586
1786
  */
1587
1787
  "fullWidth"?: boolean;
1588
1788
  /**
1589
- * Event when copyText button is clicked.
1789
+ * Event fired when copyText button is clicked.
1590
1790
  */
1591
1791
  "onPdsCopyTextClick"?: (event: PdsCopytextCustomEvent<any>) => void;
1592
1792
  /**
@@ -1595,7 +1795,7 @@ declare namespace LocalJSX {
1595
1795
  */
1596
1796
  "truncate"?: boolean;
1597
1797
  /**
1598
- * String that is displayed and that is also copied to the clipboard upon interaction.
1798
+ * The string displayed that is also copied to the clipboard upon interaction.
1599
1799
  */
1600
1800
  "value": string;
1601
1801
  }
@@ -1609,14 +1809,15 @@ declare namespace LocalJSX {
1609
1809
  */
1610
1810
  "offset"?: 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
1611
1811
  /**
1612
- * Sets divider to display vertically
1812
+ * Sets divider to display vertically.
1613
1813
  * @defaultValue false
1614
1814
  */
1615
1815
  "vertical"?: boolean;
1616
1816
  }
1617
1817
  interface PdsImage {
1618
1818
  /**
1619
- * The image's alt tag. If none is provided, it will default to an empty string.
1819
+ * The image's alt tag. If none is provided, it will default to an empty string, which is desired for decorative images.
1820
+ * @defaultValue ''
1620
1821
  */
1621
1822
  "alt"?: string;
1622
1823
  /**
@@ -1629,10 +1830,11 @@ declare namespace LocalJSX {
1629
1830
  "height"?: number;
1630
1831
  /**
1631
1832
  * Indicates how the browser should load the image.
1833
+ * @defaultValue eager
1632
1834
  */
1633
1835
  "loading"?: 'eager' | 'lazy';
1634
1836
  /**
1635
- * Determines the intended display size of an image within certian breakpoints. Has no effect if `srcset` is not set or value has no width descriptor.
1837
+ * Determines the intended display size of an image within certain breakpoints. Has no effect if `srcset` is not set or value has no width descriptor.
1636
1838
  */
1637
1839
  "sizes"?: string;
1638
1840
  /**
@@ -1640,7 +1842,7 @@ declare namespace LocalJSX {
1640
1842
  */
1641
1843
  "src"?: string;
1642
1844
  /**
1643
- * A set of image sources for the browser to use.
1845
+ * A set of image sources for the browser to use for responsiveness.
1644
1846
  */
1645
1847
  "srcset"?: string;
1646
1848
  /**
@@ -1658,7 +1860,7 @@ declare namespace LocalJSX {
1658
1860
  */
1659
1861
  "componentId": string;
1660
1862
  /**
1661
- * Indicates whether or not the input field is disabled.
1863
+ * Determines whether or not the input field is disabled.
1662
1864
  */
1663
1865
  "disabled"?: boolean;
1664
1866
  /**
@@ -1670,7 +1872,7 @@ declare namespace LocalJSX {
1670
1872
  */
1671
1873
  "helperMessage"?: string;
1672
1874
  /**
1673
- * Indicates whether or not the input field is invalid or throws an error.
1875
+ * Determines whether or not the input field is invalid or throws an error.
1674
1876
  */
1675
1877
  "invalid"?: boolean;
1676
1878
  /**
@@ -1682,7 +1884,7 @@ declare namespace LocalJSX {
1682
1884
  */
1683
1885
  "name"?: string;
1684
1886
  /**
1685
- * Emitted when a keyboard input occurred.
1887
+ * Emitted when a keyboard input occurs.
1686
1888
  */
1687
1889
  "onPdsInput"?: (event: PdsInputCustomEvent<InputEvent>) => void;
1688
1890
  /**
@@ -1690,11 +1892,11 @@ declare namespace LocalJSX {
1690
1892
  */
1691
1893
  "placeholder"?: string;
1692
1894
  /**
1693
- * Indicates whether or not the input field is readonly.
1895
+ * Determines whether or not the input field is readonly.
1694
1896
  */
1695
1897
  "readonly"?: boolean;
1696
1898
  /**
1697
- * Indicates whether or not the input field is required.
1899
+ * Determines whether or not the input field is required.
1698
1900
  */
1699
1901
  "required"?: boolean;
1700
1902
  /**
@@ -1713,21 +1915,22 @@ declare namespace LocalJSX {
1713
1915
  */
1714
1916
  "componentId"?: string;
1715
1917
  /**
1716
- * When enabled, opens link in a new tab.
1918
+ * Determines whether the link should open in a new tab.
1717
1919
  * @defaultValue false
1718
1920
  */
1719
1921
  "external"?: boolean;
1720
1922
  /**
1721
- * The Font size follows t-shirt model sm: 12px md: 14px lg: 16px
1923
+ * The font size of the link's text.
1722
1924
  * @defaultValue lg
1723
1925
  */
1724
1926
  "fontSize"?: 'sm' | 'md' | 'lg';
1725
1927
  /**
1726
- * The URL that the hyperlink points to.
1928
+ * The hyperlink's destination URL. If no text is provided in the custom slot, the href will be used.
1727
1929
  */
1728
1930
  "href": string;
1729
1931
  /**
1730
- * Modifies the look of the link
1932
+ * Sets the link variant styles.
1933
+ * @defaultValue inline
1731
1934
  */
1732
1935
  "variant"?: 'inline' | 'plain';
1733
1936
  }
@@ -1754,6 +1957,35 @@ declare namespace LocalJSX {
1754
1957
  */
1755
1958
  "variant"?: 'spinner' | 'typing';
1756
1959
  }
1960
+ interface PdsPopover {
1961
+ /**
1962
+ * A unique identifier used for the underlying component `id` attribute.
1963
+ */
1964
+ "componentId"?: string;
1965
+ /**
1966
+ * Sets the maximum width of the popover content
1967
+ * @defaultValue 352
1968
+ */
1969
+ "maxWidth"?: number;
1970
+ /**
1971
+ * Determines the preferred position of the popover
1972
+ * @defaultValue "right"
1973
+ */
1974
+ "placement"?: PlacementType;
1975
+ /**
1976
+ * Determines the action that triggers the popover. For manual popovers, the consumer is responsible for toggling this value.
1977
+ * @defaultValue "show"
1978
+ */
1979
+ "popoverTargetAction"?: 'show' | 'toggle' | 'hide';
1980
+ /**
1981
+ * Determines the type of popover. Auto popovers can be "light dismissed" by clicking outside of the popover. Manual popovers require the consumer to handle the visibility of the popover.
1982
+ */
1983
+ "popoverType"?: 'auto' | 'manual';
1984
+ /**
1985
+ * Text that appears on the trigger element
1986
+ */
1987
+ "text"?: string;
1988
+ }
1757
1989
  interface PdsProgress {
1758
1990
  /**
1759
1991
  * Determines whether or not progress is animated.
@@ -1800,11 +2032,11 @@ declare namespace LocalJSX {
1800
2032
  */
1801
2033
  "disabled"?: boolean;
1802
2034
  /**
1803
- * Displays message text describing an invalid state.
2035
+ * Displays error message text describing an invalid state.
1804
2036
  */
1805
2037
  "errorMessage"?: string;
1806
2038
  /**
1807
- * String used for helper message below radio.
2039
+ * Displays helper message text below radio.
1808
2040
  */
1809
2041
  "helperMessage"?: string;
1810
2042
  /**
@@ -1866,6 +2098,59 @@ declare namespace LocalJSX {
1866
2098
  */
1867
2099
  "noWrap"?: boolean;
1868
2100
  }
2101
+ interface PdsSelect {
2102
+ /**
2103
+ * Specifies if and how the browser provides `autocomplete` assistance for the field.
2104
+ */
2105
+ "autocomplete"?: string;
2106
+ /**
2107
+ * A unique identifier used for the underlying component `id` attribute.
2108
+ */
2109
+ "componentId": string;
2110
+ /**
2111
+ * Indicates whether or not the select field is disabled.
2112
+ * @defaultValue false
2113
+ */
2114
+ "disabled"?: boolean;
2115
+ /**
2116
+ * Displays error message text describing an invalid state.
2117
+ */
2118
+ "errorMessage"?: string;
2119
+ /**
2120
+ * Displays helper message text below select.
2121
+ */
2122
+ "helperMessage"?: string;
2123
+ /**
2124
+ * Determines whether or not the select is invalid.
2125
+ */
2126
+ "invalid"?: boolean;
2127
+ /**
2128
+ * Text to be displayed as the select label.
2129
+ */
2130
+ "label"?: string;
2131
+ /**
2132
+ * Indicates whether multiple options can be selected.
2133
+ * @defaultValue false
2134
+ */
2135
+ "multiple"?: boolean;
2136
+ /**
2137
+ * Specifies the name. Submitted with the form name/value pair.
2138
+ */
2139
+ "name": string;
2140
+ /**
2141
+ * Emitted when a keyboard input occurs.
2142
+ */
2143
+ "onPdsSelectChange"?: (event: PdsSelectCustomEvent<InputEvent>) => void;
2144
+ /**
2145
+ * Indicates whether or not the select field is required.
2146
+ * @defaultValue false
2147
+ */
2148
+ "required"?: boolean;
2149
+ /**
2150
+ * The value(s) of the selected option(s).
2151
+ */
2152
+ "value"?: string | string[];
2153
+ }
1869
2154
  interface PdsSortable {
1870
2155
  /**
1871
2156
  * Determines whether `sortable` should have a border.
@@ -1907,7 +2192,7 @@ declare namespace LocalJSX {
1907
2192
  }
1908
2193
  interface PdsSwitch {
1909
2194
  /**
1910
- * Determines the input 'checked' state
2195
+ * Determines the input 'checked' state.
1911
2196
  */
1912
2197
  "checked"?: boolean;
1913
2198
  /**
@@ -1915,39 +2200,39 @@ declare namespace LocalJSX {
1915
2200
  */
1916
2201
  "componentId": string;
1917
2202
  /**
1918
- * Determines the input 'disabled' state, preventing user interaction
2203
+ * Determines the input 'disabled' state, preventing user interaction.
1919
2204
  */
1920
2205
  "disabled"?: boolean;
1921
2206
  /**
1922
- * Displays message text describing an invalid state
2207
+ * Displays message text describing an invalid state.
1923
2208
  */
1924
2209
  "errorMessage"?: string;
1925
2210
  /**
1926
- * Displays help text for additional description of an input
2211
+ * Displays help text for additional description of an input.
1927
2212
  */
1928
2213
  "helperMessage"?: string;
1929
2214
  /**
1930
- * Determines the input 'invalid' state, signifying an error is present
2215
+ * Determines the input 'invalid' state, signifying an error is present.
1931
2216
  */
1932
2217
  "invalid"?: boolean;
1933
2218
  /**
1934
- * Displays text to describe the input
2219
+ * Displays text to describe the input.
1935
2220
  */
1936
2221
  "label": string;
1937
2222
  /**
1938
- * Identifies form data and unifies a group of radio inputs for toggling a single property/value
2223
+ * Identifies form data and unifies a group of radio inputs for toggling a single property/value.
1939
2224
  */
1940
2225
  "name"?: string;
1941
2226
  /**
1942
- * Emits an event on input change
2227
+ * Emits an event on input change.
1943
2228
  */
1944
2229
  "onPdsSwitchChange"?: (event: PdsSwitchCustomEvent<InputEvent>) => void;
1945
2230
  /**
1946
- * Determines the 'required' state of the input
2231
+ * Determines the 'required' state of the input.
1947
2232
  */
1948
2233
  "required"?: boolean;
1949
2234
  /**
1950
- * Provides input with a string submitted in form data, and can be used to distinguish radio inputs
2235
+ * Provides input with a string submitted in form data.
1951
2236
  */
1952
2237
  "value"?: string;
1953
2238
  }
@@ -1959,7 +2244,7 @@ declare namespace LocalJSX {
1959
2244
  }
1960
2245
  interface PdsTable {
1961
2246
  /**
1962
- * Determines if table displays compact which reduces the spacing of table cells.
2247
+ * Determines if the table displays with reduced table cell padding.
1963
2248
  */
1964
2249
  "compact"?: boolean;
1965
2250
  /**
@@ -1967,7 +2252,7 @@ declare namespace LocalJSX {
1967
2252
  */
1968
2253
  "componentId": string;
1969
2254
  /**
1970
- * Determines if table displays fixed column which fixes the first column of the table.
2255
+ * Determines if the should display a fixed first column.
1971
2256
  */
1972
2257
  "fixedColumn"?: boolean;
1973
2258
  /**
@@ -1983,7 +2268,7 @@ declare namespace LocalJSX {
1983
2268
  */
1984
2269
  "responsive"?: boolean;
1985
2270
  /**
1986
- * Determines if table displays checkboxes for selectable rows.
2271
+ * Determines if the table displays checkboxes for selectable rows.
1987
2272
  */
1988
2273
  "selectable"?: boolean;
1989
2274
  }
@@ -1997,11 +2282,12 @@ declare namespace LocalJSX {
1997
2282
  }
1998
2283
  interface PdsTableHead {
1999
2284
  /**
2000
- * Indicates that the selection state is indeterminate.
2285
+ * Determines if the select all checkbox is in an indeterminate state.
2001
2286
  */
2002
2287
  "indeterminate"?: boolean;
2003
2288
  /**
2004
- * A local state to track whether the row is currently selected.
2289
+ * Determines if the table row is currently selected.
2290
+ * @defaultValue false
2005
2291
  */
2006
2292
  "isSelected"?: boolean;
2007
2293
  /**
@@ -2021,11 +2307,11 @@ declare namespace LocalJSX {
2021
2307
  }
2022
2308
  interface PdsTableRow {
2023
2309
  /**
2024
- * Indicates that the selection state is indeterminate.
2310
+ * Determines if the row selected is in an indeterminate state.
2025
2311
  */
2026
2312
  "indeterminate"?: boolean;
2027
2313
  /**
2028
- * A local state to track whether the row is currently selected.
2314
+ * Determines if the table row is currently selected.
2029
2315
  */
2030
2316
  "isSelected"?: boolean;
2031
2317
  /**
@@ -2057,6 +2343,66 @@ declare namespace LocalJSX {
2057
2343
  */
2058
2344
  "variant": 'primary' | 'availability' | 'filter';
2059
2345
  }
2346
+ interface PdsText {
2347
+ /**
2348
+ * Sets the text alignment.
2349
+ */
2350
+ "align"?: 'start' | 'center' | 'end' | 'justify';
2351
+ /**
2352
+ * Sets the text color.
2353
+ */
2354
+ "color"?: | 'primary'
2355
+ | 'secondary'
2356
+ | 'neutral'
2357
+ | 'accent'
2358
+ | 'danger'
2359
+ | 'info'
2360
+ | 'success'
2361
+ | 'warning';
2362
+ /**
2363
+ * Set the bottom margin for the text.
2364
+ */
2365
+ "gutter"?: | '2xl'
2366
+ | 'xl'
2367
+ | 'lg'
2368
+ | 'md'
2369
+ | 'sm'
2370
+ | 'xs'
2371
+ | '2xs';
2372
+ /**
2373
+ * Sets the font size.
2374
+ */
2375
+ "size"?: | '2xl'
2376
+ | 'xl'
2377
+ | 'lg'
2378
+ | 'md'
2379
+ | 'sm'
2380
+ | 'xs'
2381
+ | '2xs';
2382
+ /**
2383
+ * Determines what semantic text tag to render.
2384
+ */
2385
+ "tag"?: | 'h1'
2386
+ | 'h2'
2387
+ | 'h3'
2388
+ | 'h4'
2389
+ | 'h5'
2390
+ | 'h6'
2391
+ | 'p'
2392
+ | 'code'
2393
+ | 'pre'
2394
+ | 'strong'
2395
+ | 'em';
2396
+ /**
2397
+ * Sets the font weight.
2398
+ */
2399
+ "weight"?: | 'extra-light'
2400
+ | 'light'
2401
+ | 'regular'
2402
+ | 'medium'
2403
+ | 'semibold'
2404
+ | 'bold';
2405
+ }
2060
2406
  interface PdsTextarea {
2061
2407
  /**
2062
2408
  * Specifies if and how the browser provides `autocomplete` assistance for the field.
@@ -2067,55 +2413,55 @@ declare namespace LocalJSX {
2067
2413
  */
2068
2414
  "componentId": string;
2069
2415
  /**
2070
- * Indicates whether or not the textarea is disabled
2416
+ * Determines whether or not the textarea is disabled.
2071
2417
  * @defaultValue false
2072
2418
  */
2073
2419
  "disabled"?: boolean;
2074
2420
  /**
2075
- * Specifies the error text and provides an error-themed treatment to the field
2421
+ * Displays an error message below the textarea field.
2076
2422
  */
2077
2423
  "errorMessage"?: string;
2078
2424
  /**
2079
- * Displays a hint or description of the textarea
2425
+ * Displays a message or hint below the textarea field.
2080
2426
  */
2081
2427
  "helperMessage"?: string;
2082
2428
  /**
2083
- * Indicates whether or not the textarea is invalid or throws an error
2429
+ * Determines whether or not the textarea is invalid or throws an error.
2084
2430
  * @defaultValue false
2085
2431
  */
2086
2432
  "invalid"?: boolean;
2087
2433
  /**
2088
- * Text to be displayed as the textarea label
2434
+ * Text to be displayed as the textarea label.
2089
2435
  */
2090
2436
  "label"?: string;
2091
2437
  /**
2092
- * Specifies the name, submitted with the form name/value pair. This value will mirror the componentId
2438
+ * Specifies the name. Submitted with the form name/value pair. This value will mirror the componentId.
2093
2439
  */
2094
2440
  "name"?: string;
2095
2441
  /**
2096
- * Event emitted whenever the value of the textarea changes
2442
+ * Event emitted whenever the value of the textarea changes.
2097
2443
  */
2098
2444
  "onPdsTextareaChange"?: (event: PdsTextareaCustomEvent<TextareaChangeEventDetail>) => void;
2099
2445
  /**
2100
- * Specifies a short hint that describes the expected value of the textarea
2446
+ * Specifies a short hint that describes the expected value of the textarea.
2101
2447
  */
2102
2448
  "placeholder"?: string;
2103
2449
  /**
2104
- * Indicates whether or not the textarea is readonly
2450
+ * Determines whether or not the textarea is readonly.
2105
2451
  * @defaultValue false
2106
2452
  */
2107
2453
  "readonly"?: boolean;
2108
2454
  /**
2109
- * Indicates whether or not the textarea is required
2455
+ * Determines whether or not the textarea is required.
2110
2456
  * @defaultValue false
2111
2457
  */
2112
2458
  "required"?: boolean;
2113
2459
  /**
2114
- * Sets number of rows of text visible without needing to scroll in the textarea
2460
+ * Sets number of rows of text visible without needing to scroll in the textarea.
2115
2461
  */
2116
2462
  "rows"?: number;
2117
2463
  /**
2118
- * The value of the textarea
2464
+ * The value of the textarea.
2119
2465
  */
2120
2466
  "value"?: string;
2121
2467
  }
@@ -2178,9 +2524,11 @@ declare namespace LocalJSX {
2178
2524
  "pds-input": PdsInput;
2179
2525
  "pds-link": PdsLink;
2180
2526
  "pds-loader": PdsLoader;
2527
+ "pds-popover": PdsPopover;
2181
2528
  "pds-progress": PdsProgress;
2182
2529
  "pds-radio": PdsRadio;
2183
2530
  "pds-row": PdsRow;
2531
+ "pds-select": PdsSelect;
2184
2532
  "pds-sortable": PdsSortable;
2185
2533
  "pds-sortable-item": PdsSortableItem;
2186
2534
  "pds-switch": PdsSwitch;
@@ -2193,6 +2541,7 @@ declare namespace LocalJSX {
2193
2541
  "pds-table-row": PdsTableRow;
2194
2542
  "pds-tabpanel": PdsTabpanel;
2195
2543
  "pds-tabs": PdsTabs;
2544
+ "pds-text": PdsText;
2196
2545
  "pds-textarea": PdsTextarea;
2197
2546
  "pds-tooltip": PdsTooltip;
2198
2547
  }
@@ -2213,9 +2562,11 @@ declare module "@stencil/core" {
2213
2562
  "pds-input": LocalJSX.PdsInput & JSXBase.HTMLAttributes<HTMLPdsInputElement>;
2214
2563
  "pds-link": LocalJSX.PdsLink & JSXBase.HTMLAttributes<HTMLPdsLinkElement>;
2215
2564
  "pds-loader": LocalJSX.PdsLoader & JSXBase.HTMLAttributes<HTMLPdsLoaderElement>;
2565
+ "pds-popover": LocalJSX.PdsPopover & JSXBase.HTMLAttributes<HTMLPdsPopoverElement>;
2216
2566
  "pds-progress": LocalJSX.PdsProgress & JSXBase.HTMLAttributes<HTMLPdsProgressElement>;
2217
2567
  "pds-radio": LocalJSX.PdsRadio & JSXBase.HTMLAttributes<HTMLPdsRadioElement>;
2218
2568
  "pds-row": LocalJSX.PdsRow & JSXBase.HTMLAttributes<HTMLPdsRowElement>;
2569
+ "pds-select": LocalJSX.PdsSelect & JSXBase.HTMLAttributes<HTMLPdsSelectElement>;
2219
2570
  "pds-sortable": LocalJSX.PdsSortable & JSXBase.HTMLAttributes<HTMLPdsSortableElement>;
2220
2571
  "pds-sortable-item": LocalJSX.PdsSortableItem & JSXBase.HTMLAttributes<HTMLPdsSortableItemElement>;
2221
2572
  "pds-switch": LocalJSX.PdsSwitch & JSXBase.HTMLAttributes<HTMLPdsSwitchElement>;
@@ -2228,6 +2579,7 @@ declare module "@stencil/core" {
2228
2579
  "pds-table-row": LocalJSX.PdsTableRow & JSXBase.HTMLAttributes<HTMLPdsTableRowElement>;
2229
2580
  "pds-tabpanel": LocalJSX.PdsTabpanel & JSXBase.HTMLAttributes<HTMLPdsTabpanelElement>;
2230
2581
  "pds-tabs": LocalJSX.PdsTabs & JSXBase.HTMLAttributes<HTMLPdsTabsElement>;
2582
+ "pds-text": LocalJSX.PdsText & JSXBase.HTMLAttributes<HTMLPdsTextElement>;
2231
2583
  "pds-textarea": LocalJSX.PdsTextarea & JSXBase.HTMLAttributes<HTMLPdsTextareaElement>;
2232
2584
  "pds-tooltip": LocalJSX.PdsTooltip & JSXBase.HTMLAttributes<HTMLPdsTooltipElement>;
2233
2585
  }