@iress-oss/ids-mcp-server 5.14.2 → 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.
- package/generated/docs/components-alert-docs.md +579 -7
- package/generated/docs/components-autocomplete-docs.md +694 -15
- package/generated/docs/components-autocomplete-recipes-docs.md +1 -1
- package/generated/docs/components-badge-docs.md +442 -59
- package/generated/docs/components-button-docs.md +1150 -70
- package/generated/docs/components-buttongroup-docs.md +441 -3
- package/generated/docs/components-card-docs.md +487 -37
- package/generated/docs/components-checkbox-docs.md +506 -5
- package/generated/docs/components-checkboxgroup-docs.md +586 -191
- package/generated/docs/components-checkboxgroup-recipes-docs.md +3 -3
- package/generated/docs/components-col-docs.md +451 -36
- package/generated/docs/components-container-docs.md +32 -0
- package/generated/docs/components-divider-docs.md +427 -27
- package/generated/docs/components-expander-docs.md +487 -108
- package/generated/docs/components-field-docs.md +1400 -68
- package/generated/docs/components-filter-docs.md +269 -56
- package/generated/docs/components-hide-docs.md +447 -10
- package/generated/docs/components-icon-docs.md +522 -259
- package/generated/docs/components-image-docs.md +493 -0
- package/generated/docs/components-inline-docs.md +1179 -44
- package/generated/docs/components-input-docs.md +544 -12
- package/generated/docs/components-input-recipes-docs.md +4 -4
- package/generated/docs/components-inputcurrency-docs.md +532 -0
- package/generated/docs/components-inputcurrency-recipes-docs.md +4 -5
- package/generated/docs/components-introduction-docs.md +450 -0
- package/generated/docs/components-label-docs.md +454 -27
- package/generated/docs/components-link-docs.md +586 -0
- package/generated/docs/components-menu-docs.md +531 -89
- package/generated/docs/components-menu-menuitem-docs.md +556 -10
- package/generated/docs/components-modal-docs.md +814 -55
- package/generated/docs/components-panel-docs.md +418 -198
- package/generated/docs/components-placeholder-docs.md +420 -1
- package/generated/docs/components-popover-docs.md +1097 -32
- package/generated/docs/components-popover-recipes-docs.md +39 -73
- package/generated/docs/components-progress-docs.md +464 -0
- package/generated/docs/components-provider-docs.md +160 -0
- package/generated/docs/components-radio-docs.md +460 -4
- package/generated/docs/components-radiogroup-docs.md +586 -116
- package/generated/docs/components-readonly-docs.md +450 -4
- package/generated/docs/components-richselect-docs.md +4660 -1257
- package/generated/docs/components-row-docs.md +2065 -588
- package/generated/docs/components-select-docs.md +489 -5
- package/generated/docs/components-skeleton-docs.md +399 -16
- package/generated/docs/components-skeleton-recipes-docs.md +7 -7
- package/generated/docs/components-skiplink-docs.md +548 -27
- package/generated/docs/components-slideout-docs.md +648 -150
- package/generated/docs/components-slider-docs.md +515 -33
- package/generated/docs/components-spinner-docs.md +393 -2
- package/generated/docs/components-stack-docs.md +732 -74
- package/generated/docs/components-table-ag-grid-docs.md +501 -1723
- package/generated/docs/components-table-docs.md +1049 -27
- package/generated/docs/components-tabset-docs.md +454 -27
- package/generated/docs/components-tabset-tab-docs.md +464 -0
- package/generated/docs/components-tag-docs.md +452 -19
- package/generated/docs/components-text-docs.md +322 -131
- package/generated/docs/components-toaster-docs.md +512 -51
- package/generated/docs/components-toggle-docs.md +476 -20
- package/generated/docs/components-tooltip-docs.md +443 -7
- package/generated/docs/components-validationmessage-docs.md +933 -13
- package/generated/docs/extensions-editor-docs.md +906 -13
- package/generated/docs/extensions-editor-recipes-docs.md +51 -1
- package/generated/docs/foundations-accessibility-docs.md +1 -23
- package/generated/docs/foundations-grid-docs.md +74 -0
- package/generated/docs/foundations-introduction-docs.md +6 -4
- package/generated/docs/foundations-responsive-breakpoints-docs.md +193 -0
- package/generated/docs/foundations-tokens-colour-docs.md +564 -0
- package/generated/docs/foundations-tokens-elevation-docs.md +155 -0
- package/generated/docs/foundations-tokens-introduction-docs.md +190 -0
- package/generated/docs/foundations-tokens-radius-docs.md +71 -0
- package/generated/docs/foundations-tokens-spacing-docs.md +89 -0
- package/generated/docs/foundations-tokens-typography-docs.md +322 -0
- package/generated/docs/foundations-z-index-stacking-docs.md +31 -0
- package/generated/docs/get-started-develop-docs.md +177 -16
- package/generated/docs/guidelines.md +1537 -295
- package/generated/docs/introduction-docs.md +65 -21
- package/generated/docs/news-version-6-docs.md +93 -0
- package/generated/docs/patterns-form-docs.md +3902 -0
- package/generated/docs/patterns-form-recipes-docs.md +1370 -0
- package/generated/docs/patterns-introduction-docs.md +24 -0
- package/generated/docs/patterns-loading-docs.md +2942 -203
- package/generated/docs/resources-introduction-docs.md +38 -0
- package/generated/docs/resources-mcp-server-docs.md +27 -0
- package/generated/docs/styling-props-colour-docs.md +172 -0
- package/generated/docs/styling-props-elevation-docs.md +88 -0
- package/generated/docs/styling-props-radius-docs.md +86 -0
- package/generated/docs/styling-props-reference-docs.md +160 -0
- package/generated/docs/styling-props-screen-readers-docs.md +71 -0
- package/generated/docs/styling-props-sizing-docs.md +627 -0
- package/generated/docs/styling-props-spacing-docs.md +2282 -0
- package/generated/docs/styling-props-typography-docs.md +121 -0
- package/generated/docs/themes-available-themes-docs.md +29 -29
- package/generated/docs/themes-introduction-docs.md +1 -1
- package/package.json +3 -22
- package/generated/docs/components-button-recipes-docs.md +0 -76
- package/generated/docs/components-card-recipes-docs.md +0 -89
- package/generated/docs/components-combobox-docs.md +0 -1016
- package/generated/docs/components-form-docs.md +0 -2442
- package/generated/docs/components-form-recipes-docs.md +0 -892
- package/generated/docs/components-navbar-docs.md +0 -291
- package/generated/docs/components-navbar-recipes-docs.md +0 -413
- package/generated/docs/components-toaster-toast-docs.md +0 -157
- package/generated/docs/foundations-colours-docs.md +0 -257
- package/generated/docs/foundations-typography-docs.md +0 -191
- package/generated/docs/resources-changelog-docs.md +0 -6
- package/generated/docs/themes-tokens-docs.md +0 -1200
|
@@ -6,6 +6,14 @@ Overview
|
|
|
6
6
|
|
|
7
7
|
Sliders provide a visual indication of adjustable content, where the user can select a value from a range usually represented on a horizontal track.
|
|
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
|
0
|
|
10
18
|
|
|
11
19
|
Hide code
|
|
@@ -16,6 +24,480 @@ Hide code
|
|
|
16
24
|
|
|
17
25
|
Copy
|
|
18
26
|
|
|
27
|
+
[](#props)Props
|
|
28
|
+
---------------
|
|
29
|
+
|
|
30
|
+
| Name | Description | Default | Control |
|
|
31
|
+
| --- | --- | --- | --- |
|
|
32
|
+
| bg |
|
|
33
|
+
**`bg`** sets the background color of an element using the `background-color` css property using the color tokens in the design system.
|
|
34
|
+
|
|
35
|
+
We recommend using the following token values for best background contrast:
|
|
36
|
+
|
|
37
|
+
* `colour.primary.fill` for primary backgrounds that need to stand out
|
|
38
|
+
* `colour.primary.surface` for primary backgrounds that need to be less prominent
|
|
39
|
+
* `colour.neutral.10` for the base background color, normally white in light mode or shade of grey in dark mode
|
|
40
|
+
* `colour.neutral.20` for a slightly darker background color, used in neutral state components
|
|
41
|
+
* `colour.system.danger.fill` for error backgrounds that need to stand out
|
|
42
|
+
* `colour.system.danger.surface` for error backgrounds that need to be less prominent
|
|
43
|
+
* `colour.system.success.fill` for success backgrounds that need to stand out
|
|
44
|
+
* `colour.system.success.surface` for success backgrounds that need to be less prominent
|
|
45
|
+
* `colour.system.warning.fill` for warning backgrounds that need to stand out
|
|
46
|
+
* `colour.system.warning.surface` for warning backgrounds that need to be less prominent
|
|
47
|
+
* `colour.system.info.fill` for info backgrounds that need to stand out
|
|
48
|
+
* `colour.system.info.surface` for info backgrounds that need to be less prominent
|
|
49
|
+
|
|
50
|
+
ResponsiveProp<ColorToken> | undefined
|
|
51
|
+
|
|
52
|
+
| \- | Set object |
|
|
53
|
+
| borderRadius |
|
|
54
|
+
|
|
55
|
+
The **`border-radius`** CSS property rounds the corners of an element's outer border edge using the radius tokens in the design system.
|
|
56
|
+
|
|
57
|
+
| Chrome | Firefox | Safari | Edge | IE |
|
|
58
|
+
| --- | --- | --- | --- | --- |
|
|
59
|
+
| **4** | **4** | **5** | **12** | **9** |
|
|
60
|
+
| 1 _\-x-_ | | 3 _\-x-_ | | |
|
|
61
|
+
|
|
62
|
+
ResponsiveProp<RadiusToken> | undefined
|
|
63
|
+
|
|
64
|
+
| \- | Set object |
|
|
65
|
+
| color |
|
|
66
|
+
|
|
67
|
+
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`.
|
|
68
|
+
|
|
69
|
+
We recommend using the following token values for best color contrast:
|
|
70
|
+
|
|
71
|
+
* `colour.primary.onFill` used on top of `colour.primary.fill` for primary text that needs to stand out
|
|
72
|
+
* `colour.primary.text` used on top of `colour.primary.surface` or `colour.neutral.10` for primary text that needs to be less prominent
|
|
73
|
+
* `colour.neutral.70` used on top of `colour.neutral.10` or `colour.neutral.20` for muted text
|
|
74
|
+
* `colour.neutral.80` used on top of `colour.neutral.10` or `colour.neutral.20` for standard text
|
|
75
|
+
* `colour.system.danger.onFill` used on top of `colour.system.danger.fill` for error text that needs to stand out
|
|
76
|
+
* `colour.system.danger.text` used on top of `colour.system.danger.surface` for error text that needs to be less prominent
|
|
77
|
+
* `colour.system.success.onFill` used on top of `colour.system.success.fill` for success text that needs to stand out
|
|
78
|
+
* `colour.system.success.text` used on top of `colour.system.success.surface` for success text that needs to be less prominent
|
|
79
|
+
* `colour.system.warning.onFill` used on top of `colour.system.warning.fill` for warning text that needs to stand out
|
|
80
|
+
* `colour.system.warning.text` used on top of `colour.system.warning.surface` for warning text that needs to be less prominent
|
|
81
|
+
* `colour.system.info.onFill` used on top of `colour.system.info.fill` for informative text that needs to stand out
|
|
82
|
+
* `colour.system.info.text` used on top of `colour.system.info.surface` for informative text that needs to be less prominent
|
|
83
|
+
|
|
84
|
+
ResponsiveProp<ColorToken> | undefined
|
|
85
|
+
|
|
86
|
+
| \- | Set object |
|
|
87
|
+
| defaultValue |
|
|
88
|
+
|
|
89
|
+
Initial value of the slider. Used for uncontrolled sliders.
|
|
90
|
+
|
|
91
|
+
numberundefined
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
| \- | Set object |
|
|
96
|
+
| focusable |
|
|
97
|
+
|
|
98
|
+
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.
|
|
99
|
+
|
|
100
|
+
"true""within"undefined
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
| \- | Set object |
|
|
105
|
+
| formatValue |
|
|
106
|
+
|
|
107
|
+
Format the changed value.
|
|
108
|
+
|
|
109
|
+
((value: number, tick?: SliderTickLabelValue | undefined, readOnly?: boolean | undefined) => ReactNode) | undefined
|
|
110
|
+
|
|
111
|
+
| \- | \- |
|
|
112
|
+
| hiddenValueTooltip |
|
|
113
|
+
|
|
114
|
+
If `true`, the value tooltip will be hidden.
|
|
115
|
+
|
|
116
|
+
booleanundefined
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
| \- | Set object |
|
|
121
|
+
| hide |
|
|
122
|
+
|
|
123
|
+
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.
|
|
124
|
+
|
|
125
|
+
Hide on all breakpoints: `hide: true` Hide on specific breakpoints: `hide: { xs: false, sm: true, md: false, lg: true, xl: false, xxl: true }`
|
|
126
|
+
|
|
127
|
+
Notes:
|
|
128
|
+
|
|
129
|
+
* If you need to hide an element but allow it to be visible to screen readers, use the `srOnly` prop instead.
|
|
130
|
+
* Consider if you can conditionally render the element instead of hiding it.
|
|
131
|
+
|
|
132
|
+
ResponsiveProp<boolean> | undefined
|
|
133
|
+
|
|
134
|
+
| \- | Set object |
|
|
135
|
+
| layerStyle |
|
|
136
|
+
|
|
137
|
+
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.
|
|
138
|
+
|
|
139
|
+
* `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.
|
|
140
|
+
* `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.
|
|
141
|
+
* `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.
|
|
142
|
+
|
|
143
|
+
ResponsiveProp<"elevation.raised" | "elevation.floating" | "elevation.overflow" | "elevation.focus" | "elevation.focusCompact"> | undefined
|
|
144
|
+
|
|
145
|
+
| \- | Set object |
|
|
146
|
+
| m |
|
|
147
|
+
|
|
148
|
+
The **`m`** property is short for `margin`, and sets the margin area on all four sides of an element.
|
|
149
|
+
|
|
150
|
+
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.
|
|
151
|
+
|
|
152
|
+
| Chrome | Firefox | Safari | Edge | IE |
|
|
153
|
+
| --- | --- | --- | --- | --- |
|
|
154
|
+
| **1** | **1** | **1** | **12** | **3** |
|
|
155
|
+
|
|
156
|
+
ResponsiveProp<SpacingToken | "auto"> | undefined
|
|
157
|
+
|
|
158
|
+
| \- | Set object |
|
|
159
|
+
| max |
|
|
160
|
+
|
|
161
|
+
Set the maximum value for the slider.
|
|
162
|
+
|
|
163
|
+
numberundefined
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
|
168
|
+
|
|
169
|
+
10
|
|
170
|
+
|
|
171
|
+
| Set object |
|
|
172
|
+
| maxWidth |
|
|
173
|
+
|
|
174
|
+
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`.
|
|
175
|
+
|
|
176
|
+
| Chrome | Firefox | Safari | Edge | IE |
|
|
177
|
+
| --- | --- | --- | --- | --- |
|
|
178
|
+
| **1** | **1** | **1** | **12** | **7** |
|
|
179
|
+
|
|
180
|
+
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
|
|
181
|
+
|
|
182
|
+
| \- | Set object |
|
|
183
|
+
| mb |
|
|
184
|
+
|
|
185
|
+
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.
|
|
186
|
+
|
|
187
|
+
It uses the spacing tokens in the design system.
|
|
188
|
+
|
|
189
|
+
| Chrome | Firefox | Safari | Edge | IE |
|
|
190
|
+
| --- | --- | --- | --- | --- |
|
|
191
|
+
| **1** | **1** | **1** | **12** | **3** |
|
|
192
|
+
|
|
193
|
+
ResponsiveProp<SpacingToken | "auto"> | undefined
|
|
194
|
+
|
|
195
|
+
| \- | Set object |
|
|
196
|
+
| min |
|
|
197
|
+
|
|
198
|
+
Sets minimum value for the slider.
|
|
199
|
+
|
|
200
|
+
numberundefined
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
|
205
|
+
|
|
206
|
+
0
|
|
207
|
+
|
|
208
|
+
| Set object |
|
|
209
|
+
| ml |
|
|
210
|
+
|
|
211
|
+
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.
|
|
212
|
+
|
|
213
|
+
It uses the spacing tokens in the design system.
|
|
214
|
+
|
|
215
|
+
| Chrome | Firefox | Safari | Edge | IE |
|
|
216
|
+
| --- | --- | --- | --- | --- |
|
|
217
|
+
| **1** | **1** | **1** | **12** | **3** |
|
|
218
|
+
|
|
219
|
+
ResponsiveProp<SpacingToken | "auto"> | undefined
|
|
220
|
+
|
|
221
|
+
| \- | Set object |
|
|
222
|
+
| mr |
|
|
223
|
+
|
|
224
|
+
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.
|
|
225
|
+
|
|
226
|
+
It uses the spacing tokens in the design system.
|
|
227
|
+
|
|
228
|
+
| Chrome | Firefox | Safari | Edge | IE |
|
|
229
|
+
| --- | --- | --- | --- | --- |
|
|
230
|
+
| **1** | **1** | **1** | **12** | **3** |
|
|
231
|
+
|
|
232
|
+
ResponsiveProp<SpacingToken | "auto"> | undefined
|
|
233
|
+
|
|
234
|
+
| \- | Set object |
|
|
235
|
+
| mt |
|
|
236
|
+
|
|
237
|
+
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.
|
|
238
|
+
|
|
239
|
+
It uses the spacing tokens in the design system.
|
|
240
|
+
|
|
241
|
+
| Chrome | Firefox | Safari | Edge | IE |
|
|
242
|
+
| --- | --- | --- | --- | --- |
|
|
243
|
+
| **1** | **1** | **1** | **12** | **3** |
|
|
244
|
+
|
|
245
|
+
ResponsiveProp<SpacingToken | "auto"> | undefined
|
|
246
|
+
|
|
247
|
+
| \- | Set object |
|
|
248
|
+
| mx |
|
|
249
|
+
|
|
250
|
+
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.
|
|
251
|
+
|
|
252
|
+
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.
|
|
253
|
+
|
|
254
|
+
| Chrome | Firefox | Safari | Edge | IE |
|
|
255
|
+
| --- | --- | --- | --- | --- |
|
|
256
|
+
| **1** | **1** | **1** | **12** | **3** |
|
|
257
|
+
|
|
258
|
+
ResponsiveProp<SpacingToken | "auto"> | undefined
|
|
259
|
+
|
|
260
|
+
| \- | Set object |
|
|
261
|
+
| my |
|
|
262
|
+
|
|
263
|
+
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.
|
|
264
|
+
|
|
265
|
+
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.
|
|
266
|
+
|
|
267
|
+
| Chrome | Firefox | Safari | Edge | IE |
|
|
268
|
+
| --- | --- | --- | --- | --- |
|
|
269
|
+
| **1** | **1** | **1** | **12** | **3** |
|
|
270
|
+
|
|
271
|
+
ResponsiveProp<SpacingToken | "auto"> | undefined
|
|
272
|
+
|
|
273
|
+
| \- | Set object |
|
|
274
|
+
| name |
|
|
275
|
+
|
|
276
|
+
The name of the control, which is submitted with the form data.
|
|
277
|
+
|
|
278
|
+
stringundefined
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
| \- | Set object |
|
|
283
|
+
| noGutter |
|
|
284
|
+
|
|
285
|
+
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.
|
|
286
|
+
|
|
287
|
+
booleanundefined
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
| \- | Set object |
|
|
292
|
+
| onChange |
|
|
293
|
+
|
|
294
|
+
Emitted when the slider value changes.
|
|
295
|
+
|
|
296
|
+
((e: ChangeEvent<HTMLInputElement>, value?: number | undefined) => void) | undefined
|
|
297
|
+
|
|
298
|
+
| \- | \- |
|
|
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
|
+
| readOnly |
|
|
391
|
+
|
|
392
|
+
If `true`, the user cannot modify the value.
|
|
393
|
+
|
|
394
|
+
booleanundefined
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
| \- | Set object |
|
|
399
|
+
| rowGap |
|
|
400
|
+
|
|
401
|
+
The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's rows.
|
|
402
|
+
|
|
403
|
+
Note: It only has an effect when used as a direct child of a layout component, such as IressRow, IressStack or IressInline.
|
|
404
|
+
|
|
405
|
+
| Chrome | Firefox | Safari | Edge | IE |
|
|
406
|
+
| --- | --- | --- | --- | --- |
|
|
407
|
+
| **47** | **52** | **10.1** | **16** | No |
|
|
408
|
+
|
|
409
|
+
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
|
|
410
|
+
|
|
411
|
+
| \- | Set object |
|
|
412
|
+
| srOnly |
|
|
413
|
+
|
|
414
|
+
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.
|
|
415
|
+
|
|
416
|
+
Hide on all breakpoints: `srOnly: true` Hide on specific breakpoints: `srOnly: { xs: false, sm: true, md: false, lg: true, xl: false, xxl: true }`
|
|
417
|
+
|
|
418
|
+
ResponsiveProp<boolean> | undefined
|
|
419
|
+
|
|
420
|
+
| \- | Set object |
|
|
421
|
+
| step |
|
|
422
|
+
|
|
423
|
+
Sets the step value of the slider.
|
|
424
|
+
|
|
425
|
+
numberundefined
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
|
430
|
+
|
|
431
|
+
1
|
|
432
|
+
|
|
433
|
+
| Set object |
|
|
434
|
+
| stretch |
|
|
435
|
+
|
|
436
|
+
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.
|
|
437
|
+
|
|
438
|
+
booleanundefined
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
| \- | Set object |
|
|
443
|
+
| textAlign |
|
|
444
|
+
|
|
445
|
+
The **`text-align`** CSS property sets the horizontal alignment of the inline-level content inside a block element or table-cell box.
|
|
446
|
+
|
|
447
|
+
| Chrome | Firefox | Safari | Edge | IE |
|
|
448
|
+
| --- | --- | --- | --- | --- |
|
|
449
|
+
| **1** | **1** | **1** | **12** | **3** |
|
|
450
|
+
|
|
451
|
+
ResponsiveProp<"center" | "left" | "right" | "inherit" | "justify"> | undefined
|
|
452
|
+
|
|
453
|
+
| \- | Set object |
|
|
454
|
+
| textStyle |
|
|
455
|
+
|
|
456
|
+
Select the typography to be used using the **`textStyle`** prop. These are connected to the typography tokens in the design system.'
|
|
457
|
+
|
|
458
|
+
* `typography.body.sm` - Use for small components such as badges and disclaimers, as well as compact variations of tables and lists.
|
|
459
|
+
* `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.
|
|
460
|
+
* `typography.body.lg` - Use for tag lines, subtitles, and other large text content in the product.
|
|
461
|
+
* `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.
|
|
462
|
+
* `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.
|
|
463
|
+
* `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.
|
|
464
|
+
* `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.
|
|
465
|
+
* `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.
|
|
466
|
+
* `typography.code` - Used to display code snippets in the product, such as in the API documentation.
|
|
467
|
+
|
|
468
|
+
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
|
|
469
|
+
|
|
470
|
+
| \- | Set object |
|
|
471
|
+
| tickLabels |
|
|
472
|
+
|
|
473
|
+
List of labels to be displayed.
|
|
474
|
+
|
|
475
|
+
boolean | SliderTickLabel\[\] | undefined
|
|
476
|
+
|
|
477
|
+
| \- | Set object |
|
|
478
|
+
| value |
|
|
479
|
+
|
|
480
|
+
Value of the slider. Used for controlled sliders.
|
|
481
|
+
|
|
482
|
+
numberundefined
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
| \- | Set object |
|
|
487
|
+
| width |
|
|
488
|
+
|
|
489
|
+
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.
|
|
490
|
+
|
|
491
|
+
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.
|
|
492
|
+
|
|
493
|
+
| Chrome | Firefox | Safari | Edge | IE |
|
|
494
|
+
| --- | --- | --- | --- | --- |
|
|
495
|
+
| **1** | **1** | **1** | **12** | **4** |
|
|
496
|
+
|
|
497
|
+
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
|
|
498
|
+
|
|
499
|
+
| \- | Set object |
|
|
500
|
+
|
|
19
501
|
[](#examples)Examples
|
|
20
502
|
---------------------
|
|
21
503
|
|
|
@@ -175,12 +657,12 @@ Copy
|
|
|
175
657
|
|
|
176
658
|
### [](#hidden-labels)Hidden labels
|
|
177
659
|
|
|
178
|
-
Specific labels can be hidden for all or specified breakpoints. This can be done by using the `
|
|
660
|
+
Specific labels can be hidden for all or specified breakpoints. This can be done by using the `srOnly` property in the `TickLabel` object.
|
|
179
661
|
|
|
180
662
|
When a label is set to hide on a certain breakpoint, it will be hidden on the screen from that breakpoint onwards. You can reveal it on a larger breakpoint by setting the larger breakpoint to false.
|
|
181
663
|
|
|
182
|
-
1. To set the label to hide on all breakpoints you can set the xs property to true: `
|
|
183
|
-
2. To only show on md and above you can `
|
|
664
|
+
1. To set the label to hide on all breakpoints you can set the xs property to true: `srOnly: { xs: true }`.
|
|
665
|
+
2. To only show on md and above you can `srOnly: { xs: true, md: false }`.
|
|
184
666
|
|
|
185
667
|
#### [](#behavior-considerations)Behavior considerations
|
|
186
668
|
|
|
@@ -217,8 +699,8 @@ Hide code
|
|
|
217
699
|
|
|
218
700
|
\[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; }
|
|
219
701
|
|
|
220
|
-
<IressStack
|
|
221
|
-
<IressPanel\>
|
|
702
|
+
<IressStack gap\="md"\>
|
|
703
|
+
<IressPanel bg\="alt"\>
|
|
222
704
|
<IressText\>
|
|
223
705
|
<CurrentBreakpoint />
|
|
224
706
|
</IressText\>
|
|
@@ -233,30 +715,30 @@ Hide code
|
|
|
233
715
|
value: 0
|
|
234
716
|
},
|
|
235
717
|
{
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
718
|
+
srOnly: {
|
|
719
|
+
base: true,
|
|
720
|
+
xl: false
|
|
239
721
|
},
|
|
240
722
|
value: 20
|
|
241
723
|
},
|
|
242
724
|
{
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
725
|
+
srOnly: {
|
|
726
|
+
base: true,
|
|
727
|
+
xl: false
|
|
246
728
|
},
|
|
247
729
|
value: 40
|
|
248
730
|
},
|
|
249
731
|
{
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
732
|
+
srOnly: {
|
|
733
|
+
base: true,
|
|
734
|
+
xl: false
|
|
253
735
|
},
|
|
254
736
|
value: 60
|
|
255
737
|
},
|
|
256
738
|
{
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
739
|
+
srOnly: {
|
|
740
|
+
base: true,
|
|
741
|
+
xl: false
|
|
260
742
|
},
|
|
261
743
|
value: 80
|
|
262
744
|
},
|
|
@@ -264,30 +746,30 @@ Hide code
|
|
|
264
746
|
value: 100
|
|
265
747
|
},
|
|
266
748
|
{
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
749
|
+
srOnly: {
|
|
750
|
+
base: true,
|
|
751
|
+
xl: false
|
|
270
752
|
},
|
|
271
753
|
value: 120
|
|
272
754
|
},
|
|
273
755
|
{
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
756
|
+
srOnly: {
|
|
757
|
+
base: true,
|
|
758
|
+
xl: false
|
|
277
759
|
},
|
|
278
760
|
value: 140
|
|
279
761
|
},
|
|
280
762
|
{
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
763
|
+
srOnly: {
|
|
764
|
+
base: true,
|
|
765
|
+
xl: false
|
|
284
766
|
},
|
|
285
767
|
value: 160
|
|
286
768
|
},
|
|
287
769
|
{
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
770
|
+
srOnly: {
|
|
771
|
+
base: true,
|
|
772
|
+
xl: false
|
|
291
773
|
},
|
|
292
774
|
value: 180
|
|
293
775
|
},
|
|
@@ -301,9 +783,9 @@ Hide code
|
|
|
301
783
|
|
|
302
784
|
Copy
|
|
303
785
|
|
|
304
|
-
### [](#
|
|
786
|
+
### [](#read-only)Read only
|
|
305
787
|
|
|
306
|
-
Sliders can be set to read only by using the `
|
|
788
|
+
Sliders can be set to read only by using the `readOnly` property. When set to read only the slider will render a read only input and display the specified value.
|
|
307
789
|
|
|
308
790
|
If you need more control over the read-only state (for example, rendering a stylised version of the value), you can use the [`IressReadonly` component](?path=/docs/components-readonly--docs).
|
|
309
791
|
|
|
@@ -316,7 +798,7 @@ Hide code
|
|
|
316
798
|
<IressSlider
|
|
317
799
|
max\={200}
|
|
318
800
|
min\={0}
|
|
319
|
-
|
|
801
|
+
readOnly
|
|
320
802
|
step\={20}
|
|
321
803
|
tickLabels\={\[
|
|
322
804
|
{
|
|
@@ -343,4 +825,4 @@ On this page
|
|
|
343
825
|
* [Ticks and labels](#ticks-and-labels)
|
|
344
826
|
* [Flexible ticks and labels](#flexible-ticks-and-labels)
|
|
345
827
|
* [Hidden labels](#hidden-labels)
|
|
346
|
-
* [
|
|
828
|
+
* [Read only](#read-only)
|