@pine-ds/core 3.5.1 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. package/components/mock-pds-modal.js +9 -4
  2. package/components/mock-pds-modal.js.map +1 -1
  3. package/components/pds-box2.js +164 -4
  4. package/components/pds-box2.js.map +1 -1
  5. package/components/pds-button2.js +51 -2
  6. package/components/pds-button2.js.map +1 -1
  7. package/components/pds-modal-content.js +128 -11
  8. package/components/pds-modal-content.js.map +1 -1
  9. package/components/pds-modal.js +13 -3
  10. package/components/pds-modal.js.map +1 -1
  11. package/components/pds-row.js +8 -2
  12. package/components/pds-row.js.map +1 -1
  13. package/components/pds-textarea.js +111 -7
  14. package/components/pds-textarea.js.map +1 -1
  15. package/components/pds-toast.js +3 -3
  16. package/components/pds-tooltip.js +2 -2
  17. package/dist/cjs/loader.cjs.js +1 -1
  18. package/dist/cjs/mock-pds-modal.cjs.entry.js +8 -4
  19. package/dist/cjs/mock-pds-modal.cjs.entry.js.map +1 -1
  20. package/dist/cjs/mock-pds-modal.entry.cjs.js.map +1 -1
  21. package/dist/cjs/pds-box.cjs.entry.js +82 -2
  22. package/dist/cjs/pds-box.cjs.entry.js.map +1 -1
  23. package/dist/cjs/pds-box.entry.cjs.js.map +1 -1
  24. package/dist/cjs/pds-button.cjs.entry.js +50 -1
  25. package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
  26. package/dist/cjs/pds-button.entry.cjs.js.map +1 -1
  27. package/dist/cjs/pds-modal-content.cjs.entry.js +128 -11
  28. package/dist/cjs/pds-modal-content.cjs.entry.js.map +1 -1
  29. package/dist/cjs/pds-modal-content.entry.cjs.js.map +1 -1
  30. package/dist/cjs/pds-modal.cjs.entry.js +12 -3
  31. package/dist/cjs/pds-modal.cjs.entry.js.map +1 -1
  32. package/dist/cjs/pds-modal.entry.cjs.js.map +1 -1
  33. package/dist/cjs/pds-row.cjs.entry.js +6 -2
  34. package/dist/cjs/pds-row.cjs.entry.js.map +1 -1
  35. package/dist/cjs/pds-row.entry.cjs.js.map +1 -1
  36. package/dist/cjs/pds-textarea.cjs.entry.js +108 -6
  37. package/dist/cjs/pds-textarea.cjs.entry.js.map +1 -1
  38. package/dist/cjs/pds-textarea.entry.cjs.js.map +1 -1
  39. package/dist/cjs/pds-toast.cjs.entry.js +3 -3
  40. package/dist/cjs/pds-tooltip.cjs.entry.js +2 -2
  41. package/dist/cjs/pine-core.cjs.js +1 -1
  42. package/dist/collection/components/pds-box/pds-box.css +1607 -3
  43. package/dist/collection/components/pds-box/pds-box.js +2222 -127
  44. package/dist/collection/components/pds-box/pds-box.js.map +1 -1
  45. package/dist/collection/components/pds-button/pds-button.js +59 -1
  46. package/dist/collection/components/pds-button/pds-button.js.map +1 -1
  47. package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.css +4 -6
  48. package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.js +128 -11
  49. package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.js.map +1 -1
  50. package/dist/collection/components/pds-modal/pds-modal.css +42 -1
  51. package/dist/collection/components/pds-modal/pds-modal.js +34 -2
  52. package/dist/collection/components/pds-modal/pds-modal.js.map +1 -1
  53. package/dist/collection/components/pds-modal/stories/pds-modal.stories.js +245 -0
  54. package/dist/collection/components/pds-modal/test/mock-pds-modal.js +30 -3
  55. package/dist/collection/components/pds-modal/test/mock-pds-modal.js.map +1 -1
  56. package/dist/collection/components/pds-row/pds-row.js +56 -2
  57. package/dist/collection/components/pds-row/pds-row.js.map +1 -1
  58. package/dist/collection/components/pds-textarea/pds-textarea.css +51 -11
  59. package/dist/collection/components/pds-textarea/pds-textarea.js +127 -4
  60. package/dist/collection/components/pds-textarea/pds-textarea.js.map +1 -1
  61. package/dist/collection/components/pds-textarea/stories/pds-textarea.stories.js +13 -0
  62. package/dist/collection/components/pds-toast/pds-toast.js +3 -3
  63. package/dist/collection/components/pds-tooltip/pds-tooltip.js +2 -2
  64. package/dist/docs.json +4845 -447
  65. package/dist/esm/loader.js +1 -1
  66. package/dist/esm/mock-pds-modal.entry.js +8 -4
  67. package/dist/esm/mock-pds-modal.entry.js.map +1 -1
  68. package/dist/esm/pds-box.entry.js +82 -2
  69. package/dist/esm/pds-box.entry.js.map +1 -1
  70. package/dist/esm/pds-button.entry.js +50 -1
  71. package/dist/esm/pds-button.entry.js.map +1 -1
  72. package/dist/esm/pds-modal-content.entry.js +128 -11
  73. package/dist/esm/pds-modal-content.entry.js.map +1 -1
  74. package/dist/esm/pds-modal.entry.js +12 -3
  75. package/dist/esm/pds-modal.entry.js.map +1 -1
  76. package/dist/esm/pds-row.entry.js +6 -2
  77. package/dist/esm/pds-row.entry.js.map +1 -1
  78. package/dist/esm/pds-textarea.entry.js +108 -6
  79. package/dist/esm/pds-textarea.entry.js.map +1 -1
  80. package/dist/esm/pds-toast.entry.js +3 -3
  81. package/dist/esm/pds-tooltip.entry.js +2 -2
  82. package/dist/esm/pine-core.js +1 -1
  83. package/dist/esm-es5/loader.js +1 -1
  84. package/dist/esm-es5/mock-pds-modal.entry.js +1 -1
  85. package/dist/esm-es5/mock-pds-modal.entry.js.map +1 -1
  86. package/dist/esm-es5/pds-box.entry.js +1 -1
  87. package/dist/esm-es5/pds-box.entry.js.map +1 -1
  88. package/dist/esm-es5/pds-button.entry.js +1 -1
  89. package/dist/esm-es5/pds-button.entry.js.map +1 -1
  90. package/dist/esm-es5/pds-modal-content.entry.js +1 -1
  91. package/dist/esm-es5/pds-modal-content.entry.js.map +1 -1
  92. package/dist/esm-es5/pds-modal.entry.js +1 -1
  93. package/dist/esm-es5/pds-modal.entry.js.map +1 -1
  94. package/dist/esm-es5/pds-row.entry.js +1 -1
  95. package/dist/esm-es5/pds-row.entry.js.map +1 -1
  96. package/dist/esm-es5/pds-textarea.entry.js +1 -1
  97. package/dist/esm-es5/pds-textarea.entry.js.map +1 -1
  98. package/dist/esm-es5/pds-toast.entry.js +1 -1
  99. package/dist/esm-es5/pds-tooltip.entry.js +1 -1
  100. package/dist/esm-es5/pine-core.js +1 -1
  101. package/dist/pine-core/mock-pds-modal.entry.esm.js.map +1 -1
  102. package/dist/pine-core/p-318fd0cf.entry.js +2 -0
  103. package/dist/pine-core/p-318fd0cf.entry.js.map +1 -0
  104. package/dist/pine-core/{p-c4d6fe50.system.entry.js → p-346561a6.system.entry.js} +2 -2
  105. package/dist/pine-core/p-346561a6.system.entry.js.map +1 -0
  106. package/dist/pine-core/p-3gYSFJIn.system.js.map +1 -0
  107. package/dist/pine-core/{p-IG5YumI3.system.js.map → p-3pEJO0vO.system.js.map} +1 -1
  108. package/dist/pine-core/p-41d1b164.entry.js +2 -0
  109. package/dist/pine-core/p-41d1b164.entry.js.map +1 -0
  110. package/dist/pine-core/{p-02326ac3.entry.js → p-4c81420c.entry.js} +2 -2
  111. package/dist/pine-core/p-52cb152b.system.entry.js +2 -0
  112. package/dist/pine-core/p-52cb152b.system.entry.js.map +1 -0
  113. package/dist/pine-core/p-540cfd70.entry.js +2 -0
  114. package/dist/pine-core/p-540cfd70.entry.js.map +1 -0
  115. package/dist/pine-core/{p-11d4036e.entry.js → p-5f5b19f4.entry.js} +2 -2
  116. package/dist/pine-core/p-6d4d4705.system.entry.js +2 -0
  117. package/dist/pine-core/p-6d4d4705.system.entry.js.map +1 -0
  118. package/dist/pine-core/{p-68b5665a.entry.js → p-84949a12.entry.js} +2 -2
  119. package/dist/pine-core/p-84949a12.entry.js.map +1 -0
  120. package/dist/pine-core/{p-7a95a90f.system.entry.js → p-8726c99d.system.entry.js} +2 -2
  121. package/dist/pine-core/{p-2kXtbFXu.system.js.map → p-BZoPY2dP.system.js.map} +1 -1
  122. package/dist/pine-core/p-C0zqu7Gr.system.js.map +1 -0
  123. package/dist/pine-core/p-CHJgq_z7.system.js.map +1 -0
  124. package/dist/pine-core/p-Co5XZmTN.system.js.map +1 -0
  125. package/dist/pine-core/p-Czoq9yJM.system.js.map +1 -0
  126. package/dist/pine-core/p-De9tROL-.system.js +1 -1
  127. package/dist/pine-core/p-EYhpJx2s.system.js.map +1 -0
  128. package/dist/pine-core/p-WkrM7Vv0.system.js.map +1 -0
  129. package/dist/pine-core/p-a9895385.system.entry.js +2 -0
  130. package/dist/pine-core/p-a9895385.system.entry.js.map +1 -0
  131. package/dist/pine-core/{p-5aed29fe.system.entry.js → p-b2b1b7a9.system.entry.js} +2 -2
  132. package/dist/pine-core/p-b2b1b7a9.system.entry.js.map +1 -0
  133. package/dist/pine-core/p-c0df3222.entry.js +2 -0
  134. package/dist/pine-core/p-c0df3222.entry.js.map +1 -0
  135. package/dist/pine-core/{p-884b9ae6.system.entry.js → p-d8d8fe07.system.entry.js} +2 -2
  136. package/dist/pine-core/p-dc19ce6c.system.entry.js +2 -0
  137. package/dist/pine-core/p-dc19ce6c.system.entry.js.map +1 -0
  138. package/dist/pine-core/p-e08f492a.entry.js +2 -0
  139. package/dist/pine-core/p-e08f492a.entry.js.map +1 -0
  140. package/dist/pine-core/{p-79e2782b.entry.js → p-ecb9edf8.entry.js} +2 -2
  141. package/dist/pine-core/p-ecb9edf8.entry.js.map +1 -0
  142. package/dist/pine-core/p-fcb39155.system.entry.js +2 -0
  143. package/dist/pine-core/p-fcb39155.system.entry.js.map +1 -0
  144. package/dist/pine-core/pds-box.entry.esm.js.map +1 -1
  145. package/dist/pine-core/pds-button.entry.esm.js.map +1 -1
  146. package/dist/pine-core/pds-modal-content.entry.esm.js.map +1 -1
  147. package/dist/pine-core/pds-modal.entry.esm.js.map +1 -1
  148. package/dist/pine-core/pds-row.entry.esm.js.map +1 -1
  149. package/dist/pine-core/pds-textarea.entry.esm.js.map +1 -1
  150. package/dist/pine-core/pine-core.esm.js +1 -1
  151. package/dist/types/components/pds-box/pds-box.d.ts +393 -3
  152. package/dist/types/components/pds-button/pds-button.d.ts +4 -0
  153. package/dist/types/components/pds-modal/pds-modal-content/pds-modal-content.d.ts +18 -1
  154. package/dist/types/components/pds-modal/pds-modal.d.ts +5 -0
  155. package/dist/types/components/pds-modal/test/mock-pds-modal.d.ts +5 -0
  156. package/dist/types/components/pds-row/pds-row.d.ts +8 -0
  157. package/dist/types/components/pds-textarea/pds-textarea.d.ts +20 -0
  158. package/dist/types/components.d.ts +822 -8
  159. package/hydrate/index.js +489 -39
  160. package/hydrate/index.mjs +489 -39
  161. package/package.json +2 -2
  162. package/dist/pine-core/p-0485aa93.system.entry.js +0 -2
  163. package/dist/pine-core/p-0485aa93.system.entry.js.map +0 -1
  164. package/dist/pine-core/p-0d9e28a2.entry.js +0 -2
  165. package/dist/pine-core/p-0d9e28a2.entry.js.map +0 -1
  166. package/dist/pine-core/p-2186e5d4.system.entry.js +0 -2
  167. package/dist/pine-core/p-2186e5d4.system.entry.js.map +0 -1
  168. package/dist/pine-core/p-48b658fc.system.entry.js +0 -2
  169. package/dist/pine-core/p-48b658fc.system.entry.js.map +0 -1
  170. package/dist/pine-core/p-5aed29fe.system.entry.js.map +0 -1
  171. package/dist/pine-core/p-68b5665a.entry.js.map +0 -1
  172. package/dist/pine-core/p-79e2782b.entry.js.map +0 -1
  173. package/dist/pine-core/p-96a89cd5.system.entry.js +0 -2
  174. package/dist/pine-core/p-96a89cd5.system.entry.js.map +0 -1
  175. package/dist/pine-core/p-BOHu_LEs.system.js.map +0 -1
  176. package/dist/pine-core/p-CD_nPb2F.system.js.map +0 -1
  177. package/dist/pine-core/p-DAwJ242E.system.js.map +0 -1
  178. package/dist/pine-core/p-DJekRkSL.system.js.map +0 -1
  179. package/dist/pine-core/p-DNYl_6t_.system.js.map +0 -1
  180. package/dist/pine-core/p-Dt10r3RZ.system.js.map +0 -1
  181. package/dist/pine-core/p-IIl2cTlj.system.js.map +0 -1
  182. package/dist/pine-core/p-a24c46e4.entry.js +0 -2
  183. package/dist/pine-core/p-a24c46e4.entry.js.map +0 -1
  184. package/dist/pine-core/p-c4d6fe50.system.entry.js.map +0 -1
  185. package/dist/pine-core/p-c6badcf8.entry.js +0 -2
  186. package/dist/pine-core/p-c6badcf8.entry.js.map +0 -1
  187. package/dist/pine-core/p-d714f68f.system.entry.js +0 -2
  188. package/dist/pine-core/p-d714f68f.system.entry.js.map +0 -1
  189. package/dist/pine-core/p-e5ca5b8e.entry.js +0 -2
  190. package/dist/pine-core/p-e5ca5b8e.entry.js.map +0 -1
  191. package/dist/pine-core/p-fb4058e6.entry.js +0 -2
  192. package/dist/pine-core/p-fb4058e6.entry.js.map +0 -1
  193. /package/dist/pine-core/{p-02326ac3.entry.js.map → p-4c81420c.entry.js.map} +0 -0
  194. /package/dist/pine-core/{p-11d4036e.entry.js.map → p-5f5b19f4.entry.js.map} +0 -0
  195. /package/dist/pine-core/{p-7a95a90f.system.entry.js.map → p-8726c99d.system.entry.js.map} +0 -0
  196. /package/dist/pine-core/{p-884b9ae6.system.entry.js.map → p-d8d8fe07.system.entry.js.map} +0 -0
