@cloudscape-design/components 3.0.721 → 3.0.722

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 (371) hide show
  1. package/alert/styles.css.js +25 -25
  2. package/alert/styles.scoped.css +131 -43
  3. package/alert/styles.selectors.js +25 -25
  4. package/anchor-navigation/styles.css.js +8 -8
  5. package/anchor-navigation/styles.scoped.css +106 -18
  6. package/anchor-navigation/styles.selectors.js +8 -8
  7. package/annotation-context/annotation/styles.css.js +24 -24
  8. package/annotation-context/annotation/styles.scoped.css +122 -34
  9. package/annotation-context/annotation/styles.selectors.js +24 -24
  10. package/app-layout/content-wrapper/styles.css.js +3 -3
  11. package/app-layout/content-wrapper/styles.scoped.css +56 -8
  12. package/app-layout/content-wrapper/styles.selectors.js +3 -3
  13. package/app-layout/drawer/styles.css.js +13 -13
  14. package/app-layout/drawer/styles.scoped.css +109 -21
  15. package/app-layout/drawer/styles.selectors.js +13 -13
  16. package/app-layout/mobile-toolbar/styles.css.js +8 -8
  17. package/app-layout/mobile-toolbar/styles.scoped.css +58 -10
  18. package/app-layout/mobile-toolbar/styles.selectors.js +8 -8
  19. package/app-layout/split-panel/styles.css.js +2 -2
  20. package/app-layout/split-panel/styles.scoped.css +50 -6
  21. package/app-layout/split-panel/styles.selectors.js +2 -2
  22. package/app-layout/styles.css.js +16 -16
  23. package/app-layout/styles.scoped.css +69 -21
  24. package/app-layout/styles.selectors.js +16 -16
  25. package/app-layout/toggles/styles.css.js +2 -2
  26. package/app-layout/toggles/styles.scoped.css +92 -8
  27. package/app-layout/toggles/styles.selectors.js +2 -2
  28. package/app-layout/visual-refresh/styles.css.js +82 -82
  29. package/app-layout/visual-refresh/styles.scoped.css +216 -169
  30. package/app-layout/visual-refresh/styles.selectors.js +82 -82
  31. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +6 -6
  32. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +92 -8
  33. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +6 -6
  34. package/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -6
  35. package/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +60 -12
  36. package/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -6
  37. package/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +16 -16
  38. package/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +76 -28
  39. package/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +16 -16
  40. package/app-layout/visual-refresh-toolbar/split-panel/styles.css.js +1 -1
  41. package/app-layout/visual-refresh-toolbar/split-panel/styles.scoped.css +47 -3
  42. package/app-layout/visual-refresh-toolbar/split-panel/styles.selectors.js +1 -1
  43. package/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +12 -12
  44. package/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +60 -16
  45. package/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +12 -12
  46. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.css.js +6 -6
  47. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.scoped.css +66 -22
  48. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.selectors.js +6 -6
  49. package/area-chart/styles.css.js +6 -6
  50. package/area-chart/styles.scoped.css +99 -15
  51. package/area-chart/styles.selectors.js +6 -6
  52. package/attribute-editor/styles.css.js +14 -14
  53. package/attribute-editor/styles.scoped.css +76 -28
  54. package/attribute-editor/styles.selectors.js +14 -14
  55. package/badge/styles.css.js +5 -5
  56. package/badge/styles.scoped.css +51 -7
  57. package/badge/styles.selectors.js +5 -5
  58. package/box/styles.css.js +191 -191
  59. package/box/styles.scoped.css +306 -241
  60. package/box/styles.selectors.js +191 -191
  61. package/breadcrumb-group/item/styles.css.js +9 -9
  62. package/breadcrumb-group/item/styles.scoped.css +63 -19
  63. package/breadcrumb-group/item/styles.selectors.js +9 -9
  64. package/breadcrumb-group/styles.css.js +7 -7
  65. package/breadcrumb-group/styles.scoped.css +58 -14
  66. package/breadcrumb-group/styles.selectors.js +7 -7
  67. package/button/styles.css.js +20 -20
  68. package/button/styles.scoped.css +204 -156
  69. package/button/styles.selectors.js +20 -20
  70. package/button-dropdown/category-elements/styles.css.js +14 -14
  71. package/button-dropdown/category-elements/styles.scoped.css +70 -28
  72. package/button-dropdown/category-elements/styles.selectors.js +14 -14
  73. package/button-dropdown/item-element/styles.css.js +12 -12
  74. package/button-dropdown/item-element/styles.scoped.css +60 -16
  75. package/button-dropdown/item-element/styles.selectors.js +12 -12
  76. package/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  77. package/button-dropdown/mobile-expandable-group/styles.scoped.css +51 -7
  78. package/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  79. package/button-dropdown/styles.css.js +16 -16
  80. package/button-dropdown/styles.scoped.css +70 -26
  81. package/button-dropdown/styles.selectors.js +16 -16
  82. package/button-group/styles.css.js +4 -4
  83. package/button-group/styles.scoped.css +86 -6
  84. package/button-group/styles.selectors.js +4 -4
  85. package/calendar/styles.css.js +21 -21
  86. package/calendar/styles.scoped.css +95 -47
  87. package/calendar/styles.selectors.js +21 -21
  88. package/cards/styles.css.js +39 -39
  89. package/cards/styles.scoped.css +108 -58
  90. package/cards/styles.selectors.js +39 -39
  91. package/checkbox/styles.css.js +3 -3
  92. package/checkbox/styles.scoped.css +51 -7
  93. package/checkbox/styles.selectors.js +3 -3
  94. package/code-editor/resizable-box/styles.css.js +3 -3
  95. package/code-editor/resizable-box/styles.scoped.css +52 -8
  96. package/code-editor/resizable-box/styles.selectors.js +3 -3
  97. package/code-editor/styles.css.js +33 -33
  98. package/code-editor/styles.scoped.css +191 -139
  99. package/code-editor/styles.selectors.js +33 -33
  100. package/collection-preferences/content-display/styles.css.js +11 -11
  101. package/collection-preferences/content-display/styles.scoped.css +107 -19
  102. package/collection-preferences/content-display/styles.selectors.js +11 -11
  103. package/collection-preferences/styles.css.js +37 -37
  104. package/collection-preferences/styles.scoped.css +224 -48
  105. package/collection-preferences/styles.selectors.js +37 -37
  106. package/column-layout/flexible-column-layout/styles.css.js +5 -5
  107. package/column-layout/flexible-column-layout/styles.scoped.css +87 -7
  108. package/column-layout/flexible-column-layout/styles.selectors.js +5 -5
  109. package/column-layout/styles.css.js +13 -13
  110. package/column-layout/styles.scoped.css +125 -45
  111. package/column-layout/styles.selectors.js +13 -13
  112. package/container/styles.css.js +30 -30
  113. package/container/styles.scoped.css +140 -56
  114. package/container/styles.selectors.js +30 -30
  115. package/content-layout/styles.css.js +14 -14
  116. package/content-layout/styles.scoped.css +62 -18
  117. package/content-layout/styles.selectors.js +14 -14
  118. package/date-picker/styles.css.js +7 -7
  119. package/date-picker/styles.scoped.css +55 -11
  120. package/date-picker/styles.selectors.js +7 -7
  121. package/date-range-picker/calendar/grids/styles.css.js +28 -28
  122. package/date-range-picker/calendar/grids/styles.scoped.css +89 -45
  123. package/date-range-picker/calendar/grids/styles.selectors.js +28 -28
  124. package/date-range-picker/relative-range/styles.css.js +9 -9
  125. package/date-range-picker/relative-range/styles.scoped.css +59 -15
  126. package/date-range-picker/relative-range/styles.selectors.js +9 -9
  127. package/date-range-picker/styles.css.js +39 -39
  128. package/date-range-picker/styles.scoped.css +100 -52
  129. package/date-range-picker/styles.selectors.js +39 -39
  130. package/drawer/styles.css.js +4 -4
  131. package/drawer/styles.scoped.css +92 -12
  132. package/drawer/styles.selectors.js +4 -4
  133. package/expandable-section/styles.css.js +32 -32
  134. package/expandable-section/styles.scoped.css +121 -69
  135. package/expandable-section/styles.selectors.js +32 -32
  136. package/file-upload/dropzone/styles.css.js +2 -2
  137. package/file-upload/dropzone/styles.scoped.css +84 -4
  138. package/file-upload/dropzone/styles.selectors.js +2 -2
  139. package/file-upload/file-input/styles.css.js +4 -4
  140. package/file-upload/file-input/styles.scoped.css +93 -9
  141. package/file-upload/file-input/styles.selectors.js +4 -4
  142. package/flashbar/styles.css.js +47 -47
  143. package/flashbar/styles.scoped.css +240 -244
  144. package/flashbar/styles.selectors.js +47 -47
  145. package/form/styles.css.js +8 -8
  146. package/form/styles.scoped.css +54 -10
  147. package/form/styles.selectors.js +8 -8
  148. package/form-field/styles.css.js +24 -24
  149. package/form-field/styles.scoped.css +84 -40
  150. package/form-field/styles.selectors.js +24 -24
  151. package/grid/styles.css.js +53 -53
  152. package/grid/styles.scoped.css +100 -56
  153. package/grid/styles.selectors.js +53 -53
  154. package/header/styles.css.js +34 -34
  155. package/header/styles.scoped.css +132 -52
  156. package/header/styles.selectors.js +34 -34
  157. package/help-panel/styles.css.js +5 -5
  158. package/help-panel/styles.scoped.css +149 -69
  159. package/help-panel/styles.selectors.js +5 -5
  160. package/hotspot/styles.css.js +7 -7
  161. package/hotspot/styles.scoped.css +89 -9
  162. package/hotspot/styles.selectors.js +7 -7
  163. package/icon/styles.css.js +38 -38
  164. package/icon/styles.scoped.css +168 -84
  165. package/icon/styles.selectors.js +38 -38
  166. package/input/styles.css.js +13 -13
  167. package/input/styles.scoped.css +82 -46
  168. package/input/styles.selectors.js +13 -13
  169. package/internal/base-component/styles.scoped.css +9 -9
  170. package/internal/components/abstract-switch/styles.css.js +13 -13
  171. package/internal/components/abstract-switch/styles.scoped.css +66 -22
  172. package/internal/components/abstract-switch/styles.selectors.js +13 -13
  173. package/internal/components/button-trigger/styles.css.js +11 -11
  174. package/internal/components/button-trigger/styles.scoped.css +84 -36
  175. package/internal/components/button-trigger/styles.selectors.js +11 -11
  176. package/internal/components/chart-filter/styles.css.js +3 -3
  177. package/internal/components/chart-filter/styles.scoped.css +49 -5
  178. package/internal/components/chart-filter/styles.selectors.js +3 -3
  179. package/internal/components/chart-legend/styles.css.js +6 -6
  180. package/internal/components/chart-legend/styles.scoped.css +67 -19
  181. package/internal/components/chart-legend/styles.selectors.js +6 -6
  182. package/internal/components/chart-plot/styles.css.js +5 -5
  183. package/internal/components/chart-plot/styles.scoped.css +51 -7
  184. package/internal/components/chart-plot/styles.selectors.js +5 -5
  185. package/internal/components/chart-popover/styles.css.js +3 -3
  186. package/internal/components/chart-popover/styles.scoped.css +49 -5
  187. package/internal/components/chart-popover/styles.selectors.js +3 -3
  188. package/internal/components/chart-series-details/styles.css.js +20 -20
  189. package/internal/components/chart-series-details/styles.scoped.css +89 -37
  190. package/internal/components/chart-series-details/styles.selectors.js +20 -20
  191. package/internal/components/chart-series-marker/styles.css.js +5 -5
  192. package/internal/components/chart-series-marker/styles.scoped.css +53 -9
  193. package/internal/components/chart-series-marker/styles.selectors.js +5 -5
  194. package/internal/components/chart-wrapper/styles.css.js +9 -9
  195. package/internal/components/chart-wrapper/styles.scoped.css +91 -11
  196. package/internal/components/chart-wrapper/styles.selectors.js +9 -9
  197. package/internal/components/checkbox-icon/styles.css.js +9 -9
  198. package/internal/components/checkbox-icon/styles.scoped.css +55 -11
  199. package/internal/components/checkbox-icon/styles.selectors.js +9 -9
  200. package/internal/components/dropdown/styles.css.js +20 -20
  201. package/internal/components/dropdown/styles.scoped.css +89 -41
  202. package/internal/components/dropdown/styles.selectors.js +20 -20
  203. package/internal/components/dropdown-footer/styles.css.js +3 -3
  204. package/internal/components/dropdown-footer/styles.scoped.css +49 -5
  205. package/internal/components/dropdown-footer/styles.selectors.js +3 -3
  206. package/internal/components/dropdown-status/styles.css.js +2 -2
  207. package/internal/components/dropdown-status/styles.scoped.css +48 -4
  208. package/internal/components/dropdown-status/styles.selectors.js +2 -2
  209. package/internal/components/handle/styles.css.js +2 -2
  210. package/internal/components/handle/styles.scoped.css +52 -8
  211. package/internal/components/handle/styles.selectors.js +2 -2
  212. package/internal/components/menu-dropdown/styles.css.js +7 -7
  213. package/internal/components/menu-dropdown/styles.scoped.css +59 -15
  214. package/internal/components/menu-dropdown/styles.selectors.js +7 -7
  215. package/internal/components/option/styles.css.js +17 -17
  216. package/internal/components/option/styles.scoped.css +79 -31
  217. package/internal/components/option/styles.selectors.js +17 -17
  218. package/internal/components/options-list/styles.css.js +2 -2
  219. package/internal/components/options-list/styles.scoped.css +48 -4
  220. package/internal/components/options-list/styles.selectors.js +2 -2
  221. package/internal/components/panel-resize-handle/styles.css.js +5 -5
  222. package/internal/components/panel-resize-handle/styles.scoped.css +56 -12
  223. package/internal/components/panel-resize-handle/styles.selectors.js +5 -5
  224. package/internal/components/screenreader-only/styles.css.js +1 -1
  225. package/internal/components/screenreader-only/styles.scoped.css +47 -3
  226. package/internal/components/screenreader-only/styles.selectors.js +1 -1
  227. package/internal/components/selectable-item/styles.css.js +16 -16
  228. package/internal/components/selectable-item/styles.scoped.css +78 -40
  229. package/internal/components/selectable-item/styles.selectors.js +16 -16
  230. package/internal/components/token-list/styles.css.js +9 -9
  231. package/internal/components/token-list/styles.scoped.css +106 -22
  232. package/internal/components/token-list/styles.selectors.js +9 -9
  233. package/key-value-pairs/styles.css.js +8 -8
  234. package/key-value-pairs/styles.scoped.css +55 -11
  235. package/key-value-pairs/styles.selectors.js +8 -8
  236. package/link/styles.css.js +20 -20
  237. package/link/styles.scoped.css +117 -73
  238. package/link/styles.selectors.js +20 -20
  239. package/mixed-line-bar-chart/styles.css.js +11 -11
  240. package/mixed-line-bar-chart/styles.scoped.css +107 -23
  241. package/mixed-line-bar-chart/styles.selectors.js +11 -11
  242. package/modal/styles.css.js +23 -23
  243. package/modal/styles.scoped.css +95 -43
  244. package/modal/styles.selectors.js +23 -23
  245. package/multiselect/styles.css.js +2 -2
  246. package/multiselect/styles.scoped.css +48 -4
  247. package/multiselect/styles.selectors.js +2 -2
  248. package/package.json +1 -1
  249. package/pagination/styles.css.js +9 -9
  250. package/pagination/styles.scoped.css +69 -25
  251. package/pagination/styles.selectors.js +9 -9
  252. package/pie-chart/styles.css.js +27 -27
  253. package/pie-chart/styles.scoped.css +104 -52
  254. package/pie-chart/styles.selectors.js +27 -27
  255. package/popover/styles.css.js +52 -52
  256. package/popover/styles.scoped.css +297 -77
  257. package/popover/styles.selectors.js +52 -52
  258. package/progress-bar/styles.css.js +19 -19
  259. package/progress-bar/styles.scoped.css +195 -35
  260. package/progress-bar/styles.selectors.js +19 -19
  261. package/prompt-input/styles.css.js +8 -8
  262. package/prompt-input/styles.scoped.css +70 -30
  263. package/prompt-input/styles.selectors.js +8 -8
  264. package/property-filter/filtering-token/styles.css.js +18 -18
  265. package/property-filter/filtering-token/styles.scoped.css +89 -41
  266. package/property-filter/filtering-token/styles.selectors.js +18 -18
  267. package/property-filter/styles.css.js +38 -38
  268. package/property-filter/styles.scoped.css +84 -40
  269. package/property-filter/styles.selectors.js +38 -38
  270. package/radio-group/styles.css.js +10 -10
  271. package/radio-group/styles.scoped.css +62 -18
  272. package/radio-group/styles.selectors.js +10 -10
  273. package/s3-resource-selector/s3-in-context/styles.css.js +7 -7
  274. package/s3-resource-selector/s3-in-context/styles.scoped.css +9 -11
  275. package/s3-resource-selector/s3-in-context/styles.selectors.js +7 -7
  276. package/s3-resource-selector/s3-modal/styles.css.js +3 -3
  277. package/s3-resource-selector/s3-modal/styles.scoped.css +85 -5
  278. package/s3-resource-selector/s3-modal/styles.selectors.js +3 -3
  279. package/segmented-control/styles.css.js +15 -15
  280. package/segmented-control/styles.scoped.css +90 -38
  281. package/segmented-control/styles.selectors.js +15 -15
  282. package/select/parts/styles.css.js +21 -21
  283. package/select/parts/styles.scoped.css +68 -24
  284. package/select/parts/styles.selectors.js +21 -21
  285. package/select/styles.css.js +1 -1
  286. package/select/styles.scoped.css +47 -3
  287. package/select/styles.selectors.js +1 -1
  288. package/side-navigation/styles.css.js +29 -29
  289. package/side-navigation/styles.scoped.css +87 -43
  290. package/side-navigation/styles.selectors.js +29 -29
  291. package/slider/styles.css.js +26 -26
  292. package/slider/styles.scoped.css +126 -78
  293. package/slider/styles.selectors.js +26 -26
  294. package/space-between/styles.css.js +23 -23
  295. package/space-between/styles.scoped.css +70 -26
  296. package/space-between/styles.selectors.js +23 -23
  297. package/spinner/styles.css.js +13 -13
  298. package/spinner/styles.scoped.css +69 -21
  299. package/spinner/styles.selectors.js +13 -13
  300. package/split-panel/icons/styles.css.js +22 -22
  301. package/split-panel/icons/styles.scoped.css +70 -26
  302. package/split-panel/icons/styles.selectors.js +22 -22
  303. package/split-panel/styles.css.js +27 -27
  304. package/split-panel/styles.scoped.css +142 -50
  305. package/split-panel/styles.selectors.js +27 -27
  306. package/status-indicator/styles.css.js +23 -23
  307. package/status-indicator/styles.scoped.css +75 -31
  308. package/status-indicator/styles.selectors.js +23 -23
  309. package/table/body-cell/styles.css.js +47 -47
  310. package/table/body-cell/styles.scoped.css +398 -360
  311. package/table/body-cell/styles.selectors.js +47 -47
  312. package/table/expandable-rows/styles.css.js +3 -3
  313. package/table/expandable-rows/styles.scoped.css +65 -17
  314. package/table/expandable-rows/styles.selectors.js +3 -3
  315. package/table/header-cell/styles.css.js +26 -26
  316. package/table/header-cell/styles.scoped.css +115 -67
  317. package/table/header-cell/styles.selectors.js +26 -26
  318. package/table/resizer/styles.css.js +8 -8
  319. package/table/resizer/styles.scoped.css +60 -16
  320. package/table/resizer/styles.selectors.js +8 -8
  321. package/table/selection/styles.css.js +3 -3
  322. package/table/selection/styles.scoped.css +49 -5
  323. package/table/selection/styles.selectors.js +3 -3
  324. package/table/sticky-scrollbar/styles.css.js +6 -6
  325. package/table/sticky-scrollbar/styles.scoped.css +89 -9
  326. package/table/sticky-scrollbar/styles.selectors.js +6 -6
  327. package/table/styles.css.js +34 -34
  328. package/table/styles.scoped.css +91 -43
  329. package/table/styles.selectors.js +34 -34
  330. package/tabs/styles.css.js +28 -28
  331. package/tabs/styles.scoped.css +139 -51
  332. package/tabs/styles.selectors.js +28 -28
  333. package/tag-editor/styles.css.js +3 -3
  334. package/tag-editor/styles.scoped.css +56 -12
  335. package/tag-editor/styles.selectors.js +3 -3
  336. package/text-content/styles.css.js +1 -1
  337. package/text-content/styles.scoped.css +107 -63
  338. package/text-content/styles.selectors.js +1 -1
  339. package/text-filter/styles.css.js +3 -3
  340. package/text-filter/styles.scoped.css +49 -5
  341. package/text-filter/styles.selectors.js +3 -3
  342. package/textarea/styles.css.js +5 -5
  343. package/textarea/styles.scoped.css +62 -22
  344. package/textarea/styles.selectors.js +5 -5
  345. package/tiles/styles.css.js +30 -30
  346. package/tiles/styles.scoped.css +159 -75
  347. package/tiles/styles.selectors.js +30 -30
  348. package/toggle/styles.css.js +10 -10
  349. package/toggle/styles.scoped.css +63 -19
  350. package/toggle/styles.selectors.js +10 -10
  351. package/token-group/styles.css.js +10 -10
  352. package/token-group/styles.scoped.css +72 -24
  353. package/token-group/styles.selectors.js +10 -10
  354. package/top-navigation/1.0-beta/styles.css.js +25 -25
  355. package/top-navigation/1.0-beta/styles.scoped.css +88 -44
  356. package/top-navigation/1.0-beta/styles.selectors.js +25 -25
  357. package/top-navigation/styles.css.js +47 -47
  358. package/top-navigation/styles.scoped.css +118 -70
  359. package/top-navigation/styles.selectors.js +47 -47
  360. package/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  361. package/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +103 -23
  362. package/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  363. package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  364. package/tutorial-panel/components/tutorial-list/styles.scoped.css +119 -31
  365. package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  366. package/tutorial-panel/styles.css.js +1 -1
  367. package/tutorial-panel/styles.scoped.css +83 -3
  368. package/tutorial-panel/styles.selectors.js +1 -1
  369. package/wizard/styles.css.js +30 -30
  370. package/wizard/styles.scoped.css +104 -60
  371. package/wizard/styles.selectors.js +30 -30
