@cloudscape-design/components-themeable 3.0.1329 → 3.0.1331

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 (323) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/constants.scss +1 -1
  3. package/lib/internal/scss/app-layout/visual-refresh-toolbar/drawer/styles.scss +16 -1
  4. package/lib/internal/scss/app-layout/visual-refresh-toolbar/toolbar/styles.scss +20 -7
  5. package/lib/internal/scss/button/constants.scss +2 -2
  6. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  7. package/lib/internal/template/action-card/styles.css.js +17 -17
  8. package/lib/internal/template/action-card/styles.scoped.css +189 -189
  9. package/lib/internal/template/action-card/styles.selectors.js +17 -17
  10. package/lib/internal/template/alert/styles.css.js +27 -27
  11. package/lib/internal/template/alert/styles.scoped.css +53 -53
  12. package/lib/internal/template/alert/styles.selectors.js +27 -27
  13. package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
  14. package/lib/internal/template/anchor-navigation/styles.scoped.css +32 -32
  15. package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
  16. package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
  17. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +25 -25
  18. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
  19. package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
  20. package/lib/internal/template/app-layout/toggles/styles.scoped.css +10 -10
  21. package/lib/internal/template/app-layout/toggles/styles.selectors.js +2 -2
  22. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
  23. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +178 -178
  24. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
  25. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  26. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +114 -102
  27. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  28. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +29 -29
  29. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +67 -67
  30. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +29 -29
  31. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +14 -14
  32. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +52 -42
  33. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +14 -14
  34. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.css.js +6 -6
  35. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.scoped.css +22 -22
  36. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.selectors.js +6 -6
  37. package/lib/internal/template/area-chart/styles.css.js +6 -6
  38. package/lib/internal/template/area-chart/styles.scoped.css +14 -14
  39. package/lib/internal/template/area-chart/styles.selectors.js +6 -6
  40. package/lib/internal/template/attribute-editor/styles.css.js +15 -15
  41. package/lib/internal/template/attribute-editor/styles.scoped.css +27 -27
  42. package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
  43. package/lib/internal/template/badge/styles.css.js +10 -10
  44. package/lib/internal/template/badge/styles.scoped.css +15 -15
  45. package/lib/internal/template/badge/styles.selectors.js +10 -10
  46. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  47. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +33 -33
  48. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  49. package/lib/internal/template/breadcrumb-group/styles.css.js +14 -14
  50. package/lib/internal/template/breadcrumb-group/styles.scoped.css +29 -29
  51. package/lib/internal/template/breadcrumb-group/styles.selectors.js +14 -14
  52. package/lib/internal/template/button/styles.css.js +22 -22
  53. package/lib/internal/template/button/styles.scoped.css +89 -89
  54. package/lib/internal/template/button/styles.selectors.js +22 -22
  55. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +18 -18
  56. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +43 -43
  57. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +18 -18
  58. package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
  59. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +43 -43
  60. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
  61. package/lib/internal/template/button-dropdown/styles.css.js +23 -23
  62. package/lib/internal/template/button-dropdown/styles.scoped.css +37 -37
  63. package/lib/internal/template/button-dropdown/styles.selectors.js +23 -23
  64. package/lib/internal/template/button-group/styles.css.js +4 -4
  65. package/lib/internal/template/button-group/styles.scoped.css +5 -5
  66. package/lib/internal/template/button-group/styles.selectors.js +4 -4
  67. package/lib/internal/template/calendar/styles.css.js +21 -21
  68. package/lib/internal/template/calendar/styles.scoped.css +76 -76
  69. package/lib/internal/template/calendar/styles.selectors.js +21 -21
  70. package/lib/internal/template/checkbox/styles.css.js +3 -3
  71. package/lib/internal/template/checkbox/styles.scoped.css +9 -9
  72. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  73. package/lib/internal/template/code-editor/styles.css.js +33 -33
  74. package/lib/internal/template/code-editor/styles.scoped.css +246 -246
  75. package/lib/internal/template/code-editor/styles.selectors.js +33 -33
  76. package/lib/internal/template/collection-preferences/styles.css.js +38 -38
  77. package/lib/internal/template/collection-preferences/styles.scoped.css +49 -49
  78. package/lib/internal/template/collection-preferences/styles.selectors.js +38 -38
  79. package/lib/internal/template/column-layout/flexible-column-layout/styles.css.js +5 -5
  80. package/lib/internal/template/column-layout/flexible-column-layout/styles.scoped.css +9 -9
  81. package/lib/internal/template/column-layout/flexible-column-layout/styles.selectors.js +5 -5
  82. package/lib/internal/template/column-layout/styles.css.js +13 -13
  83. package/lib/internal/template/column-layout/styles.scoped.css +46 -46
  84. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  85. package/lib/internal/template/container/styles.css.js +33 -33
  86. package/lib/internal/template/container/styles.scoped.css +102 -102
  87. package/lib/internal/template/container/styles.selectors.js +33 -33
  88. package/lib/internal/template/date-picker/styles.css.js +7 -7
  89. package/lib/internal/template/date-picker/styles.scoped.css +13 -13
  90. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  91. package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +30 -30
  92. package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +89 -89
  93. package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +30 -30
  94. package/lib/internal/template/date-range-picker/styles.css.js +23 -23
  95. package/lib/internal/template/date-range-picker/styles.scoped.css +40 -40
  96. package/lib/internal/template/date-range-picker/styles.selectors.js +23 -23
  97. package/lib/internal/template/divider/styles.css.js +6 -6
  98. package/lib/internal/template/divider/styles.scoped.css +9 -9
  99. package/lib/internal/template/divider/styles.selectors.js +6 -6
  100. package/lib/internal/template/drawer/styles.css.js +29 -29
  101. package/lib/internal/template/drawer/styles.scoped.css +45 -45
  102. package/lib/internal/template/drawer/styles.selectors.js +29 -29
  103. package/lib/internal/template/dropdown/styles.css.js +20 -20
  104. package/lib/internal/template/dropdown/styles.scoped.css +50 -50
  105. package/lib/internal/template/dropdown/styles.selectors.js +20 -20
  106. package/lib/internal/template/expandable-section/styles.css.js +35 -35
  107. package/lib/internal/template/expandable-section/styles.scoped.css +94 -94
  108. package/lib/internal/template/expandable-section/styles.selectors.js +35 -35
  109. package/lib/internal/template/file-dropzone/styles.css.js +3 -3
  110. package/lib/internal/template/file-dropzone/styles.scoped.css +7 -7
  111. package/lib/internal/template/file-dropzone/styles.selectors.js +3 -3
  112. package/lib/internal/template/file-input/styles.css.js +5 -5
  113. package/lib/internal/template/file-input/styles.scoped.css +16 -16
  114. package/lib/internal/template/file-input/styles.selectors.js +5 -5
  115. package/lib/internal/template/file-token-group/styles.css.js +23 -23
  116. package/lib/internal/template/file-token-group/styles.scoped.css +45 -45
  117. package/lib/internal/template/file-token-group/styles.selectors.js +23 -23
  118. package/lib/internal/template/flashbar/styles.css.js +50 -50
  119. package/lib/internal/template/flashbar/styles.scoped.css +171 -171
  120. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  121. package/lib/internal/template/form-field/styles.css.js +24 -24
  122. package/lib/internal/template/form-field/styles.scoped.css +39 -39
  123. package/lib/internal/template/form-field/styles.selectors.js +24 -24
  124. package/lib/internal/template/header/styles.css.js +35 -35
  125. package/lib/internal/template/header/styles.scoped.css +60 -60
  126. package/lib/internal/template/header/styles.selectors.js +35 -35
  127. package/lib/internal/template/help-panel/styles.css.js +6 -6
  128. package/lib/internal/template/help-panel/styles.scoped.css +74 -74
  129. package/lib/internal/template/help-panel/styles.selectors.js +6 -6
  130. package/lib/internal/template/icon/styles.css.js +41 -41
  131. package/lib/internal/template/icon/styles.scoped.css +97 -97
  132. package/lib/internal/template/icon/styles.selectors.js +41 -41
  133. package/lib/internal/template/input/styles.css.js +18 -18
  134. package/lib/internal/template/input/styles.scoped.css +64 -64
  135. package/lib/internal/template/input/styles.selectors.js +18 -18
  136. package/lib/internal/template/internal/base-component/styles.scoped.css +156 -135
  137. package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
  138. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +64 -64
  139. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
  140. package/lib/internal/template/internal/components/cartesian-chart/styles.css.js +28 -28
  141. package/lib/internal/template/internal/components/cartesian-chart/styles.scoped.css +34 -34
  142. package/lib/internal/template/internal/components/cartesian-chart/styles.selectors.js +28 -28
  143. package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
  144. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +18 -18
  145. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
  146. package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +9 -9
  147. package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +10 -10
  148. package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +9 -9
  149. package/lib/internal/template/internal/components/drag-handle/styles.css.js +14 -14
  150. package/lib/internal/template/internal/components/drag-handle/styles.scoped.css +23 -23
  151. package/lib/internal/template/internal/components/drag-handle/styles.selectors.js +14 -14
  152. package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
  153. package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +5 -5
  154. package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
  155. package/lib/internal/template/internal/components/expand-toggle-button/styles.css.js +4 -4
  156. package/lib/internal/template/internal/components/expand-toggle-button/styles.scoped.css +17 -17
  157. package/lib/internal/template/internal/components/expand-toggle-button/styles.selectors.js +4 -4
  158. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  159. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +17 -17
  160. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  161. package/lib/internal/template/internal/components/options-list/styles.css.js +3 -3
  162. package/lib/internal/template/internal/components/options-list/styles.scoped.css +7 -7
  163. package/lib/internal/template/internal/components/options-list/styles.selectors.js +3 -3
  164. package/lib/internal/template/internal/components/panel-resize-handle/styles.css.js +3 -3
  165. package/lib/internal/template/internal/components/panel-resize-handle/styles.scoped.css +11 -11
  166. package/lib/internal/template/internal/components/panel-resize-handle/styles.selectors.js +3 -3
  167. package/lib/internal/template/internal/components/radio-button/styles.css.js +7 -7
  168. package/lib/internal/template/internal/components/radio-button/styles.scoped.css +16 -16
  169. package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
  170. package/lib/internal/template/internal/components/selectable-item/styles.css.js +22 -22
  171. package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +87 -87
  172. package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +22 -22
  173. package/lib/internal/template/internal/components/sortable-area/styles.css.js +8 -8
  174. package/lib/internal/template/internal/components/sortable-area/styles.scoped.css +39 -39
  175. package/lib/internal/template/internal/components/sortable-area/styles.selectors.js +8 -8
  176. package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
  177. package/lib/internal/template/internal/components/token-list/styles.scoped.css +32 -32
  178. package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
  179. package/lib/internal/template/internal/environment.js +2 -2
  180. package/lib/internal/template/internal/environment.json +2 -2
  181. package/lib/internal/template/internal/generated/styles/tokens.d.ts +3 -0
  182. package/lib/internal/template/internal/generated/styles/tokens.js +3 -0
  183. package/lib/internal/template/internal/generated/theming/index.cjs +96 -0
  184. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +27 -0
  185. package/lib/internal/template/internal/generated/theming/index.d.ts +27 -0
  186. package/lib/internal/template/internal/generated/theming/index.js +96 -0
  187. package/lib/internal/template/internal/utils/date-time/format-date-localized.d.ts.map +1 -1
  188. package/lib/internal/template/internal/utils/date-time/format-date-localized.js +4 -3
  189. package/lib/internal/template/internal/utils/date-time/format-date-localized.js.map +1 -1
  190. package/lib/internal/template/internal/utils/date-time/intl-date-time-format-cache.d.ts +2 -0
  191. package/lib/internal/template/internal/utils/date-time/intl-date-time-format-cache.d.ts.map +1 -0
  192. package/lib/internal/template/internal/utils/date-time/intl-date-time-format-cache.js +27 -0
  193. package/lib/internal/template/internal/utils/date-time/intl-date-time-format-cache.js.map +1 -0
  194. package/lib/internal/template/item-card/styles.css.js +14 -14
  195. package/lib/internal/template/item-card/styles.scoped.css +63 -63
  196. package/lib/internal/template/item-card/styles.selectors.js +14 -14
  197. package/lib/internal/template/key-value-pairs/styles.css.js +8 -8
  198. package/lib/internal/template/key-value-pairs/styles.scoped.css +10 -10
  199. package/lib/internal/template/key-value-pairs/styles.selectors.js +8 -8
  200. package/lib/internal/template/link/styles.css.js +21 -21
  201. package/lib/internal/template/link/styles.scoped.css +88 -88
  202. package/lib/internal/template/link/styles.selectors.js +21 -21
  203. package/lib/internal/template/list/styles.css.js +5 -5
  204. package/lib/internal/template/list/styles.scoped.css +8 -8
  205. package/lib/internal/template/list/styles.selectors.js +5 -5
  206. package/lib/internal/template/mixed-line-bar-chart/styles.css.js +11 -11
  207. package/lib/internal/template/mixed-line-bar-chart/styles.scoped.css +21 -21
  208. package/lib/internal/template/mixed-line-bar-chart/styles.selectors.js +11 -11
  209. package/lib/internal/template/modal/styles.css.js +31 -31
  210. package/lib/internal/template/modal/styles.scoped.css +56 -56
  211. package/lib/internal/template/modal/styles.selectors.js +31 -31
  212. package/lib/internal/template/pagination/styles.css.js +11 -11
  213. package/lib/internal/template/pagination/styles.scoped.css +35 -35
  214. package/lib/internal/template/pagination/styles.selectors.js +11 -11
  215. package/lib/internal/template/panel-layout/styles.css.js +7 -7
  216. package/lib/internal/template/panel-layout/styles.scoped.css +18 -18
  217. package/lib/internal/template/panel-layout/styles.selectors.js +7 -7
  218. package/lib/internal/template/pie-chart/styles.css.js +27 -27
  219. package/lib/internal/template/pie-chart/styles.scoped.css +49 -49
  220. package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
  221. package/lib/internal/template/popover/styles.css.js +58 -58
  222. package/lib/internal/template/popover/styles.scoped.css +110 -110
  223. package/lib/internal/template/popover/styles.selectors.js +58 -58
  224. package/lib/internal/template/prompt-input/styles.css.js +26 -26
  225. package/lib/internal/template/prompt-input/styles.scoped.css +102 -102
  226. package/lib/internal/template/prompt-input/styles.selectors.js +26 -26
  227. package/lib/internal/template/property-filter/filtering-token/styles.css.js +18 -18
  228. package/lib/internal/template/property-filter/filtering-token/styles.scoped.css +57 -57
  229. package/lib/internal/template/property-filter/filtering-token/styles.selectors.js +18 -18
  230. package/lib/internal/template/property-filter/styles.css.js +39 -39
  231. package/lib/internal/template/property-filter/styles.scoped.css +46 -46
  232. package/lib/internal/template/property-filter/styles.selectors.js +39 -39
  233. package/lib/internal/template/s3-resource-selector/s3-in-context/styles.css.js +7 -7
  234. package/lib/internal/template/s3-resource-selector/s3-in-context/styles.scoped.css +10 -10
  235. package/lib/internal/template/s3-resource-selector/s3-in-context/styles.selectors.js +7 -7
  236. package/lib/internal/template/segmented-control/styles.css.js +16 -16
  237. package/lib/internal/template/segmented-control/styles.scoped.css +51 -51
  238. package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
  239. package/lib/internal/template/select/parts/styles.css.js +21 -21
  240. package/lib/internal/template/select/parts/styles.scoped.css +24 -24
  241. package/lib/internal/template/select/parts/styles.selectors.js +21 -21
  242. package/lib/internal/template/side-navigation/styles.css.js +47 -47
  243. package/lib/internal/template/side-navigation/styles.scoped.css +94 -94
  244. package/lib/internal/template/side-navigation/styles.selectors.js +47 -47
  245. package/lib/internal/template/skeleton/styles.css.js +15 -15
  246. package/lib/internal/template/skeleton/styles.scoped.css +29 -29
  247. package/lib/internal/template/skeleton/styles.selectors.js +15 -15
  248. package/lib/internal/template/split-panel/styles.css.js +38 -38
  249. package/lib/internal/template/split-panel/styles.scoped.css +62 -62
  250. package/lib/internal/template/split-panel/styles.selectors.js +38 -38
  251. package/lib/internal/template/status-indicator/styles.css.js +24 -24
  252. package/lib/internal/template/status-indicator/styles.scoped.css +55 -55
  253. package/lib/internal/template/status-indicator/styles.selectors.js +24 -24
  254. package/lib/internal/template/steps/styles.css.js +12 -12
  255. package/lib/internal/template/steps/styles.scoped.css +22 -22
  256. package/lib/internal/template/steps/styles.selectors.js +12 -12
  257. package/lib/internal/template/table/body-cell/styles.css.js +48 -48
  258. package/lib/internal/template/table/body-cell/styles.scoped.css +825 -825
  259. package/lib/internal/template/table/body-cell/styles.selectors.js +48 -48
  260. package/lib/internal/template/table/header-cell/styles.css.js +33 -33
  261. package/lib/internal/template/table/header-cell/styles.scoped.css +108 -108
  262. package/lib/internal/template/table/header-cell/styles.selectors.js +33 -33
  263. package/lib/internal/template/table/internal.d.ts.map +1 -1
  264. package/lib/internal/template/table/internal.js +16 -17
  265. package/lib/internal/template/table/internal.js.map +1 -1
  266. package/lib/internal/template/table/resizer/styles.css.js +17 -17
  267. package/lib/internal/template/table/resizer/styles.scoped.css +34 -34
  268. package/lib/internal/template/table/resizer/styles.selectors.js +17 -17
  269. package/lib/internal/template/table/sticky-scrollbar/styles.css.js +6 -6
  270. package/lib/internal/template/table/sticky-scrollbar/styles.scoped.css +11 -11
  271. package/lib/internal/template/table/sticky-scrollbar/styles.selectors.js +6 -6
  272. package/lib/internal/template/table/styles.css.js +36 -36
  273. package/lib/internal/template/table/styles.scoped.css +55 -55
  274. package/lib/internal/template/table/styles.selectors.js +36 -36
  275. package/lib/internal/template/table/use-column-widths.d.ts.map +1 -1
  276. package/lib/internal/template/table/use-column-widths.js +26 -6
  277. package/lib/internal/template/table/use-column-widths.js.map +1 -1
  278. package/lib/internal/template/tabs/styles.css.js +30 -30
  279. package/lib/internal/template/tabs/styles.scoped.css +74 -74
  280. package/lib/internal/template/tabs/styles.selectors.js +30 -30
  281. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  282. package/lib/internal/template/tag-editor/styles.scoped.css +16 -16
  283. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  284. package/lib/internal/template/text-content/styles.css.js +1 -1
  285. package/lib/internal/template/text-content/styles.scoped.css +66 -66
  286. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  287. package/lib/internal/template/textarea/styles.css.js +5 -5
  288. package/lib/internal/template/textarea/styles.scoped.css +36 -36
  289. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  290. package/lib/internal/template/tiles/styles.css.js +30 -30
  291. package/lib/internal/template/tiles/styles.scoped.css +88 -88
  292. package/lib/internal/template/tiles/styles.selectors.js +30 -30
  293. package/lib/internal/template/toggle/styles.css.js +10 -10
  294. package/lib/internal/template/toggle/styles.scoped.css +21 -21
  295. package/lib/internal/template/toggle/styles.selectors.js +10 -10
  296. package/lib/internal/template/token/styles.css.js +14 -14
  297. package/lib/internal/template/token/styles.scoped.css +49 -49
  298. package/lib/internal/template/token/styles.selectors.js +14 -14
  299. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  300. package/lib/internal/template/top-navigation/styles.scoped.css +80 -80
  301. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  302. package/lib/internal/template/tree-view/tree-item/styles.css.js +10 -10
  303. package/lib/internal/template/tree-view/tree-item/styles.scoped.css +20 -20
  304. package/lib/internal/template/tree-view/tree-item/styles.selectors.js +10 -10
  305. package/lib/internal/template/tree-view/vertical-connector/styles.css.js +3 -3
  306. package/lib/internal/template/tree-view/vertical-connector/styles.scoped.css +6 -6
  307. package/lib/internal/template/tree-view/vertical-connector/styles.selectors.js +3 -3
  308. package/lib/internal/template/truncated-text/styles.css.js +1 -1
  309. package/lib/internal/template/truncated-text/styles.scoped.css +9 -9
  310. package/lib/internal/template/truncated-text/styles.selectors.js +1 -1
  311. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  312. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +23 -23
  313. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  314. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  315. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +41 -41
  316. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  317. package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
  318. package/lib/internal/template/tutorial-panel/styles.scoped.css +9 -9
  319. package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
  320. package/lib/internal/template/wizard/styles.css.js +30 -30
  321. package/lib/internal/template/wizard/styles.scoped.css +73 -73
  322. package/lib/internal/template/wizard/styles.selectors.js +30 -30
  323. package/package.json +1 -1
