@cloudscape-design/components 3.0.401 → 3.0.403
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/app-layout/visual-refresh/context.d.ts.map +1 -1
- package/app-layout/visual-refresh/context.js +8 -4
- package/app-layout/visual-refresh/context.js.map +1 -1
- package/app-layout/visual-refresh/drawers.d.ts.map +1 -1
- package/app-layout/visual-refresh/drawers.js +10 -9
- package/app-layout/visual-refresh/drawers.js.map +1 -1
- package/app-layout/visual-refresh/main.d.ts.map +1 -1
- package/app-layout/visual-refresh/main.js +2 -1
- package/app-layout/visual-refresh/main.js.map +1 -1
- package/app-layout/visual-refresh/styles.css.js +76 -74
- package/app-layout/visual-refresh/styles.scoped.css +183 -177
- package/app-layout/visual-refresh/styles.selectors.js +76 -74
- package/container/internal.d.ts.map +1 -1
- package/container/internal.js +7 -3
- package/container/internal.js.map +1 -1
- package/expandable-section/expandable-section-container.d.ts +1 -4
- package/expandable-section/expandable-section-container.d.ts.map +1 -1
- package/expandable-section/expandable-section-container.js +5 -3
- package/expandable-section/expandable-section-container.js.map +1 -1
- package/expandable-section/index.d.ts.map +1 -1
- package/expandable-section/index.js +1 -13
- package/expandable-section/index.js.map +1 -1
- package/expandable-section/internal.d.ts +2 -3
- package/expandable-section/internal.d.ts.map +1 -1
- package/expandable-section/internal.js +2 -2
- package/expandable-section/internal.js.map +1 -1
- package/form/index.d.ts.map +1 -1
- package/form/index.js +6 -4
- package/form/index.js.map +1 -1
- package/internal/analytics/components/analytics-funnel.d.ts +2 -2
- package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
- package/internal/analytics/components/analytics-funnel.js +6 -4
- package/internal/analytics/components/analytics-funnel.js.map +1 -1
- package/internal/analytics/context/analytics-context.d.ts +1 -0
- package/internal/analytics/context/analytics-context.d.ts.map +1 -1
- package/internal/analytics/context/analytics-context.js +1 -0
- package/internal/analytics/context/analytics-context.js.map +1 -1
- package/internal/analytics/hooks/use-funnel.d.ts +1 -0
- package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
- package/internal/analytics/hooks/use-funnel.js +5 -1
- package/internal/analytics/hooks/use-funnel.js.map +1 -1
- package/internal/analytics/interfaces.d.ts +1 -0
- package/internal/analytics/interfaces.d.ts.map +1 -1
- package/internal/analytics/interfaces.js.map +1 -1
- package/internal/context/modal-context.d.ts +8 -0
- package/internal/context/modal-context.d.ts.map +1 -0
- package/internal/context/modal-context.js +9 -0
- package/internal/context/modal-context.js.map +1 -0
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/modal/internal.d.ts.map +1 -1
- package/modal/internal.js +23 -18
- package/modal/internal.js.map +1 -1
- package/package.json +1 -1
- package/pie-chart/styles.css.js +27 -27
- package/pie-chart/styles.scoped.css +60 -42
- package/pie-chart/styles.selectors.js +27 -27
- package/pie-chart/utils.d.ts.map +1 -1
- package/pie-chart/utils.js +2 -1
- package/pie-chart/utils.js.map +1 -1
- package/property-filter/controller.d.ts.map +1 -1
- package/property-filter/controller.js +3 -1
- package/property-filter/controller.js.map +1 -1
- package/property-filter/index.d.ts.map +1 -1
- package/property-filter/index.js +4 -2
- package/property-filter/index.js.map +1 -1
- package/property-filter/interfaces.d.ts +2 -1
- package/property-filter/interfaces.d.ts.map +1 -1
- package/property-filter/interfaces.js.map +1 -1
- package/property-filter/utils.d.ts +1 -1
- package/split-panel/side.d.ts.map +1 -1
- package/split-panel/side.js +0 -1
- package/split-panel/side.js.map +1 -1
- package/split-panel/styles.css.js +55 -56
- package/split-panel/styles.scoped.css +80 -84
- package/split-panel/styles.selectors.js +55 -56
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +4 -4
- package/table/internal.js.map +1 -1
|
@@ -186,31 +186,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
186
186
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
187
187
|
SPDX-License-Identifier: Apache-2.0
|
|
188
188
|
*/
|
|
189
|
-
.
|
|
189
|
+
.awsui_drawer_1r9lg_1ywdg_189.awsui_refresh_1r9lg_1ywdg_189:not(#\9) {
|
|
190
190
|
transition-duration: var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
|
|
191
191
|
transition-property: none;
|
|
192
192
|
}
|
|
193
193
|
@media (prefers-reduced-motion: reduce) {
|
|
194
|
-
.
|
|
194
|
+
.awsui_drawer_1r9lg_1ywdg_189.awsui_refresh_1r9lg_1ywdg_189:not(#\9) {
|
|
195
195
|
animation: none;
|
|
196
196
|
transition: none;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
.awsui-motion-disabled .
|
|
199
|
+
.awsui-motion-disabled .awsui_drawer_1r9lg_1ywdg_189.awsui_refresh_1r9lg_1ywdg_189:not(#\9), .awsui-mode-entering .awsui_drawer_1r9lg_1ywdg_189.awsui_refresh_1r9lg_1ywdg_189:not(#\9) {
|
|
200
200
|
animation: none;
|
|
201
201
|
transition: none;
|
|
202
202
|
}
|
|
203
|
-
.
|
|
203
|
+
.awsui_drawer_1r9lg_1ywdg_189.awsui_refresh_1r9lg_1ywdg_189.awsui_animating_1r9lg_1ywdg_203:not(#\9) {
|
|
204
204
|
transition-property: transform;
|
|
205
205
|
transition-timing-function: var(--motion-easing-refresh-only-a-8flf9q, cubic-bezier(0, 0, 0, 1));
|
|
206
206
|
}
|
|
207
207
|
@media (prefers-reduced-motion: reduce) {
|
|
208
|
-
.
|
|
208
|
+
.awsui_drawer_1r9lg_1ywdg_189.awsui_refresh_1r9lg_1ywdg_189.awsui_animating_1r9lg_1ywdg_203:not(#\9) {
|
|
209
209
|
animation: none;
|
|
210
210
|
transition: none;
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
|
-
.awsui-motion-disabled .
|
|
213
|
+
.awsui-motion-disabled .awsui_drawer_1r9lg_1ywdg_189.awsui_refresh_1r9lg_1ywdg_189.awsui_animating_1r9lg_1ywdg_203:not(#\9), .awsui-mode-entering .awsui_drawer_1r9lg_1ywdg_189.awsui_refresh_1r9lg_1ywdg_189.awsui_animating_1r9lg_1ywdg_203:not(#\9) {
|
|
214
214
|
animation: none;
|
|
215
215
|
transition: none;
|
|
216
216
|
}
|
|
@@ -223,72 +223,72 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
223
223
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
224
224
|
SPDX-License-Identifier: Apache-2.0
|
|
225
225
|
*/
|
|
226
|
-
.awsui_preference-icon--layout-
|
|
226
|
+
.awsui_preference-icon--layout-border_1r9lg_1ywdg_226:not(#\9) {
|
|
227
227
|
stroke: var(--color-background-home-header-2rudu7, #000716);
|
|
228
228
|
fill: var(--color-background-container-content-4un1ap, #ffffff);
|
|
229
229
|
}
|
|
230
|
-
.awsui_preference-icon--layout-
|
|
230
|
+
.awsui_preference-icon--layout-background_1r9lg_1ywdg_230:not(#\9) {
|
|
231
231
|
fill: var(--color-background-layout-main-nx09lr, #ffffff);
|
|
232
232
|
}
|
|
233
|
-
.awsui_preference-icon--layout-
|
|
233
|
+
.awsui_preference-icon--layout-header_1r9lg_1ywdg_233:not(#\9) {
|
|
234
234
|
fill: var(--color-background-home-header-2rudu7, #000716);
|
|
235
235
|
}
|
|
236
|
-
.awsui_preference-icon--
|
|
236
|
+
.awsui_preference-icon--border_1r9lg_1ywdg_236:not(#\9) {
|
|
237
237
|
stroke: var(--color-text-group-label-zuh0h0, #414d5c);
|
|
238
238
|
fill: var(--color-background-container-content-4un1ap, #ffffff);
|
|
239
239
|
}
|
|
240
|
-
.awsui_preference-icon--primary-
|
|
240
|
+
.awsui_preference-icon--primary-button_1r9lg_1ywdg_240:not(#\9) {
|
|
241
241
|
fill: var(--color-background-button-primary-default-jrg2xu, #0972d3);
|
|
242
242
|
}
|
|
243
|
-
.awsui_preference-icon--
|
|
243
|
+
.awsui_preference-icon--secondary_1r9lg_1ywdg_243:not(#\9) {
|
|
244
244
|
fill: var(--color-text-group-label-zuh0h0, #414d5c);
|
|
245
245
|
}
|
|
246
|
-
.awsui_preference-icon--disabled-
|
|
246
|
+
.awsui_preference-icon--disabled-element_1r9lg_1ywdg_246:not(#\9) {
|
|
247
247
|
fill: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
248
248
|
}
|
|
249
|
-
.awsui_preference-icon--
|
|
249
|
+
.awsui_preference-icon--separator_1r9lg_1ywdg_249:not(#\9) {
|
|
250
250
|
stroke: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
251
251
|
}
|
|
252
|
-
.awsui_preference-icon--focus-
|
|
252
|
+
.awsui_preference-icon--focus-text_1r9lg_1ywdg_252:not(#\9) {
|
|
253
253
|
fill: var(--color-text-interactive-default-lnx6lk, #414d5c);
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
.awsui_preference-icon-refresh--layout-
|
|
256
|
+
.awsui_preference-icon-refresh--layout-top_1r9lg_1ywdg_256:not(#\9) {
|
|
257
257
|
fill: var(--color-background-button-primary-disabled-31l9pn, #e9ebed);
|
|
258
258
|
}
|
|
259
|
-
.awsui_preference-icon-refresh--layout-
|
|
259
|
+
.awsui_preference-icon-refresh--layout-main_1r9lg_1ywdg_259:not(#\9) {
|
|
260
260
|
fill: var(--color-background-layout-main-nx09lr, #ffffff);
|
|
261
261
|
}
|
|
262
|
-
.awsui_preference-icon-refresh--
|
|
262
|
+
.awsui_preference-icon-refresh--primary_1r9lg_1ywdg_262:not(#\9) {
|
|
263
263
|
fill: var(--color-background-button-primary-default-jrg2xu, #0972d3);
|
|
264
264
|
}
|
|
265
|
-
.awsui_preference-icon-refresh--
|
|
265
|
+
.awsui_preference-icon-refresh--disabled_1r9lg_1ywdg_265:not(#\9) {
|
|
266
266
|
fill: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
267
267
|
}
|
|
268
|
-
.awsui_preference-icon-refresh--column-
|
|
268
|
+
.awsui_preference-icon-refresh--column-header_1r9lg_1ywdg_268:not(#\9) {
|
|
269
269
|
fill: var(--color-text-input-disabled-f8pjm5, #9ba7b6);
|
|
270
270
|
}
|
|
271
|
-
.awsui_preference-icon-refresh--
|
|
271
|
+
.awsui_preference-icon-refresh--window_1r9lg_1ywdg_271:not(#\9) {
|
|
272
272
|
stroke: var(--color-background-home-header-2rudu7, #000716);
|
|
273
273
|
fill: var(--color-background-container-content-4un1ap, #ffffff);
|
|
274
274
|
}
|
|
275
|
-
.awsui_preference-icon-refresh--
|
|
275
|
+
.awsui_preference-icon-refresh--secondary_1r9lg_1ywdg_275:not(#\9) {
|
|
276
276
|
fill: var(--color-text-body-secondary-so8znq, #414d5c);
|
|
277
277
|
}
|
|
278
|
-
.awsui_preference-icon-refresh--
|
|
278
|
+
.awsui_preference-icon-refresh--default_1r9lg_1ywdg_278:not(#\9) {
|
|
279
279
|
fill: var(--color-text-body-default-2sxhhn, #000716);
|
|
280
280
|
}
|
|
281
|
-
.awsui_preference-icon-refresh--
|
|
281
|
+
.awsui_preference-icon-refresh--separator_1r9lg_1ywdg_281:not(#\9) {
|
|
282
282
|
stroke: var(--color-border-divider-default-et9j7s, #e9ebed);
|
|
283
283
|
}
|
|
284
|
-
.awsui_preference-icon-refresh--input-
|
|
284
|
+
.awsui_preference-icon-refresh--input-default_1r9lg_1ywdg_284:not(#\9) {
|
|
285
285
|
fill: var(--color-border-input-default-1zl7hq, #7d8998);
|
|
286
286
|
}
|
|
287
|
-
.awsui_preference-icon-refresh--
|
|
287
|
+
.awsui_preference-icon-refresh--heading_1r9lg_1ywdg_287:not(#\9) {
|
|
288
288
|
fill: var(--color-text-heading-default-rtslvy, #000716);
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
.
|
|
291
|
+
.awsui_root_1r9lg_1ywdg_291:not(#\9) {
|
|
292
292
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
293
293
|
border-collapse: separate;
|
|
294
294
|
border-spacing: 0;
|
|
@@ -327,15 +327,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
327
327
|
-moz-osx-font-smoothing: auto;
|
|
328
328
|
}
|
|
329
329
|
|
|
330
|
-
.awsui_preferences-
|
|
330
|
+
.awsui_preferences-button_1r9lg_1ywdg_304:not(#\9) {
|
|
331
331
|
/* used in test-utils */
|
|
332
332
|
}
|
|
333
333
|
|
|
334
|
-
.awsui_close-
|
|
334
|
+
.awsui_close-button_1r9lg_1ywdg_308:not(#\9) {
|
|
335
335
|
/* used in test-utils */
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
.
|
|
338
|
+
.awsui_drawer_1r9lg_1ywdg_189:not(#\9) {
|
|
339
339
|
flex-shrink: 0;
|
|
340
340
|
position: relative;
|
|
341
341
|
min-width: 0;
|
|
@@ -343,32 +343,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
343
343
|
background-color: var(--color-background-layout-panel-content-t82vgh, #ffffff);
|
|
344
344
|
z-index: 840;
|
|
345
345
|
}
|
|
346
|
-
.awsui_drawer-
|
|
346
|
+
.awsui_drawer-closed_1r9lg_1ywdg_320:not(#\9) {
|
|
347
347
|
cursor: pointer;
|
|
348
348
|
min-width: 40px;
|
|
349
349
|
}
|
|
350
350
|
|
|
351
|
-
.awsui_drawer-content-
|
|
351
|
+
.awsui_drawer-content-side_1r9lg_1ywdg_325:not(#\9) {
|
|
352
352
|
display: flex;
|
|
353
353
|
align-items: center;
|
|
354
354
|
height: 100%;
|
|
355
355
|
overflow: auto;
|
|
356
356
|
}
|
|
357
|
-
.awsui_drawer-
|
|
357
|
+
.awsui_drawer-closed_1r9lg_1ywdg_320 > .awsui_drawer-content-side_1r9lg_1ywdg_325:not(#\9) {
|
|
358
358
|
width: 40px;
|
|
359
359
|
}
|
|
360
|
-
.awsui_drawer-
|
|
360
|
+
.awsui_drawer-closed_1r9lg_1ywdg_320 > .awsui_drawer-content-side_1r9lg_1ywdg_325:not(#\9):hover {
|
|
361
361
|
background: var(--color-background-layout-panel-hover-n9apd3, #e9ebed);
|
|
362
362
|
}
|
|
363
|
-
.awsui_drawer-content-
|
|
363
|
+
.awsui_drawer-content-side_1r9lg_1ywdg_325.awsui_refresh_1r9lg_1ywdg_189:not(#\9) {
|
|
364
364
|
border-right: var(--border-divider-section-width-8a5uu9, 2px) solid var(--color-border-divider-panel-side-qqne3x, #e9ebed);
|
|
365
365
|
box-sizing: border-box;
|
|
366
366
|
}
|
|
367
|
-
.awsui_drawer-content-
|
|
367
|
+
.awsui_drawer-content-side_1r9lg_1ywdg_325 > [aria-hidden=true]:not(#\9) {
|
|
368
368
|
display: none;
|
|
369
369
|
}
|
|
370
370
|
|
|
371
|
-
:not(#\9):not(.awsui_drawer-
|
|
371
|
+
:not(#\9):not(.awsui_drawer-closed_1r9lg_1ywdg_320) > .awsui_drawer-content-bottom_1r9lg_1ywdg_345 {
|
|
372
372
|
overflow-y: auto;
|
|
373
373
|
position: absolute;
|
|
374
374
|
top: 0;
|
|
@@ -377,7 +377,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
377
377
|
bottom: 0;
|
|
378
378
|
}
|
|
379
379
|
|
|
380
|
-
.awsui_position-
|
|
380
|
+
.awsui_position-bottom_1r9lg_1ywdg_354:not(#\9) {
|
|
381
381
|
position: fixed;
|
|
382
382
|
overflow-y: auto;
|
|
383
383
|
border-left: var(--border-divider-section-width-8a5uu9, 2px) solid var(--color-border-divider-panel-bottom-16n9vt, #e9ebed);
|
|
@@ -388,46 +388,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
388
388
|
SplitPanel is no longer in fixed position in the DOM.
|
|
389
389
|
*/
|
|
390
390
|
}
|
|
391
|
-
.awsui_position-
|
|
391
|
+
.awsui_position-bottom_1r9lg_1ywdg_354:not(#\9):not(.awsui_refresh_1r9lg_1ywdg_189) {
|
|
392
392
|
box-shadow: var(--shadow-split-bottom-5e389u, 0px -36px 36px -36px rgba(0, 7, 22, 0.1));
|
|
393
393
|
}
|
|
394
|
-
.awsui_position-
|
|
394
|
+
.awsui_position-bottom_1r9lg_1ywdg_354.awsui_drawer-closed_1r9lg_1ywdg_320:not(#\9) {
|
|
395
395
|
overflow: hidden;
|
|
396
396
|
}
|
|
397
|
-
.awsui_position-
|
|
397
|
+
.awsui_position-bottom_1r9lg_1ywdg_354.awsui_drawer-closed_1r9lg_1ywdg_320:not(#\9):hover {
|
|
398
398
|
background: var(--color-background-layout-panel-hover-n9apd3, #e9ebed);
|
|
399
399
|
}
|
|
400
|
-
.awsui_position-
|
|
400
|
+
.awsui_position-bottom_1r9lg_1ywdg_354 > .awsui_drawer-content-bottom_1r9lg_1ywdg_345 > [aria-hidden=true]:not(#\9) {
|
|
401
401
|
display: none;
|
|
402
402
|
}
|
|
403
|
-
.awsui_position-
|
|
403
|
+
.awsui_position-bottom_1r9lg_1ywdg_354.awsui_refresh_1r9lg_1ywdg_189:not(#\9) {
|
|
404
404
|
position: relative;
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
.awsui_position-
|
|
407
|
+
.awsui_position-side_1r9lg_1ywdg_381:not(#\9) {
|
|
408
408
|
border-top: none;
|
|
409
409
|
box-shadow: var(--shadow-split-side-ggdtnk, -1px 0px 1px 0px #e9ebed, -36px 6px 36px -36px rgba(0, 7, 22, 0.1));
|
|
410
410
|
height: 100%;
|
|
411
411
|
}
|
|
412
412
|
|
|
413
|
-
.
|
|
413
|
+
.awsui_slider_1r9lg_1ywdg_387:not(#\9) {
|
|
414
414
|
padding: 0;
|
|
415
415
|
cursor: ns-resize;
|
|
416
416
|
margin: 2px 0 0 0;
|
|
417
417
|
height: 16px;
|
|
418
418
|
touch-action: none;
|
|
419
419
|
}
|
|
420
|
-
.
|
|
420
|
+
.awsui_slider_1r9lg_1ywdg_387:not(#\9):focus {
|
|
421
421
|
outline: none;
|
|
422
422
|
}
|
|
423
|
-
body[data-awsui-focus-visible=true] .
|
|
423
|
+
body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1ywdg_387:not(#\9):focus {
|
|
424
424
|
position: relative;
|
|
425
425
|
}
|
|
426
|
-
body[data-awsui-focus-visible=true] .
|
|
426
|
+
body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1ywdg_387:not(#\9):focus {
|
|
427
427
|
outline: 2px dotted transparent;
|
|
428
428
|
outline-offset: calc(0px - 1px);
|
|
429
429
|
}
|
|
430
|
-
body[data-awsui-focus-visible=true] .
|
|
430
|
+
body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1ywdg_387:not(#\9):focus::before {
|
|
431
431
|
content: " ";
|
|
432
432
|
display: block;
|
|
433
433
|
position: absolute;
|
|
@@ -439,12 +439,12 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_swupw_387:not(#\9):focus
|
|
|
439
439
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
440
440
|
}
|
|
441
441
|
|
|
442
|
-
.awsui_slider-
|
|
442
|
+
.awsui_slider-side_1r9lg_1ywdg_416:not(#\9) {
|
|
443
443
|
cursor: ew-resize;
|
|
444
444
|
margin: 0 0 0 2px;
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
.awsui_slider-wrapper-
|
|
447
|
+
.awsui_slider-wrapper-bottom_1r9lg_1ywdg_421:not(#\9) {
|
|
448
448
|
position: absolute;
|
|
449
449
|
top: 0;
|
|
450
450
|
left: 0;
|
|
@@ -455,7 +455,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_swupw_387:not(#\9):focus
|
|
|
455
455
|
z-index: 2;
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
-
.awsui_slider-wrapper-
|
|
458
|
+
.awsui_slider-wrapper-side_1r9lg_1ywdg_432:not(#\9) {
|
|
459
459
|
position: absolute;
|
|
460
460
|
left: 0;
|
|
461
461
|
top: 0;
|
|
@@ -466,31 +466,31 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_swupw_387:not(#\9):focus
|
|
|
466
466
|
z-index: 1;
|
|
467
467
|
}
|
|
468
468
|
|
|
469
|
-
.awsui_open-
|
|
469
|
+
.awsui_open-button_1r9lg_1ywdg_443:not(#\9) {
|
|
470
470
|
/* used in test-utils */
|
|
471
471
|
}
|
|
472
472
|
|
|
473
|
-
.awsui_open-button-
|
|
473
|
+
.awsui_open-button-side_1r9lg_1ywdg_447:not(#\9) {
|
|
474
474
|
flex: 0 0 auto;
|
|
475
475
|
align-self: flex-start;
|
|
476
476
|
box-sizing: border-box;
|
|
477
477
|
margin: var(--space-xxs-p8yyaw, 4px) auto 0;
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
-
.awsui_slider-
|
|
480
|
+
.awsui_slider-icon_1r9lg_1ywdg_454:not(#\9) {
|
|
481
481
|
stroke: var(--color-text-interactive-default-lnx6lk, #414d5c);
|
|
482
482
|
}
|
|
483
|
-
.awsui_slider-
|
|
483
|
+
.awsui_slider-icon_1r9lg_1ywdg_454:not(#\9):hover {
|
|
484
484
|
stroke: var(--color-text-interactive-hover-mj8add, #000716);
|
|
485
485
|
}
|
|
486
|
-
.awsui_slider-icon-
|
|
486
|
+
.awsui_slider-icon-bottom_1r9lg_1ywdg_460:not(#\9) {
|
|
487
487
|
margin: auto;
|
|
488
488
|
}
|
|
489
|
-
.awsui_slider-icon-
|
|
489
|
+
.awsui_slider-icon-side_1r9lg_1ywdg_463:not(#\9) {
|
|
490
490
|
transform: rotate(90deg);
|
|
491
491
|
}
|
|
492
492
|
|
|
493
|
-
.awsui_pane-header-wrapper-
|
|
493
|
+
.awsui_pane-header-wrapper-bottom_1r9lg_1ywdg_467:not(#\9) {
|
|
494
494
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
495
495
|
position: sticky;
|
|
496
496
|
top: 0;
|
|
@@ -500,49 +500,49 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_swupw_387:not(#\9):focus
|
|
|
500
500
|
z-index: 1;
|
|
501
501
|
padding: 0 var(--space-scaled-2x-xxxl-eqb3m6, 40px);
|
|
502
502
|
}
|
|
503
|
-
.awsui_drawer-
|
|
503
|
+
.awsui_drawer-mobile_1r9lg_1ywdg_477 > .awsui_drawer-content-bottom_1r9lg_1ywdg_345 > .awsui_pane-header-wrapper-bottom_1r9lg_1ywdg_467:not(#\9) {
|
|
504
504
|
padding: 0 var(--space-l-t419sm, 20px);
|
|
505
505
|
}
|
|
506
|
-
.awsui_drawer-disable-content-
|
|
506
|
+
.awsui_drawer-disable-content-paddings_1r9lg_1ywdg_480 > .awsui_drawer-content-bottom_1r9lg_1ywdg_345 > .awsui_pane-header-wrapper-bottom_1r9lg_1ywdg_467:not(#\9) {
|
|
507
507
|
padding: 0 var(--space-l-t419sm, 20px);
|
|
508
508
|
}
|
|
509
|
-
:not(#\9):not(.awsui_drawer-
|
|
509
|
+
:not(#\9):not(.awsui_drawer-closed_1r9lg_1ywdg_320) > .awsui_drawer-content-bottom_1r9lg_1ywdg_345 > .awsui_pane-header-wrapper-bottom_1r9lg_1ywdg_467 {
|
|
510
510
|
background-color: var(--color-background-layout-panel-content-t82vgh, #ffffff);
|
|
511
511
|
border-bottom: var(--border-panel-header-width-6icr2m, 2px) solid var(--color-border-divider-default-et9j7s, #e9ebed);
|
|
512
512
|
}
|
|
513
513
|
|
|
514
|
-
.awsui_content-
|
|
514
|
+
.awsui_content-bottom_1r9lg_1ywdg_488:not(#\9) {
|
|
515
515
|
padding: 0 var(--space-scaled-2x-xxxl-eqb3m6, 40px);
|
|
516
516
|
margin-top: var(--space-panel-split-top-q1pux4, 20px);
|
|
517
517
|
position: relative;
|
|
518
518
|
z-index: 0;
|
|
519
519
|
}
|
|
520
|
-
.awsui_drawer-
|
|
520
|
+
.awsui_drawer-mobile_1r9lg_1ywdg_477 > .awsui_drawer-content-bottom_1r9lg_1ywdg_345 > .awsui_content-bottom_1r9lg_1ywdg_488:not(#\9) {
|
|
521
521
|
padding: 0 var(--space-l-t419sm, 20px);
|
|
522
522
|
}
|
|
523
|
-
.awsui_drawer-disable-content-
|
|
523
|
+
.awsui_drawer-disable-content-paddings_1r9lg_1ywdg_480 > .awsui_drawer-content-bottom_1r9lg_1ywdg_345 > .awsui_content-bottom_1r9lg_1ywdg_488:not(#\9) {
|
|
524
524
|
padding: 0;
|
|
525
525
|
}
|
|
526
526
|
|
|
527
|
-
.awsui_pane-bottom-center-
|
|
527
|
+
.awsui_pane-bottom-center-align_1r9lg_1ywdg_501:not(#\9) {
|
|
528
528
|
display: flex;
|
|
529
529
|
justify-content: center;
|
|
530
530
|
}
|
|
531
531
|
|
|
532
|
-
.awsui_pane-bottom-content-nav-
|
|
532
|
+
.awsui_pane-bottom-content-nav-padding_1r9lg_1ywdg_506:not(#\9) {
|
|
533
533
|
padding-left: calc(var(--space-layout-toggle-diameter-x54u6y, 40px) + 2 * var(--space-layout-toggle-padding-sgkxy2, 20px));
|
|
534
534
|
}
|
|
535
535
|
|
|
536
|
-
.awsui_pane-bottom-content-tools-
|
|
536
|
+
.awsui_pane-bottom-content-tools-padding_1r9lg_1ywdg_510:not(#\9) {
|
|
537
537
|
padding-right: calc(var(--space-layout-toggle-diameter-x54u6y, 40px) + 2 * var(--space-layout-toggle-padding-sgkxy2, 20px));
|
|
538
538
|
}
|
|
539
539
|
|
|
540
|
-
.awsui_content-bottom-max-
|
|
540
|
+
.awsui_content-bottom-max-width_1r9lg_1ywdg_514:not(#\9) {
|
|
541
541
|
flex-grow: 1;
|
|
542
542
|
max-width: 100%;
|
|
543
543
|
}
|
|
544
544
|
|
|
545
|
-
.awsui_content-
|
|
545
|
+
.awsui_content-side_1r9lg_1ywdg_519:not(#\9) {
|
|
546
546
|
flex: auto;
|
|
547
547
|
align-self: flex-start;
|
|
548
548
|
box-sizing: border-box;
|
|
@@ -553,40 +553,36 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_swupw_387:not(#\9):focus
|
|
|
553
553
|
right: 0;
|
|
554
554
|
height: 100%;
|
|
555
555
|
}
|
|
556
|
-
.awsui_content-
|
|
556
|
+
.awsui_content-side_1r9lg_1ywdg_519 > .awsui_pane-header-wrapper-side_1r9lg_1ywdg_530:not(#\9) {
|
|
557
557
|
padding: 0 var(--space-m-udix3p, 16px) 0 var(--space-panel-side-left-5t0who, 28px);
|
|
558
|
+
border-bottom: var(--border-panel-header-width-6icr2m, 2px) solid var(--color-border-divider-default-et9j7s, #e9ebed);
|
|
558
559
|
}
|
|
559
|
-
.awsui_content-
|
|
560
|
+
.awsui_content-side_1r9lg_1ywdg_519 > .awsui_pane-content-wrapper-side_1r9lg_1ywdg_534:not(#\9) {
|
|
560
561
|
padding: 0 var(--space-panel-side-right-xofg51, 24px) 0 var(--space-panel-side-left-5t0who, 28px);
|
|
561
562
|
margin-top: var(--space-panel-split-top-q1pux4, 20px);
|
|
562
563
|
}
|
|
563
564
|
|
|
564
|
-
.
|
|
565
|
+
.awsui_header_1r9lg_1ywdg_539:not(#\9) {
|
|
565
566
|
display: flex;
|
|
566
567
|
flex: auto;
|
|
567
568
|
flex-direction: row;
|
|
568
569
|
align-items: flex-start;
|
|
569
570
|
justify-content: space-between;
|
|
570
571
|
width: 100%;
|
|
571
|
-
margin: var(--
|
|
572
|
+
margin: var(--size-vertical-panel-icon-offset-wy8j08, 15px) 0;
|
|
572
573
|
}
|
|
573
|
-
.awsui_header-
|
|
574
|
+
.awsui_header-text_1r9lg_1ywdg_548:not(#\9) {
|
|
574
575
|
font-size: var(--font-panel-header-size-edjz3l, 18px);
|
|
575
576
|
line-height: var(--font-panel-header-line-height-kxi4u2, 22px);
|
|
576
577
|
font-weight: var(--font-weight-heading-l-f8711v, 700);
|
|
577
578
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
578
579
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
579
|
-
padding:
|
|
580
|
+
padding: 0;
|
|
580
581
|
margin: 0;
|
|
582
|
+
margin-top: calc(var(--space-scaled-xxs-7597g1, 4px) + 1px);
|
|
581
583
|
}
|
|
582
584
|
|
|
583
|
-
.awsui_header-
|
|
584
|
-
border: none;
|
|
585
|
-
border-top: var(--border-panel-header-width-6icr2m, 2px) solid var(--color-border-divider-default-et9j7s, #e9ebed);
|
|
586
|
-
margin-top: calc(-1 * var(--border-panel-header-width-6icr2m, 2px));
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
.awsui_header-actions_1r9lg_swupw_563:not(#\9) {
|
|
585
|
+
.awsui_header-actions_1r9lg_1ywdg_559:not(#\9) {
|
|
590
586
|
display: flex;
|
|
591
587
|
flex-direction: row;
|
|
592
588
|
justify-content: space-between;
|
|
@@ -594,7 +590,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_swupw_387:not(#\9):focus
|
|
|
594
590
|
margin-left: var(--space-xs-zb16t3, 8px);
|
|
595
591
|
}
|
|
596
592
|
|
|
597
|
-
.
|
|
593
|
+
.awsui_divider_1r9lg_1ywdg_567:not(#\9) {
|
|
598
594
|
border-right: var(--border-divider-section-width-8a5uu9, 2px) solid var(--color-border-divider-default-et9j7s, #e9ebed);
|
|
599
595
|
margin: var(--space-scaled-xxs-7597g1, 4px) var(--space-scaled-xs-26e2du, 8px);
|
|
600
596
|
}
|
|
@@ -2,61 +2,60 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"drawer": "
|
|
6
|
-
"refresh": "
|
|
7
|
-
"animating": "
|
|
8
|
-
"preference-icon--layout-border": "awsui_preference-icon--layout-
|
|
9
|
-
"preference-icon--layout-background": "awsui_preference-icon--layout-
|
|
10
|
-
"preference-icon--layout-header": "awsui_preference-icon--layout-
|
|
11
|
-
"preference-icon--border": "awsui_preference-icon--
|
|
12
|
-
"preference-icon--primary-button": "awsui_preference-icon--primary-
|
|
13
|
-
"preference-icon--secondary": "awsui_preference-icon--
|
|
14
|
-
"preference-icon--disabled-element": "awsui_preference-icon--disabled-
|
|
15
|
-
"preference-icon--separator": "awsui_preference-icon--
|
|
16
|
-
"preference-icon--focus-text": "awsui_preference-icon--focus-
|
|
17
|
-
"preference-icon-refresh--layout-top": "awsui_preference-icon-refresh--layout-
|
|
18
|
-
"preference-icon-refresh--layout-main": "awsui_preference-icon-refresh--layout-
|
|
19
|
-
"preference-icon-refresh--primary": "awsui_preference-icon-refresh--
|
|
20
|
-
"preference-icon-refresh--disabled": "awsui_preference-icon-refresh--
|
|
21
|
-
"preference-icon-refresh--column-header": "awsui_preference-icon-refresh--column-
|
|
22
|
-
"preference-icon-refresh--window": "awsui_preference-icon-refresh--
|
|
23
|
-
"preference-icon-refresh--secondary": "awsui_preference-icon-refresh--
|
|
24
|
-
"preference-icon-refresh--default": "awsui_preference-icon-refresh--
|
|
25
|
-
"preference-icon-refresh--separator": "awsui_preference-icon-refresh--
|
|
26
|
-
"preference-icon-refresh--input-default": "awsui_preference-icon-refresh--input-
|
|
27
|
-
"preference-icon-refresh--heading": "awsui_preference-icon-refresh--
|
|
28
|
-
"root": "
|
|
29
|
-
"preferences-button": "awsui_preferences-
|
|
30
|
-
"close-button": "awsui_close-
|
|
31
|
-
"drawer-closed": "awsui_drawer-
|
|
32
|
-
"drawer-content-side": "awsui_drawer-content-
|
|
33
|
-
"drawer-content-bottom": "awsui_drawer-content-
|
|
34
|
-
"position-bottom": "awsui_position-
|
|
35
|
-
"position-side": "awsui_position-
|
|
36
|
-
"slider": "
|
|
37
|
-
"slider-side": "awsui_slider-
|
|
38
|
-
"slider-wrapper-bottom": "awsui_slider-wrapper-
|
|
39
|
-
"slider-wrapper-side": "awsui_slider-wrapper-
|
|
40
|
-
"open-button": "awsui_open-
|
|
41
|
-
"open-button-side": "awsui_open-button-
|
|
42
|
-
"slider-icon": "awsui_slider-
|
|
43
|
-
"slider-icon-bottom": "awsui_slider-icon-
|
|
44
|
-
"slider-icon-side": "awsui_slider-icon-
|
|
45
|
-
"pane-header-wrapper-bottom": "awsui_pane-header-wrapper-
|
|
46
|
-
"drawer-mobile": "awsui_drawer-
|
|
47
|
-
"drawer-disable-content-paddings": "awsui_drawer-disable-content-
|
|
48
|
-
"content-bottom": "awsui_content-
|
|
49
|
-
"pane-bottom-center-align": "awsui_pane-bottom-center-
|
|
50
|
-
"pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-
|
|
51
|
-
"pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-
|
|
52
|
-
"content-bottom-max-width": "awsui_content-bottom-max-
|
|
53
|
-
"content-side": "awsui_content-
|
|
54
|
-
"pane-header-wrapper-side": "awsui_pane-header-wrapper-
|
|
55
|
-
"pane-content-wrapper-side": "awsui_pane-content-wrapper-
|
|
56
|
-
"header": "
|
|
57
|
-
"header-text": "awsui_header-
|
|
58
|
-
"header-
|
|
59
|
-
"
|
|
60
|
-
"divider": "awsui_divider_1r9lg_swupw_571"
|
|
5
|
+
"drawer": "awsui_drawer_1r9lg_1ywdg_189",
|
|
6
|
+
"refresh": "awsui_refresh_1r9lg_1ywdg_189",
|
|
7
|
+
"animating": "awsui_animating_1r9lg_1ywdg_203",
|
|
8
|
+
"preference-icon--layout-border": "awsui_preference-icon--layout-border_1r9lg_1ywdg_226",
|
|
9
|
+
"preference-icon--layout-background": "awsui_preference-icon--layout-background_1r9lg_1ywdg_230",
|
|
10
|
+
"preference-icon--layout-header": "awsui_preference-icon--layout-header_1r9lg_1ywdg_233",
|
|
11
|
+
"preference-icon--border": "awsui_preference-icon--border_1r9lg_1ywdg_236",
|
|
12
|
+
"preference-icon--primary-button": "awsui_preference-icon--primary-button_1r9lg_1ywdg_240",
|
|
13
|
+
"preference-icon--secondary": "awsui_preference-icon--secondary_1r9lg_1ywdg_243",
|
|
14
|
+
"preference-icon--disabled-element": "awsui_preference-icon--disabled-element_1r9lg_1ywdg_246",
|
|
15
|
+
"preference-icon--separator": "awsui_preference-icon--separator_1r9lg_1ywdg_249",
|
|
16
|
+
"preference-icon--focus-text": "awsui_preference-icon--focus-text_1r9lg_1ywdg_252",
|
|
17
|
+
"preference-icon-refresh--layout-top": "awsui_preference-icon-refresh--layout-top_1r9lg_1ywdg_256",
|
|
18
|
+
"preference-icon-refresh--layout-main": "awsui_preference-icon-refresh--layout-main_1r9lg_1ywdg_259",
|
|
19
|
+
"preference-icon-refresh--primary": "awsui_preference-icon-refresh--primary_1r9lg_1ywdg_262",
|
|
20
|
+
"preference-icon-refresh--disabled": "awsui_preference-icon-refresh--disabled_1r9lg_1ywdg_265",
|
|
21
|
+
"preference-icon-refresh--column-header": "awsui_preference-icon-refresh--column-header_1r9lg_1ywdg_268",
|
|
22
|
+
"preference-icon-refresh--window": "awsui_preference-icon-refresh--window_1r9lg_1ywdg_271",
|
|
23
|
+
"preference-icon-refresh--secondary": "awsui_preference-icon-refresh--secondary_1r9lg_1ywdg_275",
|
|
24
|
+
"preference-icon-refresh--default": "awsui_preference-icon-refresh--default_1r9lg_1ywdg_278",
|
|
25
|
+
"preference-icon-refresh--separator": "awsui_preference-icon-refresh--separator_1r9lg_1ywdg_281",
|
|
26
|
+
"preference-icon-refresh--input-default": "awsui_preference-icon-refresh--input-default_1r9lg_1ywdg_284",
|
|
27
|
+
"preference-icon-refresh--heading": "awsui_preference-icon-refresh--heading_1r9lg_1ywdg_287",
|
|
28
|
+
"root": "awsui_root_1r9lg_1ywdg_291",
|
|
29
|
+
"preferences-button": "awsui_preferences-button_1r9lg_1ywdg_304",
|
|
30
|
+
"close-button": "awsui_close-button_1r9lg_1ywdg_308",
|
|
31
|
+
"drawer-closed": "awsui_drawer-closed_1r9lg_1ywdg_320",
|
|
32
|
+
"drawer-content-side": "awsui_drawer-content-side_1r9lg_1ywdg_325",
|
|
33
|
+
"drawer-content-bottom": "awsui_drawer-content-bottom_1r9lg_1ywdg_345",
|
|
34
|
+
"position-bottom": "awsui_position-bottom_1r9lg_1ywdg_354",
|
|
35
|
+
"position-side": "awsui_position-side_1r9lg_1ywdg_381",
|
|
36
|
+
"slider": "awsui_slider_1r9lg_1ywdg_387",
|
|
37
|
+
"slider-side": "awsui_slider-side_1r9lg_1ywdg_416",
|
|
38
|
+
"slider-wrapper-bottom": "awsui_slider-wrapper-bottom_1r9lg_1ywdg_421",
|
|
39
|
+
"slider-wrapper-side": "awsui_slider-wrapper-side_1r9lg_1ywdg_432",
|
|
40
|
+
"open-button": "awsui_open-button_1r9lg_1ywdg_443",
|
|
41
|
+
"open-button-side": "awsui_open-button-side_1r9lg_1ywdg_447",
|
|
42
|
+
"slider-icon": "awsui_slider-icon_1r9lg_1ywdg_454",
|
|
43
|
+
"slider-icon-bottom": "awsui_slider-icon-bottom_1r9lg_1ywdg_460",
|
|
44
|
+
"slider-icon-side": "awsui_slider-icon-side_1r9lg_1ywdg_463",
|
|
45
|
+
"pane-header-wrapper-bottom": "awsui_pane-header-wrapper-bottom_1r9lg_1ywdg_467",
|
|
46
|
+
"drawer-mobile": "awsui_drawer-mobile_1r9lg_1ywdg_477",
|
|
47
|
+
"drawer-disable-content-paddings": "awsui_drawer-disable-content-paddings_1r9lg_1ywdg_480",
|
|
48
|
+
"content-bottom": "awsui_content-bottom_1r9lg_1ywdg_488",
|
|
49
|
+
"pane-bottom-center-align": "awsui_pane-bottom-center-align_1r9lg_1ywdg_501",
|
|
50
|
+
"pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-padding_1r9lg_1ywdg_506",
|
|
51
|
+
"pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-padding_1r9lg_1ywdg_510",
|
|
52
|
+
"content-bottom-max-width": "awsui_content-bottom-max-width_1r9lg_1ywdg_514",
|
|
53
|
+
"content-side": "awsui_content-side_1r9lg_1ywdg_519",
|
|
54
|
+
"pane-header-wrapper-side": "awsui_pane-header-wrapper-side_1r9lg_1ywdg_530",
|
|
55
|
+
"pane-content-wrapper-side": "awsui_pane-content-wrapper-side_1r9lg_1ywdg_534",
|
|
56
|
+
"header": "awsui_header_1r9lg_1ywdg_539",
|
|
57
|
+
"header-text": "awsui_header-text_1r9lg_1ywdg_548",
|
|
58
|
+
"header-actions": "awsui_header-actions_1r9lg_1ywdg_559",
|
|
59
|
+
"divider": "awsui_divider_1r9lg_1ywdg_567"
|
|
61
60
|
};
|
|
62
61
|
|
package/table/internal.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal.d.ts","sourceRoot":"lib/default/","sources":["table/internal.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAc,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"internal.d.ts","sourceRoot":"lib/default/","sources":["table/internal.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAc,MAAM,cAAc,CAAC;AA+C/D,eAAO,MAAM,sBAAsB,qBAWX,CAAC;AAEzB,QAAA,MAAM,aAAa,qBAwbK,CAAC;AAEzB,eAAe,aAAa,CAAC"}
|
package/table/internal.js
CHANGED
|
@@ -41,13 +41,13 @@ import { useFunnelSubStep } from '../internal/analytics/hooks/use-funnel';
|
|
|
41
41
|
const SELECTION_COLUMN_WIDTH = 54;
|
|
42
42
|
const selectionColumnId = Symbol('selection-column-id');
|
|
43
43
|
export const InternalTableAsSubstep = React.forwardRef((props, ref) => {
|
|
44
|
-
const {
|
|
45
|
-
const tableProps = Object.assign(Object.assign({}, props), {
|
|
44
|
+
const { funnelSubStepProps } = useFunnelSubStep();
|
|
45
|
+
const tableProps = Object.assign(Object.assign({}, props), { __funnelSubStepProps: funnelSubStepProps });
|
|
46
46
|
return React.createElement(InternalTable, Object.assign({}, tableProps, { ref: ref }));
|
|
47
47
|
});
|
|
48
48
|
const InternalTable = React.forwardRef((_a, ref) => {
|
|
49
49
|
var _b, _c, _d, _e, _f;
|
|
50
|
-
var { header, footer, empty, filter, pagination, preferences, items, columnDefinitions, trackBy, loading, loadingText, selectionType, selectedItems, isItemDisabled, ariaLabels, onSelectionChange, onSortingChange, sortingColumn, sortingDescending, sortingDisabled, visibleColumns, stickyHeader, stickyHeaderVerticalOffset, onRowClick, onRowContextMenu, wrapLines, stripedRows, contentDensity, submitEdit, onEditCancel, resizableColumns, onColumnWidthsChange, variant, __internalRootRef, totalItemsCount, firstIndex, renderAriaLive, stickyColumns, columnDisplay, __funnelSubStepProps
|
|
50
|
+
var { header, footer, empty, filter, pagination, preferences, items, columnDefinitions, trackBy, loading, loadingText, selectionType, selectedItems, isItemDisabled, ariaLabels, onSelectionChange, onSortingChange, sortingColumn, sortingDescending, sortingDisabled, visibleColumns, stickyHeader, stickyHeaderVerticalOffset, onRowClick, onRowContextMenu, wrapLines, stripedRows, contentDensity, submitEdit, onEditCancel, resizableColumns, onColumnWidthsChange, variant, __internalRootRef, totalItemsCount, firstIndex, renderAriaLive, stickyColumns, columnDisplay, __funnelSubStepProps } = _a, rest = __rest(_a, ["header", "footer", "empty", "filter", "pagination", "preferences", "items", "columnDefinitions", "trackBy", "loading", "loadingText", "selectionType", "selectedItems", "isItemDisabled", "ariaLabels", "onSelectionChange", "onSortingChange", "sortingColumn", "sortingDescending", "sortingDisabled", "visibleColumns", "stickyHeader", "stickyHeaderVerticalOffset", "onRowClick", "onRowContextMenu", "wrapLines", "stripedRows", "contentDensity", "submitEdit", "onEditCancel", "resizableColumns", "onColumnWidthsChange", "variant", "__internalRootRef", "totalItemsCount", "firstIndex", "renderAriaLive", "stickyColumns", "columnDisplay", "__funnelSubStepProps"]);
|
|
51
51
|
const baseProps = getBaseProps(rest);
|
|
52
52
|
stickyHeader = stickyHeader && supportsStickyPosition();
|
|
53
53
|
const isMobile = useMobile();
|
|
@@ -170,7 +170,7 @@ const InternalTable = React.forwardRef((_a, ref) => {
|
|
|
170
170
|
const totalColumnsCount = selectionType ? visibleColumnDefinitions.length + 1 : visibleColumnDefinitions.length;
|
|
171
171
|
return (React.createElement(LinkDefaultVariantContext.Provider, { value: { defaultVariant: 'primary' } },
|
|
172
172
|
React.createElement(ColumnWidthsProvider, { visibleColumns: visibleColumnWidthsWithSelection, resizableColumns: resizableColumns },
|
|
173
|
-
React.createElement(InternalContainer, Object.assign({}, baseProps, { __internalRootRef: __internalRootRef, className: clsx(baseProps.className, styles.root), __funnelSubStepProps: __funnelSubStepProps,
|
|
173
|
+
React.createElement(InternalContainer, Object.assign({}, baseProps, { __internalRootRef: __internalRootRef, className: clsx(baseProps.className, styles.root), __funnelSubStepProps: __funnelSubStepProps, header: React.createElement(React.Fragment, null,
|
|
174
174
|
hasHeader && (React.createElement("div", { ref: overlapElement, className: clsx(hasDynamicHeight && [styles['dark-header'], 'awsui-context-content-header']) },
|
|
175
175
|
React.createElement("div", { ref: toolsHeaderWrapper, className: clsx(styles['header-controls'], styles[`variant-${computedVariant}`]) },
|
|
176
176
|
React.createElement(CollectionLabelContext.Provider, { value: { assignId: setHeaderRef } },
|