@cloudscape-design/components-themeable 3.0.359 → 3.0.360

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 (373) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/code-editor/ace-editor.scss +1 -1
  3. package/lib/internal/scss/code-editor/styles.scss +20 -9
  4. package/lib/internal/scss/flashbar/styles.scss +6 -2
  5. package/lib/internal/scss/status-indicator/styles.scss +1 -1
  6. package/lib/internal/template/alert/styles.css.js +19 -19
  7. package/lib/internal/template/alert/styles.scoped.css +64 -64
  8. package/lib/internal/template/alert/styles.selectors.js +19 -19
  9. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  10. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +46 -46
  11. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  12. package/lib/internal/template/app-layout/content-wrapper/styles.css.js +3 -3
  13. package/lib/internal/template/app-layout/content-wrapper/styles.scoped.css +10 -10
  14. package/lib/internal/template/app-layout/content-wrapper/styles.selectors.js +3 -3
  15. package/lib/internal/template/app-layout/drawer/styles.css.js +10 -10
  16. package/lib/internal/template/app-layout/drawer/styles.scoped.css +28 -28
  17. package/lib/internal/template/app-layout/drawer/styles.selectors.js +10 -10
  18. package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +8 -8
  19. package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +18 -18
  20. package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +8 -8
  21. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  22. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  23. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  24. package/lib/internal/template/app-layout/styles.css.js +17 -17
  25. package/lib/internal/template/app-layout/styles.scoped.css +30 -30
  26. package/lib/internal/template/app-layout/styles.selectors.js +17 -17
  27. package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
  28. package/lib/internal/template/app-layout/toggles/styles.scoped.css +16 -16
  29. package/lib/internal/template/app-layout/toggles/styles.selectors.js +2 -2
  30. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +69 -69
  31. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +267 -267
  32. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +69 -69
  33. package/lib/internal/template/area-chart/styles.css.js +6 -6
  34. package/lib/internal/template/area-chart/styles.scoped.css +16 -16
  35. package/lib/internal/template/area-chart/styles.selectors.js +6 -6
  36. package/lib/internal/template/attribute-editor/styles.css.js +14 -14
  37. package/lib/internal/template/attribute-editor/styles.scoped.css +48 -48
  38. package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
  39. package/lib/internal/template/badge/styles.css.js +5 -5
  40. package/lib/internal/template/badge/styles.scoped.css +20 -20
  41. package/lib/internal/template/badge/styles.selectors.js +5 -5
  42. package/lib/internal/template/box/styles.css.js +189 -189
  43. package/lib/internal/template/box/styles.scoped.css +418 -418
  44. package/lib/internal/template/box/styles.selectors.js +189 -189
  45. package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
  46. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +28 -28
  47. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
  48. package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
  49. package/lib/internal/template/breadcrumb-group/styles.scoped.css +22 -22
  50. package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
  51. package/lib/internal/template/button/styles.css.js +20 -20
  52. package/lib/internal/template/button/styles.scoped.css +472 -472
  53. package/lib/internal/template/button/styles.selectors.js +20 -20
  54. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +13 -13
  55. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +50 -50
  56. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +13 -13
  57. package/lib/internal/template/button-dropdown/item-element/styles.css.js +14 -14
  58. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +42 -42
  59. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +14 -14
  60. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  61. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +10 -10
  62. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  63. package/lib/internal/template/button-dropdown/styles.css.js +14 -14
  64. package/lib/internal/template/button-dropdown/styles.scoped.css +32 -32
  65. package/lib/internal/template/button-dropdown/styles.selectors.js +14 -14
  66. package/lib/internal/template/calendar/styles.css.js +18 -18
  67. package/lib/internal/template/calendar/styles.scoped.css +89 -89
  68. package/lib/internal/template/calendar/styles.selectors.js +18 -18
  69. package/lib/internal/template/cards/styles.css.js +38 -38
  70. package/lib/internal/template/cards/styles.scoped.css +99 -99
  71. package/lib/internal/template/cards/styles.selectors.js +38 -38
  72. package/lib/internal/template/checkbox/styles.css.js +3 -3
  73. package/lib/internal/template/checkbox/styles.scoped.css +16 -16
  74. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  75. package/lib/internal/template/code-editor/resizable-box/styles.css.js +3 -3
  76. package/lib/internal/template/code-editor/resizable-box/styles.scoped.css +11 -11
  77. package/lib/internal/template/code-editor/resizable-box/styles.selectors.js +3 -3
  78. package/lib/internal/template/code-editor/styles.css.js +32 -32
  79. package/lib/internal/template/code-editor/styles.scoped.css +278 -269
  80. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  81. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  82. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +42 -42
  83. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  84. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  85. package/lib/internal/template/collection-preferences/styles.scoped.css +81 -81
  86. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  87. package/lib/internal/template/column-layout/flexible-column-layout/styles.css.js +5 -5
  88. package/lib/internal/template/column-layout/flexible-column-layout/styles.scoped.css +8 -8
  89. package/lib/internal/template/column-layout/flexible-column-layout/styles.selectors.js +5 -5
  90. package/lib/internal/template/column-layout/styles.css.js +13 -13
  91. package/lib/internal/template/column-layout/styles.scoped.css +55 -55
  92. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  93. package/lib/internal/template/container/styles.css.js +28 -28
  94. package/lib/internal/template/container/styles.scoped.css +94 -94
  95. package/lib/internal/template/container/styles.selectors.js +28 -28
  96. package/lib/internal/template/content-layout/styles.css.js +7 -7
  97. package/lib/internal/template/content-layout/styles.scoped.css +17 -17
  98. package/lib/internal/template/content-layout/styles.selectors.js +7 -7
  99. package/lib/internal/template/date-picker/styles.css.js +7 -7
  100. package/lib/internal/template/date-picker/styles.scoped.css +16 -16
  101. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  102. package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +25 -25
  103. package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +95 -95
  104. package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
  105. package/lib/internal/template/date-range-picker/relative-range/styles.css.js +9 -9
  106. package/lib/internal/template/date-range-picker/relative-range/styles.scoped.css +16 -16
  107. package/lib/internal/template/date-range-picker/relative-range/styles.selectors.js +9 -9
  108. package/lib/internal/template/date-range-picker/styles.css.js +38 -38
  109. package/lib/internal/template/date-range-picker/styles.scoped.css +76 -76
  110. package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
  111. package/lib/internal/template/expandable-section/styles.css.js +29 -29
  112. package/lib/internal/template/expandable-section/styles.scoped.css +106 -106
  113. package/lib/internal/template/expandable-section/styles.selectors.js +29 -29
  114. package/lib/internal/template/file-upload/dropzone/styles.css.js +2 -2
  115. package/lib/internal/template/file-upload/dropzone/styles.scoped.css +9 -9
  116. package/lib/internal/template/file-upload/dropzone/styles.selectors.js +2 -2
  117. package/lib/internal/template/file-upload/file-input/styles.css.js +4 -4
  118. package/lib/internal/template/file-upload/file-input/styles.scoped.css +14 -14
  119. package/lib/internal/template/file-upload/file-input/styles.selectors.js +4 -4
  120. package/lib/internal/template/file-upload/file-option/styles.css.js +7 -7
  121. package/lib/internal/template/file-upload/file-option/styles.scoped.css +10 -10
  122. package/lib/internal/template/file-upload/file-option/styles.selectors.js +7 -7
  123. package/lib/internal/template/file-upload/styles.css.js +2 -2
  124. package/lib/internal/template/file-upload/styles.scoped.css +4 -4
  125. package/lib/internal/template/file-upload/styles.selectors.js +2 -2
  126. package/lib/internal/template/flashbar/collapsible-flashbar.d.ts.map +1 -1
  127. package/lib/internal/template/flashbar/collapsible-flashbar.js +8 -5
  128. package/lib/internal/template/flashbar/collapsible-flashbar.js.map +1 -1
  129. package/lib/internal/template/flashbar/flash.d.ts.map +1 -1
  130. package/lib/internal/template/flashbar/flash.js +2 -1
  131. package/lib/internal/template/flashbar/flash.js.map +1 -1
  132. package/lib/internal/template/flashbar/non-collapsible-flashbar.d.ts.map +1 -1
  133. package/lib/internal/template/flashbar/non-collapsible-flashbar.js +1 -2
  134. package/lib/internal/template/flashbar/non-collapsible-flashbar.js.map +1 -1
  135. package/lib/internal/template/flashbar/styles.css.js +46 -46
  136. package/lib/internal/template/flashbar/styles.scoped.css +250 -246
  137. package/lib/internal/template/flashbar/styles.selectors.js +46 -46
  138. package/lib/internal/template/flashbar/utils.js +1 -1
  139. package/lib/internal/template/flashbar/utils.js.map +1 -1
  140. package/lib/internal/template/form/styles.css.js +9 -9
  141. package/lib/internal/template/form/styles.scoped.css +20 -20
  142. package/lib/internal/template/form/styles.selectors.js +9 -9
  143. package/lib/internal/template/form-field/styles.css.js +19 -19
  144. package/lib/internal/template/form-field/styles.scoped.css +52 -52
  145. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  146. package/lib/internal/template/grid/styles.css.js +53 -53
  147. package/lib/internal/template/grid/styles.scoped.css +60 -60
  148. package/lib/internal/template/grid/styles.selectors.js +53 -53
  149. package/lib/internal/template/header/styles.css.js +33 -33
  150. package/lib/internal/template/header/styles.scoped.css +114 -114
  151. package/lib/internal/template/header/styles.selectors.js +33 -33
  152. package/lib/internal/template/help-panel/styles.css.js +4 -4
  153. package/lib/internal/template/help-panel/styles.scoped.css +172 -172
  154. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  155. package/lib/internal/template/hotspot/styles.css.js +7 -7
  156. package/lib/internal/template/hotspot/styles.scoped.css +10 -10
  157. package/lib/internal/template/hotspot/styles.selectors.js +7 -7
  158. package/lib/internal/template/icon/styles.css.js +21 -21
  159. package/lib/internal/template/icon/styles.scoped.css +81 -81
  160. package/lib/internal/template/icon/styles.selectors.js +21 -21
  161. package/lib/internal/template/input/styles.css.js +12 -12
  162. package/lib/internal/template/input/styles.scoped.css +73 -73
  163. package/lib/internal/template/input/styles.selectors.js +12 -12
  164. package/lib/internal/template/internal/base-component/styles.scoped.css +3153 -3005
  165. package/lib/internal/template/internal/components/abstract-switch/styles.css.js +13 -13
  166. package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +26 -26
  167. package/lib/internal/template/internal/components/abstract-switch/styles.selectors.js +13 -13
  168. package/lib/internal/template/internal/components/button-trigger/styles.css.js +9 -9
  169. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +63 -63
  170. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +9 -9
  171. package/lib/internal/template/internal/components/cartesian-chart/styles.css.js +27 -27
  172. package/lib/internal/template/internal/components/cartesian-chart/styles.scoped.css +41 -41
  173. package/lib/internal/template/internal/components/cartesian-chart/styles.selectors.js +27 -27
  174. package/lib/internal/template/internal/components/chart-filter/styles.css.js +3 -3
  175. package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +7 -7
  176. package/lib/internal/template/internal/components/chart-filter/styles.selectors.js +3 -3
  177. package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
  178. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +23 -23
  179. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
  180. package/lib/internal/template/internal/components/chart-plot/styles.css.js +5 -5
  181. package/lib/internal/template/internal/components/chart-plot/styles.scoped.css +6 -6
  182. package/lib/internal/template/internal/components/chart-plot/styles.selectors.js +5 -5
  183. package/lib/internal/template/internal/components/chart-popover/index.js +1 -1
  184. package/lib/internal/template/internal/components/chart-popover/index.js.map +1 -1
  185. package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
  186. package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +9 -9
  187. package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
  188. package/lib/internal/template/internal/components/chart-series-details/styles.css.js +5 -5
  189. package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +20 -20
  190. package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +5 -5
  191. package/lib/internal/template/internal/components/chart-series-marker/styles.css.js +5 -5
  192. package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +14 -14
  193. package/lib/internal/template/internal/components/chart-series-marker/styles.selectors.js +5 -5
  194. package/lib/internal/template/internal/components/chart-status-container/styles.css.js +2 -2
  195. package/lib/internal/template/internal/components/chart-status-container/styles.scoped.css +3 -3
  196. package/lib/internal/template/internal/components/chart-status-container/styles.selectors.js +2 -2
  197. package/lib/internal/template/internal/components/chart-wrapper/styles.css.js +9 -9
  198. package/lib/internal/template/internal/components/chart-wrapper/styles.scoped.css +15 -15
  199. package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
  200. package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +7 -7
  201. package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +18 -18
  202. package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +7 -7
  203. package/lib/internal/template/internal/components/dark-ribbon/styles.css.js +2 -2
  204. package/lib/internal/template/internal/components/dark-ribbon/styles.scoped.css +4 -4
  205. package/lib/internal/template/internal/components/dark-ribbon/styles.selectors.js +2 -2
  206. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  207. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +51 -51
  208. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  209. package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
  210. package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +9 -9
  211. package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
  212. package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
  213. package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +8 -8
  214. package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
  215. package/lib/internal/template/internal/components/filtering-token/styles.css.js +7 -7
  216. package/lib/internal/template/internal/components/filtering-token/styles.scoped.css +34 -34
  217. package/lib/internal/template/internal/components/filtering-token/styles.selectors.js +7 -7
  218. package/lib/internal/template/internal/components/handle/styles.css.js +2 -2
  219. package/lib/internal/template/internal/components/handle/styles.scoped.css +12 -12
  220. package/lib/internal/template/internal/components/handle/styles.selectors.js +2 -2
  221. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  222. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +32 -32
  223. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  224. package/lib/internal/template/internal/components/option/styles.css.js +17 -17
  225. package/lib/internal/template/internal/components/option/styles.scoped.css +47 -47
  226. package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
  227. package/lib/internal/template/internal/components/options-list/styles.css.js +2 -2
  228. package/lib/internal/template/internal/components/options-list/styles.scoped.css +7 -7
  229. package/lib/internal/template/internal/components/options-list/styles.selectors.js +2 -2
  230. package/lib/internal/template/internal/components/selectable-item/styles.css.js +16 -16
  231. package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +70 -70
  232. package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +16 -16
  233. package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
  234. package/lib/internal/template/internal/components/token-list/styles.scoped.css +40 -40
  235. package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
  236. package/lib/internal/template/internal/environment.js +1 -1
  237. package/lib/internal/template/internal/environment.json +1 -1
  238. package/lib/internal/template/internal/generated/styles/tokens.d.ts +1 -0
  239. package/lib/internal/template/internal/generated/styles/tokens.js +306 -305
  240. package/lib/internal/template/internal/generated/theming/index.cjs +1830 -821
  241. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +192 -0
  242. package/lib/internal/template/internal/generated/theming/index.d.ts +192 -0
  243. package/lib/internal/template/internal/generated/theming/index.js +1830 -821
  244. package/lib/internal/template/internal/utils/dom.d.ts +1 -1
  245. package/lib/internal/template/internal/utils/dom.d.ts.map +1 -1
  246. package/lib/internal/template/internal/utils/dom.js +1 -1
  247. package/lib/internal/template/internal/utils/dom.js.map +1 -1
  248. package/lib/internal/template/link/styles.css.js +20 -20
  249. package/lib/internal/template/link/styles.scoped.css +163 -163
  250. package/lib/internal/template/link/styles.selectors.js +20 -20
  251. package/lib/internal/template/mixed-line-bar-chart/styles.css.js +11 -11
  252. package/lib/internal/template/mixed-line-bar-chart/styles.scoped.css +24 -24
  253. package/lib/internal/template/mixed-line-bar-chart/styles.selectors.js +11 -11
  254. package/lib/internal/template/modal/styles.css.js +23 -23
  255. package/lib/internal/template/modal/styles.scoped.css +67 -67
  256. package/lib/internal/template/modal/styles.selectors.js +23 -23
  257. package/lib/internal/template/multiselect/styles.css.js +1 -1
  258. package/lib/internal/template/multiselect/styles.scoped.css +5 -5
  259. package/lib/internal/template/multiselect/styles.selectors.js +1 -1
  260. package/lib/internal/template/pagination/styles.css.js +9 -9
  261. package/lib/internal/template/pagination/styles.scoped.css +47 -47
  262. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  263. package/lib/internal/template/pie-chart/index.d.ts.map +1 -1
  264. package/lib/internal/template/pie-chart/index.js +1 -2
  265. package/lib/internal/template/pie-chart/index.js.map +1 -1
  266. package/lib/internal/template/pie-chart/pie-chart.d.ts +1 -3
  267. package/lib/internal/template/pie-chart/pie-chart.d.ts.map +1 -1
  268. package/lib/internal/template/pie-chart/pie-chart.js +16 -17
  269. package/lib/internal/template/pie-chart/pie-chart.js.map +1 -1
  270. package/lib/internal/template/pie-chart/segments.d.ts +1 -2
  271. package/lib/internal/template/pie-chart/segments.d.ts.map +1 -1
  272. package/lib/internal/template/pie-chart/segments.js +2 -2
  273. package/lib/internal/template/pie-chart/segments.js.map +1 -1
  274. package/lib/internal/template/pie-chart/styles.css.js +27 -27
  275. package/lib/internal/template/pie-chart/styles.scoped.css +63 -63
  276. package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
  277. package/lib/internal/template/popover/styles.css.js +50 -50
  278. package/lib/internal/template/popover/styles.scoped.css +104 -104
  279. package/lib/internal/template/popover/styles.selectors.js +50 -50
  280. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  281. package/lib/internal/template/progress-bar/styles.scoped.css +58 -58
  282. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  283. package/lib/internal/template/property-filter/styles.css.js +29 -29
  284. package/lib/internal/template/property-filter/styles.scoped.css +52 -52
  285. package/lib/internal/template/property-filter/styles.selectors.js +29 -29
  286. package/lib/internal/template/radio-group/styles.css.js +9 -9
  287. package/lib/internal/template/radio-group/styles.scoped.css +37 -37
  288. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  289. package/lib/internal/template/s3-resource-selector/s3-in-context/styles.css.js +7 -7
  290. package/lib/internal/template/s3-resource-selector/s3-in-context/styles.scoped.css +12 -12
  291. package/lib/internal/template/s3-resource-selector/s3-in-context/styles.selectors.js +7 -7
  292. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  293. package/lib/internal/template/segmented-control/styles.scoped.css +78 -78
  294. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  295. package/lib/internal/template/select/parts/styles.css.js +9 -9
  296. package/lib/internal/template/select/parts/styles.scoped.css +17 -17
  297. package/lib/internal/template/select/parts/styles.selectors.js +9 -9
  298. package/lib/internal/template/select/styles.css.js +1 -1
  299. package/lib/internal/template/select/styles.scoped.css +5 -5
  300. package/lib/internal/template/select/styles.selectors.js +1 -1
  301. package/lib/internal/template/side-navigation/styles.css.js +28 -28
  302. package/lib/internal/template/side-navigation/styles.scoped.css +92 -92
  303. package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
  304. package/lib/internal/template/space-between/styles.css.js +23 -23
  305. package/lib/internal/template/space-between/styles.scoped.css +40 -40
  306. package/lib/internal/template/space-between/styles.selectors.js +23 -23
  307. package/lib/internal/template/spinner/styles.css.js +13 -13
  308. package/lib/internal/template/spinner/styles.scoped.css +35 -35
  309. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  310. package/lib/internal/template/split-panel/styles.css.js +56 -56
  311. package/lib/internal/template/split-panel/styles.scoped.css +146 -146
  312. package/lib/internal/template/split-panel/styles.selectors.js +56 -56
  313. package/lib/internal/template/status-indicator/styles.css.js +22 -22
  314. package/lib/internal/template/status-indicator/styles.scoped.css +46 -46
  315. package/lib/internal/template/status-indicator/styles.selectors.js +22 -22
  316. package/lib/internal/template/table/body-cell/styles.css.js +28 -28
  317. package/lib/internal/template/table/body-cell/styles.scoped.css +155 -155
  318. package/lib/internal/template/table/body-cell/styles.selectors.js +28 -28
  319. package/lib/internal/template/table/header-cell/styles.css.js +24 -24
  320. package/lib/internal/template/table/header-cell/styles.scoped.css +93 -93
  321. package/lib/internal/template/table/header-cell/styles.selectors.js +24 -24
  322. package/lib/internal/template/table/resizer/styles.css.js +6 -6
  323. package/lib/internal/template/table/resizer/styles.scoped.css +27 -27
  324. package/lib/internal/template/table/resizer/styles.selectors.js +6 -6
  325. package/lib/internal/template/table/selection-control/styles.css.js +3 -3
  326. package/lib/internal/template/table/selection-control/styles.scoped.css +4 -4
  327. package/lib/internal/template/table/selection-control/styles.selectors.js +3 -3
  328. package/lib/internal/template/table/styles.css.js +34 -34
  329. package/lib/internal/template/table/styles.scoped.css +84 -84
  330. package/lib/internal/template/table/styles.selectors.js +34 -34
  331. package/lib/internal/template/tabs/styles.css.js +21 -21
  332. package/lib/internal/template/tabs/styles.scoped.css +86 -86
  333. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  334. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  335. package/lib/internal/template/tag-editor/styles.scoped.css +24 -24
  336. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  337. package/lib/internal/template/text-content/styles.css.js +1 -1
  338. package/lib/internal/template/text-content/styles.scoped.css +130 -130
  339. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  340. package/lib/internal/template/text-filter/styles.css.js +3 -3
  341. package/lib/internal/template/text-filter/styles.scoped.css +10 -10
  342. package/lib/internal/template/text-filter/styles.selectors.js +3 -3
  343. package/lib/internal/template/textarea/styles.css.js +4 -4
  344. package/lib/internal/template/textarea/styles.scoped.css +40 -40
  345. package/lib/internal/template/textarea/styles.selectors.js +4 -4
  346. package/lib/internal/template/tiles/styles.css.js +29 -29
  347. package/lib/internal/template/tiles/styles.scoped.css +128 -128
  348. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  349. package/lib/internal/template/toggle/styles.css.js +8 -8
  350. package/lib/internal/template/toggle/styles.scoped.css +27 -27
  351. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  352. package/lib/internal/template/token-group/styles.css.js +7 -7
  353. package/lib/internal/template/token-group/styles.scoped.css +42 -42
  354. package/lib/internal/template/token-group/styles.selectors.js +7 -7
  355. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  356. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +84 -84
  357. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  358. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  359. package/lib/internal/template/top-navigation/styles.scoped.css +148 -148
  360. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  361. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  362. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +43 -43
  363. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  364. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  365. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +50 -50
  366. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  367. package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
  368. package/lib/internal/template/tutorial-panel/styles.scoped.css +6 -6
  369. package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
  370. package/lib/internal/template/wizard/styles.css.js +31 -31
  371. package/lib/internal/template/wizard/styles.scoped.css +124 -124
  372. package/lib/internal/template/wizard/styles.selectors.js +31 -31
  373. package/package.json +1 -1
