@cloudscape-design/components 3.0.1003 → 3.0.1005

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.
Files changed (87) hide show
  1. package/app-layout/visual-refresh-toolbar/skeleton/index.d.ts.map +1 -1
  2. package/app-layout/visual-refresh-toolbar/skeleton/index.js +10 -2
  3. package/app-layout/visual-refresh-toolbar/skeleton/index.js.map +1 -1
  4. package/app-layout-toolbar/index.d.ts.map +1 -1
  5. package/app-layout-toolbar/index.js +1 -9
  6. package/app-layout-toolbar/index.js.map +1 -1
  7. package/button/interfaces.d.ts +12 -0
  8. package/button/interfaces.d.ts.map +1 -1
  9. package/button/interfaces.js.map +1 -1
  10. package/collection-preferences/styles.css.js +38 -38
  11. package/collection-preferences/styles.scoped.css +39 -447
  12. package/collection-preferences/styles.selectors.js +38 -38
  13. package/i18n/messages/all.all.js +1 -1
  14. package/i18n/messages/all.all.json +1 -1
  15. package/i18n/messages/all.ar.js +1 -1
  16. package/i18n/messages/all.ar.json +1 -1
  17. package/i18n/messages/all.de.js +1 -1
  18. package/i18n/messages/all.de.json +1 -1
  19. package/i18n/messages/all.en-GB.js +1 -1
  20. package/i18n/messages/all.en-GB.json +1 -1
  21. package/i18n/messages/all.en.js +1 -1
  22. package/i18n/messages/all.en.json +1 -1
  23. package/i18n/messages/all.es.js +1 -1
  24. package/i18n/messages/all.es.json +1 -1
  25. package/i18n/messages/all.fr.js +1 -1
  26. package/i18n/messages/all.fr.json +1 -1
  27. package/i18n/messages/all.id.js +1 -1
  28. package/i18n/messages/all.id.json +1 -1
  29. package/i18n/messages/all.it.js +1 -1
  30. package/i18n/messages/all.it.json +1 -1
  31. package/i18n/messages/all.ja.js +1 -1
  32. package/i18n/messages/all.ja.json +1 -1
  33. package/i18n/messages/all.ko.js +1 -1
  34. package/i18n/messages/all.ko.json +1 -1
  35. package/i18n/messages/all.pt-BR.js +1 -1
  36. package/i18n/messages/all.pt-BR.json +1 -1
  37. package/i18n/messages/all.tr.js +1 -1
  38. package/i18n/messages/all.tr.json +1 -1
  39. package/i18n/messages/all.zh-CN.js +1 -1
  40. package/i18n/messages/all.zh-CN.json +1 -1
  41. package/i18n/messages/all.zh-TW.js +1 -1
  42. package/i18n/messages/all.zh-TW.json +1 -1
  43. package/i18n/messages-types.d.ts +10 -0
  44. package/i18n/messages-types.d.ts.map +1 -1
  45. package/i18n/messages-types.js.map +1 -1
  46. package/internal/base-component/styles.scoped.css +1 -1
  47. package/internal/environment.js +2 -2
  48. package/internal/environment.json +2 -2
  49. package/internal/manifest.json +1 -1
  50. package/package.json +1 -1
  51. package/popover/styles.css.js +56 -56
  52. package/popover/styles.scoped.css +202 -746
  53. package/popover/styles.selectors.js +56 -56
  54. package/progress-bar/styles.css.js +19 -19
  55. package/progress-bar/styles.scoped.css +30 -202
  56. package/progress-bar/styles.selectors.js +19 -19
  57. package/table/body-cell/styles.css.js +47 -46
  58. package/table/body-cell/styles.scoped.css +376 -373
  59. package/table/body-cell/styles.selectors.js +47 -46
  60. package/table/body-cell/td-element.d.ts +1 -0
  61. package/table/body-cell/td-element.d.ts.map +1 -1
  62. package/table/body-cell/td-element.js +2 -2
  63. package/table/body-cell/td-element.js.map +1 -1
  64. package/table/header-cell/index.d.ts +3 -1
  65. package/table/header-cell/index.d.ts.map +1 -1
  66. package/table/header-cell/index.js +2 -2
  67. package/table/header-cell/index.js.map +1 -1
  68. package/table/header-cell/styles.css.js +29 -28
  69. package/table/header-cell/styles.scoped.css +69 -66
  70. package/table/header-cell/styles.selectors.js +29 -28
  71. package/table/header-cell/th-element.d.ts +2 -0
  72. package/table/header-cell/th-element.d.ts.map +1 -1
  73. package/table/header-cell/th-element.js +2 -2
  74. package/table/header-cell/th-element.js.map +1 -1
  75. package/table/internal.d.ts.map +1 -1
  76. package/table/internal.js +2 -1
  77. package/table/internal.js.map +1 -1
  78. package/table/thead.d.ts +1 -0
  79. package/table/thead.d.ts.map +1 -1
  80. package/table/thead.js +2 -1
  81. package/table/thead.js.map +1 -1
  82. package/tabs/styles.css.js +30 -30
  83. package/tabs/styles.scoped.css +51 -187
  84. package/tabs/styles.selectors.js +30 -30
  85. package/collection-preferences/content-display/styles.css.js +0 -16
  86. package/collection-preferences/content-display/styles.scoped.css +0 -380
  87. package/collection-preferences/content-display/styles.selectors.js +0 -17
