@cloudscape-design/components-themeable 3.0.537 → 3.0.538

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 (211) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/alert/styles.scss +23 -15
  3. package/lib/internal/scss/anchor-navigation/styles.scss +21 -12
  4. package/lib/internal/scss/annotation-context/annotation/arrow.scss +20 -15
  5. package/lib/internal/scss/annotation-context/annotation/styles.scss +9 -7
  6. package/lib/internal/scss/app-layout/constants.scss +2 -3
  7. package/lib/internal/scss/app-layout/content-wrapper/styles.scss +7 -7
  8. package/lib/internal/scss/app-layout/drawer/styles.scss +9 -10
  9. package/lib/internal/scss/app-layout/mobile-toolbar/styles.scss +10 -9
  10. package/lib/internal/scss/app-layout/notifications/styles.scss +1 -1
  11. package/lib/internal/scss/app-layout/split-panel/styles.scss +1 -1
  12. package/lib/internal/scss/app-layout/styles.scss +7 -7
  13. package/lib/internal/scss/app-layout/toggles/styles.scss +6 -4
  14. package/lib/internal/scss/app-layout/visual-refresh/background.scss +3 -3
  15. package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +21 -20
  16. package/lib/internal/scss/app-layout/visual-refresh/layout.scss +2 -2
  17. package/lib/internal/scss/app-layout/visual-refresh/main.scss +4 -3
  18. package/lib/internal/scss/app-layout/visual-refresh/mobile-toolbar.scss +7 -6
  19. package/lib/internal/scss/app-layout/visual-refresh/navigation.scss +15 -14
  20. package/lib/internal/scss/app-layout/visual-refresh/notifications.scss +1 -1
  21. package/lib/internal/scss/app-layout/visual-refresh/split-panel.scss +11 -12
  22. package/lib/internal/scss/app-layout/visual-refresh/tools.scss +16 -16
  23. package/lib/internal/scss/app-layout/visual-refresh/trigger-button.scss +22 -13
  24. package/lib/internal/scss/area-chart/styles.scss +3 -2
  25. package/lib/internal/scss/attribute-editor/styles.scss +6 -5
  26. package/lib/internal/scss/autosuggest/styles.scss +2 -2
  27. package/lib/internal/scss/badge/styles.scss +6 -2
  28. package/lib/internal/scss/box/base-styles.scss +4 -2
  29. package/lib/internal/scss/box/layout.scss +2 -0
  30. package/lib/internal/scss/box/text.scss +3 -3
  31. package/lib/internal/scss/breadcrumb-group/item/styles.scss +3 -2
  32. package/lib/internal/scss/breadcrumb-group/styles.scss +16 -9
  33. package/lib/internal/scss/button/styles.scss +2 -1
  34. package/lib/internal/scss/button-dropdown/category-elements/styles.scss +38 -27
  35. package/lib/internal/scss/button-dropdown/item-element/styles.scss +20 -15
  36. package/lib/internal/scss/button-dropdown/mobile-expandable-group/styles.scss +3 -3
  37. package/lib/internal/scss/button-dropdown/styles.scss +17 -14
  38. package/lib/internal/scss/calendar/styles.scss +36 -21
  39. package/lib/internal/scss/cards/styles.scss +57 -30
  40. package/lib/internal/scss/code-editor/ace-editor.scss +12 -12
  41. package/lib/internal/scss/code-editor/pane.scss +23 -21
  42. package/lib/internal/scss/code-editor/resizable-box/styles.scss +5 -5
  43. package/lib/internal/scss/code-editor/styles.scss +38 -30
  44. package/lib/internal/scss/collection-preferences/content-display/content-display-option.scss +18 -10
  45. package/lib/internal/scss/collection-preferences/content-display/styles.scss +5 -3
  46. package/lib/internal/scss/collection-preferences/styles.scss +1 -1
  47. package/lib/internal/scss/collection-preferences/visible-content.scss +11 -8
  48. package/lib/internal/scss/column-layout/flexible-column-layout/styles.scss +4 -5
  49. package/lib/internal/scss/column-layout/styles.scss +15 -9
  50. package/lib/internal/scss/container/shared.scss +1 -3
  51. package/lib/internal/scss/container/styles.scss +62 -50
  52. package/lib/internal/scss/content-layout/styles.scss +4 -4
  53. package/lib/internal/scss/date-picker/styles.scss +3 -3
  54. package/lib/internal/scss/date-range-picker/calendar/grids/styles.scss +29 -18
  55. package/lib/internal/scss/date-range-picker/relative-range/styles.scss +8 -8
  56. package/lib/internal/scss/date-range-picker/styles.scss +26 -21
  57. package/lib/internal/scss/drawer/styles.scss +13 -10
  58. package/lib/internal/scss/expandable-section/styles.scss +41 -36
  59. package/lib/internal/scss/file-upload/dropzone/styles.scss +6 -2
  60. package/lib/internal/scss/file-upload/file-option/styles.scss +7 -7
  61. package/lib/internal/scss/file-upload/styles.scss +1 -1
  62. package/lib/internal/scss/flashbar/collapsible.scss +25 -25
  63. package/lib/internal/scss/flashbar/styles.scss +29 -19
  64. package/lib/internal/scss/form/styles.scss +10 -10
  65. package/lib/internal/scss/form-field/styles.scss +5 -5
  66. package/lib/internal/template/alert/styles.css.js +25 -25
  67. package/lib/internal/template/alert/styles.scoped.css +61 -54
  68. package/lib/internal/template/alert/styles.selectors.js +25 -25
  69. package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
  70. package/lib/internal/template/anchor-navigation/styles.scoped.css +39 -30
  71. package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
  72. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  73. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +57 -49
  74. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  75. package/lib/internal/template/app-layout/content-wrapper/styles.css.js +3 -3
  76. package/lib/internal/template/app-layout/content-wrapper/styles.scoped.css +15 -15
  77. package/lib/internal/template/app-layout/content-wrapper/styles.selectors.js +3 -3
  78. package/lib/internal/template/app-layout/drawer/styles.css.js +12 -12
  79. package/lib/internal/template/app-layout/drawer/styles.scoped.css +29 -30
  80. package/lib/internal/template/app-layout/drawer/styles.selectors.js +12 -12
  81. package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +8 -8
  82. package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +18 -17
  83. package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +8 -8
  84. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  85. package/lib/internal/template/app-layout/notifications/styles.scoped.css +6 -6
  86. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  87. package/lib/internal/template/app-layout/split-panel/styles.css.js +2 -2
  88. package/lib/internal/template/app-layout/split-panel/styles.scoped.css +3 -3
  89. package/lib/internal/template/app-layout/split-panel/styles.selectors.js +2 -2
  90. package/lib/internal/template/app-layout/styles.css.js +16 -16
  91. package/lib/internal/template/app-layout/styles.scoped.css +26 -26
  92. package/lib/internal/template/app-layout/styles.selectors.js +16 -16
  93. package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
  94. package/lib/internal/template/app-layout/toggles/styles.scoped.css +12 -10
  95. package/lib/internal/template/app-layout/toggles/styles.selectors.js +2 -2
  96. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +81 -81
  97. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +279 -261
  98. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +81 -81
  99. package/lib/internal/template/area-chart/styles.css.js +6 -6
  100. package/lib/internal/template/area-chart/styles.scoped.css +12 -11
  101. package/lib/internal/template/area-chart/styles.selectors.js +6 -6
  102. package/lib/internal/template/attribute-editor/styles.css.js +14 -14
  103. package/lib/internal/template/attribute-editor/styles.scoped.css +30 -29
  104. package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
  105. package/lib/internal/template/autosuggest/styles.css.js +3 -3
  106. package/lib/internal/template/autosuggest/styles.scoped.css +5 -5
  107. package/lib/internal/template/autosuggest/styles.selectors.js +3 -3
  108. package/lib/internal/template/badge/styles.css.js +5 -5
  109. package/lib/internal/template/badge/styles.scoped.css +11 -7
  110. package/lib/internal/template/badge/styles.selectors.js +5 -5
  111. package/lib/internal/template/box/styles.css.js +190 -190
  112. package/lib/internal/template/box/styles.scoped.css +244 -240
  113. package/lib/internal/template/box/styles.selectors.js +190 -190
  114. package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
  115. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +20 -19
  116. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
  117. package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
  118. package/lib/internal/template/breadcrumb-group/styles.scoped.css +28 -21
  119. package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
  120. package/lib/internal/template/button/styles.css.js +20 -20
  121. package/lib/internal/template/button/styles.scoped.css +155 -153
  122. package/lib/internal/template/button/styles.selectors.js +20 -20
  123. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +13 -13
  124. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +61 -50
  125. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +13 -13
  126. package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
  127. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +38 -33
  128. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
  129. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  130. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +8 -8
  131. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  132. package/lib/internal/template/button-dropdown/styles.css.js +15 -15
  133. package/lib/internal/template/button-dropdown/styles.scoped.css +39 -36
  134. package/lib/internal/template/button-dropdown/styles.selectors.js +15 -15
  135. package/lib/internal/template/calendar/grid/index.js +1 -1
  136. package/lib/internal/template/calendar/grid/index.js.map +1 -1
  137. package/lib/internal/template/calendar/styles.css.js +18 -18
  138. package/lib/internal/template/calendar/styles.scoped.css +75 -59
  139. package/lib/internal/template/calendar/styles.selectors.js +18 -18
  140. package/lib/internal/template/cards/styles.css.js +40 -40
  141. package/lib/internal/template/cards/styles.scoped.css +126 -99
  142. package/lib/internal/template/cards/styles.selectors.js +40 -40
  143. package/lib/internal/template/code-editor/resizable-box/styles.css.js +3 -3
  144. package/lib/internal/template/code-editor/resizable-box/styles.scoped.css +13 -13
  145. package/lib/internal/template/code-editor/resizable-box/styles.selectors.js +3 -3
  146. package/lib/internal/template/code-editor/styles.css.js +32 -32
  147. package/lib/internal/template/code-editor/styles.scoped.css +258 -246
  148. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  149. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  150. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +40 -30
  151. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  152. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  153. package/lib/internal/template/collection-preferences/styles.scoped.css +79 -66
  154. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  155. package/lib/internal/template/column-layout/flexible-column-layout/styles.css.js +5 -5
  156. package/lib/internal/template/column-layout/flexible-column-layout/styles.scoped.css +8 -9
  157. package/lib/internal/template/column-layout/flexible-column-layout/styles.selectors.js +5 -5
  158. package/lib/internal/template/column-layout/styles.css.js +13 -13
  159. package/lib/internal/template/column-layout/styles.scoped.css +70 -64
  160. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  161. package/lib/internal/template/container/styles.css.js +30 -30
  162. package/lib/internal/template/container/styles.scoped.css +114 -106
  163. package/lib/internal/template/container/styles.selectors.js +30 -30
  164. package/lib/internal/template/content-layout/styles.css.js +7 -7
  165. package/lib/internal/template/content-layout/styles.scoped.css +15 -15
  166. package/lib/internal/template/content-layout/styles.selectors.js +7 -7
  167. package/lib/internal/template/date-picker/styles.css.js +7 -7
  168. package/lib/internal/template/date-picker/styles.scoped.css +12 -12
  169. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  170. package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +25 -25
  171. package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +71 -60
  172. package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
  173. package/lib/internal/template/date-range-picker/relative-range/styles.css.js +9 -9
  174. package/lib/internal/template/date-range-picker/relative-range/styles.scoped.css +21 -21
  175. package/lib/internal/template/date-range-picker/relative-range/styles.selectors.js +9 -9
  176. package/lib/internal/template/date-range-picker/styles.css.js +38 -38
  177. package/lib/internal/template/date-range-picker/styles.scoped.css +72 -67
  178. package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
  179. package/lib/internal/template/drawer/styles.css.js +3 -3
  180. package/lib/internal/template/drawer/styles.scoped.css +21 -18
  181. package/lib/internal/template/drawer/styles.selectors.js +3 -3
  182. package/lib/internal/template/expandable-section/styles.css.js +32 -32
  183. package/lib/internal/template/expandable-section/styles.scoped.css +103 -98
  184. package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
  185. package/lib/internal/template/file-upload/dropzone/styles.css.js +2 -2
  186. package/lib/internal/template/file-upload/dropzone/styles.scoped.css +8 -4
  187. package/lib/internal/template/file-upload/dropzone/styles.selectors.js +2 -2
  188. package/lib/internal/template/file-upload/file-option/styles.css.js +7 -7
  189. package/lib/internal/template/file-upload/file-option/styles.scoped.css +15 -15
  190. package/lib/internal/template/file-upload/file-option/styles.selectors.js +7 -7
  191. package/lib/internal/template/file-upload/styles.css.js +2 -2
  192. package/lib/internal/template/file-upload/styles.scoped.css +4 -4
  193. package/lib/internal/template/file-upload/styles.selectors.js +2 -2
  194. package/lib/internal/template/flashbar/styles.css.js +47 -47
  195. package/lib/internal/template/flashbar/styles.scoped.css +220 -215
  196. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  197. package/lib/internal/template/form/styles.css.js +9 -9
  198. package/lib/internal/template/form/styles.scoped.css +18 -18
  199. package/lib/internal/template/form/styles.selectors.js +9 -9
  200. package/lib/internal/template/form-field/styles.css.js +19 -19
  201. package/lib/internal/template/form-field/styles.scoped.css +34 -34
  202. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  203. package/lib/internal/template/internal/environment.js +1 -1
  204. package/lib/internal/template/internal/environment.json +1 -1
  205. package/lib/internal/template/modal/styles.css.js +23 -23
  206. package/lib/internal/template/modal/styles.scoped.css +39 -39
  207. package/lib/internal/template/modal/styles.selectors.js +23 -23
  208. package/lib/internal/template/tiles/styles.css.js +29 -29
  209. package/lib/internal/template/tiles/styles.scoped.css +97 -91
  210. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  211. package/package.json +1 -1