@@ -146,11 +146,11 @@
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_eevyv_149:not(#\9) {
149
+ .awsui_header-cell_1spae_wqnmg_149:not(#\9) {
150
150
  position: relative;
151
151
  text-align: start;
152
152
  box-sizing: border-box;
153
- border-block-end: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
153
+ border-block-end: var(--border-divider-list-width-2qbfmz, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
154
154
  background: var(--color-background-table-header-5hauij, #fafafa);
155
155
  color: var(--color-text-column-header-hm90p0, #545b64);
156
156
  font-weight: var(--font-weight-heading-s-qxvrar, 700);
@@ -159,14 +159,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
159
159
  padding-block: var(--space-scaled-xxs-jatbiv, 4px);
160
160
  padding-inline: var(--space-scaled-xs-sppte9, 8px);
161
161
  }
162
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149:not(#\9):focus {
162
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149:not(#\9):focus {
163
163
  position: relative;
164
164
  }
165
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149:not(#\9):focus {
165
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149:not(#\9):focus {
166
166
  outline: 2px dotted transparent;
167
167
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
168
168
  }
169
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149:not(#\9):focus::before {
169
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149:not(#\9):focus::before {
170
170
  content: " ";
171
171
  display: block;
172
172
  position: absolute;
@@ -174,20 +174,20 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149:not(#\9):
174
174
  inset-block-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)));
175
175
  inline-size: calc(100% + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)) + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)));
176
176
  block-size: calc(100% + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)) + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)));
