@pine-ds/core 3.8.1 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (346) hide show
  1. package/components/pds-accordion.js +1 -1
  2. package/components/pds-accordion.js.map +1 -1
  3. package/components/pds-box2.js +2 -2
  4. package/components/pds-box2.js.map +1 -1
  5. package/components/pds-input.js +3 -2
  6. package/components/pds-input.js.map +1 -1
  7. package/components/pds-progress.js +1 -1
  8. package/components/pds-progress.js.map +1 -1
  9. package/components/pds-radio.js +34 -7
  10. package/components/pds-radio.js.map +1 -1
  11. package/components/pds-row.js +19 -1
  12. package/components/pds-row.js.map +1 -1
  13. package/components/pds-select.js +3 -2
  14. package/components/pds-select.js.map +1 -1
  15. package/components/pds-sortable-item.js +1 -1
  16. package/components/pds-sortable.js +1 -1
  17. package/components/pds-switch.js +3 -3
  18. package/components/pds-tab.js +3 -3
  19. package/components/pds-table-body.js +1 -1
  20. package/components/pds-table-cell2.js +2 -2
  21. package/components/pds-table-head-cell2.js +2 -2
  22. package/components/pds-table-head.js +1 -1
  23. package/components/pds-table-row.js +1 -1
  24. package/components/pds-tabpanel.js +1 -1
  25. package/components/pds-tabs.js +1 -1
  26. package/components/pds-text2.js +1 -1
  27. package/components/pds-textarea.js +6 -5
  28. package/components/pds-textarea.js.map +1 -1
  29. package/components/pds-toast.js +3 -3
  30. package/components/pds-tooltip.js +2 -2
  31. package/dist/cjs/loader.cjs.js +1 -1
  32. package/dist/cjs/pds-accordion.cjs.entry.js +1 -1
  33. package/dist/cjs/pds-accordion.cjs.entry.js.map +1 -1
  34. package/dist/cjs/pds-accordion.entry.cjs.js.map +1 -1
  35. package/dist/cjs/pds-box.cjs.entry.js +2 -2
  36. package/dist/cjs/pds-box.cjs.entry.js.map +1 -1
  37. package/dist/cjs/pds-box.entry.cjs.js.map +1 -1
  38. package/dist/cjs/pds-input.cjs.entry.js +2 -2
  39. package/dist/cjs/pds-input.cjs.entry.js.map +1 -1
  40. package/dist/cjs/pds-input.entry.cjs.js.map +1 -1
  41. package/dist/cjs/pds-progress.cjs.entry.js +1 -1
  42. package/dist/cjs/pds-progress.cjs.entry.js.map +1 -1
  43. package/dist/cjs/pds-progress.entry.cjs.js.map +1 -1
  44. package/dist/cjs/pds-radio.cjs.entry.js +30 -5
  45. package/dist/cjs/pds-radio.cjs.entry.js.map +1 -1
  46. package/dist/cjs/pds-radio.entry.cjs.js.map +1 -1
  47. package/dist/cjs/pds-row.cjs.entry.js +19 -1
  48. package/dist/cjs/pds-row.cjs.entry.js.map +1 -1
  49. package/dist/cjs/pds-row.entry.cjs.js.map +1 -1
  50. package/dist/cjs/pds-select.cjs.entry.js +2 -2
  51. package/dist/cjs/pds-select.cjs.entry.js.map +1 -1
  52. package/dist/cjs/pds-select.entry.cjs.js.map +1 -1
  53. package/dist/cjs/pds-sortable-item.cjs.entry.js +1 -1
  54. package/dist/cjs/pds-sortable.cjs.entry.js +1 -1
  55. package/dist/cjs/pds-switch.cjs.entry.js +3 -3
  56. package/dist/cjs/pds-tab.cjs.entry.js +3 -3
  57. package/dist/cjs/pds-table-body.cjs.entry.js +1 -1
  58. package/dist/cjs/pds-table-cell.cjs.entry.js +2 -2
  59. package/dist/cjs/pds-table-head-cell.cjs.entry.js +2 -2
  60. package/dist/cjs/pds-table-head.cjs.entry.js +1 -1
  61. package/dist/cjs/pds-table-row.cjs.entry.js +1 -1
  62. package/dist/cjs/pds-tabpanel.cjs.entry.js +1 -1
  63. package/dist/cjs/pds-tabs.cjs.entry.js +1 -1
  64. package/dist/cjs/pds-text.cjs.entry.js +1 -1
  65. package/dist/cjs/pds-textarea.cjs.entry.js +5 -5
  66. package/dist/cjs/pds-textarea.cjs.entry.js.map +1 -1
  67. package/dist/cjs/pds-textarea.entry.cjs.js.map +1 -1
  68. package/dist/cjs/pds-toast.cjs.entry.js +3 -3
  69. package/dist/cjs/pds-tooltip.cjs.entry.js +2 -2
  70. package/dist/cjs/pine-core.cjs.js +1 -1
  71. package/dist/collection/components/pds-accordion/pds-accordion.js +2 -1
  72. package/dist/collection/components/pds-accordion/pds-accordion.js.map +1 -1
  73. package/dist/collection/components/pds-box/pds-box.css +2740 -40
  74. package/dist/collection/components/pds-box/pds-box.js +241 -241
  75. package/dist/collection/components/pds-box/pds-box.js.map +1 -1
  76. package/dist/collection/components/pds-input/pds-input.css +13 -0
  77. package/dist/collection/components/pds-input/pds-input.js +20 -1
  78. package/dist/collection/components/pds-input/pds-input.js.map +1 -1
  79. package/dist/collection/components/pds-input/stories/pds-input.stories.js +37 -0
  80. package/dist/collection/components/pds-progress/pds-progress.css +2 -2
  81. package/dist/collection/components/pds-radio/pds-radio.css +145 -3
  82. package/dist/collection/components/pds-radio/pds-radio.js +62 -5
  83. package/dist/collection/components/pds-radio/pds-radio.js.map +1 -1
  84. package/dist/collection/components/pds-radio/stories/pds-radio.stories.js +37 -0
  85. package/dist/collection/components/pds-row/pds-row.js +31 -13
  86. package/dist/collection/components/pds-row/pds-row.js.map +1 -1
  87. package/dist/collection/components/pds-select/pds-select.css +15 -0
  88. package/dist/collection/components/pds-select/pds-select.js +20 -1
  89. package/dist/collection/components/pds-select/pds-select.js.map +1 -1
  90. package/dist/collection/components/pds-select/stories/pds-select.stories.js +14 -0
  91. package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +1 -1
  92. package/dist/collection/components/pds-sortable/pds-sortable.js +1 -1
  93. package/dist/collection/components/pds-switch/pds-switch.js +3 -3
  94. package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +1 -1
  95. package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +2 -2
  96. package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +1 -1
  97. package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +2 -2
  98. package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +1 -1
  99. package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +3 -3
  100. package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +1 -1
  101. package/dist/collection/components/pds-tabs/pds-tabs.js +1 -1
  102. package/dist/collection/components/pds-text/pds-text.js +1 -1
  103. package/dist/collection/components/pds-textarea/pds-textarea.css +16 -0
  104. package/dist/collection/components/pds-textarea/pds-textarea.js +23 -4
  105. package/dist/collection/components/pds-textarea/pds-textarea.js.map +1 -1
  106. package/dist/collection/components/pds-textarea/stories/pds-textarea.stories.js +13 -0
  107. package/dist/collection/components/pds-toast/pds-toast.js +3 -3
  108. package/dist/collection/components/pds-tooltip/pds-tooltip.js +2 -2
  109. package/dist/collection/utils/types.js.map +1 -1
  110. package/dist/docs.json +6905 -2244
  111. package/dist/esm/loader.js +1 -1
  112. package/dist/esm/pds-accordion.entry.js +1 -1
  113. package/dist/esm/pds-accordion.entry.js.map +1 -1
  114. package/dist/esm/pds-box.entry.js +2 -2
  115. package/dist/esm/pds-box.entry.js.map +1 -1
  116. package/dist/esm/pds-input.entry.js +2 -2
  117. package/dist/esm/pds-input.entry.js.map +1 -1
  118. package/dist/esm/pds-progress.entry.js +1 -1
  119. package/dist/esm/pds-progress.entry.js.map +1 -1
  120. package/dist/esm/pds-radio.entry.js +31 -6
  121. package/dist/esm/pds-radio.entry.js.map +1 -1
  122. package/dist/esm/pds-row.entry.js +19 -1
  123. package/dist/esm/pds-row.entry.js.map +1 -1
  124. package/dist/esm/pds-select.entry.js +2 -2
  125. package/dist/esm/pds-select.entry.js.map +1 -1
  126. package/dist/esm/pds-sortable-item.entry.js +1 -1
  127. package/dist/esm/pds-sortable.entry.js +1 -1
  128. package/dist/esm/pds-switch.entry.js +3 -3
  129. package/dist/esm/pds-tab.entry.js +3 -3
  130. package/dist/esm/pds-table-body.entry.js +1 -1
  131. package/dist/esm/pds-table-cell.entry.js +2 -2
  132. package/dist/esm/pds-table-head-cell.entry.js +2 -2
  133. package/dist/esm/pds-table-head.entry.js +1 -1
  134. package/dist/esm/pds-table-row.entry.js +1 -1
  135. package/dist/esm/pds-tabpanel.entry.js +1 -1
  136. package/dist/esm/pds-tabs.entry.js +1 -1
  137. package/dist/esm/pds-text.entry.js +1 -1
  138. package/dist/esm/pds-textarea.entry.js +5 -5
  139. package/dist/esm/pds-textarea.entry.js.map +1 -1
  140. package/dist/esm/pds-toast.entry.js +3 -3
  141. package/dist/esm/pds-tooltip.entry.js +2 -2
  142. package/dist/esm/pine-core.js +1 -1
  143. package/dist/esm-es5/loader.js +1 -1
  144. package/dist/esm-es5/pds-accordion.entry.js +1 -1
  145. package/dist/esm-es5/pds-accordion.entry.js.map +1 -1
  146. package/dist/esm-es5/pds-box.entry.js +1 -1
  147. package/dist/esm-es5/pds-box.entry.js.map +1 -1
  148. package/dist/esm-es5/pds-input.entry.js +1 -1
  149. package/dist/esm-es5/pds-input.entry.js.map +1 -1
  150. package/dist/esm-es5/pds-progress.entry.js +1 -1
  151. package/dist/esm-es5/pds-progress.entry.js.map +1 -1
  152. package/dist/esm-es5/pds-radio.entry.js +1 -1
  153. package/dist/esm-es5/pds-radio.entry.js.map +1 -1
  154. package/dist/esm-es5/pds-row.entry.js +1 -1
  155. package/dist/esm-es5/pds-row.entry.js.map +1 -1
  156. package/dist/esm-es5/pds-select.entry.js +1 -1
  157. package/dist/esm-es5/pds-select.entry.js.map +1 -1
  158. package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
  159. package/dist/esm-es5/pds-sortable.entry.js +1 -1
  160. package/dist/esm-es5/pds-switch.entry.js +1 -1
  161. package/dist/esm-es5/pds-tab.entry.js +1 -1
  162. package/dist/esm-es5/pds-table-body.entry.js +1 -1
  163. package/dist/esm-es5/pds-table-cell.entry.js +1 -1
  164. package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
  165. package/dist/esm-es5/pds-table-head.entry.js +1 -1
  166. package/dist/esm-es5/pds-table-row.entry.js +1 -1
  167. package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
  168. package/dist/esm-es5/pds-tabs.entry.js +1 -1
  169. package/dist/esm-es5/pds-text.entry.js +1 -1
  170. package/dist/esm-es5/pds-textarea.entry.js +1 -1
  171. package/dist/esm-es5/pds-textarea.entry.js.map +1 -1
  172. package/dist/esm-es5/pds-toast.entry.js +1 -1
  173. package/dist/esm-es5/pds-tooltip.entry.js +1 -1
  174. package/dist/esm-es5/pine-core.js +1 -1
  175. package/dist/pine-core/p-00f6f3af.system.entry.js +2 -0
  176. package/dist/pine-core/p-00f6f3af.system.entry.js.map +1 -0
  177. package/dist/pine-core/p-04ad9d2c.system.entry.js +2 -0
  178. package/dist/pine-core/p-04ad9d2c.system.entry.js.map +1 -0
  179. package/dist/pine-core/p-0b593535.system.entry.js +2 -0
  180. package/dist/pine-core/p-1039e8e9.entry.js +2 -0
  181. package/dist/pine-core/{p-a2708028.entry.js.map → p-1039e8e9.entry.js.map} +1 -1
  182. package/dist/pine-core/{p-73a2e028.system.entry.js → p-18179981.system.entry.js} +2 -2
  183. package/dist/pine-core/p-18179981.system.entry.js.map +1 -0
  184. package/dist/pine-core/{p-bac9fcfa.entry.js → p-1a7cd7a6.entry.js} +2 -2
  185. package/dist/pine-core/p-1d127ddc.system.entry.js +2 -0
  186. package/dist/pine-core/p-1d127ddc.system.entry.js.map +1 -0
  187. package/dist/pine-core/p-2c407961.entry.js +2 -0
  188. package/dist/pine-core/p-2c407961.entry.js.map +1 -0
  189. package/dist/pine-core/{p-94183716.entry.js → p-332338ee.entry.js} +2 -2
  190. package/dist/pine-core/{p-e5adbf74.system.entry.js → p-3cc92094.system.entry.js} +2 -2
  191. package/dist/pine-core/{p-a3785977.entry.js → p-41abb654.entry.js} +2 -2
  192. package/dist/pine-core/{p-ae4ec5cf.system.entry.js → p-4802f8de.system.entry.js} +2 -2
  193. package/dist/pine-core/{p-f6d0bd39.entry.js → p-4c6ec7c4.entry.js} +2 -2
  194. package/dist/pine-core/{p-8f69dd71.system.entry.js → p-4ef17b95.system.entry.js} +2 -2
  195. package/dist/pine-core/{p-55d06d0a.system.entry.js → p-544fea4c.system.entry.js} +2 -2
  196. package/dist/pine-core/p-5b1d6cd2.entry.js +2 -0
  197. package/dist/pine-core/p-5b1d6cd2.entry.js.map +1 -0
  198. package/dist/pine-core/{p-00346c62.system.entry.js → p-6d48604a.system.entry.js} +2 -2
  199. package/dist/pine-core/{p-449ebe39.system.entry.js → p-7792f47d.system.entry.js} +2 -2
  200. package/dist/pine-core/p-7af21e83.system.entry.js +2 -0
  201. package/dist/pine-core/p-7af21e83.system.entry.js.map +1 -0
  202. package/dist/pine-core/{p-d4d22aee.entry.js → p-81972d0f.entry.js} +2 -2
  203. package/dist/pine-core/p-8b3f4c31.entry.js +2 -0
  204. package/dist/pine-core/{p-41e2fe3a.entry.js → p-8ff41ba8.entry.js} +2 -2
  205. package/dist/pine-core/{p-8b5fc4b4.system.entry.js → p-90e83476.system.entry.js} +2 -2
  206. package/dist/pine-core/{p-d1b27fa4.entry.js → p-96a60a99.entry.js} +2 -2
  207. package/dist/pine-core/p-96a60a99.entry.js.map +1 -0
  208. package/dist/pine-core/{p-c3579585.system.entry.js → p-97299c83.system.entry.js} +2 -2
  209. package/dist/pine-core/p-972a511a.entry.js +2 -0
  210. package/dist/pine-core/p-972a511a.entry.js.map +1 -0
  211. package/dist/pine-core/{p-a2cb65df.entry.js → p-9ac84e63.entry.js} +2 -2
  212. package/dist/pine-core/{p-2fb6f9d5.entry.js → p-9c1bfa68.entry.js} +2 -2
  213. package/dist/pine-core/p-9c1bfa68.entry.js.map +1 -0
  214. package/dist/pine-core/{p-3dce3bc0.system.entry.js → p-9fbb9f0e.system.entry.js} +2 -2
  215. package/dist/pine-core/{p-yaM1kuaC.system.js.map → p-B8JDvOCM.system.js.map} +1 -1
  216. package/dist/pine-core/{p-DtdXdmNp.system.js.map → p-BDK6YCRb.system.js.map} +1 -1
  217. package/dist/pine-core/p-BILpjGVZ.system.js.map +1 -0
  218. package/dist/pine-core/{p-CJNB_wrl.system.js.map → p-BJ3oNLWN.system.js.map} +1 -1
  219. package/dist/pine-core/p-BPjnTOEL.system.js +1 -1
  220. package/dist/pine-core/p-BbhWs2I3.system.js.map +1 -0
  221. package/dist/pine-core/p-CEUtKiTx.system.js.map +1 -0
  222. package/dist/pine-core/p-CQwYeJqz.system.js.map +1 -0
  223. package/dist/pine-core/{p-DN3VK2yy.system.js.map → p-CTkQ9Pq-.system.js.map} +1 -1
  224. package/dist/pine-core/{p-iazk4jjL.system.js.map → p-CdcQ02yR.system.js.map} +1 -1
  225. package/dist/pine-core/{p-Cxlv_2hD.system.js.map → p-CfyzuJNE.system.js.map} +1 -1
  226. package/dist/pine-core/p-CyFXZIZs.system.js.map +1 -0
  227. package/dist/pine-core/p-CypP0PZf.system.js.map +1 -0
  228. package/dist/pine-core/{p-BVDuy7iI.system.js.map → p-DExobiBX.system.js.map} +1 -1
  229. package/dist/pine-core/{p-C3iAHQC6.system.js.map → p-DJ7iTbji.system.js.map} +1 -1
  230. package/dist/pine-core/p-DhDw2HLE.system.js.map +1 -0
  231. package/dist/pine-core/{p-Ctdx1tCG.system.js.map → p-DiWDsjtE.system.js.map} +1 -1
  232. package/dist/pine-core/p-DmdrRtWG.system.js.map +1 -0
  233. package/dist/pine-core/{p-D0foS5EP.system.js.map → p-K3LH4gRE.system.js.map} +1 -1
  234. package/dist/pine-core/{p-1b9d4482.entry.js → p-ae2d59cd.entry.js} +2 -2
  235. package/dist/pine-core/{p-2054b5cb.system.entry.js → p-b9e12535.system.entry.js} +2 -2
  236. package/dist/pine-core/p-bc2530d7.entry.js +2 -0
  237. package/dist/pine-core/p-c2599425.entry.js +2 -0
  238. package/dist/pine-core/p-c2599425.entry.js.map +1 -0
  239. package/dist/pine-core/{p-DpzRSULT.system.js.map → p-ch9PI3Vl.system.js.map} +1 -1
  240. package/dist/pine-core/p-d61f3ab0.system.entry.js +2 -0
  241. package/dist/pine-core/p-d61f3ab0.system.entry.js.map +1 -0
  242. package/dist/pine-core/{p-d69f0f51.system.entry.js → p-da1fb45d.system.entry.js} +2 -2
  243. package/dist/pine-core/{p-9cf2b7a6.entry.js → p-e18c3044.entry.js} +2 -2
  244. package/dist/pine-core/p-e692908e.entry.js +2 -0
  245. package/dist/pine-core/p-e692908e.entry.js.map +1 -0
  246. package/dist/pine-core/{p-2597bc59.system.entry.js → p-ed724664.system.entry.js} +2 -2
  247. package/dist/pine-core/{p-e34c1224.system.entry.js → p-ed7bea99.system.entry.js} +2 -2
  248. package/dist/pine-core/{p-2aab28b1.system.entry.js → p-f0e44449.system.entry.js} +2 -2
  249. package/dist/pine-core/p-f0e44449.system.entry.js.map +1 -0
  250. package/dist/pine-core/p-f25274c9.entry.js +2 -0
  251. package/dist/pine-core/p-f25274c9.entry.js.map +1 -0
  252. package/dist/pine-core/{p-1b932ee3.entry.js → p-f8e1545e.entry.js} +2 -2
  253. package/dist/pine-core/p-fc2f3466.system.entry.js +2 -0
  254. package/dist/pine-core/p-fc2f3466.system.entry.js.map +1 -0
  255. package/dist/pine-core/{p-79422986.entry.js → p-fe60ee09.entry.js} +2 -2
  256. package/dist/pine-core/{p-BIjeWHX_.system.js.map → p-hop4Cgg5.system.js.map} +1 -1
  257. package/dist/pine-core/{p-DOqVoXeA.system.js.map → p-qQVNUF7F.system.js.map} +1 -1
  258. package/dist/pine-core/{p-C1KChp5Q.system.js.map → p-rnM09DN4.system.js.map} +1 -1
  259. package/dist/pine-core/pds-accordion.entry.esm.js.map +1 -1
  260. package/dist/pine-core/pds-box.entry.esm.js.map +1 -1
  261. package/dist/pine-core/pds-input.entry.esm.js.map +1 -1
  262. package/dist/pine-core/pds-progress.entry.esm.js.map +1 -1
  263. package/dist/pine-core/pds-radio.entry.esm.js.map +1 -1
  264. package/dist/pine-core/pds-row.entry.esm.js.map +1 -1
  265. package/dist/pine-core/pds-select.entry.esm.js.map +1 -1
  266. package/dist/pine-core/pds-textarea.entry.esm.js.map +1 -1
  267. package/dist/pine-core/pine-core.esm.js +1 -1
  268. package/dist/types/components/pds-accordion/pds-accordion.d.ts +1 -0
  269. package/dist/types/components/pds-box/pds-box.d.ts +61 -61
  270. package/dist/types/components/pds-input/pds-input.d.ts +4 -0
  271. package/dist/types/components/pds-radio/pds-radio.d.ts +14 -1
  272. package/dist/types/components/pds-row/pds-row.d.ts +4 -4
  273. package/dist/types/components/pds-select/pds-select.d.ts +4 -0
  274. package/dist/types/components/pds-textarea/pds-textarea.d.ts +4 -0
  275. package/dist/types/components.d.ts +163 -129
  276. package/dist/types/utils/types.d.ts +1 -1
  277. package/hydrate/index.js +100 -47
  278. package/hydrate/index.mjs +100 -47
  279. package/package.json +2 -2
  280. package/dist/pine-core/p-20466115.entry.js +0 -2
  281. package/dist/pine-core/p-20466115.entry.js.map +0 -1
  282. package/dist/pine-core/p-25cf2860.system.entry.js +0 -2
  283. package/dist/pine-core/p-25cf2860.system.entry.js.map +0 -1
  284. package/dist/pine-core/p-2aab28b1.system.entry.js.map +0 -1
  285. package/dist/pine-core/p-2fb6f9d5.entry.js.map +0 -1
  286. package/dist/pine-core/p-39648ce2.entry.js +0 -2
  287. package/dist/pine-core/p-39648ce2.entry.js.map +0 -1
  288. package/dist/pine-core/p-465e3418.system.entry.js +0 -2
  289. package/dist/pine-core/p-465e3418.system.entry.js.map +0 -1
  290. package/dist/pine-core/p-61a25ab2.entry.js +0 -2
  291. package/dist/pine-core/p-61a25ab2.entry.js.map +0 -1
  292. package/dist/pine-core/p-6ed297cb.entry.js +0 -2
  293. package/dist/pine-core/p-6ed297cb.entry.js.map +0 -1
  294. package/dist/pine-core/p-708e963c.system.entry.js +0 -2
  295. package/dist/pine-core/p-708e963c.system.entry.js.map +0 -1
  296. package/dist/pine-core/p-73a2e028.system.entry.js.map +0 -1
  297. package/dist/pine-core/p-75187352.system.entry.js +0 -2
  298. package/dist/pine-core/p-75187352.system.entry.js.map +0 -1
  299. package/dist/pine-core/p-786967e8.entry.js +0 -2
  300. package/dist/pine-core/p-875d5d5a.system.entry.js +0 -2
  301. package/dist/pine-core/p-BJjdD3yf.system.js.map +0 -1
  302. package/dist/pine-core/p-BkPtASB1.system.js.map +0 -1
  303. package/dist/pine-core/p-CnPN6prI.system.js.map +0 -1
  304. package/dist/pine-core/p-D7B3vOdC.system.js.map +0 -1
  305. package/dist/pine-core/p-DfrSuf6X.system.js.map +0 -1
  306. package/dist/pine-core/p-DpemOPFJ.system.js.map +0 -1
  307. package/dist/pine-core/p-GrmqKqN8.system.js.map +0 -1
  308. package/dist/pine-core/p-HHZU8rBT.system.js.map +0 -1
  309. package/dist/pine-core/p-a2708028.entry.js +0 -2
  310. package/dist/pine-core/p-a645818a.entry.js +0 -2
  311. package/dist/pine-core/p-acd87a10.entry.js +0 -2
  312. package/dist/pine-core/p-acd87a10.entry.js.map +0 -1
  313. package/dist/pine-core/p-bc2fecd4.system.entry.js +0 -2
  314. package/dist/pine-core/p-bc2fecd4.system.entry.js.map +0 -1
  315. package/dist/pine-core/p-be5ef841.entry.js +0 -2
  316. package/dist/pine-core/p-be5ef841.entry.js.map +0 -1
  317. package/dist/pine-core/p-d1b27fa4.entry.js.map +0 -1
  318. package/dist/pine-core/p-f92d7570.system.entry.js +0 -2
  319. package/dist/pine-core/p-f92d7570.system.entry.js.map +0 -1
  320. /package/dist/pine-core/{p-875d5d5a.system.entry.js.map → p-0b593535.system.entry.js.map} +0 -0
  321. /package/dist/pine-core/{p-bac9fcfa.entry.js.map → p-1a7cd7a6.entry.js.map} +0 -0
  322. /package/dist/pine-core/{p-94183716.entry.js.map → p-332338ee.entry.js.map} +0 -0
  323. /package/dist/pine-core/{p-e5adbf74.system.entry.js.map → p-3cc92094.system.entry.js.map} +0 -0
  324. /package/dist/pine-core/{p-a3785977.entry.js.map → p-41abb654.entry.js.map} +0 -0
  325. /package/dist/pine-core/{p-ae4ec5cf.system.entry.js.map → p-4802f8de.system.entry.js.map} +0 -0
  326. /package/dist/pine-core/{p-f6d0bd39.entry.js.map → p-4c6ec7c4.entry.js.map} +0 -0
  327. /package/dist/pine-core/{p-8f69dd71.system.entry.js.map → p-4ef17b95.system.entry.js.map} +0 -0
  328. /package/dist/pine-core/{p-55d06d0a.system.entry.js.map → p-544fea4c.system.entry.js.map} +0 -0
  329. /package/dist/pine-core/{p-00346c62.system.entry.js.map → p-6d48604a.system.entry.js.map} +0 -0
  330. /package/dist/pine-core/{p-449ebe39.system.entry.js.map → p-7792f47d.system.entry.js.map} +0 -0
  331. /package/dist/pine-core/{p-d4d22aee.entry.js.map → p-81972d0f.entry.js.map} +0 -0
  332. /package/dist/pine-core/{p-786967e8.entry.js.map → p-8b3f4c31.entry.js.map} +0 -0
  333. /package/dist/pine-core/{p-41e2fe3a.entry.js.map → p-8ff41ba8.entry.js.map} +0 -0
  334. /package/dist/pine-core/{p-8b5fc4b4.system.entry.js.map → p-90e83476.system.entry.js.map} +0 -0
  335. /package/dist/pine-core/{p-c3579585.system.entry.js.map → p-97299c83.system.entry.js.map} +0 -0
  336. /package/dist/pine-core/{p-a2cb65df.entry.js.map → p-9ac84e63.entry.js.map} +0 -0
  337. /package/dist/pine-core/{p-3dce3bc0.system.entry.js.map → p-9fbb9f0e.system.entry.js.map} +0 -0
  338. /package/dist/pine-core/{p-1b9d4482.entry.js.map → p-ae2d59cd.entry.js.map} +0 -0
  339. /package/dist/pine-core/{p-2054b5cb.system.entry.js.map → p-b9e12535.system.entry.js.map} +0 -0
  340. /package/dist/pine-core/{p-a645818a.entry.js.map → p-bc2530d7.entry.js.map} +0 -0
  341. /package/dist/pine-core/{p-d69f0f51.system.entry.js.map → p-da1fb45d.system.entry.js.map} +0 -0
  342. /package/dist/pine-core/{p-9cf2b7a6.entry.js.map → p-e18c3044.entry.js.map} +0 -0
  343. /package/dist/pine-core/{p-2597bc59.system.entry.js.map → p-ed724664.system.entry.js.map} +0 -0
  344. /package/dist/pine-core/{p-e34c1224.system.entry.js.map → p-ed7bea99.system.entry.js.map} +0 -0
  345. /package/dist/pine-core/{p-1b932ee3.entry.js.map → p-f8e1545e.entry.js.map} +0 -0
  346. /package/dist/pine-core/{p-79422986.entry.js.map → p-fe60ee09.entry.js.map} +0 -0