@@ -66,6 +66,50 @@
66
66
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
67
67
  SPDX-License-Identifier: Apache-2.0
68
68
  */
69
+ /*
70
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
71
+ SPDX-License-Identifier: Apache-2.0
72
+ */
73
+ /*
74
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
75
+ SPDX-License-Identifier: Apache-2.0
76
+ */
77
+ /*
78
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
79
+ SPDX-License-Identifier: Apache-2.0
80
+ */
81
+ /*
82
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
83
+ SPDX-License-Identifier: Apache-2.0
84
+ */
85
+ /*
86
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
87
+ SPDX-License-Identifier: Apache-2.0
88
+ */
89
+ /*
90
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
+ SPDX-License-Identifier: Apache-2.0
92
+ */
93
+ /*
94
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
+ SPDX-License-Identifier: Apache-2.0
96
+ */
97
+ /*
98
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
99
+ SPDX-License-Identifier: Apache-2.0
100
+ */
101
+ /*
102
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
103
+ SPDX-License-Identifier: Apache-2.0
104
+ */
105
+ /*
106
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
107
+ SPDX-License-Identifier: Apache-2.0
108
+ */
109
+ /*
110
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
111
+ SPDX-License-Identifier: Apache-2.0
112
+ */
69
113
  /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
70
114
  /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
