@cloudscape-design/components 3.0.1334 → 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 (186) hide show
  1. package/app-layout/visual-refresh-toolbar/navigation/index.js +1 -1
  2. package/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -1
  3. package/box/interfaces.d.ts +1 -1
  4. package/box/interfaces.d.ts.map +1 -1
  5. package/box/interfaces.js.map +1 -1
  6. package/box/styles.css.js +220 -224
  7. package/box/styles.scoped.css +293 -313
  8. package/box/styles.selectors.js +220 -224
  9. package/button/internal.d.ts +2 -0
  10. package/button/internal.d.ts.map +1 -1
  11. package/button/internal.js +2 -1
  12. package/button/internal.js.map +1 -1
  13. package/button/styles.css.js +23 -22
  14. package/button/styles.scoped.css +74 -69
  15. package/button/styles.selectors.js +23 -22
  16. package/button-dropdown/internal-interfaces.d.ts +11 -0
  17. package/button-dropdown/internal-interfaces.d.ts.map +1 -1
  18. package/button-dropdown/internal-interfaces.js.map +1 -1
  19. package/button-dropdown/internal.d.ts.map +1 -1
  20. package/button-dropdown/internal.js +3 -2
  21. package/button-dropdown/internal.js.map +1 -1
  22. package/button-group/copy-to-clipboard-item.d.ts +15 -0
  23. package/button-group/copy-to-clipboard-item.d.ts.map +1 -0
  24. package/button-group/copy-to-clipboard-item.js +38 -0
  25. package/button-group/copy-to-clipboard-item.js.map +1 -0
  26. package/button-group/index.d.ts.map +1 -1
  27. package/button-group/index.js +9 -1
  28. package/button-group/index.js.map +1 -1
  29. package/button-group/interfaces.d.ts +38 -2
  30. package/button-group/interfaces.d.ts.map +1 -1
  31. package/button-group/interfaces.js.map +1 -1
  32. package/button-group/internal-interfaces.d.ts +1 -1
  33. package/button-group/internal-interfaces.d.ts.map +1 -1
  34. package/button-group/internal-interfaces.js.map +1 -1
  35. package/button-group/internal.d.ts.map +1 -1
  36. package/button-group/internal.js +2 -2
  37. package/button-group/internal.js.map +1 -1
  38. package/button-group/item-element.d.ts +2 -0
  39. package/button-group/item-element.d.ts.map +1 -1
  40. package/button-group/item-element.js +13 -3
  41. package/button-group/item-element.js.map +1 -1
  42. package/code-editor/styles.css.js +33 -33
  43. package/code-editor/styles.scoped.css +139 -139
  44. package/code-editor/styles.selectors.js +33 -33
  45. package/i18n/messages/all.all.js +1 -1
  46. package/i18n/messages/all.all.json +1 -1
  47. package/i18n/messages/all.ar.js +1 -1
  48. package/i18n/messages/all.ar.json +1 -1
  49. package/i18n/messages/all.de.js +1 -1
  50. package/i18n/messages/all.de.json +1 -1
  51. package/i18n/messages/all.en-GB.js +1 -1
  52. package/i18n/messages/all.en-GB.json +1 -1
  53. package/i18n/messages/all.en.js +1 -1
  54. package/i18n/messages/all.en.json +1 -1
  55. package/i18n/messages/all.es.js +1 -1
  56. package/i18n/messages/all.es.json +1 -1
  57. package/i18n/messages/all.fr.js +1 -1
  58. package/i18n/messages/all.fr.json +1 -1
  59. package/i18n/messages/all.id.js +1 -1
  60. package/i18n/messages/all.id.json +1 -1
  61. package/i18n/messages/all.it.js +1 -1
  62. package/i18n/messages/all.it.json +1 -1
  63. package/i18n/messages/all.ja.js +1 -1
  64. package/i18n/messages/all.ja.json +1 -1
  65. package/i18n/messages/all.ko.js +1 -1
  66. package/i18n/messages/all.ko.json +1 -1
  67. package/i18n/messages/all.pt-BR.js +1 -1
  68. package/i18n/messages/all.pt-BR.json +1 -1
  69. package/i18n/messages/all.tr.js +1 -1
  70. package/i18n/messages/all.tr.json +1 -1
  71. package/i18n/messages/all.zh-CN.js +1 -1
  72. package/i18n/messages/all.zh-CN.json +1 -1
  73. package/i18n/messages/all.zh-TW.js +1 -1
  74. package/i18n/messages/all.zh-TW.json +1 -1
  75. package/i18n/messages-types.d.ts +19 -0
  76. package/i18n/messages-types.d.ts.map +1 -1
  77. package/i18n/messages-types.js.map +1 -1
  78. package/internal/base-component/styles.scoped.css +150 -3
  79. package/internal/environment.js +2 -2
  80. package/internal/environment.json +2 -2
  81. package/internal/generated/styles/tokens.d.ts +35 -38
  82. package/internal/generated/styles/tokens.js +35 -38
  83. package/internal/generated/theming/index.cjs +585 -774
  84. package/internal/generated/theming/index.cjs.d.ts +36 -9
  85. package/internal/generated/theming/index.d.ts +36 -9
  86. package/internal/generated/theming/index.js +585 -774
  87. package/internal/manifest.json +1 -1
  88. package/manifest.json +2 -2
  89. package/package.json +1 -1
  90. package/side-navigation/implementation.d.ts.map +1 -1
  91. package/side-navigation/implementation.js +3 -2
  92. package/side-navigation/implementation.js.map +1 -1
  93. package/side-navigation/parts.d.ts +2 -0
  94. package/side-navigation/parts.d.ts.map +1 -1
  95. package/side-navigation/parts.js +14 -13
  96. package/side-navigation/parts.js.map +1 -1
  97. package/side-navigation/styles.css.js +48 -47
  98. package/side-navigation/styles.scoped.css +77 -74
  99. package/side-navigation/styles.selectors.js +48 -47
  100. package/side-navigation/util.d.ts +1 -0
  101. package/side-navigation/util.d.ts.map +1 -1
  102. package/side-navigation/util.js +5 -0
  103. package/side-navigation/util.js.map +1 -1
  104. package/steps/interfaces.d.ts +2 -0
  105. package/steps/interfaces.d.ts.map +1 -1
  106. package/steps/interfaces.js.map +1 -1
  107. package/steps/internal.d.ts.map +1 -1
  108. package/steps/internal.js +35 -12
  109. package/steps/internal.js.map +1 -1
  110. package/steps/styles.css.js +17 -13
  111. package/steps/styles.scoped.css +99 -42
  112. package/steps/styles.selectors.js +17 -13
  113. package/table/clear-sort.d.ts +12 -0
  114. package/table/clear-sort.d.ts.map +1 -0
  115. package/table/clear-sort.js +15 -0
  116. package/table/clear-sort.js.map +1 -0
  117. package/table/header-cell/index.d.ts +7 -1
  118. package/table/header-cell/index.d.ts.map +1 -1
  119. package/table/header-cell/index.js +122 -33
  120. package/table/header-cell/index.js.map +1 -1
  121. package/table/header-cell/sort-menu.d.ts +21 -0
  122. package/table/header-cell/sort-menu.d.ts.map +1 -0
  123. package/table/header-cell/sort-menu.js +50 -0
  124. package/table/header-cell/sort-menu.js.map +1 -0
  125. package/table/header-cell/styles.css.js +38 -33
  126. package/table/header-cell/styles.scoped.css +101 -76
  127. package/table/header-cell/styles.selectors.js +38 -33
  128. package/table/header-cell/th-element.d.ts +8 -0
  129. package/table/header-cell/th-element.d.ts.map +1 -1
  130. package/table/header-cell/th-element.js +6 -2
  131. package/table/header-cell/th-element.js.map +1 -1
  132. package/table/index.d.ts.map +1 -1
  133. package/table/index.js +1 -0
  134. package/table/index.js.map +1 -1
  135. package/table/interfaces.d.ts +67 -1
  136. package/table/interfaces.d.ts.map +1 -1
  137. package/table/interfaces.js.map +1 -1
  138. package/table/internal.d.ts.map +1 -1
  139. package/table/internal.js +21 -3
  140. package/table/internal.js.map +1 -1
  141. package/table/multi-column-sort/live-announcement.d.ts +20 -0
  142. package/table/multi-column-sort/live-announcement.d.ts.map +1 -0
  143. package/table/multi-column-sort/live-announcement.js +68 -0
  144. package/table/multi-column-sort/live-announcement.js.map +1 -0
  145. package/table/multi-column-sort/utils.d.ts +52 -0
  146. package/table/multi-column-sort/utils.d.ts.map +1 -0
  147. package/table/multi-column-sort/utils.js +76 -0
  148. package/table/multi-column-sort/utils.js.map +1 -0
  149. package/table/styles.css.js +37 -36
  150. package/table/styles.scoped.css +46 -43
  151. package/table/styles.selectors.js +37 -36
  152. package/table/thead.d.ts +3 -0
  153. package/table/thead.d.ts.map +1 -1
  154. package/table/thead.js +3 -3
  155. package/table/thead.js.map +1 -1
  156. package/table/tools-header.d.ts +2 -0
  157. package/table/tools-header.d.ts.map +1 -1
  158. package/table/tools-header.js +4 -3
  159. package/table/tools-header.js.map +1 -1
  160. package/test-utils/dom/button-group/index.d.ts +4 -0
  161. package/test-utils/dom/button-group/index.js +8 -0
  162. package/test-utils/dom/button-group/index.js.map +1 -1
  163. package/test-utils/dom/steps/index.d.ts +4 -0
  164. package/test-utils/dom/steps/index.js +6 -0
  165. package/test-utils/dom/steps/index.js.map +1 -1
  166. package/test-utils/dom/table/index.d.ts +77 -0
  167. package/test-utils/dom/table/index.js +87 -2
  168. package/test-utils/dom/table/index.js.map +1 -1
  169. package/test-utils/selectors/button-group/index.d.ts +4 -0
  170. package/test-utils/selectors/button-group/index.js +8 -0
  171. package/test-utils/selectors/button-group/index.js.map +1 -1
  172. package/test-utils/selectors/steps/index.d.ts +4 -0
  173. package/test-utils/selectors/steps/index.js +6 -0
  174. package/test-utils/selectors/steps/index.js.map +1 -1
  175. package/test-utils/selectors/table/index.d.ts +77 -0
  176. package/test-utils/selectors/table/index.js +87 -2
  177. package/test-utils/selectors/table/index.js.map +1 -1
  178. package/tooltip/internal.d.ts.map +1 -1
  179. package/tooltip/internal.js +2 -1
  180. package/tooltip/internal.js.map +1 -1
  181. package/tooltip/styles.css.js +7 -0
  182. package/tooltip/styles.scoped.css +165 -0
  183. package/tooltip/styles.selectors.js +8 -0
  184. package/top-navigation/use-top-navigation.d.ts.map +1 -1
  185. package/top-navigation/use-top-navigation.js +2 -5
  186. package/top-navigation/use-top-navigation.js.map +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_1ef0j_149:not(#\9) {
149
+ .awsui_header-cell_1spae_18njx_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-pfm1nx, 4px);
160
160
  padding-inline: var(--space-scaled-xs-xwoogq, 8px);