@@ -5,14 +5,14 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- import { BoxColumnType, BoxShadowSizeType, BoxTShirtSizeType } from "./utils/types";
8
+ import { BoxColumnType, BoxShadowSizeType, BoxSpacingType } from "./utils/types";
9
9
  import { CheckboxChangeEventDetail } from "./components/pds-checkbox/checkbox-interface";
10
10
  import { ChipSentimentType, ChipVariantType, PlacementType } from "./utils/types";
11
11
  import { PdsFilterClearEventDetail, PdsFilterCloseEventDetail, PdsFilterOpenEventDetail, PdsFilterVariant } from "./components/pds-filters/pds-filter/filter-interface";
12
12
  import { InputChangeEventDetail, InputInputEventDetail } from "./components/pds-input/input-interface";
13
13
  import { PdsPopoverEventDetail } from "./components/pds-popover/popover-interface";
14
14
  import { TextareaChangeEventDetail, TextareaInputEventDetail } from "./components/pds-textarea/textarea-interface";
15
- export { BoxColumnType, BoxShadowSizeType, BoxTShirtSizeType } from "./utils/types";
15
+ export { BoxColumnType, BoxShadowSizeType, BoxSpacingType } from "./utils/types";
16
16
  export { CheckboxChangeEventDetail } from "./components/pds-checkbox/checkbox-interface";
