@pine-ds/core 1.1.0 → 1.3.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 (460) hide show
  1. package/components/closest.js +11 -0
  2. package/components/closest.js.map +1 -0
  3. package/components/index.d.ts +2 -0
  4. package/components/index.js +1 -0
  5. package/components/index.js.map +1 -1
  6. package/components/index2.js +1 -1
  7. package/components/index2.js.map +1 -1
  8. package/components/pds-avatar.js +2 -2
  9. package/components/pds-avatar.js.map +1 -1
  10. package/components/pds-checkbox2.js +21 -6
  11. package/components/pds-checkbox2.js.map +1 -1
  12. package/components/pds-icon2.js +18 -7
  13. package/components/pds-icon2.js.map +1 -1
  14. package/components/pds-loader.d.ts +11 -0
  15. package/components/pds-loader.js +68 -0
  16. package/components/pds-loader.js.map +1 -0
  17. package/components/pds-progress.js +1 -1
  18. package/components/pds-radio.js +3 -3
  19. package/components/pds-row.js +1 -1
  20. package/components/pds-sortable-item.js +1 -1
  21. package/components/pds-sortable.js +1 -1
  22. package/components/pds-switch.js +3 -3
  23. package/components/pds-tab.js +3 -3
  24. package/components/pds-table-body.js +1 -1
  25. package/components/pds-table-cell2.js +2 -2
  26. package/components/pds-table-cell2.js.map +1 -1
  27. package/components/pds-table-head-cell2.js +5 -3
  28. package/components/pds-table-head-cell2.js.map +1 -1
  29. package/components/pds-table-head.js +38 -4
  30. package/components/pds-table-head.js.map +1 -1
  31. package/components/pds-table-row.js +23 -6
  32. package/components/pds-table-row.js.map +1 -1
  33. package/components/pds-table.js +28 -4
  34. package/components/pds-table.js.map +1 -1
  35. package/components/pds-tabpanel.js +1 -1
  36. package/components/pds-tabs.js +1 -1
  37. package/components/pds-textarea.js +4 -4
  38. package/components/pds-tooltip.js +2 -2
  39. package/dist/cjs/closest-b45138d3.js +13 -0
  40. package/dist/cjs/closest-b45138d3.js.map +1 -0
  41. package/dist/cjs/{index-33465846.js → index-dd191bbe.js} +2 -2
  42. package/dist/cjs/index-dd191bbe.js.map +1 -0
  43. package/dist/cjs/{index-7d9c71f6.js → index-ed42e2ee.js} +34 -4
  44. package/dist/cjs/index-ed42e2ee.js.map +1 -0
  45. package/dist/cjs/loader.cjs.js +2 -2
  46. package/dist/cjs/pds-accordion.cjs.entry.js +2 -2
  47. package/dist/cjs/pds-avatar.cjs.entry.js +4 -4
  48. package/dist/cjs/pds-avatar.cjs.entry.js.map +1 -1
  49. package/dist/cjs/pds-box.cjs.entry.js +1 -1
  50. package/dist/cjs/pds-button.cjs.entry.js +2 -2
  51. package/dist/cjs/pds-checkbox.cjs.entry.js +75 -0
  52. package/dist/cjs/pds-checkbox.cjs.entry.js.map +1 -0
  53. package/dist/cjs/pds-chip.cjs.entry.js +2 -2
  54. package/dist/cjs/pds-copytext.cjs.entry.js +2 -2
  55. package/dist/cjs/pds-divider.cjs.entry.js +1 -1
  56. package/dist/cjs/pds-icon.cjs.entry.js +17 -8
  57. package/dist/cjs/pds-icon.cjs.entry.js.map +1 -1
  58. package/dist/cjs/pds-image.cjs.entry.js +1 -1
  59. package/dist/cjs/pds-input.cjs.entry.js +2 -2
  60. package/dist/cjs/{pds-label-5ebae56e.js → pds-label-15dd83ef.js} +2 -2
  61. package/dist/cjs/{pds-label-5ebae56e.js.map → pds-label-15dd83ef.js.map} +1 -1
  62. package/dist/cjs/pds-link.cjs.entry.js +2 -2
  63. package/dist/cjs/pds-loader.cjs.entry.js +49 -0
  64. package/dist/cjs/pds-loader.cjs.entry.js.map +1 -0
  65. package/dist/cjs/pds-progress.cjs.entry.js +2 -2
  66. package/dist/cjs/pds-radio.cjs.entry.js +5 -5
  67. package/dist/cjs/pds-row.cjs.entry.js +2 -2
  68. package/dist/cjs/pds-sortable-item.cjs.entry.js +3 -3
  69. package/dist/cjs/pds-sortable.cjs.entry.js +2 -2
  70. package/dist/cjs/pds-switch.cjs.entry.js +5 -5
  71. package/dist/cjs/pds-tab.cjs.entry.js +4 -4
  72. package/dist/cjs/pds-table-body.cjs.entry.js +2 -2
  73. package/dist/cjs/pds-table-cell.cjs.entry.js +58 -0
  74. package/dist/cjs/pds-table-cell.cjs.entry.js.map +1 -0
  75. package/dist/cjs/pds-table-head-cell.cjs.entry.js +5 -4
  76. package/dist/cjs/pds-table-head-cell.cjs.entry.js.map +1 -1
  77. package/dist/cjs/pds-table-head.cjs.entry.js +27 -2
  78. package/dist/cjs/pds-table-head.cjs.entry.js.map +1 -1
  79. package/dist/cjs/pds-table-row.cjs.entry.js +22 -6
  80. package/dist/cjs/pds-table-row.cjs.entry.js.map +1 -1
  81. package/dist/cjs/pds-table.cjs.entry.js +27 -3
  82. package/dist/cjs/pds-table.cjs.entry.js.map +1 -1
  83. package/dist/cjs/pds-tabpanel.cjs.entry.js +2 -2
  84. package/dist/cjs/pds-tabs.cjs.entry.js +2 -2
  85. package/dist/cjs/pds-textarea.cjs.entry.js +6 -6
  86. package/dist/cjs/pds-tooltip.cjs.entry.js +3 -3
  87. package/dist/cjs/pine-core.cjs.js +2 -2
  88. package/dist/collection/collection-manifest.json +1 -0
  89. package/dist/collection/components/pds-avatar/pds-avatar.js +2 -2
  90. package/dist/collection/components/pds-avatar/pds-avatar.js.map +1 -1
  91. package/dist/collection/components/pds-checkbox/pds-checkbox.css +15 -1
  92. package/dist/collection/components/pds-checkbox/pds-checkbox.js +44 -7
  93. package/dist/collection/components/pds-checkbox/pds-checkbox.js.map +1 -1
  94. package/dist/collection/components/pds-loader/pds-loader.css +93 -0
  95. package/dist/collection/components/pds-loader/pds-loader.js +127 -0
  96. package/dist/collection/components/pds-loader/pds-loader.js.map +1 -0
  97. package/dist/collection/components/pds-loader/stories/pds-loader.stories.js +36 -0
  98. package/dist/collection/components/pds-progress/pds-progress.js +1 -1
  99. package/dist/collection/components/pds-radio/pds-radio.js +3 -3
  100. package/dist/collection/components/pds-row/pds-row.js +1 -1
  101. package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +1 -1
  102. package/dist/collection/components/pds-sortable/pds-sortable.js +1 -1
  103. package/dist/collection/components/pds-switch/pds-switch.js +3 -3
  104. package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +1 -1
  105. package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +2 -2
  106. package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js.map +1 -1
  107. package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +83 -1
  108. package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js.map +1 -1
  109. package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +5 -3
  110. package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js.map +1 -1
  111. package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +56 -7
  112. package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js.map +1 -1
  113. package/dist/collection/components/pds-table/pds-table.css +6 -0
  114. package/dist/collection/components/pds-table/pds-table.js +68 -1
  115. package/dist/collection/components/pds-table/pds-table.js.map +1 -1
  116. package/dist/collection/components/pds-table/stories/pds-table.stories.js +1 -1
  117. package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +3 -3
  118. package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +1 -1
  119. package/dist/collection/components/pds-tabs/pds-tabs.js +1 -1
  120. package/dist/collection/components/pds-textarea/pds-textarea.js +4 -4
  121. package/dist/collection/components/pds-tooltip/pds-tooltip.js +2 -2
  122. package/dist/collection/utils/closest.js +8 -0
  123. package/dist/collection/utils/closest.js.map +1 -0
  124. package/dist/docs.json +299 -9
  125. package/dist/esm/closest-d2d192be.js +11 -0
  126. package/dist/esm/closest-d2d192be.js.map +1 -0
  127. package/dist/esm/{index-bdeab80c.js → index-b8872c16.js} +2 -2
  128. package/dist/esm/index-b8872c16.js.map +1 -0
  129. package/dist/esm/{index-6f0bb1b9.js → index-ca411ad2.js} +34 -4
  130. package/dist/esm/index-ca411ad2.js.map +1 -0
  131. package/dist/esm/loader.js +3 -3
  132. package/dist/esm/pds-accordion.entry.js +2 -2
  133. package/dist/esm/pds-avatar.entry.js +4 -4
  134. package/dist/esm/pds-avatar.entry.js.map +1 -1
  135. package/dist/esm/pds-box.entry.js +1 -1
  136. package/dist/esm/pds-button.entry.js +2 -2
  137. package/dist/esm/pds-checkbox.entry.js +71 -0
  138. package/dist/esm/pds-checkbox.entry.js.map +1 -0
  139. package/dist/esm/pds-chip.entry.js +2 -2
  140. package/dist/esm/pds-copytext.entry.js +2 -2
  141. package/dist/esm/pds-divider.entry.js +1 -1
  142. package/dist/esm/pds-icon.entry.js +17 -8
  143. package/dist/esm/pds-icon.entry.js.map +1 -1
  144. package/dist/esm/pds-image.entry.js +1 -1
  145. package/dist/esm/pds-input.entry.js +2 -2
  146. package/dist/esm/{pds-label-d7e11551.js → pds-label-bea9ee54.js} +2 -2
  147. package/dist/esm/{pds-label-d7e11551.js.map → pds-label-bea9ee54.js.map} +1 -1
  148. package/dist/esm/pds-link.entry.js +2 -2
  149. package/dist/esm/pds-loader.entry.js +45 -0
  150. package/dist/esm/pds-loader.entry.js.map +1 -0
  151. package/dist/esm/pds-progress.entry.js +2 -2
  152. package/dist/esm/pds-radio.entry.js +5 -5
  153. package/dist/esm/pds-row.entry.js +2 -2
  154. package/dist/esm/pds-sortable-item.entry.js +3 -3
  155. package/dist/esm/pds-sortable.entry.js +2 -2
  156. package/dist/esm/pds-switch.entry.js +5 -5
  157. package/dist/esm/pds-tab.entry.js +4 -4
  158. package/dist/esm/pds-table-body.entry.js +2 -2
  159. package/dist/esm/pds-table-cell.entry.js +54 -0
  160. package/dist/esm/pds-table-cell.entry.js.map +1 -0
  161. package/dist/esm/pds-table-head-cell.entry.js +5 -4
  162. package/dist/esm/pds-table-head-cell.entry.js.map +1 -1
  163. package/dist/esm/pds-table-head.entry.js +27 -2
  164. package/dist/esm/pds-table-head.entry.js.map +1 -1
  165. package/dist/esm/pds-table-row.entry.js +22 -6
  166. package/dist/esm/pds-table-row.entry.js.map +1 -1
  167. package/dist/esm/pds-table.entry.js +27 -3
  168. package/dist/esm/pds-table.entry.js.map +1 -1
  169. package/dist/esm/pds-tabpanel.entry.js +2 -2
  170. package/dist/esm/pds-tabs.entry.js +2 -2
  171. package/dist/esm/pds-textarea.entry.js +6 -6
  172. package/dist/esm/pds-tooltip.entry.js +3 -3
  173. package/dist/esm/pine-core.js +3 -3
  174. package/dist/esm-es5/closest-d2d192be.js +2 -0
  175. package/dist/esm-es5/closest-d2d192be.js.map +1 -0
  176. package/dist/esm-es5/{index-bdeab80c.js → index-b8872c16.js} +1 -1
  177. package/dist/esm-es5/index-b8872c16.js.map +1 -0
  178. package/dist/esm-es5/index-ca411ad2.js +3 -0
  179. package/dist/esm-es5/index-ca411ad2.js.map +1 -0
  180. package/dist/esm-es5/loader.js +1 -1
  181. package/dist/esm-es5/loader.js.map +1 -1
  182. package/dist/esm-es5/pds-accordion.entry.js +1 -1
  183. package/dist/esm-es5/pds-avatar.entry.js +1 -1
  184. package/dist/esm-es5/pds-avatar.entry.js.map +1 -1
  185. package/dist/esm-es5/pds-box.entry.js +1 -1
  186. package/dist/esm-es5/pds-button.entry.js +1 -1
  187. package/dist/esm-es5/pds-checkbox.entry.js +2 -0
  188. package/dist/esm-es5/pds-checkbox.entry.js.map +1 -0
  189. package/dist/esm-es5/pds-chip.entry.js +1 -1
  190. package/dist/esm-es5/pds-copytext.entry.js +1 -1
  191. package/dist/esm-es5/pds-divider.entry.js +1 -1
  192. package/dist/esm-es5/pds-icon.entry.js +1 -1
  193. package/dist/esm-es5/pds-icon.entry.js.map +1 -1
  194. package/dist/esm-es5/pds-image.entry.js +1 -1
  195. package/dist/esm-es5/pds-input.entry.js +1 -1
  196. package/dist/esm-es5/{pds-label-d7e11551.js → pds-label-bea9ee54.js} +2 -2
  197. package/dist/esm-es5/pds-link.entry.js +1 -1
  198. package/dist/esm-es5/pds-loader.entry.js +2 -0
  199. package/dist/esm-es5/pds-loader.entry.js.map +1 -0
  200. package/dist/esm-es5/pds-progress.entry.js +1 -1
  201. package/dist/esm-es5/pds-radio.entry.js +1 -1
  202. package/dist/esm-es5/pds-row.entry.js +1 -1
  203. package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
  204. package/dist/esm-es5/pds-sortable.entry.js +2 -2
  205. package/dist/esm-es5/pds-switch.entry.js +1 -1
  206. package/dist/esm-es5/pds-tab.entry.js +1 -1
  207. package/dist/esm-es5/pds-table-body.entry.js +1 -1
  208. package/dist/esm-es5/pds-table-cell.entry.js +2 -0
  209. package/dist/esm-es5/pds-table-cell.entry.js.map +1 -0
  210. package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
  211. package/dist/esm-es5/pds-table-head-cell.entry.js.map +1 -1
  212. package/dist/esm-es5/pds-table-head.entry.js +1 -1
  213. package/dist/esm-es5/pds-table-head.entry.js.map +1 -1
  214. package/dist/esm-es5/pds-table-row.entry.js +1 -1
  215. package/dist/esm-es5/pds-table-row.entry.js.map +1 -1
  216. package/dist/esm-es5/pds-table.entry.js +1 -1
  217. package/dist/esm-es5/pds-table.entry.js.map +1 -1
  218. package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
  219. package/dist/esm-es5/pds-tabs.entry.js +1 -1
  220. package/dist/esm-es5/pds-textarea.entry.js +1 -1
  221. package/dist/esm-es5/pds-tooltip.entry.js +1 -1
  222. package/dist/esm-es5/pine-core.js +1 -1
  223. package/dist/esm-es5/pine-core.js.map +1 -1
  224. package/dist/pine-core/{p-320e4c53.system.entry.js → p-038065cf.system.entry.js} +2 -2
  225. package/dist/pine-core/p-05ee992c.js +3 -0
  226. package/dist/pine-core/p-05ee992c.js.map +1 -0
  227. package/dist/pine-core/{p-d99998a4.system.entry.js → p-0601dc8a.system.entry.js} +2 -2
  228. package/dist/pine-core/p-0601dc8a.system.entry.js.map +1 -0
  229. package/dist/pine-core/p-0b77685e.js +2 -0
  230. package/dist/pine-core/p-0b77685e.js.map +1 -0
  231. package/dist/pine-core/{p-dacd68cf.system.entry.js → p-0f3ceb6c.system.entry.js} +2 -2
  232. package/dist/pine-core/p-10fe7be7.entry.js +2 -0
  233. package/dist/pine-core/p-10fe7be7.entry.js.map +1 -0
  234. package/dist/pine-core/{p-7f917c20.entry.js → p-1618833a.entry.js} +2 -2
  235. package/dist/pine-core/{p-ff9044ed.entry.js → p-1775b56f.entry.js} +2 -2
  236. package/dist/pine-core/{p-c721d912.system.entry.js → p-1a03a25f.system.entry.js} +2 -2
  237. package/dist/pine-core/{p-3e527956.system.entry.js → p-1a065871.system.entry.js} +2 -2
  238. package/dist/pine-core/p-224a435b.system.js +2 -0
  239. package/dist/pine-core/p-224a435b.system.js.map +1 -0
  240. package/dist/pine-core/{p-4d4bea0a.entry.js → p-23d24773.entry.js} +2 -2
  241. package/dist/pine-core/p-24441d11.system.entry.js +2 -0
  242. package/dist/pine-core/p-24441d11.system.entry.js.map +1 -0
  243. package/dist/pine-core/p-26626013.system.js +3 -0
  244. package/dist/pine-core/p-26626013.system.js.map +1 -0
  245. package/dist/pine-core/{p-478689a0.system.entry.js → p-286189e0.system.entry.js} +2 -2
  246. package/dist/pine-core/p-30dfdfdd.entry.js +2 -0
  247. package/dist/pine-core/{p-2e19ec3d.system.entry.js → p-319ced45.system.entry.js} +2 -2
  248. package/dist/pine-core/{p-12e537ba.system.entry.js → p-34e206a0.system.entry.js} +2 -2
  249. package/dist/pine-core/{p-e43fd36e.entry.js → p-3648779f.entry.js} +2 -2
  250. package/dist/pine-core/{p-825cdc06.entry.js → p-368269f0.entry.js} +2 -2
  251. package/dist/pine-core/{p-51651124.entry.js → p-3a9fce23.entry.js} +2 -2
  252. package/dist/pine-core/p-3dfbaa2a.entry.js +2 -0
  253. package/dist/pine-core/p-3dfbaa2a.entry.js.map +1 -0
  254. package/dist/pine-core/{p-bc3782a0.entry.js → p-3ed83b6f.entry.js} +2 -2
  255. package/dist/pine-core/p-3ed83b6f.entry.js.map +1 -0
  256. package/dist/pine-core/{p-2af2432d.system.entry.js → p-3f15215e.system.entry.js} +2 -2
  257. package/dist/pine-core/{p-8144b8d8.system.entry.js → p-4254febe.system.entry.js} +2 -2
  258. package/dist/pine-core/{p-8c5e76d4.system.entry.js → p-4283f600.system.entry.js} +2 -2
  259. package/dist/pine-core/{p-77da68b4.system.entry.js → p-473037f0.system.entry.js} +2 -2
  260. package/dist/pine-core/p-4a7afca5.entry.js +2 -0
  261. package/dist/pine-core/p-4a7afca5.entry.js.map +1 -0
  262. package/dist/pine-core/p-56c60cf8.system.entry.js +2 -0
  263. package/dist/pine-core/p-56c60cf8.system.entry.js.map +1 -0
  264. package/dist/pine-core/{p-30cb97ee.system.entry.js → p-5b032eb0.system.entry.js} +2 -2
  265. package/dist/pine-core/{p-9f8a1aa6.entry.js → p-5bcbdba7.entry.js} +2 -2
  266. package/dist/pine-core/{p-380e465b.entry.js → p-5ec5e6cc.entry.js} +2 -2
  267. package/dist/pine-core/{p-9e33f4fb.system.entry.js → p-60953292.system.entry.js} +3 -3
  268. package/dist/pine-core/{p-bd5135c3.entry.js → p-6663628f.entry.js} +2 -2
  269. package/dist/pine-core/p-6b065607.entry.js +2 -0
  270. package/dist/pine-core/p-6b065607.entry.js.map +1 -0
  271. package/dist/pine-core/p-6faa8c75.js +2 -0
  272. package/dist/pine-core/{p-bb099830.system.entry.js → p-73c45132.system.entry.js} +2 -2
  273. package/dist/pine-core/p-77b96720.system.js +2 -0
  274. package/dist/pine-core/p-77b96720.system.js.map +1 -0
  275. package/dist/pine-core/{p-564e8159.entry.js → p-7f5517fc.entry.js} +2 -2
  276. package/dist/pine-core/{p-43783da1.system.entry.js → p-80024a08.system.entry.js} +2 -2
  277. package/dist/pine-core/{p-5073b1c0.entry.js → p-8dd63189.entry.js} +3 -3
  278. package/dist/pine-core/{p-327e1afa.system.entry.js → p-9028ed17.system.entry.js} +2 -2
  279. package/dist/pine-core/p-9087b22e.entry.js +2 -0
  280. package/dist/pine-core/p-9087b22e.entry.js.map +1 -0
  281. package/dist/pine-core/{p-0ec12306.system.js → p-927733f2.system.js} +2 -2
  282. package/dist/pine-core/{p-65a167b8.entry.js → p-948115a9.entry.js} +2 -2
  283. package/dist/pine-core/{p-2250dc45.entry.js → p-999c240c.entry.js} +2 -2
  284. package/dist/pine-core/{p-78ae6c93.system.entry.js → p-a4150f66.system.entry.js} +2 -2
  285. package/dist/pine-core/{p-5f9fa644.system.entry.js → p-a5a0ced9.system.entry.js} +2 -2
  286. package/dist/pine-core/p-a617a31d.system.entry.js +2 -0
  287. package/dist/pine-core/p-a617a31d.system.entry.js.map +1 -0
  288. package/dist/pine-core/p-a6a2fd34.entry.js +2 -0
  289. package/dist/pine-core/{p-afdfadb0.entry.js.map → p-a6a2fd34.entry.js.map} +1 -1
  290. package/dist/pine-core/p-a6eb294d.entry.js +2 -0
  291. package/dist/pine-core/p-a6eb294d.entry.js.map +1 -0
  292. package/dist/pine-core/{p-1922e07e.system.entry.js → p-a9ae176c.system.entry.js} +2 -2
  293. package/dist/pine-core/{p-1922e07e.system.entry.js.map → p-a9ae176c.system.entry.js.map} +1 -1
  294. package/dist/pine-core/{p-737d5042.entry.js → p-aafbbc27.entry.js} +2 -2
  295. package/dist/pine-core/{p-737d5042.entry.js.map → p-aafbbc27.entry.js.map} +1 -1
  296. package/dist/pine-core/{p-4f7ee11c.entry.js → p-b5ad8600.entry.js} +2 -2
  297. package/dist/pine-core/p-b8e27935.system.entry.js +2 -0
  298. package/dist/pine-core/p-b8e27935.system.entry.js.map +1 -0
  299. package/dist/pine-core/p-bb55fb8d.system.entry.js +2 -0
  300. package/dist/pine-core/p-bb55fb8d.system.entry.js.map +1 -0
  301. package/dist/pine-core/p-bbcf1b50.system.entry.js +2 -0
  302. package/dist/pine-core/p-bbcf1b50.system.entry.js.map +1 -0
  303. package/dist/pine-core/{p-30ca2db1.entry.js → p-bf5a1876.entry.js} +2 -2
  304. package/dist/pine-core/p-c25d94c0.system.entry.js +2 -0
  305. package/dist/pine-core/p-c25d94c0.system.entry.js.map +1 -0
  306. package/dist/pine-core/p-ccbff59d.entry.js +2 -0
  307. package/dist/pine-core/p-d1038811.entry.js +2 -0
  308. package/dist/pine-core/p-d1038811.entry.js.map +1 -0
  309. package/dist/pine-core/{p-edbc3b8d.entry.js → p-d1972e4b.entry.js} +2 -2
  310. package/dist/pine-core/{p-0af86d62.entry.js → p-da9c79a4.entry.js} +2 -2
  311. package/dist/pine-core/{p-019edcbb.entry.js → p-dfaf84b9.entry.js} +2 -2
  312. package/dist/pine-core/{p-5ffec55d.system.js → p-ee65aef1.system.js} +1 -1
  313. package/dist/pine-core/p-ee65aef1.system.js.map +1 -0
  314. package/dist/pine-core/{p-b7897f94.js → p-efc85823.js} +1 -1
  315. package/dist/pine-core/p-efc85823.js.map +1 -0
  316. package/dist/pine-core/{p-ec56491f.system.entry.js → p-f1086b10.system.entry.js} +2 -2
  317. package/dist/pine-core/{p-cf147dfc.system.entry.js → p-f1fe6518.system.entry.js} +2 -2
  318. package/dist/pine-core/p-f3f00b4b.system.entry.js +2 -0
  319. package/dist/pine-core/pine-core.esm.js +1 -1
  320. package/dist/pine-core/pine-core.esm.js.map +1 -1
  321. package/dist/pine-core/pine-core.js +1 -1
  322. package/dist/pine-core/svg/bar-chart-10-tone.svg +1 -0
  323. package/dist/pine-core/svg/bell-01-tone.svg +1 -0
  324. package/dist/pine-core/svg/bulb.svg +1 -0
  325. package/dist/pine-core/svg/clapperboard-tone.svg +1 -0
  326. package/dist/pine-core/svg/cloud-upload.svg +1 -1
  327. package/dist/pine-core/svg/course-filled.svg +1 -0
  328. package/dist/pine-core/svg/credit-card-02-tone.svg +1 -0
  329. package/dist/pine-core/svg/cube-01-tone.svg +1 -0
  330. package/dist/pine-core/svg/customize.svg +1 -1
  331. package/dist/pine-core/svg/dollar.svg +1 -1
  332. package/dist/pine-core/svg/dots-horizontal-tone.svg +1 -0
  333. package/dist/pine-core/svg/download.svg +1 -1
  334. package/dist/pine-core/svg/expand.svg +1 -1
  335. package/dist/pine-core/svg/file-02.svg +1 -0
  336. package/dist/pine-core/svg/filter.svg +1 -1
  337. package/dist/pine-core/svg/form-field.svg +1 -1
  338. package/dist/pine-core/svg/hashtag.svg +1 -1
  339. package/dist/pine-core/svg/hd-video.svg +1 -1
  340. package/dist/pine-core/svg/headset-tone.svg +1 -0
  341. package/dist/pine-core/svg/home-02-tone.svg +1 -0
  342. package/dist/pine-core/svg/logo-instagram.svg +1 -1
  343. package/dist/pine-core/svg/mail-01-tone.svg +1 -0
  344. package/dist/pine-core/svg/mail-filled.svg +1 -1
  345. package/dist/pine-core/svg/mail.svg +1 -1
  346. package/dist/pine-core/svg/monitor-03-tone.svg +1 -0
  347. package/dist/pine-core/svg/one-off-session.svg +1 -1
  348. package/dist/pine-core/svg/phone-02-tone.svg +1 -0
  349. package/dist/pine-core/svg/search-md-tone.svg +1 -0
  350. package/dist/pine-core/svg/settings-01-tone.svg +1 -0
  351. package/dist/pine-core/svg/stars-01-tone.svg +1 -0
  352. package/dist/pine-core/svg/trophy-filled.svg +1 -0
  353. package/dist/pine-core/svg/unlock.svg +1 -1
  354. package/dist/pine-core/svg/users-02-tone.svg +1 -0
  355. package/dist/pine-core/svg/users-filled.svg +1 -0
  356. package/dist/pine-core/svg/video-off.svg +1 -1
  357. package/dist/pine-core/svg/wrench.svg +1 -1
  358. package/dist/types/components/pds-checkbox/pds-checkbox.d.ts +4 -1
  359. package/dist/types/components/pds-loader/pds-loader.d.ts +24 -0
  360. package/dist/types/components/pds-table/pds-table-cell/pds-table-cell.d.ts +1 -1
  361. package/dist/types/components/pds-table/pds-table-head/pds-table-head.d.ts +18 -1
  362. package/dist/types/components/pds-table/pds-table-head-cell/pds-table-head-cell.d.ts +5 -1
  363. package/dist/types/components/pds-table/pds-table-row/pds-table-row.d.ts +12 -6
  364. package/dist/types/components/pds-table/pds-table.d.ts +21 -1
  365. package/dist/types/components.d.ts +133 -1
  366. package/dist/types/utils/closest.d.ts +1 -0
  367. package/hydrate/index.js +230 -72
  368. package/package.json +1 -1
  369. package/dist/cjs/index-33465846.js.map +0 -1
  370. package/dist/cjs/index-7d9c71f6.js.map +0 -1
  371. package/dist/cjs/pds-checkbox_2.cjs.entry.js +0 -112
  372. package/dist/cjs/pds-checkbox_2.cjs.entry.js.map +0 -1
  373. package/dist/esm/index-6f0bb1b9.js.map +0 -1
  374. package/dist/esm/index-bdeab80c.js.map +0 -1
  375. package/dist/esm/pds-checkbox_2.entry.js +0 -107
  376. package/dist/esm/pds-checkbox_2.entry.js.map +0 -1
  377. package/dist/esm-es5/index-6f0bb1b9.js +0 -3
  378. package/dist/esm-es5/index-6f0bb1b9.js.map +0 -1
  379. package/dist/esm-es5/index-bdeab80c.js.map +0 -1
  380. package/dist/esm-es5/pds-checkbox_2.entry.js +0 -2
  381. package/dist/esm-es5/pds-checkbox_2.entry.js.map +0 -1
  382. package/dist/pine-core/p-0a1e2528.system.entry.js +0 -2
  383. package/dist/pine-core/p-0a1e2528.system.entry.js.map +0 -1
  384. package/dist/pine-core/p-0a636312.system.entry.js +0 -2
  385. package/dist/pine-core/p-0a636312.system.entry.js.map +0 -1
  386. package/dist/pine-core/p-1330a135.entry.js +0 -2
  387. package/dist/pine-core/p-1330a135.entry.js.map +0 -1
  388. package/dist/pine-core/p-16e9d55b.entry.js +0 -2
  389. package/dist/pine-core/p-16e9d55b.entry.js.map +0 -1
  390. package/dist/pine-core/p-209bc3fd.entry.js +0 -2
  391. package/dist/pine-core/p-2f77dbd3.js +0 -3
  392. package/dist/pine-core/p-2f77dbd3.js.map +0 -1
  393. package/dist/pine-core/p-3caa5870.system.entry.js +0 -2
  394. package/dist/pine-core/p-3caa5870.system.entry.js.map +0 -1
  395. package/dist/pine-core/p-49a28a19.system.entry.js +0 -2
  396. package/dist/pine-core/p-5f2b3f57.entry.js +0 -2
  397. package/dist/pine-core/p-5f2b3f57.entry.js.map +0 -1
  398. package/dist/pine-core/p-5ffec55d.system.js.map +0 -1
  399. package/dist/pine-core/p-61ab207f.entry.js +0 -2
  400. package/dist/pine-core/p-61ab207f.entry.js.map +0 -1
  401. package/dist/pine-core/p-6370aa12.system.entry.js +0 -2
  402. package/dist/pine-core/p-6370aa12.system.entry.js.map +0 -1
  403. package/dist/pine-core/p-64b4cb70.system.js +0 -3
  404. package/dist/pine-core/p-64b4cb70.system.js.map +0 -1
  405. package/dist/pine-core/p-7611d073.system.js +0 -2
  406. package/dist/pine-core/p-7611d073.system.js.map +0 -1
  407. package/dist/pine-core/p-87c2ac18.entry.js +0 -2
  408. package/dist/pine-core/p-87c2ac18.entry.js.map +0 -1
  409. package/dist/pine-core/p-afdfadb0.entry.js +0 -2
  410. package/dist/pine-core/p-b7897f94.js.map +0 -1
  411. package/dist/pine-core/p-bc1cb8e2.entry.js +0 -2
  412. package/dist/pine-core/p-bc3782a0.entry.js.map +0 -1
  413. package/dist/pine-core/p-d99998a4.system.entry.js.map +0 -1
  414. package/dist/pine-core/p-e4f30321.js +0 -2
  415. package/dist/pine-core/p-ecbf0b15.system.entry.js +0 -2
  416. package/dist/pine-core/p-ecbf0b15.system.entry.js.map +0 -1
  417. /package/dist/esm-es5/{pds-label-d7e11551.js.map → pds-label-bea9ee54.js.map} +0 -0
  418. /package/dist/pine-core/{p-320e4c53.system.entry.js.map → p-038065cf.system.entry.js.map} +0 -0
  419. /package/dist/pine-core/{p-dacd68cf.system.entry.js.map → p-0f3ceb6c.system.entry.js.map} +0 -0
  420. /package/dist/pine-core/{p-7f917c20.entry.js.map → p-1618833a.entry.js.map} +0 -0
  421. /package/dist/pine-core/{p-ff9044ed.entry.js.map → p-1775b56f.entry.js.map} +0 -0
  422. /package/dist/pine-core/{p-c721d912.system.entry.js.map → p-1a03a25f.system.entry.js.map} +0 -0
  423. /package/dist/pine-core/{p-3e527956.system.entry.js.map → p-1a065871.system.entry.js.map} +0 -0
  424. /package/dist/pine-core/{p-4d4bea0a.entry.js.map → p-23d24773.entry.js.map} +0 -0
  425. /package/dist/pine-core/{p-478689a0.system.entry.js.map → p-286189e0.system.entry.js.map} +0 -0
  426. /package/dist/pine-core/{p-bc1cb8e2.entry.js.map → p-30dfdfdd.entry.js.map} +0 -0
  427. /package/dist/pine-core/{p-2e19ec3d.system.entry.js.map → p-319ced45.system.entry.js.map} +0 -0
  428. /package/dist/pine-core/{p-12e537ba.system.entry.js.map → p-34e206a0.system.entry.js.map} +0 -0
  429. /package/dist/pine-core/{p-e43fd36e.entry.js.map → p-3648779f.entry.js.map} +0 -0
  430. /package/dist/pine-core/{p-825cdc06.entry.js.map → p-368269f0.entry.js.map} +0 -0
  431. /package/dist/pine-core/{p-51651124.entry.js.map → p-3a9fce23.entry.js.map} +0 -0
  432. /package/dist/pine-core/{p-2af2432d.system.entry.js.map → p-3f15215e.system.entry.js.map} +0 -0
  433. /package/dist/pine-core/{p-8144b8d8.system.entry.js.map → p-4254febe.system.entry.js.map} +0 -0
  434. /package/dist/pine-core/{p-8c5e76d4.system.entry.js.map → p-4283f600.system.entry.js.map} +0 -0
  435. /package/dist/pine-core/{p-77da68b4.system.entry.js.map → p-473037f0.system.entry.js.map} +0 -0
  436. /package/dist/pine-core/{p-30cb97ee.system.entry.js.map → p-5b032eb0.system.entry.js.map} +0 -0
  437. /package/dist/pine-core/{p-9f8a1aa6.entry.js.map → p-5bcbdba7.entry.js.map} +0 -0
  438. /package/dist/pine-core/{p-380e465b.entry.js.map → p-5ec5e6cc.entry.js.map} +0 -0
  439. /package/dist/pine-core/{p-9e33f4fb.system.entry.js.map → p-60953292.system.entry.js.map} +0 -0
  440. /package/dist/pine-core/{p-bd5135c3.entry.js.map → p-6663628f.entry.js.map} +0 -0
  441. /package/dist/pine-core/{p-e4f30321.js.map → p-6faa8c75.js.map} +0 -0
  442. /package/dist/pine-core/{p-bb099830.system.entry.js.map → p-73c45132.system.entry.js.map} +0 -0
  443. /package/dist/pine-core/{p-564e8159.entry.js.map → p-7f5517fc.entry.js.map} +0 -0
  444. /package/dist/pine-core/{p-43783da1.system.entry.js.map → p-80024a08.system.entry.js.map} +0 -0
  445. /package/dist/pine-core/{p-5073b1c0.entry.js.map → p-8dd63189.entry.js.map} +0 -0
  446. /package/dist/pine-core/{p-327e1afa.system.entry.js.map → p-9028ed17.system.entry.js.map} +0 -0
  447. /package/dist/pine-core/{p-0ec12306.system.js.map → p-927733f2.system.js.map} +0 -0
  448. /package/dist/pine-core/{p-65a167b8.entry.js.map → p-948115a9.entry.js.map} +0 -0
  449. /package/dist/pine-core/{p-2250dc45.entry.js.map → p-999c240c.entry.js.map} +0 -0
  450. /package/dist/pine-core/{p-78ae6c93.system.entry.js.map → p-a4150f66.system.entry.js.map} +0 -0
  451. /package/dist/pine-core/{p-5f9fa644.system.entry.js.map → p-a5a0ced9.system.entry.js.map} +0 -0
  452. /package/dist/pine-core/{p-4f7ee11c.entry.js.map → p-b5ad8600.entry.js.map} +0 -0
  453. /package/dist/pine-core/{p-30ca2db1.entry.js.map → p-bf5a1876.entry.js.map} +0 -0
  454. /package/dist/pine-core/{p-209bc3fd.entry.js.map → p-ccbff59d.entry.js.map} +0 -0
  455. /package/dist/pine-core/{p-edbc3b8d.entry.js.map → p-d1972e4b.entry.js.map} +0 -0
  456. /package/dist/pine-core/{p-0af86d62.entry.js.map → p-da9c79a4.entry.js.map} +0 -0
  457. /package/dist/pine-core/{p-019edcbb.entry.js.map → p-dfaf84b9.entry.js.map} +0 -0
  458. /package/dist/pine-core/{p-ec56491f.system.entry.js.map → p-f1086b10.system.entry.js.map} +0 -0
  459. /package/dist/pine-core/{p-cf147dfc.system.entry.js.map → p-f1fe6518.system.entry.js.map} +0 -0
  460. /package/dist/pine-core/{p-49a28a19.system.entry.js.map → p-f3f00b4b.system.entry.js.map} +0 -0
