@cloudscape-design/components-themeable 3.0.198 → 3.0.200

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 (315) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/cards/motion.scss +9 -1
  3. package/lib/internal/scss/cards/styles.scss +2 -10
  4. package/lib/internal/scss/container/styles.scss +41 -21
  5. package/lib/internal/scss/flashbar/styles.scss +4 -14
  6. package/lib/internal/scss/internal/styles/forms/mixins.scss +17 -3
  7. package/lib/internal/scss/internal/styles/utils/mixins.scss +12 -0
  8. package/lib/internal/scss/modal/styles.scss +3 -2
  9. package/lib/internal/scss/wizard/styles.scss +2 -3
  10. package/lib/internal/template/alert/styles.css.js +19 -19
  11. package/lib/internal/template/alert/styles.scoped.css +33 -33
  12. package/lib/internal/template/alert/styles.selectors.js +19 -19
  13. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  14. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +31 -31
  15. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  16. package/lib/internal/template/app-layout/content-wrapper/styles.css.js +3 -3
  17. package/lib/internal/template/app-layout/content-wrapper/styles.scoped.css +8 -8
  18. package/lib/internal/template/app-layout/content-wrapper/styles.selectors.js +3 -3
  19. package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +4 -4
  20. package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +9 -9
  21. package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +4 -4
  22. package/lib/internal/template/app-layout/styles.css.js +26 -26
  23. package/lib/internal/template/app-layout/styles.scoped.css +35 -35
  24. package/lib/internal/template/app-layout/styles.selectors.js +26 -26
  25. package/lib/internal/template/app-layout/toggles/styles.css.js +1 -1
  26. package/lib/internal/template/app-layout/toggles/styles.scoped.css +3 -3
  27. package/lib/internal/template/app-layout/toggles/styles.selectors.js +1 -1
  28. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +60 -60
  29. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +150 -150
  30. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +60 -60
  31. package/lib/internal/template/area-chart/styles.css.js +13 -13
  32. package/lib/internal/template/area-chart/styles.scoped.css +18 -18
  33. package/lib/internal/template/area-chart/styles.selectors.js +13 -13
  34. package/lib/internal/template/attribute-editor/styles.css.js +14 -14
  35. package/lib/internal/template/attribute-editor/styles.scoped.css +26 -26
  36. package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
  37. package/lib/internal/template/badge/styles.css.js +5 -5
  38. package/lib/internal/template/badge/styles.scoped.css +7 -7
  39. package/lib/internal/template/badge/styles.selectors.js +5 -5
  40. package/lib/internal/template/box/styles.css.js +189 -189
  41. package/lib/internal/template/box/styles.scoped.css +240 -240
  42. package/lib/internal/template/box/styles.selectors.js +189 -189
  43. package/lib/internal/template/breadcrumb-group/item/item.d.ts.map +1 -1
  44. package/lib/internal/template/breadcrumb-group/item/item.js +13 -10
  45. package/lib/internal/template/breadcrumb-group/item/item.js.map +1 -1
  46. package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
  47. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +19 -19
  48. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
  49. package/lib/internal/template/breadcrumb-group/styles.css.js +6 -6
  50. package/lib/internal/template/breadcrumb-group/styles.scoped.css +13 -13
  51. package/lib/internal/template/breadcrumb-group/styles.selectors.js +6 -6
  52. package/lib/internal/template/button/styles.css.js +18 -18
  53. package/lib/internal/template/button/styles.scoped.css +138 -138
  54. package/lib/internal/template/button/styles.selectors.js +18 -18
  55. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +13 -13
  56. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +25 -25
  57. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +13 -13
  58. package/lib/internal/template/button-dropdown/item-element/styles.css.js +14 -14
  59. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +20 -20
  60. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +14 -14
  61. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  62. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +7 -7
  63. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  64. package/lib/internal/template/button-dropdown/styles.css.js +8 -8
  65. package/lib/internal/template/button-dropdown/styles.scoped.css +16 -16
  66. package/lib/internal/template/button-dropdown/styles.selectors.js +8 -8
  67. package/lib/internal/template/calendar/styles.css.js +18 -18
  68. package/lib/internal/template/calendar/styles.scoped.css +40 -40
  69. package/lib/internal/template/calendar/styles.selectors.js +18 -18
  70. package/lib/internal/template/cards/styles.css.js +37 -37
  71. package/lib/internal/template/cards/styles.scoped.css +122 -57
  72. package/lib/internal/template/cards/styles.selectors.js +37 -37
  73. package/lib/internal/template/checkbox/styles.css.js +3 -3
  74. package/lib/internal/template/checkbox/styles.scoped.css +7 -7
  75. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  76. package/lib/internal/template/code-editor/styles.css.js +32 -32
  77. package/lib/internal/template/code-editor/styles.scoped.css +159 -159
  78. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  79. package/lib/internal/template/collection-preferences/styles.css.js +20 -20
  80. package/lib/internal/template/collection-preferences/styles.scoped.css +25 -25
  81. package/lib/internal/template/collection-preferences/styles.selectors.js +20 -20
  82. package/lib/internal/template/column-layout/styles.css.js +13 -13
  83. package/lib/internal/template/column-layout/styles.scoped.css +45 -45
  84. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  85. package/lib/internal/template/container/internal.d.ts.map +1 -1
  86. package/lib/internal/template/container/internal.js +1 -1
  87. package/lib/internal/template/container/internal.js.map +1 -1
  88. package/lib/internal/template/container/styles.css.js +18 -17
  89. package/lib/internal/template/container/styles.scoped.css +106 -43
  90. package/lib/internal/template/container/styles.selectors.js +18 -17
  91. package/lib/internal/template/container/use-sticky-header.d.ts.map +1 -1
  92. package/lib/internal/template/container/use-sticky-header.js +4 -15
  93. package/lib/internal/template/container/use-sticky-header.js.map +1 -1
  94. package/lib/internal/template/content-layout/styles.css.js +7 -7
  95. package/lib/internal/template/content-layout/styles.scoped.css +13 -13
  96. package/lib/internal/template/content-layout/styles.selectors.js +7 -7
  97. package/lib/internal/template/date-picker/styles.css.js +7 -7
  98. package/lib/internal/template/date-picker/styles.scoped.css +11 -11
  99. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  100. package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +25 -25
  101. package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +44 -44
  102. package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
  103. package/lib/internal/template/date-range-picker/relative-range/styles.css.js +9 -9
  104. package/lib/internal/template/date-range-picker/relative-range/styles.scoped.css +15 -15
  105. package/lib/internal/template/date-range-picker/relative-range/styles.selectors.js +9 -9
  106. package/lib/internal/template/date-range-picker/styles.css.js +38 -38
  107. package/lib/internal/template/date-range-picker/styles.scoped.css +47 -47
  108. package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
  109. package/lib/internal/template/expandable-section/styles.css.js +21 -21
  110. package/lib/internal/template/expandable-section/styles.scoped.css +44 -44
  111. package/lib/internal/template/expandable-section/styles.selectors.js +21 -21
  112. package/lib/internal/template/flashbar/styles.css.js +43 -43
  113. package/lib/internal/template/flashbar/styles.scoped.css +145 -156
  114. package/lib/internal/template/flashbar/styles.selectors.js +43 -43
  115. package/lib/internal/template/form/styles.css.js +8 -8
  116. package/lib/internal/template/form/styles.scoped.css +10 -10
  117. package/lib/internal/template/form/styles.selectors.js +8 -8
  118. package/lib/internal/template/form-field/styles.css.js +19 -19
  119. package/lib/internal/template/form-field/styles.scoped.css +31 -31
  120. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  121. package/lib/internal/template/grid/styles.css.js +53 -53
  122. package/lib/internal/template/grid/styles.scoped.css +56 -56
  123. package/lib/internal/template/grid/styles.selectors.js +53 -53
  124. package/lib/internal/template/header/styles.css.js +44 -44
  125. package/lib/internal/template/header/styles.scoped.css +49 -49
  126. package/lib/internal/template/header/styles.selectors.js +44 -44
  127. package/lib/internal/template/help-panel/styles.css.js +4 -4
  128. package/lib/internal/template/help-panel/styles.scoped.css +60 -60
  129. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  130. package/lib/internal/template/hotspot/styles.css.js +7 -7
  131. package/lib/internal/template/hotspot/styles.scoped.css +9 -9
  132. package/lib/internal/template/hotspot/styles.selectors.js +7 -7
  133. package/lib/internal/template/icon/styles.css.js +21 -21
  134. package/lib/internal/template/icon/styles.scoped.css +50 -50
  135. package/lib/internal/template/icon/styles.selectors.js +21 -21
  136. package/lib/internal/template/input/styles.css.js +12 -12
  137. package/lib/internal/template/input/styles.scoped.css +32 -32
  138. package/lib/internal/template/input/styles.selectors.js +12 -12
  139. package/lib/internal/template/internal/base-component/styles.scoped.css +4 -4
  140. package/lib/internal/template/internal/components/abstract-switch/styles.css.js +12 -12
  141. package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +21 -21
  142. package/lib/internal/template/internal/components/abstract-switch/styles.selectors.js +12 -12
  143. package/lib/internal/template/internal/components/button-trigger/styles.css.js +9 -9
  144. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +25 -25
  145. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +9 -9
  146. package/lib/internal/template/internal/components/chart-filter/styles.css.js +3 -3
  147. package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +5 -5
  148. package/lib/internal/template/internal/components/chart-filter/styles.selectors.js +3 -3
  149. package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
  150. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +17 -17
  151. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
  152. package/lib/internal/template/internal/components/chart-plot/styles.css.js +5 -5
  153. package/lib/internal/template/internal/components/chart-plot/styles.scoped.css +7 -7
  154. package/lib/internal/template/internal/components/chart-plot/styles.selectors.js +5 -5
  155. package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
  156. package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +5 -5
  157. package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
  158. package/lib/internal/template/internal/components/chart-series-details/styles.css.js +5 -5
  159. package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +10 -10
  160. package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +5 -5
  161. package/lib/internal/template/internal/components/chart-series-marker/styles.css.js +5 -5
  162. package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +9 -9
  163. package/lib/internal/template/internal/components/chart-series-marker/styles.selectors.js +5 -5
  164. package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +7 -7
  165. package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +10 -10
  166. package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +7 -7
  167. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  168. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +37 -37
  169. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  170. package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
  171. package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +5 -5
  172. package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
  173. package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
  174. package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +4 -4
  175. package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
  176. package/lib/internal/template/internal/components/filtering-token/styles.css.js +7 -7
  177. package/lib/internal/template/internal/components/filtering-token/styles.scoped.css +15 -15
  178. package/lib/internal/template/internal/components/filtering-token/styles.selectors.js +7 -7
  179. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  180. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +15 -15
  181. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  182. package/lib/internal/template/internal/components/option/styles.css.js +17 -17
  183. package/lib/internal/template/internal/components/option/styles.scoped.css +31 -31
  184. package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
  185. package/lib/internal/template/internal/components/options-list/styles.css.js +2 -2
  186. package/lib/internal/template/internal/components/options-list/styles.scoped.css +4 -4
  187. package/lib/internal/template/internal/components/options-list/styles.selectors.js +2 -2
  188. package/lib/internal/template/internal/components/screenreader-only/styles.css.js +1 -1
  189. package/lib/internal/template/internal/components/screenreader-only/styles.scoped.css +3 -3
  190. package/lib/internal/template/internal/components/screenreader-only/styles.selectors.js +1 -1
  191. package/lib/internal/template/internal/components/selectable-item/styles.css.js +16 -16
  192. package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +29 -29
  193. package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +16 -16
  194. package/lib/internal/template/internal/environment.js +1 -1
  195. package/lib/internal/template/internal/generated/theming/index.cjs +6 -6
  196. package/lib/internal/template/internal/generated/theming/index.js +6 -6
  197. package/lib/internal/template/link/styles.css.js +20 -20
  198. package/lib/internal/template/link/styles.scoped.css +73 -73
  199. package/lib/internal/template/link/styles.selectors.js +20 -20
  200. package/lib/internal/template/mixed-line-bar-chart/styles.css.js +19 -19
  201. package/lib/internal/template/mixed-line-bar-chart/styles.scoped.css +28 -28
  202. package/lib/internal/template/mixed-line-bar-chart/styles.selectors.js +19 -19
  203. package/lib/internal/template/modal/styles.css.js +22 -22
  204. package/lib/internal/template/modal/styles.scoped.css +40 -47
  205. package/lib/internal/template/modal/styles.selectors.js +22 -22
  206. package/lib/internal/template/multiselect/styles.css.js +1 -1
  207. package/lib/internal/template/multiselect/styles.scoped.css +3 -3
  208. package/lib/internal/template/multiselect/styles.selectors.js +1 -1
  209. package/lib/internal/template/pagination/styles.css.js +9 -9
  210. package/lib/internal/template/pagination/styles.scoped.css +25 -25
  211. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  212. package/lib/internal/template/pie-chart/styles.css.js +27 -27
  213. package/lib/internal/template/pie-chart/styles.scoped.css +45 -45
  214. package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
  215. package/lib/internal/template/popover/styles.css.js +50 -50
  216. package/lib/internal/template/popover/styles.scoped.css +73 -73
  217. package/lib/internal/template/popover/styles.selectors.js +50 -50
  218. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  219. package/lib/internal/template/progress-bar/styles.scoped.css +36 -36
  220. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  221. package/lib/internal/template/property-filter/styles.css.js +33 -33
  222. package/lib/internal/template/property-filter/styles.scoped.css +37 -37
  223. package/lib/internal/template/property-filter/styles.selectors.js +33 -33
  224. package/lib/internal/template/radio-group/styles.css.js +9 -9
  225. package/lib/internal/template/radio-group/styles.scoped.css +17 -17
  226. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  227. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  228. package/lib/internal/template/segmented-control/styles.scoped.css +35 -35
  229. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  230. package/lib/internal/template/select/parts/styles.css.js +9 -9
  231. package/lib/internal/template/select/parts/styles.scoped.css +14 -14
  232. package/lib/internal/template/select/parts/styles.selectors.js +9 -9
  233. package/lib/internal/template/select/styles.css.js +1 -1
  234. package/lib/internal/template/select/styles.scoped.css +3 -3
  235. package/lib/internal/template/select/styles.selectors.js +1 -1
  236. package/lib/internal/template/side-navigation/styles.css.js +26 -26
  237. package/lib/internal/template/side-navigation/styles.scoped.css +38 -38
  238. package/lib/internal/template/side-navigation/styles.selectors.js +26 -26
  239. package/lib/internal/template/space-between/styles.css.js +28 -28
  240. package/lib/internal/template/space-between/styles.scoped.css +31 -31
  241. package/lib/internal/template/space-between/styles.selectors.js +28 -28
  242. package/lib/internal/template/spinner/styles.css.js +13 -13
  243. package/lib/internal/template/spinner/styles.scoped.css +20 -20
  244. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  245. package/lib/internal/template/split-panel/styles.css.js +59 -59
  246. package/lib/internal/template/split-panel/styles.scoped.css +85 -85
  247. package/lib/internal/template/split-panel/styles.selectors.js +59 -59
  248. package/lib/internal/template/status-indicator/styles.css.js +20 -20
  249. package/lib/internal/template/status-indicator/styles.scoped.css +28 -28
  250. package/lib/internal/template/status-indicator/styles.selectors.js +20 -20
  251. package/lib/internal/template/table/body-cell/styles.css.js +18 -18
  252. package/lib/internal/template/table/body-cell/styles.scoped.css +52 -52
  253. package/lib/internal/template/table/body-cell/styles.selectors.js +18 -18
  254. package/lib/internal/template/table/header-cell/styles.css.js +19 -19
  255. package/lib/internal/template/table/header-cell/styles.scoped.css +33 -33
  256. package/lib/internal/template/table/header-cell/styles.selectors.js +19 -19
  257. package/lib/internal/template/table/resizer/styles.css.js +6 -6
  258. package/lib/internal/template/table/resizer/styles.scoped.css +13 -13
  259. package/lib/internal/template/table/resizer/styles.selectors.js +6 -6
  260. package/lib/internal/template/table/selection-control/styles.css.js +3 -3
  261. package/lib/internal/template/table/selection-control/styles.scoped.css +5 -5
  262. package/lib/internal/template/table/selection-control/styles.selectors.js +3 -3
  263. package/lib/internal/template/table/styles.css.js +33 -33
  264. package/lib/internal/template/table/styles.scoped.css +41 -41
  265. package/lib/internal/template/table/styles.selectors.js +33 -33
  266. package/lib/internal/template/tabs/styles.css.js +21 -21
  267. package/lib/internal/template/tabs/styles.scoped.css +42 -42
  268. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  269. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  270. package/lib/internal/template/tag-editor/styles.scoped.css +12 -12
  271. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  272. package/lib/internal/template/test-utils/dom/breadcrumb-group/index.d.ts +6 -4
  273. package/lib/internal/template/test-utils/dom/breadcrumb-group/index.js +8 -6
  274. package/lib/internal/template/test-utils/dom/breadcrumb-group/index.js.map +1 -1
  275. package/lib/internal/template/test-utils/selectors/breadcrumb-group/index.d.ts +6 -4
  276. package/lib/internal/template/test-utils/selectors/breadcrumb-group/index.js +8 -6
  277. package/lib/internal/template/test-utils/selectors/breadcrumb-group/index.js.map +1 -1
  278. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  279. package/lib/internal/template/text-content/styles.css.js +1 -1
  280. package/lib/internal/template/text-content/styles.scoped.css +62 -62
  281. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  282. package/lib/internal/template/text-filter/styles.css.js +4 -4
  283. package/lib/internal/template/text-filter/styles.scoped.css +6 -6
  284. package/lib/internal/template/text-filter/styles.selectors.js +4 -4
  285. package/lib/internal/template/textarea/styles.css.js +4 -4
  286. package/lib/internal/template/textarea/styles.scoped.css +14 -14
  287. package/lib/internal/template/textarea/styles.selectors.js +4 -4
  288. package/lib/internal/template/tiles/styles.css.js +28 -28
  289. package/lib/internal/template/tiles/styles.scoped.css +70 -70
  290. package/lib/internal/template/tiles/styles.selectors.js +28 -28
  291. package/lib/internal/template/toggle/styles.css.js +8 -8
  292. package/lib/internal/template/toggle/styles.scoped.css +15 -15
  293. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  294. package/lib/internal/template/token-group/styles.css.js +7 -7
  295. package/lib/internal/template/token-group/styles.scoped.css +24 -24
  296. package/lib/internal/template/token-group/styles.selectors.js +7 -7
  297. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  298. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +44 -44
  299. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  300. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  301. package/lib/internal/template/top-navigation/styles.scoped.css +68 -68
  302. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  303. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  304. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +23 -23
  305. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  306. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  307. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +29 -29
  308. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  309. package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
  310. package/lib/internal/template/tutorial-panel/styles.scoped.css +3 -3
  311. package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
  312. package/lib/internal/template/wizard/styles.css.js +32 -32
  313. package/lib/internal/template/wizard/styles.scoped.css +98 -64
  314. package/lib/internal/template/wizard/styles.selectors.js +32 -32
  315. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "d311dc2ceb6cfd897146272bc78edec93484f908"
