@cloudscape-design/components-themeable 3.0.401 → 3.0.403

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 (191) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/anchor-navigation/styles.scss +113 -0
  3. package/lib/internal/scss/anchor-navigation/test-classes/styles.scss +28 -0
  4. package/lib/internal/scss/internal/components/dropdown/styles.scss +2 -0
  5. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +40 -39
  6. package/lib/internal/scss/internal/styles/utils/mixins.scss +2 -8
  7. package/lib/internal/scss/status-indicator/styles.scss +11 -7
  8. package/lib/internal/template/anchor-navigation/index.d.ts +5 -0
  9. package/lib/internal/template/anchor-navigation/index.d.ts.map +1 -0
  10. package/lib/internal/template/anchor-navigation/index.js +14 -0
  11. package/lib/internal/template/anchor-navigation/index.js.map +1 -0
  12. package/lib/internal/template/anchor-navigation/interfaces.d.ts +67 -0
  13. package/lib/internal/template/anchor-navigation/interfaces.d.ts.map +1 -0
  14. package/lib/internal/template/anchor-navigation/interfaces.js +4 -0
  15. package/lib/internal/template/anchor-navigation/interfaces.js.map +1 -0
  16. package/lib/internal/template/anchor-navigation/internal.d.ts +5 -0
  17. package/lib/internal/template/anchor-navigation/internal.d.ts.map +1 -0
  18. package/lib/internal/template/anchor-navigation/internal.js +48 -0
  19. package/lib/internal/template/anchor-navigation/internal.js.map +1 -0
  20. package/lib/internal/template/anchor-navigation/styles.css.js +13 -0
  21. package/lib/internal/template/anchor-navigation/styles.scoped.css +243 -0
  22. package/lib/internal/template/anchor-navigation/styles.selectors.js +14 -0
  23. package/lib/internal/template/anchor-navigation/test-classes/styles.css.js +11 -0
  24. package/lib/internal/template/anchor-navigation/test-classes/styles.scoped.css +27 -0
  25. package/lib/internal/template/anchor-navigation/test-classes/styles.selectors.js +12 -0
  26. package/lib/internal/template/anchor-navigation/use-scroll-spy.d.ts +18 -0
  27. package/lib/internal/template/anchor-navigation/use-scroll-spy.d.ts.map +1 -0
  28. package/lib/internal/template/anchor-navigation/use-scroll-spy.js +74 -0
  29. package/lib/internal/template/anchor-navigation/use-scroll-spy.js.map +1 -0
  30. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  31. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +30 -30
  32. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  33. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  34. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  35. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  36. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +75 -75
  37. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +295 -295
  38. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +75 -75
  39. package/lib/internal/template/button/styles.css.js +20 -20
  40. package/lib/internal/template/button/styles.scoped.css +151 -152
  41. package/lib/internal/template/button/styles.selectors.js +20 -20
  42. package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
  43. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +18 -19
  44. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
  45. package/lib/internal/template/cards/index.js +2 -2
  46. package/lib/internal/template/cards/index.js.map +1 -1
  47. package/lib/internal/template/code-editor/styles.css.js +32 -32
  48. package/lib/internal/template/code-editor/styles.scoped.css +177 -179
  49. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  50. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  51. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +17 -18
  52. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  53. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  54. package/lib/internal/template/collection-preferences/styles.scoped.css +44 -45
  55. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  56. package/lib/internal/template/container/index.d.ts.map +1 -1
  57. package/lib/internal/template/container/index.js +2 -2
  58. package/lib/internal/template/container/index.js.map +1 -1
  59. package/lib/internal/template/container/internal.d.ts +5 -1
  60. package/lib/internal/template/container/internal.d.ts.map +1 -1
  61. package/lib/internal/template/container/internal.js +7 -4
  62. package/lib/internal/template/container/internal.js.map +1 -1
  63. package/lib/internal/template/content-layout/styles.css.js +7 -7
  64. package/lib/internal/template/content-layout/styles.scoped.css +13 -13
  65. package/lib/internal/template/content-layout/styles.selectors.js +7 -7
  66. package/lib/internal/template/expandable-section/expandable-section-container.d.ts +5 -3
  67. package/lib/internal/template/expandable-section/expandable-section-container.d.ts.map +1 -1
  68. package/lib/internal/template/expandable-section/expandable-section-container.js +2 -2
  69. package/lib/internal/template/expandable-section/expandable-section-container.js.map +1 -1
  70. package/lib/internal/template/expandable-section/index.d.ts.map +1 -1
  71. package/lib/internal/template/expandable-section/index.js +8 -3
  72. package/lib/internal/template/expandable-section/index.js.map +1 -1
  73. package/lib/internal/template/expandable-section/internal.d.ts +3 -3
  74. package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
  75. package/lib/internal/template/expandable-section/internal.js +2 -2
  76. package/lib/internal/template/expandable-section/internal.js.map +1 -1
  77. package/lib/internal/template/expandable-section/styles.css.js +29 -29
  78. package/lib/internal/template/expandable-section/styles.scoped.css +58 -59
  79. package/lib/internal/template/expandable-section/styles.selectors.js +29 -29
  80. package/lib/internal/template/flashbar/styles.css.js +47 -47
  81. package/lib/internal/template/flashbar/styles.scoped.css +171 -172
  82. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  83. package/lib/internal/template/form-field/styles.css.js +19 -19
  84. package/lib/internal/template/form-field/styles.scoped.css +29 -30
  85. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  86. package/lib/internal/template/header/styles.css.js +32 -32
  87. package/lib/internal/template/header/styles.scoped.css +48 -49
  88. package/lib/internal/template/header/styles.selectors.js +32 -32
  89. package/lib/internal/template/index.d.ts +1 -0
  90. package/lib/internal/template/index.d.ts.map +1 -1
  91. package/lib/internal/template/index.js +1 -0
  92. package/lib/internal/template/index.js.map +1 -1
  93. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts +2 -2
  94. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  95. package/lib/internal/template/internal/analytics/components/analytics-funnel.js +8 -2
  96. package/lib/internal/template/internal/analytics/components/analytics-funnel.js.map +1 -1
  97. package/lib/internal/template/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
  98. package/lib/internal/template/internal/analytics/hooks/use-funnel.js +2 -1
  99. package/lib/internal/template/internal/analytics/hooks/use-funnel.js.map +1 -1
  100. package/lib/internal/template/internal/components/abstract-switch/styles.css.js +13 -13
  101. package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +19 -21
  102. package/lib/internal/template/internal/components/abstract-switch/styles.selectors.js +13 -13
  103. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts +31 -2
  104. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts.map +1 -1
  105. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js +49 -7
  106. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js.map +1 -1
  107. package/lib/internal/template/internal/components/dropdown/index.d.ts.map +1 -1
  108. package/lib/internal/template/internal/components/dropdown/index.js +20 -2
  109. package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
  110. package/lib/internal/template/internal/components/dropdown/styles.css.js +21 -21
  111. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +37 -36
  112. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +21 -21
  113. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  114. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +13 -14
  115. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  116. package/lib/internal/template/internal/components/option/styles.css.js +17 -17
  117. package/lib/internal/template/internal/components/option/styles.scoped.css +29 -30
  118. package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
  119. package/lib/internal/template/internal/environment.js +1 -1
  120. package/lib/internal/template/internal/environment.json +1 -1
  121. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  122. package/lib/internal/template/internal/generated/custom-css-properties/index.js +40 -39
  123. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  124. package/lib/internal/template/internal/utils/scrollable-containers.d.ts +6 -1
  125. package/lib/internal/template/internal/utils/scrollable-containers.d.ts.map +1 -1
  126. package/lib/internal/template/internal/utils/scrollable-containers.js +1 -1
  127. package/lib/internal/template/internal/utils/scrollable-containers.js.map +1 -1
  128. package/lib/internal/template/modal/internal.d.ts.map +1 -1
  129. package/lib/internal/template/modal/internal.js +6 -4
  130. package/lib/internal/template/modal/internal.js.map +1 -1
  131. package/lib/internal/template/package.json +1 -0
  132. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  133. package/lib/internal/template/progress-bar/styles.scoped.css +32 -33
  134. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  135. package/lib/internal/template/property-filter/styles.css.js +30 -30
  136. package/lib/internal/template/property-filter/styles.scoped.css +32 -33
  137. package/lib/internal/template/property-filter/styles.selectors.js +30 -30
  138. package/lib/internal/template/side-navigation/styles.css.js +28 -28
  139. package/lib/internal/template/side-navigation/styles.scoped.css +38 -39
  140. package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
  141. package/lib/internal/template/split-panel/styles.css.js +56 -56
  142. package/lib/internal/template/split-panel/styles.scoped.css +77 -78
  143. package/lib/internal/template/split-panel/styles.selectors.js +56 -56
  144. package/lib/internal/template/status-indicator/internal.d.ts.map +1 -1
  145. package/lib/internal/template/status-indicator/internal.js +3 -1
  146. package/lib/internal/template/status-indicator/internal.js.map +1 -1
  147. package/lib/internal/template/status-indicator/styles.css.js +22 -22
  148. package/lib/internal/template/status-indicator/styles.scoped.css +36 -34
  149. package/lib/internal/template/status-indicator/styles.selectors.js +22 -22
  150. package/lib/internal/template/table/header-cell/index.d.ts +0 -2
  151. package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
  152. package/lib/internal/template/table/header-cell/index.js +1 -1
  153. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  154. package/lib/internal/template/table/index.d.ts.map +1 -1
  155. package/lib/internal/template/table/index.js +8 -4
  156. package/lib/internal/template/table/index.js.map +1 -1
  157. package/lib/internal/template/table/internal.d.ts +1 -0
  158. package/lib/internal/template/table/internal.d.ts.map +1 -1
  159. package/lib/internal/template/table/internal.js +8 -2
  160. package/lib/internal/template/table/internal.js.map +1 -1
  161. package/lib/internal/template/table/resizer/index.d.ts +3 -5
  162. package/lib/internal/template/table/resizer/index.d.ts.map +1 -1
  163. package/lib/internal/template/table/resizer/index.js +44 -66
  164. package/lib/internal/template/table/resizer/index.js.map +1 -1
  165. package/lib/internal/template/table/resizer/resizer-lookup.d.ts +8 -0
  166. package/lib/internal/template/table/resizer/resizer-lookup.d.ts.map +1 -0
  167. package/lib/internal/template/table/resizer/resizer-lookup.js +39 -0
  168. package/lib/internal/template/table/resizer/resizer-lookup.js.map +1 -0
  169. package/lib/internal/template/tabs/styles.css.js +21 -21
  170. package/lib/internal/template/tabs/styles.scoped.css +39 -40
  171. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  172. package/lib/internal/template/test-utils/dom/anchor-navigation/index.d.ts +16 -0
  173. package/lib/internal/template/test-utils/dom/anchor-navigation/index.js +58 -0
  174. package/lib/internal/template/test-utils/dom/anchor-navigation/index.js.map +1 -0
  175. package/lib/internal/template/test-utils/dom/index.d.ts +3 -0
  176. package/lib/internal/template/test-utils/dom/index.js +10 -2
  177. package/lib/internal/template/test-utils/dom/index.js.map +1 -1
  178. package/lib/internal/template/test-utils/selectors/anchor-navigation/index.d.ts +15 -0
  179. package/lib/internal/template/test-utils/selectors/anchor-navigation/index.js +45 -0
  180. package/lib/internal/template/test-utils/selectors/anchor-navigation/index.js.map +1 -0
  181. package/lib/internal/template/test-utils/selectors/index.d.ts +3 -0
  182. package/lib/internal/template/test-utils/selectors/index.js +10 -2
  183. package/lib/internal/template/test-utils/selectors/index.js.map +1 -1
  184. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  185. package/lib/internal/template/tiles/styles.css.js +29 -29
  186. package/lib/internal/template/tiles/styles.scoped.css +70 -71
  187. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  188. package/lib/internal/template/wizard/styles.css.js +31 -31
  189. package/lib/internal/template/wizard/styles.scoped.css +64 -68
  190. package/lib/internal/template/wizard/styles.selectors.js +31 -31
  191. 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_14oj3_98 .ace_editor .ace_gutter:not(#\9) {
98
+ .awsui_code-editor-refresh_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_scroller:not(#\9) {
101
+ .awsui_code-editor-refresh_1gl9c_ubu02_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_14oj3_98 .ace_editor:not(#\9) {
105
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
111
- .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
110
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
111
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
117
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
118
118
  background-image: none;
119
119
  }
120
- .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
120
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
128
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
131
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
137
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
141
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
144
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
149
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
156
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
159
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
165
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
169
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
172
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-cell:not(#\9) {
177
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget:not(#\9) {
181
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter_annotation:not(#\9) {
191
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter_annotation:not(#\9) {
192
192
  margin-left: -21px;
193
193
  }
194
- .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_fold-widget:not(#\9),
195
- .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter_annotation:not(#\9) {
194
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_fold-widget:not(#\9),
195
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget:not(#\9):focus,
199
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter_annotation:not(#\9):focus {
198
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_fold-widget:not(#\9):focus,
199
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget:not(#\9):focus,
203
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter_annotation:not(#\9):focus {
202
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_fold-widget:not(#\9):focus,
203
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget:not(#\9):focus::before,
208
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
207
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_fold-widget:not(#\9):focus::before,
208
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_ubu02_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_14oj3_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_14oj3_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
219
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
225
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter:not(#\9) {
229
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter:not(#\9):focus,
234
- .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_scroller:not(#\9):focus {
233
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter:not(#\9):focus,
234
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
237
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
244
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
247
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
253
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
257
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
260
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
265
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
272
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
275
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
281
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
285
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
288
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
293
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
300
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
303
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
309
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
313
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
316
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
321
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
328
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
331
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
337
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
341
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
344
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line:not(#\9) {
349
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
354
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
353
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
354
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
358
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
357
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
358
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_ubu02_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_14oj3_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_14oj3_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_ubu02_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_ubu02_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_14oj3_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
374
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
381
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
384
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
390
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
394
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
402
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
409
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
412
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
418
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
422
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_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_14oj3_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_ubu02_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_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
430
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
437
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
440
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
446
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
450
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
458
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
465
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
468
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
474
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
478
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_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_14oj3_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_ubu02_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_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
486
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_edito
492
492
  }
493
493
  @supports (--css-variable-support-check: #000) {
494
494
  @media not print {
495
- .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
495
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
498
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
504
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
508
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
511
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
516
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
523
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
526
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
532
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
536
+ .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
539
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
544
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
551
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
560
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
564
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_ubu02_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_14oj3_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_14oj3_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_14oj3_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_14oj3_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_ubu02_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_ubu02_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_ubu02_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_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
572
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
579
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_14oj3_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
592
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_ubu02_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_14oj3_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_14oj3_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_14oj3_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_14oj3_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_ubu02_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_ubu02_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_ubu02_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_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
600
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
607
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
616
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
620
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_ubu02_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_14oj3_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_14oj3_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_14oj3_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_14oj3_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_ubu02_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_ubu02_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_ubu02_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_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
628
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
635
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14oj3_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_14oj3_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_ubu02_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_14oj3_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_14oj3_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
648
+ .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_ubu02_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_14oj3_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_14oj3_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_14oj3_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_14oj3_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_ubu02_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_ubu02_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_ubu02_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_ubu02_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_14oj3_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_14oj3_662:not(#\9) {
662
+ .awsui_pane_1gl9c_ubu02_662:not(#\9) {
663
663
  display: flex;
664
664
  position: relative;
665
665
  flex-direction: row;
@@ -670,74 +670,73 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14oj3_98 .ace_edito
670
670
  background: var(--color-background-code-editor-status-bar-ymmryk, #f2f3f3);
671
671
  color: var(--color-text-body-default-ki9w9u, #16191f);
672
672
  }
673
- .awsui_pane__close-container_1gl9c_14oj3_673:not(#\9) {
673
+ .awsui_pane__close-container_1gl9c_ubu02_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_14oj3_678:not(#\9) {
678
+ .awsui_pane__list_1gl9c_ubu02_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_14oj3_685:not(#\9) {
685
+ .awsui_pane__table_1gl9c_ubu02_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_14oj3_690 > .awsui_pane__cell_1gl9c_14oj3_690:not(#\9) {
690
+ .awsui_pane__item_1gl9c_ubu02_690 > .awsui_pane__cell_1gl9c_ubu02_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_14oj3_690 > .awsui_pane__cell_1gl9c_14oj3_690:not(#\9):first-child {
694
+ .awsui_pane__item_1gl9c_ubu02_690 > .awsui_pane__cell_1gl9c_ubu02_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_14oj3_690 > .awsui_pane__cell_1gl9c_14oj3_690:not(#\9):last-child {
699
+ .awsui_pane__item_1gl9c_ubu02_690 > .awsui_pane__cell_1gl9c_ubu02_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_14oj3_704:not(#\9), .awsui_pane__item_1gl9c_14oj3_690:not(#\9):hover, .awsui_pane__item_1gl9c_14oj3_690:not(#\9):focus {
704
+ .awsui_pane__item--highlighted_1gl9c_ubu02_704:not(#\9), .awsui_pane__item_1gl9c_ubu02_690:not(#\9):hover, .awsui_pane__item_1gl9c_ubu02_690:not(#\9):focus {
705
705
  cursor: pointer;
706
706
  outline: none;
707
707
  }
708
- .awsui_pane__item--highlighted_1gl9c_14oj3_704 > .awsui_pane__cell_1gl9c_14oj3_690:not(#\9), .awsui_pane__item_1gl9c_14oj3_690:not(#\9):hover > .awsui_pane__cell_1gl9c_14oj3_690, .awsui_pane__item_1gl9c_14oj3_690:not(#\9):focus > .awsui_pane__cell_1gl9c_14oj3_690 {
708
+ .awsui_pane__item--highlighted_1gl9c_ubu02_704 > .awsui_pane__cell_1gl9c_ubu02_690:not(#\9), .awsui_pane__item_1gl9c_ubu02_690:not(#\9):hover > .awsui_pane__cell_1gl9c_ubu02_690, .awsui_pane__item_1gl9c_ubu02_690:not(#\9):focus > .awsui_pane__cell_1gl9c_ubu02_690 {
709
709
  background-color: var(--color-background-code-editor-pane-item-hover-aa7kp2, #eaeded);
710
710
  }
711
- .awsui_pane__item--highlighted_1gl9c_14oj3_704 > .awsui_pane__cell_1gl9c_14oj3_690:not(#\9), .awsui_pane__item_1gl9c_14oj3_690:not(#\9):hover > .awsui_pane__cell_1gl9c_14oj3_690, .awsui_pane__item_1gl9c_14oj3_690:not(#\9):focus > .awsui_pane__cell_1gl9c_14oj3_690 {
711
+ .awsui_pane__item--highlighted_1gl9c_ubu02_704 > .awsui_pane__cell_1gl9c_ubu02_690:not(#\9), .awsui_pane__item_1gl9c_ubu02_690:not(#\9):hover > .awsui_pane__cell_1gl9c_ubu02_690, .awsui_pane__item_1gl9c_ubu02_690:not(#\9):focus > .awsui_pane__cell_1gl9c_ubu02_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_14oj3_704 > .awsui_pane__cell_1gl9c_14oj3_690:not(#\9):first-child, .awsui_pane__item_1gl9c_14oj3_690:not(#\9):hover > .awsui_pane__cell_1gl9c_14oj3_690:first-child, .awsui_pane__item_1gl9c_14oj3_690:not(#\9):focus > .awsui_pane__cell_1gl9c_14oj3_690:first-child {
715
+ .awsui_pane__item--highlighted_1gl9c_ubu02_704 > .awsui_pane__cell_1gl9c_ubu02_690:not(#\9):first-child, .awsui_pane__item_1gl9c_ubu02_690:not(#\9):hover > .awsui_pane__cell_1gl9c_ubu02_690:first-child, .awsui_pane__item_1gl9c_ubu02_690:not(#\9):focus > .awsui_pane__cell_1gl9c_ubu02_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_14oj3_704 > .awsui_pane__cell_1gl9c_14oj3_690:not(#\9):last-child, .awsui_pane__item_1gl9c_14oj3_690:not(#\9):hover > .awsui_pane__cell_1gl9c_14oj3_690:last-child, .awsui_pane__item_1gl9c_14oj3_690:not(#\9):focus > .awsui_pane__cell_1gl9c_14oj3_690:last-child {
720
+ .awsui_pane__item--highlighted_1gl9c_ubu02_704 > .awsui_pane__cell_1gl9c_ubu02_690:not(#\9):last-child, .awsui_pane__item_1gl9c_ubu02_690:not(#\9):hover > .awsui_pane__cell_1gl9c_ubu02_690:last-child, .awsui_pane__item_1gl9c_ubu02_690:not(#\9):focus > .awsui_pane__cell_1gl9c_ubu02_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_14oj3_725:not(#\9), .awsui_pane__description_1gl9c_14oj3_725:not(#\9) {
725
+ .awsui_pane__location_1gl9c_ubu02_725:not(#\9), .awsui_pane__description_1gl9c_ubu02_725:not(#\9) {
726
726
  padding: var(--space-xxs-9rrxti, 4px) var(--space-s-2025hl, 12px);
727
727
  }
728
- .awsui_pane__location_1gl9c_14oj3_725:not(#\9) {
728
+ .awsui_pane__location_1gl9c_ubu02_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_14oj3_725:not(#\9) {
733
+ .awsui_pane__description_1gl9c_ubu02_725:not(#\9) {
734
734
  padding-right: 0;
735
735
  min-width: 0;
736
- -ms-word-break: break-all;
737
736
  word-break: break-word;
738
737
  }
739
738
 
740
- .awsui_focus-lock_1gl9c_14oj3_740:not(#\9) {
739
+ .awsui_focus-lock_1gl9c_ubu02_739:not(#\9) {
741
740
  height: 100%;
742
741
  }
743
742
 
@@ -745,7 +744,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14oj3_98 .ace_edito
745
744
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
746
745
  SPDX-License-Identifier: Apache-2.0
747
746
  */
748
- .awsui_code-editor_1gl9c_14oj3_98:not(#\9) {
747
+ .awsui_code-editor_1gl9c_ubu02_98:not(#\9) {
749
748
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
750
749
  border-collapse: separate;
751
750
  border-spacing: 0;
@@ -788,23 +787,23 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14oj3_98 .ace_edito
788
787
  width: 100%;
789
788
  }
790
789
 
791
- .awsui_editor_1gl9c_14oj3_765:not(#\9) {
790
+ .awsui_editor_1gl9c_ubu02_764:not(#\9) {
792
791
  position: absolute;
793
792
  top: 0;
794
793
  right: 0;
795
794
  bottom: 0;
796
795
  left: 0;
797
796
  }
798
- .awsui_editor_1gl9c_14oj3_765:not(#\9):focus {
797
+ .awsui_editor_1gl9c_ubu02_764:not(#\9):focus {
799
798
  position: relative;
800
799
  position: absolute;
801
800
  overflow: visible;
802
801
  }
803
- .awsui_editor_1gl9c_14oj3_765:not(#\9):focus {
802
+ .awsui_editor_1gl9c_ubu02_764:not(#\9):focus {
804
803
  outline: 2px dotted transparent;
805
804
  outline-offset: calc(3px - 1px);
806
805
  }
807
- .awsui_editor_1gl9c_14oj3_765:not(#\9):focus::before {
806
+ .awsui_editor_1gl9c_ubu02_764:not(#\9):focus::before {
808
807
  content: " ";
809
808
  display: block;
810
809
  position: absolute;
@@ -816,55 +815,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14oj3_98 .ace_edito
816
815
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
817
816
  }
818
817
 
819
- .awsui_editor-refresh_1gl9c_14oj3_793:not(#\9) {
818
+ .awsui_editor-refresh_1gl9c_ubu02_792:not(#\9) {
820
819
  border-top-left-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
821
820
  border-top-right-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
822
821
  }
823
822
 
824
- .awsui_status-bar_1gl9c_14oj3_798:not(#\9) {
823
+ .awsui_status-bar_1gl9c_ubu02_797:not(#\9) {
825
824
  display: flex;
826
825
  vertical-align: middle;
827
826
  border-top: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
828
827
  background-color: var(--color-background-code-editor-status-bar-ymmryk, #f2f3f3);
829
828
  min-width: 0;
830
- -ms-word-break: break-all;
831
829
  word-break: break-word;
832
830
  }
833
- .awsui_status-bar-with-hidden-pane_1gl9c_14oj3_807:not(#\9) {
831
+ .awsui_status-bar-with-hidden-pane_1gl9c_ubu02_805:not(#\9) {
834
832
  border-bottom-left-radius: var(--border-radius-code-editor-tir8eq, 0px);
835
833
  border-bottom-right-radius: var(--border-radius-code-editor-tir8eq, 0px);
836
834
  }
837
- .awsui_status-bar__left_1gl9c_14oj3_811:not(#\9) {
835
+ .awsui_status-bar__left_1gl9c_ubu02_809:not(#\9) {
838
836
  flex: 1;
839
837
  display: flex;
840
838
  flex-wrap: wrap;
841
839
  padding-left: var(--space-l-xu1x80, 20px);
842
840
  border-right: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
843
841
  }
844
- .awsui_status-bar__left-virtual_1gl9c_14oj3_818:not(#\9) {
842
+ .awsui_status-bar__left-virtual_1gl9c_ubu02_816:not(#\9) {
845
843
  flex-wrap: nowrap;
846
844
  white-space: nowrap;
847
845
  }
848
- .awsui_status-bar__right_1gl9c_14oj3_822:not(#\9) {
846
+ .awsui_status-bar__right_1gl9c_ubu02_820:not(#\9) {
849
847
  display: flex;
850
848
  align-items: center;
851
849
  }
852
- .awsui_status-bar__language-mode_1gl9c_14oj3_826:not(#\9), .awsui_status-bar__cursor-position_1gl9c_14oj3_826:not(#\9) {
850
+ .awsui_status-bar__language-mode_1gl9c_ubu02_824:not(#\9), .awsui_status-bar__cursor-position_1gl9c_ubu02_824:not(#\9) {
853
851
  display: inline-block;
854
852
  color: var(--color-text-body-default-ki9w9u, #16191f);
855
853
  padding: var(--space-scaled-xs-x91h81, 8px) var(--space-s-2025hl, 12px);
856
854
  }
857
- .awsui_status-bar__cog-button_1gl9c_14oj3_831:not(#\9) {
855
+ .awsui_status-bar__cog-button_1gl9c_ubu02_829:not(#\9) {
858
856
  padding: calc(var(--space-scaled-xxs-t7ij38, 4px) - 1px) calc(var(--space-xs-xf5ch3, 8px) - 2px);
859
857
  }
860
858
 
861
- .awsui_status-bar-virtual_1gl9c_14oj3_835:not(#\9) {
859
+ .awsui_status-bar-virtual_1gl9c_ubu02_833:not(#\9) {
862
860
  position: absolute !important;
863
861
  top: -9999px !important;
864
862
  left: -9999px !important;
865
863
  }
866
864
 
867
- .awsui_tab-button_1gl9c_14oj3_841:not(#\9) {
865
+ .awsui_tab-button_1gl9c_ubu02_839:not(#\9) {
868
866
  position: relative;
869
867
  display: inline-block;
870
868
  padding: var(--space-scaled-xs-x91h81, 8px) var(--space-s-2025hl, 12px);
@@ -877,11 +875,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14oj3_98 .ace_edito
877
875
  cursor: pointer;
878
876
  z-index: 1;
879
877
  }
880
- .awsui_tab-button_1gl9c_14oj3_841:not(#\9):hover {
878
+ .awsui_tab-button_1gl9c_ubu02_839:not(#\9):hover {
881
879
  color: var(--color-text-code-editor-tab-button-error-xw0xdi, #ffffff);
882
880
  background: var(--color-text-status-error-ofc4yr, #d13212);
883
881
  }
884
- .awsui_tab-button_1gl9c_14oj3_841:not(#\9)::after {
882
+ .awsui_tab-button_1gl9c_ubu02_839:not(#\9)::after {
885
883
  content: "";
886
884
  position: absolute;
887
885
  left: 0;
@@ -892,54 +890,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14oj3_98 .ace_edito
892
890
  background: var(--color-text-status-error-ofc4yr, #d13212);
893
891
  opacity: 0;
894
892
  }
895
- .awsui_tab-button--refresh_1gl9c_14oj3_869:not(#\9) {
893
+ .awsui_tab-button--refresh_1gl9c_ubu02_867:not(#\9) {
896
894
  padding-bottom: calc(var(--space-scaled-xs-x91h81, 8px) + var(--border-active-width-lk35x8, 2px) - 2px);
897
895
  }
898
- .awsui_tab-button--warnings_1gl9c_14oj3_872:not(#\9) {
896
+ .awsui_tab-button--warnings_1gl9c_ubu02_870:not(#\9) {
899
897
  color: var(--color-text-status-warning-azn00c, #906806);
900
898
  }
901
- .awsui_tab-button--warnings_1gl9c_14oj3_872:not(#\9):hover {
899
+ .awsui_tab-button--warnings_1gl9c_ubu02_870:not(#\9):hover {
902
900
  background: var(--color-text-status-warning-azn00c, #906806);
903
901
  }
904
- .awsui_tab-button--warnings_1gl9c_14oj3_872:not(#\9)::after {
902
+ .awsui_tab-button--warnings_1gl9c_ubu02_870:not(#\9)::after {
905
903
  background: var(--color-text-status-warning-azn00c, #906806);
906
904
  }
907
- .awsui_tab-button--active_1gl9c_14oj3_881:not(#\9)::after {
905
+ .awsui_tab-button--active_1gl9c_ubu02_879:not(#\9)::after {
908
906
  opacity: 1;
909
907
  }
910
- .awsui_tab-button--refresh_1gl9c_14oj3_869:not(#\9)::after {
908
+ .awsui_tab-button--refresh_1gl9c_ubu02_867:not(#\9)::after {
911
909
  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));
912
910
  }
913
911
  @media (prefers-reduced-motion: reduce) {
914
- .awsui_tab-button--refresh_1gl9c_14oj3_869:not(#\9)::after {
912
+ .awsui_tab-button--refresh_1gl9c_ubu02_867:not(#\9)::after {
915
913
  animation: none;
916
914
  transition: none;
917
915
  }
918
916
  }
919
- .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_14oj3_869:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_14oj3_869:not(#\9)::after {
917
+ .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_ubu02_867:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_ubu02_867:not(#\9)::after {
920
918
  animation: none;
921
919
  transition: none;
922
920
  }
923
- .awsui_tab-button--disabled_1gl9c_14oj3_897:not(#\9) {
921
+ .awsui_tab-button--disabled_1gl9c_ubu02_895:not(#\9) {
924
922
  font-weight: normal;
925
923
  color: var(--color-text-code-editor-status-bar-disabled-xv1fre, #879596);
926
924
  cursor: default;
927
925
  }
928
- .awsui_tab-button--disabled_1gl9c_14oj3_897:not(#\9):hover {
926
+ .awsui_tab-button--disabled_1gl9c_ubu02_895:not(#\9):hover {
929
927
  color: var(--color-text-code-editor-status-bar-disabled-xv1fre, #879596);
930
928
  background: transparent;
931
929
  }
932
- .awsui_tab-button--disabled_1gl9c_14oj3_897:not(#\9)::after {
930
+ .awsui_tab-button--disabled_1gl9c_ubu02_895:not(#\9)::after {
933
931
  display: none;
934
932
  }
935
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_14oj3_841:not(#\9):focus {
933
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_ubu02_839:not(#\9):focus {
936
934
  position: relative;
937
935
  }
938
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_14oj3_841:not(#\9):focus {
936
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_ubu02_839:not(#\9):focus {
939
937
  outline: 2px dotted transparent;
940
938
  outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-frwh89, 3px) - 1px);
941
939
  }
942
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_14oj3_841:not(#\9):focus::before {
940
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_ubu02_839:not(#\9):focus::before {
943
941
  content: " ";
944
942
  display: block;
945
943
  position: absolute;
@@ -950,19 +948,19 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_14oj3_841:not(#\9):f
950
948
  border-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
951
949
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
952
950
  }
953
- .awsui_tab-button--divider_1gl9c_14oj3_927:not(#\9) {
951
+ .awsui_tab-button--divider_1gl9c_ubu02_925:not(#\9) {
954
952
  display: inline-block;
955
953
  height: var(--line-height-body-m-2zx78l, 22px);
956
954
  width: var(--border-code-editor-status-divider-width-f1wn1j, 0px);
957
955
  background: var(--color-border-tabs-divider-xx5u11, #aab7b8);
958
956
  vertical-align: middle;
959
957
  }
960
- .awsui_tab-button--errors_1gl9c_14oj3_934:not(#\9) {
958
+ .awsui_tab-button--errors_1gl9c_ubu02_932:not(#\9) {
961
959
  /* used in test-utils */
962
960
  }
963
961
 
964
- .awsui_loading-screen_1gl9c_14oj3_938:not(#\9),
965
- .awsui_error-screen_1gl9c_14oj3_939:not(#\9) {
962
+ .awsui_loading-screen_1gl9c_ubu02_936:not(#\9),
963
+ .awsui_error-screen_1gl9c_ubu02_937:not(#\9) {
966
964
  display: flex;
967
965
  align-items: center;
968
966
  justify-content: center;
@@ -972,6 +970,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_14oj3_841:not(#\9):f
972
970
  border-radius: var(--border-radius-code-editor-tir8eq, 0px);
973
971
  }
974
972
 
975
- .awsui_error-screen_1gl9c_14oj3_939:not(#\9) {
973
+ .awsui_error-screen_1gl9c_ubu02_937:not(#\9) {
976
974
  color: var(--color-text-status-error-ofc4yr, #d13212);
977
975
  }