@cloudscape-design/components-themeable 3.0.4 → 3.0.7

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 (126) hide show
  1. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  2. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +31 -31
  3. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  4. package/lib/internal/template/app-layout/toggles/styles.css.js +3 -3
  5. package/lib/internal/template/app-layout/toggles/styles.scoped.css +13 -13
  6. package/lib/internal/template/app-layout/toggles/styles.selectors.js +3 -3
  7. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +59 -59
  8. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +153 -153
  9. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +59 -59
  10. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  11. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +19 -19
  12. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  13. package/lib/internal/template/button/styles.css.js +18 -18
  14. package/lib/internal/template/button/styles.scoped.css +190 -190
  15. package/lib/internal/template/button/styles.selectors.js +18 -18
  16. package/lib/internal/template/checkbox/styles.css.js +3 -3
  17. package/lib/internal/template/checkbox/styles.scoped.css +8 -8
  18. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  19. package/lib/internal/template/code-editor/styles.css.js +33 -33
  20. package/lib/internal/template/code-editor/styles.scoped.css +168 -168
  21. package/lib/internal/template/code-editor/styles.selectors.js +33 -33
  22. package/lib/internal/template/date-picker/styles.css.js +24 -24
  23. package/lib/internal/template/date-picker/styles.scoped.css +45 -45
  24. package/lib/internal/template/date-picker/styles.selectors.js +24 -24
  25. package/lib/internal/template/date-range-picker/calendar/grids/day/styles.css.js +21 -21
  26. package/lib/internal/template/date-range-picker/calendar/grids/day/styles.scoped.css +42 -42
  27. package/lib/internal/template/date-range-picker/calendar/grids/day/styles.selectors.js +21 -21
  28. package/lib/internal/template/date-range-picker/styles.css.js +42 -42
  29. package/lib/internal/template/date-range-picker/styles.scoped.css +53 -53
  30. package/lib/internal/template/date-range-picker/styles.selectors.js +42 -42
  31. package/lib/internal/template/expandable-section/styles.css.js +20 -20
  32. package/lib/internal/template/expandable-section/styles.scoped.css +46 -46
  33. package/lib/internal/template/expandable-section/styles.selectors.js +20 -20
  34. package/lib/internal/template/flashbar/interfaces.d.ts +4 -4
  35. package/lib/internal/template/flashbar/interfaces.js.map +1 -1
  36. package/lib/internal/template/help-panel/styles.css.js +4 -4
  37. package/lib/internal/template/help-panel/styles.scoped.css +62 -62
  38. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  39. package/lib/internal/template/icon/icons.js +1 -1
  40. package/lib/internal/template/icon/interfaces.d.ts +1 -1
  41. package/lib/internal/template/icon/interfaces.d.ts.map +1 -1
  42. package/lib/internal/template/icon/interfaces.js.map +1 -1
  43. package/lib/internal/template/input/styles.css.js +13 -13
  44. package/lib/internal/template/input/styles.scoped.css +39 -39
  45. package/lib/internal/template/input/styles.selectors.js +13 -13
  46. package/lib/internal/template/internal/base-component/styles.scoped.css +22 -18
  47. package/lib/internal/template/internal/components/button-trigger/styles.css.js +9 -9
  48. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +31 -31
  49. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +9 -9
  50. package/lib/internal/template/internal/components/cartesian-chart/styles.css.js +21 -21
  51. package/lib/internal/template/internal/components/cartesian-chart/styles.scoped.css +26 -26
  52. package/lib/internal/template/internal/components/cartesian-chart/styles.selectors.js +21 -21
  53. package/lib/internal/template/internal/components/chart-legend/styles.css.js +7 -7
  54. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +17 -17
  55. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +7 -7
  56. package/lib/internal/template/internal/components/chart-plot/styles.css.js +5 -5
  57. package/lib/internal/template/internal/components/chart-plot/styles.scoped.css +7 -7
  58. package/lib/internal/template/internal/components/chart-plot/styles.selectors.js +5 -5
  59. package/lib/internal/template/internal/components/filtering-token/styles.css.js +7 -7
  60. package/lib/internal/template/internal/components/filtering-token/styles.scoped.css +15 -15
  61. package/lib/internal/template/internal/components/filtering-token/styles.selectors.js +7 -7
  62. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  63. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +15 -15
  64. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  65. package/lib/internal/template/internal/components/selectable-item/styles.css.js +16 -16
  66. package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +29 -29
  67. package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +16 -16
  68. package/lib/internal/template/internal/environment.js +1 -1
  69. package/lib/internal/template/link/styles.css.js +18 -18
  70. package/lib/internal/template/link/styles.scoped.css +73 -73
  71. package/lib/internal/template/link/styles.selectors.js +18 -18
  72. package/lib/internal/template/pagination/styles.css.js +9 -9
  73. package/lib/internal/template/pagination/styles.scoped.css +27 -27
  74. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  75. package/lib/internal/template/popover/styles.css.js +48 -48
  76. package/lib/internal/template/popover/styles.scoped.css +64 -64
  77. package/lib/internal/template/popover/styles.selectors.js +48 -48
  78. package/lib/internal/template/radio-group/styles.css.js +9 -9
  79. package/lib/internal/template/radio-group/styles.scoped.css +18 -18
  80. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  81. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  82. package/lib/internal/template/segmented-control/styles.scoped.css +35 -35
  83. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  84. package/lib/internal/template/side-navigation/styles.css.js +22 -22
  85. package/lib/internal/template/side-navigation/styles.scoped.css +36 -36
  86. package/lib/internal/template/side-navigation/styles.selectors.js +22 -22
  87. package/lib/internal/template/split-panel/styles.css.js +58 -58
  88. package/lib/internal/template/split-panel/styles.scoped.css +82 -82
  89. package/lib/internal/template/split-panel/styles.selectors.js +58 -58
  90. package/lib/internal/template/table/header-cell/styles.css.js +14 -14
  91. package/lib/internal/template/table/header-cell/styles.scoped.css +28 -28
  92. package/lib/internal/template/table/header-cell/styles.selectors.js +14 -14
  93. package/lib/internal/template/table/styles.css.js +32 -32
  94. package/lib/internal/template/table/styles.scoped.css +39 -39
  95. package/lib/internal/template/table/styles.selectors.js +32 -32
  96. package/lib/internal/template/tabs/styles.css.js +21 -21
  97. package/lib/internal/template/tabs/styles.scoped.css +39 -39
  98. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  99. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  100. package/lib/internal/template/tag-editor/styles.scoped.css +14 -14
  101. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  102. package/lib/internal/template/text-content/styles.css.js +1 -1
  103. package/lib/internal/template/text-content/styles.scoped.css +64 -64
  104. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  105. package/lib/internal/template/textarea/styles.css.js +4 -4
  106. package/lib/internal/template/textarea/styles.scoped.css +20 -20
  107. package/lib/internal/template/textarea/styles.selectors.js +4 -4
  108. package/lib/internal/template/toggle/styles.css.js +8 -8
  109. package/lib/internal/template/toggle/styles.scoped.css +16 -16
  110. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  111. package/lib/internal/template/token-group/styles.css.js +7 -7
  112. package/lib/internal/template/token-group/styles.scoped.css +28 -28
  113. package/lib/internal/template/token-group/styles.selectors.js +7 -7
  114. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  115. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +46 -46
  116. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  117. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  118. package/lib/internal/template/top-navigation/styles.scoped.css +72 -72
  119. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  120. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  121. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +32 -32
  122. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  123. package/lib/internal/template/wizard/styles.css.js +31 -31
  124. package/lib/internal/template/wizard/styles.scoped.css +62 -62
  125. package/lib/internal/template/wizard/styles.selectors.js +31 -31
  126. package/package.json +1 -1
