@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,166 +90,166 @@ 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_header-cell_1spae_1ry8d_93:not(#\9) {
93
+ .awsui_header-cell_1spae_1o50b_93:not(#\9) {
94
94
  position: relative;
95
95
  text-align: left;
96
96
  box-sizing: border-box;
97
- border-bottom: var(--border-divider-section-width-p0xg84, 1px) solid var(--color-border-divider-default-uqjcpn, #eaeded);
98
- background: var(--color-background-table-header-fqke5t, #fafafa);
99
- color: var(--color-text-column-header-4pges2, #545b64);
100
- font-weight: var(--font-heading-s-weight-evnukz, 700);
101
- -webkit-font-smoothing: var(--font-smoothing-webkit-teqshp, auto);
102
- -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-apq2ca, auto);
103
- padding: var(--space-scaled-xxs-gmgwxk, 4px) var(--space-scaled-xs-sg3tfb, 8px);
104
- }
105
- .awsui_header-cell-sticky_1spae_1ry8d_105:not(#\9) {
106
- border-bottom: var(--border-table-sticky-width-yx825w, 0px) solid var(--color-border-divider-default-uqjcpn, #eaeded);
107
- }
108
- .awsui_header-cell-stuck_1spae_1ry8d_108:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_1ry8d_108) {
97
+ border-bottom: var(--border-divider-section-width-uu4597, 1px) solid var(--color-border-divider-default-z9h069, #eaeded);
98
+ background: var(--color-background-table-header-3l340r, #fafafa);
99
+ color: var(--color-text-column-header-x5w97h, #545b64);
100
+ font-weight: var(--font-heading-s-weight-l6eqf0, 700);
101
+ -webkit-font-smoothing: var(--font-smoothing-webkit-r8w2d6, auto);
102
+ -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ypl7oc, auto);
103
+ padding: var(--space-scaled-xxs-sh0ehj, 4px) var(--space-scaled-xs-1lhnod, 8px);
104
+ }
105
+ .awsui_header-cell-sticky_1spae_1o50b_105:not(#\9) {
106
+ border-bottom: var(--border-table-sticky-width-9ytit0, 0px) solid var(--color-border-divider-default-z9h069, #eaeded);
107
+ }
108
+ .awsui_header-cell-stuck_1spae_1o50b_108:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_1o50b_108) {
109
109
  border-bottom-color: transparent;
110
110
  }
111
- .awsui_header-cell-variant-full-page_1spae_1ry8d_108.awsui_header-cell-hidden_1spae_1ry8d_111:not(#\9) {
111
+ .awsui_header-cell-variant-full-page_1spae_1o50b_108.awsui_header-cell-hidden_1spae_1o50b_111:not(#\9) {
112
112
  border-bottom-color: transparent;
113
113
  }
114
- .awsui_header-cell_1spae_1ry8d_93:not(#\9):last-child, .awsui_header-cell_1spae_1ry8d_93.awsui_header-cell-sortable_1spae_1ry8d_114:not(#\9) {
115
- padding-right: var(--space-xs-7veqkr, 8px);
114
+ .awsui_header-cell_1spae_1o50b_93:not(#\9):last-child, .awsui_header-cell_1spae_1o50b_93.awsui_header-cell-sortable_1spae_1o50b_114:not(#\9) {
115
+ padding-right: var(--space-xs-e7dyai, 8px);
116
116
  }
117
- .awsui_header-cell_1spae_1ry8d_93.awsui_sticky-cell_1spae_1ry8d_117:not(#\9) {
117
+ .awsui_header-cell_1spae_1o50b_93.awsui_sticky-cell_1spae_1o50b_117:not(#\9) {
118
118
  position: sticky;
119
- background: var(--color-background-table-header-fqke5t, #fafafa);
119
+ background: var(--color-background-table-header-3l340r, #fafafa);
120
120
  z-index: 798;
121
121
  transition-property: padding;
122
- transition-duration: var(--motion-duration-transition-show-quick-jutpn8, 90ms);
123
- transition-timing-function: var(--motion-easing-sticky-ry2pb1, ease-out);
122
+ transition-duration: var(--motion-duration-transition-show-quick-x3utju, 90ms);
123
+ transition-timing-function: var(--motion-easing-sticky-defzv1, ease-out);
124
124
  }
125
- .awsui_header-cell_1spae_1ry8d_93.awsui_sticky-cell-pad-left_1spae_1ry8d_125:not(#\9):not(.awsui_has-selection_1spae_1ry8d_125) {
126
- padding-left: var(--space-table-horizontal-lwojp9, 0px);
125
+ .awsui_header-cell_1spae_1o50b_93.awsui_sticky-cell-pad-left_1spae_1o50b_125:not(#\9):not(.awsui_has-selection_1spae_1o50b_125) {
126
+ padding-left: var(--space-table-horizontal-tw1lw8, 0px);
127
127
  }
128
- .awsui_header-cell_1spae_1ry8d_93.awsui_sticky-cell-last-left_1spae_1ry8d_128:not(#\9) {
129
- box-shadow: var(--shadow-sticky-column-first-koaqrl, 4px 0 8px 0 rgba(0, 28, 36, 0.1));
128
+ .awsui_header-cell_1spae_1o50b_93.awsui_sticky-cell-last-left_1spae_1o50b_128:not(#\9) {
129
+ box-shadow: var(--shadow-sticky-column-first-qe17jl, 4px 0 8px 0 rgba(0, 28, 36, 0.1));
130
130
  clip-path: inset(0px -24px 0px 0px);
131
131
  }
132
- .awsui_header-cell_1spae_1ry8d_93.awsui_sticky-cell-last-left_1spae_1ry8d_128:not(#\9):not(.awsui_header-cell-resizable_1spae_1ry8d_132):before {
132
+ .awsui_header-cell_1spae_1o50b_93.awsui_sticky-cell-last-left_1spae_1o50b_128:not(#\9):not(.awsui_header-cell-resizable_1spae_1o50b_132):before {
133
133
  display: none;
134
134
  }
135
- .awsui_header-cell_1spae_1ry8d_93.awsui_sticky-cell-last-right_1spae_1ry8d_135:not(#\9) {
136
- box-shadow: var(--shadow-sticky-column-last-hzi1qw, -4px 0 8px 0 rgba(0, 28, 36, 0.1));
135
+ .awsui_header-cell_1spae_1o50b_93.awsui_sticky-cell-last-right_1spae_1o50b_135:not(#\9) {
136
+ box-shadow: var(--shadow-sticky-column-last-huqj6b, -4px 0 8px 0 rgba(0, 28, 36, 0.1));
137
137
  clip-path: inset(0 0 0 -24px);
138
138
  }
139
139
  @media (prefers-reduced-motion: reduce) {
140
- .awsui_header-cell_1spae_1ry8d_93.awsui_sticky-cell_1spae_1ry8d_117:not(#\9) {
140
+ .awsui_header-cell_1spae_1o50b_93.awsui_sticky-cell_1spae_1o50b_117:not(#\9) {
141
141
  animation: none;
142
142
  transition: none;
143
143
  }
144
144
  }
145
- .awsui-motion-disabled .awsui_header-cell_1spae_1ry8d_93.awsui_sticky-cell_1spae_1ry8d_117:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_1ry8d_93.awsui_sticky-cell_1spae_1ry8d_117:not(#\9) {
145
+ .awsui-motion-disabled .awsui_header-cell_1spae_1o50b_93.awsui_sticky-cell_1spae_1o50b_117:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_1o50b_93.awsui_sticky-cell_1spae_1o50b_117:not(#\9) {
146
146
  animation: none;
147
147
  transition: none;
148
148
  }
149
- .awsui_header-cell_1spae_1ry8d_93:not(#\9):not(:last-child):before {
149
+ .awsui_header-cell_1spae_1o50b_93:not(#\9):not(:last-child):before {
150
150
  content: "";
151
151
  position: absolute;
152
152
  right: 0;
153
153
  bottom: 0;
154
154
  top: 0;
155
- min-height: var(--font-heading-xs-line-height-61ulqg, 20px);
156
- max-height: calc(100% - calc(2 * var(--space-xs-7veqkr, 8px) + var(--space-xxxs-du4mq0, 2px)));
155
+ min-height: var(--font-heading-xs-line-height-eo46pq, 20px);
156
+ max-height: calc(100% - calc(2 * var(--space-xs-e7dyai, 8px) + var(--space-xxxs-x2jyz4, 2px)));
157
157
  margin: auto;
158
- border-left: var(--border-divider-section-width-p0xg84, 1px) solid var(--color-border-divider-default-uqjcpn, #eaeded);
158
+ border-left: var(--border-divider-section-width-uu4597, 1px) solid var(--color-border-divider-default-z9h069, #eaeded);
159
159
  box-sizing: border-box;
160
160
  }
161
- .awsui_header-cell-resizable_1spae_1ry8d_132:not(#\9):not(:last-child):before {
162
- border-left-color: var(--color-border-divider-interactive-default-ktxsgx, #687078);
161
+ .awsui_header-cell-resizable_1spae_1o50b_132:not(#\9):not(:last-child):before {
162
+ border-left-color: var(--color-border-divider-interactive-default-9qi4fv, #687078);
163
163
  }
164
164
 
165
- .awsui_sorting-icon_1spae_1ry8d_165:not(#\9) {
165
+ .awsui_sorting-icon_1spae_1o50b_165:not(#\9) {
166
166
  position: absolute;
167
167
  top: 50%;
168
168
  transform: translateY(-50%);
169
- right: var(--space-xxs-xx079q, 4px);
170
- color: var(--color-text-column-sorting-icon-2fj7hd, #687078);
169
+ right: var(--space-xxs-1wmjb0, 4px);
170
+ color: var(--color-text-column-sorting-icon-dv78ef, #687078);
171
171
  }
172
172
 
173
- .awsui_edit-icon_1spae_1ry8d_173:not(#\9) {
174
- margin-left: var(--space-xxs-xx079q, 4px);
175
- margin-top: var(--space-scaled-xxs-gmgwxk, 4px);
173
+ .awsui_edit-icon_1spae_1o50b_173:not(#\9) {
174
+ margin-left: var(--space-xxs-1wmjb0, 4px);
175
+ margin-top: var(--space-scaled-xxs-sh0ehj, 4px);
176
176
  color: inherit;
177
177
  }
178
178
 
179
- .awsui_header-cell-content_1spae_1ry8d_179:not(#\9) {
179
+ .awsui_header-cell-content_1spae_1o50b_179:not(#\9) {
180
180
  position: relative;
181
- padding: var(--space-scaled-xxs-gmgwxk, 4px) var(--space-s-o95p2n, 12px);
181
+ padding: var(--space-scaled-xxs-sh0ehj, 4px) var(--space-s-agghyv, 12px);
182
182
  }
183
- .awsui_header-cell-sortable_1spae_1ry8d_114 > .awsui_header-cell-content_1spae_1ry8d_179:not(#\9) {
184
- padding-right: calc(var(--space-xl-uesynn, 24px) + var(--space-xxs-xx079q, 4px));
183
+ .awsui_header-cell-sortable_1spae_1o50b_114 > .awsui_header-cell-content_1spae_1o50b_179:not(#\9) {
184
+ padding-right: calc(var(--space-xl-v605rp, 24px) + var(--space-xxs-1wmjb0, 4px));
185
185
  }
186
- .awsui_header-cell-content_1spae_1ry8d_179:not(#\9):focus {
186
+ .awsui_header-cell-content_1spae_1o50b_179:not(#\9):focus {
187
187
  outline: none;
188
188
  text-decoration: none;
189
189
  }
190
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1ry8d_179:not(#\9):focus {
190
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1o50b_179:not(#\9):focus {
191
191
  position: relative;
192
192
  }
193
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1ry8d_179:not(#\9):focus {
193
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1o50b_179:not(#\9):focus {
194
194
  outline: 2px dotted transparent;
195
- outline-offset: calc(var(--space-table-header-focus-outline-gutter-w7nu2w, 0px) - 1px);
195
+ outline-offset: calc(var(--space-table-header-focus-outline-gutter-2kbo2j, 0px) - 1px);
196
196
  }
197
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1ry8d_179:not(#\9):focus::before {
197
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1o50b_179:not(#\9):focus::before {
198
198
  content: " ";
199
199
  display: block;
200
200
  position: absolute;
201
- left: calc(-1 * var(--space-table-header-focus-outline-gutter-w7nu2w, 0px));
202
- top: calc(-1 * var(--space-table-header-focus-outline-gutter-w7nu2w, 0px));
203
- width: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-w7nu2w, 0px));
204
- height: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-w7nu2w, 0px));
205
- border-radius: var(--border-radius-control-default-focus-ring-uu8qi4, 2px);
206
- box-shadow: 0 0 0 2px var(--color-border-item-focused-4clyb1, #0073bb);
207
- }
208
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1ry8d_179.awsui_header-cell-fake-focus_1spae_1ry8d_208:not(#\9) {
201
+ left: calc(-1 * var(--space-table-header-focus-outline-gutter-2kbo2j, 0px));
202
+ top: calc(-1 * var(--space-table-header-focus-outline-gutter-2kbo2j, 0px));
203
+ width: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-2kbo2j, 0px));
204
+ height: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-2kbo2j, 0px));
205
+ border-radius: var(--border-radius-control-default-focus-ring-awoa2s, 2px);
206
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-gjqsnp, #0073bb);
207
+ }
208
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1o50b_179.awsui_header-cell-fake-focus_1spae_1o50b_208:not(#\9) {
209
209
  position: relative;
210
210
  }
211
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1ry8d_179.awsui_header-cell-fake-focus_1spae_1ry8d_208:not(#\9) {
211
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1o50b_179.awsui_header-cell-fake-focus_1spae_1o50b_208:not(#\9) {
212
212
  outline: 2px dotted transparent;
213
- outline-offset: calc(var(--space-table-header-focus-outline-gutter-w7nu2w, 0px) - 1px);
213
+ outline-offset: calc(var(--space-table-header-focus-outline-gutter-2kbo2j, 0px) - 1px);
214
214
  }
215
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1ry8d_179.awsui_header-cell-fake-focus_1spae_1ry8d_208:not(#\9)::before {
215
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1o50b_179.awsui_header-cell-fake-focus_1spae_1o50b_208:not(#\9)::before {
216
216
  content: " ";
217
217
  display: block;
218
218
  position: absolute;
219
- left: calc(-1 * var(--space-table-header-focus-outline-gutter-w7nu2w, 0px));
220
- top: calc(-1 * var(--space-table-header-focus-outline-gutter-w7nu2w, 0px));
221
- width: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-w7nu2w, 0px));
222
- height: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-w7nu2w, 0px));
223
- border-radius: var(--border-radius-control-default-focus-ring-uu8qi4, 2px);
224
- box-shadow: 0 0 0 2px var(--color-border-item-focused-4clyb1, #0073bb);
219
+ left: calc(-1 * var(--space-table-header-focus-outline-gutter-2kbo2j, 0px));
220
+ top: calc(-1 * var(--space-table-header-focus-outline-gutter-2kbo2j, 0px));
221
+ width: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-2kbo2j, 0px));
222
+ height: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-2kbo2j, 0px));
223
+ border-radius: var(--border-radius-control-default-focus-ring-awoa2s, 2px);
224
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-gjqsnp, #0073bb);
225
225
  }
226
- .awsui_header-cell-disabled_1spae_1ry8d_226.awsui_header-cell-sorted_1spae_1ry8d_226 > .awsui_header-cell-content_1spae_1ry8d_179 > .awsui_sorting-icon_1spae_1ry8d_165:not(#\9) {
227
- color: var(--color-text-interactive-disabled-48m1sz, #aab7b8);
226
+ .awsui_header-cell-disabled_1spae_1o50b_226.awsui_header-cell-sorted_1spae_1o50b_226 > .awsui_header-cell-content_1spae_1o50b_179 > .awsui_sorting-icon_1spae_1o50b_165:not(#\9) {
227
+ color: var(--color-text-interactive-disabled-as5h1g, #aab7b8);
228
228
  }
229
229
 
230
- .awsui_header-cell-sortable_1spae_1ry8d_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1ry8d_226) > .awsui_header-cell-content_1spae_1ry8d_179 {
230
+ .awsui_header-cell-sortable_1spae_1o50b_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1o50b_226) > .awsui_header-cell-content_1spae_1o50b_179 {
231
231
  cursor: pointer;
232
232
  }
233
- .awsui_header-cell-sortable_1spae_1ry8d_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1ry8d_226) > .awsui_header-cell-content_1spae_1ry8d_179:hover, .awsui_header-cell-sortable_1spae_1ry8d_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1ry8d_226).awsui_header-cell-sorted_1spae_1ry8d_226 > .awsui_header-cell-content_1spae_1ry8d_179 {
234
- color: var(--color-text-interactive-active-2cnt2n, #16191f);
233
+ .awsui_header-cell-sortable_1spae_1o50b_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1o50b_226) > .awsui_header-cell-content_1spae_1o50b_179:hover, .awsui_header-cell-sortable_1spae_1o50b_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1o50b_226).awsui_header-cell-sorted_1spae_1o50b_226 > .awsui_header-cell-content_1spae_1o50b_179 {
234
+ color: var(--color-text-interactive-active-zv2spm, #16191f);
235
235
  }
236
- .awsui_header-cell-sortable_1spae_1ry8d_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1ry8d_226) > .awsui_header-cell-content_1spae_1ry8d_179:hover > .awsui_sorting-icon_1spae_1ry8d_165, .awsui_header-cell-sortable_1spae_1ry8d_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1ry8d_226).awsui_header-cell-sorted_1spae_1ry8d_226 > .awsui_header-cell-content_1spae_1ry8d_179 > .awsui_sorting-icon_1spae_1ry8d_165 {
237
- color: var(--color-text-interactive-active-2cnt2n, #16191f);
236
+ .awsui_header-cell-sortable_1spae_1o50b_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1o50b_226) > .awsui_header-cell-content_1spae_1o50b_179:hover > .awsui_sorting-icon_1spae_1o50b_165, .awsui_header-cell-sortable_1spae_1o50b_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1o50b_226).awsui_header-cell-sorted_1spae_1o50b_226 > .awsui_header-cell-content_1spae_1o50b_179 > .awsui_sorting-icon_1spae_1o50b_165 {
237
+ color: var(--color-text-interactive-active-zv2spm, #16191f);
238
238
  }
239
239
 
240
- .awsui_header-cell-text_1spae_1ry8d_240:not(#\9) {
241
- line-height: var(--font-heading-xs-line-height-61ulqg, 20px);
242
- padding-top: calc(var(--space-xxxs-du4mq0, 2px) / 2);
243
- padding-bottom: calc(var(--space-xxxs-du4mq0, 2px) / 2);
240
+ .awsui_header-cell-text_1spae_1o50b_240:not(#\9) {
241
+ line-height: var(--font-heading-xs-line-height-eo46pq, 20px);
242
+ padding-top: calc(var(--space-xxxs-x2jyz4, 2px) / 2);
243
+ padding-bottom: calc(var(--space-xxxs-x2jyz4, 2px) / 2);
244
244
  }
245
- .awsui_header-cell-text_1spae_1ry8d_240:not(#\9):not(.awsui_header-cell-text-wrap_1spae_1ry8d_245) {
245
+ .awsui_header-cell-text_1spae_1o50b_240:not(#\9):not(.awsui_header-cell-text-wrap_1spae_1o50b_245) {
246
246
  white-space: nowrap;
247
247
  overflow: hidden;
248
248
  text-overflow: ellipsis;
249
249
  }
250
250
 
251
- .awsui_header-cell-ascending_1spae_1ry8d_251:not(#\9),
252
- .awsui_header-cell-descending_1spae_1ry8d_252:not(#\9) {
251
+ .awsui_header-cell-ascending_1spae_1o50b_251:not(#\9),
252
+ .awsui_header-cell-descending_1spae_1o50b_252:not(#\9) {
253
253
  /* used in test-utils */
254
254
  }
255
255
 
@@ -259,29 +259,29 @@ with the left edge of the table as closely as possible. If the
259
259
  last header cell is sortable the sort icon should align with the
260
260
  settings icon in the pagination slot.
261
261
  */
262
- .awsui_header-cell_1spae_1ry8d_93:not(#\9):not(.awsui_is-visual-refresh_1spae_1ry8d_262):first-child {
263
- padding-left: var(--space-xs-7veqkr, 8px);
262
+ .awsui_header-cell_1spae_1o50b_93:not(#\9):not(.awsui_is-visual-refresh_1spae_1o50b_262):first-child {
263
+ padding-left: var(--space-xs-e7dyai, 8px);
264
264
  }
265
265
 
266
- .awsui_header-cell_1spae_1ry8d_93.awsui_is-visual-refresh_1spae_1ry8d_262:not(#\9) {
266
+ .awsui_header-cell_1spae_1o50b_93.awsui_is-visual-refresh_1spae_1o50b_262:not(#\9) {
267
267
  /*
268
268
  Striped rows requires additional left padding because the
269
269
  shaded background makes the child content appear too close
270
270
  to the table edge.
271
271
  */
272
272
  }
273
- .awsui_header-cell_1spae_1ry8d_93.awsui_is-visual-refresh_1spae_1ry8d_262:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1ry8d_273) {
274
- padding-left: var(--space-xxxs-du4mq0, 2px);
273
+ .awsui_header-cell_1spae_1o50b_93.awsui_is-visual-refresh_1spae_1o50b_262:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1o50b_273) {
274
+ padding-left: var(--space-xxxs-x2jyz4, 2px);
275
275
  }
276
- .awsui_header-cell_1spae_1ry8d_93.awsui_is-visual-refresh_1spae_1ry8d_262:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1ry8d_273).awsui_sticky-cell-pad-left_1spae_1ry8d_125 {
277
- padding-left: var(--space-table-horizontal-lwojp9, 0px);
276
+ .awsui_header-cell_1spae_1o50b_93.awsui_is-visual-refresh_1spae_1o50b_262:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1o50b_273).awsui_sticky-cell-pad-left_1spae_1o50b_125 {
277
+ padding-left: var(--space-table-horizontal-tw1lw8, 0px);
278
278
  }
279
- .awsui_header-cell_1spae_1ry8d_93.awsui_is-visual-refresh_1spae_1ry8d_262:not(#\9):first-child.awsui_has-striped-rows_1spae_1ry8d_273 {
280
- padding-left: var(--space-xxs-xx079q, 4px);
279
+ .awsui_header-cell_1spae_1o50b_93.awsui_is-visual-refresh_1spae_1o50b_262:not(#\9):first-child.awsui_has-striped-rows_1spae_1o50b_273 {
280
+ padding-left: var(--space-xxs-1wmjb0, 4px);
281
281
  }
282
- .awsui_header-cell_1spae_1ry8d_93.awsui_is-visual-refresh_1spae_1ry8d_262:not(#\9):first-child > .awsui_header-cell-content_1spae_1ry8d_179 {
282
+ .awsui_header-cell_1spae_1o50b_93.awsui_is-visual-refresh_1spae_1o50b_262:not(#\9):first-child > .awsui_header-cell-content_1spae_1o50b_179 {
283
283
  padding-left: 0;
284
284
  }
285
- .awsui_header-cell_1spae_1ry8d_93.awsui_is-visual-refresh_1spae_1ry8d_262:not(#\9):last-child.awsui_header-cell-sortable_1spae_1ry8d_114 {
286
- padding-right: var(--space-xxxs-du4mq0, 2px);
285
+ .awsui_header-cell_1spae_1o50b_93.awsui_is-visual-refresh_1spae_1o50b_262:not(#\9):last-child.awsui_header-cell-sortable_1spae_1o50b_114 {
286
+ padding-right: var(--space-xxxs-x2jyz4, 2px);
287
287
  }
@@ -2,29 +2,29 @@
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_1ry8d_93",
6
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_1ry8d_105",
7
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_1ry8d_108",
8
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1ry8d_108",
9
- "header-cell-hidden": "awsui_header-cell-hidden_1spae_1ry8d_111",
10
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_1ry8d_114",
11
- "sticky-cell": "awsui_sticky-cell_1spae_1ry8d_117",
12
- "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_1ry8d_125",
13
- "has-selection": "awsui_has-selection_1spae_1ry8d_125",
14
- "sticky-cell-last-left": "awsui_sticky-cell-last-left_1spae_1ry8d_128",
15
- "header-cell-resizable": "awsui_header-cell-resizable_1spae_1ry8d_132",
16
- "sticky-cell-last-right": "awsui_sticky-cell-last-right_1spae_1ry8d_135",
17
- "sorting-icon": "awsui_sorting-icon_1spae_1ry8d_165",
18
- "edit-icon": "awsui_edit-icon_1spae_1ry8d_173",
19
- "header-cell-content": "awsui_header-cell-content_1spae_1ry8d_179",
20
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1ry8d_208",
21
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_1ry8d_226",
22
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_1ry8d_226",
23
- "header-cell-text": "awsui_header-cell-text_1spae_1ry8d_240",
24
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1ry8d_245",
25
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_1ry8d_251",
26
- "header-cell-descending": "awsui_header-cell-descending_1spae_1ry8d_252",
27
- "is-visual-refresh": "awsui_is-visual-refresh_1spae_1ry8d_262",
28
- "has-striped-rows": "awsui_has-striped-rows_1spae_1ry8d_273"
5
+ "header-cell": "awsui_header-cell_1spae_1o50b_93",
6
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_1o50b_105",
7
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_1o50b_108",
8
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1o50b_108",
9
+ "header-cell-hidden": "awsui_header-cell-hidden_1spae_1o50b_111",
10
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_1o50b_114",
11
+ "sticky-cell": "awsui_sticky-cell_1spae_1o50b_117",
12
+ "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_1o50b_125",
13
+ "has-selection": "awsui_has-selection_1spae_1o50b_125",
14
+ "sticky-cell-last-left": "awsui_sticky-cell-last-left_1spae_1o50b_128",
15
+ "header-cell-resizable": "awsui_header-cell-resizable_1spae_1o50b_132",
16
+ "sticky-cell-last-right": "awsui_sticky-cell-last-right_1spae_1o50b_135",
17
+ "sorting-icon": "awsui_sorting-icon_1spae_1o50b_165",
18
+ "edit-icon": "awsui_edit-icon_1spae_1o50b_173",
19
+ "header-cell-content": "awsui_header-cell-content_1spae_1o50b_179",
20
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1o50b_208",
21
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_1o50b_226",
22
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_1o50b_226",
23
+ "header-cell-text": "awsui_header-cell-text_1spae_1o50b_240",
24
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1o50b_245",
25
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_1o50b_251",
26
+ "header-cell-descending": "awsui_header-cell-descending_1spae_1o50b_252",
27
+ "is-visual-refresh": "awsui_is-visual-refresh_1spae_1o50b_262",
28
+ "has-striped-rows": "awsui_has-striped-rows_1spae_1o50b_273"
29
29
  };
30
30
 
@@ -1,11 +1,11 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "resize-active": "awsui_resize-active_x7peu_13ejg_93",
5
- "resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_13ejg_93",
6
- "resizer": "awsui_resizer_x7peu_13ejg_98",
7
- "resizer-active": "awsui_resizer-active_x7peu_13ejg_114",
8
- "has-focus": "awsui_has-focus_x7peu_13ejg_126",
9
- "tracker": "awsui_tracker_x7peu_13ejg_149"
4
+ "resize-active": "awsui_resize-active_x7peu_1oae0_93",
5
+ "resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_1oae0_93",
6
+ "resizer": "awsui_resizer_x7peu_1oae0_98",
7
+ "resizer-active": "awsui_resizer-active_x7peu_1oae0_114",
8
+ "has-focus": "awsui_has-focus_x7peu_1oae0_126",
9
+ "tracker": "awsui_tracker_x7peu_1oae0_149"
10
10
  };
11
11
 
@@ -90,71 +90,71 @@ 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_resize-active_x7peu_13ejg_93:not(#\9):not(.awsui_resize-active-with-focus_x7peu_13ejg_93) * {
93
+ .awsui_resize-active_x7peu_1oae0_93:not(#\9):not(.awsui_resize-active-with-focus_x7peu_1oae0_93) * {
94
94
  cursor: col-resize;
95
95
  -webkit-user-select: none;
96
96
  user-select: none;
97
97
  }
98
98
 
99
- .awsui_resizer_x7peu_13ejg_98:not(#\9) {
99
+ .awsui_resizer_x7peu_1oae0_98:not(#\9) {
100
100
  bottom: 0;
101
101
  cursor: col-resize;
102
102
  position: absolute;
103
- right: calc(-1 * var(--space-l-z6h7qi, 20px) / 2);
103
+ right: calc(-1 * var(--space-l-q5p9hz, 20px) / 2);
104
104
  top: 0;
105
- width: var(--space-l-z6h7qi, 20px);
105
+ width: var(--space-l-q5p9hz, 20px);
106
106
  z-index: 10;
107
107
  }
108
- .awsui_resize-active_x7peu_13ejg_93 .awsui_resizer_x7peu_13ejg_98:not(#\9) {
108
+ .awsui_resize-active_x7peu_1oae0_93 .awsui_resizer_x7peu_1oae0_98:not(#\9) {
109
109
  pointer-events: none;
110
110
  }
111
- th:not(#\9):last-child > .awsui_resizer_x7peu_13ejg_98 {
112
- width: calc(var(--space-l-z6h7qi, 20px) / 2);
111
+ th:not(#\9):last-child > .awsui_resizer_x7peu_1oae0_98 {
112
+ width: calc(var(--space-l-q5p9hz, 20px) / 2);
113
113
  right: 0;
114
114
  }
115
- th:not(#\9):not(:last-child) > .awsui_resizer_x7peu_13ejg_98:hover::before, th:not(#\9):not(:last-child) > .awsui_resizer-active_x7peu_13ejg_114::before {
115
+ th:not(#\9):not(:last-child) > .awsui_resizer_x7peu_1oae0_98:hover::before, th:not(#\9):not(:last-child) > .awsui_resizer-active_x7peu_1oae0_114::before {
116
116
  content: "";
117
117
  position: absolute;
118
- left: calc(var(--space-l-z6h7qi, 20px) / 2 - 2px);
118
+ left: calc(var(--space-l-q5p9hz, 20px) / 2 - 2px);
119
119
  bottom: 0;
120
120
  top: 0;
121
- min-height: var(--font-heading-xs-line-height-61ulqg, 20px);
122
- max-height: calc(100% - calc(2 * var(--space-xs-7veqkr, 8px) + var(--space-xxxs-du4mq0, 2px)));
121
+ min-height: var(--font-heading-xs-line-height-eo46pq, 20px);
122
+ max-height: calc(100% - calc(2 * var(--space-xs-e7dyai, 8px) + var(--space-xxxs-x2jyz4, 2px)));
123
123
  margin: auto;
124
- border-left: 2px solid var(--color-border-divider-active-w8jlsh, #687078);
124
+ border-left: 2px solid var(--color-border-divider-active-5qw2v4, #687078);
125
125
  box-sizing: border-box;
126
126
  }
127
- body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_13ejg_98.awsui_has-focus_x7peu_13ejg_126:not(#\9) {
127
+ body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_1oae0_98.awsui_has-focus_x7peu_1oae0_126:not(#\9) {
128
128
  position: relative;
129
129
  position: absolute;
130
130
  }
131
- body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_13ejg_98.awsui_has-focus_x7peu_13ejg_126:not(#\9) {
131
+ body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_1oae0_98.awsui_has-focus_x7peu_1oae0_126:not(#\9) {
132
132
  outline: 2px dotted transparent;
133
- outline-offset: calc(var(--space-table-header-focus-outline-gutter-w7nu2w, 0px) - 1px);
133
+ outline-offset: calc(var(--space-table-header-focus-outline-gutter-2kbo2j, 0px) - 1px);
134
134
  }
135
- body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_13ejg_98.awsui_has-focus_x7peu_13ejg_126:not(#\9)::before {
135
+ body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_1oae0_98.awsui_has-focus_x7peu_1oae0_126:not(#\9)::before {
136
136
  content: " ";
137
137
  display: block;
138
138
  position: absolute;
139
- left: calc(-1 * var(--space-table-header-focus-outline-gutter-w7nu2w, 0px));
140
- top: calc(-1 * var(--space-table-header-focus-outline-gutter-w7nu2w, 0px));
141
- width: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-w7nu2w, 0px));
142
- height: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-w7nu2w, 0px));
143
- border-radius: var(--border-radius-control-default-focus-ring-uu8qi4, 2px);
144
- box-shadow: 0 0 0 2px var(--color-border-item-focused-4clyb1, #0073bb);
139
+ left: calc(-1 * var(--space-table-header-focus-outline-gutter-2kbo2j, 0px));
140
+ top: calc(-1 * var(--space-table-header-focus-outline-gutter-2kbo2j, 0px));
141
+ width: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-2kbo2j, 0px));
142
+ height: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-2kbo2j, 0px));
143
+ border-radius: var(--border-radius-control-default-focus-ring-awoa2s, 2px);
144
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-gjqsnp, #0073bb);
145
145
  }
146
- body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_13ejg_98.awsui_has-focus_x7peu_13ejg_126:not(#\9)::before {
147
- box-shadow: inset 0 0 0 2px var(--color-border-item-focused-4clyb1, #0073bb);
146
+ body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_1oae0_98.awsui_has-focus_x7peu_1oae0_126:not(#\9)::before {
147
+ box-shadow: inset 0 0 0 2px var(--color-border-item-focused-gjqsnp, #0073bb);
148
148
  }
149
149
 
150
- .awsui_tracker_x7peu_13ejg_149:not(#\9) {
150
+ .awsui_tracker_x7peu_1oae0_149:not(#\9) {
151
151
  display: none;
152
152
  position: absolute;
153
- border-left: var(--border-divider-list-width-iu80dg, 1px) dashed var(--color-border-divider-active-w8jlsh, #687078);
153
+ border-left: var(--border-divider-list-width-efu3yc, 1px) dashed var(--color-border-divider-active-5qw2v4, #687078);
154
154
  width: 0;
155
155
  top: 0;
156
156
  bottom: 0;
157
157
  }
158
- .awsui_resize-active_x7peu_13ejg_93 .awsui_tracker_x7peu_13ejg_149:not(#\9) {
158
+ .awsui_resize-active_x7peu_1oae0_93 .awsui_tracker_x7peu_1oae0_149:not(#\9) {
159
159
  display: block;
160
160
  }
@@ -2,11 +2,11 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "resize-active": "awsui_resize-active_x7peu_13ejg_93",
6
- "resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_13ejg_93",
7
- "resizer": "awsui_resizer_x7peu_13ejg_98",
8
- "resizer-active": "awsui_resizer-active_x7peu_13ejg_114",
9
- "has-focus": "awsui_has-focus_x7peu_13ejg_126",
10
- "tracker": "awsui_tracker_x7peu_13ejg_149"
5
+ "resize-active": "awsui_resize-active_x7peu_1oae0_93",
6
+ "resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_1oae0_93",
7
+ "resizer": "awsui_resizer_x7peu_1oae0_98",
8
+ "resizer-active": "awsui_resizer-active_x7peu_1oae0_114",
9
+ "has-focus": "awsui_has-focus_x7peu_1oae0_126",
10
+ "tracker": "awsui_tracker_x7peu_1oae0_149"
11
11
  };
12
12
 
@@ -1,8 +1,8 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_1ut8b_12bax_93",
5
- "label": "awsui_label_1ut8b_12bax_97",
6
- "stud": "awsui_stud_1ut8b_12bax_111"
4
+ "root": "awsui_root_1ut8b_jlzpx_93",
5
+ "label": "awsui_label_1ut8b_jlzpx_97",
6
+ "stud": "awsui_stud_1ut8b_jlzpx_111"
7
7
  };
8
8
 
@@ -90,16 +90,16 @@ 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_root_1ut8b_12bax_93:not(#\9) {
93
+ .awsui_root_1ut8b_jlzpx_93:not(#\9) {
94
94
  /* used in test-utils and in the use-selection hook */
95
95
  }
96
96
 
97
- .awsui_label_1ut8b_12bax_97:not(#\9) {
97
+ .awsui_label_1ut8b_jlzpx_97:not(#\9) {
98
98
  display: flex;
99
99
  align-items: center;
100
100
  justify-content: center;
101
101
  position: absolute;
102
- padding-bottom: var(--space-xxs-xx079q, 4px);
102
+ padding-bottom: var(--space-xxs-1wmjb0, 4px);
103
103
  height: 100%;
104
104
  top: 0;
105
105
  width: 100%;
@@ -108,6 +108,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
108
108
  border-right: 1px solid transparent;
109
109
  }
110
110
 
111
- .awsui_stud_1ut8b_12bax_111:not(#\9) {
111
+ .awsui_stud_1ut8b_jlzpx_111:not(#\9) {
112
112
  visibility: hidden;
113
113
  }
@@ -2,8 +2,8 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_1ut8b_12bax_93",
6
- "label": "awsui_label_1ut8b_12bax_97",
7
- "stud": "awsui_stud_1ut8b_12bax_111"
5
+ "root": "awsui_root_1ut8b_jlzpx_93",
6
+ "label": "awsui_label_1ut8b_jlzpx_97",
7
+ "stud": "awsui_stud_1ut8b_jlzpx_111"
8
8
  };
9
9
 
@@ -1,39 +1,39 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_wih1l_1cdb5_97",
5
- "tools": "awsui_tools_wih1l_1cdb5_108",
6
- "tools-filtering": "awsui_tools-filtering_wih1l_1cdb5_114",
7
- "tools-align-right": "awsui_tools-align-right_wih1l_1cdb5_128",
8
- "tools-pagination": "awsui_tools-pagination_wih1l_1cdb5_132",
9
- "tools-preferences": "awsui_tools-preferences_wih1l_1cdb5_132",
10
- "tools-small": "awsui_tools-small_wih1l_1cdb5_138",
11
- "table": "awsui_table_wih1l_1cdb5_144",
12
- "table-layout-fixed": "awsui_table-layout-fixed_wih1l_1cdb5_150",
13
- "wrapper": "awsui_wrapper_wih1l_1cdb5_154",
14
- "variant-stacked": "awsui_variant-stacked_wih1l_1cdb5_161",
15
- "variant-container": "awsui_variant-container_wih1l_1cdb5_161",
16
- "has-footer": "awsui_has-footer_wih1l_1cdb5_165",
17
- "has-header": "awsui_has-header_wih1l_1cdb5_168",
18
- "cell-merged": "awsui_cell-merged_wih1l_1cdb5_182",
19
- "cell-merged-content": "awsui_cell-merged-content_wih1l_1cdb5_193",
20
- "empty": "awsui_empty_wih1l_1cdb5_208",
21
- "loading": "awsui_loading_wih1l_1cdb5_212",
22
- "selection-control": "awsui_selection-control_wih1l_1cdb5_221",
23
- "selection-control-header": "awsui_selection-control-header_wih1l_1cdb5_228",
24
- "dark-header": "awsui_dark-header_wih1l_1cdb5_237",
25
- "header-secondary": "awsui_header-secondary_wih1l_1cdb5_242",
26
- "table-has-header": "awsui_table-has-header_wih1l_1cdb5_258",
27
- "header-controls": "awsui_header-controls_wih1l_1cdb5_262",
28
- "variant-full-page": "awsui_variant-full-page_wih1l_1cdb5_266",
29
- "variant-embedded": "awsui_variant-embedded_wih1l_1cdb5_274",
30
- "variant-borderless": "awsui_variant-borderless_wih1l_1cdb5_274",
31
- "footer-wrapper": "awsui_footer-wrapper_wih1l_1cdb5_280",
32
- "footer": "awsui_footer_wih1l_1cdb5_280",
33
- "footer-with-pagination": "awsui_footer-with-pagination_wih1l_1cdb5_288",
34
- "footer-pagination": "awsui_footer-pagination_wih1l_1cdb5_296",
35
- "thead-active": "awsui_thead-active_wih1l_1cdb5_300",
36
- "row": "awsui_row_wih1l_1cdb5_301",
37
- "row-selected": "awsui_row-selected_wih1l_1cdb5_302"
4
+ "root": "awsui_root_wih1l_17u0m_97",
5
+ "tools": "awsui_tools_wih1l_17u0m_108",
6
+ "tools-filtering": "awsui_tools-filtering_wih1l_17u0m_114",
7
+ "tools-align-right": "awsui_tools-align-right_wih1l_17u0m_128",
8
+ "tools-pagination": "awsui_tools-pagination_wih1l_17u0m_132",
9
+ "tools-preferences": "awsui_tools-preferences_wih1l_17u0m_132",
10
+ "tools-small": "awsui_tools-small_wih1l_17u0m_138",
11
+ "table": "awsui_table_wih1l_17u0m_144",
12
+ "table-layout-fixed": "awsui_table-layout-fixed_wih1l_17u0m_150",
13
+ "wrapper": "awsui_wrapper_wih1l_17u0m_154",
14
+ "variant-stacked": "awsui_variant-stacked_wih1l_17u0m_161",
15
+ "variant-container": "awsui_variant-container_wih1l_17u0m_161",
16
+ "has-footer": "awsui_has-footer_wih1l_17u0m_165",
17
+ "has-header": "awsui_has-header_wih1l_17u0m_168",
18
+ "cell-merged": "awsui_cell-merged_wih1l_17u0m_182",
19
+ "cell-merged-content": "awsui_cell-merged-content_wih1l_17u0m_193",
20
+ "empty": "awsui_empty_wih1l_17u0m_208",
21
+ "loading": "awsui_loading_wih1l_17u0m_212",
22
+ "selection-control": "awsui_selection-control_wih1l_17u0m_221",
23
+ "selection-control-header": "awsui_selection-control-header_wih1l_17u0m_228",
24
+ "dark-header": "awsui_dark-header_wih1l_17u0m_237",
25
+ "header-secondary": "awsui_header-secondary_wih1l_17u0m_242",
26
+ "table-has-header": "awsui_table-has-header_wih1l_17u0m_258",
27
+ "header-controls": "awsui_header-controls_wih1l_17u0m_262",
28
+ "variant-full-page": "awsui_variant-full-page_wih1l_17u0m_266",
29
+ "variant-embedded": "awsui_variant-embedded_wih1l_17u0m_274",
30
+ "variant-borderless": "awsui_variant-borderless_wih1l_17u0m_274",
31
+ "footer-wrapper": "awsui_footer-wrapper_wih1l_17u0m_280",
32
+ "footer": "awsui_footer_wih1l_17u0m_280",
33
+ "footer-with-pagination": "awsui_footer-with-pagination_wih1l_17u0m_288",
34
+ "footer-pagination": "awsui_footer-pagination_wih1l_17u0m_296",
35
+ "thead-active": "awsui_thead-active_wih1l_17u0m_300",
36
+ "row": "awsui_row_wih1l_17u0m_301",
37
+ "row-selected": "awsui_row-selected_wih1l_17u0m_302"
38
38
  };
39
39