@cloudscape-design/components-themeable 3.0.212 → 3.0.213

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 (77) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/notifications/styles.scss +8 -0
  3. package/lib/internal/scss/collection-preferences/styles.scss +1 -0
  4. package/lib/internal/scss/flashbar/collapsible.scss +122 -42
  5. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +29 -28
  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 +1 -0
  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 +3 -2
  17. package/lib/internal/template/app-layout/notifications/styles.scoped.css +13 -5
  18. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -2
  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 +6 -1
  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/collection-preferences/index.d.ts +1 -1
  26. package/lib/internal/template/collection-preferences/index.d.ts.map +1 -1
  27. package/lib/internal/template/collection-preferences/index.js +6 -4
  28. package/lib/internal/template/collection-preferences/index.js.map +1 -1
  29. package/lib/internal/template/collection-preferences/interfaces.d.ts +17 -0
  30. package/lib/internal/template/collection-preferences/interfaces.d.ts.map +1 -1
  31. package/lib/internal/template/collection-preferences/interfaces.js.map +1 -1
  32. package/lib/internal/template/collection-preferences/styles.css.js +21 -20
  33. package/lib/internal/template/collection-preferences/styles.scoped.css +22 -21
  34. package/lib/internal/template/collection-preferences/styles.selectors.js +21 -20
  35. package/lib/internal/template/collection-preferences/utils.d.ts +6 -1
  36. package/lib/internal/template/collection-preferences/utils.d.ts.map +1 -1
  37. package/lib/internal/template/collection-preferences/utils.js +10 -1
  38. package/lib/internal/template/collection-preferences/utils.js.map +1 -1
  39. package/lib/internal/template/flashbar/collapsible-flashbar.d.ts.map +1 -1
  40. package/lib/internal/template/flashbar/collapsible-flashbar.js +4 -4
  41. package/lib/internal/template/flashbar/collapsible-flashbar.js.map +1 -1
  42. package/lib/internal/template/flashbar/styles.css.js +45 -43
  43. package/lib/internal/template/flashbar/styles.scoped.css +289 -176
  44. package/lib/internal/template/flashbar/styles.selectors.js +45 -43
  45. package/lib/internal/template/internal/base-component/styles.scoped.css +66 -0
  46. package/lib/internal/template/internal/components/dropdown/index.d.ts.map +1 -1
  47. package/lib/internal/template/internal/components/dropdown/index.js +2 -1
  48. package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
  49. package/lib/internal/template/internal/environment.js +1 -1
  50. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  51. package/lib/internal/template/internal/generated/custom-css-properties/index.js +29 -28
  52. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  53. package/lib/internal/template/internal/generated/theming/index.cjs +358 -0
  54. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +165 -0
  55. package/lib/internal/template/internal/generated/theming/index.d.ts +165 -0
  56. package/lib/internal/template/internal/generated/theming/index.js +358 -0
  57. package/lib/internal/template/table/index.d.ts.map +1 -1
  58. package/lib/internal/template/table/index.js +2 -2
  59. package/lib/internal/template/table/index.js.map +1 -1
  60. package/lib/internal/template/table/interfaces.d.ts +4 -0
  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/lib/internal/template/table/internal.d.ts.map +1 -1
  64. package/lib/internal/template/table/internal.js +4 -3
  65. package/lib/internal/template/table/internal.js.map +1 -1
  66. package/lib/internal/template/table/sticky-header.d.ts +1 -0
  67. package/lib/internal/template/table/sticky-header.d.ts.map +1 -1
  68. package/lib/internal/template/table/sticky-header.js +3 -2
  69. package/lib/internal/template/table/sticky-header.js.map +1 -1
  70. package/lib/internal/template/test-utils/dom/collection-preferences/index.d.ts +1 -0
  71. package/lib/internal/template/test-utils/dom/collection-preferences/index.js +3 -0
  72. package/lib/internal/template/test-utils/dom/collection-preferences/index.js.map +1 -1
  73. package/lib/internal/template/test-utils/selectors/collection-preferences/index.d.ts +1 -0
  74. package/lib/internal/template/test-utils/selectors/collection-preferences/index.js +3 -0
  75. package/lib/internal/template/test-utils/selectors/collection-preferences/index.js.map +1 -1
  76. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  77. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "c4635f8cbdee024ec80c5b47efe7fb2b69343007"
