@pine-ds/core 3.5.2 → 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 (175) 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 +132 -2
  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-textarea.js +111 -7
  12. package/components/pds-textarea.js.map +1 -1
  13. package/components/pds-toast.js +3 -3
  14. package/components/pds-tooltip.js +2 -2
  15. package/dist/cjs/loader.cjs.js +1 -1
  16. package/dist/cjs/mock-pds-modal.cjs.entry.js +8 -4
  17. package/dist/cjs/mock-pds-modal.cjs.entry.js.map +1 -1
  18. package/dist/cjs/mock-pds-modal.entry.cjs.js.map +1 -1
  19. package/dist/cjs/pds-box.cjs.entry.js +67 -2
  20. package/dist/cjs/pds-box.cjs.entry.js.map +1 -1
  21. package/dist/cjs/pds-box.entry.cjs.js.map +1 -1
  22. package/dist/cjs/pds-button.cjs.entry.js +50 -1
  23. package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
  24. package/dist/cjs/pds-button.entry.cjs.js.map +1 -1
  25. package/dist/cjs/pds-modal-content.cjs.entry.js +128 -11
  26. package/dist/cjs/pds-modal-content.cjs.entry.js.map +1 -1
  27. package/dist/cjs/pds-modal-content.entry.cjs.js.map +1 -1
  28. package/dist/cjs/pds-modal.cjs.entry.js +12 -3
  29. package/dist/cjs/pds-modal.cjs.entry.js.map +1 -1
  30. package/dist/cjs/pds-modal.entry.cjs.js.map +1 -1
  31. package/dist/cjs/pds-textarea.cjs.entry.js +108 -6
  32. package/dist/cjs/pds-textarea.cjs.entry.js.map +1 -1
  33. package/dist/cjs/pds-textarea.entry.cjs.js.map +1 -1
  34. package/dist/cjs/pds-toast.cjs.entry.js +3 -3
  35. package/dist/cjs/pds-tooltip.cjs.entry.js +2 -2
  36. package/dist/cjs/pine-core.cjs.js +1 -1
  37. package/dist/collection/components/pds-box/pds-box.css +1325 -0
  38. package/dist/collection/components/pds-box/pds-box.js +1913 -148
  39. package/dist/collection/components/pds-box/pds-box.js.map +1 -1
  40. package/dist/collection/components/pds-button/pds-button.js +59 -1
  41. package/dist/collection/components/pds-button/pds-button.js.map +1 -1
  42. package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.css +4 -6
  43. package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.js +128 -11
  44. package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.js.map +1 -1
  45. package/dist/collection/components/pds-modal/pds-modal.css +42 -1
  46. package/dist/collection/components/pds-modal/pds-modal.js +34 -2
  47. package/dist/collection/components/pds-modal/pds-modal.js.map +1 -1
  48. package/dist/collection/components/pds-modal/stories/pds-modal.stories.js +245 -0
  49. package/dist/collection/components/pds-modal/test/mock-pds-modal.js +30 -3
  50. package/dist/collection/components/pds-modal/test/mock-pds-modal.js.map +1 -1
  51. package/dist/collection/components/pds-textarea/pds-textarea.css +51 -11
  52. package/dist/collection/components/pds-textarea/pds-textarea.js +127 -4
  53. package/dist/collection/components/pds-textarea/pds-textarea.js.map +1 -1
  54. package/dist/collection/components/pds-textarea/stories/pds-textarea.stories.js +13 -0
  55. package/dist/collection/components/pds-toast/pds-toast.js +3 -3
  56. package/dist/collection/components/pds-tooltip/pds-tooltip.js +2 -2
  57. package/dist/docs.json +3988 -380
  58. package/dist/esm/loader.js +1 -1
  59. package/dist/esm/mock-pds-modal.entry.js +8 -4
  60. package/dist/esm/mock-pds-modal.entry.js.map +1 -1
  61. package/dist/esm/pds-box.entry.js +67 -2
  62. package/dist/esm/pds-box.entry.js.map +1 -1
  63. package/dist/esm/pds-button.entry.js +50 -1
  64. package/dist/esm/pds-button.entry.js.map +1 -1
  65. package/dist/esm/pds-modal-content.entry.js +128 -11
  66. package/dist/esm/pds-modal-content.entry.js.map +1 -1
  67. package/dist/esm/pds-modal.entry.js +12 -3
  68. package/dist/esm/pds-modal.entry.js.map +1 -1
  69. package/dist/esm/pds-textarea.entry.js +108 -6
  70. package/dist/esm/pds-textarea.entry.js.map +1 -1
  71. package/dist/esm/pds-toast.entry.js +3 -3
  72. package/dist/esm/pds-tooltip.entry.js +2 -2
  73. package/dist/esm/pine-core.js +1 -1
  74. package/dist/esm-es5/loader.js +1 -1
  75. package/dist/esm-es5/mock-pds-modal.entry.js +1 -1
  76. package/dist/esm-es5/mock-pds-modal.entry.js.map +1 -1
  77. package/dist/esm-es5/pds-box.entry.js +1 -1
  78. package/dist/esm-es5/pds-box.entry.js.map +1 -1
  79. package/dist/esm-es5/pds-button.entry.js +1 -1
  80. package/dist/esm-es5/pds-button.entry.js.map +1 -1
  81. package/dist/esm-es5/pds-modal-content.entry.js +1 -1
  82. package/dist/esm-es5/pds-modal-content.entry.js.map +1 -1
  83. package/dist/esm-es5/pds-modal.entry.js +1 -1
  84. package/dist/esm-es5/pds-modal.entry.js.map +1 -1
  85. package/dist/esm-es5/pds-textarea.entry.js +1 -1
  86. package/dist/esm-es5/pds-textarea.entry.js.map +1 -1
  87. package/dist/esm-es5/pds-toast.entry.js +1 -1
  88. package/dist/esm-es5/pds-tooltip.entry.js +1 -1
  89. package/dist/esm-es5/pine-core.js +1 -1
  90. package/dist/pine-core/mock-pds-modal.entry.esm.js.map +1 -1
  91. package/dist/pine-core/p-318fd0cf.entry.js +2 -0
  92. package/dist/pine-core/p-318fd0cf.entry.js.map +1 -0
  93. package/dist/pine-core/{p-c4d6fe50.system.entry.js → p-346561a6.system.entry.js} +2 -2
  94. package/dist/pine-core/p-346561a6.system.entry.js.map +1 -0
  95. package/dist/pine-core/p-3gYSFJIn.system.js.map +1 -0
  96. package/dist/pine-core/{p-IG5YumI3.system.js.map → p-3pEJO0vO.system.js.map} +1 -1
  97. package/dist/pine-core/p-41d1b164.entry.js +2 -0
  98. package/dist/pine-core/p-41d1b164.entry.js.map +1 -0
  99. package/dist/pine-core/{p-02326ac3.entry.js → p-4c81420c.entry.js} +2 -2
  100. package/dist/pine-core/p-52cb152b.system.entry.js +2 -0
  101. package/dist/pine-core/p-52cb152b.system.entry.js.map +1 -0
  102. package/dist/pine-core/p-540cfd70.entry.js +2 -0
  103. package/dist/pine-core/p-540cfd70.entry.js.map +1 -0
  104. package/dist/pine-core/{p-11d4036e.entry.js → p-5f5b19f4.entry.js} +2 -2
  105. package/dist/pine-core/p-6d4d4705.system.entry.js +2 -0
  106. package/dist/pine-core/p-6d4d4705.system.entry.js.map +1 -0
  107. package/dist/pine-core/{p-68b5665a.entry.js → p-84949a12.entry.js} +2 -2
  108. package/dist/pine-core/p-84949a12.entry.js.map +1 -0
  109. package/dist/pine-core/{p-7a95a90f.system.entry.js → p-8726c99d.system.entry.js} +2 -2
  110. package/dist/pine-core/{p-2kXtbFXu.system.js.map → p-BZoPY2dP.system.js.map} +1 -1
  111. package/dist/pine-core/p-C0zqu7Gr.system.js.map +1 -0
  112. package/dist/pine-core/p-CHJgq_z7.system.js.map +1 -0
  113. package/dist/pine-core/p-Co5XZmTN.system.js.map +1 -0
  114. package/dist/pine-core/p-Czoq9yJM.system.js.map +1 -0
  115. package/dist/pine-core/p-De9tROL-.system.js +1 -1
  116. package/dist/pine-core/p-WkrM7Vv0.system.js.map +1 -0
  117. package/dist/pine-core/p-a9895385.system.entry.js +2 -0
  118. package/dist/pine-core/p-a9895385.system.entry.js.map +1 -0
  119. package/dist/pine-core/p-c0df3222.entry.js +2 -0
  120. package/dist/pine-core/p-c0df3222.entry.js.map +1 -0
  121. package/dist/pine-core/{p-884b9ae6.system.entry.js → p-d8d8fe07.system.entry.js} +2 -2
  122. package/dist/pine-core/p-dc19ce6c.system.entry.js +2 -0
  123. package/dist/pine-core/p-dc19ce6c.system.entry.js.map +1 -0
  124. package/dist/pine-core/p-e08f492a.entry.js +2 -0
  125. package/dist/pine-core/p-e08f492a.entry.js.map +1 -0
  126. package/dist/pine-core/p-fcb39155.system.entry.js +2 -0
  127. package/dist/pine-core/p-fcb39155.system.entry.js.map +1 -0
  128. package/dist/pine-core/pds-box.entry.esm.js.map +1 -1
  129. package/dist/pine-core/pds-button.entry.esm.js.map +1 -1
  130. package/dist/pine-core/pds-modal-content.entry.esm.js.map +1 -1
  131. package/dist/pine-core/pds-modal.entry.esm.js.map +1 -1
  132. package/dist/pine-core/pds-textarea.entry.esm.js.map +1 -1
  133. package/dist/pine-core/pine-core.esm.js +1 -1
  134. package/dist/types/components/pds-box/pds-box.d.ts +315 -0
  135. package/dist/types/components/pds-button/pds-button.d.ts +4 -0
  136. package/dist/types/components/pds-modal/pds-modal-content/pds-modal-content.d.ts +18 -1
  137. package/dist/types/components/pds-modal/pds-modal.d.ts +5 -0
  138. package/dist/types/components/pds-modal/test/mock-pds-modal.d.ts +5 -0
  139. package/dist/types/components/pds-textarea/pds-textarea.d.ts +20 -0
  140. package/dist/types/components.d.ts +660 -2
  141. package/hydrate/index.js +448 -34
  142. package/hydrate/index.mjs +448 -34
  143. package/package.json +2 -2
  144. package/dist/pine-core/p-007b61e9.system.entry.js +0 -2
  145. package/dist/pine-core/p-007b61e9.system.entry.js.map +0 -1
  146. package/dist/pine-core/p-0485aa93.system.entry.js +0 -2
  147. package/dist/pine-core/p-0485aa93.system.entry.js.map +0 -1
  148. package/dist/pine-core/p-2186e5d4.system.entry.js +0 -2
  149. package/dist/pine-core/p-2186e5d4.system.entry.js.map +0 -1
  150. package/dist/pine-core/p-54061a33.entry.js +0 -2
  151. package/dist/pine-core/p-54061a33.entry.js.map +0 -1
  152. package/dist/pine-core/p-68b5665a.entry.js.map +0 -1
  153. package/dist/pine-core/p-96a89cd5.system.entry.js +0 -2
  154. package/dist/pine-core/p-96a89cd5.system.entry.js.map +0 -1
  155. package/dist/pine-core/p-Bv5PJxD8.system.js.map +0 -1
  156. package/dist/pine-core/p-CD_nPb2F.system.js.map +0 -1
  157. package/dist/pine-core/p-DJekRkSL.system.js.map +0 -1
  158. package/dist/pine-core/p-DNYl_6t_.system.js.map +0 -1
  159. package/dist/pine-core/p-Dt10r3RZ.system.js.map +0 -1
  160. package/dist/pine-core/p-IIl2cTlj.system.js.map +0 -1
  161. package/dist/pine-core/p-a24c46e4.entry.js +0 -2
  162. package/dist/pine-core/p-a24c46e4.entry.js.map +0 -1
  163. package/dist/pine-core/p-c4d6fe50.system.entry.js.map +0 -1
  164. package/dist/pine-core/p-c6badcf8.entry.js +0 -2
  165. package/dist/pine-core/p-c6badcf8.entry.js.map +0 -1
  166. package/dist/pine-core/p-d714f68f.system.entry.js +0 -2
  167. package/dist/pine-core/p-d714f68f.system.entry.js.map +0 -1
  168. package/dist/pine-core/p-e5ca5b8e.entry.js +0 -2
  169. package/dist/pine-core/p-e5ca5b8e.entry.js.map +0 -1
  170. package/dist/pine-core/p-fb4058e6.entry.js +0 -2
  171. package/dist/pine-core/p-fb4058e6.entry.js.map +0 -1
  172. /package/dist/pine-core/{p-02326ac3.entry.js.map → p-4c81420c.entry.js.map} +0 -0
  173. /package/dist/pine-core/{p-11d4036e.entry.js.map → p-5f5b19f4.entry.js.map} +0 -0
  174. /package/dist/pine-core/{p-7a95a90f.system.entry.js.map → p-8726c99d.system.entry.js.map} +0 -0
  175. /package/dist/pine-core/{p-884b9ae6.system.entry.js.map → p-d8d8fe07.system.entry.js.map} +0 -0
