@iress-oss/ids-mcp-server 5.20.1 → 5.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/generated/docs/components_components-alert-docs.md +51 -47
  2. package/generated/docs/components_components-autocomplete-docs.md +48 -104
  3. package/generated/docs/components_components-autocomplete-recipes-docs.md +9 -2
  4. package/generated/docs/components_components-badge-docs.md +4 -4
  5. package/generated/docs/components_components-button-docs.md +24 -24
  6. package/generated/docs/components_components-buttongroup-docs.md +20 -20
  7. package/generated/docs/components_components-card-docs.md +70 -56
  8. package/generated/docs/components_components-card-recipes-docs.md +4 -4
  9. package/generated/docs/components_components-checkbox-docs.md +7 -21
  10. package/generated/docs/components_components-checkboxgroup-docs.md +32 -32
  11. package/generated/docs/components_components-checkboxgroup-recipes-docs.md +2 -2
  12. package/generated/docs/components_components-col-docs.md +10 -10
  13. package/generated/docs/components_components-combobox-docs.md +58 -90
  14. package/generated/docs/components_components-container-docs.md +4 -4
  15. package/generated/docs/components_components-divider-docs.md +3 -3
  16. package/generated/docs/components_components-expander-docs.md +6 -4
  17. package/generated/docs/components_components-field-docs.md +18 -18
  18. package/generated/docs/components_components-filter-docs.md +54 -54
  19. package/generated/docs/components_components-form-docs.md +94 -60
  20. package/generated/docs/components_components-form-recipes-docs.md +114 -13
  21. package/generated/docs/components_components-hide-docs.md +55 -12
  22. package/generated/docs/components_components-icon-docs.md +13 -13
  23. package/generated/docs/components_components-inline-docs.md +14 -14
  24. package/generated/docs/components_components-input-docs.md +10 -10
  25. package/generated/docs/components_components-input-recipes-docs.md +3 -3
  26. package/generated/docs/components_components-inputcurrency-docs.md +6 -6
  27. package/generated/docs/components_components-inputcurrency-recipes-docs.md +5 -2
  28. package/generated/docs/components_components-label-docs.md +6 -6
  29. package/generated/docs/components_components-menu-docs.md +40 -40
  30. package/generated/docs/components_components-menu-menuitem-docs.md +12 -12
  31. package/generated/docs/components_components-modal-docs.md +29 -13
  32. package/generated/docs/components_components-navbar-docs.md +42 -42
  33. package/generated/docs/components_components-navbar-recipes-docs.md +41 -18
  34. package/generated/docs/components_components-panel-docs.md +19 -19
  35. package/generated/docs/components_components-placeholder-docs.md +1 -1
  36. package/generated/docs/components_components-popover-docs.md +32 -30
  37. package/generated/docs/components_components-popover-recipes-docs.md +47 -131
  38. package/generated/docs/components_components-progress-docs.md +1 -1
  39. package/generated/docs/components_components-provider-docs.md +2 -2
  40. package/generated/docs/components_components-radio-docs.md +5 -5
  41. package/generated/docs/components_components-radiogroup-docs.md +29 -45
  42. package/generated/docs/components_components-readonly-docs.md +5 -5
  43. package/generated/docs/components_components-richselect-docs.md +88 -64
  44. package/generated/docs/components_components-row-docs.md +12 -12
  45. package/generated/docs/components_components-select-docs.md +8 -8
  46. package/generated/docs/components_components-skeleton-docs.md +9 -9
  47. package/generated/docs/components_components-skeleton-recipes-docs.md +2 -2
  48. package/generated/docs/components_components-skiplink-docs.md +3 -3
  49. package/generated/docs/components_components-slideout-docs.md +43 -12
  50. package/generated/docs/components_components-slider-docs.md +12 -12
  51. package/generated/docs/components_components-spinner-docs.md +3 -3
  52. package/generated/docs/components_components-stack-docs.md +14 -14
  53. package/generated/docs/components_components-table-docs.md +51 -44
  54. package/generated/docs/components_components-tabset-docs.md +10 -10
  55. package/generated/docs/components_components-tabset-tab-docs.md +4 -4
  56. package/generated/docs/components_components-tag-docs.md +8 -10
  57. package/generated/docs/components_components-text-docs.md +7 -7
  58. package/generated/docs/components_components-toaster-docs.md +12 -12
  59. package/generated/docs/components_components-toaster-toast-docs.md +30 -30
  60. package/generated/docs/components_components-toggle-docs.md +5 -5
  61. package/generated/docs/components_components-tooltip-docs.md +4 -4
  62. package/generated/docs/components_components-validationmessage-docs.md +6 -6
  63. package/generated/docs/components_foundations-typography-docs.md +7 -7
  64. package/generated/docs/components_introduction-docs.md +1 -1
  65. package/generated/docs/components_patterns-loading-docs.md +101 -24
  66. package/generated/docs/components_sandbox-docs.md +4 -0
  67. package/generated/docs/guidelines.md +7 -7
  68. package/package.json +10 -10
