@cloudscape-design/components-themeable 3.0.1333 → 3.0.1335

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 (206) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/box/visual-accent.scss +61 -25
  3. package/lib/internal/scss/button/styles.scss +6 -0
  4. package/lib/internal/scss/code-editor/ace-editor.scss +1 -1
  5. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  6. package/lib/internal/scss/side-navigation/styles.scss +10 -3
  7. package/lib/internal/scss/steps/styles.scss +113 -31
  8. package/lib/internal/scss/table/header-cell/styles.scss +42 -14
  9. package/lib/internal/scss/table/styles.scss +6 -0
  10. package/lib/internal/scss/tooltip/styles.scss +22 -0
  11. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js +1 -1
  12. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -1
  13. package/lib/internal/template/box/interfaces.d.ts +1 -1
  14. package/lib/internal/template/box/interfaces.d.ts.map +1 -1
  15. package/lib/internal/template/box/interfaces.js.map +1 -1
  16. package/lib/internal/template/box/styles.css.js +220 -224
  17. package/lib/internal/template/box/styles.scoped.css +293 -313
  18. package/lib/internal/template/box/styles.selectors.js +220 -224
  19. package/lib/internal/template/button/internal.d.ts +2 -0
  20. package/lib/internal/template/button/internal.d.ts.map +1 -1
  21. package/lib/internal/template/button/internal.js +2 -1
  22. package/lib/internal/template/button/internal.js.map +1 -1
  23. package/lib/internal/template/button/styles.css.js +23 -22
  24. package/lib/internal/template/button/styles.scoped.css +74 -69
  25. package/lib/internal/template/button/styles.selectors.js +23 -22
  26. package/lib/internal/template/button-dropdown/internal-interfaces.d.ts +11 -0
  27. package/lib/internal/template/button-dropdown/internal-interfaces.d.ts.map +1 -1
  28. package/lib/internal/template/button-dropdown/internal-interfaces.js.map +1 -1
  29. package/lib/internal/template/button-dropdown/internal.d.ts.map +1 -1
  30. package/lib/internal/template/button-dropdown/internal.js +3 -2
  31. package/lib/internal/template/button-dropdown/internal.js.map +1 -1
  32. package/lib/internal/template/button-group/copy-to-clipboard-item.d.ts +16 -0
  33. package/lib/internal/template/button-group/copy-to-clipboard-item.d.ts.map +1 -0
  34. package/lib/internal/template/button-group/copy-to-clipboard-item.js +38 -0
  35. package/lib/internal/template/button-group/copy-to-clipboard-item.js.map +1 -0
  36. package/lib/internal/template/button-group/index.d.ts.map +1 -1
  37. package/lib/internal/template/button-group/index.js +9 -1
  38. package/lib/internal/template/button-group/index.js.map +1 -1
  39. package/lib/internal/template/button-group/interfaces.d.ts +38 -2
  40. package/lib/internal/template/button-group/interfaces.d.ts.map +1 -1
  41. package/lib/internal/template/button-group/interfaces.js.map +1 -1
  42. package/lib/internal/template/button-group/internal-interfaces.d.ts +1 -1
  43. package/lib/internal/template/button-group/internal-interfaces.d.ts.map +1 -1
  44. package/lib/internal/template/button-group/internal-interfaces.js.map +1 -1
  45. package/lib/internal/template/button-group/internal.d.ts.map +1 -1
  46. package/lib/internal/template/button-group/internal.js +2 -2
  47. package/lib/internal/template/button-group/internal.js.map +1 -1
  48. package/lib/internal/template/button-group/item-element.d.ts +2 -0
  49. package/lib/internal/template/button-group/item-element.d.ts.map +1 -1
  50. package/lib/internal/template/button-group/item-element.js +13 -3
  51. package/lib/internal/template/button-group/item-element.js.map +1 -1
  52. package/lib/internal/template/code-editor/styles.css.js +33 -33
  53. package/lib/internal/template/code-editor/styles.scoped.css +187 -187
  54. package/lib/internal/template/code-editor/styles.selectors.js +33 -33
  55. package/lib/internal/template/i18n/messages/all.all.js +1 -1
  56. package/lib/internal/template/i18n/messages/all.all.json +1 -1
  57. package/lib/internal/template/i18n/messages/all.ar.js +1 -1
  58. package/lib/internal/template/i18n/messages/all.ar.json +1 -1
  59. package/lib/internal/template/i18n/messages/all.de.js +1 -1
  60. package/lib/internal/template/i18n/messages/all.de.json +1 -1
  61. package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
  62. package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
  63. package/lib/internal/template/i18n/messages/all.en.js +1 -1
  64. package/lib/internal/template/i18n/messages/all.en.json +1 -1
  65. package/lib/internal/template/i18n/messages/all.es.js +1 -1
  66. package/lib/internal/template/i18n/messages/all.es.json +1 -1
  67. package/lib/internal/template/i18n/messages/all.fr.js +1 -1
  68. package/lib/internal/template/i18n/messages/all.fr.json +1 -1
  69. package/lib/internal/template/i18n/messages/all.id.js +1 -1
  70. package/lib/internal/template/i18n/messages/all.id.json +1 -1
  71. package/lib/internal/template/i18n/messages/all.it.js +1 -1
  72. package/lib/internal/template/i18n/messages/all.it.json +1 -1
  73. package/lib/internal/template/i18n/messages/all.ja.js +1 -1
  74. package/lib/internal/template/i18n/messages/all.ja.json +1 -1
  75. package/lib/internal/template/i18n/messages/all.ko.js +1 -1
  76. package/lib/internal/template/i18n/messages/all.ko.json +1 -1
  77. package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
  78. package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
  79. package/lib/internal/template/i18n/messages/all.tr.js +1 -1
  80. package/lib/internal/template/i18n/messages/all.tr.json +1 -1
  81. package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
  82. package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
  83. package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
  84. package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
  85. package/lib/internal/template/i18n/messages-types.d.ts +19 -0
  86. package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
  87. package/lib/internal/template/i18n/messages-types.js.map +1 -1
  88. package/lib/internal/template/internal/base-component/styles.scoped.css +163 -3
  89. package/lib/internal/template/internal/environment.js +2 -2
  90. package/lib/internal/template/internal/environment.json +2 -2
  91. package/lib/internal/template/internal/generated/styles/tokens.d.ts +35 -38
  92. package/lib/internal/template/internal/generated/styles/tokens.js +35 -38
  93. package/lib/internal/template/internal/generated/theming/index.cjs +585 -774
  94. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +36 -9
  95. package/lib/internal/template/internal/generated/theming/index.d.ts +36 -9
  96. package/lib/internal/template/internal/generated/theming/index.js +585 -774
  97. package/lib/internal/template/internal/utils/scrollable-containers.d.ts +5 -0
  98. package/lib/internal/template/internal/utils/scrollable-containers.d.ts.map +1 -1
  99. package/lib/internal/template/internal/utils/scrollable-containers.js +16 -0
  100. package/lib/internal/template/internal/utils/scrollable-containers.js.map +1 -1
  101. package/lib/internal/template/side-navigation/implementation.d.ts.map +1 -1
  102. package/lib/internal/template/side-navigation/implementation.js +3 -2
  103. package/lib/internal/template/side-navigation/implementation.js.map +1 -1
  104. package/lib/internal/template/side-navigation/parts.d.ts +2 -1
  105. package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
  106. package/lib/internal/template/side-navigation/parts.js +14 -13
  107. package/lib/internal/template/side-navigation/parts.js.map +1 -1
  108. package/lib/internal/template/side-navigation/styles.css.js +48 -47
  109. package/lib/internal/template/side-navigation/styles.scoped.css +77 -74
  110. package/lib/internal/template/side-navigation/styles.selectors.js +48 -47
  111. package/lib/internal/template/side-navigation/util.d.ts +1 -0
  112. package/lib/internal/template/side-navigation/util.d.ts.map +1 -1
  113. package/lib/internal/template/side-navigation/util.js +5 -0
  114. package/lib/internal/template/side-navigation/util.js.map +1 -1
  115. package/lib/internal/template/steps/interfaces.d.ts +2 -0
  116. package/lib/internal/template/steps/interfaces.d.ts.map +1 -1
  117. package/lib/internal/template/steps/interfaces.js.map +1 -1
  118. package/lib/internal/template/steps/internal.d.ts.map +1 -1
  119. package/lib/internal/template/steps/internal.js +35 -12
  120. package/lib/internal/template/steps/internal.js.map +1 -1
  121. package/lib/internal/template/steps/styles.css.js +17 -13
  122. package/lib/internal/template/steps/styles.scoped.css +99 -42
  123. package/lib/internal/template/steps/styles.selectors.js +17 -13
  124. package/lib/internal/template/table/clear-sort.d.ts +9 -0
  125. package/lib/internal/template/table/clear-sort.d.ts.map +1 -0
  126. package/lib/internal/template/table/clear-sort.js +15 -0
  127. package/lib/internal/template/table/clear-sort.js.map +1 -0
  128. package/lib/internal/template/table/header-cell/index.d.ts +4 -1
  129. package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
  130. package/lib/internal/template/table/header-cell/index.js +122 -33
  131. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  132. package/lib/internal/template/table/header-cell/sort-menu.d.ts +14 -0
  133. package/lib/internal/template/table/header-cell/sort-menu.d.ts.map +1 -0
  134. package/lib/internal/template/table/header-cell/sort-menu.js +50 -0
  135. package/lib/internal/template/table/header-cell/sort-menu.js.map +1 -0
  136. package/lib/internal/template/table/header-cell/styles.css.js +38 -33
  137. package/lib/internal/template/table/header-cell/styles.scoped.css +101 -76
  138. package/lib/internal/template/table/header-cell/styles.selectors.js +38 -33
  139. package/lib/internal/template/table/header-cell/th-element.d.ts +8 -1
  140. package/lib/internal/template/table/header-cell/th-element.d.ts.map +1 -1
  141. package/lib/internal/template/table/header-cell/th-element.js +6 -2
  142. package/lib/internal/template/table/header-cell/th-element.js.map +1 -1
  143. package/lib/internal/template/table/index.d.ts.map +1 -1
  144. package/lib/internal/template/table/index.js +8 -4
  145. package/lib/internal/template/table/index.js.map +1 -1
  146. package/lib/internal/template/table/interfaces.d.ts +81 -2
  147. package/lib/internal/template/table/interfaces.d.ts.map +1 -1
  148. package/lib/internal/template/table/interfaces.js.map +1 -1
  149. package/lib/internal/template/table/internal.d.ts.map +1 -1
  150. package/lib/internal/template/table/internal.js +40 -9
  151. package/lib/internal/template/table/internal.js.map +1 -1
  152. package/lib/internal/template/table/multi-column-sort/live-announcement.d.ts +16 -0
  153. package/lib/internal/template/table/multi-column-sort/live-announcement.d.ts.map +1 -0
  154. package/lib/internal/template/table/multi-column-sort/live-announcement.js +68 -0
  155. package/lib/internal/template/table/multi-column-sort/live-announcement.js.map +1 -0
  156. package/lib/internal/template/table/multi-column-sort/utils.d.ts +45 -0
  157. package/lib/internal/template/table/multi-column-sort/utils.d.ts.map +1 -0
  158. package/lib/internal/template/table/multi-column-sort/utils.js +76 -0
  159. package/lib/internal/template/table/multi-column-sort/utils.js.map +1 -0
  160. package/lib/internal/template/table/styles.css.js +37 -36
  161. package/lib/internal/template/table/styles.scoped.css +46 -43
  162. package/lib/internal/template/table/styles.selectors.js +37 -36
  163. package/lib/internal/template/table/thead.d.ts +3 -0
  164. package/lib/internal/template/table/thead.d.ts.map +1 -1
  165. package/lib/internal/template/table/thead.js +3 -3
  166. package/lib/internal/template/table/thead.js.map +1 -1
  167. package/lib/internal/template/table/tools-header.d.ts +2 -1
  168. package/lib/internal/template/table/tools-header.d.ts.map +1 -1
  169. package/lib/internal/template/table/tools-header.js +4 -3
  170. package/lib/internal/template/table/tools-header.js.map +1 -1
  171. package/lib/internal/template/table/use-auto-skeleton-rows.d.ts +12 -0
  172. package/lib/internal/template/table/use-auto-skeleton-rows.d.ts.map +1 -0
  173. package/lib/internal/template/table/use-auto-skeleton-rows.js +100 -0
  174. package/lib/internal/template/table/use-auto-skeleton-rows.js.map +1 -0
  175. package/lib/internal/template/test-utils/dom/button-group/index.d.ts +4 -0
  176. package/lib/internal/template/test-utils/dom/button-group/index.js +8 -0
  177. package/lib/internal/template/test-utils/dom/button-group/index.js.map +1 -1
  178. package/lib/internal/template/test-utils/dom/pagination/index.js +2 -2
  179. package/lib/internal/template/test-utils/dom/pagination/index.js.map +1 -1
  180. package/lib/internal/template/test-utils/dom/steps/index.d.ts +4 -0
  181. package/lib/internal/template/test-utils/dom/steps/index.js +6 -0
  182. package/lib/internal/template/test-utils/dom/steps/index.js.map +1 -1
  183. package/lib/internal/template/test-utils/dom/table/index.d.ts +77 -0
  184. package/lib/internal/template/test-utils/dom/table/index.js +87 -2
  185. package/lib/internal/template/test-utils/dom/table/index.js.map +1 -1
  186. package/lib/internal/template/test-utils/selectors/button-group/index.d.ts +4 -0
  187. package/lib/internal/template/test-utils/selectors/button-group/index.js +8 -0
  188. package/lib/internal/template/test-utils/selectors/button-group/index.js.map +1 -1
  189. package/lib/internal/template/test-utils/selectors/pagination/index.js +2 -2
  190. package/lib/internal/template/test-utils/selectors/pagination/index.js.map +1 -1
  191. package/lib/internal/template/test-utils/selectors/steps/index.d.ts +4 -0
  192. package/lib/internal/template/test-utils/selectors/steps/index.js +6 -0
  193. package/lib/internal/template/test-utils/selectors/steps/index.js.map +1 -1
  194. package/lib/internal/template/test-utils/selectors/table/index.d.ts +77 -0
  195. package/lib/internal/template/test-utils/selectors/table/index.js +87 -2
  196. package/lib/internal/template/test-utils/selectors/table/index.js.map +1 -1
  197. package/lib/internal/template/tooltip/internal.d.ts.map +1 -1
  198. package/lib/internal/template/tooltip/internal.js +2 -1
  199. package/lib/internal/template/tooltip/internal.js.map +1 -1
  200. package/lib/internal/template/tooltip/styles.css.js +7 -0
  201. package/lib/internal/template/tooltip/styles.scoped.css +165 -0
  202. package/lib/internal/template/tooltip/styles.selectors.js +8 -0
  203. package/lib/internal/template/top-navigation/use-top-navigation.d.ts.map +1 -1
  204. package/lib/internal/template/top-navigation/use-top-navigation.js +2 -5
  205. package/lib/internal/template/top-navigation/use-top-navigation.js.map +1 -1
  206. package/package.json +1 -1