@@ -94,7 +94,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_root_14iqq_14ovh_97:not(#\9) {
97
+ .awsui_root_14iqq_ptcr2_97:not(#\9) {
98
98
  border-collapse: separate;
99
99
  border-spacing: 0;
100
100
  box-sizing: border-box;
@@ -131,15 +131,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
131
131
  word-wrap: break-word;
132
132
  position: relative;
133
133
  }
134
- .awsui_root_14iqq_14ovh_97.awsui_fit-height_14iqq_14ovh_133:not(#\9) {
134
+ .awsui_root_14iqq_ptcr2_97.awsui_fit-height_14iqq_ptcr2_133:not(#\9) {
135
135
  display: flex;
136
136
  flex-direction: column;
137
- height: 100%;
137
+ block-size: 100%;
138
138
  }
139
- .awsui_root_14iqq_14ovh_97.awsui_fit-height_14iqq_14ovh_133.awsui_with-side-media_14iqq_14ovh_138:not(#\9) {
139
+ .awsui_root_14iqq_ptcr2_97.awsui_fit-height_14iqq_ptcr2_133.awsui_with-side-media_14iqq_ptcr2_138:not(#\9) {
140
140
  flex-direction: row;
141
141
  }
142
- .awsui_root_14iqq_14ovh_97.awsui_variant-default_14iqq_14ovh_141:not(#\9), .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141:not(#\9) {
142
+ .awsui_root_14iqq_ptcr2_97.awsui_variant-default_14iqq_ptcr2_141:not(#\9), .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141:not(#\9) {
143
143
  background-color: var(--color-background-container-content-il2pe5, #ffffff);
144
144
  border-start-start-radius: var(--border-radius-container-jm6teg, 0px);
145
145
  border-start-end-radius: var(--border-radius-container-jm6teg, 0px);
@@ -147,11 +147,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
147
147
  border-end-end-radius: var(--border-radius-container-jm6teg, 0px);
148
148
  box-sizing: border-box;
149
149
  }
150
- .awsui_root_14iqq_14ovh_97.awsui_variant-default_14iqq_14ovh_141.awsui_refresh_14iqq_14ovh_149:not(#\9), .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141.awsui_refresh_14iqq_14ovh_149:not(#\9) {
150
+ .awsui_root_14iqq_ptcr2_97.awsui_variant-default_14iqq_ptcr2_141.awsui_refresh_14iqq_ptcr2_149:not(#\9), .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141.awsui_refresh_14iqq_ptcr2_149:not(#\9) {
151
151
  border-block: solid var(--border-divider-section-width-wl9k66, 1px) var(--color-border-divider-default-in8dkg, #eaeded);
152
152
  border-inline: solid var(--border-divider-section-width-wl9k66, 1px) var(--color-border-divider-default-in8dkg, #eaeded);
153
153
  }
154
- .awsui_root_14iqq_14ovh_97.awsui_variant-default_14iqq_14ovh_141:not(#\9):not(.awsui_refresh_14iqq_14ovh_149)::before, .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141:not(#\9):not(.awsui_refresh_14iqq_14ovh_149)::before {
154
+ .awsui_root_14iqq_ptcr2_97.awsui_variant-default_14iqq_ptcr2_141:not(#\9):not(.awsui_refresh_14iqq_ptcr2_149)::before, .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141:not(#\9):not(.awsui_refresh_14iqq_ptcr2_149)::before {
155
155
  content: "";
156
156
  position: absolute;
157
157
  inset-inline-start: 0px;
@@ -169,7 +169,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
169
169
  border-end-end-radius: var(--border-radius-container-jm6teg, 0px);
170
170
  z-index: 1;
171
171
  }
172
- .awsui_root_14iqq_14ovh_97.awsui_variant-default_14iqq_14ovh_141:not(#\9):not(.awsui_refresh_14iqq_14ovh_149)::after, .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141:not(#\9):not(.awsui_refresh_14iqq_14ovh_149)::after {
172
+ .awsui_root_14iqq_ptcr2_97.awsui_variant-default_14iqq_ptcr2_141:not(#\9):not(.awsui_refresh_14iqq_ptcr2_149)::after, .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141:not(#\9):not(.awsui_refresh_14iqq_ptcr2_149)::after {
173
173
  content: "";
174
174
  position: absolute;
175
175
  inset-inline-start: 0px;
@@ -185,131 +185,139 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
185
185
  border-end-end-radius: var(--border-radius-container-jm6teg, 0px);
186
186
  box-shadow: var(--shadow-container-5104ec, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
187
187
  }
188
- .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141:not(#\9):not(:last-child), .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141:not(#\9):not(:last-child)::before, .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141:not(#\9):not(:last-child)::after {
189
- border-bottom-right-radius: 0;
190
- border-bottom-left-radius: 0;
191
- border-bottom-width: 0;
188
+ .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141:not(#\9):not(:last-child), .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141:not(#\9):not(:last-child)::before, .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141:not(#\9):not(:last-child)::after {
189
+ border-end-end-radius: 0;
190
+ border-end-start-radius: 0;
191
+ border-block-end-width: 0;
192
192
  }
193
- .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141 + .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141:not(#\9), .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141 + .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141:not(#\9)::before, .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141 + .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141:not(#\9)::after {
194
- border-top-left-radius: 0;
195
- border-top-right-radius: 0;
193
+ .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141 + .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141:not(#\9), .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141 + .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141:not(#\9)::before, .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141 + .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141:not(#\9)::after {
194
+ border-start-start-radius: 0;
195
+ border-start-end-radius: 0;
196
196
  }
197
- .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141 + .awsui_root_14iqq_14ovh_97.awsui_variant-stacked_14iqq_14ovh_141:not(#\9):not(.awsui_refresh_14iqq_14ovh_149)::before {
198
- border-top: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
197
+ .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141 + .awsui_root_14iqq_ptcr2_97.awsui_variant-stacked_14iqq_ptcr2_141:not(#\9):not(.awsui_refresh_14iqq_ptcr2_149)::before {
198
+ border-block-start: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
199
199
  }
200
- .awsui_root_14iqq_14ovh_97.awsui_sticky-enabled_14iqq_14ovh_199:not(#\9):not(.awsui_refresh_14iqq_14ovh_149)::before {
201
- top: calc(-1 * var(--border-container-top-width-s1x6t0, 1px));
200
+ .awsui_root_14iqq_ptcr2_97.awsui_sticky-enabled_14iqq_ptcr2_199:not(#\9):not(.awsui_refresh_14iqq_ptcr2_149)::before {
201
+ inset-block-start: calc(-1 * var(--border-container-top-width-s1x6t0, 1px));
202
202
  }
203
- .awsui_root_14iqq_14ovh_97.awsui_sticky-enabled_14iqq_14ovh_199:not(#\9):not(.awsui_refresh_14iqq_14ovh_149).awsui_variant-stacked_14iqq_14ovh_141::before {
204
- top: calc(-1 * var(--border-divider-section-width-wl9k66, 1px));
203
+ .awsui_root_14iqq_ptcr2_97.awsui_sticky-enabled_14iqq_ptcr2_199:not(#\9):not(.awsui_refresh_14iqq_ptcr2_149).awsui_variant-stacked_14iqq_ptcr2_141::before {
204
+ inset-block-start: calc(-1 * var(--border-divider-section-width-wl9k66, 1px));
205
205
  }
206
206
 
207
- .awsui_with-side-media_14iqq_14ovh_138:not(#\9) {
207
+ .awsui_with-side-media_14iqq_ptcr2_138:not(#\9) {
208
208
  display: flex;
209
209
  flex-direction: row;
210
210
  }
211
211
 
212
- .awsui_with-top-media_14iqq_14ovh_211:not(#\9) {
212
+ .awsui_with-top-media_14iqq_ptcr2_211:not(#\9) {
213
213
  display: flex;
214
214
  flex-direction: column;
215
215
  }
216
216
 
217
- .awsui_content-wrapper_14iqq_14ovh_216:not(#\9) {
217
+ .awsui_content-wrapper_14iqq_ptcr2_216:not(#\9) {
218
218
  display: flex;
219
219
  flex-direction: column;
220
- width: 100%;
220
+ inline-size: 100%;
221
221
  }
222
- .awsui_content-wrapper-fit-height_14iqq_14ovh_221:not(#\9) {
223
- height: 100%;
222
+ .awsui_content-wrapper-fit-height_14iqq_ptcr2_221:not(#\9) {
223
+ block-size: 100%;
224
224
  overflow: hidden;
225
225
  }
226
226
 
227
- .awsui_media_14iqq_14ovh_226:not(#\9) {
227
+ .awsui_media_14iqq_ptcr2_226:not(#\9) {
228
228
  overflow: hidden;
229
229
  flex-shrink: 0;
230
230
  }
231
- .awsui_media_14iqq_14ovh_226 img:not(#\9),
232
- .awsui_media_14iqq_14ovh_226 video:not(#\9),
233
- .awsui_media_14iqq_14ovh_226 picture:not(#\9) {
234
- width: 100%;
235
- height: 100%;
231
+ .awsui_media_14iqq_ptcr2_226 img:not(#\9),
232
+ .awsui_media_14iqq_ptcr2_226 video:not(#\9),
233
+ .awsui_media_14iqq_ptcr2_226 picture:not(#\9) {
234
+ inline-size: 100%;
235
+ block-size: 100%;
236
236
  object-fit: cover;
237
237
  object-position: center;
238
238
  }
239
- .awsui_media_14iqq_14ovh_226 iframe:not(#\9) {
240
- width: 100%;
241
- height: 100%;
242
- border: 0;
239
+ .awsui_media_14iqq_ptcr2_226 iframe:not(#\9) {
240
+ inline-size: 100%;
241
+ block-size: 100%;
242
+ border-block: 0;
243
+ border-inline: 0;
243
244
  }
244
- .awsui_media-top_14iqq_14ovh_243:not(#\9) {
245
- max-height: 66%;
246
- border-top-left-radius: calc(var(--border-radius-container-jm6teg, 0px) - 1px);
247
- border-top-right-radius: calc(var(--border-radius-container-jm6teg, 0px) - 1px);
245
+ .awsui_media-top_14iqq_ptcr2_244:not(#\9) {
246
+ max-block-size: 66%;
247
+ border-start-start-radius: calc(var(--border-radius-container-jm6teg, 0px) - 1px);
248
+ border-start-end-radius: calc(var(--border-radius-container-jm6teg, 0px) - 1px);
248
249
  }
249
- .awsui_media-side_14iqq_14ovh_248:not(#\9) {
250
- max-width: 66%;
251
- border-top-left-radius: calc(var(--border-radius-container-jm6teg, 0px) - 1px);
252
- border-bottom-left-radius: calc(var(--border-radius-container-jm6teg, 0px) - 1px);
250
+ .awsui_media-side_14iqq_ptcr2_249:not(#\9) {
251
+ max-inline-size: 66%;
252
+ border-start-start-radius: calc(var(--border-radius-container-jm6teg, 0px) - 1px);
253
+ border-end-start-radius: calc(var(--border-radius-container-jm6teg, 0px) - 1px);
253
254
  }
254
255
 
255
- .awsui_header_14iqq_14ovh_254:not(#\9) {
256
+ .awsui_header_14iqq_ptcr2_255:not(#\9) {
256
257
  background-color: var(--color-background-container-header-ni4jv3, #fafafa);
257
- border-top-left-radius: var(--border-radius-container-jm6teg, 0px);
258
- border-top-right-radius: var(--border-radius-container-jm6teg, 0px);
258
+ border-start-start-radius: var(--border-radius-container-jm6teg, 0px);
259
+ border-start-end-radius: var(--border-radius-container-jm6teg, 0px);
259
260
  }
260
- .awsui_header_14iqq_14ovh_254.awsui_header-with-media_14iqq_14ovh_259:not(#\9) {
261
+ .awsui_header_14iqq_ptcr2_255.awsui_header-with-media_14iqq_ptcr2_260:not(#\9) {
261
262
  background: none;
262
263
  }
263
- .awsui_header_14iqq_14ovh_254.awsui_header-with-media_14iqq_14ovh_259:not(#\9):not(:empty) {
264
- border-bottom: none;
264
+ .awsui_header_14iqq_ptcr2_255.awsui_header-with-media_14iqq_ptcr2_260:not(#\9):not(:empty) {
265
+ border-block-end: none;
265
266
  }
266
- .awsui_header-sticky-disabled_14iqq_14ovh_265:not(#\9) {
267
+ .awsui_header-sticky-disabled_14iqq_ptcr2_266:not(#\9) {
267
268
  position: relative;
268
269
  z-index: 1;
269
270
  }
270
- .awsui_header-sticky-enabled_14iqq_14ovh_269:not(#\9) {
271
- top: 0;
271
+ .awsui_header-sticky-enabled_14iqq_ptcr2_270:not(#\9) {
272
+ inset-block-start: 0;
272
273
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
273
274
  position: sticky;
274
275
  z-index: 800;
275
276
  }
276
- .awsui_header-stuck_14iqq_14ovh_275:not(#\9) {
277
- border-radius: 0;
277
+ .awsui_header-stuck_14iqq_ptcr2_276:not(#\9) {
278
+ border-start-start-radius: 0;
279
+ border-start-end-radius: 0;
280
+ border-end-start-radius: 0;
281
+ border-end-end-radius: 0;
278
282
  }
279
- .awsui_header-stuck_14iqq_14ovh_275:not(#\9)::before {
280
- border: 0;
283
+ .awsui_header-stuck_14iqq_ptcr2_276:not(#\9)::before {
284
+ border-block: 0;
285
+ border-inline: 0;
281
286
  }
282
- .awsui_header-stuck_14iqq_14ovh_275:not(#\9):not(.awsui_header-variant-cards_14iqq_14ovh_281) {
287
+ .awsui_header-stuck_14iqq_ptcr2_276:not(#\9):not(.awsui_header-variant-cards_14iqq_ptcr2_286) {
283
288
  box-shadow: var(--shadow-sticky-embedded-f9wivk, 0px 1px 4px -2px rgba(0, 28, 36, 0.5));
284
289
  }
285
- .awsui_header-dynamic-height_14iqq_14ovh_284.awsui_header-stuck_14iqq_14ovh_275:not(#\9) {
286
- margin-bottom: calc(var(--line-height-heading-xl-v9hsvt, 36px) - var(--line-height-heading-l-vog8w7, 22px));
290
+ .awsui_header-dynamic-height_14iqq_ptcr2_289.awsui_header-stuck_14iqq_ptcr2_276:not(#\9) {
291
+ margin-block-end: calc(var(--line-height-heading-xl-v9hsvt, 36px) - var(--line-height-heading-l-vog8w7, 22px));
287
292
  }
288
- .awsui_header_14iqq_14ovh_254:not(#\9):not(:empty) {
289
- border-bottom: var(--border-container-sticky-width-xo3q2l, 1px) solid var(--color-border-container-divider-gl15p9, #eaeded);
293
+ .awsui_header_14iqq_ptcr2_255:not(#\9):not(:empty) {
294
+ border-block-end: var(--border-container-sticky-width-xo3q2l, 1px) solid var(--color-border-container-divider-gl15p9, #eaeded);
290
295
  }
291
- .awsui_header_14iqq_14ovh_254.awsui_with-paddings_14iqq_14ovh_290:not(#\9) {
292
- padding: var(--space-container-header-top-bomjbu, 12px) var(--space-container-horizontal-oebwqe, 20px) var(--space-container-header-bottom-qqnwwz, 12px);
296
+ .awsui_header_14iqq_ptcr2_255.awsui_with-paddings_14iqq_ptcr2_295:not(#\9) {
297
+ padding-block-start: var(--space-container-header-top-bomjbu, 12px);
298
+ padding-block-end: var(--space-container-header-bottom-qqnwwz, 12px);
299
+ padding-inline: var(--space-container-horizontal-oebwqe, 20px);
293
300
  }
294
- .awsui_header_14iqq_14ovh_254.awsui_with-paddings_14iqq_14ovh_290.awsui_header-variant-cards_14iqq_14ovh_281:not(#\9) {
295
- padding: var(--space-container-header-top-bomjbu, 12px) var(--space-container-horizontal-oebwqe, 20px);
301
+ .awsui_header_14iqq_ptcr2_255.awsui_with-paddings_14iqq_ptcr2_295.awsui_header-variant-cards_14iqq_ptcr2_286:not(#\9) {
302
+ padding-block: var(--space-container-header-top-bomjbu, 12px);
303
+ padding-inline: var(--space-container-horizontal-oebwqe, 20px);
296
304
  }
297
- .awsui_header_14iqq_14ovh_254.awsui_with-hidden-content_14iqq_14ovh_296:not(#\9) {
298
- border-bottom-left-radius: var(--border-radius-container-jm6teg, 0px);
299
- border-bottom-right-radius: var(--border-radius-container-jm6teg, 0px);
305
+ .awsui_header_14iqq_ptcr2_255.awsui_with-hidden-content_14iqq_ptcr2_304:not(#\9) {
306
+ border-end-start-radius: var(--border-radius-container-jm6teg, 0px);
307
+ border-end-end-radius: var(--border-radius-container-jm6teg, 0px);
300
308
  }
301
- .awsui_header-variant-cards_14iqq_14ovh_281:not(#\9) {
309
+ .awsui_header-variant-cards_14iqq_ptcr2_286:not(#\9) {
302
310
  border-start-start-radius: var(--border-radius-container-jm6teg, 0px);
303
311
  border-start-end-radius: var(--border-radius-container-jm6teg, 0px);
304
312
  border-end-start-radius: var(--border-radius-container-jm6teg, 0px);
305
313
  border-end-end-radius: var(--border-radius-container-jm6teg, 0px);
306
314
  box-sizing: border-box;
307
315
  }
308
- .awsui_header-variant-cards_14iqq_14ovh_281.awsui_refresh_14iqq_14ovh_149:not(#\9) {
316
+ .awsui_header-variant-cards_14iqq_ptcr2_286.awsui_refresh_14iqq_ptcr2_149:not(#\9) {
309
317
  border-block: solid var(--border-divider-section-width-wl9k66, 1px) var(--color-border-divider-default-in8dkg, #eaeded);
310
318
  border-inline: solid var(--border-divider-section-width-wl9k66, 1px) var(--color-border-divider-default-in8dkg, #eaeded);
311
319
  }
312
- .awsui_header-variant-cards_14iqq_14ovh_281:not(#\9):not(.awsui_refresh_14iqq_14ovh_149)::before {
320
+ .awsui_header-variant-cards_14iqq_ptcr2_286:not(#\9):not(.awsui_refresh_14iqq_ptcr2_149)::before {
313
321
  content: "";
314
322
  position: absolute;
315
323
  inset-inline-start: 0px;
@@ -327,7 +335,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
327
335
  border-end-end-radius: var(--border-radius-container-jm6teg, 0px);
328
336
  z-index: 1;
329
337
  }
330
- .awsui_header-variant-cards_14iqq_14ovh_281:not(#\9):not(.awsui_refresh_14iqq_14ovh_149)::after {
338
+ .awsui_header-variant-cards_14iqq_ptcr2_286:not(#\9):not(.awsui_refresh_14iqq_ptcr2_149)::after {
331
339
  content: "";
332
340
  position: absolute;
333
341
  inset-inline-start: 0px;
@@ -343,70 +351,70 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
343
351
  border-end-end-radius: var(--border-radius-container-jm6teg, 0px);
344
352
  box-shadow: var(--shadow-container-5104ec, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
345
353
  }
346
- .awsui_header-variant-cards_14iqq_14ovh_281:not(#\9):not(.awsui_header-sticky-enabled_14iqq_14ovh_269) {
354
+ .awsui_header-variant-cards_14iqq_ptcr2_286:not(#\9):not(.awsui_header-sticky-enabled_14iqq_ptcr2_270) {
347
355
  position: relative;
348
356
  }
349
- .awsui_header-variant-cards_14iqq_14ovh_281.awsui_header-stuck_14iqq_14ovh_275:not(#\9)::after, .awsui_header-variant-cards_14iqq_14ovh_281.awsui_header-stuck_14iqq_14ovh_275:not(#\9)::before {
350
- border: 0;
351
- border-top-left-radius: 0;
352
- border-top-right-radius: 0;
357
+ .awsui_header-variant-cards_14iqq_ptcr2_286.awsui_header-stuck_14iqq_ptcr2_276:not(#\9)::after, .awsui_header-variant-cards_14iqq_ptcr2_286.awsui_header-stuck_14iqq_ptcr2_276:not(#\9)::before {
358
+ border-block: 0;
359
+ border-inline: 0;
360
+ border-start-start-radius: 0;
361
+ border-start-end-radius: 0;
353
362
  }
354
- .awsui_header-variant-full-page_14iqq_14ovh_353.awsui_header-stuck_14iqq_14ovh_275:not(#\9) {
363
+ .awsui_header-variant-full-page_14iqq_ptcr2_362.awsui_header-stuck_14iqq_ptcr2_276:not(#\9) {
355
364
  box-shadow: none;
356
365
  }
357
- .awsui_header-variant-full-page_14iqq_14ovh_353.awsui_header-stuck_14iqq_14ovh_275:not(#\9)::before {
366
+ .awsui_header-variant-full-page_14iqq_ptcr2_362.awsui_header-stuck_14iqq_ptcr2_276:not(#\9)::before {
358
367
  content: "";
359
368
  position: absolute;
360
369
  pointer-events: none;
361
- right: 0;
362
- left: 0;
363
- bottom: 0;
364
- top: 0;
365
- border-bottom: solid var(--border-divider-section-width-wl9k66, 1px) var(--color-border-divider-default-in8dkg, #eaeded);
370
+ inset-inline-end: 0;
371
+ inset-inline-start: 0;
372
+ inset-block-end: 0;
373
+ inset-block-start: 0;
374
+ border-block-end: solid var(--border-divider-section-width-wl9k66, 1px) var(--color-border-divider-default-in8dkg, #eaeded);
366
375
  }
367
- .awsui_header-variant-full-page_14iqq_14ovh_353.awsui_header-stuck_14iqq_14ovh_275:not(#\9)::after {
376
+ .awsui_header-variant-full-page_14iqq_ptcr2_362.awsui_header-stuck_14iqq_ptcr2_276:not(#\9)::after {
368
377
  content: "";
369
378
  position: absolute;
370
- right: 0;
371
- left: 0;
372
- bottom: 0;
373
- top: 0;
379
+ inset: 0;
374
380
  box-shadow: var(--shadow-sticky-hxu2pv, 0px 1px 4px -2px rgba(0, 28, 36, 0.5));
375
381
  clip-path: polygon(-999% 100%, 999% 100%, 999% 999%, -999% 999%);
376
382
  }
377
- .awsui_header-variant-full-page_14iqq_14ovh_353.awsui_header-stuck_14iqq_14ovh_275:not(#\9):not(.awsui_remove-high-contrast-header_14iqq_14ovh_376)::before {
383
+ .awsui_header-variant-full-page_14iqq_ptcr2_362.awsui_header-stuck_14iqq_ptcr2_276:not(#\9):not(.awsui_remove-high-contrast-header_14iqq_ptcr2_382)::before {
378
384
  content: "";
379
- border-bottom: none;
385
+ border-block-end: none;
380
386
  }
381
387
 
382
388
  /*
383
389
  The dynamic height dark header needs a background that will cover
384
390
  the default white background of the container component.
385
391
  */
386
- .awsui_dark-header_14iqq_14ovh_385:not(#\9) {
392
+ .awsui_dark-header_14iqq_ptcr2_391:not(#\9) {
387
393
  background-color: var(--color-background-layout-main-td853a, #f2f3f3);
388
394
  color: var(--color-text-body-default-ffdwgg, #16191f);
389
395
  }
390
396
 
391
- .awsui_content_14iqq_14ovh_216:not(#\9) {
397
+ .awsui_content_14iqq_ptcr2_216:not(#\9) {
392
398
  flex: 1;
393
399
  }
394
- .awsui_content-fit-height_14iqq_14ovh_393:not(#\9) {
400
+ .awsui_content-fit-height_14iqq_ptcr2_399:not(#\9) {
395
401
  overflow: auto;
396
402
  }
397
- .awsui_content_14iqq_14ovh_216.awsui_with-paddings_14iqq_14ovh_290:not(#\9) {
398
- padding: var(--space-scaled-l-08jb88, 20px) var(--space-container-horizontal-oebwqe, 20px);
403
+ .awsui_content_14iqq_ptcr2_216.awsui_with-paddings_14iqq_ptcr2_295:not(#\9) {
404
+ padding-block: var(--space-scaled-l-08jb88, 20px);
405
+ padding-inline: var(--space-container-horizontal-oebwqe, 20px);
399
406
  }
400
- .awsui_header_14iqq_14ovh_254 + .awsui_content_14iqq_14ovh_216.awsui_with-paddings_14iqq_14ovh_290:not(#\9) {
401
- padding-top: var(--space-container-content-top-dkluz9, 16px);
407
+ .awsui_header_14iqq_ptcr2_255 + .awsui_content_14iqq_ptcr2_216.awsui_with-paddings_14iqq_ptcr2_295:not(#\9) {
408
+ padding-block-start: var(--space-container-content-top-dkluz9, 16px);
402
409
  }
403
- .awsui_header_14iqq_14ovh_254 + .awsui_content_14iqq_14ovh_216.awsui_with-paddings_14iqq_14ovh_290.awsui_content-with-media_14iqq_14ovh_402:not(#\9) {
404
- padding-top: 0;
410
+ .awsui_header_14iqq_ptcr2_255 + .awsui_content_14iqq_ptcr2_216.awsui_with-paddings_14iqq_ptcr2_295.awsui_content-with-media_14iqq_ptcr2_409:not(#\9) {
411
+ padding-block-start: 0;
405
412
  }
406
413
 
407
- .awsui_footer_14iqq_14ovh_406.awsui_with-paddings_14iqq_14ovh_290:not(#\9) {
408
- padding: var(--space-scaled-s-9q8n2q, 12px) var(--space-container-horizontal-oebwqe, 20px);
414
+ .awsui_footer_14iqq_ptcr2_413.awsui_with-paddings_14iqq_ptcr2_295:not(#\9) {
415
+ padding-block: var(--space-scaled-s-9q8n2q, 12px);
416
+ padding-inline: var(--space-container-horizontal-oebwqe, 20px);
409
417
  }
410
- .awsui_footer_14iqq_14ovh_406.awsui_with-divider_14iqq_14ovh_409:not(#\9) {
411
- border-top: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
418
+ .awsui_footer_14iqq_ptcr2_413.awsui_with-divider_14iqq_ptcr2_417:not(#\9) {
419
+ border-block-start: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
412
420
  }
@@ -2,35 +2,35 @@
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_14iqq_14ovh_97",
6
- "fit-height": "awsui_fit-height_14iqq_14ovh_133",
7
- "with-side-media": "awsui_with-side-media_14iqq_14ovh_138",
8
- "variant-default": "awsui_variant-default_14iqq_14ovh_141",
9
- "variant-stacked": "awsui_variant-stacked_14iqq_14ovh_141",
10
- "refresh": "awsui_refresh_14iqq_14ovh_149",
11
- "sticky-enabled": "awsui_sticky-enabled_14iqq_14ovh_199",
12
- "with-top-media": "awsui_with-top-media_14iqq_14ovh_211",
13
- "content-wrapper": "awsui_content-wrapper_14iqq_14ovh_216",
14
- "content-wrapper-fit-height": "awsui_content-wrapper-fit-height_14iqq_14ovh_221",
15
- "media": "awsui_media_14iqq_14ovh_226",
16
- "media-top": "awsui_media-top_14iqq_14ovh_243",
17
- "media-side": "awsui_media-side_14iqq_14ovh_248",
18
- "header": "awsui_header_14iqq_14ovh_254",
19
- "header-with-media": "awsui_header-with-media_14iqq_14ovh_259",
20
- "header-sticky-disabled": "awsui_header-sticky-disabled_14iqq_14ovh_265",
21
- "header-sticky-enabled": "awsui_header-sticky-enabled_14iqq_14ovh_269",
22
- "header-stuck": "awsui_header-stuck_14iqq_14ovh_275",
23
- "header-variant-cards": "awsui_header-variant-cards_14iqq_14ovh_281",
24
- "header-dynamic-height": "awsui_header-dynamic-height_14iqq_14ovh_284",
25
- "with-paddings": "awsui_with-paddings_14iqq_14ovh_290",
26
- "with-hidden-content": "awsui_with-hidden-content_14iqq_14ovh_296",
27
- "header-variant-full-page": "awsui_header-variant-full-page_14iqq_14ovh_353",
28
- "remove-high-contrast-header": "awsui_remove-high-contrast-header_14iqq_14ovh_376",
29
- "dark-header": "awsui_dark-header_14iqq_14ovh_385",
30
- "content": "awsui_content_14iqq_14ovh_216",
31
- "content-fit-height": "awsui_content-fit-height_14iqq_14ovh_393",
32
- "content-with-media": "awsui_content-with-media_14iqq_14ovh_402",
33
- "footer": "awsui_footer_14iqq_14ovh_406",
34
- "with-divider": "awsui_with-divider_14iqq_14ovh_409"
5
+ "root": "awsui_root_14iqq_ptcr2_97",
6
+ "fit-height": "awsui_fit-height_14iqq_ptcr2_133",
7
+ "with-side-media": "awsui_with-side-media_14iqq_ptcr2_138",
8
+ "variant-default": "awsui_variant-default_14iqq_ptcr2_141",
9
+ "variant-stacked": "awsui_variant-stacked_14iqq_ptcr2_141",
10
+ "refresh": "awsui_refresh_14iqq_ptcr2_149",
11
+ "sticky-enabled": "awsui_sticky-enabled_14iqq_ptcr2_199",
12
+ "with-top-media": "awsui_with-top-media_14iqq_ptcr2_211",
13
+ "content-wrapper": "awsui_content-wrapper_14iqq_ptcr2_216",
14
+ "content-wrapper-fit-height": "awsui_content-wrapper-fit-height_14iqq_ptcr2_221",
15
+ "media": "awsui_media_14iqq_ptcr2_226",
16
+ "media-top": "awsui_media-top_14iqq_ptcr2_244",
17
+ "media-side": "awsui_media-side_14iqq_ptcr2_249",
18
+ "header": "awsui_header_14iqq_ptcr2_255",
19
+ "header-with-media": "awsui_header-with-media_14iqq_ptcr2_260",
20
+ "header-sticky-disabled": "awsui_header-sticky-disabled_14iqq_ptcr2_266",
21
+ "header-sticky-enabled": "awsui_header-sticky-enabled_14iqq_ptcr2_270",
22
+ "header-stuck": "awsui_header-stuck_14iqq_ptcr2_276",
23
+ "header-variant-cards": "awsui_header-variant-cards_14iqq_ptcr2_286",
24
+ "header-dynamic-height": "awsui_header-dynamic-height_14iqq_ptcr2_289",
25
+ "with-paddings": "awsui_with-paddings_14iqq_ptcr2_295",
26
+ "with-hidden-content": "awsui_with-hidden-content_14iqq_ptcr2_304",
27
+ "header-variant-full-page": "awsui_header-variant-full-page_14iqq_ptcr2_362",
28
+ "remove-high-contrast-header": "awsui_remove-high-contrast-header_14iqq_ptcr2_382",
29
+ "dark-header": "awsui_dark-header_14iqq_ptcr2_391",
30
+ "content": "awsui_content_14iqq_ptcr2_216",
31
+ "content-fit-height": "awsui_content-fit-height_14iqq_ptcr2_399",
32
+ "content-with-media": "awsui_content-with-media_14iqq_ptcr2_409",
33
+ "footer": "awsui_footer_14iqq_ptcr2_413",
34
+ "with-divider": "awsui_with-divider_14iqq_ptcr2_417"
35
35
  };
36
36
 
@@ -1,12 +1,12 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "layout": "awsui_layout_5gtk3_16z67_99",
5
- "is-visual-refresh": "awsui_is-visual-refresh_5gtk3_16z67_99",
6
- "background": "awsui_background_5gtk3_16z67_102",
7
- "header": "awsui_header_5gtk3_16z67_105",
8
- "is-overlap-disabled": "awsui_is-overlap-disabled_5gtk3_16z67_121",
9
- "content": "awsui_content_5gtk3_16z67_129",
10
- "has-header": "awsui_has-header_5gtk3_16z67_133"
4
+ "layout": "awsui_layout_5gtk3_epevd_99",
5
+ "is-visual-refresh": "awsui_is-visual-refresh_5gtk3_epevd_99",
6
+ "background": "awsui_background_5gtk3_epevd_102",
7
+ "header": "awsui_header_5gtk3_epevd_105",
8
+ "is-overlap-disabled": "awsui_is-overlap-disabled_5gtk3_epevd_121",
9
+ "content": "awsui_content_5gtk3_epevd_129",
10
+ "has-header": "awsui_has-header_5gtk3_epevd_133"
11
11
  };
12
12
 
@@ -96,48 +96,48 @@ visual refresh mode. The padding is still added to the header
96
96
  in this scenario because otherwise the header and child
97
97
  nodes will directly touch with no gap between them.
98
98
  */
99
- .awsui_layout_5gtk3_16z67_99:not(#\9):not(.awsui_is-visual-refresh_5gtk3_16z67_99) {
99
+ .awsui_layout_5gtk3_epevd_99:not(#\9):not(.awsui_is-visual-refresh_5gtk3_epevd_99) {
100
100
  display: contents;
101
101
  }
102
- .awsui_layout_5gtk3_16z67_99:not(#\9):not(.awsui_is-visual-refresh_5gtk3_16z67_99) > .awsui_background_5gtk3_16z67_102 {
102
+ .awsui_layout_5gtk3_epevd_99:not(#\9):not(.awsui_is-visual-refresh_5gtk3_epevd_99) > .awsui_background_5gtk3_epevd_102 {
103
103
  display: none;
104
104
  }
105
- .awsui_layout_5gtk3_16z67_99:not(#\9):not(.awsui_is-visual-refresh_5gtk3_16z67_99) > .awsui_header_5gtk3_16z67_105 {
106
- padding-bottom: var(--space-content-header-padding-bottom-d3iv03, 16px);
105
+ .awsui_layout_5gtk3_epevd_99:not(#\9):not(.awsui_is-visual-refresh_5gtk3_epevd_99) > .awsui_header_5gtk3_epevd_105 {
106
+ padding-block-end: var(--space-content-header-padding-bottom-d3iv03, 16px);
107
107
  }
108
108
 
109
- .awsui_layout_5gtk3_16z67_99.awsui_is-visual-refresh_5gtk3_16z67_99:not(#\9) {
109
+ .awsui_layout_5gtk3_epevd_99.awsui_is-visual-refresh_5gtk3_epevd_99:not(#\9) {
110
110
  display: grid;
111
111
  grid-template-columns: minmax(0, 1fr);
112
112
  grid-template-rows: auto var(--space-dark-header-overlap-distance-f6oo6u, 0px) 1fr;
113
- min-height: 100%;
113
+ min-block-size: 100%;
114
114
  }
115
- .awsui_layout_5gtk3_16z67_99.awsui_is-visual-refresh_5gtk3_16z67_99 > .awsui_background_5gtk3_16z67_102:not(#\9) {
115
+ .awsui_layout_5gtk3_epevd_99.awsui_is-visual-refresh_5gtk3_epevd_99 > .awsui_background_5gtk3_epevd_102:not(#\9) {
116
116
  background-color: var(--color-background-layout-main-td853a, #f2f3f3);
117
117
  grid-column: 1;
118
118
  grid-row: 1/3;
119
119
  color: var(--color-text-body-default-ffdwgg, #16191f);
120
120
  }
121
- .awsui_layout_5gtk3_16z67_99.awsui_is-visual-refresh_5gtk3_16z67_99 > .awsui_background_5gtk3_16z67_102.awsui_is-overlap-disabled_5gtk3_16z67_121:not(#\9) {
121
+ .awsui_layout_5gtk3_epevd_99.awsui_is-visual-refresh_5gtk3_epevd_99 > .awsui_background_5gtk3_epevd_102.awsui_is-overlap-disabled_5gtk3_epevd_121:not(#\9) {
122
122
  grid-row: 1/2;
123
123
  }
124
- .awsui_layout_5gtk3_16z67_99.awsui_is-visual-refresh_5gtk3_16z67_99 > .awsui_header_5gtk3_16z67_105:not(#\9) {
124
+ .awsui_layout_5gtk3_epevd_99.awsui_is-visual-refresh_5gtk3_epevd_99 > .awsui_header_5gtk3_epevd_105:not(#\9) {
125
125
  grid-column: 1;
126
126
  grid-row: 1;
127
- padding-bottom: var(--space-content-header-padding-bottom-d3iv03, 16px);
127
+ padding-block-end: var(--space-content-header-padding-bottom-d3iv03, 16px);
128
128
  }
129
- .awsui_layout_5gtk3_16z67_99.awsui_is-visual-refresh_5gtk3_16z67_99 > .awsui_content_5gtk3_16z67_129:not(#\9) {
129
+ .awsui_layout_5gtk3_epevd_99.awsui_is-visual-refresh_5gtk3_epevd_99 > .awsui_content_5gtk3_epevd_129:not(#\9) {
130
130
  grid-column: 1;
131
131
  grid-row: 2/4;
132
132
  }
133
- .awsui_layout_5gtk3_16z67_99.awsui_is-visual-refresh_5gtk3_16z67_99:not(#\9):not(.awsui_has-header_5gtk3_16z67_133) {
133
+ .awsui_layout_5gtk3_epevd_99.awsui_is-visual-refresh_5gtk3_epevd_99:not(#\9):not(.awsui_has-header_5gtk3_epevd_133) {
134
134
  grid-template-rows: auto calc(
135
135
  var(--space-dark-header-overlap-distance-f6oo6u, 0px) + var(--awsui-container-first-overlap-extension-y98gph, 0px) + var(--awsui-container-first-gap-y98gph, 0px)
136
136
  ) 1fr;
137
137
  }
138
- .awsui_layout_5gtk3_16z67_99.awsui_is-visual-refresh_5gtk3_16z67_99:not(#\9):not(.awsui_has-header_5gtk3_16z67_133) > .awsui_content_5gtk3_16z67_129 {
139
- padding-top: var(--awsui-container-first-gap-y98gph, 0px);
138
+ .awsui_layout_5gtk3_epevd_99.awsui_is-visual-refresh_5gtk3_epevd_99:not(#\9):not(.awsui_has-header_5gtk3_epevd_133) > .awsui_content_5gtk3_epevd_129 {
139
+ padding-block-start: var(--awsui-container-first-gap-y98gph, 0px);
140
140
  }
141
- .awsui_layout_5gtk3_16z67_99.awsui_is-visual-refresh_5gtk3_16z67_99.awsui_is-overlap-disabled_5gtk3_16z67_121:not(#\9) {
141
+ .awsui_layout_5gtk3_epevd_99.awsui_is-visual-refresh_5gtk3_epevd_99.awsui_is-overlap-disabled_5gtk3_epevd_121:not(#\9) {
142
142
  grid-template-rows: auto 0 1fr;
143
143
  }
@@ -2,12 +2,12 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "layout": "awsui_layout_5gtk3_16z67_99",
6
- "is-visual-refresh": "awsui_is-visual-refresh_5gtk3_16z67_99",
7
- "background": "awsui_background_5gtk3_16z67_102",
8
- "header": "awsui_header_5gtk3_16z67_105",
9
- "is-overlap-disabled": "awsui_is-overlap-disabled_5gtk3_16z67_121",
10
- "content": "awsui_content_5gtk3_16z67_129",
11
- "has-header": "awsui_has-header_5gtk3_16z67_133"
5
+ "layout": "awsui_layout_5gtk3_epevd_99",
6
+ "is-visual-refresh": "awsui_is-visual-refresh_5gtk3_epevd_99",
7
+ "background": "awsui_background_5gtk3_epevd_102",
8
+ "header": "awsui_header_5gtk3_epevd_105",
9
+ "is-overlap-disabled": "awsui_is-overlap-disabled_5gtk3_epevd_121",
10
+ "content": "awsui_content_5gtk3_epevd_129",
11
+ "has-header": "awsui_has-header_5gtk3_epevd_133"
12
12
  };
13
13
 
@@ -1,12 +1,12 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_145pa_1dahn_93",
5
- "focus-lock": "awsui_focus-lock_145pa_1dahn_128",
6
- "calendar": "awsui_calendar_145pa_1dahn_132",
7
- "date-picker-container": "awsui_date-picker-container_145pa_1dahn_148",
8
- "date-picker-trigger": "awsui_date-picker-trigger_145pa_1dahn_153",
9
- "date-picker-input": "awsui_date-picker-input_145pa_1dahn_157",
10
- "open-calendar-button": "awsui_open-calendar-button_145pa_1dahn_162"
4
+ "root": "awsui_root_145pa_1pwk7_93",
5
+ "focus-lock": "awsui_focus-lock_145pa_1pwk7_128",
6
+ "calendar": "awsui_calendar_145pa_1pwk7_132",
7
+ "date-picker-container": "awsui_date-picker-container_145pa_1pwk7_148",
8
+ "date-picker-trigger": "awsui_date-picker-trigger_145pa_1pwk7_153",
9
+ "date-picker-input": "awsui_date-picker-input_145pa_1pwk7_157",
10
+ "open-calendar-button": "awsui_open-calendar-button_145pa_1pwk7_162"
11
11
  };
12
12
 
@@ -90,7 +90,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
90
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
- .awsui_root_145pa_1dahn_93:not(#\9) {
93
+ .awsui_root_145pa_1pwk7_93:not(#\9) {
94
94
  border-collapse: separate;
95
95
  border-spacing: 0;
96
96
  box-sizing: border-box;
@@ -126,17 +126,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
126
126
  -moz-osx-font-smoothing: auto;
127
127
  }
128
128
 
129
- .awsui_focus-lock_145pa_1dahn_128:not(#\9) {
129
+ .awsui_focus-lock_145pa_1pwk7_128:not(#\9) {
130
130
  display: contents;
131
131
  }
132
132
 
133
- .awsui_calendar_145pa_1dahn_132:not(#\9) {
133
+ .awsui_calendar_145pa_1pwk7_132:not(#\9) {
134
134
  overflow: auto;
135
135
  }
136
- .awsui_calendar_145pa_1dahn_132:not(#\9):focus {
136
+ .awsui_calendar_145pa_1pwk7_132:not(#\9):focus {
137
137
  outline: none;
138
138
  }
139
- body[data-awsui-focus-visible=true] .awsui_calendar_145pa_1dahn_132:not(#\9):focus {
139
+ body[data-awsui-focus-visible=true] .awsui_calendar_145pa_1pwk7_132:not(#\9):focus {
140
140
  outline: 2px dotted transparent;
141
141
  outline-offset: 2px;
142
142
  border-start-start-radius: var(--border-radius-dropdown-cw0ldi, 0px);
@@ -146,20 +146,20 @@ body[data-awsui-focus-visible=true] .awsui_calendar_145pa_1dahn_132:not(#\9):foc
146
146
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
147
147
  }
148
148
 
149
- .awsui_date-picker-container_145pa_1dahn_148:not(#\9) {
149
+ .awsui_date-picker-container_145pa_1pwk7_148:not(#\9) {
150
150
  position: relative;
151
- max-width: 234px;
151
+ max-inline-size: 234px;
152
152
  }
153
153
 
154
- .awsui_date-picker-trigger_145pa_1dahn_153:not(#\9) {
154
+ .awsui_date-picker-trigger_145pa_1pwk7_153:not(#\9) {
155
155
  display: flex;
156
156
  }
157
157
 
158
- .awsui_date-picker-input_145pa_1dahn_157:not(#\9) {
159
- padding-right: var(--space-xs-xf5ch3, 8px);
160
- width: 100%;
158
+ .awsui_date-picker-input_145pa_1pwk7_157:not(#\9) {
159
+ padding-inline-end: var(--space-xs-xf5ch3, 8px);
160
+ inline-size: 100%;
161
161
  }
162
162
 
163
- .awsui_open-calendar-button_145pa_1dahn_162:not(#\9) {
163
+ .awsui_open-calendar-button_145pa_1pwk7_162:not(#\9) {
164
164
  /* used in test-utils */
165
165
  }