@@ -10,7 +10,7 @@ A button is a clickable item used to perform an action.
10
10
 
11
11
  Button
12
12
 
13
- ```
13
+ Hide codedrawOpen in CodeSandbox
14
14
 
15
15
  <IressButton\>
16
16
  Button
@@ -37,7 +37,7 @@ Accepts key/value pairs of attributes to be applied to the rendered native eleme
37
37
 
38
38
  Record<string, string | boolean>
39
39
 
40
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
40
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
41
41
 
42
42
  | \- | Set object |
43
43
  | children |
@@ -194,7 +194,7 @@ The `mode` prop controls the visual appearance and priority of the button.
194
194
 
195
195
  Primary buttonSecondary buttonTertiary buttonLink buttonDanger buttonPositive buttonNegative button
196
196
 
197
- ```
197
+ Hide codedrawOpen in CodeSandbox
198
198
 
199
199
  <div
200
200
  className\="iress-u-inline iress--gutter--md"
@@ -238,7 +238,7 @@ Accepts key/value pairs of attributes to be applied to the rendered native eleme
238
238
 
239
239
  Record<string, string | boolean>
240
240
 
241
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
241
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
242
242
 
243
243
  | \- | Set object |
244
244
  | children |
@@ -384,7 +384,7 @@ The `type` property controls the behaviour of the button. It defaults to `button
384
384
 
385
385
  Button buttonReset buttonSubmit button
386
386
 
387
- ```
387
+ Hide codedrawOpen in CodeSandbox
388
388
 
389
389
  <div className\="iress-u-inline iress--gutter--md"\>
390
390
  <IressButton type\="button"\>
@@ -415,7 +415,7 @@ Accepts key/value pairs of attributes to be applied to the rendered native eleme
415
415
 
416
416
  Record<string, string | boolean>
417
417
 
418
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
418
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
419
419
 
420
420
  | \- | Set object |
421
421
  | children |
@@ -563,7 +563,7 @@ When the loading state is activated, any click events on the button are disabled
563
563
 
564
564
  Button text
565
565
 
566
- ```
566
+ Hide codedrawOpen in CodeSandbox
567
567
 
568
568
  <div className\="iress-u-inline iress--gutter--md"\>
569
569
  <IressButton loading\>
@@ -591,7 +591,7 @@ Accepts key/value pairs of attributes to be applied to the rendered native eleme
591
591
 
592
592
  Record<string, string | boolean>
593
593
 
594
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
594
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
595
595
 
596
596
  | \- | Set object |
597
597
  | children |
@@ -745,7 +745,7 @@ If you need to use custom routing, take a look at the custom route slot document
745
745
 
746
746
  [This is a link (anchor tag)](https://www.iress.com/)
747
747
 
748
- ```
748
+ Hide codedrawOpen in CodeSandbox
749
749
 
750
750
  <IressButton
751
751
  href\="https://www.iress.com/"
@@ -775,7 +775,7 @@ Accepts key/value pairs of attributes to be applied to the rendered native eleme
775
775
 
776
776
  Record<string, string | boolean>
777
777
 
778
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
778
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
779
779
 
780
780
  | \- | Set object |
781
781
  | children |
@@ -926,7 +926,7 @@ If you're using a heading, ensure that it has an appropriate heading level to ma
926
926
 
927
927
  Delete button with confirm
928
928
 
929
- ```
929
+ Hide codedrawOpen in CodeSandbox
930
930
 
931
931
  <IressButton
932
932
  mode\="danger"
@@ -955,7 +955,7 @@ Accepts key/value pairs of attributes to be applied to the rendered native eleme
955
955
 
956
956
  Record<string, string | boolean>
957
957
 
958
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
958
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
959
959
 
960
960
  | \- | Set object |
961
961
  | children |
@@ -1114,7 +1114,7 @@ Please resize your screen to see how the fluid value changes. Current breakpoint
1114
1114
 
1115
1115
  Fluid: trueFluid: xsFluid: smFluid: mdFluid: lgFluid: xlFluid: xxl
1116
1116
 
1117
- ```
1117
+ Hide codedrawOpen in CodeSandbox
1118
1118
 
1119
1119
  <div
1120
1120
  className\="iress-u-inline iress--gutter--md"
