@cloudscape-design/components 3.0.1334 → 3.0.1336

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 (198) hide show
  1. package/app-layout/visual-refresh-toolbar/navigation/index.js +1 -1
  2. package/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -1
  3. package/box/interfaces.d.ts +1 -1
  4. package/box/interfaces.d.ts.map +1 -1
  5. package/box/interfaces.js.map +1 -1
  6. package/box/styles.css.js +220 -224
  7. package/box/styles.scoped.css +293 -313
  8. package/box/styles.selectors.js +220 -224
  9. package/button/internal.d.ts +2 -0
  10. package/button/internal.d.ts.map +1 -1
  11. package/button/internal.js +2 -1
  12. package/button/internal.js.map +1 -1
  13. package/button/styles.css.js +23 -22
  14. package/button/styles.scoped.css +74 -69
  15. package/button/styles.selectors.js +23 -22
  16. package/button-dropdown/internal-interfaces.d.ts +11 -0
  17. package/button-dropdown/internal-interfaces.d.ts.map +1 -1
  18. package/button-dropdown/internal-interfaces.js.map +1 -1
  19. package/button-dropdown/internal.d.ts.map +1 -1
  20. package/button-dropdown/internal.js +3 -2
  21. package/button-dropdown/internal.js.map +1 -1
  22. package/button-group/copy-to-clipboard-item.d.ts +15 -0
  23. package/button-group/copy-to-clipboard-item.d.ts.map +1 -0
  24. package/button-group/copy-to-clipboard-item.js +38 -0
  25. package/button-group/copy-to-clipboard-item.js.map +1 -0
  26. package/button-group/index.d.ts.map +1 -1
  27. package/button-group/index.js +9 -1
  28. package/button-group/index.js.map +1 -1
  29. package/button-group/interfaces.d.ts +38 -2
  30. package/button-group/interfaces.d.ts.map +1 -1
  31. package/button-group/interfaces.js.map +1 -1
  32. package/button-group/internal-interfaces.d.ts +1 -1
  33. package/button-group/internal-interfaces.d.ts.map +1 -1
  34. package/button-group/internal-interfaces.js.map +1 -1
  35. package/button-group/internal.d.ts.map +1 -1
  36. package/button-group/internal.js +2 -2
  37. package/button-group/internal.js.map +1 -1
  38. package/button-group/item-element.d.ts +2 -0
  39. package/button-group/item-element.d.ts.map +1 -1
  40. package/button-group/item-element.js +13 -3
  41. package/button-group/item-element.js.map +1 -1
  42. package/code-editor/styles.css.js +33 -33
  43. package/code-editor/styles.scoped.css +139 -139
  44. package/code-editor/styles.selectors.js +33 -33
  45. package/i18n/messages/all.all.js +1 -1
  46. package/i18n/messages/all.all.json +1 -1
  47. package/i18n/messages/all.ar.js +1 -1
  48. package/i18n/messages/all.ar.json +1 -1
  49. package/i18n/messages/all.de.js +1 -1
  50. package/i18n/messages/all.de.json +1 -1
  51. package/i18n/messages/all.en-GB.js +1 -1
  52. package/i18n/messages/all.en-GB.json +1 -1
  53. package/i18n/messages/all.en.js +1 -1
  54. package/i18n/messages/all.en.json +1 -1
  55. package/i18n/messages/all.es.js +1 -1
  56. package/i18n/messages/all.es.json +1 -1
  57. package/i18n/messages/all.fr.js +1 -1
  58. package/i18n/messages/all.fr.json +1 -1
  59. package/i18n/messages/all.id.js +1 -1
  60. package/i18n/messages/all.id.json +1 -1
  61. package/i18n/messages/all.it.js +1 -1
  62. package/i18n/messages/all.it.json +1 -1
  63. package/i18n/messages/all.ja.js +1 -1
  64. package/i18n/messages/all.ja.json +1 -1
  65. package/i18n/messages/all.ko.js +1 -1
  66. package/i18n/messages/all.ko.json +1 -1
  67. package/i18n/messages/all.pt-BR.js +1 -1
  68. package/i18n/messages/all.pt-BR.json +1 -1
  69. package/i18n/messages/all.tr.js +1 -1
  70. package/i18n/messages/all.tr.json +1 -1
  71. package/i18n/messages/all.zh-CN.js +1 -1
  72. package/i18n/messages/all.zh-CN.json +1 -1
  73. package/i18n/messages/all.zh-TW.js +1 -1
  74. package/i18n/messages/all.zh-TW.json +1 -1
  75. package/i18n/messages-types.d.ts +19 -0
  76. package/i18n/messages-types.d.ts.map +1 -1
  77. package/i18n/messages-types.js.map +1 -1
  78. package/internal/base-component/styles.scoped.css +150 -3
  79. package/internal/environment.js +2 -2
  80. package/internal/environment.json +2 -2
  81. package/internal/generated/styles/tokens.d.ts +35 -38
  82. package/internal/generated/styles/tokens.js +35 -38
  83. package/internal/generated/theming/index.cjs +585 -774
  84. package/internal/generated/theming/index.cjs.d.ts +36 -9
  85. package/internal/generated/theming/index.d.ts +36 -9
  86. package/internal/generated/theming/index.js +585 -774
  87. package/internal/manifest.json +1 -1
  88. package/internal/utils/scrollable-containers.d.ts +5 -0
  89. package/internal/utils/scrollable-containers.d.ts.map +1 -1
  90. package/internal/utils/scrollable-containers.js +16 -0
  91. package/internal/utils/scrollable-containers.js.map +1 -1
  92. package/manifest.json +2 -2
  93. package/package.json +1 -1
  94. package/side-navigation/implementation.d.ts.map +1 -1
  95. package/side-navigation/implementation.js +3 -2
  96. package/side-navigation/implementation.js.map +1 -1
  97. package/side-navigation/parts.d.ts +2 -0
  98. package/side-navigation/parts.d.ts.map +1 -1
  99. package/side-navigation/parts.js +14 -13
  100. package/side-navigation/parts.js.map +1 -1
  101. package/side-navigation/styles.css.js +48 -47
  102. package/side-navigation/styles.scoped.css +77 -74
  103. package/side-navigation/styles.selectors.js +48 -47
  104. package/side-navigation/util.d.ts +1 -0
  105. package/side-navigation/util.d.ts.map +1 -1
  106. package/side-navigation/util.js +5 -0
  107. package/side-navigation/util.js.map +1 -1
  108. package/steps/interfaces.d.ts +2 -0
  109. package/steps/interfaces.d.ts.map +1 -1
  110. package/steps/interfaces.js.map +1 -1
  111. package/steps/internal.d.ts.map +1 -1
  112. package/steps/internal.js +35 -12
  113. package/steps/internal.js.map +1 -1
  114. package/steps/styles.css.js +17 -13
  115. package/steps/styles.scoped.css +99 -42
  116. package/steps/styles.selectors.js +17 -13
  117. package/table/clear-sort.d.ts +12 -0
  118. package/table/clear-sort.d.ts.map +1 -0
  119. package/table/clear-sort.js +15 -0
  120. package/table/clear-sort.js.map +1 -0
  121. package/table/header-cell/index.d.ts +7 -1
  122. package/table/header-cell/index.d.ts.map +1 -1
  123. package/table/header-cell/index.js +122 -33
  124. package/table/header-cell/index.js.map +1 -1
  125. package/table/header-cell/sort-menu.d.ts +21 -0
  126. package/table/header-cell/sort-menu.d.ts.map +1 -0
  127. package/table/header-cell/sort-menu.js +50 -0
  128. package/table/header-cell/sort-menu.js.map +1 -0
  129. package/table/header-cell/styles.css.js +38 -33
  130. package/table/header-cell/styles.scoped.css +101 -76
  131. package/table/header-cell/styles.selectors.js +38 -33
  132. package/table/header-cell/th-element.d.ts +8 -0
  133. package/table/header-cell/th-element.d.ts.map +1 -1
  134. package/table/header-cell/th-element.js +6 -2
  135. package/table/header-cell/th-element.js.map +1 -1
  136. package/table/index.d.ts.map +1 -1
  137. package/table/index.js +8 -4
  138. package/table/index.js.map +1 -1
  139. package/table/interfaces.d.ts +81 -2
  140. package/table/interfaces.d.ts.map +1 -1
  141. package/table/interfaces.js.map +1 -1
  142. package/table/internal.d.ts.map +1 -1
  143. package/table/internal.js +40 -9
  144. package/table/internal.js.map +1 -1
  145. package/table/multi-column-sort/live-announcement.d.ts +20 -0
  146. package/table/multi-column-sort/live-announcement.d.ts.map +1 -0
  147. package/table/multi-column-sort/live-announcement.js +68 -0
  148. package/table/multi-column-sort/live-announcement.js.map +1 -0
  149. package/table/multi-column-sort/utils.d.ts +52 -0
  150. package/table/multi-column-sort/utils.d.ts.map +1 -0
  151. package/table/multi-column-sort/utils.js +76 -0
  152. package/table/multi-column-sort/utils.js.map +1 -0
  153. package/table/styles.css.js +37 -36
  154. package/table/styles.scoped.css +46 -43
  155. package/table/styles.selectors.js +37 -36
  156. package/table/thead.d.ts +3 -0
  157. package/table/thead.d.ts.map +1 -1
  158. package/table/thead.js +3 -3
  159. package/table/thead.js.map +1 -1
  160. package/table/tools-header.d.ts +2 -0
  161. package/table/tools-header.d.ts.map +1 -1
  162. package/table/tools-header.js +4 -3
  163. package/table/tools-header.js.map +1 -1
  164. package/table/use-auto-skeleton-rows.d.ts +18 -0
  165. package/table/use-auto-skeleton-rows.d.ts.map +1 -0
  166. package/table/use-auto-skeleton-rows.js +100 -0
  167. package/table/use-auto-skeleton-rows.js.map +1 -0
  168. package/test-utils/dom/button-group/index.d.ts +4 -0
  169. package/test-utils/dom/button-group/index.js +8 -0
  170. package/test-utils/dom/button-group/index.js.map +1 -1
  171. package/test-utils/dom/pagination/index.js +2 -2
  172. package/test-utils/dom/pagination/index.js.map +1 -1
  173. package/test-utils/dom/steps/index.d.ts +4 -0
  174. package/test-utils/dom/steps/index.js +6 -0
  175. package/test-utils/dom/steps/index.js.map +1 -1
  176. package/test-utils/dom/table/index.d.ts +77 -0
  177. package/test-utils/dom/table/index.js +87 -2
  178. package/test-utils/dom/table/index.js.map +1 -1
  179. package/test-utils/selectors/button-group/index.d.ts +4 -0
  180. package/test-utils/selectors/button-group/index.js +8 -0
  181. package/test-utils/selectors/button-group/index.js.map +1 -1
  182. package/test-utils/selectors/pagination/index.js +2 -2
  183. package/test-utils/selectors/pagination/index.js.map +1 -1
  184. package/test-utils/selectors/steps/index.d.ts +4 -0
  185. package/test-utils/selectors/steps/index.js +6 -0
  186. package/test-utils/selectors/steps/index.js.map +1 -1
  187. package/test-utils/selectors/table/index.d.ts +77 -0
  188. package/test-utils/selectors/table/index.js +87 -2
  189. package/test-utils/selectors/table/index.js.map +1 -1
  190. package/tooltip/internal.d.ts.map +1 -1
  191. package/tooltip/internal.js +2 -1
  192. package/tooltip/internal.js.map +1 -1
  193. package/tooltip/styles.css.js +7 -0
  194. package/tooltip/styles.scoped.css +165 -0
  195. package/tooltip/styles.selectors.js +8 -0
  196. package/top-navigation/use-top-navigation.d.ts.map +1 -1
  197. package/top-navigation/use-top-navigation.js +2 -5
  198. package/top-navigation/use-top-navigation.js.map +1 -1
