@iress-oss/ids-mcp-server 5.15.0 → 6.0.0-alpha.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 (104) hide show
  1. package/generated/docs/components-alert-docs.md +579 -7
  2. package/generated/docs/components-autocomplete-docs.md +694 -15
  3. package/generated/docs/components-autocomplete-recipes-docs.md +1 -1
  4. package/generated/docs/components-badge-docs.md +442 -59
  5. package/generated/docs/components-button-docs.md +1150 -70
  6. package/generated/docs/components-buttongroup-docs.md +441 -3
  7. package/generated/docs/components-card-docs.md +487 -37
  8. package/generated/docs/components-checkbox-docs.md +506 -5
  9. package/generated/docs/components-checkboxgroup-docs.md +586 -191
  10. package/generated/docs/components-checkboxgroup-recipes-docs.md +3 -3
  11. package/generated/docs/components-col-docs.md +451 -36
  12. package/generated/docs/components-container-docs.md +32 -0
  13. package/generated/docs/components-divider-docs.md +427 -27
  14. package/generated/docs/components-expander-docs.md +487 -108
  15. package/generated/docs/components-field-docs.md +1400 -68
  16. package/generated/docs/components-filter-docs.md +268 -55
  17. package/generated/docs/components-hide-docs.md +447 -10
  18. package/generated/docs/components-icon-docs.md +522 -259
  19. package/generated/docs/components-image-docs.md +493 -0
  20. package/generated/docs/components-inline-docs.md +1179 -44
  21. package/generated/docs/components-input-docs.md +544 -12
  22. package/generated/docs/components-input-recipes-docs.md +4 -4
  23. package/generated/docs/components-inputcurrency-docs.md +532 -0
  24. package/generated/docs/components-inputcurrency-recipes-docs.md +4 -5
  25. package/generated/docs/components-introduction-docs.md +450 -0
  26. package/generated/docs/components-label-docs.md +454 -27
  27. package/generated/docs/components-link-docs.md +586 -0
  28. package/generated/docs/components-menu-docs.md +531 -89
  29. package/generated/docs/components-menu-menuitem-docs.md +556 -10
  30. package/generated/docs/components-modal-docs.md +814 -55
  31. package/generated/docs/components-panel-docs.md +418 -198
  32. package/generated/docs/components-placeholder-docs.md +420 -1
  33. package/generated/docs/components-popover-docs.md +1097 -32
  34. package/generated/docs/components-popover-recipes-docs.md +39 -73
  35. package/generated/docs/components-progress-docs.md +464 -0
  36. package/generated/docs/components-provider-docs.md +57 -2
  37. package/generated/docs/components-radio-docs.md +460 -4
  38. package/generated/docs/components-radiogroup-docs.md +586 -116
  39. package/generated/docs/components-readonly-docs.md +450 -4
  40. package/generated/docs/components-richselect-docs.md +4660 -1257
  41. package/generated/docs/components-row-docs.md +2065 -588
  42. package/generated/docs/components-select-docs.md +489 -5
  43. package/generated/docs/components-skeleton-docs.md +399 -16
  44. package/generated/docs/components-skeleton-recipes-docs.md +7 -7
  45. package/generated/docs/components-skiplink-docs.md +548 -27
  46. package/generated/docs/components-slideout-docs.md +648 -150
  47. package/generated/docs/components-slider-docs.md +515 -33
  48. package/generated/docs/components-spinner-docs.md +393 -2
  49. package/generated/docs/components-stack-docs.md +732 -74
  50. package/generated/docs/components-table-ag-grid-docs.md +497 -127
  51. package/generated/docs/components-table-docs.md +1049 -27
  52. package/generated/docs/components-tabset-docs.md +454 -27
  53. package/generated/docs/components-tabset-tab-docs.md +464 -0
  54. package/generated/docs/components-tag-docs.md +452 -19
  55. package/generated/docs/components-text-docs.md +322 -131
  56. package/generated/docs/components-toaster-docs.md +463 -53
  57. package/generated/docs/components-toggle-docs.md +476 -20
  58. package/generated/docs/components-tooltip-docs.md +443 -7
  59. package/generated/docs/components-validationmessage-docs.md +933 -13
  60. package/generated/docs/extensions-editor-docs.md +906 -13
  61. package/generated/docs/extensions-editor-recipes-docs.md +51 -1
  62. package/generated/docs/foundations-accessibility-docs.md +1 -23
  63. package/generated/docs/foundations-grid-docs.md +74 -0
  64. package/generated/docs/foundations-introduction-docs.md +6 -4
  65. package/generated/docs/foundations-responsive-breakpoints-docs.md +193 -0
  66. package/generated/docs/foundations-tokens-colour-docs.md +564 -0
  67. package/generated/docs/foundations-tokens-elevation-docs.md +155 -0
  68. package/generated/docs/foundations-tokens-introduction-docs.md +190 -0
  69. package/generated/docs/foundations-tokens-radius-docs.md +71 -0
  70. package/generated/docs/foundations-tokens-spacing-docs.md +89 -0
  71. package/generated/docs/foundations-tokens-typography-docs.md +322 -0
  72. package/generated/docs/foundations-z-index-stacking-docs.md +31 -0
  73. package/generated/docs/guidelines.md +1537 -295
  74. package/generated/docs/introduction-docs.md +65 -21
  75. package/generated/docs/news-version-6-docs.md +93 -0
  76. package/generated/docs/patterns-form-docs.md +3902 -0
  77. package/generated/docs/patterns-form-recipes-docs.md +1370 -0
  78. package/generated/docs/patterns-introduction-docs.md +24 -0
  79. package/generated/docs/patterns-loading-docs.md +2940 -201
  80. package/generated/docs/resources-introduction-docs.md +38 -0
  81. package/generated/docs/resources-mcp-server-docs.md +27 -0
  82. package/generated/docs/styling-props-colour-docs.md +172 -0
  83. package/generated/docs/styling-props-elevation-docs.md +88 -0
  84. package/generated/docs/styling-props-radius-docs.md +86 -0
  85. package/generated/docs/styling-props-reference-docs.md +160 -0
  86. package/generated/docs/styling-props-screen-readers-docs.md +71 -0
  87. package/generated/docs/styling-props-sizing-docs.md +627 -0
  88. package/generated/docs/styling-props-spacing-docs.md +2282 -0
  89. package/generated/docs/styling-props-typography-docs.md +121 -0
  90. package/generated/docs/themes-available-themes-docs.md +29 -29
  91. package/generated/docs/themes-introduction-docs.md +1 -1
  92. package/package.json +3 -22
  93. package/generated/docs/components-button-recipes-docs.md +0 -76
  94. package/generated/docs/components-card-recipes-docs.md +0 -89
  95. package/generated/docs/components-combobox-docs.md +0 -1016
  96. package/generated/docs/components-form-docs.md +0 -2410
  97. package/generated/docs/components-form-recipes-docs.md +0 -886
  98. package/generated/docs/components-navbar-docs.md +0 -291
  99. package/generated/docs/components-navbar-recipes-docs.md +0 -413
  100. package/generated/docs/components-toaster-toast-docs.md +0 -157
  101. package/generated/docs/foundations-colours-docs.md +0 -257
  102. package/generated/docs/foundations-typography-docs.md +0 -191
  103. package/generated/docs/resources-changelog-docs.md +0 -6
  104. package/generated/docs/themes-tokens-docs.md +0 -1200
@@ -6,11 +6,19 @@ Overview
6
6
 
7
7
  `IressInline` renders a set of components in a row with equal spacing around them, wrapping onto multiple lines when necessary.
8
8
 
9
+ * * *
10
+
11
+ Updated
12
+
13
+ **Recently updated**
14
+
15
+ This component has been recently updated with new props. The props have been marked as beta. Please tell us if there are any issues.
16
+
9
17
  Hide code
