@cloudscape-design/components-themeable 3.0.509 → 3.0.511

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 (212) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/internal/styles/utils/styles-reset.scss +24 -2
  3. package/lib/internal/template/alert/styles.css.js +25 -25
  4. package/lib/internal/template/alert/styles.scoped.css +45 -51
  5. package/lib/internal/template/alert/styles.selectors.js +25 -25
  6. package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
  7. package/lib/internal/template/anchor-navigation/styles.scoped.css +21 -24
  8. package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
  9. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  10. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +32 -35
  11. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  12. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +80 -80
  13. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +175 -181
  14. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +80 -80
  15. package/lib/internal/template/attribute-editor/styles.css.js +14 -14
  16. package/lib/internal/template/attribute-editor/styles.scoped.css +27 -30
  17. package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
  18. package/lib/internal/template/badge/styles.css.js +5 -5
  19. package/lib/internal/template/badge/styles.scoped.css +8 -11
  20. package/lib/internal/template/badge/styles.selectors.js +5 -5
  21. package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
  22. package/lib/internal/template/breadcrumb-group/styles.scoped.css +18 -24
  23. package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
  24. package/lib/internal/template/button/styles.css.js +20 -20
  25. package/lib/internal/template/button/styles.scoped.css +154 -157
  26. package/lib/internal/template/button/styles.selectors.js +20 -20
  27. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  28. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +8 -11
  29. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  30. package/lib/internal/template/calendar/styles.css.js +18 -18
  31. package/lib/internal/template/calendar/styles.scoped.css +41 -44
  32. package/lib/internal/template/calendar/styles.selectors.js +18 -18
  33. package/lib/internal/template/cards/styles.css.js +39 -39
  34. package/lib/internal/template/cards/styles.scoped.css +52 -55
  35. package/lib/internal/template/cards/styles.selectors.js +39 -39
  36. package/lib/internal/template/checkbox/styles.css.js +3 -3
  37. package/lib/internal/template/checkbox/styles.scoped.css +8 -11
  38. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  39. package/lib/internal/template/code-editor/styles.css.js +32 -32
  40. package/lib/internal/template/code-editor/styles.scoped.css +180 -183
  41. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  42. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  43. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +20 -23
  44. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  45. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  46. package/lib/internal/template/collection-preferences/styles.scoped.css +47 -50
  47. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  48. package/lib/internal/template/column-layout/styles.css.js +13 -13
  49. package/lib/internal/template/column-layout/styles.scoped.css +46 -49
  50. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  51. package/lib/internal/template/container/styles.css.js +29 -29
  52. package/lib/internal/template/container/styles.scoped.css +55 -58
  53. package/lib/internal/template/container/styles.selectors.js +29 -29
  54. package/lib/internal/template/date-picker/styles.css.js +7 -7
  55. package/lib/internal/template/date-picker/styles.scoped.css +12 -15
  56. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  57. package/lib/internal/template/date-range-picker/styles.css.js +38 -38
  58. package/lib/internal/template/date-range-picker/styles.scoped.css +49 -52
  59. package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
  60. package/lib/internal/template/drawer/styles.css.js +3 -3
  61. package/lib/internal/template/drawer/styles.scoped.css +11 -14
  62. package/lib/internal/template/drawer/styles.selectors.js +3 -3
  63. package/lib/internal/template/expandable-section/styles.css.js +32 -32
  64. package/lib/internal/template/expandable-section/styles.scoped.css +65 -68
  65. package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
  66. package/lib/internal/template/flashbar/styles.css.js +47 -47
  67. package/lib/internal/template/flashbar/styles.scoped.css +149 -152
  68. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  69. package/lib/internal/template/form/styles.css.js +9 -9
  70. package/lib/internal/template/form/styles.scoped.css +11 -14
  71. package/lib/internal/template/form/styles.selectors.js +9 -9
  72. package/lib/internal/template/form-field/styles.css.js +19 -19
  73. package/lib/internal/template/form-field/styles.scoped.css +32 -35
  74. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  75. package/lib/internal/template/grid/styles.css.js +53 -53
  76. package/lib/internal/template/grid/styles.scoped.css +57 -60
  77. package/lib/internal/template/grid/styles.selectors.js +53 -53
  78. package/lib/internal/template/header/styles.css.js +34 -34
  79. package/lib/internal/template/header/styles.scoped.css +53 -56
  80. package/lib/internal/template/header/styles.selectors.js +34 -34
  81. package/lib/internal/template/help-panel/styles.css.js +4 -4
  82. package/lib/internal/template/help-panel/styles.scoped.css +66 -69
  83. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  84. package/lib/internal/template/input/styles.css.js +12 -12
  85. package/lib/internal/template/input/styles.scoped.css +33 -36
  86. package/lib/internal/template/input/styles.selectors.js +12 -12
  87. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  88. package/lib/internal/template/internal/analytics/components/analytics-funnel.js +0 -1
  89. package/lib/internal/template/internal/analytics/components/analytics-funnel.js.map +1 -1
  90. package/lib/internal/template/internal/components/button-trigger/styles.css.js +10 -10
  91. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +27 -30
  92. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +10 -10
  93. package/lib/internal/template/internal/components/chart-filter/styles.css.js +3 -3
  94. package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +6 -9
  95. package/lib/internal/template/internal/components/chart-filter/styles.selectors.js +3 -3
  96. package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
  97. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +18 -21
  98. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
  99. package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
  100. package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +6 -9
  101. package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
  102. package/lib/internal/template/internal/components/chart-series-details/styles.css.js +20 -20
  103. package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +42 -51
  104. package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +20 -20
  105. package/lib/internal/template/internal/components/chart-series-marker/styles.css.js +5 -5
  106. package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +10 -13
  107. package/lib/internal/template/internal/components/chart-series-marker/styles.selectors.js +5 -5
  108. package/lib/internal/template/internal/components/chart-wrapper/styles.css.js +9 -9
  109. package/lib/internal/template/internal/components/chart-wrapper/styles.scoped.css +12 -15
  110. package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
  111. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  112. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -41
  113. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  114. package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
  115. package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +6 -9
  116. package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
  117. package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
  118. package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +5 -8
  119. package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
  120. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  121. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +16 -19
  122. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  123. package/lib/internal/template/internal/components/option/styles.css.js +17 -17
  124. package/lib/internal/template/internal/components/option/styles.scoped.css +32 -35
  125. package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
  126. package/lib/internal/template/internal/components/options-list/styles.css.js +2 -2
  127. package/lib/internal/template/internal/components/options-list/styles.scoped.css +5 -8
  128. package/lib/internal/template/internal/components/options-list/styles.selectors.js +2 -2
  129. package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
  130. package/lib/internal/template/internal/components/token-list/styles.scoped.css +23 -26
  131. package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
  132. package/lib/internal/template/internal/environment.js +1 -1
  133. package/lib/internal/template/internal/environment.json +1 -1
  134. package/lib/internal/template/link/styles.css.js +20 -20
  135. package/lib/internal/template/link/styles.scoped.css +74 -77
  136. package/lib/internal/template/link/styles.selectors.js +20 -20
  137. package/lib/internal/template/modal/styles.css.js +23 -23
  138. package/lib/internal/template/modal/styles.scoped.css +44 -50
  139. package/lib/internal/template/modal/styles.selectors.js +23 -23
  140. package/lib/internal/template/multiselect/styles.css.js +2 -2
  141. package/lib/internal/template/multiselect/styles.scoped.css +5 -8
  142. package/lib/internal/template/multiselect/styles.selectors.js +2 -2
  143. package/lib/internal/template/pagination/styles.css.js +9 -9
  144. package/lib/internal/template/pagination/styles.scoped.css +26 -29
  145. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  146. package/lib/internal/template/popover/styles.css.js +50 -50
  147. package/lib/internal/template/popover/styles.scoped.css +72 -81
  148. package/lib/internal/template/popover/styles.selectors.js +50 -50
  149. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  150. package/lib/internal/template/progress-bar/styles.scoped.css +35 -38
  151. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  152. package/lib/internal/template/property-filter/styles.css.js +31 -31
  153. package/lib/internal/template/property-filter/styles.scoped.css +36 -39
  154. package/lib/internal/template/property-filter/styles.selectors.js +31 -31
  155. package/lib/internal/template/radio-group/styles.css.js +9 -9
  156. package/lib/internal/template/radio-group/styles.scoped.css +18 -21
  157. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  158. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  159. package/lib/internal/template/segmented-control/styles.scoped.css +36 -39
  160. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  161. package/lib/internal/template/select/styles.css.js +1 -1
  162. package/lib/internal/template/select/styles.scoped.css +4 -7
  163. package/lib/internal/template/select/styles.selectors.js +1 -1
  164. package/lib/internal/template/side-navigation/styles.css.js +28 -28
  165. package/lib/internal/template/side-navigation/styles.scoped.css +41 -44
  166. package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
  167. package/lib/internal/template/split-panel/styles.css.js +55 -55
  168. package/lib/internal/template/split-panel/styles.scoped.css +78 -81
  169. package/lib/internal/template/split-panel/styles.selectors.js +55 -55
  170. package/lib/internal/template/table/resizer/styles.css.js +8 -8
  171. package/lib/internal/template/table/resizer/styles.scoped.css +17 -20
  172. package/lib/internal/template/table/resizer/styles.selectors.js +8 -8
  173. package/lib/internal/template/tabs/styles.css.js +21 -21
  174. package/lib/internal/template/tabs/styles.scoped.css +42 -45
  175. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  176. package/lib/internal/template/text-content/styles.css.js +1 -1
  177. package/lib/internal/template/text-content/styles.scoped.css +63 -66
  178. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  179. package/lib/internal/template/text-filter/styles.css.js +3 -3
  180. package/lib/internal/template/text-filter/styles.scoped.css +6 -9
  181. package/lib/internal/template/text-filter/styles.selectors.js +3 -3
  182. package/lib/internal/template/textarea/styles.css.js +4 -4
  183. package/lib/internal/template/textarea/styles.scoped.css +15 -18
  184. package/lib/internal/template/textarea/styles.selectors.js +4 -4
  185. package/lib/internal/template/tiles/styles.css.js +29 -29
  186. package/lib/internal/template/tiles/styles.scoped.css +76 -82
  187. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  188. package/lib/internal/template/toggle/styles.css.js +8 -8
  189. package/lib/internal/template/toggle/styles.scoped.css +16 -19
  190. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  191. package/lib/internal/template/token-group/styles.css.js +8 -8
  192. package/lib/internal/template/token-group/styles.scoped.css +19 -22
  193. package/lib/internal/template/token-group/styles.selectors.js +8 -8
  194. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  195. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +45 -48
  196. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  197. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  198. package/lib/internal/template/top-navigation/styles.scoped.css +75 -84
  199. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  200. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  201. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +24 -27
  202. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  203. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  204. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +36 -45
  205. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  206. package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
  207. package/lib/internal/template/tutorial-panel/styles.scoped.css +4 -7
  208. package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
  209. package/lib/internal/template/wizard/styles.css.js +31 -31
  210. package/lib/internal/template/wizard/styles.scoped.css +65 -68
  211. package/lib/internal/template/wizard/styles.selectors.js +31 -31
  212. package/package.json +1 -1
