@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,6 +6,14 @@ Overview
6
6
 
7
7
  `IressHide` makes it easier for designers and developers to create adaptive designs that work for all screen sizes.
8
8
 
9
+ * * *
10
+
11
+ Caution
12
+
13
+ **Use srOnly and hide props instead**
14
+
15
+ The design of this component is changing. Please use the new component/props instead.
16
+
9
17
  Content to hide
10
18
 
11
19
  Hide code
@@ -23,6 +31,419 @@ Hide code
23
31
 
24
32
  Copy
25
33
 
34
+ [](#props)Props
35
+ ---------------
36
+
37
+ | Name | Description | Default | Control |
38
+ | --- | --- | --- | --- |
39
+ | bg |
40
+ **`bg`** sets the background color of an element using the `background-color` css property using the color tokens in the design system.
41
+
42
+ We recommend using the following token values for best background contrast:
43
+
44
+ * `colour.primary.fill` for primary backgrounds that need to stand out
45
+ * `colour.primary.surface` for primary backgrounds that need to be less prominent
46
+ * `colour.neutral.10` for the base background color, normally white in light mode or shade of grey in dark mode
47
+ * `colour.neutral.20` for a slightly darker background color, used in neutral state components
48
+ * `colour.system.danger.fill` for error backgrounds that need to stand out
49
+ * `colour.system.danger.surface` for error backgrounds that need to be less prominent
50
+ * `colour.system.success.fill` for success backgrounds that need to stand out
51
+ * `colour.system.success.surface` for success backgrounds that need to be less prominent
52
+ * `colour.system.warning.fill` for warning backgrounds that need to stand out
53
+ * `colour.system.warning.surface` for warning backgrounds that need to be less prominent
54
+ * `colour.system.info.fill` for info backgrounds that need to stand out
55
+ * `colour.system.info.surface` for info backgrounds that need to be less prominent
56
+
57
+ ResponsiveProp<ColorToken> | undefined
58
+
59
+ | \- | Set object |
60
+ | borderRadius |
61
+
62
+ The **`border-radius`** CSS property rounds the corners of an element's outer border edge using the radius tokens in the design system.
63
+
64
+ | Chrome | Firefox | Safari | Edge | IE |
65
+ | --- | --- | --- | --- | --- |
66
+ | **4** | **4** | **5** | **12** | **9** |
67
+ | 1 _\-x-_ | | 3 _\-x-_ | | |
68
+
69
+ ResponsiveProp<RadiusToken> | undefined
70
+
71
+ | \- | Set object |
72
+ | children\* |
73
+
74
+ Content to hide.
75
+
76
+ ReactNode
77
+
78
+
79
+
80
+ | \- |
81
+
82
+ "Content to hide"
83
+
84
+ |
85
+ | color |
86
+
87
+ 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`.
88
+
89
+ We recommend using the following token values for best color contrast:
90
+
91
+ * `colour.primary.onFill` used on top of `colour.primary.fill` for primary text that needs to stand out
92
+ * `colour.primary.text` used on top of `colour.primary.surface` or `colour.neutral.10` for primary text that needs to be less prominent
93
+ * `colour.neutral.70` used on top of `colour.neutral.10` or `colour.neutral.20` for muted text
94
+ * `colour.neutral.80` used on top of `colour.neutral.10` or `colour.neutral.20` for standard text
95
+ * `colour.system.danger.onFill` used on top of `colour.system.danger.fill` for error text that needs to stand out
96
+ * `colour.system.danger.text` used on top of `colour.system.danger.surface` for error text that needs to be less prominent
97
+ * `colour.system.success.onFill` used on top of `colour.system.success.fill` for success text that needs to stand out
98
+ * `colour.system.success.text` used on top of `colour.system.success.surface` for success text that needs to be less prominent
99
+ * `colour.system.warning.onFill` used on top of `colour.system.warning.fill` for warning text that needs to stand out
100
+ * `colour.system.warning.text` used on top of `colour.system.warning.surface` for warning text that needs to be less prominent
101
+ * `colour.system.info.onFill` used on top of `colour.system.info.fill` for informative text that needs to stand out
102
+ * `colour.system.info.text` used on top of `colour.system.info.surface` for informative text that needs to be less prominent
103
+
104
+ ResponsiveProp<ColorToken> | undefined
105
+
106
+ | \- | Set object |
107
+ | focusable |
108
+
109
+ 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.
110
+
111
+ "true""within"undefined
112
+
113
+
114
+
115
+ | \- | Set object |
116
+ | hiddenOn\* |
117
+
118
+ Content will be hidden on any screen sizes that are set to true.
119
+
120
+ ResponsiveSizing<boolean>
121
+
122
+ | \- |
123
+
124
+ RAW
125
+
126
+ hiddenOn : {
127
+
128
+ * xs : true
129
+ * lg : false
130
+
131
+ }
132
+
133
+
134
+
135
+
136
+
137
+ |
138
+ | hide |
139
+
140
+ 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.
141
+
142
+ Hide on all breakpoints: `hide: true` Hide on specific breakpoints: `hide: { xs: false, sm: true, md: false, lg: true, xl: false, xxl: true }`
143
+
144
+ Notes:
145
+
146
+ * If you need to hide an element but allow it to be visible to screen readers, use the `srOnly` prop instead.
147
+ * Consider if you can conditionally render the element instead of hiding it.
148
+
149
+ ResponsiveProp<boolean> | undefined
150
+
151
+ | \- | Set object |
152
+ | layerStyle |
153
+
154
+ 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.
155
+
156
+ * `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.
157
+ * `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.
158
+ * `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.
159
+
160
+ ResponsiveProp<"elevation.raised" | "elevation.floating" | "elevation.overflow" | "elevation.focus" | "elevation.focusCompact"> | undefined
161
+
162
+ | \- | Set object |
163
+ | m |
164
+
165
+ The **`m`** property is short for `margin`, and sets the margin area on all four sides of an element.
166
+
167
+ 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.
168
+
169
+ | Chrome | Firefox | Safari | Edge | IE |
170
+ | --- | --- | --- | --- | --- |
171
+ | **1** | **1** | **1** | **12** | **3** |
172
+
173
+ ResponsiveProp<SpacingToken | "auto"> | undefined
174
+
175
+ | \- | Set object |
176
+ | maxWidth |
177
+
178
+ 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`.
179
+
180
+ | Chrome | Firefox | Safari | Edge | IE |
181
+ | --- | --- | --- | --- | --- |
182
+ | **1** | **1** | **1** | **12** | **7** |
183
+
184
+ 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
185
+
186
+ | \- | Set object |
187
+ | mb |
188
+
189
+ 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.
190
+
191
+ It uses the spacing tokens in the design system.
192
+
193
+ | Chrome | Firefox | Safari | Edge | IE |
194
+ | --- | --- | --- | --- | --- |
195
+ | **1** | **1** | **1** | **12** | **3** |
196
+
197
+ ResponsiveProp<SpacingToken | "auto"> | undefined
198
+
199
+ | \- | Set object |
200
+ | ml |
201
+
202
+ 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.
203
+
204
+ It uses the spacing tokens in the design system.
205
+
206
+ | Chrome | Firefox | Safari | Edge | IE |
207
+ | --- | --- | --- | --- | --- |
208
+ | **1** | **1** | **1** | **12** | **3** |
209
+
210
+ ResponsiveProp<SpacingToken | "auto"> | undefined
211
+
212
+ | \- | Set object |
213
+ | mr |
214
+
215
+ 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.
216
+
217
+ It uses the spacing tokens in the design system.
218
+
219
+ | Chrome | Firefox | Safari | Edge | IE |
220
+ | --- | --- | --- | --- | --- |
221
+ | **1** | **1** | **1** | **12** | **3** |
222
+
223
+ ResponsiveProp<SpacingToken | "auto"> | undefined
224
+
225
+ | \- | Set object |
226
+ | mt |
227
+
228
+ 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.
229
+
230
+ It uses the spacing tokens in the design system.
231
+
232
+ | Chrome | Firefox | Safari | Edge | IE |
233
+ | --- | --- | --- | --- | --- |
234
+ | **1** | **1** | **1** | **12** | **3** |
235
+
236
+ ResponsiveProp<SpacingToken | "auto"> | undefined
237
+
238
+ | \- | Set object |
239
+ | mx |
240
+
241
+ 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.
242
+
243
+ 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.
244
+
245
+ | Chrome | Firefox | Safari | Edge | IE |
246
+ | --- | --- | --- | --- | --- |
247
+ | **1** | **1** | **1** | **12** | **3** |
248
+
249
+ ResponsiveProp<SpacingToken | "auto"> | undefined
250
+
251
+ | \- | Set object |
252
+ | my |
253
+
254
+ 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.
255
+
256
+ 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.
257
+
258
+ | Chrome | Firefox | Safari | Edge | IE |
259
+ | --- | --- | --- | --- | --- |
260
+ | **1** | **1** | **1** | **12** | **3** |
261
+
262
+ ResponsiveProp<SpacingToken | "auto"> | undefined
263
+
264
+ | \- | Set object |
265
+ | noGutter |
266
+
267
+ 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.
268
+
269
+ booleanundefined
270
+
271
+
272
+
273
+ | \- | Set object |
274
+ | p |
275
+
276
+ The **`p`** property is short for `padding`, and sets the padding area on all four sides of an element at once.
277
+
278
+ 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.
279
+
280
+ | Chrome | Firefox | Safari | Edge | IE |
281
+ | --- | --- | --- | --- | --- |
282
+ | **1** | **1** | **1** | **12** | **3** |
283
+
284
+ 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
285
+
286
+ | \- | Set object |
287
+ | pb |
288
+
289
+ The **`pb`** property is short for `padding-bottom` and sets the padding area on the bottom side of an element.
290
+
291
+ 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.
292
+
293
+ | Chrome | Firefox | Safari | Edge | IE |
294
+ | --- | --- | --- | --- | --- |
295
+ | **1** | **1** | **1** | **12** | **3** |
296
+
297
+ 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
298
+
299
+ | \- | Set object |
300
+ | pl |
301
+
302
+ The **`pl`** property is short for `padding-left` and sets the padding area on the left side of an element.
303
+
304
+ 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.
305
+
306
+ | Chrome | Firefox | Safari | Edge | IE |
307
+ | --- | --- | --- | --- | --- |
308
+ | **1** | **1** | **1** | **12** | **3** |
309
+
310
+ 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
311
+
312
+ | \- | Set object |
313
+ | pr |
314
+
315
+ The **`pr`** property is short for `padding-right` and sets the padding area on the right side of an element.
316
+
317
+ 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.
318
+
319
+ | Chrome | Firefox | Safari | Edge | IE |
320
+ | --- | --- | --- | --- | --- |
321
+ | **1** | **1** | **1** | **12** | **3** |
322
+
323
+ 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
324
+
325
+ | \- | Set object |
326
+ | pt |
327
+
328
+ The **`pt`** property is short for `padding-top` and sets the padding area on the top side of an element.
329
+
330
+ 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.
331
+
332
+ | Chrome | Firefox | Safari | Edge | IE |
333
+ | --- | --- | --- | --- | --- |
334
+ | **1** | **1** | **1** | **12** | **3** |
335
+
336
+ 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
337
+
338
+ | \- | Set object |
339
+ | px |
340
+
341
+ 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.
342
+
343
+ 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.
344
+
345
+ | Chrome | Firefox | Safari | Edge | IE |
346
+ | --- | --- | --- | --- | --- |
347
+ | **1** | **1** | **1** | **12** | **3** |
348
+
349
+ 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
350
+
351
+ | \- | Set object |
352
+ | py |
353
+
354
+ 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.
355
+
356
+ 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.
357
+
358
+ | Chrome | Firefox | Safari | Edge | IE |
359
+ | --- | --- | --- | --- | --- |
360
+ | **1** | **1** | **1** | **12** | **3** |
361
+
362
+ 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
363
+
364
+ | \- | Set object |
365
+ | rowGap |
366
+
367
+ The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's rows.
368
+
369
+ Note: It only has an effect when used as a direct child of a layout component, such as IressRow, IressStack or IressInline.
370
+
371
+ | Chrome | Firefox | Safari | Edge | IE |
372
+ | --- | --- | --- | --- | --- |
373
+ | **47** | **52** | **10.1** | **16** | No |
374
+
375
+ 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
376
+
377
+ | \- | Set object |
378
+ | srOnly |
379
+
380
+ 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.
381
+
382
+ Hide on all breakpoints: `srOnly: true` Hide on specific breakpoints: `srOnly: { xs: false, sm: true, md: false, lg: true, xl: false, xxl: true }`
383
+
384
+ ResponsiveProp<boolean> | undefined
385
+
386
+ | \- | Set object |
387
+ | stretch |
388
+
389
+ 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.
390
+
391
+ booleanundefined
392
+
393
+
394
+
395
+ | \- | Set object |
396
+ | textAlign |
397
+
398
+ The **`text-align`** CSS property sets the horizontal alignment of the inline-level content inside a block element or table-cell box.
399
+
400
+ | Chrome | Firefox | Safari | Edge | IE |
401
+ | --- | --- | --- | --- | --- |
402
+ | **1** | **1** | **1** | **12** | **3** |
403
+
404
+ ResponsiveProp<"center" | "left" | "right" | "inherit" | "justify"> | undefined
405
+
406
+ | \- | Set object |
407
+ | textStyle |
408
+
409
+ Select the typography to be used using the **`textStyle`** prop. These are connected to the typography tokens in the design system.'
410
+
411
+ * `typography.body.sm` - Use for small components such as badges and disclaimers, as well as compact variations of tables and lists.
412
+ * `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.
413
+ * `typography.body.lg` - Use for tag lines, subtitles, and other large text content in the product.
414
+ * `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.
415
+ * `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.
416
+ * `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.
417
+ * `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.
418
+ * `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.
419
+ * `typography.code` - Used to display code snippets in the product, such as in the API documentation.
420
+
421
+ 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
422
+
423
+ | \- | Set object |
424
+ | visuallyHidden |
425
+
426
+ If true, the content will not be visible, but will be available to screen readers
427
+
428
+ booleanundefined
429
+
430
+
431
+
432
+ | \- | Set object |
433
+ | width |
434
+
435
+ 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.
436
+
437
+ 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.
438
+
439
+ | Chrome | Firefox | Safari | Edge | IE |
440
+ | --- | --- | --- | --- | --- |
441
+ | **1** | **1** | **1** | **12** | **4** |
442
+
443
+ 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
444
+
445
+ | \- | Set object |
446
+
26
447
  [](#usage)Usage
27
448
  ---------------
28
449
 
@@ -100,6 +521,10 @@ Copy
100
521
 
101
522
  Here are a few variations of the `hiddenOn` prop in action.
102
523
 
524
+ **xl** breakpoint (1200px - 1499px)
525
+
526
+ * * *
527
+
103
528
  This text is totally hidden on xs screens and above.
104
529
 
105
530
  This text is totally hidden on md screens and above.
@@ -114,7 +539,11 @@ Hide code
114
539
 
115
540
  \[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; }
116
541
 
117
- <IressStack\>
542
+ <IressStack gap\="spacing.100"\>
543
+ <IressPanel\>
544
+ <CurrentBreakpoint />
545
+ </IressPanel\>
546
+ <IressDivider />
118
547
  <IressHide
119
548
  hiddenOn\={{
120
549
  xs: true
@@ -128,7 +557,7 @@ Hide code
128
557
  md: true
129
558
  }}
130
559
  \>
131
- <IressText mode\="success"\>
560
+ <IressText color\="colour.system.success.text"\>
132
561
  This text is totally hidden on md screens and above. </IressText\>
133
562
  </IressHide\>
134
563
  <IressHide
@@ -137,7 +566,7 @@ Hide code
137
566
  xs: true
138
567
  }}
139
568
  \>
140
- <IressText mode\="danger"\>
569
+ <IressText color\="colour.system.danger.text"\>
141
570
  This text is totally hidden on md screens and below. </IressText\>
142
571
  </IressHide\>
143
572
  <IressHide
@@ -146,7 +575,7 @@ Hide code
146
575
  xs: true
147
576
  }}
148
577
  \>
149
- <IressText mode\="info"\>
578
+ <IressText color\="colour.system.info.text"\>
150
579
  This text is totally hidden on xs screens only. </IressText\>
151
580
  </IressHide\>
152
581
  <IressHide
@@ -155,7 +584,7 @@ Hide code
155
584
  xxl: false
156
585
  }}
157
586
  \>
158
- <IressText mode\="muted"\>
587
+ <IressText color\="colour.neutral.70"\>
159
588
  This text is totally hidden on xl screens only. </IressText\>
160
589
  </IressHide\>
161
590
  </IressStack\>
@@ -166,6 +595,10 @@ Copy
166
595
 
167
596
  This `visuallyHidden` prop is used if you don't want content to be visible on screen, but you do want it to be available to screen reader users.
168
597
 
598
+ **xl** breakpoint (1200px - 1499px)
599
+
600
+ * * *
601
+
169
602
  This text is visually hidden on xs screens and above.
170
603
 
171
604
  This text is visually hidden on md screens and above.
@@ -180,7 +613,11 @@ Hide code
180
613
 
181
614
  \[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; }
182
615
 
183
- <IressStack\>
616
+ <IressStack gap\="spacing.100"\>
617
+ <IressPanel\>
618
+ <CurrentBreakpoint />
619
+ </IressPanel\>
620
+ <IressDivider />
184
621
  <IressHide
185
622
  hiddenOn\={{
186
623
  xs: true
@@ -196,7 +633,7 @@ Hide code
196
633
  }}
197
634
  visuallyHidden
198
635
  \>
199
- <IressText mode\="success"\>
636
+ <IressText color\="colour.system.success.text"\>
200
637
  This text is visually hidden on md screens and above. </IressText\>
201
638
  </IressHide\>
202
639
  <IressHide
@@ -206,7 +643,7 @@ Hide code
206
643
  }}
207
644
  visuallyHidden
208
645
  \>
209
- <IressText mode\="danger"\>
646
+ <IressText color\="colour.system.danger.text"\>
210
647
  This text is visually hidden on md screens and below. </IressText\>
211
648
  </IressHide\>
212
649
  <IressHide
@@ -216,7 +653,7 @@ Hide code
216
653
  }}
217
654
  visuallyHidden
218
655
  \>
219
- <IressText mode\="info"\>
656
+ <IressText color\="colour.system.info.text"\>
220
657
  This text is visually hidden on xs screens only. </IressText\>
221
658
  </IressHide\>
222
659
  <IressHide
@@ -226,7 +663,7 @@ Hide code
226
663
  }}
227
664
  visuallyHidden
228
665
  \>
229
- <IressText mode\="muted"\>
666
+ <IressText color\="colour.neutral.70"\>
230
667
  This text is visually hidden on xl screens only. </IressText\>
231
668
  </IressHide\>
232
669
  </IressStack\>