@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
@@ -30,11 +30,12 @@ const Page \= () \=> {
30
30
  const toaster \= useToaster();
31
31
  return (
32
32
  <IressPanel
33
+ bg\="alt"
33
34
  style\={{
34
35
  height: '300px',
35
36
  }}
36
37
  \>
37
- <IressInline gutter\="md"\>
38
+ <IressInline gap\="md"\>
38
39
  <IressButton onClick\={() \=> showModal('test-modal')}\>
39
40
  Show modal </IressButton\>
40
41
  <IressModal id\="test-modal"\>
@@ -46,7 +47,7 @@ const Page \= () \=> {
46
47
  <IressText\>Some slideout content</IressText\>
47
48
  </IressSlideout\>
48
49
  <IressButton
49
- onClick\={() \=> toaster.success({ children: 'A toast message' })}
50
+ onClick\={() \=> toaster.success({ content: 'A toast message' })}
50
51
  \>
51
52
  Show toast </IressButton\>
52
53
  </IressInline\>
@@ -61,6 +62,60 @@ export const AppWithProvider \= () \=> (
61
62
 
62
63
  Copy
63
64
 
65
+ [](#props)Props
66
+ ---------------
67
+
68
+ | Name | Description | Default | Control |
69
+ | --- | --- | --- | --- |
70
+ | children |
71
+ The contents of your application, and/or the components which will be calling slideouts, modals and toasts.
72
+
73
+ ReactNode
74
+
75
+
76
+
77
+ | \- | \- |
78
+ | container |
79
+
80
+ Container to render modal, slideouts and toasts into. If not provided, will render into the body of the document.
81
+
82
+ FloatingUIContainerundefined
83
+
84
+
85
+
86
+ | \- | \- |
87
+ | noDefaultFont |
88
+
89
+ If you don't want to load the default Iress font from the CDN, set this to true.
90
+
91
+ booleanundefined
92
+
93
+
94
+
95
+ | \- | \- |
96
+ | noIcons |
97
+
98
+ If you don't want to load the Iress Icon CSS from the CDN, set this to true.
99
+
100
+ booleanundefined
101
+
102
+
103
+
104
+ | \- | \- |
105
+ | position |
106
+
107
+ The position on the screen where the toast will appear.
108
+
109
+ "bottom-start""bottom-end""top-start""top-end""bottom-center""top-center"undefined
110
+
111
+
112
+
113
+ |
114
+
115
+ bottom-end
116
+
117
+ | \- |
118
+
64
119
  [](#usage)Usage
65
120
  ---------------
66
121
 
@@ -6,6 +6,14 @@ Overview
6
6
 
7
7
  A radio is a single option presented with a radio button. It is used to select a single option from multiple options. It is typically used in an `IressRadioGroup`.
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
  Radio button
10
18
 
11
19
  Hide code
@@ -18,6 +26,454 @@ Hide code
18
26
 
19
27
  Copy
20
28
 
29
+ [](#props)Props
30
+ ---------------
31
+
32
+ | Name | Description | Default | Control |
33
+ | --- | --- | --- | --- |
34
+ | bg |
35
+ **`bg`** sets the background color of an element using the `background-color` css property using the color tokens in the design system.
36
+
37
+ We recommend using the following token values for best background contrast:
38
+
39
+ * `colour.primary.fill` for primary backgrounds that need to stand out
40
+ * `colour.primary.surface` for primary backgrounds that need to be less prominent
41
+ * `colour.neutral.10` for the base background color, normally white in light mode or shade of grey in dark mode
42
+ * `colour.neutral.20` for a slightly darker background color, used in neutral state components
43
+ * `colour.system.danger.fill` for error backgrounds that need to stand out
44
+ * `colour.system.danger.surface` for error backgrounds that need to be less prominent
45
+ * `colour.system.success.fill` for success backgrounds that need to stand out
46
+ * `colour.system.success.surface` for success backgrounds that need to be less prominent
47
+ * `colour.system.warning.fill` for warning backgrounds that need to stand out
48
+ * `colour.system.warning.surface` for warning backgrounds that need to be less prominent
49
+ * `colour.system.info.fill` for info backgrounds that need to stand out
50
+ * `colour.system.info.surface` for info backgrounds that need to be less prominent
51
+
52
+ ResponsiveProp<ColorToken> | undefined
53
+
54
+ | \- | Set object |
55
+ | borderRadius |
56
+
57
+ The **`border-radius`** CSS property rounds the corners of an element's outer border edge using the radius tokens in the design system.
58
+
59
+ | Chrome | Firefox | Safari | Edge | IE |
60
+ | --- | --- | --- | --- | --- |
61
+ | **4** | **4** | **5** | **12** | **9** |
62
+ | 1 _\-x-_ | | 3 _\-x-_ | | |
63
+
64
+ ResponsiveProp<RadiusToken> | undefined
65
+
66
+ | \- | Set object |
67
+ | checked |
68
+
69
+ Sets the checked state of the radio. If it is within a radio group, it will be overridden by the radio group's value and whether it matches this radio's value.
70
+
71
+ booleanundefined
72
+
73
+
74
+
75
+ | \- | Set object |
76
+ | children |
77
+
78
+ Label of the radio
79
+
80
+ ReactNode
81
+
82
+
83
+
84
+ | \- |
85
+
86
+ "Radio button"
87
+
88
+ |
89
+ | color |
90
+
91
+ 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`.
92
+
93
+ We recommend using the following token values for best color contrast:
94
+
95
+ * `colour.primary.onFill` used on top of `colour.primary.fill` for primary text that needs to stand out
96
+ * `colour.primary.text` used on top of `colour.primary.surface` or `colour.neutral.10` for primary text that needs to be less prominent
97
+ * `colour.neutral.70` used on top of `colour.neutral.10` or `colour.neutral.20` for muted text
98
+ * `colour.neutral.80` used on top of `colour.neutral.10` or `colour.neutral.20` for standard text
99
+ * `colour.system.danger.onFill` used on top of `colour.system.danger.fill` for error text that needs to stand out
100
+ * `colour.system.danger.text` used on top of `colour.system.danger.surface` for error text that needs to be less prominent
101
+ * `colour.system.success.onFill` used on top of `colour.system.success.fill` for success text that needs to stand out
102
+ * `colour.system.success.text` used on top of `colour.system.success.surface` for success text that needs to be less prominent
103
+ * `colour.system.warning.onFill` used on top of `colour.system.warning.fill` for warning text that needs to stand out
104
+ * `colour.system.warning.text` used on top of `colour.system.warning.surface` for warning text that needs to be less prominent
105
+ * `colour.system.info.onFill` used on top of `colour.system.info.fill` for informative text that needs to stand out
106
+ * `colour.system.info.text` used on top of `colour.system.info.surface` for informative text that needs to be less prominent
107
+
108
+ ResponsiveProp<ColorToken> | undefined
109
+
110
+ | \- | Set object |
111
+ | focusable |
112
+
113
+ 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.
114
+
115
+ "true""within"undefined
116
+
117
+
118
+
119
+ | \- | Set object |
120
+ | hiddenControl |
121
+
122
+ Sets whether the control is hidden. If it is within a radio group, it will be overridden with the radio group's hiddenControl setting.
123
+
124
+ booleanundefined
125
+
126
+
127
+
128
+ | \- | Set object |
129
+ | hide |
130
+
131
+ 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.
132
+
133
+ Hide on all breakpoints: `hide: true` Hide on specific breakpoints: `hide: { xs: false, sm: true, md: false, lg: true, xl: false, xxl: true }`
134
+
135
+ Notes:
136
+
137
+ * If you need to hide an element but allow it to be visible to screen readers, use the `srOnly` prop instead.
138
+ * Consider if you can conditionally render the element instead of hiding it.
139
+
140
+ ResponsiveProp<boolean> | undefined
141
+
142
+ | \- | Set object |
143
+ | layerStyle |
144
+
145
+ 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.
146
+
147
+ * `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.
148
+ * `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.
149
+ * `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.
150
+
151
+ ResponsiveProp<"elevation.raised" | "elevation.floating" | "elevation.overflow" | "elevation.focus" | "elevation.focusCompact"> | undefined
152
+
153
+ | \- | Set object |
154
+ | m |
155
+
156
+ The **`m`** property is short for `margin`, and sets the margin area on all four sides of an element.
157
+
158
+ 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.
159
+
160
+ | Chrome | Firefox | Safari | Edge | IE |
161
+ | --- | --- | --- | --- | --- |
162
+ | **1** | **1** | **1** | **12** | **3** |
163
+
164
+ ResponsiveProp<SpacingToken | "auto"> | undefined
165
+
166
+ | \- | Set object |
167
+ | maxWidth |
168
+
169
+ 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`.
170
+
171
+ | Chrome | Firefox | Safari | Edge | IE |
172
+ | --- | --- | --- | --- | --- |
173
+ | **1** | **1** | **1** | **12** | **7** |
174
+
175
+ 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
176
+
177
+ | \- | Set object |
178
+ | mb |
179
+
180
+ 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.
181
+
182
+ It uses the spacing tokens in the design system.
183
+
184
+ | Chrome | Firefox | Safari | Edge | IE |
185
+ | --- | --- | --- | --- | --- |
186
+ | **1** | **1** | **1** | **12** | **3** |
187
+
188
+ ResponsiveProp<SpacingToken | "auto"> | undefined
189
+
190
+ | \- | Set object |
191
+ | ml |
192
+
193
+ 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.
194
+
195
+ It uses the spacing tokens in the design system.
196
+
197
+ | Chrome | Firefox | Safari | Edge | IE |
198
+ | --- | --- | --- | --- | --- |
199
+ | **1** | **1** | **1** | **12** | **3** |
200
+
201
+ ResponsiveProp<SpacingToken | "auto"> | undefined
202
+
203
+ | \- | Set object |
204
+ | mr |
205
+
206
+ 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.
207
+
208
+ It uses the spacing tokens in the design system.
209
+
210
+ | Chrome | Firefox | Safari | Edge | IE |
211
+ | --- | --- | --- | --- | --- |
212
+ | **1** | **1** | **1** | **12** | **3** |
213
+
214
+ ResponsiveProp<SpacingToken | "auto"> | undefined
215
+
216
+ | \- | Set object |
217
+ | mt |
218
+
219
+ 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.
220
+
221
+ It uses the spacing tokens in the design system.
222
+
223
+ | Chrome | Firefox | Safari | Edge | IE |
224
+ | --- | --- | --- | --- | --- |
225
+ | **1** | **1** | **1** | **12** | **3** |
226
+
227
+ ResponsiveProp<SpacingToken | "auto"> | undefined
228
+
229
+ | \- | Set object |
230
+ | mx |
231
+
232
+ 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.
233
+
234
+ 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.
235
+
236
+ | Chrome | Firefox | Safari | Edge | IE |
237
+ | --- | --- | --- | --- | --- |
238
+ | **1** | **1** | **1** | **12** | **3** |
239
+
240
+ ResponsiveProp<SpacingToken | "auto"> | undefined
241
+
242
+ | \- | Set object |
243
+ | my |
244
+
245
+ 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.
246
+
247
+ 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.
248
+
249
+ | Chrome | Firefox | Safari | Edge | IE |
250
+ | --- | --- | --- | --- | --- |
251
+ | **1** | **1** | **1** | **12** | **3** |
252
+
253
+ ResponsiveProp<SpacingToken | "auto"> | undefined
254
+
255
+ | \- | Set object |
256
+ | name |
257
+
258
+ Sets the name attribute on the radio input. If it is within a radio group, it will be overridden with the radio group's name.
259
+
260
+ stringundefined
261
+
262
+
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
+ | onChange |
275
+
276
+ Handles the onChange event of the radio input. If you pass in a non-string value, you can access it using the second parameter of the function.
277
+
278
+ ((e: ChangeEvent<HTMLInputElement>, value?: T | undefined) => void) | undefined
279
+
280
+ | \- | \- |
281
+ | p |
282
+
283
+ The **`p`** property is short for `padding`, and sets the padding area on all four sides of an element at once.
284
+
285
+ 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.
286
+
287
+ | Chrome | Firefox | Safari | Edge | IE |
288
+ | --- | --- | --- | --- | --- |
289
+ | **1** | **1** | **1** | **12** | **3** |
290
+
291
+ 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
292
+
293
+ | \- | Set object |
294
+ | pb |
295
+
296
+ The **`pb`** property is short for `padding-bottom` and sets the padding area on the bottom side of an element.
297
+
298
+ 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.
299
+
300
+ | Chrome | Firefox | Safari | Edge | IE |
301
+ | --- | --- | --- | --- | --- |
302
+ | **1** | **1** | **1** | **12** | **3** |
303
+
304
+ 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
305
+
306
+ | \- | Set object |
307
+ | pl |
308
+
309
+ The **`pl`** property is short for `padding-left` and sets the padding area on the left side of an element.
310
+
311
+ 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.
312
+
313
+ | Chrome | Firefox | Safari | Edge | IE |
314
+ | --- | --- | --- | --- | --- |
315
+ | **1** | **1** | **1** | **12** | **3** |
316
+
317
+ 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
318
+
319
+ | \- | Set object |
320
+ | pr |
321
+
322
+ The **`pr`** property is short for `padding-right` and sets the padding area on the right side of an element.
323
+
324
+ 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.
325
+
326
+ | Chrome | Firefox | Safari | Edge | IE |
327
+ | --- | --- | --- | --- | --- |
328
+ | **1** | **1** | **1** | **12** | **3** |
329
+
330
+ 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
331
+
332
+ | \- | Set object |
333
+ | pt |
334
+
335
+ The **`pt`** property is short for `padding-top` and sets the padding area on the top side of an element.
336
+
337
+ 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.
338
+
339
+ | Chrome | Firefox | Safari | Edge | IE |
340
+ | --- | --- | --- | --- | --- |
341
+ | **1** | **1** | **1** | **12** | **3** |
342
+
343
+ 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
344
+
345
+ | \- | Set object |
346
+ | px |
347
+
348
+ 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.
349
+
350
+ 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.
351
+
352
+ | Chrome | Firefox | Safari | Edge | IE |
353
+ | --- | --- | --- | --- | --- |
354
+ | **1** | **1** | **1** | **12** | **3** |
355
+
356
+ 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
357
+
358
+ | \- | Set object |
359
+ | py |
360
+
361
+ 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.
362
+
363
+ 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.
364
+
365
+ | Chrome | Firefox | Safari | Edge | IE |
366
+ | --- | --- | --- | --- | --- |
367
+ | **1** | **1** | **1** | **12** | **3** |
368
+
369
+ 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
370
+
371
+ | \- | Set object |
372
+ | ref |
373
+
374
+ Ref<HTMLInputElement> | undefined
375
+
376
+ | \- | Set object |
377
+ | required |
378
+
379
+ If `true`, the radio is a required field and will be validated as such. If it is within a radio group, it will be overridden with the radio group's required state.
380
+
381
+ booleanundefined
382
+
383
+
384
+
385
+ | \- | Set object |
386
+ | rowGap |
387
+
388
+ The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's rows.
389
+
390
+ Note: It only has an effect when used as a direct child of a layout component, such as IressRow, IressStack or IressInline.
391
+
392
+ | Chrome | Firefox | Safari | Edge | IE |
393
+ | --- | --- | --- | --- | --- |
394
+ | **47** | **52** | **10.1** | **16** | No |
395
+
396
+ 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
397
+
398
+ | \- | Set object |
399
+ | srOnly |
400
+
401
+ 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.
402
+
403
+ Hide on all breakpoints: `srOnly: true` Hide on specific breakpoints: `srOnly: { xs: false, sm: true, md: false, lg: true, xl: false, xxl: true }`
404
+
405
+ ResponsiveProp<boolean> | undefined
406
+
407
+ | \- | Set object |
408
+ | stretch |
409
+
410
+ 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.
411
+
412
+ booleanundefined
413
+
414
+
415
+
416
+ | \- | Set object |
417
+ | textAlign |
418
+
419
+ The **`text-align`** CSS property sets the horizontal alignment of the inline-level content inside a block element or table-cell box.
420
+
421
+ | Chrome | Firefox | Safari | Edge | IE |
422
+ | --- | --- | --- | --- | --- |
423
+ | **1** | **1** | **1** | **12** | **3** |
424
+
425
+ ResponsiveProp<"center" | "left" | "right" | "inherit" | "justify"> | undefined
426
+
427
+ | \- | Set object |
428
+ | textStyle |
429
+
430
+ Select the typography to be used using the **`textStyle`** prop. These are connected to the typography tokens in the design system.'
431
+
432
+ * `typography.body.sm` - Use for small components such as badges and disclaimers, as well as compact variations of tables and lists.
433
+ * `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.
434
+ * `typography.body.lg` - Use for tag lines, subtitles, and other large text content in the product.
435
+ * `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.
436
+ * `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.
437
+ * `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.
438
+ * `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.
439
+ * `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.
440
+ * `typography.code` - Used to display code snippets in the product, such as in the API documentation.
441
+
442
+ 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
443
+
444
+ | \- | Set object |
445
+ | touch |
446
+
447
+ Add the button-like border and padding to radio when `touch` is true.
448
+
449
+ booleanundefined
450
+
451
+
452
+
453
+ | \- | Set object |
454
+ | value |
455
+
456
+ The value which is submitted with the form data when this radio button is checked. To set this radio as checked by default, use the `checked` property.
457
+
458
+ Tundefined
459
+
460
+
461
+
462
+ | \- | Set object |
463
+ | width |
464
+
465
+ 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.
466
+
467
+ 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.
468
+
469
+ | Chrome | Firefox | Safari | Edge | IE |
470
+ | --- | --- | --- | --- | --- |
471
+ | **1** | **1** | **1** | **12** | **4** |
472
+
473
+ 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
474
+
475
+ | \- | Set object |
476
+
21
477
  [](#examples)Examples
22
478
  ---------------------
23
479
 
@@ -50,13 +506,13 @@ Hide code
50
506
  \[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; }
51
507
 
52
508
  <IressRadio hiddenControl\>
53
- <IressPanel\>
509
+ <IressPanel bg\="transparent"\>
54
510
  Hidden radio button </IressPanel\>
55
511
  </IressRadio\>
56
512
 
57
513
  Copy
58
514
 
59
- ### [](#readonly)Readonly
515
+ ### [](#read-only)Read only
60
516
 
61
517
  The `readOnly` prop changes how the radio is rendered. It will only render if the radio is checked (alongside a hidden input that contains the `value` if it was set), otherwise it not be rendered.
62
518
 
@@ -68,7 +524,7 @@ Hide code
68
524
 
69
525
  \[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; }
70
526
 
71
- <IressStack gutter\="sm"\>
527
+ <IressStack gap\="sm"\>
72
528
  <IressRadio
73
529
  defaultChecked
74
530
  readOnly
@@ -103,5 +559,5 @@ On this page
103
559
  * [Examples](#examples)
104
560
  * [Checked](#checked)
105
561
  * [Hidden control](#hidden-control)
106
- * [Readonly](#readonly)
562
+ * [Read only](#read-only)
107
563
  * [Touch](#touch)