177
- border-start-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
178
- border-start-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
179
- border-end-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
180
- border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
177
+ border-start-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
178
+ border-start-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
179
+ border-end-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
180
+ border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
181
181
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
182
182
  }
183
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_header-cell-fake-focus_1spae_eevyv_183:not(#\9) {
183
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-fake-focus_1spae_wqnmg_183:not(#\9) {
184
184
  position: relative;
185
185
  }
186
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_header-cell-fake-focus_1spae_eevyv_183:not(#\9) {
186
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-fake-focus_1spae_wqnmg_183:not(#\9) {
187
187
  outline: 2px dotted transparent;
188
188
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
189
189
  }
190
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_header-cell-fake-focus_1spae_eevyv_183:not(#\9)::before {
190
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-fake-focus_1spae_wqnmg_183:not(#\9)::before {
191
191
  content: " ";
192
192
  display: block;
193
193
  position: absolute;
@@ -195,42 +195,42 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_hea
195
195
  inset-block-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)));
196
196
  inline-size: calc(100% + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)) + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)));
197
197
  block-size: calc(100% + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)) + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)));
198
- border-start-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
199
- border-start-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
200
- border-end-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
201
- border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
198
+ border-start-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
199
+ border-start-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
200
+ border-end-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
201
+ border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
202
202
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
203
203
  }
