@cloudscape-design/components 3.0.127 → 3.0.128
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/annotation-context/annotation/annotation-popover.d.ts.map +1 -1
- package/annotation-context/annotation/annotation-popover.js +2 -8
- package/annotation-context/annotation/annotation-popover.js.map +1 -1
- package/annotation-context/annotation/annotation-trigger.d.ts +0 -2
- package/annotation-context/annotation/annotation-trigger.d.ts.map +1 -1
- package/annotation-context/annotation/annotation-trigger.js +2 -2
- package/annotation-context/annotation/annotation-trigger.js.map +1 -1
- package/annotation-context/annotation/closed-annotation.d.ts +1 -3
- package/annotation-context/annotation/closed-annotation.d.ts.map +1 -1
- package/annotation-context/annotation/closed-annotation.js +2 -2
- package/annotation-context/annotation/closed-annotation.js.map +1 -1
- package/annotation-context/annotation/open-annotation.d.ts.map +1 -1
- package/annotation-context/annotation/open-annotation.js +1 -1
- package/annotation-context/annotation/open-annotation.js.map +1 -1
- package/annotation-context/annotation/styles.css.js +24 -24
- package/annotation-context/annotation/styles.scoped.css +30 -30
- package/annotation-context/annotation/styles.selectors.js +24 -24
- package/annotation-context/index.d.ts.map +1 -1
- package/annotation-context/index.js +1 -3
- package/annotation-context/index.js.map +1 -1
- package/annotation-context/interfaces.d.ts +1 -1
- package/annotation-context/interfaces.d.ts.map +1 -1
- package/annotation-context/interfaces.js.map +1 -1
- package/app-layout/visual-refresh/main.d.ts.map +1 -1
- package/app-layout/visual-refresh/main.js +3 -8
- package/app-layout/visual-refresh/main.js.map +1 -1
- package/app-layout/visual-refresh/styles.css.js +60 -60
- package/app-layout/visual-refresh/styles.scoped.css +237 -255
- package/app-layout/visual-refresh/styles.selectors.js +60 -60
- package/area-chart/internal.d.ts.map +1 -1
- package/area-chart/internal.js +0 -5
- package/area-chart/internal.js.map +1 -1
- package/area-chart/model/index.d.ts +0 -1
- package/area-chart/model/index.d.ts.map +1 -1
- package/area-chart/model/index.js.map +1 -1
- package/area-chart/model/use-chart-model.d.ts.map +1 -1
- package/area-chart/model/use-chart-model.js +1 -8
- package/area-chart/model/use-chart-model.js.map +1 -1
- package/attribute-editor/row.d.ts.map +1 -1
- package/attribute-editor/row.js +3 -4
- package/attribute-editor/row.js.map +1 -1
- package/attribute-editor/styles.css.js +12 -13
- package/attribute-editor/styles.scoped.css +23 -27
- package/attribute-editor/styles.selectors.js +12 -13
- package/breadcrumb-group/interfaces.d.ts +0 -1
- package/breadcrumb-group/interfaces.d.ts.map +1 -1
- package/breadcrumb-group/interfaces.js.map +1 -1
- package/breadcrumb-group/internal.d.ts.map +1 -1
- package/breadcrumb-group/internal.js +1 -1
- package/breadcrumb-group/internal.js.map +1 -1
- package/breadcrumb-group/item/item.d.ts +1 -1
- package/breadcrumb-group/item/item.d.ts.map +1 -1
- package/breadcrumb-group/item/item.js +8 -68
- package/breadcrumb-group/item/item.js.map +1 -1
- package/breadcrumb-group/item/styles.css.js +7 -9
- package/breadcrumb-group/item/styles.scoped.css +16 -26
- package/breadcrumb-group/item/styles.selectors.js +7 -9
- package/code-editor/index.d.ts.map +1 -1
- package/code-editor/index.js +16 -11
- package/code-editor/index.js.map +1 -1
- package/code-editor/interfaces.d.ts +1 -12
- package/code-editor/interfaces.d.ts.map +1 -1
- package/code-editor/interfaces.js.map +1 -1
- package/code-editor/status-bar.d.ts.map +1 -1
- package/code-editor/status-bar.js +1 -7
- package/code-editor/status-bar.js.map +1 -1
- package/code-editor/util.js +1 -1
- package/code-editor/util.js.map +1 -1
- package/container/internal.d.ts.map +1 -1
- package/container/internal.js +4 -7
- package/container/internal.js.map +1 -1
- package/date-range-picker/calendar/grids/index.d.ts +1 -0
- package/date-range-picker/calendar/grids/index.d.ts.map +1 -1
- package/date-range-picker/calendar/grids/index.js +14 -2
- package/date-range-picker/calendar/grids/index.js.map +1 -1
- package/date-range-picker/calendar/index.d.ts +4 -6
- package/date-range-picker/calendar/index.d.ts.map +1 -1
- package/date-range-picker/calendar/index.js +123 -111
- package/date-range-picker/calendar/index.js.map +1 -1
- package/date-range-picker/calendar/use-date-time.d.ts +9 -0
- package/date-range-picker/calendar/use-date-time.d.ts.map +1 -0
- package/date-range-picker/calendar/use-date-time.js +16 -0
- package/date-range-picker/calendar/use-date-time.js.map +1 -0
- package/date-range-picker/dropdown.d.ts +1 -2
- package/date-range-picker/dropdown.d.ts.map +1 -1
- package/date-range-picker/dropdown.js +6 -8
- package/date-range-picker/dropdown.js.map +1 -1
- package/date-range-picker/index.d.ts.map +1 -1
- package/date-range-picker/index.js +2 -2
- package/date-range-picker/index.js.map +1 -1
- package/date-range-picker/interfaces.d.ts +4 -14
- package/date-range-picker/interfaces.d.ts.map +1 -1
- package/date-range-picker/interfaces.js.map +1 -1
- package/date-range-picker/styles.css.js +38 -38
- package/date-range-picker/styles.scoped.css +50 -45
- package/date-range-picker/styles.selectors.js +38 -38
- package/date-range-picker/utils.d.ts +8 -2
- package/date-range-picker/utils.d.ts.map +1 -1
- package/date-range-picker/utils.js +12 -17
- package/date-range-picker/utils.js.map +1 -1
- package/flashbar/styles.css.js +33 -33
- package/flashbar/styles.scoped.css +121 -121
- package/flashbar/styles.selectors.js +33 -33
- package/internal/components/dropdown/index.d.ts.map +1 -1
- package/internal/components/dropdown/index.js +9 -2
- package/internal/components/dropdown/index.js.map +1 -1
- package/internal/components/dropdown-status/index.d.ts +4 -1
- package/internal/components/dropdown-status/index.d.ts.map +1 -1
- package/internal/components/dropdown-status/index.js +5 -3
- package/internal/components/dropdown-status/index.js.map +1 -1
- package/internal/components/filtering-token/index.d.ts +1 -2
- package/internal/components/filtering-token/index.d.ts.map +1 -1
- package/internal/components/filtering-token/index.js +2 -2
- package/internal/components/filtering-token/index.js.map +1 -1
- package/internal/components/option/index.js +4 -4
- package/internal/components/option/index.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/internal/generated/custom-css-properties/index.js +26 -27
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/internal/utils/date-time/index.d.ts +1 -2
- package/internal/utils/date-time/index.d.ts.map +1 -1
- package/internal/utils/date-time/index.js +1 -2
- package/internal/utils/date-time/index.js.map +1 -1
- package/internal/utils/date-time/join-date-time.d.ts +0 -4
- package/internal/utils/date-time/join-date-time.d.ts.map +1 -1
- package/internal/utils/date-time/join-date-time.js +0 -4
- package/internal/utils/date-time/join-date-time.js.map +1 -1
- package/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-container.js +5 -14
- package/mixed-line-bar-chart/chart-container.js.map +1 -1
- package/package.json +1 -1
- package/pie-chart/pie-chart.d.ts.map +1 -1
- package/pie-chart/pie-chart.js +1 -10
- package/pie-chart/pie-chart.js.map +1 -1
- package/popover/body.d.ts +1 -2
- package/popover/body.d.ts.map +1 -1
- package/popover/body.js +2 -2
- package/popover/body.js.map +1 -1
- package/property-filter/interfaces.d.ts +0 -1
- package/property-filter/interfaces.d.ts.map +1 -1
- package/property-filter/interfaces.js.map +1 -1
- package/property-filter/token.d.ts.map +1 -1
- package/property-filter/token.js +1 -1
- package/property-filter/token.js.map +1 -1
- package/select/parts/filter.d.ts +1 -1
- package/select/utils/use-select.d.ts +7 -1
- package/select/utils/use-select.d.ts.map +1 -1
- package/select/utils/use-select.js +1 -1
- package/select/utils/use-select.js.map +1 -1
- package/table/styles.css.js +34 -34
- package/table/styles.scoped.css +40 -42
- package/table/styles.selectors.js +34 -34
- package/tabs/index.d.ts.map +1 -1
- package/tabs/index.js +11 -9
- package/tabs/index.js.map +1 -1
- package/tabs/styles.css.js +21 -21
- package/tabs/styles.scoped.css +41 -48
- package/tabs/styles.selectors.js +21 -21
- package/tabs/tab-header-bar.d.ts +0 -4
- package/tabs/tab-header-bar.d.ts.map +1 -1
- package/tabs/tab-header-bar.js +1 -5
- package/tabs/tab-header-bar.js.map +1 -1
- package/tag-editor/internal.d.ts.map +1 -1
- package/tag-editor/internal.js +7 -6
- package/tag-editor/internal.js.map +1 -1
- package/test-utils/tsconfig.tsbuildinfo +1 -1
- package/tutorial-panel/components/tutorial-detail-view/index.d.ts.map +1 -1
- package/tutorial-panel/components/tutorial-detail-view/index.js +1 -3
- package/tutorial-panel/components/tutorial-detail-view/index.js.map +1 -1
- package/tutorial-panel/components/tutorial-detail-view/task.d.ts.map +1 -1
- package/tutorial-panel/components/tutorial-detail-view/task.js +1 -2
- package/tutorial-panel/components/tutorial-detail-view/task.js.map +1 -1
- package/tutorial-panel/components/tutorial-list/index.d.ts.map +1 -1
- package/tutorial-panel/components/tutorial-list/index.js +2 -2
- package/tutorial-panel/components/tutorial-list/index.js.map +1 -1
- package/tutorial-panel/interfaces.d.ts +0 -2
- package/tutorial-panel/interfaces.d.ts.map +1 -1
- package/tutorial-panel/interfaces.js.map +1 -1
- package/wizard/index.d.ts.map +1 -1
- package/wizard/index.js +5 -9
- package/wizard/index.js.map +1 -1
- package/wizard/wizard-form.d.ts.map +1 -1
- package/wizard/wizard-form.js +2 -7
- package/wizard/wizard-form.js.map +1 -1
- package/date-range-picker/calendar/utils.d.ts +0 -4
- package/date-range-picker/calendar/utils.d.ts.map +0 -1
- package/date-range-picker/calendar/utils.js +0 -31
- package/date-range-picker/calendar/utils.js.map +0 -1
- package/internal/hooks/use-analytics/index.d.ts +0 -2
- package/internal/hooks/use-analytics/index.d.ts.map +0 -1
- package/internal/hooks/use-analytics/index.js +0 -16
- package/internal/hooks/use-analytics/index.js.map +0 -1
- package/internal/utils/date-time/format-date-time.d.ts +0 -2
- package/internal/utils/date-time/format-date-time.d.ts.map +0 -1
- package/internal/utils/date-time/format-date-time.js +0 -8
- package/internal/utils/date-time/format-date-time.js.map +0 -1
|
@@ -90,11 +90,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.
|
|
94
|
-
animation: awsui_awsui-motion-fade-in-
|
|
93
|
+
.awsui_calendar_mgja0_d2qu3_93:not(#\9) {
|
|
94
|
+
animation: awsui_awsui-motion-fade-in-0_mgja0_d2qu3_1 var(--motion-duration-show-quick-tyaalm, 135ms) var(--motion-easing-show-quick-1fcgbv, ease-out);
|
|
95
95
|
animation-fill-mode: both;
|
|
96
96
|
}
|
|
97
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
97
|
+
@keyframes awsui_awsui-motion-fade-in-0_mgja0_d2qu3_1 {
|
|
98
98
|
from {
|
|
99
99
|
opacity: 0;
|
|
100
100
|
}
|
|
@@ -103,12 +103,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
@media (prefers-reduced-motion: reduce) {
|
|
106
|
-
.
|
|
106
|
+
.awsui_calendar_mgja0_d2qu3_93:not(#\9) {
|
|
107
107
|
animation: none;
|
|
108
108
|
transition: none;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
.awsui-motion-disabled .
|
|
111
|
+
.awsui-motion-disabled .awsui_calendar_mgja0_d2qu3_93:not(#\9), .awsui-mode-entering .awsui_calendar_mgja0_d2qu3_93:not(#\9) {
|
|
112
112
|
animation: none;
|
|
113
113
|
transition: none;
|
|
114
114
|
}
|
|
@@ -117,7 +117,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
117
117
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
118
118
|
SPDX-License-Identifier: Apache-2.0
|
|
119
119
|
*/
|
|
120
|
-
.
|
|
120
|
+
.awsui_root_mgja0_d2qu3_120:not(#\9) {
|
|
121
121
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
122
122
|
border-collapse: separate;
|
|
123
123
|
border-spacing: 0;
|
|
@@ -155,32 +155,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
155
155
|
max-width: 32em;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
.awsui_focus-
|
|
158
|
+
.awsui_focus-lock_mgja0_d2qu3_132:not(#\9) {
|
|
159
159
|
display: contents;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
.awsui_trigger-
|
|
162
|
+
.awsui_trigger-wrapper_mgja0_d2qu3_136:not(#\9) {
|
|
163
163
|
min-width: calc(var(--size-calendar-grid-width-lxsx0p, 238px) + 2 * var(--space-l-4vl6xu, 20px));
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.awsui_trigger-
|
|
166
|
+
.awsui_trigger-flexbox_mgja0_d2qu3_140:not(#\9) {
|
|
167
167
|
display: flex;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
.awsui_calendar-
|
|
170
|
+
.awsui_calendar-container_mgja0_d2qu3_144:not(#\9) {
|
|
171
171
|
width: calc(2 * var(--size-calendar-grid-width-lxsx0p, 238px) + var(--space-xs-rsr2qu, 8px));
|
|
172
172
|
}
|
|
173
|
-
.awsui_calendar-
|
|
173
|
+
.awsui_calendar-container_mgja0_d2qu3_144.awsui_one-grid_mgja0_d2qu3_147:not(#\9) {
|
|
174
174
|
width: var(--size-calendar-grid-width-lxsx0p, 238px);
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.
|
|
177
|
+
.awsui_calendar_mgja0_d2qu3_93:not(#\9) {
|
|
178
|
+
display: block;
|
|
179
|
+
width: 100%;
|
|
180
|
+
margin-bottom: var(--space-scaled-s-cu1hzn, 12px);
|
|
181
|
+
}
|
|
182
|
+
.awsui_calendar-header_mgja0_d2qu3_156:not(#\9) {
|
|
178
183
|
display: flex;
|
|
179
184
|
justify-content: space-between;
|
|
180
185
|
align-items: center;
|
|
181
186
|
position: relative;
|
|
182
187
|
}
|
|
183
|
-
.awsui_calendar-header-months-
|
|
188
|
+
.awsui_calendar-header-months-wrapper_mgja0_d2qu3_162:not(#\9) {
|
|
184
189
|
position: absolute;
|
|
185
190
|
right: 0;
|
|
186
191
|
left: 0;
|
|
@@ -193,7 +198,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
193
198
|
flex: 1;
|
|
194
199
|
pointer-events: none;
|
|
195
200
|
}
|
|
196
|
-
.awsui_calendar-header-
|
|
201
|
+
.awsui_calendar-header-month_mgja0_d2qu3_162:not(#\9) {
|
|
197
202
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
198
203
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
199
204
|
font-weight: 700;
|
|
@@ -201,130 +206,130 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
201
206
|
display: flex;
|
|
202
207
|
pointer-events: auto;
|
|
203
208
|
}
|
|
204
|
-
.awsui_calendar-next-month-
|
|
209
|
+
.awsui_calendar-next-month-btn_mgja0_d2qu3_183:not(#\9) {
|
|
205
210
|
/* used for identifying element */
|
|
206
211
|
}
|
|
207
|
-
.awsui_calendar-prev-month-
|
|
212
|
+
.awsui_calendar-prev-month-btn_mgja0_d2qu3_186:not(#\9) {
|
|
208
213
|
/* used for identifying element */
|
|
209
214
|
}
|
|
210
215
|
|
|
211
|
-
.awsui_first-
|
|
212
|
-
.awsui_second-
|
|
216
|
+
.awsui_first-grid_mgja0_d2qu3_190:not(#\9),
|
|
217
|
+
.awsui_second-grid_mgja0_d2qu3_191:not(#\9) {
|
|
213
218
|
/* used in test-utils */
|
|
214
219
|
}
|
|
215
220
|
|
|
216
|
-
.awsui_date-and-time-
|
|
221
|
+
.awsui_date-and-time-container_mgja0_d2qu3_195:not(#\9) {
|
|
217
222
|
display: grid;
|
|
218
223
|
grid-template-columns: repeat(auto-fit, minmax(var(--size-calendar-grid-width-lxsx0p, 238px), 1fr));
|
|
219
224
|
gap: var(--space-xs-rsr2qu, 8px);
|
|
220
225
|
}
|
|
221
226
|
|
|
222
|
-
.awsui_date-and-time-
|
|
227
|
+
.awsui_date-and-time-wrapper_mgja0_d2qu3_201:not(#\9) {
|
|
223
228
|
width: var(--size-calendar-grid-width-lxsx0p, 238px);
|
|
224
229
|
display: grid;
|
|
225
230
|
gap: var(--space-xs-rsr2qu, 8px);
|
|
226
231
|
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|
|
227
232
|
}
|
|
228
233
|
|
|
229
|
-
.
|
|
234
|
+
.awsui_footer_mgja0_d2qu3_208:not(#\9) {
|
|
230
235
|
display: flex;
|
|
231
236
|
flex-wrap: wrap;
|
|
232
237
|
justify-content: flex-end;
|
|
233
238
|
border-top: 1px solid var(--color-border-dropdown-item-default-faosd8, #e9ebed);
|
|
234
239
|
padding: 0 var(--space-l-4vl6xu, 20px) var(--space-s-hv8c1d, 12px);
|
|
235
240
|
}
|
|
236
|
-
.
|
|
241
|
+
.awsui_footer_mgja0_d2qu3_208.awsui_has-clear-button_mgja0_d2qu3_215:not(#\9) {
|
|
237
242
|
justify-content: space-between;
|
|
238
243
|
}
|
|
239
|
-
.
|
|
244
|
+
.awsui_footer_mgja0_d2qu3_208.awsui_one-grid_mgja0_d2qu3_147:not(#\9) {
|
|
240
245
|
padding: 0 var(--space-xs-rsr2qu, 8px) var(--space-s-hv8c1d, 12px);
|
|
241
246
|
}
|
|
242
247
|
|
|
243
|
-
.awsui_footer-button-
|
|
248
|
+
.awsui_footer-button-wrapper_mgja0_d2qu3_222:not(#\9) {
|
|
244
249
|
padding-top: var(--space-s-hv8c1d, 12px);
|
|
245
250
|
}
|
|
246
251
|
|
|
247
|
-
.awsui_icon-
|
|
252
|
+
.awsui_icon-wrapper_mgja0_d2qu3_226:not(#\9) {
|
|
248
253
|
color: var(--color-text-interactive-default-eg5fsa, #414d5c);
|
|
249
254
|
margin-right: var(--space-xs-rsr2qu, 8px);
|
|
250
255
|
}
|
|
251
256
|
|
|
252
|
-
.
|
|
257
|
+
.awsui_label_mgja0_d2qu3_231:not(#\9) {
|
|
253
258
|
-webkit-user-select: text;
|
|
254
259
|
user-select: text;
|
|
255
260
|
cursor: default;
|
|
256
261
|
}
|
|
257
262
|
|
|
258
|
-
.
|
|
263
|
+
.awsui_label_mgja0_d2qu3_231.awsui_label-enabled_mgja0_d2qu3_236:not(#\9):hover > .awsui_trigger-flexbox_mgja0_d2qu3_140 > .awsui_icon-wrapper_mgja0_d2qu3_226 {
|
|
259
264
|
color: var(--color-text-interactive-hover-v3lasm, #000716);
|
|
260
265
|
}
|
|
261
266
|
|
|
262
|
-
.awsui_label-
|
|
267
|
+
.awsui_label-text_mgja0_d2qu3_240:not(#\9) {
|
|
263
268
|
color: var(--color-text-input-placeholder-j53j3c, #5f6b7a);
|
|
264
269
|
font-style: italic;
|
|
265
270
|
}
|
|
266
271
|
|
|
267
|
-
.awsui_label-token-
|
|
272
|
+
.awsui_label-token-nowrap_mgja0_d2qu3_245:not(#\9) {
|
|
268
273
|
white-space: nowrap;
|
|
269
274
|
}
|
|
270
275
|
|
|
271
|
-
.awsui_mode-
|
|
276
|
+
.awsui_mode-switch_mgja0_d2qu3_249:not(#\9) {
|
|
272
277
|
/* used in test-utils */
|
|
273
278
|
}
|
|
274
279
|
|
|
275
|
-
.
|
|
280
|
+
.awsui_dropdown_mgja0_d2qu3_253:not(#\9) {
|
|
276
281
|
overflow: auto;
|
|
277
282
|
border-top: 1px solid var(--color-border-container-top-srcvx4, transparent);
|
|
278
283
|
border-bottom: 1px solid var(--color-border-container-top-srcvx4, transparent);
|
|
279
284
|
border-radius: var(--border-radius-dropdown-ujknaf, 8px);
|
|
280
285
|
}
|
|
281
|
-
.
|
|
286
|
+
.awsui_dropdown_mgja0_d2qu3_253:not(#\9):focus {
|
|
282
287
|
outline: none;
|
|
283
288
|
}
|
|
284
|
-
.
|
|
289
|
+
.awsui_dropdown_mgja0_d2qu3_253[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
285
290
|
outline: 2px dotted transparent;
|
|
286
291
|
outline-offset: 2px;
|
|
287
292
|
border-radius: var(--border-radius-dropdown-ujknaf, 8px);
|
|
288
293
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
289
294
|
}
|
|
290
295
|
|
|
291
|
-
.awsui_dropdown-
|
|
296
|
+
.awsui_dropdown-content_mgja0_d2qu3_269:not(#\9) {
|
|
292
297
|
-webkit-user-select: text;
|
|
293
298
|
user-select: text;
|
|
294
299
|
background-color: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
295
300
|
width: calc(2 * var(--size-calendar-grid-width-lxsx0p, 238px) + var(--space-xs-rsr2qu, 8px) + 2 * var(--space-l-4vl6xu, 20px));
|
|
296
301
|
}
|
|
297
|
-
.awsui_dropdown-
|
|
302
|
+
.awsui_dropdown-content_mgja0_d2qu3_269.awsui_one-grid_mgja0_d2qu3_147:not(#\9) {
|
|
298
303
|
width: calc(var(--size-calendar-grid-width-lxsx0p, 238px) + 2 * var(--space-l-4vl6xu, 20px));
|
|
299
304
|
}
|
|
300
305
|
|
|
301
|
-
.awsui_start-date-
|
|
302
|
-
.awsui_start-time-
|
|
303
|
-
.awsui_end-date-
|
|
304
|
-
.awsui_end-time-
|
|
306
|
+
.awsui_start-date-input_mgja0_d2qu3_278:not(#\9),
|
|
307
|
+
.awsui_start-time-input_mgja0_d2qu3_279:not(#\9),
|
|
308
|
+
.awsui_end-date-input_mgja0_d2qu3_280:not(#\9),
|
|
309
|
+
.awsui_end-time-input_mgja0_d2qu3_281:not(#\9) {
|
|
305
310
|
/* used in test-utils */
|
|
306
311
|
}
|
|
307
312
|
|
|
308
|
-
.awsui_validation-
|
|
313
|
+
.awsui_validation-section_mgja0_d2qu3_285:not(#\9) {
|
|
309
314
|
/* used in test-utils */
|
|
310
315
|
}
|
|
311
316
|
|
|
312
|
-
.awsui_validation-
|
|
317
|
+
.awsui_validation-error_mgja0_d2qu3_289:not(#\9) {
|
|
313
318
|
/* used in test-utils */
|
|
314
319
|
}
|
|
315
320
|
|
|
316
|
-
.awsui_clear-
|
|
321
|
+
.awsui_clear-button_mgja0_d2qu3_293:not(#\9) {
|
|
317
322
|
/* used in test-utils */
|
|
318
323
|
}
|
|
319
324
|
|
|
320
|
-
.awsui_apply-
|
|
325
|
+
.awsui_apply-button_mgja0_d2qu3_297:not(#\9) {
|
|
321
326
|
/* used in test-utils */
|
|
322
327
|
}
|
|
323
328
|
|
|
324
|
-
.awsui_cancel-
|
|
329
|
+
.awsui_cancel-button_mgja0_d2qu3_301:not(#\9) {
|
|
325
330
|
/* used in test-utils */
|
|
326
331
|
}
|
|
327
332
|
|
|
328
|
-
.awsui_calendar-aria-
|
|
333
|
+
.awsui_calendar-aria-live_mgja0_d2qu3_305:not(#\9) {
|
|
329
334
|
/* used in test-utils */
|
|
330
335
|
}
|
|
@@ -2,43 +2,43 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"calendar": "
|
|
6
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
7
|
-
"root": "
|
|
8
|
-
"focus-lock": "awsui_focus-
|
|
9
|
-
"trigger-wrapper": "awsui_trigger-
|
|
10
|
-
"trigger-flexbox": "awsui_trigger-
|
|
11
|
-
"calendar-container": "awsui_calendar-
|
|
12
|
-
"one-grid": "awsui_one-
|
|
13
|
-
"calendar-header": "awsui_calendar-
|
|
14
|
-
"calendar-header-months-wrapper": "awsui_calendar-header-months-
|
|
15
|
-
"calendar-header-month": "awsui_calendar-header-
|
|
16
|
-
"calendar-next-month-btn": "awsui_calendar-next-month-
|
|
17
|
-
"calendar-prev-month-btn": "awsui_calendar-prev-month-
|
|
18
|
-
"first-grid": "awsui_first-
|
|
19
|
-
"second-grid": "awsui_second-
|
|
20
|
-
"date-and-time-container": "awsui_date-and-time-
|
|
21
|
-
"date-and-time-wrapper": "awsui_date-and-time-
|
|
22
|
-
"footer": "
|
|
23
|
-
"has-clear-button": "awsui_has-clear-
|
|
24
|
-
"footer-button-wrapper": "awsui_footer-button-
|
|
25
|
-
"icon-wrapper": "awsui_icon-
|
|
26
|
-
"label": "
|
|
27
|
-
"label-enabled": "awsui_label-
|
|
28
|
-
"label-text": "awsui_label-
|
|
29
|
-
"label-token-nowrap": "awsui_label-token-
|
|
30
|
-
"mode-switch": "awsui_mode-
|
|
31
|
-
"dropdown": "
|
|
32
|
-
"dropdown-content": "awsui_dropdown-
|
|
33
|
-
"start-date-input": "awsui_start-date-
|
|
34
|
-
"start-time-input": "awsui_start-time-
|
|
35
|
-
"end-date-input": "awsui_end-date-
|
|
36
|
-
"end-time-input": "awsui_end-time-
|
|
37
|
-
"validation-section": "awsui_validation-
|
|
38
|
-
"validation-error": "awsui_validation-
|
|
39
|
-
"clear-button": "awsui_clear-
|
|
40
|
-
"apply-button": "awsui_apply-
|
|
41
|
-
"cancel-button": "awsui_cancel-
|
|
42
|
-
"calendar-aria-live": "awsui_calendar-aria-
|
|
5
|
+
"calendar": "awsui_calendar_mgja0_d2qu3_93",
|
|
6
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_mgja0_d2qu3_1",
|
|
7
|
+
"root": "awsui_root_mgja0_d2qu3_120",
|
|
8
|
+
"focus-lock": "awsui_focus-lock_mgja0_d2qu3_132",
|
|
9
|
+
"trigger-wrapper": "awsui_trigger-wrapper_mgja0_d2qu3_136",
|
|
10
|
+
"trigger-flexbox": "awsui_trigger-flexbox_mgja0_d2qu3_140",
|
|
11
|
+
"calendar-container": "awsui_calendar-container_mgja0_d2qu3_144",
|
|
12
|
+
"one-grid": "awsui_one-grid_mgja0_d2qu3_147",
|
|
13
|
+
"calendar-header": "awsui_calendar-header_mgja0_d2qu3_156",
|
|
14
|
+
"calendar-header-months-wrapper": "awsui_calendar-header-months-wrapper_mgja0_d2qu3_162",
|
|
15
|
+
"calendar-header-month": "awsui_calendar-header-month_mgja0_d2qu3_162",
|
|
16
|
+
"calendar-next-month-btn": "awsui_calendar-next-month-btn_mgja0_d2qu3_183",
|
|
17
|
+
"calendar-prev-month-btn": "awsui_calendar-prev-month-btn_mgja0_d2qu3_186",
|
|
18
|
+
"first-grid": "awsui_first-grid_mgja0_d2qu3_190",
|
|
19
|
+
"second-grid": "awsui_second-grid_mgja0_d2qu3_191",
|
|
20
|
+
"date-and-time-container": "awsui_date-and-time-container_mgja0_d2qu3_195",
|
|
21
|
+
"date-and-time-wrapper": "awsui_date-and-time-wrapper_mgja0_d2qu3_201",
|
|
22
|
+
"footer": "awsui_footer_mgja0_d2qu3_208",
|
|
23
|
+
"has-clear-button": "awsui_has-clear-button_mgja0_d2qu3_215",
|
|
24
|
+
"footer-button-wrapper": "awsui_footer-button-wrapper_mgja0_d2qu3_222",
|
|
25
|
+
"icon-wrapper": "awsui_icon-wrapper_mgja0_d2qu3_226",
|
|
26
|
+
"label": "awsui_label_mgja0_d2qu3_231",
|
|
27
|
+
"label-enabled": "awsui_label-enabled_mgja0_d2qu3_236",
|
|
28
|
+
"label-text": "awsui_label-text_mgja0_d2qu3_240",
|
|
29
|
+
"label-token-nowrap": "awsui_label-token-nowrap_mgja0_d2qu3_245",
|
|
30
|
+
"mode-switch": "awsui_mode-switch_mgja0_d2qu3_249",
|
|
31
|
+
"dropdown": "awsui_dropdown_mgja0_d2qu3_253",
|
|
32
|
+
"dropdown-content": "awsui_dropdown-content_mgja0_d2qu3_269",
|
|
33
|
+
"start-date-input": "awsui_start-date-input_mgja0_d2qu3_278",
|
|
34
|
+
"start-time-input": "awsui_start-time-input_mgja0_d2qu3_279",
|
|
35
|
+
"end-date-input": "awsui_end-date-input_mgja0_d2qu3_280",
|
|
36
|
+
"end-time-input": "awsui_end-time-input_mgja0_d2qu3_281",
|
|
37
|
+
"validation-section": "awsui_validation-section_mgja0_d2qu3_285",
|
|
38
|
+
"validation-error": "awsui_validation-error_mgja0_d2qu3_289",
|
|
39
|
+
"clear-button": "awsui_clear-button_mgja0_d2qu3_293",
|
|
40
|
+
"apply-button": "awsui_apply-button_mgja0_d2qu3_297",
|
|
41
|
+
"cancel-button": "awsui_cancel-button_mgja0_d2qu3_301",
|
|
42
|
+
"calendar-aria-live": "awsui_calendar-aria-live_mgja0_d2qu3_305"
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { DateRangePickerProps } from './interfaces';
|
|
2
|
+
/**
|
|
3
|
+
* This function fills in a start and end time if they are missing.
|
|
4
|
+
*/
|
|
5
|
+
export declare function fillMissingTime(value: DateRangePickerProps.AbsoluteValue | null): {
|
|
6
|
+
startDate: string;
|
|
7
|
+
endDate: string;
|
|
8
|
+
type: "absolute";
|
|
9
|
+
} | null;
|
|
2
10
|
export declare function formatValue(value: null | DateRangePickerProps.Value, { timeOffset, dateOnly }: {
|
|
3
11
|
timeOffset: {
|
|
4
12
|
startDate?: number;
|
|
@@ -7,6 +15,4 @@ export declare function formatValue(value: null | DateRangePickerProps.Value, {
|
|
|
7
15
|
dateOnly: boolean;
|
|
8
16
|
}): null | DateRangePickerProps.Value;
|
|
9
17
|
export declare function getDefaultMode(value: null | DateRangePickerProps.Value, relativeOptions: readonly DateRangePickerProps.RelativeOption[], rangeSelectorMode: DateRangePickerProps.RangeSelectorMode): "absolute" | "relative";
|
|
10
|
-
export declare function splitAbsoluteValue(value: null | DateRangePickerProps.AbsoluteValue): DateRangePickerProps.PendingAbsoluteValue;
|
|
11
|
-
export declare function joinAbsoluteValue(value: DateRangePickerProps.PendingAbsoluteValue): DateRangePickerProps.AbsoluteValue;
|
|
12
18
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/date-range-picker/utils.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/date-range-picker/utils.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAGpD;;GAEG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,oBAAoB,CAAC,aAAa,GAAG,IAAI;;;;SAW/E;AAED,wBAAgB,WAAW,CACzB,KAAK,EAAE,IAAI,GAAG,oBAAoB,CAAC,KAAK,EACxC,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE;IAAE,UAAU,EAAE;QAAE,SAAS,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAA;CAAE,GACpG,IAAI,GAAG,oBAAoB,CAAC,KAAK,CAYnC;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,IAAI,GAAG,oBAAoB,CAAC,KAAK,EACxC,eAAe,EAAE,SAAS,oBAAoB,CAAC,cAAc,EAAE,EAC/D,iBAAiB,EAAE,oBAAoB,CAAC,iBAAiB,2BAY1D"}
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
1
2
|
import { setTimeOffset } from './time-offset';
|
|
2
|
-
|
|
3
|
+
/**
|
|
4
|
+
* This function fills in a start and end time if they are missing.
|
|
5
|
+
*/
|
|
6
|
+
export function fillMissingTime(value) {
|
|
7
|
+
if (!value) {
|
|
8
|
+
return value;
|
|
9
|
+
}
|
|
10
|
+
var _a = value.startDate.split('T'), startDate = _a[0], startTime = _a[1];
|
|
11
|
+
var _b = value.endDate.split('T'), endDate = _b[0], endTime = _b[1];
|
|
12
|
+
return __assign(__assign({}, value), { startDate: startTime ? value.startDate : "".concat(startDate, "T00:00:00"), endDate: endTime ? value.endDate : "".concat(endDate, "T23:59:59") });
|
|
13
|
+
}
|
|
3
14
|
export function formatValue(value, _a) {
|
|
4
15
|
var timeOffset = _a.timeOffset, dateOnly = _a.dateOnly;
|
|
5
16
|
if (!value || value.type === 'relative') {
|
|
@@ -26,20 +37,4 @@ export function getDefaultMode(value, relativeOptions, rangeSelectorMode) {
|
|
|
26
37
|
}
|
|
27
38
|
return relativeOptions.length > 0 ? 'relative' : 'absolute';
|
|
28
39
|
}
|
|
29
|
-
export function splitAbsoluteValue(value) {
|
|
30
|
-
if (!value) {
|
|
31
|
-
return {
|
|
32
|
-
start: { date: '', time: '' },
|
|
33
|
-
end: { date: '', time: '' }
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
return { start: splitDateTime(value.startDate), end: splitDateTime(value.endDate) };
|
|
37
|
-
}
|
|
38
|
-
export function joinAbsoluteValue(value) {
|
|
39
|
-
return {
|
|
40
|
-
type: 'absolute',
|
|
41
|
-
startDate: joinDateTime(value.start.date, value.start.time || '00:00:00'),
|
|
42
|
-
endDate: joinDateTime(value.end.date, value.end.time || '23:59:59')
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
40
|
//# sourceMappingURL=utils.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/date-range-picker/utils.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/date-range-picker/utils.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C;;GAEG;AACH,MAAM,UAAU,eAAe,CAAC,KAAgD;IAC9E,IAAI,CAAC,KAAK,EAAE;QACV,OAAO,KAAK,CAAC;KACd;IACK,IAAA,KAAyB,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,GAAG,CAAC,EAAlD,SAAS,QAAA,EAAE,SAAS,QAA8B,CAAC;IACpD,IAAA,KAAqB,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,EAA5C,OAAO,QAAA,EAAE,OAAO,QAA4B,CAAC;IACpD,6BACK,KAAK,KACR,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,UAAG,SAAS,cAAW,EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,UAAG,OAAO,cAAW,IACxD;AACJ,CAAC;AAED,MAAM,UAAU,WAAW,CACzB,KAAwC,EACxC,EAAqG;QAAnG,UAAU,gBAAA,EAAE,QAAQ,cAAA;IAEtB,IAAI,CAAC,KAAK,IAAI,KAAK,CAAC,IAAI,KAAK,UAAU,EAAE;QACvC,OAAO,KAAK,CAAC;KACd;IACD,IAAI,QAAQ,EAAE;QACZ,OAAO;YACL,IAAI,EAAE,UAAU;YAChB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;YACxC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;SACrC,CAAC;KACH;IACD,OAAO,aAAa,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;AAC1C,CAAC;AAED,MAAM,UAAU,cAAc,CAC5B,KAAwC,EACxC,eAA+D,EAC/D,iBAAyD;IAEzD,IAAI,KAAK,IAAI,KAAK,CAAC,IAAI,EAAE;QACvB,OAAO,KAAK,CAAC,IAAI,CAAC;KACnB;IACD,IAAI,iBAAiB,KAAK,eAAe,EAAE;QACzC,OAAO,UAAU,CAAC;KACnB;IACD,IAAI,iBAAiB,KAAK,eAAe,EAAE;QACzC,OAAO,UAAU,CAAC;KACnB;IACD,OAAO,eAAe,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC;AAC9D,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { DateRangePickerProps } from './interfaces';\nimport { setTimeOffset } from './time-offset';\n\n/**\n * This function fills in a start and end time if they are missing.\n */\nexport function fillMissingTime(value: DateRangePickerProps.AbsoluteValue | null) {\n if (!value) {\n return value;\n }\n const [startDate, startTime] = value.startDate.split('T');\n const [endDate, endTime] = value.endDate.split('T');\n return {\n ...value,\n startDate: startTime ? value.startDate : `${startDate}T00:00:00`,\n endDate: endTime ? value.endDate : `${endDate}T23:59:59`,\n };\n}\n\nexport function formatValue(\n value: null | DateRangePickerProps.Value,\n { timeOffset, dateOnly }: { timeOffset: { startDate?: number; endDate?: number }; dateOnly: boolean }\n): null | DateRangePickerProps.Value {\n if (!value || value.type === 'relative') {\n return value;\n }\n if (dateOnly) {\n return {\n type: 'absolute',\n startDate: value.startDate.split('T')[0],\n endDate: value.endDate.split('T')[0],\n };\n }\n return setTimeOffset(value, timeOffset);\n}\n\nexport function getDefaultMode(\n value: null | DateRangePickerProps.Value,\n relativeOptions: readonly DateRangePickerProps.RelativeOption[],\n rangeSelectorMode: DateRangePickerProps.RangeSelectorMode\n) {\n if (value && value.type) {\n return value.type;\n }\n if (rangeSelectorMode === 'relative-only') {\n return 'relative';\n }\n if (rangeSelectorMode === 'absolute-only') {\n return 'absolute';\n }\n return relativeOptions.length > 0 ? 'relative' : 'absolute';\n}\n"]}
|
package/flashbar/styles.css.js
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"flash-refresh": "awsui_flash-
|
|
5
|
-
"enter": "
|
|
6
|
-
"flash-body": "awsui_flash-
|
|
7
|
-
"flash-message": "awsui_flash-
|
|
8
|
-
"flash-header": "awsui_flash-
|
|
9
|
-
"flash-content": "awsui_flash-
|
|
10
|
-
"action-button-wrapper": "awsui_action-button-
|
|
11
|
-
"dismiss-button-wrapper": "awsui_dismiss-button-
|
|
12
|
-
"flash-icon": "awsui_flash-
|
|
13
|
-
"entering": "
|
|
14
|
-
"entered": "
|
|
15
|
-
"exiting": "
|
|
16
|
-
"flashbar": "
|
|
17
|
-
"flash": "
|
|
18
|
-
"flash-list": "awsui_flash-
|
|
19
|
-
"flash-focus-container": "awsui_flash-focus-
|
|
20
|
-
"flash-text": "awsui_flash-
|
|
21
|
-
"dismiss-button": "awsui_dismiss-
|
|
22
|
-
"breakpoint-default": "awsui_breakpoint-
|
|
23
|
-
"flash-list-item": "awsui_flash-list-
|
|
24
|
-
"action-button": "awsui_action-
|
|
25
|
-
"flash-type-success": "awsui_flash-type-
|
|
26
|
-
"flash-type-error": "awsui_flash-type-
|
|
27
|
-
"flash-type-warning": "awsui_flash-type-
|
|
28
|
-
"flash-type-info": "awsui_flash-type-
|
|
29
|
-
"stack": "
|
|
30
|
-
"expanded": "
|
|
31
|
-
"collapsed": "
|
|
32
|
-
"item": "
|
|
33
|
-
"visual-refresh": "awsui_visual-
|
|
34
|
-
"flash-items": "awsui_flash-
|
|
35
|
-
"toggle": "
|
|
36
|
-
"icon": "
|
|
4
|
+
"flash-refresh": "awsui_flash-refresh_1q84n_1la8c_93",
|
|
5
|
+
"enter": "awsui_enter_1q84n_1la8c_93",
|
|
6
|
+
"flash-body": "awsui_flash-body_1q84n_1la8c_108",
|
|
7
|
+
"flash-message": "awsui_flash-message_1q84n_1la8c_108",
|
|
8
|
+
"flash-header": "awsui_flash-header_1q84n_1la8c_108",
|
|
9
|
+
"flash-content": "awsui_flash-content_1q84n_1la8c_109",
|
|
10
|
+
"action-button-wrapper": "awsui_action-button-wrapper_1q84n_1la8c_110",
|
|
11
|
+
"dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_1la8c_111",
|
|
12
|
+
"flash-icon": "awsui_flash-icon_1q84n_1la8c_134",
|
|
13
|
+
"entering": "awsui_entering_1q84n_1la8c_147",
|
|
14
|
+
"entered": "awsui_entered_1q84n_1la8c_168",
|
|
15
|
+
"exiting": "awsui_exiting_1q84n_1la8c_273",
|
|
16
|
+
"flashbar": "awsui_flashbar_1q84n_1la8c_295",
|
|
17
|
+
"flash": "awsui_flash_1q84n_1la8c_93",
|
|
18
|
+
"flash-list": "awsui_flash-list_1q84n_1la8c_350",
|
|
19
|
+
"flash-focus-container": "awsui_flash-focus-container_1q84n_1la8c_386",
|
|
20
|
+
"flash-text": "awsui_flash-text_1q84n_1la8c_392",
|
|
21
|
+
"dismiss-button": "awsui_dismiss-button_1q84n_1la8c_111",
|
|
22
|
+
"breakpoint-default": "awsui_breakpoint-default_1q84n_1la8c_433",
|
|
23
|
+
"flash-list-item": "awsui_flash-list-item_1q84n_1la8c_433",
|
|
24
|
+
"action-button": "awsui_action-button_1q84n_1la8c_110",
|
|
25
|
+
"flash-type-success": "awsui_flash-type-success_1q84n_1la8c_446",
|
|
26
|
+
"flash-type-error": "awsui_flash-type-error_1q84n_1la8c_450",
|
|
27
|
+
"flash-type-warning": "awsui_flash-type-warning_1q84n_1la8c_454",
|
|
28
|
+
"flash-type-info": "awsui_flash-type-info_1q84n_1la8c_458",
|
|
29
|
+
"stack": "awsui_stack_1q84n_1la8c_462",
|
|
30
|
+
"expanded": "awsui_expanded_1q84n_1la8c_467",
|
|
31
|
+
"collapsed": "awsui_collapsed_1q84n_1la8c_481",
|
|
32
|
+
"item": "awsui_item_1q84n_1la8c_487",
|
|
33
|
+
"visual-refresh": "awsui_visual-refresh_1q84n_1la8c_497",
|
|
34
|
+
"flash-items": "awsui_flash-items_1q84n_1la8c_503",
|
|
35
|
+
"toggle": "awsui_toggle_1q84n_1la8c_510",
|
|
36
|
+
"icon": "awsui_icon_1q84n_1la8c_573"
|
|
37
37
|
};
|
|
38
38
|
|