@cloudscape-design/components-themeable 3.0.214 → 3.0.215

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.
Files changed (63) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/notifications/styles.scss +0 -8
  3. package/lib/internal/scss/flashbar/collapsible.scss +29 -100
  4. package/lib/internal/scss/form/styles.scss +1 -1
  5. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +28 -29
  6. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  7. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +30 -30
  8. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  9. package/lib/internal/template/app-layout/index.d.ts.map +1 -1
  10. package/lib/internal/template/app-layout/index.js +1 -1
  11. package/lib/internal/template/app-layout/index.js.map +1 -1
  12. package/lib/internal/template/app-layout/notifications/index.d.ts +0 -1
  13. package/lib/internal/template/app-layout/notifications/index.d.ts.map +1 -1
  14. package/lib/internal/template/app-layout/notifications/index.js +2 -2
  15. package/lib/internal/template/app-layout/notifications/index.js.map +1 -1
  16. package/lib/internal/template/app-layout/notifications/styles.css.js +2 -3
  17. package/lib/internal/template/app-layout/notifications/styles.scoped.css +5 -13
  18. package/lib/internal/template/app-layout/notifications/styles.selectors.js +2 -3
  19. package/lib/internal/template/app-layout/visual-refresh/notifications.d.ts.map +1 -1
  20. package/lib/internal/template/app-layout/visual-refresh/notifications.js +1 -6
  21. package/lib/internal/template/app-layout/visual-refresh/notifications.js.map +1 -1
  22. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +60 -60
  23. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +223 -223
  24. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +60 -60
  25. package/lib/internal/template/cards/interfaces.d.ts +2 -1
  26. package/lib/internal/template/cards/interfaces.d.ts.map +1 -1
  27. package/lib/internal/template/cards/interfaces.js.map +1 -1
  28. package/lib/internal/template/content-layout/index.d.ts +1 -1
  29. package/lib/internal/template/content-layout/index.d.ts.map +1 -1
  30. package/lib/internal/template/content-layout/index.js +6 -32
  31. package/lib/internal/template/content-layout/index.js.map +1 -1
  32. package/lib/internal/template/content-layout/internal.d.ts +6 -0
  33. package/lib/internal/template/content-layout/internal.d.ts.map +1 -0
  34. package/lib/internal/template/content-layout/internal.js +35 -0
  35. package/lib/internal/template/content-layout/internal.js.map +1 -0
  36. package/lib/internal/template/flashbar/collapsible-flashbar.d.ts.map +1 -1
  37. package/lib/internal/template/flashbar/collapsible-flashbar.js +4 -4
  38. package/lib/internal/template/flashbar/collapsible-flashbar.js.map +1 -1
  39. package/lib/internal/template/flashbar/styles.css.js +43 -45
  40. package/lib/internal/template/flashbar/styles.scoped.css +166 -271
  41. package/lib/internal/template/flashbar/styles.selectors.js +43 -45
  42. package/lib/internal/template/form/index.d.ts +1 -1
  43. package/lib/internal/template/form/index.d.ts.map +1 -1
  44. package/lib/internal/template/form/index.js +4 -3
  45. package/lib/internal/template/form/index.js.map +1 -1
  46. package/lib/internal/template/form/interfaces.d.ts +12 -0
  47. package/lib/internal/template/form/interfaces.d.ts.map +1 -1
  48. package/lib/internal/template/form/interfaces.js.map +1 -1
  49. package/lib/internal/template/form/internal.d.ts +1 -1
  50. package/lib/internal/template/form/internal.d.ts.map +1 -1
  51. package/lib/internal/template/form/internal.js +21 -14
  52. package/lib/internal/template/form/internal.js.map +1 -1
  53. package/lib/internal/template/form/styles.css.js +9 -8
  54. package/lib/internal/template/form/styles.scoped.css +8 -8
  55. package/lib/internal/template/form/styles.selectors.js +9 -8
  56. package/lib/internal/template/internal/environment.js +1 -1
  57. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  58. package/lib/internal/template/internal/generated/custom-css-properties/index.js +28 -29
  59. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  60. package/lib/internal/template/table/interfaces.d.ts +2 -1
  61. package/lib/internal/template/table/interfaces.d.ts.map +1 -1
  62. package/lib/internal/template/table/interfaces.js.map +1 -1
  63. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "f67771fcaa78942fefea35c24a4f2f24ae263cbd"
