@cloudscape-design/components 3.0.162 → 3.0.163

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