@@ -2,61 +2,61 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "arrow": "awsui_arrow_xjuzf_1bli8_289",
6
- "arrow-outer": "awsui_arrow-outer_xjuzf_1bli8_293",
7
- "arrow-inner": "awsui_arrow-inner_xjuzf_1bli8_293",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1bli8_335",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1bli8_335",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1bli8_338",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1bli8_338",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1bli8_341",
13
- "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1bli8_341",
14
- "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1bli8_341",
15
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1bli8_341",
16
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1bli8_344",
17
- "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1bli8_344",
18
- "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1bli8_344",
19
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1bli8_344",
20
- "body": "awsui_body_xjuzf_1bli8_492",
21
- "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1bli8_528",
22
- "body-variant-chart": "awsui_body-variant-chart_xjuzf_1bli8_531",
23
- "has-dismiss": "awsui_has-dismiss_xjuzf_1bli8_536",
24
- "dismiss": "awsui_dismiss_xjuzf_1bli8_541",
25
- "dismiss-control": "awsui_dismiss-control_xjuzf_1bli8_549",
26
- "header-row": "awsui_header-row_xjuzf_1bli8_553",
27
- "header": "awsui_header_xjuzf_1bli8_553",
28
- "content": "awsui_content_xjuzf_1bli8_578",
29
- "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1bli8_586",
30
- "container": "awsui_container_xjuzf_1bli8_734",
31
- "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1bli8_745",
32
- "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1bli8_745",
33
- "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1bli8_745",
34
- "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1bli8_750",
35
- "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1bli8_750",
36
- "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1bli8_750",
37
- "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1bli8_755",
38
- "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1bli8_755",
39
- "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1bli8_760",
40
- "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1bli8_760",
41
- "container-body": "awsui_container-body_xjuzf_1bli8_766",
42
- "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_1bli8_806",
43
- "container-body-size-small": "awsui_container-body-size-small_xjuzf_1bli8_811",
44
- "fixed-width": "awsui_fixed-width_xjuzf_1bli8_814",
45
- "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_1bli8_818",
46
- "container-body-size-large": "awsui_container-body-size-large_xjuzf_1bli8_825",
47
- "container-arrow": "awsui_container-arrow_xjuzf_1bli8_745",
48
- "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1bli8_875",
49
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1bli8_1",
50
- "refresh": "awsui_refresh_xjuzf_1bli8_1069",
51
- "root": "awsui_root_xjuzf_1bli8_1091",
52
- "no-wrap": "awsui_no-wrap_xjuzf_1bli8_1123",
53
- "root-filtering-token": "awsui_root-filtering-token_xjuzf_1bli8_1127",
54
- "trigger": "awsui_trigger_xjuzf_1bli8_1131",
55
- "overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_1bli8_1138",
56
- "trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_1bli8_1146",
57
- "trigger-type-text": "awsui_trigger-type-text_xjuzf_1bli8_1146",
58
- "trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_1bli8_1214",
59
- "popover-inline-content": "awsui_popover-inline-content_xjuzf_1bli8_1218",
60
- "hover-area": "awsui_hover-area_xjuzf_1bli8_1222"
5
+ "arrow": "awsui_arrow_xjuzf_f2x4x_153",
6
+ "arrow-outer": "awsui_arrow-outer_xjuzf_f2x4x_157",
7
+ "arrow-inner": "awsui_arrow-inner_xjuzf_f2x4x_157",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_f2x4x_199",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_f2x4x_199",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_f2x4x_202",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_f2x4x_202",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_f2x4x_205",
13
+ "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_f2x4x_205",
14
+ "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_f2x4x_205",
15
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_f2x4x_205",
16
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_f2x4x_208",
17
+ "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_f2x4x_208",
18
+ "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_f2x4x_208",
19
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_f2x4x_208",
20
+ "body": "awsui_body_xjuzf_f2x4x_220",
21
+ "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_f2x4x_256",
22
+ "body-variant-chart": "awsui_body-variant-chart_xjuzf_f2x4x_259",
23
+ "has-dismiss": "awsui_has-dismiss_xjuzf_f2x4x_264",
24
+ "dismiss": "awsui_dismiss_xjuzf_f2x4x_269",
25
+ "dismiss-control": "awsui_dismiss-control_xjuzf_f2x4x_277",
26
+ "header-row": "awsui_header-row_xjuzf_f2x4x_281",
27
+ "header": "awsui_header_xjuzf_f2x4x_281",
28
+ "content": "awsui_content_xjuzf_f2x4x_306",
29
+ "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_f2x4x_314",
30
+ "container": "awsui_container_xjuzf_f2x4x_326",
31
+ "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_f2x4x_337",
32
+ "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_f2x4x_337",
33
+ "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_f2x4x_337",
34
+ "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_f2x4x_342",
35
+ "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_f2x4x_342",
36
+ "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_f2x4x_342",
37
+ "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_f2x4x_347",
38
+ "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_f2x4x_347",
39
+ "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_f2x4x_352",
40
+ "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_f2x4x_352",
41
+ "container-body": "awsui_container-body_xjuzf_f2x4x_358",
42
+ "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_f2x4x_398",
43
+ "container-body-size-small": "awsui_container-body-size-small_xjuzf_f2x4x_403",
44
+ "fixed-width": "awsui_fixed-width_xjuzf_f2x4x_406",
45
+ "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_f2x4x_410",
46
+ "container-body-size-large": "awsui_container-body-size-large_xjuzf_f2x4x_417",
47
+ "container-arrow": "awsui_container-arrow_xjuzf_f2x4x_337",
48
+ "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_f2x4x_467",
49
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_f2x4x_1",
50
+ "refresh": "awsui_refresh_xjuzf_f2x4x_525",
51
+ "root": "awsui_root_xjuzf_f2x4x_547",
52
+ "no-wrap": "awsui_no-wrap_xjuzf_f2x4x_579",
53
+ "root-filtering-token": "awsui_root-filtering-token_xjuzf_f2x4x_583",
54
+ "trigger": "awsui_trigger_xjuzf_f2x4x_587",
55
+ "overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_f2x4x_594",
56
+ "trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_f2x4x_602",
57
+ "trigger-type-text": "awsui_trigger-type-text_xjuzf_f2x4x_602",
58
+ "trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_f2x4x_670",
59
+ "popover-inline-content": "awsui_popover-inline-content_xjuzf_f2x4x_674",
60
+ "hover-area": "awsui_hover-area_xjuzf_f2x4x_678"
61
61
  };