@@ -10,21 +10,76 @@ export class PdsBox {
10
10
  render() {
11
11
  const boxClasses = `
12
12
  ${this.alignItems !== undefined && this.alignItems.trim() !== '' ? `pds-align-items-${this.alignItems}` : ''}
13
+ ${this.alignItemsXs !== undefined && this.alignItemsXs.trim() !== '' ? `pds-align-items-xs-${this.alignItemsXs}` : ''}
14
+ ${this.alignItemsSm !== undefined && this.alignItemsSm.trim() !== '' ? `pds-align-items-sm-${this.alignItemsSm}` : ''}
15
+ ${this.alignItemsMd !== undefined && this.alignItemsMd.trim() !== '' ? `pds-align-items-md-${this.alignItemsMd}` : ''}
16
+ ${this.alignItemsLg !== undefined && this.alignItemsLg.trim() !== '' ? `pds-align-items-lg-${this.alignItemsLg}` : ''}
17
+ ${this.alignItemsXl !== undefined && this.alignItemsXl.trim() !== '' ? `pds-align-items-xl-${this.alignItemsXl}` : ''}
13
18
  ${this.alignSelf !== undefined && this.alignSelf.trim() !== '' ? `pds-align-self-${this.alignSelf}` : ''}
19
+ ${this.alignSelfXs !== undefined && this.alignSelfXs.trim() !== '' ? `pds-align-self-xs-${this.alignSelfXs}` : ''}
20
+ ${this.alignSelfSm !== undefined && this.alignSelfSm.trim() !== '' ? `pds-align-self-sm-${this.alignSelfSm}` : ''}
21
+ ${this.alignSelfMd !== undefined && this.alignSelfMd.trim() !== '' ? `pds-align-self-md-${this.alignSelfMd}` : ''}
22
+ ${this.alignSelfLg !== undefined && this.alignSelfLg.trim() !== '' ? `pds-align-self-lg-${this.alignSelfLg}` : ''}
23
+ ${this.alignSelfXl !== undefined && this.alignSelfXl.trim() !== '' ? `pds-align-self-xl-${this.alignSelfXl}` : ''}
14
24
  ${this.auto ? 'pds-box--auto' : ''}
25
+ ${this.autoXs ? 'pds-box--auto-xs' : ''}
26
+ ${this.autoSm ? 'pds-box--auto-sm' : ''}
27
+ ${this.autoMd ? 'pds-box--auto-md' : ''}
28
+ ${this.autoLg ? 'pds-box--auto-lg' : ''}
29
+ ${this.autoXl ? 'pds-box--auto-xl' : ''}
15
30
  ${this.border ? 'pds-box--border' : ''}
16
31
  ${this.borderRadius !== undefined && this.borderRadius.trim() !== '' ? `pds-border-radius-${this.borderRadius}` : ''}
17
32
  ${this.direction !== undefined && this.direction.trim() !== '' ? `pds-box-direction-${this.direction}` : ''}
18
33
  ${this.display !== undefined && this.display.trim() !== '' ? `pds-box--display-${this.display}` : ''}
19
34
  ${this.fit ? 'pds-box--fit' : ''}
35
+ ${this.fitXs ? 'pds-box--fit-xs' : ''}
36
+ ${this.fitSm ? 'pds-box--fit-sm' : ''}
37
+ ${this.fitMd ? 'pds-box--fit-md' : ''}
38
+ ${this.fitLg ? 'pds-box--fit-lg' : ''}
39
+ ${this.fitXl ? 'pds-box--fit-xl' : ''}
20
40
  ${this.gap !== undefined && this.gap.trim() !== '' ? `pds-box-gap-${this.gap}` : ''}
41
+ ${this.gapXs !== undefined && this.gapXs.trim() !== '' ? `pds-box-gap-xs-${this.gapXs}` : ''}
42
+ ${this.gapSm !== undefined && this.gapSm.trim() !== '' ? `pds-box-gap-sm-${this.gapSm}` : ''}
43
+ ${this.gapMd !== undefined && this.gapMd.trim() !== '' ? `pds-box-gap-md-${this.gapMd}` : ''}
44
+ ${this.gapLg !== undefined && this.gapLg.trim() !== '' ? `pds-box-gap-lg-${this.gapLg}` : ''}
45
+ ${this.gapXl !== undefined && this.gapXl.trim() !== '' ? `pds-box-gap-xl-${this.gapXl}` : ''}
21
46
  ${this.wrap ? 'pds-box--wrap' : ''}
47
+ ${this.wrapXs ? 'pds-box--wrap-xs' : ''}
48
+ ${this.wrapSm ? 'pds-box--wrap-sm' : ''}
49
+ ${this.wrapMd ? 'pds-box--wrap-md' : ''}
50
+ ${this.wrapLg ? 'pds-box--wrap-lg' : ''}
51
+ ${this.wrapXl ? 'pds-box--wrap-xl' : ''}
22
52
  ${this.flex !== undefined && this.flex.trim() !== '' && ['none', 'grow', 'shrink'].includes(this.flex) ? `pds-box--flex-${this.flex}` : ''}
23
53
  ${this.justifyContent !== undefined && this.justifyContent.trim() !== '' ? `pds-justify-content-${this.justifyContent}` : ''}
54
+ ${this.justifyContentXs !== undefined && this.justifyContentXs.trim() !== '' ? `pds-justify-content-xs-${this.justifyContentXs}` : ''}
55
+ ${this.justifyContentSm !== undefined && this.justifyContentSm.trim() !== '' ? `pds-justify-content-sm-${this.justifyContentSm}` : ''}
56
+ ${this.justifyContentMd !== undefined && this.justifyContentMd.trim() !== '' ? `pds-justify-content-md-${this.justifyContentMd}` : ''}
57
+ ${this.justifyContentLg !== undefined && this.justifyContentLg.trim() !== '' ? `pds-justify-content-lg-${this.justifyContentLg}` : ''}
58
+ ${this.justifyContentXl !== undefined && this.justifyContentXl.trim() !== '' ? `pds-justify-content-xl-${this.justifyContentXl}` : ''}
24
59
  ${this.marginBlockStart !== undefined && this.marginBlockStart.trim() !== '' ? `pds-margin-block-start-${this.marginBlockStart}` : ''}
60
+ ${this.marginBlockStartXs !== undefined && this.marginBlockStartXs.trim() !== '' ? `pds-margin-block-start-xs-${this.marginBlockStartXs}` : ''}
61
+ ${this.marginBlockStartSm !== undefined && this.marginBlockStartSm.trim() !== '' ? `pds-margin-block-start-sm-${this.marginBlockStartSm}` : ''}
62
+ ${this.marginBlockStartMd !== undefined && this.marginBlockStartMd.trim() !== '' ? `pds-margin-block-start-md-${this.marginBlockStartMd}` : ''}
63
+ ${this.marginBlockStartLg !== undefined && this.marginBlockStartLg.trim() !== '' ? `pds-margin-block-start-lg-${this.marginBlockStartLg}` : ''}
64
+ ${this.marginBlockStartXl !== undefined && this.marginBlockStartXl.trim() !== '' ? `pds-margin-block-start-xl-${this.marginBlockStartXl}` : ''}
25
65
  ${this.marginInlineStart !== undefined && this.marginInlineStart.trim() !== '' ? `pds-margin-inline-start-${this.marginInlineStart}` : ''}
66
+ ${this.marginInlineStartXs !== undefined && this.marginInlineStartXs.trim() !== '' ? `pds-margin-inline-start-xs-${this.marginInlineStartXs}` : ''}
67
+ ${this.marginInlineStartSm !== undefined && this.marginInlineStartSm.trim() !== '' ? `pds-margin-inline-start-sm-${this.marginInlineStartSm}` : ''}
68
+ ${this.marginInlineStartMd !== undefined && this.marginInlineStartMd.trim() !== '' ? `pds-margin-inline-start-md-${this.marginInlineStartMd}` : ''}
69
+ ${this.marginInlineStartLg !== undefined && this.marginInlineStartLg.trim() !== '' ? `pds-margin-inline-start-lg-${this.marginInlineStartLg}` : ''}
70
+ ${this.marginInlineStartXl !== undefined && this.marginInlineStartXl.trim() !== '' ? `pds-margin-inline-start-xl-${this.marginInlineStartXl}` : ''}
26
71
  ${this.marginInlineEnd !== undefined && this.marginInlineEnd.trim() !== '' ? `pds-margin-inline-end-${this.marginInlineEnd}` : ''}
72
+ ${this.marginInlineEndXs !== undefined && this.marginInlineEndXs.trim() !== '' ? `pds-margin-inline-end-xs-${this.marginInlineEndXs}` : ''}
73
+ ${this.marginInlineEndSm !== undefined && this.marginInlineEndSm.trim() !== '' ? `pds-margin-inline-end-sm-${this.marginInlineEndSm}` : ''}
74
+ ${this.marginInlineEndMd !== undefined && this.marginInlineEndMd.trim() !== '' ? `pds-margin-inline-end-md-${this.marginInlineEndMd}` : ''}
75
+ ${this.marginInlineEndLg !== undefined && this.marginInlineEndLg.trim() !== '' ? `pds-margin-inline-end-lg-${this.marginInlineEndLg}` : ''}
76
+ ${this.marginInlineEndXl !== undefined && this.marginInlineEndXl.trim() !== '' ? `pds-margin-inline-end-xl-${this.marginInlineEndXl}` : ''}
27
77
  ${this.marginBlockEnd !== undefined && this.marginBlockEnd.trim() !== '' ? `pds-margin-block-end-${this.marginBlockEnd}` : ''}
78
+ ${this.marginBlockEndXs !== undefined && this.marginBlockEndXs.trim() !== '' ? `pds-margin-block-end-xs-${this.marginBlockEndXs}` : ''}
79
+ ${this.marginBlockEndSm !== undefined && this.marginBlockEndSm.trim() !== '' ? `pds-margin-block-end-sm-${this.marginBlockEndSm}` : ''}
80
+ ${this.marginBlockEndMd !== undefined && this.marginBlockEndMd.trim() !== '' ? `pds-margin-block-end-md-${this.marginBlockEndMd}` : ''}
81
+ ${this.marginBlockEndLg !== undefined && this.marginBlockEndLg.trim() !== '' ? `pds-margin-block-end-lg-${this.marginBlockEndLg}` : ''}
82
+ ${this.marginBlockEndXl !== undefined && this.marginBlockEndXl.trim() !== '' ? `pds-margin-block-end-xl-${this.marginBlockEndXl}` : ''}
28
83
  ${this.offset !== undefined && this.offset.trim() !== '' ? `pds-box-offset-${this.offset}` : ''}
29
84
  ${this.offsetXs !== undefined && this.offsetXs.trim() !== '' ? `pds-box-offset-xs-${this.offsetXs}` : ''}
30
85
  ${this.offsetSm !== undefined && this.offsetSm.trim() !== '' ? `pds-box-offset-sm-${this.offsetSm}` : ''}
@@ -32,10 +87,35 @@ export class PdsBox {
32
87
  ${this.offsetLg !== undefined && this.offsetLg.trim() !== '' ? `pds-box-offset-lg-${this.offsetLg}` : ''}
33
88
  ${this.offsetXl !== undefined && this.offsetXl.trim() !== '' ? `pds-box-offset-xl-${this.offsetXl}` : ''}
34
89
  ${this.padding !== undefined && this.padding.trim() !== '' ? `pds-padding-${this.padding}` : ''}
90
+ ${this.paddingXs !== undefined && this.paddingXs.trim() !== '' ? `pds-padding-xs-${this.paddingXs}` : ''}
91
+ ${this.paddingSm !== undefined && this.paddingSm.trim() !== '' ? `pds-padding-sm-${this.paddingSm}` : ''}
92
+ ${this.paddingMd !== undefined && this.paddingMd.trim() !== '' ? `pds-padding-md-${this.paddingMd}` : ''}
93
+ ${this.paddingLg !== undefined && this.paddingLg.trim() !== '' ? `pds-padding-lg-${this.paddingLg}` : ''}
94
+ ${this.paddingXl !== undefined && this.paddingXl.trim() !== '' ? `pds-padding-xl-${this.paddingXl}` : ''}
35
95
  ${this.paddingBlockStart !== undefined && this.paddingBlockStart.trim() !== '' ? `pds-padding-block-start-${this.paddingBlockStart}` : ''}
96
+ ${this.paddingBlockStartXs !== undefined && this.paddingBlockStartXs.trim() !== '' ? `pds-padding-block-start-xs-${this.paddingBlockStartXs}` : ''}
97
+ ${this.paddingBlockStartSm !== undefined && this.paddingBlockStartSm.trim() !== '' ? `pds-padding-block-start-sm-${this.paddingBlockStartSm}` : ''}
98
+ ${this.paddingBlockStartMd !== undefined && this.paddingBlockStartMd.trim() !== '' ? `pds-padding-block-start-md-${this.paddingBlockStartMd}` : ''}
99
+ ${this.paddingBlockStartLg !== undefined && this.paddingBlockStartLg.trim() !== '' ? `pds-padding-block-start-lg-${this.paddingBlockStartLg}` : ''}
100
+ ${this.paddingBlockStartXl !== undefined && this.paddingBlockStartXl.trim() !== '' ? `pds-padding-block-start-xl-${this.paddingBlockStartXl}` : ''}
36
101
  ${this.paddingBlockEnd !== undefined && this.paddingBlockEnd.trim() !== '' ? `pds-padding-block-end-${this.paddingBlockEnd}` : ''}
102
+ ${this.paddingBlockEndXs !== undefined && this.paddingBlockEndXs.trim() !== '' ? `pds-padding-block-end-xs-${this.paddingBlockEndXs}` : ''}
103
+ ${this.paddingBlockEndSm !== undefined && this.paddingBlockEndSm.trim() !== '' ? `pds-padding-block-end-sm-${this.paddingBlockEndSm}` : ''}
104
+ ${this.paddingBlockEndMd !== undefined && this.paddingBlockEndMd.trim() !== '' ? `pds-padding-block-end-md-${this.paddingBlockEndMd}` : ''}
105
+ ${this.paddingBlockEndLg !== undefined && this.paddingBlockEndLg.trim() !== '' ? `pds-padding-block-end-lg-${this.paddingBlockEndLg}` : ''}
106
+ ${this.paddingBlockEndXl !== undefined && this.paddingBlockEndXl.trim() !== '' ? `pds-padding-block-end-xl-${this.paddingBlockEndXl}` : ''}
37
107
  ${this.paddingInlineStart !== undefined && this.paddingInlineStart.trim() !== '' ? `pds-padding-inline-start-${this.paddingInlineStart}` : ''}
108
+ ${this.paddingInlineStartXs !== undefined && this.paddingInlineStartXs.trim() !== '' ? `pds-padding-inline-start-xs-${this.paddingInlineStartXs}` : ''}
109
+ ${this.paddingInlineStartSm !== undefined && this.paddingInlineStartSm.trim() !== '' ? `pds-padding-inline-start-sm-${this.paddingInlineStartSm}` : ''}
110
+ ${this.paddingInlineStartMd !== undefined && this.paddingInlineStartMd.trim() !== '' ? `pds-padding-inline-start-md-${this.paddingInlineStartMd}` : ''}
111
+ ${this.paddingInlineStartLg !== undefined && this.paddingInlineStartLg.trim() !== '' ? `pds-padding-inline-start-lg-${this.paddingInlineStartLg}` : ''}
112
+ ${this.paddingInlineStartXl !== undefined && this.paddingInlineStartXl.trim() !== '' ? `pds-padding-inline-start-xl-${this.paddingInlineStartXl}` : ''}
38
113
  ${this.paddingInlineEnd !== undefined && this.paddingInlineEnd.trim() !== '' ? `pds-padding-inline-end-${this.paddingInlineEnd}` : ''}
114
+ ${this.paddingInlineEndXs !== undefined && this.paddingInlineEndXs.trim() !== '' ? `pds-padding-inline-end-xs-${this.paddingInlineEndXs}` : ''}
115
+ ${this.paddingInlineEndSm !== undefined && this.paddingInlineEndSm.trim() !== '' ? `pds-padding-inline-end-sm-${this.paddingInlineEndSm}` : ''}
116
+ ${this.paddingInlineEndMd !== undefined && this.paddingInlineEndMd.trim() !== '' ? `pds-padding-inline-end-md-${this.paddingInlineEndMd}` : ''}
117
+ ${this.paddingInlineEndLg !== undefined && this.paddingInlineEndLg.trim() !== '' ? `pds-padding-inline-end-lg-${this.paddingInlineEndLg}` : ''}
118
+ ${this.paddingInlineEndXl !== undefined && this.paddingInlineEndXl.trim() !== '' ? `pds-padding-inline-end-xl-${this.paddingInlineEndXl}` : ''}
39
119
  ${this.shadow !== undefined && this.shadow.trim() !== '' ? `pds-shadow-${this.shadow}` : ''}
40
120
  ${this.size !== undefined && this.size.trim() !== '' ? `pds-box pds-box-${this.size}` : ''}
41
121
  ${this.sizeXs !== undefined && this.sizeXs.trim() !== '' ? `pds-box-xs-${this.sizeXs}` : ''}
@@ -53,7 +133,7 @@ export class PdsBox {
53
133
  const normalizedBackground = normalizeColorValue(this.backgroundColor);
54
134
  const normalizedBorder = normalizeColorValue(this.borderColor);
55
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 }));
56
- return (h(Host, { key: '17a094865fd2bc422bae1033377a1fccc5455b01', class: boxClasses, style: boxInlineStyles }));
136
+ return (h(Host, { key: '63a5dfc55625ad930494caa79f2b26a663d9cddd', class: boxClasses, style: boxInlineStyles }));
57
137
  }
58
138
  static get is() { return "pds-box"; }
59
139
  static get originalStyleUrls() {
@@ -81,7 +161,7 @@ export class PdsBox {
81
161
  "docs": {
82
162
  "tags": [{
83
163
  "name": "defaultValue",
84
- "text": "start"
164
+ "text": "stretch"
85
165
  }],
86
166
  "text": "Defines how items within the box are aligned."
87
167
  },
@@ -90,6 +170,116 @@ export class PdsBox {
90
170
  "attribute": "align-items",
91
171
  "reflect": false
92
172
  },
173
+ "alignItemsXs": {
174
+ "type": "string",
175
+ "mutable": false,
176
+ "complexType": {
177
+ "original": "`start` | `center` | `end` | `baseline` | `stretch`",
178
+ "resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
179
+ "references": {}
180
+ },
181
+ "required": false,
182
+ "optional": true,
183
+ "docs": {
184
+ "tags": [{
185
+ "name": "defaultValue",
186
+ "text": "stretch"
187
+ }],
188
+ "text": "Defines how items within the box are aligned at the XS breakpoint."
189
+ },
190
+ "getter": false,
191
+ "setter": false,
192
+ "attribute": "align-items-xs",
193
+ "reflect": false
194
+ },
195
+ "alignItemsSm": {
196
+ "type": "string",
197
+ "mutable": false,
198
+ "complexType": {
199
+ "original": "`start` | `center` | `end` | `baseline` | `stretch`",
200
+ "resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
201
+ "references": {}
202
+ },
203
+ "required": false,
204
+ "optional": true,
205
+ "docs": {
206
+ "tags": [{
207
+ "name": "defaultValue",
208
+ "text": "stretch"
209
+ }],
210
+ "text": "Defines how items within the box are aligned at the SM breakpoint."
211
+ },
212
+ "getter": false,
213
+ "setter": false,
214
+ "attribute": "align-items-sm",
215
+ "reflect": false
216
+ },
217
+ "alignItemsMd": {
218
+ "type": "string",
219
+ "mutable": false,
220
+ "complexType": {
221
+ "original": "`start` | `center` | `end` | `baseline` | `stretch`",
222
+ "resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
223
+ "references": {}
224
+ },
225
+ "required": false,
226
+ "optional": true,
227
+ "docs": {
228
+ "tags": [{
229
+ "name": "defaultValue",
230
+ "text": "stretch"
231
+ }],
232
+ "text": "Defines how items within the box are aligned at the MD breakpoint."
233
+ },
234
+ "getter": false,
235
+ "setter": false,
236
+ "attribute": "align-items-md",
237
+ "reflect": false
238
+ },
239
+ "alignItemsLg": {
240
+ "type": "string",
241
+ "mutable": false,
242
+ "complexType": {
243
+ "original": "`start` | `center` | `end` | `baseline` | `stretch`",
244
+ "resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
245
+ "references": {}
246
+ },
247
+ "required": false,
248
+ "optional": true,
249
+ "docs": {
250
+ "tags": [{
251
+ "name": "defaultValue",
252
+ "text": "stretch"
253
+ }],
254
+ "text": "Defines how items within the box are aligned at the LG breakpoint."
255
+ },
256
+ "getter": false,
257
+ "setter": false,
258
+ "attribute": "align-items-lg",
259
+ "reflect": false
260
+ },
261
+ "alignItemsXl": {
262
+ "type": "string",
263
+ "mutable": false,
264
+ "complexType": {
265
+ "original": "`start` | `center` | `end` | `baseline` | `stretch`",
266
+ "resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
267
+ "references": {}
268
+ },
269
+ "required": false,
270
+ "optional": true,
271
+ "docs": {
272
+ "tags": [{
273
+ "name": "defaultValue",
274
+ "text": "stretch"
275
+ }],
276
+ "text": "Defines how items within the box are aligned at the XL breakpoint."
277
+ },
278
+ "getter": false,
279
+ "setter": false,
280
+ "attribute": "align-items-xl",
281
+ "reflect": false
282
+ },
93
283
  "alignSelf": {
94
284
  "type": "string",
95
285
  "mutable": false,
@@ -103,7 +293,7 @@ export class PdsBox {
103
293
  "docs": {
104
294
  "tags": [{
105
295
  "name": "defaultValue",
106
- "text": "start"
296
+ "text": "stretch"
107
297
  }],
108
298
  "text": "Defines how the box is aligned within its container."
109
299
  },
@@ -112,6 +302,101 @@ export class PdsBox {
112
302
  "attribute": "align-self",
113
303
  "reflect": false
114
304
  },
305
+ "alignSelfXs": {
306
+ "type": "string",
307
+ "mutable": false,
308
+ "complexType": {
309
+ "original": "`start` | `center` | `end` | `baseline` | `stretch`",
310
+ "resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
311
+ "references": {}
312
+ },
313
+ "required": false,
314
+ "optional": true,
315
+ "docs": {
316
+ "tags": [],
317
+ "text": "Defines how the box is aligned within its container at the XS breakpoint."
318
+ },
319
+ "getter": false,
320
+ "setter": false,
321
+ "attribute": "align-self-xs",
322
+ "reflect": false
323
+ },
324
+ "alignSelfSm": {
325
+ "type": "string",
326
+ "mutable": false,
327
+ "complexType": {
328
+ "original": "`start` | `center` | `end` | `baseline` | `stretch`",
329
+ "resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
330
+ "references": {}
331
+ },
332
+ "required": false,
333
+ "optional": true,
334
+ "docs": {
335
+ "tags": [],
336
+ "text": "Defines how the box is aligned within its container at the SM breakpoint."
337
+ },
338
+ "getter": false,
339
+ "setter": false,
340
+ "attribute": "align-self-sm",
341
+ "reflect": false
342
+ },
343
+ "alignSelfMd": {
344
+ "type": "string",
345
+ "mutable": false,
346
+ "complexType": {
347
+ "original": "`start` | `center` | `end` | `baseline` | `stretch`",
348
+ "resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
349
+ "references": {}
350
+ },
351
+ "required": false,
352
+ "optional": true,
353
+ "docs": {
354
+ "tags": [],
355
+ "text": "Defines how the box is aligned within its container at the MD breakpoint."
356
+ },
357
+ "getter": false,
358
+ "setter": false,
359
+ "attribute": "align-self-md",
360
+ "reflect": false
361
+ },
362
+ "alignSelfLg": {
363
+ "type": "string",
364
+ "mutable": false,
365
+ "complexType": {
366
+ "original": "`start` | `center` | `end` | `baseline` | `stretch`",
367
+ "resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
368
+ "references": {}
369
+ },
370
+ "required": false,
371
+ "optional": true,
372
+ "docs": {
373
+ "tags": [],
374
+ "text": "Defines how the box is aligned within its container at the LG breakpoint."
375
+ },
376
+ "getter": false,
377
+ "setter": false,
378
+ "attribute": "align-self-lg",
379
+ "reflect": false
380
+ },
381
+ "alignSelfXl": {
382
+ "type": "string",
383
+ "mutable": false,
384
+ "complexType": {
385
+ "original": "`start` | `center` | `end` | `baseline` | `stretch`",
386
+ "resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
387
+ "references": {}
388
+ },
389
+ "required": false,
390
+ "optional": true,
391
+ "docs": {
392
+ "tags": [],
393
+ "text": "Defines how the box is aligned within its container at the XL breakpoint."
394
+ },
395
+ "getter": false,
396
+ "setter": false,
397
+ "attribute": "align-self-xl",
398
+ "reflect": false
399
+ },
115
400
  "auto": {
116
401
  "type": "boolean",
117
402
  "mutable": false,
@@ -131,6 +416,101 @@ export class PdsBox {
131
416
  "attribute": "auto",
132
417
  "reflect": false
133
418
  },
419
+ "autoXs": {
420
+ "type": "boolean",
421
+ "mutable": false,
422
+ "complexType": {
423
+ "original": "boolean",
424
+ "resolved": "boolean",
425
+ "references": {}
426
+ },
427
+ "required": false,
428
+ "optional": true,
429
+ "docs": {
430
+ "tags": [],
431
+ "text": "If `true`, the box will be sized to fit its contents at the XS breakpoint."
432
+ },
433
+ "getter": false,
434
+ "setter": false,
435
+ "attribute": "auto-xs",
436
+ "reflect": false
437
+ },
438
+ "autoSm": {
439
+ "type": "boolean",
440
+ "mutable": false,
441
+ "complexType": {
442
+ "original": "boolean",
443
+ "resolved": "boolean",
444
+ "references": {}
445
+ },
446
+ "required": false,
447
+ "optional": true,
448
+ "docs": {
449
+ "tags": [],
450
+ "text": "If `true`, the box will be sized to fit its contents at the SM breakpoint."
451
+ },
452
+ "getter": false,
453
+ "setter": false,
454
+ "attribute": "auto-sm",
455
+ "reflect": false
456
+ },
457
+ "autoMd": {
458
+ "type": "boolean",
459
+ "mutable": false,
460
+ "complexType": {
461
+ "original": "boolean",
462
+ "resolved": "boolean",
463
+ "references": {}
464
+ },
465
+ "required": false,
466
+ "optional": true,
467
+ "docs": {
468
+ "tags": [],
469
+ "text": "If `true`, the box will be sized to fit its contents at the MD breakpoint."
470
+ },
471
+ "getter": false,
472
+ "setter": false,
473
+ "attribute": "auto-md",
474
+ "reflect": false
475
+ },
476
+ "autoLg": {
477
+ "type": "boolean",
478
+ "mutable": false,
479
+ "complexType": {
480
+ "original": "boolean",
481
+ "resolved": "boolean",
482
+ "references": {}
483
+ },
484
+ "required": false,
485
+ "optional": true,
486
+ "docs": {
487
+ "tags": [],
488
+ "text": "If `true`, the box will be sized to fit its contents at the LG breakpoint."
489
+ },
490
+ "getter": false,
491
+ "setter": false,
492
+ "attribute": "auto-lg",
493
+ "reflect": false
494
+ },
495
+ "autoXl": {
496
+ "type": "boolean",
497
+ "mutable": false,
498
+ "complexType": {
499
+ "original": "boolean",
500
+ "resolved": "boolean",
501
+ "references": {}
502
+ },
503
+ "required": false,
504
+ "optional": true,
505
+ "docs": {
506
+ "tags": [],
507
+ "text": "If `true`, the box will be sized to fit its contents at the XL breakpoint."
508
+ },
509
+ "getter": false,
510
+ "setter": false,
511
+ "attribute": "auto-xl",
512
+ "reflect": false
513
+ },
134
514
  "backgroundColor": {
135
515
  "type": "string",
136
516
  "mutable": false,
@@ -246,35 +626,1696 @@ export class PdsBox {
246
626
  "docs": {
247
627
  "tags": [{
248
628
  "name": "defaultValue",
249
- "text": "flex"
629
+ "text": "flex"
630
+ }],
631
+ "text": "Defines the display style of the box."
632
+ },
633
+ "getter": false,
634
+ "setter": false,
635
+ "attribute": "display",
636
+ "reflect": false
637
+ },
638
+ "fit": {
639
+ "type": "boolean",
640
+ "mutable": false,
641
+ "complexType": {
642
+ "original": "boolean",
643
+ "resolved": "boolean",
644
+ "references": {}
645
+ },
646
+ "required": false,
647
+ "optional": true,
648
+ "docs": {
649
+ "tags": [],
650
+ "text": "If `true`, sets the box `max-width` to `100%`."
651
+ },
652
+ "getter": false,
653
+ "setter": false,
654
+ "attribute": "fit",
655
+ "reflect": false
656
+ },
657
+ "fitXs": {
658
+ "type": "boolean",
659
+ "mutable": false,
660
+ "complexType": {
661
+ "original": "boolean",
662
+ "resolved": "boolean",
663
+ "references": {}
664
+ },
665
+ "required": false,
666
+ "optional": true,
667
+ "docs": {
668
+ "tags": [],
669
+ "text": "If `true`, sets the box `max-width` to `100%` at the XS breakpoint."
670
+ },
671
+ "getter": false,
672
+ "setter": false,
673
+ "attribute": "fit-xs",
674
+ "reflect": false
675
+ },
676
+ "fitSm": {
677
+ "type": "boolean",
678
+ "mutable": false,
679
+ "complexType": {
680
+ "original": "boolean",
681
+ "resolved": "boolean",
682
+ "references": {}
683
+ },
684
+ "required": false,
685
+ "optional": true,
686
+ "docs": {
687
+ "tags": [],
688
+ "text": "If `true`, sets the box `max-width` to `100%` at the SM breakpoint."
689
+ },
690
+ "getter": false,
691
+ "setter": false,
692
+ "attribute": "fit-sm",
693
+ "reflect": false
694
+ },
695
+ "fitMd": {
696
+ "type": "boolean",
697
+ "mutable": false,
698
+ "complexType": {
699
+ "original": "boolean",
700
+ "resolved": "boolean",
701
+ "references": {}
702
+ },
703
+ "required": false,
704
+ "optional": true,
705
+ "docs": {
706
+ "tags": [],
707
+ "text": "If `true`, sets the box `max-width` to `100%` at the MD breakpoint."
708
+ },
709
+ "getter": false,
710
+ "setter": false,
711
+ "attribute": "fit-md",
712
+ "reflect": false
713
+ },
714
+ "fitLg": {
715
+ "type": "boolean",
716
+ "mutable": false,
717
+ "complexType": {
718
+ "original": "boolean",
719
+ "resolved": "boolean",
720
+ "references": {}
721
+ },
722
+ "required": false,
723
+ "optional": true,
724
+ "docs": {
725
+ "tags": [],
726
+ "text": "If `true`, sets the box `max-width` to `100%` at the LG breakpoint."
727
+ },
728
+ "getter": false,
729
+ "setter": false,
730
+ "attribute": "fit-lg",
731
+ "reflect": false
732
+ },
733
+ "fitXl": {
734
+ "type": "boolean",
735
+ "mutable": false,
736
+ "complexType": {
737
+ "original": "boolean",
738
+ "resolved": "boolean",
739
+ "references": {}
740
+ },
741
+ "required": false,
742
+ "optional": true,
743
+ "docs": {
744
+ "tags": [],
745
+ "text": "If `true`, sets the box `max-width` to `100%` at the XL breakpoint."
746
+ },
747
+ "getter": false,
748
+ "setter": false,
749
+ "attribute": "fit-xl",
750
+ "reflect": false
751
+ },
752
+ "gap": {
753
+ "type": "string",
754
+ "mutable": false,
755
+ "complexType": {
756
+ "original": "BoxTShirtSizeType",
757
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
758
+ "references": {
759
+ "BoxTShirtSizeType": {
760
+ "location": "import",
761
+ "path": "../../utils/types",
762
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
763
+ }
764
+ }
765
+ },
766
+ "required": false,
767
+ "optional": true,
768
+ "docs": {
769
+ "tags": [{
770
+ "name": "defaultValue",
771
+ "text": "none"
772
+ }],
773
+ "text": "Defines the spacing between the box items."
774
+ },
775
+ "getter": false,
776
+ "setter": false,
777
+ "attribute": "gap",
778
+ "reflect": false
779
+ },
780
+ "gapXs": {
781
+ "type": "string",
782
+ "mutable": false,
783
+ "complexType": {
784
+ "original": "BoxTShirtSizeType",
785
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
786
+ "references": {
787
+ "BoxTShirtSizeType": {
788
+ "location": "import",
789
+ "path": "../../utils/types",
790
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
791
+ }
792
+ }
793
+ },
794
+ "required": false,
795
+ "optional": true,
796
+ "docs": {
797
+ "tags": [{
798
+ "name": "defaultValue",
799
+ "text": "none"
800
+ }],
801
+ "text": "Defines the spacing between the box items at the XS breakpoint."
802
+ },
803
+ "getter": false,
804
+ "setter": false,
805
+ "attribute": "gap-xs",
806
+ "reflect": false
807
+ },
808
+ "gapSm": {
809
+ "type": "string",
810
+ "mutable": false,
811
+ "complexType": {
812
+ "original": "BoxTShirtSizeType",
813
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
814
+ "references": {
815
+ "BoxTShirtSizeType": {
816
+ "location": "import",
817
+ "path": "../../utils/types",
818
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
819
+ }
820
+ }
821
+ },
822
+ "required": false,
823
+ "optional": true,
824
+ "docs": {
825
+ "tags": [{
826
+ "name": "defaultValue",
827
+ "text": "none"
828
+ }],
829
+ "text": "Defines the spacing between the box items at the SM breakpoint."
830
+ },
831
+ "getter": false,
832
+ "setter": false,
833
+ "attribute": "gap-sm",
834
+ "reflect": false
835
+ },
836
+ "gapMd": {
837
+ "type": "string",
838
+ "mutable": false,
839
+ "complexType": {
840
+ "original": "BoxTShirtSizeType",
841
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
842
+ "references": {
843
+ "BoxTShirtSizeType": {
844
+ "location": "import",
845
+ "path": "../../utils/types",
846
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
847
+ }
848
+ }
849
+ },
850
+ "required": false,
851
+ "optional": true,
852
+ "docs": {
853
+ "tags": [{
854
+ "name": "defaultValue",
855
+ "text": "none"
856
+ }],
857
+ "text": "Defines the spacing between the box items at the MD breakpoint."
858
+ },
859
+ "getter": false,
860
+ "setter": false,
861
+ "attribute": "gap-md",
862
+ "reflect": false
863
+ },
864
+ "gapLg": {
865
+ "type": "string",
866
+ "mutable": false,
867
+ "complexType": {
868
+ "original": "BoxTShirtSizeType",
869
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
870
+ "references": {
871
+ "BoxTShirtSizeType": {
872
+ "location": "import",
873
+ "path": "../../utils/types",
874
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
875
+ }
876
+ }
877
+ },
878
+ "required": false,
879
+ "optional": true,
880
+ "docs": {
881
+ "tags": [{
882
+ "name": "defaultValue",
883
+ "text": "none"
884
+ }],
885
+ "text": "Defines the spacing between the box items at the LG breakpoint."
886
+ },
887
+ "getter": false,
888
+ "setter": false,
889
+ "attribute": "gap-lg",
890
+ "reflect": false
891
+ },
892
+ "gapXl": {
893
+ "type": "string",
894
+ "mutable": false,
895
+ "complexType": {
896
+ "original": "BoxTShirtSizeType",
897
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
898
+ "references": {
899
+ "BoxTShirtSizeType": {
900
+ "location": "import",
901
+ "path": "../../utils/types",
902
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
903
+ }
904
+ }
905
+ },
906
+ "required": false,
907
+ "optional": true,
908
+ "docs": {
909
+ "tags": [{
910
+ "name": "defaultValue",
911
+ "text": "none"
912
+ }],
913
+ "text": "Defines the spacing between the box items at the XL breakpoint."
914
+ },
915
+ "getter": false,
916
+ "setter": false,
917
+ "attribute": "gap-xl",
918
+ "reflect": false
919
+ },
920
+ "wrap": {
921
+ "type": "boolean",
922
+ "mutable": false,
923
+ "complexType": {
924
+ "original": "boolean",
925
+ "resolved": "boolean",
926
+ "references": {}
927
+ },
928
+ "required": false,
929
+ "optional": true,
930
+ "docs": {
931
+ "tags": [{
932
+ "name": "defaultValue",
933
+ "text": "false"
934
+ }],
935
+ "text": "Defines whether flex items are forced onto one line or can wrap onto multiple lines."
936
+ },
937
+ "getter": false,
938
+ "setter": false,
939
+ "attribute": "wrap",
940
+ "reflect": false
941
+ },
942
+ "wrapXs": {
943
+ "type": "boolean",
944
+ "mutable": false,
945
+ "complexType": {
946
+ "original": "boolean",
947
+ "resolved": "boolean",
948
+ "references": {}
949
+ },
950
+ "required": false,
951
+ "optional": true,
952
+ "docs": {
953
+ "tags": [{
954
+ "name": "defaultValue",
955
+ "text": "false"
956
+ }],
957
+ "text": "Defines whether flex items can wrap onto multiple lines at the XS breakpoint."
958
+ },
959
+ "getter": false,
960
+ "setter": false,
961
+ "attribute": "wrap-xs",
962
+ "reflect": false
963
+ },
964
+ "wrapSm": {
965
+ "type": "boolean",
966
+ "mutable": false,
967
+ "complexType": {
968
+ "original": "boolean",
969
+ "resolved": "boolean",
970
+ "references": {}
971
+ },
972
+ "required": false,
973
+ "optional": true,
974
+ "docs": {
975
+ "tags": [{
976
+ "name": "defaultValue",
977
+ "text": "false"
978
+ }],
979
+ "text": "Defines whether flex items can wrap onto multiple lines at the SM breakpoint."
980
+ },
981
+ "getter": false,
982
+ "setter": false,
983
+ "attribute": "wrap-sm",
984
+ "reflect": false
985
+ },
986
+ "wrapMd": {
987
+ "type": "boolean",
988
+ "mutable": false,
989
+ "complexType": {
990
+ "original": "boolean",
991
+ "resolved": "boolean",
992
+ "references": {}
993
+ },
994
+ "required": false,
995
+ "optional": true,
996
+ "docs": {
997
+ "tags": [{
998
+ "name": "defaultValue",
999
+ "text": "false"
1000
+ }],
1001
+ "text": "Defines whether flex items can wrap onto multiple lines at the MD breakpoint."
1002
+ },
1003
+ "getter": false,
1004
+ "setter": false,
1005
+ "attribute": "wrap-md",
1006
+ "reflect": false
1007
+ },
1008
+ "wrapLg": {
1009
+ "type": "boolean",
1010
+ "mutable": false,
1011
+ "complexType": {
1012
+ "original": "boolean",
1013
+ "resolved": "boolean",
1014
+ "references": {}
1015
+ },
1016
+ "required": false,
1017
+ "optional": true,
1018
+ "docs": {
1019
+ "tags": [{
1020
+ "name": "defaultValue",
1021
+ "text": "false"
1022
+ }],
1023
+ "text": "Defines whether flex items can wrap onto multiple lines at the LG breakpoint."
1024
+ },
1025
+ "getter": false,
1026
+ "setter": false,
1027
+ "attribute": "wrap-lg",
1028
+ "reflect": false
1029
+ },
1030
+ "wrapXl": {
1031
+ "type": "boolean",
1032
+ "mutable": false,
1033
+ "complexType": {
1034
+ "original": "boolean",
1035
+ "resolved": "boolean",
1036
+ "references": {}
1037
+ },
1038
+ "required": false,
1039
+ "optional": true,
1040
+ "docs": {
1041
+ "tags": [{
1042
+ "name": "defaultValue",
1043
+ "text": "false"
1044
+ }],
1045
+ "text": "Defines whether flex items can wrap onto multiple lines at the XL breakpoint."
1046
+ },
1047
+ "getter": false,
1048
+ "setter": false,
1049
+ "attribute": "wrap-xl",
1050
+ "reflect": false
1051
+ },
1052
+ "flex": {
1053
+ "type": "string",
1054
+ "mutable": false,
1055
+ "complexType": {
1056
+ "original": "`none` | `grow` | `shrink` | string",
1057
+ "resolved": "string",
1058
+ "references": {}
1059
+ },
1060
+ "required": false,
1061
+ "optional": true,
1062
+ "docs": {
1063
+ "tags": [{
1064
+ "name": "defaultValue",
1065
+ "text": "none"
1066
+ }],
1067
+ "text": "Defines how a box will grow or shrink to fit the space available in its container.\nCan be a predefined value ('none', 'grow', 'shrink') or a custom flex value (e.g., '1', '0 1 auto')."
1068
+ },
1069
+ "getter": false,
1070
+ "setter": false,
1071
+ "attribute": "flex",
1072
+ "reflect": false
1073
+ },
1074
+ "justifyContent": {
1075
+ "type": "string",
1076
+ "mutable": false,
1077
+ "complexType": {
1078
+ "original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
1079
+ "resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
1080
+ "references": {}
1081
+ },
1082
+ "required": false,
1083
+ "optional": true,
1084
+ "docs": {
1085
+ "tags": [{
1086
+ "name": "defaultValue",
1087
+ "text": "start"
1088
+ }],
1089
+ "text": "Defines the horizontal alignment of the box items."
1090
+ },
1091
+ "getter": false,
1092
+ "setter": false,
1093
+ "attribute": "justify-content",
1094
+ "reflect": false
1095
+ },
1096
+ "justifyContentXs": {
1097
+ "type": "string",
1098
+ "mutable": false,
1099
+ "complexType": {
1100
+ "original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
1101
+ "resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
1102
+ "references": {}
1103
+ },
1104
+ "required": false,
1105
+ "optional": true,
1106
+ "docs": {
1107
+ "tags": [{
1108
+ "name": "defaultValue",
1109
+ "text": "start"
1110
+ }],
1111
+ "text": "Defines the horizontal alignment of the box items at the XS breakpoint."
1112
+ },
1113
+ "getter": false,
1114
+ "setter": false,
1115
+ "attribute": "justify-content-xs",
1116
+ "reflect": false
1117
+ },
1118
+ "justifyContentSm": {
1119
+ "type": "string",
1120
+ "mutable": false,
1121
+ "complexType": {
1122
+ "original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
1123
+ "resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
1124
+ "references": {}
1125
+ },
1126
+ "required": false,
1127
+ "optional": true,
1128
+ "docs": {
1129
+ "tags": [{
1130
+ "name": "defaultValue",
1131
+ "text": "start"
1132
+ }],
1133
+ "text": "Defines the horizontal alignment of the box items at the SM breakpoint."
1134
+ },
1135
+ "getter": false,
1136
+ "setter": false,
1137
+ "attribute": "justify-content-sm",
1138
+ "reflect": false
1139
+ },
1140
+ "justifyContentMd": {
1141
+ "type": "string",
1142
+ "mutable": false,
1143
+ "complexType": {
1144
+ "original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
1145
+ "resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
1146
+ "references": {}
1147
+ },
1148
+ "required": false,
1149
+ "optional": true,
1150
+ "docs": {
1151
+ "tags": [{
1152
+ "name": "defaultValue",
1153
+ "text": "start"
1154
+ }],
1155
+ "text": "Defines the horizontal alignment of the box items at the MD breakpoint."
1156
+ },
1157
+ "getter": false,
1158
+ "setter": false,
1159
+ "attribute": "justify-content-md",
1160
+ "reflect": false
1161
+ },
1162
+ "justifyContentLg": {
1163
+ "type": "string",
1164
+ "mutable": false,
1165
+ "complexType": {
1166
+ "original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
1167
+ "resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
1168
+ "references": {}
1169
+ },
1170
+ "required": false,
1171
+ "optional": true,
1172
+ "docs": {
1173
+ "tags": [{
1174
+ "name": "defaultValue",
1175
+ "text": "start"
1176
+ }],
1177
+ "text": "Defines the horizontal alignment of the box items at the LG breakpoint."
1178
+ },
1179
+ "getter": false,
1180
+ "setter": false,
1181
+ "attribute": "justify-content-lg",
1182
+ "reflect": false
1183
+ },
1184
+ "justifyContentXl": {
1185
+ "type": "string",
1186
+ "mutable": false,
1187
+ "complexType": {
1188
+ "original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
1189
+ "resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
1190
+ "references": {}
1191
+ },
1192
+ "required": false,
1193
+ "optional": true,
1194
+ "docs": {
1195
+ "tags": [{
1196
+ "name": "defaultValue",
1197
+ "text": "start"
1198
+ }],
1199
+ "text": "Defines the horizontal alignment of the box items at the XL breakpoint."
1200
+ },
1201
+ "getter": false,
1202
+ "setter": false,
1203
+ "attribute": "justify-content-xl",
1204
+ "reflect": false
1205
+ },
1206
+ "marginBlockStart": {
1207
+ "type": "string",
1208
+ "mutable": false,
1209
+ "complexType": {
1210
+ "original": "BoxTShirtSizeType",
1211
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1212
+ "references": {
1213
+ "BoxTShirtSizeType": {
1214
+ "location": "import",
1215
+ "path": "../../utils/types",
1216
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1217
+ }
1218
+ }
1219
+ },
1220
+ "required": false,
1221
+ "optional": true,
1222
+ "docs": {
1223
+ "tags": [{
1224
+ "name": "defaultValue",
1225
+ "text": "none"
1226
+ }],
1227
+ "text": "Defines the box's outer top spacing."
1228
+ },
1229
+ "getter": false,
1230
+ "setter": false,
1231
+ "attribute": "margin-block-start",
1232
+ "reflect": false
1233
+ },
1234
+ "marginBlockStartXs": {
1235
+ "type": "string",
1236
+ "mutable": false,
1237
+ "complexType": {
1238
+ "original": "BoxTShirtSizeType",
1239
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1240
+ "references": {
1241
+ "BoxTShirtSizeType": {
1242
+ "location": "import",
1243
+ "path": "../../utils/types",
1244
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1245
+ }
1246
+ }
1247
+ },
1248
+ "required": false,
1249
+ "optional": true,
1250
+ "docs": {
1251
+ "tags": [{
1252
+ "name": "defaultValue",
1253
+ "text": "none"
1254
+ }],
1255
+ "text": "Defines the box's outer top spacing at the XS breakpoint."
1256
+ },
1257
+ "getter": false,
1258
+ "setter": false,
1259
+ "attribute": "margin-block-start-xs",
1260
+ "reflect": false
1261
+ },
1262
+ "marginBlockStartSm": {
1263
+ "type": "string",
1264
+ "mutable": false,
1265
+ "complexType": {
1266
+ "original": "BoxTShirtSizeType",
1267
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1268
+ "references": {
1269
+ "BoxTShirtSizeType": {
1270
+ "location": "import",
1271
+ "path": "../../utils/types",
1272
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1273
+ }
1274
+ }
1275
+ },
1276
+ "required": false,
1277
+ "optional": true,
1278
+ "docs": {
1279
+ "tags": [{
1280
+ "name": "defaultValue",
1281
+ "text": "none"
1282
+ }],
1283
+ "text": "Defines the box's outer top spacing at the SM breakpoint."
1284
+ },
1285
+ "getter": false,
1286
+ "setter": false,
1287
+ "attribute": "margin-block-start-sm",
1288
+ "reflect": false
1289
+ },
1290
+ "marginBlockStartMd": {
1291
+ "type": "string",
1292
+ "mutable": false,
1293
+ "complexType": {
1294
+ "original": "BoxTShirtSizeType",
1295
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1296
+ "references": {
1297
+ "BoxTShirtSizeType": {
1298
+ "location": "import",
1299
+ "path": "../../utils/types",
1300
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1301
+ }
1302
+ }
1303
+ },
1304
+ "required": false,
1305
+ "optional": true,
1306
+ "docs": {
1307
+ "tags": [{
1308
+ "name": "defaultValue",
1309
+ "text": "none"
1310
+ }],
1311
+ "text": "Defines the box's outer top spacing at the MD breakpoint."
1312
+ },
1313
+ "getter": false,
1314
+ "setter": false,
1315
+ "attribute": "margin-block-start-md",
1316
+ "reflect": false
1317
+ },
1318
+ "marginBlockStartLg": {
1319
+ "type": "string",
1320
+ "mutable": false,
1321
+ "complexType": {
1322
+ "original": "BoxTShirtSizeType",
1323
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1324
+ "references": {
1325
+ "BoxTShirtSizeType": {
1326
+ "location": "import",
1327
+ "path": "../../utils/types",
1328
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1329
+ }
1330
+ }
1331
+ },
1332
+ "required": false,
1333
+ "optional": true,
1334
+ "docs": {
1335
+ "tags": [{
1336
+ "name": "defaultValue",
1337
+ "text": "none"
1338
+ }],
1339
+ "text": "Defines the box's outer top spacing at the LG breakpoint."
1340
+ },
1341
+ "getter": false,
1342
+ "setter": false,
1343
+ "attribute": "margin-block-start-lg",
1344
+ "reflect": false
1345
+ },
1346
+ "marginBlockStartXl": {
1347
+ "type": "string",
1348
+ "mutable": false,
1349
+ "complexType": {
1350
+ "original": "BoxTShirtSizeType",
1351
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1352
+ "references": {
1353
+ "BoxTShirtSizeType": {
1354
+ "location": "import",
1355
+ "path": "../../utils/types",
1356
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1357
+ }
1358
+ }
1359
+ },
1360
+ "required": false,
1361
+ "optional": true,
1362
+ "docs": {
1363
+ "tags": [{
1364
+ "name": "defaultValue",
1365
+ "text": "none"
1366
+ }],
1367
+ "text": "Defines the box's outer top spacing at the XL breakpoint."
1368
+ },
1369
+ "getter": false,
1370
+ "setter": false,
1371
+ "attribute": "margin-block-start-xl",
1372
+ "reflect": false
1373
+ },
1374
+ "marginInlineStart": {
1375
+ "type": "string",
1376
+ "mutable": false,
1377
+ "complexType": {
1378
+ "original": "BoxTShirtSizeType",
1379
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1380
+ "references": {
1381
+ "BoxTShirtSizeType": {
1382
+ "location": "import",
1383
+ "path": "../../utils/types",
1384
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1385
+ }
1386
+ }
1387
+ },
1388
+ "required": false,
1389
+ "optional": true,
1390
+ "docs": {
1391
+ "tags": [{
1392
+ "name": "defaultValue",
1393
+ "text": "none"
1394
+ }],
1395
+ "text": "Defines the box's outer left spacing."
1396
+ },
1397
+ "getter": false,
1398
+ "setter": false,
1399
+ "attribute": "margin-inline-start",
1400
+ "reflect": false
1401
+ },
1402
+ "marginInlineStartXs": {
1403
+ "type": "string",
1404
+ "mutable": false,
1405
+ "complexType": {
1406
+ "original": "BoxTShirtSizeType",
1407
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1408
+ "references": {
1409
+ "BoxTShirtSizeType": {
1410
+ "location": "import",
1411
+ "path": "../../utils/types",
1412
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1413
+ }
1414
+ }
1415
+ },
1416
+ "required": false,
1417
+ "optional": true,
1418
+ "docs": {
1419
+ "tags": [{
1420
+ "name": "defaultValue",
1421
+ "text": "none"
1422
+ }],
1423
+ "text": "Defines the box's outer left spacing at the XS breakpoint."
1424
+ },
1425
+ "getter": false,
1426
+ "setter": false,
1427
+ "attribute": "margin-inline-start-xs",
1428
+ "reflect": false
1429
+ },
1430
+ "marginInlineStartSm": {
1431
+ "type": "string",
1432
+ "mutable": false,
1433
+ "complexType": {
1434
+ "original": "BoxTShirtSizeType",
1435
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1436
+ "references": {
1437
+ "BoxTShirtSizeType": {
1438
+ "location": "import",
1439
+ "path": "../../utils/types",
1440
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1441
+ }
1442
+ }
1443
+ },
1444
+ "required": false,
1445
+ "optional": true,
1446
+ "docs": {
1447
+ "tags": [{
1448
+ "name": "defaultValue",
1449
+ "text": "none"
1450
+ }],
1451
+ "text": "Defines the box's outer left spacing at the SM breakpoint."
1452
+ },
1453
+ "getter": false,
1454
+ "setter": false,
1455
+ "attribute": "margin-inline-start-sm",
1456
+ "reflect": false
1457
+ },
1458
+ "marginInlineStartMd": {
1459
+ "type": "string",
1460
+ "mutable": false,
1461
+ "complexType": {
1462
+ "original": "BoxTShirtSizeType",
1463
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1464
+ "references": {
1465
+ "BoxTShirtSizeType": {
1466
+ "location": "import",
1467
+ "path": "../../utils/types",
1468
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1469
+ }
1470
+ }
1471
+ },
1472
+ "required": false,
1473
+ "optional": true,
1474
+ "docs": {
1475
+ "tags": [{
1476
+ "name": "defaultValue",
1477
+ "text": "none"
1478
+ }],
1479
+ "text": "Defines the box's outer left spacing at the MD breakpoint."
1480
+ },
1481
+ "getter": false,
1482
+ "setter": false,
1483
+ "attribute": "margin-inline-start-md",
1484
+ "reflect": false
1485
+ },
1486
+ "marginInlineStartLg": {
1487
+ "type": "string",
1488
+ "mutable": false,
1489
+ "complexType": {
1490
+ "original": "BoxTShirtSizeType",
1491
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1492
+ "references": {
1493
+ "BoxTShirtSizeType": {
1494
+ "location": "import",
1495
+ "path": "../../utils/types",
1496
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1497
+ }
1498
+ }
1499
+ },
1500
+ "required": false,
1501
+ "optional": true,
1502
+ "docs": {
1503
+ "tags": [{
1504
+ "name": "defaultValue",
1505
+ "text": "none"
1506
+ }],
1507
+ "text": "Defines the box's outer left spacing at the LG breakpoint."
1508
+ },
1509
+ "getter": false,
1510
+ "setter": false,
1511
+ "attribute": "margin-inline-start-lg",
1512
+ "reflect": false
1513
+ },
1514
+ "marginInlineStartXl": {
1515
+ "type": "string",
1516
+ "mutable": false,
1517
+ "complexType": {
1518
+ "original": "BoxTShirtSizeType",
1519
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1520
+ "references": {
1521
+ "BoxTShirtSizeType": {
1522
+ "location": "import",
1523
+ "path": "../../utils/types",
1524
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1525
+ }
1526
+ }
1527
+ },
1528
+ "required": false,
1529
+ "optional": true,
1530
+ "docs": {
1531
+ "tags": [{
1532
+ "name": "defaultValue",
1533
+ "text": "none"
1534
+ }],
1535
+ "text": "Defines the box's outer left spacing at the XL breakpoint."
1536
+ },
1537
+ "getter": false,
1538
+ "setter": false,
1539
+ "attribute": "margin-inline-start-xl",
1540
+ "reflect": false
1541
+ },
1542
+ "marginInlineEnd": {
1543
+ "type": "string",
1544
+ "mutable": false,
1545
+ "complexType": {
1546
+ "original": "BoxTShirtSizeType",
1547
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1548
+ "references": {
1549
+ "BoxTShirtSizeType": {
1550
+ "location": "import",
1551
+ "path": "../../utils/types",
1552
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1553
+ }
1554
+ }
1555
+ },
1556
+ "required": false,
1557
+ "optional": true,
1558
+ "docs": {
1559
+ "tags": [{
1560
+ "name": "defaultValue",
1561
+ "text": "none"
1562
+ }],
1563
+ "text": "Defines the box's outer right spacing."
1564
+ },
1565
+ "getter": false,
1566
+ "setter": false,
1567
+ "attribute": "margin-inline-end",
1568
+ "reflect": false
1569
+ },
1570
+ "marginInlineEndXs": {
1571
+ "type": "string",
1572
+ "mutable": false,
1573
+ "complexType": {
1574
+ "original": "BoxTShirtSizeType",
1575
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1576
+ "references": {
1577
+ "BoxTShirtSizeType": {
1578
+ "location": "import",
1579
+ "path": "../../utils/types",
1580
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1581
+ }
1582
+ }
1583
+ },
1584
+ "required": false,
1585
+ "optional": true,
1586
+ "docs": {
1587
+ "tags": [{
1588
+ "name": "defaultValue",
1589
+ "text": "none"
1590
+ }],
1591
+ "text": "Defines the box's outer right spacing at the XS breakpoint."
1592
+ },
1593
+ "getter": false,
1594
+ "setter": false,
1595
+ "attribute": "margin-inline-end-xs",
1596
+ "reflect": false
1597
+ },
1598
+ "marginInlineEndSm": {
1599
+ "type": "string",
1600
+ "mutable": false,
1601
+ "complexType": {
1602
+ "original": "BoxTShirtSizeType",
1603
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1604
+ "references": {
1605
+ "BoxTShirtSizeType": {
1606
+ "location": "import",
1607
+ "path": "../../utils/types",
1608
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1609
+ }
1610
+ }
1611
+ },
1612
+ "required": false,
1613
+ "optional": true,
1614
+ "docs": {
1615
+ "tags": [{
1616
+ "name": "defaultValue",
1617
+ "text": "none"
1618
+ }],
1619
+ "text": "Defines the box's outer right spacing at the SM breakpoint."
1620
+ },
1621
+ "getter": false,
1622
+ "setter": false,
1623
+ "attribute": "margin-inline-end-sm",
1624
+ "reflect": false
1625
+ },
1626
+ "marginInlineEndMd": {
1627
+ "type": "string",
1628
+ "mutable": false,
1629
+ "complexType": {
1630
+ "original": "BoxTShirtSizeType",
1631
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1632
+ "references": {
1633
+ "BoxTShirtSizeType": {
1634
+ "location": "import",
1635
+ "path": "../../utils/types",
1636
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1637
+ }
1638
+ }
1639
+ },
1640
+ "required": false,
1641
+ "optional": true,
1642
+ "docs": {
1643
+ "tags": [{
1644
+ "name": "defaultValue",
1645
+ "text": "none"
1646
+ }],
1647
+ "text": "Defines the box's outer right spacing at the MD breakpoint."
1648
+ },
1649
+ "getter": false,
1650
+ "setter": false,
1651
+ "attribute": "margin-inline-end-md",
1652
+ "reflect": false
1653
+ },
1654
+ "marginInlineEndLg": {
1655
+ "type": "string",
1656
+ "mutable": false,
1657
+ "complexType": {
1658
+ "original": "BoxTShirtSizeType",
1659
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1660
+ "references": {
1661
+ "BoxTShirtSizeType": {
1662
+ "location": "import",
1663
+ "path": "../../utils/types",
1664
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1665
+ }
1666
+ }
1667
+ },
1668
+ "required": false,
1669
+ "optional": true,
1670
+ "docs": {
1671
+ "tags": [{
1672
+ "name": "defaultValue",
1673
+ "text": "none"
1674
+ }],
1675
+ "text": "Defines the box's outer right spacing at the LG breakpoint."
1676
+ },
1677
+ "getter": false,
1678
+ "setter": false,
1679
+ "attribute": "margin-inline-end-lg",
1680
+ "reflect": false
1681
+ },
1682
+ "marginInlineEndXl": {
1683
+ "type": "string",
1684
+ "mutable": false,
1685
+ "complexType": {
1686
+ "original": "BoxTShirtSizeType",
1687
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1688
+ "references": {
1689
+ "BoxTShirtSizeType": {
1690
+ "location": "import",
1691
+ "path": "../../utils/types",
1692
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1693
+ }
1694
+ }
1695
+ },
1696
+ "required": false,
1697
+ "optional": true,
1698
+ "docs": {
1699
+ "tags": [{
1700
+ "name": "defaultValue",
1701
+ "text": "none"
1702
+ }],
1703
+ "text": "Defines the box's outer right spacing at the XL breakpoint."
1704
+ },
1705
+ "getter": false,
1706
+ "setter": false,
1707
+ "attribute": "margin-inline-end-xl",
1708
+ "reflect": false
1709
+ },
1710
+ "marginBlockEnd": {
1711
+ "type": "string",
1712
+ "mutable": false,
1713
+ "complexType": {
1714
+ "original": "BoxTShirtSizeType",
1715
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1716
+ "references": {
1717
+ "BoxTShirtSizeType": {
1718
+ "location": "import",
1719
+ "path": "../../utils/types",
1720
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1721
+ }
1722
+ }
1723
+ },
1724
+ "required": false,
1725
+ "optional": true,
1726
+ "docs": {
1727
+ "tags": [{
1728
+ "name": "defaultValue",
1729
+ "text": "none"
1730
+ }],
1731
+ "text": "Defines the box's outer bottom spacing."
1732
+ },
1733
+ "getter": false,
1734
+ "setter": false,
1735
+ "attribute": "margin-block-end",
1736
+ "reflect": false
1737
+ },
1738
+ "marginBlockEndXs": {
1739
+ "type": "string",
1740
+ "mutable": false,
1741
+ "complexType": {
1742
+ "original": "BoxTShirtSizeType",
1743
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1744
+ "references": {
1745
+ "BoxTShirtSizeType": {
1746
+ "location": "import",
1747
+ "path": "../../utils/types",
1748
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1749
+ }
1750
+ }
1751
+ },
1752
+ "required": false,
1753
+ "optional": true,
1754
+ "docs": {
1755
+ "tags": [{
1756
+ "name": "defaultValue",
1757
+ "text": "none"
1758
+ }],
1759
+ "text": "Defines the box's outer bottom spacing at the XS breakpoint."
1760
+ },
1761
+ "getter": false,
1762
+ "setter": false,
1763
+ "attribute": "margin-block-end-xs",
1764
+ "reflect": false
1765
+ },
1766
+ "marginBlockEndSm": {
1767
+ "type": "string",
1768
+ "mutable": false,
1769
+ "complexType": {
1770
+ "original": "BoxTShirtSizeType",
1771
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1772
+ "references": {
1773
+ "BoxTShirtSizeType": {
1774
+ "location": "import",
1775
+ "path": "../../utils/types",
1776
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1777
+ }
1778
+ }
1779
+ },
1780
+ "required": false,
1781
+ "optional": true,
1782
+ "docs": {
1783
+ "tags": [{
1784
+ "name": "defaultValue",
1785
+ "text": "none"
1786
+ }],
1787
+ "text": "Defines the box's outer bottom spacing at the SM breakpoint."
1788
+ },
1789
+ "getter": false,
1790
+ "setter": false,
1791
+ "attribute": "margin-block-end-sm",
1792
+ "reflect": false
1793
+ },
1794
+ "marginBlockEndMd": {
1795
+ "type": "string",
1796
+ "mutable": false,
1797
+ "complexType": {
1798
+ "original": "BoxTShirtSizeType",
1799
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1800
+ "references": {
1801
+ "BoxTShirtSizeType": {
1802
+ "location": "import",
1803
+ "path": "../../utils/types",
1804
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1805
+ }
1806
+ }
1807
+ },
1808
+ "required": false,
1809
+ "optional": true,
1810
+ "docs": {
1811
+ "tags": [{
1812
+ "name": "defaultValue",
1813
+ "text": "none"
1814
+ }],
1815
+ "text": "Defines the box's outer bottom spacing at the MD breakpoint."
1816
+ },
1817
+ "getter": false,
1818
+ "setter": false,
1819
+ "attribute": "margin-block-end-md",
1820
+ "reflect": false
1821
+ },
1822
+ "marginBlockEndLg": {
1823
+ "type": "string",
1824
+ "mutable": false,
1825
+ "complexType": {
1826
+ "original": "BoxTShirtSizeType",
1827
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1828
+ "references": {
1829
+ "BoxTShirtSizeType": {
1830
+ "location": "import",
1831
+ "path": "../../utils/types",
1832
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1833
+ }
1834
+ }
1835
+ },
1836
+ "required": false,
1837
+ "optional": true,
1838
+ "docs": {
1839
+ "tags": [{
1840
+ "name": "defaultValue",
1841
+ "text": "none"
1842
+ }],
1843
+ "text": "Defines the box's outer bottom spacing at the LG breakpoint."
1844
+ },
1845
+ "getter": false,
1846
+ "setter": false,
1847
+ "attribute": "margin-block-end-lg",
1848
+ "reflect": false
1849
+ },
1850
+ "marginBlockEndXl": {
1851
+ "type": "string",
1852
+ "mutable": false,
1853
+ "complexType": {
1854
+ "original": "BoxTShirtSizeType",
1855
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
1856
+ "references": {
1857
+ "BoxTShirtSizeType": {
1858
+ "location": "import",
1859
+ "path": "../../utils/types",
1860
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
1861
+ }
1862
+ }
1863
+ },
1864
+ "required": false,
1865
+ "optional": true,
1866
+ "docs": {
1867
+ "tags": [{
1868
+ "name": "defaultValue",
1869
+ "text": "none"
1870
+ }],
1871
+ "text": "Defines the box's outer bottom spacing at the XL breakpoint."
1872
+ },
1873
+ "getter": false,
1874
+ "setter": false,
1875
+ "attribute": "margin-block-end-xl",
1876
+ "reflect": false
1877
+ },
1878
+ "minHeight": {
1879
+ "type": "string",
1880
+ "mutable": false,
1881
+ "complexType": {
1882
+ "original": "string",
1883
+ "resolved": "string",
1884
+ "references": {}
1885
+ },
1886
+ "required": false,
1887
+ "optional": true,
1888
+ "docs": {
1889
+ "tags": [],
1890
+ "text": "The minimum height of the row. Used in conjunction with alignment props"
1891
+ },
1892
+ "getter": false,
1893
+ "setter": false,
1894
+ "attribute": "min-height",
1895
+ "reflect": true
1896
+ },
1897
+ "minWidth": {
1898
+ "type": "string",
1899
+ "mutable": false,
1900
+ "complexType": {
1901
+ "original": "string",
1902
+ "resolved": "string",
1903
+ "references": {}
1904
+ },
1905
+ "required": false,
1906
+ "optional": true,
1907
+ "docs": {
1908
+ "tags": [],
1909
+ "text": "The minimum width of the row. Used in conjunction with alignment props"
1910
+ },
1911
+ "getter": false,
1912
+ "setter": false,
1913
+ "attribute": "min-width",
1914
+ "reflect": true
1915
+ },
1916
+ "offset": {
1917
+ "type": "string",
1918
+ "mutable": false,
1919
+ "complexType": {
1920
+ "original": "BoxColumnType",
1921
+ "resolved": "\"0\" | \"1\" | \"10\" | \"11\" | \"12\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\"",
1922
+ "references": {
1923
+ "BoxColumnType": {
1924
+ "location": "import",
1925
+ "path": "../../utils/types",
1926
+ "id": "src/utils/types.ts::BoxColumnType"
1927
+ }
1928
+ }
1929
+ },
1930
+ "required": false,
1931
+ "optional": true,
1932
+ "docs": {
1933
+ "tags": [],
1934
+ "text": "Move columns to the end direction of the row for all screen sizes. Increases the starting margin of a column by specified number of columns."
1935
+ },
1936
+ "getter": false,
1937
+ "setter": false,
1938
+ "attribute": "offset",
1939
+ "reflect": false
1940
+ },
1941
+ "offsetXs": {
1942
+ "type": "string",
1943
+ "mutable": false,
1944
+ "complexType": {
1945
+ "original": "BoxColumnType",
1946
+ "resolved": "\"0\" | \"1\" | \"10\" | \"11\" | \"12\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\"",
1947
+ "references": {
1948
+ "BoxColumnType": {
1949
+ "location": "import",
1950
+ "path": "../../utils/types",
1951
+ "id": "src/utils/types.ts::BoxColumnType"
1952
+ }
1953
+ }
1954
+ },
1955
+ "required": false,
1956
+ "optional": true,
1957
+ "docs": {
1958
+ "tags": [],
1959
+ "text": "Move columns to the end direction of the row for `XS` screen sizes. Increases the starting margin of a column by specified number of columns."
1960
+ },
1961
+ "getter": false,
1962
+ "setter": false,
1963
+ "attribute": "offset-xs",
1964
+ "reflect": false
1965
+ },
1966
+ "offsetSm": {
1967
+ "type": "string",
1968
+ "mutable": false,
1969
+ "complexType": {
1970
+ "original": "BoxColumnType",
1971
+ "resolved": "\"0\" | \"1\" | \"10\" | \"11\" | \"12\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\"",
1972
+ "references": {
1973
+ "BoxColumnType": {
1974
+ "location": "import",
1975
+ "path": "../../utils/types",
1976
+ "id": "src/utils/types.ts::BoxColumnType"
1977
+ }
1978
+ }
1979
+ },
1980
+ "required": false,
1981
+ "optional": true,
1982
+ "docs": {
1983
+ "tags": [],
1984
+ "text": "Move columns to the end direction of the row for `SM` screen sizes. Increases the starting margin of a column by specified number of columns."
1985
+ },
1986
+ "getter": false,
1987
+ "setter": false,
1988
+ "attribute": "offset-sm",
1989
+ "reflect": false
1990
+ },
1991
+ "offsetMd": {
1992
+ "type": "string",
1993
+ "mutable": false,
1994
+ "complexType": {
1995
+ "original": "BoxColumnType",
1996
+ "resolved": "\"0\" | \"1\" | \"10\" | \"11\" | \"12\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\"",
1997
+ "references": {
1998
+ "BoxColumnType": {
1999
+ "location": "import",
2000
+ "path": "../../utils/types",
2001
+ "id": "src/utils/types.ts::BoxColumnType"
2002
+ }
2003
+ }
2004
+ },
2005
+ "required": false,
2006
+ "optional": true,
2007
+ "docs": {
2008
+ "tags": [],
2009
+ "text": "Move columns to the end direction of the row for `MD` screen sizes. Increases the starting margin of a column by specified number of columns."
2010
+ },
2011
+ "getter": false,
2012
+ "setter": false,
2013
+ "attribute": "offset-md",
2014
+ "reflect": false
2015
+ },
2016
+ "offsetLg": {
2017
+ "type": "string",
2018
+ "mutable": false,
2019
+ "complexType": {
2020
+ "original": "BoxColumnType",
2021
+ "resolved": "\"0\" | \"1\" | \"10\" | \"11\" | \"12\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\"",
2022
+ "references": {
2023
+ "BoxColumnType": {
2024
+ "location": "import",
2025
+ "path": "../../utils/types",
2026
+ "id": "src/utils/types.ts::BoxColumnType"
2027
+ }
2028
+ }
2029
+ },
2030
+ "required": false,
2031
+ "optional": true,
2032
+ "docs": {
2033
+ "tags": [],
2034
+ "text": "Move columns to the end direction of the row for `LG` screen sizes. Increases the starting margin of a column by specified number of columns."
2035
+ },
2036
+ "getter": false,
2037
+ "setter": false,
2038
+ "attribute": "offset-lg",
2039
+ "reflect": false
2040
+ },
2041
+ "offsetXl": {
2042
+ "type": "string",
2043
+ "mutable": false,
2044
+ "complexType": {
2045
+ "original": "BoxColumnType",
2046
+ "resolved": "\"0\" | \"1\" | \"10\" | \"11\" | \"12\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\"",
2047
+ "references": {
2048
+ "BoxColumnType": {
2049
+ "location": "import",
2050
+ "path": "../../utils/types",
2051
+ "id": "src/utils/types.ts::BoxColumnType"
2052
+ }
2053
+ }
2054
+ },
2055
+ "required": false,
2056
+ "optional": true,
2057
+ "docs": {
2058
+ "tags": [],
2059
+ "text": "Move columns to the end direction of the row for `XL` screen sizes. Increases the starting margin of a column by specified number of columns."
2060
+ },
2061
+ "getter": false,
2062
+ "setter": false,
2063
+ "attribute": "offset-xl",
2064
+ "reflect": false
2065
+ },
2066
+ "padding": {
2067
+ "type": "string",
2068
+ "mutable": false,
2069
+ "complexType": {
2070
+ "original": "BoxTShirtSizeType",
2071
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2072
+ "references": {
2073
+ "BoxTShirtSizeType": {
2074
+ "location": "import",
2075
+ "path": "../../utils/types",
2076
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2077
+ }
2078
+ }
2079
+ },
2080
+ "required": false,
2081
+ "optional": true,
2082
+ "docs": {
2083
+ "tags": [{
2084
+ "name": "defaultValue",
2085
+ "text": "none"
2086
+ }],
2087
+ "text": "Defines the spacing between the box items."
2088
+ },
2089
+ "getter": false,
2090
+ "setter": false,
2091
+ "attribute": "padding",
2092
+ "reflect": false
2093
+ },
2094
+ "paddingXs": {
2095
+ "type": "string",
2096
+ "mutable": false,
2097
+ "complexType": {
2098
+ "original": "BoxTShirtSizeType",
2099
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2100
+ "references": {
2101
+ "BoxTShirtSizeType": {
2102
+ "location": "import",
2103
+ "path": "../../utils/types",
2104
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2105
+ }
2106
+ }
2107
+ },
2108
+ "required": false,
2109
+ "optional": true,
2110
+ "docs": {
2111
+ "tags": [{
2112
+ "name": "defaultValue",
2113
+ "text": "none"
2114
+ }],
2115
+ "text": "Defines the spacing between the box items at the XS breakpoint."
2116
+ },
2117
+ "getter": false,
2118
+ "setter": false,
2119
+ "attribute": "padding-xs",
2120
+ "reflect": false
2121
+ },
2122
+ "paddingSm": {
2123
+ "type": "string",
2124
+ "mutable": false,
2125
+ "complexType": {
2126
+ "original": "BoxTShirtSizeType",
2127
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2128
+ "references": {
2129
+ "BoxTShirtSizeType": {
2130
+ "location": "import",
2131
+ "path": "../../utils/types",
2132
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2133
+ }
2134
+ }
2135
+ },
2136
+ "required": false,
2137
+ "optional": true,
2138
+ "docs": {
2139
+ "tags": [{
2140
+ "name": "defaultValue",
2141
+ "text": "none"
2142
+ }],
2143
+ "text": "Defines the spacing between the box items at the SM breakpoint."
2144
+ },
2145
+ "getter": false,
2146
+ "setter": false,
2147
+ "attribute": "padding-sm",
2148
+ "reflect": false
2149
+ },
2150
+ "paddingMd": {
2151
+ "type": "string",
2152
+ "mutable": false,
2153
+ "complexType": {
2154
+ "original": "BoxTShirtSizeType",
2155
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2156
+ "references": {
2157
+ "BoxTShirtSizeType": {
2158
+ "location": "import",
2159
+ "path": "../../utils/types",
2160
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2161
+ }
2162
+ }
2163
+ },
2164
+ "required": false,
2165
+ "optional": true,
2166
+ "docs": {
2167
+ "tags": [{
2168
+ "name": "defaultValue",
2169
+ "text": "none"
2170
+ }],
2171
+ "text": "Defines the spacing between the box items at the MD breakpoint."
2172
+ },
2173
+ "getter": false,
2174
+ "setter": false,
2175
+ "attribute": "padding-md",
2176
+ "reflect": false
2177
+ },
2178
+ "paddingLg": {
2179
+ "type": "string",
2180
+ "mutable": false,
2181
+ "complexType": {
2182
+ "original": "BoxTShirtSizeType",
2183
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2184
+ "references": {
2185
+ "BoxTShirtSizeType": {
2186
+ "location": "import",
2187
+ "path": "../../utils/types",
2188
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2189
+ }
2190
+ }
2191
+ },
2192
+ "required": false,
2193
+ "optional": true,
2194
+ "docs": {
2195
+ "tags": [{
2196
+ "name": "defaultValue",
2197
+ "text": "none"
2198
+ }],
2199
+ "text": "Defines the spacing between the box items at the LG breakpoint."
2200
+ },
2201
+ "getter": false,
2202
+ "setter": false,
2203
+ "attribute": "padding-lg",
2204
+ "reflect": false
2205
+ },
2206
+ "paddingXl": {
2207
+ "type": "string",
2208
+ "mutable": false,
2209
+ "complexType": {
2210
+ "original": "BoxTShirtSizeType",
2211
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2212
+ "references": {
2213
+ "BoxTShirtSizeType": {
2214
+ "location": "import",
2215
+ "path": "../../utils/types",
2216
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2217
+ }
2218
+ }
2219
+ },
2220
+ "required": false,
2221
+ "optional": true,
2222
+ "docs": {
2223
+ "tags": [{
2224
+ "name": "defaultValue",
2225
+ "text": "none"
2226
+ }],
2227
+ "text": "Defines the spacing between the box items at the XL breakpoint."
2228
+ },
2229
+ "getter": false,
2230
+ "setter": false,
2231
+ "attribute": "padding-xl",
2232
+ "reflect": false
2233
+ },
2234
+ "paddingBlockStart": {
2235
+ "type": "string",
2236
+ "mutable": false,
2237
+ "complexType": {
2238
+ "original": "BoxTShirtSizeType",
2239
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2240
+ "references": {
2241
+ "BoxTShirtSizeType": {
2242
+ "location": "import",
2243
+ "path": "../../utils/types",
2244
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2245
+ }
2246
+ }
2247
+ },
2248
+ "required": false,
2249
+ "optional": true,
2250
+ "docs": {
2251
+ "tags": [{
2252
+ "name": "defaultValue",
2253
+ "text": "none"
2254
+ }],
2255
+ "text": "Defines the top spacing."
2256
+ },
2257
+ "getter": false,
2258
+ "setter": false,
2259
+ "attribute": "padding-block-start",
2260
+ "reflect": false
2261
+ },
2262
+ "paddingBlockStartXs": {
2263
+ "type": "string",
2264
+ "mutable": false,
2265
+ "complexType": {
2266
+ "original": "BoxTShirtSizeType",
2267
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2268
+ "references": {
2269
+ "BoxTShirtSizeType": {
2270
+ "location": "import",
2271
+ "path": "../../utils/types",
2272
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2273
+ }
2274
+ }
2275
+ },
2276
+ "required": false,
2277
+ "optional": true,
2278
+ "docs": {
2279
+ "tags": [{
2280
+ "name": "defaultValue",
2281
+ "text": "none"
250
2282
  }],
251
- "text": "Defines the display style of the box."
2283
+ "text": "Defines the top spacing at the XS breakpoint."
252
2284
  },
253
2285
  "getter": false,
254
2286
  "setter": false,
255
- "attribute": "display",
2287
+ "attribute": "padding-block-start-xs",
256
2288
  "reflect": false
257
2289
  },
258
- "fit": {
259
- "type": "boolean",
2290
+ "paddingBlockStartSm": {
2291
+ "type": "string",
260
2292
  "mutable": false,
261
2293
  "complexType": {
262
- "original": "boolean",
263
- "resolved": "boolean",
264
- "references": {}
2294
+ "original": "BoxTShirtSizeType",
2295
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2296
+ "references": {
2297
+ "BoxTShirtSizeType": {
2298
+ "location": "import",
2299
+ "path": "../../utils/types",
2300
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2301
+ }
2302
+ }
265
2303
  },
266
2304
  "required": false,
267
2305
  "optional": true,
268
2306
  "docs": {
269
- "tags": [],
270
- "text": "If `true`, sets the box `max-width` to `100%`."
2307
+ "tags": [{
2308
+ "name": "defaultValue",
2309
+ "text": "none"
2310
+ }],
2311
+ "text": "Defines the top spacing at the SM breakpoint."
271
2312
  },
272
2313
  "getter": false,
273
2314
  "setter": false,
274
- "attribute": "fit",
2315
+ "attribute": "padding-block-start-sm",
275
2316
  "reflect": false
276
2317
  },
277
- "gap": {
2318
+ "paddingBlockStartMd": {
278
2319
  "type": "string",
279
2320
  "mutable": false,
280
2321
  "complexType": {
@@ -295,42 +2336,54 @@ export class PdsBox {
295
2336
  "name": "defaultValue",
296
2337
  "text": "none"
297
2338
  }],
298
- "text": "Defines the spacing between the box items."
2339
+ "text": "Defines the top spacing at the MD breakpoint."
299
2340
  },
300
2341
  "getter": false,
301
2342
  "setter": false,
302
- "attribute": "gap",
2343
+ "attribute": "padding-block-start-md",
303
2344
  "reflect": false
304
2345
  },
305
- "wrap": {
306
- "type": "boolean",
2346
+ "paddingBlockStartLg": {
2347
+ "type": "string",
307
2348
  "mutable": false,
308
2349
  "complexType": {
309
- "original": "boolean",
310
- "resolved": "boolean",
311
- "references": {}
2350
+ "original": "BoxTShirtSizeType",
2351
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2352
+ "references": {
2353
+ "BoxTShirtSizeType": {
2354
+ "location": "import",
2355
+ "path": "../../utils/types",
2356
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2357
+ }
2358
+ }
312
2359
  },
313
2360
  "required": false,
314
2361
  "optional": true,
315
2362
  "docs": {
316
2363
  "tags": [{
317
2364
  "name": "defaultValue",
318
- "text": "false"
2365
+ "text": "none"
319
2366
  }],
320
- "text": "Defines whether flex items are forced onto one line or can wrap onto multiple lines."
2367
+ "text": "Defines the top spacing at the LG breakpoint."
321
2368
  },
322
2369
  "getter": false,
323
2370
  "setter": false,
324
- "attribute": "wrap",
2371
+ "attribute": "padding-block-start-lg",
325
2372
  "reflect": false
326
2373
  },
327
- "flex": {
2374
+ "paddingBlockStartXl": {
328
2375
  "type": "string",
329
2376
  "mutable": false,
330
2377
  "complexType": {
331
- "original": "`none` | `grow` | `shrink` | string",
332
- "resolved": "string",
333
- "references": {}
2378
+ "original": "BoxTShirtSizeType",
2379
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2380
+ "references": {
2381
+ "BoxTShirtSizeType": {
2382
+ "location": "import",
2383
+ "path": "../../utils/types",
2384
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2385
+ }
2386
+ }
334
2387
  },
335
2388
  "required": false,
336
2389
  "optional": true,
@@ -339,36 +2392,42 @@ export class PdsBox {
339
2392
  "name": "defaultValue",
340
2393
  "text": "none"
341
2394
  }],
342
- "text": "Defines how a box will grow or shrink to fit the space available in its container.\nCan be a predefined value ('none', 'grow', 'shrink') or a custom flex value (e.g., '1', '0 1 auto')."
2395
+ "text": "Defines the top spacing at the XL breakpoint."
343
2396
  },
344
2397
  "getter": false,
345
2398
  "setter": false,
346
- "attribute": "flex",
2399
+ "attribute": "padding-block-start-xl",
347
2400
  "reflect": false
348
2401
  },
349
- "justifyContent": {
2402
+ "paddingBlockEnd": {
350
2403
  "type": "string",
351
2404
  "mutable": false,
352
2405
  "complexType": {
353
- "original": "`start` | `center` | `end` | `space-between` | `space-around`",
354
- "resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"start\"",
355
- "references": {}
2406
+ "original": "BoxTShirtSizeType",
2407
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2408
+ "references": {
2409
+ "BoxTShirtSizeType": {
2410
+ "location": "import",
2411
+ "path": "../../utils/types",
2412
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2413
+ }
2414
+ }
356
2415
  },
357
2416
  "required": false,
358
2417
  "optional": true,
359
2418
  "docs": {
360
2419
  "tags": [{
361
2420
  "name": "defaultValue",
362
- "text": "start"
2421
+ "text": "none"
363
2422
  }],
364
- "text": "Defines the horizontal alignment of the box items."
2423
+ "text": "Defines the bottom spacing."
365
2424
  },
366
2425
  "getter": false,
367
2426
  "setter": false,
368
- "attribute": "justify-content",
2427
+ "attribute": "padding-block-end",
369
2428
  "reflect": false
370
2429
  },
371
- "marginBlockStart": {
2430
+ "paddingBlockEndXs": {
372
2431
  "type": "string",
373
2432
  "mutable": false,
374
2433
  "complexType": {
@@ -389,14 +2448,14 @@ export class PdsBox {
389
2448
  "name": "defaultValue",
390
2449
  "text": "none"
391
2450
  }],
392
- "text": "Defines the box's outer top spacing."
2451
+ "text": "Defines the bottom spacing at the XS breakpoint."
393
2452
  },
394
2453
  "getter": false,
395
2454
  "setter": false,
396
- "attribute": "margin-block-start",
2455
+ "attribute": "padding-block-end-xs",
397
2456
  "reflect": false
398
2457
  },
399
- "marginInlineStart": {
2458
+ "paddingBlockEndSm": {
400
2459
  "type": "string",
401
2460
  "mutable": false,
402
2461
  "complexType": {
@@ -417,14 +2476,14 @@ export class PdsBox {
417
2476
  "name": "defaultValue",
418
2477
  "text": "none"
419
2478
  }],
420
- "text": "Defines the box's outer left spacing."
2479
+ "text": "Defines the bottom spacing at the SM breakpoint."
421
2480
  },
422
2481
  "getter": false,
423
2482
  "setter": false,
424
- "attribute": "margin-inline-start",
2483
+ "attribute": "padding-block-end-sm",
425
2484
  "reflect": false
426
2485
  },
427
- "marginInlineEnd": {
2486
+ "paddingBlockEndMd": {
428
2487
  "type": "string",
429
2488
  "mutable": false,
430
2489
  "complexType": {
@@ -445,14 +2504,14 @@ export class PdsBox {
445
2504
  "name": "defaultValue",
446
2505
  "text": "none"
447
2506
  }],
448
- "text": "Defines the box's outer right spacing."
2507
+ "text": "Defines the bottom spacing at the MD breakpoint."
449
2508
  },
450
2509
  "getter": false,
451
2510
  "setter": false,
452
- "attribute": "margin-inline-end",
2511
+ "attribute": "padding-block-end-md",
453
2512
  "reflect": false
454
2513
  },
455
- "marginBlockEnd": {
2514
+ "paddingBlockEndLg": {
456
2515
  "type": "string",
457
2516
  "mutable": false,
458
2517
  "complexType": {
@@ -473,202 +2532,238 @@ export class PdsBox {
473
2532
  "name": "defaultValue",
474
2533
  "text": "none"
475
2534
  }],
476
- "text": "Defines the box's outer bottom spacing."
2535
+ "text": "Defines the bottom spacing at the LG breakpoint."
477
2536
  },
478
2537
  "getter": false,
479
2538
  "setter": false,
480
- "attribute": "margin-block-end",
2539
+ "attribute": "padding-block-end-lg",
481
2540
  "reflect": false
482
2541
  },
483
- "minHeight": {
2542
+ "paddingBlockEndXl": {
484
2543
  "type": "string",
485
2544
  "mutable": false,
486
2545
  "complexType": {
487
- "original": "string",
488
- "resolved": "string",
489
- "references": {}
2546
+ "original": "BoxTShirtSizeType",
2547
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2548
+ "references": {
2549
+ "BoxTShirtSizeType": {
2550
+ "location": "import",
2551
+ "path": "../../utils/types",
2552
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2553
+ }
2554
+ }
490
2555
  },
491
2556
  "required": false,
492
2557
  "optional": true,
493
2558
  "docs": {
494
- "tags": [],
495
- "text": "The minimum height of the row. Used in conjunction with alignment props"
2559
+ "tags": [{
2560
+ "name": "defaultValue",
2561
+ "text": "none"
2562
+ }],
2563
+ "text": "Defines the bottom spacing at the XL breakpoint."
496
2564
  },
497
2565
  "getter": false,
498
2566
  "setter": false,
499
- "attribute": "min-height",
2567
+ "attribute": "padding-block-end-xl",
500
2568
  "reflect": false
501
2569
  },
502
- "minWidth": {
2570
+ "paddingInlineStart": {
503
2571
  "type": "string",
504
2572
  "mutable": false,
505
2573
  "complexType": {
506
- "original": "string",
507
- "resolved": "string",
508
- "references": {}
2574
+ "original": "BoxTShirtSizeType",
2575
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2576
+ "references": {
2577
+ "BoxTShirtSizeType": {
2578
+ "location": "import",
2579
+ "path": "../../utils/types",
2580
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2581
+ }
2582
+ }
509
2583
  },
510
2584
  "required": false,
511
2585
  "optional": true,
512
2586
  "docs": {
513
- "tags": [],
514
- "text": "The minimum width of the row. Used in conjunction with alignment props"
2587
+ "tags": [{
2588
+ "name": "defaultValue",
2589
+ "text": "none"
2590
+ }],
2591
+ "text": "Defines the left spacing."
515
2592
  },
516
2593
  "getter": false,
517
2594
  "setter": false,
518
- "attribute": "min-width",
2595
+ "attribute": "padding-inline-start",
519
2596
  "reflect": false
520
2597
  },
521
- "offset": {
2598
+ "paddingInlineStartXs": {
522
2599
  "type": "string",
523
2600
  "mutable": false,
524
2601
  "complexType": {
525
- "original": "BoxColumnType",
526
- "resolved": "\"0\" | \"1\" | \"10\" | \"11\" | \"12\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\"",
2602
+ "original": "BoxTShirtSizeType",
2603
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
527
2604
  "references": {
528
- "BoxColumnType": {
2605
+ "BoxTShirtSizeType": {
529
2606
  "location": "import",
530
2607
  "path": "../../utils/types",
531
- "id": "src/utils/types.ts::BoxColumnType"
2608
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
532
2609
  }
533
2610
  }
534
2611
  },
535
2612
  "required": false,
536
2613
  "optional": true,
537
2614
  "docs": {
538
- "tags": [],
539
- "text": "Move columns to the end direction of the row for all screen sizes. Increases the starting margin of a column by specified number of columns."
2615
+ "tags": [{
2616
+ "name": "defaultValue",
2617
+ "text": "none"
2618
+ }],
2619
+ "text": "Defines the left spacing at the XS breakpoint."
540
2620
  },
541
2621
  "getter": false,
542
2622
  "setter": false,
543
- "attribute": "offset",
2623
+ "attribute": "padding-inline-start-xs",
544
2624
  "reflect": false
545
2625
  },
546
- "offsetXs": {
2626
+ "paddingInlineStartSm": {
547
2627
  "type": "string",
548
2628
  "mutable": false,
549
2629
  "complexType": {
550
- "original": "BoxColumnType",
551
- "resolved": "\"0\" | \"1\" | \"10\" | \"11\" | \"12\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\"",
2630
+ "original": "BoxTShirtSizeType",
2631
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
552
2632
  "references": {
553
- "BoxColumnType": {
2633
+ "BoxTShirtSizeType": {
554
2634
  "location": "import",
555
2635
  "path": "../../utils/types",
556
- "id": "src/utils/types.ts::BoxColumnType"
2636
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
557
2637
  }
558
2638
  }
559
2639
  },
560
2640
  "required": false,
561
2641
  "optional": true,
562
2642
  "docs": {
563
- "tags": [],
564
- "text": "Move columns to the end direction of the row for `XS` screen sizes. Increases the starting margin of a column by specified number of columns."
2643
+ "tags": [{
2644
+ "name": "defaultValue",
2645
+ "text": "none"
2646
+ }],
2647
+ "text": "Defines the left spacing at the SM breakpoint."
565
2648
  },
566
2649
  "getter": false,
567
2650
  "setter": false,
568
- "attribute": "offset-xs",
2651
+ "attribute": "padding-inline-start-sm",
569
2652
  "reflect": false
570
2653
  },
571
- "offsetSm": {
2654
+ "paddingInlineStartMd": {
572
2655
  "type": "string",
573
2656
  "mutable": false,
574
2657
  "complexType": {
575
- "original": "BoxColumnType",
576
- "resolved": "\"0\" | \"1\" | \"10\" | \"11\" | \"12\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\"",
2658
+ "original": "BoxTShirtSizeType",
2659
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
577
2660
  "references": {
578
- "BoxColumnType": {
2661
+ "BoxTShirtSizeType": {
579
2662
  "location": "import",
580
2663
  "path": "../../utils/types",
581
- "id": "src/utils/types.ts::BoxColumnType"
2664
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
582
2665
  }
583
2666
  }
584
2667
  },
585
2668
  "required": false,
586
2669
  "optional": true,
587
2670
  "docs": {
588
- "tags": [],
589
- "text": "Move columns to the end direction of the row for `SM` screen sizes. Increases the starting margin of a column by specified number of columns."
2671
+ "tags": [{
2672
+ "name": "defaultValue",
2673
+ "text": "none"
2674
+ }],
2675
+ "text": "Defines the left spacing at the MD breakpoint."
590
2676
  },
591
2677
  "getter": false,
592
2678
  "setter": false,
593
- "attribute": "offset-sm",
2679
+ "attribute": "padding-inline-start-md",
594
2680
  "reflect": false
595
2681
  },
596
- "offsetMd": {
2682
+ "paddingInlineStartLg": {
597
2683
  "type": "string",
598
2684
  "mutable": false,
599
2685
  "complexType": {
600
- "original": "BoxColumnType",
601
- "resolved": "\"0\" | \"1\" | \"10\" | \"11\" | \"12\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\"",
2686
+ "original": "BoxTShirtSizeType",
2687
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
602
2688
  "references": {
603
- "BoxColumnType": {
2689
+ "BoxTShirtSizeType": {
604
2690
  "location": "import",
605
2691
  "path": "../../utils/types",
606
- "id": "src/utils/types.ts::BoxColumnType"
2692
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
607
2693
  }
608
2694
  }
609
2695
  },
610
2696
  "required": false,
611
2697
  "optional": true,
612
2698
  "docs": {
613
- "tags": [],
614
- "text": "Move columns to the end direction of the row for `MD` screen sizes. Increases the starting margin of a column by specified number of columns."
2699
+ "tags": [{
2700
+ "name": "defaultValue",
2701
+ "text": "none"
2702
+ }],
2703
+ "text": "Defines the left spacing at the LG breakpoint."
615
2704
  },
616
2705
  "getter": false,
617
2706
  "setter": false,
618
- "attribute": "offset-md",
2707
+ "attribute": "padding-inline-start-lg",
619
2708
  "reflect": false
620
2709
  },
621
- "offsetLg": {
2710
+ "paddingInlineStartXl": {
622
2711
  "type": "string",
623
2712
  "mutable": false,
624
2713
  "complexType": {
625
- "original": "BoxColumnType",
626
- "resolved": "\"0\" | \"1\" | \"10\" | \"11\" | \"12\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\"",
2714
+ "original": "BoxTShirtSizeType",
2715
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
627
2716
  "references": {
628
- "BoxColumnType": {
2717
+ "BoxTShirtSizeType": {
629
2718
  "location": "import",
630
2719
  "path": "../../utils/types",
631
- "id": "src/utils/types.ts::BoxColumnType"
2720
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
632
2721
  }
633
2722
  }
634
2723
  },
635
2724
  "required": false,
636
2725
  "optional": true,
637
2726
  "docs": {
638
- "tags": [],
639
- "text": "Move columns to the end direction of the row for `LG` screen sizes. Increases the starting margin of a column by specified number of columns."
2727
+ "tags": [{
2728
+ "name": "defaultValue",
2729
+ "text": "none"
2730
+ }],
2731
+ "text": "Defines the left spacing at the XL breakpoint."
640
2732
  },
641
2733
  "getter": false,
642
2734
  "setter": false,
643
- "attribute": "offset-lg",
2735
+ "attribute": "padding-inline-start-xl",
644
2736
  "reflect": false
645
2737
  },
646
- "offsetXl": {
2738
+ "paddingInlineEnd": {
647
2739
  "type": "string",
648
2740
  "mutable": false,
649
2741
  "complexType": {
650
- "original": "BoxColumnType",
651
- "resolved": "\"0\" | \"1\" | \"10\" | \"11\" | \"12\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\"",
2742
+ "original": "BoxTShirtSizeType",
2743
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
652
2744
  "references": {
653
- "BoxColumnType": {
2745
+ "BoxTShirtSizeType": {
654
2746
  "location": "import",
655
2747
  "path": "../../utils/types",
656
- "id": "src/utils/types.ts::BoxColumnType"
2748
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
657
2749
  }
658
2750
  }
659
2751
  },
660
2752
  "required": false,
661
2753
  "optional": true,
662
2754
  "docs": {
663
- "tags": [],
664
- "text": "Move columns to the end direction of the row for `XL` screen sizes. Increases the starting margin of a column by specified number of columns."
2755
+ "tags": [{
2756
+ "name": "defaultValue",
2757
+ "text": "none"
2758
+ }],
2759
+ "text": "Defines the right spacing."
665
2760
  },
666
2761
  "getter": false,
667
2762
  "setter": false,
668
- "attribute": "offset-xl",
2763
+ "attribute": "padding-inline-end",
669
2764
  "reflect": false
670
2765
  },
671
- "padding": {
2766
+ "paddingInlineEndXs": {
672
2767
  "type": "string",
673
2768
  "mutable": false,
674
2769
  "complexType": {
@@ -689,14 +2784,14 @@ export class PdsBox {
689
2784
  "name": "defaultValue",
690
2785
  "text": "none"
691
2786
  }],
692
- "text": "Defines the spacing between the box items."
2787
+ "text": "Defines the right spacing at the XS breakpoint."
693
2788
  },
694
2789
  "getter": false,
695
2790
  "setter": false,
696
- "attribute": "padding",
2791
+ "attribute": "padding-inline-end-xs",
697
2792
  "reflect": false
698
2793
  },
699
- "paddingBlockStart": {
2794
+ "paddingInlineEndSm": {
700
2795
  "type": "string",
701
2796
  "mutable": false,
702
2797
  "complexType": {
@@ -717,14 +2812,14 @@ export class PdsBox {
717
2812
  "name": "defaultValue",
718
2813
  "text": "none"
719
2814
  }],
720
- "text": "Defines the top spacing."
2815
+ "text": "Defines the right spacing at the SM breakpoint."
721
2816
  },
722
2817
  "getter": false,
723
2818
  "setter": false,
724
- "attribute": "padding-block-start",
2819
+ "attribute": "padding-inline-end-sm",
725
2820
  "reflect": false
726
2821
  },
727
- "paddingBlockEnd": {
2822
+ "paddingInlineEndMd": {
728
2823
  "type": "string",
729
2824
  "mutable": false,
730
2825
  "complexType": {
@@ -745,14 +2840,14 @@ export class PdsBox {
745
2840
  "name": "defaultValue",
746
2841
  "text": "none"
747
2842
  }],
748
- "text": "Defines the bottom spacing."
2843
+ "text": "Defines the right spacing at the MD breakpoint."
749
2844
  },
750
2845
  "getter": false,
751
2846
  "setter": false,
752
- "attribute": "padding-block-end",
2847
+ "attribute": "padding-inline-end-md",
753
2848
  "reflect": false
754
2849
  },
755
- "paddingInlineStart": {
2850
+ "paddingInlineEndLg": {
756
2851
  "type": "string",
757
2852
  "mutable": false,
758
2853
  "complexType": {
@@ -773,14 +2868,14 @@ export class PdsBox {
773
2868
  "name": "defaultValue",
774
2869
  "text": "none"
775
2870
  }],
776
- "text": "Defines the left spacing."
2871
+ "text": "Defines the right spacing at the LG breakpoint."
777
2872
  },
778
2873
  "getter": false,
779
2874
  "setter": false,
780
- "attribute": "padding-inline-start",
2875
+ "attribute": "padding-inline-end-lg",
781
2876
  "reflect": false
782
2877
  },
783
- "paddingInlineEnd": {
2878
+ "paddingInlineEndXl": {
784
2879
  "type": "string",
785
2880
  "mutable": false,
786
2881
  "complexType": {
@@ -801,11 +2896,11 @@ export class PdsBox {
801
2896
  "name": "defaultValue",
802
2897
  "text": "none"
803
2898
  }],
804
- "text": "Defines the right spacing."
2899
+ "text": "Defines the right spacing at the XL breakpoint."
805
2900
  },
806
2901
  "getter": false,
807
2902
  "setter": false,
808
- "attribute": "padding-inline-end",
2903
+ "attribute": "padding-inline-end-xl",
809
2904
  "reflect": false
810
2905
  },
811
2906
  "shadow": {