@cloudscape-design/components 3.0.45 → 3.0.48
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/index.d.ts.map +1 -1
- package/code-editor/index.js +14 -13
- package/code-editor/index.js.map +1 -1
- package/code-editor/styles.css.js +33 -32
- package/code-editor/styles.scoped.css +122 -116
- package/code-editor/styles.selectors.js +33 -32
- package/container/internal.d.ts +2 -1
- package/container/internal.d.ts.map +1 -1
- package/container/internal.js +3 -2
- package/container/internal.js.map +1 -1
- package/container/styles.css.js +16 -15
- package/container/styles.scoped.css +29 -24
- package/container/styles.selectors.js +16 -15
- package/date-picker/styles.css.js +24 -24
- package/date-picker/styles.scoped.css +41 -41
- package/date-picker/styles.selectors.js +24 -24
- package/date-range-picker/styles.css.js +41 -41
- package/date-range-picker/styles.scoped.css +50 -50
- package/date-range-picker/styles.selectors.js +41 -41
- package/expandable-section/expandable-section-container.d.ts.map +1 -1
- package/expandable-section/expandable-section-container.js +1 -1
- package/expandable-section/expandable-section-container.js.map +1 -1
- package/icon/interfaces.d.ts +1 -1
- package/icon/interfaces.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/generated/styles/tokens.d.ts +16 -0
- package/internal/generated/styles/tokens.js +16 -0
- package/internal/generated/theming/index.cjs +33 -1
- package/internal/generated/theming/index.cjs.d.ts +80 -0
- package/internal/generated/theming/index.d.ts +80 -0
- package/internal/generated/theming/index.js +33 -1
- package/package.json +1 -1
- package/property-filter/controller.d.ts +14 -28
- package/property-filter/controller.d.ts.map +1 -1
- package/property-filter/controller.js +8 -8
- package/property-filter/controller.js.map +1 -1
- package/property-filter/index.d.ts.map +1 -1
- package/property-filter/index.js +6 -7
- package/property-filter/index.js.map +1 -1
- package/property-filter/interfaces.d.ts +25 -0
- package/property-filter/interfaces.d.ts.map +1 -1
- package/property-filter/interfaces.js.map +1 -1
- package/property-filter/token-editor.d.ts +16 -7
- package/property-filter/token-editor.d.ts.map +1 -1
- package/property-filter/token-editor.js +1 -2
- package/property-filter/token-editor.js.map +1 -1
- package/property-filter/token.d.ts +20 -9
- package/property-filter/token.d.ts.map +1 -1
- package/property-filter/token.js +1 -1
- package/property-filter/token.js.map +1 -1
- package/property-filter/use-load-items.d.ts +1 -2
- package/property-filter/use-load-items.d.ts.map +1 -1
- package/property-filter/use-load-items.js.map +1 -1
- package/property-filter/utils.d.ts +4 -4
- package/property-filter/utils.d.ts.map +1 -1
- package/property-filter/utils.js.map +1 -1
|
@@ -95,51 +95,51 @@ 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_1563r_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_1563r_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
|
|
104
|
+
.awsui_code-editor_1gl9c_1563r_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_1563r_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_1563r_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
114
114
|
color: var(--color-text-status-error-5sesl6, #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
|
-
.awsui_code-
|
|
119
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
120
120
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
121
121
|
}
|
|
122
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
122
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
123
123
|
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");
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
.awsui_code-
|
|
126
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
127
127
|
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
128
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
129
129
|
}
|
|
130
130
|
@supports (--css-variable-support-check: #000) {
|
|
131
|
-
.awsui_code-
|
|
131
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
132
132
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
133
133
|
}
|
|
134
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
134
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
135
135
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23eb6f6f' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
|
-
.awsui_code-
|
|
138
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-cell:not(#\9) {
|
|
139
139
|
padding-left: 24px;
|
|
140
140
|
padding-right: 16px;
|
|
141
141
|
}
|
|
142
|
-
.awsui_code-
|
|
142
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget:not(#\9) {
|
|
143
143
|
/* A good test case for disabled folds
|
|
144
144
|
<<html<<<<
|
|
145
145
|
</html>
|
|
@@ -150,205 +150,208 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
border: none;
|
|
151
151
|
box-shadow: none;
|
|
152
152
|
}
|
|
153
|
-
.awsui_code-
|
|
153
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
154
154
|
background: transparent;
|
|
155
155
|
box-sizing: border-box;
|
|
156
156
|
border-top: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-3l07nr, #d1d5db);
|
|
157
157
|
border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-3l07nr, #d1d5db);
|
|
158
158
|
}
|
|
159
|
-
.awsui_code-
|
|
159
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
160
160
|
border-top: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-74siyt, #5f6b7a);
|
|
161
161
|
border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-74siyt, #5f6b7a);
|
|
162
162
|
}
|
|
163
|
-
.awsui_code-
|
|
163
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter:not(#\9) {
|
|
164
164
|
background-color: var(--color-background-code-editor-gutter-default-l5k65m, #f4f4f4);
|
|
165
165
|
color: var(--color-text-code-editor-gutter-default-q46j79, #000716);
|
|
166
|
-
border-top-left-radius: max(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px), 0px);
|
|
167
166
|
}
|
|
168
|
-
.awsui_code-
|
|
169
|
-
border-top-right-radius: max(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px), 0px);
|
|
170
|
-
}
|
|
171
|
-
.awsui_code-editor_1gl9c_pjv1f_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
167
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
172
168
|
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");
|
|
173
169
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
174
170
|
}
|
|
175
171
|
@supports (--css-variable-support-check: #000) {
|
|
176
|
-
.awsui_code-
|
|
172
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
177
173
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
178
174
|
}
|
|
179
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
175
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
180
176
|
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");
|
|
181
177
|
}
|
|
182
178
|
}
|
|
183
|
-
.awsui_code-
|
|
179
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
184
180
|
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");
|
|
185
181
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
186
182
|
}
|
|
187
183
|
@supports (--css-variable-support-check: #000) {
|
|
188
|
-
.awsui_code-
|
|
184
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
189
185
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
190
186
|
}
|
|
191
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
187
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
192
188
|
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");
|
|
193
189
|
}
|
|
194
190
|
}
|
|
195
|
-
.awsui_code-
|
|
191
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
196
192
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414d5c' fill='%23414d5c' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
197
193
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
198
194
|
}
|
|
199
195
|
@supports (--css-variable-support-check: #000) {
|
|
200
|
-
.awsui_code-
|
|
196
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
201
197
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
202
198
|
}
|
|
203
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
199
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
204
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='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
205
201
|
}
|
|
206
202
|
}
|
|
207
|
-
.awsui_code-
|
|
203
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
208
204
|
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");
|
|
209
205
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
210
206
|
}
|
|
211
207
|
@supports (--css-variable-support-check: #000) {
|
|
212
|
-
.awsui_code-
|
|
208
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
213
209
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
214
210
|
}
|
|
215
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
211
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
216
212
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
217
213
|
}
|
|
218
214
|
}
|
|
219
|
-
.awsui_code-
|
|
215
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line:not(#\9) {
|
|
220
216
|
background-color: var(--color-background-code-editor-gutter-active-line-default-p2p8kl, #5f6b7a);
|
|
221
217
|
color: var(--color-text-code-editor-gutter-active-line-3r48bk, #ffffff);
|
|
222
218
|
}
|
|
223
|
-
.awsui_code-
|
|
219
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
224
220
|
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");
|
|
225
221
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
226
222
|
}
|
|
227
223
|
@supports (--css-variable-support-check: #000) {
|
|
228
|
-
.awsui_code-
|
|
224
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
229
225
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
230
226
|
}
|
|
231
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
227
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
232
228
|
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");
|
|
233
229
|
}
|
|
234
230
|
}
|
|
235
|
-
.awsui_code-
|
|
231
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
236
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='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
237
233
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
238
234
|
}
|
|
239
235
|
@supports (--css-variable-support-check: #000) {
|
|
240
|
-
.awsui_code-
|
|
236
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
241
237
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
242
238
|
}
|
|
243
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
239
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
244
240
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
245
241
|
}
|
|
246
242
|
}
|
|
247
|
-
.awsui_code-
|
|
243
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
248
244
|
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");
|
|
249
245
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
250
246
|
}
|
|
251
247
|
@supports (--css-variable-support-check: #000) {
|
|
252
|
-
.awsui_code-
|
|
248
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
253
249
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
254
250
|
}
|
|
255
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
251
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
256
252
|
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");
|
|
257
253
|
}
|
|
258
254
|
}
|
|
259
|
-
.awsui_code-
|
|
255
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
260
256
|
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");
|
|
261
257
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
262
258
|
}
|
|
263
259
|
@supports (--css-variable-support-check: #000) {
|
|
264
|
-
.awsui_code-
|
|
260
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
265
261
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
266
262
|
}
|
|
267
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
263
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
268
264
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
269
265
|
}
|
|
270
266
|
}
|
|
271
|
-
.awsui_code-
|
|
267
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
272
268
|
color: var(--color-text-code-editor-gutter-active-line-3r48bk, #ffffff);
|
|
273
269
|
background-color: var(--color-background-code-editor-gutter-active-line-error-lfh0u4, #d91515);
|
|
274
270
|
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");
|
|
275
271
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
276
272
|
}
|
|
277
273
|
@supports (--css-variable-support-check: #000) {
|
|
278
|
-
.awsui_code-
|
|
274
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
279
275
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
280
276
|
}
|
|
281
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
277
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
282
278
|
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");
|
|
283
279
|
}
|
|
284
280
|
}
|
|
285
|
-
.awsui_code-
|
|
281
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
286
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='%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");
|
|
287
283
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
288
284
|
}
|
|
289
285
|
@supports (--css-variable-support-check: #000) {
|
|
290
|
-
.awsui_code-
|
|
286
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
291
287
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
292
288
|
}
|
|
293
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
289
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
294
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='%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");
|
|
295
291
|
}
|
|
296
292
|
}
|
|
297
|
-
.awsui_code-
|
|
293
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
298
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='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
299
295
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
300
296
|
}
|
|
301
297
|
@supports (--css-variable-support-check: #000) {
|
|
302
|
-
.awsui_code-
|
|
298
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
303
299
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
304
300
|
}
|
|
305
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
301
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
306
302
|
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");
|
|
307
303
|
}
|
|
308
304
|
}
|
|
309
|
-
.awsui_code-
|
|
305
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
310
306
|
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");
|
|
311
307
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
312
308
|
}
|
|
313
309
|
@supports (--css-variable-support-check: #000) {
|
|
314
|
-
.awsui_code-
|
|
310
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
315
311
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
316
312
|
}
|
|
317
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
313
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_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_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
318
314
|
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");
|
|
319
315
|
}
|
|
320
316
|
}
|
|
321
|
-
.awsui_code-
|
|
317
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
322
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' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
323
319
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
324
320
|
}
|
|
325
321
|
@supports (--css-variable-support-check: #000) {
|
|
326
|
-
.awsui_code-
|
|
322
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
327
323
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
328
324
|
}
|
|
329
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
325
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
330
326
|
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");
|
|
331
327
|
}
|
|
332
328
|
}
|
|
333
|
-
.awsui_code-
|
|
329
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
334
330
|
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");
|
|
335
331
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
336
332
|
}
|
|
337
333
|
@supports (--css-variable-support-check: #000) {
|
|
338
|
-
.awsui_code-
|
|
334
|
+
.awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
339
335
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
340
336
|
}
|
|
341
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
337
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_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_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1563r_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
342
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");
|
|
343
339
|
}
|
|
344
340
|
}
|
|
345
341
|
|
|
342
|
+
.awsui_code-editor-refresh_1gl9c_1563r_342 .ace_editor .ace_gutter:not(#\9) {
|
|
343
|
+
border-top-left-radius: calc(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px));
|
|
344
|
+
}
|
|
345
|
+
.awsui_code-editor-refresh_1gl9c_1563r_342 .ace_editor .ace_scroller:not(#\9) {
|
|
346
|
+
border-top-right-radius: calc(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px));
|
|
347
|
+
}
|
|
348
|
+
|
|
346
349
|
/* stylelint-enable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
|
|
347
350
|
/*
|
|
348
351
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
349
352
|
SPDX-License-Identifier: Apache-2.0
|
|
350
353
|
*/
|
|
351
|
-
.
|
|
354
|
+
.awsui_pane_1gl9c_1563r_354:not(#\9) {
|
|
352
355
|
display: flex;
|
|
353
356
|
position: relative;
|
|
354
357
|
flex-direction: row;
|
|
@@ -359,74 +362,74 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
359
362
|
background: var(--color-background-code-editor-status-bar-qgcwj5, #f4f4f4);
|
|
360
363
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
361
364
|
}
|
|
362
|
-
.awsui_pane__close-
|
|
365
|
+
.awsui_pane__close-container_1gl9c_1563r_365:not(#\9) {
|
|
363
366
|
position: absolute;
|
|
364
367
|
top: 0;
|
|
365
368
|
right: calc(var(--space-s-hv8c1d, 12px) / 2);
|
|
366
369
|
}
|
|
367
|
-
.
|
|
370
|
+
.awsui_pane__list_1gl9c_1563r_370:not(#\9) {
|
|
368
371
|
flex: 1;
|
|
369
372
|
overflow: auto;
|
|
370
373
|
max-height: 100%;
|
|
371
374
|
box-sizing: border-box;
|
|
372
375
|
margin-right: calc(var(--font-body-m-line-height-i7xxvv, 22px) + 2 * var(--space-xs-rsr2qu, 8px));
|
|
373
376
|
}
|
|
374
|
-
.
|
|
377
|
+
.awsui_pane__table_1gl9c_1563r_377:not(#\9) {
|
|
375
378
|
width: 100%;
|
|
376
379
|
border-spacing: 0;
|
|
377
380
|
margin: var(--space-s-hv8c1d, 12px) 0;
|
|
378
381
|
}
|
|
379
|
-
.
|
|
382
|
+
.awsui_pane__item_1gl9c_1563r_382 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9) {
|
|
380
383
|
border-top: var(--border-item-width-qbbbsa, 2px) solid var(--color-transparent-b76lky, transparent);
|
|
381
384
|
border-bottom: var(--border-item-width-qbbbsa, 2px) solid var(--color-transparent-b76lky, transparent);
|
|
382
385
|
}
|
|
383
|
-
.
|
|
386
|
+
.awsui_pane__item_1gl9c_1563r_382 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9):first-child {
|
|
384
387
|
border-left: var(--border-item-width-qbbbsa, 2px) solid var(--color-transparent-b76lky, transparent);
|
|
385
388
|
border-top-left-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
386
389
|
border-bottom-left-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
387
390
|
}
|
|
388
|
-
.
|
|
391
|
+
.awsui_pane__item_1gl9c_1563r_382 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9):last-child {
|
|
389
392
|
border-right: var(--border-item-width-qbbbsa, 2px) solid var(--color-transparent-b76lky, transparent);
|
|
390
393
|
border-top-right-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
391
394
|
border-bottom-right-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
392
395
|
}
|
|
393
|
-
.awsui_pane__item--
|
|
396
|
+
.awsui_pane__item--highlighted_1gl9c_1563r_396:not(#\9), .awsui_pane__item_1gl9c_1563r_382:not(#\9):hover, .awsui_pane__item_1gl9c_1563r_382:not(#\9):focus {
|
|
394
397
|
cursor: pointer;
|
|
395
398
|
outline: none;
|
|
396
399
|
}
|
|
397
|
-
.awsui_pane__item--
|
|
400
|
+
.awsui_pane__item--highlighted_1gl9c_1563r_396 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9), .awsui_pane__item_1gl9c_1563r_382:not(#\9):hover > .awsui_pane__cell_1gl9c_1563r_382, .awsui_pane__item_1gl9c_1563r_382:not(#\9):focus > .awsui_pane__cell_1gl9c_1563r_382 {
|
|
398
401
|
background-color: var(--color-background-code-editor-pane-item-hover-lrigi6, #e9ebed);
|
|
399
402
|
}
|
|
400
|
-
.awsui_pane__item--
|
|
403
|
+
.awsui_pane__item--highlighted_1gl9c_1563r_396 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9), .awsui_pane__item_1gl9c_1563r_382:not(#\9):hover > .awsui_pane__cell_1gl9c_1563r_382, .awsui_pane__item_1gl9c_1563r_382:not(#\9):focus > .awsui_pane__cell_1gl9c_1563r_382 {
|
|
401
404
|
border-top: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-code-editor-pane-item-hover-xephrt, #7d8998);
|
|
402
405
|
border-bottom: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-code-editor-pane-item-hover-xephrt, #7d8998);
|
|
403
406
|
}
|
|
404
|
-
.awsui_pane__item--
|
|
407
|
+
.awsui_pane__item--highlighted_1gl9c_1563r_396 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9):first-child, .awsui_pane__item_1gl9c_1563r_382:not(#\9):hover > .awsui_pane__cell_1gl9c_1563r_382:first-child, .awsui_pane__item_1gl9c_1563r_382:not(#\9):focus > .awsui_pane__cell_1gl9c_1563r_382:first-child {
|
|
405
408
|
border-left: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-code-editor-pane-item-hover-xephrt, #7d8998);
|
|
406
409
|
border-top-left-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
407
410
|
border-bottom-left-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
408
411
|
}
|
|
409
|
-
.awsui_pane__item--
|
|
412
|
+
.awsui_pane__item--highlighted_1gl9c_1563r_396 > .awsui_pane__cell_1gl9c_1563r_382:not(#\9):last-child, .awsui_pane__item_1gl9c_1563r_382:not(#\9):hover > .awsui_pane__cell_1gl9c_1563r_382:last-child, .awsui_pane__item_1gl9c_1563r_382:not(#\9):focus > .awsui_pane__cell_1gl9c_1563r_382:last-child {
|
|
410
413
|
border-right: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-code-editor-pane-item-hover-xephrt, #7d8998);
|
|
411
414
|
border-top-right-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
412
415
|
border-bottom-right-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
413
416
|
}
|
|
414
|
-
.
|
|
417
|
+
.awsui_pane__location_1gl9c_1563r_417:not(#\9), .awsui_pane__description_1gl9c_1563r_417:not(#\9) {
|
|
415
418
|
padding: var(--space-xxs-ynfts5, 4px) var(--space-s-hv8c1d, 12px);
|
|
416
419
|
}
|
|
417
|
-
.
|
|
420
|
+
.awsui_pane__location_1gl9c_1563r_417:not(#\9) {
|
|
418
421
|
vertical-align: baseline;
|
|
419
422
|
white-space: nowrap;
|
|
420
423
|
padding-left: calc(var(--space-l-4vl6xu, 20px) + var(--space-s-hv8c1d, 12px));
|
|
421
424
|
}
|
|
422
|
-
.
|
|
425
|
+
.awsui_pane__description_1gl9c_1563r_417:not(#\9) {
|
|
423
426
|
padding-right: 0;
|
|
424
427
|
min-width: 0;
|
|
425
428
|
-ms-word-break: break-all;
|
|
426
429
|
word-break: break-word;
|
|
427
430
|
}
|
|
428
431
|
|
|
429
|
-
.awsui_focus-
|
|
432
|
+
.awsui_focus-lock_1gl9c_1563r_432:not(#\9) {
|
|
430
433
|
height: 100%;
|
|
431
434
|
}
|
|
432
435
|
|
|
@@ -434,7 +437,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
434
437
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
435
438
|
SPDX-License-Identifier: Apache-2.0
|
|
436
439
|
*/
|
|
437
|
-
.awsui_code-
|
|
440
|
+
.awsui_code-editor_1gl9c_1563r_98:not(#\9) {
|
|
438
441
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
439
442
|
border-collapse: separate;
|
|
440
443
|
border-spacing: 0;
|
|
@@ -475,12 +478,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
475
478
|
width: 100%;
|
|
476
479
|
}
|
|
477
480
|
|
|
478
|
-
.awsui_resizable-
|
|
481
|
+
.awsui_resizable-box_1gl9c_1563r_455:not(#\9) {
|
|
479
482
|
position: relative;
|
|
480
483
|
width: 100%;
|
|
481
484
|
}
|
|
482
485
|
|
|
483
|
-
.awsui_resizable-box-
|
|
486
|
+
.awsui_resizable-box-handle_1gl9c_1563r_460:not(#\9) {
|
|
484
487
|
position: absolute;
|
|
485
488
|
right: 0;
|
|
486
489
|
bottom: 0;
|
|
@@ -497,33 +500,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
497
500
|
cursor: ns-resize;
|
|
498
501
|
}
|
|
499
502
|
@supports (--css-variable-support-check: #000) {
|
|
500
|
-
.awsui_resizable-box-
|
|
503
|
+
.awsui_resizable-box-handle_1gl9c_1563r_460:not(#\9) {
|
|
501
504
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
502
505
|
}
|
|
503
|
-
.awsui-polaris-dark-mode .awsui_resizable-box-
|
|
506
|
+
.awsui-polaris-dark-mode .awsui_resizable-box-handle_1gl9c_1563r_460:not(#\9), .awsui-dark-mode .awsui_resizable-box-handle_1gl9c_1563r_460:not(#\9) {
|
|
504
507
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill-opacity='0' stroke-width='1'%3E %3Cpath d='M 8 13 L 13 8 M 13 11 L 11 13 M 5 13 L 13 5'/%3E %3C/svg%3E");
|
|
505
508
|
}
|
|
506
509
|
}
|
|
507
510
|
|
|
508
|
-
.
|
|
511
|
+
.awsui_editor_1gl9c_1563r_485:not(#\9) {
|
|
509
512
|
position: absolute;
|
|
510
513
|
top: 0;
|
|
511
514
|
right: 0;
|
|
512
515
|
bottom: 0;
|
|
513
516
|
left: 0;
|
|
514
|
-
border-top-left-radius: max(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px), 0px);
|
|
515
|
-
border-top-right-radius: max(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px), 0px);
|
|
516
517
|
}
|
|
517
|
-
.
|
|
518
|
+
.awsui_editor_1gl9c_1563r_485:not(#\9):focus {
|
|
518
519
|
position: relative;
|
|
519
520
|
position: absolute;
|
|
520
521
|
overflow: visible;
|
|
521
522
|
}
|
|
522
|
-
.
|
|
523
|
+
.awsui_editor_1gl9c_1563r_485:not(#\9):focus {
|
|
523
524
|
outline: 2px dotted transparent;
|
|
524
525
|
outline-offset: calc(3px - 1px);
|
|
525
526
|
}
|
|
526
|
-
.
|
|
527
|
+
.awsui_editor_1gl9c_1563r_485:not(#\9):focus::before {
|
|
527
528
|
content: " ";
|
|
528
529
|
display: block;
|
|
529
530
|
position: absolute;
|
|
@@ -535,7 +536,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
535
536
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
536
537
|
}
|
|
537
538
|
|
|
538
|
-
.
|
|
539
|
+
.awsui_code-editor-refresh_1gl9c_1563r_342 > .awsui_resizable-box_1gl9c_1563r_455 > .awsui_editor_1gl9c_1563r_485:not(#\9) {
|
|
540
|
+
border-top-left-radius: calc(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px));
|
|
541
|
+
border-top-right-radius: calc(var(--border-radius-code-editor-fuck6b, 8px) - var(--border-item-width-qbbbsa, 2px));
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.awsui_status-bar_1gl9c_1563r_518:not(#\9) {
|
|
539
545
|
display: flex;
|
|
540
546
|
vertical-align: middle;
|
|
541
547
|
border-top: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-code-editor-default-l9vmjf, #d1d5db);
|
|
@@ -544,41 +550,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
544
550
|
-ms-word-break: break-all;
|
|
545
551
|
word-break: break-word;
|
|
546
552
|
}
|
|
547
|
-
.awsui_status-bar-with-hidden-
|
|
553
|
+
.awsui_status-bar-with-hidden-pane_1gl9c_1563r_527:not(#\9) {
|
|
548
554
|
border-bottom-left-radius: var(--border-radius-code-editor-fuck6b, 8px);
|
|
549
555
|
border-bottom-right-radius: var(--border-radius-code-editor-fuck6b, 8px);
|
|
550
556
|
}
|
|
551
|
-
.awsui_status-
|
|
557
|
+
.awsui_status-bar__left_1gl9c_1563r_531:not(#\9) {
|
|
552
558
|
flex: 1;
|
|
553
559
|
display: flex;
|
|
554
560
|
flex-wrap: wrap;
|
|
555
561
|
padding-left: var(--space-l-4vl6xu, 20px);
|
|
556
562
|
border-right: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-code-editor-default-l9vmjf, #d1d5db);
|
|
557
563
|
}
|
|
558
|
-
.awsui_status-bar__left-
|
|
564
|
+
.awsui_status-bar__left-virtual_1gl9c_1563r_538:not(#\9) {
|
|
559
565
|
flex-wrap: nowrap;
|
|
560
566
|
white-space: nowrap;
|
|
561
567
|
}
|
|
562
|
-
.awsui_status-
|
|
568
|
+
.awsui_status-bar__right_1gl9c_1563r_542:not(#\9) {
|
|
563
569
|
display: flex;
|
|
564
570
|
align-items: center;
|
|
565
571
|
}
|
|
566
|
-
.awsui_status-bar__language-
|
|
572
|
+
.awsui_status-bar__language-mode_1gl9c_1563r_546:not(#\9), .awsui_status-bar__cursor-position_1gl9c_1563r_546:not(#\9) {
|
|
567
573
|
display: inline-block;
|
|
568
574
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
569
575
|
padding: var(--space-scaled-xs-6859qs, 8px) var(--space-s-hv8c1d, 12px);
|
|
570
576
|
}
|
|
571
|
-
.awsui_status-bar__cog-
|
|
577
|
+
.awsui_status-bar__cog-button_1gl9c_1563r_551:not(#\9) {
|
|
572
578
|
padding: calc(var(--space-scaled-xxs-95dhkm, 4px) - 1px) calc(var(--space-xs-rsr2qu, 8px) - 2px);
|
|
573
579
|
}
|
|
574
580
|
|
|
575
|
-
.awsui_status-bar-
|
|
581
|
+
.awsui_status-bar-virtual_1gl9c_1563r_555:not(#\9) {
|
|
576
582
|
position: absolute !important;
|
|
577
583
|
top: -9999px !important;
|
|
578
584
|
left: -9999px !important;
|
|
579
585
|
}
|
|
580
586
|
|
|
581
|
-
.awsui_tab-
|
|
587
|
+
.awsui_tab-button_1gl9c_1563r_561:not(#\9) {
|
|
582
588
|
position: relative;
|
|
583
589
|
display: inline-block;
|
|
584
590
|
padding: var(--space-scaled-xs-6859qs, 8px) var(--space-s-hv8c1d, 12px);
|
|
@@ -591,10 +597,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
591
597
|
cursor: pointer;
|
|
592
598
|
z-index: 1;
|
|
593
599
|
}
|
|
594
|
-
.awsui_tab-button--
|
|
600
|
+
.awsui_tab-button--refresh_1gl9c_1563r_574:not(#\9) {
|
|
595
601
|
padding-bottom: calc(var(--space-scaled-xs-6859qs, 8px) + var(--border-active-width-ce5ls7, 4px) - 2px);
|
|
596
602
|
}
|
|
597
|
-
.awsui_tab-
|
|
603
|
+
.awsui_tab-button_1gl9c_1563r_561:not(#\9)::after {
|
|
598
604
|
content: "";
|
|
599
605
|
position: absolute;
|
|
600
606
|
left: 0;
|
|
@@ -605,46 +611,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
605
611
|
background: var(--color-text-status-error-5sesl6, #d91515);
|
|
606
612
|
opacity: 0;
|
|
607
613
|
}
|
|
608
|
-
.awsui_tab-button--
|
|
614
|
+
.awsui_tab-button--active_1gl9c_1563r_588:not(#\9)::after {
|
|
609
615
|
opacity: 1;
|
|
610
616
|
}
|
|
611
|
-
.awsui_tab-button--
|
|
617
|
+
.awsui_tab-button--refresh_1gl9c_1563r_574:not(#\9)::after {
|
|
612
618
|
transition: opacity var(--motion-duration-refresh-only-medium-5flen2, 165ms) var(--motion-easing-refresh-only-c-ic6jr0, cubic-bezier(0.84, 0, 0.16, 1));
|
|
613
619
|
}
|
|
614
620
|
@media (prefers-reduced-motion: reduce) {
|
|
615
|
-
.awsui_tab-button--
|
|
621
|
+
.awsui_tab-button--refresh_1gl9c_1563r_574:not(#\9)::after {
|
|
616
622
|
animation: none;
|
|
617
623
|
transition: none;
|
|
618
624
|
}
|
|
619
625
|
}
|
|
620
|
-
.awsui-motion-disabled .awsui_tab-button--
|
|
626
|
+
.awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_1563r_574:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_1563r_574:not(#\9)::after {
|
|
621
627
|
animation: none;
|
|
622
628
|
transition: none;
|
|
623
629
|
}
|
|
624
|
-
.awsui_tab-
|
|
630
|
+
.awsui_tab-button_1gl9c_1563r_561:not(#\9):hover {
|
|
625
631
|
color: var(--color-text-code-editor-tab-button-error-vez6ll, #ffffff);
|
|
626
632
|
background: var(--color-text-status-error-5sesl6, #d91515);
|
|
627
633
|
}
|
|
628
|
-
.awsui_tab-button--
|
|
634
|
+
.awsui_tab-button--disabled_1gl9c_1563r_608:not(#\9) {
|
|
629
635
|
font-weight: normal;
|
|
630
636
|
color: var(--color-text-code-editor-status-bar-disabled-6bhuub, #7d8998);
|
|
631
637
|
cursor: default;
|
|
632
638
|
}
|
|
633
|
-
.awsui_tab-button--
|
|
639
|
+
.awsui_tab-button--disabled_1gl9c_1563r_608:not(#\9):hover {
|
|
634
640
|
color: var(--color-text-code-editor-status-bar-disabled-6bhuub, #7d8998);
|
|
635
641
|
background: transparent;
|
|
636
642
|
}
|
|
637
|
-
.awsui_tab-button--
|
|
643
|
+
.awsui_tab-button--disabled_1gl9c_1563r_608:not(#\9)::after {
|
|
638
644
|
display: none;
|
|
639
645
|
}
|
|
640
|
-
.awsui_tab-
|
|
646
|
+
.awsui_tab-button_1gl9c_1563r_561[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
641
647
|
position: relative;
|
|
642
648
|
}
|
|
643
|
-
.awsui_tab-
|
|
649
|
+
.awsui_tab-button_1gl9c_1563r_561[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
644
650
|
outline: 2px dotted transparent;
|
|
645
651
|
outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-eivtla, -7px) - 1px);
|
|
646
652
|
}
|
|
647
|
-
.awsui_tab-
|
|
653
|
+
.awsui_tab-button_1gl9c_1563r_561[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
648
654
|
content: " ";
|
|
649
655
|
display: block;
|
|
650
656
|
position: absolute;
|
|
@@ -655,19 +661,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
655
661
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
656
662
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
657
663
|
}
|
|
658
|
-
.awsui_tab-button--
|
|
664
|
+
.awsui_tab-button--divider_1gl9c_1563r_638:not(#\9) {
|
|
659
665
|
display: inline-block;
|
|
660
666
|
height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
661
667
|
width: var(--border-code-editor-status-divider-width-cf5jzt, 2px);
|
|
662
668
|
background: var(--color-border-tabs-divider-69fx5i, #e9ebed);
|
|
663
669
|
vertical-align: middle;
|
|
664
670
|
}
|
|
665
|
-
.awsui_tab-button--
|
|
671
|
+
.awsui_tab-button--errors_1gl9c_1563r_645:not(#\9), .awsui_tab-button--warnings_1gl9c_1563r_645:not(#\9) {
|
|
666
672
|
/* used in test-utils */
|
|
667
673
|
}
|
|
668
674
|
|
|
669
|
-
.awsui_loading-
|
|
670
|
-
.awsui_error-
|
|
675
|
+
.awsui_loading-screen_1gl9c_1563r_649:not(#\9),
|
|
676
|
+
.awsui_error-screen_1gl9c_1563r_650:not(#\9) {
|
|
671
677
|
display: flex;
|
|
672
678
|
align-items: center;
|
|
673
679
|
justify-content: center;
|
|
@@ -677,6 +683,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
677
683
|
border-radius: var(--border-radius-code-editor-fuck6b, 8px);
|
|
678
684
|
}
|
|
679
685
|
|
|
680
|
-
.awsui_error-
|
|
686
|
+
.awsui_error-screen_1gl9c_1563r_650:not(#\9) {
|
|
681
687
|
color: var(--color-text-status-error-5sesl6, #d91515);
|
|
682
688
|
}
|