@cloudscape-design/components-themeable 3.0.1373 → 3.0.1374

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 (212) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/checkbox/styles.scss +34 -9
  3. package/lib/internal/scss/dialog/styles.scss +101 -0
  4. package/lib/internal/scss/dialog/test-classes/styles.scss +13 -0
  5. package/lib/internal/scss/expandable-section/styles.scss +8 -3
  6. package/lib/internal/scss/icon/mixins.scss +18 -0
  7. package/lib/internal/scss/icon/styles.scss +9 -0
  8. package/lib/internal/scss/internal/components/checkbox-icon/styles.scss +12 -9
  9. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  10. package/lib/internal/scss/internal/styles/links.scss +15 -10
  11. package/lib/internal/scss/internal/styles/style-api.scss +3 -2
  12. package/lib/internal/template/button-dropdown/interfaces.d.ts +5 -0
  13. package/lib/internal/template/button-dropdown/interfaces.d.ts.map +1 -1
  14. package/lib/internal/template/button-dropdown/interfaces.js.map +1 -1
  15. package/lib/internal/template/button-dropdown/internal-interfaces.d.ts +1 -1
  16. package/lib/internal/template/button-dropdown/internal-interfaces.d.ts.map +1 -1
  17. package/lib/internal/template/button-dropdown/internal-interfaces.js.map +1 -1
  18. package/lib/internal/template/button-dropdown/internal.js +2 -2
  19. package/lib/internal/template/button-dropdown/internal.js.map +1 -1
  20. package/lib/internal/template/button-dropdown/items-list.d.ts +1 -1
  21. package/lib/internal/template/button-dropdown/items-list.d.ts.map +1 -1
  22. package/lib/internal/template/button-dropdown/items-list.js +2 -2
  23. package/lib/internal/template/button-dropdown/items-list.js.map +1 -1
  24. package/lib/internal/template/button-dropdown/utils/move-highlight.d.ts +3 -2
  25. package/lib/internal/template/button-dropdown/utils/move-highlight.d.ts.map +1 -1
  26. package/lib/internal/template/button-dropdown/utils/move-highlight.js +13 -21
  27. package/lib/internal/template/button-dropdown/utils/move-highlight.js.map +1 -1
  28. package/lib/internal/template/button-dropdown/utils/use-button-dropdown.d.ts +1 -1
  29. package/lib/internal/template/button-dropdown/utils/use-button-dropdown.d.ts.map +1 -1
  30. package/lib/internal/template/button-dropdown/utils/use-button-dropdown.js +8 -6
  31. package/lib/internal/template/button-dropdown/utils/use-button-dropdown.js.map +1 -1
  32. package/lib/internal/template/button-dropdown/utils/use-highlighted-menu.d.ts +2 -2
  33. package/lib/internal/template/button-dropdown/utils/use-highlighted-menu.d.ts.map +1 -1
  34. package/lib/internal/template/button-dropdown/utils/use-highlighted-menu.js +14 -4
  35. package/lib/internal/template/button-dropdown/utils/use-highlighted-menu.js.map +1 -1
  36. package/lib/internal/template/button-dropdown/utils/utils.d.ts +1 -0
  37. package/lib/internal/template/button-dropdown/utils/utils.d.ts.map +1 -1
  38. package/lib/internal/template/button-dropdown/utils/utils.js +1 -0
  39. package/lib/internal/template/button-dropdown/utils/utils.js.map +1 -1
  40. package/lib/internal/template/calendar/interfaces.d.ts +2 -1
  41. package/lib/internal/template/calendar/interfaces.d.ts.map +1 -1
  42. package/lib/internal/template/calendar/interfaces.js.map +1 -1
  43. package/lib/internal/template/calendar/internal.d.ts.map +1 -1
  44. package/lib/internal/template/calendar/internal.js +3 -1
  45. package/lib/internal/template/calendar/internal.js.map +1 -1
  46. package/lib/internal/template/checkbox/internal.d.ts +6 -0
  47. package/lib/internal/template/checkbox/internal.d.ts.map +1 -1
  48. package/lib/internal/template/checkbox/internal.js +2 -2
  49. package/lib/internal/template/checkbox/internal.js.map +1 -1
  50. package/lib/internal/template/checkbox/styles.css.js +7 -3
  51. package/lib/internal/template/checkbox/styles.scoped.css +72 -16
  52. package/lib/internal/template/checkbox/styles.selectors.js +7 -3
  53. package/lib/internal/template/date-range-picker/index.d.ts.map +1 -1
  54. package/lib/internal/template/date-range-picker/index.js +3 -2
  55. package/lib/internal/template/date-range-picker/index.js.map +1 -1
  56. package/lib/internal/template/date-range-picker/interfaces.d.ts +2 -1
  57. package/lib/internal/template/date-range-picker/interfaces.d.ts.map +1 -1
  58. package/lib/internal/template/date-range-picker/interfaces.js.map +1 -1
  59. package/lib/internal/template/dialog/index.d.ts +4 -0
  60. package/lib/internal/template/dialog/index.d.ts.map +1 -0
  61. package/lib/internal/template/dialog/index.js +21 -0
  62. package/lib/internal/template/dialog/index.js.map +1 -0
  63. package/lib/internal/template/dialog/interfaces.d.ts +41 -0
  64. package/lib/internal/template/dialog/interfaces.d.ts.map +1 -0
  65. package/lib/internal/template/dialog/interfaces.js +2 -0
  66. package/lib/internal/template/dialog/interfaces.js.map +1 -0
  67. package/lib/internal/template/dialog/internal.d.ts +6 -0
  68. package/lib/internal/template/dialog/internal.d.ts.map +1 -0
  69. package/lib/internal/template/dialog/internal.js +39 -0
  70. package/lib/internal/template/dialog/internal.js.map +1 -0
  71. package/lib/internal/template/dialog/styles.css.js +13 -0
  72. package/lib/internal/template/dialog/styles.scoped.css +126 -0
  73. package/lib/internal/template/dialog/styles.selectors.js +14 -0
  74. package/lib/internal/template/dialog/test-classes/styles.css.js +11 -0
  75. package/lib/internal/template/dialog/test-classes/styles.scoped.css +12 -0
  76. package/lib/internal/template/dialog/test-classes/styles.selectors.js +12 -0
  77. package/lib/internal/template/dialog/use-focus-restore.d.ts +6 -0
  78. package/lib/internal/template/dialog/use-focus-restore.d.ts.map +1 -0
  79. package/lib/internal/template/dialog/use-focus-restore.js +34 -0
  80. package/lib/internal/template/dialog/use-focus-restore.js.map +1 -0
  81. package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
  82. package/lib/internal/template/expandable-section/expandable-section-header.js +9 -2
  83. package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
  84. package/lib/internal/template/expandable-section/styles.css.js +44 -43
  85. package/lib/internal/template/expandable-section/styles.scoped.css +92 -88
  86. package/lib/internal/template/expandable-section/styles.selectors.js +44 -43
  87. package/lib/internal/template/i18n/messages/all.all.js +1 -1
  88. package/lib/internal/template/i18n/messages/all.all.json +1 -1
  89. package/lib/internal/template/i18n/messages/all.de.js +1 -1
  90. package/lib/internal/template/i18n/messages/all.de.json +1 -1
  91. package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
  92. package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
  93. package/lib/internal/template/i18n/messages/all.en.js +1 -1
  94. package/lib/internal/template/i18n/messages/all.en.json +1 -1
  95. package/lib/internal/template/i18n/messages/all.es.js +1 -1
  96. package/lib/internal/template/i18n/messages/all.es.json +1 -1
  97. package/lib/internal/template/i18n/messages/all.fr.js +1 -1
  98. package/lib/internal/template/i18n/messages/all.fr.json +1 -1
  99. package/lib/internal/template/i18n/messages/all.id.js +1 -1
  100. package/lib/internal/template/i18n/messages/all.id.json +1 -1
  101. package/lib/internal/template/i18n/messages/all.it.js +1 -1
  102. package/lib/internal/template/i18n/messages/all.it.json +1 -1
  103. package/lib/internal/template/i18n/messages/all.ja.js +1 -1
  104. package/lib/internal/template/i18n/messages/all.ja.json +1 -1
  105. package/lib/internal/template/i18n/messages/all.ko.js +1 -1
  106. package/lib/internal/template/i18n/messages/all.ko.json +1 -1
  107. package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
  108. package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
  109. package/lib/internal/template/i18n/messages/all.tr.js +1 -1
  110. package/lib/internal/template/i18n/messages/all.tr.json +1 -1
  111. package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
  112. package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
  113. package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
  114. package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
  115. package/lib/internal/template/i18n/messages-types.d.ts +3 -0
  116. package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
  117. package/lib/internal/template/i18n/messages-types.js.map +1 -1
  118. package/lib/internal/template/icon/internal.d.ts +3 -1
  119. package/lib/internal/template/icon/internal.d.ts.map +1 -1
  120. package/lib/internal/template/icon/internal.js +10 -2
  121. package/lib/internal/template/icon/internal.js.map +1 -1
  122. package/lib/internal/template/icon/styles.css.js +43 -42
  123. package/lib/internal/template/icon/styles.scoped.css +126 -98
  124. package/lib/internal/template/icon/styles.selectors.js +43 -42
  125. package/lib/internal/template/icon-provider/context.d.ts +2 -0
  126. package/lib/internal/template/icon-provider/context.d.ts.map +1 -1
  127. package/lib/internal/template/icon-provider/context.js +2 -0
  128. package/lib/internal/template/icon-provider/context.js.map +1 -1
  129. package/lib/internal/template/icon-provider/interfaces.d.ts +39 -1
  130. package/lib/internal/template/icon-provider/interfaces.d.ts.map +1 -1
  131. package/lib/internal/template/icon-provider/interfaces.js.map +1 -1
  132. package/lib/internal/template/icon-provider/internal.d.ts +1 -1
  133. package/lib/internal/template/icon-provider/internal.d.ts.map +1 -1
  134. package/lib/internal/template/icon-provider/internal.js +17 -3
  135. package/lib/internal/template/icon-provider/internal.js.map +1 -1
  136. package/lib/internal/template/icon-provider/use-component-icons.d.ts +4 -0
  137. package/lib/internal/template/icon-provider/use-component-icons.d.ts.map +1 -0
  138. package/lib/internal/template/icon-provider/use-component-icons.js +9 -0
  139. package/lib/internal/template/icon-provider/use-component-icons.js.map +1 -0
  140. package/lib/internal/template/index.d.ts +1 -0
  141. package/lib/internal/template/index.d.ts.map +1 -1
  142. package/lib/internal/template/index.js +1 -0
  143. package/lib/internal/template/index.js.map +1 -1
  144. package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
  145. package/lib/internal/template/internal/base-theme/styles.scoped.css +36 -0
  146. package/lib/internal/template/internal/components/abstract-switch/index.d.ts +3 -1
  147. package/lib/internal/template/internal/components/abstract-switch/index.d.ts.map +1 -1
  148. package/lib/internal/template/internal/components/abstract-switch/index.js +5 -3
  149. package/lib/internal/template/internal/components/abstract-switch/index.js.map +1 -1
  150. package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +9 -9
  151. package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +18 -18
  152. package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +9 -9
  153. package/lib/internal/template/internal/components/customizable-icon/index.d.ts +19 -0
  154. package/lib/internal/template/internal/components/customizable-icon/index.d.ts.map +1 -0
  155. package/lib/internal/template/internal/components/customizable-icon/index.js +12 -0
  156. package/lib/internal/template/internal/components/customizable-icon/index.js.map +1 -0
  157. package/lib/internal/template/internal/components/expand-toggle-button/index.d.ts +4 -1
  158. package/lib/internal/template/internal/components/expand-toggle-button/index.d.ts.map +1 -1
  159. package/lib/internal/template/internal/components/expand-toggle-button/index.js +6 -3
  160. package/lib/internal/template/internal/components/expand-toggle-button/index.js.map +1 -1
  161. package/lib/internal/template/internal/environment.js +2 -2
  162. package/lib/internal/template/internal/environment.json +2 -2
  163. package/lib/internal/template/internal/generated/styles/tokens.d.ts +11 -0
  164. package/lib/internal/template/internal/generated/styles/tokens.js +11 -0
  165. package/lib/internal/template/internal/generated/theming/index.cjs +157 -1
  166. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +582 -5
  167. package/lib/internal/template/internal/generated/theming/index.d.cts +4308 -0
  168. package/lib/internal/template/internal/generated/theming/index.d.ts +99 -0
  169. package/lib/internal/template/internal/generated/theming/index.js +157 -1
  170. package/lib/internal/template/internal/utils/locale/normalize-locale.js +8 -5
  171. package/lib/internal/template/internal/utils/locale/normalize-locale.js.map +1 -1
  172. package/lib/internal/template/package.json +3 -0
  173. package/lib/internal/template/split-panel/bottom.d.ts +2 -1
  174. package/lib/internal/template/split-panel/bottom.d.ts.map +1 -1
  175. package/lib/internal/template/split-panel/bottom.js.map +1 -1
  176. package/lib/internal/template/split-panel/content-props.d.ts +17 -0
  177. package/lib/internal/template/split-panel/content-props.d.ts.map +1 -0
  178. package/lib/internal/template/split-panel/content-props.js +2 -0
  179. package/lib/internal/template/split-panel/content-props.js.map +1 -0
  180. package/lib/internal/template/split-panel/interfaces.d.ts +0 -13
  181. package/lib/internal/template/split-panel/interfaces.d.ts.map +1 -1
  182. package/lib/internal/template/split-panel/interfaces.js.map +1 -1
  183. package/lib/internal/template/split-panel/side.d.ts +2 -1
  184. package/lib/internal/template/split-panel/side.d.ts.map +1 -1
  185. package/lib/internal/template/split-panel/side.js.map +1 -1
  186. package/lib/internal/template/table/body-cell/td-element.d.ts.map +1 -1
  187. package/lib/internal/template/table/body-cell/td-element.js +3 -1
  188. package/lib/internal/template/table/body-cell/td-element.js.map +1 -1
  189. package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
  190. package/lib/internal/template/table/header-cell/index.js +8 -2
  191. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  192. package/lib/internal/template/table/internal.js +1 -1
  193. package/lib/internal/template/table/internal.js.map +1 -1
  194. package/lib/internal/template/test-utils/dom/dialog/index.d.ts +25 -0
  195. package/lib/internal/template/test-utils/dom/dialog/index.js +43 -0
  196. package/lib/internal/template/test-utils/dom/dialog/index.js.map +1 -0
  197. package/lib/internal/template/test-utils/dom/index.d.ts +28 -0
  198. package/lib/internal/template/test-utils/dom/index.js +21 -2
  199. package/lib/internal/template/test-utils/dom/index.js.map +1 -1
  200. package/lib/internal/template/test-utils/selectors/dialog/index.d.ts +25 -0
  201. package/lib/internal/template/test-utils/selectors/dialog/index.js +43 -0
  202. package/lib/internal/template/test-utils/selectors/dialog/index.js.map +1 -0
  203. package/lib/internal/template/test-utils/selectors/index.d.ts +18 -0
  204. package/lib/internal/template/test-utils/selectors/index.js +16 -2
  205. package/lib/internal/template/test-utils/selectors/index.js.map +1 -1
  206. package/lib/internal/template/tree-view/interfaces.d.ts +3 -0
  207. package/lib/internal/template/tree-view/interfaces.d.ts.map +1 -1
  208. package/lib/internal/template/tree-view/interfaces.js.map +1 -1
  209. package/lib/internal/template/tree-view/tree-item/index.d.ts.map +1 -1
  210. package/lib/internal/template/tree-view/tree-item/index.js +3 -1
  211. package/lib/internal/template/tree-view/tree-item/index.js.map +1 -1
  212. package/package.json +1 -1
