@pine-ds/core 2.16.2 → 2.16.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (392) hide show
  1. package/components/index2.js +2 -2
  2. package/components/index2.js.map +1 -1
  3. package/components/pds-box.js +1 -1
  4. package/components/pds-box.js.map +1 -1
  5. package/components/pds-button2.js +25 -5
  6. package/components/pds-button2.js.map +1 -1
  7. package/components/pds-checkbox2.js +3 -3
  8. package/components/pds-chip.js +1 -1
  9. package/components/pds-copytext.js +11 -5
  10. package/components/pds-copytext.js.map +1 -1
  11. package/components/pds-divider.js +1 -1
  12. package/components/pds-image.js +2 -2
  13. package/components/pds-input.js +11 -4
  14. package/components/pds-input.js.map +1 -1
  15. package/components/pds-link.js +2 -2
  16. package/components/pds-loader.js +1 -61
  17. package/components/pds-loader.js.map +1 -1
  18. package/components/pds-loader2.js +65 -0
  19. package/components/pds-loader2.js.map +1 -0
  20. package/components/pds-popover.js +1 -1
  21. package/components/pds-progress.js +1 -1
  22. package/components/pds-radio.js +3 -3
  23. package/components/pds-row.js +1 -1
  24. package/components/pds-select.js +1 -1
  25. package/components/pds-sortable-item.js +1 -1
  26. package/components/pds-sortable.js +1 -1
  27. package/components/pds-switch.js +3 -3
  28. package/components/pds-tab.js +3 -3
  29. package/components/pds-table-body.js +1 -1
  30. package/components/pds-table-cell2.js +2 -2
  31. package/components/pds-table-head-cell2.js +2 -2
  32. package/components/pds-table-head.js +1 -1
  33. package/components/pds-table-row.js +1 -1
  34. package/components/pds-table.js +1 -1
  35. package/components/pds-tabpanel.js +1 -1
  36. package/components/pds-tabs.js +1 -1
  37. package/components/pds-text.js +1 -1
  38. package/components/pds-textarea.js +4 -4
  39. package/components/pds-tooltip.js +2 -2
  40. package/dist/cjs/{index-034a8bb0.js → index-59b0d7e2.js} +3 -3
  41. package/dist/cjs/index-59b0d7e2.js.map +1 -0
  42. package/dist/cjs/loader.cjs.js +1 -1
  43. package/dist/cjs/pds-accordion.cjs.entry.js +1 -1
  44. package/dist/cjs/pds-avatar.cjs.entry.js +1 -1
  45. package/dist/cjs/pds-box.cjs.entry.js +1 -1
  46. package/dist/cjs/pds-box.cjs.entry.js.map +1 -1
  47. package/dist/cjs/pds-button.cjs.entry.js +16 -4
  48. package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
  49. package/dist/cjs/pds-checkbox.cjs.entry.js +4 -4
  50. package/dist/cjs/pds-chip.cjs.entry.js +2 -2
  51. package/dist/cjs/pds-copytext.cjs.entry.js +2 -2
  52. package/dist/cjs/pds-divider.cjs.entry.js +1 -1
  53. package/dist/cjs/pds-image.cjs.entry.js +2 -2
  54. package/dist/cjs/pds-input.cjs.entry.js +12 -5
  55. package/dist/cjs/pds-input.cjs.entry.js.map +1 -1
  56. package/dist/cjs/pds-link.cjs.entry.js +3 -3
  57. package/dist/cjs/pds-loader.cjs.entry.js +2 -2
  58. package/dist/cjs/pds-loader.cjs.entry.js.map +1 -1
  59. package/dist/cjs/pds-popover.cjs.entry.js +1 -1
  60. package/dist/cjs/pds-progress.cjs.entry.js +1 -1
  61. package/dist/cjs/pds-radio.cjs.entry.js +4 -4
  62. package/dist/cjs/pds-row.cjs.entry.js +1 -1
  63. package/dist/cjs/pds-select.cjs.entry.js +2 -2
  64. package/dist/cjs/pds-sortable-item.cjs.entry.js +2 -2
  65. package/dist/cjs/pds-sortable.cjs.entry.js +1 -1
  66. package/dist/cjs/pds-switch.cjs.entry.js +4 -4
  67. package/dist/cjs/pds-tab.cjs.entry.js +3 -3
  68. package/dist/cjs/pds-table-body.cjs.entry.js +1 -1
  69. package/dist/cjs/pds-table-cell.cjs.entry.js +2 -2
  70. package/dist/cjs/pds-table-head-cell.cjs.entry.js +3 -3
  71. package/dist/cjs/pds-table-head.cjs.entry.js +1 -1
  72. package/dist/cjs/pds-table-row.cjs.entry.js +1 -1
  73. package/dist/cjs/pds-table.cjs.entry.js +1 -1
  74. package/dist/cjs/pds-tabpanel.cjs.entry.js +1 -1
  75. package/dist/cjs/pds-tabs.cjs.entry.js +1 -1
  76. package/dist/cjs/pds-text.cjs.entry.js +1 -1
  77. package/dist/cjs/pds-textarea.cjs.entry.js +5 -5
  78. package/dist/cjs/pds-tooltip.cjs.entry.js +2 -2
  79. package/dist/cjs/pine-core.cjs.js +1 -1
  80. package/dist/collection/components/pds-box/pds-box.css +3 -3
  81. package/dist/collection/components/pds-button/pds-button.css +52 -3
  82. package/dist/collection/components/pds-button/pds-button.js +56 -2
  83. package/dist/collection/components/pds-button/pds-button.js.map +1 -1
  84. package/dist/collection/components/pds-button/stories/pds-button.stories.js +32 -0
  85. package/dist/collection/components/pds-checkbox/pds-checkbox.js +3 -3
  86. package/dist/collection/components/pds-chip/pds-chip.js +1 -1
  87. package/dist/collection/components/pds-copytext/pds-copytext.js +1 -1
  88. package/dist/collection/components/pds-divider/pds-divider.js +1 -1
  89. package/dist/collection/components/pds-image/pds-image.js +2 -2
  90. package/dist/collection/components/pds-input/pds-input.css +17 -19
  91. package/dist/collection/components/pds-input/pds-input.js +11 -4
  92. package/dist/collection/components/pds-input/pds-input.js.map +1 -1
  93. package/dist/collection/components/pds-link/pds-link.js +2 -2
  94. package/dist/collection/components/pds-loader/pds-loader.css +2 -2
  95. package/dist/collection/components/pds-loader/pds-loader.js +1 -1
  96. package/dist/collection/components/pds-popover/pds-popover.js +1 -1
  97. package/dist/collection/components/pds-progress/pds-progress.js +1 -1
  98. package/dist/collection/components/pds-radio/pds-radio.js +3 -3
  99. package/dist/collection/components/pds-row/pds-row.js +1 -1
  100. package/dist/collection/components/pds-select/pds-select.js +1 -1
  101. package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +1 -1
  102. package/dist/collection/components/pds-sortable/pds-sortable.js +1 -1
  103. package/dist/collection/components/pds-switch/pds-switch.js +3 -3
  104. package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +1 -1
  105. package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +2 -2
  106. package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +1 -1
  107. package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +2 -2
  108. package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +1 -1
  109. package/dist/collection/components/pds-table/pds-table.js +1 -1
  110. package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +3 -3
  111. package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +1 -1
  112. package/dist/collection/components/pds-tabs/pds-tabs.js +1 -1
  113. package/dist/collection/components/pds-text/pds-text.js +1 -1
  114. package/dist/collection/components/pds-textarea/pds-textarea.js +4 -4
  115. package/dist/collection/components/pds-tooltip/pds-tooltip.js +2 -2
  116. package/dist/docs.json +70 -7
  117. package/dist/esm/{index-d320cfa9.js → index-7f8e0fa6.js} +3 -3
  118. package/dist/esm/index-7f8e0fa6.js.map +1 -0
  119. package/dist/esm/loader.js +1 -1
  120. package/dist/esm/pds-accordion.entry.js +1 -1
  121. package/dist/esm/pds-avatar.entry.js +1 -1
  122. package/dist/esm/pds-box.entry.js +1 -1
  123. package/dist/esm/pds-box.entry.js.map +1 -1
  124. package/dist/esm/pds-button.entry.js +16 -4
  125. package/dist/esm/pds-button.entry.js.map +1 -1
  126. package/dist/esm/pds-checkbox.entry.js +4 -4
  127. package/dist/esm/pds-chip.entry.js +2 -2
  128. package/dist/esm/pds-copytext.entry.js +2 -2
  129. package/dist/esm/pds-divider.entry.js +1 -1
  130. package/dist/esm/pds-image.entry.js +2 -2
  131. package/dist/esm/pds-input.entry.js +12 -5
  132. package/dist/esm/pds-input.entry.js.map +1 -1
  133. package/dist/esm/pds-link.entry.js +3 -3
  134. package/dist/esm/pds-loader.entry.js +2 -2
  135. package/dist/esm/pds-loader.entry.js.map +1 -1
  136. package/dist/esm/pds-popover.entry.js +1 -1
  137. package/dist/esm/pds-progress.entry.js +1 -1
  138. package/dist/esm/pds-radio.entry.js +4 -4
  139. package/dist/esm/pds-row.entry.js +1 -1
  140. package/dist/esm/pds-select.entry.js +2 -2
  141. package/dist/esm/pds-sortable-item.entry.js +2 -2
  142. package/dist/esm/pds-sortable.entry.js +1 -1
  143. package/dist/esm/pds-switch.entry.js +4 -4
  144. package/dist/esm/pds-tab.entry.js +3 -3
  145. package/dist/esm/pds-table-body.entry.js +1 -1
  146. package/dist/esm/pds-table-cell.entry.js +2 -2
  147. package/dist/esm/pds-table-head-cell.entry.js +3 -3
  148. package/dist/esm/pds-table-head.entry.js +1 -1
  149. package/dist/esm/pds-table-row.entry.js +1 -1
  150. package/dist/esm/pds-table.entry.js +1 -1
  151. package/dist/esm/pds-tabpanel.entry.js +1 -1
  152. package/dist/esm/pds-tabs.entry.js +1 -1
  153. package/dist/esm/pds-text.entry.js +1 -1
  154. package/dist/esm/pds-textarea.entry.js +5 -5
  155. package/dist/esm/pds-tooltip.entry.js +2 -2
  156. package/dist/esm/pine-core.js +1 -1
  157. package/dist/esm-es5/{index-d320cfa9.js → index-7f8e0fa6.js} +2 -2
  158. package/dist/esm-es5/index-7f8e0fa6.js.map +1 -0
  159. package/dist/esm-es5/loader.js +1 -1
  160. package/dist/esm-es5/loader.js.map +1 -1
  161. package/dist/esm-es5/pds-accordion.entry.js +1 -1
  162. package/dist/esm-es5/pds-avatar.entry.js +1 -1
  163. package/dist/esm-es5/pds-box.entry.js +1 -1
  164. package/dist/esm-es5/pds-box.entry.js.map +1 -1
  165. package/dist/esm-es5/pds-button.entry.js +1 -1
  166. package/dist/esm-es5/pds-button.entry.js.map +1 -1
  167. package/dist/esm-es5/pds-checkbox.entry.js +1 -1
  168. package/dist/esm-es5/pds-chip.entry.js +1 -1
  169. package/dist/esm-es5/pds-copytext.entry.js +1 -1
  170. package/dist/esm-es5/pds-divider.entry.js +1 -1
  171. package/dist/esm-es5/pds-image.entry.js +1 -1
  172. package/dist/esm-es5/pds-input.entry.js +1 -1
  173. package/dist/esm-es5/pds-input.entry.js.map +1 -1
  174. package/dist/esm-es5/pds-link.entry.js +1 -1
  175. package/dist/esm-es5/pds-loader.entry.js +1 -1
  176. package/dist/esm-es5/pds-loader.entry.js.map +1 -1
  177. package/dist/esm-es5/pds-popover.entry.js +1 -1
  178. package/dist/esm-es5/pds-progress.entry.js +1 -1
  179. package/dist/esm-es5/pds-radio.entry.js +1 -1
  180. package/dist/esm-es5/pds-row.entry.js +1 -1
  181. package/dist/esm-es5/pds-select.entry.js +1 -1
  182. package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
  183. package/dist/esm-es5/pds-sortable.entry.js +1 -1
  184. package/dist/esm-es5/pds-switch.entry.js +1 -1
  185. package/dist/esm-es5/pds-tab.entry.js +1 -1
  186. package/dist/esm-es5/pds-table-body.entry.js +1 -1
  187. package/dist/esm-es5/pds-table-cell.entry.js +1 -1
  188. package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
  189. package/dist/esm-es5/pds-table-head.entry.js +1 -1
  190. package/dist/esm-es5/pds-table-row.entry.js +1 -1
  191. package/dist/esm-es5/pds-table.entry.js +1 -1
  192. package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
  193. package/dist/esm-es5/pds-tabs.entry.js +1 -1
  194. package/dist/esm-es5/pds-text.entry.js +1 -1
  195. package/dist/esm-es5/pds-textarea.entry.js +1 -1
  196. package/dist/esm-es5/pds-tooltip.entry.js +1 -1
  197. package/dist/esm-es5/pine-core.js +1 -1
  198. package/dist/esm-es5/pine-core.js.map +1 -1
  199. package/dist/pine-core/{p-aa134d2a.system.entry.js → p-01fd3a62.system.entry.js} +2 -2
  200. package/dist/pine-core/p-028fcdbc.entry.js +2 -0
  201. package/dist/pine-core/{p-7257c948.entry.js.map → p-028fcdbc.entry.js.map} +1 -1
  202. package/dist/pine-core/{p-8b2db323.system.entry.js → p-10caa9e9.system.entry.js} +2 -2
  203. package/dist/pine-core/{p-f81066da.entry.js → p-11b3830e.entry.js} +2 -2
  204. package/dist/pine-core/{p-f900a8ee.entry.js → p-129ea618.entry.js} +2 -2
  205. package/dist/pine-core/{p-5e50a381.entry.js → p-138ef0d8.entry.js} +2 -2
  206. package/dist/pine-core/{p-954098a2.entry.js → p-14c58ba3.entry.js} +2 -2
  207. package/dist/pine-core/{p-d8260ebf.system.entry.js → p-2aa49969.system.entry.js} +2 -2
  208. package/dist/pine-core/{p-f19e5736.system.entry.js → p-2d0b1310.system.entry.js} +2 -2
  209. package/dist/pine-core/{p-e890c1bb.system.entry.js → p-2f80836e.system.entry.js} +2 -2
  210. package/dist/pine-core/p-325e7255.system.entry.js +2 -0
  211. package/dist/pine-core/p-325e7255.system.entry.js.map +1 -0
  212. package/dist/pine-core/{p-8420594c.system.entry.js → p-3b529bb7.system.entry.js} +2 -2
  213. package/dist/pine-core/{p-d6a5ec65.system.entry.js → p-3c0abfe5.system.entry.js} +2 -2
  214. package/dist/pine-core/{p-e39bd4b2.system.entry.js → p-3de0ec6c.system.entry.js} +2 -2
  215. package/dist/pine-core/{p-df73ebae.entry.js → p-3f256ba6.entry.js} +2 -2
  216. package/dist/pine-core/{p-568ef920.entry.js → p-3fa11581.entry.js} +2 -2
  217. package/dist/pine-core/{p-f085efeb.entry.js → p-511f7b8e.entry.js} +2 -2
  218. package/dist/pine-core/{p-92bcb091.entry.js → p-518f8204.entry.js} +2 -2
  219. package/dist/pine-core/{p-03440844.entry.js → p-520cb092.entry.js} +2 -2
  220. package/dist/pine-core/p-546c2b18.entry.js +2 -0
  221. package/dist/pine-core/{p-d0b371ee.system.entry.js → p-55b10add.system.entry.js} +2 -2
  222. package/dist/pine-core/{p-1e9d6f92.system.entry.js → p-55cbb360.system.entry.js} +2 -2
  223. package/dist/pine-core/p-5c04aee0.system.js +1 -1
  224. package/dist/pine-core/p-5c04aee0.system.js.map +1 -1
  225. package/dist/pine-core/{p-b7e91522.entry.js → p-5d0c0241.entry.js} +2 -2
  226. package/dist/pine-core/p-5dd93828.system.entry.js +2 -0
  227. package/dist/pine-core/{p-798cde42.system.entry.js → p-61ddfc76.system.entry.js} +2 -2
  228. package/dist/pine-core/{p-4f2e4e6f.system.entry.js → p-6500852d.system.entry.js} +2 -2
  229. package/dist/pine-core/{p-80c582b7.system.entry.js → p-6bba1784.system.entry.js} +2 -2
  230. package/dist/pine-core/p-6c42ed23.entry.js +2 -0
  231. package/dist/pine-core/p-6c42ed23.entry.js.map +1 -0
  232. package/dist/pine-core/{p-d561168e.js → p-6e1737e0.js} +2 -2
  233. package/dist/pine-core/p-6e1737e0.js.map +1 -0
  234. package/dist/pine-core/{p-07a7c5bb.entry.js → p-71ba893c.entry.js} +2 -2
  235. package/dist/pine-core/{p-1edca70e.entry.js → p-7369f396.entry.js} +2 -2
  236. package/dist/pine-core/p-77d8e9fc.entry.js +2 -0
  237. package/dist/pine-core/{p-e356293a.entry.js.map → p-77d8e9fc.entry.js.map} +1 -1
  238. package/dist/pine-core/{p-74ad0244.entry.js → p-7a7cd1eb.entry.js} +2 -2
  239. package/dist/pine-core/p-7cdcf66c.entry.js +2 -0
  240. package/dist/pine-core/{p-5e1b7996.entry.js.map → p-7cdcf66c.entry.js.map} +1 -1
  241. package/dist/pine-core/{p-f34096db.system.entry.js → p-8220fa98.system.entry.js} +2 -2
  242. package/dist/pine-core/{p-5480346a.system.js → p-840c252f.system.js} +2 -2
  243. package/dist/pine-core/p-840c252f.system.js.map +1 -0
  244. package/dist/pine-core/{p-c68362cc.entry.js → p-841eae86.entry.js} +2 -2
  245. package/dist/pine-core/{p-19be5a8e.system.entry.js → p-8afa0198.system.entry.js} +2 -2
  246. package/dist/pine-core/{p-da961d2b.entry.js → p-9b2cacf1.entry.js} +2 -2
  247. package/dist/pine-core/{p-2d52d5f7.entry.js → p-9e9f1428.entry.js} +2 -2
  248. package/dist/pine-core/p-a020513a.system.entry.js +2 -0
  249. package/dist/pine-core/p-a020513a.system.entry.js.map +1 -0
  250. package/dist/pine-core/{p-71dc77f3.entry.js → p-a542bd00.entry.js} +2 -2
  251. package/dist/pine-core/{p-d9390457.entry.js → p-a5ab26b7.entry.js} +2 -2
  252. package/dist/pine-core/p-a5ab26b7.entry.js.map +1 -0
  253. package/dist/pine-core/p-a5c127c1.system.entry.js +2 -0
  254. package/dist/pine-core/p-a5c127c1.system.entry.js.map +1 -0
  255. package/dist/pine-core/{p-372a04fa.system.entry.js → p-aab44395.system.entry.js} +2 -2
  256. package/dist/pine-core/{p-a2465224.entry.js → p-b0cf37c0.entry.js} +2 -2
  257. package/dist/pine-core/{p-f0c28381.entry.js → p-b164dfe7.entry.js} +2 -2
  258. package/dist/pine-core/{p-ade60629.system.entry.js → p-b1aa0e9d.system.entry.js} +2 -2
  259. package/dist/pine-core/p-b1aa0e9d.system.entry.js.map +1 -0
  260. package/dist/pine-core/{p-ed990ad0.system.entry.js → p-b492ea28.system.entry.js} +2 -2
  261. package/dist/pine-core/p-bf55e42e.system.entry.js +2 -0
  262. package/dist/pine-core/{p-f182a1f2.system.entry.js → p-c564c31b.system.entry.js} +2 -2
  263. package/dist/pine-core/{p-1da5aaf3.entry.js → p-ce0efc2d.entry.js} +2 -2
  264. package/dist/pine-core/{p-1fd67cb4.system.entry.js → p-d266843a.system.entry.js} +2 -2
  265. package/dist/pine-core/{p-f90088df.entry.js → p-d34b9adb.entry.js} +2 -2
  266. package/dist/pine-core/{p-987a101b.system.entry.js → p-d410221a.system.entry.js} +2 -2
  267. package/dist/pine-core/{p-4c252abb.system.entry.js → p-d61972a6.system.entry.js} +2 -2
  268. package/dist/pine-core/{p-95e4a6ff.system.entry.js → p-d6f5b0a5.system.entry.js} +2 -2
  269. package/dist/pine-core/{p-cae3e411.entry.js → p-dbd37883.entry.js} +2 -2
  270. package/dist/pine-core/{p-29bb6589.entry.js → p-e19d9edd.entry.js} +2 -2
  271. package/dist/pine-core/{p-adf21b0c.entry.js → p-ec1f256a.entry.js} +2 -2
  272. package/dist/pine-core/p-ee3cc6ce.entry.js +2 -0
  273. package/dist/pine-core/p-ee3cc6ce.entry.js.map +1 -0
  274. package/dist/pine-core/p-f099836d.entry.js +2 -0
  275. package/dist/pine-core/p-f099836d.entry.js.map +1 -0
  276. package/dist/pine-core/{p-853af623.system.entry.js → p-f8e61c4c.system.entry.js} +2 -2
  277. package/dist/pine-core/{p-397ce1a8.system.entry.js → p-fad3645f.system.entry.js} +2 -2
  278. package/dist/pine-core/{p-8c07ed73.system.entry.js → p-fce8b94f.system.entry.js} +2 -2
  279. package/dist/pine-core/{p-285cd9d1.system.entry.js → p-fd3e2c23.system.entry.js} +2 -2
  280. package/dist/pine-core/pine-core.esm.js +1 -1
  281. package/dist/pine-core/pine-core.esm.js.map +1 -1
  282. package/dist/pine-core/svg/align-horizontal-bottom.svg +1 -0
  283. package/dist/pine-core/svg/align-horizontal-center.svg +1 -0
  284. package/dist/pine-core/svg/align-horizontal-top.svg +1 -0
  285. package/dist/pine-core/svg/align-vertical-center.svg +1 -0
  286. package/dist/pine-core/svg/align-vertical-left.svg +1 -0
  287. package/dist/pine-core/svg/align-vertical-right.svg +1 -0
  288. package/dist/pine-core/svg/feedback.svg +1 -1
  289. package/dist/pine-core/svg/form.svg +1 -1
  290. package/dist/pine-core/svg/grant-offer.svg +1 -1
  291. package/dist/pine-core/svg/headphones.svg +1 -0
  292. package/dist/pine-core/svg/kajabi-filled.svg +1 -1
  293. package/dist/pine-core/svg/kajabi.svg +1 -1
  294. package/dist/pine-core/svg/layout-top.svg +1 -0
  295. package/dist/pine-core/svg/mail-open.svg +1 -1
  296. package/dist/pine-core/svg/mail.svg +1 -1
  297. package/dist/pine-core/svg/merge.svg +1 -1
  298. package/dist/pine-core/svg/newsletter-2.svg +1 -1
  299. package/dist/pine-core/svg/pie-chart-filled.svg +1 -0
  300. package/dist/pine-core/svg/present.svg +1 -1
  301. package/dist/pine-core/svg/restore.svg +1 -1
  302. package/dist/pine-core/svg/star-03.svg +1 -0
  303. package/dist/pine-core/svg/star-filled.svg +1 -0
  304. package/dist/pine-core/svg/star.svg +1 -1
  305. package/dist/pine-core/svg/sync.svg +1 -1
  306. package/dist/pine-core/svg/trophy.svg +1 -1
  307. package/dist/pine-core/svg/type.svg +1 -0
  308. package/dist/pine-core/svg/user-filled.svg +1 -1
  309. package/dist/types/components/pds-button/pds-button.d.ts +11 -0
  310. package/dist/types/components/pds-input/pds-input.d.ts +2 -1
  311. package/dist/types/components.d.ts +22 -2
  312. package/hydrate/index.js +75 -54
  313. package/hydrate/index.mjs +75 -54
  314. package/package.json +2 -2
  315. package/dist/cjs/index-034a8bb0.js.map +0 -1
  316. package/dist/esm/index-d320cfa9.js.map +0 -1
  317. package/dist/esm-es5/index-d320cfa9.js.map +0 -1
  318. package/dist/pine-core/p-27e12bd2.system.entry.js +0 -2
  319. package/dist/pine-core/p-27e12bd2.system.entry.js.map +0 -1
  320. package/dist/pine-core/p-30cd9f18.entry.js +0 -2
  321. package/dist/pine-core/p-3fbb568f.entry.js +0 -2
  322. package/dist/pine-core/p-3fbb568f.entry.js.map +0 -1
  323. package/dist/pine-core/p-4d1fbb88.system.entry.js +0 -2
  324. package/dist/pine-core/p-5480346a.system.js.map +0 -1
  325. package/dist/pine-core/p-5e1b7996.entry.js +0 -2
  326. package/dist/pine-core/p-60c2039e.system.entry.js +0 -2
  327. package/dist/pine-core/p-7257c948.entry.js +0 -2
  328. package/dist/pine-core/p-7baec1ed.entry.js +0 -2
  329. package/dist/pine-core/p-7baec1ed.entry.js.map +0 -1
  330. package/dist/pine-core/p-8c0a648d.system.entry.js +0 -2
  331. package/dist/pine-core/p-8c0a648d.system.entry.js.map +0 -1
  332. package/dist/pine-core/p-a22fd94e.entry.js +0 -2
  333. package/dist/pine-core/p-a22fd94e.entry.js.map +0 -1
  334. package/dist/pine-core/p-ade60629.system.entry.js.map +0 -1
  335. package/dist/pine-core/p-d561168e.js.map +0 -1
  336. package/dist/pine-core/p-d9390457.entry.js.map +0 -1
  337. package/dist/pine-core/p-e356293a.entry.js +0 -2
  338. package/dist/pine-core/p-e60348bc.system.entry.js +0 -2
  339. package/dist/pine-core/p-e60348bc.system.entry.js.map +0 -1
  340. /package/dist/pine-core/{p-aa134d2a.system.entry.js.map → p-01fd3a62.system.entry.js.map} +0 -0
  341. /package/dist/pine-core/{p-8b2db323.system.entry.js.map → p-10caa9e9.system.entry.js.map} +0 -0
  342. /package/dist/pine-core/{p-f81066da.entry.js.map → p-11b3830e.entry.js.map} +0 -0
  343. /package/dist/pine-core/{p-f900a8ee.entry.js.map → p-129ea618.entry.js.map} +0 -0
  344. /package/dist/pine-core/{p-5e50a381.entry.js.map → p-138ef0d8.entry.js.map} +0 -0
  345. /package/dist/pine-core/{p-954098a2.entry.js.map → p-14c58ba3.entry.js.map} +0 -0
  346. /package/dist/pine-core/{p-d8260ebf.system.entry.js.map → p-2aa49969.system.entry.js.map} +0 -0
  347. /package/dist/pine-core/{p-f19e5736.system.entry.js.map → p-2d0b1310.system.entry.js.map} +0 -0
  348. /package/dist/pine-core/{p-e890c1bb.system.entry.js.map → p-2f80836e.system.entry.js.map} +0 -0
  349. /package/dist/pine-core/{p-8420594c.system.entry.js.map → p-3b529bb7.system.entry.js.map} +0 -0
  350. /package/dist/pine-core/{p-d6a5ec65.system.entry.js.map → p-3c0abfe5.system.entry.js.map} +0 -0
  351. /package/dist/pine-core/{p-e39bd4b2.system.entry.js.map → p-3de0ec6c.system.entry.js.map} +0 -0
  352. /package/dist/pine-core/{p-df73ebae.entry.js.map → p-3f256ba6.entry.js.map} +0 -0
  353. /package/dist/pine-core/{p-568ef920.entry.js.map → p-3fa11581.entry.js.map} +0 -0
  354. /package/dist/pine-core/{p-f085efeb.entry.js.map → p-511f7b8e.entry.js.map} +0 -0
  355. /package/dist/pine-core/{p-92bcb091.entry.js.map → p-518f8204.entry.js.map} +0 -0
  356. /package/dist/pine-core/{p-03440844.entry.js.map → p-520cb092.entry.js.map} +0 -0
  357. /package/dist/pine-core/{p-30cd9f18.entry.js.map → p-546c2b18.entry.js.map} +0 -0
  358. /package/dist/pine-core/{p-d0b371ee.system.entry.js.map → p-55b10add.system.entry.js.map} +0 -0
  359. /package/dist/pine-core/{p-1e9d6f92.system.entry.js.map → p-55cbb360.system.entry.js.map} +0 -0
  360. /package/dist/pine-core/{p-b7e91522.entry.js.map → p-5d0c0241.entry.js.map} +0 -0
  361. /package/dist/pine-core/{p-4d1fbb88.system.entry.js.map → p-5dd93828.system.entry.js.map} +0 -0
  362. /package/dist/pine-core/{p-798cde42.system.entry.js.map → p-61ddfc76.system.entry.js.map} +0 -0
  363. /package/dist/pine-core/{p-4f2e4e6f.system.entry.js.map → p-6500852d.system.entry.js.map} +0 -0
  364. /package/dist/pine-core/{p-80c582b7.system.entry.js.map → p-6bba1784.system.entry.js.map} +0 -0
  365. /package/dist/pine-core/{p-07a7c5bb.entry.js.map → p-71ba893c.entry.js.map} +0 -0
  366. /package/dist/pine-core/{p-1edca70e.entry.js.map → p-7369f396.entry.js.map} +0 -0
  367. /package/dist/pine-core/{p-74ad0244.entry.js.map → p-7a7cd1eb.entry.js.map} +0 -0
  368. /package/dist/pine-core/{p-f34096db.system.entry.js.map → p-8220fa98.system.entry.js.map} +0 -0
  369. /package/dist/pine-core/{p-c68362cc.entry.js.map → p-841eae86.entry.js.map} +0 -0
  370. /package/dist/pine-core/{p-19be5a8e.system.entry.js.map → p-8afa0198.system.entry.js.map} +0 -0
  371. /package/dist/pine-core/{p-da961d2b.entry.js.map → p-9b2cacf1.entry.js.map} +0 -0
  372. /package/dist/pine-core/{p-2d52d5f7.entry.js.map → p-9e9f1428.entry.js.map} +0 -0
  373. /package/dist/pine-core/{p-71dc77f3.entry.js.map → p-a542bd00.entry.js.map} +0 -0
  374. /package/dist/pine-core/{p-372a04fa.system.entry.js.map → p-aab44395.system.entry.js.map} +0 -0
  375. /package/dist/pine-core/{p-a2465224.entry.js.map → p-b0cf37c0.entry.js.map} +0 -0
  376. /package/dist/pine-core/{p-f0c28381.entry.js.map → p-b164dfe7.entry.js.map} +0 -0
  377. /package/dist/pine-core/{p-ed990ad0.system.entry.js.map → p-b492ea28.system.entry.js.map} +0 -0
  378. /package/dist/pine-core/{p-60c2039e.system.entry.js.map → p-bf55e42e.system.entry.js.map} +0 -0
  379. /package/dist/pine-core/{p-f182a1f2.system.entry.js.map → p-c564c31b.system.entry.js.map} +0 -0
  380. /package/dist/pine-core/{p-1da5aaf3.entry.js.map → p-ce0efc2d.entry.js.map} +0 -0
  381. /package/dist/pine-core/{p-1fd67cb4.system.entry.js.map → p-d266843a.system.entry.js.map} +0 -0
  382. /package/dist/pine-core/{p-f90088df.entry.js.map → p-d34b9adb.entry.js.map} +0 -0
  383. /package/dist/pine-core/{p-987a101b.system.entry.js.map → p-d410221a.system.entry.js.map} +0 -0
  384. /package/dist/pine-core/{p-4c252abb.system.entry.js.map → p-d61972a6.system.entry.js.map} +0 -0
  385. /package/dist/pine-core/{p-95e4a6ff.system.entry.js.map → p-d6f5b0a5.system.entry.js.map} +0 -0
  386. /package/dist/pine-core/{p-cae3e411.entry.js.map → p-dbd37883.entry.js.map} +0 -0
  387. /package/dist/pine-core/{p-29bb6589.entry.js.map → p-e19d9edd.entry.js.map} +0 -0
  388. /package/dist/pine-core/{p-adf21b0c.entry.js.map → p-ec1f256a.entry.js.map} +0 -0
  389. /package/dist/pine-core/{p-853af623.system.entry.js.map → p-f8e61c4c.system.entry.js.map} +0 -0
  390. /package/dist/pine-core/{p-397ce1a8.system.entry.js.map → p-fad3645f.system.entry.js.map} +0 -0
  391. /package/dist/pine-core/{p-8c07ed73.system.entry.js.map → p-fce8b94f.system.entry.js.map} +0 -0
  392. /package/dist/pine-core/{p-285cd9d1.system.entry.js.map → p-fd3e2c23.system.entry.js.map} +0 -0
