@cloudscape-design/components 3.0.306 → 3.0.308
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/alert/internal.d.ts.map +1 -1
- package/alert/internal.js +5 -1
- package/alert/internal.js.map +1 -1
- package/breadcrumb-group/item/item.d.ts.map +1 -1
- package/breadcrumb-group/item/item.js +7 -5
- package/breadcrumb-group/item/item.js.map +1 -1
- package/column-layout/interfaces.d.ts +1 -3
- package/column-layout/interfaces.d.ts.map +1 -1
- package/column-layout/interfaces.js.map +1 -1
- package/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/expandable-section/expandable-section-header.js +6 -7
- package/expandable-section/expandable-section-header.js.map +1 -1
- package/expandable-section/styles.css.js +27 -26
- package/expandable-section/styles.scoped.css +51 -47
- package/expandable-section/styles.selectors.js +27 -26
- package/flashbar/flash.d.ts.map +1 -1
- package/flashbar/flash.js +6 -2
- package/flashbar/flash.js.map +1 -1
- package/form-field/internal.d.ts.map +1 -1
- package/form-field/internal.js +8 -10
- package/form-field/internal.js.map +1 -1
- package/header/internal.d.ts.map +1 -1
- package/header/internal.js +2 -1
- package/header/internal.js.map +1 -1
- package/i18n/messages/all.all.d.ts +1 -1
- package/i18n/messages/all.de.d.ts +1 -1
- package/i18n/messages/all.en-GB.d.ts +1 -1
- package/i18n/messages/all.en.d.ts +1 -1
- package/i18n/messages/all.es.d.ts +1 -1
- package/i18n/messages/all.fr.d.ts +1 -1
- package/i18n/messages/all.id.d.ts +1 -1
- package/i18n/messages/all.it.d.ts +1 -1
- package/i18n/messages/all.ja.d.ts +1 -1
- package/i18n/messages/all.ko.d.ts +1 -1
- package/i18n/messages/all.pt-BR.d.ts +1 -1
- package/i18n/messages/all.zh-CN.d.ts +1 -1
- package/i18n/messages/all.zh-TW.d.ts +1 -1
- package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
- package/internal/analytics/components/analytics-funnel.js +3 -2
- package/internal/analytics/components/analytics-funnel.js.map +1 -1
- package/internal/analytics/hooks/use-funnel.d.ts +1 -1
- package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
- package/internal/analytics/hooks/use-funnel.js +5 -5
- package/internal/analytics/hooks/use-funnel.js.map +1 -1
- package/internal/analytics/interfaces.d.ts +2 -2
- package/internal/analytics/interfaces.d.ts.map +1 -1
- package/internal/analytics/interfaces.js.map +1 -1
- package/internal/analytics/selectors.d.ts +15 -1
- package/internal/analytics/selectors.d.ts.map +1 -1
- package/internal/analytics/selectors.js +19 -5
- package/internal/analytics/selectors.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/i18n/messages/all.all.d.ts +1 -1
- package/internal/i18n/messages/all.de.d.ts +1 -1
- package/internal/i18n/messages/all.en-GB.d.ts +1 -1
- package/internal/i18n/messages/all.en.d.ts +1 -1
- package/internal/i18n/messages/all.es.d.ts +1 -1
- package/internal/i18n/messages/all.fr.d.ts +1 -1
- package/internal/i18n/messages/all.id.d.ts +1 -1
- package/internal/i18n/messages/all.it.d.ts +1 -1
- package/internal/i18n/messages/all.ja.d.ts +1 -1
- package/internal/i18n/messages/all.ko.d.ts +1 -1
- package/internal/i18n/messages/all.pt-BR.d.ts +1 -1
- package/internal/i18n/messages/all.zh-CN.d.ts +1 -1
- package/internal/i18n/messages/all.zh-TW.d.ts +1 -1
- package/internal/manifest.json +1 -1
- package/link/internal.js +4 -4
- package/link/internal.js.map +1 -1
- package/modal/styles.css.js +23 -23
- package/modal/styles.scoped.css +39 -38
- package/modal/styles.selectors.js +23 -23
- package/package.json +1 -1
- 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/test-utils/dom/expandable-section/index.d.ts +1 -0
- package/test-utils/dom/expandable-section/index.js +6 -0
- package/test-utils/dom/expandable-section/index.js.map +1 -1
- package/test-utils/selectors/expandable-section/index.d.ts +1 -0
- package/test-utils/selectors/expandable-section/index.js +6 -0
- package/test-utils/selectors/expandable-section/index.js.map +1 -1
- package/test-utils/tsconfig.tsbuildinfo +1 -1
package/modal/styles.scoped.css
CHANGED
|
@@ -94,7 +94,7 @@ 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
|
-
@keyframes awsui_modal-slide-
|
|
97
|
+
@keyframes awsui_modal-slide-up_1d2i7_x1ilq_1 {
|
|
98
98
|
0% {
|
|
99
99
|
transform: translate(0, 10px);
|
|
100
100
|
}
|
|
@@ -102,12 +102,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
102
102
|
transform: translate(0, 0);
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
|
-
.
|
|
106
|
-
animation: awsui_modal-slide-
|
|
105
|
+
.awsui_dialog_1d2i7_x1ilq_105:not(#\9) {
|
|
106
|
+
animation: awsui_modal-slide-up_1d2i7_x1ilq_1 var(--motion-duration-slow-qk0n8k, 180ms) ease-out, awsui_awsui-motion-fade-in-0_1d2i7_x1ilq_1 var(--motion-duration-slow-qk0n8k, 180ms) ease-out;
|
|
107
107
|
animation-delay: var(--motion-duration-fast-3oez8u, 90ms);
|
|
108
108
|
animation-fill-mode: both;
|
|
109
109
|
}
|
|
110
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
110
|
+
@keyframes awsui_awsui-motion-fade-in-0_1d2i7_x1ilq_1 {
|
|
111
111
|
from {
|
|
112
112
|
opacity: 0;
|
|
113
113
|
}
|
|
@@ -116,22 +116,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
@media (prefers-reduced-motion: reduce) {
|
|
119
|
-
.
|
|
119
|
+
.awsui_dialog_1d2i7_x1ilq_105:not(#\9) {
|
|
120
120
|
animation: none;
|
|
121
121
|
transition: none;
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
-
.awsui-motion-disabled .
|
|
124
|
+
.awsui-motion-disabled .awsui_dialog_1d2i7_x1ilq_105:not(#\9), .awsui-mode-entering .awsui_dialog_1d2i7_x1ilq_105:not(#\9) {
|
|
125
125
|
animation: none;
|
|
126
126
|
transition: none;
|
|
127
127
|
}
|
|
128
|
-
.
|
|
129
|
-
animation: awsui_awsui-motion-scale-
|
|
128
|
+
.awsui_dialog_1d2i7_x1ilq_105.awsui_refresh_1d2i7_x1ilq_128:not(#\9) {
|
|
129
|
+
animation: awsui_awsui-motion-scale-popup_1d2i7_x1ilq_1, awsui_awsui-motion-fade-in-0_1d2i7_x1ilq_1;
|
|
130
130
|
animation-duration: var(--motion-duration-refresh-only-fast-q2mprk, 115ms);
|
|
131
131
|
animation-timing-function: var(--motion-easing-refresh-only-a-6ywz7k, cubic-bezier(0, 0, 0, 1));
|
|
132
132
|
animation-fill-mode: both;
|
|
133
133
|
}
|
|
134
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
134
|
+
@keyframes awsui_awsui-motion-fade-in-0_1d2i7_x1ilq_1 {
|
|
135
135
|
from {
|
|
136
136
|
opacity: 0;
|
|
137
137
|
}
|
|
@@ -139,7 +139,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
139
139
|
opacity: 1;
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
|
-
@keyframes awsui_awsui-motion-scale-
|
|
142
|
+
@keyframes awsui_awsui-motion-scale-popup_1d2i7_x1ilq_1 {
|
|
143
143
|
0% {
|
|
144
144
|
transform: scale(0.95);
|
|
145
145
|
}
|
|
@@ -148,21 +148,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
@media (prefers-reduced-motion: reduce) {
|
|
151
|
-
.
|
|
151
|
+
.awsui_dialog_1d2i7_x1ilq_105.awsui_refresh_1d2i7_x1ilq_128:not(#\9) {
|
|
152
152
|
animation: none;
|
|
153
153
|
transition: none;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
.awsui-motion-disabled .
|
|
156
|
+
.awsui-motion-disabled .awsui_dialog_1d2i7_x1ilq_105.awsui_refresh_1d2i7_x1ilq_128:not(#\9), .awsui-mode-entering .awsui_dialog_1d2i7_x1ilq_105.awsui_refresh_1d2i7_x1ilq_128:not(#\9) {
|
|
157
157
|
animation: none;
|
|
158
158
|
transition: none;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.
|
|
162
|
-
animation: awsui_awsui-motion-fade-
|
|
161
|
+
.awsui_root_1d2i7_x1ilq_161:not(#\9) {
|
|
162
|
+
animation: awsui_awsui-motion-fade-in_1d2i7_x1ilq_1 var(--motion-duration-extra-slow-q9xfa7, 270ms) ease-out;
|
|
163
163
|
animation-fill-mode: both;
|
|
164
164
|
}
|
|
165
|
-
@keyframes awsui_awsui-motion-fade-
|
|
165
|
+
@keyframes awsui_awsui-motion-fade-in_1d2i7_x1ilq_1 {
|
|
166
166
|
from {
|
|
167
167
|
opacity: 0.2;
|
|
168
168
|
}
|
|
@@ -171,25 +171,25 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
173
|
@media (prefers-reduced-motion: reduce) {
|
|
174
|
-
.
|
|
174
|
+
.awsui_root_1d2i7_x1ilq_161:not(#\9) {
|
|
175
175
|
animation: none;
|
|
176
176
|
transition: none;
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
-
.awsui-motion-disabled .
|
|
179
|
+
.awsui-motion-disabled .awsui_root_1d2i7_x1ilq_161:not(#\9), .awsui-mode-entering .awsui_root_1d2i7_x1ilq_161:not(#\9) {
|
|
180
180
|
animation: none;
|
|
181
181
|
transition: none;
|
|
182
182
|
}
|
|
183
|
-
.
|
|
183
|
+
.awsui_root_1d2i7_x1ilq_161.awsui_refresh_1d2i7_x1ilq_128:not(#\9) {
|
|
184
184
|
animation-duration: var(--motion-duration-refresh-only-fast-q2mprk, 115ms);
|
|
185
185
|
}
|
|
186
186
|
@media (prefers-reduced-motion: reduce) {
|
|
187
|
-
.
|
|
187
|
+
.awsui_root_1d2i7_x1ilq_161.awsui_refresh_1d2i7_x1ilq_128:not(#\9) {
|
|
188
188
|
animation: none;
|
|
189
189
|
transition: none;
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
|
-
.awsui-motion-disabled .
|
|
192
|
+
.awsui-motion-disabled .awsui_root_1d2i7_x1ilq_161.awsui_refresh_1d2i7_x1ilq_128:not(#\9), .awsui-mode-entering .awsui_root_1d2i7_x1ilq_161.awsui_refresh_1d2i7_x1ilq_128:not(#\9) {
|
|
193
193
|
animation: none;
|
|
194
194
|
transition: none;
|
|
195
195
|
}
|
|
@@ -198,7 +198,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
198
198
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
199
199
|
SPDX-License-Identifier: Apache-2.0
|
|
200
200
|
*/
|
|
201
|
-
.
|
|
201
|
+
.awsui_root_1d2i7_x1ilq_161:not(#\9) {
|
|
202
202
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
203
203
|
border-collapse: separate;
|
|
204
204
|
border-spacing: 0;
|
|
@@ -249,11 +249,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
249
249
|
overflow: auto;
|
|
250
250
|
cursor: pointer;
|
|
251
251
|
}
|
|
252
|
-
.
|
|
252
|
+
.awsui_root_1d2i7_x1ilq_161.awsui_hidden_1d2i7_x1ilq_226:not(#\9) {
|
|
253
253
|
display: none;
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
.awsui_focus-
|
|
256
|
+
.awsui_focus-lock_1d2i7_x1ilq_230:not(#\9) {
|
|
257
257
|
align-self: flex-start;
|
|
258
258
|
margin: auto;
|
|
259
259
|
padding: var(--space-s-hdd878, 12px) 0;
|
|
@@ -261,7 +261,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
261
261
|
pointer-events: none;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
.
|
|
264
|
+
.awsui_dialog_1d2i7_x1ilq_105:not(#\9) {
|
|
265
265
|
position: static;
|
|
266
266
|
top: 0;
|
|
267
267
|
transform: translate(0, 0);
|
|
@@ -271,21 +271,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
271
271
|
z-index: 5000;
|
|
272
272
|
pointer-events: all;
|
|
273
273
|
}
|
|
274
|
-
.
|
|
274
|
+
.awsui_dialog_1d2i7_x1ilq_105.awsui_small_1d2i7_x1ilq_248:not(#\9) {
|
|
275
275
|
max-width: 320px;
|
|
276
276
|
}
|
|
277
|
-
.
|
|
277
|
+
.awsui_dialog_1d2i7_x1ilq_105.awsui_medium_1d2i7_x1ilq_251:not(#\9) {
|
|
278
278
|
max-width: 600px;
|
|
279
279
|
}
|
|
280
|
-
.
|
|
280
|
+
.awsui_dialog_1d2i7_x1ilq_105.awsui_large_1d2i7_x1ilq_254:not(#\9) {
|
|
281
281
|
max-width: 820px;
|
|
282
282
|
}
|
|
283
|
-
.
|
|
283
|
+
.awsui_dialog_1d2i7_x1ilq_105.awsui_max_1d2i7_x1ilq_257.awsui_breakpoint-xs_1d2i7_x1ilq_257:not(#\9) {
|
|
284
284
|
max-width: calc(100vw - (2 * 4 * 10px + var(--space-xxxl-65sweb, 40px)));
|
|
285
285
|
margin: auto;
|
|
286
286
|
}
|
|
287
287
|
|
|
288
|
-
.
|
|
288
|
+
.awsui_container_1d2i7_x1ilq_262:not(#\9) {
|
|
289
289
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
290
290
|
border-collapse: separate;
|
|
291
291
|
border-spacing: 0;
|
|
@@ -330,45 +330,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
330
330
|
box-shadow: var(--shadow-modal-5wj6rn, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
|
|
331
331
|
}
|
|
332
332
|
|
|
333
|
-
.
|
|
333
|
+
.awsui_content_1d2i7_x1ilq_281:not(#\9) {
|
|
334
334
|
padding: var(--space-container-content-top-aj37fz, 0px) var(--space-modal-horizontal-rzqrfo, 20px) var(--space-modal-content-bottom-4lprrr, 16px);
|
|
335
335
|
}
|
|
336
|
-
.
|
|
336
|
+
.awsui_content_1d2i7_x1ilq_281.awsui_no-paddings_1d2i7_x1ilq_284:not(#\9) {
|
|
337
337
|
padding: 0;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
-
.
|
|
340
|
+
.awsui_header_1d2i7_x1ilq_288:not(#\9) {
|
|
341
341
|
padding: var(--space-s-hdd878, 12px) var(--space-modal-horizontal-rzqrfo, 20px);
|
|
342
342
|
background-color: var(--color-background-container-header-l5cy7j, #ffffff);
|
|
343
343
|
border-bottom: 1px solid var(--color-border-container-divider-tildlh, transparent);
|
|
344
344
|
border-radius: var(--border-radius-container-pmtq2d, 16px) var(--border-radius-container-pmtq2d, 16px) 0 0;
|
|
345
345
|
}
|
|
346
346
|
|
|
347
|
-
.awsui_header--
|
|
347
|
+
.awsui_header--text_1d2i7_x1ilq_295:not(#\9) {
|
|
348
348
|
/* used in test-utils */
|
|
349
349
|
}
|
|
350
350
|
|
|
351
|
-
.
|
|
351
|
+
.awsui_footer_1d2i7_x1ilq_299:not(#\9) {
|
|
352
352
|
border-top: var(--border-divider-section-width-orq175, 2px) solid var(--color-border-divider-default-9o8zql, #e9ebed);
|
|
353
353
|
padding: var(--space-scaled-s-913kwi, 12px) var(--space-container-horizontal-jxdgil, 20px);
|
|
354
354
|
background-color: var(--color-background-container-content-og3y0v, #ffffff);
|
|
355
355
|
position: sticky;
|
|
356
356
|
bottom: 0;
|
|
357
|
+
z-index: 800;
|
|
357
358
|
}
|
|
358
|
-
.awsui_footer--
|
|
359
|
+
.awsui_footer--stuck_1d2i7_x1ilq_307:not(#\9) {
|
|
359
360
|
border-radius: 0 0 var(--border-radius-container-pmtq2d, 16px) var(--border-radius-container-pmtq2d, 16px);
|
|
360
361
|
}
|
|
361
|
-
.
|
|
362
|
+
.awsui_footer_1d2i7_x1ilq_299:not(#\9):after {
|
|
362
363
|
content: "";
|
|
363
364
|
display: table;
|
|
364
365
|
clear: both;
|
|
365
366
|
}
|
|
366
367
|
|
|
367
|
-
.awsui_dismiss-
|
|
368
|
+
.awsui_dismiss-control_1d2i7_x1ilq_316:not(#\9) {
|
|
368
369
|
/* used in test-utils */
|
|
369
370
|
}
|
|
370
371
|
|
|
371
|
-
.awsui_modal-
|
|
372
|
+
.awsui_modal-open_1d2i7_x1ilq_320:not(#\9) {
|
|
372
373
|
overflow: hidden;
|
|
373
374
|
/*
|
|
374
375
|
* When padding-right is added to account for scrollbar being turned
|
|
@@ -2,28 +2,28 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"dialog": "
|
|
6
|
-
"modal-slide-up": "awsui_modal-slide-
|
|
7
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
8
|
-
"refresh": "
|
|
9
|
-
"awsui-motion-scale-popup": "awsui_awsui-motion-scale-
|
|
10
|
-
"root": "
|
|
11
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
12
|
-
"hidden": "
|
|
13
|
-
"focus-lock": "awsui_focus-
|
|
14
|
-
"small": "
|
|
15
|
-
"medium": "
|
|
16
|
-
"large": "
|
|
17
|
-
"max": "
|
|
18
|
-
"breakpoint-xs": "awsui_breakpoint-
|
|
19
|
-
"container": "
|
|
20
|
-
"content": "
|
|
21
|
-
"no-paddings": "awsui_no-
|
|
22
|
-
"header": "
|
|
23
|
-
"header--text": "awsui_header--
|
|
24
|
-
"footer": "
|
|
25
|
-
"footer--stuck": "awsui_footer--
|
|
26
|
-
"dismiss-control": "awsui_dismiss-
|
|
27
|
-
"modal-open": "awsui_modal-
|
|
5
|
+
"dialog": "awsui_dialog_1d2i7_x1ilq_105",
|
|
6
|
+
"modal-slide-up": "awsui_modal-slide-up_1d2i7_x1ilq_1",
|
|
7
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_1d2i7_x1ilq_1",
|
|
8
|
+
"refresh": "awsui_refresh_1d2i7_x1ilq_128",
|
|
9
|
+
"awsui-motion-scale-popup": "awsui_awsui-motion-scale-popup_1d2i7_x1ilq_1",
|
|
10
|
+
"root": "awsui_root_1d2i7_x1ilq_161",
|
|
11
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_1d2i7_x1ilq_1",
|
|
12
|
+
"hidden": "awsui_hidden_1d2i7_x1ilq_226",
|
|
13
|
+
"focus-lock": "awsui_focus-lock_1d2i7_x1ilq_230",
|
|
14
|
+
"small": "awsui_small_1d2i7_x1ilq_248",
|
|
15
|
+
"medium": "awsui_medium_1d2i7_x1ilq_251",
|
|
16
|
+
"large": "awsui_large_1d2i7_x1ilq_254",
|
|
17
|
+
"max": "awsui_max_1d2i7_x1ilq_257",
|
|
18
|
+
"breakpoint-xs": "awsui_breakpoint-xs_1d2i7_x1ilq_257",
|
|
19
|
+
"container": "awsui_container_1d2i7_x1ilq_262",
|
|
20
|
+
"content": "awsui_content_1d2i7_x1ilq_281",
|
|
21
|
+
"no-paddings": "awsui_no-paddings_1d2i7_x1ilq_284",
|
|
22
|
+
"header": "awsui_header_1d2i7_x1ilq_288",
|
|
23
|
+
"header--text": "awsui_header--text_1d2i7_x1ilq_295",
|
|
24
|
+
"footer": "awsui_footer_1d2i7_x1ilq_299",
|
|
25
|
+
"footer--stuck": "awsui_footer--stuck_1d2i7_x1ilq_307",
|
|
26
|
+
"dismiss-control": "awsui_dismiss-control_1d2i7_x1ilq_316",
|
|
27
|
+
"modal-open": "awsui_modal-open_1d2i7_x1ilq_320"
|
|
28
28
|
};
|
|
29
29
|
|
package/package.json
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"drawer": "
|
|
5
|
-
"refresh": "
|
|
6
|
-
"animating": "
|
|
7
|
-
"preference-icon--layout-border": "awsui_preference-icon--layout-
|
|
8
|
-
"preference-icon--layout-background": "awsui_preference-icon--layout-
|
|
9
|
-
"preference-icon--layout-header": "awsui_preference-icon--layout-
|
|
10
|
-
"preference-icon--border": "awsui_preference-icon--
|
|
11
|
-
"preference-icon--primary-button": "awsui_preference-icon--primary-
|
|
12
|
-
"preference-icon--secondary": "awsui_preference-icon--
|
|
13
|
-
"preference-icon--disabled-element": "awsui_preference-icon--disabled-
|
|
14
|
-
"preference-icon--separator": "awsui_preference-icon--
|
|
15
|
-
"preference-icon--focus-text": "awsui_preference-icon--focus-
|
|
16
|
-
"preference-icon-refresh--layout-top": "awsui_preference-icon-refresh--layout-
|
|
17
|
-
"preference-icon-refresh--layout-main": "awsui_preference-icon-refresh--layout-
|
|
18
|
-
"preference-icon-refresh--primary": "awsui_preference-icon-refresh--
|
|
19
|
-
"preference-icon-refresh--disabled": "awsui_preference-icon-refresh--
|
|
20
|
-
"preference-icon-refresh--column-header": "awsui_preference-icon-refresh--column-
|
|
21
|
-
"preference-icon-refresh--window": "awsui_preference-icon-refresh--
|
|
22
|
-
"preference-icon-refresh--secondary": "awsui_preference-icon-refresh--
|
|
23
|
-
"preference-icon-refresh--default": "awsui_preference-icon-refresh--
|
|
24
|
-
"preference-icon-refresh--separator": "awsui_preference-icon-refresh--
|
|
25
|
-
"preference-icon-refresh--input-default": "awsui_preference-icon-refresh--input-
|
|
26
|
-
"preference-icon-refresh--heading": "awsui_preference-icon-refresh--
|
|
27
|
-
"resize-active": "awsui_resize-
|
|
28
|
-
"resize-side": "awsui_resize-
|
|
29
|
-
"resize-bottom": "awsui_resize-
|
|
30
|
-
"root": "
|
|
31
|
-
"preferences-button": "awsui_preferences-
|
|
32
|
-
"close-button": "awsui_close-
|
|
33
|
-
"drawer-closed": "awsui_drawer-
|
|
34
|
-
"drawer-content-side": "awsui_drawer-content-
|
|
35
|
-
"drawer-content-bottom": "awsui_drawer-content-
|
|
36
|
-
"position-bottom": "awsui_position-
|
|
37
|
-
"position-side": "awsui_position-
|
|
38
|
-
"slider": "
|
|
39
|
-
"slider-side": "awsui_slider-
|
|
40
|
-
"slider-wrapper-bottom": "awsui_slider-wrapper-
|
|
41
|
-
"slider-wrapper-side": "awsui_slider-wrapper-
|
|
42
|
-
"open-button": "awsui_open-
|
|
43
|
-
"open-button-side": "awsui_open-button-
|
|
44
|
-
"slider-icon": "awsui_slider-
|
|
45
|
-
"slider-icon-bottom": "awsui_slider-icon-
|
|
46
|
-
"slider-icon-side": "awsui_slider-icon-
|
|
47
|
-
"pane-header-wrapper-bottom": "awsui_pane-header-wrapper-
|
|
48
|
-
"drawer-mobile": "awsui_drawer-
|
|
49
|
-
"drawer-disable-content-paddings": "awsui_drawer-disable-content-
|
|
50
|
-
"content-bottom": "awsui_content-
|
|
51
|
-
"pane-bottom-center-align": "awsui_pane-bottom-center-
|
|
52
|
-
"pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-
|
|
53
|
-
"pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-
|
|
54
|
-
"content-bottom-max-width": "awsui_content-bottom-max-
|
|
55
|
-
"content-side": "awsui_content-
|
|
56
|
-
"pane-header-wrapper-side": "awsui_pane-header-wrapper-
|
|
57
|
-
"pane-content-wrapper-side": "awsui_pane-content-wrapper-
|
|
58
|
-
"header": "
|
|
59
|
-
"header-text": "awsui_header-
|
|
60
|
-
"header-divider": "awsui_header-
|
|
61
|
-
"header-actions": "awsui_header-
|
|
62
|
-
"divider": "
|
|
4
|
+
"drawer": "awsui_drawer_1r9lg_98j8j_189",
|
|
5
|
+
"refresh": "awsui_refresh_1r9lg_98j8j_189",
|
|
6
|
+
"animating": "awsui_animating_1r9lg_98j8j_203",
|
|
7
|
+
"preference-icon--layout-border": "awsui_preference-icon--layout-border_1r9lg_98j8j_226",
|
|
8
|
+
"preference-icon--layout-background": "awsui_preference-icon--layout-background_1r9lg_98j8j_230",
|
|
9
|
+
"preference-icon--layout-header": "awsui_preference-icon--layout-header_1r9lg_98j8j_233",
|
|
10
|
+
"preference-icon--border": "awsui_preference-icon--border_1r9lg_98j8j_236",
|
|
11
|
+
"preference-icon--primary-button": "awsui_preference-icon--primary-button_1r9lg_98j8j_240",
|
|
12
|
+
"preference-icon--secondary": "awsui_preference-icon--secondary_1r9lg_98j8j_243",
|
|
13
|
+
"preference-icon--disabled-element": "awsui_preference-icon--disabled-element_1r9lg_98j8j_246",
|
|
14
|
+
"preference-icon--separator": "awsui_preference-icon--separator_1r9lg_98j8j_249",
|
|
15
|
+
"preference-icon--focus-text": "awsui_preference-icon--focus-text_1r9lg_98j8j_252",
|
|
16
|
+
"preference-icon-refresh--layout-top": "awsui_preference-icon-refresh--layout-top_1r9lg_98j8j_256",
|
|
17
|
+
"preference-icon-refresh--layout-main": "awsui_preference-icon-refresh--layout-main_1r9lg_98j8j_259",
|
|
18
|
+
"preference-icon-refresh--primary": "awsui_preference-icon-refresh--primary_1r9lg_98j8j_262",
|
|
19
|
+
"preference-icon-refresh--disabled": "awsui_preference-icon-refresh--disabled_1r9lg_98j8j_265",
|
|
20
|
+
"preference-icon-refresh--column-header": "awsui_preference-icon-refresh--column-header_1r9lg_98j8j_268",
|
|
21
|
+
"preference-icon-refresh--window": "awsui_preference-icon-refresh--window_1r9lg_98j8j_271",
|
|
22
|
+
"preference-icon-refresh--secondary": "awsui_preference-icon-refresh--secondary_1r9lg_98j8j_275",
|
|
23
|
+
"preference-icon-refresh--default": "awsui_preference-icon-refresh--default_1r9lg_98j8j_278",
|
|
24
|
+
"preference-icon-refresh--separator": "awsui_preference-icon-refresh--separator_1r9lg_98j8j_281",
|
|
25
|
+
"preference-icon-refresh--input-default": "awsui_preference-icon-refresh--input-default_1r9lg_98j8j_284",
|
|
26
|
+
"preference-icon-refresh--heading": "awsui_preference-icon-refresh--heading_1r9lg_98j8j_287",
|
|
27
|
+
"resize-active": "awsui_resize-active_1r9lg_98j8j_292",
|
|
28
|
+
"resize-side": "awsui_resize-side_1r9lg_98j8j_298",
|
|
29
|
+
"resize-bottom": "awsui_resize-bottom_1r9lg_98j8j_301",
|
|
30
|
+
"root": "awsui_root_1r9lg_98j8j_306",
|
|
31
|
+
"preferences-button": "awsui_preferences-button_1r9lg_98j8j_319",
|
|
32
|
+
"close-button": "awsui_close-button_1r9lg_98j8j_323",
|
|
33
|
+
"drawer-closed": "awsui_drawer-closed_1r9lg_98j8j_334",
|
|
34
|
+
"drawer-content-side": "awsui_drawer-content-side_1r9lg_98j8j_339",
|
|
35
|
+
"drawer-content-bottom": "awsui_drawer-content-bottom_1r9lg_98j8j_359",
|
|
36
|
+
"position-bottom": "awsui_position-bottom_1r9lg_98j8j_368",
|
|
37
|
+
"position-side": "awsui_position-side_1r9lg_98j8j_395",
|
|
38
|
+
"slider": "awsui_slider_1r9lg_98j8j_401",
|
|
39
|
+
"slider-side": "awsui_slider-side_1r9lg_98j8j_430",
|
|
40
|
+
"slider-wrapper-bottom": "awsui_slider-wrapper-bottom_1r9lg_98j8j_435",
|
|
41
|
+
"slider-wrapper-side": "awsui_slider-wrapper-side_1r9lg_98j8j_446",
|
|
42
|
+
"open-button": "awsui_open-button_1r9lg_98j8j_457",
|
|
43
|
+
"open-button-side": "awsui_open-button-side_1r9lg_98j8j_461",
|
|
44
|
+
"slider-icon": "awsui_slider-icon_1r9lg_98j8j_468",
|
|
45
|
+
"slider-icon-bottom": "awsui_slider-icon-bottom_1r9lg_98j8j_474",
|
|
46
|
+
"slider-icon-side": "awsui_slider-icon-side_1r9lg_98j8j_477",
|
|
47
|
+
"pane-header-wrapper-bottom": "awsui_pane-header-wrapper-bottom_1r9lg_98j8j_481",
|
|
48
|
+
"drawer-mobile": "awsui_drawer-mobile_1r9lg_98j8j_491",
|
|
49
|
+
"drawer-disable-content-paddings": "awsui_drawer-disable-content-paddings_1r9lg_98j8j_494",
|
|
50
|
+
"content-bottom": "awsui_content-bottom_1r9lg_98j8j_502",
|
|
51
|
+
"pane-bottom-center-align": "awsui_pane-bottom-center-align_1r9lg_98j8j_515",
|
|
52
|
+
"pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-padding_1r9lg_98j8j_520",
|
|
53
|
+
"pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-padding_1r9lg_98j8j_524",
|
|
54
|
+
"content-bottom-max-width": "awsui_content-bottom-max-width_1r9lg_98j8j_528",
|
|
55
|
+
"content-side": "awsui_content-side_1r9lg_98j8j_533",
|
|
56
|
+
"pane-header-wrapper-side": "awsui_pane-header-wrapper-side_1r9lg_98j8j_544",
|
|
57
|
+
"pane-content-wrapper-side": "awsui_pane-content-wrapper-side_1r9lg_98j8j_547",
|
|
58
|
+
"header": "awsui_header_1r9lg_98j8j_552",
|
|
59
|
+
"header-text": "awsui_header-text_1r9lg_98j8j_561",
|
|
60
|
+
"header-divider": "awsui_header-divider_1r9lg_98j8j_571",
|
|
61
|
+
"header-actions": "awsui_header-actions_1r9lg_98j8j_577",
|
|
62
|
+
"divider": "awsui_divider_1r9lg_98j8j_585"
|
|
63
63
|
};
|
|
64
64
|
|