@cloudscape-design/components 3.0.18 → 3.0.21

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 (120) hide show
  1. package/annotation-context/annotation/styles.css.js +24 -24
  2. package/annotation-context/annotation/styles.scoped.css +30 -30
  3. package/annotation-context/annotation/styles.selectors.js +24 -24
  4. package/app-layout/toggles/styles.css.js +3 -3
  5. package/app-layout/toggles/styles.scoped.css +12 -12
  6. package/app-layout/toggles/styles.selectors.js +3 -3
  7. package/app-layout/visual-refresh/styles.css.js +59 -59
  8. package/app-layout/visual-refresh/styles.scoped.css +152 -152
  9. package/app-layout/visual-refresh/styles.selectors.js +59 -59
  10. package/breadcrumb-group/item/styles.css.js +7 -7
  11. package/breadcrumb-group/item/styles.scoped.css +16 -16
  12. package/breadcrumb-group/item/styles.selectors.js +7 -7
  13. package/button/styles.css.js +18 -18
  14. package/button/styles.scoped.css +163 -163
  15. package/button/styles.selectors.js +18 -18
  16. package/checkbox/styles.css.js +3 -3
  17. package/checkbox/styles.scoped.css +7 -7
  18. package/checkbox/styles.selectors.js +3 -3
  19. package/code-editor/styles.css.js +33 -33
  20. package/code-editor/styles.scoped.css +115 -115
  21. package/code-editor/styles.selectors.js +33 -33
  22. package/date-picker/styles.css.js +24 -24
  23. package/date-picker/styles.scoped.css +42 -42
  24. package/date-picker/styles.selectors.js +24 -24
  25. package/date-range-picker/calendar/grids/day/styles.css.js +21 -21
  26. package/date-range-picker/calendar/grids/day/styles.scoped.css +40 -40
  27. package/date-range-picker/calendar/grids/day/styles.selectors.js +21 -21
  28. package/expandable-section/styles.css.js +20 -20
  29. package/expandable-section/styles.scoped.css +42 -42
  30. package/expandable-section/styles.selectors.js +20 -20
  31. package/help-panel/styles.css.js +4 -4
  32. package/help-panel/styles.scoped.css +59 -59
  33. package/help-panel/styles.selectors.js +4 -4
  34. package/input/styles.css.js +13 -13
  35. package/input/styles.scoped.css +35 -35
  36. package/input/styles.selectors.js +13 -13
  37. package/internal/base-component/styles.scoped.css +6 -4
  38. package/internal/components/button-trigger/styles.css.js +9 -9
  39. package/internal/components/button-trigger/styles.scoped.css +26 -26
  40. package/internal/components/button-trigger/styles.selectors.js +9 -9
  41. package/internal/components/chart-legend/styles.css.js +7 -7
  42. package/internal/components/chart-legend/styles.scoped.css +16 -16
  43. package/internal/components/chart-legend/styles.selectors.js +7 -7
  44. package/internal/components/filtering-token/styles.css.js +7 -7
  45. package/internal/components/filtering-token/styles.scoped.css +15 -15
  46. package/internal/components/filtering-token/styles.selectors.js +7 -7
  47. package/internal/components/menu-dropdown/styles.css.js +7 -7
  48. package/internal/components/menu-dropdown/styles.scoped.css +14 -14
  49. package/internal/components/menu-dropdown/styles.selectors.js +7 -7
  50. package/internal/environment.js +1 -1
  51. package/internal/generated/theming/index.cjs +21 -15
  52. package/internal/generated/theming/index.js +21 -15
  53. package/link/styles.css.js +18 -18
  54. package/link/styles.scoped.css +70 -70
  55. package/link/styles.selectors.js +18 -18
  56. package/package.json +1 -1
  57. package/pagination/styles.css.js +9 -9
  58. package/pagination/styles.scoped.css +24 -24
  59. package/pagination/styles.selectors.js +9 -9
  60. package/popover/styles.css.js +48 -48
  61. package/popover/styles.scoped.css +63 -63
  62. package/popover/styles.selectors.js +48 -48
  63. package/property-filter/controller.d.ts +1 -1
  64. package/property-filter/controller.d.ts.map +1 -1
  65. package/property-filter/controller.js +16 -26
  66. package/property-filter/controller.js.map +1 -1
  67. package/property-filter/interfaces.d.ts +1 -1
  68. package/property-filter/interfaces.js.map +1 -1
  69. package/property-filter/utils.d.ts +7 -0
  70. package/property-filter/utils.d.ts.map +1 -0
  71. package/property-filter/utils.js +62 -0
  72. package/property-filter/utils.js.map +1 -0
  73. package/radio-group/styles.css.js +9 -9
  74. package/radio-group/styles.scoped.css +17 -17
  75. package/radio-group/styles.selectors.js +9 -9
  76. package/segmented-control/styles.css.js +14 -14
  77. package/segmented-control/styles.scoped.css +34 -34
  78. package/segmented-control/styles.selectors.js +14 -14
  79. package/side-navigation/styles.css.js +22 -22
  80. package/side-navigation/styles.scoped.css +33 -33
  81. package/side-navigation/styles.selectors.js +22 -22
  82. package/split-panel/styles.css.js +58 -58
  83. package/split-panel/styles.scoped.css +81 -81
  84. package/split-panel/styles.selectors.js +58 -58
  85. package/table/header-cell/styles.css.js +14 -14
  86. package/table/header-cell/styles.scoped.css +26 -26
  87. package/table/header-cell/styles.selectors.js +14 -14
  88. package/tabs/styles.css.js +21 -21
  89. package/tabs/styles.scoped.css +38 -38
  90. package/tabs/styles.selectors.js +21 -21
  91. package/tag-editor/styles.css.js +3 -3
  92. package/tag-editor/styles.scoped.css +11 -11
  93. package/tag-editor/styles.selectors.js +3 -3
  94. package/text-content/styles.css.js +1 -1
  95. package/text-content/styles.scoped.css +61 -61
  96. package/text-content/styles.selectors.js +1 -1
  97. package/textarea/styles.css.js +4 -4
  98. package/textarea/styles.scoped.css +14 -14
  99. package/textarea/styles.selectors.js +4 -4
  100. package/tiles/styles.css.js +28 -28
  101. package/tiles/styles.scoped.css +69 -69
  102. package/tiles/styles.selectors.js +28 -28
  103. package/toggle/styles.css.js +8 -8
  104. package/toggle/styles.scoped.css +15 -15
  105. package/toggle/styles.selectors.js +8 -8
  106. package/token-group/styles.css.js +7 -7
  107. package/token-group/styles.scoped.css +25 -25
  108. package/token-group/styles.selectors.js +7 -7
  109. package/top-navigation/1.0-beta/styles.css.js +25 -25
  110. package/top-navigation/1.0-beta/styles.scoped.css +43 -43
  111. package/top-navigation/1.0-beta/styles.selectors.js +25 -25
  112. package/top-navigation/styles.css.js +47 -47
  113. package/top-navigation/styles.scoped.css +68 -68
  114. package/top-navigation/styles.selectors.js +47 -47
  115. package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  116. package/tutorial-panel/components/tutorial-list/styles.scoped.css +29 -29
  117. package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  118. package/wizard/styles.css.js +31 -31
  119. package/wizard/styles.scoped.css +59 -59
  120. package/wizard/styles.selectors.js +31 -31
