@cloudscape-design/components 3.0.515 → 3.0.517

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 (43) hide show
  1. package/internal/environment.js +1 -1
  2. package/internal/environment.json +1 -1
  3. package/internal/manifest.json +1 -1
  4. package/package.json +153 -1
  5. package/pagination/styles.css.js +9 -9
  6. package/pagination/styles.scoped.css +37 -32
  7. package/pagination/styles.selectors.js +9 -9
  8. package/pie-chart/styles.css.js +27 -27
  9. package/pie-chart/styles.scoped.css +66 -72
  10. package/pie-chart/styles.selectors.js +27 -27
  11. package/popover/styles.css.js +50 -50
  12. package/popover/styles.scoped.css +134 -119
  13. package/popover/styles.selectors.js +50 -50
  14. package/progress-bar/styles.css.js +18 -18
  15. package/progress-bar/styles.scoped.css +79 -54
  16. package/progress-bar/styles.selectors.js +18 -18
  17. package/property-filter/styles.css.js +31 -31
  18. package/property-filter/styles.scoped.css +54 -53
  19. package/property-filter/styles.selectors.js +31 -31
  20. package/radio-group/styles.css.js +9 -9
  21. package/radio-group/styles.scoped.css +17 -17
  22. package/radio-group/styles.selectors.js +9 -9
  23. package/s3-resource-selector/s3-in-context/styles.css.js +7 -7
  24. package/s3-resource-selector/s3-in-context/styles.scoped.css +18 -16
  25. package/s3-resource-selector/s3-in-context/styles.selectors.js +7 -7
  26. package/segmented-control/styles.css.js +14 -14
  27. package/segmented-control/styles.scoped.css +55 -49
  28. package/segmented-control/styles.selectors.js +14 -14
  29. package/select/parts/styles.css.js +16 -16
  30. package/select/parts/styles.scoped.css +39 -31
  31. package/select/parts/styles.selectors.js +16 -16
  32. package/side-navigation/styles.css.js +28 -28
  33. package/side-navigation/styles.scoped.css +86 -73
  34. package/side-navigation/styles.selectors.js +28 -28
  35. package/spinner/styles.css.js +13 -13
  36. package/spinner/styles.scoped.css +49 -45
  37. package/spinner/styles.selectors.js +13 -13
  38. package/split-panel/styles.css.js +55 -55
  39. package/split-panel/styles.scoped.css +149 -131
  40. package/split-panel/styles.selectors.js +55 -55
  41. package/status-indicator/styles.css.js +23 -23
  42. package/status-indicator/styles.scoped.css +31 -31
  43. package/status-indicator/styles.selectors.js +23 -23
