@pine-ds/core 3.8.1 → 3.8.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 (270) hide show
  1. package/components/pds-box2.js +2 -2
  2. package/components/pds-box2.js.map +1 -1
  3. package/components/pds-progress.js +1 -1
  4. package/components/pds-progress.js.map +1 -1
  5. package/components/pds-radio.js +34 -7
  6. package/components/pds-radio.js.map +1 -1
  7. package/components/pds-row.js +19 -1
  8. package/components/pds-row.js.map +1 -1
  9. package/components/pds-select.js +1 -1
  10. package/components/pds-sortable-item.js +1 -1
  11. package/components/pds-sortable.js +1 -1
  12. package/components/pds-switch.js +3 -3
  13. package/components/pds-tab.js +3 -3
  14. package/components/pds-table-body.js +1 -1
  15. package/components/pds-table-cell2.js +2 -2
  16. package/components/pds-table-head-cell2.js +2 -2
  17. package/components/pds-table-head.js +1 -1
  18. package/components/pds-table-row.js +1 -1
  19. package/components/pds-tabpanel.js +1 -1
  20. package/components/pds-tabs.js +1 -1
  21. package/components/pds-text2.js +1 -1
  22. package/components/pds-textarea.js +4 -4
  23. package/components/pds-toast.js +3 -3
  24. package/components/pds-tooltip.js +2 -2
  25. package/dist/cjs/loader.cjs.js +1 -1
  26. package/dist/cjs/pds-box.cjs.entry.js +2 -2
  27. package/dist/cjs/pds-box.cjs.entry.js.map +1 -1
  28. package/dist/cjs/pds-box.entry.cjs.js.map +1 -1
  29. package/dist/cjs/pds-progress.cjs.entry.js +1 -1
  30. package/dist/cjs/pds-progress.cjs.entry.js.map +1 -1
  31. package/dist/cjs/pds-progress.entry.cjs.js.map +1 -1
  32. package/dist/cjs/pds-radio.cjs.entry.js +30 -5
  33. package/dist/cjs/pds-radio.cjs.entry.js.map +1 -1
  34. package/dist/cjs/pds-radio.entry.cjs.js.map +1 -1
  35. package/dist/cjs/pds-row.cjs.entry.js +19 -1
  36. package/dist/cjs/pds-row.cjs.entry.js.map +1 -1
  37. package/dist/cjs/pds-row.entry.cjs.js.map +1 -1
  38. package/dist/cjs/pds-select.cjs.entry.js +1 -1
  39. package/dist/cjs/pds-sortable-item.cjs.entry.js +1 -1
  40. package/dist/cjs/pds-sortable.cjs.entry.js +1 -1
  41. package/dist/cjs/pds-switch.cjs.entry.js +3 -3
  42. package/dist/cjs/pds-tab.cjs.entry.js +3 -3
  43. package/dist/cjs/pds-table-body.cjs.entry.js +1 -1
  44. package/dist/cjs/pds-table-cell.cjs.entry.js +2 -2
  45. package/dist/cjs/pds-table-head-cell.cjs.entry.js +2 -2
  46. package/dist/cjs/pds-table-head.cjs.entry.js +1 -1
  47. package/dist/cjs/pds-table-row.cjs.entry.js +1 -1
  48. package/dist/cjs/pds-tabpanel.cjs.entry.js +1 -1
  49. package/dist/cjs/pds-tabs.cjs.entry.js +1 -1
  50. package/dist/cjs/pds-text.cjs.entry.js +1 -1
  51. package/dist/cjs/pds-textarea.cjs.entry.js +4 -4
  52. package/dist/cjs/pds-toast.cjs.entry.js +3 -3
  53. package/dist/cjs/pds-tooltip.cjs.entry.js +2 -2
  54. package/dist/cjs/pine-core.cjs.js +1 -1
  55. package/dist/collection/components/pds-box/pds-box.css +2740 -40
  56. package/dist/collection/components/pds-box/pds-box.js +241 -241
  57. package/dist/collection/components/pds-box/pds-box.js.map +1 -1
  58. package/dist/collection/components/pds-progress/pds-progress.css +2 -2
  59. package/dist/collection/components/pds-radio/pds-radio.css +145 -3
  60. package/dist/collection/components/pds-radio/pds-radio.js +62 -5
  61. package/dist/collection/components/pds-radio/pds-radio.js.map +1 -1
  62. package/dist/collection/components/pds-radio/stories/pds-radio.stories.js +37 -0
  63. package/dist/collection/components/pds-row/pds-row.js +31 -13
  64. package/dist/collection/components/pds-row/pds-row.js.map +1 -1
  65. package/dist/collection/components/pds-select/pds-select.js +1 -1
  66. package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.js +1 -1
  67. package/dist/collection/components/pds-sortable/pds-sortable.js +1 -1
  68. package/dist/collection/components/pds-switch/pds-switch.js +3 -3
  69. package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +1 -1
  70. package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +2 -2
  71. package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +1 -1
  72. package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +2 -2
  73. package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +1 -1
  74. package/dist/collection/components/pds-tabs/pds-tab/pds-tab.js +3 -3
  75. package/dist/collection/components/pds-tabs/pds-tabpanel/pds-tabpanel.js +1 -1
  76. package/dist/collection/components/pds-tabs/pds-tabs.js +1 -1
  77. package/dist/collection/components/pds-text/pds-text.js +1 -1
  78. package/dist/collection/components/pds-textarea/pds-textarea.js +4 -4
  79. package/dist/collection/components/pds-toast/pds-toast.js +3 -3
  80. package/dist/collection/components/pds-tooltip/pds-tooltip.js +2 -2
  81. package/dist/collection/utils/types.js.map +1 -1
  82. package/dist/docs.json +6764 -2180
  83. package/dist/esm/loader.js +1 -1
  84. package/dist/esm/pds-box.entry.js +2 -2
  85. package/dist/esm/pds-box.entry.js.map +1 -1
  86. package/dist/esm/pds-progress.entry.js +1 -1
  87. package/dist/esm/pds-progress.entry.js.map +1 -1
  88. package/dist/esm/pds-radio.entry.js +31 -6
  89. package/dist/esm/pds-radio.entry.js.map +1 -1
  90. package/dist/esm/pds-row.entry.js +19 -1
  91. package/dist/esm/pds-row.entry.js.map +1 -1
  92. package/dist/esm/pds-select.entry.js +1 -1
  93. package/dist/esm/pds-sortable-item.entry.js +1 -1
  94. package/dist/esm/pds-sortable.entry.js +1 -1
  95. package/dist/esm/pds-switch.entry.js +3 -3
  96. package/dist/esm/pds-tab.entry.js +3 -3
  97. package/dist/esm/pds-table-body.entry.js +1 -1
  98. package/dist/esm/pds-table-cell.entry.js +2 -2
  99. package/dist/esm/pds-table-head-cell.entry.js +2 -2
  100. package/dist/esm/pds-table-head.entry.js +1 -1
  101. package/dist/esm/pds-table-row.entry.js +1 -1
  102. package/dist/esm/pds-tabpanel.entry.js +1 -1
  103. package/dist/esm/pds-tabs.entry.js +1 -1
  104. package/dist/esm/pds-text.entry.js +1 -1
  105. package/dist/esm/pds-textarea.entry.js +4 -4
  106. package/dist/esm/pds-toast.entry.js +3 -3
  107. package/dist/esm/pds-tooltip.entry.js +2 -2
  108. package/dist/esm/pine-core.js +1 -1
  109. package/dist/esm-es5/loader.js +1 -1
  110. package/dist/esm-es5/pds-box.entry.js +1 -1
  111. package/dist/esm-es5/pds-box.entry.js.map +1 -1
  112. package/dist/esm-es5/pds-progress.entry.js +1 -1
  113. package/dist/esm-es5/pds-progress.entry.js.map +1 -1
  114. package/dist/esm-es5/pds-radio.entry.js +1 -1
  115. package/dist/esm-es5/pds-radio.entry.js.map +1 -1
  116. package/dist/esm-es5/pds-row.entry.js +1 -1
  117. package/dist/esm-es5/pds-row.entry.js.map +1 -1
  118. package/dist/esm-es5/pds-select.entry.js +1 -1
  119. package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
  120. package/dist/esm-es5/pds-sortable.entry.js +1 -1
  121. package/dist/esm-es5/pds-switch.entry.js +1 -1
  122. package/dist/esm-es5/pds-tab.entry.js +1 -1
  123. package/dist/esm-es5/pds-table-body.entry.js +1 -1
  124. package/dist/esm-es5/pds-table-cell.entry.js +1 -1
  125. package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
  126. package/dist/esm-es5/pds-table-head.entry.js +1 -1
  127. package/dist/esm-es5/pds-table-row.entry.js +1 -1
  128. package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
  129. package/dist/esm-es5/pds-tabs.entry.js +1 -1
  130. package/dist/esm-es5/pds-text.entry.js +1 -1
  131. package/dist/esm-es5/pds-textarea.entry.js +1 -1
  132. package/dist/esm-es5/pds-toast.entry.js +1 -1
  133. package/dist/esm-es5/pds-tooltip.entry.js +1 -1
  134. package/dist/esm-es5/pine-core.js +1 -1
  135. package/dist/pine-core/p-00f6f3af.system.entry.js +2 -0
  136. package/dist/pine-core/p-00f6f3af.system.entry.js.map +1 -0
  137. package/dist/pine-core/p-04ad9d2c.system.entry.js +2 -0
  138. package/dist/pine-core/p-04ad9d2c.system.entry.js.map +1 -0
  139. package/dist/pine-core/p-0b593535.system.entry.js +2 -0
  140. package/dist/pine-core/p-1039e8e9.entry.js +2 -0
  141. package/dist/pine-core/{p-a2708028.entry.js.map → p-1039e8e9.entry.js.map} +1 -1
  142. package/dist/pine-core/{p-73a2e028.system.entry.js → p-18179981.system.entry.js} +2 -2
  143. package/dist/pine-core/p-18179981.system.entry.js.map +1 -0
  144. package/dist/pine-core/{p-bac9fcfa.entry.js → p-1a7cd7a6.entry.js} +2 -2
  145. package/dist/pine-core/p-2c407961.entry.js +2 -0
  146. package/dist/pine-core/p-2c407961.entry.js.map +1 -0
  147. package/dist/pine-core/{p-94183716.entry.js → p-332338ee.entry.js} +2 -2
  148. package/dist/pine-core/{p-e5adbf74.system.entry.js → p-3cc92094.system.entry.js} +2 -2
  149. package/dist/pine-core/{p-a3785977.entry.js → p-41abb654.entry.js} +2 -2
  150. package/dist/pine-core/{p-ae4ec5cf.system.entry.js → p-4802f8de.system.entry.js} +2 -2
  151. package/dist/pine-core/{p-61a25ab2.entry.js → p-4bc02df0.entry.js} +2 -2
  152. package/dist/pine-core/{p-f6d0bd39.entry.js → p-4c6ec7c4.entry.js} +2 -2
  153. package/dist/pine-core/{p-8f69dd71.system.entry.js → p-4ef17b95.system.entry.js} +2 -2
  154. package/dist/pine-core/{p-55d06d0a.system.entry.js → p-544fea4c.system.entry.js} +2 -2
  155. package/dist/pine-core/{p-00346c62.system.entry.js → p-6d48604a.system.entry.js} +2 -2
  156. package/dist/pine-core/{p-449ebe39.system.entry.js → p-7792f47d.system.entry.js} +2 -2
  157. package/dist/pine-core/{p-75187352.system.entry.js → p-7fa6cf39.system.entry.js} +2 -2
  158. package/dist/pine-core/{p-d4d22aee.entry.js → p-81972d0f.entry.js} +2 -2
  159. package/dist/pine-core/p-8b3f4c31.entry.js +2 -0
  160. package/dist/pine-core/{p-41e2fe3a.entry.js → p-8ff41ba8.entry.js} +2 -2
  161. package/dist/pine-core/{p-8b5fc4b4.system.entry.js → p-90e83476.system.entry.js} +2 -2
  162. package/dist/pine-core/{p-c3579585.system.entry.js → p-97299c83.system.entry.js} +2 -2
  163. package/dist/pine-core/p-972a511a.entry.js +2 -0
  164. package/dist/pine-core/p-972a511a.entry.js.map +1 -0
  165. package/dist/pine-core/{p-a2cb65df.entry.js → p-9ac84e63.entry.js} +2 -2
  166. package/dist/pine-core/{p-2fb6f9d5.entry.js → p-9c1bfa68.entry.js} +2 -2
  167. package/dist/pine-core/p-9c1bfa68.entry.js.map +1 -0
  168. package/dist/pine-core/{p-3dce3bc0.system.entry.js → p-9fbb9f0e.system.entry.js} +2 -2
  169. package/dist/pine-core/{p-yaM1kuaC.system.js.map → p-B8JDvOCM.system.js.map} +1 -1
  170. package/dist/pine-core/{p-DtdXdmNp.system.js.map → p-BDK6YCRb.system.js.map} +1 -1
  171. package/dist/pine-core/{p-CJNB_wrl.system.js.map → p-BJ3oNLWN.system.js.map} +1 -1
  172. package/dist/pine-core/p-BPjnTOEL.system.js +1 -1
  173. package/dist/pine-core/p-BbhWs2I3.system.js.map +1 -0
  174. package/dist/pine-core/p-CEUtKiTx.system.js.map +1 -0
  175. package/dist/pine-core/{p-DN3VK2yy.system.js.map → p-CTkQ9Pq-.system.js.map} +1 -1
  176. package/dist/pine-core/{p-iazk4jjL.system.js.map → p-CdcQ02yR.system.js.map} +1 -1
  177. package/dist/pine-core/{p-Cxlv_2hD.system.js.map → p-CfyzuJNE.system.js.map} +1 -1
  178. package/dist/pine-core/p-CyFXZIZs.system.js.map +1 -0
  179. package/dist/pine-core/p-CypP0PZf.system.js.map +1 -0
  180. package/dist/pine-core/{p-BVDuy7iI.system.js.map → p-DExobiBX.system.js.map} +1 -1
  181. package/dist/pine-core/{p-C3iAHQC6.system.js.map → p-DJ7iTbji.system.js.map} +1 -1
  182. package/dist/pine-core/{p-Ctdx1tCG.system.js.map → p-DiWDsjtE.system.js.map} +1 -1
  183. package/dist/pine-core/{p-DpemOPFJ.system.js.map → p-DpBO6epv.system.js.map} +1 -1
  184. package/dist/pine-core/{p-DfrSuf6X.system.js.map → p-DsyFbeEi.system.js.map} +1 -1
  185. package/dist/pine-core/{p-D0foS5EP.system.js.map → p-K3LH4gRE.system.js.map} +1 -1
  186. package/dist/pine-core/{p-1b9d4482.entry.js → p-ae2d59cd.entry.js} +2 -2
  187. package/dist/pine-core/{p-f92d7570.system.entry.js → p-b8127114.system.entry.js} +2 -2
  188. package/dist/pine-core/{p-2054b5cb.system.entry.js → p-b9e12535.system.entry.js} +2 -2
  189. package/dist/pine-core/p-bc2530d7.entry.js +2 -0
  190. package/dist/pine-core/{p-6ed297cb.entry.js → p-c09c8fa7.entry.js} +2 -2
  191. package/dist/pine-core/{p-DpzRSULT.system.js.map → p-ch9PI3Vl.system.js.map} +1 -1
  192. package/dist/pine-core/p-d61f3ab0.system.entry.js +2 -0
  193. package/dist/pine-core/p-d61f3ab0.system.entry.js.map +1 -0
  194. package/dist/pine-core/{p-d69f0f51.system.entry.js → p-da1fb45d.system.entry.js} +2 -2
  195. package/dist/pine-core/{p-9cf2b7a6.entry.js → p-e18c3044.entry.js} +2 -2
  196. package/dist/pine-core/p-e692908e.entry.js +2 -0
  197. package/dist/pine-core/p-e692908e.entry.js.map +1 -0
  198. package/dist/pine-core/{p-2597bc59.system.entry.js → p-ed724664.system.entry.js} +2 -2
  199. package/dist/pine-core/{p-e34c1224.system.entry.js → p-ed7bea99.system.entry.js} +2 -2
  200. package/dist/pine-core/{p-1b932ee3.entry.js → p-f8e1545e.entry.js} +2 -2
  201. package/dist/pine-core/{p-79422986.entry.js → p-fe60ee09.entry.js} +2 -2
  202. package/dist/pine-core/{p-BIjeWHX_.system.js.map → p-hop4Cgg5.system.js.map} +1 -1
  203. package/dist/pine-core/{p-DOqVoXeA.system.js.map → p-qQVNUF7F.system.js.map} +1 -1
  204. package/dist/pine-core/{p-C1KChp5Q.system.js.map → p-rnM09DN4.system.js.map} +1 -1
  205. package/dist/pine-core/pds-box.entry.esm.js.map +1 -1
  206. package/dist/pine-core/pds-progress.entry.esm.js.map +1 -1
  207. package/dist/pine-core/pds-radio.entry.esm.js.map +1 -1
  208. package/dist/pine-core/pds-row.entry.esm.js.map +1 -1
  209. package/dist/pine-core/pine-core.esm.js +1 -1
  210. package/dist/types/components/pds-box/pds-box.d.ts +61 -61
  211. package/dist/types/components/pds-radio/pds-radio.d.ts +14 -1
  212. package/dist/types/components/pds-row/pds-row.d.ts +4 -4
  213. package/dist/types/components.d.ts +139 -129
  214. package/dist/types/utils/types.d.ts +1 -1
  215. package/hydrate/index.js +88 -39
  216. package/hydrate/index.mjs +88 -39
  217. package/package.json +2 -2
  218. package/dist/pine-core/p-25cf2860.system.entry.js +0 -2
  219. package/dist/pine-core/p-25cf2860.system.entry.js.map +0 -1
  220. package/dist/pine-core/p-2fb6f9d5.entry.js.map +0 -1
  221. package/dist/pine-core/p-39648ce2.entry.js +0 -2
  222. package/dist/pine-core/p-39648ce2.entry.js.map +0 -1
  223. package/dist/pine-core/p-708e963c.system.entry.js +0 -2
  224. package/dist/pine-core/p-708e963c.system.entry.js.map +0 -1
  225. package/dist/pine-core/p-73a2e028.system.entry.js.map +0 -1
  226. package/dist/pine-core/p-786967e8.entry.js +0 -2
  227. package/dist/pine-core/p-875d5d5a.system.entry.js +0 -2
  228. package/dist/pine-core/p-BJjdD3yf.system.js.map +0 -1
  229. package/dist/pine-core/p-CnPN6prI.system.js.map +0 -1
  230. package/dist/pine-core/p-D7B3vOdC.system.js.map +0 -1
  231. package/dist/pine-core/p-HHZU8rBT.system.js.map +0 -1
  232. package/dist/pine-core/p-a2708028.entry.js +0 -2
  233. package/dist/pine-core/p-a645818a.entry.js +0 -2
  234. package/dist/pine-core/p-acd87a10.entry.js +0 -2
  235. package/dist/pine-core/p-acd87a10.entry.js.map +0 -1
  236. package/dist/pine-core/p-bc2fecd4.system.entry.js +0 -2
  237. package/dist/pine-core/p-bc2fecd4.system.entry.js.map +0 -1
  238. package/dist/pine-core/p-be5ef841.entry.js +0 -2
  239. package/dist/pine-core/p-be5ef841.entry.js.map +0 -1
  240. /package/dist/pine-core/{p-875d5d5a.system.entry.js.map → p-0b593535.system.entry.js.map} +0 -0
  241. /package/dist/pine-core/{p-bac9fcfa.entry.js.map → p-1a7cd7a6.entry.js.map} +0 -0
  242. /package/dist/pine-core/{p-94183716.entry.js.map → p-332338ee.entry.js.map} +0 -0
  243. /package/dist/pine-core/{p-e5adbf74.system.entry.js.map → p-3cc92094.system.entry.js.map} +0 -0
  244. /package/dist/pine-core/{p-a3785977.entry.js.map → p-41abb654.entry.js.map} +0 -0
  245. /package/dist/pine-core/{p-ae4ec5cf.system.entry.js.map → p-4802f8de.system.entry.js.map} +0 -0
  246. /package/dist/pine-core/{p-61a25ab2.entry.js.map → p-4bc02df0.entry.js.map} +0 -0
  247. /package/dist/pine-core/{p-f6d0bd39.entry.js.map → p-4c6ec7c4.entry.js.map} +0 -0
  248. /package/dist/pine-core/{p-8f69dd71.system.entry.js.map → p-4ef17b95.system.entry.js.map} +0 -0
  249. /package/dist/pine-core/{p-55d06d0a.system.entry.js.map → p-544fea4c.system.entry.js.map} +0 -0
  250. /package/dist/pine-core/{p-00346c62.system.entry.js.map → p-6d48604a.system.entry.js.map} +0 -0
  251. /package/dist/pine-core/{p-449ebe39.system.entry.js.map → p-7792f47d.system.entry.js.map} +0 -0
  252. /package/dist/pine-core/{p-75187352.system.entry.js.map → p-7fa6cf39.system.entry.js.map} +0 -0
  253. /package/dist/pine-core/{p-d4d22aee.entry.js.map → p-81972d0f.entry.js.map} +0 -0
  254. /package/dist/pine-core/{p-786967e8.entry.js.map → p-8b3f4c31.entry.js.map} +0 -0
  255. /package/dist/pine-core/{p-41e2fe3a.entry.js.map → p-8ff41ba8.entry.js.map} +0 -0
  256. /package/dist/pine-core/{p-8b5fc4b4.system.entry.js.map → p-90e83476.system.entry.js.map} +0 -0
  257. /package/dist/pine-core/{p-c3579585.system.entry.js.map → p-97299c83.system.entry.js.map} +0 -0
  258. /package/dist/pine-core/{p-a2cb65df.entry.js.map → p-9ac84e63.entry.js.map} +0 -0
  259. /package/dist/pine-core/{p-3dce3bc0.system.entry.js.map → p-9fbb9f0e.system.entry.js.map} +0 -0
  260. /package/dist/pine-core/{p-1b9d4482.entry.js.map → p-ae2d59cd.entry.js.map} +0 -0
  261. /package/dist/pine-core/{p-f92d7570.system.entry.js.map → p-b8127114.system.entry.js.map} +0 -0
  262. /package/dist/pine-core/{p-2054b5cb.system.entry.js.map → p-b9e12535.system.entry.js.map} +0 -0
  263. /package/dist/pine-core/{p-a645818a.entry.js.map → p-bc2530d7.entry.js.map} +0 -0
  264. /package/dist/pine-core/{p-6ed297cb.entry.js.map → p-c09c8fa7.entry.js.map} +0 -0
  265. /package/dist/pine-core/{p-d69f0f51.system.entry.js.map → p-da1fb45d.system.entry.js.map} +0 -0
  266. /package/dist/pine-core/{p-9cf2b7a6.entry.js.map → p-e18c3044.entry.js.map} +0 -0
  267. /package/dist/pine-core/{p-2597bc59.system.entry.js.map → p-ed724664.system.entry.js.map} +0 -0
  268. /package/dist/pine-core/{p-e34c1224.system.entry.js.map → p-ed7bea99.system.entry.js.map} +0 -0
  269. /package/dist/pine-core/{p-1b932ee3.entry.js.map → p-f8e1545e.entry.js.map} +0 -0
  270. /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