@@ -95,29 +95,29 @@ 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-refresh_1gl9c_1qctu_98 .ace_editor .ace_gutter:not(#\9) {
98
+ .awsui_code-editor-refresh_1gl9c_1sd5i_98 .ace_editor .ace_gutter:not(#\9) {
99
99
  border-top-left-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
100
100
  }
101
- .awsui_code-editor-refresh_1gl9c_1qctu_98 .ace_editor .ace_scroller:not(#\9) {
101
+ .awsui_code-editor-refresh_1gl9c_1sd5i_98 .ace_editor .ace_scroller:not(#\9) {
102
102
  border-top-right-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
103
103
  }
104
104
 
105
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor:not(#\9) {
105
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor:not(#\9) {
106
106
  font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
107
107
  font-size: 14px;
108
108
  line-height: 20px;
109
109
  }
110
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
111
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
110
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
111
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
112
112
  cursor: pointer;
113
113
  background-repeat: no-repeat;
114
114
  background-size: 16px 16px;
115
115
  background-position: 4px 2px;
116
116
  }
117
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
117
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
118
118
  background-image: none;
119
119
  }
120
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
120
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
121
121
  color: var(--color-text-status-error-ofc4yr, #d13212);
122
122
  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");
123
123
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
@@ -125,60 +125,60 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
125
125
  }
126
126
  @supports (--css-variable-support-check: #000) {
127
127
  @media not print {
128
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
128
+ .awsui_code-editor_1gl9c_1sd5i_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-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
131
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_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='%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");
133
133
  }
134
134
  }
135
135
  }
