@cloudscape-design/components-themeable 3.0.470 → 3.0.472

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 (140) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/badge/styles.scss +6 -2
  3. package/lib/internal/scss/box/base-styles.scss +4 -2
  4. package/lib/internal/scss/box/layout.scss +2 -0
  5. package/lib/internal/scss/box/text.scss +3 -3
  6. package/lib/internal/scss/breadcrumb-group/item/styles.scss +3 -2
  7. package/lib/internal/scss/breadcrumb-group/styles.scss +16 -9
  8. package/lib/internal/scss/button-dropdown/category-elements/styles.scss +37 -28
  9. package/lib/internal/scss/button-dropdown/item-element/styles.scss +20 -15
  10. package/lib/internal/scss/button-dropdown/mobile-expandable-group/styles.scss +3 -3
  11. package/lib/internal/scss/button-dropdown/styles.scss +17 -14
  12. package/lib/internal/scss/calendar/styles.scss +36 -20
  13. package/lib/internal/scss/cards/styles.scss +40 -24
  14. package/lib/internal/scss/code-editor/ace-editor.scss +12 -12
  15. package/lib/internal/scss/code-editor/pane.scss +23 -21
  16. package/lib/internal/scss/code-editor/resizable-box/styles.scss +5 -5
  17. package/lib/internal/scss/code-editor/styles.scss +38 -30
  18. package/lib/internal/scss/collection-preferences/content-display/content-display-option.scss +18 -10
  19. package/lib/internal/scss/collection-preferences/content-display/styles.scss +5 -3
  20. package/lib/internal/scss/collection-preferences/styles.scss +1 -1
  21. package/lib/internal/scss/collection-preferences/visible-content.scss +11 -8
  22. package/lib/internal/scss/column-layout/flexible-column-layout/styles.scss +4 -5
  23. package/lib/internal/scss/column-layout/styles.scss +15 -9
  24. package/lib/internal/scss/container/shared.scss +1 -3
  25. package/lib/internal/scss/container/styles.scss +53 -43
  26. package/lib/internal/scss/content-layout/styles.scss +4 -4
  27. package/lib/internal/scss/date-picker/styles.scss +3 -3
  28. package/lib/internal/scss/date-range-picker/calendar/grids/styles.scss +29 -18
  29. package/lib/internal/scss/date-range-picker/relative-range/styles.scss +8 -8
  30. package/lib/internal/scss/date-range-picker/styles.scss +26 -21
  31. package/lib/internal/scss/drawer/styles.scss +13 -10
  32. package/lib/internal/scss/expandable-section/styles.scss +41 -36
  33. package/lib/internal/scss/file-upload/dropzone/styles.scss +6 -2
  34. package/lib/internal/scss/file-upload/file-option/styles.scss +7 -7
  35. package/lib/internal/scss/file-upload/styles.scss +1 -1
  36. package/lib/internal/scss/flashbar/collapsible.scss +25 -25
  37. package/lib/internal/scss/flashbar/styles.scss +29 -19
  38. package/lib/internal/scss/form/styles.scss +10 -10
  39. package/lib/internal/scss/form-field/styles.scss +5 -5
  40. package/lib/internal/template/badge/styles.css.js +5 -5
  41. package/lib/internal/template/badge/styles.scoped.css +11 -7
  42. package/lib/internal/template/badge/styles.selectors.js +5 -5
  43. package/lib/internal/template/box/styles.css.js +190 -190
  44. package/lib/internal/template/box/styles.scoped.css +244 -240
  45. package/lib/internal/template/box/styles.selectors.js +190 -190
  46. package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
  47. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +20 -19
  48. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
  49. package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
  50. package/lib/internal/template/breadcrumb-group/styles.scoped.css +28 -21
  51. package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
  52. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +13 -13
  53. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +60 -50
  54. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +13 -13
  55. package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
  56. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +38 -33
  57. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
  58. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  59. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +8 -8
  60. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  61. package/lib/internal/template/button-dropdown/styles.css.js +15 -15
  62. package/lib/internal/template/button-dropdown/styles.scoped.css +39 -36
  63. package/lib/internal/template/button-dropdown/styles.selectors.js +15 -15
  64. package/lib/internal/template/calendar/styles.css.js +18 -18
  65. package/lib/internal/template/calendar/styles.scoped.css +75 -59
  66. package/lib/internal/template/calendar/styles.selectors.js +18 -18
  67. package/lib/internal/template/cards/styles.css.js +38 -38
  68. package/lib/internal/template/cards/styles.scoped.css +110 -94
  69. package/lib/internal/template/cards/styles.selectors.js +38 -38
  70. package/lib/internal/template/code-editor/resizable-box/styles.css.js +3 -3
  71. package/lib/internal/template/code-editor/resizable-box/styles.scoped.css +13 -13
  72. package/lib/internal/template/code-editor/resizable-box/styles.selectors.js +3 -3
  73. package/lib/internal/template/code-editor/styles.css.js +32 -32
  74. package/lib/internal/template/code-editor/styles.scoped.css +258 -246
  75. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  76. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  77. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +40 -30
  78. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  79. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  80. package/lib/internal/template/collection-preferences/styles.scoped.css +79 -66
  81. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  82. package/lib/internal/template/column-layout/flexible-column-layout/styles.css.js +5 -5
  83. package/lib/internal/template/column-layout/flexible-column-layout/styles.scoped.css +8 -9
  84. package/lib/internal/template/column-layout/flexible-column-layout/styles.selectors.js +5 -5
  85. package/lib/internal/template/column-layout/styles.css.js +13 -13
  86. package/lib/internal/template/column-layout/styles.scoped.css +70 -64
  87. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  88. package/lib/internal/template/container/styles.css.js +28 -28
  89. package/lib/internal/template/container/styles.scoped.css +106 -98
  90. package/lib/internal/template/container/styles.selectors.js +28 -28
  91. package/lib/internal/template/content-layout/styles.css.js +7 -7
  92. package/lib/internal/template/content-layout/styles.scoped.css +15 -15
  93. package/lib/internal/template/content-layout/styles.selectors.js +7 -7
  94. package/lib/internal/template/date-picker/styles.css.js +7 -7
  95. package/lib/internal/template/date-picker/styles.scoped.css +12 -12
  96. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  97. package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +25 -25
  98. package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +71 -60
  99. package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
  100. package/lib/internal/template/date-range-picker/relative-range/styles.css.js +9 -9
  101. package/lib/internal/template/date-range-picker/relative-range/styles.scoped.css +21 -21
  102. package/lib/internal/template/date-range-picker/relative-range/styles.selectors.js +9 -9
  103. package/lib/internal/template/date-range-picker/styles.css.js +38 -38
  104. package/lib/internal/template/date-range-picker/styles.scoped.css +73 -68
  105. package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
  106. package/lib/internal/template/drawer/styles.css.js +3 -3
  107. package/lib/internal/template/drawer/styles.scoped.css +21 -18
  108. package/lib/internal/template/drawer/styles.selectors.js +3 -3
  109. package/lib/internal/template/expandable-section/styles.css.js +29 -29
  110. package/lib/internal/template/expandable-section/styles.scoped.css +99 -94
  111. package/lib/internal/template/expandable-section/styles.selectors.js +29 -29
  112. package/lib/internal/template/file-upload/dropzone/styles.css.js +2 -2
  113. package/lib/internal/template/file-upload/dropzone/styles.scoped.css +8 -4
  114. package/lib/internal/template/file-upload/dropzone/styles.selectors.js +2 -2
  115. package/lib/internal/template/file-upload/file-option/styles.css.js +7 -7
  116. package/lib/internal/template/file-upload/file-option/styles.scoped.css +15 -15
  117. package/lib/internal/template/file-upload/file-option/styles.selectors.js +7 -7
  118. package/lib/internal/template/file-upload/styles.css.js +2 -2
  119. package/lib/internal/template/file-upload/styles.scoped.css +4 -4
  120. package/lib/internal/template/file-upload/styles.selectors.js +2 -2
  121. package/lib/internal/template/flashbar/styles.css.js +47 -47
  122. package/lib/internal/template/flashbar/styles.scoped.css +220 -215
  123. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  124. package/lib/internal/template/form/styles.css.js +9 -9
  125. package/lib/internal/template/form/styles.scoped.css +18 -18
  126. package/lib/internal/template/form/styles.selectors.js +9 -9
  127. package/lib/internal/template/form-field/styles.css.js +19 -19
  128. package/lib/internal/template/form-field/styles.scoped.css +34 -34
  129. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  130. package/lib/internal/template/internal/environment.js +1 -1
  131. package/lib/internal/template/internal/environment.json +1 -1
  132. package/lib/internal/template/internal/hooks/use-scroll-sync/index.js +1 -1
  133. package/lib/internal/template/internal/hooks/use-scroll-sync/index.js.map +1 -1
  134. package/lib/internal/template/modal/styles.css.js +23 -23
  135. package/lib/internal/template/modal/styles.scoped.css +39 -39
  136. package/lib/internal/template/modal/styles.selectors.js +23 -23
  137. package/lib/internal/template/tiles/styles.css.js +29 -29
  138. package/lib/internal/template/tiles/styles.scoped.css +97 -91
  139. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  140. 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_ubu02_98 .ace_editor .ace_gutter:not(#\9) {
99
- border-top-left-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
98
+ .awsui_code-editor-refresh_1gl9c_p68um_98 .ace_editor .ace_gutter:not(#\9) {
99
+ border-start-start-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
100
100
  }
101
- .awsui_code-editor-refresh_1gl9c_ubu02_98 .ace_editor .ace_scroller:not(#\9) {
102
- border-top-right-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
101
+ .awsui_code-editor-refresh_1gl9c_p68um_98 .ace_editor .ace_scroller:not(#\9) {
102
+ border-start-end-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
103
103
  }
104
104
 
105
- .awsui_code-editor_1gl9c_ubu02_98 .ace_editor:not(#\9) {
105
+ .awsui_code-editor_1gl9c_p68um_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_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) {
110
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
111
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
117
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
118
118
  background-image: none;
119
119
  }
120
- .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
120
+ .awsui_code-editor_1gl9c_p68um_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,87 +125,87 @@ 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_ubu02_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
128
+ .awsui_code-editor_1gl9c_p68um_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_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) {
131
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
137
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
141
+ .awsui_code-editor_1gl9c_p68um_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_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) {
144
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
149
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
156
+ .awsui_code-editor_1gl9c_p68um_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_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) {
159
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
165
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
169
+ .awsui_code-editor_1gl9c_p68um_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_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) {
172
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-cell:not(#\9) {
178
- padding-left: 24px;
179
- padding-right: 16px;
177
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-cell:not(#\9) {
178
+ padding-inline: 24px 16px;
180
179
  }
181
- .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_fold-widget:not(#\9) {
180
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_fold-widget:not(#\9) {
182
181
  /* A good test case for disabled folds
183
182
  <<html<<<<
184
183
  </html>
185
184
  */
186
- width: 14px;
187
- margin-right: -15px;
185
+ inline-size: 14px;
186
+ margin-inline-end: -15px;
188
187
  background-color: transparent;
189
- border: none;
188
+ border-block: none;
189
+ border-inline: none;
190
190
  }
191
- .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter_annotation:not(#\9) {
192
- margin-left: -21px;
191
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter_annotation:not(#\9) {
192
+ margin-inline-start: -21px;
193
193
  }
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) {
194
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_fold-widget:not(#\9),
195
+ .awsui_code-editor_1gl9c_p68um_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_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 {
198
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_fold-widget:not(#\9):focus,
199
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_p68um_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_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 {
202
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_fold-widget:not(#\9):focus,
203
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_p68um_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_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 {
207
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_fold-widget:not(#\9):focus::before,
208
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_p68um_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_ubu02_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_ubu02_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
219
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
220
220
  background: transparent;
221
221
  box-sizing: border-box;
222
- border-top: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-b3qkmf, #d5dbdb);
223
- border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-b3qkmf, #d5dbdb);
222
+ border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-b3qkmf, #d5dbdb);
223
+ border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-b3qkmf, #d5dbdb);
224
224
  }
225
- .awsui_code-editor_1gl9c_ubu02_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
226
- border-top: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-amkoqa, #687078);
227
- border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-amkoqa, #687078);
225
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
226
+ border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-amkoqa, #687078);
227
+ border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-amkoqa, #687078);
228
228
  }
229
- .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter:not(#\9) {
229
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter:not(#\9):focus,
234
- .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_scroller:not(#\9):focus {
233
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter:not(#\9):focus,
234
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
237
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
244
+ .awsui_code-editor_1gl9c_p68um_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_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) {
247
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
253
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
257
+ .awsui_code-editor_1gl9c_p68um_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_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) {
260
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
265
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
272
+ .awsui_code-editor_1gl9c_p68um_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_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 {
275
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
281
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
285
+ .awsui_code-editor_1gl9c_p68um_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_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 {
288
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
293
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
300
+ .awsui_code-editor_1gl9c_p68um_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_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) {
303
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
309
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
313
+ .awsui_code-editor_1gl9c_p68um_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_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) {
316
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
321
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
328
+ .awsui_code-editor_1gl9c_p68um_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_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 {
331
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
337
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
341
+ .awsui_code-editor_1gl9c_p68um_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_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 {
344
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line:not(#\9) {
349
+ .awsui_code-editor_1gl9c_p68um_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_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 {
353
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
354
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_p68um_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_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 {
357
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
358
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_p68um_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_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 {
362
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_p68um_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_p68um_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_ubu02_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
374
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
381
+ .awsui_code-editor_1gl9c_p68um_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_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) {
384
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
390
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
394
+ .awsui_code-editor_1gl9c_p68um_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_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) {
397
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
402
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
409
+ .awsui_code-editor_1gl9c_p68um_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_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 {
412
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
418
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
422
+ .awsui_code-editor_1gl9c_p68um_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_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 {
425
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_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_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
430
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
437
+ .awsui_code-editor_1gl9c_p68um_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_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) {
440
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
446
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
450
+ .awsui_code-editor_1gl9c_p68um_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_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) {
453
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
458
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
465
+ .awsui_code-editor_1gl9c_p68um_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_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 {
468
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
474
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
478
+ .awsui_code-editor_1gl9c_p68um_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_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 {
481
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_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_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
486
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_edito
492
492
  }
493
493
  @supports (--css-variable-support-check: #000) {
494
494
  @media not print {
495
- .awsui_code-editor_1gl9c_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
495
+ .awsui_code-editor_1gl9c_p68um_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_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) {
498
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
504
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
508
+ .awsui_code-editor_1gl9c_p68um_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_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) {
511
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
516
+ .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
523
+ .awsui_code-editor_1gl9c_p68um_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_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) {
526
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
532
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_ubu02_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
536
+ .awsui_code-editor_1gl9c_p68um_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_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) {
539
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_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) {
544
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_p68um_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_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) {
551
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_p68um_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_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) {
554
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_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) {
560
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_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) {
564
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_p68um_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_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) {
567
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_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_p68um_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_p68um_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_p68um_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_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 {
572
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_p68um_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_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 {
579
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_p68um_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_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 {
582
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_p68um_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_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 {
588
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_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 {
592
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_p68um_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_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 {
595
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_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_p68um_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_p68um_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_p68um_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_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) {
600
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_p68um_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_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) {
607
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_p68um_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_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) {
610
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_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) {
616
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_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) {
620
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_p68um_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_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) {
623
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_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_p68um_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_p68um_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_p68um_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_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 {
628
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_p68um_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_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 {
635
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_p68um_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_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 {
638
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_p68um_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_p68um_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_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 {
644
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_p68um_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_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 {
648
+ .awsui_code-editor_1gl9c_p68um_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_p68um_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_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 {
651
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_p68um_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_p68um_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_p68um_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_p68um_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,92 +659,94 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_ubu02_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_ubu02_662:not(#\9) {
662
+ .awsui_pane_1gl9c_p68um_662:not(#\9) {
663
663
  display: flex;
664
664
  position: relative;
665
665
  flex-direction: row;
666
666
  flex: 1;
667
- border-top: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
668
- border-bottom-left-radius: var(--border-radius-code-editor-tir8eq, 0px);
669
- border-bottom-right-radius: var(--border-radius-code-editor-tir8eq, 0px);
667
+ border-block-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
668
+ border-end-start-radius: var(--border-radius-code-editor-tir8eq, 0px);
669
+ border-end-end-radius: var(--border-radius-code-editor-tir8eq, 0px);
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_ubu02_673:not(#\9) {
673
+ .awsui_pane__close-container_1gl9c_p68um_673:not(#\9) {
674
674
  position: absolute;
675
- top: 0;
676
- right: calc(var(--space-s-2025hl, 12px) / 2);
675
+ inset-block-start: 0;
676
+ inset-inline-end: calc(var(--space-s-2025hl, 12px) / 2);
677
677
  }
678
- .awsui_pane__list_1gl9c_ubu02_678:not(#\9) {
678
+ .awsui_pane__list_1gl9c_p68um_678:not(#\9) {
679
679
  flex: 1;
680
680
  overflow: auto;
681
- max-height: 100%;
681
+ max-block-size: 100%;
682
682
  box-sizing: border-box;
683
- margin-right: calc(var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-xs-xf5ch3, 8px));
683
+ margin-inline-end: calc(var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-xs-xf5ch3, 8px));
684
684
  }
685
- .awsui_pane__table_1gl9c_ubu02_685:not(#\9) {
686
- width: 100%;
685
+ .awsui_pane__table_1gl9c_p68um_685:not(#\9) {
686
+ inline-size: 100%;
687
687
  border-spacing: 0;
688
- margin: var(--space-s-2025hl, 12px) 0;
688
+ margin-block: var(--space-s-2025hl, 12px);
689
+ margin-inline: 0;
689
690
  }
690
- .awsui_pane__item_1gl9c_ubu02_690 > .awsui_pane__cell_1gl9c_ubu02_690:not(#\9) {
691
- border-top: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
692
- border-bottom: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
691
+ .awsui_pane__item_1gl9c_p68um_691 > .awsui_pane__cell_1gl9c_p68um_691:not(#\9) {
692
+ border-block-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
693
+ border-block-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
693
694
  }
694
- .awsui_pane__item_1gl9c_ubu02_690 > .awsui_pane__cell_1gl9c_ubu02_690:not(#\9):first-child {
695
- border-left: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
696
- border-top-left-radius: var(--border-radius-item-jsz3j8, 0px);
697
- border-bottom-left-radius: var(--border-radius-item-jsz3j8, 0px);
695
+ .awsui_pane__item_1gl9c_p68um_691 > .awsui_pane__cell_1gl9c_p68um_691:not(#\9):first-child {
696
+ border-inline-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
697
+ border-start-start-radius: var(--border-radius-item-jsz3j8, 0px);
698
+ border-end-start-radius: var(--border-radius-item-jsz3j8, 0px);
698
699
  }
699
- .awsui_pane__item_1gl9c_ubu02_690 > .awsui_pane__cell_1gl9c_ubu02_690:not(#\9):last-child {
700
- border-right: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
701
- border-top-right-radius: var(--border-radius-item-jsz3j8, 0px);
702
- border-bottom-right-radius: var(--border-radius-item-jsz3j8, 0px);
700
+ .awsui_pane__item_1gl9c_p68um_691 > .awsui_pane__cell_1gl9c_p68um_691:not(#\9):last-child {
701
+ border-inline-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
702
+ border-start-end-radius: var(--border-radius-item-jsz3j8, 0px);
703
+ border-end-end-radius: var(--border-radius-item-jsz3j8, 0px);
703
704
  }
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
+ .awsui_pane__item--highlighted_1gl9c_p68um_705:not(#\9), .awsui_pane__item_1gl9c_p68um_691:not(#\9):hover, .awsui_pane__item_1gl9c_p68um_691:not(#\9):focus {
705
706
  cursor: pointer;
706
707
  outline: none;
707
708
  }
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
+ .awsui_pane__item--highlighted_1gl9c_p68um_705 > .awsui_pane__cell_1gl9c_p68um_691:not(#\9), .awsui_pane__item_1gl9c_p68um_691:not(#\9):hover > .awsui_pane__cell_1gl9c_p68um_691, .awsui_pane__item_1gl9c_p68um_691:not(#\9):focus > .awsui_pane__cell_1gl9c_p68um_691 {
709
710
  background-color: var(--color-background-code-editor-pane-item-hover-aa7kp2, #eaeded);
710
711
  }
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
- border-top: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
713
- border-bottom: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
712
+ .awsui_pane__item--highlighted_1gl9c_p68um_705 > .awsui_pane__cell_1gl9c_p68um_691:not(#\9), .awsui_pane__item_1gl9c_p68um_691:not(#\9):hover > .awsui_pane__cell_1gl9c_p68um_691, .awsui_pane__item_1gl9c_p68um_691:not(#\9):focus > .awsui_pane__cell_1gl9c_p68um_691 {
713
+ border-block-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
714
+ border-block-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
714
715
  }
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
- border-left: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
717
- border-top-left-radius: var(--border-radius-item-jsz3j8, 0px);
718
- border-bottom-left-radius: var(--border-radius-item-jsz3j8, 0px);
716
+ .awsui_pane__item--highlighted_1gl9c_p68um_705 > .awsui_pane__cell_1gl9c_p68um_691:not(#\9):first-child, .awsui_pane__item_1gl9c_p68um_691:not(#\9):hover > .awsui_pane__cell_1gl9c_p68um_691:first-child, .awsui_pane__item_1gl9c_p68um_691:not(#\9):focus > .awsui_pane__cell_1gl9c_p68um_691:first-child {
717
+ border-inline-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
718
+ border-start-start-radius: var(--border-radius-item-jsz3j8, 0px);
719
+ border-end-start-radius: var(--border-radius-item-jsz3j8, 0px);
719
720
  }
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
- border-right: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
722
- border-top-right-radius: var(--border-radius-item-jsz3j8, 0px);
723
- border-bottom-right-radius: var(--border-radius-item-jsz3j8, 0px);
721
+ .awsui_pane__item--highlighted_1gl9c_p68um_705 > .awsui_pane__cell_1gl9c_p68um_691:not(#\9):last-child, .awsui_pane__item_1gl9c_p68um_691:not(#\9):hover > .awsui_pane__cell_1gl9c_p68um_691:last-child, .awsui_pane__item_1gl9c_p68um_691:not(#\9):focus > .awsui_pane__cell_1gl9c_p68um_691:last-child {
722
+ border-inline-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
723
+ border-start-end-radius: var(--border-radius-item-jsz3j8, 0px);
724
+ border-end-end-radius: var(--border-radius-item-jsz3j8, 0px);
724
725
  }
725
- .awsui_pane__location_1gl9c_ubu02_725:not(#\9), .awsui_pane__description_1gl9c_ubu02_725:not(#\9) {
726
- padding: var(--space-xxs-9rrxti, 4px) var(--space-s-2025hl, 12px);
726
+ .awsui_pane__location_1gl9c_p68um_726:not(#\9), .awsui_pane__description_1gl9c_p68um_726:not(#\9) {
727
+ padding-block: var(--space-xxs-9rrxti, 4px);
728
+ padding-inline: var(--space-s-2025hl, 12px);
727
729
  }
728
- .awsui_pane__location_1gl9c_ubu02_725:not(#\9) {
730
+ .awsui_pane__location_1gl9c_p68um_726:not(#\9) {
729
731
  vertical-align: baseline;
730
732
  white-space: nowrap;
731
- padding-left: calc(var(--space-l-xu1x80, 20px) + var(--space-s-2025hl, 12px));
733
+ padding-inline-start: calc(var(--space-l-xu1x80, 20px) + var(--space-s-2025hl, 12px));
732
734
  }
733
- .awsui_pane__description_1gl9c_ubu02_725:not(#\9) {
734
- padding-right: 0;
735
+ .awsui_pane__description_1gl9c_p68um_726:not(#\9) {
736
+ padding-inline-end: 0;
735
737
  min-width: 0;
736
738
  word-break: break-word;
737
739
  }
738
740
 
739
- .awsui_focus-lock_1gl9c_ubu02_739:not(#\9) {
740
- height: 100%;
741
+ .awsui_focus-lock_1gl9c_p68um_741:not(#\9) {
742
+ block-size: 100%;
741
743
  }
742
744
 
743
745
  /*
744
746
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
745
747
  SPDX-License-Identifier: Apache-2.0
746
748
  */
747
- .awsui_code-editor_1gl9c_ubu02_98:not(#\9) {
749
+ .awsui_code-editor_1gl9c_p68um_98:not(#\9) {
748
750
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
749
751
  border-collapse: separate;
750
752
  border-spacing: 0;
@@ -782,28 +784,29 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_ubu02_98 .ace_edito
782
784
  -webkit-font-smoothing: auto;
783
785
  -moz-osx-font-smoothing: auto;
784
786
  display: inline-block;
785
- border: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
786
- border-radius: var(--border-radius-code-editor-tir8eq, 0px);
787
- width: 100%;
787
+ border-block: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
788
+ border-inline: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
789
+ border-start-start-radius: var(--border-radius-code-editor-tir8eq, 0px);
790
+ border-start-end-radius: var(--border-radius-code-editor-tir8eq, 0px);
791
+ border-end-start-radius: var(--border-radius-code-editor-tir8eq, 0px);
792
+ border-end-end-radius: var(--border-radius-code-editor-tir8eq, 0px);
793
+ inline-size: 100%;
788
794
  }
789
795
 
790
- .awsui_editor_1gl9c_ubu02_764:not(#\9) {
796
+ .awsui_editor_1gl9c_p68um_770:not(#\9) {
791
797
  position: absolute;
792
- top: 0;
793
- right: 0;
794
- bottom: 0;
795
- left: 0;
798
+ inset: 0;
796
799
  }
797
- .awsui_editor_1gl9c_ubu02_764:not(#\9):focus {
800
+ .awsui_editor_1gl9c_p68um_770:not(#\9):focus {
798
801
  position: relative;
799
802
  position: absolute;
800
803
  overflow: visible;
801
804
  }
802
- .awsui_editor_1gl9c_ubu02_764:not(#\9):focus {
805
+ .awsui_editor_1gl9c_p68um_770:not(#\9):focus {
803
806
  outline: 2px dotted transparent;
804
807
  outline-offset: calc(3px - 1px);
805
808
  }
806
- .awsui_editor_1gl9c_ubu02_764:not(#\9):focus::before {
809
+ .awsui_editor_1gl9c_p68um_770:not(#\9):focus::before {
807
810
  content: " ";
808
811
  display: block;
809
812
  position: absolute;
@@ -815,129 +818,135 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_ubu02_98 .ace_edito
815
818
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
816
819
  }
817
820
 
818
- .awsui_editor-refresh_1gl9c_ubu02_792:not(#\9) {
819
- border-top-left-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
820
- border-top-right-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
821
+ .awsui_editor-refresh_1gl9c_p68um_795:not(#\9) {
822
+ border-start-start-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
823
+ border-start-end-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
821
824
  }
822
825
 
823
- .awsui_status-bar_1gl9c_ubu02_797:not(#\9) {
826
+ .awsui_status-bar_1gl9c_p68um_800:not(#\9) {
824
827
  display: flex;
825
828
  vertical-align: middle;
826
- border-top: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
829
+ border-block-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
827
830
  background-color: var(--color-background-code-editor-status-bar-ymmryk, #f2f3f3);
828
831
  min-width: 0;
829
832
  word-break: break-word;
830
833
  }
831
- .awsui_status-bar-with-hidden-pane_1gl9c_ubu02_805:not(#\9) {
832
- border-bottom-left-radius: var(--border-radius-code-editor-tir8eq, 0px);
833
- border-bottom-right-radius: var(--border-radius-code-editor-tir8eq, 0px);
834
+ .awsui_status-bar-with-hidden-pane_1gl9c_p68um_808:not(#\9) {
835
+ border-end-start-radius: var(--border-radius-code-editor-tir8eq, 0px);
836
+ border-end-end-radius: var(--border-radius-code-editor-tir8eq, 0px);
834
837
  }
835
- .awsui_status-bar__left_1gl9c_ubu02_809:not(#\9) {
838
+ .awsui_status-bar__left_1gl9c_p68um_812:not(#\9) {
836
839
  flex: 1;
837
840
  display: flex;
838
841
  flex-wrap: wrap;
839
- padding-left: var(--space-l-xu1x80, 20px);
840
- border-right: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
842
+ padding-inline-start: var(--space-l-xu1x80, 20px);
843
+ border-inline-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
841
844
  }
842
- .awsui_status-bar__left-virtual_1gl9c_ubu02_816:not(#\9) {
845
+ .awsui_status-bar__left-virtual_1gl9c_p68um_819:not(#\9) {
843
846
  flex-wrap: nowrap;
844
847
  white-space: nowrap;
845
848
  }
846
- .awsui_status-bar__right_1gl9c_ubu02_820:not(#\9) {
849
+ .awsui_status-bar__right_1gl9c_p68um_823:not(#\9) {
847
850
  display: flex;
848
851
  align-items: center;
849
852
  }
850
- .awsui_status-bar__language-mode_1gl9c_ubu02_824:not(#\9), .awsui_status-bar__cursor-position_1gl9c_ubu02_824:not(#\9) {
853
+ .awsui_status-bar__language-mode_1gl9c_p68um_827:not(#\9), .awsui_status-bar__cursor-position_1gl9c_p68um_827:not(#\9) {
851
854
  display: inline-block;
852
855
  color: var(--color-text-body-default-ki9w9u, #16191f);
853
- padding: var(--space-scaled-xs-x91h81, 8px) var(--space-s-2025hl, 12px);
856
+ padding-block: var(--space-scaled-xs-x91h81, 8px);
857
+ padding-inline: var(--space-s-2025hl, 12px);
854
858
  }
855
- .awsui_status-bar__cog-button_1gl9c_ubu02_829:not(#\9) {
856
- padding: calc(var(--space-scaled-xxs-t7ij38, 4px) - 1px) calc(var(--space-xs-xf5ch3, 8px) - 2px);
859
+ .awsui_status-bar__cog-button_1gl9c_p68um_833:not(#\9) {
860
+ padding-block: calc(var(--space-scaled-xxs-t7ij38, 4px) - 1px);
861
+ padding-inline: calc(var(--space-xs-xf5ch3, 8px) - 2px);
857
862
  }
858
863
 
859
- .awsui_status-bar-virtual_1gl9c_ubu02_833:not(#\9) {
864
+ .awsui_status-bar-virtual_1gl9c_p68um_838:not(#\9) {
860
865
  position: absolute !important;
861
866
  top: -9999px !important;
862
867
  left: -9999px !important;
863
868
  }
864
869
 
865
- .awsui_tab-button_1gl9c_ubu02_839:not(#\9) {
870
+ .awsui_tab-button_1gl9c_p68um_844:not(#\9) {
866
871
  position: relative;
867
872
  display: inline-block;
868
- padding: var(--space-scaled-xs-x91h81, 8px) var(--space-s-2025hl, 12px);
873
+ padding-block: var(--space-scaled-xs-x91h81, 8px);
874
+ padding-inline: var(--space-s-2025hl, 12px);
869
875
  line-height: inherit;
870
876
  color: var(--color-text-status-error-ofc4yr, #d13212);
871
877
  background: none;
872
- border: none;
878
+ border-block: none;
879
+ border-inline: none;
873
880
  font-weight: bold;
874
881
  outline: none;
875
882
  cursor: pointer;
876
883
  z-index: 1;
877
884
  }
878
- .awsui_tab-button_1gl9c_ubu02_839:not(#\9):hover {
885
+ .awsui_tab-button_1gl9c_p68um_844:not(#\9):hover {
879
886
  color: var(--color-text-code-editor-tab-button-error-xw0xdi, #ffffff);
880
887
  background: var(--color-text-status-error-ofc4yr, #d13212);
881
888
  }
882
- .awsui_tab-button_1gl9c_ubu02_839:not(#\9)::after {
889
+ .awsui_tab-button_1gl9c_p68um_844:not(#\9)::after {
883
890
  content: "";
884
891
  position: absolute;
885
- left: 0;
886
- right: 0;
887
- bottom: 0;
888
- height: var(--border-active-width-lk35x8, 2px);
889
- border-radius: var(--border-radius-tabs-focus-ring-7k0vsi, 0px);
892
+ inset-inline: 0;
893
+ inset-block-end: 0;
894
+ block-size: var(--border-active-width-lk35x8, 2px);
895
+ border-start-start-radius: var(--border-radius-tabs-focus-ring-7k0vsi, 0px);
896
+ border-start-end-radius: var(--border-radius-tabs-focus-ring-7k0vsi, 0px);
897
+ border-end-start-radius: var(--border-radius-tabs-focus-ring-7k0vsi, 0px);
898
+ border-end-end-radius: var(--border-radius-tabs-focus-ring-7k0vsi, 0px);
890
899
  background: var(--color-text-status-error-ofc4yr, #d13212);
891
900
  opacity: 0;
892
901
  }
893
- .awsui_tab-button--refresh_1gl9c_ubu02_867:not(#\9) {
894
- padding-bottom: calc(var(--space-scaled-xs-x91h81, 8px) + var(--border-active-width-lk35x8, 2px) - 2px);
902
+ .awsui_tab-button--refresh_1gl9c_p68um_876:not(#\9) {
903
+ padding-block-end: calc(var(--space-scaled-xs-x91h81, 8px) + var(--border-active-width-lk35x8, 2px) - 2px);
895
904
  }
896
- .awsui_tab-button--warnings_1gl9c_ubu02_870:not(#\9) {
905
+ .awsui_tab-button--warnings_1gl9c_p68um_879:not(#\9) {
897
906
  color: var(--color-text-status-warning-azn00c, #906806);
898
907
  }
899
- .awsui_tab-button--warnings_1gl9c_ubu02_870:not(#\9):hover {
908
+ .awsui_tab-button--warnings_1gl9c_p68um_879:not(#\9):hover {
900
909
  background: var(--color-text-status-warning-azn00c, #906806);
901
910
  }
902
- .awsui_tab-button--warnings_1gl9c_ubu02_870:not(#\9)::after {
911
+ .awsui_tab-button--warnings_1gl9c_p68um_879:not(#\9)::after {
903
912
  background: var(--color-text-status-warning-azn00c, #906806);
904
913
  }
905
- .awsui_tab-button--active_1gl9c_ubu02_879:not(#\9)::after {
914
+ .awsui_tab-button--active_1gl9c_p68um_888:not(#\9)::after {
906
915
  opacity: 1;
907
916
  }
908
- .awsui_tab-button--refresh_1gl9c_ubu02_867:not(#\9)::after {
917
+ .awsui_tab-button--refresh_1gl9c_p68um_876:not(#\9)::after {
909
918
  transition: opacity var(--motion-duration-refresh-only-medium-0rwzu1, 165ms) var(--motion-easing-refresh-only-c-2mltoq, cubic-bezier(0.84, 0, 0.16, 1));
910
919
  }
911
920
  @media (prefers-reduced-motion: reduce) {
912
- .awsui_tab-button--refresh_1gl9c_ubu02_867:not(#\9)::after {
921
+ .awsui_tab-button--refresh_1gl9c_p68um_876:not(#\9)::after {
913
922
  animation: none;
914
923
  transition: none;
915
924
  }
916
925
  }
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 {
926
+ .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_p68um_876:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_p68um_876:not(#\9)::after {
918
927
  animation: none;
919
928
  transition: none;
920
929
  }
921
- .awsui_tab-button--disabled_1gl9c_ubu02_895:not(#\9) {
930
+ .awsui_tab-button--disabled_1gl9c_p68um_904:not(#\9) {
922
931
  font-weight: normal;
923
932
  color: var(--color-text-code-editor-status-bar-disabled-xv1fre, #879596);
924
933
  cursor: default;
925
934
  }
926
- .awsui_tab-button--disabled_1gl9c_ubu02_895:not(#\9):hover {
935
+ .awsui_tab-button--disabled_1gl9c_p68um_904:not(#\9):hover {
927
936
  color: var(--color-text-code-editor-status-bar-disabled-xv1fre, #879596);
928
937
  background: transparent;
929
938
  }
930
- .awsui_tab-button--disabled_1gl9c_ubu02_895:not(#\9)::after {
939
+ .awsui_tab-button--disabled_1gl9c_p68um_904:not(#\9)::after {
931
940
  display: none;
932
941
  }
933
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_ubu02_839:not(#\9):focus {
942
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_p68um_844:not(#\9):focus {
934
943
  position: relative;
935
944
  }
936
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_ubu02_839:not(#\9):focus {
945
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_p68um_844:not(#\9):focus {
937
946
  outline: 2px dotted transparent;
938
947
  outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-frwh89, 3px) - 1px);
939
948
  }
940
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_ubu02_839:not(#\9):focus::before {
949
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_p68um_844:not(#\9):focus::before {
941
950
  content: " ";
942
951
  display: block;
943
952
  position: absolute;
@@ -948,28 +957,31 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_ubu02_839:not(#\9):f
948
957
  border-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
949
958
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
950
959
  }
951
- .awsui_tab-button--divider_1gl9c_ubu02_925:not(#\9) {
960
+ .awsui_tab-button--divider_1gl9c_p68um_934:not(#\9) {
952
961
  display: inline-block;
953
- height: var(--line-height-body-m-2zx78l, 22px);
954
- width: var(--border-code-editor-status-divider-width-f1wn1j, 0px);
962
+ block-size: var(--line-height-body-m-2zx78l, 22px);
963
+ inline-size: var(--border-code-editor-status-divider-width-f1wn1j, 0px);
955
964
  background: var(--color-border-tabs-divider-xx5u11, #aab7b8);
956
965
  vertical-align: middle;
957
966
  }
958
- .awsui_tab-button--errors_1gl9c_ubu02_932:not(#\9) {
967
+ .awsui_tab-button--errors_1gl9c_p68um_941:not(#\9) {
959
968
  /* used in test-utils */
960
969
  }
961
970
 
962
- .awsui_loading-screen_1gl9c_ubu02_936:not(#\9),
963
- .awsui_error-screen_1gl9c_ubu02_937:not(#\9) {
971
+ .awsui_loading-screen_1gl9c_p68um_945:not(#\9),
972
+ .awsui_error-screen_1gl9c_p68um_946:not(#\9) {
964
973
  display: flex;
965
974
  align-items: center;
966
975
  justify-content: center;
967
- height: 480px;
976
+ block-size: 480px;
968
977
  color: var(--color-text-body-secondary-yttmze, #545b64);
969
978
  background: var(--color-background-code-editor-loading-6bioe0, #f2f3f3);
970
- border-radius: var(--border-radius-code-editor-tir8eq, 0px);
979
+ border-start-start-radius: var(--border-radius-code-editor-tir8eq, 0px);
980
+ border-start-end-radius: var(--border-radius-code-editor-tir8eq, 0px);
981
+ border-end-start-radius: var(--border-radius-code-editor-tir8eq, 0px);
982
+ border-end-end-radius: var(--border-radius-code-editor-tir8eq, 0px);
971
983
  }
972
984
 
973
- .awsui_error-screen_1gl9c_ubu02_937:not(#\9) {
985
+ .awsui_error-screen_1gl9c_p68um_946:not(#\9) {
974
986
  color: var(--color-text-status-error-ofc4yr, #d13212);
975
987
  }