@cloudscape-design/components 3.0.573 → 3.0.575
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/container/styles.css.js +30 -30
- package/container/styles.scoped.css +56 -54
- package/container/styles.selectors.js +30 -30
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/line-chart/index.d.ts.map +1 -1
- package/line-chart/index.js +11 -1
- package/line-chart/index.js.map +1 -1
- package/package.json +1 -1
- package/table/body-cell/disabled-inline-editor.d.ts +1 -1
- package/table/body-cell/disabled-inline-editor.d.ts.map +1 -1
- package/table/body-cell/disabled-inline-editor.js +7 -6
- package/table/body-cell/disabled-inline-editor.js.map +1 -1
- package/table/body-cell/index.d.ts +1 -0
- package/table/body-cell/index.d.ts.map +1 -1
- package/table/body-cell/index.js +5 -4
- package/table/body-cell/index.js.map +1 -1
- package/table/body-cell/styles.css.js +29 -30
- package/table/body-cell/styles.scoped.css +113 -84
- package/table/body-cell/styles.selectors.js +29 -30
|
@@ -96,7 +96,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
96
96
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
97
97
|
SPDX-License-Identifier: Apache-2.0
|
|
98
98
|
*/
|
|
99
|
-
.awsui_body-
|
|
99
|
+
.awsui_body-cell_c6tup_6muoq_99:not(#\9) {
|
|
100
100
|
box-sizing: border-box;
|
|
101
101
|
padding-block-start: var(--space-scaled-xs-26e2du, 8px);
|
|
102
102
|
padding-block-end: calc(
|
|
@@ -109,14 +109,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
109
109
|
font-weight: inherit;
|
|
110
110
|
text-align: start;
|
|
111
111
|
}
|
|
112
|
-
body[data-awsui-focus-visible=true] .awsui_body-
|
|
112
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_6muoq_99:not(#\9):focus {
|
|
113
113
|
position: relative;
|
|
114
114
|
}
|
|
115
|
-
body[data-awsui-focus-visible=true] .awsui_body-
|
|
115
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_6muoq_99:not(#\9):focus {
|
|
116
116
|
outline: 2px dotted transparent;
|
|
117
117
|
outline-offset: calc(calc(-1 * var(--space-scaled-xxs-7597g1, 4px)) - 1px);
|
|
118
118
|
}
|
|
119
|
-
body[data-awsui-focus-visible=true] .awsui_body-
|
|
119
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_6muoq_99:not(#\9):focus::before {
|
|
120
120
|
content: " ";
|
|
121
121
|
display: block;
|
|
122
122
|
position: absolute;
|
|
@@ -130,22 +130,22 @@ body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_n9t12_99:not(#\9):foc
|
|
|
130
130
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
131
131
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
132
132
|
}
|
|
133
|
-
body[data-awsui-focus-visible=true] .awsui_body-
|
|
133
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_6muoq_99:not(#\9):focus.awsui_sticky-cell_c6tup_6muoq_133 {
|
|
134
134
|
position: sticky;
|
|
135
135
|
}
|
|
136
|
-
.awsui_body-
|
|
136
|
+
.awsui_body-cell_c6tup_6muoq_99:not(#\9):not(.awsui_body-cell-wrap_c6tup_6muoq_136) {
|
|
137
137
|
white-space: nowrap;
|
|
138
138
|
overflow: hidden;
|
|
139
139
|
text-overflow: ellipsis;
|
|
140
140
|
}
|
|
141
|
-
.awsui_body-
|
|
141
|
+
.awsui_body-cell_c6tup_6muoq_99:not(#\9):first-child {
|
|
142
142
|
border-inline-start: var(--border-item-width-yel47s, 2px) solid transparent;
|
|
143
143
|
}
|
|
144
|
-
.awsui_body-
|
|
144
|
+
.awsui_body-cell_c6tup_6muoq_99:not(#\9):last-child {
|
|
145
145
|
border-inline-end: var(--border-item-width-yel47s, 2px) solid transparent;
|
|
146
146
|
padding-inline-end: calc(var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px));
|
|
147
147
|
}
|
|
148
|
-
.awsui_body-
|
|
148
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_is-visual-refresh_c6tup_6muoq_148:not(#\9):first-child {
|
|
149
149
|
/*
|
|
150
150
|
Striped rows requires additional left padding because the
|
|
151
151
|
shaded background makes the child content appear too close
|
|
@@ -157,64 +157,64 @@ body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_n9t12_99:not(#\9):foc
|
|
|
157
157
|
that the placeholder border would consume.
|
|
158
158
|
*/
|
|
159
159
|
}
|
|
160
|
-
.awsui_body-
|
|
160
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_is-visual-refresh_c6tup_6muoq_148:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_6muoq_160) {
|
|
161
161
|
padding-inline-start: var(--space-xxxs-zbmxqb, 2px);
|
|
162
162
|
}
|
|
163
|
-
.awsui_body-
|
|
163
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_is-visual-refresh_c6tup_6muoq_148:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_6muoq_160):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-editable_c6tup_6muoq_163:hover {
|
|
164
164
|
padding-inline-start: calc(var(--space-xxxs-zbmxqb, 2px) + var(--border-divider-list-width-27y3k5, 1px));
|
|
165
165
|
}
|
|
166
|
-
.awsui_body-
|
|
166
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_is-visual-refresh_c6tup_6muoq_148:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_6muoq_160 {
|
|
167
167
|
padding-inline-start: var(--space-xxs-p8yyaw, 4px);
|
|
168
168
|
}
|
|
169
|
-
.awsui_body-
|
|
169
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_is-visual-refresh_c6tup_6muoq_148:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-left_c6tup_6muoq_169 {
|
|
170
170
|
padding-inline-start: var(--space-table-horizontal-8davlm, 20px);
|
|
171
171
|
}
|
|
172
|
-
.awsui_body-
|
|
172
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_is-visual-refresh_c6tup_6muoq_148:not(#\9):first-child:not(.awsui_has-selection_c6tup_6muoq_172):not(.awsui_body-cell-editable_c6tup_6muoq_163) {
|
|
173
173
|
border-inline-start: none;
|
|
174
174
|
}
|
|
175
|
-
.awsui_body-
|
|
175
|
+
.awsui_body-cell_c6tup_6muoq_99:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_6muoq_148) {
|
|
176
176
|
padding-inline-start: calc(var(--space-l-t419sm, 20px) - var(--border-item-width-yel47s, 2px));
|
|
177
177
|
}
|
|
178
|
-
.awsui_body-cell-first-
|
|
178
|
+
.awsui_body-cell-first-row_c6tup_6muoq_178:not(#\9) {
|
|
179
179
|
border-block-start: var(--border-item-width-yel47s, 2px) solid transparent;
|
|
180
180
|
}
|
|
181
|
-
.awsui_body-cell-last-
|
|
181
|
+
.awsui_body-cell-last-row_c6tup_6muoq_181:not(#\9):not(.awsui_body-cell-selected_c6tup_6muoq_181):not(.awsui_has-footer_c6tup_6muoq_181) {
|
|
182
182
|
border-block-end: var(--border-item-width-yel47s, 2px) solid transparent;
|
|
183
183
|
}
|
|
184
|
-
.awsui_body-cell-last-
|
|
184
|
+
.awsui_body-cell-last-row_c6tup_6muoq_181:not(#\9):not(.awsui_body-cell-selected_c6tup_6muoq_181).awsui_has-footer_c6tup_6muoq_181 {
|
|
185
185
|
/*
|
|
186
186
|
Add a bottom border to the body cells of the last row as a separator between the
|
|
187
187
|
table and the footer
|
|
188
188
|
*/
|
|
189
189
|
border-block-end: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-divider-default-j74lyz, #b6bec9);
|
|
190
190
|
}
|
|
191
|
-
.awsui_body-cell-
|
|
191
|
+
.awsui_body-cell-shaded_c6tup_6muoq_191:not(#\9) {
|
|
192
192
|
background: var(--color-background-cell-shaded-7v0jy4, #f8f8f8);
|
|
193
193
|
}
|
|
194
|
-
.awsui_body-cell-
|
|
194
|
+
.awsui_body-cell-selected_c6tup_6muoq_181:not(#\9) {
|
|
195
195
|
background-color: var(--color-background-item-selected-hcx8l4, #f2f8fd);
|
|
196
196
|
border-block-start: var(--border-item-width-yel47s, 2px) solid var(--color-border-item-selected-k00wlz, #0972d3);
|
|
197
197
|
border-block-end: var(--border-item-width-yel47s, 2px) solid var(--color-border-item-selected-k00wlz, #0972d3);
|
|
198
198
|
padding-block-end: var(--space-scaled-xs-26e2du, 8px);
|
|
199
199
|
}
|
|
200
|
-
.awsui_body-cell-
|
|
200
|
+
.awsui_body-cell-selected_c6tup_6muoq_181.awsui_body-cell-last-row_c6tup_6muoq_181.awsui_is-visual-refresh_c6tup_6muoq_148:not(#\9) {
|
|
201
201
|
padding-block-end: calc(var(--space-scaled-xs-26e2du, 8px) + var(--border-divider-list-width-27y3k5, 1px));
|
|
202
202
|
}
|
|
203
|
-
.awsui_body-cell-
|
|
203
|
+
.awsui_body-cell-selected_c6tup_6muoq_181:not(#\9):first-child {
|
|
204
204
|
border-inline-start: var(--border-item-width-yel47s, 2px) solid var(--color-border-item-selected-k00wlz, #0972d3);
|
|
205
205
|
border-start-start-radius: var(--border-radius-item-05df9h, 8px);
|
|
206
206
|
border-start-end-radius: 0;
|
|
207
207
|
border-end-start-radius: var(--border-radius-item-05df9h, 8px);
|
|
208
208
|
border-end-end-radius: 0;
|
|
209
209
|
}
|
|
210
|
-
.awsui_body-cell-
|
|
210
|
+
.awsui_body-cell-selected_c6tup_6muoq_181:not(#\9):last-child {
|
|
211
211
|
border-inline-end: var(--border-item-width-yel47s, 2px) solid var(--color-border-item-selected-k00wlz, #0972d3);
|
|
212
212
|
border-start-start-radius: 0;
|
|
213
213
|
border-start-end-radius: var(--border-radius-item-05df9h, 8px);
|
|
214
214
|
border-end-start-radius: 0;
|
|
215
215
|
border-end-end-radius: var(--border-radius-item-05df9h, 8px);
|
|
216
216
|
}
|
|
217
|
-
.awsui_body-
|
|
217
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_sticky-cell_c6tup_6muoq_133:not(#\9) {
|
|
218
218
|
position: sticky;
|
|
219
219
|
background: var(--color-background-container-content-4un1ap, #ffffff);
|
|
220
220
|
z-index: 798;
|
|
@@ -222,162 +222,170 @@ body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_n9t12_99:not(#\9):foc
|
|
|
222
222
|
transition-duration: var(--motion-duration-transition-show-quick-osg026, 90ms);
|
|
223
223
|
transition-timing-function: var(--motion-easing-sticky-56u8cd, cubic-bezier(1, 0, 0.83, 1));
|
|
224
224
|
}
|
|
225
|
-
.awsui_body-
|
|
225
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_sticky-cell-pad-left_c6tup_6muoq_225:not(#\9):not(.awsui_has-selection_c6tup_6muoq_172):not(.awsui_is-visual-refresh_c6tup_6muoq_148.awsui_body-cell_c6tup_6muoq_99:first-child.awsui_has-striped-rows_c6tup_6muoq_160) {
|
|
226
226
|
padding-inline-start: var(--space-table-horizontal-8davlm, 20px);
|
|
227
227
|
}
|
|
228
|
-
.awsui_body-
|
|
228
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_sticky-cell_c6tup_6muoq_133.awsui_body-cell-shaded_c6tup_6muoq_191:not(#\9) {
|
|
229
229
|
background: var(--color-background-cell-shaded-7v0jy4, #f8f8f8);
|
|
230
230
|
}
|
|
231
|
-
.awsui_body-
|
|
231
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_sticky-cell_c6tup_6muoq_133.awsui_body-cell-selected_c6tup_6muoq_181:not(#\9) {
|
|
232
232
|
background-color: var(--color-background-item-selected-hcx8l4, #f2f8fd);
|
|
233
233
|
}
|
|
234
|
-
.awsui_body-
|
|
234
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_sticky-cell_c6tup_6muoq_133.awsui_body-cell-selected_c6tup_6muoq_181:not(#\9):first-child {
|
|
235
235
|
box-shadow: 0 0 0 4px var(--color-background-container-content-4un1ap, #ffffff);
|
|
236
236
|
clip-path: inset(0 0 0 0);
|
|
237
237
|
}
|
|
238
|
-
.awsui_body-
|
|
238
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_sticky-cell_c6tup_6muoq_133.awsui_body-cell-selected_c6tup_6muoq_181:not(#\9):last-child {
|
|
239
239
|
box-shadow: 4px 0 0 0 var(--color-background-container-content-4un1ap, #ffffff);
|
|
240
240
|
clip-path: inset(0 0 0 0);
|
|
241
241
|
}
|
|
242
|
-
.awsui_body-
|
|
242
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_sticky-cell_c6tup_6muoq_133.awsui_body-cell-selected_c6tup_6muoq_181:not(#\9):last-child.awsui_sticky-cell-last-right_c6tup_6muoq_242 {
|
|
243
243
|
box-shadow: var(--shadow-sticky-column-last-n170vw, -4px 0 8px 1px rgba(0, 28, 36, 0.1)), 8px 0 0 0 var(--color-background-container-content-4un1ap, #ffffff);
|
|
244
244
|
clip-path: inset(0 0 0 -24px);
|
|
245
245
|
}
|
|
246
|
-
.awsui_body-
|
|
246
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_sticky-cell-last-left_c6tup_6muoq_246:not(#\9) {
|
|
247
247
|
box-shadow: var(--shadow-sticky-column-first-039dqs, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
|
|
248
248
|
clip-path: inset(0px -24px 0px 0px);
|
|
249
249
|
}
|
|
250
|
-
.awsui_body-
|
|
250
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_sticky-cell-last-right_c6tup_6muoq_242:not(#\9) {
|
|
251
251
|
box-shadow: var(--shadow-sticky-column-last-n170vw, -4px 0 8px 1px rgba(0, 28, 36, 0.1));
|
|
252
252
|
clip-path: inset(0 0 0 -24px);
|
|
253
253
|
}
|
|
254
254
|
@media (prefers-reduced-motion: reduce) {
|
|
255
|
-
.awsui_body-
|
|
255
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_sticky-cell_c6tup_6muoq_133:not(#\9) {
|
|
256
256
|
animation: none;
|
|
257
257
|
transition: none;
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
|
-
.awsui-motion-disabled .awsui_body-
|
|
260
|
+
.awsui-motion-disabled .awsui_body-cell_c6tup_6muoq_99.awsui_sticky-cell_c6tup_6muoq_133:not(#\9), .awsui-mode-entering .awsui_body-cell_c6tup_6muoq_99.awsui_sticky-cell_c6tup_6muoq_133:not(#\9) {
|
|
261
261
|
animation: none;
|
|
262
262
|
transition: none;
|
|
263
263
|
}
|
|
264
|
-
.awsui_body-cell-
|
|
264
|
+
.awsui_body-cell-selected_c6tup_6muoq_181:not(#\9):not(:first-child) {
|
|
265
265
|
padding-block-start: calc(
|
|
266
266
|
var(--space-scaled-xs-26e2du, 8px) + (var(--border-item-width-yel47s, 2px) - var(--border-divider-list-width-27y3k5, 1px))
|
|
267
267
|
);
|
|
268
268
|
}
|
|
269
|
-
.awsui_body-
|
|
269
|
+
.awsui_body-cell_c6tup_6muoq_99:not(#\9):not(.awsui_body-cell-selected_c6tup_6muoq_181).awsui_body-cell-next-selected_c6tup_6muoq_269 {
|
|
270
270
|
border-block-end: 0;
|
|
271
271
|
padding-block-end: calc(var(--space-scaled-xs-26e2du, 8px) + var(--border-divider-list-width-27y3k5, 1px));
|
|
272
272
|
}
|
|
273
|
-
.awsui_body-cell-
|
|
273
|
+
.awsui_body-cell-selected_c6tup_6muoq_181.awsui_body-cell-prev-selected_c6tup_6muoq_273:not(#\9) {
|
|
274
274
|
padding-block-start: calc(
|
|
275
275
|
var(--space-scaled-xs-26e2du, 8px) + (var(--border-item-width-yel47s, 2px) - var(--border-divider-list-width-27y3k5, 1px))
|
|
276
276
|
);
|
|
277
277
|
border-block-start: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-item-placeholder-h8j85e, #0972d3);
|
|
278
278
|
}
|
|
279
|
-
.awsui_body-cell-
|
|
279
|
+
.awsui_body-cell-selected_c6tup_6muoq_181.awsui_body-cell-next-selected_c6tup_6muoq_269:not(#\9) {
|
|
280
280
|
border-block-end-width: var(--border-divider-list-width-27y3k5, 1px);
|
|
281
281
|
}
|
|
282
|
-
.awsui_body-cell-
|
|
282
|
+
.awsui_body-cell-selected_c6tup_6muoq_181.awsui_body-cell-next-selected_c6tup_6muoq_269:not(#\9):first-child {
|
|
283
283
|
border-end-start-radius: 0;
|
|
284
284
|
}
|
|
285
|
-
.awsui_body-cell-
|
|
285
|
+
.awsui_body-cell-selected_c6tup_6muoq_181.awsui_body-cell-next-selected_c6tup_6muoq_269:not(#\9):last-child {
|
|
286
286
|
border-end-end-radius: 0;
|
|
287
287
|
}
|
|
288
|
-
.awsui_body-cell-
|
|
288
|
+
.awsui_body-cell-selected_c6tup_6muoq_181.awsui_body-cell-prev-selected_c6tup_6muoq_273:not(#\9):first-child {
|
|
289
289
|
border-start-start-radius: 0;
|
|
290
290
|
}
|
|
291
|
-
.awsui_body-cell-
|
|
291
|
+
.awsui_body-cell-selected_c6tup_6muoq_181.awsui_body-cell-prev-selected_c6tup_6muoq_273:not(#\9):last-child {
|
|
292
292
|
border-start-end-radius: 0;
|
|
293
293
|
}
|
|
294
|
-
.awsui_body-cell-
|
|
294
|
+
.awsui_body-cell-selected_c6tup_6muoq_181:not(#\9):not(.awsui_body-cell-prev-selected_c6tup_6muoq_273) {
|
|
295
295
|
padding-block-start: var(--space-scaled-xs-26e2du, 8px);
|
|
296
296
|
}
|
|
297
|
-
.awsui_body-cell-
|
|
297
|
+
.awsui_body-cell-editor-wrapper_c6tup_6muoq_297:not(#\9) {
|
|
298
298
|
padding-block: 0;
|
|
299
299
|
padding-inline-start: 0;
|
|
300
300
|
padding-inline-end: calc(
|
|
301
301
|
var(--space-xs-zb16t3, 8px) + var(--space-xxs-p8yyaw, 4px)
|
|
302
302
|
);
|
|
303
303
|
}
|
|
304
|
-
.awsui_body-cell-
|
|
304
|
+
.awsui_body-cell-success_c6tup_6muoq_304:not(#\9) {
|
|
305
305
|
padding-block: 0;
|
|
306
306
|
padding-inline-start: 0;
|
|
307
307
|
padding-inline-end: calc(calc(
|
|
308
308
|
var(--space-xs-zb16t3, 8px) + var(--space-xxs-p8yyaw, 4px)
|
|
309
309
|
) + calc(var(--size-icon-normal-0m1722, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
310
310
|
}
|
|
311
|
-
.awsui_body-cell-
|
|
311
|
+
.awsui_body-cell-success_c6tup_6muoq_304:not(#\9), .awsui_body-cell-editor-wrapper_c6tup_6muoq_297:not(#\9) {
|
|
312
312
|
inset-block: 0;
|
|
313
313
|
inset-inline-end: 0;
|
|
314
314
|
position: absolute;
|
|
315
315
|
display: flex;
|
|
316
316
|
align-items: center;
|
|
317
317
|
justify-content: flex-end;
|
|
318
|
+
}
|
|
319
|
+
.awsui_body-cell-editor_c6tup_6muoq_297:not(#\9) {
|
|
318
320
|
cursor: pointer;
|
|
319
321
|
outline: 0;
|
|
320
322
|
background: 0;
|
|
321
323
|
border-block: 0;
|
|
322
324
|
border-inline: 0;
|
|
325
|
+
padding-block: 0;
|
|
326
|
+
padding-inline: 0;
|
|
327
|
+
min-block-size: 10px;
|
|
328
|
+
min-inline-size: 10px;
|
|
323
329
|
color: var(--color-text-button-normal-default-mo7k6u, #0972d3);
|
|
324
330
|
}
|
|
325
|
-
.awsui_body-cell-
|
|
331
|
+
.awsui_body-cell-editor-disabled_c6tup_6muoq_331:not(#\9) {
|
|
332
|
+
color: var(--color-text-disabled-inline-edit-zrb7bp, #414d5c);
|
|
333
|
+
}
|
|
334
|
+
.awsui_body-cell-editor_c6tup_6muoq_297:not(#\9):hover {
|
|
326
335
|
color: var(--color-text-button-normal-hover-04pe0y, #033160);
|
|
327
336
|
}
|
|
328
|
-
.awsui_body-cell-
|
|
337
|
+
.awsui_body-cell-editor_c6tup_6muoq_297:not(#\9):active {
|
|
329
338
|
color: var(--color-text-button-normal-active-4it2mv, #033160);
|
|
330
339
|
}
|
|
331
|
-
.awsui_body-cell-
|
|
340
|
+
.awsui_body-cell-editor-form_c6tup_6muoq_340:not(#\9) {
|
|
332
341
|
margin-block: calc(-1 * var(--space-xs-zb16t3, 8px));
|
|
333
342
|
margin-inline: calc(-1.5 * var(--space-xs-zb16t3, 8px));
|
|
334
343
|
}
|
|
335
|
-
.awsui_is-visual-
|
|
344
|
+
.awsui_is-visual-refresh_c6tup_6muoq_148.awsui_body-cell_c6tup_6muoq_99:not(#\9):first-child.awsui_has-striped-rows_c6tup_6muoq_160 > .awsui_body-cell-editor-form_c6tup_6muoq_340 {
|
|
336
345
|
margin-inline-start: calc(-1 * var(--space-xxs-p8yyaw, 4px));
|
|
337
346
|
}
|
|
338
|
-
.awsui_is-visual-
|
|
347
|
+
.awsui_is-visual-refresh_c6tup_6muoq_148.awsui_body-cell_c6tup_6muoq_99:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_6muoq_160) > .awsui_body-cell-editor-form_c6tup_6muoq_340 {
|
|
339
348
|
margin-inline-start: calc(-1 * var(--space-xxxs-zbmxqb, 2px));
|
|
340
349
|
}
|
|
341
|
-
.awsui_body-cell-
|
|
350
|
+
.awsui_body-cell-editor-row_c6tup_6muoq_350:not(#\9) {
|
|
342
351
|
display: flex;
|
|
343
352
|
flex-flow: row nowrap;
|
|
344
353
|
align-items: center;
|
|
345
354
|
justify-content: space-between;
|
|
346
355
|
column-gap: var(--space-xxs-p8yyaw, 4px);
|
|
347
356
|
}
|
|
348
|
-
.awsui_body-cell-
|
|
357
|
+
.awsui_body-cell-editor-row_c6tup_6muoq_350 > :not(#\9):not(:last-child) {
|
|
349
358
|
flex-grow: 1;
|
|
350
359
|
}
|
|
351
|
-
.awsui_body-cell-
|
|
360
|
+
.awsui_body-cell-editor-controls_c6tup_6muoq_360:not(#\9) {
|
|
352
361
|
flex-shrink: 0;
|
|
353
362
|
}
|
|
354
|
-
.awsui_body-
|
|
355
|
-
color: var(--color-text-disabled-inline-edit-zrb7bp, #414d5c);
|
|
356
|
-
}
|
|
357
|
-
.awsui_body-cell_c6tup_n9t12_99.awsui_body-cell-editable_c6tup_n9t12_163:not(#\9) {
|
|
363
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9) {
|
|
358
364
|
position: relative;
|
|
359
|
-
cursor: pointer;
|
|
360
365
|
}
|
|
361
|
-
.awsui_body-
|
|
366
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163.awsui_sticky-cell_c6tup_6muoq_133:not(#\9) {
|
|
362
367
|
position: sticky;
|
|
363
368
|
}
|
|
364
|
-
.awsui_body-
|
|
369
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163.awsui_body-cell-edit-active_c6tup_6muoq_163:not(#\9) {
|
|
365
370
|
overflow: visible;
|
|
366
371
|
}
|
|
367
|
-
.awsui_body-
|
|
372
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163.awsui_body-cell-edit-active_c6tup_6muoq_163.awsui_sticky-cell_c6tup_6muoq_133:not(#\9) {
|
|
368
373
|
position: sticky;
|
|
369
374
|
}
|
|
370
|
-
.awsui_body-
|
|
375
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163) {
|
|
376
|
+
cursor: pointer;
|
|
377
|
+
}
|
|
378
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163) > .awsui_body-cell-editor-wrapper_c6tup_6muoq_297 {
|
|
371
379
|
opacity: 0;
|
|
372
380
|
}
|
|
373
|
-
.awsui_body-
|
|
381
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:focus-within {
|
|
374
382
|
position: relative;
|
|
375
383
|
}
|
|
376
|
-
.awsui_body-
|
|
384
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:focus-within {
|
|
377
385
|
outline: 2px dotted transparent;
|
|
378
386
|
outline-offset: calc(calc(-1 * var(--space-scaled-xxs-7597g1, 4px)) - 1px);
|
|
379
387
|
}
|
|
380
|
-
.awsui_body-
|
|
388
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:focus-within::before {
|
|
381
389
|
content: " ";
|
|
382
390
|
display: block;
|
|
383
391
|
position: absolute;
|
|
@@ -391,23 +399,44 @@ body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_n9t12_99:not(#\9):foc
|
|
|
391
399
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
392
400
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
393
401
|
}
|
|
394
|
-
.awsui_body-
|
|
402
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):not(.awsui_body-cell-interactive_c6tup_6muoq_381) > .awsui_body-cell-editor-wrapper_c6tup_6muoq_297 > .awsui_body-cell-editor_c6tup_6muoq_297:focus {
|
|
403
|
+
position: relative;
|
|
404
|
+
}
|
|
405
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):not(.awsui_body-cell-interactive_c6tup_6muoq_381) > .awsui_body-cell-editor-wrapper_c6tup_6muoq_297 > .awsui_body-cell-editor_c6tup_6muoq_297:focus {
|
|
406
|
+
outline: 2px dotted transparent;
|
|
407
|
+
outline-offset: calc(var(--space-button-inline-icon-focus-outline-gutter-vk4r2v, 0px) - 1px);
|
|
408
|
+
}
|
|
409
|
+
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):not(.awsui_body-cell-interactive_c6tup_6muoq_381) > .awsui_body-cell-editor-wrapper_c6tup_6muoq_297 > .awsui_body-cell-editor_c6tup_6muoq_297:focus::before {
|
|
410
|
+
content: " ";
|
|
411
|
+
display: block;
|
|
412
|
+
position: absolute;
|
|
413
|
+
inset-inline-start: calc(-1 * var(--space-button-inline-icon-focus-outline-gutter-vk4r2v, 0px));
|
|
414
|
+
inset-block-start: calc(-1 * var(--space-button-inline-icon-focus-outline-gutter-vk4r2v, 0px));
|
|
415
|
+
inline-size: calc(100% + 2 * var(--space-button-inline-icon-focus-outline-gutter-vk4r2v, 0px));
|
|
416
|
+
block-size: calc(100% + 2 * var(--space-button-inline-icon-focus-outline-gutter-vk4r2v, 0px));
|
|
417
|
+
border-start-start-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
418
|
+
border-start-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
419
|
+
border-end-start-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
420
|
+
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
421
|
+
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
422
|
+
}
|
|
423
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):not(.awsui_body-cell-interactive_c6tup_6muoq_381), .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):focus-within:focus-within, .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-edit-disabled-popover_c6tup_6muoq_423 {
|
|
395
424
|
padding-inline-end: calc(var(--space-scaled-l-0hpmd7, 20px) + var(--space-l-t419sm, 20px));
|
|
396
425
|
padding-inline-end: calc(var(--space-scaled-l-0hpmd7, 20px) + var(--space-l-t419sm, 20px));
|
|
397
426
|
}
|
|
398
|
-
.awsui_body-
|
|
427
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):not(.awsui_body-cell-interactive_c6tup_6muoq_381).awsui_body-cell-has-success_c6tup_6muoq_427, .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):focus-within:focus-within.awsui_body-cell-has-success_c6tup_6muoq_427, .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-edit-disabled-popover_c6tup_6muoq_423.awsui_body-cell-has-success_c6tup_6muoq_427 {
|
|
399
428
|
padding-inline-end: calc(var(--space-scaled-l-0hpmd7, 20px) + var(--space-l-t419sm, 20px) + calc(var(--size-icon-normal-0m1722, 16px) + var(--space-xs-zb16t3, 8px)));
|
|
400
429
|
}
|
|
401
|
-
.awsui_body-
|
|
430
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):not(.awsui_body-cell-interactive_c6tup_6muoq_381) > .awsui_body-cell-editor-wrapper_c6tup_6muoq_297, .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):focus-within:focus-within > .awsui_body-cell-editor-wrapper_c6tup_6muoq_297, .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-edit-disabled-popover_c6tup_6muoq_423 > .awsui_body-cell-editor-wrapper_c6tup_6muoq_297 {
|
|
402
431
|
opacity: 1;
|
|
403
432
|
}
|
|
404
|
-
.awsui_body-
|
|
433
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):not(.awsui_body-cell-interactive_c6tup_6muoq_381) > .awsui_body-cell-success_c6tup_6muoq_304, .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):focus-within:focus-within > .awsui_body-cell-success_c6tup_6muoq_304, .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-edit-disabled-popover_c6tup_6muoq_423 > .awsui_body-cell-success_c6tup_6muoq_304 {
|
|
405
434
|
opacity: 1;
|
|
406
435
|
}
|
|
407
|
-
.awsui_body-
|
|
436
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):not(.awsui_body-cell-interactive_c6tup_6muoq_381).awsui_sticky-cell_c6tup_6muoq_133, .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):focus-within:focus-within.awsui_sticky-cell_c6tup_6muoq_133, .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-edit-disabled-popover_c6tup_6muoq_423.awsui_sticky-cell_c6tup_6muoq_133 {
|
|
408
437
|
position: sticky;
|
|
409
438
|
}
|
|
410
|
-
.awsui_body-
|
|
439
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:hover {
|
|
411
440
|
background-color: var(--color-background-dropdown-item-hover-swsulg, #f4f4f4);
|
|
412
441
|
border-block: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-editable-cell-hover-nqrv6y, #7d8998);
|
|
413
442
|
border-inline: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-editable-cell-hover-nqrv6y, #7d8998);
|
|
@@ -415,45 +444,45 @@ body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_n9t12_99:not(#\9):foc
|
|
|
415
444
|
position: relative;
|
|
416
445
|
padding-inline-end: calc(var(--space-scaled-l-0hpmd7, 20px) + var(--space-l-t419sm, 20px));
|
|
417
446
|
}
|
|
418
|
-
.awsui_body-
|
|
447
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:hover:first-child {
|
|
419
448
|
inset-inline: 0;
|
|
420
449
|
}
|
|
421
|
-
.awsui_body-
|
|
450
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:hover > .awsui_body-cell-editor-wrapper_c6tup_6muoq_297 {
|
|
422
451
|
padding-inline-end: calc(calc(
|
|
423
452
|
var(--space-xs-zb16t3, 8px) + var(--space-xxs-p8yyaw, 4px)
|
|
424
453
|
) - (2 * var(--border-divider-list-width-27y3k5, 1px)));
|
|
425
454
|
}
|
|
426
|
-
.awsui_body-
|
|
455
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:hover > .awsui_body-cell-success_c6tup_6muoq_304 {
|
|
427
456
|
padding-inline-end: calc(calc(calc(
|
|
428
457
|
var(--space-xs-zb16t3, 8px) + var(--space-xxs-p8yyaw, 4px)
|
|
429
458
|
) + calc(var(--size-icon-normal-0m1722, 16px) + var(--space-xs-zb16t3, 8px))) - (2 * var(--border-divider-list-width-27y3k5, 1px)));
|
|
430
459
|
}
|
|
431
|
-
.awsui_body-
|
|
460
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:hover.awsui_body-cell-last-row_c6tup_6muoq_181.awsui_body-cell-selected_c6tup_6muoq_181, .awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:hover.awsui_body-cell-next-selected_c6tup_6muoq_269 {
|
|
432
461
|
padding-block: calc(var(--space-scaled-xs-26e2du, 8px) - calc(var(--border-divider-list-width-27y3k5, 1px) / 2));
|
|
433
462
|
}
|
|
434
|
-
.awsui_body-
|
|
463
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:hover.awsui_body-cell-last-row_c6tup_6muoq_181:not(.awsui_body-cell-selected_c6tup_6muoq_181) {
|
|
435
464
|
padding-block-start: calc(var(--space-scaled-xs-26e2du, 8px) - calc(var(--border-divider-list-width-27y3k5, 1px)));
|
|
436
465
|
}
|
|
437
|
-
.awsui_body-
|
|
466
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:hover.awsui_body-cell-first-row_c6tup_6muoq_178:not(.awsui_body-cell-selected_c6tup_6muoq_181) {
|
|
438
467
|
padding-block: calc(var(--space-scaled-xs-26e2du, 8px) - calc(var(--border-divider-list-width-27y3k5, 1px)));
|
|
439
468
|
}
|
|
440
|
-
.awsui_body-
|
|
469
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:hover.awsui_sticky-cell_c6tup_6muoq_133 {
|
|
441
470
|
position: sticky;
|
|
442
471
|
}
|
|
443
|
-
.awsui_body-
|
|
472
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:hover > .awsui_body-cell-editor-wrapper_c6tup_6muoq_297 {
|
|
444
473
|
opacity: 1;
|
|
445
474
|
}
|
|
446
|
-
.awsui_body-
|
|
475
|
+
.awsui_body-cell_c6tup_6muoq_99.awsui_body-cell-editable_c6tup_6muoq_163:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163).awsui_body-cell-interactive_c6tup_6muoq_381:hover > .awsui_body-cell-success_c6tup_6muoq_304 {
|
|
447
476
|
opacity: 1;
|
|
448
477
|
}
|
|
449
|
-
.awsui_body-cell-
|
|
478
|
+
.awsui_body-cell-editable_c6tup_6muoq_163.awsui_is-visual-refresh_c6tup_6muoq_148:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):hover:first-child {
|
|
450
479
|
border-start-start-radius: var(--border-radius-item-05df9h, 8px);
|
|
451
480
|
border-end-start-radius: var(--border-radius-item-05df9h, 8px);
|
|
452
481
|
}
|
|
453
|
-
.awsui_body-cell-
|
|
482
|
+
.awsui_body-cell-editable_c6tup_6muoq_163.awsui_is-visual-refresh_c6tup_6muoq_148:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):hover:last-child {
|
|
454
483
|
border-start-end-radius: var(--border-radius-item-05df9h, 8px);
|
|
455
484
|
border-end-end-radius: var(--border-radius-item-05df9h, 8px);
|
|
456
485
|
}
|
|
457
|
-
.awsui_body-cell-
|
|
486
|
+
.awsui_body-cell-editable_c6tup_6muoq_163.awsui_is-visual-refresh_c6tup_6muoq_148:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):hover.awsui_body-cell-first-row_c6tup_6muoq_178 > .awsui_body-cell-success_c6tup_6muoq_304, .awsui_body-cell-editable_c6tup_6muoq_163.awsui_is-visual-refresh_c6tup_6muoq_148:not(#\9):not(.awsui_body-cell-edit-active_c6tup_6muoq_163):hover.awsui_body-cell-first-row_c6tup_6muoq_178 > .awsui_body-cell-editor-wrapper_c6tup_6muoq_297 {
|
|
458
487
|
padding-block-start: var(--border-divider-list-width-27y3k5, 1px);
|
|
459
488
|
}
|
|
@@ -2,35 +2,34 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"body-cell": "awsui_body-
|
|
6
|
-
"sticky-cell": "awsui_sticky-
|
|
7
|
-
"body-cell-wrap": "awsui_body-cell-
|
|
8
|
-
"is-visual-refresh": "awsui_is-visual-
|
|
9
|
-
"has-striped-rows": "awsui_has-striped-
|
|
10
|
-
"body-cell-edit-active": "awsui_body-cell-edit-
|
|
11
|
-
"body-cell-editable": "awsui_body-cell-
|
|
12
|
-
"has-striped-rows-sticky-cell-pad-left": "awsui_has-striped-rows-sticky-cell-pad-
|
|
13
|
-
"has-selection": "awsui_has-
|
|
14
|
-
"body-cell-first-row": "awsui_body-cell-first-
|
|
15
|
-
"body-cell-last-row": "awsui_body-cell-last-
|
|
16
|
-
"body-cell-selected": "awsui_body-cell-
|
|
17
|
-
"has-footer": "awsui_has-
|
|
18
|
-
"body-cell-shaded": "awsui_body-cell-
|
|
19
|
-
"sticky-cell-pad-left": "awsui_sticky-cell-pad-
|
|
20
|
-
"sticky-cell-last-right": "awsui_sticky-cell-last-
|
|
21
|
-
"sticky-cell-last-left": "awsui_sticky-cell-last-
|
|
22
|
-
"body-cell-next-selected": "awsui_body-cell-next-
|
|
23
|
-
"body-cell-prev-selected": "awsui_body-cell-prev-
|
|
24
|
-
"body-cell-editor": "awsui_body-cell-
|
|
25
|
-
"body-cell-success": "awsui_body-cell-
|
|
26
|
-
"body-cell-
|
|
27
|
-
"body-cell-editor-
|
|
28
|
-
"body-cell-
|
|
29
|
-
"body-cell-editor-row": "awsui_body-cell-editor-
|
|
30
|
-
"body-cell-
|
|
31
|
-
"body-cell-
|
|
32
|
-
"body-cell-disabled-
|
|
33
|
-
"body-cell-
|
|
34
|
-
"body-cell-has-success": "awsui_body-cell-has-success_c6tup_n9t12_398"
|
|
5
|
+
"body-cell": "awsui_body-cell_c6tup_6muoq_99",
|
|
6
|
+
"sticky-cell": "awsui_sticky-cell_c6tup_6muoq_133",
|
|
7
|
+
"body-cell-wrap": "awsui_body-cell-wrap_c6tup_6muoq_136",
|
|
8
|
+
"is-visual-refresh": "awsui_is-visual-refresh_c6tup_6muoq_148",
|
|
9
|
+
"has-striped-rows": "awsui_has-striped-rows_c6tup_6muoq_160",
|
|
10
|
+
"body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_6muoq_163",
|
|
11
|
+
"body-cell-editable": "awsui_body-cell-editable_c6tup_6muoq_163",
|
|
12
|
+
"has-striped-rows-sticky-cell-pad-left": "awsui_has-striped-rows-sticky-cell-pad-left_c6tup_6muoq_169",
|
|
13
|
+
"has-selection": "awsui_has-selection_c6tup_6muoq_172",
|
|
14
|
+
"body-cell-first-row": "awsui_body-cell-first-row_c6tup_6muoq_178",
|
|
15
|
+
"body-cell-last-row": "awsui_body-cell-last-row_c6tup_6muoq_181",
|
|
16
|
+
"body-cell-selected": "awsui_body-cell-selected_c6tup_6muoq_181",
|
|
17
|
+
"has-footer": "awsui_has-footer_c6tup_6muoq_181",
|
|
18
|
+
"body-cell-shaded": "awsui_body-cell-shaded_c6tup_6muoq_191",
|
|
19
|
+
"sticky-cell-pad-left": "awsui_sticky-cell-pad-left_c6tup_6muoq_225",
|
|
20
|
+
"sticky-cell-last-right": "awsui_sticky-cell-last-right_c6tup_6muoq_242",
|
|
21
|
+
"sticky-cell-last-left": "awsui_sticky-cell-last-left_c6tup_6muoq_246",
|
|
22
|
+
"body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_6muoq_269",
|
|
23
|
+
"body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_6muoq_273",
|
|
24
|
+
"body-cell-editor-wrapper": "awsui_body-cell-editor-wrapper_c6tup_6muoq_297",
|
|
25
|
+
"body-cell-success": "awsui_body-cell-success_c6tup_6muoq_304",
|
|
26
|
+
"body-cell-editor": "awsui_body-cell-editor_c6tup_6muoq_297",
|
|
27
|
+
"body-cell-editor-disabled": "awsui_body-cell-editor-disabled_c6tup_6muoq_331",
|
|
28
|
+
"body-cell-editor-form": "awsui_body-cell-editor-form_c6tup_6muoq_340",
|
|
29
|
+
"body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_6muoq_350",
|
|
30
|
+
"body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_6muoq_360",
|
|
31
|
+
"body-cell-interactive": "awsui_body-cell-interactive_c6tup_6muoq_381",
|
|
32
|
+
"body-cell-edit-disabled-popover": "awsui_body-cell-edit-disabled-popover_c6tup_6muoq_423",
|
|
33
|
+
"body-cell-has-success": "awsui_body-cell-has-success_c6tup_6muoq_427"
|
|
35
34
|
};
|
|
36
35
|
|