@cloudscape-design/components 3.0.311 → 3.0.312
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.
- package/code-editor/resizable-box/styles.css.js +3 -3
- package/code-editor/resizable-box/styles.scoped.css +10 -8
- package/code-editor/resizable-box/styles.selectors.js +3 -3
- package/code-editor/styles.css.js +32 -32
- package/code-editor/styles.scoped.css +189 -157
- package/code-editor/styles.selectors.js +32 -32
- package/container/interfaces.d.ts +50 -0
- package/container/interfaces.d.ts.map +1 -1
- package/container/interfaces.js.map +1 -1
- package/container/internal.d.ts +1 -1
- package/container/internal.d.ts.map +1 -1
- package/container/internal.js +24 -18
- package/container/internal.js.map +1 -1
- package/container/styles.css.js +28 -18
- package/container/styles.scoped.css +93 -36
- package/container/styles.selectors.js +28 -18
- package/expandable-section/expandable-section-header.d.ts +2 -1
- package/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/expandable-section/expandable-section-header.js +6 -16
- package/expandable-section/expandable-section-header.js.map +1 -1
- package/expandable-section/internal.d.ts.map +1 -1
- package/expandable-section/internal.js +3 -2
- package/expandable-section/internal.js.map +1 -1
- package/help-panel/styles.css.js +4 -4
- package/help-panel/styles.scoped.css +135 -95
- package/help-panel/styles.selectors.js +4 -4
- package/i18n/provider.d.ts.map +1 -1
- package/i18n/provider.js +2 -0
- package/i18n/provider.js.map +1 -1
- package/internal/base-component/styles.scoped.css +382 -379
- package/internal/environment.js +1 -1
- package/internal/generated/theming/index.cjs +2 -1
- package/internal/generated/theming/index.js +2 -1
- package/internal/hooks/use-visual-mode/index.d.ts.map +1 -1
- package/internal/hooks/use-visual-mode/index.js +3 -0
- package/internal/hooks/use-visual-mode/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/test-utils/dom/container/index.d.ts +1 -0
- package/test-utils/dom/container/index.js +3 -0
- package/test-utils/dom/container/index.js.map +1 -1
- package/test-utils/dom/expandable-section/index.js +1 -1
- package/test-utils/dom/expandable-section/index.js.map +1 -1
- package/test-utils/selectors/container/index.d.ts +1 -0
- package/test-utils/selectors/container/index.js +3 -0
- package/test-utils/selectors/container/index.js.map +1 -1
- package/test-utils/selectors/expandable-section/index.js +1 -1
- package/test-utils/selectors/expandable-section/index.js.map +1 -1
- package/test-utils/tsconfig.tsbuildinfo +1 -1
- package/text-content/styles.css.js +1 -1
- package/text-content/styles.scoped.css +65 -64
- package/text-content/styles.selectors.js +1 -1
|
@@ -95,51 +95,55 @@ 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-
|
|
98
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor:not(#\9) {
|
|
99
99
|
font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
|
|
100
100
|
font-size: 14px;
|
|
101
101
|
line-height: 20px;
|
|
102
102
|
}
|
|
103
|
-
.awsui_code-
|
|
104
|
-
.awsui_code-
|
|
103
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
|
|
104
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
105
105
|
cursor: pointer;
|
|
106
106
|
background-repeat: no-repeat;
|
|
107
107
|
background-size: 16px 16px;
|
|
108
108
|
background-position: 4px 2px;
|
|
109
109
|
}
|
|
110
|
-
.awsui_code-
|
|
110
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
|
|
111
111
|
background-image: none;
|
|
112
112
|
}
|
|
113
|
-
.awsui_code-
|
|
113
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
114
114
|
color: var(--color-text-status-error-p6dh5n, #d91515);
|
|
115
115
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d91515' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
116
116
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
117
117
|
}
|
|
118
118
|
@supports (--css-variable-support-check: #000) {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
119
|
+
@media not print {
|
|
120
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
121
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
122
|
+
}
|
|
123
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
124
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%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");
|
|
125
|
+
}
|
|
124
126
|
}
|
|
125
127
|
}
|
|
126
|
-
.awsui_code-
|
|
128
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
127
129
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d91515' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
128
130
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
129
131
|
}
|
|
130
132
|
@supports (--css-variable-support-check: #000) {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
133
|
+
@media not print {
|
|
134
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
135
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
136
|
+
}
|
|
137
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
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='%23eb6f6f' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
139
|
+
}
|
|
136
140
|
}
|
|
137
141
|
}
|
|
138
|
-
.awsui_code-
|
|
142
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-cell:not(#\9) {
|
|
139
143
|
padding-left: 24px;
|
|
140
144
|
padding-right: 16px;
|
|
141
145
|
}
|
|
142
|
-
.awsui_code-
|
|
146
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget:not(#\9) {
|
|
143
147
|
/* A good test case for disabled folds
|
|
144
148
|
<<html<<<<
|
|
145
149
|
</html>
|
|
@@ -150,199 +154,227 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
154
|
border: none;
|
|
151
155
|
box-shadow: none;
|
|
152
156
|
}
|
|
153
|
-
.awsui_code-
|
|
157
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
154
158
|
background: transparent;
|
|
155
159
|
box-sizing: border-box;
|
|
156
160
|
border-top: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-nt3yge, #d1d5db);
|
|
157
161
|
border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-nt3yge, #d1d5db);
|
|
158
162
|
}
|
|
159
|
-
.awsui_code-
|
|
163
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
160
164
|
border-top: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-tbaa9q, #5f6b7a);
|
|
161
165
|
border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-tbaa9q, #5f6b7a);
|
|
162
166
|
}
|
|
163
|
-
.awsui_code-
|
|
167
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter:not(#\9) {
|
|
164
168
|
background-color: var(--color-background-code-editor-gutter-default-h4l2ku, #f4f4f4);
|
|
165
169
|
color: var(--color-text-code-editor-gutter-default-w4avu2, #000716);
|
|
166
170
|
}
|
|
167
|
-
.awsui_code-
|
|
171
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
168
172
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414d5c' fill='%23414d5c' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
169
173
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
170
174
|
}
|
|
171
175
|
@supports (--css-variable-support-check: #000) {
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
176
|
+
@media not print {
|
|
177
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
178
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
179
|
+
}
|
|
180
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
181
|
+
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");
|
|
182
|
+
}
|
|
177
183
|
}
|
|
178
184
|
}
|
|
179
|
-
.awsui_code-
|
|
185
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
180
186
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
181
187
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
182
188
|
}
|
|
183
189
|
@supports (--css-variable-support-check: #000) {
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
190
|
+
@media not print {
|
|
191
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
192
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
193
|
+
}
|
|
194
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
195
|
+
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");
|
|
196
|
+
}
|
|
189
197
|
}
|
|
190
198
|
}
|
|
191
|
-
.awsui_code-
|
|
199
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
192
200
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414d5c' fill='%23414d5c' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
193
201
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
194
202
|
}
|
|
195
203
|
@supports (--css-variable-support-check: #000) {
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
204
|
+
@media not print {
|
|
205
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
206
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
207
|
+
}
|
|
208
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
209
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
210
|
+
}
|
|
201
211
|
}
|
|
202
212
|
}
|
|
203
|
-
.awsui_code-
|
|
213
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
204
214
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
205
215
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
206
216
|
}
|
|
207
217
|
@supports (--css-variable-support-check: #000) {
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
218
|
+
@media not print {
|
|
219
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
220
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
221
|
+
}
|
|
222
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
223
|
+
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");
|
|
224
|
+
}
|
|
213
225
|
}
|
|
214
226
|
}
|
|
215
|
-
.awsui_code-
|
|
227
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line:not(#\9) {
|
|
216
228
|
background-color: var(--color-background-code-editor-gutter-active-line-default-vdvi0q, #5f6b7a);
|
|
217
229
|
color: var(--color-text-code-editor-gutter-active-line-ltz9qi, #ffffff);
|
|
218
230
|
}
|
|
219
|
-
.awsui_code-
|
|
231
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
220
232
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
221
233
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
222
234
|
}
|
|
223
235
|
@supports (--css-variable-support-check: #000) {
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
236
|
+
@media not print {
|
|
237
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
238
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
239
|
+
}
|
|
240
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
241
|
+
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");
|
|
242
|
+
}
|
|
229
243
|
}
|
|
230
244
|
}
|
|
231
|
-
.awsui_code-
|
|
245
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
232
246
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
233
247
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
234
248
|
}
|
|
235
249
|
@supports (--css-variable-support-check: #000) {
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
250
|
+
@media not print {
|
|
251
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
252
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
253
|
+
}
|
|
254
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
255
|
+
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");
|
|
256
|
+
}
|
|
241
257
|
}
|
|
242
258
|
}
|
|
243
|
-
.awsui_code-
|
|
259
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
244
260
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
245
261
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
246
262
|
}
|
|
247
263
|
@supports (--css-variable-support-check: #000) {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
264
|
+
@media not print {
|
|
265
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
266
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
267
|
+
}
|
|
268
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
269
|
+
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");
|
|
270
|
+
}
|
|
253
271
|
}
|
|
254
272
|
}
|
|
255
|
-
.awsui_code-
|
|
273
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
256
274
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
257
275
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
258
276
|
}
|
|
259
277
|
@supports (--css-variable-support-check: #000) {
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
278
|
+
@media not print {
|
|
279
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
280
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
281
|
+
}
|
|
282
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
283
|
+
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");
|
|
284
|
+
}
|
|
265
285
|
}
|
|
266
286
|
}
|
|
267
|
-
.awsui_code-
|
|
287
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
268
288
|
color: var(--color-text-code-editor-gutter-active-line-ltz9qi, #ffffff);
|
|
269
289
|
background-color: var(--color-background-code-editor-gutter-active-line-error-bipje4, #d91515);
|
|
270
290
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
271
291
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
272
292
|
}
|
|
273
293
|
@supports (--css-variable-support-check: #000) {
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
294
|
+
@media not print {
|
|
295
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
296
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
297
|
+
}
|
|
298
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
299
|
+
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");
|
|
300
|
+
}
|
|
279
301
|
}
|
|
280
302
|
}
|
|
281
|
-
.awsui_code-
|
|
303
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
282
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='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
283
305
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
284
306
|
}
|
|
285
307
|
@supports (--css-variable-support-check: #000) {
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
308
|
+
@media not print {
|
|
309
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
310
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
311
|
+
}
|
|
312
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
313
|
+
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");
|
|
314
|
+
}
|
|
291
315
|
}
|
|
292
316
|
}
|
|
293
|
-
.awsui_code-
|
|
317
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
294
318
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
295
319
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
296
320
|
}
|
|
297
321
|
@supports (--css-variable-support-check: #000) {
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
322
|
+
@media not print {
|
|
323
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
324
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
325
|
+
}
|
|
326
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
327
|
+
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");
|
|
328
|
+
}
|
|
303
329
|
}
|
|
304
330
|
}
|
|
305
|
-
.awsui_code-
|
|
331
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
306
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='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
307
333
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
308
334
|
}
|
|
309
335
|
@supports (--css-variable-support-check: #000) {
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
336
|
+
@media not print {
|
|
337
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
338
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
339
|
+
}
|
|
340
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_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_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
341
|
+
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");
|
|
342
|
+
}
|
|
315
343
|
}
|
|
316
344
|
}
|
|
317
|
-
.awsui_code-
|
|
345
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
318
346
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
319
347
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
320
348
|
}
|
|
321
349
|
@supports (--css-variable-support-check: #000) {
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
350
|
+
@media not print {
|
|
351
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
352
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
353
|
+
}
|
|
354
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
355
|
+
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");
|
|
356
|
+
}
|
|
327
357
|
}
|
|
328
358
|
}
|
|
329
|
-
.awsui_code-
|
|
359
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
330
360
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
331
361
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
332
362
|
}
|
|
333
363
|
@supports (--css-variable-support-check: #000) {
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
364
|
+
@media not print {
|
|
365
|
+
.awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
366
|
+
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
367
|
+
}
|
|
368
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_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_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_f74y9_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
369
|
+
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");
|
|
370
|
+
}
|
|
339
371
|
}
|
|
340
372
|
}
|
|
341
373
|
|
|
342
|
-
.awsui_code-editor-
|
|
374
|
+
.awsui_code-editor-refresh_1gl9c_f74y9_374 .ace_editor .ace_gutter:not(#\9) {
|
|
343
375
|
border-top-left-radius: calc(var(--border-radius-code-editor-psbxml, 8px) - var(--border-item-width-y36svo, 2px));
|
|
344
376
|
}
|
|
345
|
-
.awsui_code-editor-
|
|
377
|
+
.awsui_code-editor-refresh_1gl9c_f74y9_374 .ace_editor .ace_scroller:not(#\9) {
|
|
346
378
|
border-top-right-radius: calc(var(--border-radius-code-editor-psbxml, 8px) - var(--border-item-width-y36svo, 2px));
|
|
347
379
|
}
|
|
348
380
|
|
|
@@ -351,7 +383,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
351
383
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
352
384
|
SPDX-License-Identifier: Apache-2.0
|
|
353
385
|
*/
|
|
354
|
-
.
|
|
386
|
+
.awsui_pane_1gl9c_f74y9_386:not(#\9) {
|
|
355
387
|
display: flex;
|
|
356
388
|
position: relative;
|
|
357
389
|
flex-direction: row;
|
|
@@ -362,74 +394,74 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
362
394
|
background: var(--color-background-code-editor-status-bar-ox523p, #f4f4f4);
|
|
363
395
|
color: var(--color-text-body-default-mmvcvg, #000716);
|
|
364
396
|
}
|
|
365
|
-
.awsui_pane__close-
|
|
397
|
+
.awsui_pane__close-container_1gl9c_f74y9_397:not(#\9) {
|
|
366
398
|
position: absolute;
|
|
367
399
|
top: 0;
|
|
368
400
|
right: calc(var(--space-s-hdd878, 12px) / 2);
|
|
369
401
|
}
|
|
370
|
-
.
|
|
402
|
+
.awsui_pane__list_1gl9c_f74y9_402:not(#\9) {
|
|
371
403
|
flex: 1;
|
|
372
404
|
overflow: auto;
|
|
373
405
|
max-height: 100%;
|
|
374
406
|
box-sizing: border-box;
|
|
375
407
|
margin-right: calc(var(--font-body-m-line-height-rfgrp9, 22px) + 2 * var(--space-xs-edba2s, 8px));
|
|
376
408
|
}
|
|
377
|
-
.
|
|
409
|
+
.awsui_pane__table_1gl9c_f74y9_409:not(#\9) {
|
|
378
410
|
width: 100%;
|
|
379
411
|
border-spacing: 0;
|
|
380
412
|
margin: var(--space-s-hdd878, 12px) 0;
|
|
381
413
|
}
|
|
382
|
-
.
|
|
414
|
+
.awsui_pane__item_1gl9c_f74y9_414 > .awsui_pane__cell_1gl9c_f74y9_414:not(#\9) {
|
|
383
415
|
border-top: var(--border-item-width-y36svo, 2px) solid var(--color-transparent-c8buz2, transparent);
|
|
384
416
|
border-bottom: var(--border-item-width-y36svo, 2px) solid var(--color-transparent-c8buz2, transparent);
|
|
385
417
|
}
|
|
386
|
-
.
|
|
418
|
+
.awsui_pane__item_1gl9c_f74y9_414 > .awsui_pane__cell_1gl9c_f74y9_414:not(#\9):first-child {
|
|
387
419
|
border-left: var(--border-item-width-y36svo, 2px) solid var(--color-transparent-c8buz2, transparent);
|
|
388
420
|
border-top-left-radius: var(--border-radius-item-gyl0qr, 8px);
|
|
389
421
|
border-bottom-left-radius: var(--border-radius-item-gyl0qr, 8px);
|
|
390
422
|
}
|
|
391
|
-
.
|
|
423
|
+
.awsui_pane__item_1gl9c_f74y9_414 > .awsui_pane__cell_1gl9c_f74y9_414:not(#\9):last-child {
|
|
392
424
|
border-right: var(--border-item-width-y36svo, 2px) solid var(--color-transparent-c8buz2, transparent);
|
|
393
425
|
border-top-right-radius: var(--border-radius-item-gyl0qr, 8px);
|
|
394
426
|
border-bottom-right-radius: var(--border-radius-item-gyl0qr, 8px);
|
|
395
427
|
}
|
|
396
|
-
.awsui_pane__item--
|
|
428
|
+
.awsui_pane__item--highlighted_1gl9c_f74y9_428:not(#\9), .awsui_pane__item_1gl9c_f74y9_414:not(#\9):hover, .awsui_pane__item_1gl9c_f74y9_414:not(#\9):focus {
|
|
397
429
|
cursor: pointer;
|
|
398
430
|
outline: none;
|
|
399
431
|
}
|
|
400
|
-
.awsui_pane__item--
|
|
432
|
+
.awsui_pane__item--highlighted_1gl9c_f74y9_428 > .awsui_pane__cell_1gl9c_f74y9_414:not(#\9), .awsui_pane__item_1gl9c_f74y9_414:not(#\9):hover > .awsui_pane__cell_1gl9c_f74y9_414, .awsui_pane__item_1gl9c_f74y9_414:not(#\9):focus > .awsui_pane__cell_1gl9c_f74y9_414 {
|
|
401
433
|
background-color: var(--color-background-code-editor-pane-item-hover-4db1uq, #e9ebed);
|
|
402
434
|
}
|
|
403
|
-
.awsui_pane__item--
|
|
435
|
+
.awsui_pane__item--highlighted_1gl9c_f74y9_428 > .awsui_pane__cell_1gl9c_f74y9_414:not(#\9), .awsui_pane__item_1gl9c_f74y9_414:not(#\9):hover > .awsui_pane__cell_1gl9c_f74y9_414, .awsui_pane__item_1gl9c_f74y9_414:not(#\9):focus > .awsui_pane__cell_1gl9c_f74y9_414 {
|
|
404
436
|
border-top: var(--border-item-width-y36svo, 2px) solid var(--color-border-code-editor-pane-item-hover-5gr49n, #7d8998);
|
|
405
437
|
border-bottom: var(--border-item-width-y36svo, 2px) solid var(--color-border-code-editor-pane-item-hover-5gr49n, #7d8998);
|
|
406
438
|
}
|
|
407
|
-
.awsui_pane__item--
|
|
439
|
+
.awsui_pane__item--highlighted_1gl9c_f74y9_428 > .awsui_pane__cell_1gl9c_f74y9_414:not(#\9):first-child, .awsui_pane__item_1gl9c_f74y9_414:not(#\9):hover > .awsui_pane__cell_1gl9c_f74y9_414:first-child, .awsui_pane__item_1gl9c_f74y9_414:not(#\9):focus > .awsui_pane__cell_1gl9c_f74y9_414:first-child {
|
|
408
440
|
border-left: var(--border-item-width-y36svo, 2px) solid var(--color-border-code-editor-pane-item-hover-5gr49n, #7d8998);
|
|
409
441
|
border-top-left-radius: var(--border-radius-item-gyl0qr, 8px);
|
|
410
442
|
border-bottom-left-radius: var(--border-radius-item-gyl0qr, 8px);
|
|
411
443
|
}
|
|
412
|
-
.awsui_pane__item--
|
|
444
|
+
.awsui_pane__item--highlighted_1gl9c_f74y9_428 > .awsui_pane__cell_1gl9c_f74y9_414:not(#\9):last-child, .awsui_pane__item_1gl9c_f74y9_414:not(#\9):hover > .awsui_pane__cell_1gl9c_f74y9_414:last-child, .awsui_pane__item_1gl9c_f74y9_414:not(#\9):focus > .awsui_pane__cell_1gl9c_f74y9_414:last-child {
|
|
413
445
|
border-right: var(--border-item-width-y36svo, 2px) solid var(--color-border-code-editor-pane-item-hover-5gr49n, #7d8998);
|
|
414
446
|
border-top-right-radius: var(--border-radius-item-gyl0qr, 8px);
|
|
415
447
|
border-bottom-right-radius: var(--border-radius-item-gyl0qr, 8px);
|
|
416
448
|
}
|
|
417
|
-
.
|
|
449
|
+
.awsui_pane__location_1gl9c_f74y9_449:not(#\9), .awsui_pane__description_1gl9c_f74y9_449:not(#\9) {
|
|
418
450
|
padding: var(--space-xxs-ja5cp8, 4px) var(--space-s-hdd878, 12px);
|
|
419
451
|
}
|
|
420
|
-
.
|
|
452
|
+
.awsui_pane__location_1gl9c_f74y9_449:not(#\9) {
|
|
421
453
|
vertical-align: baseline;
|
|
422
454
|
white-space: nowrap;
|
|
423
455
|
padding-left: calc(var(--space-l-f4l5gr, 20px) + var(--space-s-hdd878, 12px));
|
|
424
456
|
}
|
|
425
|
-
.
|
|
457
|
+
.awsui_pane__description_1gl9c_f74y9_449:not(#\9) {
|
|
426
458
|
padding-right: 0;
|
|
427
459
|
min-width: 0;
|
|
428
460
|
-ms-word-break: break-all;
|
|
429
461
|
word-break: break-word;
|
|
430
462
|
}
|
|
431
463
|
|
|
432
|
-
.awsui_focus-
|
|
464
|
+
.awsui_focus-lock_1gl9c_f74y9_464:not(#\9) {
|
|
433
465
|
height: 100%;
|
|
434
466
|
}
|
|
435
467
|
|
|
@@ -437,7 +469,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
437
469
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
438
470
|
SPDX-License-Identifier: Apache-2.0
|
|
439
471
|
*/
|
|
440
|
-
.awsui_code-
|
|
472
|
+
.awsui_code-editor_1gl9c_f74y9_98:not(#\9) {
|
|
441
473
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
442
474
|
border-collapse: separate;
|
|
443
475
|
border-spacing: 0;
|
|
@@ -480,23 +512,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
480
512
|
width: 100%;
|
|
481
513
|
}
|
|
482
514
|
|
|
483
|
-
.
|
|
515
|
+
.awsui_editor_1gl9c_f74y9_489:not(#\9) {
|
|
484
516
|
position: absolute;
|
|
485
517
|
top: 0;
|
|
486
518
|
right: 0;
|
|
487
519
|
bottom: 0;
|
|
488
520
|
left: 0;
|
|
489
521
|
}
|
|
490
|
-
.
|
|
522
|
+
.awsui_editor_1gl9c_f74y9_489:not(#\9):focus {
|
|
491
523
|
position: relative;
|
|
492
524
|
position: absolute;
|
|
493
525
|
overflow: visible;
|
|
494
526
|
}
|
|
495
|
-
.
|
|
527
|
+
.awsui_editor_1gl9c_f74y9_489:not(#\9):focus {
|
|
496
528
|
outline: 2px dotted transparent;
|
|
497
529
|
outline-offset: calc(3px - 1px);
|
|
498
530
|
}
|
|
499
|
-
.
|
|
531
|
+
.awsui_editor_1gl9c_f74y9_489:not(#\9):focus::before {
|
|
500
532
|
content: " ";
|
|
501
533
|
display: block;
|
|
502
534
|
position: absolute;
|
|
@@ -508,12 +540,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
508
540
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-4t19h5, #0972d3);
|
|
509
541
|
}
|
|
510
542
|
|
|
511
|
-
.awsui_editor-
|
|
543
|
+
.awsui_editor-refresh_1gl9c_f74y9_517:not(#\9) {
|
|
512
544
|
border-top-left-radius: calc(var(--border-radius-code-editor-psbxml, 8px) - var(--border-item-width-y36svo, 2px));
|
|
513
545
|
border-top-right-radius: calc(var(--border-radius-code-editor-psbxml, 8px) - var(--border-item-width-y36svo, 2px));
|
|
514
546
|
}
|
|
515
547
|
|
|
516
|
-
.awsui_status-
|
|
548
|
+
.awsui_status-bar_1gl9c_f74y9_522:not(#\9) {
|
|
517
549
|
display: flex;
|
|
518
550
|
vertical-align: middle;
|
|
519
551
|
border-top: var(--border-item-width-y36svo, 2px) solid var(--color-border-code-editor-default-iwcl1g, #d1d5db);
|
|
@@ -522,41 +554,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
522
554
|
-ms-word-break: break-all;
|
|
523
555
|
word-break: break-word;
|
|
524
556
|
}
|
|
525
|
-
.awsui_status-bar-with-hidden-
|
|
557
|
+
.awsui_status-bar-with-hidden-pane_1gl9c_f74y9_531:not(#\9) {
|
|
526
558
|
border-bottom-left-radius: var(--border-radius-code-editor-psbxml, 8px);
|
|
527
559
|
border-bottom-right-radius: var(--border-radius-code-editor-psbxml, 8px);
|
|
528
560
|
}
|
|
529
|
-
.awsui_status-
|
|
561
|
+
.awsui_status-bar__left_1gl9c_f74y9_535:not(#\9) {
|
|
530
562
|
flex: 1;
|
|
531
563
|
display: flex;
|
|
532
564
|
flex-wrap: wrap;
|
|
533
565
|
padding-left: var(--space-l-f4l5gr, 20px);
|
|
534
566
|
border-right: var(--border-item-width-y36svo, 2px) solid var(--color-border-code-editor-default-iwcl1g, #d1d5db);
|
|
535
567
|
}
|
|
536
|
-
.awsui_status-bar__left-
|
|
568
|
+
.awsui_status-bar__left-virtual_1gl9c_f74y9_542:not(#\9) {
|
|
537
569
|
flex-wrap: nowrap;
|
|
538
570
|
white-space: nowrap;
|
|
539
571
|
}
|
|
540
|
-
.awsui_status-
|
|
572
|
+
.awsui_status-bar__right_1gl9c_f74y9_546:not(#\9) {
|
|
541
573
|
display: flex;
|
|
542
574
|
align-items: center;
|
|
543
575
|
}
|
|
544
|
-
.awsui_status-bar__language-
|
|
576
|
+
.awsui_status-bar__language-mode_1gl9c_f74y9_550:not(#\9), .awsui_status-bar__cursor-position_1gl9c_f74y9_550:not(#\9) {
|
|
545
577
|
display: inline-block;
|
|
546
578
|
color: var(--color-text-body-default-mmvcvg, #000716);
|
|
547
579
|
padding: var(--space-scaled-xs-wbfgrv, 8px) var(--space-s-hdd878, 12px);
|
|
548
580
|
}
|
|
549
|
-
.awsui_status-bar__cog-
|
|
581
|
+
.awsui_status-bar__cog-button_1gl9c_f74y9_555:not(#\9) {
|
|
550
582
|
padding: calc(var(--space-scaled-xxs-t2t62i, 4px) - 1px) calc(var(--space-xs-edba2s, 8px) - 2px);
|
|
551
583
|
}
|
|
552
584
|
|
|
553
|
-
.awsui_status-bar-
|
|
585
|
+
.awsui_status-bar-virtual_1gl9c_f74y9_559:not(#\9) {
|
|
554
586
|
position: absolute !important;
|
|
555
587
|
top: -9999px !important;
|
|
556
588
|
left: -9999px !important;
|
|
557
589
|
}
|
|
558
590
|
|
|
559
|
-
.awsui_tab-
|
|
591
|
+
.awsui_tab-button_1gl9c_f74y9_565:not(#\9) {
|
|
560
592
|
position: relative;
|
|
561
593
|
display: inline-block;
|
|
562
594
|
padding: var(--space-scaled-xs-wbfgrv, 8px) var(--space-s-hdd878, 12px);
|
|
@@ -569,10 +601,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
569
601
|
cursor: pointer;
|
|
570
602
|
z-index: 1;
|
|
571
603
|
}
|
|
572
|
-
.awsui_tab-button--
|
|
604
|
+
.awsui_tab-button--refresh_1gl9c_f74y9_578:not(#\9) {
|
|
573
605
|
padding-bottom: calc(var(--space-scaled-xs-wbfgrv, 8px) + var(--border-active-width-il32zr, 4px) - 2px);
|
|
574
606
|
}
|
|
575
|
-
.awsui_tab-
|
|
607
|
+
.awsui_tab-button_1gl9c_f74y9_565:not(#\9)::after {
|
|
576
608
|
content: "";
|
|
577
609
|
position: absolute;
|
|
578
610
|
left: 0;
|
|
@@ -583,46 +615,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
583
615
|
background: var(--color-text-status-error-p6dh5n, #d91515);
|
|
584
616
|
opacity: 0;
|
|
585
617
|
}
|
|
586
|
-
.awsui_tab-button--
|
|
618
|
+
.awsui_tab-button--active_1gl9c_f74y9_592:not(#\9)::after {
|
|
587
619
|
opacity: 1;
|
|
588
620
|
}
|
|
589
|
-
.awsui_tab-button--
|
|
621
|
+
.awsui_tab-button--refresh_1gl9c_f74y9_578:not(#\9)::after {
|
|
590
622
|
transition: opacity var(--motion-duration-refresh-only-medium-wkp575, 165ms) var(--motion-easing-refresh-only-c-1md9b3, cubic-bezier(0.84, 0, 0.16, 1));
|
|
591
623
|
}
|
|
592
624
|
@media (prefers-reduced-motion: reduce) {
|
|
593
|
-
.awsui_tab-button--
|
|
625
|
+
.awsui_tab-button--refresh_1gl9c_f74y9_578:not(#\9)::after {
|
|
594
626
|
animation: none;
|
|
595
627
|
transition: none;
|
|
596
628
|
}
|
|
597
629
|
}
|
|
598
|
-
.awsui-motion-disabled .awsui_tab-button--
|
|
630
|
+
.awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_f74y9_578:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_f74y9_578:not(#\9)::after {
|
|
599
631
|
animation: none;
|
|
600
632
|
transition: none;
|
|
601
633
|
}
|
|
602
|
-
.awsui_tab-
|
|
634
|
+
.awsui_tab-button_1gl9c_f74y9_565:not(#\9):hover {
|
|
603
635
|
color: var(--color-text-code-editor-tab-button-error-aoajaw, #ffffff);
|
|
604
636
|
background: var(--color-text-status-error-p6dh5n, #d91515);
|
|
605
637
|
}
|
|
606
|
-
.awsui_tab-button--
|
|
638
|
+
.awsui_tab-button--disabled_1gl9c_f74y9_612:not(#\9) {
|
|
607
639
|
font-weight: normal;
|
|
608
640
|
color: var(--color-text-code-editor-status-bar-disabled-bt6wtz, #7d8998);
|
|
609
641
|
cursor: default;
|
|
610
642
|
}
|
|
611
|
-
.awsui_tab-button--
|
|
643
|
+
.awsui_tab-button--disabled_1gl9c_f74y9_612:not(#\9):hover {
|
|
612
644
|
color: var(--color-text-code-editor-status-bar-disabled-bt6wtz, #7d8998);
|
|
613
645
|
background: transparent;
|
|
614
646
|
}
|
|
615
|
-
.awsui_tab-button--
|
|
647
|
+
.awsui_tab-button--disabled_1gl9c_f74y9_612:not(#\9)::after {
|
|
616
648
|
display: none;
|
|
617
649
|
}
|
|
618
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
650
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_f74y9_565:not(#\9):focus {
|
|
619
651
|
position: relative;
|
|
620
652
|
}
|
|
621
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
653
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_f74y9_565:not(#\9):focus {
|
|
622
654
|
outline: 2px dotted transparent;
|
|
623
655
|
outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-m3gwa3, -7px) - 1px);
|
|
624
656
|
}
|
|
625
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
657
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_f74y9_565:not(#\9):focus::before {
|
|
626
658
|
content: " ";
|
|
627
659
|
display: block;
|
|
628
660
|
position: absolute;
|
|
@@ -633,19 +665,19 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1pa9a_533:not(#\9):f
|
|
|
633
665
|
border-radius: var(--border-radius-control-default-focus-ring-muizvi, 4px);
|
|
634
666
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-4t19h5, #0972d3);
|
|
635
667
|
}
|
|
636
|
-
.awsui_tab-button--
|
|
668
|
+
.awsui_tab-button--divider_1gl9c_f74y9_642:not(#\9) {
|
|
637
669
|
display: inline-block;
|
|
638
670
|
height: var(--font-body-m-line-height-rfgrp9, 22px);
|
|
639
671
|
width: var(--border-code-editor-status-divider-width-ku6xb1, 2px);
|
|
640
672
|
background: var(--color-border-tabs-divider-7cs6of, #e9ebed);
|
|
641
673
|
vertical-align: middle;
|
|
642
674
|
}
|
|
643
|
-
.awsui_tab-button--
|
|
675
|
+
.awsui_tab-button--errors_1gl9c_f74y9_649:not(#\9), .awsui_tab-button--warnings_1gl9c_f74y9_649:not(#\9) {
|
|
644
676
|
/* used in test-utils */
|
|
645
677
|
}
|
|
646
678
|
|
|
647
|
-
.awsui_loading-
|
|
648
|
-
.awsui_error-
|
|
679
|
+
.awsui_loading-screen_1gl9c_f74y9_653:not(#\9),
|
|
680
|
+
.awsui_error-screen_1gl9c_f74y9_654:not(#\9) {
|
|
649
681
|
display: flex;
|
|
650
682
|
align-items: center;
|
|
651
683
|
justify-content: center;
|
|
@@ -655,6 +687,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1pa9a_533:not(#\9):f
|
|
|
655
687
|
border-radius: var(--border-radius-code-editor-psbxml, 8px);
|
|
656
688
|
}
|
|
657
689
|
|
|
658
|
-
.awsui_error-
|
|
690
|
+
.awsui_error-screen_1gl9c_f74y9_654:not(#\9) {
|
|
659
691
|
color: var(--color-text-status-error-p6dh5n, #d91515);
|
|
660
692
|
}
|