@pine-ds/core 3.23.0 → 3.24.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 (441) hide show
  1. package/components/index.d.ts +2 -0
  2. package/components/index.js +1 -0
  3. package/components/index.js.map +1 -1
  4. package/components/mock-pds-modal.js +1 -1
  5. package/components/pds-container.d.ts +11 -0
  6. package/components/pds-container.js +61 -0
  7. package/components/pds-container.js.map +1 -0
  8. package/components/pds-copytext.js +1 -1
  9. package/components/pds-divider.js +1 -1
  10. package/components/pds-dropdown-menu-item.js +1 -1
  11. package/components/pds-dropdown-menu-separator.js +1 -1
  12. package/components/pds-dropdown-menu.js +1 -1
  13. package/components/pds-filter.js +1 -1
  14. package/components/pds-filters.js +1 -1
  15. package/components/pds-image.js +2 -2
  16. package/components/pds-input.js +1 -1
  17. package/components/pds-link2.js +2 -2
  18. package/components/pds-loader2.js +1 -1
  19. package/components/pds-modal-content.js +2 -2
  20. package/components/pds-modal-footer.js +1 -1
  21. package/components/pds-modal-header.js +1 -1
  22. package/components/pds-modal.js +3 -3
  23. package/components/pds-multiselect.js +3 -3
  24. package/components/pds-popover.js +1 -1
  25. package/components/pds-progress.js +1 -1
  26. package/components/pds-property.js +1 -1
  27. package/components/pds-radio-group.js +3 -3
  28. package/components/pds-radio.js +3 -3
  29. package/components/pds-row.js +1 -1
  30. package/components/pds-select.js +1 -1
  31. package/components/pds-sortable-item.js +1 -1
  32. package/components/pds-sortable.js +1 -1
  33. package/components/pds-switch.js +3 -3
  34. package/components/pds-tab.js +3 -3
  35. package/components/pds-table-body.js +1 -1
  36. package/components/pds-table-cell2.js +2 -2
  37. package/components/pds-table-head-cell2.js +2 -2
  38. package/components/pds-table-head.js +1 -1
  39. package/components/pds-table-row.js +1 -1
  40. package/components/pds-tabpanel.js +1 -1
  41. package/components/pds-tabs.js +1 -1
  42. package/components/pds-text2.js +1 -1
  43. package/components/pds-textarea.js +4 -4
  44. package/components/pds-toast.js +3 -3
  45. package/components/pds-tooltip.js +2 -2
  46. package/dist/cjs/loader.cjs.js +1 -1
  47. package/dist/cjs/mock-pds-modal.cjs.entry.js +1 -1
  48. package/dist/cjs/pds-container.cjs.entry.js +37 -0
  49. package/dist/cjs/pds-container.entry.cjs.js.map +1 -0
  50. package/dist/cjs/pds-copytext.cjs.entry.js +1 -1
  51. package/dist/cjs/pds-divider.cjs.entry.js +1 -1
  52. package/dist/cjs/pds-dropdown-menu-item.cjs.entry.js +1 -1
  53. package/dist/cjs/pds-dropdown-menu-separator.cjs.entry.js +1 -1
  54. package/dist/cjs/pds-dropdown-menu.cjs.entry.js +1 -1
  55. package/dist/cjs/pds-filter.cjs.entry.js +1 -1
  56. package/dist/cjs/pds-filters.cjs.entry.js +1 -1
  57. package/dist/cjs/pds-image.cjs.entry.js +2 -2
  58. package/dist/cjs/pds-input.cjs.entry.js +1 -1
  59. package/dist/cjs/pds-link.cjs.entry.js +2 -2
  60. package/dist/cjs/pds-loader.cjs.entry.js +1 -1
  61. package/dist/cjs/pds-modal-content.cjs.entry.js +2 -2
  62. package/dist/cjs/pds-modal-footer.cjs.entry.js +1 -1
  63. package/dist/cjs/pds-modal-header.cjs.entry.js +1 -1
  64. package/dist/cjs/pds-modal.cjs.entry.js +3 -3
  65. package/dist/cjs/pds-multiselect.cjs.entry.js +3 -3
  66. package/dist/cjs/pds-popover.cjs.entry.js +1 -1
  67. package/dist/cjs/pds-progress.cjs.entry.js +1 -1
  68. package/dist/cjs/pds-property.cjs.entry.js +1 -1
  69. package/dist/cjs/pds-radio-group.cjs.entry.js +3 -3
  70. package/dist/cjs/pds-radio.cjs.entry.js +3 -3
  71. package/dist/cjs/pds-row.cjs.entry.js +1 -1
  72. package/dist/cjs/pds-select.cjs.entry.js +1 -1
  73. package/dist/cjs/pds-sortable-item.cjs.entry.js +1 -1
  74. package/dist/cjs/pds-sortable.cjs.entry.js +1 -1
  75. package/dist/cjs/pds-switch.cjs.entry.js +3 -3
  76. package/dist/cjs/pds-tab.cjs.entry.js +3 -3
  77. package/dist/cjs/pds-table-body.cjs.entry.js +1 -1
  78. package/dist/cjs/pds-table-cell.cjs.entry.js +2 -2
  79. package/dist/cjs/pds-table-head-cell.cjs.entry.js +2 -2
  80. package/dist/cjs/pds-table-head.cjs.entry.js +1 -1
  81. package/dist/cjs/pds-table-row.cjs.entry.js +1 -1
  82. package/dist/cjs/pds-tabpanel.cjs.entry.js +1 -1
  83. package/dist/cjs/pds-tabs.cjs.entry.js +1 -1
  84. package/dist/cjs/pds-text.cjs.entry.js +1 -1
  85. package/dist/cjs/pds-textarea.cjs.entry.js +4 -4
  86. package/dist/cjs/pds-toast.cjs.entry.js +3 -3
  87. package/dist/cjs/pds-tooltip.cjs.entry.js +2 -2
  88. package/dist/cjs/pine-core.cjs.js +1 -1
  89. package/dist/collection/collection-manifest.json +1 -0
  90. package/dist/collection/components/pds-container/pds-container.css +26 -0
  91. package/dist/collection/components/pds-container/pds-container.js +112 -0
  92. package/dist/collection/components/pds-container/pds-container.js.map +1 -0
  93. package/dist/collection/components/pds-container/stories/pds-container.stories.js +89 -0
  94. package/dist/collection/components/pds-copytext/pds-copytext.js +1 -1
  95. package/dist/collection/components/pds-divider/pds-divider.js +1 -1
  96. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-item/pds-dropdown-menu-item.js +1 -1
  97. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu-separator/pds-dropdown-menu-separator.js +1 -1
  98. package/dist/collection/components/pds-dropdown-menu/pds-dropdown-menu.js +1 -1
  99. package/dist/collection/components/pds-filters/pds-filter/pds-filter.js +1 -1
  100. package/dist/collection/components/pds-filters/pds-filters.js +1 -1
  101. package/dist/collection/components/pds-image/pds-image.js +2 -2
  102. package/dist/collection/components/pds-input/pds-input.js +1 -1
  103. package/dist/collection/components/pds-link/pds-link.js +2 -2
  104. package/dist/collection/components/pds-loader/pds-loader.js +1 -1
  105. package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.js +2 -2
  106. package/dist/collection/components/pds-modal/pds-modal-footer/pds-modal-footer.js +1 -1
  107. package/dist/collection/components/pds-modal/pds-modal-header/pds-modal-header.js +1 -1
  108. package/dist/collection/components/pds-modal/pds-modal.js +3 -3
  109. package/dist/collection/components/pds-modal/test/mock-pds-modal.js +1 -1
  110. package/dist/collection/components/pds-multiselect/pds-multiselect.js +3 -3
  111. package/dist/collection/components/pds-popover/pds-popover.js +1 -1
  112. package/dist/collection/components/pds-progress/pds-progress.js +1 -1
  113. package/dist/collection/components/pds-property/pds-property.js +1 -1
  114. package/dist/collection/components/pds-radio/pds-radio.js +3 -3
  115. package/dist/collection/components/pds-radio-group/pds-radio-group.js +3 -3
  116. package/dist/collection/components/pds-row/pds-row.js +1 -1
  117. package/dist/collection/components/pds-select/pds-select.js +1 -1
  118. package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +1 -1
  119. package/dist/collection/components/pds-sortable/pds-sortable.js +1 -1
  120. package/dist/collection/components/pds-switch/pds-switch.js +3 -3
  121. package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +1 -1
  122. package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +2 -2
  123. package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +1 -1
  124. package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +2 -2
  125. package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +1 -1
  126. package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +3 -3
  127. package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +1 -1
  128. package/dist/collection/components/pds-tabs/pds-tabs.js +1 -1
  129. package/dist/collection/components/pds-text/pds-text.js +1 -1
  130. package/dist/collection/components/pds-textarea/pds-textarea.js +4 -4
  131. package/dist/collection/components/pds-toast/pds-toast.js +3 -3
  132. package/dist/collection/components/pds-tooltip/pds-tooltip.js +2 -2
  133. package/dist/docs.json +125 -1
  134. package/dist/esm/loader.js +1 -1
  135. package/dist/esm/mock-pds-modal.entry.js +1 -1
  136. package/dist/esm/pds-container.entry.js +35 -0
  137. package/dist/esm/pds-container.entry.js.map +1 -0
  138. package/dist/esm/pds-copytext.entry.js +1 -1
  139. package/dist/esm/pds-divider.entry.js +1 -1
  140. package/dist/esm/pds-dropdown-menu-item.entry.js +1 -1
  141. package/dist/esm/pds-dropdown-menu-separator.entry.js +1 -1
  142. package/dist/esm/pds-dropdown-menu.entry.js +1 -1
  143. package/dist/esm/pds-filter.entry.js +1 -1
  144. package/dist/esm/pds-filters.entry.js +1 -1
  145. package/dist/esm/pds-image.entry.js +2 -2
  146. package/dist/esm/pds-input.entry.js +1 -1
  147. package/dist/esm/pds-link.entry.js +2 -2
  148. package/dist/esm/pds-loader.entry.js +1 -1
  149. package/dist/esm/pds-modal-content.entry.js +2 -2
  150. package/dist/esm/pds-modal-footer.entry.js +1 -1
  151. package/dist/esm/pds-modal-header.entry.js +1 -1
  152. package/dist/esm/pds-modal.entry.js +3 -3
  153. package/dist/esm/pds-multiselect.entry.js +3 -3
  154. package/dist/esm/pds-popover.entry.js +1 -1
  155. package/dist/esm/pds-progress.entry.js +1 -1
  156. package/dist/esm/pds-property.entry.js +1 -1
  157. package/dist/esm/pds-radio-group.entry.js +3 -3
  158. package/dist/esm/pds-radio.entry.js +3 -3
  159. package/dist/esm/pds-row.entry.js +1 -1
  160. package/dist/esm/pds-select.entry.js +1 -1
  161. package/dist/esm/pds-sortable-item.entry.js +1 -1
  162. package/dist/esm/pds-sortable.entry.js +1 -1
  163. package/dist/esm/pds-switch.entry.js +3 -3
  164. package/dist/esm/pds-tab.entry.js +3 -3
  165. package/dist/esm/pds-table-body.entry.js +1 -1
  166. package/dist/esm/pds-table-cell.entry.js +2 -2
  167. package/dist/esm/pds-table-head-cell.entry.js +2 -2
  168. package/dist/esm/pds-table-head.entry.js +1 -1
  169. package/dist/esm/pds-table-row.entry.js +1 -1
  170. package/dist/esm/pds-tabpanel.entry.js +1 -1
  171. package/dist/esm/pds-tabs.entry.js +1 -1
  172. package/dist/esm/pds-text.entry.js +1 -1
  173. package/dist/esm/pds-textarea.entry.js +4 -4
  174. package/dist/esm/pds-toast.entry.js +3 -3
  175. package/dist/esm/pds-tooltip.entry.js +2 -2
  176. package/dist/esm/pine-core.js +1 -1
  177. package/dist/esm-es5/loader.js +1 -1
  178. package/dist/esm-es5/mock-pds-modal.entry.js +1 -1
  179. package/dist/esm-es5/pds-container.entry.js +2 -0
  180. package/dist/esm-es5/pds-container.entry.js.map +1 -0
  181. package/dist/esm-es5/pds-copytext.entry.js +1 -1
  182. package/dist/esm-es5/pds-divider.entry.js +1 -1
  183. package/dist/esm-es5/pds-dropdown-menu-item.entry.js +1 -1
  184. package/dist/esm-es5/pds-dropdown-menu-separator.entry.js +1 -1
  185. package/dist/esm-es5/pds-dropdown-menu.entry.js +1 -1
  186. package/dist/esm-es5/pds-filter.entry.js +1 -1
  187. package/dist/esm-es5/pds-filters.entry.js +1 -1
  188. package/dist/esm-es5/pds-image.entry.js +1 -1
  189. package/dist/esm-es5/pds-input.entry.js +1 -1
  190. package/dist/esm-es5/pds-link.entry.js +1 -1
  191. package/dist/esm-es5/pds-loader.entry.js +1 -1
  192. package/dist/esm-es5/pds-modal-content.entry.js +1 -1
  193. package/dist/esm-es5/pds-modal-footer.entry.js +1 -1
  194. package/dist/esm-es5/pds-modal-header.entry.js +1 -1
  195. package/dist/esm-es5/pds-modal.entry.js +1 -1
  196. package/dist/esm-es5/pds-multiselect.entry.js +1 -1
  197. package/dist/esm-es5/pds-popover.entry.js +1 -1
  198. package/dist/esm-es5/pds-progress.entry.js +1 -1
  199. package/dist/esm-es5/pds-property.entry.js +1 -1
  200. package/dist/esm-es5/pds-radio-group.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-select.entry.js +1 -1
  204. package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
  205. package/dist/esm-es5/pds-sortable.entry.js +1 -1
  206. package/dist/esm-es5/pds-switch.entry.js +1 -1
  207. package/dist/esm-es5/pds-tab.entry.js +1 -1
  208. package/dist/esm-es5/pds-table-body.entry.js +1 -1
  209. package/dist/esm-es5/pds-table-cell.entry.js +1 -1
  210. package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
  211. package/dist/esm-es5/pds-table-head.entry.js +1 -1
  212. package/dist/esm-es5/pds-table-row.entry.js +1 -1
  213. package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
  214. package/dist/esm-es5/pds-tabs.entry.js +1 -1
  215. package/dist/esm-es5/pds-text.entry.js +1 -1
  216. package/dist/esm-es5/pds-textarea.entry.js +1 -1
  217. package/dist/esm-es5/pds-toast.entry.js +1 -1
  218. package/dist/esm-es5/pds-tooltip.entry.js +1 -1
  219. package/dist/esm-es5/pine-core.js +1 -1
  220. package/dist/pine-core/{p-244f0325.system.entry.js → p-06921b1a.system.entry.js} +2 -2
  221. package/dist/pine-core/{p-d5d9cf28.entry.js → p-0e35b09a.entry.js} +2 -2
  222. package/dist/pine-core/{p-95af50ed.entry.js → p-0f376270.entry.js} +2 -2
  223. package/dist/pine-core/p-10e0be55.entry.js +2 -0
  224. package/dist/pine-core/{p-c6682c9d.system.entry.js → p-137517ea.system.entry.js} +2 -2
  225. package/dist/pine-core/{p-fa62518b.entry.js → p-14ca4f31.entry.js} +2 -2
  226. package/dist/pine-core/{p-c78a7729.entry.js → p-1951d49e.entry.js} +2 -2
  227. package/dist/pine-core/{p-1855322f.entry.js → p-1fa303af.entry.js} +2 -2
  228. package/dist/pine-core/{p-61943627.system.entry.js → p-213d0f72.system.entry.js} +2 -2
  229. package/dist/pine-core/{p-41382eb3.system.entry.js → p-23450d7a.system.entry.js} +2 -2
  230. package/dist/pine-core/{p-eec6b183.system.entry.js → p-2483b797.system.entry.js} +2 -2
  231. package/dist/pine-core/{p-67b78dd8.system.entry.js → p-2883cb69.system.entry.js} +2 -2
  232. package/dist/pine-core/p-29a8ef8a.entry.js +2 -0
  233. package/dist/pine-core/{p-40734388.entry.js.map → p-29a8ef8a.entry.js.map} +1 -1
  234. package/dist/pine-core/{p-BQsz2Ppb.system.js.map → p-2DR2iuEU.system.js.map} +1 -1
  235. package/dist/pine-core/{p-6939924a.system.entry.js → p-2f0eb2b5.system.entry.js} +2 -2
  236. package/dist/pine-core/{p-33e8d130.entry.js → p-2f6f60d9.entry.js} +2 -2
  237. package/dist/pine-core/{p-48a646d8.entry.js → p-3a527283.entry.js} +2 -2
  238. package/dist/pine-core/{p-46e11e20.entry.js → p-3b342c35.entry.js} +2 -2
  239. package/dist/pine-core/{p-e017b42e.system.entry.js → p-3e45826f.system.entry.js} +2 -2
  240. package/dist/pine-core/{p-bc7a4275.system.entry.js → p-3f0a6a75.system.entry.js} +2 -2
  241. package/dist/pine-core/{p-98b493e5.entry.js → p-426e90cb.entry.js} +2 -2
  242. package/dist/pine-core/{p-e47524a6.entry.js → p-426f5f57.entry.js} +2 -2
  243. package/dist/pine-core/{p-a1d58592.entry.js → p-439e3343.entry.js} +2 -2
  244. package/dist/pine-core/{p-fa4c5b6b.system.entry.js → p-4591a359.system.entry.js} +2 -2
  245. package/dist/pine-core/p-4f6487b9.system.entry.js +2 -0
  246. package/dist/pine-core/p-4f6487b9.system.entry.js.map +1 -0
  247. package/dist/pine-core/p-50a439b5.entry.js +2 -0
  248. package/dist/pine-core/{p-59--X9ih.system.js.map → p-5L_gsODn.system.js.map} +1 -1
  249. package/dist/pine-core/p-65d0032c.system.entry.js +2 -0
  250. package/dist/pine-core/{p-fe2ba477.entry.js → p-66644048.entry.js} +2 -2
  251. package/dist/pine-core/{p-98d82bf0.system.entry.js → p-6b456e02.system.entry.js} +2 -2
  252. package/dist/pine-core/{p-e1402563.system.entry.js → p-6be19a23.system.entry.js} +2 -2
  253. package/dist/pine-core/{p-8f3d6de0.entry.js → p-6c25dfc3.entry.js} +2 -2
  254. package/dist/pine-core/p-6cbad264.entry.js +2 -0
  255. package/dist/pine-core/{p-a3543531.entry.js.map → p-6cbad264.entry.js.map} +1 -1
  256. package/dist/pine-core/{p-91200079.system.entry.js → p-6dcd7876.system.entry.js} +2 -2
  257. package/dist/pine-core/{p-781bdbf7.system.entry.js → p-712e0d82.system.entry.js} +2 -2
  258. package/dist/pine-core/{p-a61e92c3.system.entry.js → p-72a27cb7.system.entry.js} +2 -2
  259. package/dist/pine-core/{p-ed125c22.system.entry.js → p-72ca815d.system.entry.js} +2 -2
  260. package/dist/pine-core/{p-4c7055bb.system.entry.js → p-75a53dce.system.entry.js} +2 -2
  261. package/dist/pine-core/{p-75dc3a1f.entry.js → p-766e52a3.entry.js} +2 -2
  262. package/dist/pine-core/{p-0d7eddea.system.entry.js → p-811e510d.system.entry.js} +2 -2
  263. package/dist/pine-core/{p-14cceca6.entry.js → p-838452e0.entry.js} +2 -2
  264. package/dist/pine-core/{p-adbe19c7.system.entry.js → p-84b696ce.system.entry.js} +2 -2
  265. package/dist/pine-core/{p-b6465152.entry.js → p-8501bb6b.entry.js} +2 -2
  266. package/dist/pine-core/{p-a720a925.entry.js → p-88eb4f6c.entry.js} +2 -2
  267. package/dist/pine-core/{p-2a185f0b.system.entry.js → p-8b7246ea.system.entry.js} +2 -2
  268. package/dist/pine-core/p-8c000d7c.entry.js +2 -0
  269. package/dist/pine-core/{p-c9ced0ee.entry.js → p-8c0fc8ff.entry.js} +2 -2
  270. package/dist/pine-core/{p-DZLD6m8S.system.js.map → p-8tpU1leU.system.js.map} +1 -1
  271. package/dist/pine-core/{p-519d9af1.system.entry.js → p-92df334f.system.entry.js} +2 -2
  272. package/dist/pine-core/{p-3e96ea38.system.entry.js → p-93eeca70.system.entry.js} +2 -2
  273. package/dist/pine-core/{p-182b5617.system.entry.js → p-9606f567.system.entry.js} +2 -2
  274. package/dist/pine-core/{p-48a6762b.system.entry.js → p-98e202b8.system.entry.js} +2 -2
  275. package/dist/pine-core/{p-ab2c2298.system.entry.js → p-9947c6cd.system.entry.js} +2 -2
  276. package/dist/pine-core/p-9f0f1389.entry.js +2 -0
  277. package/dist/pine-core/{p-caf01891.entry.js.map → p-9f0f1389.entry.js.map} +1 -1
  278. package/dist/pine-core/{p-DOdbcaFd.system.js.map → p-B036z4h-.system.js.map} +1 -1
  279. package/dist/pine-core/{p-Be6iza_Y.system.js.map → p-B5CyjPYU.system.js.map} +1 -1
  280. package/dist/pine-core/{p-Cw6YcRuA.system.js.map → p-B8OHXU49.system.js.map} +1 -1
  281. package/dist/pine-core/{p-BpespFXE.system.js.map → p-B_IKQKhn.system.js.map} +1 -1
  282. package/dist/pine-core/{p-BOuz9091.system.js.map → p-BfOM0dtX.system.js.map} +1 -1
  283. package/dist/pine-core/{p-e7dY1RIu.system.js.map → p-BgNsCT1R.system.js.map} +1 -1
  284. package/dist/pine-core/{p-3XkugpdY.system.js.map → p-Bng_-RSY.system.js.map} +1 -1
  285. package/dist/pine-core/{p-IEIIi5zq.system.js.map → p-Bp9jwGLH.system.js.map} +1 -1
  286. package/dist/pine-core/{p-Dq_WxIls.system.js.map → p-BqPhyc8k.system.js.map} +1 -1
  287. package/dist/pine-core/{p-DMF-DSOl.system.js.map → p-BqkabXR7.system.js.map} +1 -1
  288. package/dist/pine-core/{p-CjvjDEg9.system.js.map → p-CI7DD4Gj.system.js.map} +1 -1
  289. package/dist/pine-core/{p-CI57amJO.system.js.map → p-CUv9KdhN.system.js.map} +1 -1
  290. package/dist/pine-core/{p-BOuxAvbi.system.js.map → p-CYFz3obB.system.js.map} +1 -1
  291. package/dist/pine-core/{p-KVyVRPM1.system.js.map → p-CZnOhE0g.system.js.map} +1 -1
  292. package/dist/pine-core/{p-BTrLNF2B.system.js.map → p-CdMCGjQj.system.js.map} +1 -1
  293. package/dist/pine-core/{p-BR9D7jOC.system.js.map → p-CijIWK3K.system.js.map} +1 -1
  294. package/dist/pine-core/{p-DwSw16ZT.system.js.map → p-ClPf_JF1.system.js.map} +1 -1
  295. package/dist/pine-core/{p-B5fynusC.system.js.map → p-ClY6yIBF.system.js.map} +1 -1
  296. package/dist/pine-core/{p-BR1tCsTx.system.js.map → p-Co9FFVKs.system.js.map} +1 -1
  297. package/dist/pine-core/{p-CG-bCfvj.system.js.map → p-Cvql9iy1.system.js.map} +1 -1
  298. package/dist/pine-core/{p-Dp80V3ht.system.js.map → p-D0GkJmlY.system.js.map} +1 -1
  299. package/dist/pine-core/{p-BUEOyE3W.system.js.map → p-DFWnxG_e.system.js.map} +1 -1
  300. package/dist/pine-core/{p-DAxrTjDa.system.js.map → p-DLZO3aKG.system.js.map} +1 -1
  301. package/dist/pine-core/p-DO--6n89.system.js.map +1 -0
  302. package/dist/pine-core/{p-C2pSDIG-.system.js.map → p-DQJGHOVq.system.js.map} +1 -1
  303. package/dist/pine-core/{p-CP845yj_.system.js.map → p-DenbFuEN.system.js.map} +1 -1
  304. package/dist/pine-core/{p-ssoi7rVs.system.js.map → p-DkNlmqjM.system.js.map} +1 -1
  305. package/dist/pine-core/{p-CHDzBR_K.system.js.map → p-Dl-o5ymF.system.js.map} +1 -1
  306. package/dist/pine-core/{p-C4-dix13.system.js.map → p-DqfjMab8.system.js.map} +1 -1
  307. package/dist/pine-core/{p-DNbBVaLv.system.js.map → p-DyrMiAYl.system.js.map} +1 -1
  308. package/dist/pine-core/{p-WysX4rk5.system.js.map → p-FWsvMskO.system.js.map} +1 -1
  309. package/dist/pine-core/p-JAVnELnm.system.js +1 -1
  310. package/dist/pine-core/{p-PMiwIPVl.system.js.map → p-P65hM6YU.system.js.map} +1 -1
  311. package/dist/pine-core/p-a11c3642.system.entry.js +2 -0
  312. package/dist/pine-core/{p-BMoAGblt.system.js.map → p-abrage-l.system.js.map} +1 -1
  313. package/dist/pine-core/p-ac186cd4.system.entry.js +2 -0
  314. package/dist/pine-core/{p-13f28e2a.system.entry.js → p-ae238530.system.entry.js} +2 -2
  315. package/dist/pine-core/{p-ce47aaaa.system.entry.js → p-afad45f6.system.entry.js} +2 -2
  316. package/dist/pine-core/p-b2218fa1.entry.js +2 -0
  317. package/dist/pine-core/p-b2218fa1.entry.js.map +1 -0
  318. package/dist/pine-core/{p-d6c72b79.system.entry.js → p-b3ee3c4c.system.entry.js} +2 -2
  319. package/dist/pine-core/{p-0f990fae.system.entry.js → p-b416cb4b.system.entry.js} +2 -2
  320. package/dist/pine-core/{p-f86fbde7.entry.js → p-b83f79a7.entry.js} +2 -2
  321. package/dist/pine-core/{p-D32r9DeF.system.js.map → p-bkQbPz-z.system.js.map} +1 -1
  322. package/dist/pine-core/{p-645564d9.entry.js → p-c38eb8e9.entry.js} +2 -2
  323. package/dist/pine-core/{p-32e54df7.entry.js → p-c73ef42b.entry.js} +2 -2
  324. package/dist/pine-core/p-c91fd600.entry.js +2 -0
  325. package/dist/pine-core/{p-499dcb3b.system.entry.js → p-ca9da7ea.system.entry.js} +2 -2
  326. package/dist/pine-core/{p-16bf3993.system.entry.js → p-cb668b61.system.entry.js} +2 -2
  327. package/dist/pine-core/{p-f352e850.entry.js → p-ceca2cb1.entry.js} +2 -2
  328. package/dist/pine-core/{p-536451ee.entry.js → p-d045b245.entry.js} +2 -2
  329. package/dist/pine-core/{p-16b7a61d.entry.js → p-d0eebd6d.entry.js} +2 -2
  330. package/dist/pine-core/{p-bc462592.system.entry.js → p-d1313dd6.system.entry.js} +2 -2
  331. package/dist/pine-core/{p-583c3ac5.entry.js → p-d4844049.entry.js} +2 -2
  332. package/dist/pine-core/p-d62a5444.system.entry.js +2 -0
  333. package/dist/pine-core/p-e0f21c22.entry.js +2 -0
  334. package/dist/pine-core/{p-a6b01b1e.entry.js → p-e463b9d3.entry.js} +2 -2
  335. package/dist/pine-core/{p-CYraaUrg.system.js.map → p-eUcBQ_fh.system.js.map} +1 -1
  336. package/dist/pine-core/{p-773d1b8d.entry.js → p-ed447b3e.entry.js} +2 -2
  337. package/dist/pine-core/{p-e776269e.system.entry.js → p-f42e65fd.system.entry.js} +2 -2
  338. package/dist/pine-core/{p-82f9a81a.entry.js → p-f74bd712.entry.js} +2 -2
  339. package/dist/pine-core/{p-52d1a7a1.system.entry.js → p-f81b0dbb.system.entry.js} +2 -2
  340. package/dist/pine-core/{p-96c4106f.entry.js → p-f84b6b5a.entry.js} +2 -2
  341. package/dist/pine-core/p-fa21e054.system.entry.js +2 -0
  342. package/dist/pine-core/{p-3f8e9f3f.entry.js → p-fa51ae5d.entry.js} +2 -2
  343. package/dist/pine-core/{p-b3c50d38.entry.js → p-fc830d8b.entry.js} +2 -2
  344. package/dist/pine-core/{p-Ob6d9Y86.system.js.map → p-k9PMan7S.system.js.map} +1 -1
  345. package/dist/pine-core/{p-5KztFcgn.system.js.map → p-uIsnJ30J.system.js.map} +1 -1
  346. package/dist/pine-core/pds-container.entry.esm.js.map +1 -0
  347. package/dist/pine-core/pine-core.esm.js +1 -1
  348. package/dist/types/components/pds-container/pds-container.d.ts +22 -0
  349. package/dist/types/components.d.ts +41 -0
  350. package/dist/vscode.html-data.json +70 -20
  351. package/hydrate/index.js +109 -62
  352. package/hydrate/index.mjs +109 -62
  353. package/package.json +2 -2
  354. package/dist/pine-core/p-0582a3b3.entry.js +0 -2
  355. package/dist/pine-core/p-40734388.entry.js +0 -2
  356. package/dist/pine-core/p-4175a61c.system.entry.js +0 -2
  357. package/dist/pine-core/p-5453ff49.system.entry.js +0 -2
  358. package/dist/pine-core/p-5f391ebf.entry.js +0 -2
  359. package/dist/pine-core/p-74392e33.system.entry.js +0 -2
  360. package/dist/pine-core/p-902818eb.system.entry.js +0 -2
  361. package/dist/pine-core/p-a3543531.entry.js +0 -2
  362. package/dist/pine-core/p-c6dd00b1.entry.js +0 -2
  363. package/dist/pine-core/p-caf01891.entry.js +0 -2
  364. package/dist/pine-core/p-d845fd1d.system.entry.js +0 -2
  365. package/dist/pine-core/p-e6097fd3.entry.js +0 -2
  366. package/dist/pine-core/p-fc0df65c.entry.js +0 -2
  367. /package/dist/pine-core/{p-244f0325.system.entry.js.map → p-06921b1a.system.entry.js.map} +0 -0
  368. /package/dist/pine-core/{p-d5d9cf28.entry.js.map → p-0e35b09a.entry.js.map} +0 -0
  369. /package/dist/pine-core/{p-95af50ed.entry.js.map → p-0f376270.entry.js.map} +0 -0
  370. /package/dist/pine-core/{p-5f391ebf.entry.js.map → p-10e0be55.entry.js.map} +0 -0
  371. /package/dist/pine-core/{p-c6682c9d.system.entry.js.map → p-137517ea.system.entry.js.map} +0 -0
  372. /package/dist/pine-core/{p-fa62518b.entry.js.map → p-14ca4f31.entry.js.map} +0 -0
  373. /package/dist/pine-core/{p-c78a7729.entry.js.map → p-1951d49e.entry.js.map} +0 -0
  374. /package/dist/pine-core/{p-1855322f.entry.js.map → p-1fa303af.entry.js.map} +0 -0
  375. /package/dist/pine-core/{p-61943627.system.entry.js.map → p-213d0f72.system.entry.js.map} +0 -0
  376. /package/dist/pine-core/{p-41382eb3.system.entry.js.map → p-23450d7a.system.entry.js.map} +0 -0
  377. /package/dist/pine-core/{p-eec6b183.system.entry.js.map → p-2483b797.system.entry.js.map} +0 -0
  378. /package/dist/pine-core/{p-67b78dd8.system.entry.js.map → p-2883cb69.system.entry.js.map} +0 -0
  379. /package/dist/pine-core/{p-6939924a.system.entry.js.map → p-2f0eb2b5.system.entry.js.map} +0 -0
  380. /package/dist/pine-core/{p-33e8d130.entry.js.map → p-2f6f60d9.entry.js.map} +0 -0
  381. /package/dist/pine-core/{p-48a646d8.entry.js.map → p-3a527283.entry.js.map} +0 -0
  382. /package/dist/pine-core/{p-46e11e20.entry.js.map → p-3b342c35.entry.js.map} +0 -0
  383. /package/dist/pine-core/{p-e017b42e.system.entry.js.map → p-3e45826f.system.entry.js.map} +0 -0
  384. /package/dist/pine-core/{p-bc7a4275.system.entry.js.map → p-3f0a6a75.system.entry.js.map} +0 -0
  385. /package/dist/pine-core/{p-98b493e5.entry.js.map → p-426e90cb.entry.js.map} +0 -0
  386. /package/dist/pine-core/{p-e47524a6.entry.js.map → p-426f5f57.entry.js.map} +0 -0
  387. /package/dist/pine-core/{p-a1d58592.entry.js.map → p-439e3343.entry.js.map} +0 -0
  388. /package/dist/pine-core/{p-fa4c5b6b.system.entry.js.map → p-4591a359.system.entry.js.map} +0 -0
  389. /package/dist/pine-core/{p-e6097fd3.entry.js.map → p-50a439b5.entry.js.map} +0 -0
  390. /package/dist/pine-core/{p-74392e33.system.entry.js.map → p-65d0032c.system.entry.js.map} +0 -0
  391. /package/dist/pine-core/{p-fe2ba477.entry.js.map → p-66644048.entry.js.map} +0 -0
  392. /package/dist/pine-core/{p-98d82bf0.system.entry.js.map → p-6b456e02.system.entry.js.map} +0 -0
  393. /package/dist/pine-core/{p-e1402563.system.entry.js.map → p-6be19a23.system.entry.js.map} +0 -0
  394. /package/dist/pine-core/{p-8f3d6de0.entry.js.map → p-6c25dfc3.entry.js.map} +0 -0
  395. /package/dist/pine-core/{p-91200079.system.entry.js.map → p-6dcd7876.system.entry.js.map} +0 -0
  396. /package/dist/pine-core/{p-781bdbf7.system.entry.js.map → p-712e0d82.system.entry.js.map} +0 -0
  397. /package/dist/pine-core/{p-a61e92c3.system.entry.js.map → p-72a27cb7.system.entry.js.map} +0 -0
  398. /package/dist/pine-core/{p-ed125c22.system.entry.js.map → p-72ca815d.system.entry.js.map} +0 -0
  399. /package/dist/pine-core/{p-4c7055bb.system.entry.js.map → p-75a53dce.system.entry.js.map} +0 -0
  400. /package/dist/pine-core/{p-75dc3a1f.entry.js.map → p-766e52a3.entry.js.map} +0 -0
  401. /package/dist/pine-core/{p-0d7eddea.system.entry.js.map → p-811e510d.system.entry.js.map} +0 -0
  402. /package/dist/pine-core/{p-14cceca6.entry.js.map → p-838452e0.entry.js.map} +0 -0
  403. /package/dist/pine-core/{p-adbe19c7.system.entry.js.map → p-84b696ce.system.entry.js.map} +0 -0
  404. /package/dist/pine-core/{p-b6465152.entry.js.map → p-8501bb6b.entry.js.map} +0 -0
  405. /package/dist/pine-core/{p-a720a925.entry.js.map → p-88eb4f6c.entry.js.map} +0 -0
  406. /package/dist/pine-core/{p-2a185f0b.system.entry.js.map → p-8b7246ea.system.entry.js.map} +0 -0
  407. /package/dist/pine-core/{p-0582a3b3.entry.js.map → p-8c000d7c.entry.js.map} +0 -0
  408. /package/dist/pine-core/{p-c9ced0ee.entry.js.map → p-8c0fc8ff.entry.js.map} +0 -0
  409. /package/dist/pine-core/{p-519d9af1.system.entry.js.map → p-92df334f.system.entry.js.map} +0 -0
  410. /package/dist/pine-core/{p-3e96ea38.system.entry.js.map → p-93eeca70.system.entry.js.map} +0 -0
  411. /package/dist/pine-core/{p-182b5617.system.entry.js.map → p-9606f567.system.entry.js.map} +0 -0
  412. /package/dist/pine-core/{p-48a6762b.system.entry.js.map → p-98e202b8.system.entry.js.map} +0 -0
  413. /package/dist/pine-core/{p-ab2c2298.system.entry.js.map → p-9947c6cd.system.entry.js.map} +0 -0
  414. /package/dist/pine-core/{p-4175a61c.system.entry.js.map → p-a11c3642.system.entry.js.map} +0 -0
  415. /package/dist/pine-core/{p-902818eb.system.entry.js.map → p-ac186cd4.system.entry.js.map} +0 -0
  416. /package/dist/pine-core/{p-13f28e2a.system.entry.js.map → p-ae238530.system.entry.js.map} +0 -0
  417. /package/dist/pine-core/{p-ce47aaaa.system.entry.js.map → p-afad45f6.system.entry.js.map} +0 -0
  418. /package/dist/pine-core/{p-d6c72b79.system.entry.js.map → p-b3ee3c4c.system.entry.js.map} +0 -0
  419. /package/dist/pine-core/{p-0f990fae.system.entry.js.map → p-b416cb4b.system.entry.js.map} +0 -0
  420. /package/dist/pine-core/{p-f86fbde7.entry.js.map → p-b83f79a7.entry.js.map} +0 -0
  421. /package/dist/pine-core/{p-645564d9.entry.js.map → p-c38eb8e9.entry.js.map} +0 -0
  422. /package/dist/pine-core/{p-32e54df7.entry.js.map → p-c73ef42b.entry.js.map} +0 -0
  423. /package/dist/pine-core/{p-fc0df65c.entry.js.map → p-c91fd600.entry.js.map} +0 -0
  424. /package/dist/pine-core/{p-499dcb3b.system.entry.js.map → p-ca9da7ea.system.entry.js.map} +0 -0
  425. /package/dist/pine-core/{p-16bf3993.system.entry.js.map → p-cb668b61.system.entry.js.map} +0 -0
  426. /package/dist/pine-core/{p-f352e850.entry.js.map → p-ceca2cb1.entry.js.map} +0 -0
  427. /package/dist/pine-core/{p-536451ee.entry.js.map → p-d045b245.entry.js.map} +0 -0
  428. /package/dist/pine-core/{p-16b7a61d.entry.js.map → p-d0eebd6d.entry.js.map} +0 -0
  429. /package/dist/pine-core/{p-bc462592.system.entry.js.map → p-d1313dd6.system.entry.js.map} +0 -0
  430. /package/dist/pine-core/{p-583c3ac5.entry.js.map → p-d4844049.entry.js.map} +0 -0
  431. /package/dist/pine-core/{p-5453ff49.system.entry.js.map → p-d62a5444.system.entry.js.map} +0 -0
  432. /package/dist/pine-core/{p-c6dd00b1.entry.js.map → p-e0f21c22.entry.js.map} +0 -0
  433. /package/dist/pine-core/{p-a6b01b1e.entry.js.map → p-e463b9d3.entry.js.map} +0 -0
  434. /package/dist/pine-core/{p-773d1b8d.entry.js.map → p-ed447b3e.entry.js.map} +0 -0
  435. /package/dist/pine-core/{p-e776269e.system.entry.js.map → p-f42e65fd.system.entry.js.map} +0 -0
  436. /package/dist/pine-core/{p-82f9a81a.entry.js.map → p-f74bd712.entry.js.map} +0 -0
  437. /package/dist/pine-core/{p-52d1a7a1.system.entry.js.map → p-f81b0dbb.system.entry.js.map} +0 -0
  438. /package/dist/pine-core/{p-96c4106f.entry.js.map → p-f84b6b5a.entry.js.map} +0 -0
  439. /package/dist/pine-core/{p-d845fd1d.system.entry.js.map → p-fa21e054.system.entry.js.map} +0 -0
  440. /package/dist/pine-core/{p-3f8e9f3f.entry.js.map → p-fa51ae5d.entry.js.map} +0 -0
  441. /package/dist/pine-core/{p-b3c50d38.entry.js.map → p-fc830d8b.entry.js.map} +0 -0
