@cloudscape-design/components-themeable 3.0.653 → 3.0.654
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/skeleton/styles.scss +62 -26
- package/lib/internal/scss/app-layout/visual-refresh/layout.scss +18 -12
- package/lib/internal/scss/cards/styles.scss +1 -3
- package/lib/internal/scss/container/styles.scss +0 -16
- package/lib/internal/scss/content-layout/styles.scss +72 -35
- package/lib/internal/scss/content-layout/test-classes/styles.scss +17 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +56 -51
- package/lib/internal/scss/table/styles.scss +0 -9
- package/lib/internal/scss/wizard/styles.scss +0 -18
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +31 -31
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/app-layout/implementation.d.ts +31 -0
- package/lib/internal/template/app-layout/implementation.d.ts.map +1 -1
- package/lib/internal/template/app-layout/implementation.js +2 -0
- package/lib/internal/template/app-layout/implementation.js.map +1 -1
- package/lib/internal/template/app-layout/interfaces.d.ts +7 -0
- package/lib/internal/template/app-layout/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/internal.js +1 -1
- package/lib/internal/template/app-layout/internal.js.map +1 -1
- package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/skeleton/index.d.ts +1 -1
- package/lib/internal/template/app-layout/skeleton/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/skeleton/index.js +2 -2
- package/lib/internal/template/app-layout/skeleton/index.js.map +1 -1
- package/lib/internal/template/app-layout/skeleton/layout.d.ts +2 -2
- package/lib/internal/template/app-layout/skeleton/layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/skeleton/layout.js +5 -4
- package/lib/internal/template/app-layout/skeleton/layout.js.map +1 -1
- package/lib/internal/template/app-layout/skeleton/styles.css.js +11 -11
- package/lib/internal/template/app-layout/skeleton/styles.scoped.css +99 -38
- package/lib/internal/template/app-layout/skeleton/styles.selectors.js +11 -11
- package/lib/internal/template/app-layout/utils/use-app-layout-placement.js +1 -1
- package/lib/internal/template/app-layout/utils/use-app-layout-placement.js.map +1 -1
- package/lib/internal/template/app-layout/utils/use-pointer-events.d.ts.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/background.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/background.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/background.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.js +4 -3
- package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/context.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh/context.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/drawers.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/drawers.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh/drawers.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/header.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/header.js +4 -3
- package/lib/internal/template/app-layout/visual-refresh/header.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/layout.js +2 -0
- package/lib/internal/template/app-layout/visual-refresh/layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/navigation.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/navigation.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh/navigation.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/notifications.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/notifications.js +4 -3
- package/lib/internal/template/app-layout/visual-refresh/notifications.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +83 -81
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +266 -258
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +83 -81
- package/lib/internal/template/app-layout/visual-refresh/tools.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/tools.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/tools.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/trigger-button.d.ts +1 -0
- package/lib/internal/template/app-layout/visual-refresh/trigger-button.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/trigger-button.js +2 -3
- package/lib/internal/template/app-layout/visual-refresh/trigger-button.js.map +1 -1
- package/lib/internal/template/area-chart/internal.js +1 -1
- package/lib/internal/template/area-chart/internal.js.map +1 -1
- package/lib/internal/template/cards/index.d.ts.map +1 -1
- package/lib/internal/template/cards/index.js +4 -6
- package/lib/internal/template/cards/index.js.map +1 -1
- package/lib/internal/template/cards/styles.css.js +39 -40
- package/lib/internal/template/cards/styles.scoped.css +50 -50
- package/lib/internal/template/cards/styles.selectors.js +39 -40
- package/lib/internal/template/container/internal.d.ts +2 -2
- package/lib/internal/template/container/internal.d.ts.map +1 -1
- package/lib/internal/template/container/internal.js +5 -7
- package/lib/internal/template/container/internal.js.map +1 -1
- package/lib/internal/template/container/styles.css.js +28 -30
- package/lib/internal/template/container/styles.scoped.css +52 -65
- package/lib/internal/template/container/styles.selectors.js +28 -30
- package/lib/internal/template/container/use-sticky-header.js +2 -2
- package/lib/internal/template/container/use-sticky-header.js.map +1 -1
- package/lib/internal/template/content-layout/interfaces.d.ts +52 -0
- package/lib/internal/template/content-layout/interfaces.d.ts.map +1 -1
- package/lib/internal/template/content-layout/interfaces.js.map +1 -1
- package/lib/internal/template/content-layout/internal.d.ts +1 -1
- package/lib/internal/template/content-layout/internal.d.ts.map +1 -1
- package/lib/internal/template/content-layout/internal.js +37 -7
- package/lib/internal/template/content-layout/internal.js.map +1 -1
- package/lib/internal/template/content-layout/styles.css.js +14 -7
- package/lib/internal/template/content-layout/styles.scoped.css +57 -37
- package/lib/internal/template/content-layout/styles.selectors.js +14 -7
- package/lib/internal/template/content-layout/test-classes/styles.css.js +9 -0
- package/lib/internal/template/content-layout/test-classes/styles.scoped.css +19 -0
- package/lib/internal/template/content-layout/test-classes/styles.selectors.js +10 -0
- package/lib/internal/template/flashbar/styles.css.js +47 -47
- package/lib/internal/template/flashbar/styles.scoped.css +171 -171
- package/lib/internal/template/flashbar/styles.selectors.js +47 -47
- package/lib/internal/template/internal/components/cartesian-chart/inline-start-labels.js +1 -1
- package/lib/internal/template/internal/components/cartesian-chart/inline-start-labels.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js +1 -1
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/index.js +1 -1
- package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +41 -41
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/internal/components/responsive-text/index.js +1 -1
- package/lib/internal/template/internal/components/responsive-text/index.js.map +1 -1
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.js +56 -51
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/hooks/use-scroll-sync/index.d.ts +1 -1
- package/lib/internal/template/internal/hooks/use-scroll-sync/index.d.ts.map +1 -1
- package/lib/internal/template/internal/hooks/use-scroll-sync/index.js +2 -4
- package/lib/internal/template/internal/hooks/use-scroll-sync/index.js.map +1 -1
- package/lib/internal/template/internal/utils/content-header-utils.d.ts +1 -0
- package/lib/internal/template/internal/utils/content-header-utils.d.ts.map +1 -1
- package/lib/internal/template/internal/utils/content-header-utils.js +2 -1
- package/lib/internal/template/internal/utils/content-header-utils.js.map +1 -1
- package/lib/internal/template/internal/utils/dom.d.ts +0 -5
- package/lib/internal/template/internal/utils/dom.d.ts.map +1 -1
- package/lib/internal/template/internal/utils/dom.js +0 -12
- package/lib/internal/template/internal/utils/dom.js.map +1 -1
- package/lib/internal/template/internal/utils/handle-key.js +1 -1
- package/lib/internal/template/internal/utils/handle-key.js.map +1 -1
- package/lib/internal/template/mixed-line-bar-chart/chart-container.js +1 -1
- package/lib/internal/template/mixed-line-bar-chart/chart-container.js.map +1 -1
- package/lib/internal/template/pie-chart/responsive-text.js +1 -1
- package/lib/internal/template/pie-chart/responsive-text.js.map +1 -1
- package/lib/internal/template/popover/use-popover-position.js +1 -1
- package/lib/internal/template/popover/use-popover-position.js.map +1 -1
- package/lib/internal/template/slider/styles.css.js +25 -25
- package/lib/internal/template/slider/styles.scoped.css +71 -71
- package/lib/internal/template/slider/styles.selectors.js +25 -25
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +39 -39
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/lib/internal/template/split-panel/icons/bottom-icon-refresh.d.ts.map +1 -1
- package/lib/internal/template/split-panel/icons/bottom-icon-refresh.js +1 -2
- package/lib/internal/template/split-panel/icons/bottom-icon-refresh.js.map +1 -1
- package/lib/internal/template/split-panel/icons/side-position-refresh.d.ts.map +1 -1
- package/lib/internal/template/split-panel/icons/side-position-refresh.js +1 -2
- package/lib/internal/template/split-panel/icons/side-position-refresh.js.map +1 -1
- package/lib/internal/template/split-panel/internal.js +1 -1
- package/lib/internal/template/split-panel/internal.js.map +1 -1
- package/lib/internal/template/table/interfaces.d.ts +1 -0
- package/lib/internal/template/table/interfaces.d.ts.map +1 -1
- package/lib/internal/template/table/interfaces.js.map +1 -1
- package/lib/internal/template/table/internal.d.ts.map +1 -1
- package/lib/internal/template/table/internal.js +2 -8
- package/lib/internal/template/table/internal.js.map +1 -1
- package/lib/internal/template/table/no-data-cell.d.ts.map +1 -1
- package/lib/internal/template/table/no-data-cell.js +1 -2
- package/lib/internal/template/table/no-data-cell.js.map +1 -1
- package/lib/internal/template/table/progressive-loading/progressive-loading-utils.d.ts.map +1 -1
- package/lib/internal/template/table/progressive-loading/progressive-loading-utils.js +8 -3
- package/lib/internal/template/table/progressive-loading/progressive-loading-utils.js.map +1 -1
- package/lib/internal/template/table/resizer/index.js +1 -1
- package/lib/internal/template/table/resizer/index.js.map +1 -1
- package/lib/internal/template/table/resizer/resizer-lookup.js +1 -1
- package/lib/internal/template/table/resizer/resizer-lookup.js.map +1 -1
- package/lib/internal/template/table/sticky-columns/use-sticky-columns.js +1 -1
- package/lib/internal/template/table/sticky-columns/use-sticky-columns.js.map +1 -1
- package/lib/internal/template/table/sticky-columns/utils.js +1 -1
- package/lib/internal/template/table/sticky-columns/utils.js.map +1 -1
- package/lib/internal/template/table/sticky-scrollbar/use-sticky-scrollbar.d.ts.map +1 -1
- package/lib/internal/template/table/sticky-scrollbar/use-sticky-scrollbar.js +12 -14
- package/lib/internal/template/table/sticky-scrollbar/use-sticky-scrollbar.js.map +1 -1
- package/lib/internal/template/table/sticky-scrolling.js +1 -1
- package/lib/internal/template/table/sticky-scrolling.js.map +1 -1
- package/lib/internal/template/table/styles.css.js +34 -35
- package/lib/internal/template/table/styles.scoped.css +39 -48
- package/lib/internal/template/table/styles.selectors.js +34 -35
- package/lib/internal/template/table/table-role/grid-navigation.js +13 -13
- package/lib/internal/template/table/table-role/grid-navigation.js.map +1 -1
- package/lib/internal/template/table/use-column-widths.js +1 -1
- package/lib/internal/template/table/use-column-widths.js.map +1 -1
- package/lib/internal/template/tabs/scroll-utils.js +1 -1
- package/lib/internal/template/tabs/scroll-utils.js.map +1 -1
- package/lib/internal/template/test-utils/dom/content-layout/index.d.ts +3 -0
- package/lib/internal/template/test-utils/dom/content-layout/index.js +11 -1
- package/lib/internal/template/test-utils/dom/content-layout/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/content-layout/index.d.ts +3 -0
- package/lib/internal/template/test-utils/selectors/content-layout/index.js +11 -1
- package/lib/internal/template/test-utils/selectors/content-layout/index.js.map +1 -1
- package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
- package/lib/internal/template/wizard/internal.d.ts.map +1 -1
- package/lib/internal/template/wizard/internal.js +3 -5
- package/lib/internal/template/wizard/internal.js.map +1 -1
- package/lib/internal/template/wizard/styles.css.js +31 -32
- package/lib/internal/template/wizard/styles.scoped.css +59 -116
- package/lib/internal/template/wizard/styles.selectors.js +31 -32
- package/lib/internal/template/wizard/wizard-form-header.d.ts.map +1 -1
- package/lib/internal/template/wizard/wizard-form-header.js +2 -4
- package/lib/internal/template/wizard/wizard-form-header.js.map +1 -1
- package/lib/internal/template/wizard/wizard-navigation.d.ts.map +1 -1
- package/lib/internal/template/wizard/wizard-navigation.js +2 -3
- package/lib/internal/template/wizard/wizard-navigation.js.map +1 -1
- package/package.json +1 -1
- package/lib/internal/template/app-layout/widget.d.ts +0 -6
- package/lib/internal/template/app-layout/widget.d.ts.map +0 -1
- package/lib/internal/template/app-layout/widget.js +0 -16
- package/lib/internal/template/app-layout/widget.js.map +0 -1
- package/lib/internal/template/internal/direction.d.ts +0 -36
- package/lib/internal/template/internal/direction.d.ts.map +0 -1
- package/lib/internal/template/internal/direction.js +0 -66
- package/lib/internal/template/internal/direction.js.map +0 -1
- package/lib/internal/template/split-panel/widget.d.ts +0 -2
- package/lib/internal/template/split-panel/widget.d.ts.map +0 -1
- package/lib/internal/template/split-panel/widget.js +0 -4
- package/lib/internal/template/split-panel/widget.js.map +0 -1
|
@@ -8,50 +8,78 @@
|
|
|
8
8
|
@use '../constants' as constants;
|
|
9
9
|
|
|
10
10
|
.root {
|
|
11
|
+
@include styles.styles-reset;
|
|
12
|
+
color: awsui.$color-text-body-default;
|
|
13
|
+
background-color: awsui.$color-background-layout-main;
|
|
14
|
+
|
|
11
15
|
#{custom-props.$maxContentWidth}: 100%;
|
|
12
16
|
display: grid;
|
|
17
|
+
|
|
18
|
+
// mobile grid
|
|
13
19
|
grid-template-areas:
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
20
|
+
'topBar topBar topBar'
|
|
21
|
+
'. notifications .'
|
|
22
|
+
'. main .';
|
|
17
23
|
grid-template-columns:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
min-content;
|
|
23
|
-
grid-template-rows: min-content min-content 1fr min-content;
|
|
24
|
+
awsui.$space-layout-content-horizontal
|
|
25
|
+
1fr
|
|
26
|
+
awsui.$space-layout-content-horizontal;
|
|
27
|
+
grid-template-rows: min-content min-content 1fr;
|
|
24
28
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
+
// desktop grid
|
|
30
|
+
@include styles.media-breakpoint-up(styles.$breakpoint-x-small) {
|
|
31
|
+
grid-template-areas:
|
|
32
|
+
'navigation topBar topBar topBar tools'
|
|
33
|
+
'navigation . notifications . tools'
|
|
34
|
+
'navigation . main . tools';
|
|
35
|
+
grid-template-columns:
|
|
36
|
+
min-content
|
|
37
|
+
minmax(#{awsui.$space-layout-content-horizontal}, 1fr)
|
|
38
|
+
minmax(0, var(#{custom-props.$maxContentWidth}))
|
|
39
|
+
minmax(#{awsui.$space-layout-content-horizontal}, 1fr)
|
|
40
|
+
min-content;
|
|
41
|
+
grid-template-rows: min-content min-content 1fr min-content;
|
|
42
|
+
|
|
43
|
+
&.has-adaptive-widths-default {
|
|
44
|
+
@each $breakpoint, $width in constants.$adaptive-content-widths {
|
|
45
|
+
@include styles.media-breakpoint-up($breakpoint) {
|
|
46
|
+
#{custom-props.$maxContentWidth}: $width;
|
|
47
|
+
}
|
|
29
48
|
}
|
|
30
49
|
}
|
|
31
|
-
}
|
|
32
50
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
51
|
+
&.has-adaptive-widths-dashboard {
|
|
52
|
+
@each $breakpoint, $width in constants.$dashboard-content-widths {
|
|
53
|
+
@include styles.media-breakpoint-up($breakpoint) {
|
|
54
|
+
#{custom-props.$maxContentWidth}: $width;
|
|
55
|
+
}
|
|
37
56
|
}
|
|
38
57
|
}
|
|
39
58
|
}
|
|
40
59
|
}
|
|
41
60
|
|
|
42
|
-
.
|
|
43
|
-
|
|
44
|
-
|
|
61
|
+
.navigation,
|
|
62
|
+
.tools {
|
|
63
|
+
grid-row: 1 / -1;
|
|
64
|
+
grid-column: 1/ -1;
|
|
65
|
+
background: awsui.$color-background-container-content;
|
|
66
|
+
z-index: 1;
|
|
45
67
|
}
|
|
46
68
|
|
|
47
69
|
.navigation {
|
|
48
|
-
|
|
49
|
-
|
|
70
|
+
@include styles.media-breakpoint-up(styles.$breakpoint-x-small) {
|
|
71
|
+
grid-area: navigation;
|
|
72
|
+
inline-size: var(#{custom-props.$navigationWidth});
|
|
73
|
+
border-inline-end: 1px solid awsui.$color-border-divider-panel-side;
|
|
74
|
+
}
|
|
50
75
|
}
|
|
51
76
|
|
|
52
77
|
.tools {
|
|
53
|
-
|
|
54
|
-
|
|
78
|
+
@include styles.media-breakpoint-up(styles.$breakpoint-x-small) {
|
|
79
|
+
grid-area: tools;
|
|
80
|
+
inline-size: var(#{custom-props.$toolsWidth});
|
|
81
|
+
border-inline-start: 1px solid awsui.$color-border-divider-panel-side;
|
|
82
|
+
}
|
|
55
83
|
}
|
|
56
84
|
|
|
57
85
|
.top-bar {
|
|
@@ -67,12 +95,20 @@
|
|
|
67
95
|
}
|
|
68
96
|
}
|
|
69
97
|
|
|
98
|
+
.main-landmark {
|
|
99
|
+
// does not participate in the layout, rendered for accessibility grouping
|
|
100
|
+
display: contents;
|
|
101
|
+
}
|
|
102
|
+
|
|
70
103
|
.main {
|
|
71
104
|
grid-area: main;
|
|
72
105
|
margin-block-start: awsui.$space-scaled-s;
|
|
73
106
|
margin-block-end: awsui.$space-layout-content-bottom;
|
|
74
107
|
&-disable-paddings {
|
|
75
|
-
grid-column:
|
|
108
|
+
grid-column: 1 / -1;
|
|
109
|
+
@include styles.media-breakpoint-up(styles.$breakpoint-x-small) {
|
|
110
|
+
grid-column: 2 / span 3;
|
|
111
|
+
}
|
|
76
112
|
margin-block: 0;
|
|
77
113
|
}
|
|
78
114
|
}
|
|
@@ -42,6 +42,8 @@ explicitly set in script.
|
|
|
42
42
|
#{custom-props.$notificationsHeight}: 0px;
|
|
43
43
|
#{custom-props.$offsetTop}: var(#{custom-props.$headerHeight});
|
|
44
44
|
#{custom-props.$overlapHeight}: #{awsui.$space-dark-header-overlap-distance};
|
|
45
|
+
#{custom-props.$togglesLeftWidth}: 0px;
|
|
46
|
+
#{custom-props.$togglesRightWidth}: 0px;
|
|
45
47
|
background-color: awsui.$color-background-layout-main;
|
|
46
48
|
color: awsui.$color-text-body-default;
|
|
47
49
|
display: grid;
|
|
@@ -193,13 +195,8 @@ explicitly set in script.
|
|
|
193
195
|
#{custom-props.$mainGap}: #{awsui.$space-xs};
|
|
194
196
|
}
|
|
195
197
|
|
|
196
|
-
// Set the Main gap when it follows the Breadcrumbs
|
|
197
|
-
&.has-breadcrumbs:not(.has-header)
|
|
198
|
-
#{custom-props.$mainGap}: #{awsui.$space-scaled-m};
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
// Set the Main gap when it follows the Breadcrumbs with an overlap
|
|
202
|
-
&.has-breadcrumbs:not(.has-header):not(.is-overlap-disabled) {
|
|
198
|
+
// Set the Main gap when it follows the Breadcrumbs
|
|
199
|
+
&.has-breadcrumbs:not(.has-header) {
|
|
203
200
|
#{custom-props.$mainGap}: #{awsui.$space-scaled-xxs};
|
|
204
201
|
}
|
|
205
202
|
|
|
@@ -209,10 +206,12 @@ explicitly set in script.
|
|
|
209
206
|
}
|
|
210
207
|
|
|
211
208
|
// Set the Main gap when it is the first page content
|
|
212
|
-
&.content-first-child-main:not(.
|
|
213
|
-
&.content-first-child-main.is-overlap-disabled:not(.disable-content-paddings) {
|
|
209
|
+
&.content-first-child-main:not(.disable-content-paddings) {
|
|
214
210
|
#{custom-props.$mainGap}: #{awsui.$space-scaled-s};
|
|
215
211
|
}
|
|
212
|
+
&.content-first-child-main.disable-content-paddings {
|
|
213
|
+
#{custom-props.$mainGap}: 0px;
|
|
214
|
+
}
|
|
216
215
|
|
|
217
216
|
/*
|
|
218
217
|
Override the desktop gap values set above for the Notifications, Header, and Main
|
|
@@ -232,14 +231,21 @@ explicitly set in script.
|
|
|
232
231
|
}
|
|
233
232
|
|
|
234
233
|
&.content-first-child-notifications:not(.has-breadcrumbs):not(.has-header),
|
|
235
|
-
&.content-first-child-main:not(.
|
|
234
|
+
&.content-first-child-main:not(.disable-content-paddings) {
|
|
236
235
|
#{custom-props.$mainGap}: #{awsui.$space-scaled-s};
|
|
237
236
|
}
|
|
238
237
|
|
|
239
|
-
&.content-first-child-main.
|
|
240
|
-
#{custom-props.$mainGap}:
|
|
238
|
+
&.content-first-child-main.disable-content-paddings {
|
|
239
|
+
#{custom-props.$mainGap}: 0px;
|
|
241
240
|
}
|
|
242
241
|
}
|
|
242
|
+
|
|
243
|
+
&.has-left-toggles-gutter {
|
|
244
|
+
#{custom-props.$togglesLeftWidth}: calc(#{awsui.$space-layout-toggle-padding} + 36px);
|
|
245
|
+
}
|
|
246
|
+
&.has-right-toggles-gutter {
|
|
247
|
+
#{custom-props.$togglesRightWidth}: calc(#{awsui.$space-layout-toggle-padding} + 36px);
|
|
248
|
+
}
|
|
243
249
|
}
|
|
244
250
|
|
|
245
251
|
/*
|
|
@@ -106,9 +106,7 @@
|
|
|
106
106
|
margin-block-start: awsui.$space-grid-gutter;
|
|
107
107
|
&.refresh {
|
|
108
108
|
&.header-variant-full-page {
|
|
109
|
-
|
|
110
|
-
margin-block-start: awsui.$space-scaled-s;
|
|
111
|
-
}
|
|
109
|
+
margin-block-start: awsui.$space-scaled-s;
|
|
112
110
|
}
|
|
113
111
|
}
|
|
114
112
|
}
|
|
@@ -226,25 +226,9 @@
|
|
|
226
226
|
// This polygon only shows the part of the shadow that is lower than the element itself.
|
|
227
227
|
clip-path: polygon(-999% 100%, 999% 100%, 999% 999%, -999% 999%);
|
|
228
228
|
}
|
|
229
|
-
|
|
230
|
-
&:not(.remove-high-contrast-header) {
|
|
231
|
-
&::before {
|
|
232
|
-
content: '';
|
|
233
|
-
border-block-end: none;
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
229
|
}
|
|
237
230
|
}
|
|
238
231
|
|
|
239
|
-
/*
|
|
240
|
-
The dynamic height dark header needs a background that will cover
|
|
241
|
-
the default white background of the container component.
|
|
242
|
-
*/
|
|
243
|
-
.dark-header {
|
|
244
|
-
background-color: awsui.$color-background-layout-main;
|
|
245
|
-
color: awsui.$color-text-body-default;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
232
|
.content {
|
|
249
233
|
flex: 1;
|
|
250
234
|
&-fit-height {
|
|
@@ -6,60 +6,97 @@
|
|
|
6
6
|
@use '../internal/styles/tokens' as awsui;
|
|
7
7
|
@use '../internal/generated/custom-css-properties/index.scss' as custom-props;
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
nodes will directly touch with no gap between them.
|
|
14
|
-
*/
|
|
15
|
-
.layout:not(.is-visual-refresh) {
|
|
16
|
-
display: contents;
|
|
17
|
-
|
|
18
|
-
> .background {
|
|
19
|
-
display: none;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
> .header {
|
|
23
|
-
padding-block-end: awsui.$space-content-header-padding-bottom;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.layout.is-visual-refresh {
|
|
9
|
+
.layout {
|
|
10
|
+
#{custom-props.$contentLayoutDefaultHorizontalPadding}: awsui.$space-layout-content-horizontal;
|
|
11
|
+
#{custom-props.$contentLayoutMaxContentWidth}: 0px;
|
|
12
|
+
#{custom-props.$contentLayoutMainGap}: 0px;
|
|
28
13
|
display: grid;
|
|
29
|
-
grid-template-columns: minmax(0, 1fr
|
|
30
|
-
grid-template-rows: auto awsui.$space-dark-header-overlap-distance 1fr;
|
|
14
|
+
grid-template-columns: 0 0 1fr minmax(0, var(#{custom-props.$contentLayoutMaxContentWidth})) 1fr 0 0;
|
|
15
|
+
grid-template-rows: var(#{custom-props.$contentLayoutMainGap}) min-content min-content auto awsui.$space-dark-header-overlap-distance 1fr;
|
|
31
16
|
min-block-size: 100%;
|
|
32
17
|
|
|
18
|
+
@include styles.media-breakpoint-down(styles.$breakpoint-x-small) {
|
|
19
|
+
#{custom-props.$contentLayoutDefaultHorizontalPadding}: awsui.$space-l;
|
|
20
|
+
}
|
|
21
|
+
|
|
33
22
|
> .background {
|
|
34
|
-
|
|
35
|
-
grid-
|
|
36
|
-
grid-row: 1 / 3;
|
|
23
|
+
grid-column: 1 / 8;
|
|
24
|
+
grid-row: 1 / 6;
|
|
37
25
|
color: awsui.$color-text-body-default;
|
|
38
26
|
|
|
39
27
|
&.is-overlap-disabled {
|
|
40
|
-
grid-row: 1 /
|
|
28
|
+
grid-row: 1 / 5;
|
|
41
29
|
}
|
|
30
|
+
|
|
31
|
+
> .header-background {
|
|
32
|
+
inline-size: 100%;
|
|
33
|
+
block-size: 100%;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
> .notifications {
|
|
38
|
+
grid-column: 4;
|
|
39
|
+
grid-row: 2;
|
|
40
|
+
padding-block-end: awsui.$space-xs;
|
|
41
|
+
}
|
|
42
|
+
> .breadcrumbs {
|
|
43
|
+
grid-column: 4;
|
|
44
|
+
grid-row: 3;
|
|
45
|
+
padding-block-end: awsui.$space-xs;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&.default-padding {
|
|
49
|
+
#{custom-props.$contentLayoutMainGap}: awsui.$space-scaled-m;
|
|
50
|
+
grid-template-columns:
|
|
51
|
+
var(#{custom-props.$togglesLeftWidth}, 0) var(#{custom-props.$contentLayoutDefaultHorizontalPadding}, 0) 1fr minmax(
|
|
52
|
+
0,
|
|
53
|
+
var(#{custom-props.$contentLayoutMaxContentWidth})
|
|
54
|
+
)
|
|
55
|
+
1fr var(#{custom-props.$contentLayoutDefaultHorizontalPadding}, 0) var(#{custom-props.$togglesRightWidth}, 0);
|
|
42
56
|
}
|
|
43
57
|
|
|
44
|
-
> .header {
|
|
45
|
-
grid-column:
|
|
46
|
-
grid-row:
|
|
58
|
+
> .header-wrapper {
|
|
59
|
+
grid-column: 4;
|
|
60
|
+
grid-row: 4;
|
|
47
61
|
padding-block-end: awsui.$space-content-header-padding-bottom;
|
|
62
|
+
|
|
63
|
+
&.with-divider {
|
|
64
|
+
border-block-end: 1px solid awsui.$color-border-divider-default;
|
|
65
|
+
}
|
|
48
66
|
}
|
|
49
67
|
|
|
50
68
|
> .content {
|
|
51
|
-
grid-column:
|
|
52
|
-
grid-row:
|
|
69
|
+
grid-column: 4;
|
|
70
|
+
grid-row: 5 / 8;
|
|
53
71
|
}
|
|
54
72
|
|
|
55
73
|
&:not(.has-header) {
|
|
56
|
-
grid-template-rows:
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
74
|
+
grid-template-rows:
|
|
75
|
+
var(#{custom-props.$contentLayoutMainGap}) min-content min-content 0 calc(
|
|
76
|
+
awsui.$space-dark-header-overlap-distance
|
|
77
|
+
)
|
|
78
|
+
1fr;
|
|
60
79
|
}
|
|
61
80
|
|
|
62
81
|
&.is-overlap-disabled {
|
|
63
|
-
grid-template-rows: auto 0 1fr;
|
|
82
|
+
grid-template-rows: var(#{custom-props.$contentLayoutMainGap}) min-content min-content auto 0 1fr;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.layout.is-visual-refresh {
|
|
87
|
+
> .background {
|
|
88
|
+
&.has-default-background {
|
|
89
|
+
background-color: awsui.$color-background-layout-main;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.layout:not(.is-visual-refresh) {
|
|
95
|
+
&.has-notifications {
|
|
96
|
+
#{custom-props.$contentLayoutMainGap}: 0px;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
> .notifications {
|
|
100
|
+
grid-column: 1 / 8;
|
|
64
101
|
}
|
|
65
102
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
|
+
SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
.header {
|
|
7
|
+
/* used in test-utils */
|
|
8
|
+
}
|
|
9
|
+
.secondary-header {
|
|
10
|
+
/* used in test-utils */
|
|
11
|
+
}
|
|
12
|
+
.notifications {
|
|
13
|
+
/* used in test-utils */
|
|
14
|
+
}
|
|
15
|
+
.breadcrumbs {
|
|
16
|
+
/* used in test-utils */
|
|
17
|
+
}
|
|
@@ -1,53 +1,58 @@
|
|
|
1
1
|
|
|
2
|
-
$maxContentWidth: --awsui-max-content-width-
|
|
3
|
-
$minContentWidth: --awsui-min-content-width-
|
|
4
|
-
$breadcrumbsGap: --awsui-breadcrumbs-gap-
|
|
5
|
-
$contentGapLeft: --awsui-content-gap-left-
|
|
6
|
-
$contentGapRight: --awsui-content-gap-right-
|
|
7
|
-
$contentHeight: --awsui-content-height-
|
|
8
|
-
$
|
|
9
|
-
$
|
|
10
|
-
$
|
|
11
|
-
$
|
|
12
|
-
$
|
|
13
|
-
$
|
|
14
|
-
$
|
|
15
|
-
$
|
|
16
|
-
$
|
|
17
|
-
$
|
|
18
|
-
$
|
|
19
|
-
$
|
|
20
|
-
$
|
|
21
|
-
$
|
|
22
|
-
$
|
|
23
|
-
$
|
|
24
|
-
$
|
|
25
|
-
$
|
|
26
|
-
$
|
|
27
|
-
$
|
|
28
|
-
$
|
|
29
|
-
$
|
|
30
|
-
$
|
|
31
|
-
$
|
|
32
|
-
$
|
|
33
|
-
$
|
|
34
|
-
$
|
|
35
|
-
$
|
|
36
|
-
$
|
|
37
|
-
$
|
|
38
|
-
$
|
|
39
|
-
$
|
|
40
|
-
$
|
|
41
|
-
$
|
|
42
|
-
$
|
|
43
|
-
$
|
|
44
|
-
$
|
|
45
|
-
$
|
|
46
|
-
$
|
|
47
|
-
$
|
|
48
|
-
$
|
|
49
|
-
$
|
|
50
|
-
$
|
|
51
|
-
$
|
|
52
|
-
$
|
|
2
|
+
$maxContentWidth: --awsui-max-content-width-7t5ed6;
|
|
3
|
+
$minContentWidth: --awsui-min-content-width-7t5ed6;
|
|
4
|
+
$breadcrumbsGap: --awsui-breadcrumbs-gap-7t5ed6;
|
|
5
|
+
$contentGapLeft: --awsui-content-gap-left-7t5ed6;
|
|
6
|
+
$contentGapRight: --awsui-content-gap-right-7t5ed6;
|
|
7
|
+
$contentHeight: --awsui-content-height-7t5ed6;
|
|
8
|
+
$contentLayoutDefaultHorizontalPadding: --awsui-content-layout-default-horizontal-padding-7t5ed6;
|
|
9
|
+
$contentLayoutMaxContentWidth: --awsui-content-layout-max-content-width-7t5ed6;
|
|
10
|
+
$contentLayoutMainGap: --awsui-content-layout-main-gap-7t5ed6;
|
|
11
|
+
$defaultMaxContentWidth: --awsui-default-max-content-width-7t5ed6;
|
|
12
|
+
$defaultMinContentWidth: --awsui-default-min-content-width-7t5ed6;
|
|
13
|
+
$drawerSize: --awsui-drawer-size-7t5ed6;
|
|
14
|
+
$footerHeight: --awsui-footer-height-7t5ed6;
|
|
15
|
+
$headerGap: --awsui-header-gap-7t5ed6;
|
|
16
|
+
$headerHeight: --awsui-header-height-7t5ed6;
|
|
17
|
+
$layoutWidth: --awsui-layout-width-7t5ed6;
|
|
18
|
+
$mainGap: --awsui-main-gap-7t5ed6;
|
|
19
|
+
$mainOffsetLeft: --awsui-main-offset-left-7t5ed6;
|
|
20
|
+
$mainTemplateRows: --awsui-main-template-rows-7t5ed6;
|
|
21
|
+
$mobileBarHeight: --awsui-mobile-bar-height-7t5ed6;
|
|
22
|
+
$notificationsGap: --awsui-notifications-gap-7t5ed6;
|
|
23
|
+
$notificationsHeight: --awsui-notifications-height-7t5ed6;
|
|
24
|
+
$offsetTop: --awsui-offset-top-7t5ed6;
|
|
25
|
+
$overlapHeight: --awsui-overlap-height-7t5ed6;
|
|
26
|
+
$navigationWidth: --awsui-navigation-width-7t5ed6;
|
|
27
|
+
$splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-7t5ed6;
|
|
28
|
+
$splitPanelReportedSize: --awsui-split-panel-reported-size-7t5ed6;
|
|
29
|
+
$splitPanelHeight: --awsui-split-panel-height-7t5ed6;
|
|
30
|
+
$splitPanelMinWidth: --awsui-split-panel-min-width-7t5ed6;
|
|
31
|
+
$splitPanelMaxWidth: --awsui-split-panel-max-width-7t5ed6;
|
|
32
|
+
$toolsMaxWidth: --awsui-tools-max-width-7t5ed6;
|
|
33
|
+
$toolsWidth: --awsui-tools-width-7t5ed6;
|
|
34
|
+
$toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-7t5ed6;
|
|
35
|
+
$contentScrollMargin: --awsui-content-scroll-margin-7t5ed6;
|
|
36
|
+
$flashbarStackDepth: --awsui-flashbar-stack-depth-7t5ed6;
|
|
37
|
+
$flashbarStackIndex: --awsui-flashbar-stack-index-7t5ed6;
|
|
38
|
+
$flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-7t5ed6;
|
|
39
|
+
$stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-7t5ed6;
|
|
40
|
+
$stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-7t5ed6;
|
|
41
|
+
$dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-7t5ed6;
|
|
42
|
+
$spinnerRotatorFrom: --awsui-spinner-rotator-from-7t5ed6;
|
|
43
|
+
$spinnerRotatorTo: --awsui-spinner-rotator-to-7t5ed6;
|
|
44
|
+
$spinnerLineLeftFrom: --awsui-spinner-line-left-from-7t5ed6;
|
|
45
|
+
$spinnerLineLeftTo: --awsui-spinner-line-left-to-7t5ed6;
|
|
46
|
+
$spinnerLineRightFrom: --awsui-spinner-line-right-from-7t5ed6;
|
|
47
|
+
$spinnerLineRightTo: --awsui-spinner-line-right-to-7t5ed6;
|
|
48
|
+
$sliderLabelCount: --awsui-slider-label-count-7t5ed6;
|
|
49
|
+
$sliderTickCount: --awsui-slider-tick-count-7t5ed6;
|
|
50
|
+
$sliderReferenceColumn: --awsui-slider-reference-column-7t5ed6;
|
|
51
|
+
$sliderNextReferenceColumn: --awsui-slider-next-reference-column-7t5ed6;
|
|
52
|
+
$sliderMaxStart: --awsui-slider-max-start-7t5ed6;
|
|
53
|
+
$sliderMinEnd: --awsui-slider-min-end-7t5ed6;
|
|
54
|
+
$sliderRangeInlineSize: --awsui-slider-range-inline-size-7t5ed6;
|
|
55
|
+
$sliderTooltipPosition: --awsui-slider-tooltip-position-7t5ed6;
|
|
56
|
+
$togglesLeftWidth: --awsui-toggles-left-width-7t5ed6;
|
|
57
|
+
$togglesRightWidth: --awsui-toggles-right-width-7t5ed6;
|
|
53
58
|
|
|
@@ -147,15 +147,6 @@ filter search icon.
|
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
/*
|
|
151
|
-
The dynamic height dark header needs a background that will cover
|
|
152
|
-
the default white background of the container component.
|
|
153
|
-
*/
|
|
154
|
-
.dark-header {
|
|
155
|
-
background-color: awsui.$color-background-layout-main;
|
|
156
|
-
color: awsui.$color-text-body-default;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
150
|
.header-secondary {
|
|
160
151
|
overflow: auto;
|
|
161
152
|
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
@@ -24,9 +24,6 @@
|
|
|
24
24
|
grid-template-columns: minmax(0, 1fr) 0;
|
|
25
25
|
row-gap: awsui.$space-scaled-l;
|
|
26
26
|
}
|
|
27
|
-
&:not(.remove-high-contrast-header) {
|
|
28
|
-
row-gap: awsui.$space-scaled-xl;
|
|
29
|
-
}
|
|
30
27
|
}
|
|
31
28
|
|
|
32
29
|
.wizard:not(.refresh) {
|
|
@@ -48,14 +45,6 @@
|
|
|
48
45
|
padding-inline: 0;
|
|
49
46
|
inline-size: 260px;
|
|
50
47
|
box-sizing: border-box;
|
|
51
|
-
&:not(.remove-high-contrast-header) {
|
|
52
|
-
@include styles.container-style;
|
|
53
|
-
padding-block-start: awsui.$space-scaled-m;
|
|
54
|
-
padding-block-end: awsui.$space-scaled-l;
|
|
55
|
-
padding-inline-start: awsui.$space-m;
|
|
56
|
-
padding-inline-end: awsui.$space-l;
|
|
57
|
-
inline-size: 280px;
|
|
58
|
-
}
|
|
59
48
|
|
|
60
49
|
> li {
|
|
61
50
|
display: grid;
|
|
@@ -253,13 +242,6 @@
|
|
|
253
242
|
padding-block-end: awsui.$space-scaled-s;
|
|
254
243
|
}
|
|
255
244
|
|
|
256
|
-
&:not(.remove-high-contrast-header) {
|
|
257
|
-
> .form-header > .form-header-content {
|
|
258
|
-
padding-block-start: calc(awsui.$space-l + awsui.$space-scaled-xxs);
|
|
259
|
-
padding-block-end: awsui.$space-scaled-m;
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
|
|
263
245
|
> .form-component {
|
|
264
246
|
grid-column: 2;
|
|
265
247
|
grid-row: 2;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrow-outer": "awsui_arrow-
|
|
6
|
-
"arrow-inner": "awsui_arrow-
|
|
7
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
8
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
10
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
12
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
14
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
15
|
-
"annotation": "
|
|
16
|
-
"next-button": "awsui_next-
|
|
17
|
-
"previous-button": "awsui_previous-
|
|
18
|
-
"finish-button": "awsui_finish-
|
|
19
|
-
"header": "
|
|
20
|
-
"step-counter-content": "awsui_step-counter-
|
|
21
|
-
"content": "
|
|
22
|
-
"description": "
|
|
23
|
-
"actionBar": "
|
|
24
|
-
"stepCounter": "
|
|
25
|
-
"divider": "
|
|
26
|
-
"hotspot": "
|
|
27
|
-
"icon": "
|
|
4
|
+
"arrow": "awsui_arrow_1hpp3_t7mwe_99",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_1hpp3_t7mwe_103",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_1hpp3_t7mwe_103",
|
|
7
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_t7mwe_144",
|
|
8
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_t7mwe_144",
|
|
9
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_t7mwe_147",
|
|
10
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_t7mwe_147",
|
|
11
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_t7mwe_150",
|
|
12
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_t7mwe_150",
|
|
13
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_t7mwe_153",
|
|
14
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_t7mwe_153",
|
|
15
|
+
"annotation": "awsui_annotation_1hpp3_t7mwe_161",
|
|
16
|
+
"next-button": "awsui_next-button_1hpp3_t7mwe_162",
|
|
17
|
+
"previous-button": "awsui_previous-button_1hpp3_t7mwe_163",
|
|
18
|
+
"finish-button": "awsui_finish-button_1hpp3_t7mwe_164",
|
|
19
|
+
"header": "awsui_header_1hpp3_t7mwe_165",
|
|
20
|
+
"step-counter-content": "awsui_step-counter-content_1hpp3_t7mwe_166",
|
|
21
|
+
"content": "awsui_content_1hpp3_t7mwe_167",
|
|
22
|
+
"description": "awsui_description_1hpp3_t7mwe_171",
|
|
23
|
+
"actionBar": "awsui_actionBar_1hpp3_t7mwe_176",
|
|
24
|
+
"stepCounter": "awsui_stepCounter_1hpp3_t7mwe_183",
|
|
25
|
+
"divider": "awsui_divider_1hpp3_t7mwe_187",
|
|
26
|
+
"hotspot": "awsui_hotspot_1hpp3_t7mwe_191",
|
|
27
|
+
"icon": "awsui_icon_1hpp3_t7mwe_258"
|
|
28
28
|
};
|
|
29
29
|
|