@@ -22,13 +22,33 @@ export class PdsBox {
22
22
  ${this.alignSelfLg !== undefined && this.alignSelfLg.trim() !== '' ? `pds-align-self-lg-${this.alignSelfLg}` : ''}
23
23
  ${this.alignSelfXl !== undefined && this.alignSelfXl.trim() !== '' ? `pds-align-self-xl-${this.alignSelfXl}` : ''}
24
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' : ''}
25
30
  ${this.border ? 'pds-box--border' : ''}
26
31
  ${this.borderRadius !== undefined && this.borderRadius.trim() !== '' ? `pds-border-radius-${this.borderRadius}` : ''}
27
32
  ${this.direction !== undefined && this.direction.trim() !== '' ? `pds-box-direction-${this.direction}` : ''}
28
33
  ${this.display !== undefined && this.display.trim() !== '' ? `pds-box--display-${this.display}` : ''}
29
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' : ''}
30
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}` : ''}
31
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' : ''}
32
52
  ${this.flex !== undefined && this.flex.trim() !== '' && ['none', 'grow', 'shrink'].includes(this.flex) ? `pds-box--flex-${this.flex}` : ''}
33
53
  ${this.justifyContent !== undefined && this.justifyContent.trim() !== '' ? `pds-justify-content-${this.justifyContent}` : ''}
34
54
  ${this.justifyContentXs !== undefined && this.justifyContentXs.trim() !== '' ? `pds-justify-content-xs-${this.justifyContentXs}` : ''}
@@ -37,9 +57,29 @@ export class PdsBox {
37
57
  ${this.justifyContentLg !== undefined && this.justifyContentLg.trim() !== '' ? `pds-justify-content-lg-${this.justifyContentLg}` : ''}
38
58
  ${this.justifyContentXl !== undefined && this.justifyContentXl.trim() !== '' ? `pds-justify-content-xl-${this.justifyContentXl}` : ''}
39
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}` : ''}
40
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}` : ''}
41
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}` : ''}
42
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}` : ''}
43
83
  ${this.offset !== undefined && this.offset.trim() !== '' ? `pds-box-offset-${this.offset}` : ''}
44
84
  ${this.offsetXs !== undefined && this.offsetXs.trim() !== '' ? `pds-box-offset-xs-${this.offsetXs}` : ''}
45
85
  ${this.offsetSm !== undefined && this.offsetSm.trim() !== '' ? `pds-box-offset-sm-${this.offsetSm}` : ''}
@@ -47,10 +87,35 @@ export class PdsBox {
47
87
  ${this.offsetLg !== undefined && this.offsetLg.trim() !== '' ? `pds-box-offset-lg-${this.offsetLg}` : ''}
48
88
  ${this.offsetXl !== undefined && this.offsetXl.trim() !== '' ? `pds-box-offset-xl-${this.offsetXl}` : ''}
49
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}` : ''}
50
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}` : ''}
51
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}` : ''}
52
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}` : ''}
53
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}` : ''}
54
119
  ${this.shadow !== undefined && this.shadow.trim() !== '' ? `pds-shadow-${this.shadow}` : ''}
