@cloudscape-design/components-themeable 3.0.975 → 3.0.976
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/drawer/styles.scss +14 -0
- package/lib/internal/scss/link/styles.scss +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-drawer.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-drawer.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-drawer.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/local-drawer.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/local-drawer.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/local-drawer.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js +7 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js.map +1 -1
- package/lib/internal/template/app-layout-toolbar/analytics-metadata/interfaces.d.ts +18 -0
- package/lib/internal/template/app-layout-toolbar/analytics-metadata/interfaces.d.ts.map +1 -0
- package/lib/internal/template/app-layout-toolbar/analytics-metadata/interfaces.js +4 -0
- package/lib/internal/template/app-layout-toolbar/analytics-metadata/interfaces.js.map +1 -0
- package/lib/internal/template/app-layout-toolbar/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout-toolbar/index.js +9 -1
- package/lib/internal/template/app-layout-toolbar/index.js.map +1 -1
- package/lib/internal/template/date-input/internal.d.ts.map +1 -1
- package/lib/internal/template/date-input/internal.js +3 -16
- package/lib/internal/template/date-input/internal.js.map +1 -1
- package/lib/internal/template/date-input/utils.d.ts +7 -0
- package/lib/internal/template/date-input/utils.d.ts.map +1 -0
- package/lib/internal/template/date-input/utils.js +25 -0
- package/lib/internal/template/date-input/utils.js.map +1 -0
- package/lib/internal/template/drawer/implementation.d.ts +1 -1
- package/lib/internal/template/drawer/implementation.d.ts.map +1 -1
- package/lib/internal/template/drawer/implementation.js +4 -2
- package/lib/internal/template/drawer/implementation.js.map +1 -1
- package/lib/internal/template/drawer/interfaces.d.ts +4 -0
- package/lib/internal/template/drawer/interfaces.d.ts.map +1 -1
- package/lib/internal/template/drawer/interfaces.js.map +1 -1
- package/lib/internal/template/drawer/styles.css.js +6 -5
- package/lib/internal/template/drawer/styles.scoped.css +23 -10
- package/lib/internal/template/drawer/styles.selectors.js +6 -5
- package/lib/internal/template/internal/components/drag-handle/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/drag-handle/index.js +2 -2
- package/lib/internal/template/internal/components/drag-handle/index.js.map +1 -1
- package/lib/internal/template/internal/components/drag-handle/interfaces.d.ts +2 -1
- package/lib/internal/template/internal/components/drag-handle/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/components/drag-handle/interfaces.js.map +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/index.d.ts +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/index.js +8 -2
- package/lib/internal/template/internal/components/drag-handle-wrapper/index.js.map +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/interfaces.d.ts +2 -0
- package/lib/internal/template/internal/components/drag-handle-wrapper/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/interfaces.js.map +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/portal-overlay.d.ts.map +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/portal-overlay.js +2 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/portal-overlay.js.map +1 -1
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +4 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +18 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +18 -0
- package/lib/internal/template/internal/generated/theming/index.js +4 -0
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +73 -71
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/test-utils/dom/drawer/index.d.ts +1 -0
- package/lib/internal/template/test-utils/dom/drawer/index.js +3 -0
- package/lib/internal/template/test-utils/dom/drawer/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/drawer/index.d.ts +1 -0
- package/lib/internal/template/test-utils/selectors/drawer/index.js +3 -0
- package/lib/internal/template/test-utils/selectors/drawer/index.js.map +1 -1
- package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -73,6 +73,8 @@ export declare interface TypedOverride {
|
|
|
73
73
|
colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
74
74
|
colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
75
75
|
colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
76
|
+
colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
77
|
+
colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
76
78
|
colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
77
79
|
colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
78
80
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -329,6 +331,8 @@ export declare interface TypedOverride {
|
|
|
329
331
|
colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
330
332
|
colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
331
333
|
colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
334
|
+
colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
335
|
+
colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
332
336
|
colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
333
337
|
colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
334
338
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -585,6 +589,8 @@ export declare interface TypedOverride {
|
|
|
585
589
|
colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
586
590
|
colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
587
591
|
colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
592
|
+
colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
593
|
+
colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
588
594
|
colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
589
595
|
colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
590
596
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -841,6 +847,8 @@ export declare interface TypedOverride {
|
|
|
841
847
|
colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
842
848
|
colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
843
849
|
colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
850
|
+
colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
851
|
+
colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
844
852
|
colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
845
853
|
colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
846
854
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1097,6 +1105,8 @@ export declare interface TypedOverride {
|
|
|
1097
1105
|
colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1098
1106
|
colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1099
1107
|
colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1108
|
+
colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1109
|
+
colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1100
1110
|
colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1101
1111
|
colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1102
1112
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1353,6 +1363,8 @@ export declare interface TypedOverride {
|
|
|
1353
1363
|
colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1354
1364
|
colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1355
1365
|
colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1366
|
+
colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1367
|
+
colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1356
1368
|
colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1357
1369
|
colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1358
1370
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1609,6 +1621,8 @@ export declare interface TypedOverride {
|
|
|
1609
1621
|
colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1610
1622
|
colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1611
1623
|
colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1624
|
+
colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1625
|
+
colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1612
1626
|
colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1613
1627
|
colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1614
1628
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1865,6 +1879,8 @@ export declare interface TypedOverride {
|
|
|
1865
1879
|
colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1866
1880
|
colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1867
1881
|
colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1882
|
+
colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1883
|
+
colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1868
1884
|
colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1869
1885
|
colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1870
1886
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2121,6 +2137,8 @@ export declare interface TypedOverride {
|
|
|
2121
2137
|
colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2122
2138
|
colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2123
2139
|
colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2140
|
+
colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2141
|
+
colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2124
2142
|
colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2125
2143
|
colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2126
2144
|
colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -10388,6 +10388,8 @@ export var preset = {
|
|
|
10388
10388
|
"colorTextNotificationSeverityMedium",
|
|
10389
10389
|
"colorTextNotificationSeverityLow",
|
|
10390
10390
|
"colorTextNotificationSeverityNeutral",
|
|
10391
|
+
"colorBackgroundButtonLinkActive",
|
|
10392
|
+
"colorBackgroundButtonLinkHover",
|
|
10391
10393
|
"colorBackgroundButtonNormalActive",
|
|
10392
10394
|
"colorBackgroundButtonNormalDefault",
|
|
10393
10395
|
"colorBackgroundButtonNormalDisabled",
|
|
@@ -10735,6 +10737,8 @@ export var preset = {
|
|
|
10735
10737
|
"colorTextNotificationSeverityMedium",
|
|
10736
10738
|
"colorTextNotificationSeverityLow",
|
|
10737
10739
|
"colorTextNotificationSeverityNeutral",
|
|
10740
|
+
"colorBackgroundButtonLinkActive",
|
|
10741
|
+
"colorBackgroundButtonLinkHover",
|
|
10738
10742
|
"colorBackgroundButtonNormalActive",
|
|
10739
10743
|
"colorBackgroundButtonNormalDefault",
|
|
10740
10744
|
"colorBackgroundButtonNormalDisabled",
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"link": "
|
|
5
|
-
"variant-secondary": "awsui_variant-
|
|
6
|
-
"variant-primary": "awsui_variant-
|
|
7
|
-
"variant-info": "awsui_variant-
|
|
8
|
-
"variant-value-large": "awsui_variant-value-
|
|
9
|
-
"variant-top-navigation": "awsui_variant-top-
|
|
10
|
-
"variant-recovery": "awsui_variant-
|
|
11
|
-
"button": "
|
|
12
|
-
"color-inverted": "awsui_color-
|
|
13
|
-
"font-size-body-s": "awsui_font-size-body-
|
|
14
|
-
"font-size-body-m": "awsui_font-size-body-
|
|
15
|
-
"font-size-heading-xs": "awsui_font-size-heading-
|
|
16
|
-
"font-size-heading-s": "awsui_font-size-heading-
|
|
17
|
-
"font-size-heading-m": "awsui_font-size-heading-
|
|
18
|
-
"font-size-heading-l": "awsui_font-size-heading-
|
|
19
|
-
"font-size-heading-xl": "awsui_font-size-heading-
|
|
20
|
-
"font-size-display-l": "awsui_font-size-display-
|
|
21
|
-
"font-size-inherit": "awsui_font-size-
|
|
22
|
-
"icon-wrapper": "awsui_icon-
|
|
23
|
-
"icon": "
|
|
4
|
+
"link": "awsui_link_4c84z_ula7o_145",
|
|
5
|
+
"variant-secondary": "awsui_variant-secondary_4c84z_ula7o_211",
|
|
6
|
+
"variant-primary": "awsui_variant-primary_4c84z_ula7o_246",
|
|
7
|
+
"variant-info": "awsui_variant-info_4c84z_ula7o_279",
|
|
8
|
+
"variant-value-large": "awsui_variant-value-large_4c84z_ula7o_314",
|
|
9
|
+
"variant-top-navigation": "awsui_variant-top-navigation_4c84z_ula7o_346",
|
|
10
|
+
"variant-recovery": "awsui_variant-recovery_4c84z_ula7o_381",
|
|
11
|
+
"button": "awsui_button_4c84z_ula7o_414",
|
|
12
|
+
"color-inverted": "awsui_color-inverted_4c84z_ula7o_449",
|
|
13
|
+
"font-size-body-s": "awsui_font-size-body-s_4c84z_ula7o_470",
|
|
14
|
+
"font-size-body-m": "awsui_font-size-body-m_4c84z_ula7o_477",
|
|
15
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_ula7o_483",
|
|
16
|
+
"font-size-heading-s": "awsui_font-size-heading-s_4c84z_ula7o_489",
|
|
17
|
+
"font-size-heading-m": "awsui_font-size-heading-m_4c84z_ula7o_496",
|
|
18
|
+
"font-size-heading-l": "awsui_font-size-heading-l_4c84z_ula7o_503",
|
|
19
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_ula7o_510",
|
|
20
|
+
"font-size-display-l": "awsui_font-size-display-l_4c84z_ula7o_517",
|
|
21
|
+
"font-size-inherit": "awsui_font-size-inherit_4c84z_ula7o_524",
|
|
22
|
+
"icon-wrapper": "awsui_icon-wrapper_4c84z_ula7o_532",
|
|
23
|
+
"icon": "awsui_icon_4c84z_ula7o_532"
|
|
24
24
|
};
|
|
25
25
|
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
*/
|
|
143
143
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
144
144
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
145
|
-
.
|
|
145
|
+
.awsui_link_4c84z_ula7o_145:not(#\9) {
|
|
146
146
|
border-collapse: separate;
|
|
147
147
|
border-spacing: 0;
|
|
148
148
|
box-sizing: border-box;
|
|
@@ -188,30 +188,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
188
188
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
189
189
|
}
|
|
190
190
|
@media (prefers-reduced-motion: reduce) {
|
|
191
|
-
.
|
|
191
|
+
.awsui_link_4c84z_ula7o_145:not(#\9) {
|
|
192
192
|
animation: none;
|
|
193
193
|
transition: none;
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
.awsui-motion-disabled .
|
|
196
|
+
.awsui-motion-disabled .awsui_link_4c84z_ula7o_145:not(#\9), .awsui-mode-entering .awsui_link_4c84z_ula7o_145:not(#\9) {
|
|
197
197
|
animation: none;
|
|
198
198
|
transition: none;
|
|
199
199
|
}
|
|
200
|
-
.
|
|
200
|
+
.awsui_link_4c84z_ula7o_145:not(#\9):hover {
|
|
201
201
|
cursor: pointer;
|
|
202
202
|
color: var(--color-text-link-hover-05b2tl, #0a4a74);
|
|
203
203
|
}
|
|
204
|
-
.
|
|
204
|
+
.awsui_link_4c84z_ula7o_145:not(#\9):focus {
|
|
205
205
|
outline: none;
|
|
206
206
|
}
|
|
207
|
-
.
|
|
207
|
+
.awsui_link_4c84z_ula7o_145:not(#\9):active {
|
|
208
208
|
color: var(--color-text-link-hover-05b2tl, #0a4a74);
|
|
209
209
|
}
|
|
210
|
-
.
|
|
210
|
+
.awsui_link_4c84z_ula7o_145:not(#\9):active, .awsui_link_4c84z_ula7o_145:not(#\9):focus, .awsui_link_4c84z_ula7o_145:not(#\9):hover {
|
|
211
211
|
text-decoration-line: underline;
|
|
212
212
|
text-decoration-color: currentColor;
|
|
213
213
|
}
|
|
214
|
-
.
|
|
214
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-secondary_4c84z_ula7o_211:not(#\9) {
|
|
215
215
|
-webkit-font-smoothing: inherit;
|
|
216
216
|
-moz-osx-font-smoothing: inherit;
|
|
217
217
|
color: var(--color-text-link-default-kjmmv0, #0073bb);
|
|
@@ -225,30 +225,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
225
225
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
226
226
|
}
|
|
227
227
|
@media (prefers-reduced-motion: reduce) {
|
|
228
|
-
.
|
|
228
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-secondary_4c84z_ula7o_211:not(#\9) {
|
|
229
229
|
animation: none;
|
|
230
230
|
transition: none;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
.awsui-motion-disabled .
|
|
233
|
+
.awsui-motion-disabled .awsui_link_4c84z_ula7o_145.awsui_variant-secondary_4c84z_ula7o_211:not(#\9), .awsui-mode-entering .awsui_link_4c84z_ula7o_145.awsui_variant-secondary_4c84z_ula7o_211:not(#\9) {
|
|
234
234
|
animation: none;
|
|
235
235
|
transition: none;
|
|
236
236
|
}
|
|
237
|
-
.
|
|
237
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-secondary_4c84z_ula7o_211:not(#\9):hover {
|
|
238
238
|
cursor: pointer;
|
|
239
239
|
color: var(--color-text-link-hover-05b2tl, #0a4a74);
|
|
240
240
|
}
|
|
241
|
-
.
|
|
241
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-secondary_4c84z_ula7o_211:not(#\9):focus {
|
|
242
242
|
outline: none;
|
|
243
243
|
}
|
|
244
|
-
.
|
|
244
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-secondary_4c84z_ula7o_211:not(#\9):active {
|
|
245
245
|
color: var(--color-text-link-hover-05b2tl, #0a4a74);
|
|
246
246
|
}
|
|
247
|
-
.
|
|
247
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-secondary_4c84z_ula7o_211:not(#\9):active, .awsui_link_4c84z_ula7o_145.awsui_variant-secondary_4c84z_ula7o_211:not(#\9):focus, .awsui_link_4c84z_ula7o_145.awsui_variant-secondary_4c84z_ula7o_211:not(#\9):hover {
|
|
248
248
|
text-decoration-line: underline;
|
|
249
249
|
text-decoration-color: currentColor;
|
|
250
250
|
}
|
|
251
|
-
.
|
|
251
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-primary_4c84z_ula7o_246:not(#\9) {
|
|
252
252
|
color: var(--color-text-link-default-kjmmv0, #0073bb);
|
|
253
253
|
font-weight: inherit;
|
|
254
254
|
letter-spacing: normal;
|
|
@@ -260,30 +260,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
260
260
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
261
261
|
}
|
|
262
262
|
@media (prefers-reduced-motion: reduce) {
|
|
263
|
-
.
|
|
263
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-primary_4c84z_ula7o_246:not(#\9) {
|
|
264
264
|
animation: none;
|
|
265
265
|
transition: none;
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
|
-
.awsui-motion-disabled .
|
|
268
|
+
.awsui-motion-disabled .awsui_link_4c84z_ula7o_145.awsui_variant-primary_4c84z_ula7o_246:not(#\9), .awsui-mode-entering .awsui_link_4c84z_ula7o_145.awsui_variant-primary_4c84z_ula7o_246:not(#\9) {
|
|
269
269
|
animation: none;
|
|
270
270
|
transition: none;
|
|
271
271
|
}
|
|
272
|
-
.
|
|
272
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-primary_4c84z_ula7o_246:not(#\9):hover {
|
|
273
273
|
cursor: pointer;
|
|
274
274
|
color: var(--color-text-link-hover-05b2tl, #0a4a74);
|
|
275
275
|
}
|
|
276
|
-
.
|
|
276
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-primary_4c84z_ula7o_246:not(#\9):focus {
|
|
277
277
|
outline: none;
|
|
278
278
|
}
|
|
279
|
-
.
|
|
279
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-primary_4c84z_ula7o_246:not(#\9):active {
|
|
280
280
|
color: var(--color-text-link-hover-05b2tl, #0a4a74);
|
|
281
281
|
}
|
|
282
|
-
.
|
|
282
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-primary_4c84z_ula7o_246:not(#\9):active, .awsui_link_4c84z_ula7o_145.awsui_variant-primary_4c84z_ula7o_246:not(#\9):focus, .awsui_link_4c84z_ula7o_145.awsui_variant-primary_4c84z_ula7o_246:not(#\9):hover {
|
|
283
283
|
text-decoration-line: underline;
|
|
284
284
|
text-decoration-color: currentColor;
|
|
285
285
|
}
|
|
286
|
-
.
|
|
286
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-info_4c84z_ula7o_279:not(#\9) {
|
|
287
287
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
288
288
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
289
289
|
color: var(--color-text-link-default-kjmmv0, #0073bb);
|
|
@@ -297,30 +297,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
297
297
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
298
298
|
}
|
|
299
299
|
@media (prefers-reduced-motion: reduce) {
|
|
300
|
-
.
|
|
300
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-info_4c84z_ula7o_279:not(#\9) {
|
|
301
301
|
animation: none;
|
|
302
302
|
transition: none;
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
.awsui-motion-disabled .
|
|
305
|
+
.awsui-motion-disabled .awsui_link_4c84z_ula7o_145.awsui_variant-info_4c84z_ula7o_279:not(#\9), .awsui-mode-entering .awsui_link_4c84z_ula7o_145.awsui_variant-info_4c84z_ula7o_279:not(#\9) {
|
|
306
306
|
animation: none;
|
|
307
307
|
transition: none;
|
|
308
308
|
}
|
|
309
|
-
.
|
|
309
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-info_4c84z_ula7o_279:not(#\9):hover {
|
|
310
310
|
cursor: pointer;
|
|
311
311
|
color: var(--color-text-link-hover-05b2tl, #0a4a74);
|
|
312
312
|
}
|
|
313
|
-
.
|
|
313
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-info_4c84z_ula7o_279:not(#\9):focus {
|
|
314
314
|
outline: none;
|
|
315
315
|
}
|
|
316
|
-
.
|
|
316
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-info_4c84z_ula7o_279:not(#\9):active {
|
|
317
317
|
color: var(--color-text-link-hover-05b2tl, #0a4a74);
|
|
318
318
|
}
|
|
319
|
-
.
|
|
319
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-info_4c84z_ula7o_279:not(#\9):active, .awsui_link_4c84z_ula7o_145.awsui_variant-info_4c84z_ula7o_279:not(#\9):focus, .awsui_link_4c84z_ula7o_145.awsui_variant-info_4c84z_ula7o_279:not(#\9):hover {
|
|
320
320
|
text-decoration-line: underline;
|
|
321
321
|
text-decoration-color: var(--color-text-link-button-underline-hover-s0fj6r, currentColor);
|
|
322
322
|
}
|
|
323
|
-
.
|
|
323
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-value-large_4c84z_ula7o_314:not(#\9) {
|
|
324
324
|
color: var(--color-text-link-default-kjmmv0, #0073bb);
|
|
325
325
|
font-weight: var(--font-box-value-large-weight-zc1blz, 300);
|
|
326
326
|
text-decoration-line: underline;
|
|
@@ -331,30 +331,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
331
331
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
332
332
|
}
|
|
333
333
|
@media (prefers-reduced-motion: reduce) {
|
|
334
|
-
.
|
|
334
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-value-large_4c84z_ula7o_314:not(#\9) {
|
|
335
335
|
animation: none;
|
|
336
336
|
transition: none;
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
|
-
.awsui-motion-disabled .
|
|
339
|
+
.awsui-motion-disabled .awsui_link_4c84z_ula7o_145.awsui_variant-value-large_4c84z_ula7o_314:not(#\9), .awsui-mode-entering .awsui_link_4c84z_ula7o_145.awsui_variant-value-large_4c84z_ula7o_314:not(#\9) {
|
|
340
340
|
animation: none;
|
|
341
341
|
transition: none;
|
|
342
342
|
}
|
|
343
|
-
.
|
|
343
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-value-large_4c84z_ula7o_314:not(#\9):hover {
|
|
344
344
|
cursor: pointer;
|
|
345
345
|
color: var(--color-text-link-hover-05b2tl, #0a4a74);
|
|
346
346
|
}
|
|
347
|
-
.
|
|
347
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-value-large_4c84z_ula7o_314:not(#\9):focus {
|
|
348
348
|
outline: none;
|
|
349
349
|
}
|
|
350
|
-
.
|
|
350
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-value-large_4c84z_ula7o_314:not(#\9):active {
|
|
351
351
|
color: var(--color-text-link-hover-05b2tl, #0a4a74);
|
|
352
352
|
}
|
|
353
|
-
.
|
|
353
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-value-large_4c84z_ula7o_314:not(#\9):active, .awsui_link_4c84z_ula7o_145.awsui_variant-value-large_4c84z_ula7o_314:not(#\9):focus, .awsui_link_4c84z_ula7o_145.awsui_variant-value-large_4c84z_ula7o_314:not(#\9):hover {
|
|
354
354
|
text-decoration-line: underline;
|
|
355
355
|
text-decoration-color: currentColor;
|
|
356
356
|
}
|
|
357
|
-
.
|
|
357
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-top-navigation_4c84z_ula7o_346:not(#\9) {
|
|
358
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
359
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
358
360
|
color: var(--color-text-interactive-default-mf3cev, #545b64);
|
|
359
361
|
font-weight: 700;
|
|
360
362
|
letter-spacing: 0.005em;
|
|
@@ -366,30 +368,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
366
368
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
367
369
|
}
|
|
368
370
|
@media (prefers-reduced-motion: reduce) {
|
|
369
|
-
.
|
|
371
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-top-navigation_4c84z_ula7o_346:not(#\9) {
|
|
370
372
|
animation: none;
|
|
371
373
|
transition: none;
|
|
372
374
|
}
|
|
373
375
|
}
|
|
374
|
-
.awsui-motion-disabled .
|
|
376
|
+
.awsui-motion-disabled .awsui_link_4c84z_ula7o_145.awsui_variant-top-navigation_4c84z_ula7o_346:not(#\9), .awsui-mode-entering .awsui_link_4c84z_ula7o_145.awsui_variant-top-navigation_4c84z_ula7o_346:not(#\9) {
|
|
375
377
|
animation: none;
|
|
376
378
|
transition: none;
|
|
377
379
|
}
|
|
378
|
-
.
|
|
380
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-top-navigation_4c84z_ula7o_346:not(#\9):hover {
|
|
379
381
|
cursor: pointer;
|
|
380
382
|
color: var(--color-text-interactive-hover-kceoak, #16191f);
|
|
381
383
|
}
|
|
382
|
-
.
|
|
384
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-top-navigation_4c84z_ula7o_346:not(#\9):focus {
|
|
383
385
|
outline: none;
|
|
384
386
|
}
|
|
385
|
-
.
|
|
387
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-top-navigation_4c84z_ula7o_346:not(#\9):active {
|
|
386
388
|
color: var(--color-text-interactive-active-8tdg02, #16191f);
|
|
387
389
|
}
|
|
388
|
-
.
|
|
390
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-top-navigation_4c84z_ula7o_346:not(#\9):active, .awsui_link_4c84z_ula7o_145.awsui_variant-top-navigation_4c84z_ula7o_346:not(#\9):focus, .awsui_link_4c84z_ula7o_145.awsui_variant-top-navigation_4c84z_ula7o_346:not(#\9):hover {
|
|
389
391
|
text-decoration-line: underline;
|
|
390
392
|
text-decoration-color: transparent;
|
|
391
393
|
}
|
|
392
|
-
.
|
|
394
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-recovery_4c84z_ula7o_381:not(#\9) {
|
|
393
395
|
color: var(--color-text-link-default-kjmmv0, #0073bb);
|
|
394
396
|
font-weight: var(--font-link-button-weight-bnpz8h, 400);
|
|
395
397
|
letter-spacing: var(--font-link-button-letter-spacing-yobz7z, normal);
|
|
@@ -401,30 +403,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
401
403
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
402
404
|
}
|
|
403
405
|
@media (prefers-reduced-motion: reduce) {
|
|
404
|
-
.
|
|
406
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-recovery_4c84z_ula7o_381:not(#\9) {
|
|
405
407
|
animation: none;
|
|
406
408
|
transition: none;
|
|
407
409
|
}
|
|
408
410
|
}
|
|
409
|
-
.awsui-motion-disabled .
|
|
411
|
+
.awsui-motion-disabled .awsui_link_4c84z_ula7o_145.awsui_variant-recovery_4c84z_ula7o_381:not(#\9), .awsui-mode-entering .awsui_link_4c84z_ula7o_145.awsui_variant-recovery_4c84z_ula7o_381:not(#\9) {
|
|
410
412
|
animation: none;
|
|
411
413
|
transition: none;
|
|
412
414
|
}
|
|
413
|
-
.
|
|
415
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-recovery_4c84z_ula7o_381:not(#\9):hover {
|
|
414
416
|
cursor: pointer;
|
|
415
417
|
color: var(--color-text-link-hover-05b2tl, #0a4a74);
|
|
416
418
|
}
|
|
417
|
-
.
|
|
419
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-recovery_4c84z_ula7o_381:not(#\9):focus {
|
|
418
420
|
outline: none;
|
|
419
421
|
}
|
|
420
|
-
.
|
|
422
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-recovery_4c84z_ula7o_381:not(#\9):active {
|
|
421
423
|
color: var(--color-text-link-hover-05b2tl, #0a4a74);
|
|
422
424
|
}
|
|
423
|
-
.
|
|
425
|
+
.awsui_link_4c84z_ula7o_145.awsui_variant-recovery_4c84z_ula7o_381:not(#\9):active, .awsui_link_4c84z_ula7o_145.awsui_variant-recovery_4c84z_ula7o_381:not(#\9):focus, .awsui_link_4c84z_ula7o_145.awsui_variant-recovery_4c84z_ula7o_381:not(#\9):hover {
|
|
424
426
|
text-decoration-line: underline;
|
|
425
427
|
text-decoration-color: var(--color-text-link-button-underline-hover-s0fj6r, currentColor);
|
|
426
428
|
}
|
|
427
|
-
.
|
|
429
|
+
.awsui_link_4c84z_ula7o_145.awsui_button_4c84z_ula7o_414:not(#\9) {
|
|
428
430
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
429
431
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
430
432
|
color: var(--color-text-link-button-normal-default-7njzn7, #545b64);
|
|
@@ -438,40 +440,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
438
440
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
439
441
|
}
|
|
440
442
|
@media (prefers-reduced-motion: reduce) {
|
|
441
|
-
.
|
|
443
|
+
.awsui_link_4c84z_ula7o_145.awsui_button_4c84z_ula7o_414:not(#\9) {
|
|
442
444
|
animation: none;
|
|
443
445
|
transition: none;
|
|
444
446
|
}
|
|
445
447
|
}
|
|
446
|
-
.awsui-motion-disabled .
|
|
448
|
+
.awsui-motion-disabled .awsui_link_4c84z_ula7o_145.awsui_button_4c84z_ula7o_414:not(#\9), .awsui-mode-entering .awsui_link_4c84z_ula7o_145.awsui_button_4c84z_ula7o_414:not(#\9) {
|
|
447
449
|
animation: none;
|
|
448
450
|
transition: none;
|
|
449
451
|
}
|
|
450
|
-
.
|
|
452
|
+
.awsui_link_4c84z_ula7o_145.awsui_button_4c84z_ula7o_414:not(#\9):hover {
|
|
451
453
|
cursor: pointer;
|
|
452
454
|
color: var(--color-text-link-button-normal-hover-1v61nm, #16191f);
|
|
453
455
|
}
|
|
454
|
-
.
|
|
456
|
+
.awsui_link_4c84z_ula7o_145.awsui_button_4c84z_ula7o_414:not(#\9):focus {
|
|
455
457
|
outline: none;
|
|
456
458
|
}
|
|
457
|
-
.
|
|
459
|
+
.awsui_link_4c84z_ula7o_145.awsui_button_4c84z_ula7o_414:not(#\9):active {
|
|
458
460
|
color: var(--color-text-link-button-normal-active-4k7lx5, #16191f);
|
|
459
461
|
}
|
|
460
|
-
.
|
|
462
|
+
.awsui_link_4c84z_ula7o_145.awsui_button_4c84z_ula7o_414:not(#\9):active, .awsui_link_4c84z_ula7o_145.awsui_button_4c84z_ula7o_414:not(#\9):focus, .awsui_link_4c84z_ula7o_145.awsui_button_4c84z_ula7o_414:not(#\9):hover {
|
|
461
463
|
text-decoration-line: underline;
|
|
462
464
|
text-decoration-color: transparent;
|
|
463
465
|
}
|
|
464
|
-
.
|
|
466
|
+
.awsui_link_4c84z_ula7o_145.awsui_color-inverted_4c84z_ula7o_449:not(#\9) {
|
|
465
467
|
color: var(--color-text-notification-default-fmebm4, #fafafa);
|
|
466
468
|
}
|
|
467
|
-
.
|
|
469
|
+
.awsui_link_4c84z_ula7o_145.awsui_color-inverted_4c84z_ula7o_449:not(#\9):not(.awsui_button_4c84z_ula7o_414) {
|
|
468
470
|
text-decoration-line: underline;
|
|
469
471
|
text-decoration-color: currentColor;
|
|
470
472
|
}
|
|
471
|
-
.
|
|
473
|
+
.awsui_link_4c84z_ula7o_145.awsui_color-inverted_4c84z_ula7o_449:not(#\9):hover {
|
|
472
474
|
color: var(--color-text-link-inverted-hover-7jk1d1, #fafafa);
|
|
473
475
|
}
|
|
474
|
-
body[data-awsui-focus-visible=true] .
|
|
476
|
+
body[data-awsui-focus-visible=true] .awsui_link_4c84z_ula7o_145:not(#\9):focus {
|
|
475
477
|
outline: thin dotted;
|
|
476
478
|
outline: var(--border-link-focus-ring-outline-c5423y, 5px auto Highlight);
|
|
477
479
|
outline-offset: 2px;
|
|
@@ -482,61 +484,61 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1x9wg_145:not(#\9):focus {
|
|
|
482
484
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
483
485
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-woh62o, 0px) var(--color-border-item-focused-vx5mpq, #0073bb);
|
|
484
486
|
}
|
|
485
|
-
.
|
|
487
|
+
.awsui_link_4c84z_ula7o_145.awsui_font-size-body-s_4c84z_ula7o_470:not(#\9) {
|
|
486
488
|
font-size: var(--font-size-body-s-psgqn2, 12px);
|
|
487
489
|
line-height: var(--line-height-body-s-otgtsr, 16px);
|
|
488
490
|
letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
|
|
489
491
|
text-underline-offset: 0.3em;
|
|
490
492
|
text-decoration-thickness: 1px;
|
|
491
493
|
}
|
|
492
|
-
.
|
|
494
|
+
.awsui_link_4c84z_ula7o_145.awsui_font-size-body-m_4c84z_ula7o_477:not(#\9) {
|
|
493
495
|
font-size: var(--font-size-body-m-vv54cm, 14px);
|
|
494
496
|
line-height: var(--line-height-body-m-bedeoh, 22px);
|
|
495
497
|
text-underline-offset: 0.25em;
|
|
496
498
|
text-decoration-thickness: 1px;
|
|
497
499
|
}
|
|
498
|
-
.
|
|
500
|
+
.awsui_link_4c84z_ula7o_145.awsui_font-size-heading-xs_4c84z_ula7o_483:not(#\9) {
|
|
499
501
|
font-size: var(--font-size-heading-xs-c20ika, 16px);
|
|
500
502
|
line-height: var(--line-height-heading-xs-fuzanp, 20px);
|
|
501
503
|
text-underline-offset: 0.25em;
|
|
502
504
|
text-decoration-thickness: 1px;
|
|
503
505
|
}
|
|
504
|
-
.
|
|
506
|
+
.awsui_link_4c84z_ula7o_145.awsui_font-size-heading-s_4c84z_ula7o_489:not(#\9) {
|
|
505
507
|
font-size: var(--font-size-heading-s-yde02v, 16px);
|
|
506
508
|
line-height: var(--line-height-heading-s-j2axh8, 20px);
|
|
507
509
|
letter-spacing: var(--letter-spacing-heading-s-696sxe, normal);
|
|
508
510
|
text-underline-offset: 0.3em;
|
|
509
511
|
text-decoration-thickness: 1px;
|
|
510
512
|
}
|
|
511
|
-
.
|
|
513
|
+
.awsui_link_4c84z_ula7o_145.awsui_font-size-heading-m_4c84z_ula7o_496:not(#\9) {
|
|
512
514
|
font-size: var(--font-size-heading-m-56jjln, 18px);
|
|
513
515
|
line-height: var(--line-height-heading-m-irezqt, 22px);
|
|
514
516
|
letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
|
|
515
517
|
text-underline-offset: 0.25em;
|
|
516
518
|
text-decoration-thickness: 1px;
|
|
517
519
|
}
|
|
518
|
-
.
|
|
520
|
+
.awsui_link_4c84z_ula7o_145.awsui_font-size-heading-l_4c84z_ula7o_503:not(#\9) {
|
|
519
521
|
font-size: var(--font-size-heading-l-qgg2za, 18px);
|
|
520
522
|
line-height: var(--line-height-heading-l-vhgtnq, 22px);
|
|
521
523
|
letter-spacing: var(--letter-spacing-heading-l-spdx5v, normal);
|
|
522
524
|
text-underline-offset: 0.25em;
|
|
523
525
|
text-decoration-thickness: 1px;
|
|
524
526
|
}
|
|
525
|
-
.
|
|
527
|
+
.awsui_link_4c84z_ula7o_145.awsui_font-size-heading-xl_4c84z_ula7o_510:not(#\9) {
|
|
526
528
|
font-size: var(--font-size-heading-xl-w5di2k, 28px);
|
|
527
529
|
line-height: var(--line-height-heading-xl-vs1f23, 36px);
|
|
528
530
|
letter-spacing: var(--letter-spacing-heading-xl-33zwds, normal);
|
|
529
531
|
text-underline-offset: 0.25em;
|
|
530
532
|
text-decoration-thickness: 1px;
|
|
531
533
|
}
|
|
532
|
-
.
|
|
534
|
+
.awsui_link_4c84z_ula7o_145.awsui_font-size-display-l_4c84z_ula7o_517:not(#\9) {
|
|
533
535
|
font-size: var(--font-size-display-l-h1h1h9, 44px);
|
|
534
536
|
line-height: var(--line-height-display-l-3zghmm, 56px);
|
|
535
537
|
letter-spacing: var(--letter-spacing-display-l-dniym1, normal);
|
|
536
538
|
text-underline-offset: 0.25em;
|
|
537
539
|
text-decoration-thickness: 2px;
|
|
538
540
|
}
|
|
539
|
-
.
|
|
541
|
+
.awsui_link_4c84z_ula7o_145.awsui_font-size-inherit_4c84z_ula7o_524:not(#\9) {
|
|
540
542
|
font-size: inherit;
|
|
541
543
|
line-height: inherit;
|
|
542
544
|
letter-spacing: inherit;
|
|
@@ -544,10 +546,10 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1x9wg_145:not(#\9):focus {
|
|
|
544
546
|
text-decoration-thickness: 1px;
|
|
545
547
|
}
|
|
546
548
|
|
|
547
|
-
.awsui_icon-
|
|
549
|
+
.awsui_icon-wrapper_4c84z_ula7o_532:not(#\9) {
|
|
548
550
|
white-space: nowrap;
|
|
549
551
|
}
|
|
550
552
|
|
|
551
|
-
.
|
|
553
|
+
.awsui_icon_4c84z_ula7o_532:not(#\9) {
|
|
552
554
|
display: inline-block;
|
|
553
555
|
}
|
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"link": "
|
|
6
|
-
"variant-secondary": "awsui_variant-
|
|
7
|
-
"variant-primary": "awsui_variant-
|
|
8
|
-
"variant-info": "awsui_variant-
|
|
9
|
-
"variant-value-large": "awsui_variant-value-
|
|
10
|
-
"variant-top-navigation": "awsui_variant-top-
|
|
11
|
-
"variant-recovery": "awsui_variant-
|
|
12
|
-
"button": "
|
|
13
|
-
"color-inverted": "awsui_color-
|
|
14
|
-
"font-size-body-s": "awsui_font-size-body-
|
|
15
|
-
"font-size-body-m": "awsui_font-size-body-
|
|
16
|
-
"font-size-heading-xs": "awsui_font-size-heading-
|
|
17
|
-
"font-size-heading-s": "awsui_font-size-heading-
|
|
18
|
-
"font-size-heading-m": "awsui_font-size-heading-
|
|
19
|
-
"font-size-heading-l": "awsui_font-size-heading-
|
|
20
|
-
"font-size-heading-xl": "awsui_font-size-heading-
|
|
21
|
-
"font-size-display-l": "awsui_font-size-display-
|
|
22
|
-
"font-size-inherit": "awsui_font-size-
|
|
23
|
-
"icon-wrapper": "awsui_icon-
|
|
24
|
-
"icon": "
|
|
5
|
+
"link": "awsui_link_4c84z_ula7o_145",
|
|
6
|
+
"variant-secondary": "awsui_variant-secondary_4c84z_ula7o_211",
|
|
7
|
+
"variant-primary": "awsui_variant-primary_4c84z_ula7o_246",
|
|
8
|
+
"variant-info": "awsui_variant-info_4c84z_ula7o_279",
|
|
9
|
+
"variant-value-large": "awsui_variant-value-large_4c84z_ula7o_314",
|
|
10
|
+
"variant-top-navigation": "awsui_variant-top-navigation_4c84z_ula7o_346",
|
|
11
|
+
"variant-recovery": "awsui_variant-recovery_4c84z_ula7o_381",
|
|
12
|
+
"button": "awsui_button_4c84z_ula7o_414",
|
|
13
|
+
"color-inverted": "awsui_color-inverted_4c84z_ula7o_449",
|
|
14
|
+
"font-size-body-s": "awsui_font-size-body-s_4c84z_ula7o_470",
|
|
15
|
+
"font-size-body-m": "awsui_font-size-body-m_4c84z_ula7o_477",
|
|
16
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_ula7o_483",
|
|
17
|
+
"font-size-heading-s": "awsui_font-size-heading-s_4c84z_ula7o_489",
|
|
18
|
+
"font-size-heading-m": "awsui_font-size-heading-m_4c84z_ula7o_496",
|
|
19
|
+
"font-size-heading-l": "awsui_font-size-heading-l_4c84z_ula7o_503",
|
|
20
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_ula7o_510",
|
|
21
|
+
"font-size-display-l": "awsui_font-size-display-l_4c84z_ula7o_517",
|
|
22
|
+
"font-size-inherit": "awsui_font-size-inherit_4c84z_ula7o_524",
|
|
23
|
+
"icon-wrapper": "awsui_icon-wrapper_4c84z_ula7o_532",
|
|
24
|
+
"icon": "awsui_icon_4c84z_ula7o_532"
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -2,5 +2,6 @@ import { ComponentWrapper, ElementWrapper } from '@cloudscape-design/test-utils-
|
|
|
2
2
|
export default class DrawerWrapper extends ComponentWrapper {
|
|
3
3
|
static rootSelector: string;
|
|
4
4
|
findHeader(): ElementWrapper | null;
|
|
5
|
+
findHeaderActions(): ElementWrapper | null;
|
|
5
6
|
findContent(): ElementWrapper | null;
|
|
6
7
|
}
|
|
@@ -8,6 +8,9 @@ class DrawerWrapper extends dom_1.ComponentWrapper {
|
|
|
8
8
|
findHeader() {
|
|
9
9
|
return this.findByClassName(styles_selectors_js_1.default.header);
|
|
10
10
|
}
|
|
11
|
+
findHeaderActions() {
|
|
12
|
+
return this.findByClassName(styles_selectors_js_1.default['header-actions']);
|
|
13
|
+
}
|
|
11
14
|
findContent() {
|
|
12
15
|
return this.findByClassName(styles_selectors_js_1.default['test-utils-drawer-content']);
|
|
13
16
|
}
|