@@ -90,7 +90,7 @@ 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_day_vci2l_fryuu_93:not(#\9) {
93
+ .awsui_day_vci2l_19xqz_93:not(#\9) {
94
94
  flex: 1 1 0%;
95
95
  width: 0;
96
96
  word-break: break-word;
@@ -105,10 +105,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
105
105
  color: var(--color-text-dropdown-item-disabled-varol7, #9ba7b6);
106
106
  position: relative;
107
107
  }
108
- .awsui_day_vci2l_fryuu_93:not(#\9):focus {
108
+ .awsui_day_vci2l_19xqz_93:not(#\9):focus {
109
109
  outline: none;
110
110
  }
111
- .awsui_day_vci2l_fryuu_93:not(#\9)::after {
111
+ .awsui_day_vci2l_19xqz_93:not(#\9)::after {
112
112
  content: "";
113
113
  position: absolute;
114
114
  z-index: 1;
@@ -120,20 +120,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
120
120
  right: calc(-1 * var(--border-item-width-qbbbsa, 2px));
121
121
  background-color: transparent;
122
122
  }
123
- .awsui_day_vci2l_fryuu_93 > .awsui_day-inner_vci2l_fryuu_117:not(#\9) {
123
+ .awsui_day_vci2l_19xqz_93 > .awsui_day-inner_vci2l_19xqz_117:not(#\9) {
124
124
  position: relative;
125
125
  z-index: 1;
126
126
  }
127
- .awsui_day_vci2l_fryuu_93[data-awsui-focus-visible=true]:not(#\9):focus {
127
+ .awsui_day_vci2l_19xqz_93[data-awsui-focus-visible=true]:not(#\9):focus {
128
128
  z-index: 2;
129
129
  position: relative;
130
130
  }
131
- .awsui_day_vci2l_fryuu_93[data-awsui-focus-visible=true]:not(#\9):focus {
131
+ .awsui_day_vci2l_19xqz_93[data-awsui-focus-visible=true]:not(#\9):focus {
132
132
  outline: 2px dotted transparent;
133
133
  outline-offset: calc(-5px - 1px);
134
134
  outline-offset: calc(var(--space-calendar-grid-focus-outline-gutter-v3dwvl, -5px) - 1px);
135
135
  }
136
- .awsui_day_vci2l_fryuu_93[data-awsui-focus-visible=true]:not(#\9):focus::before {
136
+ .awsui_day_vci2l_19xqz_93[data-awsui-focus-visible=true]:not(#\9):focus::before {
137
137
  content: " ";
138
138
  display: block;
139
139
  position: absolute;
@@ -146,75 +146,75 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
146
146
  height: calc(100% + 2 * -5px);
147
147
  height: calc(100% + 2 * var(--space-calendar-grid-focus-outline-gutter-v3dwvl, -5px));
148
148
  border-radius: 3px;
149
- border-radius: var(--border-radius-calendar-day-focused-4la5vv, 3px);
149
+ border-radius: var(--border-radius-calendar-day-focus-ring-a8mlqd, 3px);
150
150
  box-shadow: 0 0 0 2px #0972d3;
151
151
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
152
152
  }
153
153
 
154
- .awsui_in-first-row_vci2l_fryuu_141:not(#\9):not(.awsui_in-previous-month_vci2l_fryuu_141) {
154
+ .awsui_in-first-row_vci2l_19xqz_141:not(#\9):not(.awsui_in-previous-month_vci2l_19xqz_141) {
155
155
  border-top: 1px solid transparent;
156
156
  border-top: 1px solid var(--color-border-calendar-grid-sshunw, transparent);
157
157
  }
158
158
 
159
- .awsui_in-previous-month_vci2l_fryuu_141:not(#\9):not(.awsui_last-day-of-month_vci2l_fryuu_145) {
159
+ .awsui_in-previous-month_vci2l_19xqz_141:not(#\9):not(.awsui_last-day-of-month_vci2l_19xqz_145) {
160
160
  border-right-color: transparent;
161
161
  }
162
162
 
163
- .awsui_in-next-month_vci2l_fryuu_149:not(#\9) {
163
+ .awsui_in-next-month_vci2l_19xqz_149:not(#\9) {
164
164
  border-color: transparent;
165
165
  }
166
166
 
167
- .awsui_in-first-column_vci2l_fryuu_153:not(#\9) {
167
+ .awsui_in-first-column_vci2l_19xqz_153:not(#\9) {
168
168
  border-left: 1px solid transparent;
169
169
  }
170
- .awsui_in-first-column_vci2l_fryuu_153.awsui_in-current-month_vci2l_fryuu_156:not(#\9) {
170
+ .awsui_in-first-column_vci2l_19xqz_153.awsui_in-current-month_vci2l_19xqz_156:not(#\9) {
171
171
  border-left: 1px solid transparent;
172
172
  border-left: 1px solid var(--color-border-calendar-grid-sshunw, transparent);
173
173
  }
174
174
 
175
- .awsui_enabled_vci2l_fryuu_160:not(#\9) {
175
+ .awsui_enabled_vci2l_19xqz_160:not(#\9) {
176
176
  cursor: pointer;
177
177
  }
178
- .awsui_enabled_vci2l_fryuu_160.awsui_in-current-month_vci2l_fryuu_156:not(#\9) {
178
+ .awsui_enabled_vci2l_19xqz_160.awsui_in-current-month_vci2l_19xqz_156:not(#\9) {
179
179
  color: #000716;
180
180
  color: var(--color-text-dropdown-item-default-7tg9p2, #000716);
181
181
  }
182
- .awsui_enabled_vci2l_fryuu_160.awsui_in-current-month_vci2l_fryuu_156:not(#\9):not(.awsui_in-range_vci2l_fryuu_166), .awsui_enabled_vci2l_fryuu_160.awsui_in-current-month_vci2l_fryuu_156:not(#\9):not(.awsui_in-range_vci2l_fryuu_166)::after, .awsui_enabled_vci2l_fryuu_160.awsui_in-current-month_vci2l_fryuu_156.awsui_end-date_vci2l_fryuu_166.awsui_start-date_vci2l_fryuu_166:not(#\9), .awsui_enabled_vci2l_fryuu_160.awsui_in-current-month_vci2l_fryuu_156.awsui_end-date_vci2l_fryuu_166.awsui_start-date_vci2l_fryuu_166:not(#\9)::after, .awsui_enabled_vci2l_fryuu_160.awsui_in-current-month_vci2l_fryuu_156.awsui_no-range_vci2l_fryuu_166:not(#\9), .awsui_enabled_vci2l_fryuu_160.awsui_in-current-month_vci2l_fryuu_156.awsui_no-range_vci2l_fryuu_166:not(#\9)::after {
182
+ .awsui_enabled_vci2l_19xqz_160.awsui_in-current-month_vci2l_19xqz_156:not(#\9):not(.awsui_in-range_vci2l_19xqz_166), .awsui_enabled_vci2l_19xqz_160.awsui_in-current-month_vci2l_19xqz_156:not(#\9):not(.awsui_in-range_vci2l_19xqz_166)::after, .awsui_enabled_vci2l_19xqz_160.awsui_in-current-month_vci2l_19xqz_156.awsui_end-date_vci2l_19xqz_166.awsui_start-date_vci2l_19xqz_166:not(#\9), .awsui_enabled_vci2l_19xqz_160.awsui_in-current-month_vci2l_19xqz_156.awsui_end-date_vci2l_19xqz_166.awsui_start-date_vci2l_19xqz_166:not(#\9)::after, .awsui_enabled_vci2l_19xqz_160.awsui_in-current-month_vci2l_19xqz_156.awsui_no-range_vci2l_19xqz_166:not(#\9), .awsui_enabled_vci2l_19xqz_160.awsui_in-current-month_vci2l_19xqz_156.awsui_no-range_vci2l_19xqz_166:not(#\9)::after {
183
183
  border-radius: 8px;
184
184
  border-radius: var(--border-radius-item-u2ibpi, 8px);
185
185
  }
186
- .awsui_enabled_vci2l_fryuu_160.awsui_in-current-month_vci2l_fryuu_156:not(#\9):hover {
186
+ .awsui_enabled_vci2l_19xqz_160.awsui_in-current-month_vci2l_19xqz_156:not(#\9):hover {
187
187
  color: #000716;
188
188
  color: var(--color-text-calendar-day-hover-graajh, #000716);
189
189
  background-color: #f4f4f4;
190
190
  background-color: var(--color-background-dropdown-item-hover-mqsxkv, #f4f4f4);
191
191
  }
192
- .awsui_enabled_vci2l_fryuu_160.awsui_in-current-month_vci2l_fryuu_156:not(#\9):hover:not(.awsui_selected_vci2l_fryuu_173)::after {
192
+ .awsui_enabled_vci2l_19xqz_160.awsui_in-current-month_vci2l_19xqz_156:not(#\9):hover:not(.awsui_selected_vci2l_19xqz_173)::after {
193
193
  border: 2px solid #7d8998;
194
194
  border: var(--border-item-width-qbbbsa, 2px) solid var(--color-border-dropdown-item-hover-tyzq9m, #7d8998);
195
195
  }
196
196
 
197
- .awsui_today_vci2l_fryuu_177:not(#\9):not(.awsui_in-range_vci2l_fryuu_166) {
197
+ .awsui_today_vci2l_19xqz_177:not(#\9):not(.awsui_in-range_vci2l_19xqz_166) {
198
198
  background-color: #f4f4f4;
199
199
  background-color: var(--color-background-calendar-today-762czq, #f4f4f4);
200
200
  border-radius: 8px;
201
201
  border-radius: var(--border-radius-item-u2ibpi, 8px);
202
202
  }
203
203
 
204
- .awsui_selected_vci2l_fryuu_173:not(#\9) {
204
+ .awsui_selected_vci2l_19xqz_173:not(#\9) {
205
205
  border-color: transparent;
206
206
  position: relative;
207
207
  z-index: 2;
208
208
  }
209
- .awsui_selected_vci2l_fryuu_173[data-awsui-focus-visible=true]:not(#\9):focus {
209
+ .awsui_selected_vci2l_19xqz_173[data-awsui-focus-visible=true]:not(#\9):focus {
210
210
  position: relative;
211
211
  }
212
- .awsui_selected_vci2l_fryuu_173[data-awsui-focus-visible=true]:not(#\9):focus {
212
+ .awsui_selected_vci2l_19xqz_173[data-awsui-focus-visible=true]:not(#\9):focus {
213
213
  outline: 2px dotted transparent;
214
214
  outline-offset: calc(-5px - 1px);
215
215
  outline-offset: calc(var(--space-calendar-grid-selected-focus-outline-gutter-gqgjqz, -5px) - 1px);
216
216
  }
217
- .awsui_selected_vci2l_fryuu_173[data-awsui-focus-visible=true]:not(#\9):focus::before {
217
+ .awsui_selected_vci2l_19xqz_173[data-awsui-focus-visible=true]:not(#\9):focus::before {
218
218
  content: " ";
219
219
  display: block;
220
220
  position: absolute;
@@ -227,76 +227,76 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
227
227
  height: calc(100% + 2 * -5px);
228
228
  height: calc(100% + 2 * var(--space-calendar-grid-selected-focus-outline-gutter-gqgjqz, -5px));
229
229
  border-radius: 3px;
230
- border-radius: var(--border-radius-calendar-day-focused-4la5vv, 3px);
230
+ border-radius: var(--border-radius-calendar-day-focus-ring-a8mlqd, 3px);
231
231
  box-shadow: 0 0 0 2px #fbfbfb;
232
232
  box-shadow: 0 0 0 2px var(--color-border-calendar-grid-selected-focus-ring-cxqa0s, #fbfbfb);
233
233
  }
234
- .awsui_selected_vci2l_fryuu_173[data-awsui-focus-visible=true]:not(#\9):focus::before {
234
+ .awsui_selected_vci2l_19xqz_173[data-awsui-focus-visible=true]:not(#\9):focus::before {
235
235
  z-index: 1;
236
236
  }
237
- .awsui_selected_vci2l_fryuu_173:not(#\9)::after {
237
+ .awsui_selected_vci2l_19xqz_173:not(#\9)::after {
238
238
  background-color: #0972d3;
239
239
  background-color: var(--color-background-control-checked-9admlu, #0972d3);
240
240
  border: 2px solid #0972d3;
241
241
  border: var(--border-item-width-qbbbsa, 2px) solid var(--color-background-control-checked-9admlu, #0972d3);
242
242
  z-index: 0;
243
243
  }
244
- .awsui_selected_vci2l_fryuu_173.awsui_start-date_vci2l_fryuu_166:not(#\9), .awsui_selected_vci2l_fryuu_173.awsui_start-date_vci2l_fryuu_166:not(#\9)::after, .awsui_selected_vci2l_fryuu_173.awsui_range-start-date_vci2l_fryuu_213:not(#\9), .awsui_selected_vci2l_fryuu_173.awsui_range-start-date_vci2l_fryuu_213:not(#\9)::after {
244
+ .awsui_selected_vci2l_19xqz_173.awsui_start-date_vci2l_19xqz_166:not(#\9), .awsui_selected_vci2l_19xqz_173.awsui_start-date_vci2l_19xqz_166:not(#\9)::after, .awsui_selected_vci2l_19xqz_173.awsui_range-start-date_vci2l_19xqz_213:not(#\9), .awsui_selected_vci2l_19xqz_173.awsui_range-start-date_vci2l_19xqz_213:not(#\9)::after {
245
245
  border-top-left-radius: 8px;
246
246
  border-top-left-radius: var(--border-radius-item-u2ibpi, 8px);
247
247
  }
248
- .awsui_selected_vci2l_fryuu_173.awsui_start-date_vci2l_fryuu_166.awsui_in-range-border-bottom_vci2l_fryuu_216:not(#\9), .awsui_selected_vci2l_fryuu_173.awsui_start-date_vci2l_fryuu_166.awsui_in-range-border-bottom_vci2l_fryuu_216:not(#\9)::after, .awsui_selected_vci2l_fryuu_173.awsui_range-start-date_vci2l_fryuu_213.awsui_in-range-border-bottom_vci2l_fryuu_216:not(#\9), .awsui_selected_vci2l_fryuu_173.awsui_range-start-date_vci2l_fryuu_213.awsui_in-range-border-bottom_vci2l_fryuu_216:not(#\9)::after {
248
+ .awsui_selected_vci2l_19xqz_173.awsui_start-date_vci2l_19xqz_166.awsui_in-range-border-bottom_vci2l_19xqz_216:not(#\9), .awsui_selected_vci2l_19xqz_173.awsui_start-date_vci2l_19xqz_166.awsui_in-range-border-bottom_vci2l_19xqz_216:not(#\9)::after, .awsui_selected_vci2l_19xqz_173.awsui_range-start-date_vci2l_19xqz_213.awsui_in-range-border-bottom_vci2l_19xqz_216:not(#\9), .awsui_selected_vci2l_19xqz_173.awsui_range-start-date_vci2l_19xqz_213.awsui_in-range-border-bottom_vci2l_19xqz_216:not(#\9)::after {
249
249
  border-bottom-left-radius: 8px;
250
250
  border-bottom-left-radius: var(--border-radius-item-u2ibpi, 8px);
251
251
  }
252
- .awsui_selected_vci2l_fryuu_173.awsui_end-date_vci2l_fryuu_166:not(#\9), .awsui_selected_vci2l_fryuu_173.awsui_end-date_vci2l_fryuu_166:not(#\9)::after, .awsui_selected_vci2l_fryuu_173.awsui_range-end-date_vci2l_fryuu_219:not(#\9), .awsui_selected_vci2l_fryuu_173.awsui_range-end-date_vci2l_fryuu_219:not(#\9)::after {
252
+ .awsui_selected_vci2l_19xqz_173.awsui_end-date_vci2l_19xqz_166:not(#\9), .awsui_selected_vci2l_19xqz_173.awsui_end-date_vci2l_19xqz_166:not(#\9)::after, .awsui_selected_vci2l_19xqz_173.awsui_range-end-date_vci2l_19xqz_219:not(#\9), .awsui_selected_vci2l_19xqz_173.awsui_range-end-date_vci2l_19xqz_219:not(#\9)::after {
253
253
  border-bottom-right-radius: 8px;
254
254
  border-bottom-right-radius: var(--border-radius-item-u2ibpi, 8px);
255
255
  }
256
- .awsui_selected_vci2l_fryuu_173.awsui_end-date_vci2l_fryuu_166.awsui_in-range-border-top_vci2l_fryuu_222:not(#\9), .awsui_selected_vci2l_fryuu_173.awsui_end-date_vci2l_fryuu_166.awsui_in-range-border-top_vci2l_fryuu_222:not(#\9)::after, .awsui_selected_vci2l_fryuu_173.awsui_range-end-date_vci2l_fryuu_219.awsui_in-range-border-top_vci2l_fryuu_222:not(#\9), .awsui_selected_vci2l_fryuu_173.awsui_range-end-date_vci2l_fryuu_219.awsui_in-range-border-top_vci2l_fryuu_222:not(#\9)::after {
256
+ .awsui_selected_vci2l_19xqz_173.awsui_end-date_vci2l_19xqz_166.awsui_in-range-border-top_vci2l_19xqz_222:not(#\9), .awsui_selected_vci2l_19xqz_173.awsui_end-date_vci2l_19xqz_166.awsui_in-range-border-top_vci2l_19xqz_222:not(#\9)::after, .awsui_selected_vci2l_19xqz_173.awsui_range-end-date_vci2l_19xqz_219.awsui_in-range-border-top_vci2l_19xqz_222:not(#\9), .awsui_selected_vci2l_19xqz_173.awsui_range-end-date_vci2l_19xqz_219.awsui_in-range-border-top_vci2l_19xqz_222:not(#\9)::after {
257
257
  border-top-right-radius: 8px;
258
258
  border-top-right-radius: var(--border-radius-item-u2ibpi, 8px);
259
259
  }
260
- .awsui_selected_vci2l_fryuu_173 > .awsui_day-inner_vci2l_fryuu_117:not(#\9) {
260
+ .awsui_selected_vci2l_19xqz_173 > .awsui_day-inner_vci2l_19xqz_117:not(#\9) {
261
261
  color: #ffffff;
262
262
  color: var(--color-background-control-default-4pa05r, #ffffff);
263
263
  position: relative;
264
264
  z-index: 2;
265
265
  }
266
266
 
267
- .awsui_in-range_vci2l_fryuu_166:not(#\9) {
267
+ .awsui_in-range_vci2l_19xqz_166:not(#\9) {
268
268
  background-color: #f2f8fd;
269
269
  background-color: var(--color-background-dropdown-item-selected-8l4mpk, #f2f8fd);
270
270
  }
271
- .awsui_in-range_vci2l_fryuu_166.awsui_in-range-border-top_vci2l_fryuu_222:not(#\9)::after {
271
+ .awsui_in-range_vci2l_19xqz_166.awsui_in-range-border-top_vci2l_19xqz_222:not(#\9)::after {
272
272
  border-top: 2px solid #0972d3;
273
273
  border-top: var(--border-item-width-qbbbsa, 2px) solid var(--color-background-control-checked-9admlu, #0972d3);
274
274
  }
275
- .awsui_in-range_vci2l_fryuu_166.awsui_in-range-border-right_vci2l_fryuu_237:not(#\9)::after {
275
+ .awsui_in-range_vci2l_19xqz_166.awsui_in-range-border-right_vci2l_19xqz_237:not(#\9)::after {
276
276
  border-right: 2px solid #0972d3;
277
277
  border-right: var(--border-item-width-qbbbsa, 2px) solid var(--color-background-control-checked-9admlu, #0972d3);
278
278
  }
279
- .awsui_in-range_vci2l_fryuu_166.awsui_in-range-border-bottom_vci2l_fryuu_216:not(#\9)::after {
279
+ .awsui_in-range_vci2l_19xqz_166.awsui_in-range-border-bottom_vci2l_19xqz_216:not(#\9)::after {
280
280
  border-bottom: 2px solid #0972d3;
281
281
  border-bottom: var(--border-item-width-qbbbsa, 2px) solid var(--color-background-control-checked-9admlu, #0972d3);
282
282
  }
283
- .awsui_in-range_vci2l_fryuu_166.awsui_in-range-border-left_vci2l_fryuu_243:not(#\9)::after {
283
+ .awsui_in-range_vci2l_19xqz_166.awsui_in-range-border-left_vci2l_19xqz_243:not(#\9)::after {
284
284
  border-left: 2px solid #0972d3;
285
285
  border-left: var(--border-item-width-qbbbsa, 2px) solid var(--color-background-control-checked-9admlu, #0972d3);
286
286
  }
287
- .awsui_in-range_vci2l_fryuu_166.awsui_in-range-border-top_vci2l_fryuu_222.awsui_in-range-border-right_vci2l_fryuu_237:not(#\9), .awsui_in-range_vci2l_fryuu_166.awsui_in-range-border-top_vci2l_fryuu_222.awsui_in-range-border-right_vci2l_fryuu_237:not(#\9)::after {
287
+ .awsui_in-range_vci2l_19xqz_166.awsui_in-range-border-top_vci2l_19xqz_222.awsui_in-range-border-right_vci2l_19xqz_237:not(#\9), .awsui_in-range_vci2l_19xqz_166.awsui_in-range-border-top_vci2l_19xqz_222.awsui_in-range-border-right_vci2l_19xqz_237:not(#\9)::after {
288
288
  border-top-right-radius: 8px;
289
289
  border-top-right-radius: var(--border-radius-item-u2ibpi, 8px);
290
290
  }
291
- .awsui_in-range_vci2l_fryuu_166.awsui_in-range-border-bottom_vci2l_fryuu_216.awsui_in-range-border-right_vci2l_fryuu_237:not(#\9), .awsui_in-range_vci2l_fryuu_166.awsui_in-range-border-bottom_vci2l_fryuu_216.awsui_in-range-border-right_vci2l_fryuu_237:not(#\9)::after {
291
+ .awsui_in-range_vci2l_19xqz_166.awsui_in-range-border-bottom_vci2l_19xqz_216.awsui_in-range-border-right_vci2l_19xqz_237:not(#\9), .awsui_in-range_vci2l_19xqz_166.awsui_in-range-border-bottom_vci2l_19xqz_216.awsui_in-range-border-right_vci2l_19xqz_237:not(#\9)::after {
292
292
  border-bottom-right-radius: 8px;
293
293
  border-bottom-right-radius: var(--border-radius-item-u2ibpi, 8px);
294
294
  }
295
- .awsui_in-range_vci2l_fryuu_166.awsui_in-range-border-bottom_vci2l_fryuu_216.awsui_in-range-border-left_vci2l_fryuu_243:not(#\9), .awsui_in-range_vci2l_fryuu_166.awsui_in-range-border-bottom_vci2l_fryuu_216.awsui_in-range-border-left_vci2l_fryuu_243:not(#\9)::after {
295
+ .awsui_in-range_vci2l_19xqz_166.awsui_in-range-border-bottom_vci2l_19xqz_216.awsui_in-range-border-left_vci2l_19xqz_243:not(#\9), .awsui_in-range_vci2l_19xqz_166.awsui_in-range-border-bottom_vci2l_19xqz_216.awsui_in-range-border-left_vci2l_19xqz_243:not(#\9)::after {
296
296
  border-bottom-left-radius: 8px;
297
297
  border-bottom-left-radius: var(--border-radius-item-u2ibpi, 8px);
298
298
  }
299
- .awsui_in-range_vci2l_fryuu_166.awsui_in-range-border-top_vci2l_fryuu_222.awsui_in-range-border-left_vci2l_fryuu_243:not(#\9), .awsui_in-range_vci2l_fryuu_166.awsui_in-range-border-top_vci2l_fryuu_222.awsui_in-range-border-left_vci2l_fryuu_243:not(#\9)::after {
299
+ .awsui_in-range_vci2l_19xqz_166.awsui_in-range-border-top_vci2l_19xqz_222.awsui_in-range-border-left_vci2l_19xqz_243:not(#\9), .awsui_in-range_vci2l_19xqz_166.awsui_in-range-border-top_vci2l_19xqz_222.awsui_in-range-border-left_vci2l_19xqz_243:not(#\9)::after {
300
300
  border-top-left-radius: 8px;
301
301
  border-top-left-radius: var(--border-radius-item-u2ibpi, 8px);
302
302
  }
@@ -2,26 +2,26 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "day": "awsui_day_vci2l_fryuu_93",
6
- "day-inner": "awsui_day-inner_vci2l_fryuu_117",
7
- "in-first-row": "awsui_in-first-row_vci2l_fryuu_141",
8
- "in-previous-month": "awsui_in-previous-month_vci2l_fryuu_141",
9
- "last-day-of-month": "awsui_last-day-of-month_vci2l_fryuu_145",
10
- "in-next-month": "awsui_in-next-month_vci2l_fryuu_149",
11
- "in-first-column": "awsui_in-first-column_vci2l_fryuu_153",
12
- "in-current-month": "awsui_in-current-month_vci2l_fryuu_156",
13
- "enabled": "awsui_enabled_vci2l_fryuu_160",
14
- "in-range": "awsui_in-range_vci2l_fryuu_166",
15
- "end-date": "awsui_end-date_vci2l_fryuu_166",
16
- "start-date": "awsui_start-date_vci2l_fryuu_166",
17
- "no-range": "awsui_no-range_vci2l_fryuu_166",
18
- "selected": "awsui_selected_vci2l_fryuu_173",
19
- "today": "awsui_today_vci2l_fryuu_177",
20
- "range-start-date": "awsui_range-start-date_vci2l_fryuu_213",
21
- "in-range-border-bottom": "awsui_in-range-border-bottom_vci2l_fryuu_216",
22
- "range-end-date": "awsui_range-end-date_vci2l_fryuu_219",
23
- "in-range-border-top": "awsui_in-range-border-top_vci2l_fryuu_222",
24
- "in-range-border-right": "awsui_in-range-border-right_vci2l_fryuu_237",
25
- "in-range-border-left": "awsui_in-range-border-left_vci2l_fryuu_243"
5
+ "day": "awsui_day_vci2l_19xqz_93",
6
+ "day-inner": "awsui_day-inner_vci2l_19xqz_117",
7
+ "in-first-row": "awsui_in-first-row_vci2l_19xqz_141",
8
+ "in-previous-month": "awsui_in-previous-month_vci2l_19xqz_141",
9
+ "last-day-of-month": "awsui_last-day-of-month_vci2l_19xqz_145",
10
+ "in-next-month": "awsui_in-next-month_vci2l_19xqz_149",
11
+ "in-first-column": "awsui_in-first-column_vci2l_19xqz_153",
12
+ "in-current-month": "awsui_in-current-month_vci2l_19xqz_156",
13
+ "enabled": "awsui_enabled_vci2l_19xqz_160",
14
+ "in-range": "awsui_in-range_vci2l_19xqz_166",
15
+ "end-date": "awsui_end-date_vci2l_19xqz_166",
16
+ "start-date": "awsui_start-date_vci2l_19xqz_166",
17
+ "no-range": "awsui_no-range_vci2l_19xqz_166",
18
+ "selected": "awsui_selected_vci2l_19xqz_173",
19
+ "today": "awsui_today_vci2l_19xqz_177",
20
+ "range-start-date": "awsui_range-start-date_vci2l_19xqz_213",
21
+ "in-range-border-bottom": "awsui_in-range-border-bottom_vci2l_19xqz_216",
22
+ "range-end-date": "awsui_range-end-date_vci2l_19xqz_219",
23
+ "in-range-border-top": "awsui_in-range-border-top_vci2l_19xqz_222",
24
+ "in-range-border-right": "awsui_in-range-border-right_vci2l_19xqz_237",
25
+ "in-range-border-left": "awsui_in-range-border-left_vci2l_19xqz_243"
26
26
  };
27
27
 
@@ -1,25 +1,25 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "content-enter": "awsui_content-enter_gwq0h_bsbye_97",
5
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_bsbye_1",
6
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_bsbye_119",
7
- "icon": "awsui_icon_gwq0h_bsbye_133",
8
- "root": "awsui_root_gwq0h_bsbye_151",
9
- "expanded": "awsui_expanded_gwq0h_bsbye_169",
10
- "icon-container": "awsui_icon-container_gwq0h_bsbye_173",
11
- "trigger": "awsui_trigger_gwq0h_bsbye_119",
12
- "trigger-default": "awsui_trigger-default_gwq0h_bsbye_188",
13
- "trigger-footer": "awsui_trigger-footer_gwq0h_bsbye_191",
14
- "trigger-navigation": "awsui_trigger-navigation_gwq0h_bsbye_197",
15
- "trigger-container": "awsui_trigger-container_gwq0h_bsbye_209",
16
- "header": "awsui_header_gwq0h_bsbye_219",
17
- "header-container": "awsui_header-container_gwq0h_bsbye_222",
18
- "header-navigation": "awsui_header-navigation_gwq0h_bsbye_229",
19
- "content": "awsui_content_gwq0h_bsbye_97",
20
- "content-default": "awsui_content-default_gwq0h_bsbye_265",
21
- "content-footer": "awsui_content-footer_gwq0h_bsbye_268",
22
- "content-expanded": "awsui_content-expanded_gwq0h_bsbye_271",
23
- "focusable": "awsui_focusable_gwq0h_bsbye_275"
4
+ "content-enter": "awsui_content-enter_gwq0h_1k4hj_97",
5
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_1k4hj_1",
6
+ "trigger-expanded": "awsui_trigger-expanded_gwq0h_1k4hj_119",
7
+ "icon": "awsui_icon_gwq0h_1k4hj_133",
8
+ "root": "awsui_root_gwq0h_1k4hj_151",
9
+ "expanded": "awsui_expanded_gwq0h_1k4hj_169",
10
+ "icon-container": "awsui_icon-container_gwq0h_1k4hj_173",
11
+ "trigger": "awsui_trigger_gwq0h_1k4hj_119",
12
+ "trigger-default": "awsui_trigger-default_gwq0h_1k4hj_188",
13
+ "trigger-footer": "awsui_trigger-footer_gwq0h_1k4hj_191",
14
+ "trigger-navigation": "awsui_trigger-navigation_gwq0h_1k4hj_197",
15
+ "trigger-container": "awsui_trigger-container_gwq0h_1k4hj_209",
16
+ "header": "awsui_header_gwq0h_1k4hj_219",
17
+ "header-container": "awsui_header-container_gwq0h_1k4hj_222",
18
+ "header-navigation": "awsui_header-navigation_gwq0h_1k4hj_229",
19
+ "content": "awsui_content_gwq0h_1k4hj_97",
20
+ "content-default": "awsui_content-default_gwq0h_1k4hj_265",
21
+ "content-footer": "awsui_content-footer_gwq0h_1k4hj_268",
22
+ "content-expanded": "awsui_content-expanded_gwq0h_1k4hj_271",
23
+ "focusable": "awsui_focusable_gwq0h_1k4hj_275"
24
24
  };
25
25
 
@@ -94,11 +94,11 @@ 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_content-enter_gwq0h_bsbye_97:not(#\9) {
98
- animation: awsui_awsui-motion-fade-in_gwq0h_bsbye_1 180ms ease-out;
99
- animation: awsui_awsui-motion-fade-in_gwq0h_bsbye_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
97
+ .awsui_content-enter_gwq0h_1k4hj_97:not(#\9) {
98
+ animation: awsui_awsui-motion-fade-in_gwq0h_1k4hj_1 180ms ease-out;
99
+ animation: awsui_awsui-motion-fade-in_gwq0h_1k4hj_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
100
100
  }
101
- @keyframes awsui_awsui-motion-fade-in_gwq0h_bsbye_1 {
101
+ @keyframes awsui_awsui-motion-fade-in_gwq0h_1k4hj_1 {
102
102
  from {
103
103
  opacity: 0.2;
104
104
  }
@@ -107,42 +107,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
107
107
  }
108
108
  }
109
109
  @media (prefers-reduced-motion: reduce) {
110
- .awsui_content-enter_gwq0h_bsbye_97:not(#\9) {
110
+ .awsui_content-enter_gwq0h_1k4hj_97:not(#\9) {
111
111
  animation: none;
112
112
  transition: none;
113
113
  }
114
114
  }
115
- .awsui-motion-disabled .awsui_content-enter_gwq0h_bsbye_97:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_bsbye_97:not(#\9) {
115
+ .awsui-motion-disabled .awsui_content-enter_gwq0h_1k4hj_97:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_1k4hj_97:not(#\9) {
116
116
  animation: none;
117
117
  transition: none;
118
118
  }
119
119
 
120
- .awsui_trigger-expanded_gwq0h_bsbye_119:not(#\9) {
120
+ .awsui_trigger-expanded_gwq0h_1k4hj_119:not(#\9) {
121
121
  transition: border-bottom-color 180ms ease-out;
122
122
  transition: border-bottom-color var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
123
123
  }
124
124
  @media (prefers-reduced-motion: reduce) {
125
- .awsui_trigger-expanded_gwq0h_bsbye_119:not(#\9) {
125
+ .awsui_trigger-expanded_gwq0h_1k4hj_119:not(#\9) {
126
126
  animation: none;
127
127
  transition: none;
128
128
  }
129
129
  }
130
- .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_bsbye_119:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_bsbye_119:not(#\9) {
130
+ .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_1k4hj_119:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_1k4hj_119:not(#\9) {
131
131
  animation: none;
132
132
  transition: none;
133
133
  }
134
134
 
135
- .awsui_icon_gwq0h_bsbye_133:not(#\9) {
135
+ .awsui_icon_gwq0h_1k4hj_133:not(#\9) {
136
136
  transition: transform 135ms cubic-bezier(0.165, 0.84, 0.44, 1);
137
137
  transition: transform var(--motion-duration-rotate-90-ux18sr, 135ms) var(--motion-easing-rotate-90-eoew89, cubic-bezier(0.165, 0.84, 0.44, 1));
138
138
  }
139
139
  @media (prefers-reduced-motion: reduce) {
140
- .awsui_icon_gwq0h_bsbye_133:not(#\9) {
140
+ .awsui_icon_gwq0h_1k4hj_133:not(#\9) {
141
141
  animation: none;
142
142
  transition: none;
143
143
  }
144
144
  }
145
- .awsui-motion-disabled .awsui_icon_gwq0h_bsbye_133:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_bsbye_133:not(#\9) {
145
+ .awsui-motion-disabled .awsui_icon_gwq0h_1k4hj_133:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1k4hj_133:not(#\9) {
146
146
  animation: none;
147
147
  transition: none;
148
148
  }
@@ -151,7 +151,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
151
151
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
152
152
  SPDX-License-Identifier: Apache-2.0
153
153
  */
154
- .awsui_root_gwq0h_bsbye_151:not(#\9) {
154
+ .awsui_root_gwq0h_1k4hj_151:not(#\9) {
155
155
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
156
156
  border-collapse: separate;
157
157
  border-spacing: 0;
@@ -196,14 +196,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
196
196
  display: block;
197
197
  }
198
198
 
199
- .awsui_icon_gwq0h_bsbye_133:not(#\9) {
199
+ .awsui_icon_gwq0h_1k4hj_133:not(#\9) {
200
200
  transform: rotate(-90deg);
201
201
  }
202
- .awsui_icon_gwq0h_bsbye_133.awsui_expanded_gwq0h_bsbye_169:not(#\9) {
202
+ .awsui_icon_gwq0h_1k4hj_133.awsui_expanded_gwq0h_1k4hj_169:not(#\9) {
203
203
  transform: rotate(0deg);
204
204
  }
205
205
 
206
- .awsui_icon-container_gwq0h_bsbye_173:not(#\9) {
206
+ .awsui_icon-container_gwq0h_1k4hj_173:not(#\9) {
207
207
  position: relative;
208
208
  margin-left: calc((22px - 16px) / -2);
209
209
  margin-left: calc((var(--font-body-m-line-height-i7xxvv, 22px) - var(--size-icon-normal-j1z5fn, 16px)) / -2);
@@ -211,7 +211,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
211
211
  margin-right: calc(var(--space-xxs-ynfts5, 4px) + var(--border-divider-list-width-hacikr, 1px));
212
212
  }
213
213
 
214
- .awsui_trigger_gwq0h_bsbye_119:not(#\9) {
214
+ .awsui_trigger_gwq0h_1k4hj_119:not(#\9) {
215
215
  cursor: pointer;
216
216
  box-sizing: border-box;
217
217
  display: flex;
@@ -221,23 +221,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
221
221
  line-height: var(--font-body-m-line-height-i7xxvv, 22px);
222
222
  text-align: left;
223
223
  }
224
- .awsui_trigger-default_gwq0h_bsbye_188:not(#\9) {
224
+ .awsui_trigger-default_gwq0h_1k4hj_188:not(#\9) {
225
225
  padding: 4px 4px;
226
226
  padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-xxs-ynfts5, 4px);
227
227
  }
228
- .awsui_trigger-footer_gwq0h_bsbye_191:not(#\9) {
228
+ .awsui_trigger-footer_gwq0h_1k4hj_191:not(#\9) {
229
229
  padding: 4px 0;
230
230
  padding: var(--space-scaled-xxs-95dhkm, 4px) 0;
231
231
  }
232
- .awsui_trigger-default_gwq0h_bsbye_188:not(#\9), .awsui_trigger-footer_gwq0h_bsbye_191:not(#\9) {
232
+ .awsui_trigger-default_gwq0h_1k4hj_188:not(#\9), .awsui_trigger-footer_gwq0h_1k4hj_191:not(#\9) {
233
233
  border: 2px solid transparent;
234
234
  border: var(--border-divider-section-width-4wm2it, 2px) solid transparent;
235
235
  }
236
- .awsui_trigger-navigation_gwq0h_bsbye_197:not(#\9) {
236
+ .awsui_trigger-navigation_gwq0h_1k4hj_197:not(#\9) {
237
237
  border-left: 2px solid transparent;
238
238
  border-left: var(--border-divider-section-width-4wm2it, 2px) solid transparent;
239
239
  }
240
- .awsui_trigger-default_gwq0h_bsbye_188:not(#\9), .awsui_trigger-navigation_gwq0h_bsbye_197:not(#\9), .awsui_trigger-footer_gwq0h_bsbye_191:not(#\9) {
240
+ .awsui_trigger-default_gwq0h_1k4hj_188:not(#\9), .awsui_trigger-navigation_gwq0h_1k4hj_197:not(#\9), .awsui_trigger-footer_gwq0h_1k4hj_191:not(#\9) {
241
241
  color: #000716;
242
242
  color: var(--color-text-expandable-section-default-k03p1p, #000716);
243
243
  font-weight: 800;
@@ -247,36 +247,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
247
247
  letter-spacing: -0.005em;
248
248
  letter-spacing: var(--font-heading-s-letter-spacing-4d69jc, -0.005em);
249
249
  }
250
- .awsui_trigger-default_gwq0h_bsbye_188:not(#\9):hover, .awsui_trigger-navigation_gwq0h_bsbye_197:not(#\9):hover, .awsui_trigger-footer_gwq0h_bsbye_191:not(#\9):hover {
250
+ .awsui_trigger-default_gwq0h_1k4hj_188:not(#\9):hover, .awsui_trigger-navigation_gwq0h_1k4hj_197:not(#\9):hover, .awsui_trigger-footer_gwq0h_1k4hj_191:not(#\9):hover {
251
251
  color: #0972d3;
252
252
  color: var(--color-text-expandable-section-hover-73g3du, #0972d3);
253
253
  }
254
- .awsui_trigger-container_gwq0h_bsbye_209:not(#\9) {
254
+ .awsui_trigger-container_gwq0h_1k4hj_209:not(#\9) {
255
255
  padding: 12px 24px;
256
256
  padding: var(--space-container-header-vertical-zsjhel, 12px) var(--space-container-horizontal-ddrezg, 24px);
257
257
  }
258
- .awsui_trigger-container_gwq0h_bsbye_209[data-awsui-focus-visible=true]:not(#\9):focus {
258
+ .awsui_trigger-container_gwq0h_1k4hj_209[data-awsui-focus-visible=true]:not(#\9):focus {
259
259
  padding: calc(12px - 2px) calc(20px - 2px);
260
260
  padding: calc(var(--space-scaled-s-cu1hzn, 12px) - var(--border-divider-section-width-4wm2it, 2px)) calc(var(--space-l-4vl6xu, 20px) - var(--border-divider-section-width-4wm2it, 2px));
261
261
  }
262
- .awsui_trigger-default_gwq0h_bsbye_188.awsui_trigger-expanded_gwq0h_bsbye_119:not(#\9) {
262
+ .awsui_trigger-default_gwq0h_1k4hj_188.awsui_trigger-expanded_gwq0h_1k4hj_119:not(#\9) {
263
263
  border-bottom-color: #e9ebed;
264
264
  border-bottom-color: var(--color-border-divider-default-7s2wjw, #e9ebed);
265
265
  }
266
266
 
267
- .awsui_header_gwq0h_bsbye_219:not(#\9) {
267
+ .awsui_header_gwq0h_1k4hj_219:not(#\9) {
268
268
  display: flex;
269
269
  }
270
- .awsui_header-container_gwq0h_bsbye_222:not(#\9) {
270
+ .awsui_header-container_gwq0h_1k4hj_222:not(#\9) {
271
271
  width: 100%;
272
272
  }
273
- .awsui_header-container_gwq0h_bsbye_222 > .awsui_icon-container_gwq0h_bsbye_173:not(#\9) {
273
+ .awsui_header-container_gwq0h_1k4hj_222 > .awsui_icon-container_gwq0h_1k4hj_173:not(#\9) {
274
274
  margin-top: 4px;
275
275
  margin-top: var(--space-expandable-section-icon-offset-top-svbirl, 4px);
276
276
  margin-right: 8px;
277
277
  margin-right: var(--space-xs-rsr2qu, 8px);
278
278
  }
279
- .awsui_header-navigation_gwq0h_bsbye_229 > .awsui_icon-container_gwq0h_bsbye_173:not(#\9) {
279
+ .awsui_header-navigation_gwq0h_1k4hj_229 > .awsui_icon-container_gwq0h_1k4hj_173:not(#\9) {
280
280
  display: inline-flex;
281
281
  cursor: pointer;
282
282
  color: #414d5c;
@@ -288,18 +288,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
288
288
  text-decoration: none;
289
289
  flex-direction: column;
290
290
  }
291
- .awsui_header-navigation_gwq0h_bsbye_229 > .awsui_icon-container_gwq0h_bsbye_173:not(#\9):hover {
291
+ .awsui_header-navigation_gwq0h_1k4hj_229 > .awsui_icon-container_gwq0h_1k4hj_173:not(#\9):hover {
292
292
  color: #0972d3;
293
293
  color: var(--color-text-expandable-section-hover-73g3du, #0972d3);
294
294
  }
295
- .awsui_header-navigation_gwq0h_bsbye_229 > .awsui_icon-container_gwq0h_bsbye_173[data-awsui-focus-visible=true]:not(#\9):focus {
295
+ .awsui_header-navigation_gwq0h_1k4hj_229 > .awsui_icon-container_gwq0h_1k4hj_173[data-awsui-focus-visible=true]:not(#\9):focus {
296
296
  position: relative;
297
297
  }
298
- .awsui_header-navigation_gwq0h_bsbye_229 > .awsui_icon-container_gwq0h_bsbye_173[data-awsui-focus-visible=true]:not(#\9):focus {
298
+ .awsui_header-navigation_gwq0h_1k4hj_229 > .awsui_icon-container_gwq0h_1k4hj_173[data-awsui-focus-visible=true]:not(#\9):focus {
299
299
  outline: 2px dotted transparent;
300
300
  outline-offset: calc(2px - 1px);
301
301
  }
302
- .awsui_header-navigation_gwq0h_bsbye_229 > .awsui_icon-container_gwq0h_bsbye_173[data-awsui-focus-visible=true]:not(#\9):focus::before {
302
+ .awsui_header-navigation_gwq0h_1k4hj_229 > .awsui_icon-container_gwq0h_1k4hj_173[data-awsui-focus-visible=true]:not(#\9):focus::before {
303
303
  content: " ";
304
304
  display: block;
305
305
  position: absolute;
@@ -308,36 +308,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
308
308
  width: calc(100% + 2 * 2px);
309
309
  height: calc(100% + 2 * 2px);
310
310
  border-radius: 4px;
311
- border-radius: var(--border-radius-control-focus-ring-default-jlgxet, 4px);
311
+ border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
312
312
  box-shadow: 0 0 0 2px #0972d3;
313
313
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
314
314
  }
315
315
 
316
- .awsui_content_gwq0h_bsbye_97:not(#\9) {
316
+ .awsui_content_gwq0h_1k4hj_97:not(#\9) {
317
317
  display: none;
318
318
  }
319
- .awsui_content-default_gwq0h_bsbye_265:not(#\9) {
319
+ .awsui_content-default_gwq0h_1k4hj_265:not(#\9) {
320
320
  padding: 8px 0;
321
321
  padding: var(--space-scaled-xs-6859qs, 8px) 0;
322
322
  }
323
- .awsui_content-footer_gwq0h_bsbye_268:not(#\9) {
323
+ .awsui_content-footer_gwq0h_1k4hj_268:not(#\9) {
324
324
  padding: 8px 0;
325
325
  padding: var(--space-xs-rsr2qu, 8px) 0;
326
326
  }
327
- .awsui_content-expanded_gwq0h_bsbye_271:not(#\9) {
327
+ .awsui_content-expanded_gwq0h_1k4hj_271:not(#\9) {
328
328
  display: block;
329
329
  }
330
330
 
331
- .awsui_focusable_gwq0h_bsbye_275:not(#\9):focus {
331
+ .awsui_focusable_gwq0h_1k4hj_275:not(#\9):focus {
332
332
  outline: none;
333
333
  text-decoration: none;
334
334
  }
335
- .awsui_focusable_gwq0h_bsbye_275[data-awsui-focus-visible=true]:not(#\9):focus {
335
+ .awsui_focusable_gwq0h_1k4hj_275[data-awsui-focus-visible=true]:not(#\9):focus {
336
336
  outline: 2px dotted transparent;
337
337
  border: 2px solid #0972d3;
338
338
  border: var(--border-field-width-idlekx, 2px) solid var(--color-border-item-focused-ap3b6s, #0972d3);
339
339
  border-radius: 4px;
340
- border-radius: var(--border-radius-control-focus-ring-default-jlgxet, 4px);
340
+ border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
341
341
  box-shadow: 0 0 0 0px #0972d3;
342
342
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-srzyiu, 0px) var(--color-border-item-focused-ap3b6s, #0972d3);
343
343
  }
@@ -2,25 +2,25 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "content-enter": "awsui_content-enter_gwq0h_bsbye_97",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_bsbye_1",
7
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_bsbye_119",
8
- "icon": "awsui_icon_gwq0h_bsbye_133",
9
- "root": "awsui_root_gwq0h_bsbye_151",
10
- "expanded": "awsui_expanded_gwq0h_bsbye_169",
11
- "icon-container": "awsui_icon-container_gwq0h_bsbye_173",
12
- "trigger": "awsui_trigger_gwq0h_bsbye_119",
13
- "trigger-default": "awsui_trigger-default_gwq0h_bsbye_188",
14
- "trigger-footer": "awsui_trigger-footer_gwq0h_bsbye_191",
15
- "trigger-navigation": "awsui_trigger-navigation_gwq0h_bsbye_197",
16
- "trigger-container": "awsui_trigger-container_gwq0h_bsbye_209",
17
- "header": "awsui_header_gwq0h_bsbye_219",
18
- "header-container": "awsui_header-container_gwq0h_bsbye_222",
19
- "header-navigation": "awsui_header-navigation_gwq0h_bsbye_229",
20
- "content": "awsui_content_gwq0h_bsbye_97",
21
- "content-default": "awsui_content-default_gwq0h_bsbye_265",
22
- "content-footer": "awsui_content-footer_gwq0h_bsbye_268",
23
- "content-expanded": "awsui_content-expanded_gwq0h_bsbye_271",
24
- "focusable": "awsui_focusable_gwq0h_bsbye_275"
5
+ "content-enter": "awsui_content-enter_gwq0h_1k4hj_97",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_1k4hj_1",
7
+ "trigger-expanded": "awsui_trigger-expanded_gwq0h_1k4hj_119",
8
+ "icon": "awsui_icon_gwq0h_1k4hj_133",
9
+ "root": "awsui_root_gwq0h_1k4hj_151",
10
+ "expanded": "awsui_expanded_gwq0h_1k4hj_169",
11
+ "icon-container": "awsui_icon-container_gwq0h_1k4hj_173",
12
+ "trigger": "awsui_trigger_gwq0h_1k4hj_119",
13
+ "trigger-default": "awsui_trigger-default_gwq0h_1k4hj_188",
14
+ "trigger-footer": "awsui_trigger-footer_gwq0h_1k4hj_191",
15
+ "trigger-navigation": "awsui_trigger-navigation_gwq0h_1k4hj_197",
16
+ "trigger-container": "awsui_trigger-container_gwq0h_1k4hj_209",
17
+ "header": "awsui_header_gwq0h_1k4hj_219",
18
+ "header-container": "awsui_header-container_gwq0h_1k4hj_222",
19
+ "header-navigation": "awsui_header-navigation_gwq0h_1k4hj_229",
20
+ "content": "awsui_content_gwq0h_1k4hj_97",
21
+ "content-default": "awsui_content-default_gwq0h_1k4hj_265",
22
+ "content-footer": "awsui_content-footer_gwq0h_1k4hj_268",
23
+ "content-expanded": "awsui_content-expanded_gwq0h_1k4hj_271",
24
+ "focusable": "awsui_focusable_gwq0h_1k4hj_275"
25
25
  };
26
26