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

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 (132) hide show
  1. package/generated/docs/components_components-alert-docs.md +492 -0
  2. package/generated/docs/components_components-autocomplete-docs.md +3485 -0
  3. package/generated/docs/{components-autocomplete-recipes-docs.md → components_components-autocomplete-recipes-docs.md} +32 -14
  4. package/generated/docs/{components-badge-docs.md → components_components-badge-docs.md} +222 -30
  5. package/generated/docs/components_components-button-docs.md +2078 -0
  6. package/generated/docs/components_components-button-recipes-docs.md +37 -0
  7. package/generated/docs/components_components-buttongroup-docs.md +1045 -0
  8. package/generated/docs/components_components-card-docs.md +2276 -0
  9. package/generated/docs/{components-card-recipes-docs.md → components_components-card-recipes-docs.md} +131 -14
  10. package/generated/docs/components_components-checkbox-docs.md +1054 -0
  11. package/generated/docs/{components-checkboxgroup-docs.md → components_components-checkboxgroup-docs.md} +1000 -81
  12. package/generated/docs/{components-checkboxgroup-recipes-docs.md → components_components-checkboxgroup-recipes-docs.md} +101 -11
  13. package/generated/docs/{components-col-docs.md → components_components-col-docs.md} +331 -58
  14. package/generated/docs/components_components-combobox-docs.md +3767 -0
  15. package/generated/docs/{components-container-docs.md → components_components-container-docs.md} +61 -24
  16. package/generated/docs/{components-divider-docs.md → components_components-divider-docs.md} +83 -24
  17. package/generated/docs/{components-expander-docs.md → components_components-expander-docs.md} +264 -33
  18. package/generated/docs/{components-field-docs.md → components_components-field-docs.md} +814 -120
  19. package/generated/docs/components_components-filter-docs.md +4080 -0
  20. package/generated/docs/{components-form-docs.md → components_components-form-docs.md} +1515 -353
  21. package/generated/docs/{components-form-recipes-docs.md → components_components-form-recipes-docs.md} +170 -54
  22. package/generated/docs/components_components-hide-docs.md +293 -0
  23. package/generated/docs/components_components-icon-docs.md +1337 -0
  24. package/generated/docs/{components-inline-docs.md → components_components-inline-docs.md} +462 -42
  25. package/generated/docs/components_components-input-docs.md +1468 -0
  26. package/generated/docs/components_components-input-recipes-docs.md +367 -0
  27. package/generated/docs/components_components-inputcurrency-docs.md +432 -0
  28. package/generated/docs/{components-inputcurrency-recipes-docs.md → components_components-inputcurrency-recipes-docs.md} +110 -17
  29. package/generated/docs/components_components-label-docs.md +323 -0
  30. package/generated/docs/components_components-menu-docs.md +2345 -0
  31. package/generated/docs/components_components-menu-menuitem-docs.md +633 -0
  32. package/generated/docs/{components-modal-docs.md → components_components-modal-docs.md} +1625 -232
  33. package/generated/docs/components_components-navbar-docs.md +1847 -0
  34. package/generated/docs/{components-navbar-recipes-docs.md → components_components-navbar-recipes-docs.md} +697 -39
  35. package/generated/docs/{components-panel-docs.md → components_components-panel-docs.md} +754 -57
  36. package/generated/docs/components_components-placeholder-docs.md +92 -0
  37. package/generated/docs/components_components-popover-docs.md +1641 -0
  38. package/generated/docs/{components-popover-recipes-docs.md → components_components-popover-recipes-docs.md} +347 -17
  39. package/generated/docs/components_components-progress-docs.md +115 -0
  40. package/generated/docs/{components-provider-docs.md → components_components-provider-docs.md} +41 -32
  41. package/generated/docs/components_components-radio-docs.md +491 -0
  42. package/generated/docs/{components-radiogroup-docs.md → components_components-radiogroup-docs.md} +943 -75
  43. package/generated/docs/components_components-readonly-docs.md +263 -0
  44. package/generated/docs/components_components-richselect-docs.md +6497 -0
  45. package/generated/docs/{components-row-docs.md → components_components-row-docs.md} +353 -43
  46. package/generated/docs/{components-select-docs.md → components_components-select-docs.md} +719 -61
  47. package/generated/docs/components_components-skeleton-docs.md +480 -0
  48. package/generated/docs/{components-skeleton-recipes-docs.md → components_components-skeleton-recipes-docs.md} +50 -10
  49. package/generated/docs/{components-skiplink-docs.md → components_components-skiplink-docs.md} +53 -14
  50. package/generated/docs/components_components-slideout-docs.md +2262 -0
  51. package/generated/docs/components_components-slider-docs.md +1276 -0
  52. package/generated/docs/components_components-spinner-docs.md +82 -0
  53. package/generated/docs/{components-stack-docs.md → components_components-stack-docs.md} +223 -40
  54. package/generated/docs/components_components-table-docs.md +3651 -0
  55. package/generated/docs/components_components-tabset-docs.md +772 -0
  56. package/generated/docs/components_components-tabset-tab-docs.md +262 -0
  57. package/generated/docs/components_components-tag-docs.md +259 -0
  58. package/generated/docs/{components-text-docs.md → components_components-text-docs.md} +491 -51
  59. package/generated/docs/{components-toaster-docs.md → components_components-toaster-docs.md} +181 -79
  60. package/generated/docs/components_components-toaster-toast-docs.md +634 -0
  61. package/generated/docs/components_components-toggle-docs.md +461 -0
  62. package/generated/docs/{components-tooltip-docs.md → components_components-tooltip-docs.md} +286 -41
  63. package/generated/docs/{components-validationmessage-docs.md → components_components-validationmessage-docs.md} +230 -61
  64. package/generated/docs/components_contact-us-docs.md +12 -0
  65. package/generated/docs/{foundations-accessibility-docs.md → components_foundations-accessibility-docs.md} +11 -21
  66. package/generated/docs/{foundations-colours-docs.md → components_foundations-colour-030-colours.md} +8 -15
  67. package/generated/docs/{foundations-consistency-docs.md → components_foundations-consistency-docs.md} +12 -20
  68. package/generated/docs/{foundations-content-docs.md → components_foundations-content-docs.md} +6 -11
  69. package/generated/docs/components_foundations-introduction-docs.md +15 -0
  70. package/generated/docs/{foundations-principles-docs.md → components_foundations-principles-docs.md} +14 -24
  71. package/generated/docs/components_foundations-typography-docs.md +608 -0
  72. package/generated/docs/{foundations-user-experience-docs.md → components_foundations-user-experience-docs.md} +16 -26
  73. package/generated/docs/{foundations-visual-design-docs.md → components_foundations-visual-design-docs.md} +10 -17
  74. package/generated/docs/{frequently-asked-questions-docs.md → components_frequently-asked-questions-docs.md} +14 -23
  75. package/generated/docs/components_get-started-develop-docs.md +84 -0
  76. package/generated/docs/components_get-started-using-storybook-docs.md +55 -0
  77. package/generated/docs/components_introduction-docs.md +15 -0
  78. package/generated/docs/{patterns-loading-docs.md → components_patterns-loading-docs.md} +711 -143
  79. package/generated/docs/components_resources-changelog-docs.md +4 -0
  80. package/generated/docs/{resources-code-katas-docs.md → components_resources-code-katas-docs.md} +5 -9
  81. package/generated/docs/{resources-migration-guides-from-v4-to-v5-docs.md → components_resources-migration-guides-from-v4-to-v5-docs.md} +54 -239
  82. package/generated/docs/{versions-docs.md → components_versions-docs.md} +5 -8
  83. package/generated/docs/guidelines.md +484 -200
  84. package/generated/docs/introduction-docs.md +19 -30
  85. package/package.json +41 -45
  86. package/generated/docs/components-alert-docs.md +0 -130
  87. package/generated/docs/components-autocomplete-docs.md +0 -754
  88. package/generated/docs/components-button-docs.md +0 -362
  89. package/generated/docs/components-button-recipes-docs.md +0 -76
  90. package/generated/docs/components-buttongroup-docs.md +0 -310
  91. package/generated/docs/components-card-docs.md +0 -494
  92. package/generated/docs/components-checkbox-docs.md +0 -193
  93. package/generated/docs/components-combobox-docs.md +0 -1016
  94. package/generated/docs/components-filter-docs.md +0 -1109
  95. package/generated/docs/components-hide-docs.md +0 -265
  96. package/generated/docs/components-icon-docs.md +0 -553
  97. package/generated/docs/components-input-docs.md +0 -335
  98. package/generated/docs/components-input-recipes-docs.md +0 -140
  99. package/generated/docs/components-inputcurrency-docs.md +0 -157
  100. package/generated/docs/components-label-docs.md +0 -135
  101. package/generated/docs/components-menu-docs.md +0 -704
  102. package/generated/docs/components-menu-menuitem-docs.md +0 -193
  103. package/generated/docs/components-navbar-docs.md +0 -291
  104. package/generated/docs/components-placeholder-docs.md +0 -27
  105. package/generated/docs/components-popover-docs.md +0 -464
  106. package/generated/docs/components-progress-docs.md +0 -104
  107. package/generated/docs/components-radio-docs.md +0 -107
  108. package/generated/docs/components-readonly-docs.md +0 -89
  109. package/generated/docs/components-richselect-docs.md +0 -2433
  110. package/generated/docs/components-skeleton-docs.md +0 -214
  111. package/generated/docs/components-slideout-docs.md +0 -538
  112. package/generated/docs/components-slider-docs.md +0 -346
  113. package/generated/docs/components-spinner-docs.md +0 -59
  114. package/generated/docs/components-table-ag-grid-docs.md +0 -1074
  115. package/generated/docs/components-table-docs.md +0 -1305
  116. package/generated/docs/components-tabset-docs.md +0 -341
  117. package/generated/docs/components-tabset-tab-docs.md +0 -86
  118. package/generated/docs/components-tag-docs.md +0 -115
  119. package/generated/docs/components-toaster-toast-docs.md +0 -157
  120. package/generated/docs/components-toggle-docs.md +0 -158
  121. package/generated/docs/contact-us-docs.md +0 -27
  122. package/generated/docs/extensions-editor-docs.md +0 -288
  123. package/generated/docs/extensions-editor-recipes-docs.md +0 -39
  124. package/generated/docs/foundations-introduction-docs.md +0 -17
  125. package/generated/docs/foundations-typography-docs.md +0 -191
  126. package/generated/docs/get-started-develop-docs.md +0 -209
  127. package/generated/docs/get-started-using-storybook-docs.md +0 -68
  128. package/generated/docs/resources-changelog-docs.md +0 -6
  129. package/generated/docs/themes-available-themes-docs.md +0 -66
  130. package/generated/docs/themes-introduction-docs.md +0 -121
  131. package/generated/docs/themes-tokens-docs.md +0 -1200
  132. /package/{LICENSE.txt → LICENSE} +0 -0
