@pine-ds/core 2.1.1 → 2.1.2

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 (493) hide show
  1. package/components/index.d.ts +6 -0
  2. package/components/index.js +3 -0
  3. package/components/index.js.map +1 -1
  4. package/components/index2.js +3 -2
  5. package/components/index2.js.map +1 -1
  6. package/components/pds-button2.js +5 -3
  7. package/components/pds-button2.js.map +1 -1
  8. package/components/pds-checkbox2.js +12 -5
  9. package/components/pds-checkbox2.js.map +1 -1
  10. package/components/pds-chip.js +4 -4
  11. package/components/pds-chip.js.map +1 -1
  12. package/components/pds-copytext.js +1 -1
  13. package/components/pds-copytext.js.map +1 -1
  14. package/components/pds-divider.js +1 -1
  15. package/components/pds-divider.js.map +1 -1
  16. package/components/pds-image.js +2 -2
  17. package/components/pds-image.js.map +1 -1
  18. package/components/pds-input.js +12 -5
  19. package/components/pds-input.js.map +1 -1
  20. package/components/pds-link.js +2 -2
  21. package/components/pds-link.js.map +1 -1
  22. package/components/pds-loader.js +1 -1
  23. package/components/pds-popover.d.ts +11 -0
  24. package/components/pds-popover.js +94 -0
  25. package/components/pds-popover.js.map +1 -0
  26. package/components/pds-progress.js +1 -1
  27. package/components/pds-radio.js +16 -9
  28. package/components/pds-radio.js.map +1 -1
  29. package/components/pds-row.js +1 -1
  30. package/components/pds-select.d.ts +11 -0
  31. package/components/pds-select.js +165 -0
  32. package/components/pds-select.js.map +1 -0
  33. package/components/pds-sortable-item.js +1 -1
  34. package/components/pds-sortable.js +1 -1
  35. package/components/pds-switch.js +12 -8
  36. package/components/pds-switch.js.map +1 -1
  37. package/components/pds-tab.js +3 -3
  38. package/components/pds-table-body.js +1 -1
  39. package/components/pds-table-cell2.js +2 -2
  40. package/components/pds-table-head-cell2.js +3 -3
  41. package/components/pds-table-head.js +1 -1
  42. package/components/pds-table-row.js +9 -3
  43. package/components/pds-table-row.js.map +1 -1
  44. package/components/pds-table.js +1 -1
  45. package/components/pds-tabpanel.js +1 -1
  46. package/components/pds-tabs.js +1 -1
  47. package/components/pds-text.d.ts +11 -0
  48. package/components/pds-text.js +58 -0
  49. package/components/pds-text.js.map +1 -0
  50. package/components/pds-textarea.js +13 -6
  51. package/components/pds-textarea.js.map +1 -1
  52. package/components/pds-tooltip.js +2 -2
  53. package/dist/cjs/{index-8f7870bb.js → index-0079013c.js} +4 -2
  54. package/dist/cjs/index-0079013c.js.map +1 -0
  55. package/dist/cjs/{index-8ad0cd9d.js → index-b7d9268e.js} +3 -2
  56. package/dist/cjs/index-b7d9268e.js.map +1 -0
  57. package/dist/cjs/index.cjs.js +1 -1
  58. package/dist/cjs/loader.cjs.js +2 -2
  59. package/dist/cjs/pds-accordion.cjs.entry.js +2 -2
  60. package/dist/cjs/pds-avatar.cjs.entry.js +2 -2
  61. package/dist/cjs/pds-box.cjs.entry.js +1 -1
  62. package/dist/cjs/pds-button.cjs.entry.js +5 -3
  63. package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
  64. package/dist/cjs/pds-checkbox.cjs.entry.js +7 -6
  65. package/dist/cjs/pds-checkbox.cjs.entry.js.map +1 -1
  66. package/dist/cjs/pds-chip.cjs.entry.js +5 -5
  67. package/dist/cjs/pds-chip.cjs.entry.js.map +1 -1
  68. package/dist/cjs/pds-copytext.cjs.entry.js +3 -3
  69. package/dist/cjs/pds-copytext.cjs.entry.js.map +1 -1
  70. package/dist/cjs/pds-divider.cjs.entry.js +2 -2
  71. package/dist/cjs/pds-divider.cjs.entry.js.map +1 -1
  72. package/dist/cjs/pds-icon.cjs.entry.js +1 -1
  73. package/dist/cjs/pds-image.cjs.entry.js +3 -3
  74. package/dist/cjs/pds-image.cjs.entry.js.map +1 -1
  75. package/dist/cjs/pds-input.cjs.entry.js +7 -6
  76. package/dist/cjs/pds-input.cjs.entry.js.map +1 -1
  77. package/dist/cjs/{pds-label-35369959.js → pds-label-05f073ea.js} +2 -2
  78. package/dist/cjs/{pds-label-35369959.js.map → pds-label-05f073ea.js.map} +1 -1
  79. package/dist/cjs/pds-link.cjs.entry.js +4 -4
  80. package/dist/cjs/pds-link.cjs.entry.js.map +1 -1
  81. package/dist/cjs/pds-loader.cjs.entry.js +2 -2
  82. package/dist/cjs/pds-popover.cjs.entry.js +72 -0
  83. package/dist/cjs/pds-popover.cjs.entry.js.map +1 -0
  84. package/dist/cjs/pds-progress.cjs.entry.js +2 -2
  85. package/dist/cjs/pds-radio.cjs.entry.js +9 -8
  86. package/dist/cjs/pds-radio.cjs.entry.js.map +1 -1
  87. package/dist/cjs/pds-row.cjs.entry.js +2 -2
  88. package/dist/cjs/pds-select.cjs.entry.js +131 -0
  89. package/dist/cjs/pds-select.cjs.entry.js.map +1 -0
  90. package/dist/cjs/pds-sortable-item.cjs.entry.js +3 -3
  91. package/dist/cjs/pds-sortable.cjs.entry.js +2 -2
  92. package/dist/cjs/pds-switch.cjs.entry.js +7 -9
  93. package/dist/cjs/pds-switch.cjs.entry.js.map +1 -1
  94. package/dist/cjs/pds-tab.cjs.entry.js +4 -4
  95. package/dist/cjs/pds-table-body.cjs.entry.js +2 -2
  96. package/dist/cjs/pds-table-cell.cjs.entry.js +3 -3
  97. package/dist/cjs/pds-table-head-cell.cjs.entry.js +4 -4
  98. package/dist/cjs/pds-table-head.cjs.entry.js +2 -2
  99. package/dist/cjs/pds-table-row.cjs.entry.js +2 -2
  100. package/dist/cjs/pds-table.cjs.entry.js +2 -2
  101. package/dist/cjs/pds-tabpanel.cjs.entry.js +2 -2
  102. package/dist/cjs/pds-tabs.cjs.entry.js +2 -2
  103. package/dist/cjs/pds-text.cjs.entry.js +37 -0
  104. package/dist/cjs/pds-text.cjs.entry.js.map +1 -0
  105. package/dist/cjs/pds-textarea.cjs.entry.js +8 -7
  106. package/dist/cjs/pds-textarea.cjs.entry.js.map +1 -1
  107. package/dist/cjs/pds-tooltip.cjs.entry.js +3 -3
  108. package/dist/cjs/pine-core.cjs.js +2 -2
  109. package/dist/collection/collection-manifest.json +3 -0
  110. package/dist/collection/components/pds-button/pds-button.js +20 -1
  111. package/dist/collection/components/pds-button/pds-button.js.map +1 -1
  112. package/dist/collection/components/pds-button/stories/pds-button.stories.js +8 -1
  113. package/dist/collection/components/pds-checkbox/pds-checkbox.css +9 -1
  114. package/dist/collection/components/pds-checkbox/pds-checkbox.js +4 -3
  115. package/dist/collection/components/pds-checkbox/pds-checkbox.js.map +1 -1
  116. package/dist/collection/components/pds-chip/pds-chip.js +26 -26
  117. package/dist/collection/components/pds-chip/pds-chip.js.map +1 -1
  118. package/dist/collection/components/pds-copytext/pds-copytext.js +4 -4
  119. package/dist/collection/components/pds-copytext/pds-copytext.js.map +1 -1
  120. package/dist/collection/components/pds-divider/pds-divider.js +2 -2
  121. package/dist/collection/components/pds-divider/pds-divider.js.map +1 -1
  122. package/dist/collection/components/pds-image/pds-image.js +13 -7
  123. package/dist/collection/components/pds-image/pds-image.js.map +1 -1
  124. package/dist/collection/components/pds-input/pds-input.css +6 -1
  125. package/dist/collection/components/pds-input/pds-input.js +4 -3
  126. package/dist/collection/components/pds-input/pds-input.js.map +1 -1
  127. package/dist/collection/components/pds-link/pds-link.js +12 -9
  128. package/dist/collection/components/pds-link/pds-link.js.map +1 -1
  129. package/dist/collection/components/pds-loader/pds-loader.js +1 -1
  130. package/dist/collection/components/pds-popover/pds-popover.css +51 -0
  131. package/dist/collection/components/pds-popover/pds-popover.js +216 -0
  132. package/dist/collection/components/pds-popover/pds-popover.js.map +1 -0
  133. package/dist/collection/components/pds-popover/stories/pds-popover.stories.js +45 -0
  134. package/dist/collection/components/pds-progress/pds-progress.js +1 -1
  135. package/dist/collection/components/pds-radio/pds-radio.css +9 -1
  136. package/dist/collection/components/pds-radio/pds-radio.js +41 -40
  137. package/dist/collection/components/pds-radio/pds-radio.js.map +1 -1
  138. package/dist/collection/components/pds-row/pds-row.js +1 -1
  139. package/dist/collection/components/pds-select/pds-select.css +126 -0
  140. package/dist/collection/components/pds-select/pds-select.js +360 -0
  141. package/dist/collection/components/pds-select/pds-select.js.map +1 -0
  142. package/dist/collection/components/pds-select/stories/pds-select.stories.js +153 -0
  143. package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +1 -1
  144. package/dist/collection/components/pds-sortable/pds-sortable.js +1 -1
  145. package/dist/collection/components/pds-switch/pds-switch.css +10 -6
  146. package/dist/collection/components/pds-switch/pds-switch.js +14 -16
  147. package/dist/collection/components/pds-switch/pds-switch.js.map +1 -1
  148. package/dist/collection/components/pds-switch/stories/pds-switch.stories.js +2 -2
  149. package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +1 -1
  150. package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +2 -2
  151. package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +1 -1
  152. package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +2 -2
  153. package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +1 -1
  154. package/dist/collection/components/pds-table/pds-table.js +1 -1
  155. package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +3 -3
  156. package/dist/collection/components/pds-tabs/pds-tab/stories/pds-tab.stories.js +19 -0
  157. package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +1 -1
  158. package/dist/collection/components/pds-tabs/pds-tabpanel/stories/pds-tabpanel.stories.js +19 -0
  159. package/dist/collection/components/pds-tabs/pds-tabs.js +1 -1
  160. package/dist/collection/components/pds-tabs/stories/pds-tabs.stories.js +18 -18
  161. package/dist/collection/components/pds-text/pds-text.css +218 -0
  162. package/dist/collection/components/pds-text/pds-text.js +143 -0
  163. package/dist/collection/components/pds-text/pds-text.js.map +1 -0
  164. package/dist/collection/components/pds-text/stories/pds-text.stories.js +111 -0
  165. package/dist/collection/components/pds-textarea/pds-textarea.css +4 -0
  166. package/dist/collection/components/pds-textarea/pds-textarea.js +5 -4
  167. package/dist/collection/components/pds-textarea/pds-textarea.js.map +1 -1
  168. package/dist/collection/components/pds-textarea/stories/pds-textarea.stories.js +2 -2
  169. package/dist/collection/components/pds-tooltip/pds-tooltip.js +2 -2
  170. package/dist/collection/utils/types.js.map +1 -1
  171. package/dist/docs.json +958 -47
  172. package/dist/esm/{index-5e7a8a36.js → index-3ca52e8f.js} +4 -3
  173. package/dist/esm/index-3ca52e8f.js.map +1 -0
  174. package/dist/esm/{index-8b335bbb.js → index-b1696fed.js} +3 -2
  175. package/dist/esm/index-b1696fed.js.map +1 -0
  176. package/dist/esm/index.js +1 -1
  177. package/dist/esm/loader.js +3 -3
  178. package/dist/esm/pds-accordion.entry.js +2 -2
  179. package/dist/esm/pds-avatar.entry.js +2 -2
  180. package/dist/esm/pds-box.entry.js +1 -1
  181. package/dist/esm/pds-button.entry.js +5 -3
  182. package/dist/esm/pds-button.entry.js.map +1 -1
  183. package/dist/esm/pds-checkbox.entry.js +7 -6
  184. package/dist/esm/pds-checkbox.entry.js.map +1 -1
  185. package/dist/esm/pds-chip.entry.js +5 -5
  186. package/dist/esm/pds-chip.entry.js.map +1 -1
  187. package/dist/esm/pds-copytext.entry.js +3 -3
  188. package/dist/esm/pds-copytext.entry.js.map +1 -1
  189. package/dist/esm/pds-divider.entry.js +2 -2
  190. package/dist/esm/pds-divider.entry.js.map +1 -1
  191. package/dist/esm/pds-icon.entry.js +1 -1
  192. package/dist/esm/pds-image.entry.js +3 -3
  193. package/dist/esm/pds-image.entry.js.map +1 -1
  194. package/dist/esm/pds-input.entry.js +7 -6
  195. package/dist/esm/pds-input.entry.js.map +1 -1
  196. package/dist/esm/{pds-label-1f80d632.js → pds-label-62469596.js} +2 -2
  197. package/dist/esm/{pds-label-1f80d632.js.map → pds-label-62469596.js.map} +1 -1
  198. package/dist/esm/pds-link.entry.js +4 -4
  199. package/dist/esm/pds-link.entry.js.map +1 -1
  200. package/dist/esm/pds-loader.entry.js +2 -2
  201. package/dist/esm/pds-popover.entry.js +68 -0
  202. package/dist/esm/pds-popover.entry.js.map +1 -0
  203. package/dist/esm/pds-progress.entry.js +2 -2
  204. package/dist/esm/pds-radio.entry.js +9 -8
  205. package/dist/esm/pds-radio.entry.js.map +1 -1
  206. package/dist/esm/pds-row.entry.js +2 -2
  207. package/dist/esm/pds-select.entry.js +127 -0
  208. package/dist/esm/pds-select.entry.js.map +1 -0
  209. package/dist/esm/pds-sortable-item.entry.js +3 -3
  210. package/dist/esm/pds-sortable.entry.js +2 -2
  211. package/dist/esm/pds-switch.entry.js +7 -9
  212. package/dist/esm/pds-switch.entry.js.map +1 -1
  213. package/dist/esm/pds-tab.entry.js +4 -4
  214. package/dist/esm/pds-table-body.entry.js +2 -2
  215. package/dist/esm/pds-table-cell.entry.js +3 -3
  216. package/dist/esm/pds-table-head-cell.entry.js +4 -4
  217. package/dist/esm/pds-table-head.entry.js +2 -2
  218. package/dist/esm/pds-table-row.entry.js +2 -2
  219. package/dist/esm/pds-table.entry.js +2 -2
  220. package/dist/esm/pds-tabpanel.entry.js +2 -2
  221. package/dist/esm/pds-tabs.entry.js +2 -2
  222. package/dist/esm/pds-text.entry.js +33 -0
  223. package/dist/esm/pds-text.entry.js.map +1 -0
  224. package/dist/esm/pds-textarea.entry.js +8 -7
  225. package/dist/esm/pds-textarea.entry.js.map +1 -1
  226. package/dist/esm/pds-tooltip.entry.js +3 -3
  227. package/dist/esm/pine-core.js +3 -3
  228. package/dist/esm-es5/index-3ca52e8f.js +2 -0
  229. package/dist/esm-es5/index-3ca52e8f.js.map +1 -0
  230. package/dist/esm-es5/{index-8b335bbb.js → index-b1696fed.js} +3 -3
  231. package/dist/esm-es5/index-b1696fed.js.map +1 -0
  232. package/dist/esm-es5/index.js +1 -1
  233. package/dist/esm-es5/loader.js +1 -1
  234. package/dist/esm-es5/loader.js.map +1 -1
  235. package/dist/esm-es5/pds-accordion.entry.js +1 -1
  236. package/dist/esm-es5/pds-avatar.entry.js +1 -1
  237. package/dist/esm-es5/pds-box.entry.js +1 -1
  238. package/dist/esm-es5/pds-button.entry.js +1 -1
  239. package/dist/esm-es5/pds-button.entry.js.map +1 -1
  240. package/dist/esm-es5/pds-checkbox.entry.js +1 -1
  241. package/dist/esm-es5/pds-checkbox.entry.js.map +1 -1
  242. package/dist/esm-es5/pds-chip.entry.js +1 -1
  243. package/dist/esm-es5/pds-chip.entry.js.map +1 -1
  244. package/dist/esm-es5/pds-copytext.entry.js +1 -1
  245. package/dist/esm-es5/pds-copytext.entry.js.map +1 -1
  246. package/dist/esm-es5/pds-divider.entry.js +1 -1
  247. package/dist/esm-es5/pds-divider.entry.js.map +1 -1
  248. package/dist/esm-es5/pds-icon.entry.js +1 -1
  249. package/dist/esm-es5/pds-image.entry.js +1 -1
  250. package/dist/esm-es5/pds-image.entry.js.map +1 -1
  251. package/dist/esm-es5/pds-input.entry.js +1 -1
  252. package/dist/esm-es5/pds-input.entry.js.map +1 -1
  253. package/dist/esm-es5/{pds-label-1f80d632.js → pds-label-62469596.js} +2 -2
  254. package/dist/esm-es5/pds-link.entry.js +1 -1
  255. package/dist/esm-es5/pds-link.entry.js.map +1 -1
  256. package/dist/esm-es5/pds-loader.entry.js +1 -1
  257. package/dist/esm-es5/pds-popover.entry.js +2 -0
  258. package/dist/esm-es5/pds-popover.entry.js.map +1 -0
  259. package/dist/esm-es5/pds-progress.entry.js +1 -1
  260. package/dist/esm-es5/pds-radio.entry.js +1 -1
  261. package/dist/esm-es5/pds-radio.entry.js.map +1 -1
  262. package/dist/esm-es5/pds-row.entry.js +1 -1
  263. package/dist/esm-es5/pds-select.entry.js +2 -0
  264. package/dist/esm-es5/pds-select.entry.js.map +1 -0
  265. package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
  266. package/dist/esm-es5/pds-sortable.entry.js +2 -2
  267. package/dist/esm-es5/pds-switch.entry.js +1 -1
  268. package/dist/esm-es5/pds-switch.entry.js.map +1 -1
  269. package/dist/esm-es5/pds-tab.entry.js +1 -1
  270. package/dist/esm-es5/pds-table-body.entry.js +1 -1
  271. package/dist/esm-es5/pds-table-cell.entry.js +1 -1
  272. package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
  273. package/dist/esm-es5/pds-table-head.entry.js +1 -1
  274. package/dist/esm-es5/pds-table-row.entry.js +1 -1
  275. package/dist/esm-es5/pds-table.entry.js +1 -1
  276. package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
  277. package/dist/esm-es5/pds-tabs.entry.js +1 -1
  278. package/dist/esm-es5/pds-text.entry.js +2 -0
  279. package/dist/esm-es5/pds-text.entry.js.map +1 -0
  280. package/dist/esm-es5/pds-textarea.entry.js +1 -1
  281. package/dist/esm-es5/pds-textarea.entry.js.map +1 -1
  282. package/dist/esm-es5/pds-tooltip.entry.js +1 -1
  283. package/dist/esm-es5/pine-core.js +1 -1
  284. package/dist/esm-es5/pine-core.js.map +1 -1
  285. package/dist/pine-core/index.esm.js +1 -1
  286. package/dist/pine-core/{p-053ca95a.entry.js → p-00cccccb.entry.js} +2 -2
  287. package/dist/pine-core/p-06513fe5.entry.js +2 -0
  288. package/dist/pine-core/p-06513fe5.entry.js.map +1 -0
  289. package/dist/pine-core/p-06593922.system.entry.js +2 -0
  290. package/dist/pine-core/p-06593922.system.entry.js.map +1 -0
  291. package/dist/pine-core/{p-e4a1b3f5.system.entry.js → p-08c4f190.system.entry.js} +2 -2
  292. package/dist/pine-core/{p-de0beb45.system.entry.js → p-09d83447.system.entry.js} +2 -2
  293. package/dist/pine-core/{p-de0beb45.system.entry.js.map → p-09d83447.system.entry.js.map} +1 -1
  294. package/dist/pine-core/{p-d464f04f.entry.js → p-0ac04129.entry.js} +2 -2
  295. package/dist/pine-core/{p-d464f04f.entry.js.map → p-0ac04129.entry.js.map} +1 -1
  296. package/dist/pine-core/{p-b78b3492.entry.js → p-0ff89cf4.entry.js} +2 -2
  297. package/dist/pine-core/{p-b78b3492.entry.js.map → p-0ff89cf4.entry.js.map} +1 -1
  298. package/dist/pine-core/p-1010d12b.system.entry.js +2 -0
  299. package/dist/pine-core/p-1010d12b.system.entry.js.map +1 -0
  300. package/dist/pine-core/p-110b2e03.entry.js +2 -0
  301. package/dist/pine-core/p-110b2e03.entry.js.map +1 -0
  302. package/dist/pine-core/{p-143bbe94.system.entry.js → p-172464c1.system.entry.js} +2 -2
  303. package/dist/pine-core/{p-4e39bbd7.system.entry.js → p-1a1a76ea.system.entry.js} +2 -2
  304. package/dist/pine-core/{p-89101362.system.entry.js → p-1df1990d.system.entry.js} +2 -2
  305. package/dist/pine-core/{p-1ca76e21.entry.js → p-1e80f274.entry.js} +2 -2
  306. package/dist/pine-core/{p-3b780711.entry.js → p-239891e6.entry.js} +2 -2
  307. package/dist/pine-core/p-34f84589.entry.js +2 -0
  308. package/dist/pine-core/p-34f84589.entry.js.map +1 -0
  309. package/dist/pine-core/{p-5fb6ab2f.entry.js → p-3acb18ad.entry.js} +2 -2
  310. package/dist/pine-core/{p-330eda0c.entry.js → p-3e4225fc.entry.js} +2 -2
  311. package/dist/pine-core/{p-48f0a5a4.entry.js → p-3ff2642d.entry.js} +2 -2
  312. package/dist/pine-core/{p-48f0a5a4.entry.js.map → p-3ff2642d.entry.js.map} +1 -1
  313. package/dist/pine-core/{p-1c0993d9.system.entry.js → p-4043cf6e.system.entry.js} +2 -2
  314. package/dist/pine-core/{p-1c0993d9.system.entry.js.map → p-4043cf6e.system.entry.js.map} +1 -1
  315. package/dist/pine-core/{p-4c0c0b2d.system.js → p-45cf2585.system.js} +3 -3
  316. package/dist/pine-core/p-45cf2585.system.js.map +1 -0
  317. package/dist/pine-core/{p-136ea1e9.entry.js → p-4d22b02c.entry.js} +2 -2
  318. package/dist/pine-core/p-4f9b1945.entry.js +2 -0
  319. package/dist/pine-core/p-4f9b1945.entry.js.map +1 -0
  320. package/dist/pine-core/{p-70e5e466.system.entry.js → p-50918693.system.entry.js} +2 -2
  321. package/dist/pine-core/p-59214c8b.system.entry.js +2 -0
  322. package/dist/pine-core/p-59214c8b.system.entry.js.map +1 -0
  323. package/dist/pine-core/{p-05d140a3.system.entry.js → p-59327483.system.entry.js} +2 -2
  324. package/dist/pine-core/p-59a43f75.system.entry.js +2 -0
  325. package/dist/pine-core/p-59a43f75.system.entry.js.map +1 -0
  326. package/dist/pine-core/{p-0200fce9.entry.js → p-59fcea0f.entry.js} +2 -2
  327. package/dist/pine-core/p-5c04aee0.system.js +2 -0
  328. package/dist/pine-core/p-5c04aee0.system.js.map +1 -0
  329. package/dist/pine-core/{p-02f06002.system.entry.js → p-5c942465.system.entry.js} +2 -2
  330. package/dist/pine-core/{p-30d979d3.entry.js → p-624de926.entry.js} +2 -2
  331. package/dist/pine-core/{p-e2d793eb.entry.js → p-65229490.entry.js} +2 -2
  332. package/dist/pine-core/{p-a18ff34f.entry.js → p-6e079be2.entry.js} +2 -2
  333. package/dist/pine-core/p-6f8f471b.system.entry.js +2 -0
  334. package/dist/pine-core/p-6f8f471b.system.entry.js.map +1 -0
  335. package/dist/pine-core/{p-62ebfe42.entry.js → p-760e1c32.entry.js} +2 -2
  336. package/dist/pine-core/{p-62ebfe42.entry.js.map → p-760e1c32.entry.js.map} +1 -1
  337. package/dist/pine-core/{p-57dd9a98.system.entry.js → p-81bdf676.system.entry.js} +2 -2
  338. package/dist/pine-core/{p-d618d51b.entry.js → p-84a4930d.entry.js} +2 -2
  339. package/dist/pine-core/{p-4e6e2052.js → p-87fe352f.js} +3 -3
  340. package/dist/pine-core/p-87fe352f.js.map +1 -0
  341. package/dist/pine-core/{p-188be548.entry.js → p-88410213.entry.js} +2 -2
  342. package/dist/pine-core/p-88702fa2.entry.js +2 -0
  343. package/dist/pine-core/p-88702fa2.entry.js.map +1 -0
  344. package/dist/pine-core/{p-82a001ac.system.entry.js → p-88edcb41.system.entry.js} +2 -2
  345. package/dist/pine-core/{p-c5991956.system.entry.js → p-8ae84655.system.entry.js} +2 -2
  346. package/dist/pine-core/{p-c5991956.system.entry.js.map → p-8ae84655.system.entry.js.map} +1 -1
  347. package/dist/pine-core/{p-7d6d3e2b.entry.js → p-9487df53.entry.js} +2 -2
  348. package/dist/pine-core/{p-6deaad03.entry.js → p-953e6fde.entry.js} +2 -2
  349. package/dist/pine-core/{p-6deaad03.entry.js.map → p-953e6fde.entry.js.map} +1 -1
  350. package/dist/pine-core/p-9db668f2.system.entry.js +2 -0
  351. package/dist/pine-core/p-9db668f2.system.entry.js.map +1 -0
  352. package/dist/pine-core/{p-3fc1efe7.system.entry.js → p-a2726d3b.system.entry.js} +2 -2
  353. package/dist/pine-core/{p-5f23f121.entry.js → p-a51098dd.entry.js} +2 -2
  354. package/dist/pine-core/{p-3ec7fac1.js → p-a9038f7f.js} +2 -2
  355. package/dist/pine-core/{p-9dec3592.system.entry.js → p-a9e02a6f.system.entry.js} +2 -2
  356. package/dist/pine-core/{p-5f13c97b.entry.js → p-b7890a73.system.entry.js} +2 -2
  357. package/dist/pine-core/p-b7890a73.system.entry.js.map +1 -0
  358. package/dist/pine-core/{p-0efee237.system.entry.js → p-b7edbe43.system.entry.js} +2 -2
  359. package/dist/pine-core/{p-0e310504.system.entry.js → p-b95522e6.system.entry.js} +2 -2
  360. package/dist/pine-core/{p-94a0fd6e.entry.js → p-bbd19258.entry.js} +2 -2
  361. package/dist/pine-core/{p-e7648adc.system.entry.js → p-c4aec6ce.system.entry.js} +2 -2
  362. package/dist/pine-core/{p-e7648adc.system.entry.js.map → p-c4aec6ce.system.entry.js.map} +1 -1
  363. package/dist/pine-core/p-cbf2acbd.system.entry.js +2 -0
  364. package/dist/pine-core/p-cbf2acbd.system.entry.js.map +1 -0
  365. package/dist/pine-core/{p-1b611a91.system.entry.js → p-ce91ca6a.system.entry.js} +2 -2
  366. package/dist/pine-core/{p-1b611a91.system.entry.js.map → p-ce91ca6a.system.entry.js.map} +1 -1
  367. package/dist/pine-core/{p-c8b0ea02.entry.js → p-ceb66096.entry.js} +3 -3
  368. package/dist/pine-core/{p-be998f90.system.entry.js → p-d3365f49.system.entry.js} +3 -3
  369. package/dist/pine-core/p-d37d900e.entry.js +2 -0
  370. package/dist/pine-core/p-d37d900e.entry.js.map +1 -0
  371. package/dist/pine-core/p-d5c90be4.entry.js +2 -0
  372. package/dist/pine-core/p-d5c90be4.entry.js.map +1 -0
  373. package/dist/pine-core/{p-e9ca5a4e.entry.js → p-d6d8a21a.entry.js} +2 -2
  374. package/dist/pine-core/p-db622f8f.system.js +2 -0
  375. package/dist/pine-core/p-dc4a6d88.js +2 -0
  376. package/dist/pine-core/p-dc4a6d88.js.map +1 -0
  377. package/dist/pine-core/{p-a15c9c4f.entry.js → p-e2a673e8.entry.js} +2 -2
  378. package/dist/pine-core/{p-f408c34a.system.js → p-e3fab4be.system.js} +2 -2
  379. package/dist/pine-core/{p-f6e72c06.system.entry.js → p-e64594ae.system.entry.js} +2 -2
  380. package/dist/pine-core/p-e90b2c75.system.js +2 -0
  381. package/dist/pine-core/p-e90b2c75.system.js.map +1 -0
  382. package/dist/pine-core/p-e936e948.entry.js +2 -0
  383. package/dist/pine-core/p-e936e948.entry.js.map +1 -0
  384. package/dist/pine-core/{p-5c90a600.entry.js → p-ebdaf3ad.entry.js} +2 -2
  385. package/dist/pine-core/{p-c18464e8.system.entry.js → p-ece8530d.system.entry.js} +2 -2
  386. package/dist/pine-core/{p-9c294ea2.system.entry.js → p-ee21fa25.system.entry.js} +2 -2
  387. package/dist/pine-core/p-efbe2dc5.system.entry.js +2 -0
  388. package/dist/pine-core/p-efbe2dc5.system.entry.js.map +1 -0
  389. package/dist/pine-core/{p-a4b85fb8.system.entry.js → p-f16ef73c.system.entry.js} +2 -2
  390. package/dist/pine-core/{p-33a94e8c.system.entry.js → p-f9719887.system.entry.js} +2 -2
  391. package/dist/pine-core/p-ff20b191.entry.js +2 -0
  392. package/dist/pine-core/p-ff20b191.entry.js.map +1 -0
  393. package/dist/pine-core/pine-core.esm.js +1 -1
  394. package/dist/pine-core/pine-core.esm.js.map +1 -1
  395. package/dist/pine-core/pine-core.js +1 -1
  396. package/dist/pine-core/svg/file-add.svg +1 -1
  397. package/dist/types/components/pds-button/pds-button.d.ts +2 -0
  398. package/dist/types/components/pds-chip/pds-chip.d.ts +8 -8
  399. package/dist/types/components/pds-copytext/pds-copytext.d.ts +3 -3
  400. package/dist/types/components/pds-divider/pds-divider.d.ts +1 -1
  401. package/dist/types/components/pds-image/pds-image.d.ts +7 -3
  402. package/dist/types/components/pds-link/pds-link.d.ts +7 -11
  403. package/dist/types/components/pds-popover/pds-popover.d.ts +45 -0
  404. package/dist/types/components/pds-radio/pds-radio.d.ts +11 -11
  405. package/dist/types/components/pds-select/pds-select.d.ts +91 -0
  406. package/dist/types/components/pds-switch/pds-switch.d.ts +10 -13
  407. package/dist/types/components/pds-text/pds-text.d.ts +27 -0
  408. package/dist/types/components.d.ts +395 -49
  409. package/dist/types/utils/types.d.ts +1 -1
  410. package/hydrate/index.js +330 -63
  411. package/hydrate/index.mjs +330 -63
  412. package/package.json +2 -2
  413. package/dist/cjs/index-8ad0cd9d.js.map +0 -1
  414. package/dist/cjs/index-8f7870bb.js.map +0 -1
  415. package/dist/esm/index-5e7a8a36.js.map +0 -1
  416. package/dist/esm/index-8b335bbb.js.map +0 -1
  417. package/dist/esm-es5/index-5e7a8a36.js +0 -2
  418. package/dist/esm-es5/index-5e7a8a36.js.map +0 -1
  419. package/dist/esm-es5/index-8b335bbb.js.map +0 -1
  420. package/dist/pine-core/p-0186301f.entry.js +0 -2
  421. package/dist/pine-core/p-0186301f.entry.js.map +0 -1
  422. package/dist/pine-core/p-0630403a.entry.js +0 -2
  423. package/dist/pine-core/p-0630403a.entry.js.map +0 -1
  424. package/dist/pine-core/p-102222fd.entry.js +0 -2
  425. package/dist/pine-core/p-102222fd.entry.js.map +0 -1
  426. package/dist/pine-core/p-242ccc24.system.entry.js +0 -2
  427. package/dist/pine-core/p-242ccc24.system.entry.js.map +0 -1
  428. package/dist/pine-core/p-3cad7587.entry.js +0 -2
  429. package/dist/pine-core/p-3cad7587.entry.js.map +0 -1
  430. package/dist/pine-core/p-3e0449c5.js +0 -2
  431. package/dist/pine-core/p-3e0449c5.js.map +0 -1
  432. package/dist/pine-core/p-4c0c0b2d.system.js.map +0 -1
  433. package/dist/pine-core/p-4e6e2052.js.map +0 -1
  434. package/dist/pine-core/p-51e94e03.system.js +0 -2
  435. package/dist/pine-core/p-51e94e03.system.js.map +0 -1
  436. package/dist/pine-core/p-55f8a9e4.system.entry.js +0 -2
  437. package/dist/pine-core/p-55f8a9e4.system.entry.js.map +0 -1
  438. package/dist/pine-core/p-5b43ff39.system.entry.js +0 -2
  439. package/dist/pine-core/p-5b43ff39.system.entry.js.map +0 -1
  440. package/dist/pine-core/p-5f13c97b.entry.js.map +0 -1
  441. package/dist/pine-core/p-6bcd89dc.system.js +0 -2
  442. package/dist/pine-core/p-6bcd89dc.system.js.map +0 -1
  443. package/dist/pine-core/p-82096fe4.system.entry.js +0 -2
  444. package/dist/pine-core/p-82096fe4.system.entry.js.map +0 -1
  445. package/dist/pine-core/p-8d34339d.system.js +0 -2
  446. package/dist/pine-core/p-d438c2c8.system.entry.js +0 -2
  447. package/dist/pine-core/p-d438c2c8.system.entry.js.map +0 -1
  448. package/dist/pine-core/p-e22b4427.system.entry.js +0 -2
  449. package/dist/pine-core/p-e22b4427.system.entry.js.map +0 -1
  450. package/dist/pine-core/p-efca871b.entry.js +0 -2
  451. package/dist/pine-core/p-efca871b.entry.js.map +0 -1
  452. /package/dist/esm-es5/{pds-label-1f80d632.js.map → pds-label-62469596.js.map} +0 -0
  453. /package/dist/pine-core/{p-053ca95a.entry.js.map → p-00cccccb.entry.js.map} +0 -0
  454. /package/dist/pine-core/{p-e4a1b3f5.system.entry.js.map → p-08c4f190.system.entry.js.map} +0 -0
  455. /package/dist/pine-core/{p-143bbe94.system.entry.js.map → p-172464c1.system.entry.js.map} +0 -0
  456. /package/dist/pine-core/{p-4e39bbd7.system.entry.js.map → p-1a1a76ea.system.entry.js.map} +0 -0
  457. /package/dist/pine-core/{p-89101362.system.entry.js.map → p-1df1990d.system.entry.js.map} +0 -0
  458. /package/dist/pine-core/{p-1ca76e21.entry.js.map → p-1e80f274.entry.js.map} +0 -0
  459. /package/dist/pine-core/{p-3b780711.entry.js.map → p-239891e6.entry.js.map} +0 -0
  460. /package/dist/pine-core/{p-5fb6ab2f.entry.js.map → p-3acb18ad.entry.js.map} +0 -0
  461. /package/dist/pine-core/{p-330eda0c.entry.js.map → p-3e4225fc.entry.js.map} +0 -0
  462. /package/dist/pine-core/{p-136ea1e9.entry.js.map → p-4d22b02c.entry.js.map} +0 -0
  463. /package/dist/pine-core/{p-70e5e466.system.entry.js.map → p-50918693.system.entry.js.map} +0 -0
  464. /package/dist/pine-core/{p-05d140a3.system.entry.js.map → p-59327483.system.entry.js.map} +0 -0
  465. /package/dist/pine-core/{p-0200fce9.entry.js.map → p-59fcea0f.entry.js.map} +0 -0
  466. /package/dist/pine-core/{p-02f06002.system.entry.js.map → p-5c942465.system.entry.js.map} +0 -0
  467. /package/dist/pine-core/{p-30d979d3.entry.js.map → p-624de926.entry.js.map} +0 -0
  468. /package/dist/pine-core/{p-e2d793eb.entry.js.map → p-65229490.entry.js.map} +0 -0
  469. /package/dist/pine-core/{p-a18ff34f.entry.js.map → p-6e079be2.entry.js.map} +0 -0
  470. /package/dist/pine-core/{p-57dd9a98.system.entry.js.map → p-81bdf676.system.entry.js.map} +0 -0
  471. /package/dist/pine-core/{p-d618d51b.entry.js.map → p-84a4930d.entry.js.map} +0 -0
  472. /package/dist/pine-core/{p-188be548.entry.js.map → p-88410213.entry.js.map} +0 -0
  473. /package/dist/pine-core/{p-82a001ac.system.entry.js.map → p-88edcb41.system.entry.js.map} +0 -0
  474. /package/dist/pine-core/{p-7d6d3e2b.entry.js.map → p-9487df53.entry.js.map} +0 -0
  475. /package/dist/pine-core/{p-3fc1efe7.system.entry.js.map → p-a2726d3b.system.entry.js.map} +0 -0
  476. /package/dist/pine-core/{p-5f23f121.entry.js.map → p-a51098dd.entry.js.map} +0 -0
  477. /package/dist/pine-core/{p-3ec7fac1.js.map → p-a9038f7f.js.map} +0 -0
  478. /package/dist/pine-core/{p-9dec3592.system.entry.js.map → p-a9e02a6f.system.entry.js.map} +0 -0
  479. /package/dist/pine-core/{p-0efee237.system.entry.js.map → p-b7edbe43.system.entry.js.map} +0 -0
  480. /package/dist/pine-core/{p-0e310504.system.entry.js.map → p-b95522e6.system.entry.js.map} +0 -0
  481. /package/dist/pine-core/{p-94a0fd6e.entry.js.map → p-bbd19258.entry.js.map} +0 -0
  482. /package/dist/pine-core/{p-c8b0ea02.entry.js.map → p-ceb66096.entry.js.map} +0 -0
  483. /package/dist/pine-core/{p-be998f90.system.entry.js.map → p-d3365f49.system.entry.js.map} +0 -0
  484. /package/dist/pine-core/{p-e9ca5a4e.entry.js.map → p-d6d8a21a.entry.js.map} +0 -0
  485. /package/dist/pine-core/{p-8d34339d.system.js.map → p-db622f8f.system.js.map} +0 -0
  486. /package/dist/pine-core/{p-a15c9c4f.entry.js.map → p-e2a673e8.entry.js.map} +0 -0
  487. /package/dist/pine-core/{p-f408c34a.system.js.map → p-e3fab4be.system.js.map} +0 -0
  488. /package/dist/pine-core/{p-f6e72c06.system.entry.js.map → p-e64594ae.system.entry.js.map} +0 -0
  489. /package/dist/pine-core/{p-5c90a600.entry.js.map → p-ebdaf3ad.entry.js.map} +0 -0
  490. /package/dist/pine-core/{p-c18464e8.system.entry.js.map → p-ece8530d.system.entry.js.map} +0 -0
  491. /package/dist/pine-core/{p-9c294ea2.system.entry.js.map → p-ee21fa25.system.entry.js.map} +0 -0
  492. /package/dist/pine-core/{p-a4b85fb8.system.entry.js.map → p-f16ef73c.system.entry.js.map} +0 -0
  493. /package/dist/pine-core/{p-33a94e8c.system.entry.js.map → p-f9719887.system.entry.js.map} +0 -0
