@cloudscape-design/components 3.0.47 → 3.0.50

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 (39) hide show
  1. package/autosuggest/internal.d.ts.map +1 -1
  2. package/autosuggest/internal.js +10 -4
  3. package/autosuggest/internal.js.map +1 -1
  4. package/code-editor/index.d.ts.map +1 -1
  5. package/code-editor/index.js +14 -13
  6. package/code-editor/index.js.map +1 -1
  7. package/code-editor/styles.css.js +33 -32
  8. package/code-editor/styles.scoped.css +122 -116
  9. package/code-editor/styles.selectors.js +33 -32
  10. package/internal/components/autosuggest-input/index.d.ts +6 -1
  11. package/internal/components/autosuggest-input/index.d.ts.map +1 -1
  12. package/internal/components/autosuggest-input/index.js +10 -16
  13. package/internal/components/autosuggest-input/index.js.map +1 -1
  14. package/internal/components/dropdown/index.d.ts +1 -1
  15. package/internal/components/dropdown/index.d.ts.map +1 -1
  16. package/internal/components/dropdown/index.js +2 -2
  17. package/internal/components/dropdown/index.js.map +1 -1
  18. package/internal/components/dropdown/interfaces.d.ts +4 -0
  19. package/internal/components/dropdown/interfaces.d.ts.map +1 -1
  20. package/internal/components/dropdown/interfaces.js.map +1 -1
  21. package/internal/environment.js +1 -1
  22. package/internal/generated/styles/tokens.d.ts +0 -1
  23. package/internal/generated/styles/tokens.js +0 -1
  24. package/internal/generated/theming/index.cjs +0 -2
  25. package/internal/generated/theming/index.cjs.d.ts +0 -5
  26. package/internal/generated/theming/index.d.ts +0 -5
  27. package/internal/generated/theming/index.js +0 -2
  28. package/package.json +1 -1
  29. package/property-filter/controller.js +2 -2
  30. package/property-filter/controller.js.map +1 -1
  31. package/property-filter/index.d.ts.map +1 -1
  32. package/property-filter/index.js +2 -3
  33. package/property-filter/index.js.map +1 -1
  34. package/property-filter/property-filter-autosuggest.d.ts.map +1 -1
  35. package/property-filter/property-filter-autosuggest.js +5 -1
  36. package/property-filter/property-filter-autosuggest.js.map +1 -1
  37. package/split-panel/index.d.ts.map +1 -1
  38. package/split-panel/index.js +9 -8
  39. package/split-panel/index.js.map +1 -1
