@cloudscape-design/components-themeable 3.0.165 → 3.0.167

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 (148) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/code-editor/resizable-box/styles.scss +37 -0
  3. package/lib/internal/scss/code-editor/styles.scss +1 -29
  4. package/lib/internal/scss/select/parts/styles.scss +9 -0
  5. package/lib/internal/scss/table/body-cell/styles.scss +131 -29
  6. package/lib/internal/scss/table/header-cell/styles.scss +15 -7
  7. package/lib/internal/template/button/internal.d.ts +1 -0
  8. package/lib/internal/template/button/internal.d.ts.map +1 -1
  9. package/lib/internal/template/button/internal.js +2 -2
  10. package/lib/internal/template/button/internal.js.map +1 -1
  11. package/lib/internal/template/code-editor/index.d.ts.map +1 -1
  12. package/lib/internal/template/code-editor/index.js +5 -8
  13. package/lib/internal/template/code-editor/index.js.map +1 -1
  14. package/lib/internal/template/code-editor/pane.d.ts.map +1 -1
  15. package/lib/internal/template/code-editor/pane.js +4 -4
  16. package/lib/internal/template/code-editor/pane.js.map +1 -1
  17. package/lib/internal/template/code-editor/resizable-box/index.d.ts +9 -0
  18. package/lib/internal/template/code-editor/resizable-box/index.d.ts.map +1 -0
  19. package/lib/internal/template/code-editor/resizable-box/index.js +44 -0
  20. package/lib/internal/template/code-editor/resizable-box/index.js.map +1 -0
  21. package/lib/internal/template/code-editor/resizable-box/styles.css.js +8 -0
  22. package/lib/internal/template/code-editor/resizable-box/styles.scoped.css +62 -0
  23. package/lib/internal/template/code-editor/resizable-box/styles.selectors.js +9 -0
  24. package/lib/internal/template/code-editor/styles.css.js +32 -33
  25. package/lib/internal/template/code-editor/styles.scoped.css +157 -199
  26. package/lib/internal/template/code-editor/styles.selectors.js +32 -33
  27. package/lib/internal/template/form-field/interfaces.d.ts +10 -0
  28. package/lib/internal/template/form-field/interfaces.d.ts.map +1 -1
  29. package/lib/internal/template/form-field/interfaces.js.map +1 -1
  30. package/lib/internal/template/form-field/internal.d.ts +1 -1
  31. package/lib/internal/template/form-field/internal.d.ts.map +1 -1
  32. package/lib/internal/template/form-field/internal.js +5 -4
  33. package/lib/internal/template/form-field/internal.js.map +1 -1
  34. package/lib/internal/template/input/internal.d.ts.map +1 -1
  35. package/lib/internal/template/input/internal.js +16 -4
  36. package/lib/internal/template/input/internal.js.map +1 -1
  37. package/lib/internal/template/internal/components/live-region/index.d.ts +1 -1
  38. package/lib/internal/template/internal/components/live-region/index.d.ts.map +1 -1
  39. package/lib/internal/template/internal/components/live-region/index.js +29 -6
  40. package/lib/internal/template/internal/components/live-region/index.js.map +1 -1
  41. package/lib/internal/template/internal/context/form-field-context.d.ts +6 -2
  42. package/lib/internal/template/internal/context/form-field-context.d.ts.map +1 -1
  43. package/lib/internal/template/internal/context/form-field-context.js +7 -1
  44. package/lib/internal/template/internal/context/form-field-context.js.map +1 -1
  45. package/lib/internal/template/internal/environment.js +1 -1
  46. package/lib/internal/template/internal/hooks/use-telemetry/index.d.ts.map +1 -1
  47. package/lib/internal/template/internal/hooks/use-telemetry/index.js +4 -0
  48. package/lib/internal/template/internal/hooks/use-telemetry/index.js.map +1 -1
  49. package/lib/internal/template/internal/metrics.d.ts +2 -2
  50. package/lib/internal/template/internal/metrics.d.ts.map +1 -1
  51. package/lib/internal/template/internal/metrics.js +20 -17
  52. package/lib/internal/template/internal/metrics.js.map +1 -1
  53. package/lib/internal/template/internal/types.d.ts +9 -0
  54. package/lib/internal/template/internal/types.d.ts.map +1 -1
  55. package/lib/internal/template/internal/types.js +0 -2
  56. package/lib/internal/template/internal/types.js.map +1 -1
  57. package/lib/internal/template/internal/vendor/d3-scale.js +8 -8
  58. package/lib/internal/template/package.json +0 -1
  59. package/lib/internal/template/progress-bar/index.d.ts.map +1 -1
  60. package/lib/internal/template/progress-bar/index.js +14 -3
  61. package/lib/internal/template/progress-bar/index.js.map +1 -1
  62. package/lib/internal/template/select/parts/styles.css.js +9 -9
  63. package/lib/internal/template/select/parts/styles.scoped.css +27 -9
  64. package/lib/internal/template/select/parts/styles.selectors.js +9 -9
  65. package/lib/internal/template/side-navigation/internal.d.ts.map +1 -1
  66. package/lib/internal/template/side-navigation/internal.js +2 -2
  67. package/lib/internal/template/side-navigation/internal.js.map +1 -1
  68. package/lib/internal/template/table/body-cell/click-away.d.ts +9 -0
  69. package/lib/internal/template/table/body-cell/click-away.d.ts.map +1 -0
  70. package/lib/internal/template/table/body-cell/click-away.js +38 -0
  71. package/lib/internal/template/table/body-cell/click-away.js.map +1 -0
  72. package/lib/internal/template/table/body-cell/index.d.ts +10 -19
  73. package/lib/internal/template/table/body-cell/index.d.ts.map +1 -1
  74. package/lib/internal/template/table/body-cell/index.js +49 -9
  75. package/lib/internal/template/table/body-cell/index.js.map +1 -1
  76. package/lib/internal/template/table/body-cell/inline-editor.d.ts +12 -0
  77. package/lib/internal/template/table/body-cell/inline-editor.d.ts.map +1 -0
  78. package/lib/internal/template/table/body-cell/inline-editor.js +88 -0
  79. package/lib/internal/template/table/body-cell/inline-editor.js.map +1 -0
  80. package/lib/internal/template/table/body-cell/styles.css.js +18 -12
  81. package/lib/internal/template/table/body-cell/styles.scoped.css +229 -46
  82. package/lib/internal/template/table/body-cell/styles.selectors.js +18 -12
  83. package/lib/internal/template/table/body-cell/td-element.d.ts +21 -0
  84. package/lib/internal/template/table/body-cell/td-element.d.ts.map +1 -0
  85. package/lib/internal/template/table/body-cell/td-element.js +11 -0
  86. package/lib/internal/template/table/body-cell/td-element.js.map +1 -0
  87. package/lib/internal/template/table/body-cell/use-stable-scroll-position.d.ts +17 -0
  88. package/lib/internal/template/table/body-cell/use-stable-scroll-position.d.ts.map +1 -0
  89. package/lib/internal/template/table/body-cell/use-stable-scroll-position.js +48 -0
  90. package/lib/internal/template/table/body-cell/use-stable-scroll-position.js.map +1 -0
  91. package/lib/internal/template/table/header-cell/index.d.ts +8 -7
  92. package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
  93. package/lib/internal/template/table/header-cell/index.js +6 -2
  94. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  95. package/lib/internal/template/table/header-cell/styles.css.js +19 -18
  96. package/lib/internal/template/table/header-cell/styles.scoped.css +40 -35
  97. package/lib/internal/template/table/header-cell/styles.selectors.js +19 -18
  98. package/lib/internal/template/table/interfaces.d.ts +73 -6
  99. package/lib/internal/template/table/interfaces.d.ts.map +1 -1
  100. package/lib/internal/template/table/interfaces.js.map +1 -1
  101. package/lib/internal/template/table/internal.d.ts.map +1 -1
  102. package/lib/internal/template/table/internal.js +68 -18
  103. package/lib/internal/template/table/internal.js.map +1 -1
  104. package/lib/internal/template/table/thead.d.ts.map +1 -1
  105. package/lib/internal/template/table/thead.js +1 -1
  106. package/lib/internal/template/table/thead.js.map +1 -1
  107. package/lib/internal/template/table/use-table-focus-navigation.d.ts +16 -0
  108. package/lib/internal/template/table/use-table-focus-navigation.d.ts.map +1 -0
  109. package/lib/internal/template/table/use-table-focus-navigation.js +131 -0
  110. package/lib/internal/template/table/use-table-focus-navigation.js.map +1 -0
  111. package/lib/internal/template/tabs/index.d.ts +1 -1
  112. package/lib/internal/template/tabs/index.d.ts.map +1 -1
  113. package/lib/internal/template/tabs/index.js +2 -2
  114. package/lib/internal/template/tabs/index.js.map +1 -1
  115. package/lib/internal/template/tabs/interfaces.d.ts +14 -0
  116. package/lib/internal/template/tabs/interfaces.d.ts.map +1 -1
  117. package/lib/internal/template/tabs/interfaces.js.map +1 -1
  118. package/lib/internal/template/tabs/tab-header-bar.d.ts +2 -1
  119. package/lib/internal/template/tabs/tab-header-bar.d.ts.map +1 -1
  120. package/lib/internal/template/tabs/tab-header-bar.js +3 -7
  121. package/lib/internal/template/tabs/tab-header-bar.js.map +1 -1
  122. package/lib/internal/template/test-utils/dom/table/index.d.ts +4 -0
  123. package/lib/internal/template/test-utils/dom/table/index.js +21 -5
  124. package/lib/internal/template/test-utils/dom/table/index.js.map +1 -1
  125. package/lib/internal/template/test-utils/selectors/table/index.d.ts +4 -0
  126. package/lib/internal/template/test-utils/selectors/table/index.js +21 -5
  127. package/lib/internal/template/test-utils/selectors/table/index.js.map +1 -1
  128. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  129. package/lib/internal/template/wizard/internal/analytics.js +3 -3
  130. package/lib/internal/template/wizard/internal/analytics.js.map +1 -1
  131. package/package.json +1 -1
  132. package/lib/internal/template/code-editor/resize-handler.d.ts +0 -3
  133. package/lib/internal/template/code-editor/resize-handler.d.ts.map +0 -1
  134. package/lib/internal/template/code-editor/resize-handler.js +0 -7
  135. package/lib/internal/template/code-editor/resize-handler.js.map +0 -1
  136. package/lib/internal/template/internal/components/dynamic-aria-live/index.d.ts +0 -28
  137. package/lib/internal/template/internal/components/dynamic-aria-live/index.d.ts.map +0 -1
  138. package/lib/internal/template/internal/components/dynamic-aria-live/index.js +0 -38
  139. package/lib/internal/template/internal/components/dynamic-aria-live/index.js.map +0 -1
  140. package/lib/internal/template/internal/components/live-region/aria-liva-tag.d.ts +0 -13
  141. package/lib/internal/template/internal/components/live-region/aria-liva-tag.d.ts.map +0 -1
  142. package/lib/internal/template/internal/components/live-region/aria-liva-tag.js +0 -18
  143. package/lib/internal/template/internal/components/live-region/aria-liva-tag.js.map +0 -1
  144. package/lib/internal/template/internal/components/live-region/utils.d.ts +0 -8
  145. package/lib/internal/template/internal/components/live-region/utils.d.ts.map +0 -1
  146. package/lib/internal/template/internal/components/live-region/utils.js +0 -24
  147. package/lib/internal/template/internal/components/live-region/utils.js.map +0 -1
  148. package/lib/internal/template/package-lock.json +0 -15689