@@ -24,7 +24,7 @@ const PdsProgress = class {
24
24
  this.showPercent = false;
25
25
  }
26
26
  render() {
27
- return (index.h(index.Host, { key: '8f1f16b8ef5269affbb07a00731775b1740b865d', class: this.animated ? { 'is-animated': this.animated } : '' }, index.h("div", { key: '2e7a7d679953150523367357eeefea3e8ebc7349', class: "pds-progress" }, index.h("label", { key: '67b2aef063ace81ceabf8c66a5039ee2ffd2d041', class: "pds-progress__label", htmlFor: this.componentId }, this.label), index.h("progress", { key: '759351c283ae43848e2ee3c298ae27de1e9b58db', id: this.componentId, max: "100", style: this.fillColor ? { '--color-progress-fill': this.fillColor } : {}, value: this.percent })), this.showPercent && index.h("div", { key: '5f2e7309fe5207785a69c93df4e877182dc37f67', class: "pds-progress__percentage" }, this.percent, "%")));
27
+ return (index.h(index.Host, { key: '23b8b17a11e6537d1f73cd435c66e779267c6909', class: this.animated ? { 'is-animated': this.animated } : '' }, index.h("div", { key: '6bf201015c284f26b2bb794237aef8d4e4d532ee', class: "pds-progress" }, index.h("label", { key: '7e144a90c1fde70e58095bda2e23b250529a8114', class: "pds-progress__label", htmlFor: this.componentId }, this.label), index.h("progress", { key: 'ebf00485c3c7523e184fcc022e2bcc325a13458f', id: this.componentId, max: "100", style: this.fillColor ? { '--color-progress-fill': this.fillColor } : {}, value: this.percent })), this.showPercent && index.h("div", { key: '6f37bd88ccb9228b0d0ca4d934a2d3cff0026533', class: "pds-progress__percentage" }, this.percent, "%")));
28
28
  }
