@cloudscape-design/components-themeable 3.0.549 → 3.0.550

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 (365) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/header/styles.scss +11 -0
  3. package/lib/internal/scss/icon/styles.scss +22 -0
  4. package/lib/internal/scss/internal/components/dropdown/styles.scss +8 -0
  5. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +46 -40
  6. package/lib/internal/scss/internal/styles/direction.scss +20 -0
  7. package/lib/internal/scss/internal/styles/index.scss +1 -0
  8. package/lib/internal/scss/spinner/styles.scss +39 -16
  9. package/lib/internal/template/alert/styles.css.js +25 -25
  10. package/lib/internal/template/alert/styles.scoped.css +45 -39
  11. package/lib/internal/template/alert/styles.selectors.js +25 -25
  12. package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
  13. package/lib/internal/template/anchor-navigation/styles.scoped.css +24 -18
  14. package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
  15. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  16. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +36 -30
  17. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  18. package/lib/internal/template/app-layout/content-wrapper/styles.css.js +3 -3
  19. package/lib/internal/template/app-layout/content-wrapper/styles.scoped.css +12 -6
  20. package/lib/internal/template/app-layout/content-wrapper/styles.selectors.js +3 -3
  21. package/lib/internal/template/app-layout/drawer/styles.css.js +12 -12
  22. package/lib/internal/template/app-layout/drawer/styles.scoped.css +26 -20
  23. package/lib/internal/template/app-layout/drawer/styles.selectors.js +12 -12
  24. package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +8 -8
  25. package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +14 -8
  26. package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +8 -8
  27. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  28. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  29. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  30. package/lib/internal/template/app-layout/split-panel/styles.css.js +2 -2
  31. package/lib/internal/template/app-layout/split-panel/styles.scoped.css +8 -2
  32. package/lib/internal/template/app-layout/split-panel/styles.selectors.js +2 -2
  33. package/lib/internal/template/app-layout/styles.css.js +16 -16
  34. package/lib/internal/template/app-layout/styles.scoped.css +25 -19
  35. package/lib/internal/template/app-layout/styles.selectors.js +16 -16
  36. package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
  37. package/lib/internal/template/app-layout/toggles/styles.scoped.css +12 -6
  38. package/lib/internal/template/app-layout/toggles/styles.selectors.js +2 -2
  39. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +81 -81
  40. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +294 -288
  41. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +81 -81
  42. package/lib/internal/template/area-chart/styles.css.js +6 -6
  43. package/lib/internal/template/area-chart/styles.scoped.css +15 -9
  44. package/lib/internal/template/area-chart/styles.selectors.js +6 -6
  45. package/lib/internal/template/attribute-editor/styles.css.js +14 -14
  46. package/lib/internal/template/attribute-editor/styles.scoped.css +30 -24
  47. package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
  48. package/lib/internal/template/autosuggest/autosuggest-option.d.ts +0 -1
  49. package/lib/internal/template/autosuggest/autosuggest-option.d.ts.map +1 -1
  50. package/lib/internal/template/autosuggest/autosuggest-option.js +2 -4
  51. package/lib/internal/template/autosuggest/autosuggest-option.js.map +1 -1
  52. package/lib/internal/template/autosuggest/internal.d.ts.map +1 -1
  53. package/lib/internal/template/autosuggest/internal.js +2 -5
  54. package/lib/internal/template/autosuggest/internal.js.map +1 -1
  55. package/lib/internal/template/autosuggest/options-controller.d.ts +2 -1
  56. package/lib/internal/template/autosuggest/options-controller.d.ts.map +1 -1
  57. package/lib/internal/template/autosuggest/options-controller.js +15 -3
  58. package/lib/internal/template/autosuggest/options-controller.js.map +1 -1
  59. package/lib/internal/template/autosuggest/options-list.d.ts +2 -2
  60. package/lib/internal/template/autosuggest/options-list.d.ts.map +1 -1
  61. package/lib/internal/template/autosuggest/options-list.js +2 -2
  62. package/lib/internal/template/autosuggest/options-list.js.map +1 -1
  63. package/lib/internal/template/autosuggest/plain-list.d.ts +2 -3
  64. package/lib/internal/template/autosuggest/plain-list.d.ts.map +1 -1
  65. package/lib/internal/template/autosuggest/plain-list.js +2 -2
  66. package/lib/internal/template/autosuggest/plain-list.js.map +1 -1
  67. package/lib/internal/template/autosuggest/virtual-list.d.ts +1 -1
  68. package/lib/internal/template/autosuggest/virtual-list.d.ts.map +1 -1
  69. package/lib/internal/template/autosuggest/virtual-list.js +2 -2
  70. package/lib/internal/template/autosuggest/virtual-list.js.map +1 -1
  71. package/lib/internal/template/badge/styles.css.js +5 -5
  72. package/lib/internal/template/badge/styles.scoped.css +11 -5
  73. package/lib/internal/template/badge/styles.selectors.js +5 -5
  74. package/lib/internal/template/box/styles.css.js +190 -190
  75. package/lib/internal/template/box/styles.scoped.css +253 -235
  76. package/lib/internal/template/box/styles.selectors.js +190 -190
  77. package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
  78. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +23 -17
  79. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
  80. package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
  81. package/lib/internal/template/breadcrumb-group/styles.scoped.css +18 -12
  82. package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
  83. package/lib/internal/template/button/styles.css.js +20 -20
  84. package/lib/internal/template/button/styles.scoped.css +157 -151
  85. package/lib/internal/template/button/styles.selectors.js +20 -20
  86. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +13 -13
  87. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +29 -23
  88. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +13 -13
  89. package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
  90. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +24 -18
  91. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
  92. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  93. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +11 -5
  94. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  95. package/lib/internal/template/button-dropdown/styles.css.js +15 -15
  96. package/lib/internal/template/button-dropdown/styles.scoped.css +28 -22
  97. package/lib/internal/template/button-dropdown/styles.selectors.js +15 -15
  98. package/lib/internal/template/calendar/styles.css.js +18 -18
  99. package/lib/internal/template/calendar/styles.scoped.css +44 -38
  100. package/lib/internal/template/calendar/styles.selectors.js +18 -18
  101. package/lib/internal/template/cards/styles.css.js +40 -40
  102. package/lib/internal/template/cards/styles.scoped.css +56 -50
  103. package/lib/internal/template/cards/styles.selectors.js +40 -40
  104. package/lib/internal/template/checkbox/styles.css.js +3 -3
  105. package/lib/internal/template/checkbox/styles.scoped.css +11 -5
  106. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  107. package/lib/internal/template/code-editor/styles.css.js +32 -32
  108. package/lib/internal/template/code-editor/styles.scoped.css +183 -177
  109. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  110. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  111. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +29 -17
  112. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  113. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  114. package/lib/internal/template/collection-preferences/styles.scoped.css +68 -44
  115. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  116. package/lib/internal/template/column-layout/styles.css.js +13 -13
  117. package/lib/internal/template/column-layout/styles.scoped.css +49 -43
  118. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  119. package/lib/internal/template/container/styles.css.js +30 -30
  120. package/lib/internal/template/container/styles.scoped.css +60 -54
  121. package/lib/internal/template/container/styles.selectors.js +30 -30
  122. package/lib/internal/template/content-layout/styles.css.js +7 -7
  123. package/lib/internal/template/content-layout/styles.scoped.css +19 -13
  124. package/lib/internal/template/content-layout/styles.selectors.js +7 -7
  125. package/lib/internal/template/date-picker/styles.css.js +7 -7
  126. package/lib/internal/template/date-picker/styles.scoped.css +15 -9
  127. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  128. package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +25 -25
  129. package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +48 -42
  130. package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
  131. package/lib/internal/template/date-range-picker/relative-range/styles.css.js +9 -9
  132. package/lib/internal/template/date-range-picker/relative-range/styles.scoped.css +19 -13
  133. package/lib/internal/template/date-range-picker/relative-range/styles.selectors.js +9 -9
  134. package/lib/internal/template/date-range-picker/styles.css.js +39 -39
  135. package/lib/internal/template/date-range-picker/styles.scoped.css +54 -48
  136. package/lib/internal/template/date-range-picker/styles.selectors.js +39 -39
  137. package/lib/internal/template/drawer/styles.css.js +3 -3
  138. package/lib/internal/template/drawer/styles.scoped.css +14 -8
  139. package/lib/internal/template/drawer/styles.selectors.js +3 -3
  140. package/lib/internal/template/expandable-section/styles.css.js +32 -32
  141. package/lib/internal/template/expandable-section/styles.scoped.css +68 -62
  142. package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
  143. package/lib/internal/template/file-upload/dropzone/styles.css.js +2 -2
  144. package/lib/internal/template/file-upload/dropzone/styles.scoped.css +8 -2
  145. package/lib/internal/template/file-upload/dropzone/styles.selectors.js +2 -2
  146. package/lib/internal/template/file-upload/file-input/styles.css.js +4 -4
  147. package/lib/internal/template/file-upload/file-input/styles.scoped.css +13 -7
  148. package/lib/internal/template/file-upload/file-input/styles.selectors.js +4 -4
  149. package/lib/internal/template/flashbar/styles.css.js +47 -47
  150. package/lib/internal/template/flashbar/styles.scoped.css +177 -171
  151. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  152. package/lib/internal/template/form/styles.css.js +9 -9
  153. package/lib/internal/template/form/styles.scoped.css +14 -8
  154. package/lib/internal/template/form/styles.selectors.js +9 -9
  155. package/lib/internal/template/form-field/styles.css.js +19 -19
  156. package/lib/internal/template/form-field/styles.scoped.css +35 -29
  157. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  158. package/lib/internal/template/grid/styles.css.js +53 -53
  159. package/lib/internal/template/grid/styles.scoped.css +60 -54
  160. package/lib/internal/template/grid/styles.selectors.js +53 -53
  161. package/lib/internal/template/header/styles.css.js +34 -34
  162. package/lib/internal/template/header/styles.scoped.css +80 -50
  163. package/lib/internal/template/header/styles.selectors.js +34 -34
  164. package/lib/internal/template/help-panel/styles.css.js +4 -4
  165. package/lib/internal/template/help-panel/styles.scoped.css +69 -63
  166. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  167. package/lib/internal/template/hotspot/styles.css.js +7 -7
  168. package/lib/internal/template/hotspot/styles.scoped.css +13 -7
  169. package/lib/internal/template/hotspot/styles.selectors.js +7 -7
  170. package/lib/internal/template/icon/internal.d.ts.map +1 -1
  171. package/lib/internal/template/icon/internal.js +1 -1
  172. package/lib/internal/template/icon/internal.js.map +1 -1
  173. package/lib/internal/template/icon/styles.css.js +36 -21
  174. package/lib/internal/template/icon/styles.scoped.css +92 -48
  175. package/lib/internal/template/icon/styles.selectors.js +36 -21
  176. package/lib/internal/template/input/styles.css.js +12 -12
  177. package/lib/internal/template/input/styles.scoped.css +36 -30
  178. package/lib/internal/template/input/styles.selectors.js +12 -12
  179. package/lib/internal/template/internal/components/abstract-switch/styles.css.js +13 -13
  180. package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +26 -20
  181. package/lib/internal/template/internal/components/abstract-switch/styles.selectors.js +13 -13
  182. package/lib/internal/template/internal/components/button-trigger/styles.css.js +10 -10
  183. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +30 -24
  184. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +10 -10
  185. package/lib/internal/template/internal/components/chart-filter/styles.css.js +3 -3
  186. package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +9 -3
  187. package/lib/internal/template/internal/components/chart-filter/styles.selectors.js +3 -3
  188. package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
  189. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +21 -15
  190. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
  191. package/lib/internal/template/internal/components/chart-plot/styles.css.js +5 -5
  192. package/lib/internal/template/internal/components/chart-plot/styles.scoped.css +11 -5
  193. package/lib/internal/template/internal/components/chart-plot/styles.selectors.js +5 -5
  194. package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
  195. package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +9 -3
  196. package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
  197. package/lib/internal/template/internal/components/chart-series-details/styles.css.js +20 -20
  198. package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +39 -33
  199. package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +20 -20
  200. package/lib/internal/template/internal/components/chart-series-marker/styles.css.js +5 -5
  201. package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +13 -7
  202. package/lib/internal/template/internal/components/chart-series-marker/styles.selectors.js +5 -5
  203. package/lib/internal/template/internal/components/chart-wrapper/styles.css.js +9 -9
  204. package/lib/internal/template/internal/components/chart-wrapper/styles.scoped.css +15 -9
  205. package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
  206. package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +7 -7
  207. package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +14 -8
  208. package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +7 -7
  209. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  210. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +62 -36
  211. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  212. package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
  213. package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +9 -3
  214. package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
  215. package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
  216. package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +8 -2
  217. package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
  218. package/lib/internal/template/internal/components/filtering-token/styles.css.js +7 -7
  219. package/lib/internal/template/internal/components/filtering-token/styles.scoped.css +19 -13
  220. package/lib/internal/template/internal/components/filtering-token/styles.selectors.js +7 -7
  221. package/lib/internal/template/internal/components/handle/styles.css.js +2 -2
  222. package/lib/internal/template/internal/components/handle/styles.scoped.css +12 -6
  223. package/lib/internal/template/internal/components/handle/styles.selectors.js +2 -2
  224. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  225. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +19 -13
  226. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  227. package/lib/internal/template/internal/components/option/styles.css.js +17 -17
  228. package/lib/internal/template/internal/components/option/styles.scoped.css +35 -29
  229. package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
  230. package/lib/internal/template/internal/components/options-list/styles.css.js +2 -2
  231. package/lib/internal/template/internal/components/options-list/styles.scoped.css +8 -2
  232. package/lib/internal/template/internal/components/options-list/styles.selectors.js +2 -2
  233. package/lib/internal/template/internal/components/screenreader-only/styles.css.js +1 -1
  234. package/lib/internal/template/internal/components/screenreader-only/styles.scoped.css +7 -1
  235. package/lib/internal/template/internal/components/screenreader-only/styles.selectors.js +1 -1
  236. package/lib/internal/template/internal/components/selectable-item/styles.css.js +16 -16
  237. package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +35 -29
  238. package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +16 -16
  239. package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
  240. package/lib/internal/template/internal/components/token-list/styles.scoped.css +26 -20
  241. package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
  242. package/lib/internal/template/internal/environment.js +1 -1
  243. package/lib/internal/template/internal/environment.json +1 -1
  244. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  245. package/lib/internal/template/internal/generated/custom-css-properties/index.js +46 -40
  246. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  247. package/lib/internal/template/link/styles.css.js +20 -20
  248. package/lib/internal/template/link/styles.scoped.css +77 -71
  249. package/lib/internal/template/link/styles.selectors.js +20 -20
  250. package/lib/internal/template/mixed-line-bar-chart/styles.css.js +11 -11
  251. package/lib/internal/template/mixed-line-bar-chart/styles.scoped.css +23 -17
  252. package/lib/internal/template/mixed-line-bar-chart/styles.selectors.js +11 -11
  253. package/lib/internal/template/modal/styles.css.js +23 -23
  254. package/lib/internal/template/modal/styles.scoped.css +44 -38
  255. package/lib/internal/template/modal/styles.selectors.js +23 -23
  256. package/lib/internal/template/multiselect/styles.css.js +2 -2
  257. package/lib/internal/template/multiselect/styles.scoped.css +8 -2
  258. package/lib/internal/template/multiselect/styles.selectors.js +2 -2
  259. package/lib/internal/template/pagination/styles.css.js +9 -9
  260. package/lib/internal/template/pagination/styles.scoped.css +29 -23
  261. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  262. package/lib/internal/template/pie-chart/styles.css.js +27 -27
  263. package/lib/internal/template/pie-chart/styles.scoped.css +54 -48
  264. package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
  265. package/lib/internal/template/popover/styles.css.js +50 -50
  266. package/lib/internal/template/popover/styles.scoped.css +94 -64
  267. package/lib/internal/template/popover/styles.selectors.js +50 -50
  268. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  269. package/lib/internal/template/progress-bar/styles.scoped.css +44 -32
  270. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  271. package/lib/internal/template/property-filter/property-filter-autosuggest.js +2 -1
  272. package/lib/internal/template/property-filter/property-filter-autosuggest.js.map +1 -1
  273. package/lib/internal/template/property-filter/styles.css.js +31 -31
  274. package/lib/internal/template/property-filter/styles.scoped.css +39 -33
  275. package/lib/internal/template/property-filter/styles.selectors.js +31 -31
  276. package/lib/internal/template/radio-group/styles.css.js +9 -9
  277. package/lib/internal/template/radio-group/styles.scoped.css +21 -15
  278. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  279. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  280. package/lib/internal/template/segmented-control/styles.scoped.css +39 -33
  281. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  282. package/lib/internal/template/select/parts/styles.css.js +16 -16
  283. package/lib/internal/template/select/parts/styles.scoped.css +22 -16
  284. package/lib/internal/template/select/parts/styles.selectors.js +16 -16
  285. package/lib/internal/template/select/styles.css.js +1 -1
  286. package/lib/internal/template/select/styles.scoped.css +7 -1
  287. package/lib/internal/template/select/styles.selectors.js +1 -1
  288. package/lib/internal/template/side-navigation/styles.css.js +28 -28
  289. package/lib/internal/template/side-navigation/styles.scoped.css +44 -38
  290. package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
  291. package/lib/internal/template/space-between/styles.css.js +23 -23
  292. package/lib/internal/template/space-between/styles.scoped.css +30 -24
  293. package/lib/internal/template/space-between/styles.selectors.js +23 -23
  294. package/lib/internal/template/spinner/styles.css.js +13 -13
  295. package/lib/internal/template/spinner/styles.scoped.css +58 -26
  296. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  297. package/lib/internal/template/split-panel/styles.css.js +55 -55
  298. package/lib/internal/template/split-panel/styles.scoped.css +87 -75
  299. package/lib/internal/template/split-panel/styles.selectors.js +55 -55
  300. package/lib/internal/template/status-indicator/styles.css.js +23 -23
  301. package/lib/internal/template/status-indicator/styles.scoped.css +35 -29
  302. package/lib/internal/template/status-indicator/styles.selectors.js +23 -23
  303. package/lib/internal/template/table/body-cell/styles.css.js +30 -30
  304. package/lib/internal/template/table/body-cell/styles.scoped.css +87 -81
  305. package/lib/internal/template/table/body-cell/styles.selectors.js +30 -30
  306. package/lib/internal/template/table/header-cell/styles.css.js +24 -24
  307. package/lib/internal/template/table/header-cell/styles.scoped.css +50 -44
  308. package/lib/internal/template/table/header-cell/styles.selectors.js +24 -24
  309. package/lib/internal/template/table/resizer/styles.css.js +8 -8
  310. package/lib/internal/template/table/resizer/styles.scoped.css +20 -14
  311. package/lib/internal/template/table/resizer/styles.selectors.js +8 -8
  312. package/lib/internal/template/table/selection/styles.css.js +3 -3
  313. package/lib/internal/template/table/selection/styles.scoped.css +9 -3
  314. package/lib/internal/template/table/selection/styles.selectors.js +3 -3
  315. package/lib/internal/template/table/sticky-scrollbar/styles.css.js +6 -6
  316. package/lib/internal/template/table/sticky-scrollbar/styles.scoped.css +13 -7
  317. package/lib/internal/template/table/sticky-scrollbar/styles.selectors.js +6 -6
  318. package/lib/internal/template/table/styles.css.js +35 -35
  319. package/lib/internal/template/table/styles.scoped.css +46 -40
  320. package/lib/internal/template/table/styles.selectors.js +35 -35
  321. package/lib/internal/template/table/table-role/table-role-helper.js +1 -1
  322. package/lib/internal/template/table/table-role/table-role-helper.js.map +1 -1
  323. package/lib/internal/template/tabs/styles.css.js +21 -21
  324. package/lib/internal/template/tabs/styles.scoped.css +51 -39
  325. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  326. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  327. package/lib/internal/template/tag-editor/styles.scoped.css +16 -10
  328. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  329. package/lib/internal/template/text-content/styles.css.js +1 -1
  330. package/lib/internal/template/text-content/styles.scoped.css +66 -60
  331. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  332. package/lib/internal/template/text-filter/styles.css.js +3 -3
  333. package/lib/internal/template/text-filter/styles.scoped.css +9 -3
  334. package/lib/internal/template/text-filter/styles.selectors.js +3 -3
  335. package/lib/internal/template/textarea/styles.css.js +4 -4
  336. package/lib/internal/template/textarea/styles.scoped.css +18 -12
  337. package/lib/internal/template/textarea/styles.selectors.js +4 -4
  338. package/lib/internal/template/tiles/styles.css.js +29 -29
  339. package/lib/internal/template/tiles/styles.scoped.css +76 -70
  340. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  341. package/lib/internal/template/toggle/styles.css.js +8 -8
  342. package/lib/internal/template/toggle/styles.scoped.css +19 -13
  343. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  344. package/lib/internal/template/token-group/styles.css.js +8 -8
  345. package/lib/internal/template/token-group/styles.scoped.css +22 -16
  346. package/lib/internal/template/token-group/styles.selectors.js +8 -8
  347. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  348. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +48 -42
  349. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  350. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  351. package/lib/internal/template/top-navigation/styles.scoped.css +72 -66
  352. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  353. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  354. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +27 -21
  355. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  356. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  357. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +33 -27
  358. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  359. package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
  360. package/lib/internal/template/tutorial-panel/styles.scoped.css +7 -1
  361. package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
  362. package/lib/internal/template/wizard/styles.css.js +32 -32
  363. package/lib/internal/template/wizard/styles.scoped.css +74 -68
  364. package/lib/internal/template/wizard/styles.selectors.js +32 -32
  365. package/package.json +1 -1
