@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
@@ -133,7 +133,7 @@ export class PdsBox {
133
133
  const normalizedBackground = normalizeColorValue(this.backgroundColor);
134
134
  const normalizedBorder = normalizeColorValue(this.borderColor);
135
135
  const boxInlineStyles = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, (normalizedBackground && { '--color-background-box': normalizedBackground })), (normalizedBorder && { '--color-border-box': normalizedBorder })), (this.minHeight && { '--sizing-min-height-box': this.minHeight })), (this.minWidth && { '--sizing-min-width-box': this.minWidth })), (this.flex && !['none', 'grow', 'shrink'].includes(this.flex) && { 'flex': this.flex }));
136
- return (h(Host, { key: '63a5dfc55625ad930494caa79f2b26a663d9cddd', class: boxClasses, style: boxInlineStyles }));
136
+ return (h(Host, { key: 'a34766e673abb81a3670940c9f58940d041d9527', class: boxClasses, style: boxInlineStyles }));
137
137
  }
138
138
  static get is() { return "pds-box"; }
139
139
  static get originalStyleUrls() {
@@ -753,13 +753,13 @@ export class PdsBox {
753
753
  "type": "string",
754
754
  "mutable": false,
755
755
  "complexType": {
756
- "original": "BoxTShirtSizeType",
757
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
756
+ "original": "BoxSpacingType",
757
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
758
758
  "references": {
759
- "BoxTShirtSizeType": {
759
+ "BoxSpacingType": {
760
760
  "location": "import",
761
761
  "path": "../../utils/types",
762
- "id": "src/utils/types.ts::BoxTShirtSizeType"
762
+ "id": "src/utils/types.ts::BoxSpacingType"
763
763
  }
764
764
  }
765
765
  },
@@ -781,13 +781,13 @@ export class PdsBox {
781
781
  "type": "string",
782
782
  "mutable": false,
783
783
  "complexType": {
784
- "original": "BoxTShirtSizeType",
785
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
784
+ "original": "BoxSpacingType",
785
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
786
786
  "references": {
787
- "BoxTShirtSizeType": {
787
+ "BoxSpacingType": {
788
788
  "location": "import",
789
789
  "path": "../../utils/types",
790
- "id": "src/utils/types.ts::BoxTShirtSizeType"
790
+ "id": "src/utils/types.ts::BoxSpacingType"
791
791
  }
792
792
  }
793
793
  },
@@ -809,13 +809,13 @@ export class PdsBox {
809
809
  "type": "string",
810
810
  "mutable": false,
811
811
  "complexType": {
812
- "original": "BoxTShirtSizeType",
813
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
812
+ "original": "BoxSpacingType",
813
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
814
814
  "references": {
815
- "BoxTShirtSizeType": {
815
+ "BoxSpacingType": {
816
816
  "location": "import",
817
817
  "path": "../../utils/types",
818
- "id": "src/utils/types.ts::BoxTShirtSizeType"
818
+ "id": "src/utils/types.ts::BoxSpacingType"
819
819
  }
820
820
  }
821
821
  },
@@ -837,13 +837,13 @@ export class PdsBox {
837
837
  "type": "string",
838
838
  "mutable": false,
839
839
  "complexType": {
840
- "original": "BoxTShirtSizeType",
841
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
840
+ "original": "BoxSpacingType",
841
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
842
842
  "references": {
843
- "BoxTShirtSizeType": {
843
+ "BoxSpacingType": {
844
844
  "location": "import",
845
845
  "path": "../../utils/types",
846
- "id": "src/utils/types.ts::BoxTShirtSizeType"
846
+ "id": "src/utils/types.ts::BoxSpacingType"
847
847
  }
848
848
  }
849
849
  },
@@ -865,13 +865,13 @@ export class PdsBox {
865
865
  "type": "string",
866
866
  "mutable": false,
867
867
  "complexType": {
868
- "original": "BoxTShirtSizeType",
869
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
868
+ "original": "BoxSpacingType",
869
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
870
870
  "references": {
871
- "BoxTShirtSizeType": {
871
+ "BoxSpacingType": {
872
872
  "location": "import",
873
873
  "path": "../../utils/types",
874
- "id": "src/utils/types.ts::BoxTShirtSizeType"
874
+ "id": "src/utils/types.ts::BoxSpacingType"
875
875
  }
876
876
  }
877
877
  },
@@ -893,13 +893,13 @@ export class PdsBox {
893
893
  "type": "string",
894
894
  "mutable": false,
895
895
  "complexType": {
896
- "original": "BoxTShirtSizeType",
897
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
896
+ "original": "BoxSpacingType",
897
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
898
898
  "references": {
899
- "BoxTShirtSizeType": {
899
+ "BoxSpacingType": {
900
900
  "location": "import",
901
901
  "path": "../../utils/types",
902
- "id": "src/utils/types.ts::BoxTShirtSizeType"
902
+ "id": "src/utils/types.ts::BoxSpacingType"
903
903
  }
904
904
  }
905
905
  },
@@ -1207,13 +1207,13 @@ export class PdsBox {
1207
1207
  "type": "string",
1208
1208
  "mutable": false,
1209
1209
  "complexType": {
1210
- "original": "BoxTShirtSizeType",
1211
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1210
+ "original": "BoxSpacingType",
1211
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1212
1212
  "references": {
1213
- "BoxTShirtSizeType": {
1213
+ "BoxSpacingType": {
1214
1214
  "location": "import",
1215
1215
  "path": "../../utils/types",
1216
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1216
+ "id": "src/utils/types.ts::BoxSpacingType"
1217
1217
  }
1218
1218
  }
1219
1219
  },
@@ -1235,13 +1235,13 @@ export class PdsBox {
1235
1235
  "type": "string",
1236
1236
  "mutable": false,
1237
1237
  "complexType": {
1238
- "original": "BoxTShirtSizeType",
1239
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1238
+ "original": "BoxSpacingType",
1239
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1240
1240
  "references": {
1241
- "BoxTShirtSizeType": {
1241
+ "BoxSpacingType": {
1242
1242
  "location": "import",
1243
1243
  "path": "../../utils/types",
1244
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1244
+ "id": "src/utils/types.ts::BoxSpacingType"
1245
1245
  }
1246
1246
  }
1247
1247
  },
@@ -1263,13 +1263,13 @@ export class PdsBox {
1263
1263
  "type": "string",
1264
1264
  "mutable": false,
1265
1265
  "complexType": {
1266
- "original": "BoxTShirtSizeType",
1267
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1266
+ "original": "BoxSpacingType",
1267
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1268
1268
  "references": {
1269
- "BoxTShirtSizeType": {
1269
+ "BoxSpacingType": {
1270
1270
  "location": "import",
1271
1271
  "path": "../../utils/types",
1272
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1272
+ "id": "src/utils/types.ts::BoxSpacingType"
1273
1273
  }
1274
1274
  }
1275
1275
  },
@@ -1291,13 +1291,13 @@ export class PdsBox {
1291
1291
  "type": "string",
1292
1292
  "mutable": false,
1293
1293
  "complexType": {
1294
- "original": "BoxTShirtSizeType",
1295
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1294
+ "original": "BoxSpacingType",
1295
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1296
1296
  "references": {
1297
- "BoxTShirtSizeType": {
1297
+ "BoxSpacingType": {
1298
1298
  "location": "import",
1299
1299
  "path": "../../utils/types",
1300
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1300
+ "id": "src/utils/types.ts::BoxSpacingType"
1301
1301
  }
1302
1302
  }
1303
1303
  },
@@ -1319,13 +1319,13 @@ export class PdsBox {
1319
1319
  "type": "string",
1320
1320
  "mutable": false,
1321
1321
  "complexType": {
1322
- "original": "BoxTShirtSizeType",
1323
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1322
+ "original": "BoxSpacingType",
1323
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1324
1324
  "references": {
1325
- "BoxTShirtSizeType": {
1325
+ "BoxSpacingType": {
1326
1326
  "location": "import",
1327
1327
  "path": "../../utils/types",
1328
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1328
+ "id": "src/utils/types.ts::BoxSpacingType"
1329
1329
  }
1330
1330
  }
1331
1331
  },
@@ -1347,13 +1347,13 @@ export class PdsBox {
1347
1347
  "type": "string",
1348
1348
  "mutable": false,
1349
1349
  "complexType": {
1350
- "original": "BoxTShirtSizeType",
1351
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1350
+ "original": "BoxSpacingType",
1351
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1352
1352
  "references": {
1353
- "BoxTShirtSizeType": {
1353
+ "BoxSpacingType": {
1354
1354
  "location": "import",
1355
1355
  "path": "../../utils/types",
1356
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1356
+ "id": "src/utils/types.ts::BoxSpacingType"
1357
1357
  }
1358
1358
  }
1359
1359
  },
@@ -1375,13 +1375,13 @@ export class PdsBox {
1375
1375
  "type": "string",
1376
1376
  "mutable": false,
1377
1377
  "complexType": {
1378
- "original": "BoxTShirtSizeType",
1379
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1378
+ "original": "BoxSpacingType",
1379
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1380
1380
  "references": {
1381
- "BoxTShirtSizeType": {
1381
+ "BoxSpacingType": {
1382
1382
  "location": "import",
1383
1383
  "path": "../../utils/types",
1384
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1384
+ "id": "src/utils/types.ts::BoxSpacingType"
1385
1385
  }
1386
1386
  }
1387
1387
  },
@@ -1403,13 +1403,13 @@ export class PdsBox {
1403
1403
  "type": "string",
1404
1404
  "mutable": false,
1405
1405
  "complexType": {
1406
- "original": "BoxTShirtSizeType",
1407
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1406
+ "original": "BoxSpacingType",
1407
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1408
1408
  "references": {
1409
- "BoxTShirtSizeType": {
1409
+ "BoxSpacingType": {
1410
1410
  "location": "import",
1411
1411
  "path": "../../utils/types",
1412
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1412
+ "id": "src/utils/types.ts::BoxSpacingType"
1413
1413
  }
1414
1414
  }
1415
1415
  },
@@ -1431,13 +1431,13 @@ export class PdsBox {
1431
1431
  "type": "string",
1432
1432
  "mutable": false,
1433
1433
  "complexType": {
1434
- "original": "BoxTShirtSizeType",
1435
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1434
+ "original": "BoxSpacingType",
1435
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1436
1436
  "references": {
1437
- "BoxTShirtSizeType": {
1437
+ "BoxSpacingType": {
1438
1438
  "location": "import",
1439
1439
  "path": "../../utils/types",
1440
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1440
+ "id": "src/utils/types.ts::BoxSpacingType"
1441
1441
  }
1442
1442
  }
1443
1443
  },
@@ -1459,13 +1459,13 @@ export class PdsBox {
1459
1459
  "type": "string",
1460
1460
  "mutable": false,
1461
1461
  "complexType": {
1462
- "original": "BoxTShirtSizeType",
1463
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1462
+ "original": "BoxSpacingType",
1463
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1464
1464
  "references": {
1465
- "BoxTShirtSizeType": {
1465
+ "BoxSpacingType": {
1466
1466
  "location": "import",
1467
1467
  "path": "../../utils/types",
1468
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1468
+ "id": "src/utils/types.ts::BoxSpacingType"
1469
1469
  }
1470
1470
  }
1471
1471
  },
@@ -1487,13 +1487,13 @@ export class PdsBox {
1487
1487
  "type": "string",
1488
1488
  "mutable": false,
1489
1489
  "complexType": {
1490
- "original": "BoxTShirtSizeType",
1491
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1490
+ "original": "BoxSpacingType",
1491
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1492
1492
  "references": {
1493
- "BoxTShirtSizeType": {
1493
+ "BoxSpacingType": {
1494
1494
  "location": "import",
1495
1495
  "path": "../../utils/types",
1496
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1496
+ "id": "src/utils/types.ts::BoxSpacingType"
1497
1497
  }
1498
1498
  }
1499
1499
  },
@@ -1515,13 +1515,13 @@ export class PdsBox {
1515
1515
  "type": "string",
1516
1516
  "mutable": false,
1517
1517
  "complexType": {
1518
- "original": "BoxTShirtSizeType",
1519
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1518
+ "original": "BoxSpacingType",
1519
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1520
1520
  "references": {
1521
- "BoxTShirtSizeType": {
1521
+ "BoxSpacingType": {
1522
1522
  "location": "import",
1523
1523
  "path": "../../utils/types",
1524
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1524
+ "id": "src/utils/types.ts::BoxSpacingType"
1525
1525
  }
1526
1526
  }
1527
1527
  },
@@ -1543,13 +1543,13 @@ export class PdsBox {
1543
1543
  "type": "string",
1544
1544
  "mutable": false,
1545
1545
  "complexType": {
1546
- "original": "BoxTShirtSizeType",
1547
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1546
+ "original": "BoxSpacingType",
1547
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1548
1548
  "references": {
1549
- "BoxTShirtSizeType": {
1549
+ "BoxSpacingType": {
1550
1550
  "location": "import",
1551
1551
  "path": "../../utils/types",
1552
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1552
+ "id": "src/utils/types.ts::BoxSpacingType"
1553
1553
  }
1554
1554
  }
1555
1555
  },
@@ -1571,13 +1571,13 @@ export class PdsBox {
1571
1571
  "type": "string",
1572
1572
  "mutable": false,
1573
1573
  "complexType": {
1574
- "original": "BoxTShirtSizeType",
1575
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1574
+ "original": "BoxSpacingType",
1575
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1576
1576
  "references": {
1577
- "BoxTShirtSizeType": {
1577
+ "BoxSpacingType": {
1578
1578
  "location": "import",
1579
1579
  "path": "../../utils/types",
1580
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1580
+ "id": "src/utils/types.ts::BoxSpacingType"
1581
1581
  }
1582
1582
  }
1583
1583
  },
@@ -1599,13 +1599,13 @@ export class PdsBox {
1599
1599
  "type": "string",
1600
1600
  "mutable": false,
1601
1601
  "complexType": {
1602
- "original": "BoxTShirtSizeType",
1603
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1602
+ "original": "BoxSpacingType",
1603
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1604
1604
  "references": {
1605
- "BoxTShirtSizeType": {
1605
+ "BoxSpacingType": {
1606
1606
  "location": "import",
1607
1607
  "path": "../../utils/types",
1608
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1608
+ "id": "src/utils/types.ts::BoxSpacingType"
1609
1609
  }
1610
1610
  }
1611
1611
  },
@@ -1627,13 +1627,13 @@ export class PdsBox {
1627
1627
  "type": "string",
1628
1628
  "mutable": false,
1629
1629
  "complexType": {
1630
- "original": "BoxTShirtSizeType",
1631
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1630
+ "original": "BoxSpacingType",
1631
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1632
1632
  "references": {
1633
- "BoxTShirtSizeType": {
1633
+ "BoxSpacingType": {
1634
1634
  "location": "import",
1635
1635
  "path": "../../utils/types",
1636
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1636
+ "id": "src/utils/types.ts::BoxSpacingType"
1637
1637
  }
1638
1638
  }
1639
1639
  },
@@ -1655,13 +1655,13 @@ export class PdsBox {
1655
1655
  "type": "string",
1656
1656
  "mutable": false,
1657
1657
  "complexType": {
1658
- "original": "BoxTShirtSizeType",
1659
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1658
+ "original": "BoxSpacingType",
1659
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1660
1660
  "references": {
1661
- "BoxTShirtSizeType": {
1661
+ "BoxSpacingType": {
1662
1662
  "location": "import",
1663
1663
  "path": "../../utils/types",
1664
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1664
+ "id": "src/utils/types.ts::BoxSpacingType"
1665
1665
  }
1666
1666
  }
1667
1667
  },
@@ -1683,13 +1683,13 @@ export class PdsBox {
1683
1683
  "type": "string",
1684
1684
  "mutable": false,
1685
1685
  "complexType": {
1686
- "original": "BoxTShirtSizeType",
1687
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1686
+ "original": "BoxSpacingType",
1687
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1688
1688
  "references": {
1689
- "BoxTShirtSizeType": {
1689
+ "BoxSpacingType": {
1690
1690
  "location": "import",
1691
1691
  "path": "../../utils/types",
1692
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1692
+ "id": "src/utils/types.ts::BoxSpacingType"
1693
1693
  }
1694
1694
  }
1695
1695
  },
@@ -1711,13 +1711,13 @@ export class PdsBox {
1711
1711
  "type": "string",
1712
1712
  "mutable": false,
1713
1713
  "complexType": {
1714
- "original": "BoxTShirtSizeType",
1715
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1714
+ "original": "BoxSpacingType",
1715
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1716
1716
  "references": {
1717
- "BoxTShirtSizeType": {
1717
+ "BoxSpacingType": {
1718
1718
  "location": "import",
1719
1719
  "path": "../../utils/types",
1720
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1720
+ "id": "src/utils/types.ts::BoxSpacingType"
1721
1721
  }
1722
1722
  }
1723
1723
  },
@@ -1739,13 +1739,13 @@ export class PdsBox {
1739
1739
  "type": "string",
1740
1740
  "mutable": false,
1741
1741
  "complexType": {
1742
- "original": "BoxTShirtSizeType",
1743
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1742
+ "original": "BoxSpacingType",
1743
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1744
1744
  "references": {
1745
- "BoxTShirtSizeType": {
1745
+ "BoxSpacingType": {
1746
1746
  "location": "import",
1747
1747
  "path": "../../utils/types",
1748
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1748
+ "id": "src/utils/types.ts::BoxSpacingType"
1749
1749
  }
1750
1750
  }
1751
1751
  },
@@ -1767,13 +1767,13 @@ export class PdsBox {
1767
1767
  "type": "string",
1768
1768
  "mutable": false,
1769
1769
  "complexType": {
1770
- "original": "BoxTShirtSizeType",
1771
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1770
+ "original": "BoxSpacingType",
1771
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1772
1772
  "references": {
1773
- "BoxTShirtSizeType": {
1773
+ "BoxSpacingType": {
1774
1774
  "location": "import",
1775
1775
  "path": "../../utils/types",
1776
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1776
+ "id": "src/utils/types.ts::BoxSpacingType"
1777
1777
  }
1778
1778
  }
1779
1779
  },
@@ -1795,13 +1795,13 @@ export class PdsBox {
1795
1795
  "type": "string",
1796
1796
  "mutable": false,
1797
1797
  "complexType": {
1798
- "original": "BoxTShirtSizeType",
1799
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1798
+ "original": "BoxSpacingType",
1799
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1800
1800
  "references": {
1801
- "BoxTShirtSizeType": {
1801
+ "BoxSpacingType": {
1802
1802
  "location": "import",
1803
1803
  "path": "../../utils/types",
1804
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1804
+ "id": "src/utils/types.ts::BoxSpacingType"
1805
1805
  }
1806
1806
  }
1807
1807
  },
@@ -1823,13 +1823,13 @@ export class PdsBox {
1823
1823
  "type": "string",
1824
1824
  "mutable": false,
1825
1825
  "complexType": {
1826
- "original": "BoxTShirtSizeType",
1827
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1826
+ "original": "BoxSpacingType",
1827
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1828
1828
  "references": {
1829
- "BoxTShirtSizeType": {
1829
+ "BoxSpacingType": {
1830
1830
  "location": "import",
1831
1831
  "path": "../../utils/types",
1832
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1832
+ "id": "src/utils/types.ts::BoxSpacingType"
1833
1833
  }
1834
1834
  }
1835
1835
  },
@@ -1851,13 +1851,13 @@ export class PdsBox {
1851
1851
  "type": "string",
1852
1852
  "mutable": false,
1853
1853
  "complexType": {
1854
- "original": "BoxTShirtSizeType",
1855
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1854
+ "original": "BoxSpacingType",
1855
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
1856
1856
  "references": {
1857
- "BoxTShirtSizeType": {
1857
+ "BoxSpacingType": {
1858
1858
  "location": "import",
1859
1859
  "path": "../../utils/types",
1860
- "id": "src/utils/types.ts::BoxTShirtSizeType"
1860
+ "id": "src/utils/types.ts::BoxSpacingType"
1861
1861
  }
1862
1862
  }
1863
1863
  },
@@ -2067,13 +2067,13 @@ export class PdsBox {
2067
2067
  "type": "string",
2068
2068
  "mutable": false,
2069
2069
  "complexType": {
2070
- "original": "BoxTShirtSizeType",
2071
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2070
+ "original": "BoxSpacingType",
2071
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2072
2072
  "references": {
2073
- "BoxTShirtSizeType": {
2073
+ "BoxSpacingType": {
2074
2074
  "location": "import",
2075
2075
  "path": "../../utils/types",
2076
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2076
+ "id": "src/utils/types.ts::BoxSpacingType"
2077
2077
  }
2078
2078
  }
2079
2079
  },
@@ -2095,13 +2095,13 @@ export class PdsBox {
2095
2095
  "type": "string",
2096
2096
  "mutable": false,
2097
2097
  "complexType": {
2098
- "original": "BoxTShirtSizeType",
2099
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2098
+ "original": "BoxSpacingType",
2099
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2100
2100
  "references": {
2101
- "BoxTShirtSizeType": {
2101
+ "BoxSpacingType": {
2102
2102
  "location": "import",
2103
2103
  "path": "../../utils/types",
2104
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2104
+ "id": "src/utils/types.ts::BoxSpacingType"
2105
2105
  }
2106
2106
  }
2107
2107
  },
@@ -2123,13 +2123,13 @@ export class PdsBox {
2123
2123
  "type": "string",
2124
2124
  "mutable": false,
2125
2125
  "complexType": {
2126
- "original": "BoxTShirtSizeType",
2127
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2126
+ "original": "BoxSpacingType",
2127
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2128
2128
  "references": {
2129
- "BoxTShirtSizeType": {
2129
+ "BoxSpacingType": {
2130
2130
  "location": "import",
2131
2131
  "path": "../../utils/types",
2132
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2132
+ "id": "src/utils/types.ts::BoxSpacingType"
2133
2133
  }
2134
2134
  }
2135
2135
  },
@@ -2151,13 +2151,13 @@ export class PdsBox {
2151
2151
  "type": "string",
2152
2152
  "mutable": false,
2153
2153
  "complexType": {
2154
- "original": "BoxTShirtSizeType",
2155
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2154
+ "original": "BoxSpacingType",
2155
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2156
2156
  "references": {
2157
- "BoxTShirtSizeType": {
2157
+ "BoxSpacingType": {
2158
2158
  "location": "import",
2159
2159
  "path": "../../utils/types",
2160
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2160
+ "id": "src/utils/types.ts::BoxSpacingType"
2161
2161
  }
2162
2162
  }
2163
2163
  },
@@ -2179,13 +2179,13 @@ export class PdsBox {
2179
2179
  "type": "string",
2180
2180
  "mutable": false,
2181
2181
  "complexType": {
2182
- "original": "BoxTShirtSizeType",
2183
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2182
+ "original": "BoxSpacingType",
2183
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2184
2184
  "references": {
2185
- "BoxTShirtSizeType": {
2185
+ "BoxSpacingType": {
2186
2186
  "location": "import",
2187
2187
  "path": "../../utils/types",
2188
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2188
+ "id": "src/utils/types.ts::BoxSpacingType"
2189
2189
  }
2190
2190
  }
2191
2191
  },
@@ -2207,13 +2207,13 @@ export class PdsBox {
2207
2207
  "type": "string",
2208
2208
  "mutable": false,
2209
2209
  "complexType": {
2210
- "original": "BoxTShirtSizeType",
2211
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2210
+ "original": "BoxSpacingType",
2211
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2212
2212
  "references": {
2213
- "BoxTShirtSizeType": {
2213
+ "BoxSpacingType": {
2214
2214
  "location": "import",
2215
2215
  "path": "../../utils/types",
2216
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2216
+ "id": "src/utils/types.ts::BoxSpacingType"
2217
2217
  }
2218
2218
  }
2219
2219
  },
@@ -2235,13 +2235,13 @@ export class PdsBox {
2235
2235
  "type": "string",
2236
2236
  "mutable": false,
2237
2237
  "complexType": {
2238
- "original": "BoxTShirtSizeType",
2239
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2238
+ "original": "BoxSpacingType",
2239
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2240
2240
  "references": {
2241
- "BoxTShirtSizeType": {
2241
+ "BoxSpacingType": {
2242
2242
  "location": "import",
2243
2243
  "path": "../../utils/types",
2244
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2244
+ "id": "src/utils/types.ts::BoxSpacingType"
2245
2245
  }
2246
2246
  }
2247
2247
  },
@@ -2263,13 +2263,13 @@ export class PdsBox {
2263
2263
  "type": "string",
2264
2264
  "mutable": false,
2265
2265
  "complexType": {
2266
- "original": "BoxTShirtSizeType",
2267
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2266
+ "original": "BoxSpacingType",
2267
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2268
2268
  "references": {
2269
- "BoxTShirtSizeType": {
2269
+ "BoxSpacingType": {
2270
2270
  "location": "import",
2271
2271
  "path": "../../utils/types",
2272
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2272
+ "id": "src/utils/types.ts::BoxSpacingType"
2273
2273
  }
2274
2274
  }
2275
2275
  },
@@ -2291,13 +2291,13 @@ export class PdsBox {
2291
2291
  "type": "string",
2292
2292
  "mutable": false,
2293
2293
  "complexType": {
2294
- "original": "BoxTShirtSizeType",
2295
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2294
+ "original": "BoxSpacingType",
2295
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2296
2296
  "references": {
2297
- "BoxTShirtSizeType": {
2297
+ "BoxSpacingType": {
2298
2298
  "location": "import",
2299
2299
  "path": "../../utils/types",
2300
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2300
+ "id": "src/utils/types.ts::BoxSpacingType"
2301
2301
  }
2302
2302
  }
2303
2303
  },
@@ -2319,13 +2319,13 @@ export class PdsBox {
2319
2319
  "type": "string",
2320
2320
  "mutable": false,
2321
2321
  "complexType": {
2322
- "original": "BoxTShirtSizeType",
2323
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2322
+ "original": "BoxSpacingType",
2323
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2324
2324
  "references": {
2325
- "BoxTShirtSizeType": {
2325
+ "BoxSpacingType": {
2326
2326
  "location": "import",
2327
2327
  "path": "../../utils/types",
2328
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2328
+ "id": "src/utils/types.ts::BoxSpacingType"
2329
2329
  }
2330
2330
  }
2331
2331
  },
@@ -2347,13 +2347,13 @@ export class PdsBox {
2347
2347
  "type": "string",
2348
2348
  "mutable": false,
2349
2349
  "complexType": {
2350
- "original": "BoxTShirtSizeType",
2351
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2350
+ "original": "BoxSpacingType",
2351
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2352
2352
  "references": {
2353
- "BoxTShirtSizeType": {
2353
+ "BoxSpacingType": {
2354
2354
  "location": "import",
2355
2355
  "path": "../../utils/types",
2356
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2356
+ "id": "src/utils/types.ts::BoxSpacingType"
2357
2357
  }
2358
2358
  }
2359
2359
  },
@@ -2375,13 +2375,13 @@ export class PdsBox {
2375
2375
  "type": "string",
2376
2376
  "mutable": false,
2377
2377
  "complexType": {
2378
- "original": "BoxTShirtSizeType",
2379
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2378
+ "original": "BoxSpacingType",
2379
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2380
2380
  "references": {
2381
- "BoxTShirtSizeType": {
2381
+ "BoxSpacingType": {
2382
2382
  "location": "import",
2383
2383
  "path": "../../utils/types",
2384
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2384
+ "id": "src/utils/types.ts::BoxSpacingType"
2385
2385
  }
2386
2386
  }
2387
2387
  },
@@ -2403,13 +2403,13 @@ export class PdsBox {
2403
2403
  "type": "string",
2404
2404
  "mutable": false,
2405
2405
  "complexType": {
2406
- "original": "BoxTShirtSizeType",
2407
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2406
+ "original": "BoxSpacingType",
2407
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2408
2408
  "references": {
2409
- "BoxTShirtSizeType": {
2409
+ "BoxSpacingType": {
2410
2410
  "location": "import",
2411
2411
  "path": "../../utils/types",
2412
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2412
+ "id": "src/utils/types.ts::BoxSpacingType"
2413
2413
  }
2414
2414
  }
2415
2415
  },
@@ -2431,13 +2431,13 @@ export class PdsBox {
2431
2431
  "type": "string",
2432
2432
  "mutable": false,
2433
2433
  "complexType": {
2434
- "original": "BoxTShirtSizeType",
2435
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2434
+ "original": "BoxSpacingType",
2435
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2436
2436
  "references": {
2437
- "BoxTShirtSizeType": {
2437
+ "BoxSpacingType": {
2438
2438
  "location": "import",
2439
2439
  "path": "../../utils/types",
2440
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2440
+ "id": "src/utils/types.ts::BoxSpacingType"
2441
2441
  }
2442
2442
  }
2443
2443
  },
@@ -2459,13 +2459,13 @@ export class PdsBox {
2459
2459
  "type": "string",
2460
2460
  "mutable": false,
2461
2461
  "complexType": {
2462
- "original": "BoxTShirtSizeType",
2463
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2462
+ "original": "BoxSpacingType",
2463
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2464
2464
  "references": {
2465
- "BoxTShirtSizeType": {
2465
+ "BoxSpacingType": {
2466
2466
  "location": "import",
2467
2467
  "path": "../../utils/types",
2468
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2468
+ "id": "src/utils/types.ts::BoxSpacingType"
2469
2469
  }
2470
2470
  }
2471
2471
  },
@@ -2487,13 +2487,13 @@ export class PdsBox {
2487
2487
  "type": "string",
2488
2488
  "mutable": false,
2489
2489
  "complexType": {
2490
- "original": "BoxTShirtSizeType",
2491
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2490
+ "original": "BoxSpacingType",
2491
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2492
2492
  "references": {
2493
- "BoxTShirtSizeType": {
2493
+ "BoxSpacingType": {
2494
2494
  "location": "import",
2495
2495
  "path": "../../utils/types",
2496
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2496
+ "id": "src/utils/types.ts::BoxSpacingType"
2497
2497
  }
2498
2498
  }
2499
2499
  },
@@ -2515,13 +2515,13 @@ export class PdsBox {
2515
2515
  "type": "string",
2516
2516
  "mutable": false,
2517
2517
  "complexType": {
2518
- "original": "BoxTShirtSizeType",
2519
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2518
+ "original": "BoxSpacingType",
2519
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2520
2520
  "references": {
2521
- "BoxTShirtSizeType": {
2521
+ "BoxSpacingType": {
2522
2522
  "location": "import",
2523
2523
  "path": "../../utils/types",
2524
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2524
+ "id": "src/utils/types.ts::BoxSpacingType"
2525
2525
  }
2526
2526
  }
2527
2527
  },
@@ -2543,13 +2543,13 @@ export class PdsBox {
2543
2543
  "type": "string",
2544
2544
  "mutable": false,
2545
2545
  "complexType": {
2546
- "original": "BoxTShirtSizeType",
2547
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2546
+ "original": "BoxSpacingType",
2547
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2548
2548
  "references": {
2549
- "BoxTShirtSizeType": {
2549
+ "BoxSpacingType": {
2550
2550
  "location": "import",
2551
2551
  "path": "../../utils/types",
2552
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2552
+ "id": "src/utils/types.ts::BoxSpacingType"
2553
2553
  }
2554
2554
  }
2555
2555
  },
@@ -2571,13 +2571,13 @@ export class PdsBox {
2571
2571
  "type": "string",
2572
2572
  "mutable": false,
2573
2573
  "complexType": {
2574
- "original": "BoxTShirtSizeType",
2575
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2574
+ "original": "BoxSpacingType",
2575
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2576
2576
  "references": {
2577
- "BoxTShirtSizeType": {
2577
+ "BoxSpacingType": {
2578
2578
  "location": "import",
2579
2579
  "path": "../../utils/types",
2580
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2580
+ "id": "src/utils/types.ts::BoxSpacingType"
2581
2581
  }
2582
2582
  }
2583
2583
  },
@@ -2599,13 +2599,13 @@ export class PdsBox {
2599
2599
  "type": "string",
2600
2600
  "mutable": false,
2601
2601
  "complexType": {
2602
- "original": "BoxTShirtSizeType",
2603
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2602
+ "original": "BoxSpacingType",
2603
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2604
2604
  "references": {
2605
- "BoxTShirtSizeType": {
2605
+ "BoxSpacingType": {
2606
2606
  "location": "import",
2607
2607
  "path": "../../utils/types",
2608
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2608
+ "id": "src/utils/types.ts::BoxSpacingType"
2609
2609
  }
2610
2610
  }
2611
2611
  },
@@ -2627,13 +2627,13 @@ export class PdsBox {
2627
2627
  "type": "string",
2628
2628
  "mutable": false,
2629
2629
  "complexType": {
2630
- "original": "BoxTShirtSizeType",
2631
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2630
+ "original": "BoxSpacingType",
2631
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2632
2632
  "references": {
2633
- "BoxTShirtSizeType": {
2633
+ "BoxSpacingType": {
2634
2634
  "location": "import",
2635
2635
  "path": "../../utils/types",
2636
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2636
+ "id": "src/utils/types.ts::BoxSpacingType"
2637
2637
  }
2638
2638
  }
2639
2639
  },
@@ -2655,13 +2655,13 @@ export class PdsBox {
2655
2655
  "type": "string",
2656
2656
  "mutable": false,
2657
2657
  "complexType": {
2658
- "original": "BoxTShirtSizeType",
2659
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2658
+ "original": "BoxSpacingType",
2659
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2660
2660
  "references": {
2661
- "BoxTShirtSizeType": {
2661
+ "BoxSpacingType": {
2662
2662
  "location": "import",
2663
2663
  "path": "../../utils/types",
2664
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2664
+ "id": "src/utils/types.ts::BoxSpacingType"
2665
2665
  }
2666
2666
  }
2667
2667
  },
@@ -2683,13 +2683,13 @@ export class PdsBox {
2683
2683
  "type": "string",
2684
2684
  "mutable": false,
2685
2685
  "complexType": {
2686
- "original": "BoxTShirtSizeType",
2687
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2686
+ "original": "BoxSpacingType",
2687
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2688
2688
  "references": {
2689
- "BoxTShirtSizeType": {
2689
+ "BoxSpacingType": {
2690
2690
  "location": "import",
2691
2691
  "path": "../../utils/types",
2692
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2692
+ "id": "src/utils/types.ts::BoxSpacingType"
2693
2693
  }
2694
2694
  }
2695
2695
  },
@@ -2711,13 +2711,13 @@ export class PdsBox {
2711
2711
  "type": "string",
2712
2712
  "mutable": false,
2713
2713
  "complexType": {
2714
- "original": "BoxTShirtSizeType",
2715
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2714
+ "original": "BoxSpacingType",
2715
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2716
2716
  "references": {
2717
- "BoxTShirtSizeType": {
2717
+ "BoxSpacingType": {
2718
2718
  "location": "import",
2719
2719
  "path": "../../utils/types",
2720
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2720
+ "id": "src/utils/types.ts::BoxSpacingType"
2721
2721
  }
2722
2722
  }
2723
2723
  },
@@ -2739,13 +2739,13 @@ export class PdsBox {
2739
2739
  "type": "string",
2740
2740
  "mutable": false,
2741
2741
  "complexType": {
2742
- "original": "BoxTShirtSizeType",
2743
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2742
+ "original": "BoxSpacingType",
2743
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2744
2744
  "references": {
2745
- "BoxTShirtSizeType": {
2745
+ "BoxSpacingType": {
2746
2746
  "location": "import",
2747
2747
  "path": "../../utils/types",
2748
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2748
+ "id": "src/utils/types.ts::BoxSpacingType"
2749
2749
  }
2750
2750
  }
2751
2751
  },
@@ -2767,13 +2767,13 @@ export class PdsBox {
2767
2767
  "type": "string",
2768
2768
  "mutable": false,
2769
2769
  "complexType": {
2770
- "original": "BoxTShirtSizeType",
2771
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2770
+ "original": "BoxSpacingType",
2771
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2772
2772
  "references": {
2773
- "BoxTShirtSizeType": {
2773
+ "BoxSpacingType": {
2774
2774
  "location": "import",
2775
2775
  "path": "../../utils/types",
2776
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2776
+ "id": "src/utils/types.ts::BoxSpacingType"
2777
2777
  }
2778
2778
  }
2779
2779
  },
@@ -2795,13 +2795,13 @@ export class PdsBox {
2795
2795
  "type": "string",
2796
2796
  "mutable": false,
2797
2797
  "complexType": {
2798
- "original": "BoxTShirtSizeType",
2799
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2798
+ "original": "BoxSpacingType",
2799
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2800
2800
  "references": {
2801
- "BoxTShirtSizeType": {
2801
+ "BoxSpacingType": {
2802
2802
  "location": "import",
2803
2803
  "path": "../../utils/types",
2804
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2804
+ "id": "src/utils/types.ts::BoxSpacingType"
2805
2805
  }
2806
2806
  }
2807
2807
  },
@@ -2823,13 +2823,13 @@ export class PdsBox {
2823
2823
  "type": "string",
2824
2824
  "mutable": false,
2825
2825
  "complexType": {
2826
- "original": "BoxTShirtSizeType",
2827
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2826
+ "original": "BoxSpacingType",
2827
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2828
2828
  "references": {
2829
- "BoxTShirtSizeType": {
2829
+ "BoxSpacingType": {
2830
2830
  "location": "import",
2831
2831
  "path": "../../utils/types",
2832
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2832
+ "id": "src/utils/types.ts::BoxSpacingType"
2833
2833
  }
2834
2834
  }
2835
2835
  },
@@ -2851,13 +2851,13 @@ export class PdsBox {
2851
2851
  "type": "string",
2852
2852
  "mutable": false,
2853
2853
  "complexType": {
2854
- "original": "BoxTShirtSizeType",
2855
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2854
+ "original": "BoxSpacingType",
2855
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2856
2856
  "references": {
2857
- "BoxTShirtSizeType": {
2857
+ "BoxSpacingType": {
2858
2858
  "location": "import",
2859
2859
  "path": "../../utils/types",
2860
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2860
+ "id": "src/utils/types.ts::BoxSpacingType"
2861
2861
  }
2862
2862
  }
2863
2863
  },
@@ -2879,13 +2879,13 @@ export class PdsBox {
2879
2879
  "type": "string",
2880
2880
  "mutable": false,
2881
2881
  "complexType": {
2882
- "original": "BoxTShirtSizeType",
2883
- "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2882
+ "original": "BoxSpacingType",
2883
+ "resolved": "\"none\" | \"xxs\" | \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"xxl\" | \"025\" | \"050\" | \"100\" | \"125\" | \"150\" | \"200\" | \"250\" | \"300\" | \"350\" | \"400\" | \"450\" | \"500\" | \"550\" | \"600\" | \"650\" | \"700\" | \"750\" | \"800\"",
2884
2884
  "references": {
2885
- "BoxTShirtSizeType": {
2885
+ "BoxSpacingType": {
2886
2886
  "location": "import",
2887
2887
  "path": "../../utils/types",
2888
- "id": "src/utils/types.ts::BoxTShirtSizeType"
2888
+ "id": "src/utils/types.ts::BoxSpacingType"
2889
2889
  }
2890
2890
  }
2891
2891
  },