@cloudscape-design/components-themeable 3.0.743 → 3.0.745
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/app-layout/resize/styles.scss +42 -0
- package/lib/internal/scss/app-layout/styles.scss +0 -26
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/navigation/styles.scss +1 -23
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/skeleton/styles.scss +18 -6
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/toolbar/styles.scss +0 -1
- package/lib/internal/scss/expandable-section/analytics-metadata/styles.scss +8 -0
- package/lib/internal/scss/flashbar/collapsible.motion.scss +2 -2
- package/lib/internal/scss/flashbar/motion.scss +10 -10
- package/lib/internal/scss/split-panel/styles.scss +12 -10
- package/lib/internal/scss/tabs/analytics-metadata/styles.scss +11 -0
- package/lib/internal/template/app-layout/classic.js +1 -1
- package/lib/internal/template/app-layout/classic.js.map +1 -1
- package/lib/internal/template/app-layout/drawer/styles.css.js +13 -13
- package/lib/internal/template/app-layout/drawer/styles.scoped.css +22 -22
- package/lib/internal/template/app-layout/drawer/styles.selectors.js +13 -13
- package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +8 -8
- package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +10 -10
- package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +8 -8
- package/lib/internal/template/app-layout/resize/styles.css.js +9 -0
- package/lib/internal/template/app-layout/resize/styles.scoped.css +179 -0
- package/lib/internal/template/app-layout/resize/styles.selectors.js +10 -0
- package/lib/internal/template/app-layout/styles.css.js +12 -16
- package/lib/internal/template/app-layout/styles.scoped.css +12 -43
- package/lib/internal/template/app-layout/styles.selectors.js +12 -16
- package/lib/internal/template/app-layout/utils/use-drawers.js +1 -1
- package/lib/internal/template/app-layout/utils/use-drawers.js.map +1 -1
- package/lib/internal/template/app-layout/utils/use-pointer-events.js +1 -1
- package/lib/internal/template/app-layout/utils/use-pointer-events.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +82 -82
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +161 -161
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +82 -82
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts +2 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/index.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/use-resize.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/use-resize.js +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/use-resize.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/index.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +6 -29
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/index.js +4 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +16 -16
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +45 -31
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +16 -16
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +13 -13
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +16 -17
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +13 -13
- package/lib/internal/template/attribute-editor/styles.css.js +14 -14
- package/lib/internal/template/attribute-editor/styles.scoped.css +25 -25
- package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +18 -18
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +184 -184
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/expandable-section/analytics-metadata/interfaces.d.ts +17 -0
- package/lib/internal/template/expandable-section/analytics-metadata/interfaces.d.ts.map +1 -0
- package/lib/internal/template/expandable-section/analytics-metadata/interfaces.js +4 -0
- package/lib/internal/template/expandable-section/analytics-metadata/interfaces.js.map +1 -0
- package/lib/internal/template/expandable-section/analytics-metadata/styles.css.js +6 -0
- package/lib/internal/template/expandable-section/analytics-metadata/styles.scoped.css +7 -0
- package/lib/internal/template/expandable-section/analytics-metadata/styles.selectors.js +7 -0
- package/lib/internal/template/expandable-section/expandable-section-container.d.ts +2 -1
- package/lib/internal/template/expandable-section/expandable-section-container.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-container.js +13 -3
- package/lib/internal/template/expandable-section/expandable-section-container.js.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.js +19 -7
- package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
- package/lib/internal/template/expandable-section/index.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/index.js +1 -1
- package/lib/internal/template/expandable-section/index.js.map +1 -1
- package/lib/internal/template/expandable-section/internal.d.ts +2 -1
- package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/internal.js +2 -2
- package/lib/internal/template/expandable-section/internal.js.map +1 -1
- package/lib/internal/template/flashbar/styles.css.js +47 -47
- package/lib/internal/template/flashbar/styles.scoped.css +158 -158
- package/lib/internal/template/flashbar/styles.selectors.js +47 -47
- package/lib/internal/template/form-field/styles.css.js +24 -24
- package/lib/internal/template/form-field/styles.scoped.css +38 -38
- package/lib/internal/template/form-field/styles.selectors.js +24 -24
- package/lib/internal/template/help-panel/styles.css.js +5 -5
- package/lib/internal/template/help-panel/styles.scoped.css +69 -69
- package/lib/internal/template/help-panel/styles.selectors.js +5 -5
- package/lib/internal/template/internal/base-component/styles.scoped.css +28 -17
- package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +21 -21
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/generated/styles/tokens.js +1 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +15 -15
- package/lib/internal/template/internal/generated/theming/index.js +15 -15
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +79 -79
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/mixed-line-bar-chart/styles.css.js +11 -11
- package/lib/internal/template/mixed-line-bar-chart/styles.scoped.css +17 -17
- package/lib/internal/template/mixed-line-bar-chart/styles.selectors.js +11 -11
- package/lib/internal/template/modal/styles.css.js +23 -23
- package/lib/internal/template/modal/styles.scoped.css +40 -40
- package/lib/internal/template/modal/styles.selectors.js +23 -23
- package/lib/internal/template/popover/styles.css.js +52 -52
- package/lib/internal/template/popover/styles.scoped.css +69 -69
- package/lib/internal/template/popover/styles.selectors.js +52 -52
- package/lib/internal/template/property-filter/controller.d.ts +10 -7
- package/lib/internal/template/property-filter/controller.d.ts.map +1 -1
- package/lib/internal/template/property-filter/controller.js +16 -30
- package/lib/internal/template/property-filter/controller.js.map +1 -1
- package/lib/internal/template/property-filter/internal.d.ts.map +1 -1
- package/lib/internal/template/property-filter/internal.js +22 -7
- package/lib/internal/template/property-filter/internal.js.map +1 -1
- package/lib/internal/template/property-filter/property-editor.d.ts +2 -2
- package/lib/internal/template/property-filter/property-editor.d.ts.map +1 -1
- package/lib/internal/template/property-filter/property-editor.js +1 -1
- package/lib/internal/template/property-filter/property-editor.js.map +1 -1
- package/lib/internal/template/property-filter/token.d.ts +7 -8
- package/lib/internal/template/property-filter/token.d.ts.map +1 -1
- package/lib/internal/template/property-filter/token.js +6 -5
- package/lib/internal/template/property-filter/token.js.map +1 -1
- package/lib/internal/template/split-panel/bottom.d.ts +1 -4
- package/lib/internal/template/split-panel/bottom.d.ts.map +1 -1
- package/lib/internal/template/split-panel/bottom.js +5 -7
- package/lib/internal/template/split-panel/bottom.js.map +1 -1
- package/lib/internal/template/split-panel/implementation.d.ts.map +1 -1
- package/lib/internal/template/split-panel/implementation.js +5 -5
- package/lib/internal/template/split-panel/implementation.js.map +1 -1
- package/lib/internal/template/split-panel/side.d.ts.map +1 -1
- package/lib/internal/template/split-panel/side.js +5 -3
- package/lib/internal/template/split-panel/side.js.map +1 -1
- package/lib/internal/template/split-panel/styles.css.js +26 -27
- package/lib/internal/template/split-panel/styles.scoped.css +50 -215
- package/lib/internal/template/split-panel/styles.selectors.js +26 -27
- package/lib/internal/template/status-indicator/styles.css.js +23 -23
- package/lib/internal/template/status-indicator/styles.scoped.css +29 -29
- package/lib/internal/template/status-indicator/styles.selectors.js +23 -23
- package/lib/internal/template/tabs/analytics-metadata/interfaces.d.ts +33 -0
- package/lib/internal/template/tabs/analytics-metadata/interfaces.d.ts.map +1 -0
- package/lib/internal/template/tabs/analytics-metadata/interfaces.js +4 -0
- package/lib/internal/template/tabs/analytics-metadata/interfaces.js.map +1 -0
- package/lib/internal/template/tabs/analytics-metadata/styles.css.js +9 -0
- package/lib/internal/template/tabs/analytics-metadata/styles.scoped.css +10 -0
- package/lib/internal/template/tabs/analytics-metadata/styles.selectors.js +10 -0
- package/lib/internal/template/tabs/index.d.ts.map +1 -1
- package/lib/internal/template/tabs/index.js +16 -2
- package/lib/internal/template/tabs/index.js.map +1 -1
- package/lib/internal/template/tabs/styles.css.js +28 -28
- package/lib/internal/template/tabs/styles.scoped.css +50 -50
- package/lib/internal/template/tabs/styles.selectors.js +28 -28
- package/lib/internal/template/tabs/tab-header-bar.d.ts.map +1 -1
- package/lib/internal/template/tabs/tab-header-bar.js +36 -9
- package/lib/internal/template/tabs/tab-header-bar.js.map +1 -1
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +11 -11
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +62 -62
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/wizard/styles.css.js +30 -30
- package/lib/internal/template/wizard/styles.scoped.css +59 -59
- package/lib/internal/template/wizard/styles.selectors.js +30 -30
- package/package.json +1 -1
- package/lib/internal/scss/split-panel/motion.scss +0 -21
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
*/
|
|
175
175
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
176
176
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
177
|
-
.awsui_help-
|
|
177
|
+
.awsui_help-panel_1d237_9we6q_177:not(#\9) {
|
|
178
178
|
border-collapse: separate;
|
|
179
179
|
border-spacing: 0;
|
|
180
180
|
box-sizing: border-box;
|
|
@@ -216,39 +216,39 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
216
216
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
217
217
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
218
218
|
}
|
|
219
|
-
.awsui_help-
|
|
219
|
+
.awsui_help-panel_1d237_9we6q_177.awsui_with-toolbar_1d237_9we6q_218:not(#\9) {
|
|
220
220
|
padding-block-start: var(--space-static-m-qndr1s, 16px);
|
|
221
221
|
}
|
|
222
|
-
.awsui_help-
|
|
222
|
+
.awsui_help-panel_1d237_9we6q_177 hr:not(#\9) {
|
|
223
223
|
border-block: none;
|
|
224
224
|
border-inline: none;
|
|
225
225
|
border-block-start: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
|
|
226
226
|
margin-block: var(--space-scaled-xl-rljqft, 24px);
|
|
227
227
|
margin-inline: calc(-1 * var(--space-panel-divider-margin-horizontal-2jmfkj, 12px));
|
|
228
228
|
}
|
|
229
|
-
.awsui_help-
|
|
230
|
-
.awsui_help-
|
|
229
|
+
.awsui_help-panel_1d237_9we6q_177 ol:not(#\9),
|
|
230
|
+
.awsui_help-panel_1d237_9we6q_177 ul:not(#\9) {
|
|
231
231
|
padding-inline-start: var(--space-l-xu1x80, 20px);
|
|
232
232
|
list-style-position: outside;
|
|
233
233
|
margin-block: var(--space-s-2025hl, 12px);
|
|
234
234
|
margin-inline: 0;
|
|
235
235
|
}
|
|
236
|
-
.awsui_help-
|
|
236
|
+
.awsui_help-panel_1d237_9we6q_177 li:not(#\9) {
|
|
237
237
|
margin-block: var(--space-scaled-xxs-t7ij38, 4px);
|
|
238
238
|
margin-inline: 0;
|
|
239
239
|
}
|
|
240
|
-
.awsui_help-
|
|
241
|
-
.awsui_help-
|
|
242
|
-
.awsui_help-
|
|
243
|
-
.awsui_help-
|
|
244
|
-
.awsui_help-
|
|
245
|
-
.awsui_help-
|
|
246
|
-
.awsui_help-
|
|
240
|
+
.awsui_help-panel_1d237_9we6q_177 a:not(#\9),
|
|
241
|
+
.awsui_help-panel_1d237_9we6q_177 h2:not(#\9),
|
|
242
|
+
.awsui_help-panel_1d237_9we6q_177 h3:not(#\9),
|
|
243
|
+
.awsui_help-panel_1d237_9we6q_177 h4:not(#\9),
|
|
244
|
+
.awsui_help-panel_1d237_9we6q_177 h5:not(#\9),
|
|
245
|
+
.awsui_help-panel_1d237_9we6q_177 pre:not(#\9),
|
|
246
|
+
.awsui_help-panel_1d237_9we6q_177 code:not(#\9) {
|
|
247
247
|
margin-block: var(--space-xs-xf5ch3, 8px);
|
|
248
248
|
margin-inline: 0;
|
|
249
249
|
padding-block: 0;
|
|
250
250
|
}
|
|
251
|
-
.awsui_help-
|
|
251
|
+
.awsui_help-panel_1d237_9we6q_177 code:not(#\9) {
|
|
252
252
|
font-size: var(--font-size-body-s-533prh, 12px);
|
|
253
253
|
line-height: var(--line-height-body-s-n0pazd, 16px);
|
|
254
254
|
letter-spacing: var(--letter-spacing-body-s-nkvets, normal);
|
|
@@ -259,7 +259,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
259
259
|
word-wrap: break-word;
|
|
260
260
|
white-space: pre-wrap;
|
|
261
261
|
}
|
|
262
|
-
.awsui_help-
|
|
262
|
+
.awsui_help-panel_1d237_9we6q_177 pre:not(#\9) {
|
|
263
263
|
font-size: var(--font-size-body-s-533prh, 12px);
|
|
264
264
|
line-height: var(--line-height-body-s-n0pazd, 16px);
|
|
265
265
|
letter-spacing: var(--letter-spacing-body-s-nkvets, normal);
|
|
@@ -272,41 +272,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
272
272
|
padding-block: var(--space-xxs-9rrxti, 4px);
|
|
273
273
|
padding-inline: var(--space-xxs-9rrxti, 4px);
|
|
274
274
|
}
|
|
275
|
-
.awsui_help-
|
|
275
|
+
.awsui_help-panel_1d237_9we6q_177 dl:not(#\9) {
|
|
276
276
|
margin-block: var(--space-s-2025hl, 12px);
|
|
277
277
|
margin-inline: 0;
|
|
278
278
|
/* stylelint-disable-next-line selector-max-universal */
|
|
279
279
|
}
|
|
280
|
-
.awsui_help-
|
|
280
|
+
.awsui_help-panel_1d237_9we6q_177 dl *:not(#\9) {
|
|
281
281
|
margin-block: 0;
|
|
282
282
|
}
|
|
283
|
-
.awsui_help-
|
|
283
|
+
.awsui_help-panel_1d237_9we6q_177 dt:not(#\9) {
|
|
284
284
|
margin-block-start: var(--space-xs-xf5ch3, 8px);
|
|
285
285
|
font-weight: 700;
|
|
286
286
|
}
|
|
287
|
-
.awsui_help-
|
|
287
|
+
.awsui_help-panel_1d237_9we6q_177 dd:not(#\9) {
|
|
288
288
|
margin-block-start: 0;
|
|
289
289
|
margin-block-end: var(--space-xs-xf5ch3, 8px);
|
|
290
290
|
margin-inline: 0;
|
|
291
291
|
}
|
|
292
|
-
.awsui_help-
|
|
293
|
-
.awsui_help-
|
|
294
|
-
.awsui_help-
|
|
295
|
-
.awsui_help-
|
|
296
|
-
.awsui_help-
|
|
292
|
+
.awsui_help-panel_1d237_9we6q_177 h2:not(#\9),
|
|
293
|
+
.awsui_help-panel_1d237_9we6q_177 h3:not(#\9),
|
|
294
|
+
.awsui_help-panel_1d237_9we6q_177 h4:not(#\9),
|
|
295
|
+
.awsui_help-panel_1d237_9we6q_177 h5:not(#\9),
|
|
296
|
+
.awsui_help-panel_1d237_9we6q_177 h6:not(#\9) {
|
|
297
297
|
margin-block-start: var(--space-xl-5fdwzu, 24px);
|
|
298
298
|
color: var(--color-text-heading-default-tsgvby, #16191f);
|
|
299
299
|
}
|
|
300
|
-
.awsui_help-
|
|
300
|
+
.awsui_help-panel_1d237_9we6q_177 > :not(#\9):last-child {
|
|
301
301
|
margin-block-end: var(--space-panel-content-bottom-a67jcq, 40px);
|
|
302
302
|
}
|
|
303
|
-
.awsui_help-
|
|
303
|
+
.awsui_help-panel_1d237_9we6q_177 p:not(#\9) {
|
|
304
304
|
color: inherit;
|
|
305
305
|
text-decoration: none;
|
|
306
306
|
margin-block: var(--space-s-2025hl, 12px);
|
|
307
307
|
margin-inline: 0;
|
|
308
308
|
}
|
|
309
|
-
.awsui_help-
|
|
309
|
+
.awsui_help-panel_1d237_9we6q_177 h1:not(#\9) {
|
|
310
310
|
font-size: var(--font-size-heading-xl-k9a0qt, 28px);
|
|
311
311
|
line-height: var(--line-height-heading-xl-v9hsvt, 36px);
|
|
312
312
|
letter-spacing: var(--letter-spacing-heading-xl-87t96e, normal);
|
|
@@ -314,7 +314,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
314
314
|
-webkit-font-smoothing: var(--font-smoothing-webkit-8fiijr, auto);
|
|
315
315
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-fw8n0n, auto);
|
|
316
316
|
}
|
|
317
|
-
.awsui_help-
|
|
317
|
+
.awsui_help-panel_1d237_9we6q_177 h2:not(#\9) {
|
|
318
318
|
font-size: var(--font-size-heading-l-l21r86, 18px);
|
|
319
319
|
line-height: var(--line-height-heading-l-vog8w7, 22px);
|
|
320
320
|
letter-spacing: var(--letter-spacing-heading-l-bejyzw, normal);
|
|
@@ -322,7 +322,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
322
322
|
-webkit-font-smoothing: var(--font-smoothing-webkit-8fiijr, auto);
|
|
323
323
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-fw8n0n, auto);
|
|
324
324
|
}
|
|
325
|
-
.awsui_help-
|
|
325
|
+
.awsui_help-panel_1d237_9we6q_177 h3:not(#\9) {
|
|
326
326
|
font-size: var(--font-size-heading-m-io97me, 18px);
|
|
327
327
|
line-height: var(--line-height-heading-m-6mmwjh, 22px);
|
|
328
328
|
letter-spacing: var(--letter-spacing-heading-m-kfwhdw, normal);
|
|
@@ -330,7 +330,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
330
330
|
-webkit-font-smoothing: var(--font-smoothing-webkit-8fiijr, auto);
|
|
331
331
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-fw8n0n, auto);
|
|
332
332
|
}
|
|
333
|
-
.awsui_help-
|
|
333
|
+
.awsui_help-panel_1d237_9we6q_177 h4:not(#\9) {
|
|
334
334
|
font-size: var(--font-size-heading-s-w1c4ce, 16px);
|
|
335
335
|
line-height: var(--line-height-heading-s-h0lds9, 20px);
|
|
336
336
|
letter-spacing: var(--letter-spacing-heading-s-badvkb, normal);
|
|
@@ -338,19 +338,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
338
338
|
-webkit-font-smoothing: var(--font-smoothing-webkit-8fiijr, auto);
|
|
339
339
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-fw8n0n, auto);
|
|
340
340
|
}
|
|
341
|
-
.awsui_help-
|
|
341
|
+
.awsui_help-panel_1d237_9we6q_177 h5:not(#\9) {
|
|
342
342
|
font-size: var(--font-size-heading-xs-pz04z3, 16px);
|
|
343
343
|
line-height: var(--line-height-heading-xs-jsenn1, 20px);
|
|
344
344
|
font-weight: var(--font-weight-heading-xs-lfmr92, 400);
|
|
345
345
|
-webkit-font-smoothing: var(--font-smoothing-webkit-8fiijr, auto);
|
|
346
346
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-fw8n0n, auto);
|
|
347
347
|
}
|
|
348
|
-
.awsui_help-
|
|
349
|
-
.awsui_help-
|
|
348
|
+
.awsui_help-panel_1d237_9we6q_177 b:not(#\9),
|
|
349
|
+
.awsui_help-panel_1d237_9we6q_177 strong:not(#\9) {
|
|
350
350
|
font-weight: 700;
|
|
351
351
|
}
|
|
352
352
|
|
|
353
|
-
.
|
|
353
|
+
.awsui_header_1d237_9we6q_352:not(#\9) {
|
|
354
354
|
font-size: var(--font-panel-header-size-tbwmfr, 18px);
|
|
355
355
|
line-height: var(--font-panel-header-line-height-leujyg, 22px);
|
|
356
356
|
font-weight: var(--font-weight-heading-l-1hf845, 700);
|
|
@@ -369,16 +369,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
369
369
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
370
370
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
371
371
|
}
|
|
372
|
-
.awsui_with-
|
|
372
|
+
.awsui_with-toolbar_1d237_9we6q_218 > .awsui_header_1d237_9we6q_352:not(#\9) {
|
|
373
373
|
border-color: transparent;
|
|
374
374
|
padding-block-end: var(--space-static-m-qndr1s, 16px);
|
|
375
375
|
margin-block-end: 0px;
|
|
376
376
|
}
|
|
377
|
-
.
|
|
378
|
-
.
|
|
379
|
-
.
|
|
380
|
-
.
|
|
381
|
-
.
|
|
377
|
+
.awsui_header_1d237_9we6q_352 h2:not(#\9),
|
|
378
|
+
.awsui_header_1d237_9we6q_352 h3:not(#\9),
|
|
379
|
+
.awsui_header_1d237_9we6q_352 h4:not(#\9),
|
|
380
|
+
.awsui_header_1d237_9we6q_352 h5:not(#\9),
|
|
381
|
+
.awsui_header_1d237_9we6q_352 h6:not(#\9) {
|
|
382
382
|
font-size: var(--font-panel-header-size-tbwmfr, 18px);
|
|
383
383
|
line-height: var(--font-panel-header-line-height-leujyg, 22px);
|
|
384
384
|
font-weight: var(--font-weight-heading-l-1hf845, 700);
|
|
@@ -388,19 +388,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
388
388
|
margin-block: 0;
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
.
|
|
391
|
+
.awsui_content_1d237_9we6q_390:not(#\9) {
|
|
392
392
|
color: var(--color-text-body-secondary-6ysfsn, #545b64);
|
|
393
393
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
394
394
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
395
395
|
}
|
|
396
|
-
.
|
|
397
|
-
.
|
|
398
|
-
.
|
|
399
|
-
.
|
|
400
|
-
.
|
|
396
|
+
.awsui_content_1d237_9we6q_390 h2:not(#\9):first-child,
|
|
397
|
+
.awsui_content_1d237_9we6q_390 h3:not(#\9):first-child,
|
|
398
|
+
.awsui_content_1d237_9we6q_390 h4:not(#\9):first-child,
|
|
399
|
+
.awsui_content_1d237_9we6q_390 h5:not(#\9):first-child,
|
|
400
|
+
.awsui_content_1d237_9we6q_390 h6:not(#\9):first-child {
|
|
401
401
|
margin-block-start: 0;
|
|
402
402
|
}
|
|
403
|
-
.
|
|
403
|
+
.awsui_content_1d237_9we6q_390 a:not(#\9) {
|
|
404
404
|
color: var(--color-text-link-default-hop3gv, #0073bb);
|
|
405
405
|
font-weight: inherit;
|
|
406
406
|
letter-spacing: normal;
|
|
@@ -409,36 +409,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
409
409
|
transition-property: color, -webkit-text-decoration;
|
|
410
410
|
transition-property: color, text-decoration;
|
|
411
411
|
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
412
|
-
transition-duration: var(--motion-duration-refresh-only-medium-
|
|
412
|
+
transition-duration: var(--motion-duration-refresh-only-medium-i6gkfs, 0ms);
|
|
413
413
|
text-underline-offset: 0.25em;
|
|
414
414
|
text-decoration-thickness: 1px;
|
|
415
415
|
}
|
|
416
416
|
@media (prefers-reduced-motion: reduce) {
|
|
417
|
-
.
|
|
417
|
+
.awsui_content_1d237_9we6q_390 a:not(#\9) {
|
|
418
418
|
animation: none;
|
|
419
419
|
transition: none;
|
|
420
420
|
}
|
|
421
421
|
}
|
|
422
|
-
.awsui-motion-disabled .
|
|
422
|
+
.awsui-motion-disabled .awsui_content_1d237_9we6q_390 a:not(#\9), .awsui-mode-entering .awsui_content_1d237_9we6q_390 a:not(#\9) {
|
|
423
423
|
animation: none;
|
|
424
424
|
transition: none;
|
|
425
425
|
}
|
|
426
|
-
.
|
|
426
|
+
.awsui_content_1d237_9we6q_390 a:not(#\9):hover {
|
|
427
427
|
cursor: pointer;
|
|
428
428
|
color: var(--color-text-link-hover-8s5z9d, #0a4a74);
|
|
429
429
|
}
|
|
430
|
-
.
|
|
430
|
+
.awsui_content_1d237_9we6q_390 a:not(#\9):focus {
|
|
431
431
|
outline: none;
|
|
432
432
|
}
|
|
433
|
-
.
|
|
433
|
+
.awsui_content_1d237_9we6q_390 a:not(#\9):active {
|
|
434
434
|
color: var(--color-text-link-hover-8s5z9d, #0a4a74);
|
|
435
435
|
}
|
|
436
|
-
.
|
|
436
|
+
.awsui_content_1d237_9we6q_390 a:not(#\9):active, .awsui_content_1d237_9we6q_390 a:not(#\9):focus, .awsui_content_1d237_9we6q_390 a:not(#\9):hover {
|
|
437
437
|
text-decoration-line: underline;
|
|
438
438
|
text-decoration-color: currentColor;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
-
.
|
|
441
|
+
.awsui_footer_1d237_9we6q_438:not(#\9) {
|
|
442
442
|
color: var(--color-text-body-secondary-6ysfsn, #545b64);
|
|
443
443
|
border-block-start: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
|
|
444
444
|
margin-block: var(--space-scaled-xl-rljqft, 24px);
|
|
@@ -448,14 +448,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
448
448
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
449
449
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
450
450
|
}
|
|
451
|
-
.
|
|
451
|
+
.awsui_footer_1d237_9we6q_438 > :not(#\9):first-child {
|
|
452
452
|
margin-block-start: var(--space-scaled-xl-rljqft, 24px);
|
|
453
453
|
}
|
|
454
|
-
.
|
|
454
|
+
.awsui_footer_1d237_9we6q_438 ul:not(#\9) {
|
|
455
455
|
list-style: none;
|
|
456
456
|
padding-inline-start: 0;
|
|
457
457
|
}
|
|
458
|
-
.
|
|
458
|
+
.awsui_footer_1d237_9we6q_438 a:not(#\9) {
|
|
459
459
|
color: var(--color-text-link-default-hop3gv, #0073bb);
|
|
460
460
|
font-weight: inherit;
|
|
461
461
|
letter-spacing: normal;
|
|
@@ -464,42 +464,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
464
464
|
transition-property: color, -webkit-text-decoration;
|
|
465
465
|
transition-property: color, text-decoration;
|
|
466
466
|
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
467
|
-
transition-duration: var(--motion-duration-refresh-only-medium-
|
|
467
|
+
transition-duration: var(--motion-duration-refresh-only-medium-i6gkfs, 0ms);
|
|
468
468
|
text-underline-offset: 0.25em;
|
|
469
469
|
text-decoration-thickness: 1px;
|
|
470
470
|
}
|
|
471
471
|
@media (prefers-reduced-motion: reduce) {
|
|
472
|
-
.
|
|
472
|
+
.awsui_footer_1d237_9we6q_438 a:not(#\9) {
|
|
473
473
|
animation: none;
|
|
474
474
|
transition: none;
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
|
-
.awsui-motion-disabled .
|
|
477
|
+
.awsui-motion-disabled .awsui_footer_1d237_9we6q_438 a:not(#\9), .awsui-mode-entering .awsui_footer_1d237_9we6q_438 a:not(#\9) {
|
|
478
478
|
animation: none;
|
|
479
479
|
transition: none;
|
|
480
480
|
}
|
|
481
|
-
.
|
|
481
|
+
.awsui_footer_1d237_9we6q_438 a:not(#\9):hover {
|
|
482
482
|
cursor: pointer;
|
|
483
483
|
color: var(--color-text-link-hover-8s5z9d, #0a4a74);
|
|
484
484
|
}
|
|
485
|
-
.
|
|
485
|
+
.awsui_footer_1d237_9we6q_438 a:not(#\9):focus {
|
|
486
486
|
outline: none;
|
|
487
487
|
}
|
|
488
|
-
.
|
|
488
|
+
.awsui_footer_1d237_9we6q_438 a:not(#\9):active {
|
|
489
489
|
color: var(--color-text-link-hover-8s5z9d, #0a4a74);
|
|
490
490
|
}
|
|
491
|
-
.
|
|
491
|
+
.awsui_footer_1d237_9we6q_438 a:not(#\9):active, .awsui_footer_1d237_9we6q_438 a:not(#\9):focus, .awsui_footer_1d237_9we6q_438 a:not(#\9):hover {
|
|
492
492
|
text-decoration-line: underline;
|
|
493
493
|
text-decoration-color: currentColor;
|
|
494
494
|
}
|
|
495
495
|
|
|
496
|
-
.
|
|
497
|
-
.
|
|
496
|
+
.awsui_content_1d237_9we6q_390:not(#\9),
|
|
497
|
+
.awsui_footer_1d237_9we6q_438:not(#\9) {
|
|
498
498
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
499
499
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
500
500
|
}
|
|
501
|
-
.
|
|
502
|
-
.
|
|
501
|
+
.awsui_content_1d237_9we6q_390 a:not(#\9):focus,
|
|
502
|
+
.awsui_footer_1d237_9we6q_438 a:not(#\9):focus {
|
|
503
503
|
outline: thin dotted;
|
|
504
504
|
outline: var(--border-link-focus-ring-outline-gygm43, 5px auto Highlight);
|
|
505
505
|
outline-offset: 2px;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"help-panel": "awsui_help-
|
|
6
|
-
"with-toolbar": "awsui_with-
|
|
7
|
-
"header": "
|
|
8
|
-
"content": "
|
|
9
|
-
"footer": "
|
|
5
|
+
"help-panel": "awsui_help-panel_1d237_9we6q_177",
|
|
6
|
+
"with-toolbar": "awsui_with-toolbar_1d237_9we6q_218",
|
|
7
|
+
"header": "awsui_header_1d237_9we6q_352",
|
|
8
|
+
"content": "awsui_content_1d237_9we6q_390",
|
|
9
|
+
"footer": "awsui_footer_1d237_9we6q_438"
|
|
10
10
|
};
|
|
11
11
|
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
--color-border-dropdown-item-focused-3o10kx:#0073bb;
|
|
282
282
|
--color-border-item-placeholder-14j9vy:transparent;
|
|
283
283
|
--color-border-item-selected-20gejb:#0073bb;
|
|
284
|
-
--color-border-layout-
|
|
284
|
+
--color-border-layout-hnd6e7:#d5dbdb;
|
|
285
285
|
--color-border-notification-stack-bar-sbqbf5:#2a2e33;
|
|
286
286
|
--color-border-panel-header-kec01h:#eaeded;
|
|
287
287
|
--color-border-popover-sxojn8:#d5dbdb;
|
|
@@ -490,9 +490,9 @@
|
|
|
490
490
|
--motion-duration-extra-slow-rwzfnp:270ms;
|
|
491
491
|
--motion-duration-fast-xv2yiz:90ms;
|
|
492
492
|
--motion-duration-moderate-cp984g:135ms;
|
|
493
|
-
--motion-duration-refresh-only-fast-
|
|
494
|
-
--motion-duration-refresh-only-medium-
|
|
495
|
-
--motion-duration-refresh-only-slow-
|
|
493
|
+
--motion-duration-refresh-only-fast-7xaxpp:0ms;
|
|
494
|
+
--motion-duration-refresh-only-medium-i6gkfs:0ms;
|
|
495
|
+
--motion-duration-refresh-only-slow-u2wsjk:0ms;
|
|
496
496
|
--motion-duration-avatar-gen-ai-gradient-yfrilr:3600ms;
|
|
497
497
|
--motion-duration-avatar-loading-dots-33y9l1:1200ms;
|
|
498
498
|
--motion-duration-rotate-180-6z1h8e:135ms;
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
--color-border-item-focused-v8nq2m:#00a1c9;
|
|
890
890
|
--color-border-dropdown-item-focused-3o10kx:#00a1c9;
|
|
891
891
|
--color-border-item-selected-20gejb:#00a1c9;
|
|
892
|
-
--color-border-layout-
|
|
892
|
+
--color-border-layout-hnd6e7:#414750;
|
|
893
893
|
--color-border-panel-header-kec01h:#414750;
|
|
894
894
|
--color-border-popover-sxojn8:#545b64;
|
|
895
895
|
--color-border-segment-active-mnwdth:#ffffff;
|
|
@@ -1053,9 +1053,6 @@
|
|
|
1053
1053
|
--motion-duration-extra-slow-rwzfnp:0ms;
|
|
1054
1054
|
--motion-duration-fast-xv2yiz:0ms;
|
|
1055
1055
|
--motion-duration-moderate-cp984g:0ms;
|
|
1056
|
-
--motion-duration-refresh-only-fast-y7h37k:0ms;
|
|
1057
|
-
--motion-duration-refresh-only-medium-0rwzu1:0ms;
|
|
1058
|
-
--motion-duration-refresh-only-slow-zaoigb:0ms;
|
|
1059
1056
|
--motion-duration-avatar-gen-ai-gradient-yfrilr:0ms;
|
|
1060
1057
|
--motion-duration-avatar-loading-dots-33y9l1:0ms;
|
|
1061
1058
|
--motion-duration-rotate-180-6z1h8e:0ms;
|
|
@@ -1196,7 +1193,7 @@
|
|
|
1196
1193
|
--color-border-item-focused-v8nq2m:#00a1c9;
|
|
1197
1194
|
--color-border-dropdown-item-focused-3o10kx:#00a1c9;
|
|
1198
1195
|
--color-border-item-selected-20gejb:#00a1c9;
|
|
1199
|
-
--color-border-layout-
|
|
1196
|
+
--color-border-layout-hnd6e7:#414750;
|
|
1200
1197
|
--color-border-panel-header-kec01h:#414750;
|
|
1201
1198
|
--color-border-popover-sxojn8:#545b64;
|
|
1202
1199
|
--color-border-segment-active-mnwdth:#ffffff;
|
|
@@ -1512,7 +1509,7 @@
|
|
|
1512
1509
|
--color-border-dropdown-item-focused-3o10kx:#414d5c;
|
|
1513
1510
|
--color-border-item-placeholder-14j9vy:#0972d3;
|
|
1514
1511
|
--color-border-item-selected-20gejb:#0972d3;
|
|
1515
|
-
--color-border-layout-
|
|
1512
|
+
--color-border-layout-hnd6e7:#b6bec9;
|
|
1516
1513
|
--color-border-notification-stack-bar-sbqbf5:#232f3e;
|
|
1517
1514
|
--color-border-panel-header-kec01h:#b6bec9;
|
|
1518
1515
|
--color-border-popover-sxojn8:#9ba7b6;
|
|
@@ -1686,6 +1683,9 @@
|
|
|
1686
1683
|
--border-table-sticky-width-mb7esq:1px;
|
|
1687
1684
|
--border-link-focus-ring-outline-gygm43:0;
|
|
1688
1685
|
--border-link-focus-ring-shadow-spread-efbp5h:2px;
|
|
1686
|
+
--motion-duration-refresh-only-fast-7xaxpp:115ms;
|
|
1687
|
+
--motion-duration-refresh-only-medium-i6gkfs:165ms;
|
|
1688
|
+
--motion-duration-refresh-only-slow-u2wsjk:250ms;
|
|
1689
1689
|
--motion-easing-responsive-80ki08:cubic-bezier(0, 0, 0, 1);
|
|
1690
1690
|
--motion-easing-sticky-xk36yb:cubic-bezier(1, 0, 0.83, 1);
|
|
1691
1691
|
--motion-easing-expressive-rf6lml:cubic-bezier(0.84, 0, 0.16, 1);
|
|
@@ -1858,7 +1858,7 @@
|
|
|
1858
1858
|
--color-border-dropdown-item-focused-3o10kx:#d1d5db;
|
|
1859
1859
|
--color-border-item-placeholder-14j9vy:#539fe5;
|
|
1860
1860
|
--color-border-item-selected-20gejb:#539fe5;
|
|
1861
|
-
--color-border-layout-
|
|
1861
|
+
--color-border-layout-hnd6e7:#414d5c;
|
|
1862
1862
|
--color-border-panel-header-kec01h:#414d5c;
|
|
1863
1863
|
--color-border-popover-sxojn8:#5f6b7a;
|
|
1864
1864
|
--color-border-segment-active-mnwdth:#d1d5db;
|
|
@@ -2001,6 +2001,9 @@
|
|
|
2001
2001
|
}
|
|
2002
2002
|
|
|
2003
2003
|
.awsui-motion-disabled.awsui-visual-refresh:not(#\9) {
|
|
2004
|
+
--motion-duration-refresh-only-fast-7xaxpp:0ms;
|
|
2005
|
+
--motion-duration-refresh-only-medium-i6gkfs:0ms;
|
|
2006
|
+
--motion-duration-refresh-only-slow-u2wsjk:0ms;
|
|
2004
2007
|
--motion-duration-responsive-7lway4:0ms;
|
|
2005
2008
|
--motion-duration-expressive-y70ijj:0ms;
|
|
2006
2009
|
--motion-duration-complex-wqst0e:0ms;
|
|
@@ -2131,7 +2134,7 @@
|
|
|
2131
2134
|
--color-border-dropdown-item-focused-3o10kx:#d1d5db;
|
|
2132
2135
|
--color-border-item-placeholder-14j9vy:#539fe5;
|
|
2133
2136
|
--color-border-item-selected-20gejb:#539fe5;
|
|
2134
|
-
--color-border-layout-
|
|
2137
|
+
--color-border-layout-hnd6e7:#414d5c;
|
|
2135
2138
|
--color-border-panel-header-kec01h:#414d5c;
|
|
2136
2139
|
--color-border-popover-sxojn8:#5f6b7a;
|
|
2137
2140
|
--color-border-segment-active-mnwdth:#d1d5db;
|
|
@@ -2328,7 +2331,7 @@
|
|
|
2328
2331
|
--color-border-dropdown-item-focused-3o10kx:#d1d5db;
|
|
2329
2332
|
--color-border-item-placeholder-14j9vy:#539fe5;
|
|
2330
2333
|
--color-border-item-selected-20gejb:#539fe5;
|
|
2331
|
-
--color-border-layout-
|
|
2334
|
+
--color-border-layout-hnd6e7:#414d5c;
|
|
2332
2335
|
--color-border-panel-header-kec01h:#414d5c;
|
|
2333
2336
|
--color-border-popover-sxojn8:#5f6b7a;
|
|
2334
2337
|
--color-border-segment-active-mnwdth:#d1d5db;
|
|
@@ -2527,7 +2530,7 @@
|
|
|
2527
2530
|
--color-border-dropdown-item-focused-3o10kx:#d1d5db;
|
|
2528
2531
|
--color-border-item-placeholder-14j9vy:#539fe5;
|
|
2529
2532
|
--color-border-item-selected-20gejb:#539fe5;
|
|
2530
|
-
--color-border-layout-
|
|
2533
|
+
--color-border-layout-hnd6e7:#414d5c;
|
|
2531
2534
|
--color-border-panel-header-kec01h:#414d5c;
|
|
2532
2535
|
--color-border-popover-sxojn8:#5f6b7a;
|
|
2533
2536
|
--color-border-segment-active-mnwdth:#d1d5db;
|
|
@@ -2739,7 +2742,7 @@
|
|
|
2739
2742
|
--color-border-dropdown-item-focused-3o10kx:#d1d5db;
|
|
2740
2743
|
--color-border-item-placeholder-14j9vy:#539fe5;
|
|
2741
2744
|
--color-border-item-selected-20gejb:#539fe5;
|
|
2742
|
-
--color-border-layout-
|
|
2745
|
+
--color-border-layout-hnd6e7:#414d5c;
|
|
2743
2746
|
--color-border-panel-header-kec01h:#414d5c;
|
|
2744
2747
|
--color-border-popover-sxojn8:#5f6b7a;
|
|
2745
2748
|
--color-border-segment-active-mnwdth:#d1d5db;
|
|
@@ -2883,6 +2886,7 @@
|
|
|
2883
2886
|
--color-border-dropdown-item-top-of452d:transparent;
|
|
2884
2887
|
--color-border-input-focused-v6z9fd:#033160;
|
|
2885
2888
|
--color-border-item-focused-v8nq2m:#fbfbfb;
|
|
2889
|
+
--color-border-layout-hnd6e7:#fbfbfb;
|
|
2886
2890
|
--color-border-panel-header-kec01h:#fbfbfb;
|
|
2887
2891
|
--color-border-tabs-shadow-vlaodw:rgba(0, 7, 22, 0.12);
|
|
2888
2892
|
--color-text-body-default-ffdwgg:#fbfbfb;
|
|
@@ -2914,6 +2918,7 @@
|
|
|
2914
2918
|
--color-border-dropdown-group-mkqzrv:#fbfbfb;
|
|
2915
2919
|
--color-border-dropdown-item-default-xnte9u:#fbfbfb;
|
|
2916
2920
|
--color-border-item-focused-v8nq2m:#fbfbfb;
|
|
2921
|
+
--color-border-layout-hnd6e7:#fbfbfb;
|
|
2917
2922
|
--color-border-panel-header-kec01h:#fbfbfb;
|
|
2918
2923
|
--color-text-body-default-ffdwgg:#fbfbfb;
|
|
2919
2924
|
--color-text-button-normal-active-fp98iq:#ffffff;
|
|
@@ -2950,6 +2955,7 @@
|
|
|
2950
2955
|
--color-border-dropdown-item-top-of452d:transparent;
|
|
2951
2956
|
--color-border-input-focused-v6z9fd:#033160;
|
|
2952
2957
|
--color-border-item-focused-v8nq2m:#000716;
|
|
2958
|
+
--color-border-layout-hnd6e7:#000716;
|
|
2953
2959
|
--color-border-panel-header-kec01h:#000716;
|
|
2954
2960
|
--color-border-tabs-shadow-vlaodw:rgba(0, 7, 22, 0.12);
|
|
2955
2961
|
--color-text-button-normal-active-fp98iq:#000716;
|
|
@@ -2982,6 +2988,7 @@
|
|
|
2982
2988
|
--color-border-dropdown-group-mkqzrv:#000716;
|
|
2983
2989
|
--color-border-dropdown-item-default-xnte9u:#000716;
|
|
2984
2990
|
--color-border-item-focused-v8nq2m:#000716;
|
|
2991
|
+
--color-border-layout-hnd6e7:#000716;
|
|
2985
2992
|
--color-border-panel-header-kec01h:#000716;
|
|
2986
2993
|
--color-text-button-normal-active-fp98iq:#000716;
|
|
2987
2994
|
--color-text-button-normal-default-gpe171:#414d5c;
|
|
@@ -3015,6 +3022,7 @@
|
|
|
3015
3022
|
--color-border-dropdown-item-default-xnte9u:#414d5c;
|
|
3016
3023
|
--color-border-dropdown-item-selected-fxzclw:#0972d3;
|
|
3017
3024
|
--color-border-dropdown-item-top-of452d:transparent;
|
|
3025
|
+
--color-border-layout-hnd6e7:#414d5c;
|
|
3018
3026
|
--color-border-panel-header-kec01h:#414d5c;
|
|
3019
3027
|
--color-border-tabs-shadow-vlaodw:rgba(0, 7, 22, 0.12);
|
|
3020
3028
|
--color-text-button-normal-active-fp98iq:#000716;
|
|
@@ -3042,6 +3050,7 @@
|
|
|
3042
3050
|
--color-border-divider-panel-side-btgups:#414d5c;
|
|
3043
3051
|
--color-border-dropdown-group-mkqzrv:#414d5c;
|
|
3044
3052
|
--color-border-dropdown-item-default-xnte9u:#414d5c;
|
|
3053
|
+
--color-border-layout-hnd6e7:#414d5c;
|
|
3045
3054
|
--color-border-panel-header-kec01h:#414d5c;
|
|
3046
3055
|
--color-text-button-normal-active-fp98iq:#000716;
|
|
3047
3056
|
--color-text-button-normal-default-gpe171:#414d5c;
|
|
@@ -3143,7 +3152,7 @@
|
|
|
3143
3152
|
--color-border-dropdown-item-focused-3o10kx:#d1d5db;
|
|
3144
3153
|
--color-border-item-placeholder-14j9vy:#539fe5;
|
|
3145
3154
|
--color-border-item-selected-20gejb:#539fe5;
|
|
3146
|
-
--color-border-layout-
|
|
3155
|
+
--color-border-layout-hnd6e7:#d1d5db;
|
|
3147
3156
|
--color-border-panel-header-kec01h:#d1d5db;
|
|
3148
3157
|
--color-border-popover-sxojn8:#5f6b7a;
|
|
3149
3158
|
--color-border-segment-active-mnwdth:#d1d5db;
|
|
@@ -3343,7 +3352,7 @@
|
|
|
3343
3352
|
--color-border-dropdown-item-focused-3o10kx:#d1d5db;
|
|
3344
3353
|
--color-border-item-placeholder-14j9vy:#539fe5;
|
|
3345
3354
|
--color-border-item-selected-20gejb:#539fe5;
|
|
3346
|
-
--color-border-layout-
|
|
3355
|
+
--color-border-layout-hnd6e7:#d1d5db;
|
|
3347
3356
|
--color-border-panel-header-kec01h:#d1d5db;
|
|
3348
3357
|
--color-border-popover-sxojn8:#5f6b7a;
|
|
3349
3358
|
--color-border-segment-active-mnwdth:#d1d5db;
|
|
@@ -3502,6 +3511,7 @@
|
|
|
3502
3511
|
--color-border-dropdown-item-default-xnte9u:#d1d5db;
|
|
3503
3512
|
--color-border-dropdown-item-selected-fxzclw:#539fe5;
|
|
3504
3513
|
--color-border-item-focused-v8nq2m:#fbfbfb;
|
|
3514
|
+
--color-border-layout-hnd6e7:#d1d5db;
|
|
3505
3515
|
--color-border-panel-header-kec01h:#d1d5db;
|
|
3506
3516
|
--color-border-tabs-shadow-vlaodw:rgba(0, 7, 22, 1);
|
|
3507
3517
|
--color-text-button-normal-active-fp98iq:#ffffff;
|
|
@@ -3528,6 +3538,7 @@
|
|
|
3528
3538
|
--color-border-dropdown-item-default-xnte9u:#d1d5db;
|
|
3529
3539
|
--color-border-dropdown-item-selected-fxzclw:#539fe5;
|
|
3530
3540
|
--color-border-item-focused-v8nq2m:#fbfbfb;
|
|
3541
|
+
--color-border-layout-hnd6e7:#d1d5db;
|
|
3531
3542
|
--color-border-panel-header-kec01h:#d1d5db;
|
|
3532
3543
|
--color-border-tabs-shadow-vlaodw:rgba(0, 7, 22, 1);
|
|
3533
3544
|
--color-text-button-normal-active-fp98iq:#ffffff;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"horizontal": "
|
|
6
|
-
"vertical": "
|
|
7
|
-
"list": "
|
|
8
|
-
"list-item": "awsui_list-
|
|
9
|
-
"toggle-container-inline": "awsui_toggle-container-
|
|
10
|
-
"toggle": "
|
|
11
|
-
"description": "
|
|
12
|
-
"separator": "
|
|
4
|
+
"root": "awsui_root_gfwv3_1pikh_181",
|
|
5
|
+
"horizontal": "awsui_horizontal_gfwv3_1pikh_185",
|
|
6
|
+
"vertical": "awsui_vertical_gfwv3_1pikh_190",
|
|
7
|
+
"list": "awsui_list_gfwv3_1pikh_194",
|
|
8
|
+
"list-item": "awsui_list-item_gfwv3_1pikh_214",
|
|
9
|
+
"toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1pikh_221",
|
|
10
|
+
"toggle": "awsui_toggle_gfwv3_1pikh_221",
|
|
11
|
+
"description": "awsui_description_gfwv3_1pikh_316",
|
|
12
|
+
"separator": "awsui_separator_gfwv3_1pikh_320"
|
|
13
13
|
};
|
|
14
14
|
|