@pine-ds/core 3.5.1 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. package/components/mock-pds-modal.js +9 -4
  2. package/components/mock-pds-modal.js.map +1 -1
  3. package/components/pds-box2.js +164 -4
  4. package/components/pds-box2.js.map +1 -1
  5. package/components/pds-button2.js +51 -2
  6. package/components/pds-button2.js.map +1 -1
  7. package/components/pds-modal-content.js +128 -11
  8. package/components/pds-modal-content.js.map +1 -1
  9. package/components/pds-modal.js +13 -3
  10. package/components/pds-modal.js.map +1 -1
  11. package/components/pds-row.js +8 -2
  12. package/components/pds-row.js.map +1 -1
  13. package/components/pds-textarea.js +111 -7
  14. package/components/pds-textarea.js.map +1 -1
  15. package/components/pds-toast.js +3 -3
  16. package/components/pds-tooltip.js +2 -2
  17. package/dist/cjs/loader.cjs.js +1 -1
  18. package/dist/cjs/mock-pds-modal.cjs.entry.js +8 -4
  19. package/dist/cjs/mock-pds-modal.cjs.entry.js.map +1 -1
  20. package/dist/cjs/mock-pds-modal.entry.cjs.js.map +1 -1
  21. package/dist/cjs/pds-box.cjs.entry.js +82 -2
  22. package/dist/cjs/pds-box.cjs.entry.js.map +1 -1
  23. package/dist/cjs/pds-box.entry.cjs.js.map +1 -1
  24. package/dist/cjs/pds-button.cjs.entry.js +50 -1
  25. package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
  26. package/dist/cjs/pds-button.entry.cjs.js.map +1 -1
  27. package/dist/cjs/pds-modal-content.cjs.entry.js +128 -11
  28. package/dist/cjs/pds-modal-content.cjs.entry.js.map +1 -1
  29. package/dist/cjs/pds-modal-content.entry.cjs.js.map +1 -1
  30. package/dist/cjs/pds-modal.cjs.entry.js +12 -3
  31. package/dist/cjs/pds-modal.cjs.entry.js.map +1 -1
  32. package/dist/cjs/pds-modal.entry.cjs.js.map +1 -1
  33. package/dist/cjs/pds-row.cjs.entry.js +6 -2
  34. package/dist/cjs/pds-row.cjs.entry.js.map +1 -1
  35. package/dist/cjs/pds-row.entry.cjs.js.map +1 -1
  36. package/dist/cjs/pds-textarea.cjs.entry.js +108 -6
  37. package/dist/cjs/pds-textarea.cjs.entry.js.map +1 -1
  38. package/dist/cjs/pds-textarea.entry.cjs.js.map +1 -1
  39. package/dist/cjs/pds-toast.cjs.entry.js +3 -3
  40. package/dist/cjs/pds-tooltip.cjs.entry.js +2 -2
  41. package/dist/cjs/pine-core.cjs.js +1 -1
  42. package/dist/collection/components/pds-box/pds-box.css +1607 -3
  43. package/dist/collection/components/pds-box/pds-box.js +2222 -127
  44. package/dist/collection/components/pds-box/pds-box.js.map +1 -1
  45. package/dist/collection/components/pds-button/pds-button.js +59 -1
  46. package/dist/collection/components/pds-button/pds-button.js.map +1 -1
  47. package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.css +4 -6
  48. package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.js +128 -11
  49. package/dist/collection/components/pds-modal/pds-modal-content/pds-modal-content.js.map +1 -1
  50. package/dist/collection/components/pds-modal/pds-modal.css +42 -1
  51. package/dist/collection/components/pds-modal/pds-modal.js +34 -2
  52. package/dist/collection/components/pds-modal/pds-modal.js.map +1 -1
  53. package/dist/collection/components/pds-modal/stories/pds-modal.stories.js +245 -0
  54. package/dist/collection/components/pds-modal/test/mock-pds-modal.js +30 -3
  55. package/dist/collection/components/pds-modal/test/mock-pds-modal.js.map +1 -1
  56. package/dist/collection/components/pds-row/pds-row.js +56 -2
  57. package/dist/collection/components/pds-row/pds-row.js.map +1 -1
  58. package/dist/collection/components/pds-textarea/pds-textarea.css +51 -11
  59. package/dist/collection/components/pds-textarea/pds-textarea.js +127 -4
  60. package/dist/collection/components/pds-textarea/pds-textarea.js.map +1 -1
  61. package/dist/collection/components/pds-textarea/stories/pds-textarea.stories.js +13 -0
  62. package/dist/collection/components/pds-toast/pds-toast.js +3 -3
  63. package/dist/collection/components/pds-tooltip/pds-tooltip.js +2 -2
  64. package/dist/docs.json +4845 -447
  65. package/dist/esm/loader.js +1 -1
  66. package/dist/esm/mock-pds-modal.entry.js +8 -4
  67. package/dist/esm/mock-pds-modal.entry.js.map +1 -1
  68. package/dist/esm/pds-box.entry.js +82 -2
  69. package/dist/esm/pds-box.entry.js.map +1 -1
  70. package/dist/esm/pds-button.entry.js +50 -1
  71. package/dist/esm/pds-button.entry.js.map +1 -1
  72. package/dist/esm/pds-modal-content.entry.js +128 -11
  73. package/dist/esm/pds-modal-content.entry.js.map +1 -1
  74. package/dist/esm/pds-modal.entry.js +12 -3
  75. package/dist/esm/pds-modal.entry.js.map +1 -1
  76. package/dist/esm/pds-row.entry.js +6 -2
  77. package/dist/esm/pds-row.entry.js.map +1 -1
  78. package/dist/esm/pds-textarea.entry.js +108 -6
  79. package/dist/esm/pds-textarea.entry.js.map +1 -1
  80. package/dist/esm/pds-toast.entry.js +3 -3
  81. package/dist/esm/pds-tooltip.entry.js +2 -2
  82. package/dist/esm/pine-core.js +1 -1
  83. package/dist/esm-es5/loader.js +1 -1
  84. package/dist/esm-es5/mock-pds-modal.entry.js +1 -1
  85. package/dist/esm-es5/mock-pds-modal.entry.js.map +1 -1
  86. package/dist/esm-es5/pds-box.entry.js +1 -1
  87. package/dist/esm-es5/pds-box.entry.js.map +1 -1
  88. package/dist/esm-es5/pds-button.entry.js +1 -1
  89. package/dist/esm-es5/pds-button.entry.js.map +1 -1
  90. package/dist/esm-es5/pds-modal-content.entry.js +1 -1
  91. package/dist/esm-es5/pds-modal-content.entry.js.map +1 -1
  92. package/dist/esm-es5/pds-modal.entry.js +1 -1
  93. package/dist/esm-es5/pds-modal.entry.js.map +1 -1
  94. package/dist/esm-es5/pds-row.entry.js +1 -1
  95. package/dist/esm-es5/pds-row.entry.js.map +1 -1
  96. package/dist/esm-es5/pds-textarea.entry.js +1 -1
  97. package/dist/esm-es5/pds-textarea.entry.js.map +1 -1
  98. package/dist/esm-es5/pds-toast.entry.js +1 -1
  99. package/dist/esm-es5/pds-tooltip.entry.js +1 -1
  100. package/dist/esm-es5/pine-core.js +1 -1
  101. package/dist/pine-core/mock-pds-modal.entry.esm.js.map +1 -1
  102. package/dist/pine-core/p-318fd0cf.entry.js +2 -0
  103. package/dist/pine-core/p-318fd0cf.entry.js.map +1 -0
  104. package/dist/pine-core/{p-c4d6fe50.system.entry.js → p-346561a6.system.entry.js} +2 -2
  105. package/dist/pine-core/p-346561a6.system.entry.js.map +1 -0
  106. package/dist/pine-core/p-3gYSFJIn.system.js.map +1 -0
  107. package/dist/pine-core/{p-IG5YumI3.system.js.map → p-3pEJO0vO.system.js.map} +1 -1
  108. package/dist/pine-core/p-41d1b164.entry.js +2 -0
  109. package/dist/pine-core/p-41d1b164.entry.js.map +1 -0
  110. package/dist/pine-core/{p-02326ac3.entry.js → p-4c81420c.entry.js} +2 -2
  111. package/dist/pine-core/p-52cb152b.system.entry.js +2 -0
  112. package/dist/pine-core/p-52cb152b.system.entry.js.map +1 -0
  113. package/dist/pine-core/p-540cfd70.entry.js +2 -0
  114. package/dist/pine-core/p-540cfd70.entry.js.map +1 -0
  115. package/dist/pine-core/{p-11d4036e.entry.js → p-5f5b19f4.entry.js} +2 -2
  116. package/dist/pine-core/p-6d4d4705.system.entry.js +2 -0
  117. package/dist/pine-core/p-6d4d4705.system.entry.js.map +1 -0
  118. package/dist/pine-core/{p-68b5665a.entry.js → p-84949a12.entry.js} +2 -2
  119. package/dist/pine-core/p-84949a12.entry.js.map +1 -0
  120. package/dist/pine-core/{p-7a95a90f.system.entry.js → p-8726c99d.system.entry.js} +2 -2
  121. package/dist/pine-core/{p-2kXtbFXu.system.js.map → p-BZoPY2dP.system.js.map} +1 -1
  122. package/dist/pine-core/p-C0zqu7Gr.system.js.map +1 -0
  123. package/dist/pine-core/p-CHJgq_z7.system.js.map +1 -0
  124. package/dist/pine-core/p-Co5XZmTN.system.js.map +1 -0
  125. package/dist/pine-core/p-Czoq9yJM.system.js.map +1 -0
  126. package/dist/pine-core/p-De9tROL-.system.js +1 -1
  127. package/dist/pine-core/p-EYhpJx2s.system.js.map +1 -0
  128. package/dist/pine-core/p-WkrM7Vv0.system.js.map +1 -0
  129. package/dist/pine-core/p-a9895385.system.entry.js +2 -0
  130. package/dist/pine-core/p-a9895385.system.entry.js.map +1 -0
  131. package/dist/pine-core/{p-5aed29fe.system.entry.js → p-b2b1b7a9.system.entry.js} +2 -2
  132. package/dist/pine-core/p-b2b1b7a9.system.entry.js.map +1 -0
  133. package/dist/pine-core/p-c0df3222.entry.js +2 -0
  134. package/dist/pine-core/p-c0df3222.entry.js.map +1 -0
  135. package/dist/pine-core/{p-884b9ae6.system.entry.js → p-d8d8fe07.system.entry.js} +2 -2
  136. package/dist/pine-core/p-dc19ce6c.system.entry.js +2 -0
  137. package/dist/pine-core/p-dc19ce6c.system.entry.js.map +1 -0
  138. package/dist/pine-core/p-e08f492a.entry.js +2 -0
  139. package/dist/pine-core/p-e08f492a.entry.js.map +1 -0
  140. package/dist/pine-core/{p-79e2782b.entry.js → p-ecb9edf8.entry.js} +2 -2
  141. package/dist/pine-core/p-ecb9edf8.entry.js.map +1 -0
  142. package/dist/pine-core/p-fcb39155.system.entry.js +2 -0
  143. package/dist/pine-core/p-fcb39155.system.entry.js.map +1 -0
  144. package/dist/pine-core/pds-box.entry.esm.js.map +1 -1
  145. package/dist/pine-core/pds-button.entry.esm.js.map +1 -1
  146. package/dist/pine-core/pds-modal-content.entry.esm.js.map +1 -1
  147. package/dist/pine-core/pds-modal.entry.esm.js.map +1 -1
  148. package/dist/pine-core/pds-row.entry.esm.js.map +1 -1
  149. package/dist/pine-core/pds-textarea.entry.esm.js.map +1 -1
  150. package/dist/pine-core/pine-core.esm.js +1 -1
  151. package/dist/types/components/pds-box/pds-box.d.ts +393 -3
  152. package/dist/types/components/pds-button/pds-button.d.ts +4 -0
  153. package/dist/types/components/pds-modal/pds-modal-content/pds-modal-content.d.ts +18 -1
  154. package/dist/types/components/pds-modal/pds-modal.d.ts +5 -0
  155. package/dist/types/components/pds-modal/test/mock-pds-modal.d.ts +5 -0
  156. package/dist/types/components/pds-row/pds-row.d.ts +8 -0
  157. package/dist/types/components/pds-textarea/pds-textarea.d.ts +20 -0
  158. package/dist/types/components.d.ts +822 -8
  159. package/hydrate/index.js +489 -39
  160. package/hydrate/index.mjs +489 -39
  161. package/package.json +2 -2
  162. package/dist/pine-core/p-0485aa93.system.entry.js +0 -2
  163. package/dist/pine-core/p-0485aa93.system.entry.js.map +0 -1
  164. package/dist/pine-core/p-0d9e28a2.entry.js +0 -2
  165. package/dist/pine-core/p-0d9e28a2.entry.js.map +0 -1
  166. package/dist/pine-core/p-2186e5d4.system.entry.js +0 -2
  167. package/dist/pine-core/p-2186e5d4.system.entry.js.map +0 -1
  168. package/dist/pine-core/p-48b658fc.system.entry.js +0 -2
  169. package/dist/pine-core/p-48b658fc.system.entry.js.map +0 -1
  170. package/dist/pine-core/p-5aed29fe.system.entry.js.map +0 -1
  171. package/dist/pine-core/p-68b5665a.entry.js.map +0 -1
  172. package/dist/pine-core/p-79e2782b.entry.js.map +0 -1
  173. package/dist/pine-core/p-96a89cd5.system.entry.js +0 -2
  174. package/dist/pine-core/p-96a89cd5.system.entry.js.map +0 -1
  175. package/dist/pine-core/p-BOHu_LEs.system.js.map +0 -1
  176. package/dist/pine-core/p-CD_nPb2F.system.js.map +0 -1
  177. package/dist/pine-core/p-DAwJ242E.system.js.map +0 -1
  178. package/dist/pine-core/p-DJekRkSL.system.js.map +0 -1
  179. package/dist/pine-core/p-DNYl_6t_.system.js.map +0 -1
  180. package/dist/pine-core/p-Dt10r3RZ.system.js.map +0 -1
  181. package/dist/pine-core/p-IIl2cTlj.system.js.map +0 -1
  182. package/dist/pine-core/p-a24c46e4.entry.js +0 -2
  183. package/dist/pine-core/p-a24c46e4.entry.js.map +0 -1
  184. package/dist/pine-core/p-c4d6fe50.system.entry.js.map +0 -1
  185. package/dist/pine-core/p-c6badcf8.entry.js +0 -2
  186. package/dist/pine-core/p-c6badcf8.entry.js.map +0 -1
  187. package/dist/pine-core/p-d714f68f.system.entry.js +0 -2
  188. package/dist/pine-core/p-d714f68f.system.entry.js.map +0 -1
  189. package/dist/pine-core/p-e5ca5b8e.entry.js +0 -2
  190. package/dist/pine-core/p-e5ca5b8e.entry.js.map +0 -1
  191. package/dist/pine-core/p-fb4058e6.entry.js +0 -2
  192. package/dist/pine-core/p-fb4058e6.entry.js.map +0 -1
  193. /package/dist/pine-core/{p-02326ac3.entry.js.map → p-4c81420c.entry.js.map} +0 -0
  194. /package/dist/pine-core/{p-11d4036e.entry.js.map → p-5f5b19f4.entry.js.map} +0 -0
  195. /package/dist/pine-core/{p-7a95a90f.system.entry.js.map → p-8726c99d.system.entry.js.map} +0 -0
  196. /package/dist/pine-core/{p-884b9ae6.system.entry.js.map → p-d8d8fe07.system.entry.js.map} +0 -0