package/hydrate/index.js CHANGED
@@ -6816,7 +6816,7 @@ function hydrateFactory($stencilWindow, $stencilHydrateOpts, $stencilHydrateResu
6816
6816
 
6817
6817
 
6818
6818
  const NAMESPACE = 'pine-core';
6819
- const BUILD = /* pine-core */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, cmpWillUpdate: false, connectedCallback: true, constructableCSS: false, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: true, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: true, hydrateServerSide: true, hydratedAttribute: false, hydratedClass: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: true, propString: true, reflect: true, scoped: true, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, shadowDomShim: true, slot: true, slotChildNodesFix: false, slotRelocation: true, state: true, style: true, svg: false, taskQueue: true, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };
6819
+ const BUILD = /* pine-core */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, cmpWillUpdate: false, connectedCallback: true, constructableCSS: false, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: true, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: true, hydrateServerSide: true, hydratedAttribute: false, hydratedClass: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: true, propString: true, reflect: true, scoped: true, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, shadowDomShim: true, slot: true, slotChildNodesFix: false, slotRelocation: true, state: true, style: true, svg: true, taskQueue: true, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };
6820
6820
 
6821
6821
  function queryNonceMetaTagContent(e) {
6822
6822
  var t, o, n;
@@ -7189,11 +7189,12 @@ const createElm = (e, t, o, n) => {
7189
7189
  let a, r, i, d = 0;
7190
7190
  if (!useNativeShadowDom && (checkSlotRelocate = !0, "slot" === l.$tag$ && (scopeId && n.classList.add(scopeId + "-s"),
7191
7191
  l.$flags$ |= l.$children$ ? 2 : 1)), null !== l.$text$) a = l.$elm$ = doc.createTextNode(l.$text$); else if (1 & l.$flags$) a = l.$elm$ = slotReferenceDebugNode(l) ; else {
7192
- if (a = l.$elm$ = doc.createElement(2 & l.$flags$ ? "slot-fb" : l.$tag$),
7193
- updateElement(null, l, isSvgMode),
7192
+ if (!isSvgMode && (isSvgMode = "svg" === l.$tag$), a = l.$elm$ = doc.createElementNS(isSvgMode ? "http://www.w3.org/2000/svg" : "http://www.w3.org/1999/xhtml", 2 & l.$flags$ ? "slot-fb" : l.$tag$) ,
7193
+ isSvgMode && "foreignObject" === l.$tag$ && (isSvgMode = !1), updateElement(null, l, isSvgMode),
7194
7194
  null != scopeId && a["s-si"] !== scopeId && a.classList.add(a["s-si"] = scopeId),
7195
7195
  l.$children$) for (d = 0; d < l.$children$.length; ++d) r = createElm(e, l, d, a),
7196
7196
  r && a.appendChild(r);
7197
+ ("svg" === l.$tag$ ? isSvgMode = !1 : "foreignObject" === a.tagName && (isSvgMode = !0));
7197
7198
  }
7198
7199
  return a["s-hn"] = hostTagName, 3 & l.$flags$ && (a["s-sr"] = !0,
7199
7200
  a["s-cr"] = contentRef, a["s-sn"] = l.$name$ || "", a["s-rf"] = null === (s = l.$attrs$) || void 0 === s ? void 0 : s.ref,
@@ -7229,7 +7230,8 @@ const createElm = (e, t, o, n) => {
7229
7230
  }, isSameVnode = (e, t, o = !1) => e.$tag$ === t.$tag$ && ("slot" === e.$tag$ ? e.$name$ === t.$name$ : !(!o) || e.$key$ === t.$key$), referenceNode = e => e && e["s-ol"] || e, parentReferenceNode = e => (e["s-ol"] ? e["s-ol"] : e).parentNode, patch = (e, t, o = !1) => {
7230
7231
  const n = t.$elm$ = e.$elm$, s = e.$children$, l = t.$children$, a = t.$tag$, r = t.$text$;
7231
7232
  let i;
7232
- null !== r ? (i = n["s-cr"]) ? i.parentNode.textContent = r : e.$text$ !== r && (n.data = r) : (("slot" === a && !useNativeShadowDom ? BUILD.experimentalSlotFixes : updateElement(e, t, isSvgMode)), null !== s && null !== l ? ((e, t, o, n, s = !1) => {
7233
+ null !== r ? (i = n["s-cr"]) ? i.parentNode.textContent = r : e.$text$ !== r && (n.data = r) : ((isSvgMode = "svg" === a || "foreignObject" !== a && isSvgMode),
7234
+ ("slot" === a && !useNativeShadowDom ? BUILD.experimentalSlotFixes : updateElement(e, t, isSvgMode)), null !== s && null !== l ? ((e, t, o, n, s = !1) => {
7233
7235
  let l, a, r = 0, i = 0, d = 0, c = 0, $ = t.length - 1, m = t[0], p = t[$], h = n.length - 1, f = n[0], u = n[h];
7234
7236
  for (;r <= $ && i <= h; ) if (null == m) m = t[++r]; else if (null == p) p = t[--$]; else if (null == f) f = n[++i]; else if (null == u) u = n[--h]; else if (isSameVnode(m, f, s)) patch(m, f, s),
7235
7237
  m = t[++r], f = n[++i]; else if (isSameVnode(p, u, s)) patch(p, u, s), p = t[--$],
@@ -7247,7 +7249,7 @@ const createElm = (e, t, o, n) => {
7247
7249
  r > $ ? addVnodes(e, null == n[h + 1] ? null : n[h + 1].$elm$, o, n, i, h) : i > h && removeVnodes(t, r, $);
7248
7250
  })(n, s, t, l, o) : null !== l ? (null !== e.$text$ && (n.textContent = ""),
7249
7251
  addVnodes(n, null, t, l, 0, l.length - 1)) : null !== s && removeVnodes(s, 0, s.length - 1),
7250
- BUILD.svg );
7252
+ isSvgMode && "svg" === a && (isSvgMode = !1));
7251
7253
  }, updateFallbackSlotVisibility = e => {
7252
7254
  const t = e.childNodes;
7253
7255
  for (const e of t) if (1 === e.nodeType) {
@@ -7702,7 +7704,7 @@ const cmpModules = new Map, getModule = e => {
7702
7704
  e["s-p"] = [], e["s-rc"] = [], addHostEventListeners(e, o, t.$listeners$), hostRefs.set(e, o);
7703
7705
  }, styles = new Map;
7704
7706
 
7705
- /* pds-icons v7.0.0, ES Modules */
7707
+ /* pds-icons v7.4.0, ES Modules */
7706
7708
  const caretDown = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><path fill-rule='evenodd' d='M.862 4.862c.26-.26.682-.26.943 0L8 11.057l6.195-6.195a.667.667 0 1 1 .943.943L8.471 12.47a.667.667 0 0 1-.942 0L.862 5.805a.667.667 0 0 1 0-.943'/></svg>";
7707
7709
  const checkCircleFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><g clip-path='url(#a)'><path d='M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m4.473 5.807L7.14 11.14c-.26.26-.68.26-.94 0L3.533 8.473a.664.664 0 1 1 .94-.94l2.194 2.194 4.86-4.86c.26-.26.68-.26.94 0 .266.253.266.68.006.94'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs></svg>";
7708
7710
  const copy = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><g fill-rule='evenodd' clip-path='url(#a)'><path d='M10 5.333c0-.368.299-.666.667-.666h4c.368 0 .666.298.666.666v9.334a.667.667 0 0 1-.666.666H5.333a.667.667 0 0 1-.666-.666v-4a.667.667 0 1 1 1.333 0V14h8V6h-3.333A.667.667 0 0 1 10 5.333'/><path d='M.667 1.333c0-.368.298-.666.666-.666h9.334c.368 0 .666.298.666.666v9.334a.667.667 0 0 1-.666.666H1.333a.667.667 0 0 1-.666-.666zM2 2v8h8V2z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs></svg>";
@@ -7780,7 +7782,7 @@ class PdsAvatar {
7780
7782
  this.renderAvatar = () => {
7781
7783
  return (this.dropdown
7782
7784
  ?
7783
- hAsync("button", { class: "pds-avatar__button", type: "button" }, this.renderAssetWrapper())
7785
+ hAsync("button", { class: "pds-avatar__button", type: "button", "aria-label": "Avatar dropdown trigger" }, this.renderAssetWrapper())
7784
7786
  :
7785
7787
  this.renderAssetWrapper());
7786
7788
  };
@@ -7824,7 +7826,7 @@ class PdsAvatar {
7824
7826
  }
7825
7827
  }
7826
7828
  render() {
7827
- return (hAsync(Host, { key: '91f5ca20bb459d850bf58586c525a551821f17c7', id: this.componentId, class: Object.assign({}, this.classNames()) }, this.renderAvatar()));
7829
+ return (hAsync(Host, { key: '8c43a9de8b7799b5aafff0c12c2e95e53bed2041', id: this.componentId, class: Object.assign({}, this.classNames()) }, this.renderAvatar()));
7828
7830
  }
7829
7831
  static get style() { return PdsAvatarStyle0; }
7830
7832
  static get cmpMeta() { return {
@@ -8059,13 +8061,14 @@ const isRequired = (target, component) => {
8059
8061
  */
8060
8062
  const PdsLabel = ({ classNames, htmlFor, text }) => (hAsync("label", { class: classNames, htmlFor: htmlFor }, text));
8061
8063
 
8062
- const pdsCheckboxCss = "/*!@:host*/.sc-pds-checkbox-h{--border-default:var(--pine-border-width-thin) solid var(--pine-color-grey-400);--border-color-interactive-hover:var(--pine-border-width-thin) solid var(--pine-color-grey-500);--border-radius:var(--pine-border-radius-050);--box-shadow-focus:0 0 0 2px var(--pine-color-blue-200);--box-shadow-focus-invalid:0 0 0 2px var(--pine-color-red-200);--color-background:var(--pine-color-white);--color-background-disabled:var(--pine-color-grey-200);--color-background-hover:var(--pine-color-grey-100);--color-border-disabled:var(--pine-color-charcoal-100);--color-border-icon:var(--pine-color-white);--color-checked:var(--pine-color-charcoal-500);--color-disabled:var(--pine-color-grey-300);--color-invalid:var(--pine-color-red-300);--color-text-disabled:var(--pine-color-grey-500);--color-text-message:var(--pine-color-charcoal-200);--sizing-input:var(--pine-font-size-100);-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}/*!@:host(.is-invalid) input*/.is-invalid.sc-pds-checkbox-h input.sc-pds-checkbox{border-color:var(--color-invalid)}/*!@:host(.is-invalid) input:checked*/.is-invalid.sc-pds-checkbox-h input.sc-pds-checkbox:checked{background:var(--color-invalid)}/*!@:host(.is-invalid) input:focus-visible*/.is-invalid.sc-pds-checkbox-h input.sc-pds-checkbox:focus-visible{-webkit-box-shadow:var(--box-shadow-focus-invalid);box-shadow:var(--box-shadow-focus-invalid);outline:none}/*!@:host(.is-invalid) label,\n:host(.is-invalid) .pds-checkbox__message--error*/.is-invalid.sc-pds-checkbox-h label.sc-pds-checkbox,.is-invalid.sc-pds-checkbox-h .pds-checkbox__message--error.sc-pds-checkbox{color:var(--color-invalid)}/*!@:host(.is-indeterminate) input:checked::after*/.is-indeterminate.sc-pds-checkbox-h input.sc-pds-checkbox:checked::after{border-bottom:0;-webkit-transform:rotate(87deg) translate3d(-114%, 25%, 0);transform:rotate(87deg) translate3d(-114%, 25%, 0)}/*!@input*/input.sc-pds-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-background);border:var(--border-default);border-radius:var(--border-radius);height:var(--sizing-input);margin:0;position:relative;width:var(--sizing-input)}/*!@input:hover*/input.sc-pds-checkbox:hover{background:var(--color-background-hover);border:var(--border-color-interactive-hover)}/*!@input:checked*/input.sc-pds-checkbox:checked{background:var(--color-checked);border-color:var(--color-checked)}/*!@input:checked::after*/input.sc-pds-checkbox:checked::after{border:1px solid var(--color-border-icon);border-left:0;border-top:0;content:\"\";display:block;height:7px;left:50%;position:absolute;top:50%;-webkit-transform:rotate(43deg) translate3d(-110%, -30%, 0);transform:rotate(43deg) translate3d(-110%, -30%, 0);width:4px}/*!@input:disabled*/input.sc-pds-checkbox:disabled{background:var(--color-background-disabled);border-color:var(--color-disabled);cursor:not-allowed}/*!@input:disabled:checked*/input.sc-pds-checkbox:disabled:checked{background:var(--color-disabled);border-color:var(--color-disabled)}/*!@input:disabled:checked::after*/input.sc-pds-checkbox:disabled:checked::after{border-color:var(--color-border-disabled)}/*!@input:disabled + label*/input.sc-pds-checkbox:disabled+label.sc-pds-checkbox{color:var(--color-text-disabled);cursor:not-allowed}/*!@input:disabled ~ .pds-checkbox__message*/input.sc-pds-checkbox:disabled~.pds-checkbox__message.sc-pds-checkbox{color:var(--color-text-disabled)}/*!@input:focus-visible*/input.sc-pds-checkbox:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}/*!@label*/label.sc-pds-checkbox{-webkit-margin-start:10px;margin-inline-start:10px}/*!@.visually-hidden*/.visually-hidden.sc-pds-checkbox{border:0;clip:rect(0 0 0 0);-webkit-clip-path:polygon(0 0, 0 0, 0 0);clip-path:polygon(0 0, 0 0, 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}/*!@.pds-checkbox__message*/.pds-checkbox__message.sc-pds-checkbox{color:var(--color-text-message);font-size:14px;-webkit-margin-before:6px;margin-block-start:6px;-webkit-margin-start:26px;margin-inline-start:26px;width:100%}";
8064
+ const pdsCheckboxCss = "/*!@:host*/.sc-pds-checkbox-h{--border-default:var(--pine-border-width-thin) solid var(--pine-color-grey-400);--border-color-interactive-hover:var(--pine-border-width-thin) solid var(--pine-color-grey-500);--border-radius:var(--pine-border-radius-050);--box-shadow-focus:0 0 0 2px var(--pine-color-blue-200);--box-shadow-focus-invalid:0 0 0 2px var(--pine-color-red-200);--color-background:var(--pine-color-white);--color-background-disabled:var(--pine-color-grey-200);--color-background-hover:var(--pine-color-grey-100);--color-border-disabled:var(--pine-color-charcoal-100);--color-border-icon:var(--pine-color-white);--color-checked:var(--pine-color-charcoal-500);--color-disabled:var(--pine-color-grey-300);--color-invalid:var(--pine-color-red-300);--color-text-disabled:var(--pine-color-grey-500);--color-text-message:var(--pine-color-charcoal-200);--sizing-input:var(--pine-font-size-100);-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}/*!@:host(.is-invalid) input*/.is-invalid.sc-pds-checkbox-h input.sc-pds-checkbox{border-color:var(--color-invalid)}/*!@:host(.is-invalid) input:checked*/.is-invalid.sc-pds-checkbox-h input.sc-pds-checkbox:checked{background:var(--color-invalid)}/*!@:host(.is-invalid) input:focus-visible*/.is-invalid.sc-pds-checkbox-h input.sc-pds-checkbox:focus-visible{-webkit-box-shadow:var(--box-shadow-focus-invalid);box-shadow:var(--box-shadow-focus-invalid);outline:none}/*!@:host(.is-invalid) label,\n:host(.is-invalid) .pds-checkbox__message--error*/.is-invalid.sc-pds-checkbox-h label.sc-pds-checkbox,.is-invalid.sc-pds-checkbox-h .pds-checkbox__message--error.sc-pds-checkbox{color:var(--color-invalid)}/*!@:host(.is-indeterminate) input*/.is-indeterminate.sc-pds-checkbox-h input.sc-pds-checkbox{background:var(--color-checked);border-color:var(--color-checked)}/*!@:host(.is-indeterminate) input::after*/.is-indeterminate.sc-pds-checkbox-h input.sc-pds-checkbox::after{border:1px solid var(--color-border-icon);border-bottom:0;border-left:0;border-top:0;content:\"\";display:block;height:7px;left:50%;position:absolute;top:50%;-webkit-transform:rotate(87deg) translate3d(-114%, 25%, 0);transform:rotate(87deg) translate3d(-114%, 25%, 0);width:4px}/*!@input*/input.sc-pds-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-background);border:var(--border-default);border-radius:var(--border-radius);height:var(--sizing-input);margin:0;position:relative;width:var(--sizing-input)}/*!@input:hover*/input.sc-pds-checkbox:hover{background:var(--color-background-hover);border:var(--border-color-interactive-hover)}/*!@input:checked*/input.sc-pds-checkbox:checked{background:var(--color-checked);border-color:var(--color-checked)}/*!@input:checked::after*/input.sc-pds-checkbox:checked::after{border:1px solid var(--color-border-icon);border-left:0;border-top:0;content:\"\";display:block;height:7px;left:50%;position:absolute;top:50%;-webkit-transform:rotate(43deg) translate3d(-110%, -30%, 0);transform:rotate(43deg) translate3d(-110%, -30%, 0);width:4px}/*!@input:disabled*/input.sc-pds-checkbox:disabled{background:var(--color-background-disabled);border-color:var(--color-disabled);cursor:not-allowed}/*!@input:disabled:checked*/input.sc-pds-checkbox:disabled:checked{background:var(--color-disabled);border-color:var(--color-disabled)}/*!@input:disabled:checked::after*/input.sc-pds-checkbox:disabled:checked::after{border-color:var(--color-border-disabled)}/*!@input:disabled + label*/input.sc-pds-checkbox:disabled+label.sc-pds-checkbox{color:var(--color-text-disabled);cursor:not-allowed}/*!@input:disabled ~ .pds-checkbox__message*/input.sc-pds-checkbox:disabled~.pds-checkbox__message.sc-pds-checkbox{color:var(--color-text-disabled)}/*!@input:focus-visible*/input.sc-pds-checkbox:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}/*!@label*/label.sc-pds-checkbox{-webkit-margin-start:10px;margin-inline-start:10px}/*!@.visually-hidden*/.visually-hidden.sc-pds-checkbox{border:0;clip:rect(0 0 0 0);-webkit-clip-path:polygon(0 0, 0 0, 0 0);clip-path:polygon(0 0, 0 0, 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}/*!@.pds-checkbox__message*/.pds-checkbox__message.sc-pds-checkbox{color:var(--color-text-message);font-size:14px;-webkit-margin-before:6px;margin-block-start:6px;-webkit-margin-start:26px;margin-inline-start:26px;width:100%}";
8063
8065
  var PdsCheckboxStyle0 = pdsCheckboxCss;
8064
8066
 
8065
8067
  class PdsCheckbox {
8066
8068
  constructor(hostRef) {
8067
8069
  registerInstance(this, hostRef);
8068
8070
  this.pdsCheckboxChange = createEvent(this, "pdsCheckboxChange", 7);
8071
+ this.pdsCheckboxInput = createEvent(this, "pdsCheckboxInput", 7);
8069
8072
  this.handleCheckboxChange = (e) => {
8070
8073
  if (this.disabled) {
8071
8074
  return;
@@ -8077,7 +8080,13 @@ class PdsCheckbox {
8077
8080
  value: this.value
8078
8081
  });
8079
8082
  };
8080
- this.checked = undefined;
8083
+ this.handleInput = () => {
8084
+ this.pdsCheckboxInput.emit({
8085
+ checked: this.checked,
8086
+ value: this.value
8087
+ });
8088
+ };
8089
+ this.checked = false;
8081
8090
  this.componentId = undefined;
8082
8091
  this.disabled = undefined;
8083
8092
  this.errorMessage = undefined;
@@ -8090,6 +8099,9 @@ class PdsCheckbox {
8090
8099
  this.required = undefined;
8091
8100
  this.value = undefined;
8092
8101
  }
8102
+ updateIndeterminate() {
8103
+ this.indeterminate = undefined;
8104
+ }
8093
8105
  classNames() {
8094
8106
  const classNames = [];
8095
8107
  if (this.invalid) {
@@ -8104,10 +8116,13 @@ class PdsCheckbox {
8104
8116
  return classNames.join(' ');
8105
8117
  }
8106
8118
  render() {
8107
- return (hAsync(Host, { key: '6353e355fefe987180b1cb5b00af00e92c8f0c44', class: this.classNames() }, hAsync("input", { key: '16f720ba2c5cad01f8d29456e3ecbc8e4cbb1ce8', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, type: "checkbox", id: this.componentId, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleCheckboxChange }), hAsync(PdsLabel, { key: '8de98b79b9390c392a2bf41173ac97e4e2f4d5e2', htmlFor: this.componentId, text: this.label, classNames: this.labelHidden ? 'visually-hidden' : '' }), this.helperMessage &&
8108
- hAsync("div", { key: '02f61d5598e4da36f3c87cbb23863d0a485e3542', class: 'pds-checkbox__message', id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
8109
- hAsync("div", { key: '4628f5df5aeeda30f53c327abf62d1125d3eb441', class: `pds-checkbox__message pds-checkbox__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, this.errorMessage)));
8119
+ return (hAsync(Host, { key: 'ad7d0dd8ce09b69abc0024541ff2b2d69a8db0b0', class: this.classNames() }, hAsync("input", { key: 'fbc513372055e685d3beb16fba9c404db3d0528a', type: "checkbox", "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, id: this.componentId, indeterminate: this.indeterminate, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleCheckboxChange, onInput: this.handleInput }), hAsync(PdsLabel, { key: '12444bd716bc8ae952a0bf38471d00e6d3a9fe3b', htmlFor: this.componentId, text: this.label, classNames: this.labelHidden ? 'visually-hidden' : '' }), this.helperMessage &&
8120
+ hAsync("div", { key: 'e85ffb338c44a3f924b75d1869c781db9a93350b', class: 'pds-checkbox__message', id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
8121
+ hAsync("div", { key: '8071425f43f89ff44ce8bdb608737b1f574e2440', class: `pds-checkbox__message pds-checkbox__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, this.errorMessage)));
8110
8122
  }
8123
+ static get watchers() { return {
8124
+ "checked": ["updateIndeterminate"]
8125
+ }; }
8111
8126
  static get style() { return PdsCheckboxStyle0; }
8112
8127
  static get cmpMeta() { return {
8113
8128
  "$flags$": 9,
@@ -8118,7 +8133,7 @@ class PdsCheckbox {
8118
8133
  "disabled": [4],
8119
8134
  "errorMessage": [1, "error-message"],
8120
8135
  "helperMessage": [1, "helper-message"],
8121
- "indeterminate": [4],
8136
+ "indeterminate": [1028],
8122
8137
  "invalid": [4],
8123
8138
  "label": [1],
8124
8139
  "labelHidden": [4, "label-hidden"],
@@ -8330,7 +8345,7 @@ const inheritAttributes = (el, attributes = []) => {
8330
8345
  return attributeObject;
8331
8346
  };
8332
8347
 
8333
- const pdsIconCss = "/*!@:host*/.sc-pds-icon-h{contain:strict;display:inline-block;fill:currentColor;height:1em;width:1em}/*!@:host .pdsicon*/.sc-pds-icon-h .pdsicon.sc-pds-icon{fill:currentColor}/*!@.pds-icon-fill-none*/.pds-icon-fill-none.sc-pds-icon{fill:none}/*!@.icon-inner,\n.pds-icon,\nsvg*/.icon-inner.sc-pds-icon,.pds-icon.sc-pds-icon,svg.sc-pds-icon{display:block;height:100%;width:100%}";
8348
+ const pdsIconCss = "/*!@:host*/.sc-pds-icon-h{--dimension-icon-height:16px;--dimension-icon-width:16px;--color-icon-fill:currentColor;contain:strict;display:inline-block;fill:var(--color-icon-fill);height:var(--dimension-icon-height);width:var(--dimension-icon-width)}/*!@:host .pdsicon*/.sc-pds-icon-h .pdsicon.sc-pds-icon{fill:var(--color-icon-fill)}/*!@.pds-icon-fill-none*/.pds-icon-fill-none.sc-pds-icon{fill:none}/*!@.icon-inner,\n.pds-icon,\nsvg*/.icon-inner.sc-pds-icon,.pds-icon.sc-pds-icon,svg.sc-pds-icon{display:block;height:100%;width:100%}";
8334
8349
  var PdsIconStyle0 = pdsIconCss;
8335
8350
 
8336
8351
  class PdsIcon {
@@ -8365,8 +8380,17 @@ class PdsIcon {
8365
8380
  return this.size;
8366
8381
  }
8367
8382
  }
8383
+ componentDidLoad() {
8384
+ this.setCSSVariables();
8385
+ }
8368
8386
  componentWillLoad() {
8369
8387
  this.inheritedAttributes = inheritAttributes(this.el, ['aria-label']);
8388
+ this.setCSSVariables();
8389
+ }
8390
+ setCSSVariables() {
8391
+ this.el.style.setProperty(`--dimension-icon-height`, this.iconSize());
8392
+ this.el.style.setProperty(`--dimension-icon-width`, this.iconSize());
8393
+ this.el.style.setProperty(`--color-icon-fill`, this.color);
8370
8394
  }
8371
8395
  connectedCallback() {
8372
8396
  this.waitUntilVisible(this.el, '50px', () => {
@@ -8380,6 +8404,9 @@ class PdsIcon {
8380
8404
  this.io = undefined;
8381
8405
  }
8382
8406
  }
8407
+ updateStyles() {
8408
+ this.setCSSVariables();
8409
+ }
8383
8410
  loadIcon() {
8384
8411
  const label = getName(this.name, this.icon);
8385
8412
  if (label) {
@@ -8388,12 +8415,7 @@ class PdsIcon {
8388
8415
  }
8389
8416
  render() {
8390
8417
  const { ariaLabel, inheritedAttributes } = this;
8391
- const style = {
8392
- height: this.iconSize(),
8393
- width: this.iconSize(),
8394
- color: this.color,
8395
- };
8396
- return (hAsync(Host, Object.assign({ key: '450a12ddbe225916752aeb9323ff1a11d11bc4b3', "aria-label": ariaLabel !== undefined && !this.hasAriaHidden() ? ariaLabel : null, role: "img", style: style, class: Object.assign({}, createColorClasses(this.color)) }, inheritedAttributes), (hAsync("div", { class: "icon-inner" }))));
8418
+ return (hAsync(Host, Object.assign({ key: '5797e1b5c3b7bbd222047d0a95a92eff0f661f98', "aria-label": ariaLabel !== undefined && !this.hasAriaHidden() ? ariaLabel : null, alt: "", role: "img", class: Object.assign({}, createColorClasses(this.color)) }, inheritedAttributes), (hAsync("div", { class: "icon-inner" }))));
8397
8419
  }
8398
8420
  /*****
8399
8421
  * Private Methods
@@ -8408,6 +8430,8 @@ class PdsIcon {
8408
8430
  static get assetsDirs() { return ["svg"]; }
8409
8431
  get el() { return getElement(this); }
8410
8432
  static get watchers() { return {
8433
+ "size": ["updateStyles"],
8434
+ "color": ["updateStyles"],
8411
8435
  "name": ["loadIcon"],
8412
8436
  "src": ["loadIcon"],
8413
8437
  "icon": ["loadIcon"]
@@ -8583,6 +8607,62 @@ class PdsLink {
8583
8607
  }; }
8584
8608
  }
8585
8609
 
8610
+ const pdsLoaderCss = "/*!@:host*/.sc-pds-loader-h{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--pine-spacing-100)}/*!@:host(.pds-loader--hidden),\n.pds-loader--hidden*/.pds-loader--hidden.sc-pds-loader-h,.pds-loader--hidden.sc-pds-loader{border-width:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}/*!@.pds-loader--spinner svg*/.pds-loader--spinner.sc-pds-loader svg.sc-pds-loader{--color-background-spinner:var(--pine-color-blue-300);--number-spinner-timing:2s;--number-spinner-path-timing:1.5s;-webkit-animation:rotate var(--number-spinner-timing) linear infinite;animation:rotate var(--number-spinner-timing) linear infinite;block-size:var(--sizing-spinner);color:var(--color-background-spinner);inline-size:var(--sizing-spinner)}/*!@.pds-loader__spinner-path*/.pds-loader__spinner-path.sc-pds-loader{stroke-width:8px}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}/*!@.pds-loader--typing*/.pds-loader--typing.sc-pds-loader{--border-radius-typing:var(--pine-border-radius-200);--border-radius-typing-dot:var(--pine-border-radius-round);--box-shadow-typing:var(--pine-box-shadow-sm);--color-background-typing-default:var(--pine-color-grey-200);--color-background-typing-dot-default:var(--pine-color-grey-500);--number-typing-timing:1s;--opacity-typing-dot-default:0.4;--opacity-typing-dot-active:1;--sizing-typing-dot:calc(var(--pine-spacing-150) / 2);--spacing-typing-gap:var(--pine-spacing-050);--spacing-typing-margin-block:var(--pine-spacing-0);--spacing-typing-margin-inline:auto;--spacing-typing-padding-block:15px;--spacing-typing-padding-inline:var(--pine-spacing-250);-ms-flex-align:center;align-items:center;background-color:var(--color-background-typing-default);border-radius:var(--border-radius-typing);-webkit-box-shadow:var(--box-shadow-typing);box-shadow:var(--box-shadow-typing);display:-ms-inline-flexbox;display:inline-flex;gap:var(--spacing-typing-gap);margin-block:var(--spacing-typing-margin-block);margin-inline:var(--spacing-typing-margin-inline);padding-block:var(--spacing-typing-padding-block);padding-inline:var(--spacing-typing-padding-inline);position:relative}/*!@.pds-loader--typing span*/.pds-loader--typing.sc-pds-loader span.sc-pds-loader{background-color:var(--color-background-typing-dot-default);block-size:var(--sizing-typing-dot);border-radius:var(--border-radius-typing-dot);inline-size:var(--sizing-typing-dot);opacity:var(--opacity-typing-dot-default)}/*!@.pds-loader--typing span:nth-of-type(1)*/.pds-loader--typing.sc-pds-loader span.sc-pds-loader:nth-of-type(1){-webkit-animation:var(--number-typing-timing) typing infinite 0.3333s;animation:var(--number-typing-timing) typing infinite 0.3333s}/*!@.pds-loader--typing span:nth-of-type(2)*/.pds-loader--typing.sc-pds-loader span.sc-pds-loader:nth-of-type(2){-webkit-animation:var(--number-typing-timing) typing infinite 0.6666s;animation:var(--number-typing-timing) typing infinite 0.6666s}/*!@.pds-loader--typing span:nth-of-type(3)*/.pds-loader--typing.sc-pds-loader span.sc-pds-loader:nth-of-type(3){-webkit-animation:var(--number-typing-timing) typing infinite 0.9999s;animation:var(--number-typing-timing) typing infinite 0.9999s}@-webkit-keyframes typing{50%{opacity:var(--opacity-typing-dot-active);-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes typing{50%{opacity:var(--opacity-typing-dot-active);-webkit-transform:scale(1.2);transform:scale(1.2)}}/*!@.pds-loader__label*/.pds-loader__label.sc-pds-loader{--typography-label-default:var(--pine-font-weight-semi-bold) var(--pine-font-size-100)/var(--pine-line-height-150) var(--pine-font-family-circular);font:var(--typography-label-default)}";
8611
+ var PdsLoaderStyle0 = pdsLoaderCss;
8612
+
8613
+ /**
8614
+ * @slot label - Default slot for Loader label text.
8615
+ */
8616
+ class PdsLoader {
8617
+ constructor(hostRef) {
8618
+ registerInstance(this, hostRef);
8619
+ this.style = () => {
8620
+ if (this.size !== undefined) {
8621
+ return {
8622
+ height: this.loaderSize(),
8623
+ width: this.loaderSize(),
8624
+ };
8625
+ }
8626
+ };
8627
+ this.isLoading = true;
8628
+ this.showLabel = false;
8629
+ this.size = 'md';
8630
+ this.variant = 'spinner';
8631
+ }
8632
+ loaderSize() {
8633
+ const sizes = {
8634
+ xs: '24px',
8635
+ sm: '32px',
8636
+ md: '48px',
8637
+ lg: '64px',
8638
+ xl: '80px',
8639
+ };
8640
+ if (sizes[this.size]) {
8641
+ return sizes[this.size];
8642
+ }
8643
+ else {
8644
+ return this.size;
8645
+ }
8646
+ }
8647
+ render() {
8648
+ return (hAsync(Host, { key: '325b4512d1455cb90d4897e91453c4ec2370ddcb', class: `pds-loader ${this.isLoading ? '' : 'pds-loader--hidden'}`, "aria-hidden": !this.isLoading, "aria-busy": this.isLoading, "aria-live": "polite" }, this.variant === 'spinner' && (hAsync("div", { key: 'eed858cd8518769874e7ca6d5265f3e1e77164f3', class: "pds-loader--spinner" }, hAsync("svg", { key: 'fc821517a5923628ef96c8e37b9987c0ba3b987b', style: this.style(), viewBox: "0 0 200 200", fill: "none" }, hAsync("defs", { key: 'f477b8f7be973a6a5b068b6758d6f549404e64c4' }, hAsync("linearGradient", { key: '4979634cfecdca7ef5818f23577b401aa8991389', id: "spinner-secondHalf" }, hAsync("stop", { key: 'ae4667b10205baa8dec8b7affd34d78273ad9667', offset: "0%", "stop-opacity": "0", "stop-color": "currentColor" }), hAsync("stop", { key: '3d66bc5180831487e9e2591cc2b436f9b8cc855e', offset: "100%", "stop-opacity": "0.5", "stop-color": "currentColor" })), hAsync("linearGradient", { key: '1c99e9057a86d4b850348543826fb6da163f4eb9', id: "spinner-firstHalf" }, hAsync("stop", { key: '271c14abb61bb9bc01ac72f43d1cc8580b89b6c0', offset: "0%", "stop-opacity": "1", "stop-color": "currentColor" }), hAsync("stop", { key: '4b8de0ac98a1b44ec3bbba4aa0002957e44c976c', offset: "100%", "stop-opacity": "0.5", "stop-color": "currentColor" }))), hAsync("g", { key: 'b12aaf6168c8428999d020b46c99faf918c45f07', class: "pds-loader__spinner-path" }, hAsync("path", { key: '4443446af5cf8c73d3352fa90d580e914c469028', stroke: "url(#spinner-secondHalf)", d: "M 4 100 A 96 96 0 0 1 196 100" }), hAsync("path", { key: 'ca4edec218d03a74d12ce43a86ef55fbedaea39f', stroke: "url(#spinner-firstHalf)", d: "M 196 100 A 96 96 0 0 1 4 100" }), hAsync("path", { key: 'af6ed9732a9fdd2047f100d2465b27782d2a0b02', stroke: "currentColor", "stroke-linecap": "round", d: "M 4 100 A 96 96 0 0 1 4 98" }))))), this.variant === 'typing' && (hAsync("div", { key: '96aa15066aa426d53481bddd5b665181d9bcd0bd', class: "pds-loader--typing" }, hAsync("span", { key: 'a0bb9722a2dbaf843afc9a50a1f42c46758d1b5e' }), hAsync("span", { key: '0efc9cf2f132f358f58561ccbc7027c57f252df2' }), hAsync("span", { key: 'b8b73b864c7dfefe26ac3aa33099d2f2f3737614' }))), hAsync("div", { key: '3c921244741289e7b67228caedf6e5e13fac1d63', class: `pds-loader__label ${this.showLabel ? '' : 'pds-loader--hidden'}` }, hAsync("slot", { key: '423a30358e6f662a0b80cef445c4a20db3dd36f9', name: "label" }, "Loading..."))));
8649
+ }
8650
+ static get style() { return PdsLoaderStyle0; }
8651
+ static get cmpMeta() { return {
8652
+ "$flags$": 9,
8653
+ "$tagName$": "pds-loader",
8654
+ "$members$": {
8655
+ "isLoading": [4, "is-loading"],
8656
+ "showLabel": [4, "show-label"],
8657
+ "size": [513],
8658
+ "variant": [1]
8659
+ },
8660
+ "$listeners$": undefined,
8661
+ "$lazyBundleId$": "-",
8662
+ "$attrsToReflect$": [["size", "size"]]
8663
+ }; }
8664
+ }
8665
+
8586
8666
  const pdsProgressCss = "/*!@:host*/.sc-pds-progress-h{--color-progress-fill:var(--pine-color-blue-300);--sizing-progress-bar-height:8px;--sizing-progress-bar-width:100%;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;width:var(--sizing-progress-bar-width)}@-webkit-keyframes progressBar{0%{width:0}100%{width:var(--sizing-progress-bar-width)}}@keyframes progressBar{0%{width:0}100%{width:var(--sizing-progress-bar-width)}}/*!@.pds-progress*/.pds-progress.sc-pds-progress{--border-radius:var(--pine-border-radius-050);--color-progress-bar-background:var(--pine-color-grey-300);-ms-flex-align:center;align-items:center;background-color:var(--color-progress-bar-background);border-radius:var(--border-radius);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:var(--sizing-progress-bar-height);position:relative;width:100%}/*!@:host(.is-animated) progress,\n:host(.is-animated) progress::-webkit-progress-bar*/.is-animated.sc-pds-progress-h progress.sc-pds-progress,.is-animated.sc-pds-progress-h progress.sc-pds-progress::-webkit-progress-bar{-webkit-animation:progressBar 3s ease;animation:progressBar 3s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}/*!@progress,\nprogress::-webkit-progress-bar*/progress.sc-pds-progress,progress.sc-pds-progress::-webkit-progress-bar{background-color:transparent;border:0;height:var(--sizing-progress-bar-height);width:100%}/*!@progress::-webkit-progress-value*/progress.sc-pds-progress::-webkit-progress-value{--border-radius:var(--pine-border-radius-050);--color-background:var(--pine-color-blue-300);background-color:var(--color-progress-fill, var(--color-background));border-radius:var(--border-radius)}/*!@progress::-moz-progress-bar*/progress.sc-pds-progress::-moz-progress-bar{--color-background:var(--pine-color-blue-300);--border-radius:var(--pine-border-radius-050);background-color:var(--color-progress-fill, var(--color-background));border-radius:var(--border-radius)}/*!@.pds-progress__label*/.pds-progress__label.sc-pds-progress{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}/*!@.pds-progress__percentage*/.pds-progress__percentage.sc-pds-progress{--font-size:var(--pine-font-size-087);--font-weight:var(--pine-font-weight-medium);--line-height:var(--pine-line-height-150);--spacing-inline-start-margin:var(--pine-spacing-300);font-size:var(--font-size);font-weight:var(--font-weight);line-height:var(--line-height);-webkit-margin-start:calc(var(--spacing-inline-start-margin) / 2);margin-inline-start:calc(var(--spacing-inline-start-margin) / 2)}";
8587
8667
  var PdsProgressStyle0 = pdsProgressCss;
8588
8668
 
@@ -8597,7 +8677,7 @@ class PdsProgress {
8597
8677
  this.showPercent = false;
8598
8678
  }
8599
8679
  render() {
8600
- return (hAsync(Host, { key: '5ee3e8b3a4182384a2f70632f1b6420acd27e278', class: this.animated ? { 'is-animated': this.animated } : '' }, hAsync("div", { key: 'd81206158817db4f806e3c804177614791f4d121', class: "pds-progress" }, hAsync("label", { key: 'a308666ace23b903e256a71d6f3b65d53fbc6ed6', class: "pds-progress__label", htmlFor: this.componentId }, this.label), hAsync("progress", { key: 'ded042f6761fe83c12e26f9bcbf191ff2ee66689', id: this.componentId, max: "100", style: this.fillColor ? { '--color-progress-fill': this.fillColor } : {}, value: this.percent })), this.showPercent && hAsync("div", { key: 'bab83ee8ac34b7caea9ab7b906a1a16b72ee29fc', class: "pds-progress__percentage" }, this.percent, "%")));
8680
+ return (hAsync(Host, { key: 'a11c3d67af0621981d2f13ad673e11999926b3c1', class: this.animated ? { 'is-animated': this.animated } : '' }, hAsync("div", { key: 'bb480c5ce1fc9c56fce1022a26783d5729eb30dc', class: "pds-progress" }, hAsync("label", { key: '02fec27f268262889b514aef4d8344bbb9a9484c', class: "pds-progress__label", htmlFor: this.componentId }, this.label), hAsync("progress", { key: '122d2639d7630f28fd98adf9bc003eeed6c9ebef', id: this.componentId, max: "100", style: this.fillColor ? { '--color-progress-fill': this.fillColor } : {}, value: this.percent })), this.showPercent && hAsync("div", { key: 'ba7262e0627a2848b3da03a9a32882510bf2628c', class: "pds-progress__percentage" }, this.percent, "%")));
8601
8681
  }
8602
8682
  static get style() { return PdsProgressStyle0; }
8603
8683
  static get cmpMeta() { return {
@@ -8654,9 +8734,9 @@ class PdsRadio {
8654
8734
  return classNames.join(' ');
8655
8735
  }
8656
8736
  render() {
8657
- return (hAsync(Host, { key: 'e2fb2e853619e2dbcee43ba6141d6782f521a92d', class: this.classNames() }, hAsync("input", { key: '944f31d74b9d54fad8d39ec4221bf76cb717c352', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, type: "radio", id: this.componentId, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleRadioChange }), hAsync(PdsLabel, { key: '4da032a55ddb9e8f92ddde9a8e5238836345ccde', htmlFor: this.componentId, text: this.label }), this.helperMessage &&
8658
- hAsync("div", { key: '529acc87ec6154e1d01877cff7f3977ed878c02b', class: 'pds-radio__message', id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
8659
- hAsync("div", { key: 'f5850864b0fa702cb129c79bee3770ea768c614d', class: `pds-radio__message pds-radio__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, this.errorMessage)));
8737
+ return (hAsync(Host, { key: 'e23a00c8941dfce9d9d6a99a554654b7bd2259c4', class: this.classNames() }, hAsync("input", { key: '571d2e6656cd94573253f54028b1926a3c5e1499', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, type: "radio", id: this.componentId, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleRadioChange }), hAsync(PdsLabel, { key: '42c2c95ed36e194f43367f2c28ed81660d82b096', htmlFor: this.componentId, text: this.label }), this.helperMessage &&
8738
+ hAsync("div", { key: '32be02934f23b2832c6c1d0e56c3dceda8c9ccc9', class: 'pds-radio__message', id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
8739
+ hAsync("div", { key: 'c670effc6a381f872800c8dd58095c2dce49016e', class: `pds-radio__message pds-radio__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, this.errorMessage)));
8660
8740
  }
8661
8741
  static get style() { return PdsRadioStyle0; }
8662
8742
  static get cmpMeta() { return {
@@ -8717,7 +8797,7 @@ class PdsRow {
8717
8797
  })), (this.minHeight && {
8718
8798
  'min-height': this.minHeight,
8719
8799
  }));
8720
- return hAsync(Host, { key: '37046262dfc9a47b690bb5f642b718f298a7d180', class: `pds-row ${rowClasses}`, style: rowInlineStyles });
8800
+ return hAsync(Host, { key: 'b764491968a34ae8f1e3e329111cb4ba0887bdef', class: `pds-row ${rowClasses}`, style: rowInlineStyles });
8721
8801
  }
8722
8802
  static get style() { return PdsRowStyle0; }
8723
8803
  static get cmpMeta() { return {
@@ -8888,7 +8968,7 @@ function matches( /**HTMLElement*/el, /**String*/selector) {
8888
8968
  function getParentOrHost(el) {
8889
8969
  return el.host && el !== document && el.host.nodeType ? el.host : el.parentNode;
8890
8970
  }
8891
- function closest( /**HTMLElement*/el, /**String*/selector, /**HTMLElement*/ctx, includeCTX) {
8971
+ function closest$1( /**HTMLElement*/el, /**String*/selector, /**HTMLElement*/ctx, includeCTX) {
8892
8972
  if (el) {
8893
8973
  ctx = ctx || document;
8894
8974
  do {
@@ -9084,7 +9164,7 @@ function getChild(el, childNum, options, includeDragEl) {
9084
9164
  i = 0,
9085
9165
  children = el.children;
9086
9166
  while (i < children.length) {
9087
- if (children[i].style.display !== 'none' && children[i] !== Sortable.ghost && (includeDragEl || children[i] !== Sortable.dragged) && closest(children[i], options.draggable, el, false)) {
9167
+ if (children[i].style.display !== 'none' && children[i] !== Sortable.ghost && (includeDragEl || children[i] !== Sortable.dragged) && closest$1(children[i], options.draggable, el, false)) {
9088
9168
  if (currentChild === childNum) {
9089
9169
  return children[i];
9090
9170
  }
@@ -9240,7 +9320,7 @@ function getChildContainingRectFromElement(container, options, ghostEl) {
9240
9320
  var rect = {};
9241
9321
  Array.from(container.children).forEach(function (child) {
9242
9322
  var _rect$left, _rect$top, _rect$right, _rect$bottom;
9243
- if (!closest(child, options.draggable, container, false) || child.animated || child === ghostEl) return;
9323
+ if (!closest$1(child, options.draggable, container, false) || child.animated || child === ghostEl) return;
9244
9324
  var childRect = getRect(child);
9245
9325
  rect.left = Math.min((_rect$left = rect.left) !== null && _rect$left !== void 0 ? _rect$left : Infinity, childRect.left);
9246
9326
  rect.top = Math.min((_rect$top = rect.top) !== null && _rect$top !== void 0 ? _rect$top : Infinity, childRect.top);
@@ -9906,7 +9986,7 @@ Sortable.prototype = /** @lends Sortable.prototype */{
9906
9986
  if (!this.nativeDraggable && Safari && target && target.tagName.toUpperCase() === 'SELECT') {
9907
9987
  return;
9908
9988
  }
9909
- target = closest(target, options.draggable, el, false);
9989
+ target = closest$1(target, options.draggable, el, false);
9910
9990
  if (target && target.animated) {
9911
9991
  return;
9912
9992
  }
@@ -9938,7 +10018,7 @@ Sortable.prototype = /** @lends Sortable.prototype */{
9938
10018
  }
9939
10019
  } else if (filter) {
9940
10020
  filter = filter.split(',').some(function (criteria) {
9941
- criteria = closest(originalTarget, criteria.trim(), el, false);
10021
+ criteria = closest$1(originalTarget, criteria.trim(), el, false);
9942
10022
  if (criteria) {
9943
10023
  _dispatchEvent({
9944
10024
  sortable: _this,
@@ -9959,7 +10039,7 @@ Sortable.prototype = /** @lends Sortable.prototype */{
9959
10039
  return; // cancel dnd
9960
10040
  }
9961
10041
  }
9962
- if (options.handle && !closest(originalTarget, options.handle, el, false)) {
10042
+ if (options.handle && !closest$1(originalTarget, options.handle, el, false)) {
9963
10043
  return;
9964
10044
  }
9965
10045
 
@@ -10437,7 +10517,7 @@ Sortable.prototype = /** @lends Sortable.prototype */{
10437
10517
  if (evt.preventDefault !== void 0) {
10438
10518
  evt.cancelable && evt.preventDefault();
10439
10519
  }
10440
- target = closest(target, options.draggable, el, true);
10520
+ target = closest$1(target, options.draggable, el, true);
10441
10521
  dragOverEvent('dragOver');
10442
10522
  if (Sortable.eventCanceled) return completedFired;
10443
10523
  if (dragEl.contains(evt.target) || target.animated && target.animatingX && target.animatingY || _this._ignoreWhileAnimating === target) {
@@ -10777,7 +10857,7 @@ Sortable.prototype = /** @lends Sortable.prototype */{
10777
10857
  options = this.options;
10778
10858
  for (; i < n; i++) {
10779
10859
  el = children[i];
10780
- if (closest(el, options.draggable, this.el, false)) {
10860
+ if (closest$1(el, options.draggable, this.el, false)) {
10781
10861
  order.push(el.getAttribute(options.dataIdAttr) || _generateId(el));
10782
10862
  }
10783
10863
  }
@@ -10792,7 +10872,7 @@ Sortable.prototype = /** @lends Sortable.prototype */{
10792
10872
  rootEl = this.el;
10793
10873
  this.toArray().forEach(function (id, i) {
10794
10874
  var el = rootEl.children[i];
10795
- if (closest(el, this.options.draggable, rootEl, false)) {
10875
+ if (closest$1(el, this.options.draggable, rootEl, false)) {
10796
10876
  items[id] = el;
10797
10877
  }
10798
10878
  }, this);
@@ -10818,8 +10898,8 @@ Sortable.prototype = /** @lends Sortable.prototype */{
10818
10898
  * @param {String} [selector] default: `options.draggable`
10819
10899
  * @returns {HTMLElement|null}
10820
10900
  */
10821
- closest: function closest$1(el, selector) {
10822
- return closest(el, selector || this.options.draggable, this.el, false);
10901
+ closest: function closest$1$1(el, selector) {
10902
+ return closest$1(el, selector || this.options.draggable, this.el, false);
10823
10903
  },
10824
10904
  /**
10825
10905
  * Set/get option
@@ -11057,11 +11137,11 @@ Sortable.utils = {
11057
11137
  css: css,
11058
11138
  find: find,
11059
11139
  is: function is(el, selector) {
11060
- return !!closest(el, selector, el, false);
11140
+ return !!closest$1(el, selector, el, false);
11061
11141
  },
11062
11142
  extend: extend,
11063
11143
  throttle: throttle,
11064
- closest: closest,
11144
+ closest: closest$1,
11065
11145
  toggleClass: toggleClass,
11066
11146
  clone: clone,
11067
11147
  index: index,
@@ -11427,7 +11507,7 @@ class PdsSortable {
11427
11507
  Sortable.create(this.el, sortableOptions);
11428
11508
  }
11429
11509
  render() {
11430
- return (hAsync(Host, { key: 'f7a4d29675fcb46ca76dc014e8cc57ac243d07fa', class: this.classNames(), id: this.componentId }, hAsync("slot", { key: '2c851fb0e61f3373345b1e170520c3327ab3fa0c' })));
11510
+ return (hAsync(Host, { key: '030286aa0de920f4b5ce4470f3d1b5ab14be2792', class: this.classNames(), id: this.componentId }, hAsync("slot", { key: 'c38822d7c82273c2fbc28d09c919e4c179ebb49d' })));
11431
11511
  }
11432
11512
  get el() { return getElement(this); }
11433
11513
  static get style() { return PdsSortableStyle0; }
@@ -11468,7 +11548,7 @@ class PdsSortableItem {
11468
11548
  }
11469
11549
  }
11470
11550
  render() {
11471
- return (hAsync(Host, { key: '61c57ebc93b66e4c8777fe52163c2c7f600361a5', class: "pds-sortable-item", id: this.componentId }, this.showHandle && (hAsync("div", { key: 'f2bafa535db6cfa07113bd8f9a32d5b7a0bc694d', class: "pds-sortable-item__handle" }, hAsync("pds-icon", { key: '9ead72e13f881f9cdbe4cb910de09173c42c96c5', icon: handle }))), hAsync("slot", { key: '7322ce5649cd2f7765d9275ec47317570854e5f9' }), this.enableActions && (hAsync("div", { key: '709a91c4160407b491fb7ed44c7c7c0a9e980262', class: "pds-sortable-item__actions" }, hAsync("slot", { key: '280ed68aec92927b2a79581f56d3905188a27f1a', name: "sortable-item-actions" })))));
11551
+ return (hAsync(Host, { key: '60214e183314736338f9b38cb93a9c5989e16cdf', class: "pds-sortable-item", id: this.componentId }, this.showHandle && (hAsync("div", { key: '7cc252c99598f384a87518c101d0772a4ce344e4', class: "pds-sortable-item__handle" }, hAsync("pds-icon", { key: 'e2b219927cf717fa53112066ba3fe0ac12688edd', icon: handle }))), hAsync("slot", { key: 'e259bfbf7e8c848567d07639e62adfe5781f29b8' }), this.enableActions && (hAsync("div", { key: 'e83d28d55b6fee971575433a3e3f8b1d5b7e52fe', class: "pds-sortable-item__actions" }, hAsync("slot", { key: '7ac52a8109e49cfff96cead45a3b318646c7f064', name: "sortable-item-actions" })))));
11472
11552
  }
11473
11553
  get el() { return getElement(this); }
11474
11554
  static get style() { return PdsSortableItemStyle0; }
@@ -11524,9 +11604,9 @@ class PdsSwitch {
11524
11604
  this.value = undefined;
11525
11605
  }
11526
11606
  render() {
11527
- return (hAsync(Host, { key: 'f00007b5d1bde6895cb7f410b82e5c3669d75327', class: this.switchClassNames(), "aria-disabled": this.disabled ? 'true' : null }, hAsync("input", { key: 'c6c0ae9576a198c9f0038ebd22b78df0c5a41794', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, checked: this.checked, class: "pds-switch__input", disabled: this.disabled, id: this.componentId, name: this.name ? this.name : this.componentId, onChange: this.onSwitchUpdate, required: this.required, type: this.type, value: this.value }), hAsync(PdsLabel, { key: 'd6c3b0c584d2c4fd6cc99507794a3e961fbf99a5', classNames: "pds-switch__label", htmlFor: this.componentId, text: this.label }), this.helperMessage &&
11528
- hAsync("div", { key: '4f9f581e9a01e67d076bafaf1d28fe52b87081fc', class: `pds-switch__message`, id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
11529
- hAsync("div", { key: 'aeca71b92664b2e7ef4c7fb0d103996a05c5318f', class: `pds-switch__message pds-switch__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, this.errorMessage)));
11607
+ return (hAsync(Host, { key: '5c33e5bd4a42f187450a81faec033832524f1b29', class: this.switchClassNames(), "aria-disabled": this.disabled ? 'true' : null }, hAsync("input", { key: 'cb2a8287cdb44f337b4ecae15968e823f314b4d1', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, checked: this.checked, class: "pds-switch__input", disabled: this.disabled, id: this.componentId, name: this.name ? this.name : this.componentId, onChange: this.onSwitchUpdate, required: this.required, type: this.type, value: this.value }), hAsync(PdsLabel, { key: '86c700a16a23513b3ba34f2add1775274ecc6784', classNames: "pds-switch__label", htmlFor: this.componentId, text: this.label }), this.helperMessage &&
11608
+ hAsync("div", { key: '30c8b18c990a54330bf3442d9cbbb35387de0ec3', class: `pds-switch__message`, id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
11609
+ hAsync("div", { key: '1eb57d78271d8c1fbe2fa680eeb88fd2fd1d35c9', class: `pds-switch__message pds-switch__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, this.errorMessage)));
11530
11610
  }
11531
11611
  get el() { return getElement(this); }
11532
11612
  static get style() { return PdsSwitchStyle0; }
@@ -11569,9 +11649,9 @@ class PdsTab {
11569
11649
  this.pdsTabClick.emit([index, parentComponentId]);
11570
11650
  }
11571
11651
  render() {
11572
- const availabilityTabEdgeInlineStart = (hAsync("span", { key: 'c315c8920c12da7d1913db7e53dc075dc9734280', class: "pds-tab-edge", role: "presentation" }));
11573
- const availabilityTabEdgeInlineEnd = (hAsync("span", { key: '37dfaa651e87a0291d28c50fbdda9c1cfa70f41b', class: "pds-tab-edge pds-tab-edge--end", role: "presentation" }));
11574
- return (hAsync(Host, { key: '0aa73a4a6b1ff12fff6f212135f8f33c14e6ff5f', variant: this.variant, slot: "tabs", index: this.index }, hAsync("button", { key: '72443536e14ddad4ac8e19c025165884de81697f', role: "tab", id: this.parentComponentId + "__" + this.name, "aria-controls": this.parentComponentId + "__" + this.name + "-panel", tabindex: this.selected ? "0" : "-1", "aria-selected": this.selected ? "true" : "false", class: this.selected ? "pds-tab is-active" : "pds-tab", onClick: this.onTabClick.bind(this, this.index, this.parentComponentId) }, this.variant === "availability" && availabilityTabEdgeInlineStart, this.variant === "availability" && availabilityTabEdgeInlineEnd, hAsync("div", { key: '547a022cb0354b176a11e681e9103bb4486ab1ef', class: "pds-tab__content" }, hAsync("slot", { key: 'db859b0d21de4e57a75e588d069a9b1b86d271c4' })))));
11652
+ const availabilityTabEdgeInlineStart = (hAsync("span", { key: '5ea7f20d14e906993c0cfbef0ae9a37b305be9fd', class: "pds-tab-edge", role: "presentation" }));
11653
+ const availabilityTabEdgeInlineEnd = (hAsync("span", { key: '9fc8287a57fd777472d9f909a451332b7edd8c39', class: "pds-tab-edge pds-tab-edge--end", role: "presentation" }));
11654
+ return (hAsync(Host, { key: '16d11c4bda123cbb698674c560dc7c826fe653ca', variant: this.variant, slot: "tabs", index: this.index }, hAsync("button", { key: '63e18d48cd1206c87e520cbe85c09e7fbd8752f0', role: "tab", id: this.parentComponentId + "__" + this.name, "aria-controls": this.parentComponentId + "__" + this.name + "-panel", tabindex: this.selected ? "0" : "-1", "aria-selected": this.selected ? "true" : "false", class: this.selected ? "pds-tab is-active" : "pds-tab", onClick: this.onTabClick.bind(this, this.index, this.parentComponentId) }, this.variant === "availability" && availabilityTabEdgeInlineStart, this.variant === "availability" && availabilityTabEdgeInlineEnd, hAsync("div", { key: '5db0ed6e01b1cfe58f47669b369bb72bd3caa033', class: "pds-tab__content" }, hAsync("slot", { key: '1737f4b6a524cf165deb1eb1a2627ae834a76be2' })))));
11575
11655
  }
11576
11656
  get el() { return getElement(this); }
11577
11657
  static get style() { return PdsTabStyle0; }
@@ -11591,12 +11671,14 @@ class PdsTab {
11591
11671
  }; }
11592
11672
  }
11593
11673
 
11594
- const pdsTableCss = "/*!@:host*/.sc-pds-table-h{--color-background-default:var(--pine-color-white);background:var(--color-background-default);border-collapse:separate;-webkit-box-sizing:border-box;box-sizing:border-box;display:table;width:100%}/*!@:host(.is-responsive)*/.is-responsive.sc-pds-table-h{background-attachment:local, local, scroll, scroll;background-image:-webkit-gradient(linear, left top, right top, from(var(--color-background-default)), to(var(--color-background-default))), -webkit-gradient(linear, left top, right top, from(var(--color-background-default)), to(var(--color-background-default))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0)));background-image:linear-gradient(to right, var(--color-background-default), var(--color-background-default)), linear-gradient(to right, var(--color-background-default), var(--color-background-default)), linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));background-position:left center, right center, left center, right center;background-repeat:no-repeat;background-size:4px 100%, 4px 100%, 4px 100%, 4px 100%;display:block;margin:0 auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;overflow-x:auto;white-space:nowrap}";
11674
+ const pdsTableCss = "/*!@:host*/.sc-pds-table-h{--color-background-default:var(--pine-color-white);background:var(--color-background-default);border-collapse:separate;-webkit-box-sizing:border-box;box-sizing:border-box;display:table;width:100%}/*!@:host(:focus-visible)*/.sc-pds-table-h:focus-visible{--box-shadow-focus:0 0 0 2px var(--pine-color-blue-200);-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}/*!@:host(.is-responsive)*/.is-responsive.sc-pds-table-h{background-attachment:local, local, scroll, scroll;background-image:-webkit-gradient(linear, left top, right top, from(var(--color-background-default)), to(var(--color-background-default))), -webkit-gradient(linear, left top, right top, from(var(--color-background-default)), to(var(--color-background-default))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0)));background-image:linear-gradient(to right, var(--color-background-default), var(--color-background-default)), linear-gradient(to right, var(--color-background-default), var(--color-background-default)), linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));background-position:left center, right center, left center, right center;background-repeat:no-repeat;background-size:4px 100%, 4px 100%, 4px 100%, 4px 100%;display:block;margin:0 auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;overflow-x:auto;white-space:nowrap}";
11595
11675
  var PdsTableStyle0 = pdsTableCss;
11596
11676
 
11597
11677
  class PdsTable {
11598
11678
  constructor(hostRef) {
11599
11679
  registerInstance(this, hostRef);
11680
+ this.pdsTableSelect = createEvent(this, "pdsTableSelect", 7);
11681
+ this.pdsTableSelectAll = createEvent(this, "pdsTableSelectAll", 7);
11600
11682
  this.compact = undefined;
11601
11683
  this.componentId = undefined;
11602
11684
  this.responsive = undefined;
@@ -11653,8 +11735,30 @@ class PdsTable {
11653
11735
  this.sortingColumn = event.detail.column;
11654
11736
  this.sortingDirection = direction;
11655
11737
  }
11738
+ handleTableSelectAll(event) {
11739
+ if (event.defaultPrevented)
11740
+ return;
11741
+ const pdsTableBody = this.el.querySelector('pds-table-body');
11742
+ const tableRows = Array.from(pdsTableBody.querySelectorAll('pds-table-row'));
11743
+ tableRows.forEach((row) => {
11744
+ row.isSelected = event.detail.isSelected;
11745
+ });
11746
+ }
11747
+ async handleTableSelect(event) {
11748
+ if (event.defaultPrevented)
11749
+ return;
11750
+ const allTableRows = this.el.querySelectorAll('pds-table-row');
11751
+ const allSelectedRows = Array.from(allTableRows).every((row) => row.isSelected);
11752
+ const noneSelectedRows = Array.from(allTableRows).every((row) => !row.isSelected);
11753
+ const pdsTableHead = this.el.querySelector('pds-table-head');
11754
+ if (!pdsTableHead)
11755
+ return;
11756
+ const headerCheckbox = pdsTableHead.shadowRoot.querySelector('pds-checkbox');
11757
+ headerCheckbox.checked = allSelectedRows;
11758
+ headerCheckbox.indeterminate = !allSelectedRows && !noneSelectedRows;
11759
+ }
11656
11760
  render() {
11657
- return (hAsync(Host, { key: 'ce58b1bccc1ff7ee6e38198e63a19fd88f2877e6', class: this.classNames(), id: this.componentId, role: "grid", selectable: this.selectable }, hAsync("slot", { key: 'b748a8befdd212d16c2e6780551a8c11b1843faf' })));
11761
+ return (hAsync(Host, { key: '95cc4db296681faa0fc046c9b1d6807d640b7730', class: this.classNames(), id: this.componentId, role: "grid", selectable: this.selectable, tabindex: "0" }, hAsync("slot", { key: 'ecc9bc0761409d5a2819a05d72290c294e27454f' })));
11658
11762
  }
11659
11763
  get el() { return getElement(this); }
11660
11764
  static get style() { return PdsTableStyle0; }
@@ -11670,7 +11774,7 @@ class PdsTable {
11670
11774
  "sortingColumn": [32],
11671
11775
  "sortingDirection": [32]
11672
11776
  },
11673
- "$listeners$": [[0, "pdsTableSort", "handleTableSort"]],
11777
+ "$listeners$": [[0, "pdsTableSort", "handleTableSort"], [0, "pdsTableSelectAll", "handleTableSelectAll"], [0, "pdsTableRowSelected", "handleTableSelect"]],
11674
11778
  "$lazyBundleId$": "-",
11675
11779
  "$attrsToReflect$": []
11676
11780
  }; }
@@ -11684,7 +11788,7 @@ class PdsTableBody {
11684
11788
  registerInstance(this, hostRef);
11685
11789
  }
11686
11790
  render() {
11687
- return (hAsync(Host, { key: '6d312a1c25591258df1f47699b2b7a3b74d85fe3', role: "rowgroup" }, hAsync("slot", { key: '423f7e680e9eff6daf2d4a08544b619f2c420beb' })));
11791
+ return (hAsync(Host, { key: '53ae547e27857b0e8e11adcbab634979555b37ab', role: "rowgroup" }, hAsync("slot", { key: 'ba94c5332cdb944a36eecfd8f16c63e1fd0c0c0c' })));
11688
11792
  }
11689
11793
  static get style() { return PdsTableBodyStyle0; }
11690
11794
  static get cmpMeta() { return {
@@ -11736,11 +11840,11 @@ class PdsTableCell {
11736
11840
  return classNames.join(' ');
11737
11841
  }
11738
11842
  render() {
11739
- return (hAsync(Host, { key: '7c7f228b3911eec633c6ffd817f22fbc6666be8a', class: this.classNames(), role: "gridcell", style: this.tableRef &&
11843
+ return (hAsync(Host, { key: '91ed20b4338792e6d72834d81d966c154fa2bc6d', class: this.classNames(), role: "gridcell", style: this.tableRef &&
11740
11844
  this.tableRef.fixedColumn &&
11741
11845
  this.tableRef.selectable
11742
11846
  ? { '--fixed-cell-position': '40px' }
11743
- : {} }, hAsync("slot", { key: '37c43f300478beffc41d2450bbb5a6e13099f58e' })));
11847
+ : {} }, hAsync("slot", { key: '40dafc4697ba077a121979b604100107f51e9ff1' })));
11744
11848
  }
11745
11849
  get hostElement() { return getElement(this); }
11746
11850
  static get style() { return PdsTableCellStyle0; }
@@ -11757,12 +11861,44 @@ class PdsTableCell {
11757
11861
  }; }
11758
11862
  }
11759
11863
 
11864
+ // This helper function is similar to Element.closest(),
11865
+ // however it also traverses shadow DOM boundaries.
11866
+ const closest = (selector, el) => {
11867
+ return (el &&
11868
+ (('closest' in el && el.closest(selector)) ||
11869
+ closest(selector, el.getRootNode().host)));
11870
+ };
11871
+
11760
11872
  const pdsTableHeadCss = "/*!@:host*/.sc-pds-table-head-h{--border-head-default:var(--pine-border-width-thin) solid var(--pine-color-grey-300);--color-background-fixed:var(--pine-color-base-white);border-color:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;display:table-header-group;vertical-align:middle}/*!@:host::part(checkbox-cell)*/.sc-pds-table-head-h::part(checkbox-cell){background-color:var(--color-background-fixed);left:0;position:-webkit-sticky;position:sticky;z-index:1}/*!@:host pds-table-checkbox-cell*/.sc-pds-table-head-h pds-table-checkbox-cell.sc-pds-table-head{-webkit-border-after:var(--border-head-default);border-block-end:var(--border-head-default)}";
11761
11873
  var PdsTableHeadStyle0 = pdsTableHeadCss;
11762
11874
 
11763
11875
  class PdsTableHead {
11764
11876
  constructor(hostRef) {
11765
11877
  registerInstance(this, hostRef);
11878
+ this.pdsTableSelectAll = createEvent(this, "pdsTableSelectAll", 7);
11879
+ this.generateUniqueId = () => {
11880
+ const randomString = Math.random().toString(36).substring(2, 8);
11881
+ const timestamp = new Date().toISOString().replace(/[:.]/g, '-');
11882
+ const uniqueId = `${randomString}-${timestamp}`;
11883
+ return uniqueId;
11884
+ };
11885
+ this.handleInput = (ev) => {
11886
+ this.isSelected = !ev.target.checked;
11887
+ this.handleSelect(this.isSelected);
11888
+ };
11889
+ this.handleSelect = (isSelected) => {
11890
+ this.indeterminate = false;
11891
+ if (closest('pds-table-head', this.hostElement)) {
11892
+ this.pdsTableSelectAll.emit({ isSelected });
11893
+ }
11894
+ };
11895
+ this.indeterminate = undefined;
11896
+ this.isSelected = undefined;
11897
+ }
11898
+ componentWillLoad() {
11899
+ if (this.isSelected) {
11900
+ this.handleSelect(this.isSelected);
11901
+ }
11766
11902
  }
11767
11903
  componentWillRender() {
11768
11904
  this.tableRef = this.hostElement.closest('pds-table');
@@ -11772,14 +11908,17 @@ class PdsTableHead {
11772
11908
  }
11773
11909
  }
11774
11910
  render() {
11775
- return (hAsync(Host, { key: 'e92e19de602fa327f57b5577e346c6ac3c61a807', role: "row" }, this.tableRef && this.tableRef.selectable && (hAsync("pds-table-head-cell", { key: '883511ea021dc59f29a5a354e6bbce7ad1eded86', part: this.tableRef.fixedColumn ? 'checkbox-cell' : '' })), hAsync("slot", { key: 'bc39f9ea30696ee18dd4fafa744225e3e4b3fb9b' })));
11911
+ return (hAsync(Host, { key: '7729235908073cae63294e4ad641bae0403e2c34', role: "row" }, this.tableRef && this.tableRef.selectable && (hAsync("pds-table-head-cell", { key: '2bb801124a3f8d1c9f18d03d1461953da4cdafc6', part: this.tableRef.selectable ? 'checkbox-cell' : '' }, hAsync("pds-checkbox", { key: '2119be5b2db13a44add35fa9c9fc761a68a2b060', componentId: this.generateUniqueId(), indeterminate: this.indeterminate, onInput: this.handleInput, label: "Select All Rows", labelHidden: true, checked: this.isSelected }))), hAsync("slot", { key: 'baa5b3af10a77e1a8aff537c3c731fbc59a54ca8' })));
11776
11912
  }
11777
11913
  get hostElement() { return getElement(this); }
11778
11914
  static get style() { return PdsTableHeadStyle0; }
11779
11915
  static get cmpMeta() { return {
11780
11916
  "$flags$": 9,
11781
11917
  "$tagName$": "pds-table-head",
11782
- "$members$": undefined,
11918
+ "$members$": {
11919
+ "indeterminate": [1028],
11920
+ "isSelected": [1028, "is-selected"]
11921
+ },
11783
11922
  "$listeners$": undefined,
11784
11923
  "$lazyBundleId$": "-",
11785
11924
  "$attrsToReflect$": []
@@ -11815,6 +11954,7 @@ class PdsTableHeadCell {
11815
11954
  this.sortable = undefined;
11816
11955
  this.sortingDirection = 'asc';
11817
11956
  this.tableScrolling = false;
11957
+ this.isSelected = false;
11818
11958
  }
11819
11959
  componentWillRender() {
11820
11960
  this.tableRef = this.hostElement.closest('pds-table');
@@ -11841,11 +11981,11 @@ class PdsTableHeadCell {
11841
11981
  return classNames.join(' ');
11842
11982
  }
11843
11983
  render() {
11844
- return (hAsync(Host, { key: 'b8b24eb690d19c1d6476fd44c69a3231b540d476', class: this.classNames(), role: "columnheader", onClick: this.toggleSort, style: this.tableRef &&
11984
+ return (hAsync(Host, { key: '72e242a22774d4b534b7a8653673606e0e9c6ef1', class: this.classNames(), role: "columnheader", onClick: this.toggleSort, style: this.tableRef &&
11845
11985
  this.tableRef.fixedColumn &&
11846
11986
  this.tableRef.selectable
11847
11987
  ? { '--fixed-cell-position': '40px' }
11848
- : {} }, hAsync("slot", { key: '831ea922b3fb2166852208f2a9520414c93f6954' }), this.sortable && (hAsync("pds-icon", { key: '0afb8d56992327112c64e79d6bfc7c1d192d9732', icon: this.sortingDirection === 'asc' ? upSmall : downSmall }))));
11988
+ : {} }, hAsync("slot", { key: '08e1d5aab1761ed097e2669716884196c946bcc3' }), this.sortable && (hAsync("pds-icon", { key: '43421a2b1401426878601468acee702ce45404bf', icon: this.sortingDirection === 'asc' ? upSmall : downSmall }))));
11849
11989
  }
11850
11990
  get hostElement() { return getElement(this); }
11851
11991
  static get style() { return PdsTableHeadCellStyle0; }
@@ -11855,7 +11995,8 @@ class PdsTableHeadCell {
11855
11995
  "$members$": {
11856
11996
  "sortable": [4],
11857
11997
  "sortingDirection": [32],
11858
- "tableScrolling": [32]
11998
+ "tableScrolling": [32],
11999
+ "isSelected": [32]
11859
12000
  },
11860
12001
  "$listeners$": undefined,
11861
12002
  "$lazyBundleId$": "-",
@@ -11870,10 +12011,19 @@ class PdsTableRow {
11870
12011
  constructor(hostRef) {
11871
12012
  registerInstance(this, hostRef);
11872
12013
  this.pdsTableRowSelected = createEvent(this, "pdsTableRowSelected", 7);
11873
- this.handleCheckboxClick = () => {
12014
+ this.handleClick = () => {
11874
12015
  this.isSelected = !this.isSelected; // Toggle the selected state
11875
- const selectedIndex = Array.from(this.hostElement.parentNode.children).indexOf(this.hostElement);
11876
- this.pdsTableRowSelected.emit({ rowIndex: selectedIndex, isSelected: this.isSelected });
12016
+ this.handleSelect(this.isSelected);
12017
+ };
12018
+ this.handleSelect = (isSelected) => {
12019
+ this.indeterminate = false;
12020
+ if (!closest('pds-table-head', this.hostElement)) {
12021
+ const rowIndex = Array.from(this.hostElement.parentNode.children).indexOf(this.hostElement);
12022
+ this.pdsTableRowSelected.emit({
12023
+ rowIndex,
12024
+ isSelected,
12025
+ });
12026
+ }
11877
12027
  };
11878
12028
  this.generateUniqueId = () => {
11879
12029
  const randomString = Math.random().toString(36).substring(2, 8);
@@ -11881,7 +12031,8 @@ class PdsTableRow {
11881
12031
  const uniqueId = `${randomString}-${timestamp}`;
11882
12032
  return uniqueId;
11883
12033
  };
11884
- this.isSelected = false;
12034
+ this.indeterminate = undefined;
12035
+ this.isSelected = undefined;
11885
12036
  }
11886
12037
  classNames() {
11887
12038
  const classNames = [];
@@ -11897,8 +12048,13 @@ class PdsTableRow {
11897
12048
  tableCell === null || tableCell === void 0 ? void 0 : tableCell.classList.add("is-fixed");
11898
12049
  }
11899
12050
  }
12051
+ componentWillLoad() {
12052
+ if (this.isSelected) {
12053
+ this.handleSelect(this.isSelected);
12054
+ }
12055
+ }
11900
12056
  render() {
11901
- return (hAsync(Host, { key: '9ef478c127a101b918e3e444109a0a3b72d809d6', class: this.classNames(), role: "row" }, this.tableRef && this.tableRef.selectable && (hAsync("pds-table-cell", { key: 'f7ecba3776fe1a5606ea66bc43f495e03635803f', part: this.tableRef.fixedColumn ? 'checkbox-cell' : '', class: this.tableRef.selectable ? 'has-checkbox' : '' }, hAsync("pds-checkbox", { key: '6e4ebaa953542cb476f141818375b3ba8b490b2c', componentId: this.generateUniqueId(), onClick: this.handleCheckboxClick, label: "Select Row", labelHidden: true, checked: this.isSelected }))), hAsync("slot", { key: '4ccbd6b1a81d420dec05acb4f7a404ee670959b3' })));
12057
+ return (hAsync(Host, { key: 'dbfba35e818a96281f5df7e51e60f0bbaf4d5527', class: this.classNames(), role: "row" }, this.tableRef && this.tableRef.selectable && (hAsync("pds-table-cell", { key: 'a0d9118e63db0829f4352875cbacf76c11978fff', part: this.tableRef.fixedColumn ? 'checkbox-cell' : '', class: this.tableRef.selectable ? 'has-checkbox' : '' }, hAsync("pds-checkbox", { key: '60ebde7bb2e745af55e3713b952f963d50396485', componentId: this.generateUniqueId(), onClick: this.handleClick, indeterminate: this.indeterminate, label: "Select Row", labelHidden: true, checked: this.isSelected }))), hAsync("slot", { key: '97f90a8d36781f3b278f83b16c778d5e2b6e9bce' })));
11902
12058
  }
11903
12059
  get hostElement() { return getElement(this); }
11904
12060
  static get style() { return PdsTableRowStyle0; }
@@ -11906,7 +12062,8 @@ class PdsTableRow {
11906
12062
  "$flags$": 9,
11907
12063
  "$tagName$": "pds-table-row",
11908
12064
  "$members$": {
11909
- "isSelected": [32]
12065
+ "indeterminate": [1028],
12066
+ "isSelected": [1028, "is-selected"]
11910
12067
  },
11911
12068
  "$listeners$": undefined,
11912
12069
  "$lazyBundleId$": "-",
@@ -11926,7 +12083,7 @@ class PdsTabpanel {
11926
12083
  this.selected = false;
11927
12084
  }
11928
12085
  render() {
11929
- return (hAsync(Host, { key: 'b8619019429f7430c66df0cc41d177d40b59a6e6', slot: "tabpanels" }, hAsync("div", { key: '10a9c2cbf35a60aec932287a839fcca456c41d4c', role: "tabpanel", id: this.parentComponentId + "__" + this.name + '-panel', tabindex: "0", "aria-labelledby": this.parentComponentId + "__" + this.name, class: this.selected ? "pds-tabpanel is-active" : "pds-tabpanel" }, hAsync("slot", { key: '50593c1f0174dd44b2a51cc94e89cdd1cee7a8ab' }))));
12086
+ return (hAsync(Host, { key: 'b071d63a6211e70b09f11a18609d15728eb485c6', slot: "tabpanels" }, hAsync("div", { key: 'ab8de65d7142136888c853170b7b8b190f21abcc', role: "tabpanel", id: this.parentComponentId + "__" + this.name + '-panel', tabindex: "0", "aria-labelledby": this.parentComponentId + "__" + this.name, class: this.selected ? "pds-tabpanel is-active" : "pds-tabpanel" }, hAsync("slot", { key: '0cac8366d5502be7033d1b71b681bf564aa557e8' }))));
11930
12087
  }
11931
12088
  get el() { return getElement(this); }
11932
12089
  static get style() { return PdsTabpanelStyle0; }
@@ -12033,7 +12190,7 @@ class PdsTabs {
12033
12190
  this.passPropsToChildren();
12034
12191
  }
12035
12192
  render() {
12036
- return (hAsync(Host, { key: '92748fc6123067ba04f9cc81ea949366fb1c2a8f', "active-tab-name": this.activeTabName, class: this.classNames(), id: this.componentId }, hAsync("div", { key: '809cbe1ed4e973db39ea69be9e30ac54881564af', class: "pds-tabs__tablist", role: "tablist", "aria-label": this.tablistLabel }, hAsync("slot", { key: 'b23af8a48dee0528cc9f7d2b84a42411e2b14e6d', name: "tabs" })), hAsync("slot", { key: 'fdb46b7125f735531b13c1ac82a08f27998e7511', name: "tabpanels" })));
12193
+ return (hAsync(Host, { key: 'a36e242d5e746954f80778cf515879ca82258978', "active-tab-name": this.activeTabName, class: this.classNames(), id: this.componentId }, hAsync("div", { key: 'd6d89fd90a9a534f249c549e34308ed245773f60', class: "pds-tabs__tablist", role: "tablist", "aria-label": this.tablistLabel }, hAsync("slot", { key: '9b5e5268c27ecf2a5331cec64d2c7121cef366a1', name: "tabs" })), hAsync("slot", { key: 'b835cf1befe68f54b1751a976846d271ce97634e', name: "tabpanels" })));
12037
12194
  }
12038
12195
  get el() { return getElement(this); }
12039
12196
  static get style() { return PdsTabsStyle0; }
@@ -12089,10 +12246,10 @@ class PdsTextarea {
12089
12246
  return classNames.join(' ');
12090
12247
  }
12091
12248
  render() {
12092
- return (hAsync(Host, { key: 'a6f6eb13665857ec8762d454d79ff216e2062a66', "aria-disabled": this.disabled ? 'true' : null }, hAsync("div", { key: 'fa77f9c7c29f214ee4d8ddb8e1e48d4d16b6a47e', class: "pds-textarea" }, this.label &&
12093
- hAsync(PdsLabel, { key: '75c242138f5c2a33a82feaa775dae0c05843d2c1', htmlFor: this.componentId, text: this.label }), hAsync("textarea", { key: '8bebb57b878c745e07ebfc18afd2aaf7d2da66a5', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, class: this.textareaClassNames(), disabled: this.disabled, id: this.componentId, name: this.name, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, rows: this.rows, onChange: this.onTextareaChange }, this.value), this.helperMessage &&
12094
- hAsync("p", { key: 'b9a83aeb83b0cf4232359154d36a8ec48b0a3638', class: "pds-textarea__helper-message", id: messageId(this.componentId, 'helper') }, this.helperMessage), this.invalid &&
12095
- hAsync("p", { key: 'ee70c7aa56b8a8e18de58394c04140065670f8db', "aria-live": "assertive", class: "pds-textarea__error-message", id: messageId(this.componentId, 'error') }, this.errorMessage))));
12249
+ return (hAsync(Host, { key: 'f58ccd5b20fc30c6e6153e04e98b27fe265040af', "aria-disabled": this.disabled ? 'true' : null }, hAsync("div", { key: '480b51012d0f7a05d83fb8cb359d2bc3a4e82189', class: "pds-textarea" }, this.label &&
12250
+ hAsync(PdsLabel, { key: '0b34ee6ee8eec6891c00596f840d028ab6ac36bb', htmlFor: this.componentId, text: this.label }), hAsync("textarea", { key: '6f066ce38aaec3257bddd69715118aa5740723c1', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, class: this.textareaClassNames(), disabled: this.disabled, id: this.componentId, name: this.name, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, rows: this.rows, onChange: this.onTextareaChange }, this.value), this.helperMessage &&
12251
+ hAsync("p", { key: '91c66558978cdbb3191c0af31c34c2647749c01a', class: "pds-textarea__helper-message", id: messageId(this.componentId, 'helper') }, this.helperMessage), this.invalid &&
12252
+ hAsync("p", { key: 'da8320d10ace733c7181ab3c6827da99d94d7ebd', "aria-live": "assertive", class: "pds-textarea__error-message", id: messageId(this.componentId, 'error') }, this.errorMessage))));
12096
12253
  }
12097
12254
  get el() { return getElement(this); }
12098
12255
  static get style() { return PdsTextareaStyle0; }
@@ -12251,13 +12408,13 @@ class PdsTooltip {
12251
12408
  this.opened = false;
12252
12409
  }
12253
12410
  render() {
12254
- return (hAsync(Host, { key: '088766be31b8716e158cbffd4afc4ada0f14dc3d', onMouseEnter: this.handleShow, onMouseLeave: this.handleHide, onFocusin: this.handleShow, onFocusout: this.handleHide }, hAsync("div", { key: 'c4fb29b5d5834a9e94f040ded6daf15cf3fcc6ff', class: `
12411
+ return (hAsync(Host, { key: '52999e010e83fb265a46867b0b29169f7363a496', onMouseEnter: this.handleShow, onMouseLeave: this.handleHide, onFocusin: this.handleShow, onFocusout: this.handleHide }, hAsync("div", { key: '6bb63ba10eab04114ced7ead7079d46cc22cb72c', class: `
12255
12412
  pds-tooltip
12256
12413
  pds-tooltip--${this.placement}
12257
12414
  ${this.htmlContent ? 'pds-tooltip--has-html-content' : ''}
12258
12415
  ${this.opened ? 'pds-tooltip--is-open' : ''}
12259
12416
  ${this.hasArrow ? '' : 'pds-tooltip--no-arrow'}
12260
- ` }, hAsync("span", { key: '25a69f567a33df83ff784d36de5bce86874d6d1d', "aria-describedby": this.componentId, class: "pds-tooltip__trigger" }, hAsync("slot", { key: 'eab3bbca9b913b04ef4dfe7a8e472c43d57c4979' })), hAsync("div", { key: 'bdaa9f26f848b440a8432a44481f8a1059ae0689', class: "pds-tooltip__content", "aria-hidden": this.opened ? 'false' : 'true', "aria-live": this.opened ? 'polite' : 'off', id: this.componentId, ref: (el) => (this.contentEl = el), role: "tooltip" }, hAsync("slot", { key: '0e62fe237e9a39208aa2146e2dc1d6df6b25b41d', name: "content" }), this.content))));
12417
+ ` }, hAsync("span", { key: '930c148c837912ad9d5ea57e92246e0211b355c4', "aria-describedby": this.componentId, class: "pds-tooltip__trigger" }, hAsync("slot", { key: '813429e2865fae92050d779ca7f47072313db851' })), hAsync("div", { key: '7f47e8b4ff3d6238f27e38986f032ece94f6b584', class: "pds-tooltip__content", "aria-hidden": this.opened ? 'false' : 'true', "aria-live": this.opened ? 'polite' : 'off', id: this.componentId, ref: (el) => (this.contentEl = el), role: "tooltip" }, hAsync("slot", { key: '90b3f02974d250375d55ed332a9c525626ff5439', name: "content" }), this.content))));
12261
12418
  }
12262
12419
  get el() { return getElement(this); }
12263
12420
  static get watchers() { return {
@@ -12297,6 +12454,7 @@ registerComponents([
12297
12454
  PdsImage,
12298
12455
  PdsInput,
12299
12456
  PdsLink,
12457
+ PdsLoader,
12300
12458
  PdsProgress,
12301
12459
  PdsRadio,
12302
12460
  PdsRow,