@cloudscape-design/components-themeable 3.0.1321 → 3.0.1323
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/box/base-styles.scss +1 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/typography/mixins.scss +16 -0
- package/lib/internal/scss/select/parts/styles.scss +4 -0
- package/lib/internal/scss/side-navigation/styles.scss +1 -5
- package/lib/internal/template/alert/index.d.ts.map +1 -1
- package/lib/internal/template/alert/index.js +5 -0
- package/lib/internal/template/alert/index.js.map +1 -1
- package/lib/internal/template/app-layout/interfaces.d.ts +1 -1
- package/lib/internal/template/app-layout/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/interfaces.js.map +1 -1
- package/lib/internal/template/box/interfaces.d.ts +1 -1
- package/lib/internal/template/box/interfaces.d.ts.map +1 -1
- package/lib/internal/template/box/interfaces.js.map +1 -1
- package/lib/internal/template/box/styles.css.js +193 -192
- package/lib/internal/template/box/styles.scoped.css +242 -237
- package/lib/internal/template/box/styles.selectors.js +193 -192
- package/lib/internal/template/checkbox/interfaces.d.ts +1 -1
- package/lib/internal/template/checkbox/interfaces.d.ts.map +1 -1
- package/lib/internal/template/checkbox/interfaces.js.map +1 -1
- package/lib/internal/template/code-editor/interfaces.d.ts.map +1 -1
- package/lib/internal/template/code-editor/interfaces.js.map +1 -1
- package/lib/internal/template/flashbar/index.d.ts.map +1 -1
- package/lib/internal/template/flashbar/index.js +5 -0
- package/lib/internal/template/flashbar/index.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +6 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +4 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +4 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +20 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +36 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +36 -0
- package/lib/internal/template/internal/generated/theming/index.js +20 -0
- package/lib/internal/template/internal/types.d.ts +1 -43
- package/lib/internal/template/internal/types.d.ts.map +1 -1
- package/lib/internal/template/internal/types.js +2 -0
- package/lib/internal/template/internal/types.js.map +1 -1
- package/lib/internal/template/select/parts/styles.css.js +21 -20
- package/lib/internal/template/select/parts/styles.scoped.css +24 -21
- package/lib/internal/template/select/parts/styles.selectors.js +21 -20
- package/lib/internal/template/select/parts/trigger.js +2 -2
- package/lib/internal/template/select/parts/trigger.js.map +1 -1
- package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/parts.js +16 -14
- package/lib/internal/template/side-navigation/parts.js.map +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +46 -46
- package/lib/internal/template/side-navigation/styles.scoped.css +74 -78
- package/lib/internal/template/side-navigation/styles.selectors.js +46 -46
- package/lib/internal/template/table/interfaces.d.ts +1 -1
- package/lib/internal/template/table/interfaces.d.ts.map +1 -1
- package/lib/internal/template/table/interfaces.js.map +1 -1
- package/lib/internal/template/tabs/interfaces.d.ts +1 -1
- package/lib/internal/template/tabs/interfaces.d.ts.map +1 -1
- package/lib/internal/template/tabs/interfaces.js.map +1 -1
- package/lib/internal/template/toggle/interfaces.d.ts +1 -1
- package/lib/internal/template/toggle/interfaces.d.ts.map +1 -1
- package/lib/internal/template/toggle/interfaces.js.map +1 -1
- package/lib/internal/template/{checkbox → types}/base-checkbox.d.ts +3 -3
- package/lib/internal/template/types/base-checkbox.d.ts.map +1 -0
- package/lib/internal/template/types/base-checkbox.js.map +1 -0
- package/lib/internal/template/types/utils.d.ts +44 -0
- package/lib/internal/template/types/utils.d.ts.map +1 -0
- package/lib/internal/template/types/utils.js +4 -0
- package/lib/internal/template/types/utils.js.map +1 -0
- package/package.json +1 -1
- package/lib/internal/template/checkbox/base-checkbox.d.ts.map +0 -1
- package/lib/internal/template/checkbox/base-checkbox.js.map +0 -1
- /package/lib/internal/template/{checkbox → types}/base-checkbox.js +0 -0
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"with-toolbar": "awsui_with-
|
|
6
|
-
"header": "
|
|
7
|
-
"header--collapsed": "awsui_header--
|
|
8
|
-
"header-link": "awsui_header-
|
|
9
|
-
"header-link--has-logo": "awsui_header-link--has-
|
|
10
|
-
"header-link-text": "awsui_header-link-
|
|
11
|
-
"header-logo": "awsui_header-
|
|
12
|
-
"header-logo--stretched": "awsui_header-logo--
|
|
13
|
-
"items-control": "awsui_items-
|
|
14
|
-
"list-container": "awsui_list-
|
|
15
|
-
"divider-header": "awsui_divider-
|
|
16
|
-
"list": "
|
|
17
|
-
"list-variant-root": "awsui_list-variant-
|
|
18
|
-
"list-variant-root--first": "awsui_list-variant-root--
|
|
19
|
-
"list-variant-root--collapsed": "awsui_list-variant-root--
|
|
20
|
-
"list-variant-expandable-link-group": "awsui_list-variant-expandable-link-
|
|
21
|
-
"list-variant-section": "awsui_list-variant-
|
|
22
|
-
"list-variant-link-group": "awsui_list-variant-link-
|
|
23
|
-
"list-variant-section-group": "awsui_list-variant-section-
|
|
24
|
-
"list-item": "awsui_list-
|
|
25
|
-
"list-item--collapsed": "awsui_list-item--
|
|
26
|
-
"list-item--group": "awsui_list-item--
|
|
27
|
-
"list-item--group-no-padding-start": "awsui_list-item--group-no-padding-
|
|
28
|
-
"list-item--group-no-padding-end": "awsui_list-item--group-no-padding-
|
|
29
|
-
"list-item--info": "awsui_list-item--
|
|
30
|
-
"list--collapsed-group": "awsui_list--collapsed-
|
|
31
|
-
"section": "
|
|
32
|
-
"expandable-link-group": "awsui_expandable-link-
|
|
33
|
-
"section--no-ident": "awsui_section--no-
|
|
34
|
-
"expandable-link-group--no-ident": "awsui_expandable-link-group--no-
|
|
35
|
-
"expandable-link-group--active": "awsui_expandable-link-group--
|
|
36
|
-
"refresh": "
|
|
37
|
-
"section-group": "awsui_section-
|
|
38
|
-
"section-group-title": "awsui_section-group-
|
|
39
|
-
"link": "
|
|
40
|
-
"link-active": "awsui_link-
|
|
41
|
-
"link--collapsed": "awsui_link--
|
|
42
|
-
"link-text-wrapper": "awsui_link-text-
|
|
43
|
-
"info": "
|
|
44
|
-
"item-icon": "awsui_item-
|
|
45
|
-
"item-icon--collapsed": "awsui_item-icon--
|
|
46
|
-
"external-icon": "awsui_external-
|
|
47
|
-
"divider": "
|
|
48
|
-
"divider-default": "awsui_divider-
|
|
49
|
-
"divider--collapsed": "awsui_divider--
|
|
4
|
+
"root": "awsui_root_l0dv0_17xrm_146",
|
|
5
|
+
"with-toolbar": "awsui_with-toolbar_l0dv0_17xrm_180",
|
|
6
|
+
"header": "awsui_header_l0dv0_17xrm_184",
|
|
7
|
+
"header--collapsed": "awsui_header--collapsed_l0dv0_17xrm_197",
|
|
8
|
+
"header-link": "awsui_header-link_l0dv0_17xrm_204",
|
|
9
|
+
"header-link--has-logo": "awsui_header-link--has-logo_l0dv0_17xrm_215",
|
|
10
|
+
"header-link-text": "awsui_header-link-text_l0dv0_17xrm_215",
|
|
11
|
+
"header-logo": "awsui_header-logo_l0dv0_17xrm_220",
|
|
12
|
+
"header-logo--stretched": "awsui_header-logo--stretched_l0dv0_17xrm_226",
|
|
13
|
+
"items-control": "awsui_items-control_l0dv0_17xrm_231",
|
|
14
|
+
"list-container": "awsui_list-container_l0dv0_17xrm_236",
|
|
15
|
+
"divider-header": "awsui_divider-header_l0dv0_17xrm_244",
|
|
16
|
+
"list": "awsui_list_l0dv0_17xrm_236",
|
|
17
|
+
"list-variant-root": "awsui_list-variant-root_l0dv0_17xrm_257",
|
|
18
|
+
"list-variant-root--first": "awsui_list-variant-root--first_l0dv0_17xrm_264",
|
|
19
|
+
"list-variant-root--collapsed": "awsui_list-variant-root--collapsed_l0dv0_17xrm_267",
|
|
20
|
+
"list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_17xrm_272",
|
|
21
|
+
"list-variant-section": "awsui_list-variant-section_l0dv0_17xrm_276",
|
|
22
|
+
"list-variant-link-group": "awsui_list-variant-link-group_l0dv0_17xrm_280",
|
|
23
|
+
"list-variant-section-group": "awsui_list-variant-section-group_l0dv0_17xrm_284",
|
|
24
|
+
"list-item": "awsui_list-item_l0dv0_17xrm_291",
|
|
25
|
+
"list-item--collapsed": "awsui_list-item--collapsed_l0dv0_17xrm_312",
|
|
26
|
+
"list-item--group": "awsui_list-item--group_l0dv0_17xrm_330",
|
|
27
|
+
"list-item--group-no-padding-start": "awsui_list-item--group-no-padding-start_l0dv0_17xrm_335",
|
|
28
|
+
"list-item--group-no-padding-end": "awsui_list-item--group-no-padding-end_l0dv0_17xrm_338",
|
|
29
|
+
"list-item--link-with-info": "awsui_list-item--link-with-info_l0dv0_17xrm_341",
|
|
30
|
+
"list--collapsed-group": "awsui_list--collapsed-group_l0dv0_17xrm_346",
|
|
31
|
+
"section": "awsui_section_l0dv0_17xrm_354",
|
|
32
|
+
"expandable-link-group": "awsui_expandable-link-group_l0dv0_17xrm_355",
|
|
33
|
+
"section--no-ident": "awsui_section--no-ident_l0dv0_17xrm_371",
|
|
34
|
+
"expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_17xrm_372",
|
|
35
|
+
"expandable-link-group--active": "awsui_expandable-link-group--active_l0dv0_17xrm_387",
|
|
36
|
+
"refresh": "awsui_refresh_l0dv0_17xrm_394",
|
|
37
|
+
"section-group": "awsui_section-group_l0dv0_17xrm_401",
|
|
38
|
+
"section-group-title": "awsui_section-group-title_l0dv0_17xrm_416",
|
|
39
|
+
"link": "awsui_link_l0dv0_17xrm_422",
|
|
40
|
+
"link-active": "awsui_link-active_l0dv0_17xrm_451",
|
|
41
|
+
"link--collapsed": "awsui_link--collapsed_l0dv0_17xrm_458",
|
|
42
|
+
"link-text-wrapper": "awsui_link-text-wrapper_l0dv0_17xrm_495",
|
|
43
|
+
"info": "awsui_info_l0dv0_17xrm_499",
|
|
44
|
+
"item-icon": "awsui_item-icon_l0dv0_17xrm_504",
|
|
45
|
+
"item-icon--collapsed": "awsui_item-icon--collapsed_l0dv0_17xrm_508",
|
|
46
|
+
"external-icon": "awsui_external-icon_l0dv0_17xrm_512",
|
|
47
|
+
"divider": "awsui_divider_l0dv0_17xrm_244",
|
|
48
|
+
"divider-default": "awsui_divider-default_l0dv0_17xrm_520",
|
|
49
|
+
"divider--collapsed": "awsui_divider--collapsed_l0dv0_17xrm_524"
|
|
50
50
|
};
|
|
51
51
|
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
*/
|
|
144
144
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
145
145
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
146
|
-
.
|
|
146
|
+
.awsui_root_l0dv0_17xrm_146:not(#\9) {
|
|
147
147
|
border-collapse: separate;
|
|
148
148
|
border-spacing: 0;
|
|
149
149
|
box-sizing: border-box;
|
|
@@ -177,11 +177,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
177
177
|
word-break: break-word;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
.awsui_with-
|
|
180
|
+
.awsui_with-toolbar_l0dv0_17xrm_180:not(#\9) {
|
|
181
181
|
/* Structural class — parent context for toolbar margin resets. */
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
.
|
|
184
|
+
.awsui_header_l0dv0_17xrm_184:not(#\9) {
|
|
185
185
|
font-size: var(--font-panel-header-size-i1j838, 18px);
|
|
186
186
|
letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
|
|
187
187
|
line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
|
|
@@ -194,14 +194,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
194
194
|
padding-inline-start: var(--space-panel-nav-left-kmy0f5, 32px);
|
|
195
195
|
padding-inline-end: calc(var(--space-scaled-xxl-9ur2is, 32px) + var(--space-xl-4dmkh1, 24px));
|
|
196
196
|
}
|
|
197
|
-
.awsui_header--
|
|
197
|
+
.awsui_header--collapsed_l0dv0_17xrm_197:not(#\9) {
|
|
198
198
|
padding-inline: 0;
|
|
199
199
|
display: flex;
|
|
200
200
|
justify-content: center;
|
|
201
201
|
align-items: center;
|
|
202
202
|
}
|
|
203
203
|
|
|
204
|
-
.awsui_header-
|
|
204
|
+
.awsui_header-link_l0dv0_17xrm_204:not(#\9) {
|
|
205
205
|
font-size: var(--font-panel-header-size-i1j838, 18px);
|
|
206
206
|
letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
|
|
207
207
|
line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
|
|
@@ -212,41 +212,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
212
212
|
min-block-size: var(--font-panel-header-line-height-z3wpa5, 22px);
|
|
213
213
|
display: flex;
|
|
214
214
|
}
|
|
215
|
-
.awsui_header-link--has-
|
|
215
|
+
.awsui_header-link--has-logo_l0dv0_17xrm_215 > .awsui_header-link-text_l0dv0_17xrm_215:not(#\9) {
|
|
216
216
|
font-weight: var(--font-weight-normal-7w835s, 400);
|
|
217
217
|
align-self: center;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
-
.awsui_header-
|
|
220
|
+
.awsui_header-logo_l0dv0_17xrm_220:not(#\9) {
|
|
221
221
|
margin-inline-end: var(--space-s-4a5hs8, 12px);
|
|
222
222
|
margin-block-start: var(--space-xxxs-3w1kr2, 2px);
|
|
223
223
|
max-inline-size: calc(1.25 * var(--size-icon-big-hnqj8f, 32px));
|
|
224
224
|
align-self: flex-start;
|
|
225
225
|
}
|
|
226
|
-
.awsui_header-logo--
|
|
226
|
+
.awsui_header-logo--stretched_l0dv0_17xrm_226:not(#\9) {
|
|
227
227
|
max-inline-size: 100%;
|
|
228
228
|
margin-inline-end: 0;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.awsui_items-
|
|
231
|
+
.awsui_items-control_l0dv0_17xrm_231:not(#\9) {
|
|
232
232
|
padding-inline: var(--space-l-3cws6j, 20px);
|
|
233
233
|
padding-block-start: calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-bedeoh, 22px)) / 2);
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
-
.awsui_list-
|
|
236
|
+
.awsui_list-container_l0dv0_17xrm_236:not(#\9) {
|
|
237
237
|
margin-block-end: var(--space-panel-content-bottom-igtxf0, 40px);
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
.awsui_items-
|
|
241
|
-
.awsui_list-
|
|
240
|
+
.awsui_items-control_l0dv0_17xrm_231:not(#\9),
|
|
241
|
+
.awsui_list-container_l0dv0_17xrm_236:not(#\9) {
|
|
242
242
|
margin-block-start: calc(var(--space-panel-content-top-s8rcdz, 20px) - calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-bedeoh, 22px)) / 2));
|
|
243
243
|
}
|
|
244
|
-
.awsui_with-
|
|
245
|
-
.awsui_with-
|
|
244
|
+
.awsui_with-toolbar_l0dv0_17xrm_180 > .awsui_divider-header_l0dv0_17xrm_244 + .awsui_items-control_l0dv0_17xrm_231:not(#\9),
|
|
245
|
+
.awsui_with-toolbar_l0dv0_17xrm_180 > .awsui_divider-header_l0dv0_17xrm_244 + .awsui_list-container_l0dv0_17xrm_236:not(#\9) {
|
|
246
246
|
margin-block-start: calc(-1 * calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-bedeoh, 22px)) / 2));
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
.
|
|
249
|
+
.awsui_list_l0dv0_17xrm_236:not(#\9) {
|
|
250
250
|
margin-block: 0;
|
|
251
251
|
margin-inline: 0;
|
|
252
252
|
padding-block: 0;
|
|
@@ -254,41 +254,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
254
254
|
padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + var(--space-xs-kw7k3v, 8px) - var(--space-xs-kw7k3v, 8px));
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
.awsui_list-variant-
|
|
257
|
+
.awsui_list-variant-root_l0dv0_17xrm_257:not(#\9) {
|
|
258
258
|
margin-block: 0;
|
|
259
259
|
margin-inline: 0;
|
|
260
260
|
padding-block: 0;
|
|
261
261
|
padding-inline-start: calc(var(--space-panel-nav-left-kmy0f5, 32px) - var(--space-xs-kw7k3v, 8px));
|
|
262
262
|
padding-inline-end: calc(var(--space-panel-side-right-b77xx0, 32px) - var(--space-xs-kw7k3v, 8px));
|
|
263
263
|
}
|
|
264
|
-
.awsui_list-variant-root--
|
|
264
|
+
.awsui_list-variant-root--first_l0dv0_17xrm_264:not(#\9) {
|
|
265
265
|
margin-block-start: 0;
|
|
266
266
|
}
|
|
267
|
-
.awsui_list-variant-root--
|
|
267
|
+
.awsui_list-variant-root--collapsed_l0dv0_17xrm_267:not(#\9) {
|
|
268
268
|
padding-inline-start: 0;
|
|
269
269
|
padding-inline-end: 0;
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
.awsui_list-variant-expandable-link-
|
|
272
|
+
.awsui_list-variant-expandable-link-group_l0dv0_17xrm_272:not(#\9) {
|
|
273
273
|
padding-inline-start: calc(calc(var(--size-icon-normal-2f5zkr, 16px) + var(--space-xs-kw7k3v, 8px) - var(--space-xs-kw7k3v, 8px)) + var(--space-l-3cws6j, 20px));
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
-
.awsui_list-variant-
|
|
276
|
+
.awsui_list-variant-section_l0dv0_17xrm_276:not(#\9) {
|
|
277
277
|
padding-inline-start: calc(var(--space-l-3cws6j, 20px) - var(--space-xs-kw7k3v, 8px));
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
.awsui_list-variant-link-
|
|
280
|
+
.awsui_list-variant-link-group_l0dv0_17xrm_280:not(#\9) {
|
|
281
281
|
padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + var(--space-xs-kw7k3v, 8px) - var(--space-xs-kw7k3v, 8px));
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
.awsui_list-variant-section-
|
|
284
|
+
.awsui_list-variant-section-group_l0dv0_17xrm_284:not(#\9) {
|
|
285
285
|
margin-block: calc(var(--space-scaled-xs-sppte9, 8px) - calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-bedeoh, 22px)) / 2));
|
|
286
286
|
margin-inline: calc(-1 * var(--space-xs-kw7k3v, 8px));
|
|
287
287
|
padding-block: 0;
|
|
288
288
|
padding-inline: 0;
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
.awsui_list-
|
|
291
|
+
.awsui_list-item_l0dv0_17xrm_291:not(#\9) {
|
|
292
292
|
margin-inline: 0;
|
|
293
293
|
margin-block: var(--space-side-navigation-item-gap-3y4bd2, 0px);
|
|
294
294
|
padding-block: 0;
|
|
@@ -297,19 +297,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
297
297
|
transition: margin var(--motion-duration-expressive-7myv8y, 180ms) var(--motion-easing-responsive-dxkfpl, ease-out);
|
|
298
298
|
}
|
|
299
299
|
@media (prefers-reduced-motion: reduce) {
|
|
300
|
-
.awsui_list-
|
|
300
|
+
.awsui_list-item_l0dv0_17xrm_291:not(#\9) {
|
|
301
301
|
animation: none;
|
|
302
302
|
transition: none;
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
.awsui-motion-disabled .awsui_list-
|
|
305
|
+
.awsui-motion-disabled .awsui_list-item_l0dv0_17xrm_291:not(#\9), .awsui-mode-entering .awsui_list-item_l0dv0_17xrm_291:not(#\9) {
|
|
306
306
|
animation: none;
|
|
307
307
|
transition: none;
|
|
308
308
|
}
|
|
309
|
-
.awsui_list-variant-root--
|
|
309
|
+
.awsui_list-variant-root--first_l0dv0_17xrm_264 > .awsui_list-item_l0dv0_17xrm_291:not(#\9):first-child {
|
|
310
310
|
margin-block-start: 0px;
|
|
311
311
|
}
|
|
312
|
-
.awsui_list-item--
|
|
312
|
+
.awsui_list-item--collapsed_l0dv0_17xrm_312:not(#\9) {
|
|
313
313
|
margin-block: var(--space-side-navigation-item-collapsed-gap-bmqsk4, 8px);
|
|
314
314
|
display: flex;
|
|
315
315
|
justify-content: center;
|
|
@@ -318,36 +318,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
318
318
|
transition: margin var(--motion-duration-expressive-7myv8y, 180ms) var(--motion-easing-responsive-dxkfpl, ease-out);
|
|
319
319
|
}
|
|
320
320
|
@media (prefers-reduced-motion: reduce) {
|
|
321
|
-
.awsui_list-item--
|
|
321
|
+
.awsui_list-item--collapsed_l0dv0_17xrm_312:not(#\9) {
|
|
322
322
|
animation: none;
|
|
323
323
|
transition: none;
|
|
324
324
|
}
|
|
325
325
|
}
|
|
326
|
-
.awsui-motion-disabled .awsui_list-item--
|
|
326
|
+
.awsui-motion-disabled .awsui_list-item--collapsed_l0dv0_17xrm_312:not(#\9), .awsui-mode-entering .awsui_list-item--collapsed_l0dv0_17xrm_312:not(#\9) {
|
|
327
327
|
animation: none;
|
|
328
328
|
transition: none;
|
|
329
329
|
}
|
|
330
|
-
.awsui_list-item--
|
|
330
|
+
.awsui_list-item--group_l0dv0_17xrm_330:not(#\9) {
|
|
331
331
|
padding-inline: 0;
|
|
332
332
|
padding-block: var(--space-scaled-s-gjhvjd, 12px);
|
|
333
333
|
list-style: none;
|
|
334
334
|
}
|
|
335
|
-
.awsui_list-item--group-no-padding-
|
|
335
|
+
.awsui_list-item--group-no-padding-start_l0dv0_17xrm_335:not(#\9) {
|
|
336
336
|
padding-block-start: 0;
|
|
337
337
|
}
|
|
338
|
-
.awsui_list-item--group-no-padding-
|
|
338
|
+
.awsui_list-item--group-no-padding-end_l0dv0_17xrm_338:not(#\9) {
|
|
339
339
|
padding-block-end: 0;
|
|
340
340
|
}
|
|
341
|
-
.awsui_list-item--
|
|
341
|
+
.awsui_list-item--link-with-info_l0dv0_17xrm_341:not(#\9) {
|
|
342
342
|
display: flex;
|
|
343
343
|
align-items: baseline;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
.awsui_list-
|
|
347
|
-
inline-size: 100%;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.awsui_list--collapsed-group_l0dv0_ckbh1_350:not(#\9) {
|
|
346
|
+
.awsui_list--collapsed-group_l0dv0_17xrm_346:not(#\9) {
|
|
351
347
|
margin-block: 0;
|
|
352
348
|
margin-inline: 0;
|
|
353
349
|
padding-block: 0;
|
|
@@ -355,29 +351,29 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
355
351
|
list-style: none;
|
|
356
352
|
}
|
|
357
353
|
|
|
358
|
-
.
|
|
359
|
-
.awsui_expandable-link-
|
|
354
|
+
.awsui_section_l0dv0_17xrm_354:not(#\9),
|
|
355
|
+
.awsui_expandable-link-group_l0dv0_17xrm_355:not(#\9) {
|
|
360
356
|
margin-inline-start: calc(-1 * var(--space-l-3cws6j, 20px));
|
|
361
357
|
/* stylelint-disable-next-line selector-max-type */
|
|
362
358
|
/* stylelint-disable-next-line selector-max-type */
|
|
363
359
|
}
|
|
364
|
-
.
|
|
365
|
-
.awsui_expandable-link-
|
|
360
|
+
.awsui_section_l0dv0_17xrm_354 > div:not(#\9),
|
|
361
|
+
.awsui_expandable-link-group_l0dv0_17xrm_355 > div:not(#\9) {
|
|
366
362
|
padding-block: 0;
|
|
367
363
|
padding-inline: 0;
|
|
368
364
|
}
|
|
369
|
-
.
|
|
370
|
-
.awsui_expandable-link-
|
|
365
|
+
.awsui_section_l0dv0_17xrm_354 > div:not(#\9):first-child > :first-child,
|
|
366
|
+
.awsui_expandable-link-group_l0dv0_17xrm_355 > div:not(#\9):first-child > :first-child {
|
|
371
367
|
display: grid;
|
|
372
368
|
align-items: flex-start;
|
|
373
369
|
padding-block: calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-bedeoh, 22px)) / 2);
|
|
374
370
|
}
|
|
375
|
-
.awsui_section--no-
|
|
376
|
-
.awsui_expandable-link-group--no-
|
|
371
|
+
.awsui_section--no-ident_l0dv0_17xrm_371:not(#\9),
|
|
372
|
+
.awsui_expandable-link-group--no-ident_l0dv0_17xrm_372:not(#\9) {
|
|
377
373
|
margin-inline-start: 0;
|
|
378
374
|
}
|
|
379
375
|
|
|
380
|
-
.awsui_expandable-link-
|
|
376
|
+
.awsui_expandable-link-group_l0dv0_17xrm_355 > div:not(#\9):first-child {
|
|
381
377
|
border-start-start-radius: var(--border-radius-item-xggxkd, 0px);
|
|
382
378
|
border-start-end-radius: var(--border-radius-item-xggxkd, 0px);
|
|
383
379
|
border-end-start-radius: var(--border-radius-item-xggxkd, 0px);
|
|
@@ -388,21 +384,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
388
384
|
box-sizing: content-box;
|
|
389
385
|
}
|
|
390
386
|
|
|
391
|
-
.awsui_expandable-link-group--
|
|
387
|
+
.awsui_expandable-link-group--active_l0dv0_17xrm_387 > div:not(#\9):first-child {
|
|
392
388
|
background-color: var(--color-background-side-navigation-item-active-jencj9, transparent);
|
|
393
389
|
}
|
|
394
390
|
|
|
395
|
-
.
|
|
391
|
+
.awsui_section_l0dv0_17xrm_354:not(#\9) {
|
|
396
392
|
margin-block: calc(var(--space-scaled-2x-l-hgjmqp, 20px) - var(--border-divider-section-width-sznrdy, 1px));
|
|
397
393
|
}
|
|
398
|
-
.
|
|
394
|
+
.awsui_section_l0dv0_17xrm_354.awsui_refresh_l0dv0_17xrm_394:not(#\9) {
|
|
399
395
|
margin-block: calc(var(--space-scaled-xs-sppte9, 8px) - var(--border-divider-section-width-sznrdy, 1px));
|
|
400
396
|
}
|
|
401
|
-
.awsui_list-variant-root--
|
|
397
|
+
.awsui_list-variant-root--first_l0dv0_17xrm_264 > .awsui_list-item_l0dv0_17xrm_291:not(#\9):first-child > .awsui_section_l0dv0_17xrm_354 {
|
|
402
398
|
margin-block-start: 0px;
|
|
403
399
|
}
|
|
404
400
|
|
|
405
|
-
.awsui_section-
|
|
401
|
+
.awsui_section-group_l0dv0_17xrm_401:not(#\9) {
|
|
406
402
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
407
403
|
font-size: var(--font-size-heading-m-56jjln, 18px);
|
|
408
404
|
line-height: var(--line-height-heading-m-irezqt, 22px);
|
|
@@ -413,17 +409,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
413
409
|
margin-block: calc(var(--space-scaled-xs-sppte9, 8px) - var(--border-divider-section-width-sznrdy, 1px));
|
|
414
410
|
margin-inline: 0;
|
|
415
411
|
}
|
|
416
|
-
.awsui_list-variant-root--
|
|
412
|
+
.awsui_list-variant-root--first_l0dv0_17xrm_264 > .awsui_list-item_l0dv0_17xrm_291:not(#\9):first-child > .awsui_section-group_l0dv0_17xrm_401 {
|
|
417
413
|
margin-block-start: 0px;
|
|
418
414
|
}
|
|
419
415
|
|
|
420
|
-
.awsui_section-group-
|
|
416
|
+
.awsui_section-group-title_l0dv0_17xrm_416:not(#\9) {
|
|
421
417
|
display: flex;
|
|
422
418
|
align-items: center;
|
|
423
419
|
margin-block: 0;
|
|
424
420
|
}
|
|
425
421
|
|
|
426
|
-
.
|
|
422
|
+
.awsui_link_l0dv0_17xrm_422:not(#\9) {
|
|
427
423
|
font-size: var(--font-size-body-m-vv54cm, 14px);
|
|
428
424
|
line-height: var(--line-height-body-m-bedeoh, 22px);
|
|
429
425
|
color: var(--color-text-body-secondary-gaft81, #545b64);
|
|
@@ -443,46 +439,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
443
439
|
transition: background-color var(--motion-duration-expressive-7myv8y, 180ms) var(--motion-easing-responsive-dxkfpl, ease-out), color var(--motion-duration-expressive-7myv8y, 180ms) var(--motion-easing-expressive-k2nlma, ease-out);
|
|
444
440
|
}
|
|
445
441
|
@media (prefers-reduced-motion: reduce) {
|
|
446
|
-
.
|
|
442
|
+
.awsui_link_l0dv0_17xrm_422:not(#\9) {
|
|
447
443
|
animation: none;
|
|
448
444
|
transition: none;
|
|
449
445
|
}
|
|
450
446
|
}
|
|
451
|
-
.awsui-motion-disabled .
|
|
447
|
+
.awsui-motion-disabled .awsui_link_l0dv0_17xrm_422:not(#\9), .awsui-mode-entering .awsui_link_l0dv0_17xrm_422:not(#\9) {
|
|
452
448
|
animation: none;
|
|
453
449
|
transition: none;
|
|
454
450
|
}
|
|
455
|
-
.awsui_link-
|
|
451
|
+
.awsui_link-active_l0dv0_17xrm_451:not(#\9) {
|
|
456
452
|
font-weight: var(--font-wayfinding-link-active-weight-lhxtkr, 700);
|
|
457
453
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
458
454
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
459
455
|
color: var(--color-text-side-navigation-item-active-7en75b, #0073bb);
|
|
460
456
|
background-color: var(--color-background-side-navigation-item-active-jencj9, transparent);
|
|
461
457
|
}
|
|
462
|
-
.awsui_link--
|
|
458
|
+
.awsui_link--collapsed_l0dv0_17xrm_458:not(#\9) {
|
|
463
459
|
padding-inline: 0;
|
|
464
460
|
margin-inline: 0;
|
|
465
461
|
justify-content: center;
|
|
466
462
|
align-items: center;
|
|
467
463
|
}
|
|
468
464
|
|
|
469
|
-
.awsui_header-
|
|
470
|
-
.
|
|
465
|
+
.awsui_header-link_l0dv0_17xrm_204:not(#\9),
|
|
466
|
+
.awsui_link_l0dv0_17xrm_422:not(#\9) {
|
|
471
467
|
text-decoration: none;
|
|
472
468
|
}
|
|
473
|
-
.awsui_header-
|
|
474
|
-
.
|
|
469
|
+
.awsui_header-link_l0dv0_17xrm_204:not(#\9):hover,
|
|
470
|
+
.awsui_link_l0dv0_17xrm_422:not(#\9):hover {
|
|
475
471
|
color: var(--color-text-side-navigation-item-active-7en75b, #0073bb);
|
|
476
472
|
}
|
|
477
|
-
.awsui_header-
|
|
478
|
-
.
|
|
473
|
+
.awsui_header-link_l0dv0_17xrm_204:not(#\9):focus,
|
|
474
|
+
.awsui_link_l0dv0_17xrm_422:not(#\9):focus {
|
|
479
475
|
outline: none;
|
|
480
476
|
}
|
|
481
|
-
.awsui_header-
|
|
477
|
+
.awsui_header-link_l0dv0_17xrm_204:not(#\9):hover, .awsui_header-link_l0dv0_17xrm_204:not(#\9):focus, .awsui_link_l0dv0_17xrm_422:not(#\9):hover, .awsui_link_l0dv0_17xrm_422:not(#\9):focus {
|
|
482
478
|
text-decoration: none;
|
|
483
479
|
}
|
|
484
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
485
|
-
body[data-awsui-focus-visible=true] .
|
|
480
|
+
body[data-awsui-focus-visible=true] .awsui_header-link_l0dv0_17xrm_204:not(#\9):focus,
|
|
481
|
+
body[data-awsui-focus-visible=true] .awsui_link_l0dv0_17xrm_422:not(#\9):focus {
|
|
486
482
|
outline: thin dotted;
|
|
487
483
|
outline: var(--border-link-focus-ring-outline-c5423y, 5px auto Highlight);
|
|
488
484
|
outline-offset: 2px;
|
|
@@ -494,43 +490,43 @@ body[data-awsui-focus-visible=true] .awsui_link_l0dv0_ckbh1_426:not(#\9):focus {
|
|
|
494
490
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-woh62o, 0px) var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
495
491
|
}
|
|
496
492
|
|
|
497
|
-
.awsui_link-text-
|
|
493
|
+
.awsui_link-text-wrapper_l0dv0_17xrm_495:not(#\9) {
|
|
498
494
|
min-inline-size: 0;
|
|
499
495
|
}
|
|
500
496
|
|
|
501
|
-
.
|
|
497
|
+
.awsui_info_l0dv0_17xrm_499:not(#\9) {
|
|
502
498
|
margin-inline-start: var(--space-s-4a5hs8, 12px);
|
|
503
499
|
flex-shrink: 0;
|
|
504
500
|
}
|
|
505
501
|
|
|
506
|
-
.awsui_item-
|
|
502
|
+
.awsui_item-icon_l0dv0_17xrm_504:not(#\9) {
|
|
507
503
|
display: inline-flex;
|
|
508
504
|
flex-shrink: 0;
|
|
509
505
|
}
|
|
510
|
-
.awsui_item-
|
|
506
|
+
.awsui_item-icon_l0dv0_17xrm_504:not(#\9):not(.awsui_item-icon--collapsed_l0dv0_17xrm_508) {
|
|
511
507
|
margin-inline-end: var(--space-xs-kw7k3v, 8px);
|
|
512
508
|
}
|
|
513
509
|
|
|
514
|
-
.awsui_external-
|
|
510
|
+
.awsui_external-icon_l0dv0_17xrm_512:not(#\9) {
|
|
515
511
|
margin-inline-start: var(--space-xxs-jnczic, 4px);
|
|
516
512
|
}
|
|
517
513
|
|
|
518
|
-
.
|
|
514
|
+
.awsui_divider_l0dv0_17xrm_244:not(#\9) {
|
|
519
515
|
border-block: none;
|
|
520
516
|
border-inline: none;
|
|
521
517
|
}
|
|
522
|
-
.awsui_divider-
|
|
518
|
+
.awsui_divider-default_l0dv0_17xrm_520:not(#\9) {
|
|
523
519
|
margin-block: calc(var(--space-scaled-2x-xl-vvl7tm, 24px) - calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-bedeoh, 22px)) / 2));
|
|
524
520
|
border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
|
|
525
521
|
}
|
|
526
|
-
.awsui_divider-
|
|
522
|
+
.awsui_divider-default_l0dv0_17xrm_520.awsui_divider--collapsed_l0dv0_17xrm_524:not(#\9) {
|
|
527
523
|
margin-block: var(--space-scaled-2x-m-gw45gq, 16px);
|
|
528
524
|
margin-inline: var(--space-xs-kw7k3v, 8px);
|
|
529
525
|
}
|
|
530
|
-
.awsui_divider-
|
|
526
|
+
.awsui_divider-header_l0dv0_17xrm_244:not(#\9) {
|
|
531
527
|
margin-block: 0;
|
|
532
528
|
border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-panel-header-iffljr, #eaeded);
|
|
533
529
|
}
|
|
534
|
-
.awsui_with-
|
|
530
|
+
.awsui_with-toolbar_l0dv0_17xrm_180 > .awsui_divider-header_l0dv0_17xrm_244:not(#\9) {
|
|
535
531
|
border-color: transparent;
|
|
536
532
|
}
|
|
@@ -2,51 +2,51 @@
|
|
|
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
|
-
"with-toolbar": "awsui_with-
|
|
7
|
-
"header": "
|
|
8
|
-
"header--collapsed": "awsui_header--
|
|
9
|
-
"header-link": "awsui_header-
|
|
10
|
-
"header-link--has-logo": "awsui_header-link--has-
|
|
11
|
-
"header-link-text": "awsui_header-link-
|
|
12
|
-
"header-logo": "awsui_header-
|
|
13
|
-
"header-logo--stretched": "awsui_header-logo--
|
|
14
|
-
"items-control": "awsui_items-
|
|
15
|
-
"list-container": "awsui_list-
|
|
16
|
-
"divider-header": "awsui_divider-
|
|
17
|
-
"list": "
|
|
18
|
-
"list-variant-root": "awsui_list-variant-
|
|
19
|
-
"list-variant-root--first": "awsui_list-variant-root--
|
|
20
|
-
"list-variant-root--collapsed": "awsui_list-variant-root--
|
|
21
|
-
"list-variant-expandable-link-group": "awsui_list-variant-expandable-link-
|
|
22
|
-
"list-variant-section": "awsui_list-variant-
|
|
23
|
-
"list-variant-link-group": "awsui_list-variant-link-
|
|
24
|
-
"list-variant-section-group": "awsui_list-variant-section-
|
|
25
|
-
"list-item": "awsui_list-
|
|
26
|
-
"list-item--collapsed": "awsui_list-item--
|
|
27
|
-
"list-item--group": "awsui_list-item--
|
|
28
|
-
"list-item--group-no-padding-start": "awsui_list-item--group-no-padding-
|
|
29
|
-
"list-item--group-no-padding-end": "awsui_list-item--group-no-padding-
|
|
30
|
-
"list-item--info": "awsui_list-item--
|
|
31
|
-
"list--collapsed-group": "awsui_list--collapsed-
|
|
32
|
-
"section": "
|
|
33
|
-
"expandable-link-group": "awsui_expandable-link-
|
|
34
|
-
"section--no-ident": "awsui_section--no-
|
|
35
|
-
"expandable-link-group--no-ident": "awsui_expandable-link-group--no-
|
|
36
|
-
"expandable-link-group--active": "awsui_expandable-link-group--
|
|
37
|
-
"refresh": "
|
|
38
|
-
"section-group": "awsui_section-
|
|
39
|
-
"section-group-title": "awsui_section-group-
|
|
40
|
-
"link": "
|
|
41
|
-
"link-active": "awsui_link-
|
|
42
|
-
"link--collapsed": "awsui_link--
|
|
43
|
-
"link-text-wrapper": "awsui_link-text-
|
|
44
|
-
"info": "
|
|
45
|
-
"item-icon": "awsui_item-
|
|
46
|
-
"item-icon--collapsed": "awsui_item-icon--
|
|
47
|
-
"external-icon": "awsui_external-
|
|
48
|
-
"divider": "
|
|
49
|
-
"divider-default": "awsui_divider-
|
|
50
|
-
"divider--collapsed": "awsui_divider--
|
|
5
|
+
"root": "awsui_root_l0dv0_17xrm_146",
|
|
6
|
+
"with-toolbar": "awsui_with-toolbar_l0dv0_17xrm_180",
|
|
7
|
+
"header": "awsui_header_l0dv0_17xrm_184",
|
|
8
|
+
"header--collapsed": "awsui_header--collapsed_l0dv0_17xrm_197",
|
|
9
|
+
"header-link": "awsui_header-link_l0dv0_17xrm_204",
|
|
10
|
+
"header-link--has-logo": "awsui_header-link--has-logo_l0dv0_17xrm_215",
|
|
11
|
+
"header-link-text": "awsui_header-link-text_l0dv0_17xrm_215",
|
|
12
|
+
"header-logo": "awsui_header-logo_l0dv0_17xrm_220",
|
|
13
|
+
"header-logo--stretched": "awsui_header-logo--stretched_l0dv0_17xrm_226",
|
|
14
|
+
"items-control": "awsui_items-control_l0dv0_17xrm_231",
|
|
15
|
+
"list-container": "awsui_list-container_l0dv0_17xrm_236",
|
|
16
|
+
"divider-header": "awsui_divider-header_l0dv0_17xrm_244",
|
|
17
|
+
"list": "awsui_list_l0dv0_17xrm_236",
|
|
18
|
+
"list-variant-root": "awsui_list-variant-root_l0dv0_17xrm_257",
|
|
19
|
+
"list-variant-root--first": "awsui_list-variant-root--first_l0dv0_17xrm_264",
|
|
20
|
+
"list-variant-root--collapsed": "awsui_list-variant-root--collapsed_l0dv0_17xrm_267",
|
|
21
|
+
"list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_17xrm_272",
|
|
22
|
+
"list-variant-section": "awsui_list-variant-section_l0dv0_17xrm_276",
|
|
23
|
+
"list-variant-link-group": "awsui_list-variant-link-group_l0dv0_17xrm_280",
|
|
24
|
+
"list-variant-section-group": "awsui_list-variant-section-group_l0dv0_17xrm_284",
|
|
25
|
+
"list-item": "awsui_list-item_l0dv0_17xrm_291",
|
|
26
|
+
"list-item--collapsed": "awsui_list-item--collapsed_l0dv0_17xrm_312",
|
|
27
|
+
"list-item--group": "awsui_list-item--group_l0dv0_17xrm_330",
|
|
28
|
+
"list-item--group-no-padding-start": "awsui_list-item--group-no-padding-start_l0dv0_17xrm_335",
|
|
29
|
+
"list-item--group-no-padding-end": "awsui_list-item--group-no-padding-end_l0dv0_17xrm_338",
|
|
30
|
+
"list-item--link-with-info": "awsui_list-item--link-with-info_l0dv0_17xrm_341",
|
|
31
|
+
"list--collapsed-group": "awsui_list--collapsed-group_l0dv0_17xrm_346",
|
|
32
|
+
"section": "awsui_section_l0dv0_17xrm_354",
|
|
33
|
+
"expandable-link-group": "awsui_expandable-link-group_l0dv0_17xrm_355",
|
|
34
|
+
"section--no-ident": "awsui_section--no-ident_l0dv0_17xrm_371",
|
|
35
|
+
"expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_17xrm_372",
|
|
36
|
+
"expandable-link-group--active": "awsui_expandable-link-group--active_l0dv0_17xrm_387",
|
|
37
|
+
"refresh": "awsui_refresh_l0dv0_17xrm_394",
|
|
38
|
+
"section-group": "awsui_section-group_l0dv0_17xrm_401",
|
|
39
|
+
"section-group-title": "awsui_section-group-title_l0dv0_17xrm_416",
|
|
40
|
+
"link": "awsui_link_l0dv0_17xrm_422",
|
|
41
|
+
"link-active": "awsui_link-active_l0dv0_17xrm_451",
|
|
42
|
+
"link--collapsed": "awsui_link--collapsed_l0dv0_17xrm_458",
|
|
43
|
+
"link-text-wrapper": "awsui_link-text-wrapper_l0dv0_17xrm_495",
|
|
44
|
+
"info": "awsui_info_l0dv0_17xrm_499",
|
|
45
|
+
"item-icon": "awsui_item-icon_l0dv0_17xrm_504",
|
|
46
|
+
"item-icon--collapsed": "awsui_item-icon--collapsed_l0dv0_17xrm_508",
|
|
47
|
+
"external-icon": "awsui_external-icon_l0dv0_17xrm_512",
|
|
48
|
+
"divider": "awsui_divider_l0dv0_17xrm_244",
|
|
49
|
+
"divider-default": "awsui_divider-default_l0dv0_17xrm_520",
|
|
50
|
+
"divider--collapsed": "awsui_divider--collapsed_l0dv0_17xrm_524"
|
|
51
51
|
};
|
|
52
52
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Optional } from '../internal/types';
|
|
3
2
|
import { BaseComponentProps } from '../types/base-component';
|
|
4
3
|
import { CancelableEventHandler, NonCancelableEventHandler } from '../types/events';
|
|
4
|
+
import { Optional } from '../types/utils';
|
|
5
5
|
import ColumnDisplayProperties = TableProps.ColumnDisplayProperties;
|
|
6
6
|
export interface TableForwardRefType {
|
|
7
7
|
<T>(props: TableProps<T> & {
|