@cloudscape-design/components 3.0.150 → 3.0.152
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/box/styles.css.js +189 -189
- package/box/styles.scoped.css +239 -233
- package/box/styles.selectors.js +189 -189
- package/button/styles.css.js +18 -18
- package/button/styles.scoped.css +140 -138
- package/button/styles.selectors.js +18 -18
- package/cards/styles.css.js +37 -37
- package/cards/styles.scoped.css +46 -44
- package/cards/styles.selectors.js +37 -37
- package/container/interfaces.d.ts +8 -0
- package/container/interfaces.d.ts.map +1 -1
- package/container/interfaces.js.map +1 -1
- package/container/internal.d.ts +1 -1
- package/container/internal.d.ts.map +1 -1
- package/container/internal.js +2 -2
- package/container/internal.js.map +1 -1
- package/container/styles.css.js +17 -16
- package/container/styles.scoped.css +34 -33
- package/container/styles.selectors.js +17 -16
- package/expandable-section/styles.css.js +21 -21
- package/expandable-section/styles.scoped.css +44 -42
- package/expandable-section/styles.selectors.js +21 -21
- package/header/internal.d.ts.map +1 -1
- package/header/internal.js +1 -1
- package/header/internal.js.map +1 -1
- package/header/styles.css.js +44 -40
- package/header/styles.scoped.css +74 -52
- package/header/styles.selectors.js +44 -40
- package/help-panel/styles.css.js +4 -4
- package/help-panel/styles.scoped.css +72 -58
- package/help-panel/styles.selectors.js +4 -4
- package/internal/base-component/styles.scoped.css +2 -0
- package/internal/components/menu-dropdown/styles.css.js +7 -7
- package/internal/components/menu-dropdown/styles.scoped.css +16 -14
- package/internal/components/menu-dropdown/styles.selectors.js +7 -7
- package/internal/environment.js +1 -1
- package/internal/generated/theming/index.cjs +6 -0
- package/internal/generated/theming/index.js +6 -0
- package/internal/manifest.json +1 -1
- package/link/styles.css.js +20 -20
- package/link/styles.scoped.css +75 -71
- package/link/styles.selectors.js +20 -20
- package/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-container.js +13 -8
- package/mixed-line-bar-chart/chart-container.js.map +1 -1
- package/package.json +1 -1
- package/pagination/styles.css.js +9 -9
- package/pagination/styles.scoped.css +25 -23
- package/pagination/styles.selectors.js +9 -9
- package/pie-chart/pie-chart.d.ts.map +1 -1
- package/pie-chart/pie-chart.js +11 -4
- package/pie-chart/pie-chart.js.map +1 -1
- package/pie-chart/styles.css.js +27 -27
- package/pie-chart/styles.scoped.css +45 -43
- package/pie-chart/styles.selectors.js +27 -27
- package/popover/styles.css.js +50 -50
- package/popover/styles.scoped.css +67 -63
- package/popover/styles.selectors.js +50 -50
- package/progress-bar/styles.css.js +18 -18
- package/progress-bar/styles.scoped.css +34 -32
- package/progress-bar/styles.selectors.js +18 -18
- package/segmented-control/styles.css.js +14 -14
- package/segmented-control/styles.scoped.css +37 -35
- package/segmented-control/styles.selectors.js +14 -14
- package/side-navigation/styles.css.js +22 -22
- package/side-navigation/styles.scoped.css +36 -32
- package/side-navigation/styles.selectors.js +22 -22
- package/split-panel/styles.css.js +59 -59
- package/split-panel/styles.scoped.css +83 -81
- package/split-panel/styles.selectors.js +59 -59
- package/table/header-cell/styles.css.js +18 -18
- package/table/header-cell/styles.scoped.css +32 -30
- package/table/header-cell/styles.selectors.js +18 -18
- package/tabs/styles.css.js +21 -21
- package/tabs/styles.scoped.css +40 -38
- package/tabs/styles.selectors.js +21 -21
- package/tag-editor/styles.css.js +3 -3
- package/tag-editor/styles.scoped.css +12 -10
- package/tag-editor/styles.selectors.js +3 -3
- package/text-content/styles.css.js +1 -1
- package/text-content/styles.scoped.css +70 -60
- package/text-content/styles.selectors.js +1 -1
- package/top-navigation/1.0-beta/styles.css.js +25 -25
- package/top-navigation/1.0-beta/styles.scoped.css +44 -42
- package/top-navigation/1.0-beta/styles.selectors.js +25 -25
- package/top-navigation/styles.css.js +47 -47
- package/top-navigation/styles.scoped.css +72 -66
- package/top-navigation/styles.selectors.js +47 -47
|
@@ -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_ynxxl_97:not(#\9) {
|
|
98
98
|
transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
99
99
|
}
|
|
100
100
|
@media (prefers-reduced-motion: reduce) {
|
|
101
|
-
.
|
|
101
|
+
.awsui_segment__path_1edmh_ynxxl_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_ynxxl_97:not(#\9), .awsui-mode-entering .awsui_segment__path_1edmh_ynxxl_97:not(#\9) {
|
|
107
107
|
animation: none;
|
|
108
108
|
transition: none;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
.
|
|
111
|
+
.awsui_segment_1edmh_ynxxl_97:not(#\9) {
|
|
112
112
|
transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
113
113
|
}
|
|
114
114
|
@media (prefers-reduced-motion: reduce) {
|
|
115
|
-
.
|
|
115
|
+
.awsui_segment_1edmh_ynxxl_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_ynxxl_97:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_ynxxl_97:not(#\9) {
|
|
121
121
|
animation: none;
|
|
122
122
|
transition: none;
|
|
123
123
|
}
|
|
124
|
-
.
|
|
124
|
+
.awsui_segment_1edmh_ynxxl_97 > .awsui_segment__hover_1edmh_ynxxl_124:not(#\9) {
|
|
125
125
|
transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
126
126
|
}
|
|
127
127
|
@media (prefers-reduced-motion: reduce) {
|
|
128
|
-
.
|
|
128
|
+
.awsui_segment_1edmh_ynxxl_97 > .awsui_segment__hover_1edmh_ynxxl_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_ynxxl_97 > .awsui_segment__hover_1edmh_ynxxl_124:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_ynxxl_97 > .awsui_segment__hover_1edmh_ynxxl_124:not(#\9) {
|
|
134
134
|
animation: none;
|
|
135
135
|
transition: none;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.
|
|
138
|
+
.awsui_label_1edmh_ynxxl_138:not(#\9) {
|
|
139
139
|
transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
140
140
|
}
|
|
141
141
|
@media (prefers-reduced-motion: reduce) {
|
|
142
|
-
.
|
|
142
|
+
.awsui_label_1edmh_ynxxl_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_ynxxl_138:not(#\9), .awsui-mode-entering .awsui_label_1edmh_ynxxl_138:not(#\9) {
|
|
148
148
|
animation: none;
|
|
149
149
|
transition: none;
|
|
150
150
|
}
|
|
@@ -153,7 +153,7 @@ 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_ynxxl_156:not(#\9) {
|
|
157
157
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
158
158
|
border-collapse: separate;
|
|
159
159
|
border-spacing: 0;
|
|
@@ -191,55 +191,55 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
191
191
|
display: block;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
.awsui_filter-
|
|
194
|
+
.awsui_filter-container_1edmh_ynxxl_168:not(#\9) {
|
|
195
195
|
/* used in test-utils */
|
|
196
196
|
}
|
|
197
197
|
|
|
198
|
-
.awsui_has-default-
|
|
198
|
+
.awsui_has-default-filter_1edmh_ynxxl_172 > :not(#\9):first-child {
|
|
199
199
|
flex: 280px 0 1;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
.
|
|
202
|
+
.awsui_content_1edmh_ynxxl_176:not(#\9) {
|
|
203
203
|
display: flex;
|
|
204
204
|
position: relative;
|
|
205
205
|
justify-content: center;
|
|
206
206
|
align-items: center;
|
|
207
207
|
}
|
|
208
|
-
.
|
|
208
|
+
.awsui_content_1edmh_ynxxl_176.awsui_content--small_1edmh_ynxxl_182:not(#\9) {
|
|
209
209
|
min-height: calc(2 * (50px + var(--space-xs-rsr2qu, 8px) + calc(2 * var(--font-body-m-line-height-i7xxvv, 22px))));
|
|
210
210
|
}
|
|
211
|
-
.
|
|
211
|
+
.awsui_content_1edmh_ynxxl_176.awsui_content--small_1edmh_ynxxl_182.awsui_content--without-labels_1edmh_ynxxl_185:not(#\9) {
|
|
212
212
|
min-height: calc(2 * (50px + var(--space-xs-rsr2qu, 8px)));
|
|
213
213
|
}
|
|
214
|
-
.
|
|
214
|
+
.awsui_content_1edmh_ynxxl_176.awsui_content--medium_1edmh_ynxxl_188:not(#\9) {
|
|
215
215
|
min-height: calc(2 * (100px + var(--space-s-hv8c1d, 12px) + calc(2 * var(--font-body-m-line-height-i7xxvv, 22px))));
|
|
216
216
|
}
|
|
217
|
-
.
|
|
217
|
+
.awsui_content_1edmh_ynxxl_176.awsui_content--medium_1edmh_ynxxl_188.awsui_content--without-labels_1edmh_ynxxl_185:not(#\9) {
|
|
218
218
|
min-height: calc(2 * (100px + var(--space-s-hv8c1d, 12px)));
|
|
219
219
|
}
|
|
220
|
-
.
|
|
220
|
+
.awsui_content_1edmh_ynxxl_176.awsui_content--large_1edmh_ynxxl_194:not(#\9) {
|
|
221
221
|
min-height: calc(2 * (140px + var(--space-s-hv8c1d, 12px) + calc(2 * var(--font-body-m-line-height-i7xxvv, 22px))));
|
|
222
222
|
}
|
|
223
|
-
.
|
|
223
|
+
.awsui_content_1edmh_ynxxl_176.awsui_content--large_1edmh_ynxxl_194.awsui_content--without-labels_1edmh_ynxxl_185:not(#\9) {
|
|
224
224
|
min-height: calc(2 * (140px + var(--space-s-hv8c1d, 12px)));
|
|
225
225
|
}
|
|
226
|
-
.
|
|
226
|
+
.awsui_content_1edmh_ynxxl_176.awsui_content--reserve-filter_1edmh_ynxxl_200:not(#\9) {
|
|
227
227
|
margin-top: calc(2 * var(--font-body-m-line-height-i7xxvv, 22px));
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
.awsui_content_1edmh_ynxxl_176.awsui_content--reserve-legend_1edmh_ynxxl_203:not(#\9) {
|
|
230
230
|
margin-bottom: calc(2 * var(--font-body-m-line-height-i7xxvv, 22px));
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
.awsui_status-
|
|
233
|
+
.awsui_status-container_1edmh_ynxxl_207:not(#\9) {
|
|
234
234
|
/* used in test utils */
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.awsui_chart-
|
|
237
|
+
.awsui_chart-container_1edmh_ynxxl_211:not(#\9) {
|
|
238
238
|
display: flex;
|
|
239
239
|
flex: 1;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
.awsui_inner-
|
|
242
|
+
.awsui_inner-content_1edmh_ynxxl_216:not(#\9) {
|
|
243
243
|
display: flex;
|
|
244
244
|
position: absolute;
|
|
245
245
|
flex-direction: column;
|
|
@@ -253,74 +253,76 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
253
253
|
pointer-events: none;
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
.
|
|
256
|
+
.awsui_segment__highlight_1edmh_ynxxl_230:not(#\9) {
|
|
257
257
|
stroke: none;
|
|
258
258
|
opacity: 0;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
.
|
|
261
|
+
.awsui_segment_1edmh_ynxxl_97:not(#\9) {
|
|
262
262
|
stroke: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
263
263
|
stroke-width: 2px;
|
|
264
264
|
stroke-linejoin: round;
|
|
265
265
|
opacity: 1;
|
|
266
266
|
cursor: pointer;
|
|
267
267
|
}
|
|
268
|
-
.
|
|
268
|
+
.awsui_segment_1edmh_ynxxl_97:not(#\9):focus {
|
|
269
269
|
outline: none;
|
|
270
270
|
}
|
|
271
|
-
.
|
|
271
|
+
.awsui_segment_1edmh_ynxxl_97.awsui_segment--dimmed_1edmh_ynxxl_245:not(#\9) {
|
|
272
272
|
opacity: 0.35;
|
|
273
273
|
}
|
|
274
|
-
.
|
|
274
|
+
.awsui_segment_1edmh_ynxxl_97.awsui_segment--highlighted_1edmh_ynxxl_248 > .awsui_segment__highlight_1edmh_ynxxl_230:not(#\9), .awsui_segment_1edmh_ynxxl_97:not(#\9):hover:not(.awsui_segment--dimmed_1edmh_ynxxl_245) > .awsui_segment__highlight_1edmh_ynxxl_230 {
|
|
275
275
|
opacity: 1;
|
|
276
276
|
}
|
|
277
277
|
|
|
278
|
-
.
|
|
278
|
+
.awsui_label_1edmh_ynxxl_138:not(#\9) {
|
|
279
279
|
color: var(--color-text-heading-default-jopz0f, #000716);
|
|
280
280
|
opacity: 1;
|
|
281
281
|
/* stylelint-disable-next-line selector-max-type */
|
|
282
282
|
/* stylelint-disable-next-line selector-max-type */
|
|
283
283
|
}
|
|
284
|
-
.
|
|
284
|
+
.awsui_label_1edmh_ynxxl_138 > line:not(#\9) {
|
|
285
285
|
stroke: var(--color-border-control-default-m3lmsh, #7d8998);
|
|
286
286
|
stroke-width: var(--border-divider-section-width-4wm2it, 2px);
|
|
287
287
|
}
|
|
288
|
-
.
|
|
288
|
+
.awsui_label_1edmh_ynxxl_138 > div:not(#\9) {
|
|
289
289
|
margin-top: -0.75em;
|
|
290
290
|
}
|
|
291
|
-
.
|
|
291
|
+
.awsui_label_1edmh_ynxxl_138.awsui_label--dimmed_1edmh_ynxxl_265:not(#\9) {
|
|
292
292
|
opacity: 0.35;
|
|
293
293
|
}
|
|
294
|
-
.
|
|
294
|
+
.awsui_label_1edmh_ynxxl_138.awsui_label--align-right_1edmh_ynxxl_268:not(#\9) {
|
|
295
295
|
/* stylelint-disable-next-line selector-max-type */
|
|
296
296
|
}
|
|
297
|
-
.
|
|
297
|
+
.awsui_label_1edmh_ynxxl_138.awsui_label--align-right_1edmh_ynxxl_268 > div:not(#\9) {
|
|
298
298
|
text-align: right;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
/* stylelint-disable-next-line selector-max-type */
|
|
302
|
-
.awsui_label-
|
|
302
|
+
.awsui_label-text_1edmh_ynxxl_276 > text:not(#\9) {
|
|
303
|
+
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
304
|
+
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
303
305
|
font-weight: var(--font-display-label-weight-m18hjh, 700);
|
|
304
306
|
fill: var(--color-text-heading-default-jopz0f, #000716);
|
|
305
307
|
dominant-baseline: middle;
|
|
306
308
|
}
|
|
307
309
|
|
|
308
|
-
text.
|
|
310
|
+
text.awsui_label__description_1edmh_ynxxl_284:not(#\9) {
|
|
309
311
|
font-size: var(--font-chart-detail-size-pm0amk, 12px);
|
|
310
312
|
font-weight: 400;
|
|
311
313
|
color: var(--color-text-group-label-w9to2i, #414d5c);
|
|
312
314
|
fill: var(--color-text-group-label-w9to2i, #414d5c);
|
|
313
315
|
}
|
|
314
316
|
|
|
315
|
-
.awsui_label-
|
|
317
|
+
.awsui_label-line_1edmh_ynxxl_291:not(#\9) {
|
|
316
318
|
/* used in component code */
|
|
317
319
|
}
|
|
318
320
|
|
|
319
|
-
.awsui_label--
|
|
321
|
+
.awsui_label--highlighted_1edmh_ynxxl_295:not(#\9) {
|
|
320
322
|
/* used in test-utils */
|
|
321
323
|
}
|
|
322
324
|
|
|
323
|
-
.awsui_popover-
|
|
325
|
+
.awsui_popover-header_1edmh_ynxxl_299:not(#\9) {
|
|
324
326
|
display: inline-flex;
|
|
325
327
|
align-items: flex-start;
|
|
326
328
|
}
|
|
@@ -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
|
-
"filter-container": "awsui_filter-
|
|
11
|
-
"has-default-filter": "awsui_has-default-
|
|
12
|
-
"content": "
|
|
13
|
-
"content--small": "awsui_content--
|
|
14
|
-
"content--without-labels": "awsui_content--without-
|
|
15
|
-
"content--medium": "awsui_content--
|
|
16
|
-
"content--large": "awsui_content--
|
|
17
|
-
"content--reserve-filter": "awsui_content--reserve-
|
|
18
|
-
"content--reserve-legend": "awsui_content--reserve-
|
|
19
|
-
"status-container": "awsui_status-
|
|
20
|
-
"chart-container": "awsui_chart-
|
|
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_ynxxl_97",
|
|
6
|
+
"segment": "awsui_segment_1edmh_ynxxl_97",
|
|
7
|
+
"segment__hover": "awsui_segment__hover_1edmh_ynxxl_124",
|
|
8
|
+
"label": "awsui_label_1edmh_ynxxl_138",
|
|
9
|
+
"root": "awsui_root_1edmh_ynxxl_156",
|
|
10
|
+
"filter-container": "awsui_filter-container_1edmh_ynxxl_168",
|
|
11
|
+
"has-default-filter": "awsui_has-default-filter_1edmh_ynxxl_172",
|
|
12
|
+
"content": "awsui_content_1edmh_ynxxl_176",
|
|
13
|
+
"content--small": "awsui_content--small_1edmh_ynxxl_182",
|
|
14
|
+
"content--without-labels": "awsui_content--without-labels_1edmh_ynxxl_185",
|
|
15
|
+
"content--medium": "awsui_content--medium_1edmh_ynxxl_188",
|
|
16
|
+
"content--large": "awsui_content--large_1edmh_ynxxl_194",
|
|
17
|
+
"content--reserve-filter": "awsui_content--reserve-filter_1edmh_ynxxl_200",
|
|
18
|
+
"content--reserve-legend": "awsui_content--reserve-legend_1edmh_ynxxl_203",
|
|
19
|
+
"status-container": "awsui_status-container_1edmh_ynxxl_207",
|
|
20
|
+
"chart-container": "awsui_chart-container_1edmh_ynxxl_211",
|
|
21
|
+
"inner-content": "awsui_inner-content_1edmh_ynxxl_216",
|
|
22
|
+
"segment__highlight": "awsui_segment__highlight_1edmh_ynxxl_230",
|
|
23
|
+
"segment--dimmed": "awsui_segment--dimmed_1edmh_ynxxl_245",
|
|
24
|
+
"segment--highlighted": "awsui_segment--highlighted_1edmh_ynxxl_248",
|
|
25
|
+
"label--dimmed": "awsui_label--dimmed_1edmh_ynxxl_265",
|
|
26
|
+
"label--align-right": "awsui_label--align-right_1edmh_ynxxl_268",
|
|
27
|
+
"label-text": "awsui_label-text_1edmh_ynxxl_276",
|
|
28
|
+
"label__description": "awsui_label__description_1edmh_ynxxl_284",
|
|
29
|
+
"label-line": "awsui_label-line_1edmh_ynxxl_291",
|
|
30
|
+
"label--highlighted": "awsui_label--highlighted_1edmh_ynxxl_295",
|
|
31
|
+
"popover-header": "awsui_popover-header_1edmh_ynxxl_299"
|
|
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
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
8
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
10
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
12
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
16
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
17
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
19
|
-
"body": "
|
|
20
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
21
|
-
"has-dismiss": "awsui_has-
|
|
22
|
-
"dismiss": "
|
|
23
|
-
"dismiss-control": "awsui_dismiss-
|
|
24
|
-
"header-row": "awsui_header-
|
|
25
|
-
"header": "
|
|
26
|
-
"content": "
|
|
27
|
-
"content-overflow-visible": "awsui_content-overflow-
|
|
28
|
-
"container": "
|
|
29
|
-
"container-body": "awsui_container-
|
|
30
|
-
"container-body-variant-annotation": "awsui_container-body-variant-
|
|
31
|
-
"container-body-size-small": "awsui_container-body-size-
|
|
32
|
-
"fixed-width": "awsui_fixed-
|
|
33
|
-
"container-body-size-medium": "awsui_container-body-size-
|
|
34
|
-
"container-body-size-large": "awsui_container-body-size-
|
|
35
|
-
"container-arrow": "awsui_container-
|
|
36
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
37
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
38
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
39
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
40
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
41
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
42
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
43
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
44
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
45
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
46
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
47
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
48
|
-
"refresh": "
|
|
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_1qvsu_185",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_1qvsu_189",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_1qvsu_189",
|
|
7
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1qvsu_220",
|
|
8
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1qvsu_220",
|
|
9
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1qvsu_223",
|
|
10
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1qvsu_223",
|
|
11
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1qvsu_226",
|
|
12
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1qvsu_226",
|
|
13
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1qvsu_226",
|
|
14
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1qvsu_226",
|
|
15
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1qvsu_229",
|
|
16
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1qvsu_229",
|
|
17
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1qvsu_229",
|
|
18
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1qvsu_229",
|
|
19
|
+
"body": "awsui_body_xjuzf_1qvsu_325",
|
|
20
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1qvsu_339",
|
|
21
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_1qvsu_343",
|
|
22
|
+
"dismiss": "awsui_dismiss_xjuzf_1qvsu_348",
|
|
23
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_1qvsu_355",
|
|
24
|
+
"header-row": "awsui_header-row_xjuzf_1qvsu_359",
|
|
25
|
+
"header": "awsui_header_xjuzf_1qvsu_359",
|
|
26
|
+
"content": "awsui_content_xjuzf_1qvsu_385",
|
|
27
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1qvsu_392",
|
|
28
|
+
"container": "awsui_container_xjuzf_1qvsu_488",
|
|
29
|
+
"container-body": "awsui_container-body_xjuzf_1qvsu_496",
|
|
30
|
+
"container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_1qvsu_511",
|
|
31
|
+
"container-body-size-small": "awsui_container-body-size-small_xjuzf_1qvsu_516",
|
|
32
|
+
"fixed-width": "awsui_fixed-width_xjuzf_1qvsu_519",
|
|
33
|
+
"container-body-size-medium": "awsui_container-body-size-medium_xjuzf_1qvsu_523",
|
|
34
|
+
"container-body-size-large": "awsui_container-body-size-large_xjuzf_1qvsu_530",
|
|
35
|
+
"container-arrow": "awsui_container-arrow_xjuzf_1qvsu_542",
|
|
36
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1qvsu_546",
|
|
37
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1qvsu_546",
|
|
38
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1qvsu_558",
|
|
39
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1qvsu_558",
|
|
40
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1qvsu_570",
|
|
41
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1qvsu_570",
|
|
42
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1qvsu_570",
|
|
43
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1qvsu_570",
|
|
44
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1qvsu_586",
|
|
45
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1qvsu_590",
|
|
46
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1qvsu_594",
|
|
47
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1qvsu_1",
|
|
48
|
+
"refresh": "awsui_refresh_xjuzf_1qvsu_712",
|
|
49
|
+
"root": "awsui_root_xjuzf_1qvsu_734",
|
|
50
|
+
"trigger": "awsui_trigger_xjuzf_1qvsu_747",
|
|
51
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_1qvsu_754",
|
|
52
|
+
"trigger-inner-text": "awsui_trigger-inner-text_xjuzf_1qvsu_783",
|
|
53
|
+
"popover-content": "awsui_popover-content_xjuzf_1qvsu_787"
|
|
54
54
|
};
|
|
55
55
|
|