@cloudscape-design/components-themeable 3.0.688 → 3.0.690
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/container/styles.scss +3 -0
- package/lib/internal/scss/table/header-cell/styles.scss +3 -0
- package/lib/internal/scss/table/styles.scss +3 -0
- package/lib/internal/template/cards/interfaces.d.ts +1 -2
- package/lib/internal/template/cards/interfaces.d.ts.map +1 -1
- package/lib/internal/template/cards/interfaces.js.map +1 -1
- package/lib/internal/template/container/internal.d.ts.map +1 -1
- package/lib/internal/template/container/internal.js +1 -0
- package/lib/internal/template/container/internal.js.map +1 -1
- package/lib/internal/template/container/styles.css.js +31 -30
- package/lib/internal/template/container/styles.scoped.css +57 -54
- package/lib/internal/template/container/styles.selectors.js +31 -30
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/utils/scrollable-containers.js +3 -2
- package/lib/internal/template/internal/utils/scrollable-containers.js.map +1 -1
- package/lib/internal/template/popover/use-popover-position.js +3 -2
- package/lib/internal/template/popover/use-popover-position.js.map +1 -1
- package/lib/internal/template/table/header-cell/styles.css.js +26 -26
- package/lib/internal/template/table/header-cell/styles.scoped.css +67 -64
- package/lib/internal/template/table/header-cell/styles.selectors.js +26 -26
- package/lib/internal/template/table/interfaces.d.ts +1 -2
- package/lib/internal/template/table/interfaces.d.ts.map +1 -1
- package/lib/internal/template/table/interfaces.js.map +1 -1
- package/lib/internal/template/table/styles.css.js +34 -34
- package/lib/internal/template/table/styles.scoped.css +42 -39
- package/lib/internal/template/table/styles.selectors.js +34 -34
- package/package.json +1 -1
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"tools": "
|
|
6
|
-
"tools-filtering": "awsui_tools-
|
|
7
|
-
"tools-align-right": "awsui_tools-align-
|
|
8
|
-
"tools-pagination": "awsui_tools-
|
|
9
|
-
"tools-preferences": "awsui_tools-
|
|
10
|
-
"tools-small": "awsui_tools-
|
|
11
|
-
"table": "
|
|
12
|
-
"table-layout-fixed": "awsui_table-layout-
|
|
13
|
-
"wrapper": "
|
|
14
|
-
"variant-stacked": "awsui_variant-
|
|
15
|
-
"wrapper-content-measure": "awsui_wrapper-content-
|
|
16
|
-
"variant-container": "awsui_variant-
|
|
17
|
-
"has-footer": "awsui_has-
|
|
18
|
-
"has-header": "awsui_has-
|
|
19
|
-
"cell-merged": "awsui_cell-
|
|
20
|
-
"cell-merged-content": "awsui_cell-merged-
|
|
21
|
-
"empty": "
|
|
22
|
-
"loading": "
|
|
23
|
-
"selection-control": "awsui_selection-
|
|
24
|
-
"selection-control-header": "awsui_selection-control-
|
|
25
|
-
"header-secondary": "awsui_header-
|
|
26
|
-
"
|
|
27
|
-
"header
|
|
28
|
-
"
|
|
29
|
-
"variant-embedded": "awsui_variant-
|
|
30
|
-
"variant-borderless": "awsui_variant-
|
|
31
|
-
"footer-wrapper": "awsui_footer-
|
|
32
|
-
"footer": "
|
|
33
|
-
"footer-with-pagination": "awsui_footer-with-
|
|
34
|
-
"footer-pagination": "awsui_footer-
|
|
35
|
-
"thead-active": "awsui_thead-
|
|
36
|
-
"row": "
|
|
37
|
-
"row-selected": "awsui_row-
|
|
4
|
+
"root": "awsui_root_wih1l_vdk8a_101",
|
|
5
|
+
"tools": "awsui_tools_wih1l_vdk8a_112",
|
|
6
|
+
"tools-filtering": "awsui_tools-filtering_wih1l_vdk8a_120",
|
|
7
|
+
"tools-align-right": "awsui_tools-align-right_wih1l_vdk8a_134",
|
|
8
|
+
"tools-pagination": "awsui_tools-pagination_wih1l_vdk8a_138",
|
|
9
|
+
"tools-preferences": "awsui_tools-preferences_wih1l_vdk8a_138",
|
|
10
|
+
"tools-small": "awsui_tools-small_wih1l_vdk8a_144",
|
|
11
|
+
"table": "awsui_table_wih1l_vdk8a_150",
|
|
12
|
+
"table-layout-fixed": "awsui_table-layout-fixed_wih1l_vdk8a_156",
|
|
13
|
+
"wrapper": "awsui_wrapper_wih1l_vdk8a_160",
|
|
14
|
+
"variant-stacked": "awsui_variant-stacked_wih1l_vdk8a_167",
|
|
15
|
+
"wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_vdk8a_167",
|
|
16
|
+
"variant-container": "awsui_variant-container_wih1l_vdk8a_167",
|
|
17
|
+
"has-footer": "awsui_has-footer_wih1l_vdk8a_170",
|
|
18
|
+
"has-header": "awsui_has-header_wih1l_vdk8a_173",
|
|
19
|
+
"cell-merged": "awsui_cell-merged_wih1l_vdk8a_190",
|
|
20
|
+
"cell-merged-content": "awsui_cell-merged-content_wih1l_vdk8a_202",
|
|
21
|
+
"empty": "awsui_empty_wih1l_vdk8a_218",
|
|
22
|
+
"loading": "awsui_loading_wih1l_vdk8a_222",
|
|
23
|
+
"selection-control": "awsui_selection-control_wih1l_vdk8a_231",
|
|
24
|
+
"selection-control-header": "awsui_selection-control-header_wih1l_vdk8a_238",
|
|
25
|
+
"header-secondary": "awsui_header-secondary_wih1l_vdk8a_244",
|
|
26
|
+
"variant-full-page": "awsui_variant-full-page_wih1l_vdk8a_256",
|
|
27
|
+
"table-has-header": "awsui_table-has-header_wih1l_vdk8a_265",
|
|
28
|
+
"header-controls": "awsui_header-controls_wih1l_vdk8a_269",
|
|
29
|
+
"variant-embedded": "awsui_variant-embedded_wih1l_vdk8a_278",
|
|
30
|
+
"variant-borderless": "awsui_variant-borderless_wih1l_vdk8a_278",
|
|
31
|
+
"footer-wrapper": "awsui_footer-wrapper_wih1l_vdk8a_283",
|
|
32
|
+
"footer": "awsui_footer_wih1l_vdk8a_283",
|
|
33
|
+
"footer-with-pagination": "awsui_footer-with-pagination_wih1l_vdk8a_291",
|
|
34
|
+
"footer-pagination": "awsui_footer-pagination_wih1l_vdk8a_299",
|
|
35
|
+
"thead-active": "awsui_thead-active_wih1l_vdk8a_303",
|
|
36
|
+
"row": "awsui_row_wih1l_vdk8a_304",
|
|
37
|
+
"row-selected": "awsui_row-selected_wih1l_vdk8a_305"
|
|
38
38
|
};
|
|
39
39
|
|
|
@@ -98,7 +98,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
98
98
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
99
99
|
SPDX-License-Identifier: Apache-2.0
|
|
100
100
|
*/
|
|
101
|
-
.
|
|
101
|
+
.awsui_root_wih1l_vdk8a_101:not(#\9) {
|
|
102
102
|
font-size: var(--font-size-body-m-pa3mqb, 14px);
|
|
103
103
|
line-height: var(--line-height-body-m-2zx78l, 22px);
|
|
104
104
|
color: var(--color-text-body-default-ffdwgg, #16191f);
|
|
@@ -109,7 +109,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
109
109
|
inline-size: 100%;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.
|
|
112
|
+
.awsui_tools_wih1l_vdk8a_112:not(#\9) {
|
|
113
113
|
display: flex;
|
|
114
114
|
align-items: flex-end;
|
|
115
115
|
flex-wrap: wrap;
|
|
@@ -117,67 +117,67 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
117
117
|
padding-block-end: var(--space-table-header-tools-bottom-8i4ihz, 4px);
|
|
118
118
|
padding-inline: 0;
|
|
119
119
|
}
|
|
120
|
-
.awsui_tools-
|
|
120
|
+
.awsui_tools-filtering_wih1l_vdk8a_120:not(#\9) {
|
|
121
121
|
max-inline-size: 100%;
|
|
122
122
|
margin-inline-end: var(--space-l-xu1x80, 20px);
|
|
123
123
|
}
|
|
124
124
|
@supports (flex-basis: fit-content) {
|
|
125
|
-
.awsui_tools-
|
|
125
|
+
.awsui_tools-filtering_wih1l_vdk8a_120:not(#\9) {
|
|
126
126
|
flex: 1 1 fit-content;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
@supports not (flex-basis: fit-content) {
|
|
130
|
-
.awsui_tools-
|
|
130
|
+
.awsui_tools-filtering_wih1l_vdk8a_120:not(#\9) {
|
|
131
131
|
flex: 1 1 auto;
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
|
-
.awsui_tools-align-
|
|
134
|
+
.awsui_tools-align-right_wih1l_vdk8a_134:not(#\9) {
|
|
135
135
|
display: flex;
|
|
136
136
|
margin-inline-start: auto;
|
|
137
137
|
}
|
|
138
|
-
.awsui_tools-
|
|
138
|
+
.awsui_tools-pagination_wih1l_vdk8a_138 + .awsui_tools-preferences_wih1l_vdk8a_138:not(#\9) {
|
|
139
139
|
border-inline-start: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
|
|
140
140
|
box-sizing: border-box;
|
|
141
141
|
margin-inline-start: var(--space-xs-xf5ch3, 8px);
|
|
142
142
|
padding-inline-start: var(--space-xs-xf5ch3, 8px);
|
|
143
143
|
}
|
|
144
|
-
.awsui_tools-
|
|
144
|
+
.awsui_tools-small_wih1l_vdk8a_144 > .awsui_tools-filtering_wih1l_vdk8a_120:not(#\9) {
|
|
145
145
|
margin-inline-end: 0;
|
|
146
146
|
margin-block-end: var(--space-scaled-xs-x91h81, 8px);
|
|
147
147
|
flex-basis: 100%;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
.
|
|
150
|
+
.awsui_table_wih1l_vdk8a_150:not(#\9) {
|
|
151
151
|
inline-size: 100%;
|
|
152
152
|
border-spacing: 0;
|
|
153
153
|
position: relative;
|
|
154
154
|
box-sizing: border-box;
|
|
155
155
|
}
|
|
156
|
-
.awsui_table-layout-
|
|
156
|
+
.awsui_table-layout-fixed_wih1l_vdk8a_156:not(#\9) {
|
|
157
157
|
table-layout: fixed;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
160
|
+
.awsui_wrapper_wih1l_vdk8a_160:not(#\9) {
|
|
161
161
|
position: relative;
|
|
162
162
|
box-sizing: border-box;
|
|
163
163
|
inline-size: 100%;
|
|
164
164
|
overflow-x: auto;
|
|
165
165
|
scrollbar-width: none; /* Hide scrollbar in Firefox */
|
|
166
166
|
}
|
|
167
|
-
.
|
|
167
|
+
.awsui_wrapper_wih1l_vdk8a_160.awsui_variant-stacked_wih1l_vdk8a_167 > .awsui_table_wih1l_vdk8a_150:not(#\9), .awsui_wrapper_wih1l_vdk8a_160.awsui_variant-stacked_wih1l_vdk8a_167 > .awsui_wrapper-content-measure_wih1l_vdk8a_167:not(#\9), .awsui_wrapper_wih1l_vdk8a_160.awsui_variant-container_wih1l_vdk8a_167 > .awsui_table_wih1l_vdk8a_150:not(#\9), .awsui_wrapper_wih1l_vdk8a_160.awsui_variant-container_wih1l_vdk8a_167 > .awsui_wrapper-content-measure_wih1l_vdk8a_167:not(#\9) {
|
|
168
168
|
padding-inline: var(--space-table-horizontal-ciak0s, 0px);
|
|
169
169
|
}
|
|
170
|
-
.
|
|
170
|
+
.awsui_wrapper_wih1l_vdk8a_160.awsui_variant-container_wih1l_vdk8a_167:not(#\9):not(.awsui_has-footer_wih1l_vdk8a_170) {
|
|
171
171
|
padding-block-end: var(--space-table-content-bottom-r9l1c2, 0px);
|
|
172
172
|
}
|
|
173
|
-
.
|
|
173
|
+
.awsui_wrapper_wih1l_vdk8a_160:not(#\9):not(.awsui_has-header_wih1l_vdk8a_173) {
|
|
174
174
|
border-start-end-radius: var(--border-radius-container-jm6teg, 0px);
|
|
175
175
|
border-start-start-radius: var(--border-radius-container-jm6teg, 0px);
|
|
176
176
|
}
|
|
177
|
-
.
|
|
177
|
+
.awsui_wrapper_wih1l_vdk8a_160:not(#\9)::-webkit-scrollbar {
|
|
178
178
|
display: none; /* Hide scrollbar in Safari and Chrome */
|
|
179
179
|
}
|
|
180
|
-
body[data-awsui-focus-visible=true] .
|
|
180
|
+
body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_vdk8a_160:not(#\9):focus {
|
|
181
181
|
outline: 2px dotted transparent;
|
|
182
182
|
outline-offset: 2px;
|
|
183
183
|
border-start-start-radius: var(--border-radius-container-jm6teg, 0px);
|
|
@@ -187,19 +187,19 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_ymqyu_160:not(#\9):focu
|
|
|
187
187
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.awsui_cell-
|
|
190
|
+
.awsui_cell-merged_wih1l_vdk8a_190:not(#\9) {
|
|
191
191
|
text-align: center;
|
|
192
192
|
padding-block: 0;
|
|
193
193
|
padding-inline: 0;
|
|
194
194
|
}
|
|
195
|
-
.awsui_cell-
|
|
195
|
+
.awsui_cell-merged_wih1l_vdk8a_190.awsui_has-footer_wih1l_vdk8a_170:not(#\9) {
|
|
196
196
|
/*
|
|
197
197
|
Add a bottom border to the body cell of an empty table as a separator between the
|
|
198
198
|
table and the footer
|
|
199
199
|
*/
|
|
200
200
|
border-block-end: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
|
|
201
201
|
}
|
|
202
|
-
.awsui_cell-merged-
|
|
202
|
+
.awsui_cell-merged-content_wih1l_vdk8a_202:not(#\9) {
|
|
203
203
|
box-sizing: border-box;
|
|
204
204
|
inline-size: 100%;
|
|
205
205
|
padding-block-start: var(--space-scaled-m-er48cl, 16px);
|
|
@@ -207,7 +207,7 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_ymqyu_160:not(#\9):focu
|
|
|
207
207
|
padding-inline: var(--space-l-xu1x80, 20px);
|
|
208
208
|
}
|
|
209
209
|
@supports (position: sticky) {
|
|
210
|
-
.awsui_cell-merged-
|
|
210
|
+
.awsui_cell-merged-content_wih1l_vdk8a_202:not(#\9) {
|
|
211
211
|
position: sticky;
|
|
212
212
|
inset-inline-start: 0;
|
|
213
213
|
margin-block: 0;
|
|
@@ -215,11 +215,11 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_ymqyu_160:not(#\9):focu
|
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
.
|
|
218
|
+
.awsui_empty_wih1l_vdk8a_218:not(#\9) {
|
|
219
219
|
color: var(--color-text-empty-jskpnv, #687078);
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
.
|
|
222
|
+
.awsui_loading_wih1l_vdk8a_222:not(#\9) {
|
|
223
223
|
/* used in test-utils */
|
|
224
224
|
}
|
|
225
225
|
|
|
@@ -228,20 +228,20 @@ The min/max/width token values in Visual Refresh should align
|
|
|
228
228
|
the table header and body cells selection control with the table
|
|
229
229
|
filter search icon.
|
|
230
230
|
*/
|
|
231
|
-
.awsui_selection-
|
|
231
|
+
.awsui_selection-control_wih1l_vdk8a_231:not(#\9) {
|
|
232
232
|
box-sizing: border-box;
|
|
233
233
|
max-inline-size: var(--size-table-selection-horizontal-8ncv96, 54px);
|
|
234
234
|
min-inline-size: var(--size-table-selection-horizontal-8ncv96, 54px);
|
|
235
235
|
position: relative;
|
|
236
236
|
inline-size: var(--size-table-selection-horizontal-8ncv96, 54px);
|
|
237
237
|
}
|
|
238
|
-
.awsui_selection-
|
|
238
|
+
.awsui_selection-control_wih1l_vdk8a_231.awsui_selection-control-header_wih1l_vdk8a_238:not(#\9) {
|
|
239
239
|
padding-block: var(--space-scaled-xs-x91h81, 8px);
|
|
240
240
|
padding-inline: var(--space-scaled-l-08jb88, 20px);
|
|
241
241
|
border-inline-start: var(--border-item-width-0zxiwv, 1px) solid transparent;
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
-
.awsui_header-
|
|
244
|
+
.awsui_header-secondary_wih1l_vdk8a_244:not(#\9) {
|
|
245
245
|
overflow: auto;
|
|
246
246
|
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
247
247
|
scrollbar-width: none; /* Firefox */
|
|
@@ -253,39 +253,42 @@ filter search icon.
|
|
|
253
253
|
border-end-end-radius: 0;
|
|
254
254
|
background: var(--color-background-table-header-ly5ewp, #fafafa);
|
|
255
255
|
}
|
|
256
|
-
.awsui_header-
|
|
256
|
+
.awsui_header-secondary_wih1l_vdk8a_244.awsui_variant-full-page_wih1l_vdk8a_256:not(#\9) {
|
|
257
|
+
background: var(--color-background-layout-main-td853a, #f2f3f3);
|
|
258
|
+
}
|
|
259
|
+
.awsui_header-secondary_wih1l_vdk8a_244.awsui_variant-stacked_wih1l_vdk8a_167 > .awsui_table_wih1l_vdk8a_150:not(#\9), .awsui_header-secondary_wih1l_vdk8a_244.awsui_variant-container_wih1l_vdk8a_167 > .awsui_table_wih1l_vdk8a_150:not(#\9) {
|
|
257
260
|
padding-inline: var(--space-table-horizontal-ciak0s, 0px);
|
|
258
261
|
}
|
|
259
|
-
.awsui_header-
|
|
262
|
+
.awsui_header-secondary_wih1l_vdk8a_244:not(#\9)::-webkit-scrollbar {
|
|
260
263
|
display: none; /* Safari and Chrome */
|
|
261
264
|
}
|
|
262
|
-
.awsui_header-
|
|
265
|
+
.awsui_header-secondary_wih1l_vdk8a_244.awsui_table-has-header_wih1l_vdk8a_265:not(#\9) {
|
|
263
266
|
border-block-start: var(--border-divider-list-width-471u6a, 1px) solid var(--color-border-container-divider-gl15p9, #eaeded);
|
|
264
267
|
}
|
|
265
268
|
|
|
266
|
-
.awsui_header-
|
|
269
|
+
.awsui_header-controls_wih1l_vdk8a_269:not(#\9) {
|
|
267
270
|
padding-block: var(--space-container-header-top-bomjbu, 12px) var(--space-container-header-bottom-qqnwwz, 12px);
|
|
268
271
|
}
|
|
269
|
-
.awsui_header-
|
|
272
|
+
.awsui_header-controls_wih1l_vdk8a_269.awsui_variant-full-page_wih1l_vdk8a_256:not(#\9) {
|
|
270
273
|
padding-block: 0 calc(var(--space-container-header-bottom-qqnwwz, 12px) + var(--space-table-header-tools-full-page-bottom-dmyrgq, 4px));
|
|
271
274
|
}
|
|
272
|
-
.awsui_header-
|
|
275
|
+
.awsui_header-controls_wih1l_vdk8a_269.awsui_variant-stacked_wih1l_vdk8a_167:not(#\9), .awsui_header-controls_wih1l_vdk8a_269.awsui_variant-container_wih1l_vdk8a_167:not(#\9) {
|
|
273
276
|
padding-inline: calc(var(--space-table-horizontal-ciak0s, 0px) + var(--space-table-header-horizontal-vhrx2d, 20px));
|
|
274
277
|
}
|
|
275
|
-
.awsui_header-
|
|
278
|
+
.awsui_header-controls_wih1l_vdk8a_269.awsui_variant-embedded_wih1l_vdk8a_278:not(#\9), .awsui_header-controls_wih1l_vdk8a_269.awsui_variant-borderless_wih1l_vdk8a_278:not(#\9) {
|
|
276
279
|
padding-inline: var(--space-table-header-horizontal-vhrx2d, 20px);
|
|
277
280
|
padding-block-start: var(--space-table-embedded-header-top-u7x1ax, 12px);
|
|
278
281
|
}
|
|
279
282
|
|
|
280
|
-
.awsui_footer-
|
|
283
|
+
.awsui_footer-wrapper_wih1l_vdk8a_283.awsui_variant-stacked_wih1l_vdk8a_167:not(#\9), .awsui_footer-wrapper_wih1l_vdk8a_283.awsui_variant-container_wih1l_vdk8a_167:not(#\9) {
|
|
281
284
|
padding-inline: var(--space-table-horizontal-ciak0s, 0px);
|
|
282
285
|
}
|
|
283
286
|
|
|
284
|
-
.
|
|
287
|
+
.awsui_footer_wih1l_vdk8a_283:not(#\9) {
|
|
285
288
|
padding-block: var(--space-scaled-s-9q8n2q, 12px);
|
|
286
289
|
padding-inline: var(--space-table-footer-horizontal-t5rbr4, 20px);
|
|
287
290
|
}
|
|
288
|
-
.awsui_footer-with-
|
|
291
|
+
.awsui_footer-with-pagination_wih1l_vdk8a_291:not(#\9) {
|
|
289
292
|
display: flex;
|
|
290
293
|
flex-direction: row;
|
|
291
294
|
justify-content: space-between;
|
|
@@ -293,12 +296,12 @@ filter search icon.
|
|
|
293
296
|
flex-wrap: wrap;
|
|
294
297
|
gap: var(--space-scaled-s-9q8n2q, 12px);
|
|
295
298
|
}
|
|
296
|
-
.awsui_footer-
|
|
299
|
+
.awsui_footer-pagination_wih1l_vdk8a_299:not(#\9) {
|
|
297
300
|
margin-inline-start: auto;
|
|
298
301
|
}
|
|
299
302
|
|
|
300
|
-
.awsui_thead-
|
|
301
|
-
.
|
|
302
|
-
.awsui_row-
|
|
303
|
+
.awsui_thead-active_wih1l_vdk8a_303:not(#\9),
|
|
304
|
+
.awsui_row_wih1l_vdk8a_304:not(#\9),
|
|
305
|
+
.awsui_row-selected_wih1l_vdk8a_305:not(#\9) {
|
|
303
306
|
/* used in test-utils */
|
|
304
307
|
}
|
|
@@ -2,39 +2,39 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"tools": "
|
|
7
|
-
"tools-filtering": "awsui_tools-
|
|
8
|
-
"tools-align-right": "awsui_tools-align-
|
|
9
|
-
"tools-pagination": "awsui_tools-
|
|
10
|
-
"tools-preferences": "awsui_tools-
|
|
11
|
-
"tools-small": "awsui_tools-
|
|
12
|
-
"table": "
|
|
13
|
-
"table-layout-fixed": "awsui_table-layout-
|
|
14
|
-
"wrapper": "
|
|
15
|
-
"variant-stacked": "awsui_variant-
|
|
16
|
-
"wrapper-content-measure": "awsui_wrapper-content-
|
|
17
|
-
"variant-container": "awsui_variant-
|
|
18
|
-
"has-footer": "awsui_has-
|
|
19
|
-
"has-header": "awsui_has-
|
|
20
|
-
"cell-merged": "awsui_cell-
|
|
21
|
-
"cell-merged-content": "awsui_cell-merged-
|
|
22
|
-
"empty": "
|
|
23
|
-
"loading": "
|
|
24
|
-
"selection-control": "awsui_selection-
|
|
25
|
-
"selection-control-header": "awsui_selection-control-
|
|
26
|
-
"header-secondary": "awsui_header-
|
|
27
|
-
"
|
|
28
|
-
"header
|
|
29
|
-
"
|
|
30
|
-
"variant-embedded": "awsui_variant-
|
|
31
|
-
"variant-borderless": "awsui_variant-
|
|
32
|
-
"footer-wrapper": "awsui_footer-
|
|
33
|
-
"footer": "
|
|
34
|
-
"footer-with-pagination": "awsui_footer-with-
|
|
35
|
-
"footer-pagination": "awsui_footer-
|
|
36
|
-
"thead-active": "awsui_thead-
|
|
37
|
-
"row": "
|
|
38
|
-
"row-selected": "awsui_row-
|
|
5
|
+
"root": "awsui_root_wih1l_vdk8a_101",
|
|
6
|
+
"tools": "awsui_tools_wih1l_vdk8a_112",
|
|
7
|
+
"tools-filtering": "awsui_tools-filtering_wih1l_vdk8a_120",
|
|
8
|
+
"tools-align-right": "awsui_tools-align-right_wih1l_vdk8a_134",
|
|
9
|
+
"tools-pagination": "awsui_tools-pagination_wih1l_vdk8a_138",
|
|
10
|
+
"tools-preferences": "awsui_tools-preferences_wih1l_vdk8a_138",
|
|
11
|
+
"tools-small": "awsui_tools-small_wih1l_vdk8a_144",
|
|
12
|
+
"table": "awsui_table_wih1l_vdk8a_150",
|
|
13
|
+
"table-layout-fixed": "awsui_table-layout-fixed_wih1l_vdk8a_156",
|
|
14
|
+
"wrapper": "awsui_wrapper_wih1l_vdk8a_160",
|
|
15
|
+
"variant-stacked": "awsui_variant-stacked_wih1l_vdk8a_167",
|
|
16
|
+
"wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_vdk8a_167",
|
|
17
|
+
"variant-container": "awsui_variant-container_wih1l_vdk8a_167",
|
|
18
|
+
"has-footer": "awsui_has-footer_wih1l_vdk8a_170",
|
|
19
|
+
"has-header": "awsui_has-header_wih1l_vdk8a_173",
|
|
20
|
+
"cell-merged": "awsui_cell-merged_wih1l_vdk8a_190",
|
|
21
|
+
"cell-merged-content": "awsui_cell-merged-content_wih1l_vdk8a_202",
|
|
22
|
+
"empty": "awsui_empty_wih1l_vdk8a_218",
|
|
23
|
+
"loading": "awsui_loading_wih1l_vdk8a_222",
|
|
24
|
+
"selection-control": "awsui_selection-control_wih1l_vdk8a_231",
|
|
25
|
+
"selection-control-header": "awsui_selection-control-header_wih1l_vdk8a_238",
|
|
26
|
+
"header-secondary": "awsui_header-secondary_wih1l_vdk8a_244",
|
|
27
|
+
"variant-full-page": "awsui_variant-full-page_wih1l_vdk8a_256",
|
|
28
|
+
"table-has-header": "awsui_table-has-header_wih1l_vdk8a_265",
|
|
29
|
+
"header-controls": "awsui_header-controls_wih1l_vdk8a_269",
|
|
30
|
+
"variant-embedded": "awsui_variant-embedded_wih1l_vdk8a_278",
|
|
31
|
+
"variant-borderless": "awsui_variant-borderless_wih1l_vdk8a_278",
|
|
32
|
+
"footer-wrapper": "awsui_footer-wrapper_wih1l_vdk8a_283",
|
|
33
|
+
"footer": "awsui_footer_wih1l_vdk8a_283",
|
|
34
|
+
"footer-with-pagination": "awsui_footer-with-pagination_wih1l_vdk8a_291",
|
|
35
|
+
"footer-pagination": "awsui_footer-pagination_wih1l_vdk8a_299",
|
|
36
|
+
"thead-active": "awsui_thead-active_wih1l_vdk8a_303",
|
|
37
|
+
"row": "awsui_row_wih1l_vdk8a_304",
|
|
38
|
+
"row-selected": "awsui_row-selected_wih1l_vdk8a_305"
|
|
39
39
|
};
|
|
40
40
|
|