@cloudscape-design/components-themeable 3.0.269 → 3.0.271

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 (170) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/test-classes/styles.scss +4 -0
  3. package/lib/internal/scss/collection-preferences/content-display/sortable-item.scss +80 -0
  4. package/lib/internal/scss/collection-preferences/content-display/styles.scss +33 -0
  5. package/lib/internal/scss/collection-preferences/styles.scss +1 -0
  6. package/lib/internal/scss/collection-preferences/visible-content.scss +1 -0
  7. package/lib/internal/scss/internal/components/token-list/styles.scss +3 -1
  8. package/lib/internal/scss/internal/drag-handle/styles.scss +18 -0
  9. package/lib/internal/scss/internal/handle/styles.scss +31 -0
  10. package/lib/internal/scss/table/body-cell/styles.scss +4 -159
  11. package/lib/internal/scss/table/header-cell/styles.scss +160 -0
  12. package/lib/internal/template/THIRD-PARTY-LICENSES +31 -0
  13. package/lib/internal/template/app-layout/drawer/index.d.ts +1 -1
  14. package/lib/internal/template/app-layout/drawer/index.d.ts.map +1 -1
  15. package/lib/internal/template/app-layout/drawer/index.js +3 -3
  16. package/lib/internal/template/app-layout/drawer/index.js.map +1 -1
  17. package/lib/internal/template/app-layout/drawer/interfaces.d.ts +17 -3
  18. package/lib/internal/template/app-layout/drawer/interfaces.d.ts.map +1 -1
  19. package/lib/internal/template/app-layout/drawer/interfaces.js.map +1 -1
  20. package/lib/internal/template/app-layout/drawer/resizable-drawer.d.ts.map +1 -1
  21. package/lib/internal/template/app-layout/drawer/resizable-drawer.js +6 -4
  22. package/lib/internal/template/app-layout/drawer/resizable-drawer.js.map +1 -1
  23. package/lib/internal/template/app-layout/index.d.ts.map +1 -1
  24. package/lib/internal/template/app-layout/index.js +47 -31
  25. package/lib/internal/template/app-layout/index.js.map +1 -1
  26. package/lib/internal/template/app-layout/mobile-toolbar/index.d.ts.map +1 -1
  27. package/lib/internal/template/app-layout/mobile-toolbar/index.js +4 -1
  28. package/lib/internal/template/app-layout/mobile-toolbar/index.js.map +1 -1
  29. package/lib/internal/template/app-layout/test-classes/styles.css.js +19 -18
  30. package/lib/internal/template/app-layout/test-classes/styles.scoped.css +22 -18
  31. package/lib/internal/template/app-layout/test-classes/styles.selectors.js +19 -18
  32. package/lib/internal/template/app-layout/visual-refresh/drawers.d.ts +1 -0
  33. package/lib/internal/template/app-layout/visual-refresh/drawers.d.ts.map +1 -1
  34. package/lib/internal/template/app-layout/visual-refresh/drawers.js +2 -2
  35. package/lib/internal/template/app-layout/visual-refresh/drawers.js.map +1 -1
  36. package/lib/internal/template/attribute-editor/row.d.ts.map +1 -1
  37. package/lib/internal/template/attribute-editor/row.js +1 -3
  38. package/lib/internal/template/attribute-editor/row.js.map +1 -1
  39. package/lib/internal/template/collection-preferences/content-display/index.d.ts +9 -0
  40. package/lib/internal/template/collection-preferences/content-display/index.d.ts.map +1 -0
  41. package/lib/internal/template/collection-preferences/content-display/index.js +55 -0
  42. package/lib/internal/template/collection-preferences/content-display/index.js.map +1 -0
  43. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/defaults.d.ts +3 -0
  44. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/defaults.d.ts.map +1 -0
  45. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/defaults.js +9 -0
  46. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/defaults.js.map +1 -0
  47. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/index.d.ts +19 -0
  48. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/index.d.ts.map +1 -0
  49. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/index.js +126 -0
  50. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/index.js.map +1 -0
  51. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/utilities/events.d.ts +11 -0
  52. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/utilities/events.d.ts.map +1 -0
  53. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/utilities/events.js +14 -0
  54. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/utilities/events.js.map +1 -0
  55. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/utilities/listeners.d.ts +8 -0
  56. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/utilities/listeners.d.ts.map +1 -0
  57. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/utilities/listeners.js +17 -0
  58. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/utilities/listeners.js.map +1 -0
  59. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/utilities/scroll.d.ts +30 -0
  60. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/utilities/scroll.d.ts.map +1 -0
  61. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/utilities/scroll.js +95 -0
  62. package/lib/internal/template/collection-preferences/content-display/keyboard-sensor/utilities/scroll.js.map +1 -0
  63. package/lib/internal/template/collection-preferences/content-display/sortable-item.d.ts +9 -0
  64. package/lib/internal/template/collection-preferences/content-display/sortable-item.d.ts.map +1 -0
  65. package/lib/internal/template/collection-preferences/content-display/sortable-item.js +52 -0
  66. package/lib/internal/template/collection-preferences/content-display/sortable-item.js.map +1 -0
  67. package/lib/internal/template/collection-preferences/content-display/styles.css.js +20 -0
  68. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +303 -0
  69. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +21 -0
  70. package/lib/internal/template/collection-preferences/content-display/use-drag-and-drop-reorder.d.ts +14 -0
  71. package/lib/internal/template/collection-preferences/content-display/use-drag-and-drop-reorder.d.ts.map +1 -0
  72. package/lib/internal/template/collection-preferences/content-display/use-drag-and-drop-reorder.js +144 -0
  73. package/lib/internal/template/collection-preferences/content-display/use-drag-and-drop-reorder.js.map +1 -0
  74. package/lib/internal/template/collection-preferences/content-display/use-live-announcements.d.ts +12 -0
  75. package/lib/internal/template/collection-preferences/content-display/use-live-announcements.d.ts.map +1 -0
  76. package/lib/internal/template/collection-preferences/content-display/use-live-announcements.js +40 -0
  77. package/lib/internal/template/collection-preferences/content-display/use-live-announcements.js.map +1 -0
  78. package/lib/internal/template/collection-preferences/content-display/utils.d.ts +9 -0
  79. package/lib/internal/template/collection-preferences/content-display/utils.d.ts.map +1 -0
  80. package/lib/internal/template/collection-preferences/content-display/utils.js +7 -0
  81. package/lib/internal/template/collection-preferences/content-display/utils.js.map +1 -0
  82. package/lib/internal/template/collection-preferences/index.d.ts +1 -1
  83. package/lib/internal/template/collection-preferences/index.d.ts.map +1 -1
  84. package/lib/internal/template/collection-preferences/index.js +15 -9
  85. package/lib/internal/template/collection-preferences/index.js.map +1 -1
  86. package/lib/internal/template/collection-preferences/interfaces.d.ts +47 -1
  87. package/lib/internal/template/collection-preferences/interfaces.d.ts.map +1 -1
  88. package/lib/internal/template/collection-preferences/interfaces.js.map +1 -1
  89. package/lib/internal/template/collection-preferences/styles.css.js +36 -21
  90. package/lib/internal/template/collection-preferences/styles.scoped.css +326 -22
  91. package/lib/internal/template/collection-preferences/styles.selectors.js +36 -21
  92. package/lib/internal/template/collection-preferences/utils.d.ts +1 -1
  93. package/lib/internal/template/collection-preferences/utils.d.ts.map +1 -1
  94. package/lib/internal/template/collection-preferences/utils.js +20 -9
  95. package/lib/internal/template/collection-preferences/utils.js.map +1 -1
  96. package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
  97. package/lib/internal/template/internal/components/token-list/styles.scoped.css +22 -21
  98. package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
  99. package/lib/internal/template/internal/drag-handle/index.d.ts +9 -0
  100. package/lib/internal/template/internal/drag-handle/index.d.ts.map +1 -0
  101. package/lib/internal/template/internal/drag-handle/index.js +13 -0
  102. package/lib/internal/template/internal/drag-handle/index.js.map +1 -0
  103. package/lib/internal/template/internal/drag-handle/styles.css.js +6 -0
  104. package/lib/internal/template/internal/drag-handle/styles.scoped.css +13 -0
  105. package/lib/internal/template/internal/drag-handle/styles.selectors.js +7 -0
  106. package/lib/internal/template/internal/environment.js +1 -1
  107. package/lib/internal/template/internal/handle/index.d.ts +3 -0
  108. package/lib/internal/template/internal/handle/index.d.ts.map +1 -0
  109. package/lib/internal/template/internal/handle/index.js +14 -0
  110. package/lib/internal/template/internal/handle/index.js.map +1 -0
  111. package/lib/internal/template/internal/handle/styles.css.js +7 -0
  112. package/lib/internal/template/internal/handle/styles.scoped.css +125 -0
  113. package/lib/internal/template/internal/handle/styles.selectors.js +8 -0
  114. package/lib/internal/template/package.json +3 -0
  115. package/lib/internal/template/table/body-cell/styles.css.js +23 -40
  116. package/lib/internal/template/table/body-cell/styles.scoped.css +59 -220
  117. package/lib/internal/template/table/body-cell/styles.selectors.js +23 -40
  118. package/lib/internal/template/table/header-cell/index.js +1 -1
  119. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  120. package/lib/internal/template/table/header-cell/styles.css.js +24 -0
  121. package/lib/internal/template/table/header-cell/styles.scoped.css +252 -0
  122. package/lib/internal/template/table/header-cell/styles.selectors.js +25 -0
  123. package/lib/internal/template/table/interfaces.d.ts +16 -3
  124. package/lib/internal/template/table/interfaces.d.ts.map +1 -1
  125. package/lib/internal/template/table/interfaces.js.map +1 -1
  126. package/lib/internal/template/table/internal.d.ts.map +1 -1
  127. package/lib/internal/template/table/internal.js +17 -9
  128. package/lib/internal/template/table/internal.js.map +1 -1
  129. package/lib/internal/template/table/thead.d.ts.map +1 -1
  130. package/lib/internal/template/table/thead.js +4 -7
  131. package/lib/internal/template/table/thead.js.map +1 -1
  132. package/lib/internal/template/table/use-column-widths.js +1 -1
  133. package/lib/internal/template/table/use-column-widths.js.map +1 -1
  134. package/lib/internal/template/table/utils.d.ts +5 -0
  135. package/lib/internal/template/table/utils.d.ts.map +1 -1
  136. package/lib/internal/template/table/utils.js +23 -0
  137. package/lib/internal/template/table/utils.js.map +1 -1
  138. package/lib/internal/template/test-utils/dom/app-layout/index.d.ts +6 -0
  139. package/lib/internal/template/test-utils/dom/app-layout/index.js +18 -0
  140. package/lib/internal/template/test-utils/dom/app-layout/index.js.map +1 -1
  141. package/lib/internal/template/test-utils/dom/collection-preferences/content-display-preference.d.ts +37 -0
  142. package/lib/internal/template/test-utils/dom/collection-preferences/content-display-preference.js +62 -0
  143. package/lib/internal/template/test-utils/dom/collection-preferences/content-display-preference.js.map +1 -0
  144. package/lib/internal/template/test-utils/dom/collection-preferences/index.d.ts +2 -0
  145. package/lib/internal/template/test-utils/dom/collection-preferences/index.js +4 -0
  146. package/lib/internal/template/test-utils/dom/collection-preferences/index.js.map +1 -1
  147. package/lib/internal/template/test-utils/dom/table/index.js +10 -9
  148. package/lib/internal/template/test-utils/dom/table/index.js.map +1 -1
  149. package/lib/internal/template/test-utils/selectors/app-layout/index.d.ts +6 -0
  150. package/lib/internal/template/test-utils/selectors/app-layout/index.js +18 -0
  151. package/lib/internal/template/test-utils/selectors/app-layout/index.js.map +1 -1
  152. package/lib/internal/template/test-utils/selectors/collection-preferences/content-display-preference.d.ts +37 -0
  153. package/lib/internal/template/test-utils/selectors/collection-preferences/content-display-preference.js +62 -0
  154. package/lib/internal/template/test-utils/selectors/collection-preferences/content-display-preference.js.map +1 -0
  155. package/lib/internal/template/test-utils/selectors/collection-preferences/index.d.ts +2 -0
  156. package/lib/internal/template/test-utils/selectors/collection-preferences/index.js +4 -0
  157. package/lib/internal/template/test-utils/selectors/collection-preferences/index.js.map +1 -1
  158. package/lib/internal/template/test-utils/selectors/table/index.js +10 -9
  159. package/lib/internal/template/test-utils/selectors/table/index.js.map +1 -1
  160. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  161. package/lib/internal/template/top-navigation/parts/overflow-menu/menu-item.d.ts.map +1 -1
  162. package/lib/internal/template/top-navigation/parts/overflow-menu/menu-item.js +5 -4
  163. package/lib/internal/template/top-navigation/parts/overflow-menu/menu-item.js.map +1 -1
  164. package/lib/internal/template/top-navigation/parts/utility.js +1 -1
  165. package/lib/internal/template/top-navigation/parts/utility.js.map +1 -1
  166. package/package.json +1 -1
  167. package/lib/internal/template/table/table-wrapper.d.ts +0 -13
  168. package/lib/internal/template/table/table-wrapper.d.ts.map +0 -1
  169. package/lib/internal/template/table/table-wrapper.js +0 -15
  170. package/lib/internal/template/table/table-wrapper.js.map +0 -1
