@cloudscape-design/components-themeable 3.0.321 → 3.0.323

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 (90) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/container/styles.scss +62 -2
  3. package/lib/internal/scss/help-panel/styles.scss +14 -6
  4. package/lib/internal/scss/internal/styles/utils/theming.scss +6 -4
  5. package/lib/internal/scss/space-between/styles.scss +8 -0
  6. package/lib/internal/scss/text-content/styles.scss +1 -1
  7. package/lib/internal/template/autosuggest/virtual-list.d.ts.map +1 -1
  8. package/lib/internal/template/autosuggest/virtual-list.js +3 -4
  9. package/lib/internal/template/autosuggest/virtual-list.js.map +1 -1
  10. package/lib/internal/template/button/interfaces.d.ts +1 -1
  11. package/lib/internal/template/button/interfaces.js.map +1 -1
  12. package/lib/internal/template/button/internal.d.ts.map +1 -1
  13. package/lib/internal/template/button/internal.js +3 -1
  14. package/lib/internal/template/button/internal.js.map +1 -1
  15. package/lib/internal/template/code-editor/index.d.ts.map +1 -1
  16. package/lib/internal/template/code-editor/index.js +3 -2
  17. package/lib/internal/template/code-editor/index.js.map +1 -1
  18. package/lib/internal/template/code-editor/interfaces.d.ts +4 -0
  19. package/lib/internal/template/code-editor/interfaces.d.ts.map +1 -1
  20. package/lib/internal/template/code-editor/interfaces.js.map +1 -1
  21. package/lib/internal/template/code-editor/resizable-box/styles.css.js +3 -3
  22. package/lib/internal/template/code-editor/resizable-box/styles.scoped.css +18 -14
  23. package/lib/internal/template/code-editor/resizable-box/styles.selectors.js +3 -3
  24. package/lib/internal/template/code-editor/styles.css.js +32 -32
  25. package/lib/internal/template/code-editor/styles.scoped.css +317 -253
  26. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  27. package/lib/internal/template/container/interfaces.d.ts +50 -0
  28. package/lib/internal/template/container/interfaces.d.ts.map +1 -1
  29. package/lib/internal/template/container/interfaces.js.map +1 -1
  30. package/lib/internal/template/container/internal.d.ts +1 -1
  31. package/lib/internal/template/container/internal.d.ts.map +1 -1
  32. package/lib/internal/template/container/internal.js +24 -18
  33. package/lib/internal/template/container/internal.js.map +1 -1
  34. package/lib/internal/template/container/styles.css.js +28 -18
  35. package/lib/internal/template/container/styles.scoped.css +93 -36
  36. package/lib/internal/template/container/styles.selectors.js +28 -18
  37. package/lib/internal/template/expandable-section/expandable-section-header.d.ts +2 -1
  38. package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
  39. package/lib/internal/template/expandable-section/expandable-section-header.js +6 -16
  40. package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
  41. package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
  42. package/lib/internal/template/expandable-section/internal.js +3 -2
  43. package/lib/internal/template/expandable-section/internal.js.map +1 -1
  44. package/lib/internal/template/help-panel/styles.css.js +4 -4
  45. package/lib/internal/template/help-panel/styles.scoped.css +135 -95
  46. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  47. package/lib/internal/template/i18n/provider.d.ts.map +1 -1
  48. package/lib/internal/template/i18n/provider.js +2 -0
  49. package/lib/internal/template/i18n/provider.js.map +1 -1
  50. package/lib/internal/template/internal/base-component/styles.scoped.css +592 -586
  51. package/lib/internal/template/internal/environment.js +1 -1
  52. package/lib/internal/template/internal/generated/theming/index.cjs +2 -1
  53. package/lib/internal/template/internal/generated/theming/index.js +2 -1
  54. package/lib/internal/template/internal/hooks/use-virtual/index.d.ts +27 -0
  55. package/lib/internal/template/internal/hooks/use-virtual/index.d.ts.map +1 -0
  56. package/lib/internal/template/internal/hooks/use-virtual/index.js +41 -0
  57. package/lib/internal/template/internal/hooks/use-virtual/index.js.map +1 -0
  58. package/lib/internal/template/internal/hooks/use-visual-mode/index.d.ts.map +1 -1
  59. package/lib/internal/template/internal/hooks/use-visual-mode/index.js +3 -0
  60. package/lib/internal/template/internal/hooks/use-visual-mode/index.js.map +1 -1
  61. package/lib/internal/template/property-filter/utils.d.ts.map +1 -1
  62. package/lib/internal/template/property-filter/utils.js +4 -1
  63. package/lib/internal/template/property-filter/utils.js.map +1 -1
  64. package/lib/internal/template/select/parts/virtual-list.d.ts.map +1 -1
  65. package/lib/internal/template/select/parts/virtual-list.js +2 -3
  66. package/lib/internal/template/select/parts/virtual-list.js.map +1 -1
  67. package/lib/internal/template/space-between/interfaces.d.ts +1 -1
  68. package/lib/internal/template/space-between/interfaces.d.ts.map +1 -1
  69. package/lib/internal/template/space-between/interfaces.js.map +1 -1
  70. package/lib/internal/template/space-between/styles.css.js +23 -21
  71. package/lib/internal/template/space-between/styles.scoped.css +30 -22
  72. package/lib/internal/template/space-between/styles.selectors.js +23 -21
  73. package/lib/internal/template/table/body-cell/index.d.ts.map +1 -1
  74. package/lib/internal/template/table/body-cell/index.js +9 -5
  75. package/lib/internal/template/table/body-cell/index.js.map +1 -1
  76. package/lib/internal/template/test-utils/dom/container/index.d.ts +1 -0
  77. package/lib/internal/template/test-utils/dom/container/index.js +3 -0
  78. package/lib/internal/template/test-utils/dom/container/index.js.map +1 -1
  79. package/lib/internal/template/test-utils/dom/expandable-section/index.js +1 -1
  80. package/lib/internal/template/test-utils/dom/expandable-section/index.js.map +1 -1
  81. package/lib/internal/template/test-utils/selectors/container/index.d.ts +1 -0
  82. package/lib/internal/template/test-utils/selectors/container/index.js +3 -0
  83. package/lib/internal/template/test-utils/selectors/container/index.js.map +1 -1
  84. package/lib/internal/template/test-utils/selectors/expandable-section/index.js +1 -1
  85. package/lib/internal/template/test-utils/selectors/expandable-section/index.js.map +1 -1
  86. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  87. package/lib/internal/template/text-content/styles.css.js +1 -1
  88. package/lib/internal/template/text-content/styles.scoped.css +65 -64
  89. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  90. package/package.json +1 -1