@@ -95,75 +95,75 @@ 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_12bdt_98 .ace_editor:not(#\9) {
98
+ .awsui_code-editor_1gl9c_fk8aj_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_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
104
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
103
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
104
+ .awsui_code-editor_1gl9c_fk8aj_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_12bdt_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
110
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
111
111
  background-image: none;
112
112
  }
113
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
113
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
114
114
  color: var(--color-text-status-error-jer77f, #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_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
120
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
121
121
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
122
122
  }
123
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
123
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
124
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");
125
125
  }
126
126
  }
127
127
  @supports (--css-variable-support-check: #000) {
128
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
128
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
129
129
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
130
130
  }
131
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
131
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
132
132
  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
133
  }
134
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
134
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_error: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 %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");
136
136
  }
137
137
  }
138
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
138
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
139
139
  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
140
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
141
141
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
142
142
  }
143
143
  @supports (--css-variable-support-check: #000) {
144
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
144
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
145
145
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
146
146
  }
147
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
147
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
148
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");
149
149
  }
150
150
  }
151
151
  @supports (--css-variable-support-check: #000) {
152
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
152
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
153
153
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
154
154
  }
155
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
155
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
156
156
  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
157
  }
158
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
158
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
159
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");
160
160
  }
161
161
  }
162
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-cell:not(#\9) {
162
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-cell:not(#\9) {
163
163
  padding-left: 24px;
164
164
  padding-right: 16px;
165
165
  }
166
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget:not(#\9) {
166
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget:not(#\9) {
167
167
  /* A good test case for disabled folds
168
168
  <<html<<<<
169
169
  </html>
@@ -174,217 +174,217 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
174
174
  border: none;
175
175
  box-shadow: none;
176
176
  }
177
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
177
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
178
178
  background: transparent;
179
179
  box-sizing: border-box;
180
180
  border-top: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-wvvw7v, #d5dbdb);
181
181
  border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-wvvw7v, #d5dbdb);
182
182
  }
183
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
183
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
184
184
  border-top: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-48wwb3, #687078);
185
185
  border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-48wwb3, #687078);
186
186
  }
187
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter:not(#\9) {
187
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter:not(#\9) {
188
188
  background-color: var(--color-background-code-editor-gutter-default-jzy459, #f2f3f3);
189
189
  color: var(--color-text-code-editor-gutter-default-xo884c, #16191f);
190
190
  }
191
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
191
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open: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='%23545b64' fill='%23545b64' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
193
193
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
194
194
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
195
195
  }
196
196
  @supports (--css-variable-support-check: #000) {
197
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
197
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
198
198
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
199
199
  }
200
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
200
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
201
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");
202
202
  }
203
203
  }
204
204
  @supports (--css-variable-support-check: #000) {
205
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
205
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
206
206
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
207
207
  }
208
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
208
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
209
209
  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
210
  }
211
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
211
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
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='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
213
213
  }
214
214
  }
215
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
215
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
216
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='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
217
217
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
218
218
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
219
219
  }
220
220
  @supports (--css-variable-support-check: #000) {
221
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
221
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
222
222
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
223
223
  }
224
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
224
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
225
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");
226
226
  }
227
227
  }
228
228
  @supports (--css-variable-support-check: #000) {
229
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
229
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
230
230
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
231
231
  }
232
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
232
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
233
233
  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
234
  }
235
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
235
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
236
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");
237
237
  }
238
238
  }
239
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
239
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
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='%23545b64' fill='%23545b64' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
241
241
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
242
242
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
243
243
  }
244
244
  @supports (--css-variable-support-check: #000) {
245
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
245
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
246
246
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
247
247
  }
248
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
248
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
249
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");
250
250
  }
251
251
  }
252
252
  @supports (--css-variable-support-check: #000) {
253
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
253
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
254
254
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
255
255
  }
256
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
256
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
257
257
  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
258
  }
259
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
259
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
260
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");
261
261
  }
262
262
  }
263
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
263
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .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='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
265
265
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
266
266
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
267
267
  }
268
268
  @supports (--css-variable-support-check: #000) {
269
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
269
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
270
270
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
271
271
  }
272
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
272
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
273
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");
274
274
  }
275
275
  }
276
276
  @supports (--css-variable-support-check: #000) {
277
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
277
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
278
278
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
279
279
  }
280
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
280
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
281
281
  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
282
  }
283
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
283
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
284
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");
285
285
  }
286
286
  }
287
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line:not(#\9) {
287
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line:not(#\9) {
288
288
  background-color: var(--color-background-code-editor-gutter-active-line-default-iqj33p, #687078);
289
289
  color: var(--color-text-code-editor-gutter-active-line-x8sbgu, #ffffff);
290
290
  }
291
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
291
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
292
292
  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
293
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
294
294
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
295
295
  }
296
296
  @supports (--css-variable-support-check: #000) {
297
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
297
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
298
298
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
299
299
  }
300
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
300
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
301
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");
302
302
  }
303
303
  }
304
304
  @supports (--css-variable-support-check: #000) {
305
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
305
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
306
306
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
307
307
  }
308
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
308
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
309
309
  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
310
  }
311
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
311
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
312
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");
313
313
  }
314
314
  }
315
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
315
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
316
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='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
317
317
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
318
318
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
319
319
  }
320
320
  @supports (--css-variable-support-check: #000) {
321
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
321
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
322
322
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
323
323
  }
324
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
324
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
325
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");
326
326
  }
327
327
  }
328
328
  @supports (--css-variable-support-check: #000) {
329
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
329
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
330
330
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
331
331
  }
332
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
332
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
333
333
  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
334
  }
335
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_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_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
335
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_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_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
336
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");
337
337
  }
338
338
  }
339
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
339
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
340
340
  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
341
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
342
342
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
343
343
  }
344
344
  @supports (--css-variable-support-check: #000) {
345
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
345
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
346
346
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
347
347
  }
348
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
348
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
349
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");
350
350
  }
351
351
  }
352
352
  @supports (--css-variable-support-check: #000) {
353
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
353
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
354
354
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
355
355
  }
356
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
356
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
357
357
  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
358
  }
359
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
359
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
360
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");
361
361
  }
362
362
  }
363
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
363
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
364
364
  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
365
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
366
366
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
367
367
  }
368
368
  @supports (--css-variable-support-check: #000) {
369
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
369
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
370
370
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
371
371
  }
372
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
372
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
373
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");
374
374
  }
375
375
  }
376
376
  @supports (--css-variable-support-check: #000) {
377
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
377
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
378
378
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
379
379
  }
380
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
380
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
381
381
  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
382
  }
383
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_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_12bdt_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
383
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_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_fk8aj_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
384
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");
385
385
  }
386
386
  }
387
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
387
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
388
388
  color: var(--color-text-code-editor-gutter-active-line-x8sbgu, #ffffff);
389
389
  background-color: var(--color-background-code-editor-gutter-active-line-error-stt57c, #d13212);
390
390
  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 +392,149 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
392
392
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
393
393
  }
394
394
  @supports (--css-variable-support-check: #000) {
395
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
395
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
396
396
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
397
397
  }
398
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
398
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
399
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");
400
400
  }
401
401
  }
402
402
  @supports (--css-variable-support-check: #000) {
403
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
403
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
404
404
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
405
405
  }
406
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
406
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
407
407
  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
408
  }
409
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
409
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
410
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");
411
411
  }
412
412
  }
413
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
413
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
414
414
  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
415
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
416
416
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
417
417
  }
418
418
  @supports (--css-variable-support-check: #000) {
419
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
419
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
420
420
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
421
421
  }
422
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
422
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
423
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");
424
424
  }
425
425
  }
426
426
  @supports (--css-variable-support-check: #000) {
427
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
427
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
428
428
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
429
429
  }
430
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
430
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
431
431
  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
432
  }
433
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
433
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
434
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");
435
435
  }
436
436
  }
437
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
437
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
438
438
  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
439
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
440
440
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
441
441
  }
442
442
  @supports (--css-variable-support-check: #000) {
443
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
443
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
444
444
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
445
445
  }
446
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
446
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
447
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");
448
448
  }
449
449
  }
450
450
  @supports (--css-variable-support-check: #000) {
451
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
451
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
452
452
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
453
453
  }
454
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
454
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
455
455
  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
456
  }
457
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_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_12bdt_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_12bdt_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_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
457
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_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_fk8aj_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_fk8aj_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_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
458
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");
459
459
  }
460
460
  }
461
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
461
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
462
462
  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
463
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
464
464
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
465
465
  }
466
466
  @supports (--css-variable-support-check: #000) {
467
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
467
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
468
468
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
469
469
  }
470
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_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_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
470
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_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_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
471
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");
472
472
  }
473
473
  }
474
474
  @supports (--css-variable-support-check: #000) {
475
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
475
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
476
476
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
477
477
  }
478
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
478
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
479
479
  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
480
  }
481
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_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_12bdt_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_12bdt_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_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
481
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_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_fk8aj_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_fk8aj_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_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
482
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");
483
483
  }
484
484
  }
485
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
485
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
486
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' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
487
487
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
488
488
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
489
489
  }
490
490
  @supports (--css-variable-support-check: #000) {
491
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
491
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
492
492
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
493
493
  }
494
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
494
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
495
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");
496
496
  }
497
497
  }
498
498
  @supports (--css-variable-support-check: #000) {
499
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
499
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
500
500
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
501
501
  }
502
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
502
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
503
503
  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
504
  }
505
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_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_12bdt_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_12bdt_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_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
505
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_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_fk8aj_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_fk8aj_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_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
506
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");
507
507
  }
508
508
  }
509
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
509
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
510
510
  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
511
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
512
512
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
513
513
  }
514
514
  @supports (--css-variable-support-check: #000) {
515
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
515
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
516
516
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
517
517
  }
518
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_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_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
518
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_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_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
519
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");
520
520
  }
521
521
  }
522
522
  @supports (--css-variable-support-check: #000) {
523
- .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
523
+ .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
524
524
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
525
525
  }
526
- .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
526
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
527
527
  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
528
  }
529
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12bdt_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_12bdt_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_12bdt_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_12bdt_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
529
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fk8aj_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_fk8aj_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_fk8aj_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_fk8aj_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
530
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");
531
531
  }
532
532
  }
533
533
 
534
- .awsui_code-editor-refresh_1gl9c_12bdt_534 .ace_editor .ace_gutter:not(#\9) {
534
+ .awsui_code-editor-refresh_1gl9c_fk8aj_534 .ace_editor .ace_gutter:not(#\9) {
535
535
  border-top-left-radius: calc(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px));
536
536
  }
537
- .awsui_code-editor-refresh_1gl9c_12bdt_534 .ace_editor .ace_scroller:not(#\9) {
537
+ .awsui_code-editor-refresh_1gl9c_fk8aj_534 .ace_editor .ace_scroller:not(#\9) {
538
538
  border-top-right-radius: calc(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px));
539
539
  }
540
540
 
@@ -543,7 +543,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
543
543
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
544
544
  SPDX-License-Identifier: Apache-2.0
545
545
  */
546
- .awsui_pane_1gl9c_12bdt_546:not(#\9) {
546
+ .awsui_pane_1gl9c_fk8aj_546:not(#\9) {
547
547
  display: flex;
548
548
  position: relative;
549
549
  flex-direction: row;
@@ -554,74 +554,74 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
554
554
  background: var(--color-background-code-editor-status-bar-ewmb7s, #f2f3f3);
555
555
  color: var(--color-text-body-default-7m2b3r, #16191f);
556
556
  }
557
- .awsui_pane__close-container_1gl9c_12bdt_557:not(#\9) {
557
+ .awsui_pane__close-container_1gl9c_fk8aj_557:not(#\9) {
558
558
  position: absolute;
559
559
  top: 0;
560
560
  right: calc(var(--space-s-hv8c1d, 12px) / 2);
561
561
  }
562
- .awsui_pane__list_1gl9c_12bdt_562:not(#\9) {
562
+ .awsui_pane__list_1gl9c_fk8aj_562:not(#\9) {
563
563
  flex: 1;
564
564
  overflow: auto;
565
565
  max-height: 100%;
566
566
  box-sizing: border-box;
567
567
  margin-right: calc(var(--font-body-m-line-height-i7xxvv, 22px) + 2 * var(--space-xs-rsr2qu, 8px));
568
568
  }
569
- .awsui_pane__table_1gl9c_12bdt_569:not(#\9) {
569
+ .awsui_pane__table_1gl9c_fk8aj_569:not(#\9) {
570
570
  width: 100%;
571
571
  border-spacing: 0;
572
572
  margin: var(--space-s-hv8c1d, 12px) 0;
573
573
  }
574
- .awsui_pane__item_1gl9c_12bdt_574 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9) {
574
+ .awsui_pane__item_1gl9c_fk8aj_574 > .awsui_pane__cell_1gl9c_fk8aj_574:not(#\9) {
575
575
  border-top: var(--border-item-width-yvnixs, 1px) solid var(--color-transparent-b76lky, transparent);
576
576
  border-bottom: var(--border-item-width-yvnixs, 1px) solid var(--color-transparent-b76lky, transparent);
577
577
  }
578
- .awsui_pane__item_1gl9c_12bdt_574 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9):first-child {
578
+ .awsui_pane__item_1gl9c_fk8aj_574 > .awsui_pane__cell_1gl9c_fk8aj_574:not(#\9):first-child {
579
579
  border-left: var(--border-item-width-yvnixs, 1px) solid var(--color-transparent-b76lky, transparent);
580
580
  border-top-left-radius: var(--border-radius-item-wjpc1f, 0px);
581
581
  border-bottom-left-radius: var(--border-radius-item-wjpc1f, 0px);
582
582
  }
583
- .awsui_pane__item_1gl9c_12bdt_574 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9):last-child {
583
+ .awsui_pane__item_1gl9c_fk8aj_574 > .awsui_pane__cell_1gl9c_fk8aj_574:not(#\9):last-child {
584
584
  border-right: var(--border-item-width-yvnixs, 1px) solid var(--color-transparent-b76lky, transparent);
585
585
  border-top-right-radius: var(--border-radius-item-wjpc1f, 0px);
586
586
  border-bottom-right-radius: var(--border-radius-item-wjpc1f, 0px);
587
587
  }
588
- .awsui_pane__item--highlighted_1gl9c_12bdt_588:not(#\9), .awsui_pane__item_1gl9c_12bdt_574:not(#\9):hover, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):focus {
588
+ .awsui_pane__item--highlighted_1gl9c_fk8aj_588:not(#\9), .awsui_pane__item_1gl9c_fk8aj_574:not(#\9):hover, .awsui_pane__item_1gl9c_fk8aj_574:not(#\9):focus {
589
589
  cursor: pointer;
590
590
  outline: none;
591
591
  }
592
- .awsui_pane__item--highlighted_1gl9c_12bdt_588 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9), .awsui_pane__item_1gl9c_12bdt_574:not(#\9):hover > .awsui_pane__cell_1gl9c_12bdt_574, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):focus > .awsui_pane__cell_1gl9c_12bdt_574 {
592
+ .awsui_pane__item--highlighted_1gl9c_fk8aj_588 > .awsui_pane__cell_1gl9c_fk8aj_574:not(#\9), .awsui_pane__item_1gl9c_fk8aj_574:not(#\9):hover > .awsui_pane__cell_1gl9c_fk8aj_574, .awsui_pane__item_1gl9c_fk8aj_574:not(#\9):focus > .awsui_pane__cell_1gl9c_fk8aj_574 {
593
593
  background-color: var(--color-background-code-editor-pane-item-hover-zlbhj7, #eaeded);
594
594
  }
595
- .awsui_pane__item--highlighted_1gl9c_12bdt_588 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9), .awsui_pane__item_1gl9c_12bdt_574:not(#\9):hover > .awsui_pane__cell_1gl9c_12bdt_574, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):focus > .awsui_pane__cell_1gl9c_12bdt_574 {
595
+ .awsui_pane__item--highlighted_1gl9c_fk8aj_588 > .awsui_pane__cell_1gl9c_fk8aj_574:not(#\9), .awsui_pane__item_1gl9c_fk8aj_574:not(#\9):hover > .awsui_pane__cell_1gl9c_fk8aj_574, .awsui_pane__item_1gl9c_fk8aj_574:not(#\9):focus > .awsui_pane__cell_1gl9c_fk8aj_574 {
596
596
  border-top: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-pane-item-hover-ibrahi, #687078);
597
597
  border-bottom: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-pane-item-hover-ibrahi, #687078);
598
598
  }
599
- .awsui_pane__item--highlighted_1gl9c_12bdt_588 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9):first-child, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):hover > .awsui_pane__cell_1gl9c_12bdt_574:first-child, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):focus > .awsui_pane__cell_1gl9c_12bdt_574:first-child {
599
+ .awsui_pane__item--highlighted_1gl9c_fk8aj_588 > .awsui_pane__cell_1gl9c_fk8aj_574:not(#\9):first-child, .awsui_pane__item_1gl9c_fk8aj_574:not(#\9):hover > .awsui_pane__cell_1gl9c_fk8aj_574:first-child, .awsui_pane__item_1gl9c_fk8aj_574:not(#\9):focus > .awsui_pane__cell_1gl9c_fk8aj_574:first-child {
600
600
  border-left: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-pane-item-hover-ibrahi, #687078);
601
601
  border-top-left-radius: var(--border-radius-item-wjpc1f, 0px);
602
602
  border-bottom-left-radius: var(--border-radius-item-wjpc1f, 0px);
603
603
  }
604
- .awsui_pane__item--highlighted_1gl9c_12bdt_588 > .awsui_pane__cell_1gl9c_12bdt_574:not(#\9):last-child, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):hover > .awsui_pane__cell_1gl9c_12bdt_574:last-child, .awsui_pane__item_1gl9c_12bdt_574:not(#\9):focus > .awsui_pane__cell_1gl9c_12bdt_574:last-child {
604
+ .awsui_pane__item--highlighted_1gl9c_fk8aj_588 > .awsui_pane__cell_1gl9c_fk8aj_574:not(#\9):last-child, .awsui_pane__item_1gl9c_fk8aj_574:not(#\9):hover > .awsui_pane__cell_1gl9c_fk8aj_574:last-child, .awsui_pane__item_1gl9c_fk8aj_574:not(#\9):focus > .awsui_pane__cell_1gl9c_fk8aj_574:last-child {
605
605
  border-right: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-pane-item-hover-ibrahi, #687078);
606
606
  border-top-right-radius: var(--border-radius-item-wjpc1f, 0px);
607
607
  border-bottom-right-radius: var(--border-radius-item-wjpc1f, 0px);
608
608
  }
609
- .awsui_pane__location_1gl9c_12bdt_609:not(#\9), .awsui_pane__description_1gl9c_12bdt_609:not(#\9) {
609
+ .awsui_pane__location_1gl9c_fk8aj_609:not(#\9), .awsui_pane__description_1gl9c_fk8aj_609:not(#\9) {
610
610
  padding: var(--space-xxs-ynfts5, 4px) var(--space-s-hv8c1d, 12px);
611
611
  }
612
- .awsui_pane__location_1gl9c_12bdt_609:not(#\9) {
612
+ .awsui_pane__location_1gl9c_fk8aj_609:not(#\9) {
613
613
  vertical-align: baseline;
614
614
  white-space: nowrap;
615
615
  padding-left: calc(var(--space-l-4vl6xu, 20px) + var(--space-s-hv8c1d, 12px));
616
616
  }
617
- .awsui_pane__description_1gl9c_12bdt_609:not(#\9) {
617
+ .awsui_pane__description_1gl9c_fk8aj_609:not(#\9) {
618
618
  padding-right: 0;
619
619
  min-width: 0;
620
620
  -ms-word-break: break-all;
621
621
  word-break: break-word;
622
622
  }
623
623
 
624
- .awsui_focus-lock_1gl9c_12bdt_624:not(#\9) {
624
+ .awsui_focus-lock_1gl9c_fk8aj_624:not(#\9) {
625
625
  height: 100%;
626
626
  }
627
627
 
@@ -629,7 +629,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
629
629
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
630
630
  SPDX-License-Identifier: Apache-2.0
631
631
  */
632
- .awsui_code-editor_1gl9c_12bdt_98:not(#\9) {
632
+ .awsui_code-editor_1gl9c_fk8aj_98:not(#\9) {
633
633
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
634
634
  border-collapse: separate;
635
635
  border-spacing: 0;
@@ -670,65 +670,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
670
670
  width: 100%;
671
671
  }
672
672
 
673
- .awsui_resizable-box_1gl9c_12bdt_647:not(#\9) {
674
- position: relative;
675
- width: 100%;
676
- }
677
-
678
- .awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9) {
679
- position: absolute;
680
- right: 0;
681
- bottom: 0;
682
- z-index: 10;
683
- width: var(--space-l-4vl6xu, 20px);
684
- height: var(--space-l-4vl6xu, 20px);
685
- background-repeat: no-repeat;
686
- background-origin: content-box;
687
- box-sizing: border-box;
688
- background-position: bottom right;
689
- background-size: var(--space-l-4vl6xu, 20px);
690
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23687078' 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");
691
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
692
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
693
- cursor: ns-resize;
694
- }
695
- @supports (--css-variable-support-check: #000) {
696
- .awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9) {
697
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
698
- }
699
- .awsui-polaris-dark-mode .awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9), .awsui-dark-mode .awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9) {
700
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23687078' 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");
701
- }
702
- }
703
- @supports (--css-variable-support-check: #000) {
704
- .awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9) {
705
- /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
706
- }
707
- .awsui-visual-refresh .awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9) {
708
- 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");
709
- }
710
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_resizable-box-handle_1gl9c_12bdt_652:not(#\9) {
711
- 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");
712
- }
713
- }
714
-
715
- .awsui_editor_1gl9c_12bdt_689:not(#\9) {
673
+ .awsui_editor_1gl9c_fk8aj_647:not(#\9) {
716
674
  position: absolute;
717
675
  top: 0;
718
676
  right: 0;
719
677
  bottom: 0;
720
678
  left: 0;
721
679
  }
722
- .awsui_editor_1gl9c_12bdt_689:not(#\9):focus {
680
+ .awsui_editor_1gl9c_fk8aj_647:not(#\9):focus {
723
681
  position: relative;
724
682
  position: absolute;
725
683
  overflow: visible;
726
684
  }
727
- .awsui_editor_1gl9c_12bdt_689:not(#\9):focus {
685
+ .awsui_editor_1gl9c_fk8aj_647:not(#\9):focus {
728
686
  outline: 2px dotted transparent;
729
687
  outline-offset: calc(3px - 1px);
730
688
  }
731
- .awsui_editor_1gl9c_12bdt_689:not(#\9):focus::before {
689
+ .awsui_editor_1gl9c_fk8aj_647:not(#\9):focus::before {
732
690
  content: " ";
733
691
  display: block;
734
692
  position: absolute;
@@ -740,12 +698,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
740
698
  box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
741
699
  }
742
700
 
743
- .awsui_code-editor-refresh_1gl9c_12bdt_534 > .awsui_resizable-box_1gl9c_12bdt_647 > .awsui_editor_1gl9c_12bdt_689:not(#\9) {
701
+ .awsui_editor-refresh_1gl9c_fk8aj_675:not(#\9) {
744
702
  border-top-left-radius: calc(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px));
745
703
  border-top-right-radius: calc(var(--border-radius-code-editor-7hgl06, 0px) - var(--border-item-width-yvnixs, 1px));
746
704
  }
747
705
 
748
- .awsui_status-bar_1gl9c_12bdt_722:not(#\9) {
706
+ .awsui_status-bar_1gl9c_fk8aj_680:not(#\9) {
749
707
  display: flex;
750
708
  vertical-align: middle;
751
709
  border-top: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-default-41f0h6, #d5dbdb);
@@ -754,41 +712,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
754
712
  -ms-word-break: break-all;
755
713
  word-break: break-word;
756
714
  }
757
- .awsui_status-bar-with-hidden-pane_1gl9c_12bdt_731:not(#\9) {
715
+ .awsui_status-bar-with-hidden-pane_1gl9c_fk8aj_689:not(#\9) {
758
716
  border-bottom-left-radius: var(--border-radius-code-editor-7hgl06, 0px);
759
717
  border-bottom-right-radius: var(--border-radius-code-editor-7hgl06, 0px);
760
718
  }
761
- .awsui_status-bar__left_1gl9c_12bdt_735:not(#\9) {
719
+ .awsui_status-bar__left_1gl9c_fk8aj_693:not(#\9) {
762
720
  flex: 1;
763
721
  display: flex;
764
722
  flex-wrap: wrap;
765
723
  padding-left: var(--space-l-4vl6xu, 20px);
766
724
  border-right: var(--border-item-width-yvnixs, 1px) solid var(--color-border-code-editor-default-41f0h6, #d5dbdb);
767
725
  }
768
- .awsui_status-bar__left-virtual_1gl9c_12bdt_742:not(#\9) {
726
+ .awsui_status-bar__left-virtual_1gl9c_fk8aj_700:not(#\9) {
769
727
  flex-wrap: nowrap;
770
728
  white-space: nowrap;
771
729
  }
772
- .awsui_status-bar__right_1gl9c_12bdt_746:not(#\9) {
730
+ .awsui_status-bar__right_1gl9c_fk8aj_704:not(#\9) {
773
731
  display: flex;
774
732
  align-items: center;
775
733
  }
776
- .awsui_status-bar__language-mode_1gl9c_12bdt_750:not(#\9), .awsui_status-bar__cursor-position_1gl9c_12bdt_750:not(#\9) {
734
+ .awsui_status-bar__language-mode_1gl9c_fk8aj_708:not(#\9), .awsui_status-bar__cursor-position_1gl9c_fk8aj_708:not(#\9) {
777
735
  display: inline-block;
778
736
  color: var(--color-text-body-default-7m2b3r, #16191f);
779
737
  padding: var(--space-scaled-xs-6859qs, 8px) var(--space-s-hv8c1d, 12px);
780
738
  }
781
- .awsui_status-bar__cog-button_1gl9c_12bdt_755:not(#\9) {
739
+ .awsui_status-bar__cog-button_1gl9c_fk8aj_713:not(#\9) {
782
740
  padding: calc(var(--space-scaled-xxs-95dhkm, 4px) - 1px) calc(var(--space-xs-rsr2qu, 8px) - 2px);
783
741
  }
784
742
 
785
- .awsui_status-bar-virtual_1gl9c_12bdt_759:not(#\9) {
743
+ .awsui_status-bar-virtual_1gl9c_fk8aj_717:not(#\9) {
786
744
  position: absolute !important;
787
745
  top: -9999px !important;
788
746
  left: -9999px !important;
789
747
  }
790
748
 
791
- .awsui_tab-button_1gl9c_12bdt_765:not(#\9) {
749
+ .awsui_tab-button_1gl9c_fk8aj_723:not(#\9) {
792
750
  position: relative;
793
751
  display: inline-block;
794
752
  padding: var(--space-scaled-xs-6859qs, 8px) var(--space-s-hv8c1d, 12px);
@@ -801,10 +759,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
801
759
  cursor: pointer;
802
760
  z-index: 1;
803
761
  }
804
- .awsui_tab-button--refresh_1gl9c_12bdt_778:not(#\9) {
762
+ .awsui_tab-button--refresh_1gl9c_fk8aj_736:not(#\9) {
805
763
  padding-bottom: calc(var(--space-scaled-xs-6859qs, 8px) + var(--border-active-width-bo43mb, 2px) - 2px);
806
764
  }
807
- .awsui_tab-button_1gl9c_12bdt_765:not(#\9)::after {
765
+ .awsui_tab-button_1gl9c_fk8aj_723:not(#\9)::after {
808
766
  content: "";
809
767
  position: absolute;
810
768
  left: 0;
@@ -815,46 +773,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
815
773
  background: var(--color-text-status-error-jer77f, #d13212);
816
774
  opacity: 0;
817
775
  }
818
- .awsui_tab-button--active_1gl9c_12bdt_792:not(#\9)::after {
776
+ .awsui_tab-button--active_1gl9c_fk8aj_750:not(#\9)::after {
819
777
  opacity: 1;
820
778
  }
821
- .awsui_tab-button--refresh_1gl9c_12bdt_778:not(#\9)::after {
779
+ .awsui_tab-button--refresh_1gl9c_fk8aj_736:not(#\9)::after {
822
780
  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));
823
781
  }
824
782
  @media (prefers-reduced-motion: reduce) {
825
- .awsui_tab-button--refresh_1gl9c_12bdt_778:not(#\9)::after {
783
+ .awsui_tab-button--refresh_1gl9c_fk8aj_736:not(#\9)::after {
826
784
  animation: none;
827
785
  transition: none;
828
786
  }
829
787
  }
830
- .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_12bdt_778:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_12bdt_778:not(#\9)::after {
788
+ .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_fk8aj_736:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_fk8aj_736:not(#\9)::after {
831
789
  animation: none;
832
790
  transition: none;
833
791
  }
834
- .awsui_tab-button_1gl9c_12bdt_765:not(#\9):hover {
792
+ .awsui_tab-button_1gl9c_fk8aj_723:not(#\9):hover {
835
793
  color: var(--color-text-code-editor-tab-button-error-r25g2o, #ffffff);
836
794
  background: var(--color-text-status-error-jer77f, #d13212);
837
795
  }
838
- .awsui_tab-button--disabled_1gl9c_12bdt_812:not(#\9) {
796
+ .awsui_tab-button--disabled_1gl9c_fk8aj_770:not(#\9) {
839
797
  font-weight: normal;
840
798
  color: var(--color-text-code-editor-status-bar-disabled-u2e9ms, #879596);
841
799
  cursor: default;
842
800
  }
843
- .awsui_tab-button--disabled_1gl9c_12bdt_812:not(#\9):hover {
801
+ .awsui_tab-button--disabled_1gl9c_fk8aj_770:not(#\9):hover {
844
802
  color: var(--color-text-code-editor-status-bar-disabled-u2e9ms, #879596);
845
803
  background: transparent;
846
804
  }
847
- .awsui_tab-button--disabled_1gl9c_12bdt_812:not(#\9)::after {
805
+ .awsui_tab-button--disabled_1gl9c_fk8aj_770:not(#\9)::after {
848
806
  display: none;
849
807
  }
850
- .awsui_tab-button_1gl9c_12bdt_765[data-awsui-focus-visible=true]:not(#\9):focus {
808
+ .awsui_tab-button_1gl9c_fk8aj_723[data-awsui-focus-visible=true]:not(#\9):focus {
851
809
  position: relative;
852
810
  }
853
- .awsui_tab-button_1gl9c_12bdt_765[data-awsui-focus-visible=true]:not(#\9):focus {
811
+ .awsui_tab-button_1gl9c_fk8aj_723[data-awsui-focus-visible=true]:not(#\9):focus {
854
812
  outline: 2px dotted transparent;
855
813
  outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-hxg2um, 3px) - 1px);
856
814
  }
857
- .awsui_tab-button_1gl9c_12bdt_765[data-awsui-focus-visible=true]:not(#\9):focus::before {
815
+ .awsui_tab-button_1gl9c_fk8aj_723[data-awsui-focus-visible=true]:not(#\9):focus::before {
858
816
  content: " ";
859
817
  display: block;
860
818
  position: absolute;
@@ -865,19 +823,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
865
823
  border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
866
824
  box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
867
825
  }
868
- .awsui_tab-button--divider_1gl9c_12bdt_842:not(#\9) {
826
+ .awsui_tab-button--divider_1gl9c_fk8aj_800:not(#\9) {
869
827
  display: inline-block;
870
828
  height: var(--font-body-m-line-height-i7xxvv, 22px);
871
829
  width: var(--border-code-editor-status-divider-width-bgledl, 0px);
872
830
  background: var(--color-border-tabs-divider-lf9ugx, #aab7b8);
873
831
  vertical-align: middle;
874
832
  }
875
- .awsui_tab-button--errors_1gl9c_12bdt_849:not(#\9), .awsui_tab-button--warnings_1gl9c_12bdt_849:not(#\9) {
833
+ .awsui_tab-button--errors_1gl9c_fk8aj_807:not(#\9), .awsui_tab-button--warnings_1gl9c_fk8aj_807:not(#\9) {
876
834
  /* used in test-utils */
877
835
  }
878
836
 
879
- .awsui_loading-screen_1gl9c_12bdt_853:not(#\9),
880
- .awsui_error-screen_1gl9c_12bdt_854:not(#\9) {
837
+ .awsui_loading-screen_1gl9c_fk8aj_811:not(#\9),
838
+ .awsui_error-screen_1gl9c_fk8aj_812:not(#\9) {
881
839
  display: flex;
882
840
  align-items: center;
883
841
  justify-content: center;
@@ -887,6 +845,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
887
845
  border-radius: var(--border-radius-code-editor-7hgl06, 0px);
888
846
  }
889
847
 
890
- .awsui_error-screen_1gl9c_12bdt_854:not(#\9) {
848
+ .awsui_error-screen_1gl9c_fk8aj_812:not(#\9) {
891
849
  color: var(--color-text-status-error-jer77f, #d13212);
892
850
  }