@cloudscape-design/components 3.0.870 → 3.0.872
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/drawer/resizable-drawer.d.ts.map +1 -1
- package/app-layout/drawer/resizable-drawer.js +2 -3
- package/app-layout/drawer/resizable-drawer.js.map +1 -1
- package/app-layout/utils/use-focus-control.d.ts +1 -2
- package/app-layout/utils/use-focus-control.d.ts.map +1 -1
- package/app-layout/utils/use-focus-control.js +0 -2
- package/app-layout/utils/use-focus-control.js.map +1 -1
- package/app-layout/utils/use-resize.d.ts.map +1 -1
- package/app-layout/utils/use-resize.js +2 -3
- package/app-layout/utils/use-resize.js.map +1 -1
- package/app-layout/utils/use-split-panel-focus-control.d.ts +1 -2
- package/app-layout/utils/use-split-panel-focus-control.d.ts.map +1 -1
- package/app-layout/utils/use-split-panel-focus-control.js +0 -1
- package/app-layout/utils/use-split-panel-focus-control.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/global-drawer.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/global-drawer.js +2 -3
- package/app-layout/visual-refresh-toolbar/drawer/global-drawer.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/local-drawer.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/local-drawer.js +2 -3
- package/app-layout/visual-refresh-toolbar/drawer/local-drawer.js.map +1 -1
- package/button-group/index.d.ts.map +1 -1
- package/button-group/index.js +22 -1
- package/button-group/index.js.map +1 -1
- package/button-group/interfaces.d.ts +2 -1
- package/button-group/interfaces.d.ts.map +1 -1
- package/button-group/interfaces.js.map +1 -1
- package/collection-preferences/content-display/index.d.ts.map +1 -1
- package/collection-preferences/content-display/index.js +8 -5
- package/collection-preferences/content-display/index.js.map +1 -1
- package/container/styles.css.js +32 -31
- package/container/styles.scoped.css +57 -54
- package/container/styles.selectors.js +32 -31
- package/flashbar/internal/analytics.d.ts.map +1 -1
- package/flashbar/internal/analytics.js +1 -3
- package/flashbar/internal/analytics.js.map +1 -1
- package/internal/components/autosuggest-input/index.d.ts.map +1 -1
- package/internal/components/autosuggest-input/index.js +6 -0
- package/internal/components/autosuggest-input/index.js.map +1 -1
- package/internal/components/drag-handle/index.d.ts +2 -2
- package/internal/components/drag-handle/index.d.ts.map +1 -1
- package/internal/components/drag-handle/index.js +7 -3
- package/internal/components/drag-handle/index.js.map +1 -1
- package/internal/components/drag-handle/interfaces.d.ts +1 -1
- package/internal/components/drag-handle/interfaces.d.ts.map +1 -1
- package/internal/components/drag-handle/interfaces.js.map +1 -1
- package/internal/components/panel-resize-handle/icon.d.ts +5 -0
- package/internal/components/panel-resize-handle/icon.d.ts.map +1 -0
- package/internal/components/panel-resize-handle/icon.js +9 -0
- package/internal/components/panel-resize-handle/icon.js.map +1 -0
- package/internal/components/panel-resize-handle/index.d.ts +2 -4
- package/internal/components/panel-resize-handle/index.d.ts.map +1 -1
- package/internal/components/panel-resize-handle/index.js +5 -8
- package/internal/components/panel-resize-handle/index.js.map +1 -1
- package/internal/components/panel-resize-handle/styles.css.js +5 -2
- package/internal/components/panel-resize-handle/styles.scoped.css +191 -3
- package/internal/components/panel-resize-handle/styles.selectors.js +5 -2
- package/internal/components/sortable-area/index.d.ts +6 -0
- package/internal/components/sortable-area/index.d.ts.map +1 -0
- package/internal/components/{dnd-area → sortable-area}/index.js +34 -25
- package/internal/components/sortable-area/index.js.map +1 -0
- package/internal/components/sortable-area/interfaces.d.ts +42 -0
- package/internal/components/sortable-area/interfaces.d.ts.map +1 -0
- package/internal/components/sortable-area/interfaces.js.map +1 -0
- package/internal/components/sortable-area/keyboard-sensor/defaults.d.ts.map +1 -0
- package/internal/components/sortable-area/keyboard-sensor/defaults.js.map +1 -0
- package/internal/components/sortable-area/keyboard-sensor/index.d.ts.map +1 -0
- package/internal/components/sortable-area/keyboard-sensor/index.js.map +1 -0
- package/internal/components/sortable-area/keyboard-sensor/utilities/events.d.ts.map +1 -0
- package/internal/components/sortable-area/keyboard-sensor/utilities/events.js.map +1 -0
- package/internal/components/sortable-area/keyboard-sensor/utilities/listeners.d.ts.map +1 -0
- package/internal/components/sortable-area/keyboard-sensor/utilities/listeners.js.map +1 -0
- package/internal/components/sortable-area/keyboard-sensor/utilities/scroll.d.ts.map +1 -0
- package/internal/components/sortable-area/keyboard-sensor/utilities/scroll.js.map +1 -0
- package/internal/components/sortable-area/styles.css.js +13 -0
- package/internal/components/{dnd-area → sortable-area}/styles.scoped.css +17 -17
- package/internal/components/sortable-area/styles.selectors.js +14 -0
- package/internal/components/{dnd-area → sortable-area}/use-drag-and-drop-reorder.d.ts +4 -3
- package/internal/components/sortable-area/use-drag-and-drop-reorder.d.ts.map +1 -0
- package/internal/components/{dnd-area → sortable-area}/use-drag-and-drop-reorder.js +4 -4
- package/internal/components/sortable-area/use-drag-and-drop-reorder.js.map +1 -0
- package/internal/components/sortable-area/use-live-announcements.d.ts +13 -0
- package/internal/components/sortable-area/use-live-announcements.d.ts.map +1 -0
- package/internal/components/{dnd-area → sortable-area}/use-live-announcements.js +6 -6
- package/internal/components/sortable-area/use-live-announcements.js.map +1 -0
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/internal/metrics.d.ts +3 -0
- package/internal/metrics.d.ts.map +1 -0
- package/internal/metrics.js +6 -0
- package/internal/metrics.js.map +1 -0
- package/internal/plugins/api.d.ts.map +1 -1
- package/internal/plugins/api.js +4 -0
- package/internal/plugins/api.js.map +1 -1
- package/internal/plugins/controllers/alert-flash-content.d.ts.map +1 -1
- package/internal/plugins/controllers/alert-flash-content.js +2 -1
- package/internal/plugins/controllers/alert-flash-content.js.map +1 -1
- package/internal/plugins/controllers/drawers.d.ts.map +1 -1
- package/internal/plugins/controllers/drawers.js +7 -3
- package/internal/plugins/controllers/drawers.js.map +1 -1
- package/internal/plugins/helpers/metrics.d.ts +3 -0
- package/internal/plugins/helpers/metrics.d.ts.map +1 -0
- package/internal/plugins/helpers/metrics.js +15 -0
- package/internal/plugins/helpers/metrics.js.map +1 -0
- package/internal/plugins/helpers/use-discovered-content.d.ts.map +1 -1
- package/internal/plugins/helpers/use-discovered-content.js +2 -1
- package/internal/plugins/helpers/use-discovered-content.js.map +1 -1
- package/internal/utils/dom.d.ts +1 -0
- package/internal/utils/dom.d.ts.map +1 -1
- package/internal/utils/dom.js +8 -0
- package/internal/utils/dom.js.map +1 -1
- package/package.json +1 -1
- package/split-panel/implementation.d.ts.map +1 -1
- package/split-panel/implementation.js +6 -7
- package/split-panel/implementation.js.map +1 -1
- package/table/header-cell/styles.css.js +28 -26
- package/table/header-cell/styles.scoped.css +68 -65
- package/table/header-cell/styles.selectors.js +28 -26
- package/table/table-role/utils.d.ts.map +1 -1
- package/table/table-role/utils.js +4 -5
- package/table/table-role/utils.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/exports.d.ts +0 -6
- package/app-layout/visual-refresh-toolbar/exports.d.ts.map +0 -1
- package/app-layout/visual-refresh-toolbar/exports.js +0 -8
- package/app-layout/visual-refresh-toolbar/exports.js.map +0 -1
- package/internal/components/dnd-area/index.d.ts +0 -4
- package/internal/components/dnd-area/index.d.ts.map +0 -1
- package/internal/components/dnd-area/index.js.map +0 -1
- package/internal/components/dnd-area/interfaces.d.ts +0 -39
- package/internal/components/dnd-area/interfaces.d.ts.map +0 -1
- package/internal/components/dnd-area/interfaces.js.map +0 -1
- package/internal/components/dnd-area/keyboard-sensor/defaults.d.ts.map +0 -1
- package/internal/components/dnd-area/keyboard-sensor/defaults.js.map +0 -1
- package/internal/components/dnd-area/keyboard-sensor/index.d.ts.map +0 -1
- package/internal/components/dnd-area/keyboard-sensor/index.js.map +0 -1
- package/internal/components/dnd-area/keyboard-sensor/utilities/events.d.ts.map +0 -1
- package/internal/components/dnd-area/keyboard-sensor/utilities/events.js.map +0 -1
- package/internal/components/dnd-area/keyboard-sensor/utilities/listeners.d.ts.map +0 -1
- package/internal/components/dnd-area/keyboard-sensor/utilities/listeners.js.map +0 -1
- package/internal/components/dnd-area/keyboard-sensor/utilities/scroll.d.ts.map +0 -1
- package/internal/components/dnd-area/keyboard-sensor/utilities/scroll.js.map +0 -1
- package/internal/components/dnd-area/styles.css.js +0 -13
- package/internal/components/dnd-area/styles.selectors.js +0 -14
- package/internal/components/dnd-area/use-drag-and-drop-reorder.d.ts.map +0 -1
- package/internal/components/dnd-area/use-drag-and-drop-reorder.js.map +0 -1
- package/internal/components/dnd-area/use-live-announcements.d.ts +0 -12
- package/internal/components/dnd-area/use-live-announcements.d.ts.map +0 -1
- package/internal/components/dnd-area/use-live-announcements.js.map +0 -1
- /package/internal/components/{dnd-area → sortable-area}/interfaces.js +0 -0
- /package/internal/components/{dnd-area → sortable-area}/keyboard-sensor/defaults.d.ts +0 -0
- /package/internal/components/{dnd-area → sortable-area}/keyboard-sensor/defaults.js +0 -0
- /package/internal/components/{dnd-area → sortable-area}/keyboard-sensor/index.d.ts +0 -0
- /package/internal/components/{dnd-area → sortable-area}/keyboard-sensor/index.js +0 -0
- /package/internal/components/{dnd-area → sortable-area}/keyboard-sensor/utilities/events.d.ts +0 -0
- /package/internal/components/{dnd-area → sortable-area}/keyboard-sensor/utilities/events.js +0 -0
- /package/internal/components/{dnd-area → sortable-area}/keyboard-sensor/utilities/listeners.d.ts +0 -0
- /package/internal/components/{dnd-area → sortable-area}/keyboard-sensor/utilities/listeners.js +0 -0
- /package/internal/components/{dnd-area → sortable-area}/keyboard-sensor/utilities/scroll.d.ts +0 -0
- /package/internal/components/{dnd-area → sortable-area}/keyboard-sensor/utilities/scroll.js +0 -0
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"header-cell": "awsui_header-
|
|
5
|
-
"header-cell-fake-focus": "awsui_header-cell-fake-
|
|
6
|
-
"header-cell-sticky": "awsui_header-cell-
|
|
7
|
-
"header-cell-stuck": "awsui_header-cell-
|
|
8
|
-
"header-cell-variant-full-page": "awsui_header-cell-variant-full-
|
|
9
|
-
"header-cell-hidden": "awsui_header-cell-
|
|
10
|
-
"header-cell-
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"sticky-cell
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"header-cell-
|
|
23
|
-
"header-cell-
|
|
24
|
-
"header-cell-
|
|
25
|
-
"header-cell-
|
|
26
|
-
"header-cell-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
4
|
+
"header-cell": "awsui_header-cell_1spae_1c23e_149",
|
|
5
|
+
"header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1c23e_183",
|
|
6
|
+
"header-cell-sticky": "awsui_header-cell-sticky_1spae_1c23e_204",
|
|
7
|
+
"header-cell-stuck": "awsui_header-cell-stuck_1spae_1c23e_207",
|
|
8
|
+
"header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1c23e_207",
|
|
9
|
+
"header-cell-hidden": "awsui_header-cell-hidden_1spae_1c23e_213",
|
|
10
|
+
"header-cell-variant-embedded": "awsui_header-cell-variant-embedded_1spae_1c23e_216",
|
|
11
|
+
"is-visual-refresh": "awsui_is-visual-refresh_1spae_1c23e_216",
|
|
12
|
+
"header-cell-variant-borderless": "awsui_header-cell-variant-borderless_1spae_1c23e_216",
|
|
13
|
+
"header-cell-sortable": "awsui_header-cell-sortable_1spae_1c23e_219",
|
|
14
|
+
"sticky-cell": "awsui_sticky-cell_1spae_1c23e_222",
|
|
15
|
+
"sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_1c23e_240",
|
|
16
|
+
"has-selection": "awsui_has-selection_1spae_1c23e_240",
|
|
17
|
+
"sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_1spae_1c23e_243",
|
|
18
|
+
"resize-divider": "awsui_resize-divider_1spae_1c23e_248",
|
|
19
|
+
"sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_1spae_1c23e_255",
|
|
20
|
+
"sorting-icon": "awsui_sorting-icon_1spae_1c23e_265",
|
|
21
|
+
"edit-icon": "awsui_edit-icon_1spae_1c23e_273",
|
|
22
|
+
"header-cell-content": "awsui_header-cell-content_1spae_1c23e_279",
|
|
23
|
+
"header-cell-content-expandable": "awsui_header-cell-content-expandable_1spae_1c23e_285",
|
|
24
|
+
"header-cell-disabled": "awsui_header-cell-disabled_1spae_1c23e_337",
|
|
25
|
+
"header-cell-sorted": "awsui_header-cell-sorted_1spae_1c23e_337",
|
|
26
|
+
"header-cell-text": "awsui_header-cell-text_1spae_1c23e_351",
|
|
27
|
+
"header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1c23e_355",
|
|
28
|
+
"header-cell-ascending": "awsui_header-cell-ascending_1spae_1c23e_361",
|
|
29
|
+
"header-cell-descending": "awsui_header-cell-descending_1spae_1c23e_362",
|
|
30
|
+
"has-striped-rows": "awsui_has-striped-rows_1spae_1c23e_476",
|
|
31
|
+
"sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_1spae_1c23e_476"
|
|
30
32
|
};
|
|
31
33
|
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
*/
|
|
147
147
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
148
148
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
149
|
-
.awsui_header-
|
|
149
|
+
.awsui_header-cell_1spae_1c23e_149:not(#\9) {
|
|
150
150
|
position: relative;
|
|
151
151
|
text-align: start;
|
|
152
152
|
box-sizing: border-box;
|
|
@@ -159,14 +159,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
159
159
|
padding-block: var(--space-scaled-xxs-7597g1, 4px);
|
|
160
160
|
padding-inline: var(--space-scaled-xs-26e2du, 8px);
|
|
161
161
|
}
|
|
162
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
162
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149:not(#\9):focus {
|
|
163
163
|
position: relative;
|
|
164
164
|
}
|
|
165
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
165
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149:not(#\9):focus {
|
|
166
166
|
outline: 2px dotted transparent;
|
|
167
167
|
outline-offset: calc(calc(-1 * var(--space-scaled-xxs-7597g1, 4px)) - 1px);
|
|
168
168
|
}
|
|
169
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
169
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149:not(#\9):focus::before {
|
|
170
170
|
content: " ";
|
|
171
171
|
display: block;
|
|
172
172
|
position: absolute;
|
|
@@ -180,14 +180,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_15zfd_149:not(#\9):
|
|
|
180
180
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
181
181
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
182
182
|
}
|
|
183
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
183
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_header-cell-fake-focus_1spae_1c23e_183:not(#\9) {
|
|
184
184
|
position: relative;
|
|
185
185
|
}
|
|
186
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
186
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_header-cell-fake-focus_1spae_1c23e_183:not(#\9) {
|
|
187
187
|
outline: 2px dotted transparent;
|
|
188
188
|
outline-offset: calc(calc(-1 * var(--space-scaled-xxs-7597g1, 4px)) - 1px);
|
|
189
189
|
}
|
|
190
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
190
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_header-cell-fake-focus_1spae_1c23e_183:not(#\9)::before {
|
|
191
191
|
content: " ";
|
|
192
192
|
display: block;
|
|
193
193
|
position: absolute;
|
|
@@ -201,22 +201,25 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_15zfd_149.awsui_hea
|
|
|
201
201
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
202
202
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
203
203
|
}
|
|
204
|
-
.awsui_header-cell-
|
|
204
|
+
.awsui_header-cell-sticky_1spae_1c23e_204:not(#\9) {
|
|
205
205
|
border-block-end: var(--border-table-sticky-width-87kf12, 1px) solid var(--color-border-divider-default-cx07f2, #c6c6cd);
|
|
206
206
|
}
|
|
207
|
-
.awsui_header-cell-
|
|
207
|
+
.awsui_header-cell-stuck_1spae_1c23e_207:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_1c23e_207) {
|
|
208
208
|
border-block-end-color: transparent;
|
|
209
209
|
}
|
|
210
|
-
.awsui_header-cell-variant-full-
|
|
210
|
+
.awsui_header-cell-variant-full-page_1spae_1c23e_207:not(#\9) {
|
|
211
211
|
background: var(--color-background-layout-main-nqw91u, #ffffff);
|
|
212
212
|
}
|
|
213
|
-
.awsui_header-cell-variant-full-
|
|
213
|
+
.awsui_header-cell-variant-full-page_1spae_1c23e_207.awsui_header-cell-hidden_1spae_1c23e_213:not(#\9) {
|
|
214
214
|
border-block-end-color: transparent;
|
|
215
215
|
}
|
|
216
|
-
.awsui_header-
|
|
216
|
+
.awsui_header-cell-variant-embedded_1spae_1c23e_216.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):not(.awsui_header-cell-sticky_1spae_1c23e_204), .awsui_header-cell-variant-borderless_1spae_1c23e_216.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):not(.awsui_header-cell-sticky_1spae_1c23e_204) {
|
|
217
|
+
background: none;
|
|
218
|
+
}
|
|
219
|
+
.awsui_header-cell_1spae_1c23e_149:not(#\9):last-child, .awsui_header-cell_1spae_1c23e_149.awsui_header-cell-sortable_1spae_1c23e_219:not(#\9) {
|
|
217
220
|
padding-inline-end: var(--space-xs-zb16t3, 8px);
|
|
218
221
|
}
|
|
219
|
-
.awsui_header-
|
|
222
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_sticky-cell_1spae_1c23e_222:not(#\9) {
|
|
220
223
|
position: sticky;
|
|
221
224
|
background: var(--color-background-table-header-inc72b, #ffffff);
|
|
222
225
|
z-index: 798;
|
|
@@ -225,41 +228,41 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_15zfd_149.awsui_hea
|
|
|
225
228
|
transition-timing-function: var(--motion-easing-sticky-56u8cd, cubic-bezier(1, 0, 0.83, 1));
|
|
226
229
|
}
|
|
227
230
|
@media (prefers-reduced-motion: reduce) {
|
|
228
|
-
.awsui_header-
|
|
231
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_sticky-cell_1spae_1c23e_222:not(#\9) {
|
|
229
232
|
animation: none;
|
|
230
233
|
transition: none;
|
|
231
234
|
}
|
|
232
235
|
}
|
|
233
|
-
.awsui-motion-disabled .awsui_header-
|
|
236
|
+
.awsui-motion-disabled .awsui_header-cell_1spae_1c23e_149.awsui_sticky-cell_1spae_1c23e_222:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_1c23e_149.awsui_sticky-cell_1spae_1c23e_222:not(#\9) {
|
|
234
237
|
animation: none;
|
|
235
238
|
transition: none;
|
|
236
239
|
}
|
|
237
|
-
.awsui_header-
|
|
240
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_sticky-cell-pad-left_1spae_1c23e_240:not(#\9):not(.awsui_has-selection_1spae_1c23e_240) {
|
|
238
241
|
padding-inline-start: var(--space-table-horizontal-8davlm, 20px);
|
|
239
242
|
}
|
|
240
|
-
.awsui_header-
|
|
243
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_sticky-cell-last-inline-start_1spae_1c23e_243:not(#\9) {
|
|
241
244
|
box-shadow: var(--shadow-sticky-column-first-039dqs, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
|
|
242
245
|
clip-path: inset(0px -24px 0px 0px);
|
|
243
246
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
244
247
|
}
|
|
245
|
-
.awsui_header-
|
|
248
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_sticky-cell-last-inline-start_1spae_1c23e_243 > .awsui_resize-divider_1spae_1c23e_248:not(#\9) {
|
|
246
249
|
display: none;
|
|
247
250
|
}
|
|
248
|
-
.awsui_header-
|
|
251
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_sticky-cell-last-inline-start_1spae_1c23e_243:not(#\9):dir(rtl) {
|
|
249
252
|
box-shadow: var(--shadow-sticky-column-last-n170vw, -4px 0 8px 1px rgba(0, 28, 36, 0.1));
|
|
250
253
|
clip-path: inset(0 0 0 -24px);
|
|
251
254
|
}
|
|
252
|
-
.awsui_header-
|
|
255
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_sticky-cell-last-inline-end_1spae_1c23e_255:not(#\9) {
|
|
253
256
|
box-shadow: var(--shadow-sticky-column-last-n170vw, -4px 0 8px 1px rgba(0, 28, 36, 0.1));
|
|
254
257
|
clip-path: inset(0 0 0 -24px);
|
|
255
258
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
256
259
|
}
|
|
257
|
-
.awsui_header-
|
|
260
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_sticky-cell-last-inline-end_1spae_1c23e_255:not(#\9):dir(rtl) {
|
|
258
261
|
box-shadow: var(--shadow-sticky-column-first-039dqs, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
|
|
259
262
|
clip-path: inset(0 -24px 0 0);
|
|
260
263
|
}
|
|
261
264
|
|
|
262
|
-
.awsui_sorting-
|
|
265
|
+
.awsui_sorting-icon_1spae_1c23e_265:not(#\9) {
|
|
263
266
|
position: absolute;
|
|
264
267
|
inset-block-start: 50%;
|
|
265
268
|
transform: translateY(-50%);
|
|
@@ -267,36 +270,36 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_15zfd_149.awsui_hea
|
|
|
267
270
|
color: var(--color-text-column-sorting-icon-4y2if8, #424650);
|
|
268
271
|
}
|
|
269
272
|
|
|
270
|
-
.awsui_edit-
|
|
273
|
+
.awsui_edit-icon_1spae_1c23e_273:not(#\9) {
|
|
271
274
|
margin-inline-start: var(--space-xxs-p8yyaw, 4px);
|
|
272
275
|
margin-block-start: var(--space-scaled-xxs-7597g1, 4px);
|
|
273
276
|
color: inherit;
|
|
274
277
|
}
|
|
275
278
|
|
|
276
|
-
.awsui_header-cell-
|
|
279
|
+
.awsui_header-cell-content_1spae_1c23e_279:not(#\9) {
|
|
277
280
|
position: relative;
|
|
278
281
|
padding-block: var(--space-scaled-xxs-7597g1, 4px);
|
|
279
282
|
padding-inline-end: var(--space-s-34lx8l, 12px);
|
|
280
283
|
padding-inline-start: var(--space-s-34lx8l, 12px);
|
|
281
284
|
}
|
|
282
|
-
.awsui_header-cell-
|
|
285
|
+
.awsui_header-cell-content_1spae_1c23e_279.awsui_header-cell-content-expandable_1spae_1c23e_285:not(#\9) {
|
|
283
286
|
padding-inline-start: calc(var(--space-s-34lx8l, 12px) + var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px));
|
|
284
287
|
}
|
|
285
|
-
.awsui_header-cell-
|
|
288
|
+
.awsui_header-cell-sortable_1spae_1c23e_219 > .awsui_header-cell-content_1spae_1c23e_279:not(#\9) {
|
|
286
289
|
padding-inline-end: calc(var(--space-xl-lmui9r, 24px) + var(--space-xxs-p8yyaw, 4px));
|
|
287
290
|
}
|
|
288
|
-
.awsui_header-cell-
|
|
291
|
+
.awsui_header-cell-content_1spae_1c23e_279:not(#\9):focus {
|
|
289
292
|
outline: none;
|
|
290
293
|
text-decoration: none;
|
|
291
294
|
}
|
|
292
|
-
body[data-awsui-focus-visible=true] .awsui_header-cell-
|
|
295
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1c23e_279:not(#\9):focus {
|
|
293
296
|
position: relative;
|
|
294
297
|
}
|
|
295
|
-
body[data-awsui-focus-visible=true] .awsui_header-cell-
|
|
298
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1c23e_279:not(#\9):focus {
|
|
296
299
|
outline: 2px dotted transparent;
|
|
297
300
|
outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-7js4en, 0px)) - 1px);
|
|
298
301
|
}
|
|
299
|
-
body[data-awsui-focus-visible=true] .awsui_header-cell-
|
|
302
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1c23e_279:not(#\9):focus::before {
|
|
300
303
|
content: " ";
|
|
301
304
|
display: block;
|
|
302
305
|
position: absolute;
|
|
@@ -310,14 +313,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_15zfd_276:n
|
|
|
310
313
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
311
314
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
312
315
|
}
|
|
313
|
-
body[data-awsui-focus-visible=true] .awsui_header-cell-
|
|
316
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1c23e_279.awsui_header-cell-fake-focus_1spae_1c23e_183:not(#\9) {
|
|
314
317
|
position: relative;
|
|
315
318
|
}
|
|
316
|
-
body[data-awsui-focus-visible=true] .awsui_header-cell-
|
|
319
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1c23e_279.awsui_header-cell-fake-focus_1spae_1c23e_183:not(#\9) {
|
|
317
320
|
outline: 2px dotted transparent;
|
|
318
321
|
outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-7js4en, 0px)) - 1px);
|
|
319
322
|
}
|
|
320
|
-
body[data-awsui-focus-visible=true] .awsui_header-cell-
|
|
323
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1c23e_279.awsui_header-cell-fake-focus_1spae_1c23e_183:not(#\9)::before {
|
|
321
324
|
content: " ";
|
|
322
325
|
display: block;
|
|
323
326
|
position: absolute;
|
|
@@ -331,32 +334,32 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_15zfd_276.a
|
|
|
331
334
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
332
335
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
333
336
|
}
|
|
334
|
-
.awsui_header-cell-
|
|
337
|
+
.awsui_header-cell-disabled_1spae_1c23e_337.awsui_header-cell-sorted_1spae_1c23e_337 > .awsui_header-cell-content_1spae_1c23e_279 > .awsui_sorting-icon_1spae_1c23e_265:not(#\9) {
|
|
335
338
|
color: var(--color-text-interactive-disabled-f5b4z5, #b4b4bb);
|
|
336
339
|
}
|
|
337
340
|
|
|
338
|
-
.awsui_header-cell-
|
|
341
|
+
.awsui_header-cell-sortable_1spae_1c23e_219:not(#\9):not(.awsui_header-cell-disabled_1spae_1c23e_337) > .awsui_header-cell-content_1spae_1c23e_279 {
|
|
339
342
|
cursor: pointer;
|
|
340
343
|
}
|
|
341
|
-
.awsui_header-cell-
|
|
344
|
+
.awsui_header-cell-sortable_1spae_1c23e_219:not(#\9):not(.awsui_header-cell-disabled_1spae_1c23e_337) > .awsui_header-cell-content_1spae_1c23e_279:hover, .awsui_header-cell-sortable_1spae_1c23e_219:not(#\9):not(.awsui_header-cell-disabled_1spae_1c23e_337).awsui_header-cell-sorted_1spae_1c23e_337 > .awsui_header-cell-content_1spae_1c23e_279 {
|
|
342
345
|
color: var(--color-text-interactive-active-j6vw94, #0f141a);
|
|
343
346
|
}
|
|
344
|
-
.awsui_header-cell-
|
|
347
|
+
.awsui_header-cell-sortable_1spae_1c23e_219:not(#\9):not(.awsui_header-cell-disabled_1spae_1c23e_337) > .awsui_header-cell-content_1spae_1c23e_279:hover > .awsui_sorting-icon_1spae_1c23e_265, .awsui_header-cell-sortable_1spae_1c23e_219:not(#\9):not(.awsui_header-cell-disabled_1spae_1c23e_337).awsui_header-cell-sorted_1spae_1c23e_337 > .awsui_header-cell-content_1spae_1c23e_279 > .awsui_sorting-icon_1spae_1c23e_265 {
|
|
345
348
|
color: var(--color-text-interactive-active-j6vw94, #0f141a);
|
|
346
349
|
}
|
|
347
350
|
|
|
348
|
-
.awsui_header-cell-
|
|
351
|
+
.awsui_header-cell-text_1spae_1c23e_351:not(#\9) {
|
|
349
352
|
line-height: var(--line-height-heading-xs-aeleja, 18px);
|
|
350
353
|
padding-block: calc(var(--space-xxxs-zbmxqb, 2px) / 2);
|
|
351
354
|
}
|
|
352
|
-
.awsui_header-cell-
|
|
355
|
+
.awsui_header-cell-text_1spae_1c23e_351:not(#\9):not(.awsui_header-cell-text-wrap_1spae_1c23e_355) {
|
|
353
356
|
white-space: nowrap;
|
|
354
357
|
overflow: hidden;
|
|
355
358
|
text-overflow: ellipsis;
|
|
356
359
|
}
|
|
357
360
|
|
|
358
|
-
.awsui_header-cell-
|
|
359
|
-
.awsui_header-cell-
|
|
361
|
+
.awsui_header-cell-ascending_1spae_1c23e_361:not(#\9),
|
|
362
|
+
.awsui_header-cell-descending_1spae_1c23e_362:not(#\9) {
|
|
360
363
|
/* used in test-utils */
|
|
361
364
|
}
|
|
362
365
|
|
|
@@ -366,28 +369,28 @@ with the left edge of the table as closely as possible. If the
|
|
|
366
369
|
last header cell is sortable the sort icon should align with the
|
|
367
370
|
settings icon in the pagination slot.
|
|
368
371
|
*/
|
|
369
|
-
.awsui_header-
|
|
372
|
+
.awsui_header-cell_1spae_1c23e_149:not(#\9):not(.awsui_is-visual-refresh_1spae_1c23e_216):first-child {
|
|
370
373
|
padding-inline-start: var(--space-xs-zb16t3, 8px);
|
|
371
374
|
}
|
|
372
|
-
.awsui_header-
|
|
375
|
+
.awsui_header-cell_1spae_1c23e_149:not(#\9):not(.awsui_is-visual-refresh_1spae_1c23e_216):first-child.awsui_header-cell-content-expandable_1spae_1c23e_285 {
|
|
373
376
|
padding-inline-start: calc(var(--space-xs-zb16t3, 8px) + var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px));
|
|
374
377
|
}
|
|
375
378
|
|
|
376
|
-
.awsui_header-
|
|
379
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9) {
|
|
377
380
|
/*
|
|
378
381
|
Striped rows requires additional left padding because the
|
|
379
382
|
shaded background makes the child content appear too close
|
|
380
383
|
to the table edge.
|
|
381
384
|
*/
|
|
382
385
|
}
|
|
383
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
386
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child:focus {
|
|
384
387
|
position: relative;
|
|
385
388
|
}
|
|
386
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
389
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child:focus {
|
|
387
390
|
outline: 2px dotted transparent;
|
|
388
391
|
outline-offset: calc(calc(-1 * var(--space-scaled-xxs-7597g1, 4px) + var(--space-scaled-xxs-7597g1, 4px)) - 1px);
|
|
389
392
|
}
|
|
390
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
393
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child:focus::before {
|
|
391
394
|
content: " ";
|
|
392
395
|
display: block;
|
|
393
396
|
position: absolute;
|
|
@@ -401,14 +404,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_15zfd_149.awsui_is-
|
|
|
401
404
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
402
405
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
403
406
|
}
|
|
404
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
407
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_1c23e_183 {
|
|
405
408
|
position: relative;
|
|
406
409
|
}
|
|
407
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
410
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_1c23e_183 {
|
|
408
411
|
outline: 2px dotted transparent;
|
|
409
412
|
outline-offset: calc(calc(-1 * var(--space-scaled-xxs-7597g1, 4px) + var(--space-scaled-xxs-7597g1, 4px)) - 1px);
|
|
410
413
|
}
|
|
411
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
414
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_1c23e_183::before {
|
|
412
415
|
content: " ";
|
|
413
416
|
display: block;
|
|
414
417
|
position: absolute;
|
|
@@ -422,20 +425,20 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_15zfd_149.awsui_is-
|
|
|
422
425
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
423
426
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
424
427
|
}
|
|
425
|
-
.awsui_header-
|
|
428
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child > .awsui_header-cell-content_1spae_1c23e_279 {
|
|
426
429
|
padding-inline-start: 0px;
|
|
427
430
|
}
|
|
428
|
-
.awsui_header-
|
|
431
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child > .awsui_header-cell-content_1spae_1c23e_279.awsui_header-cell-content-expandable_1spae_1c23e_285 {
|
|
429
432
|
padding-inline-start: calc(0px + var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px));
|
|
430
433
|
}
|
|
431
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
434
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child > .awsui_header-cell-content_1spae_1c23e_279:focus {
|
|
432
435
|
position: relative;
|
|
433
436
|
}
|
|
434
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
437
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child > .awsui_header-cell-content_1spae_1c23e_279:focus {
|
|
435
438
|
outline: 2px dotted transparent;
|
|
436
439
|
outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-7js4en, 0px) + var(--space-scaled-xxs-7597g1, 4px)) - 1px);
|
|
437
440
|
}
|
|
438
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
441
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child > .awsui_header-cell-content_1spae_1c23e_279:focus::before {
|
|
439
442
|
content: " ";
|
|
440
443
|
display: block;
|
|
441
444
|
position: absolute;
|
|
@@ -449,14 +452,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_15zfd_149.awsui_is-
|
|
|
449
452
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
450
453
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
451
454
|
}
|
|
452
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
455
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child > .awsui_header-cell-content_1spae_1c23e_279.awsui_header-cell-fake-focus_1spae_1c23e_183 {
|
|
453
456
|
position: relative;
|
|
454
457
|
}
|
|
455
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
458
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child > .awsui_header-cell-content_1spae_1c23e_279.awsui_header-cell-fake-focus_1spae_1c23e_183 {
|
|
456
459
|
outline: 2px dotted transparent;
|
|
457
460
|
outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-7js4en, 0px) + var(--space-scaled-xxs-7597g1, 4px)) - 1px);
|
|
458
461
|
}
|
|
459
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
462
|
+
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child > .awsui_header-cell-content_1spae_1c23e_279.awsui_header-cell-fake-focus_1spae_1c23e_183::before {
|
|
460
463
|
content: " ";
|
|
461
464
|
display: block;
|
|
462
465
|
position: absolute;
|
|
@@ -470,24 +473,24 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_15zfd_149.awsui_is-
|
|
|
470
473
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
471
474
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
472
475
|
}
|
|
473
|
-
.awsui_header-
|
|
476
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1c23e_476):not(.awsui_sticky-cell-pad-inline-start_1spae_1c23e_476) {
|
|
474
477
|
padding-inline-start: var(--space-xxxs-zbmxqb, 2px);
|
|
475
478
|
}
|
|
476
|
-
.awsui_header-
|
|
479
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1c23e_476):not(.awsui_sticky-cell-pad-inline-start_1spae_1c23e_476).awsui_header-cell-content-expandable_1spae_1c23e_285 {
|
|
477
480
|
padding-inline-start: calc(var(--space-xxxs-zbmxqb, 2px) + var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px));
|
|
478
481
|
}
|
|
479
|
-
.awsui_header-
|
|
482
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child.awsui_has-striped-rows_1spae_1c23e_476:not(.awsui_sticky-cell-pad-inline-start_1spae_1c23e_476) {
|
|
480
483
|
padding-inline-start: var(--space-xxs-p8yyaw, 4px);
|
|
481
484
|
}
|
|
482
|
-
.awsui_header-
|
|
485
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):first-child.awsui_has-striped-rows_1spae_1c23e_476:not(.awsui_sticky-cell-pad-inline-start_1spae_1c23e_476).awsui_header-cell-content-expandable_1spae_1c23e_285 {
|
|
483
486
|
padding-inline-start: calc(var(--space-xxs-p8yyaw, 4px) + var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px));
|
|
484
487
|
}
|
|
485
|
-
.awsui_header-
|
|
488
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216:not(#\9):last-child.awsui_header-cell-sortable_1spae_1c23e_219 {
|
|
486
489
|
padding-inline-end: var(--space-xxxs-zbmxqb, 2px);
|
|
487
490
|
}
|
|
488
|
-
.awsui_header-
|
|
491
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216.awsui_sticky-cell-pad-inline-start_1spae_1c23e_476:not(#\9) {
|
|
489
492
|
padding-inline-start: var(--space-scaled-l-0hpmd7, 20px);
|
|
490
493
|
}
|
|
491
|
-
.awsui_header-
|
|
494
|
+
.awsui_header-cell_1spae_1c23e_149.awsui_is-visual-refresh_1spae_1c23e_216.awsui_sticky-cell-pad-inline-start_1spae_1c23e_476.awsui_header-cell-content-expandable_1spae_1c23e_285:not(#\9) {
|
|
492
495
|
padding-inline-start: calc(var(--space-scaled-l-0hpmd7, 20px) + var(--space-m-udix3p, 16px) + var(--space-xs-zb16t3, 8px));
|
|
493
496
|
}
|
|
@@ -2,31 +2,33 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"header-cell": "awsui_header-
|
|
6
|
-
"header-cell-fake-focus": "awsui_header-cell-fake-
|
|
7
|
-
"header-cell-sticky": "awsui_header-cell-
|
|
8
|
-
"header-cell-stuck": "awsui_header-cell-
|
|
9
|
-
"header-cell-variant-full-page": "awsui_header-cell-variant-full-
|
|
10
|
-
"header-cell-hidden": "awsui_header-cell-
|
|
11
|
-
"header-cell-
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"sticky-cell
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"header-cell-
|
|
24
|
-
"header-cell-
|
|
25
|
-
"header-cell-
|
|
26
|
-
"header-cell-
|
|
27
|
-
"header-cell-
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
5
|
+
"header-cell": "awsui_header-cell_1spae_1c23e_149",
|
|
6
|
+
"header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1c23e_183",
|
|
7
|
+
"header-cell-sticky": "awsui_header-cell-sticky_1spae_1c23e_204",
|
|
8
|
+
"header-cell-stuck": "awsui_header-cell-stuck_1spae_1c23e_207",
|
|
9
|
+
"header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1c23e_207",
|
|
10
|
+
"header-cell-hidden": "awsui_header-cell-hidden_1spae_1c23e_213",
|
|
11
|
+
"header-cell-variant-embedded": "awsui_header-cell-variant-embedded_1spae_1c23e_216",
|
|
12
|
+
"is-visual-refresh": "awsui_is-visual-refresh_1spae_1c23e_216",
|
|
13
|
+
"header-cell-variant-borderless": "awsui_header-cell-variant-borderless_1spae_1c23e_216",
|
|
14
|
+
"header-cell-sortable": "awsui_header-cell-sortable_1spae_1c23e_219",
|
|
15
|
+
"sticky-cell": "awsui_sticky-cell_1spae_1c23e_222",
|
|
16
|
+
"sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_1c23e_240",
|
|
17
|
+
"has-selection": "awsui_has-selection_1spae_1c23e_240",
|
|
18
|
+
"sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_1spae_1c23e_243",
|
|
19
|
+
"resize-divider": "awsui_resize-divider_1spae_1c23e_248",
|
|
20
|
+
"sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_1spae_1c23e_255",
|
|
21
|
+
"sorting-icon": "awsui_sorting-icon_1spae_1c23e_265",
|
|
22
|
+
"edit-icon": "awsui_edit-icon_1spae_1c23e_273",
|
|
23
|
+
"header-cell-content": "awsui_header-cell-content_1spae_1c23e_279",
|
|
24
|
+
"header-cell-content-expandable": "awsui_header-cell-content-expandable_1spae_1c23e_285",
|
|
25
|
+
"header-cell-disabled": "awsui_header-cell-disabled_1spae_1c23e_337",
|
|
26
|
+
"header-cell-sorted": "awsui_header-cell-sorted_1spae_1c23e_337",
|
|
27
|
+
"header-cell-text": "awsui_header-cell-text_1spae_1c23e_351",
|
|
28
|
+
"header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1c23e_355",
|
|
29
|
+
"header-cell-ascending": "awsui_header-cell-ascending_1spae_1c23e_361",
|
|
30
|
+
"header-cell-descending": "awsui_header-cell-descending_1spae_1c23e_362",
|
|
31
|
+
"has-striped-rows": "awsui_has-striped-rows_1spae_1c23e_476",
|
|
32
|
+
"sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_1spae_1c23e_476"
|
|
31
33
|
};
|
|
32
34
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/table/table-role/utils.ts"],"names":[],"mappings":"AAGA,wBAAgB,cAAc,CAAC,OAAO,EAAE,OAAO,+BAE9C;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,WAAW,WAKrD;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,OAAO,WAgBlD;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,8BAqB5G;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAC5C,QAAQ,EAAE,mBAAmB,EAC7B,kBAAkB,EAAE,MAAM,EAC1B,KAAK,EAAE,MAAM,+BAsBd;AAED,wBAAgB,WAAW,CAAC,OAAO,EAAE,OAAO,WAE3C;AAED,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,IAAI,GAAG,WAAW,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/table/table-role/utils.ts"],"names":[],"mappings":"AAGA,wBAAgB,cAAc,CAAC,OAAO,EAAE,OAAO,+BAE9C;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,WAAW,WAKrD;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,OAAO,WAgBlD;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,8BAqB5G;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAC5C,QAAQ,EAAE,mBAAmB,EAC7B,kBAAkB,EAAE,MAAM,EAC1B,KAAK,EAAE,MAAM,+BAsBd;AAED,wBAAgB,WAAW,CAAC,OAAO,EAAE,OAAO,WAE3C;AAED,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,IAAI,GAAG,WAAW,QAW3D"}
|
|
@@ -83,12 +83,11 @@ export function isTableCell(element) {
|
|
|
83
83
|
}
|
|
84
84
|
export function focusNextElement(element) {
|
|
85
85
|
if (element) {
|
|
86
|
-
// Table cells are not focusable by default (tabIndex=undefined)
|
|
87
|
-
// To force focusing we have to imperatively set tabIndex to -1.
|
|
88
|
-
//
|
|
89
|
-
// gets focused instead.
|
|
86
|
+
// Table cells are not focusable by default (tabIndex=undefined) so cell.focus() is ignored.
|
|
87
|
+
// To force focusing we have to imperatively set tabIndex to -1. This tabIndex is then to be
|
|
88
|
+
// overridden by the single tab stop context to be 0 or undefined.
|
|
90
89
|
// We cannot make cells have tabIndex=-1 by default due to an associated bug with text selection, see: PR 2158.
|
|
91
|
-
if (isTableCell(element)) {
|
|
90
|
+
if (isTableCell(element) && element.tabIndex !== 0) {
|
|
92
91
|
element.tabIndex = -1;
|
|
93
92
|
}
|
|
94
93
|
element.focus();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../src/table/table-role/utils.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AAEtC,MAAM,UAAU,cAAc,CAAC,OAAgB;IAC7C,OAAO,OAAO,CAAC,OAAO,CAAC,OAAO,CAAgC,CAAC;AACjE,CAAC;AAED,MAAM,UAAU,iBAAiB,CAAC,OAAoB;IACpD,IAAI,OAAO,YAAY,gBAAgB,IAAI,OAAO,YAAY,iBAAiB,EAAE;QAC/E,OAAO,OAAO,CAAC,QAAQ,CAAC;KACzB;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,mBAAmB,CAAC,MAAe;IACjD,IAAI,OAAO,GAAmB,MAAM,CAAC;IACrC,OAAO,OAAO,EAAE;QACd,0GAA0G;QAC1G,IAAI,WAAW,CAAC,OAAO,CAAC,EAAE;YACxB,OAAO,KAAK,CAAC;SACd;QACD,IACE,OAAO,CAAC,YAAY,CAAC,MAAM,CAAC,KAAK,QAAQ;YACzC,OAAO,CAAC,YAAY,CAAC,sCAAsC,CAAC,KAAK,MAAM,EACvE;YACA,OAAO,IAAI,CAAC;SACb;QACD,OAAO,GAAG,OAAO,CAAC,aAAa,CAAC;KACjC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,0BAA0B,CAAC,KAAuB,EAAE,kBAA0B,EAAE,KAAa;;IAC3G,IAAI,SAAS,GAA+B,IAAI,CAAC;IACjD,MAAM,WAAW,GAAG,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAC5E,IAAI,KAAK,GAAG,CAAC,EAAE;QACb,WAAW,CAAC,OAAO,EAAE,CAAC;KACvB;IACD,KAAK,MAAM,OAAO,IAAI,WAAW,EAAE;QACjC,MAAM,QAAQ,GAAG,QAAQ,CAAC,MAAA,OAAO,CAAC,YAAY,CAAC,eAAe,CAAC,mCAAI,EAAE,CAAC,CAAC;QACvE,SAAS,GAAG,OAA8B,CAAC;QAE3C,IAAI,QAAQ,KAAK,kBAAkB,EAAE;YACnC,MAAM;SACP;QACD,IAAI,KAAK,IAAI,CAAC,IAAI,QAAQ,GAAG,kBAAkB,EAAE;YAC/C,MAAM;SACP;QACD,IAAI,KAAK,GAAG,CAAC,IAAI,QAAQ,GAAG,kBAAkB,EAAE;YAC9C,MAAM;SACP;KACF;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,8BAA8B,CAC5C,QAA6B,EAC7B,kBAA0B,EAC1B,KAAa;;IAEb,IAAI,UAAU,GAAgC,IAAI,CAAC;IACnD,MAAM,YAAY,GAAG,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,qCAAqC,CAAC,CAAC,CAAC;IAClG,IAAI,KAAK,GAAG,CAAC,EAAE;QACb,YAAY,CAAC,OAAO,EAAE,CAAC;KACxB;IACD,KAAK,MAAM,OAAO,IAAI,YAAY,EAAE;QAClC,MAAM,WAAW,GAAG,QAAQ,CAAC,MAAA,OAAO,CAAC,YAAY,CAAC,eAAe,CAAC,mCAAI,EAAE,CAAC,CAAC;QAC1E,UAAU,GAAG,OAA+B,CAAC;QAE7C,IAAI,WAAW,KAAK,kBAAkB,EAAE;YACtC,MAAM;SACP;QACD,IAAI,KAAK,IAAI,CAAC,IAAI,WAAW,GAAG,kBAAkB,EAAE;YAClD,MAAM;SACP;QACD,IAAI,KAAK,GAAG,CAAC,IAAI,WAAW,GAAG,kBAAkB,EAAE;YACjD,MAAM;SACP;KACF;IACD,OAAO,UAAU,CAAC;AACpB,CAAC;AAED,MAAM,UAAU,WAAW,CAAC,OAAgB;IAC1C,OAAO,OAAO,CAAC,OAAO,KAAK,IAAI,IAAI,OAAO,CAAC,OAAO,KAAK,IAAI,CAAC;AAC9D,CAAC;AAED,MAAM,UAAU,gBAAgB,CAAC,OAA2B;IAC1D,IAAI,OAAO,EAAE;QACX,
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../src/table/table-role/utils.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nexport function getClosestCell(element: Element) {\n return element.closest('td,th') as null | HTMLTableCellElement;\n}\n\nexport function isElementDisabled(element: HTMLElement) {\n if (element instanceof HTMLInputElement || element instanceof HTMLButtonElement) {\n return element.disabled;\n }\n return false;\n}\n\n/**\n * Returns true if the target element or one of its parents is a dialog or is marked with data-awsui-table-suppress-navigation attribute.\n * This is used to suppress navigation for interactive content without a need to use a custom suppression check.\n */\nexport function defaultIsSuppressed(target: Element) {\n let current: null | Element = target;\n while (current) {\n // Stop checking for parents upon reaching the cell element as the function only aims at the cell content.\n if (isTableCell(current)) {\n return false;\n }\n if (\n current.getAttribute('role') === 'dialog' ||\n current.getAttribute('data-awsui-table-suppress-navigation') === 'true'\n ) {\n return true;\n }\n current = current.parentElement;\n }\n return false;\n}\n\n/**\n * Finds the closest row to the targetAriaRowIndex+delta in the direction of delta.\n */\nexport function findTableRowByAriaRowIndex(table: HTMLTableElement, targetAriaRowIndex: number, delta: number) {\n let targetRow: null | HTMLTableRowElement = null;\n const rowElements = Array.from(table.querySelectorAll('tr[aria-rowindex]'));\n if (delta < 0) {\n rowElements.reverse();\n }\n for (const element of rowElements) {\n const rowIndex = parseInt(element.getAttribute('aria-rowindex') ?? '');\n targetRow = element as HTMLTableRowElement;\n\n if (rowIndex === targetAriaRowIndex) {\n break;\n }\n if (delta >= 0 && rowIndex > targetAriaRowIndex) {\n break;\n }\n if (delta < 0 && rowIndex < targetAriaRowIndex) {\n break;\n }\n }\n return targetRow;\n}\n\n/**\n * Finds the closest column to the targetAriaColIndex+delta in the direction of delta.\n */\nexport function findTableRowCellByAriaColIndex(\n tableRow: HTMLTableRowElement,\n targetAriaColIndex: number,\n delta: number\n) {\n let targetCell: null | HTMLTableCellElement = null;\n const cellElements = Array.from(tableRow.querySelectorAll('td[aria-colindex],th[aria-colindex]'));\n if (delta < 0) {\n cellElements.reverse();\n }\n for (const element of cellElements) {\n const columnIndex = parseInt(element.getAttribute('aria-colindex') ?? '');\n targetCell = element as HTMLTableCellElement;\n\n if (columnIndex === targetAriaColIndex) {\n break;\n }\n if (delta >= 0 && columnIndex > targetAriaColIndex) {\n break;\n }\n if (delta < 0 && columnIndex < targetAriaColIndex) {\n break;\n }\n }\n return targetCell;\n}\n\nexport function isTableCell(element: Element) {\n return element.tagName === 'TD' || element.tagName === 'TH';\n}\n\nexport function focusNextElement(element: null | HTMLElement) {\n if (element) {\n // Table cells are not focusable by default (tabIndex=undefined) so cell.focus() is ignored.\n // To force focusing we have to imperatively set tabIndex to -1. This tabIndex is then to be\n // overridden by the single tab stop context to be 0 or undefined.\n // We cannot make cells have tabIndex=-1 by default due to an associated bug with text selection, see: PR 2158.\n if (isTableCell(element) && element.tabIndex !== 0) {\n element.tabIndex = -1;\n }\n element.focus();\n }\n}\n"]}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { AppLayoutDrawerImplementation as AppLayoutDrawer, AppLayoutGlobalDrawersImplementation as AppLayoutGlobalDrawers, } from './drawer';
|
|
2
|
-
export { AppLayoutNavigationImplementation as AppLayoutNavigation } from './navigation';
|
|
3
|
-
export { AppLayoutNotificationsImplementation as AppLayoutNotifications } from './notifications';
|
|
4
|
-
export { AppLayoutSplitPanelDrawerBottomImplementation as AppLayoutSplitPanelDrawerBottom, AppLayoutSplitPanelDrawerSideImplementation as AppLayoutSplitPanelDrawerSide, } from './split-panel';
|
|
5
|
-
export { AppLayoutToolbarImplementation as AppLayoutToolbar } from './toolbar';
|
|
6
|
-
//# sourceMappingURL=exports.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh-toolbar/exports.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,6BAA6B,IAAI,eAAe,EAChD,oCAAoC,IAAI,sBAAsB,GAC/D,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,iCAAiC,IAAI,mBAAmB,EAAE,MAAM,cAAc,CAAC;AACxF,OAAO,EAAE,oCAAoC,IAAI,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACjG,OAAO,EACL,6CAA6C,IAAI,+BAA+B,EAChF,2CAA2C,IAAI,6BAA6B,GAC7E,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,8BAA8B,IAAI,gBAAgB,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
|
-
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
-
export { AppLayoutDrawerImplementation as AppLayoutDrawer, AppLayoutGlobalDrawersImplementation as AppLayoutGlobalDrawers, } from './drawer';
|
|
4
|
-
export { AppLayoutNavigationImplementation as AppLayoutNavigation } from './navigation';
|
|
5
|
-
export { AppLayoutNotificationsImplementation as AppLayoutNotifications } from './notifications';
|
|
6
|
-
export { AppLayoutSplitPanelDrawerBottomImplementation as AppLayoutSplitPanelDrawerBottom, AppLayoutSplitPanelDrawerSideImplementation as AppLayoutSplitPanelDrawerSide, } from './split-panel';
|
|
7
|
-
export { AppLayoutToolbarImplementation as AppLayoutToolbar } from './toolbar';
|
|
8
|
-
//# sourceMappingURL=exports.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"exports.js","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh-toolbar/exports.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AAEtC,OAAO,EACL,6BAA6B,IAAI,eAAe,EAChD,oCAAoC,IAAI,sBAAsB,GAC/D,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,iCAAiC,IAAI,mBAAmB,EAAE,MAAM,cAAc,CAAC;AACxF,OAAO,EAAE,oCAAoC,IAAI,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACjG,OAAO,EACL,6CAA6C,IAAI,+BAA+B,EAChF,2CAA2C,IAAI,6BAA6B,GAC7E,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,8BAA8B,IAAI,gBAAgB,EAAE,MAAM,WAAW,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nexport {\n AppLayoutDrawerImplementation as AppLayoutDrawer,\n AppLayoutGlobalDrawersImplementation as AppLayoutGlobalDrawers,\n} from './drawer';\nexport { AppLayoutNavigationImplementation as AppLayoutNavigation } from './navigation';\nexport { AppLayoutNotificationsImplementation as AppLayoutNotifications } from './notifications';\nexport {\n AppLayoutSplitPanelDrawerBottomImplementation as AppLayoutSplitPanelDrawerBottom,\n AppLayoutSplitPanelDrawerSideImplementation as AppLayoutSplitPanelDrawerSide,\n} from './split-panel';\nexport { AppLayoutToolbarImplementation as AppLayoutToolbar } from './toolbar';\n"]}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { DndAreaProps } from './interfaces';
|
|
3
|
-
export declare function DndArea<Data>({ items, renderItem, onItemsChange, disableReorder, i18nStrings, borderRadiusVariant, }: DndAreaProps<Data>): JSX.Element;
|
|
4
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/dnd-area/index.tsx"],"names":[],"mappings":";AAWA,OAAO,EAAe,YAAY,EAAmB,MAAM,cAAc,CAAC;AAM1E,wBAAgB,OAAO,CAAC,IAAI,EAAE,EAC5B,KAAK,EACL,UAAU,EACV,aAAa,EACb,cAAc,EACd,WAAW,EACX,mBAA4B,GAC7B,EAAE,YAAY,CAAC,IAAI,CAAC,eA2EpB"}
|