2
+ "commit": "222b99ff1eab212a62dcf7a5154055623e6d38da"
3
3
  }
@@ -8,7 +8,15 @@
8
8
 
9
9
  .card-inner {
10
10
  @include styles.with-motion {
11
- transition-property: background-color, border-top-color, border-bottom-color, border-left-color, border-right-color;
11
+ transition-property: background-color;
12
+ transition-duration: awsui.$motion-duration-transition-show-paced;
13
+ transition-timing-function: awsui.$motion-easing-transition-show-paced;
14
+ }
15
+ }
16
+
17
+ .card-inner::before {
18
+ @include styles.with-motion {
19
+ transition-property: border-top-color, border-right-color, border-bottom-color, border-left-color;
12
20
  transition-duration: awsui.$motion-duration-transition-show-paced;
13
21
  transition-timing-function: awsui.$motion-easing-transition-show-paced;
14
22
  }
@@ -84,14 +84,9 @@
84
84
  calc(#{awsui.$space-card-horizontal} - #{awsui.$border-item-width})
85
85
  calc(#{awsui.$space-scaled-l} - #{awsui.$border-item-width});
86
86
  }
87
- // reset border color to prevent it from flashing black during selection animation
88
- border-color: transparent;
89
87
  @include styles.container-shadow;
90
- // container shadow comes with a top border, need to make it the same as the selection width
91
- border-width: awsui.$border-item-width;
92
88
  width: 100%;
93
89
  min-width: 0;
94
- box-sizing: border-box;
95
90
  }
96
91
  &-header {
97
92
  @include styles.font-heading-m;
@@ -107,12 +102,9 @@
107
102
  }
108
103
  &-selected {
109
104
  > .card-inner {
110
- border: awsui.$border-item-width solid awsui.$color-border-item-selected;
111
105
  background-color: awsui.$color-background-item-selected;
112
- padding: awsui.$space-scaled-l calc(#{awsui.$space-card-horizontal} - #{awsui.$border-item-width})
113
- calc(#{awsui.$space-scaled-l} - #{awsui.$border-item-width});
114
- > .card-header > .selection-control {
115
- margin-right: calc(-1 * #{awsui.$border-item-width});
106
+ &::before {
107
+ border: awsui.$border-item-width solid awsui.$color-border-item-selected;
116
108
  }
117
109
  }
118
110
  }
@@ -10,33 +10,55 @@
10
10
  .root {
11
11
  @include styles.styles-reset;
12
12
  word-wrap: break-word;
13
+ position: relative;
13
14
 
14
- &-fit-height {
15
+ &.fit-height {
15
16
  display: flex;
16
17
  flex-direction: column;
17
- overflow: hidden;
18
18
  height: 100%;
19
19
  }
20
20
 
21
21
  &.variant {
22
22
  &-default,
23
23
  &-stacked {
24
+ // Border and shadows are applied with ::before and ::after elements (respectively)
24
25
  @include shared.borders-and-shadows;
25
26
  background-color: awsui.$color-background-container-content;
26
27
  }
27
28
 
28
- &-stacked:not(:last-child) {
29
+ // Meld container bottom corners into next adjoining container
30
+ &-stacked:not(:last-child),
31
+ &-stacked:not(:last-child)::before,
32
+ &-stacked:not(:last-child)::after {
29
33
  border-bottom-right-radius: 0;
30
34
  border-bottom-left-radius: 0;
31
35
  }
32
-
33
- &-stacked + &-stacked {
34
- @include shared.divider;
36
+ // Meld container top corners into preceding container
37
+ &-stacked + &-stacked,
38
+ &-stacked + &-stacked::before,
39
+ &-stacked + &-stacked::after {
35
40
  border-top-left-radius: 0;
36
41
  border-top-right-radius: 0;
42
+ }
43
+ // Replace container border with a divider
44
+ &-stacked + &-stacked::before {
45
+ @include shared.divider;
46
+ }
47
+ // Reset container shadow to prevent unwanted overflow
48
+ &-stacked + &-stacked::after {
37
49
  box-shadow: awsui.$shadow-container-stacked;
38
50
  }
39
51
  }
52
+
53
+ // To ensure the top border/divider is visible on sticky elements which have a higher z-index
54
+ &.sticky-enabled {
55
+ &::before {
56
+ top: calc(-1 * #{awsui.$border-container-top-width});
57
+ }
58
+ &.variant-stacked::before {
59
+ top: calc(-1 * #{awsui.$border-divider-section-width});
60
+ }
61
+ }
40
62
  }
41
63
 
42
64
  .header {
@@ -59,9 +81,13 @@
59
81
  }
60
82
 
61
83
  &-stuck {
62
- box-shadow: awsui.$shadow-sticky-embedded;
63
- border: 0;
64
84
  border-radius: 0;
85
+ &::before {
86
+ border: 0;
87
+ }
88
+ &:not(.header-variant-cards) {
89
+ box-shadow: awsui.$shadow-sticky-embedded;
90
+ }
65
91
  }
66
92
 
67
93
  &-dynamic-height.header-stuck {
@@ -83,20 +109,14 @@
83
109
  }
84
110
 
85
111
  &-variant-cards {
86
- @include shared.borders-and-shadows;
87
-
88
- &:not(:empty) {
89
- // bottom shadow does not appear in IE11 due to the presence of background color
90
- // Adding a bottom border
91
- border-bottom: 1px solid #d5dbdb;
92
-
93
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
94
- @supports (--css-variable-support-check: #000) {
95
- border-bottom: 0;
96
- }
112
+ &:not(.header-sticky-enabled) {
113
+ position: relative;
97
114
  }
115
+ @include shared.borders-and-shadows;
98
116
 
99
- &.header-stuck {
117
+ &.header-stuck::after,
118
+ &.header-stuck::before {
119
+ border: 0;
100
120
  border-top-left-radius: 0;
101
121
  border-top-right-radius: 0;
102
122
  }
@@ -130,7 +150,7 @@ the default white background of the container component.
130
150
  }
131
151
 
132
152
  .content {
133
- .root-fit-height > & {
153
+ .fit-height > & {
134
154
  flex: 1;
135
155
  overflow: auto;
136
156
  }
@@ -25,29 +25,19 @@
25
25
  justify-content: flex-start;
26
26
  align-items: flex-start;
27
27
  padding: awsui.$space-scaled-xs awsui.$space-flashbar-horizontal;
28
- @include styles.container-shadow;
29
- border-top: none;
30
28
  border-radius: awsui.$border-radius-flashbar;
31
29
  color: awsui.$color-text-notification-default;
32
30
  overflow-wrap: break-word;
33
31
  word-wrap: break-word;
34
- }
35
32
 
36
- .flash-refresh {
37
- box-shadow: none;
38
33
  &::before {
39
- content: '';
40
- position: absolute;
41
- z-index: -1;
42
- top: 0px;
43
- left: 0px;
44
- bottom: 0px;
45
- right: 0px;
46
- background-color: transparent;
34
+ @include styles.base-pseudo-element;
47
35
  border-radius: awsui.$border-radius-flashbar;
48
- pointer-events: none;
49
36
  box-shadow: awsui.$shadow-flash-sticky;
50
37
  }
38
+ &-refresh::before {
39
+ z-index: -1;
40
+ }
51
41
  }
52
42
 
53
43
  .flash-list {
@@ -7,7 +7,7 @@
7
7
  @use '../tokens' as awsui;
8
8
  @use '../typography' as typography;
9
9
  @use '../foundation' as foundation;
10
- @use '../utils/theming' as theming;
10
+ @use '../utils' as utils;
11
11
  @use './constants' as constants;
12
12
 
13
13
  @mixin link-focus {
@@ -131,11 +131,25 @@
131
131
  }
132
132
 
133
133
  @mixin container-shadow {
134
- box-shadow: awsui.$shadow-container;
135
- border-top: awsui.$border-container-top-width solid awsui.$color-border-container-top;
136
134
  border-radius: awsui.$border-radius-container;
137
135
  box-sizing: border-box;
138
136
 
137
+ &::before {
138
+ @include utils.base-pseudo-element;
139
+ // Reset border color to prevent it from flashing black during card selection animation
140
+ border-color: transparent;
141
+ border-top: awsui.$border-container-top-width solid awsui.$color-border-container-top;
142
+ border-radius: awsui.$border-radius-container;
143
+ z-index: 1;
144
+ }
145
+
146
+ &::after {
147
+ @include utils.base-pseudo-element;
148
+ box-shadow: awsui.$shadow-container;
149
+ border-radius: awsui.$border-radius-container;
150
+ mix-blend-mode: multiply;
151
+ }
152
+
139
153
  // HACK: because of the issues with IE's box shadow rendering we draw
140
154
  // a border and don't mind the pixel fitting
141
155
  @media screen and (-ms-high-contrast: active) {
@@ -48,3 +48,15 @@
48
48
  overflow: hidden;
49
49
  text-overflow: ellipsis;
50
50
  }
51
+
52
+ @mixin base-pseudo-element {
53
+ content: '';
54
+ position: absolute;
55
+ left: 0px;
56
+ top: 0px;
57
+ width: 100%;
58
+ height: 100%;
59
+ pointer-events: none;
60
+ background: transparent;
61
+ box-sizing: border-box;
62
+ }
@@ -79,9 +79,10 @@ $modal-z-index: 5000;
79
79
  @include styles.styles-reset;
80
80
  display: block;
81
81
  background-color: awsui.$color-background-container-content;
82
- @include styles.container-shadow;
83
- box-shadow: awsui.$shadow-modal;
84
82
  word-wrap: break-word;
83
+ border-top: awsui.$border-container-top-width solid awsui.$color-border-container-top;
84
+ border-radius: awsui.$border-radius-container;
85
+ box-shadow: awsui.$shadow-modal;
85
86
  }
86
87
 
87
88
  .content {
@@ -33,12 +33,11 @@
33
33
  grid-column: 1;
34
34
  grid-row: 1 / span 2;
35
35
  padding-top: awsui.$space-scaled-xxs;
36
- z-index: 1;
37
36
 
38
37
  > ul {
39
38
  background: awsui.$color-background-container-content;
40
- border-radius: awsui.$border-radius-container;
41
- box-shadow: awsui.$shadow-container;
39
+ position: relative;
40
+ @include styles.container-shadow;
42
41
  margin: 0;
43
42
  padding: awsui.$space-scaled-l awsui.$space-l;
44
43
  width: 280px;
@@ -1,24 +1,24 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "alert": "awsui_alert_mx3cw_1tvf1_93",
5
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_1tvf1_1",
6
- "root": "awsui_root_mx3cw_1tvf1_119",
7
- "hidden": "awsui_hidden_mx3cw_1tvf1_135",
8
- "body": "awsui_body_mx3cw_1tvf1_160",
9
- "header": "awsui_header_mx3cw_1tvf1_166",
10
- "action": "awsui_action_mx3cw_1tvf1_170",
11
- "action-button": "awsui_action-button_mx3cw_1tvf1_175",
12
- "text": "awsui_text_mx3cw_1tvf1_179",
13
- "icon": "awsui_icon_mx3cw_1tvf1_183",
14
- "message": "awsui_message_mx3cw_1tvf1_186",
15
- "breakpoint-default": "awsui_breakpoint-default_mx3cw_1tvf1_194",
16
- "content": "awsui_content_mx3cw_1tvf1_208",
17
- "dismiss": "awsui_dismiss_mx3cw_1tvf1_212",
18
- "dismiss-button": "awsui_dismiss-button_mx3cw_1tvf1_218",
19
- "type-error": "awsui_type-error_mx3cw_1tvf1_226",
20
- "type-warning": "awsui_type-warning_mx3cw_1tvf1_234",
21
- "type-success": "awsui_type-success_mx3cw_1tvf1_242",
22
- "type-info": "awsui_type-info_mx3cw_1tvf1_250"
4
+ "alert": "awsui_alert_mx3cw_wwhdd_93",
5
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_wwhdd_1",
6
+ "root": "awsui_root_mx3cw_wwhdd_119",
7
+ "hidden": "awsui_hidden_mx3cw_wwhdd_135",
8
+ "body": "awsui_body_mx3cw_wwhdd_160",
9
+ "header": "awsui_header_mx3cw_wwhdd_166",
10
+ "action": "awsui_action_mx3cw_wwhdd_170",
11
+ "action-button": "awsui_action-button_mx3cw_wwhdd_175",
12
+ "text": "awsui_text_mx3cw_wwhdd_179",
13
+ "icon": "awsui_icon_mx3cw_wwhdd_183",
14
+ "message": "awsui_message_mx3cw_wwhdd_186",
15
+ "breakpoint-default": "awsui_breakpoint-default_mx3cw_wwhdd_194",
16
+ "content": "awsui_content_mx3cw_wwhdd_208",
17
+ "dismiss": "awsui_dismiss_mx3cw_wwhdd_212",
18
+ "dismiss-button": "awsui_dismiss-button_mx3cw_wwhdd_218",
19
+ "type-error": "awsui_type-error_mx3cw_wwhdd_226",
20
+ "type-warning": "awsui_type-warning_mx3cw_wwhdd_234",
21
+ "type-success": "awsui_type-success_mx3cw_wwhdd_242",
22
+ "type-info": "awsui_type-info_mx3cw_wwhdd_250"
23
23
  };
24
24
 
@@ -50,8 +50,6 @@
50
50
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
51
51
  SPDX-License-Identifier: Apache-2.0
52
52
  */
53
- /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
54
- /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
55
53
  /*
56
54
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
57
55
  SPDX-License-Identifier: Apache-2.0
@@ -64,6 +62,8 @@
64
62
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
65
63
  SPDX-License-Identifier: Apache-2.0
66
64
  */
65
+ /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
66
+ /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
67
67
  /*
68
68
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
69
69
  SPDX-License-Identifier: Apache-2.0
@@ -90,10 +90,10 @@ 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_alert_mx3cw_1tvf1_93:not(#\9) {
94
- animation: awsui_awsui-motion-fade-in_mx3cw_1tvf1_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
93
+ .awsui_alert_mx3cw_wwhdd_93:not(#\9) {
94
+ animation: awsui_awsui-motion-fade-in_mx3cw_wwhdd_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
95
95
  }
96
- @keyframes awsui_awsui-motion-fade-in_mx3cw_1tvf1_1 {
96
+ @keyframes awsui_awsui-motion-fade-in_mx3cw_wwhdd_1 {
97
97
  from {
98
98
  opacity: 0.2;
99
99
  }
@@ -102,12 +102,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
102
102
  }
103
103
  }
104
104
  @media (prefers-reduced-motion: reduce) {
105
- .awsui_alert_mx3cw_1tvf1_93:not(#\9) {
105
+ .awsui_alert_mx3cw_wwhdd_93:not(#\9) {
106
106
  animation: none;
107
107
  transition: none;
108
108
  }
109
109
  }
110
- .awsui-motion-disabled .awsui_alert_mx3cw_1tvf1_93:not(#\9), .awsui-mode-entering .awsui_alert_mx3cw_1tvf1_93:not(#\9) {
110
+ .awsui-motion-disabled .awsui_alert_mx3cw_wwhdd_93:not(#\9), .awsui-mode-entering .awsui_alert_mx3cw_wwhdd_93:not(#\9) {
111
111
  animation: none;
112
112
  transition: none;
113
113
  }
@@ -116,7 +116,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
116
116
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
117
117
  SPDX-License-Identifier: Apache-2.0
118
118
  */
119
- .awsui_root_mx3cw_1tvf1_119:not(#\9) {
119
+ .awsui_root_mx3cw_wwhdd_119:not(#\9) {
120
120
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
121
121
  border-collapse: separate;
122
122
  border-spacing: 0;
@@ -158,11 +158,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
158
158
  overflow: hidden;
159
159
  display: block;
160
160
  }
161
- .awsui_root_mx3cw_1tvf1_119.awsui_hidden_mx3cw_1tvf1_135:not(#\9) {
161
+ .awsui_root_mx3cw_wwhdd_119.awsui_hidden_mx3cw_wwhdd_135:not(#\9) {
162
162
  display: none;
163
163
  }
164
164
 
165
- .awsui_alert_mx3cw_1tvf1_93:not(#\9) {
165
+ .awsui_alert_mx3cw_wwhdd_93:not(#\9) {
166
166
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
167
167
  border-collapse: separate;
168
168
  border-spacing: 0;
@@ -209,100 +209,100 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
209
209
  background-color: var(--color-background-container-content-o88wxm, #ffffff);
210
210
  }
211
211
 
212
- .awsui_body_mx3cw_1tvf1_160:not(#\9) {
212
+ .awsui_body_mx3cw_wwhdd_160:not(#\9) {
213
213
  display: flex;
214
214
  flex: 1 1 0%;
215
215
  min-width: 0;
216
216
  }
217
217
 
218
- .awsui_header_mx3cw_1tvf1_166:not(#\9) {
218
+ .awsui_header_mx3cw_wwhdd_166:not(#\9) {
219
219
  font-weight: 700;
220
220
  }
221
221
 
222
- .awsui_action_mx3cw_1tvf1_170:not(#\9) {
222
+ .awsui_action_mx3cw_wwhdd_170:not(#\9) {
223
223
  white-space: nowrap;
224
224
  margin-left: var(--space-s-hv8c1d, 12px);
225
225
  }
226
226
 
227
- .awsui_action-button_mx3cw_1tvf1_175:not(#\9) {
227
+ .awsui_action-button_mx3cw_wwhdd_175:not(#\9) {
228
228
  /* used in test-utils */
229
229
  }
230
230
 
231
- .awsui_text_mx3cw_1tvf1_179:not(#\9) {
231
+ .awsui_text_mx3cw_wwhdd_179:not(#\9) {
232
232
  padding: var(--border-field-width-y6x4sn, 1px) 0;
233
233
  margin: var(--space-scaled-xxs-95dhkm, 4px) var(--space-xxs-ynfts5, 4px);
234
234
  }
235
- .awsui_text_mx3cw_1tvf1_179.awsui_icon_mx3cw_1tvf1_183:not(#\9) {
235
+ .awsui_text_mx3cw_wwhdd_179.awsui_icon_mx3cw_wwhdd_183:not(#\9) {
236
236
  margin-left: 0;
237
237
  }
238
- .awsui_text_mx3cw_1tvf1_179.awsui_message_mx3cw_1tvf1_186:not(#\9) {
238
+ .awsui_text_mx3cw_wwhdd_179.awsui_message_mx3cw_wwhdd_186:not(#\9) {
239
239
  margin-right: var(--space-alert-message-right-tj2fce, 0px);
240
240
  }
241
- .awsui_text_mx3cw_1tvf1_179.awsui_message_mx3cw_1tvf1_186 + .awsui_action_mx3cw_1tvf1_170:not(#\9) {
241
+ .awsui_text_mx3cw_wwhdd_179.awsui_message_mx3cw_wwhdd_186 + .awsui_action_mx3cw_wwhdd_170:not(#\9) {
242
242
  margin-left: var(--space-alert-action-left-ovi85g, 20px);
243
243
  }
244
244
 
245
245
  /* stylelint-disable selector-max-type */
246
- .awsui_root_mx3cw_1tvf1_119.awsui_breakpoint-default_mx3cw_1tvf1_194 > div > .awsui_alert_mx3cw_1tvf1_93 > .awsui_body_mx3cw_1tvf1_160:not(#\9) {
246
+ .awsui_root_mx3cw_wwhdd_119.awsui_breakpoint-default_mx3cw_wwhdd_194 > div > .awsui_alert_mx3cw_wwhdd_93 > .awsui_body_mx3cw_wwhdd_160:not(#\9) {
247
247
  display: block;
248
248
  }
249
- .awsui_root_mx3cw_1tvf1_119.awsui_breakpoint-default_mx3cw_1tvf1_194 > div > .awsui_alert_mx3cw_1tvf1_93 > .awsui_body_mx3cw_1tvf1_160 > .awsui_action_mx3cw_1tvf1_170:not(#\9) {
249
+ .awsui_root_mx3cw_wwhdd_119.awsui_breakpoint-default_mx3cw_wwhdd_194 > div > .awsui_alert_mx3cw_wwhdd_93 > .awsui_body_mx3cw_wwhdd_160 > .awsui_action_mx3cw_wwhdd_170:not(#\9) {
250
250
  margin-left: var(--space-xxs-ynfts5, 4px);
251
251
  margin-bottom: var(--space-xxs-ynfts5, 4px);
252
252
  }
253
253
 
254
254
  /* stylelint-enable selector-max-type */
255
- .awsui_message_mx3cw_1tvf1_186:not(#\9) {
255
+ .awsui_message_mx3cw_wwhdd_186:not(#\9) {
256
256
  flex: 1 1 0%;
257
257
  min-width: 0;
258
258
  }
259
259
 
260
- .awsui_content_mx3cw_1tvf1_208:not(#\9) {
260
+ .awsui_content_mx3cw_wwhdd_208:not(#\9) {
261
261
  /* used in test-utils */
262
262
  }
263
263
 
264
- .awsui_dismiss_mx3cw_1tvf1_212:not(#\9) {
264
+ .awsui_dismiss_mx3cw_wwhdd_212:not(#\9) {
265
265
  flex: 0 0 auto;
266
266
  margin-right: calc(-1 * var(--space-xxs-ynfts5, 4px));
267
267
  margin-left: var(--space-s-hv8c1d, 12px);
268
268
  }
269
269
 
270
- .awsui_dismiss-button_mx3cw_1tvf1_218:not(#\9) {
270
+ .awsui_dismiss-button_mx3cw_wwhdd_218:not(#\9) {
271
271
  /* used in test-utils */
272
272
  }
273
273
 
274
- .awsui_icon_mx3cw_1tvf1_183:not(#\9) {
274
+ .awsui_icon_mx3cw_wwhdd_183:not(#\9) {
275
275
  flex: 0 0 auto;
276
276
  }
277
277
 
278
- .awsui_type-error_mx3cw_1tvf1_226:not(#\9) {
278
+ .awsui_type-error_mx3cw_wwhdd_226:not(#\9) {
279
279
  border-color: var(--color-border-status-error-fybu9w, #d13212);
280
280
  background-color: var(--color-background-status-error-h1a0iq, #fdf3f1);
281
281
  }
282
- .awsui_type-error_mx3cw_1tvf1_226 > .awsui_icon_mx3cw_1tvf1_183:not(#\9) {
282
+ .awsui_type-error_mx3cw_wwhdd_226 > .awsui_icon_mx3cw_wwhdd_183:not(#\9) {
283
283
  color: var(--color-text-status-error-jer77f, #d13212);
284
284
  }
285
285
 
286
- .awsui_type-warning_mx3cw_1tvf1_234:not(#\9) {
286
+ .awsui_type-warning_mx3cw_wwhdd_234:not(#\9) {
287
287
  border-color: var(--color-border-status-warning-2otrg9, #aab7b8);
288
288
  background-color: var(--color-background-status-warning-1213z1, #ffffff);
289
289
  }
290
- .awsui_type-warning_mx3cw_1tvf1_234 > .awsui_icon_mx3cw_1tvf1_183:not(#\9) {
290
+ .awsui_type-warning_mx3cw_wwhdd_234 > .awsui_icon_mx3cw_wwhdd_183:not(#\9) {
291
291
  color: var(--color-text-status-warning-94ezyx, #d13212);
292
292
  }
293
293
 
294
- .awsui_type-success_mx3cw_1tvf1_242:not(#\9) {
294
+ .awsui_type-success_mx3cw_wwhdd_242:not(#\9) {
295
295
  border-color: var(--color-border-status-success-lb896w, #1d8102);
296
296
  background-color: var(--color-background-status-success-cvmksn, #f2f8f0);
297
297
  }
298
- .awsui_type-success_mx3cw_1tvf1_242 > .awsui_icon_mx3cw_1tvf1_183:not(#\9) {
298
+ .awsui_type-success_mx3cw_wwhdd_242 > .awsui_icon_mx3cw_wwhdd_183:not(#\9) {
299
299
  color: var(--color-text-status-success-hb5hdl, #1d8102);
300
300
  }
301
301
 
302
- .awsui_type-info_mx3cw_1tvf1_250:not(#\9) {
302
+ .awsui_type-info_mx3cw_wwhdd_250:not(#\9) {
303
303
  border-color: var(--color-border-status-info-0iedcr, #0073bb);
304
304
  background-color: var(--color-background-status-info-yq3r41, #f1faff);
305
305
  }
306
- .awsui_type-info_mx3cw_1tvf1_250 > .awsui_icon_mx3cw_1tvf1_183:not(#\9) {
306
+ .awsui_type-info_mx3cw_wwhdd_250 > .awsui_icon_mx3cw_wwhdd_183:not(#\9) {
307
307
  color: var(--color-text-status-info-09r23g, #0073bb);
308
308
  }
@@ -2,24 +2,24 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "alert": "awsui_alert_mx3cw_1tvf1_93",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_1tvf1_1",
7
- "root": "awsui_root_mx3cw_1tvf1_119",
8
- "hidden": "awsui_hidden_mx3cw_1tvf1_135",
9
- "body": "awsui_body_mx3cw_1tvf1_160",
10
- "header": "awsui_header_mx3cw_1tvf1_166",
11
- "action": "awsui_action_mx3cw_1tvf1_170",
12
- "action-button": "awsui_action-button_mx3cw_1tvf1_175",
13
- "text": "awsui_text_mx3cw_1tvf1_179",
14
- "icon": "awsui_icon_mx3cw_1tvf1_183",
15
- "message": "awsui_message_mx3cw_1tvf1_186",
16
- "breakpoint-default": "awsui_breakpoint-default_mx3cw_1tvf1_194",
17
- "content": "awsui_content_mx3cw_1tvf1_208",
18
- "dismiss": "awsui_dismiss_mx3cw_1tvf1_212",
19
- "dismiss-button": "awsui_dismiss-button_mx3cw_1tvf1_218",
20
- "type-error": "awsui_type-error_mx3cw_1tvf1_226",
21
- "type-warning": "awsui_type-warning_mx3cw_1tvf1_234",
22
- "type-success": "awsui_type-success_mx3cw_1tvf1_242",
23
- "type-info": "awsui_type-info_mx3cw_1tvf1_250"
5
+ "alert": "awsui_alert_mx3cw_wwhdd_93",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_wwhdd_1",
7
+ "root": "awsui_root_mx3cw_wwhdd_119",
8
+ "hidden": "awsui_hidden_mx3cw_wwhdd_135",
9
+ "body": "awsui_body_mx3cw_wwhdd_160",
10
+ "header": "awsui_header_mx3cw_wwhdd_166",
11
+ "action": "awsui_action_mx3cw_wwhdd_170",
12
+ "action-button": "awsui_action-button_mx3cw_wwhdd_175",
13
+ "text": "awsui_text_mx3cw_wwhdd_179",
14
+ "icon": "awsui_icon_mx3cw_wwhdd_183",
15
+ "message": "awsui_message_mx3cw_wwhdd_186",
16
+ "breakpoint-default": "awsui_breakpoint-default_mx3cw_wwhdd_194",
17
+ "content": "awsui_content_mx3cw_wwhdd_208",
18
+ "dismiss": "awsui_dismiss_mx3cw_wwhdd_212",
19
+ "dismiss-button": "awsui_dismiss-button_mx3cw_wwhdd_218",
20
+ "type-error": "awsui_type-error_mx3cw_wwhdd_226",
21
+ "type-warning": "awsui_type-warning_mx3cw_wwhdd_234",
22
+ "type-success": "awsui_type-success_mx3cw_wwhdd_242",
23
+ "type-info": "awsui_type-info_mx3cw_wwhdd_250"
24
24
  };
25
25
 
@@ -1,29 +1,29 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "arrow": "awsui_arrow_1hpp3_ilqxm_93",
5
- "arrow-outer": "awsui_arrow-outer_1hpp3_ilqxm_97",
6
- "arrow-inner": "awsui_arrow-inner_1hpp3_ilqxm_97",
7
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_ilqxm_128",
8
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_ilqxm_128",
9
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_ilqxm_131",
10
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_ilqxm_131",
11
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_ilqxm_134",
12
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_ilqxm_134",
13
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_ilqxm_137",
14
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_ilqxm_137",
15
- "annotation": "awsui_annotation_1hpp3_ilqxm_145",
16
- "next-button": "awsui_next-button_1hpp3_ilqxm_146",
17
- "previous-button": "awsui_previous-button_1hpp3_ilqxm_147",
18
- "finish-button": "awsui_finish-button_1hpp3_ilqxm_148",
19
- "header": "awsui_header_1hpp3_ilqxm_149",
20
- "step-counter-content": "awsui_step-counter-content_1hpp3_ilqxm_150",
21
- "content": "awsui_content_1hpp3_ilqxm_151",
22
- "description": "awsui_description_1hpp3_ilqxm_155",
23
- "actionBar": "awsui_actionBar_1hpp3_ilqxm_160",
24
- "stepCounter": "awsui_stepCounter_1hpp3_ilqxm_167",
25
- "divider": "awsui_divider_1hpp3_ilqxm_171",
26
- "hotspot": "awsui_hotspot_1hpp3_ilqxm_175",
27
- "icon": "awsui_icon_1hpp3_ilqxm_215"
4
+ "arrow": "awsui_arrow_1hpp3_1pw0t_93",
5
+ "arrow-outer": "awsui_arrow-outer_1hpp3_1pw0t_97",
6
+ "arrow-inner": "awsui_arrow-inner_1hpp3_1pw0t_97",
7
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_1pw0t_128",
8
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_1pw0t_128",
9
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_1pw0t_131",
10
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_1pw0t_131",
11
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_1pw0t_134",
12
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_1pw0t_134",
13
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_1pw0t_137",
14
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_1pw0t_137",
15
+ "annotation": "awsui_annotation_1hpp3_1pw0t_145",
16
+ "next-button": "awsui_next-button_1hpp3_1pw0t_146",
17
+ "previous-button": "awsui_previous-button_1hpp3_1pw0t_147",
18
+ "finish-button": "awsui_finish-button_1hpp3_1pw0t_148",
19
+ "header": "awsui_header_1hpp3_1pw0t_149",
20
+ "step-counter-content": "awsui_step-counter-content_1hpp3_1pw0t_150",
21
+ "content": "awsui_content_1hpp3_1pw0t_151",
22
+ "description": "awsui_description_1hpp3_1pw0t_155",
23
+ "actionBar": "awsui_actionBar_1hpp3_1pw0t_160",
24
+ "stepCounter": "awsui_stepCounter_1hpp3_1pw0t_167",
25
+ "divider": "awsui_divider_1hpp3_1pw0t_171",
26
+ "hotspot": "awsui_hotspot_1hpp3_1pw0t_175",
27
+ "icon": "awsui_icon_1hpp3_1pw0t_215"
28
28
  };
29
29