@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
|
The `IressText` component allows you to set typographic styles either on one element, or a block on HTML elements.
|
|
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
|
The quick brown fox jumps over the lazy dog
|
|
10
18
|
|
|
11
19
|
Hide code
|
|
@@ -18,6 +26,21 @@ Hide code
|
|
|
18
26
|
|
|
19
27
|
Copy
|
|
20
28
|
|
|
29
|
+
[](#props)Props
|
|
30
|
+
---------------
|
|
31
|
+
|
|
32
|
+
| Name | Description | Default | Control |
|
|
33
|
+
| --- | --- | --- | --- |
|
|
34
|
+
| children |
|
|
35
|
+
The content to be styled based on the design system typography tokens.
|
|
36
|
+
|
|
37
|
+
ReactNode
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
| \- | \- |
|
|
42
|
+
| Show Theme (Beta) itemsTheme (Beta) | Show Theme (Beta) items |
|
|
43
|
+
|
|
21
44
|
[](#usage)Usage
|
|
22
45
|
---------------
|
|
23
46
|
|
|
@@ -47,17 +70,17 @@ This is a h2 element.
|
|
|
47
70
|
|
|
48
71
|
###### This is a h6 element.
|
|
49
72
|
|
|
50
|
-
`This is a code element.`
|
|
73
|
+
`This is a code element.`This is a small element.This is a cite element.This is a caption element.**This is a strong element.**_This is a em element._This is a a element.
|
|
51
74
|
|
|
52
75
|
> This is a blockquote element.
|
|
53
76
|
|
|
54
|
-
This is a
|
|
77
|
+
This is a pre element.
|
|
55
78
|
|
|
56
79
|
Hide code
|
|
57
80
|
|
|
58
81
|
\[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; }
|
|
59
82
|
|
|
60
|
-
<IressStack
|
|
83
|
+
<IressStack gap\="spacing.100"\>
|
|
61
84
|
<IressText element\="p"\>
|
|
62
85
|
This is a p element. </IressText\>
|
|
63
86
|
<IressText element\="div"\>
|
|
@@ -78,132 +101,192 @@ Hide code
|
|
|
78
101
|
This is a h6 element. </IressText\>
|
|
79
102
|
<IressText element\="code"\>
|
|
80
103
|
This is a code element. </IressText\>
|
|
81
|
-
<IressText element\="blockquote"\>
|
|
82
|
-
This is a blockquote element. </IressText\>
|
|
83
|
-
<IressText element\="caption"\>
|
|
84
|
-
This is a caption element. </IressText\>
|
|
85
|
-
<IressText element\="cite"\>
|
|
86
|
-
This is a cite element. </IressText\>
|
|
87
104
|
<IressText element\="small"\>
|
|
88
105
|
This is a small element. </IressText\>
|
|
106
|
+
<IressText element\="cite"\>
|
|
107
|
+
This is a cite element. </IressText\>
|
|
108
|
+
<IressText element\="caption"\>
|
|
109
|
+
This is a caption element. </IressText\>
|
|
110
|
+
<IressText element\="strong"\>
|
|
111
|
+
This is a strong element. </IressText\>
|
|
112
|
+
<IressText element\="em"\>
|
|
113
|
+
This is a em element. </IressText\>
|
|
114
|
+
<IressText element\="a"\>
|
|
115
|
+
This is a a element. </IressText\>
|
|
116
|
+
<IressText element\="blockquote"\>
|
|
117
|
+
This is a blockquote element. </IressText\>
|
|
118
|
+
<IressText element\="pre"\>
|
|
119
|
+
This is a pre element. </IressText\>
|
|
89
120
|
</IressStack\>
|
|
90
121
|
|
|
91
122
|
Copy
|
|
92
123
|
|
|
93
|
-
### [](#the-
|
|
124
|
+
### [](#the-textstyle-prop)The `textStyle` prop
|
|
94
125
|
|
|
95
|
-
The `
|
|
126
|
+
The `textStyle` prop (previously `variant`) allows you alter the default styling of the element that it selected.
|
|
96
127
|
|
|
97
128
|
For example, in order to maintain the semantic structure of headings, you may need to style a `h2` element like a `h4`. Or you may want to style your heading using one of our display text formats.
|
|
98
129
|
|
|
99
|
-
This is the
|
|
100
|
-
|
|
101
|
-
This is the body variant.
|
|
102
|
-
|
|
103
|
-
This is the bold variant.
|
|
130
|
+
This is the typography.heading.1 text style.
|
|
104
131
|
|
|
105
|
-
This is the
|
|
132
|
+
This is the typography.heading.2 text style.
|
|
106
133
|
|
|
107
|
-
This is the
|
|
134
|
+
This is the typography.heading.3 text style.
|
|
108
135
|
|
|
109
|
-
This is the
|
|
136
|
+
This is the typography.heading.4 text style.
|
|
110
137
|
|
|
111
|
-
This is the
|
|
138
|
+
This is the typography.heading.5 text style.
|
|
112
139
|
|
|
113
|
-
This is the
|
|
140
|
+
This is the typography.body.sm text style.
|
|
114
141
|
|
|
115
|
-
This is the
|
|
142
|
+
This is the typography.body.sm.regular text style.
|
|
116
143
|
|
|
117
|
-
This is the
|
|
144
|
+
This is the typography.body.sm.strong text style.
|
|
118
145
|
|
|
119
|
-
This is the
|
|
146
|
+
This is the typography.body.sm.em text style.
|
|
120
147
|
|
|
121
|
-
This is the
|
|
148
|
+
This is the typography.body.md.regular text style.
|
|
122
149
|
|
|
123
|
-
This is the
|
|
150
|
+
This is the typography.body.md text style.
|
|
124
151
|
|
|
125
|
-
This is the
|
|
152
|
+
This is the typography.body.md.strong text style.
|
|
126
153
|
|
|
127
|
-
This is the
|
|
154
|
+
This is the typography.body.md.em text style.
|
|
128
155
|
|
|
129
|
-
This is the
|
|
156
|
+
This is the typography.body.lg text style.
|
|
130
157
|
|
|
131
|
-
This is the
|
|
158
|
+
This is the typography.body.lg.regular text style.
|
|
132
159
|
|
|
133
|
-
This is the
|
|
160
|
+
This is the typography.body.lg.strong text style.
|
|
134
161
|
|
|
135
|
-
This is the
|
|
162
|
+
This is the typography.body.lg.em text style.
|
|
136
163
|
|
|
137
|
-
This is the
|
|
164
|
+
This is the typography.code text style.
|
|
138
165
|
|
|
139
166
|
Hide code
|
|
140
167
|
|
|
141
168
|
\[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; }
|
|
142
169
|
|
|
143
|
-
<IressStack
|
|
144
|
-
<IressText
|
|
145
|
-
This is the
|
|
146
|
-
<IressText
|
|
147
|
-
This is the
|
|
148
|
-
<IressText
|
|
149
|
-
This is the
|
|
150
|
-
<IressText
|
|
151
|
-
This is the
|
|
152
|
-
<IressText
|
|
153
|
-
This is the
|
|
154
|
-
<IressText
|
|
155
|
-
This is the
|
|
156
|
-
<IressText
|
|
157
|
-
This is the
|
|
158
|
-
<IressText
|
|
159
|
-
This is the
|
|
160
|
-
<IressText
|
|
161
|
-
This is the
|
|
162
|
-
<IressText
|
|
163
|
-
This is the
|
|
164
|
-
<IressText
|
|
165
|
-
This is the
|
|
166
|
-
<IressText
|
|
167
|
-
This is the
|
|
168
|
-
<IressText
|
|
169
|
-
This is the
|
|
170
|
-
<IressText
|
|
171
|
-
This is the
|
|
172
|
-
<IressText
|
|
173
|
-
This is the
|
|
174
|
-
<IressText
|
|
175
|
-
This is the
|
|
176
|
-
<IressText
|
|
177
|
-
This is the
|
|
178
|
-
<IressText
|
|
179
|
-
This is the
|
|
180
|
-
<IressText variant\="cite"\>
|
|
181
|
-
This is the cite variant. </IressText\>
|
|
182
|
-
<IressText variant\="caption"\>
|
|
183
|
-
This is the caption variant. </IressText\>
|
|
170
|
+
<IressStack gap\="md"\>
|
|
171
|
+
<IressText textStyle\="typography.heading.1"\>
|
|
172
|
+
This is the typography.heading.1 text style. </IressText\>
|
|
173
|
+
<IressText textStyle\="typography.heading.2"\>
|
|
174
|
+
This is the typography.heading.2 text style. </IressText\>
|
|
175
|
+
<IressText textStyle\="typography.heading.3"\>
|
|
176
|
+
This is the typography.heading.3 text style. </IressText\>
|
|
177
|
+
<IressText textStyle\="typography.heading.4"\>
|
|
178
|
+
This is the typography.heading.4 text style. </IressText\>
|
|
179
|
+
<IressText textStyle\="typography.heading.5"\>
|
|
180
|
+
This is the typography.heading.5 text style. </IressText\>
|
|
181
|
+
<IressText textStyle\="typography.body.sm"\>
|
|
182
|
+
This is the typography.body.sm text style. </IressText\>
|
|
183
|
+
<IressText textStyle\="typography.body.sm.regular"\>
|
|
184
|
+
This is the typography.body.sm.regular text style. </IressText\>
|
|
185
|
+
<IressText textStyle\="typography.body.sm.strong"\>
|
|
186
|
+
This is the typography.body.sm.strong text style. </IressText\>
|
|
187
|
+
<IressText textStyle\="typography.body.sm.em"\>
|
|
188
|
+
This is the typography.body.sm.em text style. </IressText\>
|
|
189
|
+
<IressText textStyle\="typography.body.md.regular"\>
|
|
190
|
+
This is the typography.body.md.regular text style. </IressText\>
|
|
191
|
+
<IressText textStyle\="typography.body.md"\>
|
|
192
|
+
This is the typography.body.md text style. </IressText\>
|
|
193
|
+
<IressText textStyle\="typography.body.md.strong"\>
|
|
194
|
+
This is the typography.body.md.strong text style. </IressText\>
|
|
195
|
+
<IressText textStyle\="typography.body.md.em"\>
|
|
196
|
+
This is the typography.body.md.em text style. </IressText\>
|
|
197
|
+
<IressText textStyle\="typography.body.lg"\>
|
|
198
|
+
This is the typography.body.lg text style. </IressText\>
|
|
199
|
+
<IressText textStyle\="typography.body.lg.regular"\>
|
|
200
|
+
This is the typography.body.lg.regular text style. </IressText\>
|
|
201
|
+
<IressText textStyle\="typography.body.lg.strong"\>
|
|
202
|
+
This is the typography.body.lg.strong text style. </IressText\>
|
|
203
|
+
<IressText textStyle\="typography.body.lg.em"\>
|
|
204
|
+
This is the typography.body.lg.em text style. </IressText\>
|
|
205
|
+
<IressText textStyle\="typography.code"\>
|
|
206
|
+
This is the typography.code text style. </IressText\>
|
|
184
207
|
</IressStack\>
|
|
185
208
|
|
|
186
209
|
Copy
|
|
187
210
|
|
|
188
|
-
### [](#the-
|
|
211
|
+
### [](#the-color-prop)The `color` prop
|
|
212
|
+
|
|
213
|
+
The `color` prop (previously `mode`) can be used to set the colour of the text to these predefined mode colours: Body, Muted, Primary, Info, Success, Warning, Danger, Positive and Negative.
|
|
214
|
+
|
|
215
|
+
This is colour.primary.fill mode.
|
|
216
|
+
|
|
217
|
+
This is colour.primary.fillHover mode.
|
|
218
|
+
|
|
219
|
+
This is colour.primary.onFill mode.
|
|
220
|
+
|
|
221
|
+
This is colour.primary.surface mode.
|
|
222
|
+
|
|
223
|
+
This is colour.primary.surfaceHover mode.
|
|
224
|
+
|
|
225
|
+
This is colour.primary.text mode.
|
|
226
|
+
|
|
227
|
+
This is colour.neutral.10 mode.
|
|
189
228
|
|
|
190
|
-
|
|
229
|
+
This is colour.neutral.20 mode.
|
|
191
230
|
|
|
192
|
-
This is
|
|
231
|
+
This is colour.neutral.30 mode.
|
|
193
232
|
|
|
194
|
-
This is
|
|
233
|
+
This is colour.neutral.40 mode.
|
|
195
234
|
|
|
196
|
-
This is
|
|
235
|
+
This is colour.neutral.50 mode.
|
|
197
236
|
|
|
198
|
-
This is
|
|
237
|
+
This is colour.neutral.60 mode.
|
|
199
238
|
|
|
200
|
-
This is
|
|
239
|
+
This is colour.neutral.70 mode.
|
|
201
240
|
|
|
202
|
-
This is
|
|
241
|
+
This is colour.neutral.80 mode.
|
|
203
242
|
|
|
204
|
-
This is
|
|
243
|
+
This is colour.accent.brand mode.
|
|
205
244
|
|
|
206
|
-
This is
|
|
245
|
+
This is colour.system.success.fill mode.
|
|
246
|
+
|
|
247
|
+
This is colour.system.success.fillHover mode.
|
|
248
|
+
|
|
249
|
+
This is colour.system.success.onFill mode.
|
|
250
|
+
|
|
251
|
+
This is colour.system.success.surface mode.
|
|
252
|
+
|
|
253
|
+
This is colour.system.success.surfaceHover mode.
|
|
254
|
+
|
|
255
|
+
This is colour.system.success.text mode.
|
|
256
|
+
|
|
257
|
+
This is colour.system.danger.fill mode.
|
|
258
|
+
|
|
259
|
+
This is colour.system.danger.fillHover mode.
|
|
260
|
+
|
|
261
|
+
This is colour.system.danger.onFill mode.
|
|
262
|
+
|
|
263
|
+
This is colour.system.danger.surface mode.
|
|
264
|
+
|
|
265
|
+
This is colour.system.danger.surfaceHover mode.
|
|
266
|
+
|
|
267
|
+
This is colour.system.danger.text mode.
|
|
268
|
+
|
|
269
|
+
This is colour.system.warning.fill mode.
|
|
270
|
+
|
|
271
|
+
This is colour.system.warning.onFill mode.
|
|
272
|
+
|
|
273
|
+
This is colour.system.warning.surface mode.
|
|
274
|
+
|
|
275
|
+
This is colour.system.warning.text mode.
|
|
276
|
+
|
|
277
|
+
This is colour.system.info.fill mode.
|
|
278
|
+
|
|
279
|
+
This is colour.system.info.onFill mode.
|
|
280
|
+
|
|
281
|
+
This is colour.system.info.surface mode.
|
|
282
|
+
|
|
283
|
+
This is colour.system.info.text mode.
|
|
284
|
+
|
|
285
|
+
This is colour.system.backdrop.fill mode.
|
|
286
|
+
|
|
287
|
+
This is transparent mode.
|
|
288
|
+
|
|
289
|
+
This is alt mode.
|
|
207
290
|
|
|
208
291
|
Nested text mode demonstration:
|
|
209
292
|
|
|
@@ -213,24 +296,84 @@ Hide code
|
|
|
213
296
|
|
|
214
297
|
\[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; }
|
|
215
298
|
|
|
216
|
-
<IressStack
|
|
217
|
-
<IressText
|
|
218
|
-
This is
|
|
219
|
-
<IressText
|
|
220
|
-
This is
|
|
221
|
-
<IressText
|
|
222
|
-
This is
|
|
223
|
-
<IressText
|
|
224
|
-
This is primary mode. </IressText\>
|
|
225
|
-
<IressText
|
|
226
|
-
This is
|
|
227
|
-
<IressText
|
|
228
|
-
This is
|
|
229
|
-
<IressText
|
|
230
|
-
This is
|
|
231
|
-
<IressText
|
|
232
|
-
This is
|
|
233
|
-
<IressText
|
|
299
|
+
<IressStack gap\="md"\>
|
|
300
|
+
<IressText color\="colour.primary.fill"\>
|
|
301
|
+
This is colour.primary.fill mode. </IressText\>
|
|
302
|
+
<IressText color\="colour.primary.fillHover"\>
|
|
303
|
+
This is colour.primary.fillHover mode. </IressText\>
|
|
304
|
+
<IressText color\="colour.primary.onFill"\>
|
|
305
|
+
This is colour.primary.onFill mode. </IressText\>
|
|
306
|
+
<IressText color\="colour.primary.surface"\>
|
|
307
|
+
This is colour.primary.surface mode. </IressText\>
|
|
308
|
+
<IressText color\="colour.primary.surfaceHover"\>
|
|
309
|
+
This is colour.primary.surfaceHover mode. </IressText\>
|
|
310
|
+
<IressText color\="colour.primary.text"\>
|
|
311
|
+
This is colour.primary.text mode. </IressText\>
|
|
312
|
+
<IressText color\="colour.neutral.10"\>
|
|
313
|
+
This is colour.neutral.10 mode. </IressText\>
|
|
314
|
+
<IressText color\="colour.neutral.20"\>
|
|
315
|
+
This is colour.neutral.20 mode. </IressText\>
|
|
316
|
+
<IressText color\="colour.neutral.30"\>
|
|
317
|
+
This is colour.neutral.30 mode. </IressText\>
|
|
318
|
+
<IressText color\="colour.neutral.40"\>
|
|
319
|
+
This is colour.neutral.40 mode. </IressText\>
|
|
320
|
+
<IressText color\="colour.neutral.50"\>
|
|
321
|
+
This is colour.neutral.50 mode. </IressText\>
|
|
322
|
+
<IressText color\="colour.neutral.60"\>
|
|
323
|
+
This is colour.neutral.60 mode. </IressText\>
|
|
324
|
+
<IressText color\="colour.neutral.70"\>
|
|
325
|
+
This is colour.neutral.70 mode. </IressText\>
|
|
326
|
+
<IressText color\="colour.neutral.80"\>
|
|
327
|
+
This is colour.neutral.80 mode. </IressText\>
|
|
328
|
+
<IressText color\="colour.accent.brand"\>
|
|
329
|
+
This is colour.accent.brand mode. </IressText\>
|
|
330
|
+
<IressText color\="colour.system.success.fill"\>
|
|
331
|
+
This is colour.system.success.fill mode. </IressText\>
|
|
332
|
+
<IressText color\="colour.system.success.fillHover"\>
|
|
333
|
+
This is colour.system.success.fillHover mode. </IressText\>
|
|
334
|
+
<IressText color\="colour.system.success.onFill"\>
|
|
335
|
+
This is colour.system.success.onFill mode. </IressText\>
|
|
336
|
+
<IressText color\="colour.system.success.surface"\>
|
|
337
|
+
This is colour.system.success.surface mode. </IressText\>
|
|
338
|
+
<IressText color\="colour.system.success.surfaceHover"\>
|
|
339
|
+
This is colour.system.success.surfaceHover mode. </IressText\>
|
|
340
|
+
<IressText color\="colour.system.success.text"\>
|
|
341
|
+
This is colour.system.success.text mode. </IressText\>
|
|
342
|
+
<IressText color\="colour.system.danger.fill"\>
|
|
343
|
+
This is colour.system.danger.fill mode. </IressText\>
|
|
344
|
+
<IressText color\="colour.system.danger.fillHover"\>
|
|
345
|
+
This is colour.system.danger.fillHover mode. </IressText\>
|
|
346
|
+
<IressText color\="colour.system.danger.onFill"\>
|
|
347
|
+
This is colour.system.danger.onFill mode. </IressText\>
|
|
348
|
+
<IressText color\="colour.system.danger.surface"\>
|
|
349
|
+
This is colour.system.danger.surface mode. </IressText\>
|
|
350
|
+
<IressText color\="colour.system.danger.surfaceHover"\>
|
|
351
|
+
This is colour.system.danger.surfaceHover mode. </IressText\>
|
|
352
|
+
<IressText color\="colour.system.danger.text"\>
|
|
353
|
+
This is colour.system.danger.text mode. </IressText\>
|
|
354
|
+
<IressText color\="colour.system.warning.fill"\>
|
|
355
|
+
This is colour.system.warning.fill mode. </IressText\>
|
|
356
|
+
<IressText color\="colour.system.warning.onFill"\>
|
|
357
|
+
This is colour.system.warning.onFill mode. </IressText\>
|
|
358
|
+
<IressText color\="colour.system.warning.surface"\>
|
|
359
|
+
This is colour.system.warning.surface mode. </IressText\>
|
|
360
|
+
<IressText color\="colour.system.warning.text"\>
|
|
361
|
+
This is colour.system.warning.text mode. </IressText\>
|
|
362
|
+
<IressText color\="colour.system.info.fill"\>
|
|
363
|
+
This is colour.system.info.fill mode. </IressText\>
|
|
364
|
+
<IressText color\="colour.system.info.onFill"\>
|
|
365
|
+
This is colour.system.info.onFill mode. </IressText\>
|
|
366
|
+
<IressText color\="colour.system.info.surface"\>
|
|
367
|
+
This is colour.system.info.surface mode. </IressText\>
|
|
368
|
+
<IressText color\="colour.system.info.text"\>
|
|
369
|
+
This is colour.system.info.text mode. </IressText\>
|
|
370
|
+
<IressText color\="colour.system.backdrop.fill"\>
|
|
371
|
+
This is colour.system.backdrop.fill mode. </IressText\>
|
|
372
|
+
<IressText color\="transparent"\>
|
|
373
|
+
This is transparent mode. </IressText\>
|
|
374
|
+
<IressText color\="alt"\>
|
|
375
|
+
This is alt mode. </IressText\>
|
|
376
|
+
<IressText color\="colour.primary.text"\>
|
|
234
377
|
Nested text mode demonstration:{' '}
|
|
235
378
|
<IressText\>
|
|
236
379
|
I am nested, and return to the original colour </IressText\>
|
|
@@ -239,9 +382,9 @@ Hide code
|
|
|
239
382
|
|
|
240
383
|
Copy
|
|
241
384
|
|
|
242
|
-
### [](#the-
|
|
385
|
+
### [](#the-textalign-prop)The `textAlign` prop
|
|
243
386
|
|
|
244
|
-
The `
|
|
387
|
+
The `textAlign` prop (previously `align`) can be used to set the text's alignment.
|
|
245
388
|
|
|
246
389
|
The quick brown fox jumps over the lazy dog
|
|
247
390
|
|
|
@@ -257,16 +400,16 @@ Hide code
|
|
|
257
400
|
|
|
258
401
|
\[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; }
|
|
259
402
|
|
|
260
|
-
<IressStack
|
|
261
|
-
<IressText
|
|
403
|
+
<IressStack gap\="md"\>
|
|
404
|
+
<IressText textAlign\="left"\>
|
|
262
405
|
The quick brown fox jumps over the lazy dog </IressText\>
|
|
263
|
-
<IressText
|
|
406
|
+
<IressText textAlign\="center"\>
|
|
264
407
|
The quick brown fox jumps over the lazy dog </IressText\>
|
|
265
|
-
<IressText
|
|
408
|
+
<IressText textAlign\="right"\>
|
|
266
409
|
The quick brown fox jumps over the lazy dog </IressText\>
|
|
267
|
-
<IressText
|
|
410
|
+
<IressText textAlign\="justify"\>
|
|
268
411
|
The quick brown fox jumps over the lazy dog </IressText\>
|
|
269
|
-
<IressText
|
|
412
|
+
<IressText textAlign\="inherit"\>
|
|
270
413
|
The quick brown fox jumps over the lazy dog </IressText\>
|
|
271
414
|
</IressStack\>
|
|
272
415
|
|
|
@@ -344,38 +487,86 @@ Copy
|
|
|
344
487
|
|
|
345
488
|
If you just need to style a block of typography content, you can just wrap the entire block of HTML with the text component.
|
|
346
489
|
|
|
347
|
-
|
|
348
|
-
|
|
490
|
+
History
|
|
491
|
+
-------
|
|
349
492
|
|
|
350
|
-
|
|
493
|
+
### Founding and Early Years (1993 - 2000)
|
|
351
494
|
|
|
352
|
-
|
|
495
|
+
[Iress Limited (ASX: IRE)](https://iress.com) was founded in 1993 in Melbourne, Australia, as a provider of financial market data and trading software. Initially, the company focused on delivering technology solutions for stockbrokers and traders, providing real-time market data, order management, and trading execution tools.
|
|
353
496
|
|
|
354
|
-
|
|
497
|
+
### Expansion and IPO (2001 - 2010)
|
|
355
498
|
|
|
356
|
-
|
|
499
|
+
In 2001, Iress went public, listing on the Australian Securities Exchange (ASX). This move provided the company with capital to expand its operations and invest in new technologies. During this period, Iress expanded its services beyond trading platforms to include financial planning software, portfolio management, and wealth management solutions. The company also started expanding internationally, entering markets such as the UK, Canada, New Zealand, and South Africa, through organic growth and acquisitions.
|
|
500
|
+
|
|
501
|
+
### Global Growth and Acquisitions (2011 - 2020)
|
|
502
|
+
|
|
503
|
+
Between 2011 and 2020, Iress continued its global expansion through acquisitions and product diversification. Key acquisitions included:
|
|
504
|
+
|
|
505
|
+
* Avelo (2013): Strengthened its presence in the UK financial services market.
|
|
506
|
+
* Pulse Software (2014): Added financial advice solutions to its portfolio.
|
|
507
|
+
* INET BFA (2016): Expanded its reach into South Africa’s financial market.
|
|
508
|
+
* OneVue (2020): Enhanced its superannuation and investment administration capabilities.
|
|
357
509
|
|
|
358
|
-
|
|
510
|
+
During this period, Iress also expanded into mortgage lending technology and digital financial services, adapting to the increasing demand for automation and efficiency in financial markets.
|
|
511
|
+
|
|
512
|
+
### Recent Developments (2021 - Present)
|
|
513
|
+
|
|
514
|
+
In 2021, Iress announced a strategic review of its business, focusing on streamlining operations and improving profitability. The company also experienced leadership changes, including new CEO appointments to drive digital transformation.
|
|
515
|
+
|
|
516
|
+
Iress has continued to innovate with cloud-based solutions, artificial intelligence (AI), and data analytics, catering to financial institutions, brokers, and wealth management firms globally.
|
|
517
|
+
|
|
518
|
+
Some code in here
|
|
359
519
|
|
|
360
520
|
Hide code
|
|
361
521
|
|
|
362
522
|
\[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; }
|
|
363
523
|
|
|
364
|
-
<IressText
|
|
524
|
+
<IressText
|
|
525
|
+
maxWidth\="container.md"
|
|
526
|
+
mx\="auto"
|
|
527
|
+
px\="spacing.200"
|
|
528
|
+
\>
|
|
365
529
|
<h2\>
|
|
366
|
-
|
|
530
|
+
History </h2\>
|
|
531
|
+
<h3\>
|
|
532
|
+
Founding and Early Years (1993 - 2000) </h3\>
|
|
533
|
+
<p\>
|
|
534
|
+
<a
|
|
535
|
+
href\="https://iress.com"
|
|
536
|
+
target\="\_blank"
|
|
537
|
+
\>
|
|
538
|
+
Iress Limited (ASX: IRE) </a\>
|
|
539
|
+
{' '}was founded in 1993 in Melbourne, Australia, as a provider of financial market data and trading software. Initially, the company focused on delivering technology solutions for stockbrokers and traders, providing real-time market data, order management, and trading execution tools.
|
|
540
|
+
</p\>
|
|
541
|
+
<h3\>
|
|
542
|
+
Expansion and IPO (2001 - 2010) </h3\>
|
|
543
|
+
<p\>
|
|
544
|
+
In 2001, Iress went public, listing on the Australian Securities Exchange (ASX). This move provided the company with capital to expand its operations and invest in new technologies. During this period, Iress expanded its services beyond trading platforms to include financial planning software, portfolio management, and wealth management solutions. The company also started expanding internationally, entering markets such as the UK, Canada, New Zealand, and South Africa, through organic growth and acquisitions. </p\>
|
|
545
|
+
<h3\>
|
|
546
|
+
Global Growth and Acquisitions (2011 - 2020) </h3\>
|
|
547
|
+
<p\>
|
|
548
|
+
Between 2011 and 2020, Iress continued its global expansion through acquisitions and product diversification. Key acquisitions included: </p\>
|
|
549
|
+
<ul\>
|
|
550
|
+
<li\>
|
|
551
|
+
Avelo (2013): Strengthened its presence in the UK financial services market. </li\>
|
|
552
|
+
<li\>
|
|
553
|
+
Pulse Software (2014): Added financial advice solutions to its portfolio. </li\>
|
|
554
|
+
<li\>
|
|
555
|
+
INET BFA (2016): Expanded its reach into South Africa’s financial market. </li\>
|
|
556
|
+
<li\>
|
|
557
|
+
OneVue (2020): Enhanced its superannuation and investment administration capabilities. </li\>
|
|
558
|
+
</ul\>
|
|
367
559
|
<p\>
|
|
368
|
-
|
|
369
|
-
<
|
|
370
|
-
|
|
371
|
-
<cite\>
|
|
372
|
-
Someone in latin </cite\>
|
|
373
|
-
</blockquote\>
|
|
560
|
+
During this period, Iress also expanded into mortgage lending technology and digital financial services, adapting to the increasing demand for automation and efficiency in financial markets. </p\>
|
|
561
|
+
<h3\>
|
|
562
|
+
Recent Developments (2021 - Present) </h3\>
|
|
374
563
|
<p\>
|
|
375
|
-
|
|
376
|
-
|
|
564
|
+
In 2021, Iress announced a strategic review of its business, focusing on streamlining operations and improving profitability. The company also experienced leadership changes, including new CEO appointments to drive digital transformation.{' '}
|
|
565
|
+
</p\>
|
|
377
566
|
<p\>
|
|
378
|
-
|
|
567
|
+
Iress has continued to innovate with cloud-based solutions, artificial intelligence (AI), and data analytics, catering to financial institutions, brokers, and wealth management firms globally. </p\>
|
|
568
|
+
<pre\>
|
|
569
|
+
Some code in here </pre\>
|
|
379
570
|
</IressText\>
|
|
380
571
|
|
|
381
572
|
Copy
|
|
@@ -386,9 +577,9 @@ On this page
|
|
|
386
577
|
* [Props](#props)
|
|
387
578
|
* [Usage](#usage)
|
|
388
579
|
* [The element prop](#the-element-prop)
|
|
389
|
-
* [The
|
|
390
|
-
* [The
|
|
391
|
-
* [The
|
|
580
|
+
* [The textStyle prop](#the-textstyle-prop)
|
|
581
|
+
* [The color prop](#the-color-prop)
|
|
582
|
+
* [The textAlign prop](#the-textalign-prop)
|
|
392
583
|
* [Behaviour](#behaviour)
|
|
393
584
|
* [Headings with icons](#headings-with-icons)
|
|
394
585
|
* [Block of typographic content](#block-of-typographic-content)
|