@cloudscape-design/components 3.0.536 → 3.0.538
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/button/internal.d.ts +2 -2
- package/button/internal.js +3 -3
- package/button/internal.js.map +1 -1
- package/button/styles.css.js +19 -20
- package/button/styles.scoped.css +151 -151
- package/button/styles.selectors.js +19 -20
- package/code-editor/index.d.ts.map +1 -1
- package/code-editor/index.js +1 -1
- package/code-editor/index.js.map +1 -1
- package/code-editor/pane.d.ts +3 -1
- package/code-editor/pane.d.ts.map +1 -1
- package/code-editor/pane.js +4 -2
- package/code-editor/pane.js.map +1 -1
- package/code-editor/status-bar.d.ts +2 -1
- package/code-editor/status-bar.d.ts.map +1 -1
- package/code-editor/status-bar.js +5 -2
- package/code-editor/status-bar.js.map +1 -1
- package/code-editor/tab-button.d.ts +1 -0
- package/code-editor/tab-button.d.ts.map +1 -1
- package/code-editor/tab-button.js +2 -2
- package/code-editor/tab-button.js.map +1 -1
- package/code-editor/util.d.ts +4 -0
- package/code-editor/util.d.ts.map +1 -1
- package/code-editor/util.js +3 -0
- package/code-editor/util.js.map +1 -1
- package/file-upload/file-input/index.js +3 -0
- package/file-upload/file-input/index.js.map +1 -1
- package/header/styles.css.js +34 -34
- package/header/styles.scoped.css +56 -72
- package/header/styles.selectors.js +34 -34
- package/icon/styles.css.js +36 -36
- package/icon/styles.scoped.css +64 -85
- package/icon/styles.selectors.js +36 -36
- package/internal/components/dropdown/styles.css.js +20 -20
- package/internal/components/dropdown/styles.scoped.css +39 -53
- package/internal/components/dropdown/styles.selectors.js +20 -20
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/spinner/styles.css.js +13 -13
- package/spinner/styles.scoped.css +25 -37
- package/spinner/styles.selectors.js +13 -13
- package/tabs/tab-header-bar.d.ts.map +1 -1
- package/tabs/tab-header-bar.js +2 -2
- package/tabs/tab-header-bar.js.map +1 -1
package/icon/styles.scoped.css
CHANGED
|
@@ -101,196 +101,175 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
101
101
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
102
102
|
SPDX-License-Identifier: Apache-2.0
|
|
103
103
|
*/
|
|
104
|
-
.
|
|
104
|
+
.awsui_icon_h11ix_yaxt1_104:not(#\9) {
|
|
105
105
|
position: relative;
|
|
106
106
|
display: inline-block;
|
|
107
107
|
vertical-align: top;
|
|
108
108
|
/* stylelint-disable-next-line selector-max-type */
|
|
109
109
|
}
|
|
110
|
-
.awsui_icon-flex-
|
|
110
|
+
.awsui_icon-flex-height_h11ix_yaxt1_110:not(#\9) {
|
|
111
111
|
display: inline-flex;
|
|
112
112
|
align-items: center;
|
|
113
113
|
}
|
|
114
|
-
.
|
|
114
|
+
.awsui_icon_h11ix_yaxt1_104 > svg:not(#\9) {
|
|
115
115
|
pointer-events: none;
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
.awsui_icon_h11ix_yaxt1_104 > svg:not(#\9) {
|
|
118
118
|
fill: none;
|
|
119
119
|
}
|
|
120
|
-
.
|
|
120
|
+
.awsui_icon_h11ix_yaxt1_104 > svg *:not(#\9) {
|
|
121
121
|
stroke: currentColor;
|
|
122
122
|
}
|
|
123
|
-
.
|
|
123
|
+
.awsui_icon_h11ix_yaxt1_104 > svg .stroke-linejoin-round:not(#\9) {
|
|
124
124
|
stroke-linejoin: round;
|
|
125
125
|
}
|
|
126
|
-
.
|
|
126
|
+
.awsui_icon_h11ix_yaxt1_104 > svg .stroke-linecap-square:not(#\9) {
|
|
127
127
|
stroke-linecap: square;
|
|
128
128
|
}
|
|
129
|
-
.
|
|
129
|
+
.awsui_icon_h11ix_yaxt1_104 > svg .stroke-linecap-round:not(#\9) {
|
|
130
130
|
stroke-linecap: round;
|
|
131
131
|
}
|
|
132
|
-
.
|
|
132
|
+
.awsui_icon_h11ix_yaxt1_104 > svg .filled:not(#\9) {
|
|
133
133
|
fill: currentColor;
|
|
134
134
|
}
|
|
135
|
-
.
|
|
135
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-small_h11ix_yaxt1_135:not(#\9) {
|
|
136
136
|
inline-size: var(--size-icon-normal-0m1722, 16px);
|
|
137
137
|
box-sizing: border-box;
|
|
138
138
|
}
|
|
139
|
-
.
|
|
139
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-small-mapped-height_h11ix_yaxt1_139:not(#\9) {
|
|
140
140
|
block-size: var(--line-height-body-s-7zv1j5, 16px);
|
|
141
141
|
padding-block: calc((var(--line-height-body-s-7zv1j5, 16px) - var(--size-icon-normal-0m1722, 16px)) / 2);
|
|
142
142
|
padding-inline: 0;
|
|
143
143
|
}
|
|
144
|
-
.
|
|
145
|
-
.
|
|
144
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-small_h11ix_yaxt1_135 > svg:not(#\9),
|
|
145
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-small_h11ix_yaxt1_135 > img:not(#\9) {
|
|
146
146
|
inline-size: var(--size-icon-normal-0m1722, 16px);
|
|
147
147
|
block-size: var(--size-icon-normal-0m1722, 16px);
|
|
148
148
|
vertical-align: top;
|
|
149
149
|
}
|
|
150
|
-
.
|
|
151
|
-
.
|
|
150
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-small_h11ix_yaxt1_135 > svg:not(#\9),
|
|
151
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-small_h11ix_yaxt1_135 > svg *:not(#\9) {
|
|
152
152
|
stroke-width: 2px;
|
|
153
153
|
}
|
|
154
|
-
.
|
|
154
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-normal_h11ix_yaxt1_154:not(#\9) {
|
|
155
155
|
inline-size: var(--size-icon-normal-0m1722, 16px);
|
|
156
156
|
box-sizing: border-box;
|
|
157
157
|
}
|
|
158
|
-
.
|
|
158
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-normal-mapped-height_h11ix_yaxt1_158:not(#\9) {
|
|
159
159
|
block-size: var(--line-height-body-m-30ar75, 20px);
|
|
160
160
|
padding-block: calc((var(--line-height-body-m-30ar75, 20px) - var(--size-icon-normal-0m1722, 16px)) / 2);
|
|
161
161
|
padding-inline: 0;
|
|
162
162
|
}
|
|
163
|
-
.
|
|
164
|
-
.
|
|
163
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-normal_h11ix_yaxt1_154 > svg:not(#\9),
|
|
164
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-normal_h11ix_yaxt1_154 > img:not(#\9) {
|
|
165
165
|
inline-size: var(--size-icon-normal-0m1722, 16px);
|
|
166
166
|
block-size: var(--size-icon-normal-0m1722, 16px);
|
|
167
167
|
vertical-align: top;
|
|
168
168
|
}
|
|
169
|
-
.
|
|
170
|
-
.
|
|
169
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-normal_h11ix_yaxt1_154 > svg:not(#\9),
|
|
170
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-normal_h11ix_yaxt1_154 > svg *:not(#\9) {
|
|
171
171
|
stroke-width: 2px;
|
|
172
172
|
}
|
|
173
|
-
.
|
|
173
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-medium_h11ix_yaxt1_173:not(#\9) {
|
|
174
174
|
inline-size: var(--size-icon-medium-y9xuoq, 20px);
|
|
175
175
|
box-sizing: border-box;
|
|
176
176
|
}
|
|
177
|
-
.
|
|
177
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-medium-mapped-height_h11ix_yaxt1_177:not(#\9) {
|
|
178
178
|
block-size: var(--line-height-heading-l-mmm3my, 24px);
|
|
179
179
|
padding-block: calc((var(--line-height-heading-l-mmm3my, 24px) - var(--size-icon-medium-y9xuoq, 20px)) / 2);
|
|
180
180
|
padding-inline: 0;
|
|
181
181
|
}
|
|
182
|
-
.
|
|
183
|
-
.
|
|
182
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-medium_h11ix_yaxt1_173 > svg:not(#\9),
|
|
183
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-medium_h11ix_yaxt1_173 > img:not(#\9) {
|
|
184
184
|
inline-size: var(--size-icon-medium-y9xuoq, 20px);
|
|
185
185
|
block-size: var(--size-icon-medium-y9xuoq, 20px);
|
|
186
186
|
vertical-align: top;
|
|
187
187
|
}
|
|
188
|
-
.
|
|
189
|
-
.
|
|
188
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-medium_h11ix_yaxt1_173 > svg:not(#\9),
|
|
189
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-medium_h11ix_yaxt1_173 > svg *:not(#\9) {
|
|
190
190
|
stroke-width: 2px;
|
|
191
191
|
}
|
|
192
|
-
.
|
|
192
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-big_h11ix_yaxt1_192:not(#\9) {
|
|
193
193
|
inline-size: var(--size-icon-big-zkdryd, 32px);
|
|
194
194
|
box-sizing: border-box;
|
|
195
195
|
}
|
|
196
|
-
.
|
|
196
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-big-mapped-height_h11ix_yaxt1_196:not(#\9) {
|
|
197
197
|
block-size: var(--line-height-heading-xl-avbttk, 30px);
|
|
198
198
|
padding-block: calc((var(--line-height-heading-xl-avbttk, 30px) - var(--size-icon-big-zkdryd, 32px)) / 2);
|
|
199
199
|
padding-inline: 0;
|
|
200
200
|
}
|
|
201
|
-
.
|
|
202
|
-
.
|
|
201
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-big_h11ix_yaxt1_192 > svg:not(#\9),
|
|
202
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-big_h11ix_yaxt1_192 > img:not(#\9) {
|
|
203
203
|
inline-size: var(--size-icon-big-zkdryd, 32px);
|
|
204
204
|
block-size: var(--size-icon-big-zkdryd, 32px);
|
|
205
205
|
vertical-align: top;
|
|
206
206
|
}
|
|
207
|
-
.
|
|
208
|
-
.
|
|
207
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-big_h11ix_yaxt1_192 > svg:not(#\9),
|
|
208
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-big_h11ix_yaxt1_192 > svg *:not(#\9) {
|
|
209
209
|
stroke-width: 2px;
|
|
210
210
|
}
|
|
211
|
-
.
|
|
211
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-large_h11ix_yaxt1_211:not(#\9) {
|
|
212
212
|
inline-size: var(--size-icon-large-bivhmh, 48px);
|
|
213
213
|
box-sizing: border-box;
|
|
214
214
|
}
|
|
215
|
-
.
|
|
215
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-large-mapped-height_h11ix_yaxt1_215:not(#\9) {
|
|
216
216
|
block-size: var(--line-height-display-l-8nioft, 48px);
|
|
217
217
|
padding-block: calc((var(--line-height-display-l-8nioft, 48px) - var(--size-icon-large-bivhmh, 48px)) / 2);
|
|
218
218
|
padding-inline: 0;
|
|
219
219
|
}
|
|
220
|
-
.
|
|
221
|
-
.
|
|
220
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-large_h11ix_yaxt1_211 > svg:not(#\9),
|
|
221
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-large_h11ix_yaxt1_211 > img:not(#\9) {
|
|
222
222
|
inline-size: var(--size-icon-large-bivhmh, 48px);
|
|
223
223
|
block-size: var(--size-icon-large-bivhmh, 48px);
|
|
224
224
|
vertical-align: top;
|
|
225
225
|
}
|
|
226
|
-
.
|
|
227
|
-
.
|
|
226
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-large_h11ix_yaxt1_211 > svg:not(#\9),
|
|
227
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_size-large_h11ix_yaxt1_211 > svg *:not(#\9) {
|
|
228
228
|
stroke-width: 1.2px;
|
|
229
229
|
}
|
|
230
|
-
.
|
|
230
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_variant-normal_h11ix_yaxt1_230:not(#\9) {
|
|
231
231
|
color: currentColor;
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_variant-disabled_h11ix_yaxt1_233:not(#\9) {
|
|
234
234
|
color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
|
|
235
235
|
}
|
|
236
|
-
.
|
|
236
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_variant-inverted_h11ix_yaxt1_236:not(#\9) {
|
|
237
237
|
color: var(--color-text-inverted-70cpkk, #ffffff);
|
|
238
238
|
}
|
|
239
|
-
.
|
|
239
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_variant-subtle_h11ix_yaxt1_239:not(#\9) {
|
|
240
240
|
color: var(--color-text-icon-subtle-c4qyia, #5f6b7a);
|
|
241
241
|
}
|
|
242
|
-
.
|
|
242
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_variant-warning_h11ix_yaxt1_242:not(#\9) {
|
|
243
243
|
color: var(--color-text-status-warning-yik8vi, #8d6605);
|
|
244
244
|
}
|
|
245
|
-
.
|
|
245
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_variant-error_h11ix_yaxt1_245:not(#\9) {
|
|
246
246
|
color: var(--color-text-status-error-wdvepn, #d91515);
|
|
247
247
|
}
|
|
248
|
-
.
|
|
248
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_variant-success_h11ix_yaxt1_248:not(#\9) {
|
|
249
249
|
color: var(--color-text-status-success-bpiyjm, #037f0c);
|
|
250
250
|
}
|
|
251
|
-
.
|
|
251
|
+
.awsui_icon_h11ix_yaxt1_104.awsui_variant-link_h11ix_yaxt1_251:not(#\9) {
|
|
252
252
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
253
253
|
}
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
transform: scaleX(-1);
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
@supports not selector(:dir(rtl)) {
|
|
274
|
-
html[dir=rtl] .awsui_icon_h11ix_1sub3_104:not(#\9):is(.awsui_name-angle-left-double_h11ix_1sub3_255,
|
|
275
|
-
.awsui_name-angle-left_h11ix_1sub3_255,
|
|
276
|
-
.awsui_name-angle-right-double_h11ix_1sub3_257,
|
|
277
|
-
.awsui_name-angle-right_h11ix_1sub3_257,
|
|
278
|
-
.awsui_name-arrow-left_h11ix_1sub3_259,
|
|
279
|
-
.awsui_name-caret-left-filled_h11ix_1sub3_260,
|
|
280
|
-
.awsui_name-caret-right-filled_h11ix_1sub3_261,
|
|
281
|
-
.awsui_name-audio-full_h11ix_1sub3_262,
|
|
282
|
-
.awsui_name-audio-half_h11ix_1sub3_263,
|
|
283
|
-
.awsui_name-audio-off_h11ix_1sub3_264,
|
|
284
|
-
.awsui_name-external_h11ix_1sub3_265,
|
|
285
|
-
.awsui_name-redo_h11ix_1sub3_266,
|
|
286
|
-
.awsui_name-shrink_h11ix_1sub3_267,
|
|
287
|
-
.awsui_name-undo_h11ix_1sub3_268,
|
|
288
|
-
.awsui_name-view-vertical_h11ix_1sub3_269) {
|
|
289
|
-
transform: scaleX(-1);
|
|
290
|
-
}
|
|
254
|
+
html[dir=rtl] .awsui_icon_h11ix_yaxt1_104:not(#\9):is(.awsui_name-angle-left-double_h11ix_yaxt1_254,
|
|
255
|
+
.awsui_name-angle-left_h11ix_yaxt1_254,
|
|
256
|
+
.awsui_name-angle-right-double_h11ix_yaxt1_256,
|
|
257
|
+
.awsui_name-angle-right_h11ix_yaxt1_256,
|
|
258
|
+
.awsui_name-arrow-left_h11ix_yaxt1_258,
|
|
259
|
+
.awsui_name-caret-left-filled_h11ix_yaxt1_259,
|
|
260
|
+
.awsui_name-caret-right-filled_h11ix_yaxt1_260,
|
|
261
|
+
.awsui_name-audio-full_h11ix_yaxt1_261,
|
|
262
|
+
.awsui_name-audio-half_h11ix_yaxt1_262,
|
|
263
|
+
.awsui_name-audio-off_h11ix_yaxt1_263,
|
|
264
|
+
.awsui_name-external_h11ix_yaxt1_264,
|
|
265
|
+
.awsui_name-redo_h11ix_yaxt1_265,
|
|
266
|
+
.awsui_name-shrink_h11ix_yaxt1_266,
|
|
267
|
+
.awsui_name-undo_h11ix_yaxt1_267,
|
|
268
|
+
.awsui_name-view-vertical_h11ix_yaxt1_268) {
|
|
269
|
+
transform: scaleX(-1);
|
|
291
270
|
}
|
|
292
271
|
|
|
293
|
-
.
|
|
272
|
+
.awsui_badge_h11ix_yaxt1_272:not(#\9)::after {
|
|
294
273
|
content: "";
|
|
295
274
|
position: absolute;
|
|
296
275
|
inline-size: 6px;
|
package/icon/styles.selectors.js
CHANGED
|
@@ -2,41 +2,41 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"icon": "
|
|
6
|
-
"icon-flex-height": "awsui_icon-flex-
|
|
7
|
-
"size-small": "awsui_size-
|
|
8
|
-
"size-small-mapped-height": "awsui_size-small-mapped-
|
|
9
|
-
"size-normal": "awsui_size-
|
|
10
|
-
"size-normal-mapped-height": "awsui_size-normal-mapped-
|
|
11
|
-
"size-medium": "awsui_size-
|
|
12
|
-
"size-medium-mapped-height": "awsui_size-medium-mapped-
|
|
13
|
-
"size-big": "awsui_size-
|
|
14
|
-
"size-big-mapped-height": "awsui_size-big-mapped-
|
|
15
|
-
"size-large": "awsui_size-
|
|
16
|
-
"size-large-mapped-height": "awsui_size-large-mapped-
|
|
17
|
-
"variant-normal": "awsui_variant-
|
|
18
|
-
"variant-disabled": "awsui_variant-
|
|
19
|
-
"variant-inverted": "awsui_variant-
|
|
20
|
-
"variant-subtle": "awsui_variant-
|
|
21
|
-
"variant-warning": "awsui_variant-
|
|
22
|
-
"variant-error": "awsui_variant-
|
|
23
|
-
"variant-success": "awsui_variant-
|
|
24
|
-
"variant-link": "awsui_variant-
|
|
25
|
-
"name-angle-left-double": "awsui_name-angle-left-
|
|
26
|
-
"name-angle-left": "awsui_name-angle-
|
|
27
|
-
"name-angle-right-double": "awsui_name-angle-right-
|
|
28
|
-
"name-angle-right": "awsui_name-angle-
|
|
29
|
-
"name-arrow-left": "awsui_name-arrow-
|
|
30
|
-
"name-caret-left-filled": "awsui_name-caret-left-
|
|
31
|
-
"name-caret-right-filled": "awsui_name-caret-right-
|
|
32
|
-
"name-audio-full": "awsui_name-audio-
|
|
33
|
-
"name-audio-half": "awsui_name-audio-
|
|
34
|
-
"name-audio-off": "awsui_name-audio-
|
|
35
|
-
"name-external": "awsui_name-
|
|
36
|
-
"name-redo": "awsui_name-
|
|
37
|
-
"name-shrink": "awsui_name-
|
|
38
|
-
"name-undo": "awsui_name-
|
|
39
|
-
"name-view-vertical": "awsui_name-view-
|
|
40
|
-
"badge": "
|
|
5
|
+
"icon": "awsui_icon_h11ix_yaxt1_104",
|
|
6
|
+
"icon-flex-height": "awsui_icon-flex-height_h11ix_yaxt1_110",
|
|
7
|
+
"size-small": "awsui_size-small_h11ix_yaxt1_135",
|
|
8
|
+
"size-small-mapped-height": "awsui_size-small-mapped-height_h11ix_yaxt1_139",
|
|
9
|
+
"size-normal": "awsui_size-normal_h11ix_yaxt1_154",
|
|
10
|
+
"size-normal-mapped-height": "awsui_size-normal-mapped-height_h11ix_yaxt1_158",
|
|
11
|
+
"size-medium": "awsui_size-medium_h11ix_yaxt1_173",
|
|
12
|
+
"size-medium-mapped-height": "awsui_size-medium-mapped-height_h11ix_yaxt1_177",
|
|
13
|
+
"size-big": "awsui_size-big_h11ix_yaxt1_192",
|
|
14
|
+
"size-big-mapped-height": "awsui_size-big-mapped-height_h11ix_yaxt1_196",
|
|
15
|
+
"size-large": "awsui_size-large_h11ix_yaxt1_211",
|
|
16
|
+
"size-large-mapped-height": "awsui_size-large-mapped-height_h11ix_yaxt1_215",
|
|
17
|
+
"variant-normal": "awsui_variant-normal_h11ix_yaxt1_230",
|
|
18
|
+
"variant-disabled": "awsui_variant-disabled_h11ix_yaxt1_233",
|
|
19
|
+
"variant-inverted": "awsui_variant-inverted_h11ix_yaxt1_236",
|
|
20
|
+
"variant-subtle": "awsui_variant-subtle_h11ix_yaxt1_239",
|
|
21
|
+
"variant-warning": "awsui_variant-warning_h11ix_yaxt1_242",
|
|
22
|
+
"variant-error": "awsui_variant-error_h11ix_yaxt1_245",
|
|
23
|
+
"variant-success": "awsui_variant-success_h11ix_yaxt1_248",
|
|
24
|
+
"variant-link": "awsui_variant-link_h11ix_yaxt1_251",
|
|
25
|
+
"name-angle-left-double": "awsui_name-angle-left-double_h11ix_yaxt1_254",
|
|
26
|
+
"name-angle-left": "awsui_name-angle-left_h11ix_yaxt1_254",
|
|
27
|
+
"name-angle-right-double": "awsui_name-angle-right-double_h11ix_yaxt1_256",
|
|
28
|
+
"name-angle-right": "awsui_name-angle-right_h11ix_yaxt1_256",
|
|
29
|
+
"name-arrow-left": "awsui_name-arrow-left_h11ix_yaxt1_258",
|
|
30
|
+
"name-caret-left-filled": "awsui_name-caret-left-filled_h11ix_yaxt1_259",
|
|
31
|
+
"name-caret-right-filled": "awsui_name-caret-right-filled_h11ix_yaxt1_260",
|
|
32
|
+
"name-audio-full": "awsui_name-audio-full_h11ix_yaxt1_261",
|
|
33
|
+
"name-audio-half": "awsui_name-audio-half_h11ix_yaxt1_262",
|
|
34
|
+
"name-audio-off": "awsui_name-audio-off_h11ix_yaxt1_263",
|
|
35
|
+
"name-external": "awsui_name-external_h11ix_yaxt1_264",
|
|
36
|
+
"name-redo": "awsui_name-redo_h11ix_yaxt1_265",
|
|
37
|
+
"name-shrink": "awsui_name-shrink_h11ix_yaxt1_266",
|
|
38
|
+
"name-undo": "awsui_name-undo_h11ix_yaxt1_267",
|
|
39
|
+
"name-view-vertical": "awsui_name-view-vertical_h11ix_yaxt1_268",
|
|
40
|
+
"badge": "awsui_badge_h11ix_yaxt1_272"
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"dropdown-content-wrapper": "awsui_dropdown-content-
|
|
5
|
-
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-
|
|
6
|
-
"refresh": "
|
|
7
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
8
|
-
"root": "
|
|
9
|
-
"interior": "
|
|
10
|
-
"dropdown": "
|
|
11
|
-
"use-portal": "awsui_use-
|
|
12
|
-
"is-empty": "awsui_is-
|
|
13
|
-
"dropdown-drop-up": "awsui_dropdown-drop-
|
|
14
|
-
"with-limited-width": "awsui_with-limited-
|
|
15
|
-
"dropdown-drop-left": "awsui_dropdown-drop-
|
|
16
|
-
"dropdown-drop-right": "awsui_dropdown-drop-
|
|
17
|
-
"occupy-entire-width": "awsui_occupy-entire-
|
|
18
|
-
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-
|
|
19
|
-
"hide-upper-border": "awsui_hide-upper-
|
|
20
|
-
"open": "
|
|
21
|
-
"nowrap": "
|
|
22
|
-
"dropdown-content": "awsui_dropdown-
|
|
23
|
-
"stretch-trigger-height": "awsui_stretch-trigger-
|
|
4
|
+
"dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_1p915_99",
|
|
5
|
+
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_1p915_1",
|
|
6
|
+
"refresh": "awsui_refresh_qwoo0_1p915_120",
|
|
7
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_1p915_1",
|
|
8
|
+
"root": "awsui_root_qwoo0_1p915_149",
|
|
9
|
+
"interior": "awsui_interior_qwoo0_1p915_185",
|
|
10
|
+
"dropdown": "awsui_dropdown_qwoo0_1p915_99",
|
|
11
|
+
"use-portal": "awsui_use-portal_qwoo0_1p915_196",
|
|
12
|
+
"is-empty": "awsui_is-empty_qwoo0_1p915_249",
|
|
13
|
+
"dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_1p915_252",
|
|
14
|
+
"with-limited-width": "awsui_with-limited-width_qwoo0_1p915_256",
|
|
15
|
+
"dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_1p915_259",
|
|
16
|
+
"dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_1p915_265",
|
|
17
|
+
"occupy-entire-width": "awsui_occupy-entire-width_qwoo0_1p915_271",
|
|
18
|
+
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_1p915_274",
|
|
19
|
+
"hide-upper-border": "awsui_hide-upper-border_qwoo0_1p915_278",
|
|
20
|
+
"open": "awsui_open_qwoo0_1p915_285",
|
|
21
|
+
"nowrap": "awsui_nowrap_qwoo0_1p915_294",
|
|
22
|
+
"dropdown-content": "awsui_dropdown-content_qwoo0_1p915_99",
|
|
23
|
+
"stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_1p915_305"
|
|
24
24
|
};
|
|
25
25
|
|
|
@@ -96,10 +96,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
96
96
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
97
97
|
SPDX-License-Identifier: Apache-2.0
|
|
98
98
|
*/
|
|
99
|
-
.awsui_dropdown-content-
|
|
100
|
-
animation: awsui_awsui-motion-fade-in-
|
|
99
|
+
.awsui_dropdown-content-wrapper_qwoo0_1p915_99:not(#\9) {
|
|
100
|
+
animation: awsui_awsui-motion-fade-in-dropdown_qwoo0_1p915_1 var(--motion-duration-show-quick-aq3ump, 135ms) var(--motion-easing-show-quick-vc5zgd, ease-out);
|
|
101
101
|
}
|
|
102
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
102
|
+
@keyframes awsui_awsui-motion-fade-in-dropdown_qwoo0_1p915_1 {
|
|
103
103
|
from {
|
|
104
104
|
opacity: 0.4;
|
|
105
105
|
}
|
|
@@ -108,22 +108,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
@media (prefers-reduced-motion: reduce) {
|
|
111
|
-
.awsui_dropdown-content-
|
|
111
|
+
.awsui_dropdown-content-wrapper_qwoo0_1p915_99:not(#\9) {
|
|
112
112
|
animation: none;
|
|
113
113
|
transition: none;
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
-
.awsui-motion-disabled .awsui_dropdown-content-
|
|
116
|
+
.awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_1p915_99:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_1p915_99:not(#\9) {
|
|
117
117
|
animation: none;
|
|
118
118
|
transition: none;
|
|
119
119
|
}
|
|
120
|
-
.awsui_dropdown-content-
|
|
120
|
+
.awsui_dropdown-content-wrapper_qwoo0_1p915_99.awsui_refresh_qwoo0_1p915_120:not(#\9) {
|
|
121
121
|
transform-origin: top;
|
|
122
|
-
animation-name: awsui_awsui-motion-fade-in-
|
|
122
|
+
animation-name: awsui_awsui-motion-fade-in-0_qwoo0_1p915_1;
|
|
123
123
|
animation-duration: var(--motion-duration-show-quick-aq3ump, 135ms);
|
|
124
124
|
animation-timing-function: var(--motion-easing-show-quick-vc5zgd, ease-out);
|
|
125
125
|
}
|
|
126
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
126
|
+
@keyframes awsui_awsui-motion-fade-in-0_qwoo0_1p915_1 {
|
|
127
127
|
from {
|
|
128
128
|
opacity: 0;
|
|
129
129
|
}
|
|
@@ -132,12 +132,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
@media (prefers-reduced-motion: reduce) {
|
|
135
|
-
.awsui_dropdown-content-
|
|
135
|
+
.awsui_dropdown-content-wrapper_qwoo0_1p915_99.awsui_refresh_qwoo0_1p915_120:not(#\9) {
|
|
136
136
|
animation: none;
|
|
137
137
|
transition: none;
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
|
-
.awsui-motion-disabled .awsui_dropdown-content-
|
|
140
|
+
.awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_1p915_99.awsui_refresh_qwoo0_1p915_120:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_1p915_99.awsui_refresh_qwoo0_1p915_120:not(#\9) {
|
|
141
141
|
animation: none;
|
|
142
142
|
transition: none;
|
|
143
143
|
}
|
|
@@ -146,7 +146,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
146
146
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
147
147
|
SPDX-License-Identifier: Apache-2.0
|
|
148
148
|
*/
|
|
149
|
-
.
|
|
149
|
+
.awsui_root_qwoo0_1p915_149:not(#\9) {
|
|
150
150
|
border-collapse: separate;
|
|
151
151
|
border-spacing: 0;
|
|
152
152
|
box-sizing: border-box;
|
|
@@ -183,11 +183,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
183
183
|
position: relative;
|
|
184
184
|
white-space: inherit;
|
|
185
185
|
}
|
|
186
|
-
.
|
|
186
|
+
.awsui_root_qwoo0_1p915_149.awsui_interior_qwoo0_1p915_185:not(#\9) {
|
|
187
187
|
position: static;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.
|
|
190
|
+
.awsui_dropdown_qwoo0_1p915_99:not(#\9) {
|
|
191
191
|
position: absolute;
|
|
192
192
|
display: none;
|
|
193
193
|
z-index: 2000;
|
|
@@ -195,24 +195,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
195
195
|
user-select: none;
|
|
196
196
|
transform-origin: top;
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
.awsui_dropdown_qwoo0_1p915_99.awsui_use-portal_qwoo0_1p915_196:not(#\9) {
|
|
199
199
|
z-index: 7000;
|
|
200
200
|
}
|
|
201
|
-
.
|
|
201
|
+
.awsui_dropdown_qwoo0_1p915_99:not(#\9):not(.awsui_interior_qwoo0_1p915_185) {
|
|
202
202
|
transform: translateY(0px);
|
|
203
203
|
transition: transform var(--motion-duration-show-quick-aq3ump, 135ms);
|
|
204
204
|
}
|
|
205
205
|
@media (prefers-reduced-motion: reduce) {
|
|
206
|
-
.
|
|
206
|
+
.awsui_dropdown_qwoo0_1p915_99:not(#\9):not(.awsui_interior_qwoo0_1p915_185) {
|
|
207
207
|
animation: none;
|
|
208
208
|
transition: none;
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
|
-
.awsui-motion-disabled .
|
|
211
|
+
.awsui-motion-disabled .awsui_dropdown_qwoo0_1p915_99:not(#\9):not(.awsui_interior_qwoo0_1p915_185), .awsui-mode-entering .awsui_dropdown_qwoo0_1p915_99:not(#\9):not(.awsui_interior_qwoo0_1p915_185) {
|
|
212
212
|
animation: none;
|
|
213
213
|
transition: none;
|
|
214
214
|
}
|
|
215
|
-
.awsui_dropdown-content-
|
|
215
|
+
.awsui_dropdown-content-wrapper_qwoo0_1p915_99:not(#\9) {
|
|
216
216
|
position: relative;
|
|
217
217
|
background-color: var(--color-background-dropdown-item-default-be16w5, #ffffff);
|
|
218
218
|
outline: none;
|
|
@@ -225,7 +225,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
225
225
|
box-sizing: border-box;
|
|
226
226
|
border-block-end: none;
|
|
227
227
|
}
|
|
228
|
-
.awsui_dropdown-content-
|
|
228
|
+
.awsui_dropdown-content-wrapper_qwoo0_1p915_99:not(#\9)::after {
|
|
229
229
|
content: "";
|
|
230
230
|
position: absolute;
|
|
231
231
|
z-index: 1;
|
|
@@ -243,81 +243,67 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
243
243
|
pointer-events: none;
|
|
244
244
|
}
|
|
245
245
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
246
|
-
.awsui_dropdown-content-
|
|
246
|
+
.awsui_dropdown-content-wrapper_qwoo0_1p915_99:not(#\9) {
|
|
247
247
|
border-block: var(--border-field-width-09w7vk, 2px) solid var(--color-border-container-top-736buh, transparent);
|
|
248
248
|
border-inline: var(--border-field-width-09w7vk, 2px) solid var(--color-border-container-top-736buh, transparent);
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
|
-
.awsui_dropdown-content-
|
|
251
|
+
.awsui_dropdown-content-wrapper_qwoo0_1p915_99.awsui_is-empty_qwoo0_1p915_249:not(#\9)::after {
|
|
252
252
|
display: none;
|
|
253
253
|
}
|
|
254
|
-
.awsui_dropdown-drop-
|
|
254
|
+
.awsui_dropdown-drop-up_qwoo0_1p915_252 > .awsui_dropdown-content-wrapper_qwoo0_1p915_99:not(#\9) {
|
|
255
255
|
transform-origin: bottom;
|
|
256
256
|
box-shadow: var(--shadow-dropup-xqkiza, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
|
|
257
257
|
}
|
|
258
|
-
.awsui_dropdown-drop-
|
|
258
|
+
.awsui_dropdown-drop-up_qwoo0_1p915_252.awsui_with-limited-width_qwoo0_1p915_256 > .awsui_dropdown-content-wrapper_qwoo0_1p915_99:not(#\9) {
|
|
259
259
|
border-block-start: none;
|
|
260
260
|
}
|
|
261
|
-
.awsui_dropdown-drop-
|
|
261
|
+
.awsui_dropdown-drop-left_qwoo0_1p915_259:not(#\9) {
|
|
262
262
|
inset-inline-end: 0;
|
|
263
263
|
}
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
inset-inline-end: unset;
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
@supports not selector(:dir(rtl)) {
|
|
270
|
-
html[dir=rtl] .awsui_dropdown-drop-left_qwoo0_y1oxn_259:not(#\9) {
|
|
271
|
-
inset-inline-end: unset;
|
|
272
|
-
}
|
|
264
|
+
html[dir=rtl] .awsui_dropdown-drop-left_qwoo0_1p915_259:not(#\9) {
|
|
265
|
+
inset-inline-end: unset;
|
|
273
266
|
}
|
|
274
|
-
.awsui_dropdown-drop-
|
|
267
|
+
.awsui_dropdown-drop-right_qwoo0_1p915_265:not(#\9) {
|
|
275
268
|
inset-inline-start: 0;
|
|
276
269
|
}
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
inset-inline-start: unset;
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
@supports not selector(:dir(rtl)) {
|
|
283
|
-
html[dir=rtl] .awsui_dropdown-drop-right_qwoo0_y1oxn_272:not(#\9) {
|
|
284
|
-
inset-inline-start: unset;
|
|
285
|
-
}
|
|
270
|
+
html[dir=rtl] .awsui_dropdown-drop-right_qwoo0_1p915_265:not(#\9) {
|
|
271
|
+
inset-inline-start: unset;
|
|
286
272
|
}
|
|
287
|
-
.
|
|
273
|
+
.awsui_dropdown_qwoo0_1p915_99.awsui_occupy-entire-width_qwoo0_1p915_271:not(#\9) {
|
|
288
274
|
min-inline-size: 100%;
|
|
289
275
|
}
|
|
290
|
-
.
|
|
276
|
+
.awsui_dropdown_qwoo0_1p915_99.awsui_stretch-beyond-trigger-width_qwoo0_1p915_274:not(#\9) {
|
|
291
277
|
inline-size: max-content;
|
|
292
278
|
max-inline-size: var(--awsui-dropdown-default-max-width-iof9y8, 100%);
|
|
293
279
|
}
|
|
294
|
-
.
|
|
280
|
+
.awsui_dropdown_qwoo0_1p915_99.awsui_hide-upper-border_qwoo0_1p915_278 > .awsui_dropdown-content-wrapper_qwoo0_1p915_99:not(#\9) {
|
|
295
281
|
border-block-start: none;
|
|
296
282
|
}
|
|
297
|
-
.
|
|
283
|
+
.awsui_dropdown_qwoo0_1p915_99.awsui_interior_qwoo0_1p915_185 > .awsui_dropdown-content-wrapper_qwoo0_1p915_99:not(#\9) {
|
|
298
284
|
margin-block-start: -1px;
|
|
299
285
|
border-block-start: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-container-top-736buh, transparent);
|
|
300
286
|
}
|
|
301
|
-
.
|
|
287
|
+
.awsui_dropdown_qwoo0_1p915_99.awsui_open_qwoo0_1p915_285:not(#\9) {
|
|
302
288
|
display: block;
|
|
303
289
|
}
|
|
304
|
-
.
|
|
290
|
+
.awsui_dropdown_qwoo0_1p915_99.awsui_open_qwoo0_1p915_285:not(#\9):not(.awsui_interior_qwoo0_1p915_185).awsui_refresh_qwoo0_1p915_120[data-animating=true] {
|
|
305
291
|
transform: translateY(4px);
|
|
306
292
|
}
|
|
307
|
-
.
|
|
293
|
+
.awsui_dropdown_qwoo0_1p915_99.awsui_open_qwoo0_1p915_285:not(#\9):not(.awsui_interior_qwoo0_1p915_185).awsui_refresh_qwoo0_1p915_120[data-animating=true].awsui_dropdown-drop-up_qwoo0_1p915_252 {
|
|
308
294
|
transform: translateY(-4px);
|
|
309
295
|
}
|
|
310
|
-
.
|
|
296
|
+
.awsui_dropdown_qwoo0_1p915_99.awsui_open_qwoo0_1p915_285.awsui_nowrap_qwoo0_1p915_294:not(#\9) {
|
|
311
297
|
white-space: nowrap;
|
|
312
298
|
overflow: scroll;
|
|
313
299
|
}
|
|
314
300
|
|
|
315
|
-
.awsui_dropdown-
|
|
301
|
+
.awsui_dropdown-content_qwoo0_1p915_99:not(#\9) {
|
|
316
302
|
display: flex;
|
|
317
303
|
flex-direction: column;
|
|
318
304
|
inline-size: 100%;
|
|
319
305
|
}
|
|
320
306
|
|
|
321
|
-
.awsui_stretch-trigger-
|
|
307
|
+
.awsui_stretch-trigger-height_qwoo0_1p915_305:not(#\9) {
|
|
322
308
|
block-size: 100%;
|
|
323
309
|
}
|