@@ -95,75 +95,83 @@ 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_11y0o_98 .ace_editor:not(#\9) {
98
+ .awsui_code-editor_1gl9c_1nu8d_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_11y0o_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
104
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
103
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
104
+ .awsui_code-editor_1gl9c_1nu8d_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_11y0o_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
110
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
111
111
  background-image: none;
112
112
  }
113
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
113
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
114
114
  color: var(--color-text-status-error-6ntion, #d13212);
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='%23d13212' 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
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
118
118
  }
119
119
  @supports (--css-variable-support-check: #000) {
120
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
121
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
122
- }
123
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
124
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ff5d64' 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");
120
+ @media not print {
121
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
122
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
123
+ }
124
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
125
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ff5d64' 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");
126
+ }
125
127
  }
126
128
  }
127
129
  @supports (--css-variable-support-check: #000) {
128
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
129
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
130
- }
131
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
130
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
132
131
  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");
133
132
  }
134
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
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 %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");
133
+ @media not print {
134
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
135
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
136
+ }
137
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
138
+ 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");
139
+ }
136
140
  }
137
141
  }
138
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
142
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
139
143
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d13212' 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");
140
144
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
141
145
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
142
146
  }
143
147
  @supports (--css-variable-support-check: #000) {
144
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
145
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
146
- }
147
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
148
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ff5d64' 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");
148
+ @media not print {
149
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
150
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
151
+ }
152
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
153
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ff5d64' 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");
154
+ }
149
155
  }
150
156
  }
151
157
  @supports (--css-variable-support-check: #000) {
152
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
153
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
154
- }
155
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
158
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
156
159
  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");
157
160
  }
158
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
159
- 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");
161
+ @media not print {
162
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
163
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
164
+ }
165
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
166
+ 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");
167
+ }
160
168
  }
161
169
  }
