@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.
- package/generated/docs/components_components-alert-docs.md +51 -47
- package/generated/docs/components_components-autocomplete-docs.md +48 -104
- 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 +24 -24
- package/generated/docs/components_components-buttongroup-docs.md +20 -20
- package/generated/docs/components_components-card-docs.md +70 -56
- package/generated/docs/components_components-card-recipes-docs.md +4 -4
- package/generated/docs/components_components-checkbox-docs.md +7 -21
- package/generated/docs/components_components-checkboxgroup-docs.md +32 -32
- package/generated/docs/components_components-checkboxgroup-recipes-docs.md +2 -2
- package/generated/docs/components_components-col-docs.md +10 -10
- package/generated/docs/components_components-combobox-docs.md +58 -90
- package/generated/docs/components_components-container-docs.md +4 -4
- package/generated/docs/components_components-divider-docs.md +3 -3
- package/generated/docs/components_components-expander-docs.md +6 -4
- package/generated/docs/components_components-field-docs.md +18 -18
- package/generated/docs/components_components-filter-docs.md +54 -54
- package/generated/docs/components_components-form-docs.md +94 -60
- package/generated/docs/components_components-form-recipes-docs.md +114 -13
- package/generated/docs/components_components-hide-docs.md +55 -12
- package/generated/docs/components_components-icon-docs.md +13 -13
- package/generated/docs/components_components-inline-docs.md +14 -14
- package/generated/docs/components_components-input-docs.md +10 -10
- package/generated/docs/components_components-input-recipes-docs.md +3 -3
- package/generated/docs/components_components-inputcurrency-docs.md +6 -6
- package/generated/docs/components_components-inputcurrency-recipes-docs.md +5 -2
- package/generated/docs/components_components-label-docs.md +6 -6
- package/generated/docs/components_components-menu-docs.md +40 -40
- package/generated/docs/components_components-menu-menuitem-docs.md +12 -12
- package/generated/docs/components_components-modal-docs.md +29 -13
- package/generated/docs/components_components-navbar-docs.md +42 -42
- package/generated/docs/components_components-navbar-recipes-docs.md +41 -18
- package/generated/docs/components_components-panel-docs.md +19 -19
- package/generated/docs/components_components-placeholder-docs.md +1 -1
- package/generated/docs/components_components-popover-docs.md +32 -30
- package/generated/docs/components_components-popover-recipes-docs.md +47 -131
- 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 +29 -45
- package/generated/docs/components_components-readonly-docs.md +5 -5
- package/generated/docs/components_components-richselect-docs.md +88 -64
- package/generated/docs/components_components-row-docs.md +12 -12
- 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 +3 -3
- package/generated/docs/components_components-slideout-docs.md +43 -12
- package/generated/docs/components_components-slider-docs.md +12 -12
- package/generated/docs/components_components-spinner-docs.md +3 -3
- package/generated/docs/components_components-stack-docs.md +14 -14
- package/generated/docs/components_components-table-docs.md +51 -44
- 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 +8 -10
- package/generated/docs/components_components-text-docs.md +7 -7
- package/generated/docs/components_components-toaster-docs.md +12 -12
- package/generated/docs/components_components-toaster-toast-docs.md +30 -30
- package/generated/docs/components_components-toggle-docs.md +5 -5
- package/generated/docs/components_components-tooltip-docs.md +4 -4
- package/generated/docs/components_components-validationmessage-docs.md +6 -6
- package/generated/docs/components_foundations-typography-docs.md +7 -7
- package/generated/docs/components_introduction-docs.md +1 -1
- package/generated/docs/components_patterns-loading-docs.md +101 -24
- package/generated/docs/components_sandbox-docs.md +4 -0
- package/generated/docs/guidelines.md +7 -7
- package/package.json +10 -10
|
@@ -8,7 +8,7 @@ Skeletons can increase perceived performance for users. As opposed to spinners,
|
|
|
8
8
|
|
|
9
9
|
[](./iframe.html?id=components-skeleton--default)
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Hide codedrawOpen in CodeSandbox
|
|
12
12
|
|
|
13
13
|
<IressSkeleton />
|
|
14
14
|
|
|
@@ -68,7 +68,7 @@ The `mode` prop can be set to `text` (default), `rect` or `circle`.
|
|
|
68
68
|
|
|
69
69
|
[](./iframe.html?id=components-skeleton--mode)
|
|
70
70
|
|
|
71
|
-
|
|
71
|
+
Hide codedrawOpen in CodeSandbox
|
|
72
72
|
|
|
73
73
|
<IressStack gutter\="md"\>
|
|
74
74
|
<IressSkeleton mode\="text" />
|
|
@@ -139,7 +139,7 @@ string
|
|
|
139
139
|
|
|
140
140
|
Toggle load
|
|
141
141
|
|
|
142
|
-
|
|
142
|
+
Hide codedrawOpen in CodeSandbox
|
|
143
143
|
|
|
144
144
|
import { useState } from 'react';
|
|
145
145
|
import {
|
|
@@ -149,7 +149,7 @@ import {
|
|
|
149
149
|
IressStack,
|
|
150
150
|
IressText,
|
|
151
151
|
TEXT\_VARIANTS,
|
|
152
|
-
} from '
|
|
152
|
+
} from '@/main';
|
|
153
153
|
export const SkeletonText \= () \=> {
|
|
154
154
|
const \[loading, setLoading\] \= useState(true);
|
|
155
155
|
return (
|
|
@@ -230,7 +230,7 @@ string
|
|
|
230
230
|
|
|
231
231
|
Toggle load
|
|
232
232
|
|
|
233
|
-
|
|
233
|
+
Hide codedrawOpen in CodeSandbox
|
|
234
234
|
|
|
235
235
|
import { useState } from 'react';
|
|
236
236
|
import {
|
|
@@ -239,7 +239,7 @@ import {
|
|
|
239
239
|
IressSkeleton,
|
|
240
240
|
type IressSkeletonProps,
|
|
241
241
|
IressStack,
|
|
242
|
-
} from '
|
|
242
|
+
} from '@/main';
|
|
243
243
|
export const SkeletonRect \= () \=> {
|
|
244
244
|
const \[loading, setLoading\] \= useState(true);
|
|
245
245
|
return (
|
|
@@ -320,7 +320,7 @@ string
|
|
|
320
320
|
|
|
321
321
|
Toggle load
|
|
322
322
|
|
|
323
|
-
|
|
323
|
+
Hide codedrawOpen in CodeSandbox
|
|
324
324
|
|
|
325
325
|
import { useState } from 'react';
|
|
326
326
|
import {
|
|
@@ -329,7 +329,7 @@ import {
|
|
|
329
329
|
IressSkeleton,
|
|
330
330
|
type IressSkeletonProps,
|
|
331
331
|
IressStack,
|
|
332
|
-
} from '
|
|
332
|
+
} from '@/main';
|
|
333
333
|
export const SkeletonCircle \= () \=> {
|
|
334
334
|
const \[loading, setLoading\] \= useState(true);
|
|
335
335
|
return (
|
|
@@ -413,7 +413,7 @@ These props accept any unit of dimension, but if no unit is provided it will def
|
|
|
413
413
|
|
|
414
414
|
[](./iframe.html?id=components-skeleton--size)
|
|
415
415
|
|
|
416
|
-
|
|
416
|
+
Hide codedrawOpen in CodeSandbox
|
|
417
417
|
|
|
418
418
|
<IressInline gutter\="md"\>
|
|
419
419
|
<IressSkeleton
|
|
@@ -10,7 +10,7 @@ A common use case of the skeleton component is within a card component. Below ar
|
|
|
10
10
|
|
|
11
11
|
Toggle load
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Hide codedrawOpen in CodeSandbox
|
|
14
14
|
|
|
15
15
|
import { useState } from 'react';
|
|
16
16
|
import {
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
IressSkeleton,
|
|
20
20
|
IressStack,
|
|
21
21
|
IressText,
|
|
22
|
-
} from '
|
|
22
|
+
} from '@/main';
|
|
23
23
|
const CARD\_LINE\_SIZES \= \['100%', '91%', '95%', '89%', '83%'\];
|
|
24
24
|
const CardLoading \= () \=> (
|
|
25
25
|
<IressCard
|
|
@@ -14,7 +14,7 @@ This is where the main content `id="main"` of the application is located. It is
|
|
|
14
14
|
|
|
15
15
|
The skip link is [hidden until it is focused](#skip-link).
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
Hide codedrawOpen in CodeSandbox
|
|
18
18
|
|
|
19
19
|
<IressContainer\>
|
|
20
20
|
<IressSkipLink
|
|
@@ -25,7 +25,7 @@ The skip link is [hidden until it is focused](#skip-link).
|
|
|
25
25
|
}}
|
|
26
26
|
/>
|
|
27
27
|
<main
|
|
28
|
-
className\="iress-u-container iress-u-text iress-u-panel ids-styles--highlight-on-focus-
|
|
28
|
+
className\="iress-u-container iress-u-text iress-u-panel ids-styles--highlight-on-focus-v5203"
|
|
29
29
|
id\="main"
|
|
30
30
|
tabIndex\={\-1}
|
|
31
31
|
\>
|
|
@@ -95,7 +95,7 @@ The target ID of the element that the link will skip to. If not provided, will f
|
|
|
95
95
|
|
|
96
96
|
string
|
|
97
97
|
|
|
98
|
-
<table class="css-
|
|
98
|
+
<table class="css-ymgjf7"><tbody><tr><td colspan="2"><strong>Deprecated</strong>: Use `href` with a `#` instead (eg. #main).</td></tr></tbody></table>
|
|
99
99
|
|
|
100
100
|
| \- | Set string |
|
|
101
101
|
|
|
@@ -18,7 +18,7 @@ Read more
|
|
|
18
18
|
|
|
19
19
|
Show slideout
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
Hide codedrawOpen in CodeSandbox
|
|
22
22
|
|
|
23
23
|
const Story \= () \=> {
|
|
24
24
|
const { showSlideout } \= useSlideout();
|
|
@@ -258,9 +258,9 @@ You can use state to control the slideout by setting the `show` property to `tru
|
|
|
258
258
|
|
|
259
259
|
Show slideout using state
|
|
260
260
|
|
|
261
|
-
|
|
261
|
+
Hide codedrawOpen in CodeSandbox
|
|
262
262
|
|
|
263
|
-
import { IressButton, IressSlideout, type IressSlideoutProps } from '
|
|
263
|
+
import { IressButton, IressSlideout, type IressSlideoutProps } from '@/main';
|
|
264
264
|
import { useState } from 'react';
|
|
265
265
|
export const SlideoutUsingState \= () \=> {
|
|
266
266
|
const \[show, setShow\] \= useState(false);
|
|
@@ -478,8 +478,15 @@ To use, wrap your `<App/>` or the component that you want to use the `useSlideou
|
|
|
478
478
|
|
|
479
479
|
Show slideout using provider
|
|
480
480
|
|
|
481
|
-
|
|
481
|
+
Hide codedrawOpen in CodeSandbox
|
|
482
482
|
|
|
483
|
+
import {
|
|
484
|
+
IressButton,
|
|
485
|
+
IressSlideout,
|
|
486
|
+
type IressSlideoutProps,
|
|
487
|
+
IressSlideoutProvider,
|
|
488
|
+
useSlideout,
|
|
489
|
+
} from '@/main';
|
|
483
490
|
const SLIDEOUT\_ID \= 'storybook-slideout';
|
|
484
491
|
export const App \= (slideoutProps: IressSlideoutProps) \=> (
|
|
485
492
|
<IressSlideoutProvider\>
|
|
@@ -552,7 +559,7 @@ Slideouts can be used in two modes - `overlay` and `push`. In `overlay` mode the
|
|
|
552
559
|
|
|
553
560
|
Overlay slideoutPush slideout
|
|
554
561
|
|
|
555
|
-
|
|
562
|
+
Hide codedrawOpen in CodeSandbox
|
|
556
563
|
|
|
557
564
|
const Story \= () \=> {
|
|
558
565
|
const { showSlideout } \= useSlideout();
|
|
@@ -819,8 +826,16 @@ Slideouts can appear from the left or the right of the screen. The default is ri
|
|
|
819
826
|
|
|
820
827
|
rightleft
|
|
821
828
|
|
|
822
|
-
|
|
829
|
+
Hide codedrawOpen in CodeSandbox
|
|
823
830
|
|
|
831
|
+
import {
|
|
832
|
+
IressButton,
|
|
833
|
+
IressInline,
|
|
834
|
+
IressSlideout,
|
|
835
|
+
IressSlideoutProvider,
|
|
836
|
+
SLIDEOUT\_POSITIONS,
|
|
837
|
+
useSlideout,
|
|
838
|
+
} from '@/main';
|
|
824
839
|
const Slideouts \= () \=> {
|
|
825
840
|
const { showSlideout } \= useSlideout();
|
|
826
841
|
return (
|
|
@@ -1042,7 +1057,7 @@ The slideout backdrop works in the same way as the modal backdrop; clicking on t
|
|
|
1042
1057
|
|
|
1043
1058
|
Show slideout with backdrop
|
|
1044
1059
|
|
|
1045
|
-
|
|
1060
|
+
Hide codedrawOpen in CodeSandbox
|
|
1046
1061
|
|
|
1047
1062
|
const Story \= () \=> {
|
|
1048
1063
|
const { showSlideout } \= useSlideout();
|
|
@@ -1279,8 +1294,16 @@ The width of your slideout can be set using the `size` prop. By default it is `s
|
|
|
1279
1294
|
|
|
1280
1295
|
smmdlg
|
|
1281
1296
|
|
|
1282
|
-
|
|
1297
|
+
Hide codedrawOpen in CodeSandbox
|
|
1283
1298
|
|
|
1299
|
+
import {
|
|
1300
|
+
IressButton,
|
|
1301
|
+
IressInline,
|
|
1302
|
+
IressSlideout,
|
|
1303
|
+
IressSlideoutProvider,
|
|
1304
|
+
SLIDEOUT\_SIZES,
|
|
1305
|
+
useSlideout,
|
|
1306
|
+
} from '@/main';
|
|
1284
1307
|
const Slideouts \= () \=> {
|
|
1285
1308
|
const { showSlideout } \= useSlideout();
|
|
1286
1309
|
return (
|
|
@@ -1497,8 +1520,16 @@ Slideout padding follows the panel padding convention. It can be set to either `
|
|
|
1497
1520
|
|
|
1498
1521
|
nonesmmdlg
|
|
1499
1522
|
|
|
1500
|
-
|
|
1523
|
+
Hide codedrawOpen in CodeSandbox
|
|
1501
1524
|
|
|
1525
|
+
import {
|
|
1526
|
+
IressButton,
|
|
1527
|
+
IressInline,
|
|
1528
|
+
IressSlideout,
|
|
1529
|
+
IressSlideoutProvider,
|
|
1530
|
+
PADDING\_SIZES,
|
|
1531
|
+
useSlideout,
|
|
1532
|
+
} from '@/main';
|
|
1502
1533
|
const Slideouts \= () \=> {
|
|
1503
1534
|
const { showSlideout } \= useSlideout();
|
|
1504
1535
|
return (
|
|
@@ -1717,7 +1748,7 @@ The `footer` prop is used to set content that should appear underneath the main
|
|
|
1717
1748
|
|
|
1718
1749
|
Show slideout with footer
|
|
1719
1750
|
|
|
1720
|
-
|
|
1751
|
+
Hide codedrawOpen in CodeSandbox
|
|
1721
1752
|
|
|
1722
1753
|
const Story \= () \=> {
|
|
1723
1754
|
const { showSlideout } \= useSlideout();
|
|
@@ -1955,7 +1986,7 @@ Show slideout
|
|
|
1955
1986
|
|
|
1956
1987
|
Almost before was mighty present had him time. But scorching counsel if mine dote men have or, one yet from pangs and for and despair there. If below nor but the name these deemed oh..
|
|
1957
1988
|
|
|
1958
|
-
|
|
1989
|
+
Hide codedrawOpen in CodeSandbox
|
|
1959
1990
|
|
|
1960
1991
|
import {
|
|
1961
1992
|
IressStack,
|
|
@@ -1963,7 +1994,7 @@ import {
|
|
|
1963
1994
|
IressText,
|
|
1964
1995
|
IressSlideout,
|
|
1965
1996
|
type IressSlideoutProps,
|
|
1966
|
-
} from '
|
|
1997
|
+
} from '@/main';
|
|
1967
1998
|
import { useRef, useState } from 'react';
|
|
1968
1999
|
export const AbsolutePositionSlideout \= () \=> {
|
|
1969
2000
|
const \[show, setShow\] \= useState(false);
|
|
@@ -10,7 +10,7 @@ Sliders provide a visual indication of adjustable content, where the user can se
|
|
|
10
10
|
|
|
11
11
|
0
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Hide codedrawOpen in CodeSandbox
|
|
14
14
|
|
|
15
15
|
<IressSlider />
|
|
16
16
|
|
|
@@ -139,7 +139,7 @@ You can set the initial value of the slider using the `defaultValue` prop. If yo
|
|
|
139
139
|
|
|
140
140
|
3
|
|
141
141
|
|
|
142
|
-
|
|
142
|
+
Hide codedrawOpen in CodeSandbox
|
|
143
143
|
|
|
144
144
|
<IressSlider defaultValue\={3} />
|
|
145
145
|
|
|
@@ -268,7 +268,7 @@ By setting the `step` property to 10, for example, the user will only be able to
|
|
|
268
268
|
|
|
269
269
|
10
|
|
270
270
|
|
|
271
|
-
|
|
271
|
+
Hide codedrawOpen in CodeSandbox
|
|
272
272
|
|
|
273
273
|
<IressSlider
|
|
274
274
|
max\={100}
|
|
@@ -425,7 +425,7 @@ Zero
|
|
|
425
425
|
|
|
426
426
|
All
|
|
427
427
|
|
|
428
|
-
|
|
428
|
+
Hide codedrawOpen in CodeSandbox
|
|
429
429
|
|
|
430
430
|
<IressSlider
|
|
431
431
|
max\={200}
|
|
@@ -574,7 +574,7 @@ union
|
|
|
574
574
|
|
|
575
575
|
| \- |
|
|
576
576
|
|
|
577
|
-
|
|
577
|
+
Edit JSON
|
|
578
578
|
|
|
579
579
|
* tickLabels :
|
|
580
580
|
|
|
@@ -661,7 +661,7 @@ Normal
|
|
|
661
661
|
Wicked witch
|
|
662
662
|
of the west
|
|
663
663
|
|
|
664
|
-
|
|
664
|
+
Hide codedrawOpen in CodeSandbox
|
|
665
665
|
|
|
666
666
|
<IressSlider
|
|
667
667
|
min\={\-10}
|
|
@@ -778,7 +778,7 @@ union
|
|
|
778
778
|
|
|
779
779
|
| \- |
|
|
780
780
|
|
|
781
|
-
|
|
781
|
+
Edit JSON
|
|
782
782
|
|
|
783
783
|
* tickLabels :
|
|
784
784
|
|
|
@@ -855,12 +855,12 @@ Zero
|
|
|
855
855
|
|
|
856
856
|
All
|
|
857
857
|
|
|
858
|
-
|
|
858
|
+
Hide codedrawOpen in CodeSandbox
|
|
859
859
|
|
|
860
860
|
<IressStack gutter\="md"\>
|
|
861
861
|
<IressPanel\>
|
|
862
862
|
<IressText\>
|
|
863
|
-
<
|
|
863
|
+
<Ln />
|
|
864
864
|
</IressText\>
|
|
865
865
|
</IressPanel\>
|
|
866
866
|
<IressSlider
|
|
@@ -1043,7 +1043,7 @@ union
|
|
|
1043
1043
|
|
|
1044
1044
|
| \- |
|
|
1045
1045
|
|
|
1046
|
-
|
|
1046
|
+
Edit JSON
|
|
1047
1047
|
|
|
1048
1048
|
* tickLabels :
|
|
1049
1049
|
|
|
@@ -1120,7 +1120,7 @@ If you need more control over the read-only state (for example, rendering a styl
|
|
|
1120
1120
|
|
|
1121
1121
|
Zero
|
|
1122
1122
|
|
|
1123
|
-
|
|
1123
|
+
Hide codedrawOpen in CodeSandbox
|
|
1124
1124
|
|
|
1125
1125
|
<IressSlider
|
|
1126
1126
|
max\={200}
|
|
@@ -1244,7 +1244,7 @@ union
|
|
|
1244
1244
|
|
|
1245
1245
|
| \- |
|
|
1246
1246
|
|
|
1247
|
-
|
|
1247
|
+
Edit JSON
|
|
1248
1248
|
|
|
1249
1249
|
* tickLabels :
|
|
1250
1250
|
|
|
@@ -8,7 +8,7 @@ Spinners notify the user that a task is being processed. They indicate that the
|
|
|
8
8
|
|
|
9
9
|
[](./iframe.html?id=components-spinner--standalone)
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Hide codedrawOpen in CodeSandbox
|
|
12
12
|
|
|
13
13
|
<IressSpinner screenreaderText\="Making magic happen..." />
|
|
14
14
|
|
|
@@ -36,7 +36,7 @@ When using the spinner on its own, you can define the `screenreaderText` prop to
|
|
|
36
36
|
|
|
37
37
|
[](./iframe.html?id=components-spinner--standalone)
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
Hide codedrawOpen in CodeSandbox
|
|
40
40
|
|
|
41
41
|
<IressSpinner screenreaderText\="Making magic happen..." />
|
|
42
42
|
|
|
@@ -62,7 +62,7 @@ You can display a message alongside the spinner. In this case, you do not need t
|
|
|
62
62
|
|
|
63
63
|
Making magic happen...
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
Hide codedrawOpen in CodeSandbox
|
|
66
66
|
|
|
67
67
|
<IressInline
|
|
68
68
|
gutter\="sm"
|
|
@@ -8,7 +8,7 @@ Use `IressStack` to control vertical spacing between content with consistent pre
|
|
|
8
8
|
|
|
9
9
|
[](./iframe.html?id=components-stack--default)
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Hide codedrawOpen in CodeSandbox
|
|
12
12
|
|
|
13
13
|
<IressStack gutter\="md"\>
|
|
14
14
|
<IressPlaceholder height\="50" />
|
|
@@ -32,7 +32,7 @@ ReactNode
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
| \- |
|
|
35
|
+
| \- | childrenChoose option...eveninlineChildrenlistwrappedList |
|
|
36
36
|
| gutter |
|
|
37
37
|
|
|
38
38
|
Sets the gutter size of the stack.
|
|
@@ -78,7 +78,7 @@ lg
|
|
|
78
78
|
xl
|
|
79
79
|
--
|
|
80
80
|
|
|
81
|
-
|
|
81
|
+
Hide codedrawOpen in CodeSandbox
|
|
82
82
|
|
|
83
83
|
<IressStack gutter\="xl"\>
|
|
84
84
|
<IressText\>
|
|
@@ -162,7 +162,7 @@ ReactNode
|
|
|
162
162
|
|
|
163
163
|
|
|
164
164
|
|
|
165
|
-
| \- |
|
|
165
|
+
| \- | childrenChoose option...eveninlineChildrenlistwrappedList |
|
|
166
166
|
| gutter |
|
|
167
167
|
|
|
168
168
|
Sets the gutter size of the stack.
|
|
@@ -187,13 +187,13 @@ Current breakpoint: **xl** breakpoint (1200px - 1499px).
|
|
|
187
187
|
|
|
188
188
|
`gutter={{"xs":"xs","sm":"sm","md":"md"}}`
|
|
189
189
|
|
|
190
|
-
|
|
190
|
+
Hide codedrawOpen in CodeSandbox
|
|
191
191
|
|
|
192
192
|
<IressStack gutter\="md"\>
|
|
193
193
|
<IressPanel\>
|
|
194
194
|
<p\>
|
|
195
195
|
Current breakpoint:{' '}
|
|
196
|
-
<
|
|
196
|
+
<Ln />
|
|
197
197
|
. </p\>
|
|
198
198
|
<p\>
|
|
199
199
|
<code\>
|
|
@@ -229,7 +229,7 @@ ReactNode
|
|
|
229
229
|
|
|
230
230
|
|
|
231
231
|
|
|
232
|
-
| \- |
|
|
232
|
+
| \- | childrenChoose option...eveninlineChildrenlistwrappedList |
|
|
233
233
|
| gutter |
|
|
234
234
|
|
|
235
235
|
Sets the gutter size of the stack.
|
|
@@ -244,7 +244,7 @@ union
|
|
|
244
244
|
|
|
245
245
|
|
|
|
246
246
|
|
|
247
|
-
|
|
247
|
+
Edit JSON
|
|
248
248
|
|
|
249
249
|
gutter :
|
|
250
250
|
|
|
@@ -286,7 +286,7 @@ Button 1Button 2Button 3
|
|
|
286
286
|
|
|
287
287
|
Panel 3 (block)
|
|
288
288
|
|
|
289
|
-
|
|
289
|
+
Hide codedrawOpen in CodeSandbox
|
|
290
290
|
|
|
291
291
|
<IressStack gutter\="md"\>
|
|
292
292
|
<IressPanel background\="alt"\>
|
|
@@ -318,7 +318,7 @@ ReactNode
|
|
|
318
318
|
|
|
319
319
|
|
|
320
320
|
|
|
321
|
-
| \- |
|
|
321
|
+
| \- | childrenChoose option...eveninlineChildrenlistwrappedList |
|
|
322
322
|
| gutter |
|
|
323
323
|
|
|
324
324
|
Sets the gutter size of the stack.
|
|
@@ -349,7 +349,7 @@ This only works if the list is a direct child of the `IressStack` component. If
|
|
|
349
349
|
* List item 2
|
|
350
350
|
* List item 3
|
|
351
351
|
|
|
352
|
-
|
|
352
|
+
Hide codedrawOpen in CodeSandbox
|
|
353
353
|
|
|
354
354
|
<IressStack gutter\="md"\>
|
|
355
355
|
<ul className\="iress-u-text"\>
|
|
@@ -375,7 +375,7 @@ ReactNode
|
|
|
375
375
|
|
|
376
376
|
|
|
377
377
|
|
|
378
|
-
| \- |
|
|
378
|
+
| \- | childrenChoose option...eveninlineChildrenlistwrappedList |
|
|
379
379
|
| gutter |
|
|
380
380
|
|
|
381
381
|
Sets the gutter size of the stack.
|
|
@@ -400,7 +400,7 @@ union
|
|
|
400
400
|
* List item 2
|
|
401
401
|
* List item 3
|
|
402
402
|
|
|
403
|
-
|
|
403
|
+
Hide codedrawOpen in CodeSandbox
|
|
404
404
|
|
|
405
405
|
<IressStack gutter\="md"\>
|
|
406
406
|
<IressText\>
|
|
@@ -428,7 +428,7 @@ ReactNode
|
|
|
428
428
|
|
|
429
429
|
|
|
430
430
|
|
|
431
|
-
| \- |
|
|
431
|
+
| \- | childrenChoose option...eveninlineChildrenlistwrappedList |
|
|
432
432
|
| gutter |
|
|
433
433
|
|
|
434
434
|
Sets the gutter size of the stack.
|