29
29
  };
30
30
  PdsProgress.style = pdsProgressCss;
@@ -13,7 +13,7 @@ const PdsProperty = class {
13
13
  this.icon = 'star';
14
14
  }
15
15
  render() {
16
- return (index.h(index.Host, { key: '3bcfbe6d24bd61cabddf12bf674cf3aecf77c353', id: this.componentId }, index.h("pds-box", { key: '189d28c1025a9825b35034f9726a3f15d40d9cb3', "align-items": "center", gap: "xs" }, index.h("pds-icon", { key: '456413d57cf086bdf21f7693b208906ca25d1166', icon: this.icon, size: "var(--pine-dimension-sm)", "aria-hidden": "true" }), index.h("slot", { key: 'c5eaefd892ce4f29ff7938783acdcfc4a5494632' }))));
16
+ return (index.h(index.Host, { key: '947e0adfc46ab267b4a5f3e3da5dedcd8ab64d3e', id: this.componentId }, index.h("pds-box", { key: 'bc6fbd4eaa162a7d9ff6348d74bf15f71e776db6', "align-items": "center", gap: "xs" }, index.h("pds-icon", { key: '5d703e9afd94761aae842c82c7b5e9223b63b894', icon: this.icon, size: "var(--pine-dimension-sm)", "aria-hidden": "true" }), index.h("slot", { key: 'e5e02fb21c783f7e4027591e99cd966981babc04' }))));
17
17
  }
18
18
  };
19
19
  PdsProperty.style = pdsPropertyCss;
@@ -148,13 +148,13 @@ const PdsRadioGroup = class {
148
148
  render() {
149
149
  const gapValue = this.getGapValue();
150
150
  const ariaDescribedBy = this.getAriaDescribedBy();
151
- return (index.h(index.Host, { key: '14e4da42fa14f79d3baae62fc4759462fb00cec8', class: this.classNames(), id: this._groupId, role: "group", "aria-describedby": ariaDescribedBy, style: {
151
+ return (index.h(index.Host, { key: '53949e8e878887189482a13e0402402b8ee79c46', class: this.classNames(), id: this._groupId, role: "group", "aria-describedby": ariaDescribedBy, style: {
152
152
  '--pds-radio-group-gap': gapValue,
153
- } }, this.groupLabel && (index.h("div", { key: '0564bc27ff5d15ad7f3ad37d737ee9be8216cfbf', class: "pds-radio-group__label" }, this.groupLabel)), index.h("div", { key: '72dcfa6dc3b9e6f8837a380575da213d026fdaca', class: {
153
+ } }, this.groupLabel && (index.h("div", { key: '9aa547ff0b60d1eb78ab6806c552391c119c6511', class: "pds-radio-group__label" }, this.groupLabel)), index.h("div", { key: '5bad4f6d4c685eca8a97b574511f21b93bdf4821', class: {
154
154
  'pds-radio-group__radios': true,
155
155
  'pds-radio-group__radios--row': this.direction === 'row',
156
156
  'pds-radio-group__radios--column': this.direction === 'column',
157
- } }, index.h("slot", { key: '98a1251c95ff936e8da1c1838f69ed98be15ae60', onSlotchange: () => this.updateChildRadios() })), this.helperMessage && (index.h("div", { key: '3667b47f8b0f42058f16135bb51943055705d415', class: "pds-radio-group__message", id: form.messageId(this._groupId, 'helper') }, this.helperMessage)), this.errorMessage && (index.h("div", { key: '1fe7dafd6ed81b74114c6b8901ec70b6527f1c00', class: "pds-radio-group__message pds-radio-group__message--error", id: form.messageId(this._groupId, 'error'), "aria-live": "assertive" }, index.h("pds-icon", { key: 'c8e5099b271ad88836758cbd8baa911a720ceb5a', icon: index$1.danger, size: "small" }), this.errorMessage))));
157
+ } }, index.h("slot", { key: 'ffd76f30b308f124e1df925b2fe354ffb80f59bc', onSlotchange: () => this.updateChildRadios() })), this.helperMessage && (index.h("div", { key: 'ea8995384b1e1c1e98d01d704bd969a97bfd2b2a', class: "pds-radio-group__message", id: form.messageId(this._groupId, 'helper') }, this.helperMessage)), this.errorMessage && (index.h("div", { key: '30726bc368c7ad2820ae4cb43faf0a45e94a51e8', class: "pds-radio-group__message pds-radio-group__message--error", id: form.messageId(this._groupId, 'error'), "aria-live": "assertive" }, index.h("pds-icon", { key: 'acc00b6e36ead10cc5cc01033ad0f619bd75f5da', icon: index$1.danger, size: "small" }), this.errorMessage))));
158
158
  }
159
159
  get el() { return index.getElement(this); }
160
160
  static get watchers() { return {
@@ -85,11 +85,11 @@ const PdsRadio = class {
85
85
  }
86
86
  render() {
87
87
  const renderLabelAndMessages = () => [
88
- index.h("label", { htmlFor: this.componentId, key: `${this.componentId}-label` }, index.h("input", { key: '9d5e14d349c2328a3a374bdf2e09fd70409f2350', "aria-describedby": form.assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, type: "radio", id: this.componentId, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleRadioChange, class: this.hasImage() ? 'visually-hidden' : '' }), index.h("span", { key: '88a3dcfd25892e6ddba621deab94e349ec75739e', class: this.hideLabel ? 'visually-hidden' : '' }, this.label)),
88
+ index.h("label", { htmlFor: this.componentId, key: `${this.componentId}-label` }, index.h("input", { key: '75aca490be2db050f66ddd9cb45ce122bea4db53', "aria-describedby": form.assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, type: "radio", id: this.componentId, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleRadioChange, class: this.hasImage() ? 'visually-hidden' : '' }), index.h("span", { key: '1bbc7398d3be35e301526b0f842274a3f1db4457', class: this.hideLabel ? 'visually-hidden' : '' }, this.label)),
89
89
  this.helperMessage && (index.h("div", { key: `${this.componentId}-helper`, class: 'pds-radio__message', id: form.messageId(this.componentId, 'helper') }, this.helperMessage)),
90
- this.errorMessage && (index.h("div", { key: `${this.componentId}-error`, class: `pds-radio__message pds-radio__message--error`, id: form.messageId(this.componentId, 'error'), "aria-live": "assertive" }, index.h("pds-icon", { key: '0056232c82cf0d09db6b845e05d951954582ccc1', icon: index$1.danger, size: "small" }), this.errorMessage))
90
+ this.errorMessage && (index.h("div", { key: `${this.componentId}-error`, class: `pds-radio__message pds-radio__message--error`, id: form.messageId(this.componentId, 'error'), "aria-live": "assertive" }, index.h("pds-icon", { key: 'e1a1228fa52e68623098f09493d93aa03d2e65c4', icon: index$1.danger, size: "small" }), this.errorMessage))
91
91
  ];
92
- return (index.h(index.Host, { key: '3748a4cb1365b3deeb98d5294352d2a12546372c', class: this.classNames() }, this.hasImage() && (index.h("div", { key: '2eefe091ac70c9cb147b7ed102c524aefc13691f', class: "pds-radio__image-container", part: "image-container" }, index.h("slot", { key: '58ad9ed18ada05e2ba9267332c73b28ab055ccb7', name: "image", onSlotchange: () => (this._hasImage = this.hasImageSlot()) }))), this.hasImage() ? (index.h("div", { class: "pds-radio__content-wrapper" }, renderLabelAndMessages())) : (renderLabelAndMessages())));
92
+ return (index.h(index.Host, { key: '60fabeef5778fd30e46cfd23d05684e1743bc57f', class: this.classNames() }, this.hasImage() && (index.h("div", { key: '9ba3e60182a68cc8e996623cf46e17001ff451f6', class: "pds-radio__image-container", part: "image-container" }, index.h("slot", { key: 'bf8927129eb68ee7ed07a1f8f8727f013254e133', name: "image", onSlotchange: () => (this._hasImage = this.hasImageSlot()) }))), this.hasImage() ? (index.h("div", { class: "pds-radio__content-wrapper" }, renderLabelAndMessages())) : (renderLabelAndMessages())));
93
93
  }
94
94
  get el() { return index.getElement(this); }
95
95
  };
@@ -61,7 +61,7 @@ const PdsRow = class {
61
61
  })), (this.minHeight && {
62
62
  'min-height': this.minHeight,
63
63
  }));
64
- return index.h(index.Host, { key: '837ddbdce43bb90e52421dac32f77a0fc80f8d07', class: `pds-row ${rowClasses}`, style: rowInlineStyles });
64
+ return index.h(index.Host, { key: '7d99184153a86e5d7d2c90fce98e05e9c4a36b81', class: `pds-row ${rowClasses}`, style: rowInlineStyles });
65
65
  }
66
66
  };
67
67
  PdsRow.style = pdsRowCss;
@@ -233,7 +233,7 @@ const PdsSelect = class {
233
233
  }