71
115
  /*
@@ -84,8 +128,6 @@
84
128
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
85
129
  SPDX-License-Identifier: Apache-2.0
86
130
  */
87
- /* Style used for links in slots/components that are text heavy, to help links stand out among
88
- surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
89
131
  /*
90
132
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
133
  SPDX-License-Identifier: Apache-2.0
@@ -94,23 +136,25 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
136
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
137
  SPDX-License-Identifier: Apache-2.0
96
138
  */
139
+ /* Style used for links in slots/components that are text heavy, to help links stand out among
140
+ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
97
141
  /*
98
142
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
99
143
  SPDX-License-Identifier: Apache-2.0
100
144
  */
101
- .awsui_grid_1mfbn_1uvjo_101:not(#\9) {
145
+ .awsui_grid_1mfbn_1w6lb_145:not(#\9) {
102
146
  inline-size: var(--size-calendar-grid-width-lrunz7, 238px);
103
147
  border-spacing: 0;
104
148
  }
105
149
 
106
- .awsui_grid-cell_1mfbn_1uvjo_106:not(#\9) {
150
+ .awsui_grid-cell_1mfbn_1w6lb_150:not(#\9) {
107
151
  inline-size: 14.2857142857%;
108
152
  word-break: break-word;
109
153
  text-align: center;
110
154
  font-weight: unset;
111
155
  }
112
156
 
113
- .awsui_day-header_1mfbn_1uvjo_113:not(#\9) {
157
+ .awsui_day-header_1mfbn_1w6lb_157:not(#\9) {
114
158
  padding-block-start: var(--space-s-34lx8l, 12px);
115
159
  padding-block-end: var(--space-xxs-p8yyaw, 4px);
116
160
  padding-inline: 0;
@@ -120,11 +164,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
120
164
  letter-spacing: var(--letter-spacing-body-s-z9jkwp, 0.005em);
121
165
  }
122
166
 
123
- .awsui_week_1mfbn_1uvjo_123:not(#\9) {
167
+ .awsui_week_1mfbn_1w6lb_167:not(#\9) {
124
168
  /* used for identifying element */
125
169
  }
126
170
 
127
- .awsui_day_1mfbn_1uvjo_113:not(#\9) {
171
+ .awsui_day_1mfbn_1w6lb_157:not(#\9) {
128
172
  border-block-end: 1px solid var(--color-border-calendar-grid-u86q1u, transparent);
129
173
  border-inline-end: 1px solid var(--color-border-calendar-grid-u86q1u, transparent);
130
174
  padding-block: var(--space-xxs-p8yyaw, 4px);
@@ -132,10 +176,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
132
176
  color: var(--color-text-dropdown-item-disabled-6oq3n6, #9ba7b6);
133
177
  position: relative;
134
178
  }
135
- .awsui_day_1mfbn_1uvjo_113:not(#\9):focus {
179
+ .awsui_day_1mfbn_1w6lb_157:not(#\9):focus {
136
180
  outline: none;
137
181
  }
138
- .awsui_day_1mfbn_1uvjo_113:not(#\9)::after {
182
+ .awsui_day_1mfbn_1w6lb_157:not(#\9)::after {
139
183
  content: "";
140
184
  position: absolute;
141
185
  z-index: 1;
@@ -145,15 +189,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
145
189
  inset-inline-end: calc(-1 * var(--border-item-width-yel47s, 2px));
146
190
  background-color: transparent;
147
191
  }
148
- body[data-awsui-focus-visible=true] .awsui_day_1mfbn_1uvjo_113:not(#\9):focus {
192
+ body[data-awsui-focus-visible=true] .awsui_day_1mfbn_1w6lb_157:not(#\9):focus {
149
193
  z-index: 2;
150
194
  position: relative;
151
195
  }
152
- body[data-awsui-focus-visible=true] .awsui_day_1mfbn_1uvjo_113:not(#\9):focus {
196
+ body[data-awsui-focus-visible=true] .awsui_day_1mfbn_1w6lb_157:not(#\9):focus {
153
197
  outline: 2px dotted transparent;
154
198
  outline-offset: calc(var(--space-calendar-grid-focus-outline-gutter-g00bgj, -5px) - 1px);
155
199
  }
156
- body[data-awsui-focus-visible=true] .awsui_day_1mfbn_1uvjo_113:not(#\9):focus::before {
200
+ body[data-awsui-focus-visible=true] .awsui_day_1mfbn_1w6lb_157:not(#\9):focus::before {
157
201
  content: " ";
158
202
  display: block;
159
203
  position: absolute;
@@ -167,52 +211,52 @@ body[data-awsui-focus-visible=true] .awsui_day_1mfbn_1uvjo_113:not(#\9):focus::b
167
211
  border-end-end-radius: var(--border-radius-calendar-day-focus-ring-545h0w, 3px);
168
212
  box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
169
213
  }
170
- .awsui_day_1mfbn_1uvjo_113 > .awsui_day-inner_1mfbn_1uvjo_170:not(#\9) {
214
+ .awsui_day_1mfbn_1w6lb_157 > .awsui_day-inner_1mfbn_1w6lb_214:not(#\9) {
171
215
  position: relative;
172
216
  z-index: 1;
173
217
  }
174
218
 
175
- .awsui_in-first-row_1mfbn_1uvjo_175:not(#\9):not(.awsui_in-previous-month_1mfbn_1uvjo_175) {
219
+ .awsui_in-first-row_1mfbn_1w6lb_219:not(#\9):not(.awsui_in-previous-month_1mfbn_1w6lb_219) {
176
220
  border-block-start: 1px solid var(--color-border-calendar-grid-u86q1u, transparent);
177
221
  }
178
222
 
179
- .awsui_in-previous-month_1mfbn_1uvjo_175:not(#\9):not(.awsui_last-day-of-month_1mfbn_1uvjo_179) {
223
+ .awsui_in-previous-month_1mfbn_1w6lb_219:not(#\9):not(.awsui_last-day-of-month_1mfbn_1w6lb_223) {
180
224
  border-inline-end-color: transparent;
181
225
  }
182
226
 
183
- .awsui_in-next-month_1mfbn_1uvjo_183:not(#\9) {
227
+ .awsui_in-next-month_1mfbn_1w6lb_227:not(#\9) {
184
228
  border-color: transparent;
185
229
  }
186
230
 
187
- .awsui_in-first-column_1mfbn_1uvjo_187:not(#\9) {
231
+ .awsui_in-first-column_1mfbn_1w6lb_231:not(#\9) {
188
232
  border-inline-start: 1px solid transparent;
189
233
  }
190
- .awsui_in-first-column_1mfbn_1uvjo_187.awsui_in-current-month_1mfbn_1uvjo_190:not(#\9) {
234
+ .awsui_in-first-column_1mfbn_1w6lb_231.awsui_in-current-month_1mfbn_1w6lb_234:not(#\9) {
191
235
  border-inline-start: 1px solid var(--color-border-calendar-grid-u86q1u, transparent);
192
236
  }
193
237
 
194
- .awsui_enabled_1mfbn_1uvjo_194:not(#\9) {
238
+ .awsui_enabled_1mfbn_1w6lb_238:not(#\9) {
195
239
  cursor: pointer;
196
240
  }
197
- .awsui_enabled_1mfbn_1uvjo_194.awsui_in-current-month_1mfbn_1uvjo_190:not(#\9) {
241
+ .awsui_enabled_1mfbn_1w6lb_238.awsui_in-current-month_1mfbn_1w6lb_234:not(#\9) {
198
242
  color: var(--color-text-dropdown-item-default-4o4hes, #000716);
199
243
  }
200
- .awsui_enabled_1mfbn_1uvjo_194.awsui_in-current-month_1mfbn_1uvjo_190:not(#\9):not(.awsui_in-range_1mfbn_1uvjo_200), .awsui_enabled_1mfbn_1uvjo_194.awsui_in-current-month_1mfbn_1uvjo_190:not(#\9):not(.awsui_in-range_1mfbn_1uvjo_200)::after, .awsui_enabled_1mfbn_1uvjo_194.awsui_in-current-month_1mfbn_1uvjo_190.awsui_end-date_1mfbn_1uvjo_200.awsui_start-date_1mfbn_1uvjo_200:not(#\9), .awsui_enabled_1mfbn_1uvjo_194.awsui_in-current-month_1mfbn_1uvjo_190.awsui_end-date_1mfbn_1uvjo_200.awsui_start-date_1mfbn_1uvjo_200:not(#\9)::after, .awsui_enabled_1mfbn_1uvjo_194.awsui_in-current-month_1mfbn_1uvjo_190.awsui_no-range_1mfbn_1uvjo_200:not(#\9), .awsui_enabled_1mfbn_1uvjo_194.awsui_in-current-month_1mfbn_1uvjo_190.awsui_no-range_1mfbn_1uvjo_200:not(#\9)::after {
244
+ .awsui_enabled_1mfbn_1w6lb_238.awsui_in-current-month_1mfbn_1w6lb_234:not(#\9):not(.awsui_in-range_1mfbn_1w6lb_244), .awsui_enabled_1mfbn_1w6lb_238.awsui_in-current-month_1mfbn_1w6lb_234:not(#\9):not(.awsui_in-range_1mfbn_1w6lb_244)::after, .awsui_enabled_1mfbn_1w6lb_238.awsui_in-current-month_1mfbn_1w6lb_234.awsui_end-date_1mfbn_1w6lb_244.awsui_start-date_1mfbn_1w6lb_244:not(#\9), .awsui_enabled_1mfbn_1w6lb_238.awsui_in-current-month_1mfbn_1w6lb_234.awsui_end-date_1mfbn_1w6lb_244.awsui_start-date_1mfbn_1w6lb_244:not(#\9)::after, .awsui_enabled_1mfbn_1w6lb_238.awsui_in-current-month_1mfbn_1w6lb_234.awsui_no-range_1mfbn_1w6lb_244:not(#\9), .awsui_enabled_1mfbn_1w6lb_238.awsui_in-current-month_1mfbn_1w6lb_234.awsui_no-range_1mfbn_1w6lb_244:not(#\9)::after {
201
245
  border-start-start-radius: var(--border-radius-item-05df9h, 8px);
202
246
  border-start-end-radius: var(--border-radius-item-05df9h, 8px);
203
247
  border-end-start-radius: var(--border-radius-item-05df9h, 8px);
204
248
  border-end-end-radius: var(--border-radius-item-05df9h, 8px);
205
249
  }
206
- .awsui_enabled_1mfbn_1uvjo_194.awsui_in-current-month_1mfbn_1uvjo_190:not(#\9):hover {
250
+ .awsui_enabled_1mfbn_1w6lb_238.awsui_in-current-month_1mfbn_1w6lb_234:not(#\9):hover {
207
251
  color: var(--color-text-calendar-date-hover-llr4as, #000716);
208
252
  background-color: var(--color-background-dropdown-item-hover-swsulg, #f4f4f4);
209
253
  }
210
- .awsui_enabled_1mfbn_1uvjo_194.awsui_in-current-month_1mfbn_1uvjo_190:not(#\9):hover:not(.awsui_selected_1mfbn_1uvjo_210)::after {
254
+ .awsui_enabled_1mfbn_1w6lb_238.awsui_in-current-month_1mfbn_1w6lb_234:not(#\9):hover:not(.awsui_selected_1mfbn_1w6lb_254)::after {
211
255
  border-block: var(--border-item-width-yel47s, 2px) solid var(--color-border-dropdown-item-hover-461g78, #7d8998);
212
256
  border-inline: var(--border-item-width-yel47s, 2px) solid var(--color-border-dropdown-item-hover-461g78, #7d8998);
213
257
  }
214
258
 
215
- .awsui_today_1mfbn_1uvjo_215:not(#\9):not(.awsui_in-range_1mfbn_1uvjo_200) {
259
+ .awsui_today_1mfbn_1w6lb_259:not(#\9):not(.awsui_in-range_1mfbn_1w6lb_244) {
216
260
  background-color: var(--color-background-calendar-current-date-kmb0ji, #f4f4f4);
217
261
  border-start-start-radius: var(--border-radius-item-05df9h, 8px);
218
262
  border-start-end-radius: var(--border-radius-item-05df9h, 8px);
@@ -221,20 +265,20 @@ body[data-awsui-focus-visible=true] .awsui_day_1mfbn_1uvjo_113:not(#\9):focus::b
221
265
  font-weight: 700;
222
266
  }
223
267
 
224
- .awsui_selected_1mfbn_1uvjo_210:not(#\9) {
268
+ .awsui_selected_1mfbn_1w6lb_254:not(#\9) {
225
269
  border-color: transparent;
226
270
  position: relative;
227
271
  z-index: 2;
228
272
  font-weight: 700;
229
273
  }
230
- body[data-awsui-focus-visible=true] .awsui_selected_1mfbn_1uvjo_210:not(#\9):focus {
274
+ body[data-awsui-focus-visible=true] .awsui_selected_1mfbn_1w6lb_254:not(#\9):focus {
231
275
  position: relative;
232
276
  }
233
- body[data-awsui-focus-visible=true] .awsui_selected_1mfbn_1uvjo_210:not(#\9):focus {
277
+ body[data-awsui-focus-visible=true] .awsui_selected_1mfbn_1w6lb_254:not(#\9):focus {
234
278
  outline: 2px dotted transparent;
235
279
  outline-offset: calc(var(--space-calendar-grid-selected-focus-outline-gutter-hxbct6, -5px) - 1px);
236
280
  }
237
- body[data-awsui-focus-visible=true] .awsui_selected_1mfbn_1uvjo_210:not(#\9):focus::before {
281
+ body[data-awsui-focus-visible=true] .awsui_selected_1mfbn_1w6lb_254:not(#\9):focus::before {
238
282
  content: " ";
239
283
  display: block;
240
284
  position: absolute;
@@ -248,62 +292,62 @@ body[data-awsui-focus-visible=true] .awsui_selected_1mfbn_1uvjo_210:not(#\9):foc
248
292
  border-end-end-radius: var(--border-radius-calendar-day-focus-ring-545h0w, 3px);
249
293
  box-shadow: 0 0 0 2px var(--color-border-calendar-grid-selected-focus-ring-thqa8y, #fbfbfb);
250
294
  }
251
- body[data-awsui-focus-visible=true] .awsui_selected_1mfbn_1uvjo_210:not(#\9):focus::before {
295
+ body[data-awsui-focus-visible=true] .awsui_selected_1mfbn_1w6lb_254:not(#\9):focus::before {
252
296
  z-index: 1;
253
297
  }
254
- .awsui_selected_1mfbn_1uvjo_210:not(#\9)::after {
298
+ .awsui_selected_1mfbn_1w6lb_254:not(#\9)::after {
255
299
  background-color: var(--color-background-control-checked-w517i0, #0972d3);
256
300
  border-block: var(--border-item-width-yel47s, 2px) solid var(--color-background-control-checked-w517i0, #0972d3);
257
301
  border-inline: var(--border-item-width-yel47s, 2px) solid var(--color-background-control-checked-w517i0, #0972d3);
258
302
  z-index: 0;
259
303
  }
260
- .awsui_selected_1mfbn_1uvjo_210.awsui_start-date_1mfbn_1uvjo_200:not(#\9), .awsui_selected_1mfbn_1uvjo_210.awsui_start-date_1mfbn_1uvjo_200:not(#\9)::after, .awsui_selected_1mfbn_1uvjo_210.awsui_range-start-date_1mfbn_1uvjo_260:not(#\9), .awsui_selected_1mfbn_1uvjo_210.awsui_range-start-date_1mfbn_1uvjo_260:not(#\9)::after {
304
+ .awsui_selected_1mfbn_1w6lb_254.awsui_start-date_1mfbn_1w6lb_244:not(#\9), .awsui_selected_1mfbn_1w6lb_254.awsui_start-date_1mfbn_1w6lb_244:not(#\9)::after, .awsui_selected_1mfbn_1w6lb_254.awsui_range-start-date_1mfbn_1w6lb_304:not(#\9), .awsui_selected_1mfbn_1w6lb_254.awsui_range-start-date_1mfbn_1w6lb_304:not(#\9)::after {
261
305
  border-start-start-radius: var(--border-radius-item-05df9h, 8px);
262
306
  }
263
- .awsui_selected_1mfbn_1uvjo_210.awsui_start-date_1mfbn_1uvjo_200.awsui_in-range-border-bottom_1mfbn_1uvjo_263:not(#\9), .awsui_selected_1mfbn_1uvjo_210.awsui_start-date_1mfbn_1uvjo_200.awsui_in-range-border-bottom_1mfbn_1uvjo_263:not(#\9)::after, .awsui_selected_1mfbn_1uvjo_210.awsui_range-start-date_1mfbn_1uvjo_260.awsui_in-range-border-bottom_1mfbn_1uvjo_263:not(#\9), .awsui_selected_1mfbn_1uvjo_210.awsui_range-start-date_1mfbn_1uvjo_260.awsui_in-range-border-bottom_1mfbn_1uvjo_263:not(#\9)::after {
307
+ .awsui_selected_1mfbn_1w6lb_254.awsui_start-date_1mfbn_1w6lb_244.awsui_in-range-border-bottom_1mfbn_1w6lb_307:not(#\9), .awsui_selected_1mfbn_1w6lb_254.awsui_start-date_1mfbn_1w6lb_244.awsui_in-range-border-bottom_1mfbn_1w6lb_307:not(#\9)::after, .awsui_selected_1mfbn_1w6lb_254.awsui_range-start-date_1mfbn_1w6lb_304.awsui_in-range-border-bottom_1mfbn_1w6lb_307:not(#\9), .awsui_selected_1mfbn_1w6lb_254.awsui_range-start-date_1mfbn_1w6lb_304.awsui_in-range-border-bottom_1mfbn_1w6lb_307:not(#\9)::after {
264
308
  border-end-start-radius: var(--border-radius-item-05df9h, 8px);
265
309
  }
266
- .awsui_selected_1mfbn_1uvjo_210.awsui_end-date_1mfbn_1uvjo_200:not(#\9), .awsui_selected_1mfbn_1uvjo_210.awsui_end-date_1mfbn_1uvjo_200:not(#\9)::after, .awsui_selected_1mfbn_1uvjo_210.awsui_range-end-date_1mfbn_1uvjo_266:not(#\9), .awsui_selected_1mfbn_1uvjo_210.awsui_range-end-date_1mfbn_1uvjo_266:not(#\9)::after {
310
+ .awsui_selected_1mfbn_1w6lb_254.awsui_end-date_1mfbn_1w6lb_244:not(#\9), .awsui_selected_1mfbn_1w6lb_254.awsui_end-date_1mfbn_1w6lb_244:not(#\9)::after, .awsui_selected_1mfbn_1w6lb_254.awsui_range-end-date_1mfbn_1w6lb_310:not(#\9), .awsui_selected_1mfbn_1w6lb_254.awsui_range-end-date_1mfbn_1w6lb_310:not(#\9)::after {
267
311
  border-end-end-radius: var(--border-radius-item-05df9h, 8px);
268
312
  }
269
- .awsui_selected_1mfbn_1uvjo_210.awsui_end-date_1mfbn_1uvjo_200.awsui_in-range-border-top_1mfbn_1uvjo_269:not(#\9), .awsui_selected_1mfbn_1uvjo_210.awsui_end-date_1mfbn_1uvjo_200.awsui_in-range-border-top_1mfbn_1uvjo_269:not(#\9)::after, .awsui_selected_1mfbn_1uvjo_210.awsui_range-end-date_1mfbn_1uvjo_266.awsui_in-range-border-top_1mfbn_1uvjo_269:not(#\9), .awsui_selected_1mfbn_1uvjo_210.awsui_range-end-date_1mfbn_1uvjo_266.awsui_in-range-border-top_1mfbn_1uvjo_269:not(#\9)::after {
313
+ .awsui_selected_1mfbn_1w6lb_254.awsui_end-date_1mfbn_1w6lb_244.awsui_in-range-border-top_1mfbn_1w6lb_313:not(#\9), .awsui_selected_1mfbn_1w6lb_254.awsui_end-date_1mfbn_1w6lb_244.awsui_in-range-border-top_1mfbn_1w6lb_313:not(#\9)::after, .awsui_selected_1mfbn_1w6lb_254.awsui_range-end-date_1mfbn_1w6lb_310.awsui_in-range-border-top_1mfbn_1w6lb_313:not(#\9), .awsui_selected_1mfbn_1w6lb_254.awsui_range-end-date_1mfbn_1w6lb_310.awsui_in-range-border-top_1mfbn_1w6lb_313:not(#\9)::after {
270
314
  border-start-end-radius: var(--border-radius-item-05df9h, 8px);
271
315
  }
272
- .awsui_selected_1mfbn_1uvjo_210 > .awsui_day-inner_1mfbn_1uvjo_170:not(#\9) {
316
+ .awsui_selected_1mfbn_1w6lb_254 > .awsui_day-inner_1mfbn_1w6lb_214:not(#\9) {
273
317
  color: var(--color-background-control-default-qzruqy, #ffffff);
274
318
  position: relative;
275
319
  z-index: 2;
276
320
  }
277
321
 
278
- .awsui_in-range_1mfbn_1uvjo_200:not(#\9) {
322
+ .awsui_in-range_1mfbn_1w6lb_244:not(#\9) {
279
323
  background-color: var(--color-background-dropdown-item-selected-n136dm, #f2f8fd);
280
324
  font-weight: 700;
281
325
  }
282
- .awsui_in-range_1mfbn_1uvjo_200.awsui_in-range-border-block-start_1mfbn_1uvjo_282:not(#\9)::after {
326
+ .awsui_in-range_1mfbn_1w6lb_244.awsui_in-range-border-block-start_1mfbn_1w6lb_326:not(#\9)::after {
283
327
  border-block-start: var(--border-item-width-yel47s, 2px) solid var(--color-background-control-checked-w517i0, #0972d3);
284
328
  }
285
- .awsui_in-range_1mfbn_1uvjo_200.awsui_in-range-border-inline-end_1mfbn_1uvjo_285:not(#\9)::after {
329
+ .awsui_in-range_1mfbn_1w6lb_244.awsui_in-range-border-inline-end_1mfbn_1w6lb_329:not(#\9)::after {
286
330
  border-inline-end: var(--border-item-width-yel47s, 2px) solid var(--color-background-control-checked-w517i0, #0972d3);
287
331
  }
288
- .awsui_in-range_1mfbn_1uvjo_200.awsui_in-range-border-block-end_1mfbn_1uvjo_288:not(#\9)::after {
332
+ .awsui_in-range_1mfbn_1w6lb_244.awsui_in-range-border-block-end_1mfbn_1w6lb_332:not(#\9)::after {
289
333
  border-block-end: var(--border-item-width-yel47s, 2px) solid var(--color-background-control-checked-w517i0, #0972d3);
290
334
  }
291
- .awsui_in-range_1mfbn_1uvjo_200.awsui_in-range-border-inline-start_1mfbn_1uvjo_291:not(#\9)::after {
335
+ .awsui_in-range_1mfbn_1w6lb_244.awsui_in-range-border-inline-start_1mfbn_1w6lb_335:not(#\9)::after {
292
336
  border-inline-start: var(--border-item-width-yel47s, 2px) solid var(--color-background-control-checked-w517i0, #0972d3);
293
337
  }
294
- .awsui_in-range_1mfbn_1uvjo_200.awsui_in-range-border-block-start_1mfbn_1uvjo_282.awsui_in-range-border-inline-end_1mfbn_1uvjo_285:not(#\9), .awsui_in-range_1mfbn_1uvjo_200.awsui_in-range-border-block-start_1mfbn_1uvjo_282.awsui_in-range-border-inline-end_1mfbn_1uvjo_285:not(#\9)::after {
338
+ .awsui_in-range_1mfbn_1w6lb_244.awsui_in-range-border-block-start_1mfbn_1w6lb_326.awsui_in-range-border-inline-end_1mfbn_1w6lb_329:not(#\9), .awsui_in-range_1mfbn_1w6lb_244.awsui_in-range-border-block-start_1mfbn_1w6lb_326.awsui_in-range-border-inline-end_1mfbn_1w6lb_329:not(#\9)::after {
295
339
  border-start-end-radius: var(--border-radius-item-05df9h, 8px);
296
340
  }
297
- .awsui_in-range_1mfbn_1uvjo_200.awsui_in-range-border-block-end_1mfbn_1uvjo_288.awsui_in-range-border-inline-end_1mfbn_1uvjo_285:not(#\9), .awsui_in-range_1mfbn_1uvjo_200.awsui_in-range-border-block-end_1mfbn_1uvjo_288.awsui_in-range-border-inline-end_1mfbn_1uvjo_285:not(#\9)::after {
341
+ .awsui_in-range_1mfbn_1w6lb_244.awsui_in-range-border-block-end_1mfbn_1w6lb_332.awsui_in-range-border-inline-end_1mfbn_1w6lb_329:not(#\9), .awsui_in-range_1mfbn_1w6lb_244.awsui_in-range-border-block-end_1mfbn_1w6lb_332.awsui_in-range-border-inline-end_1mfbn_1w6lb_329:not(#\9)::after {
298
342
  border-end-end-radius: var(--border-radius-item-05df9h, 8px);
299
343
  }
300
- .awsui_in-range_1mfbn_1uvjo_200.awsui_in-range-border-block-end_1mfbn_1uvjo_288.awsui_in-range-border-inline-start_1mfbn_1uvjo_291:not(#\9), .awsui_in-range_1mfbn_1uvjo_200.awsui_in-range-border-block-end_1mfbn_1uvjo_288.awsui_in-range-border-inline-start_1mfbn_1uvjo_291:not(#\9)::after {
344
+ .awsui_in-range_1mfbn_1w6lb_244.awsui_in-range-border-block-end_1mfbn_1w6lb_332.awsui_in-range-border-inline-start_1mfbn_1w6lb_335:not(#\9), .awsui_in-range_1mfbn_1w6lb_244.awsui_in-range-border-block-end_1mfbn_1w6lb_332.awsui_in-range-border-inline-start_1mfbn_1w6lb_335:not(#\9)::after {
301
345
  border-end-start-radius: var(--border-radius-item-05df9h, 8px);
302
346
  }
303
- .awsui_in-range_1mfbn_1uvjo_200.awsui_in-range-border-block-start_1mfbn_1uvjo_282.awsui_in-range-border-inline-start_1mfbn_1uvjo_291:not(#\9), .awsui_in-range_1mfbn_1uvjo_200.awsui_in-range-border-block-start_1mfbn_1uvjo_282.awsui_in-range-border-inline-start_1mfbn_1uvjo_291:not(#\9)::after {
347
+ .awsui_in-range_1mfbn_1w6lb_244.awsui_in-range-border-block-start_1mfbn_1w6lb_326.awsui_in-range-border-inline-start_1mfbn_1w6lb_335:not(#\9), .awsui_in-range_1mfbn_1w6lb_244.awsui_in-range-border-block-start_1mfbn_1w6lb_326.awsui_in-range-border-inline-start_1mfbn_1w6lb_335:not(#\9)::after {
304
348
  border-start-start-radius: var(--border-radius-item-05df9h, 8px);
305
349
  }
306
350
 
307
- .awsui_disabled-reason-tooltip_1mfbn_1uvjo_307:not(#\9) {
351
+ .awsui_disabled-reason-tooltip_1mfbn_1w6lb_351:not(#\9) {
308
352
  /* used in test-utils or tests */
309
353
  }
@@ -2,33 +2,33 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "grid": "awsui_grid_1mfbn_1uvjo_101",
6
- "grid-cell": "awsui_grid-cell_1mfbn_1uvjo_106",
7
- "day-header": "awsui_day-header_1mfbn_1uvjo_113",
8
- "week": "awsui_week_1mfbn_1uvjo_123",
9
- "day": "awsui_day_1mfbn_1uvjo_113",
10
- "day-inner": "awsui_day-inner_1mfbn_1uvjo_170",
11
- "in-first-row": "awsui_in-first-row_1mfbn_1uvjo_175",
12
- "in-previous-month": "awsui_in-previous-month_1mfbn_1uvjo_175",
13
- "last-day-of-month": "awsui_last-day-of-month_1mfbn_1uvjo_179",
14
- "in-next-month": "awsui_in-next-month_1mfbn_1uvjo_183",
15
- "in-first-column": "awsui_in-first-column_1mfbn_1uvjo_187",
16
- "in-current-month": "awsui_in-current-month_1mfbn_1uvjo_190",
17
- "enabled": "awsui_enabled_1mfbn_1uvjo_194",
18
- "in-range": "awsui_in-range_1mfbn_1uvjo_200",
19
- "end-date": "awsui_end-date_1mfbn_1uvjo_200",
20
- "start-date": "awsui_start-date_1mfbn_1uvjo_200",
21
- "no-range": "awsui_no-range_1mfbn_1uvjo_200",
22
- "selected": "awsui_selected_1mfbn_1uvjo_210",
23
- "today": "awsui_today_1mfbn_1uvjo_215",
24
- "range-start-date": "awsui_range-start-date_1mfbn_1uvjo_260",
25
- "in-range-border-bottom": "awsui_in-range-border-bottom_1mfbn_1uvjo_263",
26
- "range-end-date": "awsui_range-end-date_1mfbn_1uvjo_266",
27
- "in-range-border-top": "awsui_in-range-border-top_1mfbn_1uvjo_269",
28
- "in-range-border-block-start": "awsui_in-range-border-block-start_1mfbn_1uvjo_282",
29
- "in-range-border-inline-end": "awsui_in-range-border-inline-end_1mfbn_1uvjo_285",
30
- "in-range-border-block-end": "awsui_in-range-border-block-end_1mfbn_1uvjo_288",
31
- "in-range-border-inline-start": "awsui_in-range-border-inline-start_1mfbn_1uvjo_291",
32
- "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_1mfbn_1uvjo_307"
5
+ "grid": "awsui_grid_1mfbn_1w6lb_145",
6
+ "grid-cell": "awsui_grid-cell_1mfbn_1w6lb_150",
7
+ "day-header": "awsui_day-header_1mfbn_1w6lb_157",
8
+ "week": "awsui_week_1mfbn_1w6lb_167",
9
+ "day": "awsui_day_1mfbn_1w6lb_157",
10
+ "day-inner": "awsui_day-inner_1mfbn_1w6lb_214",
11
+ "in-first-row": "awsui_in-first-row_1mfbn_1w6lb_219",
12
+ "in-previous-month": "awsui_in-previous-month_1mfbn_1w6lb_219",
13
+ "last-day-of-month": "awsui_last-day-of-month_1mfbn_1w6lb_223",
14
+ "in-next-month": "awsui_in-next-month_1mfbn_1w6lb_227",
15
+ "in-first-column": "awsui_in-first-column_1mfbn_1w6lb_231",
16
+ "in-current-month": "awsui_in-current-month_1mfbn_1w6lb_234",
17
+ "enabled": "awsui_enabled_1mfbn_1w6lb_238",
18
+ "in-range": "awsui_in-range_1mfbn_1w6lb_244",
19
+ "end-date": "awsui_end-date_1mfbn_1w6lb_244",
20
+ "start-date": "awsui_start-date_1mfbn_1w6lb_244",
21
+ "no-range": "awsui_no-range_1mfbn_1w6lb_244",
22
+ "selected": "awsui_selected_1mfbn_1w6lb_254",
23
+ "today": "awsui_today_1mfbn_1w6lb_259",
24
+ "range-start-date": "awsui_range-start-date_1mfbn_1w6lb_304",
25
+ "in-range-border-bottom": "awsui_in-range-border-bottom_1mfbn_1w6lb_307",
26
+ "range-end-date": "awsui_range-end-date_1mfbn_1w6lb_310",
27
+ "in-range-border-top": "awsui_in-range-border-top_1mfbn_1w6lb_313",
28
+ "in-range-border-block-start": "awsui_in-range-border-block-start_1mfbn_1w6lb_326",
29
+ "in-range-border-inline-end": "awsui_in-range-border-inline-end_1mfbn_1w6lb_329",
30
+ "in-range-border-block-end": "awsui_in-range-border-block-end_1mfbn_1w6lb_332",
31
+ "in-range-border-inline-start": "awsui_in-range-border-inline-start_1mfbn_1w6lb_335",
32
+ "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_1mfbn_1w6lb_351"
33
33
  };
34
34
 
@@ -1,14 +1,14 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "custom-range": "awsui_custom-range_16zmw_t22tu_97",
5
- "custom-range--no-padding": "awsui_custom-range--no-padding_16zmw_t22tu_103",
6
- "custom-range-form-controls": "awsui_custom-range-form-controls_16zmw_t22tu_107",
7
- "custom-range-duration": "awsui_custom-range-duration_16zmw_t22tu_111",
8
- "custom-range-unit": "awsui_custom-range-unit_16zmw_t22tu_112",
9
- "vertical": "awsui_vertical_16zmw_t22tu_118",
10
- "custom-range-duration-input": "awsui_custom-range-duration-input_16zmw_t22tu_129",
11
- "custom-range-unit-select": "awsui_custom-range-unit-select_16zmw_t22tu_130",
12
- "relative-range-radio-group": "awsui_relative-range-radio-group_16zmw_t22tu_134"
4
+ "custom-range": "awsui_custom-range_16zmw_j6asq_141",
5
+ "custom-range--no-padding": "awsui_custom-range--no-padding_16zmw_j6asq_147",
6
+ "custom-range-form-controls": "awsui_custom-range-form-controls_16zmw_j6asq_151",
7
+ "custom-range-duration": "awsui_custom-range-duration_16zmw_j6asq_155",
8
+ "custom-range-unit": "awsui_custom-range-unit_16zmw_j6asq_156",
9
+ "vertical": "awsui_vertical_16zmw_j6asq_162",
10
+ "custom-range-duration-input": "awsui_custom-range-duration-input_16zmw_j6asq_173",
11
+ "custom-range-unit-select": "awsui_custom-range-unit-select_16zmw_j6asq_174",
12
+ "relative-range-radio-group": "awsui_relative-range-radio-group_16zmw_j6asq_178"
13
13
  };
14
14
 
@@ -66,6 +66,50 @@
66
66
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
67
67
  SPDX-License-Identifier: Apache-2.0
68
68
  */
69
+ /*
70
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
71
+ SPDX-License-Identifier: Apache-2.0
72
+ */
73
+ /*
74
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
75
+ SPDX-License-Identifier: Apache-2.0
76
+ */
77
+ /*
78
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
79
+ SPDX-License-Identifier: Apache-2.0
80
+ */
81
+ /*
82
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
83
+ SPDX-License-Identifier: Apache-2.0
84
+ */
85
+ /*
86
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
87
+ SPDX-License-Identifier: Apache-2.0
88
+ */
89
+ /*
90
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
+ SPDX-License-Identifier: Apache-2.0
92
+ */
93
+ /*
94
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
+ SPDX-License-Identifier: Apache-2.0
96
+ */
97
+ /*
98
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
99
+ SPDX-License-Identifier: Apache-2.0
100
+ */
101
+ /*
102
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
103
+ SPDX-License-Identifier: Apache-2.0
104
+ */
105
+ /*
106
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
107
+ SPDX-License-Identifier: Apache-2.0
108
+ */
109
+ /*
110
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
111
+ SPDX-License-Identifier: Apache-2.0
112
+ */
69
113
  /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
70
114
  /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
71
115
  /*
@@ -84,8 +128,6 @@
84
128
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
85
129
  SPDX-License-Identifier: Apache-2.0
86
130
  */
87
- /* Style used for links in slots/components that are text heavy, to help links stand out among
88
- surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
89
131
  /*
90
132
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
133
  SPDX-License-Identifier: Apache-2.0
@@ -94,43 +136,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
136
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
137
  SPDX-License-Identifier: Apache-2.0
96
138
  */
97
- .awsui_custom-range_16zmw_t22tu_97:not(#\9) {
139
+ /* Style used for links in slots/components that are text heavy, to help links stand out among
140
+ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
141
+ .awsui_custom-range_16zmw_j6asq_141:not(#\9) {
98
142
  padding-inline-start: calc(14px + var(--space-xs-zb16t3, 8px));
99
143
  display: flex;
100
144
  inline-size: 80%;
101
145
  }
102
146
 
103
- .awsui_custom-range--no-padding_16zmw_t22tu_103:not(#\9) {
147
+ .awsui_custom-range--no-padding_16zmw_j6asq_147:not(#\9) {
104
148
  padding-inline-start: 0;
105
149
  }
106
150
 
107
- .awsui_custom-range-form-controls_16zmw_t22tu_107:not(#\9) {
151
+ .awsui_custom-range-form-controls_16zmw_j6asq_151:not(#\9) {
108
152
  display: flex;
109
153
  inline-size: 100%;
110
154
  }
111
- .awsui_custom-range-form-controls_16zmw_t22tu_107 > .awsui_custom-range-duration_16zmw_t22tu_111:not(#\9),
112
- .awsui_custom-range-form-controls_16zmw_t22tu_107 > .awsui_custom-range-unit_16zmw_t22tu_112:not(#\9) {
155
+ .awsui_custom-range-form-controls_16zmw_j6asq_151 > .awsui_custom-range-duration_16zmw_j6asq_155:not(#\9),
156
+ .awsui_custom-range-form-controls_16zmw_j6asq_151 > .awsui_custom-range-unit_16zmw_j6asq_156:not(#\9) {
113
157
  inline-size: 50%;
114
158
  }
115
- .awsui_custom-range-form-controls_16zmw_t22tu_107 > .awsui_custom-range-duration_16zmw_t22tu_111:not(#\9) {
159
+ .awsui_custom-range-form-controls_16zmw_j6asq_151 > .awsui_custom-range-duration_16zmw_j6asq_155:not(#\9) {
116
160
  margin-inline-end: var(--space-xs-zb16t3, 8px);
117
161
  }
118
- .awsui_custom-range-form-controls_16zmw_t22tu_107.awsui_vertical_16zmw_t22tu_118:not(#\9) {
162
+ .awsui_custom-range-form-controls_16zmw_j6asq_151.awsui_vertical_16zmw_j6asq_162:not(#\9) {
119
163
  flex-direction: column;
120
164
  }
121
- .awsui_custom-range-form-controls_16zmw_t22tu_107.awsui_vertical_16zmw_t22tu_118 > .awsui_custom-range-duration_16zmw_t22tu_111:not(#\9),
122
- .awsui_custom-range-form-controls_16zmw_t22tu_107.awsui_vertical_16zmw_t22tu_118 > .awsui_custom-range-unit_16zmw_t22tu_112:not(#\9) {
165
+ .awsui_custom-range-form-controls_16zmw_j6asq_151.awsui_vertical_16zmw_j6asq_162 > .awsui_custom-range-duration_16zmw_j6asq_155:not(#\9),
166
+ .awsui_custom-range-form-controls_16zmw_j6asq_151.awsui_vertical_16zmw_j6asq_162 > .awsui_custom-range-unit_16zmw_j6asq_156:not(#\9) {
123
167
  inline-size: 100%;
124
168
  }
125
- .awsui_custom-range-form-controls_16zmw_t22tu_107.awsui_vertical_16zmw_t22tu_118 > .awsui_custom-range-unit_16zmw_t22tu_112:not(#\9) {
169
+ .awsui_custom-range-form-controls_16zmw_j6asq_151.awsui_vertical_16zmw_j6asq_162 > .awsui_custom-range-unit_16zmw_j6asq_156:not(#\9) {
126
170
  margin-block-start: var(--space-s-34lx8l, 12px);
127
171
  }
128
172
 
129
- .awsui_custom-range-duration-input_16zmw_t22tu_129:not(#\9),
130
- .awsui_custom-range-unit-select_16zmw_t22tu_130:not(#\9) {
173
+ .awsui_custom-range-duration-input_16zmw_j6asq_173:not(#\9),
174
+ .awsui_custom-range-unit-select_16zmw_j6asq_174:not(#\9) {
131
175
  /* used in test-utils */
132
176
  }
133
177
 
134
- .awsui_relative-range-radio-group_16zmw_t22tu_134:not(#\9) {
178
+ .awsui_relative-range-radio-group_16zmw_j6asq_178:not(#\9) {
135
179
  /* used in test-utils */
136
180
  }
@@ -2,14 +2,14 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "custom-range": "awsui_custom-range_16zmw_t22tu_97",
6
- "custom-range--no-padding": "awsui_custom-range--no-padding_16zmw_t22tu_103",
7
- "custom-range-form-controls": "awsui_custom-range-form-controls_16zmw_t22tu_107",
8
- "custom-range-duration": "awsui_custom-range-duration_16zmw_t22tu_111",
9
- "custom-range-unit": "awsui_custom-range-unit_16zmw_t22tu_112",
10
- "vertical": "awsui_vertical_16zmw_t22tu_118",
11
- "custom-range-duration-input": "awsui_custom-range-duration-input_16zmw_t22tu_129",
12
- "custom-range-unit-select": "awsui_custom-range-unit-select_16zmw_t22tu_130",
13
- "relative-range-radio-group": "awsui_relative-range-radio-group_16zmw_t22tu_134"
5
+ "custom-range": "awsui_custom-range_16zmw_j6asq_141",
6
+ "custom-range--no-padding": "awsui_custom-range--no-padding_16zmw_j6asq_147",
7
+ "custom-range-form-controls": "awsui_custom-range-form-controls_16zmw_j6asq_151",
8
+ "custom-range-duration": "awsui_custom-range-duration_16zmw_j6asq_155",
9
+ "custom-range-unit": "awsui_custom-range-unit_16zmw_j6asq_156",
10
+ "vertical": "awsui_vertical_16zmw_j6asq_162",
11
+ "custom-range-duration-input": "awsui_custom-range-duration-input_16zmw_j6asq_173",
12
+ "custom-range-unit-select": "awsui_custom-range-unit-select_16zmw_j6asq_174",
13
+ "relative-range-radio-group": "awsui_relative-range-radio-group_16zmw_j6asq_178"
14
14
  };
15
15
 
@@ -1,44 +1,44 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "calendar": "awsui_calendar_mgja0_1nsdn_97",
5
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_mgja0_1nsdn_1",
6
- "root": "awsui_root_mgja0_1nsdn_124",
7
- "wide": "awsui_wide_mgja0_1nsdn_158",
8
- "focus-lock": "awsui_focus-lock_mgja0_1nsdn_165",
9
- "trigger-wrapper": "awsui_trigger-wrapper_mgja0_1nsdn_169",
10
- "trigger-flexbox": "awsui_trigger-flexbox_mgja0_1nsdn_173",
11
- "calendar-container": "awsui_calendar-container_mgja0_1nsdn_177",
12
- "one-grid": "awsui_one-grid_mgja0_1nsdn_180",
13
- "calendar-header": "awsui_calendar-header_mgja0_1nsdn_184",
14
- "calendar-header-months-wrapper": "awsui_calendar-header-months-wrapper_mgja0_1nsdn_190",
15
- "calendar-header-month": "awsui_calendar-header-month_mgja0_1nsdn_190",
16
- "calendar-next-month-btn": "awsui_calendar-next-month-btn_mgja0_1nsdn_209",
17
- "calendar-prev-month-btn": "awsui_calendar-prev-month-btn_mgja0_1nsdn_212",
18
- "first-grid": "awsui_first-grid_mgja0_1nsdn_216",
19
- "second-grid": "awsui_second-grid_mgja0_1nsdn_217",
20
- "date-and-time-container": "awsui_date-and-time-container_mgja0_1nsdn_221",
21
- "date-and-time-wrapper": "awsui_date-and-time-wrapper_mgja0_1nsdn_227",
22
- "footer": "awsui_footer_mgja0_1nsdn_234",
23
- "has-clear-button": "awsui_has-clear-button_mgja0_1nsdn_243",
24
- "footer-button-wrapper": "awsui_footer-button-wrapper_mgja0_1nsdn_252",
25
- "icon-wrapper": "awsui_icon-wrapper_mgja0_1nsdn_259",
26
- "label": "awsui_label_mgja0_1nsdn_264",
27
- "label-enabled": "awsui_label-enabled_mgja0_1nsdn_269",
28
- "label-text": "awsui_label-text_mgja0_1nsdn_273",
29
- "label-token-nowrap": "awsui_label-token-nowrap_mgja0_1nsdn_278",
30
- "mode-switch": "awsui_mode-switch_mgja0_1nsdn_282",
31
- "dropdown": "awsui_dropdown_mgja0_1nsdn_286",
32
- "dropdown-content": "awsui_dropdown-content_mgja0_1nsdn_308",
33
- "start-date-input": "awsui_start-date-input_mgja0_1nsdn_317",
34
- "start-time-input": "awsui_start-time-input_mgja0_1nsdn_318",
35
- "end-date-input": "awsui_end-date-input_mgja0_1nsdn_319",
36
- "end-time-input": "awsui_end-time-input_mgja0_1nsdn_320",
37
- "validation-section": "awsui_validation-section_mgja0_1nsdn_324",
38
- "validation-error": "awsui_validation-error_mgja0_1nsdn_328",
39
- "clear-button": "awsui_clear-button_mgja0_1nsdn_332",
40
- "apply-button": "awsui_apply-button_mgja0_1nsdn_336",
41
- "cancel-button": "awsui_cancel-button_mgja0_1nsdn_340",
42
- "calendar-aria-live": "awsui_calendar-aria-live_mgja0_1nsdn_344"
4
+ "calendar": "awsui_calendar_mgja0_156sa_149",
5
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_mgja0_156sa_1",
6
+ "root": "awsui_root_mgja0_156sa_172",
7
+ "wide": "awsui_wide_mgja0_156sa_206",
8
+ "focus-lock": "awsui_focus-lock_mgja0_156sa_213",
9
+ "trigger-wrapper": "awsui_trigger-wrapper_mgja0_156sa_217",
10
+ "trigger-flexbox": "awsui_trigger-flexbox_mgja0_156sa_221",
11
+ "calendar-container": "awsui_calendar-container_mgja0_156sa_225",
12
+ "one-grid": "awsui_one-grid_mgja0_156sa_228",
13
+ "calendar-header": "awsui_calendar-header_mgja0_156sa_232",
14
+ "calendar-header-months-wrapper": "awsui_calendar-header-months-wrapper_mgja0_156sa_238",
15
+ "calendar-header-month": "awsui_calendar-header-month_mgja0_156sa_238",
16
+ "calendar-next-month-btn": "awsui_calendar-next-month-btn_mgja0_156sa_257",
17
+ "calendar-prev-month-btn": "awsui_calendar-prev-month-btn_mgja0_156sa_260",
18
+ "first-grid": "awsui_first-grid_mgja0_156sa_264",
19
+ "second-grid": "awsui_second-grid_mgja0_156sa_265",
20
+ "date-and-time-container": "awsui_date-and-time-container_mgja0_156sa_269",
21
+ "date-and-time-wrapper": "awsui_date-and-time-wrapper_mgja0_156sa_275",
22
+ "footer": "awsui_footer_mgja0_156sa_282",
23
+ "has-clear-button": "awsui_has-clear-button_mgja0_156sa_291",
24
+ "footer-button-wrapper": "awsui_footer-button-wrapper_mgja0_156sa_300",
25
+ "icon-wrapper": "awsui_icon-wrapper_mgja0_156sa_307",
26
+ "label": "awsui_label_mgja0_156sa_312",
27
+ "label-enabled": "awsui_label-enabled_mgja0_156sa_317",
28
+ "label-text": "awsui_label-text_mgja0_156sa_321",
29
+ "label-token-nowrap": "awsui_label-token-nowrap_mgja0_156sa_326",
30
+ "mode-switch": "awsui_mode-switch_mgja0_156sa_330",
31
+ "dropdown": "awsui_dropdown_mgja0_156sa_334",
32
+ "dropdown-content": "awsui_dropdown-content_mgja0_156sa_356",
33
+ "start-date-input": "awsui_start-date-input_mgja0_156sa_365",
34
+ "start-time-input": "awsui_start-time-input_mgja0_156sa_366",
35
+ "end-date-input": "awsui_end-date-input_mgja0_156sa_367",
36
+ "end-time-input": "awsui_end-time-input_mgja0_156sa_368",
37
+ "validation-section": "awsui_validation-section_mgja0_156sa_372",
38
+ "validation-error": "awsui_validation-error_mgja0_156sa_376",
39
+ "clear-button": "awsui_clear-button_mgja0_156sa_380",
40
+ "apply-button": "awsui_apply-button_mgja0_156sa_384",
41
+ "cancel-button": "awsui_cancel-button_mgja0_156sa_388",
42
+ "calendar-aria-live": "awsui_calendar-aria-live_mgja0_156sa_392"
43
43
  };
44
44