@@ -33,7 +33,7 @@ export class PdsLoader {
33
33
  }
34
34
  }
35
35
  render() {
36
- return (h(Host, { key: '0caf3182214726aca594996b43765c540a2bea76', class: `pds-loader ${this.isLoading ? '' : 'pds-loader--hidden'}`, "aria-hidden": !this.isLoading, "aria-busy": this.isLoading, "aria-live": "polite" }, this.variant === 'spinner' && (h("div", { key: 'bf62aea965efcfa2d5331ac9f69fdd60836ec498', class: "pds-loader--spinner" }, h("svg", { key: 'f4a2ca5e27c3c04f70029415996c79d54e3db148', style: this.style(), viewBox: "0 0 200 200", fill: "none" }, h("defs", { key: 'dba4da5d4c65b1322c079b1ef3608044f8a0c12d' }, h("linearGradient", { key: 'da837ec20645bb254a1bf86796306e07744adbdd', id: "spinner-secondHalf" }, h("stop", { key: '922e70ae537fa4541afb13d167ca7578759462fd', offset: "0%", "stop-opacity": "0", "stop-color": "currentColor" }), h("stop", { key: '861e6a6540827f500872f11527301ef563b9d3cd', offset: "100%", "stop-opacity": "0.5", "stop-color": "currentColor" })), h("linearGradient", { key: 'b8675daa4f37de927e8d3742385e2058a0b33f36', id: "spinner-firstHalf" }, h("stop", { key: '754e35be6b1268864743c42adc41ef682dab1307', offset: "0%", "stop-opacity": "1", "stop-color": "currentColor" }), h("stop", { key: '9db1dee07342751a07a6039326bb2fada0ba22d7', offset: "100%", "stop-opacity": "0.5", "stop-color": "currentColor" }))), h("g", { key: 'aee0ed505c0512e831724ca54cb287bde5ab2470', class: "pds-loader__spinner-path" }, h("path", { key: '93096ef22bd2fdbaa819b926b4ec8fabce2050c7', stroke: "url(#spinner-secondHalf)", d: "M 4 100 A 96 96 0 0 1 196 100" }), h("path", { key: '648bde48070689c3b22bc40f1ad17de694d146f7', stroke: "url(#spinner-firstHalf)", d: "M 196 100 A 96 96 0 0 1 4 100" }), h("path", { key: '9a78cd8d70dbeed9cf04deef9ee766c31464b0e6', stroke: "currentColor", "stroke-linecap": "round", d: "M 4 100 A 96 96 0 0 1 4 98" }))))), this.variant === 'typing' && (h("div", { key: '6b5a395b4a7fef244d941d5276ca4348ed2e79de', class: "pds-loader--typing" }, h("span", { key: '7c1e5a5b2441e0c649a1faab10a758290487c492' }), h("span", { key: '39db51a0391c2447ab4ba5a75e8d544c2167e41b' }), h("span", { key: '5315bfc12f3b269ff14ac4abe39c4bd50be4a648' }))), h("div", { key: 'c53aa88ef1f3bbabd67f332529016adbfcd4e82e', class: `pds-loader__label ${this.showLabel ? '' : 'pds-loader--hidden'}` }, h("slot", { key: '3d6dbd3a72223fc49e1ce1f0578296b18c7175ae', name: "label" }, "Loading..."))));
36
+ return (h(Host, { key: '7c8fdc4812310a291f992786f1e7951664afb8b6', class: `pds-loader ${this.isLoading ? '' : 'pds-loader--hidden'}`, "aria-hidden": !this.isLoading, "aria-busy": this.isLoading, "aria-live": "polite" }, this.variant === 'spinner' && (h("div", { key: '411dbd7e815b2160abcbd0049f9e310a9059452c', class: "pds-loader--spinner" }, h("svg", { key: '1d59dc3aea7bb51015680c3657abb964a7b69106', style: this.style(), viewBox: "0 0 200 200", fill: "none" }, h("defs", { key: '9ed887bf61bda5cda7662952dfc9add1e3e1ca40' }, h("linearGradient", { key: 'af416e97cbfbb1b2cc5c6a06f168165d60f984c8', id: "spinner-secondHalf" }, h("stop", { key: 'dd3d79c1b422dbc29a2f7af106d7e648ea739e09', offset: "0%", "stop-opacity": "0", "stop-color": "currentColor" }), h("stop", { key: '313ef7bbcaecad0f4bf8eb268e05ef3ff48f55be', offset: "100%", "stop-opacity": "0.5", "stop-color": "currentColor" })), h("linearGradient", { key: 'b36dde7b2648bb9bef120354f70bab8fbc3879a8', id: "spinner-firstHalf" }, h("stop", { key: '7d38062cf2f39b1be1b29e7799ac68c59744a172', offset: "0%", "stop-opacity": "1", "stop-color": "currentColor" }), h("stop", { key: 'bfe1ea074d55af2098eca57459c54cd92a1ecafc', offset: "100%", "stop-opacity": "0.5", "stop-color": "currentColor" }))), h("g", { key: '0d2ee2c9abe4b90f8c38246c847c43a942316686', class: "pds-loader__spinner-path" }, h("path", { key: '87b0fc01bc7fe59e596013011034e2e1d6eabd38', stroke: "url(#spinner-secondHalf)", d: "M 4 100 A 96 96 0 0 1 196 100" }), h("path", { key: '07b2c9ddd18117d1ef40f3e26f76bafc8c8c5309', stroke: "url(#spinner-firstHalf)", d: "M 196 100 A 96 96 0 0 1 4 100" }), h("path", { key: 'f4a88b3aaefb70c1cb5582f94d507efe88a66fbe', stroke: "currentColor", "stroke-linecap": "round", d: "M 4 100 A 96 96 0 0 1 4 98" }))))), this.variant === 'typing' && (h("div", { key: 'ab906177f012e882487a447338c1e1155524b8c3', class: "pds-loader--typing" }, h("span", { key: 'b7080dffb6dfb66bd89ca754880e7456b33f9cdb' }), h("span", { key: '0b7d00d9e3fcbaecbade0860a2a50cec6f13b017' }), h("span", { key: '0e8cca8e86dba84a7b22913d5458c0c232661526' }))), h("div", { key: '540aee483c31b199a1c4ec09e6a848661379e593', class: `pds-loader__label ${this.showLabel ? '' : 'pds-loader--hidden'}` }, h("slot", { key: 'f94f166ef6a1ef8a995efc664cd2ddf509ad51d8', name: "label" }, "Loading..."))));
37
37
  }