@@ -10,6 +10,12 @@
10
10
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
11
11
  SPDX-License-Identifier: Apache-2.0
12
12
  */
13
+ /* stylelint-disable @cloudscape-design/no-implicit-descendant, plugin/no-unsupported-browser-features, selector-combinator-disallowed-list */
14
+ /* stylelint-enable @cloudscape-design/no-implicit-descendant, plugin/no-unsupported-browser-features, selector-combinator-disallowed-list */
15
+ /*
16
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
17
+ SPDX-License-Identifier: Apache-2.0
18
+ */
13
19
  /*
14
20
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
15
21
  SPDX-License-Identifier: Apache-2.0
@@ -90,7 +96,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
96
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
97
  SPDX-License-Identifier: Apache-2.0
92
98
  */
93
- .awsui_header-cell_1spae_1pzqw_93:not(#\9) {
99
+ .awsui_header-cell_1spae_8oq7i_99:not(#\9) {
94
100
  position: relative;
95
101
  text-align: start;
96
102
  box-sizing: border-box;
@@ -103,14 +109,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
103
109
  padding-block: var(--space-scaled-xxs-t7ij38, 4px);
104
110
  padding-inline: var(--space-scaled-xs-x91h81, 8px);
105
111
  }
106
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1pzqw_93:not(#\9):focus {
112
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_8oq7i_99:not(#\9):focus {
107
113
  position: relative;
108
114
  }
109
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1pzqw_93:not(#\9):focus {
115
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_8oq7i_99:not(#\9):focus {
110
116
  outline: 2px dotted transparent;
111
117
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-t7ij38, 4px)) - 1px);
112
118
  }