@@ -1,30 +1,112 @@
1
- [](#panel)Panel
2
- ===============
1
+ Panel
2
+ =====
3
3
 
4
4
  Overview
5
5
  --------
6
6
 
7
7
  A panel is used to group related content.
8
8
 
9
- His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor.
9
+ [](./iframe.html?id=components-panel--default)
10
10
 
11
- Hide code
11
+ His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor.
12
12
 
13
- \[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; }
13
+ ```
14
14
 
15
15
  <IressPanel\>
16
16
  His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor.
17
17
  </IressPanel\>
18
18
 
19
- Copy
19
+ ```
20
+
21
+ Props
22
+ -----
23
+
24
+ | Name | Description | Default | Control |
25
+ | --- | --- | --- | --- |
26
+ | background |
27
+ Panel background - controls the background style (set via the theme).
28
+
29
+ union
30
+
31
+
32
+
33
+ |
34
+
35
+ 'default'
36
+
37
+ | Set object |
38
+ | children |
39
+
40
+ Content to be grouped using a panel.
41
+
42
+ ReactNode
43
+
44
+
45
+
46
+ | \- | Choose option...nonetextparagraphsstory |
47
+ | noBorderRadius |
48
+
49
+ Setting to true will ignore the border radius set in the theme and set it to zero.
50
+
51
+ boolean
52
+
53
+
54
+
55
+ | \- | Set boolean |
56
+ | noGutter |
57
+
58
+ Removes bottom margin from last child of the panel element if true.
59
+
60
+ boolean
61
+
62
+
20
63
 
21
- [](#examples)Examples
22
- ---------------------
64
+ | \- | Set boolean |
65
+ | padding |
23
66
 
24
- ### [](#background)Background
67
+ Padding of the panel.
68
+
69
+ union
70
+
71
+
72
+
73
+ |
74
+
75
+ 'md'
76
+
77
+ | Set object |
78
+ | stretch |
79
+
80
+ If `true`, the panel background will fill the height of the container.
81
+
82
+ boolean
83
+
84
+
85
+
86
+ | \- | Set boolean |
87
+ | textAlign |
88
+
89
+ Text alignment for panel.
90
+
91
+ union
92
+
93
+
94
+
95
+ |
96
+
97
+ 'inherit'
98
+
99
+ | Set object |
100
+
101
+ Examples
102
+ --------
103
+
104
+ ### Background
25
105
 
26
106
  The `background` prop allows you to vary the styling of the panel component. It has four variants.
27
107
 
108
+ [](./iframe.html?id=components-panel--background)
109
+
28
110
  default
29
111
  -------
30
112
 
@@ -45,9 +127,7 @@ transparent
45
127
 
46
128
  His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor.
47
129
 
48
- Hide code
49
-
50
- \[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; }
130
+ ```
51
131
 
52
132
  <IressStack gutter\="md"\>
53
133
  <IressPanel background\="default"\>
@@ -68,12 +148,93 @@ Hide code
68
148
  His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor. </IressPanel\>
69
149
  </IressStack\>
70
150
 
71
- Copy
151
+ ```
152
+
153
+ #### Props
154
+
155
+ | Name | Description | Default | Control |
156
+ | --- | --- | --- | --- |
157
+ | background |
158
+ Panel background - controls the background style (set via the theme).
72
159
 
73
- ### [](#padding)Padding
160
+ union
161
+
162
+
163
+
164
+ |
165
+
166
+ 'default'
167
+
168
+ | \- |
169
+ | children |
170
+
171
+ Content to be grouped using a panel.
172
+
173
+ ReactNode
174
+
175
+
176
+
177
+ | \- | Choose option...nonetextparagraphsstory |
178
+ | noBorderRadius |
179
+
180
+ Setting to true will ignore the border radius set in the theme and set it to zero.
181
+
182
+ boolean
183
+
184
+
185
+
186
+ | \- | Set boolean |
187
+ | noGutter |
188
+
189
+ Removes bottom margin from last child of the panel element if true.
190
+
191
+ boolean
192
+
193
+
194
+
195
+ | \- | Set boolean |
196
+ | padding |
197
+
198
+ Padding of the panel.
199
+
200
+ union
201
+
202
+
203
+
204
+ |
205
+
206
+ 'md'
207
+
208
+ | Set object |
209
+ | stretch |
210
+
211
+ If `true`, the panel background will fill the height of the container.
212
+
213
+ boolean
214
+
215
+
216
+
217
+ | \- | Set boolean |
218
+ | textAlign |
219
+
220
+ Text alignment for panel.
221
+
222
+ union
223
+
224
+
225
+
226
+ |
227
+
228
+ 'inherit'
229
+
230
+ | Set object |
231
+
232
+ ### Padding
74
233
 
75
234
  Panel padding can be set using the `padding` prop. It can be set to `none`, `sm`, `md` or `lg`. Its default value is `md`.
76
235
 
236
+ [](./iframe.html?id=components-panel--padding)
237
+
77
238
  none
78
239
  ----
79
240
 
@@ -94,9 +255,7 @@ lg
94
255
 
95
256
  His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor.
96
257
 
97
- Hide code
98
-
99
- \[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; }
258
+ ```
100
259
 
101
260
  <IressStack gutter\="md"\>
102
261
  <IressPanel padding\="none"\>
@@ -117,12 +276,93 @@ Hide code
117
276
  His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor. </IressPanel\>
118
277
  </IressStack\>
119
278
 
120
- Copy
279
+ ```
280
+
281
+ #### Props
282
+
283
+ | Name | Description | Default | Control |
284
+ | --- | --- | --- | --- |
285
+ | background |
286
+ Panel background - controls the background style (set via the theme).
287
+
288
+ union
289
+
290
+
291
+
292
+ |
293
+
294
+ 'default'
121
295
 
122
- ### [](#responsive-padding)Responsive padding
296
+ | Set object |
297
+ | children |
298
+
299
+ Content to be grouped using a panel.
300
+
301
+ ReactNode
302
+
303
+
304
+
305
+ | \- | Choose option...nonetextparagraphsstory |
306
+ | noBorderRadius |
307
+
308
+ Setting to true will ignore the border radius set in the theme and set it to zero.
309
+
310
+ boolean
311
+
312
+
313
+
314
+ | \- | Set boolean |
315
+ | noGutter |
316
+
317
+ Removes bottom margin from last child of the panel element if true.
318
+
319
+ boolean
320
+
321
+
322
+
323
+ | \- | Set boolean |
324
+ | padding |
325
+
326
+ Padding of the panel.
327
+
328
+ union
329
+
330
+
331
+
332
+ |
333
+
334
+ 'md'
335
+
336
+ | \- |
337
+ | stretch |
338
+
339
+ If `true`, the panel background will fill the height of the container.
340
+
341
+ boolean
342
+
343
+
344
+
345
+ | \- | Set boolean |
346
+ | textAlign |
347
+
348
+ Text alignment for panel.
349
+
350
+ union
351
+
352
+
353
+
354
+ |
355
+
356
+ 'inherit'
357
+
358
+ | Set object |
359
+
360
+ ### Responsive padding
123
361
 
124
362
  The `padding` prop can take an object that takes five key/value pairs that correlate with the IDS breakpoints.
125
363
 
364
+ [](./iframe.html?id=components-panel--responsive-padding)
365
+
126
366
  Current breakpoint: **xl** breakpoint (1200px - 1499px).
127
367
 
128
368
  padding={{
@@ -132,9 +372,7 @@ padding={{
132
372
  "lg": "lg"
133
373
  }}
134
374
 
135
- Hide code
136
-
137
- \[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; }
375
+ ```
138
376
 
139
377
  <IressPanel
140
378
  noGutter
@@ -147,7 +385,7 @@ Hide code
147
385
  \>
148
386
  <p\>
149
387
  Current breakpoint:{' '}
150
- <CurrentBreakpoint />
388
+ <kn />
151
389
  . </p\>
152
390
  <p\>
153
391
  <pre\>
@@ -157,9 +395,109 @@ Hide code
157
395
  </p\>
158
396
  </IressPanel\>
159
397
 
160
- Copy
398
+ ```
399
+
400
+ #### Props
401
+
402
+ | Name | Description | Default | Control |
403
+ | --- | --- | --- | --- |
404
+ | background |
405
+ Panel background - controls the background style (set via the theme).
406
+
407
+ union
408
+
409
+
410
+
411
+ |
412
+
413
+ 'default'
414
+
415
+ | Set object |
416
+ | children |
417
+
418
+ Content to be grouped using a panel.
419
+
420
+ ReactNode
421
+
422
+
423
+
424
+ | \- | \- |
425
+ | noBorderRadius |
161
426
 
162
- ### [](#variable-padding)Variable padding
427
+ Setting to true will ignore the border radius set in the theme and set it to zero.
428
+
429
+ boolean
430
+
431
+
432
+
433
+ | \- | Set boolean |
434
+ | noGutter |
435
+
436
+ Removes bottom margin from last child of the panel element if true.
437
+
438
+ boolean
439
+
440
+
441
+
442
+ | \- | FalseTrue |
443
+ | padding |
444
+
445
+ Padding of the panel.
446
+
447
+ union
448
+
449
+
450
+
451
+ |
452
+
453
+ 'md'
454
+
455
+ |
456
+
457
+ RAW
458
+
459
+ padding :
460
+
461
+ {
462
+
463
+ * xs : "none"
464
+ * sm : "sm"
465
+ * md : "md"
466
+ * lg : "lg"
467
+
468
+ }
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+ |
477
+ | stretch |
478
+
479
+ If `true`, the panel background will fill the height of the container.
480
+
481
+ boolean
482
+
483
+
484
+
485
+ | \- | Set boolean |
486
+ | textAlign |
487
+
488
+ Text alignment for panel.
489
+
490
+ union
491
+
492
+
493
+
494
+ |
495
+
496
+ 'inherit'
497
+
498
+ | Set object |
499
+
500
+ ### Variable padding
163
501
 
164
502
  If you need finer control of a panel's padding, for example, you need different padding sizes on different axes, you can pass a `VariablePadding` object to the `padding` prop.
165
503
 
@@ -174,6 +512,8 @@ A VariablePadding object can consist of any of the following keys:
174
512
 
175
513
  Variable padding can also be passed as part of a responsive object.
176
514
 
515
+ [](./iframe.html?id=components-panel--variable-padding)
516
+
177
517
  Variable padding
178
518
  ----------------
179
519
 
@@ -204,11 +544,12 @@ padding={{
204
544
  }
205
545
  }}
206
546
 
207
- Hide code
208
-
209
- \[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; }
547
+ ```
210
548
 
211
- <IressStack gutter\="md"\>
549
+ <IressStack
550
+ ref\={undefined}
551
+ gutter\="md"
552
+ \>
212
553
  <IressPanel
213
554
  noGutter
214
555
  padding\={{
@@ -248,7 +589,7 @@ Hide code
248
589
  Responsive variable padding </h2\>
249
590
  <p\>
250
591
  Current breakpoint:{' '}
251
- <CurrentBreakpoint />
592
+ <kn />
252
593
  . </p\>
253
594
  <p\>
254
595
  <pre\>
@@ -259,14 +600,148 @@ Hide code
259
600
  </IressPanel\>
260
601
  </IressStack\>
261
602
 
262
- Copy
603
+ ```
604
+
605
+ #### Props
606
+
607
+ | Name | Description | Default | Control |
608
+ | --- | --- | --- | --- |
609
+ | background |
610
+ Panel background - controls the background style (set via the theme).
611
+
612
+ union
263
613
 
264
- ### [](#text-align)Text align
614
+
615
+
616
+ |
617
+
618
+ 'default'
619
+
620
+ | Set object |
621
+ | children |
622
+
623
+ Content to be grouped using a panel.
624
+
625
+ ReactNode
626
+
627
+
628
+
629
+ | \- | \- |
630
+ | noBorderRadius |
631
+
632
+ Setting to true will ignore the border radius set in the theme and set it to zero.
633
+
634
+ boolean
635
+
636
+
637
+
638
+ | \- | Set boolean |
639
+ | noGutter |
640
+
641
+ Removes bottom margin from last child of the panel element if true.
642
+
643
+ boolean
644
+
645
+
646
+
647
+ | \- | FalseTrue |
648
+ | padding |
649
+
650
+ Padding of the panel.
651
+
652
+ union
653
+
654
+
655
+
656
+ |
657
+
658
+ 'md'
659
+
660
+ |
661
+
662
+ RAW
663
+
664
+ padding :
665
+
666
+ {
667
+
668
+ * xs : "none"
669
+ * sm : "sm"
670
+ * md : "md"
671
+ * lg : "lg"
672
+
673
+ }
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+ |
682
+ | responsivePadding |
683
+
684
+ object
685
+
686
+
687
+
688
+ | \- |
689
+
690
+ RAW
691
+
692
+ responsivePadding :
693
+
694
+ {
695
+
696
+ * xs :
697
+
698
+ {...} 4 keys
699
+
700
+ * xl :
701
+
702
+ {...} 4 keys
703
+
704
+
705
+ }
706
+
707
+
708
+
709
+
710
+
711
+
712
+
713
+ |
714
+ | stretch |
715
+
716
+ If `true`, the panel background will fill the height of the container.
717
+
718
+ boolean
719
+
720
+
721
+
722
+ | \- | Set boolean |
723
+ | textAlign |
724
+
725
+ Text alignment for panel.
726
+
727
+ union
728
+
729
+
730
+
731
+ |
732
+
733
+ 'inherit'
734
+
735
+ | Set object |
736
+
737
+ ### Text align
265
738
 
266
739
  Text alignment can be set to `inherit`, `left`, `center`, `right` or `justify`.
267
740
 
268
741
  It's default value is `inherit`.
269
742
 
743
+ [](./iframe.html?id=components-panel--text-align)
744
+
270
745
  inherit
271
746
  -------
272
747
 
@@ -296,9 +771,7 @@ justify
296
771
 
297
772
  His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor.
298
773
 
299
- Hide code
300
-
301
- \[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; }
774
+ ```
302
775
 
303
776
  <IressStack gutter\="md"\>
304
777
  <IressPanel textAlign\="center"\>
@@ -327,17 +800,96 @@ Hide code
327
800
  His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor. </IressPanel\>
328
801
  </IressStack\>
329
802
 
330
- Copy
803
+ ```
804
+
805
+ #### Props
806
+
807
+ | Name | Description | Default | Control |
808
+ | --- | --- | --- | --- |
809
+ | background |
810
+ Panel background - controls the background style (set via the theme).
811
+
812
+ union
813
+
814
+
815
+
816
+ |
817
+
818
+ 'default'
819
+
820
+ | Set object |
821
+ | children |
822
+
823
+ Content to be grouped using a panel.
824
+
825
+ ReactNode
826
+
827
+
828
+
829
+ | \- | Choose option...nonetextparagraphsstory |
830
+ | noBorderRadius |
831
+
832
+ Setting to true will ignore the border radius set in the theme and set it to zero.
833
+
834
+ boolean
835
+
836
+
837
+
838
+ | \- | Set boolean |
839
+ | noGutter |
840
+
841
+ Removes bottom margin from last child of the panel element if true.
842
+
843
+ boolean
844
+
845
+
846
+
847
+ | \- | Set boolean |
848
+ | padding |
849
+
850
+ Padding of the panel.
851
+
852
+ union
853
+
854
+
855
+
856
+ |
857
+
858
+ 'md'
859
+
860
+ | Set object |
861
+ | stretch |
331
862
 
332
- ### [](#stretch)Stretch
863
+ If `true`, the panel background will fill the height of the container.
864
+
865
+ boolean
866
+
867
+
868
+
869
+ | \- | Set boolean |
870
+ | textAlign |
871
+
872
+ Text alignment for panel.
873
+
874
+ union
875
+
876
+
877
+
878
+ |
879
+
880
+ 'inherit'
881
+
882
+ | \- |
883
+
884
+ ### Stretch
333
885
 
334
886
  Panel can be set to fill its available container height by setting the `stretch` prop.
335
887
 
336
- His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor.
888
+ [](./iframe.html?id=components-panel--stretch)
337
889
 
338
- Hide code
890
+ His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor.
339
891
 
340
- \[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; }
892
+ ```
341
893
 
342
894
  <IressStack
343
895
  style\={{
@@ -348,33 +900,178 @@ Hide code
348
900
  His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor. </IressPanel\>
349
901
  </IressStack\>
350
902
 
351
- Copy
903
+ ```
904
+
905
+ #### Props
906
+
907
+ | Name | Description | Default | Control |
908
+ | --- | --- | --- | --- |
909
+ | background |
910
+ Panel background - controls the background style (set via the theme).
911
+
912
+ union
913
+
914
+
915
+
916
+ |
917
+
918
+ 'default'
919
+
920
+ | Set object |
921
+ | children |
922
+
923
+ Content to be grouped using a panel.
924
+
925
+ ReactNode
926
+
927
+
928
+
929
+ | \- | Choose option...nonetextparagraphsstory |
930
+ | noBorderRadius |
931
+
932
+ Setting to true will ignore the border radius set in the theme and set it to zero.
933
+
934
+ boolean
935
+
936
+
937
+
938
+ | \- | Set boolean |
939
+ | noGutter |
940
+
941
+ Removes bottom margin from last child of the panel element if true.
942
+
943
+ boolean
944
+
945
+
946
+
947
+ | \- | Set boolean |
948
+ | padding |
949
+
950
+ Padding of the panel.
951
+
952
+ union
953
+
954
+
955
+
956
+ |
957
+
958
+ 'md'
959
+
960
+ | Set object |
961
+ | stretch |
962
+
963
+ If `true`, the panel background will fill the height of the container.
964
+
965
+ boolean
966
+
967
+
968
+
969
+ | \- | FalseTrue |
970
+ | textAlign |
352
971
 
353
- ### [](#noborderradius)`noBorderRadius`
972
+ Text alignment for panel.
973
+
974
+ union
975
+
976
+
977
+
978
+ |
979
+
980
+ 'inherit'
981
+
982
+ | Set object |
983
+
984
+ ### `noBorderRadius`
354
985
 
355
986
  Panels can inherit the theme's border radius which may result in an undesirable look to those components that use panels internally such as slideouts. To remove rounding from all panels set the prop `noBorderRadius` to ensure all panels have a zero border radius.
356
987
 
357
- His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor.
988
+ [](./iframe.html?id=components-panel--no-border-radius)
358
989
 
359
- Hide code
990
+ His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor.
360
991
 
361
- \[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; }
992
+ ```
362
993
 
363
994
  <IressPanel noBorderRadius\>
364
995
  His head is gone, it is like it is been erased... Erased from existence. That was the day I invented time travel. I remember it vividly. I was standing on the edge of my toilet hanging a clock, the porces was wet, I slipped, hit my head on the edge of the sink. And when I came to I had a revelation, a picture, a picture in my head, a picture of this. This is what makes time travel possible. The flux capacitor.
365
996
  </IressPanel\>
366
997
 
367
- Copy
998
+ ```
999
+
1000
+ #### Props
1001
+
1002
+ | Name | Description | Default | Control |
1003
+ | --- | --- | --- | --- |
1004
+ | background |
1005
+ Panel background - controls the background style (set via the theme).
1006
+
1007
+ union
1008
+
1009
+
1010
+
1011
+ |
1012
+
1013
+ 'default'
1014
+
1015
+ | Set object |
1016
+ | children |
1017
+
1018
+ Content to be grouped using a panel.
1019
+
1020
+ ReactNode
1021
+
1022
+
1023
+
1024
+ | \- | Choose option...nonetextparagraphsstory |
1025
+ | noBorderRadius |
1026
+
1027
+ Setting to true will ignore the border radius set in the theme and set it to zero.
1028
+
1029
+ boolean
1030
+
1031
+
1032
+
1033
+ | \- | FalseTrue |
1034
+ | noGutter |
1035
+
1036
+ Removes bottom margin from last child of the panel element if true.
1037
+
1038
+ boolean
1039
+
1040
+
1041
+
1042
+ | \- | Set boolean |
1043
+ | padding |
1044
+
1045
+ Padding of the panel.
1046
+
1047
+ union
1048
+
1049
+
1050
+
1051
+ |
1052
+
1053
+ 'md'
1054
+
1055
+ | Set object |
1056
+ | stretch |
1057
+
1058
+ If `true`, the panel background will fill the height of the container.
1059
+
1060
+ boolean
1061
+
1062
+
1063
+
1064
+ | \- | Set boolean |
1065
+ | textAlign |
1066
+
1067
+ Text alignment for panel.
1068
+
1069
+ union
1070
+
1071
+
1072
+
1073
+ |
368
1074
 
369
- On this page
1075
+ 'inherit'
370
1076
 
371
- * [Overview](#overview)
372
- * [Props](#props)
373
- * [Examples](#examples)
374
- * [Background](#background)
375
- * [Padding](#padding)
376
- * [Responsive padding](#responsive-padding)
377
- * [Variable padding](#variable-padding)
378
- * [Text align](#text-align)
379
- * [Stretch](#stretch)
380
- * [noBorderRadius](#noborderradius)
1077
+ | Set object |