@@ -1,52 +1,53 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_l0dv0_5n166_146",
5
- "with-toolbar": "awsui_with-toolbar_l0dv0_5n166_180",
6
- "header": "awsui_header_l0dv0_5n166_184",
7
- "header-link": "awsui_header-link_l0dv0_5n166_198",
8
- "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_5n166_209",
9
- "header-link-text": "awsui_header-link-text_l0dv0_5n166_209",
10
- "header-logo": "awsui_header-logo_l0dv0_5n166_214",
11
- "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_5n166_220",
12
- "items-control": "awsui_items-control_l0dv0_5n166_225",
13
- "list-container": "awsui_list-container_l0dv0_5n166_230",
14
- "root--collapsed": "awsui_root--collapsed_l0dv0_5n166_238",
15
- "divider-header": "awsui_divider-header_l0dv0_5n166_242",
16
- "list": "awsui_list_l0dv0_5n166_230",
17
- "list-variant-root": "awsui_list-variant-root_l0dv0_5n166_255",
18
- "list-variant-root--first": "awsui_list-variant-root--first_l0dv0_5n166_262",
19
- "list-variant-root--collapsed": "awsui_list-variant-root--collapsed_l0dv0_5n166_265",
20
- "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_5n166_270",
21
- "list-variant-section": "awsui_list-variant-section_l0dv0_5n166_274",
22
- "list-variant-link-group": "awsui_list-variant-link-group_l0dv0_5n166_278",
23
- "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_5n166_282",
24
- "list-item": "awsui_list-item_l0dv0_5n166_289",
25
- "list-item--collapsed": "awsui_list-item--collapsed_l0dv0_5n166_299",
26
- "list-item--group": "awsui_list-item--group_l0dv0_5n166_306",
27
- "list-item--group-no-padding-start": "awsui_list-item--group-no-padding-start_l0dv0_5n166_311",
28
- "list-item--group-no-padding-end": "awsui_list-item--group-no-padding-end_l0dv0_5n166_314",
29
- "list-item--link-with-info": "awsui_list-item--link-with-info_l0dv0_5n166_317",
30
- "list--collapsed-group": "awsui_list--collapsed-group_l0dv0_5n166_322",
31
- "section": "awsui_section_l0dv0_5n166_330",
32
- "expandable-link-group": "awsui_expandable-link-group_l0dv0_5n166_331",
33
- "section--no-ident": "awsui_section--no-ident_l0dv0_5n166_347",
34
- "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_5n166_348",
35
- "expandable-link-group--active": "awsui_expandable-link-group--active_l0dv0_5n166_363",
36
- "refresh": "awsui_refresh_l0dv0_5n166_370",
37
- "section-header": "awsui_section-header_l0dv0_5n166_377",
38
- "section-group": "awsui_section-group_l0dv0_5n166_383",
39
- "section-group-title": "awsui_section-group-title_l0dv0_5n166_398",
40
- "link": "awsui_link_l0dv0_5n166_404",
41
- "link-active": "awsui_link-active_l0dv0_5n166_422",
42
- "link--collapsed": "awsui_link--collapsed_l0dv0_5n166_429",
43
- "link-text-wrapper": "awsui_link-text-wrapper_l0dv0_5n166_477",
44
- "info": "awsui_info_l0dv0_5n166_481",
45
- "item-icon": "awsui_item-icon_l0dv0_5n166_486",
46
- "item-icon--collapsed": "awsui_item-icon--collapsed_l0dv0_5n166_490",
47
- "external-icon": "awsui_external-icon_l0dv0_5n166_494",
48
- "divider": "awsui_divider_l0dv0_5n166_242",
49
- "divider-default": "awsui_divider-default_l0dv0_5n166_502",
50
- "divider--collapsed": "awsui_divider--collapsed_l0dv0_5n166_506"
4
+ "root": "awsui_root_l0dv0_g6yjq_146",
5
+ "with-toolbar": "awsui_with-toolbar_l0dv0_g6yjq_180",
6
+ "header": "awsui_header_l0dv0_g6yjq_184",
7
+ "header-link": "awsui_header-link_l0dv0_g6yjq_198",
8
+ "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_g6yjq_209",
9
+ "header-link-text": "awsui_header-link-text_l0dv0_g6yjq_209",
10
+ "header-logo": "awsui_header-logo_l0dv0_g6yjq_214",
11
+ "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_g6yjq_220",
12
+ "items-control": "awsui_items-control_l0dv0_g6yjq_225",
13
+ "list-container": "awsui_list-container_l0dv0_g6yjq_230",
14
+ "root--collapsed": "awsui_root--collapsed_l0dv0_g6yjq_238",
15
+ "divider-header": "awsui_divider-header_l0dv0_g6yjq_242",
16
+ "list": "awsui_list_l0dv0_g6yjq_230",
17
+ "list-variant-root": "awsui_list-variant-root_l0dv0_g6yjq_255",
18
+ "list-variant-root--first": "awsui_list-variant-root--first_l0dv0_g6yjq_262",
19
+ "list-variant-root--collapsed": "awsui_list-variant-root--collapsed_l0dv0_g6yjq_265",
20
+ "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_g6yjq_270",
21
+ "list-variant-section": "awsui_list-variant-section_l0dv0_g6yjq_274",
22
+ "list-variant-link-group": "awsui_list-variant-link-group_l0dv0_g6yjq_278",
23
+ "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_g6yjq_282",
24
+ "list-item": "awsui_list-item_l0dv0_g6yjq_289",
25
+ "list--with-icons": "awsui_list--with-icons_l0dv0_g6yjq_296",
26
+ "list-item--collapsed": "awsui_list-item--collapsed_l0dv0_g6yjq_302",
27
+ "list-item--group": "awsui_list-item--group_l0dv0_g6yjq_309",
28
+ "list-item--group-no-padding-start": "awsui_list-item--group-no-padding-start_l0dv0_g6yjq_314",
29
+ "list-item--group-no-padding-end": "awsui_list-item--group-no-padding-end_l0dv0_g6yjq_317",
30
+ "list-item--link-with-info": "awsui_list-item--link-with-info_l0dv0_g6yjq_320",
31
+ "list--collapsed-group": "awsui_list--collapsed-group_l0dv0_g6yjq_325",
32
+ "section": "awsui_section_l0dv0_g6yjq_333",
33
+ "expandable-link-group": "awsui_expandable-link-group_l0dv0_g6yjq_334",
34
+ "section--no-ident": "awsui_section--no-ident_l0dv0_g6yjq_350",
35
+ "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_g6yjq_351",
36
+ "expandable-link-group--active": "awsui_expandable-link-group--active_l0dv0_g6yjq_366",
37
+ "refresh": "awsui_refresh_l0dv0_g6yjq_373",
38
+ "section-header": "awsui_section-header_l0dv0_g6yjq_380",
39
+ "section-group": "awsui_section-group_l0dv0_g6yjq_386",
40
+ "section-group-title": "awsui_section-group-title_l0dv0_g6yjq_401",
41
+ "link": "awsui_link_l0dv0_g6yjq_407",
42
+ "link-active": "awsui_link-active_l0dv0_g6yjq_425",
43
+ "link--collapsed": "awsui_link--collapsed_l0dv0_g6yjq_432",
44
+ "link-text-wrapper": "awsui_link-text-wrapper_l0dv0_g6yjq_480",
45
+ "info": "awsui_info_l0dv0_g6yjq_484",
46
+ "item-icon": "awsui_item-icon_l0dv0_g6yjq_489",
47
+ "item-icon--collapsed": "awsui_item-icon--collapsed_l0dv0_g6yjq_493",
48
+ "external-icon": "awsui_external-icon_l0dv0_g6yjq_497",
49
+ "divider": "awsui_divider_l0dv0_g6yjq_242",
50
+ "divider-default": "awsui_divider-default_l0dv0_g6yjq_505",
51
+ "divider--collapsed": "awsui_divider--collapsed_l0dv0_g6yjq_509"
51
52
  };