17
17
  export { ChipSentimentType, ChipVariantType, PlacementType } from "./utils/types";
18
18
  export { PdsFilterClearEventDetail, PdsFilterCloseEventDetail, PdsFilterOpenEventDetail, PdsFilterVariant } from "./components/pds-filters/pds-filter/filter-interface";
@@ -272,32 +272,32 @@ export namespace Components {
272
272
  * Defines the spacing between the box items.
273
273
  * @defaultValue none
274
274
  */
275
- "gap"?: BoxTShirtSizeType;
275
+ "gap"?: BoxSpacingType;
276
276
  /**
277
277
  * Defines the spacing between the box items at the LG breakpoint.
278
278
  * @defaultValue none
279
279
  */
280
- "gapLg"?: BoxTShirtSizeType;
280
+ "gapLg"?: BoxSpacingType;
281
281
  /**
282
282
  * Defines the spacing between the box items at the MD breakpoint.
283
283
  * @defaultValue none
284
284
  */
285
- "gapMd"?: BoxTShirtSizeType;
285
+ "gapMd"?: BoxSpacingType;
286
286
  /**
287
287
  * Defines the spacing between the box items at the SM breakpoint.
288
288
  * @defaultValue none
289
289
  */
290
- "gapSm"?: BoxTShirtSizeType;
290
+ "gapSm"?: BoxSpacingType;
291
291
  /**
292
292
  * Defines the spacing between the box items at the XL breakpoint.
293
293
  * @defaultValue none
294
294
  */
295
- "gapXl"?: BoxTShirtSizeType;
295
+ "gapXl"?: BoxSpacingType;
296
296
  /**
297
297
  * Defines the spacing between the box items at the XS breakpoint.
298
298
  * @defaultValue none
299
299
  */
300
- "gapXs"?: BoxTShirtSizeType;
300
+ "gapXs"?: BoxSpacingType;
301
301
  /**
302
302
  * Defines the horizontal alignment of the box items.
303
303
  * @defaultValue start
@@ -332,122 +332,122 @@ export namespace Components {
332
332
  * Defines the box's outer bottom spacing.
333
333
  * @defaultValue none
334
334
  */
335
- "marginBlockEnd"?: BoxTShirtSizeType;
335
+ "marginBlockEnd"?: BoxSpacingType;
336
336
  /**
337
337
  * Defines the box's outer bottom spacing at the LG breakpoint.
338
338
  * @defaultValue none
339
339
  */
340
- "marginBlockEndLg"?: BoxTShirtSizeType;
340
+ "marginBlockEndLg"?: BoxSpacingType;
341
341
  /**
342
342
  * Defines the box's outer bottom spacing at the MD breakpoint.
343
343
  * @defaultValue none
344
344
  */
345
- "marginBlockEndMd"?: BoxTShirtSizeType;
345
+ "marginBlockEndMd"?: BoxSpacingType;
346
346
  /**
347
347
  * Defines the box's outer bottom spacing at the SM breakpoint.
348
348
  * @defaultValue none
349
349
  */
350
- "marginBlockEndSm"?: BoxTShirtSizeType;
350
+ "marginBlockEndSm"?: BoxSpacingType;
351
351
  /**
352
352
  * Defines the box's outer bottom spacing at the XL breakpoint.
353
353
  * @defaultValue none
354
354
  */
355
- "marginBlockEndXl"?: BoxTShirtSizeType;
355
+ "marginBlockEndXl"?: BoxSpacingType;
356
356
  /**
357
357
  * Defines the box's outer bottom spacing at the XS breakpoint.
358
358
  * @defaultValue none
359
359
  */
360
- "marginBlockEndXs"?: BoxTShirtSizeType;
360
+ "marginBlockEndXs"?: BoxSpacingType;
361
361
  /**
362
362
  * Defines the box's outer top spacing.
363
363
  * @defaultValue none
364
364
  */
365
- "marginBlockStart"?: BoxTShirtSizeType;
365
+ "marginBlockStart"?: BoxSpacingType;
366
366
  /**
367
367
  * Defines the box's outer top spacing at the LG breakpoint.
368
368
  * @defaultValue none
369
369
  */
370
- "marginBlockStartLg"?: BoxTShirtSizeType;
370
+ "marginBlockStartLg"?: BoxSpacingType;
371
371
  /**
372
372
  * Defines the box's outer top spacing at the MD breakpoint.
373
373
  * @defaultValue none
374
374
  */
375
- "marginBlockStartMd"?: BoxTShirtSizeType;
375
+ "marginBlockStartMd"?: BoxSpacingType;
376
376
  /**
377
377
  * Defines the box's outer top spacing at the SM breakpoint.
378
378
  * @defaultValue none
379
379
  */
380
- "marginBlockStartSm"?: BoxTShirtSizeType;
380
+ "marginBlockStartSm"?: BoxSpacingType;
381
381
  /**
382
382
  * Defines the box's outer top spacing at the XL breakpoint.
383
383
  * @defaultValue none
384
384
  */
385
- "marginBlockStartXl"?: BoxTShirtSizeType;
385
+ "marginBlockStartXl"?: BoxSpacingType;
386
386
  /**
387
387
  * Defines the box's outer top spacing at the XS breakpoint.
388
388
  * @defaultValue none
389
389
  */
390
- "marginBlockStartXs"?: BoxTShirtSizeType;
390
+ "marginBlockStartXs"?: BoxSpacingType;
391
391
  /**
392
392
  * Defines the box's outer right spacing.
393
393
  * @defaultValue none
394
394
  */
395
- "marginInlineEnd"?: BoxTShirtSizeType;
395
+ "marginInlineEnd"?: BoxSpacingType;
396
396
  /**
397
397
  * Defines the box's outer right spacing at the LG breakpoint.
398
398
  * @defaultValue none
399
399
  */
400
- "marginInlineEndLg"?: BoxTShirtSizeType;
400
+ "marginInlineEndLg"?: BoxSpacingType;
401
401
  /**
402
402
  * Defines the box's outer right spacing at the MD breakpoint.
403
403
  * @defaultValue none
404
404
  */
405
- "marginInlineEndMd"?: BoxTShirtSizeType;
405
+ "marginInlineEndMd"?: BoxSpacingType;
406
406
  /**
407
407
  * Defines the box's outer right spacing at the SM breakpoint.
408
408
  * @defaultValue none
409
409
  */
410
- "marginInlineEndSm"?: BoxTShirtSizeType;
410
+ "marginInlineEndSm"?: BoxSpacingType;
411
411
  /**
412
412
  * Defines the box's outer right spacing at the XL breakpoint.
413
413
  * @defaultValue none
414
414
  */
415
- "marginInlineEndXl"?: BoxTShirtSizeType;
415
+ "marginInlineEndXl"?: BoxSpacingType;
416
416
  /**
417
417
  * Defines the box's outer right spacing at the XS breakpoint.
418
418
  * @defaultValue none
419
419
  */
420
- "marginInlineEndXs"?: BoxTShirtSizeType;
420
+ "marginInlineEndXs"?: BoxSpacingType;
421
421
  /**
422
422
  * Defines the box's outer left spacing.
423
423
  * @defaultValue none
424
424
  */
425
- "marginInlineStart"?: BoxTShirtSizeType;
425
+ "marginInlineStart"?: BoxSpacingType;
426
426
  /**
427
427
  * Defines the box's outer left spacing at the LG breakpoint.
428
428
  * @defaultValue none
429
429
  */
430
- "marginInlineStartLg"?: BoxTShirtSizeType;
430
+ "marginInlineStartLg"?: BoxSpacingType;
431
431
  /**
432
432
  * Defines the box's outer left spacing at the MD breakpoint.
433
433
  * @defaultValue none
434
434
  */
435
- "marginInlineStartMd"?: BoxTShirtSizeType;
435
+ "marginInlineStartMd"?: BoxSpacingType;
436
436
  /**
437
437
  * Defines the box's outer left spacing at the SM breakpoint.
438
438
  * @defaultValue none
439
439
  */
440
- "marginInlineStartSm"?: BoxTShirtSizeType;
440
+ "marginInlineStartSm"?: BoxSpacingType;
441
441
  /**
442
442
  * Defines the box's outer left spacing at the XL breakpoint.
443
443
  * @defaultValue none
444
444
  */
445
- "marginInlineStartXl"?: BoxTShirtSizeType;
445
+ "marginInlineStartXl"?: BoxSpacingType;
446
446
  /**
447
447
  * Defines the box's outer left spacing at the XS breakpoint.
448
448
  * @defaultValue none
449
449
  */
450
- "marginInlineStartXs"?: BoxTShirtSizeType;
450
+ "marginInlineStartXs"?: BoxSpacingType;
451
451
  /**
452
452
  * The minimum height of the row. Used in conjunction with alignment props
453
453
  */
@@ -484,152 +484,152 @@ export namespace Components {
484
484
  * Defines the spacing between the box items.
485
485
  * @defaultValue none
486
486
  */
487
- "padding"?: BoxTShirtSizeType;
487
+ "padding"?: BoxSpacingType;
488
488
  /**
489
489
  * Defines the bottom spacing.
490
490
  * @defaultValue none
491
491
  */
492
- "paddingBlockEnd"?: BoxTShirtSizeType;
492
+ "paddingBlockEnd"?: BoxSpacingType;
493
493
  /**
494
494
  * Defines the bottom spacing at the LG breakpoint.
495
495
  * @defaultValue none
496
496
  */
497
- "paddingBlockEndLg"?: BoxTShirtSizeType;
497
+ "paddingBlockEndLg"?: BoxSpacingType;
498
498
  /**
499
499
  * Defines the bottom spacing at the MD breakpoint.
500
500
  * @defaultValue none
501
501
  */
502
- "paddingBlockEndMd"?: BoxTShirtSizeType;
502
+ "paddingBlockEndMd"?: BoxSpacingType;
503
503
  /**
504
504
  * Defines the bottom spacing at the SM breakpoint.
505
505
  * @defaultValue none
506
506
  */
507
- "paddingBlockEndSm"?: BoxTShirtSizeType;
507
+ "paddingBlockEndSm"?: BoxSpacingType;
508
508
  /**
509
509
  * Defines the bottom spacing at the XL breakpoint.
510
510
  * @defaultValue none
511
511
  */
512
- "paddingBlockEndXl"?: BoxTShirtSizeType;
512
+ "paddingBlockEndXl"?: BoxSpacingType;
513
513
  /**
514
514
  * Defines the bottom spacing at the XS breakpoint.
515
515
  * @defaultValue none
516
516
  */
517
- "paddingBlockEndXs"?: BoxTShirtSizeType;
517
+ "paddingBlockEndXs"?: BoxSpacingType;
518
518
  /**
519
519
  * Defines the top spacing.
520
520
  * @defaultValue none
521
521
  */
522
- "paddingBlockStart"?: BoxTShirtSizeType;
522
+ "paddingBlockStart"?: BoxSpacingType;
523
523
  /**
524
524
  * Defines the top spacing at the LG breakpoint.
525
525
  * @defaultValue none
526
526
  */
527
- "paddingBlockStartLg"?: BoxTShirtSizeType;
527
+ "paddingBlockStartLg"?: BoxSpacingType;
528
528
  /**
529
529
  * Defines the top spacing at the MD breakpoint.
530
530
  * @defaultValue none
531
531
  */
532
- "paddingBlockStartMd"?: BoxTShirtSizeType;
532
+ "paddingBlockStartMd"?: BoxSpacingType;
533
533
  /**
534
534
  * Defines the top spacing at the SM breakpoint.
535
535
  * @defaultValue none
536
536
  */
537
- "paddingBlockStartSm"?: BoxTShirtSizeType;
537
+ "paddingBlockStartSm"?: BoxSpacingType;
538
538
  /**
539
539
  * Defines the top spacing at the XL breakpoint.
540
540
  * @defaultValue none
541
541
  */
542
- "paddingBlockStartXl"?: BoxTShirtSizeType;
542
+ "paddingBlockStartXl"?: BoxSpacingType;
543
543
  /**
544
544
  * Defines the top spacing at the XS breakpoint.
545
545
  * @defaultValue none
546
546
  */
547
- "paddingBlockStartXs"?: BoxTShirtSizeType;
547
+ "paddingBlockStartXs"?: BoxSpacingType;
548
548
  /**
549
549
  * Defines the right spacing.
550
550
  * @defaultValue none
551
551
  */
552
- "paddingInlineEnd"?: BoxTShirtSizeType;
552
+ "paddingInlineEnd"?: BoxSpacingType;
553
553
  /**
554
554
  * Defines the right spacing at the LG breakpoint.
555
555
  * @defaultValue none
556
556
  */
557
- "paddingInlineEndLg"?: BoxTShirtSizeType;
557
+ "paddingInlineEndLg"?: BoxSpacingType;
558
558
  /**
559
559
  * Defines the right spacing at the MD breakpoint.
560
560
  * @defaultValue none
561
561
  */
562
- "paddingInlineEndMd"?: BoxTShirtSizeType;
562
+ "paddingInlineEndMd"?: BoxSpacingType;
563
563
  /**
564
564
  * Defines the right spacing at the SM breakpoint.
565
565
  * @defaultValue none
566
566
  */
567
- "paddingInlineEndSm"?: BoxTShirtSizeType;
567
+ "paddingInlineEndSm"?: BoxSpacingType;
568
568
  /**
569
569
  * Defines the right spacing at the XL breakpoint.
570
570
  * @defaultValue none
571
571
  */
572
- "paddingInlineEndXl"?: BoxTShirtSizeType;
572
+ "paddingInlineEndXl"?: BoxSpacingType;
573
573
  /**
574
574
  * Defines the right spacing at the XS breakpoint.
575
575
  * @defaultValue none
576
576
  */
577
- "paddingInlineEndXs"?: BoxTShirtSizeType;
577
+ "paddingInlineEndXs"?: BoxSpacingType;
578
578
  /**
579
579
  * Defines the left spacing.
580
580
  * @defaultValue none
581
581
  */
582
- "paddingInlineStart"?: BoxTShirtSizeType;
582
+ "paddingInlineStart"?: BoxSpacingType;
583
583
  /**
584
584
  * Defines the left spacing at the LG breakpoint.
585
585
  * @defaultValue none
586
586
  */
587
- "paddingInlineStartLg"?: BoxTShirtSizeType;
587
+ "paddingInlineStartLg"?: BoxSpacingType;
588
588
  /**
589
589
  * Defines the left spacing at the MD breakpoint.
590
590
  * @defaultValue none
591
591
  */
592
- "paddingInlineStartMd"?: BoxTShirtSizeType;
592
+ "paddingInlineStartMd"?: BoxSpacingType;
593
593
  /**
594
594
  * Defines the left spacing at the SM breakpoint.
595
595
  * @defaultValue none
596
596
  */
597
- "paddingInlineStartSm"?: BoxTShirtSizeType;
597
+ "paddingInlineStartSm"?: BoxSpacingType;
598
598
  /**
599
599
  * Defines the left spacing at the XL breakpoint.
600
600
  * @defaultValue none
601
601
  */
602
- "paddingInlineStartXl"?: BoxTShirtSizeType;
602
+ "paddingInlineStartXl"?: BoxSpacingType;
603
603
  /**
604
604
  * Defines the left spacing at the XS breakpoint.
605
605
  * @defaultValue none
606
606
  */
607
- "paddingInlineStartXs"?: BoxTShirtSizeType;
607
+ "paddingInlineStartXs"?: BoxSpacingType;
608
608
  /**
609
609
  * Defines the spacing between the box items at the LG breakpoint.
610
610
  * @defaultValue none
611
611
  */
612
- "paddingLg"?: BoxTShirtSizeType;
612
+ "paddingLg"?: BoxSpacingType;
613
613
  /**
614
614
  * Defines the spacing between the box items at the MD breakpoint.
615
615
  * @defaultValue none
616
616
  */
617
- "paddingMd"?: BoxTShirtSizeType;
617
+ "paddingMd"?: BoxSpacingType;
618
618
  /**
619
619
  * Defines the spacing between the box items at the SM breakpoint.
620
620
  * @defaultValue none
621
621
  */
622
- "paddingSm"?: BoxTShirtSizeType;
622
+ "paddingSm"?: BoxSpacingType;
623
623
  /**
624
624
  * Defines the spacing between the box items at the XL breakpoint.
625
625
  * @defaultValue none
626
626
  */
627
- "paddingXl"?: BoxTShirtSizeType;
627
+ "paddingXl"?: BoxSpacingType;
628
628
  /**
629
629
  * Defines the spacing between the box items at the XS breakpoint.
630
630
  * @defaultValue none
631
631
  */
632
- "paddingXs"?: BoxTShirtSizeType;
632
+ "paddingXs"?: BoxSpacingType;
633
633
  /**
634
634
  * Defines the box shadow.
635
635
  * @defaultValue none
@@ -1121,6 +1121,10 @@ export namespace Components {
1121
1121
  * Visually hides the label text for instances where only the input should be displayed. Label remains accessible to assistive technology such as screen readers. Note: When true, the action slot is also hidden to maintain a minimal UI.
1122
1122
  */
1123
1123
  "hideLabel": boolean;
1124
+ /**
1125
+ * Applies highlight styling to the input field.
1126
+ */
1127
+ "highlight"?: boolean;
1124
1128
  /**
1125
1129
  * Determines whether or not the input field is invalid or throws an error.
1126
1130
  */
@@ -1380,6 +1384,11 @@ export namespace Components {
1380
1384
  * Displays error message text describing an invalid state.
1381
1385
  */
1382
1386
  "errorMessage": string;
1387
+ /**
1388
+ * Adds a border around the radio component for better visual separation.
1389
+ * @defaultValue false
1390
+ */
1391
+ "hasBorder": boolean;
1383
1392
  /**
1384
1393
  * Displays helper message text below radio.
1385
1394
  */
@@ -1424,15 +1433,15 @@ export namespace Components {
1424
1433
  /**
1425
1434
  * Defines the spacing between the row items.
1426
1435
  */
1427
- "colGap"?: BoxTShirtSizeType | null;
1436
+ "colGap"?: BoxSpacingType | null;
1428
1437
  /**
1429
1438
  * Defines the spacing between the row items vertically.
1430
1439
  */
1431
- "colGapBlock"?: BoxTShirtSizeType | null;
1440
+ "colGapBlock"?: BoxSpacingType | null;
1432
1441
  /**
1433
1442
  * Defines the spacing between the row items horizontally.
1434
1443
  */
1435
- "colGapInline"?: BoxTShirtSizeType | null;
1444
+ "colGapInline"?: BoxSpacingType | null;
1436
1445
  /**
1437
1446
  * A unique identifier used for the underlying component `id` attribute.
1438
1447
  */
@@ -1477,6 +1486,10 @@ export namespace Components {
1477
1486
  * Visually hides the label text for instances where only the select should be displayed. Label remains accessible to assistive technology such as screen readers. Note: When true, the action slot is also hidden to maintain a minimal UI.
1478
1487
  */
1479
1488
  "hideLabel": boolean;
1489
+ /**
1490
+ * Applies highlight styling to the select field.
1491
+ */
1492
+ "highlight"?: boolean;
1480
1493
  /**
1481
1494
  * Determines whether or not the select is invalid.
1482
1495
  */
@@ -1790,6 +1803,10 @@ export namespace Components {
1790
1803
  * Visually hides the label text for instances where only the textarea should be displayed. Label remains accessible to assistive technology such as screen readers. Note: When true, the action slot is also hidden to maintain a minimal UI.
1791
1804
  */
1792
1805
  "hideLabel": boolean;
1806
+ /**
1807
+ * Applies highlight styling to the textarea field.
1808
+ */
1809
+ "highlight"?: boolean;
1793
1810
  /**
1794
1811
  * Determines whether or not the textarea is invalid or throws an error.
1795
1812
  * @defaultValue false
@@ -2860,32 +2877,32 @@ declare namespace LocalJSX {
2860
2877
  * Defines the spacing between the box items.
2861
2878
  * @defaultValue none
2862
2879
  */
2863
- "gap"?: BoxTShirtSizeType;
2880
+ "gap"?: BoxSpacingType;
2864
2881
  /**
2865
2882
  * Defines the spacing between the box items at the LG breakpoint.
2866
2883
  * @defaultValue none
2867
2884
  */
2868
- "gapLg"?: BoxTShirtSizeType;
2885
+ "gapLg"?: BoxSpacingType;
2869
2886
  /**
2870
2887
  * Defines the spacing between the box items at the MD breakpoint.
2871
2888
  * @defaultValue none
2872
2889
  */
2873
- "gapMd"?: BoxTShirtSizeType;
2890
+ "gapMd"?: BoxSpacingType;
2874
2891
  /**
2875
2892
  * Defines the spacing between the box items at the SM breakpoint.
2876
2893
  * @defaultValue none
2877
2894
  */
2878
- "gapSm"?: BoxTShirtSizeType;
2895
+ "gapSm"?: BoxSpacingType;
2879
2896
  /**
2880
2897
  * Defines the spacing between the box items at the XL breakpoint.
2881
2898
  * @defaultValue none
2882
2899
  */
2883
- "gapXl"?: BoxTShirtSizeType;
2900
+ "gapXl"?: BoxSpacingType;
2884
2901
  /**
2885
2902
  * Defines the spacing between the box items at the XS breakpoint.
2886
2903
  * @defaultValue none
2887
2904
  */
2888
- "gapXs"?: BoxTShirtSizeType;
2905
+ "gapXs"?: BoxSpacingType;
2889
2906
  /**
2890
2907
  * Defines the horizontal alignment of the box items.
2891
2908
  * @defaultValue start
@@ -2920,122 +2937,122 @@ declare namespace LocalJSX {
2920
2937
  * Defines the box's outer bottom spacing.
2921
2938
  * @defaultValue none
2922
2939
  */
2923
- "marginBlockEnd"?: BoxTShirtSizeType;
2940
+ "marginBlockEnd"?: BoxSpacingType;
2924
2941
  /**
2925
2942
  * Defines the box's outer bottom spacing at the LG breakpoint.
2926
2943
  * @defaultValue none
2927
2944
  */
2928
- "marginBlockEndLg"?: BoxTShirtSizeType;
2945
+ "marginBlockEndLg"?: BoxSpacingType;
2929
2946
  /**
2930
2947
  * Defines the box's outer bottom spacing at the MD breakpoint.
2931
2948
  * @defaultValue none
2932
2949
  */
2933
- "marginBlockEndMd"?: BoxTShirtSizeType;
2950
+ "marginBlockEndMd"?: BoxSpacingType;
2934
2951
  /**
2935
2952
  * Defines the box's outer bottom spacing at the SM breakpoint.
2936
2953
  * @defaultValue none
2937
2954
  */
2938
- "marginBlockEndSm"?: BoxTShirtSizeType;
2955
+ "marginBlockEndSm"?: BoxSpacingType;
2939
2956
  /**
2940
2957
  * Defines the box's outer bottom spacing at the XL breakpoint.
2941
2958
  * @defaultValue none
2942
2959
  */
2943
- "marginBlockEndXl"?: BoxTShirtSizeType;
2960
+ "marginBlockEndXl"?: BoxSpacingType;
2944
2961
  /**
2945
2962
  * Defines the box's outer bottom spacing at the XS breakpoint.
2946
2963
  * @defaultValue none
2947
2964
  */
2948
- "marginBlockEndXs"?: BoxTShirtSizeType;
2965
+ "marginBlockEndXs"?: BoxSpacingType;
2949
2966
  /**
2950
2967
  * Defines the box's outer top spacing.
2951
2968
  * @defaultValue none
2952
2969
  */
2953
- "marginBlockStart"?: BoxTShirtSizeType;
2970
+ "marginBlockStart"?: BoxSpacingType;
2954
2971
  /**
2955
2972
  * Defines the box's outer top spacing at the LG breakpoint.
2956
2973
  * @defaultValue none
2957
2974
  */
2958
- "marginBlockStartLg"?: BoxTShirtSizeType;
2975
+ "marginBlockStartLg"?: BoxSpacingType;
2959
2976
  /**
2960
2977
  * Defines the box's outer top spacing at the MD breakpoint.
2961
2978
  * @defaultValue none
2962
2979
  */
2963
- "marginBlockStartMd"?: BoxTShirtSizeType;
2980
+ "marginBlockStartMd"?: BoxSpacingType;
2964
2981
  /**
2965
2982
  * Defines the box's outer top spacing at the SM breakpoint.
2966
2983
  * @defaultValue none
2967
2984
  */
2968
- "marginBlockStartSm"?: BoxTShirtSizeType;
2985
+ "marginBlockStartSm"?: BoxSpacingType;
2969
2986
  /**
2970
2987
  * Defines the box's outer top spacing at the XL breakpoint.
2971
2988
  * @defaultValue none
2972
2989
  */
2973
- "marginBlockStartXl"?: BoxTShirtSizeType;
2990
+ "marginBlockStartXl"?: BoxSpacingType;
2974
2991
  /**
2975
2992
  * Defines the box's outer top spacing at the XS breakpoint.
2976
2993
  * @defaultValue none
2977
2994
  */
2978
- "marginBlockStartXs"?: BoxTShirtSizeType;
2995
+ "marginBlockStartXs"?: BoxSpacingType;
2979
2996
  /**
2980
2997
  * Defines the box's outer right spacing.
2981
2998
  * @defaultValue none
2982
2999
  */
2983
- "marginInlineEnd"?: BoxTShirtSizeType;
3000
+ "marginInlineEnd"?: BoxSpacingType;
2984
3001
  /**
2985
3002
  * Defines the box's outer right spacing at the LG breakpoint.
2986
3003
  * @defaultValue none
2987
3004
  */
2988
- "marginInlineEndLg"?: BoxTShirtSizeType;
3005
+ "marginInlineEndLg"?: BoxSpacingType;
2989
3006
  /**
2990
3007
  * Defines the box's outer right spacing at the MD breakpoint.
2991
3008
  * @defaultValue none
2992
3009
  */
2993
- "marginInlineEndMd"?: BoxTShirtSizeType;
3010
+ "marginInlineEndMd"?: BoxSpacingType;
2994
3011
  /**
2995
3012
  * Defines the box's outer right spacing at the SM breakpoint.
2996
3013
  * @defaultValue none
2997
3014
  */
2998
- "marginInlineEndSm"?: BoxTShirtSizeType;
3015
+ "marginInlineEndSm"?: BoxSpacingType;
2999
3016
  /**
3000
3017
  * Defines the box's outer right spacing at the XL breakpoint.
3001
3018
  * @defaultValue none
3002
3019
  */
3003
- "marginInlineEndXl"?: BoxTShirtSizeType;
3020
+ "marginInlineEndXl"?: BoxSpacingType;
3004
3021
  /**
3005
3022
  * Defines the box's outer right spacing at the XS breakpoint.
3006
3023
  * @defaultValue none
3007
3024
  */
3008
- "marginInlineEndXs"?: BoxTShirtSizeType;
3025
+ "marginInlineEndXs"?: BoxSpacingType;
3009
3026
  /**
3010
3027
  * Defines the box's outer left spacing.
3011
3028
  * @defaultValue none
3012
3029
  */
3013
- "marginInlineStart"?: BoxTShirtSizeType;
3030
+ "marginInlineStart"?: BoxSpacingType;
3014
3031
  /**
3015
3032
  * Defines the box's outer left spacing at the LG breakpoint.
3016
3033
  * @defaultValue none
3017
3034
  */
3018
- "marginInlineStartLg"?: BoxTShirtSizeType;
3035
+ "marginInlineStartLg"?: BoxSpacingType;
3019
3036
  /**
3020
3037
  * Defines the box's outer left spacing at the MD breakpoint.
3021
3038
  * @defaultValue none
3022
3039
  */
3023
- "marginInlineStartMd"?: BoxTShirtSizeType;
3040
+ "marginInlineStartMd"?: BoxSpacingType;
3024
3041
  /**
3025
3042
  * Defines the box's outer left spacing at the SM breakpoint.
3026
3043
  * @defaultValue none
3027
3044
  */
3028
- "marginInlineStartSm"?: BoxTShirtSizeType;
3045
+ "marginInlineStartSm"?: BoxSpacingType;
3029
3046
  /**
3030
3047
  * Defines the box's outer left spacing at the XL breakpoint.
3031
3048
  * @defaultValue none
3032
3049
  */
3033
- "marginInlineStartXl"?: BoxTShirtSizeType;
3050
+ "marginInlineStartXl"?: BoxSpacingType;
3034
3051
  /**
3035
3052
  * Defines the box's outer left spacing at the XS breakpoint.
3036
3053
  * @defaultValue none
3037
3054
  */
3038
- "marginInlineStartXs"?: BoxTShirtSizeType;
3055
+ "marginInlineStartXs"?: BoxSpacingType;
3039
3056
  /**
3040
3057
  * The minimum height of the row. Used in conjunction with alignment props
3041
3058
  */
@@ -3072,152 +3089,152 @@ declare namespace LocalJSX {
3072
3089
  * Defines the spacing between the box items.
3073
3090
  * @defaultValue none
3074
3091
  */
3075
- "padding"?: BoxTShirtSizeType;
3092
+ "padding"?: BoxSpacingType;
3076
3093
  /**
3077
3094
  * Defines the bottom spacing.
3078
3095
  * @defaultValue none
3079
3096
  */
3080
- "paddingBlockEnd"?: BoxTShirtSizeType;
3097
+ "paddingBlockEnd"?: BoxSpacingType;
3081
3098
  /**
3082
3099
  * Defines the bottom spacing at the LG breakpoint.
3083
3100
  * @defaultValue none
3084
3101
  */
3085
- "paddingBlockEndLg"?: BoxTShirtSizeType;
3102
+ "paddingBlockEndLg"?: BoxSpacingType;
3086
3103
  /**
3087
3104
  * Defines the bottom spacing at the MD breakpoint.
3088
3105
  * @defaultValue none
3089
3106
  */
3090
- "paddingBlockEndMd"?: BoxTShirtSizeType;
3107
+ "paddingBlockEndMd"?: BoxSpacingType;
3091
3108
  /**
3092
3109
  * Defines the bottom spacing at the SM breakpoint.
3093
3110
  * @defaultValue none
3094
3111
  */
3095
- "paddingBlockEndSm"?: BoxTShirtSizeType;
3112
+ "paddingBlockEndSm"?: BoxSpacingType;
3096
3113
  /**
3097
3114
  * Defines the bottom spacing at the XL breakpoint.
3098
3115
  * @defaultValue none
3099
3116
  */
3100
- "paddingBlockEndXl"?: BoxTShirtSizeType;
3117
+ "paddingBlockEndXl"?: BoxSpacingType;
3101
3118
  /**
3102
3119
  * Defines the bottom spacing at the XS breakpoint.
3103
3120
  * @defaultValue none
3104
3121
  */
3105
- "paddingBlockEndXs"?: BoxTShirtSizeType;
3122
+ "paddingBlockEndXs"?: BoxSpacingType;
3106
3123
  /**
3107
3124
  * Defines the top spacing.
3108
3125
  * @defaultValue none
3109
3126
  */
3110
- "paddingBlockStart"?: BoxTShirtSizeType;
3127
+ "paddingBlockStart"?: BoxSpacingType;
3111
3128
  /**
3112
3129
  * Defines the top spacing at the LG breakpoint.
3113
3130
  * @defaultValue none
3114
3131
  */
3115
- "paddingBlockStartLg"?: BoxTShirtSizeType;
3132
+ "paddingBlockStartLg"?: BoxSpacingType;
3116
3133
  /**
3117
3134
  * Defines the top spacing at the MD breakpoint.
3118
3135
  * @defaultValue none
3119
3136
  */
3120
- "paddingBlockStartMd"?: BoxTShirtSizeType;
3137
+ "paddingBlockStartMd"?: BoxSpacingType;
3121
3138
  /**
3122
3139
  * Defines the top spacing at the SM breakpoint.
3123
3140
  * @defaultValue none
3124
3141
  */
3125
- "paddingBlockStartSm"?: BoxTShirtSizeType;
3142
+ "paddingBlockStartSm"?: BoxSpacingType;
3126
3143
  /**
3127
3144
  * Defines the top spacing at the XL breakpoint.
3128
3145
  * @defaultValue none
3129
3146
  */
3130
- "paddingBlockStartXl"?: BoxTShirtSizeType;
3147
+ "paddingBlockStartXl"?: BoxSpacingType;
3131
3148
  /**
3132
3149
  * Defines the top spacing at the XS breakpoint.
3133
3150
  * @defaultValue none
3134
3151
  */
3135
- "paddingBlockStartXs"?: BoxTShirtSizeType;
3152
+ "paddingBlockStartXs"?: BoxSpacingType;
3136
3153
  /**
3137
3154
  * Defines the right spacing.
3138
3155
  * @defaultValue none
3139
3156
  */
3140
- "paddingInlineEnd"?: BoxTShirtSizeType;
3157
+ "paddingInlineEnd"?: BoxSpacingType;
3141
3158
  /**
3142
3159
  * Defines the right spacing at the LG breakpoint.
3143
3160
  * @defaultValue none
3144
3161
  */
3145
- "paddingInlineEndLg"?: BoxTShirtSizeType;
3162
+ "paddingInlineEndLg"?: BoxSpacingType;
3146
3163
  /**
3147
3164
  * Defines the right spacing at the MD breakpoint.
3148
3165
  * @defaultValue none
3149
3166
  */
3150
- "paddingInlineEndMd"?: BoxTShirtSizeType;
3167
+ "paddingInlineEndMd"?: BoxSpacingType;
3151
3168
  /**
3152
3169
  * Defines the right spacing at the SM breakpoint.
3153
3170
  * @defaultValue none
3154
3171
  */
3155
- "paddingInlineEndSm"?: BoxTShirtSizeType;
3172
+ "paddingInlineEndSm"?: BoxSpacingType;
3156
3173
  /**
3157
3174
  * Defines the right spacing at the XL breakpoint.
3158
3175
  * @defaultValue none
3159
3176
  */
3160
- "paddingInlineEndXl"?: BoxTShirtSizeType;
3177
+ "paddingInlineEndXl"?: BoxSpacingType;
3161
3178
  /**
3162
3179
  * Defines the right spacing at the XS breakpoint.
3163
3180
  * @defaultValue none
3164
3181
  */
3165
- "paddingInlineEndXs"?: BoxTShirtSizeType;
3182
+ "paddingInlineEndXs"?: BoxSpacingType;
3166
3183
  /**
3167
3184
  * Defines the left spacing.
3168
3185
  * @defaultValue none
3169
3186
  */
3170
- "paddingInlineStart"?: BoxTShirtSizeType;
3187
+ "paddingInlineStart"?: BoxSpacingType;
3171
3188
  /**
3172
3189
  * Defines the left spacing at the LG breakpoint.
3173
3190
  * @defaultValue none
3174
3191
  */
3175
- "paddingInlineStartLg"?: BoxTShirtSizeType;
3192
+ "paddingInlineStartLg"?: BoxSpacingType;
3176
3193
  /**
3177
3194
  * Defines the left spacing at the MD breakpoint.
3178
3195
  * @defaultValue none
3179
3196
  */
3180
- "paddingInlineStartMd"?: BoxTShirtSizeType;
3197
+ "paddingInlineStartMd"?: BoxSpacingType;
3181
3198
  /**
3182
3199
  * Defines the left spacing at the SM breakpoint.
3183
3200
  * @defaultValue none
3184
3201
  */
3185
- "paddingInlineStartSm"?: BoxTShirtSizeType;
3202
+ "paddingInlineStartSm"?: BoxSpacingType;
3186
3203
  /**
3187
3204
  * Defines the left spacing at the XL breakpoint.
3188
3205
  * @defaultValue none
3189
3206
  */
3190
- "paddingInlineStartXl"?: BoxTShirtSizeType;
3207
+ "paddingInlineStartXl"?: BoxSpacingType;
3191
3208
  /**
3192
3209
  * Defines the left spacing at the XS breakpoint.
3193
3210
  * @defaultValue none
3194
3211
  */
3195
- "paddingInlineStartXs"?: BoxTShirtSizeType;
3212
+ "paddingInlineStartXs"?: BoxSpacingType;
3196
3213
  /**
3197
3214
  * Defines the spacing between the box items at the LG breakpoint.
3198
3215
  * @defaultValue none
3199
3216
  */
3200
- "paddingLg"?: BoxTShirtSizeType;
3217
+ "paddingLg"?: BoxSpacingType;
3201
3218
  /**
3202
3219
  * Defines the spacing between the box items at the MD breakpoint.
3203
3220
  * @defaultValue none
3204
3221
  */
3205
- "paddingMd"?: BoxTShirtSizeType;
3222
+ "paddingMd"?: BoxSpacingType;
3206
3223
  /**
3207
3224
  * Defines the spacing between the box items at the SM breakpoint.
3208
3225
  * @defaultValue none
3209
3226
  */
3210
- "paddingSm"?: BoxTShirtSizeType;
3227
+ "paddingSm"?: BoxSpacingType;
3211
3228
  /**
3212
3229
  * Defines the spacing between the box items at the XL breakpoint.
3213
3230
  * @defaultValue none
3214
3231
  */
3215
- "paddingXl"?: BoxTShirtSizeType;
3232
+ "paddingXl"?: BoxSpacingType;
3216
3233
  /**
3217
3234
  * Defines the spacing between the box items at the XS breakpoint.
3218
3235
  * @defaultValue none
3219
3236
  */
3220
- "paddingXs"?: BoxTShirtSizeType;
3237
+ "paddingXs"?: BoxSpacingType;
3221
3238
  /**
3222
3239
  * Defines the box shadow.
3223
3240
  * @defaultValue none
@@ -3723,6 +3740,10 @@ declare namespace LocalJSX {
3723
3740
  * Visually hides the label text for instances where only the input should be displayed. Label remains accessible to assistive technology such as screen readers. Note: When true, the action slot is also hidden to maintain a minimal UI.
3724
3741
  */
3725
3742
  "hideLabel"?: boolean;
3743
+ /**
3744
+ * Applies highlight styling to the input field.
3745
+ */
3746
+ "highlight"?: boolean;
3726
3747
  /**
3727
3748
  * Determines whether or not the input field is invalid or throws an error.
3728
3749
  */
@@ -3990,6 +4011,11 @@ declare namespace LocalJSX {
3990
4011
  * Displays error message text describing an invalid state.
3991
4012
  */
3992
4013
  "errorMessage"?: string;
4014
+ /**
4015
+ * Adds a border around the radio component for better visual separation.
4016
+ * @defaultValue false
4017
+ */
4018
+ "hasBorder"?: boolean;
3993
4019
  /**
3994
4020
  * Displays helper message text below radio.
3995
4021
  */
@@ -4012,7 +4038,7 @@ declare namespace LocalJSX {
4012
4038
  */
4013
4039
  "name"?: string;
4014
4040
  /**
4015
- * Emits a boolean indicating whether the checkbox is currently checked or unchecked.
4041
+ * Emits a boolean indicating whether the radio is currently checked or unchecked.
4016
4042
  */
4017
4043
  "onPdsRadioChange"?: (event: PdsRadioCustomEvent<boolean>) => void;
4018
4044
  /**
@@ -4038,15 +4064,15 @@ declare namespace LocalJSX {
4038
4064
  /**
4039
4065
  * Defines the spacing between the row items.
4040
4066
  */
4041
- "colGap"?: BoxTShirtSizeType | null;
4067
+ "colGap"?: BoxSpacingType | null;
4042
4068
  /**
4043
4069
  * Defines the spacing between the row items vertically.
4044
4070
  */
4045
- "colGapBlock"?: BoxTShirtSizeType | null;
4071
+ "colGapBlock"?: BoxSpacingType | null;
4046
4072
  /**
4047
4073
  * Defines the spacing between the row items horizontally.
4048
4074
  */
4049
- "colGapInline"?: BoxTShirtSizeType | null;
4075
+ "colGapInline"?: BoxSpacingType | null;
4050
4076
  /**
4051
4077
  * A unique identifier used for the underlying component `id` attribute.
4052
4078
  */
@@ -4091,6 +4117,10 @@ declare namespace LocalJSX {
4091
4117
  * Visually hides the label text for instances where only the select should be displayed. Label remains accessible to assistive technology such as screen readers. Note: When true, the action slot is also hidden to maintain a minimal UI.
4092
4118
  */
4093
4119
  "hideLabel"?: boolean;
4120
+ /**
4121
+ * Applies highlight styling to the select field.
4122
+ */
4123
+ "highlight"?: boolean;
4094
4124
  /**
4095
4125
  * Determines whether or not the select is invalid.
4096
4126
  */
@@ -4428,6 +4458,10 @@ declare namespace LocalJSX {
4428
4458
  * Visually hides the label text for instances where only the textarea should be displayed. Label remains accessible to assistive technology such as screen readers. Note: When true, the action slot is also hidden to maintain a minimal UI.
4429
4459
  */
4430
4460
  "hideLabel"?: boolean;
4461
+ /**
4462
+ * Applies highlight styling to the textarea field.
4463
+ */
4464
+ "highlight"?: boolean;
4431
4465
  /**
4432
4466
  * Determines whether or not the textarea is invalid or throws an error.
4433
4467
  * @defaultValue false