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