2
+ "commit": "d5de5982718ba1b1d1c7ec3b00ae205a732ab0c7"
3
3
  }
@@ -21,3 +21,11 @@
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
+ }
@@ -22,6 +22,7 @@
22
22
 
23
23
  .wrap-lines,
24
24
  .striped-rows,
25
+ .content-density,
25
26
  .page-size,
26
27
  .page-size-form-field,
27
28
  .page-size-radio-group {
@@ -2,6 +2,7 @@
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';
5
6
  @use '../internal/generated/custom-css-properties/index.scss' as custom-props;
6
7
  @use '../internal/hooks/focus-visible' as focus-visible;
7
8
  @use '../internal/styles/tokens' as awsui;
@@ -9,9 +10,25 @@
9
10
  @use '../internal/styles/typography' as typography;
10
11
  @use './collapsible.motion';
11
12
 
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': 3px,
26
+ );
27
+
12
28
  .stack {
29
+ $notification-bar-horizontal-margin: 3 * map.get($notification-bar-collapsed-item-overflow, 'x');
13
30
  display: grid;
14
- grid-template-columns: 1fr minmax(70px, auto) 1fr;
31
+ grid-template-columns: $notification-bar-horizontal-margin 1fr $notification-bar-horizontal-margin;
15
32
  }
16
33
 
