@cloudscape-design/components 3.0.1309 → 3.0.1311

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 (140) hide show
  1. package/app-layout/runtime-drawer/index.js +1 -1
  2. package/app-layout/runtime-drawer/index.js.map +1 -1
  3. package/app-layout/visual-refresh/drawers.d.ts.map +1 -1
  4. package/app-layout/visual-refresh/drawers.js +3 -0
  5. package/app-layout/visual-refresh/drawers.js.map +1 -1
  6. package/app-layout/visual-refresh/styles.css.js +87 -86
  7. package/app-layout/visual-refresh/styles.scoped.css +176 -164
  8. package/app-layout/visual-refresh/styles.selectors.js +87 -86
  9. package/app-layout/visual-refresh/tools.d.ts.map +1 -1
  10. package/app-layout/visual-refresh/tools.js +2 -0
  11. package/app-layout/visual-refresh/tools.js.map +1 -1
  12. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  13. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +84 -84
  14. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  15. package/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
  16. package/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +6 -6
  17. package/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
  18. package/breadcrumb-group/implementation.d.ts.map +1 -1
  19. package/breadcrumb-group/implementation.js +2 -2
  20. package/breadcrumb-group/implementation.js.map +1 -1
  21. package/breadcrumb-group/item/item.d.ts.map +1 -1
  22. package/breadcrumb-group/item/item.js +2 -1
  23. package/breadcrumb-group/item/item.js.map +1 -1
  24. package/button/internal.d.ts +3 -0
  25. package/button/internal.d.ts.map +1 -1
  26. package/button/internal.js +2 -2
  27. package/button/internal.js.map +1 -1
  28. package/button-dropdown/internal.d.ts.map +1 -1
  29. package/button-dropdown/internal.js +4 -3
  30. package/button-dropdown/internal.js.map +1 -1
  31. package/button-dropdown/styles.css.js +22 -21
  32. package/button-dropdown/styles.scoped.css +33 -29
  33. package/button-dropdown/styles.selectors.js +22 -21
  34. package/button-group/icon-toggle-button-item.js +1 -1
  35. package/button-group/icon-toggle-button-item.js.map +1 -1
  36. package/dropdown/internal.d.ts.map +1 -1
  37. package/dropdown/internal.js +14 -2
  38. package/dropdown/internal.js.map +1 -1
  39. package/expandable-section/expandable-section-header.d.ts.map +1 -1
  40. package/expandable-section/expandable-section-header.js +5 -5
  41. package/expandable-section/expandable-section-header.js.map +1 -1
  42. package/expandable-section/styles.css.js +36 -35
  43. package/expandable-section/styles.scoped.css +81 -66
  44. package/expandable-section/styles.selectors.js +36 -35
  45. package/icon/generated/icons.d.ts +1 -0
  46. package/icon/generated/icons.d.ts.map +1 -1
  47. package/icon/generated/icons.js +2 -0
  48. package/icon/generated/icons.js.map +1 -1
  49. package/icon-provider/interfaces.d.ts +1 -1
  50. package/icon-provider/interfaces.d.ts.map +1 -1
  51. package/icon-provider/interfaces.js.map +1 -1
  52. package/internal/base-component/styles.scoped.css +5 -1
  53. package/internal/components/button-trigger/index.d.ts.map +1 -1
  54. package/internal/components/button-trigger/index.js +3 -2
  55. package/internal/components/button-trigger/index.js.map +1 -1
  56. package/internal/components/button-trigger/styles.css.js +15 -14
  57. package/internal/components/button-trigger/styles.scoped.css +35 -29
  58. package/internal/components/button-trigger/styles.selectors.js +15 -14
  59. package/internal/components/drag-handle/styles.css.js +14 -14
  60. package/internal/components/drag-handle/styles.scoped.css +20 -19
  61. package/internal/components/drag-handle/styles.selectors.js +14 -14
  62. package/internal/components/drag-handle-wrapper/index.d.ts.map +1 -1
  63. package/internal/components/drag-handle-wrapper/index.js +6 -3
  64. package/internal/components/drag-handle-wrapper/index.js.map +1 -1
  65. package/internal/components/drag-handle-wrapper/portal-overlay.d.ts +2 -0
  66. package/internal/components/drag-handle-wrapper/portal-overlay.d.ts.map +1 -1
  67. package/internal/components/drag-handle-wrapper/portal-overlay.js +2 -2
  68. package/internal/components/drag-handle-wrapper/portal-overlay.js.map +1 -1
  69. package/internal/components/expand-toggle-button/index.js +2 -2
  70. package/internal/components/expand-toggle-button/index.js.map +1 -1
  71. package/internal/environment.js +2 -2
  72. package/internal/environment.json +2 -2
  73. package/internal/generated/styles/tokens.d.ts +1 -0
  74. package/internal/generated/styles/tokens.js +1 -0
  75. package/internal/generated/theming/index.cjs +33 -0
  76. package/internal/generated/theming/index.cjs.d.ts +9 -0
  77. package/internal/generated/theming/index.d.ts +9 -0
  78. package/internal/generated/theming/index.js +33 -0
  79. package/internal/hooks/use-mouse-down-target.js +2 -2
  80. package/internal/hooks/use-mouse-down-target.js.map +1 -1
  81. package/internal/hooks/use-portal-mode-classes/index.d.ts.map +1 -1
  82. package/internal/hooks/use-portal-mode-classes/index.js +4 -2
  83. package/internal/hooks/use-portal-mode-classes/index.js.map +1 -1
  84. package/internal/hooks/use-visual-mode/index.d.ts +2 -1
  85. package/internal/hooks/use-visual-mode/index.d.ts.map +1 -1
  86. package/internal/hooks/use-visual-mode/index.js +2 -1
  87. package/internal/hooks/use-visual-mode/index.js.map +1 -1
  88. package/internal/manifest.json +1 -1
  89. package/manifest.json +2 -2
  90. package/package.json +1 -1
  91. package/status-indicator/internal.d.ts.map +1 -1
  92. package/status-indicator/internal.js +4 -3
  93. package/status-indicator/internal.js.map +1 -1
  94. package/status-indicator/styles.css.js +25 -24
  95. package/status-indicator/styles.scoped.css +75 -40
  96. package/status-indicator/styles.selectors.js +25 -24
  97. package/table/header-cell/group-header-cell.d.ts.map +1 -1
  98. package/table/header-cell/group-header-cell.js +3 -15
  99. package/table/header-cell/group-header-cell.js.map +1 -1
  100. package/table/header-cell/styles.css.js +33 -33
  101. package/table/header-cell/styles.scoped.css +73 -73
  102. package/table/header-cell/styles.selectors.js +33 -33
  103. package/table/header-cell/th-element.d.ts +6 -6
  104. package/table/header-cell/th-element.d.ts.map +1 -1
  105. package/table/header-cell/th-element.js +4 -3
  106. package/table/header-cell/th-element.js.map +1 -1
  107. package/table/interfaces.d.ts +11 -0
  108. package/table/interfaces.d.ts.map +1 -1
  109. package/table/interfaces.js.map +1 -1
  110. package/table/internal.d.ts.map +1 -1
  111. package/table/internal.js +104 -99
  112. package/table/internal.js.map +1 -1
  113. package/table/skeleton-rows.d.ts +38 -0
  114. package/table/skeleton-rows.d.ts.map +1 -0
  115. package/table/skeleton-rows.js +33 -0
  116. package/table/skeleton-rows.js.map +1 -0
  117. package/table/sticky-columns/use-sticky-columns.d.ts +3 -1
  118. package/table/sticky-columns/use-sticky-columns.d.ts.map +1 -1
  119. package/table/sticky-columns/use-sticky-columns.js +31 -7
  120. package/table/sticky-columns/use-sticky-columns.js.map +1 -1
  121. package/table/styles.css.js +36 -35
  122. package/table/styles.scoped.css +48 -42
  123. package/table/styles.selectors.js +36 -35
  124. package/table/thead.d.ts.map +1 -1
  125. package/table/thead.js +1 -1
  126. package/table/thead.js.map +1 -1
  127. package/test-utils/dom/table/index.js +1 -1
  128. package/test-utils/dom/table/index.js.map +1 -1
  129. package/test-utils/selectors/table/index.js +1 -1
  130. package/test-utils/selectors/table/index.js.map +1 -1
  131. package/theming/index.d.ts +3 -1
  132. package/theming/index.d.ts.map +1 -1
  133. package/theming/index.js +55 -0
  134. package/theming/index.js.map +1 -1
  135. package/tree-view/tree-item/index.d.ts.map +1 -1
  136. package/tree-view/tree-item/index.js +2 -1
  137. package/tree-view/tree-item/index.js.map +1 -1
  138. package/tree-view/tree-item/styles.css.js +10 -9
  139. package/tree-view/tree-item/styles.scoped.css +19 -12
  140. package/tree-view/tree-item/styles.selectors.js +10 -9
