@cloudscape-design/components-themeable 3.0.4 → 3.0.7

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 (126) hide show
  1. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  2. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +31 -31
  3. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  4. package/lib/internal/template/app-layout/toggles/styles.css.js +3 -3
  5. package/lib/internal/template/app-layout/toggles/styles.scoped.css +13 -13
  6. package/lib/internal/template/app-layout/toggles/styles.selectors.js +3 -3
  7. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +59 -59
  8. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +153 -153
  9. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +59 -59
  10. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  11. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +19 -19
  12. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  13. package/lib/internal/template/button/styles.css.js +18 -18
  14. package/lib/internal/template/button/styles.scoped.css +190 -190
  15. package/lib/internal/template/button/styles.selectors.js +18 -18
  16. package/lib/internal/template/checkbox/styles.css.js +3 -3
  17. package/lib/internal/template/checkbox/styles.scoped.css +8 -8
  18. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  19. package/lib/internal/template/code-editor/styles.css.js +33 -33
  20. package/lib/internal/template/code-editor/styles.scoped.css +168 -168
  21. package/lib/internal/template/code-editor/styles.selectors.js +33 -33
  22. package/lib/internal/template/date-picker/styles.css.js +24 -24
  23. package/lib/internal/template/date-picker/styles.scoped.css +45 -45
  24. package/lib/internal/template/date-picker/styles.selectors.js +24 -24
  25. package/lib/internal/template/date-range-picker/calendar/grids/day/styles.css.js +21 -21
  26. package/lib/internal/template/date-range-picker/calendar/grids/day/styles.scoped.css +42 -42
  27. package/lib/internal/template/date-range-picker/calendar/grids/day/styles.selectors.js +21 -21
  28. package/lib/internal/template/date-range-picker/styles.css.js +42 -42
  29. package/lib/internal/template/date-range-picker/styles.scoped.css +53 -53
  30. package/lib/internal/template/date-range-picker/styles.selectors.js +42 -42
  31. package/lib/internal/template/expandable-section/styles.css.js +20 -20
  32. package/lib/internal/template/expandable-section/styles.scoped.css +46 -46
  33. package/lib/internal/template/expandable-section/styles.selectors.js +20 -20
  34. package/lib/internal/template/flashbar/interfaces.d.ts +4 -4
  35. package/lib/internal/template/flashbar/interfaces.js.map +1 -1
  36. package/lib/internal/template/help-panel/styles.css.js +4 -4
  37. package/lib/internal/template/help-panel/styles.scoped.css +62 -62
  38. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  39. package/lib/internal/template/icon/icons.js +1 -1
  40. package/lib/internal/template/icon/interfaces.d.ts +1 -1
  41. package/lib/internal/template/icon/interfaces.d.ts.map +1 -1
  42. package/lib/internal/template/icon/interfaces.js.map +1 -1
  43. package/lib/internal/template/input/styles.css.js +13 -13
  44. package/lib/internal/template/input/styles.scoped.css +39 -39
  45. package/lib/internal/template/input/styles.selectors.js +13 -13
  46. package/lib/internal/template/internal/base-component/styles.scoped.css +22 -18
  47. package/lib/internal/template/internal/components/button-trigger/styles.css.js +9 -9
  48. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +31 -31
  49. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +9 -9
  50. package/lib/internal/template/internal/components/cartesian-chart/styles.css.js +21 -21
  51. package/lib/internal/template/internal/components/cartesian-chart/styles.scoped.css +26 -26
  52. package/lib/internal/template/internal/components/cartesian-chart/styles.selectors.js +21 -21
  53. package/lib/internal/template/internal/components/chart-legend/styles.css.js +7 -7
  54. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +17 -17
  55. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +7 -7
  56. package/lib/internal/template/internal/components/chart-plot/styles.css.js +5 -5
  57. package/lib/internal/template/internal/components/chart-plot/styles.scoped.css +7 -7
  58. package/lib/internal/template/internal/components/chart-plot/styles.selectors.js +5 -5
  59. package/lib/internal/template/internal/components/filtering-token/styles.css.js +7 -7
  60. package/lib/internal/template/internal/components/filtering-token/styles.scoped.css +15 -15
  61. package/lib/internal/template/internal/components/filtering-token/styles.selectors.js +7 -7
  62. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  63. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +15 -15
  64. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  65. package/lib/internal/template/internal/components/selectable-item/styles.css.js +16 -16
  66. package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +29 -29
  67. package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +16 -16
  68. package/lib/internal/template/internal/environment.js +1 -1
  69. package/lib/internal/template/link/styles.css.js +18 -18
  70. package/lib/internal/template/link/styles.scoped.css +73 -73
  71. package/lib/internal/template/link/styles.selectors.js +18 -18
  72. package/lib/internal/template/pagination/styles.css.js +9 -9
  73. package/lib/internal/template/pagination/styles.scoped.css +27 -27
  74. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  75. package/lib/internal/template/popover/styles.css.js +48 -48
  76. package/lib/internal/template/popover/styles.scoped.css +64 -64
  77. package/lib/internal/template/popover/styles.selectors.js +48 -48
  78. package/lib/internal/template/radio-group/styles.css.js +9 -9
  79. package/lib/internal/template/radio-group/styles.scoped.css +18 -18
  80. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  81. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  82. package/lib/internal/template/segmented-control/styles.scoped.css +35 -35
  83. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  84. package/lib/internal/template/side-navigation/styles.css.js +22 -22
  85. package/lib/internal/template/side-navigation/styles.scoped.css +36 -36
  86. package/lib/internal/template/side-navigation/styles.selectors.js +22 -22
  87. package/lib/internal/template/split-panel/styles.css.js +58 -58
  88. package/lib/internal/template/split-panel/styles.scoped.css +82 -82
  89. package/lib/internal/template/split-panel/styles.selectors.js +58 -58
  90. package/lib/internal/template/table/header-cell/styles.css.js +14 -14
  91. package/lib/internal/template/table/header-cell/styles.scoped.css +28 -28
  92. package/lib/internal/template/table/header-cell/styles.selectors.js +14 -14
  93. package/lib/internal/template/table/styles.css.js +32 -32
  94. package/lib/internal/template/table/styles.scoped.css +39 -39
  95. package/lib/internal/template/table/styles.selectors.js +32 -32
  96. package/lib/internal/template/tabs/styles.css.js +21 -21
  97. package/lib/internal/template/tabs/styles.scoped.css +39 -39
  98. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  99. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  100. package/lib/internal/template/tag-editor/styles.scoped.css +14 -14
  101. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  102. package/lib/internal/template/text-content/styles.css.js +1 -1
  103. package/lib/internal/template/text-content/styles.scoped.css +64 -64
  104. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  105. package/lib/internal/template/textarea/styles.css.js +4 -4
  106. package/lib/internal/template/textarea/styles.scoped.css +20 -20
  107. package/lib/internal/template/textarea/styles.selectors.js +4 -4
  108. package/lib/internal/template/toggle/styles.css.js +8 -8
  109. package/lib/internal/template/toggle/styles.scoped.css +16 -16
  110. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  111. package/lib/internal/template/token-group/styles.css.js +7 -7
  112. package/lib/internal/template/token-group/styles.scoped.css +28 -28
  113. package/lib/internal/template/token-group/styles.selectors.js +7 -7
  114. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  115. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +46 -46
  116. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  117. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  118. package/lib/internal/template/top-navigation/styles.scoped.css +72 -72
  119. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  120. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  121. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +32 -32
  122. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  123. package/lib/internal/template/wizard/styles.css.js +31 -31
  124. package/lib/internal/template/wizard/styles.scoped.css +62 -62
  125. package/lib/internal/template/wizard/styles.selectors.js +31 -31
  126. package/package.json +1 -1