234
234
  render() {
235
235
  const hasAction = this.el.querySelector('[slot="action"]') !== null;
236
- return (index.h(index.Host, { key: 'ef2484adb6e3091a6f55ed462b81e431580951c8', "aria-disabled": this.disabled ? 'true' : null, class: this.classNames(), "has-action": hasAction && !this.hideLabel ? 'true' : null }, index.h("div", { key: '6de51120bac23144c0c727fbcfeef73b542ba750', class: "pds-select" }, !this.hideLabel && (index.h("div", { key: '6e36271c09c160e2930eb1c4bcbd5b5dc7a3de6c', class: "pds-select__label-wrapper" }, index.h("label", { key: '6a1d061a3ea1a01c58e412c59369eda7c2b771bd', htmlFor: this.componentId }, index.h("span", { key: 'c32a97fc1167f15074f44ca3e1f4f410e3cc88a6', class: this.hideLabel ? 'visually-hidden' : '' }, this.label)), hasAction && this.renderAction())), index.h("select", { key: '77d63c6ea36a1132c4b642724aea6fd25db0355a', "aria-label": this.hideLabel ? this.label : undefined, autocomplete: this.autocomplete || undefined, class: "pds-select__field", disabled: this.disabled, id: this.componentId, multiple: this.multiple, name: this.name, onBlur: this.onBlur, onChange: this.onSelectUpdate, onFocus: this.onFocus, onKeyDown: this.onKeyDown, part: "select", required: this.required, ref: (el) => (this.selectEl = el) }), index.h("div", { key: '71d8b7155c6b97396826c6769de4a2045727d43b', "aria-hidden": "true", class: "hidden", ref: (el) => (this.slotContainer = el) }, index.h("slot", { key: '8153aee437a68c53ef9e38ddc009985296e80ed2', onSlotchange: this.handleSlotChange })), this.renderMessages(), !this.multiple && index.h("pds-icon", { key: '435d67dfdce140fd5cc1b1d9d47bccf73be97def', class: "pds-select__select-icon", icon: index$1.enlarge }))));
236
+ return (index.h(index.Host, { key: '28292440973cbb60c63a296415a617e05fc9c5ce', "aria-disabled": this.disabled ? 'true' : null, class: this.classNames(), "has-action": hasAction && !this.hideLabel ? 'true' : null }, index.h("div", { key: '4a0f255ecc75c9fcedfc933c0a728d26918d9a9c', class: "pds-select" }, !this.hideLabel && (index.h("div", { key: '1f0b2a9ccf4ce2b79d5bb4dd40ff076b415bc6ac', class: "pds-select__label-wrapper" }, index.h("label", { key: '9e30b1b0266981f73f0821c05e833cb66a3caf3c', htmlFor: this.componentId }, index.h("span", { key: '7790be41907be6c5e3b460aa84b7ea54773cc14d', class: this.hideLabel ? 'visually-hidden' : '' }, this.label)), hasAction && this.renderAction())), index.h("select", { key: 'd66b39ee412bfbf3c6dfff722cb061f24ba82df6', "aria-label": this.hideLabel ? this.label : undefined, autocomplete: this.autocomplete || undefined, class: "pds-select__field", disabled: this.disabled, id: this.componentId, multiple: this.multiple, name: this.name, onBlur: this.onBlur, onChange: this.onSelectUpdate, onFocus: this.onFocus, onKeyDown: this.onKeyDown, part: "select", required: this.required, ref: (el) => (this.selectEl = el) }), index.h("div", { key: 'daf4846494666ebade54249c8d925423e71e7d33', "aria-hidden": "true", class: "hidden", ref: (el) => (this.slotContainer = el) }, index.h("slot", { key: '545f421fd2679d4bb6ee34658f7dd4089ece4f81', onSlotchange: this.handleSlotChange })), this.renderMessages(), !this.multiple && index.h("pds-icon", { key: '0b3bcd3ceee6e6b2ab24b52f16f6cbd89ae88322', class: "pds-select__select-icon", icon: index$1.enlarge }))));
237
237
  }
238
238
  static get formAssociated() { return true; }
239
239
  get el() { return index.getElement(this); }
@@ -28,7 +28,7 @@ const PdsSortableItem = class {
28
28
  }
29
29
  }
30
30
  render() {
31
- return (index.h(index.Host, { key: '99cd4e5a8a48c524569a8380b2cf214096627928', class: "pds-sortable-item", id: this.componentId }, this.showHandle && (index.h("div", { key: '4507fcd9135439cc12a95890f82a4355ee1c2487', class: "pds-sortable-item__handle" }, index.h("pds-icon", { key: '42b4c87bd56d40c625016c7c09bcf9696b1be829', icon: index$1.handle }))), index.h("slot", { key: '47a7d6b1bc399e3044eee9f669d40cf9c24faf76' }), this.enableActions && (index.h("div", { key: 'a617251b75698f53f90c260e55cee260e44e1a8c', class: "pds-sortable-item__actions" }, index.h("slot", { key: '74b891acaa77245d37f39a37586365185dc3de1d', name: "sortable-item-actions" })))));
31
+ return (index.h(index.Host, { key: '631a0c1150226256cdb47d1a7bc6635144bb56d0', class: "pds-sortable-item", id: this.componentId }, this.showHandle && (index.h("div", { key: 'bdb6ff779a5d750b75d404521bc91cad02176ea8', class: "pds-sortable-item__handle" }, index.h("pds-icon", { key: '144f4b6fe33a3a3a864ac48041fc93935fbf99c3', icon: index$1.handle }))), index.h("slot", { key: 'cdddce9c5fa3fde34481c41c46c5f6504e33a358' }), this.enableActions && (index.h("div", { key: '527e1d22f20223a850dbd956dea4db93878fd9f9', class: "pds-sortable-item__actions" }, index.h("slot", { key: '85ea35dbfdf0393721471dd229e80e9e57f58230', name: "sortable-item-actions" })))));
32
32
  }
33
33
  get el() { return index.getElement(this); }
34
34
  };
@@ -2712,7 +2712,7 @@ const PdsSortable = class {
2712
2712
  this.sortableInstance = Sortable.create(this.el, sortableOptions);
2713
2713
  }
2714
2714
  render() {
2715
- return (index$1.h(index$1.Host, { key: '2b3845733aa8acd1de1d9c49b3840320fbc87dd4', class: this.classNames(), id: this.componentId }, index$1.h("slot", { key: 'd8659231eab11d8a4b89f6f3404268ca1d1c7dca' })));
2715
+ return (index$1.h(index$1.Host, { key: '562bfb1ecea0b3a3f246b2e277b71f70d14b854c', class: this.classNames(), id: this.componentId }, index$1.h("slot", { key: 'a1ff894a9cd6049e532d2fa744429cec6d97e280' })));
2716
2716
  }
2717
2717
  get el() { return index$1.getElement(this); }