@@ -1,38 +1,38 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "header-cell": "awsui_header-cell_1spae_ysd4g_149",
5
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_ysd4g_183",
6
- "header-cell-group": "awsui_header-cell-group_1spae_ysd4g_204",
7
- "header-cell-grouped": "awsui_header-cell-grouped_1spae_ysd4g_204",
8
- "header-cell-spans-rows": "awsui_header-cell-spans-rows_1spae_ysd4g_204",
9
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_ysd4g_208",
10
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_ysd4g_211",
11
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_ysd4g_211",
12
- "header-cell-hidden": "awsui_header-cell-hidden_1spae_ysd4g_217",
13
- "header-cell-variant-embedded": "awsui_header-cell-variant-embedded_1spae_ysd4g_220",
14
- "is-visual-refresh": "awsui_is-visual-refresh_1spae_ysd4g_220",
15
- "sticky-cell": "awsui_sticky-cell_1spae_ysd4g_220",
16
- "header-cell-variant-borderless": "awsui_header-cell-variant-borderless_1spae_ysd4g_220",
17
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_ysd4g_223",
18
- "table-variant-full-page": "awsui_table-variant-full-page_1spae_ysd4g_244",
19
- "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_ysd4g_247",
20
- "has-selection": "awsui_has-selection_1spae_ysd4g_247",
21
- "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_1spae_ysd4g_250",
22
- "resize-divider": "awsui_resize-divider_1spae_ysd4g_255",
23
- "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_1spae_ysd4g_262",
24
- "sorting-icon": "awsui_sorting-icon_1spae_ysd4g_272",
25
- "edit-icon": "awsui_edit-icon_1spae_ysd4g_280",
26
- "header-cell-content": "awsui_header-cell-content_1spae_ysd4g_286",
27
- "header-cell-content-expandable": "awsui_header-cell-content-expandable_1spae_ysd4g_292",
28
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_ysd4g_347",
29
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_ysd4g_347",
30
- "header-cell-text": "awsui_header-cell-text_1spae_ysd4g_378",
31
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_ysd4g_382",
32
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_ysd4g_388",
33
- "header-cell-descending": "awsui_header-cell-descending_1spae_ysd4g_389",
34
- "has-striped-rows": "awsui_has-striped-rows_1spae_ysd4g_503",
35
- "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_1spae_ysd4g_503",
36
- "header-cell-resizable": "awsui_header-cell-resizable_1spae_ysd4g_515"
4
+ "header-cell": "awsui_header-cell_1spae_79bkq_149",
5
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_79bkq_183",
6
+ "header-cell-group": "awsui_header-cell-group_1spae_79bkq_204",
7
+ "header-cell-grouped": "awsui_header-cell-grouped_1spae_79bkq_204",
8
+ "header-cell-spans-rows": "awsui_header-cell-spans-rows_1spae_79bkq_204",
9
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_79bkq_208",
10
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_79bkq_211",
11
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_79bkq_211",
12
+ "header-cell-hidden": "awsui_header-cell-hidden_1spae_79bkq_217",
13
+ "header-cell-variant-embedded": "awsui_header-cell-variant-embedded_1spae_79bkq_220",
14
+ "is-visual-refresh": "awsui_is-visual-refresh_1spae_79bkq_220",
15
+ "sticky-cell": "awsui_sticky-cell_1spae_79bkq_220",
16
+ "header-cell-variant-borderless": "awsui_header-cell-variant-borderless_1spae_79bkq_220",
17
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_79bkq_223",
18
+ "table-variant-full-page": "awsui_table-variant-full-page_1spae_79bkq_244",
19
+ "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_79bkq_247",
20
+ "has-selection": "awsui_has-selection_1spae_79bkq_247",
21
+ "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_1spae_79bkq_250",
22
+ "resize-divider": "awsui_resize-divider_1spae_79bkq_255",
23
+ "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_1spae_79bkq_262",
24
+ "sorting-icon": "awsui_sorting-icon_1spae_79bkq_272",
25
+ "edit-icon": "awsui_edit-icon_1spae_79bkq_280",
26
+ "header-cell-content": "awsui_header-cell-content_1spae_79bkq_286",
27
+ "header-cell-content-expandable": "awsui_header-cell-content-expandable_1spae_79bkq_292",
28
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_79bkq_347",
29
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_79bkq_347",
30
+ "header-cell-text": "awsui_header-cell-text_1spae_79bkq_378",
31
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_79bkq_382",
32
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_79bkq_388",
33
+ "header-cell-descending": "awsui_header-cell-descending_1spae_79bkq_389",
34
+ "has-striped-rows": "awsui_has-striped-rows_1spae_79bkq_503",
35
+ "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_1spae_79bkq_503",
36
+ "header-cell-resizable": "awsui_header-cell-resizable_1spae_79bkq_515"
37
37
  };