10
18
 
11
19
  \[data-radix-scroll-area-viewport\] { scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; } \[data-radix-scroll-area-viewport\]::-webkit-scrollbar { display: none; } :where(\[data-radix-scroll-area-viewport\]) { display: flex; flex-direction: column; align-items: stretch; } :where(\[data-radix-scroll-area-content\]) { flex-grow: 1; }
12
20
 
13
- <IressInline gutter\="md"\>
21
+ <IressInline gap\="spacing.400"\>
14
22
  <IressPlaceholder
15
23
  style\={{
16
24
  minHeight: '30px'
@@ -45,14 +53,487 @@ Hide code
45
53
 
46
54
  Copy
47
55
 
56
+ [](#props)Props
57
+ ---------------
58
+
59
+ | Name | Description | Default | Control |
60
+ | --- | --- | --- | --- |
61
+ | bg |
62
+ **`bg`** sets the background color of an element using the `background-color` css property using the color tokens in the design system.
63
+
64
+ We recommend using the following token values for best background contrast:
65
+
66
+ * `colour.primary.fill` for primary backgrounds that need to stand out
67
+ * `colour.primary.surface` for primary backgrounds that need to be less prominent
68
+ * `colour.neutral.10` for the base background color, normally white in light mode or shade of grey in dark mode
69
+ * `colour.neutral.20` for a slightly darker background color, used in neutral state components
70
+ * `colour.system.danger.fill` for error backgrounds that need to stand out
71
+ * `colour.system.danger.surface` for error backgrounds that need to be less prominent
72
+ * `colour.system.success.fill` for success backgrounds that need to stand out
73
+ * `colour.system.success.surface` for success backgrounds that need to be less prominent
74
+ * `colour.system.warning.fill` for warning backgrounds that need to stand out
75
+ * `colour.system.warning.surface` for warning backgrounds that need to be less prominent
76
+ * `colour.system.info.fill` for info backgrounds that need to stand out
77
+ * `colour.system.info.surface` for info backgrounds that need to be less prominent
78
+
79
+ ResponsiveProp<ColorToken> | undefined
80
+
81
+ | \- | Set object |
82
+ | borderRadius |
83
+
84
+ The **`border-radius`** CSS property rounds the corners of an element's outer border edge using the radius tokens in the design system.
85
+
86
+ | Chrome | Firefox | Safari | Edge | IE |
87
+ | --- | --- | --- | --- | --- |
88
+ | **4** | **4** | **5** | **12** | **9** |
89
+ | 1 _\-x-_ | | 3 _\-x-_ | | |
90
+
91
+ ResponsiveProp<RadiusToken> | undefined
92
+
93
+ | \- | Set object |
94
+ | children |
95
+
96
+ Content to be displayed inline.
97
+
98
+ ReactNode
99
+
100
+
101
+
102
+ | \- | Choose option...evenunevenstory |
103
+ | color |
104
+
105
+ The **`color`** CSS property sets the foreground color value of an element's text and text decorations using the colour tokens from the design system. It also sets the `currentcolor` value. `currentcolor` may be used as an indirect value on _other_ properties and is the default for other color properties, such as `border-color`.
106
+
107
+ We recommend using the following token values for best color contrast:
108
+
109
+ * `colour.primary.onFill` used on top of `colour.primary.fill` for primary text that needs to stand out
110
+ * `colour.primary.text` used on top of `colour.primary.surface` or `colour.neutral.10` for primary text that needs to be less prominent
111
+ * `colour.neutral.70` used on top of `colour.neutral.10` or `colour.neutral.20` for muted text
112
+ * `colour.neutral.80` used on top of `colour.neutral.10` or `colour.neutral.20` for standard text
113
+ * `colour.system.danger.onFill` used on top of `colour.system.danger.fill` for error text that needs to stand out
114
+ * `colour.system.danger.text` used on top of `colour.system.danger.surface` for error text that needs to be less prominent
115
+ * `colour.system.success.onFill` used on top of `colour.system.success.fill` for success text that needs to stand out
116
+ * `colour.system.success.text` used on top of `colour.system.success.surface` for success text that needs to be less prominent
117
+ * `colour.system.warning.onFill` used on top of `colour.system.warning.fill` for warning text that needs to stand out
118
+ * `colour.system.warning.text` used on top of `colour.system.warning.surface` for warning text that needs to be less prominent
119
+ * `colour.system.info.onFill` used on top of `colour.system.info.fill` for informative text that needs to stand out
120
+ * `colour.system.info.text` used on top of `colour.system.info.surface` for informative text that needs to be less prominent
121
+
122
+ ResponsiveProp<ColorToken> | undefined
123
+
124
+ | \- | Set object |
125
+ | focusable |
126
+
127
+ The `focusable` prop is used to apply the focus elevation when focused. It can be set to `true` to apply focus styles on focus, or `'within'` to apply focus styles when the element or any of its children are focused.
128
+
129
+ "true""within"undefined
130
+
131
+
132
+
133
+ | \- | Set object |
134
+ | gap |
135
+
136
+ Sets the gap between direct children.
137
+
138
+ ResponsiveProp<"xs" | "sm" | "md" | "lg" | "xl" | "none" | "spacing.000" | "spacing.050" | "spacing.100" | "spacing.150" | "spacing.200" | "spacing.250" | "spacing.300" | "spacing.350" | ... 9 more ... | "slider.tick"> | undefined
139
+
140
+ | \- |
141
+
142
+ "spacing.400"
143
+
144
+ |
145
+ | hide |
146
+
147
+ Set **`hide`** to hide an element completely using `display: none`. It can also be set to an object of breakpoints to hide the element at specific breakpoints.
148
+
149
+ Hide on all breakpoints: `hide: true` Hide on specific breakpoints: `hide: { xs: false, sm: true, md: false, lg: true, xl: false, xxl: true }`
150
+
151
+ Notes:
152
+
153
+ * If you need to hide an element but allow it to be visible to screen readers, use the `srOnly` prop instead.
154
+ * Consider if you can conditionally render the element instead of hiding it.
155
+
156
+ ResponsiveProp<boolean> | undefined
157
+
158
+ | \- | Set object |
159
+ | horizontalAlign |
160
+
161
+ Sets the horizontal alignment of the inline content.
162
+
163
+ "center""left""right""around""between""evenly"undefined
164
+
165
+
166
+
167
+ | \- | Set object |
168
+ | layerStyle |
169
+
170
+ Elevate a layer by using a **`layerStyle`**. These are connected to the elevation tokens in the design system. They can be combined to create hierarchy and structure.
171
+
172
+ * `elevation.raised`: Raised elevations sit slightly higher than other content. They are reserved for cards that can be moved, such as Jira issue cards and Trello cards. In special circumstances, they can be used for cards as a way to provide additional heirarchy or emphasis.
173
+ * `elevation.floating`: Floating is the highest elevation available. It is reserved for a UI that sits over another UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons.
174
+ * `elevation.overflow`: Overflow is a shadow indicating content has scrolled outside a view. It can be used for vertical or horizontal scroll. An example of overflow shadows is the horizontal scroll in tables on a Confluence page.
175
+
176
+ ResponsiveProp<"elevation.raised" | "elevation.floating" | "elevation.overflow" | "elevation.focus" | "elevation.focusCompact"> | undefined
177
+
178
+ | \- | Set object |
179
+ | m |
180
+
181
+ The **`m`** property is short for `margin`, and sets the margin area on all four sides of an element.
182
+
183
+ It uses the spacing tokens in the design system. You can also use the negative values to overlap elements or ignore padding based on the design requirements.
184
+
185
+ | Chrome | Firefox | Safari | Edge | IE |
186
+ | --- | --- | --- | --- | --- |
187
+ | **1** | **1** | **1** | **12** | **3** |
188
+
189
+ ResponsiveProp<SpacingToken | "auto"> | undefined
190
+
191
+ | \- | Set object |
192
+ | maxWidth |
193
+
194
+ The **`max-width`** CSS property sets the maximum width of an element. It prevents the used value of the `width` property from becoming larger than the value specified by `max-width`.
195
+
196
+ | Chrome | Firefox | Safari | Edge | IE |
197
+ | --- | --- | --- | --- | --- |
198
+ | **1** | **1** | **1** | **12** | **7** |
199
+
200
+ ResponsiveProp<"auto" | SizeToken | "screen" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | ... 8 more ... | "11/12"> | undefined
201
+
202
+ | \- | Set object |
203
+ | mb |
204
+
205
+ The **`mb`** property is short for `margin-bottom` and sets the margin area on the bottom side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.
206
+
207
+ It uses the spacing tokens in the design system.
208
+
209
+ | Chrome | Firefox | Safari | Edge | IE |
210
+ | --- | --- | --- | --- | --- |
211
+ | **1** | **1** | **1** | **12** | **3** |
212
+
213
+ ResponsiveProp<SpacingToken | "auto"> | undefined
214
+
215
+ | \- | Set object |
216
+ | ml |
217
+
218
+ The **`ml`** property is short for `margin-left` and sets the margin area on the left side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.
219
+
220
+ It uses the spacing tokens in the design system.
221
+
222
+ | Chrome | Firefox | Safari | Edge | IE |
223
+ | --- | --- | --- | --- | --- |
224
+ | **1** | **1** | **1** | **12** | **3** |
225
+
226
+ ResponsiveProp<SpacingToken | "auto"> | undefined
227
+
228
+ | \- | Set object |
229
+ | mr |
230
+
231
+ The **`mr`** property is short for `margin-right` and sets the margin area on the right side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.
232
+
233
+ It uses the spacing tokens in the design system.
234
+
235
+ | Chrome | Firefox | Safari | Edge | IE |
236
+ | --- | --- | --- | --- | --- |
237
+ | **1** | **1** | **1** | **12** | **3** |
238
+
239
+ ResponsiveProp<SpacingToken | "auto"> | undefined
240
+
241
+ | \- | Set object |
242
+ | mt |
243
+
244
+ The **`mt`** property is short for `margin-top` and sets the margin area on the top side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.
245
+
246
+ It uses the spacing tokens in the design system.
247
+
248
+ | Chrome | Firefox | Safari | Edge | IE |
249
+ | --- | --- | --- | --- | --- |
250
+ | **1** | **1** | **1** | **12** | **3** |
251
+
252
+ ResponsiveProp<SpacingToken | "auto"> | undefined
253
+
254
+ | \- | Set object |
255
+ | mx |
256
+
257
+ The **`mx`** property is short for `margin-inline`. It is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
258
+
259
+ It uses the spacing tokens in the design system. You can also use the negative values to overlap elements or ignore padding based on the design requirements.
260
+
261
+ | Chrome | Firefox | Safari | Edge | IE |
262
+ | --- | --- | --- | --- | --- |
263
+ | **1** | **1** | **1** | **12** | **3** |
264
+
265
+ ResponsiveProp<SpacingToken | "auto"> | undefined
266
+
267
+ | \- | Set object |
268
+ | my |
269
+
270
+ The **`my`** property is short for `margin-block`. It defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
271
+
272
+ It uses the spacing tokens in the design system. You can also use the negative values to overlap elements or ignore padding based on the design requirements.
273
+
274
+ | Chrome | Firefox | Safari | Edge | IE |
275
+ | --- | --- | --- | --- | --- |
276
+ | **1** | **1** | **1** | **12** | **3** |
277
+
278
+ ResponsiveProp<SpacingToken | "auto"> | undefined
279
+
280
+ | \- | Set object |
281
+ | noGutter |
282
+
283
+ The **`noGutter`** property is used to remove the bottom margin from the last child of a component. This is useful when you want to avoid extra spacing at the end of a layout.
284
+
285
+ booleanundefined
286
+
287
+
288
+
289
+ | \- | Set object |
290
+ | noWrap |
291
+
292
+ Wraps content when stretches beyond container.
293
+
294
+ booleanundefined
295
+
296
+
297
+
298
+ | \- | Set object |
299
+ | p |
300
+
301
+ The **`p`** property is short for `padding`, and sets the padding area on all four sides of an element at once.
302
+
303
+ It uses the spacing tokens in the design system. Padding cannot use negative values, if you need to overlap elements or ignore padding, use the margin property instead.
304
+
305
+ | Chrome | Firefox | Safari | Edge | IE |
306
+ | --- | --- | --- | --- | --- |
307
+ | **1** | **1** | **1** | **12** | **3** |
308
+
309
+ ResponsiveProp<"xs" | "sm" | "md" | "lg" | "xl" | "none" | "spacing.000" | "spacing.050" | "spacing.100" | "spacing.150" | "spacing.200" | "spacing.250" | "spacing.300" | "spacing.350" | ... 9 more ... | "slider.tick"> | undefined
310
+
311
+ | \- | Set object |
312
+ | pb |
313
+
314
+ The **`pb`** property is short for `padding-bottom` and sets the padding area on the bottom side of an element.
315
+
316
+ It uses the spacing tokens in the design system. Padding cannot use negative values, if you need to overlap elements or ignore padding, use the margin property instead.
317
+
318
+ | Chrome | Firefox | Safari | Edge | IE |
319
+ | --- | --- | --- | --- | --- |
320
+ | **1** | **1** | **1** | **12** | **3** |
321
+
322
+ ResponsiveProp<"xs" | "sm" | "md" | "lg" | "xl" | "none" | "spacing.000" | "spacing.050" | "spacing.100" | "spacing.150" | "spacing.200" | "spacing.250" | "spacing.300" | "spacing.350" | ... 9 more ... | "slider.tick"> | undefined
323
+
324
+ | \- | Set object |
325
+ | pl |
326
+
327
+ The **`pl`** property is short for `padding-left` and sets the padding area on the left side of an element.
328
+
329
+ It uses the spacing tokens in the design system. Padding cannot use negative values, if you need to overlap elements or ignore padding, use the margin property instead.
330
+
331
+ | Chrome | Firefox | Safari | Edge | IE |
332
+ | --- | --- | --- | --- | --- |
333
+ | **1** | **1** | **1** | **12** | **3** |
334
+
335
+ ResponsiveProp<"xs" | "sm" | "md" | "lg" | "xl" | "none" | "spacing.000" | "spacing.050" | "spacing.100" | "spacing.150" | "spacing.200" | "spacing.250" | "spacing.300" | "spacing.350" | ... 9 more ... | "slider.tick"> | undefined
336
+
337
+ | \- | Set object |
338
+ | pr |
339
+
340
+ The **`pr`** property is short for `padding-right` and sets the padding area on the right side of an element.
341
+
342
+ It uses the spacing tokens in the design system. Padding cannot use negative values, if you need to overlap elements or ignore padding, use the margin property instead.
343
+
344
+ | Chrome | Firefox | Safari | Edge | IE |
345
+ | --- | --- | --- | --- | --- |
346
+ | **1** | **1** | **1** | **12** | **3** |
347
+
348
+ ResponsiveProp<"xs" | "sm" | "md" | "lg" | "xl" | "none" | "spacing.000" | "spacing.050" | "spacing.100" | "spacing.150" | "spacing.200" | "spacing.250" | "spacing.300" | "spacing.350" | ... 9 more ... | "slider.tick"> | undefined
349
+
350
+ | \- | Set object |
351
+ | pt |
352
+
353
+ The **`pt`** property is short for `padding-top` and sets the padding area on the top side of an element.
354
+
355
+ It uses the spacing tokens in the design system. Padding cannot use negative values, if you need to overlap elements or ignore padding, use the margin property instead.
356
+
357
+ | Chrome | Firefox | Safari | Edge | IE |
358
+ | --- | --- | --- | --- | --- |
359
+ | **1** | **1** | **1** | **12** | **3** |
360
+
361
+ ResponsiveProp<"xs" | "sm" | "md" | "lg" | "xl" | "none" | "spacing.000" | "spacing.050" | "spacing.100" | "spacing.150" | "spacing.200" | "spacing.250" | "spacing.300" | "spacing.350" | ... 9 more ... | "slider.tick"> | undefined
362
+
363
+ | \- | Set object |
364
+ | px |
365
+
366
+ The **`px`** property is short for `padding-inline`. It is a shorthand property that defines both the logical inline start and end paddings of an element, which maps to physical paddings depending on the element's writing mode, directionality, and text orientation.
367
+
368
+ It uses the spacing tokens in the design system. Padding cannot use negative values, if you need to overlap elements or ignore padding, use the margin property instead.
369
+
370
+ | Chrome | Firefox | Safari | Edge | IE |
371
+ | --- | --- | --- | --- | --- |
372
+ | **1** | **1** | **1** | **12** | **3** |
373
+
374
+ ResponsiveProp<"xs" | "sm" | "md" | "lg" | "xl" | "none" | "spacing.000" | "spacing.050" | "spacing.100" | "spacing.150" | "spacing.200" | "spacing.250" | "spacing.300" | "spacing.350" | ... 9 more ... | "slider.tick"> | undefined
375
+
376
+ | \- | Set object |
377
+ | py |
378
+
379
+ The **`py`** property is short for `padding-block`. It defines the logical block start and end paddings of an element, which maps to physical paddings depending on the element's writing mode, directionality, and text orientation.
380
+
381
+ It uses the spacing tokens in the design system. Padding cannot use negative values, if you need to overlap elements or ignore padding, use the margin property instead.
382
+
383
+ | Chrome | Firefox | Safari | Edge | IE |
384
+ | --- | --- | --- | --- | --- |
385
+ | **1** | **1** | **1** | **12** | **3** |
386
+
387
+ ResponsiveProp<"xs" | "sm" | "md" | "lg" | "xl" | "none" | "spacing.000" | "spacing.050" | "spacing.100" | "spacing.150" | "spacing.200" | "spacing.250" | "spacing.300" | "spacing.350" | ... 9 more ... | "slider.tick"> | undefined
388
+
389
+ | \- | Set object |
390
+ | rowGap |
391
+
392
+ Sets the size of the top and bottom gap between direct children when they begin to wrap.
393
+
394
+ ResponsiveProp<"xs" | "sm" | "md" | "lg" | "xl" | "none" | "spacing.000" | "spacing.050" | "spacing.100" | "spacing.150" | "spacing.200" | "spacing.250" | "spacing.300" | "spacing.350" | ... 9 more ... | "slider.tick"> | undefined
395
+
396
+ | \- | Set object |
397
+ | srOnly |
398
+
399
+ Set **`srOnly`** to hide an element visually but still make it accessible to screen readers. It can also be set to an object of breakpoints to hide the element at specific breakpoints.
400
+
401
+ Hide on all breakpoints: `srOnly: true` Hide on specific breakpoints: `srOnly: { xs: false, sm: true, md: false, lg: true, xl: false, xxl: true }`
402
+
403
+ ResponsiveProp<boolean> | undefined
404
+
405
+ | \- | Set object |
406
+ | stretch |
407
+
408
+ The **`stretch`** property is used to stretch an element to fill the available space in its parent container. It sets the `height` property to `100%` and `alignSelf` to `stretch`, allowing the element to expand and contract based on the size of its parent.
409
+
410
+ booleanundefined
411
+
412
+
413
+
414
+ | \- | Set object |
415
+ | textAlign |
416
+
417
+ The **`text-align`** CSS property sets the horizontal alignment of the inline-level content inside a block element or table-cell box.
418
+
419
+ | Chrome | Firefox | Safari | Edge | IE |
420
+ | --- | --- | --- | --- | --- |
421
+ | **1** | **1** | **1** | **12** | **3** |
422
+
423
+ ResponsiveProp<"center" | "left" | "right" | "inherit" | "justify"> | undefined
424
+
425
+ | \- | Set object |
426
+ | textStyle |
427
+
428
+ Select the typography to be used using the **`textStyle`** prop. These are connected to the typography tokens in the design system.'
429
+
430
+ * `typography.body.sm` - Use for small components such as badges and disclaimers, as well as compact variations of tables and lists.
431
+ * `typography.body.md` - The most commonly used body text size, used for most text content in the product and the default state of all components in the design system.
432
+ * `typography.body.lg` - Use for tag lines, subtitles, and other large text content in the product.
433
+ * `typography.heading.1` - Use for the main page title to establish a clear hierarchy. There is typically only one H1 per screen, emphasising the primary purpose or context of the page.
434
+ * `typography.heading.2` - Use for primary section headings within a page to organise content and guide the user through key areas. Also suitable for large components—such as modals—where space allows and where it pairs well with body.md or body.lg.
435
+ * `typography.heading.3` - Use for sub-sections under H2s to further structure content and maintain a clear visual hierarchy. Ideal for breaking down complex sections into manageable parts.
436
+ * `typography.heading.4` - Use for supporting headings within content blocks or small components where space is limited—such as table headers, cards, or side panels. Provides structure without overwhelming the layout.
437
+ * `typography.heading.5` - Use for minor labels or titles in compact UI elements, such as cards, sidebars, or inline labels. Best used to emphasise supplementary information without drawing too much attention. Works well with body.sm and is ideal for subtle content like fine print. Use sparingly to preserve typographic hierarchy.
438
+ * `typography.code` - Used to display code snippets in the product, such as in the API documentation.
439
+
440
+ ResponsiveProp<"typography.heading.1" | "typography.heading.2" | "typography.heading.3" | "typography.heading.4" | "typography.heading.5" | "typography.body.sm" | "typography.body.sm.regular" | ... 10 more ... | "typography.code"> | undefined
441
+
442
+ | \- | Set object |
443
+ | verticalAlign |
444
+
445
+ Sets the vertical alignment of the inline content.
446
+
447
+ "stretch""bottom""top""middle"undefined
448
+
449
+
450
+
451
+ | \- | Set object |
452
+ | width |
453
+
454
+ The **`width`** CSS property sets an element's width. By default, it sets the width of the content area, but if `box-sizing` is set to `border-box`, it sets the width of the border area.
455
+
456
+ This prop only allows widths available throughout the component library. To use a custom width, you need to use the `style` prop, or add a custom class to the element and use CSS.
457
+
458
+ | Chrome | Firefox | Safari | Edge | IE |
459
+ | --- | --- | --- | --- | --- |
460
+ | **1** | **1** | **1** | **12** | **4** |
461
+
462
+ ResponsiveProp<"auto" | SizeToken | "screen" | "1/2" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | ... 8 more ... | "11/12"> | undefined
463
+
464
+ | \- | Set object |
465
+
48
466
  [](#examples)Examples
49
467
  ---------------------
50
468
 
51
- ### [](#gutter)Gutter
469
+ ### [](#gap)Gap
52
470
 
53
471
  Inline spacing is applied to the direct children of the `IressInline` component.
54
472
 
55
- The amount of spacing is controlled by the `gutter` prop and can be set to: `none`, `xs`, `sm`, `md`, `lg` or `xl`.
473
+ The amount of spacing is controlled by the `gap` prop and can be set from `spacing.000` to `spacing.1200`.
474
+
475
+ #### [](#what-happened-to-gutter)What happened to `gutter`?
476
+
477
+ The previous `gutter` prop has been replaced by `gap`, which uses the latest set of spacing tokens.
478
+
479
+ Here is the mapping of previous `gutter` scale and current `gap` value:
480
+
481
+ | Deprecated Gutter Scale | New Gap Value |
482
+ | --- | --- |
483
+ | none | spacing.000 |
484
+ | xs | spacing.100 |
485
+ | sm | spacing.200 |
486
+ | md | spacing.400 |
487
+ | lg | spacing.700 |
488
+ | xl | spacing.1200 |
489
+
490
+ spacing.000
491
+ -----------
492
+
493
+ spacing.050
494
+ -----------
495
+
496
+ spacing.100
497
+ -----------
498
+
499
+ spacing.150
500
+ -----------
501
+
502
+ spacing.200
503
+ -----------
504
+
505
+ spacing.250
506
+ -----------
507
+
508
+ spacing.300
509
+ -----------
510
+
511
+ spacing.350
512
+ -----------
513
+
514
+ spacing.400
515
+ -----------
516
+
517
+ spacing.500
518
+ -----------
519
+
520
+ spacing.600
521
+ -----------
522
+
523
+ spacing.700
524
+ -----------
525
+
526
+ spacing.800
527
+ -----------
528
+
529
+ spacing.900
530
+ -----------
531
+
532
+ spacing.1000
533
+ ------------
534
+
535
+ spacing.1200
536
+ ------------
56
537
 
57
538
  none
58
539
  ----
@@ -72,15 +553,21 @@ lg
72
553
  xl
73
554
  --
74
555
 
556
+ field.footer
557
+ ------------
558
+
559
+ slider.tick
560
+ -----------
561
+
75
562
  Hide code
76
563
 
77
564
  \[data-radix-scroll-area-viewport\] { scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; } \[data-radix-scroll-area-viewport\]::-webkit-scrollbar { display: none; } :where(\[data-radix-scroll-area-viewport\]) { display: flex; flex-direction: column; align-items: stretch; } :where(\[data-radix-scroll-area-content\]) { flex-grow: 1; }
78
565
 
79
- <IressStack gutter\="xl"\>
566
+ <IressStack gap\="spacing.1200"\>
80
567
  <IressText\>
81
568
  <h2\>
82
- none </h2\>
83
- <IressInline gutter\="none"\>
569
+ spacing.000 </h2\>
570
+ <IressInline gap\="spacing.000"\>
84
571
  <IressPlaceholder
85
572
  style\={{
86
573
  minHeight: '50px'
@@ -115,8 +602,8 @@ Hide code
115
602
  </IressText\>
116
603
  <IressText\>
117
604
  <h2\>
118
- xs </h2\>
119
- <IressInline gutter\="xs"\>
605
+ spacing.050 </h2\>
606
+ <IressInline gap\="spacing.050"\>
120
607
  <IressPlaceholder
121
608
  style\={{
122
609
  minHeight: '50px'
@@ -151,8 +638,8 @@ Hide code
151
638
  </IressText\>
152
639
  <IressText\>
153
640
  <h2\>
154
- sm </h2\>
155
- <IressInline gutter\="sm"\>
641
+ spacing.100 </h2\>
642
+ <IressInline gap\="spacing.100"\>
156
643
  <IressPlaceholder
157
644
  style\={{
158
645
  minHeight: '50px'
@@ -187,8 +674,8 @@ Hide code
187
674
  </IressText\>
188
675
  <IressText\>
189
676
  <h2\>
190
- md </h2\>
191
- <IressInline gutter\="md"\>
677
+ spacing.150 </h2\>
678
+ <IressInline gap\="spacing.150"\>
192
679
  <IressPlaceholder
193
680
  style\={{
194
681
  minHeight: '50px'
@@ -223,8 +710,8 @@ Hide code
223
710
  </IressText\>
224
711
  <IressText\>
225
712
  <h2\>
226
- lg </h2\>
227
- <IressInline gutter\="lg"\>
713
+ spacing.200 </h2\>
714
+ <IressInline gap\="spacing.200"\>
228
715
  <IressPlaceholder
229
716
  style\={{
230
717
  minHeight: '50px'
@@ -259,8 +746,656 @@ Hide code
259
746
  </IressText\>
260
747
  <IressText\>
261
748
  <h2\>
262
- xl </h2\>
263
- <IressInline gutter\="xl"\>
749
+ spacing.250 </h2\>
750
+ <IressInline gap\="spacing.250"\>
751
+ <IressPlaceholder
752
+ style\={{
753
+ minHeight: '50px'
754
+ }}
755
+ width\="50"
756
+ />
757
+ <IressPlaceholder
758
+ style\={{
759
+ minHeight: '50px'
760
+ }}
761
+ width\="50"
762
+ />
763
+ <IressPlaceholder
764
+ style\={{
765
+ minHeight: '50px'
766
+ }}
767
+ width\="50"
768
+ />
769
+ <IressPlaceholder
770
+ style\={{
771
+ minHeight: '50px'
772
+ }}
773
+ width\="50"
774
+ />
775
+ <IressPlaceholder
776
+ style\={{
777
+ minHeight: '50px'
778
+ }}
779
+ width\="50"
780
+ />
781
+ </IressInline\>
782
+ </IressText\>
783
+ <IressText\>
784
+ <h2\>
785
+ spacing.300 </h2\>
786
+ <IressInline gap\="spacing.300"\>
787
+ <IressPlaceholder
788
+ style\={{
789
+ minHeight: '50px'
790
+ }}
791
+ width\="50"
792
+ />
793
+ <IressPlaceholder
794
+ style\={{
795
+ minHeight: '50px'
796
+ }}
797
+ width\="50"
798
+ />
799
+ <IressPlaceholder
800
+ style\={{
801
+ minHeight: '50px'
802
+ }}
803
+ width\="50"
804
+ />
805
+ <IressPlaceholder
806
+ style\={{
807
+ minHeight: '50px'
808
+ }}
809
+ width\="50"
810
+ />
811
+ <IressPlaceholder
812
+ style\={{
813
+ minHeight: '50px'
814
+ }}
815
+ width\="50"
816
+ />
817
+ </IressInline\>
818
+ </IressText\>
819
+ <IressText\>
820
+ <h2\>
821
+ spacing.350 </h2\>
822
+ <IressInline gap\="spacing.350"\>
823
+ <IressPlaceholder
824
+ style\={{
825
+ minHeight: '50px'
826
+ }}
827
+ width\="50"
828
+ />
829
+ <IressPlaceholder
830
+ style\={{
831
+ minHeight: '50px'
832
+ }}
833
+ width\="50"
834
+ />
835
+ <IressPlaceholder
836
+ style\={{
837
+ minHeight: '50px'
838
+ }}
839
+ width\="50"
840
+ />
841
+ <IressPlaceholder
842
+ style\={{
843
+ minHeight: '50px'
844
+ }}
845
+ width\="50"
846
+ />
847
+ <IressPlaceholder
848
+ style\={{
849
+ minHeight: '50px'
850
+ }}
851
+ width\="50"
852
+ />
853
+ </IressInline\>
854
+ </IressText\>
855
+ <IressText\>
856
+ <h2\>
857
+ spacing.400 </h2\>
858
+ <IressInline gap\="spacing.400"\>
859
+ <IressPlaceholder
860
+ style\={{
861
+ minHeight: '50px'
862
+ }}
863
+ width\="50"
864
+ />
865
+ <IressPlaceholder
866
+ style\={{
867
+ minHeight: '50px'
868
+ }}
869
+ width\="50"
870
+ />
871
+ <IressPlaceholder
872
+ style\={{
873
+ minHeight: '50px'
874
+ }}
875
+ width\="50"
876
+ />
877
+ <IressPlaceholder
878
+ style\={{
879
+ minHeight: '50px'
880
+ }}
881
+ width\="50"
882
+ />
883
+ <IressPlaceholder
884
+ style\={{
885
+ minHeight: '50px'
886
+ }}
887
+ width\="50"
888
+ />
889
+ </IressInline\>
890
+ </IressText\>
891
+ <IressText\>
892
+ <h2\>
893
+ spacing.500 </h2\>
894
+ <IressInline gap\="spacing.500"\>
895
+ <IressPlaceholder
896
+ style\={{
897
+ minHeight: '50px'
898
+ }}
899
+ width\="50"
900
+ />
901
+ <IressPlaceholder
902
+ style\={{
903
+ minHeight: '50px'
904
+ }}
905
+ width\="50"
906
+ />
907
+ <IressPlaceholder
908
+ style\={{
909
+ minHeight: '50px'
910
+ }}
911
+ width\="50"
912
+ />
913
+ <IressPlaceholder
914
+ style\={{
915
+ minHeight: '50px'
916
+ }}
917
+ width\="50"
918
+ />
919
+ <IressPlaceholder
920
+ style\={{
921
+ minHeight: '50px'
922
+ }}
923
+ width\="50"
924
+ />
925
+ </IressInline\>
926
+ </IressText\>
927
+ <IressText\>
928
+ <h2\>
929
+ spacing.600 </h2\>
930
+ <IressInline gap\="spacing.600"\>
931
+ <IressPlaceholder
932
+ style\={{
933
+ minHeight: '50px'
934
+ }}
935
+ width\="50"
936
+ />
937
+ <IressPlaceholder
938
+ style\={{
939
+ minHeight: '50px'
940
+ }}
941
+ width\="50"
942
+ />
943
+ <IressPlaceholder
944
+ style\={{
945
+ minHeight: '50px'
946
+ }}
947
+ width\="50"
948
+ />
949
+ <IressPlaceholder
950
+ style\={{
951
+ minHeight: '50px'
952
+ }}
953
+ width\="50"
954
+ />
955
+ <IressPlaceholder
956
+ style\={{
957
+ minHeight: '50px'
958
+ }}
959
+ width\="50"
960
+ />
961
+ </IressInline\>
962
+ </IressText\>
963
+ <IressText\>
964
+ <h2\>
965
+ spacing.700 </h2\>
966
+ <IressInline gap\="spacing.700"\>
967
+ <IressPlaceholder
968
+ style\={{
969
+ minHeight: '50px'
970
+ }}
971
+ width\="50"
972
+ />
973
+ <IressPlaceholder
974
+ style\={{
975
+ minHeight: '50px'
976
+ }}
977
+ width\="50"
978
+ />
979
+ <IressPlaceholder
980
+ style\={{
981
+ minHeight: '50px'
982
+ }}
983
+ width\="50"
984
+ />
985
+ <IressPlaceholder
986
+ style\={{
987
+ minHeight: '50px'
988
+ }}
989
+ width\="50"
990
+ />
991
+ <IressPlaceholder
992
+ style\={{
993
+ minHeight: '50px'
994
+ }}
995
+ width\="50"
996
+ />
997
+ </IressInline\>
998
+ </IressText\>
999
+ <IressText\>
1000
+ <h2\>
1001
+ spacing.800 </h2\>
1002
+ <IressInline gap\="spacing.800"\>
1003
+ <IressPlaceholder
1004
+ style\={{
1005
+ minHeight: '50px'
1006
+ }}
1007
+ width\="50"
1008
+ />
1009
+ <IressPlaceholder
1010
+ style\={{
1011
+ minHeight: '50px'
1012
+ }}
1013
+ width\="50"
1014
+ />
1015
+ <IressPlaceholder
1016
+ style\={{
1017
+ minHeight: '50px'
1018
+ }}
1019
+ width\="50"
1020
+ />
1021
+ <IressPlaceholder
1022
+ style\={{
1023
+ minHeight: '50px'
1024
+ }}
1025
+ width\="50"
1026
+ />
1027
+ <IressPlaceholder
1028
+ style\={{
1029
+ minHeight: '50px'
1030
+ }}
1031
+ width\="50"
1032
+ />
1033
+ </IressInline\>
1034
+ </IressText\>
1035
+ <IressText\>
1036
+ <h2\>
1037
+ spacing.900 </h2\>
1038
+ <IressInline gap\="spacing.900"\>
1039
+ <IressPlaceholder
1040
+ style\={{
1041
+ minHeight: '50px'
1042
+ }}
1043
+ width\="50"
1044
+ />
1045
+ <IressPlaceholder
1046
+ style\={{
1047
+ minHeight: '50px'
1048
+ }}
1049
+ width\="50"
1050
+ />
1051
+ <IressPlaceholder
1052
+ style\={{
1053
+ minHeight: '50px'
1054
+ }}
1055
+ width\="50"
1056
+ />
1057
+ <IressPlaceholder
1058
+ style\={{
1059
+ minHeight: '50px'
1060
+ }}
1061
+ width\="50"
1062
+ />
1063
+ <IressPlaceholder
1064
+ style\={{
1065
+ minHeight: '50px'
1066
+ }}
1067
+ width\="50"
1068
+ />
1069
+ </IressInline\>
1070
+ </IressText\>
1071
+ <IressText\>
1072
+ <h2\>
1073
+ spacing.1000 </h2\>
1074
+ <IressInline gap\="spacing.1000"\>
1075
+ <IressPlaceholder
1076
+ style\={{
1077
+ minHeight: '50px'
1078
+ }}
1079
+ width\="50"
1080
+ />
1081
+ <IressPlaceholder
1082
+ style\={{
1083
+ minHeight: '50px'
1084
+ }}
1085
+ width\="50"
1086
+ />
1087
+ <IressPlaceholder
1088
+ style\={{
1089
+ minHeight: '50px'
1090
+ }}
1091
+ width\="50"
1092
+ />
1093
+ <IressPlaceholder
1094
+ style\={{
1095
+ minHeight: '50px'
1096
+ }}
1097
+ width\="50"
1098
+ />
1099
+ <IressPlaceholder
1100
+ style\={{
1101
+ minHeight: '50px'
1102
+ }}
1103
+ width\="50"
1104
+ />
1105
+ </IressInline\>
1106
+ </IressText\>
1107
+ <IressText\>
1108
+ <h2\>
1109
+ spacing.1200 </h2\>
1110
+ <IressInline gap\="spacing.1200"\>
1111
+ <IressPlaceholder
1112
+ style\={{
1113
+ minHeight: '50px'
1114
+ }}
1115
+ width\="50"
1116
+ />
1117
+ <IressPlaceholder
1118
+ style\={{
1119
+ minHeight: '50px'
1120
+ }}
1121
+ width\="50"
1122
+ />
1123
+ <IressPlaceholder
1124
+ style\={{
1125
+ minHeight: '50px'
1126
+ }}
1127
+ width\="50"
1128
+ />
1129
+ <IressPlaceholder
1130
+ style\={{
1131
+ minHeight: '50px'
1132
+ }}
1133
+ width\="50"
1134
+ />
1135
+ <IressPlaceholder
1136
+ style\={{
1137
+ minHeight: '50px'
1138
+ }}
1139
+ width\="50"
1140
+ />
1141
+ </IressInline\>
1142
+ </IressText\>
1143
+ <IressText\>
1144
+ <h2\>
1145
+ none </h2\>
1146
+ <IressInline gap\="none"\>
1147
+ <IressPlaceholder
1148
+ style\={{
1149
+ minHeight: '50px'
1150
+ }}
1151
+ width\="50"
1152
+ />
1153
+ <IressPlaceholder
1154
+ style\={{
1155
+ minHeight: '50px'
1156
+ }}
1157
+ width\="50"
1158
+ />
1159
+ <IressPlaceholder
1160
+ style\={{
1161
+ minHeight: '50px'
1162
+ }}
1163
+ width\="50"
1164
+ />
1165
+ <IressPlaceholder
1166
+ style\={{
1167
+ minHeight: '50px'
1168
+ }}
1169
+ width\="50"
1170
+ />
1171
+ <IressPlaceholder
1172
+ style\={{
1173
+ minHeight: '50px'
1174
+ }}
1175
+ width\="50"
1176
+ />
1177
+ </IressInline\>
1178
+ </IressText\>
1179
+ <IressText\>
1180
+ <h2\>
1181
+ xs </h2\>
1182
+ <IressInline gap\="xs"\>
1183
+ <IressPlaceholder
1184
+ style\={{
1185
+ minHeight: '50px'
1186
+ }}
1187
+ width\="50"
1188
+ />
1189
+ <IressPlaceholder
1190
+ style\={{
1191
+ minHeight: '50px'
1192
+ }}
1193
+ width\="50"
1194
+ />
1195
+ <IressPlaceholder
1196
+ style\={{
1197
+ minHeight: '50px'
1198
+ }}
1199
+ width\="50"
1200
+ />
1201
+ <IressPlaceholder
1202
+ style\={{
1203
+ minHeight: '50px'
1204
+ }}
1205
+ width\="50"
1206
+ />
1207
+ <IressPlaceholder
1208
+ style\={{
1209
+ minHeight: '50px'
1210
+ }}
1211
+ width\="50"
1212
+ />
1213
+ </IressInline\>
1214
+ </IressText\>
1215
+ <IressText\>
1216
+ <h2\>
1217
+ sm </h2\>
1218
+ <IressInline gap\="sm"\>
1219
+ <IressPlaceholder
1220
+ style\={{
1221
+ minHeight: '50px'
1222
+ }}
1223
+ width\="50"
1224
+ />
1225
+ <IressPlaceholder
1226
+ style\={{
1227
+ minHeight: '50px'
1228
+ }}
1229
+ width\="50"
1230
+ />
1231
+ <IressPlaceholder
1232
+ style\={{
1233
+ minHeight: '50px'
1234
+ }}
1235
+ width\="50"
1236
+ />
1237
+ <IressPlaceholder
1238
+ style\={{
1239
+ minHeight: '50px'
1240
+ }}
1241
+ width\="50"
1242
+ />
1243
+ <IressPlaceholder
1244
+ style\={{
1245
+ minHeight: '50px'
1246
+ }}
1247
+ width\="50"
1248
+ />
1249
+ </IressInline\>
1250
+ </IressText\>
1251
+ <IressText\>
1252
+ <h2\>
1253
+ md </h2\>
1254
+ <IressInline gap\="md"\>
1255
+ <IressPlaceholder
1256
+ style\={{
1257
+ minHeight: '50px'
1258
+ }}
1259
+ width\="50"
1260
+ />
1261
+ <IressPlaceholder
1262
+ style\={{
1263
+ minHeight: '50px'
1264
+ }}
1265
+ width\="50"
1266
+ />
1267
+ <IressPlaceholder
1268
+ style\={{
1269
+ minHeight: '50px'
1270
+ }}
1271
+ width\="50"
1272
+ />
1273
+ <IressPlaceholder
1274
+ style\={{
1275
+ minHeight: '50px'
1276
+ }}
1277
+ width\="50"
1278
+ />
1279
+ <IressPlaceholder
1280
+ style\={{
1281
+ minHeight: '50px'
1282
+ }}
1283
+ width\="50"
1284
+ />
1285
+ </IressInline\>
1286
+ </IressText\>
1287
+ <IressText\>
1288
+ <h2\>
1289
+ lg </h2\>
1290
+ <IressInline gap\="lg"\>
1291
+ <IressPlaceholder
1292
+ style\={{
1293
+ minHeight: '50px'
1294
+ }}
1295
+ width\="50"
1296
+ />
1297
+ <IressPlaceholder
1298
+ style\={{
1299
+ minHeight: '50px'
1300
+ }}
1301
+ width\="50"
1302
+ />
1303
+ <IressPlaceholder
1304
+ style\={{
1305
+ minHeight: '50px'
1306
+ }}
1307
+ width\="50"
1308
+ />
1309
+ <IressPlaceholder
1310
+ style\={{
1311
+ minHeight: '50px'
1312
+ }}
1313
+ width\="50"
1314
+ />
1315
+ <IressPlaceholder
1316
+ style\={{
1317
+ minHeight: '50px'
1318
+ }}
1319
+ width\="50"
1320
+ />
1321
+ </IressInline\>
1322
+ </IressText\>
1323
+ <IressText\>
1324
+ <h2\>
1325
+ xl </h2\>
1326
+ <IressInline gap\="xl"\>
1327
+ <IressPlaceholder
1328
+ style\={{
1329
+ minHeight: '50px'
1330
+ }}
1331
+ width\="50"
1332
+ />
1333
+ <IressPlaceholder
1334
+ style\={{
1335
+ minHeight: '50px'
1336
+ }}
1337
+ width\="50"
1338
+ />
1339
+ <IressPlaceholder
1340
+ style\={{
1341
+ minHeight: '50px'
1342
+ }}
1343
+ width\="50"
1344
+ />
1345
+ <IressPlaceholder
1346
+ style\={{
1347
+ minHeight: '50px'
1348
+ }}
1349
+ width\="50"
1350
+ />
1351
+ <IressPlaceholder
1352
+ style\={{
1353
+ minHeight: '50px'
1354
+ }}
1355
+ width\="50"
1356
+ />
1357
+ </IressInline\>
1358
+ </IressText\>
1359
+ <IressText\>
1360
+ <h2\>
1361
+ field.footer </h2\>
1362
+ <IressInline gap\="field.footer"\>
1363
+ <IressPlaceholder
1364
+ style\={{
1365
+ minHeight: '50px'
1366
+ }}
1367
+ width\="50"
1368
+ />
1369
+ <IressPlaceholder
1370
+ style\={{
1371
+ minHeight: '50px'
1372
+ }}
1373
+ width\="50"
1374
+ />
1375
+ <IressPlaceholder
1376
+ style\={{
1377
+ minHeight: '50px'
1378
+ }}
1379
+ width\="50"
1380
+ />
1381
+ <IressPlaceholder
1382
+ style\={{
1383
+ minHeight: '50px'
1384
+ }}
1385
+ width\="50"
1386
+ />
1387
+ <IressPlaceholder
1388
+ style\={{
1389
+ minHeight: '50px'
1390
+ }}
1391
+ width\="50"
1392
+ />
1393
+ </IressInline\>
1394
+ </IressText\>
1395
+ <IressText\>
1396
+ <h2\>
1397
+ slider.tick </h2\>
1398
+ <IressInline gap\="slider.tick"\>
264
1399
  <IressPlaceholder
265
1400
  style\={{
266
1401
  minHeight: '50px'
@@ -297,19 +1432,19 @@ Hide code
297
1432
 
298
1433
  Copy
299
1434
 
300
- ### [](#responsive-gutter)Responsive gutter
1435
+ ### [](#responsive-gap)Responsive gap
301
1436
 
302
- The `gutter` prop can take an object that takes five key/value pairs that correlate with the IDS breakpoints.
1437
+ The `gap` prop can take an object that takes five key/value pairs that correlate with the IDS breakpoints.
303
1438
 
304
1439
  Current breakpoint: **xl** breakpoint (1200px - 1499px).
305
1440
 
306
- `gutter={{"xs":"xs","sm":"sm","md":"md"}}`
1441
+ `gap={{"xs":"spacing.100","sm":"spacing.200","md":"spacing.400"}}`
307
1442
 
308
1443
  Hide code
309
1444
 
310
1445
  \[data-radix-scroll-area-viewport\] { scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; } \[data-radix-scroll-area-viewport\]::-webkit-scrollbar { display: none; } :where(\[data-radix-scroll-area-viewport\]) { display: flex; flex-direction: column; align-items: stretch; } :where(\[data-radix-scroll-area-content\]) { flex-grow: 1; }
311
1446
 
312
- <IressStack gutter\="md"\>
1447
+ <IressStack gap\="spacing.400"\>
313
1448
  <IressPanel\>
314
1449
  <p\>
315
1450
  Current breakpoint:{' '}
@@ -317,15 +1452,15 @@ Hide code
317
1452
  . </p\>
318
1453
  <p\>
319
1454
  <code\>
320
- {\`gutter={{"xs":"xs","sm":"sm","md":"md"}}\`}
1455
+ {\`gap={{"xs":"spacing.100","sm":"spacing.200","md":"spacing.400"}}\`}
321
1456
  </code\>
322
1457
  </p\>
323
1458
  </IressPanel\>
324
1459
  <IressInline
325
- gutter\={{
326
- md: 'md',
327
- sm: 'sm',
328
- xs: 'xs'
1460
+ gap\={{
1461
+ md: 'spacing.400',
1462
+ sm: 'spacing.200',
1463
+ xs: 'spacing.100'
329
1464
  }}
330
1465
  \>
331
1466
  <IressPlaceholder
@@ -397,12 +1532,12 @@ Hide code
397
1532
  \[data-radix-scroll-area-viewport\] { scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; } \[data-radix-scroll-area-viewport\]::-webkit-scrollbar { display: none; } :where(\[data-radix-scroll-area-viewport\]) { display: flex; flex-direction: column; align-items: stretch; } :where(\[data-radix-scroll-area-content\]) { flex-grow: 1; }
398
1533
 
399
1534
  <IressContainer\>
400
- <IressStack gutter\="xl"\>
1535
+ <IressStack gap\="spacing.1200"\>
401
1536
  <IressText\>
402
1537
  <h2\>
403
1538
  around </h2\>
404
1539
  <IressInline
405
- gutter\="sm"
1540
+ gap\="spacing.200"
406
1541
  horizontalAlign\="around"
407
1542
  \>
408
1543
  <IressPlaceholder
@@ -441,7 +1576,7 @@ Hide code
441
1576
  <h2\>
442
1577
  between </h2\>
443
1578
  <IressInline
444
- gutter\="sm"
1579
+ gap\="spacing.200"
445
1580
  horizontalAlign\="between"
446
1581
  \>
447
1582
  <IressPlaceholder
@@ -480,7 +1615,7 @@ Hide code
480
1615
  <h2\>
481
1616
  center </h2\>
482
1617
  <IressInline
483
- gutter\="sm"
1618
+ gap\="spacing.200"
484
1619
  horizontalAlign\="center"
485
1620
  \>
486
1621
  <IressPlaceholder
@@ -519,7 +1654,7 @@ Hide code
519
1654
  <h2\>
520
1655
  evenly </h2\>
521
1656
  <IressInline
522
- gutter\="sm"
1657
+ gap\="spacing.200"
523
1658
  horizontalAlign\="evenly"
524
1659
  \>
525
1660
  <IressPlaceholder
@@ -558,7 +1693,7 @@ Hide code
558
1693
  <h2\>
559
1694
  left </h2\>
560
1695
  <IressInline
561
- gutter\="sm"
1696
+ gap\="spacing.200"
562
1697
  horizontalAlign\="left"
563
1698
  \>
564
1699
  <IressPlaceholder
@@ -597,7 +1732,7 @@ Hide code
597
1732
  <h2\>
598
1733
  right </h2\>
599
1734
  <IressInline
600
- gutter\="sm"
1735
+ gap\="spacing.200"
601
1736
  horizontalAlign\="right"
602
1737
  \>
603
1738
  <IressPlaceholder
@@ -663,12 +1798,12 @@ Hide code
663
1798
  \[data-radix-scroll-area-viewport\] { scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; } \[data-radix-scroll-area-viewport\]::-webkit-scrollbar { display: none; } :where(\[data-radix-scroll-area-viewport\]) { display: flex; flex-direction: column; align-items: stretch; } :where(\[data-radix-scroll-area-content\]) { flex-grow: 1; }
664
1799
 
665
1800
  <IressContainer\>
666
- <IressStack gutter\="xl"\>
667
- <IressText align\="center"\>
1801
+ <IressStack gap\="spacing.1200"\>
1802
+ <IressText textAlign\="center"\>
668
1803
  <h2\>
669
1804
  top </h2\>
670
1805
  <IressInline
671
- gutter\="sm"
1806
+ gap\="spacing.200"
672
1807
  horizontalAlign\="center"
673
1808
  verticalAlign\="top"
674
1809
  \>
@@ -704,11 +1839,11 @@ Hide code
704
1839
  />
705
1840
  </IressInline\>
706
1841
  </IressText\>
707
- <IressText align\="center"\>
1842
+ <IressText textAlign\="center"\>
708
1843
  <h2\>
709
1844
  middle </h2\>
710
1845
  <IressInline
711
- gutter\="sm"
1846
+ gap\="spacing.200"
712
1847
  horizontalAlign\="center"
713
1848
  verticalAlign\="middle"
714
1849
  \>
@@ -744,11 +1879,11 @@ Hide code
744
1879
  />
745
1880
  </IressInline\>
746
1881
  </IressText\>
747
- <IressText align\="center"\>
1882
+ <IressText textAlign\="center"\>
748
1883
  <h2\>
749
1884
  bottom </h2\>
750
1885
  <IressInline
751
- gutter\="sm"
1886
+ gap\="spacing.200"
752
1887
  horizontalAlign\="center"
753
1888
  verticalAlign\="bottom"
754
1889
  \>
@@ -784,11 +1919,11 @@ Hide code
784
1919
  />
785
1920
  </IressInline\>
786
1921
  </IressText\>
787
- <IressText align\="center"\>
1922
+ <IressText textAlign\="center"\>
788
1923
  <h2\>
789
1924
  stretch </h2\>
790
1925
  <IressInline
791
- gutter\="sm"
1926
+ gap\="spacing.200"
792
1927
  horizontalAlign\="center"
793
1928
  verticalAlign\="stretch"
794
1929
  \>
@@ -840,7 +1975,7 @@ Hide code
840
1975
  \[data-radix-scroll-area-viewport\] { scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; } \[data-radix-scroll-area-viewport\]::-webkit-scrollbar { display: none; } :where(\[data-radix-scroll-area-viewport\]) { display: flex; flex-direction: column; align-items: stretch; } :where(\[data-radix-scroll-area-content\]) { flex-grow: 1; }
841
1976
 
842
1977
  <IressInline
843
- gutter\="lg"
1978
+ gap\="spacing.1200"
844
1979
  noWrap
845
1980
  \>
846
1981
  <IressPlaceholder
@@ -861,8 +1996,8 @@ On this page
861
1996
  * [Overview](#overview)
862
1997
  * [Props](#props)
863
1998
  * [Examples](#examples)
864
- * [Gutter](#gutter)
865
- * [Responsive gutter](#responsive-gutter)
1999
+ * [Gap](#gap)
2000
+ * [Responsive gap](#responsive-gap)
866
2001
  * [Horizontal align](#horizontal-align)
867
2002
  * [Vertical align](#vertical-align)
868
2003
  * [No wrap](#no-wrap)