38
38
  static get is() { return "pds-loader"; }
39
39
  static get encapsulation() { return "shadow"; }
@@ -52,7 +52,7 @@ export class PdsPopover {
52
52
  popoverEl.style.left = `${left}px`;
53
53
  }
54
54
  render() {
55
- return (h(Host, { key: '7a21719bb6f13f435cae77f6b2c7c2eefb36c977' }, h("button", { key: '707c94e2462fe230a777d61899b902c84feaa09c', class: "pds-popover__trigger", popoverTarget: this.componentId, popoverTargetAction: this.popoverTargetAction, onClick: this.handleClick }, this.text), h("div", { key: '703d21dd5f3caadb8c0d097849f691d2d4407358', class: `pds-popover ${this.active ? 'pds-popover--active' : ''}`, id: this.componentId, popover: this.popoverType, style: { maxWidth: `${this.maxWidth}px` } }, h("slot", { key: '42ef680b5850d62f50f1e6cfb1587c3d5b6db0d4' }))));
55
+ return (h(Host, { key: '83f5e8306d9a8f9e541e638af6fab4e83700c9ce' }, h("button", { key: '11a49c046a9258b64508c3a48dff8b63468358e0', class: "pds-popover__trigger", popoverTarget: this.componentId, popoverTargetAction: this.popoverTargetAction, onClick: this.handleClick }, this.text), h("div", { key: 'c4034a97e7d3aa794d4cf20891cb1ccd31895fa9', class: `pds-popover ${this.active ? 'pds-popover--active' : ''}`, id: this.componentId, popover: this.popoverType, style: { maxWidth: `${this.maxWidth}px` } }, h("slot", { key: '2005210e15c7f73efed54de5980c117f682cc476' }))));
56
56
  }