@@ -146,7 +146,7 @@
146
146
  */
147
147
  /* Style used for links in slots/components that are text heavy, to help links stand out among
148
148
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
149
- .awsui_header-cell_1spae_wqnmg_149:not(#\9) {
149
+ .awsui_header-cell_1spae_1oja5_149:not(#\9) {
150
150
  position: relative;
151
151
  text-align: start;
152
152
  box-sizing: border-box;
@@ -159,14 +159,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
159
159
  padding-block: var(--space-scaled-xxs-jatbiv, 4px);
160
160
  padding-inline: var(--space-scaled-xs-sppte9, 8px);
161
161
  }
162
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149:not(#\9):focus {
162
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149:not(#\9):focus {
163
163
  position: relative;
164
164
  }
165
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149:not(#\9):focus {
165
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149:not(#\9):focus {
166
166
  outline: 2px dotted transparent;
167
167
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
168
168
  }
169
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149:not(#\9):focus::before {
169
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149:not(#\9):focus::before {
170
170
  content: " ";
171
171
  display: block;
172
172
  position: absolute;
@@ -180,14 +180,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149:not(#\9):
180
180
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
181
181
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
182
182
  }
183
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-fake-focus_1spae_wqnmg_183:not(#\9) {
183
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-fake-focus_1spae_1oja5_183:not(#\9) {
184
184
  position: relative;
185
185
  }
186
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-fake-focus_1spae_wqnmg_183:not(#\9) {
186
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-fake-focus_1spae_1oja5_183:not(#\9) {
187
187
  outline: 2px dotted transparent;
188
188
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
189
189
  }
190
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-fake-focus_1spae_wqnmg_183:not(#\9)::before {
190
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-fake-focus_1spae_1oja5_183:not(#\9)::before {
191
191
  content: " ";
192
192
  display: block;
193
193
  position: absolute;
@@ -201,36 +201,36 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_hea
201
201
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
202
202
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
203
203
  }
204
- .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-group_1spae_wqnmg_204:not(#\9), .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-grouped_1spae_wqnmg_204:not(#\9), .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-spans-rows_1spae_wqnmg_204:not(#\9) {
204
+ .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-group_1spae_1oja5_204:not(#\9), .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-grouped_1spae_1oja5_204:not(#\9), .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-spans-rows_1spae_1oja5_204:not(#\9) {
205
205
  padding-block: var(--space-xxxs-3w1kr2, 2px);
206
206
  padding-inline: var(--space-scaled-xs-sppte9, 8px);
207
207
  border-block-end-color: var(--color-border-divider-table-group-enot8o, #879596);
208
208
  }
209
- .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-group_1spae_wqnmg_204 > .awsui_resize-divider_1spae_wqnmg_209.awsui_resize-divider_1spae_wqnmg_209:not(#\9), .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-grouped_1spae_wqnmg_204 > .awsui_resize-divider_1spae_wqnmg_209.awsui_resize-divider_1spae_wqnmg_209:not(#\9), .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-spans-rows_1spae_wqnmg_204 > .awsui_resize-divider_1spae_wqnmg_209.awsui_resize-divider_1spae_wqnmg_209:not(#\9) {
209
+ .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-group_1spae_1oja5_204 > .awsui_resize-divider_1spae_1oja5_209.awsui_resize-divider_1spae_1oja5_209:not(#\9), .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-grouped_1spae_1oja5_204 > .awsui_resize-divider_1spae_1oja5_209.awsui_resize-divider_1spae_1oja5_209:not(#\9), .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-spans-rows_1spae_1oja5_204 > .awsui_resize-divider_1spae_1oja5_209.awsui_resize-divider_1spae_1oja5_209:not(#\9) {
210
210
  border-inline-start-color: var(--color-border-divider-table-group-enot8o, #879596);
211
211
  }
212
- .awsui_header-cell-sticky_1spae_wqnmg_212:not(#\9) {
212
+ .awsui_header-cell-sticky_1spae_1oja5_212:not(#\9) {
213
213
  border-block-end: var(--border-table-sticky-width-0njdoj, 0px) solid var(--color-border-divider-default-ipvpev, #eaeded);
214
214
  }
215
- .awsui_header-cell-sticky_1spae_wqnmg_212.awsui_header-cell-group_1spae_wqnmg_204:not(#\9), .awsui_header-cell-sticky_1spae_wqnmg_212.awsui_header-cell-grouped_1spae_wqnmg_204:not(#\9), .awsui_header-cell-sticky_1spae_wqnmg_212.awsui_header-cell-spans-rows_1spae_wqnmg_204:not(#\9) {
215
+ .awsui_header-cell-sticky_1spae_1oja5_212.awsui_header-cell-group_1spae_1oja5_204:not(#\9), .awsui_header-cell-sticky_1spae_1oja5_212.awsui_header-cell-grouped_1spae_1oja5_204:not(#\9), .awsui_header-cell-sticky_1spae_1oja5_212.awsui_header-cell-spans-rows_1spae_1oja5_204:not(#\9) {
216
216
  border-block-end-color: var(--color-border-divider-table-group-enot8o, #879596);
217
217
  }
218
- .awsui_header-cell-stuck_1spae_wqnmg_218:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_wqnmg_218) {
218
+ .awsui_header-cell-stuck_1spae_1oja5_218:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_1oja5_218) {
219
219
  border-block-end-color: transparent;
220
220
  }
221
- .awsui_header-cell-variant-full-page_1spae_wqnmg_218:not(#\9) {
221
+ .awsui_header-cell-variant-full-page_1spae_1oja5_218:not(#\9) {
222
222
  background: var(--color-background-layout-main-05m5y6, #f2f3f3);
223
223
  }
224
- .awsui_header-cell-variant-full-page_1spae_wqnmg_218.awsui_header-cell-hidden_1spae_wqnmg_224:not(#\9) {
224
+ .awsui_header-cell-variant-full-page_1spae_1oja5_218.awsui_header-cell-hidden_1spae_1oja5_224:not(#\9) {
225
225
  border-block-end-color: transparent;
226
226
  }
227
- .awsui_header-cell-variant-embedded_1spae_wqnmg_227.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_wqnmg_212, .awsui_sticky-cell_1spae_wqnmg_227)), .awsui_header-cell-variant-borderless_1spae_wqnmg_227.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_wqnmg_212, .awsui_sticky-cell_1spae_wqnmg_227)) {
227
+ .awsui_header-cell-variant-embedded_1spae_1oja5_227.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_1oja5_212, .awsui_sticky-cell_1spae_1oja5_227)), .awsui_header-cell-variant-borderless_1spae_1oja5_227.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_1oja5_212, .awsui_sticky-cell_1spae_1oja5_227)) {
228
228
  background: none;
229
229
  }
230
- .awsui_header-cell_1spae_wqnmg_149:not(#\9):last-child, .awsui_header-cell_1spae_wqnmg_149[data-rightmost]:not(#\9), .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9) {
230
+ .awsui_header-cell_1spae_1oja5_149:not(#\9):last-child, .awsui_header-cell_1spae_1oja5_149[data-rightmost]:not(#\9), .awsui_header-cell_1spae_1oja5_149.awsui_header-cell-sortable_1spae_1oja5_230:not(#\9) {
231
231
  padding-inline-end: var(--space-xs-kw7k3v, 8px);
232
232
  }
233
- .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell_1spae_wqnmg_227:not(#\9) {
233
+ .awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell_1spae_1oja5_227:not(#\9) {
234
234
  position: sticky;
235
235
  background: var(--color-background-table-header-5hauij, #fafafa);
236
236
  z-index: 798;
@@ -239,44 +239,44 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_hea
239
239
  transition-timing-function: var(--motion-easing-sticky-xd5evu, ease-out);
240
240
  }
241
241
  @media (prefers-reduced-motion: reduce) {
242
- .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell_1spae_wqnmg_227:not(#\9) {
242
+ .awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell_1spae_1oja5_227:not(#\9) {
243
243
  animation: none;
244
244
  transition: none;
245
245
  }
246
246
  }
247
- .awsui-motion-disabled .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell_1spae_wqnmg_227:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell_1spae_wqnmg_227:not(#\9) {
247
+ .awsui-motion-disabled .awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell_1spae_1oja5_227:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell_1spae_1oja5_227:not(#\9) {
248
248
  animation: none;
249
249
  transition: none;
250
250
  }
251
- .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell_1spae_wqnmg_227.awsui_table-variant-full-page_1spae_wqnmg_251:not(#\9) {
251
+ .awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell_1spae_1oja5_227.awsui_table-variant-full-page_1spae_1oja5_251:not(#\9) {
252
252
  background: var(--color-background-layout-main-05m5y6, #f2f3f3);
253
253
  }
254
- .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell-pad-left_1spae_wqnmg_254:not(#\9):not(.awsui_has-selection_1spae_wqnmg_254) {
254
+ .awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell-pad-left_1spae_1oja5_254:not(#\9):not(.awsui_has-selection_1spae_1oja5_254) {
255
255
  padding-inline-start: var(--space-table-horizontal-xmv4qa, 0px);
256
256
  }
257
- .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell-last-inline-start_1spae_wqnmg_257:not(#\9) {
257
+ .awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell-last-inline-start_1spae_1oja5_257:not(#\9) {
258
258
  box-shadow: var(--shadow-sticky-column-first-vya346, 4px 0 8px 0 rgba(0, 28, 36, 0.1));
259
259
  clip-path: inset(0px -24px 0px 0px);
260
260
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
261
261
  }
262
- .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell-last-inline-start_1spae_wqnmg_257 > .awsui_resize-divider_1spae_wqnmg_209:not(#\9) {
262
+ .awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell-last-inline-start_1spae_1oja5_257 > .awsui_resize-divider_1spae_1oja5_209:not(#\9) {
263
263
  display: none;
264
264
  }
265
- .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell-last-inline-start_1spae_wqnmg_257:not(#\9):dir(rtl) {
265
+ .awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell-last-inline-start_1spae_1oja5_257:not(#\9):dir(rtl) {
266
266
  box-shadow: var(--shadow-sticky-column-last-02l85g, -4px 0 8px 0 rgba(0, 28, 36, 0.1));
267
267
  clip-path: inset(0 0 0 -24px);
268
268
  }
269
- .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell-last-inline-end_1spae_wqnmg_269:not(#\9) {
269
+ .awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell-last-inline-end_1spae_1oja5_269:not(#\9) {
270
270
  box-shadow: var(--shadow-sticky-column-last-02l85g, -4px 0 8px 0 rgba(0, 28, 36, 0.1));
271
271
  clip-path: inset(0 0 0 -24px);
272
272
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
273
273
  }
274
- .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell-last-inline-end_1spae_wqnmg_269:not(#\9):dir(rtl) {
274
+ .awsui_header-cell_1spae_1oja5_149.awsui_sticky-cell-last-inline-end_1spae_1oja5_269:not(#\9):dir(rtl) {
275
275
  box-shadow: var(--shadow-sticky-column-first-vya346, 4px 0 8px 0 rgba(0, 28, 36, 0.1));
276
276
  clip-path: inset(0 -24px 0 0);
277
277
  }
278
278
 
279
- .awsui_sorting-icon_1spae_wqnmg_279:not(#\9) {
279
+ .awsui_sorting-icon_1spae_1oja5_279:not(#\9) {
280
280
  position: absolute;
281
281
  inset-block-start: 50%;
282
282
  transform: translateY(-50%);
@@ -284,39 +284,45 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_hea
284
284
  color: var(--color-text-column-sorting-icon-gys874, #687078);
285
285
  }
286
286
 
287
- .awsui_edit-icon_1spae_wqnmg_287:not(#\9) {
287
+ .awsui_header-cell-main_1spae_1oja5_287:not(#\9) {
288
+ /* When the wrapper is present without a sort menu, behave as if it weren't there. */
289
+ display: contents;
290
+ }
291
+
292
+ .awsui_sort-priority-badge_1spae_1oja5_292:not(#\9) {
293
+ margin-inline-end: var(--space-xxs-jnczic, 4px);
294
+ }
295
+
296
+ .awsui_edit-icon_1spae_1oja5_296:not(#\9) {
288
297
  margin-inline-start: var(--space-xxs-jnczic, 4px);
289
298
  margin-block-start: var(--space-scaled-xxs-jatbiv, 4px);
290
299
  color: inherit;
291
300
  }