@@ -1380,6 +1380,11 @@ export namespace Components {
1380
1380
  * Displays error message text describing an invalid state.
1381
1381
  */
1382
1382
  "errorMessage": string;
1383
+ /**
1384
+ * Adds a border around the radio component for better visual separation.
1385
+ * @defaultValue false
1386
+ */
1387
+ "hasBorder": boolean;
1383
1388
  /**
1384
1389
  * Displays helper message text below radio.
1385
1390
  */
@@ -1424,15 +1429,15 @@ export namespace Components {
1424
1429
  /**
1425
1430
  * Defines the spacing between the row items.
1426
1431
  */
1427
- "colGap"?: BoxTShirtSizeType | null;
1432
+ "colGap"?: BoxSpacingType | null;
1428
1433
  /**
1429
1434
  * Defines the spacing between the row items vertically.
1430
1435
  */
1431
- "colGapBlock"?: BoxTShirtSizeType | null;
1436
+ "colGapBlock"?: BoxSpacingType | null;
1432
1437
  /**
1433
1438
  * Defines the spacing between the row items horizontally.
1434
1439
  */
1435
- "colGapInline"?: BoxTShirtSizeType | null;
1440
+ "colGapInline"?: BoxSpacingType | null;
1436
1441
  /**
1437
1442
  * A unique identifier used for the underlying component `id` attribute.
1438
1443
  */
@@ -2860,32 +2865,32 @@ declare namespace LocalJSX {
2860
2865
  * Defines the spacing between the box items.
2861
2866
  * @defaultValue none
2862
2867
  */
2863
- "gap"?: BoxTShirtSizeType;
2868
+ "gap"?: BoxSpacingType;
2864
2869
  /**
2865
2870
  * Defines the spacing between the box items at the LG breakpoint.
2866
2871
  * @defaultValue none
2867
2872
  */
2868
- "gapLg"?: BoxTShirtSizeType;
2873
+ "gapLg"?: BoxSpacingType;
2869
2874
  /**
2870
2875
  * Defines the spacing between the box items at the MD breakpoint.
2871
2876
  * @defaultValue none
2872
2877
  */
2873
- "gapMd"?: BoxTShirtSizeType;
2878
+ "gapMd"?: BoxSpacingType;
2874
2879
  /**
2875
2880
  * Defines the spacing between the box items at the SM breakpoint.
2876
2881
  * @defaultValue none
2877
2882
  */
2878
- "gapSm"?: BoxTShirtSizeType;
2883
+ "gapSm"?: BoxSpacingType;
2879
2884
  /**
2880
2885
  * Defines the spacing between the box items at the XL breakpoint.
2881
2886
  * @defaultValue none
2882
2887
  */
2883
- "gapXl"?: BoxTShirtSizeType;
2888
+ "gapXl"?: BoxSpacingType;
2884
2889
  /**
2885
2890
  * Defines the spacing between the box items at the XS breakpoint.
2886
2891
  * @defaultValue none
2887
2892
  */
2888
- "gapXs"?: BoxTShirtSizeType;
2893
+ "gapXs"?: BoxSpacingType;
2889
2894
  /**
2890
2895
  * Defines the horizontal alignment of the box items.
2891
2896
  * @defaultValue start
@@ -2920,122 +2925,122 @@ declare namespace LocalJSX {
2920
2925
  * Defines the box's outer bottom spacing.
2921
2926
  * @defaultValue none
2922
2927
  */
2923
- "marginBlockEnd"?: BoxTShirtSizeType;
2928
+ "marginBlockEnd"?: BoxSpacingType;
2924
2929
  /**
2925
2930
  * Defines the box's outer bottom spacing at the LG breakpoint.
2926
2931
  * @defaultValue none
2927
2932
  */
2928
- "marginBlockEndLg"?: BoxTShirtSizeType;
2933
+ "marginBlockEndLg"?: BoxSpacingType;
2929
2934
  /**
2930
2935
  * Defines the box's outer bottom spacing at the MD breakpoint.
2931
2936
  * @defaultValue none
2932
2937
  */
2933
- "marginBlockEndMd"?: BoxTShirtSizeType;
2938
+ "marginBlockEndMd"?: BoxSpacingType;
2934
2939
  /**
2935
2940
  * Defines the box's outer bottom spacing at the SM breakpoint.
2936
2941
  * @defaultValue none
2937
2942
  */
2938
- "marginBlockEndSm"?: BoxTShirtSizeType;
2943
+ "marginBlockEndSm"?: BoxSpacingType;
2939
2944
  /**
2940
2945
  * Defines the box's outer bottom spacing at the XL breakpoint.
2941
2946
  * @defaultValue none
2942
2947
  */
2943
- "marginBlockEndXl"?: BoxTShirtSizeType;
2948
+ "marginBlockEndXl"?: BoxSpacingType;
2944
2949
  /**
2945
2950
  * Defines the box's outer bottom spacing at the XS breakpoint.
2946
2951
  * @defaultValue none
2947
2952
  */
2948
- "marginBlockEndXs"?: BoxTShirtSizeType;
2953
+ "marginBlockEndXs"?: BoxSpacingType;
2949
2954
  /**
2950
2955
  * Defines the box's outer top spacing.
2951
2956
  * @defaultValue none
2952
2957
  */
2953
- "marginBlockStart"?: BoxTShirtSizeType;
2958
+ "marginBlockStart"?: BoxSpacingType;
2954
2959
  /**
2955
2960
  * Defines the box's outer top spacing at the LG breakpoint.
2956
2961
  * @defaultValue none
2957
2962
  */
2958
- "marginBlockStartLg"?: BoxTShirtSizeType;
2963
+ "marginBlockStartLg"?: BoxSpacingType;
2959
2964
  /**
2960
2965
  * Defines the box's outer top spacing at the MD breakpoint.
2961
2966
  * @defaultValue none
2962
2967
  */
2963
- "marginBlockStartMd"?: BoxTShirtSizeType;
2968
+ "marginBlockStartMd"?: BoxSpacingType;
2964
2969
  /**
2965
2970
  * Defines the box's outer top spacing at the SM breakpoint.
2966
2971
  * @defaultValue none
2967
2972
  */
2968
- "marginBlockStartSm"?: BoxTShirtSizeType;
2973
+ "marginBlockStartSm"?: BoxSpacingType;
2969
2974
  /**
2970
2975
  * Defines the box's outer top spacing at the XL breakpoint.
2971
2976
  * @defaultValue none
2972
2977
  */
2973
- "marginBlockStartXl"?: BoxTShirtSizeType;
2978
+ "marginBlockStartXl"?: BoxSpacingType;
2974
2979
  /**
2975
2980
  * Defines the box's outer top spacing at the XS breakpoint.
2976
2981
  * @defaultValue none
2977
2982
  */
2978
- "marginBlockStartXs"?: BoxTShirtSizeType;
2983
+ "marginBlockStartXs"?: BoxSpacingType;
2979
2984
  /**
2980
2985
  * Defines the box's outer right spacing.
2981
2986
  * @defaultValue none
2982
2987
  */
2983
- "marginInlineEnd"?: BoxTShirtSizeType;
2988
+ "marginInlineEnd"?: BoxSpacingType;
2984
2989
  /**
2985
2990
  * Defines the box's outer right spacing at the LG breakpoint.
2986
2991
  * @defaultValue none
2987
2992
  */
2988
- "marginInlineEndLg"?: BoxTShirtSizeType;
2993
+ "marginInlineEndLg"?: BoxSpacingType;
2989
2994
  /**
2990
2995
  * Defines the box's outer right spacing at the MD breakpoint.
2991
2996
  * @defaultValue none
2992
2997
  */
2993
- "marginInlineEndMd"?: BoxTShirtSizeType;
2998
+ "marginInlineEndMd"?: BoxSpacingType;
2994
2999
  /**
2995
3000
  * Defines the box's outer right spacing at the SM breakpoint.
2996
3001
  * @defaultValue none
2997
3002
  */
2998
- "marginInlineEndSm"?: BoxTShirtSizeType;
3003
+ "marginInlineEndSm"?: BoxSpacingType;
2999
3004
  /**
3000
3005
  * Defines the box's outer right spacing at the XL breakpoint.
3001
3006
  * @defaultValue none
3002
3007
  */
3003
- "marginInlineEndXl"?: BoxTShirtSizeType;
3008
+ "marginInlineEndXl"?: BoxSpacingType;
3004
3009
  /**
3005
3010
  * Defines the box's outer right spacing at the XS breakpoint.
3006
3011
  * @defaultValue none
3007
3012
  */
3008
- "marginInlineEndXs"?: BoxTShirtSizeType;
3013
+ "marginInlineEndXs"?: BoxSpacingType;
3009
3014
  /**
3010
3015
  * Defines the box's outer left spacing.
3011
3016
  * @defaultValue none
3012
3017
  */
3013
- "marginInlineStart"?: BoxTShirtSizeType;
3018
+ "marginInlineStart"?: BoxSpacingType;
3014
3019
  /**
3015
3020
  * Defines the box's outer left spacing at the LG breakpoint.
3016
3021
  * @defaultValue none
3017
3022
  */
3018
- "marginInlineStartLg"?: BoxTShirtSizeType;
3023
+ "marginInlineStartLg"?: BoxSpacingType;
3019
3024
  /**
3020
3025
  * Defines the box's outer left spacing at the MD breakpoint.
3021
3026
  * @defaultValue none
3022
3027
  */
3023
- "marginInlineStartMd"?: BoxTShirtSizeType;
3028
+ "marginInlineStartMd"?: BoxSpacingType;
3024
3029
  /**
3025
3030
  * Defines the box's outer left spacing at the SM breakpoint.
3026
3031
  * @defaultValue none
3027
3032
  */
3028
- "marginInlineStartSm"?: BoxTShirtSizeType;
3033
+ "marginInlineStartSm"?: BoxSpacingType;
3029
3034
  /**
3030
3035
  * Defines the box's outer left spacing at the XL breakpoint.
3031
3036
  * @defaultValue none
3032
3037
  */
3033
- "marginInlineStartXl"?: BoxTShirtSizeType;
3038
+ "marginInlineStartXl"?: BoxSpacingType;
3034
3039
  /**
3035
3040
  * Defines the box's outer left spacing at the XS breakpoint.
3036
3041
  * @defaultValue none
3037
3042
  */
3038
- "marginInlineStartXs"?: BoxTShirtSizeType;
3043
+ "marginInlineStartXs"?: BoxSpacingType;
3039
3044
  /**
3040
3045
  * The minimum height of the row. Used in conjunction with alignment props
3041
3046
  */
@@ -3072,152 +3077,152 @@ declare namespace LocalJSX {
3072
3077
  * Defines the spacing between the box items.
3073
3078
  * @defaultValue none
3074
3079
  */
3075
- "padding"?: BoxTShirtSizeType;
3080
+ "padding"?: BoxSpacingType;
3076
3081
  /**
3077
3082
  * Defines the bottom spacing.
3078
3083
  * @defaultValue none
3079
3084
  */
3080
- "paddingBlockEnd"?: BoxTShirtSizeType;
3085
+ "paddingBlockEnd"?: BoxSpacingType;
3081
3086
  /**
3082
3087
  * Defines the bottom spacing at the LG breakpoint.
3083
3088
  * @defaultValue none
3084
3089
  */
3085
- "paddingBlockEndLg"?: BoxTShirtSizeType;
3090
+ "paddingBlockEndLg"?: BoxSpacingType;
3086
3091
  /**
3087
3092
  * Defines the bottom spacing at the MD breakpoint.
3088
3093
  * @defaultValue none
3089
3094
  */
3090
- "paddingBlockEndMd"?: BoxTShirtSizeType;
3095
+ "paddingBlockEndMd"?: BoxSpacingType;
3091
3096
  /**
3092
3097
  * Defines the bottom spacing at the SM breakpoint.
3093
3098
  * @defaultValue none
3094
3099
  */
3095
- "paddingBlockEndSm"?: BoxTShirtSizeType;
3100
+ "paddingBlockEndSm"?: BoxSpacingType;
3096
3101
  /**
3097
3102
  * Defines the bottom spacing at the XL breakpoint.
3098
3103
  * @defaultValue none
3099
3104
  */
3100
- "paddingBlockEndXl"?: BoxTShirtSizeType;
3105
+ "paddingBlockEndXl"?: BoxSpacingType;
3101
3106
  /**
3102
3107
  * Defines the bottom spacing at the XS breakpoint.
3103
3108
  * @defaultValue none
3104
3109
  */
3105
- "paddingBlockEndXs"?: BoxTShirtSizeType;
3110
+ "paddingBlockEndXs"?: BoxSpacingType;
3106
3111
  /**
3107
3112
  * Defines the top spacing.
3108
3113
  * @defaultValue none
3109
3114
  */
3110
- "paddingBlockStart"?: BoxTShirtSizeType;
3115
+ "paddingBlockStart"?: BoxSpacingType;
3111
3116
  /**
3112
3117
  * Defines the top spacing at the LG breakpoint.
3113
3118
  * @defaultValue none
3114
3119
  */
3115
- "paddingBlockStartLg"?: BoxTShirtSizeType;
3120
+ "paddingBlockStartLg"?: BoxSpacingType;
3116
3121
  /**
3117
3122
  * Defines the top spacing at the MD breakpoint.
3118
3123
  * @defaultValue none
3119
3124
  */
3120
- "paddingBlockStartMd"?: BoxTShirtSizeType;
3125
+ "paddingBlockStartMd"?: BoxSpacingType;
3121
3126
  /**
3122
3127
  * Defines the top spacing at the SM breakpoint.
3123
3128
  * @defaultValue none
3124
3129
  */
3125
- "paddingBlockStartSm"?: BoxTShirtSizeType;
3130
+ "paddingBlockStartSm"?: BoxSpacingType;
3126
3131
  /**
3127
3132
  * Defines the top spacing at the XL breakpoint.
3128
3133
  * @defaultValue none
3129
3134
  */
3130
- "paddingBlockStartXl"?: BoxTShirtSizeType;
3135
+ "paddingBlockStartXl"?: BoxSpacingType;
3131
3136
  /**
3132
3137
  * Defines the top spacing at the XS breakpoint.
3133
3138
  * @defaultValue none
3134
3139
  */
3135
- "paddingBlockStartXs"?: BoxTShirtSizeType;
3140
+ "paddingBlockStartXs"?: BoxSpacingType;
3136
3141
  /**
3137
3142
  * Defines the right spacing.
3138
3143
  * @defaultValue none
3139
3144
  */
3140
- "paddingInlineEnd"?: BoxTShirtSizeType;
3145
+ "paddingInlineEnd"?: BoxSpacingType;
3141
3146
  /**
3142
3147
  * Defines the right spacing at the LG breakpoint.
3143
3148
  * @defaultValue none
3144
3149
  */
3145
- "paddingInlineEndLg"?: BoxTShirtSizeType;
3150
+ "paddingInlineEndLg"?: BoxSpacingType;
3146
3151
  /**
3147
3152
  * Defines the right spacing at the MD breakpoint.
3148
3153
  * @defaultValue none
3149
3154
  */
3150
- "paddingInlineEndMd"?: BoxTShirtSizeType;
3155
+ "paddingInlineEndMd"?: BoxSpacingType;
3151
3156
  /**
3152
3157
  * Defines the right spacing at the SM breakpoint.
3153
3158
  * @defaultValue none
3154
3159
  */
3155
- "paddingInlineEndSm"?: BoxTShirtSizeType;
3160
+ "paddingInlineEndSm"?: BoxSpacingType;
3156
3161
  /**
3157
3162
  * Defines the right spacing at the XL breakpoint.
3158
3163
  * @defaultValue none
3159
3164
  */
3160
- "paddingInlineEndXl"?: BoxTShirtSizeType;
3165
+ "paddingInlineEndXl"?: BoxSpacingType;
3161
3166
  /**
3162
3167
  * Defines the right spacing at the XS breakpoint.
3163
3168
  * @defaultValue none
3164
3169
  */
3165
- "paddingInlineEndXs"?: BoxTShirtSizeType;
3170
+ "paddingInlineEndXs"?: BoxSpacingType;
3166
3171
  /**
3167
3172
  * Defines the left spacing.
3168
3173
  * @defaultValue none
3169
3174
  */
3170
- "paddingInlineStart"?: BoxTShirtSizeType;
3175
+ "paddingInlineStart"?: BoxSpacingType;
3171
3176
  /**
3172
3177
  * Defines the left spacing at the LG breakpoint.
3173
3178
  * @defaultValue none
3174
3179
  */
3175
- "paddingInlineStartLg"?: BoxTShirtSizeType;
3180
+ "paddingInlineStartLg"?: BoxSpacingType;
3176
3181
  /**
3177
3182
  * Defines the left spacing at the MD breakpoint.
3178
3183
  * @defaultValue none
3179
3184
  */
3180
- "paddingInlineStartMd"?: BoxTShirtSizeType;
3185
+ "paddingInlineStartMd"?: BoxSpacingType;
3181
3186
  /**
3182
3187
  * Defines the left spacing at the SM breakpoint.
3183
3188
  * @defaultValue none
3184
3189
  */
3185
- "paddingInlineStartSm"?: BoxTShirtSizeType;
3190
+ "paddingInlineStartSm"?: BoxSpacingType;
3186
3191
  /**
3187
3192
  * Defines the left spacing at the XL breakpoint.
3188
3193
  * @defaultValue none
3189
3194
  */
3190
- "paddingInlineStartXl"?: BoxTShirtSizeType;
3195
+ "paddingInlineStartXl"?: BoxSpacingType;
3191
3196
  /**
3192
3197
  * Defines the left spacing at the XS breakpoint.
3193
3198
  * @defaultValue none
3194
3199
  */
3195
- "paddingInlineStartXs"?: BoxTShirtSizeType;
3200
+ "paddingInlineStartXs"?: BoxSpacingType;
3196
3201
  /**
3197
3202
  * Defines the spacing between the box items at the LG breakpoint.
3198
3203
  * @defaultValue none
3199
3204
  */
3200
- "paddingLg"?: BoxTShirtSizeType;
3205
+ "paddingLg"?: BoxSpacingType;
3201
3206
  /**
3202
3207
  * Defines the spacing between the box items at the MD breakpoint.
3203
3208
  * @defaultValue none
3204
3209
  */
3205
- "paddingMd"?: BoxTShirtSizeType;
3210
+ "paddingMd"?: BoxSpacingType;
3206
3211
  /**
3207
3212
  * Defines the spacing between the box items at the SM breakpoint.
3208
3213
  * @defaultValue none
3209
3214
  */
3210
- "paddingSm"?: BoxTShirtSizeType;
3215
+ "paddingSm"?: BoxSpacingType;
3211
3216
  /**
3212
3217
  * Defines the spacing between the box items at the XL breakpoint.
3213
3218
  * @defaultValue none
3214
3219
  */
3215
- "paddingXl"?: BoxTShirtSizeType;
3220
+ "paddingXl"?: BoxSpacingType;
3216
3221
  /**
3217
3222
  * Defines the spacing between the box items at the XS breakpoint.
3218
3223
  * @defaultValue none
3219
3224
  */
3220
- "paddingXs"?: BoxTShirtSizeType;
3225
+ "paddingXs"?: BoxSpacingType;
3221
3226
  /**
3222
3227
  * Defines the box shadow.
3223
3228
  * @defaultValue none
@@ -3990,6 +3995,11 @@ declare namespace LocalJSX {
3990
3995
  * Displays error message text describing an invalid state.
3991
3996
  */
3992
3997
  "errorMessage"?: string;
3998
+ /**
3999
+ * Adds a border around the radio component for better visual separation.
4000
+ * @defaultValue false
4001
+ */
4002
+ "hasBorder"?: boolean;
3993
4003
  /**
3994
4004
  * Displays helper message text below radio.
3995
4005
  */
@@ -4012,7 +4022,7 @@ declare namespace LocalJSX {
4012
4022
  */
4013
4023
  "name"?: string;
4014
4024
  /**
4015
- * Emits a boolean indicating whether the checkbox is currently checked or unchecked.
4025
+ * Emits a boolean indicating whether the radio is currently checked or unchecked.
4016
4026
  */
4017
4027
  "onPdsRadioChange"?: (event: PdsRadioCustomEvent<boolean>) => void;
4018
4028
  /**
@@ -4038,15 +4048,15 @@ declare namespace LocalJSX {
4038
4048
  /**
4039
4049
  * Defines the spacing between the row items.
4040
4050
  */
4041
- "colGap"?: BoxTShirtSizeType | null;
4051
+ "colGap"?: BoxSpacingType | null;
4042
4052
  /**
4043
4053
  * Defines the spacing between the row items vertically.
4044
4054
  */
4045
- "colGapBlock"?: BoxTShirtSizeType | null;
4055
+ "colGapBlock"?: BoxSpacingType | null;
4046
4056
  /**
4047
4057
  * Defines the spacing between the row items horizontally.
4048
4058
  */
4049
- "colGapInline"?: BoxTShirtSizeType | null;
4059
+ "colGapInline"?: BoxSpacingType | null;
4050
4060
  /**
4051
4061
  * A unique identifier used for the underlying component `id` attribute.
4052
4062
  */