@@ -37,6 +37,11 @@ export namespace Components {
37
37
  * Whether the modal is open
38
38
  */
39
39
  "open": boolean;
40
+ /**
41
+ * Whether the modal content should be scrollable
42
+ * @default true
43
+ */
44
+ "scrollable": boolean;
40
45
  /**
41
46
  * Shows the modal
42
47
  */
@@ -126,18 +131,83 @@ export namespace Components {
126
131
  interface PdsBox {
127
132
  /**
128
133
  * Defines how items within the box are aligned.
129
- * @defaultValue start
134
+ * @defaultValue stretch
130
135
  */
131
136
  "alignItems"?: `start` | `center` | `end` | `baseline` | `stretch`;
137
+ /**
138
+ * Defines how items within the box are aligned at the LG breakpoint.
139
+ * @defaultValue stretch
140
+ */
141
+ "alignItemsLg"?: `start` | `center` | `end` | `baseline` | `stretch`;
142
+ /**
143
+ * Defines how items within the box are aligned at the MD breakpoint.
144
+ * @defaultValue stretch
145
+ */
146
+ "alignItemsMd"?: `start` | `center` | `end` | `baseline` | `stretch`;
147
+ /**
148
+ * Defines how items within the box are aligned at the SM breakpoint.
149
+ * @defaultValue stretch
150
+ */
151
+ "alignItemsSm"?: `start` | `center` | `end` | `baseline` | `stretch`;
152
+ /**
153
+ * Defines how items within the box are aligned at the XL breakpoint.
154
+ * @defaultValue stretch
155
+ */
156
+ "alignItemsXl"?: `start` | `center` | `end` | `baseline` | `stretch`;
157
+ /**
158
+ * Defines how items within the box are aligned at the XS breakpoint.
159
+ * @defaultValue stretch
160
+ */
161
+ "alignItemsXs"?: `start` | `center` | `end` | `baseline` | `stretch`;
132
162
  /**
133
163
  * Defines how the box is aligned within its container.
134
- * @defaultValue start
164
+ * @defaultValue stretch
135
165
  */
136
166
  "alignSelf"?: `start` | `center` | `end` | `baseline` | `stretch`;
167
+ /**
168
+ * Defines how the box is aligned within its container at the LG breakpoint.
169
+ */
170
+ "alignSelfLg"?: `start` | `center` | `end` | `baseline` | `stretch`;
171
+ /**
172
+ * Defines how the box is aligned within its container at the MD breakpoint.
173
+ */
174
+ "alignSelfMd"?: `start` | `center` | `end` | `baseline` | `stretch`;
175
+ /**
176
+ * Defines how the box is aligned within its container at the SM breakpoint.
177
+ */
178
+ "alignSelfSm"?: `start` | `center` | `end` | `baseline` | `stretch`;
179
+ /**
180
+ * Defines how the box is aligned within its container at the XL breakpoint.
181
+ */
182
+ "alignSelfXl"?: `start` | `center` | `end` | `baseline` | `stretch`;
183
+ /**
184
+ * Defines how the box is aligned within its container at the XS breakpoint.
185
+ */
186
+ "alignSelfXs"?: `start` | `center` | `end` | `baseline` | `stretch`;
137
187
  /**
138
188
  * If `true`, the box will be sized to fit its contents.
139
189
  */
140
190
  "auto"?: boolean;
191
+ /**
192
+ * If `true`, the box will be sized to fit its contents at the LG breakpoint.
193
+ */
194
+ "autoLg"?: boolean;
195
+ /**
196
+ * If `true`, the box will be sized to fit its contents at the MD breakpoint.
197
+ */
198
+ "autoMd"?: boolean;
199
+ /**
200
+ * If `true`, the box will be sized to fit its contents at the SM breakpoint.
201
+ */
202
+ "autoSm"?: boolean;
203
+ /**
204
+ * If `true`, the box will be sized to fit its contents at the XL breakpoint.
205
+ */
206
+ "autoXl"?: boolean;
207
+ /**
208
+ * If `true`, the box will be sized to fit its contents at the XS breakpoint.
209
+ */
210
+ "autoXs"?: boolean;
141
211
  /**
142
212
  * Defines the background-color of the box.
143
213
  */
@@ -169,6 +239,26 @@ export namespace Components {
169
239
  * If `true`, sets the box `max-width` to `100%`.
170
240
  */
171
241
  "fit"?: boolean;
242
+ /**
243
+ * If `true`, sets the box `max-width` to `100%` at the LG breakpoint.
244
+ */
245
+ "fitLg"?: boolean;
246
+ /**
247
+ * If `true`, sets the box `max-width` to `100%` at the MD breakpoint.
248
+ */
249
+ "fitMd"?: boolean;
250
+ /**
251
+ * If `true`, sets the box `max-width` to `100%` at the SM breakpoint.
252
+ */
253
+ "fitSm"?: boolean;
254
+ /**
255
+ * If `true`, sets the box `max-width` to `100%` at the XL breakpoint.
256
+ */
257
+ "fitXl"?: boolean;
258
+ /**
259
+ * If `true`, sets the box `max-width` to `100%` at the XS breakpoint.
260
+ */
261
+ "fitXs"?: boolean;
172
262
  /**
173
263
  * Defines how a box will grow or shrink to fit the space available in its container. Can be a predefined value ('none', 'grow', 'shrink') or a custom flex value (e.g., '1', '0 1 auto').
174
264
  * @defaultValue none
@@ -179,31 +269,181 @@ export namespace Components {
179
269
  * @defaultValue none
180
270
  */
181
271
  "gap"?: BoxTShirtSizeType;
272
+ /**
273
+ * Defines the spacing between the box items at the LG breakpoint.
274
+ * @defaultValue none
275
+ */
276
+ "gapLg"?: BoxTShirtSizeType;
277
+ /**
278
+ * Defines the spacing between the box items at the MD breakpoint.
279
+ * @defaultValue none
280
+ */
281
+ "gapMd"?: BoxTShirtSizeType;
282
+ /**
283
+ * Defines the spacing between the box items at the SM breakpoint.
284
+ * @defaultValue none
285
+ */
286
+ "gapSm"?: BoxTShirtSizeType;
287
+ /**
288
+ * Defines the spacing between the box items at the XL breakpoint.
289
+ * @defaultValue none
290
+ */
291
+ "gapXl"?: BoxTShirtSizeType;
292
+ /**
293
+ * Defines the spacing between the box items at the XS breakpoint.
294
+ * @defaultValue none
295
+ */
296
+ "gapXs"?: BoxTShirtSizeType;
182
297
  /**
183
298
  * Defines the horizontal alignment of the box items.
184
299
  * @defaultValue start
185
300
  */
186
- "justifyContent"?: `start` | `center` | `end` | `space-between` | `space-around`;
301
+ "justifyContent"?: `start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`;
302
+ /**
303
+ * Defines the horizontal alignment of the box items at the LG breakpoint.
304
+ * @defaultValue start
305
+ */
306
+ "justifyContentLg"?: `start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`;
307
+ /**
308
+ * Defines the horizontal alignment of the box items at the MD breakpoint.
309
+ * @defaultValue start
310
+ */
311
+ "justifyContentMd"?: `start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`;
312
+ /**
313
+ * Defines the horizontal alignment of the box items at the SM breakpoint.
314
+ * @defaultValue start
315
+ */
316
+ "justifyContentSm"?: `start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`;
317
+ /**
318
+ * Defines the horizontal alignment of the box items at the XL breakpoint.
319
+ * @defaultValue start
320
+ */
321
+ "justifyContentXl"?: `start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`;
322
+ /**
323
+ * Defines the horizontal alignment of the box items at the XS breakpoint.
324
+ * @defaultValue start
325
+ */
326
+ "justifyContentXs"?: `start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`;
187
327
  /**
188
328
  * Defines the box's outer bottom spacing.
189
329
  * @defaultValue none
190
330
  */
191
331
  "marginBlockEnd"?: BoxTShirtSizeType;
332
+ /**
333
+ * Defines the box's outer bottom spacing at the LG breakpoint.
334
+ * @defaultValue none
335
+ */
336
+ "marginBlockEndLg"?: BoxTShirtSizeType;
337
+ /**
338
+ * Defines the box's outer bottom spacing at the MD breakpoint.
339
+ * @defaultValue none
340
+ */
341
+ "marginBlockEndMd"?: BoxTShirtSizeType;
342
+ /**
343
+ * Defines the box's outer bottom spacing at the SM breakpoint.
344
+ * @defaultValue none
345
+ */
346
+ "marginBlockEndSm"?: BoxTShirtSizeType;
347
+ /**
348
+ * Defines the box's outer bottom spacing at the XL breakpoint.
349
+ * @defaultValue none
350
+ */
351
+ "marginBlockEndXl"?: BoxTShirtSizeType;
352
+ /**
353
+ * Defines the box's outer bottom spacing at the XS breakpoint.
354
+ * @defaultValue none
355
+ */
356
+ "marginBlockEndXs"?: BoxTShirtSizeType;
192
357
  /**
193
358
  * Defines the box's outer top spacing.
194
359
  * @defaultValue none
195
360
  */
196
361
  "marginBlockStart"?: BoxTShirtSizeType;
362
+ /**
363
+ * Defines the box's outer top spacing at the LG breakpoint.
364
+ * @defaultValue none
365
+ */
366
+ "marginBlockStartLg"?: BoxTShirtSizeType;
367
+ /**
368
+ * Defines the box's outer top spacing at the MD breakpoint.
369
+ * @defaultValue none
370
+ */
371
+ "marginBlockStartMd"?: BoxTShirtSizeType;
372
+ /**
373
+ * Defines the box's outer top spacing at the SM breakpoint.
374
+ * @defaultValue none
375
+ */
376
+ "marginBlockStartSm"?: BoxTShirtSizeType;
377
+ /**
378
+ * Defines the box's outer top spacing at the XL breakpoint.
379
+ * @defaultValue none
380
+ */
381
+ "marginBlockStartXl"?: BoxTShirtSizeType;
382
+ /**
383
+ * Defines the box's outer top spacing at the XS breakpoint.
384
+ * @defaultValue none
385
+ */
386
+ "marginBlockStartXs"?: BoxTShirtSizeType;
197
387
  /**
198
388
  * Defines the box's outer right spacing.
199
389
  * @defaultValue none
200
390
  */
201
391
  "marginInlineEnd"?: BoxTShirtSizeType;
392
+ /**
393
+ * Defines the box's outer right spacing at the LG breakpoint.
394
+ * @defaultValue none
395
+ */
396
+ "marginInlineEndLg"?: BoxTShirtSizeType;
397
+ /**
398
+ * Defines the box's outer right spacing at the MD breakpoint.
399
+ * @defaultValue none
400
+ */
401
+ "marginInlineEndMd"?: BoxTShirtSizeType;
402
+ /**
403
+ * Defines the box's outer right spacing at the SM breakpoint.
404
+ * @defaultValue none
405
+ */
406
+ "marginInlineEndSm"?: BoxTShirtSizeType;
407
+ /**
408
+ * Defines the box's outer right spacing at the XL breakpoint.
409
+ * @defaultValue none
410
+ */
411
+ "marginInlineEndXl"?: BoxTShirtSizeType;
412
+ /**
413
+ * Defines the box's outer right spacing at the XS breakpoint.
414
+ * @defaultValue none
415
+ */
416
+ "marginInlineEndXs"?: BoxTShirtSizeType;
202
417
  /**
203
418
  * Defines the box's outer left spacing.
204
419
  * @defaultValue none
205
420
  */
206
421
  "marginInlineStart"?: BoxTShirtSizeType;
422
+ /**
423
+ * Defines the box's outer left spacing at the LG breakpoint.
424
+ * @defaultValue none
425
+ */
426
+ "marginInlineStartLg"?: BoxTShirtSizeType;
427
+ /**
428
+ * Defines the box's outer left spacing at the MD breakpoint.
429
+ * @defaultValue none
430
+ */
431
+ "marginInlineStartMd"?: BoxTShirtSizeType;
432
+ /**
433
+ * Defines the box's outer left spacing at the SM breakpoint.
434
+ * @defaultValue none
435
+ */
436
+ "marginInlineStartSm"?: BoxTShirtSizeType;
437
+ /**
438
+ * Defines the box's outer left spacing at the XL breakpoint.
439
+ * @defaultValue none
440
+ */
441
+ "marginInlineStartXl"?: BoxTShirtSizeType;
442
+ /**
443
+ * Defines the box's outer left spacing at the XS breakpoint.
444
+ * @defaultValue none
445
+ */
446
+ "marginInlineStartXs"?: BoxTShirtSizeType;
207
447
  /**
208
448
  * The minimum height of the row. Used in conjunction with alignment props
209
449
  */
@@ -246,21 +486,146 @@ export namespace Components {
246
486
  * @defaultValue none
247
487
  */
248
488
  "paddingBlockEnd"?: BoxTShirtSizeType;
489
+ /**
490
+ * Defines the bottom spacing at the LG breakpoint.
491
+ * @defaultValue none
492
+ */
493
+ "paddingBlockEndLg"?: BoxTShirtSizeType;
494
+ /**
495
+ * Defines the bottom spacing at the MD breakpoint.
496
+ * @defaultValue none
497
+ */
498
+ "paddingBlockEndMd"?: BoxTShirtSizeType;
499
+ /**
500
+ * Defines the bottom spacing at the SM breakpoint.
501
+ * @defaultValue none
502
+ */
503
+ "paddingBlockEndSm"?: BoxTShirtSizeType;
504
+ /**
505
+ * Defines the bottom spacing at the XL breakpoint.
506
+ * @defaultValue none
507
+ */
508
+ "paddingBlockEndXl"?: BoxTShirtSizeType;
509
+ /**
510
+ * Defines the bottom spacing at the XS breakpoint.
511
+ * @defaultValue none
512
+ */
513
+ "paddingBlockEndXs"?: BoxTShirtSizeType;
249
514
  /**
250
515
  * Defines the top spacing.
251
516
  * @defaultValue none
252
517
  */
253
518
  "paddingBlockStart"?: BoxTShirtSizeType;
519
+ /**
520
+ * Defines the top spacing at the LG breakpoint.
521
+ * @defaultValue none
522
+ */
523
+ "paddingBlockStartLg"?: BoxTShirtSizeType;
524
+ /**
525
+ * Defines the top spacing at the MD breakpoint.
526
+ * @defaultValue none
527
+ */
528
+ "paddingBlockStartMd"?: BoxTShirtSizeType;
529
+ /**
530
+ * Defines the top spacing at the SM breakpoint.
531
+ * @defaultValue none
532
+ */
533
+ "paddingBlockStartSm"?: BoxTShirtSizeType;
534
+ /**
535
+ * Defines the top spacing at the XL breakpoint.
536
+ * @defaultValue none
537
+ */
538
+ "paddingBlockStartXl"?: BoxTShirtSizeType;
539
+ /**
540
+ * Defines the top spacing at the XS breakpoint.
541
+ * @defaultValue none
542
+ */
543
+ "paddingBlockStartXs"?: BoxTShirtSizeType;
254
544
  /**
255
545
  * Defines the right spacing.
256
546
  * @defaultValue none
257
547
  */
258
548
  "paddingInlineEnd"?: BoxTShirtSizeType;
549
+ /**
550
+ * Defines the right spacing at the LG breakpoint.
551
+ * @defaultValue none
552
+ */
553
+ "paddingInlineEndLg"?: BoxTShirtSizeType;
554
+ /**
555
+ * Defines the right spacing at the MD breakpoint.
556
+ * @defaultValue none
557
+ */
558
+ "paddingInlineEndMd"?: BoxTShirtSizeType;
559
+ /**
560
+ * Defines the right spacing at the SM breakpoint.
561
+ * @defaultValue none
562
+ */
563
+ "paddingInlineEndSm"?: BoxTShirtSizeType;
564
+ /**
565
+ * Defines the right spacing at the XL breakpoint.
566
+ * @defaultValue none
567
+ */
568
+ "paddingInlineEndXl"?: BoxTShirtSizeType;
569
+ /**
570
+ * Defines the right spacing at the XS breakpoint.
571
+ * @defaultValue none
572
+ */
573
+ "paddingInlineEndXs"?: BoxTShirtSizeType;
259
574
  /**
260
575
  * Defines the left spacing.
261
576
  * @defaultValue none
262
577
  */
263
578
  "paddingInlineStart"?: BoxTShirtSizeType;
579
+ /**
580
+ * Defines the left spacing at the LG breakpoint.
581
+ * @defaultValue none
582
+ */
583
+ "paddingInlineStartLg"?: BoxTShirtSizeType;
584
+ /**
585
+ * Defines the left spacing at the MD breakpoint.
586
+ * @defaultValue none
587
+ */
588
+ "paddingInlineStartMd"?: BoxTShirtSizeType;
589
+ /**
590
+ * Defines the left spacing at the SM breakpoint.
591
+ * @defaultValue none
592
+ */
593
+ "paddingInlineStartSm"?: BoxTShirtSizeType;
594
+ /**
595
+ * Defines the left spacing at the XL breakpoint.
596
+ * @defaultValue none
597
+ */
598
+ "paddingInlineStartXl"?: BoxTShirtSizeType;
599
+ /**
600
+ * Defines the left spacing at the XS breakpoint.
601
+ * @defaultValue none
602
+ */
603
+ "paddingInlineStartXs"?: BoxTShirtSizeType;
604
+ /**
605
+ * Defines the spacing between the box items at the LG breakpoint.
606
+ * @defaultValue none
607
+ */
608
+ "paddingLg"?: BoxTShirtSizeType;
609
+ /**
610
+ * Defines the spacing between the box items at the MD breakpoint.
611
+ * @defaultValue none
612
+ */
613
+ "paddingMd"?: BoxTShirtSizeType;
614
+ /**
615
+ * Defines the spacing between the box items at the SM breakpoint.
616
+ * @defaultValue none
617
+ */
618
+ "paddingSm"?: BoxTShirtSizeType;
619
+ /**
620
+ * Defines the spacing between the box items at the XL breakpoint.
621
+ * @defaultValue none
622
+ */
623
+ "paddingXl"?: BoxTShirtSizeType;
624
+ /**
625
+ * Defines the spacing between the box items at the XS breakpoint.
626
+ * @defaultValue none
627
+ */
628
+ "paddingXs"?: BoxTShirtSizeType;
264
629
  /**
265
630
  * Defines the box shadow.
266
631
  * @defaultValue none
@@ -295,6 +660,31 @@ export namespace Components {
295
660
  * @defaultValue false
296
661
  */
297
662
  "wrap"?: boolean;
663
+ /**
664
+ * Defines whether flex items can wrap onto multiple lines at the LG breakpoint.
665
+ * @defaultValue false
666
+ */
667
+ "wrapLg"?: boolean;
668
+ /**
669
+ * Defines whether flex items can wrap onto multiple lines at the MD breakpoint.
670
+ * @defaultValue false
671
+ */
672
+ "wrapMd"?: boolean;
673
+ /**
674
+ * Defines whether flex items can wrap onto multiple lines at the SM breakpoint.
675
+ * @defaultValue false
676
+ */
677
+ "wrapSm"?: boolean;
678
+ /**
679
+ * Defines whether flex items can wrap onto multiple lines at the XL breakpoint.
680
+ * @defaultValue false
681
+ */
682
+ "wrapXl"?: boolean;
683
+ /**
684
+ * Defines whether flex items can wrap onto multiple lines at the XS breakpoint.
685
+ * @defaultValue false
686
+ */
687
+ "wrapXs"?: boolean;
298
688
  }
299
689
  interface PdsButton {
300
690
  /**
@@ -798,6 +1188,11 @@ export namespace Components {
798
1188
  * @default false
799
1189
  */
800
1190
  "open": boolean;
1191
+ /**
1192
+ * Whether the modal content should be scrollable
1193
+ * @default true
1194
+ */
1195
+ "scrollable": boolean;
801
1196
  /**
802
1197
  * Opens the modal
803
1198
  */
@@ -810,7 +1205,7 @@ export namespace Components {
810
1205
  }
811
1206
  interface PdsModalContent {
812
1207
  /**
813
- * The border style for the content area. Automatically set based on available space of the modal content.
1208
+ * The border style for the content area. When not explicitly set, automatically determined based on scroll state.
814
1209
  * @default 'none'
815
1210
  */
816
1211
  "border": 'none' | 'both' | 'top' | 'bottom';
@@ -952,6 +1347,14 @@ export namespace Components {
952
1347
  * Defines the spacing between the row items.
953
1348
  */
954
1349
  "colGap"?: BoxTShirtSizeType | null;
1350
+ /**
1351
+ * Defines the spacing between the row items vertically.
1352
+ */
1353
+ "colGapBlock"?: BoxTShirtSizeType | null;
1354
+ /**
1355
+ * Defines the spacing between the row items horizontally.
1356
+ */
1357
+ "colGapInline"?: BoxTShirtSizeType | null;
955
1358
  /**
956
1359
  * A unique identifier used for the underlying component `id` attribute.
957
1360
  */
@@ -1318,6 +1721,10 @@ export namespace Components {
1318
1721
  * Text to be displayed as the textarea label.
1319
1722
  */
1320
1723
  "label"?: string;
1724
+ /**
1725
+ * Specifies the maximum number of characters allowed in the textarea. When set, displays a character counter.
1726
+ */
1727
+ "maxLength"?: number;
1321
1728
  /**
1322
1729
  * Specifies the name. Submitted with the form name/value pair. This value will mirror the componentId.
1323
1730
  */
@@ -2091,6 +2498,11 @@ declare namespace LocalJSX {
2091
2498
  * Whether the modal is open
2092
2499
  */
2093
2500
  "open"?: boolean;
2501
+ /**
2502
+ * Whether the modal content should be scrollable
2503
+ * @default true
2504
+ */
2505
+ "scrollable"?: boolean;
2094
2506
  /**
2095
2507
  * The size of the modal
2096
2508
  */
@@ -2180,18 +2592,83 @@ declare namespace LocalJSX {
2180
2592
  interface PdsBox {
2181
2593
  /**
2182
2594
  * Defines how items within the box are aligned.
2183
- * @defaultValue start
2595
+ * @defaultValue stretch
2184
2596
  */
2185
2597
  "alignItems"?: `start` | `center` | `end` | `baseline` | `stretch`;
2598
+ /**
2599
+ * Defines how items within the box are aligned at the LG breakpoint.
2600
+ * @defaultValue stretch
2601
+ */
2602
+ "alignItemsLg"?: `start` | `center` | `end` | `baseline` | `stretch`;
2603
+ /**
2604
+ * Defines how items within the box are aligned at the MD breakpoint.
2605
+ * @defaultValue stretch
2606
+ */
2607
+ "alignItemsMd"?: `start` | `center` | `end` | `baseline` | `stretch`;
2608
+ /**
2609
+ * Defines how items within the box are aligned at the SM breakpoint.
2610
+ * @defaultValue stretch
2611
+ */
2612
+ "alignItemsSm"?: `start` | `center` | `end` | `baseline` | `stretch`;
2613
+ /**
2614
+ * Defines how items within the box are aligned at the XL breakpoint.
2615
+ * @defaultValue stretch
2616
+ */
2617
+ "alignItemsXl"?: `start` | `center` | `end` | `baseline` | `stretch`;
2618
+ /**
2619
+ * Defines how items within the box are aligned at the XS breakpoint.
2620
+ * @defaultValue stretch
2621
+ */
2622
+ "alignItemsXs"?: `start` | `center` | `end` | `baseline` | `stretch`;
2186
2623
  /**
2187
2624
  * Defines how the box is aligned within its container.
2188
- * @defaultValue start
2625
+ * @defaultValue stretch
2189
2626
  */
2190
2627
  "alignSelf"?: `start` | `center` | `end` | `baseline` | `stretch`;
2628
+ /**
2629
+ * Defines how the box is aligned within its container at the LG breakpoint.
2630
+ */
2631
+ "alignSelfLg"?: `start` | `center` | `end` | `baseline` | `stretch`;
2632
+ /**
2633
+ * Defines how the box is aligned within its container at the MD breakpoint.
2634
+ */
2635
+ "alignSelfMd"?: `start` | `center` | `end` | `baseline` | `stretch`;
2636
+ /**
2637
+ * Defines how the box is aligned within its container at the SM breakpoint.
2638
+ */
2639
+ "alignSelfSm"?: `start` | `center` | `end` | `baseline` | `stretch`;
2640
+ /**
2641
+ * Defines how the box is aligned within its container at the XL breakpoint.
2642
+ */
2643
+ "alignSelfXl"?: `start` | `center` | `end` | `baseline` | `stretch`;
2644
+ /**
2645
+ * Defines how the box is aligned within its container at the XS breakpoint.
2646
+ */
2647
+ "alignSelfXs"?: `start` | `center` | `end` | `baseline` | `stretch`;
2191
2648
  /**
2192
2649
  * If `true`, the box will be sized to fit its contents.
2193
2650
  */
2194
2651
  "auto"?: boolean;
2652
+ /**
2653
+ * If `true`, the box will be sized to fit its contents at the LG breakpoint.
2654
+ */
2655
+ "autoLg"?: boolean;
2656
+ /**
2657
+ * If `true`, the box will be sized to fit its contents at the MD breakpoint.
2658
+ */
2659
+ "autoMd"?: boolean;
2660
+ /**
2661
+ * If `true`, the box will be sized to fit its contents at the SM breakpoint.
2662
+ */
2663
+ "autoSm"?: boolean;
2664
+ /**
2665
+ * If `true`, the box will be sized to fit its contents at the XL breakpoint.
2666
+ */
2667
+ "autoXl"?: boolean;
2668
+ /**
2669
+ * If `true`, the box will be sized to fit its contents at the XS breakpoint.
2670
+ */
2671
+ "autoXs"?: boolean;
2195
2672
  /**
2196
2673
  * Defines the background-color of the box.
2197
2674
  */
@@ -2223,6 +2700,26 @@ declare namespace LocalJSX {
2223
2700
  * If `true`, sets the box `max-width` to `100%`.
2224
2701
  */
2225
2702
  "fit"?: boolean;
2703
+ /**
2704
+ * If `true`, sets the box `max-width` to `100%` at the LG breakpoint.
2705
+ */
2706
+ "fitLg"?: boolean;
2707
+ /**
2708
+ * If `true`, sets the box `max-width` to `100%` at the MD breakpoint.
2709
+ */
2710
+ "fitMd"?: boolean;
2711
+ /**
2712
+ * If `true`, sets the box `max-width` to `100%` at the SM breakpoint.
2713
+ */
2714
+ "fitSm"?: boolean;
2715
+ /**
2716
+ * If `true`, sets the box `max-width` to `100%` at the XL breakpoint.
2717
+ */
2718
+ "fitXl"?: boolean;
2719
+ /**
2720
+ * If `true`, sets the box `max-width` to `100%` at the XS breakpoint.
2721
+ */
2722
+ "fitXs"?: boolean;
2226
2723
  /**
2227
2724
  * Defines how a box will grow or shrink to fit the space available in its container. Can be a predefined value ('none', 'grow', 'shrink') or a custom flex value (e.g., '1', '0 1 auto').
2228
2725
  * @defaultValue none
@@ -2233,31 +2730,181 @@ declare namespace LocalJSX {
2233
2730
  * @defaultValue none
2234
2731
  */
2235
2732
  "gap"?: BoxTShirtSizeType;
2733
+ /**
2734
+ * Defines the spacing between the box items at the LG breakpoint.
2735
+ * @defaultValue none
2736
+ */
2737
+ "gapLg"?: BoxTShirtSizeType;
2738
+ /**
2739
+ * Defines the spacing between the box items at the MD breakpoint.
2740
+ * @defaultValue none
2741
+ */
2742
+ "gapMd"?: BoxTShirtSizeType;
2743
+ /**
2744
+ * Defines the spacing between the box items at the SM breakpoint.
2745
+ * @defaultValue none
2746
+ */
2747
+ "gapSm"?: BoxTShirtSizeType;
2748
+ /**
2749
+ * Defines the spacing between the box items at the XL breakpoint.
2750
+ * @defaultValue none
2751
+ */
2752
+ "gapXl"?: BoxTShirtSizeType;
2753
+ /**
2754
+ * Defines the spacing between the box items at the XS breakpoint.
2755
+ * @defaultValue none
2756
+ */
2757
+ "gapXs"?: BoxTShirtSizeType;
2236
2758
  /**
2237
2759
  * Defines the horizontal alignment of the box items.
2238
2760
  * @defaultValue start
2239
2761
  */
2240
- "justifyContent"?: `start` | `center` | `end` | `space-between` | `space-around`;
2762
+ "justifyContent"?: `start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`;
2763
+ /**
2764
+ * Defines the horizontal alignment of the box items at the LG breakpoint.
2765
+ * @defaultValue start
2766
+ */
2767
+ "justifyContentLg"?: `start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`;
2768
+ /**
2769
+ * Defines the horizontal alignment of the box items at the MD breakpoint.
2770
+ * @defaultValue start
2771
+ */
2772
+ "justifyContentMd"?: `start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`;
2773
+ /**
2774
+ * Defines the horizontal alignment of the box items at the SM breakpoint.
2775
+ * @defaultValue start
2776
+ */
2777
+ "justifyContentSm"?: `start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`;
2778
+ /**
2779
+ * Defines the horizontal alignment of the box items at the XL breakpoint.
2780
+ * @defaultValue start
2781
+ */
2782
+ "justifyContentXl"?: `start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`;
2783
+ /**
2784
+ * Defines the horizontal alignment of the box items at the XS breakpoint.
2785
+ * @defaultValue start
2786
+ */
2787
+ "justifyContentXs"?: `start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`;
2241
2788
  /**
2242
2789
  * Defines the box's outer bottom spacing.
2243
2790
  * @defaultValue none
2244
2791
  */
2245
2792
  "marginBlockEnd"?: BoxTShirtSizeType;
2793
+ /**
2794
+ * Defines the box's outer bottom spacing at the LG breakpoint.
2795
+ * @defaultValue none
2796
+ */
2797
+ "marginBlockEndLg"?: BoxTShirtSizeType;
2798
+ /**
2799
+ * Defines the box's outer bottom spacing at the MD breakpoint.
2800
+ * @defaultValue none
2801
+ */
2802
+ "marginBlockEndMd"?: BoxTShirtSizeType;
2803
+ /**
2804
+ * Defines the box's outer bottom spacing at the SM breakpoint.
2805
+ * @defaultValue none
2806
+ */
2807
+ "marginBlockEndSm"?: BoxTShirtSizeType;
2808
+ /**
2809
+ * Defines the box's outer bottom spacing at the XL breakpoint.
2810
+ * @defaultValue none
2811
+ */
2812
+ "marginBlockEndXl"?: BoxTShirtSizeType;
2813
+ /**
2814
+ * Defines the box's outer bottom spacing at the XS breakpoint.
2815
+ * @defaultValue none
2816
+ */
2817
+ "marginBlockEndXs"?: BoxTShirtSizeType;
2246
2818
  /**
2247
2819
  * Defines the box's outer top spacing.
2248
2820
  * @defaultValue none
2249
2821
  */
2250
2822
  "marginBlockStart"?: BoxTShirtSizeType;
2823
+ /**
2824
+ * Defines the box's outer top spacing at the LG breakpoint.
2825
+ * @defaultValue none
2826
+ */
2827
+ "marginBlockStartLg"?: BoxTShirtSizeType;
2828
+ /**
2829
+ * Defines the box's outer top spacing at the MD breakpoint.
2830
+ * @defaultValue none
2831
+ */
2832
+ "marginBlockStartMd"?: BoxTShirtSizeType;
2833
+ /**
2834
+ * Defines the box's outer top spacing at the SM breakpoint.
2835
+ * @defaultValue none
2836
+ */
2837
+ "marginBlockStartSm"?: BoxTShirtSizeType;
2838
+ /**
2839
+ * Defines the box's outer top spacing at the XL breakpoint.
2840
+ * @defaultValue none
2841
+ */
2842
+ "marginBlockStartXl"?: BoxTShirtSizeType;
2843
+ /**
2844
+ * Defines the box's outer top spacing at the XS breakpoint.
2845
+ * @defaultValue none
2846
+ */
2847
+ "marginBlockStartXs"?: BoxTShirtSizeType;
2251
2848
  /**
2252
2849
  * Defines the box's outer right spacing.
2253
2850
  * @defaultValue none
2254
2851
  */
2255
2852
  "marginInlineEnd"?: BoxTShirtSizeType;
2853
+ /**
2854
+ * Defines the box's outer right spacing at the LG breakpoint.
2855
+ * @defaultValue none
2856
+ */
2857
+ "marginInlineEndLg"?: BoxTShirtSizeType;
2858
+ /**
2859
+ * Defines the box's outer right spacing at the MD breakpoint.
2860
+ * @defaultValue none
2861
+ */
2862
+ "marginInlineEndMd"?: BoxTShirtSizeType;
2863
+ /**
2864
+ * Defines the box's outer right spacing at the SM breakpoint.
2865
+ * @defaultValue none
2866
+ */
2867
+ "marginInlineEndSm"?: BoxTShirtSizeType;
2868
+ /**
2869
+ * Defines the box's outer right spacing at the XL breakpoint.
2870
+ * @defaultValue none
2871
+ */
2872
+ "marginInlineEndXl"?: BoxTShirtSizeType;
2873
+ /**
2874
+ * Defines the box's outer right spacing at the XS breakpoint.
2875
+ * @defaultValue none
2876
+ */
2877
+ "marginInlineEndXs"?: BoxTShirtSizeType;
2256
2878
  /**
2257
2879
  * Defines the box's outer left spacing.
2258
2880
  * @defaultValue none
2259
2881
  */
2260
2882
  "marginInlineStart"?: BoxTShirtSizeType;
2883
+ /**
2884
+ * Defines the box's outer left spacing at the LG breakpoint.
2885
+ * @defaultValue none
2886
+ */
2887
+ "marginInlineStartLg"?: BoxTShirtSizeType;
2888
+ /**
2889
+ * Defines the box's outer left spacing at the MD breakpoint.
2890
+ * @defaultValue none
2891
+ */
2892
+ "marginInlineStartMd"?: BoxTShirtSizeType;
2893
+ /**
2894
+ * Defines the box's outer left spacing at the SM breakpoint.
2895
+ * @defaultValue none
2896
+ */
2897
+ "marginInlineStartSm"?: BoxTShirtSizeType;
2898
+ /**
2899
+ * Defines the box's outer left spacing at the XL breakpoint.
2900
+ * @defaultValue none
2901
+ */
2902
+ "marginInlineStartXl"?: BoxTShirtSizeType;
2903
+ /**
2904
+ * Defines the box's outer left spacing at the XS breakpoint.
2905
+ * @defaultValue none
2906
+ */
2907
+ "marginInlineStartXs"?: BoxTShirtSizeType;
2261
2908
  /**
2262
2909
  * The minimum height of the row. Used in conjunction with alignment props
2263
2910
  */
@@ -2300,21 +2947,146 @@ declare namespace LocalJSX {
2300
2947
  * @defaultValue none
2301
2948
  */
2302
2949
  "paddingBlockEnd"?: BoxTShirtSizeType;
2950
+ /**
2951
+ * Defines the bottom spacing at the LG breakpoint.
2952
+ * @defaultValue none
2953
+ */
2954
+ "paddingBlockEndLg"?: BoxTShirtSizeType;
2955
+ /**
2956
+ * Defines the bottom spacing at the MD breakpoint.
2957
+ * @defaultValue none
2958
+ */
2959
+ "paddingBlockEndMd"?: BoxTShirtSizeType;
2960
+ /**
2961
+ * Defines the bottom spacing at the SM breakpoint.
2962
+ * @defaultValue none
2963
+ */
2964
+ "paddingBlockEndSm"?: BoxTShirtSizeType;
2965
+ /**
2966
+ * Defines the bottom spacing at the XL breakpoint.
2967
+ * @defaultValue none
2968
+ */
2969
+ "paddingBlockEndXl"?: BoxTShirtSizeType;
2970
+ /**
2971
+ * Defines the bottom spacing at the XS breakpoint.
2972
+ * @defaultValue none
2973
+ */
2974
+ "paddingBlockEndXs"?: BoxTShirtSizeType;
2303
2975
  /**
2304
2976
  * Defines the top spacing.
2305
2977
  * @defaultValue none
2306
2978
  */
2307
2979
  "paddingBlockStart"?: BoxTShirtSizeType;
2980
+ /**
2981
+ * Defines the top spacing at the LG breakpoint.
2982
+ * @defaultValue none
2983
+ */
2984
+ "paddingBlockStartLg"?: BoxTShirtSizeType;
2985
+ /**
2986
+ * Defines the top spacing at the MD breakpoint.
2987
+ * @defaultValue none
2988
+ */
2989
+ "paddingBlockStartMd"?: BoxTShirtSizeType;
2990
+ /**
2991
+ * Defines the top spacing at the SM breakpoint.
2992
+ * @defaultValue none
2993
+ */
2994
+ "paddingBlockStartSm"?: BoxTShirtSizeType;
2995
+ /**
2996
+ * Defines the top spacing at the XL breakpoint.
2997
+ * @defaultValue none
2998
+ */
2999
+ "paddingBlockStartXl"?: BoxTShirtSizeType;
3000
+ /**
3001
+ * Defines the top spacing at the XS breakpoint.
3002
+ * @defaultValue none
3003
+ */
3004
+ "paddingBlockStartXs"?: BoxTShirtSizeType;
2308
3005
  /**
2309
3006
  * Defines the right spacing.
2310
3007
  * @defaultValue none
2311
3008
  */
2312
3009
  "paddingInlineEnd"?: BoxTShirtSizeType;
3010
+ /**
3011
+ * Defines the right spacing at the LG breakpoint.
3012
+ * @defaultValue none
3013
+ */
3014
+ "paddingInlineEndLg"?: BoxTShirtSizeType;
3015
+ /**
3016
+ * Defines the right spacing at the MD breakpoint.
3017
+ * @defaultValue none
3018
+ */
3019
+ "paddingInlineEndMd"?: BoxTShirtSizeType;
3020
+ /**
3021
+ * Defines the right spacing at the SM breakpoint.
3022
+ * @defaultValue none
3023
+ */
3024
+ "paddingInlineEndSm"?: BoxTShirtSizeType;
3025
+ /**
3026
+ * Defines the right spacing at the XL breakpoint.
3027
+ * @defaultValue none
3028
+ */
3029
+ "paddingInlineEndXl"?: BoxTShirtSizeType;
3030
+ /**
3031
+ * Defines the right spacing at the XS breakpoint.
3032
+ * @defaultValue none
3033
+ */
3034
+ "paddingInlineEndXs"?: BoxTShirtSizeType;
2313
3035
  /**
2314
3036
  * Defines the left spacing.
2315
3037
  * @defaultValue none
2316
3038
  */
2317
3039
  "paddingInlineStart"?: BoxTShirtSizeType;
3040
+ /**
3041
+ * Defines the left spacing at the LG breakpoint.
3042
+ * @defaultValue none
3043
+ */
3044
+ "paddingInlineStartLg"?: BoxTShirtSizeType;
3045
+ /**
3046
+ * Defines the left spacing at the MD breakpoint.
3047
+ * @defaultValue none
3048
+ */
3049
+ "paddingInlineStartMd"?: BoxTShirtSizeType;
3050
+ /**
3051
+ * Defines the left spacing at the SM breakpoint.
3052
+ * @defaultValue none
3053
+ */
3054
+ "paddingInlineStartSm"?: BoxTShirtSizeType;
3055
+ /**
3056
+ * Defines the left spacing at the XL breakpoint.
3057
+ * @defaultValue none
3058
+ */
3059
+ "paddingInlineStartXl"?: BoxTShirtSizeType;
3060
+ /**
3061
+ * Defines the left spacing at the XS breakpoint.
3062
+ * @defaultValue none
3063
+ */
3064
+ "paddingInlineStartXs"?: BoxTShirtSizeType;
3065
+ /**
3066
+ * Defines the spacing between the box items at the LG breakpoint.
3067
+ * @defaultValue none
3068
+ */
3069
+ "paddingLg"?: BoxTShirtSizeType;
3070
+ /**
3071
+ * Defines the spacing between the box items at the MD breakpoint.
3072
+ * @defaultValue none
3073
+ */
3074
+ "paddingMd"?: BoxTShirtSizeType;
3075
+ /**
3076
+ * Defines the spacing between the box items at the SM breakpoint.
3077
+ * @defaultValue none
3078
+ */
3079
+ "paddingSm"?: BoxTShirtSizeType;
3080
+ /**
3081
+ * Defines the spacing between the box items at the XL breakpoint.
3082
+ * @defaultValue none
3083
+ */
3084
+ "paddingXl"?: BoxTShirtSizeType;
3085
+ /**
3086
+ * Defines the spacing between the box items at the XS breakpoint.
3087
+ * @defaultValue none
3088
+ */
3089
+ "paddingXs"?: BoxTShirtSizeType;
2318
3090
  /**
2319
3091
  * Defines the box shadow.
2320
3092
  * @defaultValue none
@@ -2349,6 +3121,31 @@ declare namespace LocalJSX {
2349
3121
  * @defaultValue false
2350
3122
  */
2351
3123
  "wrap"?: boolean;
3124
+ /**
3125
+ * Defines whether flex items can wrap onto multiple lines at the LG breakpoint.
3126
+ * @defaultValue false
3127
+ */
3128
+ "wrapLg"?: boolean;
3129
+ /**
3130
+ * Defines whether flex items can wrap onto multiple lines at the MD breakpoint.
3131
+ * @defaultValue false
3132
+ */
3133
+ "wrapMd"?: boolean;
3134
+ /**
3135
+ * Defines whether flex items can wrap onto multiple lines at the SM breakpoint.
3136
+ * @defaultValue false
3137
+ */
3138
+ "wrapSm"?: boolean;
3139
+ /**
3140
+ * Defines whether flex items can wrap onto multiple lines at the XL breakpoint.
3141
+ * @defaultValue false
3142
+ */
3143
+ "wrapXl"?: boolean;
3144
+ /**
3145
+ * Defines whether flex items can wrap onto multiple lines at the XS breakpoint.
3146
+ * @defaultValue false
3147
+ */
3148
+ "wrapXs"?: boolean;
2352
3149
  }
2353
3150
  interface PdsButton {
2354
3151
  /**
@@ -2878,6 +3675,11 @@ declare namespace LocalJSX {
2878
3675
  * @default false
2879
3676
  */
2880
3677
  "open"?: boolean;
3678
+ /**
3679
+ * Whether the modal content should be scrollable
3680
+ * @default true
3681
+ */
3682
+ "scrollable"?: boolean;
2881
3683
  /**
2882
3684
  * The size of the modal
2883
3685
  * @default 'md'
@@ -2886,7 +3688,7 @@ declare namespace LocalJSX {
2886
3688
  }
2887
3689
  interface PdsModalContent {
2888
3690
  /**
2889
- * The border style for the content area. Automatically set based on available space of the modal content.
3691
+ * The border style for the content area. When not explicitly set, automatically determined based on scroll state.
2890
3692
  * @default 'none'
2891
3693
  */
2892
3694
  "border"?: 'none' | 'both' | 'top' | 'bottom';
@@ -3032,6 +3834,14 @@ declare namespace LocalJSX {
3032
3834
  * Defines the spacing between the row items.
3033
3835
  */
3034
3836
  "colGap"?: BoxTShirtSizeType | null;
3837
+ /**
3838
+ * Defines the spacing between the row items vertically.
3839
+ */
3840
+ "colGapBlock"?: BoxTShirtSizeType | null;
3841
+ /**
3842
+ * Defines the spacing between the row items horizontally.
3843
+ */
3844
+ "colGapInline"?: BoxTShirtSizeType | null;
3035
3845
  /**
3036
3846
  * A unique identifier used for the underlying component `id` attribute.
3037
3847
  */
@@ -3422,6 +4232,10 @@ declare namespace LocalJSX {
3422
4232
  * Text to be displayed as the textarea label.
3423
4233
  */
3424
4234
  "label"?: string;
4235
+ /**
4236
+ * Specifies the maximum number of characters allowed in the textarea. When set, displays a character counter.
4237
+ */
4238
+ "maxLength"?: number;
3425
4239
  /**
3426
4240
  * Specifies the name. Submitted with the form name/value pair. This value will mirror the componentId.
3427
4241
  */