@iress-oss/ids-mcp-server 6.0.0-alpha.2 → 6.0.0-alpha.4
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_components-alert-docs.md +7 -7
- package/generated/docs/components_components-autocomplete-docs.md +18 -18
- package/generated/docs/components_components-autocomplete-recipes-docs.md +9 -2
- package/generated/docs/components_components-badge-docs.md +4 -4
- package/generated/docs/components_components-button-docs.md +16 -14
- package/generated/docs/components_components-buttongroup-docs.md +9 -9
- package/generated/docs/components_components-card-docs.md +32 -17
- package/generated/docs/components_components-checkbox-docs.md +7 -7
- package/generated/docs/components_components-checkboxgroup-docs.md +10 -10
- package/generated/docs/components_components-checkboxgroup-recipes-docs.md +4 -3
- package/generated/docs/components_components-col-docs.md +38 -38
- package/generated/docs/components_components-container-docs.md +5 -5
- package/generated/docs/components_components-divider-docs.md +5 -5
- package/generated/docs/components_components-expander-docs.md +6 -4
- package/generated/docs/components_components-field-docs.md +28 -28
- package/generated/docs/components_components-filter-docs.md +19 -19
- package/generated/docs/components_components-hide-docs.md +9 -9
- package/generated/docs/components_components-icon-docs.md +9 -9
- package/generated/docs/components_components-image-docs.md +2 -2
- package/generated/docs/components_components-inline-docs.md +76 -388
- package/generated/docs/components_components-input-docs.md +9 -9
- package/generated/docs/components_components-input-recipes-docs.md +4 -4
- package/generated/docs/components_components-inputcurrency-docs.md +7 -7
- package/generated/docs/components_components-inputcurrency-recipes-docs.md +5 -2
- package/generated/docs/components_components-label-docs.md +4 -4
- package/generated/docs/components_components-link-docs.md +6 -4
- package/generated/docs/components_components-menu-docs.md +13 -13
- package/generated/docs/components_components-menu-menuitem-docs.md +12 -12
- package/generated/docs/components_components-modal-docs.md +32 -13
- package/generated/docs/components_components-panel-docs.md +6 -6
- package/generated/docs/components_components-placeholder-docs.md +1 -1
- package/generated/docs/components_components-popover-docs.md +11 -9
- package/generated/docs/components_components-popover-recipes-docs.md +4 -2
- package/generated/docs/components_components-progress-docs.md +1 -1
- package/generated/docs/components_components-provider-docs.md +2 -2
- package/generated/docs/components_components-radio-docs.md +5 -5
- package/generated/docs/components_components-radiogroup-docs.md +8 -8
- package/generated/docs/components_components-readonly-docs.md +3 -3
- package/generated/docs/components_components-richselect-docs.md +69 -28
- package/generated/docs/components_components-row-docs.md +60 -492
- package/generated/docs/components_components-select-docs.md +8 -8
- package/generated/docs/components_components-skeleton-docs.md +9 -9
- package/generated/docs/components_components-skeleton-recipes-docs.md +2 -2
- package/generated/docs/components_components-skiplink-docs.md +1 -1
- package/generated/docs/components_components-slideout-docs.md +34 -13
- package/generated/docs/components_components-slider-docs.md +8 -8
- package/generated/docs/components_components-spinner-docs.md +3 -3
- package/generated/docs/components_components-stack-docs.md +63 -175
- package/generated/docs/components_components-table-docs.md +31 -24
- package/generated/docs/components_components-tabset-docs.md +10 -10
- package/generated/docs/components_components-tabset-tab-docs.md +4 -4
- package/generated/docs/components_components-tag-docs.md +14 -5
- package/generated/docs/components_components-text-docs.md +21 -9
- package/generated/docs/components_components-toaster-docs.md +12 -12
- package/generated/docs/components_components-toggle-docs.md +6 -6
- package/generated/docs/components_components-tooltip-docs.md +4 -4
- package/generated/docs/components_components-validationmessage-docs.md +5 -5
- package/generated/docs/components_foundations-responsive-layout-docs.md +16 -15
- package/generated/docs/components_foundations-z-index-stacking-docs.md +1 -1
- package/generated/docs/components_introduction-docs.md +1 -1
- package/generated/docs/components_patterns-form-docs.md +139 -96
- package/generated/docs/components_patterns-form-recipes-docs.md +160 -30
- package/generated/docs/components_patterns-loading-docs.md +98 -17
- package/generated/docs/components_patterns-shadow-docs.md +2 -2
- package/generated/docs/components_sandbox-docs.md +4 -0
- package/generated/docs/components_styling-props-colour-docs.md +2 -2
- package/generated/docs/components_styling-props-elevation-docs.md +2 -2
- package/generated/docs/components_styling-props-radius-docs.md +3 -3
- package/generated/docs/components_styling-props-reference-docs.md +3 -3
- package/generated/docs/components_styling-props-screen-readers-docs.md +2 -2
- package/generated/docs/components_styling-props-sizing-docs.md +3 -3
- package/generated/docs/components_styling-props-spacing-docs.md +19 -19
- package/generated/docs/components_styling-props-typography-docs.md +2 -2
- package/generated/docs/guidelines.md +17 -16
- package/generated/docs/tokens_colour-docs.md +72 -0
- package/generated/docs/tokens_introduction-docs.md +15 -18
- package/generated/docs/tokens_sandbox-docs.md +1 -0
- package/generated/docs/tokens_spacing-docs.md +10 -40
- package/generated/docs/tokens_typography-docs.md +43 -1
- package/package.json +4 -4
|
@@ -20,7 +20,7 @@ There are seven props you can use to customise the padding of any component. It
|
|
|
20
20
|
|
|
21
21
|
A panel that has extra large padding on all sides.
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
Hide codedrawOpen in CodeSandbox
|
|
24
24
|
|
|
25
25
|
<IressPanel
|
|
26
26
|
bg\="alt"
|
|
@@ -46,7 +46,7 @@ string
|
|
|
46
46
|
|
|
47
47
|
Submit
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
Hide codedrawOpen in CodeSandbox
|
|
50
50
|
|
|
51
51
|
<IressButton
|
|
52
52
|
mode\="primary"
|
|
@@ -72,14 +72,14 @@ string
|
|
|
72
72
|
|
|
73
73
|
A panel that has different padding on each side.
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
Hide codedrawOpen in CodeSandbox
|
|
76
76
|
|
|
77
77
|
<IressPanel
|
|
78
78
|
bg\="alt"
|
|
79
79
|
pb\="xl"
|
|
80
80
|
pl\="md"
|
|
81
|
-
pr\="spacing.
|
|
82
|
-
pt\="spacing.
|
|
81
|
+
pr\="spacing.6"
|
|
82
|
+
pt\="spacing.1"
|
|
83
83
|
\>
|
|
84
84
|
A panel that has different padding on each side.
|
|
85
85
|
</IressPanel\>
|
|
@@ -109,14 +109,14 @@ string
|
|
|
109
109
|
|
|
110
110
|
|
|
111
111
|
|
|
112
|
-
| \- | spacing.
|
|
112
|
+
| \- | spacing.6 |
|
|
113
113
|
| pt |
|
|
114
114
|
|
|
115
115
|
string
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
|
|
119
|
-
| \- | spacing.
|
|
119
|
+
| \- | spacing.1 |
|
|
120
120
|
|
|
121
121
|
### Responsive padding
|
|
122
122
|
|
|
@@ -126,7 +126,7 @@ All padding props are responsive and can be changed according to different scree
|
|
|
126
126
|
|
|
127
127
|
A panel that has extra large padding on small screens and no padding on large screens.
|
|
128
128
|
|
|
129
|
-
|
|
129
|
+
Hide codedrawOpen in CodeSandbox
|
|
130
130
|
|
|
131
131
|
<IressPanel
|
|
132
132
|
bg\="alt"
|
|
@@ -174,7 +174,7 @@ p :
|
|
|
174
174
|
|
|
175
175
|
A panel that has responsive padding on the vertical and horizontal axes.
|
|
176
176
|
|
|
177
|
-
|
|
177
|
+
Hide codedrawOpen in CodeSandbox
|
|
178
178
|
|
|
179
179
|
<IressPanel
|
|
180
180
|
bg\="alt"
|
|
@@ -271,7 +271,7 @@ There are seven props you can use to customise the margin of any component. It a
|
|
|
271
271
|
|
|
272
272
|
A panel that has the same margin on all sides.
|
|
273
273
|
|
|
274
|
-
|
|
274
|
+
Hide codedrawOpen in CodeSandbox
|
|
275
275
|
|
|
276
276
|
<IressPanel
|
|
277
277
|
bg\="alt"
|
|
@@ -297,14 +297,14 @@ string
|
|
|
297
297
|
|
|
298
298
|
A panel that has different margin on each side.
|
|
299
299
|
|
|
300
|
-
|
|
300
|
+
Hide codedrawOpen in CodeSandbox
|
|
301
301
|
|
|
302
302
|
<IressPanel
|
|
303
303
|
bg\="alt"
|
|
304
304
|
mb\="xl"
|
|
305
305
|
ml\="md"
|
|
306
|
-
mr\="spacing.
|
|
307
|
-
mt\="spacing.
|
|
306
|
+
mr\="spacing.6"
|
|
307
|
+
mt\="spacing.1"
|
|
308
308
|
\>
|
|
309
309
|
A panel that has different margin on each side.
|
|
310
310
|
</IressPanel\>
|
|
@@ -334,14 +334,14 @@ string
|
|
|
334
334
|
|
|
335
335
|
|
|
336
336
|
|
|
337
|
-
| \- | spacing.
|
|
337
|
+
| \- | spacing.6 |
|
|
338
338
|
| mt |
|
|
339
339
|
|
|
340
340
|
string
|
|
341
341
|
|
|
342
342
|
|
|
343
343
|
|
|
344
|
-
| \- | spacing.
|
|
344
|
+
| \- | spacing.1 |
|
|
345
345
|
|
|
346
346
|
### Responsive margin
|
|
347
347
|
|
|
@@ -351,7 +351,7 @@ All margin props are responsive and can be changed according to different screen
|
|
|
351
351
|
|
|
352
352
|
A panel that has extra large margin on small screens and no margin on large screens.
|
|
353
353
|
|
|
354
|
-
|
|
354
|
+
Hide codedrawOpen in CodeSandbox
|
|
355
355
|
|
|
356
356
|
<IressPanel
|
|
357
357
|
bg\="alt"
|
|
@@ -399,7 +399,7 @@ m :
|
|
|
399
399
|
|
|
400
400
|
A panel that has responsive margin on the vertical and horizontal axes.
|
|
401
401
|
|
|
402
|
-
|
|
402
|
+
Hide codedrawOpen in CodeSandbox
|
|
403
403
|
|
|
404
404
|
<IressPanel
|
|
405
405
|
bg\="alt"
|
|
@@ -481,7 +481,7 @@ Negative margin is supported in the same way as positive margin. You can use the
|
|
|
481
481
|
|
|
482
482
|
A panel that has negative margin and escapes its parent container
|
|
483
483
|
|
|
484
|
-
|
|
484
|
+
Hide codedrawOpen in CodeSandbox
|
|
485
485
|
|
|
486
486
|
<IressPanel
|
|
487
487
|
layerStyle\="elevation.raised"
|
|
@@ -517,7 +517,7 @@ The `noGutter` prop removes the bottom margin of the last direct child of a comp
|
|
|
517
517
|
|
|
518
518
|
* Margin is removed due to `noGutter`
|
|
519
519
|
|
|
520
|
-
|
|
520
|
+
Hide codedrawOpen in CodeSandbox
|
|
521
521
|
|
|
522
522
|
<IressPanel
|
|
523
523
|
bg\="alt"
|
|
@@ -12,7 +12,7 @@ The `textStyle` prop allows you to change the default text style of a component.
|
|
|
12
12
|
|
|
13
13
|
A panel with large text
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
Hide codedrawOpen in CodeSandbox
|
|
16
16
|
|
|
17
17
|
<IressPanel
|
|
18
18
|
bg\="alt"
|
|
@@ -43,7 +43,7 @@ The `textAlign` prop allows you to change the alignment of text inside a compone
|
|
|
43
43
|
|
|
44
44
|
A panel with centered text
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
Hide codedrawOpen in CodeSandbox
|
|
47
47
|
|
|
48
48
|
<IressPanel
|
|
49
49
|
bg\="alt"
|
|
@@ -149,7 +149,7 @@ Breakpoints
|
|
|
149
149
|
| xl | 1200px - 1499px | (min-width: 1200px) and (max-width: 1499px) | 1280px | 1366px width |
|
|
150
150
|
| xxl | 1500px and above | (min-width: 1500px) | 1280px | 1920px width |
|
|
151
151
|
|
|
152
|
-
|
|
152
|
+
Hide codedrawOpen in CodeSandbox
|
|
153
153
|
|
|
154
154
|
<IressTable
|
|
155
155
|
caption\={<IressText element\="h3" textAlign\="left"\>Breakpoints supported by IDS</IressText\>}
|
|
@@ -403,7 +403,7 @@ To ensure the best usability and accessibility, please do not use grids with mor
|
|
|
403
403
|
|
|
404
404
|
You are currently viewing the **xl** breakpoint (1200px - 1499px). Resize your screen to view different breakpoints.
|
|
405
405
|
|
|
406
|
-
|
|
406
|
+
Hide codedrawOpen in CodeSandbox
|
|
407
407
|
|
|
408
408
|
<IressStack gap\="lg"\>
|
|
409
409
|
<IressInline
|
|
@@ -457,7 +457,7 @@ You are currently viewing the **xl** breakpoint (1200px - 1499px). Resize your s
|
|
|
457
457
|
<p\>
|
|
458
458
|
To ensure the best usability and accessibility, please do not use grids with more than 4 columns maximum on extra small screens. For developers, this means the minimum span on mobile devices is 3. </p\>
|
|
459
459
|
<IressPanel bg\="alt"\>
|
|
460
|
-
<
|
|
460
|
+
<Ln renderLabel\="viewing" />
|
|
461
461
|
</IressPanel\>
|
|
462
462
|
</IressText\>
|
|
463
463
|
<IressContainer
|
|
@@ -640,7 +640,7 @@ To ensure the best usability and accessibility, please do not use grids with mor
|
|
|
640
640
|
|
|
641
641
|
You are currently viewing the **xl** breakpoint (1200px - 1499px). Resize your screen to view different breakpoints.
|
|
642
642
|
|
|
643
|
-
|
|
643
|
+
Hide codedrawOpen in CodeSandbox
|
|
644
644
|
|
|
645
645
|
<IressStack gap\="lg"\>
|
|
646
646
|
<IressInline
|
|
@@ -694,7 +694,7 @@ You are currently viewing the **xl** breakpoint (1200px - 1499px). Resize your s
|
|
|
694
694
|
<p\>
|
|
695
695
|
To ensure the best usability and accessibility, please do not use grids with more than 4 columns maximum on small screens. For developers, this means the minimum span on mobile devices is 3. </p\>
|
|
696
696
|
<IressPanel bg\="alt"\>
|
|
697
|
-
<
|
|
697
|
+
<Ln renderLabel\="viewing" />
|
|
698
698
|
</IressPanel\>
|
|
699
699
|
</IressText\>
|
|
700
700
|
<IressContainer
|
|
@@ -912,7 +912,7 @@ To ensure the best usability and accessibility, please do not use grids with mor
|
|
|
912
912
|
|
|
913
913
|
You are currently viewing the **xl** breakpoint (1200px - 1499px). Resize your screen to view different breakpoints.
|
|
914
914
|
|
|
915
|
-
|
|
915
|
+
Hide codedrawOpen in CodeSandbox
|
|
916
916
|
|
|
917
917
|
<IressStack gap\="lg"\>
|
|
918
918
|
<IressInline
|
|
@@ -966,7 +966,7 @@ You are currently viewing the **xl** breakpoint (1200px - 1499px). Resize your s
|
|
|
966
966
|
<p\>
|
|
967
967
|
To ensure the best usability and accessibility, please do not use grids with more than 6 columns maximum on medium screens. For developers, this means the minimum span on medium screems is 2. </p\>
|
|
968
968
|
<IressPanel bg\="alt"\>
|
|
969
|
-
<
|
|
969
|
+
<Ln renderLabel\="viewing" />
|
|
970
970
|
</IressPanel\>
|
|
971
971
|
</IressText\>
|
|
972
972
|
<IressContainer
|
|
@@ -1224,7 +1224,7 @@ From large screens onwards, all 12 columns of the grid can be used. For develope
|
|
|
1224
1224
|
|
|
1225
1225
|
You are currently viewing the **xl** breakpoint (1200px - 1499px). Resize your screen to view different breakpoints.
|
|
1226
1226
|
|
|
1227
|
-
|
|
1227
|
+
Hide codedrawOpen in CodeSandbox
|
|
1228
1228
|
|
|
1229
1229
|
<IressStack gap\="lg"\>
|
|
1230
1230
|
<IressInline
|
|
@@ -1278,7 +1278,7 @@ You are currently viewing the **xl** breakpoint (1200px - 1499px). Resize your s
|
|
|
1278
1278
|
<p\>
|
|
1279
1279
|
From large screens onwards, all 12 columns of the grid can be used. For developers, this means the minimum span on large screens is 1. </p\>
|
|
1280
1280
|
<IressPanel bg\="alt"\>
|
|
1281
|
-
<
|
|
1281
|
+
<Ln renderLabel\="viewing" />
|
|
1282
1282
|
</IressPanel\>
|
|
1283
1283
|
</IressText\>
|
|
1284
1284
|
<IressContainer
|
|
@@ -1632,7 +1632,7 @@ From large screens onwards, all 12 columns of the grid can be used. For develope
|
|
|
1632
1632
|
|
|
1633
1633
|
You are currently viewing the **xl** breakpoint (1200px - 1499px). Resize your screen to view different breakpoints.
|
|
1634
1634
|
|
|
1635
|
-
|
|
1635
|
+
Hide codedrawOpen in CodeSandbox
|
|
1636
1636
|
|
|
1637
1637
|
<IressStack gap\="lg"\>
|
|
1638
1638
|
<IressInline
|
|
@@ -1690,7 +1690,7 @@ You are currently viewing the **xl** breakpoint (1200px - 1499px). Resize your s
|
|
|
1690
1690
|
{' '}prop. It is recommended to keep the max width in most scenarios to ensure optimal readability.
|
|
1691
1691
|
</p\>
|
|
1692
1692
|
<IressPanel bg\="alt"\>
|
|
1693
|
-
<
|
|
1693
|
+
<Ln renderLabel\="viewing" />
|
|
1694
1694
|
</IressPanel\>
|
|
1695
1695
|
</IressText\>
|
|
1696
1696
|
<IressContainer\>
|
|
@@ -2040,7 +2040,7 @@ From large screens onwards, all 12 columns of the grid can be used. For develope
|
|
|
2040
2040
|
|
|
2041
2041
|
You are currently viewing the **xl** breakpoint (1200px - 1499px). Resize your screen to view different breakpoints.
|
|
2042
2042
|
|
|
2043
|
-
|
|
2043
|
+
Hide codedrawOpen in CodeSandbox
|
|
2044
2044
|
|
|
2045
2045
|
<IressStack gap\="lg"\>
|
|
2046
2046
|
<IressInline
|
|
@@ -2098,7 +2098,7 @@ You are currently viewing the **xl** breakpoint (1200px - 1499px). Resize your s
|
|
|
2098
2098
|
{' '}prop. It is recommended to keep the max width in most scenarios to ensure optimal readability.
|
|
2099
2099
|
</p\>
|
|
2100
2100
|
<IressPanel bg\="alt"\>
|
|
2101
|
-
<
|
|
2101
|
+
<Ln renderLabel\="viewing" />
|
|
2102
2102
|
</IressPanel\>
|
|
2103
2103
|
</IressText\>
|
|
2104
2104
|
<IressContainer\>
|
|
@@ -2440,7 +2440,7 @@ For developers
|
|
|
2440
2440
|
If you are using the IDS components, the breakpoints have already been mapped out to their respective props. You can use props such as `gap` to change the visual properties of the component at certain breakpoints.
|
|
2441
2441
|
|
|
2442
2442
|
import { IressStack } from '@iress-oss/ids-components';
|
|
2443
|
-
<IressStack gap\={{ xs: 'spacing.
|
|
2443
|
+
<IressStack gap\={{ xs: 'spacing.1', md: 'spacing.2' }} />;
|
|
2444
2444
|
|
|
2445
2445
|
```
|
|
2446
2446
|
|
|
@@ -2486,8 +2486,9 @@ Resize the screen to see the columns change
|
|
|
2486
2486
|
| Princess Leia | 19 |
|
|
2487
2487
|
| Han Solo | 32 |
|
|
2488
2488
|
|
|
2489
|
-
|
|
2489
|
+
Hide codedrawOpen in CodeSandbox
|
|
2490
2490
|
|
|
2491
|
+
import { IressText, useResponsiveProps, IressTable } from '@/main';
|
|
2491
2492
|
export const ResponsiveTableColumns \= () \=> {
|
|
2492
2493
|
const { value } \= useResponsiveProps({
|
|
2493
2494
|
base: \[{ key: 'name', label: 'Name' }\],
|
|
@@ -2670,7 +2671,7 @@ Reference
|
|
|
2670
2671
|
| TOAST | Used for IressToast. Can be combined with floating elevation. | 500 |
|
|
2671
2672
|
| TOOLTIP | Used for IressTooltip. Can be combined with floating elevation. | 600 |
|
|
2672
2673
|
|
|
2673
|
-
|
|
2674
|
+
Hide codedrawOpen in CodeSandbox
|
|
2674
2675
|
|
|
2675
2676
|
<IressTable
|
|
2676
2677
|
columns\={\[
|
|
@@ -474,6 +474,78 @@ Used for the text colour of warning alerts.
|
|
|
474
474
|
|
|
475
475
|
### Information
|
|
476
476
|
|
|
477
|
+
Provides additional helpful context.
|
|
478
|
+
|
|
479
|
+
### Fill
|
|
480
|
+
|
|
481
|
+
colour.system.info.fill #004FBD
|
|
482
|
+
|
|
483
|
+
Used for the border of info alerts and toasts and the background of info badges.
|
|
484
|
+
|
|
485
|
+
#### Allowed foregrounds
|
|
486
|
+
|
|
487
|
+
* colour.system.info.onFill (#F5FAFF)
|
|
488
|
+
|
|
489
|
+
7.0 AAA
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
### On Fill
|
|
493
|
+
|
|
494
|
+
colour.system.info.onFill #F5FAFF
|
|
495
|
+
|
|
496
|
+
Used for the foreground colour of info badges.
|
|
497
|
+
|
|
498
|
+
#### Allowed foregrounds
|
|
499
|
+
|
|
500
|
+
* colour.system.info.fill (#004FBD)
|
|
501
|
+
|
|
502
|
+
7.0 AAA
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
### Surface
|
|
506
|
+
|
|
507
|
+
colour.system.info.surface #E5F3FF
|
|
508
|
+
|
|
509
|
+
Used for the background colour of info alerts and toasts.
|
|
510
|
+
|
|
511
|
+
#### Allowed foregrounds
|
|
512
|
+
|
|
513
|
+
* colour.system.info.text (#123987)
|
|
514
|
+
|
|
515
|
+
9.5 AAA
|
|
516
|
+
|
|
517
|
+
* colour.neutral.80 (#393F46)
|
|
518
|
+
|
|
519
|
+
9.4 AAA
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
### Text
|
|
523
|
+
|
|
524
|
+
colour.system.info.text #123987
|
|
525
|
+
|
|
526
|
+
Used for the text colour of info alerts and toasts.
|
|
527
|
+
|
|
528
|
+
#### Allowed foregrounds
|
|
529
|
+
|
|
530
|
+
* colour.system.info.surface (#E5F3FF)
|
|
531
|
+
|
|
532
|
+
9.5 AAA
|
|
533
|
+
|
|
534
|
+
|
|
477
535
|
* * *
|
|
478
536
|
|
|
479
537
|
### Backdrop
|
|
538
|
+
|
|
539
|
+
Used to cover the page in order to highlight a specific component, such as a modal.
|
|
540
|
+
|
|
541
|
+
### Fill
|
|
542
|
+
|
|
543
|
+
colour.system.backdrop.fill #393F46CC
|
|
544
|
+
|
|
545
|
+
Used for the background colour of the backdrop.
|
|
546
|
+
|
|
547
|
+
#### Allowed foregrounds
|
|
548
|
+
|
|
549
|
+
* colour.neutral.10 (#FFF)
|
|
550
|
+
|
|
551
|
+
10.6 AAA
|
|
@@ -25,7 +25,7 @@ None selected
|
|
|
25
25
|
|
|
26
26
|
Show deprecated tokens
|
|
27
27
|
|
|
28
|
-
Tokens (
|
|
28
|
+
Tokens (85)
|
|
29
29
|
| Name
|
|
30
30
|
| Alias
|
|
31
31
|
|
|
@@ -89,22 +89,16 @@ Tokens (88)
|
|
|
89
89
|
| radius.system.button | | Applies to buttons and other interactive elements such as the hover state of links. | |
|
|
90
90
|
| radius.system.form | | Applies to form inputs and alerts. | |
|
|
91
91
|
| radius.system.layout | | Applies to panels, modals and slideouts. | |
|
|
92
|
-
| spacing.
|
|
93
|
-
| spacing.
|
|
94
|
-
| spacing.
|
|
95
|
-
| spacing.
|
|
96
|
-
| spacing.
|
|
97
|
-
| spacing.
|
|
98
|
-
| spacing.
|
|
99
|
-
| spacing.
|
|
100
|
-
| spacing.
|
|
101
|
-
| spacing.
|
|
102
|
-
| spacing.800 | | 800% (8x) spacing | |
|
|
103
|
-
| spacing.900 | | 900% (9x) spacing | |
|
|
104
|
-
| spacing.1000 | | 1000% (10x) spacing | |
|
|
105
|
-
| spacing.1200 | xl | 1200% (12x) spacing | |
|
|
106
|
-
| spacing.000 | none | No spacing | |
|
|
107
|
-
| spacing.050 | | 50% (0.5x) spacing | |
|
|
92
|
+
| spacing.0 | none | No spacing | |
|
|
93
|
+
| spacing.1 | xs | The base unit for spacing | |
|
|
94
|
+
| spacing.2 | sm | 2x spacing | |
|
|
95
|
+
| spacing.3 | | 3x spacing | |
|
|
96
|
+
| spacing.4 | md | 4x spacing | |
|
|
97
|
+
| spacing.5 | | 5x spacing | |
|
|
98
|
+
| spacing.6 | lg | 6x spacing | |
|
|
99
|
+
| spacing.7 | | 7x spacing | |
|
|
100
|
+
| spacing.8 | | 8x spacing | |
|
|
101
|
+
| spacing.10 | xl | 10x spacing | |
|
|
108
102
|
| typography.base.size | | This is the base font size, and is used to calculate the font sizes of each token. | |
|
|
109
103
|
| typography.base.headingFont | | This is the base font family for headings, used for heading tokens. | |
|
|
110
104
|
| typography.base.bodyFont | | This is the base font family for body, used for body tokens. | |
|
|
@@ -114,12 +108,15 @@ Tokens (88)
|
|
|
114
108
|
| 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. | |
|
|
115
109
|
| 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. | |
|
|
116
110
|
| typography.body.sm.regular | | The default small text, most commonly used to display text in small components and compact tables and lists. | |
|
|
111
|
+
| typography.body.sm.medium | | Medium text is used to indicate text is interactive, such as a button or a link. | |
|
|
117
112
|
| typography.body.sm.strong | | Strong text is used to highlight important information in a paragraph of text. | |
|
|
118
113
|
| typography.body.sm.em | | Emphasised text is used to highlight a term or definition in a paragraph of text. It is used sparingly, usually for legal purposes. | |
|
|
119
|
-
| typography.body.md.regular | | The default
|
|
114
|
+
| typography.body.md.regular | | The default text, most commonly used to display text across all products. | |
|
|
115
|
+
| typography.body.md.medium | | Medium text is used to indicate text is interactive, such as a button or a link. | |
|
|
120
116
|
| typography.body.md.strong | | Strong text is used to highlight important information in a paragraph of text. | |
|
|
121
117
|
| typography.body.md.em | | Emphasised text is used to highlight a term or definition in a paragraph of text. It is used sparingly, usually for legal purposes. | |
|
|
122
118
|
| typography.body.lg.regular | | The default large text, most commonly used to display large text across all products. | |
|
|
119
|
+
| typography.body.lg.medium | | Medium text is used to indicate text is interactive, such as a button or a link. | |
|
|
123
120
|
| typography.body.lg.strong | | Strong text is used to highlight important information in a paragraph of text. | |
|
|
124
121
|
| typography.body.lg.em | | Emphasised text is used to highlight a term or definition in a paragraph of text. It is used sparingly, usually for legal purposes. | |
|
|
125
122
|
| typography.code | | Used to display code snippets in the product, such as in the API documentation. | |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -6,82 +6,52 @@ Spacing is the distance between elements. It is used to create visual balance an
|
|
|
6
6
|
Spacing tokens
|
|
7
7
|
| Token Name | Alias | Description | Visual |
|
|
8
8
|
| --- | --- | --- | --- |
|
|
9
|
-
| spacing.
|
|
9
|
+
| spacing.0 | none | No spacing |
|
|
10
10
|
0px
|
|
11
11
|
|
|
12
12
|
|
|
|
13
|
-
| spacing.
|
|
14
|
-
|
|
15
|
-
2px
|
|
16
|
-
|
|
17
|
-
|
|
|
18
|
-
| spacing.100 | xs | The base unit for spacing |
|
|
13
|
+
| spacing.1 | xs | The base unit for spacing |
|
|
19
14
|
|
|
20
15
|
4px
|
|
21
16
|
|
|
22
17
|
|
|
|
23
|
-
| spacing.
|
|
24
|
-
|
|
25
|
-
6px
|
|
26
|
-
|
|
27
|
-
|
|
|
28
|
-
| spacing.200 | sm | 200% (2x) spacing |
|
|
18
|
+
| spacing.2 | sm | 2x spacing |
|
|
29
19
|
|
|
30
20
|
8px
|
|
31
21
|
|
|
32
22
|
|
|
|
33
|
-
| spacing.
|
|
34
|
-
|
|
35
|
-
10px
|
|
36
|
-
|
|
37
|
-
|
|
|
38
|
-
| spacing.300 | | 300% (3x) spacing |
|
|
23
|
+
| spacing.3 | | 3x spacing |
|
|
39
24
|
|
|
40
25
|
12px
|
|
41
26
|
|
|
42
27
|
|
|
|
43
|
-
| spacing.
|
|
44
|
-
|
|
45
|
-
14px
|
|
46
|
-
|
|
47
|
-
|
|
|
48
|
-
| spacing.400 | md | 400% (4x) spacing |
|
|
28
|
+
| spacing.4 | md | 4x spacing |
|
|
49
29
|
|
|
50
30
|
16px
|
|
51
31
|
|
|
52
32
|
|
|
|
53
|
-
| spacing.
|
|
33
|
+
| spacing.5 | | 5x spacing |
|
|
54
34
|
|
|
55
35
|
20px
|
|
56
36
|
|
|
57
37
|
|
|
|
58
|
-
| spacing.
|
|
38
|
+
| spacing.6 | lg | 6x spacing |
|
|
59
39
|
|
|
60
40
|
24px
|
|
61
41
|
|
|
62
42
|
|
|
|
63
|
-
| spacing.
|
|
43
|
+
| spacing.7 | | 7x spacing |
|
|
64
44
|
|
|
65
45
|
28px
|
|
66
46
|
|
|
67
47
|
|
|
|
68
|
-
| spacing.
|
|
48
|
+
| spacing.8 | | 8x spacing |
|
|
69
49
|
|
|
70
50
|
32px
|
|
71
51
|
|
|
72
52
|
|
|
|
73
|
-
| spacing.
|
|
74
|
-
|
|
75
|
-
36px
|
|
76
|
-
|
|
77
|
-
|
|
|
78
|
-
| spacing.1000 | | 1000% (10x) spacing |
|
|
53
|
+
| spacing.10 | xl | 10x spacing |
|
|
79
54
|
|
|
80
55
|
40px
|
|
81
56
|
|
|
82
57
|
|
|
|
83
|
-
| spacing.1200 | xl | 1200% (12x) spacing |
|
|
84
|
-
|
|
85
|
-
48px
|
|
86
|
-
|
|
87
|
-
|
|
|
@@ -129,7 +129,7 @@ typography.heading.5
|
|
|
129
129
|
Body
|
|
130
130
|
----
|
|
131
131
|
|
|
132
|
-
Body text are used for all text content in the product, such as paragraphs, lists, and tables.
|
|
132
|
+
Body text are used for all text content in the product, such as paragraphs, lists, and tables. They come in four different weights, strong is used to label fields and highlight text in a paragraph to make important text easier to scan, emphasis is used to display text that is referencing a legal term or other taxnomies, and medium text is used to indicate text is interactive, such as a button or a link.
|
|
133
133
|
|
|
134
134
|
The **quick** brown fox jumps over the _lazy_ dog.
|
|
135
135
|
|
|
@@ -153,6 +153,20 @@ Inter
|
|
|
153
153
|
|
|
154
154
|
typography.body.sm.regular
|
|
155
155
|
|
|
156
|
+
Medium
|
|
157
|
+
|
|
158
|
+
**Font**
|
|
159
|
+
|
|
160
|
+
Inter
|
|
161
|
+
|
|
162
|
+
**Weight**500
|
|
163
|
+
|
|
164
|
+
**Size**12px
|
|
165
|
+
|
|
166
|
+
**Line height**18px
|
|
167
|
+
|
|
168
|
+
typography.body.sm.medium
|
|
169
|
+
|
|
156
170
|
Strong
|
|
157
171
|
|
|
158
172
|
**Font**
|
|
@@ -203,6 +217,20 @@ Inter
|
|
|
203
217
|
|
|
204
218
|
typography.body.md.regular
|
|
205
219
|
|
|
220
|
+
Medium
|
|
221
|
+
|
|
222
|
+
**Font**
|
|
223
|
+
|
|
224
|
+
Inter
|
|
225
|
+
|
|
226
|
+
**Weight**500
|
|
227
|
+
|
|
228
|
+
**Size**14px
|
|
229
|
+
|
|
230
|
+
**Line height**21px
|
|
231
|
+
|
|
232
|
+
typography.body.md.medium
|
|
233
|
+
|
|
206
234
|
Strong
|
|
207
235
|
|
|
208
236
|
**Font**
|
|
@@ -253,6 +281,20 @@ Inter
|
|
|
253
281
|
|
|
254
282
|
typography.body.lg.regular
|
|
255
283
|
|
|
284
|
+
Medium
|
|
285
|
+
|
|
286
|
+
**Font**
|
|
287
|
+
|
|
288
|
+
Inter
|
|
289
|
+
|
|
290
|
+
**Weight**500
|
|
291
|
+
|
|
292
|
+
**Size**18px
|
|
293
|
+
|
|
294
|
+
**Line height**27px
|
|
295
|
+
|
|
296
|
+
typography.body.lg.medium
|
|
297
|
+
|
|
256
298
|
Strong
|
|
257
299
|
|
|
258
300
|
**Font**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iress-oss/ids-mcp-server",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.4",
|
|
4
4
|
"description": "Model Context Protocol (MCP) server for Iress Design System (IDS) component library - provides AI assistants with contextual information about IDS components, design tokens, and usage patterns",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
"@types/minimist": "1.2.5",
|
|
46
46
|
"@types/node": "^24.10.1",
|
|
47
47
|
"@types/turndown": "5.0.6",
|
|
48
|
-
"@vitest/coverage-v8": "4.0.
|
|
48
|
+
"@vitest/coverage-v8": "4.0.13",
|
|
49
49
|
"minimist": "1.2.8",
|
|
50
50
|
"playwright": "1.56.1",
|
|
51
|
-
"rimraf": "6.1.
|
|
51
|
+
"rimraf": "6.1.2",
|
|
52
52
|
"tsx": "4.20.6",
|
|
53
53
|
"turndown": "7.2.2",
|
|
54
54
|
"turndown-plugin-gfm": "1.0.2",
|
|
55
55
|
"typescript": "5.9.3",
|
|
56
|
-
"vitest": "4.0.
|
|
56
|
+
"vitest": "4.0.13"
|
|
57
57
|
},
|
|
58
58
|
"repository": {
|
|
59
59
|
"type": "git",
|