@cloudscape-design/components 3.0.998 → 3.0.999
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/internal/components/chart-series-details/styles.css.js +19 -19
- package/internal/components/chart-series-details/styles.scoped.css +34 -32
- package/internal/components/chart-series-details/styles.selectors.js +19 -19
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"dimmed": "
|
|
5
|
-
"marker": "
|
|
6
|
-
"marker--line": "awsui_marker--
|
|
7
|
-
"marker--rectangle": "awsui_marker--
|
|
8
|
-
"marker--hollow-rectangle": "awsui_marker--hollow-
|
|
9
|
-
"marker--dashed": "awsui_marker--
|
|
10
|
-
"root": "
|
|
11
|
-
"value": "
|
|
12
|
-
"expandable": "
|
|
13
|
-
"list-item": "awsui_list-
|
|
14
|
-
"inner-list-item": "awsui_inner-list-
|
|
15
|
-
"key-value-pair": "awsui_key-value-
|
|
16
|
-
"expandable-section": "awsui_expandable-
|
|
17
|
-
"key": "
|
|
18
|
-
"sub-items": "awsui_sub-
|
|
19
|
-
"list": "
|
|
20
|
-
"compact": "
|
|
21
|
-
"with-sub-items": "awsui_with-sub-
|
|
22
|
-
"full-width": "awsui_full-
|
|
4
|
+
"dimmed": "awsui_dimmed_10ipo_8y0ip_153",
|
|
5
|
+
"marker": "awsui_marker_10ipo_8y0ip_205",
|
|
6
|
+
"marker--line": "awsui_marker--line_10ipo_8y0ip_245",
|
|
7
|
+
"marker--rectangle": "awsui_marker--rectangle_10ipo_8y0ip_249",
|
|
8
|
+
"marker--hollow-rectangle": "awsui_marker--hollow-rectangle_10ipo_8y0ip_256",
|
|
9
|
+
"marker--dashed": "awsui_marker--dashed_10ipo_8y0ip_272",
|
|
10
|
+
"root": "awsui_root_10ipo_8y0ip_291",
|
|
11
|
+
"value": "awsui_value_10ipo_8y0ip_323",
|
|
12
|
+
"expandable": "awsui_expandable_10ipo_8y0ip_327",
|
|
13
|
+
"list-item": "awsui_list-item_10ipo_8y0ip_331",
|
|
14
|
+
"inner-list-item": "awsui_inner-list-item_10ipo_8y0ip_332",
|
|
15
|
+
"key-value-pair": "awsui_key-value-pair_10ipo_8y0ip_337",
|
|
16
|
+
"expandable-section": "awsui_expandable-section_10ipo_8y0ip_338",
|
|
17
|
+
"key": "awsui_key_10ipo_8y0ip_337",
|
|
18
|
+
"sub-items": "awsui_sub-items_10ipo_8y0ip_353",
|
|
19
|
+
"list": "awsui_list_10ipo_8y0ip_331",
|
|
20
|
+
"compact": "awsui_compact_10ipo_8y0ip_379",
|
|
21
|
+
"with-sub-items": "awsui_with-sub-items_10ipo_8y0ip_384",
|
|
22
|
+
"full-width": "awsui_full-width_10ipo_8y0ip_389"
|
|
23
23
|
};
|
|
24
24
|
|
|
@@ -150,7 +150,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
151
151
|
SPDX-License-Identifier: Apache-2.0
|
|
152
152
|
*/
|
|
153
|
-
.
|
|
153
|
+
.awsui_dimmed_10ipo_8y0ip_153:not(#\9) {
|
|
154
154
|
border-collapse: separate;
|
|
155
155
|
border-spacing: 0;
|
|
156
156
|
box-sizing: border-box;
|
|
@@ -185,12 +185,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
185
185
|
transition-delay: var(--motion-duration-transition-quick-mcm2y0, 90ms);
|
|
186
186
|
}
|
|
187
187
|
@media (prefers-reduced-motion: reduce) {
|
|
188
|
-
.
|
|
188
|
+
.awsui_dimmed_10ipo_8y0ip_153:not(#\9) {
|
|
189
189
|
animation: none;
|
|
190
190
|
transition: none;
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
|
-
.awsui-motion-disabled .
|
|
193
|
+
.awsui-motion-disabled .awsui_dimmed_10ipo_8y0ip_153:not(#\9), .awsui-mode-entering .awsui_dimmed_10ipo_8y0ip_153:not(#\9) {
|
|
194
194
|
animation: none;
|
|
195
195
|
transition: none;
|
|
196
196
|
}
|
|
@@ -203,7 +203,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
203
203
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
204
204
|
SPDX-License-Identifier: Apache-2.0
|
|
205
205
|
*/
|
|
206
|
-
.
|
|
206
|
+
.awsui_marker_10ipo_8y0ip_205:not(#\9) {
|
|
207
207
|
border-collapse: separate;
|
|
208
208
|
border-spacing: 0;
|
|
209
209
|
box-sizing: border-box;
|
|
@@ -244,25 +244,25 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
244
244
|
flex-shrink: 0;
|
|
245
245
|
cursor: inherit;
|
|
246
246
|
}
|
|
247
|
-
.awsui_marker--
|
|
247
|
+
.awsui_marker--line_10ipo_8y0ip_245:not(#\9) {
|
|
248
248
|
margin-block-start: 9px;
|
|
249
249
|
block-size: 4px;
|
|
250
250
|
}
|
|
251
|
-
.awsui_marker--
|
|
251
|
+
.awsui_marker--rectangle_10ipo_8y0ip_249:not(#\9) {
|
|
252
252
|
block-size: 14px;
|
|
253
253
|
border-start-start-radius: 2px;
|
|
254
254
|
border-start-end-radius: 2px;
|
|
255
255
|
border-end-start-radius: 2px;
|
|
256
256
|
border-end-end-radius: 2px;
|
|
257
257
|
}
|
|
258
|
-
.awsui_marker--hollow-
|
|
258
|
+
.awsui_marker--hollow-rectangle_10ipo_8y0ip_256:not(#\9) {
|
|
259
259
|
block-size: 14px;
|
|
260
260
|
border-start-start-radius: 2px;
|
|
261
261
|
border-start-end-radius: 2px;
|
|
262
262
|
border-end-start-radius: 2px;
|
|
263
263
|
border-end-end-radius: 2px;
|
|
264
264
|
}
|
|
265
|
-
.awsui_marker--hollow-
|
|
265
|
+
.awsui_marker--hollow-rectangle_10ipo_8y0ip_256:not(#\9)::after {
|
|
266
266
|
content: "";
|
|
267
267
|
display: block;
|
|
268
268
|
margin-block: 2px;
|
|
@@ -271,13 +271,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
271
271
|
background-color: var(--color-background-container-content-6u8rvp, #ffffff);
|
|
272
272
|
opacity: 0.5;
|
|
273
273
|
}
|
|
274
|
-
.awsui_marker--
|
|
274
|
+
.awsui_marker--dashed_10ipo_8y0ip_272:not(#\9) {
|
|
275
275
|
block-size: 4px;
|
|
276
276
|
inline-size: 6px;
|
|
277
277
|
margin-block-start: 9px;
|
|
278
278
|
margin-inline-end: 12px;
|
|
279
279
|
}
|
|
280
|
-
.awsui_marker--
|
|
280
|
+
.awsui_marker--dashed_10ipo_8y0ip_272:not(#\9)::after {
|
|
281
281
|
content: "";
|
|
282
282
|
display: block;
|
|
283
283
|
inline-size: 6px;
|
|
@@ -290,7 +290,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
290
290
|
background-color: inherit;
|
|
291
291
|
}
|
|
292
292
|
|
|
293
|
-
.
|
|
293
|
+
.awsui_root_10ipo_8y0ip_291:not(#\9) {
|
|
294
294
|
border-collapse: separate;
|
|
295
295
|
border-spacing: 0;
|
|
296
296
|
box-sizing: border-box;
|
|
@@ -323,45 +323,47 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
323
323
|
-moz-osx-font-smoothing: auto;
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
-
.
|
|
326
|
+
.awsui_value_10ipo_8y0ip_323:not(#\9) {
|
|
327
327
|
text-align: end;
|
|
328
328
|
margin-inline-start: var(--space-xxl-32srm4, 32px);
|
|
329
329
|
}
|
|
330
|
-
.
|
|
330
|
+
.awsui_value_10ipo_8y0ip_323.awsui_expandable_10ipo_8y0ip_327:not(#\9) {
|
|
331
331
|
font-weight: var(--font-weight-heading-s-lcx0ai, 700);
|
|
332
332
|
}
|
|
333
333
|
|
|
334
|
-
.awsui_list-
|
|
335
|
-
.awsui_inner-list-
|
|
334
|
+
.awsui_list-item_10ipo_8y0ip_331:not(#\9),
|
|
335
|
+
.awsui_inner-list-item_10ipo_8y0ip_332:not(#\9) {
|
|
336
336
|
list-style: none;
|
|
337
337
|
}
|
|
338
338
|
|
|
339
|
-
.awsui_inner-list-
|
|
340
|
-
.awsui_list-
|
|
341
|
-
.awsui_list-
|
|
339
|
+
.awsui_inner-list-item_10ipo_8y0ip_332:not(#\9),
|
|
340
|
+
.awsui_list-item_10ipo_8y0ip_331 > .awsui_key-value-pair_10ipo_8y0ip_337:not(#\9),
|
|
341
|
+
.awsui_list-item_10ipo_8y0ip_331 > .awsui_expandable-section_10ipo_8y0ip_338:not(#\9) {
|
|
342
342
|
display: flex;
|
|
343
343
|
flex-direction: row;
|
|
344
344
|
justify-content: space-between;
|
|
345
345
|
inline-size: 100%;
|
|
346
346
|
}
|
|
347
|
-
.awsui_inner-list-
|
|
348
|
-
.awsui_list-
|
|
349
|
-
.awsui_list-
|
|
347
|
+
.awsui_inner-list-item_10ipo_8y0ip_332 > .awsui_key_10ipo_8y0ip_337:not(#\9),
|
|
348
|
+
.awsui_list-item_10ipo_8y0ip_331 > .awsui_key-value-pair_10ipo_8y0ip_337 > .awsui_key_10ipo_8y0ip_337:not(#\9),
|
|
349
|
+
.awsui_list-item_10ipo_8y0ip_331 > .awsui_expandable-section_10ipo_8y0ip_338 > .awsui_key_10ipo_8y0ip_337:not(#\9) {
|
|
350
|
+
min-inline-size: 0;
|
|
351
|
+
word-break: break-word;
|
|
350
352
|
display: inline-flex;
|
|
351
353
|
color: var(--color-text-group-label-a2qc05, #424650);
|
|
352
354
|
}
|
|
353
355
|
|
|
354
|
-
.awsui_sub-
|
|
356
|
+
.awsui_sub-items_10ipo_8y0ip_353:not(#\9):not(.awsui_expandable_10ipo_8y0ip_327) {
|
|
355
357
|
padding-inline-start: calc(14px + var(--space-xxs-hwfkai, 4px));
|
|
356
358
|
}
|
|
357
|
-
.awsui_sub-
|
|
359
|
+
.awsui_sub-items_10ipo_8y0ip_353.awsui_expandable_10ipo_8y0ip_327:not(#\9) {
|
|
358
360
|
padding-inline-start: 0;
|
|
359
361
|
}
|
|
360
|
-
.awsui_sub-
|
|
362
|
+
.awsui_sub-items_10ipo_8y0ip_353.awsui_expandable_10ipo_8y0ip_327 > .awsui_inner-list-item_10ipo_8y0ip_332 > .awsui_value_10ipo_8y0ip_323:not(#\9) {
|
|
361
363
|
white-space: nowrap;
|
|
362
364
|
}
|
|
363
365
|
|
|
364
|
-
.
|
|
366
|
+
.awsui_list_10ipo_8y0ip_331:not(#\9) {
|
|
365
367
|
display: flex;
|
|
366
368
|
margin-block: 0;
|
|
367
369
|
margin-inline: 0;
|
|
@@ -370,23 +372,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
370
372
|
list-style: none;
|
|
371
373
|
flex-direction: column;
|
|
372
374
|
}
|
|
373
|
-
.
|
|
375
|
+
.awsui_list_10ipo_8y0ip_331 > .awsui_list-item_10ipo_8y0ip_331 > .awsui_key-value-pair_10ipo_8y0ip_337 > .awsui_key_10ipo_8y0ip_337:not(#\9) {
|
|
374
376
|
align-items: flex-start;
|
|
375
377
|
}
|
|
376
|
-
.
|
|
378
|
+
.awsui_list_10ipo_8y0ip_331 > .awsui_list-item_10ipo_8y0ip_331.awsui_dimmed_10ipo_8y0ip_153:not(#\9) {
|
|
377
379
|
opacity: 0.35;
|
|
378
380
|
}
|
|
379
381
|
|
|
380
|
-
.
|
|
381
|
-
.awsui_inner-list-
|
|
382
|
+
.awsui_list_10ipo_8y0ip_331:not(#\9):not(.awsui_compact_10ipo_8y0ip_379) > .awsui_list-item_10ipo_8y0ip_331:not(:first-child),
|
|
383
|
+
.awsui_inner-list-item_10ipo_8y0ip_332:not(#\9) {
|
|
382
384
|
margin-block-start: var(--space-scaled-xxs-pfm1nx, 4px);
|
|
383
385
|
}
|
|
384
386
|
|
|
385
|
-
.awsui_list-
|
|
386
|
-
.awsui_list-
|
|
387
|
+
.awsui_list-item_10ipo_8y0ip_331.awsui_with-sub-items_10ipo_8y0ip_384:not(#\9):not(.awsui_expandable_10ipo_8y0ip_327) > .awsui_key-value-pair_10ipo_8y0ip_337 > .awsui_key_10ipo_8y0ip_337,
|
|
388
|
+
.awsui_list-item_10ipo_8y0ip_331.awsui_with-sub-items_10ipo_8y0ip_384:not(#\9):not(.awsui_expandable_10ipo_8y0ip_327) > .awsui_key-value-pair_10ipo_8y0ip_337 > .awsui_value_10ipo_8y0ip_323 {
|
|
387
389
|
font-weight: var(--font-weight-heading-s-lcx0ai, 700);
|
|
388
390
|
}
|
|
389
391
|
|
|
390
|
-
.awsui_full-
|
|
392
|
+
.awsui_full-width_10ipo_8y0ip_389:not(#\9) {
|
|
391
393
|
inline-size: 100%;
|
|
392
394
|
}
|
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"dimmed": "
|
|
6
|
-
"marker": "
|
|
7
|
-
"marker--line": "awsui_marker--
|
|
8
|
-
"marker--rectangle": "awsui_marker--
|
|
9
|
-
"marker--hollow-rectangle": "awsui_marker--hollow-
|
|
10
|
-
"marker--dashed": "awsui_marker--
|
|
11
|
-
"root": "
|
|
12
|
-
"value": "
|
|
13
|
-
"expandable": "
|
|
14
|
-
"list-item": "awsui_list-
|
|
15
|
-
"inner-list-item": "awsui_inner-list-
|
|
16
|
-
"key-value-pair": "awsui_key-value-
|
|
17
|
-
"expandable-section": "awsui_expandable-
|
|
18
|
-
"key": "
|
|
19
|
-
"sub-items": "awsui_sub-
|
|
20
|
-
"list": "
|
|
21
|
-
"compact": "
|
|
22
|
-
"with-sub-items": "awsui_with-sub-
|
|
23
|
-
"full-width": "awsui_full-
|
|
5
|
+
"dimmed": "awsui_dimmed_10ipo_8y0ip_153",
|
|
6
|
+
"marker": "awsui_marker_10ipo_8y0ip_205",
|
|
7
|
+
"marker--line": "awsui_marker--line_10ipo_8y0ip_245",
|
|
8
|
+
"marker--rectangle": "awsui_marker--rectangle_10ipo_8y0ip_249",
|
|
9
|
+
"marker--hollow-rectangle": "awsui_marker--hollow-rectangle_10ipo_8y0ip_256",
|
|
10
|
+
"marker--dashed": "awsui_marker--dashed_10ipo_8y0ip_272",
|
|
11
|
+
"root": "awsui_root_10ipo_8y0ip_291",
|
|
12
|
+
"value": "awsui_value_10ipo_8y0ip_323",
|
|
13
|
+
"expandable": "awsui_expandable_10ipo_8y0ip_327",
|
|
14
|
+
"list-item": "awsui_list-item_10ipo_8y0ip_331",
|
|
15
|
+
"inner-list-item": "awsui_inner-list-item_10ipo_8y0ip_332",
|
|
16
|
+
"key-value-pair": "awsui_key-value-pair_10ipo_8y0ip_337",
|
|
17
|
+
"expandable-section": "awsui_expandable-section_10ipo_8y0ip_338",
|
|
18
|
+
"key": "awsui_key_10ipo_8y0ip_337",
|
|
19
|
+
"sub-items": "awsui_sub-items_10ipo_8y0ip_353",
|
|
20
|
+
"list": "awsui_list_10ipo_8y0ip_331",
|
|
21
|
+
"compact": "awsui_compact_10ipo_8y0ip_379",
|
|
22
|
+
"with-sub-items": "awsui_with-sub-items_10ipo_8y0ip_384",
|
|
23
|
+
"full-width": "awsui_full-width_10ipo_8y0ip_389"
|
|
24
24
|
};
|
|
25
25
|
|
package/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED
package/package.json
CHANGED