204
- .awsui_header-cell_1spae_eevyv_149.awsui_header-cell-group_1spae_eevyv_204:not(#\9), .awsui_header-cell_1spae_eevyv_149.awsui_header-cell-grouped_1spae_eevyv_204:not(#\9), .awsui_header-cell_1spae_eevyv_149.awsui_header-cell-spans-rows_1spae_eevyv_204:not(#\9) {
204
+ .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-group_1spae_wqnmg_204:not(#\9), .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-grouped_1spae_wqnmg_204:not(#\9), .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-spans-rows_1spae_wqnmg_204:not(#\9) {
205
205
  padding-block: var(--space-xxxs-3w1kr2, 2px);
206
206
  padding-inline: var(--space-scaled-xs-sppte9, 8px);
207
207
  border-block-end-color: var(--color-border-divider-table-group-enot8o, #879596);
208
208
  }
209
- .awsui_header-cell_1spae_eevyv_149.awsui_header-cell-group_1spae_eevyv_204 > .awsui_resize-divider_1spae_eevyv_209.awsui_resize-divider_1spae_eevyv_209:not(#\9), .awsui_header-cell_1spae_eevyv_149.awsui_header-cell-grouped_1spae_eevyv_204 > .awsui_resize-divider_1spae_eevyv_209.awsui_resize-divider_1spae_eevyv_209:not(#\9), .awsui_header-cell_1spae_eevyv_149.awsui_header-cell-spans-rows_1spae_eevyv_204 > .awsui_resize-divider_1spae_eevyv_209.awsui_resize-divider_1spae_eevyv_209:not(#\9) {
209
+ .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-group_1spae_wqnmg_204 > .awsui_resize-divider_1spae_wqnmg_209.awsui_resize-divider_1spae_wqnmg_209:not(#\9), .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-grouped_1spae_wqnmg_204 > .awsui_resize-divider_1spae_wqnmg_209.awsui_resize-divider_1spae_wqnmg_209:not(#\9), .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-spans-rows_1spae_wqnmg_204 > .awsui_resize-divider_1spae_wqnmg_209.awsui_resize-divider_1spae_wqnmg_209:not(#\9) {
210
210
  border-inline-start-color: var(--color-border-divider-table-group-enot8o, #879596);
211
211
  }
212
- .awsui_header-cell-sticky_1spae_eevyv_212:not(#\9) {
213
- border-block-end: var(--border-table-sticky-width-o9kqes, 0px) solid var(--color-border-divider-default-ipvpev, #eaeded);
212
+ .awsui_header-cell-sticky_1spae_wqnmg_212:not(#\9) {
213
+ border-block-end: var(--border-table-sticky-width-0njdoj, 0px) solid var(--color-border-divider-default-ipvpev, #eaeded);
214
214
  }
215
- .awsui_header-cell-sticky_1spae_eevyv_212.awsui_header-cell-group_1spae_eevyv_204:not(#\9), .awsui_header-cell-sticky_1spae_eevyv_212.awsui_header-cell-grouped_1spae_eevyv_204:not(#\9), .awsui_header-cell-sticky_1spae_eevyv_212.awsui_header-cell-spans-rows_1spae_eevyv_204:not(#\9) {
215
+ .awsui_header-cell-sticky_1spae_wqnmg_212.awsui_header-cell-group_1spae_wqnmg_204:not(#\9), .awsui_header-cell-sticky_1spae_wqnmg_212.awsui_header-cell-grouped_1spae_wqnmg_204:not(#\9), .awsui_header-cell-sticky_1spae_wqnmg_212.awsui_header-cell-spans-rows_1spae_wqnmg_204:not(#\9) {
216
216
  border-block-end-color: var(--color-border-divider-table-group-enot8o, #879596);
217
217
  }
218
- .awsui_header-cell-stuck_1spae_eevyv_218:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_eevyv_218) {
218
+ .awsui_header-cell-stuck_1spae_wqnmg_218:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_wqnmg_218) {
219
219
  border-block-end-color: transparent;
220
220
  }
221
- .awsui_header-cell-variant-full-page_1spae_eevyv_218:not(#\9) {
221
+ .awsui_header-cell-variant-full-page_1spae_wqnmg_218:not(#\9) {
222
222
  background: var(--color-background-layout-main-05m5y6, #f2f3f3);
223
223
  }
224
- .awsui_header-cell-variant-full-page_1spae_eevyv_218.awsui_header-cell-hidden_1spae_eevyv_224:not(#\9) {
224
+ .awsui_header-cell-variant-full-page_1spae_wqnmg_218.awsui_header-cell-hidden_1spae_wqnmg_224:not(#\9) {
225
225
  border-block-end-color: transparent;
226
226
  }
227
- .awsui_header-cell-variant-embedded_1spae_eevyv_227.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_eevyv_212, .awsui_sticky-cell_1spae_eevyv_227)), .awsui_header-cell-variant-borderless_1spae_eevyv_227.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_eevyv_212, .awsui_sticky-cell_1spae_eevyv_227)) {
227
+ .awsui_header-cell-variant-embedded_1spae_wqnmg_227.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_wqnmg_212, .awsui_sticky-cell_1spae_wqnmg_227)), .awsui_header-cell-variant-borderless_1spae_wqnmg_227.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_wqnmg_212, .awsui_sticky-cell_1spae_wqnmg_227)) {
228
228
  background: none;
229
229
  }
230
- .awsui_header-cell_1spae_eevyv_149:not(#\9):last-child, .awsui_header-cell_1spae_eevyv_149[data-rightmost]:not(#\9), .awsui_header-cell_1spae_eevyv_149.awsui_header-cell-sortable_1spae_eevyv_230:not(#\9) {
230
+ .awsui_header-cell_1spae_wqnmg_149:not(#\9):last-child, .awsui_header-cell_1spae_wqnmg_149[data-rightmost]:not(#\9), .awsui_header-cell_1spae_wqnmg_149.awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9) {
231
231
  padding-inline-end: var(--space-xs-kw7k3v, 8px);
232
232
  }
233
- .awsui_header-cell_1spae_eevyv_149.awsui_sticky-cell_1spae_eevyv_227:not(#\9) {
233
+ .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell_1spae_wqnmg_227:not(#\9) {
234
234
  position: sticky;
235
235
  background: var(--color-background-table-header-5hauij, #fafafa);
236
236
  z-index: 798;
@@ -239,44 +239,44 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_hea
239
239
  transition-timing-function: var(--motion-easing-sticky-xd5evu, ease-out);
240
240
  }
241
241
  @media (prefers-reduced-motion: reduce) {
242
- .awsui_header-cell_1spae_eevyv_149.awsui_sticky-cell_1spae_eevyv_227:not(#\9) {
242
+ .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell_1spae_wqnmg_227:not(#\9) {
243
243
  animation: none;
244
244
  transition: none;
245
245
  }
246
246
  }
247
- .awsui-motion-disabled .awsui_header-cell_1spae_eevyv_149.awsui_sticky-cell_1spae_eevyv_227:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_eevyv_149.awsui_sticky-cell_1spae_eevyv_227:not(#\9) {
247
+ .awsui-motion-disabled .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell_1spae_wqnmg_227:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell_1spae_wqnmg_227:not(#\9) {
248
248
  animation: none;
249
249
  transition: none;
250
250
  }
251
- .awsui_header-cell_1spae_eevyv_149.awsui_sticky-cell_1spae_eevyv_227.awsui_table-variant-full-page_1spae_eevyv_251:not(#\9) {
251
+ .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell_1spae_wqnmg_227.awsui_table-variant-full-page_1spae_wqnmg_251:not(#\9) {
252
252
  background: var(--color-background-layout-main-05m5y6, #f2f3f3);
253
253
  }
254
- .awsui_header-cell_1spae_eevyv_149.awsui_sticky-cell-pad-left_1spae_eevyv_254:not(#\9):not(.awsui_has-selection_1spae_eevyv_254) {
254
+ .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell-pad-left_1spae_wqnmg_254:not(#\9):not(.awsui_has-selection_1spae_wqnmg_254) {
255
255
  padding-inline-start: var(--space-table-horizontal-xmv4qa, 0px);
256
256
  }
257
- .awsui_header-cell_1spae_eevyv_149.awsui_sticky-cell-last-inline-start_1spae_eevyv_257:not(#\9) {
257
+ .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell-last-inline-start_1spae_wqnmg_257:not(#\9) {
258
258
  box-shadow: var(--shadow-sticky-column-first-vya346, 4px 0 8px 0 rgba(0, 28, 36, 0.1));
259
259
  clip-path: inset(0px -24px 0px 0px);
260
260
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
261
261
  }
262
- .awsui_header-cell_1spae_eevyv_149.awsui_sticky-cell-last-inline-start_1spae_eevyv_257 > .awsui_resize-divider_1spae_eevyv_209:not(#\9) {
262
+ .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell-last-inline-start_1spae_wqnmg_257 > .awsui_resize-divider_1spae_wqnmg_209:not(#\9) {
263
263
  display: none;
264
264
  }
265
- .awsui_header-cell_1spae_eevyv_149.awsui_sticky-cell-last-inline-start_1spae_eevyv_257:not(#\9):dir(rtl) {
265
+ .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell-last-inline-start_1spae_wqnmg_257:not(#\9):dir(rtl) {
266
266
  box-shadow: var(--shadow-sticky-column-last-02l85g, -4px 0 8px 0 rgba(0, 28, 36, 0.1));
267
267
  clip-path: inset(0 0 0 -24px);
268
268
  }
269
- .awsui_header-cell_1spae_eevyv_149.awsui_sticky-cell-last-inline-end_1spae_eevyv_269:not(#\9) {
269
+ .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell-last-inline-end_1spae_wqnmg_269:not(#\9) {
270
270
  box-shadow: var(--shadow-sticky-column-last-02l85g, -4px 0 8px 0 rgba(0, 28, 36, 0.1));
271
271
  clip-path: inset(0 0 0 -24px);
272
272
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
273
273
  }
274
- .awsui_header-cell_1spae_eevyv_149.awsui_sticky-cell-last-inline-end_1spae_eevyv_269:not(#\9):dir(rtl) {
274
+ .awsui_header-cell_1spae_wqnmg_149.awsui_sticky-cell-last-inline-end_1spae_wqnmg_269:not(#\9):dir(rtl) {
275
275
  box-shadow: var(--shadow-sticky-column-first-vya346, 4px 0 8px 0 rgba(0, 28, 36, 0.1));
276
276
  clip-path: inset(0 -24px 0 0);
277
277
  }
278
278
 
279
- .awsui_sorting-icon_1spae_eevyv_279:not(#\9) {
279
+ .awsui_sorting-icon_1spae_wqnmg_279:not(#\9) {
280
280
  position: absolute;
281
281
  inset-block-start: 50%;
282
282
  transform: translateY(-50%);
@@ -284,39 +284,39 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_hea
284
284
  color: var(--color-text-column-sorting-icon-gys874, #687078);
285
285
  }
286
286
 
287
- .awsui_edit-icon_1spae_eevyv_287:not(#\9) {
287
+ .awsui_edit-icon_1spae_wqnmg_287:not(#\9) {
288
288
  margin-inline-start: var(--space-xxs-jnczic, 4px);
289
289
  margin-block-start: var(--space-scaled-xxs-jatbiv, 4px);
290
290
  color: inherit;
291
291
  }
292
292
 
293
- .awsui_header-cell-content_1spae_eevyv_293:not(#\9) {
293
+ .awsui_header-cell-content_1spae_wqnmg_293:not(#\9) {
294
294
  position: relative;
295
295
  padding-block: var(--space-scaled-xxs-jatbiv, 4px);
296
296
  padding-inline-end: var(--space-s-4a5hs8, 12px);
297
297
  padding-inline-start: var(--space-s-4a5hs8, 12px);
298
298
  }
299
- .awsui_header-cell-content_1spae_eevyv_293.awsui_header-cell-content-expandable_1spae_eevyv_299:not(#\9) {
299
+ .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-content-expandable_1spae_wqnmg_299:not(#\9) {
300
300
  padding-inline-start: calc(var(--space-s-4a5hs8, 12px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
301
301
  }
302
- .awsui_header-cell-group_1spae_eevyv_204 > .awsui_header-cell-content_1spae_eevyv_293:not(#\9), .awsui_header-cell-grouped_1spae_eevyv_204 > .awsui_header-cell-content_1spae_eevyv_293:not(#\9), .awsui_header-cell-spans-rows_1spae_eevyv_204 > .awsui_header-cell-content_1spae_eevyv_293:not(#\9) {
302
+ .awsui_header-cell-group_1spae_wqnmg_204 > .awsui_header-cell-content_1spae_wqnmg_293:not(#\9), .awsui_header-cell-grouped_1spae_wqnmg_204 > .awsui_header-cell-content_1spae_wqnmg_293:not(#\9), .awsui_header-cell-spans-rows_1spae_wqnmg_204 > .awsui_header-cell-content_1spae_wqnmg_293:not(#\9) {
303
303
  padding-block: var(--space-xxxs-3w1kr2, 2px);
304
304
  }
305
- .awsui_header-cell-sortable_1spae_eevyv_230 > .awsui_header-cell-content_1spae_eevyv_293:not(#\9) {
305
+ .awsui_header-cell-sortable_1spae_wqnmg_230 > .awsui_header-cell-content_1spae_wqnmg_293:not(#\9) {
306
306
  padding-inline-end: calc(var(--space-xl-4dmkh1, 24px) + var(--space-xxs-jnczic, 4px));
307
307
  }
308
- .awsui_header-cell-content_1spae_eevyv_293:not(#\9):focus {
308
+ .awsui_header-cell-content_1spae_wqnmg_293:not(#\9):focus {
309
309
  outline: none;
310
310
  text-decoration: none;
311
311
  }
312
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_eevyv_293:not(#\9):focus {
312
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293:not(#\9):focus {
313
313
  position: relative;
314
314
  }
315
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_eevyv_293:not(#\9):focus {
315
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293:not(#\9):focus {
316
316
  outline: 2px dotted transparent;
317
317
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)) - 1px);
318
318
  }
319
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_eevyv_293:not(#\9):focus::before {
319
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293:not(#\9):focus::before {
320
320
  content: " ";
321
321
  display: block;
322
322
  position: absolute;
@@ -324,20 +324,20 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_eevyv_293:n
324
324
  inset-block-start: calc(-1 * calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)));
325
325
  inline-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)));
326
326
  block-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)));
327
- border-start-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
328
- border-start-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
329
- border-end-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
330
- border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
327
+ border-start-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
328
+ border-start-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
329
+ border-end-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
330
+ border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
331
331
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
332
332
  }
333
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_eevyv_293.awsui_header-cell-fake-focus_1spae_eevyv_183:not(#\9) {
333
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-fake-focus_1spae_wqnmg_183:not(#\9) {
334
334
  position: relative;
335
335
  }
336
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_eevyv_293.awsui_header-cell-fake-focus_1spae_eevyv_183:not(#\9) {
336
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-fake-focus_1spae_wqnmg_183:not(#\9) {
337
337
  outline: 2px dotted transparent;
338
338
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)) - 1px);
339
339
  }
340
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_eevyv_293.awsui_header-cell-fake-focus_1spae_eevyv_183:not(#\9)::before {
340
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-fake-focus_1spae_wqnmg_183:not(#\9)::before {
341
341
  content: " ";
342
342
  display: block;
343
343
  position: absolute;
@@ -345,55 +345,55 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_eevyv_293.a
345
345
  inset-block-start: calc(-1 * calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)));
346
346
  inline-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)));
347
347
  block-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)));
348
- border-start-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
349
- border-start-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
350
- border-end-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
351
- border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
348
+ border-start-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
349
+ border-start-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
350
+ border-end-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
351
+ border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
352
352
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
353
353
  }
354
- .awsui_header-cell-disabled_1spae_eevyv_354.awsui_header-cell-sorted_1spae_eevyv_354 > .awsui_header-cell-content_1spae_eevyv_293 > .awsui_sorting-icon_1spae_eevyv_279:not(#\9) {
354
+ .awsui_header-cell-disabled_1spae_wqnmg_354.awsui_header-cell-sorted_1spae_wqnmg_354 > .awsui_header-cell-content_1spae_wqnmg_293 > .awsui_sorting-icon_1spae_wqnmg_279:not(#\9) {
355
355
  color: var(--color-text-interactive-disabled-xwt2jl, #aab7b8);
356
356
  }
357
357
 
358
- .awsui_header-cell-spans-rows_1spae_eevyv_204:not(#\9) {
358
+ .awsui_header-cell-spans-rows_1spae_wqnmg_204:not(#\9) {
359
359
  block-size: 100%;
360
360
  vertical-align: bottom;
361
361
  }
362
- .awsui_header-cell-spans-rows_1spae_eevyv_204 > .awsui_header-cell-content_1spae_eevyv_293:not(#\9) {
362
+ .awsui_header-cell-spans-rows_1spae_wqnmg_204 > .awsui_header-cell-content_1spae_wqnmg_293:not(#\9) {
363
363
  block-size: 100%;
364
364
  box-sizing: border-box;
365
365
  display: flex;
366
366
  flex-direction: column;
367
367
  justify-content: flex-end;
368
368
  }
369
- .awsui_header-cell-spans-rows_1spae_eevyv_204 > .awsui_header-cell-content_1spae_eevyv_293 > .awsui_sorting-icon_1spae_eevyv_279:not(#\9) {
369
+ .awsui_header-cell-spans-rows_1spae_wqnmg_204 > .awsui_header-cell-content_1spae_wqnmg_293 > .awsui_sorting-icon_1spae_wqnmg_279:not(#\9) {
370
370
  inset-block-start: auto;
371
371
  inset-block-end: var(--space-scaled-xxs-jatbiv, 4px);
372
372
  transform: none;
373
373
  }
374
374
 
375
- .awsui_header-cell-sortable_1spae_eevyv_230:not(#\9):not(.awsui_header-cell-disabled_1spae_eevyv_354) > .awsui_header-cell-content_1spae_eevyv_293 {
375
+ .awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9):not(.awsui_header-cell-disabled_1spae_wqnmg_354) > .awsui_header-cell-content_1spae_wqnmg_293 {
376
376
  cursor: pointer;
377
377
  }
378
- .awsui_header-cell-sortable_1spae_eevyv_230:not(#\9):not(.awsui_header-cell-disabled_1spae_eevyv_354) > .awsui_header-cell-content_1spae_eevyv_293:hover, .awsui_header-cell-sortable_1spae_eevyv_230:not(#\9):not(.awsui_header-cell-disabled_1spae_eevyv_354).awsui_header-cell-sorted_1spae_eevyv_354 > .awsui_header-cell-content_1spae_eevyv_293 {
378
+ .awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9):not(.awsui_header-cell-disabled_1spae_wqnmg_354) > .awsui_header-cell-content_1spae_wqnmg_293:hover, .awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9):not(.awsui_header-cell-disabled_1spae_wqnmg_354).awsui_header-cell-sorted_1spae_wqnmg_354 > .awsui_header-cell-content_1spae_wqnmg_293 {
379
379
  color: var(--color-text-interactive-active-c44vdq, #16191f);
380
380
  }
381
- .awsui_header-cell-sortable_1spae_eevyv_230:not(#\9):not(.awsui_header-cell-disabled_1spae_eevyv_354) > .awsui_header-cell-content_1spae_eevyv_293:hover > .awsui_sorting-icon_1spae_eevyv_279, .awsui_header-cell-sortable_1spae_eevyv_230:not(#\9):not(.awsui_header-cell-disabled_1spae_eevyv_354).awsui_header-cell-sorted_1spae_eevyv_354 > .awsui_header-cell-content_1spae_eevyv_293 > .awsui_sorting-icon_1spae_eevyv_279 {
381
+ .awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9):not(.awsui_header-cell-disabled_1spae_wqnmg_354) > .awsui_header-cell-content_1spae_wqnmg_293:hover > .awsui_sorting-icon_1spae_wqnmg_279, .awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9):not(.awsui_header-cell-disabled_1spae_wqnmg_354).awsui_header-cell-sorted_1spae_wqnmg_354 > .awsui_header-cell-content_1spae_wqnmg_293 > .awsui_sorting-icon_1spae_wqnmg_279 {
382
382
  color: var(--color-text-interactive-active-c44vdq, #16191f);
383
383
  }
384
384
 
385
- .awsui_header-cell-text_1spae_eevyv_385:not(#\9) {
385
+ .awsui_header-cell-text_1spae_wqnmg_385:not(#\9) {
386
386
  line-height: var(--line-height-heading-xs-fuzanp, 20px);
387
387
  padding-block: calc(var(--space-xxxs-3w1kr2, 2px) / 2);
388
388
  }
389
- .awsui_header-cell-text_1spae_eevyv_385:not(#\9):not(.awsui_header-cell-text-wrap_1spae_eevyv_389) {
389
+ .awsui_header-cell-text_1spae_wqnmg_385:not(#\9):not(.awsui_header-cell-text-wrap_1spae_wqnmg_389) {
390
390
  white-space: nowrap;
391
391
  overflow: hidden;
392
392
  text-overflow: ellipsis;
393
393
  }
394
394
 
395
- .awsui_header-cell-ascending_1spae_eevyv_395:not(#\9),
396
- .awsui_header-cell-descending_1spae_eevyv_396:not(#\9) {
395
+ .awsui_header-cell-ascending_1spae_wqnmg_395:not(#\9),
396
+ .awsui_header-cell-descending_1spae_wqnmg_396:not(#\9) {
397
397
  /* used in test-utils */
398
398
  }
399
399
 
@@ -403,28 +403,28 @@ with the left edge of the table as closely as possible. If the
403
403
  last header cell is sortable the sort icon should align with the
404
404
  settings icon in the pagination slot.
405
405
  */
406
- .awsui_header-cell_1spae_eevyv_149:not(#\9):not(.awsui_is-visual-refresh_1spae_eevyv_227):first-child {
406
+ .awsui_header-cell_1spae_wqnmg_149:not(#\9):not(.awsui_is-visual-refresh_1spae_wqnmg_227):first-child {
407
407
  padding-inline-start: var(--space-xs-kw7k3v, 8px);
408
408
  }
409
- .awsui_header-cell_1spae_eevyv_149:not(#\9):not(.awsui_is-visual-refresh_1spae_eevyv_227):first-child.awsui_header-cell-content-expandable_1spae_eevyv_299 {
409
+ .awsui_header-cell_1spae_wqnmg_149:not(#\9):not(.awsui_is-visual-refresh_1spae_wqnmg_227):first-child.awsui_header-cell-content-expandable_1spae_wqnmg_299 {
410
410
  padding-inline-start: calc(var(--space-xs-kw7k3v, 8px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
411
411
  }
412
412
 
413
- .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9) {
413
+ .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9) {
414
414
  /*
415
415
  Striped rows requires additional left padding because the
416
416
  shaded background makes the child content appear too close
417
417
  to the table edge.
418
418
  */
419
419
  }
420
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child:focus {
420
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:focus {
421
421
  position: relative;
422
422
  }
423
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child:focus {
423
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:focus {
424
424
  outline: 2px dotted transparent;
425
425
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-jatbiv, 4px) + var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
426
426
  }
427
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child:focus::before {
427
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:focus::before {
428
428
  content: " ";
429
429
  display: block;
430
430
  position: absolute;
@@ -432,20 +432,20 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-
432
432
  inset-block-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)));
433
433
  inline-size: calc(100% + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px) + var(--space-scaled-xxs-jatbiv, 4px)) + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)));
434
434
  block-size: calc(100% + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)) + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)));
435
- border-start-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
436
- border-start-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
437
- border-end-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
438
- border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
435
+ border-start-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
436
+ border-start-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
437
+ border-end-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
438
+ border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
439
439
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
440
440
  }
441
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_eevyv_183 {
441
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_wqnmg_183 {
442
442
  position: relative;
443
443
  }
444
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_eevyv_183 {
444
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_wqnmg_183 {
445
445
  outline: 2px dotted transparent;
446
446
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-jatbiv, 4px) + var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
447
447
  }
448
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_eevyv_183::before {
448
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_wqnmg_183::before {
449
449
  content: " ";
450
450
  display: block;
451
451
  position: absolute;
@@ -453,26 +453,26 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-
453
453
  inset-block-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)));
454
454
  inline-size: calc(100% + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px) + var(--space-scaled-xxs-jatbiv, 4px)) + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)));
455
455
  block-size: calc(100% + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)) + calc(-1 * var(--space-scaled-xxs-jatbiv, 4px)));
456
- border-start-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
457
- border-start-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
458
- border-end-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
459
- border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
456
+ border-start-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
457
+ border-start-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
458
+ border-end-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
459
+ border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
460
460
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
461
461
  }
462
- .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_eevyv_204):not(.awsui_header-cell-group_1spae_eevyv_204) > .awsui_header-cell-content_1spae_eevyv_293 {
462
+ .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293 {
463
463
  padding-inline-start: 0px;
464
464
  }
465
- .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_eevyv_204):not(.awsui_header-cell-group_1spae_eevyv_204) > .awsui_header-cell-content_1spae_eevyv_293.awsui_header-cell-content-expandable_1spae_eevyv_299 {
465
+ .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-content-expandable_1spae_wqnmg_299 {
466
466
  padding-inline-start: calc(0px + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
467
467
  }
468
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_eevyv_204):not(.awsui_header-cell-group_1spae_eevyv_204) > .awsui_header-cell-content_1spae_eevyv_293:focus {
468
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293:focus {
469
469
  position: relative;
470
470
  }
471
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_eevyv_204):not(.awsui_header-cell-group_1spae_eevyv_204) > .awsui_header-cell-content_1spae_eevyv_293:focus {
471
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293:focus {
472
472
  outline: 2px dotted transparent;
473
473
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px) + var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
474
474
  }
475
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_eevyv_204):not(.awsui_header-cell-group_1spae_eevyv_204) > .awsui_header-cell-content_1spae_eevyv_293:focus::before {
475
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293:focus::before {
476
476
  content: " ";
477
477
  display: block;
478
478
  position: absolute;
@@ -480,20 +480,20 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-
480
480
  inset-block-start: calc(-1 * calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)));
481
481
  inline-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px) + var(--space-scaled-xxs-jatbiv, 4px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)));
482
482
  block-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)));
483
- border-start-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
484
- border-start-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
485
- border-end-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
486
- border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
483
+ border-start-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
484
+ border-start-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
485
+ border-end-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
486
+ border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
487
487
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
488
488
  }