@@ -1124,7 +1124,7 @@ Fluid: trueFluid: xsFluid: smFluid: mdFluid: lgFluid: xlFluid: xxl
1124
1124
  \>
1125
1125
  <IressText element\="p"\>
1126
1126
  Please resize your screen to see how the fluid value changes. Current breakpoint:{' '}
1127
- <kn renderLabel\="and-above" />
1127
+ <Ln renderLabel\="and-above" />
1128
1128
  . </IressText\>
1129
1129
  <IressButton fluid\>
1130
1130
  Fluid: true </IressButton\>
@@ -1162,7 +1162,7 @@ Accepts key/value pairs of attributes to be applied to the rendered native eleme
1162
1162
 
1163
1163
  Record<string, string | boolean>
1164
1164
 
1165
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
1165
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
1166
1166
 
1167
1167
  | \- | Set object |
1168
1168
  | children |
@@ -1312,7 +1312,7 @@ Button with lots of text content and a minimum width set via CSS
1312
1312
 
1313
1313
  Button with lots of text content with the noWrap prop set to true
1314
1314
 
1315
- ```
1315
+ Hide codedrawOpen in CodeSandbox
1316
1316
 
1317
1317
  <div
1318
1318
  style\={{
@@ -1357,7 +1357,7 @@ Accepts key/value pairs of attributes to be applied to the rendered native eleme
1357
1357
 
1358
1358
  Record<string, string | boolean>
1359
1359
 
1360
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
1360
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
1361
1361
 
1362
1362
  | \- | Set object |
1363
1363
  | children |
@@ -1504,7 +1504,7 @@ Prepend iconNewPrepend badge
1504
1504
 
1505
1505
  Append iconAppend badge+999
1506
1506
 
1507
- ```
1507
+ Hide codedrawOpen in CodeSandbox
1508
1508
 
1509
1509
  <\>
1510
1510
  <p className\="iress-u-inline iress--gutter--md"\>
@@ -1546,7 +1546,7 @@ Accepts key/value pairs of attributes to be applied to the rendered native eleme
1546
1546
 
1547
1547
  Record<string, string | boolean>
1548
1548
 
1549
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
1549
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
1550
1550
 
1551
1551
  | \- | Set object |
1552
1552
  | children |
@@ -1690,7 +1690,7 @@ This allows you to add your own aria attributes, or data attributes for analytic
1690
1690
 
1691
1691
  Button text
1692
1692
 
1693
- ```
1693
+ Hide codedrawOpen in CodeSandbox
1694
1694
 
1695
1695
  <IressButton data-analytics-id\="test"\>
1696
1696
  Button text
@@ -1716,7 +1716,7 @@ Accepts key/value pairs of attributes to be applied to the rendered native eleme
1716
1716
 
1717
1717
  Record<string, string | boolean>
1718
1718
 
1719
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
1719
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
1720
1720
 
1721
1721
  | \- | Set object |
1722
1722
  | children |
@@ -1862,7 +1862,7 @@ Please see the example below. The use of an icon is optional.
1862
1862
 
1863
1863
  [Download logo](assets/iress-logo.png)
1864
1864
 
1865
- ```
1865
+ Hide codedrawOpen in CodeSandbox
1866
1866
 
1867
1867
  <IressButton
1868
1868
  download
@@ -1892,7 +1892,7 @@ Accepts key/value pairs of attributes to be applied to the rendered native eleme
1892
1892
 
1893
1893
  Record<string, string | boolean>
1894
1894
 
1895
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
1895
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use the native HTML attributes instead.</td></tr></tbody></table>
1896
1896
 
1897
1897
  | \- | Set object |
1898
1898
  | children |
@@ -2037,7 +2037,7 @@ It has one additional prop, `screenReaderText`, which is used to provide a scree
2037
2037
 
2038
2038
  [](./iframe.html?id=components-button-closebutton--close-button)
2039
2039
 
2040
- ```
2040
+ Hide codedrawOpen in CodeSandbox
2041
2041
 
2042
2042
  <IressCloseButton
2043
2043
  append\=""
@@ -12,7 +12,7 @@ Button group
12
12
 
13
13
  Option 1Option 2Option 3Option 4
14
14
 
15
- ```
15
+ Hide codedrawOpen in CodeSandbox
16
16
 
17
17
  <IressButtonGroup label\="Button group"\>
18
18
  <IressButton\>
@@ -93,7 +93,7 @@ Provides the label and value for each option in the button group.
93
93
 
94
94
  union
95
95
 
96
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
96
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
97
97
 
98
98
  | \- | Set object |
99
99
  | selected |
@@ -126,7 +126,7 @@ Button group
126
126
 
127
127
  Option 1Option 2Option 3Option 4