2718
2718
  static get watchers() { return {
@@ -91,9 +91,9 @@ const PdsSwitch = class {
91
91
  this.inheritedAttributes = Object.assign({}, attributes.inheritAriaAttributes(this.el));
92
92
  }
93
93
  render() {
94
- return (index.h(index.Host, { key: '44d1401d7a2a2001d75d62a498d12d6a3373aec6', class: this.switchClassNames(), "aria-disabled": this.disabled ? 'true' : null }, index.h("label", { key: '476d358c612e0ba5d6898171e25a6aee7e29bd74', htmlFor: this.componentId }, index.h("input", Object.assign({ key: 'afb21f7167b09ae8e84170565260fa1791309981', "aria-describedby": form.assignDescription(this.componentId, this.invalid, this.errorMessage || 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: "checkbox", value: this.value }, this.inheritedAttributes)), index.h("span", { key: 'e517faec437110731f9c07fe0bad77923123bdf1', class: this.hideLabel ? 'visually-hidden' : '' }, this.label)), this.helperMessage &&
95
- index.h("div", { key: '676f75e0738f3a95049a35f0887e935fd365f164', class: `pds-switch__message`, id: form.messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
96
- index.h("div", { key: '5c93d19c9599a7b06dc03f7be2cdbe585c64ebdb', class: `pds-switch__message pds-switch__message--error`, id: form.messageId(this.componentId, 'error'), "aria-live": "assertive" }, index.h("pds-icon", { key: '11fbe6ef41fe639ae8cdf9369884a53602dd5f1f', icon: index$1.danger, size: "small" }), this.errorMessage)));
94
+ return (index.h(index.Host, { key: '96ee8c40c04e95b461ba2942b740503897a56b27', class: this.switchClassNames(), "aria-disabled": this.disabled ? 'true' : null }, index.h("label", { key: '441d6854f2c0b02ecf3d874198b3e0636d68c83b', htmlFor: this.componentId }, index.h("input", Object.assign({ key: 'a26cd5fb407abc20da3e9dcfe0e52333690b783a', "aria-describedby": form.assignDescription(this.componentId, this.invalid, this.errorMessage || 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: "checkbox", value: this.value }, this.inheritedAttributes)), index.h("span", { key: '5762c48f481c5c5d7b62e8dab40579a4e7ff290b', class: this.hideLabel ? 'visually-hidden' : '' }, this.label)), this.helperMessage &&
95
+ index.h("div", { key: '64c14b8833b45b4e9efb2f76faa47f0d24127c91', class: `pds-switch__message`, id: form.messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
96
+ index.h("div", { key: 'cecd2e8da713e74b8e6b528b50733015f5d5069b', class: `pds-switch__message pds-switch__message--error`, id: form.messageId(this.componentId, 'error'), "aria-live": "assertive" }, index.h("pds-icon", { key: '3a1c8f87b3909cdad1bc680931f5521ecb77acd6', icon: index$1.danger, size: "small" }), this.errorMessage)));
97
97
  }
98
98
  static get formAssociated() { return true; }
99
99
  get el() { return index.getElement(this); }
@@ -33,9 +33,9 @@ const PdsTab = class {
33
33
  return classes.filter(Boolean).join(' ');
34
34
  }
35
35
  render() {
36
- const availabilityTabEdgeInlineStart = (index.h("span", { key: 'f960b1ef212d0df8cdb2ade77b4cac8ade1d0233', class: "pds-tab-edge", role: "presentation" }));
37
- const availabilityTabEdgeInlineEnd = (index.h("span", { key: '07551a0482c3f4eb206e09e7b24b2ceacbd4f770', class: "pds-tab-edge pds-tab-edge--end", role: "presentation" }));
38
- return (index.h(index.Host, { key: '986020fd62dbb4bd5c495523de307e5891281ccf', variant: this.variant, slot: "tabs", index: this.index }, index.h("button", { key: 'a3266df8aa33e59e66564db8475adc821b3d7e71', role: "tab", id: this.parentComponentId + "__" + this.name, "aria-controls": this.parentComponentId + "__" + this.name + "-panel", tabindex: this.disabled ? "-1" : (this.selected ? "0" : "-1"), "aria-selected": this.selected ? "true" : "false", "aria-disabled": this.disabled ? "true" : null, disabled: this.disabled, class: this.classNames(), onClick: this.onTabClick.bind(this, this.index, this.parentComponentId) }, this.variant === "availability" && availabilityTabEdgeInlineStart, this.variant === "availability" && availabilityTabEdgeInlineEnd, index.h("div", { key: 'ef72242d658212d4ea20a69167a99ba8f587f964', class: "pds-tab__content" }, index.h("slot", { key: '836e85c75266e858cce627a6a3de058a84937e41' })))));
36
+ const availabilityTabEdgeInlineStart = (index.h("span", { key: '934d84846bd84471047f9ab7503e5bb151426cbc', class: "pds-tab-edge", role: "presentation" }));
37
+ const availabilityTabEdgeInlineEnd = (index.h("span", { key: 'e35b9da7b312ed95dab7bf803c40a22b3485ee05', class: "pds-tab-edge pds-tab-edge--end", role: "presentation" }));
38
+ return (index.h(index.Host, { key: '310188521230d3e16cff23b857769c4b5d04fd8d', variant: this.variant, slot: "tabs", index: this.index }, index.h("button", { key: '9df38c2aa1fa29487fdce62ce7dc5f67df6bcde1', role: "tab", id: this.parentComponentId + "__" + this.name, "aria-controls": this.parentComponentId + "__" + this.name + "-panel", tabindex: this.disabled ? "-1" : (this.selected ? "0" : "-1"), "aria-selected": this.selected ? "true" : "false", "aria-disabled": this.disabled ? "true" : null, disabled: this.disabled, class: this.classNames(), onClick: this.onTabClick.bind(this, this.index, this.parentComponentId) }, this.variant === "availability" && availabilityTabEdgeInlineStart, this.variant === "availability" && availabilityTabEdgeInlineEnd, index.h("div", { key: '4936599dd547f236880ea9a0ccabc4b50836d1d5', class: "pds-tab__content" }, index.h("slot", { key: '567388faf912bb307676cea9a4626ce9669087dd' })))));
39
39
  }
40
40
  get el() { return index.getElement(this); }
41
41
  };
@@ -9,7 +9,7 @@ const PdsTableBody = class {
9
9
  index.registerInstance(this, hostRef);
10
10
  }
11
11
  render() {
12
- return (index.h(index.Host, { key: '109c20cf255df58dac0491ab4e82dfbb6bac96c5', role: "rowgroup", part: "body" }, index.h("slot", { key: 'e6bbfe380395df15bcc35107d5f3220dc817a374' })));
12
+ return (index.h(index.Host, { key: '457fc5406a1fe67055038398e03bfad97a393747', role: "rowgroup", part: "body" }, index.h("slot", { key: '5950bced36f7ba590f34173149cf8663ba76103b' })));
13
13
  }
14
14
  };
15
15
  PdsTableBody.style = pdsTableBodyCss;
@@ -129,11 +129,11 @@ const PdsTableCell = class {
129
129
  return classNames.join(' ');
130
130
  }
131
131
  render() {
132
- return (index.h(index.Host, { key: '43707f930d90feb1364b9860a5dbc955049ff990', class: this.classNames(), role: "gridcell", part: "cell", tabIndex: this.truncate ? 0 : undefined, style: this.tableRef &&
132
+ return (index.h(index.Host, { key: 'f1526ebf858c52e01185174cb37770d130abd3ca', class: this.classNames(), role: "gridcell", part: "cell", tabIndex: this.truncate ? 0 : undefined, style: this.tableRef &&
133
133
  this.tableRef.fixedColumn &&
134
134
  this.tableRef.selectable
135
135
  ? { '--fixed-cell-position': '40px' }
136
- : {} }, index.h("slot", { key: 'c4eca6f7dbf2e32e217cbfb170aba12a02acb50d' })));
136
+ : {} }, index.h("slot", { key: '518a3cb3fad0bbbe029f218c2dc89596d1cd0b16' })));
137
137
  }
138
138
  get hostElement() { return index.getElement(this); }
139
139
  static get watchers() { return {
@@ -205,11 +205,11 @@ const PdsTableHeadCell = class {
205
205
  return classNames.join(' ');
206
206
  }
207
207
  render() {
208
- return (index.h(index.Host, { key: '8996942725c06b81a067c103510adea405b8fabb', class: this.classNames(), role: "columnheader", onClick: this.toggleSort, part: "head-cell", style: this.tableRef &&
208
+ return (index.h(index.Host, { key: 'a0196e242282574b969375a4767950ffd7a1e5b8', class: this.classNames(), role: "columnheader", onClick: this.toggleSort, part: "head-cell", style: this.tableRef &&
209
209
  this.tableRef.fixedColumn &&
210
210
  this.tableRef.selectable
211
211
  ? { '--fixed-cell-position': '40px' }
212
- : {} }, index.h("slot", { key: 'ac103029fda6afad34db0c3978548f126bb4d2a6' }), this.sortable && this.isActive && (index.h("pds-icon", { key: '411adf3421f5f7524a995042af3f9411a321a944', icon: this.sortingDirection === 'asc' ? index$1.upSmall : index$1.downSmall, part: "sort-icon" }))));
212
+ : {} }, index.h("slot", { key: '90f6d190ed912276fb8ff5607a80b592d1884d71' }), this.sortable && this.isActive && (index.h("pds-icon", { key: '128bd50d5163ea1690a66a4bef227480a0076f39', icon: this.sortingDirection === 'asc' ? index$1.upSmall : index$1.downSmall, part: "sort-icon" }))));
213
213
  }
214
214
  get hostElement() { return index.getElement(this); }
215
215
  };
@@ -49,7 +49,7 @@ const PdsTableHead = class {
49
49
  }
50
50
  }
51
51
  render() {
52
- return (index.h(index.Host, { key: '51122f82508bc7572f932c58a87823ef36705047', role: "row", part: "head" }, this.tableRef && this.tableRef.selectable && (index.h("pds-table-head-cell", { key: '8df08f916dbec551db5e6af62638ef3de1aaa4a2', part: this.tableRef.selectable ? 'checkbox-cell' : '' }, !this.tableRef.disableSelectAll && (index.h("pds-checkbox", { key: 'c87c00d23d3a639c2a478ac1797b06f375179042', componentId: this.generateUniqueId(), indeterminate: this.indeterminate, onInput: this.handleInput, label: "Select All Rows", hideLabel: true, checked: this.isSelected, part: "select-all-checkbox" })))), index.h("slot", { key: '262bcd23f0258941235845fa12518e0aacaa8e55' })));
52
+ return (index.h(index.Host, { key: 'd5d5906bdb23794b911ecd5904a4cc58aa5380d6', role: "row", part: "head" }, this.tableRef && this.tableRef.selectable && (index.h("pds-table-head-cell", { key: '85df57fb4371e4fba855e16ce62c8329b49e08cf', part: this.tableRef.selectable ? 'checkbox-cell' : '' }, !this.tableRef.disableSelectAll && (index.h("pds-checkbox", { key: '92bd5565463e29d249d1ac71d9dc0d000f3eea79', componentId: this.generateUniqueId(), indeterminate: this.indeterminate, onInput: this.handleInput, label: "Select All Rows", hideLabel: true, checked: this.isSelected, part: "select-all-checkbox" })))), index.h("slot", { key: '494dc0395da229a264c38540479f36967601cc26' })));
53
53
  }
54
54
  get hostElement() { return index.getElement(this); }
55
55
  };
@@ -144,7 +144,7 @@ const PdsTableRow = class {
144
144
  }
145
145
  }
146
146
  render() {
147
- return (index.h(index.Host, { key: '18321a22227ab1aaa558542bbc66d66378b79375', class: this.classNames(), role: "row", part: "row" }, this.tableRef && this.tableRef.selectable && (index.h("pds-table-cell", { key: 'bf0e90ee491224817ed7ae33c5c5cfa1da31a7aa', part: this.tableRef.fixedColumn ? 'checkbox-cell' : 'checkbox-cell', class: this.tableRef.selectable ? 'has-checkbox' : '' }, index.h("pds-checkbox", { key: 'f3dcd96601cbe822727d831827530051478046cf', componentId: this.generateUniqueId(), onPdsCheckboxChange: this.handleCheckboxChange, indeterminate: this.indeterminate, label: "Select Row", hideLabel: true, checked: this.isSelected, part: "row-checkbox" }))), index.h("slot", { key: '11d1c549eb27db0909b180979bec66cc4f548de7' })));
147
+ return (index.h(index.Host, { key: '6bbd8bb7cd1f90de0e418748bf8d3b9240ab0cb8', class: this.classNames(), role: "row", part: "row" }, this.tableRef && this.tableRef.selectable && (index.h("pds-table-cell", { key: '9a92396654e7cdf819536335ebe95169d4d4c26d', part: this.tableRef.fixedColumn ? 'checkbox-cell' : 'checkbox-cell', class: this.tableRef.selectable ? 'has-checkbox' : '' }, index.h("pds-checkbox", { key: 'bf61a00da4d3c19280aae90d8eaff9515a716c52', componentId: this.generateUniqueId(), onPdsCheckboxChange: this.handleCheckboxChange, indeterminate: this.indeterminate, label: "Select Row", hideLabel: true, checked: this.isSelected, part: "row-checkbox" }))), index.h("slot", { key: 'f77887e878913bea5e0ca0a281a639285a65f1c1' })));
148
148
  }
149
149
  get hostElement() { return index.getElement(this); }
150
150
  };
@@ -14,7 +14,7 @@ const PdsTabpanel = class {
14
14
  this.selected = false; // eslint-disable-line @stencil-community/strict-mutable
15
15
  }
16
16
  render() {
17
- return (index.h(index.Host, { key: '56e6a4e6523ca571c047797a17f98d0620a8655a', slot: "tabpanels" }, index.h("div", { key: '5abd0817b24fcc354f8c5ae3ee0465aea5daaf7d', 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" }, index.h("slot", { key: '3fbcc5dcdc675de6923234d53f7877cf8ebd3586' }))));
17
+ return (index.h(index.Host, { key: '6ba83ea71c899d61f67884780731591a05aa1894', slot: "tabpanels" }, index.h("div", { key: 'abaa610f7a68a3977303e08f1221976ae2840272', 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" }, index.h("slot", { key: 'b80ecc1380f424d545b31843b53de1b2854e9f28' }))));
18
18
  }
19
19
  get el() { return index.getElement(this); }
20
20
  };
@@ -90,7 +90,7 @@ const PdsTabs = class {
90
90
  this.passPropsToChildren();
91
91
  }
92
92
  render() {
93
- return (index.h(index.Host, { key: '9776af8309f3c013f5b313a645ba2edc67cdab6b', "active-tab-name": this.activeTabName, class: this.classNames(), id: this.componentId }, index.h("div", { key: '3d6ab06d67b4b45649bc045907b9a4aaa009fe47', class: "pds-tabs__tablist", role: "tablist", "aria-label": this.tablistLabel, part: "tab-list" }, index.h("slot", { key: '6e0edeb91ba3ed94a951fc452b89d1f61acfea54', name: "tabs" })), index.h("slot", { key: '9d62f9b411d18637d9a1f079d569d2c283aae4f7', name: "tabpanels" })));
93
+ return (index.h(index.Host, { key: '213dfbe8f2828b430ab81dce23f43c2137206861', "active-tab-name": this.activeTabName, class: this.classNames(), id: this.componentId }, index.h("div", { key: '68989e852e2eeed180f91e5ac901c4318d6c0d70', class: "pds-tabs__tablist", role: "tablist", "aria-label": this.tablistLabel, part: "tab-list" }, index.h("slot", { key: '4a06996745c049fdaf830460e8d57caefd50900b', name: "tabs" })), index.h("slot", { key: 'e0558392bff0955defb133b36dd4e7360f33acce', name: "tabpanels" })));
94
94
  }
95
95
  get el() { return index.getElement(this); }
96
96
  };
@@ -69,7 +69,7 @@ const PdsText = class {
69
69
  ? `pds-text--decoration-${this.decoration}`
70
70
  : ''}
71
71
  `;
72
- return (index.h(Tag, { key: 'a7cf1fb996a4029573943f525a110f0ead195ad3', ref: (el) => (this.contentEl = el), style: this.color && utils.setColor(this.color), class: typeClasses, part: "content", tabIndex: this.truncate ? 0 : undefined }, index.h("slot", { key: '5a6b694ac85ca92bd94c29c73b976c16cac44781' })));
72
+ return (index.h(Tag, { key: '1d4952d18c09b26a5f2c7f64574be86c90cca553', ref: (el) => (this.contentEl = el), style: this.color && utils.setColor(this.color), class: typeClasses, part: "content", tabIndex: this.truncate ? 0 : undefined }, index.h("slot", { key: '62a5caff5274601b79f35025c9382e2430118cdc' })));
73
73
  }
74
74
  get el() { return index.getElement(this); }
75
75
  static get watchers() { return {
@@ -306,10 +306,10 @@ const PdsTextarea = class {
306
306
  }
307
307
  render() {
308
308
  const value = this.getValue();
309
- return (index.h(index.Host, { key: '3d47132201223429519807348c47df3aa051bf40', "aria-disabled": this.disabled ? 'true' : null, "aria-readonly": this.readonly ? 'true' : null, "has-action": this.hasAction && !this.hideLabel ? 'true' : null }, index.h("div", { key: '6e82ddb0df1368cae8f031a85edea469d4ac017d', class: "pds-textarea" }, this.label &&
310
- index.h("div", { key: '34b43e0de0a1e3731970740157bce3cc32f1d062', class: "pds-textarea__label-wrapper" }, index.h("label", { key: '0ce392058b43701520fae3473fc45a08a3e249b9', htmlFor: this.componentId }, index.h("span", { key: '8f4f4390d5fd5ef359b739dc27726eebf5c3d806', class: this.hideLabel ? 'visually-hidden' : '' }, this.label)), !this.hideLabel && this.renderAction()), index.h("div", { key: '9d68043524998e90e07bfd57957dadac0656e972', class: "pds-textarea__field-wrapper" }, index.h("textarea", Object.assign({ key: '28de8bbcc85e484bc6aaaac0d4f69e80b7cbd67f', ref: (el) => this.nativeTextarea = el, "aria-describedby": form.assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, autocomplete: this.autocomplete, class: this.textareaClassNames(), disabled: this.disabled, id: this.componentId, maxlength: this.maxLength, name: this.name, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, rows: this.rows, onBlur: this.onBlur, onChange: this.onTextareaChange, onFocus: this.onFocus, onInput: this.onInput, onKeyDown: this.onKeyDown }, this.inheritedAttributes), value), this.renderCharacterCounter()), this.helperMessage &&
311
- index.h("p", { key: 'b3eae1b73f8d8c4df0a227ca5763962527408766', class: "pds-textarea__helper-message", id: form.messageId(this.componentId, 'helper') }, this.helperMessage), this.invalid &&
312
- index.h("p", { key: 'df92fc473847bd009b1e19e56ff4587c303a4403', "aria-live": "assertive", class: "pds-textarea__error-message", id: form.messageId(this.componentId, 'error') }, index.h("pds-icon", { key: '109b8d6705740513e6632c4a57e9996aa25f1729', icon: index$1.danger, size: "small" }), this.errorMessage))));
309
+ return (index.h(index.Host, { key: '09726ef6454fe84a5c8d0ea25c6e8a7a6da128f9', "aria-disabled": this.disabled ? 'true' : null, "aria-readonly": this.readonly ? 'true' : null, "has-action": this.hasAction && !this.hideLabel ? 'true' : null }, index.h("div", { key: '6244104f11d26b25a908fbaf13a815988a3c33d9', class: "pds-textarea" }, this.label &&
310
+ index.h("div", { key: '5dd7f6caedd7ebf5ecaacf8d111ec5e2426e84ae', class: "pds-textarea__label-wrapper" }, index.h("label", { key: 'd19f62cd28612423abf0d5696ff1cd88f39d32fe', htmlFor: this.componentId }, index.h("span", { key: '37f4e9e34ae3205bafa5f1bc8574a98d3a90060d', class: this.hideLabel ? 'visually-hidden' : '' }, this.label)), !this.hideLabel && this.renderAction()), index.h("div", { key: '4c3c8fadc5596630485ee1775f5d87d77c11d95b', class: "pds-textarea__field-wrapper" }, index.h("textarea", Object.assign({ key: 'a60be5f3d362cb9bcd2ecf5af16ffc467fc8322a', ref: (el) => this.nativeTextarea = el, "aria-describedby": form.assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, autocomplete: this.autocomplete, class: this.textareaClassNames(), disabled: this.disabled, id: this.componentId, maxlength: this.maxLength, name: this.name, placeholder: this.placeholder, readOnly: this.readonly, required: this.required, rows: this.rows, onBlur: this.onBlur, onChange: this.onTextareaChange, onFocus: this.onFocus, onInput: this.onInput, onKeyDown: this.onKeyDown }, this.inheritedAttributes), value), this.renderCharacterCounter()), this.helperMessage &&
311
+ index.h("p", { key: 'ae03337ef85ac2a3995e967fe671e0ad2c352710', class: "pds-textarea__helper-message", id: form.messageId(this.componentId, 'helper') }, this.helperMessage), this.invalid &&
312
+ index.h("p", { key: 'a2bda9a477e7d2b81862833da43158a626d8cc6f', "aria-live": "assertive", class: "pds-textarea__error-message", id: form.messageId(this.componentId, 'error') }, index.h("pds-icon", { key: '5ac785e8012aeb49dd0b1c5823233671531b0a7a', icon: index$1.danger, size: "small" }), this.errorMessage))));
313
313
  }
314
314
  static get formAssociated() { return true; }
315
315
  get el() { return index.getElement(this); }
@@ -84,13 +84,13 @@ const PdsToast = class {
84
84
  return this.icon && index.h("pds-icon", { name: this.icon, class: "pds-toast__icon" });
85
85
  }
86
86
  render() {
87
- return (index.h(index.Host, { key: 'c5334a7b7c5c711b5199648296ef135908e764f9', hidden: !this.isVisible }, index.h("div", { key: 'fde78b6b46b4b4c2382d84363a0776708802e1ff', class: {
87
+ return (index.h(index.Host, { key: '5a626d33e284f1d19498f1a15f91810e6c184116', hidden: !this.isVisible }, index.h("div", { key: '9e3d7c1ccd5ee162f9cdc6c1ec7ba8b36b2492f0', class: {
88
88
  'pds-toast': true,
89
89
  [`pds-toast--${this.type}`]: this.type !== 'default',
90
90
  'pds-toast--animating-out': this.isAnimatingOut
91
- }, role: "alert", "aria-live": "polite" }, this.renderIcon(), index.h("span", { key: 'fcf8dab1c1fbae1931877d51d2c0bbdf2a560559', class: "pds-toast__message" }, index.h("slot", { key: '8c13032c06bb06fe54c9809b004f79458751d4c6' })), this.dismissible && (index.h("button", { key: '36a4442139bdf1f15bed18570360feef7d820434', type: "button", part: "dismiss", class: "pds-toast__button", onClick: () => {
91
+ }, role: "alert", "aria-live": "polite" }, this.renderIcon(), index.h("span", { key: '07fa7e9da50a3f25ad66f633de05cd62c08963ad', class: "pds-toast__message" }, index.h("slot", { key: '94b97c868003945d884fe82fc132ccf9c93883d3' })), this.dismissible && (index.h("button", { key: 'bbb35c6f1a4f2635c29f56d3c71870289c3dd765', type: "button", part: "dismiss", class: "pds-toast__button", onClick: () => {
92
92
  this.dismiss();
93
- }, "aria-label": "Dismiss message" }, index.h("pds-icon", { key: '21a9ab8088241e91e30d1cc0dd3fddd99fa893bd', name: "remove" }))))));
93
+ }, "aria-label": "Dismiss message" }, index.h("pds-icon", { key: '5a39aa843a9585f8814b15f334d7eb74cf6e815c', name: "remove" }))))));
94
94
  }
95
95
  static get watchers() { return {
96
96
  "duration": ["handleDurationChange"]
@@ -314,9 +314,9 @@ const PdsTooltip = class {
314
314
  }
315
315
  render() {
316
316
  const hostId = this.componentId || undefined;
317
- return (index.h(index.Host, { key: '1ac048fb5e323db27ac875ea987251e92a58853b', id: hostId, class: { 'pds-tooltip--is-open': this.opened } }, index.h("span", { key: '37b52157f53e8394befb80edb15c510377425df8', class: "pds-tooltip__trigger", onMouseEnter: this.handleShow, onMouseLeave: this.handleHide,
317
+ return (index.h(index.Host, { key: '4e6188e03c2f1d33e571b96a3006a585840716bd', id: hostId, class: { 'pds-tooltip--is-open': this.opened } }, index.h("span", { key: '0b82d180295421c32548577fb2038422b8ebd3be', class: "pds-tooltip__trigger", onMouseEnter: this.handleShow, onMouseLeave: this.handleHide,
318
318
  /* focusin/out bubble; ensure keyboard users see tooltips */
319
- onFocusin: this.handleShow, onFocusout: this.handleHide, ref: el => this.triggerEl = el }, index.h("slot", { key: '8b47c6349a370b92c908cf74d4ccd452cbba54fb' })), index.h("div", { key: 'abb222fd6be2e43c899ff9fb39f7a766dd8a7b87', class: "pds-tooltip__content-slot-wrapper", hidden: true }, index.h("slot", { key: '7e868254fcb0257e6cff0f1b47c4bdcfe690b105', name: "content" }))));
319
+ onFocusin: this.handleShow, onFocusout: this.handleHide, ref: el => this.triggerEl = el }, index.h("slot", { key: '661014ee46b11bcc906e7b64ef8c8a5739d459f0' })), index.h("div", { key: '1861ce9b260f5f7d2eb0a1f337dadd63a0dfee97', class: "pds-tooltip__content-slot-wrapper", hidden: true }, index.h("slot", { key: '963fb263c72fba432c2b672a2c3e85ca524f2b67', name: "content" }))));
320
320
  }
321
321
  get el() { return index.getElement(this); }
322
322
  static get watchers() { return {
@@ -18,7 +18,7 @@ var patchBrowser = () => {
18
18
 
19
19
  patchBrowser().then(async (options) => {
20
20
  await index.globalScripts();
21
- return index.bootstrapLazy(JSON.parse("[[\"pds-multiselect.cjs\",[[321,\"pds-multiselect\",{\"componentId\":[1,\"component-id\"],\"label\":[1],\"placeholder\":[1],\"searchPlaceholder\":[1,\"search-placeholder\"],\"closePanelOnSelect\":[4,\"close-panel-on-select\"],\"name\":[1],\"value\":[1040],\"disabled\":[4],\"asyncUrl\":[1,\"async-url\"],\"asyncMethod\":[1,\"async-method\"],\"debounce\":[2],\"fetchTimeout\":[2,\"fetch-timeout\"],\"maxSelections\":[2,\"max-selections\"],\"maxHeight\":[1,\"max-height\"],\"triggerWidth\":[1,\"trigger-width\"],\"minWidth\":[1,\"min-width\"],\"panelWidth\":[1,\"panel-width\"],\"hideLabel\":[4,\"hide-label\"],\"hideSelectedItems\":[4,\"hide-selected-items\"],\"selectedDisplay\":[1,\"selected-display\"],\"pillPosition\":[1,\"pill-position\"],\"maxInlinePills\":[2,\"max-inline-pills\"],\"errorMessage\":[1,\"error-message\"],\"helperMessage\":[1,\"helper-message\"],\"invalid\":[4],\"required\":[4],\"loading\":[1028],\"options\":[16],\"formatResult\":[16],\"createUrl\":[1,\"create-url\"],\"csrfToken\":[1,\"csrf-token\"],\"csrfHeaderName\":[1,\"csrf-header-name\"],\"isOpen\":[32],\"searchQuery\":[32],\"highlightedIndex\":[32],\"internalOptions\":[32],\"selectedItems\":[32],\"currentPage\":[32],\"hasMore\":[32],\"creating\":[32],\"removalAnnouncement\":[32],\"setFocus\":[64],\"clear\":[64]},[[8,\"keydown\",\"handleWindowKeyDown\"]],{\"debounce\":[\"setupDebounce\"],\"value\":[\"valueChanged\"],\"options\":[\"optionsChanged\"],\"internalOptions\":[\"internalOptionsChanged\"]}]]],[\"pds-combobox.cjs\",[[321,\"pds-combobox\",{\"componentId\":[1,\"component-id\"],\"name\":[513],\"customOptionLayouts\":[4,\"custom-option-layouts\"],\"customTriggerContent\":[4,\"custom-trigger-content\"],\"disabled\":[4],\"dropdownPlacement\":[1,\"dropdown-placement\"],\"dropdownWidth\":[1,\"dropdown-width\"],\"hideLabel\":[4,\"hide-label\"],\"label\":[1],\"maxHeight\":[1,\"max-height\"],\"mode\":[1],\"placeholder\":[1],\"trigger\":[1],\"triggerWidth\":[1,\"trigger-width\"],\"triggerVariant\":[1,\"trigger-variant\"],\"triggerShape\":[1,\"trigger-shape\"],\"chipSentiment\":[1,\"chip-sentiment\"],\"chipLarge\":[4,\"chip-large\"],\"chipIcon\":[1,\"chip-icon\"],\"chipDot\":[4,\"chip-dot\"],\"value\":[1025],\"asyncUrl\":[1,\"async-url\"],\"asyncMethod\":[1,\"async-method\"],\"debounce\":[2],\"fetchTimeout\":[2,\"fetch-timeout\"],\"loading\":[1028],\"options\":[16],\"formatResult\":[16],\"displayText\":[32],\"filteredItems\":[32],\"highlightedIndex\":[32],\"isOpen\":[32],\"selectedOption\":[32],\"selectedOptionLayoutContent\":[32],\"selectedOptionChipProps\":[32],\"internalOptions\":[32],\"currentPage\":[32],\"hasMore\":[32],\"setFocus\":[64],\"getSelectedValue\":[64]},null,{\"debounce\":[\"setupDebounce\"],\"options\":[\"optionsChanged\"],\"value\":[\"handleValueChange\"],\"selectedOption\":[\"handleSelectedOptionChange\"]}]]],[\"pds-alert.cjs\",[[257,\"pds-alert\",{\"componentId\":[1,\"component-id\"],\"heading\":[1],\"small\":[4],\"dismissible\":[4],\"variant\":[1],\"hasActionsContent\":[32]}]]],[\"pds-copytext.cjs\",[[257,\"pds-copytext\",{\"border\":[516],\"componentId\":[1,\"component-id\"],\"fullWidth\":[4,\"full-width\"],\"truncate\":[4],\"value\":[1]},null,{\"truncate\":[\"handleTruncateChange\"],\"value\":[\"handleValueChange\"]}]]],[\"pds-table-head.cjs\",[[257,\"pds-table-head\",{\"indeterminate\":[1028],\"isSelected\":[1028,\"is-selected\"],\"border\":[516],\"background\":[516]}]]],[\"pds-table-row.cjs\",[[257,\"pds-table-row\",{\"indeterminate\":[1028],\"isSelected\":[1028,\"is-selected\"],\"hasDivider\":[32],\"isLastRow\":[32]}]]],[\"pds-dropdown-menu-item.cjs\",[[257,\"pds-dropdown-menu-item\",{\"componentId\":[1,\"component-id\"],\"destructive\":[4],\"disabled\":[516],\"download\":[1],\"href\":[1],\"external\":[516],\"target\":[513],\"hasFocus\":[32],\"clickItem\":[64]}]]],[\"pds-property.cjs\",[[257,\"pds-property\",{\"componentId\":[1,\"component-id\"],\"icon\":[1]}]]],[\"pds-accordion.cjs\",[[257,\"pds-accordion\",{\"componentId\":[1,\"component-id\"],\"isOpen\":[1540,\"open\"]},null,{\"isOpen\":[\"handleOpenState\"]}]]],[\"pds-avatar.cjs\",[[257,\"pds-avatar\",{\"alt\":[1],\"badge\":[4],\"componentId\":[1,\"component-id\"],\"dropdown\":[4],\"image\":[1],\"initials\":[1],\"size\":[513],\"variant\":[513]}]]],[\"pds-dropdown-menu.cjs\",[[257,\"pds-dropdown-menu\",{\"componentId\":[1,\"component-id\"],\"placement\":[1],\"currentFocusIndex\":[32]},[[8,\"keydown\",\"handleKeyDown\"],[8,\"click\",\"handleWindowClick\"]]]]],[\"pds-filter.cjs\",[[257,\"pds-filter\",{\"componentId\":[1,\"component-id\"],\"variant\":[1],\"icon\":[1],\"text\":[1],\"isOpen\":[32],\"showFilter\":[64],\"hideFilter\":[64]},[[9,\"resize\",\"handleWindowResize\"],[9,\"scroll\",\"handleWindowScroll\"],[4,\"toggle\",\"handlePopoverToggle\"],[4,\"click\",\"handleDocumentClick\"],[4,\"keydown\",\"handleEscapeKey\"]]]]],[\"pds-input.cjs\",[[321,\"pds-input\",{\"autocomplete\":[1],\"componentId\":[1,\"component-id\"],\"debounce\":[2],\"disabled\":[4],\"errorMessage\":[1,\"error-message\"],\"helperMessage\":[1,\"helper-message\"],\"invalid\":[4],\"label\":[1],\"hideLabel\":[4,\"hide-label\"],\"max\":[1],\"maxlength\":[1],\"min\":[1],\"minlength\":[1],\"name\":[1],\"pattern\":[1],\"placeholder\":[1],\"readonly\":[4],\"required\":[4],\"step\":[1],\"type\":[1],\"value\":[1032],\"fullWidth\":[4,\"full-width\"],\"highlight\":[516],\"hasPrefix\":[32],\"hasSuffix\":[32],\"hasPrepend\":[32],\"hasAppend\":[32],\"hasAction\":[32],\"hasFocus\":[32],\"setFocus\":[64]},null,{\"debounce\":[\"debounceChanged\"],\"value\":[\"valueChanged\"]}]]],[\"pds-radio.cjs\",[[262,\"pds-radio\",{\"checked\":[4],\"componentId\":[1,\"component-id\"],\"disabled\":[4],\"errorMessage\":[1,\"error-message\"],\"helperMessage\":[1,\"helper-message\"],\"hasBorder\":[4,\"has-border\"],\"invalid\":[4],\"label\":[1],\"hideLabel\":[4,\"hide-label\"],\"name\":[1],\"required\":[4],\"value\":[1],\"_hasImage\":[32]}]]],[\"pds-radio-group.cjs\",[[262,\"pds-radio-group\",{\"componentId\":[1,\"component-id\"],\"direction\":[1],\"errorMessage\":[1,\"error-message\"],\"helperMessage\":[1,\"helper-message\"],\"gap\":[1],\"disabled\":[4],\"invalid\":[4],\"groupLabel\":[1,\"group-label\"],\"name\":[1],\"required\":[4]},[[0,\"change\",\"handleRadioChange\"]],{\"name\":[\"handlePropsChange\"],\"disabled\":[\"handlePropsChange\"],\"invalid\":[\"handlePropsChange\"],\"required\":[\"handlePropsChange\"]}]]],[\"pds-select.cjs\",[[321,\"pds-select\",{\"autocomplete\":[1],\"componentId\":[1,\"component-id\"],\"disabled\":[4],\"errorMessage\":[1,\"error-message\"],\"hideLabel\":[4,\"hide-label\"],\"helperMessage\":[1,\"helper-message\"],\"invalid\":[4],\"label\":[1],\"multiple\":[4],\"name\":[1],\"required\":[4],\"highlight\":[516],\"value\":[1025]},null,{\"value\":[\"valueChanged\"],\"multiple\":[\"multipleChanged\"]}]]],[\"pds-sortable-item.cjs\",[[262,\"pds-sortable-item\",{\"enableActions\":[4,\"enable-actions\"],\"componentId\":[1,\"component-id\"],\"showHandle\":[1028,\"show-handle\"]}]]],[\"pds-switch.cjs\",[[321,\"pds-switch\",{\"componentId\":[1,\"component-id\"],\"checked\":[1028],\"disabled\":[4],\"errorMessage\":[1,\"error-message\"],\"hideLabel\":[4,\"hide-label\"],\"helperMessage\":[1,\"helper-message\"],\"invalid\":[4],\"label\":[1],\"name\":[1],\"required\":[4],\"value\":[1]},null,{\"checked\":[\"checkedChanged\"]}]]],[\"pds-textarea.cjs\",[[321,\"pds-textarea\",{\"autocomplete\":[1],\"componentId\":[1,\"component-id\"],\"disabled\":[4],\"debounce\":[2],\"errorMessage\":[1,\"error-message\"],\"helperMessage\":[1,\"helper-message\"],\"invalid\":[1028],\"label\":[1],\"hideLabel\":[4,\"hide-label\"],\"name\":[1],\"placeholder\":[1],\"readonly\":[4],\"required\":[4],\"rows\":[2],\"maxLength\":[514,\"max-length\"],\"highlight\":[516],\"value\":[1025],\"hasFocus\":[32],\"hasAction\":[32],\"setFocus\":[64]},null,{\"debounce\":[\"debounceChanged\"],\"value\":[\"valueChanged\"],\"maxLength\":[\"maxLengthChanged\"]}]]],[\"pds-toast.cjs\",[[257,\"pds-toast\",{\"componentId\":[1,\"component-id\"],\"dismissible\":[4],\"duration\":[2],\"icon\":[1],\"type\":[1],\"isVisible\":[32],\"isAnimatingOut\":[32],\"dismiss\":[64]},null,{\"duration\":[\"handleDurationChange\"]}]]],[\"mock-pds-modal.cjs\",[[260,\"mock-pds-modal\",{\"componentId\":[1,\"component-id\"],\"size\":[1],\"scrollable\":[4],\"backdropDismiss\":[4,\"backdrop-dismiss\"],\"open\":[1028],\"showModal\":[64],\"hideModal\":[64]}]]],[\"pds-divider.cjs\",[[257,\"pds-divider\",{\"componentId\":[1,\"component-id\"],\"offset\":[1],\"vertical\":[4]}]]],[\"pds-dropdown-menu-separator.cjs\",[[257,\"pds-dropdown-menu-separator\",{\"componentId\":[1,\"component-id\"],\"disabled\":[4]}]]],[\"pds-filters.cjs\",[[257,\"pds-filters\",{\"componentId\":[1,\"component-id\"]}]]],[\"pds-image.cjs\",[[257,\"pds-image\",{\"alt\":[1],\"componentId\":[1,\"component-id\"],\"height\":[2],\"loading\":[1],\"sizes\":[1],\"src\":[1],\"srcset\":[1],\"width\":[2]}]]],[\"pds-modal.cjs\",[[260,\"pds-modal\",{\"backdropDismiss\":[4,\"backdrop-dismiss\"],\"componentId\":[1,\"component-id\"],\"open\":[1028],\"size\":[1],\"scrollable\":[4],\"focusableElementsArray\":[32],\"showModal\":[64],\"hideModal\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"pds-modal-content.cjs\",[[260,\"pds-modal-content\",{\"border\":[1537],\"contentMaxHeight\":[32]}]]],[\"pds-modal-footer.cjs\",[[260,\"pds-modal-footer\"]]],[\"pds-modal-header.cjs\",[[260,\"pds-modal-header\"]]],[\"pds-popover.cjs\",[[257,\"pds-popover\",{\"popoverTargetAction\":[1,\"popover-target-action\"],\"popoverType\":[1,\"popover-type\"],\"componentId\":[1,\"component-id\"],\"maxWidth\":[2,\"max-width\"],\"placement\":[513],\"active\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64]}]]],[\"pds-progress.cjs\",[[257,\"pds-progress\",{\"animated\":[4],\"componentId\":[1,\"component-id\"],\"fillColor\":[1,\"fill-color\"],\"label\":[1],\"percent\":[2],\"showPercent\":[4,\"show-percent\"]}]]],[\"pds-row.cjs\",[[256,\"pds-row\",{\"alignItems\":[1,\"align-items\"],\"border\":[4],\"colGap\":[1,\"col-gap\"],\"colGapBlock\":[1,\"col-gap-block\"],\"colGapInline\":[1,\"col-gap-inline\"],\"componentId\":[1,\"component-id\"],\"justifyContent\":[1,\"justify-content\"],\"minHeight\":[1,\"min-height\"],\"noWrap\":[4,\"no-wrap\"]}]]],[\"pds-sortable.cjs\",[[262,\"pds-sortable\",{\"border\":[516],\"disabled\":[516],\"componentId\":[1,\"component-id\"],\"dividers\":[516],\"handleType\":[1,\"handle-type\"]},null,{\"disabled\":[\"handleDisabledChange\"]}]]],[\"pds-tab.cjs\",[[260,\"pds-tab\",{\"disabled\":[4],\"name\":[1],\"parentComponentId\":[1,\"parent-component-id\"],\"variant\":[1],\"index\":[2],\"selected\":[4]}]]],[\"pds-table.cjs\",[[257,\"pds-table\",{\"compact\":[4],\"componentId\":[1,\"component-id\"],\"responsive\":[4],\"fixedColumn\":[4,\"fixed-column\"],\"selectable\":[4],\"disableSelectAll\":[4,\"disable-select-all\"],\"rowDividers\":[516,\"row-dividers\"],\"defaultSortColumn\":[1,\"default-sort-column\"],\"defaultSortDirection\":[1,\"default-sort-direction\"],\"sortingColumn\":[32],\"sortingDirection\":[32]},[[0,\"pdsTableSort\",\"handleTableSort\"],[0,\"pdsTableSelectAll\",\"handleTableSelectAll\"],[0,\"pdsTableRowSelected\",\"handleTableSelect\"]]]]],[\"pds-table-body.cjs\",[[257,\"pds-table-body\"]]],[\"pds-tabpanel.cjs\",[[260,\"pds-tabpanel\",{\"name\":[1],\"parentComponentId\":[1,\"parent-component-id\"],\"variant\":[1],\"selected\":[1028]}]]],[\"pds-tabs.cjs\",[[257,\"pds-tabs\",{\"tablistLabel\":[1,\"tablist-label\"],\"componentId\":[1,\"component-id\"],\"variant\":[1],\"activeTabName\":[1025,\"active-tab-name\"],\"activeTabIndex\":[1026,\"active-tab-index\"]},[[16,\"pdsTabClick\",\"tabClickHandler\"],[0,\"keydown\",\"handleKeyDown\"]]]]],[\"pds-tooltip.cjs\",[[260,\"pds-tooltip\",{\"content\":[1],\"componentId\":[1,\"component-id\"],\"hasArrow\":[4,\"has-arrow\"],\"htmlContent\":[4,\"html-content\"],\"placement\":[513],\"maxWidth\":[1,\"max-width\"],\"opened\":[1540],\"_isInteractiveOpen\":[32],\"showTooltip\":[64],\"hideTooltip\":[64]},null,{\"opened\":[\"handleOpenToggle\"]}]]],[\"pds-button.cjs\",[[257,\"pds-button\",{\"componentId\":[1,\"component-id\"],\"download\":[1],\"disabled\":[516],\"fullWidth\":[4,\"full-width\"],\"href\":[1],\"icon\":[1],\"iconOnly\":[4,\"icon-only\"],\"loading\":[4],\"name\":[1],\"target\":[1],\"type\":[1],\"value\":[1],\"size\":[1],\"variant\":[1],\"hasStartContent\":[32],\"hasEndContent\":[32]},[[16,\"keydown\",\"handleFormKeyDown\"]]]]],[\"pds-link.cjs\",[[257,\"pds-link\",{\"color\":[1],\"download\":[1],\"componentId\":[1,\"component-id\"],\"external\":[4],\"target\":[1],\"variant\":[1],\"fontSize\":[1,\"font-size\"],\"href\":[1]}]]],[\"pds-table-head-cell.cjs\",[[257,\"pds-table-head-cell\",{\"cellAlign\":[1,\"cell-align\"],\"sortable\":[4],\"sortingDirection\":[32],\"tableScrolling\":[32],\"isSelected\":[32],\"hasHeadBorder\":[32],\"hasHeadBackground\":[32],\"isActive\":[32],\"setActiveSort\":[64],\"clearActiveSort\":[64]}]]],[\"pds-table-cell.cjs\",[[257,\"pds-table-cell\",{\"cellAlign\":[1,\"cell-align\"],\"truncate\":[4],\"tableScrolling\":[32]},null,{\"truncate\":[\"handleTruncateChange\"]}]]],[\"pds-chip.cjs\",[[257,\"pds-chip\",{\"componentId\":[1,\"component-id\"],\"dot\":[4],\"icon\":[1],\"large\":[4],\"size\":[1],\"sentiment\":[1],\"variant\":[1],\"removeUrl\":[1,\"remove-url\"],\"removeHttpMethod\":[1,\"remove-http-method\"],\"removeTarget\":[1,\"remove-target\"]}]]],[\"pds-text.cjs\",[[257,\"pds-text\",{\"align\":[1],\"color\":[1],\"decoration\":[1],\"gutter\":[1],\"italic\":[4],\"size\":[1],\"weight\":[1],\"tag\":[1],\"truncate\":[516]},null,{\"truncate\":[\"handleTruncateChange\"]}]]],[\"pds-icon.cjs\",[[257,\"pds-icon\",{\"color\":[1],\"flipRtl\":[4,\"flip-rtl\"],\"icon\":[8],\"name\":[513],\"size\":[513],\"src\":[1],\"ariaLabel\":[32],\"isVisible\":[32],\"svgContent\":[32]},null,{\"size\":[\"updateStyles\"],\"color\":[\"updateStyles\"],\"name\":[\"onIconPropertyChange\"],\"src\":[\"onIconPropertyChange\"],\"icon\":[\"onIconPropertyChange\"]}]]],[\"pds-checkbox.cjs\",[[321,\"pds-checkbox\",{\"checked\":[1028],\"componentId\":[1,\"component-id\"],\"disabled\":[4],\"errorMessage\":[1,\"error-message\"],\"helperMessage\":[1,\"helper-message\"],\"indeterminate\":[1028],\"invalid\":[4],\"label\":[1],\"hideLabel\":[4,\"hide-label\"],\"name\":[1],\"required\":[4],\"value\":[1]},null,{\"checked\":[\"updateIndeterminate\",\"checkedChanged\"]}]]],[\"pds-loader.cjs\",[[257,\"pds-loader\",{\"isLoading\":[4,\"is-loading\"],\"showLabel\":[4,\"show-label\"],\"size\":[513],\"variant\":[1]}]]],[\"pds-box.cjs\",[[256,\"pds-box\",{\"alignItems\":[1,\"align-items\"],\"alignItemsXs\":[1,\"align-items-xs\"],\"alignItemsSm\":[1,\"align-items-sm\"],\"alignItemsMd\":[1,\"align-items-md\"],\"alignItemsLg\":[1,\"align-items-lg\"],\"alignItemsXl\":[1,\"align-items-xl\"],\"alignSelf\":[1,\"align-self\"],\"alignSelfXs\":[1,\"align-self-xs\"],\"alignSelfSm\":[1,\"align-self-sm\"],\"alignSelfMd\":[1,\"align-self-md\"],\"alignSelfLg\":[1,\"align-self-lg\"],\"alignSelfXl\":[1,\"align-self-xl\"],\"auto\":[4],\"autoXs\":[4,\"auto-xs\"],\"autoSm\":[4,\"auto-sm\"],\"autoMd\":[4,\"auto-md\"],\"autoLg\":[4,\"auto-lg\"],\"autoXl\":[4,\"auto-xl\"],\"backgroundColor\":[1,\"background-color\"],\"border\":[4],\"borderColor\":[1,\"border-color\"],\"borderRadius\":[1,\"border-radius\"],\"direction\":[1],\"display\":[1],\"fit\":[4],\"fitXs\":[4,\"fit-xs\"],\"fitSm\":[4,\"fit-sm\"],\"fitMd\":[4,\"fit-md\"],\"fitLg\":[4,\"fit-lg\"],\"fitXl\":[4,\"fit-xl\"],\"gap\":[1],\"gapXs\":[1,\"gap-xs\"],\"gapSm\":[1,\"gap-sm\"],\"gapMd\":[1,\"gap-md\"],\"gapLg\":[1,\"gap-lg\"],\"gapXl\":[1,\"gap-xl\"],\"wrap\":[4],\"wrapXs\":[4,\"wrap-xs\"],\"wrapSm\":[4,\"wrap-sm\"],\"wrapMd\":[4,\"wrap-md\"],\"wrapLg\":[4,\"wrap-lg\"],\"wrapXl\":[4,\"wrap-xl\"],\"flex\":[1],\"justifyContent\":[1,\"justify-content\"],\"justifyContentXs\":[1,\"justify-content-xs\"],\"justifyContentSm\":[1,\"justify-content-sm\"],\"justifyContentMd\":[1,\"justify-content-md\"],\"justifyContentLg\":[1,\"justify-content-lg\"],\"justifyContentXl\":[1,\"justify-content-xl\"],\"marginBlockStart\":[1,\"margin-block-start\"],\"marginBlockStartXs\":[1,\"margin-block-start-xs\"],\"marginBlockStartSm\":[1,\"margin-block-start-sm\"],\"marginBlockStartMd\":[1,\"margin-block-start-md\"],\"marginBlockStartLg\":[1,\"margin-block-start-lg\"],\"marginBlockStartXl\":[1,\"margin-block-start-xl\"],\"marginInlineStart\":[1,\"margin-inline-start\"],\"marginInlineStartXs\":[1,\"margin-inline-start-xs\"],\"marginInlineStartSm\":[1,\"margin-inline-start-sm\"],\"marginInlineStartMd\":[1,\"margin-inline-start-md\"],\"marginInlineStartLg\":[1,\"margin-inline-start-lg\"],\"marginInlineStartXl\":[1,\"margin-inline-start-xl\"],\"marginInlineEnd\":[1,\"margin-inline-end\"],\"marginInlineEndXs\":[1,\"margin-inline-end-xs\"],\"marginInlineEndSm\":[1,\"margin-inline-end-sm\"],\"marginInlineEndMd\":[1,\"margin-inline-end-md\"],\"marginInlineEndLg\":[1,\"margin-inline-end-lg\"],\"marginInlineEndXl\":[1,\"margin-inline-end-xl\"],\"marginBlockEnd\":[1,\"margin-block-end\"],\"marginBlockEndXs\":[1,\"margin-block-end-xs\"],\"marginBlockEndSm\":[1,\"margin-block-end-sm\"],\"marginBlockEndMd\":[1,\"margin-block-end-md\"],\"marginBlockEndLg\":[1,\"margin-block-end-lg\"],\"marginBlockEndXl\":[1,\"margin-block-end-xl\"],\"minHeight\":[513,\"min-height\"],\"minWidth\":[513,\"min-width\"],\"offset\":[1],\"offsetXs\":[1,\"offset-xs\"],\"offsetSm\":[1,\"offset-sm\"],\"offsetMd\":[1,\"offset-md\"],\"offsetLg\":[1,\"offset-lg\"],\"offsetXl\":[1,\"offset-xl\"],\"padding\":[1],\"paddingXs\":[1,\"padding-xs\"],\"paddingSm\":[1,\"padding-sm\"],\"paddingMd\":[1,\"padding-md\"],\"paddingLg\":[1,\"padding-lg\"],\"paddingXl\":[1,\"padding-xl\"],\"paddingBlockStart\":[1,\"padding-block-start\"],\"paddingBlockStartXs\":[1,\"padding-block-start-xs\"],\"paddingBlockStartSm\":[1,\"padding-block-start-sm\"],\"paddingBlockStartMd\":[1,\"padding-block-start-md\"],\"paddingBlockStartLg\":[1,\"padding-block-start-lg\"],\"paddingBlockStartXl\":[1,\"padding-block-start-xl\"],\"paddingBlockEnd\":[1,\"padding-block-end\"],\"paddingBlockEndXs\":[1,\"padding-block-end-xs\"],\"paddingBlockEndSm\":[1,\"padding-block-end-sm\"],\"paddingBlockEndMd\":[1,\"padding-block-end-md\"],\"paddingBlockEndLg\":[1,\"padding-block-end-lg\"],\"paddingBlockEndXl\":[1,\"padding-block-end-xl\"],\"paddingInlineStart\":[1,\"padding-inline-start\"],\"paddingInlineStartXs\":[1,\"padding-inline-start-xs\"],\"paddingInlineStartSm\":[1,\"padding-inline-start-sm\"],\"paddingInlineStartMd\":[1,\"padding-inline-start-md\"],\"paddingInlineStartLg\":[1,\"padding-inline-start-lg\"],\"paddingInlineStartXl\":[1,\"padding-inline-start-xl\"],\"paddingInlineEnd\":[1,\"padding-inline-end\"],\"paddingInlineEndXs\":[1,\"padding-inline-end-xs\"],\"paddingInlineEndSm\":[1,\"padding-inline-end-sm\"],\"paddingInlineEndMd\":[1,\"padding-inline-end-md\"],\"paddingInlineEndLg\":[1,\"padding-inline-end-lg\"],\"paddingInlineEndXl\":[1,\"padding-inline-end-xl\"],\"shadow\":[1],\"size\":[1],\"sizeXs\":[1,\"size-xs\"],\"sizeSm\":[1,\"size-sm\"],\"sizeMd\":[1,\"size-md\"],\"sizeLg\":[1,\"size-lg\"],\"sizeXl\":[1,\"size-xl\"]}]]]]"), options);
21
+ return index.bootstrapLazy(JSON.parse("[[\"pds-multiselect.cjs\",[[321,\"pds-multiselect\",{\"componentId\":[1,\"component-id\"],\"label\":[1],\"placeholder\":[1],\"searchPlaceholder\":[1,\"search-placeholder\"],\"closePanelOnSelect\":[4,\"close-panel-on-select\"],\"name\":[1],\"value\":[1040],\"disabled\":[4],\"asyncUrl\":[1,\"async-url\"],\"asyncMethod\":[1,\"async-method\"],\"debounce\":[2],\"fetchTimeout\":[2,\"fetch-timeout\"],\"maxSelections\":[2,\"max-selections\"],\"maxHeight\":[1,\"max-height\"],\"triggerWidth\":[1,\"trigger-width\"],\"minWidth\":[1,\"min-width\"],\"panelWidth\":[1,\"panel-width\"],\"hideLabel\":[4,\"hide-label\"],\"hideSelectedItems\":[4,\"hide-selected-items\"],\"selectedDisplay\":[1,\"selected-display\"],\"pillPosition\":[1,\"pill-position\"],\"maxInlinePills\":[2,\"max-inline-pills\"],\"errorMessage\":[1,\"error-message\"],\"helperMessage\":[1,\"helper-message\"],\"invalid\":[4],\"required\":[4],\"loading\":[1028],\"options\":[16],\"formatResult\":[16],\"createUrl\":[1,\"create-url\"],\"csrfToken\":[1,\"csrf-token\"],\"csrfHeaderName\":[1,\"csrf-header-name\"],\"isOpen\":[32],\"searchQuery\":[32],\"highlightedIndex\":[32],\"internalOptions\":[32],\"selectedItems\":[32],\"currentPage\":[32],\"hasMore\":[32],\"creating\":[32],\"removalAnnouncement\":[32],\"setFocus\":[64],\"clear\":[64]},[[8,\"keydown\",\"handleWindowKeyDown\"]],{\"debounce\":[\"setupDebounce\"],\"value\":[\"valueChanged\"],\"options\":[\"optionsChanged\"],\"internalOptions\":[\"internalOptionsChanged\"]}]]],[\"pds-combobox.cjs\",[[321,\"pds-combobox\",{\"componentId\":[1,\"component-id\"],\"name\":[513],\"customOptionLayouts\":[4,\"custom-option-layouts\"],\"customTriggerContent\":[4,\"custom-trigger-content\"],\"disabled\":[4],\"dropdownPlacement\":[1,\"dropdown-placement\"],\"dropdownWidth\":[1,\"dropdown-width\"],\"hideLabel\":[4,\"hide-label\"],\"label\":[1],\"maxHeight\":[1,\"max-height\"],\"mode\":[1],\"placeholder\":[1],\"trigger\":[1],\"triggerWidth\":[1,\"trigger-width\"],\"triggerVariant\":[1,\"trigger-variant\"],\"triggerShape\":[1,\"trigger-shape\"],\"chipSentiment\":[1,\"chip-sentiment\"],\"chipLarge\":[4,\"chip-large\"],\"chipIcon\":[1,\"chip-icon\"],\"chipDot\":[4,\"chip-dot\"],\"value\":[1025],\"asyncUrl\":[1,\"async-url\"],\"asyncMethod\":[1,\"async-method\"],\"debounce\":[2],\"fetchTimeout\":[2,\"fetch-timeout\"],\"loading\":[1028],\"options\":[16],\"formatResult\":[16],\"displayText\":[32],\"filteredItems\":[32],\"highlightedIndex\":[32],\"isOpen\":[32],\"selectedOption\":[32],\"selectedOptionLayoutContent\":[32],\"selectedOptionChipProps\":[32],\"internalOptions\":[32],\"currentPage\":[32],\"hasMore\":[32],\"setFocus\":[64],\"getSelectedValue\":[64]},null,{\"debounce\":[\"setupDebounce\"],\"options\":[\"optionsChanged\"],\"value\":[\"handleValueChange\"],\"selectedOption\":[\"handleSelectedOptionChange\"]}]]],[\"pds-alert.cjs\",[[257,\"pds-alert\",{\"componentId\":[1,\"component-id\"],\"heading\":[1],\"small\":[4],\"dismissible\":[4],\"variant\":[1],\"hasActionsContent\":[32]}]]],[\"pds-copytext.cjs\",[[257,\"pds-copytext\",{\"border\":[516],\"componentId\":[1,\"component-id\"],\"fullWidth\":[4,\"full-width\"],\"truncate\":[4],\"value\":[1]},null,{\"truncate\":[\"handleTruncateChange\"],\"value\":[\"handleValueChange\"]}]]],[\"pds-table-head.cjs\",[[257,\"pds-table-head\",{\"indeterminate\":[1028],\"isSelected\":[1028,\"is-selected\"],\"border\":[516],\"background\":[516]}]]],[\"pds-table-row.cjs\",[[257,\"pds-table-row\",{\"indeterminate\":[1028],\"isSelected\":[1028,\"is-selected\"],\"hasDivider\":[32],\"isLastRow\":[32]}]]],[\"pds-dropdown-menu-item.cjs\",[[257,\"pds-dropdown-menu-item\",{\"componentId\":[1,\"component-id\"],\"destructive\":[4],\"disabled\":[516],\"download\":[1],\"href\":[1],\"external\":[516],\"target\":[513],\"hasFocus\":[32],\"clickItem\":[64]}]]],[\"pds-property.cjs\",[[257,\"pds-property\",{\"componentId\":[1,\"component-id\"],\"icon\":[1]}]]],[\"pds-accordion.cjs\",[[257,\"pds-accordion\",{\"componentId\":[1,\"component-id\"],\"isOpen\":[1540,\"open\"]},null,{\"isOpen\":[\"handleOpenState\"]}]]],[\"pds-avatar.cjs\",[[257,\"pds-avatar\",{\"alt\":[1],\"badge\":[4],\"componentId\":[1,\"component-id\"],\"dropdown\":[4],\"image\":[1],\"initials\":[1],\"size\":[513],\"variant\":[513]}]]],[\"pds-dropdown-menu.cjs\",[[257,\"pds-dropdown-menu\",{\"componentId\":[1,\"component-id\"],\"placement\":[1],\"currentFocusIndex\":[32]},[[8,\"keydown\",\"handleKeyDown\"],[8,\"click\",\"handleWindowClick\"]]]]],[\"pds-filter.cjs\",[[257,\"pds-filter\",{\"componentId\":[1,\"component-id\"],\"variant\":[1],\"icon\":[1],\"text\":[1],\"isOpen\":[32],\"showFilter\":[64],\"hideFilter\":[64]},[[9,\"resize\",\"handleWindowResize\"],[9,\"scroll\",\"handleWindowScroll\"],[4,\"toggle\",\"handlePopoverToggle\"],[4,\"click\",\"handleDocumentClick\"],[4,\"keydown\",\"handleEscapeKey\"]]]]],[\"pds-input.cjs\",[[321,\"pds-input\",{\"autocomplete\":[1],\"componentId\":[1,\"component-id\"],\"debounce\":[2],\"disabled\":[4],\"errorMessage\":[1,\"error-message\"],\"helperMessage\":[1,\"helper-message\"],\"invalid\":[4],\"label\":[1],\"hideLabel\":[4,\"hide-label\"],\"max\":[1],\"maxlength\":[1],\"min\":[1],\"minlength\":[1],\"name\":[1],\"pattern\":[1],\"placeholder\":[1],\"readonly\":[4],\"required\":[4],\"step\":[1],\"type\":[1],\"value\":[1032],\"fullWidth\":[4,\"full-width\"],\"highlight\":[516],\"hasPrefix\":[32],\"hasSuffix\":[32],\"hasPrepend\":[32],\"hasAppend\":[32],\"hasAction\":[32],\"hasFocus\":[32],\"setFocus\":[64]},null,{\"debounce\":[\"debounceChanged\"],\"value\":[\"valueChanged\"]}]]],[\"pds-radio.cjs\",[[262,\"pds-radio\",{\"checked\":[4],\"componentId\":[1,\"component-id\"],\"disabled\":[4],\"errorMessage\":[1,\"error-message\"],\"helperMessage\":[1,\"helper-message\"],\"hasBorder\":[4,\"has-border\"],\"invalid\":[4],\"label\":[1],\"hideLabel\":[4,\"hide-label\"],\"name\":[1],\"required\":[4],\"value\":[1],\"_hasImage\":[32]}]]],[\"pds-radio-group.cjs\",[[262,\"pds-radio-group\",{\"componentId\":[1,\"component-id\"],\"direction\":[1],\"errorMessage\":[1,\"error-message\"],\"helperMessage\":[1,\"helper-message\"],\"gap\":[1],\"disabled\":[4],\"invalid\":[4],\"groupLabel\":[1,\"group-label\"],\"name\":[1],\"required\":[4]},[[0,\"change\",\"handleRadioChange\"]],{\"name\":[\"handlePropsChange\"],\"disabled\":[\"handlePropsChange\"],\"invalid\":[\"handlePropsChange\"],\"required\":[\"handlePropsChange\"]}]]],[\"pds-select.cjs\",[[321,\"pds-select\",{\"autocomplete\":[1],\"componentId\":[1,\"component-id\"],\"disabled\":[4],\"errorMessage\":[1,\"error-message\"],\"hideLabel\":[4,\"hide-label\"],\"helperMessage\":[1,\"helper-message\"],\"invalid\":[4],\"label\":[1],\"multiple\":[4],\"name\":[1],\"required\":[4],\"highlight\":[516],\"value\":[1025]},null,{\"value\":[\"valueChanged\"],\"multiple\":[\"multipleChanged\"]}]]],[\"pds-sortable-item.cjs\",[[262,\"pds-sortable-item\",{\"enableActions\":[4,\"enable-actions\"],\"componentId\":[1,\"component-id\"],\"showHandle\":[1028,\"show-handle\"]}]]],[\"pds-switch.cjs\",[[321,\"pds-switch\",{\"componentId\":[1,\"component-id\"],\"checked\":[1028],\"disabled\":[4],\"errorMessage\":[1,\"error-message\"],\"hideLabel\":[4,\"hide-label\"],\"helperMessage\":[1,\"helper-message\"],\"invalid\":[4],\"label\":[1],\"name\":[1],\"required\":[4],\"value\":[1]},null,{\"checked\":[\"checkedChanged\"]}]]],[\"pds-textarea.cjs\",[[321,\"pds-textarea\",{\"autocomplete\":[1],\"componentId\":[1,\"component-id\"],\"disabled\":[4],\"debounce\":[2],\"errorMessage\":[1,\"error-message\"],\"helperMessage\":[1,\"helper-message\"],\"invalid\":[1028],\"label\":[1],\"hideLabel\":[4,\"hide-label\"],\"name\":[1],\"placeholder\":[1],\"readonly\":[4],\"required\":[4],\"rows\":[2],\"maxLength\":[514,\"max-length\"],\"highlight\":[516],\"value\":[1025],\"hasFocus\":[32],\"hasAction\":[32],\"setFocus\":[64]},null,{\"debounce\":[\"debounceChanged\"],\"value\":[\"valueChanged\"],\"maxLength\":[\"maxLengthChanged\"]}]]],[\"pds-toast.cjs\",[[257,\"pds-toast\",{\"componentId\":[1,\"component-id\"],\"dismissible\":[4],\"duration\":[2],\"icon\":[1],\"type\":[1],\"isVisible\":[32],\"isAnimatingOut\":[32],\"dismiss\":[64]},null,{\"duration\":[\"handleDurationChange\"]}]]],[\"mock-pds-modal.cjs\",[[260,\"mock-pds-modal\",{\"componentId\":[1,\"component-id\"],\"size\":[1],\"scrollable\":[4],\"backdropDismiss\":[4,\"backdrop-dismiss\"],\"open\":[1028],\"showModal\":[64],\"hideModal\":[64]}]]],[\"pds-container.cjs\",[[257,\"pds-container\",{\"size\":[1],\"tag\":[1],\"centered\":[4]}]]],[\"pds-divider.cjs\",[[257,\"pds-divider\",{\"componentId\":[1,\"component-id\"],\"offset\":[1],\"vertical\":[4]}]]],[\"pds-dropdown-menu-separator.cjs\",[[257,\"pds-dropdown-menu-separator\",{\"componentId\":[1,\"component-id\"],\"disabled\":[4]}]]],[\"pds-filters.cjs\",[[257,\"pds-filters\",{\"componentId\":[1,\"component-id\"]}]]],[\"pds-image.cjs\",[[257,\"pds-image\",{\"alt\":[1],\"componentId\":[1,\"component-id\"],\"height\":[2],\"loading\":[1],\"sizes\":[1],\"src\":[1],\"srcset\":[1],\"width\":[2]}]]],[\"pds-modal.cjs\",[[260,\"pds-modal\",{\"backdropDismiss\":[4,\"backdrop-dismiss\"],\"componentId\":[1,\"component-id\"],\"open\":[1028],\"size\":[1],\"scrollable\":[4],\"focusableElementsArray\":[32],\"showModal\":[64],\"hideModal\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"pds-modal-content.cjs\",[[260,\"pds-modal-content\",{\"border\":[1537],\"contentMaxHeight\":[32]}]]],[\"pds-modal-footer.cjs\",[[260,\"pds-modal-footer\"]]],[\"pds-modal-header.cjs\",[[260,\"pds-modal-header\"]]],[\"pds-popover.cjs\",[[257,\"pds-popover\",{\"popoverTargetAction\":[1,\"popover-target-action\"],\"popoverType\":[1,\"popover-type\"],\"componentId\":[1,\"component-id\"],\"maxWidth\":[2,\"max-width\"],\"placement\":[513],\"active\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64]}]]],[\"pds-progress.cjs\",[[257,\"pds-progress\",{\"animated\":[4],\"componentId\":[1,\"component-id\"],\"fillColor\":[1,\"fill-color\"],\"label\":[1],\"percent\":[2],\"showPercent\":[4,\"show-percent\"]}]]],[\"pds-row.cjs\",[[256,\"pds-row\",{\"alignItems\":[1,\"align-items\"],\"border\":[4],\"colGap\":[1,\"col-gap\"],\"colGapBlock\":[1,\"col-gap-block\"],\"colGapInline\":[1,\"col-gap-inline\"],\"componentId\":[1,\"component-id\"],\"justifyContent\":[1,\"justify-content\"],\"minHeight\":[1,\"min-height\"],\"noWrap\":[4,\"no-wrap\"]}]]],[\"pds-sortable.cjs\",[[262,\"pds-sortable\",{\"border\":[516],\"disabled\":[516],\"componentId\":[1,\"component-id\"],\"dividers\":[516],\"handleType\":[1,\"handle-type\"]},null,{\"disabled\":[\"handleDisabledChange\"]}]]],[\"pds-tab.cjs\",[[260,\"pds-tab\",{\"disabled\":[4],\"name\":[1],\"parentComponentId\":[1,\"parent-component-id\"],\"variant\":[1],\"index\":[2],\"selected\":[4]}]]],[\"pds-table.cjs\",[[257,\"pds-table\",{\"compact\":[4],\"componentId\":[1,\"component-id\"],\"responsive\":[4],\"fixedColumn\":[4,\"fixed-column\"],\"selectable\":[4],\"disableSelectAll\":[4,\"disable-select-all\"],\"rowDividers\":[516,\"row-dividers\"],\"defaultSortColumn\":[1,\"default-sort-column\"],\"defaultSortDirection\":[1,\"default-sort-direction\"],\"sortingColumn\":[32],\"sortingDirection\":[32]},[[0,\"pdsTableSort\",\"handleTableSort\"],[0,\"pdsTableSelectAll\",\"handleTableSelectAll\"],[0,\"pdsTableRowSelected\",\"handleTableSelect\"]]]]],[\"pds-table-body.cjs\",[[257,\"pds-table-body\"]]],[\"pds-tabpanel.cjs\",[[260,\"pds-tabpanel\",{\"name\":[1],\"parentComponentId\":[1,\"parent-component-id\"],\"variant\":[1],\"selected\":[1028]}]]],[\"pds-tabs.cjs\",[[257,\"pds-tabs\",{\"tablistLabel\":[1,\"tablist-label\"],\"componentId\":[1,\"component-id\"],\"variant\":[1],\"activeTabName\":[1025,\"active-tab-name\"],\"activeTabIndex\":[1026,\"active-tab-index\"]},[[16,\"pdsTabClick\",\"tabClickHandler\"],[0,\"keydown\",\"handleKeyDown\"]]]]],[\"pds-tooltip.cjs\",[[260,\"pds-tooltip\",{\"content\":[1],\"componentId\":[1,\"component-id\"],\"hasArrow\":[4,\"has-arrow\"],\"htmlContent\":[4,\"html-content\"],\"placement\":[513],\"maxWidth\":[1,\"max-width\"],\"opened\":[1540],\"_isInteractiveOpen\":[32],\"showTooltip\":[64],\"hideTooltip\":[64]},null,{\"opened\":[\"handleOpenToggle\"]}]]],[\"pds-button.cjs\",[[257,\"pds-button\",{\"componentId\":[1,\"component-id\"],\"download\":[1],\"disabled\":[516],\"fullWidth\":[4,\"full-width\"],\"href\":[1],\"icon\":[1],\"iconOnly\":[4,\"icon-only\"],\"loading\":[4],\"name\":[1],\"target\":[1],\"type\":[1],\"value\":[1],\"size\":[1],\"variant\":[1],\"hasStartContent\":[32],\"hasEndContent\":[32]},[[16,\"keydown\",\"handleFormKeyDown\"]]]]],[\"pds-link.cjs\",[[257,\"pds-link\",{\"color\":[1],\"download\":[1],\"componentId\":[1,\"component-id\"],\"external\":[4],\"target\":[1],\"variant\":[1],\"fontSize\":[1,\"font-size\"],\"href\":[1]}]]],[\"pds-table-head-cell.cjs\",[[257,\"pds-table-head-cell\",{\"cellAlign\":[1,\"cell-align\"],\"sortable\":[4],\"sortingDirection\":[32],\"tableScrolling\":[32],\"isSelected\":[32],\"hasHeadBorder\":[32],\"hasHeadBackground\":[32],\"isActive\":[32],\"setActiveSort\":[64],\"clearActiveSort\":[64]}]]],[\"pds-table-cell.cjs\",[[257,\"pds-table-cell\",{\"cellAlign\":[1,\"cell-align\"],\"truncate\":[4],\"tableScrolling\":[32]},null,{\"truncate\":[\"handleTruncateChange\"]}]]],[\"pds-chip.cjs\",[[257,\"pds-chip\",{\"componentId\":[1,\"component-id\"],\"dot\":[4],\"icon\":[1],\"large\":[4],\"size\":[1],\"sentiment\":[1],\"variant\":[1],\"removeUrl\":[1,\"remove-url\"],\"removeHttpMethod\":[1,\"remove-http-method\"],\"removeTarget\":[1,\"remove-target\"]}]]],[\"pds-text.cjs\",[[257,\"pds-text\",{\"align\":[1],\"color\":[1],\"decoration\":[1],\"gutter\":[1],\"italic\":[4],\"size\":[1],\"weight\":[1],\"tag\":[1],\"truncate\":[516]},null,{\"truncate\":[\"handleTruncateChange\"]}]]],[\"pds-icon.cjs\",[[257,\"pds-icon\",{\"color\":[1],\"flipRtl\":[4,\"flip-rtl\"],\"icon\":[8],\"name\":[513],\"size\":[513],\"src\":[1],\"ariaLabel\":[32],\"isVisible\":[32],\"svgContent\":[32]},null,{\"size\":[\"updateStyles\"],\"color\":[\"updateStyles\"],\"name\":[\"onIconPropertyChange\"],\"src\":[\"onIconPropertyChange\"],\"icon\":[\"onIconPropertyChange\"]}]]],[\"pds-checkbox.cjs\",[[321,\"pds-checkbox\",{\"checked\":[1028],\"componentId\":[1,\"component-id\"],\"disabled\":[4],\"errorMessage\":[1,\"error-message\"],\"helperMessage\":[1,\"helper-message\"],\"indeterminate\":[1028],\"invalid\":[4],\"label\":[1],\"hideLabel\":[4,\"hide-label\"],\"name\":[1],\"required\":[4],\"value\":[1]},null,{\"checked\":[\"updateIndeterminate\",\"checkedChanged\"]}]]],[\"pds-loader.cjs\",[[257,\"pds-loader\",{\"isLoading\":[4,\"is-loading\"],\"showLabel\":[4,\"show-label\"],\"size\":[513],\"variant\":[1]}]]],[\"pds-box.cjs\",[[256,\"pds-box\",{\"alignItems\":[1,\"align-items\"],\"alignItemsXs\":[1,\"align-items-xs\"],\"alignItemsSm\":[1,\"align-items-sm\"],\"alignItemsMd\":[1,\"align-items-md\"],\"alignItemsLg\":[1,\"align-items-lg\"],\"alignItemsXl\":[1,\"align-items-xl\"],\"alignSelf\":[1,\"align-self\"],\"alignSelfXs\":[1,\"align-self-xs\"],\"alignSelfSm\":[1,\"align-self-sm\"],\"alignSelfMd\":[1,\"align-self-md\"],\"alignSelfLg\":[1,\"align-self-lg\"],\"alignSelfXl\":[1,\"align-self-xl\"],\"auto\":[4],\"autoXs\":[4,\"auto-xs\"],\"autoSm\":[4,\"auto-sm\"],\"autoMd\":[4,\"auto-md\"],\"autoLg\":[4,\"auto-lg\"],\"autoXl\":[4,\"auto-xl\"],\"backgroundColor\":[1,\"background-color\"],\"border\":[4],\"borderColor\":[1,\"border-color\"],\"borderRadius\":[1,\"border-radius\"],\"direction\":[1],\"display\":[1],\"fit\":[4],\"fitXs\":[4,\"fit-xs\"],\"fitSm\":[4,\"fit-sm\"],\"fitMd\":[4,\"fit-md\"],\"fitLg\":[4,\"fit-lg\"],\"fitXl\":[4,\"fit-xl\"],\"gap\":[1],\"gapXs\":[1,\"gap-xs\"],\"gapSm\":[1,\"gap-sm\"],\"gapMd\":[1,\"gap-md\"],\"gapLg\":[1,\"gap-lg\"],\"gapXl\":[1,\"gap-xl\"],\"wrap\":[4],\"wrapXs\":[4,\"wrap-xs\"],\"wrapSm\":[4,\"wrap-sm\"],\"wrapMd\":[4,\"wrap-md\"],\"wrapLg\":[4,\"wrap-lg\"],\"wrapXl\":[4,\"wrap-xl\"],\"flex\":[1],\"justifyContent\":[1,\"justify-content\"],\"justifyContentXs\":[1,\"justify-content-xs\"],\"justifyContentSm\":[1,\"justify-content-sm\"],\"justifyContentMd\":[1,\"justify-content-md\"],\"justifyContentLg\":[1,\"justify-content-lg\"],\"justifyContentXl\":[1,\"justify-content-xl\"],\"marginBlockStart\":[1,\"margin-block-start\"],\"marginBlockStartXs\":[1,\"margin-block-start-xs\"],\"marginBlockStartSm\":[1,\"margin-block-start-sm\"],\"marginBlockStartMd\":[1,\"margin-block-start-md\"],\"marginBlockStartLg\":[1,\"margin-block-start-lg\"],\"marginBlockStartXl\":[1,\"margin-block-start-xl\"],\"marginInlineStart\":[1,\"margin-inline-start\"],\"marginInlineStartXs\":[1,\"margin-inline-start-xs\"],\"marginInlineStartSm\":[1,\"margin-inline-start-sm\"],\"marginInlineStartMd\":[1,\"margin-inline-start-md\"],\"marginInlineStartLg\":[1,\"margin-inline-start-lg\"],\"marginInlineStartXl\":[1,\"margin-inline-start-xl\"],\"marginInlineEnd\":[1,\"margin-inline-end\"],\"marginInlineEndXs\":[1,\"margin-inline-end-xs\"],\"marginInlineEndSm\":[1,\"margin-inline-end-sm\"],\"marginInlineEndMd\":[1,\"margin-inline-end-md\"],\"marginInlineEndLg\":[1,\"margin-inline-end-lg\"],\"marginInlineEndXl\":[1,\"margin-inline-end-xl\"],\"marginBlockEnd\":[1,\"margin-block-end\"],\"marginBlockEndXs\":[1,\"margin-block-end-xs\"],\"marginBlockEndSm\":[1,\"margin-block-end-sm\"],\"marginBlockEndMd\":[1,\"margin-block-end-md\"],\"marginBlockEndLg\":[1,\"margin-block-end-lg\"],\"marginBlockEndXl\":[1,\"margin-block-end-xl\"],\"minHeight\":[513,\"min-height\"],\"minWidth\":[513,\"min-width\"],\"offset\":[1],\"offsetXs\":[1,\"offset-xs\"],\"offsetSm\":[1,\"offset-sm\"],\"offsetMd\":[1,\"offset-md\"],\"offsetLg\":[1,\"offset-lg\"],\"offsetXl\":[1,\"offset-xl\"],\"padding\":[1],\"paddingXs\":[1,\"padding-xs\"],\"paddingSm\":[1,\"padding-sm\"],\"paddingMd\":[1,\"padding-md\"],\"paddingLg\":[1,\"padding-lg\"],\"paddingXl\":[1,\"padding-xl\"],\"paddingBlockStart\":[1,\"padding-block-start\"],\"paddingBlockStartXs\":[1,\"padding-block-start-xs\"],\"paddingBlockStartSm\":[1,\"padding-block-start-sm\"],\"paddingBlockStartMd\":[1,\"padding-block-start-md\"],\"paddingBlockStartLg\":[1,\"padding-block-start-lg\"],\"paddingBlockStartXl\":[1,\"padding-block-start-xl\"],\"paddingBlockEnd\":[1,\"padding-block-end\"],\"paddingBlockEndXs\":[1,\"padding-block-end-xs\"],\"paddingBlockEndSm\":[1,\"padding-block-end-sm\"],\"paddingBlockEndMd\":[1,\"padding-block-end-md\"],\"paddingBlockEndLg\":[1,\"padding-block-end-lg\"],\"paddingBlockEndXl\":[1,\"padding-block-end-xl\"],\"paddingInlineStart\":[1,\"padding-inline-start\"],\"paddingInlineStartXs\":[1,\"padding-inline-start-xs\"],\"paddingInlineStartSm\":[1,\"padding-inline-start-sm\"],\"paddingInlineStartMd\":[1,\"padding-inline-start-md\"],\"paddingInlineStartLg\":[1,\"padding-inline-start-lg\"],\"paddingInlineStartXl\":[1,\"padding-inline-start-xl\"],\"paddingInlineEnd\":[1,\"padding-inline-end\"],\"paddingInlineEndXs\":[1,\"padding-inline-end-xs\"],\"paddingInlineEndSm\":[1,\"padding-inline-end-sm\"],\"paddingInlineEndMd\":[1,\"padding-inline-end-md\"],\"paddingInlineEndLg\":[1,\"padding-inline-end-lg\"],\"paddingInlineEndXl\":[1,\"padding-inline-end-xl\"],\"shadow\":[1],\"size\":[1],\"sizeXs\":[1,\"size-xs\"],\"sizeSm\":[1,\"size-sm\"],\"sizeMd\":[1,\"size-md\"],\"sizeLg\":[1,\"size-lg\"],\"sizeXl\":[1,\"size-xl\"]}]]]]"), options);
22
22
  });
23
23
 
24
24
  exports.setNonce = index.setNonce;
@@ -8,6 +8,7 @@
8
8
  "components/pds-checkbox/pds-checkbox.js",
9
9
  "components/pds-chip/pds-chip.js",
10
10
  "components/pds-combobox/pds-combobox.js",
11
+ "components/pds-container/pds-container.js",
11
12
  "components/pds-copytext/pds-copytext.js",
12
13
  "components/pds-divider/pds-divider.js",
13
14
  "components/pds-dropdown-menu/pds-dropdown-menu.js",
@@ -0,0 +1,26 @@
1
+ :host {
2
+ display: block;
3
+ margin-inline: auto;
4
+ max-width: var(--pine-container-max-width, none);
5
+ width: 100%;
6
+ }
7
+
8
+ :host(.pds-container--sm) {
9
+ --pine-container-max-width: 340px;
10
+ }
11
+
12
+ :host(.pds-container--md) {
13
+ --pine-container-max-width: 520px;
14
+ }
15
+
16
+ :host(.pds-container--lg) {
17
+ --pine-container-max-width: 700px;
18
+ }
19
+
20
+ :host(.pds-container--xl) {
21
+ --pine-container-max-width: 1064px;
22
+ }
23
+
24
+ :host(.pds-container--full) {
25
+ --pine-container-max-width: 1440px;
26
+ }