@cloudscape-design/components 3.0.1174 → 3.0.1175
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/styles.css.js +27 -27
- package/alert/styles.scoped.css +50 -50
- package/alert/styles.selectors.js +27 -27
- package/annotation-context/annotation/styles.css.js +13 -13
- package/annotation-context/annotation/styles.scoped.css +21 -21
- package/annotation-context/annotation/styles.selectors.js +13 -13
- package/app-layout/notifications/styles.css.js +3 -3
- package/app-layout/notifications/styles.scoped.css +7 -7
- package/app-layout/notifications/styles.selectors.js +3 -3
- package/app-layout/visual-refresh/styles.css.js +86 -86
- package/app-layout/visual-refresh/styles.scoped.css +258 -258
- package/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
- package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +87 -87
- package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
- package/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
- package/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
- package/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
- package/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +27 -27
- package/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
- package/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
- package/attribute-editor/styles.css.js +15 -15
- package/attribute-editor/styles.scoped.css +28 -28
- package/attribute-editor/styles.selectors.js +15 -15
- package/breadcrumb-group/item/styles.css.js +7 -7
- package/breadcrumb-group/item/styles.scoped.css +28 -28
- package/breadcrumb-group/item/styles.selectors.js +7 -7
- package/button/styles.css.js +22 -22
- package/button/styles.scoped.css +256 -256
- package/button/styles.selectors.js +22 -22
- package/button-dropdown/item-element/styles.css.js +20 -20
- package/button-dropdown/item-element/styles.scoped.css +34 -34
- package/button-dropdown/item-element/styles.selectors.js +20 -20
- package/checkbox/styles.css.js +3 -3
- package/checkbox/styles.scoped.css +11 -11
- package/checkbox/styles.selectors.js +3 -3
- package/content-layout/styles.css.js +14 -14
- package/content-layout/styles.scoped.css +27 -27
- package/content-layout/styles.selectors.js +14 -14
- package/flashbar/styles.css.js +50 -50
- package/flashbar/styles.scoped.css +187 -187
- package/flashbar/styles.selectors.js +50 -50
- package/help-panel/styles.css.js +6 -6
- package/help-panel/styles.scoped.css +73 -73
- package/help-panel/styles.selectors.js +6 -6
- package/input/styles.css.js +13 -13
- package/input/styles.scoped.css +74 -74
- package/input/styles.selectors.js +13 -13
- package/internal/base-component/styles.scoped.css +1 -1
- package/internal/components/drag-handle-wrapper/styles.css.js +30 -30
- package/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
- package/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
- package/internal/components/dropdown/styles.css.js +20 -20
- package/internal/components/dropdown/styles.scoped.css +38 -38
- package/internal/components/dropdown/styles.selectors.js +20 -20
- package/internal/components/radio-button/styles.css.js +7 -7
- package/internal/components/radio-button/styles.scoped.css +18 -18
- package/internal/components/radio-button/styles.selectors.js +7 -7
- package/internal/components/token-list/styles.css.js +10 -10
- package/internal/components/token-list/styles.scoped.css +25 -25
- package/internal/components/token-list/styles.selectors.js +10 -10
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/custom-css-properties/index.d.ts +7 -0
- package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/internal/generated/custom-css-properties/index.js +138 -131
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/link/styles.css.js +20 -20
- package/link/styles.scoped.css +103 -103
- package/link/styles.selectors.js +20 -20
- package/package.json +1 -1
- package/progress-bar/styles.css.js +19 -19
- package/progress-bar/styles.scoped.css +56 -56
- package/progress-bar/styles.selectors.js +19 -19
- package/prompt-input/styles.css.js +17 -17
- package/prompt-input/styles.scoped.css +79 -79
- package/prompt-input/styles.selectors.js +17 -17
- package/segmented-control/styles.css.js +16 -16
- package/segmented-control/styles.scoped.css +46 -46
- package/segmented-control/styles.selectors.js +16 -16
- package/slider/index.d.ts +1 -0
- package/slider/index.d.ts.map +1 -1
- package/slider/index.js +2 -2
- package/slider/index.js.map +1 -1
- package/slider/interfaces.d.ts +23 -0
- package/slider/interfaces.d.ts.map +1 -1
- package/slider/interfaces.js.map +1 -1
- package/slider/internal.d.ts +4 -1
- package/slider/internal.d.ts.map +1 -1
- package/slider/internal.js +3 -2
- package/slider/internal.js.map +1 -1
- package/slider/styles.css.js +26 -26
- package/slider/styles.d.ts +11 -0
- package/slider/styles.d.ts.map +1 -0
- package/slider/styles.js +20 -0
- package/slider/styles.js.map +1 -0
- package/slider/styles.scoped.css +165 -163
- package/slider/styles.selectors.js +26 -26
- package/spinner/styles.css.js +13 -13
- package/spinner/styles.scoped.css +39 -39
- package/spinner/styles.selectors.js +13 -13
- package/tabs/styles.css.js +30 -30
- package/tabs/styles.scoped.css +76 -76
- package/tabs/styles.selectors.js +30 -30
- package/tag-editor/styles.css.js +3 -3
- package/tag-editor/styles.scoped.css +13 -13
- package/tag-editor/styles.selectors.js +3 -3
- package/text-content/styles.css.js +1 -1
- package/text-content/styles.scoped.css +66 -66
- package/text-content/styles.selectors.js +1 -1
- package/textarea/styles.css.js +5 -5
- package/textarea/styles.scoped.css +45 -45
- package/textarea/styles.selectors.js +5 -5
- package/toggle/styles.css.js +10 -10
- package/toggle/styles.scoped.css +23 -23
- package/toggle/styles.selectors.js +10 -10
|
@@ -150,7 +150,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
151
151
|
SPDX-License-Identifier: Apache-2.0
|
|
152
152
|
*/
|
|
153
|
-
.awsui_navigation-
|
|
153
|
+
.awsui_navigation-container_2p2ab_qkirj_153:not(#\9) {
|
|
154
154
|
position: sticky;
|
|
155
155
|
z-index: 830;
|
|
156
156
|
background-color: var(--color-background-container-content-6u8rvp, #ffffff);
|
|
@@ -161,27 +161,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
161
161
|
display: flex;
|
|
162
162
|
flex-direction: column;
|
|
163
163
|
}
|
|
164
|
-
.awsui_navigation-
|
|
164
|
+
.awsui_navigation-container_2p2ab_qkirj_153:not(#\9):not(.awsui_is-navigation-open_2p2ab_qkirj_164) {
|
|
165
165
|
inline-size: 0px;
|
|
166
166
|
display: none;
|
|
167
167
|
}
|
|
168
|
-
.awsui_navigation-
|
|
168
|
+
.awsui_navigation-container_2p2ab_qkirj_153 > .awsui_navigation_2p2ab_qkirj_153:not(#\9) {
|
|
169
169
|
flex-grow: 1;
|
|
170
170
|
block-size: 100%;
|
|
171
171
|
overflow-y: auto;
|
|
172
172
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
173
173
|
overscroll-behavior-y: contain;
|
|
174
|
-
inline-size: var(--awsui-navigation-width-
|
|
174
|
+
inline-size: var(--awsui-navigation-width-4hh3rt);
|
|
175
175
|
position: relative;
|
|
176
176
|
}
|
|
177
177
|
@media (max-width: 688px) {
|
|
178
|
-
.awsui_navigation-
|
|
179
|
-
--awsui-navigation-width-
|
|
178
|
+
.awsui_navigation-container_2p2ab_qkirj_153:not(#\9) {
|
|
179
|
+
--awsui-navigation-width-4hh3rt: 100vw;
|
|
180
180
|
z-index: 1001;
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
.awsui_hide-
|
|
184
|
+
.awsui_hide-navigation_2p2ab_qkirj_184:not(#\9) {
|
|
185
185
|
position: absolute;
|
|
186
186
|
inset-inline-end: var(--space-m-dsumyt, 16px);
|
|
187
187
|
inset-block-start: 14px;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"navigation-container": "awsui_navigation-
|
|
6
|
-
"is-navigation-open": "awsui_is-navigation-
|
|
7
|
-
"navigation": "
|
|
8
|
-
"hide-navigation": "awsui_hide-
|
|
5
|
+
"navigation-container": "awsui_navigation-container_2p2ab_qkirj_153",
|
|
6
|
+
"is-navigation-open": "awsui_is-navigation-open_2p2ab_qkirj_164",
|
|
7
|
+
"navigation": "awsui_navigation_2p2ab_qkirj_153",
|
|
8
|
+
"hide-navigation": "awsui_hide-navigation_2p2ab_qkirj_184"
|
|
9
9
|
};
|
|
10
10
|
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"has-adaptive-widths-default": "awsui_has-adaptive-widths-
|
|
6
|
-
"has-adaptive-widths-dashboard": "awsui_has-adaptive-widths-
|
|
7
|
-
"drawer-expanded-mode": "awsui_drawer-expanded-
|
|
8
|
-
"ai-drawer-expanded-mode": "awsui_ai-drawer-expanded-
|
|
9
|
-
"bottom-drawer-expanded-mode": "awsui_bottom-drawer-expanded-
|
|
10
|
-
"ai-drawer": "awsui_ai-
|
|
11
|
-
"navigation": "
|
|
12
|
-
"tools": "
|
|
13
|
-
"global-tools": "awsui_global-
|
|
14
|
-
"bottom-tool": "awsui_bottom-
|
|
15
|
-
"tools-open": "awsui_tools-
|
|
16
|
-
"split-panel-side": "awsui_split-panel-
|
|
17
|
-
"split-panel-bottom": "awsui_split-panel-
|
|
18
|
-
"panel-hidden": "awsui_panel-
|
|
19
|
-
"toolbar-container": "awsui_toolbar-
|
|
20
|
-
"notifications-container": "awsui_notifications-
|
|
21
|
-
"notifications-background": "awsui_notifications-
|
|
22
|
-
"main-landmark": "awsui_main-
|
|
23
|
-
"main": "
|
|
24
|
-
"main-disable-paddings": "awsui_main-disable-
|
|
25
|
-
"content-header": "awsui_content-
|
|
26
|
-
"content": "
|
|
27
|
-
"unfocusable-mobile": "awsui_unfocusable-
|
|
28
|
-
"hidden": "
|
|
29
|
-
"breadcrumbs-own": "awsui_breadcrumbs-
|
|
30
|
-
"breadcrumbs-discovered": "awsui_breadcrumbs-
|
|
4
|
+
"root": "awsui_root_7nfqu_qav4f_153",
|
|
5
|
+
"has-adaptive-widths-default": "awsui_has-adaptive-widths-default_7nfqu_qav4f_197",
|
|
6
|
+
"has-adaptive-widths-dashboard": "awsui_has-adaptive-widths-dashboard_7nfqu_qav4f_202",
|
|
7
|
+
"drawer-expanded-mode": "awsui_drawer-expanded-mode_7nfqu_qav4f_217",
|
|
8
|
+
"ai-drawer-expanded-mode": "awsui_ai-drawer-expanded-mode_7nfqu_qav4f_220",
|
|
9
|
+
"bottom-drawer-expanded-mode": "awsui_bottom-drawer-expanded-mode_7nfqu_qav4f_223",
|
|
10
|
+
"ai-drawer": "awsui_ai-drawer_7nfqu_qav4f_220",
|
|
11
|
+
"navigation": "awsui_navigation_7nfqu_qav4f_230",
|
|
12
|
+
"tools": "awsui_tools_7nfqu_qav4f_231",
|
|
13
|
+
"global-tools": "awsui_global-tools_7nfqu_qav4f_232",
|
|
14
|
+
"bottom-tool": "awsui_bottom-tool_7nfqu_qav4f_233",
|
|
15
|
+
"tools-open": "awsui_tools-open_7nfqu_qav4f_290",
|
|
16
|
+
"split-panel-side": "awsui_split-panel-side_7nfqu_qav4f_304",
|
|
17
|
+
"split-panel-bottom": "awsui_split-panel-bottom_7nfqu_qav4f_311",
|
|
18
|
+
"panel-hidden": "awsui_panel-hidden_7nfqu_qav4f_324",
|
|
19
|
+
"toolbar-container": "awsui_toolbar-container_7nfqu_qav4f_334",
|
|
20
|
+
"notifications-container": "awsui_notifications-container_7nfqu_qav4f_341",
|
|
21
|
+
"notifications-background": "awsui_notifications-background_7nfqu_qav4f_345",
|
|
22
|
+
"main-landmark": "awsui_main-landmark_7nfqu_qav4f_356",
|
|
23
|
+
"main": "awsui_main_7nfqu_qav4f_356",
|
|
24
|
+
"main-disable-paddings": "awsui_main-disable-paddings_7nfqu_qav4f_365",
|
|
25
|
+
"content-header": "awsui_content-header_7nfqu_qav4f_375",
|
|
26
|
+
"content": "awsui_content_7nfqu_qav4f_375",
|
|
27
|
+
"unfocusable-mobile": "awsui_unfocusable-mobile_7nfqu_qav4f_385",
|
|
28
|
+
"hidden": "awsui_hidden_7nfqu_qav4f_390",
|
|
29
|
+
"breadcrumbs-own": "awsui_breadcrumbs-own_7nfqu_qav4f_394",
|
|
30
|
+
"breadcrumbs-discovered": "awsui_breadcrumbs-discovered_7nfqu_qav4f_394"
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -150,7 +150,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
151
151
|
SPDX-License-Identifier: Apache-2.0
|
|
152
152
|
*/
|
|
153
|
-
.
|
|
153
|
+
.awsui_root_7nfqu_qav4f_153:not(#\9) {
|
|
154
154
|
border-collapse: separate;
|
|
155
155
|
border-spacing: 0;
|
|
156
156
|
box-sizing: border-box;
|
|
@@ -182,72 +182,72 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
182
182
|
-moz-osx-font-smoothing: auto;
|
|
183
183
|
color: var(--color-text-body-default-vvtq8u, #0f141a);
|
|
184
184
|
background-color: var(--color-background-layout-main-5ilwcb, #ffffff);
|
|
185
|
-
--awsui-max-content-width-
|
|
185
|
+
--awsui-max-content-width-4hh3rt: 100%;
|
|
186
186
|
display: grid;
|
|
187
187
|
grid-template-areas: "toolbar toolbar toolbar" ". notifications ." ". main .";
|
|
188
188
|
grid-template-columns: var(--space-layout-content-horizontal-buc0zz, 24px) minmax(0, 1fr) var(--space-layout-content-horizontal-buc0zz, 24px);
|
|
189
189
|
grid-template-rows: min-content min-content 1fr;
|
|
190
190
|
}
|
|
191
191
|
@media (min-width: 689px) {
|
|
192
|
-
.
|
|
192
|
+
.awsui_root_7nfqu_qav4f_153:not(#\9) {
|
|
193
193
|
grid-template-areas: "ai-drawer toolbar toolbar toolbar toolbar toolbar toolbar toolbar" "ai-drawer navigation . notifications . sideSplitPanel tools global-tools" "ai-drawer navigation . main . sideSplitPanel tools global-tools" "ai-drawer bottom-tool bottom-tool bottom-tool bottom-tool bottom-tool bottom-tool global-tools";
|
|
194
|
-
grid-template-columns: min-content min-content minmax(var(--space-layout-content-horizontal-buc0zz, 24px), 1fr) minmax(0, var(--awsui-max-content-width-
|
|
194
|
+
grid-template-columns: min-content min-content minmax(var(--space-layout-content-horizontal-buc0zz, 24px), 1fr) minmax(0, var(--awsui-max-content-width-4hh3rt)) minmax(var(--space-layout-content-horizontal-buc0zz, 24px), 1fr) min-content min-content;
|
|
195
195
|
grid-template-rows: min-content min-content 1fr min-content min-content;
|
|
196
196
|
}
|
|
197
|
-
.
|
|
198
|
-
--awsui-max-content-width-
|
|
197
|
+
.awsui_root_7nfqu_qav4f_153.awsui_has-adaptive-widths-default_7nfqu_qav4f_197:not(#\9) {
|
|
198
|
+
--awsui-max-content-width-4hh3rt: 1620px;
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
201
|
@media (min-width: 689px) and (min-width: 1401px) {
|
|
202
|
-
.
|
|
203
|
-
--awsui-max-content-width-
|
|
202
|
+
.awsui_root_7nfqu_qav4f_153.awsui_has-adaptive-widths-dashboard_7nfqu_qav4f_202:not(#\9) {
|
|
203
|
+
--awsui-max-content-width-4hh3rt: 1280px;
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
@media (min-width: 689px) and (min-width: 1921px) {
|
|
207
|
-
.
|
|
208
|
-
--awsui-max-content-width-
|
|
207
|
+
.awsui_root_7nfqu_qav4f_153.awsui_has-adaptive-widths-dashboard_7nfqu_qav4f_202:not(#\9) {
|
|
208
|
+
--awsui-max-content-width-4hh3rt: 1620px;
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
@media (min-width: 689px) and (min-width: 2541px) {
|
|
212
|
-
.
|
|
213
|
-
--awsui-max-content-width-
|
|
212
|
+
.awsui_root_7nfqu_qav4f_153.awsui_has-adaptive-widths-dashboard_7nfqu_qav4f_202:not(#\9) {
|
|
213
|
+
--awsui-max-content-width-4hh3rt: 2160px;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
@media (min-width: 689px) {
|
|
217
|
-
.
|
|
217
|
+
.awsui_root_7nfqu_qav4f_153.awsui_drawer-expanded-mode_7nfqu_qav4f_217:not(#\9) {
|
|
218
218
|
grid-template-columns: 0 0 0 0 0 0 0 auto;
|
|
219
219
|
}
|
|
220
|
-
.
|
|
220
|
+
.awsui_root_7nfqu_qav4f_153.awsui_drawer-expanded-mode_7nfqu_qav4f_217.awsui_ai-drawer-expanded-mode_7nfqu_qav4f_220:not(#\9) {
|
|
221
221
|
grid-template-columns: auto 0 0 0 0 0 0 0;
|
|
222
222
|
}
|
|
223
|
-
.
|
|
223
|
+
.awsui_root_7nfqu_qav4f_153.awsui_drawer-expanded-mode_7nfqu_qav4f_217.awsui_bottom-drawer-expanded-mode_7nfqu_qav4f_223:not(#\9) {
|
|
224
224
|
grid-template-rows: auto;
|
|
225
225
|
grid-template-columns: 0 0 0 0 0 auto 0 0;
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
-
.awsui_ai-
|
|
230
|
-
.
|
|
231
|
-
.
|
|
232
|
-
.awsui_global-
|
|
233
|
-
.awsui_bottom-
|
|
229
|
+
.awsui_ai-drawer_7nfqu_qav4f_220:not(#\9),
|
|
230
|
+
.awsui_navigation_7nfqu_qav4f_230:not(#\9),
|
|
231
|
+
.awsui_tools_7nfqu_qav4f_231:not(#\9),
|
|
232
|
+
.awsui_global-tools_7nfqu_qav4f_232:not(#\9),
|
|
233
|
+
.awsui_bottom-tool_7nfqu_qav4f_233:not(#\9) {
|
|
234
234
|
grid-row: 1/-1;
|
|
235
235
|
grid-column: 1/-1;
|
|
236
236
|
background: var(--color-background-container-content-6u8rvp, #ffffff);
|
|
237
237
|
opacity: 1;
|
|
238
238
|
}
|
|
239
239
|
@media (max-width: 688px) {
|
|
240
|
-
.awsui_ai-
|
|
241
|
-
.
|
|
242
|
-
.
|
|
243
|
-
.awsui_global-
|
|
244
|
-
.awsui_bottom-
|
|
240
|
+
.awsui_ai-drawer_7nfqu_qav4f_220:not(#\9),
|
|
241
|
+
.awsui_navigation_7nfqu_qav4f_230:not(#\9),
|
|
242
|
+
.awsui_tools_7nfqu_qav4f_231:not(#\9),
|
|
243
|
+
.awsui_global-tools_7nfqu_qav4f_232:not(#\9),
|
|
244
|
+
.awsui_bottom-tool_7nfqu_qav4f_233:not(#\9) {
|
|
245
245
|
inline-size: 100%;
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
@media (min-width: 689px) {
|
|
250
|
-
.awsui_bottom-
|
|
250
|
+
.awsui_bottom-tool_7nfqu_qav4f_233:not(#\9) {
|
|
251
251
|
grid-area: bottom-tool;
|
|
252
252
|
position: sticky;
|
|
253
253
|
inset-block-end: 0;
|
|
@@ -257,43 +257,43 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
@media (min-width: 689px) {
|
|
260
|
-
.awsui_ai-
|
|
260
|
+
.awsui_ai-drawer_7nfqu_qav4f_220:not(#\9) {
|
|
261
261
|
grid-area: ai-drawer;
|
|
262
262
|
position: sticky;
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
.
|
|
266
|
+
.awsui_navigation_7nfqu_qav4f_230:not(#\9) {
|
|
267
267
|
z-index: 830;
|
|
268
268
|
}
|
|
269
269
|
@media (min-width: 689px) {
|
|
270
|
-
.
|
|
270
|
+
.awsui_navigation_7nfqu_qav4f_230:not(#\9) {
|
|
271
271
|
grid-area: navigation;
|
|
272
|
-
inline-size: var(--awsui-navigation-width-
|
|
272
|
+
inline-size: var(--awsui-navigation-width-4hh3rt);
|
|
273
273
|
border-inline-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
|
|
274
274
|
}
|
|
275
275
|
}
|
|
276
276
|
@media (max-width: 688px) {
|
|
277
|
-
.
|
|
277
|
+
.awsui_navigation_7nfqu_qav4f_230:not(#\9) {
|
|
278
278
|
z-index: 1001;
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
@media (min-width: 689px) {
|
|
283
|
-
.
|
|
283
|
+
.awsui_tools_7nfqu_qav4f_231:not(#\9) {
|
|
284
284
|
grid-area: tools;
|
|
285
285
|
/* stylelint-disable plugin/no-unsupported-browser-features */
|
|
286
286
|
}
|
|
287
|
-
.
|
|
288
|
-
inline-size: var(--awsui-tools-width-
|
|
287
|
+
.awsui_tools_7nfqu_qav4f_231:not(#\9):not(:has(> [data-testid])) {
|
|
288
|
+
inline-size: var(--awsui-tools-width-4hh3rt);
|
|
289
289
|
}
|
|
290
|
-
.
|
|
290
|
+
.awsui_tools_7nfqu_qav4f_231:not(#\9):not(:has(> [data-testid])).awsui_tools-open_7nfqu_qav4f_290 {
|
|
291
291
|
border-inline-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
|
|
292
292
|
}
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
@media (min-width: 689px) {
|
|
296
|
-
.awsui_global-
|
|
296
|
+
.awsui_global-tools_7nfqu_qav4f_232:not(#\9) {
|
|
297
297
|
display: flex;
|
|
298
298
|
grid-area: global-tools;
|
|
299
299
|
justify-content: flex-end;
|
|
@@ -301,14 +301,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
301
301
|
}
|
|
302
302
|
|
|
303
303
|
@media (min-width: 689px) {
|
|
304
|
-
.awsui_split-panel-
|
|
304
|
+
.awsui_split-panel-side_7nfqu_qav4f_304:not(#\9) {
|
|
305
305
|
grid-area: sideSplitPanel;
|
|
306
306
|
border-inline-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
|
|
307
307
|
opacity: 1;
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
-
.awsui_split-panel-
|
|
311
|
+
.awsui_split-panel-bottom_7nfqu_qav4f_311:not(#\9) {
|
|
312
312
|
position: sticky;
|
|
313
313
|
z-index: 840;
|
|
314
314
|
align-self: end;
|
|
@@ -316,81 +316,81 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
316
316
|
grid-column: 1/-1;
|
|
317
317
|
}
|
|
318
318
|
@media (min-width: 689px) {
|
|
319
|
-
.awsui_split-panel-
|
|
319
|
+
.awsui_split-panel-bottom_7nfqu_qav4f_311:not(#\9) {
|
|
320
320
|
grid-column: 3/6;
|
|
321
321
|
}
|
|
322
322
|
}
|
|
323
323
|
|
|
324
|
-
.awsui_panel-
|
|
324
|
+
.awsui_panel-hidden_7nfqu_qav4f_324:not(#\9) {
|
|
325
325
|
border-block: none;
|
|
326
326
|
border-inline: none;
|
|
327
327
|
opacity: 0;
|
|
328
328
|
z-index: 0;
|
|
329
329
|
}
|
|
330
|
-
.awsui_panel-
|
|
330
|
+
.awsui_panel-hidden_7nfqu_qav4f_324.awsui_navigation_7nfqu_qav4f_230:not(#\9), .awsui_panel-hidden_7nfqu_qav4f_324.awsui_tools_7nfqu_qav4f_231:not(#\9), .awsui_panel-hidden_7nfqu_qav4f_324.awsui_global-tools_7nfqu_qav4f_232:not(#\9) {
|
|
331
331
|
inline-size: 0px;
|
|
332
332
|
}
|
|
333
333
|
|
|
334
|
-
.awsui_toolbar-
|
|
334
|
+
.awsui_toolbar-container_7nfqu_qav4f_334:not(#\9) {
|
|
335
335
|
grid-area: toolbar;
|
|
336
336
|
block-size: 42px;
|
|
337
337
|
border-block-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-layout-ayg8vb, #c6c6cd);
|
|
338
338
|
box-sizing: border-box;
|
|
339
339
|
}
|
|
340
340
|
|
|
341
|
-
.awsui_notifications-
|
|
341
|
+
.awsui_notifications-container_7nfqu_qav4f_341:not(#\9) {
|
|
342
342
|
grid-area: notifications;
|
|
343
343
|
}
|
|
344
344
|
|
|
345
|
-
.awsui_notifications-
|
|
345
|
+
.awsui_notifications-background_7nfqu_qav4f_345:not(#\9) {
|
|
346
346
|
background: var(--color-background-layout-main-5ilwcb, #ffffff);
|
|
347
347
|
grid-area: notifications;
|
|
348
348
|
grid-column: 1/-1;
|
|
349
349
|
}
|
|
350
350
|
@media (min-width: 689px) {
|
|
351
|
-
.awsui_notifications-
|
|
351
|
+
.awsui_notifications-background_7nfqu_qav4f_345:not(#\9) {
|
|
352
352
|
grid-column: 3/6;
|
|
353
353
|
}
|
|
354
354
|
}
|
|
355
355
|
|
|
356
|
-
.awsui_main-
|
|
356
|
+
.awsui_main-landmark_7nfqu_qav4f_356:not(#\9) {
|
|
357
357
|
display: contents;
|
|
358
358
|
}
|
|
359
359
|
|
|
360
|
-
.
|
|
360
|
+
.awsui_main_7nfqu_qav4f_356:not(#\9) {
|
|
361
361
|
grid-area: main;
|
|
362
362
|
margin-block-start: var(--space-scaled-s-8ozaad, 12px);
|
|
363
363
|
margin-block-end: var(--space-layout-content-bottom-zeb1g9, 40px);
|
|
364
364
|
}
|
|
365
|
-
.awsui_main-disable-
|
|
365
|
+
.awsui_main-disable-paddings_7nfqu_qav4f_365:not(#\9) {
|
|
366
366
|
margin-block: 0;
|
|
367
367
|
grid-column: 1/-1;
|
|
368
368
|
}
|
|
369
369
|
@media (min-width: 689px) {
|
|
370
|
-
.awsui_main-disable-
|
|
370
|
+
.awsui_main-disable-paddings_7nfqu_qav4f_365:not(#\9) {
|
|
371
371
|
grid-column: 3/6;
|
|
372
372
|
}
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
.awsui_content-
|
|
375
|
+
.awsui_content-header_7nfqu_qav4f_375:not(#\9) {
|
|
376
376
|
margin-block-end: var(--space-content-header-padding-bottom-rvy5xz, 16px);
|
|
377
377
|
}
|
|
378
378
|
|
|
379
|
-
.
|
|
379
|
+
.awsui_content_7nfqu_qav4f_375:not(#\9) {
|
|
380
380
|
display: contents;
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
/* stylelint-disable-next-line selector-combinator-disallowed-list, selector-max-universal */
|
|
384
384
|
@media (max-width: 688px) {
|
|
385
|
-
.awsui_unfocusable-
|
|
385
|
+
.awsui_unfocusable-mobile_7nfqu_qav4f_385 *:not(#\9) {
|
|
386
386
|
visibility: hidden;
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
389
|
|
|
390
|
-
.
|
|
390
|
+
.awsui_hidden_7nfqu_qav4f_390:not(#\9) {
|
|
391
391
|
display: none;
|
|
392
392
|
}
|
|
393
393
|
|
|
394
|
-
.awsui_breadcrumbs-
|
|
394
|
+
.awsui_breadcrumbs-own_7nfqu_qav4f_394:not(#\9):not(:empty) + .awsui_breadcrumbs-discovered_7nfqu_qav4f_394 {
|
|
395
395
|
display: none;
|
|
396
396
|
}
|
|
@@ -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
|
-
"root": "
|
|
6
|
-
"has-adaptive-widths-default": "awsui_has-adaptive-widths-
|
|
7
|
-
"has-adaptive-widths-dashboard": "awsui_has-adaptive-widths-
|
|
8
|
-
"drawer-expanded-mode": "awsui_drawer-expanded-
|
|
9
|
-
"ai-drawer-expanded-mode": "awsui_ai-drawer-expanded-
|
|
10
|
-
"bottom-drawer-expanded-mode": "awsui_bottom-drawer-expanded-
|
|
11
|
-
"ai-drawer": "awsui_ai-
|
|
12
|
-
"navigation": "
|
|
13
|
-
"tools": "
|
|
14
|
-
"global-tools": "awsui_global-
|
|
15
|
-
"bottom-tool": "awsui_bottom-
|
|
16
|
-
"tools-open": "awsui_tools-
|
|
17
|
-
"split-panel-side": "awsui_split-panel-
|
|
18
|
-
"split-panel-bottom": "awsui_split-panel-
|
|
19
|
-
"panel-hidden": "awsui_panel-
|
|
20
|
-
"toolbar-container": "awsui_toolbar-
|
|
21
|
-
"notifications-container": "awsui_notifications-
|
|
22
|
-
"notifications-background": "awsui_notifications-
|
|
23
|
-
"main-landmark": "awsui_main-
|
|
24
|
-
"main": "
|
|
25
|
-
"main-disable-paddings": "awsui_main-disable-
|
|
26
|
-
"content-header": "awsui_content-
|
|
27
|
-
"content": "
|
|
28
|
-
"unfocusable-mobile": "awsui_unfocusable-
|
|
29
|
-
"hidden": "
|
|
30
|
-
"breadcrumbs-own": "awsui_breadcrumbs-
|
|
31
|
-
"breadcrumbs-discovered": "awsui_breadcrumbs-
|
|
5
|
+
"root": "awsui_root_7nfqu_qav4f_153",
|
|
6
|
+
"has-adaptive-widths-default": "awsui_has-adaptive-widths-default_7nfqu_qav4f_197",
|
|
7
|
+
"has-adaptive-widths-dashboard": "awsui_has-adaptive-widths-dashboard_7nfqu_qav4f_202",
|
|
8
|
+
"drawer-expanded-mode": "awsui_drawer-expanded-mode_7nfqu_qav4f_217",
|
|
9
|
+
"ai-drawer-expanded-mode": "awsui_ai-drawer-expanded-mode_7nfqu_qav4f_220",
|
|
10
|
+
"bottom-drawer-expanded-mode": "awsui_bottom-drawer-expanded-mode_7nfqu_qav4f_223",
|
|
11
|
+
"ai-drawer": "awsui_ai-drawer_7nfqu_qav4f_220",
|
|
12
|
+
"navigation": "awsui_navigation_7nfqu_qav4f_230",
|
|
13
|
+
"tools": "awsui_tools_7nfqu_qav4f_231",
|
|
14
|
+
"global-tools": "awsui_global-tools_7nfqu_qav4f_232",
|
|
15
|
+
"bottom-tool": "awsui_bottom-tool_7nfqu_qav4f_233",
|
|
16
|
+
"tools-open": "awsui_tools-open_7nfqu_qav4f_290",
|
|
17
|
+
"split-panel-side": "awsui_split-panel-side_7nfqu_qav4f_304",
|
|
18
|
+
"split-panel-bottom": "awsui_split-panel-bottom_7nfqu_qav4f_311",
|
|
19
|
+
"panel-hidden": "awsui_panel-hidden_7nfqu_qav4f_324",
|
|
20
|
+
"toolbar-container": "awsui_toolbar-container_7nfqu_qav4f_334",
|
|
21
|
+
"notifications-container": "awsui_notifications-container_7nfqu_qav4f_341",
|
|
22
|
+
"notifications-background": "awsui_notifications-background_7nfqu_qav4f_345",
|
|
23
|
+
"main-landmark": "awsui_main-landmark_7nfqu_qav4f_356",
|
|
24
|
+
"main": "awsui_main_7nfqu_qav4f_356",
|
|
25
|
+
"main-disable-paddings": "awsui_main-disable-paddings_7nfqu_qav4f_365",
|
|
26
|
+
"content-header": "awsui_content-header_7nfqu_qav4f_375",
|
|
27
|
+
"content": "awsui_content_7nfqu_qav4f_375",
|
|
28
|
+
"unfocusable-mobile": "awsui_unfocusable-mobile_7nfqu_qav4f_385",
|
|
29
|
+
"hidden": "awsui_hidden_7nfqu_qav4f_390",
|
|
30
|
+
"breadcrumbs-own": "awsui_breadcrumbs-own_7nfqu_qav4f_394",
|
|
31
|
+
"breadcrumbs-discovered": "awsui_breadcrumbs-discovered_7nfqu_qav4f_394"
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"empty-appear": "awsui_empty-
|
|
5
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
6
|
-
"root": "
|
|
7
|
-
"empty": "
|
|
8
|
-
"row": "
|
|
9
|
-
"divider": "
|
|
10
|
-
"row-control": "awsui_row-
|
|
11
|
-
"field": "
|
|
12
|
-
"additional-info": "awsui_additional-
|
|
13
|
-
"add-row": "awsui_add-
|
|
14
|
-
"add-button": "awsui_add-
|
|
15
|
-
"remove-button-container": "awsui_remove-button-
|
|
16
|
-
"remove-button-field-padding": "awsui_remove-button-field-
|
|
17
|
-
"remove-button-own-row": "awsui_remove-button-own-
|
|
18
|
-
"remove-button": "awsui_remove-
|
|
4
|
+
"empty-appear": "awsui_empty-appear_n4qlp_cjgua_153",
|
|
5
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_n4qlp_cjgua_1",
|
|
6
|
+
"root": "awsui_root_n4qlp_cjgua_175",
|
|
7
|
+
"empty": "awsui_empty_n4qlp_cjgua_153",
|
|
8
|
+
"row": "awsui_row_n4qlp_cjgua_218",
|
|
9
|
+
"divider": "awsui_divider_n4qlp_cjgua_222",
|
|
10
|
+
"row-control": "awsui_row-control_n4qlp_cjgua_227",
|
|
11
|
+
"field": "awsui_field_n4qlp_cjgua_231",
|
|
12
|
+
"additional-info": "awsui_additional-info_n4qlp_cjgua_235",
|
|
13
|
+
"add-row": "awsui_add-row_n4qlp_cjgua_281",
|
|
14
|
+
"add-button": "awsui_add-button_n4qlp_cjgua_285",
|
|
15
|
+
"remove-button-container": "awsui_remove-button-container_n4qlp_cjgua_289",
|
|
16
|
+
"remove-button-field-padding": "awsui_remove-button-field-padding_n4qlp_cjgua_293",
|
|
17
|
+
"remove-button-own-row": "awsui_remove-button-own-row_n4qlp_cjgua_297",
|
|
18
|
+
"remove-button": "awsui_remove-button_n4qlp_cjgua_289"
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -150,10 +150,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
151
151
|
SPDX-License-Identifier: Apache-2.0
|
|
152
152
|
*/
|
|
153
|
-
.awsui_empty-
|
|
154
|
-
animation: awsui_awsui-motion-fade-
|
|
153
|
+
.awsui_empty-appear_n4qlp_cjgua_153:not(#\9) {
|
|
154
|
+
animation: awsui_awsui-motion-fade-in_n4qlp_cjgua_1 var(--motion-duration-transition-show-paced-t8d1os, 180ms) var(--motion-easing-transition-show-paced-x2k7uh, ease-out);
|
|
155
155
|
}
|
|
156
|
-
@keyframes awsui_awsui-motion-fade-
|
|
156
|
+
@keyframes awsui_awsui-motion-fade-in_n4qlp_cjgua_1 {
|
|
157
157
|
from {
|
|
158
158
|
opacity: 0.2;
|
|
159
159
|
}
|
|
@@ -162,17 +162,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
@media (prefers-reduced-motion: reduce) {
|
|
165
|
-
.awsui_empty-
|
|
165
|
+
.awsui_empty-appear_n4qlp_cjgua_153:not(#\9) {
|
|
166
166
|
animation: none;
|
|
167
167
|
transition: none;
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
|
-
.awsui-motion-disabled .awsui_empty-
|
|
170
|
+
.awsui-motion-disabled .awsui_empty-appear_n4qlp_cjgua_153:not(#\9), .awsui-mode-entering .awsui_empty-appear_n4qlp_cjgua_153:not(#\9) {
|
|
171
171
|
animation: none;
|
|
172
172
|
transition: none;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
.awsui_root_n4qlp_cjgua_175:not(#\9) {
|
|
176
176
|
border-collapse: separate;
|
|
177
177
|
border-spacing: 0;
|
|
178
178
|
box-sizing: border-box;
|
|
@@ -208,31 +208,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
208
208
|
align-items: start;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
.
|
|
211
|
+
.awsui_empty_n4qlp_cjgua_153:not(#\9) {
|
|
212
212
|
font-size: var(--font-size-body-m-a7nh2n, 14px);
|
|
213
213
|
line-height: var(--line-height-body-m-2mh3ke, 20px);
|
|
214
214
|
color: var(--color-text-empty-tlohug, #656871);
|
|
215
215
|
grid-column: 1/-1;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
.
|
|
218
|
+
.awsui_row_n4qlp_cjgua_218:not(#\9) {
|
|
219
219
|
display: contents;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
.
|
|
222
|
+
.awsui_divider_n4qlp_cjgua_222:not(#\9) {
|
|
223
223
|
grid-column: 1/-1;
|
|
224
224
|
border-block-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
.awsui_row-
|
|
227
|
+
.awsui_row-control_n4qlp_cjgua_227:not(#\9) {
|
|
228
228
|
/* used in test-utils */
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.
|
|
231
|
+
.awsui_field_n4qlp_cjgua_231:not(#\9) {
|
|
232
232
|
min-inline-size: 40px;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
|
-
.awsui_additional-
|
|
235
|
+
.awsui_additional-info_n4qlp_cjgua_235:not(#\9) {
|
|
236
236
|
color: var(--color-text-form-secondary-1nm780, #656871);
|
|
237
237
|
font-size: var(--font-size-body-s-smc8cv, 12px);
|
|
238
238
|
line-height: var(--line-height-body-s-nu5hx1, 16px);
|
|
@@ -242,10 +242,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
242
242
|
margin-block-start: var(--space-xxs-hwfkai, 4px);
|
|
243
243
|
/* stylelint-disable-next-line selector-max-type */
|
|
244
244
|
}
|
|
245
|
-
.awsui_additional-
|
|
245
|
+
.awsui_additional-info_n4qlp_cjgua_235 > a:not(#\9) {
|
|
246
246
|
text-underline-offset: 0.3em;
|
|
247
247
|
text-decoration-thickness: 1px;
|
|
248
|
-
color: var(--awsui-style-color-default-
|
|
248
|
+
color: var(--awsui-style-color-default-4hh3rt, var(--color-text-link-default-hude44, #006ce0));
|
|
249
249
|
font-weight: inherit;
|
|
250
250
|
letter-spacing: normal;
|
|
251
251
|
text-decoration-line: underline;
|
|
@@ -256,50 +256,50 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
256
256
|
transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
|
|
257
257
|
}
|
|
258
258
|
@media (prefers-reduced-motion: reduce) {
|
|
259
|
-
.awsui_additional-
|
|
259
|
+
.awsui_additional-info_n4qlp_cjgua_235 > a:not(#\9) {
|
|
260
260
|
animation: none;
|
|
261
261
|
transition: none;
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
|
-
.awsui-motion-disabled .awsui_additional-
|
|
264
|
+
.awsui-motion-disabled .awsui_additional-info_n4qlp_cjgua_235 > a:not(#\9), .awsui-mode-entering .awsui_additional-info_n4qlp_cjgua_235 > a:not(#\9) {
|
|
265
265
|
animation: none;
|
|
266
266
|
transition: none;
|
|
267
267
|
}
|
|
268
|
-
.awsui_additional-
|
|
268
|
+
.awsui_additional-info_n4qlp_cjgua_235 > a:not(#\9):hover {
|
|
269
269
|
cursor: pointer;
|
|
270
|
-
color: var(--awsui-style-color-hover-
|
|
270
|
+
color: var(--awsui-style-color-hover-4hh3rt, var(--color-text-link-hover-2hfec2, #002b66));
|
|
271
271
|
}
|
|
272
|
-
.awsui_additional-
|
|
272
|
+
.awsui_additional-info_n4qlp_cjgua_235 > a:not(#\9):focus {
|
|
273
273
|
outline: none;
|
|
274
274
|
}
|
|
275
|
-
.awsui_additional-
|
|
276
|
-
color: var(--awsui-style-color-active-
|
|
275
|
+
.awsui_additional-info_n4qlp_cjgua_235 > a:not(#\9):active {
|
|
276
|
+
color: var(--awsui-style-color-active-4hh3rt, var(--color-text-link-hover-2hfec2, #002b66));
|
|
277
277
|
}
|
|
278
|
-
.awsui_additional-
|
|
278
|
+
.awsui_additional-info_n4qlp_cjgua_235 > a:not(#\9):active, .awsui_additional-info_n4qlp_cjgua_235 > a:not(#\9):focus, .awsui_additional-info_n4qlp_cjgua_235 > a:not(#\9):hover {
|
|
279
279
|
text-decoration-line: underline;
|
|
280
280
|
text-decoration-color: currentColor;
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
.awsui_add-
|
|
283
|
+
.awsui_add-row_n4qlp_cjgua_281:not(#\9) {
|
|
284
284
|
grid-column: 1/-1;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.awsui_add-
|
|
287
|
+
.awsui_add-button_n4qlp_cjgua_285:not(#\9) {
|
|
288
288
|
/* used in test-utils */
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
.awsui_remove-button-
|
|
291
|
+
.awsui_remove-button-container_n4qlp_cjgua_289:not(#\9) {
|
|
292
292
|
display: inline-block;
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
.awsui_remove-button-field-
|
|
295
|
+
.awsui_remove-button-field-padding_n4qlp_cjgua_293:not(#\9) {
|
|
296
296
|
padding-block-start: calc(var(--space-xxs-hwfkai, 4px) + var(--line-height-body-m-2mh3ke, 20px));
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
.awsui_remove-button-own-
|
|
299
|
+
.awsui_remove-button-own-row_n4qlp_cjgua_297:not(#\9) {
|
|
300
300
|
justify-self: end;
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
-
.awsui_remove-
|
|
303
|
+
.awsui_remove-button_n4qlp_cjgua_289:not(#\9) {
|
|
304
304
|
/* used in test-utils */
|
|
305
305
|
}
|