57
57
  static get is() { return "pds-popover"; }
58
58
  static get encapsulation() { return "shadow"; }
@@ -9,7 +9,7 @@ export class PdsProgress {
9
9
  this.showPercent = false;
10
10
  }
11
11
  render() {
12
- return (h(Host, { key: 'd1035166aecc2b1719f827e51bcab880f0f6c77c', class: this.animated ? { 'is-animated': this.animated } : '' }, h("div", { key: '52385ffd15e98e43ebbbf89397950fcf44d0fa08', class: "pds-progress" }, h("label", { key: '56d3b58ed6cb0531a874cd8033770dbe4741f992', class: "pds-progress__label", htmlFor: this.componentId }, this.label), h("progress", { key: 'c98a6707f1d30f8e4c05dd53c0fc2fbe6a3f6284', id: this.componentId, max: "100", style: this.fillColor ? { '--color-progress-fill': this.fillColor } : {}, value: this.percent })), this.showPercent && h("div", { key: '621c6fd0a5fc275358c583513ba463d9c01dee32', class: "pds-progress__percentage" }, this.percent, "%")));
12
+ return (h(Host, { key: 'c90714bd802c1ec10cc1d557b21c4761a348c559', class: this.animated ? { 'is-animated': this.animated } : '' }, h("div", { key: '969f33669523f2c67d30aa94652e3b70373b780a', class: "pds-progress" }, h("label", { key: '206a7c2297361caae1c5ecadacfd11939d8decee', class: "pds-progress__label", htmlFor: this.componentId }, this.label), h("progress", { key: 'e7748d02c4070bb894943fe0795a3c7008a43d62', id: this.componentId, max: "100", style: this.fillColor ? { '--color-progress-fill': this.fillColor } : {}, value: this.percent })), this.showPercent && h("div", { key: '7ec96692f3dc869069071bae747371ea6ef911ec', class: "pds-progress__percentage" }, this.percent, "%")));
13
13
  }