@@ -90,7 +90,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
90
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
- .awsui_body-cell_c6tup_1dwqx_93:not(#\9) {
93
+ .awsui_body-cell_c6tup_1n1j7_93:not(#\9) {
94
94
  box-sizing: border-box;
95
95
  padding: var(--space-scaled-xs-6859qs, 8px) var(--space-scaled-l-t03y3z, 20px) calc(
96
96
  var(--space-scaled-xs-6859qs, 8px) + (var(--border-item-width-yvnixs, 1px) - var(--border-divider-list-width-hacikr, 1px))
@@ -99,19 +99,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
99
99
  word-wrap: break-word;
100
100
  border-bottom: var(--border-divider-list-width-hacikr, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
101
101
  }
102
- .awsui_body-cell_c6tup_1dwqx_93:not(#\9):not(.awsui_body-cell-wrap_c6tup_1dwqx_102) {
102
+ .awsui_body-cell_c6tup_1n1j7_93:not(#\9):not(.awsui_body-cell-wrap_c6tup_1n1j7_102) {
103
103
  white-space: nowrap;
104
104
  overflow: hidden;
105
105
  text-overflow: ellipsis;
106
106
  }
107
- .awsui_body-cell_c6tup_1dwqx_93:not(#\9):first-child {
107
+ .awsui_body-cell_c6tup_1n1j7_93:not(#\9):first-child {
108
108
  border-left: var(--border-item-width-yvnixs, 1px) solid transparent;
109
109
  }
110
- .awsui_body-cell_c6tup_1dwqx_93:not(#\9):last-child {
110
+ .awsui_body-cell_c6tup_1n1j7_93:not(#\9):last-child {
111
111
  border-right: var(--border-item-width-yvnixs, 1px) solid transparent;
112
112
  padding-right: calc(var(--space-l-4vl6xu, 20px) - var(--border-item-width-yvnixs, 1px));
113
113
  }
114
- .awsui_body-cell_c6tup_1dwqx_93.awsui_is-visual-refresh_c6tup_1dwqx_114:not(#\9):first-child {
114
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_is-visual-refresh_c6tup_1n1j7_114:not(#\9):first-child {
115
115
  /*
116
116
  Striped rows requires additional left padding because the
117
117
  shaded background makes the child content appear too close
@@ -123,85 +123,85 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
123
123
  that the placeholder border would consume.
124
124
  */
125
125
  }
126
- .awsui_body-cell_c6tup_1dwqx_93.awsui_is-visual-refresh_c6tup_1dwqx_114:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1dwqx_126) {
126
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_is-visual-refresh_c6tup_1n1j7_114:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1n1j7_126) {
127
127
  padding-left: var(--space-xxxs-k2w98v, 2px);
128
128
  }
129
- .awsui_body-cell_c6tup_1dwqx_93.awsui_is-visual-refresh_c6tup_1dwqx_114:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1dwqx_126):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129).awsui_body-cell-editable_c6tup_1dwqx_129:hover {
129
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_is-visual-refresh_c6tup_1n1j7_114:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1n1j7_126):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129).awsui_body-cell-editable_c6tup_1n1j7_129:hover {
130
130
  padding-left: calc(var(--space-xxxs-k2w98v, 2px) + var(--border-divider-list-width-hacikr, 1px));
131
131
  }
132
- .awsui_body-cell_c6tup_1dwqx_93.awsui_is-visual-refresh_c6tup_1dwqx_114:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1dwqx_126 {
132
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_is-visual-refresh_c6tup_1n1j7_114:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1n1j7_126 {
133
133
  padding-left: var(--space-xxs-ynfts5, 4px);
134
134
  }
135
- .awsui_body-cell_c6tup_1dwqx_93.awsui_is-visual-refresh_c6tup_1dwqx_114:not(#\9):first-child:not(.awsui_has-selection_c6tup_1dwqx_135):not(.awsui_body-cell-editable_c6tup_1dwqx_129) {
135
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_is-visual-refresh_c6tup_1n1j7_114:not(#\9):first-child:not(.awsui_has-selection_c6tup_1n1j7_135):not(.awsui_body-cell-editable_c6tup_1n1j7_129) {
136
136
  border-left: none;
137
137
  }
138
- .awsui_body-cell_c6tup_1dwqx_93:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1dwqx_114) {
138
+ .awsui_body-cell_c6tup_1n1j7_93:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1n1j7_114) {
139
139
  padding-left: calc(var(--space-l-4vl6xu, 20px) - var(--border-item-width-yvnixs, 1px));
140
140
  }
141
- .awsui_body-cell-first-row_c6tup_1dwqx_141:not(#\9) {
141
+ .awsui_body-cell-first-row_c6tup_1n1j7_141:not(#\9) {
142
142
  border-top: var(--border-item-width-yvnixs, 1px) solid transparent;
143
143
  }
144
- .awsui_body-cell-last-row_c6tup_1dwqx_144:not(#\9):not(.awsui_body-cell-selected_c6tup_1dwqx_144):not(.awsui_has-footer_c6tup_1dwqx_144) {
144
+ .awsui_body-cell-last-row_c6tup_1n1j7_144:not(#\9):not(.awsui_body-cell-selected_c6tup_1n1j7_144):not(.awsui_has-footer_c6tup_1n1j7_144) {
145
145
  border-bottom: var(--border-item-width-yvnixs, 1px) solid transparent;
146
146
  }
147
- .awsui_body-cell-last-row_c6tup_1dwqx_144:not(#\9):not(.awsui_body-cell-selected_c6tup_1dwqx_144).awsui_has-footer_c6tup_1dwqx_144 {
147
+ .awsui_body-cell-last-row_c6tup_1n1j7_144:not(#\9):not(.awsui_body-cell-selected_c6tup_1n1j7_144).awsui_has-footer_c6tup_1n1j7_144 {
148
148
  /*
149
149
  Add a bottom border to the body cells of the last row as a separator between the
150
150
  table and the footer
151
151
  */
152
152
  border-bottom: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
153
153
  }
154
- .awsui_body-cell-shaded_c6tup_1dwqx_154:not(#\9) {
154
+ .awsui_body-cell-shaded_c6tup_1n1j7_154:not(#\9) {
155
155
  background: var(--color-background-cell-shaded-y6pwcp, #f2f3f3);
156
156
  }
157
- .awsui_body-cell-selected_c6tup_1dwqx_144:not(#\9) {
157
+ .awsui_body-cell-selected_c6tup_1n1j7_144:not(#\9) {
158
158
  background-color: var(--color-background-item-selected-fva7ca, #f1faff);
159
159
  border-top: var(--border-item-width-yvnixs, 1px) solid var(--color-border-item-selected-592lau, #0073bb);
160
160
  border-bottom: var(--border-item-width-yvnixs, 1px) solid var(--color-border-item-selected-592lau, #0073bb);
161
161
  padding-bottom: var(--space-scaled-xs-6859qs, 8px);
162
162
  }
163
- .awsui_body-cell-selected_c6tup_1dwqx_144:not(#\9):first-child {
163
+ .awsui_body-cell-selected_c6tup_1n1j7_144:not(#\9):first-child {
164
164
  border-left: var(--border-item-width-yvnixs, 1px) solid var(--color-border-item-selected-592lau, #0073bb);
165
165
  border-radius: var(--border-radius-item-wjpc1f, 0px) 0 0 var(--border-radius-item-wjpc1f, 0px);
166
166
  }
167
- .awsui_body-cell-selected_c6tup_1dwqx_144:not(#\9):last-child {
167
+ .awsui_body-cell-selected_c6tup_1n1j7_144:not(#\9):last-child {
168
168
  border-right: var(--border-item-width-yvnixs, 1px) solid var(--color-border-item-selected-592lau, #0073bb);
169
169
  border-radius: 0 var(--border-radius-item-wjpc1f, 0px) var(--border-radius-item-wjpc1f, 0px) 0;
170
170
  }
171
- .awsui_body-cell-selected_c6tup_1dwqx_144:not(#\9):not(:first-child) {
171
+ .awsui_body-cell-selected_c6tup_1n1j7_144:not(#\9):not(:first-child) {
172
172
  padding-top: calc(
173
173
  var(--space-scaled-xs-6859qs, 8px) + (var(--border-item-width-yvnixs, 1px) - var(--border-divider-list-width-hacikr, 1px))
174
174
  );
175
175
  }
176
- .awsui_body-cell_c6tup_1dwqx_93:not(#\9):not(.awsui_body-cell-selected_c6tup_1dwqx_144).awsui_body-cell-next-selected_c6tup_1dwqx_176 {
176
+ .awsui_body-cell_c6tup_1n1j7_93:not(#\9):not(.awsui_body-cell-selected_c6tup_1n1j7_144).awsui_body-cell-next-selected_c6tup_1n1j7_176 {
177
177
  border-bottom: 0;
178
178
  padding-bottom: calc(var(--space-scaled-xs-6859qs, 8px) + var(--border-divider-list-width-hacikr, 1px));
179
179
  }
180
- .awsui_body-cell-selected_c6tup_1dwqx_144.awsui_body-cell-prev-selected_c6tup_1dwqx_180:not(#\9) {
180
+ .awsui_body-cell-selected_c6tup_1n1j7_144.awsui_body-cell-prev-selected_c6tup_1n1j7_180:not(#\9) {
181
181
  padding-top: calc(
182
182
  var(--space-scaled-xs-6859qs, 8px) + (var(--border-item-width-yvnixs, 1px) - var(--border-divider-list-width-hacikr, 1px))
183
183
  );
184
184
  border-top: var(--border-divider-list-width-hacikr, 1px) solid var(--color-border-item-placeholder-wtgwev, transparent);
185
185
  }
186
- .awsui_body-cell-selected_c6tup_1dwqx_144.awsui_body-cell-next-selected_c6tup_1dwqx_176:not(#\9) {
186
+ .awsui_body-cell-selected_c6tup_1n1j7_144.awsui_body-cell-next-selected_c6tup_1n1j7_176:not(#\9) {
187
187
  border-bottom-width: var(--border-divider-list-width-hacikr, 1px);
188
188
  }
189
- .awsui_body-cell-selected_c6tup_1dwqx_144.awsui_body-cell-next-selected_c6tup_1dwqx_176:not(#\9):first-child {
189
+ .awsui_body-cell-selected_c6tup_1n1j7_144.awsui_body-cell-next-selected_c6tup_1n1j7_176:not(#\9):first-child {
190
190
  border-bottom-left-radius: 0;
191
191
  }
192
- .awsui_body-cell-selected_c6tup_1dwqx_144.awsui_body-cell-next-selected_c6tup_1dwqx_176:not(#\9):last-child {
192
+ .awsui_body-cell-selected_c6tup_1n1j7_144.awsui_body-cell-next-selected_c6tup_1n1j7_176:not(#\9):last-child {
193
193
  border-bottom-right-radius: 0;
194
194
  }
195
- .awsui_body-cell-selected_c6tup_1dwqx_144.awsui_body-cell-prev-selected_c6tup_1dwqx_180:not(#\9):first-child {
195
+ .awsui_body-cell-selected_c6tup_1n1j7_144.awsui_body-cell-prev-selected_c6tup_1n1j7_180:not(#\9):first-child {
196
196
  border-top-left-radius: 0;
197
197
  }
198
- .awsui_body-cell-selected_c6tup_1dwqx_144.awsui_body-cell-prev-selected_c6tup_1dwqx_180:not(#\9):last-child {
198
+ .awsui_body-cell-selected_c6tup_1n1j7_144.awsui_body-cell-prev-selected_c6tup_1n1j7_180:not(#\9):last-child {
199
199
  border-top-right-radius: 0;
200
200
  }
201
- .awsui_body-cell-selected_c6tup_1dwqx_144:not(#\9):not(.awsui_body-cell-prev-selected_c6tup_1dwqx_180) {
201
+ .awsui_body-cell-selected_c6tup_1n1j7_144:not(#\9):not(.awsui_body-cell-prev-selected_c6tup_1n1j7_180) {
202
202
  padding-top: var(--space-scaled-xs-6859qs, 8px);
203
203
  }
204
- .awsui_body-cell-success_c6tup_1dwqx_204:not(#\9), .awsui_body-cell-editor_c6tup_1dwqx_204:not(#\9) {
204
+ .awsui_body-cell-success_c6tup_1n1j7_204:not(#\9), .awsui_body-cell-editor_c6tup_1n1j7_204:not(#\9) {
205
205
  top: 0;
206
206
  right: 0;
207
207
  bottom: 0;
@@ -217,62 +217,62 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
217
217
  padding-right: calc(var(--space-xs-rsr2qu, 8px) + var(--space-xxs-ynfts5, 4px));
218
218
  color: var(--color-text-button-normal-default-kwrutp, #545b64);
219
219
  }
220
- .awsui_body-cell-success_c6tup_1dwqx_204:not(#\9):hover, .awsui_body-cell-editor_c6tup_1dwqx_204:not(#\9):hover {
220
+ .awsui_body-cell-success_c6tup_1n1j7_204:not(#\9):hover, .awsui_body-cell-editor_c6tup_1n1j7_204:not(#\9):hover {
221
221
  color: var(--color-text-button-normal-hover-de4793, #16191f);
222
222
  }
223
- .awsui_body-cell-success_c6tup_1dwqx_204:not(#\9):active, .awsui_body-cell-editor_c6tup_1dwqx_204:not(#\9):active {
223
+ .awsui_body-cell-success_c6tup_1n1j7_204:not(#\9):active, .awsui_body-cell-editor_c6tup_1n1j7_204:not(#\9):active {
224
224
  color: var(--color-text-button-normal-active-hvhe2o, #16191f);
225
225
  }
226
- .awsui_body-cell-success-form_c6tup_1dwqx_226:not(#\9), .awsui_body-cell-editor-form_c6tup_1dwqx_226:not(#\9) {
226
+ .awsui_body-cell-success-form_c6tup_1n1j7_226:not(#\9), .awsui_body-cell-editor-form_c6tup_1n1j7_226:not(#\9) {
227
227
  margin: calc(-1 * var(--space-xs-rsr2qu, 8px)) calc(-1.5 * var(--space-xs-rsr2qu, 8px));
228
228
  }
229
- .awsui_is-visual-refresh_c6tup_1dwqx_114.awsui_body-cell_c6tup_1dwqx_93:not(#\9):first-child.awsui_has-striped-rows_c6tup_1dwqx_126 > .awsui_body-cell-success-form_c6tup_1dwqx_226, .awsui_is-visual-refresh_c6tup_1dwqx_114.awsui_body-cell_c6tup_1dwqx_93:not(#\9):first-child.awsui_has-striped-rows_c6tup_1dwqx_126 > .awsui_body-cell-editor-form_c6tup_1dwqx_226 {
229
+ .awsui_is-visual-refresh_c6tup_1n1j7_114.awsui_body-cell_c6tup_1n1j7_93:not(#\9):first-child.awsui_has-striped-rows_c6tup_1n1j7_126 > .awsui_body-cell-success-form_c6tup_1n1j7_226, .awsui_is-visual-refresh_c6tup_1n1j7_114.awsui_body-cell_c6tup_1n1j7_93:not(#\9):first-child.awsui_has-striped-rows_c6tup_1n1j7_126 > .awsui_body-cell-editor-form_c6tup_1n1j7_226 {
230
230
  margin-left: calc(-1 * var(--space-xxs-ynfts5, 4px));
231
231
  }
232
- .awsui_is-visual-refresh_c6tup_1dwqx_114.awsui_body-cell_c6tup_1dwqx_93:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1dwqx_126) > .awsui_body-cell-success-form_c6tup_1dwqx_226, .awsui_is-visual-refresh_c6tup_1dwqx_114.awsui_body-cell_c6tup_1dwqx_93:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1dwqx_126) > .awsui_body-cell-editor-form_c6tup_1dwqx_226 {
232
+ .awsui_is-visual-refresh_c6tup_1n1j7_114.awsui_body-cell_c6tup_1n1j7_93:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1n1j7_126) > .awsui_body-cell-success-form_c6tup_1n1j7_226, .awsui_is-visual-refresh_c6tup_1n1j7_114.awsui_body-cell_c6tup_1n1j7_93:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1n1j7_126) > .awsui_body-cell-editor-form_c6tup_1n1j7_226 {
233
233
  margin-left: calc(-1 * var(--space-xxxs-k2w98v, 2px));
234
234
  }
235
- .awsui_body-cell-success-row_c6tup_1dwqx_235:not(#\9), .awsui_body-cell-editor-row_c6tup_1dwqx_235:not(#\9) {
235
+ .awsui_body-cell-success-row_c6tup_1n1j7_235:not(#\9), .awsui_body-cell-editor-row_c6tup_1n1j7_235:not(#\9) {
236
236
  display: flex;
237
237
  flex-flow: row nowrap;
238
238
  align-items: center;
239
239
  justify-content: space-between;
240
240
  column-gap: var(--space-xxs-ynfts5, 4px);
241
241
  }
242
- .awsui_body-cell-success-row_c6tup_1dwqx_235 > :not(#\9):not(:last-child), .awsui_body-cell-editor-row_c6tup_1dwqx_235 > :not(#\9):not(:last-child) {
242
+ .awsui_body-cell-success-row_c6tup_1n1j7_235 > :not(#\9):not(:last-child), .awsui_body-cell-editor-row_c6tup_1n1j7_235 > :not(#\9):not(:last-child) {
243
243
  flex-grow: 1;
244
244
  }
245
- .awsui_body-cell-success-controls_c6tup_1dwqx_245:not(#\9), .awsui_body-cell-editor-controls_c6tup_1dwqx_245:not(#\9) {
245
+ .awsui_body-cell-success-controls_c6tup_1n1j7_245:not(#\9), .awsui_body-cell-editor-controls_c6tup_1n1j7_245:not(#\9) {
246
246
  flex-shrink: 0;
247
247
  }
248
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9) {
248
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9) {
249
249
  position: relative;
250
250
  cursor: pointer;
251
251
  }
252
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129.awsui_body-cell-edit-active_c6tup_1dwqx_129:not(#\9) {
252
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129.awsui_body-cell-edit-active_c6tup_1n1j7_129:not(#\9) {
253
253
  overflow: visible;
254
254
  }
255
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129) > .awsui_body-cell-editor_c6tup_1dwqx_204 {
255
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129) > .awsui_body-cell-editor_c6tup_1n1j7_204 {
256
256
  opacity: 0;
257
257
  }
258
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129).awsui_body-cell-has-success_c6tup_1dwqx_258 {
258
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129).awsui_body-cell-has-success_c6tup_1n1j7_258 {
259
259
  padding-right: calc(var(--space-scaled-l-t03y3z, 20px) + var(--space-l-4vl6xu, 20px));
260
260
  }
261
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):focus-within {
261
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):focus-within {
262
262
  padding-right: calc(var(--space-scaled-l-t03y3z, 20px) + var(--space-l-4vl6xu, 20px));
263
263
  position: relative;
264
264
  }
265
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):focus-within > .awsui_body-cell-editor_c6tup_1dwqx_204 {
265
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):focus-within > .awsui_body-cell-editor_c6tup_1n1j7_204 {
266
266
  opacity: 1;
267
267
  }
268
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):focus-within > .awsui_body-cell-success_c6tup_1dwqx_204 {
268
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):focus-within > .awsui_body-cell-success_c6tup_1n1j7_204 {
269
269
  opacity: 0;
270
270
  }
271
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):focus-within {
271
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):focus-within {
272
272
  outline: 2px dotted transparent;
273
273
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-95dhkm, 4px)) - 1px);
274
274
  }
275
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):focus-within::before {
275
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):focus-within::before {
276
276
  content: " ";
277
277
  display: block;
278
278
  position: absolute;
@@ -283,7 +283,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
283
283
  border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
284
284
  box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
285
285
  }
286
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):hover {
286
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):hover {
287
287
  position: relative;
288
288
  background-color: var(--color-background-dropdown-item-hover-hgdj8r, #f2f3f3);
289
289
  border: var(--border-divider-list-width-hacikr, 1px) solid var(--color-border-control-default-bwkbmv, #879596);
@@ -291,199 +291,38 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
291
291
  right: calc(-1 * var(--border-divider-list-width-hacikr, 1px));
292
292
  padding-right: calc(var(--space-scaled-l-t03y3z, 20px) + var(--space-l-4vl6xu, 20px));
293
293
  }
294
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):hover > .awsui_body-cell-editor_c6tup_1dwqx_204 {
294
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):hover > .awsui_body-cell-editor_c6tup_1n1j7_204 {
295
295
  opacity: 1;
296
296
  }
297
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):hover > .awsui_body-cell-success_c6tup_1dwqx_204 {
297
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):hover > .awsui_body-cell-success_c6tup_1n1j7_204 {
298
298
  opacity: 0;
299
299
  }
300
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):hover:first-child {
300
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):hover:first-child {
301
301
  left: 0;
302
302
  right: 0;
303
303
  }
304
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):hover > .awsui_body-cell-editor_c6tup_1dwqx_204 {
304
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):hover > .awsui_body-cell-editor_c6tup_1n1j7_204 {
305
305
  padding-right: calc(var(--space-xs-rsr2qu, 8px) + var(--space-xxs-ynfts5, 4px) - (2 * var(--border-divider-list-width-hacikr, 1px)));
306
306
  }
307
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):hover.awsui_body-cell-last-row_c6tup_1dwqx_144.awsui_body-cell-selected_c6tup_1dwqx_144, .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):hover.awsui_body-cell-next-selected_c6tup_1dwqx_176 {
307
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):hover.awsui_body-cell-last-row_c6tup_1n1j7_144.awsui_body-cell-selected_c6tup_1n1j7_144, .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):hover.awsui_body-cell-next-selected_c6tup_1n1j7_176 {
308
308
  padding-top: calc(var(--space-scaled-xs-6859qs, 8px) - calc(var(--border-divider-list-width-hacikr, 1px) / 2));
309
309
  padding-bottom: calc(var(--space-scaled-xs-6859qs, 8px) - calc(var(--border-divider-list-width-hacikr, 1px) / 2));
310
310
  }
311
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):hover.awsui_body-cell-last-row_c6tup_1dwqx_144:not(.awsui_body-cell-selected_c6tup_1dwqx_144) {
311
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):hover.awsui_body-cell-last-row_c6tup_1n1j7_144:not(.awsui_body-cell-selected_c6tup_1n1j7_144) {
312
312
  padding-top: calc(var(--space-scaled-xs-6859qs, 8px) - calc(var(--border-divider-list-width-hacikr, 1px)));
313
313
  }
314
- .awsui_body-cell_c6tup_1dwqx_93.awsui_body-cell-editable_c6tup_1dwqx_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):hover.awsui_body-cell-first-row_c6tup_1dwqx_141:not(.awsui_body-cell-selected_c6tup_1dwqx_144) {
314
+ .awsui_body-cell_c6tup_1n1j7_93.awsui_body-cell-editable_c6tup_1n1j7_129:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):hover.awsui_body-cell-first-row_c6tup_1n1j7_141:not(.awsui_body-cell-selected_c6tup_1n1j7_144) {
315
315
  padding-top: calc(var(--space-scaled-xs-6859qs, 8px) - calc(var(--border-divider-list-width-hacikr, 1px)));
316
316
  padding-bottom: calc(var(--space-scaled-xs-6859qs, 8px) - calc(var(--border-divider-list-width-hacikr, 1px)));
317
317
  }
318
- .awsui_body-cell-editable_c6tup_1dwqx_129.awsui_is-visual-refresh_c6tup_1dwqx_114:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):hover:first-child {
319
- border-top-left-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
320
- border-bottom-left-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
318
+ .awsui_body-cell-editable_c6tup_1n1j7_129.awsui_is-visual-refresh_c6tup_1n1j7_114:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):hover:first-child {
319
+ border-top-left-radius: var(--border-radius-item-wjpc1f, 0px);
320
+ border-bottom-left-radius: var(--border-radius-item-wjpc1f, 0px);
321
321
  }
322
- .awsui_body-cell-editable_c6tup_1dwqx_129.awsui_is-visual-refresh_c6tup_1dwqx_114:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):hover:last-child {
323
- border-top-right-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
324
- border-bottom-right-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
322
+ .awsui_body-cell-editable_c6tup_1n1j7_129.awsui_is-visual-refresh_c6tup_1n1j7_114:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):hover:last-child {
323
+ border-top-right-radius: var(--border-radius-item-wjpc1f, 0px);
324
+ border-bottom-right-radius: var(--border-radius-item-wjpc1f, 0px);
325
325
  }
326
- .awsui_body-cell-editable_c6tup_1dwqx_129.awsui_is-visual-refresh_c6tup_1dwqx_114:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1dwqx_129):hover.awsui_body-cell-first-row_c6tup_1dwqx_141 > .awsui_body-cell-editor_c6tup_1dwqx_204 {
326
+ .awsui_body-cell-editable_c6tup_1n1j7_129.awsui_is-visual-refresh_c6tup_1n1j7_114:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1n1j7_129):hover.awsui_body-cell-first-row_c6tup_1n1j7_141 > .awsui_body-cell-editor_c6tup_1n1j7_204 {
327
327
  padding-top: var(--border-divider-list-width-hacikr, 1px);
328
- }
329
-
330
- .awsui_header-cell_c6tup_1dwqx_330:not(#\9) {
331
- position: relative;
332
- text-align: left;
333
- box-sizing: border-box;
334
- border-bottom: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
335
- background: var(--color-background-table-header-mryayf, #fafafa);
336
- color: var(--color-text-column-header-nsvxtb, #545b64);
337
- font-weight: var(--font-heading-s-weight-1ygwuy, 700);
338
- -webkit-font-smoothing: var(--font-smoothing-webkit-aglr0j, auto);
339
- -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
340
- padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-scaled-xs-6859qs, 8px);
341
- }
342
- .awsui_header-cell-sticky_c6tup_1dwqx_342:not(#\9) {
343
- border-bottom: var(--border-table-sticky-width-52djt5, 0px) solid var(--color-border-divider-default-k96bks, #eaeded);
344
- }
345
- .awsui_header-cell-stuck_c6tup_1dwqx_345:not(#\9):not(.awsui_header-cell-variant-full-page_c6tup_1dwqx_345) {
346
- border-bottom-color: transparent;
347
- }
348
- .awsui_header-cell-variant-full-page_c6tup_1dwqx_345.awsui_header-cell-hidden_c6tup_1dwqx_348:not(#\9) {
349
- border-bottom-color: transparent;
350
- }
351
- .awsui_header-cell_c6tup_1dwqx_330:not(#\9):last-child, .awsui_header-cell_c6tup_1dwqx_330.awsui_header-cell-sortable_c6tup_1dwqx_351:not(#\9) {
352
- padding-right: var(--space-xs-rsr2qu, 8px);
353
- }
354
- .awsui_header-cell_c6tup_1dwqx_330:not(#\9):not(:last-child):before {
355
- content: "";
356
- position: absolute;
357
- right: 0;
358
- bottom: 0;
359
- top: 0;
360
- min-height: var(--font-heading-xs-line-height-tf278d, 20px);
361
- max-height: calc(100% - calc(2 * var(--space-xs-rsr2qu, 8px) + var(--space-xxxs-k2w98v, 2px)));
362
- margin: auto;
363
- border-left: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
364
- box-sizing: border-box;
365
- }
366
- .awsui_header-cell-resizable_c6tup_1dwqx_366:not(#\9):not(:last-child):before {
367
- border-left-color: var(--color-border-divider-interactive-default-mrpwro, #687078);
368
- }
369
-
370
- .awsui_sorting-icon_c6tup_1dwqx_370:not(#\9) {
371
- position: absolute;
372
- top: 50%;
373
- transform: translateY(-50%);
374
- right: var(--space-xxs-ynfts5, 4px);
375
- color: var(--color-text-column-sorting-icon-u1a3xj, #687078);
376
- }
377
-
378
- .awsui_edit-icon_c6tup_1dwqx_378:not(#\9) {
379
- margin-left: var(--space-xxs-ynfts5, 4px);
380
- margin-top: var(--space-scaled-xxs-95dhkm, 4px);
381
- color: inherit;
382
- }
383
-
384
- .awsui_header-cell-content_c6tup_1dwqx_384:not(#\9) {
385
- position: relative;
386
- padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-s-hv8c1d, 12px);
387
- }
388
- .awsui_header-cell-sortable_c6tup_1dwqx_351 > .awsui_header-cell-content_c6tup_1dwqx_384:not(#\9) {
389
- padding-right: calc(var(--space-xl-a39hup, 24px) + var(--space-xxs-ynfts5, 4px));
390
- }
391
- .awsui_header-cell-content_c6tup_1dwqx_384:not(#\9):focus {
392
- outline: none;
393
- text-decoration: none;
394
- }
395
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_c6tup_1dwqx_384:not(#\9):focus {
396
- position: relative;
397
- }
398
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_c6tup_1dwqx_384:not(#\9):focus {
399
- outline: 2px dotted transparent;
400
- outline-offset: calc(var(--space-table-header-focus-outline-gutter-uqywlq, 0px) - 1px);
401
- }
402
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_c6tup_1dwqx_384:not(#\9):focus::before {
403
- content: " ";
404
- display: block;
405
- position: absolute;
406
- left: calc(-1 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
407
- top: calc(-1 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
408
- width: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
409
- height: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
410
- border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
411
- box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
412
- }
413
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_c6tup_1dwqx_384.awsui_header-cell-fake-focus_c6tup_1dwqx_413:not(#\9) {
414
- position: relative;
415
- }
416
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_c6tup_1dwqx_384.awsui_header-cell-fake-focus_c6tup_1dwqx_413:not(#\9) {
417
- outline: 2px dotted transparent;
418
- outline-offset: calc(var(--space-table-header-focus-outline-gutter-uqywlq, 0px) - 1px);
419
- }
420
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_c6tup_1dwqx_384.awsui_header-cell-fake-focus_c6tup_1dwqx_413:not(#\9)::before {
421
- content: " ";
422
- display: block;
423
- position: absolute;
424
- left: calc(-1 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
425
- top: calc(-1 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
426
- width: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
427
- height: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
428
- border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
429
- box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
430
- }
431
- .awsui_header-cell-disabled_c6tup_1dwqx_431.awsui_header-cell-sorted_c6tup_1dwqx_431 > .awsui_header-cell-content_c6tup_1dwqx_384 > .awsui_sorting-icon_c6tup_1dwqx_370:not(#\9) {
432
- color: var(--color-text-interactive-disabled-jcikk2, #aab7b8);
433
- }
434
-
435
- .awsui_header-cell-sortable_c6tup_1dwqx_351:not(#\9):not(.awsui_header-cell-disabled_c6tup_1dwqx_431) > .awsui_header-cell-content_c6tup_1dwqx_384 {
436
- cursor: pointer;
437
- }
438
- .awsui_header-cell-sortable_c6tup_1dwqx_351:not(#\9):not(.awsui_header-cell-disabled_c6tup_1dwqx_431) > .awsui_header-cell-content_c6tup_1dwqx_384:hover, .awsui_header-cell-sortable_c6tup_1dwqx_351:not(#\9):not(.awsui_header-cell-disabled_c6tup_1dwqx_431).awsui_header-cell-sorted_c6tup_1dwqx_431 > .awsui_header-cell-content_c6tup_1dwqx_384 {
439
- color: var(--color-text-interactive-active-i5elzx, #16191f);
440
- }
441
- .awsui_header-cell-sortable_c6tup_1dwqx_351:not(#\9):not(.awsui_header-cell-disabled_c6tup_1dwqx_431) > .awsui_header-cell-content_c6tup_1dwqx_384:hover > .awsui_sorting-icon_c6tup_1dwqx_370, .awsui_header-cell-sortable_c6tup_1dwqx_351:not(#\9):not(.awsui_header-cell-disabled_c6tup_1dwqx_431).awsui_header-cell-sorted_c6tup_1dwqx_431 > .awsui_header-cell-content_c6tup_1dwqx_384 > .awsui_sorting-icon_c6tup_1dwqx_370 {
442
- color: var(--color-text-interactive-active-i5elzx, #16191f);
443
- }
444
-
445
- .awsui_header-cell-text_c6tup_1dwqx_445:not(#\9) {
446
- line-height: var(--font-heading-xs-line-height-tf278d, 20px);
447
- padding-top: calc(var(--space-xxxs-k2w98v, 2px) / 2);
448
- padding-bottom: calc(var(--space-xxxs-k2w98v, 2px) / 2);
449
- }
450
- .awsui_header-cell-text_c6tup_1dwqx_445:not(#\9):not(.awsui_header-cell-text-wrap_c6tup_1dwqx_450) {
451
- white-space: nowrap;
452
- overflow: hidden;
453
- text-overflow: ellipsis;
454
- }
455
-
456
- .awsui_header-cell-ascending_c6tup_1dwqx_456:not(#\9),
457
- .awsui_header-cell-descending_c6tup_1dwqx_457:not(#\9) {
458
- /* used in test-utils */
459
- }
460
-
461
- /*
462
- In Visual Refresh the first cell in the header should align
463
- with the left edge of the table as closely as possible. If the
464
- last header cell is sortable the sort icon should align with the
465
- settings icon in the pagination slot.
466
- */
467
- .awsui_header-cell_c6tup_1dwqx_330:not(#\9):not(.awsui_is-visual-refresh_c6tup_1dwqx_114):first-child {
468
- padding-left: var(--space-xs-rsr2qu, 8px);
469
- }
470
-
471
- .awsui_header-cell_c6tup_1dwqx_330.awsui_is-visual-refresh_c6tup_1dwqx_114:not(#\9) {
472
- /*
473
- Striped rows requires additional left padding because the
474
- shaded background makes the child content appear too close
475
- to the table edge.
476
- */
477
- }
478
- .awsui_header-cell_c6tup_1dwqx_330.awsui_is-visual-refresh_c6tup_1dwqx_114:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1dwqx_126) {
479
- padding-left: var(--space-xxxs-k2w98v, 2px);
480
- }
481
- .awsui_header-cell_c6tup_1dwqx_330.awsui_is-visual-refresh_c6tup_1dwqx_114:not(#\9):first-child.awsui_has-striped-rows_c6tup_1dwqx_126 {
482
- padding-left: var(--space-xxs-ynfts5, 4px);
483
- }
484
- .awsui_header-cell_c6tup_1dwqx_330.awsui_is-visual-refresh_c6tup_1dwqx_114:not(#\9):first-child > .awsui_header-cell-content_c6tup_1dwqx_384 {
485
- padding-left: 0;
486
- }
487
- .awsui_header-cell_c6tup_1dwqx_330.awsui_is-visual-refresh_c6tup_1dwqx_114:not(#\9):last-child.awsui_header-cell-sortable_c6tup_1dwqx_351 {
488
- padding-right: var(--space-xxxs-k2w98v, 2px);
489
328
  }
@@ -2,45 +2,28 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "body-cell": "awsui_body-cell_c6tup_1dwqx_93",
6
- "body-cell-wrap": "awsui_body-cell-wrap_c6tup_1dwqx_102",
7
- "is-visual-refresh": "awsui_is-visual-refresh_c6tup_1dwqx_114",
8
- "has-striped-rows": "awsui_has-striped-rows_c6tup_1dwqx_126",
9
- "body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_1dwqx_129",
10
- "body-cell-editable": "awsui_body-cell-editable_c6tup_1dwqx_129",
11
- "has-selection": "awsui_has-selection_c6tup_1dwqx_135",
12
- "body-cell-first-row": "awsui_body-cell-first-row_c6tup_1dwqx_141",
13
- "body-cell-last-row": "awsui_body-cell-last-row_c6tup_1dwqx_144",
14
- "body-cell-selected": "awsui_body-cell-selected_c6tup_1dwqx_144",
15
- "has-footer": "awsui_has-footer_c6tup_1dwqx_144",
16
- "body-cell-shaded": "awsui_body-cell-shaded_c6tup_1dwqx_154",
17
- "body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_1dwqx_176",
18
- "body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_1dwqx_180",
19
- "body-cell-success": "awsui_body-cell-success_c6tup_1dwqx_204",
20
- "body-cell-editor": "awsui_body-cell-editor_c6tup_1dwqx_204",
21
- "body-cell-success-form": "awsui_body-cell-success-form_c6tup_1dwqx_226",
22
- "body-cell-editor-form": "awsui_body-cell-editor-form_c6tup_1dwqx_226",
23
- "body-cell-success-row": "awsui_body-cell-success-row_c6tup_1dwqx_235",
24
- "body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_1dwqx_235",
25
- "body-cell-success-controls": "awsui_body-cell-success-controls_c6tup_1dwqx_245",
26
- "body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_1dwqx_245",
27
- "body-cell-has-success": "awsui_body-cell-has-success_c6tup_1dwqx_258",
28
- "header-cell": "awsui_header-cell_c6tup_1dwqx_330",
29
- "header-cell-sticky": "awsui_header-cell-sticky_c6tup_1dwqx_342",
30
- "header-cell-stuck": "awsui_header-cell-stuck_c6tup_1dwqx_345",
31
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_c6tup_1dwqx_345",
32
- "header-cell-hidden": "awsui_header-cell-hidden_c6tup_1dwqx_348",
33
- "header-cell-sortable": "awsui_header-cell-sortable_c6tup_1dwqx_351",
34
- "header-cell-resizable": "awsui_header-cell-resizable_c6tup_1dwqx_366",
35
- "sorting-icon": "awsui_sorting-icon_c6tup_1dwqx_370",
36
- "edit-icon": "awsui_edit-icon_c6tup_1dwqx_378",
37
- "header-cell-content": "awsui_header-cell-content_c6tup_1dwqx_384",
38
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_c6tup_1dwqx_413",
39
- "header-cell-disabled": "awsui_header-cell-disabled_c6tup_1dwqx_431",
40
- "header-cell-sorted": "awsui_header-cell-sorted_c6tup_1dwqx_431",
41
- "header-cell-text": "awsui_header-cell-text_c6tup_1dwqx_445",
42
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_c6tup_1dwqx_450",
43
- "header-cell-ascending": "awsui_header-cell-ascending_c6tup_1dwqx_456",
44
- "header-cell-descending": "awsui_header-cell-descending_c6tup_1dwqx_457"
5
+ "body-cell": "awsui_body-cell_c6tup_1n1j7_93",
6
+ "body-cell-wrap": "awsui_body-cell-wrap_c6tup_1n1j7_102",
7
+ "is-visual-refresh": "awsui_is-visual-refresh_c6tup_1n1j7_114",
8
+ "has-striped-rows": "awsui_has-striped-rows_c6tup_1n1j7_126",
9
+ "body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_1n1j7_129",
10
+ "body-cell-editable": "awsui_body-cell-editable_c6tup_1n1j7_129",
11
+ "has-selection": "awsui_has-selection_c6tup_1n1j7_135",
12
+ "body-cell-first-row": "awsui_body-cell-first-row_c6tup_1n1j7_141",
13
+ "body-cell-last-row": "awsui_body-cell-last-row_c6tup_1n1j7_144",
14
+ "body-cell-selected": "awsui_body-cell-selected_c6tup_1n1j7_144",
15
+ "has-footer": "awsui_has-footer_c6tup_1n1j7_144",
16
+ "body-cell-shaded": "awsui_body-cell-shaded_c6tup_1n1j7_154",
17
+ "body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_1n1j7_176",
18
+ "body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_1n1j7_180",
19
+ "body-cell-success": "awsui_body-cell-success_c6tup_1n1j7_204",
20
+ "body-cell-editor": "awsui_body-cell-editor_c6tup_1n1j7_204",
21
+ "body-cell-success-form": "awsui_body-cell-success-form_c6tup_1n1j7_226",
22
+ "body-cell-editor-form": "awsui_body-cell-editor-form_c6tup_1n1j7_226",
23
+ "body-cell-success-row": "awsui_body-cell-success-row_c6tup_1n1j7_235",
24
+ "body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_1n1j7_235",
25
+ "body-cell-success-controls": "awsui_body-cell-success-controls_c6tup_1n1j7_245",
26
+ "body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_1n1j7_245",
27
+ "body-cell-has-success": "awsui_body-cell-has-success_c6tup_1n1j7_258"
45
28
  };
46
29
 
@@ -5,7 +5,7 @@ import React from 'react';
5
5
  import InternalIcon from '../../icon/internal';
6
6
  import { KeyCode } from '../../internal/keycode';
7
7
  import { getAriaSort, getSortingIconName, getSortingStatus, isSorted } from './utils';
8
- import styles from '../body-cell/styles.css.js';
8
+ import styles from './styles.css.js';
9
9
  import { Resizer } from '../resizer';
10
10
  import { useUniqueId } from '../../internal/hooks/use-unique-id';
11
11
  export function TableHeaderCell({ className, style, tabIndex, column, activeSortingColumn, sortingDescending, sortingDisabled, wrapLines, focusedComponent, onFocusedComponentChange, hidden, onClick, colIndex, updateColumn, resizableColumns, onResizeFinish, isEditable, }) {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"lib/default/","sources":["table/header-cell/index.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport clsx from 'clsx';\nimport React from 'react';\nimport InternalIcon from '../../icon/internal';\nimport { KeyCode } from '../../internal/keycode';\nimport { TableProps } from '../interfaces';\nimport { getAriaSort, getSortingIconName, getSortingStatus, isSorted } from './utils';\nimport styles from '../body-cell/styles.css.js';\nimport { Resizer } from '../resizer';\nimport { useUniqueId } from '../../internal/hooks/use-unique-id';\nimport { InteractiveComponent } from '../thead';\n\ninterface TableHeaderCellProps<ItemType> {\n className?: string;\n style?: React.CSSProperties;\n tabIndex: number;\n column: TableProps.ColumnDefinition<ItemType>;\n activeSortingColumn?: TableProps.SortingColumn<ItemType>;\n sortingDescending?: boolean;\n sortingDisabled?: boolean;\n wrapLines?: boolean;\n hidden?: boolean;\n onClick(detail: TableProps.SortingState<any>): void;\n onResizeFinish: () => void;\n colIndex: number;\n updateColumn: (colIndex: number, newWidth: number) => void;\n onFocus?: () => void;\n onBlur?: () => void;\n resizableColumns?: boolean;\n isEditable?: boolean;\n\n focusedComponent?: InteractiveComponent | null;\n onFocusedComponentChange?: (element: InteractiveComponent | null) => void;\n}\n\nexport function TableHeaderCell<ItemType>({\n className,\n style,\n tabIndex,\n column,\n activeSortingColumn,\n sortingDescending,\n sortingDisabled,\n wrapLines,\n focusedComponent,\n onFocusedComponentChange,\n hidden,\n onClick,\n colIndex,\n updateColumn,\n resizableColumns,\n onResizeFinish,\n isEditable,\n}: TableHeaderCellProps<ItemType>) {\n const sortable = !!column.sortingComparator || !!column.sortingField;\n const sorted = !!activeSortingColumn && isSorted(column, activeSortingColumn);\n const sortingStatus = getSortingStatus(sortable, sorted, !!sortingDescending, !!sortingDisabled);\n const handleClick = () =>\n onClick({\n sortingColumn: column,\n isDescending: sorted ? !sortingDescending : false,\n });\n\n // Elements with role=\"button\" do not have the default behavior of <button>, where pressing\n // Enter or Space will trigger a click event. Therefore we need to add this ourselves.\n // The native <button> element cannot be used due to a misaligned implementation in Firefox:\n // https://bugzilla.mozilla.org/show_bug.cgi?id=843003\n const handleKeyPress = ({ nativeEvent: e }: React.KeyboardEvent) => {\n if (e.keyCode === KeyCode.enter || e.keyCode === KeyCode.space) {\n e.preventDefault();\n handleClick();\n }\n };\n\n const headerId = useUniqueId('table-header-');\n\n return (\n <th\n className={clsx(className, {\n [styles['header-cell-resizable']]: !!resizableColumns,\n [styles['header-cell-sortable']]: sortingStatus,\n [styles['header-cell-sorted']]: sortingStatus === 'ascending' || sortingStatus === 'descending',\n [styles['header-cell-disabled']]: sortingDisabled,\n [styles['header-cell-ascending']]: sortingStatus === 'ascending',\n [styles['header-cell-descending']]: sortingStatus === 'descending',\n [styles['header-cell-hidden']]: hidden,\n })}\n aria-sort={sortingStatus && getAriaSort(sortingStatus)}\n style={style}\n scope=\"col\"\n >\n <div\n className={clsx(styles['header-cell-content'], {\n [styles['header-cell-fake-focus']]: focusedComponent?.type === 'column' && focusedComponent.col === colIndex,\n })}\n aria-label={\n column.ariaLabel\n ? column.ariaLabel({\n sorted: sorted,\n descending: sorted && !!sortingDescending,\n disabled: !!sortingDisabled,\n })\n : undefined\n }\n {...(sortingStatus && !sortingDisabled\n ? {\n onKeyPress: handleKeyPress,\n tabIndex: tabIndex,\n role: 'button',\n onClick: handleClick,\n onFocus: () => onFocusedComponentChange?.({ type: 'column', col: colIndex }),\n onBlur: () => onFocusedComponentChange?.(null),\n }\n : {})}\n >\n <div className={clsx(styles['header-cell-text'], wrapLines && styles['header-cell-text-wrap'])} id={headerId}>\n {column.header}\n {isEditable ? (\n <span className={styles['edit-icon']} role=\"img\" aria-label={column.editConfig?.editIconAriaLabel}>\n <InternalIcon name=\"edit\" />\n </span>\n ) : null}\n </div>\n {sortingStatus && (\n <span className={styles['sorting-icon']}>\n <InternalIcon name={getSortingIconName(sortingStatus)} />\n </span>\n )}\n </div>\n {resizableColumns && (\n <>\n <Resizer\n tabIndex={tabIndex}\n showFocusRing={focusedComponent?.type === 'resizer' && focusedComponent.col === colIndex}\n onDragMove={newWidth => updateColumn(colIndex, newWidth)}\n onFinish={onResizeFinish}\n ariaLabelledby={headerId}\n onFocus={() => onFocusedComponentChange?.({ type: 'resizer', col: colIndex })}\n onBlur={() => onFocusedComponentChange?.(null)}\n minWidth={typeof column.minWidth === 'string' ? parseInt(column.minWidth) : column.minWidth}\n />\n </>\n )}\n </th>\n );\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"lib/default/","sources":["table/header-cell/index.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport clsx from 'clsx';\nimport React from 'react';\nimport InternalIcon from '../../icon/internal';\nimport { KeyCode } from '../../internal/keycode';\nimport { TableProps } from '../interfaces';\nimport { getAriaSort, getSortingIconName, getSortingStatus, isSorted } from './utils';\nimport styles from './styles.css.js';\nimport { Resizer } from '../resizer';\nimport { useUniqueId } from '../../internal/hooks/use-unique-id';\nimport { InteractiveComponent } from '../thead';\n\ninterface TableHeaderCellProps<ItemType> {\n className?: string;\n style?: React.CSSProperties;\n tabIndex: number;\n column: TableProps.ColumnDefinition<ItemType>;\n activeSortingColumn?: TableProps.SortingColumn<ItemType>;\n sortingDescending?: boolean;\n sortingDisabled?: boolean;\n wrapLines?: boolean;\n hidden?: boolean;\n onClick(detail: TableProps.SortingState<any>): void;\n onResizeFinish: () => void;\n colIndex: number;\n updateColumn: (colIndex: number, newWidth: number) => void;\n onFocus?: () => void;\n onBlur?: () => void;\n resizableColumns?: boolean;\n isEditable?: boolean;\n\n focusedComponent?: InteractiveComponent | null;\n onFocusedComponentChange?: (element: InteractiveComponent | null) => void;\n}\n\nexport function TableHeaderCell<ItemType>({\n className,\n style,\n tabIndex,\n column,\n activeSortingColumn,\n sortingDescending,\n sortingDisabled,\n wrapLines,\n focusedComponent,\n onFocusedComponentChange,\n hidden,\n onClick,\n colIndex,\n updateColumn,\n resizableColumns,\n onResizeFinish,\n isEditable,\n}: TableHeaderCellProps<ItemType>) {\n const sortable = !!column.sortingComparator || !!column.sortingField;\n const sorted = !!activeSortingColumn && isSorted(column, activeSortingColumn);\n const sortingStatus = getSortingStatus(sortable, sorted, !!sortingDescending, !!sortingDisabled);\n const handleClick = () =>\n onClick({\n sortingColumn: column,\n isDescending: sorted ? !sortingDescending : false,\n });\n\n // Elements with role=\"button\" do not have the default behavior of <button>, where pressing\n // Enter or Space will trigger a click event. Therefore we need to add this ourselves.\n // The native <button> element cannot be used due to a misaligned implementation in Firefox:\n // https://bugzilla.mozilla.org/show_bug.cgi?id=843003\n const handleKeyPress = ({ nativeEvent: e }: React.KeyboardEvent) => {\n if (e.keyCode === KeyCode.enter || e.keyCode === KeyCode.space) {\n e.preventDefault();\n handleClick();\n }\n };\n\n const headerId = useUniqueId('table-header-');\n\n return (\n <th\n className={clsx(className, {\n [styles['header-cell-resizable']]: !!resizableColumns,\n [styles['header-cell-sortable']]: sortingStatus,\n [styles['header-cell-sorted']]: sortingStatus === 'ascending' || sortingStatus === 'descending',\n [styles['header-cell-disabled']]: sortingDisabled,\n [styles['header-cell-ascending']]: sortingStatus === 'ascending',\n [styles['header-cell-descending']]: sortingStatus === 'descending',\n [styles['header-cell-hidden']]: hidden,\n })}\n aria-sort={sortingStatus && getAriaSort(sortingStatus)}\n style={style}\n scope=\"col\"\n >\n <div\n className={clsx(styles['header-cell-content'], {\n [styles['header-cell-fake-focus']]: focusedComponent?.type === 'column' && focusedComponent.col === colIndex,\n })}\n aria-label={\n column.ariaLabel\n ? column.ariaLabel({\n sorted: sorted,\n descending: sorted && !!sortingDescending,\n disabled: !!sortingDisabled,\n })\n : undefined\n }\n {...(sortingStatus && !sortingDisabled\n ? {\n onKeyPress: handleKeyPress,\n tabIndex: tabIndex,\n role: 'button',\n onClick: handleClick,\n onFocus: () => onFocusedComponentChange?.({ type: 'column', col: colIndex }),\n onBlur: () => onFocusedComponentChange?.(null),\n }\n : {})}\n >\n <div className={clsx(styles['header-cell-text'], wrapLines && styles['header-cell-text-wrap'])} id={headerId}>\n {column.header}\n {isEditable ? (\n <span className={styles['edit-icon']} role=\"img\" aria-label={column.editConfig?.editIconAriaLabel}>\n <InternalIcon name=\"edit\" />\n </span>\n ) : null}\n </div>\n {sortingStatus && (\n <span className={styles['sorting-icon']}>\n <InternalIcon name={getSortingIconName(sortingStatus)} />\n </span>\n )}\n </div>\n {resizableColumns && (\n <>\n <Resizer\n tabIndex={tabIndex}\n showFocusRing={focusedComponent?.type === 'resizer' && focusedComponent.col === colIndex}\n onDragMove={newWidth => updateColumn(colIndex, newWidth)}\n onFinish={onResizeFinish}\n ariaLabelledby={headerId}\n onFocus={() => onFocusedComponentChange?.({ type: 'resizer', col: colIndex })}\n onBlur={() => onFocusedComponentChange?.(null)}\n minWidth={typeof column.minWidth === 'string' ? parseInt(column.minWidth) : column.minWidth}\n />\n </>\n )}\n </th>\n );\n}\n"]}
@@ -0,0 +1,24 @@
1
+
2
+ import './styles.scoped.css';
3
+ export default {
4
+ "header-cell": "awsui_header-cell_1spae_1951e_93",
5
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_1951e_105",
6
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_1951e_108",
7
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1951e_108",
8
+ "header-cell-hidden": "awsui_header-cell-hidden_1spae_1951e_111",
9
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_1951e_114",
10
+ "header-cell-resizable": "awsui_header-cell-resizable_1spae_1951e_129",
11
+ "sorting-icon": "awsui_sorting-icon_1spae_1951e_133",
12
+ "edit-icon": "awsui_edit-icon_1spae_1951e_141",
13
+ "header-cell-content": "awsui_header-cell-content_1spae_1951e_147",
14
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1951e_176",
15
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_1951e_194",
16
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_1951e_194",
17
+ "header-cell-text": "awsui_header-cell-text_1spae_1951e_208",
18
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1951e_213",
19
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_1951e_219",
20
+ "header-cell-descending": "awsui_header-cell-descending_1spae_1951e_220",
21
+ "is-visual-refresh": "awsui_is-visual-refresh_1spae_1951e_230",
22
+ "has-striped-rows": "awsui_has-striped-rows_1spae_1951e_241"
23
+ };
24
+