55
120
  ${this.size !== undefined && this.size.trim() !== '' ? `pds-box pds-box-${this.size}` : ''}
56
121
  ${this.sizeXs !== undefined && this.sizeXs.trim() !== '' ? `pds-box-xs-${this.sizeXs}` : ''}
@@ -68,7 +133,7 @@ export class PdsBox {
68
133
  const normalizedBackground = normalizeColorValue(this.backgroundColor);
69
134
  const normalizedBorder = normalizeColorValue(this.borderColor);
70
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 }));
71
- return (h(Host, { key: '6a5c3cc51052bbc735c7dbd60ff57f2a43070a71', class: boxClasses, style: boxInlineStyles }));
136
+ return (h(Host, { key: '63a5dfc55625ad930494caa79f2b26a663d9cddd', class: boxClasses, style: boxInlineStyles }));
72
137
  }
73
138
  static get is() { return "pds-box"; }
74
139
  static get originalStyleUrls() {
@@ -351,6 +416,101 @@ export class PdsBox {
351
416
  "attribute": "auto",
352
417
  "reflect": false
353
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
+ },
354
514
  "backgroundColor": {
355
515
  "type": "string",
356
516
  "mutable": false,
@@ -494,6 +654,101 @@ export class PdsBox {
494
654
  "attribute": "fit",
495
655
  "reflect": false
496
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
+ },
497
752
  "gap": {
498
753
  "type": "string",
499
754
  "mutable": false,
@@ -522,35 +777,47 @@ export class PdsBox {
522
777
  "attribute": "gap",
523
778
  "reflect": false
524
779
  },
525
- "wrap": {
526
- "type": "boolean",
780
+ "gapXs": {
781
+ "type": "string",
527
782
  "mutable": false,
528
783
  "complexType": {
529
- "original": "boolean",
530
- "resolved": "boolean",
531
- "references": {}
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
+ }
532
793
  },
533
794
  "required": false,
534
795
  "optional": true,
535
796
  "docs": {
536
797
  "tags": [{
537
798
  "name": "defaultValue",
538
- "text": "false"
799
+ "text": "none"
539
800
  }],
540
- "text": "Defines whether flex items are forced onto one line or can wrap onto multiple lines."
801
+ "text": "Defines the spacing between the box items at the XS breakpoint."
541
802
  },
542
803
  "getter": false,
543
804
  "setter": false,
544
- "attribute": "wrap",
805
+ "attribute": "gap-xs",
545
806
  "reflect": false
546
807
  },
547
- "flex": {
808
+ "gapSm": {
548
809
  "type": "string",
549
810
  "mutable": false,
550
811
  "complexType": {
551
- "original": "`none` | `grow` | `shrink` | string",
552
- "resolved": "string",
553
- "references": {}
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
+ }
554
821
  },
555
822
  "required": false,
556
823
  "optional": true,
@@ -559,146 +826,1608 @@ export class PdsBox {
559
826
  "name": "defaultValue",
560
827
  "text": "none"
561
828
  }],
562
- "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')."
829
+ "text": "Defines the spacing between the box items at the SM breakpoint."
563
830
  },
564
831
  "getter": false,
565
832
  "setter": false,
566
- "attribute": "flex",
833
+ "attribute": "gap-sm",
567
834
  "reflect": false
568
835
  },
569
- "justifyContent": {
836
+ "gapMd": {
570
837
  "type": "string",
571
838
  "mutable": false,
572
839
  "complexType": {
573
- "original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
574
- "resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
575
- "references": {}
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
+ }
576
849
  },
577
850
  "required": false,
578
851
  "optional": true,
579
852
  "docs": {
580
853
  "tags": [{
581
854
  "name": "defaultValue",
582
- "text": "start"
855
+ "text": "none"
583
856
  }],
584
- "text": "Defines the horizontal alignment of the box items."
857
+ "text": "Defines the spacing between the box items at the MD breakpoint."
585
858
  },
586
859
  "getter": false,
587
860
  "setter": false,
588
- "attribute": "justify-content",
861
+ "attribute": "gap-md",
589
862
  "reflect": false
590
863
  },
591
- "justifyContentXs": {
864
+ "gapLg": {
592
865
  "type": "string",
593
866
  "mutable": false,
594
867
  "complexType": {
595
- "original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
596
- "resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
597
- "references": {}
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"
2282
+ }],
2283
+ "text": "Defines the top spacing at the XS breakpoint."
2284
+ },
2285
+ "getter": false,
2286
+ "setter": false,
2287
+ "attribute": "padding-block-start-xs",
2288
+ "reflect": false
2289
+ },
2290
+ "paddingBlockStartSm": {
2291
+ "type": "string",
2292
+ "mutable": false,
2293
+ "complexType": {
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
+ }
598
2303
  },