17
34
  .stack > .expanded {
@@ -33,14 +50,15 @@ the grid layout will be:
33
50
  [10px] [item 2 start] [10px] [fractional unit] [10px] [item 2 end] [10px]
34
51
  [10px] [10px] [item 3 start] [fractional unit] [item 3 end] [10px] [10px]
35
52
  */
53
+
36
54
  .stack > .collapsed {
37
55
  display: grid;
38
56
  grid-column: 1 / 4;
39
57
  grid-template-columns:
40
- repeat(var(#{custom-props.$flashbarStackDepth}), 10px)
58
+ repeat(var(#{custom-props.$flashbarStackDepth}), map.get($notification-bar-collapsed-item-overflow, 'x'))
41
59
  1fr
42
- repeat(var(#{custom-props.$flashbarStackDepth}), 10px);
43
- row-gap: 8px;
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');
44
62
  z-index: 0;
45
63
 
46
64
  > .item {
@@ -83,27 +101,88 @@ the grid layout will be:
83
101
  @include stacked-flash-z-index;
84
102
  }
85
103
 
86
- @mixin toggle-button-layout($top-overlap-collapsed, $border-width) {
87
- $margin-top-when-collapsed: -$top-overlap-collapsed;
88
- $line-height: awsui.$font-body-m-line-height;
89
- $padding-vertical: styles.$control-padding-vertical;
90
- $margin-top-when-expanded: -12px;
91
-
92
- padding-top: $padding-vertical;
93
- padding-bottom: $padding-vertical;
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
+ }
94
126
 
127
+ .stack.collapsible {
95
128
  &:not(.expanded) {
96
- margin-top: #{$margin-top-when-collapsed};
97
- margin-bottom: calc(
98
- #{-$margin-top-when-collapsed} - (#{$line-height} + 2 * (#{$padding-vertical} + #{$border-width}))
99
- );
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
+ }
143
+
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
+ }
100
166
  }
101
167
 
102
168
  &.expanded {
103
- margin-top: #{$margin-top-when-expanded};
104
- margin-bottom: calc(
105
- #{-$margin-top-when-expanded} - (#{$line-height} + 2 * (#{$padding-vertical} + #{$border-width}))
106
- );
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
186
  }
108
187
  }
109
188
 
@@ -118,13 +197,16 @@ the grid layout will be:
118
197
  color: awsui.$color-text-layout-toggle;
119
198
  cursor: pointer;
120
199
  display: flex;
200
+ flex-direction: row;
121
201
  flex-wrap: wrap;
122
202
  grid-column: 2;
123
203
  grid-row: 2;
124
- gap: awsui.$space-xxs;
204
+ column-gap: calc(#{awsui.$space-m} + #{awsui.$space-xxs});
205
+ justify-content: center;
125
206
  letter-spacing: awsui.$font-button-letter-spacing;
126
207
  margin-left: auto;
127
208
  margin-right: auto;
209
+ row-gap: 0;
128
210
  text-align: center;
129
211
  text-decoration: none;
130
212
  z-index: 1;
@@ -142,7 +224,12 @@ the grid layout will be:
142
224
  }
143
225
 
144
226
  > .status {
145
- display: inline-block;
227
+ display: flex;
228
+ flex-direction: row;
229
+ flex-wrap: wrap;
230
+ column-gap: awsui.$space-m;
231
+ justify-content: center;
232
+ row-gap: 0;
146
233
 
147
234
  > .header {
148
235
  font-weight: awsui.$font-button-weight;
@@ -150,18 +237,15 @@ the grid layout will be:
150
237
  }
151
238
 
152
239
  > .item-count {
153
- margin-left: awsui.$space-m;
154
- margin-right: awsui.$space-m;
155
- white-space: nowrap;
156
-
157
- > .type-count {
158
- > .count-number {
159
- margin-left: awsui.$space-xxs;
160
- }
161
-
162
- &:not(:last-child) {
163
- margin-right: awsui.$space-s;
164
- }
240
+ column-gap: awsui.$space-s;
241
+ display: flex;
242
+ flex-direction: row;
243
+ flex-wrap: wrap;
244
+ justify-content: center;
245
+ row-gap: 0;
246
+
247
+ > .type-count > .count-number {
248
+ margin-left: awsui.$space-xxs;
165
249
  }
166
250
  }
167
251
  }
@@ -176,20 +260,14 @@ the grid layout will be:
176
260
  }
177
261
 
178
262
  &.visual-refresh {
179
- $border-width: 2px;
180
- // Amount of pixels that the element is pushed up to overlap the Flashbar (when collapsed)
181
- $top-overlap-collapsed: 27px;
182
- @include toggle-button-layout($top-overlap-collapsed, $border-width);
263
+ $border-width: map.get($notification-bar-border-width, 'visual-refresh');
183
264
  border-width: $border-width;
184
265
  padding-left: awsui.$space-l;
185
266
  padding-right: awsui.$space-l;
186
267
  }
187
268
 
188
269
  &:not(.visual-refresh) {
189
- $border-width: 1px;
190
- // Amount of pixels that the element is pushed up to overlap the Flashbar (when collapsed)
191
- $top-overlap-collapsed: 24px;
192
- @include toggle-button-layout($top-overlap-collapsed, $border-width);
270
+ $border-width: map.get($notification-bar-border-width, 'classic');
193
271
  border-width: $border-width;
194
272
  padding-left: awsui.$space-s;
195
273
  padding-right: awsui.$space-s;
@@ -208,6 +286,8 @@ the grid layout will be:
208
286
  flex-grow: 1;
209
287
  background: none;
210
288
  border: 0 none;
289
+ padding-top: 0;
290
+ padding-bottom: 0;
211
291
 
212
292
  > .icon {
213
293
  @include styles.with-motion {
@@ -1,30 +1,31 @@
1
1
 
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;
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;
30
31
 
@@ -1,29 +1,29 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
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"
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"
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_1pskf_93:not(#\9) {
93
+ .awsui_arrow_1hpp3_16fbp_93:not(#\9) {
94
94
  width: 20px;
95
95
  height: 10px;
96
96
  }
97
- .awsui_arrow-outer_1hpp3_1pskf_97:not(#\9), .awsui_arrow-inner_1hpp3_1pskf_97:not(#\9) {
97
+ .awsui_arrow-outer_1hpp3_16fbp_97:not(#\9), .awsui_arrow-inner_1hpp3_16fbp_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_1pskf_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_1pskf_97:not(#\9)::after {
105
+ .awsui_arrow-outer_1hpp3_16fbp_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_16fbp_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_1pskf_97:not(#\9)::after {
118
+ .awsui_arrow-outer_1hpp3_16fbp_97:not(#\9)::after {
119
119
  background-color: var(--color-border-status-info-0iedcr, #0073bb);
120
120
  }
121
- .awsui_arrow-inner_1hpp3_1pskf_97:not(#\9) {
121
+ .awsui_arrow-inner_1hpp3_16fbp_97:not(#\9) {
122
122
  top: 2px;
123
123
  }
124
- .awsui_arrow-inner_1hpp3_1pskf_97:not(#\9)::after {
124
+ .awsui_arrow-inner_1hpp3_16fbp_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_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 {
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 {
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_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 {
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 {
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_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 {
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 {
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_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 {
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 {
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_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) {
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) {
152
152
  /* used in test-utils */
153
153
  }
154
154
 
155
- .awsui_description_1hpp3_1pskf_155:not(#\9) {
155
+ .awsui_description_1hpp3_16fbp_155:not(#\9) {
156
156
  overflow: hidden;
157
157
  margin-top: var(--space-xxs-ynfts5, 4px);
158
158
  }
159
159
 
160
- .awsui_actionBar_1hpp3_1pskf_160:not(#\9) {
160
+ .awsui_actionBar_1hpp3_16fbp_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_1pskf_167:not(#\9) {
167
+ .awsui_stepCounter_1hpp3_16fbp_167:not(#\9) {
168
168
  margin-right: 20px;
169
169
  }
170
170
 
171
- .awsui_divider_1hpp3_1pskf_171:not(#\9) {
171
+ .awsui_divider_1hpp3_16fbp_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_1pskf_175:not(#\9) {
175
+ .awsui_hotspot_1hpp3_16fbp_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-20d8jh, 40px 0 0 0);
216
+ scroll-margin: var(--awsui-content-scroll-margin-k2tw0m, 40px 0 0 0);
217
217
  width: 16px;
218
218
  height: 16px;
219
219
  }
220
- .awsui_hotspot_1hpp3_1pskf_175:not(#\9):focus {
220
+ .awsui_hotspot_1hpp3_16fbp_175:not(#\9):focus {
221
221
  outline: none;
222
222
  }
223
- .awsui_hotspot_1hpp3_1pskf_175[data-awsui-focus-visible=true]:not(#\9):focus {
223
+ .awsui_hotspot_1hpp3_16fbp_175[data-awsui-focus-visible=true]:not(#\9):focus {
224
224
  position: relative;
225
225
  }
226
- .awsui_hotspot_1hpp3_1pskf_175[data-awsui-focus-visible=true]:not(#\9):focus {
226
+ .awsui_hotspot_1hpp3_16fbp_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_1pskf_175[data-awsui-focus-visible=true]:not(#\9):focus::before {
230
+ .awsui_hotspot_1hpp3_16fbp_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_1pskf_175 > .awsui_icon_1hpp3_1pskf_215:not(#\9) {
241
+ .awsui_hotspot_1hpp3_16fbp_175 > .awsui_icon_1hpp3_16fbp_215:not(#\9) {
242
242
  position: relative;
243
243
  stroke: var(--color-text-link-default-753y4e, #0073bb);
244
244
  }
245
- .awsui_hotspot_1hpp3_1pskf_175:not(#\9):hover > .awsui_icon_1hpp3_1pskf_215 {
245
+ .awsui_hotspot_1hpp3_16fbp_175:not(#\9):hover > .awsui_icon_1hpp3_16fbp_215 {
246
246
  stroke: var(--color-text-link-hover-ok01xk, #0073bb);
247
247
  }
248
- .awsui_hotspot_1hpp3_1pskf_175:not(#\9):active > .awsui_icon_1hpp3_1pskf_215 {
248
+ .awsui_hotspot_1hpp3_16fbp_175:not(#\9):active > .awsui_icon_1hpp3_16fbp_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_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"
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"
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;AAyeF,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;AA0eF,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, { testUtilsClassName: testutilStyles.notifications, labels: ariaLabels, topOffset: disableBodyScroll ? 0 : headerHeight, sticky: !isMobile && stickyNotifications, ref: notificationsRef }, notifications)),
263
+ notifications && (React.createElement(Notifications, { disableContentPaddings: disableContentPaddings, 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 &&