@cloudscape-design/components-themeable 3.0.307 → 3.0.309

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 (401) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/visual-refresh/background.scss +16 -32
  3. package/lib/internal/scss/app-layout/visual-refresh/breadcrumbs.scss +23 -0
  4. package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +1 -1
  5. package/lib/internal/scss/app-layout/visual-refresh/header.scss +1 -48
  6. package/lib/internal/scss/app-layout/visual-refresh/layout.scss +189 -78
  7. package/lib/internal/scss/app-layout/visual-refresh/main.scss +1 -92
  8. package/lib/internal/scss/app-layout/visual-refresh/mobile-toolbar.scss +40 -0
  9. package/lib/internal/scss/app-layout/visual-refresh/navigation.scss +2 -2
  10. package/lib/internal/scss/app-layout/visual-refresh/notifications.scss +3 -38
  11. package/lib/internal/scss/app-layout/visual-refresh/split-panel.scss +1 -1
  12. package/lib/internal/scss/app-layout/visual-refresh/styles.scss +2 -1
  13. package/lib/internal/scss/app-layout/visual-refresh/tools.scss +3 -4
  14. package/lib/internal/scss/cards/styles.scss +2 -2
  15. package/lib/internal/scss/content-layout/styles.scss +0 -10
  16. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +37 -32
  17. package/lib/internal/scss/table/styles.scss +4 -0
  18. package/lib/internal/scss/wizard/styles.scss +2 -5
  19. package/lib/internal/template/alert/interfaces.d.ts +1 -0
  20. package/lib/internal/template/alert/interfaces.d.ts.map +1 -1
  21. package/lib/internal/template/alert/interfaces.js.map +1 -1
  22. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  23. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +30 -30
  24. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  25. package/lib/internal/template/app-layout/interfaces.d.ts +1 -0
  26. package/lib/internal/template/app-layout/interfaces.d.ts.map +1 -1
  27. package/lib/internal/template/app-layout/interfaces.js.map +1 -1
  28. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  29. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  30. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  31. package/lib/internal/template/app-layout/visual-refresh/background.d.ts +1 -5
  32. package/lib/internal/template/app-layout/visual-refresh/background.d.ts.map +1 -1
  33. package/lib/internal/template/app-layout/visual-refresh/background.js +8 -13
  34. package/lib/internal/template/app-layout/visual-refresh/background.js.map +1 -1
  35. package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.d.ts +3 -0
  36. package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.d.ts.map +1 -0
  37. package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.js +17 -0
  38. package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.js.map +1 -0
  39. package/lib/internal/template/app-layout/visual-refresh/context.js +3 -3
  40. package/lib/internal/template/app-layout/visual-refresh/context.js.map +1 -1
  41. package/lib/internal/template/app-layout/visual-refresh/header.d.ts +0 -4
  42. package/lib/internal/template/app-layout/visual-refresh/header.d.ts.map +1 -1
  43. package/lib/internal/template/app-layout/visual-refresh/header.js +0 -4
  44. package/lib/internal/template/app-layout/visual-refresh/header.js.map +1 -1
  45. package/lib/internal/template/app-layout/visual-refresh/index.d.ts +0 -8
  46. package/lib/internal/template/app-layout/visual-refresh/index.d.ts.map +1 -1
  47. package/lib/internal/template/app-layout/visual-refresh/index.js +4 -13
  48. package/lib/internal/template/app-layout/visual-refresh/index.js.map +1 -1
  49. package/lib/internal/template/app-layout/visual-refresh/layout.d.ts.map +1 -1
  50. package/lib/internal/template/app-layout/visual-refresh/layout.js +31 -19
  51. package/lib/internal/template/app-layout/visual-refresh/layout.js.map +1 -1
  52. package/lib/internal/template/app-layout/visual-refresh/main.d.ts.map +1 -1
  53. package/lib/internal/template/app-layout/visual-refresh/main.js +2 -6
  54. package/lib/internal/template/app-layout/visual-refresh/main.js.map +1 -1
  55. package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.d.ts +3 -0
  56. package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.d.ts.map +1 -0
  57. package/lib/internal/template/app-layout/visual-refresh/{app-bar.js → mobile-toolbar.js} +9 -18
  58. package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.js.map +1 -0
  59. package/lib/internal/template/app-layout/visual-refresh/navigation.js +1 -1
  60. package/lib/internal/template/app-layout/visual-refresh/navigation.js.map +1 -1
  61. package/lib/internal/template/app-layout/visual-refresh/notifications.d.ts +0 -4
  62. package/lib/internal/template/app-layout/visual-refresh/notifications.d.ts.map +1 -1
  63. package/lib/internal/template/app-layout/visual-refresh/notifications.js +4 -9
  64. package/lib/internal/template/app-layout/visual-refresh/notifications.js.map +1 -1
  65. package/lib/internal/template/app-layout/visual-refresh/split-panel.js +1 -1
  66. package/lib/internal/template/app-layout/visual-refresh/split-panel.js.map +1 -1
  67. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +68 -72
  68. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +400 -576
  69. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +68 -72
  70. package/lib/internal/template/attribute-editor/interfaces.d.ts +2 -1
  71. package/lib/internal/template/attribute-editor/interfaces.d.ts.map +1 -1
  72. package/lib/internal/template/attribute-editor/interfaces.js.map +1 -1
  73. package/lib/internal/template/attribute-editor/row.d.ts +1 -1
  74. package/lib/internal/template/attribute-editor/row.d.ts.map +1 -1
  75. package/lib/internal/template/attribute-editor/row.js +3 -1
  76. package/lib/internal/template/attribute-editor/row.js.map +1 -1
  77. package/lib/internal/template/autosuggest/autosuggest-option.d.ts +1 -1
  78. package/lib/internal/template/autosuggest/autosuggest-option.d.ts.map +1 -1
  79. package/lib/internal/template/autosuggest/autosuggest-option.js +3 -1
  80. package/lib/internal/template/autosuggest/autosuggest-option.js.map +1 -1
  81. package/lib/internal/template/autosuggest/interfaces.d.ts +3 -1
  82. package/lib/internal/template/autosuggest/interfaces.d.ts.map +1 -1
  83. package/lib/internal/template/autosuggest/interfaces.js.map +1 -1
  84. package/lib/internal/template/autosuggest/internal.d.ts.map +1 -1
  85. package/lib/internal/template/autosuggest/internal.js +4 -0
  86. package/lib/internal/template/autosuggest/internal.js.map +1 -1
  87. package/lib/internal/template/autosuggest/plain-list.d.ts +1 -1
  88. package/lib/internal/template/autosuggest/plain-list.d.ts.map +1 -1
  89. package/lib/internal/template/autosuggest/plain-list.js.map +1 -1
  90. package/lib/internal/template/breadcrumb-group/interfaces.d.ts +1 -0
  91. package/lib/internal/template/breadcrumb-group/interfaces.d.ts.map +1 -1
  92. package/lib/internal/template/breadcrumb-group/interfaces.js.map +1 -1
  93. package/lib/internal/template/calendar/interfaces.d.ts +3 -0
  94. package/lib/internal/template/calendar/interfaces.d.ts.map +1 -1
  95. package/lib/internal/template/calendar/interfaces.js.map +1 -1
  96. package/lib/internal/template/cards/interfaces.d.ts +1 -0
  97. package/lib/internal/template/cards/interfaces.d.ts.map +1 -1
  98. package/lib/internal/template/cards/interfaces.js.map +1 -1
  99. package/lib/internal/template/cards/styles.css.js +37 -37
  100. package/lib/internal/template/cards/styles.scoped.css +53 -53
  101. package/lib/internal/template/cards/styles.selectors.js +37 -37
  102. package/lib/internal/template/code-editor/interfaces.d.ts +1 -0
  103. package/lib/internal/template/code-editor/interfaces.d.ts.map +1 -1
  104. package/lib/internal/template/code-editor/interfaces.js.map +1 -1
  105. package/lib/internal/template/collection-preferences/content-display/index.d.ts.map +1 -1
  106. package/lib/internal/template/collection-preferences/content-display/index.js +14 -9
  107. package/lib/internal/template/collection-preferences/content-display/index.js.map +1 -1
  108. package/lib/internal/template/collection-preferences/index.d.ts.map +1 -1
  109. package/lib/internal/template/collection-preferences/index.js +6 -4
  110. package/lib/internal/template/collection-preferences/index.js.map +1 -1
  111. package/lib/internal/template/collection-preferences/interfaces.d.ts +21 -12
  112. package/lib/internal/template/collection-preferences/interfaces.d.ts.map +1 -1
  113. package/lib/internal/template/collection-preferences/interfaces.js.map +1 -1
  114. package/lib/internal/template/collection-preferences/utils.d.ts +1 -1
  115. package/lib/internal/template/collection-preferences/utils.d.ts.map +1 -1
  116. package/lib/internal/template/collection-preferences/utils.js +19 -6
  117. package/lib/internal/template/collection-preferences/utils.js.map +1 -1
  118. package/lib/internal/template/content-layout/internal.d.ts.map +1 -1
  119. package/lib/internal/template/content-layout/internal.js +1 -3
  120. package/lib/internal/template/content-layout/internal.js.map +1 -1
  121. package/lib/internal/template/content-layout/styles.css.js +6 -7
  122. package/lib/internal/template/content-layout/styles.scoped.css +9 -19
  123. package/lib/internal/template/content-layout/styles.selectors.js +6 -7
  124. package/lib/internal/template/date-range-picker/calendar/grids/grid.d.ts +1 -1
  125. package/lib/internal/template/date-range-picker/calendar/grids/grid.d.ts.map +1 -1
  126. package/lib/internal/template/date-range-picker/calendar/grids/grid.js.map +1 -1
  127. package/lib/internal/template/date-range-picker/calendar/grids/index.d.ts +1 -1
  128. package/lib/internal/template/date-range-picker/calendar/grids/index.d.ts.map +1 -1
  129. package/lib/internal/template/date-range-picker/calendar/grids/index.js.map +1 -1
  130. package/lib/internal/template/date-range-picker/calendar/header/header-button.d.ts +1 -1
  131. package/lib/internal/template/date-range-picker/calendar/header/header-button.d.ts.map +1 -1
  132. package/lib/internal/template/date-range-picker/calendar/header/header-button.js.map +1 -1
  133. package/lib/internal/template/date-range-picker/calendar/header/index.d.ts +2 -2
  134. package/lib/internal/template/date-range-picker/calendar/header/index.d.ts.map +1 -1
  135. package/lib/internal/template/date-range-picker/calendar/header/index.js.map +1 -1
  136. package/lib/internal/template/date-range-picker/calendar/index.d.ts +1 -1
  137. package/lib/internal/template/date-range-picker/calendar/index.d.ts.map +1 -1
  138. package/lib/internal/template/date-range-picker/calendar/index.js +11 -8
  139. package/lib/internal/template/date-range-picker/calendar/index.js.map +1 -1
  140. package/lib/internal/template/date-range-picker/calendar/range-inputs.d.ts +1 -1
  141. package/lib/internal/template/date-range-picker/calendar/range-inputs.d.ts.map +1 -1
  142. package/lib/internal/template/date-range-picker/calendar/range-inputs.js +7 -5
  143. package/lib/internal/template/date-range-picker/calendar/range-inputs.js.map +1 -1
  144. package/lib/internal/template/date-range-picker/dropdown.d.ts +2 -1
  145. package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
  146. package/lib/internal/template/date-range-picker/dropdown.js +7 -5
  147. package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
  148. package/lib/internal/template/date-range-picker/index.d.ts.map +1 -1
  149. package/lib/internal/template/date-range-picker/index.js +13 -4
  150. package/lib/internal/template/date-range-picker/index.js.map +1 -1
  151. package/lib/internal/template/date-range-picker/interfaces.d.ts +22 -21
  152. package/lib/internal/template/date-range-picker/interfaces.d.ts.map +1 -1
  153. package/lib/internal/template/date-range-picker/interfaces.js.map +1 -1
  154. package/lib/internal/template/date-range-picker/mode-switcher.d.ts +1 -1
  155. package/lib/internal/template/date-range-picker/mode-switcher.d.ts.map +1 -1
  156. package/lib/internal/template/date-range-picker/mode-switcher.js +4 -2
  157. package/lib/internal/template/date-range-picker/mode-switcher.js.map +1 -1
  158. package/lib/internal/template/date-range-picker/relative-range/index.d.ts +1 -1
  159. package/lib/internal/template/date-range-picker/relative-range/index.d.ts.map +1 -1
  160. package/lib/internal/template/date-range-picker/relative-range/index.js +14 -10
  161. package/lib/internal/template/date-range-picker/relative-range/index.js.map +1 -1
  162. package/lib/internal/template/flashbar/interfaces.d.ts +1 -0
  163. package/lib/internal/template/flashbar/interfaces.d.ts.map +1 -1
  164. package/lib/internal/template/flashbar/interfaces.js.map +1 -1
  165. package/lib/internal/template/flashbar/styles.css.js +45 -45
  166. package/lib/internal/template/flashbar/styles.scoped.css +169 -169
  167. package/lib/internal/template/flashbar/styles.selectors.js +45 -45
  168. package/lib/internal/template/form/interfaces.d.ts +1 -0
  169. package/lib/internal/template/form/interfaces.d.ts.map +1 -1
  170. package/lib/internal/template/form/interfaces.js.map +1 -1
  171. package/lib/internal/template/form-field/interfaces.d.ts +1 -0
  172. package/lib/internal/template/form-field/interfaces.d.ts.map +1 -1
  173. package/lib/internal/template/form-field/interfaces.js.map +1 -1
  174. package/lib/internal/template/help-panel/interfaces.d.ts +1 -0
  175. package/lib/internal/template/help-panel/interfaces.d.ts.map +1 -1
  176. package/lib/internal/template/help-panel/interfaces.js.map +1 -1
  177. package/lib/internal/template/i18n/context.d.ts +20 -0
  178. package/lib/internal/template/i18n/context.d.ts.map +1 -0
  179. package/lib/internal/template/i18n/context.js +17 -0
  180. package/lib/internal/template/i18n/context.js.map +1 -0
  181. package/lib/internal/template/i18n/index.d.ts +2 -0
  182. package/lib/internal/template/i18n/index.d.ts.map +1 -0
  183. package/lib/internal/template/i18n/index.js +4 -0
  184. package/lib/internal/template/i18n/index.js.map +1 -0
  185. package/lib/internal/template/i18n/messages/all.all.d.ts +3 -0
  186. package/lib/internal/template/i18n/messages/all.all.js +5473 -0
  187. package/lib/internal/template/i18n/messages/all.all.json +5518 -0
  188. package/lib/internal/template/i18n/messages/all.de.d.ts +3 -0
  189. package/lib/internal/template/i18n/messages/all.de.js +446 -0
  190. package/lib/internal/template/i18n/messages/all.de.json +454 -0
  191. package/lib/internal/template/i18n/messages/all.en-GB.d.ts +3 -0
  192. package/lib/internal/template/i18n/messages/all.en-GB.js +436 -0
  193. package/lib/internal/template/i18n/messages/all.en-GB.json +439 -0
  194. package/lib/internal/template/i18n/messages/all.en.d.ts +3 -0
  195. package/lib/internal/template/i18n/messages/all.en.js +722 -0
  196. package/lib/internal/template/i18n/messages/all.en.json +721 -0
  197. package/lib/internal/template/i18n/messages/all.es.d.ts +3 -0
  198. package/lib/internal/template/i18n/messages/all.es.js +437 -0
  199. package/lib/internal/template/i18n/messages/all.es.json +439 -0
  200. package/lib/internal/template/i18n/messages/all.fr.d.ts +3 -0
  201. package/lib/internal/template/i18n/messages/all.fr.js +451 -0
  202. package/lib/internal/template/i18n/messages/all.fr.json +452 -0
  203. package/lib/internal/template/i18n/messages/all.id.d.ts +3 -0
  204. package/lib/internal/template/i18n/messages/all.id.js +427 -0
  205. package/lib/internal/template/i18n/messages/all.id.json +435 -0
  206. package/lib/internal/template/i18n/messages/all.it.d.ts +3 -0
  207. package/lib/internal/template/i18n/messages/all.it.js +437 -0
  208. package/lib/internal/template/i18n/messages/all.it.json +441 -0
  209. package/lib/internal/template/i18n/messages/all.ja.d.ts +3 -0
  210. package/lib/internal/template/i18n/messages/all.ja.js +441 -0
  211. package/lib/internal/template/i18n/messages/all.ja.json +445 -0
  212. package/lib/internal/template/i18n/messages/all.ko.d.ts +3 -0
  213. package/lib/internal/template/i18n/messages/all.ko.js +419 -0
  214. package/lib/internal/template/i18n/messages/all.ko.json +426 -0
  215. package/lib/internal/template/i18n/messages/all.pt-BR.d.ts +3 -0
  216. package/lib/internal/template/i18n/messages/all.pt-BR.js +444 -0
  217. package/lib/internal/template/i18n/messages/all.pt-BR.json +443 -0
  218. package/lib/internal/template/i18n/messages/all.zh-CN.d.ts +3 -0
  219. package/lib/internal/template/i18n/messages/all.zh-CN.js +429 -0
  220. package/lib/internal/template/i18n/messages/all.zh-CN.json +434 -0
  221. package/lib/internal/template/i18n/messages/all.zh-TW.d.ts +3 -0
  222. package/lib/internal/template/i18n/messages/all.zh-TW.js +428 -0
  223. package/lib/internal/template/i18n/messages/all.zh-TW.json +433 -0
  224. package/lib/internal/template/i18n/provider.d.ts +20 -0
  225. package/lib/internal/template/i18n/provider.d.ts.map +1 -0
  226. package/lib/internal/template/i18n/provider.js +105 -0
  227. package/lib/internal/template/i18n/provider.js.map +1 -0
  228. package/lib/internal/template/i18n/testing.d.ts +8 -0
  229. package/lib/internal/template/i18n/testing.d.ts.map +1 -0
  230. package/lib/internal/template/i18n/testing.js +8 -0
  231. package/lib/internal/template/i18n/testing.js.map +1 -0
  232. package/lib/internal/template/input/interfaces.d.ts +1 -0
  233. package/lib/internal/template/input/interfaces.d.ts.map +1 -1
  234. package/lib/internal/template/input/interfaces.js.map +1 -1
  235. package/lib/internal/template/internal/base-component/styles.scoped.css +0 -2
  236. package/lib/internal/template/internal/components/dropdown-status/interfaces.d.ts +3 -0
  237. package/lib/internal/template/internal/components/dropdown-status/interfaces.d.ts.map +1 -1
  238. package/lib/internal/template/internal/components/dropdown-status/interfaces.js.map +1 -1
  239. package/lib/internal/template/internal/environment.js +1 -1
  240. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  241. package/lib/internal/template/internal/generated/custom-css-properties/index.js +37 -32
  242. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  243. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +2 -2
  244. package/lib/internal/template/internal/generated/theming/index.d.ts +2 -2
  245. package/lib/internal/template/internal/i18n/context.d.ts +1 -19
  246. package/lib/internal/template/internal/i18n/context.d.ts.map +1 -1
  247. package/lib/internal/template/internal/i18n/context.js +1 -14
  248. package/lib/internal/template/internal/i18n/context.js.map +1 -1
  249. package/lib/internal/template/internal/i18n/index.d.ts +1 -1
  250. package/lib/internal/template/internal/i18n/index.js +1 -1
  251. package/lib/internal/template/internal/i18n/index.js.map +1 -1
  252. package/lib/internal/template/internal/i18n/messages/all.all.js +3541 -30
  253. package/lib/internal/template/internal/i18n/messages/all.all.json +3599 -52
  254. package/lib/internal/template/internal/i18n/messages/all.de.js +280 -1
  255. package/lib/internal/template/internal/i18n/messages/all.de.json +290 -3
  256. package/lib/internal/template/internal/i18n/messages/all.en-GB.js +270 -1
  257. package/lib/internal/template/internal/i18n/messages/all.en-GB.json +275 -3
  258. package/lib/internal/template/internal/i18n/messages/all.en.js +556 -1
  259. package/lib/internal/template/internal/i18n/messages/all.en.json +558 -4
  260. package/lib/internal/template/internal/i18n/messages/all.es.js +271 -1
  261. package/lib/internal/template/internal/i18n/messages/all.es.json +275 -3
  262. package/lib/internal/template/internal/i18n/messages/all.fr.js +289 -5
  263. package/lib/internal/template/internal/i18n/messages/all.fr.json +292 -7
  264. package/lib/internal/template/internal/i18n/messages/all.id.js +261 -1
  265. package/lib/internal/template/internal/i18n/messages/all.id.json +271 -3
  266. package/lib/internal/template/internal/i18n/messages/all.it.js +271 -1
  267. package/lib/internal/template/internal/i18n/messages/all.it.json +277 -3
  268. package/lib/internal/template/internal/i18n/messages/all.ja.js +267 -1
  269. package/lib/internal/template/internal/i18n/messages/all.ja.json +273 -3
  270. package/lib/internal/template/internal/i18n/messages/all.ko.js +257 -2
  271. package/lib/internal/template/internal/i18n/messages/all.ko.json +263 -4
  272. package/lib/internal/template/internal/i18n/messages/all.pt-BR.js +280 -3
  273. package/lib/internal/template/internal/i18n/messages/all.pt-BR.json +281 -5
  274. package/lib/internal/template/internal/i18n/messages/all.zh-CN.js +272 -9
  275. package/lib/internal/template/internal/i18n/messages/all.zh-CN.json +276 -11
  276. package/lib/internal/template/internal/i18n/messages/all.zh-TW.js +264 -1
  277. package/lib/internal/template/internal/i18n/messages/all.zh-TW.json +268 -3
  278. package/lib/internal/template/internal/i18n/provider.d.ts +1 -19
  279. package/lib/internal/template/internal/i18n/provider.d.ts.map +1 -1
  280. package/lib/internal/template/internal/i18n/provider.js +1 -102
  281. package/lib/internal/template/internal/i18n/provider.js.map +1 -1
  282. package/lib/internal/template/internal/i18n/testing.d.ts +1 -7
  283. package/lib/internal/template/internal/i18n/testing.d.ts.map +1 -1
  284. package/lib/internal/template/internal/i18n/testing.js +1 -5
  285. package/lib/internal/template/internal/i18n/testing.js.map +1 -1
  286. package/lib/internal/template/link/interfaces.d.ts +1 -0
  287. package/lib/internal/template/link/interfaces.d.ts.map +1 -1
  288. package/lib/internal/template/link/interfaces.js.map +1 -1
  289. package/lib/internal/template/modal/interfaces.d.ts +1 -0
  290. package/lib/internal/template/modal/interfaces.d.ts.map +1 -1
  291. package/lib/internal/template/modal/interfaces.js.map +1 -1
  292. package/lib/internal/template/multiselect/interfaces.d.ts +1 -0
  293. package/lib/internal/template/multiselect/interfaces.d.ts.map +1 -1
  294. package/lib/internal/template/multiselect/interfaces.js.map +1 -1
  295. package/lib/internal/template/package.json +27 -0
  296. package/lib/internal/template/pagination/interfaces.d.ts +1 -0
  297. package/lib/internal/template/pagination/interfaces.d.ts.map +1 -1
  298. package/lib/internal/template/pagination/interfaces.js.map +1 -1
  299. package/lib/internal/template/property-filter/interfaces.d.ts +1 -0
  300. package/lib/internal/template/property-filter/interfaces.d.ts.map +1 -1
  301. package/lib/internal/template/property-filter/interfaces.js.map +1 -1
  302. package/lib/internal/template/s3-resource-selector/interfaces.d.ts +48 -47
  303. package/lib/internal/template/s3-resource-selector/interfaces.d.ts.map +1 -1
  304. package/lib/internal/template/s3-resource-selector/interfaces.js.map +1 -1
  305. package/lib/internal/template/s3-resource-selector/s3-in-context/index.d.ts.map +1 -1
  306. package/lib/internal/template/s3-resource-selector/s3-in-context/index.js +11 -9
  307. package/lib/internal/template/s3-resource-selector/s3-in-context/index.js.map +1 -1
  308. package/lib/internal/template/s3-resource-selector/s3-in-context/validation.d.ts +2 -1
  309. package/lib/internal/template/s3-resource-selector/s3-in-context/validation.d.ts.map +1 -1
  310. package/lib/internal/template/s3-resource-selector/s3-in-context/validation.js +2 -2
  311. package/lib/internal/template/s3-resource-selector/s3-in-context/validation.js.map +1 -1
  312. package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.d.ts +2 -1
  313. package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -1
  314. package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.js +7 -7
  315. package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.js.map +1 -1
  316. package/lib/internal/template/s3-resource-selector/s3-modal/buckets-table.d.ts.map +1 -1
  317. package/lib/internal/template/s3-resource-selector/s3-modal/buckets-table.js +10 -7
  318. package/lib/internal/template/s3-resource-selector/s3-modal/buckets-table.js.map +1 -1
  319. package/lib/internal/template/s3-resource-selector/s3-modal/index.d.ts.map +1 -1
  320. package/lib/internal/template/s3-resource-selector/s3-modal/index.js +8 -6
  321. package/lib/internal/template/s3-resource-selector/s3-modal/index.js.map +1 -1
  322. package/lib/internal/template/s3-resource-selector/s3-modal/objects-table.d.ts.map +1 -1
  323. package/lib/internal/template/s3-resource-selector/s3-modal/objects-table.js +10 -7
  324. package/lib/internal/template/s3-resource-selector/s3-modal/objects-table.js.map +1 -1
  325. package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.d.ts +2 -1
  326. package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.d.ts.map +1 -1
  327. package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.js +5 -9
  328. package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.js.map +1 -1
  329. package/lib/internal/template/s3-resource-selector/s3-modal/versions-table.d.ts.map +1 -1
  330. package/lib/internal/template/s3-resource-selector/s3-modal/versions-table.js +10 -7
  331. package/lib/internal/template/s3-resource-selector/s3-modal/versions-table.js.map +1 -1
  332. package/lib/internal/template/select/interfaces.d.ts +2 -0
  333. package/lib/internal/template/select/interfaces.d.ts.map +1 -1
  334. package/lib/internal/template/select/interfaces.js.map +1 -1
  335. package/lib/internal/template/split-panel/index.d.ts.map +1 -1
  336. package/lib/internal/template/split-panel/index.js +16 -13
  337. package/lib/internal/template/split-panel/index.js.map +1 -1
  338. package/lib/internal/template/split-panel/interfaces.d.ts +4 -3
  339. package/lib/internal/template/split-panel/interfaces.d.ts.map +1 -1
  340. package/lib/internal/template/split-panel/interfaces.js.map +1 -1
  341. package/lib/internal/template/split-panel/side.d.ts +3 -3
  342. package/lib/internal/template/split-panel/side.d.ts.map +1 -1
  343. package/lib/internal/template/split-panel/side.js +2 -2
  344. package/lib/internal/template/split-panel/side.js.map +1 -1
  345. package/lib/internal/template/table/body-cell/index.d.ts.map +1 -1
  346. package/lib/internal/template/table/body-cell/index.js +3 -1
  347. package/lib/internal/template/table/body-cell/index.js.map +1 -1
  348. package/lib/internal/template/table/body-cell/inline-editor.d.ts.map +1 -1
  349. package/lib/internal/template/table/body-cell/inline-editor.js +5 -1
  350. package/lib/internal/template/table/body-cell/inline-editor.js.map +1 -1
  351. package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
  352. package/lib/internal/template/table/header-cell/index.js +3 -1
  353. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  354. package/lib/internal/template/table/interfaces.d.ts +2 -0
  355. package/lib/internal/template/table/interfaces.d.ts.map +1 -1
  356. package/lib/internal/template/table/interfaces.js.map +1 -1
  357. package/lib/internal/template/table/styles.css.js +36 -35
  358. package/lib/internal/template/table/styles.scoped.css +46 -43
  359. package/lib/internal/template/table/styles.selectors.js +36 -35
  360. package/lib/internal/template/tabs/interfaces.d.ts +1 -0
  361. package/lib/internal/template/tabs/interfaces.d.ts.map +1 -1
  362. package/lib/internal/template/tabs/interfaces.js.map +1 -1
  363. package/lib/internal/template/tag-editor/index.d.ts.map +1 -1
  364. package/lib/internal/template/tag-editor/index.js +19 -16
  365. package/lib/internal/template/tag-editor/index.js.map +1 -1
  366. package/lib/internal/template/tag-editor/interfaces.d.ts +33 -32
  367. package/lib/internal/template/tag-editor/interfaces.d.ts.map +1 -1
  368. package/lib/internal/template/tag-editor/interfaces.js.map +1 -1
  369. package/lib/internal/template/tag-editor/internal.d.ts +6 -6
  370. package/lib/internal/template/tag-editor/internal.d.ts.map +1 -1
  371. package/lib/internal/template/tag-editor/internal.js.map +1 -1
  372. package/lib/internal/template/tag-editor/validation.d.ts +2 -1
  373. package/lib/internal/template/tag-editor/validation.d.ts.map +1 -1
  374. package/lib/internal/template/tag-editor/validation.js +8 -8
  375. package/lib/internal/template/tag-editor/validation.js.map +1 -1
  376. package/lib/internal/template/token-group/interfaces.d.ts +1 -0
  377. package/lib/internal/template/token-group/interfaces.d.ts.map +1 -1
  378. package/lib/internal/template/token-group/interfaces.js.map +1 -1
  379. package/lib/internal/template/top-navigation/interfaces.d.ts +4 -3
  380. package/lib/internal/template/top-navigation/interfaces.d.ts.map +1 -1
  381. package/lib/internal/template/top-navigation/interfaces.js.map +1 -1
  382. package/lib/internal/template/top-navigation/internal.d.ts.map +1 -1
  383. package/lib/internal/template/top-navigation/internal.js +6 -4
  384. package/lib/internal/template/top-navigation/internal.js.map +1 -1
  385. package/lib/internal/template/top-navigation/parts/overflow-menu/index.d.ts.map +1 -1
  386. package/lib/internal/template/top-navigation/parts/overflow-menu/index.js +6 -2
  387. package/lib/internal/template/top-navigation/parts/overflow-menu/index.js.map +1 -1
  388. package/lib/internal/template/wizard/interfaces.d.ts +1 -0
  389. package/lib/internal/template/wizard/interfaces.d.ts.map +1 -1
  390. package/lib/internal/template/wizard/interfaces.js.map +1 -1
  391. package/lib/internal/template/wizard/styles.css.js +31 -32
  392. package/lib/internal/template/wizard/styles.scoped.css +64 -67
  393. package/lib/internal/template/wizard/styles.selectors.js +31 -32
  394. package/lib/internal/template/wizard/wizard-form.d.ts.map +1 -1
  395. package/lib/internal/template/wizard/wizard-form.js +1 -1
  396. package/lib/internal/template/wizard/wizard-form.js.map +1 -1
  397. package/package.json +1 -1
  398. package/lib/internal/scss/app-layout/visual-refresh/app-bar.scss +0 -145
  399. package/lib/internal/template/app-layout/visual-refresh/app-bar.d.ts +0 -7
  400. package/lib/internal/template/app-layout/visual-refresh/app-bar.d.ts.map +0 -1
  401. package/lib/internal/template/app-layout/visual-refresh/app-bar.js.map +0 -1