292
301
 
293
- .awsui_header-cell-content_1spae_wqnmg_293:not(#\9) {
302
+ .awsui_header-cell-content_1spae_1oja5_302:not(#\9) {
294
303
  position: relative;
295
304
  padding-block: var(--space-scaled-xxs-jatbiv, 4px);
296
305
  padding-inline-end: var(--space-s-4a5hs8, 12px);
297
306
  padding-inline-start: var(--space-s-4a5hs8, 12px);
298
307
  }
299
- .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-content-expandable_1spae_wqnmg_299:not(#\9) {
308
+ .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-content-expandable_1spae_1oja5_308:not(#\9) {
300
309
  padding-inline-start: calc(var(--space-s-4a5hs8, 12px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
301
310
  }
302
- .awsui_header-cell-group_1spae_wqnmg_204 > .awsui_header-cell-content_1spae_wqnmg_293:not(#\9), .awsui_header-cell-grouped_1spae_wqnmg_204 > .awsui_header-cell-content_1spae_wqnmg_293:not(#\9), .awsui_header-cell-spans-rows_1spae_wqnmg_204 > .awsui_header-cell-content_1spae_wqnmg_293:not(#\9) {
311
+ .awsui_header-cell-group_1spae_1oja5_204 > .awsui_header-cell-content_1spae_1oja5_302:not(#\9) {
303
312
  padding-block: var(--space-xxxs-3w1kr2, 2px);
304
313
  }
305
- .awsui_header-cell-sortable_1spae_wqnmg_230 > .awsui_header-cell-content_1spae_wqnmg_293:not(#\9) {
306
- padding-inline-end: calc(var(--space-xl-4dmkh1, 24px) + var(--space-xxs-jnczic, 4px));
307
- }
308
- .awsui_header-cell-content_1spae_wqnmg_293:not(#\9):focus {
314
+ .awsui_header-cell-content_1spae_1oja5_302:not(#\9):focus {
309
315
  outline: none;
310
316
  text-decoration: none;
311
317
  }
312
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293:not(#\9):focus {
318
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1oja5_302:not(#\9):focus {
313
319
  position: relative;
314
320
  }
315
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293:not(#\9):focus {
321
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1oja5_302:not(#\9):focus {
316
322
  outline: 2px dotted transparent;
317
323
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)) - 1px);
318
324
  }
319
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293:not(#\9):focus::before {
325
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1oja5_302:not(#\9):focus::before {
320
326
  content: " ";
321
327
  display: block;
322
328
  position: absolute;
@@ -330,14 +336,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293:n
330
336
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
331
337
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
332
338
  }
333
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-fake-focus_1spae_wqnmg_183:not(#\9) {
339
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-fake-focus_1spae_1oja5_183:not(#\9) {
334
340
  position: relative;
335
341
  }
336
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-fake-focus_1spae_wqnmg_183:not(#\9) {
342
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-fake-focus_1spae_1oja5_183:not(#\9) {
337
343
  outline: 2px dotted transparent;
338
344
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)) - 1px);
339
345
  }
340
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-fake-focus_1spae_wqnmg_183:not(#\9)::before {
346
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-fake-focus_1spae_1oja5_183:not(#\9)::before {
341
347
  content: " ";
342
348
  display: block;
343
349
  position: absolute;
@@ -351,49 +357,68 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293.a
351
357
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
352
358
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
353
359
  }
354
- .awsui_header-cell-disabled_1spae_wqnmg_354.awsui_header-cell-sorted_1spae_wqnmg_354 > .awsui_header-cell-content_1spae_wqnmg_293 > .awsui_sorting-icon_1spae_wqnmg_279:not(#\9) {
360
+ .awsui_header-cell-grouped_1spae_1oja5_204 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:not(#\9), .awsui_header-cell-spans-rows_1spae_1oja5_204 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:not(#\9) {
361
+ padding-block: var(--space-xxxs-3w1kr2, 2px);
362
+ }
363
+ .awsui_header-cell-sortable_1spae_1oja5_230 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:not(#\9) {
364
+ padding-inline-end: calc(var(--space-xl-4dmkh1, 24px) + var(--space-xxs-jnczic, 4px));
365
+ }
366
+ .awsui_header-cell-sortable_1spae_1oja5_230 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-content-multi-sorted_1spae_1oja5_366:not(#\9) {
367
+ padding-inline-end: calc(var(--space-xl-4dmkh1, 24px) + var(--space-xxs-jnczic, 4px) + var(--space-m-n2lypl, 16px));
368
+ }
369
+ .awsui_header-cell-disabled_1spae_1oja5_369.awsui_header-cell-sorted_1spae_1oja5_369 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302 > .awsui_sorting-icon_1spae_1oja5_279:not(#\9) {
355
370
  color: var(--color-text-interactive-disabled-xwt2jl, #aab7b8);
356
371
  }
357
372
 
358
- .awsui_header-cell-spans-rows_1spae_wqnmg_204:not(#\9) {
373
+ .awsui_header-cell-main-with-menu_1spae_1oja5_373:not(#\9) {
374
+ display: flex;
375
+ align-items: center;
376
+ }
377
+
378
+ .awsui_header-cell-content-with-menu_1spae_1oja5_378:not(#\9) {
379
+ flex-grow: 1;
380
+ min-inline-size: 0;
381
+ }
382
+
383
+ .awsui_header-cell-spans-rows_1spae_1oja5_204:not(#\9) {
359
384
  block-size: 100%;
360
385
  vertical-align: bottom;
361
386
  }
362
- .awsui_header-cell-spans-rows_1spae_wqnmg_204 > .awsui_header-cell-content_1spae_wqnmg_293:not(#\9) {
387
+ .awsui_header-cell-spans-rows_1spae_1oja5_204 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:not(#\9) {
363
388
  block-size: 100%;
364
389
  box-sizing: border-box;
365
390
  display: flex;
366
391
  flex-direction: column;
367
392
  justify-content: flex-end;
368
393
  }
369
- .awsui_header-cell-spans-rows_1spae_wqnmg_204 > .awsui_header-cell-content_1spae_wqnmg_293 > .awsui_sorting-icon_1spae_wqnmg_279:not(#\9) {
394
+ .awsui_header-cell-spans-rows_1spae_1oja5_204 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302 > .awsui_sorting-icon_1spae_1oja5_279:not(#\9) {
370
395
  inset-block-start: auto;
371
396
  inset-block-end: var(--space-scaled-xxs-jatbiv, 4px);
372
397
  transform: none;
373
398
  }
374
399
 
375
- .awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9):not(.awsui_header-cell-disabled_1spae_wqnmg_354) > .awsui_header-cell-content_1spae_wqnmg_293 {
400
+ .awsui_header-cell-sortable_1spae_1oja5_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1oja5_369) {
376
401
  cursor: pointer;
377
402
  }
378
- .awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9):not(.awsui_header-cell-disabled_1spae_wqnmg_354) > .awsui_header-cell-content_1spae_wqnmg_293:hover, .awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9):not(.awsui_header-cell-disabled_1spae_wqnmg_354).awsui_header-cell-sorted_1spae_wqnmg_354 > .awsui_header-cell-content_1spae_wqnmg_293 {
403
+ .awsui_header-cell-sortable_1spae_1oja5_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1oja5_369) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:hover, .awsui_header-cell-sortable_1spae_1oja5_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1oja5_369).awsui_header-cell-sorted_1spae_1oja5_369 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302 {
379
404
  color: var(--color-text-interactive-active-c44vdq, #16191f);
380
405
  }
381
- .awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9):not(.awsui_header-cell-disabled_1spae_wqnmg_354) > .awsui_header-cell-content_1spae_wqnmg_293:hover > .awsui_sorting-icon_1spae_wqnmg_279, .awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9):not(.awsui_header-cell-disabled_1spae_wqnmg_354).awsui_header-cell-sorted_1spae_wqnmg_354 > .awsui_header-cell-content_1spae_wqnmg_293 > .awsui_sorting-icon_1spae_wqnmg_279 {
406
+ .awsui_header-cell-sortable_1spae_1oja5_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1oja5_369) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:hover > .awsui_sorting-icon_1spae_1oja5_279, .awsui_header-cell-sortable_1spae_1oja5_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1oja5_369).awsui_header-cell-sorted_1spae_1oja5_369 > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302 > .awsui_sorting-icon_1spae_1oja5_279 {
382
407
  color: var(--color-text-interactive-active-c44vdq, #16191f);
383
408
  }
384
409
 
385
- .awsui_header-cell-text_1spae_wqnmg_385:not(#\9) {
410
+ .awsui_header-cell-text_1spae_1oja5_410:not(#\9) {
386
411
  line-height: var(--line-height-heading-xs-fuzanp, 20px);
387
412
  padding-block: calc(var(--space-xxxs-3w1kr2, 2px) / 2);
388
413
  }
389
- .awsui_header-cell-text_1spae_wqnmg_385:not(#\9):not(.awsui_header-cell-text-wrap_1spae_wqnmg_389) {
414
+ .awsui_header-cell-text_1spae_1oja5_410:not(#\9):not(.awsui_header-cell-text-wrap_1spae_1oja5_414) {
390
415
  white-space: nowrap;
391
416
  overflow: hidden;
392
417
  text-overflow: ellipsis;
393
418
  }
394
419
 
395
- .awsui_header-cell-ascending_1spae_wqnmg_395:not(#\9),
396
- .awsui_header-cell-descending_1spae_wqnmg_396:not(#\9) {
420
+ .awsui_header-cell-ascending_1spae_1oja5_420:not(#\9),
421
+ .awsui_header-cell-descending_1spae_1oja5_421:not(#\9) {
397
422
  /* used in test-utils */
398
423
  }
399
424
 
@@ -403,28 +428,28 @@ with the left edge of the table as closely as possible. If the
403
428
  last header cell is sortable the sort icon should align with the
404
429
  settings icon in the pagination slot.
405
430
  */
406
- .awsui_header-cell_1spae_wqnmg_149:not(#\9):not(.awsui_is-visual-refresh_1spae_wqnmg_227):first-child {
431
+ .awsui_header-cell_1spae_1oja5_149:not(#\9):not(.awsui_is-visual-refresh_1spae_1oja5_227):first-child {
407
432
  padding-inline-start: var(--space-xs-kw7k3v, 8px);
408
433
  }
409
- .awsui_header-cell_1spae_wqnmg_149:not(#\9):not(.awsui_is-visual-refresh_1spae_wqnmg_227):first-child.awsui_header-cell-content-expandable_1spae_wqnmg_299 {
434
+ .awsui_header-cell_1spae_1oja5_149:not(#\9):not(.awsui_is-visual-refresh_1spae_1oja5_227):first-child.awsui_header-cell-content-expandable_1spae_1oja5_308 {
410
435
  padding-inline-start: calc(var(--space-xs-kw7k3v, 8px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
411
436
  }
412
437
 
413
- .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9) {
438
+ .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9) {
414
439
  /*
415
440
  Striped rows requires additional left padding because the
416
441
  shaded background makes the child content appear too close
417
442
  to the table edge.
418
443
  */
419
444
  }
420
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:focus {
445
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:focus {
421
446
  position: relative;
422
447
  }
423
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:focus {
448
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:focus {
424
449
  outline: 2px dotted transparent;
425
450
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-jatbiv, 4px) + var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
426
451
  }
427
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:focus::before {
452
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:focus::before {
428
453
  content: " ";
429
454
  display: block;
430
455
  position: absolute;
@@ -438,14 +463,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-
438
463
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
439
464
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
440
465
  }
441
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_wqnmg_183 {
466
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_1oja5_183 {
442
467
  position: relative;
443
468
  }
444
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_wqnmg_183 {
469
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_1oja5_183 {
445
470
  outline: 2px dotted transparent;
446
471
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-jatbiv, 4px) + var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
447
472
  }
448
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_wqnmg_183::before {
473
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_1oja5_183::before {
449
474
  content: " ";
450
475
  display: block;
451
476
  position: absolute;
@@ -459,20 +484,20 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-
459
484
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
460
485
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
461
486
  }
462
- .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293 {
487
+ .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302 {
463
488
  padding-inline-start: 0px;
464
489
  }
465
- .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-content-expandable_1spae_wqnmg_299 {
490
+ .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-content-expandable_1spae_1oja5_308 {
466
491
  padding-inline-start: calc(0px + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
467
492
  }
468
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293:focus {
493
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:focus {
469
494
  position: relative;
470
495
  }
471
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293:focus {
496
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:focus {
472
497
  outline: 2px dotted transparent;
473
498
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px) + var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
474
499
  }
475
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293:focus::before {
500
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302:focus::before {
476
501
  content: " ";
477
502
  display: block;
478
503
  position: absolute;
@@ -486,14 +511,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-
486
511
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
487
512
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
488
513
  }
489
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-fake-focus_1spae_wqnmg_183 {
514
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-fake-focus_1spae_1oja5_183 {
490
515
  position: relative;
491
516
  }
492
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-fake-focus_1spae_wqnmg_183 {
517
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-fake-focus_1spae_1oja5_183 {
493
518
  outline: 2px dotted transparent;
494
519
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px) + var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
495
520
  }
496
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-fake-focus_1spae_wqnmg_183::before {
521
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1oja5_204):not(.awsui_header-cell-group_1spae_1oja5_204) > .awsui_header-cell-main_1spae_1oja5_287 > .awsui_header-cell-content_1spae_1oja5_302.awsui_header-cell-fake-focus_1spae_1oja5_183::before {
497
522
  content: " ";
498
523
  display: block;
499
524
  position: absolute;
@@ -507,24 +532,24 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-
507
532
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
508
533
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
509
534
  }
510
- .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_wqnmg_510):not(.awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510):not(.awsui_header-cell-group_1spae_wqnmg_204):not(.awsui_header-cell-grouped_1spae_wqnmg_204) {
535
+ .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1oja5_535):not(.awsui_sticky-cell-pad-inline-start_1spae_1oja5_535):not(.awsui_header-cell-group_1spae_1oja5_204):not(.awsui_header-cell-grouped_1spae_1oja5_204) {
511
536
  padding-inline-start: var(--space-xxxs-3w1kr2, 2px);
512
537
  }
513
- .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_wqnmg_510):not(.awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510):not(.awsui_header-cell-group_1spae_wqnmg_204):not(.awsui_header-cell-grouped_1spae_wqnmg_204).awsui_header-cell-content-expandable_1spae_wqnmg_299 {
538
+ .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1oja5_535):not(.awsui_sticky-cell-pad-inline-start_1spae_1oja5_535):not(.awsui_header-cell-group_1spae_1oja5_204):not(.awsui_header-cell-grouped_1spae_1oja5_204).awsui_header-cell-content-expandable_1spae_1oja5_308 {
514
539
  padding-inline-start: calc(var(--space-xxxs-3w1kr2, 2px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
515
540
  }
516
- .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child.awsui_has-striped-rows_1spae_wqnmg_510:not(.awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510):not(.awsui_header-cell-group_1spae_wqnmg_204):not(.awsui_header-cell-grouped_1spae_wqnmg_204) {
541
+ .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child.awsui_has-striped-rows_1spae_1oja5_535:not(.awsui_sticky-cell-pad-inline-start_1spae_1oja5_535):not(.awsui_header-cell-group_1spae_1oja5_204):not(.awsui_header-cell-grouped_1spae_1oja5_204) {
517
542
  padding-inline-start: var(--space-xxs-jnczic, 4px);
518
543
  }
519
- .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child.awsui_has-striped-rows_1spae_wqnmg_510:not(.awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510):not(.awsui_header-cell-group_1spae_wqnmg_204):not(.awsui_header-cell-grouped_1spae_wqnmg_204).awsui_header-cell-content-expandable_1spae_wqnmg_299 {
544
+ .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):first-child.awsui_has-striped-rows_1spae_1oja5_535:not(.awsui_sticky-cell-pad-inline-start_1spae_1oja5_535):not(.awsui_header-cell-group_1spae_1oja5_204):not(.awsui_header-cell-grouped_1spae_1oja5_204).awsui_header-cell-content-expandable_1spae_1oja5_308 {
520
545
  padding-inline-start: calc(var(--space-xxs-jnczic, 4px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
521
546
  }
522
- .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):last-child.awsui_header-cell-sortable_1spae_wqnmg_230:not(.awsui_header-cell-resizable_1spae_wqnmg_522), .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227[data-rightmost].awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9):not(.awsui_header-cell-resizable_1spae_wqnmg_522) {
547
+ .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227:not(#\9):last-child.awsui_header-cell-sortable_1spae_1oja5_230:not(.awsui_header-cell-resizable_1spae_1oja5_547), .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227[data-rightmost].awsui_header-cell-sortable_1spae_1oja5_230:not(#\9):not(.awsui_header-cell-resizable_1spae_1oja5_547) {
523
548
  padding-inline-end: var(--space-xxxs-3w1kr2, 2px);
524
549
  }
525
- .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227.awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510:not(#\9) {
550
+ .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227.awsui_sticky-cell-pad-inline-start_1spae_1oja5_535:not(#\9) {
526
551
  padding-inline-start: var(--space-scaled-l-66n9sr, 20px);
527
552
  }
528
- .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227.awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510.awsui_header-cell-content-expandable_1spae_wqnmg_299:not(#\9) {
553
+ .awsui_header-cell_1spae_1oja5_149.awsui_is-visual-refresh_1spae_1oja5_227.awsui_sticky-cell-pad-inline-start_1spae_1oja5_535.awsui_header-cell-content-expandable_1spae_1oja5_308:not(#\9) {
529
554
  padding-inline-start: calc(var(--space-scaled-l-66n9sr, 20px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
530
555
  }
@@ -2,38 +2,43 @@
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_wqnmg_149",
6
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_wqnmg_183",
7
- "header-cell-group": "awsui_header-cell-group_1spae_wqnmg_204",
8
- "header-cell-grouped": "awsui_header-cell-grouped_1spae_wqnmg_204",
9
- "header-cell-spans-rows": "awsui_header-cell-spans-rows_1spae_wqnmg_204",
10
- "resize-divider": "awsui_resize-divider_1spae_wqnmg_209",
11
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_wqnmg_212",
12
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_wqnmg_218",
13
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_wqnmg_218",
14
- "header-cell-hidden": "awsui_header-cell-hidden_1spae_wqnmg_224",
15
- "header-cell-variant-embedded": "awsui_header-cell-variant-embedded_1spae_wqnmg_227",
16
- "is-visual-refresh": "awsui_is-visual-refresh_1spae_wqnmg_227",
17
- "sticky-cell": "awsui_sticky-cell_1spae_wqnmg_227",
18
- "header-cell-variant-borderless": "awsui_header-cell-variant-borderless_1spae_wqnmg_227",
19
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_wqnmg_230",
20
- "table-variant-full-page": "awsui_table-variant-full-page_1spae_wqnmg_251",
21
- "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_wqnmg_254",
22
- "has-selection": "awsui_has-selection_1spae_wqnmg_254",
23
- "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_1spae_wqnmg_257",
24
- "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_1spae_wqnmg_269",
25
- "sorting-icon": "awsui_sorting-icon_1spae_wqnmg_279",
26
- "edit-icon": "awsui_edit-icon_1spae_wqnmg_287",
27
- "header-cell-content": "awsui_header-cell-content_1spae_wqnmg_293",
28
- "header-cell-content-expandable": "awsui_header-cell-content-expandable_1spae_wqnmg_299",
29
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_wqnmg_354",
30
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_wqnmg_354",
31
- "header-cell-text": "awsui_header-cell-text_1spae_wqnmg_385",
32
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_wqnmg_389",
33
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_wqnmg_395",
34
- "header-cell-descending": "awsui_header-cell-descending_1spae_wqnmg_396",
35
- "has-striped-rows": "awsui_has-striped-rows_1spae_wqnmg_510",
36
- "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510",
37
- "header-cell-resizable": "awsui_header-cell-resizable_1spae_wqnmg_522"
5
+ "header-cell": "awsui_header-cell_1spae_1oja5_149",
6
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1oja5_183",
7
+ "header-cell-group": "awsui_header-cell-group_1spae_1oja5_204",
8
+ "header-cell-grouped": "awsui_header-cell-grouped_1spae_1oja5_204",
9
+ "header-cell-spans-rows": "awsui_header-cell-spans-rows_1spae_1oja5_204",
10
+ "resize-divider": "awsui_resize-divider_1spae_1oja5_209",
11
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_1oja5_212",
12
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_1oja5_218",
13
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1oja5_218",
14
+ "header-cell-hidden": "awsui_header-cell-hidden_1spae_1oja5_224",
15
+ "header-cell-variant-embedded": "awsui_header-cell-variant-embedded_1spae_1oja5_227",
16
+ "is-visual-refresh": "awsui_is-visual-refresh_1spae_1oja5_227",
17
+ "sticky-cell": "awsui_sticky-cell_1spae_1oja5_227",
18
+ "header-cell-variant-borderless": "awsui_header-cell-variant-borderless_1spae_1oja5_227",
19
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_1oja5_230",
20
+ "table-variant-full-page": "awsui_table-variant-full-page_1spae_1oja5_251",
21
+ "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_1oja5_254",
22
+ "has-selection": "awsui_has-selection_1spae_1oja5_254",
23
+ "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_1spae_1oja5_257",
24
+ "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_1spae_1oja5_269",
25
+ "sorting-icon": "awsui_sorting-icon_1spae_1oja5_279",
26
+ "header-cell-main": "awsui_header-cell-main_1spae_1oja5_287",
27
+ "sort-priority-badge": "awsui_sort-priority-badge_1spae_1oja5_292",
28
+ "edit-icon": "awsui_edit-icon_1spae_1oja5_296",
29
+ "header-cell-content": "awsui_header-cell-content_1spae_1oja5_302",
30
+ "header-cell-content-expandable": "awsui_header-cell-content-expandable_1spae_1oja5_308",
31
+ "header-cell-content-multi-sorted": "awsui_header-cell-content-multi-sorted_1spae_1oja5_366",
32
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_1oja5_369",
33
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_1oja5_369",
34
+ "header-cell-main-with-menu": "awsui_header-cell-main-with-menu_1spae_1oja5_373",
35
+ "header-cell-content-with-menu": "awsui_header-cell-content-with-menu_1spae_1oja5_378",
36
+ "header-cell-text": "awsui_header-cell-text_1spae_1oja5_410",
37
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1oja5_414",
38
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_1oja5_420",
39
+ "header-cell-descending": "awsui_header-cell-descending_1spae_1oja5_421",
40
+ "has-striped-rows": "awsui_has-striped-rows_1spae_1oja5_535",
41
+ "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_1spae_1oja5_535",
42
+ "header-cell-resizable": "awsui_header-cell-resizable_1spae_1oja5_547"
38
43
  };
39
44
 
@@ -8,6 +8,13 @@ export interface TableThElementProps {
8
8
  resizableStyle?: ColumnWidthStyle;
9
9
  sortingStatus?: SortingStatus;
10
10
  sortingDisabled?: boolean;
11
+ /**
12
+ * When true, the visual caret driven by `sortingStatus` is preserved but the
13
+ * `aria-sort` attribute is omitted. Used for non-primary columns in a
14
+ * multi-column sort, where ARIA only allows one column to declare itself
15
+ * sorted.
16
+ */
17
+ suppressAriaSort?: boolean;
11
18
  focusedComponent?: null | string;
12
19
  stuck?: boolean;
13
20
  sticky?: boolean;
@@ -35,5 +42,5 @@ export interface TableThElementProps {
35
42
  */
36
43
  stickyBoundaryColumnId?: PropertyKey;
37
44
  }
38
- export declare function TableThElement({ resizableStyle, sortingStatus, sortingDisabled, focusedComponent, stuck, sticky, resizable, hidden, stripedRows, isSelection, colIndex, columnId, stickyState, cellRef, tableRole, children, variant, ariaLabel, tableVariant, colSpan, rowSpan, scope, columnGroupId, isLast, stickyBoundaryColumnId, ...props }: TableThElementProps): JSX.Element;
45
+ export declare function TableThElement({ resizableStyle, sortingStatus, sortingDisabled, suppressAriaSort, focusedComponent, stuck, sticky, resizable, hidden, stripedRows, isSelection, colIndex, columnId, stickyState, cellRef, tableRole, children, variant, ariaLabel, tableVariant, colSpan, rowSpan, scope, columnGroupId, isLast, stickyBoundaryColumnId, ...props }: TableThElementProps): JSX.Element;
39
46
  //# sourceMappingURL=th-element.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"th-element.d.ts","sourceRoot":"","sources":["../../../../src/table/header-cell/th-element.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAQtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,kBAAkB,EAAuB,MAAM,mBAAmB,CAAC;AAC5E,OAAO,EAA8B,SAAS,EAAE,MAAM,eAAe,CAAC;AAEtE,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAKxC,MAAM,WAAW,mBAAmB;IAClC,cAAc,CAAC,EAAE,gBAAgB,CAAC;IAClC,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IACjC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,WAAW,CAAC;IACtB,WAAW,EAAE,kBAAkB,CAAC;IAChC,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IAChD,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC;IAC5B,YAAY,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,KAAK,GAAG,UAAU,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,WAAW,CAAC;CACtC;AAED,wBAAgB,cAAc,CAAC,EAC7B,cAAc,EACd,aAAa,EACb,eAAe,EACf,gBAAgB,EAChB,KAAK,EACL,MAAM,EACN,SAAS,EACT,MAAM,EACN,WAAW,EACX,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,OAAO,EACP,SAAS,EACT,QAAQ,EACR,OAAO,EACP,SAAS,EACT,YAAY,EACZ,OAAO,EACP,OAAO,EACP,KAAK,EACL,aAAa,EACb,MAAM,EACN,sBAAsB,EACtB,GAAG,KAAK,EACT,EAAE,mBAAmB,eAyDrB"}
1
+ {"version":3,"file":"th-element.d.ts","sourceRoot":"","sources":["../../../../src/table/header-cell/th-element.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAQtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,kBAAkB,EAAuB,MAAM,mBAAmB,CAAC;AAC5E,OAAO,EAA8B,SAAS,EAAE,MAAM,eAAe,CAAC;AAEtE,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAKxC,MAAM,WAAW,mBAAmB;IAClC,cAAc,CAAC,EAAE,gBAAgB,CAAC;IAClC,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,gBAAgB,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IACjC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,WAAW,CAAC;IACtB,WAAW,EAAE,kBAAkB,CAAC;IAChC,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IAChD,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC;IAC5B,YAAY,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,KAAK,GAAG,UAAU,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,WAAW,CAAC;CACtC;AAED,wBAAgB,cAAc,CAAC,EAC7B,cAAc,EACd,aAAa,EACb,eAAe,EACf,gBAAgB,EAChB,gBAAgB,EAChB,KAAK,EACL,MAAM,EACN,SAAS,EACT,MAAM,EACN,WAAW,EACX,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,OAAO,EACP,SAAS,EACT,QAAQ,EACR,OAAO,EACP,SAAS,EACT,YAAY,EACZ,OAAO,EACP,OAAO,EACP,KAAK,EACL,aAAa,EACb,MAAM,EACN,sBAAsB,EACtB,GAAG,KAAK,EACT,EAAE,mBAAmB,eA6DrB"}
@@ -11,7 +11,7 @@ import { getTableColHeaderRoleProps } from '../table-role';
11
11
  import { getStickyClassNames } from '../utils';
12
12
  import tableStyles from '../styles.css.js';
13
13
  import styles from './styles.css.js';
14
- export function TableThElement({ resizableStyle, sortingStatus, sortingDisabled, focusedComponent, stuck, sticky, resizable, hidden, stripedRows, isSelection, colIndex, columnId, stickyState, cellRef, tableRole, children, variant, ariaLabel, tableVariant, colSpan, rowSpan, scope, columnGroupId, isLast, stickyBoundaryColumnId, ...props }) {
14
+ export function TableThElement({ resizableStyle, sortingStatus, sortingDisabled, suppressAriaSort, focusedComponent, stuck, sticky, resizable, hidden, stripedRows, isSelection, colIndex, columnId, stickyState, cellRef, tableRole, children, variant, ariaLabel, tableVariant, colSpan, rowSpan, scope, columnGroupId, isLast, stickyBoundaryColumnId, ...props }) {
15
15
  const isVisualRefresh = useVisualRefresh();
16
16
  const stickyStyles = useStickyCellStyles({
17
17
  stickyColumns: stickyState,
@@ -32,6 +32,10 @@ export function TableThElement({ resizableStyle, sortingStatus, sortingDisabled,
32
32
  [styles['header-cell-hidden']]: hidden,
33
33
  [styles['header-cell-spans-rows']]: (rowSpan !== null && rowSpan !== void 0 ? rowSpan : 1) > 1,
34
34
  [styles['header-cell-grouped']]: !!columnGroupId,
35
- }, stickyStyles.className), colSpan: colSpan, rowSpan: rowSpan, style: { ...resizableStyle, ...stickyStyles.style }, ref: mergedRef, ...getTableColHeaderRoleProps({ tableRole, sortingStatus, colIndex }), scope: scope !== null && scope !== void 0 ? scope : 'col', tabIndex: cellTabIndex === -1 ? undefined : cellTabIndex, ...copyAnalyticsMetadataAttribute(props), ...(ariaLabel ? { 'aria-label': ariaLabel } : {}), ...(isLast ? { 'data-rightmost': true } : {}), ...(scope !== 'colgroup' ? { 'data-column-index': colIndex + 1 } : {}), ...(columnGroupId ? { 'data-column-group-id': columnGroupId } : {}) }, children));
35
+ }, stickyStyles.className), colSpan: colSpan, rowSpan: rowSpan, style: { ...resizableStyle, ...stickyStyles.style }, ref: mergedRef, ...getTableColHeaderRoleProps({
36
+ tableRole,
37
+ sortingStatus: suppressAriaSort ? undefined : sortingStatus,
38
+ colIndex,
39
+ }), scope: scope !== null && scope !== void 0 ? scope : 'col', tabIndex: cellTabIndex === -1 ? undefined : cellTabIndex, ...copyAnalyticsMetadataAttribute(props), ...(ariaLabel ? { 'aria-label': ariaLabel } : {}), ...(isLast ? { 'data-rightmost': true } : {}), ...(scope !== 'colgroup' ? { 'data-column-index': colIndex + 1 } : {}), ...(columnGroupId ? { 'data-column-group-id': columnGroupId } : {}) }, children));
36
40
  }
37
41
  //# sourceMappingURL=th-element.js.map