62
62
 
@@ -1,24 +1,24 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "progress": "awsui_progress_11huc_1w4w2_361",
5
- "result-state": "awsui_result-state_11huc_1w4w2_375",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_1w4w2_1",
7
- "root": "awsui_root_11huc_1w4w2_397",
8
- "with-result-button": "awsui_with-result-button_11huc_1w4w2_429",
9
- "result-text": "awsui_result-text_11huc_1w4w2_433",
10
- "result-container-error": "awsui_result-container-error_11huc_1w4w2_437",
11
- "result-container-success": "awsui_result-container-success_11huc_1w4w2_437",
12
- "result-button": "awsui_result-button_11huc_1w4w2_441",
13
- "word-wrap": "awsui_word-wrap_11huc_1w4w2_447",
14
- "label-flash": "awsui_label-flash_11huc_1w4w2_452",
15
- "label-key-value": "awsui_label-key-value_11huc_1w4w2_456",
16
- "flash": "awsui_flash_11huc_1w4w2_464",
17
- "progress-container": "awsui_progress-container_11huc_1w4w2_468",
18
- "percentage-container": "awsui_percentage-container_11huc_1w4w2_475",
19
- "percentage": "awsui_percentage_11huc_1w4w2_475",
20
- "complete": "awsui_complete_11huc_1w4w2_521",
21
- "progress-in-flash": "awsui_progress-in-flash_11huc_1w4w2_534",
22
- "additional-info": "awsui_additional-info_11huc_1w4w2_547"
4
+ "progress": "awsui_progress_11huc_19vty_189",
5
+ "result-state": "awsui_result-state_11huc_19vty_203",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_19vty_1",
7
+ "root": "awsui_root_11huc_19vty_225",
8
+ "with-result-button": "awsui_with-result-button_11huc_19vty_257",
9
+ "result-text": "awsui_result-text_11huc_19vty_261",
10
+ "result-container-error": "awsui_result-container-error_11huc_19vty_265",
11
+ "result-container-success": "awsui_result-container-success_11huc_19vty_265",
12
+ "result-button": "awsui_result-button_11huc_19vty_269",
13
+ "word-wrap": "awsui_word-wrap_11huc_19vty_275",
14
+ "label-flash": "awsui_label-flash_11huc_19vty_280",
15
+ "label-key-value": "awsui_label-key-value_11huc_19vty_284",
16
+ "flash": "awsui_flash_11huc_19vty_292",
17
+ "progress-container": "awsui_progress-container_11huc_19vty_296",
18
+ "percentage-container": "awsui_percentage-container_11huc_19vty_303",
19
+ "percentage": "awsui_percentage_11huc_19vty_303",
20
+ "complete": "awsui_complete_11huc_19vty_349",
21
+ "progress-in-flash": "awsui_progress-in-flash_11huc_19vty_362",
22
+ "additional-info": "awsui_additional-info_11huc_19vty_375"
23
23
  };
