@cloudscape-design/components-themeable 3.0.214 → 3.0.216
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/notifications/styles.scss +0 -8
- package/lib/internal/scss/flashbar/collapsible.scss +29 -100
- package/lib/internal/scss/form/styles.scss +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +28 -29
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +30 -30
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/app-layout/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/index.js +1 -1
- package/lib/internal/template/app-layout/index.js.map +1 -1
- package/lib/internal/template/app-layout/notifications/index.d.ts +0 -1
- package/lib/internal/template/app-layout/notifications/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/notifications/index.js +2 -2
- package/lib/internal/template/app-layout/notifications/index.js.map +1 -1
- package/lib/internal/template/app-layout/notifications/styles.css.js +2 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +5 -13
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +2 -3
- package/lib/internal/template/app-layout/visual-refresh/notifications.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/notifications.js +1 -6
- package/lib/internal/template/app-layout/visual-refresh/notifications.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +60 -60
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +223 -223
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +60 -60
- package/lib/internal/template/cards/interfaces.d.ts +2 -1
- package/lib/internal/template/cards/interfaces.d.ts.map +1 -1
- package/lib/internal/template/cards/interfaces.js.map +1 -1
- package/lib/internal/template/content-layout/index.d.ts +1 -1
- package/lib/internal/template/content-layout/index.d.ts.map +1 -1
- package/lib/internal/template/content-layout/index.js +6 -32
- package/lib/internal/template/content-layout/index.js.map +1 -1
- package/lib/internal/template/content-layout/internal.d.ts +6 -0
- package/lib/internal/template/content-layout/internal.d.ts.map +1 -0
- package/lib/internal/template/content-layout/internal.js +35 -0
- package/lib/internal/template/content-layout/internal.js.map +1 -0
- package/lib/internal/template/flashbar/collapsible-flashbar.d.ts.map +1 -1
- package/lib/internal/template/flashbar/collapsible-flashbar.js +4 -4
- package/lib/internal/template/flashbar/collapsible-flashbar.js.map +1 -1
- package/lib/internal/template/flashbar/styles.css.js +43 -45
- package/lib/internal/template/flashbar/styles.scoped.css +166 -271
- package/lib/internal/template/flashbar/styles.selectors.js +43 -45
- package/lib/internal/template/form/index.d.ts +1 -1
- package/lib/internal/template/form/index.d.ts.map +1 -1
- package/lib/internal/template/form/index.js +4 -3
- package/lib/internal/template/form/index.js.map +1 -1
- package/lib/internal/template/form/interfaces.d.ts +12 -0
- package/lib/internal/template/form/interfaces.d.ts.map +1 -1
- package/lib/internal/template/form/interfaces.js.map +1 -1
- package/lib/internal/template/form/internal.d.ts +1 -1
- package/lib/internal/template/form/internal.d.ts.map +1 -1
- package/lib/internal/template/form/internal.js +21 -14
- package/lib/internal/template/form/internal.js.map +1 -1
- package/lib/internal/template/form/styles.css.js +9 -8
- package/lib/internal/template/form/styles.scoped.css +8 -8
- package/lib/internal/template/form/styles.selectors.js +9 -8
- package/lib/internal/template/internal/environment.js +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 +28 -29
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/table/interfaces.d.ts +2 -1
- package/lib/internal/template/table/interfaces.d.ts.map +1 -1
- package/lib/internal/template/table/interfaces.js.map +1 -1
- package/package.json +1 -1
|
@@ -21,11 +21,3 @@
|
|
|
21
21
|
position: sticky;
|
|
22
22
|
#{custom-props.$flashbarStickyBottomMargin}: #{awsui.$space-xxl};
|
|
23
23
|
}
|
|
24
|
-
|
|
25
|
-
.no-content-paddings {
|
|
26
|
-
/*
|
|
27
|
-
When using the disableContentPaddings option, the Flashbar will use this custom property to add additional space
|
|
28
|
-
when the notification bar is rendered, to prevent it from overlapping the content.
|
|
29
|
-
*/
|
|
30
|
-
#{custom-props.$stackedNotificationsBottomMargin}: #{awsui.$space-scaled-l};
|
|
31
|
-
}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
*/
|
|
5
|
-
@use 'sass:map';
|
|
6
5
|
@use '../internal/generated/custom-css-properties/index.scss' as custom-props;
|
|
7
6
|
@use '../internal/hooks/focus-visible' as focus-visible;
|
|
8
7
|
@use '../internal/styles/tokens' as awsui;
|
|
@@ -10,23 +9,10 @@
|
|
|
10
9
|
@use '../internal/styles/typography' as typography;
|
|
11
10
|
@use './collapsible.motion';
|
|
12
11
|
|
|
13
|
-
$
|
|
14
|
-
'collapsed': calc(#{awsui.$space-scaled-xl} + 3px),
|
|
15
|
-
'expanded': awsui.$space-scaled-s,
|
|
16
|
-
);
|
|
17
|
-
$notification-bar-line-height: awsui.$font-body-m-line-height;
|
|
18
|
-
$notification-bar-padding-vertical: styles.$control-padding-vertical;
|
|
19
|
-
$notification-bar-collapsed-item-overflow: (
|
|
20
|
-
'x': 10px,
|
|
21
|
-
'y': 8px,
|
|
22
|
-
);
|
|
23
|
-
$notification-bar-border-width: (
|
|
24
|
-
'classic': 1px,
|
|
25
|
-
'visual-refresh': 2px,
|
|
26
|
-
);
|
|
12
|
+
$collapsed-item-overflow: 10px;
|
|
27
13
|
|
|
28
14
|
.stack {
|
|
29
|
-
$notification-bar-horizontal-margin: 3 *
|
|
15
|
+
$notification-bar-horizontal-margin: 3 * $collapsed-item-overflow;
|
|
30
16
|
display: grid;
|
|
31
17
|
grid-template-columns: $notification-bar-horizontal-margin 1fr $notification-bar-horizontal-margin;
|
|
32
18
|
}
|
|
@@ -55,10 +41,10 @@ the grid layout will be:
|
|
|
55
41
|
display: grid;
|
|
56
42
|
grid-column: 1 / 4;
|
|
57
43
|
grid-template-columns:
|
|
58
|
-
repeat(var(#{custom-props.$flashbarStackDepth}),
|
|
44
|
+
repeat(var(#{custom-props.$flashbarStackDepth}), $collapsed-item-overflow)
|
|
59
45
|
1fr
|
|
60
|
-
repeat(var(#{custom-props.$flashbarStackDepth}),
|
|
61
|
-
row-gap:
|
|
46
|
+
repeat(var(#{custom-props.$flashbarStackDepth}), $collapsed-item-overflow);
|
|
47
|
+
row-gap: 8px;
|
|
62
48
|
z-index: 0;
|
|
63
49
|
|
|
64
50
|
> .item {
|
|
@@ -101,88 +87,27 @@ the grid layout will be:
|
|
|
101
87
|
@include stacked-flash-z-index;
|
|
102
88
|
}
|
|
103
89
|
|
|
104
|
-
@mixin
|
|
105
|
-
$
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
/*
|
|
110
|
-
The default bottom margin ($default-margin-bottom) is just enough to prevent the notification bar from overlapping the
|
|
111
|
-
elements below. But if using disableContentPaddings, $stackedNotificationsBottomMargin will be set at the App Layout
|
|
112
|
-
level so that this distance is increased to prevent the main area from touching the notifications area.
|
|
113
|
-
*/
|
|
114
|
-
$default-margin-bottom: calc(#{$notification-bar-full-height} - #{$top-overlap});
|
|
115
|
-
margin-bottom: calc(
|
|
116
|
-
var(#{custom-props.$stackedNotificationsBottomMargin}, #{$default-margin-bottom}) + #{$buffer-bottom} + #{$offset-bottom}
|
|
117
|
-
);
|
|
118
|
-
|
|
119
|
-
> .notification-bar {
|
|
120
|
-
margin-top: calc(-1 * #{$top-overlap} + #{$offset-bottom});
|
|
121
|
-
margin-bottom: calc(#{$top-overlap} - #{$notification-bar-full-height} - #{$offset-bottom});
|
|
122
|
-
padding-top: $notification-bar-padding-vertical;
|
|
123
|
-
padding-bottom: $notification-bar-padding-vertical;
|
|
124
|
-
}
|
|
125
|
-
}
|
|
90
|
+
@mixin toggle-button-layout($top-overlap-collapsed, $border-width) {
|
|
91
|
+
$margin-top-when-collapsed: -$top-overlap-collapsed;
|
|
92
|
+
$line-height: awsui.$font-body-m-line-height;
|
|
93
|
+
$padding-vertical: styles.$control-padding-vertical;
|
|
94
|
+
$margin-top-when-expanded: -12px;
|
|
126
95
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
&:not(.short-list) {
|
|
130
|
-
&:not(.visual-refresh) {
|
|
131
|
-
@include vertical-spacing(
|
|
132
|
-
map.get($notification-bar-top-overlap, 'collapsed'),
|
|
133
|
-
map.get($notification-bar-border-width, 'classic')
|
|
134
|
-
);
|
|
135
|
-
}
|
|
136
|
-
&.visual-refresh {
|
|
137
|
-
@include vertical-spacing(
|
|
138
|
-
map.get($notification-bar-top-overlap, 'collapsed'),
|
|
139
|
-
map.get($notification-bar-border-width, 'visual-refresh')
|
|
140
|
-
);
|
|
141
|
-
}
|
|
142
|
-
}
|
|
96
|
+
padding-top: $padding-vertical;
|
|
97
|
+
padding-bottom: $padding-vertical;
|
|
143
98
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
&:not(.visual-refresh) {
|
|
150
|
-
@include vertical-spacing(
|
|
151
|
-
map.get($notification-bar-top-overlap, 'collapsed'),
|
|
152
|
-
map.get($notification-bar-border-width, 'classic'),
|
|
153
|
-
0px,
|
|
154
|
-
map.get($notification-bar-collapsed-item-overflow, 'y')
|
|
155
|
-
);
|
|
156
|
-
}
|
|
157
|
-
&.visual-refresh {
|
|
158
|
-
@include vertical-spacing(
|
|
159
|
-
map.get($notification-bar-top-overlap, 'collapsed'),
|
|
160
|
-
map.get($notification-bar-border-width, 'visual-refresh'),
|
|
161
|
-
0px,
|
|
162
|
-
map.get($notification-bar-collapsed-item-overflow, 'y')
|
|
163
|
-
);
|
|
164
|
-
}
|
|
165
|
-
}
|
|
99
|
+
&:not(.expanded) {
|
|
100
|
+
margin-top: #{$margin-top-when-collapsed};
|
|
101
|
+
margin-bottom: calc(
|
|
102
|
+
#{-$margin-top-when-collapsed} - (#{$line-height} + 2 * (#{$padding-vertical} + #{$border-width}))
|
|
103
|
+
);
|
|
166
104
|
}
|
|
167
105
|
|
|
168
106
|
&.expanded {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
*/
|
|
174
|
-
@include vertical-spacing(
|
|
175
|
-
map.get($notification-bar-top-overlap, 'expanded'),
|
|
176
|
-
map.get($notification-bar-border-width, 'classic'),
|
|
177
|
-
awsui.$space-scaled-m
|
|
178
|
-
);
|
|
179
|
-
}
|
|
180
|
-
&.visual-refresh {
|
|
181
|
-
@include vertical-spacing(
|
|
182
|
-
map.get($notification-bar-top-overlap, 'expanded'),
|
|
183
|
-
map.get($notification-bar-border-width, 'visual-refresh')
|
|
184
|
-
);
|
|
185
|
-
}
|
|
107
|
+
margin-top: #{$margin-top-when-expanded};
|
|
108
|
+
margin-bottom: calc(
|
|
109
|
+
#{-$margin-top-when-expanded} - (#{$line-height} + 2 * (#{$padding-vertical} + #{$border-width}))
|
|
110
|
+
);
|
|
186
111
|
}
|
|
187
112
|
}
|
|
188
113
|
|
|
@@ -260,14 +185,20 @@ the grid layout will be:
|
|
|
260
185
|
}
|
|
261
186
|
|
|
262
187
|
&.visual-refresh {
|
|
263
|
-
$border-width:
|
|
188
|
+
$border-width: 2px;
|
|
189
|
+
// Amount of pixels that the element is pushed up to overlap the Flashbar (when collapsed)
|
|
190
|
+
$top-overlap-collapsed: 27px;
|
|
191
|
+
@include toggle-button-layout($top-overlap-collapsed, $border-width);
|
|
264
192
|
border-width: $border-width;
|
|
265
193
|
padding-left: awsui.$space-l;
|
|
266
194
|
padding-right: awsui.$space-l;
|
|
267
195
|
}
|
|
268
196
|
|
|
269
197
|
&:not(.visual-refresh) {
|
|
270
|
-
$border-width:
|
|
198
|
+
$border-width: 1px;
|
|
199
|
+
// Amount of pixels that the element is pushed up to overlap the Flashbar (when collapsed)
|
|
200
|
+
$top-overlap-collapsed: 24px;
|
|
201
|
+
@include toggle-button-layout($top-overlap-collapsed, $border-width);
|
|
271
202
|
border-width: $border-width;
|
|
272
203
|
padding-left: awsui.$space-s;
|
|
273
204
|
padding-right: awsui.$space-s;
|
|
@@ -286,8 +217,6 @@ the grid layout will be:
|
|
|
286
217
|
flex-grow: 1;
|
|
287
218
|
background: none;
|
|
288
219
|
border: 0 none;
|
|
289
|
-
padding-top: 0;
|
|
290
|
-
padding-bottom: 0;
|
|
291
220
|
|
|
292
221
|
> .icon {
|
|
293
222
|
@include styles.with-motion {
|
|
@@ -1,31 +1,30 @@
|
|
|
1
1
|
|
|
2
|
-
$offsetTop: --awsui-offset-top-
|
|
3
|
-
$offsetTopWithNotifications: --awsui-offset-top-with-notifications-
|
|
4
|
-
$contentGapLeft: --awsui-content-gap-left-
|
|
5
|
-
$contentGapRight: --awsui-content-gap-right-
|
|
6
|
-
$contentHeight: --awsui-content-height-
|
|
7
|
-
$defaultMaxContentWidth: --awsui-default-max-content-width-
|
|
8
|
-
$defaultMinContentWidth: --awsui-default-min-content-width-
|
|
9
|
-
$footerHeight: --awsui-footer-height-
|
|
10
|
-
$headerHeight: --awsui-header-height-
|
|
11
|
-
$layoutWidth: --awsui-layout-width-
|
|
12
|
-
$mainOffsetLeft: --awsui-main-offset-left-
|
|
13
|
-
$maxContentWidth: --awsui-max-content-width-
|
|
14
|
-
$minContentWidth: --awsui-min-content-width-
|
|
15
|
-
$notificationsHeight: --awsui-notifications-height-
|
|
16
|
-
$overlapHeight: --awsui-overlap-height-
|
|
17
|
-
$navigationWidth: --awsui-navigation-width-
|
|
18
|
-
$splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-
|
|
19
|
-
$splitPanelReportedSize: --awsui-split-panel-reported-size-
|
|
20
|
-
$splitPanelHeight: --awsui-split-panel-height-
|
|
21
|
-
$splitPanelMinWidth: --awsui-split-panel-min-width-
|
|
22
|
-
$splitPanelMaxWidth: --awsui-split-panel-max-width-
|
|
23
|
-
$toolsMaxWidth: --awsui-tools-max-width-
|
|
24
|
-
$toolsWidth: --awsui-tools-width-
|
|
25
|
-
$toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-
|
|
26
|
-
$contentScrollMargin: --awsui-content-scroll-margin-
|
|
27
|
-
$flashbarStackDepth: --awsui-flashbar-stack-depth-
|
|
28
|
-
$flashbarStackIndex: --awsui-flashbar-stack-index-
|
|
29
|
-
$flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-
|
|
30
|
-
$stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-k2tw0m;
|
|
2
|
+
$offsetTop: --awsui-offset-top-20d8jh;
|
|
3
|
+
$offsetTopWithNotifications: --awsui-offset-top-with-notifications-20d8jh;
|
|
4
|
+
$contentGapLeft: --awsui-content-gap-left-20d8jh;
|
|
5
|
+
$contentGapRight: --awsui-content-gap-right-20d8jh;
|
|
6
|
+
$contentHeight: --awsui-content-height-20d8jh;
|
|
7
|
+
$defaultMaxContentWidth: --awsui-default-max-content-width-20d8jh;
|
|
8
|
+
$defaultMinContentWidth: --awsui-default-min-content-width-20d8jh;
|
|
9
|
+
$footerHeight: --awsui-footer-height-20d8jh;
|
|
10
|
+
$headerHeight: --awsui-header-height-20d8jh;
|
|
11
|
+
$layoutWidth: --awsui-layout-width-20d8jh;
|
|
12
|
+
$mainOffsetLeft: --awsui-main-offset-left-20d8jh;
|
|
13
|
+
$maxContentWidth: --awsui-max-content-width-20d8jh;
|
|
14
|
+
$minContentWidth: --awsui-min-content-width-20d8jh;
|
|
15
|
+
$notificationsHeight: --awsui-notifications-height-20d8jh;
|
|
16
|
+
$overlapHeight: --awsui-overlap-height-20d8jh;
|
|
17
|
+
$navigationWidth: --awsui-navigation-width-20d8jh;
|
|
18
|
+
$splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-20d8jh;
|
|
19
|
+
$splitPanelReportedSize: --awsui-split-panel-reported-size-20d8jh;
|
|
20
|
+
$splitPanelHeight: --awsui-split-panel-height-20d8jh;
|
|
21
|
+
$splitPanelMinWidth: --awsui-split-panel-min-width-20d8jh;
|
|
22
|
+
$splitPanelMaxWidth: --awsui-split-panel-max-width-20d8jh;
|
|
23
|
+
$toolsMaxWidth: --awsui-tools-max-width-20d8jh;
|
|
24
|
+
$toolsWidth: --awsui-tools-width-20d8jh;
|
|
25
|
+
$toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-20d8jh;
|
|
26
|
+
$contentScrollMargin: --awsui-content-scroll-margin-20d8jh;
|
|
27
|
+
$flashbarStackDepth: --awsui-flashbar-stack-depth-20d8jh;
|
|
28
|
+
$flashbarStackIndex: --awsui-flashbar-stack-index-20d8jh;
|
|
29
|
+
$flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-20d8jh;
|
|
31
30
|
|
|
@@ -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_1pskf_93",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_1hpp3_1pskf_97",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_1hpp3_1pskf_97",
|
|
7
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_1pskf_128",
|
|
8
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_1pskf_128",
|
|
9
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_1pskf_131",
|
|
10
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_1pskf_131",
|
|
11
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_1pskf_134",
|
|
12
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_1pskf_134",
|
|
13
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_1pskf_137",
|
|
14
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_1pskf_137",
|
|
15
|
+
"annotation": "awsui_annotation_1hpp3_1pskf_145",
|
|
16
|
+
"next-button": "awsui_next-button_1hpp3_1pskf_146",
|
|
17
|
+
"previous-button": "awsui_previous-button_1hpp3_1pskf_147",
|
|
18
|
+
"finish-button": "awsui_finish-button_1hpp3_1pskf_148",
|
|
19
|
+
"header": "awsui_header_1hpp3_1pskf_149",
|
|
20
|
+
"step-counter-content": "awsui_step-counter-content_1hpp3_1pskf_150",
|
|
21
|
+
"content": "awsui_content_1hpp3_1pskf_151",
|
|
22
|
+
"description": "awsui_description_1hpp3_1pskf_155",
|
|
23
|
+
"actionBar": "awsui_actionBar_1hpp3_1pskf_160",
|
|
24
|
+
"stepCounter": "awsui_stepCounter_1hpp3_1pskf_167",
|
|
25
|
+
"divider": "awsui_divider_1hpp3_1pskf_171",
|
|
26
|
+
"hotspot": "awsui_hotspot_1hpp3_1pskf_175",
|
|
27
|
+
"icon": "awsui_icon_1hpp3_1pskf_215"
|
|
28
28
|
};
|
|
29
29
|
|
|
@@ -90,11 +90,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.
|
|
93
|
+
.awsui_arrow_1hpp3_1pskf_93:not(#\9) {
|
|
94
94
|
width: 20px;
|
|
95
95
|
height: 10px;
|
|
96
96
|
}
|
|
97
|
-
.awsui_arrow-
|
|
97
|
+
.awsui_arrow-outer_1hpp3_1pskf_97:not(#\9), .awsui_arrow-inner_1hpp3_1pskf_97:not(#\9) {
|
|
98
98
|
position: absolute;
|
|
99
99
|
overflow: hidden;
|
|
100
100
|
width: 20px;
|
|
@@ -102,7 +102,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
102
102
|
top: 0;
|
|
103
103
|
left: 0;
|
|
104
104
|
}
|
|
105
|
-
.awsui_arrow-
|
|
105
|
+
.awsui_arrow-outer_1hpp3_1pskf_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_1pskf_97:not(#\9)::after {
|
|
106
106
|
content: "";
|
|
107
107
|
box-sizing: border-box;
|
|
108
108
|
display: inline-block;
|
|
@@ -115,26 +115,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
115
115
|
transform: rotate(45deg);
|
|
116
116
|
transform-origin: 0 100%;
|
|
117
117
|
}
|
|
118
|
-
.awsui_arrow-
|
|
118
|
+
.awsui_arrow-outer_1hpp3_1pskf_97:not(#\9)::after {
|
|
119
119
|
background-color: var(--color-border-status-info-0iedcr, #0073bb);
|
|
120
120
|
}
|
|
121
|
-
.awsui_arrow-
|
|
121
|
+
.awsui_arrow-inner_1hpp3_1pskf_97:not(#\9) {
|
|
122
122
|
top: 2px;
|
|
123
123
|
}
|
|
124
|
-
.awsui_arrow-
|
|
124
|
+
.awsui_arrow-inner_1hpp3_1pskf_97:not(#\9)::after {
|
|
125
125
|
border-radius: 1px 0 0 0;
|
|
126
126
|
background-color: var(--color-background-status-info-yq3r41, #f1faff);
|
|
127
127
|
}
|
|
128
|
-
.awsui_arrow-position-right-
|
|
128
|
+
.awsui_arrow-position-right-top_1hpp3_1pskf_128 > .awsui_arrow-outer_1hpp3_1pskf_97:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_1pskf_128 > .awsui_arrow-outer_1hpp3_1pskf_97:not(#\9)::after {
|
|
129
129
|
box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-94w2kz, rgba(0, 28, 36, 0.5));
|
|
130
130
|
}
|
|
131
|
-
.awsui_arrow-position-left-
|
|
131
|
+
.awsui_arrow-position-left-top_1hpp3_1pskf_131 > .awsui_arrow-outer_1hpp3_1pskf_97:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_1pskf_131 > .awsui_arrow-outer_1hpp3_1pskf_97:not(#\9)::after {
|
|
132
132
|
box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-94w2kz, rgba(0, 28, 36, 0.5));
|
|
133
133
|
}
|
|
134
|
-
.awsui_arrow-position-top-
|
|
134
|
+
.awsui_arrow-position-top-center_1hpp3_1pskf_134 > .awsui_arrow-outer_1hpp3_1pskf_97:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_1pskf_134 > .awsui_arrow-outer_1hpp3_1pskf_97:not(#\9)::after {
|
|
135
135
|
box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-94w2kz, rgba(0, 28, 36, 0.5));
|
|
136
136
|
}
|
|
137
|
-
.awsui_arrow-position-bottom-
|
|
137
|
+
.awsui_arrow-position-bottom-center_1hpp3_1pskf_137 > .awsui_arrow-outer_1hpp3_1pskf_97:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_1pskf_137 > .awsui_arrow-outer_1hpp3_1pskf_97:not(#\9)::after {
|
|
138
138
|
box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-94w2kz, rgba(0, 28, 36, 0.5));
|
|
139
139
|
}
|
|
140
140
|
|
|
@@ -142,37 +142,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
142
142
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
143
143
|
SPDX-License-Identifier: Apache-2.0
|
|
144
144
|
*/
|
|
145
|
-
.
|
|
146
|
-
.awsui_next-
|
|
147
|
-
.awsui_previous-
|
|
148
|
-
.awsui_finish-
|
|
149
|
-
.
|
|
150
|
-
.awsui_step-counter-
|
|
151
|
-
.
|
|
145
|
+
.awsui_annotation_1hpp3_1pskf_145:not(#\9),
|
|
146
|
+
.awsui_next-button_1hpp3_1pskf_146:not(#\9),
|
|
147
|
+
.awsui_previous-button_1hpp3_1pskf_147:not(#\9),
|
|
148
|
+
.awsui_finish-button_1hpp3_1pskf_148:not(#\9),
|
|
149
|
+
.awsui_header_1hpp3_1pskf_149:not(#\9),
|
|
150
|
+
.awsui_step-counter-content_1hpp3_1pskf_150:not(#\9),
|
|
151
|
+
.awsui_content_1hpp3_1pskf_151:not(#\9) {
|
|
152
152
|
/* used in test-utils */
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.
|
|
155
|
+
.awsui_description_1hpp3_1pskf_155:not(#\9) {
|
|
156
156
|
overflow: hidden;
|
|
157
157
|
margin-top: var(--space-xxs-ynfts5, 4px);
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
160
|
+
.awsui_actionBar_1hpp3_1pskf_160:not(#\9) {
|
|
161
161
|
display: flex;
|
|
162
162
|
justify-content: space-between;
|
|
163
163
|
align-items: center;
|
|
164
164
|
position: relative;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
.
|
|
167
|
+
.awsui_stepCounter_1hpp3_1pskf_167:not(#\9) {
|
|
168
168
|
margin-right: 20px;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
.
|
|
171
|
+
.awsui_divider_1hpp3_1pskf_171:not(#\9) {
|
|
172
172
|
border-bottom: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
.awsui_hotspot_1hpp3_1pskf_175:not(#\9) {
|
|
176
176
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
177
177
|
border-collapse: separate;
|
|
178
178
|
border-spacing: 0;
|
|
@@ -213,21 +213,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
213
213
|
border: none;
|
|
214
214
|
padding: 0;
|
|
215
215
|
cursor: pointer;
|
|
216
|
-
scroll-margin: var(--awsui-content-scroll-margin-
|
|
216
|
+
scroll-margin: var(--awsui-content-scroll-margin-20d8jh, 40px 0 0 0);
|
|
217
217
|
width: 16px;
|
|
218
218
|
height: 16px;
|
|
219
219
|
}
|
|
220
|
-
.
|
|
220
|
+
.awsui_hotspot_1hpp3_1pskf_175:not(#\9):focus {
|
|
221
221
|
outline: none;
|
|
222
222
|
}
|
|
223
|
-
.
|
|
223
|
+
.awsui_hotspot_1hpp3_1pskf_175[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
224
224
|
position: relative;
|
|
225
225
|
}
|
|
226
|
-
.
|
|
226
|
+
.awsui_hotspot_1hpp3_1pskf_175[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
227
227
|
outline: 2px dotted transparent;
|
|
228
228
|
outline-offset: calc(2px - 1px);
|
|
229
229
|
}
|
|
230
|
-
.
|
|
230
|
+
.awsui_hotspot_1hpp3_1pskf_175[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
231
231
|
content: " ";
|
|
232
232
|
display: block;
|
|
233
233
|
position: absolute;
|
|
@@ -238,13 +238,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
238
238
|
border-radius: var(--border-radius-control-circular-focus-ring-l88ib6, 50%);
|
|
239
239
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
240
240
|
}
|
|
241
|
-
.
|
|
241
|
+
.awsui_hotspot_1hpp3_1pskf_175 > .awsui_icon_1hpp3_1pskf_215:not(#\9) {
|
|
242
242
|
position: relative;
|
|
243
243
|
stroke: var(--color-text-link-default-753y4e, #0073bb);
|
|
244
244
|
}
|
|
245
|
-
.
|
|
245
|
+
.awsui_hotspot_1hpp3_1pskf_175:not(#\9):hover > .awsui_icon_1hpp3_1pskf_215 {
|
|
246
246
|
stroke: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
247
247
|
}
|
|
248
|
-
.
|
|
248
|
+
.awsui_hotspot_1hpp3_1pskf_175:not(#\9):active > .awsui_icon_1hpp3_1pskf_215 {
|
|
249
249
|
stroke: var(--color-text-link-default-753y4e, #0073bb);
|
|
250
250
|
}
|
|
@@ -2,29 +2,29 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"arrow": "
|
|
6
|
-
"arrow-outer": "awsui_arrow-
|
|
7
|
-
"arrow-inner": "awsui_arrow-
|
|
8
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
10
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
12
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
15
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
16
|
-
"annotation": "
|
|
17
|
-
"next-button": "awsui_next-
|
|
18
|
-
"previous-button": "awsui_previous-
|
|
19
|
-
"finish-button": "awsui_finish-
|
|
20
|
-
"header": "
|
|
21
|
-
"step-counter-content": "awsui_step-counter-
|
|
22
|
-
"content": "
|
|
23
|
-
"description": "
|
|
24
|
-
"actionBar": "
|
|
25
|
-
"stepCounter": "
|
|
26
|
-
"divider": "
|
|
27
|
-
"hotspot": "
|
|
28
|
-
"icon": "
|
|
5
|
+
"arrow": "awsui_arrow_1hpp3_1pskf_93",
|
|
6
|
+
"arrow-outer": "awsui_arrow-outer_1hpp3_1pskf_97",
|
|
7
|
+
"arrow-inner": "awsui_arrow-inner_1hpp3_1pskf_97",
|
|
8
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_1pskf_128",
|
|
9
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_1pskf_128",
|
|
10
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_1pskf_131",
|
|
11
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_1pskf_131",
|
|
12
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_1pskf_134",
|
|
13
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_1pskf_134",
|
|
14
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_1pskf_137",
|
|
15
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_1pskf_137",
|
|
16
|
+
"annotation": "awsui_annotation_1hpp3_1pskf_145",
|
|
17
|
+
"next-button": "awsui_next-button_1hpp3_1pskf_146",
|
|
18
|
+
"previous-button": "awsui_previous-button_1hpp3_1pskf_147",
|
|
19
|
+
"finish-button": "awsui_finish-button_1hpp3_1pskf_148",
|
|
20
|
+
"header": "awsui_header_1hpp3_1pskf_149",
|
|
21
|
+
"step-counter-content": "awsui_step-counter-content_1hpp3_1pskf_150",
|
|
22
|
+
"content": "awsui_content_1hpp3_1pskf_151",
|
|
23
|
+
"description": "awsui_description_1hpp3_1pskf_155",
|
|
24
|
+
"actionBar": "awsui_actionBar_1hpp3_1pskf_160",
|
|
25
|
+
"stepCounter": "awsui_stepCounter_1hpp3_1pskf_167",
|
|
26
|
+
"divider": "awsui_divider_1hpp3_1pskf_171",
|
|
27
|
+
"hotspot": "awsui_hotspot_1hpp3_1pskf_175",
|
|
28
|
+
"icon": "awsui_icon_1hpp3_1pskf_215"
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app-layout/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAwE,MAAM,OAAO,CAAC;AAM7F,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAqC9C,OAAO,EAAE,cAAc,EAAE,CAAC;AAE1B,QAAA,MAAM,SAAS,2FAmBd,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app-layout/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAwE,MAAM,OAAO,CAAC;AAM7F,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAqC9C,OAAO,EAAE,cAAc,EAAE,CAAC;AAE1B,QAAA,MAAM,SAAS,2FAmBd,CAAC;AAyeF,eAAe,SAAS,CAAC"}
|
|
@@ -260,7 +260,7 @@ var OldAppLayout = React.forwardRef(function (_a, ref) {
|
|
|
260
260
|
React.createElement("div", { style: {
|
|
261
261
|
marginBottom: splitPanelBottomOffset
|
|
262
262
|
} },
|
|
263
|
-
notifications && (React.createElement(Notifications, {
|
|
263
|
+
notifications && (React.createElement(Notifications, { testUtilsClassName: testutilStyles.notifications, labels: ariaLabels, topOffset: disableBodyScroll ? 0 : headerHeight, sticky: !isMobile && stickyNotifications, ref: notificationsRef }, notifications)),
|
|
264
264
|
((!isMobile && breadcrumbs) || contentHeader) && (React.createElement(ContentWrapper, __assign({}, contentWrapperProps, { contentWidthStyles: contentWidthStyles }),
|
|
265
265
|
!isMobile && breadcrumbs && (React.createElement("div", { className: clsx(styles.breadcrumbs, testutilStyles.breadcrumbs, styles['breadcrumbs-desktop']) }, breadcrumbs)),
|
|
266
266
|
contentHeader && (React.createElement("div", { className: clsx(styles['content-header-wrapper'], !hasRenderedNotifications &&
|