489
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_eevyv_204):not(.awsui_header-cell-group_1spae_eevyv_204) > .awsui_header-cell-content_1spae_eevyv_293.awsui_header-cell-fake-focus_1spae_eevyv_183 {
489
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-fake-focus_1spae_wqnmg_183 {
490
490
  position: relative;
491
491
  }
492
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_eevyv_204):not(.awsui_header-cell-group_1spae_eevyv_204) > .awsui_header-cell-content_1spae_eevyv_293.awsui_header-cell-fake-focus_1spae_eevyv_183 {
492
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-fake-focus_1spae_wqnmg_183 {
493
493
  outline: 2px dotted transparent;
494
494
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px) + var(--space-scaled-xxs-jatbiv, 4px)) - 1px);
495
495
  }
496
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_eevyv_204):not(.awsui_header-cell-group_1spae_eevyv_204) > .awsui_header-cell-content_1spae_eevyv_293.awsui_header-cell-fake-focus_1spae_eevyv_183::before {
496
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_wqnmg_204):not(.awsui_header-cell-group_1spae_wqnmg_204) > .awsui_header-cell-content_1spae_wqnmg_293.awsui_header-cell-fake-focus_1spae_wqnmg_183::before {
497
497
  content: " ";
498
498
  display: block;
499
499
  position: absolute;
@@ -501,30 +501,30 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_eevyv_149.awsui_is-
501
501
  inset-block-start: calc(-1 * calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)));
