@cloudscape-design/components 3.0.516 → 3.0.518
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.
- package/button-dropdown/category-elements/category-element.d.ts +1 -1
- package/button-dropdown/category-elements/category-element.d.ts.map +1 -1
- package/button-dropdown/category-elements/category-element.js +2 -2
- package/button-dropdown/category-elements/category-element.js.map +1 -1
- package/button-dropdown/category-elements/expandable-category-element.d.ts +1 -1
- package/button-dropdown/category-elements/expandable-category-element.d.ts.map +1 -1
- package/button-dropdown/category-elements/expandable-category-element.js +2 -2
- package/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
- package/button-dropdown/category-elements/mobile-expandable-category-element.d.ts +1 -1
- package/button-dropdown/category-elements/mobile-expandable-category-element.d.ts.map +1 -1
- package/button-dropdown/category-elements/mobile-expandable-category-element.js +2 -2
- package/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -1
- package/button-dropdown/category-elements/styles.css.js +13 -13
- package/button-dropdown/category-elements/styles.scoped.css +32 -21
- package/button-dropdown/category-elements/styles.selectors.js +13 -13
- package/button-dropdown/interfaces.d.ts +0 -2
- package/button-dropdown/interfaces.d.ts.map +1 -1
- package/button-dropdown/interfaces.js.map +1 -1
- package/button-dropdown/item-element/index.d.ts +1 -1
- package/button-dropdown/item-element/index.d.ts.map +1 -1
- package/button-dropdown/item-element/index.js +1 -6
- package/button-dropdown/item-element/index.js.map +1 -1
- package/button-dropdown/item-element/styles.css.js +15 -16
- package/button-dropdown/item-element/styles.scoped.css +18 -18
- package/button-dropdown/item-element/styles.selectors.js +15 -16
- package/button-dropdown/items-list.d.ts.map +1 -1
- package/button-dropdown/items-list.js +3 -3
- package/button-dropdown/items-list.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/pagination/styles.css.js +9 -9
- package/pagination/styles.scoped.css +37 -32
- package/pagination/styles.selectors.js +9 -9
- package/pie-chart/styles.css.js +27 -27
- package/pie-chart/styles.scoped.css +66 -72
- package/pie-chart/styles.selectors.js +27 -27
- package/popover/styles.css.js +50 -50
- package/popover/styles.scoped.css +134 -119
- package/popover/styles.selectors.js +50 -50
- package/progress-bar/styles.css.js +18 -18
- package/progress-bar/styles.scoped.css +79 -54
- package/progress-bar/styles.selectors.js +18 -18
- package/property-filter/styles.css.js +31 -31
- package/property-filter/styles.scoped.css +54 -53
- package/property-filter/styles.selectors.js +31 -31
- package/radio-group/styles.css.js +9 -9
- package/radio-group/styles.scoped.css +17 -17
- package/radio-group/styles.selectors.js +9 -9
- package/s3-resource-selector/s3-in-context/styles.css.js +7 -7
- package/s3-resource-selector/s3-in-context/styles.scoped.css +18 -16
- package/s3-resource-selector/s3-in-context/styles.selectors.js +7 -7
- package/segmented-control/styles.css.js +14 -14
- package/segmented-control/styles.scoped.css +55 -49
- package/segmented-control/styles.selectors.js +14 -14
- package/select/parts/styles.css.js +16 -16
- package/select/parts/styles.scoped.css +39 -31
- package/select/parts/styles.selectors.js +16 -16
- package/side-navigation/styles.css.js +28 -28
- package/side-navigation/styles.scoped.css +86 -73
- package/side-navigation/styles.selectors.js +28 -28
- package/spinner/styles.css.js +13 -13
- package/spinner/styles.scoped.css +49 -45
- package/spinner/styles.selectors.js +13 -13
- package/split-panel/styles.css.js +55 -55
- package/split-panel/styles.scoped.css +149 -131
- package/split-panel/styles.selectors.js +55 -55
- package/status-indicator/styles.css.js +23 -23
- package/status-indicator/styles.scoped.css +31 -31
- 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
|
-
.
|
|
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
|
-
.
|
|
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 .
|
|
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
|
-
.
|
|
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
|
-
.
|
|
115
|
+
.awsui_segment_1edmh_b6wa3_97:not(#\9) {
|
|
116
116
|
animation: none;
|
|
117
117
|
transition: none;
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
|
-
.awsui-motion-disabled .
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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 .
|
|
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
|
-
.
|
|
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
|
-
.
|
|
142
|
+
.awsui_label_1edmh_b6wa3_138:not(#\9) {
|
|
143
143
|
animation: none;
|
|
144
144
|
transition: none;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
|
-
.awsui-motion-disabled .
|
|
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
|
-
.
|
|
156
|
+
.awsui_root_1edmh_b6wa3_156:not(#\9) {
|
|
157
157
|
/* used in test-utils */
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
161
|
-
min-
|
|
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
|
-
.
|
|
164
|
-
min-
|
|
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
|
-
.
|
|
167
|
-
min-
|
|
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
|
-
.
|
|
170
|
-
min-
|
|
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
|
-
.
|
|
173
|
-
min-
|
|
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
|
-
.
|
|
176
|
-
min-
|
|
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
|
-
.
|
|
179
|
-
min-
|
|
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
|
-
.
|
|
182
|
-
min-
|
|
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
|
-
.
|
|
185
|
-
min-
|
|
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
|
-
.
|
|
188
|
-
min-
|
|
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
|
-
.
|
|
191
|
-
min-
|
|
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
|
-
.
|
|
194
|
-
min-
|
|
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-
|
|
197
|
+
.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
|
|
198
198
|
flex: 1;
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
-
.awsui_status-
|
|
201
|
+
.awsui_status-container_1edmh_b6wa3_201:not(#\9) {
|
|
202
202
|
/* used in test utils */
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
.awsui_chart-
|
|
205
|
+
.awsui_chart-container_1edmh_b6wa3_205:not(#\9) {
|
|
206
206
|
display: flex;
|
|
207
207
|
flex: 1;
|
|
208
208
|
}
|
|
209
|
-
.awsui_chart-container--fit-
|
|
210
|
-
|
|
211
|
-
min-
|
|
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-
|
|
214
|
+
.awsui_chart-container-chart-plot_1edmh_b6wa3_214:not(#\9) {
|
|
215
215
|
display: contents;
|
|
216
216
|
}
|
|
217
|
-
.awsui_chart-container-chart-plot--fit-
|
|
217
|
+
.awsui_chart-container-chart-plot--fit-height_1edmh_b6wa3_217:not(#\9) {
|
|
218
218
|
display: block;
|
|
219
219
|
position: absolute;
|
|
220
|
-
|
|
221
|
-
right: 0;
|
|
222
|
-
bottom: 0;
|
|
223
|
-
left: 0;
|
|
220
|
+
inset: 0;
|
|
224
221
|
}
|
|
225
222
|
|
|
226
|
-
.awsui_inner-
|
|
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
|
-
|
|
234
|
-
left: 0;
|
|
235
|
-
bottom: 0;
|
|
236
|
-
right: 0;
|
|
230
|
+
inset: 0;
|
|
237
231
|
pointer-events: none;
|
|
238
232
|
}
|
|
239
233
|
|
|
240
|
-
.
|
|
234
|
+
.awsui_segment__highlight_1edmh_b6wa3_234:not(#\9) {
|
|
241
235
|
stroke: none;
|
|
242
236
|
opacity: 0;
|
|
243
237
|
}
|
|
244
238
|
|
|
245
|
-
.
|
|
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
|
-
.
|
|
246
|
+
.awsui_segment_1edmh_b6wa3_97:not(#\9):focus {
|
|
253
247
|
outline: none;
|
|
254
248
|
}
|
|
255
|
-
.
|
|
249
|
+
.awsui_segment_1edmh_b6wa3_97.awsui_segment--dimmed_1edmh_b6wa3_249:not(#\9) {
|
|
256
250
|
opacity: 0.35;
|
|
257
251
|
}
|
|
258
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
273
|
-
margin-
|
|
266
|
+
.awsui_label_1edmh_b6wa3_138 > div:not(#\9) {
|
|
267
|
+
margin-block-start: -0.75em;
|
|
274
268
|
}
|
|
275
|
-
.
|
|
269
|
+
.awsui_label_1edmh_b6wa3_138.awsui_label--dimmed_1edmh_b6wa3_269:not(#\9) {
|
|
276
270
|
opacity: 0.35;
|
|
277
271
|
}
|
|
278
|
-
.
|
|
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
|
-
.
|
|
282
|
-
text-align:
|
|
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-
|
|
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.
|
|
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-
|
|
295
|
+
.awsui_label-line_1edmh_b6wa3_295:not(#\9) {
|
|
302
296
|
/* used in component code */
|
|
303
297
|
}
|
|
304
298
|
|
|
305
|
-
.awsui_label--
|
|
299
|
+
.awsui_label--highlighted_1edmh_b6wa3_299:not(#\9) {
|
|
306
300
|
/* used in test-utils */
|
|
307
301
|
}
|
|
308
302
|
|
|
309
|
-
.awsui_popover-
|
|
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": "
|
|
6
|
-
"segment": "
|
|
7
|
-
"segment__hover": "
|
|
8
|
-
"label": "
|
|
9
|
-
"root": "
|
|
10
|
-
"content": "
|
|
11
|
-
"content--small": "awsui_content--
|
|
12
|
-
"content--fit-height": "awsui_content--fit-
|
|
13
|
-
"content--without-labels": "awsui_content--without-
|
|
14
|
-
"content--medium": "awsui_content--
|
|
15
|
-
"content--large": "awsui_content--
|
|
16
|
-
"status-container": "awsui_status-
|
|
17
|
-
"chart-container": "awsui_chart-
|
|
18
|
-
"chart-container--fit-height": "awsui_chart-container--fit-
|
|
19
|
-
"chart-container-chart-plot": "awsui_chart-container-chart-
|
|
20
|
-
"chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-
|
|
21
|
-
"inner-content": "awsui_inner-
|
|
22
|
-
"segment__highlight": "
|
|
23
|
-
"segment--dimmed": "awsui_segment--
|
|
24
|
-
"segment--highlighted": "awsui_segment--
|
|
25
|
-
"label--dimmed": "awsui_label--
|
|
26
|
-
"label--align-right": "awsui_label--align-
|
|
27
|
-
"label-text": "awsui_label-
|
|
28
|
-
"label__description": "
|
|
29
|
-
"label-line": "awsui_label-
|
|
30
|
-
"label--highlighted": "awsui_label--
|
|
31
|
-
"popover-header": "awsui_popover-
|
|
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
|
|
package/popover/styles.css.js
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrow-outer": "awsui_arrow-
|
|
6
|
-
"arrow-inner": "awsui_arrow-
|
|
7
|
-
"refresh": "
|
|
8
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
10
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
12
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
16
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
17
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
19
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
20
|
-
"body": "
|
|
21
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
22
|
-
"has-dismiss": "awsui_has-
|
|
23
|
-
"dismiss": "
|
|
24
|
-
"dismiss-control": "awsui_dismiss-
|
|
25
|
-
"header-row": "awsui_header-
|
|
26
|
-
"header": "
|
|
27
|
-
"content": "
|
|
28
|
-
"content-overflow-visible": "awsui_content-overflow-
|
|
29
|
-
"container": "
|
|
30
|
-
"container-body": "awsui_container-
|
|
31
|
-
"container-body-variant-annotation": "awsui_container-body-variant-
|
|
32
|
-
"container-body-size-small": "awsui_container-body-size-
|
|
33
|
-
"fixed-width": "awsui_fixed-
|
|
34
|
-
"container-body-size-medium": "awsui_container-body-size-
|
|
35
|
-
"container-body-size-large": "awsui_container-body-size-
|
|
36
|
-
"container-arrow": "awsui_container-
|
|
37
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
38
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
39
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
40
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
41
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
42
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
43
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
44
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
45
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
46
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
47
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
48
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
49
|
-
"root": "
|
|
50
|
-
"trigger": "
|
|
51
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
52
|
-
"trigger-inner-text": "awsui_trigger-inner-
|
|
53
|
-
"popover-content": "awsui_popover-
|
|
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
|
|