128
128
 
129
- ```
129
+ Hide codedrawOpen in CodeSandbox
130
130
 
131
131
  <IressButtonGroup label\="Button group"\>
132
132
  <IressButton\>
@@ -206,7 +206,7 @@ Provides the label and value for each option in the button group.
206
206
 
207
207
  union
208
208
 
209
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
209
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
210
210
 
211
211
  | \- | Set object |
212
212
  | selected |
@@ -242,7 +242,7 @@ Right
242
242
 
243
243
  Justify
244
244
 
245
- ```
245
+ Hide codedrawOpen in CodeSandbox
246
246
 
247
247
  <IressButtonGroup label\="Text alignment"\>
248
248
  <IressTooltip tooltipText\="Left"\>
@@ -346,7 +346,7 @@ Provides the label and value for each option in the button group.
346
346
 
347
347
  union
348
348
 
349
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
349
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
350
350
 
351
351
  | \- | Set object |
352
352
  | selected |
@@ -369,7 +369,7 @@ Multiple options can be selected
369
369
 
370
370
  Option 1Option 2Option 3Option 4
371
371
 
372
- ```
372
+ Hide codedrawOpen in CodeSandbox
373
373
 
374
374
  <IressButtonGroup
375
375
  label\="Multiple options can be selected"
@@ -452,7 +452,7 @@ Provides the label and value for each option in the button group.
452
452
 
453
453
  union
454
454
 
455
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
455
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
456
456
 
457
457
  | \- | Set object |
458
458
  | selected |
@@ -479,7 +479,7 @@ Selected option for single select
479
479
 
480
480
  Option 1Option 2Option 3Option 4
481
481
 
482
- ```
482
+ Hide codedrawOpen in CodeSandbox
483
483
 
484
484
  <IressButtonGroup
485
485
  defaultSelected\="Option 2"
@@ -566,7 +566,7 @@ Provides the label and value for each option in the button group.
566
566
 
567
567
  union
568
568
 
569
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
569
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
570
570
 
571
571
  | \- | Set object |
572
572
  | selected |
@@ -585,7 +585,7 @@ Selected option for multi-select
585
585
 
586
586
  Option 1Option 2Option 3Option 4
587
587
 
588
- ```
588
+ Hide codedrawOpen in CodeSandbox
589
589
 
590
590
  <IressButtonGroup
591
591
  defaultSelected\={\[
@@ -629,7 +629,7 @@ union
629
629
 
630
630
  | \- |
631
631
 
632
- RAW
632
+ Edit JSON
633
633
 
634
634
  * defaultSelected :
635
635
 
@@ -688,7 +688,7 @@ Provides the label and value for each option in the button group.
688
688
 
689
689
  union
690
690
 
691
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
691
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
692
692
 
693
693
  | \- | Set object |
694
694
  | selected |
@@ -711,7 +711,7 @@ Trigger toasts by selecting an option below
711
711
 
712
712
  Option 1Option 2Option 3Option 4
713
713
 
714
- ```
714
+ Hide codedrawOpen in CodeSandbox
715
715
 
716
716
  {
717
717
  args: {
@@ -800,7 +800,7 @@ Provides the label and value for each option in the button group.
800
800
 
801
801
  union
802
802
 
803
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
803
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
804
804
 
805
805
  | \- | Set object |
806
806
  | selected |
@@ -823,7 +823,7 @@ Button group
823
823
 
824
824
  Option 1Option 2Option 3Option 4
825
825
 
826
- ```
826
+ Hide codedrawOpen in CodeSandbox
827
827
 
828
828
  <IressButtonGroup
829
829
  hiddenLabel
@@ -906,7 +906,7 @@ Provides the label and value for each option in the button group.
906
906
 
907
907
  union
908
908
 
909
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
909
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
910
910
 
911
911
  | \- | Set object |
912
912
  | selected |
@@ -930,7 +930,7 @@ Heading as label
930
930
 
931
931
  Option 1Option 2Option 3Option 4
932
932
 
933
- ```
933
+ Hide codedrawOpen in CodeSandbox
934
934
 
935
935
  {
936
936
  args: {
@@ -981,7 +981,7 @@ union
981
981
 
982
982
  | \- |
983
983
 
984
- RAW
984
+ Edit JSON
985
985
 
986
986
  label :
987
987
 
@@ -1031,7 +1031,7 @@ Provides the label and value for each option in the button group.
1031
1031
 
1032
1032
  union
1033
1033
 
1034
- <table class="css-3nr4py"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
1034
+ <table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `IressButton` instead.</td></tr></tbody></table>
1035
1035
 
1036
1036
  | \- | Set object |
1037
1037
  | selected |