24
24
 
@@ -186,199 +186,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
186
186
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
187
187
  SPDX-License-Identifier: Apache-2.0
188
188
  */
189
- /*
190
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
191
- SPDX-License-Identifier: Apache-2.0
192
- */
193
- /*
194
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
195
- SPDX-License-Identifier: Apache-2.0
196
- */
197
- /*
198
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
199
- SPDX-License-Identifier: Apache-2.0
200
- */
201
- /*
202
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
203
- SPDX-License-Identifier: Apache-2.0
204
- */
205
- /*
206
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
207
- SPDX-License-Identifier: Apache-2.0
208
- */
209
- /*
210
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
211
- SPDX-License-Identifier: Apache-2.0
212
- */
213
- /*
214
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
215
- SPDX-License-Identifier: Apache-2.0
216
- */
217
- /*
218
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
219
- SPDX-License-Identifier: Apache-2.0
220
- */
221
- /*
222
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
223
- SPDX-License-Identifier: Apache-2.0
224
- */
225
- /*
226
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
227
- SPDX-License-Identifier: Apache-2.0
228
- */
229
- /*
230
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
231
- SPDX-License-Identifier: Apache-2.0
232
- */
233
- /*
234
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
235
- SPDX-License-Identifier: Apache-2.0
236
- */
237
- /*
238
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
239
- SPDX-License-Identifier: Apache-2.0
240
- */
241
- /*
242
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
243
- SPDX-License-Identifier: Apache-2.0
244
- */
245
- /*
246
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
247
- SPDX-License-Identifier: Apache-2.0
248
- */
249
- /*
250
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
251
- SPDX-License-Identifier: Apache-2.0
252
- */
253
- /*
254
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
255
- SPDX-License-Identifier: Apache-2.0
256
- */
257
- /*
258
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
259
- SPDX-License-Identifier: Apache-2.0
260
- */
261
- /*
262
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
263
- SPDX-License-Identifier: Apache-2.0
264
- */
265
- /*
266
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
267
- SPDX-License-Identifier: Apache-2.0
268
- */
269
- /*
270
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
271
- SPDX-License-Identifier: Apache-2.0
272
- */
273
- /*
274
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
275
- SPDX-License-Identifier: Apache-2.0
276
- */
277
- /*
278
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
279
- SPDX-License-Identifier: Apache-2.0
280
- */
281
- /*
282
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
283
- SPDX-License-Identifier: Apache-2.0
284
- */
285
- /*
286
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
287
- SPDX-License-Identifier: Apache-2.0
288
- */
289
- /*
290
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
291
- SPDX-License-Identifier: Apache-2.0
292
- */
293
- /*
294
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
295
- SPDX-License-Identifier: Apache-2.0
296
- */
297
- /*
298
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
299
- SPDX-License-Identifier: Apache-2.0
300
- */
301
- /*
302
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
303
- SPDX-License-Identifier: Apache-2.0
304
- */
305
- /*
306
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
307
- SPDX-License-Identifier: Apache-2.0
308
- */
309
- /*
310
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
311
- SPDX-License-Identifier: Apache-2.0
312
- */
313
- /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
314
- /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
315
- /*
316
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
317
- SPDX-License-Identifier: Apache-2.0
318
- */
319
- /*
320
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
321
- SPDX-License-Identifier: Apache-2.0
322
- */
323
- /*
324
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
325
- SPDX-License-Identifier: Apache-2.0
326
- */
327
- /*
328
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
329
- SPDX-License-Identifier: Apache-2.0
330
- */
331
- /*
332
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
333
- SPDX-License-Identifier: Apache-2.0
334
- */
335
- /*
336
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
337
- SPDX-License-Identifier: Apache-2.0
338
- */
339
- /*
340
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
341
- SPDX-License-Identifier: Apache-2.0
342
- */
343
- /*
344
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
345
- SPDX-License-Identifier: Apache-2.0
346
- */
347
- /*
348
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
349
- SPDX-License-Identifier: Apache-2.0
350
- */
351
- /*
352
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
353
- SPDX-License-Identifier: Apache-2.0
354
- */
355
- /* Style used for links in slots/components that are text heavy, to help links stand out among
356
- surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
357
- /*
358
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
359
- SPDX-License-Identifier: Apache-2.0
360
- */
361
- .awsui_progress_11huc_1w4w2_361:not(#\9)::-webkit-progress-value {
189
+ .awsui_progress_11huc_19vty_189:not(#\9)::-webkit-progress-value {
362
190
  -webkit-transition: width var(--motion-duration-moderate-c9utmg, 135ms) linear;
363
191
  transition: width var(--motion-duration-moderate-c9utmg, 135ms) linear;
364
192
  }
365
193
  @media (prefers-reduced-motion: reduce) {
366
- .awsui_progress_11huc_1w4w2_361:not(#\9)::-webkit-progress-value {
194
+ .awsui_progress_11huc_19vty_189:not(#\9)::-webkit-progress-value {
367
195
  animation: none;
368
196
  -webkit-transition: none;
369
197
  transition: none;
370
198
  }
371
199
  }
372
- .awsui-motion-disabled .awsui_progress_11huc_1w4w2_361:not(#\9)::-webkit-progress-value, .awsui-mode-entering .awsui_progress_11huc_1w4w2_361:not(#\9)::-webkit-progress-value {
200
+ .awsui-motion-disabled .awsui_progress_11huc_19vty_189:not(#\9)::-webkit-progress-value, .awsui-mode-entering .awsui_progress_11huc_19vty_189:not(#\9)::-webkit-progress-value {
373
201
  animation: none;
374
202
  -webkit-transition: none;
375
203
  transition: none;
376
204
  }
377
205
 
378
- .awsui_result-state_11huc_1w4w2_375:not(#\9) {
379
- animation: awsui_awsui-motion-fade-in_11huc_1w4w2_1 var(--motion-duration-transition-show-paced-t8d1os, 180ms) var(--motion-easing-transition-show-paced-x2k7uh, ease-out);
206
+ .awsui_result-state_11huc_19vty_203:not(#\9) {
207
+ animation: awsui_awsui-motion-fade-in_11huc_19vty_1 var(--motion-duration-transition-show-paced-t8d1os, 180ms) var(--motion-easing-transition-show-paced-x2k7uh, ease-out);
380
208
  }
381
- @keyframes awsui_awsui-motion-fade-in_11huc_1w4w2_1 {
209
+ @keyframes awsui_awsui-motion-fade-in_11huc_19vty_1 {
382
210
  from {
383
211
  opacity: 0.2;
384
212
  }
@@ -387,17 +215,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
387
215
  }
388
216
  }
389
217
  @media (prefers-reduced-motion: reduce) {
390
- .awsui_result-state_11huc_1w4w2_375:not(#\9) {
218
+ .awsui_result-state_11huc_19vty_203:not(#\9) {
391
219
  animation: none;
392
220
  transition: none;
393
221
  }
394
222
  }
395
- .awsui-motion-disabled .awsui_result-state_11huc_1w4w2_375:not(#\9), .awsui-mode-entering .awsui_result-state_11huc_1w4w2_375:not(#\9) {
223
+ .awsui-motion-disabled .awsui_result-state_11huc_19vty_203:not(#\9), .awsui-mode-entering .awsui_result-state_11huc_19vty_203:not(#\9) {
396
224
  animation: none;
397
225
  transition: none;
398
226
  }
399
227
 
400
- .awsui_root_11huc_1w4w2_397:not(#\9) {
228
+ .awsui_root_11huc_19vty_225:not(#\9) {
401
229
  border-collapse: separate;
402
230
  border-spacing: 0;
403
231
  box-sizing: border-box;
@@ -429,34 +257,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
429
257
  -moz-osx-font-smoothing: auto;
430
258
  }
431
259
 
432
- .awsui_with-result-button_11huc_1w4w2_429:not(#\9) {
260
+ .awsui_with-result-button_11huc_19vty_257:not(#\9) {
433
261
  padding-inline-end: var(--space-m-dsumyt, 16px);
434
262
  }
435
263
 
436
- .awsui_result-text_11huc_1w4w2_433:not(#\9) {
264
+ .awsui_result-text_11huc_19vty_261:not(#\9) {
437
265
  /* used in test-utils */
438
266
  }
439
267
 
440
- .awsui_result-container-error_11huc_1w4w2_437:not(#\9), .awsui_result-container-success_11huc_1w4w2_437:not(#\9) {
268
+ .awsui_result-container-error_11huc_19vty_265:not(#\9), .awsui_result-container-success_11huc_19vty_265:not(#\9) {
441
269
  /* used in test-utils */
442
270
  }
443
271
 
444
- .awsui_result-button_11huc_1w4w2_441:not(#\9) {
272
+ .awsui_result-button_11huc_19vty_269:not(#\9) {
445
273
  display: inline-block;
446
274
  margin-block: var(--space-scaled-xxs-pfm1nx, 4px);
447
275
  margin-inline: 0;
448
276
  }
449
277
 
450
- .awsui_word-wrap_11huc_1w4w2_447:not(#\9) {
278
+ .awsui_word-wrap_11huc_19vty_275:not(#\9) {
451
279
  min-inline-size: 0;
452
280
  word-break: break-word;
453
281
  }
454
282
 
455
- .awsui_label-flash_11huc_1w4w2_452:not(#\9) {
283
+ .awsui_label-flash_11huc_19vty_280:not(#\9) {
456
284
  color: inherit;
457
285
  font-weight: 700;
458
286
  }
459
- .awsui_label-key-value_11huc_1w4w2_456:not(#\9) {
287
+ .awsui_label-key-value_11huc_19vty_284:not(#\9) {
460
288
  font-size: var(--font-size-body-m-a7nh2n, 14px);
461
289
  line-height: var(--line-height-body-m-2mh3ke, 20px);
462
290
  font-weight: var(--font-display-label-weight-zavpeo, 700);
@@ -464,18 +292,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
464
292
  margin-block-end: var(--space-scaled-xxxs-oo06c7, 2px);
465
293
  }
466
294
 
467
- .awsui_flash_11huc_1w4w2_464:not(#\9) {
295
+ .awsui_flash_11huc_19vty_292:not(#\9) {
468
296
  color: inherit;
469
297
  }
470
298
 
471
- .awsui_progress-container_11huc_1w4w2_468:not(#\9) {
299
+ .awsui_progress-container_11huc_19vty_296:not(#\9) {
472
300
  display: flex;
473
301
  align-items: center;
474
302
  max-inline-size: 800px;
475
303
  block-size: var(--line-height-body-m-2mh3ke, 20px);
476
304
  }
477
305
 
478
- .awsui_percentage-container_11huc_1w4w2_475:not(#\9) {
306
+ .awsui_percentage-container_11huc_19vty_303:not(#\9) {
479
307
  inline-size: 33px;
480
308
  flex-shrink: 0;
481
309
  white-space: nowrap;
@@ -485,11 +313,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
485
313
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
486
314
  }
487
315
 
488
- .awsui_percentage_11huc_1w4w2_475:not(#\9) {
316
+ .awsui_percentage_11huc_19vty_303:not(#\9) {
489
317
  /* used in test-utils */
490
318
  }
491
319
 
492
- .awsui_progress_11huc_1w4w2_361:not(#\9) {
320
+ .awsui_progress_11huc_19vty_189:not(#\9) {
493
321
  inline-size: 100%;
494
322
  margin-inline-end: var(--space-s-tvghoh, 12px);
495
323
  min-inline-size: 0;
@@ -503,7 +331,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
503
331
  border-end-end-radius: 10px;
504
332
  background-color: var(--color-background-progress-bar-layout-default-z3ipl1, #ebebf0);
505
333
  }
506
- .awsui_progress_11huc_1w4w2_361:not(#\9)::-webkit-progress-bar {
334
+ .awsui_progress_11huc_19vty_189:not(#\9)::-webkit-progress-bar {
507
335
  block-size: 4px;
508
336
  border-block: 0;
509
337
  border-inline: none;
@@ -514,39 +342,39 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
514
342
  border-end-end-radius: 10px;
515
343
  background-color: var(--color-background-progress-bar-layout-default-z3ipl1, #ebebf0);
516
344
  }
517
- .awsui_progress_11huc_1w4w2_361:not(#\9)::-webkit-progress-value {
345
+ .awsui_progress_11huc_19vty_189:not(#\9)::-webkit-progress-value {
518
346
  border-start-start-radius: 10px;
519
347
  border-start-end-radius: 0;
520
348
  border-end-start-radius: 10px;
521
349
  border-end-end-radius: 0;
522
350
  background-color: var(--color-background-progress-bar-content-default-il6sg6, #006ce0);
523
351
  }
524
- .awsui_progress_11huc_1w4w2_361.awsui_complete_11huc_1w4w2_521:not(#\9)::-webkit-progress-value {
352
+ .awsui_progress_11huc_19vty_189.awsui_complete_11huc_19vty_349:not(#\9)::-webkit-progress-value {
525
353
  border-start-start-radius: 10px;
526
354
  border-start-end-radius: 10px;
527
355
  border-end-start-radius: 10px;
528
356
  border-end-end-radius: 10px;
529
357
  }
530
- .awsui_progress_11huc_1w4w2_361:not(#\9)::-moz-progress-bar {
358
+ .awsui_progress_11huc_19vty_189:not(#\9)::-moz-progress-bar {
531
359
  border-start-start-radius: 10px;
532
360
  border-start-end-radius: 0;
533
361
  border-end-start-radius: 10px;
534
362
  border-end-end-radius: 0;
535
363
  background-color: var(--color-background-progress-bar-content-default-il6sg6, #006ce0);
536
364
  }
537
- .awsui_progress_11huc_1w4w2_361.awsui_progress-in-flash_11huc_1w4w2_534:not(#\9) {
365
+ .awsui_progress_11huc_19vty_189.awsui_progress-in-flash_11huc_19vty_362:not(#\9) {
538
366
  background-color: var(--color-background-progress-bar-layout-in-flash-wssh6k, rgba(255, 255, 255, 0.25));
539
367
  }
540
- .awsui_progress_11huc_1w4w2_361.awsui_progress-in-flash_11huc_1w4w2_534:not(#\9)::-moz-progress-bar {
368
+ .awsui_progress_11huc_19vty_189.awsui_progress-in-flash_11huc_19vty_362:not(#\9)::-moz-progress-bar {
541
369
  background-color: var(--color-background-progress-bar-content-in-flash-98s7uz, #ffffff);
542
370
  }
543
- .awsui_progress_11huc_1w4w2_361.awsui_progress-in-flash_11huc_1w4w2_534:not(#\9)::-webkit-progress-bar {
371
+ .awsui_progress_11huc_19vty_189.awsui_progress-in-flash_11huc_19vty_362:not(#\9)::-webkit-progress-bar {
544
372
  background-color: var(--color-background-progress-bar-layout-in-flash-wssh6k, rgba(255, 255, 255, 0.25));
545
373
  }
546
- .awsui_progress_11huc_1w4w2_361.awsui_progress-in-flash_11huc_1w4w2_534:not(#\9)::-webkit-progress-value {
374
+ .awsui_progress_11huc_19vty_189.awsui_progress-in-flash_11huc_19vty_362:not(#\9)::-webkit-progress-value {
547
375
  background-color: var(--color-background-progress-bar-content-in-flash-98s7uz, #ffffff);
548
376
  }
549
377
 
550
- .awsui_additional-info_11huc_1w4w2_547:not(#\9) {
378
+ .awsui_additional-info_11huc_19vty_375:not(#\9) {
551
379
  /* used in test-utils */
552
380
  }
@@ -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
- "progress": "awsui_progress_11huc_1w4w2_361",
6
- "result-state": "awsui_result-state_11huc_1w4w2_375",
7
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_1w4w2_1",
8
- "root": "awsui_root_11huc_1w4w2_397",
9
- "with-result-button": "awsui_with-result-button_11huc_1w4w2_429",
10
- "result-text": "awsui_result-text_11huc_1w4w2_433",
11
- "result-container-error": "awsui_result-container-error_11huc_1w4w2_437",
12
- "result-container-success": "awsui_result-container-success_11huc_1w4w2_437",
13
- "result-button": "awsui_result-button_11huc_1w4w2_441",
14
- "word-wrap": "awsui_word-wrap_11huc_1w4w2_447",
15
- "label-flash": "awsui_label-flash_11huc_1w4w2_452",
16
- "label-key-value": "awsui_label-key-value_11huc_1w4w2_456",
17
- "flash": "awsui_flash_11huc_1w4w2_464",
18
- "progress-container": "awsui_progress-container_11huc_1w4w2_468",
19
- "percentage-container": "awsui_percentage-container_11huc_1w4w2_475",
20
- "percentage": "awsui_percentage_11huc_1w4w2_475",
21
- "complete": "awsui_complete_11huc_1w4w2_521",
22
- "progress-in-flash": "awsui_progress-in-flash_11huc_1w4w2_534",
23
- "additional-info": "awsui_additional-info_11huc_1w4w2_547"
5
+ "progress": "awsui_progress_11huc_19vty_189",
6
+ "result-state": "awsui_result-state_11huc_19vty_203",
7
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_19vty_1",
8
+ "root": "awsui_root_11huc_19vty_225",
9
+ "with-result-button": "awsui_with-result-button_11huc_19vty_257",
10
+ "result-text": "awsui_result-text_11huc_19vty_261",
11
+ "result-container-error": "awsui_result-container-error_11huc_19vty_265",
12
+ "result-container-success": "awsui_result-container-success_11huc_19vty_265",
13
+ "result-button": "awsui_result-button_11huc_19vty_269",
14
+ "word-wrap": "awsui_word-wrap_11huc_19vty_275",
15
+ "label-flash": "awsui_label-flash_11huc_19vty_280",
16
+ "label-key-value": "awsui_label-key-value_11huc_19vty_284",
17
+ "flash": "awsui_flash_11huc_19vty_292",
18
+ "progress-container": "awsui_progress-container_11huc_19vty_296",
19
+ "percentage-container": "awsui_percentage-container_11huc_19vty_303",
20
+ "percentage": "awsui_percentage_11huc_19vty_303",
21
+ "complete": "awsui_complete_11huc_19vty_349",
22
+ "progress-in-flash": "awsui_progress-in-flash_11huc_19vty_362",
23
+ "additional-info": "awsui_additional-info_11huc_19vty_375"
24
24
  };
25
25