@@ -10,7 +10,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
10
10
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
11
11
  SPDX-License-Identifier: Apache-2.0
12
12
  */
13
- .awsui_root_gwq0h_ncg4k_13:not(#\9) {
13
+ .awsui_root_gwq0h_1ov8h_13:not(#\9) {
14
14
  border-collapse: separate;
15
15
  border-spacing: 0;
16
16
  box-sizing: border-box;
@@ -45,44 +45,48 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
45
45
  display: block;
46
46
  }
47
47
 
48
- .awsui_expand-button_gwq0h_ncg4k_48:not(#\9) {
48
+ .awsui_expand-button_gwq0h_1ov8h_48:not(#\9) {
49
49
  outline: none;
50
50
  }
51
51
 
52
- .awsui_icon_gwq0h_ncg4k_52:not(#\9) {
52
+ .awsui_icon_gwq0h_1ov8h_52:not(#\9) {
53
53
  transform: rotate(-90deg);
54
54
  transition: transform var(--motion-duration-rotate-90-de2qw0, 135ms) var(--motion-easing-rotate-90-mfea51, cubic-bezier(0.165, 0.84, 0.44, 1));
55
55
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
56
56
  }
57
57
  @media (prefers-reduced-motion: reduce) {
58
- .awsui_icon_gwq0h_ncg4k_52:not(#\9) {
58
+ .awsui_icon_gwq0h_1ov8h_52:not(#\9) {
59
59
  animation: none;
60
60
  transition: none;
61
61
  }
62
62
  }
63
- .awsui-motion-disabled .awsui_icon_gwq0h_ncg4k_52:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_ncg4k_52:not(#\9) {
63
+ .awsui-motion-disabled .awsui_icon_gwq0h_1ov8h_52:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1ov8h_52:not(#\9) {
64
64
  animation: none;
65
65
  transition: none;
66
66
  }
67
- .awsui_icon_gwq0h_ncg4k_52.awsui_expanded_gwq0h_ncg4k_67:not(#\9) {
67
+ .awsui_icon_gwq0h_1ov8h_52.awsui_expanded_gwq0h_1ov8h_67:not(#\9) {
68
68
  transform: rotate(0deg);
69
69
  }
70
- .awsui_icon_gwq0h_ncg4k_52:not(#\9):dir(rtl) {
70
+ .awsui_icon_gwq0h_1ov8h_52:not(#\9):dir(rtl) {
71
71
  transform: rotate(90deg);
72
72
  }
73
- .awsui_icon_gwq0h_ncg4k_52:not(#\9):dir(rtl).awsui_expanded_gwq0h_ncg4k_67 {
73
+ .awsui_icon_gwq0h_1ov8h_52:not(#\9):dir(rtl).awsui_expanded_gwq0h_1ov8h_67 {
74
74
  transform: rotate(0deg);
75
75
  }
76
76
 
77
- .awsui_icon-container_gwq0h_ncg4k_77:not(#\9) {
77
+ .awsui_icon-position_gwq0h_1ov8h_77:not(#\9) {
78
+ position: relative;
79
+ }
80
+
81
+ .awsui_icon-container_gwq0h_1ov8h_81:not(#\9) {
78
82
  position: relative;
79
83
  margin-inline: calc((var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2) calc(var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
80
84
  }
81
- .awsui_icon-container-container_gwq0h_ncg4k_81:not(#\9) {
85
+ .awsui_icon-container-container_gwq0h_1ov8h_85:not(#\9) {
82
86
  margin-inline-end: var(--space-xs-m9b7jf, 8px);
83
87
  }
84
88
 
85
- .awsui_wrapper_gwq0h_ncg4k_85:not(#\9) {
89
+ .awsui_wrapper_gwq0h_1ov8h_89:not(#\9) {
86
90
  box-sizing: border-box;
87
91
  border-block: none;
88
92
  border-inline: none;
@@ -90,116 +94,116 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
94
  line-height: var(--line-height-body-m-5xw6xo, 22px);
91
95
  text-align: start;
92
96
  }
93
- .awsui_wrapper-default_gwq0h_ncg4k_93:not(#\9), .awsui_wrapper-inline_gwq0h_ncg4k_93:not(#\9), .awsui_wrapper-footer_gwq0h_ncg4k_93:not(#\9) {
97
+ .awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9) {
94
98
  border-block: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
95
99
  border-inline: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
96
100
  }
97
- .awsui_wrapper-navigation_gwq0h_ncg4k_97:not(#\9) {
101
+ .awsui_wrapper-navigation_gwq0h_1ov8h_101:not(#\9) {
98
102
  border-inline-start: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
99
103
  }
100
- .awsui_wrapper-navigation_gwq0h_ncg4k_97:not(#\9), .awsui_wrapper-container_gwq0h_ncg4k_100:not(#\9) {
104
+ .awsui_wrapper-navigation_gwq0h_1ov8h_101:not(#\9), .awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9) {
101
105
  display: flex;
102
106
  font-weight: var(--font-weight-heading-s-mu75ca, 700);
103
107
  }
104
- .awsui_wrapper-default_gwq0h_ncg4k_93:not(#\9), .awsui_wrapper-inline_gwq0h_ncg4k_93:not(#\9), .awsui_wrapper-navigation_gwq0h_ncg4k_97:not(#\9), .awsui_wrapper-footer_gwq0h_ncg4k_93:not(#\9), .awsui_wrapper-compact_gwq0h_ncg4k_104:not(#\9) {
108
+ .awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-navigation_gwq0h_1ov8h_101:not(#\9), .awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-compact_gwq0h_1ov8h_108:not(#\9) {
105
109
  color: var(--color-text-expandable-section-default-ae8rte, #545b64);
106
110
  -webkit-font-smoothing: var(--font-smoothing-webkit-dpz0hr, auto);
107
111
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-kjlydy, auto);
108
112
  }
109
- .awsui_wrapper-default_gwq0h_ncg4k_93:not(#\9), .awsui_wrapper-inline_gwq0h_ncg4k_93:not(#\9), .awsui_wrapper-navigation_gwq0h_ncg4k_97:not(#\9), .awsui_wrapper-footer_gwq0h_ncg4k_93:not(#\9) {
113
+ .awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-navigation_gwq0h_1ov8h_101:not(#\9), .awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9) {
110
114
  font-size: var(--font-size-expandable-heading-04ofyn, 14px);
111
115
  letter-spacing: var(--letter-spacing-heading-s-kfu48f, normal);
112
116
  }
113
- .awsui_wrapper-default_gwq0h_ncg4k_93:not(#\9) {
117
+ .awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9) {
114
118
  padding-block: var(--space-scaled-xxs-j00t0m, 4px);
115
119
  padding-inline-end: var(--space-xxs-3o1yoq, 4px);
116
120
  }
117
- .awsui_wrapper-default_gwq0h_ncg4k_93.awsui_header-deprecated_gwq0h_ncg4k_117:not(#\9) {
121
+ .awsui_wrapper-default_gwq0h_1ov8h_97.awsui_header-deprecated_gwq0h_1ov8h_121:not(#\9) {
118
122
  padding-inline-start: var(--space-xxs-3o1yoq, 4px);
119
123
  }
120
- .awsui_wrapper-default_gwq0h_ncg4k_93:not(#\9), .awsui_wrapper-inline_gwq0h_ncg4k_93:not(#\9) {
124
+ .awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9) {
121
125
  transition: border-block-end-color var(--motion-duration-show-quick-24aj9c, 135ms) var(--motion-easing-expandable-content-enter-ufdnuw, ease-out);
122
126
  }
123
- .awsui_wrapper-default_gwq0h_ncg4k_93:not(#\9):not(.awsui_header-deprecated_gwq0h_ncg4k_117), .awsui_wrapper-inline_gwq0h_ncg4k_93:not(#\9):not(.awsui_header-deprecated_gwq0h_ncg4k_117) {
127
+ .awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9):not(.awsui_header-deprecated_gwq0h_1ov8h_121), .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9):not(.awsui_header-deprecated_gwq0h_1ov8h_121) {
124
128
  padding-inline-start: calc(var(--size-icon-normal-311gry, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
125
129
  }
126
130
  @media (prefers-reduced-motion: reduce) {
127
- .awsui_wrapper-default_gwq0h_ncg4k_93:not(#\9), .awsui_wrapper-inline_gwq0h_ncg4k_93:not(#\9) {
131
+ .awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9) {
128
132
  animation: none;
129
133
  transition: none;
130
134
  }
131
135
  }
132
- .awsui-motion-disabled .awsui_wrapper-default_gwq0h_ncg4k_93:not(#\9), .awsui-mode-entering .awsui_wrapper-default_gwq0h_ncg4k_93:not(#\9), .awsui-motion-disabled .awsui_wrapper-inline_gwq0h_ncg4k_93:not(#\9), .awsui-mode-entering .awsui_wrapper-inline_gwq0h_ncg4k_93:not(#\9) {
136
+ .awsui-motion-disabled .awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui-mode-entering .awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui-motion-disabled .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9), .awsui-mode-entering .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9) {
133
137
  animation: none;
134
138
  transition: none;
135
139
  }
136
- .awsui_wrapper-default_gwq0h_ncg4k_93.awsui_wrapper-expanded_gwq0h_ncg4k_136:not(#\9), .awsui_wrapper-inline_gwq0h_ncg4k_93.awsui_wrapper-expanded_gwq0h_ncg4k_136:not(#\9) {
140
+ .awsui_wrapper-default_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9) {
137
141
  padding-block-end: var(--space-scaled-xxs-j00t0m, 4px);
138
142
  border-block-end-color: var(--color-border-expandable-section-default-0tyw84, #eaeded);
139
143
  transition: border-block-end-color var(--motion-duration-expandable-content-enter-ztgfuo, 180ms) var(--motion-easing-expandable-content-enter-ufdnuw, ease-out) calc(var(--motion-duration-expandable-content-enter-ztgfuo, 180ms) / 3);
140
144
  }
141
145
  @media (prefers-reduced-motion: reduce) {
142
- .awsui_wrapper-default_gwq0h_ncg4k_93.awsui_wrapper-expanded_gwq0h_ncg4k_136:not(#\9), .awsui_wrapper-inline_gwq0h_ncg4k_93.awsui_wrapper-expanded_gwq0h_ncg4k_136:not(#\9) {
146
+ .awsui_wrapper-default_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9) {
143
147
  animation: none;
144
148
  transition: none;
145
149
  }
146
150
  }
147
- .awsui-motion-disabled .awsui_wrapper-default_gwq0h_ncg4k_93.awsui_wrapper-expanded_gwq0h_ncg4k_136:not(#\9), .awsui-mode-entering .awsui_wrapper-default_gwq0h_ncg4k_93.awsui_wrapper-expanded_gwq0h_ncg4k_136:not(#\9), .awsui-motion-disabled .awsui_wrapper-inline_gwq0h_ncg4k_93.awsui_wrapper-expanded_gwq0h_ncg4k_136:not(#\9), .awsui-mode-entering .awsui_wrapper-inline_gwq0h_ncg4k_93.awsui_wrapper-expanded_gwq0h_ncg4k_136:not(#\9) {
151
+ .awsui-motion-disabled .awsui_wrapper-default_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9), .awsui-mode-entering .awsui_wrapper-default_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9), .awsui-motion-disabled .awsui_wrapper-inline_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9), .awsui-mode-entering .awsui_wrapper-inline_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9) {
148
152
  animation: none;
149
153
  transition: none;
150
154
  }
151
- .awsui_wrapper-footer_gwq0h_ncg4k_93:not(#\9) {
155
+ .awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9) {
152
156
  padding-block: var(--space-scaled-xxs-j00t0m, 4px);
153
157
  }
154
- .awsui_wrapper-footer_gwq0h_ncg4k_93:not(#\9), .awsui_wrapper-compact_gwq0h_ncg4k_104:not(#\9) {
158
+ .awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-compact_gwq0h_1ov8h_108:not(#\9) {
155
159
  padding-inline-end: 0;
156
160
  }
157
- .awsui_wrapper-footer_gwq0h_ncg4k_93.awsui_header-deprecated_gwq0h_ncg4k_117:not(#\9), .awsui_wrapper-compact_gwq0h_ncg4k_104.awsui_header-deprecated_gwq0h_ncg4k_117:not(#\9) {
161
+ .awsui_wrapper-footer_gwq0h_1ov8h_97.awsui_header-deprecated_gwq0h_1ov8h_121:not(#\9), .awsui_wrapper-compact_gwq0h_1ov8h_108.awsui_header-deprecated_gwq0h_1ov8h_121:not(#\9) {
158
162
  padding-inline-start: 0;
159
163
  }
160
- .awsui_wrapper-footer_gwq0h_ncg4k_93:not(#\9):not(.awsui_header-deprecated_gwq0h_ncg4k_117), .awsui_wrapper-compact_gwq0h_ncg4k_104:not(#\9):not(.awsui_header-deprecated_gwq0h_ncg4k_117) {
164
+ .awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9):not(.awsui_header-deprecated_gwq0h_1ov8h_121), .awsui_wrapper-compact_gwq0h_1ov8h_108:not(#\9):not(.awsui_header-deprecated_gwq0h_1ov8h_121) {
161
165
  padding-inline-start: calc(var(--size-icon-normal-311gry, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
162
166
  }
163
- .awsui_wrapper-container_gwq0h_ncg4k_100:not(#\9) {
167
+ .awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9) {
164
168
  padding-block: var(--space-container-header-top-3txhx4, 12px) var(--space-container-header-bottom-9elagw, 12px);
165
169
  padding-inline-end: var(--space-container-horizontal-quy5ai, 20px);
166
170
  transition: padding-block-end var(--motion-duration-show-quick-24aj9c, 135ms) var(--motion-easing-expandable-content-enter-ufdnuw, ease-out);
167
171
  }
168
172
  @media (prefers-reduced-motion: reduce) {
169
- .awsui_wrapper-container_gwq0h_ncg4k_100:not(#\9) {
173
+ .awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9) {
170
174
  animation: none;
171
175
  transition: none;
172
176
  }
173
177
  }
174
- .awsui-motion-disabled .awsui_wrapper-container_gwq0h_ncg4k_100:not(#\9), .awsui-mode-entering .awsui_wrapper-container_gwq0h_ncg4k_100:not(#\9) {
178
+ .awsui-motion-disabled .awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9), .awsui-mode-entering .awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9) {
175
179
  animation: none;
176
180
  transition: none;
177
181
  }
178
- .awsui_wrapper-container_gwq0h_ncg4k_100:not(#\9):not(.awsui_wrapper-expanded_gwq0h_ncg4k_136) {
182
+ .awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9):not(.awsui_wrapper-expanded_gwq0h_1ov8h_140) {
179
183
  padding-block-end: var(--space-container-header-top-3txhx4, 12px);
180
184
  }
181
- .awsui_wrapper-container_gwq0h_ncg4k_100.awsui_wrapper-not-expanded-without-actions_gwq0h_ncg4k_181:not(#\9) {
185
+ .awsui_wrapper-container_gwq0h_1ov8h_104.awsui_wrapper-not-expanded-without-actions_gwq0h_1ov8h_185:not(#\9) {
182
186
  padding-block-end: calc(var(--space-container-header-top-3txhx4, 12px) + var(--space-scaled-xxs-j00t0m, 4px));
183
187
  }
184
- .awsui_wrapper-container_gwq0h_ncg4k_100.awsui_header-deprecated_gwq0h_ncg4k_117:not(#\9) {
188
+ .awsui_wrapper-container_gwq0h_1ov8h_104.awsui_header-deprecated_gwq0h_1ov8h_121:not(#\9) {
185
189
  padding-inline-start: var(--space-container-horizontal-quy5ai, 20px);
186
190
  }
187
- .awsui_wrapper-container_gwq0h_ncg4k_100:not(#\9):not(.awsui_header-deprecated_gwq0h_ncg4k_117) {
191
+ .awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9):not(.awsui_header-deprecated_gwq0h_1ov8h_121) {
188
192
  padding-inline-start: calc(var(--space-container-horizontal-quy5ai, 20px) + calc(var(--size-icon-medium-0cbske, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xs-m9b7jf, 8px)));
189
193
  }
190
- body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_ncg4k_100:not(#\9):focus {
194
+ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9):focus {
191
195
  padding-block: calc(var(--space-scaled-s-2crg2b, 12px) - var(--border-divider-section-width-dlkb8v, 1px));
192
196
  padding-inline: calc(var(--space-l-dpyxli, 20px) - var(--border-divider-section-width-dlkb8v, 1px));
193
197
  }
194
198
 
195
- .awsui_header_gwq0h_ncg4k_117:not(#\9) {
199
+ .awsui_header_gwq0h_1ov8h_121:not(#\9) {
196
200
  /* used in test-utils */
197
201
  }
198
- .awsui_header-wrapper_gwq0h_ncg4k_198:not(#\9), .awsui_header-deprecated_gwq0h_ncg4k_117:not(#\9) {
202
+ .awsui_header-wrapper_gwq0h_1ov8h_202:not(#\9), .awsui_header-deprecated_gwq0h_1ov8h_121:not(#\9) {
199
203
  display: flex;
200
204
  font-weight: var(--font-weight-heading-s-mu75ca, 700);
201
205
  }
202
- .awsui_header-wrapper_gwq0h_ncg4k_198:not(#\9) {
206
+ .awsui_header-wrapper_gwq0h_1ov8h_202:not(#\9) {
203
207
  font-size: inherit;
204
208
  letter-spacing: inherit;
205
209
  margin-block: 0;
@@ -207,7 +211,7 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_ncg4k_100:not
207
211
  padding-block: 0;
208
212
  padding-inline: 0;
209
213
  }
210
- .awsui_header-actions-wrapper_gwq0h_ncg4k_210:not(#\9) {
214
+ .awsui_header-actions-wrapper_gwq0h_1ov8h_214:not(#\9) {
211
215
  display: flex;
212
216
  flex-direction: row;
213
217
  justify-content: space-between;
@@ -215,14 +219,14 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_ncg4k_100:not
215
219
  flex: 1;
216
220
  min-inline-size: 0;
217
221
  }
218
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_ncg4k_218:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_ncg4k_218:not(#\9):focus {
222
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1ov8h_222:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1ov8h_222:not(#\9):focus {
219
223
  position: relative;
220
224
  }
221
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_ncg4k_218:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_ncg4k_218:not(#\9):focus {
225
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1ov8h_222:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1ov8h_222:not(#\9):focus {
222
226
  outline: 2px dotted transparent;
223
227
  outline-offset: calc(0px - 1px);
224
228
  }
225
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_ncg4k_218:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_ncg4k_218:not(#\9):focus::before {
229
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1ov8h_222:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1ov8h_222:not(#\9):focus::before {
226
230
  content: " ";
227
231
  display: block;
228
232
  position: absolute;
@@ -236,21 +240,21 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_ncg4k_218:not(#\9
236
240
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
237
241
  box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
238
242
  }
239
- .awsui_header-button_gwq0h_ncg4k_218:not(#\9) {
243
+ .awsui_header-button_gwq0h_1ov8h_222:not(#\9) {
240
244
  box-sizing: border-box;
241
245
  display: flex;
242
246
  margin-inline-start: calc(-1 * calc(var(--size-icon-normal-311gry, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px)));
243
247
  }
244
- .awsui_header-container-button_gwq0h_ncg4k_218:not(#\9) {
248
+ .awsui_header-container-button_gwq0h_1ov8h_222:not(#\9) {
245
249
  margin-inline-start: calc(-1 * calc(var(--size-icon-medium-0cbske, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xs-m9b7jf, 8px)));
246
250
  }
247
- .awsui_header-container_gwq0h_ncg4k_218:not(#\9) {
251
+ .awsui_header-container_gwq0h_1ov8h_222:not(#\9) {
248
252
  inline-size: 100%;
249
253
  }
250
- .awsui_header-container_gwq0h_ncg4k_218 > .awsui_icon-container_gwq0h_ncg4k_77:not(#\9) {
254
+ .awsui_header-container_gwq0h_1ov8h_222 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9) {
251
255
  margin-block-start: var(--space-expandable-section-icon-offset-top-ggjci7, 8px);
252
256
  }
253
- .awsui_header-navigation_gwq0h_ncg4k_253 > .awsui_icon-container_gwq0h_ncg4k_77:not(#\9) {
257
+ .awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9) {
254
258
  display: inline-flex;
255
259
  cursor: pointer;
256
260
  color: var(--color-text-expandable-section-navigation-icon-default-hmowzn, #879596);
@@ -263,25 +267,25 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_ncg4k_218:not(#\9
263
267
  text-decoration: none;
264
268
  flex-direction: column;
265
269
  }
266
- .awsui_header-navigation_gwq0h_ncg4k_253 > .awsui_icon-container_gwq0h_ncg4k_77:not(#\9):not(.awsui_icon-container-end_gwq0h_ncg4k_266) {
270
+ .awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9):not(.awsui_icon-container-end_gwq0h_1ov8h_270) {
267
271
  padding-inline-start: calc(24px - var(--size-icon-normal-311gry, 16px));
268
272
  margin-inline-start: calc((var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 - calc(24px - var(--size-icon-normal-311gry, 16px)));
269
273
  }
270
- .awsui_header-navigation_gwq0h_ncg4k_253 > .awsui_icon-container_gwq0h_ncg4k_77.awsui_icon-container-end_gwq0h_ncg4k_266:not(#\9) {
274
+ .awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81.awsui_icon-container-end_gwq0h_1ov8h_270:not(#\9) {
271
275
  padding-inline-end: calc(24px - var(--size-icon-normal-311gry, 16px));
272
276
  margin-inline-end: calc(-1 * calc(24px - var(--size-icon-normal-311gry, 16px)));
273
277
  }
274
- .awsui_header-navigation_gwq0h_ncg4k_253 > .awsui_icon-container_gwq0h_ncg4k_77:not(#\9):hover {
278
+ .awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9):hover {
275
279
  color: var(--color-text-expandable-section-hover-spaa5r, #16191f);
276
280
  }
277
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_ncg4k_253 > .awsui_icon-container_gwq0h_ncg4k_77:not(#\9):focus {
281
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9):focus {
278
282
  position: relative;
279
283
  }
280
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_ncg4k_253 > .awsui_icon-container_gwq0h_ncg4k_77:not(#\9):focus {
284
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9):focus {
281
285
  outline: 2px dotted transparent;
282
286
  outline-offset: calc(2px - 1px);
283
287
  }
284
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_ncg4k_253 > .awsui_icon-container_gwq0h_ncg4k_77:not(#\9):focus::before {
288
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9):focus::before {
285
289
  content: " ";
286
290
  display: block;
287
291
  position: absolute;
@@ -295,64 +299,64 @@ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_ncg4k_253 > .
295
299
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
296
300
  box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
297
301
  }
298
- .awsui_header-text_gwq0h_ncg4k_298:not(#\9) {
302
+ .awsui_header-text_gwq0h_1ov8h_302:not(#\9) {
299
303
  /* used in test-utils */
300
304
  }
301
305
 
302
- :not(#\9):not(.awsui_wrapper-compact_gwq0h_ncg4k_104) > .awsui_header-actions-wrapper_gwq0h_ncg4k_210 {
306
+ :not(#\9):not(.awsui_wrapper-compact_gwq0h_1ov8h_108) > .awsui_header-actions-wrapper_gwq0h_1ov8h_214 {
303
307
  flex-wrap: wrap;
304
308
  column-gap: var(--space-xs-m9b7jf, 8px);
305
309
  row-gap: var(--space-scaled-xxxs-n0ri6o, 2px);
306
310
  }
307
311
 
308
- .awsui_content_gwq0h_ncg4k_308:not(#\9) {
312
+ .awsui_content_gwq0h_1ov8h_312:not(#\9) {
309
313
  display: none;
310
314
  }
311
- .awsui_content-expanded_gwq0h_ncg4k_311:not(#\9) {
315
+ .awsui_content-expanded_gwq0h_1ov8h_315:not(#\9) {
312
316
  display: block;
313
317
  }
314
- .awsui_content-compact_gwq0h_ncg4k_314:not(#\9) {
318
+ .awsui_content-compact_gwq0h_1ov8h_318:not(#\9) {
315
319
  padding-inline-start: calc(var(--size-icon-normal-311gry, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
316
320
  }
317
321
 
318
- .awsui_content-inner_gwq0h_ncg4k_318:not(#\9) {
322
+ .awsui_content-inner_gwq0h_1ov8h_322:not(#\9) {
319
323
  /* this comment keeps the class in the style sheet */
320
324
  }
321
325
 
322
- .awsui_content-inner-expanded_gwq0h_ncg4k_322:not(#\9) {
326
+ .awsui_content-inner-expanded_gwq0h_1ov8h_326:not(#\9) {
323
327
  /* this comment keeps the class in the style sheet */
324
328
  }
325
329
 
326
- .awsui_content-inner-settled_gwq0h_ncg4k_326:not(#\9) {
330
+ .awsui_content-inner-settled_gwq0h_1ov8h_330:not(#\9) {
327
331
  /* this comment keeps the class in the style sheet */
328
332
  }
329
333
 
330
- .awsui_content-inner-body-default_gwq0h_ncg4k_330:not(#\9), .awsui_content-inner-body-inline_gwq0h_ncg4k_330:not(#\9) {
334
+ .awsui_content-inner-body-default_gwq0h_1ov8h_334:not(#\9), .awsui_content-inner-body-inline_gwq0h_1ov8h_334:not(#\9) {
331
335
  padding-block: var(--space-scaled-xs-pajbd1, 8px);
332
336
  }
333
- .awsui_content-inner-body-footer_gwq0h_ncg4k_333:not(#\9) {
337
+ .awsui_content-inner-body-footer_gwq0h_1ov8h_337:not(#\9) {
334
338
  padding-block: var(--space-xs-m9b7jf, 8px);
335
339
  }
336
- .awsui_content-inner-body-container_gwq0h_ncg4k_336:not(#\9) {
340
+ .awsui_content-inner-body-container_gwq0h_1ov8h_340:not(#\9) {
337
341
  padding-block: var(--space-container-content-top-ryubqz, 16px) var(--space-scaled-l-33ruz6, 20px);
338
342
  padding-inline: var(--space-container-horizontal-quy5ai, 20px);
339
343
  }
340
344
 
341
- .awsui_disable-header-paddings_gwq0h_ncg4k_341:not(#\9) {
345
+ .awsui_disable-header-paddings_gwq0h_1ov8h_345:not(#\9) {
342
346
  padding-block: 0;
343
347
  padding-inline: 0;
344
348
  }
345
349
 
346
- .awsui_disable-content-paddings_gwq0h_ncg4k_346:not(#\9) {
350
+ .awsui_disable-content-paddings_gwq0h_1ov8h_350:not(#\9) {
347
351
  padding-block: 0;
348
352
  padding-inline: 0;
349
353
  }
350
354
 
351
- .awsui_focusable_gwq0h_ncg4k_351:not(#\9):focus {
355
+ .awsui_focusable_gwq0h_1ov8h_355:not(#\9):focus {
352
356
  outline: none;
353
357
  text-decoration: none;
354
358
  }
355
- body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_ncg4k_351:not(#\9):focus {
359
+ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1ov8h_355:not(#\9):focus {
356
360
  outline: 2px dotted transparent;
357
361
  border-block: var(--border-width-button-lffd4t, 1px) solid var(--color-border-item-focused-sewkzn, #0073bb);
358
362
  border-inline: var(--border-width-button-lffd4t, 1px) solid var(--color-border-item-focused-sewkzn, #0073bb);
@@ -363,45 +367,45 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_ncg4k_351:not(#\9):fo
363
367
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-iijyo6, 1px) var(--color-border-item-focused-sewkzn, #0073bb);
364
368
  }
365
369
 
366
- .awsui_click-target_gwq0h_ncg4k_366:not(#\9) {
370
+ .awsui_click-target_gwq0h_1ov8h_370:not(#\9) {
367
371
  cursor: pointer;
368
372
  }
369
- .awsui_click-target_gwq0h_ncg4k_366:not(#\9):not(.awsui_wrapper-container_gwq0h_ncg4k_100):not(.awsui_header-container-button_gwq0h_ncg4k_218):hover {
373
+ .awsui_click-target_gwq0h_1ov8h_370:not(#\9):not(.awsui_wrapper-container_gwq0h_1ov8h_104):not(.awsui_header-container-button_gwq0h_1ov8h_222):hover {
370
374
  color: var(--color-text-expandable-section-hover-spaa5r, #16191f);
371
375
  }
372
376
 
373
- .awsui_header-icon-end_gwq0h_ncg4k_373.awsui_wrapper-default_gwq0h_ncg4k_93:not(#\9), .awsui_header-icon-end_gwq0h_ncg4k_373.awsui_wrapper-inline_gwq0h_ncg4k_93:not(#\9), .awsui_header-icon-end_gwq0h_ncg4k_373.awsui_wrapper-footer_gwq0h_ncg4k_93:not(#\9), .awsui_header-icon-end_gwq0h_ncg4k_373.awsui_wrapper-compact_gwq0h_ncg4k_104:not(#\9) {
377
+ .awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9), .awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9), .awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-compact_gwq0h_1ov8h_108:not(#\9) {
374
378
  padding-inline-start: 0;
375
379
  }
376
- .awsui_header-icon-end_gwq0h_ncg4k_373.awsui_wrapper-navigation_gwq0h_ncg4k_97:not(#\9) {
380
+ .awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-navigation_gwq0h_1ov8h_101:not(#\9) {
377
381
  justify-content: space-between;
378
382
  align-items: flex-start;
379
383
  column-gap: var(--space-xs-m9b7jf, 8px);
380
384
  }
381
- .awsui_header-icon-end_gwq0h_ncg4k_373.awsui_wrapper-container_gwq0h_ncg4k_100:not(#\9), .awsui_header-icon-end_gwq0h_ncg4k_373.awsui_wrapper-default_gwq0h_ncg4k_93:not(#\9) {
385
+ .awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9), .awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9) {
382
386
  display: flex;
383
387
  align-items: flex-start;
384
388
  column-gap: var(--space-m-n8iq8o, 16px);
385
389
  }
386
- .awsui_header-icon-end_gwq0h_ncg4k_373.awsui_wrapper-container_gwq0h_ncg4k_100:not(#\9):not(.awsui_header-deprecated_gwq0h_ncg4k_117) {
390
+ .awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9):not(.awsui_header-deprecated_gwq0h_1ov8h_121) {
387
391
  padding-inline-start: var(--space-container-horizontal-quy5ai, 20px);
388
392
  }
389
393
 
390
- .awsui_header-button-icon-end_gwq0h_ncg4k_390:not(#\9) {
394
+ .awsui_header-button-icon-end_gwq0h_1ov8h_394:not(#\9) {
391
395
  margin-inline-start: 0;
392
396
  column-gap: var(--space-xs-m9b7jf, 8px);
393
397
  justify-content: space-between;
394
398
  }
395
- .awsui_header-button-icon-end_gwq0h_ncg4k_390:not(#\9):not(.awsui_header-container-button_gwq0h_ncg4k_218) {
399
+ .awsui_header-button-icon-end_gwq0h_1ov8h_394:not(#\9):not(.awsui_header-container-button_gwq0h_1ov8h_222) {
396
400
  display: flex;
397
401
  inline-size: 100%;
398
402
  }
399
- .awsui_header-button-icon-end_gwq0h_ncg4k_390:not(#\9):not(.awsui_header-container-button_gwq0h_ncg4k_218) > .awsui_header-text_gwq0h_ncg4k_298 {
403
+ .awsui_header-button-icon-end_gwq0h_1ov8h_394:not(#\9):not(.awsui_header-container-button_gwq0h_1ov8h_222) > .awsui_header-text_gwq0h_1ov8h_302 {
400
404
  flex: 1;
401
405
  min-inline-size: 0;
402
406
  }
403
407
 
404
- .awsui_icon-container-end_gwq0h_ncg4k_266:not(#\9) {
408
+ .awsui_icon-container-end_gwq0h_1ov8h_270:not(#\9) {
405
409
  margin-inline-start: auto;
406
410
  margin-inline-end: 0;
407
411
  flex-shrink: 0;
@@ -416,14 +420,14 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_ncg4k_351:not(#\9):fo
416
420
  font: inherit;
417
421
  color: inherit;
418
422
  }
419
- body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_ncg4k_266:not(#\9):focus {
423
+ body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1ov8h_270:not(#\9):focus {
420
424
  position: relative;
421
425
  }
422
- body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_ncg4k_266:not(#\9):focus {
426
+ body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1ov8h_270:not(#\9):focus {
423
427
  outline: 2px dotted transparent;
424
428
  outline-offset: calc(2px - 1px);
425
429
  }
426
- body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_ncg4k_266:not(#\9):focus::before {
430
+ body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1ov8h_270:not(#\9):focus::before {
427
431
  content: " ";
428
432
  display: block;
429
433
  position: absolute;
@@ -437,22 +441,22 @@ body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_ncg4k_266:no
437
441
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
438
442
  box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
439
443
  }
440
- .awsui_header-icon-end_gwq0h_ncg4k_373.awsui_wrapper-navigation_gwq0h_ncg4k_97 > .awsui_icon-container-end_gwq0h_ncg4k_266:not(#\9) {
444
+ .awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-navigation_gwq0h_1ov8h_101 > .awsui_icon-container-end_gwq0h_1ov8h_270:not(#\9) {
441
445
  padding-block-start: calc((var(--size-side-navigation-item-height-4tugsp, 28px) - var(--line-height-body-m-5xw6xo, 22px)) / 2);
442
446
  }
443
447
 
444
- .awsui_header-content_gwq0h_ncg4k_444:not(#\9) {
448
+ .awsui_header-content_gwq0h_1ov8h_448:not(#\9) {
445
449
  min-block-size: 0;
446
450
  min-inline-size: 0;
447
451
  }
448
452
 
449
- .awsui_header-icon-end_gwq0h_ncg4k_373 > .awsui_header-content_gwq0h_ncg4k_444:not(#\9),
450
- .awsui_header-icon-end_gwq0h_ncg4k_373 > .awsui_header-navigation-content_gwq0h_ncg4k_450:not(#\9) {
453
+ .awsui_header-icon-end_gwq0h_1ov8h_377 > .awsui_header-content_gwq0h_1ov8h_448:not(#\9),
454
+ .awsui_header-icon-end_gwq0h_1ov8h_377 > .awsui_header-navigation-content_gwq0h_1ov8h_454:not(#\9) {
451
455
  flex: 1;
452
456
  min-inline-size: 0;
453
457
  }
454
458
 
455
- .awsui_disable-header-paddings_gwq0h_ncg4k_341.awsui_wrapper-navigation_gwq0h_ncg4k_97:not(#\9):not(.awsui_header-icon-end_gwq0h_ncg4k_373) > .awsui_icon-container_gwq0h_ncg4k_77 {
459
+ .awsui_disable-header-paddings_gwq0h_1ov8h_345.awsui_wrapper-navigation_gwq0h_1ov8h_101:not(#\9):not(.awsui_header-icon-end_gwq0h_1ov8h_377) > .awsui_icon-container_gwq0h_1ov8h_81 {
456
460
  display: grid;
457
461
  align-items: flex-start;
458
462
  padding-block: calc((var(--size-side-navigation-item-height-4tugsp, 28px) - var(--line-height-body-m-5xw6xo, 22px)) / 2);
@@ -2,48 +2,49 @@
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_gwq0h_ncg4k_13",
6
- "expand-button": "awsui_expand-button_gwq0h_ncg4k_48",
7
- "icon": "awsui_icon_gwq0h_ncg4k_52",
8
- "expanded": "awsui_expanded_gwq0h_ncg4k_67",
9
- "icon-container": "awsui_icon-container_gwq0h_ncg4k_77",
10
- "icon-container-container": "awsui_icon-container-container_gwq0h_ncg4k_81",
11
- "wrapper": "awsui_wrapper_gwq0h_ncg4k_85",
12
- "wrapper-default": "awsui_wrapper-default_gwq0h_ncg4k_93",
13
- "wrapper-inline": "awsui_wrapper-inline_gwq0h_ncg4k_93",
14
- "wrapper-footer": "awsui_wrapper-footer_gwq0h_ncg4k_93",
15
- "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_ncg4k_97",
16
- "wrapper-container": "awsui_wrapper-container_gwq0h_ncg4k_100",
17
- "wrapper-compact": "awsui_wrapper-compact_gwq0h_ncg4k_104",
18
- "header-deprecated": "awsui_header-deprecated_gwq0h_ncg4k_117",
19
- "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_ncg4k_136",
20
- "wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_ncg4k_181",
21
- "header": "awsui_header_gwq0h_ncg4k_117",
22
- "header-wrapper": "awsui_header-wrapper_gwq0h_ncg4k_198",
23
- "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_ncg4k_210",
24
- "header-button": "awsui_header-button_gwq0h_ncg4k_218",
25
- "header-container-button": "awsui_header-container-button_gwq0h_ncg4k_218",
26
- "header-container": "awsui_header-container_gwq0h_ncg4k_218",
27
- "header-navigation": "awsui_header-navigation_gwq0h_ncg4k_253",
28
- "icon-container-end": "awsui_icon-container-end_gwq0h_ncg4k_266",
29
- "header-text": "awsui_header-text_gwq0h_ncg4k_298",
30
- "content": "awsui_content_gwq0h_ncg4k_308",
31
- "content-expanded": "awsui_content-expanded_gwq0h_ncg4k_311",
32
- "content-compact": "awsui_content-compact_gwq0h_ncg4k_314",
33
- "content-inner": "awsui_content-inner_gwq0h_ncg4k_318",
34
- "content-inner-expanded": "awsui_content-inner-expanded_gwq0h_ncg4k_322",
35
- "content-inner-settled": "awsui_content-inner-settled_gwq0h_ncg4k_326",
36
- "content-inner-body-default": "awsui_content-inner-body-default_gwq0h_ncg4k_330",
37
- "content-inner-body-inline": "awsui_content-inner-body-inline_gwq0h_ncg4k_330",
38
- "content-inner-body-footer": "awsui_content-inner-body-footer_gwq0h_ncg4k_333",
39
- "content-inner-body-container": "awsui_content-inner-body-container_gwq0h_ncg4k_336",
40
- "disable-header-paddings": "awsui_disable-header-paddings_gwq0h_ncg4k_341",
41
- "disable-content-paddings": "awsui_disable-content-paddings_gwq0h_ncg4k_346",
42
- "focusable": "awsui_focusable_gwq0h_ncg4k_351",
43
- "click-target": "awsui_click-target_gwq0h_ncg4k_366",
44
- "header-icon-end": "awsui_header-icon-end_gwq0h_ncg4k_373",
45
- "header-button-icon-end": "awsui_header-button-icon-end_gwq0h_ncg4k_390",
46
- "header-content": "awsui_header-content_gwq0h_ncg4k_444",
47
- "header-navigation-content": "awsui_header-navigation-content_gwq0h_ncg4k_450"
5
+ "root": "awsui_root_gwq0h_1ov8h_13",
6
+ "expand-button": "awsui_expand-button_gwq0h_1ov8h_48",
7
+ "icon": "awsui_icon_gwq0h_1ov8h_52",
8
+ "expanded": "awsui_expanded_gwq0h_1ov8h_67",
9
+ "icon-position": "awsui_icon-position_gwq0h_1ov8h_77",
10
+ "icon-container": "awsui_icon-container_gwq0h_1ov8h_81",
11
+ "icon-container-container": "awsui_icon-container-container_gwq0h_1ov8h_85",
12
+ "wrapper": "awsui_wrapper_gwq0h_1ov8h_89",
13
+ "wrapper-default": "awsui_wrapper-default_gwq0h_1ov8h_97",
14
+ "wrapper-inline": "awsui_wrapper-inline_gwq0h_1ov8h_97",
15
+ "wrapper-footer": "awsui_wrapper-footer_gwq0h_1ov8h_97",
16
+ "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_1ov8h_101",
17
+ "wrapper-container": "awsui_wrapper-container_gwq0h_1ov8h_104",
18
+ "wrapper-compact": "awsui_wrapper-compact_gwq0h_1ov8h_108",
19
+ "header-deprecated": "awsui_header-deprecated_gwq0h_1ov8h_121",
20
+ "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_1ov8h_140",
21
+ "wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_1ov8h_185",
22
+ "header": "awsui_header_gwq0h_1ov8h_121",
23
+ "header-wrapper": "awsui_header-wrapper_gwq0h_1ov8h_202",
24
+ "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_1ov8h_214",
25
+ "header-button": "awsui_header-button_gwq0h_1ov8h_222",
26
+ "header-container-button": "awsui_header-container-button_gwq0h_1ov8h_222",
27
+ "header-container": "awsui_header-container_gwq0h_1ov8h_222",
28
+ "header-navigation": "awsui_header-navigation_gwq0h_1ov8h_257",
29
+ "icon-container-end": "awsui_icon-container-end_gwq0h_1ov8h_270",
30
+ "header-text": "awsui_header-text_gwq0h_1ov8h_302",
31
+ "content": "awsui_content_gwq0h_1ov8h_312",
32
+ "content-expanded": "awsui_content-expanded_gwq0h_1ov8h_315",
33
+ "content-compact": "awsui_content-compact_gwq0h_1ov8h_318",
34
+ "content-inner": "awsui_content-inner_gwq0h_1ov8h_322",
35
+ "content-inner-expanded": "awsui_content-inner-expanded_gwq0h_1ov8h_326",
36
+ "content-inner-settled": "awsui_content-inner-settled_gwq0h_1ov8h_330",
37
+ "content-inner-body-default": "awsui_content-inner-body-default_gwq0h_1ov8h_334",
38
+ "content-inner-body-inline": "awsui_content-inner-body-inline_gwq0h_1ov8h_334",
39
+ "content-inner-body-footer": "awsui_content-inner-body-footer_gwq0h_1ov8h_337",
40
+ "content-inner-body-container": "awsui_content-inner-body-container_gwq0h_1ov8h_340",
41
+ "disable-header-paddings": "awsui_disable-header-paddings_gwq0h_1ov8h_345",
42
+ "disable-content-paddings": "awsui_disable-content-paddings_gwq0h_1ov8h_350",
43
+ "focusable": "awsui_focusable_gwq0h_1ov8h_355",
44
+ "click-target": "awsui_click-target_gwq0h_1ov8h_370",
45
+ "header-icon-end": "awsui_header-icon-end_gwq0h_1ov8h_377",
46
+ "header-button-icon-end": "awsui_header-button-icon-end_gwq0h_1ov8h_394",
47
+ "header-content": "awsui_header-content_gwq0h_1ov8h_448",
48
+ "header-navigation-content": "awsui_header-navigation-content_gwq0h_1ov8h_454"
48
49
  };
49
50