@@ -90,12 +90,12 @@ 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_calendar_mgja0_1m9l0_93:not(#\9) {
94
- animation: awsui_awsui-motion-fade-in-0_mgja0_1m9l0_1 135ms ease-out;
95
- animation: awsui_awsui-motion-fade-in-0_mgja0_1m9l0_1 var(--motion-duration-show-quick-tyaalm, 135ms) var(--motion-easing-show-quick-1fcgbv, ease-out);
93
+ .awsui_calendar_mgja0_5d8ai_93:not(#\9) {
94
+ animation: awsui_awsui-motion-fade-in-0_mgja0_5d8ai_1 135ms ease-out;
95
+ animation: awsui_awsui-motion-fade-in-0_mgja0_5d8ai_1 var(--motion-duration-show-quick-tyaalm, 135ms) var(--motion-easing-show-quick-1fcgbv, ease-out);
96
96
  animation-fill-mode: both;
97
97
  }
98
- @keyframes awsui_awsui-motion-fade-in-0_mgja0_1m9l0_1 {
98
+ @keyframes awsui_awsui-motion-fade-in-0_mgja0_5d8ai_1 {
99
99
  from {
100
100
  opacity: 0;
101
101
  }
@@ -104,12 +104,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
104
104
  }
105
105
  }
106
106
  @media (prefers-reduced-motion: reduce) {
107
- .awsui_calendar_mgja0_1m9l0_93:not(#\9) {
107
+ .awsui_calendar_mgja0_5d8ai_93:not(#\9) {
108
108
  animation: none;
109
109
  transition: none;
110
110
  }
111
111
  }
112
- .awsui-motion-disabled .awsui_calendar_mgja0_1m9l0_93:not(#\9), .awsui-mode-entering .awsui_calendar_mgja0_1m9l0_93:not(#\9) {
112
+ .awsui-motion-disabled .awsui_calendar_mgja0_5d8ai_93:not(#\9), .awsui-mode-entering .awsui_calendar_mgja0_5d8ai_93:not(#\9) {
113
113
  animation: none;
114
114
  transition: none;
115
115
  }
@@ -118,7 +118,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
118
118
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
119
119
  SPDX-License-Identifier: Apache-2.0
120
120
  */
121
- .awsui_root_mgja0_1m9l0_120:not(#\9) {
121
+ .awsui_root_mgja0_5d8ai_120:not(#\9) {
122
122
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
123
123
  border-collapse: separate;
124
124
  border-spacing: 0;
@@ -161,35 +161,35 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
161
161
  max-width: 32em;
162
162
  }
163
163
 
164
- .awsui_trigger-wrapper_mgja0_1m9l0_132:not(#\9) {
164
+ .awsui_trigger-wrapper_mgja0_5d8ai_132:not(#\9) {
165
165
  min-width: calc(234px + 2 * 20px);
166
166
  min-width: calc(var(--size-calendar-grid-width-luenzs, 234px) + 2 * var(--space-l-4vl6xu, 20px));
167
167
  }
168
168
 
169
- .awsui_trigger-flexbox_mgja0_1m9l0_136:not(#\9) {
169
+ .awsui_trigger-flexbox_mgja0_5d8ai_136:not(#\9) {
170
170
  display: flex;
171
171
  }
172
172
 
173
- .awsui_preferred-wordbreak_mgja0_1m9l0_140:not(#\9) {
173
+ .awsui_preferred-wordbreak_mgja0_5d8ai_140:not(#\9) {
174
174
  display: inline-block;
175
175
  }
176
176
 
177
- .awsui_calendar_mgja0_1m9l0_93:not(#\9) {
177
+ .awsui_calendar_mgja0_5d8ai_93:not(#\9) {
178
178
  display: block;
179
179
  width: calc(2 * 234px + 8px);
180
180
  width: calc(2 * var(--size-calendar-grid-width-luenzs, 234px) + var(--space-xs-rsr2qu, 8px));
181
181
  }
182
- .awsui_calendar_mgja0_1m9l0_93.awsui_one-grid_mgja0_1m9l0_148:not(#\9) {
182
+ .awsui_calendar_mgja0_5d8ai_93.awsui_one-grid_mgja0_5d8ai_148:not(#\9) {
183
183
  width: 234px;
184
184
  width: var(--size-calendar-grid-width-luenzs, 234px);
185
185
  }
186
- .awsui_calendar-header_mgja0_1m9l0_151:not(#\9) {
186
+ .awsui_calendar-header_mgja0_5d8ai_151:not(#\9) {
187
187
  display: flex;
188
188
  justify-content: space-between;
189
189
  align-items: center;
190
190
  position: relative;
191
191
  }
192
- .awsui_calendar-header-months-wrapper_mgja0_1m9l0_157:not(#\9) {
192
+ .awsui_calendar-header-months-wrapper_mgja0_5d8ai_157:not(#\9) {
193
193
  position: absolute;
194
194
  right: 0;
195
195
  left: 0;
@@ -201,7 +201,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
201
201
  flex: 1;
202
202
  pointer-events: none;
203
203
  }
204
- .awsui_calendar-header-month_mgja0_1m9l0_157:not(#\9) {
204
+ .awsui_calendar-header-month_mgja0_5d8ai_157:not(#\9) {
205
205
  font-size: 14px;
206
206
  font-size: var(--font-body-m-size-sregvd, 14px);
207
207
  line-height: 22px;
@@ -212,17 +212,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
212
212
  display: flex;
213
213
  pointer-events: auto;
214
214
  }
215
- .awsui_calendar-next-month-btn_mgja0_1m9l0_177:not(#\9) {
215
+ .awsui_calendar-next-month-btn_mgja0_5d8ai_177:not(#\9) {
216
216
  /* used for identifying element */
217
217
  }
218
- .awsui_calendar-prev-month-btn_mgja0_1m9l0_180:not(#\9) {
218
+ .awsui_calendar-prev-month-btn_mgja0_5d8ai_180:not(#\9) {
219
219
  /* used for identifying element */
220
220
  }
221
- .awsui_calendar-day-names_mgja0_1m9l0_183:not(#\9) {
221
+ .awsui_calendar-day-names_mgja0_5d8ai_183:not(#\9) {
222
222
  display: flex;
223
223
  justify-content: stretch;
224
224
  }
225
- .awsui_calendar-day-name_mgja0_1m9l0_183:not(#\9) {
225
+ .awsui_calendar-day-name_mgja0_5d8ai_183:not(#\9) {
226
226
  flex: 1 1 0%;
227
227
  width: 0;
228
228
  word-break: break-word;
@@ -238,35 +238,35 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
238
238
  letter-spacing: normal;
239
239
  letter-spacing: var(--font-body-s-letter-spacing-p88gax, normal);
240
240
  }
241
- .awsui_calendar-week_mgja0_1m9l0_198:not(#\9) {
241
+ .awsui_calendar-week_mgja0_5d8ai_198:not(#\9) {
242
242
  display: flex;
243
243
  justify-content: stretch;
244
244
  }
245
245
 
246
- .awsui_first-grid_mgja0_1m9l0_203:not(#\9),
247
- .awsui_second-grid_mgja0_1m9l0_204:not(#\9) {
246
+ .awsui_first-grid_mgja0_5d8ai_203:not(#\9),
247
+ .awsui_second-grid_mgja0_5d8ai_204:not(#\9) {
248
248
  /* used in test-utils */
249
249
  }
250
250
 
251
- .awsui_grid_mgja0_1m9l0_208:not(#\9) {
251
+ .awsui_grid_mgja0_5d8ai_208:not(#\9) {
252
252
  width: 234px;
253
253
  width: var(--size-calendar-grid-width-luenzs, 234px);
254
254
  }
255
255
 
256
- .awsui_date-and-time-wrapper_mgja0_1m9l0_212:not(#\9) {
256
+ .awsui_date-and-time-wrapper_mgja0_5d8ai_212:not(#\9) {
257
257
  display: flex;
258
258
  width: 234px;
259
259
  width: var(--size-calendar-grid-width-luenzs, 234px);
260
260
  }
261
- .awsui_date-and-time-wrapper__date_mgja0_1m9l0_216:not(#\9) {
261
+ .awsui_date-and-time-wrapper__date_mgja0_5d8ai_216:not(#\9) {
262
262
  margin-right: 8px;
263
263
  margin-right: var(--space-xs-rsr2qu, 8px);
264
264
  }
265
- .awsui_date-and-time-wrapper_mgja0_1m9l0_212 > .awsui_date-and-time-wrapper__time_mgja0_1m9l0_219:not(#\9), .awsui_date-and-time-wrapper_mgja0_1m9l0_212 > .awsui_date-and-time-wrapper__date_mgja0_1m9l0_216:not(#\9) {
265
+ .awsui_date-and-time-wrapper_mgja0_5d8ai_212 > .awsui_date-and-time-wrapper__time_mgja0_5d8ai_219:not(#\9), .awsui_date-and-time-wrapper_mgja0_5d8ai_212 > .awsui_date-and-time-wrapper__date_mgja0_5d8ai_216:not(#\9) {
266
266
  flex-grow: 1;
267
267
  }
268
268
 
269
- .awsui_date-and-time-constrainttext_mgja0_1m9l0_223:not(#\9) {
269
+ .awsui_date-and-time-constrainttext_mgja0_5d8ai_223:not(#\9) {
270
270
  color: #687078;
271
271
  color: var(--color-text-form-secondary-1c3szk, #687078);
272
272
  font-size: 12px;
@@ -277,7 +277,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
277
277
  letter-spacing: var(--font-body-s-letter-spacing-p88gax, normal);
278
278
  }
279
279
 
280
- .awsui_footer_mgja0_1m9l0_230:not(#\9) {
280
+ .awsui_footer_mgja0_5d8ai_230:not(#\9) {
281
281
  display: flex;
282
282
  flex-wrap: wrap;
283
283
  justify-content: flex-end;
@@ -286,49 +286,49 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
286
286
  padding: 0 20px 12px;
287
287
  padding: 0 var(--space-l-4vl6xu, 20px) var(--space-s-hv8c1d, 12px);
288
288
  }
289
- .awsui_footer_mgja0_1m9l0_230.awsui_has-clear-button_mgja0_1m9l0_237:not(#\9) {
289
+ .awsui_footer_mgja0_5d8ai_230.awsui_has-clear-button_mgja0_5d8ai_237:not(#\9) {
290
290
  justify-content: space-between;
291
291
  }
292
- .awsui_footer_mgja0_1m9l0_230.awsui_one-grid_mgja0_1m9l0_148:not(#\9) {
292
+ .awsui_footer_mgja0_5d8ai_230.awsui_one-grid_mgja0_5d8ai_148:not(#\9) {
293
293
  padding: 0 8px 12px;
294
294
  padding: 0 var(--space-xs-rsr2qu, 8px) var(--space-s-hv8c1d, 12px);
295
295
  }
296
296
 
297
- .awsui_footer-button-wrapper_mgja0_1m9l0_244:not(#\9) {
297
+ .awsui_footer-button-wrapper_mgja0_5d8ai_244:not(#\9) {
298
298
  padding-top: 12px;
299
299
  padding-top: var(--space-s-hv8c1d, 12px);
300
300
  }
301
301
 
302
- .awsui_icon-wrapper_mgja0_1m9l0_248:not(#\9) {
302
+ .awsui_icon-wrapper_mgja0_5d8ai_248:not(#\9) {
303
303
  color: #545b64;
304
304
  color: var(--color-text-interactive-default-9me1cm, #545b64);
305
305
  margin-right: 8px;
306
306
  margin-right: var(--space-xs-rsr2qu, 8px);
307
307
  }
308
308
 
309
- .awsui_label_mgja0_1m9l0_253:not(#\9) {
309
+ .awsui_label_mgja0_5d8ai_253:not(#\9) {
310
310
  -webkit-user-select: text;
311
311
  -ms-user-select: text;
312
312
  user-select: text;
313
313
  cursor: default;
314
314
  }
315
315
 
316
- .awsui_label_mgja0_1m9l0_253.awsui_label-enabled_mgja0_1m9l0_258:not(#\9):hover > .awsui_trigger-flexbox_mgja0_1m9l0_136 > .awsui_icon-wrapper_mgja0_1m9l0_248 {
316
+ .awsui_label_mgja0_5d8ai_253.awsui_label-enabled_mgja0_5d8ai_258:not(#\9):hover > .awsui_trigger-flexbox_mgja0_5d8ai_136 > .awsui_icon-wrapper_mgja0_5d8ai_248 {
317
317
  color: #16191f;
318
318
  color: var(--color-text-interactive-hover-79wpl9, #16191f);
319
319
  }
320
320
 
321
- .awsui_label-text_mgja0_1m9l0_262:not(#\9) {
321
+ .awsui_label-text_mgja0_5d8ai_262:not(#\9) {
322
322
  color: #687078;
323
323
  color: var(--color-text-input-placeholder-rtvjp5, #687078);
324
324
  font-style: italic;
325
325
  }
326
326
 
327
- .awsui_mode-switch_mgja0_1m9l0_267:not(#\9) {
327
+ .awsui_mode-switch_mgja0_5d8ai_267:not(#\9) {
328
328
  /* used in test-utils */
329
329
  }
330
330
 
331
- .awsui_dropdown_mgja0_1m9l0_271:not(#\9) {
331
+ .awsui_dropdown_mgja0_5d8ai_271:not(#\9) {
332
332
  overflow: auto;
333
333
  border-top: 1px solid #eaeded;
334
334
  border-top: 1px solid var(--color-border-container-top-1itxac, #eaeded);
@@ -337,19 +337,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
337
337
  border-radius: 0px;
338
338
  border-radius: var(--border-dropdown-radius-wpmgp8, 0px);
339
339
  }
340
- .awsui_dropdown_mgja0_1m9l0_271:not(#\9):focus {
340
+ .awsui_dropdown_mgja0_5d8ai_271:not(#\9):focus {
341
341
  outline: none;
342
342
  }
343
- .awsui_dropdown_mgja0_1m9l0_271[data-awsui-focus-visible=true]:not(#\9):focus {
343
+ .awsui_dropdown_mgja0_5d8ai_271[data-awsui-focus-visible=true]:not(#\9):focus {
344
344
  outline: 2px dotted transparent;
345
345
  outline-offset: 2px;
346
346
  border-radius: 0px;
347
347
  border-radius: var(--border-container-radius-gcr27z, 0px);
348
- box-shadow: 0 0 0 2px #00a1c9;
349
- box-shadow: 0 0 0 2px var(--color-border-item-focused-bs10w5, #00a1c9);
348
+ box-shadow: 0 0 0 2px #0073bb;
349
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
350
350
  }
351
351
 
352
- .awsui_dropdown-content_mgja0_1m9l0_287:not(#\9) {
352
+ .awsui_dropdown-content_mgja0_5d8ai_287:not(#\9) {
353
353
  -webkit-user-select: text;
354
354
  -ms-user-select: text;
355
355
  user-select: text;
@@ -358,38 +358,38 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
358
358
  width: calc(2 * 234px + 8px + 2 * 20px);
359
359
  width: calc(2 * var(--size-calendar-grid-width-luenzs, 234px) + var(--space-xs-rsr2qu, 8px) + 2 * var(--space-l-4vl6xu, 20px));
360
360
  }
361
- .awsui_dropdown-content_mgja0_1m9l0_287.awsui_one-grid_mgja0_1m9l0_148:not(#\9) {
361
+ .awsui_dropdown-content_mgja0_5d8ai_287.awsui_one-grid_mgja0_5d8ai_148:not(#\9) {
362
362
  width: calc(234px + 2 * 20px);
363
363
  width: calc(var(--size-calendar-grid-width-luenzs, 234px) + 2 * var(--space-l-4vl6xu, 20px));
364
364
  }
365
365
 
366
- .awsui_start-date-input_mgja0_1m9l0_296:not(#\9),
367
- .awsui_start-time-input_mgja0_1m9l0_297:not(#\9),
368
- .awsui_end-date-input_mgja0_1m9l0_298:not(#\9),
369
- .awsui_end-time-input_mgja0_1m9l0_299:not(#\9) {
366
+ .awsui_start-date-input_mgja0_5d8ai_296:not(#\9),
367
+ .awsui_start-time-input_mgja0_5d8ai_297:not(#\9),
368
+ .awsui_end-date-input_mgja0_5d8ai_298:not(#\9),
369
+ .awsui_end-time-input_mgja0_5d8ai_299:not(#\9) {
370
370
  /* used in test-utils */
371
371
  }
372
372
 
373
- .awsui_validation-section_mgja0_1m9l0_303:not(#\9) {
373
+ .awsui_validation-section_mgja0_5d8ai_303:not(#\9) {
374
374
  /* used in test-utils */
375
375
  }
376
376
 
377
- .awsui_validation-error_mgja0_1m9l0_307:not(#\9) {
377
+ .awsui_validation-error_mgja0_5d8ai_307:not(#\9) {
378
378
  /* used in test-utils */
379
379
  }
380
380
 
381
- .awsui_clear-button_mgja0_1m9l0_311:not(#\9) {
381
+ .awsui_clear-button_mgja0_5d8ai_311:not(#\9) {
382
382
  /* used in test-utils */
383
383
  }
384
384
 
385
- .awsui_apply-button_mgja0_1m9l0_315:not(#\9) {
385
+ .awsui_apply-button_mgja0_5d8ai_315:not(#\9) {
386
386
  /* used in test-utils */
387
387
  }
388
388
 
389
- .awsui_cancel-button_mgja0_1m9l0_319:not(#\9) {
389
+ .awsui_cancel-button_mgja0_5d8ai_319:not(#\9) {
390
390
  /* used in test-utils */
391
391
  }
392
392
 
393
- .awsui_calendar-aria-live_mgja0_1m9l0_323:not(#\9) {
393
+ .awsui_calendar-aria-live_mgja0_5d8ai_323:not(#\9) {
394
394
  /* used in test-utils */
395
395
  }
@@ -2,47 +2,47 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "calendar": "awsui_calendar_mgja0_1m9l0_93",
6
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_mgja0_1m9l0_1",
7
- "root": "awsui_root_mgja0_1m9l0_120",
8
- "trigger-wrapper": "awsui_trigger-wrapper_mgja0_1m9l0_132",
9
- "trigger-flexbox": "awsui_trigger-flexbox_mgja0_1m9l0_136",
10
- "preferred-wordbreak": "awsui_preferred-wordbreak_mgja0_1m9l0_140",
11
- "one-grid": "awsui_one-grid_mgja0_1m9l0_148",
12
- "calendar-header": "awsui_calendar-header_mgja0_1m9l0_151",
13
- "calendar-header-months-wrapper": "awsui_calendar-header-months-wrapper_mgja0_1m9l0_157",
14
- "calendar-header-month": "awsui_calendar-header-month_mgja0_1m9l0_157",
15
- "calendar-next-month-btn": "awsui_calendar-next-month-btn_mgja0_1m9l0_177",
16
- "calendar-prev-month-btn": "awsui_calendar-prev-month-btn_mgja0_1m9l0_180",
17
- "calendar-day-names": "awsui_calendar-day-names_mgja0_1m9l0_183",
18
- "calendar-day-name": "awsui_calendar-day-name_mgja0_1m9l0_183",
19
- "calendar-week": "awsui_calendar-week_mgja0_1m9l0_198",
20
- "first-grid": "awsui_first-grid_mgja0_1m9l0_203",
21
- "second-grid": "awsui_second-grid_mgja0_1m9l0_204",
22
- "grid": "awsui_grid_mgja0_1m9l0_208",
23
- "date-and-time-wrapper": "awsui_date-and-time-wrapper_mgja0_1m9l0_212",
24
- "date-and-time-wrapper__date": "awsui_date-and-time-wrapper__date_mgja0_1m9l0_216",
25
- "date-and-time-wrapper__time": "awsui_date-and-time-wrapper__time_mgja0_1m9l0_219",
26
- "date-and-time-constrainttext": "awsui_date-and-time-constrainttext_mgja0_1m9l0_223",
27
- "footer": "awsui_footer_mgja0_1m9l0_230",
28
- "has-clear-button": "awsui_has-clear-button_mgja0_1m9l0_237",
29
- "footer-button-wrapper": "awsui_footer-button-wrapper_mgja0_1m9l0_244",
30
- "icon-wrapper": "awsui_icon-wrapper_mgja0_1m9l0_248",
31
- "label": "awsui_label_mgja0_1m9l0_253",
32
- "label-enabled": "awsui_label-enabled_mgja0_1m9l0_258",
33
- "label-text": "awsui_label-text_mgja0_1m9l0_262",
34
- "mode-switch": "awsui_mode-switch_mgja0_1m9l0_267",
35
- "dropdown": "awsui_dropdown_mgja0_1m9l0_271",
36
- "dropdown-content": "awsui_dropdown-content_mgja0_1m9l0_287",
37
- "start-date-input": "awsui_start-date-input_mgja0_1m9l0_296",
38
- "start-time-input": "awsui_start-time-input_mgja0_1m9l0_297",
39
- "end-date-input": "awsui_end-date-input_mgja0_1m9l0_298",
40
- "end-time-input": "awsui_end-time-input_mgja0_1m9l0_299",
41
- "validation-section": "awsui_validation-section_mgja0_1m9l0_303",
42
- "validation-error": "awsui_validation-error_mgja0_1m9l0_307",
43
- "clear-button": "awsui_clear-button_mgja0_1m9l0_311",
44
- "apply-button": "awsui_apply-button_mgja0_1m9l0_315",
45
- "cancel-button": "awsui_cancel-button_mgja0_1m9l0_319",
46
- "calendar-aria-live": "awsui_calendar-aria-live_mgja0_1m9l0_323"
5
+ "calendar": "awsui_calendar_mgja0_5d8ai_93",
6
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_mgja0_5d8ai_1",
7
+ "root": "awsui_root_mgja0_5d8ai_120",
8
+ "trigger-wrapper": "awsui_trigger-wrapper_mgja0_5d8ai_132",
9
+ "trigger-flexbox": "awsui_trigger-flexbox_mgja0_5d8ai_136",
10
+ "preferred-wordbreak": "awsui_preferred-wordbreak_mgja0_5d8ai_140",
11
+ "one-grid": "awsui_one-grid_mgja0_5d8ai_148",
12
+ "calendar-header": "awsui_calendar-header_mgja0_5d8ai_151",
13
+ "calendar-header-months-wrapper": "awsui_calendar-header-months-wrapper_mgja0_5d8ai_157",
14
+ "calendar-header-month": "awsui_calendar-header-month_mgja0_5d8ai_157",
15
+ "calendar-next-month-btn": "awsui_calendar-next-month-btn_mgja0_5d8ai_177",
16
+ "calendar-prev-month-btn": "awsui_calendar-prev-month-btn_mgja0_5d8ai_180",
17
+ "calendar-day-names": "awsui_calendar-day-names_mgja0_5d8ai_183",
18
+ "calendar-day-name": "awsui_calendar-day-name_mgja0_5d8ai_183",
19
+ "calendar-week": "awsui_calendar-week_mgja0_5d8ai_198",
20
+ "first-grid": "awsui_first-grid_mgja0_5d8ai_203",
21
+ "second-grid": "awsui_second-grid_mgja0_5d8ai_204",
22
+ "grid": "awsui_grid_mgja0_5d8ai_208",
23
+ "date-and-time-wrapper": "awsui_date-and-time-wrapper_mgja0_5d8ai_212",
24
+ "date-and-time-wrapper__date": "awsui_date-and-time-wrapper__date_mgja0_5d8ai_216",
25
+ "date-and-time-wrapper__time": "awsui_date-and-time-wrapper__time_mgja0_5d8ai_219",
26
+ "date-and-time-constrainttext": "awsui_date-and-time-constrainttext_mgja0_5d8ai_223",
27
+ "footer": "awsui_footer_mgja0_5d8ai_230",
28
+ "has-clear-button": "awsui_has-clear-button_mgja0_5d8ai_237",
29
+ "footer-button-wrapper": "awsui_footer-button-wrapper_mgja0_5d8ai_244",
30
+ "icon-wrapper": "awsui_icon-wrapper_mgja0_5d8ai_248",
31
+ "label": "awsui_label_mgja0_5d8ai_253",
32
+ "label-enabled": "awsui_label-enabled_mgja0_5d8ai_258",
33
+ "label-text": "awsui_label-text_mgja0_5d8ai_262",
34
+ "mode-switch": "awsui_mode-switch_mgja0_5d8ai_267",
35
+ "dropdown": "awsui_dropdown_mgja0_5d8ai_271",
36
+ "dropdown-content": "awsui_dropdown-content_mgja0_5d8ai_287",
37
+ "start-date-input": "awsui_start-date-input_mgja0_5d8ai_296",
38
+ "start-time-input": "awsui_start-time-input_mgja0_5d8ai_297",
39
+ "end-date-input": "awsui_end-date-input_mgja0_5d8ai_298",
40
+ "end-time-input": "awsui_end-time-input_mgja0_5d8ai_299",
41
+ "validation-section": "awsui_validation-section_mgja0_5d8ai_303",
42
+ "validation-error": "awsui_validation-error_mgja0_5d8ai_307",
43
+ "clear-button": "awsui_clear-button_mgja0_5d8ai_311",
44
+ "apply-button": "awsui_apply-button_mgja0_5d8ai_315",
45
+ "cancel-button": "awsui_cancel-button_mgja0_5d8ai_319",
46
+ "calendar-aria-live": "awsui_calendar-aria-live_mgja0_5d8ai_323"
47
47
  };
48
48
 
@@ -1,25 +1,25 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "content-enter": "awsui_content-enter_gwq0h_17r2p_97",
5
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_17r2p_1",
6
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_17r2p_119",
7
- "icon": "awsui_icon_gwq0h_17r2p_133",
8
- "root": "awsui_root_gwq0h_17r2p_151",
9
- "expanded": "awsui_expanded_gwq0h_17r2p_169",
10
- "icon-container": "awsui_icon-container_gwq0h_17r2p_173",
11
- "trigger": "awsui_trigger_gwq0h_17r2p_119",
12
- "trigger-default": "awsui_trigger-default_gwq0h_17r2p_188",
13
- "trigger-footer": "awsui_trigger-footer_gwq0h_17r2p_191",
14
- "trigger-navigation": "awsui_trigger-navigation_gwq0h_17r2p_197",
15
- "trigger-container": "awsui_trigger-container_gwq0h_17r2p_209",
16
- "header": "awsui_header_gwq0h_17r2p_219",
17
- "header-container": "awsui_header-container_gwq0h_17r2p_222",
18
- "header-navigation": "awsui_header-navigation_gwq0h_17r2p_229",
19
- "content": "awsui_content_gwq0h_17r2p_97",
20
- "content-default": "awsui_content-default_gwq0h_17r2p_265",
21
- "content-footer": "awsui_content-footer_gwq0h_17r2p_268",
22
- "content-expanded": "awsui_content-expanded_gwq0h_17r2p_271",
23
- "focusable": "awsui_focusable_gwq0h_17r2p_275"
4
+ "content-enter": "awsui_content-enter_gwq0h_w4zz2_97",
5
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_w4zz2_1",
6
+ "trigger-expanded": "awsui_trigger-expanded_gwq0h_w4zz2_119",
7
+ "icon": "awsui_icon_gwq0h_w4zz2_133",
8
+ "root": "awsui_root_gwq0h_w4zz2_151",
9
+ "expanded": "awsui_expanded_gwq0h_w4zz2_169",
10
+ "icon-container": "awsui_icon-container_gwq0h_w4zz2_173",
11
+ "trigger": "awsui_trigger_gwq0h_w4zz2_119",
12
+ "trigger-default": "awsui_trigger-default_gwq0h_w4zz2_188",
13
+ "trigger-footer": "awsui_trigger-footer_gwq0h_w4zz2_191",
14
+ "trigger-navigation": "awsui_trigger-navigation_gwq0h_w4zz2_197",
15
+ "trigger-container": "awsui_trigger-container_gwq0h_w4zz2_209",
16
+ "header": "awsui_header_gwq0h_w4zz2_219",
17
+ "header-container": "awsui_header-container_gwq0h_w4zz2_222",
18
+ "header-navigation": "awsui_header-navigation_gwq0h_w4zz2_229",
19
+ "content": "awsui_content_gwq0h_w4zz2_97",
20
+ "content-default": "awsui_content-default_gwq0h_w4zz2_265",
21
+ "content-footer": "awsui_content-footer_gwq0h_w4zz2_268",
22
+ "content-expanded": "awsui_content-expanded_gwq0h_w4zz2_271",
23
+ "focusable": "awsui_focusable_gwq0h_w4zz2_275"
24
24
  };
25
25