@cloudscape-design/components-themeable 3.0.387 → 3.0.388

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 (260) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/attribute-editor/styles.scss +1 -1
  3. package/lib/internal/scss/badge/styles.scss +1 -1
  4. package/lib/internal/scss/box/base-styles.scss +5 -5
  5. package/lib/internal/scss/code-editor/pane.scss +1 -1
  6. package/lib/internal/scss/code-editor/styles.scss +1 -1
  7. package/lib/internal/scss/container/styles.scss +1 -1
  8. package/lib/internal/scss/expandable-section/styles.scss +5 -5
  9. package/lib/internal/scss/flashbar/collapsible.scss +2 -2
  10. package/lib/internal/scss/header/styles.scss +9 -9
  11. package/lib/internal/scss/icon/mixins.scss +5 -5
  12. package/lib/internal/scss/internal/components/chart-wrapper/styles.scss +2 -2
  13. package/lib/internal/scss/internal/styles/forms/constants.scss +1 -1
  14. package/lib/internal/scss/internal/styles/forms/mixins.scss +1 -1
  15. package/lib/internal/scss/internal/styles/typography/mixins.scss +32 -32
  16. package/lib/internal/scss/pie-chart/constants.scss +3 -3
  17. package/lib/internal/scss/progress-bar/styles.scss +1 -1
  18. package/lib/internal/scss/s3-resource-selector/s3-in-context/styles.scss +1 -1
  19. package/lib/internal/scss/spinner/mixins.scss +3 -3
  20. package/lib/internal/scss/table/header-cell/styles.scss +3 -3
  21. package/lib/internal/scss/table/resizer/styles.scss +1 -1
  22. package/lib/internal/scss/tutorial-panel/components/tutorial-detail-view/styles.scss +1 -1
  23. package/lib/internal/scss/wizard/styles.scss +2 -2
  24. package/lib/internal/template/alert/styles.css.js +25 -25
  25. package/lib/internal/template/alert/styles.scoped.css +43 -43
  26. package/lib/internal/template/alert/styles.selectors.js +25 -25
  27. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  28. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +31 -31
  29. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  30. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +75 -75
  31. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +181 -181
  32. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +75 -75
  33. package/lib/internal/template/attribute-editor/styles.css.js +14 -14
  34. package/lib/internal/template/attribute-editor/styles.scoped.css +32 -32
  35. package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
  36. package/lib/internal/template/badge/styles.css.js +5 -5
  37. package/lib/internal/template/badge/styles.scoped.css +11 -11
  38. package/lib/internal/template/badge/styles.selectors.js +5 -5
  39. package/lib/internal/template/box/styles.css.js +190 -190
  40. package/lib/internal/template/box/styles.scoped.css +296 -296
  41. package/lib/internal/template/box/styles.selectors.js +190 -190
  42. package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
  43. package/lib/internal/template/breadcrumb-group/styles.scoped.css +16 -16
  44. package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
  45. package/lib/internal/template/button/styles.css.js +20 -20
  46. package/lib/internal/template/button/styles.scoped.css +153 -153
  47. package/lib/internal/template/button/styles.selectors.js +20 -20
  48. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  49. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +7 -7
  50. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  51. package/lib/internal/template/calendar/styles.css.js +18 -18
  52. package/lib/internal/template/calendar/styles.scoped.css +45 -45
  53. package/lib/internal/template/calendar/styles.selectors.js +18 -18
  54. package/lib/internal/template/cards/styles.css.js +38 -38
  55. package/lib/internal/template/cards/styles.scoped.css +61 -61
  56. package/lib/internal/template/cards/styles.selectors.js +38 -38
  57. package/lib/internal/template/checkbox/styles.css.js +3 -3
  58. package/lib/internal/template/checkbox/styles.scoped.css +8 -8
  59. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  60. package/lib/internal/template/code-editor/styles.css.js +32 -32
  61. package/lib/internal/template/code-editor/styles.scoped.css +181 -181
  62. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  63. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  64. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +24 -24
  65. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  66. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  67. package/lib/internal/template/collection-preferences/styles.scoped.css +53 -53
  68. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  69. package/lib/internal/template/column-layout/styles.css.js +13 -13
  70. package/lib/internal/template/column-layout/styles.scoped.css +45 -45
  71. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  72. package/lib/internal/template/container/styles.css.js +28 -28
  73. package/lib/internal/template/container/styles.scoped.css +55 -55
  74. package/lib/internal/template/container/styles.selectors.js +28 -28
  75. package/lib/internal/template/date-picker/styles.css.js +7 -7
  76. package/lib/internal/template/date-picker/styles.scoped.css +11 -11
  77. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  78. package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +25 -25
  79. package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +45 -45
  80. package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
  81. package/lib/internal/template/date-range-picker/styles.css.js +38 -38
  82. package/lib/internal/template/date-range-picker/styles.scoped.css +50 -50
  83. package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
  84. package/lib/internal/template/expandable-section/styles.css.js +29 -29
  85. package/lib/internal/template/expandable-section/styles.scoped.css +70 -70
  86. package/lib/internal/template/expandable-section/styles.selectors.js +29 -29
  87. package/lib/internal/template/flashbar/styles.css.js +47 -47
  88. package/lib/internal/template/flashbar/styles.scoped.css +163 -163
  89. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  90. package/lib/internal/template/form/styles.css.js +9 -9
  91. package/lib/internal/template/form/styles.scoped.css +10 -10
  92. package/lib/internal/template/form/styles.selectors.js +9 -9
  93. package/lib/internal/template/form-field/styles.css.js +19 -19
  94. package/lib/internal/template/form-field/styles.scoped.css +39 -39
  95. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  96. package/lib/internal/template/grid/styles.css.js +53 -53
  97. package/lib/internal/template/grid/styles.scoped.css +56 -56
  98. package/lib/internal/template/grid/styles.selectors.js +53 -53
  99. package/lib/internal/template/header/styles.css.js +33 -33
  100. package/lib/internal/template/header/styles.scoped.css +82 -82
  101. package/lib/internal/template/header/styles.selectors.js +33 -33
  102. package/lib/internal/template/help-panel/styles.css.js +4 -4
  103. package/lib/internal/template/help-panel/styles.scoped.css +92 -92
  104. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  105. package/lib/internal/template/icon/styles.css.js +21 -21
  106. package/lib/internal/template/icon/styles.scoped.css +58 -58
  107. package/lib/internal/template/icon/styles.selectors.js +21 -21
  108. package/lib/internal/template/input/styles.css.js +12 -12
  109. package/lib/internal/template/input/styles.scoped.css +36 -36
  110. package/lib/internal/template/input/styles.selectors.js +12 -12
  111. package/lib/internal/template/internal/base-component/styles.scoped.css +49 -49
  112. package/lib/internal/template/internal/components/abstract-switch/styles.css.js +13 -13
  113. package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +22 -22
  114. package/lib/internal/template/internal/components/abstract-switch/styles.selectors.js +13 -13
  115. package/lib/internal/template/internal/components/button-trigger/styles.css.js +9 -9
  116. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +26 -26
  117. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +9 -9
  118. package/lib/internal/template/internal/components/chart-filter/styles.css.js +3 -3
  119. package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +5 -5
  120. package/lib/internal/template/internal/components/chart-filter/styles.selectors.js +3 -3
  121. package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
  122. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +17 -17
  123. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
  124. package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
  125. package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +5 -5
  126. package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
  127. package/lib/internal/template/internal/components/chart-series-details/styles.css.js +5 -5
  128. package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +12 -12
  129. package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +5 -5
  130. package/lib/internal/template/internal/components/chart-series-marker/styles.css.js +5 -5
  131. package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +9 -9
  132. package/lib/internal/template/internal/components/chart-series-marker/styles.selectors.js +5 -5
  133. package/lib/internal/template/internal/components/chart-wrapper/styles.css.js +9 -9
  134. package/lib/internal/template/internal/components/chart-wrapper/styles.scoped.css +13 -13
  135. package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
  136. package/lib/internal/template/internal/components/dropdown/styles.css.js +21 -21
  137. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -38
  138. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +21 -21
  139. package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
  140. package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +5 -5
  141. package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
  142. package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
  143. package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +4 -4
  144. package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
  145. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  146. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +15 -15
  147. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  148. package/lib/internal/template/internal/components/option/styles.css.js +17 -17
  149. package/lib/internal/template/internal/components/option/styles.scoped.css +34 -34
  150. package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
  151. package/lib/internal/template/internal/components/options-list/styles.css.js +2 -2
  152. package/lib/internal/template/internal/components/options-list/styles.scoped.css +4 -4
  153. package/lib/internal/template/internal/components/options-list/styles.selectors.js +2 -2
  154. package/lib/internal/template/internal/components/selectable-item/styles.css.js +16 -16
  155. package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +30 -30
  156. package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +16 -16
  157. package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
  158. package/lib/internal/template/internal/components/token-list/styles.scoped.css +22 -22
  159. package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
  160. package/lib/internal/template/internal/environment.js +1 -1
  161. package/lib/internal/template/internal/environment.json +1 -1
  162. package/lib/internal/template/internal/generated/theming/index.cjs +95 -95
  163. package/lib/internal/template/internal/generated/theming/index.js +95 -95
  164. package/lib/internal/template/link/styles.css.js +20 -20
  165. package/lib/internal/template/link/styles.scoped.css +103 -103
  166. package/lib/internal/template/link/styles.selectors.js +20 -20
  167. package/lib/internal/template/modal/styles.css.js +23 -23
  168. package/lib/internal/template/modal/styles.scoped.css +42 -42
  169. package/lib/internal/template/modal/styles.selectors.js +23 -23
  170. package/lib/internal/template/multiselect/styles.css.js +1 -1
  171. package/lib/internal/template/multiselect/styles.scoped.css +3 -3
  172. package/lib/internal/template/multiselect/styles.selectors.js +1 -1
  173. package/lib/internal/template/pagination/styles.css.js +9 -9
  174. package/lib/internal/template/pagination/styles.scoped.css +25 -25
  175. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  176. package/lib/internal/template/pie-chart/styles.css.js +27 -27
  177. package/lib/internal/template/pie-chart/styles.scoped.css +47 -47
  178. package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
  179. package/lib/internal/template/popover/styles.css.js +50 -50
  180. package/lib/internal/template/popover/styles.scoped.css +75 -75
  181. package/lib/internal/template/popover/styles.selectors.js +50 -50
  182. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  183. package/lib/internal/template/progress-bar/styles.scoped.css +40 -40
  184. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  185. package/lib/internal/template/property-filter/styles.css.js +30 -30
  186. package/lib/internal/template/property-filter/styles.scoped.css +34 -34
  187. package/lib/internal/template/property-filter/styles.selectors.js +30 -30
  188. package/lib/internal/template/radio-group/styles.css.js +9 -9
  189. package/lib/internal/template/radio-group/styles.scoped.css +18 -18
  190. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  191. package/lib/internal/template/s3-resource-selector/s3-in-context/styles.css.js +7 -7
  192. package/lib/internal/template/s3-resource-selector/s3-in-context/styles.scoped.css +9 -9
  193. package/lib/internal/template/s3-resource-selector/s3-in-context/styles.selectors.js +7 -7
  194. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  195. package/lib/internal/template/segmented-control/styles.scoped.css +37 -37
  196. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  197. package/lib/internal/template/select/styles.css.js +1 -1
  198. package/lib/internal/template/select/styles.scoped.css +3 -3
  199. package/lib/internal/template/select/styles.selectors.js +1 -1
  200. package/lib/internal/template/side-navigation/styles.css.js +28 -28
  201. package/lib/internal/template/side-navigation/styles.scoped.css +48 -48
  202. package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
  203. package/lib/internal/template/spinner/styles.css.js +13 -13
  204. package/lib/internal/template/spinner/styles.scoped.css +24 -24
  205. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  206. package/lib/internal/template/split-panel/styles.css.js +56 -56
  207. package/lib/internal/template/split-panel/styles.scoped.css +80 -80
  208. package/lib/internal/template/split-panel/styles.selectors.js +56 -56
  209. package/lib/internal/template/status-indicator/styles.css.js +22 -22
  210. package/lib/internal/template/status-indicator/styles.scoped.css +30 -30
  211. package/lib/internal/template/status-indicator/styles.selectors.js +22 -22
  212. package/lib/internal/template/table/header-cell/styles.css.js +24 -24
  213. package/lib/internal/template/table/header-cell/styles.scoped.css +43 -43
  214. package/lib/internal/template/table/header-cell/styles.selectors.js +24 -24
  215. package/lib/internal/template/table/resizer/styles.css.js +6 -6
  216. package/lib/internal/template/table/resizer/styles.scoped.css +12 -12
  217. package/lib/internal/template/table/resizer/styles.selectors.js +6 -6
  218. package/lib/internal/template/table/styles.css.js +34 -34
  219. package/lib/internal/template/table/styles.scoped.css +42 -42
  220. package/lib/internal/template/table/styles.selectors.js +34 -34
  221. package/lib/internal/template/tabs/styles.css.js +21 -21
  222. package/lib/internal/template/tabs/styles.scoped.css +41 -41
  223. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  224. package/lib/internal/template/text-content/styles.css.js +1 -1
  225. package/lib/internal/template/text-content/styles.scoped.css +89 -89
  226. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  227. package/lib/internal/template/text-filter/styles.css.js +3 -3
  228. package/lib/internal/template/text-filter/styles.scoped.css +5 -5
  229. package/lib/internal/template/text-filter/styles.selectors.js +3 -3
  230. package/lib/internal/template/textarea/styles.css.js +4 -4
  231. package/lib/internal/template/textarea/styles.scoped.css +16 -16
  232. package/lib/internal/template/textarea/styles.selectors.js +4 -4
  233. package/lib/internal/template/tiles/styles.css.js +29 -29
  234. package/lib/internal/template/tiles/styles.scoped.css +74 -74
  235. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  236. package/lib/internal/template/toggle/styles.css.js +8 -8
  237. package/lib/internal/template/toggle/styles.scoped.css +16 -16
  238. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  239. package/lib/internal/template/token-group/styles.css.js +7 -7
  240. package/lib/internal/template/token-group/styles.scoped.css +18 -18
  241. package/lib/internal/template/token-group/styles.selectors.js +7 -7
  242. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  243. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +48 -48
  244. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  245. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  246. package/lib/internal/template/top-navigation/styles.scoped.css +77 -77
  247. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  248. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  249. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +32 -32
  250. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  251. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  252. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +33 -33
  253. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  254. package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
  255. package/lib/internal/template/tutorial-panel/styles.scoped.css +3 -3
  256. package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
  257. package/lib/internal/template/wizard/styles.css.js +31 -31
  258. package/lib/internal/template/wizard/styles.scoped.css +66 -66
  259. package/lib/internal/template/wizard/styles.selectors.js +31 -31
  260. package/package.json +1 -1
