@cloudscape-design/components-themeable 3.0.509 → 3.0.511

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 (212) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/internal/styles/utils/styles-reset.scss +24 -2
  3. package/lib/internal/template/alert/styles.css.js +25 -25
  4. package/lib/internal/template/alert/styles.scoped.css +45 -51
  5. package/lib/internal/template/alert/styles.selectors.js +25 -25
  6. package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
  7. package/lib/internal/template/anchor-navigation/styles.scoped.css +21 -24
  8. package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
  9. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  10. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +32 -35
  11. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  12. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +80 -80
  13. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +175 -181
  14. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +80 -80
  15. package/lib/internal/template/attribute-editor/styles.css.js +14 -14
  16. package/lib/internal/template/attribute-editor/styles.scoped.css +27 -30
  17. package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
  18. package/lib/internal/template/badge/styles.css.js +5 -5
  19. package/lib/internal/template/badge/styles.scoped.css +8 -11
  20. package/lib/internal/template/badge/styles.selectors.js +5 -5
  21. package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
  22. package/lib/internal/template/breadcrumb-group/styles.scoped.css +18 -24
  23. package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
  24. package/lib/internal/template/button/styles.css.js +20 -20
  25. package/lib/internal/template/button/styles.scoped.css +154 -157
  26. package/lib/internal/template/button/styles.selectors.js +20 -20
  27. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  28. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +8 -11
  29. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  30. package/lib/internal/template/calendar/styles.css.js +18 -18
  31. package/lib/internal/template/calendar/styles.scoped.css +41 -44
  32. package/lib/internal/template/calendar/styles.selectors.js +18 -18
  33. package/lib/internal/template/cards/styles.css.js +39 -39
  34. package/lib/internal/template/cards/styles.scoped.css +52 -55
  35. package/lib/internal/template/cards/styles.selectors.js +39 -39
  36. package/lib/internal/template/checkbox/styles.css.js +3 -3
  37. package/lib/internal/template/checkbox/styles.scoped.css +8 -11
  38. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  39. package/lib/internal/template/code-editor/styles.css.js +32 -32
  40. package/lib/internal/template/code-editor/styles.scoped.css +180 -183
  41. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  42. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  43. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +20 -23
  44. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  45. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  46. package/lib/internal/template/collection-preferences/styles.scoped.css +47 -50
  47. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  48. package/lib/internal/template/column-layout/styles.css.js +13 -13
  49. package/lib/internal/template/column-layout/styles.scoped.css +46 -49
  50. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  51. package/lib/internal/template/container/styles.css.js +29 -29
  52. package/lib/internal/template/container/styles.scoped.css +55 -58
  53. package/lib/internal/template/container/styles.selectors.js +29 -29
  54. package/lib/internal/template/date-picker/styles.css.js +7 -7
  55. package/lib/internal/template/date-picker/styles.scoped.css +12 -15
  56. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  57. package/lib/internal/template/date-range-picker/styles.css.js +38 -38
  58. package/lib/internal/template/date-range-picker/styles.scoped.css +49 -52
  59. package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
  60. package/lib/internal/template/drawer/styles.css.js +3 -3
  61. package/lib/internal/template/drawer/styles.scoped.css +11 -14
  62. package/lib/internal/template/drawer/styles.selectors.js +3 -3
  63. package/lib/internal/template/expandable-section/styles.css.js +32 -32
  64. package/lib/internal/template/expandable-section/styles.scoped.css +65 -68
  65. package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
  66. package/lib/internal/template/flashbar/styles.css.js +47 -47
  67. package/lib/internal/template/flashbar/styles.scoped.css +149 -152
  68. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  69. package/lib/internal/template/form/styles.css.js +9 -9
  70. package/lib/internal/template/form/styles.scoped.css +11 -14
  71. package/lib/internal/template/form/styles.selectors.js +9 -9
  72. package/lib/internal/template/form-field/styles.css.js +19 -19
  73. package/lib/internal/template/form-field/styles.scoped.css +32 -35
  74. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  75. package/lib/internal/template/grid/styles.css.js +53 -53
  76. package/lib/internal/template/grid/styles.scoped.css +57 -60
  77. package/lib/internal/template/grid/styles.selectors.js +53 -53
  78. package/lib/internal/template/header/styles.css.js +34 -34
  79. package/lib/internal/template/header/styles.scoped.css +53 -56
  80. package/lib/internal/template/header/styles.selectors.js +34 -34
  81. package/lib/internal/template/help-panel/styles.css.js +4 -4
  82. package/lib/internal/template/help-panel/styles.scoped.css +66 -69
  83. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  84. package/lib/internal/template/input/styles.css.js +12 -12
  85. package/lib/internal/template/input/styles.scoped.css +33 -36
  86. package/lib/internal/template/input/styles.selectors.js +12 -12
  87. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  88. package/lib/internal/template/internal/analytics/components/analytics-funnel.js +0 -1
  89. package/lib/internal/template/internal/analytics/components/analytics-funnel.js.map +1 -1
  90. package/lib/internal/template/internal/components/button-trigger/styles.css.js +10 -10
  91. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +27 -30
  92. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +10 -10
  93. package/lib/internal/template/internal/components/chart-filter/styles.css.js +3 -3
  94. package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +6 -9
  95. package/lib/internal/template/internal/components/chart-filter/styles.selectors.js +3 -3
  96. package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
  97. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +18 -21
  98. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
  99. package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
  100. package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +6 -9
  101. package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
  102. package/lib/internal/template/internal/components/chart-series-details/styles.css.js +20 -20
  103. package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +42 -51
  104. package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +20 -20
  105. package/lib/internal/template/internal/components/chart-series-marker/styles.css.js +5 -5
  106. package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +10 -13
  107. package/lib/internal/template/internal/components/chart-series-marker/styles.selectors.js +5 -5
  108. package/lib/internal/template/internal/components/chart-wrapper/styles.css.js +9 -9
  109. package/lib/internal/template/internal/components/chart-wrapper/styles.scoped.css +12 -15
  110. package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
  111. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  112. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -41
  113. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  114. package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
  115. package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +6 -9
  116. package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
  117. package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
  118. package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +5 -8
  119. package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
  120. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  121. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +16 -19
  122. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  123. package/lib/internal/template/internal/components/option/styles.css.js +17 -17
  124. package/lib/internal/template/internal/components/option/styles.scoped.css +32 -35
  125. package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
  126. package/lib/internal/template/internal/components/options-list/styles.css.js +2 -2
  127. package/lib/internal/template/internal/components/options-list/styles.scoped.css +5 -8
  128. package/lib/internal/template/internal/components/options-list/styles.selectors.js +2 -2
  129. package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
  130. package/lib/internal/template/internal/components/token-list/styles.scoped.css +23 -26
  131. package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
  132. package/lib/internal/template/internal/environment.js +1 -1
  133. package/lib/internal/template/internal/environment.json +1 -1
  134. package/lib/internal/template/link/styles.css.js +20 -20
  135. package/lib/internal/template/link/styles.scoped.css +74 -77
  136. package/lib/internal/template/link/styles.selectors.js +20 -20
  137. package/lib/internal/template/modal/styles.css.js +23 -23
  138. package/lib/internal/template/modal/styles.scoped.css +44 -50
  139. package/lib/internal/template/modal/styles.selectors.js +23 -23
  140. package/lib/internal/template/multiselect/styles.css.js +2 -2
  141. package/lib/internal/template/multiselect/styles.scoped.css +5 -8
  142. package/lib/internal/template/multiselect/styles.selectors.js +2 -2
  143. package/lib/internal/template/pagination/styles.css.js +9 -9
  144. package/lib/internal/template/pagination/styles.scoped.css +26 -29
  145. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  146. package/lib/internal/template/popover/styles.css.js +50 -50
  147. package/lib/internal/template/popover/styles.scoped.css +72 -81
  148. package/lib/internal/template/popover/styles.selectors.js +50 -50
  149. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  150. package/lib/internal/template/progress-bar/styles.scoped.css +35 -38
  151. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  152. package/lib/internal/template/property-filter/styles.css.js +31 -31
  153. package/lib/internal/template/property-filter/styles.scoped.css +36 -39
  154. package/lib/internal/template/property-filter/styles.selectors.js +31 -31
  155. package/lib/internal/template/radio-group/styles.css.js +9 -9
  156. package/lib/internal/template/radio-group/styles.scoped.css +18 -21
  157. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  158. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  159. package/lib/internal/template/segmented-control/styles.scoped.css +36 -39
  160. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  161. package/lib/internal/template/select/styles.css.js +1 -1
  162. package/lib/internal/template/select/styles.scoped.css +4 -7
  163. package/lib/internal/template/select/styles.selectors.js +1 -1
  164. package/lib/internal/template/side-navigation/styles.css.js +28 -28
  165. package/lib/internal/template/side-navigation/styles.scoped.css +41 -44
  166. package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
  167. package/lib/internal/template/split-panel/styles.css.js +55 -55
  168. package/lib/internal/template/split-panel/styles.scoped.css +78 -81
  169. package/lib/internal/template/split-panel/styles.selectors.js +55 -55
  170. package/lib/internal/template/table/resizer/styles.css.js +8 -8
  171. package/lib/internal/template/table/resizer/styles.scoped.css +17 -20
  172. package/lib/internal/template/table/resizer/styles.selectors.js +8 -8
  173. package/lib/internal/template/tabs/styles.css.js +21 -21
  174. package/lib/internal/template/tabs/styles.scoped.css +42 -45
  175. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  176. package/lib/internal/template/text-content/styles.css.js +1 -1
  177. package/lib/internal/template/text-content/styles.scoped.css +63 -66
  178. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  179. package/lib/internal/template/text-filter/styles.css.js +3 -3
  180. package/lib/internal/template/text-filter/styles.scoped.css +6 -9
  181. package/lib/internal/template/text-filter/styles.selectors.js +3 -3
  182. package/lib/internal/template/textarea/styles.css.js +4 -4
  183. package/lib/internal/template/textarea/styles.scoped.css +15 -18
  184. package/lib/internal/template/textarea/styles.selectors.js +4 -4
  185. package/lib/internal/template/tiles/styles.css.js +29 -29
  186. package/lib/internal/template/tiles/styles.scoped.css +76 -82
  187. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  188. package/lib/internal/template/toggle/styles.css.js +8 -8
  189. package/lib/internal/template/toggle/styles.scoped.css +16 -19
  190. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  191. package/lib/internal/template/token-group/styles.css.js +8 -8
  192. package/lib/internal/template/token-group/styles.scoped.css +19 -22
  193. package/lib/internal/template/token-group/styles.selectors.js +8 -8
  194. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  195. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +45 -48
  196. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  197. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  198. package/lib/internal/template/top-navigation/styles.scoped.css +75 -84
  199. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  200. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  201. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +24 -27
  202. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  203. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  204. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +36 -45
  205. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  206. package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
  207. package/lib/internal/template/tutorial-panel/styles.scoped.css +4 -7
  208. package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
  209. package/lib/internal/template/wizard/styles.css.js +31 -31
  210. package/lib/internal/template/wizard/styles.scoped.css +65 -68
  211. package/lib/internal/template/wizard/styles.selectors.js +31 -31
  212. package/package.json +1 -1
