@cloudscape-design/components 3.0.151 → 3.0.152
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/box/styles.css.js +189 -189
- package/box/styles.scoped.css +239 -233
- package/box/styles.selectors.js +189 -189
- package/button/styles.css.js +18 -18
- package/button/styles.scoped.css +140 -138
- package/button/styles.selectors.js +18 -18
- package/cards/styles.css.js +37 -37
- package/cards/styles.scoped.css +46 -44
- package/cards/styles.selectors.js +37 -37
- package/expandable-section/styles.css.js +21 -21
- package/expandable-section/styles.scoped.css +44 -42
- package/expandable-section/styles.selectors.js +21 -21
- package/header/internal.d.ts.map +1 -1
- package/header/internal.js +1 -1
- package/header/internal.js.map +1 -1
- package/header/styles.css.js +44 -40
- package/header/styles.scoped.css +74 -52
- package/header/styles.selectors.js +44 -40
- package/help-panel/styles.css.js +4 -4
- package/help-panel/styles.scoped.css +72 -58
- package/help-panel/styles.selectors.js +4 -4
- package/internal/base-component/styles.scoped.css +2 -0
- package/internal/components/menu-dropdown/styles.css.js +7 -7
- package/internal/components/menu-dropdown/styles.scoped.css +16 -14
- package/internal/components/menu-dropdown/styles.selectors.js +7 -7
- package/internal/environment.js +1 -1
- package/internal/generated/theming/index.cjs +6 -0
- package/internal/generated/theming/index.js +6 -0
- package/internal/manifest.json +1 -1
- package/link/styles.css.js +20 -20
- package/link/styles.scoped.css +75 -71
- package/link/styles.selectors.js +20 -20
- package/package.json +1 -1
- package/pagination/styles.css.js +9 -9
- package/pagination/styles.scoped.css +25 -23
- package/pagination/styles.selectors.js +9 -9
- package/pie-chart/styles.css.js +27 -27
- package/pie-chart/styles.scoped.css +45 -43
- package/pie-chart/styles.selectors.js +27 -27
- package/popover/styles.css.js +50 -50
- package/popover/styles.scoped.css +67 -63
- package/popover/styles.selectors.js +50 -50
- package/progress-bar/styles.css.js +18 -18
- package/progress-bar/styles.scoped.css +34 -32
- package/progress-bar/styles.selectors.js +18 -18
- package/segmented-control/styles.css.js +14 -14
- package/segmented-control/styles.scoped.css +37 -35
- package/segmented-control/styles.selectors.js +14 -14
- package/side-navigation/styles.css.js +22 -22
- package/side-navigation/styles.scoped.css +36 -32
- package/side-navigation/styles.selectors.js +22 -22
- package/split-panel/styles.css.js +59 -59
- package/split-panel/styles.scoped.css +83 -81
- package/split-panel/styles.selectors.js +59 -59
- package/table/header-cell/styles.css.js +18 -18
- package/table/header-cell/styles.scoped.css +32 -30
- package/table/header-cell/styles.selectors.js +18 -18
- package/tabs/styles.css.js +21 -21
- package/tabs/styles.scoped.css +40 -38
- package/tabs/styles.selectors.js +21 -21
- package/tag-editor/styles.css.js +3 -3
- package/tag-editor/styles.scoped.css +12 -10
- package/tag-editor/styles.selectors.js +3 -3
- package/text-content/styles.css.js +1 -1
- package/text-content/styles.scoped.css +70 -60
- package/text-content/styles.selectors.js +1 -1
- package/top-navigation/1.0-beta/styles.css.js +25 -25
- package/top-navigation/1.0-beta/styles.scoped.css +44 -42
- package/top-navigation/1.0-beta/styles.selectors.js +25 -25
- package/top-navigation/styles.css.js +47 -47
- package/top-navigation/styles.scoped.css +72 -66
- package/top-navigation/styles.selectors.js +47 -47
|
@@ -91,7 +91,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
93
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
94
|
-
.awsui_text-
|
|
94
|
+
.awsui_text-content_6absk_17qv7_94:not(#\9) {
|
|
95
95
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
96
96
|
border-collapse: separate;
|
|
97
97
|
border-spacing: 0;
|
|
@@ -129,71 +129,81 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
129
129
|
/* stylelint-disable no-descending-specificity */
|
|
130
130
|
/* stylelint-enable no-descending-specificity */
|
|
131
131
|
}
|
|
132
|
-
.awsui_text-
|
|
133
|
-
.awsui_text-
|
|
134
|
-
.awsui_text-
|
|
135
|
-
.awsui_text-
|
|
136
|
-
.awsui_text-
|
|
137
|
-
.awsui_text-
|
|
132
|
+
.awsui_text-content_6absk_17qv7_94 h1:not(#\9),
|
|
133
|
+
.awsui_text-content_6absk_17qv7_94 h2:not(#\9),
|
|
134
|
+
.awsui_text-content_6absk_17qv7_94 h3:not(#\9),
|
|
135
|
+
.awsui_text-content_6absk_17qv7_94 h4:not(#\9),
|
|
136
|
+
.awsui_text-content_6absk_17qv7_94 h5:not(#\9),
|
|
137
|
+
.awsui_text-content_6absk_17qv7_94 p:not(#\9) {
|
|
138
138
|
font-family: inherit;
|
|
139
139
|
font-weight: normal;
|
|
140
140
|
text-decoration: none;
|
|
141
141
|
margin: 0;
|
|
142
142
|
padding: var(--space-xxs-ynfts5, 4px) 0;
|
|
143
143
|
}
|
|
144
|
-
.awsui_text-
|
|
145
|
-
.awsui_text-
|
|
146
|
-
.awsui_text-
|
|
147
|
-
.awsui_text-
|
|
148
|
-
.awsui_text-
|
|
144
|
+
.awsui_text-content_6absk_17qv7_94 h1:not(#\9),
|
|
145
|
+
.awsui_text-content_6absk_17qv7_94 h2:not(#\9),
|
|
146
|
+
.awsui_text-content_6absk_17qv7_94 h3:not(#\9),
|
|
147
|
+
.awsui_text-content_6absk_17qv7_94 h4:not(#\9),
|
|
148
|
+
.awsui_text-content_6absk_17qv7_94 h5:not(#\9) {
|
|
149
149
|
color: var(--color-text-heading-default-jopz0f, #000716);
|
|
150
150
|
}
|
|
151
|
-
.awsui_text-
|
|
151
|
+
.awsui_text-content_6absk_17qv7_94 h1:not(#\9) {
|
|
152
152
|
font-size: var(--font-heading-xl-size-d0vjbk, 32px);
|
|
153
153
|
line-height: var(--font-heading-xl-line-height-doxfdj, 40px);
|
|
154
154
|
letter-spacing: var(--font-heading-xl-letter-spacing-9tcsmy, -0.02em);
|
|
155
155
|
font-weight: var(--font-heading-xl-weight-772870, 800);
|
|
156
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-vu3hx4, antialiased);
|
|
157
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-nkh1jb, grayscale);
|
|
156
158
|
}
|
|
157
|
-
.awsui_text-
|
|
159
|
+
.awsui_text-content_6absk_17qv7_94 h2:not(#\9) {
|
|
158
160
|
font-size: var(--font-heading-l-size-otmxys, 24px);
|
|
159
161
|
line-height: var(--font-heading-l-line-height-gev4n1, 30px);
|
|
160
162
|
letter-spacing: var(--font-heading-l-letter-spacing-f6wvtk, -0.015em);
|
|
161
163
|
font-weight: var(--font-heading-l-weight-xm7ks9, 800);
|
|
164
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-vu3hx4, antialiased);
|
|
165
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-nkh1jb, grayscale);
|
|
162
166
|
}
|
|
163
|
-
.awsui_text-
|
|
167
|
+
.awsui_text-content_6absk_17qv7_94 h3:not(#\9) {
|
|
164
168
|
font-size: var(--font-heading-m-size-6e3jmg, 20px);
|
|
165
169
|
line-height: var(--font-heading-m-line-height-u3t54f, 24px);
|
|
166
170
|
letter-spacing: var(--font-heading-m-letter-spacing-r00pg3, -0.01em);
|
|
167
171
|
font-weight: var(--font-heading-m-weight-hi5n0j, 800);
|
|
172
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-vu3hx4, antialiased);
|
|
173
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-nkh1jb, grayscale);
|
|
168
174
|
}
|
|
169
|
-
.awsui_text-
|
|
175
|
+
.awsui_text-content_6absk_17qv7_94 h4:not(#\9) {
|
|
170
176
|
font-size: var(--font-heading-s-size-9clg8y, 16px);
|
|
171
177
|
line-height: var(--font-heading-s-line-height-5b7f0q, 20px);
|
|
172
178
|
letter-spacing: var(--font-heading-s-letter-spacing-4d69jc, -0.005em);
|
|
173
179
|
font-weight: var(--font-heading-s-weight-k8ys41, 800);
|
|
180
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-vu3hx4, antialiased);
|
|
181
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-nkh1jb, grayscale);
|
|
174
182
|
}
|
|
175
|
-
.awsui_text-
|
|
183
|
+
.awsui_text-content_6absk_17qv7_94 h5:not(#\9) {
|
|
176
184
|
font-size: var(--font-heading-xs-size-fryxro, 14px);
|
|
177
185
|
line-height: var(--font-heading-xs-line-height-5x131j, 18px);
|
|
178
186
|
font-weight: var(--font-heading-xs-weight-wwznty, 800);
|
|
187
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-vu3hx4, antialiased);
|
|
188
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-nkh1jb, grayscale);
|
|
179
189
|
}
|
|
180
|
-
.awsui_text-
|
|
181
|
-
.awsui_text-
|
|
190
|
+
.awsui_text-content_6absk_17qv7_94 b:not(#\9),
|
|
191
|
+
.awsui_text-content_6absk_17qv7_94 strong:not(#\9) {
|
|
182
192
|
font-weight: 700;
|
|
183
193
|
}
|
|
184
|
-
.awsui_text-
|
|
194
|
+
.awsui_text-content_6absk_17qv7_94 p:not(#\9) {
|
|
185
195
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
186
196
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
187
197
|
color: inherit;
|
|
188
198
|
}
|
|
189
|
-
.awsui_text-
|
|
199
|
+
.awsui_text-content_6absk_17qv7_94 small:not(#\9) {
|
|
190
200
|
display: inline-block;
|
|
191
201
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
192
202
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
193
203
|
letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
|
|
194
204
|
color: var(--color-text-small-le1y42, #5f6b7a);
|
|
195
205
|
}
|
|
196
|
-
.awsui_text-
|
|
206
|
+
.awsui_text-content_6absk_17qv7_94 small a:not(#\9) {
|
|
197
207
|
font-size: inherit;
|
|
198
208
|
color: var(--color-text-link-default-5f186r, #0972d3);
|
|
199
209
|
font-weight: var(--font-link-primary-weight-91pybi, "inherit");
|
|
@@ -208,42 +218,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
208
218
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
209
219
|
}
|
|
210
220
|
@media (prefers-reduced-motion: reduce) {
|
|
211
|
-
.awsui_text-
|
|
221
|
+
.awsui_text-content_6absk_17qv7_94 small a:not(#\9) {
|
|
212
222
|
animation: none;
|
|
213
223
|
transition: none;
|
|
214
224
|
}
|
|
215
225
|
}
|
|
216
|
-
.awsui-motion-disabled .awsui_text-
|
|
226
|
+
.awsui-motion-disabled .awsui_text-content_6absk_17qv7_94 small a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_17qv7_94 small a:not(#\9) {
|
|
217
227
|
animation: none;
|
|
218
228
|
transition: none;
|
|
219
229
|
}
|
|
220
|
-
.awsui_text-
|
|
230
|
+
.awsui_text-content_6absk_17qv7_94 small a:not(#\9):hover {
|
|
221
231
|
cursor: pointer;
|
|
222
232
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
223
233
|
}
|
|
224
|
-
.awsui_text-
|
|
234
|
+
.awsui_text-content_6absk_17qv7_94 small a:not(#\9):focus {
|
|
225
235
|
outline: none;
|
|
226
236
|
}
|
|
227
|
-
.awsui_text-
|
|
237
|
+
.awsui_text-content_6absk_17qv7_94 small a:not(#\9):active {
|
|
228
238
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
229
239
|
}
|
|
230
|
-
.awsui_text-
|
|
240
|
+
.awsui_text-content_6absk_17qv7_94 small a:not(#\9):active, .awsui_text-content_6absk_17qv7_94 small a:not(#\9):focus, .awsui_text-content_6absk_17qv7_94 small a:not(#\9):hover {
|
|
231
241
|
text-decoration: underline;
|
|
232
242
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
233
243
|
text-decoration-color: currentColor;
|
|
234
244
|
}
|
|
235
|
-
.awsui_text-
|
|
236
|
-
.awsui_text-
|
|
237
|
-
.awsui_text-
|
|
245
|
+
.awsui_text-content_6absk_17qv7_94 code:not(#\9),
|
|
246
|
+
.awsui_text-content_6absk_17qv7_94 pre:not(#\9),
|
|
247
|
+
.awsui_text-content_6absk_17qv7_94 samp:not(#\9) {
|
|
238
248
|
font-family: var(--font-family-monospace-iz223z, Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace);
|
|
239
249
|
background: transparent;
|
|
240
250
|
}
|
|
241
|
-
.awsui_text-
|
|
251
|
+
.awsui_text-content_6absk_17qv7_94 code:not(#\9) {
|
|
242
252
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
243
253
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
244
254
|
letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
|
|
245
255
|
}
|
|
246
|
-
.awsui_text-
|
|
256
|
+
.awsui_text-content_6absk_17qv7_94 a:not(#\9) {
|
|
247
257
|
color: var(--color-text-link-default-5f186r, #0972d3);
|
|
248
258
|
font-weight: inherit;
|
|
249
259
|
letter-spacing: normal;
|
|
@@ -256,31 +266,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
256
266
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
257
267
|
}
|
|
258
268
|
@media (prefers-reduced-motion: reduce) {
|
|
259
|
-
.awsui_text-
|
|
269
|
+
.awsui_text-content_6absk_17qv7_94 a:not(#\9) {
|
|
260
270
|
animation: none;
|
|
261
271
|
transition: none;
|
|
262
272
|
}
|
|
263
273
|
}
|
|
264
|
-
.awsui-motion-disabled .awsui_text-
|
|
274
|
+
.awsui-motion-disabled .awsui_text-content_6absk_17qv7_94 a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_17qv7_94 a:not(#\9) {
|
|
265
275
|
animation: none;
|
|
266
276
|
transition: none;
|
|
267
277
|
}
|
|
268
|
-
.awsui_text-
|
|
278
|
+
.awsui_text-content_6absk_17qv7_94 a:not(#\9):hover {
|
|
269
279
|
cursor: pointer;
|
|
270
280
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
271
281
|
}
|
|
272
|
-
.awsui_text-
|
|
282
|
+
.awsui_text-content_6absk_17qv7_94 a:not(#\9):focus {
|
|
273
283
|
outline: none;
|
|
274
284
|
}
|
|
275
|
-
.awsui_text-
|
|
285
|
+
.awsui_text-content_6absk_17qv7_94 a:not(#\9):active {
|
|
276
286
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
277
287
|
}
|
|
278
|
-
.awsui_text-
|
|
288
|
+
.awsui_text-content_6absk_17qv7_94 a:not(#\9):active, .awsui_text-content_6absk_17qv7_94 a:not(#\9):focus, .awsui_text-content_6absk_17qv7_94 a:not(#\9):hover {
|
|
279
289
|
text-decoration: underline;
|
|
280
290
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
281
291
|
text-decoration-color: currentColor;
|
|
282
292
|
}
|
|
283
|
-
.awsui_text-
|
|
293
|
+
.awsui_text-content_6absk_17qv7_94 a:not(#\9):focus {
|
|
284
294
|
outline: thin dotted;
|
|
285
295
|
outline: var(--border-link-focus-ring-outline-k2wccv, 0);
|
|
286
296
|
outline-offset: 2px;
|
|
@@ -288,31 +298,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
288
298
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
289
299
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-nv4ahb, 2px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
290
300
|
}
|
|
291
|
-
.awsui_text-
|
|
292
|
-
.awsui_text-
|
|
301
|
+
.awsui_text-content_6absk_17qv7_94 ul:not(#\9),
|
|
302
|
+
.awsui_text-content_6absk_17qv7_94 ol:not(#\9) {
|
|
293
303
|
padding-left: var(--space-l-4vl6xu, 20px);
|
|
294
304
|
margin: var(--space-xxs-ynfts5, 4px) 0;
|
|
295
305
|
list-style-position: outside;
|
|
296
306
|
}
|
|
297
|
-
.awsui_text-
|
|
298
|
-
.awsui_text-
|
|
299
|
-
.awsui_text-
|
|
300
|
-
.awsui_text-
|
|
301
|
-
.awsui_text-
|
|
302
|
-
.awsui_text-
|
|
303
|
-
.awsui_text-
|
|
304
|
-
.awsui_text-
|
|
305
|
-
.awsui_text-
|
|
306
|
-
.awsui_text-
|
|
307
|
-
.awsui_text-
|
|
308
|
-
.awsui_text-
|
|
309
|
-
.awsui_text-
|
|
310
|
-
.awsui_text-
|
|
307
|
+
.awsui_text-content_6absk_17qv7_94 ul + ul:not(#\9),
|
|
308
|
+
.awsui_text-content_6absk_17qv7_94 ul + ol:not(#\9),
|
|
309
|
+
.awsui_text-content_6absk_17qv7_94 ul > li + ul:not(#\9),
|
|
310
|
+
.awsui_text-content_6absk_17qv7_94 ul > li + li:not(#\9),
|
|
311
|
+
.awsui_text-content_6absk_17qv7_94 ul > li + ol:not(#\9),
|
|
312
|
+
.awsui_text-content_6absk_17qv7_94 ul > li > ul:not(#\9),
|
|
313
|
+
.awsui_text-content_6absk_17qv7_94 ul > li > ol:not(#\9),
|
|
314
|
+
.awsui_text-content_6absk_17qv7_94 ol + ul:not(#\9),
|
|
315
|
+
.awsui_text-content_6absk_17qv7_94 ol + ol:not(#\9),
|
|
316
|
+
.awsui_text-content_6absk_17qv7_94 ol > li + ul:not(#\9),
|
|
317
|
+
.awsui_text-content_6absk_17qv7_94 ol > li + li:not(#\9),
|
|
318
|
+
.awsui_text-content_6absk_17qv7_94 ol > li + ol:not(#\9),
|
|
319
|
+
.awsui_text-content_6absk_17qv7_94 ol > li > ul:not(#\9),
|
|
320
|
+
.awsui_text-content_6absk_17qv7_94 ol > li > ol:not(#\9) {
|
|
311
321
|
padding-top: var(--space-xxs-ynfts5, 4px);
|
|
312
322
|
}
|
|
313
|
-
.awsui_text-
|
|
314
|
-
.awsui_text-
|
|
315
|
-
.awsui_text-
|
|
316
|
-
.awsui_text-
|
|
323
|
+
.awsui_text-content_6absk_17qv7_94 ul > li > ul:not(#\9),
|
|
324
|
+
.awsui_text-content_6absk_17qv7_94 ul > li > ol:not(#\9),
|
|
325
|
+
.awsui_text-content_6absk_17qv7_94 ol > li > ul:not(#\9),
|
|
326
|
+
.awsui_text-content_6absk_17qv7_94 ol > li > ol:not(#\9) {
|
|
317
327
|
margin: 0;
|
|
318
328
|
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"top-navigation": "awsui_top-
|
|
5
|
-
"padding-box": "awsui_padding-
|
|
6
|
-
"medium": "
|
|
7
|
-
"narrow": "
|
|
8
|
-
"hidden": "
|
|
9
|
-
"\t": "awsui_\
|
|
10
|
-
"identity": "
|
|
11
|
-
"identity-link": "awsui_identity-
|
|
12
|
-
"no-logo": "awsui_no-
|
|
13
|
-
"logo": "
|
|
14
|
-
"title": "
|
|
15
|
-
"inputs": "
|
|
16
|
-
"search": "
|
|
17
|
-
"search-expanded": "awsui_search-
|
|
18
|
-
"utilities": "
|
|
19
|
-
"utility-wrapper": "awsui_utility-
|
|
20
|
-
"utility-wrapper-last": "awsui_utility-wrapper-
|
|
21
|
-
"utility-type-button-primary-button": "awsui_utility-type-button-primary-
|
|
22
|
-
"utility-type-menu-dropdown": "awsui_utility-type-menu-
|
|
23
|
-
"utility-type-button-link": "awsui_utility-type-button-
|
|
24
|
-
"utility-link-icon": "awsui_utility-link-
|
|
25
|
-
"utility-button-external-icon": "awsui_utility-button-external-
|
|
26
|
-
"trigger": "
|
|
27
|
-
"rotate-up": "awsui_rotate-
|
|
28
|
-
"rotate-down": "awsui_rotate-
|
|
4
|
+
"top-navigation": "awsui_top-navigation_1ca1i_1f0yj_93",
|
|
5
|
+
"padding-box": "awsui_padding-box_1ca1i_1f0yj_104",
|
|
6
|
+
"medium": "awsui_medium_1ca1i_1f0yj_114",
|
|
7
|
+
"narrow": "awsui_narrow_1ca1i_1f0yj_114",
|
|
8
|
+
"hidden": "awsui_hidden_1ca1i_1f0yj_122",
|
|
9
|
+
"\t": "awsui_\t_1ca1i_1f0yj_1",
|
|
10
|
+
"identity": "awsui_identity_1ca1i_1f0yj_135",
|
|
11
|
+
"identity-link": "awsui_identity-link_1ca1i_1f0yj_135",
|
|
12
|
+
"no-logo": "awsui_no-logo_1ca1i_1f0yj_152",
|
|
13
|
+
"logo": "awsui_logo_1ca1i_1f0yj_156",
|
|
14
|
+
"title": "awsui_title_1ca1i_1f0yj_167",
|
|
15
|
+
"inputs": "awsui_inputs_1ca1i_1f0yj_183",
|
|
16
|
+
"search": "awsui_search_1ca1i_1f0yj_190",
|
|
17
|
+
"search-expanded": "awsui_search-expanded_1ca1i_1f0yj_195",
|
|
18
|
+
"utilities": "awsui_utilities_1ca1i_1f0yj_200",
|
|
19
|
+
"utility-wrapper": "awsui_utility-wrapper_1ca1i_1f0yj_212",
|
|
20
|
+
"utility-wrapper-last": "awsui_utility-wrapper-last_1ca1i_1f0yj_228",
|
|
21
|
+
"utility-type-button-primary-button": "awsui_utility-type-button-primary-button_1ca1i_1f0yj_228",
|
|
22
|
+
"utility-type-menu-dropdown": "awsui_utility-type-menu-dropdown_1ca1i_1f0yj_242",
|
|
23
|
+
"utility-type-button-link": "awsui_utility-type-button-link_1ca1i_1f0yj_257",
|
|
24
|
+
"utility-link-icon": "awsui_utility-link-icon_1ca1i_1f0yj_270",
|
|
25
|
+
"utility-button-external-icon": "awsui_utility-button-external-icon_1ca1i_1f0yj_274",
|
|
26
|
+
"trigger": "awsui_trigger_1ca1i_1f0yj_278",
|
|
27
|
+
"rotate-up": "awsui_rotate-up_1ca1i_1f0yj_282",
|
|
28
|
+
"rotate-down": "awsui_rotate-down_1ca1i_1f0yj_297"
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -90,7 +90,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.awsui_top-
|
|
93
|
+
.awsui_top-navigation_1ca1i_1f0yj_93:not(#\9) {
|
|
94
94
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
95
95
|
border-collapse: separate;
|
|
96
96
|
border-spacing: 0;
|
|
@@ -127,7 +127,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
127
127
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
128
128
|
background: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
129
129
|
}
|
|
130
|
-
.awsui_top-
|
|
130
|
+
.awsui_top-navigation_1ca1i_1f0yj_93 > .awsui_padding-box_1ca1i_1f0yj_104:not(#\9) {
|
|
131
131
|
display: flex;
|
|
132
132
|
flex-direction: row;
|
|
133
133
|
flex-wrap: nowrap;
|
|
@@ -137,15 +137,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
137
137
|
height: calc(var(--space-xxxl-bo9z7f, 40px) + var(--space-scaled-m-pv0fmt, 16px));
|
|
138
138
|
padding: 0 0 0 var(--space-l-4vl6xu, 20px);
|
|
139
139
|
}
|
|
140
|
-
.awsui_top-
|
|
140
|
+
.awsui_top-navigation_1ca1i_1f0yj_93.awsui_medium_1ca1i_1f0yj_114 > .awsui_padding-box_1ca1i_1f0yj_104:not(#\9), .awsui_top-navigation_1ca1i_1f0yj_93.awsui_narrow_1ca1i_1f0yj_114 > .awsui_padding-box_1ca1i_1f0yj_104:not(#\9) {
|
|
141
141
|
height: calc(var(--space-xxxl-bo9z7f, 40px) + var(--space-scaled-xs-6859qs, 8px));
|
|
142
142
|
}
|
|
143
|
-
.awsui_top-
|
|
143
|
+
.awsui_top-navigation_1ca1i_1f0yj_93.awsui_narrow_1ca1i_1f0yj_114 > .awsui_padding-box_1ca1i_1f0yj_104:not(#\9) {
|
|
144
144
|
height: var(--space-xxxl-bo9z7f, 40px);
|
|
145
145
|
padding: 0 0 0 var(--space-xs-rsr2qu, 8px);
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
.
|
|
148
|
+
.awsui_hidden_1ca1i_1f0yj_122:not(#\9) {
|
|
149
149
|
position: absolute !important;
|
|
150
150
|
top: -9999px !important;
|
|
151
151
|
left: -9999px !important;
|
|
@@ -154,20 +154,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
/* stylelint-disable-next-line selector-combinator-disallowed-list, selector-max-universal */
|
|
157
|
-
.
|
|
157
|
+
.awsui_hidden_1ca1i_1f0yj_122 *:not(#\9):not(#awsui_\9 _1ca1i_1f0yj_1) {
|
|
158
158
|
visibility: hidden;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.
|
|
161
|
+
.awsui_identity_1ca1i_1f0yj_135 > .awsui_identity-link_1ca1i_1f0yj_135:not(#\9) {
|
|
162
162
|
display: flex;
|
|
163
163
|
align-items: center;
|
|
164
164
|
text-decoration: none;
|
|
165
165
|
color: var(--color-text-top-navigation-title-oypxe3, #000716);
|
|
166
166
|
}
|
|
167
|
-
.
|
|
167
|
+
.awsui_identity_1ca1i_1f0yj_135 > .awsui_identity-link_1ca1i_1f0yj_135:not(#\9):hover {
|
|
168
168
|
color: var(--color-text-accent-s1eqko, #0972d3);
|
|
169
169
|
}
|
|
170
|
-
.
|
|
170
|
+
.awsui_identity_1ca1i_1f0yj_135 > .awsui_identity-link_1ca1i_1f0yj_135[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
171
171
|
outline: thin dotted;
|
|
172
172
|
outline: var(--border-link-focus-ring-outline-k2wccv, 0);
|
|
173
173
|
outline-offset: 2px;
|
|
@@ -175,53 +175,55 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
175
175
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
176
176
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-nv4ahb, 2px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
177
177
|
}
|
|
178
|
-
.
|
|
178
|
+
.awsui_identity_1ca1i_1f0yj_135.awsui_no-logo_1ca1i_1f0yj_152:not(#\9) {
|
|
179
179
|
min-width: 100px;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
.
|
|
182
|
+
.awsui_logo_1ca1i_1f0yj_156:not(#\9) {
|
|
183
183
|
display: block;
|
|
184
184
|
max-height: var(--space-xxl-2nvmf1, 32px);
|
|
185
185
|
margin-left: var(--space-s-hv8c1d, 12px);
|
|
186
186
|
width: auto;
|
|
187
187
|
min-width: 10px;
|
|
188
188
|
}
|
|
189
|
-
.
|
|
189
|
+
.awsui_logo_1ca1i_1f0yj_156.awsui_narrow_1ca1i_1f0yj_114:not(#\9) {
|
|
190
190
|
max-height: var(--space-xl-a39hup, 24px);
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
.
|
|
193
|
+
.awsui_title_1ca1i_1f0yj_167:not(#\9) {
|
|
194
194
|
font-size: var(--font-heading-m-size-6e3jmg, 20px);
|
|
195
195
|
line-height: var(--font-heading-m-line-height-u3t54f, 24px);
|
|
196
196
|
letter-spacing: var(--font-heading-m-letter-spacing-r00pg3, -0.01em);
|
|
197
197
|
font-weight: var(--font-heading-m-weight-hi5n0j, 800);
|
|
198
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-vu3hx4, antialiased);
|
|
199
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-nkh1jb, grayscale);
|
|
198
200
|
margin-left: var(--space-s-hv8c1d, 12px);
|
|
199
201
|
white-space: nowrap;
|
|
200
202
|
overflow: hidden;
|
|
201
203
|
text-overflow: ellipsis;
|
|
202
204
|
}
|
|
203
|
-
.awsui_no-
|
|
205
|
+
.awsui_no-logo_1ca1i_1f0yj_152 > .awsui_identity-link_1ca1i_1f0yj_135 > .awsui_title_1ca1i_1f0yj_167:not(#\9) {
|
|
204
206
|
font-weight: 700;
|
|
205
207
|
}
|
|
206
208
|
|
|
207
|
-
.
|
|
209
|
+
.awsui_inputs_1ca1i_1f0yj_183:not(#\9) {
|
|
208
210
|
flex: 1;
|
|
209
211
|
min-width: 0;
|
|
210
212
|
display: flex;
|
|
211
213
|
justify-content: center;
|
|
212
214
|
}
|
|
213
215
|
|
|
214
|
-
.
|
|
216
|
+
.awsui_search_1ca1i_1f0yj_190:not(#\9) {
|
|
215
217
|
width: 100%;
|
|
216
218
|
max-width: 340px;
|
|
217
219
|
padding-left: var(--space-xxxl-bo9z7f, 40px);
|
|
218
220
|
}
|
|
219
|
-
.awsui_search-
|
|
221
|
+
.awsui_search-expanded_1ca1i_1f0yj_195:not(#\9) {
|
|
220
222
|
max-width: none;
|
|
221
223
|
padding-left: var(--space-s-hv8c1d, 12px);
|
|
222
224
|
}
|
|
223
225
|
|
|
224
|
-
.
|
|
226
|
+
.awsui_utilities_1ca1i_1f0yj_200:not(#\9) {
|
|
225
227
|
display: flex;
|
|
226
228
|
flex-shrink: 0;
|
|
227
229
|
flex-direction: row;
|
|
@@ -229,17 +231,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
229
231
|
padding-left: var(--space-m-17eucw, 16px);
|
|
230
232
|
height: 100%;
|
|
231
233
|
}
|
|
232
|
-
.
|
|
234
|
+
.awsui_medium_1ca1i_1f0yj_114 > .awsui_padding-box_1ca1i_1f0yj_104 > .awsui_utilities_1ca1i_1f0yj_200:not(#\9), .awsui_narrow_1ca1i_1f0yj_114 > .awsui_padding-box_1ca1i_1f0yj_104 > .awsui_utilities_1ca1i_1f0yj_200:not(#\9) {
|
|
233
235
|
padding-left: 0;
|
|
234
236
|
}
|
|
235
237
|
|
|
236
|
-
.awsui_utility-
|
|
238
|
+
.awsui_utility-wrapper_1ca1i_1f0yj_212:not(#\9) {
|
|
237
239
|
display: flex;
|
|
238
240
|
position: relative;
|
|
239
241
|
flex-shrink: 0;
|
|
240
242
|
align-items: center;
|
|
241
243
|
}
|
|
242
|
-
.awsui_utility-
|
|
244
|
+
.awsui_utility-wrapper_1ca1i_1f0yj_212:not(#\9)::after {
|
|
243
245
|
display: block;
|
|
244
246
|
position: absolute;
|
|
245
247
|
content: "";
|
|
@@ -249,86 +251,86 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
249
251
|
bottom: var(--space-s-hv8c1d, 12px);
|
|
250
252
|
background: var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
251
253
|
}
|
|
252
|
-
.awsui_utility-
|
|
254
|
+
.awsui_utility-wrapper_1ca1i_1f0yj_212.awsui_utility-wrapper-last_1ca1i_1f0yj_228:not(#\9):not(.awsui_utility-type-button-primary-button_1ca1i_1f0yj_228) {
|
|
253
255
|
padding-right: 0;
|
|
254
256
|
}
|
|
255
|
-
.awsui_utility-
|
|
257
|
+
.awsui_utility-wrapper_1ca1i_1f0yj_212.awsui_utility-wrapper-last_1ca1i_1f0yj_228:not(#\9):not(.awsui_utility-type-button-primary-button_1ca1i_1f0yj_228)::after {
|
|
256
258
|
display: none;
|
|
257
259
|
}
|
|
258
|
-
.
|
|
260
|
+
.awsui_medium_1ca1i_1f0yj_114 > .awsui_padding-box_1ca1i_1f0yj_104 > .awsui_utilities_1ca1i_1f0yj_200 > .awsui_utility-wrapper_1ca1i_1f0yj_212:not(#\9)::after, .awsui_narrow_1ca1i_1f0yj_114 > .awsui_padding-box_1ca1i_1f0yj_104 > .awsui_utilities_1ca1i_1f0yj_200 > .awsui_utility-wrapper_1ca1i_1f0yj_212:not(#\9)::after {
|
|
259
261
|
top: var(--space-xs-rsr2qu, 8px);
|
|
260
262
|
bottom: var(--space-xs-rsr2qu, 8px);
|
|
261
263
|
}
|
|
262
264
|
|
|
263
|
-
.awsui_utility-wrapper-
|
|
265
|
+
.awsui_utility-wrapper-last_1ca1i_1f0yj_228:not(#\9) {
|
|
264
266
|
margin-right: var(--space-s-hv8c1d, 12px);
|
|
265
267
|
}
|
|
266
|
-
.awsui_utility-wrapper-
|
|
268
|
+
.awsui_utility-wrapper-last_1ca1i_1f0yj_228.awsui_utility-type-menu-dropdown_1ca1i_1f0yj_242:not(#\9) {
|
|
267
269
|
margin-right: 0;
|
|
268
270
|
}
|
|
269
|
-
.
|
|
271
|
+
.awsui_narrow_1ca1i_1f0yj_114 > .awsui_padding-box_1ca1i_1f0yj_104 > .awsui_utilities_1ca1i_1f0yj_200 > .awsui_utility-wrapper-last_1ca1i_1f0yj_228:not(#\9) {
|
|
270
272
|
margin-right: 0;
|
|
271
273
|
}
|
|
272
|
-
.
|
|
274
|
+
.awsui_narrow_1ca1i_1f0yj_114 > .awsui_padding-box_1ca1i_1f0yj_104 > .awsui_utilities_1ca1i_1f0yj_200 > .awsui_utility-wrapper-last_1ca1i_1f0yj_228.awsui_utility-type-button-primary-button_1ca1i_1f0yj_228:not(#\9) {
|
|
273
275
|
padding-right: var(--space-l-4vl6xu, 20px);
|
|
274
276
|
}
|
|
275
277
|
|
|
276
|
-
.awsui_utility-type-menu-
|
|
278
|
+
.awsui_utility-type-menu-dropdown_1ca1i_1f0yj_242:not(#\9) {
|
|
277
279
|
padding: 0 var(--space-s-hv8c1d, 12px);
|
|
278
280
|
align-items: stretch;
|
|
279
281
|
}
|
|
280
282
|
|
|
281
|
-
.awsui_utility-type-button-
|
|
282
|
-
.awsui_utility-type-button-primary-
|
|
283
|
+
.awsui_utility-type-button-link_1ca1i_1f0yj_257:not(#\9),
|
|
284
|
+
.awsui_utility-type-button-primary-button_1ca1i_1f0yj_228:not(#\9) {
|
|
283
285
|
padding: 0 var(--space-m-17eucw, 16px);
|
|
284
286
|
}
|
|
285
287
|
|
|
286
|
-
.awsui_utility-type-button-primary-
|
|
288
|
+
.awsui_utility-type-button-primary-button_1ca1i_1f0yj_228:not(#\9) {
|
|
287
289
|
left: -1px;
|
|
288
290
|
border-left: 1px solid var(--color-background-container-content-i8i4a0, #ffffff);
|
|
289
291
|
}
|
|
290
|
-
.awsui_utility-type-button-primary-
|
|
292
|
+
.awsui_utility-type-button-primary-button_1ca1i_1f0yj_228:not(#\9)::after {
|
|
291
293
|
display: none;
|
|
292
294
|
}
|
|
293
295
|
|
|
294
|
-
.awsui_utility-link-
|
|
296
|
+
.awsui_utility-link-icon_1ca1i_1f0yj_270:not(#\9) {
|
|
295
297
|
margin-right: var(--space-xxs-ynfts5, 4px);
|
|
296
298
|
}
|
|
297
299
|
|
|
298
|
-
.awsui_utility-button-external-
|
|
300
|
+
.awsui_utility-button-external-icon_1ca1i_1f0yj_274:not(#\9) {
|
|
299
301
|
display: inline-block;
|
|
300
302
|
}
|
|
301
303
|
|
|
302
|
-
.
|
|
304
|
+
.awsui_trigger_1ca1i_1f0yj_278:not(#\9) {
|
|
303
305
|
/*used in test-utils*/
|
|
304
306
|
}
|
|
305
307
|
|
|
306
|
-
.awsui_rotate-
|
|
308
|
+
.awsui_rotate-up_1ca1i_1f0yj_282:not(#\9) {
|
|
307
309
|
transform: rotate(-180deg);
|
|
308
310
|
transition: transform var(--motion-duration-rotate-180-ofa1ir, 135ms) var(--motion-easing-rotate-180-3rbbga, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
309
311
|
}
|
|
310
312
|
@media (prefers-reduced-motion: reduce) {
|
|
311
|
-
.awsui_rotate-
|
|
313
|
+
.awsui_rotate-up_1ca1i_1f0yj_282:not(#\9) {
|
|
312
314
|
animation: none;
|
|
313
315
|
transition: none;
|
|
314
316
|
}
|
|
315
317
|
}
|
|
316
|
-
.awsui-motion-disabled .awsui_rotate-
|
|
318
|
+
.awsui-motion-disabled .awsui_rotate-up_1ca1i_1f0yj_282:not(#\9), .awsui-mode-entering .awsui_rotate-up_1ca1i_1f0yj_282:not(#\9) {
|
|
317
319
|
animation: none;
|
|
318
320
|
transition: none;
|
|
319
321
|
}
|
|
320
322
|
|
|
321
|
-
.awsui_rotate-
|
|
323
|
+
.awsui_rotate-down_1ca1i_1f0yj_297:not(#\9) {
|
|
322
324
|
transform: rotate(0deg);
|
|
323
325
|
transition: transform var(--motion-duration-rotate-180-ofa1ir, 135ms) var(--motion-easing-rotate-180-3rbbga, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
324
326
|
}
|
|
325
327
|
@media (prefers-reduced-motion: reduce) {
|
|
326
|
-
.awsui_rotate-
|
|
328
|
+
.awsui_rotate-down_1ca1i_1f0yj_297:not(#\9) {
|
|
327
329
|
animation: none;
|
|
328
330
|
transition: none;
|
|
329
331
|
}
|
|
330
332
|
}
|
|
331
|
-
.awsui-motion-disabled .awsui_rotate-
|
|
333
|
+
.awsui-motion-disabled .awsui_rotate-down_1ca1i_1f0yj_297:not(#\9), .awsui-mode-entering .awsui_rotate-down_1ca1i_1f0yj_297:not(#\9) {
|
|
332
334
|
animation: none;
|
|
333
335
|
transition: none;
|
|
334
336
|
}
|
|
@@ -2,30 +2,30 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"top-navigation": "awsui_top-
|
|
6
|
-
"padding-box": "awsui_padding-
|
|
7
|
-
"medium": "
|
|
8
|
-
"narrow": "
|
|
9
|
-
"hidden": "
|
|
10
|
-
"\t": "awsui_\
|
|
11
|
-
"identity": "
|
|
12
|
-
"identity-link": "awsui_identity-
|
|
13
|
-
"no-logo": "awsui_no-
|
|
14
|
-
"logo": "
|
|
15
|
-
"title": "
|
|
16
|
-
"inputs": "
|
|
17
|
-
"search": "
|
|
18
|
-
"search-expanded": "awsui_search-
|
|
19
|
-
"utilities": "
|
|
20
|
-
"utility-wrapper": "awsui_utility-
|
|
21
|
-
"utility-wrapper-last": "awsui_utility-wrapper-
|
|
22
|
-
"utility-type-button-primary-button": "awsui_utility-type-button-primary-
|
|
23
|
-
"utility-type-menu-dropdown": "awsui_utility-type-menu-
|
|
24
|
-
"utility-type-button-link": "awsui_utility-type-button-
|
|
25
|
-
"utility-link-icon": "awsui_utility-link-
|
|
26
|
-
"utility-button-external-icon": "awsui_utility-button-external-
|
|
27
|
-
"trigger": "
|
|
28
|
-
"rotate-up": "awsui_rotate-
|
|
29
|
-
"rotate-down": "awsui_rotate-
|
|
5
|
+
"top-navigation": "awsui_top-navigation_1ca1i_1f0yj_93",
|
|
6
|
+
"padding-box": "awsui_padding-box_1ca1i_1f0yj_104",
|
|
7
|
+
"medium": "awsui_medium_1ca1i_1f0yj_114",
|
|
8
|
+
"narrow": "awsui_narrow_1ca1i_1f0yj_114",
|
|
9
|
+
"hidden": "awsui_hidden_1ca1i_1f0yj_122",
|
|
10
|
+
"\t": "awsui_\t_1ca1i_1f0yj_1",
|
|
11
|
+
"identity": "awsui_identity_1ca1i_1f0yj_135",
|
|
12
|
+
"identity-link": "awsui_identity-link_1ca1i_1f0yj_135",
|
|
13
|
+
"no-logo": "awsui_no-logo_1ca1i_1f0yj_152",
|
|
14
|
+
"logo": "awsui_logo_1ca1i_1f0yj_156",
|
|
15
|
+
"title": "awsui_title_1ca1i_1f0yj_167",
|
|
16
|
+
"inputs": "awsui_inputs_1ca1i_1f0yj_183",
|
|
17
|
+
"search": "awsui_search_1ca1i_1f0yj_190",
|
|
18
|
+
"search-expanded": "awsui_search-expanded_1ca1i_1f0yj_195",
|
|
19
|
+
"utilities": "awsui_utilities_1ca1i_1f0yj_200",
|
|
20
|
+
"utility-wrapper": "awsui_utility-wrapper_1ca1i_1f0yj_212",
|
|
21
|
+
"utility-wrapper-last": "awsui_utility-wrapper-last_1ca1i_1f0yj_228",
|
|
22
|
+
"utility-type-button-primary-button": "awsui_utility-type-button-primary-button_1ca1i_1f0yj_228",
|
|
23
|
+
"utility-type-menu-dropdown": "awsui_utility-type-menu-dropdown_1ca1i_1f0yj_242",
|
|
24
|
+
"utility-type-button-link": "awsui_utility-type-button-link_1ca1i_1f0yj_257",
|
|
25
|
+
"utility-link-icon": "awsui_utility-link-icon_1ca1i_1f0yj_270",
|
|
26
|
+
"utility-button-external-icon": "awsui_utility-button-external-icon_1ca1i_1f0yj_274",
|
|
27
|
+
"trigger": "awsui_trigger_1ca1i_1f0yj_278",
|
|
28
|
+
"rotate-up": "awsui_rotate-up_1ca1i_1f0yj_282",
|
|
29
|
+
"rotate-down": "awsui_rotate-down_1ca1i_1f0yj_297"
|
|
30
30
|
};
|
|
31
31
|
|