502
502
  inline-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px) + var(--space-scaled-xxs-jatbiv, 4px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)));
503
503
  block-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-0zj6up, 0px)));
504
- border-start-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
505
- border-start-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
506
- border-end-start-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
507
- border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
504
+ border-start-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
505
+ border-start-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
506
+ border-end-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
507
+ border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
508
508
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
509
509
  }
510
- .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_eevyv_510):not(.awsui_sticky-cell-pad-inline-start_1spae_eevyv_510):not(.awsui_header-cell-group_1spae_eevyv_204):not(.awsui_header-cell-grouped_1spae_eevyv_204) {
510
+ .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_wqnmg_510):not(.awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510):not(.awsui_header-cell-group_1spae_wqnmg_204):not(.awsui_header-cell-grouped_1spae_wqnmg_204) {
511
511
  padding-inline-start: var(--space-xxxs-3w1kr2, 2px);
512
512
  }
513
- .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_eevyv_510):not(.awsui_sticky-cell-pad-inline-start_1spae_eevyv_510):not(.awsui_header-cell-group_1spae_eevyv_204):not(.awsui_header-cell-grouped_1spae_eevyv_204).awsui_header-cell-content-expandable_1spae_eevyv_299 {
513
+ .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_wqnmg_510):not(.awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510):not(.awsui_header-cell-group_1spae_wqnmg_204):not(.awsui_header-cell-grouped_1spae_wqnmg_204).awsui_header-cell-content-expandable_1spae_wqnmg_299 {
514
514
  padding-inline-start: calc(var(--space-xxxs-3w1kr2, 2px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
515
515
  }
516
- .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child.awsui_has-striped-rows_1spae_eevyv_510:not(.awsui_sticky-cell-pad-inline-start_1spae_eevyv_510):not(.awsui_header-cell-group_1spae_eevyv_204):not(.awsui_header-cell-grouped_1spae_eevyv_204) {
516
+ .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child.awsui_has-striped-rows_1spae_wqnmg_510:not(.awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510):not(.awsui_header-cell-group_1spae_wqnmg_204):not(.awsui_header-cell-grouped_1spae_wqnmg_204) {
517
517
  padding-inline-start: var(--space-xxs-jnczic, 4px);
518
518
  }
519
- .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):first-child.awsui_has-striped-rows_1spae_eevyv_510:not(.awsui_sticky-cell-pad-inline-start_1spae_eevyv_510):not(.awsui_header-cell-group_1spae_eevyv_204):not(.awsui_header-cell-grouped_1spae_eevyv_204).awsui_header-cell-content-expandable_1spae_eevyv_299 {
519
+ .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):first-child.awsui_has-striped-rows_1spae_wqnmg_510:not(.awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510):not(.awsui_header-cell-group_1spae_wqnmg_204):not(.awsui_header-cell-grouped_1spae_wqnmg_204).awsui_header-cell-content-expandable_1spae_wqnmg_299 {
520
520
  padding-inline-start: calc(var(--space-xxs-jnczic, 4px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
521
521
  }
522
- .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227:not(#\9):last-child.awsui_header-cell-sortable_1spae_eevyv_230:not(.awsui_header-cell-resizable_1spae_eevyv_522), .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227[data-rightmost].awsui_header-cell-sortable_1spae_eevyv_230:not(#\9):not(.awsui_header-cell-resizable_1spae_eevyv_522) {
522
+ .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227:not(#\9):last-child.awsui_header-cell-sortable_1spae_wqnmg_230:not(.awsui_header-cell-resizable_1spae_wqnmg_522), .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227[data-rightmost].awsui_header-cell-sortable_1spae_wqnmg_230:not(#\9):not(.awsui_header-cell-resizable_1spae_wqnmg_522) {
523
523
  padding-inline-end: var(--space-xxxs-3w1kr2, 2px);
524
524
  }
525
- .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227.awsui_sticky-cell-pad-inline-start_1spae_eevyv_510:not(#\9) {
525
+ .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227.awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510:not(#\9) {
526
526
  padding-inline-start: var(--space-scaled-l-66n9sr, 20px);
527
527
  }
528
- .awsui_header-cell_1spae_eevyv_149.awsui_is-visual-refresh_1spae_eevyv_227.awsui_sticky-cell-pad-inline-start_1spae_eevyv_510.awsui_header-cell-content-expandable_1spae_eevyv_299:not(#\9) {
528
+ .awsui_header-cell_1spae_wqnmg_149.awsui_is-visual-refresh_1spae_wqnmg_227.awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510.awsui_header-cell-content-expandable_1spae_wqnmg_299:not(#\9) {
529
529
  padding-inline-start: calc(var(--space-scaled-l-66n9sr, 20px) + var(--space-m-n2lypl, 16px) + var(--space-xs-kw7k3v, 8px));
530
530
  }
@@ -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_eevyv_149",
6
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_eevyv_183",
7
- "header-cell-group": "awsui_header-cell-group_1spae_eevyv_204",
8
- "header-cell-grouped": "awsui_header-cell-grouped_1spae_eevyv_204",
9
- "header-cell-spans-rows": "awsui_header-cell-spans-rows_1spae_eevyv_204",
10
- "resize-divider": "awsui_resize-divider_1spae_eevyv_209",
11
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_eevyv_212",
12
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_eevyv_218",
13
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_eevyv_218",
14
- "header-cell-hidden": "awsui_header-cell-hidden_1spae_eevyv_224",
15
- "header-cell-variant-embedded": "awsui_header-cell-variant-embedded_1spae_eevyv_227",
16
- "is-visual-refresh": "awsui_is-visual-refresh_1spae_eevyv_227",
17
- "sticky-cell": "awsui_sticky-cell_1spae_eevyv_227",
18
- "header-cell-variant-borderless": "awsui_header-cell-variant-borderless_1spae_eevyv_227",
19
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_eevyv_230",
20
- "table-variant-full-page": "awsui_table-variant-full-page_1spae_eevyv_251",
21
- "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_eevyv_254",
22
- "has-selection": "awsui_has-selection_1spae_eevyv_254",
23
- "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_1spae_eevyv_257",
24
- "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_1spae_eevyv_269",
25
- "sorting-icon": "awsui_sorting-icon_1spae_eevyv_279",
26
- "edit-icon": "awsui_edit-icon_1spae_eevyv_287",
27
- "header-cell-content": "awsui_header-cell-content_1spae_eevyv_293",
28
- "header-cell-content-expandable": "awsui_header-cell-content-expandable_1spae_eevyv_299",
29
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_eevyv_354",
30
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_eevyv_354",
31
- "header-cell-text": "awsui_header-cell-text_1spae_eevyv_385",
32
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_eevyv_389",
33
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_eevyv_395",
34
- "header-cell-descending": "awsui_header-cell-descending_1spae_eevyv_396",
35
- "has-striped-rows": "awsui_has-striped-rows_1spae_eevyv_510",
36
- "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_1spae_eevyv_510",
37
- "header-cell-resizable": "awsui_header-cell-resizable_1spae_eevyv_522"
5
+ "header-cell": "awsui_header-cell_1spae_wqnmg_149",
6
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_wqnmg_183",
7
+ "header-cell-group": "awsui_header-cell-group_1spae_wqnmg_204",
8
+ "header-cell-grouped": "awsui_header-cell-grouped_1spae_wqnmg_204",
9
+ "header-cell-spans-rows": "awsui_header-cell-spans-rows_1spae_wqnmg_204",
10
+ "resize-divider": "awsui_resize-divider_1spae_wqnmg_209",
11
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_wqnmg_212",
12
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_wqnmg_218",
13
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_wqnmg_218",
14
+ "header-cell-hidden": "awsui_header-cell-hidden_1spae_wqnmg_224",
15
+ "header-cell-variant-embedded": "awsui_header-cell-variant-embedded_1spae_wqnmg_227",
16
+ "is-visual-refresh": "awsui_is-visual-refresh_1spae_wqnmg_227",
17
+ "sticky-cell": "awsui_sticky-cell_1spae_wqnmg_227",
18
+ "header-cell-variant-borderless": "awsui_header-cell-variant-borderless_1spae_wqnmg_227",
19
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_wqnmg_230",
20
+ "table-variant-full-page": "awsui_table-variant-full-page_1spae_wqnmg_251",
21
+ "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_wqnmg_254",
22
+ "has-selection": "awsui_has-selection_1spae_wqnmg_254",
23
+ "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_1spae_wqnmg_257",
24
+ "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_1spae_wqnmg_269",
25
+ "sorting-icon": "awsui_sorting-icon_1spae_wqnmg_279",
26
+ "edit-icon": "awsui_edit-icon_1spae_wqnmg_287",
27
+ "header-cell-content": "awsui_header-cell-content_1spae_wqnmg_293",
28
+ "header-cell-content-expandable": "awsui_header-cell-content-expandable_1spae_wqnmg_299",
29
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_wqnmg_354",
30
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_wqnmg_354",
31
+ "header-cell-text": "awsui_header-cell-text_1spae_wqnmg_385",
32
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_wqnmg_389",
33
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_wqnmg_395",
34
+ "header-cell-descending": "awsui_header-cell-descending_1spae_wqnmg_396",
35
+ "has-striped-rows": "awsui_has-striped-rows_1spae_wqnmg_510",
36
+ "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_1spae_wqnmg_510",
37
+ "header-cell-resizable": "awsui_header-cell-resizable_1spae_wqnmg_522"
38
38
  };
39
39
 
@@ -1 +1 @@
1
- {"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/table/internal.tsx"],"names":[],"mappings":"AA2CA,OAAO,EAAE,mBAAmB,EAAwB,MAAM,cAAc,CAAC;AA6CzE,eAAO,MAAM,sBAAsB,EAW9B,mBAAmB,CAAC;AAEzB,QAAA,MAAM,aAAa,EAwvBd,mBAAmB,CAAC;AAEzB,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/table/internal.tsx"],"names":[],"mappings":"AA2CA,OAAO,EAAE,mBAAmB,EAAwB,MAAM,cAAc,CAAC;AA6CzE,eAAO,MAAM,sBAAsB,EAW9B,mBAAmB,CAAC;AAEzB,QAAA,MAAM,aAAa,EA0vBd,mBAAmB,CAAC;AAEzB,eAAe,aAAa,CAAC"}