38
38
 
@@ -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_ysd4g_149:not(#\9) {
149
+ .awsui_header-cell_1spae_79bkq_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_ysd4g_149:not(#\9):focus {
162
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149:not(#\9):focus {
163
163
  position: relative;
164
164
  }
165
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149:not(#\9):focus {
165
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_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_ysd4g_149:not(#\9):focus::before {
169
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_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_ysd4g_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_ysd4g_149.awsui_header-cell-fake-focus_1spae_ysd4g_183:not(#\9) {
183
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_header-cell-fake-focus_1spae_79bkq_183:not(#\9) {
184
184
  position: relative;
185
185
  }
186
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_header-cell-fake-focus_1spae_ysd4g_183:not(#\9) {
186
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_header-cell-fake-focus_1spae_79bkq_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_ysd4g_149.awsui_header-cell-fake-focus_1spae_ysd4g_183:not(#\9)::before {
190
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_header-cell-fake-focus_1spae_79bkq_183:not(#\9)::before {
191
191
  content: " ";
192
192
  display: block;
193
193
  position: absolute;
@@ -201,29 +201,29 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_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_ysd4g_149.awsui_header-cell-group_1spae_ysd4g_204:not(#\9), .awsui_header-cell_1spae_ysd4g_149.awsui_header-cell-grouped_1spae_ysd4g_204:not(#\9), .awsui_header-cell_1spae_ysd4g_149.awsui_header-cell-spans-rows_1spae_ysd4g_204:not(#\9) {
204
+ .awsui_header-cell_1spae_79bkq_149.awsui_header-cell-group_1spae_79bkq_204:not(#\9), .awsui_header-cell_1spae_79bkq_149.awsui_header-cell-grouped_1spae_79bkq_204:not(#\9), .awsui_header-cell_1spae_79bkq_149.awsui_header-cell-spans-rows_1spae_79bkq_204:not(#\9) {
205
205
  padding-block: var(--space-xxxs-pajhad, 2px);
206
206
  padding-inline: var(--space-scaled-xs-xwoogq, 8px);
207
207
  }
208
- .awsui_header-cell-sticky_1spae_ysd4g_208:not(#\9) {
209
- border-block-end: var(--border-table-sticky-width-ai31mi, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
208
+ .awsui_header-cell-sticky_1spae_79bkq_208:not(#\9) {
209
+ border-block-end: var(--border-table-sticky-width-ai31mi, 1px) solid var(--color-border-divider-interactive-default-r928dz, #8c8c94);
210
210
  }
211
- .awsui_header-cell-stuck_1spae_ysd4g_211:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_ysd4g_211) {
211
+ .awsui_header-cell-stuck_1spae_79bkq_211:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_79bkq_211) {
212
212
  border-block-end-color: transparent;
213
213
  }
214
- .awsui_header-cell-variant-full-page_1spae_ysd4g_211:not(#\9) {
214
+ .awsui_header-cell-variant-full-page_1spae_79bkq_211:not(#\9) {
215
215
  background: var(--color-background-layout-main-5ilwcb, #ffffff);
216
216
  }
217
- .awsui_header-cell-variant-full-page_1spae_ysd4g_211.awsui_header-cell-hidden_1spae_ysd4g_217:not(#\9) {
217
+ .awsui_header-cell-variant-full-page_1spae_79bkq_211.awsui_header-cell-hidden_1spae_79bkq_217:not(#\9) {
218
218
  border-block-end-color: transparent;
219
219
  }
220
- .awsui_header-cell-variant-embedded_1spae_ysd4g_220.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_ysd4g_208, .awsui_sticky-cell_1spae_ysd4g_220)), .awsui_header-cell-variant-borderless_1spae_ysd4g_220.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_ysd4g_208, .awsui_sticky-cell_1spae_ysd4g_220)) {
220
+ .awsui_header-cell-variant-embedded_1spae_79bkq_220.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_79bkq_208, .awsui_sticky-cell_1spae_79bkq_220)), .awsui_header-cell-variant-borderless_1spae_79bkq_220.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_79bkq_208, .awsui_sticky-cell_1spae_79bkq_220)) {
221
221
  background: none;
222
222
  }
223
- .awsui_header-cell_1spae_ysd4g_149:not(#\9):last-child, .awsui_header-cell_1spae_ysd4g_149[data-rightmost]:not(#\9), .awsui_header-cell_1spae_ysd4g_149.awsui_header-cell-sortable_1spae_ysd4g_223:not(#\9) {
223
+ .awsui_header-cell_1spae_79bkq_149:not(#\9):last-child, .awsui_header-cell_1spae_79bkq_149[data-rightmost]:not(#\9), .awsui_header-cell_1spae_79bkq_149.awsui_header-cell-sortable_1spae_79bkq_223:not(#\9) {
224
224
  padding-inline-end: var(--space-xs-ymlm0b, 8px);
225
225
  }
226
- .awsui_header-cell_1spae_ysd4g_149.awsui_sticky-cell_1spae_ysd4g_220:not(#\9) {
226
+ .awsui_header-cell_1spae_79bkq_149.awsui_sticky-cell_1spae_79bkq_220:not(#\9) {
227
227
  position: sticky;
228
228
  background: var(--color-background-table-header-hdjxos, #ffffff);
229
229
  z-index: 798;
@@ -232,44 +232,44 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_hea
232
232
  transition-timing-function: var(--motion-easing-sticky-tn072u, cubic-bezier(1, 0, 0.83, 1));
233
233
  }
234
234
  @media (prefers-reduced-motion: reduce) {
235
- .awsui_header-cell_1spae_ysd4g_149.awsui_sticky-cell_1spae_ysd4g_220:not(#\9) {
235
+ .awsui_header-cell_1spae_79bkq_149.awsui_sticky-cell_1spae_79bkq_220:not(#\9) {
236
236
  animation: none;
237
237
  transition: none;
238
238
  }
239
239
  }
240
- .awsui-motion-disabled .awsui_header-cell_1spae_ysd4g_149.awsui_sticky-cell_1spae_ysd4g_220:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_ysd4g_149.awsui_sticky-cell_1spae_ysd4g_220:not(#\9) {
240
+ .awsui-motion-disabled .awsui_header-cell_1spae_79bkq_149.awsui_sticky-cell_1spae_79bkq_220:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_79bkq_149.awsui_sticky-cell_1spae_79bkq_220:not(#\9) {
241
241
  animation: none;
242
242
  transition: none;
243
243
  }
244
- .awsui_header-cell_1spae_ysd4g_149.awsui_sticky-cell_1spae_ysd4g_220.awsui_table-variant-full-page_1spae_ysd4g_244:not(#\9) {
244
+ .awsui_header-cell_1spae_79bkq_149.awsui_sticky-cell_1spae_79bkq_220.awsui_table-variant-full-page_1spae_79bkq_244:not(#\9) {
245
245
  background: var(--color-background-layout-main-5ilwcb, #ffffff);
246
246
  }
247
- .awsui_header-cell_1spae_ysd4g_149.awsui_sticky-cell-pad-left_1spae_ysd4g_247:not(#\9):not(.awsui_has-selection_1spae_ysd4g_247) {
247
+ .awsui_header-cell_1spae_79bkq_149.awsui_sticky-cell-pad-left_1spae_79bkq_247:not(#\9):not(.awsui_has-selection_1spae_79bkq_247) {
248
248
  padding-inline-start: var(--space-table-horizontal-suurzj, 20px);
249
249
  }
250
- .awsui_header-cell_1spae_ysd4g_149.awsui_sticky-cell-last-inline-start_1spae_ysd4g_250:not(#\9) {
250
+ .awsui_header-cell_1spae_79bkq_149.awsui_sticky-cell-last-inline-start_1spae_79bkq_250:not(#\9) {
251
251
  box-shadow: var(--shadow-sticky-column-first-trcd2o, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
252
252
  clip-path: inset(0px -24px 0px 0px);
253
253
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
254
254
  }
255
- .awsui_header-cell_1spae_ysd4g_149.awsui_sticky-cell-last-inline-start_1spae_ysd4g_250 > .awsui_resize-divider_1spae_ysd4g_255:not(#\9) {
255
+ .awsui_header-cell_1spae_79bkq_149.awsui_sticky-cell-last-inline-start_1spae_79bkq_250 > .awsui_resize-divider_1spae_79bkq_255:not(#\9) {
256
256
  display: none;
257
257
  }
258
- .awsui_header-cell_1spae_ysd4g_149.awsui_sticky-cell-last-inline-start_1spae_ysd4g_250:not(#\9):dir(rtl) {
258
+ .awsui_header-cell_1spae_79bkq_149.awsui_sticky-cell-last-inline-start_1spae_79bkq_250:not(#\9):dir(rtl) {
259
259
  box-shadow: var(--shadow-sticky-column-last-qgh697, -4px 0 8px 1px rgba(0, 28, 36, 0.1));
260
260
  clip-path: inset(0 0 0 -24px);
261
261
  }
262
- .awsui_header-cell_1spae_ysd4g_149.awsui_sticky-cell-last-inline-end_1spae_ysd4g_262:not(#\9) {
262
+ .awsui_header-cell_1spae_79bkq_149.awsui_sticky-cell-last-inline-end_1spae_79bkq_262:not(#\9) {
263
263
  box-shadow: var(--shadow-sticky-column-last-qgh697, -4px 0 8px 1px rgba(0, 28, 36, 0.1));
264
264
  clip-path: inset(0 0 0 -24px);
265
265
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
266
266
  }
267
- .awsui_header-cell_1spae_ysd4g_149.awsui_sticky-cell-last-inline-end_1spae_ysd4g_262:not(#\9):dir(rtl) {
267
+ .awsui_header-cell_1spae_79bkq_149.awsui_sticky-cell-last-inline-end_1spae_79bkq_262:not(#\9):dir(rtl) {
268
268
  box-shadow: var(--shadow-sticky-column-first-trcd2o, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
269
269
  clip-path: inset(0 -24px 0 0);
270
270
  }
271
271
 
272
- .awsui_sorting-icon_1spae_ysd4g_272:not(#\9) {
272
+ .awsui_sorting-icon_1spae_79bkq_272:not(#\9) {
273
273
  position: absolute;
274
274
  inset-block-start: 50%;
275
275
  transform: translateY(-50%);
@@ -277,39 +277,39 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_hea
277
277
  color: var(--color-text-column-sorting-icon-fngn77, #424650);
278
278
  }
279
279
 
280
- .awsui_edit-icon_1spae_ysd4g_280:not(#\9) {
280
+ .awsui_edit-icon_1spae_79bkq_280:not(#\9) {
281
281
  margin-inline-start: var(--space-xxs-hwfkai, 4px);
282
282
  margin-block-start: var(--space-scaled-xxs-pfm1nx, 4px);
283
283
  color: inherit;
284
284
  }
285
285
 
286
- .awsui_header-cell-content_1spae_ysd4g_286:not(#\9) {
286
+ .awsui_header-cell-content_1spae_79bkq_286:not(#\9) {
287
287
  position: relative;
288
288
  padding-block: var(--space-scaled-xxs-pfm1nx, 4px);
289
289
  padding-inline-end: var(--space-s-tvghoh, 12px);
290
290
  padding-inline-start: var(--space-s-tvghoh, 12px);
291
291
  }
292
- .awsui_header-cell-content_1spae_ysd4g_286.awsui_header-cell-content-expandable_1spae_ysd4g_292:not(#\9) {
292
+ .awsui_header-cell-content_1spae_79bkq_286.awsui_header-cell-content-expandable_1spae_79bkq_292:not(#\9) {
293
293
  padding-inline-start: calc(var(--space-s-tvghoh, 12px) + var(--space-m-dsumyt, 16px) + var(--space-xs-ymlm0b, 8px));
294
294
  }
295
- .awsui_header-cell-group_1spae_ysd4g_204 > .awsui_header-cell-content_1spae_ysd4g_286:not(#\9), .awsui_header-cell-grouped_1spae_ysd4g_204 > .awsui_header-cell-content_1spae_ysd4g_286:not(#\9), .awsui_header-cell-spans-rows_1spae_ysd4g_204 > .awsui_header-cell-content_1spae_ysd4g_286:not(#\9) {
295
+ .awsui_header-cell-group_1spae_79bkq_204 > .awsui_header-cell-content_1spae_79bkq_286:not(#\9), .awsui_header-cell-grouped_1spae_79bkq_204 > .awsui_header-cell-content_1spae_79bkq_286:not(#\9), .awsui_header-cell-spans-rows_1spae_79bkq_204 > .awsui_header-cell-content_1spae_79bkq_286:not(#\9) {
296
296
  padding-block: var(--space-xxxs-pajhad, 2px);
297
297
  }
298
- .awsui_header-cell-sortable_1spae_ysd4g_223 > .awsui_header-cell-content_1spae_ysd4g_286:not(#\9) {
298
+ .awsui_header-cell-sortable_1spae_79bkq_223 > .awsui_header-cell-content_1spae_79bkq_286:not(#\9) {
299
299
  padding-inline-end: calc(var(--space-xl-jfy3x4, 24px) + var(--space-xxs-hwfkai, 4px));
300
300
  }
301
- .awsui_header-cell-content_1spae_ysd4g_286:not(#\9):focus {
301
+ .awsui_header-cell-content_1spae_79bkq_286:not(#\9):focus {
302
302
  outline: none;
303
303
  text-decoration: none;
304
304
  }
305
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_ysd4g_286:not(#\9):focus {
305
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79bkq_286:not(#\9):focus {
306
306
  position: relative;
307
307
  }
308
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_ysd4g_286:not(#\9):focus {
308
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79bkq_286:not(#\9):focus {
309
309
  outline: 2px dotted transparent;
310
310
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-ymwujm, 0px)) - 1px);
311
311
  }
312
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_ysd4g_286:not(#\9):focus::before {
312
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79bkq_286:not(#\9):focus::before {
313
313
  content: " ";
314
314
  display: block;
315
315
  position: absolute;
@@ -323,14 +323,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_ysd4g_286:n
323
323
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
324
324
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
325
325
  }
326
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_ysd4g_286.awsui_header-cell-fake-focus_1spae_ysd4g_183:not(#\9) {
326
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79bkq_286.awsui_header-cell-fake-focus_1spae_79bkq_183:not(#\9) {
327
327
  position: relative;
328
328
  }
329
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_ysd4g_286.awsui_header-cell-fake-focus_1spae_ysd4g_183:not(#\9) {
329
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79bkq_286.awsui_header-cell-fake-focus_1spae_79bkq_183:not(#\9) {
330
330
  outline: 2px dotted transparent;
331
331
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-ymwujm, 0px)) - 1px);
332
332
  }
333
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_ysd4g_286.awsui_header-cell-fake-focus_1spae_ysd4g_183:not(#\9)::before {
333
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_79bkq_286.awsui_header-cell-fake-focus_1spae_79bkq_183:not(#\9)::before {
334
334
  content: " ";
335
335
  display: block;
336
336
  position: absolute;
@@ -344,49 +344,49 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_ysd4g_286.a
344
344
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
345
345
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
346
346
  }
347
- .awsui_header-cell-disabled_1spae_ysd4g_347.awsui_header-cell-sorted_1spae_ysd4g_347 > .awsui_header-cell-content_1spae_ysd4g_286 > .awsui_sorting-icon_1spae_ysd4g_272:not(#\9) {
347
+ .awsui_header-cell-disabled_1spae_79bkq_347.awsui_header-cell-sorted_1spae_79bkq_347 > .awsui_header-cell-content_1spae_79bkq_286 > .awsui_sorting-icon_1spae_79bkq_272:not(#\9) {
348
348
  color: var(--color-text-interactive-disabled-1bqmrl, #b4b4bb);
349
349
  }
350
350
 
351
- .awsui_header-cell-spans-rows_1spae_ysd4g_204:not(#\9) {
351
+ .awsui_header-cell-spans-rows_1spae_79bkq_204:not(#\9) {
352
352
  block-size: 100%;
353
353
  vertical-align: bottom;
354
354
  }
355
- .awsui_header-cell-spans-rows_1spae_ysd4g_204 > .awsui_header-cell-content_1spae_ysd4g_286:not(#\9) {
355
+ .awsui_header-cell-spans-rows_1spae_79bkq_204 > .awsui_header-cell-content_1spae_79bkq_286:not(#\9) {
356
356
  block-size: 100%;
357
357
  box-sizing: border-box;
358
358
  display: flex;
359
359
  flex-direction: column;
360
360
  justify-content: flex-end;
361
361
  }
362
- .awsui_header-cell-spans-rows_1spae_ysd4g_204 > .awsui_header-cell-content_1spae_ysd4g_286 > .awsui_sorting-icon_1spae_ysd4g_272:not(#\9) {
362
+ .awsui_header-cell-spans-rows_1spae_79bkq_204 > .awsui_header-cell-content_1spae_79bkq_286 > .awsui_sorting-icon_1spae_79bkq_272:not(#\9) {
363
363
  inset-block-start: auto;
364
364
  inset-block-end: var(--space-scaled-xxs-pfm1nx, 4px);
365
365
  transform: none;
366
366
  }
367
367
 
368
- .awsui_header-cell-sortable_1spae_ysd4g_223:not(#\9):not(.awsui_header-cell-disabled_1spae_ysd4g_347) > .awsui_header-cell-content_1spae_ysd4g_286 {
368
+ .awsui_header-cell-sortable_1spae_79bkq_223:not(#\9):not(.awsui_header-cell-disabled_1spae_79bkq_347) > .awsui_header-cell-content_1spae_79bkq_286 {
369
369
  cursor: pointer;
370
370
  }
371
- .awsui_header-cell-sortable_1spae_ysd4g_223:not(#\9):not(.awsui_header-cell-disabled_1spae_ysd4g_347) > .awsui_header-cell-content_1spae_ysd4g_286:hover, .awsui_header-cell-sortable_1spae_ysd4g_223:not(#\9):not(.awsui_header-cell-disabled_1spae_ysd4g_347).awsui_header-cell-sorted_1spae_ysd4g_347 > .awsui_header-cell-content_1spae_ysd4g_286 {
371
+ .awsui_header-cell-sortable_1spae_79bkq_223:not(#\9):not(.awsui_header-cell-disabled_1spae_79bkq_347) > .awsui_header-cell-content_1spae_79bkq_286:hover, .awsui_header-cell-sortable_1spae_79bkq_223:not(#\9):not(.awsui_header-cell-disabled_1spae_79bkq_347).awsui_header-cell-sorted_1spae_79bkq_347 > .awsui_header-cell-content_1spae_79bkq_286 {
372
372
  color: var(--color-text-interactive-active-uoe6zi, #0f141a);
373
373
  }
374
- .awsui_header-cell-sortable_1spae_ysd4g_223:not(#\9):not(.awsui_header-cell-disabled_1spae_ysd4g_347) > .awsui_header-cell-content_1spae_ysd4g_286:hover > .awsui_sorting-icon_1spae_ysd4g_272, .awsui_header-cell-sortable_1spae_ysd4g_223:not(#\9):not(.awsui_header-cell-disabled_1spae_ysd4g_347).awsui_header-cell-sorted_1spae_ysd4g_347 > .awsui_header-cell-content_1spae_ysd4g_286 > .awsui_sorting-icon_1spae_ysd4g_272 {
374
+ .awsui_header-cell-sortable_1spae_79bkq_223:not(#\9):not(.awsui_header-cell-disabled_1spae_79bkq_347) > .awsui_header-cell-content_1spae_79bkq_286:hover > .awsui_sorting-icon_1spae_79bkq_272, .awsui_header-cell-sortable_1spae_79bkq_223:not(#\9):not(.awsui_header-cell-disabled_1spae_79bkq_347).awsui_header-cell-sorted_1spae_79bkq_347 > .awsui_header-cell-content_1spae_79bkq_286 > .awsui_sorting-icon_1spae_79bkq_272 {
375
375
  color: var(--color-text-interactive-active-uoe6zi, #0f141a);
376
376
  }
377
377
 
378
- .awsui_header-cell-text_1spae_ysd4g_378:not(#\9) {
378
+ .awsui_header-cell-text_1spae_79bkq_378:not(#\9) {
379
379
  line-height: var(--line-height-heading-xs-q9j004, 18px);
380
380
  padding-block: calc(var(--space-xxxs-pajhad, 2px) / 2);
381
381
  }
382
- .awsui_header-cell-text_1spae_ysd4g_378:not(#\9):not(.awsui_header-cell-text-wrap_1spae_ysd4g_382) {
382
+ .awsui_header-cell-text_1spae_79bkq_378:not(#\9):not(.awsui_header-cell-text-wrap_1spae_79bkq_382) {
383
383
  white-space: nowrap;
384
384
  overflow: hidden;
385
385
  text-overflow: ellipsis;
386
386
  }
387
387
 
388
- .awsui_header-cell-ascending_1spae_ysd4g_388:not(#\9),
389
- .awsui_header-cell-descending_1spae_ysd4g_389:not(#\9) {
388
+ .awsui_header-cell-ascending_1spae_79bkq_388:not(#\9),
389
+ .awsui_header-cell-descending_1spae_79bkq_389:not(#\9) {
390
390
  /* used in test-utils */
391
391
  }
392
392
 
@@ -396,28 +396,28 @@ with the left edge of the table as closely as possible. If the
396
396
  last header cell is sortable the sort icon should align with the
397
397
  settings icon in the pagination slot.
398
398
  */
399
- .awsui_header-cell_1spae_ysd4g_149:not(#\9):not(.awsui_is-visual-refresh_1spae_ysd4g_220):first-child {
399
+ .awsui_header-cell_1spae_79bkq_149:not(#\9):not(.awsui_is-visual-refresh_1spae_79bkq_220):first-child {
400
400
  padding-inline-start: var(--space-xs-ymlm0b, 8px);
401
401
  }
402
- .awsui_header-cell_1spae_ysd4g_149:not(#\9):not(.awsui_is-visual-refresh_1spae_ysd4g_220):first-child.awsui_header-cell-content-expandable_1spae_ysd4g_292 {
402
+ .awsui_header-cell_1spae_79bkq_149:not(#\9):not(.awsui_is-visual-refresh_1spae_79bkq_220):first-child.awsui_header-cell-content-expandable_1spae_79bkq_292 {
403
403
  padding-inline-start: calc(var(--space-xs-ymlm0b, 8px) + var(--space-m-dsumyt, 16px) + var(--space-xs-ymlm0b, 8px));
404
404
  }
405
405
 
406
- .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9) {
406
+ .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9) {
407
407
  /*
408
408
  Striped rows requires additional left padding because the
409
409
  shaded background makes the child content appear too close
410
410
  to the table edge.
411
411
  */
412
412
  }
413
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child:focus {
413
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child:focus {
414
414
  position: relative;
415
415
  }
416
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child:focus {
416
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child:focus {
417
417
  outline: 2px dotted transparent;
418
418
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-pfm1nx, 4px) + var(--space-scaled-xxs-pfm1nx, 4px)) - 1px);
419
419
  }
420
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child:focus::before {
420
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child:focus::before {
421
421
  content: " ";
422
422
  display: block;
423
423
  position: absolute;
@@ -431,14 +431,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-
431
431
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
432
432
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
433
433
  }
434
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_ysd4g_183 {
434
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_79bkq_183 {
435
435
  position: relative;
436
436
  }
437
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_ysd4g_183 {
437
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_79bkq_183 {
438
438
  outline: 2px dotted transparent;
439
439
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-pfm1nx, 4px) + var(--space-scaled-xxs-pfm1nx, 4px)) - 1px);
440
440
  }
441
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_ysd4g_183::before {
441
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_79bkq_183::before {
442
442
  content: " ";
443
443
  display: block;
444
444
  position: absolute;
@@ -452,20 +452,20 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-
452
452
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
453
453
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
454
454
  }
455
- .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_ysd4g_204):not(.awsui_header-cell-group_1spae_ysd4g_204) > .awsui_header-cell-content_1spae_ysd4g_286 {
455
+ .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_79bkq_204):not(.awsui_header-cell-group_1spae_79bkq_204) > .awsui_header-cell-content_1spae_79bkq_286 {
456
456
  padding-inline-start: 0px;
457
457
  }
458
- .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_ysd4g_204):not(.awsui_header-cell-group_1spae_ysd4g_204) > .awsui_header-cell-content_1spae_ysd4g_286.awsui_header-cell-content-expandable_1spae_ysd4g_292 {
458
+ .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_79bkq_204):not(.awsui_header-cell-group_1spae_79bkq_204) > .awsui_header-cell-content_1spae_79bkq_286.awsui_header-cell-content-expandable_1spae_79bkq_292 {
459
459
  padding-inline-start: calc(0px + var(--space-m-dsumyt, 16px) + var(--space-xs-ymlm0b, 8px));
460
460
  }
461
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_ysd4g_204):not(.awsui_header-cell-group_1spae_ysd4g_204) > .awsui_header-cell-content_1spae_ysd4g_286:focus {
461
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_79bkq_204):not(.awsui_header-cell-group_1spae_79bkq_204) > .awsui_header-cell-content_1spae_79bkq_286:focus {
462
462
  position: relative;
463
463
  }
464
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_ysd4g_204):not(.awsui_header-cell-group_1spae_ysd4g_204) > .awsui_header-cell-content_1spae_ysd4g_286:focus {
464
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_79bkq_204):not(.awsui_header-cell-group_1spae_79bkq_204) > .awsui_header-cell-content_1spae_79bkq_286:focus {
465
465
  outline: 2px dotted transparent;
466
466
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-ymwujm, 0px) + var(--space-scaled-xxs-pfm1nx, 4px)) - 1px);
467
467
  }
468
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_ysd4g_204):not(.awsui_header-cell-group_1spae_ysd4g_204) > .awsui_header-cell-content_1spae_ysd4g_286:focus::before {
468
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_79bkq_204):not(.awsui_header-cell-group_1spae_79bkq_204) > .awsui_header-cell-content_1spae_79bkq_286:focus::before {
469
469
  content: " ";
470
470
  display: block;
471
471
  position: absolute;
@@ -479,14 +479,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-
479
479
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
480
480
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
481
481
  }
482
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_ysd4g_204):not(.awsui_header-cell-group_1spae_ysd4g_204) > .awsui_header-cell-content_1spae_ysd4g_286.awsui_header-cell-fake-focus_1spae_ysd4g_183 {
482
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_79bkq_204):not(.awsui_header-cell-group_1spae_79bkq_204) > .awsui_header-cell-content_1spae_79bkq_286.awsui_header-cell-fake-focus_1spae_79bkq_183 {
483
483
  position: relative;
484
484
  }
485
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_ysd4g_204):not(.awsui_header-cell-group_1spae_ysd4g_204) > .awsui_header-cell-content_1spae_ysd4g_286.awsui_header-cell-fake-focus_1spae_ysd4g_183 {
485
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_79bkq_204):not(.awsui_header-cell-group_1spae_79bkq_204) > .awsui_header-cell-content_1spae_79bkq_286.awsui_header-cell-fake-focus_1spae_79bkq_183 {
486
486
  outline: 2px dotted transparent;
487
487
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-ymwujm, 0px) + var(--space-scaled-xxs-pfm1nx, 4px)) - 1px);
488
488
  }
489
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_ysd4g_204):not(.awsui_header-cell-group_1spae_ysd4g_204) > .awsui_header-cell-content_1spae_ysd4g_286.awsui_header-cell-fake-focus_1spae_ysd4g_183::before {
489
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_79bkq_204):not(.awsui_header-cell-group_1spae_79bkq_204) > .awsui_header-cell-content_1spae_79bkq_286.awsui_header-cell-fake-focus_1spae_79bkq_183::before {
490
490
  content: " ";
491
491
  display: block;
492
492
  position: absolute;
@@ -500,24 +500,24 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_ysd4g_149.awsui_is-
500
500
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
501
501
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
502
502
  }
503
- .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_ysd4g_503):not(.awsui_sticky-cell-pad-inline-start_1spae_ysd4g_503):not(.awsui_header-cell-group_1spae_ysd4g_204):not(.awsui_header-cell-grouped_1spae_ysd4g_204) {
503
+ .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_79bkq_503):not(.awsui_sticky-cell-pad-inline-start_1spae_79bkq_503):not(.awsui_header-cell-group_1spae_79bkq_204):not(.awsui_header-cell-grouped_1spae_79bkq_204) {
504
504
  padding-inline-start: var(--space-xxxs-pajhad, 2px);
505
505
  }
506
- .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_ysd4g_503):not(.awsui_sticky-cell-pad-inline-start_1spae_ysd4g_503):not(.awsui_header-cell-group_1spae_ysd4g_204):not(.awsui_header-cell-grouped_1spae_ysd4g_204).awsui_header-cell-content-expandable_1spae_ysd4g_292 {
506
+ .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_79bkq_503):not(.awsui_sticky-cell-pad-inline-start_1spae_79bkq_503):not(.awsui_header-cell-group_1spae_79bkq_204):not(.awsui_header-cell-grouped_1spae_79bkq_204).awsui_header-cell-content-expandable_1spae_79bkq_292 {
507
507
  padding-inline-start: calc(var(--space-xxxs-pajhad, 2px) + var(--space-m-dsumyt, 16px) + var(--space-xs-ymlm0b, 8px));
508
508
  }
509
- .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child.awsui_has-striped-rows_1spae_ysd4g_503:not(.awsui_sticky-cell-pad-inline-start_1spae_ysd4g_503):not(.awsui_header-cell-group_1spae_ysd4g_204):not(.awsui_header-cell-grouped_1spae_ysd4g_204) {
509
+ .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child.awsui_has-striped-rows_1spae_79bkq_503:not(.awsui_sticky-cell-pad-inline-start_1spae_79bkq_503):not(.awsui_header-cell-group_1spae_79bkq_204):not(.awsui_header-cell-grouped_1spae_79bkq_204) {
510
510
  padding-inline-start: var(--space-xxs-hwfkai, 4px);
511
511
  }
512
- .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):first-child.awsui_has-striped-rows_1spae_ysd4g_503:not(.awsui_sticky-cell-pad-inline-start_1spae_ysd4g_503):not(.awsui_header-cell-group_1spae_ysd4g_204):not(.awsui_header-cell-grouped_1spae_ysd4g_204).awsui_header-cell-content-expandable_1spae_ysd4g_292 {
512
+ .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):first-child.awsui_has-striped-rows_1spae_79bkq_503:not(.awsui_sticky-cell-pad-inline-start_1spae_79bkq_503):not(.awsui_header-cell-group_1spae_79bkq_204):not(.awsui_header-cell-grouped_1spae_79bkq_204).awsui_header-cell-content-expandable_1spae_79bkq_292 {
513
513
  padding-inline-start: calc(var(--space-xxs-hwfkai, 4px) + var(--space-m-dsumyt, 16px) + var(--space-xs-ymlm0b, 8px));
514
514
  }
515
- .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220:not(#\9):last-child.awsui_header-cell-sortable_1spae_ysd4g_223:not(.awsui_header-cell-resizable_1spae_ysd4g_515), .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220[data-rightmost].awsui_header-cell-sortable_1spae_ysd4g_223:not(#\9):not(.awsui_header-cell-resizable_1spae_ysd4g_515) {
515
+ .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220:not(#\9):last-child.awsui_header-cell-sortable_1spae_79bkq_223:not(.awsui_header-cell-resizable_1spae_79bkq_515), .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220[data-rightmost].awsui_header-cell-sortable_1spae_79bkq_223:not(#\9):not(.awsui_header-cell-resizable_1spae_79bkq_515) {
516
516
  padding-inline-end: var(--space-xxxs-pajhad, 2px);
517
517
  }
518
- .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220.awsui_sticky-cell-pad-inline-start_1spae_ysd4g_503:not(#\9) {
518
+ .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220.awsui_sticky-cell-pad-inline-start_1spae_79bkq_503:not(#\9) {
519
519
  padding-inline-start: var(--space-scaled-l-sej05l, 20px);
520
520
  }
521
- .awsui_header-cell_1spae_ysd4g_149.awsui_is-visual-refresh_1spae_ysd4g_220.awsui_sticky-cell-pad-inline-start_1spae_ysd4g_503.awsui_header-cell-content-expandable_1spae_ysd4g_292:not(#\9) {
521
+ .awsui_header-cell_1spae_79bkq_149.awsui_is-visual-refresh_1spae_79bkq_220.awsui_sticky-cell-pad-inline-start_1spae_79bkq_503.awsui_header-cell-content-expandable_1spae_79bkq_292:not(#\9) {
522
522
  padding-inline-start: calc(var(--space-scaled-l-sej05l, 20px) + var(--space-m-dsumyt, 16px) + var(--space-xs-ymlm0b, 8px));
523
523
  }
@@ -2,38 +2,38 @@
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_ysd4g_149",
6
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_ysd4g_183",
7
- "header-cell-group": "awsui_header-cell-group_1spae_ysd4g_204",
8
- "header-cell-grouped": "awsui_header-cell-grouped_1spae_ysd4g_204",
9
- "header-cell-spans-rows": "awsui_header-cell-spans-rows_1spae_ysd4g_204",
10
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_ysd4g_208",
11
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_ysd4g_211",
12
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_ysd4g_211",
13
- "header-cell-hidden": "awsui_header-cell-hidden_1spae_ysd4g_217",
14
- "header-cell-variant-embedded": "awsui_header-cell-variant-embedded_1spae_ysd4g_220",
15
- "is-visual-refresh": "awsui_is-visual-refresh_1spae_ysd4g_220",
16
- "sticky-cell": "awsui_sticky-cell_1spae_ysd4g_220",
17
- "header-cell-variant-borderless": "awsui_header-cell-variant-borderless_1spae_ysd4g_220",
18
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_ysd4g_223",
19
- "table-variant-full-page": "awsui_table-variant-full-page_1spae_ysd4g_244",
20
- "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_ysd4g_247",
21
- "has-selection": "awsui_has-selection_1spae_ysd4g_247",
22
- "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_1spae_ysd4g_250",
23
- "resize-divider": "awsui_resize-divider_1spae_ysd4g_255",
24
- "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_1spae_ysd4g_262",
25
- "sorting-icon": "awsui_sorting-icon_1spae_ysd4g_272",
26
- "edit-icon": "awsui_edit-icon_1spae_ysd4g_280",
27
- "header-cell-content": "awsui_header-cell-content_1spae_ysd4g_286",
28
- "header-cell-content-expandable": "awsui_header-cell-content-expandable_1spae_ysd4g_292",
29
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_ysd4g_347",
30
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_ysd4g_347",
31
- "header-cell-text": "awsui_header-cell-text_1spae_ysd4g_378",
32
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_ysd4g_382",
33
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_ysd4g_388",
34
- "header-cell-descending": "awsui_header-cell-descending_1spae_ysd4g_389",
35
- "has-striped-rows": "awsui_has-striped-rows_1spae_ysd4g_503",
36
- "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_1spae_ysd4g_503",
37
- "header-cell-resizable": "awsui_header-cell-resizable_1spae_ysd4g_515"
5
+ "header-cell": "awsui_header-cell_1spae_79bkq_149",
6
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_79bkq_183",
7
+ "header-cell-group": "awsui_header-cell-group_1spae_79bkq_204",
8
+ "header-cell-grouped": "awsui_header-cell-grouped_1spae_79bkq_204",
9
+ "header-cell-spans-rows": "awsui_header-cell-spans-rows_1spae_79bkq_204",
10
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_79bkq_208",
11
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_79bkq_211",
12
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_79bkq_211",
13
+ "header-cell-hidden": "awsui_header-cell-hidden_1spae_79bkq_217",
14
+ "header-cell-variant-embedded": "awsui_header-cell-variant-embedded_1spae_79bkq_220",
15
+ "is-visual-refresh": "awsui_is-visual-refresh_1spae_79bkq_220",
16
+ "sticky-cell": "awsui_sticky-cell_1spae_79bkq_220",
17
+ "header-cell-variant-borderless": "awsui_header-cell-variant-borderless_1spae_79bkq_220",
18
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_79bkq_223",
19
+ "table-variant-full-page": "awsui_table-variant-full-page_1spae_79bkq_244",
20
+ "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_79bkq_247",
21
+ "has-selection": "awsui_has-selection_1spae_79bkq_247",
22
+ "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_1spae_79bkq_250",
23
+ "resize-divider": "awsui_resize-divider_1spae_79bkq_255",
24
+ "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_1spae_79bkq_262",
25
+ "sorting-icon": "awsui_sorting-icon_1spae_79bkq_272",
26
+ "edit-icon": "awsui_edit-icon_1spae_79bkq_280",
27
+ "header-cell-content": "awsui_header-cell-content_1spae_79bkq_286",
28
+ "header-cell-content-expandable": "awsui_header-cell-content-expandable_1spae_79bkq_292",
29
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_79bkq_347",
30
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_79bkq_347",
31
+ "header-cell-text": "awsui_header-cell-text_1spae_79bkq_378",
32
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_79bkq_382",
33
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_79bkq_388",
34
+ "header-cell-descending": "awsui_header-cell-descending_1spae_79bkq_389",
35
+ "has-striped-rows": "awsui_has-striped-rows_1spae_79bkq_503",
36
+ "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_1spae_79bkq_503",
37
+ "header-cell-resizable": "awsui_header-cell-resizable_1spae_79bkq_515"
38
38
  };
39
39
 
@@ -29,10 +29,11 @@ export interface TableThElementProps {
29
29
  scope?: 'col' | 'colgroup';
30
30
  columnGroupId?: string;
31
31
  isLast?: boolean;
32
- /** Additional className to merge (e.g. boundary shadow classes from a secondary sticky subscription). */
33
- className?: string;
34
- /** Additional ref for boundary sticky subscription (imperatively updates shadow classes). */
35
- boundaryRef?: React.RefCallback<HTMLElement>;
32
+ /**
33
+ * For cells that span multiple columns (group headers): the column id of the boundary leaf
34
+ * whose sticky shadow this cell should inherit. The cell's position still comes from `columnId`.
35
+ */
36
+ stickyBoundaryColumnId?: PropertyKey;
36
37
  }
37
38
  export declare function TableThElement({
38
39
  resizableStyle,
@@ -59,7 +60,6 @@ export declare function TableThElement({
59
60
  scope,
60
61
  columnGroupId,
61
62
  isLast,
62
- className,
63
- boundaryRef,
63
+ stickyBoundaryColumnId,
64
64
  ...props
65
65
  }: TableThElementProps): JSX.Element;
@@ -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,yGAAyG;IACzG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6FAA6F;IAC7F,WAAW,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC;CAC9C;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,SAAS,EACT,WAAW,EACX,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,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"}