162
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-cell:not(#\9) {
170
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-cell:not(#\9) {
163
171
  padding-left: 24px;
164
172
  padding-right: 16px;
165
173
  }
166
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget:not(#\9) {
174
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget:not(#\9) {
167
175
  /* A good test case for disabled folds
168
176
  <<html<<<<
169
177
  </html>
@@ -174,217 +182,249 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
174
182
  border: none;
175
183
  box-shadow: none;
176
184
  }
177
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
185
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
178
186
  background: transparent;
179
187
  box-sizing: border-box;
180
188
  border-top: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-47zraw, #d5dbdb);
181
189
  border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-47zraw, #d5dbdb);
182
190
  }
183
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
191
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
184
192
  border-top: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-fc0euz, #687078);
185
193
  border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-fc0euz, #687078);
186
194
  }
187
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter:not(#\9) {
195
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter:not(#\9) {
188
196
  background-color: var(--color-background-code-editor-gutter-default-hx14ys, #f2f3f3);
189
197
  color: var(--color-text-code-editor-gutter-default-bwvqvq, #16191f);
190
198
  }
191
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
199
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
192
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='%23545b64' fill='%23545b64' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
193
201
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
194
202
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
195
203
  }
196
204
  @supports (--css-variable-support-check: #000) {
197
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
198
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
199
- }
200
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
201
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
205
+ @media not print {
206
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
207
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
208
+ }
209
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
210
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
211
+ }
202
212
  }
203
213
  }
204
214
  @supports (--css-variable-support-check: #000) {
205
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
206
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
207
- }
208
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
215
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
209
216
  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");
210
217
  }
211
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
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='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
218
+ @media not print {
219
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
220
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
221
+ }
222
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
223
+ 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");
224
+ }
213
225
  }
214
226
  }
215
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
227
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
216
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='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
217
229
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
218
230
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
219
231
  }
220
232
  @supports (--css-variable-support-check: #000) {
221
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
222
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
223
- }
224
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
225
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
233
+ @media not print {
234
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
235
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
236
+ }
237
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
238
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
239
+ }
226
240
  }
227
241
  }
228
242
  @supports (--css-variable-support-check: #000) {
229
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
230
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
231
- }
232
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
243
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
233
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='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
234
245
  }
235
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
236
- 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");
246
+ @media not print {
247
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
248
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
249
+ }
250
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
251
+ 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");
252
+ }
237
253
  }
238
254
  }
239
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
255
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
240
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='%23545b64' fill='%23545b64' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
241
257
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
242
258
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
243
259
  }
244
260
  @supports (--css-variable-support-check: #000) {
245
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
246
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
247
- }
248
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
249
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
261
+ @media not print {
262
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
263
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
264
+ }
265
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
266
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
267
+ }
250
268
  }
251
269
  }
252
270
  @supports (--css-variable-support-check: #000) {
253
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
254
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
255
- }
256
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
271
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
257
272
  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");
258
273
  }
259
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
260
- 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");
274
+ @media not print {
275
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
276
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
277
+ }
278
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
279
+ 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");
280
+ }
261
281
  }
262
282
  }
263
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
283
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
264
284
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
265
285
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
266
286
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
267
287
  }
268
288
  @supports (--css-variable-support-check: #000) {
269
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
270
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
271
- }
272
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
273
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
289
+ @media not print {
290
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
291
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
292
+ }
293
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
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='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
295
+ }
274
296
  }
275
297
  }
276
298
  @supports (--css-variable-support-check: #000) {
277
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
278
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
279
- }
280
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
299
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
281
300
  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");
282
301
  }
283
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
284
- 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");
302
+ @media not print {
303
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
304
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
305
+ }
306
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
307
+ 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");
308
+ }
285
309
  }
286
310
  }
287
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line:not(#\9) {
311
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line:not(#\9) {
288
312
  background-color: var(--color-background-code-editor-gutter-active-line-default-v3re8u, #687078);
289
313
  color: var(--color-text-code-editor-gutter-active-line-x1146e, #ffffff);
290
314
  }
291
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
315
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
292
316
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
293
317
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
294
318
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
295
319
  }
296
320
  @supports (--css-variable-support-check: #000) {
297
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
298
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
299
- }
300
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
301
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
321
+ @media not print {
322
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
323
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
324
+ }
325
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
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='%23414750' fill='%23414750' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
327
+ }
302
328
  }
303
329
  }
304
330
  @supports (--css-variable-support-check: #000) {
305
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
306
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
307
- }
308
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
331
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
309
332
  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");
310
333
  }
311
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
312
- 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");
334
+ @media not print {
335
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
336
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
337
+ }
338
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
339
+ 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");
340
+ }
313
341
  }
314
342
  }
315
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
343
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
316
344
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
317
345
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
318
346
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
319
347
  }
320
348
  @supports (--css-variable-support-check: #000) {
321
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
322
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
323
- }
324
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
325
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
349
+ @media not print {
350
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
351
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
352
+ }
353
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
354
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
355
+ }
326
356
  }
327
357
  }
328
358
  @supports (--css-variable-support-check: #000) {
329
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
330
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
331
- }
332
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
359
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
333
360
  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");
334
361
  }
335
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
336
- 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");
362
+ @media not print {
363
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
364
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
365
+ }
366
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
367
+ 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");
368
+ }
337
369
  }
338
370
  }
339
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
371
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
340
372
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
341
373
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
342
374
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
343
375
  }
344
376
  @supports (--css-variable-support-check: #000) {
345
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
346
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
347
- }
348
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
349
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
377
+ @media not print {
378
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
379
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
380
+ }
381
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
382
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
383
+ }
350
384
  }
351
385
  }
352
386
  @supports (--css-variable-support-check: #000) {
353
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
354
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
355
- }
356
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
387
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
357
388
  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");
358
389
  }
359
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
360
- 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");
390
+ @media not print {
391
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
392
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
393
+ }
394
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
395
+ 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");
396
+ }
361
397
  }
362
398
  }
363
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
399
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
364
400
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
365
401
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
366
402
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
367
403
  }
368
404
  @supports (--css-variable-support-check: #000) {
369
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
370
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
371
- }
372
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
373
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
405
+ @media not print {
406
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
407
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
408
+ }
409
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
410
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
411
+ }
374
412
  }
375
413
  }
376
414
  @supports (--css-variable-support-check: #000) {
377
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
378
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
379
- }
380
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
415
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
381
416
  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");
382
417
  }
383
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
384
- 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");
418
+ @media not print {
419
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
420
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
421
+ }
422
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
423
+ 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");
424
+ }
385
425
  }
386
426
  }
387
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
427
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
388
428
  color: var(--color-text-code-editor-gutter-active-line-x1146e, #ffffff);
389
429
  background-color: var(--color-background-code-editor-gutter-active-line-error-sy4x9c, #d13212);
390
430
  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");
@@ -392,149 +432,173 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
392
432
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
393
433
  }
394
434
  @supports (--css-variable-support-check: #000) {
395
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
396
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
397
- }
398
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
399
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' 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");
435
+ @media not print {
436
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
437
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
438
+ }
439
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
440
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' 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");
441
+ }
400
442
  }
401
443
  }
402
444
  @supports (--css-variable-support-check: #000) {
403
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
404
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
405
- }
406
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
445
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
407
446
  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");
408
447
  }
409
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
410
- 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");
448
+ @media not print {
449
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
450
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
451
+ }
452
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
453
+ 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");
454
+ }
411
455
  }
412
456
  }
413
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
457
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
414
458
  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");
415
459
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
416
460
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
417
461
  }
418
462
  @supports (--css-variable-support-check: #000) {
419
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
420
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
421
- }
422
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
423
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' 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");
463
+ @media not print {
464
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
465
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
466
+ }
467
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
468
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' 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");
469
+ }
424
470
  }
425
471
  }
426
472
  @supports (--css-variable-support-check: #000) {
427
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
428
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
429
- }
430
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
473
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
431
474
  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");
432
475
  }
433
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
434
- 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");
476
+ @media not print {
477
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
478
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
479
+ }
480
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
481
+ 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");
482
+ }
435
483
  }
436
484
  }
437
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
485
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
438
486
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
439
487
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
440
488
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
441
489
  }
442
490
  @supports (--css-variable-support-check: #000) {
443
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
444
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
445
- }
446
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
447
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
491
+ @media not print {
492
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
493
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
494
+ }
495
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
496
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
497
+ }
448
498
  }
449
499
  }
450
500
  @supports (--css-variable-support-check: #000) {
451
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
452
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
453
- }
454
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
501
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
455
502
  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");
456
503
  }
457
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
458
- 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");
504
+ @media not print {
505
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
506
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
507
+ }
508
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
509
+ 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");
510
+ }
459
511
  }
460
512
  }
461
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
513
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
462
514
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
463
515
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
464
516
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
465
517
  }
466
518
  @supports (--css-variable-support-check: #000) {
467
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
468
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
469
- }
470
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_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_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
471
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
519
+ @media not print {
520
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
521
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
522
+ }
523
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_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_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
524
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
525
+ }
472
526
  }
473
527
  }
474
528
  @supports (--css-variable-support-check: #000) {
475
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
476
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
477
- }
478
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
529
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
479
530
  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");
480
531
  }
481
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
482
- 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");
532
+ @media not print {
533
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
534
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
535
+ }
536
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
537
+ 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");
538
+ }
483
539
  }
484
540
  }
485
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
541
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
486
542
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
487
543
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
488
544
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
489
545
  }
490
546
  @supports (--css-variable-support-check: #000) {
491
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
492
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
493
- }
494
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
495
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
547
+ @media not print {
548
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
549
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
550
+ }
551
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
552
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
553
+ }
496
554
  }
497
555
  }
498
556
  @supports (--css-variable-support-check: #000) {
499
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
500
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
501
- }
502
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
557
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
503
558
  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");
504
559
  }
505
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
506
- 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");
560
+ @media not print {
561
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
562
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
563
+ }
564
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
565
+ 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");
566
+ }
507
567
  }
508
568
  }
509
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
569
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
510
570
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
511
571
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
512
572
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
513
573
  }
514
574
  @supports (--css-variable-support-check: #000) {
515
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
516
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
517
- }
518
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_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_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
519
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
575
+ @media not print {
576
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
577
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
578
+ }
579
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_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_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
580
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
581
+ }
520
582
  }
521
583
  }
522
584
  @supports (--css-variable-support-check: #000) {
523
- .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
524
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
525
- }
526
- .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
585
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
527
586
  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");
528
587
  }
529
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_11y0o_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
530
- 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");
588
+ @media not print {
589
+ .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
590
+ /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
591
+ }
592
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1nu8d_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
593
+ 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");
594
+ }
531
595
  }
532
596
  }
533
597
 
534
- .awsui_code-editor-refresh_1gl9c_11y0o_534 .ace_editor .ace_gutter:not(#\9) {
598
+ .awsui_code-editor-refresh_1gl9c_1nu8d_598 .ace_editor .ace_gutter:not(#\9) {
535
599
  border-top-left-radius: calc(var(--border-radius-code-editor-kygsx4, 0px) - var(--border-item-width-x3q2fl, 1px));
536
600
  }
537
- .awsui_code-editor-refresh_1gl9c_11y0o_534 .ace_editor .ace_scroller:not(#\9) {
601
+ .awsui_code-editor-refresh_1gl9c_1nu8d_598 .ace_editor .ace_scroller:not(#\9) {
538
602
  border-top-right-radius: calc(var(--border-radius-code-editor-kygsx4, 0px) - var(--border-item-width-x3q2fl, 1px));
539
603
  }
540
604
 
@@ -543,7 +607,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
543
607
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
544
608
  SPDX-License-Identifier: Apache-2.0
545
609
  */
546
- .awsui_pane_1gl9c_11y0o_546:not(#\9) {
610
+ .awsui_pane_1gl9c_1nu8d_610:not(#\9) {
547
611
  display: flex;
548
612
  position: relative;
549
613
  flex-direction: row;
@@ -554,74 +618,74 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
554
618
  background: var(--color-background-code-editor-status-bar-y32lc8, #f2f3f3);
555
619
  color: var(--color-text-body-default-fckvk9, #16191f);
556
620
  }
557
- .awsui_pane__close-container_1gl9c_11y0o_557:not(#\9) {
621
+ .awsui_pane__close-container_1gl9c_1nu8d_621:not(#\9) {
558
622
  position: absolute;
559
623
  top: 0;
560
624
  right: calc(var(--space-s-o95p2n, 12px) / 2);
561
625
  }
562
- .awsui_pane__list_1gl9c_11y0o_562:not(#\9) {
626
+ .awsui_pane__list_1gl9c_1nu8d_626:not(#\9) {
563
627
  flex: 1;
564
628
  overflow: auto;
565
629
  max-height: 100%;
566
630
  box-sizing: border-box;
567
631
  margin-right: calc(var(--font-body-m-line-height-9vkzhc, 22px) + 2 * var(--space-xs-7veqkr, 8px));
568
632
  }
569
- .awsui_pane__table_1gl9c_11y0o_569:not(#\9) {
633
+ .awsui_pane__table_1gl9c_1nu8d_633:not(#\9) {
570
634
  width: 100%;
571
635
  border-spacing: 0;
572
636
  margin: var(--space-s-o95p2n, 12px) 0;
573
637
  }
574
- .awsui_pane__item_1gl9c_11y0o_574 > .awsui_pane__cell_1gl9c_11y0o_574:not(#\9) {
638
+ .awsui_pane__item_1gl9c_1nu8d_638 > .awsui_pane__cell_1gl9c_1nu8d_638:not(#\9) {
575
639
  border-top: var(--border-item-width-x3q2fl, 1px) solid var(--color-transparent-ctc9eq, transparent);
576
640
  border-bottom: var(--border-item-width-x3q2fl, 1px) solid var(--color-transparent-ctc9eq, transparent);
577
641
  }
578
- .awsui_pane__item_1gl9c_11y0o_574 > .awsui_pane__cell_1gl9c_11y0o_574:not(#\9):first-child {
642
+ .awsui_pane__item_1gl9c_1nu8d_638 > .awsui_pane__cell_1gl9c_1nu8d_638:not(#\9):first-child {
579
643
  border-left: var(--border-item-width-x3q2fl, 1px) solid var(--color-transparent-ctc9eq, transparent);
580
644
  border-top-left-radius: var(--border-radius-item-gy51bh, 0px);
581
645
  border-bottom-left-radius: var(--border-radius-item-gy51bh, 0px);
582
646
  }
583
- .awsui_pane__item_1gl9c_11y0o_574 > .awsui_pane__cell_1gl9c_11y0o_574:not(#\9):last-child {
647
+ .awsui_pane__item_1gl9c_1nu8d_638 > .awsui_pane__cell_1gl9c_1nu8d_638:not(#\9):last-child {
584
648
  border-right: var(--border-item-width-x3q2fl, 1px) solid var(--color-transparent-ctc9eq, transparent);
585
649
  border-top-right-radius: var(--border-radius-item-gy51bh, 0px);
586
650
  border-bottom-right-radius: var(--border-radius-item-gy51bh, 0px);
587
651
  }
588
- .awsui_pane__item--highlighted_1gl9c_11y0o_588:not(#\9), .awsui_pane__item_1gl9c_11y0o_574:not(#\9):hover, .awsui_pane__item_1gl9c_11y0o_574:not(#\9):focus {
652
+ .awsui_pane__item--highlighted_1gl9c_1nu8d_652:not(#\9), .awsui_pane__item_1gl9c_1nu8d_638:not(#\9):hover, .awsui_pane__item_1gl9c_1nu8d_638:not(#\9):focus {
589
653
  cursor: pointer;
590
654
  outline: none;
591
655
  }
592
- .awsui_pane__item--highlighted_1gl9c_11y0o_588 > .awsui_pane__cell_1gl9c_11y0o_574:not(#\9), .awsui_pane__item_1gl9c_11y0o_574:not(#\9):hover > .awsui_pane__cell_1gl9c_11y0o_574, .awsui_pane__item_1gl9c_11y0o_574:not(#\9):focus > .awsui_pane__cell_1gl9c_11y0o_574 {
656
+ .awsui_pane__item--highlighted_1gl9c_1nu8d_652 > .awsui_pane__cell_1gl9c_1nu8d_638:not(#\9), .awsui_pane__item_1gl9c_1nu8d_638:not(#\9):hover > .awsui_pane__cell_1gl9c_1nu8d_638, .awsui_pane__item_1gl9c_1nu8d_638:not(#\9):focus > .awsui_pane__cell_1gl9c_1nu8d_638 {
593
657
  background-color: var(--color-background-code-editor-pane-item-hover-ck35nl, #eaeded);
594
658
  }
595
- .awsui_pane__item--highlighted_1gl9c_11y0o_588 > .awsui_pane__cell_1gl9c_11y0o_574:not(#\9), .awsui_pane__item_1gl9c_11y0o_574:not(#\9):hover > .awsui_pane__cell_1gl9c_11y0o_574, .awsui_pane__item_1gl9c_11y0o_574:not(#\9):focus > .awsui_pane__cell_1gl9c_11y0o_574 {
659
+ .awsui_pane__item--highlighted_1gl9c_1nu8d_652 > .awsui_pane__cell_1gl9c_1nu8d_638:not(#\9), .awsui_pane__item_1gl9c_1nu8d_638:not(#\9):hover > .awsui_pane__cell_1gl9c_1nu8d_638, .awsui_pane__item_1gl9c_1nu8d_638:not(#\9):focus > .awsui_pane__cell_1gl9c_1nu8d_638 {
596
660
  border-top: var(--border-item-width-x3q2fl, 1px) solid var(--color-border-code-editor-pane-item-hover-455lav, #687078);
597
661
  border-bottom: var(--border-item-width-x3q2fl, 1px) solid var(--color-border-code-editor-pane-item-hover-455lav, #687078);
598
662
  }
599
- .awsui_pane__item--highlighted_1gl9c_11y0o_588 > .awsui_pane__cell_1gl9c_11y0o_574:not(#\9):first-child, .awsui_pane__item_1gl9c_11y0o_574:not(#\9):hover > .awsui_pane__cell_1gl9c_11y0o_574:first-child, .awsui_pane__item_1gl9c_11y0o_574:not(#\9):focus > .awsui_pane__cell_1gl9c_11y0o_574:first-child {
663
+ .awsui_pane__item--highlighted_1gl9c_1nu8d_652 > .awsui_pane__cell_1gl9c_1nu8d_638:not(#\9):first-child, .awsui_pane__item_1gl9c_1nu8d_638:not(#\9):hover > .awsui_pane__cell_1gl9c_1nu8d_638:first-child, .awsui_pane__item_1gl9c_1nu8d_638:not(#\9):focus > .awsui_pane__cell_1gl9c_1nu8d_638:first-child {
600
664
  border-left: var(--border-item-width-x3q2fl, 1px) solid var(--color-border-code-editor-pane-item-hover-455lav, #687078);
601
665
  border-top-left-radius: var(--border-radius-item-gy51bh, 0px);
602
666
  border-bottom-left-radius: var(--border-radius-item-gy51bh, 0px);
603
667
  }
604
- .awsui_pane__item--highlighted_1gl9c_11y0o_588 > .awsui_pane__cell_1gl9c_11y0o_574:not(#\9):last-child, .awsui_pane__item_1gl9c_11y0o_574:not(#\9):hover > .awsui_pane__cell_1gl9c_11y0o_574:last-child, .awsui_pane__item_1gl9c_11y0o_574:not(#\9):focus > .awsui_pane__cell_1gl9c_11y0o_574:last-child {
668
+ .awsui_pane__item--highlighted_1gl9c_1nu8d_652 > .awsui_pane__cell_1gl9c_1nu8d_638:not(#\9):last-child, .awsui_pane__item_1gl9c_1nu8d_638:not(#\9):hover > .awsui_pane__cell_1gl9c_1nu8d_638:last-child, .awsui_pane__item_1gl9c_1nu8d_638:not(#\9):focus > .awsui_pane__cell_1gl9c_1nu8d_638:last-child {
605
669
  border-right: var(--border-item-width-x3q2fl, 1px) solid var(--color-border-code-editor-pane-item-hover-455lav, #687078);
606
670
  border-top-right-radius: var(--border-radius-item-gy51bh, 0px);
607
671
  border-bottom-right-radius: var(--border-radius-item-gy51bh, 0px);
608
672
  }
609
- .awsui_pane__location_1gl9c_11y0o_609:not(#\9), .awsui_pane__description_1gl9c_11y0o_609:not(#\9) {
673
+ .awsui_pane__location_1gl9c_1nu8d_673:not(#\9), .awsui_pane__description_1gl9c_1nu8d_673:not(#\9) {
610
674
  padding: var(--space-xxs-xx079q, 4px) var(--space-s-o95p2n, 12px);
611
675
  }
612
- .awsui_pane__location_1gl9c_11y0o_609:not(#\9) {
676
+ .awsui_pane__location_1gl9c_1nu8d_673:not(#\9) {
613
677
  vertical-align: baseline;
614
678
  white-space: nowrap;
615
679
  padding-left: calc(var(--space-l-z6h7qi, 20px) + var(--space-s-o95p2n, 12px));
616
680
  }
617
- .awsui_pane__description_1gl9c_11y0o_609:not(#\9) {
681
+ .awsui_pane__description_1gl9c_1nu8d_673:not(#\9) {
618
682
  padding-right: 0;
619
683
  min-width: 0;
620
684
  -ms-word-break: break-all;
621
685
  word-break: break-word;
622
686
  }
623
687
 
624
- .awsui_focus-lock_1gl9c_11y0o_624:not(#\9) {
688
+ .awsui_focus-lock_1gl9c_1nu8d_688:not(#\9) {
625
689
  height: 100%;
626
690
  }
627
691
 
@@ -629,7 +693,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
629
693
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
630
694
  SPDX-License-Identifier: Apache-2.0
631
695
  */
632
- .awsui_code-editor_1gl9c_11y0o_98:not(#\9) {
696
+ .awsui_code-editor_1gl9c_1nu8d_98:not(#\9) {
633
697
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
634
698
  border-collapse: separate;
635
699
  border-spacing: 0;
@@ -672,23 +736,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
672
736
  width: 100%;
673
737
  }
674
738
 
675
- .awsui_editor_1gl9c_11y0o_649:not(#\9) {
739
+ .awsui_editor_1gl9c_1nu8d_713:not(#\9) {
676
740
  position: absolute;
677
741
  top: 0;
678
742
  right: 0;
679
743
  bottom: 0;
680
744
  left: 0;
681
745
  }
682
- .awsui_editor_1gl9c_11y0o_649:not(#\9):focus {
746
+ .awsui_editor_1gl9c_1nu8d_713:not(#\9):focus {
683
747
  position: relative;
684
748
  position: absolute;
685
749
  overflow: visible;
686
750
  }
687
- .awsui_editor_1gl9c_11y0o_649:not(#\9):focus {
751
+ .awsui_editor_1gl9c_1nu8d_713:not(#\9):focus {
688
752
  outline: 2px dotted transparent;
689
753
  outline-offset: calc(3px - 1px);
690
754
  }
691
- .awsui_editor_1gl9c_11y0o_649:not(#\9):focus::before {
755
+ .awsui_editor_1gl9c_1nu8d_713:not(#\9):focus::before {
692
756
  content: " ";
693
757
  display: block;
694
758
  position: absolute;
@@ -700,12 +764,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
700
764
  box-shadow: 0 0 0 2px var(--color-border-item-focused-4clyb1, #0073bb);
701
765
  }
702
766
 
703
- .awsui_editor-refresh_1gl9c_11y0o_677:not(#\9) {
767
+ .awsui_editor-refresh_1gl9c_1nu8d_741:not(#\9) {
704
768
  border-top-left-radius: calc(var(--border-radius-code-editor-kygsx4, 0px) - var(--border-item-width-x3q2fl, 1px));
705
769
  border-top-right-radius: calc(var(--border-radius-code-editor-kygsx4, 0px) - var(--border-item-width-x3q2fl, 1px));
706
770
  }
707
771
 
708
- .awsui_status-bar_1gl9c_11y0o_682:not(#\9) {
772
+ .awsui_status-bar_1gl9c_1nu8d_746:not(#\9) {
709
773
  display: flex;
710
774
  vertical-align: middle;
711
775
  border-top: var(--border-item-width-x3q2fl, 1px) solid var(--color-border-code-editor-default-gopxy0, #d5dbdb);
@@ -714,41 +778,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
714
778
  -ms-word-break: break-all;
715
779
  word-break: break-word;
716
780
  }
717
- .awsui_status-bar-with-hidden-pane_1gl9c_11y0o_691:not(#\9) {
781
+ .awsui_status-bar-with-hidden-pane_1gl9c_1nu8d_755:not(#\9) {
718
782
  border-bottom-left-radius: var(--border-radius-code-editor-kygsx4, 0px);
719
783
  border-bottom-right-radius: var(--border-radius-code-editor-kygsx4, 0px);
720
784
  }
721
- .awsui_status-bar__left_1gl9c_11y0o_695:not(#\9) {
785
+ .awsui_status-bar__left_1gl9c_1nu8d_759:not(#\9) {
722
786
  flex: 1;
723
787
  display: flex;
724
788
  flex-wrap: wrap;
725
789
  padding-left: var(--space-l-z6h7qi, 20px);
726
790
  border-right: var(--border-item-width-x3q2fl, 1px) solid var(--color-border-code-editor-default-gopxy0, #d5dbdb);
727
791
  }
728
- .awsui_status-bar__left-virtual_1gl9c_11y0o_702:not(#\9) {
792
+ .awsui_status-bar__left-virtual_1gl9c_1nu8d_766:not(#\9) {
729
793
  flex-wrap: nowrap;
730
794
  white-space: nowrap;
731
795
  }
732
- .awsui_status-bar__right_1gl9c_11y0o_706:not(#\9) {
796
+ .awsui_status-bar__right_1gl9c_1nu8d_770:not(#\9) {
733
797
  display: flex;
734
798
  align-items: center;
735
799
  }
736
- .awsui_status-bar__language-mode_1gl9c_11y0o_710:not(#\9), .awsui_status-bar__cursor-position_1gl9c_11y0o_710:not(#\9) {
800
+ .awsui_status-bar__language-mode_1gl9c_1nu8d_774:not(#\9), .awsui_status-bar__cursor-position_1gl9c_1nu8d_774:not(#\9) {
737
801
  display: inline-block;
738
802
  color: var(--color-text-body-default-fckvk9, #16191f);
739
803
  padding: var(--space-scaled-xs-sg3tfb, 8px) var(--space-s-o95p2n, 12px);
740
804
  }
741
- .awsui_status-bar__cog-button_1gl9c_11y0o_715:not(#\9) {
805
+ .awsui_status-bar__cog-button_1gl9c_1nu8d_779:not(#\9) {
742
806
  padding: calc(var(--space-scaled-xxs-gmgwxk, 4px) - 1px) calc(var(--space-xs-7veqkr, 8px) - 2px);
743
807
  }
744
808
 
745
- .awsui_status-bar-virtual_1gl9c_11y0o_719:not(#\9) {
809
+ .awsui_status-bar-virtual_1gl9c_1nu8d_783:not(#\9) {
746
810
  position: absolute !important;
747
811
  top: -9999px !important;
748
812
  left: -9999px !important;
749
813
  }
750
814
 
751
- .awsui_tab-button_1gl9c_11y0o_725:not(#\9) {
815
+ .awsui_tab-button_1gl9c_1nu8d_789:not(#\9) {
752
816
  position: relative;
753
817
  display: inline-block;
754
818
  padding: var(--space-scaled-xs-sg3tfb, 8px) var(--space-s-o95p2n, 12px);
@@ -761,10 +825,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
761
825
  cursor: pointer;
762
826
  z-index: 1;
763
827
  }
764
- .awsui_tab-button--refresh_1gl9c_11y0o_738:not(#\9) {
828
+ .awsui_tab-button--refresh_1gl9c_1nu8d_802:not(#\9) {
765
829
  padding-bottom: calc(var(--space-scaled-xs-sg3tfb, 8px) + var(--border-active-width-yythya, 2px) - 2px);
766
830
  }
767
- .awsui_tab-button_1gl9c_11y0o_725:not(#\9)::after {
831
+ .awsui_tab-button_1gl9c_1nu8d_789:not(#\9)::after {
768
832
  content: "";
769
833
  position: absolute;
770
834
  left: 0;
@@ -775,46 +839,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
775
839
  background: var(--color-text-status-error-6ntion, #d13212);
776
840
  opacity: 0;
777
841
  }
778
- .awsui_tab-button--active_1gl9c_11y0o_752:not(#\9)::after {
842
+ .awsui_tab-button--active_1gl9c_1nu8d_816:not(#\9)::after {
779
843
  opacity: 1;
780
844
  }
781
- .awsui_tab-button--refresh_1gl9c_11y0o_738:not(#\9)::after {
845
+ .awsui_tab-button--refresh_1gl9c_1nu8d_802:not(#\9)::after {
782
846
  transition: opacity var(--motion-duration-refresh-only-medium-smx8a1, 165ms) var(--motion-easing-refresh-only-c-yvk8k3, cubic-bezier(0.84, 0, 0.16, 1));
783
847
  }
784
848
  @media (prefers-reduced-motion: reduce) {
785
- .awsui_tab-button--refresh_1gl9c_11y0o_738:not(#\9)::after {
849
+ .awsui_tab-button--refresh_1gl9c_1nu8d_802:not(#\9)::after {
786
850
  animation: none;
787
851
  transition: none;
788
852
  }
789
853
  }
790
- .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_11y0o_738:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_11y0o_738:not(#\9)::after {
854
+ .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_1nu8d_802:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_1nu8d_802:not(#\9)::after {
791
855
  animation: none;
792
856
  transition: none;
793
857
  }
794
- .awsui_tab-button_1gl9c_11y0o_725:not(#\9):hover {
858
+ .awsui_tab-button_1gl9c_1nu8d_789:not(#\9):hover {
795
859
  color: var(--color-text-code-editor-tab-button-error-6uvp9u, #ffffff);
796
860
  background: var(--color-text-status-error-6ntion, #d13212);
797
861
  }
798
- .awsui_tab-button--disabled_1gl9c_11y0o_772:not(#\9) {
862
+ .awsui_tab-button--disabled_1gl9c_1nu8d_836:not(#\9) {
799
863
  font-weight: normal;
800
864
  color: var(--color-text-code-editor-status-bar-disabled-g1lmt9, #879596);
801
865
  cursor: default;
802
866
  }
803
- .awsui_tab-button--disabled_1gl9c_11y0o_772:not(#\9):hover {
867
+ .awsui_tab-button--disabled_1gl9c_1nu8d_836:not(#\9):hover {
804
868
  color: var(--color-text-code-editor-status-bar-disabled-g1lmt9, #879596);
805
869
  background: transparent;
806
870
  }
807
- .awsui_tab-button--disabled_1gl9c_11y0o_772:not(#\9)::after {
871
+ .awsui_tab-button--disabled_1gl9c_1nu8d_836:not(#\9)::after {
808
872
  display: none;
809
873
  }
810
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_11y0o_725:not(#\9):focus {
874
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1nu8d_789:not(#\9):focus {
811
875
  position: relative;
812
876
  }
813
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_11y0o_725:not(#\9):focus {
877
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1nu8d_789:not(#\9):focus {
814
878
  outline: 2px dotted transparent;
815
879
  outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-svnmb3, 3px) - 1px);
816
880
  }
817
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_11y0o_725:not(#\9):focus::before {
881
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1nu8d_789:not(#\9):focus::before {
818
882
  content: " ";
819
883
  display: block;
820
884
  position: absolute;
@@ -825,19 +889,19 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_11y0o_725:not(#\9):f
825
889
  border-radius: var(--border-radius-control-default-focus-ring-uu8qi4, 2px);
826
890
  box-shadow: 0 0 0 2px var(--color-border-item-focused-4clyb1, #0073bb);
827
891
  }
828
- .awsui_tab-button--divider_1gl9c_11y0o_802:not(#\9) {
892
+ .awsui_tab-button--divider_1gl9c_1nu8d_866:not(#\9) {
829
893
  display: inline-block;
830
894
  height: var(--font-body-m-line-height-9vkzhc, 22px);
831
895
  width: var(--border-code-editor-status-divider-width-mt04p4, 0px);
832
896
  background: var(--color-border-tabs-divider-8f8ime, #aab7b8);
833
897
  vertical-align: middle;
834
898
  }
835
- .awsui_tab-button--errors_1gl9c_11y0o_809:not(#\9), .awsui_tab-button--warnings_1gl9c_11y0o_809:not(#\9) {
899
+ .awsui_tab-button--errors_1gl9c_1nu8d_873:not(#\9), .awsui_tab-button--warnings_1gl9c_1nu8d_873:not(#\9) {
836
900
  /* used in test-utils */
837
901
  }
838
902
 
839
- .awsui_loading-screen_1gl9c_11y0o_813:not(#\9),
840
- .awsui_error-screen_1gl9c_11y0o_814:not(#\9) {
903
+ .awsui_loading-screen_1gl9c_1nu8d_877:not(#\9),
904
+ .awsui_error-screen_1gl9c_1nu8d_878:not(#\9) {
841
905
  display: flex;
842
906
  align-items: center;
843
907
  justify-content: center;
@@ -847,6 +911,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_11y0o_725:not(#\9):f
847
911
  border-radius: var(--border-radius-code-editor-kygsx4, 0px);
848
912
  }
849
913
 
850
- .awsui_error-screen_1gl9c_11y0o_814:not(#\9) {
914
+ .awsui_error-screen_1gl9c_1nu8d_878:not(#\9) {
851
915
  color: var(--color-text-status-error-6ntion, #d13212);
852
916
  }