@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,11 +94,11 @@ 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_icon-shake_1cbgc_a1jh7_97:not(#\9) {
97
+ .awsui_icon-shake_1cbgc_1qfhu_97:not(#\9) {
98
98
  display: inline-block;
99
- animation: awsui_awsui-motion-shake-horizontally_1cbgc_a1jh7_1 var(--motion-duration-refresh-only-medium-0rwzu1, 165ms);
99
+ animation: awsui_awsui-motion-shake-horizontally_1cbgc_1qfhu_1 var(--motion-duration-refresh-only-medium-0rwzu1, 165ms);
100
100
  }
101
- @keyframes awsui_awsui-motion-shake-horizontally_1cbgc_a1jh7_1 {
101
+ @keyframes awsui_awsui-motion-shake-horizontally_1cbgc_1qfhu_1 {
102
102
  0% {
103
103
  transform: translateX(-5px);
104
104
  animation-timing-function: linear;
@@ -112,20 +112,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
112
112
  }
113
113
  }
114
114
  @media (prefers-reduced-motion: reduce) {
115
- .awsui_icon-shake_1cbgc_a1jh7_97:not(#\9) {
115
+ .awsui_icon-shake_1cbgc_1qfhu_97:not(#\9) {
116
116
  animation: none;
117
117
  transition: none;
118
118
  }
119
119
  }
120
- .awsui-motion-disabled .awsui_icon-shake_1cbgc_a1jh7_97:not(#\9), .awsui-mode-entering .awsui_icon-shake_1cbgc_a1jh7_97:not(#\9) {
120
+ .awsui-motion-disabled .awsui_icon-shake_1cbgc_1qfhu_97:not(#\9), .awsui-mode-entering .awsui_icon-shake_1cbgc_1qfhu_97:not(#\9) {
121
121
  animation: none;
122
122
  transition: none;
123
123
  }
124
124
 
125
- .awsui_container-fade-in_1cbgc_a1jh7_125:not(#\9) {
126
- animation: awsui_awsui-motion-fade-in-0_1cbgc_a1jh7_1 var(--motion-duration-refresh-only-medium-0rwzu1, 165ms) var(--motion-easing-refresh-only-a-liv5su, cubic-bezier(0, 0, 0, 1));
125
+ .awsui_container-fade-in_1cbgc_1qfhu_125:not(#\9) {
126
+ animation: awsui_awsui-motion-fade-in-0_1cbgc_1qfhu_1 var(--motion-duration-refresh-only-medium-0rwzu1, 165ms) var(--motion-easing-refresh-only-a-liv5su, cubic-bezier(0, 0, 0, 1));
127
127
  }
128
- @keyframes awsui_awsui-motion-fade-in-0_1cbgc_a1jh7_1 {
128
+ @keyframes awsui_awsui-motion-fade-in-0_1cbgc_1qfhu_1 {
129
129
  from {
130
130
  opacity: 0;
131
131
  }
@@ -134,78 +134,78 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
134
134
  }
135
135
  }
136
136
  @media (prefers-reduced-motion: reduce) {
137
- .awsui_container-fade-in_1cbgc_a1jh7_125:not(#\9) {
137
+ .awsui_container-fade-in_1cbgc_1qfhu_125:not(#\9) {
138
138
  animation: none;
139
139
  transition: none;
140
140
  }
141
141
  }
142
- .awsui-motion-disabled .awsui_container-fade-in_1cbgc_a1jh7_125:not(#\9), .awsui-mode-entering .awsui_container-fade-in_1cbgc_a1jh7_125:not(#\9) {
142
+ .awsui-motion-disabled .awsui_container-fade-in_1cbgc_1qfhu_125:not(#\9), .awsui-mode-entering .awsui_container-fade-in_1cbgc_1qfhu_125:not(#\9) {
143
143
  animation: none;
144
144
  transition: none;
145
145
  }
146
146
 
147
- .awsui_root_1cbgc_a1jh7_147:not(#\9) {
148
- font-size: var(--font-body-m-size-bf8hby, 14px);
149
- line-height: var(--font-body-m-line-height-wmg6vk, 22px);
147
+ .awsui_root_1cbgc_1qfhu_147:not(#\9) {
148
+ font-size: var(--font-size-body-m-pa3mqb, 14px);
149
+ line-height: var(--line-height-body-m-2zx78l, 22px);
150
150
  color: var(--color-text-body-default-ki9w9u, #16191f);
151
151
  font-weight: 400;
152
152
  font-family: var(--font-family-base-0nmw8v, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
153
153
  -webkit-font-smoothing: auto;
154
154
  -moz-osx-font-smoothing: auto;
155
155
  }
156
- .awsui_root_1cbgc_a1jh7_147.awsui_status-error_1cbgc_a1jh7_156:not(#\9) {
156
+ .awsui_root_1cbgc_1qfhu_147.awsui_status-error_1cbgc_1qfhu_156:not(#\9) {
157
157
  color: var(--color-text-status-error-ofc4yr, #d13212);
158
158
  }
159
- .awsui_root_1cbgc_a1jh7_147.awsui_status-warning_1cbgc_a1jh7_159:not(#\9) {
159
+ .awsui_root_1cbgc_1qfhu_147.awsui_status-warning_1cbgc_1qfhu_159:not(#\9) {
160
160
  color: var(--color-text-status-warning-azn00c, #906806);
161
161
  }
162
- .awsui_root_1cbgc_a1jh7_147.awsui_status-success_1cbgc_a1jh7_162:not(#\9) {
162
+ .awsui_root_1cbgc_1qfhu_147.awsui_status-success_1cbgc_1qfhu_162:not(#\9) {
163
163
  color: var(--color-text-status-success-owjbj0, #1d8102);
164
164
  }
165
- .awsui_root_1cbgc_a1jh7_147.awsui_status-info_1cbgc_a1jh7_165:not(#\9) {
165
+ .awsui_root_1cbgc_1qfhu_147.awsui_status-info_1cbgc_1qfhu_165:not(#\9) {
166
166
  color: var(--color-text-status-info-aq7yd6, #0073bb);
167
167
  }
168
- .awsui_root_1cbgc_a1jh7_147.awsui_status-stopped_1cbgc_a1jh7_168:not(#\9) {
168
+ .awsui_root_1cbgc_1qfhu_147.awsui_status-stopped_1cbgc_1qfhu_168:not(#\9) {
169
169
  color: var(--color-text-status-inactive-kvlxhf, #687078);
170
170
  }
171
- .awsui_root_1cbgc_a1jh7_147.awsui_status-pending_1cbgc_a1jh7_171:not(#\9) {
171
+ .awsui_root_1cbgc_1qfhu_147.awsui_status-pending_1cbgc_1qfhu_171:not(#\9) {
172
172
  color: var(--color-text-status-inactive-kvlxhf, #687078);
173
173
  }
174
- .awsui_root_1cbgc_a1jh7_147.awsui_status-in-progress_1cbgc_a1jh7_174:not(#\9) {
174
+ .awsui_root_1cbgc_1qfhu_147.awsui_status-in-progress_1cbgc_1qfhu_174:not(#\9) {
175
175
  color: var(--color-text-status-inactive-kvlxhf, #687078);
176
176
  }
177
- .awsui_root_1cbgc_a1jh7_147.awsui_status-loading_1cbgc_a1jh7_177:not(#\9) {
177
+ .awsui_root_1cbgc_1qfhu_147.awsui_status-loading_1cbgc_1qfhu_177:not(#\9) {
178
178
  color: var(--color-text-status-inactive-kvlxhf, #687078);
179
179
  }
180
- .awsui_root_1cbgc_a1jh7_147.awsui_color-override-red_1cbgc_a1jh7_180:not(#\9) {
180
+ .awsui_root_1cbgc_1qfhu_147.awsui_color-override-red_1cbgc_1qfhu_180:not(#\9) {
181
181
  color: var(--color-text-status-error-ofc4yr, #d13212);
182
182
  }
183
- .awsui_root_1cbgc_a1jh7_147.awsui_color-override-grey_1cbgc_a1jh7_183:not(#\9) {
183
+ .awsui_root_1cbgc_1qfhu_147.awsui_color-override-grey_1cbgc_1qfhu_183:not(#\9) {
184
184
  color: var(--color-text-status-inactive-kvlxhf, #687078);
185
185
  }
186
- .awsui_root_1cbgc_a1jh7_147.awsui_color-override-blue_1cbgc_a1jh7_186:not(#\9) {
186
+ .awsui_root_1cbgc_1qfhu_147.awsui_color-override-blue_1cbgc_1qfhu_186:not(#\9) {
187
187
  color: var(--color-text-status-info-aq7yd6, #0073bb);
188
188
  }
189
- .awsui_root_1cbgc_a1jh7_147.awsui_color-override-green_1cbgc_a1jh7_189:not(#\9) {
189
+ .awsui_root_1cbgc_1qfhu_147.awsui_color-override-green_1cbgc_1qfhu_189:not(#\9) {
190
190
  color: var(--color-text-status-success-owjbj0, #1d8102);
191
191
  }
192
192
 
193
- .awsui_icon_1cbgc_a1jh7_97:not(#\9) {
193
+ .awsui_icon_1cbgc_1qfhu_97:not(#\9) {
194
194
  padding-right: var(--space-xxs-9rrxti, 4px);
195
195
  }
196
196
 
197
- .awsui_container_1cbgc_a1jh7_125:not(#\9) {
197
+ .awsui_container_1cbgc_1qfhu_125:not(#\9) {
198
198
  word-break: break-all;
199
199
  word-wrap: break-word;
200
200
  }
201
- .awsui_container_1cbgc_a1jh7_125.awsui_display-inline_1cbgc_a1jh7_201:not(#\9) {
201
+ .awsui_container_1cbgc_1qfhu_125.awsui_display-inline_1cbgc_1qfhu_201:not(#\9) {
202
202
  display: inline;
203
203
  }
204
- .awsui_container_1cbgc_a1jh7_125.awsui_display-inline-block_1cbgc_a1jh7_204:not(#\9) {
204
+ .awsui_container_1cbgc_1qfhu_125.awsui_display-inline-block_1cbgc_1qfhu_204:not(#\9) {
205
205
  display: inline-block;
206
206
  }
207
207
 
208
- .awsui_overflow-ellipsis_1cbgc_a1jh7_208:not(#\9) {
208
+ .awsui_overflow-ellipsis_1cbgc_1qfhu_208:not(#\9) {
209
209
  max-width: 100%;
210
210
  overflow: hidden;
211
211
  text-overflow: ellipsis;
@@ -2,27 +2,27 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "icon-shake": "awsui_icon-shake_1cbgc_a1jh7_97",
6
- "awsui-motion-shake-horizontally": "awsui_awsui-motion-shake-horizontally_1cbgc_a1jh7_1",
7
- "container-fade-in": "awsui_container-fade-in_1cbgc_a1jh7_125",
8
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_1cbgc_a1jh7_1",
9
- "root": "awsui_root_1cbgc_a1jh7_147",
10
- "status-error": "awsui_status-error_1cbgc_a1jh7_156",
11
- "status-warning": "awsui_status-warning_1cbgc_a1jh7_159",
12
- "status-success": "awsui_status-success_1cbgc_a1jh7_162",
13
- "status-info": "awsui_status-info_1cbgc_a1jh7_165",
14
- "status-stopped": "awsui_status-stopped_1cbgc_a1jh7_168",
15
- "status-pending": "awsui_status-pending_1cbgc_a1jh7_171",
16
- "status-in-progress": "awsui_status-in-progress_1cbgc_a1jh7_174",
17
- "status-loading": "awsui_status-loading_1cbgc_a1jh7_177",
18
- "color-override-red": "awsui_color-override-red_1cbgc_a1jh7_180",
19
- "color-override-grey": "awsui_color-override-grey_1cbgc_a1jh7_183",
20
- "color-override-blue": "awsui_color-override-blue_1cbgc_a1jh7_186",
21
- "color-override-green": "awsui_color-override-green_1cbgc_a1jh7_189",
22
- "icon": "awsui_icon_1cbgc_a1jh7_97",
23
- "container": "awsui_container_1cbgc_a1jh7_125",
24
- "display-inline": "awsui_display-inline_1cbgc_a1jh7_201",
25
- "display-inline-block": "awsui_display-inline-block_1cbgc_a1jh7_204",
26
- "overflow-ellipsis": "awsui_overflow-ellipsis_1cbgc_a1jh7_208"
5
+ "icon-shake": "awsui_icon-shake_1cbgc_1qfhu_97",
6
+ "awsui-motion-shake-horizontally": "awsui_awsui-motion-shake-horizontally_1cbgc_1qfhu_1",
7
+ "container-fade-in": "awsui_container-fade-in_1cbgc_1qfhu_125",
8
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_1cbgc_1qfhu_1",
9
+ "root": "awsui_root_1cbgc_1qfhu_147",
10
+ "status-error": "awsui_status-error_1cbgc_1qfhu_156",
11
+ "status-warning": "awsui_status-warning_1cbgc_1qfhu_159",
12
+ "status-success": "awsui_status-success_1cbgc_1qfhu_162",
13
+ "status-info": "awsui_status-info_1cbgc_1qfhu_165",
14
+ "status-stopped": "awsui_status-stopped_1cbgc_1qfhu_168",
15
+ "status-pending": "awsui_status-pending_1cbgc_1qfhu_171",
16
+ "status-in-progress": "awsui_status-in-progress_1cbgc_1qfhu_174",
17
+ "status-loading": "awsui_status-loading_1cbgc_1qfhu_177",
18
+ "color-override-red": "awsui_color-override-red_1cbgc_1qfhu_180",
19
+ "color-override-grey": "awsui_color-override-grey_1cbgc_1qfhu_183",
20
+ "color-override-blue": "awsui_color-override-blue_1cbgc_1qfhu_186",
21
+ "color-override-green": "awsui_color-override-green_1cbgc_1qfhu_189",
22
+ "icon": "awsui_icon_1cbgc_1qfhu_97",
23
+ "container": "awsui_container_1cbgc_1qfhu_125",
24
+ "display-inline": "awsui_display-inline_1cbgc_1qfhu_201",
25
+ "display-inline-block": "awsui_display-inline-block_1cbgc_1qfhu_204",
26
+ "overflow-ellipsis": "awsui_overflow-ellipsis_1cbgc_1qfhu_208"
27
27
  };
28
28
 
@@ -1,29 +1,29 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "header-cell": "awsui_header-cell_1spae_79abw_93",
5
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_79abw_105",
6
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_79abw_108",
7
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_79abw_108",
8
- "header-cell-hidden": "awsui_header-cell-hidden_1spae_79abw_111",
9
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_79abw_114",
10
- "sticky-cell": "awsui_sticky-cell_1spae_79abw_117",
11
- "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_79abw_125",
12
- "has-selection": "awsui_has-selection_1spae_79abw_125",
13
- "sticky-cell-last-left": "awsui_sticky-cell-last-left_1spae_79abw_128",
14
- "header-cell-resizable": "awsui_header-cell-resizable_1spae_79abw_132",
15
- "sticky-cell-last-right": "awsui_sticky-cell-last-right_1spae_79abw_135",
16
- "sorting-icon": "awsui_sorting-icon_1spae_79abw_165",
17
- "edit-icon": "awsui_edit-icon_1spae_79abw_173",
18
- "header-cell-content": "awsui_header-cell-content_1spae_79abw_179",
19
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_79abw_208",
20
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_79abw_226",
21
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_79abw_226",
22
- "header-cell-text": "awsui_header-cell-text_1spae_79abw_240",
23
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_79abw_245",
24
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_79abw_251",
25
- "header-cell-descending": "awsui_header-cell-descending_1spae_79abw_252",
26
- "is-visual-refresh": "awsui_is-visual-refresh_1spae_79abw_262",
27
- "has-striped-rows": "awsui_has-striped-rows_1spae_79abw_273"
4
+ "header-cell": "awsui_header-cell_1spae_l3ery_93",
5
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_l3ery_105",
6
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_l3ery_108",
7
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_l3ery_108",
8
+ "header-cell-hidden": "awsui_header-cell-hidden_1spae_l3ery_111",
9
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_l3ery_114",
10
+ "sticky-cell": "awsui_sticky-cell_1spae_l3ery_117",
11
+ "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_l3ery_125",
12
+ "has-selection": "awsui_has-selection_1spae_l3ery_125",
13
+ "sticky-cell-last-left": "awsui_sticky-cell-last-left_1spae_l3ery_128",
14
+ "header-cell-resizable": "awsui_header-cell-resizable_1spae_l3ery_132",
15
+ "sticky-cell-last-right": "awsui_sticky-cell-last-right_1spae_l3ery_135",
16
+ "sorting-icon": "awsui_sorting-icon_1spae_l3ery_165",
17
+ "edit-icon": "awsui_edit-icon_1spae_l3ery_173",
18
+ "header-cell-content": "awsui_header-cell-content_1spae_l3ery_179",
19
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_l3ery_208",
20
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_l3ery_226",
21
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_l3ery_226",
22
+ "header-cell-text": "awsui_header-cell-text_1spae_l3ery_240",
23
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_l3ery_245",
24
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_l3ery_251",
25
+ "header-cell-descending": "awsui_header-cell-descending_1spae_l3ery_252",
26
+ "is-visual-refresh": "awsui_is-visual-refresh_1spae_l3ery_262",
27
+ "has-striped-rows": "awsui_has-striped-rows_1spae_l3ery_273"
28
28
  };
29
29
 
@@ -90,31 +90,31 @@ 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_header-cell_1spae_79abw_93:not(#\9) {
93
+ .awsui_header-cell_1spae_l3ery_93:not(#\9) {
94
94
  position: relative;
95
95
  text-align: left;
96
96
  box-sizing: border-box;
97
97
  border-bottom: var(--border-divider-section-width-4ozgf3, 1px) solid var(--color-border-divider-default-cr3oi6, #eaeded);
98
98
  background: var(--color-background-table-header-ly5ewp, #fafafa);
99
99
  color: var(--color-text-column-header-beosjg, #545b64);
100
- font-weight: var(--font-heading-s-weight-3gue4q, 700);
100
+ font-weight: var(--font-weight-heading-s-mkhu7c, 700);
101
101
  -webkit-font-smoothing: var(--font-smoothing-webkit-8fiijr, auto);
102
102
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-fw8n0n, auto);
103
103
  padding: var(--space-scaled-xxs-t7ij38, 4px) var(--space-scaled-xs-x91h81, 8px);
104
104
  }
105
- .awsui_header-cell-sticky_1spae_79abw_105:not(#\9) {
105
+ .awsui_header-cell-sticky_1spae_l3ery_105:not(#\9) {
106
106
  border-bottom: var(--border-table-sticky-width-igarh5, 0px) solid var(--color-border-divider-default-cr3oi6, #eaeded);
107
107
  }
108
- .awsui_header-cell-stuck_1spae_79abw_108:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_79abw_108) {
108
+ .awsui_header-cell-stuck_1spae_l3ery_108:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_l3ery_108) {
109
109
  border-bottom-color: transparent;
110
110
  }
111
- .awsui_header-cell-variant-full-page_1spae_79abw_108.awsui_header-cell-hidden_1spae_79abw_111:not(#\9) {
111
+ .awsui_header-cell-variant-full-page_1spae_l3ery_108.awsui_header-cell-hidden_1spae_l3ery_111:not(#\9) {
112
112
  border-bottom-color: transparent;
113
113
  }
114
- .awsui_header-cell_1spae_79abw_93:not(#\9):last-child, .awsui_header-cell_1spae_79abw_93.awsui_header-cell-sortable_1spae_79abw_114:not(#\9) {
114
+ .awsui_header-cell_1spae_l3ery_93:not(#\9):last-child, .awsui_header-cell_1spae_l3ery_93.awsui_header-cell-sortable_1spae_l3ery_114:not(#\9) {
115
115
  padding-right: var(--space-xs-xf5ch3, 8px);
116
116
  }
117
- .awsui_header-cell_1spae_79abw_93.awsui_sticky-cell_1spae_79abw_117:not(#\9) {
117
+ .awsui_header-cell_1spae_l3ery_93.awsui_sticky-cell_1spae_l3ery_117:not(#\9) {
118
118
  position: sticky;
119
119
  background: var(--color-background-table-header-ly5ewp, #fafafa);
120
120
  z-index: 798;
@@ -122,47 +122,47 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
122
122
  transition-duration: var(--motion-duration-transition-show-quick-dzfata, 90ms);
123
123
  transition-timing-function: var(--motion-easing-sticky-xk36yb, ease-out);
124
124
  }
125
- .awsui_header-cell_1spae_79abw_93.awsui_sticky-cell-pad-left_1spae_79abw_125:not(#\9):not(.awsui_has-selection_1spae_79abw_125) {
125
+ .awsui_header-cell_1spae_l3ery_93.awsui_sticky-cell-pad-left_1spae_l3ery_125:not(#\9):not(.awsui_has-selection_1spae_l3ery_125) {
126
126
  padding-left: var(--space-table-horizontal-ciak0s, 0px);
127
127
  }
128
- .awsui_header-cell_1spae_79abw_93.awsui_sticky-cell-last-left_1spae_79abw_128:not(#\9) {
128
+ .awsui_header-cell_1spae_l3ery_93.awsui_sticky-cell-last-left_1spae_l3ery_128:not(#\9) {
129
129
  box-shadow: var(--shadow-sticky-column-first-etpf5o, 4px 0 8px 0 rgba(0, 28, 36, 0.1));
130
130
  clip-path: inset(0px -24px 0px 0px);
131
131
  }
132
- .awsui_header-cell_1spae_79abw_93.awsui_sticky-cell-last-left_1spae_79abw_128:not(#\9):not(.awsui_header-cell-resizable_1spae_79abw_132):before {
132
+ .awsui_header-cell_1spae_l3ery_93.awsui_sticky-cell-last-left_1spae_l3ery_128:not(#\9):not(.awsui_header-cell-resizable_1spae_l3ery_132):before {
133
133
  display: none;
134
134
  }
135
- .awsui_header-cell_1spae_79abw_93.awsui_sticky-cell-last-right_1spae_79abw_135:not(#\9) {
135
+ .awsui_header-cell_1spae_l3ery_93.awsui_sticky-cell-last-right_1spae_l3ery_135:not(#\9) {
136
136
  box-shadow: var(--shadow-sticky-column-last-8uhca1, -4px 0 8px 0 rgba(0, 28, 36, 0.1));
137
137
  clip-path: inset(0 0 0 -24px);
138
138
  }
139
139
  @media (prefers-reduced-motion: reduce) {
140
- .awsui_header-cell_1spae_79abw_93.awsui_sticky-cell_1spae_79abw_117:not(#\9) {
140
+ .awsui_header-cell_1spae_l3ery_93.awsui_sticky-cell_1spae_l3ery_117:not(#\9) {
141
141
  animation: none;
142
142
  transition: none;
143
143
  }
144
144
  }
145
- .awsui-motion-disabled .awsui_header-cell_1spae_79abw_93.awsui_sticky-cell_1spae_79abw_117:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_79abw_93.awsui_sticky-cell_1spae_79abw_117:not(#\9) {
145
+ .awsui-motion-disabled .awsui_header-cell_1spae_l3ery_93.awsui_sticky-cell_1spae_l3ery_117:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_l3ery_93.awsui_sticky-cell_1spae_l3ery_117:not(#\9) {
146
146
  animation: none;
147
147
  transition: none;
148
148
  }
149
- .awsui_header-cell_1spae_79abw_93:not(#\9):not(:last-child):before {
149
+ .awsui_header-cell_1spae_l3ery_93:not(#\9):not(:last-child):before {
150
150
  content: "";
151
151
  position: absolute;
152
152
  right: 0;
153
153
  bottom: 0;
154
154
  top: 0;
155
- min-height: var(--font-heading-xs-line-height-5gb2ts, 20px);
155
+ min-height: var(--line-height-heading-xs-jsenn1, 20px);
156
156
  max-height: calc(100% - calc(2 * var(--space-xs-xf5ch3, 8px) + var(--space-xxxs-z28114, 2px)));
157
157
  margin: auto;
158
158
  border-left: var(--border-divider-section-width-4ozgf3, 1px) solid var(--color-border-divider-default-cr3oi6, #eaeded);
159
159
  box-sizing: border-box;
160
160
  }
161
- .awsui_header-cell-resizable_1spae_79abw_132:not(#\9):not(:last-child):before {
161
+ .awsui_header-cell-resizable_1spae_l3ery_132:not(#\9):not(:last-child):before {
162
162
  border-left-color: var(--color-border-divider-interactive-default-2k7xs4, #687078);
163
163
  }
164
164
 
165
- .awsui_sorting-icon_1spae_79abw_165:not(#\9) {
165
+ .awsui_sorting-icon_1spae_l3ery_165:not(#\9) {
166
166
  position: absolute;
167
167
  top: 50%;
168
168
  transform: translateY(-50%);
@@ -170,31 +170,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
170
170
  color: var(--color-text-column-sorting-icon-btnn2y, #687078);
171
171
  }
172
172
 
173
- .awsui_edit-icon_1spae_79abw_173:not(#\9) {
173
+ .awsui_edit-icon_1spae_l3ery_173:not(#\9) {
174
174
  margin-left: var(--space-xxs-9rrxti, 4px);
175
175
  margin-top: var(--space-scaled-xxs-t7ij38, 4px);
176
176
  color: inherit;
177
177
  }
178
178
 
179
- .awsui_header-cell-content_1spae_79abw_179:not(#\9) {
179
+ .awsui_header-cell-content_1spae_l3ery_179:not(#\9) {
180
180
  position: relative;
181
181
  padding: var(--space-scaled-xxs-t7ij38, 4px) var(--space-s-2025hl, 12px);
182
182
  }
183
- .awsui_header-cell-sortable_1spae_79abw_114 > .awsui_header-cell-content_1spae_79abw_179:not(#\9) {
183
+ .awsui_header-cell-sortable_1spae_l3ery_114 > .awsui_header-cell-content_1spae_l3ery_179:not(#\9) {
184
184
  padding-right: calc(var(--space-xl-5fdwzu, 24px) + var(--space-xxs-9rrxti, 4px));
185
185
  }
186
- .awsui_header-cell-content_1spae_79abw_179:not(#\9):focus {
186
+ .awsui_header-cell-content_1spae_l3ery_179:not(#\9):focus {
187
187
  outline: none;
188
188
  text-decoration: none;
189
189
  }
190
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79abw_179:not(#\9):focus {
190
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_l3ery_179:not(#\9):focus {
191
191
  position: relative;
192
192
  }
193
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79abw_179:not(#\9):focus {
193
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_l3ery_179:not(#\9):focus {
194
194
  outline: 2px dotted transparent;
195
195
  outline-offset: calc(var(--space-table-header-focus-outline-gutter-czfdw1, 0px) - 1px);
196
196
  }
197
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79abw_179:not(#\9):focus::before {
197
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_l3ery_179:not(#\9):focus::before {
198
198
  content: " ";
199
199
  display: block;
200
200
  position: absolute;
@@ -205,14 +205,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79abw_179:n
205
205
  border-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
206
206
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
207
207
  }
208
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79abw_179.awsui_header-cell-fake-focus_1spae_79abw_208:not(#\9) {
208
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_l3ery_179.awsui_header-cell-fake-focus_1spae_l3ery_208:not(#\9) {
209
209
  position: relative;
210
210
  }
211
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79abw_179.awsui_header-cell-fake-focus_1spae_79abw_208:not(#\9) {
211
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_l3ery_179.awsui_header-cell-fake-focus_1spae_l3ery_208:not(#\9) {
212
212
  outline: 2px dotted transparent;
213
213
  outline-offset: calc(var(--space-table-header-focus-outline-gutter-czfdw1, 0px) - 1px);
214
214
  }
215
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79abw_179.awsui_header-cell-fake-focus_1spae_79abw_208:not(#\9)::before {
215
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_l3ery_179.awsui_header-cell-fake-focus_1spae_l3ery_208:not(#\9)::before {
216
216
  content: " ";
217
217
  display: block;
218
218
  position: absolute;
@@ -223,33 +223,33 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79abw_179.a
223
223
  border-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
224
224
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
225
225
  }
226
- .awsui_header-cell-disabled_1spae_79abw_226.awsui_header-cell-sorted_1spae_79abw_226 > .awsui_header-cell-content_1spae_79abw_179 > .awsui_sorting-icon_1spae_79abw_165:not(#\9) {
226
+ .awsui_header-cell-disabled_1spae_l3ery_226.awsui_header-cell-sorted_1spae_l3ery_226 > .awsui_header-cell-content_1spae_l3ery_179 > .awsui_sorting-icon_1spae_l3ery_165:not(#\9) {
227
227
  color: var(--color-text-interactive-disabled-e23z4j, #aab7b8);
228
228
  }
229
229
 
230
- .awsui_header-cell-sortable_1spae_79abw_114:not(#\9):not(.awsui_header-cell-disabled_1spae_79abw_226) > .awsui_header-cell-content_1spae_79abw_179 {
230
+ .awsui_header-cell-sortable_1spae_l3ery_114:not(#\9):not(.awsui_header-cell-disabled_1spae_l3ery_226) > .awsui_header-cell-content_1spae_l3ery_179 {
231
231
  cursor: pointer;
232
232
  }
233
- .awsui_header-cell-sortable_1spae_79abw_114:not(#\9):not(.awsui_header-cell-disabled_1spae_79abw_226) > .awsui_header-cell-content_1spae_79abw_179:hover, .awsui_header-cell-sortable_1spae_79abw_114:not(#\9):not(.awsui_header-cell-disabled_1spae_79abw_226).awsui_header-cell-sorted_1spae_79abw_226 > .awsui_header-cell-content_1spae_79abw_179 {
233
+ .awsui_header-cell-sortable_1spae_l3ery_114:not(#\9):not(.awsui_header-cell-disabled_1spae_l3ery_226) > .awsui_header-cell-content_1spae_l3ery_179:hover, .awsui_header-cell-sortable_1spae_l3ery_114:not(#\9):not(.awsui_header-cell-disabled_1spae_l3ery_226).awsui_header-cell-sorted_1spae_l3ery_226 > .awsui_header-cell-content_1spae_l3ery_179 {
234
234
  color: var(--color-text-interactive-active-jrhxoe, #16191f);
235
235
  }
236
- .awsui_header-cell-sortable_1spae_79abw_114:not(#\9):not(.awsui_header-cell-disabled_1spae_79abw_226) > .awsui_header-cell-content_1spae_79abw_179:hover > .awsui_sorting-icon_1spae_79abw_165, .awsui_header-cell-sortable_1spae_79abw_114:not(#\9):not(.awsui_header-cell-disabled_1spae_79abw_226).awsui_header-cell-sorted_1spae_79abw_226 > .awsui_header-cell-content_1spae_79abw_179 > .awsui_sorting-icon_1spae_79abw_165 {
236
+ .awsui_header-cell-sortable_1spae_l3ery_114:not(#\9):not(.awsui_header-cell-disabled_1spae_l3ery_226) > .awsui_header-cell-content_1spae_l3ery_179:hover > .awsui_sorting-icon_1spae_l3ery_165, .awsui_header-cell-sortable_1spae_l3ery_114:not(#\9):not(.awsui_header-cell-disabled_1spae_l3ery_226).awsui_header-cell-sorted_1spae_l3ery_226 > .awsui_header-cell-content_1spae_l3ery_179 > .awsui_sorting-icon_1spae_l3ery_165 {
237
237
  color: var(--color-text-interactive-active-jrhxoe, #16191f);
238
238
  }
239
239
 
240
- .awsui_header-cell-text_1spae_79abw_240:not(#\9) {
241
- line-height: var(--font-heading-xs-line-height-5gb2ts, 20px);
240
+ .awsui_header-cell-text_1spae_l3ery_240:not(#\9) {
241
+ line-height: var(--line-height-heading-xs-jsenn1, 20px);
242
242
  padding-top: calc(var(--space-xxxs-z28114, 2px) / 2);
243
243
  padding-bottom: calc(var(--space-xxxs-z28114, 2px) / 2);
244
244
  }
245
- .awsui_header-cell-text_1spae_79abw_240:not(#\9):not(.awsui_header-cell-text-wrap_1spae_79abw_245) {
245
+ .awsui_header-cell-text_1spae_l3ery_240:not(#\9):not(.awsui_header-cell-text-wrap_1spae_l3ery_245) {
246
246
  white-space: nowrap;
247
247
  overflow: hidden;
248
248
  text-overflow: ellipsis;
249
249
  }
250
250
 
251
- .awsui_header-cell-ascending_1spae_79abw_251:not(#\9),
252
- .awsui_header-cell-descending_1spae_79abw_252:not(#\9) {
251
+ .awsui_header-cell-ascending_1spae_l3ery_251:not(#\9),
252
+ .awsui_header-cell-descending_1spae_l3ery_252:not(#\9) {
253
253
  /* used in test-utils */
254
254
  }
255
255
 
@@ -259,29 +259,29 @@ with the left edge of the table as closely as possible. If the
259
259
  last header cell is sortable the sort icon should align with the
260
260
  settings icon in the pagination slot.
261
261
  */
262
- .awsui_header-cell_1spae_79abw_93:not(#\9):not(.awsui_is-visual-refresh_1spae_79abw_262):first-child {
262
+ .awsui_header-cell_1spae_l3ery_93:not(#\9):not(.awsui_is-visual-refresh_1spae_l3ery_262):first-child {
263
263
  padding-left: var(--space-xs-xf5ch3, 8px);
264
264
  }
265
265
 
266
- .awsui_header-cell_1spae_79abw_93.awsui_is-visual-refresh_1spae_79abw_262:not(#\9) {
266
+ .awsui_header-cell_1spae_l3ery_93.awsui_is-visual-refresh_1spae_l3ery_262:not(#\9) {
267
267
  /*
268
268
  Striped rows requires additional left padding because the
269
269
  shaded background makes the child content appear too close
270
270
  to the table edge.
271
271
  */
272
272
  }
273
- .awsui_header-cell_1spae_79abw_93.awsui_is-visual-refresh_1spae_79abw_262:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_79abw_273) {
273
+ .awsui_header-cell_1spae_l3ery_93.awsui_is-visual-refresh_1spae_l3ery_262:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_l3ery_273) {
274
274
  padding-left: var(--space-xxxs-z28114, 2px);
275
275
  }
276
- .awsui_header-cell_1spae_79abw_93.awsui_is-visual-refresh_1spae_79abw_262:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_79abw_273).awsui_sticky-cell-pad-left_1spae_79abw_125 {
276
+ .awsui_header-cell_1spae_l3ery_93.awsui_is-visual-refresh_1spae_l3ery_262:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_l3ery_273).awsui_sticky-cell-pad-left_1spae_l3ery_125 {
277
277
  padding-left: var(--space-table-horizontal-ciak0s, 0px);
278
278
  }
279
- .awsui_header-cell_1spae_79abw_93.awsui_is-visual-refresh_1spae_79abw_262:not(#\9):first-child.awsui_has-striped-rows_1spae_79abw_273 {
279
+ .awsui_header-cell_1spae_l3ery_93.awsui_is-visual-refresh_1spae_l3ery_262:not(#\9):first-child.awsui_has-striped-rows_1spae_l3ery_273 {
280
280
  padding-left: var(--space-xxs-9rrxti, 4px);
281
281
  }
282
- .awsui_header-cell_1spae_79abw_93.awsui_is-visual-refresh_1spae_79abw_262:not(#\9):first-child > .awsui_header-cell-content_1spae_79abw_179 {
282
+ .awsui_header-cell_1spae_l3ery_93.awsui_is-visual-refresh_1spae_l3ery_262:not(#\9):first-child > .awsui_header-cell-content_1spae_l3ery_179 {
283
283
  padding-left: 0;
284
284
  }
285
- .awsui_header-cell_1spae_79abw_93.awsui_is-visual-refresh_1spae_79abw_262:not(#\9):last-child.awsui_header-cell-sortable_1spae_79abw_114 {
285
+ .awsui_header-cell_1spae_l3ery_93.awsui_is-visual-refresh_1spae_l3ery_262:not(#\9):last-child.awsui_header-cell-sortable_1spae_l3ery_114 {
286
286
  padding-right: var(--space-xxxs-z28114, 2px);
287
287
  }
@@ -2,29 +2,29 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "header-cell": "awsui_header-cell_1spae_79abw_93",
6
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_79abw_105",
7
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_79abw_108",
8
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_79abw_108",
9
- "header-cell-hidden": "awsui_header-cell-hidden_1spae_79abw_111",
10
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_79abw_114",
11
- "sticky-cell": "awsui_sticky-cell_1spae_79abw_117",
12
- "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_79abw_125",
13
- "has-selection": "awsui_has-selection_1spae_79abw_125",
14
- "sticky-cell-last-left": "awsui_sticky-cell-last-left_1spae_79abw_128",
15
- "header-cell-resizable": "awsui_header-cell-resizable_1spae_79abw_132",
16
- "sticky-cell-last-right": "awsui_sticky-cell-last-right_1spae_79abw_135",
17
- "sorting-icon": "awsui_sorting-icon_1spae_79abw_165",
18
- "edit-icon": "awsui_edit-icon_1spae_79abw_173",
19
- "header-cell-content": "awsui_header-cell-content_1spae_79abw_179",
20
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_79abw_208",
21
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_79abw_226",
22
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_79abw_226",
23
- "header-cell-text": "awsui_header-cell-text_1spae_79abw_240",
24
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_79abw_245",
25
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_79abw_251",
26
- "header-cell-descending": "awsui_header-cell-descending_1spae_79abw_252",
27
- "is-visual-refresh": "awsui_is-visual-refresh_1spae_79abw_262",
28
- "has-striped-rows": "awsui_has-striped-rows_1spae_79abw_273"
5
+ "header-cell": "awsui_header-cell_1spae_l3ery_93",
6
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_l3ery_105",
7
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_l3ery_108",
8
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_l3ery_108",
9
+ "header-cell-hidden": "awsui_header-cell-hidden_1spae_l3ery_111",
10
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_l3ery_114",
11
+ "sticky-cell": "awsui_sticky-cell_1spae_l3ery_117",
12
+ "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_l3ery_125",
13
+ "has-selection": "awsui_has-selection_1spae_l3ery_125",
14
+ "sticky-cell-last-left": "awsui_sticky-cell-last-left_1spae_l3ery_128",
15
+ "header-cell-resizable": "awsui_header-cell-resizable_1spae_l3ery_132",
16
+ "sticky-cell-last-right": "awsui_sticky-cell-last-right_1spae_l3ery_135",
17
+ "sorting-icon": "awsui_sorting-icon_1spae_l3ery_165",
18
+ "edit-icon": "awsui_edit-icon_1spae_l3ery_173",
19
+ "header-cell-content": "awsui_header-cell-content_1spae_l3ery_179",
20
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_l3ery_208",
21
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_l3ery_226",
22
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_l3ery_226",
23
+ "header-cell-text": "awsui_header-cell-text_1spae_l3ery_240",
24
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_l3ery_245",
25
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_l3ery_251",
26
+ "header-cell-descending": "awsui_header-cell-descending_1spae_l3ery_252",
27
+ "is-visual-refresh": "awsui_is-visual-refresh_1spae_l3ery_262",
28
+ "has-striped-rows": "awsui_has-striped-rows_1spae_l3ery_273"
29
29
  };
30
30
 
@@ -1,11 +1,11 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "resize-active": "awsui_resize-active_x7peu_1y7e0_93",
5
- "resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_1y7e0_93",
6
- "resizer": "awsui_resizer_x7peu_1y7e0_98",
7
- "resizer-active": "awsui_resizer-active_x7peu_1y7e0_114",
8
- "has-focus": "awsui_has-focus_x7peu_1y7e0_126",
9
- "tracker": "awsui_tracker_x7peu_1y7e0_149"
4
+ "resize-active": "awsui_resize-active_x7peu_k6rv0_93",
5
+ "resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_k6rv0_93",
6
+ "resizer": "awsui_resizer_x7peu_k6rv0_98",
7
+ "resizer-active": "awsui_resizer-active_x7peu_k6rv0_114",
8
+ "has-focus": "awsui_has-focus_x7peu_k6rv0_126",
9
+ "tracker": "awsui_tracker_x7peu_k6rv0_149"
10
10
  };
11
11