161
161
  }
162
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149:not(#\9):focus {
162
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149:not(#\9):focus {
163
163
  position: relative;
164
164
  }
165
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149:not(#\9):focus {
165
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149:not(#\9):focus {
166
166
  outline: 2px dotted transparent;
167
167
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-pfm1nx, 4px)) - 1px);
168
168
  }
169
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149:not(#\9):focus::before {
169
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_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_1ef0j_149:not(#\9):
180
180
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
181
181
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
182
182
  }
183
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_header-cell-fake-focus_1spae_1ef0j_183:not(#\9) {
183
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_header-cell-fake-focus_1spae_18njx_183:not(#\9) {
184
184
  position: relative;
185
185
  }
186
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_header-cell-fake-focus_1spae_1ef0j_183:not(#\9) {
186
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_header-cell-fake-focus_1spae_18njx_183:not(#\9) {
187
187
  outline: 2px dotted transparent;
188
188
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-pfm1nx, 4px)) - 1px);
189
189
  }
190
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_header-cell-fake-focus_1spae_1ef0j_183:not(#\9)::before {
190
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_header-cell-fake-focus_1spae_18njx_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_1ef0j_149.awsui_hea
201
201
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
202
202
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
203
203
  }
204
- .awsui_header-cell_1spae_1ef0j_149.awsui_header-cell-group_1spae_1ef0j_204:not(#\9), .awsui_header-cell_1spae_1ef0j_149.awsui_header-cell-grouped_1spae_1ef0j_204:not(#\9), .awsui_header-cell_1spae_1ef0j_149.awsui_header-cell-spans-rows_1spae_1ef0j_204:not(#\9) {
204
+ .awsui_header-cell_1spae_18njx_149.awsui_header-cell-group_1spae_18njx_204:not(#\9), .awsui_header-cell_1spae_18njx_149.awsui_header-cell-grouped_1spae_18njx_204:not(#\9), .awsui_header-cell_1spae_18njx_149.awsui_header-cell-spans-rows_1spae_18njx_204:not(#\9) {
205
205
  padding-block: var(--space-xxxs-pajhad, 2px);
206
206
  padding-inline: var(--space-scaled-xs-xwoogq, 8px);
207
207
  border-block-end-color: var(--color-border-divider-table-group-l55omi, #8c8c94);
208
208
  }
209
- .awsui_header-cell_1spae_1ef0j_149.awsui_header-cell-group_1spae_1ef0j_204 > .awsui_resize-divider_1spae_1ef0j_209.awsui_resize-divider_1spae_1ef0j_209:not(#\9), .awsui_header-cell_1spae_1ef0j_149.awsui_header-cell-grouped_1spae_1ef0j_204 > .awsui_resize-divider_1spae_1ef0j_209.awsui_resize-divider_1spae_1ef0j_209:not(#\9), .awsui_header-cell_1spae_1ef0j_149.awsui_header-cell-spans-rows_1spae_1ef0j_204 > .awsui_resize-divider_1spae_1ef0j_209.awsui_resize-divider_1spae_1ef0j_209:not(#\9) {
209
+ .awsui_header-cell_1spae_18njx_149.awsui_header-cell-group_1spae_18njx_204 > .awsui_resize-divider_1spae_18njx_209.awsui_resize-divider_1spae_18njx_209:not(#\9), .awsui_header-cell_1spae_18njx_149.awsui_header-cell-grouped_1spae_18njx_204 > .awsui_resize-divider_1spae_18njx_209.awsui_resize-divider_1spae_18njx_209:not(#\9), .awsui_header-cell_1spae_18njx_149.awsui_header-cell-spans-rows_1spae_18njx_204 > .awsui_resize-divider_1spae_18njx_209.awsui_resize-divider_1spae_18njx_209:not(#\9) {
210
210
  border-inline-start-color: var(--color-border-divider-table-group-l55omi, #8c8c94);
211
211
  }
212
- .awsui_header-cell-sticky_1spae_1ef0j_212:not(#\9) {
212
+ .awsui_header-cell-sticky_1spae_18njx_212:not(#\9) {
213
213
  border-block-end: var(--border-table-sticky-width-ai31mi, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
214
214
  }
215
- .awsui_header-cell-sticky_1spae_1ef0j_212.awsui_header-cell-group_1spae_1ef0j_204:not(#\9), .awsui_header-cell-sticky_1spae_1ef0j_212.awsui_header-cell-grouped_1spae_1ef0j_204:not(#\9), .awsui_header-cell-sticky_1spae_1ef0j_212.awsui_header-cell-spans-rows_1spae_1ef0j_204:not(#\9) {
215
+ .awsui_header-cell-sticky_1spae_18njx_212.awsui_header-cell-group_1spae_18njx_204:not(#\9), .awsui_header-cell-sticky_1spae_18njx_212.awsui_header-cell-grouped_1spae_18njx_204:not(#\9), .awsui_header-cell-sticky_1spae_18njx_212.awsui_header-cell-spans-rows_1spae_18njx_204:not(#\9) {
216
216
  border-block-end-color: var(--color-border-divider-table-group-l55omi, #8c8c94);
217
217
  }
218
- .awsui_header-cell-stuck_1spae_1ef0j_218:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_1ef0j_218) {
218
+ .awsui_header-cell-stuck_1spae_18njx_218:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_18njx_218) {
219
219
  border-block-end-color: transparent;
220
220
  }
221
- .awsui_header-cell-variant-full-page_1spae_1ef0j_218:not(#\9) {
221
+ .awsui_header-cell-variant-full-page_1spae_18njx_218:not(#\9) {
222
222
  background: var(--color-background-layout-main-5ilwcb, #ffffff);
223
223
  }
224
- .awsui_header-cell-variant-full-page_1spae_1ef0j_218.awsui_header-cell-hidden_1spae_1ef0j_224:not(#\9) {
224
+ .awsui_header-cell-variant-full-page_1spae_18njx_218.awsui_header-cell-hidden_1spae_18njx_224:not(#\9) {
225
225
  border-block-end-color: transparent;
226
226
  }
227
- .awsui_header-cell-variant-embedded_1spae_1ef0j_227.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_1ef0j_212, .awsui_sticky-cell_1spae_1ef0j_227)), .awsui_header-cell-variant-borderless_1spae_1ef0j_227.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_1ef0j_212, .awsui_sticky-cell_1spae_1ef0j_227)) {
227
+ .awsui_header-cell-variant-embedded_1spae_18njx_227.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_18njx_212, .awsui_sticky-cell_1spae_18njx_227)), .awsui_header-cell-variant-borderless_1spae_18njx_227.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_18njx_212, .awsui_sticky-cell_1spae_18njx_227)) {
228
228
  background: none;
229
229
  }
230
- .awsui_header-cell_1spae_1ef0j_149:not(#\9):last-child, .awsui_header-cell_1spae_1ef0j_149[data-rightmost]:not(#\9), .awsui_header-cell_1spae_1ef0j_149.awsui_header-cell-sortable_1spae_1ef0j_230:not(#\9) {
230
+ .awsui_header-cell_1spae_18njx_149:not(#\9):last-child, .awsui_header-cell_1spae_18njx_149[data-rightmost]:not(#\9), .awsui_header-cell_1spae_18njx_149.awsui_header-cell-sortable_1spae_18njx_230:not(#\9) {
231
231
  padding-inline-end: var(--space-xs-ymlm0b, 8px);
232
232
  }
233
- .awsui_header-cell_1spae_1ef0j_149.awsui_sticky-cell_1spae_1ef0j_227:not(#\9) {
233
+ .awsui_header-cell_1spae_18njx_149.awsui_sticky-cell_1spae_18njx_227:not(#\9) {
234
234
  position: sticky;
235
235
  background: var(--color-background-table-header-hdjxos, #ffffff);
236
236
  z-index: 798;
@@ -239,44 +239,44 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_hea
239
239
  transition-timing-function: var(--motion-easing-sticky-tn072u, cubic-bezier(1, 0, 0.83, 1));
240
240
  }
241
241
  @media (prefers-reduced-motion: reduce) {
242
- .awsui_header-cell_1spae_1ef0j_149.awsui_sticky-cell_1spae_1ef0j_227:not(#\9) {
242
+ .awsui_header-cell_1spae_18njx_149.awsui_sticky-cell_1spae_18njx_227:not(#\9) {
243
243
  animation: none;
244
244
  transition: none;
245
245
  }
246
246
  }
247
- .awsui-motion-disabled .awsui_header-cell_1spae_1ef0j_149.awsui_sticky-cell_1spae_1ef0j_227:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_1ef0j_149.awsui_sticky-cell_1spae_1ef0j_227:not(#\9) {
247
+ .awsui-motion-disabled .awsui_header-cell_1spae_18njx_149.awsui_sticky-cell_1spae_18njx_227:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_18njx_149.awsui_sticky-cell_1spae_18njx_227:not(#\9) {
248
248
  animation: none;
249
249
  transition: none;
250
250
  }
251
- .awsui_header-cell_1spae_1ef0j_149.awsui_sticky-cell_1spae_1ef0j_227.awsui_table-variant-full-page_1spae_1ef0j_251:not(#\9) {
251
+ .awsui_header-cell_1spae_18njx_149.awsui_sticky-cell_1spae_18njx_227.awsui_table-variant-full-page_1spae_18njx_251:not(#\9) {
252
252
  background: var(--color-background-layout-main-5ilwcb, #ffffff);
253
253
  }
254
- .awsui_header-cell_1spae_1ef0j_149.awsui_sticky-cell-pad-left_1spae_1ef0j_254:not(#\9):not(.awsui_has-selection_1spae_1ef0j_254) {
254
+ .awsui_header-cell_1spae_18njx_149.awsui_sticky-cell-pad-left_1spae_18njx_254:not(#\9):not(.awsui_has-selection_1spae_18njx_254) {
255
255
  padding-inline-start: var(--space-table-horizontal-suurzj, 20px);
256
256
  }
257
- .awsui_header-cell_1spae_1ef0j_149.awsui_sticky-cell-last-inline-start_1spae_1ef0j_257:not(#\9) {
257
+ .awsui_header-cell_1spae_18njx_149.awsui_sticky-cell-last-inline-start_1spae_18njx_257:not(#\9) {
258
258
  box-shadow: var(--shadow-sticky-column-first-trcd2o, 4px 0px 8px 1px rgba(0, 7, 22, 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_1ef0j_149.awsui_sticky-cell-last-inline-start_1spae_1ef0j_257 > .awsui_resize-divider_1spae_1ef0j_209:not(#\9) {
262
+ .awsui_header-cell_1spae_18njx_149.awsui_sticky-cell-last-inline-start_1spae_18njx_257 > .awsui_resize-divider_1spae_18njx_209:not(#\9) {
263
263
  display: none;
264
264
  }
265
- .awsui_header-cell_1spae_1ef0j_149.awsui_sticky-cell-last-inline-start_1spae_1ef0j_257:not(#\9):dir(rtl) {
265
+ .awsui_header-cell_1spae_18njx_149.awsui_sticky-cell-last-inline-start_1spae_18njx_257:not(#\9):dir(rtl) {
266
266
  box-shadow: var(--shadow-sticky-column-last-qgh697, -4px 0 8px 1px rgba(0, 28, 36, 0.1));
267
267
  clip-path: inset(0 0 0 -24px);
268
268
  }
269
- .awsui_header-cell_1spae_1ef0j_149.awsui_sticky-cell-last-inline-end_1spae_1ef0j_269:not(#\9) {
269
+ .awsui_header-cell_1spae_18njx_149.awsui_sticky-cell-last-inline-end_1spae_18njx_269:not(#\9) {
270
270
  box-shadow: var(--shadow-sticky-column-last-qgh697, -4px 0 8px 1px 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_1ef0j_149.awsui_sticky-cell-last-inline-end_1spae_1ef0j_269:not(#\9):dir(rtl) {
274
+ .awsui_header-cell_1spae_18njx_149.awsui_sticky-cell-last-inline-end_1spae_18njx_269:not(#\9):dir(rtl) {
275
275
  box-shadow: var(--shadow-sticky-column-first-trcd2o, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
276
276
  clip-path: inset(0 -24px 0 0);
277
277
  }
278
278
 
279
- .awsui_sorting-icon_1spae_1ef0j_279:not(#\9) {
279
+ .awsui_sorting-icon_1spae_18njx_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_1ef0j_149.awsui_hea
284
284
  color: var(--color-text-column-sorting-icon-fngn77, #424650);
285
285
  }
286
286
 
287
- .awsui_edit-icon_1spae_1ef0j_287:not(#\9) {
287
+ .awsui_header-cell-main_1spae_18njx_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_18njx_292:not(#\9) {
293
+ margin-inline-end: var(--space-xxs-hwfkai, 4px);
294
+ }
295
+
296
+ .awsui_edit-icon_1spae_18njx_296:not(#\9) {
288
297
  margin-inline-start: var(--space-xxs-hwfkai, 4px);
289
298
  margin-block-start: var(--space-scaled-xxs-pfm1nx, 4px);
290
299
  color: inherit;
291
300
  }
292
301
 
293
- .awsui_header-cell-content_1spae_1ef0j_293:not(#\9) {
302
+ .awsui_header-cell-content_1spae_18njx_302:not(#\9) {
294
303
  position: relative;
295
304
  padding-block: var(--space-scaled-xxs-pfm1nx, 4px);
296
305
  padding-inline-end: var(--space-s-tvghoh, 12px);
297
306
  padding-inline-start: var(--space-s-tvghoh, 12px);
298
307
  }
299
- .awsui_header-cell-content_1spae_1ef0j_293.awsui_header-cell-content-expandable_1spae_1ef0j_299:not(#\9) {
308
+ .awsui_header-cell-content_1spae_18njx_302.awsui_header-cell-content-expandable_1spae_18njx_308:not(#\9) {
300
309
  padding-inline-start: calc(var(--space-s-tvghoh, 12px) + var(--space-m-dsumyt, 16px) + var(--space-xs-ymlm0b, 8px));
301
310
  }
302
- .awsui_header-cell-group_1spae_1ef0j_204 > .awsui_header-cell-content_1spae_1ef0j_293:not(#\9), .awsui_header-cell-grouped_1spae_1ef0j_204 > .awsui_header-cell-content_1spae_1ef0j_293:not(#\9), .awsui_header-cell-spans-rows_1spae_1ef0j_204 > .awsui_header-cell-content_1spae_1ef0j_293:not(#\9) {
311
+ .awsui_header-cell-group_1spae_18njx_204 > .awsui_header-cell-content_1spae_18njx_302:not(#\9) {
303
312
  padding-block: var(--space-xxxs-pajhad, 2px);
304
313
  }
305
- .awsui_header-cell-sortable_1spae_1ef0j_230 > .awsui_header-cell-content_1spae_1ef0j_293:not(#\9) {
306
- padding-inline-end: calc(var(--space-xl-jfy3x4, 24px) + var(--space-xxs-hwfkai, 4px));
307
- }
308
- .awsui_header-cell-content_1spae_1ef0j_293:not(#\9):focus {
314
+ .awsui_header-cell-content_1spae_18njx_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_1ef0j_293:not(#\9):focus {
318
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_18njx_302:not(#\9):focus {
313
319
  position: relative;
314
320
  }
315
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1ef0j_293:not(#\9):focus {
321
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_18njx_302:not(#\9):focus {
316
322
  outline: 2px dotted transparent;
317
323
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-ymwujm, 0px)) - 1px);
318
324
  }
319
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1ef0j_293:not(#\9):focus::before {
325
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_18njx_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_1ef0j_293:n
330
336
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
331
337
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
332
338
  }
333
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1ef0j_293.awsui_header-cell-fake-focus_1spae_1ef0j_183:not(#\9) {
339
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_18njx_302.awsui_header-cell-fake-focus_1spae_18njx_183:not(#\9) {
334
340
  position: relative;
335
341
  }
336
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1ef0j_293.awsui_header-cell-fake-focus_1spae_1ef0j_183:not(#\9) {
342
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_18njx_302.awsui_header-cell-fake-focus_1spae_18njx_183:not(#\9) {
337
343
  outline: 2px dotted transparent;
338
344
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-ymwujm, 0px)) - 1px);
339
345
  }
340
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1ef0j_293.awsui_header-cell-fake-focus_1spae_1ef0j_183:not(#\9)::before {
346
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_18njx_302.awsui_header-cell-fake-focus_1spae_18njx_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_1ef0j_293.a
351
357
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
352
358
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
353
359
  }
354
- .awsui_header-cell-disabled_1spae_1ef0j_354.awsui_header-cell-sorted_1spae_1ef0j_354 > .awsui_header-cell-content_1spae_1ef0j_293 > .awsui_sorting-icon_1spae_1ef0j_279:not(#\9) {
360
+ .awsui_header-cell-grouped_1spae_18njx_204 > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302:not(#\9), .awsui_header-cell-spans-rows_1spae_18njx_204 > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302:not(#\9) {
361
+ padding-block: var(--space-xxxs-pajhad, 2px);
362
+ }
363
+ .awsui_header-cell-sortable_1spae_18njx_230 > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302:not(#\9) {
364
+ padding-inline-end: calc(var(--space-xl-jfy3x4, 24px) + var(--space-xxs-hwfkai, 4px));
365
+ }
366
+ .awsui_header-cell-sortable_1spae_18njx_230 > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302.awsui_header-cell-content-multi-sorted_1spae_18njx_366:not(#\9) {
367
+ padding-inline-end: calc(var(--space-xl-jfy3x4, 24px) + var(--space-xxs-hwfkai, 4px) + var(--space-m-dsumyt, 16px));
368
+ }
369
+ .awsui_header-cell-disabled_1spae_18njx_369.awsui_header-cell-sorted_1spae_18njx_369 > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302 > .awsui_sorting-icon_1spae_18njx_279:not(#\9) {
355
370
  color: var(--color-text-interactive-disabled-1bqmrl, #b4b4bb);
356
371
  }
357
372
 
358
- .awsui_header-cell-spans-rows_1spae_1ef0j_204:not(#\9) {
373
+ .awsui_header-cell-main-with-menu_1spae_18njx_373:not(#\9) {
374
+ display: flex;
375
+ align-items: center;
376
+ }
377
+
378
+ .awsui_header-cell-content-with-menu_1spae_18njx_378:not(#\9) {
379
+ flex-grow: 1;
380
+ min-inline-size: 0;
381
+ }
382
+
383
+ .awsui_header-cell-spans-rows_1spae_18njx_204:not(#\9) {
359
384
  block-size: 100%;
360
385
  vertical-align: bottom;
361
386
  }
362
- .awsui_header-cell-spans-rows_1spae_1ef0j_204 > .awsui_header-cell-content_1spae_1ef0j_293:not(#\9) {
387
+ .awsui_header-cell-spans-rows_1spae_18njx_204 > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_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_1ef0j_204 > .awsui_header-cell-content_1spae_1ef0j_293 > .awsui_sorting-icon_1spae_1ef0j_279:not(#\9) {
394
+ .awsui_header-cell-spans-rows_1spae_18njx_204 > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302 > .awsui_sorting-icon_1spae_18njx_279:not(#\9) {
370
395
  inset-block-start: auto;
371
396
  inset-block-end: var(--space-scaled-xxs-pfm1nx, 4px);
372
397
  transform: none;
373
398
  }
374
399
 
375
- .awsui_header-cell-sortable_1spae_1ef0j_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1ef0j_354) > .awsui_header-cell-content_1spae_1ef0j_293 {
400
+ .awsui_header-cell-sortable_1spae_18njx_230:not(#\9):not(.awsui_header-cell-disabled_1spae_18njx_369) {
376
401
  cursor: pointer;
377
402
  }
378
- .awsui_header-cell-sortable_1spae_1ef0j_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1ef0j_354) > .awsui_header-cell-content_1spae_1ef0j_293:hover, .awsui_header-cell-sortable_1spae_1ef0j_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1ef0j_354).awsui_header-cell-sorted_1spae_1ef0j_354 > .awsui_header-cell-content_1spae_1ef0j_293 {
403
+ .awsui_header-cell-sortable_1spae_18njx_230:not(#\9):not(.awsui_header-cell-disabled_1spae_18njx_369) > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302:hover, .awsui_header-cell-sortable_1spae_18njx_230:not(#\9):not(.awsui_header-cell-disabled_1spae_18njx_369).awsui_header-cell-sorted_1spae_18njx_369 > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302 {
379
404
  color: var(--color-text-interactive-active-uoe6zi, #0f141a);
380
405
  }
381
- .awsui_header-cell-sortable_1spae_1ef0j_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1ef0j_354) > .awsui_header-cell-content_1spae_1ef0j_293:hover > .awsui_sorting-icon_1spae_1ef0j_279, .awsui_header-cell-sortable_1spae_1ef0j_230:not(#\9):not(.awsui_header-cell-disabled_1spae_1ef0j_354).awsui_header-cell-sorted_1spae_1ef0j_354 > .awsui_header-cell-content_1spae_1ef0j_293 > .awsui_sorting-icon_1spae_1ef0j_279 {
406
+ .awsui_header-cell-sortable_1spae_18njx_230:not(#\9):not(.awsui_header-cell-disabled_1spae_18njx_369) > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302:hover > .awsui_sorting-icon_1spae_18njx_279, .awsui_header-cell-sortable_1spae_18njx_230:not(#\9):not(.awsui_header-cell-disabled_1spae_18njx_369).awsui_header-cell-sorted_1spae_18njx_369 > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302 > .awsui_sorting-icon_1spae_18njx_279 {
382
407
  color: var(--color-text-interactive-active-uoe6zi, #0f141a);
383
408
  }
384
409
 
385
- .awsui_header-cell-text_1spae_1ef0j_385:not(#\9) {
410
+ .awsui_header-cell-text_1spae_18njx_410:not(#\9) {
386
411
  line-height: var(--line-height-heading-xs-q9j004, 18px);
387
412
  padding-block: calc(var(--space-xxxs-pajhad, 2px) / 2);
388
413
  }
389
- .awsui_header-cell-text_1spae_1ef0j_385:not(#\9):not(.awsui_header-cell-text-wrap_1spae_1ef0j_389) {
414
+ .awsui_header-cell-text_1spae_18njx_410:not(#\9):not(.awsui_header-cell-text-wrap_1spae_18njx_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_1ef0j_395:not(#\9),
396
- .awsui_header-cell-descending_1spae_1ef0j_396:not(#\9) {
420
+ .awsui_header-cell-ascending_1spae_18njx_420:not(#\9),
421
+ .awsui_header-cell-descending_1spae_18njx_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_1ef0j_149:not(#\9):not(.awsui_is-visual-refresh_1spae_1ef0j_227):first-child {
431
+ .awsui_header-cell_1spae_18njx_149:not(#\9):not(.awsui_is-visual-refresh_1spae_18njx_227):first-child {
407
432
  padding-inline-start: var(--space-xs-ymlm0b, 8px);
408
433
  }
409
- .awsui_header-cell_1spae_1ef0j_149:not(#\9):not(.awsui_is-visual-refresh_1spae_1ef0j_227):first-child.awsui_header-cell-content-expandable_1spae_1ef0j_299 {
434
+ .awsui_header-cell_1spae_18njx_149:not(#\9):not(.awsui_is-visual-refresh_1spae_18njx_227):first-child.awsui_header-cell-content-expandable_1spae_18njx_308 {
410
435
  padding-inline-start: calc(var(--space-xs-ymlm0b, 8px) + var(--space-m-dsumyt, 16px) + var(--space-xs-ymlm0b, 8px));
411
436
  }
412
437
 
413
- .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9) {
438
+ .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_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_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child:focus {
445
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child:focus {
421
446
  position: relative;
422
447
  }
423
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child:focus {
448
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child:focus {
424
449
  outline: 2px dotted transparent;
425
450
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-pfm1nx, 4px) + var(--space-scaled-xxs-pfm1nx, 4px)) - 1px);
426
451
  }
427
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child:focus::before {
452
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_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_1ef0j_149.awsui_is-
438
463
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
439
464
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
440
465
  }
441
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_1ef0j_183 {
466
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_18njx_183 {
442
467
  position: relative;
443
468
  }
444
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_1ef0j_183 {
469
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_18njx_183 {
445
470
  outline: 2px dotted transparent;
446
471
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-pfm1nx, 4px) + var(--space-scaled-xxs-pfm1nx, 4px)) - 1px);
447
472
  }
448
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_1ef0j_183::before {
473
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_18njx_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_1ef0j_149.awsui_is-
459
484
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
460
485
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
461
486
  }
462
- .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1ef0j_204):not(.awsui_header-cell-group_1spae_1ef0j_204) > .awsui_header-cell-content_1spae_1ef0j_293 {
487
+ .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_18njx_204):not(.awsui_header-cell-group_1spae_18njx_204) > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302 {
463
488
  padding-inline-start: 0px;
464
489
  }
465
- .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1ef0j_204):not(.awsui_header-cell-group_1spae_1ef0j_204) > .awsui_header-cell-content_1spae_1ef0j_293.awsui_header-cell-content-expandable_1spae_1ef0j_299 {
490
+ .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_18njx_204):not(.awsui_header-cell-group_1spae_18njx_204) > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302.awsui_header-cell-content-expandable_1spae_18njx_308 {
466
491
  padding-inline-start: calc(0px + var(--space-m-dsumyt, 16px) + var(--space-xs-ymlm0b, 8px));
467
492
  }
468
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1ef0j_204):not(.awsui_header-cell-group_1spae_1ef0j_204) > .awsui_header-cell-content_1spae_1ef0j_293:focus {
493
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_18njx_204):not(.awsui_header-cell-group_1spae_18njx_204) > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302:focus {
469
494
  position: relative;
470
495
  }
471
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1ef0j_204):not(.awsui_header-cell-group_1spae_1ef0j_204) > .awsui_header-cell-content_1spae_1ef0j_293:focus {
496
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_18njx_204):not(.awsui_header-cell-group_1spae_18njx_204) > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302:focus {
472
497
  outline: 2px dotted transparent;
473
498
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-ymwujm, 0px) + var(--space-scaled-xxs-pfm1nx, 4px)) - 1px);
474
499
  }
475
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1ef0j_204):not(.awsui_header-cell-group_1spae_1ef0j_204) > .awsui_header-cell-content_1spae_1ef0j_293:focus::before {
500
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_18njx_204):not(.awsui_header-cell-group_1spae_18njx_204) > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_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_1ef0j_149.awsui_is-
486
511
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
487
512
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
488
513
  }
489
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1ef0j_204):not(.awsui_header-cell-group_1spae_1ef0j_204) > .awsui_header-cell-content_1spae_1ef0j_293.awsui_header-cell-fake-focus_1spae_1ef0j_183 {
514
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_18njx_204):not(.awsui_header-cell-group_1spae_18njx_204) > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302.awsui_header-cell-fake-focus_1spae_18njx_183 {
490
515
  position: relative;
491
516
  }
492
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1ef0j_204):not(.awsui_header-cell-group_1spae_1ef0j_204) > .awsui_header-cell-content_1spae_1ef0j_293.awsui_header-cell-fake-focus_1spae_1ef0j_183 {
517
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_18njx_204):not(.awsui_header-cell-group_1spae_18njx_204) > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302.awsui_header-cell-fake-focus_1spae_18njx_183 {
493
518
  outline: 2px dotted transparent;
494
519
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-ymwujm, 0px) + var(--space-scaled-xxs-pfm1nx, 4px)) - 1px);
495
520
  }
496
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_1ef0j_204):not(.awsui_header-cell-group_1spae_1ef0j_204) > .awsui_header-cell-content_1spae_1ef0j_293.awsui_header-cell-fake-focus_1spae_1ef0j_183::before {
521
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_18njx_204):not(.awsui_header-cell-group_1spae_18njx_204) > .awsui_header-cell-main_1spae_18njx_287 > .awsui_header-cell-content_1spae_18njx_302.awsui_header-cell-fake-focus_1spae_18njx_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_1ef0j_149.awsui_is-
507
532
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
508
533
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
509
534
  }
510
- .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1ef0j_510):not(.awsui_sticky-cell-pad-inline-start_1spae_1ef0j_510):not(.awsui_header-cell-group_1spae_1ef0j_204):not(.awsui_header-cell-grouped_1spae_1ef0j_204) {
535
+ .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_18njx_535):not(.awsui_sticky-cell-pad-inline-start_1spae_18njx_535):not(.awsui_header-cell-group_1spae_18njx_204):not(.awsui_header-cell-grouped_1spae_18njx_204) {
511
536
  padding-inline-start: var(--space-xxxs-pajhad, 2px);
512
537
  }
513
- .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1ef0j_510):not(.awsui_sticky-cell-pad-inline-start_1spae_1ef0j_510):not(.awsui_header-cell-group_1spae_1ef0j_204):not(.awsui_header-cell-grouped_1spae_1ef0j_204).awsui_header-cell-content-expandable_1spae_1ef0j_299 {
538
+ .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_18njx_535):not(.awsui_sticky-cell-pad-inline-start_1spae_18njx_535):not(.awsui_header-cell-group_1spae_18njx_204):not(.awsui_header-cell-grouped_1spae_18njx_204).awsui_header-cell-content-expandable_1spae_18njx_308 {
514
539
  padding-inline-start: calc(var(--space-xxxs-pajhad, 2px) + var(--space-m-dsumyt, 16px) + var(--space-xs-ymlm0b, 8px));
515
540
  }
516
- .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child.awsui_has-striped-rows_1spae_1ef0j_510:not(.awsui_sticky-cell-pad-inline-start_1spae_1ef0j_510):not(.awsui_header-cell-group_1spae_1ef0j_204):not(.awsui_header-cell-grouped_1spae_1ef0j_204) {
541
+ .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child.awsui_has-striped-rows_1spae_18njx_535:not(.awsui_sticky-cell-pad-inline-start_1spae_18njx_535):not(.awsui_header-cell-group_1spae_18njx_204):not(.awsui_header-cell-grouped_1spae_18njx_204) {
517
542
  padding-inline-start: var(--space-xxs-hwfkai, 4px);
518
543
  }
519
- .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):first-child.awsui_has-striped-rows_1spae_1ef0j_510:not(.awsui_sticky-cell-pad-inline-start_1spae_1ef0j_510):not(.awsui_header-cell-group_1spae_1ef0j_204):not(.awsui_header-cell-grouped_1spae_1ef0j_204).awsui_header-cell-content-expandable_1spae_1ef0j_299 {
544
+ .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):first-child.awsui_has-striped-rows_1spae_18njx_535:not(.awsui_sticky-cell-pad-inline-start_1spae_18njx_535):not(.awsui_header-cell-group_1spae_18njx_204):not(.awsui_header-cell-grouped_1spae_18njx_204).awsui_header-cell-content-expandable_1spae_18njx_308 {
520
545
  padding-inline-start: calc(var(--space-xxs-hwfkai, 4px) + var(--space-m-dsumyt, 16px) + var(--space-xs-ymlm0b, 8px));
521
546
  }
522
- .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227:not(#\9):last-child.awsui_header-cell-sortable_1spae_1ef0j_230:not(.awsui_header-cell-resizable_1spae_1ef0j_522), .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227[data-rightmost].awsui_header-cell-sortable_1spae_1ef0j_230:not(#\9):not(.awsui_header-cell-resizable_1spae_1ef0j_522) {
547
+ .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227:not(#\9):last-child.awsui_header-cell-sortable_1spae_18njx_230:not(.awsui_header-cell-resizable_1spae_18njx_547), .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227[data-rightmost].awsui_header-cell-sortable_1spae_18njx_230:not(#\9):not(.awsui_header-cell-resizable_1spae_18njx_547) {
523
548
  padding-inline-end: var(--space-xxxs-pajhad, 2px);
524
549
  }
525
- .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227.awsui_sticky-cell-pad-inline-start_1spae_1ef0j_510:not(#\9) {
550
+ .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227.awsui_sticky-cell-pad-inline-start_1spae_18njx_535:not(#\9) {
526
551
  padding-inline-start: var(--space-scaled-l-sej05l, 20px);
527
552
  }
528
- .awsui_header-cell_1spae_1ef0j_149.awsui_is-visual-refresh_1spae_1ef0j_227.awsui_sticky-cell-pad-inline-start_1spae_1ef0j_510.awsui_header-cell-content-expandable_1spae_1ef0j_299:not(#\9) {
553
+ .awsui_header-cell_1spae_18njx_149.awsui_is-visual-refresh_1spae_18njx_227.awsui_sticky-cell-pad-inline-start_1spae_18njx_535.awsui_header-cell-content-expandable_1spae_18njx_308:not(#\9) {
529
554
  padding-inline-start: calc(var(--space-scaled-l-sej05l, 20px) + var(--space-m-dsumyt, 16px) + var(--space-xs-ymlm0b, 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_1ef0j_149",
6
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1ef0j_183",
7
- "header-cell-group": "awsui_header-cell-group_1spae_1ef0j_204",
8
- "header-cell-grouped": "awsui_header-cell-grouped_1spae_1ef0j_204",
9
- "header-cell-spans-rows": "awsui_header-cell-spans-rows_1spae_1ef0j_204",
10
- "resize-divider": "awsui_resize-divider_1spae_1ef0j_209",
11
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_1ef0j_212",
12
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_1ef0j_218",
13
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1ef0j_218",
14
- "header-cell-hidden": "awsui_header-cell-hidden_1spae_1ef0j_224",
15
- "header-cell-variant-embedded": "awsui_header-cell-variant-embedded_1spae_1ef0j_227",
16
- "is-visual-refresh": "awsui_is-visual-refresh_1spae_1ef0j_227",
17
- "sticky-cell": "awsui_sticky-cell_1spae_1ef0j_227",
18
- "header-cell-variant-borderless": "awsui_header-cell-variant-borderless_1spae_1ef0j_227",
19
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_1ef0j_230",
20
- "table-variant-full-page": "awsui_table-variant-full-page_1spae_1ef0j_251",
21
- "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_1ef0j_254",
22
- "has-selection": "awsui_has-selection_1spae_1ef0j_254",
23
- "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_1spae_1ef0j_257",
24
- "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_1spae_1ef0j_269",
25
- "sorting-icon": "awsui_sorting-icon_1spae_1ef0j_279",
26
- "edit-icon": "awsui_edit-icon_1spae_1ef0j_287",
27
- "header-cell-content": "awsui_header-cell-content_1spae_1ef0j_293",
28
- "header-cell-content-expandable": "awsui_header-cell-content-expandable_1spae_1ef0j_299",
29
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_1ef0j_354",
30
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_1ef0j_354",
31
- "header-cell-text": "awsui_header-cell-text_1spae_1ef0j_385",
32
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1ef0j_389",
33
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_1ef0j_395",
34
- "header-cell-descending": "awsui_header-cell-descending_1spae_1ef0j_396",
35
- "has-striped-rows": "awsui_has-striped-rows_1spae_1ef0j_510",
36
- "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_1spae_1ef0j_510",
37
- "header-cell-resizable": "awsui_header-cell-resizable_1spae_1ef0j_522"
5
+ "header-cell": "awsui_header-cell_1spae_18njx_149",
6
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_18njx_183",
7
+ "header-cell-group": "awsui_header-cell-group_1spae_18njx_204",
8
+ "header-cell-grouped": "awsui_header-cell-grouped_1spae_18njx_204",
9
+ "header-cell-spans-rows": "awsui_header-cell-spans-rows_1spae_18njx_204",
10
+ "resize-divider": "awsui_resize-divider_1spae_18njx_209",
11
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_18njx_212",
12
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_18njx_218",
13
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_18njx_218",
14
+ "header-cell-hidden": "awsui_header-cell-hidden_1spae_18njx_224",
15
+ "header-cell-variant-embedded": "awsui_header-cell-variant-embedded_1spae_18njx_227",
16
+ "is-visual-refresh": "awsui_is-visual-refresh_1spae_18njx_227",
17
+ "sticky-cell": "awsui_sticky-cell_1spae_18njx_227",
18
+ "header-cell-variant-borderless": "awsui_header-cell-variant-borderless_1spae_18njx_227",
19
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_18njx_230",
20
+ "table-variant-full-page": "awsui_table-variant-full-page_1spae_18njx_251",
21
+ "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_18njx_254",
22
+ "has-selection": "awsui_has-selection_1spae_18njx_254",
23
+ "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_1spae_18njx_257",
24
+ "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_1spae_18njx_269",
25
+ "sorting-icon": "awsui_sorting-icon_1spae_18njx_279",
26
+ "header-cell-main": "awsui_header-cell-main_1spae_18njx_287",
27
+ "sort-priority-badge": "awsui_sort-priority-badge_1spae_18njx_292",
28
+ "edit-icon": "awsui_edit-icon_1spae_18njx_296",
29
+ "header-cell-content": "awsui_header-cell-content_1spae_18njx_302",
30
+ "header-cell-content-expandable": "awsui_header-cell-content-expandable_1spae_18njx_308",
31
+ "header-cell-content-multi-sorted": "awsui_header-cell-content-multi-sorted_1spae_18njx_366",
32
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_18njx_369",
33
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_18njx_369",
34
+ "header-cell-main-with-menu": "awsui_header-cell-main-with-menu_1spae_18njx_373",
35
+ "header-cell-content-with-menu": "awsui_header-cell-content-with-menu_1spae_18njx_378",
36
+ "header-cell-text": "awsui_header-cell-text_1spae_18njx_410",
37
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_18njx_414",
38
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_18njx_420",
39
+ "header-cell-descending": "awsui_header-cell-descending_1spae_18njx_421",
40
+ "has-striped-rows": "awsui_has-striped-rows_1spae_18njx_535",
41
+ "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_1spae_18njx_535",
42
+ "header-cell-resizable": "awsui_header-cell-resizable_1spae_18njx_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;
@@ -39,6 +46,7 @@ export declare function TableThElement({
39
46
  resizableStyle,
40
47
  sortingStatus,
41
48
  sortingDisabled,
49
+ suppressAriaSort,
42
50
  focusedComponent,
43
51
  stuck,
44
52
  sticky,
@@ -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