@@ -95,51 +95,51 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
97
  /* stylelint-disable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
98
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor:not(#\9) {
98
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor:not(#\9) {
99
99
  font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
100
100
  font-size: 14px;
101
101
  line-height: 20px;
102
102
  }
103
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
104
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
103
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
104
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
105
105
  cursor: pointer;
106
106
  background-repeat: no-repeat;
107
107
  background-size: 16px 16px;
108
108
  background-position: 4px 2px;
109
109
  }
110
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
110
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
111
111
  background-image: none;
112
112
  }
113
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
113
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
114
114
  color: var(--color-text-status-error-5sesl6, #d91515);
115
115
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d91515' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
116
116
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
117
117
  }
118
118
  @supports (--css-variable-support-check: #000) {
119
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
119
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
120
120
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
121
121
  }
122
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
122
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
123
123
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23eb6f6f' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
124
124
  }
125
125
  }
126
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
126
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
127
127
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d91515' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
128
128
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
129
129
  }
130
130
  @supports (--css-variable-support-check: #000) {
131
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
131
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
132
132
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
133
133
  }
134
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
134
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
135
135
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23eb6f6f' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
136
136
  }
137
137
  }
138
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-cell:not(#\9) {
138
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell:not(#\9) {
139
139
  padding-left: 24px;
140
140
  padding-right: 16px;
141
141
  }
142
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget:not(#\9) {
142
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget:not(#\9) {
143
143
  /* A good test case for disabled folds
144
144
  <<html<<<<
145
145
  </html>
@@ -150,205 +150,208 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
150
150
  border: none;
151
151
  box-shadow: none;
152
152
  }
153
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
153
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
154
154
  background: transparent;
155
155
  box-sizing: border-box;
156
156
  border-top: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-3l07nr, #d1d5db);
157
157
  border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-3l07nr, #d1d5db);
158
158
  }
159
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
159
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
160
160
  border-top: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-74siyt, #5f6b7a);
161
161
  border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-74siyt, #5f6b7a);
162
162
  }
163
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter:not(#\9) {
163
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter:not(#\9) {
164
164
  background-color: var(--color-background-code-editor-gutter-default-l5k65m, #f4f4f4);
165
165
  color: var(--color-text-code-editor-gutter-default-q46j79, #000716);
166
- border-top-left-radius: max(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px), 0px);
167
166
  }
168
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_scroller:not(#\9) {
169
- border-top-right-radius: max(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px), 0px);
170
- }
171
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
167
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
172
168
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414d5c' fill='%23414d5c' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
173
169
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
174
170
  }
175
171
  @supports (--css-variable-support-check: #000) {
176
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
172
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
177
173
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
178
174
  }
179
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
175
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
180
176
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
181
177
  }
182
178
  }
183
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
179
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
184
180
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
185
181
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
186
182
  }
187
183
  @supports (--css-variable-support-check: #000) {
188
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
184
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
189
185
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
190
186
  }
191
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
187
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
192
188
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
193
189
  }
194
190
  }
195
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
191
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
196
192
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414d5c' fill='%23414d5c' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
197
193
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
198
194
  }
199
195
  @supports (--css-variable-support-check: #000) {
200
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
196
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
201
197
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
202
198
  }
203
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
199
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
204
200
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
205
201
  }
206
202
  }
207
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
203
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
208
204
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
209
205
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
210
206
  }
211
207
  @supports (--css-variable-support-check: #000) {
212
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
208
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
213
209
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
214
210
  }
215
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
211
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
216
212
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
217
213
  }
218
214
  }
219
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line:not(#\9) {
215
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line:not(#\9) {
220
216
  background-color: var(--color-background-code-editor-gutter-active-line-default-p2p8kl, #5f6b7a);
221
217
  color: var(--color-text-code-editor-gutter-active-line-3r48bk, #ffffff);
222
218
  }
223
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
219
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
224
220
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
225
221
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
226
222
  }
227
223
  @supports (--css-variable-support-check: #000) {
228
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
224
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
229
225
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
230
226
  }
231
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
227
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
232
228
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
233
229
  }
234
230
  }
235
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
231
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
236
232
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
237
233
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
238
234
  }
239
235
  @supports (--css-variable-support-check: #000) {
240
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
236
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
241
237
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
242
238
  }
243
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
239
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
244
240
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
245
241
  }
246
242
  }
247
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
243
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
248
244
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
249
245
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
250
246
  }
251
247
  @supports (--css-variable-support-check: #000) {
252
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
248
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
253
249
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
254
250
  }
255
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
251
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
256
252
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
257
253
  }
258
254
  }
259
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
255
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
260
256
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
261
257
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
262
258
  }
263
259
  @supports (--css-variable-support-check: #000) {
264
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
260
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
265
261
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
266
262
  }
267
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
263
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
268
264
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
269
265
  }
270
266
  }
271
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
267
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
272
268
  color: var(--color-text-code-editor-gutter-active-line-3r48bk, #ffffff);
273
269
  background-color: var(--color-background-code-editor-gutter-active-line-error-lfh0u4, #d91515);
274
270
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
275
271
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
276
272
  }
277
273
  @supports (--css-variable-support-check: #000) {
278
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
274
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
279
275
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
280
276
  }
281
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
277
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
282
278
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
283
279
  }
284
280
  }
285
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
281
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
286
282
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
287
283
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
288
284
  }
289
285
  @supports (--css-variable-support-check: #000) {
290
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
286
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
291
287
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
292
288
  }
293
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
289
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
294
290
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
295
291
  }
296
292
  }
297
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
293
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
298
294
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
299
295
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
300
296
  }
301
297
  @supports (--css-variable-support-check: #000) {
302
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
298
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
303
299
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
304
300
  }
305
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
301
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
306
302
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
307
303
  }
308
304
  }
309
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
305
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
310
306
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
311
307
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
312
308
  }
313
309
  @supports (--css-variable-support-check: #000) {
314
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
310
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
315
311
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
316
312
  }
317
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
313
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
318
314
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
319
315
  }
320
316
  }
321
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
317
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
322
318
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
323
319
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
324
320
  }
325
321
  @supports (--css-variable-support-check: #000) {
326
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
322
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
327
323
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
328
324
  }
329
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
325
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
330
326
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
331
327
  }
332
328
  }
333
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
329
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
334
330
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
335
331
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
336
332
  }
337
333
  @supports (--css-variable-support-check: #000) {
338
- .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
334
+ .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
339
335
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
340
336
  }
341
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
337
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
342
338
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
343
339
  }
344
340
  }
345
341
 
342
+ .awsui_code-editor-refresh_1gl9c_1563r_342 .ace_editor .ace_gutter:not(#\9) {
343
+ border-top-left-radius: calc(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px));
344
+ }
345
+ .awsui_code-editor-refresh_1gl9c_1563r_342 .ace_editor .ace_scroller:not(#\9) {
346
+ border-top-right-radius: calc(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px));
347
+ }
348
+
346
349
  /* stylelint-enable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
347
350
  /*
348
351
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
349
352
  SPDX-License-Identifier: Apache-2.0
350
353
  */