@@ -94,19 +94,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_root_14iqq_1ycgf_97:not(#\9) {
98
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
97
+ .awsui_root_14iqq_93igk_97:not(#\9) {
99
98
  border-collapse: separate;
100
99
  border-spacing: 0;
100
+ box-sizing: border-box;
101
101
  caption-side: top;
102
102
  cursor: auto;
103
- direction: ltr;
103
+ direction: inherit;
104
104
  empty-cells: show;
105
105
  font-family: serif;
106
106
  font-size: medium;
107
107
  font-style: normal;
108
108
  font-variant: normal;
109
- font-weight: normal;
109
+ font-weight: 400;
110
110
  font-stretch: normal;
111
111
  line-height: normal;
112
112
  -webkit-hyphens: none;
@@ -115,15 +115,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
115
115
  list-style: disc outside none;
116
116
  tab-size: 8;
117
117
  text-align: left;
118
- text-align-last: auto;
119
118
  text-indent: 0;
120
119
  text-shadow: none;
121
120
  text-transform: none;
122
121
  visibility: visible;
123
122
  white-space: normal;
124
- widows: 2;
125
123
  word-spacing: normal;
126
- box-sizing: border-box;
127
124
  font-size: var(--font-size-body-m-pa3mqb, 14px);
128
125
  line-height: var(--line-height-body-m-2zx78l, 22px);
129
126
  color: var(--color-text-body-default-ffdwgg, #16191f);
@@ -134,23 +131,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
134
131
  word-wrap: break-word;
135
132
  position: relative;
136
133
  }
137
- .awsui_root_14iqq_1ycgf_97.awsui_fit-height_14iqq_1ycgf_111:not(#\9) {
134
+ .awsui_root_14iqq_93igk_97.awsui_fit-height_14iqq_93igk_133:not(#\9) {
138
135
  display: flex;
139
136
  flex-direction: column;
140
137
  height: 100%;
141
138
  }
142
- .awsui_root_14iqq_1ycgf_97.awsui_fit-height_14iqq_1ycgf_111.awsui_with-side-media_14iqq_1ycgf_116:not(#\9) {
139
+ .awsui_root_14iqq_93igk_97.awsui_fit-height_14iqq_93igk_133.awsui_with-side-media_14iqq_93igk_138:not(#\9) {
143
140
  flex-direction: row;
144
141
  }
145
- .awsui_root_14iqq_1ycgf_97.awsui_variant-default_14iqq_1ycgf_119:not(#\9), .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119:not(#\9) {
142
+ .awsui_root_14iqq_93igk_97.awsui_variant-default_14iqq_93igk_141:not(#\9), .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141:not(#\9) {
146
143
  background-color: var(--color-background-container-content-il2pe5, #ffffff);
147
144
  border-radius: var(--border-radius-container-jm6teg, 0px);
148
145
  box-sizing: border-box;
149
146
  }
150
- .awsui_root_14iqq_1ycgf_97.awsui_variant-default_14iqq_1ycgf_119.awsui_refresh_14iqq_1ycgf_124:not(#\9), .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119.awsui_refresh_14iqq_1ycgf_124:not(#\9) {
147
+ .awsui_root_14iqq_93igk_97.awsui_variant-default_14iqq_93igk_141.awsui_refresh_14iqq_93igk_146:not(#\9), .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141.awsui_refresh_14iqq_93igk_146:not(#\9) {
151
148
  border: solid var(--border-divider-section-width-wl9k66, 1px) var(--color-border-divider-default-in8dkg, #eaeded);
152
149
  }
153
- .awsui_root_14iqq_1ycgf_97.awsui_variant-default_14iqq_1ycgf_119:not(#\9):not(.awsui_refresh_14iqq_1ycgf_124)::before, .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119:not(#\9):not(.awsui_refresh_14iqq_1ycgf_124)::before {
150
+ .awsui_root_14iqq_93igk_97.awsui_variant-default_14iqq_93igk_141:not(#\9):not(.awsui_refresh_14iqq_93igk_146)::before, .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141:not(#\9):not(.awsui_refresh_14iqq_93igk_146)::before {
154
151
  content: "";
155
152
  position: absolute;
156
153
  left: 0px;
@@ -165,7 +162,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
165
162
  border-radius: var(--border-radius-container-jm6teg, 0px);
166
163
  z-index: 1;
167
164
  }
168
- .awsui_root_14iqq_1ycgf_97.awsui_variant-default_14iqq_1ycgf_119:not(#\9):not(.awsui_refresh_14iqq_1ycgf_124)::after, .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119:not(#\9):not(.awsui_refresh_14iqq_1ycgf_124)::after {
165
+ .awsui_root_14iqq_93igk_97.awsui_variant-default_14iqq_93igk_141:not(#\9):not(.awsui_refresh_14iqq_93igk_146)::after, .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141:not(#\9):not(.awsui_refresh_14iqq_93igk_146)::after {
169
166
  content: "";
170
167
  position: absolute;
171
168
  left: 0px;
@@ -178,127 +175,127 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
178
175
  border-radius: var(--border-radius-container-jm6teg, 0px);
179
176
  box-shadow: var(--shadow-container-5104ec, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
180
177
  }
181
- .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119:not(#\9):not(:last-child), .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119:not(#\9):not(:last-child)::before, .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119:not(#\9):not(:last-child)::after {
178
+ .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141:not(#\9):not(:last-child), .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141:not(#\9):not(:last-child)::before, .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141:not(#\9):not(:last-child)::after {
182
179
  border-bottom-right-radius: 0;
183
180
  border-bottom-left-radius: 0;
184
181
  border-bottom-width: 0;
185
182
  }
186
- .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119 + .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119:not(#\9), .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119 + .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119:not(#\9)::before, .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119 + .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119:not(#\9)::after {
183
+ .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141 + .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141:not(#\9), .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141 + .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141:not(#\9)::before, .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141 + .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141:not(#\9)::after {
187
184
  border-top-left-radius: 0;
188
185
  border-top-right-radius: 0;
189
186
  }
190
- .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119 + .awsui_root_14iqq_1ycgf_97.awsui_variant-stacked_14iqq_1ycgf_119:not(#\9):not(.awsui_refresh_14iqq_1ycgf_124)::before {
187
+ .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141 + .awsui_root_14iqq_93igk_97.awsui_variant-stacked_14iqq_93igk_141:not(#\9):not(.awsui_refresh_14iqq_93igk_146)::before {
191
188
  border-top: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
192
189
  }
193
- .awsui_root_14iqq_1ycgf_97.awsui_sticky-enabled_14iqq_1ycgf_167:not(#\9):not(.awsui_refresh_14iqq_1ycgf_124)::before {
190
+ .awsui_root_14iqq_93igk_97.awsui_sticky-enabled_14iqq_93igk_189:not(#\9):not(.awsui_refresh_14iqq_93igk_146)::before {
194
191
  top: calc(-1 * var(--border-container-top-width-s1x6t0, 1px));
195
192
  }
196
- .awsui_root_14iqq_1ycgf_97.awsui_sticky-enabled_14iqq_1ycgf_167:not(#\9):not(.awsui_refresh_14iqq_1ycgf_124).awsui_variant-stacked_14iqq_1ycgf_119::before {
193
+ .awsui_root_14iqq_93igk_97.awsui_sticky-enabled_14iqq_93igk_189:not(#\9):not(.awsui_refresh_14iqq_93igk_146).awsui_variant-stacked_14iqq_93igk_141::before {
197
194
  top: calc(-1 * var(--border-divider-section-width-wl9k66, 1px));
198
195
  }
199
196
 
200
- .awsui_with-side-media_14iqq_1ycgf_116:not(#\9) {
197
+ .awsui_with-side-media_14iqq_93igk_138:not(#\9) {
201
198
  display: flex;
202
199
  flex-direction: row;
203
200
  }
204
201
 
205
- .awsui_with-top-media_14iqq_1ycgf_179:not(#\9) {
202
+ .awsui_with-top-media_14iqq_93igk_201:not(#\9) {
206
203
  display: flex;
207
204
  flex-direction: column;
208
205
  }
209
206
 
210
- .awsui_content-wrapper_14iqq_1ycgf_184:not(#\9) {
207
+ .awsui_content-wrapper_14iqq_93igk_206:not(#\9) {
211
208
  display: flex;
212
209
  flex-direction: column;
213
210
  width: 100%;
214
211
  }
215
- .awsui_content-wrapper-fit-height_14iqq_1ycgf_189:not(#\9) {
212
+ .awsui_content-wrapper-fit-height_14iqq_93igk_211:not(#\9) {
216
213
  height: 100%;
217
214
  overflow: hidden;
218
215
  }
219
216
 
220
- .awsui_media_14iqq_1ycgf_194:not(#\9) {
217
+ .awsui_media_14iqq_93igk_216:not(#\9) {
221
218
  overflow: hidden;
222
219
  flex-shrink: 0;
223
220
  }
224
- .awsui_media_14iqq_1ycgf_194 img:not(#\9),
225
- .awsui_media_14iqq_1ycgf_194 video:not(#\9),
226
- .awsui_media_14iqq_1ycgf_194 picture:not(#\9) {
221
+ .awsui_media_14iqq_93igk_216 img:not(#\9),
222
+ .awsui_media_14iqq_93igk_216 video:not(#\9),
223
+ .awsui_media_14iqq_93igk_216 picture:not(#\9) {
227
224
  width: 100%;
228
225
  height: 100%;
229
226
  object-fit: cover;
230
227
  object-position: center;
231
228
  }
232
- .awsui_media_14iqq_1ycgf_194 iframe:not(#\9) {
229
+ .awsui_media_14iqq_93igk_216 iframe:not(#\9) {
233
230
  width: 100%;
234
231
  height: 100%;
235
232
  border: 0;
236
233
  }
237
- .awsui_media-top_14iqq_1ycgf_211:not(#\9) {
234
+ .awsui_media-top_14iqq_93igk_233:not(#\9) {
238
235
  max-height: 66%;
239
236
  border-top-left-radius: calc(var(--border-radius-container-jm6teg, 0px) - 1px);
240
237
  border-top-right-radius: calc(var(--border-radius-container-jm6teg, 0px) - 1px);
241
238
  }
242
- .awsui_media-side_14iqq_1ycgf_216:not(#\9) {
239
+ .awsui_media-side_14iqq_93igk_238:not(#\9) {
243
240
  max-width: 66%;
244
241
  border-top-left-radius: calc(var(--border-radius-container-jm6teg, 0px) - 1px);
245
242
  border-bottom-left-radius: calc(var(--border-radius-container-jm6teg, 0px) - 1px);
246
243
  }
247
244
 
248
- .awsui_header_14iqq_1ycgf_222:not(#\9) {
245
+ .awsui_header_14iqq_93igk_244:not(#\9) {
249
246
  background-color: var(--color-background-container-header-ni4jv3, #fafafa);
250
247
  border-top-left-radius: var(--border-radius-container-jm6teg, 0px);
251
248
  border-top-right-radius: var(--border-radius-container-jm6teg, 0px);
252
249
  }
253
- .awsui_header_14iqq_1ycgf_222.awsui_header-with-media_14iqq_1ycgf_227:not(#\9) {
250
+ .awsui_header_14iqq_93igk_244.awsui_header-with-media_14iqq_93igk_249:not(#\9) {
254
251
  background: none;
255
252
  }
256
- .awsui_header_14iqq_1ycgf_222.awsui_header-with-media_14iqq_1ycgf_227:not(#\9):not(:empty) {
253
+ .awsui_header_14iqq_93igk_244.awsui_header-with-media_14iqq_93igk_249:not(#\9):not(:empty) {
257
254
  border-bottom: none;
258
255
  }
259
- .awsui_header-sticky-disabled_14iqq_1ycgf_233:not(#\9) {
256
+ .awsui_header-sticky-disabled_14iqq_93igk_255:not(#\9) {
260
257
  position: relative;
261
258
  z-index: 1;
262
259
  }
263
- .awsui_header-sticky-enabled_14iqq_1ycgf_237:not(#\9) {
260
+ .awsui_header-sticky-enabled_14iqq_93igk_259:not(#\9) {
264
261
  top: 0;
265
262
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
266
263
  position: sticky;
267
264
  z-index: 800;
268
265
  }
269
- .awsui_header-stuck_14iqq_1ycgf_243:not(#\9) {
266
+ .awsui_header-stuck_14iqq_93igk_265:not(#\9) {
270
267
  border-radius: 0;
271
268
  }
272
- .awsui_header-stuck_14iqq_1ycgf_243:not(#\9)::before {
269
+ .awsui_header-stuck_14iqq_93igk_265:not(#\9)::before {
273
270
  border: 0;
274
271
  }
275
- .awsui_header-stuck_14iqq_1ycgf_243:not(#\9):not(.awsui_header-variant-cards_14iqq_1ycgf_249) {
272
+ .awsui_header-stuck_14iqq_93igk_265:not(#\9):not(.awsui_header-variant-cards_14iqq_93igk_271) {
276
273
  box-shadow: var(--shadow-sticky-embedded-f9wivk, 0px 1px 4px -2px rgba(0, 28, 36, 0.5));
277
274
  }
278
- .awsui_header-dynamic-height_14iqq_1ycgf_252.awsui_header-stuck_14iqq_1ycgf_243:not(#\9) {
275
+ .awsui_header-dynamic-height_14iqq_93igk_274.awsui_header-stuck_14iqq_93igk_265:not(#\9) {
279
276
  margin-bottom: calc(var(--line-height-heading-xl-v9hsvt, 36px) - var(--line-height-heading-l-vog8w7, 22px));
280
277
  }
281
- .awsui_header_14iqq_1ycgf_222:not(#\9):not(:empty) {
278
+ .awsui_header_14iqq_93igk_244:not(#\9):not(:empty) {
282
279
  border-bottom: var(--border-container-sticky-width-xo3q2l, 1px) solid var(--color-border-container-divider-gl15p9, #eaeded);
283
280
  }
284
- .awsui_header_14iqq_1ycgf_222.awsui_with-paddings_14iqq_1ycgf_258:not(#\9) {
281
+ .awsui_header_14iqq_93igk_244.awsui_with-paddings_14iqq_93igk_280:not(#\9) {
285
282
  padding: var(--space-container-header-top-bomjbu, 12px) var(--space-container-horizontal-oebwqe, 20px) var(--space-container-header-bottom-qqnwwz, 12px);
286
283
  }
287
- .awsui_header_14iqq_1ycgf_222.awsui_with-paddings_14iqq_1ycgf_258.awsui_header-variant-cards_14iqq_1ycgf_249:not(#\9) {
284
+ .awsui_header_14iqq_93igk_244.awsui_with-paddings_14iqq_93igk_280.awsui_header-variant-cards_14iqq_93igk_271:not(#\9) {
288
285
  padding: var(--space-container-header-top-bomjbu, 12px) var(--space-container-horizontal-oebwqe, 20px);
289
286
  }
290
- .awsui_header_14iqq_1ycgf_222.awsui_with-hidden-content_14iqq_1ycgf_264:not(#\9) {
287
+ .awsui_header_14iqq_93igk_244.awsui_with-hidden-content_14iqq_93igk_286:not(#\9) {
291
288
  border-bottom-left-radius: var(--border-radius-container-jm6teg, 0px);
292
289
  border-bottom-right-radius: var(--border-radius-container-jm6teg, 0px);
293
290
  }
294
- .awsui_header-variant-cards_14iqq_1ycgf_249:not(#\9) {
291
+ .awsui_header-variant-cards_14iqq_93igk_271:not(#\9) {
295
292
  border-radius: var(--border-radius-container-jm6teg, 0px);
296
293
  box-sizing: border-box;
297
294
  }
298
- .awsui_header-variant-cards_14iqq_1ycgf_249.awsui_refresh_14iqq_1ycgf_124:not(#\9) {
295
+ .awsui_header-variant-cards_14iqq_93igk_271.awsui_refresh_14iqq_93igk_146:not(#\9) {
299
296
  border: solid var(--border-divider-section-width-wl9k66, 1px) var(--color-border-divider-default-in8dkg, #eaeded);
300
297
  }
301
- .awsui_header-variant-cards_14iqq_1ycgf_249:not(#\9):not(.awsui_refresh_14iqq_1ycgf_124)::before {
298
+ .awsui_header-variant-cards_14iqq_93igk_271:not(#\9):not(.awsui_refresh_14iqq_93igk_146)::before {
302
299
  content: "";
303
300
  position: absolute;
304
301
  left: 0px;
@@ -313,7 +310,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
313
310
  border-radius: var(--border-radius-container-jm6teg, 0px);
314
311
  z-index: 1;
315
312
  }
316
- .awsui_header-variant-cards_14iqq_1ycgf_249:not(#\9):not(.awsui_refresh_14iqq_1ycgf_124)::after {
313
+ .awsui_header-variant-cards_14iqq_93igk_271:not(#\9):not(.awsui_refresh_14iqq_93igk_146)::after {
317
314
  content: "";
318
315
  position: absolute;
319
316
  left: 0px;
@@ -326,18 +323,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
326
323
  border-radius: var(--border-radius-container-jm6teg, 0px);
327
324
  box-shadow: var(--shadow-container-5104ec, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
328
325
  }
329
- .awsui_header-variant-cards_14iqq_1ycgf_249:not(#\9):not(.awsui_header-sticky-enabled_14iqq_1ycgf_237) {
326
+ .awsui_header-variant-cards_14iqq_93igk_271:not(#\9):not(.awsui_header-sticky-enabled_14iqq_93igk_259) {
330
327
  position: relative;
331
328
  }
332
- .awsui_header-variant-cards_14iqq_1ycgf_249.awsui_header-stuck_14iqq_1ycgf_243:not(#\9)::after, .awsui_header-variant-cards_14iqq_1ycgf_249.awsui_header-stuck_14iqq_1ycgf_243:not(#\9)::before {
329
+ .awsui_header-variant-cards_14iqq_93igk_271.awsui_header-stuck_14iqq_93igk_265:not(#\9)::after, .awsui_header-variant-cards_14iqq_93igk_271.awsui_header-stuck_14iqq_93igk_265:not(#\9)::before {
333
330
  border: 0;
334
331
  border-top-left-radius: 0;
335
332
  border-top-right-radius: 0;
336
333
  }
337
- .awsui_header-variant-full-page_14iqq_1ycgf_311.awsui_header-stuck_14iqq_1ycgf_243:not(#\9) {
334
+ .awsui_header-variant-full-page_14iqq_93igk_333.awsui_header-stuck_14iqq_93igk_265:not(#\9) {
338
335
  box-shadow: none;
339
336
  }
340
- .awsui_header-variant-full-page_14iqq_1ycgf_311.awsui_header-stuck_14iqq_1ycgf_243:not(#\9)::after {
337
+ .awsui_header-variant-full-page_14iqq_93igk_333.awsui_header-stuck_14iqq_93igk_265:not(#\9)::after {
341
338
  content: "";
342
339
  position: absolute;
343
340
  right: 0;
@@ -352,30 +349,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
352
349
  The dynamic height dark header needs a background that will cover
353
350
  the default white background of the container component.
354
351
  */
355
- .awsui_dark-header_14iqq_1ycgf_329:not(#\9) {
352
+ .awsui_dark-header_14iqq_93igk_351:not(#\9) {
356
353
  background-color: var(--color-background-layout-main-td853a, #f2f3f3);
357
354
  color: var(--color-text-body-default-ffdwgg, #16191f);
358
355
  }
359
356
 
360
- .awsui_content_14iqq_1ycgf_184:not(#\9) {
357
+ .awsui_content_14iqq_93igk_206:not(#\9) {
361
358
  flex: 1;
362
359
  }
363
- .awsui_content-fit-height_14iqq_1ycgf_337:not(#\9) {
360
+ .awsui_content-fit-height_14iqq_93igk_359:not(#\9) {
364
361
  overflow: auto;
365
362
  }
366
- .awsui_content_14iqq_1ycgf_184.awsui_with-paddings_14iqq_1ycgf_258:not(#\9) {
363
+ .awsui_content_14iqq_93igk_206.awsui_with-paddings_14iqq_93igk_280:not(#\9) {
367
364
  padding: var(--space-scaled-l-08jb88, 20px) var(--space-container-horizontal-oebwqe, 20px);
368
365
  }
369
- .awsui_header_14iqq_1ycgf_222 + .awsui_content_14iqq_1ycgf_184.awsui_with-paddings_14iqq_1ycgf_258:not(#\9) {
366
+ .awsui_header_14iqq_93igk_244 + .awsui_content_14iqq_93igk_206.awsui_with-paddings_14iqq_93igk_280:not(#\9) {
370
367
  padding-top: var(--space-container-content-top-dkluz9, 16px);
371
368
  }
372
- .awsui_header_14iqq_1ycgf_222 + .awsui_content_14iqq_1ycgf_184.awsui_with-paddings_14iqq_1ycgf_258.awsui_content-with-media_14iqq_1ycgf_346:not(#\9) {
369
+ .awsui_header_14iqq_93igk_244 + .awsui_content_14iqq_93igk_206.awsui_with-paddings_14iqq_93igk_280.awsui_content-with-media_14iqq_93igk_368:not(#\9) {
373
370
  padding-top: 0;
374
371
  }
375
372
 
376
- .awsui_footer_14iqq_1ycgf_350.awsui_with-paddings_14iqq_1ycgf_258:not(#\9) {
373
+ .awsui_footer_14iqq_93igk_372.awsui_with-paddings_14iqq_93igk_280:not(#\9) {
377
374
  padding: var(--space-scaled-s-9q8n2q, 12px) var(--space-container-horizontal-oebwqe, 20px);
378
375
  }
379
- .awsui_footer_14iqq_1ycgf_350.awsui_with-divider_14iqq_1ycgf_353:not(#\9) {
376
+ .awsui_footer_14iqq_93igk_372.awsui_with-divider_14iqq_93igk_375:not(#\9) {
380
377
  border-top: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
381
378
  }
@@ -2,34 +2,34 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_14iqq_1ycgf_97",
6
- "fit-height": "awsui_fit-height_14iqq_1ycgf_111",
7
- "with-side-media": "awsui_with-side-media_14iqq_1ycgf_116",
8
- "variant-default": "awsui_variant-default_14iqq_1ycgf_119",
9
- "variant-stacked": "awsui_variant-stacked_14iqq_1ycgf_119",
10
- "refresh": "awsui_refresh_14iqq_1ycgf_124",
11
- "sticky-enabled": "awsui_sticky-enabled_14iqq_1ycgf_167",
12
- "with-top-media": "awsui_with-top-media_14iqq_1ycgf_179",
13
- "content-wrapper": "awsui_content-wrapper_14iqq_1ycgf_184",
14
- "content-wrapper-fit-height": "awsui_content-wrapper-fit-height_14iqq_1ycgf_189",
15
- "media": "awsui_media_14iqq_1ycgf_194",
16
- "media-top": "awsui_media-top_14iqq_1ycgf_211",
17
- "media-side": "awsui_media-side_14iqq_1ycgf_216",
18
- "header": "awsui_header_14iqq_1ycgf_222",
19
- "header-with-media": "awsui_header-with-media_14iqq_1ycgf_227",
20
- "header-sticky-disabled": "awsui_header-sticky-disabled_14iqq_1ycgf_233",
21
- "header-sticky-enabled": "awsui_header-sticky-enabled_14iqq_1ycgf_237",
22
- "header-stuck": "awsui_header-stuck_14iqq_1ycgf_243",
23
- "header-variant-cards": "awsui_header-variant-cards_14iqq_1ycgf_249",
24
- "header-dynamic-height": "awsui_header-dynamic-height_14iqq_1ycgf_252",
25
- "with-paddings": "awsui_with-paddings_14iqq_1ycgf_258",
26
- "with-hidden-content": "awsui_with-hidden-content_14iqq_1ycgf_264",
27
- "header-variant-full-page": "awsui_header-variant-full-page_14iqq_1ycgf_311",
28
- "dark-header": "awsui_dark-header_14iqq_1ycgf_329",
29
- "content": "awsui_content_14iqq_1ycgf_184",
30
- "content-fit-height": "awsui_content-fit-height_14iqq_1ycgf_337",
31
- "content-with-media": "awsui_content-with-media_14iqq_1ycgf_346",
32
- "footer": "awsui_footer_14iqq_1ycgf_350",
33
- "with-divider": "awsui_with-divider_14iqq_1ycgf_353"
5
+ "root": "awsui_root_14iqq_93igk_97",
6
+ "fit-height": "awsui_fit-height_14iqq_93igk_133",
7
+ "with-side-media": "awsui_with-side-media_14iqq_93igk_138",
8
+ "variant-default": "awsui_variant-default_14iqq_93igk_141",
9
+ "variant-stacked": "awsui_variant-stacked_14iqq_93igk_141",
10
+ "refresh": "awsui_refresh_14iqq_93igk_146",
11
+ "sticky-enabled": "awsui_sticky-enabled_14iqq_93igk_189",
12
+ "with-top-media": "awsui_with-top-media_14iqq_93igk_201",
13
+ "content-wrapper": "awsui_content-wrapper_14iqq_93igk_206",
14
+ "content-wrapper-fit-height": "awsui_content-wrapper-fit-height_14iqq_93igk_211",
15
+ "media": "awsui_media_14iqq_93igk_216",
16
+ "media-top": "awsui_media-top_14iqq_93igk_233",
17
+ "media-side": "awsui_media-side_14iqq_93igk_238",
18
+ "header": "awsui_header_14iqq_93igk_244",
19
+ "header-with-media": "awsui_header-with-media_14iqq_93igk_249",
20
+ "header-sticky-disabled": "awsui_header-sticky-disabled_14iqq_93igk_255",
21
+ "header-sticky-enabled": "awsui_header-sticky-enabled_14iqq_93igk_259",
22
+ "header-stuck": "awsui_header-stuck_14iqq_93igk_265",
23
+ "header-variant-cards": "awsui_header-variant-cards_14iqq_93igk_271",
24
+ "header-dynamic-height": "awsui_header-dynamic-height_14iqq_93igk_274",
25
+ "with-paddings": "awsui_with-paddings_14iqq_93igk_280",
26
+ "with-hidden-content": "awsui_with-hidden-content_14iqq_93igk_286",
27
+ "header-variant-full-page": "awsui_header-variant-full-page_14iqq_93igk_333",
28
+ "dark-header": "awsui_dark-header_14iqq_93igk_351",
29
+ "content": "awsui_content_14iqq_93igk_206",
30
+ "content-fit-height": "awsui_content-fit-height_14iqq_93igk_359",
31
+ "content-with-media": "awsui_content-with-media_14iqq_93igk_368",
32
+ "footer": "awsui_footer_14iqq_93igk_372",
33
+ "with-divider": "awsui_with-divider_14iqq_93igk_375"
34
34
  };
35
35
 
@@ -1,12 +1,12 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_145pa_1igdg_93",
5
- "focus-lock": "awsui_focus-lock_145pa_1igdg_106",
6
- "calendar": "awsui_calendar_145pa_1igdg_110",
7
- "date-picker-container": "awsui_date-picker-container_145pa_1igdg_123",
8
- "date-picker-trigger": "awsui_date-picker-trigger_145pa_1igdg_128",
9
- "date-picker-input": "awsui_date-picker-input_145pa_1igdg_132",
10
- "open-calendar-button": "awsui_open-calendar-button_145pa_1igdg_137"
4
+ "root": "awsui_root_145pa_mo3zv_93",
5
+ "focus-lock": "awsui_focus-lock_145pa_mo3zv_128",
6
+ "calendar": "awsui_calendar_145pa_mo3zv_132",
7
+ "date-picker-container": "awsui_date-picker-container_145pa_mo3zv_145",
8
+ "date-picker-trigger": "awsui_date-picker-trigger_145pa_mo3zv_150",
9
+ "date-picker-input": "awsui_date-picker-input_145pa_mo3zv_154",
10
+ "open-calendar-button": "awsui_open-calendar-button_145pa_mo3zv_159"
11
11
  };
12
12
 
@@ -90,19 +90,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
90
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
- .awsui_root_145pa_1igdg_93:not(#\9) {
94
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
93
+ .awsui_root_145pa_mo3zv_93:not(#\9) {
95
94
  border-collapse: separate;
96
95
  border-spacing: 0;
96
+ box-sizing: border-box;
97
97
  caption-side: top;
98
98
  cursor: auto;
99
- direction: ltr;
99
+ direction: inherit;
100
100
  empty-cells: show;
101
101
  font-family: serif;
102
102
  font-size: medium;
103
103
  font-style: normal;
104
104
  font-variant: normal;
105
- font-weight: normal;
105
+ font-weight: 400;
106
106
  font-stretch: normal;
107
107
  line-height: normal;
108
108
  -webkit-hyphens: none;
@@ -111,15 +111,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
111
111
  list-style: disc outside none;
112
112
  tab-size: 8;
113
113
  text-align: left;
114
- text-align-last: auto;
115
114
  text-indent: 0;
116
115
  text-shadow: none;
117
116
  text-transform: none;
118
117
  visibility: visible;
119
118
  white-space: normal;
120
- widows: 2;
121
119
  word-spacing: normal;
122
- box-sizing: border-box;
123
120
  font-size: var(--font-size-body-m-pa3mqb, 14px);
124
121
  line-height: var(--line-height-body-m-2zx78l, 22px);
125
122
  color: var(--color-text-body-default-ffdwgg, #16191f);
@@ -129,37 +126,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
129
126
  -moz-osx-font-smoothing: auto;
130
127
  }
131
128
 
132
- .awsui_focus-lock_145pa_1igdg_106:not(#\9) {
129
+ .awsui_focus-lock_145pa_mo3zv_128:not(#\9) {
133
130
  display: contents;
134
131
  }
135
132
 
136
- .awsui_calendar_145pa_1igdg_110:not(#\9) {
133
+ .awsui_calendar_145pa_mo3zv_132:not(#\9) {
137
134
  overflow: auto;
138
135
  }
139
- .awsui_calendar_145pa_1igdg_110:not(#\9):focus {
136
+ .awsui_calendar_145pa_mo3zv_132:not(#\9):focus {
140
137
  outline: none;
141
138
  }
142
- body[data-awsui-focus-visible=true] .awsui_calendar_145pa_1igdg_110:not(#\9):focus {
139
+ body[data-awsui-focus-visible=true] .awsui_calendar_145pa_mo3zv_132:not(#\9):focus {
143
140
  outline: 2px dotted transparent;
144
141
  outline-offset: 2px;
145
142
  border-radius: var(--border-radius-dropdown-cw0ldi, 0px);
146
143
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
147
144
  }
148
145
 
149
- .awsui_date-picker-container_145pa_1igdg_123:not(#\9) {
146
+ .awsui_date-picker-container_145pa_mo3zv_145:not(#\9) {
150
147
  position: relative;
151
148
  max-width: 234px;
152
149
  }
153
150
 
154
- .awsui_date-picker-trigger_145pa_1igdg_128:not(#\9) {
151
+ .awsui_date-picker-trigger_145pa_mo3zv_150:not(#\9) {
155
152
  display: flex;
156
153
  }
157
154
 
158
- .awsui_date-picker-input_145pa_1igdg_132:not(#\9) {
155
+ .awsui_date-picker-input_145pa_mo3zv_154:not(#\9) {
159
156
  padding-right: var(--space-xs-xf5ch3, 8px);
160
157
  width: 100%;
161
158
  }
162
159
 
163
- .awsui_open-calendar-button_145pa_1igdg_137:not(#\9) {
160
+ .awsui_open-calendar-button_145pa_mo3zv_159:not(#\9) {
164
161
  /* used in test-utils */
165
162
  }
@@ -2,12 +2,12 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_145pa_1igdg_93",
6
- "focus-lock": "awsui_focus-lock_145pa_1igdg_106",
7
- "calendar": "awsui_calendar_145pa_1igdg_110",
8
- "date-picker-container": "awsui_date-picker-container_145pa_1igdg_123",
9
- "date-picker-trigger": "awsui_date-picker-trigger_145pa_1igdg_128",
10
- "date-picker-input": "awsui_date-picker-input_145pa_1igdg_132",
11
- "open-calendar-button": "awsui_open-calendar-button_145pa_1igdg_137"
5
+ "root": "awsui_root_145pa_mo3zv_93",
6
+ "focus-lock": "awsui_focus-lock_145pa_mo3zv_128",
7
+ "calendar": "awsui_calendar_145pa_mo3zv_132",
8
+ "date-picker-container": "awsui_date-picker-container_145pa_mo3zv_145",
9
+ "date-picker-trigger": "awsui_date-picker-trigger_145pa_mo3zv_150",
10
+ "date-picker-input": "awsui_date-picker-input_145pa_mo3zv_154",
11
+ "open-calendar-button": "awsui_open-calendar-button_145pa_mo3zv_159"
12
12
  };
13
13
 
@@ -1,43 +1,43 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "calendar": "awsui_calendar_mgja0_144zw_93",
5
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_mgja0_144zw_1",
6
- "root": "awsui_root_mgja0_144zw_120",
7
- "focus-lock": "awsui_focus-lock_mgja0_144zw_134",
8
- "trigger-wrapper": "awsui_trigger-wrapper_mgja0_144zw_138",
9
- "trigger-flexbox": "awsui_trigger-flexbox_mgja0_144zw_142",
10
- "calendar-container": "awsui_calendar-container_mgja0_144zw_146",
11
- "one-grid": "awsui_one-grid_mgja0_144zw_149",
12
- "calendar-header": "awsui_calendar-header_mgja0_144zw_153",
13
- "calendar-header-months-wrapper": "awsui_calendar-header-months-wrapper_mgja0_144zw_159",
14
- "calendar-header-month": "awsui_calendar-header-month_mgja0_144zw_159",
15
- "calendar-next-month-btn": "awsui_calendar-next-month-btn_mgja0_144zw_180",
16
- "calendar-prev-month-btn": "awsui_calendar-prev-month-btn_mgja0_144zw_183",
17
- "first-grid": "awsui_first-grid_mgja0_144zw_187",
18
- "second-grid": "awsui_second-grid_mgja0_144zw_188",
19
- "date-and-time-container": "awsui_date-and-time-container_mgja0_144zw_192",
20
- "date-and-time-wrapper": "awsui_date-and-time-wrapper_mgja0_144zw_198",
21
- "footer": "awsui_footer_mgja0_144zw_205",
22
- "has-clear-button": "awsui_has-clear-button_mgja0_144zw_212",
23
- "footer-button-wrapper": "awsui_footer-button-wrapper_mgja0_144zw_219",
24
- "icon-wrapper": "awsui_icon-wrapper_mgja0_144zw_226",
25
- "label": "awsui_label_mgja0_144zw_231",
26
- "label-enabled": "awsui_label-enabled_mgja0_144zw_236",
27
- "label-text": "awsui_label-text_mgja0_144zw_240",
28
- "label-token-nowrap": "awsui_label-token-nowrap_mgja0_144zw_245",
29
- "mode-switch": "awsui_mode-switch_mgja0_144zw_249",
30
- "dropdown": "awsui_dropdown_mgja0_144zw_253",
31
- "dropdown-content": "awsui_dropdown-content_mgja0_144zw_269",
32
- "start-date-input": "awsui_start-date-input_mgja0_144zw_278",
33
- "start-time-input": "awsui_start-time-input_mgja0_144zw_279",
34
- "end-date-input": "awsui_end-date-input_mgja0_144zw_280",
35
- "end-time-input": "awsui_end-time-input_mgja0_144zw_281",
36
- "validation-section": "awsui_validation-section_mgja0_144zw_285",
37
- "validation-error": "awsui_validation-error_mgja0_144zw_289",
38
- "clear-button": "awsui_clear-button_mgja0_144zw_293",
39
- "apply-button": "awsui_apply-button_mgja0_144zw_297",
40
- "cancel-button": "awsui_cancel-button_mgja0_144zw_301",
41
- "calendar-aria-live": "awsui_calendar-aria-live_mgja0_144zw_305"
4
+ "calendar": "awsui_calendar_mgja0_1x2vu_93",
5
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_mgja0_1x2vu_1",
6
+ "root": "awsui_root_mgja0_1x2vu_120",
7
+ "focus-lock": "awsui_focus-lock_mgja0_1x2vu_156",
8
+ "trigger-wrapper": "awsui_trigger-wrapper_mgja0_1x2vu_160",
9
+ "trigger-flexbox": "awsui_trigger-flexbox_mgja0_1x2vu_164",
10
+ "calendar-container": "awsui_calendar-container_mgja0_1x2vu_168",
11
+ "one-grid": "awsui_one-grid_mgja0_1x2vu_171",
12
+ "calendar-header": "awsui_calendar-header_mgja0_1x2vu_175",
13
+ "calendar-header-months-wrapper": "awsui_calendar-header-months-wrapper_mgja0_1x2vu_181",
14
+ "calendar-header-month": "awsui_calendar-header-month_mgja0_1x2vu_181",
15
+ "calendar-next-month-btn": "awsui_calendar-next-month-btn_mgja0_1x2vu_202",
16
+ "calendar-prev-month-btn": "awsui_calendar-prev-month-btn_mgja0_1x2vu_205",
17
+ "first-grid": "awsui_first-grid_mgja0_1x2vu_209",
18
+ "second-grid": "awsui_second-grid_mgja0_1x2vu_210",
19
+ "date-and-time-container": "awsui_date-and-time-container_mgja0_1x2vu_214",
20
+ "date-and-time-wrapper": "awsui_date-and-time-wrapper_mgja0_1x2vu_220",
21
+ "footer": "awsui_footer_mgja0_1x2vu_227",
22
+ "has-clear-button": "awsui_has-clear-button_mgja0_1x2vu_234",
23
+ "footer-button-wrapper": "awsui_footer-button-wrapper_mgja0_1x2vu_241",
24
+ "icon-wrapper": "awsui_icon-wrapper_mgja0_1x2vu_248",
25
+ "label": "awsui_label_mgja0_1x2vu_253",
26
+ "label-enabled": "awsui_label-enabled_mgja0_1x2vu_258",
27
+ "label-text": "awsui_label-text_mgja0_1x2vu_262",
28
+ "label-token-nowrap": "awsui_label-token-nowrap_mgja0_1x2vu_267",
29
+ "mode-switch": "awsui_mode-switch_mgja0_1x2vu_271",
30
+ "dropdown": "awsui_dropdown_mgja0_1x2vu_275",
31
+ "dropdown-content": "awsui_dropdown-content_mgja0_1x2vu_291",
32
+ "start-date-input": "awsui_start-date-input_mgja0_1x2vu_300",
33
+ "start-time-input": "awsui_start-time-input_mgja0_1x2vu_301",
34
+ "end-date-input": "awsui_end-date-input_mgja0_1x2vu_302",
35
+ "end-time-input": "awsui_end-time-input_mgja0_1x2vu_303",
36
+ "validation-section": "awsui_validation-section_mgja0_1x2vu_307",
37
+ "validation-error": "awsui_validation-error_mgja0_1x2vu_311",
38
+ "clear-button": "awsui_clear-button_mgja0_1x2vu_315",
39
+ "apply-button": "awsui_apply-button_mgja0_1x2vu_319",
40
+ "cancel-button": "awsui_cancel-button_mgja0_1x2vu_323",
41
+ "calendar-aria-live": "awsui_calendar-aria-live_mgja0_1x2vu_327"
42
42
  };
43
43