52
53
 
@@ -143,7 +143,7 @@
143
143
  */
144
144
  /* Style used for links in slots/components that are text heavy, to help links stand out among
145
145
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
146
- .awsui_root_l0dv0_5n166_146:not(#\9) {
146
+ .awsui_root_l0dv0_g6yjq_146:not(#\9) {
147
147
  border-collapse: separate;
148
148
  border-spacing: 0;
149
149
  box-sizing: border-box;
@@ -177,11 +177,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
177
177
  word-break: break-word;
178
178
  }
179
179
 
180
- .awsui_with-toolbar_l0dv0_5n166_180:not(#\9) {
180
+ .awsui_with-toolbar_l0dv0_g6yjq_180:not(#\9) {
181
181
  /* Structural class — parent context for toolbar margin resets. */
182
182
  }
183
183
 
184
- .awsui_header_l0dv0_5n166_184:not(#\9) {
184
+ .awsui_header_l0dv0_g6yjq_184:not(#\9) {
185
185
  font-size: var(--font-panel-header-size-33h9j8, 18px);
186
186
  letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
187
187
  line-height: var(--font-panel-header-line-height-8xb2qj, 22px);
@@ -195,7 +195,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
195
195
  padding-inline-end: calc(var(--space-scaled-xxl-6wgq96, 32px) + var(--space-xl-jfy3x4, 24px));
196
196
  }
197
197
 
198
- .awsui_header-link_l0dv0_5n166_198:not(#\9) {
198
+ .awsui_header-link_l0dv0_g6yjq_198:not(#\9) {
199
199
  font-size: var(--font-panel-header-size-33h9j8, 18px);
200
200
  letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
201
201
  line-height: var(--font-panel-header-line-height-8xb2qj, 22px);
@@ -206,45 +206,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
206
206
  min-block-size: var(--font-panel-header-line-height-8xb2qj, 22px);
207
207
  display: flex;
208
208
  }
209
- .awsui_header-link--has-logo_l0dv0_5n166_209 > .awsui_header-link-text_l0dv0_5n166_209:not(#\9) {
209
+ .awsui_header-link--has-logo_l0dv0_g6yjq_209 > .awsui_header-link-text_l0dv0_g6yjq_209:not(#\9) {
210
210
  font-weight: var(--font-weight-normal-cxw1m3, 400);
211
211
  align-self: center;
212
212
  }
213
213
 
214
- .awsui_header-logo_l0dv0_5n166_214:not(#\9) {
214
+ .awsui_header-logo_l0dv0_g6yjq_214:not(#\9) {
215
215
  margin-inline-end: var(--space-s-tvghoh, 12px);
216
216
  margin-block-start: var(--space-xxxs-pajhad, 2px);
217
217
  max-inline-size: calc(1.25 * var(--size-icon-big-7pq9l3, 32px));
218
218
  align-self: flex-start;
219
219
  }
220
- .awsui_header-logo--stretched_l0dv0_5n166_220:not(#\9) {
220
+ .awsui_header-logo--stretched_l0dv0_g6yjq_220:not(#\9) {
221
221
  max-inline-size: 100%;
222
222
  margin-inline-end: 0;
223
223
  }
224
224
 
225
- .awsui_items-control_l0dv0_5n166_225:not(#\9) {
225
+ .awsui_items-control_l0dv0_g6yjq_225:not(#\9) {
226
226
  padding-inline: var(--space-l-2ud1p3, 20px);
227
227
  padding-block-start: calc((var(--size-side-navigation-item-height-lokap3, 28px) - var(--line-height-body-m-2mh3ke, 20px)) / 2);
228
228
  }
229
229
 
230
- .awsui_list-container_l0dv0_5n166_230:not(#\9) {
230
+ .awsui_list-container_l0dv0_g6yjq_230:not(#\9) {
231
231
  margin-block-end: var(--space-panel-content-bottom-24c6lu, 40px);
232
232
  }
233
233
 
234
- .awsui_items-control_l0dv0_5n166_225:not(#\9),
235
- .awsui_list-container_l0dv0_5n166_230:not(#\9) {
234
+ .awsui_items-control_l0dv0_g6yjq_225:not(#\9),
235
+ .awsui_list-container_l0dv0_g6yjq_230:not(#\9) {
236
236
  margin-block-start: calc(var(--space-panel-content-top-qvd1dr, 20px) - calc((var(--size-side-navigation-item-height-lokap3, 28px) - var(--line-height-body-m-2mh3ke, 20px)) / 2));
237
237
  }
238
- .awsui_root--collapsed_l0dv0_5n166_238 > .awsui_items-control_l0dv0_5n166_225:not(#\9),
239
- .awsui_root--collapsed_l0dv0_5n166_238 > .awsui_list-container_l0dv0_5n166_230:not(#\9) {
238
+ .awsui_root--collapsed_l0dv0_g6yjq_238 > .awsui_items-control_l0dv0_g6yjq_225:not(#\9),
239
+ .awsui_root--collapsed_l0dv0_g6yjq_238 > .awsui_list-container_l0dv0_g6yjq_230:not(#\9) {
240
240
  margin-block-start: var(--space-xs-ymlm0b, 8px);
241
241
  }
242
- .awsui_with-toolbar_l0dv0_5n166_180 > .awsui_divider-header_l0dv0_5n166_242 + .awsui_items-control_l0dv0_5n166_225:not(#\9),
243
- .awsui_with-toolbar_l0dv0_5n166_180 > .awsui_divider-header_l0dv0_5n166_242 + .awsui_list-container_l0dv0_5n166_230:not(#\9) {
242
+ .awsui_with-toolbar_l0dv0_g6yjq_180 > .awsui_divider-header_l0dv0_g6yjq_242 + .awsui_items-control_l0dv0_g6yjq_225:not(#\9),
243
+ .awsui_with-toolbar_l0dv0_g6yjq_180 > .awsui_divider-header_l0dv0_g6yjq_242 + .awsui_list-container_l0dv0_g6yjq_230:not(#\9) {
244
244
  margin-block-start: calc(-1 * calc((var(--size-side-navigation-item-height-lokap3, 28px) - var(--line-height-body-m-2mh3ke, 20px)) / 2));
245
245
  }
246
246
 
247
- .awsui_list_l0dv0_5n166_230:not(#\9) {
247
+ .awsui_list_l0dv0_g6yjq_230:not(#\9) {
248
248
  margin-block: 0;
249
249
  margin-inline: 0;
250
250
  padding-block: 0;
@@ -252,74 +252,77 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
252
252
  padding-inline-start: calc(var(--size-icon-normal-levt08, 16px) + var(--space-xs-ymlm0b, 8px) - var(--space-xs-ymlm0b, 8px));
253
253
  }
254
254
 
255
- .awsui_list-variant-root_l0dv0_5n166_255:not(#\9) {
255
+ .awsui_list-variant-root_l0dv0_g6yjq_255:not(#\9) {
256
256
  margin-block: 0;
257
257
  margin-inline: 0;
258
258
  padding-block: 0;
259
259
  padding-inline-start: calc(var(--space-panel-nav-left-wn0n7h, 28px) - var(--space-xs-ymlm0b, 8px));
260
260
  padding-inline-end: calc(var(--space-panel-side-right-8wwirc, 24px) - var(--space-xs-ymlm0b, 8px));
261
261
  }
262
- .awsui_list-variant-root--first_l0dv0_5n166_262:not(#\9) {
262
+ .awsui_list-variant-root--first_l0dv0_g6yjq_262:not(#\9) {
263
263
  margin-block-start: 0;
264
264
  }
265
- .awsui_list-variant-root--collapsed_l0dv0_5n166_265:not(#\9) {
265
+ .awsui_list-variant-root--collapsed_l0dv0_g6yjq_265:not(#\9) {
266
266
  padding-inline-start: 0;
267
267
  padding-inline-end: 0;
268
268
  }
269
269
 
270
- .awsui_list-variant-expandable-link-group_l0dv0_5n166_270:not(#\9) {
270
+ .awsui_list-variant-expandable-link-group_l0dv0_g6yjq_270:not(#\9) {
271
271
  padding-inline-start: calc(calc(var(--size-icon-normal-levt08, 16px) + var(--space-xs-ymlm0b, 8px) - var(--space-xs-ymlm0b, 8px)) + var(--space-l-2ud1p3, 20px));
272
272
  }
273
273
 
274
- .awsui_list-variant-section_l0dv0_5n166_274:not(#\9) {
274
+ .awsui_list-variant-section_l0dv0_g6yjq_274:not(#\9) {
275
275
  padding-inline-start: calc(var(--space-l-2ud1p3, 20px) - var(--space-xs-ymlm0b, 8px));
276
276
  }
277
277
 
278
- .awsui_list-variant-link-group_l0dv0_5n166_278:not(#\9) {
278
+ .awsui_list-variant-link-group_l0dv0_g6yjq_278:not(#\9) {
279
279
  padding-inline-start: calc(var(--size-icon-normal-levt08, 16px) + var(--space-xs-ymlm0b, 8px) - var(--space-xs-ymlm0b, 8px));
280
280
  }
281
281
 
282
- .awsui_list-variant-section-group_l0dv0_5n166_282:not(#\9) {
282
+ .awsui_list-variant-section-group_l0dv0_g6yjq_282:not(#\9) {
283
283
  margin-block: calc(var(--space-scaled-xs-xwoogq, 8px) - calc((var(--size-side-navigation-item-height-lokap3, 28px) - var(--line-height-body-m-2mh3ke, 20px)) / 2));
284
284
  margin-inline: calc(-1 * var(--space-xs-ymlm0b, 8px));
285
285
  padding-block: 0;
286
286
  padding-inline: 0;
287
287
  }
288
288
 
289
- .awsui_list-item_l0dv0_5n166_289:not(#\9) {
289
+ .awsui_list-item_l0dv0_g6yjq_289:not(#\9) {
290
290
  margin-inline: 0;
291
- margin-block: var(--space-side-navigation-item-gap-5vlwdw, 0px);
291
+ margin-block: var(--space-side-navigation-item-default-gap-a1luyq, 0px);
292
292
  padding-block: 0;
293
293
  padding-inline: var(--space-xs-ymlm0b, 8px);
294
294
  list-style: none;
295
295
  }
296
- .awsui_list-variant-root--first_l0dv0_5n166_262 > .awsui_list-item_l0dv0_5n166_289:not(#\9):first-child {
296
+ .awsui_list--with-icons_l0dv0_g6yjq_296 > .awsui_list-item_l0dv0_g6yjq_289:not(#\9) {
297
+ margin-block: var(--space-side-navigation-item-icon-gap-h45akr, 4px);
298
+ }
299
+ .awsui_list-variant-root--first_l0dv0_g6yjq_262 > .awsui_list-item_l0dv0_g6yjq_289:not(#\9):first-child {
297
300
  margin-block-start: 0px;
298
301
  }
299
- .awsui_list-item--collapsed_l0dv0_5n166_299:not(#\9) {
300
- margin-block: var(--space-side-navigation-item-collapsed-gap-d9lti2, 8px);
302
+ .awsui_list-item--collapsed_l0dv0_g6yjq_302:not(#\9) {
303
+ margin-block: var(--space-side-navigation-item-icon-gap-h45akr, 4px);
301
304
  display: flex;
302
305
  justify-content: center;
303
306
  padding-block: 0;
304
307
  padding-inline: 0;
305
308
  }
306
- .awsui_list-item--group_l0dv0_5n166_306:not(#\9) {
309
+ .awsui_list-item--group_l0dv0_g6yjq_309:not(#\9) {
307
310
  padding-inline: 0;
308
311
  padding-block: var(--space-scaled-s-8ozaad, 12px);
309
312
  list-style: none;
310
313
  }
311
- .awsui_list-item--group-no-padding-start_l0dv0_5n166_311:not(#\9) {
314
+ .awsui_list-item--group-no-padding-start_l0dv0_g6yjq_314:not(#\9) {
312
315
  padding-block-start: 0;
313
316
  }
314
- .awsui_list-item--group-no-padding-end_l0dv0_5n166_314:not(#\9) {
317
+ .awsui_list-item--group-no-padding-end_l0dv0_g6yjq_317:not(#\9) {
315
318
  padding-block-end: 0;
316
319
  }
317
- .awsui_list-item--link-with-info_l0dv0_5n166_317:not(#\9) {
320
+ .awsui_list-item--link-with-info_l0dv0_g6yjq_320:not(#\9) {
318
321
  display: flex;
319
322
  align-items: baseline;
320
323
  }
321
324
 
322
- .awsui_list--collapsed-group_l0dv0_5n166_322:not(#\9) {
325
+ .awsui_list--collapsed-group_l0dv0_g6yjq_325:not(#\9) {
323
326
  margin-block: 0;
324
327
  margin-inline: 0;
325
328
  padding-block: 0;
@@ -327,29 +330,29 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
327
330
  list-style: none;
328
331
  }
329
332
 
330
- .awsui_section_l0dv0_5n166_330:not(#\9),
331
- .awsui_expandable-link-group_l0dv0_5n166_331:not(#\9) {
333
+ .awsui_section_l0dv0_g6yjq_333:not(#\9),
334
+ .awsui_expandable-link-group_l0dv0_g6yjq_334:not(#\9) {
332
335
  margin-inline-start: calc(-1 * var(--space-l-2ud1p3, 20px));
333
336
  /* stylelint-disable-next-line selector-max-type */
334
337
  /* stylelint-disable-next-line selector-max-type */
335
338
  }
336
- .awsui_section_l0dv0_5n166_330 > div:not(#\9),
337
- .awsui_expandable-link-group_l0dv0_5n166_331 > div:not(#\9) {
339
+ .awsui_section_l0dv0_g6yjq_333 > div:not(#\9),
340
+ .awsui_expandable-link-group_l0dv0_g6yjq_334 > div:not(#\9) {
338
341
  padding-block: 0;
339
342
  padding-inline: 0;
340
343
  }
341
- .awsui_section_l0dv0_5n166_330 > div:not(#\9):first-child > :first-child,
342
- .awsui_expandable-link-group_l0dv0_5n166_331 > div:not(#\9):first-child > :first-child {
344
+ .awsui_section_l0dv0_g6yjq_333 > div:not(#\9):first-child > :first-child,
345
+ .awsui_expandable-link-group_l0dv0_g6yjq_334 > div:not(#\9):first-child > :first-child {
343
346
  display: grid;
344
347
  align-items: flex-start;
345
348
  padding-block: calc((var(--size-side-navigation-item-height-lokap3, 28px) - var(--line-height-body-m-2mh3ke, 20px)) / 2);
346
349
  }
347
- .awsui_section--no-ident_l0dv0_5n166_347:not(#\9),
348
- .awsui_expandable-link-group--no-ident_l0dv0_5n166_348:not(#\9) {
350
+ .awsui_section--no-ident_l0dv0_g6yjq_350:not(#\9),
351
+ .awsui_expandable-link-group--no-ident_l0dv0_g6yjq_351:not(#\9) {
349
352
  margin-inline-start: 0;
350
353
  }
351
354
 
352
- .awsui_expandable-link-group_l0dv0_5n166_331 > div:not(#\9):first-child {
355
+ .awsui_expandable-link-group_l0dv0_g6yjq_334 > div:not(#\9):first-child {
353
356
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
354
357
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
355
358
  border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
@@ -360,27 +363,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
360
363
  box-sizing: content-box;
361
364
  }
362
365
 
363
- .awsui_expandable-link-group--active_l0dv0_5n166_363 > div:not(#\9):first-child {
366
+ .awsui_expandable-link-group--active_l0dv0_g6yjq_366 > div:not(#\9):first-child {
364
367
  background-color: var(--color-background-side-navigation-item-active-adfprg, transparent);
365
368
  }
366
369
 
367
- .awsui_section_l0dv0_5n166_330:not(#\9) {
370
+ .awsui_section_l0dv0_g6yjq_333:not(#\9) {
368
371
  margin-block: calc(var(--space-scaled-2x-l-u5ida5, 20px) - var(--border-divider-section-width-uwo8my, 1px));
369
372
  }
370
- .awsui_section_l0dv0_5n166_330.awsui_refresh_l0dv0_5n166_370:not(#\9) {
373
+ .awsui_section_l0dv0_g6yjq_333.awsui_refresh_l0dv0_g6yjq_373:not(#\9) {
371
374
  margin-block: calc(var(--space-scaled-xs-xwoogq, 8px) - var(--border-divider-section-width-uwo8my, 1px));
372
375
  }
373
- .awsui_list-variant-root--first_l0dv0_5n166_262 > .awsui_list-item_l0dv0_5n166_289:not(#\9):first-child > .awsui_section_l0dv0_5n166_330 {
376
+ .awsui_list-variant-root--first_l0dv0_g6yjq_262 > .awsui_list-item_l0dv0_g6yjq_289:not(#\9):first-child > .awsui_section_l0dv0_g6yjq_333 {
374
377
  margin-block-start: 0px;
375
378
  }
376
379
 
377
- .awsui_section-header_l0dv0_5n166_377:not(#\9) {
380
+ .awsui_section-header_l0dv0_g6yjq_380:not(#\9) {
378
381
  display: contents;
379
382
  font-size: var(--font-side-navigation-section-header-size-cnrduv, inherit);
380
383
  font-weight: var(--font-side-navigation-section-header-weight-h807bs, inherit);
381
384
  }
382
385
 
383
- .awsui_section-group_l0dv0_5n166_383:not(#\9) {
386
+ .awsui_section-group_l0dv0_g6yjq_386:not(#\9) {
384
387
  font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
385
388
  font-size: var(--font-size-heading-m-170yiy, 18px);
386
389
  line-height: var(--line-height-heading-m-uoaqdh, 22px);
@@ -391,17 +394,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
391
394
  margin-block: calc(var(--space-scaled-xs-xwoogq, 8px) - var(--border-divider-section-width-uwo8my, 1px));
392
395
  margin-inline: 0;
393
396
  }
394
- .awsui_list-variant-root--first_l0dv0_5n166_262 > .awsui_list-item_l0dv0_5n166_289:not(#\9):first-child > .awsui_section-group_l0dv0_5n166_383 {
397
+ .awsui_list-variant-root--first_l0dv0_g6yjq_262 > .awsui_list-item_l0dv0_g6yjq_289:not(#\9):first-child > .awsui_section-group_l0dv0_g6yjq_386 {
395
398
  margin-block-start: 0px;
396
399
  }
397
400
 
398
- .awsui_section-group-title_l0dv0_5n166_398:not(#\9) {
401
+ .awsui_section-group-title_l0dv0_g6yjq_401:not(#\9) {
399
402
  display: flex;
400
403
  align-items: center;
401
404
  margin-block: 0;
402
405
  }
403
406
 
404
- .awsui_link_l0dv0_5n166_404:not(#\9) {
407
+ .awsui_link_l0dv0_g6yjq_407:not(#\9) {
405
408
  font-size: var(--font-size-body-m-a7nh2n, 14px);
406
409
  line-height: var(--line-height-body-m-2mh3ke, 20px);
407
410
  color: var(--color-text-side-navigation-item-default-1vcdej, #424650);
@@ -419,21 +422,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
419
422
  -webkit-font-smoothing: auto;
420
423
  -moz-osx-font-smoothing: auto;
421
424
  }
422
- .awsui_link-active_l0dv0_5n166_422:not(#\9) {
425
+ .awsui_link-active_l0dv0_g6yjq_425:not(#\9) {
423
426
  font-weight: var(--font-wayfinding-link-active-weight-ny4hup, 700);
424
427
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
425
428
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
426
429
  color: var(--color-text-side-navigation-item-active-w3c4dj, #006ce0);
427
430
  background-color: var(--color-background-side-navigation-item-active-adfprg, transparent);
428
431
  }
429
- .awsui_link-active_l0dv0_5n166_422.awsui_link--collapsed_l0dv0_5n166_429:not(#\9) {
432
+ .awsui_link-active_l0dv0_g6yjq_425.awsui_link--collapsed_l0dv0_g6yjq_432:not(#\9) {
430
433
  color: var(--color-text-side-navigation-item-active-collapsed-kwpe9n, #ffffff);
431
434
  background-color: var(--color-background-side-navigation-item-active-collapsed-ceubmy, #006ce0);
432
435
  }
433
- .awsui_link-active_l0dv0_5n166_422.awsui_link--collapsed_l0dv0_5n166_429:not(#\9):hover {
436
+ .awsui_link-active_l0dv0_g6yjq_425.awsui_link--collapsed_l0dv0_g6yjq_432:not(#\9):hover {
434
437
  color: var(--color-text-side-navigation-item-active-collapsed-kwpe9n, #ffffff);
435
438
  }
436
- .awsui_link--collapsed_l0dv0_5n166_429:not(#\9) {
439
+ .awsui_link--collapsed_l0dv0_g6yjq_432:not(#\9) {
437
440
  padding-inline: 0;
438
441
  margin-inline: 0;
439
442
  justify-content: center;
@@ -444,23 +447,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
444
447
  border-end-end-radius: var(--border-radius-side-navigation-item-collapsed-e8960w, 50%);
445
448
  }
446
449
 
447
- .awsui_header-link_l0dv0_5n166_198:not(#\9),
448
- .awsui_link_l0dv0_5n166_404:not(#\9) {
450
+ .awsui_header-link_l0dv0_g6yjq_198:not(#\9),
451
+ .awsui_link_l0dv0_g6yjq_407:not(#\9) {
449
452
  text-decoration: none;
450
453
  }
451
- .awsui_header-link_l0dv0_5n166_198:not(#\9):hover,
452
- .awsui_link_l0dv0_5n166_404:not(#\9):hover {
454
+ .awsui_header-link_l0dv0_g6yjq_198:not(#\9):hover,
455
+ .awsui_link_l0dv0_g6yjq_407:not(#\9):hover {
453
456
  color: var(--color-text-side-navigation-item-active-w3c4dj, #006ce0);
454
457
  }
455
- .awsui_header-link_l0dv0_5n166_198:not(#\9):focus,
456
- .awsui_link_l0dv0_5n166_404:not(#\9):focus {
458
+ .awsui_header-link_l0dv0_g6yjq_198:not(#\9):focus,
459
+ .awsui_link_l0dv0_g6yjq_407:not(#\9):focus {
457
460
  outline: none;
458
461
  }
459
- .awsui_header-link_l0dv0_5n166_198:not(#\9):hover, .awsui_header-link_l0dv0_5n166_198:not(#\9):focus, .awsui_link_l0dv0_5n166_404:not(#\9):hover, .awsui_link_l0dv0_5n166_404:not(#\9):focus {
462
+ .awsui_header-link_l0dv0_g6yjq_198:not(#\9):hover, .awsui_header-link_l0dv0_g6yjq_198:not(#\9):focus, .awsui_link_l0dv0_g6yjq_407:not(#\9):hover, .awsui_link_l0dv0_g6yjq_407:not(#\9):focus {
460
463
  text-decoration: none;
461
464
  }
462
- body[data-awsui-focus-visible=true] .awsui_header-link_l0dv0_5n166_198:not(#\9):focus,
463
- body[data-awsui-focus-visible=true] .awsui_link_l0dv0_5n166_404:not(#\9):focus {
465
+ body[data-awsui-focus-visible=true] .awsui_header-link_l0dv0_g6yjq_198:not(#\9):focus,
466
+ body[data-awsui-focus-visible=true] .awsui_link_l0dv0_g6yjq_407:not(#\9):focus {
464
467
  outline: thin dotted;
465
468
  outline: var(--border-link-focus-ring-outline-1p0hnu, 0);
466
469
  outline-offset: 2px;
@@ -472,43 +475,43 @@ body[data-awsui-focus-visible=true] .awsui_link_l0dv0_5n166_404:not(#\9):focus {
472
475
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-39uvxr, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
473
476
  }
474
477
 
475
- .awsui_link-text-wrapper_l0dv0_5n166_477:not(#\9) {
478
+ .awsui_link-text-wrapper_l0dv0_g6yjq_480:not(#\9) {
476
479
  min-inline-size: 0;
477
480
  }
478
481
 
479
- .awsui_info_l0dv0_5n166_481:not(#\9) {
482
+ .awsui_info_l0dv0_g6yjq_484:not(#\9) {
480
483
  margin-inline-start: var(--space-s-tvghoh, 12px);
481
484
  flex-shrink: 0;
482
485
  }
483
486
 
484
- .awsui_item-icon_l0dv0_5n166_486:not(#\9) {
487
+ .awsui_item-icon_l0dv0_g6yjq_489:not(#\9) {
485
488
  display: inline-flex;
486
489
  flex-shrink: 0;
487
490
  }
488
- .awsui_item-icon_l0dv0_5n166_486:not(#\9):not(.awsui_item-icon--collapsed_l0dv0_5n166_490) {
491
+ .awsui_item-icon_l0dv0_g6yjq_489:not(#\9):not(.awsui_item-icon--collapsed_l0dv0_g6yjq_493) {
489
492
  margin-inline-end: var(--space-xs-ymlm0b, 8px);
490
493
  }
491
494
 
492
- .awsui_external-icon_l0dv0_5n166_494:not(#\9) {
495
+ .awsui_external-icon_l0dv0_g6yjq_497:not(#\9) {
493
496
  margin-inline-start: var(--space-xxs-hwfkai, 4px);
494
497
  }
495
498
 
496
- .awsui_divider_l0dv0_5n166_242:not(#\9) {
499
+ .awsui_divider_l0dv0_g6yjq_242:not(#\9) {
497
500
  border-block: none;
498
501
  border-inline: none;
499
502
  }
500
- .awsui_divider-default_l0dv0_5n166_502:not(#\9) {
503
+ .awsui_divider-default_l0dv0_g6yjq_505:not(#\9) {
501
504
  margin-block: calc(var(--space-scaled-2x-xl-he48nr, 24px) - calc((var(--size-side-navigation-item-height-lokap3, 28px) - var(--line-height-body-m-2mh3ke, 20px)) / 2));
502
505
  border-block-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
503
506
  }
504
- .awsui_divider-default_l0dv0_5n166_502.awsui_divider--collapsed_l0dv0_5n166_506:not(#\9) {
507
+ .awsui_divider-default_l0dv0_g6yjq_505.awsui_divider--collapsed_l0dv0_g6yjq_509:not(#\9) {
505
508
  margin-block: var(--space-scaled-2x-m-4euqsk, 16px);
506
509
  margin-inline: var(--space-xs-ymlm0b, 8px);
507
510
  }
508
- .awsui_divider-header_l0dv0_5n166_242:not(#\9) {
511
+ .awsui_divider-header_l0dv0_g6yjq_242:not(#\9) {
509
512
  margin-block: 0;
510
513
  border-block-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-panel-header-ygztvl, #c6c6cd);
511
514
  }
512
- .awsui_with-toolbar_l0dv0_5n166_180 > .awsui_divider-header_l0dv0_5n166_242:not(#\9) {
515
+ .awsui_with-toolbar_l0dv0_g6yjq_180 > .awsui_divider-header_l0dv0_g6yjq_242:not(#\9) {
513
516
  border-color: transparent;
514
517
  }
@@ -2,52 +2,53 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_l0dv0_5n166_146",
6
- "with-toolbar": "awsui_with-toolbar_l0dv0_5n166_180",
7
- "header": "awsui_header_l0dv0_5n166_184",
8
- "header-link": "awsui_header-link_l0dv0_5n166_198",
9
- "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_5n166_209",
10
- "header-link-text": "awsui_header-link-text_l0dv0_5n166_209",
11
- "header-logo": "awsui_header-logo_l0dv0_5n166_214",
12
- "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_5n166_220",
13
- "items-control": "awsui_items-control_l0dv0_5n166_225",
14
- "list-container": "awsui_list-container_l0dv0_5n166_230",
15
- "root--collapsed": "awsui_root--collapsed_l0dv0_5n166_238",
16
- "divider-header": "awsui_divider-header_l0dv0_5n166_242",
17
- "list": "awsui_list_l0dv0_5n166_230",
18
- "list-variant-root": "awsui_list-variant-root_l0dv0_5n166_255",
19
- "list-variant-root--first": "awsui_list-variant-root--first_l0dv0_5n166_262",
20
- "list-variant-root--collapsed": "awsui_list-variant-root--collapsed_l0dv0_5n166_265",
21
- "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_5n166_270",
22
- "list-variant-section": "awsui_list-variant-section_l0dv0_5n166_274",
23
- "list-variant-link-group": "awsui_list-variant-link-group_l0dv0_5n166_278",
24
- "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_5n166_282",
25
- "list-item": "awsui_list-item_l0dv0_5n166_289",
26
- "list-item--collapsed": "awsui_list-item--collapsed_l0dv0_5n166_299",
27
- "list-item--group": "awsui_list-item--group_l0dv0_5n166_306",
28
- "list-item--group-no-padding-start": "awsui_list-item--group-no-padding-start_l0dv0_5n166_311",
29
- "list-item--group-no-padding-end": "awsui_list-item--group-no-padding-end_l0dv0_5n166_314",
30
- "list-item--link-with-info": "awsui_list-item--link-with-info_l0dv0_5n166_317",
31
- "list--collapsed-group": "awsui_list--collapsed-group_l0dv0_5n166_322",
32
- "section": "awsui_section_l0dv0_5n166_330",
33
- "expandable-link-group": "awsui_expandable-link-group_l0dv0_5n166_331",
34
- "section--no-ident": "awsui_section--no-ident_l0dv0_5n166_347",
35
- "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_5n166_348",
36
- "expandable-link-group--active": "awsui_expandable-link-group--active_l0dv0_5n166_363",
37
- "refresh": "awsui_refresh_l0dv0_5n166_370",
38
- "section-header": "awsui_section-header_l0dv0_5n166_377",
39
- "section-group": "awsui_section-group_l0dv0_5n166_383",
40
- "section-group-title": "awsui_section-group-title_l0dv0_5n166_398",
41
- "link": "awsui_link_l0dv0_5n166_404",
42
- "link-active": "awsui_link-active_l0dv0_5n166_422",
43
- "link--collapsed": "awsui_link--collapsed_l0dv0_5n166_429",
44
- "link-text-wrapper": "awsui_link-text-wrapper_l0dv0_5n166_477",
45
- "info": "awsui_info_l0dv0_5n166_481",
46
- "item-icon": "awsui_item-icon_l0dv0_5n166_486",
47
- "item-icon--collapsed": "awsui_item-icon--collapsed_l0dv0_5n166_490",
48
- "external-icon": "awsui_external-icon_l0dv0_5n166_494",
49
- "divider": "awsui_divider_l0dv0_5n166_242",
50
- "divider-default": "awsui_divider-default_l0dv0_5n166_502",
51
- "divider--collapsed": "awsui_divider--collapsed_l0dv0_5n166_506"
5
+ "root": "awsui_root_l0dv0_g6yjq_146",
6
+ "with-toolbar": "awsui_with-toolbar_l0dv0_g6yjq_180",
7
+ "header": "awsui_header_l0dv0_g6yjq_184",
8
+ "header-link": "awsui_header-link_l0dv0_g6yjq_198",
9
+ "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_g6yjq_209",
10
+ "header-link-text": "awsui_header-link-text_l0dv0_g6yjq_209",
11
+ "header-logo": "awsui_header-logo_l0dv0_g6yjq_214",
12
+ "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_g6yjq_220",
13
+ "items-control": "awsui_items-control_l0dv0_g6yjq_225",
14
+ "list-container": "awsui_list-container_l0dv0_g6yjq_230",
15
+ "root--collapsed": "awsui_root--collapsed_l0dv0_g6yjq_238",
16
+ "divider-header": "awsui_divider-header_l0dv0_g6yjq_242",
17
+ "list": "awsui_list_l0dv0_g6yjq_230",
18
+ "list-variant-root": "awsui_list-variant-root_l0dv0_g6yjq_255",
19
+ "list-variant-root--first": "awsui_list-variant-root--first_l0dv0_g6yjq_262",
20
+ "list-variant-root--collapsed": "awsui_list-variant-root--collapsed_l0dv0_g6yjq_265",
21
+ "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_g6yjq_270",
22
+ "list-variant-section": "awsui_list-variant-section_l0dv0_g6yjq_274",
23
+ "list-variant-link-group": "awsui_list-variant-link-group_l0dv0_g6yjq_278",
24
+ "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_g6yjq_282",
25
+ "list-item": "awsui_list-item_l0dv0_g6yjq_289",
26
+ "list--with-icons": "awsui_list--with-icons_l0dv0_g6yjq_296",
27
+ "list-item--collapsed": "awsui_list-item--collapsed_l0dv0_g6yjq_302",
28
+ "list-item--group": "awsui_list-item--group_l0dv0_g6yjq_309",
29
+ "list-item--group-no-padding-start": "awsui_list-item--group-no-padding-start_l0dv0_g6yjq_314",
30
+ "list-item--group-no-padding-end": "awsui_list-item--group-no-padding-end_l0dv0_g6yjq_317",
31
+ "list-item--link-with-info": "awsui_list-item--link-with-info_l0dv0_g6yjq_320",
32
+ "list--collapsed-group": "awsui_list--collapsed-group_l0dv0_g6yjq_325",
33
+ "section": "awsui_section_l0dv0_g6yjq_333",
34
+ "expandable-link-group": "awsui_expandable-link-group_l0dv0_g6yjq_334",
35
+ "section--no-ident": "awsui_section--no-ident_l0dv0_g6yjq_350",
36
+ "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_g6yjq_351",
37
+ "expandable-link-group--active": "awsui_expandable-link-group--active_l0dv0_g6yjq_366",
38
+ "refresh": "awsui_refresh_l0dv0_g6yjq_373",
39
+ "section-header": "awsui_section-header_l0dv0_g6yjq_380",
40
+ "section-group": "awsui_section-group_l0dv0_g6yjq_386",
41
+ "section-group-title": "awsui_section-group-title_l0dv0_g6yjq_401",
42
+ "link": "awsui_link_l0dv0_g6yjq_407",
43
+ "link-active": "awsui_link-active_l0dv0_g6yjq_425",
44
+ "link--collapsed": "awsui_link--collapsed_l0dv0_g6yjq_432",
45
+ "link-text-wrapper": "awsui_link-text-wrapper_l0dv0_g6yjq_480",
46
+ "info": "awsui_info_l0dv0_g6yjq_484",
47
+ "item-icon": "awsui_item-icon_l0dv0_g6yjq_489",
48
+ "item-icon--collapsed": "awsui_item-icon--collapsed_l0dv0_g6yjq_493",
49
+ "external-icon": "awsui_external-icon_l0dv0_g6yjq_497",
50
+ "divider": "awsui_divider_l0dv0_g6yjq_242",
51
+ "divider-default": "awsui_divider-default_l0dv0_g6yjq_505",
52
+ "divider--collapsed": "awsui_divider--collapsed_l0dv0_g6yjq_509"
52
53
  };
53
54
 
@@ -1,6 +1,7 @@
1
1
  import { SideNavigationProps } from './interfaces';
2
2
  type ExpandableItem = SideNavigationProps.Section | SideNavigationProps.ExpandableLinkGroup;
3
3
  export declare function hasActiveLink(items: ReadonlyArray<SideNavigationProps.Item>, activeHref: string): boolean;
4
+ export declare function hasNavigationIcons(items: ReadonlyArray<SideNavigationProps.Item>): boolean;
4
5
  export declare function generateExpandableItemsMapping(items: ReadonlyArray<SideNavigationProps.Item>, mapping?: WeakMap<SideNavigationProps.Item, ReadonlyArray<ExpandableItem>>, expandableParents?: ReadonlyArray<ExpandableItem>): WeakMap<SideNavigationProps.Item, ReadonlyArray<ExpandableItem>>;
5
6
  export declare function checkDuplicateHrefs(items: ReadonlyArray<SideNavigationProps.Item>): void;
6
7
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/side-navigation/util.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAEnD,KAAK,cAAc,GAAG,mBAAmB,CAAC,OAAO,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAE5F,wBAAgB,aAAa,CAAC,KAAK,EAAE,aAAa,CAAC,mBAAmB,CAAC,IAAI,CAAC,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAgBzG;AAED,wBAAgB,8BAA8B,CAC5C,KAAK,EAAE,aAAa,CAAC,mBAAmB,CAAC,IAAI,CAAC,EAC9C,OAAO,GAAE,OAAO,CAAC,mBAAmB,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,CAAC,CAAiB,EACzF,iBAAiB,GAAE,aAAa,CAAC,cAAc,CAAM,GACpD,OAAO,CAAC,mBAAmB,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC,CAYlE;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,aAAa,CAAC,mBAAmB,CAAC,IAAI,CAAC,QAqBjF"}
1
+ {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/side-navigation/util.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAEnD,KAAK,cAAc,GAAG,mBAAmB,CAAC,OAAO,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAE5F,wBAAgB,aAAa,CAAC,KAAK,EAAE,aAAa,CAAC,mBAAmB,CAAC,IAAI,CAAC,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAgBzG;AAGD,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,aAAa,CAAC,mBAAmB,CAAC,IAAI,CAAC,GAAG,OAAO,CAG1F;AAED,wBAAgB,8BAA8B,CAC5C,KAAK,EAAE,aAAa,CAAC,mBAAmB,CAAC,IAAI,CAAC,EAC9C,OAAO,GAAE,OAAO,CAAC,mBAAmB,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,CAAC,CAAiB,EACzF,iBAAiB,GAAE,aAAa,CAAC,cAAc,CAAM,GACpD,OAAO,CAAC,mBAAmB,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC,CAYlE;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,aAAa,CAAC,mBAAmB,CAAC,IAAI,CAAC,QAqBjF"}
@@ -14,6 +14,11 @@ export function hasActiveLink(items, activeHref) {
14
14
  }
15
15
  return false;
16
16
  }
17
+ // Determines whether any top-level navigation item has an icon.
18
+ export function hasNavigationIcons(items) {
19
+ const iconKey = 'icon';
20
+ return items.some(item => iconKey in item && !!item.icon);
21
+ }
17
22
  export function generateExpandableItemsMapping(items, mapping = new WeakMap(), expandableParents = []) {
18
23
  items.forEach(item => {
19
24
  const nextLevelParents = expandableParents.slice();