@@ -94,57 +94,57 @@ 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_segment__path_1edmh_1v9r3_97:not(#\9) {
97
+ .awsui_segment__path_1edmh_b6wa3_97:not(#\9) {
98
98
  transition: opacity var(--motion-duration-transition-quick-6npj01, 90ms) var(--motion-easing-transition-quick-l9jfsx, linear);
99
99
  }
100
100
  @media (prefers-reduced-motion: reduce) {
101
- .awsui_segment__path_1edmh_1v9r3_97:not(#\9) {
101
+ .awsui_segment__path_1edmh_b6wa3_97:not(#\9) {
102
102
  animation: none;
103
103
  transition: none;
104
104
  }
105
105
  }
106
- .awsui-motion-disabled .awsui_segment__path_1edmh_1v9r3_97:not(#\9), .awsui-mode-entering .awsui_segment__path_1edmh_1v9r3_97:not(#\9) {
106
+ .awsui-motion-disabled .awsui_segment__path_1edmh_b6wa3_97:not(#\9), .awsui-mode-entering .awsui_segment__path_1edmh_b6wa3_97:not(#\9) {
107
107
  animation: none;
108
108
  transition: none;
109
109
  }
110
110
 
111
- .awsui_segment_1edmh_1v9r3_97:not(#\9) {
111
+ .awsui_segment_1edmh_b6wa3_97:not(#\9) {
112
112
  transition: opacity var(--motion-duration-transition-quick-6npj01, 90ms) var(--motion-easing-transition-quick-l9jfsx, linear);
113
113
  }
114
114
  @media (prefers-reduced-motion: reduce) {
115
- .awsui_segment_1edmh_1v9r3_97:not(#\9) {
115
+ .awsui_segment_1edmh_b6wa3_97:not(#\9) {
116
116
  animation: none;
117
117
  transition: none;
118
118
  }
119
119
  }
120
- .awsui-motion-disabled .awsui_segment_1edmh_1v9r3_97:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_1v9r3_97:not(#\9) {
120
+ .awsui-motion-disabled .awsui_segment_1edmh_b6wa3_97:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_b6wa3_97:not(#\9) {
121
121
  animation: none;
122
122
  transition: none;
123
123
  }
124
- .awsui_segment_1edmh_1v9r3_97 > .awsui_segment__hover_1edmh_1v9r3_124:not(#\9) {
124
+ .awsui_segment_1edmh_b6wa3_97 > .awsui_segment__hover_1edmh_b6wa3_124:not(#\9) {
125
125
  transition: opacity var(--motion-duration-transition-quick-6npj01, 90ms) var(--motion-easing-transition-quick-l9jfsx, linear);
126
126
  }
127
127
  @media (prefers-reduced-motion: reduce) {
128
- .awsui_segment_1edmh_1v9r3_97 > .awsui_segment__hover_1edmh_1v9r3_124:not(#\9) {
128
+ .awsui_segment_1edmh_b6wa3_97 > .awsui_segment__hover_1edmh_b6wa3_124:not(#\9) {
129
129
  animation: none;
130
130
  transition: none;
131
131
  }
132
132
  }
133
- .awsui-motion-disabled .awsui_segment_1edmh_1v9r3_97 > .awsui_segment__hover_1edmh_1v9r3_124:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_1v9r3_97 > .awsui_segment__hover_1edmh_1v9r3_124:not(#\9) {
133
+ .awsui-motion-disabled .awsui_segment_1edmh_b6wa3_97 > .awsui_segment__hover_1edmh_b6wa3_124:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_b6wa3_97 > .awsui_segment__hover_1edmh_b6wa3_124:not(#\9) {
134
134
  animation: none;
135
135
  transition: none;
136
136
  }
137
137
 
138
- .awsui_label_1edmh_1v9r3_138:not(#\9) {
138
+ .awsui_label_1edmh_b6wa3_138:not(#\9) {
139
139
  transition: opacity var(--motion-duration-transition-quick-6npj01, 90ms) var(--motion-easing-transition-quick-l9jfsx, linear);
140
140
  }
141
141
  @media (prefers-reduced-motion: reduce) {
142
- .awsui_label_1edmh_1v9r3_138:not(#\9) {
142
+ .awsui_label_1edmh_b6wa3_138:not(#\9) {
143
143
  animation: none;
144
144
  transition: none;
145
145
  }
146
146
  }
147
- .awsui-motion-disabled .awsui_label_1edmh_1v9r3_138:not(#\9), .awsui-mode-entering .awsui_label_1edmh_1v9r3_138:not(#\9) {
147
+ .awsui-motion-disabled .awsui_label_1edmh_b6wa3_138:not(#\9), .awsui-mode-entering .awsui_label_1edmh_b6wa3_138:not(#\9) {
148
148
  animation: none;
149
149
  transition: none;
150
150
  }
@@ -153,137 +153,131 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
153
153
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
154
154
  SPDX-License-Identifier: Apache-2.0
155
155
  */
156
- .awsui_root_1edmh_1v9r3_156:not(#\9) {
156
+ .awsui_root_1edmh_b6wa3_156:not(#\9) {
157
157
  /* used in test-utils */
158
158
  }
159
159
 
160
- .awsui_content_1edmh_1v9r3_160.awsui_content--small_1edmh_1v9r3_160:not(#\9) {
161
- min-height: calc(2 * (50px + var(--space-xs-zb16t3, 8px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
160
+ .awsui_content_1edmh_b6wa3_160.awsui_content--small_1edmh_b6wa3_160:not(#\9) {
161
+ min-block-size: calc(2 * (50px + var(--space-xs-zb16t3, 8px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
162
162
  }
163
- .awsui_content_1edmh_1v9r3_160.awsui_content--small_1edmh_1v9r3_160.awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
164
- min-height: calc(2 * (30px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
163
+ .awsui_content_1edmh_b6wa3_160.awsui_content--small_1edmh_b6wa3_160.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
164
+ min-block-size: calc(2 * (30px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
165
165
  }
166
- .awsui_content_1edmh_1v9r3_160.awsui_content--small_1edmh_1v9r3_160.awsui_content--without-labels_1edmh_1v9r3_166:not(#\9) {
167
- min-height: calc(2 * (50px + var(--space-xs-zb16t3, 8px)));
166
+ .awsui_content_1edmh_b6wa3_160.awsui_content--small_1edmh_b6wa3_160.awsui_content--without-labels_1edmh_b6wa3_166:not(#\9) {
167
+ min-block-size: calc(2 * (50px + var(--space-xs-zb16t3, 8px)));
168
168
  }
169
- .awsui_content_1edmh_1v9r3_160.awsui_content--small_1edmh_1v9r3_160.awsui_content--without-labels_1edmh_1v9r3_166.awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
170
- min-height: calc(2 * (30px));
169
+ .awsui_content_1edmh_b6wa3_160.awsui_content--small_1edmh_b6wa3_160.awsui_content--without-labels_1edmh_b6wa3_166.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
170
+ min-block-size: calc(2 * (30px));
171
171
  }
172
- .awsui_content_1edmh_1v9r3_160.awsui_content--medium_1edmh_1v9r3_172:not(#\9) {
173
- min-height: calc(2 * (100px + var(--space-s-34lx8l, 12px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
172
+ .awsui_content_1edmh_b6wa3_160.awsui_content--medium_1edmh_b6wa3_172:not(#\9) {
173
+ min-block-size: calc(2 * (100px + var(--space-s-34lx8l, 12px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
174
174
  }
175
- .awsui_content_1edmh_1v9r3_160.awsui_content--medium_1edmh_1v9r3_172.awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
176
- min-height: calc(2 * (100px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
175
+ .awsui_content_1edmh_b6wa3_160.awsui_content--medium_1edmh_b6wa3_172.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
176
+ min-block-size: calc(2 * (100px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
177
177
  }
178
- .awsui_content_1edmh_1v9r3_160.awsui_content--medium_1edmh_1v9r3_172.awsui_content--without-labels_1edmh_1v9r3_166:not(#\9) {
179
- min-height: calc(2 * (100px + var(--space-s-34lx8l, 12px)));
178
+ .awsui_content_1edmh_b6wa3_160.awsui_content--medium_1edmh_b6wa3_172.awsui_content--without-labels_1edmh_b6wa3_166:not(#\9) {
179
+ min-block-size: calc(2 * (100px + var(--space-s-34lx8l, 12px)));
180
180
  }
181
- .awsui_content_1edmh_1v9r3_160.awsui_content--medium_1edmh_1v9r3_172.awsui_content--without-labels_1edmh_1v9r3_166.awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
182
- min-height: calc(2 * (100px));
181
+ .awsui_content_1edmh_b6wa3_160.awsui_content--medium_1edmh_b6wa3_172.awsui_content--without-labels_1edmh_b6wa3_166.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
182
+ min-block-size: calc(2 * (100px));
183
183
  }
184
- .awsui_content_1edmh_1v9r3_160.awsui_content--large_1edmh_1v9r3_184:not(#\9) {
185
- min-height: calc(2 * (140px + var(--space-s-34lx8l, 12px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
184
+ .awsui_content_1edmh_b6wa3_160.awsui_content--large_1edmh_b6wa3_184:not(#\9) {
185
+ min-block-size: calc(2 * (140px + var(--space-s-34lx8l, 12px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
186
186
  }
187
- .awsui_content_1edmh_1v9r3_160.awsui_content--large_1edmh_1v9r3_184.awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
188
- min-height: calc(2 * (140px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
187
+ .awsui_content_1edmh_b6wa3_160.awsui_content--large_1edmh_b6wa3_184.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
188
+ min-block-size: calc(2 * (140px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
189
189
  }
190
- .awsui_content_1edmh_1v9r3_160.awsui_content--large_1edmh_1v9r3_184.awsui_content--without-labels_1edmh_1v9r3_166:not(#\9) {
191
- min-height: calc(2 * (140px + var(--space-s-34lx8l, 12px)));
190
+ .awsui_content_1edmh_b6wa3_160.awsui_content--large_1edmh_b6wa3_184.awsui_content--without-labels_1edmh_b6wa3_166:not(#\9) {
191
+ min-block-size: calc(2 * (140px + var(--space-s-34lx8l, 12px)));
192
192
  }
193
- .awsui_content_1edmh_1v9r3_160.awsui_content--large_1edmh_1v9r3_184.awsui_content--without-labels_1edmh_1v9r3_166.awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
194
- min-height: calc(2 * (140px));
193
+ .awsui_content_1edmh_b6wa3_160.awsui_content--large_1edmh_b6wa3_184.awsui_content--without-labels_1edmh_b6wa3_166.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
194
+ min-block-size: calc(2 * (140px));
195
195
  }
196
196
 
197
- .awsui_content--fit-height_1edmh_1v9r3_163:not(#\9) {
197
+ .awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
198
198
  flex: 1;
199
199
  }
200
200
 
201
- .awsui_status-container_1edmh_1v9r3_201:not(#\9) {
201
+ .awsui_status-container_1edmh_b6wa3_201:not(#\9) {
202
202
  /* used in test utils */
203
203
  }
204
204
 
205
- .awsui_chart-container_1edmh_1v9r3_205:not(#\9) {
205
+ .awsui_chart-container_1edmh_b6wa3_205:not(#\9) {
206
206
  display: flex;
207
207
  flex: 1;
208
208
  }
209
- .awsui_chart-container--fit-height_1edmh_1v9r3_209:not(#\9) {
210
- height: 100%;
211
- min-height: inherit;
209
+ .awsui_chart-container--fit-height_1edmh_b6wa3_209:not(#\9) {
210
+ block-size: 100%;
211
+ min-block-size: inherit;
212
212
  }
213
213
 
214
- .awsui_chart-container-chart-plot_1edmh_1v9r3_214:not(#\9) {
214
+ .awsui_chart-container-chart-plot_1edmh_b6wa3_214:not(#\9) {
215
215
  display: contents;
216
216
  }
217
- .awsui_chart-container-chart-plot--fit-height_1edmh_1v9r3_217:not(#\9) {
217
+ .awsui_chart-container-chart-plot--fit-height_1edmh_b6wa3_217:not(#\9) {
218
218
  display: block;
219
219
  position: absolute;
220
- top: 0;
221
- right: 0;
222
- bottom: 0;
223
- left: 0;
220
+ inset: 0;
224
221
  }
225
222
 
226
- .awsui_inner-content_1edmh_1v9r3_226:not(#\9) {
223
+ .awsui_inner-content_1edmh_b6wa3_223:not(#\9) {
227
224
  display: flex;
228
225
  position: absolute;
229
226
  flex-direction: column;
230
227
  justify-content: center;
231
228
  align-items: center;
232
229
  text-align: center;
233
- top: 0;
234
- left: 0;
235
- bottom: 0;
236
- right: 0;
230
+ inset: 0;
237
231
  pointer-events: none;
238
232
  }
239
233
 
240
- .awsui_segment__highlight_1edmh_1v9r3_240:not(#\9) {
234
+ .awsui_segment__highlight_1edmh_b6wa3_234:not(#\9) {
241
235
  stroke: none;
242
236
  opacity: 0;
243
237
  }
244
238
 
245
- .awsui_segment_1edmh_1v9r3_97:not(#\9) {
239
+ .awsui_segment_1edmh_b6wa3_97:not(#\9) {
246
240
  stroke: var(--color-background-container-content-4un1ap, #ffffff);
247
241
  stroke-width: 2px;
248
242
  stroke-linejoin: round;
249
243
  opacity: 1;
250
244
  cursor: pointer;
251
245
  }
252
- .awsui_segment_1edmh_1v9r3_97:not(#\9):focus {
246
+ .awsui_segment_1edmh_b6wa3_97:not(#\9):focus {
253
247
  outline: none;
254
248
  }
255
- .awsui_segment_1edmh_1v9r3_97.awsui_segment--dimmed_1edmh_1v9r3_255:not(#\9) {
249
+ .awsui_segment_1edmh_b6wa3_97.awsui_segment--dimmed_1edmh_b6wa3_249:not(#\9) {
256
250
  opacity: 0.35;
257
251
  }
258
- .awsui_segment_1edmh_1v9r3_97.awsui_segment--highlighted_1edmh_1v9r3_258 > .awsui_segment__highlight_1edmh_1v9r3_240:not(#\9), .awsui_segment_1edmh_1v9r3_97:not(#\9):hover:not(.awsui_segment--dimmed_1edmh_1v9r3_255) > .awsui_segment__highlight_1edmh_1v9r3_240 {
252
+ .awsui_segment_1edmh_b6wa3_97.awsui_segment--highlighted_1edmh_b6wa3_252 > .awsui_segment__highlight_1edmh_b6wa3_234:not(#\9), .awsui_segment_1edmh_b6wa3_97:not(#\9):hover:not(.awsui_segment--dimmed_1edmh_b6wa3_249) > .awsui_segment__highlight_1edmh_b6wa3_234 {
259
253
  opacity: 1;
260
254
  }
261
255
 
262
- .awsui_label_1edmh_1v9r3_138:not(#\9) {
256
+ .awsui_label_1edmh_b6wa3_138:not(#\9) {
263
257
  color: var(--color-text-heading-default-lstrpn, #000716);
264
258
  opacity: 1;
265
259
  /* stylelint-disable-next-line selector-max-type */
266
260
  /* stylelint-disable-next-line selector-max-type */
267
261
  }
268
- .awsui_label_1edmh_1v9r3_138 > line:not(#\9) {
262
+ .awsui_label_1edmh_b6wa3_138 > line:not(#\9) {
269
263
  stroke: var(--color-stroke-chart-line-ppq5nh, #7d8998);
270
264
  stroke-width: var(--border-divider-section-width-1061zr, 1px);
271
265
  }
272
- .awsui_label_1edmh_1v9r3_138 > div:not(#\9) {
273
- margin-top: -0.75em;
266
+ .awsui_label_1edmh_b6wa3_138 > div:not(#\9) {
267
+ margin-block-start: -0.75em;
274
268
  }
275
- .awsui_label_1edmh_1v9r3_138.awsui_label--dimmed_1edmh_1v9r3_275:not(#\9) {
269
+ .awsui_label_1edmh_b6wa3_138.awsui_label--dimmed_1edmh_b6wa3_269:not(#\9) {
276
270
  opacity: 0.35;
277
271
  }
278
- .awsui_label_1edmh_1v9r3_138.awsui_label--align-right_1edmh_1v9r3_278:not(#\9) {
272
+ .awsui_label_1edmh_b6wa3_138.awsui_label--align-right_1edmh_b6wa3_272:not(#\9) {
279
273
  /* stylelint-disable-next-line selector-max-type */
280
274
  }
281
- .awsui_label_1edmh_1v9r3_138.awsui_label--align-right_1edmh_1v9r3_278 > div:not(#\9) {
282
- text-align: right;
275
+ .awsui_label_1edmh_b6wa3_138.awsui_label--align-right_1edmh_b6wa3_272 > div:not(#\9) {
276
+ text-align: end;
283
277
  }
284
278
 
285
279
  /* stylelint-disable-next-line selector-max-type */
286
- .awsui_label-text_1edmh_1v9r3_286 > text:not(#\9) {
280
+ .awsui_label-text_1edmh_b6wa3_280 > text:not(#\9) {
287
281
  font-size: var(--font-size-body-m-x4okxb, 14px);
288
282
  line-height: var(--line-height-body-m-30ar75, 20px);
289
283
  font-weight: var(--font-display-label-weight-815ja9, 700);
@@ -291,22 +285,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
291
285
  dominant-baseline: middle;
292
286
  }
293
287
 
294
- text.awsui_label__description_1edmh_1v9r3_294:not(#\9) {
288
+ text.awsui_label__description_1edmh_b6wa3_288:not(#\9) {
295
289
  font-size: var(--font-chart-detail-size-1n389u, 12px);
296
290
  font-weight: 400;
297
291
  color: var(--color-text-group-label-jpw8sm, #414d5c);
298
292
  fill: var(--color-text-group-label-jpw8sm, #414d5c);
299
293
  }
300
294
 
301
- .awsui_label-line_1edmh_1v9r3_301:not(#\9) {
295
+ .awsui_label-line_1edmh_b6wa3_295:not(#\9) {
302
296
  /* used in component code */
303
297
  }
304
298
 
305
- .awsui_label--highlighted_1edmh_1v9r3_305:not(#\9) {
299
+ .awsui_label--highlighted_1edmh_b6wa3_299:not(#\9) {
306
300
  /* used in test-utils */
307
301
  }
308
302
 
309
- .awsui_popover-header_1edmh_1v9r3_309:not(#\9) {
303
+ .awsui_popover-header_1edmh_b6wa3_303:not(#\9) {
310
304
  display: inline-flex;
311
305
  align-items: flex-start;
312
306
  }
@@ -2,32 +2,32 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "segment__path": "awsui_segment__path_1edmh_1v9r3_97",
6
- "segment": "awsui_segment_1edmh_1v9r3_97",
7
- "segment__hover": "awsui_segment__hover_1edmh_1v9r3_124",
8
- "label": "awsui_label_1edmh_1v9r3_138",
9
- "root": "awsui_root_1edmh_1v9r3_156",
10
- "content": "awsui_content_1edmh_1v9r3_160",
11
- "content--small": "awsui_content--small_1edmh_1v9r3_160",
12
- "content--fit-height": "awsui_content--fit-height_1edmh_1v9r3_163",
13
- "content--without-labels": "awsui_content--without-labels_1edmh_1v9r3_166",
14
- "content--medium": "awsui_content--medium_1edmh_1v9r3_172",
15
- "content--large": "awsui_content--large_1edmh_1v9r3_184",
16
- "status-container": "awsui_status-container_1edmh_1v9r3_201",
17
- "chart-container": "awsui_chart-container_1edmh_1v9r3_205",
18
- "chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_1v9r3_209",
19
- "chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_1v9r3_214",
20
- "chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_1v9r3_217",
21
- "inner-content": "awsui_inner-content_1edmh_1v9r3_226",
22
- "segment__highlight": "awsui_segment__highlight_1edmh_1v9r3_240",
23
- "segment--dimmed": "awsui_segment--dimmed_1edmh_1v9r3_255",
24
- "segment--highlighted": "awsui_segment--highlighted_1edmh_1v9r3_258",
25
- "label--dimmed": "awsui_label--dimmed_1edmh_1v9r3_275",
26
- "label--align-right": "awsui_label--align-right_1edmh_1v9r3_278",
27
- "label-text": "awsui_label-text_1edmh_1v9r3_286",
28
- "label__description": "awsui_label__description_1edmh_1v9r3_294",
29
- "label-line": "awsui_label-line_1edmh_1v9r3_301",
30
- "label--highlighted": "awsui_label--highlighted_1edmh_1v9r3_305",
31
- "popover-header": "awsui_popover-header_1edmh_1v9r3_309"
5
+ "segment__path": "awsui_segment__path_1edmh_b6wa3_97",
6
+ "segment": "awsui_segment_1edmh_b6wa3_97",
7
+ "segment__hover": "awsui_segment__hover_1edmh_b6wa3_124",
8
+ "label": "awsui_label_1edmh_b6wa3_138",
9
+ "root": "awsui_root_1edmh_b6wa3_156",
10
+ "content": "awsui_content_1edmh_b6wa3_160",
11
+ "content--small": "awsui_content--small_1edmh_b6wa3_160",
12
+ "content--fit-height": "awsui_content--fit-height_1edmh_b6wa3_163",
13
+ "content--without-labels": "awsui_content--without-labels_1edmh_b6wa3_166",
14
+ "content--medium": "awsui_content--medium_1edmh_b6wa3_172",
15
+ "content--large": "awsui_content--large_1edmh_b6wa3_184",
16
+ "status-container": "awsui_status-container_1edmh_b6wa3_201",
17
+ "chart-container": "awsui_chart-container_1edmh_b6wa3_205",
18
+ "chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_b6wa3_209",
19
+ "chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_b6wa3_214",
20
+ "chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_b6wa3_217",
21
+ "inner-content": "awsui_inner-content_1edmh_b6wa3_223",
22
+ "segment__highlight": "awsui_segment__highlight_1edmh_b6wa3_234",
23
+ "segment--dimmed": "awsui_segment--dimmed_1edmh_b6wa3_249",
24
+ "segment--highlighted": "awsui_segment--highlighted_1edmh_b6wa3_252",
25
+ "label--dimmed": "awsui_label--dimmed_1edmh_b6wa3_269",
26
+ "label--align-right": "awsui_label--align-right_1edmh_b6wa3_272",
27
+ "label-text": "awsui_label-text_1edmh_b6wa3_280",
28
+ "label__description": "awsui_label__description_1edmh_b6wa3_288",
29
+ "label-line": "awsui_label-line_1edmh_b6wa3_295",
30
+ "label--highlighted": "awsui_label--highlighted_1edmh_b6wa3_299",
31
+ "popover-header": "awsui_popover-header_1edmh_b6wa3_303"
32
32
  };
33
33
 
@@ -1,55 +1,55 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "arrow": "awsui_arrow_xjuzf_le2x1_185",
5
- "arrow-outer": "awsui_arrow-outer_xjuzf_le2x1_189",
6
- "arrow-inner": "awsui_arrow-inner_xjuzf_le2x1_189",
7
- "refresh": "awsui_refresh_xjuzf_le2x1_216",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_le2x1_223",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_le2x1_223",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_le2x1_226",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_le2x1_226",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_le2x1_229",
13
- "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_le2x1_229",
14
- "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_le2x1_229",
15
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_le2x1_229",
16
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_le2x1_232",
17
- "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_le2x1_232",
18
- "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_le2x1_232",
19
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_le2x1_232",
20
- "body": "awsui_body_xjuzf_le2x1_328",
21
- "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_le2x1_366",
22
- "has-dismiss": "awsui_has-dismiss_xjuzf_le2x1_370",
23
- "dismiss": "awsui_dismiss_xjuzf_le2x1_375",
24
- "dismiss-control": "awsui_dismiss-control_xjuzf_le2x1_382",
25
- "header-row": "awsui_header-row_xjuzf_le2x1_386",
26
- "header": "awsui_header_xjuzf_le2x1_386",
27
- "content": "awsui_content_xjuzf_le2x1_412",
28
- "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_le2x1_420",
29
- "container": "awsui_container_xjuzf_le2x1_516",
30
- "container-body": "awsui_container-body_xjuzf_le2x1_524",
31
- "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_le2x1_563",
32
- "container-body-size-small": "awsui_container-body-size-small_xjuzf_le2x1_568",
33
- "fixed-width": "awsui_fixed-width_xjuzf_le2x1_571",
34
- "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_le2x1_575",
35
- "container-body-size-large": "awsui_container-body-size-large_xjuzf_le2x1_582",
36
- "container-arrow": "awsui_container-arrow_xjuzf_le2x1_594",
37
- "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_le2x1_598",
38
- "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_le2x1_598",
39
- "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_le2x1_610",
40
- "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_le2x1_610",
41
- "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_le2x1_622",
42
- "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_le2x1_622",
43
- "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_le2x1_622",
44
- "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_le2x1_622",
45
- "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_le2x1_638",
46
- "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_le2x1_642",
47
- "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_le2x1_646",
48
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_le2x1_1",
49
- "root": "awsui_root_xjuzf_le2x1_786",
50
- "trigger": "awsui_trigger_xjuzf_le2x1_822",
51
- "trigger-type-text": "awsui_trigger-type-text_xjuzf_le2x1_829",
52
- "trigger-inner-text": "awsui_trigger-inner-text_xjuzf_le2x1_858",
53
- "popover-content": "awsui_popover-content_xjuzf_le2x1_862"
4
+ "arrow": "awsui_arrow_xjuzf_1nc4t_185",
5
+ "arrow-outer": "awsui_arrow-outer_xjuzf_1nc4t_189",
6
+ "arrow-inner": "awsui_arrow-inner_xjuzf_1nc4t_189",
7
+ "refresh": "awsui_refresh_xjuzf_1nc4t_219",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1nc4t_229",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1nc4t_229",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1nc4t_232",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1nc4t_232",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1nc4t_235",
13
+ "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1nc4t_235",
14
+ "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1nc4t_235",
15
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1nc4t_235",
16
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1nc4t_238",
17
+ "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1nc4t_238",
18
+ "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1nc4t_238",
19
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1nc4t_238",
20
+ "body": "awsui_body_xjuzf_1nc4t_334",
21
+ "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1nc4t_373",
22
+ "has-dismiss": "awsui_has-dismiss_xjuzf_1nc4t_377",
23
+ "dismiss": "awsui_dismiss_xjuzf_1nc4t_382",
24
+ "dismiss-control": "awsui_dismiss-control_xjuzf_1nc4t_390",
25
+ "header-row": "awsui_header-row_xjuzf_1nc4t_394",
26
+ "header": "awsui_header_xjuzf_1nc4t_394",
27
+ "content": "awsui_content_xjuzf_1nc4t_420",
28
+ "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1nc4t_428",
29
+ "container": "awsui_container_xjuzf_1nc4t_524",
30
+ "container-body": "awsui_container-body_xjuzf_1nc4t_532",
31
+ "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_1nc4t_575",
32
+ "container-body-size-small": "awsui_container-body-size-small_xjuzf_1nc4t_580",
33
+ "fixed-width": "awsui_fixed-width_xjuzf_1nc4t_583",
34
+ "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_1nc4t_587",
35
+ "container-body-size-large": "awsui_container-body-size-large_xjuzf_1nc4t_594",
36
+ "container-arrow": "awsui_container-arrow_xjuzf_1nc4t_606",
37
+ "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1nc4t_610",
38
+ "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1nc4t_610",
39
+ "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1nc4t_622",
40
+ "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1nc4t_622",
41
+ "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1nc4t_634",
42
+ "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1nc4t_634",
43
+ "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1nc4t_634",
44
+ "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1nc4t_634",
45
+ "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1nc4t_650",
46
+ "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1nc4t_654",
47
+ "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1nc4t_658",
48
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1nc4t_1",
49
+ "root": "awsui_root_xjuzf_1nc4t_798",
50
+ "trigger": "awsui_trigger_xjuzf_1nc4t_834",
51
+ "trigger-type-text": "awsui_trigger-type-text_xjuzf_1nc4t_841",
52
+ "trigger-inner-text": "awsui_trigger-inner-text_xjuzf_1nc4t_873",
53
+ "popover-content": "awsui_popover-content_xjuzf_1nc4t_877"
54
54
  };
55
55