@@ -94,10 +94,10 @@ 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_content-enter_gwq0h_oeum6_97:not(#\9) {
98
- animation: awsui_awsui-motion-fade-in_gwq0h_oeum6_1 var(--motion-duration-show-paced-wu1v6q, 180ms) var(--motion-easing-show-paced-72rrqw, ease-out);
97
+ .awsui_content-enter_gwq0h_1bog6_97:not(#\9) {
98
+ animation: awsui_awsui-motion-fade-in_gwq0h_1bog6_1 var(--motion-duration-show-paced-wu1v6q, 180ms) var(--motion-easing-show-paced-72rrqw, ease-out);
99
99
  }
100
- @keyframes awsui_awsui-motion-fade-in_gwq0h_oeum6_1 {
100
+ @keyframes awsui_awsui-motion-fade-in_gwq0h_1bog6_1 {
101
101
  from {
102
102
  opacity: 0.2;
103
103
  }
@@ -106,40 +106,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
106
106
  }
107
107
  }
108
108
  @media (prefers-reduced-motion: reduce) {
109
- .awsui_content-enter_gwq0h_oeum6_97:not(#\9) {
109
+ .awsui_content-enter_gwq0h_1bog6_97:not(#\9) {
110
110
  animation: none;
111
111
  transition: none;
112
112
  }
113
113
  }
114
- .awsui-motion-disabled .awsui_content-enter_gwq0h_oeum6_97:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_oeum6_97:not(#\9) {
114
+ .awsui-motion-disabled .awsui_content-enter_gwq0h_1bog6_97:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_1bog6_97:not(#\9) {
115
115
  animation: none;
116
116
  transition: none;
117
117
  }
118
118
 
119
- .awsui_trigger-expanded_gwq0h_oeum6_119:not(#\9) {
119
+ .awsui_trigger-expanded_gwq0h_1bog6_119:not(#\9) {
120
120
  transition: border-bottom-color var(--motion-duration-show-paced-wu1v6q, 180ms) var(--motion-easing-show-paced-72rrqw, ease-out);
121
121
  }
122
122
  @media (prefers-reduced-motion: reduce) {
123
- .awsui_trigger-expanded_gwq0h_oeum6_119:not(#\9) {
123
+ .awsui_trigger-expanded_gwq0h_1bog6_119:not(#\9) {
124
124
  animation: none;
125
125
  transition: none;
126
126
  }
127
127
  }
128
- .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_oeum6_119:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_oeum6_119:not(#\9) {
128
+ .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_1bog6_119:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_1bog6_119:not(#\9) {
129
129
  animation: none;
130
130
  transition: none;
131
131
  }
132
132
 
133
- .awsui_icon_gwq0h_oeum6_133:not(#\9) {
133
+ .awsui_icon_gwq0h_1bog6_133:not(#\9) {
134
134
  transition: transform var(--motion-duration-rotate-90-f4h6jw, 135ms) var(--motion-easing-rotate-90-ncjpnu, cubic-bezier(0.165, 0.84, 0.44, 1));
135
135
  }
136
136
  @media (prefers-reduced-motion: reduce) {
137
- .awsui_icon_gwq0h_oeum6_133:not(#\9) {
137
+ .awsui_icon_gwq0h_1bog6_133:not(#\9) {
138
138
  animation: none;
139
139
  transition: none;
140
140
  }
141
141
  }
142
- .awsui-motion-disabled .awsui_icon_gwq0h_oeum6_133:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_oeum6_133:not(#\9) {
142
+ .awsui-motion-disabled .awsui_icon_gwq0h_1bog6_133:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1bog6_133:not(#\9) {
143
143
  animation: none;
144
144
  transition: none;
145
145
  }
@@ -148,7 +148,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
148
148
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
149
149
  SPDX-License-Identifier: Apache-2.0
150
150
  */
151
- .awsui_root_gwq0h_oeum6_151:not(#\9) {
151
+ .awsui_root_gwq0h_1bog6_151:not(#\9) {
152
152
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
153
153
  border-collapse: separate;
154
154
  border-spacing: 0;
@@ -178,8 +178,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
178
178
  widows: 2;
179
179
  word-spacing: normal;
180
180
  box-sizing: border-box;
181
- font-size: var(--font-body-m-size-bf8hby, 14px);
182
- line-height: var(--font-body-m-line-height-wmg6vk, 22px);
181
+ font-size: var(--font-size-body-m-pa3mqb, 14px);
182
+ line-height: var(--line-height-body-m-2zx78l, 22px);
183
183
  color: var(--color-text-body-default-ki9w9u, #16191f);
184
184
  font-weight: 400;
185
185
  font-family: var(--font-family-base-0nmw8v, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
@@ -191,114 +191,114 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
191
191
  display: block;
192
192
  }
193
193
 
194
- .awsui_expand-button_gwq0h_oeum6_168:not(#\9) {
194
+ .awsui_expand-button_gwq0h_1bog6_168:not(#\9) {
195
195
  /* used in test-utils */
196
196
  }
197
197
 
198
- .awsui_icon_gwq0h_oeum6_133:not(#\9) {
198
+ .awsui_icon_gwq0h_1bog6_133:not(#\9) {
199
199
  transform: rotate(-90deg);
200
200
  }
201
- .awsui_icon_gwq0h_oeum6_133.awsui_expanded_gwq0h_oeum6_175:not(#\9) {
201
+ .awsui_icon_gwq0h_1bog6_133.awsui_expanded_gwq0h_1bog6_175:not(#\9) {
202
202
  transform: rotate(0deg);
203
203
  }
204
204
 
205
- .awsui_icon-container_gwq0h_oeum6_179:not(#\9) {
205
+ .awsui_icon-container_gwq0h_1bog6_179:not(#\9) {
206
206
  position: relative;
207
- margin-left: calc((var(--font-body-m-line-height-wmg6vk, 22px) - var(--size-icon-normal-wflv4k, 16px)) / -2);
207
+ margin-left: calc((var(--line-height-body-m-2zx78l, 22px) - var(--size-icon-normal-wflv4k, 16px)) / -2);
208
208
  margin-right: calc(var(--space-xxs-9rrxti, 4px) + var(--border-divider-list-width-471u6a, 1px));
209
209
  }
210
- .awsui_icon-container-container_gwq0h_oeum6_184:not(#\9) {
210
+ .awsui_icon-container-container_gwq0h_1bog6_184:not(#\9) {
211
211
  margin-right: var(--space-xs-xf5ch3, 8px);
212
212
  }
213
213
 
214
- .awsui_wrapper_gwq0h_oeum6_188:not(#\9) {
214
+ .awsui_wrapper_gwq0h_1bog6_188:not(#\9) {
215
215
  box-sizing: border-box;
216
216
  border: none;
217
217
  width: 100%;
218
- line-height: var(--font-body-m-line-height-wmg6vk, 22px);
218
+ line-height: var(--line-height-body-m-2zx78l, 22px);
219
219
  text-align: left;
220
220
  }
221
- .awsui_wrapper-default_gwq0h_oeum6_195:not(#\9), .awsui_wrapper-footer_gwq0h_oeum6_195:not(#\9) {
221
+ .awsui_wrapper-default_gwq0h_1bog6_195:not(#\9), .awsui_wrapper-footer_gwq0h_1bog6_195:not(#\9) {
222
222
  border: var(--border-divider-section-width-4ozgf3, 1px) solid transparent;
223
223
  }
224
- .awsui_wrapper-navigation_gwq0h_oeum6_198:not(#\9) {
224
+ .awsui_wrapper-navigation_gwq0h_1bog6_198:not(#\9) {
225
225
  border-left: var(--border-divider-section-width-4ozgf3, 1px) solid transparent;
226
226
  }
227
- .awsui_wrapper-navigation_gwq0h_oeum6_198:not(#\9), .awsui_wrapper-container_gwq0h_oeum6_201:not(#\9) {
227
+ .awsui_wrapper-navigation_gwq0h_1bog6_198:not(#\9), .awsui_wrapper-container_gwq0h_1bog6_201:not(#\9) {
228
228
  display: flex;
229
- font-weight: var(--font-heading-s-weight-3gue4q, 700);
229
+ font-weight: var(--font-weight-heading-s-mkhu7c, 700);
230
230
  }
231
- .awsui_wrapper-default_gwq0h_oeum6_195:not(#\9), .awsui_wrapper-navigation_gwq0h_oeum6_198:not(#\9), .awsui_wrapper-footer_gwq0h_oeum6_195:not(#\9) {
231
+ .awsui_wrapper-default_gwq0h_1bog6_195:not(#\9), .awsui_wrapper-navigation_gwq0h_1bog6_198:not(#\9), .awsui_wrapper-footer_gwq0h_1bog6_195:not(#\9) {
232
232
  color: var(--color-text-expandable-section-default-lu0fl7, #545b64);
233
233
  -webkit-font-smoothing: var(--font-smoothing-webkit-8fiijr, auto);
234
234
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-fw8n0n, auto);
235
235
  font-size: var(--font-expandable-heading-size-oezd0p, 14px);
236
- letter-spacing: var(--font-heading-s-letter-spacing-nfpvtg, normal);
236
+ letter-spacing: var(--letter-spacing-heading-s-badvkb, normal);
237
237
  }
238
- .awsui_wrapper-default_gwq0h_oeum6_195:not(#\9) {
238
+ .awsui_wrapper-default_gwq0h_1bog6_195:not(#\9) {
239
239
  padding-top: var(--space-scaled-xxs-t7ij38, 4px);
240
240
  padding-bottom: var(--space-scaled-xxs-t7ij38, 4px);
241
241
  padding-right: var(--space-xxs-9rrxti, 4px);
242
242
  }
243
- .awsui_wrapper-default_gwq0h_oeum6_195.awsui_header-deprecated_gwq0h_oeum6_217:not(#\9) {
243
+ .awsui_wrapper-default_gwq0h_1bog6_195.awsui_header-deprecated_gwq0h_1bog6_217:not(#\9) {
244
244
  padding-left: var(--space-xxs-9rrxti, 4px);
245
245
  }
246
- .awsui_wrapper-default_gwq0h_oeum6_195:not(#\9):not(.awsui_header-deprecated_gwq0h_oeum6_217) {
247
- padding-left: calc(var(--space-xxs-9rrxti, 4px) + calc(var(--size-icon-normal-wflv4k, 16px) + (var(--font-body-m-line-height-wmg6vk, 22px) - var(--size-icon-normal-wflv4k, 16px)) / -2 + var(--space-xxs-9rrxti, 4px) + var(--border-divider-list-width-471u6a, 1px)));
246
+ .awsui_wrapper-default_gwq0h_1bog6_195:not(#\9):not(.awsui_header-deprecated_gwq0h_1bog6_217) {
247
+ padding-left: calc(var(--space-xxs-9rrxti, 4px) + calc(var(--size-icon-normal-wflv4k, 16px) + (var(--line-height-body-m-2zx78l, 22px) - var(--size-icon-normal-wflv4k, 16px)) / -2 + var(--space-xxs-9rrxti, 4px) + var(--border-divider-list-width-471u6a, 1px)));
248
248
  }
249
- .awsui_wrapper-footer_gwq0h_oeum6_195:not(#\9) {
249
+ .awsui_wrapper-footer_gwq0h_1bog6_195:not(#\9) {
250
250
  padding-top: var(--space-scaled-xxs-t7ij38, 4px);
251
251
  padding-bottom: var(--space-scaled-xxs-t7ij38, 4px);
252
252
  padding-right: 0;
253
253
  }
254
- .awsui_wrapper-footer_gwq0h_oeum6_195.awsui_header-deprecated_gwq0h_oeum6_217:not(#\9) {
254
+ .awsui_wrapper-footer_gwq0h_1bog6_195.awsui_header-deprecated_gwq0h_1bog6_217:not(#\9) {
255
255
  padding-left: 0;
256
256
  }
257
- .awsui_wrapper-footer_gwq0h_oeum6_195:not(#\9):not(.awsui_header-deprecated_gwq0h_oeum6_217) {
258
- padding-left: calc(var(--size-icon-normal-wflv4k, 16px) + (var(--font-body-m-line-height-wmg6vk, 22px) - var(--size-icon-normal-wflv4k, 16px)) / -2 + var(--space-xxs-9rrxti, 4px) + var(--border-divider-list-width-471u6a, 1px));
257
+ .awsui_wrapper-footer_gwq0h_1bog6_195:not(#\9):not(.awsui_header-deprecated_gwq0h_1bog6_217) {
258
+ padding-left: calc(var(--size-icon-normal-wflv4k, 16px) + (var(--line-height-body-m-2zx78l, 22px) - var(--size-icon-normal-wflv4k, 16px)) / -2 + var(--space-xxs-9rrxti, 4px) + var(--border-divider-list-width-471u6a, 1px));
259
259
  }
260
- .awsui_wrapper-container_gwq0h_oeum6_201:not(#\9) {
260
+ .awsui_wrapper-container_gwq0h_1bog6_201:not(#\9) {
261
261
  padding-top: var(--space-container-header-top-bomjbu, 12px);
262
262
  padding-bottom: var(--space-container-header-bottom-qqnwwz, 12px);
263
263
  padding-right: var(--space-container-horizontal-oebwqe, 20px);
264
264
  }
265
- .awsui_wrapper-container_gwq0h_oeum6_201:not(#\9):not(.awsui_wrapper-expanded_gwq0h_oeum6_239) {
265
+ .awsui_wrapper-container_gwq0h_1bog6_201:not(#\9):not(.awsui_wrapper-expanded_gwq0h_1bog6_239) {
266
266
  padding-bottom: var(--space-container-header-top-bomjbu, 12px);
267
267
  }
268
- .awsui_wrapper-container_gwq0h_oeum6_201.awsui_header-deprecated_gwq0h_oeum6_217:not(#\9) {
268
+ .awsui_wrapper-container_gwq0h_1bog6_201.awsui_header-deprecated_gwq0h_1bog6_217:not(#\9) {
269
269
  padding-left: var(--space-container-horizontal-oebwqe, 20px);
270
270
  }
271
- .awsui_wrapper-container_gwq0h_oeum6_201:not(#\9):not(.awsui_header-deprecated_gwq0h_oeum6_217) {
272
- padding-left: calc(var(--space-container-horizontal-oebwqe, 20px) + calc(var(--size-icon-medium-6sroof, 16px) + (var(--font-body-m-line-height-wmg6vk, 22px) - var(--size-icon-normal-wflv4k, 16px)) / -2 + var(--space-xs-xf5ch3, 8px)));
271
+ .awsui_wrapper-container_gwq0h_1bog6_201:not(#\9):not(.awsui_header-deprecated_gwq0h_1bog6_217) {
272
+ padding-left: calc(var(--space-container-horizontal-oebwqe, 20px) + calc(var(--size-icon-medium-6sroof, 16px) + (var(--line-height-body-m-2zx78l, 22px) - var(--size-icon-normal-wflv4k, 16px)) / -2 + var(--space-xs-xf5ch3, 8px)));
273
273
  }
274
- body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_oeum6_201:not(#\9):focus {
274
+ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1bog6_201:not(#\9):focus {
275
275
  padding: calc(var(--space-scaled-s-9q8n2q, 12px) - var(--border-divider-section-width-4ozgf3, 1px)) calc(var(--space-l-xu1x80, 20px) - var(--border-divider-section-width-4ozgf3, 1px));
276
276
  }
277
- .awsui_wrapper-default_gwq0h_oeum6_195.awsui_wrapper-expanded_gwq0h_oeum6_239:not(#\9) {
277
+ .awsui_wrapper-default_gwq0h_1bog6_195.awsui_wrapper-expanded_gwq0h_1bog6_239:not(#\9) {
278
278
  border-bottom-color: var(--color-border-divider-default-cr3oi6, #eaeded);
279
279
  }
280
280
 
281
- .awsui_header_gwq0h_oeum6_217:not(#\9) {
281
+ .awsui_header_gwq0h_1bog6_217:not(#\9) {
282
282
  /* used in test-utils */
283
283
  }
284
- .awsui_header-wrapper_gwq0h_oeum6_258:not(#\9), .awsui_header-deprecated_gwq0h_oeum6_217:not(#\9) {
284
+ .awsui_header-wrapper_gwq0h_1bog6_258:not(#\9), .awsui_header-deprecated_gwq0h_1bog6_217:not(#\9) {
285
285
  display: flex;
286
- font-weight: var(--font-heading-s-weight-3gue4q, 700);
286
+ font-weight: var(--font-weight-heading-s-mkhu7c, 700);
287
287
  }
288
- .awsui_header-wrapper_gwq0h_oeum6_258:not(#\9) {
288
+ .awsui_header-wrapper_gwq0h_1bog6_258:not(#\9) {
289
289
  font-size: inherit;
290
290
  letter-spacing: inherit;
291
291
  margin: 0;
292
292
  padding: 0;
293
293
  }
294
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_oeum6_268:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_oeum6_268:not(#\9):focus {
294
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1bog6_268:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1bog6_268:not(#\9):focus {
295
295
  position: relative;
296
296
  }
297
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_oeum6_268:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_oeum6_268:not(#\9):focus {
297
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1bog6_268:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1bog6_268:not(#\9):focus {
298
298
  outline: 2px dotted transparent;
299
299
  outline-offset: calc(0px - 1px);
300
300
  }
301
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_oeum6_268:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_oeum6_268:not(#\9):focus::before {
301
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1bog6_268:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1bog6_268:not(#\9):focus::before {
302
302
  content: " ";
303
303
  display: block;
304
304
  position: absolute;
@@ -309,21 +309,21 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_oeum6_268:not(#\9
309
309
  border-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
310
310
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
311
311
  }
312
- .awsui_header-button_gwq0h_oeum6_268:not(#\9) {
312
+ .awsui_header-button_gwq0h_1bog6_268:not(#\9) {
313
313
  box-sizing: border-box;
314
314
  display: flex;
315
- margin-left: calc(-1 * calc(var(--size-icon-normal-wflv4k, 16px) + (var(--font-body-m-line-height-wmg6vk, 22px) - var(--size-icon-normal-wflv4k, 16px)) / -2 + var(--space-xxs-9rrxti, 4px) + var(--border-divider-list-width-471u6a, 1px)));
315
+ margin-left: calc(-1 * calc(var(--size-icon-normal-wflv4k, 16px) + (var(--line-height-body-m-2zx78l, 22px) - var(--size-icon-normal-wflv4k, 16px)) / -2 + var(--space-xxs-9rrxti, 4px) + var(--border-divider-list-width-471u6a, 1px)));
316
316
  }
317
- .awsui_header-container-button_gwq0h_oeum6_268:not(#\9) {
318
- margin-left: calc(-1 * calc(var(--size-icon-medium-6sroof, 16px) + (var(--font-body-m-line-height-wmg6vk, 22px) - var(--size-icon-normal-wflv4k, 16px)) / -2 + var(--space-xs-xf5ch3, 8px)));
317
+ .awsui_header-container-button_gwq0h_1bog6_268:not(#\9) {
318
+ margin-left: calc(-1 * calc(var(--size-icon-medium-6sroof, 16px) + (var(--line-height-body-m-2zx78l, 22px) - var(--size-icon-normal-wflv4k, 16px)) / -2 + var(--space-xs-xf5ch3, 8px)));
319
319
  }
320
- .awsui_header-container_gwq0h_oeum6_268:not(#\9) {
320
+ .awsui_header-container_gwq0h_1bog6_268:not(#\9) {
321
321
  width: 100%;
322
322
  }
323
- .awsui_header-container_gwq0h_oeum6_268 > .awsui_icon-container_gwq0h_oeum6_179:not(#\9) {
323
+ .awsui_header-container_gwq0h_1bog6_268 > .awsui_icon-container_gwq0h_1bog6_179:not(#\9) {
324
324
  margin-top: var(--space-expandable-section-icon-offset-top-5sppg0, 8px);
325
325
  }
326
- .awsui_header-navigation_gwq0h_oeum6_300 > .awsui_icon-container_gwq0h_oeum6_179:not(#\9) {
326
+ .awsui_header-navigation_gwq0h_1bog6_300 > .awsui_icon-container_gwq0h_1bog6_179:not(#\9) {
327
327
  display: inline-flex;
328
328
  cursor: pointer;
329
329
  color: var(--color-text-expandable-section-navigation-icon-default-p5s2p2, #879596);
@@ -334,17 +334,17 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_oeum6_268:not(#\9
334
334
  text-decoration: none;
335
335
  flex-direction: column;
336
336
  }
337
- .awsui_header-navigation_gwq0h_oeum6_300 > .awsui_icon-container_gwq0h_oeum6_179:not(#\9):hover {
337
+ .awsui_header-navigation_gwq0h_1bog6_300 > .awsui_icon-container_gwq0h_1bog6_179:not(#\9):hover {
338
338
  color: var(--color-text-expandable-section-hover-6msis6, #16191f);
339
339
  }
340
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_oeum6_300 > .awsui_icon-container_gwq0h_oeum6_179:not(#\9):focus {
340
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1bog6_300 > .awsui_icon-container_gwq0h_1bog6_179:not(#\9):focus {
341
341
  position: relative;
342
342
  }
343
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_oeum6_300 > .awsui_icon-container_gwq0h_oeum6_179:not(#\9):focus {
343
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1bog6_300 > .awsui_icon-container_gwq0h_1bog6_179:not(#\9):focus {
344
344
  outline: 2px dotted transparent;
345
345
  outline-offset: calc(2px - 1px);
346
346
  }
347
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_oeum6_300 > .awsui_icon-container_gwq0h_oeum6_179:not(#\9):focus::before {
347
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1bog6_300 > .awsui_icon-container_gwq0h_1bog6_179:not(#\9):focus::before {
348
348
  content: " ";
349
349
  display: block;
350
350
  position: absolute;
@@ -355,37 +355,37 @@ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_oeum6_300 > .
355
355
  border-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
356
356
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
357
357
  }
358
- .awsui_header-text_gwq0h_oeum6_332:not(#\9) {
358
+ .awsui_header-text_gwq0h_1bog6_332:not(#\9) {
359
359
  /* used in test-utils */
360
360
  }
361
361
 
362
- .awsui_content_gwq0h_oeum6_97:not(#\9) {
362
+ .awsui_content_gwq0h_1bog6_97:not(#\9) {
363
363
  display: none;
364
364
  }
365
- .awsui_content-default_gwq0h_oeum6_339:not(#\9) {
365
+ .awsui_content-default_gwq0h_1bog6_339:not(#\9) {
366
366
  padding: var(--space-scaled-xs-x91h81, 8px) 0;
367
367
  }
368
- .awsui_content-footer_gwq0h_oeum6_342:not(#\9) {
368
+ .awsui_content-footer_gwq0h_1bog6_342:not(#\9) {
369
369
  padding: var(--space-xs-xf5ch3, 8px) 0;
370
370
  }
371
- .awsui_content-expanded_gwq0h_oeum6_345:not(#\9) {
371
+ .awsui_content-expanded_gwq0h_1bog6_345:not(#\9) {
372
372
  display: block;
373
373
  }
374
374
 
375
- .awsui_focusable_gwq0h_oeum6_349:not(#\9):focus {
375
+ .awsui_focusable_gwq0h_1bog6_349:not(#\9):focus {
376
376
  outline: none;
377
377
  text-decoration: none;
378
378
  }
379
- body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_oeum6_349:not(#\9):focus {
379
+ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1bog6_349:not(#\9):focus {
380
380
  outline: 2px dotted transparent;
381
381
  border: var(--border-field-width-yoy972, 1px) solid var(--color-border-item-focused-v8nq2m, #0073bb);
382
382
  border-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
383
383
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-0k725q, 1px) var(--color-border-item-focused-v8nq2m, #0073bb);
384
384
  }
385
385
 
386
- .awsui_click-target_gwq0h_oeum6_360:not(#\9) {
386
+ .awsui_click-target_gwq0h_1bog6_360:not(#\9) {
387
387
  cursor: pointer;
388
388
  }
389
- .awsui_click-target_gwq0h_oeum6_360:not(#\9):not(.awsui_wrapper-container_gwq0h_oeum6_201):not(.awsui_header-container-button_gwq0h_oeum6_268):hover {
389
+ .awsui_click-target_gwq0h_1bog6_360:not(#\9):not(.awsui_wrapper-container_gwq0h_1bog6_201):not(.awsui_header-container-button_gwq0h_1bog6_268):hover {
390
390
  color: var(--color-text-expandable-section-hover-6msis6, #16191f);
391
391
  }
@@ -2,34 +2,34 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "content-enter": "awsui_content-enter_gwq0h_oeum6_97",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_oeum6_1",
7
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_oeum6_119",
8
- "icon": "awsui_icon_gwq0h_oeum6_133",
9
- "root": "awsui_root_gwq0h_oeum6_151",
10
- "expand-button": "awsui_expand-button_gwq0h_oeum6_168",
11
- "expanded": "awsui_expanded_gwq0h_oeum6_175",
12
- "icon-container": "awsui_icon-container_gwq0h_oeum6_179",
13
- "icon-container-container": "awsui_icon-container-container_gwq0h_oeum6_184",
14
- "wrapper": "awsui_wrapper_gwq0h_oeum6_188",
15
- "wrapper-default": "awsui_wrapper-default_gwq0h_oeum6_195",
16
- "wrapper-footer": "awsui_wrapper-footer_gwq0h_oeum6_195",
17
- "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_oeum6_198",
18
- "wrapper-container": "awsui_wrapper-container_gwq0h_oeum6_201",
19
- "header-deprecated": "awsui_header-deprecated_gwq0h_oeum6_217",
20
- "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_oeum6_239",
21
- "header": "awsui_header_gwq0h_oeum6_217",
22
- "header-wrapper": "awsui_header-wrapper_gwq0h_oeum6_258",
23
- "header-button": "awsui_header-button_gwq0h_oeum6_268",
24
- "header-container-button": "awsui_header-container-button_gwq0h_oeum6_268",
25
- "header-container": "awsui_header-container_gwq0h_oeum6_268",
26
- "header-navigation": "awsui_header-navigation_gwq0h_oeum6_300",
27
- "header-text": "awsui_header-text_gwq0h_oeum6_332",
28
- "content": "awsui_content_gwq0h_oeum6_97",
29
- "content-default": "awsui_content-default_gwq0h_oeum6_339",
30
- "content-footer": "awsui_content-footer_gwq0h_oeum6_342",
31
- "content-expanded": "awsui_content-expanded_gwq0h_oeum6_345",
32
- "focusable": "awsui_focusable_gwq0h_oeum6_349",
33
- "click-target": "awsui_click-target_gwq0h_oeum6_360"
5
+ "content-enter": "awsui_content-enter_gwq0h_1bog6_97",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_1bog6_1",
7
+ "trigger-expanded": "awsui_trigger-expanded_gwq0h_1bog6_119",
8
+ "icon": "awsui_icon_gwq0h_1bog6_133",
9
+ "root": "awsui_root_gwq0h_1bog6_151",
10
+ "expand-button": "awsui_expand-button_gwq0h_1bog6_168",
11
+ "expanded": "awsui_expanded_gwq0h_1bog6_175",
12
+ "icon-container": "awsui_icon-container_gwq0h_1bog6_179",
13
+ "icon-container-container": "awsui_icon-container-container_gwq0h_1bog6_184",
14
+ "wrapper": "awsui_wrapper_gwq0h_1bog6_188",
15
+ "wrapper-default": "awsui_wrapper-default_gwq0h_1bog6_195",
16
+ "wrapper-footer": "awsui_wrapper-footer_gwq0h_1bog6_195",
17
+ "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_1bog6_198",
18
+ "wrapper-container": "awsui_wrapper-container_gwq0h_1bog6_201",
19
+ "header-deprecated": "awsui_header-deprecated_gwq0h_1bog6_217",
20
+ "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_1bog6_239",
21
+ "header": "awsui_header_gwq0h_1bog6_217",
22
+ "header-wrapper": "awsui_header-wrapper_gwq0h_1bog6_258",
23
+ "header-button": "awsui_header-button_gwq0h_1bog6_268",
24
+ "header-container-button": "awsui_header-container-button_gwq0h_1bog6_268",
25
+ "header-container": "awsui_header-container_gwq0h_1bog6_268",
26
+ "header-navigation": "awsui_header-navigation_gwq0h_1bog6_300",
27
+ "header-text": "awsui_header-text_gwq0h_1bog6_332",
28
+ "content": "awsui_content_gwq0h_1bog6_97",
29
+ "content-default": "awsui_content-default_gwq0h_1bog6_339",
30
+ "content-footer": "awsui_content-footer_gwq0h_1bog6_342",
31
+ "content-expanded": "awsui_content-expanded_gwq0h_1bog6_345",
32
+ "focusable": "awsui_focusable_gwq0h_1bog6_349",
33
+ "click-target": "awsui_click-target_gwq0h_1bog6_360"
34
34
  };
35
35
 
@@ -1,52 +1,52 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "flash-with-motion": "awsui_flash-with-motion_1q84n_1xr85_93",
5
- "enter": "awsui_enter_1q84n_1xr85_93",
6
- "flash-body": "awsui_flash-body_1q84n_1xr85_107",
7
- "flash-message": "awsui_flash-message_1q84n_1xr85_107",
8
- "flash-header": "awsui_flash-header_1q84n_1xr85_107",
9
- "flash-content": "awsui_flash-content_1q84n_1xr85_108",
10
- "action-button-wrapper": "awsui_action-button-wrapper_1q84n_1xr85_109",
11
- "dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_1xr85_110",
12
- "flash-icon": "awsui_flash-icon_1q84n_1xr85_133",
13
- "entering": "awsui_entering_1q84n_1xr85_146",
14
- "entered": "awsui_entered_1q84n_1xr85_167",
15
- "exiting": "awsui_exiting_1q84n_1xr85_272",
16
- "stack": "awsui_stack_1q84n_1xr85_294",
17
- "animation-running": "awsui_animation-running_1q84n_1xr85_294",
18
- "item": "awsui_item_1q84n_1xr85_294",
19
- "flash-list-item": "awsui_flash-list-item_1q84n_1xr85_295",
20
- "notification-bar": "awsui_notification-bar_1q84n_1xr85_296",
21
- "collapsed": "awsui_collapsed_1q84n_1xr85_316",
22
- "animation-ready": "awsui_animation-ready_1q84n_1xr85_316",
23
- "expanded-only": "awsui_expanded-only_1q84n_1xr85_316",
24
- "expanded": "awsui_expanded_1q84n_1xr85_316",
25
- "flash": "awsui_flash_1q84n_1xr85_93",
26
- "collapsible": "awsui_collapsible_1q84n_1xr85_380",
27
- "short-list": "awsui_short-list_1q84n_1xr85_386",
28
- "visual-refresh": "awsui_visual-refresh_1q84n_1xr85_386",
29
- "status": "awsui_status_1q84n_1xr85_603",
30
- "header": "awsui_header_1q84n_1xr85_603",
31
- "item-count": "awsui_item-count_1q84n_1xr85_604",
32
- "button": "awsui_button_1q84n_1xr85_605",
33
- "type-count": "awsui_type-count_1q84n_1xr85_640",
34
- "count-number": "awsui_count-number_1q84n_1xr85_640",
35
- "icon": "awsui_icon_1q84n_1xr85_674",
36
- "floating": "awsui_floating_1q84n_1xr85_712",
37
- "flashbar": "awsui_flashbar_1q84n_1xr85_720",
38
- "flash-refresh": "awsui_flash-refresh_1q84n_1xr85_766",
39
- "flash-list": "awsui_flash-list_1q84n_1xr85_295",
40
- "flash-focus-container": "awsui_flash-focus-container_1q84n_1xr85_785",
41
- "flash-text": "awsui_flash-text_1q84n_1xr85_812",
42
- "dismiss-button": "awsui_dismiss-button_1q84n_1xr85_110",
43
- "breakpoint-default": "awsui_breakpoint-default_1q84n_1xr85_853",
44
- "action-button": "awsui_action-button_1q84n_1xr85_109",
45
- "action-slot": "awsui_action-slot_1q84n_1xr85_863",
46
- "flash-type-success": "awsui_flash-type-success_1q84n_1xr85_867",
47
- "flash-type-error": "awsui_flash-type-error_1q84n_1xr85_871",
48
- "flash-type-info": "awsui_flash-type-info_1q84n_1xr85_875",
49
- "flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_1xr85_876",
50
- "flash-type-warning": "awsui_flash-type-warning_1q84n_1xr85_880"
4
+ "flash-with-motion": "awsui_flash-with-motion_1q84n_1uxs4_93",
5
+ "enter": "awsui_enter_1q84n_1uxs4_93",
6
+ "flash-body": "awsui_flash-body_1q84n_1uxs4_107",
7
+ "flash-message": "awsui_flash-message_1q84n_1uxs4_107",
8
+ "flash-header": "awsui_flash-header_1q84n_1uxs4_107",
9
+ "flash-content": "awsui_flash-content_1q84n_1uxs4_108",
10
+ "action-button-wrapper": "awsui_action-button-wrapper_1q84n_1uxs4_109",
11
+ "dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_1uxs4_110",
12
+ "flash-icon": "awsui_flash-icon_1q84n_1uxs4_133",
13
+ "entering": "awsui_entering_1q84n_1uxs4_146",
14
+ "entered": "awsui_entered_1q84n_1uxs4_167",
15
+ "exiting": "awsui_exiting_1q84n_1uxs4_272",
16
+ "stack": "awsui_stack_1q84n_1uxs4_294",
17
+ "animation-running": "awsui_animation-running_1q84n_1uxs4_294",
18
+ "item": "awsui_item_1q84n_1uxs4_294",
19
+ "flash-list-item": "awsui_flash-list-item_1q84n_1uxs4_295",
20
+ "notification-bar": "awsui_notification-bar_1q84n_1uxs4_296",
21
+ "collapsed": "awsui_collapsed_1q84n_1uxs4_316",
22
+ "animation-ready": "awsui_animation-ready_1q84n_1uxs4_316",
23
+ "expanded-only": "awsui_expanded-only_1q84n_1uxs4_316",
24
+ "expanded": "awsui_expanded_1q84n_1uxs4_316",
25
+ "flash": "awsui_flash_1q84n_1uxs4_93",
26
+ "collapsible": "awsui_collapsible_1q84n_1uxs4_380",
27
+ "short-list": "awsui_short-list_1q84n_1uxs4_386",
28
+ "visual-refresh": "awsui_visual-refresh_1q84n_1uxs4_386",
29
+ "status": "awsui_status_1q84n_1uxs4_603",
30
+ "header": "awsui_header_1q84n_1uxs4_603",
31
+ "item-count": "awsui_item-count_1q84n_1uxs4_604",
32
+ "button": "awsui_button_1q84n_1uxs4_605",
33
+ "type-count": "awsui_type-count_1q84n_1uxs4_640",
34
+ "count-number": "awsui_count-number_1q84n_1uxs4_640",
35
+ "icon": "awsui_icon_1q84n_1uxs4_674",
36
+ "floating": "awsui_floating_1q84n_1uxs4_712",
37
+ "flashbar": "awsui_flashbar_1q84n_1uxs4_720",
38
+ "flash-refresh": "awsui_flash-refresh_1q84n_1uxs4_766",
39
+ "flash-list": "awsui_flash-list_1q84n_1uxs4_295",
40
+ "flash-focus-container": "awsui_flash-focus-container_1q84n_1uxs4_785",
41
+ "flash-text": "awsui_flash-text_1q84n_1uxs4_812",
42
+ "dismiss-button": "awsui_dismiss-button_1q84n_1uxs4_110",
43
+ "breakpoint-default": "awsui_breakpoint-default_1q84n_1uxs4_853",
44
+ "action-button": "awsui_action-button_1q84n_1uxs4_109",
45
+ "action-slot": "awsui_action-slot_1q84n_1uxs4_863",
46
+ "flash-type-success": "awsui_flash-type-success_1q84n_1uxs4_867",
47
+ "flash-type-error": "awsui_flash-type-error_1q84n_1uxs4_871",
48
+ "flash-type-info": "awsui_flash-type-info_1q84n_1uxs4_875",
49
+ "flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_1uxs4_876",
50
+ "flash-type-warning": "awsui_flash-type-warning_1q84n_1uxs4_880"
51
51
  };
52
52