@cloudscape-design/components 3.0.23 → 3.0.26
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/alert/styles.scoped.css +0 -34
- package/annotation-context/annotation/styles.scoped.css +0 -18
- package/app-layout/content-wrapper/styles.scoped.css +0 -4
- package/app-layout/mobile-toolbar/styles.scoped.css +0 -9
- package/app-layout/styles.scoped.css +0 -20
- package/app-layout/toggles/styles.scoped.css +0 -16
- package/app-layout/visual-refresh/styles.scoped.css +0 -71
- package/area-chart/styles.scoped.css +0 -13
- package/attribute-editor/styles.scoped.css +0 -23
- package/badge/styles.scoped.css +0 -15
- package/bar-chart/interfaces.d.ts +1 -1
- package/bar-chart/interfaces.d.ts.map +1 -1
- package/bar-chart/interfaces.js.map +1 -1
- package/box/styles.scoped.css +0 -171
- package/breadcrumb-group/item/styles.scoped.css +0 -11
- package/breadcrumb-group/styles.scoped.css +0 -10
- package/button/styles.scoped.css +0 -264
- package/button-dropdown/category-elements/styles.scoped.css +0 -26
- package/button-dropdown/item-element/styles.scoped.css +0 -22
- package/button-dropdown/mobile-expandable-group/styles.scoped.css +0 -5
- package/button-dropdown/styles.scoped.css +0 -7
- package/cards/styles.scoped.css +0 -45
- package/checkbox/styles.scoped.css +0 -11
- package/code-editor/styles.scoped.css +0 -87
- package/collection-preferences/styles.scoped.css +0 -12
- package/column-layout/styles.scoped.css +0 -12
- package/container/styles.scoped.css +0 -27
- package/date-picker/styles.scoped.css +0 -45
- package/date-range-picker/calendar/grids/day/styles.scoped.css +0 -45
- package/date-range-picker/index.d.ts.map +1 -1
- package/date-range-picker/index.js +13 -15
- package/date-range-picker/index.js.map +1 -1
- package/date-range-picker/relative-range/styles.scoped.css +0 -3
- package/date-range-picker/styles.css.js +41 -42
- package/date-range-picker/styles.scoped.css +49 -92
- package/date-range-picker/styles.selectors.js +41 -42
- package/expandable-section/styles.scoped.css +0 -33
- package/flashbar/styles.scoped.css +0 -36
- package/form/styles.scoped.css +0 -12
- package/form-field/styles.scoped.css +0 -26
- package/grid/styles.scoped.css +0 -6
- package/header/styles.scoped.css +0 -51
- package/help-panel/styles.scoped.css +0 -73
- package/hotspot/styles.scoped.css +0 -3
- package/icon/styles.scoped.css +0 -33
- package/input/styles.scoped.css +0 -49
- package/internal/base-component/styles.scoped.css +0 -1
- package/internal/components/abstract-switch/styles.scoped.css +0 -7
- package/internal/components/button-trigger/styles.scoped.css +0 -42
- package/internal/components/cartesian-chart/styles.scoped.css +0 -10
- package/internal/components/chart-filter/styles.scoped.css +0 -4
- package/internal/components/chart-legend/styles.scoped.css +0 -8
- package/internal/components/chart-plot/styles.scoped.css +0 -1
- package/internal/components/chart-popover/styles.scoped.css +0 -4
- package/internal/components/chart-series-details/styles.scoped.css +0 -12
- package/internal/components/chart-series-marker/styles.scoped.css +0 -7
- package/internal/components/chart-status-container/styles.scoped.css +0 -1
- package/internal/components/checkbox-icon/styles.scoped.css +0 -10
- package/internal/components/content-layout/styles.scoped.css +0 -5
- package/internal/components/dark-ribbon/styles.scoped.css +0 -1
- package/internal/components/dropdown/styles.scoped.css +0 -17
- package/internal/components/dropdown-footer/styles.scoped.css +0 -6
- package/internal/components/dropdown-status/styles.scoped.css +0 -6
- package/internal/components/filtering-token/styles.scoped.css +0 -21
- package/internal/components/menu-dropdown/styles.scoped.css +0 -17
- package/internal/components/option/styles.scoped.css +0 -16
- package/internal/components/options-list/styles.scoped.css +0 -5
- package/internal/components/selectable-item/styles.scoped.css +0 -44
- package/internal/environment.js +1 -1
- package/line-chart/interfaces.d.ts +1 -1
- package/line-chart/interfaces.d.ts.map +1 -1
- package/line-chart/interfaces.js.map +1 -1
- package/link/styles.scoped.css +0 -77
- package/mixed-line-bar-chart/bar-series.d.ts +1 -1
- package/mixed-line-bar-chart/bar-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/bar-series.js.map +1 -1
- package/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-container.js +9 -10
- package/mixed-line-bar-chart/chart-container.js.map +1 -1
- package/mixed-line-bar-chart/chart-filters.d.ts +2 -2
- package/mixed-line-bar-chart/chart-filters.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-filters.js +1 -2
- package/mixed-line-bar-chart/chart-filters.js.map +1 -1
- package/mixed-line-bar-chart/chart-legend.d.ts +2 -2
- package/mixed-line-bar-chart/chart-legend.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-legend.js +1 -2
- package/mixed-line-bar-chart/chart-legend.js.map +1 -1
- package/mixed-line-bar-chart/domain.d.ts +4 -0
- package/mixed-line-bar-chart/domain.d.ts.map +1 -0
- package/mixed-line-bar-chart/domain.js +138 -0
- package/mixed-line-bar-chart/domain.js.map +1 -0
- package/mixed-line-bar-chart/format-highlighted.d.ts +2 -4
- package/mixed-line-bar-chart/format-highlighted.d.ts.map +1 -1
- package/mixed-line-bar-chart/format-highlighted.js +26 -15
- package/mixed-line-bar-chart/format-highlighted.js.map +1 -1
- package/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts.map +1 -1
- package/mixed-line-bar-chart/hooks/use-mouse-hover.js +3 -2
- package/mixed-line-bar-chart/hooks/use-mouse-hover.js.map +1 -1
- package/mixed-line-bar-chart/hooks/use-navigation.d.ts.map +1 -1
- package/mixed-line-bar-chart/hooks/use-navigation.js +23 -35
- package/mixed-line-bar-chart/hooks/use-navigation.js.map +1 -1
- package/mixed-line-bar-chart/interfaces.d.ts +12 -2
- package/mixed-line-bar-chart/interfaces.d.ts.map +1 -1
- package/mixed-line-bar-chart/interfaces.js.map +1 -1
- package/mixed-line-bar-chart/internal.d.ts.map +1 -1
- package/mixed-line-bar-chart/internal.js +14 -6
- package/mixed-line-bar-chart/internal.js.map +1 -1
- package/mixed-line-bar-chart/line-series.d.ts +2 -2
- package/mixed-line-bar-chart/line-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/line-series.js +21 -9
- package/mixed-line-bar-chart/line-series.js.map +1 -1
- package/mixed-line-bar-chart/make-scaled-bar-groups.d.ts.map +1 -1
- package/mixed-line-bar-chart/make-scaled-bar-groups.js +11 -4
- package/mixed-line-bar-chart/make-scaled-bar-groups.js.map +1 -1
- package/mixed-line-bar-chart/make-scaled-series.d.ts +2 -4
- package/mixed-line-bar-chart/make-scaled-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/make-scaled-series.js +89 -25
- package/mixed-line-bar-chart/make-scaled-series.js.map +1 -1
- package/mixed-line-bar-chart/styles.scoped.css +0 -13
- package/mixed-line-bar-chart/utils.d.ts +5 -6
- package/mixed-line-bar-chart/utils.d.ts.map +1 -1
- package/mixed-line-bar-chart/utils.js +11 -112
- package/mixed-line-bar-chart/utils.js.map +1 -1
- package/modal/styles.scoped.css +0 -31
- package/multiselect/styles.scoped.css +0 -4
- package/package.json +1 -1
- package/pagination/styles.scoped.css +0 -22
- package/pie-chart/styles.scoped.css +0 -25
- package/popover/styles.scoped.css +0 -35
- package/progress-bar/styles.scoped.css +0 -25
- package/property-filter/styles.scoped.css +0 -22
- package/radio-group/styles.scoped.css +0 -22
- package/s3-resource-selector/s3-in-context/styles.scoped.css +0 -6
- package/segmented-control/styles.scoped.css +0 -36
- package/select/parts/styles.scoped.css +0 -6
- package/select/styles.scoped.css +0 -4
- package/side-navigation/styles.scoped.css +0 -38
- package/space-between/styles.scoped.css +0 -40
- package/spinner/styles.scoped.css +0 -17
- package/split-panel/styles.scoped.css +0 -65
- package/status-indicator/styles.scoped.css +0 -20
- package/table/body-cell/styles.scoped.css +0 -29
- package/table/header-cell/styles.scoped.css +0 -32
- package/table/resizer/styles.scoped.css +0 -6
- package/table/selection-control/styles.scoped.css +0 -3
- package/table/styles.scoped.css +0 -39
- package/table/use-selection.d.ts.map +1 -1
- package/table/use-selection.js +5 -5
- package/table/use-selection.js.map +1 -1
- package/tabs/styles.scoped.css +0 -41
- package/tag-editor/styles.scoped.css +0 -12
- package/text-content/styles.scoped.css +0 -54
- package/text-filter/styles.scoped.css +0 -7
- package/textarea/styles.scoped.css +0 -30
- package/tiles/styles.scoped.css +0 -55
- package/toggle/styles.scoped.css +0 -14
- package/token-group/styles.scoped.css +0 -35
- package/top-navigation/1.0-beta/styles.scoped.css +0 -40
- package/top-navigation/styles.scoped.css +0 -75
- package/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +0 -22
- package/tutorial-panel/components/tutorial-list/styles.scoped.css +0 -24
- package/tutorial-panel/styles.scoped.css +0 -5
- package/wizard/styles.scoped.css +0 -54
|
@@ -116,17 +116,14 @@ section.awsui_appbar_hyvsj_1cvzy_93:not(#\9) {
|
|
|
116
116
|
}
|
|
117
117
|
section.awsui_appbar_hyvsj_1cvzy_93 > .awsui_appbar-nav_hyvsj_1cvzy_117:not(#\9) {
|
|
118
118
|
grid-column: 1;
|
|
119
|
-
margin-right: 16px;
|
|
120
119
|
margin-right: var(--space-m-17eucw, 16px);
|
|
121
120
|
}
|
|
122
121
|
section.awsui_appbar_hyvsj_1cvzy_93 > .awsui_breadcrumbs_hyvsj_1cvzy_121:not(#\9) {
|
|
123
122
|
grid-column: 2;
|
|
124
|
-
background-color: #ffffff;
|
|
125
123
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
126
124
|
}
|
|
127
125
|
section.awsui_appbar_hyvsj_1cvzy_93 > .awsui_appbar-tools_hyvsj_1cvzy_125:not(#\9) {
|
|
128
126
|
grid-column: 3;
|
|
129
|
-
margin-left: 16px;
|
|
130
127
|
margin-left: var(--space-m-17eucw, 16px);
|
|
131
128
|
}
|
|
132
129
|
@media (min-width: 689px) {
|
|
@@ -168,38 +165,29 @@ section.awsui_appbar_hyvsj_1cvzy_93 > .awsui_appbar-tools_hyvsj_1cvzy_125:not(#\
|
|
|
168
165
|
display: none;
|
|
169
166
|
}
|
|
170
167
|
section.awsui_appbar_hyvsj_1cvzy_93 > .awsui_breadcrumbs_hyvsj_1cvzy_121:not(#\9):not(.awsui_has-notifications-content_hyvsj_1cvzy_167) {
|
|
171
|
-
padding-top: 16px;
|
|
172
168
|
padding-top: var(--space-scaled-m-pv0fmt, 16px);
|
|
173
169
|
}
|
|
174
170
|
section.awsui_appbar_hyvsj_1cvzy_93 > .awsui_breadcrumbs_hyvsj_1cvzy_121.awsui_has-notifications-content_hyvsj_1cvzy_167:not(#\9) {
|
|
175
|
-
padding-top: 12px;
|
|
176
171
|
padding-top: var(--space-scaled-2x-s-9svxjy, 12px);
|
|
177
172
|
}
|
|
178
173
|
section.awsui_appbar_hyvsj_1cvzy_93 > .awsui_breadcrumbs_hyvsj_1cvzy_121:not(#\9):not(.awsui_has-header_hyvsj_1cvzy_173):not(.awsui_has-dynamic-overlap-height_hyvsj_1cvzy_173),
|
|
179
174
|
section.awsui_appbar_hyvsj_1cvzy_93 > .awsui_breadcrumbs_hyvsj_1cvzy_121:not(#\9):not(.awsui_has-header_hyvsj_1cvzy_173).awsui_content-type-wizard_hyvsj_1cvzy_174 {
|
|
180
|
-
padding-bottom: 16px;
|
|
181
175
|
padding-bottom: var(--space-m-17eucw, 16px);
|
|
182
176
|
}
|
|
183
177
|
section.awsui_appbar_hyvsj_1cvzy_93 > .awsui_breadcrumbs_hyvsj_1cvzy_121.awsui_content-type-cards_hyvsj_1cvzy_177:not(#\9),
|
|
184
178
|
section.awsui_appbar_hyvsj_1cvzy_93 > .awsui_breadcrumbs_hyvsj_1cvzy_121.awsui_content-type-table_hyvsj_1cvzy_178:not(#\9) {
|
|
185
|
-
padding-bottom: 4px;
|
|
186
179
|
padding-bottom: var(--space-xxs-ynfts5, 4px);
|
|
187
180
|
z-index: 799;
|
|
188
181
|
}
|
|
189
182
|
}
|
|
190
183
|
@media (max-width: 688px) {
|
|
191
184
|
section.awsui_appbar_hyvsj_1cvzy_93:not(#\9) {
|
|
192
|
-
background-color: #000716;
|
|
193
185
|
background-color: var(--color-background-home-header-mpq08f, #000716);
|
|
194
|
-
border-bottom: 1px solid #e9ebed;
|
|
195
186
|
border-bottom: 1px solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
196
|
-
box-shadow: 0px 6px 12px 1px rgba(0, 7, 22, 0.12);
|
|
197
187
|
box-shadow: var(--shadow-panel-toggle-3fk0ch, 0px 6px 12px 1px rgba(0, 7, 22, 0.12));
|
|
198
188
|
grid-column: 1/span 5;
|
|
199
189
|
grid-row: 1;
|
|
200
|
-
height: calc(2 * 16px + 8px);
|
|
201
190
|
height: calc(2 * var(--space-m-17eucw, 16px) + var(--space-scaled-xs-6859qs, 8px));
|
|
202
|
-
padding: 0 16px;
|
|
203
191
|
padding: 0 var(--space-m-17eucw, 16px);
|
|
204
192
|
position: sticky;
|
|
205
193
|
top: var(--awsui-offset-top-ujkcpl);
|
|
@@ -226,7 +214,6 @@ div.awsui_background_hyvsj_1cvzy_213:not(#\9) {
|
|
|
226
214
|
display: contents;
|
|
227
215
|
}
|
|
228
216
|
div.awsui_background_hyvsj_1cvzy_213 > .awsui_notifications-appbar-header_hyvsj_1cvzy_216:not(#\9) {
|
|
229
|
-
background-color: #ffffff;
|
|
230
217
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
231
218
|
grid-column: 1/span 5;
|
|
232
219
|
grid-row: 1/span 3;
|
|
@@ -245,7 +232,6 @@ div.awsui_background_hyvsj_1cvzy_213 > .awsui_notifications-appbar-header_hyvsj_
|
|
|
245
232
|
}
|
|
246
233
|
}
|
|
247
234
|
div.awsui_background_hyvsj_1cvzy_213 > .awsui_overlap_hyvsj_1cvzy_234:not(#\9) {
|
|
248
|
-
background-color: #ffffff;
|
|
249
235
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
250
236
|
grid-column: 1/span 5;
|
|
251
237
|
grid-row: 4;
|
|
@@ -272,7 +258,6 @@ div.awsui_background_hyvsj_1cvzy_213 > .awsui_overlap_hyvsj_1cvzy_234:not(#\9) {
|
|
|
272
258
|
header.awsui_content_hyvsj_1cvzy_174:not(#\9) {
|
|
273
259
|
grid-column: 3;
|
|
274
260
|
grid-row: 3;
|
|
275
|
-
padding-bottom: 24px;
|
|
276
261
|
padding-bottom: var(--space-dark-header-padding-bottom-jg1586, 24px);
|
|
277
262
|
}
|
|
278
263
|
@media (min-width: 689px) {
|
|
@@ -295,21 +280,17 @@ header.awsui_content_hyvsj_1cvzy_174:not(#\9) {
|
|
|
295
280
|
*/
|
|
296
281
|
}
|
|
297
282
|
header.awsui_content_hyvsj_1cvzy_174.awsui_has-notifications-content_hyvsj_1cvzy_167:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_1cvzy_160) {
|
|
298
|
-
padding-top: 8px;
|
|
299
283
|
padding-top: var(--space-scaled-xs-6859qs, 8px);
|
|
300
284
|
}
|
|
301
285
|
header.awsui_content_hyvsj_1cvzy_174.awsui_has-breadcrumbs_hyvsj_1cvzy_160:not(#\9) {
|
|
302
|
-
padding-top: 4px;
|
|
303
286
|
padding-top: var(--space-xxs-ynfts5, 4px);
|
|
304
287
|
}
|
|
305
288
|
header.awsui_content_hyvsj_1cvzy_174:not(#\9):not(.awsui_has-notifications-content_hyvsj_1cvzy_167):not(.awsui_has-breadcrumbs_hyvsj_1cvzy_160) {
|
|
306
|
-
padding-top: 8px;
|
|
307
289
|
padding-top: var(--space-scaled-xs-6859qs, 8px);
|
|
308
290
|
}
|
|
309
291
|
}
|
|
310
292
|
@media (max-width: 688px) {
|
|
311
293
|
header.awsui_content_hyvsj_1cvzy_174:not(#\9) {
|
|
312
|
-
padding: 16px 0 24px;
|
|
313
294
|
padding: var(--space-m-17eucw, 16px) 0 var(--space-dark-header-padding-bottom-jg1586, 24px);
|
|
314
295
|
/*
|
|
315
296
|
Breadcrumbs has moved to first position and sticky so Notifications
|
|
@@ -317,7 +298,6 @@ header.awsui_content_hyvsj_1cvzy_174:not(#\9) {
|
|
|
317
298
|
*/
|
|
318
299
|
}
|
|
319
300
|
header.awsui_content_hyvsj_1cvzy_174.awsui_has-notifications-content_hyvsj_1cvzy_167:not(#\9) {
|
|
320
|
-
padding-top: 8px;
|
|
321
301
|
padding-top: var(--space-scaled-xs-6859qs, 8px);
|
|
322
302
|
}
|
|
323
303
|
}
|
|
@@ -355,7 +335,6 @@ header.awsui_content_hyvsj_1cvzy_174:not(#\9) {
|
|
|
355
335
|
--awsui-offset-top-ujkcpl: 0px;
|
|
356
336
|
--awsui-offset-top-with-notifications-ujkcpl: 0px;
|
|
357
337
|
--awsui-overlap-height-ujkcpl: var(--space-dark-header-overlap-distance-hfejul, 36px);
|
|
358
|
-
background-color: #ffffff;
|
|
359
338
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
360
339
|
display: grid;
|
|
361
340
|
grid-template-rows: repeat(3, auto) var(--awsui-overlap-height-ujkcpl) 1fr;
|
|
@@ -511,7 +490,6 @@ when the navigation or tools drawers are open in responsive viewports.
|
|
|
511
490
|
.awsui_container_hyvsj_1cvzy_490:not(#\9) {
|
|
512
491
|
grid-column: 3;
|
|
513
492
|
grid-row: 4/span 2;
|
|
514
|
-
padding-bottom: 40px;
|
|
515
493
|
padding-bottom: var(--space-layout-content-bottom-kg9l42, 40px);
|
|
516
494
|
/*
|
|
517
495
|
If disableContentPaddings is enabled then the Main content has a different
|
|
@@ -555,11 +533,9 @@ when the navigation or tools drawers are open in responsive viewports.
|
|
|
555
533
|
*/
|
|
556
534
|
}
|
|
557
535
|
.awsui_container_hyvsj_1cvzy_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1cvzy_507).awsui_content-type-default_hyvsj_1cvzy_535.awsui_has-notifications-content_hyvsj_1cvzy_167:not(.awsui_has-breadcrumbs_hyvsj_1cvzy_160):not(.awsui_has-header_hyvsj_1cvzy_173):not(.awsui_has-dynamic-overlap-height_hyvsj_1cvzy_173), .awsui_container_hyvsj_1cvzy_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1cvzy_507).awsui_content-type-form_hyvsj_1cvzy_535.awsui_has-notifications-content_hyvsj_1cvzy_167:not(.awsui_has-breadcrumbs_hyvsj_1cvzy_160):not(.awsui_has-header_hyvsj_1cvzy_173):not(.awsui_has-dynamic-overlap-height_hyvsj_1cvzy_173) {
|
|
558
|
-
padding-top: 16px;
|
|
559
536
|
padding-top: var(--space-scaled-m-pv0fmt, 16px);
|
|
560
537
|
}
|
|
561
538
|
.awsui_container_hyvsj_1cvzy_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1cvzy_507).awsui_content-type-default_hyvsj_1cvzy_535:not(.awsui_has-notifications-content_hyvsj_1cvzy_167):not(.awsui_has-breadcrumbs_hyvsj_1cvzy_160):not(.awsui_has-header_hyvsj_1cvzy_173):not(.awsui_has-dynamic-overlap-height_hyvsj_1cvzy_173), .awsui_container_hyvsj_1cvzy_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1cvzy_507).awsui_content-type-form_hyvsj_1cvzy_535:not(.awsui_has-notifications-content_hyvsj_1cvzy_167):not(.awsui_has-breadcrumbs_hyvsj_1cvzy_160):not(.awsui_has-header_hyvsj_1cvzy_173):not(.awsui_has-dynamic-overlap-height_hyvsj_1cvzy_173) {
|
|
562
|
-
padding-top: 8px;
|
|
563
539
|
padding-top: var(--space-scaled-xs-6859qs, 8px);
|
|
564
540
|
}
|
|
565
541
|
.awsui_container_hyvsj_1cvzy_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1cvzy_507).awsui_has-header_hyvsj_1cvzy_173, .awsui_container_hyvsj_1cvzy_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1cvzy_507).awsui_has-dynamic-overlap-height_hyvsj_1cvzy_173 {
|
|
@@ -583,11 +559,9 @@ when the navigation or tools drawers are open in responsive viewports.
|
|
|
583
559
|
*/
|
|
584
560
|
}
|
|
585
561
|
.awsui_container_hyvsj_1cvzy_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1cvzy_507).awsui_content-type-default_hyvsj_1cvzy_535.awsui_has-notifications-content_hyvsj_1cvzy_167:not(.awsui_has-header_hyvsj_1cvzy_173):not(.awsui_has-dynamic-overlap-height_hyvsj_1cvzy_173), .awsui_container_hyvsj_1cvzy_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1cvzy_507).awsui_content-type-form_hyvsj_1cvzy_535.awsui_has-notifications-content_hyvsj_1cvzy_167:not(.awsui_has-header_hyvsj_1cvzy_173):not(.awsui_has-dynamic-overlap-height_hyvsj_1cvzy_173) {
|
|
586
|
-
padding-top: 16px;
|
|
587
562
|
padding-top: var(--space-scaled-m-pv0fmt, 16px);
|
|
588
563
|
}
|
|
589
564
|
.awsui_container_hyvsj_1cvzy_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1cvzy_507).awsui_content-type-default_hyvsj_1cvzy_535:not(.awsui_has-notifications-content_hyvsj_1cvzy_167):not(.awsui_has-header_hyvsj_1cvzy_173):not(.awsui_has-dynamic-overlap-height_hyvsj_1cvzy_173), .awsui_container_hyvsj_1cvzy_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1cvzy_507).awsui_content-type-form_hyvsj_1cvzy_535:not(.awsui_has-notifications-content_hyvsj_1cvzy_167):not(.awsui_has-header_hyvsj_1cvzy_173):not(.awsui_has-dynamic-overlap-height_hyvsj_1cvzy_173) {
|
|
590
|
-
padding-top: 16px;
|
|
591
565
|
padding-top: var(--space-scaled-m-pv0fmt, 16px);
|
|
592
566
|
}
|
|
593
567
|
.awsui_container_hyvsj_1cvzy_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1cvzy_507).awsui_has-header_hyvsj_1cvzy_173, .awsui_container_hyvsj_1cvzy_490:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1cvzy_507).awsui_has-dynamic-overlap-height_hyvsj_1cvzy_173 {
|
|
@@ -632,7 +606,6 @@ when the navigation or tools drawers are open in responsive viewports.
|
|
|
632
606
|
}
|
|
633
607
|
|
|
634
608
|
nav.awsui_show-navigation_hyvsj_1cvzy_608:not(#\9) {
|
|
635
|
-
padding: 12px 20px;
|
|
636
609
|
padding: var(--space-scaled-s-cu1hzn, 12px) var(--space-layout-toggle-padding-axl9jr, 20px);
|
|
637
610
|
/*
|
|
638
611
|
Apply the animation only in desktop viewports because the AppBar will
|
|
@@ -655,7 +628,6 @@ nav.awsui_show-navigation_hyvsj_1cvzy_608.awsui_is-navigation-open_hyvsj_1cvzy_5
|
|
|
655
628
|
display: block;
|
|
656
629
|
}
|
|
657
630
|
nav.awsui_show-navigation_hyvsj_1cvzy_608:not(#\9):not(.awsui_is-navigation-open_hyvsj_1cvzy_512).awsui_animating_hyvsj_1cvzy_630 {
|
|
658
|
-
animation: awsui_showButtons_hyvsj_1cvzy_1 115ms;
|
|
659
631
|
animation: awsui_showButtons_hyvsj_1cvzy_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
660
632
|
}
|
|
661
633
|
}
|
|
@@ -673,9 +645,7 @@ nav.awsui_show-navigation_hyvsj_1cvzy_608.awsui_is-navigation-open_hyvsj_1cvzy_5
|
|
|
673
645
|
}
|
|
674
646
|
|
|
675
647
|
nav.awsui_navigation_hyvsj_1cvzy_584:not(#\9) {
|
|
676
|
-
background-color: #ffffff;
|
|
677
648
|
background-color: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
678
|
-
box-shadow: 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1);
|
|
679
649
|
box-shadow: var(--shadow-panel-gp3bf2, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
|
|
680
650
|
bottom: 0;
|
|
681
651
|
height: 100%;
|
|
@@ -693,7 +663,6 @@ nav.awsui_navigation_hyvsj_1cvzy_584:not(#\9) {
|
|
|
693
663
|
@keyframes awsui_openNavigation_hyvsj_1cvzy_1 {
|
|
694
664
|
from {
|
|
695
665
|
opacity: 0;
|
|
696
|
-
width: calc(20px * 2 + 40px);
|
|
697
666
|
width: calc(var(--space-layout-toggle-padding-axl9jr, 20px) * 2 + var(--space-layout-toggle-diameter-hzvqtj, 40px));
|
|
698
667
|
}
|
|
699
668
|
to {
|
|
@@ -706,7 +675,6 @@ nav.awsui_navigation_hyvsj_1cvzy_584:not(#\9):not(.awsui_is-navigation-open_hyvs
|
|
|
706
675
|
display: none;
|
|
707
676
|
}
|
|
708
677
|
nav.awsui_navigation_hyvsj_1cvzy_584.awsui_is-navigation-open_hyvsj_1cvzy_512.awsui_animating_hyvsj_1cvzy_630:not(#\9) {
|
|
709
|
-
animation: awsui_openNavigation_hyvsj_1cvzy_1 115ms;
|
|
710
678
|
animation: awsui_openNavigation_hyvsj_1cvzy_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
711
679
|
}
|
|
712
680
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -730,9 +698,7 @@ nav.awsui_navigation_hyvsj_1cvzy_584 > .awsui_animated-content_hyvsj_1cvzy_690:n
|
|
|
730
698
|
|
|
731
699
|
.awsui_hide-navigation_hyvsj_1cvzy_699:not(#\9) {
|
|
732
700
|
position: absolute;
|
|
733
|
-
right: 16px;
|
|
734
701
|
right: var(--space-m-17eucw, 16px);
|
|
735
|
-
top: 15px;
|
|
736
702
|
top: var(--size-vertical-panel-icon-offset-ti40n4, 15px);
|
|
737
703
|
}
|
|
738
704
|
|
|
@@ -758,7 +724,6 @@ nav.awsui_navigation_hyvsj_1cvzy_584 > .awsui_animated-content_hyvsj_1cvzy_690:n
|
|
|
758
724
|
}
|
|
759
725
|
@media (min-width: 689px) {
|
|
760
726
|
.awsui_notifications_hyvsj_1cvzy_216:not(#\9) {
|
|
761
|
-
margin: 8px 0;
|
|
762
727
|
margin: var(--space-xs-rsr2qu, 8px) 0;
|
|
763
728
|
/*
|
|
764
729
|
var(--space-xs-rsr2qu, 8px) token needs to align with the $offsetTopWithNotifications
|
|
@@ -767,7 +732,6 @@ nav.awsui_navigation_hyvsj_1cvzy_584 > .awsui_animated-content_hyvsj_1cvzy_690:n
|
|
|
767
732
|
}
|
|
768
733
|
.awsui_notifications_hyvsj_1cvzy_216.awsui_sticky-notifications_hyvsj_1cvzy_228:not(#\9) {
|
|
769
734
|
position: sticky;
|
|
770
|
-
top: calc(var(--awsui-offset-top-ujkcpl) + 8px);
|
|
771
735
|
top: calc(var(--awsui-offset-top-ujkcpl) + var(--space-xs-rsr2qu, 8px));
|
|
772
736
|
}
|
|
773
737
|
.awsui_notifications_hyvsj_1cvzy_216:not(#\9):not(.awsui_has-notifications-content_hyvsj_1cvzy_167) {
|
|
@@ -777,7 +741,6 @@ nav.awsui_navigation_hyvsj_1cvzy_584 > .awsui_animated-content_hyvsj_1cvzy_690:n
|
|
|
777
741
|
@media (max-width: 688px) {
|
|
778
742
|
.awsui_notifications_hyvsj_1cvzy_216:not(#\9) {
|
|
779
743
|
grid-row: 2;
|
|
780
|
-
margin: 12px 0;
|
|
781
744
|
margin: var(--space-scaled-s-cu1hzn, 12px) 0;
|
|
782
745
|
}
|
|
783
746
|
.awsui_notifications_hyvsj_1cvzy_216.awsui_sticky-notifications_hyvsj_1cvzy_228:not(#\9) {
|
|
@@ -826,7 +789,6 @@ section.awsui_split-panel-bottom_hyvsj_1cvzy_766:not(#\9) {
|
|
|
826
789
|
}
|
|
827
790
|
@keyframes awsui_openSplitPanelBottom_hyvsj_1cvzy_1 {
|
|
828
791
|
from {
|
|
829
|
-
height: 0;
|
|
830
792
|
height: var(--awsui-split-panel-reported-header-size-ujkcpl, 0);
|
|
831
793
|
}
|
|
832
794
|
to {
|
|
@@ -849,11 +811,9 @@ section.awsui_split-panel-bottom_hyvsj_1cvzy_766:not(#\9):not(.awsui_is-split-pa
|
|
|
849
811
|
box-shadow: rgba(0, 7, 22, 0.1) 0px -32px 32px -24px;
|
|
850
812
|
}
|
|
851
813
|
section.awsui_split-panel-bottom_hyvsj_1cvzy_766.awsui_is-split-panel-open_hyvsj_1cvzy_515.awsui_position-bottom_hyvsj_1cvzy_801:not(#\9) {
|
|
852
|
-
box-shadow: 0px -36px 36px -36px rgba(0, 7, 22, 0.1);
|
|
853
814
|
box-shadow: var(--shadow-split-bottom-otfetg, 0px -36px 36px -36px rgba(0, 7, 22, 0.1));
|
|
854
815
|
}
|
|
855
816
|
section.awsui_split-panel-bottom_hyvsj_1cvzy_766.awsui_is-split-panel-open_hyvsj_1cvzy_515.awsui_position-bottom_hyvsj_1cvzy_801.awsui_animating_hyvsj_1cvzy_630:not(#\9) {
|
|
856
|
-
animation: awsui_openSplitPanelBottom_hyvsj_1cvzy_1 115ms;
|
|
857
817
|
animation: awsui_openSplitPanelBottom_hyvsj_1cvzy_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
858
818
|
}
|
|
859
819
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -884,7 +844,6 @@ section.awsui_split-panel-side_hyvsj_1cvzy_830:not(#\9) {
|
|
|
884
844
|
@keyframes awsui_openSplitPanelSide_hyvsj_1cvzy_1 {
|
|
885
845
|
from {
|
|
886
846
|
opacity: 0;
|
|
887
|
-
width: 280px;
|
|
888
847
|
width: var(--awsui-split-panel-min-width-ujkcpl, 280px);
|
|
889
848
|
}
|
|
890
849
|
to {
|
|
@@ -896,15 +855,11 @@ section.awsui_split-panel-side_hyvsj_1cvzy_830:not(#\9):not(.awsui_is-split-pane
|
|
|
896
855
|
width: 0;
|
|
897
856
|
}
|
|
898
857
|
section.awsui_split-panel-side_hyvsj_1cvzy_830.awsui_is-split-panel-open_hyvsj_1cvzy_515.awsui_position-side_hyvsj_1cvzy_857:not(#\9) {
|
|
899
|
-
box-shadow: 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1);
|
|
900
858
|
box-shadow: var(--shadow-panel-gp3bf2, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
|
|
901
|
-
max-width: 280px;
|
|
902
859
|
max-width: var(--awsui-split-panel-max-width-ujkcpl, 280px);
|
|
903
|
-
min-width: 280px;
|
|
904
860
|
min-width: var(--awsui-split-panel-min-width-ujkcpl, 280px);
|
|
905
861
|
}
|
|
906
862
|
section.awsui_split-panel-side_hyvsj_1cvzy_830.awsui_is-split-panel-open_hyvsj_1cvzy_515.awsui_position-side_hyvsj_1cvzy_857.awsui_animating_hyvsj_1cvzy_630:not(#\9) {
|
|
907
|
-
animation: awsui_openSplitPanelSide_hyvsj_1cvzy_1 115ms;
|
|
908
863
|
animation: awsui_openSplitPanelSide_hyvsj_1cvzy_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
909
864
|
}
|
|
910
865
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -967,9 +922,7 @@ viewport size and state of the Tools drawer.
|
|
|
967
922
|
}
|
|
968
923
|
|
|
969
924
|
.awsui_tools_hyvsj_1cvzy_894:not(#\9) {
|
|
970
|
-
background-color: #ffffff;
|
|
971
925
|
background-color: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
972
|
-
box-shadow: 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1);
|
|
973
926
|
box-shadow: var(--shadow-panel-gp3bf2, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
|
|
974
927
|
flex-shrink: 0;
|
|
975
928
|
height: 100%;
|
|
@@ -992,9 +945,7 @@ viewport size and state of the Tools drawer.
|
|
|
992
945
|
}
|
|
993
946
|
@keyframes awsui_openTools_hyvsj_1cvzy_1 {
|
|
994
947
|
from {
|
|
995
|
-
opacity: 0;
|
|
996
948
|
opacity: var(--awsui-tools-animation-starting-opacity-ujkcpl, 0);
|
|
997
|
-
width: calc(20px * 2 + 40px);
|
|
998
949
|
width: calc(var(--space-layout-toggle-padding-axl9jr, 20px) * 2 + var(--space-layout-toggle-diameter-hzvqtj, 40px));
|
|
999
950
|
}
|
|
1000
951
|
to {
|
|
@@ -1007,7 +958,6 @@ viewport size and state of the Tools drawer.
|
|
|
1007
958
|
display: none;
|
|
1008
959
|
}
|
|
1009
960
|
.awsui_tools_hyvsj_1cvzy_894.awsui_is-tools-open_hyvsj_1cvzy_515.awsui_animating_hyvsj_1cvzy_630:not(#\9) {
|
|
1010
|
-
animation: awsui_openTools_hyvsj_1cvzy_1 115ms;
|
|
1011
961
|
animation: awsui_openTools_hyvsj_1cvzy_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
1012
962
|
}
|
|
1013
963
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -1025,7 +975,6 @@ viewport size and state of the Tools drawer.
|
|
|
1025
975
|
}
|
|
1026
976
|
@media (min-width: 689px) {
|
|
1027
977
|
.awsui_tools_hyvsj_1cvzy_894.awsui_is-tools-open_hyvsj_1cvzy_515.awsui_has-tools-form-persistence_hyvsj_1cvzy_977:not(#\9) {
|
|
1028
|
-
border-right: 2px solid #e9ebed;
|
|
1029
978
|
border-right: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
1030
979
|
}
|
|
1031
980
|
}
|
|
@@ -1037,9 +986,7 @@ viewport size and state of the Tools drawer.
|
|
|
1037
986
|
|
|
1038
987
|
.awsui_hide-tools_hyvsj_1cvzy_987:not(#\9) {
|
|
1039
988
|
position: absolute;
|
|
1040
|
-
right: 16px;
|
|
1041
989
|
right: var(--space-m-17eucw, 16px);
|
|
1042
|
-
top: 15px;
|
|
1043
990
|
top: var(--size-vertical-panel-icon-offset-ti40n4, 15px);
|
|
1044
991
|
z-index: 1;
|
|
1045
992
|
}
|
|
@@ -1051,7 +998,6 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1051
998
|
*/
|
|
1052
999
|
.awsui_show-tools_hyvsj_1cvzy_999:not(#\9) {
|
|
1053
1000
|
box-sizing: border-box;
|
|
1054
|
-
padding: 12px 20px;
|
|
1055
1001
|
padding: var(--space-scaled-s-cu1hzn, 12px) var(--space-layout-toggle-padding-axl9jr, 20px);
|
|
1056
1002
|
/*
|
|
1057
1003
|
Apply the animation only in desktop viewports because the AppBar will
|
|
@@ -1073,11 +1019,9 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1073
1019
|
.awsui_show-tools_hyvsj_1cvzy_999.awsui_has-tools-form_hyvsj_1cvzy_977:not(#\9) {
|
|
1074
1020
|
display: flex;
|
|
1075
1021
|
flex-direction: column;
|
|
1076
|
-
gap: 8px;
|
|
1077
1022
|
gap: var(--space-xs-rsr2qu, 8px);
|
|
1078
1023
|
}
|
|
1079
1024
|
.awsui_show-tools_hyvsj_1cvzy_999.awsui_has-tools-form_hyvsj_1cvzy_977.awsui_animating_hyvsj_1cvzy_630:not(#\9) {
|
|
1080
|
-
animation: awsui_showButtons_hyvsj_1cvzy_1 115ms;
|
|
1081
1025
|
animation: awsui_showButtons_hyvsj_1cvzy_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
1082
1026
|
}
|
|
1083
1027
|
}
|
|
@@ -1095,7 +1039,6 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1095
1039
|
}
|
|
1096
1040
|
@media (min-width: 689px) {
|
|
1097
1041
|
.awsui_show-tools_hyvsj_1cvzy_999.awsui_has-tools-form-persistence_hyvsj_1cvzy_977:not(#\9) {
|
|
1098
|
-
background-color: #ffffff;
|
|
1099
1042
|
background-color: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
1100
1043
|
z-index: 1;
|
|
1101
1044
|
}
|
|
@@ -1111,20 +1054,14 @@ the calculation used to determine the Split Panel maximum width in the
|
|
|
1111
1054
|
handleSplitPanelMaxWidth function in the context.
|
|
1112
1055
|
*/
|
|
1113
1056
|
.awsui_trigger_hyvsj_1cvzy_1056:not(#\9) {
|
|
1114
|
-
background: #192534;
|
|
1115
1057
|
background: var(--color-background-layout-toggle-default-f9hnkv, #192534);
|
|
1116
1058
|
border: none;
|
|
1117
1059
|
border-radius: 50%;
|
|
1118
|
-
box-shadow: 0px 6px 12px 1px rgba(0, 7, 22, 0.12);
|
|
1119
1060
|
box-shadow: var(--shadow-panel-toggle-3fk0ch, 0px 6px 12px 1px rgba(0, 7, 22, 0.12));
|
|
1120
|
-
color: #ffffff;
|
|
1121
1061
|
color: var(--color-text-layout-toggle-20sb9r, #ffffff);
|
|
1122
1062
|
cursor: pointer;
|
|
1123
|
-
height: 40px;
|
|
1124
1063
|
height: var(--space-layout-toggle-diameter-hzvqtj, 40px);
|
|
1125
|
-
padding: 0 12px;
|
|
1126
1064
|
padding: 0 var(--space-s-hv8c1d, 12px);
|
|
1127
|
-
width: 40px;
|
|
1128
1065
|
width: var(--space-layout-toggle-diameter-hzvqtj, 40px);
|
|
1129
1066
|
}
|
|
1130
1067
|
.awsui_trigger_hyvsj_1cvzy_1056[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
@@ -1142,34 +1079,26 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1142
1079
|
top: calc(-1 * 3px);
|
|
1143
1080
|
width: calc(100% + 2 * 3px);
|
|
1144
1081
|
height: calc(100% + 2 * 3px);
|
|
1145
|
-
border-radius: 4px;
|
|
1146
1082
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
1147
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
1148
1083
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
1149
1084
|
}
|
|
1150
1085
|
.awsui_trigger_hyvsj_1cvzy_1056:not(#\9):focus {
|
|
1151
1086
|
outline: none;
|
|
1152
1087
|
}
|
|
1153
1088
|
.awsui_trigger_hyvsj_1cvzy_1056:not(#\9):hover {
|
|
1154
|
-
background: #354150;
|
|
1155
1089
|
background: var(--color-background-layout-toggle-hover-gi0e0b, #354150);
|
|
1156
1090
|
}
|
|
1157
1091
|
.awsui_trigger_hyvsj_1cvzy_1056:not(#\9):active {
|
|
1158
|
-
background: #354150;
|
|
1159
1092
|
background: var(--color-background-layout-toggle-active-d15dki, #354150);
|
|
1160
1093
|
}
|
|
1161
1094
|
.awsui_trigger_hyvsj_1cvzy_1056.awsui_selected_hyvsj_1cvzy_1094:not(#\9) {
|
|
1162
|
-
background: #0972d3;
|
|
1163
1095
|
background: var(--color-background-layout-toggle-selected-default-e1giv3, #0972d3);
|
|
1164
|
-
color: #ffffff;
|
|
1165
1096
|
color: var(--color-text-layout-toggle-selected-tzwifo, #ffffff);
|
|
1166
1097
|
}
|
|
1167
1098
|
.awsui_trigger_hyvsj_1cvzy_1056.awsui_selected_hyvsj_1cvzy_1094:not(#\9):hover {
|
|
1168
|
-
background: #065299;
|
|
1169
1099
|
background: var(--color-background-layout-toggle-selected-hover-mes33s, #065299);
|
|
1170
1100
|
}
|
|
1171
1101
|
.awsui_trigger_hyvsj_1cvzy_1056.awsui_selected_hyvsj_1cvzy_1094:not(#\9):active {
|
|
1172
|
-
background: #0972d3;
|
|
1173
1102
|
background: var(--color-background-layout-toggle-selected-active-9w7pk3, #0972d3);
|
|
1174
1103
|
}
|
|
1175
1104
|
|
|
@@ -91,7 +91,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
93
|
.awsui_series_y1yrh_1jtdf_93 > rect:not(#\9) {
|
|
94
|
-
transition: opacity 90ms linear;
|
|
95
94
|
transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
96
95
|
}
|
|
97
96
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -139,14 +138,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
139
138
|
widows: 2;
|
|
140
139
|
word-spacing: normal;
|
|
141
140
|
box-sizing: border-box;
|
|
142
|
-
font-size: 14px;
|
|
143
141
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
144
|
-
line-height: 22px;
|
|
145
142
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
146
|
-
color: #000716;
|
|
147
143
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
148
144
|
font-weight: 400;
|
|
149
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
150
145
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
151
146
|
position: relative;
|
|
152
147
|
display: block;
|
|
@@ -180,22 +175,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
180
175
|
}
|
|
181
176
|
|
|
182
177
|
.awsui_content--reserve-filter_y1yrh_1jtdf_151:not(#\9) {
|
|
183
|
-
margin-top: calc(2 * 22px);
|
|
184
178
|
margin-top: calc(2 * var(--font-body-m-line-height-i7xxvv, 22px));
|
|
185
179
|
}
|
|
186
180
|
|
|
187
181
|
.awsui_content--reserve-legend_y1yrh_1jtdf_155:not(#\9) {
|
|
188
|
-
margin-bottom: calc(2 * 22px);
|
|
189
182
|
margin-bottom: calc(2 * var(--font-body-m-line-height-i7xxvv, 22px));
|
|
190
183
|
}
|
|
191
184
|
|
|
192
185
|
.awsui_series_y1yrh_1jtdf_93:not(#\9) {
|
|
193
186
|
display: block;
|
|
194
|
-
stroke-width: 2px;
|
|
195
187
|
stroke-width: var(--border-line-chart-width-nj0hc5, 2px);
|
|
196
188
|
fill: none;
|
|
197
189
|
stroke-linecap: round;
|
|
198
|
-
stroke-linejoin: round;
|
|
199
190
|
stroke-linejoin: var(--border-line-chart-line-join-nan7pn, round);
|
|
200
191
|
}
|
|
201
192
|
|
|
@@ -208,15 +199,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
208
199
|
}
|
|
209
200
|
|
|
210
201
|
.awsui_series--threshold_y1yrh_1jtdf_175:not(#\9) {
|
|
211
|
-
stroke-dasharray: 3 5;
|
|
212
202
|
stroke-dasharray: var(--border-line-chart-dash-array-4wa4ab, 3 5);
|
|
213
|
-
stroke-width: 2px;
|
|
214
203
|
stroke-width: var(--border-line-chart-width-nj0hc5, 2px);
|
|
215
204
|
}
|
|
216
205
|
|
|
217
206
|
.awsui_popover-divider_y1yrh_1jtdf_180:not(#\9) {
|
|
218
|
-
margin: 4px 0;
|
|
219
207
|
margin: var(--space-xxs-ynfts5, 4px) 0;
|
|
220
|
-
border-bottom: 2px solid #e9ebed;
|
|
221
208
|
border-bottom: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
222
209
|
}
|
|
@@ -91,7 +91,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
93
|
.awsui_empty_n4qlp_h3o62_93:not(#\9) {
|
|
94
|
-
animation: awsui_awsui-motion-fade-in_n4qlp_h3o62_1 180ms ease-out;
|
|
95
94
|
animation: awsui_awsui-motion-fade-in_n4qlp_h3o62_1 var(--motion-duration-transition-show-paced-ai4wlf, 180ms) var(--motion-easing-transition-show-paced-bg1hyg, ease-out);
|
|
96
95
|
}
|
|
97
96
|
@keyframes awsui_awsui-motion-fade-in_n4qlp_h3o62_1 {
|
|
@@ -147,24 +146,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
147
146
|
widows: 2;
|
|
148
147
|
word-spacing: normal;
|
|
149
148
|
box-sizing: border-box;
|
|
150
|
-
font-size: 14px;
|
|
151
149
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
152
|
-
line-height: 22px;
|
|
153
150
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
154
|
-
color: #000716;
|
|
155
151
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
156
152
|
font-weight: 400;
|
|
157
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
158
153
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
159
154
|
display: block;
|
|
160
155
|
}
|
|
161
156
|
|
|
162
157
|
.awsui_empty_n4qlp_h3o62_93:not(#\9) {
|
|
163
|
-
font-size: 14px;
|
|
164
158
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
165
|
-
line-height: 22px;
|
|
166
159
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
167
|
-
color: #5f6b7a;
|
|
168
160
|
color: var(--color-text-empty-fjv325, #5f6b7a);
|
|
169
161
|
}
|
|
170
162
|
|
|
@@ -189,44 +181,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
189
181
|
}
|
|
190
182
|
|
|
191
183
|
.awsui_button-container_n4qlp_h3o62_157:not(#\9) {
|
|
192
|
-
padding-top: calc(4px + 22px);
|
|
193
184
|
padding-top: calc(var(--space-xxs-ynfts5, 4px) + var(--font-body-m-line-height-i7xxvv, 22px));
|
|
194
185
|
}
|
|
195
186
|
|
|
196
187
|
.awsui_divider_n4qlp_h3o62_161:not(#\9) {
|
|
197
|
-
border-bottom: 2px solid #e9ebed;
|
|
198
188
|
border-bottom: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
199
189
|
}
|
|
200
190
|
|
|
201
191
|
.awsui_additional-info_n4qlp_h3o62_165:not(#\9) {
|
|
202
|
-
color: #5f6b7a;
|
|
203
192
|
color: var(--color-text-form-secondary-ih9x7l, #5f6b7a);
|
|
204
|
-
font-size: 12px;
|
|
205
193
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
206
|
-
line-height: 16px;
|
|
207
194
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
208
|
-
letter-spacing: 0.005em;
|
|
209
195
|
letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
|
|
210
196
|
display: block;
|
|
211
197
|
word-wrap: break-word;
|
|
212
|
-
margin-top: 4px;
|
|
213
198
|
margin-top: var(--space-xxs-ynfts5, 4px);
|
|
214
199
|
/* stylelint-disable-next-line selector-max-type */
|
|
215
200
|
}
|
|
216
201
|
.awsui_additional-info_n4qlp_h3o62_165 > a:not(#\9) {
|
|
217
|
-
color: #0972d3;
|
|
218
202
|
color: var(--color-text-link-default-5f186r, #0972d3);
|
|
219
|
-
font-weight: "inherit";
|
|
220
203
|
font-weight: var(--font-link-primary-weight-91pybi, "inherit");
|
|
221
|
-
letter-spacing: "inherit";
|
|
222
204
|
letter-spacing: var(--font-link-primary-letter-spacing-vmsgcx, "inherit");
|
|
223
|
-
text-decoration: underline;
|
|
224
205
|
text-decoration: var(--font-link-primary-decoration-wfgjh2, underline);
|
|
225
206
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
226
|
-
text-decoration-color: #0972d3;
|
|
227
207
|
text-decoration-color: var(--color-text-link-primary-underline-ga7rq8, #0972d3);
|
|
228
208
|
transition-property: color, text-decoration;
|
|
229
|
-
transition-duration: 165ms;
|
|
230
209
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
231
210
|
}
|
|
232
211
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -241,14 +220,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
241
220
|
}
|
|
242
221
|
.awsui_additional-info_n4qlp_h3o62_165 > a:not(#\9):hover {
|
|
243
222
|
cursor: pointer;
|
|
244
|
-
color: #033160;
|
|
245
223
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
246
224
|
}
|
|
247
225
|
.awsui_additional-info_n4qlp_h3o62_165 > a:not(#\9):focus {
|
|
248
226
|
outline: none;
|
|
249
227
|
}
|
|
250
228
|
.awsui_additional-info_n4qlp_h3o62_165 > a:not(#\9):active {
|
|
251
|
-
color: #033160;
|
|
252
229
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
253
230
|
}
|
|
254
231
|
.awsui_additional-info_n4qlp_h3o62_165 > a:not(#\9):active, .awsui_additional-info_n4qlp_h3o62_165 > a:not(#\9):focus, .awsui_additional-info_n4qlp_h3o62_165 > a:not(#\9):hover {
|
package/badge/styles.scoped.css
CHANGED
|
@@ -120,44 +120,29 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
120
120
|
widows: 2;
|
|
121
121
|
word-spacing: normal;
|
|
122
122
|
box-sizing: border-box;
|
|
123
|
-
font-size: 14px;
|
|
124
123
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
125
|
-
line-height: 22px;
|
|
126
124
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
127
|
-
color: #000716;
|
|
128
125
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
129
126
|
font-weight: 400;
|
|
130
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
131
127
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
132
|
-
font-size: 12px;
|
|
133
128
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
134
|
-
line-height: 16px;
|
|
135
129
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
136
|
-
letter-spacing: 0.005em;
|
|
137
130
|
letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
|
|
138
|
-
line-height: 22px;
|
|
139
131
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
140
132
|
display: inline-block;
|
|
141
|
-
border-radius: 4px;
|
|
142
133
|
border-radius: var(--border-radius-badge-x5oehc, 4px);
|
|
143
|
-
padding: 0 8px;
|
|
144
134
|
padding: 0 var(--space-xs-rsr2qu, 8px);
|
|
145
|
-
color: #fbfbfb;
|
|
146
135
|
color: var(--color-text-notification-default-2kpcxy, #fbfbfb);
|
|
147
136
|
}
|
|
148
137
|
.awsui_badge_1yjyg_vuat3_93.awsui_badge-color-grey_1yjyg_vuat3_111:not(#\9) {
|
|
149
|
-
background-color: #414d5c;
|
|
150
138
|
background-color: var(--color-background-notification-grey-ua4ep5, #414d5c);
|
|
151
139
|
}
|
|
152
140
|
.awsui_badge_1yjyg_vuat3_93.awsui_badge-color-green_1yjyg_vuat3_114:not(#\9) {
|
|
153
|
-
background-color: #037f0c;
|
|
154
141
|
background-color: var(--color-background-notification-green-0d9ow8, #037f0c);
|
|
155
142
|
}
|
|
156
143
|
.awsui_badge_1yjyg_vuat3_93.awsui_badge-color-blue_1yjyg_vuat3_117:not(#\9) {
|
|
157
|
-
background-color: #0972d3;
|
|
158
144
|
background-color: var(--color-background-notification-blue-vqb59v, #0972d3);
|
|
159
145
|
}
|
|
160
146
|
.awsui_badge_1yjyg_vuat3_93.awsui_badge-color-red_1yjyg_vuat3_120:not(#\9) {
|
|
161
|
-
background-color: #d91515;
|
|
162
147
|
background-color: var(--color-background-notification-red-v7js1f, #d91515);
|
|
163
148
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CartesianChartProps } from '../internal/components/cartesian-chart/interfaces';
|
|
2
2
|
import { ChartDataTypes, MixedLineBarChartProps } from '../mixed-line-bar-chart/interfaces';
|
|
3
|
-
declare type BarSeries<T> = MixedLineBarChartProps.BarDataSeries<T> | MixedLineBarChartProps.ThresholdSeries
|
|
3
|
+
declare type BarSeries<T> = MixedLineBarChartProps.BarDataSeries<T> | MixedLineBarChartProps.ThresholdSeries<T>;
|
|
4
4
|
export interface BarChartProps<T extends ChartDataTypes> extends CartesianChartProps<T, MixedLineBarChartProps.ChartSeries<T>> {
|
|
5
5
|
/**
|
|
6
6
|
* Array that represents the source of data for the displayed chart.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/bar-chart/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAE5F,aAAK,SAAS,CAAC,CAAC,IAAI,sBAAsB,CAAC,aAAa,CAAC,CAAC,CAAC,GAAG,sBAAsB,CAAC,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/bar-chart/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAE5F,aAAK,SAAS,CAAC,CAAC,IAAI,sBAAsB,CAAC,aAAa,CAAC,CAAC,CAAC,GAAG,sBAAsB,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;AAExG,MAAM,WAAW,aAAa,CAAC,CAAC,SAAS,cAAc,CACrD,SAAQ,mBAAmB,CAAC,CAAC,EAAE,sBAAsB,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;IACrE;;;;;;;;;OASG;IACH,MAAM,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;IAEpC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;OAGG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC;AAGD,yBAAiB,aAAa,CAAC,GAAE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/bar-chart/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { CartesianChartProps } from '../internal/components/cartesian-chart/interfaces';\nimport { ChartDataTypes, MixedLineBarChartProps } from '../mixed-line-bar-chart/interfaces';\n\ntype BarSeries<T> = MixedLineBarChartProps.BarDataSeries<T> | MixedLineBarChartProps.ThresholdSeries
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/bar-chart/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { CartesianChartProps } from '../internal/components/cartesian-chart/interfaces';\nimport { ChartDataTypes, MixedLineBarChartProps } from '../mixed-line-bar-chart/interfaces';\n\ntype BarSeries<T> = MixedLineBarChartProps.BarDataSeries<T> | MixedLineBarChartProps.ThresholdSeries<T>;\n\nexport interface BarChartProps<T extends ChartDataTypes>\n extends CartesianChartProps<T, MixedLineBarChartProps.ChartSeries<T>> {\n /**\n * Array that represents the source of data for the displayed chart.\n * Each element can represent a bar series or a threshold, and can have the following properties:\n *\n * * `title` (string): A human-readable title for this series\n * * `type` (string): Series type (`\"bar\"`, or `\"threshold\"`)\n * * `data` (Array): An array of data points, represented as objects with `x` and `y` properties\n * * `color` (string): (Optional) A color hex value for this series. When assigned, it takes priority over the automatically assigned color\n * * `valueFormatter` (Function): (Optional) A function that formats data values before rendering in the UI, For example, in the details popover.\n */\n series: ReadonlyArray<BarSeries<T>>;\n\n /**\n * When set to `true`, bars in the same data point are stacked instead of grouped next to each other.\n */\n stackedBars?: boolean;\n\n /**\n * When set to `true`, the x and y axes are flipped, which causes any bars to be rendered horizontally instead of vertically.\n * This can only be used when the chart consists exclusively of bar series.\n */\n horizontalBars?: boolean;\n\n /**\n * When set to `true`, adds a visual emphasis on the zero baseline axis.\n * See the usage guidelines for more details.\n */\n emphasizeBaselineAxis?: boolean;\n}\n\n// W/o this documenter injects CartesianChartProps namespace properties into BarChartProps definition.\nexport namespace BarChartProps {}\n"]}
|