351
- .awsui_pane_1gl9c_pjv1f_351:not(#\9) {
354
+ .awsui_pane_1gl9c_1563r_354:not(#\9) {
352
355
  display: flex;
353
356
  position: relative;
354
357
  flex-direction: row;
@@ -359,74 +362,74 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
359
362
  background: var(--color-background-code-editor-status-bar-qgcwj5, #f4f4f4);
360
363
  color: var(--color-text-body-default-ajf1h5, #000716);
361
364
  }
362
- .awsui_pane__close-container_1gl9c_pjv1f_362:not(#\9) {
365
+ .awsui_pane__close-container_1gl9c_1563r_365:not(#\9) {
363
366
  position: absolute;
364
367
  top: 0;
365
368
  right: calc(var(--space-s-hv8c1d, 12px) / 2);
366
369
  }
367
- .awsui_pane__list_1gl9c_pjv1f_367:not(#\9) {
370
+ .awsui_pane__list_1gl9c_1563r_370:not(#\9) {
368
371
  flex: 1;
369
372
  overflow: auto;
370
373
  max-height: 100%;
371
374
  box-sizing: border-box;
372
375
  margin-right: calc(var(--font-body-m-line-height-i7xxvv, 22px) + 2 * var(--space-xs-rsr2qu, 8px));
373
376
  }
374
- .awsui_pane__table_1gl9c_pjv1f_374:not(#\9) {
377
+ .awsui_pane__table_1gl9c_1563r_377:not(#\9) {
375
378
  width: 100%;
376
379
  border-spacing: 0;
377
380
  margin: var(--space-s-hv8c1d, 12px) 0;
378
381
  }
379
- .awsui_pane__item_1gl9c_pjv1f_379 > .awsui_pane__cell_1gl9c_pjv1f_379:not(#\9) {
382
+ .awsui_pane__item_1gl9c_1563r_382 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9) {
380
383
  border-top: var(--border-item-width-qbbbsa, 2px) solid var(--color-transparent-b76lky, transparent);
381
384
  border-bottom: var(--border-item-width-qbbbsa, 2px) solid var(--color-transparent-b76lky, transparent);
382
385
  }
383
- .awsui_pane__item_1gl9c_pjv1f_379 > .awsui_pane__cell_1gl9c_pjv1f_379:not(#\9):first-child {
386
+ .awsui_pane__item_1gl9c_1563r_382 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9):first-child {
384
387
  border-left: var(--border-item-width-qbbbsa, 2px) solid var(--color-transparent-b76lky, transparent);
385
388
  border-top-left-radius: var(--border-radius-item-u2ibpi, 8px);
386
389
  border-bottom-left-radius: var(--border-radius-item-u2ibpi, 8px);
387
390
  }
388
- .awsui_pane__item_1gl9c_pjv1f_379 > .awsui_pane__cell_1gl9c_pjv1f_379:not(#\9):last-child {
391
+ .awsui_pane__item_1gl9c_1563r_382 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9):last-child {
389
392
  border-right: var(--border-item-width-qbbbsa, 2px) solid var(--color-transparent-b76lky, transparent);
390
393
  border-top-right-radius: var(--border-radius-item-u2ibpi, 8px);
391
394
  border-bottom-right-radius: var(--border-radius-item-u2ibpi, 8px);
392
395
  }
393
- .awsui_pane__item--highlighted_1gl9c_pjv1f_393:not(#\9), .awsui_pane__item_1gl9c_pjv1f_379:not(#\9):hover, .awsui_pane__item_1gl9c_pjv1f_379:not(#\9):focus {
396
+ .awsui_pane__item--highlighted_1gl9c_1563r_396:not(#\9), .awsui_pane__item_1gl9c_1563r_382:not(#\9):hover, .awsui_pane__item_1gl9c_1563r_382:not(#\9):focus {
394
397
  cursor: pointer;
395
398
  outline: none;
396
399
  }
397
- .awsui_pane__item--highlighted_1gl9c_pjv1f_393 > .awsui_pane__cell_1gl9c_pjv1f_379:not(#\9), .awsui_pane__item_1gl9c_pjv1f_379:not(#\9):hover > .awsui_pane__cell_1gl9c_pjv1f_379, .awsui_pane__item_1gl9c_pjv1f_379:not(#\9):focus > .awsui_pane__cell_1gl9c_pjv1f_379 {
400
+ .awsui_pane__item--highlighted_1gl9c_1563r_396 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9), .awsui_pane__item_1gl9c_1563r_382:not(#\9):hover > .awsui_pane__cell_1gl9c_1563r_382, .awsui_pane__item_1gl9c_1563r_382:not(#\9):focus > .awsui_pane__cell_1gl9c_1563r_382 {
398
401
  background-color: var(--color-background-code-editor-pane-item-hover-lrigi6, #e9ebed);
399
402
  }
400
- .awsui_pane__item--highlighted_1gl9c_pjv1f_393 > .awsui_pane__cell_1gl9c_pjv1f_379:not(#\9), .awsui_pane__item_1gl9c_pjv1f_379:not(#\9):hover > .awsui_pane__cell_1gl9c_pjv1f_379, .awsui_pane__item_1gl9c_pjv1f_379:not(#\9):focus > .awsui_pane__cell_1gl9c_pjv1f_379 {
403
+ .awsui_pane__item--highlighted_1gl9c_1563r_396 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9), .awsui_pane__item_1gl9c_1563r_382:not(#\9):hover > .awsui_pane__cell_1gl9c_1563r_382, .awsui_pane__item_1gl9c_1563r_382:not(#\9):focus > .awsui_pane__cell_1gl9c_1563r_382 {
401
404
  border-top: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-code-editor-pane-item-hover-xephrt, #7d8998);
402
405
  border-bottom: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-code-editor-pane-item-hover-xephrt, #7d8998);
403
406
  }
404
- .awsui_pane__item--highlighted_1gl9c_pjv1f_393 > .awsui_pane__cell_1gl9c_pjv1f_379:not(#\9):first-child, .awsui_pane__item_1gl9c_pjv1f_379:not(#\9):hover > .awsui_pane__cell_1gl9c_pjv1f_379:first-child, .awsui_pane__item_1gl9c_pjv1f_379:not(#\9):focus > .awsui_pane__cell_1gl9c_pjv1f_379:first-child {
407
+ .awsui_pane__item--highlighted_1gl9c_1563r_396 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9):first-child, .awsui_pane__item_1gl9c_1563r_382:not(#\9):hover > .awsui_pane__cell_1gl9c_1563r_382:first-child, .awsui_pane__item_1gl9c_1563r_382:not(#\9):focus > .awsui_pane__cell_1gl9c_1563r_382:first-child {
405
408
  border-left: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-code-editor-pane-item-hover-xephrt, #7d8998);
406
409
  border-top-left-radius: var(--border-radius-item-u2ibpi, 8px);
407
410
  border-bottom-left-radius: var(--border-radius-item-u2ibpi, 8px);
408
411
  }
409
- .awsui_pane__item--highlighted_1gl9c_pjv1f_393 > .awsui_pane__cell_1gl9c_pjv1f_379:not(#\9):last-child, .awsui_pane__item_1gl9c_pjv1f_379:not(#\9):hover > .awsui_pane__cell_1gl9c_pjv1f_379:last-child, .awsui_pane__item_1gl9c_pjv1f_379:not(#\9):focus > .awsui_pane__cell_1gl9c_pjv1f_379:last-child {
412
+ .awsui_pane__item--highlighted_1gl9c_1563r_396 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9):last-child, .awsui_pane__item_1gl9c_1563r_382:not(#\9):hover > .awsui_pane__cell_1gl9c_1563r_382:last-child, .awsui_pane__item_1gl9c_1563r_382:not(#\9):focus > .awsui_pane__cell_1gl9c_1563r_382:last-child {
410
413
  border-right: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-code-editor-pane-item-hover-xephrt, #7d8998);
411
414
  border-top-right-radius: var(--border-radius-item-u2ibpi, 8px);
412
415
  border-bottom-right-radius: var(--border-radius-item-u2ibpi, 8px);
413
416
  }
414
- .awsui_pane__location_1gl9c_pjv1f_414:not(#\9), .awsui_pane__description_1gl9c_pjv1f_414:not(#\9) {
417
+ .awsui_pane__location_1gl9c_1563r_417:not(#\9), .awsui_pane__description_1gl9c_1563r_417:not(#\9) {
415
418
  padding: var(--space-xxs-ynfts5, 4px) var(--space-s-hv8c1d, 12px);
416
419
  }
417
- .awsui_pane__location_1gl9c_pjv1f_414:not(#\9) {
420
+ .awsui_pane__location_1gl9c_1563r_417:not(#\9) {
418
421
  vertical-align: baseline;
419
422
  white-space: nowrap;
420
423
  padding-left: calc(var(--space-l-4vl6xu, 20px) + var(--space-s-hv8c1d, 12px));
421
424
  }
422
- .awsui_pane__description_1gl9c_pjv1f_414:not(#\9) {
425
+ .awsui_pane__description_1gl9c_1563r_417:not(#\9) {
423
426
  padding-right: 0;
424
427
  min-width: 0;
425
428
  -ms-word-break: break-all;
426
429
  word-break: break-word;
427
430
  }
428
431
 
429
- .awsui_focus-lock_1gl9c_pjv1f_429:not(#\9) {
432
+ .awsui_focus-lock_1gl9c_1563r_432:not(#\9) {
430
433
  height: 100%;
431
434
  }
432
435
 
@@ -434,7 +437,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
434
437
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
435
438
  SPDX-License-Identifier: Apache-2.0
436
439
  */
437
- .awsui_code-editor_1gl9c_pjv1f_98:not(#\9) {
440
+ .awsui_code-editor_1gl9c_1563r_98:not(#\9) {
438
441
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
439
442
  border-collapse: separate;
440
443
  border-spacing: 0;
@@ -475,12 +478,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
475
478
  width: 100%;
476
479
  }
477
480
 
478
- .awsui_resizable-box_1gl9c_pjv1f_452:not(#\9) {
481
+ .awsui_resizable-box_1gl9c_1563r_455:not(#\9) {
479
482
  position: relative;
480
483
  width: 100%;
481
484
  }
482
485
 
483
- .awsui_resizable-box-handle_1gl9c_pjv1f_457:not(#\9) {
486
+ .awsui_resizable-box-handle_1gl9c_1563r_460:not(#\9) {
484
487
  position: absolute;
485
488
  right: 0;
486
489
  bottom: 0;
@@ -497,33 +500,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
497
500
  cursor: ns-resize;
498
501
  }
499
502
  @supports (--css-variable-support-check: #000) {
500
- .awsui_resizable-box-handle_1gl9c_pjv1f_457:not(#\9) {
503
+ .awsui_resizable-box-handle_1gl9c_1563r_460:not(#\9) {
501
504
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
502
505
  }
503
- .awsui-polaris-dark-mode .awsui_resizable-box-handle_1gl9c_pjv1f_457:not(#\9), .awsui-dark-mode .awsui_resizable-box-handle_1gl9c_pjv1f_457:not(#\9) {
506
+ .awsui-polaris-dark-mode .awsui_resizable-box-handle_1gl9c_1563r_460:not(#\9), .awsui-dark-mode .awsui_resizable-box-handle_1gl9c_1563r_460:not(#\9) {
504
507
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill-opacity='0' stroke-width='1'%3E %3Cpath d='M 8 13 L 13 8 M 13 11 L 11 13 M 5 13 L 13 5'/%3E %3C/svg%3E");
505
508
  }
506
509
  }
507
510
 
508
- .awsui_editor_1gl9c_pjv1f_482:not(#\9) {
511
+ .awsui_editor_1gl9c_1563r_485:not(#\9) {
509
512
  position: absolute;
510
513
  top: 0;
511
514
  right: 0;
512
515
  bottom: 0;
513
516
  left: 0;
514
- border-top-left-radius: max(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px), 0px);
515
- border-top-right-radius: max(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px), 0px);
516
517
  }
517
- .awsui_editor_1gl9c_pjv1f_482:not(#\9):focus {
518
+ .awsui_editor_1gl9c_1563r_485:not(#\9):focus {
518
519
  position: relative;
519
520
  position: absolute;
520
521
  overflow: visible;
521
522
  }
522
- .awsui_editor_1gl9c_pjv1f_482:not(#\9):focus {
523
+ .awsui_editor_1gl9c_1563r_485:not(#\9):focus {
523
524
  outline: 2px dotted transparent;
524
525
  outline-offset: calc(3px - 1px);
525
526
  }
526
- .awsui_editor_1gl9c_pjv1f_482:not(#\9):focus::before {
527
+ .awsui_editor_1gl9c_1563r_485:not(#\9):focus::before {
527
528
  content: " ";
528
529
  display: block;
529
530
  position: absolute;
@@ -535,7 +536,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
535
536
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
536
537
  }
537
538
 
538
- .awsui_status-bar_1gl9c_pjv1f_512:not(#\9) {
539
+ .awsui_code-editor-refresh_1gl9c_1563r_342 > .awsui_resizable-box_1gl9c_1563r_455 > .awsui_editor_1gl9c_1563r_485:not(#\9) {
540
+ border-top-left-radius: calc(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px));
541
+ border-top-right-radius: calc(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px));
542
+ }
543
+
544
+ .awsui_status-bar_1gl9c_1563r_518:not(#\9) {
539
545
  display: flex;
540
546
  vertical-align: middle;
541
547
  border-top: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-code-editor-default-l9vmjf, #d1d5db);
@@ -544,41 +550,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
544
550
  -ms-word-break: break-all;
545
551
  word-break: break-word;
546
552
  }
547
- .awsui_status-bar-with-hidden-pane_1gl9c_pjv1f_521:not(#\9) {
553
+ .awsui_status-bar-with-hidden-pane_1gl9c_1563r_527:not(#\9) {
548
554
  border-bottom-left-radius: var(--border-radius-code-editor-fuck6b, 8px);
549
555
  border-bottom-right-radius: var(--border-radius-code-editor-fuck6b, 8px);
550
556
  }
551
- .awsui_status-bar__left_1gl9c_pjv1f_525:not(#\9) {
557
+ .awsui_status-bar__left_1gl9c_1563r_531:not(#\9) {
552
558
  flex: 1;
553
559
  display: flex;
554
560
  flex-wrap: wrap;
555
561
  padding-left: var(--space-l-4vl6xu, 20px);
556
562
  border-right: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-code-editor-default-l9vmjf, #d1d5db);
557
563
  }
558
- .awsui_status-bar__left-virtual_1gl9c_pjv1f_532:not(#\9) {
564
+ .awsui_status-bar__left-virtual_1gl9c_1563r_538:not(#\9) {
559
565
  flex-wrap: nowrap;
560
566
  white-space: nowrap;
561
567
  }
562
- .awsui_status-bar__right_1gl9c_pjv1f_536:not(#\9) {
568
+ .awsui_status-bar__right_1gl9c_1563r_542:not(#\9) {
563
569
  display: flex;
564
570
  align-items: center;
565
571
  }
566
- .awsui_status-bar__language-mode_1gl9c_pjv1f_540:not(#\9), .awsui_status-bar__cursor-position_1gl9c_pjv1f_540:not(#\9) {
572
+ .awsui_status-bar__language-mode_1gl9c_1563r_546:not(#\9), .awsui_status-bar__cursor-position_1gl9c_1563r_546:not(#\9) {
567
573
  display: inline-block;
568
574
  color: var(--color-text-body-default-ajf1h5, #000716);
569
575
  padding: var(--space-scaled-xs-6859qs, 8px) var(--space-s-hv8c1d, 12px);
570
576
  }
571
- .awsui_status-bar__cog-button_1gl9c_pjv1f_545:not(#\9) {
577
+ .awsui_status-bar__cog-button_1gl9c_1563r_551:not(#\9) {
572
578
  padding: calc(var(--space-scaled-xxs-95dhkm, 4px) - 1px) calc(var(--space-xs-rsr2qu, 8px) - 2px);
573
579
  }
574
580
 
575
- .awsui_status-bar-virtual_1gl9c_pjv1f_549:not(#\9) {
581
+ .awsui_status-bar-virtual_1gl9c_1563r_555:not(#\9) {
576
582
  position: absolute !important;
577
583
  top: -9999px !important;
578
584
  left: -9999px !important;
579
585
  }
580
586
 
581
- .awsui_tab-button_1gl9c_pjv1f_555:not(#\9) {
587
+ .awsui_tab-button_1gl9c_1563r_561:not(#\9) {
582
588
  position: relative;
583
589
  display: inline-block;
584
590
  padding: var(--space-scaled-xs-6859qs, 8px) var(--space-s-hv8c1d, 12px);
@@ -591,10 +597,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
591
597
  cursor: pointer;
592
598
  z-index: 1;
593
599
  }
594
- .awsui_tab-button--refresh_1gl9c_pjv1f_568:not(#\9) {
600
+ .awsui_tab-button--refresh_1gl9c_1563r_574:not(#\9) {
595
601
  padding-bottom: calc(var(--space-scaled-xs-6859qs, 8px) + var(--border-active-width-ce5ls7, 4px) - 2px);
596
602
  }
597
- .awsui_tab-button_1gl9c_pjv1f_555:not(#\9)::after {
603
+ .awsui_tab-button_1gl9c_1563r_561:not(#\9)::after {
598
604
  content: "";
599
605
  position: absolute;
600
606
  left: 0;
@@ -605,46 +611,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
605
611
  background: var(--color-text-status-error-5sesl6, #d91515);
606
612
  opacity: 0;
607
613
  }
608
- .awsui_tab-button--active_1gl9c_pjv1f_582:not(#\9)::after {
614
+ .awsui_tab-button--active_1gl9c_1563r_588:not(#\9)::after {
609
615
  opacity: 1;
610
616
  }
611
- .awsui_tab-button--refresh_1gl9c_pjv1f_568:not(#\9)::after {
617
+ .awsui_tab-button--refresh_1gl9c_1563r_574:not(#\9)::after {
612
618
  transition: opacity var(--motion-duration-refresh-only-medium-5flen2, 165ms) var(--motion-easing-refresh-only-c-ic6jr0, cubic-bezier(0.84, 0, 0.16, 1));
613
619
  }
614
620
  @media (prefers-reduced-motion: reduce) {
615
- .awsui_tab-button--refresh_1gl9c_pjv1f_568:not(#\9)::after {
621
+ .awsui_tab-button--refresh_1gl9c_1563r_574:not(#\9)::after {
616
622
  animation: none;
617
623
  transition: none;
618
624
  }
619
625
  }
620
- .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_pjv1f_568:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_pjv1f_568:not(#\9)::after {
626
+ .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_1563r_574:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_1563r_574:not(#\9)::after {
621
627
  animation: none;
622
628
  transition: none;
623
629
  }
624
- .awsui_tab-button_1gl9c_pjv1f_555:not(#\9):hover {
630
+ .awsui_tab-button_1gl9c_1563r_561:not(#\9):hover {
625
631
  color: var(--color-text-code-editor-tab-button-error-vez6ll, #ffffff);
626
632
  background: var(--color-text-status-error-5sesl6, #d91515);
627
633
  }
628
- .awsui_tab-button--disabled_1gl9c_pjv1f_602:not(#\9) {
634
+ .awsui_tab-button--disabled_1gl9c_1563r_608:not(#\9) {
629
635
  font-weight: normal;
630
636
  color: var(--color-text-code-editor-status-bar-disabled-6bhuub, #7d8998);
631
637
  cursor: default;
632
638
  }
633
- .awsui_tab-button--disabled_1gl9c_pjv1f_602:not(#\9):hover {
639
+ .awsui_tab-button--disabled_1gl9c_1563r_608:not(#\9):hover {
634
640
  color: var(--color-text-code-editor-status-bar-disabled-6bhuub, #7d8998);
635
641
  background: transparent;
636
642
  }
637
- .awsui_tab-button--disabled_1gl9c_pjv1f_602:not(#\9)::after {
643
+ .awsui_tab-button--disabled_1gl9c_1563r_608:not(#\9)::after {
638
644
  display: none;
639
645
  }
640
- .awsui_tab-button_1gl9c_pjv1f_555[data-awsui-focus-visible=true]:not(#\9):focus {
646
+ .awsui_tab-button_1gl9c_1563r_561[data-awsui-focus-visible=true]:not(#\9):focus {
641
647
  position: relative;
642
648
  }
643
- .awsui_tab-button_1gl9c_pjv1f_555[data-awsui-focus-visible=true]:not(#\9):focus {
649
+ .awsui_tab-button_1gl9c_1563r_561[data-awsui-focus-visible=true]:not(#\9):focus {
644
650
  outline: 2px dotted transparent;
645
651
  outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-eivtla, -7px) - 1px);
646
652
  }
647
- .awsui_tab-button_1gl9c_pjv1f_555[data-awsui-focus-visible=true]:not(#\9):focus::before {
653
+ .awsui_tab-button_1gl9c_1563r_561[data-awsui-focus-visible=true]:not(#\9):focus::before {
648
654
  content: " ";
649
655
  display: block;
650
656
  position: absolute;
@@ -655,19 +661,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
655
661
  border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
656
662
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
657
663
  }
658
- .awsui_tab-button--divider_1gl9c_pjv1f_632:not(#\9) {
664
+ .awsui_tab-button--divider_1gl9c_1563r_638:not(#\9) {
659
665
  display: inline-block;
660
666
  height: var(--font-body-m-line-height-i7xxvv, 22px);
661
667
  width: var(--border-code-editor-status-divider-width-cf5jzt, 2px);
662
668
  background: var(--color-border-tabs-divider-69fx5i, #e9ebed);
663
669
  vertical-align: middle;
664
670
  }
665
- .awsui_tab-button--errors_1gl9c_pjv1f_639:not(#\9), .awsui_tab-button--warnings_1gl9c_pjv1f_639:not(#\9) {
671
+ .awsui_tab-button--errors_1gl9c_1563r_645:not(#\9), .awsui_tab-button--warnings_1gl9c_1563r_645:not(#\9) {
666
672
  /* used in test-utils */
667
673
  }
668
674
 
669
- .awsui_loading-screen_1gl9c_pjv1f_643:not(#\9),
670
- .awsui_error-screen_1gl9c_pjv1f_644:not(#\9) {
675
+ .awsui_loading-screen_1gl9c_1563r_649:not(#\9),
676
+ .awsui_error-screen_1gl9c_1563r_650:not(#\9) {
671
677
  display: flex;
672
678
  align-items: center;
673
679
  justify-content: center;
@@ -677,6 +683,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
677
683
  border-radius: var(--border-radius-code-editor-fuck6b, 8px);
678
684
  }
679
685
 
680
- .awsui_error-screen_1gl9c_pjv1f_644:not(#\9) {
686
+ .awsui_error-screen_1gl9c_1563r_650:not(#\9) {
681
687
  color: var(--color-text-status-error-5sesl6, #d91515);
682
688
  }