@@ -1,10 +1,11 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-8b335bbb.js';
2
- import { i as isRequired, P as PdsLabel, a as assignDescription, m as messageId } from './pds-label-1f80d632.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-b1696fed.js';
2
+ import { i as isRequired, P as PdsLabel, a as assignDescription, m as messageId } from './pds-label-62469596.js';
3
+ import { b as danger } from './index-3ca52e8f.js';
3
4
 
4
5
  const baseCss = ":where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(div,label,p,span){color:var(--pine-color-text-default)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}";
5
6
  const PdsTextareaStyle0 = baseCss;
6
7
 
7
- const pdsTextareaCss = ":host{--border-interactive-default:var(--pine-border-interactive-default);--border-interactive-hover:var(--pine-border-interactive-hover);--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--color-focus-visible-outline);--box-shadow-focus-error:0 0 0 1px #ffffff, 0 0 0 3px var(--color-focus-visible-outline-error);--color-background-default:var(--pine-color-white);--color-background-disabled:var(--pine-color-grey-100);--color-background-hover:var(--pine-color-grey-050);--color-background-error-default:var(--pine-color-red-050);--color-border-error-default:var(--pine-color-red-600);--color-border-focus-visible:var(--pine-color-grey-400);--color-border-hover:var(--pine-color-grey-400);--color-focus-visible-outline:var(--pine-color-purple-300);--color-focus-visible-outline-error:var(--pine-color-red-300);--color-text-disabled-default:var(--pine-color-grey-400);--color-text-message-error-default:var(--pine-color-red-600);--color-text-placeholder-default:var(--pine-color-grey-600);--color-text-placeholder-disabled:var(--pine-color-grey-400);--font-weight-label-default:var(--pine-font-weight-body-medium);--spacing-margin-block-end-label:var(--pine-spacing-100);--spacing-margin-block-start-helper-message:var(--pine-spacing-100);--spacing-padding-block-field:var(--pine-spacing-100);--spacing-padding-inline-field:var(--pine-spacing-200);--typography-message-default:var(--pine-typography-body-sm-default);display:inline}.pds-textarea{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}label{display:block;font-weight:var(--font-weight-label-default);-webkit-margin-after:var(--spacing-margin-block-end-label);margin-block-end:var(--spacing-margin-block-end-label)}.pds-textarea__field{background-color:var(--color-background-default);border:var(--border-interactive-default);border-radius:var(--pine-border-radius-100);padding:var(--spacing-padding-block-field) var(--spacing-padding-inline-field)}.pds-textarea__field:hover:not(:disabled,.is-invalid){border:var(--border-interactive-hover)}.pds-textarea__field:disabled{background-color:var(--color-background-disabled);color:var(--color-text-disabled-default);cursor:not-allowed}.pds-textarea__field:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}.pds-textarea__field::-webkit-input-placeholder{color:var(--color-text-placeholder-default)}.pds-textarea__field::-moz-placeholder{color:var(--color-text-placeholder-default)}.pds-textarea__field:-ms-input-placeholder{color:var(--color-text-placeholder-default)}.pds-textarea__field::-ms-input-placeholder{color:var(--color-text-placeholder-default)}.pds-textarea__field::placeholder{color:var(--color-text-placeholder-default)}.pds-textarea__field.is-invalid{border-color:var(--color-border-error-default)}.pds-textarea__field.is-invalid:focus-visible{-webkit-box-shadow:var(--box-shadow-focus-error);box-shadow:var(--box-shadow-focus-error)}.pds-textarea__error-message,.pds-textarea__helper-message{font:var(--typography-message-default);-webkit-margin-before:var(--spacing-margin-block-start-helper-message);margin-block-start:var(--spacing-margin-block-start-helper-message)}.pds-textarea__error-message{color:var(--color-text-message-error-default)}";
8
+ const pdsTextareaCss = ":host{--border-interactive-default:var(--pine-border-interactive-default);--border-interactive-hover:var(--pine-border-interactive-hover);--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--color-focus-visible-outline);--box-shadow-focus-error:0 0 0 1px #ffffff, 0 0 0 3px var(--color-focus-visible-outline-error);--color-background-default:var(--pine-color-white);--color-background-disabled:var(--pine-color-grey-100);--color-background-hover:var(--pine-color-grey-050);--color-background-error-default:var(--pine-color-red-050);--color-border-error-default:var(--pine-color-red-600);--color-border-focus-visible:var(--pine-color-grey-400);--color-border-hover:var(--pine-color-grey-400);--color-focus-visible-outline:var(--pine-color-purple-300);--color-focus-visible-outline-error:var(--pine-color-red-300);--color-text-disabled-default:var(--pine-color-grey-400);--color-text-message-error-default:var(--pine-color-red-600);--color-text-placeholder-default:var(--pine-color-grey-600);--color-text-placeholder-disabled:var(--pine-color-grey-400);--font-weight-label-default:var(--pine-font-weight-body-medium);--spacing-margin-block-end-label:var(--pine-spacing-100);--spacing-margin-block-start-helper-message:var(--pine-spacing-100);--spacing-padding-block-field:var(--pine-spacing-100);--spacing-padding-inline-field:var(--pine-spacing-200);--spacing-icon-error-message:var(--pine-spacing-050);--typography-message-default:var(--pine-typography-body-sm-default);display:inline}.pds-textarea{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}label{display:block;font-weight:var(--font-weight-label-default);-webkit-margin-after:var(--spacing-margin-block-end-label);margin-block-end:var(--spacing-margin-block-end-label)}.pds-textarea__field{background-color:var(--color-background-default);border:var(--border-interactive-default);border-radius:var(--pine-border-radius-100);padding:var(--spacing-padding-block-field) var(--spacing-padding-inline-field)}.pds-textarea__field:hover:not(:disabled,.is-invalid){border:var(--border-interactive-hover)}.pds-textarea__field:disabled{background-color:var(--color-background-disabled);color:var(--color-text-disabled-default);cursor:not-allowed}.pds-textarea__field:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}.pds-textarea__field::-webkit-input-placeholder{color:var(--color-text-placeholder-default)}.pds-textarea__field::-moz-placeholder{color:var(--color-text-placeholder-default)}.pds-textarea__field:-ms-input-placeholder{color:var(--color-text-placeholder-default)}.pds-textarea__field::-ms-input-placeholder{color:var(--color-text-placeholder-default)}.pds-textarea__field::placeholder{color:var(--color-text-placeholder-default)}.pds-textarea__field.is-invalid{border-color:var(--color-border-error-default)}.pds-textarea__field.is-invalid:focus-visible{-webkit-box-shadow:var(--box-shadow-focus-error);box-shadow:var(--box-shadow-focus-error)}.pds-textarea__error-message,.pds-textarea__helper-message{font:var(--typography-message-default);-webkit-margin-before:var(--spacing-margin-block-start-helper-message);margin-block-start:var(--spacing-margin-block-start-helper-message)}.pds-textarea__error-message{-ms-flex-align:center;align-items:center;color:var(--color-text-message-error-default);display:-ms-flexbox;display:flex;gap:var(--spacing-icon-error-message)}";
8
9
  const PdsTextareaStyle1 = pdsTextareaCss;