14
14
  static get is() { return "pds-progress"; }
15
15
  static get encapsulation() { return "shadow"; }
@@ -34,9 +34,9 @@ export class PdsRadio {
34
34
  return classNames.join(' ');
35
35
  }
36
36
  render() {
37
- return (h(Host, { key: '88a4087ad55f95408688765806ea7488d08b8dca', class: this.classNames() }, h("input", { key: '3ef7132664771087ce7292b9f00dccfa34023282', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, type: "radio", id: this.componentId, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleRadioChange }), h(PdsLabel, { key: '765301f003de7403145042e561c4a35767150699', htmlFor: this.componentId, text: this.label }), this.helperMessage &&
38
- h("div", { key: '81f3ee893eaef7473a2dca01b05c5bcfcd176e7b', class: 'pds-radio__message', id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
39
- h("div", { key: '75364c217ee1390e4fde2a532dc3aaca2252ad9a', class: `pds-radio__message pds-radio__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, h("pds-icon", { key: '5d361b597c95624037acd5b47981cb5742bb2280', icon: danger, size: "small" }), this.errorMessage)));
37
+ return (h(Host, { key: 'e4d5980a8440cd429b26e5a0f2a614686dadfc73', class: this.classNames() }, h("input", { key: 'a7c37be10d2e4679119e7e23189a95141fa3d4a7', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, type: "radio", id: this.componentId, name: this.name, value: this.value, checked: this.checked, required: this.required, disabled: this.disabled, onChange: this.handleRadioChange }), h(PdsLabel, { key: '959d6c1403659c20325f5c4c16483dd61c2c4e51', htmlFor: this.componentId, text: this.label }), this.helperMessage &&
38
+ h("div", { key: '78c34138bbc169a6275bd859355020eaae6e1e10', class: 'pds-radio__message', id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
39
+ h("div", { key: '78a09442740dbd9b8b77c86c7cd519d02e847286', class: `pds-radio__message pds-radio__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, h("pds-icon", { key: '1ccf0768cdc04ee342d4069ad54379ed0f3c32e8', icon: danger, size: "small" }), this.errorMessage)));
40
40
  }
41
41
  static get is() { return "pds-radio"; }
42
42
  static get encapsulation() { return "scoped"; }
@@ -32,7 +32,7 @@ export class PdsRow {
32
32
  })), (this.minHeight && {
33
33
  'min-height': this.minHeight,
34
34
  }));
35
- return h(Host, { key: '1760d9bd45d53d371c0a4c73171a12a6e4c59b51', class: `pds-row ${rowClasses}`, style: rowInlineStyles });
35
+ return h(Host, { key: '1984453536572d4bab9efc4c07e64a4e39d9c80a', class: `pds-row ${rowClasses}`, style: rowInlineStyles });
36
36
  }
37
37
  static get is() { return "pds-row"; }
38
38
  static get originalStyleUrls() {
@@ -111,7 +111,7 @@ export class PdsSelect {
111
111
  return classNames.join(' ');
112
112
  }
113
113
  render() {
114
- return (h(Host, { key: 'fe06a18d5fda6211d1152ef4d6788b8d6b1b14e2', "aria-disabled": this.disabled ? 'true' : null, class: this.classNames() }, h("div", { key: 'f4c5487815076ffb36672d46c109a017a9ad00a5', class: "pds-select" }, h(PdsLabel, { key: '56057f8450a18d3b89bbf9899dfee07ea4ca7aa0', htmlFor: this.componentId, text: this.label }), h("select", { key: '70324033d55908cc147a9a773c188ee914661be7', autocomplete: this.autocomplete || undefined, class: "pds-select__field", disabled: this.disabled, id: this.componentId, multiple: this.multiple, name: this.name, onChange: this.onSelectUpdate, required: this.required, ref: (el) => (this.selectEl = el) }), h("div", { key: '182f6da416f4135a7fd06577589b0e308f9e84fa', "aria-hidden": "true", class: "hidden", ref: (el) => (this.slotContainer = el) }, h("slot", { key: '0ad6aaf6901946337999ae53dcd570fa80dad9c6', onSlotchange: this.handleSlotChange })), this.renderMessages(), !this.multiple && h("pds-icon", { key: '46bfb7782c983bb6b04b1a97ddf3122eca7f62cb', class: "pds-select__select-icon", icon: enlarge }))));
114
+ return (h(Host, { key: 'ea97867a2935648e8b780c3d04844144853b8a10', "aria-disabled": this.disabled ? 'true' : null, class: this.classNames() }, h("div", { key: '16d78573e7d8d0827cf87fb002692001246da99f', class: "pds-select" }, h(PdsLabel, { key: '71de457a56664cb7aabb104c08fd54eef0a9b5d2', htmlFor: this.componentId, text: this.label }), h("select", { key: 'd7e6c1072b8a8194a17d96f00f9214743d2c9572', autocomplete: this.autocomplete || undefined, class: "pds-select__field", disabled: this.disabled, id: this.componentId, multiple: this.multiple, name: this.name, onChange: this.onSelectUpdate, required: this.required, ref: (el) => (this.selectEl = el) }), h("div", { key: '16b1ac951267636f99252d12f7ae2b380b63a615', "aria-hidden": "true", class: "hidden", ref: (el) => (this.slotContainer = el) }, h("slot", { key: 'bb87fcabf1caf5faa918dd02ecaa3bd73d435081', onSlotchange: this.handleSlotChange })), this.renderMessages(), !this.multiple && h("pds-icon", { key: 'deb6fa5a734126a091a3544ed57778f0432ffc7c', class: "pds-select__select-icon", icon: enlarge }))));
115
115
  }
116
116
  static get is() { return "pds-select"; }
117
117
  static get encapsulation() { return "shadow"; }
@@ -18,7 +18,7 @@ export class PdsSortableItem {
18
18
  }
19
19
  }
20
20
  render() {
21
- return (h(Host, { key: '53229fa4308319c59c520bdf84291fb738d6f7c2', class: "pds-sortable-item", id: this.componentId }, this.showHandle && (h("div", { key: '28a4a4fe6a946880e7501fd2a0697152f0665f4c', class: "pds-sortable-item__handle" }, h("pds-icon", { key: 'e45540e3787977b0861418455f6a0689cfcec887', icon: handleIcon }))), h("slot", { key: 'bca5cbb3c4f5b4f1732030428660f5ae976cced0' }), this.enableActions && (h("div", { key: '2928a942128e4bbad4c869f42b59d10501af4419', class: "pds-sortable-item__actions" }, h("slot", { key: 'c2a4e2a47300f1c8f06a23ba134c436a591442bf', name: "sortable-item-actions" })))));
21
+ return (h(Host, { key: 'a1cb930442bdca3f9aedbc256b70d6582068186a', class: "pds-sortable-item", id: this.componentId }, this.showHandle && (h("div", { key: 'ad13a6f870cbae41faf4958979a0cda900e0f2f8', class: "pds-sortable-item__handle" }, h("pds-icon", { key: '1a45cc357b22c6fff2baaeb101544bc872703566', icon: handleIcon }))), h("slot", { key: '2b2f5b99b7e97069555b81e8c4539fa6ca48de41' }), this.enableActions && (h("div", { key: '97c23c665a260a153c7db5cbc9772f616fafb3f7', class: "pds-sortable-item__actions" }, h("slot", { key: 'e4b9b759a16f33919eb774fa021588b55df675dc', name: "sortable-item-actions" })))));
22
22
  }
23
23
  static get is() { return "pds-sortable-item"; }
24
24
  static get encapsulation() { return "scoped"; }
@@ -35,7 +35,7 @@ export class PdsSortable {
35
35
  Sortable.create(this.el, sortableOptions);
36
36
  }
37
37
  render() {
38
- return (h(Host, { key: '42b9c4dc796b7928b0409b50f25294ce55567191', class: this.classNames(), id: this.componentId }, h("slot", { key: '20490c74d25702c878832a7de858a978d2419289' })));
38
+ return (h(Host, { key: 'e87cbd8beffd24f25c549fc405b2db3136174086', class: this.classNames(), id: this.componentId }, h("slot", { key: '6292f89c3f12a440ae1f0f52ad5d1c36000eeb87' })));
39
39
  }
40
40
  static get is() { return "pds-sortable"; }
41
41
  static get encapsulation() { return "scoped"; }
@@ -33,9 +33,9 @@ export class PdsSwitch {
33
33
  this.value = undefined;
34
34
  }