599
2304
  "required": false,
600
2305
  "optional": true,
601
2306
  "docs": {
602
2307
  "tags": [{
603
2308
  "name": "defaultValue",
604
- "text": "start"
2309
+ "text": "none"
605
2310
  }],
606
- "text": "Defines the horizontal alignment of the box items at the XS breakpoint."
2311
+ "text": "Defines the top spacing at the SM breakpoint."
607
2312
  },
608
2313
  "getter": false,
609
2314
  "setter": false,
610
- "attribute": "justify-content-xs",
2315
+ "attribute": "padding-block-start-sm",
611
2316
  "reflect": false
612
2317
  },
613
- "justifyContentSm": {
2318
+ "paddingBlockStartMd": {
614
2319
  "type": "string",
615
2320
  "mutable": false,
616
2321
  "complexType": {
617
- "original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
618
- "resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
619
- "references": {}
2322
+ "original": "BoxTShirtSizeType",
2323
+ "resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
2324
+ "references": {
2325
+ "BoxTShirtSizeType": {
2326
+ "location": "import",
2327
+ "path": "../../utils/types",
2328
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
2329
+ }
2330
+ }
620
2331
  },
621
2332
  "required": false,
622
2333
  "optional": true,
623
2334
  "docs": {
624
2335
  "tags": [{
625
2336
  "name": "defaultValue",
626
- "text": "start"
2337
+ "text": "none"
627
2338
  }],
628
- "text": "Defines the horizontal alignment of the box items at the SM breakpoint."
2339
+ "text": "Defines the top spacing at the MD breakpoint."
629
2340
  },
630
2341
  "getter": false,
631
2342
  "setter": false,
632
- "attribute": "justify-content-sm",
2343
+ "attribute": "padding-block-start-md",
633
2344
  "reflect": false
634
2345
  },
635
- "justifyContentMd": {
2346
+ "paddingBlockStartLg": {
636
2347
  "type": "string",
637
2348
  "mutable": false,
638
2349
  "complexType": {
639
- "original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
640
- "resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
641
- "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
+ }
642
2359
  },
643
2360
  "required": false,
644
2361
  "optional": true,
645
2362
  "docs": {
646
2363
  "tags": [{
647
2364
  "name": "defaultValue",
648
- "text": "start"
2365
+ "text": "none"
649
2366
  }],
650
- "text": "Defines the horizontal alignment of the box items at the MD breakpoint."
2367
+ "text": "Defines the top spacing at the LG breakpoint."
651
2368
  },
652
2369
  "getter": false,
653
2370
  "setter": false,
654
- "attribute": "justify-content-md",
2371
+ "attribute": "padding-block-start-lg",
655
2372
  "reflect": false
656
2373
  },
657
- "justifyContentLg": {
2374
+ "paddingBlockStartXl": {
658
2375
  "type": "string",
659
2376
  "mutable": false,
660
2377
  "complexType": {
661
- "original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
662
- "resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
663
- "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
+ }
664
2387
  },
665
2388
  "required": false,
666
2389
  "optional": true,
667
2390
  "docs": {
668
2391
  "tags": [{
669
2392
  "name": "defaultValue",
670
- "text": "start"
2393
+ "text": "none"
671
2394
  }],
672
- "text": "Defines the horizontal alignment of the box items at the LG breakpoint."
2395
+ "text": "Defines the top spacing at the XL breakpoint."
673
2396
  },
674
2397
  "getter": false,
675
2398
  "setter": false,
676
- "attribute": "justify-content-lg",
2399
+ "attribute": "padding-block-start-xl",
677
2400
  "reflect": false
678
2401
  },
679
- "justifyContentXl": {
2402
+ "paddingBlockEnd": {
680
2403
  "type": "string",
681
2404
  "mutable": false,
682
2405
  "complexType": {
683
- "original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
684
- "resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
685
- "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
+ }
686
2415
  },
687
2416
  "required": false,
688
2417
  "optional": true,
689
2418
  "docs": {
690
2419
  "tags": [{
691
2420
  "name": "defaultValue",
692
- "text": "start"
2421
+ "text": "none"
693
2422
  }],
694
- "text": "Defines the horizontal alignment of the box items at the XL breakpoint."
2423
+ "text": "Defines the bottom spacing."
695
2424
  },
696
2425
  "getter": false,
697
2426
  "setter": false,
698
- "attribute": "justify-content-xl",
2427
+ "attribute": "padding-block-end",
699
2428
  "reflect": false
700
2429
  },
701
- "marginBlockStart": {
2430
+ "paddingBlockEndXs": {
702
2431
  "type": "string",
703
2432
  "mutable": false,
704
2433
  "complexType": {
@@ -719,14 +2448,14 @@ export class PdsBox {
719
2448
  "name": "defaultValue",
720
2449
  "text": "none"
721
2450
  }],
722
- "text": "Defines the box's outer top spacing."
2451
+ "text": "Defines the bottom spacing at the XS breakpoint."
723
2452
  },
724
2453
  "getter": false,
725
2454
  "setter": false,
726
- "attribute": "margin-block-start",
2455
+ "attribute": "padding-block-end-xs",
727
2456
  "reflect": false
728
2457
  },
729
- "marginInlineStart": {
2458
+ "paddingBlockEndSm": {
730
2459
  "type": "string",
731
2460
  "mutable": false,
732
2461
  "complexType": {
@@ -747,14 +2476,14 @@ export class PdsBox {
747
2476
  "name": "defaultValue",
748
2477
  "text": "none"
749
2478
  }],
750
- "text": "Defines the box's outer left spacing."
2479
+ "text": "Defines the bottom spacing at the SM breakpoint."
751
2480
  },
752
2481
  "getter": false,
753
2482
  "setter": false,
754
- "attribute": "margin-inline-start",
2483
+ "attribute": "padding-block-end-sm",
755
2484
  "reflect": false
756
2485
  },
757
- "marginInlineEnd": {
2486
+ "paddingBlockEndMd": {
758
2487
  "type": "string",
759
2488
  "mutable": false,
760
2489
  "complexType": {
@@ -775,14 +2504,14 @@ export class PdsBox {
775
2504
  "name": "defaultValue",
776
2505
  "text": "none"
777
2506
  }],
778
- "text": "Defines the box's outer right spacing."
2507
+ "text": "Defines the bottom spacing at the MD breakpoint."
779
2508
  },
780
2509
  "getter": false,
781
2510
  "setter": false,
782
- "attribute": "margin-inline-end",
2511
+ "attribute": "padding-block-end-md",
783
2512
  "reflect": false
784
2513
  },
785
- "marginBlockEnd": {
2514
+ "paddingBlockEndLg": {
786
2515
  "type": "string",
787
2516
  "mutable": false,
788
2517
  "complexType": {
@@ -803,202 +2532,238 @@ export class PdsBox {
803
2532
  "name": "defaultValue",
804
2533
  "text": "none"
805
2534
  }],
806
- "text": "Defines the box's outer bottom spacing."
2535
+ "text": "Defines the bottom spacing at the LG breakpoint."
807
2536
  },
808
2537
  "getter": false,
809
2538
  "setter": false,
810
- "attribute": "margin-block-end",
2539
+ "attribute": "padding-block-end-lg",
811
2540
  "reflect": false
812
2541
  },
813
- "minHeight": {
2542
+ "paddingBlockEndXl": {
814
2543
  "type": "string",
815
2544
  "mutable": false,
816
2545
  "complexType": {
817
- "original": "string",
818
- "resolved": "string",
819
- "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
+ }
820
2555
  },
821
2556
  "required": false,
822
2557
  "optional": true,
823
2558
  "docs": {
824
- "tags": [],
825
- "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."
826
2564
  },
827
2565
  "getter": false,
828
2566
  "setter": false,
829
- "attribute": "min-height",
830
- "reflect": true
2567
+ "attribute": "padding-block-end-xl",
2568
+ "reflect": false
831
2569
  },
832
- "minWidth": {
2570
+ "paddingInlineStart": {
833
2571
  "type": "string",
834
2572
  "mutable": false,
835
2573
  "complexType": {
836
- "original": "string",
837
- "resolved": "string",
838
- "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
+ }
839
2583
  },
840
2584
  "required": false,
841
2585
  "optional": true,
842
2586
  "docs": {
843
- "tags": [],
844
- "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."
845
2592
  },
846
2593
  "getter": false,
847
2594
  "setter": false,
848
- "attribute": "min-width",
849
- "reflect": true
2595
+ "attribute": "padding-inline-start",
2596
+ "reflect": false
850
2597
  },
851
- "offset": {
2598
+ "paddingInlineStartXs": {
852
2599
  "type": "string",
853
2600
  "mutable": false,
854
2601
  "complexType": {
855
- "original": "BoxColumnType",
856
- "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\"",
857
2604
  "references": {
858
- "BoxColumnType": {
2605
+ "BoxTShirtSizeType": {
859
2606
  "location": "import",
860
2607
  "path": "../../utils/types",
861
- "id": "src/utils/types.ts::BoxColumnType"
2608
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
862
2609
  }
863
2610
  }
864
2611
  },
865
2612
  "required": false,
866
2613
  "optional": true,
867
2614
  "docs": {
868
- "tags": [],
869
- "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."
870
2620
  },
871
2621
  "getter": false,
872
2622
  "setter": false,
873
- "attribute": "offset",
2623
+ "attribute": "padding-inline-start-xs",
874
2624
  "reflect": false
875
2625
  },
876
- "offsetXs": {
2626
+ "paddingInlineStartSm": {
877
2627
  "type": "string",
878
2628
  "mutable": false,
879
2629
  "complexType": {
880
- "original": "BoxColumnType",
881
- "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\"",
882
2632
  "references": {
883
- "BoxColumnType": {
2633
+ "BoxTShirtSizeType": {
884
2634
  "location": "import",
885
2635
  "path": "../../utils/types",
886
- "id": "src/utils/types.ts::BoxColumnType"
2636
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
887
2637
  }
888
2638
  }
889
2639
  },
890
2640
  "required": false,
891
2641
  "optional": true,
892
2642
  "docs": {
893
- "tags": [],
894
- "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."
895
2648
  },
896
2649
  "getter": false,
897
2650
  "setter": false,
898
- "attribute": "offset-xs",
2651
+ "attribute": "padding-inline-start-sm",
899
2652
  "reflect": false
900
2653
  },
901
- "offsetSm": {
2654
+ "paddingInlineStartMd": {
902
2655
  "type": "string",
903
2656
  "mutable": false,
904
2657
  "complexType": {
905
- "original": "BoxColumnType",
906
- "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\"",
907
2660
  "references": {
908
- "BoxColumnType": {
2661
+ "BoxTShirtSizeType": {
909
2662
  "location": "import",
910
2663
  "path": "../../utils/types",
911
- "id": "src/utils/types.ts::BoxColumnType"
2664
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
912
2665
  }
913
2666
  }
914
2667
  },
915
2668
  "required": false,
916
2669
  "optional": true,
917
2670
  "docs": {
918
- "tags": [],
919
- "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."
920
2676
  },
921
2677
  "getter": false,
922
2678
  "setter": false,
923
- "attribute": "offset-sm",
2679
+ "attribute": "padding-inline-start-md",
924
2680
  "reflect": false
925
2681
  },
926
- "offsetMd": {
2682
+ "paddingInlineStartLg": {
927
2683
  "type": "string",
928
2684
  "mutable": false,
929
2685
  "complexType": {
930
- "original": "BoxColumnType",
931
- "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\"",
932
2688
  "references": {
933
- "BoxColumnType": {
2689
+ "BoxTShirtSizeType": {
934
2690
  "location": "import",
935
2691
  "path": "../../utils/types",
936
- "id": "src/utils/types.ts::BoxColumnType"
2692
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
937
2693
  }
938
2694
  }
939
2695
  },
940
2696
  "required": false,
941
2697
  "optional": true,
942
2698
  "docs": {
943
- "tags": [],
944
- "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."
945
2704
  },
946
2705
  "getter": false,
947
2706
  "setter": false,
948
- "attribute": "offset-md",
2707
+ "attribute": "padding-inline-start-lg",
949
2708
  "reflect": false
950
2709
  },
951
- "offsetLg": {
2710
+ "paddingInlineStartXl": {
952
2711
  "type": "string",
953
2712
  "mutable": false,
954
2713
  "complexType": {
955
- "original": "BoxColumnType",
956
- "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\"",
957
2716
  "references": {
958
- "BoxColumnType": {
2717
+ "BoxTShirtSizeType": {
959
2718
  "location": "import",
960
2719
  "path": "../../utils/types",
961
- "id": "src/utils/types.ts::BoxColumnType"
2720
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
962
2721
  }
963
2722
  }
964
2723
  },
965
2724
  "required": false,
966
2725
  "optional": true,
967
2726
  "docs": {
968
- "tags": [],
969
- "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."
970
2732
  },
971
2733
  "getter": false,
972
2734
  "setter": false,
973
- "attribute": "offset-lg",
2735
+ "attribute": "padding-inline-start-xl",
974
2736
  "reflect": false
975
2737
  },
976
- "offsetXl": {
2738
+ "paddingInlineEnd": {
977
2739
  "type": "string",
978
2740
  "mutable": false,
979
2741
  "complexType": {
980
- "original": "BoxColumnType",
981
- "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\"",
982
2744
  "references": {
983
- "BoxColumnType": {
2745
+ "BoxTShirtSizeType": {
984
2746
  "location": "import",
985
2747
  "path": "../../utils/types",
986
- "id": "src/utils/types.ts::BoxColumnType"
2748
+ "id": "src/utils/types.ts::BoxTShirtSizeType"
987
2749
  }
988
2750
  }
989
2751
  },
990
2752
  "required": false,
991
2753
  "optional": true,
992
2754
  "docs": {
993
- "tags": [],
994
- "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."
995
2760
  },
996
2761
  "getter": false,
997
2762
  "setter": false,
998
- "attribute": "offset-xl",
2763
+ "attribute": "padding-inline-end",
999
2764
  "reflect": false
1000
2765
  },
1001
- "padding": {
2766
+ "paddingInlineEndXs": {
1002
2767
  "type": "string",
1003
2768
  "mutable": false,
1004
2769
  "complexType": {
@@ -1019,14 +2784,14 @@ export class PdsBox {
1019
2784
  "name": "defaultValue",
1020
2785
  "text": "none"
1021
2786
  }],
1022
- "text": "Defines the spacing between the box items."
2787
+ "text": "Defines the right spacing at the XS breakpoint."
1023
2788
  },
1024
2789
  "getter": false,
1025
2790
  "setter": false,
1026
- "attribute": "padding",
2791
+ "attribute": "padding-inline-end-xs",
1027
2792
  "reflect": false
1028
2793
  },
1029
- "paddingBlockStart": {
2794
+ "paddingInlineEndSm": {
1030
2795
  "type": "string",
1031
2796
  "mutable": false,
1032
2797
  "complexType": {
@@ -1047,14 +2812,14 @@ export class PdsBox {
1047
2812
  "name": "defaultValue",
1048
2813
  "text": "none"
1049
2814
  }],
1050
- "text": "Defines the top spacing."
2815
+ "text": "Defines the right spacing at the SM breakpoint."
1051
2816
  },
1052
2817
  "getter": false,
1053
2818
  "setter": false,
1054
- "attribute": "padding-block-start",
2819
+ "attribute": "padding-inline-end-sm",
1055
2820
  "reflect": false
1056
2821
  },
1057
- "paddingBlockEnd": {
2822
+ "paddingInlineEndMd": {
1058
2823
  "type": "string",
1059
2824
  "mutable": false,
1060
2825
  "complexType": {
@@ -1075,14 +2840,14 @@ export class PdsBox {
1075
2840
  "name": "defaultValue",
1076
2841
  "text": "none"
1077
2842
  }],
1078
- "text": "Defines the bottom spacing."
2843
+ "text": "Defines the right spacing at the MD breakpoint."
1079
2844
  },
1080
2845
  "getter": false,
1081
2846
  "setter": false,
1082
- "attribute": "padding-block-end",
2847
+ "attribute": "padding-inline-end-md",
1083
2848
  "reflect": false
1084
2849
  },
1085
- "paddingInlineStart": {
2850
+ "paddingInlineEndLg": {
1086
2851
  "type": "string",
1087
2852
  "mutable": false,
1088
2853
  "complexType": {
@@ -1103,14 +2868,14 @@ export class PdsBox {
1103
2868
  "name": "defaultValue",
1104
2869
  "text": "none"
1105
2870
  }],
1106
- "text": "Defines the left spacing."
2871
+ "text": "Defines the right spacing at the LG breakpoint."
1107
2872
  },
1108
2873
  "getter": false,
1109
2874
  "setter": false,
1110
- "attribute": "padding-inline-start",
2875
+ "attribute": "padding-inline-end-lg",
1111
2876
  "reflect": false
1112
2877
  },
1113
- "paddingInlineEnd": {
2878
+ "paddingInlineEndXl": {
1114
2879
  "type": "string",
1115
2880
  "mutable": false,
1116
2881
  "complexType": {
@@ -1131,11 +2896,11 @@ export class PdsBox {
1131
2896
  "name": "defaultValue",
1132
2897
  "text": "none"
1133
2898
  }],
1134
- "text": "Defines the right spacing."
2899
+ "text": "Defines the right spacing at the XL breakpoint."
1135
2900
  },
1136
2901
  "getter": false,
1137
2902
  "setter": false,
1138
- "attribute": "padding-inline-end",
2903
+ "attribute": "padding-inline-end-xl",
1139
2904
  "reflect": false
1140
2905
  },
1141
2906
  "shadow": {