@@ -94,11 +94,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_content-enter_gwq0h_17r2p_97:not(#\9) {
98
- animation: awsui_awsui-motion-fade-in_gwq0h_17r2p_1 180ms ease-out;
99
- animation: awsui_awsui-motion-fade-in_gwq0h_17r2p_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
97
+ .awsui_content-enter_gwq0h_w4zz2_97:not(#\9) {
98
+ animation: awsui_awsui-motion-fade-in_gwq0h_w4zz2_1 180ms ease-out;
99
+ animation: awsui_awsui-motion-fade-in_gwq0h_w4zz2_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
100
100
  }
101
- @keyframes awsui_awsui-motion-fade-in_gwq0h_17r2p_1 {
101
+ @keyframes awsui_awsui-motion-fade-in_gwq0h_w4zz2_1 {
102
102
  from {
103
103
  opacity: 0.2;
104
104
  }
@@ -107,42 +107,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
107
107
  }
108
108
  }
109
109
  @media (prefers-reduced-motion: reduce) {
110
- .awsui_content-enter_gwq0h_17r2p_97:not(#\9) {
110
+ .awsui_content-enter_gwq0h_w4zz2_97:not(#\9) {
111
111
  animation: none;
112
112
  transition: none;
113
113
  }
114
114
  }
115
- .awsui-motion-disabled .awsui_content-enter_gwq0h_17r2p_97:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_17r2p_97:not(#\9) {
115
+ .awsui-motion-disabled .awsui_content-enter_gwq0h_w4zz2_97:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_w4zz2_97:not(#\9) {
116
116
  animation: none;
117
117
  transition: none;
118
118
  }
119
119
 
120
- .awsui_trigger-expanded_gwq0h_17r2p_119:not(#\9) {
120
+ .awsui_trigger-expanded_gwq0h_w4zz2_119:not(#\9) {
121
121
  transition: border-bottom-color 180ms ease-out;
122
122
  transition: border-bottom-color var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
123
123
  }
124
124
  @media (prefers-reduced-motion: reduce) {
125
- .awsui_trigger-expanded_gwq0h_17r2p_119:not(#\9) {
125
+ .awsui_trigger-expanded_gwq0h_w4zz2_119:not(#\9) {
126
126
  animation: none;
127
127
  transition: none;
128
128
  }
129
129
  }
130
- .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_17r2p_119:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_17r2p_119:not(#\9) {
130
+ .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_w4zz2_119:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_w4zz2_119:not(#\9) {
131
131
  animation: none;
132
132
  transition: none;
133
133
  }
134
134
 
135
- .awsui_icon_gwq0h_17r2p_133:not(#\9) {
135
+ .awsui_icon_gwq0h_w4zz2_133:not(#\9) {
136
136
  transition: transform 135ms cubic-bezier(0.165, 0.84, 0.44, 1);
137
137
  transition: transform var(--motion-duration-rotate-90-ux18sr, 135ms) var(--motion-easing-rotate-90-eoew89, cubic-bezier(0.165, 0.84, 0.44, 1));
138
138
  }
139
139
  @media (prefers-reduced-motion: reduce) {
140
- .awsui_icon_gwq0h_17r2p_133:not(#\9) {
140
+ .awsui_icon_gwq0h_w4zz2_133:not(#\9) {
141
141
  animation: none;
142
142
  transition: none;
143
143
  }
144
144
  }
145
- .awsui-motion-disabled .awsui_icon_gwq0h_17r2p_133:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_17r2p_133:not(#\9) {
145
+ .awsui-motion-disabled .awsui_icon_gwq0h_w4zz2_133:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_w4zz2_133:not(#\9) {
146
146
  animation: none;
147
147
  transition: none;
148
148
  }
@@ -151,7 +151,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
151
151
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
152
152
  SPDX-License-Identifier: Apache-2.0
153
153
  */
154
- .awsui_root_gwq0h_17r2p_151:not(#\9) {
154
+ .awsui_root_gwq0h_w4zz2_151:not(#\9) {
155
155
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
156
156
  border-collapse: separate;
157
157
  border-spacing: 0;
@@ -197,14 +197,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
197
197
  display: block;
198
198
  }
199
199
 
200
- .awsui_icon_gwq0h_17r2p_133:not(#\9) {
200
+ .awsui_icon_gwq0h_w4zz2_133:not(#\9) {
201
201
  transform: rotate(-90deg);
202
202
  }
203
- .awsui_icon_gwq0h_17r2p_133.awsui_expanded_gwq0h_17r2p_169:not(#\9) {
203
+ .awsui_icon_gwq0h_w4zz2_133.awsui_expanded_gwq0h_w4zz2_169:not(#\9) {
204
204
  transform: rotate(0deg);
205
205
  }
206
206
 
207
- .awsui_icon-container_gwq0h_17r2p_173:not(#\9) {
207
+ .awsui_icon-container_gwq0h_w4zz2_173:not(#\9) {
208
208
  position: relative;
209
209
  margin-left: calc((22px - 16px) / -2);
210
210
  margin-left: calc((var(--font-body-m-line-height-i7xxvv, 22px) - var(--size-icon-normal-j1z5fn, 16px)) / -2);
@@ -212,7 +212,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
212
212
  margin-right: calc(var(--space-xxs-ynfts5, 4px) + var(--border-divider-list-width-hacikr, 1px));
213
213
  }
214
214
 
215
- .awsui_trigger_gwq0h_17r2p_119:not(#\9) {
215
+ .awsui_trigger_gwq0h_w4zz2_119:not(#\9) {
216
216
  cursor: pointer;
217
217
  box-sizing: border-box;
218
218
  display: flex;
@@ -222,23 +222,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
222
222
  line-height: var(--font-body-m-line-height-i7xxvv, 22px);
223
223
  text-align: left;
224
224
  }
225
- .awsui_trigger-default_gwq0h_17r2p_188:not(#\9) {
225
+ .awsui_trigger-default_gwq0h_w4zz2_188:not(#\9) {
226
226
  padding: 4px 4px;
227
227
  padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-xxs-ynfts5, 4px);
228
228
  }
229
- .awsui_trigger-footer_gwq0h_17r2p_191:not(#\9) {
229
+ .awsui_trigger-footer_gwq0h_w4zz2_191:not(#\9) {
230
230
  padding: 4px 0;
231
231
  padding: var(--space-scaled-xxs-95dhkm, 4px) 0;
232
232
  }
233
- .awsui_trigger-default_gwq0h_17r2p_188:not(#\9), .awsui_trigger-footer_gwq0h_17r2p_191:not(#\9) {
233
+ .awsui_trigger-default_gwq0h_w4zz2_188:not(#\9), .awsui_trigger-footer_gwq0h_w4zz2_191:not(#\9) {
234
234
  border: 1px solid transparent;
235
235
  border: var(--border-divider-section-width-5a4cv1, 1px) solid transparent;
236
236
  }
237
- .awsui_trigger-navigation_gwq0h_17r2p_197:not(#\9) {
237
+ .awsui_trigger-navigation_gwq0h_w4zz2_197:not(#\9) {
238
238
  border-left: 1px solid transparent;
239
239
  border-left: var(--border-divider-section-width-5a4cv1, 1px) solid transparent;
240
240
  }
241
- .awsui_trigger-default_gwq0h_17r2p_188:not(#\9), .awsui_trigger-navigation_gwq0h_17r2p_197:not(#\9), .awsui_trigger-footer_gwq0h_17r2p_191:not(#\9) {
241
+ .awsui_trigger-default_gwq0h_w4zz2_188:not(#\9), .awsui_trigger-navigation_gwq0h_w4zz2_197:not(#\9), .awsui_trigger-footer_gwq0h_w4zz2_191:not(#\9) {
242
242
  color: #545b64;
243
243
  color: var(--color-text-expandable-section-default-muap7v, #545b64);
244
244
  font-weight: 700;
@@ -248,36 +248,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
248
248
  letter-spacing: normal;
249
249
  letter-spacing: var(--font-heading-s-letter-spacing-i014lh, normal);
250
250
  }
251
- .awsui_trigger-default_gwq0h_17r2p_188:not(#\9):hover, .awsui_trigger-navigation_gwq0h_17r2p_197:not(#\9):hover, .awsui_trigger-footer_gwq0h_17r2p_191:not(#\9):hover {
251
+ .awsui_trigger-default_gwq0h_w4zz2_188:not(#\9):hover, .awsui_trigger-navigation_gwq0h_w4zz2_197:not(#\9):hover, .awsui_trigger-footer_gwq0h_w4zz2_191:not(#\9):hover {
252
252
  color: #16191f;
253
253
  color: var(--color-text-expandable-section-hover-fhlqd8, #16191f);
254
254
  }
255
- .awsui_trigger-container_gwq0h_17r2p_209:not(#\9) {
255
+ .awsui_trigger-container_gwq0h_w4zz2_209:not(#\9) {
256
256
  padding: 12px 20px;
257
257
  padding: var(--space-container-header-vertical-0bd19u, 12px) var(--space-container-horizontal-tlw03i, 20px);
258
258
  }
259
- .awsui_trigger-container_gwq0h_17r2p_209[data-awsui-focus-visible=true]:not(#\9):focus {
259
+ .awsui_trigger-container_gwq0h_w4zz2_209[data-awsui-focus-visible=true]:not(#\9):focus {
260
260
  padding: calc(12px - 1px) calc(20px - 1px);
261
261
  padding: calc(var(--space-scaled-s-cu1hzn, 12px) - var(--border-divider-section-width-5a4cv1, 1px)) calc(var(--space-l-4vl6xu, 20px) - var(--border-divider-section-width-5a4cv1, 1px));
262
262
  }
263
- .awsui_trigger-default_gwq0h_17r2p_188.awsui_trigger-expanded_gwq0h_17r2p_119:not(#\9) {
263
+ .awsui_trigger-default_gwq0h_w4zz2_188.awsui_trigger-expanded_gwq0h_w4zz2_119:not(#\9) {
264
264
  border-bottom-color: #eaeded;
265
265
  border-bottom-color: var(--color-border-divider-default-k96bks, #eaeded);
266
266
  }
267
267
 
268
- .awsui_header_gwq0h_17r2p_219:not(#\9) {
268
+ .awsui_header_gwq0h_w4zz2_219:not(#\9) {
269
269
  display: flex;
270
270
  }
271
- .awsui_header-container_gwq0h_17r2p_222:not(#\9) {
271
+ .awsui_header-container_gwq0h_w4zz2_222:not(#\9) {
272
272
  width: 100%;
273
273
  }
274
- .awsui_header-container_gwq0h_17r2p_222 > .awsui_icon-container_gwq0h_17r2p_173:not(#\9) {
274
+ .awsui_header-container_gwq0h_w4zz2_222 > .awsui_icon-container_gwq0h_w4zz2_173:not(#\9) {
275
275
  margin-top: 8px;
276
276
  margin-top: var(--space-expandable-section-icon-offset-top-jo3eu8, 8px);
277
277
  margin-right: 8px;
278
278
  margin-right: var(--space-xs-rsr2qu, 8px);
279
279
  }
280
- .awsui_header-navigation_gwq0h_17r2p_229 > .awsui_icon-container_gwq0h_17r2p_173:not(#\9) {
280
+ .awsui_header-navigation_gwq0h_w4zz2_229 > .awsui_icon-container_gwq0h_w4zz2_173:not(#\9) {
281
281
  display: inline-flex;
282
282
  cursor: pointer;
283
283
  color: #879596;
@@ -289,18 +289,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
289
289
  text-decoration: none;
290
290
  flex-direction: column;
291
291
  }
292
- .awsui_header-navigation_gwq0h_17r2p_229 > .awsui_icon-container_gwq0h_17r2p_173:not(#\9):hover {
292
+ .awsui_header-navigation_gwq0h_w4zz2_229 > .awsui_icon-container_gwq0h_w4zz2_173:not(#\9):hover {
293
293
  color: #16191f;
294
294
  color: var(--color-text-expandable-section-hover-fhlqd8, #16191f);
295
295
  }
296
- .awsui_header-navigation_gwq0h_17r2p_229 > .awsui_icon-container_gwq0h_17r2p_173[data-awsui-focus-visible=true]:not(#\9):focus {
296
+ .awsui_header-navigation_gwq0h_w4zz2_229 > .awsui_icon-container_gwq0h_w4zz2_173[data-awsui-focus-visible=true]:not(#\9):focus {
297
297
  position: relative;
298
298
  }
299
- .awsui_header-navigation_gwq0h_17r2p_229 > .awsui_icon-container_gwq0h_17r2p_173[data-awsui-focus-visible=true]:not(#\9):focus {
299
+ .awsui_header-navigation_gwq0h_w4zz2_229 > .awsui_icon-container_gwq0h_w4zz2_173[data-awsui-focus-visible=true]:not(#\9):focus {
300
300
  outline: 2px dotted transparent;
301
301
  outline-offset: calc(2px - 1px);
302
302
  }
303
- .awsui_header-navigation_gwq0h_17r2p_229 > .awsui_icon-container_gwq0h_17r2p_173[data-awsui-focus-visible=true]:not(#\9):focus::before {
303
+ .awsui_header-navigation_gwq0h_w4zz2_229 > .awsui_icon-container_gwq0h_w4zz2_173[data-awsui-focus-visible=true]:not(#\9):focus::before {
304
304
  content: " ";
305
305
  display: block;
306
306
  position: absolute;
@@ -310,35 +310,35 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
310
310
  height: calc(100% + 2 * 2px);
311
311
  border-radius: 2px;
312
312
  border-radius: var(--border-control-focus-ring-radius-default-9royjh, 2px);
313
- box-shadow: 0 0 0 2px #00a1c9;
314
- box-shadow: 0 0 0 2px var(--color-border-item-focused-bs10w5, #00a1c9);
313
+ box-shadow: 0 0 0 2px #0073bb;
314
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
315
315
  }
316
316
 
317
- .awsui_content_gwq0h_17r2p_97:not(#\9) {
317
+ .awsui_content_gwq0h_w4zz2_97:not(#\9) {
318
318
  display: none;
319
319
  }
320
- .awsui_content-default_gwq0h_17r2p_265:not(#\9) {
320
+ .awsui_content-default_gwq0h_w4zz2_265:not(#\9) {
321
321
  padding: 8px 0;
322
322
  padding: var(--space-scaled-xs-6859qs, 8px) 0;
323
323
  }
324
- .awsui_content-footer_gwq0h_17r2p_268:not(#\9) {
324
+ .awsui_content-footer_gwq0h_w4zz2_268:not(#\9) {
325
325
  padding: 8px 0;
326
326
  padding: var(--space-xs-rsr2qu, 8px) 0;
327
327
  }
328
- .awsui_content-expanded_gwq0h_17r2p_271:not(#\9) {
328
+ .awsui_content-expanded_gwq0h_w4zz2_271:not(#\9) {
329
329
  display: block;
330
330
  }
331
331
 
332
- .awsui_focusable_gwq0h_17r2p_275:not(#\9):focus {
332
+ .awsui_focusable_gwq0h_w4zz2_275:not(#\9):focus {
333
333
  outline: none;
334
334
  text-decoration: none;
335
335
  }
336
- .awsui_focusable_gwq0h_17r2p_275[data-awsui-focus-visible=true]:not(#\9):focus {
336
+ .awsui_focusable_gwq0h_w4zz2_275[data-awsui-focus-visible=true]:not(#\9):focus {
337
337
  outline: 2px dotted transparent;
338
- border: 1px solid #00a1c9;
339
- border: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-item-focused-bs10w5, #00a1c9);
338
+ border: 1px solid #0073bb;
339
+ border: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-item-focused-n5kd8g, #0073bb);
340
340
  border-radius: 2px;
341
341
  border-radius: var(--border-control-focus-ring-radius-default-9royjh, 2px);
342
- box-shadow: 0 0 0 1px #00a1c9;
343
- box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-glnuoy, 1px) var(--color-border-item-focused-bs10w5, #00a1c9);
342
+ box-shadow: 0 0 0 1px #0073bb;
343
+ box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-glnuoy, 1px) var(--color-border-item-focused-n5kd8g, #0073bb);
344
344
  }
@@ -2,25 +2,25 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "content-enter": "awsui_content-enter_gwq0h_17r2p_97",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_17r2p_1",
7
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_17r2p_119",
8
- "icon": "awsui_icon_gwq0h_17r2p_133",
9
- "root": "awsui_root_gwq0h_17r2p_151",
10
- "expanded": "awsui_expanded_gwq0h_17r2p_169",
11
- "icon-container": "awsui_icon-container_gwq0h_17r2p_173",
12
- "trigger": "awsui_trigger_gwq0h_17r2p_119",
13
- "trigger-default": "awsui_trigger-default_gwq0h_17r2p_188",
14
- "trigger-footer": "awsui_trigger-footer_gwq0h_17r2p_191",
15
- "trigger-navigation": "awsui_trigger-navigation_gwq0h_17r2p_197",
16
- "trigger-container": "awsui_trigger-container_gwq0h_17r2p_209",
17
- "header": "awsui_header_gwq0h_17r2p_219",
18
- "header-container": "awsui_header-container_gwq0h_17r2p_222",
19
- "header-navigation": "awsui_header-navigation_gwq0h_17r2p_229",
20
- "content": "awsui_content_gwq0h_17r2p_97",
21
- "content-default": "awsui_content-default_gwq0h_17r2p_265",
22
- "content-footer": "awsui_content-footer_gwq0h_17r2p_268",
23
- "content-expanded": "awsui_content-expanded_gwq0h_17r2p_271",
24
- "focusable": "awsui_focusable_gwq0h_17r2p_275"
5
+ "content-enter": "awsui_content-enter_gwq0h_w4zz2_97",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_w4zz2_1",
7
+ "trigger-expanded": "awsui_trigger-expanded_gwq0h_w4zz2_119",
8
+ "icon": "awsui_icon_gwq0h_w4zz2_133",
9
+ "root": "awsui_root_gwq0h_w4zz2_151",
10
+ "expanded": "awsui_expanded_gwq0h_w4zz2_169",
11
+ "icon-container": "awsui_icon-container_gwq0h_w4zz2_173",
12
+ "trigger": "awsui_trigger_gwq0h_w4zz2_119",
13
+ "trigger-default": "awsui_trigger-default_gwq0h_w4zz2_188",
14
+ "trigger-footer": "awsui_trigger-footer_gwq0h_w4zz2_191",
15
+ "trigger-navigation": "awsui_trigger-navigation_gwq0h_w4zz2_197",
16
+ "trigger-container": "awsui_trigger-container_gwq0h_w4zz2_209",
17
+ "header": "awsui_header_gwq0h_w4zz2_219",
18
+ "header-container": "awsui_header-container_gwq0h_w4zz2_222",
19
+ "header-navigation": "awsui_header-navigation_gwq0h_w4zz2_229",
20
+ "content": "awsui_content_gwq0h_w4zz2_97",
21
+ "content-default": "awsui_content-default_gwq0h_w4zz2_265",
22
+ "content-footer": "awsui_content-footer_gwq0h_w4zz2_268",
23
+ "content-expanded": "awsui_content-expanded_gwq0h_w4zz2_271",
24
+ "focusable": "awsui_focusable_gwq0h_w4zz2_275"
25
25
  };
26
26
 
@@ -35,12 +35,12 @@ export interface FlashbarProps extends BaseComponentProps {
35
35
  * * `buttonText` (string) - Specifies that an action button should be displayed, with the specified text.
36
36
  * When a user clicks on this button the `onButtonClick` handler is called. If the `action` property is set, this property is ignored.
37
37
  * **Deprecated**, replaced by `action`.
38
- * *`id` (string) - Specifies a unique flash message identifier. This property is used in two ways:
39
- * 1. As a [keys](https://reactjs.org/docs/lists-and-keys.html#keys) source for React rendering.
40
- * 2. To identify which flash message will be removed from the DOM when it is dismissed, to animate it out.
41
- * @visualrefresh `id` property
42
38
  * * `onButtonClick` (event => void) - Called when a user clicks on the action button. This is not called if you create a custom button
43
39
  * using the `action` property. **Deprecated**, replaced by `action`.
40
+ * * `id` (string) - Specifies a unique flash message identifier. This property is used in two ways:
41
+ * 1. As a [keys](https://reactjs.org/docs/lists-and-keys.html#keys) source for React rendering.
42
+ * 2. To identify which flash message will be removed from the DOM when it is dismissed, to animate it out.
43
+ * @visualrefresh `id` property
44
44
  */
45
45
  items: ReadonlyArray<FlashbarProps.MessageDefinition>;
46
46
  }
@@ -1 +1 @@
1
- {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/flashbar/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { BaseComponentProps } from '../internal/base-component';\nimport React from 'react';\nimport { ButtonProps } from '../button/interfaces';\n\nexport namespace FlashbarProps {\n export interface MessageDefinition {\n header?: React.ReactNode;\n content?: React.ReactNode;\n dismissible?: boolean;\n dismissLabel?: string;\n loading?: boolean;\n type?: FlashbarProps.Type;\n action?: React.ReactNode;\n id?: string;\n buttonText?: ButtonProps['children'];\n onButtonClick?: ButtonProps['onClick'];\n onDismiss?: ButtonProps['onClick'];\n }\n\n export type Type = 'success' | 'warning' | 'info' | 'error';\n}\n\nexport interface FlashbarProps extends BaseComponentProps {\n /**\n * Specifies flash messages that appear in the same order that they are listed.\n * The value is an array of flash message definition objects.\n *\n * A flash message object contains the following properties:\n * * `header` (ReactNode) - Specifies the heading text.\n * * `content` (ReactNode) - Specifies the primary text displayed in the flash element.\n * * `type` (string) - Indicates the type of the message to be displayed. Allowed values are as follows: `success, error, warning, info`. The default is `info`.\n * * `loading` (boolean) - Replaces the status icon with a spinner and forces the type to `info`.\n * * `dismissible` (boolean) - Determines whether the component includes a close button icon. By default, the close button is not included.\n * When a user clicks on this button the `onDismiss` handler is called.\n * * `dismissLabel` (string) - Specifies an `aria-label` for to the dismiss icon button for improved accessibility.\n * * `action` (ReactNode) - Specifies an action for the flash message. Although it is technically possible to insert any content,\n * our UX guidelines only allow you to add a button.\n * * `buttonText` (string) - Specifies that an action button should be displayed, with the specified text.\n * When a user clicks on this button the `onButtonClick` handler is called. If the `action` property is set, this property is ignored.\n * **Deprecated**, replaced by `action`.\n * *`id` (string) - Specifies a unique flash message identifier. This property is used in two ways:\n * 1. As a [keys](https://reactjs.org/docs/lists-and-keys.html#keys) source for React rendering.\n * 2. To identify which flash message will be removed from the DOM when it is dismissed, to animate it out.\n * @visualrefresh `id` property\n * * `onButtonClick` (event => void) - Called when a user clicks on the action button. This is not called if you create a custom button\n * using the `action` property. **Deprecated**, replaced by `action`.\n */\n items: ReadonlyArray<FlashbarProps.MessageDefinition>;\n}\n"]}
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/flashbar/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { BaseComponentProps } from '../internal/base-component';\nimport React from 'react';\nimport { ButtonProps } from '../button/interfaces';\n\nexport namespace FlashbarProps {\n export interface MessageDefinition {\n header?: React.ReactNode;\n content?: React.ReactNode;\n dismissible?: boolean;\n dismissLabel?: string;\n loading?: boolean;\n type?: FlashbarProps.Type;\n action?: React.ReactNode;\n id?: string;\n buttonText?: ButtonProps['children'];\n onButtonClick?: ButtonProps['onClick'];\n onDismiss?: ButtonProps['onClick'];\n }\n\n export type Type = 'success' | 'warning' | 'info' | 'error';\n}\n\nexport interface FlashbarProps extends BaseComponentProps {\n /**\n * Specifies flash messages that appear in the same order that they are listed.\n * The value is an array of flash message definition objects.\n *\n * A flash message object contains the following properties:\n * * `header` (ReactNode) - Specifies the heading text.\n * * `content` (ReactNode) - Specifies the primary text displayed in the flash element.\n * * `type` (string) - Indicates the type of the message to be displayed. Allowed values are as follows: `success, error, warning, info`. The default is `info`.\n * * `loading` (boolean) - Replaces the status icon with a spinner and forces the type to `info`.\n * * `dismissible` (boolean) - Determines whether the component includes a close button icon. By default, the close button is not included.\n * When a user clicks on this button the `onDismiss` handler is called.\n * * `dismissLabel` (string) - Specifies an `aria-label` for to the dismiss icon button for improved accessibility.\n * * `action` (ReactNode) - Specifies an action for the flash message. Although it is technically possible to insert any content,\n * our UX guidelines only allow you to add a button.\n * * `buttonText` (string) - Specifies that an action button should be displayed, with the specified text.\n * When a user clicks on this button the `onButtonClick` handler is called. If the `action` property is set, this property is ignored.\n * **Deprecated**, replaced by `action`.\n * * `onButtonClick` (event => void) - Called when a user clicks on the action button. This is not called if you create a custom button\n * using the `action` property. **Deprecated**, replaced by `action`.\n * * `id` (string) - Specifies a unique flash message identifier. This property is used in two ways:\n * 1. As a [keys](https://reactjs.org/docs/lists-and-keys.html#keys) source for React rendering.\n * 2. To identify which flash message will be removed from the DOM when it is dismissed, to animate it out.\n * @visualrefresh `id` property\n */\n items: ReadonlyArray<FlashbarProps.MessageDefinition>;\n}\n"]}
@@ -1,9 +1,9 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "help-panel": "awsui_help-panel_1d237_858ym_94",
5
- "header": "awsui_header_1d237_858ym_258",
6
- "content": "awsui_content_1d237_858ym_284",
7
- "footer": "awsui_footer_1d237_858ym_295"
4
+ "help-panel": "awsui_help-panel_1d237_p97sp_94",
5
+ "header": "awsui_header_1d237_p97sp_258",
6
+ "content": "awsui_content_1d237_p97sp_284",
7
+ "footer": "awsui_footer_1d237_p97sp_295"
8
8
  };
9
9
 
@@ -91,7 +91,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
93
  /* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
94
- .awsui_help-panel_1d237_858ym_94:not(#\9) {
94
+ .awsui_help-panel_1d237_p97sp_94:not(#\9) {
95
95
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
96
96
  border-collapse: separate;
97
97
  border-spacing: 0;
@@ -135,36 +135,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
135
135
  padding: 20px 32px 0 32px;
136
136
  padding: var(--space-scaled-l-t03y3z, 20px) var(--space-panel-side-right-oktwq8, 32px) 0 var(--space-panel-side-left-o3fm3s, 32px);
137
137
  }
138
- .awsui_help-panel_1d237_858ym_94 hr:not(#\9) {
138
+ .awsui_help-panel_1d237_p97sp_94 hr:not(#\9) {
139
139
  border: none;
140
140
  border-top: 1px solid #eaeded;
141
141
  border-top: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
142
142
  margin: 24px calc(-1 * 8px);
143
143
  margin: var(--space-scaled-xl-w2t504, 24px) calc(-1 * var(--space-xs-rsr2qu, 8px));
144
144
  }
145
- .awsui_help-panel_1d237_858ym_94 ol:not(#\9),
146
- .awsui_help-panel_1d237_858ym_94 ul:not(#\9) {
145
+ .awsui_help-panel_1d237_p97sp_94 ol:not(#\9),
146
+ .awsui_help-panel_1d237_p97sp_94 ul:not(#\9) {
147
147
  padding-left: 20px;
148
148
  padding-left: var(--space-l-4vl6xu, 20px);
149
149
  list-style-position: outside;
150
150
  }
151
- .awsui_help-panel_1d237_858ym_94 a:not(#\9),
152
- .awsui_help-panel_1d237_858ym_94 p:not(#\9),
153
- .awsui_help-panel_1d237_858ym_94 ul:not(#\9),
154
- .awsui_help-panel_1d237_858ym_94 ol:not(#\9),
155
- .awsui_help-panel_1d237_858ym_94 li:not(#\9),
156
- .awsui_help-panel_1d237_858ym_94 h2:not(#\9),
157
- .awsui_help-panel_1d237_858ym_94 h3:not(#\9),
158
- .awsui_help-panel_1d237_858ym_94 h4:not(#\9),
159
- .awsui_help-panel_1d237_858ym_94 h5:not(#\9),
160
- .awsui_help-panel_1d237_858ym_94 pre:not(#\9),
161
- .awsui_help-panel_1d237_858ym_94 code:not(#\9) {
151
+ .awsui_help-panel_1d237_p97sp_94 a:not(#\9),
152
+ .awsui_help-panel_1d237_p97sp_94 p:not(#\9),
153
+ .awsui_help-panel_1d237_p97sp_94 ul:not(#\9),
154
+ .awsui_help-panel_1d237_p97sp_94 ol:not(#\9),
155
+ .awsui_help-panel_1d237_p97sp_94 li:not(#\9),
156
+ .awsui_help-panel_1d237_p97sp_94 h2:not(#\9),
157
+ .awsui_help-panel_1d237_p97sp_94 h3:not(#\9),
158
+ .awsui_help-panel_1d237_p97sp_94 h4:not(#\9),
159
+ .awsui_help-panel_1d237_p97sp_94 h5:not(#\9),
160
+ .awsui_help-panel_1d237_p97sp_94 pre:not(#\9),
161
+ .awsui_help-panel_1d237_p97sp_94 code:not(#\9) {
162
162
  margin: 8px 0;
163
163
  margin: var(--space-xs-rsr2qu, 8px) 0;
164
164
  padding-top: 0;
165
165
  padding-bottom: 0;
166
166
  }
167
- .awsui_help-panel_1d237_858ym_94 code:not(#\9) {
167
+ .awsui_help-panel_1d237_p97sp_94 code:not(#\9) {
168
168
  font-size: 12px;
169
169
  font-size: var(--font-body-s-size-ukw2p9, 12px);
170
170
  line-height: 16px;
@@ -180,7 +180,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
180
180
  word-wrap: break-word;
181
181
  white-space: pre-wrap;
182
182
  }
183
- .awsui_help-panel_1d237_858ym_94 pre:not(#\9) {
183
+ .awsui_help-panel_1d237_p97sp_94 pre:not(#\9) {
184
184
  font-size: 12px;
185
185
  font-size: var(--font-body-s-size-ukw2p9, 12px);
186
186
  line-height: 16px;
@@ -198,43 +198,43 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
198
198
  padding: 4px;
199
199
  padding: var(--space-xxs-ynfts5, 4px);
200
200
  }
201
- .awsui_help-panel_1d237_858ym_94 dl:not(#\9) {
201
+ .awsui_help-panel_1d237_p97sp_94 dl:not(#\9) {
202
202
  margin: 8px 0;
203
203
  margin: var(--space-xs-rsr2qu, 8px) 0;
204
204
  /* stylelint-disable-next-line selector-max-universal */
205
205
  }
206
- .awsui_help-panel_1d237_858ym_94 dl *:not(#\9) {
206
+ .awsui_help-panel_1d237_p97sp_94 dl *:not(#\9) {
207
207
  margin-top: 0;
208
208
  margin-bottom: 0;
209
209
  }
210
- .awsui_help-panel_1d237_858ym_94 dt:not(#\9) {
210
+ .awsui_help-panel_1d237_p97sp_94 dt:not(#\9) {
211
211
  margin-top: 8px;
212
212
  margin-top: var(--space-xs-rsr2qu, 8px);
213
213
  font-weight: 700;
214
214
  }
215
- .awsui_help-panel_1d237_858ym_94 dd:not(#\9) {
215
+ .awsui_help-panel_1d237_p97sp_94 dd:not(#\9) {
216
216
  margin: 0 0 8px;
217
217
  margin: 0 0 var(--space-xs-rsr2qu, 8px);
218
218
  }
219
- .awsui_help-panel_1d237_858ym_94 h2:not(#\9),
220
- .awsui_help-panel_1d237_858ym_94 h3:not(#\9),
221
- .awsui_help-panel_1d237_858ym_94 h4:not(#\9),
222
- .awsui_help-panel_1d237_858ym_94 h5:not(#\9),
223
- .awsui_help-panel_1d237_858ym_94 h6:not(#\9) {
219
+ .awsui_help-panel_1d237_p97sp_94 h2:not(#\9),
220
+ .awsui_help-panel_1d237_p97sp_94 h3:not(#\9),
221
+ .awsui_help-panel_1d237_p97sp_94 h4:not(#\9),
222
+ .awsui_help-panel_1d237_p97sp_94 h5:not(#\9),
223
+ .awsui_help-panel_1d237_p97sp_94 h6:not(#\9) {
224
224
  margin-top: 24px;
225
225
  margin-top: var(--space-xl-a39hup, 24px);
226
226
  color: #16191f;
227
227
  color: var(--color-text-heading-default-bjds33, #16191f);
228
228
  }
229
- .awsui_help-panel_1d237_858ym_94 > :not(#\9):last-child {
229
+ .awsui_help-panel_1d237_p97sp_94 > :not(#\9):last-child {
230
230
  margin-bottom: 40px;
231
231
  margin-bottom: var(--space-scaled-xxxl-ffokcj, 40px);
232
232
  }
233
- .awsui_help-panel_1d237_858ym_94 p:not(#\9) {
233
+ .awsui_help-panel_1d237_p97sp_94 p:not(#\9) {
234
234
  color: inherit;
235
235
  text-decoration: none;
236
236
  }
237
- .awsui_help-panel_1d237_858ym_94 h1:not(#\9) {
237
+ .awsui_help-panel_1d237_p97sp_94 h1:not(#\9) {
238
238
  font-size: 28px;
239
239
  font-size: var(--font-heading-xl-size-etf0gx, 28px);
240
240
  line-height: 36px;
@@ -244,7 +244,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
244
244
  font-weight: 400;
245
245
  font-weight: var(--font-heading-xl-weight-zuv5k6, 400);
246
246
  }
247
- .awsui_help-panel_1d237_858ym_94 h2:not(#\9) {
247
+ .awsui_help-panel_1d237_p97sp_94 h2:not(#\9) {
248
248
  font-size: 18px;
249
249
  font-size: var(--font-heading-l-size-glo9md, 18px);
250
250
  line-height: 22px;
@@ -254,7 +254,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
254
254
  font-weight: 700;
255
255
  font-weight: var(--font-heading-l-weight-qh3c9t, 700);
256
256
  }
257
- .awsui_help-panel_1d237_858ym_94 h3:not(#\9) {
257
+ .awsui_help-panel_1d237_p97sp_94 h3:not(#\9) {
258
258
  font-size: 18px;
259
259
  font-size: var(--font-heading-m-size-f8kmgg, 18px);
260
260
  line-height: 22px;
@@ -264,7 +264,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
264
264
  font-weight: 400;
265
265
  font-weight: var(--font-heading-m-weight-0y5yq5, 400);
266
266
  }
267
- .awsui_help-panel_1d237_858ym_94 h4:not(#\9) {
267
+ .awsui_help-panel_1d237_p97sp_94 h4:not(#\9) {
268
268
  font-size: 16px;
269
269
  font-size: var(--font-heading-s-size-9clg8y, 16px);
270
270
  line-height: 20px;
@@ -274,7 +274,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
274
274
  font-weight: 700;
275
275
  font-weight: var(--font-heading-s-weight-1ygwuy, 700);
276
276
  }
277
- .awsui_help-panel_1d237_858ym_94 h5:not(#\9) {
277
+ .awsui_help-panel_1d237_p97sp_94 h5:not(#\9) {
278
278
  font-size: 16px;
279
279
  font-size: var(--font-heading-xs-size-j82aha, 16px);
280
280
  line-height: 20px;
@@ -282,11 +282,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
282
282
  font-weight: 400;
283
283
  font-weight: var(--font-heading-xs-weight-5hfvig, 400);
284
284
  }
285
- .awsui_help-panel_1d237_858ym_94 b:not(#\9),
286
- .awsui_help-panel_1d237_858ym_94 strong:not(#\9) {
285
+ .awsui_help-panel_1d237_p97sp_94 b:not(#\9),
286
+ .awsui_help-panel_1d237_p97sp_94 strong:not(#\9) {
287
287
  font-weight: 700;
288
288
  }
289
- .awsui_help-panel_1d237_858ym_94 a:not(#\9) {
289
+ .awsui_help-panel_1d237_p97sp_94 a:not(#\9) {
290
290
  color: #0073bb;
291
291
  color: var(--color-text-link-default-753y4e, #0073bb);
292
292
  font-weight: inherit;
@@ -299,45 +299,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
299
299
  transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
300
300
  }
301
301
  @media (prefers-reduced-motion: reduce) {
302
- .awsui_help-panel_1d237_858ym_94 a:not(#\9) {
302
+ .awsui_help-panel_1d237_p97sp_94 a:not(#\9) {
303
303
  animation: none;
304
304
  transition: none;
305
305
  }
306
306
  }
307
- .awsui-motion-disabled .awsui_help-panel_1d237_858ym_94 a:not(#\9), .awsui-mode-entering .awsui_help-panel_1d237_858ym_94 a:not(#\9) {
307
+ .awsui-motion-disabled .awsui_help-panel_1d237_p97sp_94 a:not(#\9), .awsui-mode-entering .awsui_help-panel_1d237_p97sp_94 a:not(#\9) {
308
308
  animation: none;
309
309
  transition: none;
310
310
  }
311
- .awsui_help-panel_1d237_858ym_94 a:not(#\9):hover {
311
+ .awsui_help-panel_1d237_p97sp_94 a:not(#\9):hover {
312
312
  cursor: pointer;
313
313
  color: #0073bb;
314
314
  color: var(--color-text-link-hover-ok01xk, #0073bb);
315
315
  }
316
- .awsui_help-panel_1d237_858ym_94 a:not(#\9):focus {
316
+ .awsui_help-panel_1d237_p97sp_94 a:not(#\9):focus {
317
317
  outline: none;
318
318
  }
319
- .awsui_help-panel_1d237_858ym_94 a:not(#\9):active {
319
+ .awsui_help-panel_1d237_p97sp_94 a:not(#\9):active {
320
320
  color: #0073bb;
321
321
  color: var(--color-text-link-hover-ok01xk, #0073bb);
322
322
  }
323
- .awsui_help-panel_1d237_858ym_94 a:not(#\9):active, .awsui_help-panel_1d237_858ym_94 a:not(#\9):focus, .awsui_help-panel_1d237_858ym_94 a:not(#\9):hover {
323
+ .awsui_help-panel_1d237_p97sp_94 a:not(#\9):active, .awsui_help-panel_1d237_p97sp_94 a:not(#\9):focus, .awsui_help-panel_1d237_p97sp_94 a:not(#\9):hover {
324
324
  text-decoration: underline;
325
325
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
326
326
  text-decoration-color: currentColor;
327
327
  }
328
- .awsui_help-panel_1d237_858ym_94 a:not(#\9):focus {
328
+ .awsui_help-panel_1d237_p97sp_94 a:not(#\9):focus {
329
329
  outline: thin dotted;
330
330
  outline: 5px auto Highlight;
331
331
  outline: var(--border-link-focus-ring-outline-67z0xv, 5px auto Highlight);
332
332
  outline-offset: 2px;
333
- outline-color: #00a1c9;
334
- outline-color: var(--color-border-item-focused-bs10w5, #00a1c9);
333
+ outline-color: #0073bb;
334
+ outline-color: var(--color-border-item-focused-n5kd8g, #0073bb);
335
335
  border-radius: 2px;
336
336
  border-radius: var(--border-control-focus-ring-radius-default-9royjh, 2px);
337
- box-shadow: 0 0 0 0px #00a1c9;
338
- box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-e3dct9, 0px) var(--color-border-item-focused-bs10w5, #00a1c9);
337
+ box-shadow: 0 0 0 0px #0073bb;
338
+ box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-e3dct9, 0px) var(--color-border-item-focused-n5kd8g, #0073bb);
339
339
  }
340
- .awsui_help-panel_1d237_858ym_94 .awsui_header_1d237_858ym_258:not(#\9) {
340
+ .awsui_help-panel_1d237_p97sp_94 .awsui_header_1d237_p97sp_258:not(#\9) {
341
341
  font-size: 18px;
342
342
  font-size: var(--font-panel-header-size-s14y0f, 18px);
343
343
  line-height: 22px;
@@ -358,11 +358,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
358
358
  margin: 0 calc(-1 * 32px) 20px calc(-1 * 32px);
359
359
  margin: 0 calc(-1 * var(--space-panel-side-right-oktwq8, 32px)) var(--space-scaled-l-t03y3z, 20px) calc(-1 * var(--space-panel-side-left-o3fm3s, 32px));
360
360
  }
361
- .awsui_help-panel_1d237_858ym_94 .awsui_header_1d237_858ym_258 h2:not(#\9),
362
- .awsui_help-panel_1d237_858ym_94 .awsui_header_1d237_858ym_258 h3:not(#\9),
363
- .awsui_help-panel_1d237_858ym_94 .awsui_header_1d237_858ym_258 h4:not(#\9),
364
- .awsui_help-panel_1d237_858ym_94 .awsui_header_1d237_858ym_258 h5:not(#\9),
365
- .awsui_help-panel_1d237_858ym_94 .awsui_header_1d237_858ym_258 h6:not(#\9) {
361
+ .awsui_help-panel_1d237_p97sp_94 .awsui_header_1d237_p97sp_258 h2:not(#\9),
362
+ .awsui_help-panel_1d237_p97sp_94 .awsui_header_1d237_p97sp_258 h3:not(#\9),
363
+ .awsui_help-panel_1d237_p97sp_94 .awsui_header_1d237_p97sp_258 h4:not(#\9),
364
+ .awsui_help-panel_1d237_p97sp_94 .awsui_header_1d237_p97sp_258 h5:not(#\9),
365
+ .awsui_help-panel_1d237_p97sp_94 .awsui_header_1d237_p97sp_258 h6:not(#\9) {
366
366
  font-size: 18px;
367
367
  font-size: var(--font-panel-header-size-s14y0f, 18px);
368
368
  line-height: 22px;
@@ -375,19 +375,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
375
375
  margin-bottom: 0;
376
376
  }
377
377
 
378
- .awsui_content_1d237_858ym_284:not(#\9) {
378
+ .awsui_content_1d237_p97sp_284:not(#\9) {
379
379
  color: #545b64;
380
380
  color: var(--color-text-body-secondary-u912t7, #545b64);
381
381
  }
382
- .awsui_content_1d237_858ym_284 h2:not(#\9):first-child,
383
- .awsui_content_1d237_858ym_284 h3:not(#\9):first-child,
384
- .awsui_content_1d237_858ym_284 h4:not(#\9):first-child,
385
- .awsui_content_1d237_858ym_284 h5:not(#\9):first-child,
386
- .awsui_content_1d237_858ym_284 h6:not(#\9):first-child {
382
+ .awsui_content_1d237_p97sp_284 h2:not(#\9):first-child,
383
+ .awsui_content_1d237_p97sp_284 h3:not(#\9):first-child,
384
+ .awsui_content_1d237_p97sp_284 h4:not(#\9):first-child,
385
+ .awsui_content_1d237_p97sp_284 h5:not(#\9):first-child,
386
+ .awsui_content_1d237_p97sp_284 h6:not(#\9):first-child {
387
387
  margin-top: 0;
388
388
  }
389
389
 
390
- .awsui_footer_1d237_858ym_295:not(#\9) {
390
+ .awsui_footer_1d237_p97sp_295:not(#\9) {
391
391
  color: #545b64;
392
392
  color: var(--color-text-body-secondary-u912t7, #545b64);
393
393
  border-top: 1px solid #eaeded;
@@ -397,11 +397,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
397
397
  padding: 0 12px;
398
398
  padding: 0 var(--space-s-hv8c1d, 12px);
399
399
  }
400
- .awsui_footer_1d237_858ym_295 > :not(#\9):first-child {
400
+ .awsui_footer_1d237_p97sp_295 > :not(#\9):first-child {
401
401
  margin-top: 24px;
402
402
  margin-top: var(--space-scaled-xl-w2t504, 24px);
403
403
  }
404
- .awsui_footer_1d237_858ym_295 ul:not(#\9) {
404
+ .awsui_footer_1d237_p97sp_295 ul:not(#\9) {
405
405
  list-style: none;
406
406
  padding-left: 0;
407
407
  }
@@ -2,9 +2,9 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "help-panel": "awsui_help-panel_1d237_858ym_94",
6
- "header": "awsui_header_1d237_858ym_258",
7
- "content": "awsui_content_1d237_858ym_284",
8
- "footer": "awsui_footer_1d237_858ym_295"
5
+ "help-panel": "awsui_help-panel_1d237_p97sp_94",
6
+ "header": "awsui_header_1d237_p97sp_258",
7
+ "content": "awsui_content_1d237_p97sp_284",
8
+ "footer": "awsui_footer_1d237_p97sp_295"
9
9
  };
10
10