113
- body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1pzqw_93:not(#\9):focus::before {
119
+ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_8oq7i_99:not(#\9):focus::before {
114
120
  content: " ";
115
121
  display: block;
116
122
  position: absolute;
@@ -124,14 +130,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_1pzqw_93:not(#\9):f
124
130
  border-end-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
125
131
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
126
132
  }
127
- body[data-awsui-focus-visible=true] .awsui_header-cell-fake-focus_1spae_1pzqw_127:not(#\9) {
133
+ body[data-awsui-focus-visible=true] .awsui_header-cell-fake-focus_1spae_8oq7i_133:not(#\9) {
128
134
  position: relative;
129
135
  }
130
- body[data-awsui-focus-visible=true] .awsui_header-cell-fake-focus_1spae_1pzqw_127:not(#\9) {
136
+ body[data-awsui-focus-visible=true] .awsui_header-cell-fake-focus_1spae_8oq7i_133:not(#\9) {
131
137
  outline: 2px dotted transparent;
132
138
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-t7ij38, 4px)) - 1px);
133
139
  }
134
- body[data-awsui-focus-visible=true] .awsui_header-cell-fake-focus_1spae_1pzqw_127:not(#\9)::before {
140
+ body[data-awsui-focus-visible=true] .awsui_header-cell-fake-focus_1spae_8oq7i_133:not(#\9)::before {
135
141
  content: " ";
136
142
  display: block;
137
143
  position: absolute;
@@ -145,19 +151,19 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-fake-focus_1spae_1pzqw_12
145
151
  border-end-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
146
152
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
147
153
  }
148
- .awsui_header-cell-sticky_1spae_1pzqw_148:not(#\9) {
154
+ .awsui_header-cell-sticky_1spae_8oq7i_154:not(#\9) {
149
155
  border-block-end: var(--border-table-sticky-width-mb7esq, 0px) solid var(--color-border-divider-default-in8dkg, #eaeded);
150
156
  }
151
- .awsui_header-cell-stuck_1spae_1pzqw_151:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_1pzqw_151) {
157
+ .awsui_header-cell-stuck_1spae_8oq7i_157:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_8oq7i_157) {
152
158
  border-block-end-color: transparent;
153
159
  }
154
- .awsui_header-cell-variant-full-page_1spae_1pzqw_151.awsui_header-cell-hidden_1spae_1pzqw_154:not(#\9) {
160
+ .awsui_header-cell-variant-full-page_1spae_8oq7i_157.awsui_header-cell-hidden_1spae_8oq7i_160:not(#\9) {
155
161
  border-block-end-color: transparent;
156
162
  }
157
- .awsui_header-cell_1spae_1pzqw_93:not(#\9):last-child, .awsui_header-cell_1spae_1pzqw_93.awsui_header-cell-sortable_1spae_1pzqw_157:not(#\9) {
163
+ .awsui_header-cell_1spae_8oq7i_99:not(#\9):last-child, .awsui_header-cell_1spae_8oq7i_99.awsui_header-cell-sortable_1spae_8oq7i_163:not(#\9) {
158
164
  padding-inline-end: var(--space-xs-xf5ch3, 8px);
159
165
  }
160
- .awsui_header-cell_1spae_1pzqw_93.awsui_sticky-cell_1spae_1pzqw_160:not(#\9) {
166
+ .awsui_header-cell_1spae_8oq7i_99.awsui_sticky-cell_1spae_8oq7i_166:not(#\9) {
161
167
  position: sticky;
162
168
  background: var(--color-background-table-header-ly5ewp, #fafafa);
163
169
  z-index: 798;
@@ -165,32 +171,32 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-fake-focus_1spae_1pzqw_12
165
171
  transition-duration: var(--motion-duration-transition-show-quick-dzfata, 90ms);
166
172
  transition-timing-function: var(--motion-easing-sticky-xk36yb, ease-out);
167
173
  }
168
- .awsui_header-cell_1spae_1pzqw_93.awsui_sticky-cell-pad-left_1spae_1pzqw_168:not(#\9):not(.awsui_has-selection_1spae_1pzqw_168) {
174
+ .awsui_header-cell_1spae_8oq7i_99.awsui_sticky-cell-pad-left_1spae_8oq7i_174:not(#\9):not(.awsui_has-selection_1spae_8oq7i_174) {
169
175
  padding-inline-start: var(--space-table-horizontal-ciak0s, 0px);
170
176
  }
171
- .awsui_header-cell_1spae_1pzqw_93.awsui_sticky-cell-last-left_1spae_1pzqw_171:not(#\9) {
177
+ .awsui_header-cell_1spae_8oq7i_99.awsui_sticky-cell-last-left_1spae_8oq7i_177:not(#\9) {
172
178
  box-shadow: var(--shadow-sticky-column-first-kcqiid, 4px 0 8px 0 rgba(0, 28, 36, 0.1));
173
179
  clip-path: inset(0px -24px 0px 0px);
174
180
  }
175
- .awsui_header-cell_1spae_1pzqw_93.awsui_sticky-cell-last-left_1spae_1pzqw_171 > .awsui_resize-divider_1spae_1pzqw_175:not(#\9) {
181
+ .awsui_header-cell_1spae_8oq7i_99.awsui_sticky-cell-last-left_1spae_8oq7i_177 > .awsui_resize-divider_1spae_8oq7i_181:not(#\9) {
176
182
  display: none;
177
183
  }
178
- .awsui_header-cell_1spae_1pzqw_93.awsui_sticky-cell-last-right_1spae_1pzqw_178:not(#\9) {
184
+ .awsui_header-cell_1spae_8oq7i_99.awsui_sticky-cell-last-right_1spae_8oq7i_184:not(#\9) {
179
185
  box-shadow: var(--shadow-sticky-column-last-pn4nzt, -4px 0 8px 0 rgba(0, 28, 36, 0.1));
180
186
  clip-path: inset(0 0 0 -24px);
181
187
  }
182
188
  @media (prefers-reduced-motion: reduce) {
183
- .awsui_header-cell_1spae_1pzqw_93.awsui_sticky-cell_1spae_1pzqw_160:not(#\9) {
189
+ .awsui_header-cell_1spae_8oq7i_99.awsui_sticky-cell_1spae_8oq7i_166:not(#\9) {
184
190
  animation: none;
185
191
  transition: none;
186
192
  }
187
193
  }
188
- .awsui-motion-disabled .awsui_header-cell_1spae_1pzqw_93.awsui_sticky-cell_1spae_1pzqw_160:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_1pzqw_93.awsui_sticky-cell_1spae_1pzqw_160:not(#\9) {
194
+ .awsui-motion-disabled .awsui_header-cell_1spae_8oq7i_99.awsui_sticky-cell_1spae_8oq7i_166:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_8oq7i_99.awsui_sticky-cell_1spae_8oq7i_166:not(#\9) {
189
195
  animation: none;
190
196
  transition: none;
191
197
  }
192
198
 
193
- .awsui_sorting-icon_1spae_1pzqw_193:not(#\9) {
199
+ .awsui_sorting-icon_1spae_8oq7i_199:not(#\9) {
194
200
  position: absolute;
195
201
  inset-block-start: 50%;
196
202
  transform: translateY(-50%);
@@ -198,32 +204,32 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-fake-focus_1spae_1pzqw_12
198
204
  color: var(--color-text-column-sorting-icon-btnn2y, #687078);
199
205
  }
200
206
 
201
- .awsui_edit-icon_1spae_1pzqw_201:not(#\9) {
207
+ .awsui_edit-icon_1spae_8oq7i_207:not(#\9) {
202
208
  margin-inline-start: var(--space-xxs-9rrxti, 4px);
203
209
  margin-block-start: var(--space-scaled-xxs-t7ij38, 4px);
204
210
  color: inherit;
205
211
  }
206
212
 
207
- .awsui_header-cell-content_1spae_1pzqw_207:not(#\9) {
213
+ .awsui_header-cell-content_1spae_8oq7i_213:not(#\9) {
208
214
  position: relative;
209
215
  padding-block: var(--space-scaled-xxs-t7ij38, 4px);
210
216
  padding-inline: var(--space-s-2025hl, 12px);
211
217
  }
212
- .awsui_header-cell-sortable_1spae_1pzqw_157 > .awsui_header-cell-content_1spae_1pzqw_207:not(#\9) {
218
+ .awsui_header-cell-sortable_1spae_8oq7i_163 > .awsui_header-cell-content_1spae_8oq7i_213:not(#\9) {
213
219
  padding-inline-end: calc(var(--space-xl-5fdwzu, 24px) + var(--space-xxs-9rrxti, 4px));
214
220
  }
215
- .awsui_header-cell-content_1spae_1pzqw_207:not(#\9):focus {
221
+ .awsui_header-cell-content_1spae_8oq7i_213:not(#\9):focus {
216
222
  outline: none;
217
223
  text-decoration: none;
218
224
  }
219
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1pzqw_207:not(#\9):focus {
225
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_8oq7i_213:not(#\9):focus {
220
226
  position: relative;
221
227
  }
222
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1pzqw_207:not(#\9):focus {
228
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_8oq7i_213:not(#\9):focus {
223
229
  outline: 2px dotted transparent;
224
230
  outline-offset: calc(var(--space-table-header-focus-outline-gutter-czfdw1, 0px) - 1px);
225
231
  }
226
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1pzqw_207:not(#\9):focus::before {
232
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_8oq7i_213:not(#\9):focus::before {
227
233
  content: " ";
228
234
  display: block;
229
235
  position: absolute;
@@ -237,14 +243,14 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1pzqw_207:n
237
243
  border-end-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
238
244
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
239
245
  }
240
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1pzqw_207.awsui_header-cell-fake-focus_1spae_1pzqw_127:not(#\9) {
246
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_8oq7i_213.awsui_header-cell-fake-focus_1spae_8oq7i_133:not(#\9) {
241
247
  position: relative;
242
248
  }
243
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1pzqw_207.awsui_header-cell-fake-focus_1spae_1pzqw_127:not(#\9) {
249
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_8oq7i_213.awsui_header-cell-fake-focus_1spae_8oq7i_133:not(#\9) {
244
250
  outline: 2px dotted transparent;
245
251
  outline-offset: calc(var(--space-table-header-focus-outline-gutter-czfdw1, 0px) - 1px);
246
252
  }
247
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1pzqw_207.awsui_header-cell-fake-focus_1spae_1pzqw_127:not(#\9)::before {
253
+ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_8oq7i_213.awsui_header-cell-fake-focus_1spae_8oq7i_133:not(#\9)::before {
248
254
  content: " ";
249
255
  display: block;
250
256
  position: absolute;
@@ -258,32 +264,32 @@ body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1pzqw_207.a
258
264
  border-end-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
259
265
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
260
266
  }
261
- .awsui_header-cell-disabled_1spae_1pzqw_261.awsui_header-cell-sorted_1spae_1pzqw_261 > .awsui_header-cell-content_1spae_1pzqw_207 > .awsui_sorting-icon_1spae_1pzqw_193:not(#\9) {
267
+ .awsui_header-cell-disabled_1spae_8oq7i_267.awsui_header-cell-sorted_1spae_8oq7i_267 > .awsui_header-cell-content_1spae_8oq7i_213 > .awsui_sorting-icon_1spae_8oq7i_199:not(#\9) {
262
268
  color: var(--color-text-interactive-disabled-e23z4j, #aab7b8);
263
269
  }
264
270
 
265
- .awsui_header-cell-sortable_1spae_1pzqw_157:not(#\9):not(.awsui_header-cell-disabled_1spae_1pzqw_261) > .awsui_header-cell-content_1spae_1pzqw_207 {
271
+ .awsui_header-cell-sortable_1spae_8oq7i_163:not(#\9):not(.awsui_header-cell-disabled_1spae_8oq7i_267) > .awsui_header-cell-content_1spae_8oq7i_213 {
266
272
  cursor: pointer;
267
273
  }
268
- .awsui_header-cell-sortable_1spae_1pzqw_157:not(#\9):not(.awsui_header-cell-disabled_1spae_1pzqw_261) > .awsui_header-cell-content_1spae_1pzqw_207:hover, .awsui_header-cell-sortable_1spae_1pzqw_157:not(#\9):not(.awsui_header-cell-disabled_1spae_1pzqw_261).awsui_header-cell-sorted_1spae_1pzqw_261 > .awsui_header-cell-content_1spae_1pzqw_207 {
274
+ .awsui_header-cell-sortable_1spae_8oq7i_163:not(#\9):not(.awsui_header-cell-disabled_1spae_8oq7i_267) > .awsui_header-cell-content_1spae_8oq7i_213:hover, .awsui_header-cell-sortable_1spae_8oq7i_163:not(#\9):not(.awsui_header-cell-disabled_1spae_8oq7i_267).awsui_header-cell-sorted_1spae_8oq7i_267 > .awsui_header-cell-content_1spae_8oq7i_213 {
269
275
  color: var(--color-text-interactive-active-jrhxoe, #16191f);
270
276
  }
271
- .awsui_header-cell-sortable_1spae_1pzqw_157:not(#\9):not(.awsui_header-cell-disabled_1spae_1pzqw_261) > .awsui_header-cell-content_1spae_1pzqw_207:hover > .awsui_sorting-icon_1spae_1pzqw_193, .awsui_header-cell-sortable_1spae_1pzqw_157:not(#\9):not(.awsui_header-cell-disabled_1spae_1pzqw_261).awsui_header-cell-sorted_1spae_1pzqw_261 > .awsui_header-cell-content_1spae_1pzqw_207 > .awsui_sorting-icon_1spae_1pzqw_193 {
277
+ .awsui_header-cell-sortable_1spae_8oq7i_163:not(#\9):not(.awsui_header-cell-disabled_1spae_8oq7i_267) > .awsui_header-cell-content_1spae_8oq7i_213:hover > .awsui_sorting-icon_1spae_8oq7i_199, .awsui_header-cell-sortable_1spae_8oq7i_163:not(#\9):not(.awsui_header-cell-disabled_1spae_8oq7i_267).awsui_header-cell-sorted_1spae_8oq7i_267 > .awsui_header-cell-content_1spae_8oq7i_213 > .awsui_sorting-icon_1spae_8oq7i_199 {
272
278
  color: var(--color-text-interactive-active-jrhxoe, #16191f);
273
279
  }
274
280
 
275
- .awsui_header-cell-text_1spae_1pzqw_275:not(#\9) {
281
+ .awsui_header-cell-text_1spae_8oq7i_281:not(#\9) {
276
282
  line-height: var(--line-height-heading-xs-jsenn1, 20px);
277
283
  padding-block: calc(var(--space-xxxs-z28114, 2px) / 2);
278
284
  }
279
- .awsui_header-cell-text_1spae_1pzqw_275:not(#\9):not(.awsui_header-cell-text-wrap_1spae_1pzqw_279) {
285
+ .awsui_header-cell-text_1spae_8oq7i_281:not(#\9):not(.awsui_header-cell-text-wrap_1spae_8oq7i_285) {
280
286
  white-space: nowrap;
281
287
  overflow: hidden;
282
288
  text-overflow: ellipsis;
283
289
  }
284
290
 
285
- .awsui_header-cell-ascending_1spae_1pzqw_285:not(#\9),
286
- .awsui_header-cell-descending_1spae_1pzqw_286:not(#\9) {
291
+ .awsui_header-cell-ascending_1spae_8oq7i_291:not(#\9),
292
+ .awsui_header-cell-descending_1spae_8oq7i_292:not(#\9) {
287
293
  /* used in test-utils */
288
294
  }
289
295
 
@@ -293,29 +299,29 @@ with the left edge of the table as closely as possible. If the
293
299
  last header cell is sortable the sort icon should align with the
294
300
  settings icon in the pagination slot.
295
301
  */
296
- .awsui_header-cell_1spae_1pzqw_93:not(#\9):not(.awsui_is-visual-refresh_1spae_1pzqw_296):first-child {
302
+ .awsui_header-cell_1spae_8oq7i_99:not(#\9):not(.awsui_is-visual-refresh_1spae_8oq7i_302):first-child {
297
303
  padding-inline-start: var(--space-xs-xf5ch3, 8px);
298
304
  }
299
305
 
300
- .awsui_header-cell_1spae_1pzqw_93.awsui_is-visual-refresh_1spae_1pzqw_296:not(#\9) {
306
+ .awsui_header-cell_1spae_8oq7i_99.awsui_is-visual-refresh_1spae_8oq7i_302:not(#\9) {
301
307
  /*
302
308
  Striped rows requires additional left padding because the
303
309
  shaded background makes the child content appear too close
304
310
  to the table edge.
305
311
  */
306
312
  }
307
- .awsui_header-cell_1spae_1pzqw_93.awsui_is-visual-refresh_1spae_1pzqw_296:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1pzqw_307) {
313
+ .awsui_header-cell_1spae_8oq7i_99.awsui_is-visual-refresh_1spae_8oq7i_302:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_8oq7i_313) {
308
314
  padding-inline-start: var(--space-xxxs-z28114, 2px);
309
315
  }
310
- .awsui_header-cell_1spae_1pzqw_93.awsui_is-visual-refresh_1spae_1pzqw_296:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1pzqw_307).awsui_sticky-cell-pad-left_1spae_1pzqw_168 {
316
+ .awsui_header-cell_1spae_8oq7i_99.awsui_is-visual-refresh_1spae_8oq7i_302:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_8oq7i_313).awsui_sticky-cell-pad-left_1spae_8oq7i_174 {
311
317
  padding-inline-start: var(--space-table-horizontal-ciak0s, 0px);
312
318
  }
313
- .awsui_header-cell_1spae_1pzqw_93.awsui_is-visual-refresh_1spae_1pzqw_296:not(#\9):first-child.awsui_has-striped-rows_1spae_1pzqw_307 {
319
+ .awsui_header-cell_1spae_8oq7i_99.awsui_is-visual-refresh_1spae_8oq7i_302:not(#\9):first-child.awsui_has-striped-rows_1spae_8oq7i_313 {
314
320
  padding-inline-start: var(--space-xxs-9rrxti, 4px);
315
321
  }
316
- .awsui_header-cell_1spae_1pzqw_93.awsui_is-visual-refresh_1spae_1pzqw_296:not(#\9):first-child > .awsui_header-cell-content_1spae_1pzqw_207 {
322
+ .awsui_header-cell_1spae_8oq7i_99.awsui_is-visual-refresh_1spae_8oq7i_302:not(#\9):first-child > .awsui_header-cell-content_1spae_8oq7i_213 {
317
323
  padding-inline-start: 0;
318
324
  }
319
- .awsui_header-cell_1spae_1pzqw_93.awsui_is-visual-refresh_1spae_1pzqw_296:not(#\9):last-child.awsui_header-cell-sortable_1spae_1pzqw_157 {
325
+ .awsui_header-cell_1spae_8oq7i_99.awsui_is-visual-refresh_1spae_8oq7i_302:not(#\9):last-child.awsui_header-cell-sortable_1spae_8oq7i_163 {
320
326
  padding-inline-end: var(--space-xxxs-z28114, 2px);
321
327
  }
@@ -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_1pzqw_93",
6
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1pzqw_127",
7
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_1pzqw_148",
8
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_1pzqw_151",
9
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1pzqw_151",
10
- "header-cell-hidden": "awsui_header-cell-hidden_1spae_1pzqw_154",
11
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_1pzqw_157",
12
- "sticky-cell": "awsui_sticky-cell_1spae_1pzqw_160",
13
- "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_1pzqw_168",
14
- "has-selection": "awsui_has-selection_1spae_1pzqw_168",
15
- "sticky-cell-last-left": "awsui_sticky-cell-last-left_1spae_1pzqw_171",
16
- "resize-divider": "awsui_resize-divider_1spae_1pzqw_175",
17
- "sticky-cell-last-right": "awsui_sticky-cell-last-right_1spae_1pzqw_178",
18
- "sorting-icon": "awsui_sorting-icon_1spae_1pzqw_193",
19
- "edit-icon": "awsui_edit-icon_1spae_1pzqw_201",
20
- "header-cell-content": "awsui_header-cell-content_1spae_1pzqw_207",
21
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_1pzqw_261",
22
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_1pzqw_261",
23
- "header-cell-text": "awsui_header-cell-text_1spae_1pzqw_275",
24
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1pzqw_279",
25
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_1pzqw_285",
26
- "header-cell-descending": "awsui_header-cell-descending_1spae_1pzqw_286",
27
- "is-visual-refresh": "awsui_is-visual-refresh_1spae_1pzqw_296",
28
- "has-striped-rows": "awsui_has-striped-rows_1spae_1pzqw_307"
5
+ "header-cell": "awsui_header-cell_1spae_8oq7i_99",
6
+ "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_8oq7i_133",
7
+ "header-cell-sticky": "awsui_header-cell-sticky_1spae_8oq7i_154",
8
+ "header-cell-stuck": "awsui_header-cell-stuck_1spae_8oq7i_157",
9
+ "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_8oq7i_157",
10
+ "header-cell-hidden": "awsui_header-cell-hidden_1spae_8oq7i_160",
11
+ "header-cell-sortable": "awsui_header-cell-sortable_1spae_8oq7i_163",
12
+ "sticky-cell": "awsui_sticky-cell_1spae_8oq7i_166",
13
+ "sticky-cell-pad-left": "awsui_sticky-cell-pad-left_1spae_8oq7i_174",
14
+ "has-selection": "awsui_has-selection_1spae_8oq7i_174",
15
+ "sticky-cell-last-left": "awsui_sticky-cell-last-left_1spae_8oq7i_177",
16
+ "resize-divider": "awsui_resize-divider_1spae_8oq7i_181",
17
+ "sticky-cell-last-right": "awsui_sticky-cell-last-right_1spae_8oq7i_184",
18
+ "sorting-icon": "awsui_sorting-icon_1spae_8oq7i_199",
19
+ "edit-icon": "awsui_edit-icon_1spae_8oq7i_207",
20
+ "header-cell-content": "awsui_header-cell-content_1spae_8oq7i_213",
21
+ "header-cell-disabled": "awsui_header-cell-disabled_1spae_8oq7i_267",
22
+ "header-cell-sorted": "awsui_header-cell-sorted_1spae_8oq7i_267",
23
+ "header-cell-text": "awsui_header-cell-text_1spae_8oq7i_281",
24
+ "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_8oq7i_285",
25
+ "header-cell-ascending": "awsui_header-cell-ascending_1spae_8oq7i_291",
26
+ "header-cell-descending": "awsui_header-cell-descending_1spae_8oq7i_292",
27
+ "is-visual-refresh": "awsui_is-visual-refresh_1spae_8oq7i_302",
28
+ "has-striped-rows": "awsui_has-striped-rows_1spae_8oq7i_313"
29
29
  };
30
30
 
@@ -1,13 +1,13 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "resize-active": "awsui_resize-active_x7peu_4e5j7_93",
5
- "resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_4e5j7_93",
6
- "divider": "awsui_divider_x7peu_4e5j7_98",
7
- "divider-disabled": "awsui_divider-disabled_x7peu_4e5j7_112",
8
- "divider-active": "awsui_divider-active_x7peu_4e5j7_115",
9
- "resizer": "awsui_resizer_x7peu_4e5j7_119",
10
- "has-focus": "awsui_has-focus_x7peu_4e5j7_176",
11
- "tracker": "awsui_tracker_x7peu_4e5j7_199"
4
+ "resize-active": "awsui_resize-active_x7peu_leth1_99",
5
+ "resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_leth1_99",
6
+ "divider": "awsui_divider_x7peu_leth1_104",
7
+ "divider-disabled": "awsui_divider-disabled_x7peu_leth1_118",
8
+ "divider-active": "awsui_divider-active_x7peu_leth1_121",
9
+ "resizer": "awsui_resizer_x7peu_leth1_125",
10
+ "has-focus": "awsui_has-focus_x7peu_leth1_182",
11
+ "tracker": "awsui_tracker_x7peu_leth1_205"
12
12
  };
13
13
 
@@ -2,6 +2,12 @@
2
2
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  SPDX-License-Identifier: Apache-2.0
4
4
  */
5
+ /* stylelint-disable @cloudscape-design/no-implicit-descendant, plugin/no-unsupported-browser-features, selector-combinator-disallowed-list */
6
+ /* stylelint-enable @cloudscape-design/no-implicit-descendant, plugin/no-unsupported-browser-features, selector-combinator-disallowed-list */
7
+ /*
8
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
9
+ SPDX-License-Identifier: Apache-2.0
10
+ */
5
11
  /*
6
12
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
13
  SPDX-License-Identifier: Apache-2.0
@@ -90,13 +96,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
96
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
97
  SPDX-License-Identifier: Apache-2.0
92
98
  */
93
- .awsui_resize-active_x7peu_4e5j7_93:not(#\9):not(.awsui_resize-active-with-focus_x7peu_4e5j7_93) * {
99
+ .awsui_resize-active_x7peu_leth1_99:not(#\9):not(.awsui_resize-active-with-focus_x7peu_leth1_99) * {
94
100
  cursor: col-resize;
95
101
  -webkit-user-select: none;
96
102
  user-select: none;
97
103
  }
98
104
 
99
- th:not(#\9):not(:last-child) > .awsui_divider_x7peu_4e5j7_98 {
105
+ th:not(#\9):not(:last-child) > .awsui_divider_x7peu_leth1_104 {
100
106
  position: absolute;
101
107
  outline: none;
102
108
  pointer-events: none;
@@ -110,14 +116,14 @@ th:not(#\9):not(:last-child) > .awsui_divider_x7peu_4e5j7_98 {
110
116
  border-inline-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-divider-interactive-default-2k7xs4, #687078);
111
117
  box-sizing: border-box;
112
118
  }
113
- th:not(#\9):not(:last-child) > .awsui_divider-disabled_x7peu_4e5j7_112 {
119
+ th:not(#\9):not(:last-child) > .awsui_divider-disabled_x7peu_leth1_118 {
114
120
  border-inline-start-color: var(--color-border-divider-default-in8dkg, #eaeded);
115
121
  }
116
- th:not(#\9):not(:last-child) > .awsui_divider-active_x7peu_4e5j7_115 {
122
+ th:not(#\9):not(:last-child) > .awsui_divider-active_x7peu_leth1_121 {
117
123
  border-inline-start: 2px solid var(--color-border-divider-active-n0a8d4, #687078);
118
124
  }
119
125
 
120
- .awsui_resizer_x7peu_4e5j7_119:not(#\9) {
126
+ .awsui_resizer_x7peu_leth1_125:not(#\9) {
121
127
  border-collapse: separate;
122
128
  border-spacing: 0;
123
129
  box-sizing: border-box;
@@ -161,29 +167,29 @@ th:not(#\9):not(:last-child) > .awsui_divider-active_x7peu_4e5j7_115 {
161
167
  inline-size: var(--space-l-xu1x80, 20px);
162
168
  z-index: 10;
163
169
  }
164
- .awsui_resizer_x7peu_4e5j7_119:not(#\9):focus {
170
+ .awsui_resizer_x7peu_leth1_125:not(#\9):focus {
165
171
  outline: none;
166
172
  text-decoration: none;
167
173
  }
168
- .awsui_resize-active_x7peu_4e5j7_93 .awsui_resizer_x7peu_4e5j7_119:not(#\9) {
174
+ .awsui_resize-active_x7peu_leth1_99 .awsui_resizer_x7peu_leth1_125:not(#\9) {
169
175
  pointer-events: none;
170
176
  }
171
- th:not(#\9):last-child > .awsui_resizer_x7peu_4e5j7_119 {
177
+ th:not(#\9):last-child > .awsui_resizer_x7peu_leth1_125 {
172
178
  inline-size: calc(var(--space-l-xu1x80, 20px) / 2);
173
179
  inset-inline-end: 0;
174
180
  }
175
- .awsui_resizer_x7peu_4e5j7_119:not(#\9):hover + .awsui_divider_x7peu_4e5j7_98 {
181
+ .awsui_resizer_x7peu_leth1_125:not(#\9):hover + .awsui_divider_x7peu_leth1_104 {
176
182
  border-inline-start: 2px solid var(--color-border-divider-active-n0a8d4, #687078);
177
183
  }
178
- body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_4e5j7_119.awsui_has-focus_x7peu_4e5j7_176:not(#\9) {
184
+ body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_leth1_125.awsui_has-focus_x7peu_leth1_182:not(#\9) {
179
185
  position: relative;
180
186
  position: absolute;
181
187
  }
182
- body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_4e5j7_119.awsui_has-focus_x7peu_4e5j7_176:not(#\9) {
188
+ body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_leth1_125.awsui_has-focus_x7peu_leth1_182:not(#\9) {
183
189
  outline: 2px dotted transparent;
184
190
  outline-offset: calc(calc(var(--space-table-header-focus-outline-gutter-czfdw1, 0px) - 2px) - 1px);
185
191
  }
186
- body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_4e5j7_119.awsui_has-focus_x7peu_4e5j7_176:not(#\9)::before {
192
+ body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_leth1_125.awsui_has-focus_x7peu_leth1_182:not(#\9)::before {
187
193
  content: " ";
188
194
  display: block;
189
195
  position: absolute;
@@ -198,13 +204,13 @@ body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_4e5j7_119.awsui_has-foc
198
204
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
199
205
  }
200
206
 
201
- .awsui_tracker_x7peu_4e5j7_199:not(#\9) {
207
+ .awsui_tracker_x7peu_leth1_205:not(#\9) {
202
208
  display: none;
203
209
  position: absolute;
204
210
  border-inline-start: var(--border-divider-list-width-471u6a, 1px) dashed var(--color-border-divider-active-n0a8d4, #687078);
205
211
  inline-size: 0;
206
212
  inset-block: 0;
207
213
  }
208
- .awsui_resize-active_x7peu_4e5j7_93 .awsui_tracker_x7peu_4e5j7_199:not(#\9) {
214
+ .awsui_resize-active_x7peu_leth1_99 .awsui_tracker_x7peu_leth1_205:not(#\9) {
209
215
  display: block;
210
216
  }
@@ -2,13 +2,13 @@
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_4e5j7_93",
6
- "resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_4e5j7_93",
7
- "divider": "awsui_divider_x7peu_4e5j7_98",
8
- "divider-disabled": "awsui_divider-disabled_x7peu_4e5j7_112",
9
- "divider-active": "awsui_divider-active_x7peu_4e5j7_115",
10
- "resizer": "awsui_resizer_x7peu_4e5j7_119",
11
- "has-focus": "awsui_has-focus_x7peu_4e5j7_176",
12
- "tracker": "awsui_tracker_x7peu_4e5j7_199"
5
+ "resize-active": "awsui_resize-active_x7peu_leth1_99",
6
+ "resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_leth1_99",
7
+ "divider": "awsui_divider_x7peu_leth1_104",
8
+ "divider-disabled": "awsui_divider-disabled_x7peu_leth1_118",
9
+ "divider-active": "awsui_divider-active_x7peu_leth1_121",
10
+ "resizer": "awsui_resizer_x7peu_leth1_125",
11
+ "has-focus": "awsui_has-focus_x7peu_leth1_182",
12
+ "tracker": "awsui_tracker_x7peu_leth1_205"
13
13
  };
14
14
 
@@ -1,8 +1,8 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_1s55x_f0aq6_93",
5
- "label": "awsui_label_1s55x_f0aq6_97",
6
- "stud": "awsui_stud_1s55x_f0aq6_111"
4
+ "root": "awsui_root_1s55x_49dve_99",
5
+ "label": "awsui_label_1s55x_49dve_103",
6
+ "stud": "awsui_stud_1s55x_49dve_117"
7
7
  };
8
8
 
@@ -2,6 +2,12 @@
2
2
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  SPDX-License-Identifier: Apache-2.0
4
4
  */
5
+ /* stylelint-disable @cloudscape-design/no-implicit-descendant, plugin/no-unsupported-browser-features, selector-combinator-disallowed-list */
6
+ /* stylelint-enable @cloudscape-design/no-implicit-descendant, plugin/no-unsupported-browser-features, selector-combinator-disallowed-list */
7
+ /*
8
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
9
+ SPDX-License-Identifier: Apache-2.0
10
+ */
5
11
  /*
6
12
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
13
  SPDX-License-Identifier: Apache-2.0
@@ -90,11 +96,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
96
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
97
  SPDX-License-Identifier: Apache-2.0
92
98
  */
93
- .awsui_root_1s55x_f0aq6_93:not(#\9) {
99
+ .awsui_root_1s55x_49dve_99:not(#\9) {
94
100
  /* used in test-utils and in the use-selection hook */
95
101
  }
96
102
 
97
- .awsui_label_1s55x_f0aq6_97:not(#\9) {
103
+ .awsui_label_1s55x_49dve_103:not(#\9) {
98
104
  display: flex;
99
105
  align-items: center;
100
106
  justify-content: center;
@@ -108,6 +114,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
108
114
  border-inline-end: 1px solid transparent;
109
115
  }
110
116
 
111
- .awsui_stud_1s55x_f0aq6_111:not(#\9) {
117
+ .awsui_stud_1s55x_49dve_117:not(#\9) {
112
118
  visibility: hidden;
113
119
  }
@@ -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_1s55x_f0aq6_93",
6
- "label": "awsui_label_1s55x_f0aq6_97",
7
- "stud": "awsui_stud_1s55x_f0aq6_111"
5
+ "root": "awsui_root_1s55x_49dve_99",
6
+ "label": "awsui_label_1s55x_49dve_103",
7
+ "stud": "awsui_stud_1s55x_49dve_117"
8
8
  };
9
9
 
@@ -1,11 +1,11 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "sticky-scrollbar": "awsui_sticky-scrollbar_faqt8_122uz_93",
5
- "sticky-scrollbar-content": "awsui_sticky-scrollbar-content_faqt8_122uz_102",
6
- "sticky-scrollbar-visible": "awsui_sticky-scrollbar-visible_faqt8_122uz_105",
7
- "sticky-scrollbar-native-invisible": "awsui_sticky-scrollbar-native-invisible_faqt8_122uz_108",
8
- "sticky-scrollbar-offset": "awsui_sticky-scrollbar-offset_faqt8_122uz_111",
9
- "is-visual-refresh": "awsui_is-visual-refresh_faqt8_122uz_114"
4
+ "sticky-scrollbar": "awsui_sticky-scrollbar_faqt8_1qecn_99",
5
+ "sticky-scrollbar-content": "awsui_sticky-scrollbar-content_faqt8_1qecn_108",
6
+ "sticky-scrollbar-visible": "awsui_sticky-scrollbar-visible_faqt8_1qecn_111",
7
+ "sticky-scrollbar-native-invisible": "awsui_sticky-scrollbar-native-invisible_faqt8_1qecn_114",
8
+ "sticky-scrollbar-offset": "awsui_sticky-scrollbar-offset_faqt8_1qecn_117",
9
+ "is-visual-refresh": "awsui_is-visual-refresh_faqt8_1qecn_120"
10
10
  };
11
11
 
@@ -6,6 +6,12 @@
6
6
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
7
  SPDX-License-Identifier: Apache-2.0
8
8
  */
9
+ /* stylelint-disable @cloudscape-design/no-implicit-descendant, plugin/no-unsupported-browser-features, selector-combinator-disallowed-list */
10
+ /* stylelint-enable @cloudscape-design/no-implicit-descendant, plugin/no-unsupported-browser-features, selector-combinator-disallowed-list */
11
+ /*
12
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
13
+ SPDX-License-Identifier: Apache-2.0
14
+ */
9
15
  /*
10
16
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
11
17
  SPDX-License-Identifier: Apache-2.0
@@ -90,7 +96,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
96
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
97
  SPDX-License-Identifier: Apache-2.0
92
98
  */
93
- .awsui_sticky-scrollbar_faqt8_122uz_93:not(#\9) {
99
+ .awsui_sticky-scrollbar_faqt8_1qecn_99:not(#\9) {
94
100
  block-size: 15px;
95
101
  position: sticky;
96
102
  display: none;
@@ -99,24 +105,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
99
105
  inset-block-end: 0;
100
106
  inline-size: 100%;
101
107
  }
102
- .awsui_sticky-scrollbar-content_faqt8_122uz_102:not(#\9) {
108
+ .awsui_sticky-scrollbar-content_faqt8_1qecn_108:not(#\9) {
103
109
  block-size: 15px;
104
110
  }
105
- .awsui_sticky-scrollbar-visible_faqt8_122uz_105:not(#\9) {
111
+ .awsui_sticky-scrollbar-visible_faqt8_1qecn_111:not(#\9) {
106
112
  display: block;
107
113
  }
108
- .awsui_sticky-scrollbar-native-invisible_faqt8_122uz_108:not(#\9) {
114
+ .awsui_sticky-scrollbar-native-invisible_faqt8_1qecn_114:not(#\9) {
109
115
  margin-block-start: -15px;
110
116
  }
111
- .awsui_sticky-scrollbar-offset_faqt8_122uz_111:not(#\9) {
117
+ .awsui_sticky-scrollbar-offset_faqt8_1qecn_117:not(#\9) {
112
118
  z-index: 799;
113
119
  }
114
- .awsui_sticky-scrollbar-offset_faqt8_122uz_111:not(#\9):not(.awsui_is-visual-refresh_faqt8_122uz_114) {
120
+ .awsui_sticky-scrollbar-offset_faqt8_1qecn_117:not(#\9):not(.awsui_is-visual-refresh_faqt8_1qecn_120) {
115
121
  background-color: var(--color-background-container-content-il2pe5, #ffffff);
116
122
  block-size: 15px;
117
123
  margin-block-start: calc(-1 * var(--border-divider-section-width-wl9k66, 1px));
118
124
  border-block-start: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
119
125
  }
120
- .awsui_sticky-scrollbar-offset_faqt8_122uz_111.awsui_is-visual-refresh_faqt8_122uz_114:not(#\9) {
126
+ .awsui_sticky-scrollbar-offset_faqt8_1qecn_117.awsui_is-visual-refresh_faqt8_1qecn_120:not(#\9) {
121
127
  margin-block-start: -5px;
122
128
  }
@@ -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
- "sticky-scrollbar": "awsui_sticky-scrollbar_faqt8_122uz_93",
6
- "sticky-scrollbar-content": "awsui_sticky-scrollbar-content_faqt8_122uz_102",
7
- "sticky-scrollbar-visible": "awsui_sticky-scrollbar-visible_faqt8_122uz_105",
8
- "sticky-scrollbar-native-invisible": "awsui_sticky-scrollbar-native-invisible_faqt8_122uz_108",
9
- "sticky-scrollbar-offset": "awsui_sticky-scrollbar-offset_faqt8_122uz_111",
10
- "is-visual-refresh": "awsui_is-visual-refresh_faqt8_122uz_114"
5
+ "sticky-scrollbar": "awsui_sticky-scrollbar_faqt8_1qecn_99",
6
+ "sticky-scrollbar-content": "awsui_sticky-scrollbar-content_faqt8_1qecn_108",
7
+ "sticky-scrollbar-visible": "awsui_sticky-scrollbar-visible_faqt8_1qecn_111",
8
+ "sticky-scrollbar-native-invisible": "awsui_sticky-scrollbar-native-invisible_faqt8_1qecn_114",
9
+ "sticky-scrollbar-offset": "awsui_sticky-scrollbar-offset_faqt8_1qecn_117",
10
+ "is-visual-refresh": "awsui_is-visual-refresh_faqt8_1qecn_120"
11
11
  };
12
12