@cloudscape-design/components-themeable 3.0.744 → 3.0.746
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/drawer/styles.scss +1 -1
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/navigation/styles.scss +3 -24
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/skeleton/styles.scss +21 -8
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/toolbar/styles.scss +4 -8
- 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.d.ts.map +1 -1
- package/lib/internal/template/app-layout/classic.js +7 -2
- 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/context.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/context.js +4 -1
- package/lib/internal/template/app-layout/visual-refresh/context.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 +3 -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 +5 -3
- 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 +10 -9
- 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 +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js +9 -7
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/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 +8 -30
- 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 +48 -33
- 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/drawer-triggers.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.js +3 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +12 -13
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +18 -20
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +12 -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/i18n/messages/all.all.js +1 -1
- package/lib/internal/template/i18n/messages/all.all.json +1 -1
- package/lib/internal/template/i18n/messages/all.ar.js +1 -1
- package/lib/internal/template/i18n/messages/all.ar.json +1 -1
- package/lib/internal/template/i18n/messages/all.de.js +1 -1
- package/lib/internal/template/i18n/messages/all.de.json +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
- package/lib/internal/template/i18n/messages/all.es.js +1 -1
- package/lib/internal/template/i18n/messages/all.es.json +1 -1
- package/lib/internal/template/i18n/messages/all.fr.js +1 -1
- package/lib/internal/template/i18n/messages/all.fr.json +1 -1
- package/lib/internal/template/i18n/messages/all.id.js +1 -1
- package/lib/internal/template/i18n/messages/all.id.json +1 -1
- package/lib/internal/template/i18n/messages/all.it.js +1 -1
- package/lib/internal/template/i18n/messages/all.it.json +1 -1
- package/lib/internal/template/i18n/messages/all.ja.js +1 -1
- package/lib/internal/template/i18n/messages/all.ja.json +1 -1
- package/lib/internal/template/i18n/messages/all.ko.js +1 -1
- package/lib/internal/template/i18n/messages/all.ko.json +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
- package/lib/internal/template/i18n/messages/all.tr.js +1 -1
- package/lib/internal/template/i18n/messages/all.tr.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
- 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/i18n-utils.d.ts.map +1 -1
- package/lib/internal/template/property-filter/i18n-utils.js +10 -16
- package/lib/internal/template/property-filter/i18n-utils.js.map +1 -1
- package/lib/internal/template/property-filter/internal.js +1 -1
- package/lib/internal/template/property-filter/internal.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
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"toggle": "
|
|
5
|
-
"drawer-triggers": "awsui_drawer-
|
|
6
|
-
"drawer": "
|
|
7
|
-
"drawer-mobile": "awsui_drawer-
|
|
8
|
-
"drawer-closed": "awsui_drawer-
|
|
9
|
-
"drawer-content": "awsui_drawer-
|
|
10
|
-
"drawer-content-clickable": "awsui_drawer-content-
|
|
11
|
-
"drawer-resize-content": "awsui_drawer-resize-
|
|
12
|
-
"drawer-triggers-wrapper": "awsui_drawer-triggers-
|
|
13
|
-
"drawer-trigger": "awsui_drawer-
|
|
14
|
-
"drawer-trigger-active": "awsui_drawer-trigger-
|
|
15
|
-
"resize-handle-wrapper": "awsui_resize-handle-
|
|
16
|
-
"hide": "
|
|
4
|
+
"toggle": "awsui_toggle_1uo6m_1kiib_189",
|
|
5
|
+
"drawer-triggers": "awsui_drawer-triggers_1uo6m_1kiib_195",
|
|
6
|
+
"drawer": "awsui_drawer_1uo6m_1kiib_195",
|
|
7
|
+
"drawer-mobile": "awsui_drawer-mobile_1uo6m_1kiib_205",
|
|
8
|
+
"drawer-closed": "awsui_drawer-closed_1uo6m_1kiib_208",
|
|
9
|
+
"drawer-content": "awsui_drawer-content_1uo6m_1kiib_215",
|
|
10
|
+
"drawer-content-clickable": "awsui_drawer-content-clickable_1uo6m_1kiib_227",
|
|
11
|
+
"drawer-resize-content": "awsui_drawer-resize-content_1uo6m_1kiib_237",
|
|
12
|
+
"drawer-triggers-wrapper": "awsui_drawer-triggers-wrapper_1uo6m_1kiib_243",
|
|
13
|
+
"drawer-trigger": "awsui_drawer-trigger_1uo6m_1kiib_195",
|
|
14
|
+
"drawer-trigger-active": "awsui_drawer-trigger-active_1uo6m_1kiib_262",
|
|
15
|
+
"resize-handle-wrapper": "awsui_resize-handle-wrapper_1uo6m_1kiib_270",
|
|
16
|
+
"hide": "awsui_hide_1uo6m_1kiib_280"
|
|
17
17
|
};
|
|
18
18
|
|
|
@@ -186,88 +186,88 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
186
186
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
187
187
|
SPDX-License-Identifier: Apache-2.0
|
|
188
188
|
*/
|
|
189
|
-
.
|
|
189
|
+
.awsui_toggle_1uo6m_1kiib_189:not(#\9) {
|
|
190
190
|
box-sizing: border-box;
|
|
191
191
|
padding-block: var(--space-xxs-9rrxti, 4px);
|
|
192
192
|
padding-inline: 7px;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
.awsui_drawer-
|
|
195
|
+
.awsui_drawer-triggers_1uo6m_1kiib_195:not(#\9) {
|
|
196
196
|
box-sizing: border-box;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
.
|
|
199
|
+
.awsui_drawer_1uo6m_1kiib_195:not(#\9) {
|
|
200
200
|
flex-shrink: 0;
|
|
201
201
|
position: relative;
|
|
202
202
|
word-wrap: break-word;
|
|
203
203
|
box-shadow: var(--shadow-panel-eyw753, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
|
|
204
204
|
}
|
|
205
|
-
.
|
|
205
|
+
.awsui_drawer_1uo6m_1kiib_195:not(#\9):not(.awsui_drawer-mobile_1uo6m_1kiib_205) {
|
|
206
206
|
z-index: 830;
|
|
207
207
|
}
|
|
208
|
-
.awsui_drawer-
|
|
208
|
+
.awsui_drawer-closed_1uo6m_1kiib_208:not(#\9) {
|
|
209
209
|
min-inline-size: 40px;
|
|
210
210
|
}
|
|
211
|
-
.awsui_drawer-
|
|
211
|
+
.awsui_drawer-closed_1uo6m_1kiib_208.awsui_drawer-mobile_1uo6m_1kiib_205:not(#\9) {
|
|
212
212
|
display: none;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
.awsui_drawer-
|
|
215
|
+
.awsui_drawer-content_1uo6m_1kiib_215:not(#\9) {
|
|
216
216
|
position: fixed;
|
|
217
217
|
overflow: auto;
|
|
218
218
|
background-color: var(--color-background-layout-panel-content-ml98gw, #ffffff);
|
|
219
219
|
}
|
|
220
|
-
.awsui_drawer-
|
|
220
|
+
.awsui_drawer-mobile_1uo6m_1kiib_205 > .awsui_drawer-content_1uo6m_1kiib_215:not(#\9) {
|
|
221
221
|
z-index: 1001;
|
|
222
222
|
inset: 0;
|
|
223
223
|
}
|
|
224
|
-
.awsui_drawer-
|
|
224
|
+
.awsui_drawer-closed_1uo6m_1kiib_208 > .awsui_drawer-content_1uo6m_1kiib_215:not(#\9) {
|
|
225
225
|
inline-size: 40px;
|
|
226
226
|
}
|
|
227
|
-
.awsui_drawer-
|
|
227
|
+
.awsui_drawer-closed_1uo6m_1kiib_208 > .awsui_drawer-content_1uo6m_1kiib_215.awsui_drawer-content-clickable_1uo6m_1kiib_227:not(#\9) {
|
|
228
228
|
cursor: pointer;
|
|
229
229
|
color: var(--color-text-interactive-default-dt26aj, #545b64);
|
|
230
230
|
}
|
|
231
|
-
.awsui_drawer-
|
|
231
|
+
.awsui_drawer-closed_1uo6m_1kiib_208 > .awsui_drawer-content_1uo6m_1kiib_215.awsui_drawer-content-clickable_1uo6m_1kiib_227:not(#\9):hover {
|
|
232
232
|
background: var(--color-background-layout-panel-hover-58t7r5, #eaeded);
|
|
233
233
|
}
|
|
234
|
-
.awsui_drawer-
|
|
234
|
+
.awsui_drawer-content_1uo6m_1kiib_215 > [aria-hidden=true]:not(#\9) {
|
|
235
235
|
display: none;
|
|
236
236
|
}
|
|
237
|
-
.awsui_drawer-
|
|
237
|
+
.awsui_drawer-content_1uo6m_1kiib_215 > .awsui_drawer-resize-content_1uo6m_1kiib_237:not(#\9) {
|
|
238
238
|
overflow: auto;
|
|
239
239
|
block-size: 100%;
|
|
240
240
|
position: relative;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
.awsui_drawer-triggers-
|
|
243
|
+
.awsui_drawer-triggers-wrapper_1uo6m_1kiib_243:not(#\9) {
|
|
244
244
|
display: flex;
|
|
245
245
|
flex-direction: column;
|
|
246
246
|
text-align: center;
|
|
247
247
|
align-items: stretch;
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
.awsui_drawer-
|
|
250
|
+
.awsui_drawer-trigger_1uo6m_1kiib_195:not(#\9) {
|
|
251
251
|
padding-block: var(--space-xxs-9rrxti, 4px);
|
|
252
252
|
padding-inline: 7px;
|
|
253
253
|
cursor: pointer;
|
|
254
254
|
color: var(--color-text-interactive-default-dt26aj, #545b64);
|
|
255
255
|
}
|
|
256
|
-
.awsui_drawer-
|
|
257
|
-
border-block-start: 1px solid var(--color-border-layout-
|
|
256
|
+
.awsui_drawer-trigger_1uo6m_1kiib_195:not(#\9):not(:first-child) {
|
|
257
|
+
border-block-start: 1px solid var(--color-border-layout-hnd6e7, #d5dbdb);
|
|
258
258
|
}
|
|
259
|
-
.awsui_drawer-
|
|
259
|
+
.awsui_drawer-trigger_1uo6m_1kiib_195:not(#\9):hover {
|
|
260
260
|
color: var(--color-text-layout-toggle-hover-j81kcb, #0073bb);
|
|
261
261
|
}
|
|
262
|
-
.awsui_drawer-trigger-
|
|
262
|
+
.awsui_drawer-trigger-active_1uo6m_1kiib_262:not(#\9), .awsui_drawer-trigger-active_1uo6m_1kiib_262:not(#\9):hover {
|
|
263
263
|
background-color: var(--color-background-layout-toggle-selected-default-rmibh3, #0073bb);
|
|
264
264
|
color: var(--color-text-layout-toggle-active-zmvv31, #ffffff);
|
|
265
265
|
}
|
|
266
|
-
.awsui_drawer-content-
|
|
266
|
+
.awsui_drawer-content-clickable_1uo6m_1kiib_227 > .awsui_drawer-triggers-wrapper_1uo6m_1kiib_243 > .awsui_drawer-trigger_1uo6m_1kiib_195:not(#\9):hover {
|
|
267
267
|
color: var(--color-text-interactive-default-dt26aj, #545b64);
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
.awsui_resize-handle-
|
|
270
|
+
.awsui_resize-handle-wrapper_1uo6m_1kiib_270:not(#\9) {
|
|
271
271
|
position: absolute;
|
|
272
272
|
inset-inline-start: 0;
|
|
273
273
|
inset-block-start: 0;
|
|
@@ -277,6 +277,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
277
277
|
z-index: 1;
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
.
|
|
280
|
+
.awsui_hide_1uo6m_1kiib_280:not(#\9) {
|
|
281
281
|
display: none;
|
|
282
282
|
}
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"toggle": "
|
|
6
|
-
"drawer-triggers": "awsui_drawer-
|
|
7
|
-
"drawer": "
|
|
8
|
-
"drawer-mobile": "awsui_drawer-
|
|
9
|
-
"drawer-closed": "awsui_drawer-
|
|
10
|
-
"drawer-content": "awsui_drawer-
|
|
11
|
-
"drawer-content-clickable": "awsui_drawer-content-
|
|
12
|
-
"drawer-resize-content": "awsui_drawer-resize-
|
|
13
|
-
"drawer-triggers-wrapper": "awsui_drawer-triggers-
|
|
14
|
-
"drawer-trigger": "awsui_drawer-
|
|
15
|
-
"drawer-trigger-active": "awsui_drawer-trigger-
|
|
16
|
-
"resize-handle-wrapper": "awsui_resize-handle-
|
|
17
|
-
"hide": "
|
|
5
|
+
"toggle": "awsui_toggle_1uo6m_1kiib_189",
|
|
6
|
+
"drawer-triggers": "awsui_drawer-triggers_1uo6m_1kiib_195",
|
|
7
|
+
"drawer": "awsui_drawer_1uo6m_1kiib_195",
|
|
8
|
+
"drawer-mobile": "awsui_drawer-mobile_1uo6m_1kiib_205",
|
|
9
|
+
"drawer-closed": "awsui_drawer-closed_1uo6m_1kiib_208",
|
|
10
|
+
"drawer-content": "awsui_drawer-content_1uo6m_1kiib_215",
|
|
11
|
+
"drawer-content-clickable": "awsui_drawer-content-clickable_1uo6m_1kiib_227",
|
|
12
|
+
"drawer-resize-content": "awsui_drawer-resize-content_1uo6m_1kiib_237",
|
|
13
|
+
"drawer-triggers-wrapper": "awsui_drawer-triggers-wrapper_1uo6m_1kiib_243",
|
|
14
|
+
"drawer-trigger": "awsui_drawer-trigger_1uo6m_1kiib_195",
|
|
15
|
+
"drawer-trigger-active": "awsui_drawer-trigger-active_1uo6m_1kiib_262",
|
|
16
|
+
"resize-handle-wrapper": "awsui_resize-handle-wrapper_1uo6m_1kiib_270",
|
|
17
|
+
"hide": "awsui_hide_1uo6m_1kiib_280"
|
|
18
18
|
};
|
|
19
19
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"block-body-scroll": "awsui_block-body-
|
|
5
|
-
"mobile-bar": "awsui_mobile-
|
|
6
|
-
"mobile-bar-breadcrumbs": "awsui_mobile-bar-
|
|
7
|
-
"mobile-toggle": "awsui_mobile-
|
|
8
|
-
"mobile-toggle-type-navigation": "awsui_mobile-toggle-type-
|
|
9
|
-
"mobile-toggle-type-tools": "awsui_mobile-toggle-type-
|
|
10
|
-
"mobile-toggle-type-drawer": "awsui_mobile-toggle-type-
|
|
11
|
-
"drawers-container": "awsui_drawers-
|
|
4
|
+
"block-body-scroll": "awsui_block-body-scroll_19d8l_kuah4_149",
|
|
5
|
+
"mobile-bar": "awsui_mobile-bar_19d8l_kuah4_153",
|
|
6
|
+
"mobile-bar-breadcrumbs": "awsui_mobile-bar-breadcrumbs_19d8l_kuah4_166",
|
|
7
|
+
"mobile-toggle": "awsui_mobile-toggle_19d8l_kuah4_173",
|
|
8
|
+
"mobile-toggle-type-navigation": "awsui_mobile-toggle-type-navigation_19d8l_kuah4_182",
|
|
9
|
+
"mobile-toggle-type-tools": "awsui_mobile-toggle-type-tools_19d8l_kuah4_185",
|
|
10
|
+
"mobile-toggle-type-drawer": "awsui_mobile-toggle-type-drawer_19d8l_kuah4_185",
|
|
11
|
+
"drawers-container": "awsui_drawers-container_19d8l_kuah4_192"
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -146,11 +146,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
146
146
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
147
147
|
SPDX-License-Identifier: Apache-2.0
|
|
148
148
|
*/
|
|
149
|
-
.awsui_block-body-
|
|
149
|
+
.awsui_block-body-scroll_19d8l_kuah4_149:not(#\9) {
|
|
150
150
|
overflow: hidden;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.awsui_mobile-
|
|
153
|
+
.awsui_mobile-bar_19d8l_kuah4_153:not(#\9) {
|
|
154
154
|
position: sticky;
|
|
155
155
|
display: flex;
|
|
156
156
|
align-items: center;
|
|
@@ -163,14 +163,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
163
163
|
block-size: calc(2 * var(--space-m-kpg8id, 16px) + var(--space-scaled-xs-x91h81, 8px));
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.awsui_mobile-bar-
|
|
166
|
+
.awsui_mobile-bar-breadcrumbs_19d8l_kuah4_166:not(#\9) {
|
|
167
167
|
min-inline-size: 0;
|
|
168
168
|
flex: 1;
|
|
169
169
|
margin-inline-start: var(--space-m-kpg8id, 16px);
|
|
170
170
|
margin-inline-end: var(--space-m-kpg8id, 16px);
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
.awsui_mobile-
|
|
173
|
+
.awsui_mobile-toggle_19d8l_kuah4_173:not(#\9) {
|
|
174
174
|
box-sizing: border-box;
|
|
175
175
|
cursor: pointer;
|
|
176
176
|
z-index: 1;
|
|
@@ -179,17 +179,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
179
179
|
inline-size: 40px;
|
|
180
180
|
color: var(--color-text-interactive-default-dt26aj, #545b64);
|
|
181
181
|
}
|
|
182
|
-
.awsui_mobile-toggle-type-
|
|
183
|
-
border-inline-end: 1px solid var(--color-border-layout-
|
|
182
|
+
.awsui_mobile-toggle-type-navigation_19d8l_kuah4_182:not(#\9) {
|
|
183
|
+
border-inline-end: 1px solid var(--color-border-layout-hnd6e7, #d5dbdb);
|
|
184
184
|
}
|
|
185
|
-
.awsui_mobile-toggle-type-
|
|
186
|
-
border-inline-start: 1px solid var(--color-border-layout-
|
|
185
|
+
.awsui_mobile-toggle-type-tools_19d8l_kuah4_185:not(#\9), .awsui_mobile-toggle-type-drawer_19d8l_kuah4_185:not(#\9) {
|
|
186
|
+
border-inline-start: 1px solid var(--color-border-layout-hnd6e7, #d5dbdb);
|
|
187
187
|
}
|
|
188
|
-
.awsui_mobile-
|
|
188
|
+
.awsui_mobile-toggle_19d8l_kuah4_173:not(#\9):hover {
|
|
189
189
|
background: var(--color-background-layout-panel-hover-58t7r5, #eaeded);
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.awsui_drawers-
|
|
192
|
+
.awsui_drawers-container_19d8l_kuah4_192:not(#\9) {
|
|
193
193
|
display: flex;
|
|
194
194
|
align-items: stretch;
|
|
195
195
|
}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"block-body-scroll": "awsui_block-body-
|
|
6
|
-
"mobile-bar": "awsui_mobile-
|
|
7
|
-
"mobile-bar-breadcrumbs": "awsui_mobile-bar-
|
|
8
|
-
"mobile-toggle": "awsui_mobile-
|
|
9
|
-
"mobile-toggle-type-navigation": "awsui_mobile-toggle-type-
|
|
10
|
-
"mobile-toggle-type-tools": "awsui_mobile-toggle-type-
|
|
11
|
-
"mobile-toggle-type-drawer": "awsui_mobile-toggle-type-
|
|
12
|
-
"drawers-container": "awsui_drawers-
|
|
5
|
+
"block-body-scroll": "awsui_block-body-scroll_19d8l_kuah4_149",
|
|
6
|
+
"mobile-bar": "awsui_mobile-bar_19d8l_kuah4_153",
|
|
7
|
+
"mobile-bar-breadcrumbs": "awsui_mobile-bar-breadcrumbs_19d8l_kuah4_166",
|
|
8
|
+
"mobile-toggle": "awsui_mobile-toggle_19d8l_kuah4_173",
|
|
9
|
+
"mobile-toggle-type-navigation": "awsui_mobile-toggle-type-navigation_19d8l_kuah4_182",
|
|
10
|
+
"mobile-toggle-type-tools": "awsui_mobile-toggle-type-tools_19d8l_kuah4_185",
|
|
11
|
+
"mobile-toggle-type-drawer": "awsui_mobile-toggle-type-drawer_19d8l_kuah4_185",
|
|
12
|
+
"drawers-container": "awsui_drawers-container_19d8l_kuah4_192"
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
|
|
2
|
+
import './styles.scoped.css';
|
|
3
|
+
export default {
|
|
4
|
+
"with-motion": "awsui_with-motion_b18tp_aqyhj_142",
|
|
5
|
+
"resize-active": "awsui_resize-active_b18tp_aqyhj_161",
|
|
6
|
+
"resize-side": "awsui_resize-side_b18tp_aqyhj_171",
|
|
7
|
+
"resize-bottom": "awsui_resize-bottom_b18tp_aqyhj_174"
|
|
8
|
+
};
|
|
9
|
+
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
|
+
SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
*/
|
|
5
|
+
/*
|
|
6
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
7
|
+
SPDX-License-Identifier: Apache-2.0
|
|
8
|
+
*/
|
|
9
|
+
/*
|
|
10
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11
|
+
SPDX-License-Identifier: Apache-2.0
|
|
12
|
+
*/
|
|
13
|
+
/*
|
|
14
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
15
|
+
SPDX-License-Identifier: Apache-2.0
|
|
16
|
+
*/
|
|
17
|
+
/*
|
|
18
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
19
|
+
SPDX-License-Identifier: Apache-2.0
|
|
20
|
+
*/
|
|
21
|
+
/*
|
|
22
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
23
|
+
SPDX-License-Identifier: Apache-2.0
|
|
24
|
+
*/
|
|
25
|
+
/*
|
|
26
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
27
|
+
SPDX-License-Identifier: Apache-2.0
|
|
28
|
+
*/
|
|
29
|
+
/*
|
|
30
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
31
|
+
SPDX-License-Identifier: Apache-2.0
|
|
32
|
+
*/
|
|
33
|
+
/*
|
|
34
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
35
|
+
SPDX-License-Identifier: Apache-2.0
|
|
36
|
+
*/
|
|
37
|
+
/*
|
|
38
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
39
|
+
SPDX-License-Identifier: Apache-2.0
|
|
40
|
+
*/
|
|
41
|
+
/*
|
|
42
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
43
|
+
SPDX-License-Identifier: Apache-2.0
|
|
44
|
+
*/
|
|
45
|
+
/*
|
|
46
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
47
|
+
SPDX-License-Identifier: Apache-2.0
|
|
48
|
+
*/
|
|
49
|
+
/*
|
|
50
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
51
|
+
SPDX-License-Identifier: Apache-2.0
|
|
52
|
+
*/
|
|
53
|
+
/*
|
|
54
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
55
|
+
SPDX-License-Identifier: Apache-2.0
|
|
56
|
+
*/
|
|
57
|
+
/*
|
|
58
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
59
|
+
SPDX-License-Identifier: Apache-2.0
|
|
60
|
+
*/
|
|
61
|
+
/*
|
|
62
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
63
|
+
SPDX-License-Identifier: Apache-2.0
|
|
64
|
+
*/
|
|
65
|
+
/*
|
|
66
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
67
|
+
SPDX-License-Identifier: Apache-2.0
|
|
68
|
+
*/
|
|
69
|
+
/*
|
|
70
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
71
|
+
SPDX-License-Identifier: Apache-2.0
|
|
72
|
+
*/
|
|
73
|
+
/*
|
|
74
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
75
|
+
SPDX-License-Identifier: Apache-2.0
|
|
76
|
+
*/
|
|
77
|
+
/*
|
|
78
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
79
|
+
SPDX-License-Identifier: Apache-2.0
|
|
80
|
+
*/
|
|
81
|
+
/*
|
|
82
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
83
|
+
SPDX-License-Identifier: Apache-2.0
|
|
84
|
+
*/
|
|
85
|
+
/*
|
|
86
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
87
|
+
SPDX-License-Identifier: Apache-2.0
|
|
88
|
+
*/
|
|
89
|
+
/*
|
|
90
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
|
+
SPDX-License-Identifier: Apache-2.0
|
|
92
|
+
*/
|
|
93
|
+
/*
|
|
94
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
95
|
+
SPDX-License-Identifier: Apache-2.0
|
|
96
|
+
*/
|
|
97
|
+
/*
|
|
98
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
99
|
+
SPDX-License-Identifier: Apache-2.0
|
|
100
|
+
*/
|
|
101
|
+
/*
|
|
102
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
103
|
+
SPDX-License-Identifier: Apache-2.0
|
|
104
|
+
*/
|
|
105
|
+
/*
|
|
106
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
107
|
+
SPDX-License-Identifier: Apache-2.0
|
|
108
|
+
*/
|
|
109
|
+
/*
|
|
110
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
111
|
+
SPDX-License-Identifier: Apache-2.0
|
|
112
|
+
*/
|
|
113
|
+
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
114
|
+
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
115
|
+
/*
|
|
116
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
117
|
+
SPDX-License-Identifier: Apache-2.0
|
|
118
|
+
*/
|
|
119
|
+
/*
|
|
120
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
121
|
+
SPDX-License-Identifier: Apache-2.0
|
|
122
|
+
*/
|
|
123
|
+
/*
|
|
124
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
125
|
+
SPDX-License-Identifier: Apache-2.0
|
|
126
|
+
*/
|
|
127
|
+
/*
|
|
128
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
129
|
+
SPDX-License-Identifier: Apache-2.0
|
|
130
|
+
*/
|
|
131
|
+
/*
|
|
132
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
133
|
+
SPDX-License-Identifier: Apache-2.0
|
|
134
|
+
*/
|
|
135
|
+
/*
|
|
136
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
137
|
+
SPDX-License-Identifier: Apache-2.0
|
|
138
|
+
*/
|
|
139
|
+
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
140
|
+
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
141
|
+
@media (min-width: 689px) {
|
|
142
|
+
.awsui_with-motion_b18tp_aqyhj_142:not(#\9) {
|
|
143
|
+
transition: var(--motion-duration-refresh-only-medium-i6gkfs, 0ms);
|
|
144
|
+
transition-property: border-color, opacity, block-size, inline-size, inset-block-start;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
@media (min-width: 689px) and (prefers-reduced-motion: reduce) {
|
|
148
|
+
.awsui_with-motion_b18tp_aqyhj_142:not(#\9) {
|
|
149
|
+
animation: none;
|
|
150
|
+
transition: none;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
@media (min-width: 689px) {
|
|
154
|
+
.awsui-motion-disabled .awsui_with-motion_b18tp_aqyhj_142:not(#\9), .awsui-mode-entering .awsui_with-motion_b18tp_aqyhj_142:not(#\9) {
|
|
155
|
+
animation: none;
|
|
156
|
+
transition: none;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-max-type, selector-max-universal */
|
|
161
|
+
.awsui_resize-active_b18tp_aqyhj_161 *:not(#\9) {
|
|
162
|
+
-webkit-user-select: none;
|
|
163
|
+
user-select: none;
|
|
164
|
+
}
|
|
165
|
+
.awsui_resize-active_b18tp_aqyhj_161 * .awsui_with-motion_b18tp_aqyhj_142:not(#\9) {
|
|
166
|
+
transition: none;
|
|
167
|
+
animation: none;
|
|
168
|
+
}
|
|
169
|
+
.awsui_resize-active_b18tp_aqyhj_161 iframe:not(#\9) {
|
|
170
|
+
pointer-events: none;
|
|
171
|
+
}
|
|
172
|
+
.awsui_resize-side_b18tp_aqyhj_171 *:not(#\9) {
|
|
173
|
+
cursor: ew-resize;
|
|
174
|
+
}
|
|
175
|
+
.awsui_resize-bottom_b18tp_aqyhj_174 *:not(#\9) {
|
|
176
|
+
cursor: ns-resize;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/* stylelint-enable selector-combinator-disallowed-list, selector-max-type, selector-max-universal */
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
|
|
2
|
+
// es-module interop with Babel and Typescript
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
module.exports.default = {
|
|
5
|
+
"with-motion": "awsui_with-motion_b18tp_aqyhj_142",
|
|
6
|
+
"resize-active": "awsui_resize-active_b18tp_aqyhj_161",
|
|
7
|
+
"resize-side": "awsui_resize-side_b18tp_aqyhj_171",
|
|
8
|
+
"resize-bottom": "awsui_resize-bottom_b18tp_aqyhj_174"
|
|
9
|
+
};
|
|
10
|
+
|
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"content-header-wrapper": "awsui_content-header-wrapper_lm6vo_131e2_221",
|
|
17
|
-
"content-wrapper": "awsui_content-wrapper_lm6vo_131e2_225",
|
|
18
|
-
"content-overlapped": "awsui_content-overlapped_lm6vo_131e2_229",
|
|
19
|
-
"content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_131e2_233"
|
|
4
|
+
"root": "awsui_root_lm6vo_1utj9_149",
|
|
5
|
+
"root-no-scroll": "awsui_root-no-scroll_lm6vo_1utj9_156",
|
|
6
|
+
"layout": "awsui_layout_lm6vo_1utj9_161",
|
|
7
|
+
"layout-no-scroll": "awsui_layout-no-scroll_lm6vo_1utj9_167",
|
|
8
|
+
"layout-main": "awsui_layout-main_lm6vo_1utj9_171",
|
|
9
|
+
"layout-main-scrollable": "awsui_layout-main-scrollable_lm6vo_1utj9_177",
|
|
10
|
+
"unfocusable": "awsui_unfocusable_lm6vo_1utj9_182",
|
|
11
|
+
"breadcrumbs-desktop": "awsui_breadcrumbs-desktop_lm6vo_1utj9_186",
|
|
12
|
+
"content-header-wrapper": "awsui_content-header-wrapper_lm6vo_1utj9_191",
|
|
13
|
+
"content-wrapper": "awsui_content-wrapper_lm6vo_1utj9_195",
|
|
14
|
+
"content-overlapped": "awsui_content-overlapped_lm6vo_1utj9_199",
|
|
15
|
+
"content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_1utj9_203"
|
|
20
16
|
};
|
|
21
17
|
|
|
@@ -146,91 +146,60 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
146
146
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
147
147
|
SPDX-License-Identifier: Apache-2.0
|
|
148
148
|
*/
|
|
149
|
-
|
|
150
|
-
.awsui_resize-active_lm6vo_131e2_150 *:not(#\9) {
|
|
151
|
-
-webkit-user-select: none;
|
|
152
|
-
user-select: none;
|
|
153
|
-
}
|
|
154
|
-
.awsui_resize-active_lm6vo_131e2_150 iframe:not(#\9) {
|
|
155
|
-
pointer-events: none;
|
|
156
|
-
}
|
|
157
|
-
.awsui_resize-side_lm6vo_131e2_156 *:not(#\9) {
|
|
158
|
-
cursor: ew-resize;
|
|
159
|
-
}
|
|
160
|
-
.awsui_resize-bottom_lm6vo_131e2_159 *:not(#\9) {
|
|
161
|
-
cursor: ns-resize;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
/* stylelint-enable selector-combinator-disallowed-list, selector-max-type, selector-max-universal */
|
|
165
|
-
.awsui_with-motion_lm6vo_131e2_164:not(#\9) {
|
|
166
|
-
transition: var(--motion-duration-refresh-only-fast-y7h37k, 115ms);
|
|
167
|
-
transition-property: border-color, opacity, width;
|
|
168
|
-
}
|
|
169
|
-
@media (prefers-reduced-motion: reduce) {
|
|
170
|
-
.awsui_with-motion_lm6vo_131e2_164:not(#\9) {
|
|
171
|
-
animation: none;
|
|
172
|
-
transition: none;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
.awsui-motion-disabled .awsui_with-motion_lm6vo_131e2_164:not(#\9), .awsui-mode-entering .awsui_with-motion_lm6vo_131e2_164:not(#\9) {
|
|
176
|
-
animation: none;
|
|
177
|
-
transition: none;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.awsui_root_lm6vo_131e2_179:not(#\9) {
|
|
149
|
+
.awsui_root_lm6vo_1utj9_149:not(#\9) {
|
|
181
150
|
display: flex;
|
|
182
151
|
flex-direction: column;
|
|
183
152
|
position: relative;
|
|
184
153
|
color: var(--color-text-body-default-ffdwgg, #16191f);
|
|
185
154
|
}
|
|
186
155
|
|
|
187
|
-
.awsui_root-no-
|
|
156
|
+
.awsui_root-no-scroll_lm6vo_1utj9_156:not(#\9) {
|
|
188
157
|
position: relative;
|
|
189
158
|
z-index: 1;
|
|
190
159
|
}
|
|
191
160
|
|
|
192
|
-
.
|
|
161
|
+
.awsui_layout_lm6vo_1utj9_161:not(#\9) {
|
|
193
162
|
flex: 1 1 auto;
|
|
194
163
|
display: flex;
|
|
195
164
|
align-items: stretch;
|
|
196
165
|
background-color: var(--color-background-layout-main-td853a, #f2f3f3);
|
|
197
166
|
}
|
|
198
|
-
.awsui_layout-no-
|
|
167
|
+
.awsui_layout-no-scroll_lm6vo_1utj9_167:not(#\9) {
|
|
199
168
|
overflow: hidden;
|
|
200
169
|
}
|
|
201
170
|
|
|
202
|
-
.awsui_layout-
|
|
171
|
+
.awsui_layout-main_lm6vo_1utj9_171:not(#\9) {
|
|
203
172
|
flex: 1;
|
|
204
173
|
min-inline-size: 0;
|
|
205
174
|
background-color: var(--color-background-layout-main-td853a, #f2f3f3);
|
|
206
175
|
position: relative;
|
|
207
176
|
}
|
|
208
|
-
.awsui_layout-main-
|
|
177
|
+
.awsui_layout-main-scrollable_lm6vo_1utj9_177:not(#\9) {
|
|
209
178
|
overflow: auto;
|
|
210
179
|
}
|
|
211
180
|
|
|
212
181
|
/* stylelint-disable-next-line selector-combinator-disallowed-list, selector-max-universal */
|
|
213
|
-
.
|
|
182
|
+
.awsui_unfocusable_lm6vo_1utj9_182 *:not(#\9) {
|
|
214
183
|
visibility: hidden;
|
|
215
184
|
}
|
|
216
185
|
|
|
217
|
-
.awsui_breadcrumbs-
|
|
186
|
+
.awsui_breadcrumbs-desktop_lm6vo_1utj9_186:not(#\9) {
|
|
218
187
|
padding-block-start: var(--space-scaled-m-er48cl, 16px);
|
|
219
188
|
padding-block-end: var(--space-scaled-s-9q8n2q, 12px);
|
|
220
189
|
}
|
|
221
190
|
|
|
222
|
-
.awsui_content-header-
|
|
191
|
+
.awsui_content-header-wrapper_lm6vo_1utj9_191:not(#\9) {
|
|
223
192
|
padding-block-end: var(--space-content-header-padding-bottom-d3iv03, 16px);
|
|
224
193
|
}
|
|
225
194
|
|
|
226
|
-
.awsui_content-
|
|
195
|
+
.awsui_content-wrapper_lm6vo_1utj9_195:not(#\9) {
|
|
227
196
|
padding-block-end: var(--space-layout-content-bottom-ve4osc, 20px);
|
|
228
197
|
}
|
|
229
198
|
|
|
230
|
-
.awsui_content-
|
|
199
|
+
.awsui_content-overlapped_lm6vo_1utj9_199:not(#\9) {
|
|
231
200
|
margin-block-start: calc(-1 * var(--space-dark-header-overlap-distance-f6oo6u, 0px));
|
|
232
201
|
}
|
|
233
202
|
|
|
234
|
-
.awsui_content-extra-top-
|
|
203
|
+
.awsui_content-extra-top-padding_lm6vo_1utj9_203:not(#\9) {
|
|
235
204
|
padding-block-start: var(--space-scaled-m-er48cl, 16px);
|
|
236
205
|
}
|