@@ -8,50 +8,15 @@
8
8
  @use '../../internal/generated/custom-css-properties/index.scss' as custom-props;
9
9
 
10
10
  .notifications {
11
- grid-column: 3;
12
- grid-row: 1;
13
- z-index: 850;
14
11
  color: awsui.$color-text-body-default;
12
+ grid-area: notifications;
13
+ z-index: 850;
15
14
 
16
- /*
17
- In desktop viewports the notifications will always be the first
18
- slot rendered in the center column. The padding should create
19
- a centered vertical alignment with the circular buttons for the
20
- navigation and tools drawers.
21
- */
22
15
  @include styles.media-breakpoint-up(styles.$breakpoint-x-small) {
23
- margin: awsui.$space-xs 0;
24
-
25
- /*
26
- #{awsui.$space-xs} token needs to align with the $offsetTopWithNotifications
27
- calculation in the layout CSS.
28
- */
29
16
  &.sticky-notifications {
17
+ #{custom-props.$flashbarStickyBottomMargin}: #{awsui.$space-xxl};
30
18
  position: sticky;
31
19
  top: calc(var(#{custom-props.$offsetTop}) + #{awsui.$space-xs});
32
- #{custom-props.$flashbarStickyBottomMargin}: #{awsui.$space-xxl};
33
- }
34
-
35
- &:not(.has-notifications-content) {
36
- margin: 0;
37
- }
38
- }
39
-
40
- /*
41
- In mobile viewports the notifications should never be sticky even
42
- if the property is set. Padding is added to give adequate
43
- vertical space from the sticky AppBar the subsequent adjacent sibling.
44
- */
45
- @include styles.media-breakpoint-down(styles.$breakpoint-x-small) {
46
- grid-row: 2;
47
- margin: awsui.$space-scaled-s 0;
48
-
49
- &.sticky-notifications {
50
- position: static;
51
- }
52
-
53
- &:not(.has-notifications-content) {
54
- margin: 0;
55
20
  }
56
21
  }
57
22
  }
@@ -22,7 +22,7 @@ section.split-panel-bottom {
22
22
  bottom: var(#{custom-props.$footerHeight});
23
23
  display: none;
24
24
  grid-column: 1 / 6;
25
- grid-row: 5;
25
+ grid-row: 10;
26
26
  height: auto;
27
27
  /*
28
28
  The position sticky will work in conjunction with the align self: end; property.
@@ -3,12 +3,13 @@
3
3
  SPDX-License-Identifier: Apache-2.0
4
4
  */
5
5
 
6
- @use './app-bar.scss';
7
6
  @use './background.scss';
7
+ @use './breadcrumbs.scss';
8
8
  @use './drawers.scss';
9
9
  @use './header.scss';
10
10
  @use './layout.scss';
11
11
  @use './main.scss';
12
+ @use './mobile-toolbar.scss';
12
13
  @use './navigation.scss';
13
14
  @use './notifications.scss';
14
15
  @use './split-panel.scss';
@@ -26,7 +26,7 @@ viewport size and state of the Tools drawer.
26
26
  #{custom-props.$toolsWidth}: 290px;
27
27
  display: flex;
28
28
  grid-column: 5;
29
- grid-row: 1 / span 5;
29
+ grid-row: 1 / span 10;
30
30
  height: var(#{custom-props.$contentHeight});
31
31
  max-width: var(#{custom-props.$toolsMaxWidth});
32
32
  position: sticky;
@@ -67,11 +67,10 @@ viewport size and state of the Tools drawer.
67
67
  overflow-y: auto;
68
68
  overflow-x: hidden;
69
69
  overscroll-behavior-y: contain;
70
+ pointer-events: auto;
70
71
  position: relative;
71
72
  word-wrap: break-word;
72
73
 
73
- pointer-events: auto;
74
-
75
74
  // Animation for the Tools opacity and width when it is added to the DOM
76
75
  @keyframes openTools {
77
76
  from {
@@ -160,7 +159,7 @@ handleSplitPanelMaxWidth function in the context.
160
159
  }
161
160
 
162
161
  /*
163
- Apply the animation only in desktop viewports because the AppBar will
162
+ Apply the animation only in desktop viewports because the MobileToolbar will
164
163
  take control in responsive viewports.
165
164
  */
166
165
  @include styles.media-breakpoint-up(styles.$breakpoint-x-small) {
@@ -18,10 +18,10 @@
18
18
  .header {
19
19
  &-variant-full-page.header-refresh {
20
20
  @include container.borders-and-shadows;
21
- padding-top: awsui.$space-container-header-vertical;
21
+ padding-top: 0;
22
22
  padding-left: 0;
23
23
  padding-right: 0;
24
- padding-bottom: calc(#{awsui.$space-container-header-vertical} + #{awsui.$space-scaled-xxs});
24
+ padding-bottom: #{awsui.$space-container-header-vertical};
25
25
  }
26
26
  }
27
27
 
@@ -48,16 +48,6 @@ nodes will directly touch with no gap between them.
48
48
  grid-column: 1;
49
49
  grid-row: 1;
50
50
  padding-bottom: awsui.$space-content-header-padding-bottom;
51
-
52
- @include styles.media-breakpoint-up(styles.$breakpoint-x-small) {
53
- &.has-breadcrumbs {
54
- padding-top: awsui.$space-xxs;
55
- }
56
- }
57
-
58
- @include styles.media-breakpoint-down(styles.$breakpoint-x-small) {
59
- padding: awsui.$space-m 0 awsui.$space-content-header-padding-bottom;
60
- }
61
51
  }
62
52
 
63
53
  > .content {
@@ -1,34 +1,39 @@
1
1
 
2
- $activeDrawerWidth: --awsui-active-drawer-width-rrnppm;
3
- $offsetTop: --awsui-offset-top-rrnppm;
4
- $offsetTopWithNotifications: --awsui-offset-top-with-notifications-rrnppm;
5
- $contentGapLeft: --awsui-content-gap-left-rrnppm;
6
- $contentGapRight: --awsui-content-gap-right-rrnppm;
7
- $contentHeight: --awsui-content-height-rrnppm;
8
- $defaultMaxContentWidth: --awsui-default-max-content-width-rrnppm;
9
- $defaultMinContentWidth: --awsui-default-min-content-width-rrnppm;
10
- $footerHeight: --awsui-footer-height-rrnppm;
11
- $headerHeight: --awsui-header-height-rrnppm;
12
- $layoutWidth: --awsui-layout-width-rrnppm;
13
- $mainOffsetLeft: --awsui-main-offset-left-rrnppm;
14
- $maxContentWidth: --awsui-max-content-width-rrnppm;
15
- $minContentWidth: --awsui-min-content-width-rrnppm;
16
- $mobileBarHeight: --awsui-mobile-bar-height-rrnppm;
17
- $notificationsHeight: --awsui-notifications-height-rrnppm;
18
- $overlapHeight: --awsui-overlap-height-rrnppm;
19
- $navigationWidth: --awsui-navigation-width-rrnppm;
20
- $splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-rrnppm;
21
- $splitPanelReportedSize: --awsui-split-panel-reported-size-rrnppm;
22
- $splitPanelHeight: --awsui-split-panel-height-rrnppm;
23
- $splitPanelMinWidth: --awsui-split-panel-min-width-rrnppm;
24
- $splitPanelMaxWidth: --awsui-split-panel-max-width-rrnppm;
25
- $toolsMaxWidth: --awsui-tools-max-width-rrnppm;
26
- $toolsWidth: --awsui-tools-width-rrnppm;
27
- $toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-rrnppm;
28
- $contentScrollMargin: --awsui-content-scroll-margin-rrnppm;
29
- $flashbarStackDepth: --awsui-flashbar-stack-depth-rrnppm;
30
- $flashbarStackIndex: --awsui-flashbar-stack-index-rrnppm;
31
- $flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-rrnppm;
32
- $stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-rrnppm;
33
- $stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-rrnppm;
2
+ $activeDrawerWidth: --awsui-active-drawer-width-en6003;
3
+ $breadcrumbsGap: --awsui-breadcrumbs-gap-en6003;
4
+ $contentGapLeft: --awsui-content-gap-left-en6003;
5
+ $contentGapRight: --awsui-content-gap-right-en6003;
6
+ $contentHeight: --awsui-content-height-en6003;
7
+ $defaultMaxContentWidth: --awsui-default-max-content-width-en6003;
8
+ $defaultMinContentWidth: --awsui-default-min-content-width-en6003;
9
+ $footerHeight: --awsui-footer-height-en6003;
10
+ $headerGap: --awsui-header-gap-en6003;
11
+ $headerHeight: --awsui-header-height-en6003;
12
+ $layoutWidth: --awsui-layout-width-en6003;
13
+ $mainGap: --awsui-main-gap-en6003;
14
+ $mainOffsetLeft: --awsui-main-offset-left-en6003;
15
+ $mainTemplateRows: --awsui-main-template-rows-en6003;
16
+ $maxContentWidth: --awsui-max-content-width-en6003;
17
+ $minContentWidth: --awsui-min-content-width-en6003;
18
+ $mobileBarHeight: --awsui-mobile-bar-height-en6003;
19
+ $notificationsGap: --awsui-notifications-gap-en6003;
20
+ $notificationsHeight: --awsui-notifications-height-en6003;
21
+ $offsetTop: --awsui-offset-top-en6003;
22
+ $offsetTopWithNotifications: --awsui-offset-top-with-notifications-en6003;
23
+ $overlapHeight: --awsui-overlap-height-en6003;
24
+ $navigationWidth: --awsui-navigation-width-en6003;
25
+ $splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-en6003;
26
+ $splitPanelReportedSize: --awsui-split-panel-reported-size-en6003;
27
+ $splitPanelHeight: --awsui-split-panel-height-en6003;
28
+ $splitPanelMinWidth: --awsui-split-panel-min-width-en6003;
29
+ $splitPanelMaxWidth: --awsui-split-panel-max-width-en6003;
30
+ $toolsMaxWidth: --awsui-tools-max-width-en6003;
31
+ $toolsWidth: --awsui-tools-width-en6003;
32
+ $toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-en6003;
33
+ $contentScrollMargin: --awsui-content-scroll-margin-en6003;
34
+ $flashbarStackDepth: --awsui-flashbar-stack-depth-en6003;
35
+ $flashbarStackIndex: --awsui-flashbar-stack-index-en6003;
36
+ $flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-en6003;
37
+ $stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-en6003;
38
+ $stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-en6003;
34
39
 
@@ -206,6 +206,10 @@ the default white background of the container component.
206
206
  .header-controls {
207
207
  padding-top: awsui.$space-container-header-vertical;
208
208
  padding-bottom: awsui.$space-container-header-vertical;
209
+
210
+ &.variant-full-page {
211
+ padding-top: 0;
212
+ }
209
213
  &.variant-stacked,
210
214
  &.variant-container {
211
215
  padding-left: calc(awsui.$space-table-horizontal + awsui.$space-table-header-horizontal);
@@ -220,8 +220,8 @@
220
220
  }
221
221
 
222
222
  > .form-header > .form-header-content {
223
- padding-top: awsui.$space-scaled-xl;
224
- padding-bottom: awsui.$space-scaled-xl;
223
+ padding-top: awsui.$space-scaled-m;
224
+ padding-bottom: awsui.$space-scaled-m;
225
225
  }
226
226
 
227
227
  > .form-component {
@@ -252,9 +252,6 @@
252
252
  color: awsui.$color-text-heading-secondary;
253
253
  font-weight: styles.$font-weight-bold;
254
254
  padding-top: awsui.$space-scaled-xxs;
255
- &-extra-padding {
256
- padding-top: awsui.$space-scaled-l;
257
- }
258
255
  &-hidden {
259
256
  display: none;
260
257
  }
@@ -25,6 +25,7 @@ export interface AlertProps extends BaseComponentProps {
25
25
  dismissible?: boolean;
26
26
  /**
27
27
  * Adds an aria-label to the dismiss button.
28
+ * @i18n
28
29
  */
29
30
  dismissAriaLabel?: string;
30
31
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"interfaces.d.ts","sourceRoot":"lib/default/","sources":["alert/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,yBAAiB,UAAU,CAAC;IAC1B,KAAY,IAAI,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;CAC7D;AAED,MAAM,WAAW,UAAW,SAAQ,kBAAkB;IACpD;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC,IAAI,CAAC;IAEvB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,yBAAyB,CAAC;IACtC;;;OAGG;IACH,aAAa,CAAC,EAAE,yBAAyB,CAAC;CAC3C"}
1
+ {"version":3,"file":"interfaces.d.ts","sourceRoot":"lib/default/","sources":["alert/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,yBAAiB,UAAU,CAAC;IAC1B,KAAY,IAAI,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;CAC7D;AAED,MAAM,WAAW,UAAW,SAAQ,kBAAkB;IACpD;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC,IAAI,CAAC;IAEvB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,yBAAyB,CAAC;IACtC;;;OAGG;IACH,aAAa,CAAC,EAAE,yBAAyB,CAAC;CAC3C"}
@@ -1 +1 @@
1
- {"version":3,"file":"interfaces.js","sourceRoot":"lib/default/","sources":["alert/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { BaseComponentProps } from '../internal/base-component';\nimport { NonCancelableEventHandler } from '../internal/events';\n\nexport namespace AlertProps {\n export type Type = 'success' | 'error' | 'warning' | 'info';\n}\n\nexport interface AlertProps extends BaseComponentProps {\n /**\n * Specifies the type of message you want to display.\n */\n type?: AlertProps.Type;\n\n /**\n * Provides a text alternative for the icon.\n */\n statusIconAriaLabel?: string;\n\n /**\n * Determines whether the alert is displayed.\n * @deprecated Use conditional rendering in your code instead of this prop.\n */\n visible?: boolean;\n /**\n * Adds a close button to the alert when set to `true`.\n * An `onDismiss` event is fired when a user clicks the button.\n */\n dismissible?: boolean;\n /**\n * Adds an aria-label to the dismiss button.\n */\n dismissAriaLabel?: string;\n /**\n * Primary text displayed in the element.\n */\n children?: React.ReactNode;\n /**\n * Heading text.\n */\n header?: React.ReactNode;\n /**\n * Displays an action button next to the message area when set.\n * An `onButtonClick` event is fired when the user clicks it.\n * @deprecated Replaced by `action`.\n */\n buttonText?: React.ReactNode;\n /**\n * Specifies an action for the alert message.\n * Although it is technically possible to insert any content, our UX guidelines only allow you to add a button.\n */\n action?: React.ReactNode;\n /**\n * Fired when the user clicks the close icon that is displayed\n * when the `dismissible` property is set to `true`.\n */\n onDismiss?: NonCancelableEventHandler;\n /**\n * Fired when the user clicks the action button.\n * **Deprecated** Replaced by `action`.\n */\n onButtonClick?: NonCancelableEventHandler;\n}\n"]}
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"lib/default/","sources":["alert/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { BaseComponentProps } from '../internal/base-component';\nimport { NonCancelableEventHandler } from '../internal/events';\n\nexport namespace AlertProps {\n export type Type = 'success' | 'error' | 'warning' | 'info';\n}\n\nexport interface AlertProps extends BaseComponentProps {\n /**\n * Specifies the type of message you want to display.\n */\n type?: AlertProps.Type;\n\n /**\n * Provides a text alternative for the icon.\n */\n statusIconAriaLabel?: string;\n\n /**\n * Determines whether the alert is displayed.\n * @deprecated Use conditional rendering in your code instead of this prop.\n */\n visible?: boolean;\n /**\n * Adds a close button to the alert when set to `true`.\n * An `onDismiss` event is fired when a user clicks the button.\n */\n dismissible?: boolean;\n /**\n * Adds an aria-label to the dismiss button.\n * @i18n\n */\n dismissAriaLabel?: string;\n /**\n * Primary text displayed in the element.\n */\n children?: React.ReactNode;\n /**\n * Heading text.\n */\n header?: React.ReactNode;\n /**\n * Displays an action button next to the message area when set.\n * An `onButtonClick` event is fired when the user clicks it.\n * @deprecated Replaced by `action`.\n */\n buttonText?: React.ReactNode;\n /**\n * Specifies an action for the alert message.\n * Although it is technically possible to insert any content, our UX guidelines only allow you to add a button.\n */\n action?: React.ReactNode;\n /**\n * Fired when the user clicks the close icon that is displayed\n * when the `dismissible` property is set to `true`.\n */\n onDismiss?: NonCancelableEventHandler;\n /**\n * Fired when the user clicks the action button.\n * **Deprecated** Replaced by `action`.\n */\n onButtonClick?: NonCancelableEventHandler;\n}\n"]}
@@ -1,29 +1,29 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "arrow": "awsui_arrow_1hpp3_1jvrg_93",
5
- "arrow-outer": "awsui_arrow-outer_1hpp3_1jvrg_97",
6
- "arrow-inner": "awsui_arrow-inner_1hpp3_1jvrg_97",
7
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_1jvrg_128",
8
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_1jvrg_128",
9
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_1jvrg_131",
10
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_1jvrg_131",
11
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_1jvrg_134",
12
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_1jvrg_134",
13
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_1jvrg_137",
14
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_1jvrg_137",
15
- "annotation": "awsui_annotation_1hpp3_1jvrg_145",
16
- "next-button": "awsui_next-button_1hpp3_1jvrg_146",
17
- "previous-button": "awsui_previous-button_1hpp3_1jvrg_147",
18
- "finish-button": "awsui_finish-button_1hpp3_1jvrg_148",
19
- "header": "awsui_header_1hpp3_1jvrg_149",
20
- "step-counter-content": "awsui_step-counter-content_1hpp3_1jvrg_150",
21
- "content": "awsui_content_1hpp3_1jvrg_151",
22
- "description": "awsui_description_1hpp3_1jvrg_155",
23
- "actionBar": "awsui_actionBar_1hpp3_1jvrg_160",
24
- "stepCounter": "awsui_stepCounter_1hpp3_1jvrg_167",
25
- "divider": "awsui_divider_1hpp3_1jvrg_171",
26
- "hotspot": "awsui_hotspot_1hpp3_1jvrg_175",
27
- "icon": "awsui_icon_1hpp3_1jvrg_215"
4
+ "arrow": "awsui_arrow_1hpp3_v7c3n_93",
5
+ "arrow-outer": "awsui_arrow-outer_1hpp3_v7c3n_97",
6
+ "arrow-inner": "awsui_arrow-inner_1hpp3_v7c3n_97",
7
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_v7c3n_128",
8
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_v7c3n_128",
9
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_v7c3n_131",
10
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_v7c3n_131",
11
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_v7c3n_134",
12
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_v7c3n_134",
13
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_v7c3n_137",
14
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_v7c3n_137",
15
+ "annotation": "awsui_annotation_1hpp3_v7c3n_145",
16
+ "next-button": "awsui_next-button_1hpp3_v7c3n_146",
17
+ "previous-button": "awsui_previous-button_1hpp3_v7c3n_147",
18
+ "finish-button": "awsui_finish-button_1hpp3_v7c3n_148",
19
+ "header": "awsui_header_1hpp3_v7c3n_149",
20
+ "step-counter-content": "awsui_step-counter-content_1hpp3_v7c3n_150",
21
+ "content": "awsui_content_1hpp3_v7c3n_151",
22
+ "description": "awsui_description_1hpp3_v7c3n_155",
23
+ "actionBar": "awsui_actionBar_1hpp3_v7c3n_160",
24
+ "stepCounter": "awsui_stepCounter_1hpp3_v7c3n_167",
25
+ "divider": "awsui_divider_1hpp3_v7c3n_171",
26
+ "hotspot": "awsui_hotspot_1hpp3_v7c3n_175",
27
+ "icon": "awsui_icon_1hpp3_v7c3n_215"
28
28
  };
29
29
 
@@ -90,11 +90,11 @@ 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_arrow_1hpp3_1jvrg_93:not(#\9) {
93
+ .awsui_arrow_1hpp3_v7c3n_93:not(#\9) {
94
94
  width: 20px;
95
95
  height: 10px;
96
96
  }
97
- .awsui_arrow-outer_1hpp3_1jvrg_97:not(#\9), .awsui_arrow-inner_1hpp3_1jvrg_97:not(#\9) {
97
+ .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9), .awsui_arrow-inner_1hpp3_v7c3n_97:not(#\9) {
98
98
  position: absolute;
99
99
  overflow: hidden;
100
100
  width: 20px;
@@ -102,7 +102,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
102
102
  top: 0;
103
103
  left: 0;
104
104
  }
105
- .awsui_arrow-outer_1hpp3_1jvrg_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_1jvrg_97:not(#\9)::after {
105
+ .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_v7c3n_97:not(#\9)::after {
106
106
  content: "";
107
107
  box-sizing: border-box;
108
108
  display: inline-block;
@@ -115,26 +115,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
115
115
  transform: rotate(45deg);
116
116
  transform-origin: 0 100%;
117
117
  }
118
- .awsui_arrow-outer_1hpp3_1jvrg_97:not(#\9)::after {
118
+ .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after {
119
119
  background-color: var(--color-border-status-info-l7as2m, #0073bb);
120
120
  }
121
- .awsui_arrow-inner_1hpp3_1jvrg_97:not(#\9) {
121
+ .awsui_arrow-inner_1hpp3_v7c3n_97:not(#\9) {
122
122
  top: 2px;
123
123
  }
124
- .awsui_arrow-inner_1hpp3_1jvrg_97:not(#\9)::after {
124
+ .awsui_arrow-inner_1hpp3_v7c3n_97:not(#\9)::after {
125
125
  border-radius: 1px 0 0 0;
126
126
  background-color: var(--color-background-status-info-efxlh5, #f1faff);
127
127
  }
128
- .awsui_arrow-position-right-top_1hpp3_1jvrg_128 > .awsui_arrow-outer_1hpp3_1jvrg_97:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_1jvrg_128 > .awsui_arrow-outer_1hpp3_1jvrg_97:not(#\9)::after {
128
+ .awsui_arrow-position-right-top_1hpp3_v7c3n_128 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_v7c3n_128 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after {
129
129
  box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-h3jxfr, rgba(0, 28, 36, 0.5));
130
130
  }
131
- .awsui_arrow-position-left-top_1hpp3_1jvrg_131 > .awsui_arrow-outer_1hpp3_1jvrg_97:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_1jvrg_131 > .awsui_arrow-outer_1hpp3_1jvrg_97:not(#\9)::after {
131
+ .awsui_arrow-position-left-top_1hpp3_v7c3n_131 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_v7c3n_131 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after {
132
132
  box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-h3jxfr, rgba(0, 28, 36, 0.5));
133
133
  }
134
- .awsui_arrow-position-top-center_1hpp3_1jvrg_134 > .awsui_arrow-outer_1hpp3_1jvrg_97:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_1jvrg_134 > .awsui_arrow-outer_1hpp3_1jvrg_97:not(#\9)::after {
134
+ .awsui_arrow-position-top-center_1hpp3_v7c3n_134 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_v7c3n_134 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after {
135
135
  box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-h3jxfr, rgba(0, 28, 36, 0.5));
136
136
  }
137
- .awsui_arrow-position-bottom-center_1hpp3_1jvrg_137 > .awsui_arrow-outer_1hpp3_1jvrg_97:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_1jvrg_137 > .awsui_arrow-outer_1hpp3_1jvrg_97:not(#\9)::after {
137
+ .awsui_arrow-position-bottom-center_1hpp3_v7c3n_137 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_v7c3n_137 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after {
138
138
  box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-h3jxfr, rgba(0, 28, 36, 0.5));
139
139
  }
140
140
 
@@ -142,37 +142,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
142
142
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
143
143
  SPDX-License-Identifier: Apache-2.0
144
144
  */
145
- .awsui_annotation_1hpp3_1jvrg_145:not(#\9),
146
- .awsui_next-button_1hpp3_1jvrg_146:not(#\9),
147
- .awsui_previous-button_1hpp3_1jvrg_147:not(#\9),
148
- .awsui_finish-button_1hpp3_1jvrg_148:not(#\9),
149
- .awsui_header_1hpp3_1jvrg_149:not(#\9),
150
- .awsui_step-counter-content_1hpp3_1jvrg_150:not(#\9),
151
- .awsui_content_1hpp3_1jvrg_151:not(#\9) {
145
+ .awsui_annotation_1hpp3_v7c3n_145:not(#\9),
146
+ .awsui_next-button_1hpp3_v7c3n_146:not(#\9),
147
+ .awsui_previous-button_1hpp3_v7c3n_147:not(#\9),
148
+ .awsui_finish-button_1hpp3_v7c3n_148:not(#\9),
149
+ .awsui_header_1hpp3_v7c3n_149:not(#\9),
150
+ .awsui_step-counter-content_1hpp3_v7c3n_150:not(#\9),
151
+ .awsui_content_1hpp3_v7c3n_151:not(#\9) {
152
152
  /* used in test-utils */
153
153
  }
154
154
 
155
- .awsui_description_1hpp3_1jvrg_155:not(#\9) {
155
+ .awsui_description_1hpp3_v7c3n_155:not(#\9) {
156
156
  overflow: hidden;
157
157
  margin-top: var(--space-xxs-68xp1c, 4px);
158
158
  }
159
159
 
160
- .awsui_actionBar_1hpp3_1jvrg_160:not(#\9) {
160
+ .awsui_actionBar_1hpp3_v7c3n_160:not(#\9) {
161
161
  display: flex;
162
162
  justify-content: space-between;
163
163
  align-items: center;
164
164
  position: relative;
165
165
  }
166
166
 
167
- .awsui_stepCounter_1hpp3_1jvrg_167:not(#\9) {
167
+ .awsui_stepCounter_1hpp3_v7c3n_167:not(#\9) {
168
168
  margin-right: 20px;
169
169
  }
170
170
 
171
- .awsui_divider_1hpp3_1jvrg_171:not(#\9) {
171
+ .awsui_divider_1hpp3_v7c3n_171:not(#\9) {
172
172
  border-bottom: var(--border-divider-section-width-om0oy7, 1px) solid var(--color-border-divider-default-77o8t1, #eaeded);
173
173
  }
174
174
 
175
- .awsui_hotspot_1hpp3_1jvrg_175:not(#\9) {
175
+ .awsui_hotspot_1hpp3_v7c3n_175:not(#\9) {
176
176
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
177
177
  border-collapse: separate;
178
178
  border-spacing: 0;
@@ -213,21 +213,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
213
213
  border: none;
214
214
  padding: 0;
215
215
  cursor: pointer;
216
- scroll-margin: var(--awsui-content-scroll-margin-rrnppm, 40px 0 0 0);
216
+ scroll-margin: var(--awsui-content-scroll-margin-en6003, 40px 0 0 0);
217
217
  width: 16px;
218
218
  height: 16px;
219
219
  }
220
- .awsui_hotspot_1hpp3_1jvrg_175:not(#\9):focus {
220
+ .awsui_hotspot_1hpp3_v7c3n_175:not(#\9):focus {
221
221
  outline: none;
222
222
  }
223
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1jvrg_175:not(#\9):focus {
223
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_v7c3n_175:not(#\9):focus {
224
224
  position: relative;
225
225
  }
226
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1jvrg_175:not(#\9):focus {
226
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_v7c3n_175:not(#\9):focus {
227
227
  outline: 2px dotted transparent;
228
228
  outline-offset: calc(2px - 1px);
229
229
  }
230
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1jvrg_175:not(#\9):focus::before {
230
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_v7c3n_175:not(#\9):focus::before {
231
231
  content: " ";
232
232
  display: block;
233
233
  position: absolute;
@@ -238,13 +238,13 @@ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1jvrg_175:not(#\9):focu
238
238
  border-radius: var(--border-radius-control-circular-focus-ring-bmzbt3, 50%);
239
239
  box-shadow: 0 0 0 2px var(--color-border-item-focused-oqg5wt, #0073bb);
240
240
  }
241
- .awsui_hotspot_1hpp3_1jvrg_175 > .awsui_icon_1hpp3_1jvrg_215:not(#\9) {
241
+ .awsui_hotspot_1hpp3_v7c3n_175 > .awsui_icon_1hpp3_v7c3n_215:not(#\9) {
242
242
  position: relative;
243
243
  stroke: var(--color-text-link-default-m21l9v, #0073bb);
244
244
  }
245
- .awsui_hotspot_1hpp3_1jvrg_175:not(#\9):hover > .awsui_icon_1hpp3_1jvrg_215 {
245
+ .awsui_hotspot_1hpp3_v7c3n_175:not(#\9):hover > .awsui_icon_1hpp3_v7c3n_215 {
246
246
  stroke: var(--color-text-link-hover-z3rl2f, #0073bb);
247
247
  }
248
- .awsui_hotspot_1hpp3_1jvrg_175:not(#\9):active > .awsui_icon_1hpp3_1jvrg_215 {
248
+ .awsui_hotspot_1hpp3_v7c3n_175:not(#\9):active > .awsui_icon_1hpp3_v7c3n_215 {
249
249
  stroke: var(--color-text-link-default-m21l9v, #0073bb);
250
250
  }
@@ -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
- "arrow": "awsui_arrow_1hpp3_1jvrg_93",
6
- "arrow-outer": "awsui_arrow-outer_1hpp3_1jvrg_97",
7
- "arrow-inner": "awsui_arrow-inner_1hpp3_1jvrg_97",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_1jvrg_128",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_1jvrg_128",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_1jvrg_131",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_1jvrg_131",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_1jvrg_134",
13
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_1jvrg_134",
14
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_1jvrg_137",
15
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_1jvrg_137",
16
- "annotation": "awsui_annotation_1hpp3_1jvrg_145",
17
- "next-button": "awsui_next-button_1hpp3_1jvrg_146",
18
- "previous-button": "awsui_previous-button_1hpp3_1jvrg_147",
19
- "finish-button": "awsui_finish-button_1hpp3_1jvrg_148",
20
- "header": "awsui_header_1hpp3_1jvrg_149",
21
- "step-counter-content": "awsui_step-counter-content_1hpp3_1jvrg_150",
22
- "content": "awsui_content_1hpp3_1jvrg_151",
23
- "description": "awsui_description_1hpp3_1jvrg_155",
24
- "actionBar": "awsui_actionBar_1hpp3_1jvrg_160",
25
- "stepCounter": "awsui_stepCounter_1hpp3_1jvrg_167",
26
- "divider": "awsui_divider_1hpp3_1jvrg_171",
27
- "hotspot": "awsui_hotspot_1hpp3_1jvrg_175",
28
- "icon": "awsui_icon_1hpp3_1jvrg_215"
5
+ "arrow": "awsui_arrow_1hpp3_v7c3n_93",
6
+ "arrow-outer": "awsui_arrow-outer_1hpp3_v7c3n_97",
7
+ "arrow-inner": "awsui_arrow-inner_1hpp3_v7c3n_97",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_v7c3n_128",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_v7c3n_128",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_v7c3n_131",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_v7c3n_131",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_v7c3n_134",
13
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_v7c3n_134",
14
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_v7c3n_137",
15
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_v7c3n_137",
16
+ "annotation": "awsui_annotation_1hpp3_v7c3n_145",
17
+ "next-button": "awsui_next-button_1hpp3_v7c3n_146",
18
+ "previous-button": "awsui_previous-button_1hpp3_v7c3n_147",
19
+ "finish-button": "awsui_finish-button_1hpp3_v7c3n_148",
20
+ "header": "awsui_header_1hpp3_v7c3n_149",
21
+ "step-counter-content": "awsui_step-counter-content_1hpp3_v7c3n_150",
22
+ "content": "awsui_content_1hpp3_v7c3n_151",
23
+ "description": "awsui_description_1hpp3_v7c3n_155",
24
+ "actionBar": "awsui_actionBar_1hpp3_v7c3n_160",
25
+ "stepCounter": "awsui_stepCounter_1hpp3_v7c3n_167",
26
+ "divider": "awsui_divider_1hpp3_v7c3n_171",
27
+ "hotspot": "awsui_hotspot_1hpp3_v7c3n_175",
28
+ "icon": "awsui_icon_1hpp3_v7c3n_215"
29
29
  };
30
30
 
@@ -88,6 +88,7 @@ export interface AppLayoutProps extends BaseComponentProps {
88
88
  * toolsToggle: "Open help panel"
89
89
  * }
90
90
  * ```
91
+ * @i18n
91
92
  */
92
93
  ariaLabels?: AppLayoutProps.Labels;
93
94
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"interfaces.d.ts","sourceRoot":"lib/default/","sources":["app-layout/interfaces.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"interfaces.d.ts","sourceRoot":"lib/default/","sources":["app-layout/interfaces.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"interfaces.js","sourceRoot":"lib/default/","sources":["app-layout/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { BaseComponentProps } from '../internal/base-component';\nimport { NonCancelableEventHandler } from '../internal/events';\n\nexport interface AppLayoutProps extends BaseComponentProps {\n /**\n * Determines the default behavior of the component based on some predefined page layouts.\n * Individual properties will always take precedence over the default coming from the content type.\n */\n contentType?: AppLayoutProps.ContentType;\n\n /**\n * If `true`, disables outer paddings for the content slot.\n */\n disableContentPaddings?: boolean;\n\n /**\n * Activates a backwards-compatibility mode for applications with non-fixed headers and footers.\n * @deprecated This layout is being phased out and may miss some features.\n */\n disableBodyScroll?: boolean;\n\n /**\n * State of the navigation drawer.\n */\n navigationOpen?: boolean;\n\n /**\n * Navigation drawer width in pixels.\n */\n navigationWidth?: number;\n\n /**\n * If `true`, the navigation drawer is not displayed at all.\n */\n navigationHide?: boolean;\n\n /**\n * State of the tools drawer.\n */\n toolsOpen?: boolean;\n\n /**\n * If `true`, the tools drawer is not displayed at all.\n */\n toolsHide?: boolean;\n\n /**\n * Tools drawer width in pixels.\n */\n toolsWidth?: number;\n\n /**\n * Maximum main content panel width in pixels.\n *\n * If set to `Number.MAX_VALUE`, the main content panel will occupy the full available width.\n */\n maxContentWidth?: number;\n\n /**\n * Minimum main content panel width in pixels.\n */\n minContentWidth?: number;\n\n /**\n * If true, the notification slot is rendered above the scrollable\n * content area so it is always visible.\n *\n * Note that sticky notifications are not supported in Internet Explorer.\n */\n stickyNotifications?: boolean;\n\n /**\n * CSS selector for the application header.\n */\n headerSelector?: string;\n\n /**\n * CSS selector for the application footer.\n */\n footerSelector?: string;\n\n /**\n * Aria labels for the drawer operating buttons. Use this property to ensure accessibility.\n *\n * * `navigation` (string) - Label for the landmark that wraps the navigation drawer.\n * * `navigationClose` (string) - Label for the button that closes the navigation drawer.\n * * `navigationToggle` (string) - Label for the button that opens the navigation drawer.\n * * `notification` (string) - Label for the region that contains notification messages.\n * * `tools` (string) - Label for the landmark that wraps the tools drawer.\n * * `toolsClose` (string) - Label for the button that closes the tools drawer.\n * * `toolsToggle` (string) - Label for the button that opens the tools drawer.\n *\n * Example:\n * ```\n * {\n * navigation: \"Navigation drawer\",\n * navigationClose: \"Close navigation drawer\",\n * navigationToggle: \"Open navigation drawer\",\n * notifications: \"Notifications\",\n * tools: \"Help panel\",\n * toolsClose: \"Close help panel\",\n * toolsToggle: \"Open help panel\"\n * }\n * ```\n */\n ariaLabels?: AppLayoutProps.Labels;\n\n /**\n * Navigation drawer.\n */\n navigation?: React.ReactNode;\n\n /**\n * Top area of the page content.\n * @deprecated Replaced by the `header` slot of the [content layout](/components/content-layout/) component.\n * @visualrefresh\n */\n contentHeader?: React.ReactNode;\n\n /**\n * Disables overlap between `contentHeader` and `content` slots.\n * @deprecated Replaced by the `disableOverlap` property of the [content layout](/components/content-layout/) component.\n * @visualrefresh\n */\n disableContentHeaderOverlap?: boolean;\n\n /**\n * Main content.\n */\n content?: React.ReactNode;\n\n /**\n * Tools drawer.\n */\n tools?: React.ReactNode;\n\n /**\n * Displayed on top of the main content in the scrollable area.\n *\n * Conceived to contain notifications (flash messages).\n */\n notifications?: React.ReactNode;\n\n /**\n * Use this slot to add the [breadcrumb group component](/components/breadcrumb-group/) to the app layout.\n */\n breadcrumbs?: React.ReactNode;\n\n /**\n * Fired when the navigation drawer is toggled.\n */\n onNavigationChange?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n\n /**\n * Fired when the tools drawer is toggled.\n */\n onToolsChange?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n\n /**\n * Use this slot to add the [split panel component](/components/split-panel/) to the app layout.\n *\n * Note: If provided, this property should be set to `null` or `undefined` if a split panel should not be rendered.\n */\n splitPanel?: React.ReactNode;\n\n /**\n * The size of the split panel in pixels.\n */\n splitPanelSize?: number;\n\n /**\n * State of the split panel.\n */\n splitPanelOpen?: boolean;\n /**\n * Controls the split panel preferences.\n *\n * By default, the preference is `{ position: 'bottom' }`\n */\n splitPanelPreferences?: AppLayoutProps.SplitPanelPreferences;\n /**\n * Fired when the split panel is resized.\n */\n onSplitPanelResize?: NonCancelableEventHandler<AppLayoutProps.SplitPanelResizeDetail>;\n /**\n * Fired when the split panel is toggled.\n */\n onSplitPanelToggle?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n /**\n * Fired when the split panel preferences change.\n */\n onSplitPanelPreferencesChange?: NonCancelableEventHandler<AppLayoutProps.SplitPanelPreferences>;\n}\n\nexport namespace AppLayoutProps {\n export type ContentType = 'default' | 'form' | 'table' | 'cards' | 'wizard' | 'dashboard';\n\n export interface Ref {\n /**\n * Manually closes the navigation drawer if it is necessary for the current\n * viewport size.\n */\n closeNavigationIfNecessary(): void;\n\n /**\n * Opens the tools panel if it is not already open. Note that it is preferable\n * to control the state by listening to `toolsChange` and providing `toolsOpen`.\n */\n openTools(): void;\n\n /**\n * Focuses the tools panel if it is open. Use this to focus the tools panel\n * after changing the content, for example when clicking on an 'info' link while\n * the panel is already open.\n */\n focusToolsClose(): void;\n }\n\n export interface Labels {\n notifications?: string;\n\n navigation?: string;\n navigationToggle?: string;\n navigationClose?: string;\n\n tools?: string;\n toolsToggle?: string;\n toolsClose?: string;\n }\n\n export interface ChangeDetail {\n open: boolean;\n }\n\n export interface SplitPanelResizeDetail {\n size: number;\n }\n\n export interface SplitPanelPreferences {\n position: 'side' | 'bottom';\n }\n // Duplicated the positions because using this definition in SplitPanelPreferences would display\n // 'AppLayoutProps.SplitPanelPosition' on the API docs instead of the string values.\n export type SplitPanelPosition = 'side' | 'bottom';\n}\n"]}
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"lib/default/","sources":["app-layout/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { BaseComponentProps } from '../internal/base-component';\nimport { NonCancelableEventHandler } from '../internal/events';\n\nexport interface AppLayoutProps extends BaseComponentProps {\n /**\n * Determines the default behavior of the component based on some predefined page layouts.\n * Individual properties will always take precedence over the default coming from the content type.\n */\n contentType?: AppLayoutProps.ContentType;\n\n /**\n * If `true`, disables outer paddings for the content slot.\n */\n disableContentPaddings?: boolean;\n\n /**\n * Activates a backwards-compatibility mode for applications with non-fixed headers and footers.\n * @deprecated This layout is being phased out and may miss some features.\n */\n disableBodyScroll?: boolean;\n\n /**\n * State of the navigation drawer.\n */\n navigationOpen?: boolean;\n\n /**\n * Navigation drawer width in pixels.\n */\n navigationWidth?: number;\n\n /**\n * If `true`, the navigation drawer is not displayed at all.\n */\n navigationHide?: boolean;\n\n /**\n * State of the tools drawer.\n */\n toolsOpen?: boolean;\n\n /**\n * If `true`, the tools drawer is not displayed at all.\n */\n toolsHide?: boolean;\n\n /**\n * Tools drawer width in pixels.\n */\n toolsWidth?: number;\n\n /**\n * Maximum main content panel width in pixels.\n *\n * If set to `Number.MAX_VALUE`, the main content panel will occupy the full available width.\n */\n maxContentWidth?: number;\n\n /**\n * Minimum main content panel width in pixels.\n */\n minContentWidth?: number;\n\n /**\n * If true, the notification slot is rendered above the scrollable\n * content area so it is always visible.\n *\n * Note that sticky notifications are not supported in Internet Explorer.\n */\n stickyNotifications?: boolean;\n\n /**\n * CSS selector for the application header.\n */\n headerSelector?: string;\n\n /**\n * CSS selector for the application footer.\n */\n footerSelector?: string;\n\n /**\n * Aria labels for the drawer operating buttons. Use this property to ensure accessibility.\n *\n * * `navigation` (string) - Label for the landmark that wraps the navigation drawer.\n * * `navigationClose` (string) - Label for the button that closes the navigation drawer.\n * * `navigationToggle` (string) - Label for the button that opens the navigation drawer.\n * * `notification` (string) - Label for the region that contains notification messages.\n * * `tools` (string) - Label for the landmark that wraps the tools drawer.\n * * `toolsClose` (string) - Label for the button that closes the tools drawer.\n * * `toolsToggle` (string) - Label for the button that opens the tools drawer.\n *\n * Example:\n * ```\n * {\n * navigation: \"Navigation drawer\",\n * navigationClose: \"Close navigation drawer\",\n * navigationToggle: \"Open navigation drawer\",\n * notifications: \"Notifications\",\n * tools: \"Help panel\",\n * toolsClose: \"Close help panel\",\n * toolsToggle: \"Open help panel\"\n * }\n * ```\n * @i18n\n */\n ariaLabels?: AppLayoutProps.Labels;\n\n /**\n * Navigation drawer.\n */\n navigation?: React.ReactNode;\n\n /**\n * Top area of the page content.\n * @deprecated Replaced by the `header` slot of the [content layout](/components/content-layout/) component.\n * @visualrefresh\n */\n contentHeader?: React.ReactNode;\n\n /**\n * Disables overlap between `contentHeader` and `content` slots.\n * @deprecated Replaced by the `disableOverlap` property of the [content layout](/components/content-layout/) component.\n * @visualrefresh\n */\n disableContentHeaderOverlap?: boolean;\n\n /**\n * Main content.\n */\n content?: React.ReactNode;\n\n /**\n * Tools drawer.\n */\n tools?: React.ReactNode;\n\n /**\n * Displayed on top of the main content in the scrollable area.\n *\n * Conceived to contain notifications (flash messages).\n */\n notifications?: React.ReactNode;\n\n /**\n * Use this slot to add the [breadcrumb group component](/components/breadcrumb-group/) to the app layout.\n */\n breadcrumbs?: React.ReactNode;\n\n /**\n * Fired when the navigation drawer is toggled.\n */\n onNavigationChange?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n\n /**\n * Fired when the tools drawer is toggled.\n */\n onToolsChange?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n\n /**\n * Use this slot to add the [split panel component](/components/split-panel/) to the app layout.\n *\n * Note: If provided, this property should be set to `null` or `undefined` if a split panel should not be rendered.\n */\n splitPanel?: React.ReactNode;\n\n /**\n * The size of the split panel in pixels.\n */\n splitPanelSize?: number;\n\n /**\n * State of the split panel.\n */\n splitPanelOpen?: boolean;\n /**\n * Controls the split panel preferences.\n *\n * By default, the preference is `{ position: 'bottom' }`\n */\n splitPanelPreferences?: AppLayoutProps.SplitPanelPreferences;\n /**\n * Fired when the split panel is resized.\n */\n onSplitPanelResize?: NonCancelableEventHandler<AppLayoutProps.SplitPanelResizeDetail>;\n /**\n * Fired when the split panel is toggled.\n */\n onSplitPanelToggle?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n /**\n * Fired when the split panel preferences change.\n */\n onSplitPanelPreferencesChange?: NonCancelableEventHandler<AppLayoutProps.SplitPanelPreferences>;\n}\n\nexport namespace AppLayoutProps {\n export type ContentType = 'default' | 'form' | 'table' | 'cards' | 'wizard' | 'dashboard';\n\n export interface Ref {\n /**\n * Manually closes the navigation drawer if it is necessary for the current\n * viewport size.\n */\n closeNavigationIfNecessary(): void;\n\n /**\n * Opens the tools panel if it is not already open. Note that it is preferable\n * to control the state by listening to `toolsChange` and providing `toolsOpen`.\n */\n openTools(): void;\n\n /**\n * Focuses the tools panel if it is open. Use this to focus the tools panel\n * after changing the content, for example when clicking on an 'info' link while\n * the panel is already open.\n */\n focusToolsClose(): void;\n }\n\n export interface Labels {\n notifications?: string;\n\n navigation?: string;\n navigationToggle?: string;\n navigationClose?: string;\n\n tools?: string;\n toolsToggle?: string;\n toolsClose?: string;\n }\n\n export interface ChangeDetail {\n open: boolean;\n }\n\n export interface SplitPanelResizeDetail {\n size: number;\n }\n\n export interface SplitPanelPreferences {\n position: 'side' | 'bottom';\n }\n // Duplicated the positions because using this definition in SplitPanelPreferences would display\n // 'AppLayoutProps.SplitPanelPosition' on the API docs instead of the string values.\n export type SplitPanelPosition = 'side' | 'bottom';\n}\n"]}
@@ -1,8 +1,8 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "notifications": "awsui_notifications_1hmm4_14suh_9",
5
- "notifications-sticky": "awsui_notifications-sticky_1hmm4_14suh_10",
6
- "no-content-paddings": "awsui_no-content-paddings_1hmm4_14suh_25"
4
+ "notifications": "awsui_notifications_1hmm4_1trtz_9",
5
+ "notifications-sticky": "awsui_notifications-sticky_1hmm4_1trtz_10",
6
+ "no-content-paddings": "awsui_no-content-paddings_1hmm4_1trtz_25"
7
7
  };
8
8