136
136
  @supports (--css-variable-support-check: #000) {
137
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
137
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
138
138
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%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");
139
139
  }
140
140
  @media not print {
141
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
141
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
142
142
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
143
143
  }
144
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
144
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
145
145
  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");
146
146
  }
147
147
  }
148
148
  }
149
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
149
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
150
150
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23906806' 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");
151
151
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
152
152
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
153
153
  }
154
154
  @supports (--css-variable-support-check: #000) {
155
155
  @media not print {
156
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
156
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
157
157
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
158
158
  }
159
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
159
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
160
160
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23e0ca57' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
161
161
  }
162
162
  }
163
163
  }
164
164
  @supports (--css-variable-support-check: #000) {
165
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
165
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
166
166
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%238d6605' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
167
167
  }
168
168
  @media not print {
169
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
169
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
170
170
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
171
171
  }
172
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
172
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
173
173
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23e0ca57' 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");
174
174
  }
175
175
  }
176
176
  }
177
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-cell:not(#\9) {
177
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-cell:not(#\9) {
178
178
  padding-left: 24px;
179
179
  padding-right: 16px;
180
180
  }
181
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget:not(#\9) {
181
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget:not(#\9) {
182
182
  /* A good test case for disabled folds
183
183
  <<html<<<<
184
184
  </html>
@@ -188,24 +188,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
188
188
  background-color: transparent;
189
189
  border: none;
190
190
  }
191
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter_annotation:not(#\9) {
191
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter_annotation:not(#\9) {
192
192
  margin-left: -21px;
193
193
  }
194
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget:not(#\9),
195
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter_annotation:not(#\9) {
194
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget:not(#\9),
195
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter_annotation:not(#\9) {
196
196
  box-shadow: none;
197
197
  }
198
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget:not(#\9):focus,
199
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter_annotation:not(#\9):focus {
198
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget:not(#\9):focus,
199
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter_annotation:not(#\9):focus {
200
200
  position: relative;
201
201
  }
202
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget:not(#\9):focus,
203
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter_annotation:not(#\9):focus {
202
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget:not(#\9):focus,
203
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter_annotation:not(#\9):focus {
204
204
  outline: 2px dotted transparent;
205
205
  outline-offset: calc(-1px - 1px);
206
206
  }
207
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget:not(#\9):focus::before,
208
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
207
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget:not(#\9):focus::before,
208
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
209
209
  content: " ";
210
210
  display: block;
211
211
  position: absolute;
@@ -216,151 +216,151 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_edito
216
216
  border-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
217
217
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
218
218
  }
219
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
219
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
220
220
  background: transparent;
221
221
  box-sizing: border-box;
222
222
  border-top: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-b3qkmf, #d5dbdb);
223
223
  border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-b3qkmf, #d5dbdb);
224
224
  }
225
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
225
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
226
226
  border-top: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-amkoqa, #687078);
227
227
  border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-amkoqa, #687078);
228
228
  }
229
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter:not(#\9) {
229
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter:not(#\9) {
230
230
  background-color: var(--color-background-code-editor-gutter-default-qw8v9i, #f2f3f3);
231
231
  color: var(--color-text-code-editor-gutter-default-5gmexo, #16191f);
232
232
  }
233
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter:not(#\9):focus,
234
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_scroller:not(#\9):focus {
233
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter:not(#\9):focus,
234
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_scroller:not(#\9):focus {
235
235
  box-shadow: inset 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
236
236
  }
237
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
237
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
238
238
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23545b64' fill='%23545b64' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
239
239
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
240
240
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
241
241
  }
242
242
  @supports (--css-variable-support-check: #000) {
243
243
  @media not print {
244
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
244
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
245
245
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
246
246
  }
247
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
247
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
248
248
  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");
249
249
  }
250
250
  }
251
251
  }
252
252
  @supports (--css-variable-support-check: #000) {
253
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
253
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
254
254
  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");
255
255
  }
256
256
  @media not print {
257
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
257
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
258
258
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
259
259
  }
260
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
260
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
261
261
  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");
262
262
  }
263
263
  }
264
264
  }
265
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
265
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
266
266
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
267
267
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
268
268
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
269
269
  }
270
270
  @supports (--css-variable-support-check: #000) {
271
271
  @media not print {
272
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
272
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
273
273
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
274
274
  }
275
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
275
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
276
276
  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");
277
277
  }
278
278
  }
279
279
  }
280
280
  @supports (--css-variable-support-check: #000) {
281
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
281
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
282
282
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
283
283
  }
284
284
  @media not print {
285
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
285
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
286
286
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
287
287
  }
288
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
288
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
289
289
  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");
290
290
  }
291
291
  }
292
292
  }
293
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
293
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
294
294
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23545b64' fill='%23545b64' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
295
295
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
296
296
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
297
297
  }
298
298
  @supports (--css-variable-support-check: #000) {
299
299
  @media not print {
300
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
300
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
301
301
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
302
302
  }
303
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
303
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
304
304
  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");
305
305
  }
306
306
  }
307
307
  }
308
308
  @supports (--css-variable-support-check: #000) {
309
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
309
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
310
310
  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");
311
311
  }
312
312
  @media not print {
313
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
313
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
314
314
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
315
315
  }
316
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
316
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
317
317
  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");
318
318
  }
319
319
  }
320
320
  }
321
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
321
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
322
322
  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");
323
323
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
324
324
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
325
325
  }
326
326
  @supports (--css-variable-support-check: #000) {
327
327
  @media not print {
328
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
328
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
329
329
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
330
330
  }
331
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
331
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
332
332
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
333
333
  }
334
334
  }
335
335
  }
336
336
  @supports (--css-variable-support-check: #000) {
337
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
337
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
338
338
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
339
339
  }
340
340
  @media not print {
341
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
341
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
342
342
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
343
343
  }
344
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
344
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
345
345
  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");
346
346
  }
347
347
  }
348
348
  }
349
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line:not(#\9) {
349
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line:not(#\9) {
350
350
  background-color: var(--color-background-code-editor-gutter-active-line-default-mmq122, #687078);
351
351
  color: var(--color-text-code-editor-gutter-active-line-9w975q, #ffffff);
352
352
  }
353
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
354
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
353
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
354
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
355
355
  position: relative;
356
356
  }
357
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
358
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
357
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
358
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
359
359
  outline: 2px dotted transparent;
360
360
  outline-offset: calc(-2px - 1px);
361
361
  }
362
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
363
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
362
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
363
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
364
364
  content: " ";
365
365
  display: block;
366
366
  position: absolute;
@@ -371,119 +371,119 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_edito
371
371
  border-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
372
372
  box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-9w975q, #ffffff);
373
373
  }
374
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
374
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
375
375
  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");
376
376
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
377
377
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
378
378
  }
379
379
  @supports (--css-variable-support-check: #000) {
380
380
  @media not print {
381
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
381
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
382
382
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
383
383
  }
384
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
384
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
385
385
  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");
386
386
  }
387
387
  }
388
388
  }
389
389
  @supports (--css-variable-support-check: #000) {
390
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
390
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
391
391
  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");
392
392
  }
393
393
  @media not print {
394
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
394
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
395
395
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
396
396
  }
397
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
397
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
398
398
  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");
399
399
  }
400
400
  }
401
401
  }
402
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
402
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
403
403
  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");
404
404
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
405
405
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
406
406
  }
407
407
  @supports (--css-variable-support-check: #000) {
408
408
  @media not print {
409
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
409
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
410
410
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
411
411
  }
412
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
412
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
413
413
  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");
414
414
  }
415
415
  }
416
416
  }
417
417
  @supports (--css-variable-support-check: #000) {
418
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
418
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
419
419
  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");
420
420
  }
421
421
  @media not print {
422
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
422
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
423
423
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
424
424
  }
425
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_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_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
425
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_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_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
426
426
  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");
427
427
  }
428
428
  }
429
429
  }
430
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
430
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed: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='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
432
432
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
433
433
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
434
434
  }
435
435
  @supports (--css-variable-support-check: #000) {
436
436
  @media not print {
437
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
437
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
438
438
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
439
439
  }
440
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
440
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
441
441
  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");
442
442
  }
443
443
  }
444
444
  }
445
445
  @supports (--css-variable-support-check: #000) {
446
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
446
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed: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='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
448
448
  }
449
449
  @media not print {
450
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
450
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
451
451
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
452
452
  }
453
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
453
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
454
454
  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");
455
455
  }
456
456
  }
457
457
  }
458
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
458
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
459
459
  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");
460
460
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
461
461
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
462
462
  }
463
463
  @supports (--css-variable-support-check: #000) {
464
464
  @media not print {
465
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
465
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
466
466
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
467
467
  }
468
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
468
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
469
469
  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");
470
470
  }
471
471
  }
472
472
  }
473
473
  @supports (--css-variable-support-check: #000) {
474
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
474
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
475
475
  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");
476
476
  }
477
477
  @media not print {
478
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
478
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
479
479
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
480
480
  }
481
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_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_1qctu_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
481
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_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_1sd5i_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed: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' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
483
483
  }
484
484
  }
485
485
  }
486
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
486
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
487
487
  color: var(--color-text-code-editor-gutter-active-line-9w975q, #ffffff);
488
488
  background-color: var(--color-background-code-editor-gutter-active-line-error-kp33q7, #d13212);
489
489
  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");
@@ -492,163 +492,163 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_edito
492
492
  }
493
493
  @supports (--css-variable-support-check: #000) {
494
494
  @media not print {
495
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
495
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
496
496
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
497
497
  }
498
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
498
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
499
499
  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");
500
500
  }
501
501
  }
502
502
  }
503
503
  @supports (--css-variable-support-check: #000) {
504
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
504
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
505
505
  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");
506
506
  }
507
507
  @media not print {
508
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
508
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
509
509
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
510
510
  }
511
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
511
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
512
512
  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");
513
513
  }
514
514
  }
515
515
  }
516
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
516
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
517
517
  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");
518
518
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
519
519
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
520
520
  }
521
521
  @supports (--css-variable-support-check: #000) {
522
522
  @media not print {
523
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
523
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
524
524
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
525
525
  }
526
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
526
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
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='%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");
528
528
  }
529
529
  }
530
530
  }
531
531
  @supports (--css-variable-support-check: #000) {
532
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
532
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
533
533
  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");
534
534
  }
535
535
  @media not print {
536
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
536
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
537
537
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
538
538
  }
539
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
539
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
540
540
  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");
541
541
  }
542
542
  }
543
543
  }
544
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
544
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
545
545
  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");
546
546
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
547
547
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
548
548
  }
549
549
  @supports (--css-variable-support-check: #000) {
550
550
  @media not print {
551
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
551
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
552
552
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
553
553
  }
554
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
554
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
555
555
  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");
556
556
  }
557
557
  }
558
558
  }
559
559
  @supports (--css-variable-support-check: #000) {
560
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
560
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
561
561
  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");
562
562
  }
563
563
  @media not print {
564
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
564
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
565
565
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
566
566
  }
567
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_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_1qctu_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_1qctu_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_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
567
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_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_1sd5i_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_1sd5i_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_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
568
568
  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");
569
569
  }
570
570
  }
571
571
  }
572
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
572
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
573
573
  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");
574
574
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
575
575
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
576
576
  }
577
577
  @supports (--css-variable-support-check: #000) {
578
578
  @media not print {
579
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
579
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
580
580
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
581
581
  }
582
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_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_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
582
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_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_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
583
583
  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");
584
584
  }
585
585
  }
586
586
  }
587
587
  @supports (--css-variable-support-check: #000) {
588
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
588
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
589
589
  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");
590
590
  }
591
591
  @media not print {
592
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
592
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
593
593
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
594
594
  }
595
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_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_1qctu_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_1qctu_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_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
595
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_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_1sd5i_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_1sd5i_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_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
596
596
  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");
597
597
  }
598
598
  }
599
599
  }
600
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
600
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
601
601
  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");
602
602
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
603
603
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
604
604
  }
605
605
  @supports (--css-variable-support-check: #000) {
606
606
  @media not print {
607
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
607
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
608
608
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
609
609
  }
610
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
610
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
611
611
  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");
612
612
  }
613
613
  }
614
614
  }
615
615
  @supports (--css-variable-support-check: #000) {
616
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
616
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
617
617
  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");
618
618
  }
619
619
  @media not print {
620
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
620
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
621
621
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
622
622
  }
623
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_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_1qctu_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_1qctu_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_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
623
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_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_1sd5i_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_1sd5i_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_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
624
624
  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");
625
625
  }
626
626
  }
627
627
  }
628
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
628
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
629
629
  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");
630
630
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
631
631
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
632
632
  }
633
633
  @supports (--css-variable-support-check: #000) {
634
634
  @media not print {
635
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
635
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
636
636
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
637
637
  }
638
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_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_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
638
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_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_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
639
639
  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");
640
640
  }
641
641
  }
642
642
  }
643
643
  @supports (--css-variable-support-check: #000) {
644
- .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
644
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
645
645
  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");
646
646
  }
647
647
  @media not print {
648
- .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
648
+ .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
649
649
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
650
650
  }
651
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1qctu_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_1qctu_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_1qctu_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_1qctu_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
651
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1sd5i_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_1sd5i_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_1sd5i_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_1sd5i_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
652
652
  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");
653
653
  }
654
654
  }
@@ -659,7 +659,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_edito
659
659
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
660
660
  SPDX-License-Identifier: Apache-2.0
661
661
  */
662
- .awsui_pane_1gl9c_1qctu_662:not(#\9) {
662
+ .awsui_pane_1gl9c_1sd5i_662:not(#\9) {
663
663
  display: flex;
664
664
  position: relative;
665
665
  flex-direction: row;
@@ -670,73 +670,73 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_edito
670
670
  background: var(--color-background-code-editor-status-bar-ymmryk, #f2f3f3);
671
671
  color: var(--color-text-body-default-ffdwgg, #16191f);
672
672
  }
673
- .awsui_pane__close-container_1gl9c_1qctu_673:not(#\9) {
673
+ .awsui_pane__close-container_1gl9c_1sd5i_673:not(#\9) {
674
674
  position: absolute;
675
675
  top: 0;
676
676
  right: calc(var(--space-s-2025hl, 12px) / 2);
677
677
  }
678
- .awsui_pane__list_1gl9c_1qctu_678:not(#\9) {
678
+ .awsui_pane__list_1gl9c_1sd5i_678:not(#\9) {
679
679
  flex: 1;
680
680
  overflow: auto;
681
681
  max-height: 100%;
682
682
  box-sizing: border-box;
683
683
  margin-right: calc(var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-xs-xf5ch3, 8px));
684
684
  }
685
- .awsui_pane__table_1gl9c_1qctu_685:not(#\9) {
685
+ .awsui_pane__table_1gl9c_1sd5i_685:not(#\9) {
686
686
  width: 100%;
687
687
  border-spacing: 0;
688
688
  margin: var(--space-s-2025hl, 12px) 0;
689
689
  }
690
- .awsui_pane__item_1gl9c_1qctu_690 > .awsui_pane__cell_1gl9c_1qctu_690:not(#\9) {
690
+ .awsui_pane__item_1gl9c_1sd5i_690 > .awsui_pane__cell_1gl9c_1sd5i_690:not(#\9) {
691
691
  border-top: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
692
692
  border-bottom: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
693
693
  }
694
- .awsui_pane__item_1gl9c_1qctu_690 > .awsui_pane__cell_1gl9c_1qctu_690:not(#\9):first-child {
694
+ .awsui_pane__item_1gl9c_1sd5i_690 > .awsui_pane__cell_1gl9c_1sd5i_690:not(#\9):first-child {
695
695
  border-left: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
696
696
  border-top-left-radius: var(--border-radius-item-jsz3j8, 0px);
697
697
  border-bottom-left-radius: var(--border-radius-item-jsz3j8, 0px);
698
698
  }
699
- .awsui_pane__item_1gl9c_1qctu_690 > .awsui_pane__cell_1gl9c_1qctu_690:not(#\9):last-child {
699
+ .awsui_pane__item_1gl9c_1sd5i_690 > .awsui_pane__cell_1gl9c_1sd5i_690:not(#\9):last-child {
700
700
  border-right: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
701
701
  border-top-right-radius: var(--border-radius-item-jsz3j8, 0px);
702
702
  border-bottom-right-radius: var(--border-radius-item-jsz3j8, 0px);
703
703
  }
704
- .awsui_pane__item--highlighted_1gl9c_1qctu_704:not(#\9), .awsui_pane__item_1gl9c_1qctu_690:not(#\9):hover, .awsui_pane__item_1gl9c_1qctu_690:not(#\9):focus {
704
+ .awsui_pane__item--highlighted_1gl9c_1sd5i_704:not(#\9), .awsui_pane__item_1gl9c_1sd5i_690:not(#\9):hover, .awsui_pane__item_1gl9c_1sd5i_690:not(#\9):focus {
705
705
  cursor: pointer;
706
706
  outline: none;
707
707
  }
708
- .awsui_pane__item--highlighted_1gl9c_1qctu_704 > .awsui_pane__cell_1gl9c_1qctu_690:not(#\9), .awsui_pane__item_1gl9c_1qctu_690:not(#\9):hover > .awsui_pane__cell_1gl9c_1qctu_690, .awsui_pane__item_1gl9c_1qctu_690:not(#\9):focus > .awsui_pane__cell_1gl9c_1qctu_690 {
708
+ .awsui_pane__item--highlighted_1gl9c_1sd5i_704 > .awsui_pane__cell_1gl9c_1sd5i_690:not(#\9), .awsui_pane__item_1gl9c_1sd5i_690:not(#\9):hover > .awsui_pane__cell_1gl9c_1sd5i_690, .awsui_pane__item_1gl9c_1sd5i_690:not(#\9):focus > .awsui_pane__cell_1gl9c_1sd5i_690 {
709
709
  background-color: var(--color-background-code-editor-pane-item-hover-aa7kp2, #eaeded);
710
710
  }
711
- .awsui_pane__item--highlighted_1gl9c_1qctu_704 > .awsui_pane__cell_1gl9c_1qctu_690:not(#\9), .awsui_pane__item_1gl9c_1qctu_690:not(#\9):hover > .awsui_pane__cell_1gl9c_1qctu_690, .awsui_pane__item_1gl9c_1qctu_690:not(#\9):focus > .awsui_pane__cell_1gl9c_1qctu_690 {
711
+ .awsui_pane__item--highlighted_1gl9c_1sd5i_704 > .awsui_pane__cell_1gl9c_1sd5i_690:not(#\9), .awsui_pane__item_1gl9c_1sd5i_690:not(#\9):hover > .awsui_pane__cell_1gl9c_1sd5i_690, .awsui_pane__item_1gl9c_1sd5i_690:not(#\9):focus > .awsui_pane__cell_1gl9c_1sd5i_690 {
712
712
  border-top: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
713
713
  border-bottom: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
714
714
  }
715
- .awsui_pane__item--highlighted_1gl9c_1qctu_704 > .awsui_pane__cell_1gl9c_1qctu_690:not(#\9):first-child, .awsui_pane__item_1gl9c_1qctu_690:not(#\9):hover > .awsui_pane__cell_1gl9c_1qctu_690:first-child, .awsui_pane__item_1gl9c_1qctu_690:not(#\9):focus > .awsui_pane__cell_1gl9c_1qctu_690:first-child {
715
+ .awsui_pane__item--highlighted_1gl9c_1sd5i_704 > .awsui_pane__cell_1gl9c_1sd5i_690:not(#\9):first-child, .awsui_pane__item_1gl9c_1sd5i_690:not(#\9):hover > .awsui_pane__cell_1gl9c_1sd5i_690:first-child, .awsui_pane__item_1gl9c_1sd5i_690:not(#\9):focus > .awsui_pane__cell_1gl9c_1sd5i_690:first-child {
716
716
  border-left: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
717
717
  border-top-left-radius: var(--border-radius-item-jsz3j8, 0px);
718
718
  border-bottom-left-radius: var(--border-radius-item-jsz3j8, 0px);
719
719
  }
720
- .awsui_pane__item--highlighted_1gl9c_1qctu_704 > .awsui_pane__cell_1gl9c_1qctu_690:not(#\9):last-child, .awsui_pane__item_1gl9c_1qctu_690:not(#\9):hover > .awsui_pane__cell_1gl9c_1qctu_690:last-child, .awsui_pane__item_1gl9c_1qctu_690:not(#\9):focus > .awsui_pane__cell_1gl9c_1qctu_690:last-child {
720
+ .awsui_pane__item--highlighted_1gl9c_1sd5i_704 > .awsui_pane__cell_1gl9c_1sd5i_690:not(#\9):last-child, .awsui_pane__item_1gl9c_1sd5i_690:not(#\9):hover > .awsui_pane__cell_1gl9c_1sd5i_690:last-child, .awsui_pane__item_1gl9c_1sd5i_690:not(#\9):focus > .awsui_pane__cell_1gl9c_1sd5i_690:last-child {
721
721
  border-right: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
722
722
  border-top-right-radius: var(--border-radius-item-jsz3j8, 0px);
723
723
  border-bottom-right-radius: var(--border-radius-item-jsz3j8, 0px);
724
724
  }
725
- .awsui_pane__location_1gl9c_1qctu_725:not(#\9), .awsui_pane__description_1gl9c_1qctu_725:not(#\9) {
725
+ .awsui_pane__location_1gl9c_1sd5i_725:not(#\9), .awsui_pane__description_1gl9c_1sd5i_725:not(#\9) {
726
726
  padding: var(--space-xxs-9rrxti, 4px) var(--space-s-2025hl, 12px);
727
727
  }
728
- .awsui_pane__location_1gl9c_1qctu_725:not(#\9) {
728
+ .awsui_pane__location_1gl9c_1sd5i_725:not(#\9) {
729
729
  vertical-align: baseline;
730
730
  white-space: nowrap;
731
731
  padding-left: calc(var(--space-l-xu1x80, 20px) + var(--space-s-2025hl, 12px));
732
732
  }
733
- .awsui_pane__description_1gl9c_1qctu_725:not(#\9) {
733
+ .awsui_pane__description_1gl9c_1sd5i_725:not(#\9) {
734
734
  padding-right: 0;
735
735
  min-width: 0;
736
736
  word-break: break-word;
737
737
  }
738
738
 
739
- .awsui_focus-lock_1gl9c_1qctu_739:not(#\9) {
739
+ .awsui_focus-lock_1gl9c_1sd5i_739:not(#\9) {
740
740
  height: 100%;
741
741
  }
742
742
 
@@ -744,19 +744,19 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_edito
744
744
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
745
745
  SPDX-License-Identifier: Apache-2.0
746
746
  */
747
- .awsui_code-editor_1gl9c_1qctu_98:not(#\9) {
748
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
747
+ .awsui_code-editor_1gl9c_1sd5i_98:not(#\9) {
749
748
  border-collapse: separate;
750
749
  border-spacing: 0;
750
+ box-sizing: border-box;
751
751
  caption-side: top;
752
752
  cursor: auto;
753
- direction: ltr;
753
+ direction: inherit;
754
754
  empty-cells: show;
755
755
  font-family: serif;
756
756
  font-size: medium;
757
757
  font-style: normal;
758
758
  font-variant: normal;
759
- font-weight: normal;
759
+ font-weight: 400;
760
760
  font-stretch: normal;
761
761
  line-height: normal;
762
762
  -webkit-hyphens: none;
@@ -765,15 +765,12 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_edito
765
765
  list-style: disc outside none;
766
766
  tab-size: 8;
767
767
  text-align: left;
768
- text-align-last: auto;
769
768
  text-indent: 0;
770
769
  text-shadow: none;
771
770
  text-transform: none;
772
771
  visibility: visible;
773
772
  white-space: normal;
774
- widows: 2;
775
773
  word-spacing: normal;
776
- box-sizing: border-box;
777
774
  font-size: var(--font-size-body-m-pa3mqb, 14px);
778
775
  line-height: var(--line-height-body-m-2zx78l, 22px);
779
776
  color: var(--color-text-body-default-ffdwgg, #16191f);
@@ -787,23 +784,23 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_edito
787
784
  width: 100%;
788
785
  }
789
786
 
790
- .awsui_editor_1gl9c_1qctu_764:not(#\9) {
787
+ .awsui_editor_1gl9c_1sd5i_786:not(#\9) {
791
788
  position: absolute;
792
789
  top: 0;
793
790
  right: 0;
794
791
  bottom: 0;
795
792
  left: 0;
796
793
  }
797
- .awsui_editor_1gl9c_1qctu_764:not(#\9):focus {
794
+ .awsui_editor_1gl9c_1sd5i_786:not(#\9):focus {
798
795
  position: relative;
799
796
  position: absolute;
800
797
  overflow: visible;
801
798
  }
802
- .awsui_editor_1gl9c_1qctu_764:not(#\9):focus {
799
+ .awsui_editor_1gl9c_1sd5i_786:not(#\9):focus {
803
800
  outline: 2px dotted transparent;
804
801
  outline-offset: calc(3px - 1px);
805
802
  }
806
- .awsui_editor_1gl9c_1qctu_764:not(#\9):focus::before {
803
+ .awsui_editor_1gl9c_1sd5i_786:not(#\9):focus::before {
807
804
  content: " ";
808
805
  display: block;
809
806
  position: absolute;
@@ -815,12 +812,12 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_edito
815
812
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
816
813
  }
817
814
 
818
- .awsui_editor-refresh_1gl9c_1qctu_792:not(#\9) {
815
+ .awsui_editor-refresh_1gl9c_1sd5i_814:not(#\9) {
819
816
  border-top-left-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
820
817
  border-top-right-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
821
818
  }
822
819
 
823
- .awsui_status-bar_1gl9c_1qctu_797:not(#\9) {
820
+ .awsui_status-bar_1gl9c_1sd5i_819:not(#\9) {
824
821
  display: flex;
825
822
  vertical-align: middle;
826
823
  border-top: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
@@ -828,41 +825,41 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_edito
828
825
  min-width: 0;
829
826
  word-break: break-word;
830
827
  }
831
- .awsui_status-bar-with-hidden-pane_1gl9c_1qctu_805:not(#\9) {
828
+ .awsui_status-bar-with-hidden-pane_1gl9c_1sd5i_827:not(#\9) {
832
829
  border-bottom-left-radius: var(--border-radius-code-editor-tir8eq, 0px);
833
830
  border-bottom-right-radius: var(--border-radius-code-editor-tir8eq, 0px);
834
831
  }
835
- .awsui_status-bar__left_1gl9c_1qctu_809:not(#\9) {
832
+ .awsui_status-bar__left_1gl9c_1sd5i_831:not(#\9) {
836
833
  flex: 1;
837
834
  display: flex;
838
835
  flex-wrap: wrap;
839
836
  padding-left: var(--space-l-xu1x80, 20px);
840
837
  border-right: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
841
838
  }
842
- .awsui_status-bar__left-virtual_1gl9c_1qctu_816:not(#\9) {
839
+ .awsui_status-bar__left-virtual_1gl9c_1sd5i_838:not(#\9) {
843
840
  flex-wrap: nowrap;
844
841
  white-space: nowrap;
845
842
  }
846
- .awsui_status-bar__right_1gl9c_1qctu_820:not(#\9) {
843
+ .awsui_status-bar__right_1gl9c_1sd5i_842:not(#\9) {
847
844
  display: flex;
848
845
  align-items: center;
849
846
  }
850
- .awsui_status-bar__language-mode_1gl9c_1qctu_824:not(#\9), .awsui_status-bar__cursor-position_1gl9c_1qctu_824:not(#\9) {
847
+ .awsui_status-bar__language-mode_1gl9c_1sd5i_846:not(#\9), .awsui_status-bar__cursor-position_1gl9c_1sd5i_846:not(#\9) {
851
848
  display: inline-block;
852
849
  color: var(--color-text-body-default-ffdwgg, #16191f);
853
850
  padding: var(--space-scaled-xs-x91h81, 8px) var(--space-s-2025hl, 12px);
854
851
  }
855
- .awsui_status-bar__cog-button_1gl9c_1qctu_829:not(#\9) {
852
+ .awsui_status-bar__cog-button_1gl9c_1sd5i_851:not(#\9) {
856
853
  padding: calc(var(--space-scaled-xxs-t7ij38, 4px) - 1px) calc(var(--space-xs-xf5ch3, 8px) - 2px);
857
854
  }
858
855
 
859
- .awsui_status-bar-virtual_1gl9c_1qctu_833:not(#\9) {
856
+ .awsui_status-bar-virtual_1gl9c_1sd5i_855:not(#\9) {
860
857
  position: absolute !important;
861
858
  top: -9999px !important;
862
859
  left: -9999px !important;
863
860
  }
864
861
 
865
- .awsui_tab-button_1gl9c_1qctu_839:not(#\9) {
862
+ .awsui_tab-button_1gl9c_1sd5i_861:not(#\9) {
866
863
  position: relative;
867
864
  display: inline-block;
868
865
  padding: var(--space-scaled-xs-x91h81, 8px) var(--space-s-2025hl, 12px);
@@ -875,11 +872,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_edito
875
872
  cursor: pointer;
876
873
  z-index: 1;
877
874
  }
878
- .awsui_tab-button_1gl9c_1qctu_839:not(#\9):hover {
875
+ .awsui_tab-button_1gl9c_1sd5i_861:not(#\9):hover {
879
876
  color: var(--color-text-code-editor-tab-button-error-xw0xdi, #ffffff);
880
877
  background: var(--color-text-status-error-ofc4yr, #d13212);
881
878
  }
882
- .awsui_tab-button_1gl9c_1qctu_839:not(#\9)::after {
879
+ .awsui_tab-button_1gl9c_1sd5i_861:not(#\9)::after {
883
880
  content: "";
884
881
  position: absolute;
885
882
  left: 0;
@@ -890,54 +887,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1qctu_98 .ace_edito
890
887
  background: var(--color-text-status-error-ofc4yr, #d13212);
891
888
  opacity: 0;
892
889
  }
893
- .awsui_tab-button--refresh_1gl9c_1qctu_867:not(#\9) {
890
+ .awsui_tab-button--refresh_1gl9c_1sd5i_889:not(#\9) {
894
891
  padding-bottom: calc(var(--space-scaled-xs-x91h81, 8px) + var(--border-active-width-lk35x8, 2px) - 2px);
895
892
  }
896
- .awsui_tab-button--warnings_1gl9c_1qctu_870:not(#\9) {
893
+ .awsui_tab-button--warnings_1gl9c_1sd5i_892:not(#\9) {
897
894
  color: var(--color-text-status-warning-azn00c, #906806);
898
895
  }
899
- .awsui_tab-button--warnings_1gl9c_1qctu_870:not(#\9):hover {
896
+ .awsui_tab-button--warnings_1gl9c_1sd5i_892:not(#\9):hover {
900
897
  background: var(--color-text-status-warning-azn00c, #906806);
901
898
  }
902
- .awsui_tab-button--warnings_1gl9c_1qctu_870:not(#\9)::after {
899
+ .awsui_tab-button--warnings_1gl9c_1sd5i_892:not(#\9)::after {
903
900
  background: var(--color-text-status-warning-azn00c, #906806);
904
901
  }
905
- .awsui_tab-button--active_1gl9c_1qctu_879:not(#\9)::after {
902
+ .awsui_tab-button--active_1gl9c_1sd5i_901:not(#\9)::after {
906
903
  opacity: 1;
907
904
  }
908
- .awsui_tab-button--refresh_1gl9c_1qctu_867:not(#\9)::after {
905
+ .awsui_tab-button--refresh_1gl9c_1sd5i_889:not(#\9)::after {
909
906
  transition: opacity var(--motion-duration-refresh-only-medium-0rwzu1, 165ms) var(--motion-easing-refresh-only-c-2mltoq, cubic-bezier(0.84, 0, 0.16, 1));
910
907
  }
911
908
  @media (prefers-reduced-motion: reduce) {
912
- .awsui_tab-button--refresh_1gl9c_1qctu_867:not(#\9)::after {
909
+ .awsui_tab-button--refresh_1gl9c_1sd5i_889:not(#\9)::after {
913
910
  animation: none;
914
911
  transition: none;
915
912
  }
916
913
  }
917
- .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_1qctu_867:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_1qctu_867:not(#\9)::after {
914
+ .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_1sd5i_889:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_1sd5i_889:not(#\9)::after {
918
915
  animation: none;
919
916
  transition: none;
920
917
  }
921
- .awsui_tab-button--disabled_1gl9c_1qctu_895:not(#\9) {
918
+ .awsui_tab-button--disabled_1gl9c_1sd5i_917:not(#\9) {
922
919
  font-weight: normal;
923
920
  color: var(--color-text-code-editor-status-bar-disabled-xv1fre, #879596);
924
921
  cursor: default;
925
922
  }
926
- .awsui_tab-button--disabled_1gl9c_1qctu_895:not(#\9):hover {
923
+ .awsui_tab-button--disabled_1gl9c_1sd5i_917:not(#\9):hover {
927
924
  color: var(--color-text-code-editor-status-bar-disabled-xv1fre, #879596);
928
925
  background: transparent;
929
926
  }
930
- .awsui_tab-button--disabled_1gl9c_1qctu_895:not(#\9)::after {
927
+ .awsui_tab-button--disabled_1gl9c_1sd5i_917:not(#\9)::after {
931
928
  display: none;
932
929
  }
933
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1qctu_839:not(#\9):focus {
930
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1sd5i_861:not(#\9):focus {
934
931
  position: relative;
935
932
  }
936
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1qctu_839:not(#\9):focus {
933
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1sd5i_861:not(#\9):focus {
937
934
  outline: 2px dotted transparent;
938
935
  outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-frwh89, 3px) - 1px);
939
936
  }
940
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1qctu_839:not(#\9):focus::before {
937
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1sd5i_861:not(#\9):focus::before {
941
938
  content: " ";
942
939
  display: block;
943
940
  position: absolute;
@@ -948,19 +945,19 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1qctu_839:not(#\9):f
948
945
  border-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
949
946
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
950
947
  }
951
- .awsui_tab-button--divider_1gl9c_1qctu_925:not(#\9) {
948
+ .awsui_tab-button--divider_1gl9c_1sd5i_947:not(#\9) {
952
949
  display: inline-block;
953
950
  height: var(--line-height-body-m-2zx78l, 22px);
954
951
  width: var(--border-code-editor-status-divider-width-j22nww, 0px);
955
952
  background: var(--color-border-tabs-divider-xzqbyc, #aab7b8);
956
953
  vertical-align: middle;
957
954
  }
958
- .awsui_tab-button--errors_1gl9c_1qctu_932:not(#\9) {
955
+ .awsui_tab-button--errors_1gl9c_1sd5i_954:not(#\9) {
959
956
  /* used in test-utils */
960
957
  }
961
958
 
962
- .awsui_loading-screen_1gl9c_1qctu_936:not(#\9),
963
- .awsui_error-screen_1gl9c_1qctu_937:not(#\9) {
959
+ .awsui_loading-screen_1gl9c_1sd5i_958:not(#\9),
960
+ .awsui_error-screen_1gl9c_1sd5i_959:not(#\9) {
964
961
  display: flex;
965
962
  align-items: center;
966
963
  justify-content: center;
@@ -970,6 +967,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1qctu_839:not(#\9):f
970
967
  border-radius: var(--border-radius-code-editor-tir8eq, 0px);
971
968
  }
972
969
 
973
- .awsui_error-screen_1gl9c_1qctu_937:not(#\9) {
970
+ .awsui_error-screen_1gl9c_1sd5i_959:not(#\9) {
974
971
  color: var(--color-text-status-error-ofc4yr, #d13212);
975
972
  }