35
35
  render() {
36
- return (h(Host, { key: '4794cfb6b1813c83e1963f9568dfe7300570cf3e', class: this.switchClassNames(), "aria-disabled": this.disabled ? 'true' : null }, h("input", { key: 'ead450b26ca113222605b1142b9d4874d1f1bc41', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, checked: this.checked, class: "pds-switch__input", disabled: this.disabled, id: this.componentId, name: this.name ? this.name : this.componentId, onChange: this.onSwitchUpdate, required: this.required, type: "checkbox", value: this.value }), h(PdsLabel, { key: 'fc8c35d07b85386b43cf190b1153f1f753a2f69f', classNames: "pds-switch__label", htmlFor: this.componentId, text: this.label }), this.helperMessage &&
37
- h("div", { key: 'bafde5edb9fc9bb9b745d76f944a7a729e0defa4', class: `pds-switch__message`, id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
38
- h("div", { key: '5ad800e3fed41892904601b143379567111591d7', class: `pds-switch__message pds-switch__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, h("pds-icon", { key: 'f6ae6d4ecb91b3c81d1a14ebe85e47751f9bc417', icon: danger, size: "small" }), this.errorMessage)));
36
+ return (h(Host, { key: 'c4d1c78da3de4034094ff3bc1167437e33ebd9fd', class: this.switchClassNames(), "aria-disabled": this.disabled ? 'true' : null }, h("input", { key: '709b51cfd719b5498395e0921536606124c84626', "aria-describedby": assignDescription(this.componentId, this.invalid, this.helperMessage), "aria-invalid": this.invalid ? "true" : undefined, checked: this.checked, class: "pds-switch__input", disabled: this.disabled, id: this.componentId, name: this.name ? this.name : this.componentId, onChange: this.onSwitchUpdate, required: this.required, type: "checkbox", value: this.value }), h(PdsLabel, { key: 'cf834cf60234a6a041d0fe75632ee13220b25fd3', classNames: "pds-switch__label", htmlFor: this.componentId, text: this.label }), this.helperMessage &&
37
+ h("div", { key: '93424c713be90c58cbe0330859688f8fee15163c', class: `pds-switch__message`, id: messageId(this.componentId, 'helper') }, this.helperMessage), this.errorMessage &&
38
+ h("div", { key: 'a20a1c59aefe4e33fd6f595a80408626c8d2623e', class: `pds-switch__message pds-switch__message--error`, id: messageId(this.componentId, 'error'), "aria-live": "assertive" }, h("pds-icon", { key: 'c35d6daab76aeec7f64e72a38b1c8fe59ea5d897', icon: danger, size: "small" }), this.errorMessage)));
39
39
  }
40
40
  static get is() { return "pds-switch"; }
41
41
  static get encapsulation() { return "shadow"; }
@@ -1,7 +1,7 @@
1
1
  import { Host, h } from "@stencil/core";
2
2
  export class PdsTableBody {
3
3
  render() {
4
- return (h(Host, { key: '60a95951b44201ddb343ad09de86e456e0699660', role: "rowgroup" }, h("slot", { key: '76859c304c640fb6aa2ea1239e500fe94da7402f' })));
4
+ return (h(Host, { key: '41157c331cf95bb8044016a19244b4773c0a719a', role: "rowgroup" }, h("slot", { key: '366c8c12343cb47ca01c84e20bba94a191b1d3b4' })));
5
5
  }
6
6
  static get is() { return "pds-table-body"; }
7
7
  static get encapsulation() { return "shadow"; }
@@ -34,11 +34,11 @@ export class PdsTableCell {
34
34
  return classNames.join(' ');
35
35
  }
36
36
  render() {
37
- return (h(Host, { key: 'f2a3b657bff0ad827eb7de95d858d9e8cc34ab79', class: this.classNames(), role: "gridcell", style: this.tableRef &&
37
+ return (h(Host, { key: '1c66a12a003b939e523af9885dd4812bb6d0381e', class: this.classNames(), role: "gridcell", style: this.tableRef &&
38
38
  this.tableRef.fixedColumn &&
39
39
  this.tableRef.selectable
40
40
  ? { '--fixed-cell-position': '40px' }
41
- : {} }, h("slot", { key: '39d0cbe1dbf20b1786be18ba60acd0dd2256da5b' })));
41
+ : {} }, h("slot", { key: 'e0741820507ca0ac27ef693a0f4e553c1d90ba1e' })));
42
42
  }
43
43
  static get is() { return "pds-table-cell"; }
44
44
  static get encapsulation() { return "shadow"; }
@@ -34,7 +34,7 @@ export class PdsTableHead {
34
34
  }
35
35
  }
36
36
  render() {
37
- return (h(Host, { key: 'ceec2beb6cbf4db01d34616d6b34b52fa035cfeb', role: "row" }, this.tableRef && this.tableRef.selectable && (h("pds-table-head-cell", { key: '7488151c5cffe43f7f16baf52869dbd0646bb8a5', part: this.tableRef.selectable ? 'checkbox-cell' : '' }, h("pds-checkbox", { key: '1d33580a684a0119d5fad179145e56c36533dbfd', componentId: this.generateUniqueId(), indeterminate: this.indeterminate, onInput: this.handleInput, label: "Select All Rows", labelHidden: true, checked: this.isSelected }))), h("slot", { key: '71200e7941259e2ea59d2b86370bb3a0dfac727f' })));
37
+ return (h(Host, { key: '400ce9df17b3e7237b06c53e511c06f96e794cc3', role: "row" }, this.tableRef && this.tableRef.selectable && (h("pds-table-head-cell", { key: '177e4324e68c94a3bf4ccf6211a68ea9a16dcd21', part: this.tableRef.selectable ? 'checkbox-cell' : '' }, h("pds-checkbox", { key: '3de990702506daebe0920bc0b41b05a66598e33c', componentId: this.generateUniqueId(), indeterminate: this.indeterminate, onInput: this.handleInput, label: "Select All Rows", labelHidden: true, checked: this.isSelected }))), h("slot", { key: '3f7c275d9ba797413c7c00f10598165b140f9370' })));
38
38
  }
39
39
  static get is() { return "pds-table-head"; }
40
40
  static get encapsulation() { return "shadow"; }
@@ -51,11 +51,11 @@ export class PdsTableHeadCell {
51
51
  return classNames.join(' ');
52
52
  }
53
53
  render() {
54
- return (h(Host, { key: '0eae693d1a14a1c7a21a9841a9bb6fbce9c3fe39', class: this.classNames(), role: "columnheader", onClick: this.toggleSort, style: this.tableRef &&
54
+ return (h(Host, { key: 'cc69c3960907c848101775317b0ff4e700e055e8', class: this.classNames(), role: "columnheader", onClick: this.toggleSort, style: this.tableRef &&
55
55
  this.tableRef.fixedColumn &&
56
56
  this.tableRef.selectable
57
57
  ? { '--fixed-cell-position': '40px' }
58
- : {} }, h("slot", { key: 'ce895362068b7912c3bb2ef46de0c2194417ebb4' }), this.sortable && (h("pds-icon", { key: '1fb79e6e54adecef28106f6b28537c6a48cd7182', icon: this.sortingDirection === 'asc' ? upSmall : downSmall }))));
58
+ : {} }, h("slot", { key: '02d63e30c6e05104b14fba26cf9f95709feb9d6c' }), this.sortable && (h("pds-icon", { key: 'e19c0af58d1ab0a909c72f6ddac89eacb6013a20', icon: this.sortingDirection === 'asc' ? upSmall : downSmall }))));
59
59
  }
60
60
  static get is() { return "pds-table-head-cell"; }
61
61
  static get encapsulation() { return "shadow"; }
@@ -45,7 +45,7 @@ export class PdsTableRow {
45
45
  }
46
46
  }
47
47
  render() {
48
- return (h(Host, { key: '34730cfe4b6a914918ec68ed8d0276b7f53d889f', class: this.classNames(), role: "row" }, this.tableRef && this.tableRef.selectable && (h("pds-table-cell", { key: '800c34b7d9b6502ba0c5d261d2e5d569f98fbedf', part: this.tableRef.fixedColumn ? 'checkbox-cell' : '', class: this.tableRef.selectable ? 'has-checkbox' : '' }, h("pds-checkbox", { key: 'e7128f1d9880b1ab4f5ac477b079056def352372', componentId: this.generateUniqueId(), onClick: this.handleClick, indeterminate: this.indeterminate, label: "Select Row", labelHidden: true, checked: this.isSelected }))), h("slot", { key: 'd8b499c2c4217ec614bbab351aa1b8e6ef04f786' })));
48
+ return (h(Host, { key: '6d45bf5daa277f7be53ddeb0160d6385cf7deaf8', class: this.classNames(), role: "row" }, this.tableRef && this.tableRef.selectable && (h("pds-table-cell", { key: '41ede9f594d32ddc8c579fd76ab5c1f96ec36f15', part: this.tableRef.fixedColumn ? 'checkbox-cell' : '', class: this.tableRef.selectable ? 'has-checkbox' : '' }, h("pds-checkbox", { key: '112919d44ed2ebf59bc656a08b02c48b703c0487', componentId: this.generateUniqueId(), onClick: this.handleClick, indeterminate: this.indeterminate, label: "Select Row", labelHidden: true, checked: this.isSelected }))), h("slot", { key: 'cc280937ec2e77773ac10720e4e9bca9a4610501' })));
49
49
  }
50
50
  static get is() { return "pds-table-row"; }
51
51
  static get encapsulation() { return "shadow"; }
@@ -80,7 +80,7 @@ export class PdsTable {
80
80
  headerCheckbox.indeterminate = !allSelectedRows && !noneSelectedRows;
81
81
  }
82
82
  render() {
83
- return (h(Host, { key: '50503c576bf533366ef44f3571d389d1eed7297e', class: this.classNames(), id: this.componentId, role: "grid", selectable: this.selectable, tabindex: "0" }, h("slot", { key: '8348c103d0627440f6ce9b7640a64ce1180cfb39' })));
83
+ return (h(Host, { key: '7540429df3f462d59b731a08ff610c9d4c2a4d10', class: this.classNames(), id: this.componentId, role: "grid", selectable: this.selectable, tabindex: "0" }, h("slot", { key: '33a267a84e96e7aea042335672dab2a45d46ad15' })));
84
84
  }
85
85
  static get is() { return "pds-table"; }
86
86
  static get encapsulation() { return "shadow"; }
@@ -11,9 +11,9 @@ export class PdsTab {
11
11
  this.pdsTabClick.emit([index, parentComponentId]);
12
12
  }
13
13
  render() {
14
- const availabilityTabEdgeInlineStart = (h("span", { key: 'd98a922aaa1b9a6023830badc391c3d1d615ec6a', class: "pds-tab-edge", role: "presentation" }));
15
- const availabilityTabEdgeInlineEnd = (h("span", { key: '390da28bb3fd9ab1fa2fddda45569e92d4547fa3', class: "pds-tab-edge pds-tab-edge--end", role: "presentation" }));
16
- return (h(Host, { key: '5996673486d4bd95f98a691b155529a60655e92f', variant: this.variant, slot: "tabs", index: this.index }, h("button", { key: '6eded79f9d5aa9093080933aa9aaa2ad88440759', role: "tab", id: this.parentComponentId + "__" + this.name, "aria-controls": this.parentComponentId + "__" + this.name + "-panel", tabindex: this.selected ? "0" : "-1", "aria-selected": this.selected ? "true" : "false", class: this.selected ? "pds-tab is-active" : "pds-tab", onClick: this.onTabClick.bind(this, this.index, this.parentComponentId) }, this.variant === "availability" && availabilityTabEdgeInlineStart, this.variant === "availability" && availabilityTabEdgeInlineEnd, h("div", { key: '9f8927d976b6964c22414e9fbb8680b9132370fa', class: "pds-tab__content" }, h("slot", { key: '691c6cf5e42bc42c6492276fd5905733c424921c' })))));
14
+ const availabilityTabEdgeInlineStart = (h("span", { key: '86bc0085668c8abc70d43b3d51ecb0328c74a250', class: "pds-tab-edge", role: "presentation" }));
15
+ const availabilityTabEdgeInlineEnd = (h("span", { key: '1156c49c0448e6ea11bfe7b292d96c3a396c59e4', class: "pds-tab-edge pds-tab-edge--end", role: "presentation" }));
16
+ return (h(Host, { key: 'fc6a96add1a97e05ad8d85856ce44a3bc99c7581', variant: this.variant, slot: "tabs", index: this.index }, h("button", { key: '41b1b8bf4e74974aa1e375a87d69c149a1fb04e6', role: "tab", id: this.parentComponentId + "__" + this.name, "aria-controls": this.parentComponentId + "__" + this.name + "-panel", tabindex: this.selected ? "0" : "-1", "aria-selected": this.selected ? "true" : "false", class: this.selected ? "pds-tab is-active" : "pds-tab", onClick: this.onTabClick.bind(this, this.index, this.parentComponentId) }, this.variant === "availability" && availabilityTabEdgeInlineStart, this.variant === "availability" && availabilityTabEdgeInlineEnd, h("div", { key: '81d264e8ac4e9d94e59ea8c377ac7225f48353db', class: "pds-tab__content" }, h("slot", { key: '9549347c6fc773e9f9b234e72f39fa265e77aac2' })))));
17
17
  }
18
18
  static get is() { return "pds-tab"; }
19
19
  static get originalStyleUrls() {
@@ -7,7 +7,7 @@ export class PdsTabpanel {
7
7
  this.selected = false;
8
8
  }
9
9
  render() {
10
- return (h(Host, { key: 'e373f0105e391bcb04888b060f41d96cf374ee2d', slot: "tabpanels" }, h("div", { key: '699b02073f6fa1caafc5920b82f776c86c553599', 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" }, h("slot", { key: 'df59ed91bf0ca60ccbde92b2f84c7c17659bfdbd' }))));
10
+ return (h(Host, { key: '63913321e3c0005e6a0e924a4de620ab2e46157a', slot: "tabpanels" }, h("div", { key: '6a7a0af19b0b506c927001484a935220e6b8e966', 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" }, h("slot", { key: '57dd1e7e66bb23562b527f9218fa350ed3f3c1a7' }))));
11
11
  }
12
12
  static get is() { return "pds-tabpanel"; }
13
13
  static get originalStyleUrls() {
@@ -83,7 +83,7 @@ export class PdsTabs {
83
83
  this.passPropsToChildren();
84
84
  }
85
85
  render() {
86
- return (h(Host, { key: '48a7f7d7124c700612089ba096e932f0e376b418', "active-tab-name": this.activeTabName, class: this.classNames(), id: this.componentId }, h("div", { key: '285092baa2367bd90736a6b893745874b2e96cc4', class: "pds-tabs__tablist", role: "tablist", "aria-label": this.tablistLabel }, h("slot", { key: '451b42c90fcd53ce0d51f550b402533a2fcd24df', name: "tabs" })), h("slot", { key: '945fe293061a5fff2e3777e3d454d10f3bc59125', name: "tabpanels" })));
86
+ return (h(Host, { key: '93431c0270fb4f658262c43ab65fc144c527d7bf', "active-tab-name": this.activeTabName, class: this.classNames(), id: this.componentId }, h("div", { key: 'a9b216ad2a3612b4bc5219b370efa90b9ef89e1c', class: "pds-tabs__tablist", role: "tablist", "aria-label": this.tablistLabel }, h("slot", { key: 'a4a9a6cf3a3d43ad6b390a041cc1ef18472325f0', name: "tabs" })), h("slot", { key: '729ae2b2a129760d0d347acaee0118ba667b5292', name: "tabpanels" })));
87
87
  }
88
88
  static get is() { return "pds-tabs"; }
89
89
  static get encapsulation() { return "shadow"; }
@@ -20,7 +20,7 @@ export class PdsText {
20
20
  ${this.weight !== undefined && this.weight.trim() !== '' ? `pds-text--weight-${this.weight}` : ''}
21
21
  ${this.decoration !== undefined && this.decoration.trim() !== '' ? `pds-text--decoration-${this.decoration}` : ''}
22
22
  `;
23
- return (h(Tag, { key: '1f4e66d525057dea787cafa3e553572333dc1f1d', class: typeClasses }, h("slot", { key: '035a577c6c1b67b200362c0bf6431714ac8c52ba' })));
23
+ return (h(Tag, { key: '2484af922fff3a9b3eb4064e1d5bc9d760bba47f', class: typeClasses }, h("slot", { key: '1f7dd37b81a6b0c2c2a7ca55f7616f12f22a67b1' })));
24
24
  }
25
25
  static get is() { return "pds-text"; }
26
26
  static get encapsulation() { return "shadow"; }
@@ -107,10 +107,10 @@ export class PdsTextarea {
107
107
  }
108
108
  render() {
109
109
  const value = this.getValue();
110
- return (h(Host, { key: 'aa960b2a67c927c296040e835fadcd8f8bcbbc18', "aria-disabled": this.disabled ? 'true' : null, "aria-readonly": this.readonly ? 'true' : null }, h("div", { key: 'b95804e8ddbd92f4d7177c90d342d0ff2022ad44', class: "pds-textarea" }, this.label &&
111
- h("label", { key: 'ef508b6af03cf871b419b2dd4d79ded182b59da5', htmlFor: this.componentId }, this.label), h("textarea", Object.assign({ key: '2d2f195e8a715332eab0bba4f869db67b0f249c9', ref: (el) => this.nativeTextarea = el, "aria-describedby": 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, 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 }, this.inheritedAttributes), value), this.helperMessage &&
112
- h("p", { key: '84ad453017c378553eeda5198267564661b9bc8f', class: "pds-textarea__helper-message", id: messageId(this.componentId, 'helper') }, this.helperMessage), this.invalid &&
113
- h("p", { key: 'd1fbcbe5af314a25bdec647d560f9e964a9c8b90', "aria-live": "assertive", class: "pds-textarea__error-message", id: messageId(this.componentId, 'error') }, h("pds-icon", { key: '525edfdafeabd31a41e62c0c0e454752123c7c8a', icon: danger, size: "small" }), this.errorMessage))));
110
+ return (h(Host, { key: 'ff1ea6dcc0543b1c706f922a8563fa63b4721343', "aria-disabled": this.disabled ? 'true' : null, "aria-readonly": this.readonly ? 'true' : null }, h("div", { key: '25d4efe232c9d90967a17920fb82f17d075189ae', class: "pds-textarea" }, this.label &&
111
+ h("label", { key: '764e320927d0eac61ad9c08b00f805b9bae4d525', htmlFor: this.componentId }, this.label), h("textarea", Object.assign({ key: '04f18ad66ebf94e7e52fab68e8e8d997e5d57270', ref: (el) => this.nativeTextarea = el, "aria-describedby": 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, 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 }, this.inheritedAttributes), value), this.helperMessage &&
112
+ h("p", { key: '5c4d5afb3239208a18c47755412ab2a80ed599f8', class: "pds-textarea__helper-message", id: messageId(this.componentId, 'helper') }, this.helperMessage), this.invalid &&
113
+ h("p", { key: '906bc964bd9ff7bc5399dd693535ceeb80e9fcc6', "aria-live": "assertive", class: "pds-textarea__error-message", id: messageId(this.componentId, 'error') }, h("pds-icon", { key: '19e00869fca337c8b4473852c8e4c2f57c605a64', icon: danger, size: "small" }), this.errorMessage))));
114
114
  }
115
115
  static get is() { return "pds-textarea"; }
116
116
  static get encapsulation() { return "shadow"; }
@@ -67,13 +67,13 @@ export class PdsTooltip {
67
67
  this.opened = false;
68
68
  }
69
69
  render() {
70
- return (h(Host, { key: '33df155f78b81a7c933e89bb115247c49732fa3c', onMouseEnter: this.handleShow, onMouseLeave: this.handleHide, onFocusin: this.handleShow, onFocusout: this.handleHide }, h("div", { key: '42acdb06c67d77e05a2079423731b2587c04193b', class: `
70
+ return (h(Host, { key: '0db068ff80874300eb6945484cbaae6848b049e5', onMouseEnter: this.handleShow, onMouseLeave: this.handleHide, onFocusin: this.handleShow, onFocusout: this.handleHide }, h("div", { key: 'd3bc1f943ae310e9e520b3ff11f153a3bd2ab995', class: `
71
71
  pds-tooltip
72
72
  pds-tooltip--${this.placement}
73
73
  ${this.htmlContent ? 'pds-tooltip--has-html-content' : ''}
74
74
  ${this.opened ? 'pds-tooltip--is-open' : ''}
75
75
  ${this.hasArrow ? '' : 'pds-tooltip--no-arrow'}
76
- ` }, h("span", { key: '3086830ad1713041b1750868f1455ac5c246af20', "aria-describedby": this.componentId, class: "pds-tooltip__trigger" }, h("slot", { key: '0fcff3e24fcfac192581cf51ec0c7b22f2d338ec' })), h("div", { key: 'e8c73dc4872b2356dd6bcd278f181816d9237997', class: "pds-tooltip__content", "aria-hidden": this.opened ? 'false' : 'true', "aria-live": this.opened ? 'polite' : 'off', id: this.componentId, ref: (el) => (this.contentEl = el), role: "tooltip", style: { maxWidth: this.maxWidth } }, h("slot", { key: '031946f960e6250fe7af1535648317ef5a9521f9', name: "content" }), this.content))));
76
+ ` }, h("span", { key: '9e44354763e75d71fc61927720f9e2307a5d65ac', "aria-describedby": this.componentId, class: "pds-tooltip__trigger" }, h("slot", { key: '67f6124bea83fcdb6d2182f1c97782d8b8538be3' })), h("div", { key: '1a28d38b279c10c1597bd91e5e0188875a9b8552', class: "pds-tooltip__content", "aria-hidden": this.opened ? 'false' : 'true', "aria-live": this.opened ? 'polite' : 'off', id: this.componentId, ref: (el) => (this.contentEl = el), role: "tooltip", style: { maxWidth: this.maxWidth } }, h("slot", { key: 'c6f5f7bdb013c93a8139f07b9fcb47d3acb0ab54', name: "content" }), this.content))));
77
77
  }
78
78
  static get is() { return "pds-tooltip"; }
79
79
  static get encapsulation() { return "shadow"; }
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-02-24T17:27:26",
2
+ "timestamp": "2025-02-28T19:44:47",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.22.2",
@@ -1919,6 +1919,33 @@
1919
1919
  "optional": true,
1920
1920
  "required": false
1921
1921
  },
1922
+ {
1923
+ "name": "fullWidth",
1924
+ "type": "boolean",
1925
+ "complexType": {
1926
+ "original": "boolean",
1927
+ "resolved": "boolean",
1928
+ "references": {}
1929
+ },
1930
+ "mutable": false,
1931
+ "attr": "full-width",
1932
+ "reflectToAttr": false,
1933
+ "docs": "Determines if the button should take up the full width of its container.",
1934
+ "docsTags": [
1935
+ {
1936
+ "name": "defaultValue",
1937
+ "text": "false"
1938
+ }
1939
+ ],
1940
+ "default": "false",
1941
+ "values": [
1942
+ {
1943
+ "type": "boolean"
1944
+ }
1945
+ ],
1946
+ "optional": true,
1947
+ "required": false
1948
+ },
1922
1949
  {
1923
1950
  "name": "icon",
1924
1951
  "type": "string",
@@ -1946,6 +1973,33 @@
1946
1973
  "optional": true,
1947
1974
  "required": false
1948
1975
  },
1976
+ {
1977
+ "name": "loading",
1978
+ "type": "boolean",
1979
+ "complexType": {
1980
+ "original": "boolean",
1981
+ "resolved": "boolean",
1982
+ "references": {}
1983
+ },
1984
+ "mutable": false,
1985
+ "attr": "loading",
1986
+ "reflectToAttr": false,
1987
+ "docs": "Determines if the button is in a loading state.\nWhen true, displays a loader and hides the button text.",
1988
+ "docsTags": [
1989
+ {
1990
+ "name": "defaultValue",
1991
+ "text": "false"
1992
+ }
1993
+ ],
1994
+ "default": "false",
1995
+ "values": [
1996
+ {
1997
+ "type": "boolean"
1998
+ }
1999
+ ],
2000
+ "optional": true,
2001
+ "required": false
2002
+ },
1949
2003
  {
1950
2004
  "name": "name",
1951
2005
  "type": "string",
@@ -2111,11 +2165,13 @@
2111
2165
  "pds-copytext"
2112
2166
  ],
2113
2167
  "dependencies": [
2114
- "pds-icon"
2168
+ "pds-icon",
2169
+ "pds-loader"
2115
2170
  ],
2116
2171
  "dependencyGraph": {
2117
2172
  "pds-button": [
2118
- "pds-icon"
2173
+ "pds-icon",
2174
+ "pds-loader"
2119
2175
  ],
2120
2176
  "pds-copytext": [
2121
2177
  "pds-button"
@@ -2837,7 +2893,8 @@
2837
2893
  "pds-icon"
2838
2894
  ],
2839
2895
  "pds-button": [
2840
- "pds-icon"
2896
+ "pds-icon",
2897
+ "pds-loader"
2841
2898
  ]
2842
2899
  }
2843
2900
  },
@@ -3438,7 +3495,7 @@
3438
3495
  "mutable": false,
3439
3496
  "attr": "type",
3440
3497
  "reflectToAttr": false,
3441
- "docs": "Determines the type of control that will be displayed\n`'email'`, `'number'`, `'password'`, `'tel'`, `'text'`",
3498
+ "docs": "Determines the type of control that will be displayed\n`'email'`, `'number'`, `'password'`, `'tel'`, `'text'`, `'url'`",
3442
3499
  "docsTags": [
3443
3500
  {
3444
3501
  "name": "defaultValue",
@@ -3899,9 +3956,15 @@
3899
3956
  }
3900
3957
  ],
3901
3958
  "parts": [],
3902
- "dependents": [],
3959
+ "dependents": [
3960
+ "pds-button"
3961
+ ],
3903
3962
  "dependencies": [],
3904
- "dependencyGraph": {}
3963
+ "dependencyGraph": {
3964
+ "pds-button": [
3965
+ "pds-loader"
3966
+ ]
3967
+ }
3905
3968
  },
3906
3969
  {
3907
3970
  "filePath": "src/components/pds-popover/pds-popover.tsx",
@@ -1,4 +1,4 @@
1
- /* pds-icons v8.13.0, ES Modules */
1
+ /* pds-icons v8.15.0, ES Modules */
2
2
  const caretDown = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M5.293 8.293a1 1 0 0 1 1.414 0L12 13.586l5.293-5.293a1 1 0 1 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 0 1 0-1.414'/></svg>";
3
3
  const checkCircleFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m5.207 8.707a1 1 0 0 0-1.414-1.414L10.5 13.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0z'/></svg>";
4
4
  const copy = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M11.162 1h7.676c.528 0 .982 0 1.357.03.395.033.789.104 1.167.297a3 3 0 0 1 1.311 1.311c.193.378.264.772.296 1.167.031.375.031.83.031 1.356v7.678c0 .527 0 .981-.03 1.356-.033.395-.104.789-.297 1.167a3 3 0 0 1-1.311 1.311c-.378.193-.772.264-1.167.296-.375.031-.83.031-1.357.031H17v1.838c0 .528 0 .982-.03 1.357-.033.395-.104.789-.297 1.167a3 3 0 0 1-1.311 1.311c-.378.193-.772.264-1.167.296-.375.031-.83.031-1.356.031H5.16c-.527 0-.981 0-1.356-.03-.395-.033-.789-.104-1.167-.297a3 3 0 0 1-1.311-1.311c-.193-.378-.264-.772-.296-1.167C1 19.82 1 19.365 1 18.838v-7.677c0-.527 0-.981.03-1.356.033-.395.104-.789.297-1.167a3 3 0 0 1 1.311-1.311c.378-.193.772-.264 1.167-.296C4.18 7 4.635 7 5.161 7H7V5.161c0-.527 0-.981.03-1.356.033-.395.104-.789.297-1.167a3 3 0 0 1 1.311-1.311c.378-.193.772-.264 1.167-.296C10.18 1 10.635 1 11.162 1M5.2 9c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 0 0-.437.437c-.025.05-.063.15-.085.422C3 10.25 3 10.623 3 11.2v7.6c0 .577 0 .949.024 1.232.022.272.06.373.085.422a1 1 0 0 0 .437.437c.05.025.15.063.422.085C4.25 21 4.623 21 5.2 21h7.6c.577 0 .949 0 1.232-.024.272-.022.373-.06.422-.085a1 1 0 0 0 .437-.437c.025-.05.063-.15.085-.422C15 19.75 15 19.377 15 18.8v-7.6c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 0 0-.437-.437c-.05-.025-.15-.063-.422-.085C13.75 9 13.377 9 12.8 9zM17 15v-3.838c0-.528 0-.982-.03-1.357-.033-.395-.104-.789-.297-1.167a3 3 0 0 0-1.311-1.311c-.378-.193-.772-.264-1.167-.296A18 18 0 0 0 12.838 7H9V5.2c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 0 1 .437-.437c.05-.025.15-.063.422-.085C10.25 3 10.623 3 11.2 3h7.6c.577 0 .949 0 1.232.024.272.022.373.06.422.085a1 1 0 0 1 .437.437c.025.05.063.15.085.422C21 4.25 21 4.623 21 5.2v7.6c0 .577 0 .949-.024 1.232-.022.272-.06.373-.085.422a1 1 0 0 1-.437.437c-.05.025-.15.063-.422.085C19.75 15 19.377 15 18.8 15z'/></svg>";
@@ -9,8 +9,8 @@ const handle = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'
9
9
  const launch = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M14 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V5.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L18.586 4H15a1 1 0 0 1-1-1M7.759 4H10a1 1 0 1 1 0 2H7.8c-.857 0-1.439 0-1.889.038-.438.035-.663.1-.819.18a2 2 0 0 0-.874.874c-.08.156-.145.38-.18.819C4 8.361 4 8.943 4 9.8v6.4c0 .857 0 1.439.038 1.889.035.438.1.663.18.819a2 2 0 0 0 .874.874c.156.08.38.145.819.18C6.361 20 6.943 20 7.8 20h6.4c.857 0 1.439 0 1.889-.038.438-.035.663-.1.819-.18a2 2 0 0 0 .874-.874c.08-.156.145-.38.18-.819.037-.45.038-1.032.038-1.889V14a1 1 0 1 1 2 0v2.241c0 .805 0 1.47-.044 2.01-.046.563-.145 1.08-.392 1.565a4 4 0 0 1-1.748 1.748c-.485.247-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H7.758c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 0 1-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C2 17.71 2 17.046 2 16.242V9.758c0-.805 0-1.47.044-2.01.046-.563.145-1.08.392-1.565a4 4 0 0 1 1.748-1.748c.485-.247 1.002-.346 1.564-.392C6.29 4 6.954 4 7.758 4'/></svg>";
10
10
  const remove = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M5.293 5.293a1 1 0 0 1 1.414 0L12 10.586l5.293-5.293a1 1 0 1 1 1.414 1.414L13.414 12l5.293 5.293a1 1 0 0 1-1.414 1.414L12 13.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L10.586 12 5.293 6.707a1 1 0 0 1 0-1.414'/></svg>";
11
11
  const upSmall = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M11.293 8.293a1 1 0 0 1 1.414 0l6 6a1 1 0 0 1-1.414 1.414L12 10.414l-5.293 5.293a1 1 0 0 1-1.414-1.414z'/></svg>";
12
- const userFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M8.786 14.5h6.428c.727 0 1.222 0 1.654.076a5 5 0 0 1 4.056 4.056c.076.432.076.927.076 1.654 0 .158.005.318-.023.474a1.5 1.5 0 0 1-1.217 1.217c-.136.024-.28.023-.35.023Q12 21.961 4.59 22c-.07 0-.214.001-.35-.023a1.5 1.5 0 0 1-1.217-1.216c-.028-.157-.023-.317-.023-.475 0-.727 0-1.222.076-1.654a5 5 0 0 1 4.056-4.056c.432-.076.927-.076 1.654-.076M6.5 7.5a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0'/></svg>";
12
+ const userFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M8.786 14.5h6.428c.727 0 1.222 0 1.654.076a5 5 0 0 1 4.056 4.056c.076.432.076.927.076 1.654 0 .158.005.318-.023.474a1.5 1.5 0 0 1-1.216 1.217c-.137.024-.28.023-.351.023Q12 21.961 4.59 22c-.07 0-.214.001-.35-.023a1.5 1.5 0 0 1-1.217-1.216c-.028-.157-.023-.317-.023-.475 0-.727 0-1.222.076-1.654a5 5 0 0 1 4.056-4.056c.432-.076.927-.076 1.654-.076M6.5 7.5a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0'/></svg>";
13
13
 
14
14
  export { copy as a, danger as b, checkCircleFilled as c, downSmall as d, enlarge as e, caretDown as f, upSmall as g, handle as h, launch as l, remove as r, userFilled as u };
15
15
 
16
- //# sourceMappingURL=index-d320cfa9.js.map
16
+ //# sourceMappingURL=index-7f8e0fa6.js.map