@cloudscape-design/components 3.0.317 → 3.0.319
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/annotation-context/annotation/styles.css.js +24 -24
- package/annotation-context/annotation/styles.scoped.css +30 -30
- package/annotation-context/annotation/styles.selectors.js +24 -24
- package/app-layout/drawer/interfaces.d.ts +0 -7
- package/app-layout/drawer/interfaces.d.ts.map +1 -1
- package/app-layout/drawer/interfaces.js.map +1 -1
- package/app-layout/drawer/resizable-drawer.d.ts.map +1 -1
- package/app-layout/drawer/resizable-drawer.js +3 -3
- package/app-layout/drawer/resizable-drawer.js.map +1 -1
- package/app-layout/index.d.ts.map +1 -1
- package/app-layout/index.js +19 -2
- package/app-layout/index.js.map +1 -1
- package/app-layout/notifications/styles.css.js +3 -3
- package/app-layout/notifications/styles.scoped.css +7 -7
- package/app-layout/notifications/styles.selectors.js +3 -3
- package/app-layout/runtime-api.d.ts +8 -0
- package/app-layout/runtime-api.d.ts.map +1 -0
- package/app-layout/runtime-api.js +35 -0
- package/app-layout/runtime-api.js.map +1 -0
- package/app-layout/styles.css.js +17 -13
- package/app-layout/styles.scoped.css +44 -13
- package/app-layout/styles.selectors.js +17 -13
- package/app-layout/utils/interfaces.d.ts +10 -0
- package/app-layout/utils/interfaces.d.ts.map +1 -0
- package/app-layout/utils/interfaces.js +2 -0
- package/app-layout/utils/interfaces.js.map +1 -0
- package/app-layout/utils/use-drawer-focus-control.d.ts.map +1 -1
- package/app-layout/utils/use-drawer-focus-control.js +8 -3
- package/app-layout/utils/use-drawer-focus-control.js.map +1 -1
- package/app-layout/utils/use-keyboard-events.d.ts +4 -0
- package/app-layout/utils/use-keyboard-events.d.ts.map +1 -0
- package/{split-panel → app-layout}/utils/use-keyboard-events.js +10 -11
- package/app-layout/utils/use-keyboard-events.js.map +1 -0
- package/app-layout/utils/use-pointer-events.d.ts +3 -0
- package/app-layout/utils/use-pointer-events.d.ts.map +1 -0
- package/{split-panel → app-layout}/utils/use-pointer-events.js +15 -8
- package/app-layout/utils/use-pointer-events.js.map +1 -0
- package/app-layout/utils/use-resize.d.ts +16 -0
- package/app-layout/utils/use-resize.d.ts.map +1 -0
- package/app-layout/utils/use-resize.js +84 -0
- package/app-layout/utils/use-resize.js.map +1 -0
- package/app-layout/visual-refresh/context.d.ts +11 -6
- package/app-layout/visual-refresh/context.d.ts.map +1 -1
- package/app-layout/visual-refresh/context.js +26 -7
- package/app-layout/visual-refresh/context.js.map +1 -1
- package/app-layout/visual-refresh/drawers.d.ts +1 -33
- package/app-layout/visual-refresh/drawers.d.ts.map +1 -1
- package/app-layout/visual-refresh/drawers.js +14 -7
- package/app-layout/visual-refresh/drawers.js.map +1 -1
- package/app-layout/visual-refresh/styles.css.js +69 -68
- package/app-layout/visual-refresh/styles.scoped.css +294 -298
- package/app-layout/visual-refresh/styles.selectors.js +69 -68
- package/app-layout/visual-refresh/trigger-button.d.ts.map +1 -1
- package/app-layout/visual-refresh/trigger-button.js +1 -2
- package/app-layout/visual-refresh/trigger-button.js.map +1 -1
- package/area-chart/{model/async-store.d.ts → async-store/index.d.ts} +1 -1
- package/area-chart/async-store/index.d.ts.map +1 -0
- package/area-chart/{model/async-store.js → async-store/index.js} +1 -1
- package/area-chart/async-store/index.js.map +1 -0
- package/area-chart/elements/area-chart-legend.d.ts.map +1 -1
- package/area-chart/elements/area-chart-legend.js +1 -1
- package/area-chart/elements/area-chart-legend.js.map +1 -1
- package/area-chart/elements/data-series.js +1 -1
- package/area-chart/elements/data-series.js.map +1 -1
- package/area-chart/elements/highlighted-point.js +1 -1
- package/area-chart/elements/highlighted-point.js.map +1 -1
- package/area-chart/elements/use-highlight-details.d.ts.map +1 -1
- package/area-chart/elements/use-highlight-details.js +3 -1
- package/area-chart/elements/use-highlight-details.js.map +1 -1
- package/area-chart/elements/vertical-marker.js +1 -1
- package/area-chart/elements/vertical-marker.js.map +1 -1
- package/area-chart/model/index.d.ts +1 -1
- package/area-chart/model/index.d.ts.map +1 -1
- package/area-chart/model/index.js.map +1 -1
- package/area-chart/model/interactions-store.d.ts +1 -1
- package/area-chart/model/interactions-store.d.ts.map +1 -1
- package/area-chart/model/interactions-store.js +1 -1
- package/area-chart/model/interactions-store.js.map +1 -1
- package/area-chart/model/use-chart-model.d.ts.map +1 -1
- package/area-chart/model/use-chart-model.js +1 -1
- package/area-chart/model/use-chart-model.js.map +1 -1
- package/attribute-editor/interfaces.d.ts +1 -1
- package/attribute-editor/interfaces.d.ts.map +1 -1
- package/attribute-editor/interfaces.js.map +1 -1
- package/content-layout/styles.css.js +7 -7
- package/content-layout/styles.scoped.css +13 -13
- package/content-layout/styles.selectors.js +7 -7
- package/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/expandable-section/expandable-section-header.js +10 -10
- package/expandable-section/expandable-section-header.js.map +1 -1
- package/expandable-section/interfaces.d.ts +1 -1
- package/expandable-section/interfaces.js.map +1 -1
- package/expandable-section/styles.css.js +31 -29
- package/expandable-section/styles.scoped.css +56 -51
- package/expandable-section/styles.selectors.js +31 -29
- package/expandable-section/utils.js +1 -1
- package/expandable-section/utils.js.map +1 -1
- package/flashbar/styles.css.js +45 -45
- package/flashbar/styles.scoped.css +169 -169
- package/flashbar/styles.selectors.js +45 -45
- package/internal/environment.js +1 -1
- package/internal/generated/custom-css-properties/index.js +39 -39
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/internal/plugins/api.d.ts +15 -0
- package/internal/plugins/api.d.ts.map +1 -0
- package/internal/plugins/api.js +50 -0
- package/internal/plugins/api.js.map +1 -0
- package/internal/plugins/drawers-controller.d.ts +22 -0
- package/internal/plugins/drawers-controller.d.ts.map +1 -0
- package/internal/plugins/drawers-controller.js +34 -0
- package/internal/plugins/drawers-controller.js.map +1 -0
- package/internal/plugins/index.d.ts +2 -0
- package/internal/plugins/index.d.ts.map +1 -0
- package/internal/plugins/index.js +4 -0
- package/internal/plugins/index.js.map +1 -0
- package/mixed-line-bar-chart/data-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/data-series.js +8 -2
- package/mixed-line-bar-chart/data-series.js.map +1 -1
- package/package.json +1 -1
- package/split-panel/index.d.ts.map +1 -1
- package/split-panel/index.js +3 -3
- package/split-panel/index.js.map +1 -1
- package/split-panel/interfaces.d.ts +0 -7
- package/split-panel/interfaces.d.ts.map +1 -1
- package/split-panel/interfaces.js.map +1 -1
- package/split-panel/styles.css.js +56 -59
- package/split-panel/styles.scoped.css +77 -93
- package/split-panel/styles.selectors.js +56 -59
- package/table/body-cell/td-element.d.ts +2 -2
- package/table/body-cell/td-element.d.ts.map +1 -1
- package/table/body-cell/td-element.js +2 -2
- package/table/body-cell/td-element.js.map +1 -1
- package/table/column-widths-utils.d.ts +3 -0
- package/table/column-widths-utils.d.ts.map +1 -0
- package/table/column-widths-utils.js +16 -0
- package/table/column-widths-utils.js.map +1 -0
- package/table/header-cell/index.d.ts +3 -3
- package/table/header-cell/index.d.ts.map +1 -1
- package/table/header-cell/index.js +2 -2
- package/table/header-cell/index.js.map +1 -1
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +15 -10
- package/table/internal.js.map +1 -1
- package/table/resizer/index.d.ts.map +1 -1
- package/table/resizer/index.js +2 -2
- package/table/resizer/index.js.map +1 -1
- package/table/sticky-columns/index.d.ts +2 -0
- package/table/sticky-columns/index.d.ts.map +1 -0
- package/table/sticky-columns/index.js +4 -0
- package/table/sticky-columns/index.js.map +1 -0
- package/table/{use-sticky-columns.d.ts → sticky-columns/use-sticky-columns.d.ts} +7 -9
- package/table/sticky-columns/use-sticky-columns.d.ts.map +1 -0
- package/table/{use-sticky-columns.js → sticky-columns/use-sticky-columns.js} +3 -4
- package/table/sticky-columns/use-sticky-columns.js.map +1 -0
- package/table/sticky-scrollbar/index.d.ts +2 -0
- package/table/sticky-scrollbar/index.d.ts.map +1 -0
- package/table/sticky-scrollbar/index.js +4 -0
- package/table/sticky-scrollbar/index.js.map +1 -0
- package/table/sticky-scrollbar/sticky-scrollbar.d.ts.map +1 -0
- package/table/{sticky-scrollbar.js → sticky-scrollbar/sticky-scrollbar.js} +2 -2
- package/table/sticky-scrollbar/sticky-scrollbar.js.map +1 -0
- package/table/sticky-scrollbar/styles.css.js +9 -0
- package/table/sticky-scrollbar/styles.scoped.css +22 -0
- package/table/sticky-scrollbar/styles.selectors.js +10 -0
- package/table/sticky-scrollbar/use-sticky-scrollbar.d.ts.map +1 -0
- package/table/{use-sticky-scrollbar.js → sticky-scrollbar/use-sticky-scrollbar.js} +3 -3
- package/table/sticky-scrollbar/use-sticky-scrollbar.js.map +1 -0
- package/table/styles.css.js +32 -36
- package/table/styles.scoped.css +40 -59
- package/table/styles.selectors.js +32 -36
- package/table/thead.d.ts +2 -1
- package/table/thead.d.ts.map +1 -1
- package/table/thead.js +4 -4
- package/table/thead.js.map +1 -1
- package/table/use-column-widths.d.ts +10 -8
- package/table/use-column-widths.d.ts.map +1 -1
- package/table/use-column-widths.js +30 -47
- package/table/use-column-widths.js.map +1 -1
- package/table/utils.d.ts +1 -1
- package/table/utils.d.ts.map +1 -1
- package/table/utils.js.map +1 -1
- package/test-utils/dom/app-layout/index.d.ts +1 -1
- package/test-utils/tsconfig.tsbuildinfo +1 -1
- package/wizard/styles.css.js +31 -31
- package/wizard/styles.scoped.css +63 -63
- package/wizard/styles.selectors.js +31 -31
- package/area-chart/model/async-store.d.ts.map +0 -1
- package/area-chart/model/async-store.js.map +0 -1
- package/split-panel/utils/use-keyboard-events.d.ts +0 -4
- package/split-panel/utils/use-keyboard-events.d.ts.map +0 -1
- package/split-panel/utils/use-keyboard-events.js.map +0 -1
- package/split-panel/utils/use-pointer-events.d.ts +0 -3
- package/split-panel/utils/use-pointer-events.d.ts.map +0 -1
- package/split-panel/utils/use-pointer-events.js.map +0 -1
- package/table/sticky-scrollbar.d.ts.map +0 -1
- package/table/sticky-scrollbar.js.map +0 -1
- package/table/use-sticky-columns.d.ts.map +0 -1
- package/table/use-sticky-columns.js.map +0 -1
- package/table/use-sticky-scrollbar.d.ts.map +0 -1
- package/table/use-sticky-scrollbar.js.map +0 -1
- /package/table/{sticky-scrollbar.d.ts → sticky-scrollbar/sticky-scrollbar.d.ts} +0 -0
- /package/table/{use-sticky-scrollbar.d.ts → sticky-scrollbar/use-sticky-scrollbar.d.ts} +0 -0
|
@@ -186,31 +186,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
186
186
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
187
187
|
SPDX-License-Identifier: Apache-2.0
|
|
188
188
|
*/
|
|
189
|
-
.
|
|
189
|
+
.awsui_drawer_1r9lg_1q0fb_189.awsui_refresh_1r9lg_1q0fb_189:not(#\9) {
|
|
190
190
|
transition-duration: var(--motion-duration-refresh-only-fast-q2mprk, 115ms);
|
|
191
191
|
transition-property: none;
|
|
192
192
|
}
|
|
193
193
|
@media (prefers-reduced-motion: reduce) {
|
|
194
|
-
.
|
|
194
|
+
.awsui_drawer_1r9lg_1q0fb_189.awsui_refresh_1r9lg_1q0fb_189:not(#\9) {
|
|
195
195
|
animation: none;
|
|
196
196
|
transition: none;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
.awsui-motion-disabled .
|
|
199
|
+
.awsui-motion-disabled .awsui_drawer_1r9lg_1q0fb_189.awsui_refresh_1r9lg_1q0fb_189:not(#\9), .awsui-mode-entering .awsui_drawer_1r9lg_1q0fb_189.awsui_refresh_1r9lg_1q0fb_189:not(#\9) {
|
|
200
200
|
animation: none;
|
|
201
201
|
transition: none;
|
|
202
202
|
}
|
|
203
|
-
.
|
|
203
|
+
.awsui_drawer_1r9lg_1q0fb_189.awsui_refresh_1r9lg_1q0fb_189.awsui_animating_1r9lg_1q0fb_203:not(#\9) {
|
|
204
204
|
transition-property: transform;
|
|
205
205
|
transition-timing-function: var(--motion-easing-refresh-only-a-6ywz7k, cubic-bezier(0, 0, 0, 1));
|
|
206
206
|
}
|
|
207
207
|
@media (prefers-reduced-motion: reduce) {
|
|
208
|
-
.
|
|
208
|
+
.awsui_drawer_1r9lg_1q0fb_189.awsui_refresh_1r9lg_1q0fb_189.awsui_animating_1r9lg_1q0fb_203:not(#\9) {
|
|
209
209
|
animation: none;
|
|
210
210
|
transition: none;
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
|
-
.awsui-motion-disabled .
|
|
213
|
+
.awsui-motion-disabled .awsui_drawer_1r9lg_1q0fb_189.awsui_refresh_1r9lg_1q0fb_189.awsui_animating_1r9lg_1q0fb_203:not(#\9), .awsui-mode-entering .awsui_drawer_1r9lg_1q0fb_189.awsui_refresh_1r9lg_1q0fb_189.awsui_animating_1r9lg_1q0fb_203:not(#\9) {
|
|
214
214
|
animation: none;
|
|
215
215
|
transition: none;
|
|
216
216
|
}
|
|
@@ -223,88 +223,72 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
223
223
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
224
224
|
SPDX-License-Identifier: Apache-2.0
|
|
225
225
|
*/
|
|
226
|
-
.awsui_preference-icon--layout-
|
|
226
|
+
.awsui_preference-icon--layout-border_1r9lg_1q0fb_226:not(#\9) {
|
|
227
227
|
stroke: var(--color-background-home-header-qnhw1k, #000716);
|
|
228
228
|
fill: var(--color-background-container-content-og3y0v, #ffffff);
|
|
229
229
|
}
|
|
230
|
-
.awsui_preference-icon--layout-
|
|
230
|
+
.awsui_preference-icon--layout-background_1r9lg_1q0fb_230:not(#\9) {
|
|
231
231
|
fill: var(--color-background-layout-main-m49752, #ffffff);
|
|
232
232
|
}
|
|
233
|
-
.awsui_preference-icon--layout-
|
|
233
|
+
.awsui_preference-icon--layout-header_1r9lg_1q0fb_233:not(#\9) {
|
|
234
234
|
fill: var(--color-background-home-header-qnhw1k, #000716);
|
|
235
235
|
}
|
|
236
|
-
.awsui_preference-icon--
|
|
236
|
+
.awsui_preference-icon--border_1r9lg_1q0fb_236:not(#\9) {
|
|
237
237
|
stroke: var(--color-text-group-label-qtmgp9, #414d5c);
|
|
238
238
|
fill: var(--color-background-container-content-og3y0v, #ffffff);
|
|
239
239
|
}
|
|
240
|
-
.awsui_preference-icon--primary-
|
|
240
|
+
.awsui_preference-icon--primary-button_1r9lg_1q0fb_240:not(#\9) {
|
|
241
241
|
fill: var(--color-background-button-primary-default-lxnvg2, #0972d3);
|
|
242
242
|
}
|
|
243
|
-
.awsui_preference-icon--
|
|
243
|
+
.awsui_preference-icon--secondary_1r9lg_1q0fb_243:not(#\9) {
|
|
244
244
|
fill: var(--color-text-group-label-qtmgp9, #414d5c);
|
|
245
245
|
}
|
|
246
|
-
.awsui_preference-icon--disabled-
|
|
246
|
+
.awsui_preference-icon--disabled-element_1r9lg_1q0fb_246:not(#\9) {
|
|
247
247
|
fill: var(--color-background-control-disabled-u2n10f, #d1d5db);
|
|
248
248
|
}
|
|
249
|
-
.awsui_preference-icon--
|
|
249
|
+
.awsui_preference-icon--separator_1r9lg_1q0fb_249:not(#\9) {
|
|
250
250
|
stroke: var(--color-background-control-disabled-u2n10f, #d1d5db);
|
|
251
251
|
}
|
|
252
|
-
.awsui_preference-icon--focus-
|
|
252
|
+
.awsui_preference-icon--focus-text_1r9lg_1q0fb_252:not(#\9) {
|
|
253
253
|
fill: var(--color-text-interactive-default-2sml2m, #414d5c);
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
.awsui_preference-icon-refresh--layout-
|
|
256
|
+
.awsui_preference-icon-refresh--layout-top_1r9lg_1q0fb_256:not(#\9) {
|
|
257
257
|
fill: var(--color-background-button-primary-disabled-mp3gf0, #e9ebed);
|
|
258
258
|
}
|
|
259
|
-
.awsui_preference-icon-refresh--layout-
|
|
259
|
+
.awsui_preference-icon-refresh--layout-main_1r9lg_1q0fb_259:not(#\9) {
|
|
260
260
|
fill: var(--color-background-layout-main-m49752, #ffffff);
|
|
261
261
|
}
|
|
262
|
-
.awsui_preference-icon-refresh--
|
|
262
|
+
.awsui_preference-icon-refresh--primary_1r9lg_1q0fb_262:not(#\9) {
|
|
263
263
|
fill: var(--color-background-button-primary-default-lxnvg2, #0972d3);
|
|
264
264
|
}
|
|
265
|
-
.awsui_preference-icon-refresh--
|
|
265
|
+
.awsui_preference-icon-refresh--disabled_1r9lg_1q0fb_265:not(#\9) {
|
|
266
266
|
fill: var(--color-background-control-disabled-u2n10f, #d1d5db);
|
|
267
267
|
}
|
|
268
|
-
.awsui_preference-icon-refresh--column-
|
|
268
|
+
.awsui_preference-icon-refresh--column-header_1r9lg_1q0fb_268:not(#\9) {
|
|
269
269
|
fill: var(--color-text-input-disabled-dmotcr, #9ba7b6);
|
|
270
270
|
}
|
|
271
|
-
.awsui_preference-icon-refresh--
|
|
271
|
+
.awsui_preference-icon-refresh--window_1r9lg_1q0fb_271:not(#\9) {
|
|
272
272
|
stroke: var(--color-background-home-header-qnhw1k, #000716);
|
|
273
273
|
fill: var(--color-background-container-content-og3y0v, #ffffff);
|
|
274
274
|
}
|
|
275
|
-
.awsui_preference-icon-refresh--
|
|
275
|
+
.awsui_preference-icon-refresh--secondary_1r9lg_1q0fb_275:not(#\9) {
|
|
276
276
|
fill: var(--color-text-body-secondary-he5d85, #414d5c);
|
|
277
277
|
}
|
|
278
|
-
.awsui_preference-icon-refresh--
|
|
278
|
+
.awsui_preference-icon-refresh--default_1r9lg_1q0fb_278:not(#\9) {
|
|
279
279
|
fill: var(--color-text-body-default-mmvcvg, #000716);
|
|
280
280
|
}
|
|
281
|
-
.awsui_preference-icon-refresh--
|
|
281
|
+
.awsui_preference-icon-refresh--separator_1r9lg_1q0fb_281:not(#\9) {
|
|
282
282
|
stroke: var(--color-border-divider-default-9o8zql, #e9ebed);
|
|
283
283
|
}
|
|
284
|
-
.awsui_preference-icon-refresh--input-
|
|
284
|
+
.awsui_preference-icon-refresh--input-default_1r9lg_1q0fb_284:not(#\9) {
|
|
285
285
|
fill: var(--color-border-input-default-zb6g42, #7d8998);
|
|
286
286
|
}
|
|
287
|
-
.awsui_preference-icon-refresh--
|
|
287
|
+
.awsui_preference-icon-refresh--heading_1r9lg_1q0fb_287:not(#\9) {
|
|
288
288
|
fill: var(--color-text-heading-default-18iw0k, #000716);
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
|
|
292
|
-
.awsui_resize-active_1r9lg_98j8j_292 *:not(#\9) {
|
|
293
|
-
-webkit-user-select: none;
|
|
294
|
-
user-select: none;
|
|
295
|
-
}
|
|
296
|
-
.awsui_resize-active_1r9lg_98j8j_292 iframe:not(#\9) {
|
|
297
|
-
pointer-events: none;
|
|
298
|
-
}
|
|
299
|
-
.awsui_resize-side_1r9lg_98j8j_298 *:not(#\9) {
|
|
300
|
-
cursor: ew-resize;
|
|
301
|
-
}
|
|
302
|
-
.awsui_resize-bottom_1r9lg_98j8j_301 *:not(#\9) {
|
|
303
|
-
cursor: ns-resize;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
/* stylelint-enable */
|
|
307
|
-
.awsui_root_1r9lg_98j8j_306:not(#\9) {
|
|
291
|
+
.awsui_root_1r9lg_1q0fb_291:not(#\9) {
|
|
308
292
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
309
293
|
border-collapse: separate;
|
|
310
294
|
border-spacing: 0;
|
|
@@ -343,47 +327,47 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
343
327
|
-moz-osx-font-smoothing: auto;
|
|
344
328
|
}
|
|
345
329
|
|
|
346
|
-
.awsui_preferences-
|
|
330
|
+
.awsui_preferences-button_1r9lg_1q0fb_304:not(#\9) {
|
|
347
331
|
/* used in test-utils */
|
|
348
332
|
}
|
|
349
333
|
|
|
350
|
-
.awsui_close-
|
|
334
|
+
.awsui_close-button_1r9lg_1q0fb_308:not(#\9) {
|
|
351
335
|
/* used in test-utils */
|
|
352
336
|
}
|
|
353
337
|
|
|
354
|
-
.
|
|
338
|
+
.awsui_drawer_1r9lg_1q0fb_189:not(#\9) {
|
|
355
339
|
flex-shrink: 0;
|
|
356
340
|
position: relative;
|
|
357
341
|
word-wrap: break-word;
|
|
358
342
|
background-color: var(--color-background-layout-panel-content-6tvac7, #ffffff);
|
|
359
343
|
z-index: 840;
|
|
360
344
|
}
|
|
361
|
-
.awsui_drawer-
|
|
345
|
+
.awsui_drawer-closed_1r9lg_1q0fb_319:not(#\9) {
|
|
362
346
|
cursor: pointer;
|
|
363
347
|
min-width: 40px;
|
|
364
348
|
}
|
|
365
349
|
|
|
366
|
-
.awsui_drawer-content-
|
|
350
|
+
.awsui_drawer-content-side_1r9lg_1q0fb_324:not(#\9) {
|
|
367
351
|
display: flex;
|
|
368
352
|
align-items: center;
|
|
369
353
|
height: 100%;
|
|
370
354
|
overflow: auto;
|
|
371
355
|
}
|
|
372
|
-
.awsui_drawer-
|
|
356
|
+
.awsui_drawer-closed_1r9lg_1q0fb_319 > .awsui_drawer-content-side_1r9lg_1q0fb_324:not(#\9) {
|
|
373
357
|
width: 40px;
|
|
374
358
|
}
|
|
375
|
-
.awsui_drawer-
|
|
359
|
+
.awsui_drawer-closed_1r9lg_1q0fb_319 > .awsui_drawer-content-side_1r9lg_1q0fb_324:not(#\9):hover {
|
|
376
360
|
background: var(--color-background-layout-panel-hover-4hingm, #e9ebed);
|
|
377
361
|
}
|
|
378
|
-
.awsui_drawer-content-
|
|
362
|
+
.awsui_drawer-content-side_1r9lg_1q0fb_324.awsui_refresh_1r9lg_1q0fb_189:not(#\9) {
|
|
379
363
|
border-right: var(--border-divider-section-width-orq175, 2px) solid var(--color-border-divider-panel-side-imbwg9, #e9ebed);
|
|
380
364
|
box-sizing: border-box;
|
|
381
365
|
}
|
|
382
|
-
.awsui_drawer-content-
|
|
366
|
+
.awsui_drawer-content-side_1r9lg_1q0fb_324 > [aria-hidden=true]:not(#\9) {
|
|
383
367
|
display: none;
|
|
384
368
|
}
|
|
385
369
|
|
|
386
|
-
:not(#\9):not(.awsui_drawer-
|
|
370
|
+
:not(#\9):not(.awsui_drawer-closed_1r9lg_1q0fb_319) > .awsui_drawer-content-bottom_1r9lg_1q0fb_344 {
|
|
387
371
|
overflow-y: auto;
|
|
388
372
|
position: absolute;
|
|
389
373
|
top: 0;
|
|
@@ -392,7 +376,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
392
376
|
bottom: 0;
|
|
393
377
|
}
|
|
394
378
|
|
|
395
|
-
.awsui_position-
|
|
379
|
+
.awsui_position-bottom_1r9lg_1q0fb_353:not(#\9) {
|
|
396
380
|
position: fixed;
|
|
397
381
|
overflow-y: auto;
|
|
398
382
|
border-left: var(--border-divider-section-width-orq175, 2px) solid var(--color-border-divider-panel-bottom-b9txih, #e9ebed);
|
|
@@ -403,46 +387,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
403
387
|
SplitPanel is no longer in fixed position in the DOM.
|
|
404
388
|
*/
|
|
405
389
|
}
|
|
406
|
-
.awsui_position-
|
|
390
|
+
.awsui_position-bottom_1r9lg_1q0fb_353:not(#\9):not(.awsui_refresh_1r9lg_1q0fb_189) {
|
|
407
391
|
box-shadow: var(--shadow-split-bottom-ijqtlb, 0px -36px 36px -36px rgba(0, 7, 22, 0.1));
|
|
408
392
|
}
|
|
409
|
-
.awsui_position-
|
|
393
|
+
.awsui_position-bottom_1r9lg_1q0fb_353.awsui_drawer-closed_1r9lg_1q0fb_319:not(#\9) {
|
|
410
394
|
overflow: hidden;
|
|
411
395
|
}
|
|
412
|
-
.awsui_position-
|
|
396
|
+
.awsui_position-bottom_1r9lg_1q0fb_353.awsui_drawer-closed_1r9lg_1q0fb_319:not(#\9):hover {
|
|
413
397
|
background: var(--color-background-layout-panel-hover-4hingm, #e9ebed);
|
|
414
398
|
}
|
|
415
|
-
.awsui_position-
|
|
399
|
+
.awsui_position-bottom_1r9lg_1q0fb_353 > .awsui_drawer-content-bottom_1r9lg_1q0fb_344 > [aria-hidden=true]:not(#\9) {
|
|
416
400
|
display: none;
|
|
417
401
|
}
|
|
418
|
-
.awsui_position-
|
|
402
|
+
.awsui_position-bottom_1r9lg_1q0fb_353.awsui_refresh_1r9lg_1q0fb_189:not(#\9) {
|
|
419
403
|
position: relative;
|
|
420
404
|
}
|
|
421
405
|
|
|
422
|
-
.awsui_position-
|
|
406
|
+
.awsui_position-side_1r9lg_1q0fb_380:not(#\9) {
|
|
423
407
|
border-top: none;
|
|
424
408
|
box-shadow: var(--shadow-split-side-y9t0a2, -1px 0px 1px 0px #e9ebed, -36px 6px 36px -36px rgba(0, 7, 22, 0.1));
|
|
425
409
|
height: 100%;
|
|
426
410
|
}
|
|
427
411
|
|
|
428
|
-
.
|
|
412
|
+
.awsui_slider_1r9lg_1q0fb_386:not(#\9) {
|
|
429
413
|
padding: 0;
|
|
430
414
|
cursor: ns-resize;
|
|
431
415
|
margin: 2px 0 0 0;
|
|
432
416
|
height: 16px;
|
|
433
417
|
touch-action: none;
|
|
434
418
|
}
|
|
435
|
-
.
|
|
419
|
+
.awsui_slider_1r9lg_1q0fb_386:not(#\9):focus {
|
|
436
420
|
outline: none;
|
|
437
421
|
}
|
|
438
|
-
body[data-awsui-focus-visible=true] .
|
|
422
|
+
body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1q0fb_386:not(#\9):focus {
|
|
439
423
|
position: relative;
|
|
440
424
|
}
|
|
441
|
-
body[data-awsui-focus-visible=true] .
|
|
425
|
+
body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1q0fb_386:not(#\9):focus {
|
|
442
426
|
outline: 2px dotted transparent;
|
|
443
427
|
outline-offset: calc(0px - 1px);
|
|
444
428
|
}
|
|
445
|
-
body[data-awsui-focus-visible=true] .
|
|
429
|
+
body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1q0fb_386:not(#\9):focus::before {
|
|
446
430
|
content: " ";
|
|
447
431
|
display: block;
|
|
448
432
|
position: absolute;
|
|
@@ -454,12 +438,12 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_98j8j_401:not(#\9):focus
|
|
|
454
438
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-4t19h5, #0972d3);
|
|
455
439
|
}
|
|
456
440
|
|
|
457
|
-
.awsui_slider-
|
|
441
|
+
.awsui_slider-side_1r9lg_1q0fb_415:not(#\9) {
|
|
458
442
|
cursor: ew-resize;
|
|
459
443
|
margin: 0 0 0 2px;
|
|
460
444
|
}
|
|
461
445
|
|
|
462
|
-
.awsui_slider-wrapper-
|
|
446
|
+
.awsui_slider-wrapper-bottom_1r9lg_1q0fb_420:not(#\9) {
|
|
463
447
|
position: absolute;
|
|
464
448
|
top: 0;
|
|
465
449
|
left: 0;
|
|
@@ -470,7 +454,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_98j8j_401:not(#\9):focus
|
|
|
470
454
|
z-index: 2;
|
|
471
455
|
}
|
|
472
456
|
|
|
473
|
-
.awsui_slider-wrapper-
|
|
457
|
+
.awsui_slider-wrapper-side_1r9lg_1q0fb_431:not(#\9) {
|
|
474
458
|
position: absolute;
|
|
475
459
|
left: 0;
|
|
476
460
|
top: 0;
|
|
@@ -481,31 +465,31 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_98j8j_401:not(#\9):focus
|
|
|
481
465
|
z-index: 1;
|
|
482
466
|
}
|
|
483
467
|
|
|
484
|
-
.awsui_open-
|
|
468
|
+
.awsui_open-button_1r9lg_1q0fb_442:not(#\9) {
|
|
485
469
|
/* used in test-utils */
|
|
486
470
|
}
|
|
487
471
|
|
|
488
|
-
.awsui_open-button-
|
|
472
|
+
.awsui_open-button-side_1r9lg_1q0fb_446:not(#\9) {
|
|
489
473
|
flex: 0 0 auto;
|
|
490
474
|
align-self: flex-start;
|
|
491
475
|
box-sizing: border-box;
|
|
492
476
|
margin: var(--space-xxs-ja5cp8, 4px) auto 0;
|
|
493
477
|
}
|
|
494
478
|
|
|
495
|
-
.awsui_slider-
|
|
479
|
+
.awsui_slider-icon_1r9lg_1q0fb_453:not(#\9) {
|
|
496
480
|
stroke: var(--color-text-interactive-default-2sml2m, #414d5c);
|
|
497
481
|
}
|
|
498
|
-
.awsui_slider-
|
|
482
|
+
.awsui_slider-icon_1r9lg_1q0fb_453:not(#\9):hover {
|
|
499
483
|
stroke: var(--color-text-interactive-hover-8bpozs, #000716);
|
|
500
484
|
}
|
|
501
|
-
.awsui_slider-icon-
|
|
485
|
+
.awsui_slider-icon-bottom_1r9lg_1q0fb_459:not(#\9) {
|
|
502
486
|
margin: auto;
|
|
503
487
|
}
|
|
504
|
-
.awsui_slider-icon-
|
|
488
|
+
.awsui_slider-icon-side_1r9lg_1q0fb_462:not(#\9) {
|
|
505
489
|
transform: rotate(90deg);
|
|
506
490
|
}
|
|
507
491
|
|
|
508
|
-
.awsui_pane-header-wrapper-
|
|
492
|
+
.awsui_pane-header-wrapper-bottom_1r9lg_1q0fb_466:not(#\9) {
|
|
509
493
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
510
494
|
position: sticky;
|
|
511
495
|
top: 0;
|
|
@@ -515,49 +499,49 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_98j8j_401:not(#\9):focus
|
|
|
515
499
|
z-index: 1;
|
|
516
500
|
padding: 0 var(--space-scaled-2x-xxxl-qc7pg7, 40px);
|
|
517
501
|
}
|
|
518
|
-
.awsui_drawer-
|
|
502
|
+
.awsui_drawer-mobile_1r9lg_1q0fb_476 > .awsui_drawer-content-bottom_1r9lg_1q0fb_344 > .awsui_pane-header-wrapper-bottom_1r9lg_1q0fb_466:not(#\9) {
|
|
519
503
|
padding: 0 var(--space-l-f4l5gr, 20px);
|
|
520
504
|
}
|
|
521
|
-
.awsui_drawer-disable-content-
|
|
505
|
+
.awsui_drawer-disable-content-paddings_1r9lg_1q0fb_479 > .awsui_drawer-content-bottom_1r9lg_1q0fb_344 > .awsui_pane-header-wrapper-bottom_1r9lg_1q0fb_466:not(#\9) {
|
|
522
506
|
padding: 0 var(--space-l-f4l5gr, 20px);
|
|
523
507
|
}
|
|
524
|
-
:not(#\9):not(.awsui_drawer-
|
|
508
|
+
:not(#\9):not(.awsui_drawer-closed_1r9lg_1q0fb_319) > .awsui_drawer-content-bottom_1r9lg_1q0fb_344 > .awsui_pane-header-wrapper-bottom_1r9lg_1q0fb_466 {
|
|
525
509
|
background-color: var(--color-background-layout-panel-content-6tvac7, #ffffff);
|
|
526
510
|
border-bottom: var(--border-panel-header-width-mb8f46, 2px) solid var(--color-border-divider-default-9o8zql, #e9ebed);
|
|
527
511
|
}
|
|
528
512
|
|
|
529
|
-
.awsui_content-
|
|
513
|
+
.awsui_content-bottom_1r9lg_1q0fb_487:not(#\9) {
|
|
530
514
|
padding: 0 var(--space-scaled-2x-xxxl-qc7pg7, 40px);
|
|
531
515
|
margin-top: var(--space-panel-split-top-yyup9h, 20px);
|
|
532
516
|
position: relative;
|
|
533
517
|
z-index: 0;
|
|
534
518
|
}
|
|
535
|
-
.awsui_drawer-
|
|
519
|
+
.awsui_drawer-mobile_1r9lg_1q0fb_476 > .awsui_drawer-content-bottom_1r9lg_1q0fb_344 > .awsui_content-bottom_1r9lg_1q0fb_487:not(#\9) {
|
|
536
520
|
padding: 0 var(--space-l-f4l5gr, 20px);
|
|
537
521
|
}
|
|
538
|
-
.awsui_drawer-disable-content-
|
|
522
|
+
.awsui_drawer-disable-content-paddings_1r9lg_1q0fb_479 > .awsui_drawer-content-bottom_1r9lg_1q0fb_344 > .awsui_content-bottom_1r9lg_1q0fb_487:not(#\9) {
|
|
539
523
|
padding: 0;
|
|
540
524
|
}
|
|
541
525
|
|
|
542
|
-
.awsui_pane-bottom-center-
|
|
526
|
+
.awsui_pane-bottom-center-align_1r9lg_1q0fb_500:not(#\9) {
|
|
543
527
|
display: flex;
|
|
544
528
|
justify-content: center;
|
|
545
529
|
}
|
|
546
530
|
|
|
547
|
-
.awsui_pane-bottom-content-nav-
|
|
531
|
+
.awsui_pane-bottom-content-nav-padding_1r9lg_1q0fb_505:not(#\9) {
|
|
548
532
|
padding-left: calc(var(--space-layout-toggle-diameter-i4mha3, 40px) + 2 * var(--space-layout-toggle-padding-dhzjwp, 20px));
|
|
549
533
|
}
|
|
550
534
|
|
|
551
|
-
.awsui_pane-bottom-content-tools-
|
|
535
|
+
.awsui_pane-bottom-content-tools-padding_1r9lg_1q0fb_509:not(#\9) {
|
|
552
536
|
padding-right: calc(var(--space-layout-toggle-diameter-i4mha3, 40px) + 2 * var(--space-layout-toggle-padding-dhzjwp, 20px));
|
|
553
537
|
}
|
|
554
538
|
|
|
555
|
-
.awsui_content-bottom-max-
|
|
539
|
+
.awsui_content-bottom-max-width_1r9lg_1q0fb_513:not(#\9) {
|
|
556
540
|
flex-grow: 1;
|
|
557
541
|
max-width: 100%;
|
|
558
542
|
}
|
|
559
543
|
|
|
560
|
-
.awsui_content-
|
|
544
|
+
.awsui_content-side_1r9lg_1q0fb_518:not(#\9) {
|
|
561
545
|
flex: auto;
|
|
562
546
|
align-self: flex-start;
|
|
563
547
|
box-sizing: border-box;
|
|
@@ -568,15 +552,15 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_98j8j_401:not(#\9):focus
|
|
|
568
552
|
right: 0;
|
|
569
553
|
height: 100%;
|
|
570
554
|
}
|
|
571
|
-
.awsui_content-
|
|
555
|
+
.awsui_content-side_1r9lg_1q0fb_518 > .awsui_pane-header-wrapper-side_1r9lg_1q0fb_529:not(#\9) {
|
|
572
556
|
padding: 0 var(--space-m-h2th94, 16px) 0 var(--space-panel-side-left-ob0rxs, 28px);
|
|
573
557
|
}
|
|
574
|
-
.awsui_content-
|
|
558
|
+
.awsui_content-side_1r9lg_1q0fb_518 > .awsui_pane-content-wrapper-side_1r9lg_1q0fb_532:not(#\9) {
|
|
575
559
|
padding: 0 var(--space-panel-side-right-zzgkuy, 24px) 0 var(--space-panel-side-left-ob0rxs, 28px);
|
|
576
560
|
margin-top: var(--space-panel-split-top-yyup9h, 20px);
|
|
577
561
|
}
|
|
578
562
|
|
|
579
|
-
.
|
|
563
|
+
.awsui_header_1r9lg_1q0fb_537:not(#\9) {
|
|
580
564
|
display: flex;
|
|
581
565
|
flex: auto;
|
|
582
566
|
flex-direction: row;
|
|
@@ -585,7 +569,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_98j8j_401:not(#\9):focus
|
|
|
585
569
|
width: 100%;
|
|
586
570
|
margin: var(--space-scaled-m-gxhdpl, 16px) 0 var(--space-m-h2th94, 16px) 0;
|
|
587
571
|
}
|
|
588
|
-
.awsui_header-
|
|
572
|
+
.awsui_header-text_1r9lg_1q0fb_546:not(#\9) {
|
|
589
573
|
font-size: var(--font-panel-header-size-x8jazn, 20px);
|
|
590
574
|
line-height: var(--font-panel-header-line-height-mz6j6r, 24px);
|
|
591
575
|
font-weight: var(--font-heading-l-weight-cxmpnm, 800);
|
|
@@ -595,13 +579,13 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_98j8j_401:not(#\9):focus
|
|
|
595
579
|
margin: 0;
|
|
596
580
|
}
|
|
597
581
|
|
|
598
|
-
.awsui_header-
|
|
582
|
+
.awsui_header-divider_1r9lg_1q0fb_556:not(#\9) {
|
|
599
583
|
border: none;
|
|
600
584
|
border-top: var(--border-panel-header-width-mb8f46, 2px) solid var(--color-border-divider-default-9o8zql, #e9ebed);
|
|
601
585
|
margin-top: calc(-1 * var(--border-panel-header-width-mb8f46, 2px));
|
|
602
586
|
}
|
|
603
587
|
|
|
604
|
-
.awsui_header-
|
|
588
|
+
.awsui_header-actions_1r9lg_1q0fb_562:not(#\9) {
|
|
605
589
|
display: flex;
|
|
606
590
|
flex-direction: row;
|
|
607
591
|
justify-content: space-between;
|
|
@@ -609,7 +593,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_98j8j_401:not(#\9):focus
|
|
|
609
593
|
margin-left: var(--space-xs-edba2s, 8px);
|
|
610
594
|
}
|
|
611
595
|
|
|
612
|
-
.
|
|
596
|
+
.awsui_divider_1r9lg_1q0fb_570:not(#\9) {
|
|
613
597
|
border-right: var(--border-divider-section-width-orq175, 2px) solid var(--color-border-divider-default-9o8zql, #e9ebed);
|
|
614
598
|
margin: var(--space-scaled-xxs-t2t62i, 4px) var(--space-scaled-xs-wbfgrv, 8px);
|
|
615
599
|
}
|
|
@@ -2,64 +2,61 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"drawer": "
|
|
6
|
-
"refresh": "
|
|
7
|
-
"animating": "
|
|
8
|
-
"preference-icon--layout-border": "awsui_preference-icon--layout-
|
|
9
|
-
"preference-icon--layout-background": "awsui_preference-icon--layout-
|
|
10
|
-
"preference-icon--layout-header": "awsui_preference-icon--layout-
|
|
11
|
-
"preference-icon--border": "awsui_preference-icon--
|
|
12
|
-
"preference-icon--primary-button": "awsui_preference-icon--primary-
|
|
13
|
-
"preference-icon--secondary": "awsui_preference-icon--
|
|
14
|
-
"preference-icon--disabled-element": "awsui_preference-icon--disabled-
|
|
15
|
-
"preference-icon--separator": "awsui_preference-icon--
|
|
16
|
-
"preference-icon--focus-text": "awsui_preference-icon--focus-
|
|
17
|
-
"preference-icon-refresh--layout-top": "awsui_preference-icon-refresh--layout-
|
|
18
|
-
"preference-icon-refresh--layout-main": "awsui_preference-icon-refresh--layout-
|
|
19
|
-
"preference-icon-refresh--primary": "awsui_preference-icon-refresh--
|
|
20
|
-
"preference-icon-refresh--disabled": "awsui_preference-icon-refresh--
|
|
21
|
-
"preference-icon-refresh--column-header": "awsui_preference-icon-refresh--column-
|
|
22
|
-
"preference-icon-refresh--window": "awsui_preference-icon-refresh--
|
|
23
|
-
"preference-icon-refresh--secondary": "awsui_preference-icon-refresh--
|
|
24
|
-
"preference-icon-refresh--default": "awsui_preference-icon-refresh--
|
|
25
|
-
"preference-icon-refresh--separator": "awsui_preference-icon-refresh--
|
|
26
|
-
"preference-icon-refresh--input-default": "awsui_preference-icon-refresh--input-
|
|
27
|
-
"preference-icon-refresh--heading": "awsui_preference-icon-refresh--
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"slider": "
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"slider-
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"content-
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"pane-
|
|
55
|
-
"content-
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"header": "
|
|
60
|
-
"
|
|
61
|
-
"header-divider": "awsui_header-divider_1r9lg_98j8j_571",
|
|
62
|
-
"header-actions": "awsui_header-actions_1r9lg_98j8j_577",
|
|
63
|
-
"divider": "awsui_divider_1r9lg_98j8j_585"
|
|
5
|
+
"drawer": "awsui_drawer_1r9lg_1q0fb_189",
|
|
6
|
+
"refresh": "awsui_refresh_1r9lg_1q0fb_189",
|
|
7
|
+
"animating": "awsui_animating_1r9lg_1q0fb_203",
|
|
8
|
+
"preference-icon--layout-border": "awsui_preference-icon--layout-border_1r9lg_1q0fb_226",
|
|
9
|
+
"preference-icon--layout-background": "awsui_preference-icon--layout-background_1r9lg_1q0fb_230",
|
|
10
|
+
"preference-icon--layout-header": "awsui_preference-icon--layout-header_1r9lg_1q0fb_233",
|
|
11
|
+
"preference-icon--border": "awsui_preference-icon--border_1r9lg_1q0fb_236",
|
|
12
|
+
"preference-icon--primary-button": "awsui_preference-icon--primary-button_1r9lg_1q0fb_240",
|
|
13
|
+
"preference-icon--secondary": "awsui_preference-icon--secondary_1r9lg_1q0fb_243",
|
|
14
|
+
"preference-icon--disabled-element": "awsui_preference-icon--disabled-element_1r9lg_1q0fb_246",
|
|
15
|
+
"preference-icon--separator": "awsui_preference-icon--separator_1r9lg_1q0fb_249",
|
|
16
|
+
"preference-icon--focus-text": "awsui_preference-icon--focus-text_1r9lg_1q0fb_252",
|
|
17
|
+
"preference-icon-refresh--layout-top": "awsui_preference-icon-refresh--layout-top_1r9lg_1q0fb_256",
|
|
18
|
+
"preference-icon-refresh--layout-main": "awsui_preference-icon-refresh--layout-main_1r9lg_1q0fb_259",
|
|
19
|
+
"preference-icon-refresh--primary": "awsui_preference-icon-refresh--primary_1r9lg_1q0fb_262",
|
|
20
|
+
"preference-icon-refresh--disabled": "awsui_preference-icon-refresh--disabled_1r9lg_1q0fb_265",
|
|
21
|
+
"preference-icon-refresh--column-header": "awsui_preference-icon-refresh--column-header_1r9lg_1q0fb_268",
|
|
22
|
+
"preference-icon-refresh--window": "awsui_preference-icon-refresh--window_1r9lg_1q0fb_271",
|
|
23
|
+
"preference-icon-refresh--secondary": "awsui_preference-icon-refresh--secondary_1r9lg_1q0fb_275",
|
|
24
|
+
"preference-icon-refresh--default": "awsui_preference-icon-refresh--default_1r9lg_1q0fb_278",
|
|
25
|
+
"preference-icon-refresh--separator": "awsui_preference-icon-refresh--separator_1r9lg_1q0fb_281",
|
|
26
|
+
"preference-icon-refresh--input-default": "awsui_preference-icon-refresh--input-default_1r9lg_1q0fb_284",
|
|
27
|
+
"preference-icon-refresh--heading": "awsui_preference-icon-refresh--heading_1r9lg_1q0fb_287",
|
|
28
|
+
"root": "awsui_root_1r9lg_1q0fb_291",
|
|
29
|
+
"preferences-button": "awsui_preferences-button_1r9lg_1q0fb_304",
|
|
30
|
+
"close-button": "awsui_close-button_1r9lg_1q0fb_308",
|
|
31
|
+
"drawer-closed": "awsui_drawer-closed_1r9lg_1q0fb_319",
|
|
32
|
+
"drawer-content-side": "awsui_drawer-content-side_1r9lg_1q0fb_324",
|
|
33
|
+
"drawer-content-bottom": "awsui_drawer-content-bottom_1r9lg_1q0fb_344",
|
|
34
|
+
"position-bottom": "awsui_position-bottom_1r9lg_1q0fb_353",
|
|
35
|
+
"position-side": "awsui_position-side_1r9lg_1q0fb_380",
|
|
36
|
+
"slider": "awsui_slider_1r9lg_1q0fb_386",
|
|
37
|
+
"slider-side": "awsui_slider-side_1r9lg_1q0fb_415",
|
|
38
|
+
"slider-wrapper-bottom": "awsui_slider-wrapper-bottom_1r9lg_1q0fb_420",
|
|
39
|
+
"slider-wrapper-side": "awsui_slider-wrapper-side_1r9lg_1q0fb_431",
|
|
40
|
+
"open-button": "awsui_open-button_1r9lg_1q0fb_442",
|
|
41
|
+
"open-button-side": "awsui_open-button-side_1r9lg_1q0fb_446",
|
|
42
|
+
"slider-icon": "awsui_slider-icon_1r9lg_1q0fb_453",
|
|
43
|
+
"slider-icon-bottom": "awsui_slider-icon-bottom_1r9lg_1q0fb_459",
|
|
44
|
+
"slider-icon-side": "awsui_slider-icon-side_1r9lg_1q0fb_462",
|
|
45
|
+
"pane-header-wrapper-bottom": "awsui_pane-header-wrapper-bottom_1r9lg_1q0fb_466",
|
|
46
|
+
"drawer-mobile": "awsui_drawer-mobile_1r9lg_1q0fb_476",
|
|
47
|
+
"drawer-disable-content-paddings": "awsui_drawer-disable-content-paddings_1r9lg_1q0fb_479",
|
|
48
|
+
"content-bottom": "awsui_content-bottom_1r9lg_1q0fb_487",
|
|
49
|
+
"pane-bottom-center-align": "awsui_pane-bottom-center-align_1r9lg_1q0fb_500",
|
|
50
|
+
"pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-padding_1r9lg_1q0fb_505",
|
|
51
|
+
"pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-padding_1r9lg_1q0fb_509",
|
|
52
|
+
"content-bottom-max-width": "awsui_content-bottom-max-width_1r9lg_1q0fb_513",
|
|
53
|
+
"content-side": "awsui_content-side_1r9lg_1q0fb_518",
|
|
54
|
+
"pane-header-wrapper-side": "awsui_pane-header-wrapper-side_1r9lg_1q0fb_529",
|
|
55
|
+
"pane-content-wrapper-side": "awsui_pane-content-wrapper-side_1r9lg_1q0fb_532",
|
|
56
|
+
"header": "awsui_header_1r9lg_1q0fb_537",
|
|
57
|
+
"header-text": "awsui_header-text_1r9lg_1q0fb_546",
|
|
58
|
+
"header-divider": "awsui_header-divider_1r9lg_1q0fb_556",
|
|
59
|
+
"header-actions": "awsui_header-actions_1r9lg_1q0fb_562",
|
|
60
|
+
"divider": "awsui_divider_1r9lg_1q0fb_570"
|
|
64
61
|
};
|
|
65
62
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { StickyColumnsModel } from '../use-sticky-columns';
|
|
2
|
+
import { StickyColumnsModel } from '../sticky-columns/use-sticky-columns.js';
|
|
3
3
|
export interface TableTdElementProps {
|
|
4
4
|
className?: string;
|
|
5
5
|
style?: React.CSSProperties;
|
|
@@ -19,7 +19,7 @@ export interface TableTdElementProps {
|
|
|
19
19
|
stripedRows?: boolean;
|
|
20
20
|
hasSelection?: boolean;
|
|
21
21
|
hasFooter?: boolean;
|
|
22
|
-
columnId:
|
|
22
|
+
columnId: PropertyKey;
|
|
23
23
|
stickyState: StickyColumnsModel;
|
|
24
24
|
isVisualRefresh?: boolean;
|
|
25
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"td-element.d.ts","sourceRoot":"lib/default/","sources":["table/body-cell/td-element.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"td-element.d.ts","sourceRoot":"lib/default/","sources":["table/body-cell/td-element.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,kBAAkB,EAAuB,MAAM,yCAAyC,CAAC;AAElG,MAAM,WAAW,mBAAmB;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,gBAAgB,CAAC,EAAE,IAAI,CACrB,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,EAC3F,OAAO,GAAG,WAAW,GAAG,SAAS,CAClC,CAAC;IACF,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,WAAW,CAAC;IACtB,WAAW,EAAE,kBAAkB,CAAC;IAChC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,cAAc,kGA6E1B,CAAC"}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import clsx from 'clsx';
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import styles from './styles.css.js';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { getStickyClassNames } from '../utils';
|
|
7
|
+
import { useStickyCellStyles } from '../sticky-columns/use-sticky-columns.js';
|
|
8
8
|
export const TableTdElement = React.forwardRef(({ className, style, children, wrapLines, isRowHeader, isFirstRow, isLastRow, isSelected, isNextSelected, isPrevSelected, nativeAttributes, onClick, onMouseEnter, onMouseLeave, isEvenRow, stripedRows, isVisualRefresh, hasSelection, hasFooter, columnId, stickyState, }, ref) => {
|
|
9
9
|
let Element = 'td';
|
|
10
10
|
if (isRowHeader) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"td-element.js","sourceRoot":"lib/default/","sources":["table/body-cell/td-element.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"td-element.js","sourceRoot":"lib/default/","sources":["table/body-cell/td-element.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAC/C,OAAO,EAAsB,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AA6BlG,MAAM,CAAC,MAAM,cAAc,GAAG,KAAK,CAAC,UAAU,CAC5C,CACE,EACE,SAAS,EACT,KAAK,EACL,QAAQ,EACR,SAAS,EACT,WAAW,EACX,UAAU,EACV,SAAS,EACT,UAAU,EACV,cAAc,EACd,cAAc,EACd,gBAAgB,EAChB,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,SAAS,EACT,WAAW,EACX,eAAe,EACf,YAAY,EACZ,SAAS,EACT,QAAQ,EACR,WAAW,GACZ,EACD,GAAG,EACH,EAAE;IACF,IAAI,OAAO,GAAgB,IAAI,CAAC;IAChC,IAAI,WAAW,EAAE;QACf,OAAO,GAAG,IAAI,CAAC;QACf,gBAAgB,mCACX,gBAAgB,KACnB,KAAK,EAAE,KAAK,GACb,CAAC;KACH;IAED,MAAM,YAAY,GAAG,mBAAmB,CAAC;QACvC,aAAa,EAAE,WAAW;QAC1B,QAAQ;QACR,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAAC,MAAM,EAAE,KAAK,CAAC;KAC1D,CAAC,CAAC;IACH,OAAO,CACL,oBAAC,OAAO,kBACN,KAAK,kCAAO,KAAK,GAAK,YAAY,CAAC,KAAK,GACxC,SAAS,EAAE,IAAI,CACb,SAAS,EACT,MAAM,CAAC,WAAW,CAAC,EACnB,SAAS,IAAI,MAAM,CAAC,gBAAgB,CAAC,EACrC,UAAU,IAAI,MAAM,CAAC,qBAAqB,CAAC,EAC3C,SAAS,IAAI,MAAM,CAAC,oBAAoB,CAAC,EACzC,UAAU,IAAI,MAAM,CAAC,oBAAoB,CAAC,EAC1C,cAAc,IAAI,MAAM,CAAC,yBAAyB,CAAC,EACnD,cAAc,IAAI,MAAM,CAAC,yBAAyB,CAAC,EACnD,CAAC,SAAS,IAAI,WAAW,IAAI,MAAM,CAAC,kBAAkB,CAAC,EACvD,WAAW,IAAI,MAAM,CAAC,kBAAkB,CAAC,EACzC,eAAe,IAAI,MAAM,CAAC,mBAAmB,CAAC,EAC9C,YAAY,IAAI,MAAM,CAAC,eAAe,CAAC,EACvC,SAAS,IAAI,MAAM,CAAC,YAAY,CAAC,EACjC,YAAY,CAAC,SAAS,CACvB,EACD,OAAO,EAAE,OAAO,EAChB,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,GAAG,EAAE,IAAI,CAAC,EAAE;YACV,IAAI,IAAI,EAAE;gBACR,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;gBACvB,IAAI,GAAG,EAAE;oBACN,GAAoD,CAAC,OAAO,GAAG,IAAI,CAAC;iBACtE;aACF;QACH,CAAC,IACG,gBAAgB,GAEnB,QAAQ,CACD,CACX,CAAC;AACJ,CAAC,CACF,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport clsx from 'clsx';\nimport React from 'react';\nimport styles from './styles.css.js';\nimport { getStickyClassNames } from '../utils';\nimport { StickyColumnsModel, useStickyCellStyles } from '../sticky-columns/use-sticky-columns.js';\n\nexport interface TableTdElementProps {\n className?: string;\n style?: React.CSSProperties;\n wrapLines: boolean | undefined;\n isRowHeader?: boolean;\n isFirstRow: boolean;\n isLastRow: boolean;\n isSelected: boolean;\n isNextSelected: boolean;\n isPrevSelected: boolean;\n nativeAttributes?: Omit<\n React.TdHTMLAttributes<HTMLTableCellElement> | React.ThHTMLAttributes<HTMLTableCellElement>,\n 'style' | 'className' | 'onClick'\n >;\n onClick?: () => void;\n onMouseEnter?: () => void;\n onMouseLeave?: () => void;\n children?: React.ReactNode;\n isEvenRow?: boolean;\n stripedRows?: boolean;\n hasSelection?: boolean;\n hasFooter?: boolean;\n columnId: PropertyKey;\n stickyState: StickyColumnsModel;\n isVisualRefresh?: boolean;\n}\n\nexport const TableTdElement = React.forwardRef<HTMLTableCellElement, TableTdElementProps>(\n (\n {\n className,\n style,\n children,\n wrapLines,\n isRowHeader,\n isFirstRow,\n isLastRow,\n isSelected,\n isNextSelected,\n isPrevSelected,\n nativeAttributes,\n onClick,\n onMouseEnter,\n onMouseLeave,\n isEvenRow,\n stripedRows,\n isVisualRefresh,\n hasSelection,\n hasFooter,\n columnId,\n stickyState,\n },\n ref\n ) => {\n let Element: 'th' | 'td' = 'td';\n if (isRowHeader) {\n Element = 'th';\n nativeAttributes = {\n ...nativeAttributes,\n scope: 'row',\n };\n }\n\n const stickyStyles = useStickyCellStyles({\n stickyColumns: stickyState,\n columnId,\n getClassName: props => getStickyClassNames(styles, props),\n });\n return (\n <Element\n style={{ ...style, ...stickyStyles.style }}\n className={clsx(\n className,\n styles['body-cell'],\n wrapLines && styles['body-cell-wrap'],\n isFirstRow && styles['body-cell-first-row'],\n isLastRow && styles['body-cell-last-row'],\n isSelected && styles['body-cell-selected'],\n isNextSelected && styles['body-cell-next-selected'],\n isPrevSelected && styles['body-cell-prev-selected'],\n !isEvenRow && stripedRows && styles['body-cell-shaded'],\n stripedRows && styles['has-striped-rows'],\n isVisualRefresh && styles['is-visual-refresh'],\n hasSelection && styles['has-selection'],\n hasFooter && styles['has-footer'],\n stickyStyles.className\n )}\n onClick={onClick}\n onMouseEnter={onMouseEnter}\n onMouseLeave={onMouseLeave}\n ref={node => {\n if (node) {\n stickyStyles.ref(node);\n if (ref) {\n (ref as React.MutableRefObject<HTMLTableCellElement>).current = node;\n }\n }\n }}\n {...nativeAttributes}\n >\n {children}\n </Element>\n );\n }\n);\n"]}
|