@@ -90,29 +90,29 @@ 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_1q5zm_93:not(#\9) {
93
+ .awsui_body-cell_c6tup_1mvhd_93:not(#\9) {
94
94
  box-sizing: border-box;
95
- padding: var(--space-scaled-xs-sg3tfb, 8px) var(--space-scaled-l-w7rqqb, 20px) calc(
96
- var(--space-scaled-xs-sg3tfb, 8px) + (var(--border-item-width-x3q2fl, 1px) - var(--border-divider-list-width-iu80dg, 1px))
95
+ padding: var(--space-scaled-xs-1lhnod, 8px) var(--space-scaled-l-udxpzh, 20px) calc(
96
+ var(--space-scaled-xs-1lhnod, 8px) + (var(--border-item-width-kkhwsi, 1px) - var(--border-divider-list-width-efu3yc, 1px))
97
97
  );
98
- border-top: var(--border-divider-list-width-iu80dg, 1px) solid transparent;
98
+ border-top: var(--border-divider-list-width-efu3yc, 1px) solid transparent;
99
99
  word-wrap: break-word;
100
- border-bottom: var(--border-divider-list-width-iu80dg, 1px) solid var(--color-border-divider-default-uqjcpn, #eaeded);
100
+ border-bottom: var(--border-divider-list-width-efu3yc, 1px) solid var(--color-border-divider-default-z9h069, #eaeded);
101
101
  font-weight: inherit;
102
102
  }
103
- .awsui_body-cell_c6tup_1q5zm_93:not(#\9):not(.awsui_body-cell-wrap_c6tup_1q5zm_103) {
103
+ .awsui_body-cell_c6tup_1mvhd_93:not(#\9):not(.awsui_body-cell-wrap_c6tup_1mvhd_103) {
104
104
  white-space: nowrap;
105
105
  overflow: hidden;
106
106
  text-overflow: ellipsis;
107
107
  }
108
- .awsui_body-cell_c6tup_1q5zm_93:not(#\9):first-child {
109
- border-left: var(--border-item-width-x3q2fl, 1px) solid transparent;
108
+ .awsui_body-cell_c6tup_1mvhd_93:not(#\9):first-child {
109
+ border-left: var(--border-item-width-kkhwsi, 1px) solid transparent;
110
110
  }
111
- .awsui_body-cell_c6tup_1q5zm_93:not(#\9):last-child {
112
- border-right: var(--border-item-width-x3q2fl, 1px) solid transparent;
113
- padding-right: calc(var(--space-l-z6h7qi, 20px) - var(--border-item-width-x3q2fl, 1px));
111
+ .awsui_body-cell_c6tup_1mvhd_93:not(#\9):last-child {
112
+ border-right: var(--border-item-width-kkhwsi, 1px) solid transparent;
113
+ padding-right: calc(var(--space-l-q5p9hz, 20px) - var(--border-item-width-kkhwsi, 1px));
114
114
  }
115
- .awsui_body-cell_c6tup_1q5zm_93.awsui_is-visual-refresh_c6tup_1q5zm_115:not(#\9):first-child {
115
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_is-visual-refresh_c6tup_1mvhd_115:not(#\9):first-child {
116
116
  /*
117
117
  Striped rows requires additional left padding because the
118
118
  shaded background makes the child content appear too close
@@ -124,145 +124,145 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
124
124
  that the placeholder border would consume.
125
125
  */
126
126
  }
127
- .awsui_body-cell_c6tup_1q5zm_93.awsui_is-visual-refresh_c6tup_1q5zm_115:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1q5zm_127) {
128
- padding-left: var(--space-xxxs-du4mq0, 2px);
127
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_is-visual-refresh_c6tup_1mvhd_115:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mvhd_127) {
128
+ padding-left: var(--space-xxxs-x2jyz4, 2px);
129
129
  }
130
- .awsui_body-cell_c6tup_1q5zm_93.awsui_is-visual-refresh_c6tup_1q5zm_115:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1q5zm_127):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130).awsui_body-cell-editable_c6tup_1q5zm_130:hover {
131
- padding-left: calc(var(--space-xxxs-du4mq0, 2px) + var(--border-divider-list-width-iu80dg, 1px));
130
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_is-visual-refresh_c6tup_1mvhd_115:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mvhd_127):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130).awsui_body-cell-editable_c6tup_1mvhd_130:hover {
131
+ padding-left: calc(var(--space-xxxs-x2jyz4, 2px) + var(--border-divider-list-width-efu3yc, 1px));
132
132
  }
133
- .awsui_body-cell_c6tup_1q5zm_93.awsui_is-visual-refresh_c6tup_1q5zm_115:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1q5zm_127 {
134
- padding-left: var(--space-xxs-xx079q, 4px);
133
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_is-visual-refresh_c6tup_1mvhd_115:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_1mvhd_127 {
134
+ padding-left: var(--space-xxs-1wmjb0, 4px);
135
135
  }
136
- .awsui_body-cell_c6tup_1q5zm_93.awsui_is-visual-refresh_c6tup_1q5zm_115:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-left_c6tup_1q5zm_136 {
137
- padding-left: var(--space-table-horizontal-lwojp9, 0px);
136
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_is-visual-refresh_c6tup_1mvhd_115:not(#\9):first-child:first-child.awsui_has-striped-rows-sticky-cell-pad-left_c6tup_1mvhd_136 {
137
+ padding-left: var(--space-table-horizontal-tw1lw8, 0px);
138
138
  }
139
- .awsui_body-cell_c6tup_1q5zm_93.awsui_is-visual-refresh_c6tup_1q5zm_115:not(#\9):first-child:not(.awsui_has-selection_c6tup_1q5zm_139):not(.awsui_body-cell-editable_c6tup_1q5zm_130) {
139
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_is-visual-refresh_c6tup_1mvhd_115:not(#\9):first-child:not(.awsui_has-selection_c6tup_1mvhd_139):not(.awsui_body-cell-editable_c6tup_1mvhd_130) {
140
140
  border-left: none;
141
141
  }
142
- .awsui_body-cell_c6tup_1q5zm_93:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1q5zm_115) {
143
- padding-left: calc(var(--space-l-z6h7qi, 20px) - var(--border-item-width-x3q2fl, 1px));
142
+ .awsui_body-cell_c6tup_1mvhd_93:not(#\9):first-child:not(.awsui_is-visual-refresh_c6tup_1mvhd_115) {
143
+ padding-left: calc(var(--space-l-q5p9hz, 20px) - var(--border-item-width-kkhwsi, 1px));
144
144
  }
145
- .awsui_body-cell-first-row_c6tup_1q5zm_145:not(#\9) {
146
- border-top: var(--border-item-width-x3q2fl, 1px) solid transparent;
145
+ .awsui_body-cell-first-row_c6tup_1mvhd_145:not(#\9) {
146
+ border-top: var(--border-item-width-kkhwsi, 1px) solid transparent;
147
147
  }
148
- .awsui_body-cell-last-row_c6tup_1q5zm_148:not(#\9):not(.awsui_body-cell-selected_c6tup_1q5zm_148):not(.awsui_has-footer_c6tup_1q5zm_148) {
149
- border-bottom: var(--border-item-width-x3q2fl, 1px) solid transparent;
148
+ .awsui_body-cell-last-row_c6tup_1mvhd_148:not(#\9):not(.awsui_body-cell-selected_c6tup_1mvhd_148):not(.awsui_has-footer_c6tup_1mvhd_148) {
149
+ border-bottom: var(--border-item-width-kkhwsi, 1px) solid transparent;
150
150
  }
151
- .awsui_body-cell-last-row_c6tup_1q5zm_148:not(#\9):not(.awsui_body-cell-selected_c6tup_1q5zm_148).awsui_has-footer_c6tup_1q5zm_148 {
151
+ .awsui_body-cell-last-row_c6tup_1mvhd_148:not(#\9):not(.awsui_body-cell-selected_c6tup_1mvhd_148).awsui_has-footer_c6tup_1mvhd_148 {
152
152
  /*
153
153
  Add a bottom border to the body cells of the last row as a separator between the
154
154
  table and the footer
155
155
  */
156
- border-bottom: var(--border-divider-section-width-p0xg84, 1px) solid var(--color-border-divider-default-uqjcpn, #eaeded);
156
+ border-bottom: var(--border-divider-section-width-uu4597, 1px) solid var(--color-border-divider-default-z9h069, #eaeded);
157
157
  }
158
- .awsui_body-cell-shaded_c6tup_1q5zm_158:not(#\9) {
159
- background: var(--color-background-cell-shaded-guxnnq, #f2f3f3);
158
+ .awsui_body-cell-shaded_c6tup_1mvhd_158:not(#\9) {
159
+ background: var(--color-background-cell-shaded-rz1nkv, #f2f3f3);
160
160
  }
161
- .awsui_body-cell-selected_c6tup_1q5zm_148:not(#\9) {
162
- background-color: var(--color-background-item-selected-7226j1, #f1faff);
163
- border-top: var(--border-item-width-x3q2fl, 1px) solid var(--color-border-item-selected-044zoh, #0073bb);
164
- border-bottom: var(--border-item-width-x3q2fl, 1px) solid var(--color-border-item-selected-044zoh, #0073bb);
165
- padding-bottom: var(--space-scaled-xs-sg3tfb, 8px);
161
+ .awsui_body-cell-selected_c6tup_1mvhd_148:not(#\9) {
162
+ background-color: var(--color-background-item-selected-jlfhdd, #f1faff);
163
+ border-top: var(--border-item-width-kkhwsi, 1px) solid var(--color-border-item-selected-pub0n4, #0073bb);
164
+ border-bottom: var(--border-item-width-kkhwsi, 1px) solid var(--color-border-item-selected-pub0n4, #0073bb);
165
+ padding-bottom: var(--space-scaled-xs-1lhnod, 8px);
166
166
  }
167
- .awsui_body-cell-selected_c6tup_1q5zm_148:not(#\9):first-child {
168
- border-left: var(--border-item-width-x3q2fl, 1px) solid var(--color-border-item-selected-044zoh, #0073bb);
169
- border-radius: var(--border-radius-item-gy51bh, 0px) 0 0 var(--border-radius-item-gy51bh, 0px);
167
+ .awsui_body-cell-selected_c6tup_1mvhd_148:not(#\9):first-child {
168
+ border-left: var(--border-item-width-kkhwsi, 1px) solid var(--color-border-item-selected-pub0n4, #0073bb);
169
+ border-radius: var(--border-radius-item-dnq6eh, 0px) 0 0 var(--border-radius-item-dnq6eh, 0px);
170
170
  }
171
- .awsui_body-cell-selected_c6tup_1q5zm_148:not(#\9):last-child {
172
- border-right: var(--border-item-width-x3q2fl, 1px) solid var(--color-border-item-selected-044zoh, #0073bb);
173
- border-radius: 0 var(--border-radius-item-gy51bh, 0px) var(--border-radius-item-gy51bh, 0px) 0;
171
+ .awsui_body-cell-selected_c6tup_1mvhd_148:not(#\9):last-child {
172
+ border-right: var(--border-item-width-kkhwsi, 1px) solid var(--color-border-item-selected-pub0n4, #0073bb);
173
+ border-radius: 0 var(--border-radius-item-dnq6eh, 0px) var(--border-radius-item-dnq6eh, 0px) 0;
174
174
  }
175
- .awsui_body-cell_c6tup_1q5zm_93.awsui_sticky-cell_c6tup_1q5zm_175:not(#\9) {
175
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_sticky-cell_c6tup_1mvhd_175:not(#\9) {
176
176
  position: sticky;
177
- background: var(--color-background-container-content-xlzim4, #ffffff);
177
+ background: var(--color-background-container-content-rearqm, #ffffff);
178
178
  z-index: 798;
179
179
  transition-property: padding;
180
- transition-duration: var(--motion-duration-transition-show-quick-jutpn8, 90ms);
181
- transition-timing-function: var(--motion-easing-sticky-ry2pb1, ease-out);
180
+ transition-duration: var(--motion-duration-transition-show-quick-x3utju, 90ms);
181
+ transition-timing-function: var(--motion-easing-sticky-defzv1, ease-out);
182
182
  }
183
- .awsui_body-cell_c6tup_1q5zm_93.awsui_sticky-cell-pad-left_c6tup_1q5zm_183:not(#\9):not(.awsui_has-selection_c6tup_1q5zm_139):not(.awsui_is-visual-refresh_c6tup_1q5zm_115.awsui_body-cell_c6tup_1q5zm_93:first-child.awsui_has-striped-rows_c6tup_1q5zm_127) {
184
- padding-left: var(--space-table-horizontal-lwojp9, 0px);
183
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_sticky-cell-pad-left_c6tup_1mvhd_183:not(#\9):not(.awsui_has-selection_c6tup_1mvhd_139):not(.awsui_is-visual-refresh_c6tup_1mvhd_115.awsui_body-cell_c6tup_1mvhd_93:first-child.awsui_has-striped-rows_c6tup_1mvhd_127) {
184
+ padding-left: var(--space-table-horizontal-tw1lw8, 0px);
185
185
  }
186
- .awsui_body-cell_c6tup_1q5zm_93.awsui_sticky-cell_c6tup_1q5zm_175.awsui_body-cell-shaded_c6tup_1q5zm_158:not(#\9) {
187
- background: var(--color-background-cell-shaded-guxnnq, #f2f3f3);
186
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_sticky-cell_c6tup_1mvhd_175.awsui_body-cell-shaded_c6tup_1mvhd_158:not(#\9) {
187
+ background: var(--color-background-cell-shaded-rz1nkv, #f2f3f3);
188
188
  }
189
- .awsui_body-cell_c6tup_1q5zm_93.awsui_sticky-cell_c6tup_1q5zm_175.awsui_body-cell-selected_c6tup_1q5zm_148:not(#\9) {
190
- background-color: var(--color-background-item-selected-7226j1, #f1faff);
189
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_sticky-cell_c6tup_1mvhd_175.awsui_body-cell-selected_c6tup_1mvhd_148:not(#\9) {
190
+ background-color: var(--color-background-item-selected-jlfhdd, #f1faff);
191
191
  }
192
- .awsui_body-cell_c6tup_1q5zm_93.awsui_sticky-cell_c6tup_1q5zm_175.awsui_body-cell-selected_c6tup_1q5zm_148:not(#\9):first-child {
193
- box-shadow: 0 0 0 4px var(--color-background-container-content-xlzim4, #ffffff);
192
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_sticky-cell_c6tup_1mvhd_175.awsui_body-cell-selected_c6tup_1mvhd_148:not(#\9):first-child {
193
+ box-shadow: 0 0 0 4px var(--color-background-container-content-rearqm, #ffffff);
194
194
  clip-path: inset(0 0 0 0);
195
195
  }
196
- .awsui_body-cell_c6tup_1q5zm_93.awsui_sticky-cell_c6tup_1q5zm_175.awsui_body-cell-selected_c6tup_1q5zm_148:not(#\9):last-child {
197
- box-shadow: 4px 0 0 0 var(--color-background-container-content-xlzim4, #ffffff);
196
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_sticky-cell_c6tup_1mvhd_175.awsui_body-cell-selected_c6tup_1mvhd_148:not(#\9):last-child {
197
+ box-shadow: 4px 0 0 0 var(--color-background-container-content-rearqm, #ffffff);
198
198
  clip-path: inset(0 0 0 0);
199
199
  }
200
- .awsui_body-cell_c6tup_1q5zm_93.awsui_sticky-cell_c6tup_1q5zm_175.awsui_body-cell-selected_c6tup_1q5zm_148:not(#\9):last-child.awsui_sticky-cell-last-right_c6tup_1q5zm_200 {
201
- box-shadow: var(--shadow-sticky-column-last-hzi1qw, -4px 0 8px 0 rgba(0, 28, 36, 0.1)), 8px 0 0 0 var(--color-background-container-content-xlzim4, #ffffff);
200
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_sticky-cell_c6tup_1mvhd_175.awsui_body-cell-selected_c6tup_1mvhd_148:not(#\9):last-child.awsui_sticky-cell-last-right_c6tup_1mvhd_200 {
201
+ box-shadow: var(--shadow-sticky-column-last-huqj6b, -4px 0 8px 0 rgba(0, 28, 36, 0.1)), 8px 0 0 0 var(--color-background-container-content-rearqm, #ffffff);
202
202
  clip-path: inset(0 0 0 -24px);
203
203
  }
204
- .awsui_body-cell_c6tup_1q5zm_93.awsui_sticky-cell-last-left_c6tup_1q5zm_204:not(#\9) {
205
- box-shadow: var(--shadow-sticky-column-first-koaqrl, 4px 0 8px 0 rgba(0, 28, 36, 0.1));
204
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_sticky-cell-last-left_c6tup_1mvhd_204:not(#\9) {
205
+ box-shadow: var(--shadow-sticky-column-first-qe17jl, 4px 0 8px 0 rgba(0, 28, 36, 0.1));
206
206
  clip-path: inset(0px -24px 0px 0px);
207
207
  }
208
- .awsui_body-cell_c6tup_1q5zm_93.awsui_sticky-cell-last-right_c6tup_1q5zm_200:not(#\9) {
209
- box-shadow: var(--shadow-sticky-column-last-hzi1qw, -4px 0 8px 0 rgba(0, 28, 36, 0.1));
208
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_sticky-cell-last-right_c6tup_1mvhd_200:not(#\9) {
209
+ box-shadow: var(--shadow-sticky-column-last-huqj6b, -4px 0 8px 0 rgba(0, 28, 36, 0.1));
210
210
  clip-path: inset(0 0 0 -24px);
211
211
  }
212
212
  @media (prefers-reduced-motion: reduce) {
213
- .awsui_body-cell_c6tup_1q5zm_93.awsui_sticky-cell_c6tup_1q5zm_175:not(#\9) {
213
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_sticky-cell_c6tup_1mvhd_175:not(#\9) {
214
214
  animation: none;
215
215
  transition: none;
216
216
  }
217
217
  }
218
- .awsui-motion-disabled .awsui_body-cell_c6tup_1q5zm_93.awsui_sticky-cell_c6tup_1q5zm_175:not(#\9), .awsui-mode-entering .awsui_body-cell_c6tup_1q5zm_93.awsui_sticky-cell_c6tup_1q5zm_175:not(#\9) {
218
+ .awsui-motion-disabled .awsui_body-cell_c6tup_1mvhd_93.awsui_sticky-cell_c6tup_1mvhd_175:not(#\9), .awsui-mode-entering .awsui_body-cell_c6tup_1mvhd_93.awsui_sticky-cell_c6tup_1mvhd_175:not(#\9) {
219
219
  animation: none;
220
220
  transition: none;
221
221
  }
222
- .awsui_body-cell-selected_c6tup_1q5zm_148:not(#\9):not(:first-child) {
222
+ .awsui_body-cell-selected_c6tup_1mvhd_148:not(#\9):not(:first-child) {
223
223
  padding-top: calc(
224
- var(--space-scaled-xs-sg3tfb, 8px) + (var(--border-item-width-x3q2fl, 1px) - var(--border-divider-list-width-iu80dg, 1px))
224
+ var(--space-scaled-xs-1lhnod, 8px) + (var(--border-item-width-kkhwsi, 1px) - var(--border-divider-list-width-efu3yc, 1px))
225
225
  );
226
226
  }
227
- .awsui_body-cell_c6tup_1q5zm_93:not(#\9):not(.awsui_body-cell-selected_c6tup_1q5zm_148).awsui_body-cell-next-selected_c6tup_1q5zm_227 {
227
+ .awsui_body-cell_c6tup_1mvhd_93:not(#\9):not(.awsui_body-cell-selected_c6tup_1mvhd_148).awsui_body-cell-next-selected_c6tup_1mvhd_227 {
228
228
  border-bottom: 0;
229
- padding-bottom: calc(var(--space-scaled-xs-sg3tfb, 8px) + var(--border-divider-list-width-iu80dg, 1px));
229
+ padding-bottom: calc(var(--space-scaled-xs-1lhnod, 8px) + var(--border-divider-list-width-efu3yc, 1px));
230
230
  }
231
- .awsui_body-cell-selected_c6tup_1q5zm_148.awsui_body-cell-prev-selected_c6tup_1q5zm_231:not(#\9) {
231
+ .awsui_body-cell-selected_c6tup_1mvhd_148.awsui_body-cell-prev-selected_c6tup_1mvhd_231:not(#\9) {
232
232
  padding-top: calc(
233
- var(--space-scaled-xs-sg3tfb, 8px) + (var(--border-item-width-x3q2fl, 1px) - var(--border-divider-list-width-iu80dg, 1px))
233
+ var(--space-scaled-xs-1lhnod, 8px) + (var(--border-item-width-kkhwsi, 1px) - var(--border-divider-list-width-efu3yc, 1px))
234
234
  );
235
- border-top: var(--border-divider-list-width-iu80dg, 1px) solid var(--color-border-item-placeholder-ohwyrb, transparent);
235
+ border-top: var(--border-divider-list-width-efu3yc, 1px) solid var(--color-border-item-placeholder-oiwz3t, transparent);
236
236
  }
237
- .awsui_body-cell-selected_c6tup_1q5zm_148.awsui_body-cell-next-selected_c6tup_1q5zm_227:not(#\9) {
238
- border-bottom-width: var(--border-divider-list-width-iu80dg, 1px);
237
+ .awsui_body-cell-selected_c6tup_1mvhd_148.awsui_body-cell-next-selected_c6tup_1mvhd_227:not(#\9) {
238
+ border-bottom-width: var(--border-divider-list-width-efu3yc, 1px);
239
239
  }
240
- .awsui_body-cell-selected_c6tup_1q5zm_148.awsui_body-cell-next-selected_c6tup_1q5zm_227:not(#\9):first-child {
240
+ .awsui_body-cell-selected_c6tup_1mvhd_148.awsui_body-cell-next-selected_c6tup_1mvhd_227:not(#\9):first-child {
241
241
  border-bottom-left-radius: 0;
242
242
  }
243
- .awsui_body-cell-selected_c6tup_1q5zm_148.awsui_body-cell-next-selected_c6tup_1q5zm_227:not(#\9):last-child {
243
+ .awsui_body-cell-selected_c6tup_1mvhd_148.awsui_body-cell-next-selected_c6tup_1mvhd_227:not(#\9):last-child {
244
244
  border-bottom-right-radius: 0;
245
245
  }
246
- .awsui_body-cell-selected_c6tup_1q5zm_148.awsui_body-cell-prev-selected_c6tup_1q5zm_231:not(#\9):first-child {
246
+ .awsui_body-cell-selected_c6tup_1mvhd_148.awsui_body-cell-prev-selected_c6tup_1mvhd_231:not(#\9):first-child {
247
247
  border-top-left-radius: 0;
248
248
  }
249
- .awsui_body-cell-selected_c6tup_1q5zm_148.awsui_body-cell-prev-selected_c6tup_1q5zm_231:not(#\9):last-child {
249
+ .awsui_body-cell-selected_c6tup_1mvhd_148.awsui_body-cell-prev-selected_c6tup_1mvhd_231:not(#\9):last-child {
250
250
  border-top-right-radius: 0;
251
251
  }
252
- .awsui_body-cell-selected_c6tup_1q5zm_148:not(#\9):not(.awsui_body-cell-prev-selected_c6tup_1q5zm_231) {
253
- padding-top: var(--space-scaled-xs-sg3tfb, 8px);
252
+ .awsui_body-cell-selected_c6tup_1mvhd_148:not(#\9):not(.awsui_body-cell-prev-selected_c6tup_1mvhd_231) {
253
+ padding-top: var(--space-scaled-xs-1lhnod, 8px);
254
254
  }
255
- .awsui_body-cell-editor_c6tup_1q5zm_255:not(#\9) {
255
+ .awsui_body-cell-editor_c6tup_1mvhd_255:not(#\9) {
256
256
  padding: 0 calc(
257
- var(--space-xs-7veqkr, 8px) + var(--space-xxs-xx079q, 4px)
257
+ var(--space-xs-e7dyai, 8px) + var(--space-xxs-1wmjb0, 4px)
258
258
  ) 0 0;
259
259
  }
260
- .awsui_body-cell-success_c6tup_1q5zm_260:not(#\9) {
260
+ .awsui_body-cell-success_c6tup_1mvhd_260:not(#\9) {
261
261
  padding: 0 calc(calc(
262
- var(--space-xs-7veqkr, 8px) + var(--space-xxs-xx079q, 4px)
263
- ) + calc(var(--size-icon-normal-sz51st, 16px) + var(--space-xs-7veqkr, 8px))) 0 0;
262
+ var(--space-xs-e7dyai, 8px) + var(--space-xxs-1wmjb0, 4px)
263
+ ) + calc(var(--size-icon-normal-99n8du, 16px) + var(--space-xs-e7dyai, 8px))) 0 0;
264
264
  }
265
- .awsui_body-cell-success_c6tup_1q5zm_260:not(#\9), .awsui_body-cell-editor_c6tup_1q5zm_255:not(#\9) {
265
+ .awsui_body-cell-success_c6tup_1mvhd_260:not(#\9), .awsui_body-cell-editor_c6tup_1mvhd_255:not(#\9) {
266
266
  top: 0;
267
267
  right: 0;
268
268
  bottom: 0;
@@ -274,134 +274,134 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
274
274
  outline: 0;
275
275
  background: 0;
276
276
  border: 0;
277
- color: var(--color-text-button-normal-default-8uqrfs, #545b64);
277
+ color: var(--color-text-button-normal-default-393ntb, #545b64);
278
278
  }
279
- .awsui_body-cell-success_c6tup_1q5zm_260:not(#\9):hover, .awsui_body-cell-editor_c6tup_1q5zm_255:not(#\9):hover {
280
- color: var(--color-text-button-normal-hover-b8w3yw, #16191f);
279
+ .awsui_body-cell-success_c6tup_1mvhd_260:not(#\9):hover, .awsui_body-cell-editor_c6tup_1mvhd_255:not(#\9):hover {
280
+ color: var(--color-text-button-normal-hover-yxs5at, #16191f);
281
281
  }
282
- .awsui_body-cell-success_c6tup_1q5zm_260:not(#\9):active, .awsui_body-cell-editor_c6tup_1q5zm_255:not(#\9):active {
283
- color: var(--color-text-button-normal-active-lwprdr, #16191f);
282
+ .awsui_body-cell-success_c6tup_1mvhd_260:not(#\9):active, .awsui_body-cell-editor_c6tup_1mvhd_255:not(#\9):active {
283
+ color: var(--color-text-button-normal-active-ibh6np, #16191f);
284
284
  }
285
- .awsui_body-cell-success-form_c6tup_1q5zm_285:not(#\9), .awsui_body-cell-editor-form_c6tup_1q5zm_285:not(#\9) {
286
- margin: calc(-1 * var(--space-xs-7veqkr, 8px)) calc(-1.5 * var(--space-xs-7veqkr, 8px));
285
+ .awsui_body-cell-success-form_c6tup_1mvhd_285:not(#\9), .awsui_body-cell-editor-form_c6tup_1mvhd_285:not(#\9) {
286
+ margin: calc(-1 * var(--space-xs-e7dyai, 8px)) calc(-1.5 * var(--space-xs-e7dyai, 8px));
287
287
  }
288
- .awsui_is-visual-refresh_c6tup_1q5zm_115.awsui_body-cell_c6tup_1q5zm_93:not(#\9):first-child.awsui_has-striped-rows_c6tup_1q5zm_127 > .awsui_body-cell-success-form_c6tup_1q5zm_285, .awsui_is-visual-refresh_c6tup_1q5zm_115.awsui_body-cell_c6tup_1q5zm_93:not(#\9):first-child.awsui_has-striped-rows_c6tup_1q5zm_127 > .awsui_body-cell-editor-form_c6tup_1q5zm_285 {
289
- margin-left: calc(-1 * var(--space-xxs-xx079q, 4px));
288
+ .awsui_is-visual-refresh_c6tup_1mvhd_115.awsui_body-cell_c6tup_1mvhd_93:not(#\9):first-child.awsui_has-striped-rows_c6tup_1mvhd_127 > .awsui_body-cell-success-form_c6tup_1mvhd_285, .awsui_is-visual-refresh_c6tup_1mvhd_115.awsui_body-cell_c6tup_1mvhd_93:not(#\9):first-child.awsui_has-striped-rows_c6tup_1mvhd_127 > .awsui_body-cell-editor-form_c6tup_1mvhd_285 {
289
+ margin-left: calc(-1 * var(--space-xxs-1wmjb0, 4px));
290
290
  }
291
- .awsui_is-visual-refresh_c6tup_1q5zm_115.awsui_body-cell_c6tup_1q5zm_93:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1q5zm_127) > .awsui_body-cell-success-form_c6tup_1q5zm_285, .awsui_is-visual-refresh_c6tup_1q5zm_115.awsui_body-cell_c6tup_1q5zm_93:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1q5zm_127) > .awsui_body-cell-editor-form_c6tup_1q5zm_285 {
292
- margin-left: calc(-1 * var(--space-xxxs-du4mq0, 2px));
291
+ .awsui_is-visual-refresh_c6tup_1mvhd_115.awsui_body-cell_c6tup_1mvhd_93:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mvhd_127) > .awsui_body-cell-success-form_c6tup_1mvhd_285, .awsui_is-visual-refresh_c6tup_1mvhd_115.awsui_body-cell_c6tup_1mvhd_93:not(#\9):first-child:not(.awsui_has-striped-rows_c6tup_1mvhd_127) > .awsui_body-cell-editor-form_c6tup_1mvhd_285 {
292
+ margin-left: calc(-1 * var(--space-xxxs-x2jyz4, 2px));
293
293
  }
294
- .awsui_body-cell-success-row_c6tup_1q5zm_294:not(#\9), .awsui_body-cell-editor-row_c6tup_1q5zm_294:not(#\9) {
294
+ .awsui_body-cell-success-row_c6tup_1mvhd_294:not(#\9), .awsui_body-cell-editor-row_c6tup_1mvhd_294:not(#\9) {
295
295
  display: flex;
296
296
  flex-flow: row nowrap;
297
297
  align-items: center;
298
298
  justify-content: space-between;
299
- column-gap: var(--space-xxs-xx079q, 4px);
299
+ column-gap: var(--space-xxs-1wmjb0, 4px);
300
300
  }
301
- .awsui_body-cell-success-row_c6tup_1q5zm_294 > :not(#\9):not(:last-child), .awsui_body-cell-editor-row_c6tup_1q5zm_294 > :not(#\9):not(:last-child) {
301
+ .awsui_body-cell-success-row_c6tup_1mvhd_294 > :not(#\9):not(:last-child), .awsui_body-cell-editor-row_c6tup_1mvhd_294 > :not(#\9):not(:last-child) {
302
302
  flex-grow: 1;
303
303
  }
304
- .awsui_body-cell-success-controls_c6tup_1q5zm_304:not(#\9), .awsui_body-cell-editor-controls_c6tup_1q5zm_304:not(#\9) {
304
+ .awsui_body-cell-success-controls_c6tup_1mvhd_304:not(#\9), .awsui_body-cell-editor-controls_c6tup_1mvhd_304:not(#\9) {
305
305
  flex-shrink: 0;
306
306
  }
307
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9) {
307
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9) {
308
308
  position: relative;
309
309
  cursor: pointer;
310
310
  }
311
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130.awsui_sticky-cell_c6tup_1q5zm_175:not(#\9) {
311
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130.awsui_sticky-cell_c6tup_1mvhd_175:not(#\9) {
312
312
  position: sticky;
313
313
  }
314
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130.awsui_body-cell-edit-active_c6tup_1q5zm_130:not(#\9) {
314
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130.awsui_body-cell-edit-active_c6tup_1mvhd_130:not(#\9) {
315
315
  overflow: visible;
316
316
  }
317
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130.awsui_body-cell-edit-active_c6tup_1q5zm_130.awsui_sticky-cell_c6tup_1q5zm_175:not(#\9) {
317
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130.awsui_body-cell-edit-active_c6tup_1mvhd_130.awsui_sticky-cell_c6tup_1mvhd_175:not(#\9) {
318
318
  position: sticky;
319
319
  }
320
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130) > .awsui_body-cell-editor_c6tup_1q5zm_255 {
320
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130) > .awsui_body-cell-editor_c6tup_1mvhd_255 {
321
321
  opacity: 0;
322
322
  }
323
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):focus-within {
324
- padding-right: calc(var(--space-scaled-l-w7rqqb, 20px) + var(--space-l-z6h7qi, 20px));
325
- padding-right: calc(var(--space-scaled-l-w7rqqb, 20px) + var(--space-l-z6h7qi, 20px));
323
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):focus-within {
324
+ padding-right: calc(var(--space-scaled-l-udxpzh, 20px) + var(--space-l-q5p9hz, 20px));
325
+ padding-right: calc(var(--space-scaled-l-udxpzh, 20px) + var(--space-l-q5p9hz, 20px));
326
326
  position: relative;
327
327
  }
328
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):focus-within.awsui_body-cell-has-success_c6tup_1q5zm_328 {
329
- padding-right: calc(var(--space-scaled-l-w7rqqb, 20px) + var(--space-l-z6h7qi, 20px) + calc(var(--size-icon-normal-sz51st, 16px) + var(--space-xs-7veqkr, 8px)));
328
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):focus-within.awsui_body-cell-has-success_c6tup_1mvhd_328 {
329
+ padding-right: calc(var(--space-scaled-l-udxpzh, 20px) + var(--space-l-q5p9hz, 20px) + calc(var(--size-icon-normal-99n8du, 16px) + var(--space-xs-e7dyai, 8px)));
330
330
  }
331
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):focus-within > .awsui_body-cell-editor_c6tup_1q5zm_255 {
331
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):focus-within > .awsui_body-cell-editor_c6tup_1mvhd_255 {
332
332
  opacity: 1;
333
333
  }
334
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):focus-within > .awsui_body-cell-success_c6tup_1q5zm_260 {
334
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):focus-within > .awsui_body-cell-success_c6tup_1mvhd_260 {
335
335
  opacity: 1;
336
336
  }
337
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):focus-within {
337
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):focus-within {
338
338
  outline: 2px dotted transparent;
339
- outline-offset: calc(calc(-1 * var(--space-scaled-xxs-gmgwxk, 4px)) - 1px);
339
+ outline-offset: calc(calc(-1 * var(--space-scaled-xxs-sh0ehj, 4px)) - 1px);
340
340
  }
341
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):focus-within::before {
341
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):focus-within::before {
342
342
  content: " ";
343
343
  display: block;
344
344
  position: absolute;
345
- left: calc(-1 * calc(-1 * var(--space-scaled-xxs-gmgwxk, 4px)));
346
- top: calc(-1 * calc(-1 * var(--space-scaled-xxs-gmgwxk, 4px)));
347
- width: calc(100% + 2 * calc(-1 * var(--space-scaled-xxs-gmgwxk, 4px)));
348
- height: calc(100% + 2 * calc(-1 * var(--space-scaled-xxs-gmgwxk, 4px)));
349
- border-radius: var(--border-radius-control-default-focus-ring-uu8qi4, 2px);
350
- box-shadow: 0 0 0 2px var(--color-border-item-focused-4clyb1, #0073bb);
351
- }
352
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):focus-within.awsui_sticky-cell_c6tup_1q5zm_175 {
345
+ left: calc(-1 * calc(-1 * var(--space-scaled-xxs-sh0ehj, 4px)));
346
+ top: calc(-1 * calc(-1 * var(--space-scaled-xxs-sh0ehj, 4px)));
347
+ width: calc(100% + 2 * calc(-1 * var(--space-scaled-xxs-sh0ehj, 4px)));
348
+ height: calc(100% + 2 * calc(-1 * var(--space-scaled-xxs-sh0ehj, 4px)));
349
+ border-radius: var(--border-radius-control-default-focus-ring-awoa2s, 2px);
350
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-gjqsnp, #0073bb);
351
+ }
352
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):focus-within.awsui_sticky-cell_c6tup_1mvhd_175 {
353
353
  position: sticky;
354
354
  }
355
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover {
355
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover {
356
356
  position: relative;
357
- background-color: var(--color-background-dropdown-item-hover-ooa2c9, #f2f3f3);
358
- border: var(--border-divider-list-width-iu80dg, 1px) solid var(--color-border-editable-cell-hover-oi7qcj, #879596);
359
- left: calc(-1 * var(--border-divider-list-width-iu80dg, 1px));
360
- right: calc(-1 * var(--border-divider-list-width-iu80dg, 1px));
361
- padding-right: calc(var(--space-scaled-l-w7rqqb, 20px) + var(--space-l-z6h7qi, 20px));
357
+ background-color: var(--color-background-dropdown-item-hover-s2rl3v, #f2f3f3);
358
+ border: var(--border-divider-list-width-efu3yc, 1px) solid var(--color-border-editable-cell-hover-h0sf61, #879596);
359
+ left: calc(-1 * var(--border-divider-list-width-efu3yc, 1px));
360
+ right: calc(-1 * var(--border-divider-list-width-efu3yc, 1px));
361
+ padding-right: calc(var(--space-scaled-l-udxpzh, 20px) + var(--space-l-q5p9hz, 20px));
362
362
  }
363
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover > .awsui_body-cell-editor_c6tup_1q5zm_255 {
363
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover > .awsui_body-cell-editor_c6tup_1mvhd_255 {
364
364
  opacity: 1;
365
365
  }
366
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover > .awsui_body-cell-success_c6tup_1q5zm_260 {
366
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover > .awsui_body-cell-success_c6tup_1mvhd_260 {
367
367
  opacity: 1;
368
368
  }
369
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover:first-child {
369
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover:first-child {
370
370
  left: 0;
371
371
  right: 0;
372
372
  }
373
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover > .awsui_body-cell-editor_c6tup_1q5zm_255 {
373
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover > .awsui_body-cell-editor_c6tup_1mvhd_255 {
374
374
  padding-right: calc(calc(
375
- var(--space-xs-7veqkr, 8px) + var(--space-xxs-xx079q, 4px)
376
- ) - (2 * var(--border-divider-list-width-iu80dg, 1px)));
375
+ var(--space-xs-e7dyai, 8px) + var(--space-xxs-1wmjb0, 4px)
376
+ ) - (2 * var(--border-divider-list-width-efu3yc, 1px)));
377
377
  }
378
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover > .awsui_body-cell-success_c6tup_1q5zm_260 {
378
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover > .awsui_body-cell-success_c6tup_1mvhd_260 {
379
379
  padding-right: calc(calc(calc(
380
- var(--space-xs-7veqkr, 8px) + var(--space-xxs-xx079q, 4px)
381
- ) + calc(var(--size-icon-normal-sz51st, 16px) + var(--space-xs-7veqkr, 8px))) - (2 * var(--border-divider-list-width-iu80dg, 1px)));
380
+ var(--space-xs-e7dyai, 8px) + var(--space-xxs-1wmjb0, 4px)
381
+ ) + calc(var(--size-icon-normal-99n8du, 16px) + var(--space-xs-e7dyai, 8px))) - (2 * var(--border-divider-list-width-efu3yc, 1px)));
382
382
  }
383
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover.awsui_body-cell-last-row_c6tup_1q5zm_148.awsui_body-cell-selected_c6tup_1q5zm_148, .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover.awsui_body-cell-next-selected_c6tup_1q5zm_227 {
384
- padding-top: calc(var(--space-scaled-xs-sg3tfb, 8px) - calc(var(--border-divider-list-width-iu80dg, 1px) / 2));
385
- padding-bottom: calc(var(--space-scaled-xs-sg3tfb, 8px) - calc(var(--border-divider-list-width-iu80dg, 1px) / 2));
383
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover.awsui_body-cell-last-row_c6tup_1mvhd_148.awsui_body-cell-selected_c6tup_1mvhd_148, .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover.awsui_body-cell-next-selected_c6tup_1mvhd_227 {
384
+ padding-top: calc(var(--space-scaled-xs-1lhnod, 8px) - calc(var(--border-divider-list-width-efu3yc, 1px) / 2));
385
+ padding-bottom: calc(var(--space-scaled-xs-1lhnod, 8px) - calc(var(--border-divider-list-width-efu3yc, 1px) / 2));
386
386
  }
387
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover.awsui_body-cell-last-row_c6tup_1q5zm_148:not(.awsui_body-cell-selected_c6tup_1q5zm_148) {
388
- padding-top: calc(var(--space-scaled-xs-sg3tfb, 8px) - calc(var(--border-divider-list-width-iu80dg, 1px)));
387
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover.awsui_body-cell-last-row_c6tup_1mvhd_148:not(.awsui_body-cell-selected_c6tup_1mvhd_148) {
388
+ padding-top: calc(var(--space-scaled-xs-1lhnod, 8px) - calc(var(--border-divider-list-width-efu3yc, 1px)));
389
389
  }
390
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover.awsui_body-cell-first-row_c6tup_1q5zm_145:not(.awsui_body-cell-selected_c6tup_1q5zm_148) {
391
- padding-top: calc(var(--space-scaled-xs-sg3tfb, 8px) - calc(var(--border-divider-list-width-iu80dg, 1px)));
392
- padding-bottom: calc(var(--space-scaled-xs-sg3tfb, 8px) - calc(var(--border-divider-list-width-iu80dg, 1px)));
390
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover.awsui_body-cell-first-row_c6tup_1mvhd_145:not(.awsui_body-cell-selected_c6tup_1mvhd_148) {
391
+ padding-top: calc(var(--space-scaled-xs-1lhnod, 8px) - calc(var(--border-divider-list-width-efu3yc, 1px)));
392
+ padding-bottom: calc(var(--space-scaled-xs-1lhnod, 8px) - calc(var(--border-divider-list-width-efu3yc, 1px)));
393
393
  }
394
- .awsui_body-cell_c6tup_1q5zm_93.awsui_body-cell-editable_c6tup_1q5zm_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover.awsui_sticky-cell_c6tup_1q5zm_175 {
394
+ .awsui_body-cell_c6tup_1mvhd_93.awsui_body-cell-editable_c6tup_1mvhd_130:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover.awsui_sticky-cell_c6tup_1mvhd_175 {
395
395
  position: sticky;
396
396
  }
397
- .awsui_body-cell-editable_c6tup_1q5zm_130.awsui_is-visual-refresh_c6tup_1q5zm_115:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover:first-child {
398
- border-top-left-radius: var(--border-radius-item-gy51bh, 0px);
399
- border-bottom-left-radius: var(--border-radius-item-gy51bh, 0px);
397
+ .awsui_body-cell-editable_c6tup_1mvhd_130.awsui_is-visual-refresh_c6tup_1mvhd_115:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover:first-child {
398
+ border-top-left-radius: var(--border-radius-item-dnq6eh, 0px);
399
+ border-bottom-left-radius: var(--border-radius-item-dnq6eh, 0px);
400
400
  }
401
- .awsui_body-cell-editable_c6tup_1q5zm_130.awsui_is-visual-refresh_c6tup_1q5zm_115:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover:last-child {
402
- border-top-right-radius: var(--border-radius-item-gy51bh, 0px);
403
- border-bottom-right-radius: var(--border-radius-item-gy51bh, 0px);
401
+ .awsui_body-cell-editable_c6tup_1mvhd_130.awsui_is-visual-refresh_c6tup_1mvhd_115:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover:last-child {
402
+ border-top-right-radius: var(--border-radius-item-dnq6eh, 0px);
403
+ border-bottom-right-radius: var(--border-radius-item-dnq6eh, 0px);
404
404
  }
405
- .awsui_body-cell-editable_c6tup_1q5zm_130.awsui_is-visual-refresh_c6tup_1q5zm_115:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover.awsui_body-cell-first-row_c6tup_1q5zm_145 > .awsui_body-cell-success_c6tup_1q5zm_260, .awsui_body-cell-editable_c6tup_1q5zm_130.awsui_is-visual-refresh_c6tup_1q5zm_115:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1q5zm_130):hover.awsui_body-cell-first-row_c6tup_1q5zm_145 > .awsui_body-cell-editor_c6tup_1q5zm_255 {
406
- padding-top: var(--border-divider-list-width-iu80dg, 1px);
405
+ .awsui_body-cell-editable_c6tup_1mvhd_130.awsui_is-visual-refresh_c6tup_1mvhd_115:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover.awsui_body-cell-first-row_c6tup_1mvhd_145 > .awsui_body-cell-success_c6tup_1mvhd_260, .awsui_body-cell-editable_c6tup_1mvhd_130.awsui_is-visual-refresh_c6tup_1mvhd_115:not(#\9):not(.awsui_body-cell-edit-active_c6tup_1mvhd_130):hover.awsui_body-cell-first-row_c6tup_1mvhd_145 > .awsui_body-cell-editor_c6tup_1mvhd_255 {
406
+ padding-top: var(--border-divider-list-width-efu3yc, 1px);
407
407
  }
@@ -2,33 +2,33 @@
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_1q5zm_93",
6
- "body-cell-wrap": "awsui_body-cell-wrap_c6tup_1q5zm_103",
7
- "is-visual-refresh": "awsui_is-visual-refresh_c6tup_1q5zm_115",
8
- "has-striped-rows": "awsui_has-striped-rows_c6tup_1q5zm_127",
9
- "body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_1q5zm_130",
10
- "body-cell-editable": "awsui_body-cell-editable_c6tup_1q5zm_130",
11
- "has-striped-rows-sticky-cell-pad-left": "awsui_has-striped-rows-sticky-cell-pad-left_c6tup_1q5zm_136",
12
- "has-selection": "awsui_has-selection_c6tup_1q5zm_139",
13
- "body-cell-first-row": "awsui_body-cell-first-row_c6tup_1q5zm_145",
14
- "body-cell-last-row": "awsui_body-cell-last-row_c6tup_1q5zm_148",
15
- "body-cell-selected": "awsui_body-cell-selected_c6tup_1q5zm_148",
16
- "has-footer": "awsui_has-footer_c6tup_1q5zm_148",
17
- "body-cell-shaded": "awsui_body-cell-shaded_c6tup_1q5zm_158",
18
- "sticky-cell": "awsui_sticky-cell_c6tup_1q5zm_175",
19
- "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_c6tup_1q5zm_183",
20
- "sticky-cell-last-right": "awsui_sticky-cell-last-right_c6tup_1q5zm_200",
21
- "sticky-cell-last-left": "awsui_sticky-cell-last-left_c6tup_1q5zm_204",
22
- "body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_1q5zm_227",
23
- "body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_1q5zm_231",
24
- "body-cell-editor": "awsui_body-cell-editor_c6tup_1q5zm_255",
25
- "body-cell-success": "awsui_body-cell-success_c6tup_1q5zm_260",
26
- "body-cell-success-form": "awsui_body-cell-success-form_c6tup_1q5zm_285",
27
- "body-cell-editor-form": "awsui_body-cell-editor-form_c6tup_1q5zm_285",
28
- "body-cell-success-row": "awsui_body-cell-success-row_c6tup_1q5zm_294",
29
- "body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_1q5zm_294",
30
- "body-cell-success-controls": "awsui_body-cell-success-controls_c6tup_1q5zm_304",
31
- "body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_1q5zm_304",
32
- "body-cell-has-success": "awsui_body-cell-has-success_c6tup_1q5zm_328"
5
+ "body-cell": "awsui_body-cell_c6tup_1mvhd_93",
6
+ "body-cell-wrap": "awsui_body-cell-wrap_c6tup_1mvhd_103",
7
+ "is-visual-refresh": "awsui_is-visual-refresh_c6tup_1mvhd_115",
8
+ "has-striped-rows": "awsui_has-striped-rows_c6tup_1mvhd_127",
9
+ "body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_1mvhd_130",
10
+ "body-cell-editable": "awsui_body-cell-editable_c6tup_1mvhd_130",
11
+ "has-striped-rows-sticky-cell-pad-left": "awsui_has-striped-rows-sticky-cell-pad-left_c6tup_1mvhd_136",
12
+ "has-selection": "awsui_has-selection_c6tup_1mvhd_139",
13
+ "body-cell-first-row": "awsui_body-cell-first-row_c6tup_1mvhd_145",
14
+ "body-cell-last-row": "awsui_body-cell-last-row_c6tup_1mvhd_148",
15
+ "body-cell-selected": "awsui_body-cell-selected_c6tup_1mvhd_148",
16
+ "has-footer": "awsui_has-footer_c6tup_1mvhd_148",
17
+ "body-cell-shaded": "awsui_body-cell-shaded_c6tup_1mvhd_158",
18
+ "sticky-cell": "awsui_sticky-cell_c6tup_1mvhd_175",
19
+ "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_c6tup_1mvhd_183",
20
+ "sticky-cell-last-right": "awsui_sticky-cell-last-right_c6tup_1mvhd_200",
21
+ "sticky-cell-last-left": "awsui_sticky-cell-last-left_c6tup_1mvhd_204",
22
+ "body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_1mvhd_227",
23
+ "body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_1mvhd_231",
24
+ "body-cell-editor": "awsui_body-cell-editor_c6tup_1mvhd_255",
25
+ "body-cell-success": "awsui_body-cell-success_c6tup_1mvhd_260",
26
+ "body-cell-success-form": "awsui_body-cell-success-form_c6tup_1mvhd_285",
27
+ "body-cell-editor-form": "awsui_body-cell-editor-form_c6tup_1mvhd_285",
28
+ "body-cell-success-row": "awsui_body-cell-success-row_c6tup_1mvhd_294",
29
+ "body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_1mvhd_294",
30
+ "body-cell-success-controls": "awsui_body-cell-success-controls_c6tup_1mvhd_304",
31
+ "body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_1mvhd_304",
32
+ "body-cell-has-success": "awsui_body-cell-has-success_c6tup_1mvhd_328"
33
33
  };
34
34
 
@@ -1,29 +1,29 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "header-cell": "awsui_header-cell_1spae_1ry8d_93",
5
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_1ry8d_105",
6
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_1ry8d_108",
7
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1ry8d_108",
8
- "header-cell-hidden": "awsui_header-cell-hidden_1spae_1ry8d_111",
9
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_1ry8d_114",
10
- "sticky-cell": "awsui_sticky-cell_1spae_1ry8d_117",
11
- "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_1ry8d_125",
12
- "has-selection": "awsui_has-selection_1spae_1ry8d_125",
13
- "sticky-cell-last-left": "awsui_sticky-cell-last-left_1spae_1ry8d_128",
14
- "header-cell-resizable": "awsui_header-cell-resizable_1spae_1ry8d_132",
15
- "sticky-cell-last-right": "awsui_sticky-cell-last-right_1spae_1ry8d_135",
16
- "sorting-icon": "awsui_sorting-icon_1spae_1ry8d_165",
17
- "edit-icon": "awsui_edit-icon_1spae_1ry8d_173",
18
- "header-cell-content": "awsui_header-cell-content_1spae_1ry8d_179",
19
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1ry8d_208",
20
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_1ry8d_226",
21
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_1ry8d_226",
22
- "header-cell-text": "awsui_header-cell-text_1spae_1ry8d_240",
23
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1ry8d_245",
24
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_1ry8d_251",
25
- "header-cell-descending": "awsui_header-cell-descending_1spae_1ry8d_252",
26
- "is-visual-refresh": "awsui_is-visual-refresh_1spae_1ry8d_262",
27
- "has-striped-rows": "awsui_has-striped-rows_1spae_1ry8d_273"
4
+ "header-cell": "awsui_header-cell_1spae_1o50b_93",
5
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_1o50b_105",
6
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_1o50b_108",
7
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1o50b_108",
8
+ "header-cell-hidden": "awsui_header-cell-hidden_1spae_1o50b_111",
9
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_1o50b_114",
10
+ "sticky-cell": "awsui_sticky-cell_1spae_1o50b_117",
11
+ "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_1o50b_125",
12
+ "has-selection": "awsui_has-selection_1spae_1o50b_125",
13
+ "sticky-cell-last-left": "awsui_sticky-cell-last-left_1spae_1o50b_128",
14
+ "header-cell-resizable": "awsui_header-cell-resizable_1spae_1o50b_132",
15
+ "sticky-cell-last-right": "awsui_sticky-cell-last-right_1spae_1o50b_135",
16
+ "sorting-icon": "awsui_sorting-icon_1spae_1o50b_165",
17
+ "edit-icon": "awsui_edit-icon_1spae_1o50b_173",
18
+ "header-cell-content": "awsui_header-cell-content_1spae_1o50b_179",
19
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1o50b_208",
20
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_1o50b_226",
21
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_1o50b_226",
22
+ "header-cell-text": "awsui_header-cell-text_1spae_1o50b_240",
23
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1o50b_245",
24
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_1o50b_251",
25
+ "header-cell-descending": "awsui_header-cell-descending_1spae_1o50b_252",
26
+ "is-visual-refresh": "awsui_is-visual-refresh_1spae_1o50b_262",
27
+ "has-striped-rows": "awsui_has-striped-rows_1spae_1o50b_273"
28
28
  };
29
29