9
10
 
10
11
  const PdsTextarea = class {
@@ -41,10 +42,10 @@ const PdsTextarea = class {
41
42
  return classNames.join(' ');
42
43
  }
43
44
  render() {
44
- return (h(Host, { key: '14f6fea952c2ff5d1c87f8197ac4f0143163232a', "aria-disabled": this.disabled ? 'true' : null }, h("div", { key: '869abfd7d6fb788a136a728732b3fa5980817c3b', class: "pds-textarea" }, this.label &&
45
- h(PdsLabel, { key: 'c4c659054ab9c9a634f46661c7255a99c22c9c34', htmlFor: this.componentId, text: this.label }), h("textarea", { key: '37eabc8d2f9027bcded41d4789c49f57d117d23a', "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, onChange: this.onTextareaChange }, this.value), this.helperMessage &&
46
- h("p", { key: '328bb200eff1b3d14905579d3e96904b0eb92af2', class: "pds-textarea__helper-message", id: messageId(this.componentId, 'helper') }, this.helperMessage), this.invalid &&
47
- h("p", { key: '6d8594f1819ad67cb055cf4f9d5b52a561ef94a8', "aria-live": "assertive", class: "pds-textarea__error-message", id: messageId(this.componentId, 'error') }, this.errorMessage))));
45
+ return (h(Host, { key: 'd3cec920aa6de1d10734cf532441b7cd33262f03', "aria-disabled": this.disabled ? 'true' : null }, h("div", { key: '66865515eeeb7c68887135e82a4d99e0f63011ca', class: "pds-textarea" }, this.label &&
46
+ h(PdsLabel, { key: '390b6073cc628fba80754e27785045b927559406', htmlFor: this.componentId, text: this.label }), h("textarea", { key: '6a9232804406c1a92ea1a4b792c69f2c116728b8', "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, onChange: this.onTextareaChange }, this.value), this.helperMessage &&
47
+ h("p", { key: '066c5533e0f18c1536bd05aecca1e0ed82a7a115', class: "pds-textarea__helper-message", id: messageId(this.componentId, 'helper') }, this.helperMessage), this.invalid &&
48
+ h("p", { key: 'bb18f8d1f229e48b6039244559a06b0de607f582', "aria-live": "assertive", class: "pds-textarea__error-message", id: messageId(this.componentId, 'error') }, h("pds-icon", { key: 'f619f844ca95981f6986a1f29f1a60774c4281f5', icon: danger, size: "small" }), this.errorMessage))));
48
49
  }
49
50
  get el() { return getElement(this); }
50
51
  };
@@ -1 +1 @@
1
- {"file":"pds-textarea.entry.js","mappings":";;;AAAA,MAAM,OAAO,GAAG,wrDAAwrD,CAAC;AACzsD,0BAAe,OAAO;;ACDtB,MAAM,cAAc,GAAG,yrGAAyrG,CAAC;AACjtG,0BAAe,cAAc;;MCShB,WAAW;;;;QA6Ed,qBAAgB,GAAG,CAAC,EAAS;YACnC,MAAM,QAAQ,GAAG,EAAE,CAAC,MAA6B,CAAC;YAClD,UAAU,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;YAE3B,IAAI,QAAQ,EAAE;gBACZ,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC;aAC7B;YAED,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,EAAC,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,EAAE,EAAC,CAAC,CAAC;SAC7D,CAAC;;;wBArEiB,KAAK;;;uBAgBS,KAAK;;oBAUf,IAAI,CAAC,WAAW;;wBAWpB,KAAK;wBAML,KAAK;;;;IA4BhB,kBAAkB;QACxB,MAAM,UAAU,GAAG,CAAC,qBAAqB,CAAC,CAAC;QAE3C,IAAI,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,KAAK,IAAI,EAAE;YACzC,UAAU,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;SAC/B;QAED,OAAO,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;KAC9B;IAED,MAAM;QACJ,QACE,EAAC,IAAI,sEACY,IAAI,CAAC,QAAQ,GAAG,MAAM,GAAG,IAAI,IAE5C,4DAAK,KAAK,EAAC,cAAc,IACtB,IAAI,CAAC,KAAK;YACT,EAAC,QAAQ,qDAAC,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,EAAE,IAAI,CAAC,KAAK,GAAI,EAE3D,qFACoB,iBAAiB,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,aAAa,CAAC,kBACzE,IAAI,CAAC,OAAO,GAAG,MAAM,GAAG,SAAS,EAC/C,YAAY,EAAE,IAAI,CAAC,YAAY,EAC/B,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,EAChC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,EAAE,EAAE,IAAI,CAAC,WAAW,EACpB,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,WAAW,EAAE,IAAI,CAAC,WAAW,EAC7B,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,QAAQ,EAAE,IAAI,CAAC,gBAAgB,IAC/B,IAAI,CAAC,KAAK,CAAY,EACvB,IAAI,CAAC,aAAa;YACjB,0DACE,KAAK,EAAC,8BAA8B,EACpC,EAAE,EAAE,SAAS,CAAC,IAAI,CAAC,WAAW,EAAE,QAAQ,CAAC,IAExC,IAAI,CAAC,aAAa,CACjB,EAEL,IAAI,CAAC,OAAO;YACX,uEACY,WAAW,EACrB,KAAK,EAAC,6BAA6B,EACnC,EAAE,EAAE,SAAS,CAAC,IAAI,CAAC,WAAW,EAAE,OAAO,CAAC,IAEvC,IAAI,CAAC,YAAY,CAChB,CAEF,CACD,EACP;KACH;;;;;;;","names":[],"sources":["src/global/styles/base.scss?tag=pds-textarea&encapsulation=shadow","src/components/pds-textarea/pds-textarea.scss?tag=pds-textarea&encapsulation=shadow","src/components/pds-textarea/pds-textarea.tsx"],"sourcesContent":["// TODO: replace core tokens with semantic\n// Heading color + outline\n\n/*\n Josh's Custom CSS Reset\n https://www.joshwcomeau.com/css/custom-css-reset/\n*/\n:where(*:not(slot), *:not(slot)::before, *:not(slot)::after) {\n box-sizing: border-box;\n}\n\n:where(*:not(slot)) {\n margin: 0;\n}\n\n:where(img, picture, video, canvas, svg) {\n display: block;\n max-width: 100%;\n}\n\n:where(input, button, textarea, select) {\n font: inherit;\n}\n\n:where(p, h1, h2, h3, h4, h5, h6) {\n overflow-wrap: break-word;\n}\n\n/*\n Additional Reset Styles\n*/\n:where(a:not([href]):not([class])) {\n color: currentColor;\n text-decoration: none;\n}\n\n:where(a:not([href]):not([class]):hover) {\n color: currentColor;\n text-decoration: none;\n}\n\n:where(ul[role='list'], ol[role='list']) {\n list-style: none;\n}\n\n:where(table) {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\n/*\n Mercury Base Styles\n*/\n// Typography\n:where(*:not(slot)) {\n font: var(--pine-typography-body-md-default);\n letter-spacing: var(--pine-letter-spacing-body-md);\n}\n\n:where(h1, h2, h3, h4, h5, h6) {\n font-family: var(--pine-font-family-heading);\n color: var(--pine-color-grey-950);\n}\n\n:where(h1) {\n font: var(--pine-typography-heading-h1);\n letter-spacing: var(--pine-letter-spacing-heading-h1);\n}\n\n:where(h2) {\n font: var(--pine-typography-heading-h2);\n letter-spacing: var(--pine-letter-spacing-heading-h2);\n}\n\n:where(h3) {\n font: var(--pine-typography-heading-h3);\n letter-spacing: var(--pine-letter-spacing-heading-h3);\n}\n\n:where(h4) {\n font: var(--pine-typography-heading-h4);\n letter-spacing: var(--pine-letter-spacing-heading-h4);\n}\n\n:where(h5) {\n font: var(--pine-typography-heading-h5);\n letter-spacing: var(--pine-letter-spacing-heading-h5);\n}\n\n:where(h6) {\n font: var(--pine-typography-heading-h6);\n letter-spacing: var(--pine-letter-spacing-heading-h6);\n}\n\n:where(div, label, p, span) {\n color: var(--pine-color-text-default);\n}\n\n:where(code, kbd, pre, samp) {\n font-family: monospace;\n}\n\n// Accessibility\n:where([role=\"button\"]) {\n cursor: pointer;\n}\n\n:where(:focus) {\n outline: 0;\n}\n\n:where(:focus-visible) {\n outline: var(--pine-border-width-thick) solid var(--pine-color-purple-500);\n}\n\n// Misc.\n:where([hidden]) {\n display: none !important;\n}\n",":host {\n --border-interactive-default: var(--pine-border-interactive-default);\n --border-interactive-hover: var(--pine-border-interactive-hover);\n\n --box-shadow-focus: 0 0 0 1px #ffffff, 0 0 0 3px var(--color-focus-visible-outline);\n --box-shadow-focus-error: 0 0 0 1px #ffffff, 0 0 0 3px var(--color-focus-visible-outline-error);\n\n --color-background-default: var(--pine-color-white);\n --color-background-disabled: var(--pine-color-grey-100);\n --color-background-hover: var(--pine-color-grey-050);\n --color-background-error-default: var(--pine-color-red-050);\n --color-border-error-default: var(--pine-color-red-600);\n --color-border-focus-visible: var(--pine-color-grey-400);\n --color-border-hover: var(--pine-color-grey-400);\n --color-focus-visible-outline: var(--pine-color-purple-300);\n --color-focus-visible-outline-error: var(--pine-color-red-300);\n --color-text-disabled-default: var(--pine-color-grey-400);\n --color-text-message-error-default: var(--pine-color-red-600);\n --color-text-placeholder-default: var(--pine-color-grey-600);\n --color-text-placeholder-disabled: var(--pine-color-grey-400);\n\n --font-weight-label-default: var(--pine-font-weight-body-medium);\n\n --spacing-margin-block-end-label: var(--pine-spacing-100);\n --spacing-margin-block-start-helper-message: var(--pine-spacing-100);\n --spacing-padding-block-field: var(--pine-spacing-100);\n --spacing-padding-inline-field: var(--pine-spacing-200);\n\n --typography-message-default: var(--pine-typography-body-sm-default);\n\n display: inline;\n}\n\n.pds-textarea {\n display: flex;\n flex-direction: column;\n}\n\nlabel {\n display: block;\n font-weight: var(--font-weight-label-default);\n margin-block-end: var(--spacing-margin-block-end-label);\n}\n\n.pds-textarea__field {\n background-color: var(--color-background-default);\n border: var(--border-interactive-default);\n border-radius: var(--pine-border-radius-100);\n padding: var(--spacing-padding-block-field) var(--spacing-padding-inline-field);\n\n &:hover:not(:disabled, .is-invalid) {\n border: var(--border-interactive-hover);\n }\n\n &:disabled {\n background-color: var(--color-background-disabled);\n color: var(--color-text-disabled-default);\n cursor: not-allowed;\n }\n\n &:focus-visible {\n // outline: var(--pine-border-focus); Border radius for outline does not work in Safari\n box-shadow: var(--box-shadow-focus); // Remove when outline radius is supported in Safari\n outline: none;\n }\n\n &::placeholder {\n color: var(--color-text-placeholder-default);\n }\n\n &.is-invalid {\n border-color: var(--color-border-error-default);\n\n &:focus-visible {\n box-shadow: var(--box-shadow-focus-error);\n }\n }\n}\n\n.pds-textarea__error-message,\n.pds-textarea__helper-message {\n font: var(--typography-message-default);\n margin-block-start: var(--spacing-margin-block-start-helper-message);\n}\n\n.pds-textarea__error-message {\n color: var(--color-text-message-error-default);\n}\n","import { Component, Element, Host, h, Prop, Event, EventEmitter } from '@stencil/core';\nimport { assignDescription, isRequired, messageId } from '../../utils/form';\nimport { TextareaChangeEventDetail } from './textarea-interface';\nimport { PdsLabel } from '../_internal/pds-label/pds-label';\n\n@Component({\n tag: 'pds-textarea',\n styleUrls: ['../../global/styles/base.scss', 'pds-textarea.scss'],\n shadow: true,\n})\nexport class PdsTextarea {\n @Element() el: HTMLPdsTextareaElement;\n\n /**\n * Specifies if and how the browser provides `autocomplete` assistance for the field.\n */\n @Prop() autocomplete: string;\n\n /**\n * A unique identifier used for the underlying component `id` attribute.\n */\n @Prop() componentId!: string;\n\n /**\n * Indicates whether or not the textarea is disabled\n * @defaultValue false\n */\n @Prop() disabled = false;\n\n /**\n * Specifies the error text and provides an error-themed treatment to the field\n */\n @Prop() errorMessage?: string;\n\n /**\n * Displays a hint or description of the textarea\n */\n @Prop() helperMessage?: string;\n\n /**\n * Indicates whether or not the textarea is invalid or throws an error\n * @defaultValue false\n */\n @Prop({mutable: true}) invalid = false; // eslint-disable-line @stencil-community/strict-mutable\n\n /**\n * Text to be displayed as the textarea label\n */\n @Prop() label?: string;\n\n /**\n * Specifies the name, submitted with the form name/value pair. This value will mirror the componentId\n */\n @Prop() name: string = this.componentId;\n\n /**\n * Specifies a short hint that describes the expected value of the textarea\n */\n @Prop() placeholder?: string;\n\n /**\n * Indicates whether or not the textarea is readonly\n * @defaultValue false\n */\n @Prop() readonly = false;\n\n /**\n * Indicates whether or not the textarea is required\n * @defaultValue false\n */\n @Prop() required = false;\n\n /**\n * Sets number of rows of text visible without needing to scroll in the textarea\n */\n @Prop() rows?: number;\n\n /**\n * The value of the textarea\n */\n @Prop({mutable: true}) value?: string;\n\n /**\n * Event emitted whenever the value of the textarea changes\n */\n @Event() pdsTextareaChange: EventEmitter<TextareaChangeEventDetail>;\n\n private onTextareaChange = (ev: Event) => {\n const textarea = ev.target as HTMLTextAreaElement;\n isRequired(textarea, this);\n\n if (textarea) {\n this.value = textarea.value;\n }\n\n this.pdsTextareaChange.emit({value: this.value, event: ev});\n };\n\n private textareaClassNames() {\n const classNames = ['pds-textarea__field'];\n\n if (this.invalid && this.invalid === true) {\n classNames.push('is-invalid');\n }\n\n return classNames.join(' ');\n }\n\n render() {\n return (\n <Host\n aria-disabled={this.disabled ? 'true' : null}\n >\n <div class=\"pds-textarea\">\n {this.label &&\n <PdsLabel htmlFor={this.componentId} text={this.label} />\n }\n <textarea\n aria-describedby={assignDescription(this.componentId, this.invalid, this.helperMessage)}\n aria-invalid={this.invalid ? \"true\" : undefined}\n autocomplete={this.autocomplete}\n class={this.textareaClassNames()}\n disabled={this.disabled}\n id={this.componentId}\n name={this.name}\n placeholder={this.placeholder}\n readOnly={this.readonly}\n required={this.required}\n rows={this.rows}\n onChange={this.onTextareaChange}\n >{this.value}</textarea>\n {this.helperMessage &&\n <p\n class=\"pds-textarea__helper-message\"\n id={messageId(this.componentId, 'helper')}\n >\n {this.helperMessage}\n </p>\n }\n {this.invalid &&\n <p\n aria-live=\"assertive\"\n class=\"pds-textarea__error-message\"\n id={messageId(this.componentId, 'error')}\n >\n {this.errorMessage}\n </p>\n }\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
1
+ {"file":"pds-textarea.entry.js","mappings":";;;;AAAA,MAAM,OAAO,GAAG,wrDAAwrD,CAAC;AACzsD,0BAAe,OAAO;;ACDtB,MAAM,cAAc,GAAG,81GAA81G,CAAC;AACt3G,0BAAe,cAAc;;MCUhB,WAAW;;;;QA6Ed,qBAAgB,GAAG,CAAC,EAAS;YACnC,MAAM,QAAQ,GAAG,EAAE,CAAC,MAA6B,CAAC;YAClD,UAAU,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;YAE3B,IAAI,QAAQ,EAAE;gBACZ,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC;aAC7B;YAED,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,EAAC,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,EAAE,EAAC,CAAC,CAAC;SAC7D,CAAC;;;wBArEiB,KAAK;;;uBAgBS,KAAK;;oBAUf,IAAI,CAAC,WAAW;;wBAWpB,KAAK;wBAML,KAAK;;;;IA4BhB,kBAAkB;QACxB,MAAM,UAAU,GAAG,CAAC,qBAAqB,CAAC,CAAC;QAE3C,IAAI,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,KAAK,IAAI,EAAE;YACzC,UAAU,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;SAC/B;QAED,OAAO,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;KAC9B;IAED,MAAM;QACJ,QACE,EAAC,IAAI,sEACY,IAAI,CAAC,QAAQ,GAAG,MAAM,GAAG,IAAI,IAE5C,4DAAK,KAAK,EAAC,cAAc,IACtB,IAAI,CAAC,KAAK;YACT,EAAC,QAAQ,qDAAC,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,EAAE,IAAI,CAAC,KAAK,GAAI,EAE3D,qFACoB,iBAAiB,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,aAAa,CAAC,kBACzE,IAAI,CAAC,OAAO,GAAG,MAAM,GAAG,SAAS,EAC/C,YAAY,EAAE,IAAI,CAAC,YAAY,EAC/B,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,EAChC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,EAAE,EAAE,IAAI,CAAC,WAAW,EACpB,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,WAAW,EAAE,IAAI,CAAC,WAAW,EAC7B,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,QAAQ,EAAE,IAAI,CAAC,gBAAgB,IAC/B,IAAI,CAAC,KAAK,CAAY,EACvB,IAAI,CAAC,aAAa;YACjB,0DACE,KAAK,EAAC,8BAA8B,EACpC,EAAE,EAAE,SAAS,CAAC,IAAI,CAAC,WAAW,EAAE,QAAQ,CAAC,IAExC,IAAI,CAAC,aAAa,CACjB,EAEL,IAAI,CAAC,OAAO;YACX,uEACY,WAAW,EACrB,KAAK,EAAC,6BAA6B,EACnC,EAAE,EAAE,SAAS,CAAC,IAAI,CAAC,WAAW,EAAE,OAAO,CAAC,IAExC,iEAAU,IAAI,EAAE,MAAM,EAAE,IAAI,EAAC,OAAO,GAAG,EACtC,IAAI,CAAC,YAAY,CAChB,CAEF,CACD,EACP;KACH;;;;;;;","names":[],"sources":["src/global/styles/base.scss?tag=pds-textarea&encapsulation=shadow","src/components/pds-textarea/pds-textarea.scss?tag=pds-textarea&encapsulation=shadow","src/components/pds-textarea/pds-textarea.tsx"],"sourcesContent":["// TODO: replace core tokens with semantic\n// Heading color + outline\n\n/*\n Josh's Custom CSS Reset\n https://www.joshwcomeau.com/css/custom-css-reset/\n*/\n:where(*:not(slot), *:not(slot)::before, *:not(slot)::after) {\n box-sizing: border-box;\n}\n\n:where(*:not(slot)) {\n margin: 0;\n}\n\n:where(img, picture, video, canvas, svg) {\n display: block;\n max-width: 100%;\n}\n\n:where(input, button, textarea, select) {\n font: inherit;\n}\n\n:where(p, h1, h2, h3, h4, h5, h6) {\n overflow-wrap: break-word;\n}\n\n/*\n Additional Reset Styles\n*/\n:where(a:not([href]):not([class])) {\n color: currentColor;\n text-decoration: none;\n}\n\n:where(a:not([href]):not([class]):hover) {\n color: currentColor;\n text-decoration: none;\n}\n\n:where(ul[role='list'], ol[role='list']) {\n list-style: none;\n}\n\n:where(table) {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\n/*\n Mercury Base Styles\n*/\n// Typography\n:where(*:not(slot)) {\n font: var(--pine-typography-body-md-default);\n letter-spacing: var(--pine-letter-spacing-body-md);\n}\n\n:where(h1, h2, h3, h4, h5, h6) {\n font-family: var(--pine-font-family-heading);\n color: var(--pine-color-grey-950);\n}\n\n:where(h1) {\n font: var(--pine-typography-heading-h1);\n letter-spacing: var(--pine-letter-spacing-heading-h1);\n}\n\n:where(h2) {\n font: var(--pine-typography-heading-h2);\n letter-spacing: var(--pine-letter-spacing-heading-h2);\n}\n\n:where(h3) {\n font: var(--pine-typography-heading-h3);\n letter-spacing: var(--pine-letter-spacing-heading-h3);\n}\n\n:where(h4) {\n font: var(--pine-typography-heading-h4);\n letter-spacing: var(--pine-letter-spacing-heading-h4);\n}\n\n:where(h5) {\n font: var(--pine-typography-heading-h5);\n letter-spacing: var(--pine-letter-spacing-heading-h5);\n}\n\n:where(h6) {\n font: var(--pine-typography-heading-h6);\n letter-spacing: var(--pine-letter-spacing-heading-h6);\n}\n\n:where(div, label, p, span) {\n color: var(--pine-color-text-default);\n}\n\n:where(code, kbd, pre, samp) {\n font-family: monospace;\n}\n\n// Accessibility\n:where([role=\"button\"]) {\n cursor: pointer;\n}\n\n:where(:focus) {\n outline: 0;\n}\n\n:where(:focus-visible) {\n outline: var(--pine-border-width-thick) solid var(--pine-color-purple-500);\n}\n\n// Misc.\n:where([hidden]) {\n display: none !important;\n}\n",":host {\n --border-interactive-default: var(--pine-border-interactive-default);\n --border-interactive-hover: var(--pine-border-interactive-hover);\n\n --box-shadow-focus: 0 0 0 1px #ffffff, 0 0 0 3px var(--color-focus-visible-outline);\n --box-shadow-focus-error: 0 0 0 1px #ffffff, 0 0 0 3px var(--color-focus-visible-outline-error);\n\n --color-background-default: var(--pine-color-white);\n --color-background-disabled: var(--pine-color-grey-100);\n --color-background-hover: var(--pine-color-grey-050);\n --color-background-error-default: var(--pine-color-red-050);\n --color-border-error-default: var(--pine-color-red-600);\n --color-border-focus-visible: var(--pine-color-grey-400);\n --color-border-hover: var(--pine-color-grey-400);\n --color-focus-visible-outline: var(--pine-color-purple-300);\n --color-focus-visible-outline-error: var(--pine-color-red-300);\n --color-text-disabled-default: var(--pine-color-grey-400);\n --color-text-message-error-default: var(--pine-color-red-600);\n --color-text-placeholder-default: var(--pine-color-grey-600);\n --color-text-placeholder-disabled: var(--pine-color-grey-400);\n\n --font-weight-label-default: var(--pine-font-weight-body-medium);\n\n --spacing-margin-block-end-label: var(--pine-spacing-100);\n --spacing-margin-block-start-helper-message: var(--pine-spacing-100);\n --spacing-padding-block-field: var(--pine-spacing-100);\n --spacing-padding-inline-field: var(--pine-spacing-200);\n --spacing-icon-error-message: var(--pine-spacing-050);\n\n --typography-message-default: var(--pine-typography-body-sm-default);\n\n display: inline;\n}\n\n.pds-textarea {\n display: flex;\n flex-direction: column;\n}\n\nlabel {\n display: block;\n font-weight: var(--font-weight-label-default);\n margin-block-end: var(--spacing-margin-block-end-label);\n}\n\n.pds-textarea__field {\n background-color: var(--color-background-default);\n border: var(--border-interactive-default);\n border-radius: var(--pine-border-radius-100);\n padding: var(--spacing-padding-block-field) var(--spacing-padding-inline-field);\n\n &:hover:not(:disabled, .is-invalid) {\n border: var(--border-interactive-hover);\n }\n\n &:disabled {\n background-color: var(--color-background-disabled);\n color: var(--color-text-disabled-default);\n cursor: not-allowed;\n }\n\n &:focus-visible {\n // outline: var(--pine-border-focus); Border radius for outline does not work in Safari\n box-shadow: var(--box-shadow-focus); // Remove when outline radius is supported in Safari\n outline: none;\n }\n\n &::placeholder {\n color: var(--color-text-placeholder-default);\n }\n\n &.is-invalid {\n border-color: var(--color-border-error-default);\n\n &:focus-visible {\n box-shadow: var(--box-shadow-focus-error);\n }\n }\n}\n\n.pds-textarea__error-message,\n.pds-textarea__helper-message {\n font: var(--typography-message-default);\n margin-block-start: var(--spacing-margin-block-start-helper-message);\n}\n\n.pds-textarea__error-message {\n align-items: center;\n color: var(--color-text-message-error-default);\n display: flex;\n gap: var(--spacing-icon-error-message);\n}\n","import { Component, Element, Host, h, Prop, Event, EventEmitter } from '@stencil/core';\nimport { assignDescription, isRequired, messageId } from '../../utils/form';\nimport { TextareaChangeEventDetail } from './textarea-interface';\nimport { PdsLabel } from '../_internal/pds-label/pds-label';\nimport { danger } from '@pine-ds/icons/icons';\n\n@Component({\n tag: 'pds-textarea',\n styleUrls: ['../../global/styles/base.scss', 'pds-textarea.scss'],\n shadow: true,\n})\nexport class PdsTextarea {\n @Element() el: HTMLPdsTextareaElement;\n\n /**\n * Specifies if and how the browser provides `autocomplete` assistance for the field.\n */\n @Prop() autocomplete: string;\n\n /**\n * A unique identifier used for the underlying component `id` attribute.\n */\n @Prop() componentId!: string;\n\n /**\n * Indicates whether or not the textarea is disabled\n * @defaultValue false\n */\n @Prop() disabled = false;\n\n /**\n * Specifies the error text and provides an error-themed treatment to the field\n */\n @Prop() errorMessage?: string;\n\n /**\n * Displays a hint or description of the textarea\n */\n @Prop() helperMessage?: string;\n\n /**\n * Indicates whether or not the textarea is invalid or throws an error\n * @defaultValue false\n */\n @Prop({mutable: true}) invalid = false; // eslint-disable-line @stencil-community/strict-mutable\n\n /**\n * Text to be displayed as the textarea label\n */\n @Prop() label?: string;\n\n /**\n * Specifies the name, submitted with the form name/value pair. This value will mirror the componentId\n */\n @Prop() name: string = this.componentId;\n\n /**\n * Specifies a short hint that describes the expected value of the textarea\n */\n @Prop() placeholder?: string;\n\n /**\n * Indicates whether or not the textarea is readonly\n * @defaultValue false\n */\n @Prop() readonly = false;\n\n /**\n * Indicates whether or not the textarea is required\n * @defaultValue false\n */\n @Prop() required = false;\n\n /**\n * Sets number of rows of text visible without needing to scroll in the textarea\n */\n @Prop() rows?: number;\n\n /**\n * The value of the textarea\n */\n @Prop({mutable: true}) value?: string;\n\n /**\n * Event emitted whenever the value of the textarea changes\n */\n @Event() pdsTextareaChange: EventEmitter<TextareaChangeEventDetail>;\n\n private onTextareaChange = (ev: Event) => {\n const textarea = ev.target as HTMLTextAreaElement;\n isRequired(textarea, this);\n\n if (textarea) {\n this.value = textarea.value;\n }\n\n this.pdsTextareaChange.emit({value: this.value, event: ev});\n };\n\n private textareaClassNames() {\n const classNames = ['pds-textarea__field'];\n\n if (this.invalid && this.invalid === true) {\n classNames.push('is-invalid');\n }\n\n return classNames.join(' ');\n }\n\n render() {\n return (\n <Host\n aria-disabled={this.disabled ? 'true' : null}\n >\n <div class=\"pds-textarea\">\n {this.label &&\n <PdsLabel htmlFor={this.componentId} text={this.label} />\n }\n <textarea\n aria-describedby={assignDescription(this.componentId, this.invalid, this.helperMessage)}\n aria-invalid={this.invalid ? \"true\" : undefined}\n autocomplete={this.autocomplete}\n class={this.textareaClassNames()}\n disabled={this.disabled}\n id={this.componentId}\n name={this.name}\n placeholder={this.placeholder}\n readOnly={this.readonly}\n required={this.required}\n rows={this.rows}\n onChange={this.onTextareaChange}\n >{this.value}</textarea>\n {this.helperMessage &&\n <p\n class=\"pds-textarea__helper-message\"\n id={messageId(this.componentId, 'helper')}\n >\n {this.helperMessage}\n </p>\n }\n {this.invalid &&\n <p\n aria-live=\"assertive\"\n class=\"pds-textarea__error-message\"\n id={messageId(this.componentId, 'error')}\n >\n <pds-icon icon={danger} size=\"small\" />\n {this.errorMessage}\n </p>\n }\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host, g as getElement } from './index-8b335bbb.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-b1696fed.js';
2
2
 
3
3
  const positionTooltip = ({ elem, elemPlacement, overlay, offset = 8 }) => {
4
4
  if (elem == undefined)
@@ -128,13 +128,13 @@ const PdsTooltip = class {
128
128
  this.opened = false;
129
129
  }
130
130
  render() {
131
- return (h(Host, { key: 'cd40b8fab6c861456b87390f138ee7b41f4d37a0', onMouseEnter: this.handleShow, onMouseLeave: this.handleHide, onFocusin: this.handleShow, onFocusout: this.handleHide }, h("div", { key: '7aa003d0600cdda1452acec8ab5392cd6dbeeed8', class: `
131
+ return (h(Host, { key: 'f4a8cd19668e7cc20a70ae13a0f6dcf0f809df65', onMouseEnter: this.handleShow, onMouseLeave: this.handleHide, onFocusin: this.handleShow, onFocusout: this.handleHide }, h("div", { key: 'b83498c6ea8e404b2abc25cc75daa95807649dba', class: `
132
132
  pds-tooltip
133
133
  pds-tooltip--${this.placement}
134
134
  ${this.htmlContent ? 'pds-tooltip--has-html-content' : ''}
135
135
  ${this.opened ? 'pds-tooltip--is-open' : ''}
136
136
  ${this.hasArrow ? '' : 'pds-tooltip--no-arrow'}
137
- ` }, h("span", { key: '2f83a557860d79c0930390689ce72a9fa5726b3d', "aria-describedby": this.componentId, class: "pds-tooltip__trigger" }, h("slot", { key: 'a78f31dae475a53ab709711a3c59142ed8d14418' })), h("div", { key: '42cabc5b6ef126e054383361531b982a4472953d', 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: '990c5170d5f84863b7eaaeb4781a8ab6eff4b1b8', name: "content" }), this.content))));
137
+ ` }, h("span", { key: '47ace7d3f543f0d86987389c76b25da0ad6be9b7', "aria-describedby": this.componentId, class: "pds-tooltip__trigger" }, h("slot", { key: '45bae92d87b8a67c00608c18f76aa9333d8d82a7' })), h("div", { key: 'a745ce513f1563cb8ea5a86bf27ee31f3e0d4392', 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: '8c46fe5951624e2de4128bd0f819e1e55155a7b5', name: "content" }), this.content))));
138
138
  }
139
139
  get el() { return getElement(this); }
140
140
  static get watchers() { return {
@@ -1,5 +1,5 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-8b335bbb.js';
2
- export { s as setNonce } from './index-8b335bbb.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-b1696fed.js';
2
+ export { s as setNonce } from './index-b1696fed.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  /*
@@ -16,7 +16,7 @@ var patchBrowser = () => {
16
16
 
17
17
  patchBrowser().then(async (options) => {
18
18
  await globalScripts();
19
- return bootstrapLazy([["pds-table-head",[[1,"pds-table-head",{"indeterminate":[1028],"isSelected":[1028,"is-selected"]}]]],["pds-copytext",[[1,"pds-copytext",{"border":[516],"componentId":[1,"component-id"],"fullWidth":[4,"full-width"],"truncate":[4],"value":[1]}]]],["pds-table-row",[[1,"pds-table-row",{"indeterminate":[1028],"isSelected":[1028,"is-selected"]}]]],["pds-accordion",[[1,"pds-accordion",{"componentId":[1,"component-id"],"isOpen":[1540,"open"]},null,{"isOpen":["handleOpenState"]}]]],["pds-avatar",[[1,"pds-avatar",{"alt":[1],"badge":[4],"componentId":[1,"component-id"],"dropdown":[4],"image":[1],"size":[513],"variant":[513]}]]],["pds-chip",[[1,"pds-chip",{"componentId":[1,"component-id"],"sentiment":[1],"dot":[4],"label":[1],"large":[4],"variant":[1]}]]],["pds-link",[[1,"pds-link",{"componentId":[1,"component-id"],"external":[4],"variant":[1],"fontSize":[1,"font-size"],"href":[1]}]]],["pds-sortable-item",[[6,"pds-sortable-item",{"enableActions":[4,"enable-actions"],"componentId":[1,"component-id"],"showHandle":[1028,"show-handle"]}]]],["pds-box",[[0,"pds-box",{"alignItems":[1,"align-items"],"auto":[4],"backgroundColor":[1,"background-color"],"border":[4],"borderColor":[1,"border-color"],"borderRadius":[1,"border-radius"],"direction":[1],"display":[1],"fit":[4],"gap":[1],"flex":[1],"justifyContent":[1,"justify-content"],"minHeight":[1,"min-height"],"minWidth":[1,"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],"shadow":[1],"size":[1],"sizeXs":[1,"size-xs"],"sizeSm":[1,"size-sm"],"sizeMd":[1,"size-md"],"sizeLg":[1,"size-lg"],"sizeXl":[1,"size-xl"]}]]],["pds-divider",[[1,"pds-divider",{"componentId":[1,"component-id"],"offset":[1],"vertical":[4]}]]],["pds-image",[[1,"pds-image",{"alt":[1],"componentId":[1,"component-id"],"height":[2],"loading":[1],"sizes":[1],"src":[1],"srcset":[1],"width":[2]}]]],["pds-input",[[1,"pds-input",{"autocomplete":[1],"componentId":[1,"component-id"],"disabled":[4],"errorMessage":[1,"error-message"],"helperMessage":[1,"helper-message"],"invalid":[4],"label":[1],"name":[1],"placeholder":[1],"readonly":[4],"required":[4],"type":[1],"value":[1025]}]]],["pds-loader",[[1,"pds-loader",{"isLoading":[4,"is-loading"],"showLabel":[4,"show-label"],"size":[513],"variant":[1]}]]],["pds-progress",[[1,"pds-progress",{"animated":[4],"componentId":[1,"component-id"],"fillColor":[1,"fill-color"],"label":[1],"percent":[2],"showPercent":[4,"show-percent"]}]]],["pds-radio",[[2,"pds-radio",{"checked":[4],"disabled":[4],"errorMessage":[1,"error-message"],"invalid":[4],"componentId":[1,"component-id"],"label":[1],"helperMessage":[1,"helper-message"],"name":[1],"required":[4],"value":[1]}]]],["pds-row",[[0,"pds-row",{"alignItems":[1,"align-items"],"border":[4],"colGap":[1,"col-gap"],"componentId":[1,"component-id"],"justifyContent":[1,"justify-content"],"minHeight":[1,"min-height"],"noWrap":[4,"no-wrap"]}]]],["pds-sortable",[[6,"pds-sortable",{"border":[516],"componentId":[1,"component-id"],"dividers":[516],"handleType":[1,"handle-type"]}]]],["pds-switch",[[1,"pds-switch",{"componentId":[1,"component-id"],"checked":[1028],"disabled":[4],"errorMessage":[1,"error-message"],"helperMessage":[1,"helper-message"],"invalid":[4],"label":[1],"name":[1],"required":[4],"value":[1]}]]],["pds-tab",[[4,"pds-tab",{"name":[1],"parentComponentId":[1,"parent-component-id"],"variant":[1],"index":[2],"selected":[4]}]]],["pds-table",[[1,"pds-table",{"compact":[4],"componentId":[1,"component-id"],"responsive":[4],"fixedColumn":[4,"fixed-column"],"selectable":[4],"sortingColumn":[32],"sortingDirection":[32]},[[0,"pdsTableSort","handleTableSort"],[0,"pdsTableSelectAll","handleTableSelectAll"],[0,"pdsTableRowSelected","handleTableSelect"]]]]],["pds-table-body",[[1,"pds-table-body"]]],["pds-tabpanel",[[4,"pds-tabpanel",{"name":[1],"parentComponentId":[1,"parent-component-id"],"variant":[1],"selected":[1028]}]]],["pds-tabs",[[1,"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-textarea",[[1,"pds-textarea",{"autocomplete":[1],"componentId":[1,"component-id"],"disabled":[4],"errorMessage":[1,"error-message"],"helperMessage":[1,"helper-message"],"invalid":[1028],"label":[1],"name":[1],"placeholder":[1],"readonly":[4],"required":[4],"rows":[2],"value":[1025]}]]],["pds-tooltip",[[1,"pds-tooltip",{"content":[1],"componentId":[1,"component-id"],"hasArrow":[4,"has-arrow"],"htmlContent":[4,"html-content"],"placement":[513],"maxWidth":[1,"max-width"],"opened":[1540],"isOpen":[32],"showTooltip":[64],"hideTooltip":[64]},null,{"opened":["handleOpenToggle"]}]]],["pds-icon",[[1,"pds-icon",{"color":[1],"icon":[8],"name":[513],"size":[513],"src":[1],"ariaLabel":[32],"isVisible":[32],"svgContent":[32]},null,{"size":["updateStyles"],"color":["updateStyles"],"name":["loadIcon"],"src":["loadIcon"],"icon":["loadIcon"]}]]],["pds-button",[[1,"pds-button",{"componentId":[1,"component-id"],"disabled":[4],"icon":[1],"name":[1],"value":[1],"type":[1],"variant":[1]}]]],["pds-table-head-cell",[[1,"pds-table-head-cell",{"sortable":[4],"sortingDirection":[32],"tableScrolling":[32],"isSelected":[32]}]]],["pds-table-cell",[[1,"pds-table-cell",{"truncate":[4],"tableScrolling":[32]}]]],["pds-checkbox",[[1,"pds-checkbox",{"checked":[1028],"componentId":[1,"component-id"],"disabled":[4],"errorMessage":[1,"error-message"],"helperMessage":[1,"helper-message"],"indeterminate":[1028],"invalid":[4],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"required":[4],"value":[1]},null,{"checked":["updateIndeterminate"]}]]]], options);
19
+ return bootstrapLazy([["pds-table-head",[[1,"pds-table-head",{"indeterminate":[1028],"isSelected":[1028,"is-selected"]}]]],["pds-table-row",[[1,"pds-table-row",{"indeterminate":[1028],"isSelected":[1028,"is-selected"]}]]],["pds-copytext",[[1,"pds-copytext",{"border":[516],"componentId":[1,"component-id"],"fullWidth":[4,"full-width"],"truncate":[4],"value":[1]}]]],["pds-accordion",[[1,"pds-accordion",{"componentId":[1,"component-id"],"isOpen":[1540,"open"]},null,{"isOpen":["handleOpenState"]}]]],["pds-avatar",[[1,"pds-avatar",{"alt":[1],"badge":[4],"componentId":[1,"component-id"],"dropdown":[4],"image":[1],"size":[513],"variant":[513]}]]],["pds-chip",[[1,"pds-chip",{"componentId":[1,"component-id"],"dot":[4],"label":[1],"large":[4],"sentiment":[1],"variant":[1]}]]],["pds-input",[[1,"pds-input",{"autocomplete":[1],"componentId":[1,"component-id"],"disabled":[4],"errorMessage":[1,"error-message"],"helperMessage":[1,"helper-message"],"invalid":[4],"label":[1],"name":[1],"placeholder":[1],"readonly":[4],"required":[4],"type":[1],"value":[1025]}]]],["pds-link",[[1,"pds-link",{"componentId":[1,"component-id"],"external":[4],"variant":[1],"fontSize":[1,"font-size"],"href":[1]}]]],["pds-radio",[[2,"pds-radio",{"checked":[4],"componentId":[1,"component-id"],"disabled":[4],"errorMessage":[1,"error-message"],"helperMessage":[1,"helper-message"],"invalid":[4],"label":[1],"name":[1],"required":[4],"value":[1]}]]],["pds-select",[[1,"pds-select",{"autocomplete":[1],"componentId":[1,"component-id"],"disabled":[4],"errorMessage":[1,"error-message"],"helperMessage":[1,"helper-message"],"invalid":[4],"label":[1],"multiple":[4],"name":[1],"required":[4],"value":[1025]},null,{"value":["valueChanged"]}]]],["pds-sortable-item",[[6,"pds-sortable-item",{"enableActions":[4,"enable-actions"],"componentId":[1,"component-id"],"showHandle":[1028,"show-handle"]}]]],["pds-switch",[[1,"pds-switch",{"componentId":[1,"component-id"],"checked":[1028],"disabled":[4],"errorMessage":[1,"error-message"],"helperMessage":[1,"helper-message"],"invalid":[4],"label":[1],"name":[1],"required":[4],"value":[1]}]]],["pds-textarea",[[1,"pds-textarea",{"autocomplete":[1],"componentId":[1,"component-id"],"disabled":[4],"errorMessage":[1,"error-message"],"helperMessage":[1,"helper-message"],"invalid":[1028],"label":[1],"name":[1],"placeholder":[1],"readonly":[4],"required":[4],"rows":[2],"value":[1025]}]]],["pds-box",[[0,"pds-box",{"alignItems":[1,"align-items"],"auto":[4],"backgroundColor":[1,"background-color"],"border":[4],"borderColor":[1,"border-color"],"borderRadius":[1,"border-radius"],"direction":[1],"display":[1],"fit":[4],"gap":[1],"flex":[1],"justifyContent":[1,"justify-content"],"minHeight":[1,"min-height"],"minWidth":[1,"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],"shadow":[1],"size":[1],"sizeXs":[1,"size-xs"],"sizeSm":[1,"size-sm"],"sizeMd":[1,"size-md"],"sizeLg":[1,"size-lg"],"sizeXl":[1,"size-xl"]}]]],["pds-divider",[[1,"pds-divider",{"componentId":[1,"component-id"],"offset":[1],"vertical":[4]}]]],["pds-image",[[1,"pds-image",{"alt":[1],"componentId":[1,"component-id"],"height":[2],"loading":[1],"sizes":[1],"src":[1],"srcset":[1],"width":[2]}]]],["pds-loader",[[1,"pds-loader",{"isLoading":[4,"is-loading"],"showLabel":[4,"show-label"],"size":[513],"variant":[1]}]]],["pds-popover",[[1,"pds-popover",{"popoverTargetAction":[1,"popover-target-action"],"popoverType":[1,"popover-type"],"componentId":[1,"component-id"],"text":[1],"maxWidth":[2,"max-width"],"placement":[513],"active":[32]},[[2,"click","handleClick"],[11,"scroll","handleScroll"]]]]],["pds-progress",[[1,"pds-progress",{"animated":[4],"componentId":[1,"component-id"],"fillColor":[1,"fill-color"],"label":[1],"percent":[2],"showPercent":[4,"show-percent"]}]]],["pds-row",[[0,"pds-row",{"alignItems":[1,"align-items"],"border":[4],"colGap":[1,"col-gap"],"componentId":[1,"component-id"],"justifyContent":[1,"justify-content"],"minHeight":[1,"min-height"],"noWrap":[4,"no-wrap"]}]]],["pds-sortable",[[6,"pds-sortable",{"border":[516],"componentId":[1,"component-id"],"dividers":[516],"handleType":[1,"handle-type"]}]]],["pds-tab",[[4,"pds-tab",{"name":[1],"parentComponentId":[1,"parent-component-id"],"variant":[1],"index":[2],"selected":[4]}]]],["pds-table",[[1,"pds-table",{"compact":[4],"componentId":[1,"component-id"],"responsive":[4],"fixedColumn":[4,"fixed-column"],"selectable":[4],"sortingColumn":[32],"sortingDirection":[32]},[[0,"pdsTableSort","handleTableSort"],[0,"pdsTableSelectAll","handleTableSelectAll"],[0,"pdsTableRowSelected","handleTableSelect"]]]]],["pds-table-body",[[1,"pds-table-body"]]],["pds-tabpanel",[[4,"pds-tabpanel",{"name":[1],"parentComponentId":[1,"parent-component-id"],"variant":[1],"selected":[1028]}]]],["pds-tabs",[[1,"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-text",[[1,"pds-text",{"align":[1],"color":[1],"gutter":[1],"size":[1],"weight":[1],"tag":[1]}]]],["pds-tooltip",[[1,"pds-tooltip",{"content":[1],"componentId":[1,"component-id"],"hasArrow":[4,"has-arrow"],"htmlContent":[4,"html-content"],"placement":[513],"maxWidth":[1,"max-width"],"opened":[1540],"isOpen":[32],"showTooltip":[64],"hideTooltip":[64]},null,{"opened":["handleOpenToggle"]}]]],["pds-icon",[[1,"pds-icon",{"color":[1],"icon":[8],"name":[513],"size":[513],"src":[1],"ariaLabel":[32],"isVisible":[32],"svgContent":[32]},null,{"size":["updateStyles"],"color":["updateStyles"],"name":["loadIcon"],"src":["loadIcon"],"icon":["loadIcon"]}]]],["pds-button",[[1,"pds-button",{"componentId":[1,"component-id"],"disabled":[4],"icon":[1],"name":[1],"value":[1],"type":[1],"variant":[1]}]]],["pds-table-head-cell",[[1,"pds-table-head-cell",{"sortable":[4],"sortingDirection":[32],"tableScrolling":[32],"isSelected":[32]}]]],["pds-table-cell",[[1,"pds-table-cell",{"truncate":[4],"tableScrolling":[32]}]]],["pds-checkbox",[[1,"pds-checkbox",{"checked":[1028],"componentId":[1,"component-id"],"disabled":[4],"errorMessage":[1,"error-message"],"helperMessage":[1,"helper-message"],"indeterminate":[1028],"invalid":[4],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"required":[4],"value":[1]},null,{"checked":["updateIndeterminate"]}]]]], options);
20
20
  });
21
21
 
22
22
  //# sourceMappingURL=pine-core.js.map
@@ -0,0 +1,2 @@
1
+ var 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>";var 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>";var 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>";var danger="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 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m11-5a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1m-1 9a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1'/></svg>";var downSmall="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>";var handle="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path d='M2.833 7.5c-.46 0-.833.448-.833 1s.373 1 .833 1h18.334c.46 0 .833-.448.833-1s-.373-1-.833-1zM2.833 14.5c-.46 0-.833.448-.833 1s.373 1 .833 1h18.334c.46 0 .833-.448.833-1s-.373-1-.833-1z'/></svg>";var 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>";var 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>";var 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>";var 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>";export{copy as a,danger as b,checkCircleFilled as c,downSmall as d,caretDown as e,upSmall as f,handle as h,launch as l,remove as r,userFilled as u};
2
+ //# sourceMappingURL=index-3ca52e8f.js.map