2
+ "commit": "40f40f570f7befecb6fc77087a9b6341d9773055"
3
3
  }
@@ -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
- $notification-bar-top-overlap: (
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 * map.get($notification-bar-collapsed-item-overflow, 'x');
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}), map.get($notification-bar-collapsed-item-overflow, 'x'))
44
+ repeat(var(#{custom-props.$flashbarStackDepth}), $collapsed-item-overflow)
59
45
  1fr
60
- repeat(var(#{custom-props.$flashbarStackDepth}), map.get($notification-bar-collapsed-item-overflow, 'x'));
61
- row-gap: map.get($notification-bar-collapsed-item-overflow, 'y');
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 vertical-spacing($top-overlap, $border-width, $buffer-bottom: 0px, $offset-bottom: 0px) {
105
- $notification-bar-full-height: calc(
106
- #{$notification-bar-line-height} + 2 * (#{$notification-bar-padding-vertical} + #{$border-width})
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
- .stack.collapsible {
128
- &:not(.expanded) {
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
- Since the notification bar is anchored to the bottom of the Flashbar, we need to push it up to account for the
146
- missing third item when there are only 2 items in the stack.
147
- */
148
- &.short-list {
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
- &:not(.visual-refresh) {
170
- /*
171
- Give a bit more bottom margin when expanded, but only in Classic because in Visual Refresh the margin around the
172
- notifications slot already gives it enough space.
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: map.get($notification-bar-border-width, 'visual-refresh');
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: map.get($notification-bar-border-width, 'classic');
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 {
@@ -10,7 +10,7 @@
10
10
  @include styles.styles-reset;
11
11
  }
12
12
 
13
- .header {
13
+ .header:not(.full-page) {
14
14
  margin-bottom: awsui.$space-scaled-m;
15
15
  }
16
16
 
@@ -1,31 +1,30 @@
1
1
 
2
- $offsetTop: --awsui-offset-top-k2tw0m;
3
- $offsetTopWithNotifications: --awsui-offset-top-with-notifications-k2tw0m;
4
- $contentGapLeft: --awsui-content-gap-left-k2tw0m;
5
- $contentGapRight: --awsui-content-gap-right-k2tw0m;
6
- $contentHeight: --awsui-content-height-k2tw0m;
7
- $defaultMaxContentWidth: --awsui-default-max-content-width-k2tw0m;
8
- $defaultMinContentWidth: --awsui-default-min-content-width-k2tw0m;
9
- $footerHeight: --awsui-footer-height-k2tw0m;
10
- $headerHeight: --awsui-header-height-k2tw0m;
11
- $layoutWidth: --awsui-layout-width-k2tw0m;
12
- $mainOffsetLeft: --awsui-main-offset-left-k2tw0m;
13
- $maxContentWidth: --awsui-max-content-width-k2tw0m;
14
- $minContentWidth: --awsui-min-content-width-k2tw0m;
15
- $notificationsHeight: --awsui-notifications-height-k2tw0m;
16
- $overlapHeight: --awsui-overlap-height-k2tw0m;
17
- $navigationWidth: --awsui-navigation-width-k2tw0m;
18
- $splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-k2tw0m;
19
- $splitPanelReportedSize: --awsui-split-panel-reported-size-k2tw0m;
20
- $splitPanelHeight: --awsui-split-panel-height-k2tw0m;
21
- $splitPanelMinWidth: --awsui-split-panel-min-width-k2tw0m;
22
- $splitPanelMaxWidth: --awsui-split-panel-max-width-k2tw0m;
23
- $toolsMaxWidth: --awsui-tools-max-width-k2tw0m;
24
- $toolsWidth: --awsui-tools-width-k2tw0m;
25
- $toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-k2tw0m;
26
- $contentScrollMargin: --awsui-content-scroll-margin-k2tw0m;
27
- $flashbarStackDepth: --awsui-flashbar-stack-depth-k2tw0m;
28
- $flashbarStackIndex: --awsui-flashbar-stack-index-k2tw0m;
29
- $flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-k2tw0m;
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": "awsui_arrow_1hpp3_16fbp_93",
5
- "arrow-outer": "awsui_arrow-outer_1hpp3_16fbp_97",
6
- "arrow-inner": "awsui_arrow-inner_1hpp3_16fbp_97",
7
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_16fbp_128",
8
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_16fbp_128",
9
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_16fbp_131",
10
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_16fbp_131",
11
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_16fbp_134",
12
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_16fbp_134",
13
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_16fbp_137",
14
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_16fbp_137",
15
- "annotation": "awsui_annotation_1hpp3_16fbp_145",
16
- "next-button": "awsui_next-button_1hpp3_16fbp_146",
17
- "previous-button": "awsui_previous-button_1hpp3_16fbp_147",
18
- "finish-button": "awsui_finish-button_1hpp3_16fbp_148",
19
- "header": "awsui_header_1hpp3_16fbp_149",
20
- "step-counter-content": "awsui_step-counter-content_1hpp3_16fbp_150",
21
- "content": "awsui_content_1hpp3_16fbp_151",
22
- "description": "awsui_description_1hpp3_16fbp_155",
23
- "actionBar": "awsui_actionBar_1hpp3_16fbp_160",
24
- "stepCounter": "awsui_stepCounter_1hpp3_16fbp_167",
25
- "divider": "awsui_divider_1hpp3_16fbp_171",
26
- "hotspot": "awsui_hotspot_1hpp3_16fbp_175",
27
- "icon": "awsui_icon_1hpp3_16fbp_215"
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
- .awsui_arrow_1hpp3_16fbp_93:not(#\9) {
93
+ .awsui_arrow_1hpp3_1pskf_93:not(#\9) {
94
94
  width: 20px;
95
95
  height: 10px;
96
96
  }
97
- .awsui_arrow-outer_1hpp3_16fbp_97:not(#\9), .awsui_arrow-inner_1hpp3_16fbp_97:not(#\9) {
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-outer_1hpp3_16fbp_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_16fbp_97:not(#\9)::after {
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-outer_1hpp3_16fbp_97:not(#\9)::after {
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-inner_1hpp3_16fbp_97:not(#\9) {
121
+ .awsui_arrow-inner_1hpp3_1pskf_97:not(#\9) {
122
122
  top: 2px;
123
123
  }
124
- .awsui_arrow-inner_1hpp3_16fbp_97:not(#\9)::after {
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-top_1hpp3_16fbp_128 > .awsui_arrow-outer_1hpp3_16fbp_97:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_16fbp_128 > .awsui_arrow-outer_1hpp3_16fbp_97:not(#\9)::after {
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-top_1hpp3_16fbp_131 > .awsui_arrow-outer_1hpp3_16fbp_97:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_16fbp_131 > .awsui_arrow-outer_1hpp3_16fbp_97:not(#\9)::after {
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-center_1hpp3_16fbp_134 > .awsui_arrow-outer_1hpp3_16fbp_97:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_16fbp_134 > .awsui_arrow-outer_1hpp3_16fbp_97:not(#\9)::after {
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-center_1hpp3_16fbp_137 > .awsui_arrow-outer_1hpp3_16fbp_97:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_16fbp_137 > .awsui_arrow-outer_1hpp3_16fbp_97:not(#\9)::after {
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
- .awsui_annotation_1hpp3_16fbp_145:not(#\9),
146
- .awsui_next-button_1hpp3_16fbp_146:not(#\9),
147
- .awsui_previous-button_1hpp3_16fbp_147:not(#\9),
148
- .awsui_finish-button_1hpp3_16fbp_148:not(#\9),
149
- .awsui_header_1hpp3_16fbp_149:not(#\9),
150
- .awsui_step-counter-content_1hpp3_16fbp_150:not(#\9),
151
- .awsui_content_1hpp3_16fbp_151:not(#\9) {
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
- .awsui_description_1hpp3_16fbp_155:not(#\9) {
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
- .awsui_actionBar_1hpp3_16fbp_160:not(#\9) {
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
- .awsui_stepCounter_1hpp3_16fbp_167:not(#\9) {
167
+ .awsui_stepCounter_1hpp3_1pskf_167:not(#\9) {
168
168
  margin-right: 20px;
169
169
  }
170
170
 
171
- .awsui_divider_1hpp3_16fbp_171:not(#\9) {
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
- .awsui_hotspot_1hpp3_16fbp_175:not(#\9) {
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-k2tw0m, 40px 0 0 0);
216
+ scroll-margin: var(--awsui-content-scroll-margin-20d8jh, 40px 0 0 0);
217
217
  width: 16px;
218
218
  height: 16px;
219
219
  }
220
- .awsui_hotspot_1hpp3_16fbp_175:not(#\9):focus {
220
+ .awsui_hotspot_1hpp3_1pskf_175:not(#\9):focus {
221
221
  outline: none;
222
222
  }
223
- .awsui_hotspot_1hpp3_16fbp_175[data-awsui-focus-visible=true]:not(#\9):focus {
223
+ .awsui_hotspot_1hpp3_1pskf_175[data-awsui-focus-visible=true]:not(#\9):focus {
224
224
  position: relative;
225
225
  }
226
- .awsui_hotspot_1hpp3_16fbp_175[data-awsui-focus-visible=true]:not(#\9):focus {
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
- .awsui_hotspot_1hpp3_16fbp_175[data-awsui-focus-visible=true]:not(#\9):focus::before {
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
- .awsui_hotspot_1hpp3_16fbp_175 > .awsui_icon_1hpp3_16fbp_215:not(#\9) {
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
- .awsui_hotspot_1hpp3_16fbp_175:not(#\9):hover > .awsui_icon_1hpp3_16fbp_215 {
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
- .awsui_hotspot_1hpp3_16fbp_175:not(#\9):active > .awsui_icon_1hpp3_16fbp_215 {
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": "awsui_arrow_1hpp3_16fbp_93",
6
- "arrow-outer": "awsui_arrow-outer_1hpp3_16fbp_97",
7
- "arrow-inner": "awsui_arrow-inner_1hpp3_16fbp_97",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_16fbp_128",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_16fbp_128",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_16fbp_131",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_16fbp_131",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_16fbp_134",
13
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_16fbp_134",
14
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_16fbp_137",
15
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_16fbp_137",
16
- "annotation": "awsui_annotation_1hpp3_16fbp_145",
17
- "next-button": "awsui_next-button_1hpp3_16fbp_146",
18
- "previous-button": "awsui_previous-button_1hpp3_16fbp_147",
19
- "finish-button": "awsui_finish-button_1hpp3_16fbp_148",
20
- "header": "awsui_header_1hpp3_16fbp_149",
21
- "step-counter-content": "awsui_step-counter-content_1hpp3_16fbp_150",
22
- "content": "awsui_content_1hpp3_16fbp_151",
23
- "description": "awsui_description_1hpp3_16fbp_155",
24
- "actionBar": "awsui_actionBar_1hpp3_16fbp_160",
25
- "stepCounter": "awsui_stepCounter_1hpp3_16fbp_167",
26
- "divider": "awsui_divider_1hpp3_16fbp_171",
27
- "hotspot": "awsui_hotspot_1hpp3_16fbp_175",
28
- "icon": "awsui_icon_1hpp3_16fbp_215"
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;AA0eF,eAAe,SAAS,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, { disableContentPaddings: disableContentPaddings, testUtilsClassName: testutilStyles.notifications, labels: ariaLabels, topOffset: disableBodyScroll ? 0 : headerHeight, sticky: !isMobile && stickyNotifications, ref: notificationsRef }, 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 &&