@cloudscape-design/components-themeable 3.0.1346 → 3.0.1348
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/internal/components/drag-handle/styles.scss +4 -2
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/link/styles.scss +5 -0
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/drag-handle/styles.css.js +14 -14
- package/lib/internal/template/internal/components/drag-handle/styles.scoped.css +24 -22
- package/lib/internal/template/internal/components/drag-handle/styles.selectors.js +14 -14
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/link/styles.css.js +21 -21
- package/lib/internal/template/link/styles.scoped.css +85 -82
- package/lib/internal/template/link/styles.selectors.js +21 -21
- package/package.json +1 -1
|
@@ -47,8 +47,10 @@
|
|
|
47
47
|
position: absolute;
|
|
48
48
|
inset-block-end: 0;
|
|
49
49
|
inset-inline-end: 0;
|
|
50
|
-
inline-size:
|
|
51
|
-
block-size:
|
|
50
|
+
inline-size: 100%;
|
|
51
|
+
block-size: 100%;
|
|
52
|
+
min-inline-size: 24px;
|
|
53
|
+
min-block-size: 24px;
|
|
52
54
|
}
|
|
53
55
|
|
|
54
56
|
@include styles.with-direction('rtl') {
|
|
@@ -58,6 +58,11 @@
|
|
|
58
58
|
|
|
59
59
|
&.color-inverted {
|
|
60
60
|
color: awsui.$color-text-link-inverted-default;
|
|
61
|
+
@include theming.one-theme-only {
|
|
62
|
+
#{custom-props.$styleFocusRingBoxShadow}: 0 0 0
|
|
63
|
+
var(#{custom-props.$styleFocusRingBorderWidth}, awsui.$border-link-focus-ring-shadow-spread)
|
|
64
|
+
var(#{custom-props.$styleFocusRingBorderColor}, currentColor);
|
|
65
|
+
}
|
|
61
66
|
&:not(.button) {
|
|
62
67
|
text-decoration-line: underline;
|
|
63
68
|
text-decoration-color: currentColor;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"handle": "
|
|
5
|
-
"handle-size-normal": "awsui_handle-size-
|
|
6
|
-
"handle-size-small": "awsui_handle-size-
|
|
7
|
-
"handle-drag-indicator": "awsui_handle-drag-
|
|
8
|
-
"handle-disabled": "awsui_handle-
|
|
9
|
-
"active": "
|
|
10
|
-
"handle-resize-area": "awsui_handle-resize-
|
|
11
|
-
"handle-resize-horizontal": "awsui_handle-resize-
|
|
12
|
-
"handle-resize-vertical": "awsui_handle-resize-
|
|
13
|
-
"hide-focus": "awsui_hide-
|
|
14
|
-
"resize-icon": "awsui_resize-
|
|
15
|
-
"resize-icon-vertical": "awsui_resize-icon-
|
|
16
|
-
"resize-icon-horizontal": "awsui_resize-icon-
|
|
17
|
-
"prevent-pointer": "awsui_prevent-
|
|
4
|
+
"handle": "awsui_handle_sdha6_hz3ev_145",
|
|
5
|
+
"handle-size-normal": "awsui_handle-size-normal_sdha6_hz3ev_153",
|
|
6
|
+
"handle-size-small": "awsui_handle-size-small_sdha6_hz3ev_157",
|
|
7
|
+
"handle-drag-indicator": "awsui_handle-drag-indicator_sdha6_hz3ev_160",
|
|
8
|
+
"handle-disabled": "awsui_handle-disabled_sdha6_hz3ev_160",
|
|
9
|
+
"active": "awsui_active_sdha6_hz3ev_163",
|
|
10
|
+
"handle-resize-area": "awsui_handle-resize-area_sdha6_hz3ev_166",
|
|
11
|
+
"handle-resize-horizontal": "awsui_handle-resize-horizontal_sdha6_hz3ev_184",
|
|
12
|
+
"handle-resize-vertical": "awsui_handle-resize-vertical_sdha6_hz3ev_187",
|
|
13
|
+
"hide-focus": "awsui_hide-focus_sdha6_hz3ev_197",
|
|
14
|
+
"resize-icon": "awsui_resize-icon_sdha6_hz3ev_220",
|
|
15
|
+
"resize-icon-vertical": "awsui_resize-icon-vertical_sdha6_hz3ev_226",
|
|
16
|
+
"resize-icon-horizontal": "awsui_resize-icon-horizontal_sdha6_hz3ev_230",
|
|
17
|
+
"prevent-pointer": "awsui_prevent-pointer_sdha6_hz3ev_234"
|
|
18
18
|
};
|
|
19
19
|
|
|
@@ -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_handle_sdha6_hz3ev_145:not(#\9) {
|
|
146
146
|
appearance: none;
|
|
147
147
|
color: var(--color-text-interactive-default-pauydh, #545b64);
|
|
148
148
|
background: transparent;
|
|
@@ -150,56 +150,58 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
151
151
|
touch-action: none;
|
|
152
152
|
}
|
|
153
|
-
.awsui_handle-size-
|
|
153
|
+
.awsui_handle-size-normal_sdha6_hz3ev_153:not(#\9) {
|
|
154
154
|
block-size: var(--line-height-body-m-5xw6xo, 22px);
|
|
155
155
|
padding-inline: var(--space-scaled-xxxs-n0ri6o, 2px);
|
|
156
156
|
}
|
|
157
|
-
.awsui_handle-size-
|
|
157
|
+
.awsui_handle-size-small_sdha6_hz3ev_157:not(#\9) {
|
|
158
158
|
block-size: var(--line-height-body-s-gako33, 16px);
|
|
159
159
|
}
|
|
160
|
-
.awsui_handle-drag-
|
|
160
|
+
.awsui_handle-drag-indicator_sdha6_hz3ev_160:not(#\9):not(.awsui_handle-disabled_sdha6_hz3ev_160) {
|
|
161
161
|
cursor: grab;
|
|
162
162
|
}
|
|
163
|
-
.awsui_handle-drag-
|
|
163
|
+
.awsui_handle-drag-indicator_sdha6_hz3ev_160:not(#\9):not(.awsui_handle-disabled_sdha6_hz3ev_160).awsui_active_sdha6_hz3ev_163 {
|
|
164
164
|
cursor: grabbing;
|
|
165
165
|
}
|
|
166
|
-
.awsui_handle-resize-
|
|
166
|
+
.awsui_handle-resize-area_sdha6_hz3ev_166:not(#\9) {
|
|
167
167
|
cursor: nwse-resize;
|
|
168
168
|
position: relative;
|
|
169
169
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
170
170
|
}
|
|
171
|
-
.awsui_handle-resize-
|
|
171
|
+
.awsui_handle-resize-area_sdha6_hz3ev_166:not(#\9)::after {
|
|
172
172
|
content: "";
|
|
173
173
|
position: absolute;
|
|
174
174
|
inset-block-end: 0;
|
|
175
175
|
inset-inline-end: 0;
|
|
176
|
-
inline-size:
|
|
177
|
-
block-size:
|
|
176
|
+
inline-size: 100%;
|
|
177
|
+
block-size: 100%;
|
|
178
|
+
min-inline-size: 24px;
|
|
179
|
+
min-block-size: 24px;
|
|
178
180
|
}
|
|
179
|
-
.awsui_handle-resize-
|
|
181
|
+
.awsui_handle-resize-area_sdha6_hz3ev_166:not(#\9):dir(rtl) {
|
|
180
182
|
cursor: nesw-resize;
|
|
181
183
|
}
|
|
182
|
-
.awsui_handle-resize-
|
|
184
|
+
.awsui_handle-resize-horizontal_sdha6_hz3ev_184:not(#\9) {
|
|
183
185
|
cursor: ew-resize;
|
|
184
186
|
}
|
|
185
|
-
.awsui_handle-resize-
|
|
187
|
+
.awsui_handle-resize-vertical_sdha6_hz3ev_187:not(#\9) {
|
|
186
188
|
cursor: ns-resize;
|
|
187
189
|
}
|
|
188
|
-
.
|
|
190
|
+
.awsui_handle_sdha6_hz3ev_145:not(#\9):hover {
|
|
189
191
|
color: var(--color-text-interactive-hover-zj1911, #16191f);
|
|
190
192
|
}
|
|
191
|
-
.
|
|
193
|
+
.awsui_handle_sdha6_hz3ev_145:not(#\9):focus {
|
|
192
194
|
outline: none;
|
|
193
195
|
text-decoration: none;
|
|
194
196
|
}
|
|
195
|
-
body[data-awsui-focus-visible=true] .
|
|
197
|
+
body[data-awsui-focus-visible=true] .awsui_handle_sdha6_hz3ev_145:not(#\9):focus:not(.awsui_hide-focus_sdha6_hz3ev_197) {
|
|
196
198
|
position: relative;
|
|
197
199
|
}
|
|
198
|
-
body[data-awsui-focus-visible=true] .
|
|
200
|
+
body[data-awsui-focus-visible=true] .awsui_handle_sdha6_hz3ev_145:not(#\9):focus:not(.awsui_hide-focus_sdha6_hz3ev_197) {
|
|
199
201
|
outline: 2px dotted transparent;
|
|
200
202
|
outline-offset: calc(0px - 1px);
|
|
201
203
|
}
|
|
202
|
-
body[data-awsui-focus-visible=true] .
|
|
204
|
+
body[data-awsui-focus-visible=true] .awsui_handle_sdha6_hz3ev_145:not(#\9):focus:not(.awsui_hide-focus_sdha6_hz3ev_197)::before {
|
|
203
205
|
content: " ";
|
|
204
206
|
display: block;
|
|
205
207
|
position: absolute;
|
|
@@ -215,20 +217,20 @@ body[data-awsui-focus-visible=true] .awsui_handle_sdha6_u8e5z_145:not(#\9):focus
|
|
|
215
217
|
z-index: 2;
|
|
216
218
|
}
|
|
217
219
|
|
|
218
|
-
.awsui_resize-
|
|
220
|
+
.awsui_resize-icon_sdha6_hz3ev_220:not(#\9) {
|
|
219
221
|
stroke: var(--color-text-interactive-default-pauydh, #545b64);
|
|
220
222
|
}
|
|
221
|
-
.awsui_resize-
|
|
223
|
+
.awsui_resize-icon_sdha6_hz3ev_220:not(#\9):hover {
|
|
222
224
|
stroke: var(--color-text-interactive-hover-zj1911, #16191f);
|
|
223
225
|
}
|
|
224
|
-
.awsui_resize-icon-
|
|
226
|
+
.awsui_resize-icon-vertical_sdha6_hz3ev_226:not(#\9) {
|
|
225
227
|
margin-block: auto;
|
|
226
228
|
margin-inline: auto;
|
|
227
229
|
}
|
|
228
|
-
.awsui_resize-icon-
|
|
230
|
+
.awsui_resize-icon-horizontal_sdha6_hz3ev_230:not(#\9) {
|
|
229
231
|
transform: rotate(90deg);
|
|
230
232
|
}
|
|
231
233
|
|
|
232
|
-
.awsui_prevent-
|
|
234
|
+
.awsui_prevent-pointer_sdha6_hz3ev_234:not(#\9) {
|
|
233
235
|
pointer-events: none;
|
|
234
236
|
}
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"handle": "
|
|
6
|
-
"handle-size-normal": "awsui_handle-size-
|
|
7
|
-
"handle-size-small": "awsui_handle-size-
|
|
8
|
-
"handle-drag-indicator": "awsui_handle-drag-
|
|
9
|
-
"handle-disabled": "awsui_handle-
|
|
10
|
-
"active": "
|
|
11
|
-
"handle-resize-area": "awsui_handle-resize-
|
|
12
|
-
"handle-resize-horizontal": "awsui_handle-resize-
|
|
13
|
-
"handle-resize-vertical": "awsui_handle-resize-
|
|
14
|
-
"hide-focus": "awsui_hide-
|
|
15
|
-
"resize-icon": "awsui_resize-
|
|
16
|
-
"resize-icon-vertical": "awsui_resize-icon-
|
|
17
|
-
"resize-icon-horizontal": "awsui_resize-icon-
|
|
18
|
-
"prevent-pointer": "awsui_prevent-
|
|
5
|
+
"handle": "awsui_handle_sdha6_hz3ev_145",
|
|
6
|
+
"handle-size-normal": "awsui_handle-size-normal_sdha6_hz3ev_153",
|
|
7
|
+
"handle-size-small": "awsui_handle-size-small_sdha6_hz3ev_157",
|
|
8
|
+
"handle-drag-indicator": "awsui_handle-drag-indicator_sdha6_hz3ev_160",
|
|
9
|
+
"handle-disabled": "awsui_handle-disabled_sdha6_hz3ev_160",
|
|
10
|
+
"active": "awsui_active_sdha6_hz3ev_163",
|
|
11
|
+
"handle-resize-area": "awsui_handle-resize-area_sdha6_hz3ev_166",
|
|
12
|
+
"handle-resize-horizontal": "awsui_handle-resize-horizontal_sdha6_hz3ev_184",
|
|
13
|
+
"handle-resize-vertical": "awsui_handle-resize-vertical_sdha6_hz3ev_187",
|
|
14
|
+
"hide-focus": "awsui_hide-focus_sdha6_hz3ev_197",
|
|
15
|
+
"resize-icon": "awsui_resize-icon_sdha6_hz3ev_220",
|
|
16
|
+
"resize-icon-vertical": "awsui_resize-icon-vertical_sdha6_hz3ev_226",
|
|
17
|
+
"resize-icon-horizontal": "awsui_resize-icon-horizontal_sdha6_hz3ev_230",
|
|
18
|
+
"prevent-pointer": "awsui_prevent-pointer_sdha6_hz3ev_234"
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
3
|
-
export var GIT_SHA = "
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (32891bf9)";
|
|
3
|
+
export var GIT_SHA = "32891bf9";
|
|
4
4
|
export var THEME = "open-source-visual-refresh";
|
|
5
5
|
export var SYSTEM = "core";
|
|
6
6
|
export var ALWAYS_VISUAL_REFRESH = true;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"link": "
|
|
5
|
-
"variant-recovery": "awsui_variant-
|
|
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
|
-
"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
|
-
"in-inline-token": "awsui_in-inline-
|
|
23
|
-
"icon-wrapper": "awsui_icon-
|
|
24
|
-
"icon": "
|
|
4
|
+
"link": "awsui_link_4c84z_10y71_145",
|
|
5
|
+
"variant-recovery": "awsui_variant-recovery_4c84z_10y71_213",
|
|
6
|
+
"variant-secondary": "awsui_variant-secondary_4c84z_10y71_246",
|
|
7
|
+
"variant-primary": "awsui_variant-primary_4c84z_10y71_281",
|
|
8
|
+
"variant-info": "awsui_variant-info_4c84z_10y71_314",
|
|
9
|
+
"variant-value-large": "awsui_variant-value-large_4c84z_10y71_349",
|
|
10
|
+
"variant-top-navigation": "awsui_variant-top-navigation_4c84z_10y71_381",
|
|
11
|
+
"button": "awsui_button_4c84z_10y71_416",
|
|
12
|
+
"color-inverted": "awsui_color-inverted_4c84z_10y71_488",
|
|
13
|
+
"font-size-body-s": "awsui_font-size-body-s_4c84z_10y71_519",
|
|
14
|
+
"font-size-body-m": "awsui_font-size-body-m_4c84z_10y71_527",
|
|
15
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_10y71_534",
|
|
16
|
+
"font-size-heading-s": "awsui_font-size-heading-s_4c84z_10y71_542",
|
|
17
|
+
"font-size-heading-m": "awsui_font-size-heading-m_4c84z_10y71_550",
|
|
18
|
+
"font-size-heading-l": "awsui_font-size-heading-l_4c84z_10y71_558",
|
|
19
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_10y71_566",
|
|
20
|
+
"font-size-display-l": "awsui_font-size-display-l_4c84z_10y71_574",
|
|
21
|
+
"font-size-inherit": "awsui_font-size-inherit_4c84z_10y71_582",
|
|
22
|
+
"in-inline-token": "awsui_in-inline-token_4c84z_10y71_590",
|
|
23
|
+
"icon-wrapper": "awsui_icon-wrapper_4c84z_10y71_594",
|
|
24
|
+
"icon": "awsui_icon_4c84z_10y71_594"
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -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_10y71_145:not(#\9) {
|
|
146
146
|
border-collapse: separate;
|
|
147
147
|
border-spacing: 0;
|
|
148
148
|
box-sizing: border-box;
|
|
@@ -189,30 +189,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
189
189
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
190
190
|
}
|
|
191
191
|
@media (prefers-reduced-motion: reduce) {
|
|
192
|
-
.
|
|
192
|
+
.awsui_link_4c84z_10y71_145:not(#\9) {
|
|
193
193
|
animation: none;
|
|
194
194
|
transition: none;
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
|
-
.awsui-motion-disabled .
|
|
197
|
+
.awsui-motion-disabled .awsui_link_4c84z_10y71_145:not(#\9), .awsui-mode-entering .awsui_link_4c84z_10y71_145:not(#\9) {
|
|
198
198
|
animation: none;
|
|
199
199
|
transition: none;
|
|
200
200
|
}
|
|
201
|
-
.
|
|
201
|
+
.awsui_link_4c84z_10y71_145:not(#\9):hover {
|
|
202
202
|
cursor: pointer;
|
|
203
203
|
color: var(--awsui-style-color-hover-esndbs, var(--color-text-link-secondary-hover-kql7rc, #0a4a74));
|
|
204
204
|
}
|
|
205
|
-
.
|
|
205
|
+
.awsui_link_4c84z_10y71_145:not(#\9):focus {
|
|
206
206
|
outline: none;
|
|
207
207
|
}
|
|
208
|
-
.
|
|
208
|
+
.awsui_link_4c84z_10y71_145:not(#\9):active {
|
|
209
209
|
color: var(--awsui-style-color-active-esndbs, var(--color-text-link-secondary-hover-kql7rc, #0a4a74));
|
|
210
210
|
}
|
|
211
|
-
.
|
|
211
|
+
.awsui_link_4c84z_10y71_145:not(#\9):active, .awsui_link_4c84z_10y71_145:not(#\9):focus, .awsui_link_4c84z_10y71_145:not(#\9):hover {
|
|
212
212
|
text-decoration-line: underline;
|
|
213
213
|
text-decoration-color: var(--color-text-link-decoration-hover-opkmr8, currentColor);
|
|
214
214
|
}
|
|
215
|
-
.
|
|
215
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-recovery_4c84z_10y71_213:not(#\9) {
|
|
216
216
|
color: var(--awsui-style-color-default-esndbs, var(--color-text-link-default-qabnuk, #0073bb));
|
|
217
217
|
font-weight: var(--font-link-button-weight-fgl7rr, 400);
|
|
218
218
|
letter-spacing: var(--font-link-button-letter-spacing-3qtgsm, normal);
|
|
@@ -224,30 +224,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
224
224
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
225
225
|
}
|
|
226
226
|
@media (prefers-reduced-motion: reduce) {
|
|
227
|
-
.
|
|
227
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-recovery_4c84z_10y71_213:not(#\9) {
|
|
228
228
|
animation: none;
|
|
229
229
|
transition: none;
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
|
-
.awsui-motion-disabled .
|
|
232
|
+
.awsui-motion-disabled .awsui_link_4c84z_10y71_145.awsui_variant-recovery_4c84z_10y71_213:not(#\9), .awsui-mode-entering .awsui_link_4c84z_10y71_145.awsui_variant-recovery_4c84z_10y71_213:not(#\9) {
|
|
233
233
|
animation: none;
|
|
234
234
|
transition: none;
|
|
235
235
|
}
|
|
236
|
-
.
|
|
236
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-recovery_4c84z_10y71_213:not(#\9):hover {
|
|
237
237
|
cursor: pointer;
|
|
238
238
|
color: var(--awsui-style-color-hover-esndbs, var(--color-text-link-hover-n1r6g0, #0a4a74));
|
|
239
239
|
}
|
|
240
|
-
.
|
|
240
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-recovery_4c84z_10y71_213:not(#\9):focus {
|
|
241
241
|
outline: none;
|
|
242
242
|
}
|
|
243
|
-
.
|
|
243
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-recovery_4c84z_10y71_213:not(#\9):active {
|
|
244
244
|
color: var(--awsui-style-color-active-esndbs, var(--color-text-link-hover-n1r6g0, #0a4a74));
|
|
245
245
|
}
|
|
246
|
-
.
|
|
246
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-recovery_4c84z_10y71_213:not(#\9):active, .awsui_link_4c84z_10y71_145.awsui_variant-recovery_4c84z_10y71_213:not(#\9):focus, .awsui_link_4c84z_10y71_145.awsui_variant-recovery_4c84z_10y71_213:not(#\9):hover {
|
|
247
247
|
text-decoration-line: underline;
|
|
248
248
|
text-decoration-color: var(--color-text-link-button-underline-hover-mrvitd, currentColor);
|
|
249
249
|
}
|
|
250
|
-
.
|
|
250
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-secondary_4c84z_10y71_246:not(#\9) {
|
|
251
251
|
-webkit-font-smoothing: inherit;
|
|
252
252
|
-moz-osx-font-smoothing: inherit;
|
|
253
253
|
color: var(--awsui-style-color-default-esndbs, var(--color-text-link-secondary-default-urew28, #0073bb));
|
|
@@ -261,30 +261,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
261
261
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
262
262
|
}
|
|
263
263
|
@media (prefers-reduced-motion: reduce) {
|
|
264
|
-
.
|
|
264
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-secondary_4c84z_10y71_246:not(#\9) {
|
|
265
265
|
animation: none;
|
|
266
266
|
transition: none;
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
|
-
.awsui-motion-disabled .
|
|
269
|
+
.awsui-motion-disabled .awsui_link_4c84z_10y71_145.awsui_variant-secondary_4c84z_10y71_246:not(#\9), .awsui-mode-entering .awsui_link_4c84z_10y71_145.awsui_variant-secondary_4c84z_10y71_246:not(#\9) {
|
|
270
270
|
animation: none;
|
|
271
271
|
transition: none;
|
|
272
272
|
}
|
|
273
|
-
.
|
|
273
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-secondary_4c84z_10y71_246:not(#\9):hover {
|
|
274
274
|
cursor: pointer;
|
|
275
275
|
color: var(--awsui-style-color-hover-esndbs, var(--color-text-link-secondary-hover-kql7rc, #0a4a74));
|
|
276
276
|
}
|
|
277
|
-
.
|
|
277
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-secondary_4c84z_10y71_246:not(#\9):focus {
|
|
278
278
|
outline: none;
|
|
279
279
|
}
|
|
280
|
-
.
|
|
280
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-secondary_4c84z_10y71_246:not(#\9):active {
|
|
281
281
|
color: var(--awsui-style-color-active-esndbs, var(--color-text-link-secondary-hover-kql7rc, #0a4a74));
|
|
282
282
|
}
|
|
283
|
-
.
|
|
283
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-secondary_4c84z_10y71_246:not(#\9):active, .awsui_link_4c84z_10y71_145.awsui_variant-secondary_4c84z_10y71_246:not(#\9):focus, .awsui_link_4c84z_10y71_145.awsui_variant-secondary_4c84z_10y71_246:not(#\9):hover {
|
|
284
284
|
text-decoration-line: underline;
|
|
285
285
|
text-decoration-color: var(--color-text-link-decoration-hover-opkmr8, currentColor);
|
|
286
286
|
}
|
|
287
|
-
.
|
|
287
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-primary_4c84z_10y71_281:not(#\9) {
|
|
288
288
|
color: var(--awsui-style-color-default-esndbs, var(--color-text-link-default-qabnuk, #0073bb));
|
|
289
289
|
font-weight: inherit;
|
|
290
290
|
letter-spacing: normal;
|
|
@@ -296,30 +296,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
296
296
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
297
297
|
}
|
|
298
298
|
@media (prefers-reduced-motion: reduce) {
|
|
299
|
-
.
|
|
299
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-primary_4c84z_10y71_281:not(#\9) {
|
|
300
300
|
animation: none;
|
|
301
301
|
transition: none;
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
|
-
.awsui-motion-disabled .
|
|
304
|
+
.awsui-motion-disabled .awsui_link_4c84z_10y71_145.awsui_variant-primary_4c84z_10y71_281:not(#\9), .awsui-mode-entering .awsui_link_4c84z_10y71_145.awsui_variant-primary_4c84z_10y71_281:not(#\9) {
|
|
305
305
|
animation: none;
|
|
306
306
|
transition: none;
|
|
307
307
|
}
|
|
308
|
-
.
|
|
308
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-primary_4c84z_10y71_281:not(#\9):hover {
|
|
309
309
|
cursor: pointer;
|
|
310
310
|
color: var(--awsui-style-color-hover-esndbs, var(--color-text-link-hover-n1r6g0, #0a4a74));
|
|
311
311
|
}
|
|
312
|
-
.
|
|
312
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-primary_4c84z_10y71_281:not(#\9):focus {
|
|
313
313
|
outline: none;
|
|
314
314
|
}
|
|
315
|
-
.
|
|
315
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-primary_4c84z_10y71_281:not(#\9):active {
|
|
316
316
|
color: var(--awsui-style-color-active-esndbs, var(--color-text-link-hover-n1r6g0, #0a4a74));
|
|
317
317
|
}
|
|
318
|
-
.
|
|
318
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-primary_4c84z_10y71_281:not(#\9):active, .awsui_link_4c84z_10y71_145.awsui_variant-primary_4c84z_10y71_281:not(#\9):focus, .awsui_link_4c84z_10y71_145.awsui_variant-primary_4c84z_10y71_281:not(#\9):hover {
|
|
319
319
|
text-decoration-line: underline;
|
|
320
320
|
text-decoration-color: var(--color-text-link-decoration-hover-opkmr8, currentColor);
|
|
321
321
|
}
|
|
322
|
-
.
|
|
322
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-info_4c84z_10y71_314:not(#\9) {
|
|
323
323
|
-webkit-font-smoothing: var(--font-smoothing-webkit-dpz0hr, auto);
|
|
324
324
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-kjlydy, auto);
|
|
325
325
|
color: var(--awsui-style-color-default-esndbs, var(--color-text-link-info-default-r8vwpt, #0073bb));
|
|
@@ -333,30 +333,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
333
333
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
334
334
|
}
|
|
335
335
|
@media (prefers-reduced-motion: reduce) {
|
|
336
|
-
.
|
|
336
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-info_4c84z_10y71_314:not(#\9) {
|
|
337
337
|
animation: none;
|
|
338
338
|
transition: none;
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
|
-
.awsui-motion-disabled .
|
|
341
|
+
.awsui-motion-disabled .awsui_link_4c84z_10y71_145.awsui_variant-info_4c84z_10y71_314:not(#\9), .awsui-mode-entering .awsui_link_4c84z_10y71_145.awsui_variant-info_4c84z_10y71_314:not(#\9) {
|
|
342
342
|
animation: none;
|
|
343
343
|
transition: none;
|
|
344
344
|
}
|
|
345
|
-
.
|
|
345
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-info_4c84z_10y71_314:not(#\9):hover {
|
|
346
346
|
cursor: pointer;
|
|
347
347
|
color: var(--awsui-style-color-hover-esndbs, var(--color-text-link-info-hover-wlgtui, #0a4a74));
|
|
348
348
|
}
|
|
349
|
-
.
|
|
349
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-info_4c84z_10y71_314:not(#\9):focus {
|
|
350
350
|
outline: none;
|
|
351
351
|
}
|
|
352
|
-
.
|
|
352
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-info_4c84z_10y71_314:not(#\9):active {
|
|
353
353
|
color: var(--awsui-style-color-active-esndbs, var(--color-text-link-info-hover-wlgtui, #0a4a74));
|
|
354
354
|
}
|
|
355
|
-
.
|
|
355
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-info_4c84z_10y71_314:not(#\9):active, .awsui_link_4c84z_10y71_145.awsui_variant-info_4c84z_10y71_314:not(#\9):focus, .awsui_link_4c84z_10y71_145.awsui_variant-info_4c84z_10y71_314:not(#\9):hover {
|
|
356
356
|
text-decoration-line: underline;
|
|
357
357
|
text-decoration-color: var(--color-text-link-button-underline-hover-mrvitd, currentColor);
|
|
358
358
|
}
|
|
359
|
-
.
|
|
359
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-value-large_4c84z_10y71_349:not(#\9) {
|
|
360
360
|
color: var(--awsui-style-color-default-esndbs, var(--color-text-link-default-qabnuk, #0073bb));
|
|
361
361
|
font-weight: var(--font-weight-display-l-mgsrr3, 700);
|
|
362
362
|
text-decoration-line: underline;
|
|
@@ -367,30 +367,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
367
367
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
368
368
|
}
|
|
369
369
|
@media (prefers-reduced-motion: reduce) {
|
|
370
|
-
.
|
|
370
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-value-large_4c84z_10y71_349:not(#\9) {
|
|
371
371
|
animation: none;
|
|
372
372
|
transition: none;
|
|
373
373
|
}
|
|
374
374
|
}
|
|
375
|
-
.awsui-motion-disabled .
|
|
375
|
+
.awsui-motion-disabled .awsui_link_4c84z_10y71_145.awsui_variant-value-large_4c84z_10y71_349:not(#\9), .awsui-mode-entering .awsui_link_4c84z_10y71_145.awsui_variant-value-large_4c84z_10y71_349:not(#\9) {
|
|
376
376
|
animation: none;
|
|
377
377
|
transition: none;
|
|
378
378
|
}
|
|
379
|
-
.
|
|
379
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-value-large_4c84z_10y71_349:not(#\9):hover {
|
|
380
380
|
cursor: pointer;
|
|
381
381
|
color: var(--awsui-style-color-hover-esndbs, var(--color-text-link-hover-n1r6g0, #0a4a74));
|
|
382
382
|
}
|
|
383
|
-
.
|
|
383
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-value-large_4c84z_10y71_349:not(#\9):focus {
|
|
384
384
|
outline: none;
|
|
385
385
|
}
|
|
386
|
-
.
|
|
386
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-value-large_4c84z_10y71_349:not(#\9):active {
|
|
387
387
|
color: var(--awsui-style-color-active-esndbs, var(--color-text-link-hover-n1r6g0, #0a4a74));
|
|
388
388
|
}
|
|
389
|
-
.
|
|
389
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-value-large_4c84z_10y71_349:not(#\9):active, .awsui_link_4c84z_10y71_145.awsui_variant-value-large_4c84z_10y71_349:not(#\9):focus, .awsui_link_4c84z_10y71_145.awsui_variant-value-large_4c84z_10y71_349:not(#\9):hover {
|
|
390
390
|
text-decoration-line: underline;
|
|
391
391
|
text-decoration-color: currentColor;
|
|
392
392
|
}
|
|
393
|
-
.
|
|
393
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-top-navigation_4c84z_10y71_381:not(#\9) {
|
|
394
394
|
-webkit-font-smoothing: var(--font-smoothing-webkit-dpz0hr, auto);
|
|
395
395
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-kjlydy, auto);
|
|
396
396
|
color: var(--awsui-style-color-default-esndbs, var(--color-text-interactive-default-pauydh, #545b64));
|
|
@@ -404,30 +404,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
404
404
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
405
405
|
}
|
|
406
406
|
@media (prefers-reduced-motion: reduce) {
|
|
407
|
-
.
|
|
407
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-top-navigation_4c84z_10y71_381:not(#\9) {
|
|
408
408
|
animation: none;
|
|
409
409
|
transition: none;
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
|
-
.awsui-motion-disabled .
|
|
412
|
+
.awsui-motion-disabled .awsui_link_4c84z_10y71_145.awsui_variant-top-navigation_4c84z_10y71_381:not(#\9), .awsui-mode-entering .awsui_link_4c84z_10y71_145.awsui_variant-top-navigation_4c84z_10y71_381:not(#\9) {
|
|
413
413
|
animation: none;
|
|
414
414
|
transition: none;
|
|
415
415
|
}
|
|
416
|
-
.
|
|
416
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-top-navigation_4c84z_10y71_381:not(#\9):hover {
|
|
417
417
|
cursor: pointer;
|
|
418
418
|
color: var(--awsui-style-color-hover-esndbs, var(--color-text-interactive-hover-zj1911, #16191f));
|
|
419
419
|
}
|
|
420
|
-
.
|
|
420
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-top-navigation_4c84z_10y71_381:not(#\9):focus {
|
|
421
421
|
outline: none;
|
|
422
422
|
}
|
|
423
|
-
.
|
|
423
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-top-navigation_4c84z_10y71_381:not(#\9):active {
|
|
424
424
|
color: var(--awsui-style-color-active-esndbs, var(--color-text-interactive-active-nbyczy, #16191f));
|
|
425
425
|
}
|
|
426
|
-
.
|
|
426
|
+
.awsui_link_4c84z_10y71_145.awsui_variant-top-navigation_4c84z_10y71_381:not(#\9):active, .awsui_link_4c84z_10y71_145.awsui_variant-top-navigation_4c84z_10y71_381:not(#\9):focus, .awsui_link_4c84z_10y71_145.awsui_variant-top-navigation_4c84z_10y71_381:not(#\9):hover {
|
|
427
427
|
text-decoration-line: underline;
|
|
428
428
|
text-decoration-color: transparent;
|
|
429
429
|
}
|
|
430
|
-
.
|
|
430
|
+
.awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9) {
|
|
431
431
|
-webkit-font-smoothing: var(--font-smoothing-webkit-dpz0hr, auto);
|
|
432
432
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-kjlydy, auto);
|
|
433
433
|
color: var(--awsui-style-color-default-esndbs, var(--color-text-link-button-normal-default-2b5u43, #545b64));
|
|
@@ -441,30 +441,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
441
441
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
442
442
|
}
|
|
443
443
|
@media (prefers-reduced-motion: reduce) {
|
|
444
|
-
.
|
|
444
|
+
.awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9) {
|
|
445
445
|
animation: none;
|
|
446
446
|
transition: none;
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
|
-
.awsui-motion-disabled .
|
|
449
|
+
.awsui-motion-disabled .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9), .awsui-mode-entering .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9) {
|
|
450
450
|
animation: none;
|
|
451
451
|
transition: none;
|
|
452
452
|
}
|
|
453
|
-
.
|
|
453
|
+
.awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9):hover {
|
|
454
454
|
cursor: pointer;
|
|
455
455
|
color: var(--awsui-style-color-hover-esndbs, var(--color-text-link-button-normal-hover-2w733x, #16191f));
|
|
456
456
|
}
|
|
457
|
-
.
|
|
457
|
+
.awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9):focus {
|
|
458
458
|
outline: none;
|
|
459
459
|
}
|
|
460
|
-
.
|
|
460
|
+
.awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9):active {
|
|
461
461
|
color: var(--awsui-style-color-active-esndbs, var(--color-text-link-button-normal-active-9d4yxg, #16191f));
|
|
462
462
|
}
|
|
463
|
-
.
|
|
463
|
+
.awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9):active, .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9):focus, .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9):hover {
|
|
464
464
|
text-decoration-line: underline;
|
|
465
465
|
text-decoration-color: transparent;
|
|
466
466
|
}
|
|
467
|
-
.awsui-one-theme .
|
|
467
|
+
.awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9) {
|
|
468
468
|
color: var(--awsui-style-color-default-esndbs, var(--color-text-link-default-qabnuk, #0073bb));
|
|
469
469
|
font-weight: inherit;
|
|
470
470
|
letter-spacing: normal;
|
|
@@ -476,51 +476,54 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
476
476
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
477
477
|
}
|
|
478
478
|
@media (prefers-reduced-motion: reduce) {
|
|
479
|
-
.awsui-one-theme .
|
|
479
|
+
.awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9) {
|
|
480
480
|
animation: none;
|
|
481
481
|
transition: none;
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
|
-
.awsui-motion-disabled .awsui-one-theme .
|
|
484
|
+
.awsui-motion-disabled .awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9), .awsui-mode-entering .awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9) {
|
|
485
485
|
animation: none;
|
|
486
486
|
transition: none;
|
|
487
487
|
}
|
|
488
|
-
.awsui-one-theme .
|
|
488
|
+
.awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9):hover {
|
|
489
489
|
cursor: pointer;
|
|
490
490
|
color: var(--awsui-style-color-hover-esndbs, var(--color-text-link-hover-n1r6g0, #0a4a74));
|
|
491
491
|
}
|
|
492
|
-
.awsui-one-theme .
|
|
492
|
+
.awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9):focus {
|
|
493
493
|
outline: none;
|
|
494
494
|
}
|
|
495
|
-
.awsui-one-theme .
|
|
495
|
+
.awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9):active {
|
|
496
496
|
color: var(--awsui-style-color-active-esndbs, var(--color-text-link-hover-n1r6g0, #0a4a74));
|
|
497
497
|
}
|
|
498
|
-
.awsui-one-theme .
|
|
498
|
+
.awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9):active, .awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9):focus, .awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9):hover {
|
|
499
499
|
text-decoration-line: underline;
|
|
500
500
|
text-decoration-color: var(--color-text-link-decoration-hover-opkmr8, currentColor);
|
|
501
501
|
}
|
|
502
|
-
.awsui-one-theme .
|
|
502
|
+
.awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416:not(#\9) {
|
|
503
503
|
font-weight: inherit;
|
|
504
504
|
letter-spacing: normal;
|
|
505
505
|
}
|
|
506
|
-
.awsui-one-theme .
|
|
506
|
+
.awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416.awsui_color-inverted_4c84z_10y71_488:not(#\9) {
|
|
507
507
|
color: var(--color-text-link-inverted-default-ahzm62, #fafafa);
|
|
508
508
|
text-decoration-color: currentColor;
|
|
509
509
|
}
|
|
510
|
-
.awsui-one-theme .
|
|
510
|
+
.awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_button_4c84z_10y71_416.awsui_color-inverted_4c84z_10y71_488:not(#\9):hover {
|
|
511
511
|
color: var(--color-text-link-inverted-hover-id53pz, #fafafa);
|
|
512
512
|
}
|
|
513
|
-
.
|
|
513
|
+
.awsui_link_4c84z_10y71_145.awsui_color-inverted_4c84z_10y71_488:not(#\9) {
|
|
514
514
|
color: var(--color-text-link-inverted-default-ahzm62, #fafafa);
|
|
515
515
|
}
|
|
516
|
-
.
|
|
516
|
+
.awsui-one-theme .awsui_link_4c84z_10y71_145.awsui_color-inverted_4c84z_10y71_488:not(#\9) {
|
|
517
|
+
--awsui-style-focus-ring-box-shadow-esndbs: 0 0 0 var(--awsui-style-focus-ring-border-width-esndbs, var(--border-link-focus-ring-shadow-spread-ggjunl, 0px)) var(--awsui-style-focus-ring-border-color-esndbs, currentColor);
|
|
518
|
+
}
|
|
519
|
+
.awsui_link_4c84z_10y71_145.awsui_color-inverted_4c84z_10y71_488:not(#\9):not(.awsui_button_4c84z_10y71_416) {
|
|
517
520
|
text-decoration-line: underline;
|
|
518
521
|
text-decoration-color: currentColor;
|
|
519
522
|
}
|
|
520
|
-
.
|
|
523
|
+
.awsui_link_4c84z_10y71_145.awsui_color-inverted_4c84z_10y71_488:not(#\9):hover {
|
|
521
524
|
color: var(--color-text-link-inverted-hover-id53pz, #fafafa);
|
|
522
525
|
}
|
|
523
|
-
body[data-awsui-focus-visible=true] .
|
|
526
|
+
body[data-awsui-focus-visible=true] .awsui_link_4c84z_10y71_145:not(#\9):focus {
|
|
524
527
|
outline: thin dotted;
|
|
525
528
|
outline: var(--border-link-focus-ring-outline-wn9h6t, 5px auto Highlight);
|
|
526
529
|
outline-offset: 2px;
|
|
@@ -531,7 +534,7 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1am5n_145:not(#\9):focus {
|
|
|
531
534
|
border-end-end-radius: var(--awsui-style-focus-ring-border-radius-esndbs, var(--border-radius-control-default-focus-ring-akwhsf, 2px));
|
|
532
535
|
box-shadow: var(--awsui-style-focus-ring-box-shadow-esndbs);
|
|
533
536
|
}
|
|
534
|
-
.
|
|
537
|
+
.awsui_link_4c84z_10y71_145.awsui_font-size-body-s_4c84z_10y71_519:not(#\9) {
|
|
535
538
|
font-size: var(--font-size-body-s-89y7qg, 12px);
|
|
536
539
|
line-height: var(--line-height-body-s-gako33, 16px);
|
|
537
540
|
letter-spacing: var(--letter-spacing-body-s-dzcybc, normal);
|
|
@@ -539,14 +542,14 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1am5n_145:not(#\9):focus {
|
|
|
539
542
|
text-decoration-thickness: var(--font-decoration-thickness-link-n3u7wl, 1px);
|
|
540
543
|
text-decoration-style: var(--font-decoration-style-link-lw1s9g, solid);
|
|
541
544
|
}
|
|
542
|
-
.
|
|
545
|
+
.awsui_link_4c84z_10y71_145.awsui_font-size-body-m_4c84z_10y71_527:not(#\9) {
|
|
543
546
|
font-size: var(--font-size-body-m-tq5a14, 14px);
|
|
544
547
|
line-height: var(--line-height-body-m-5xw6xo, 22px);
|
|
545
548
|
text-underline-offset: 0.25em;
|
|
546
549
|
text-decoration-thickness: var(--font-decoration-thickness-link-n3u7wl, 1px);
|
|
547
550
|
text-decoration-style: var(--font-decoration-style-link-lw1s9g, solid);
|
|
548
551
|
}
|
|
549
|
-
.
|
|
552
|
+
.awsui_link_4c84z_10y71_145.awsui_font-size-heading-xs_4c84z_10y71_534:not(#\9) {
|
|
550
553
|
font-size: var(--font-size-heading-xs-yrvp79, 16px);
|
|
551
554
|
line-height: var(--line-height-heading-xs-wcrr4i, 20px);
|
|
552
555
|
letter-spacing: var(--letter-spacing-heading-xs-pjb0xm, normal);
|
|
@@ -554,7 +557,7 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1am5n_145:not(#\9):focus {
|
|
|
554
557
|
text-decoration-thickness: var(--font-decoration-thickness-link-n3u7wl, 1px);
|
|
555
558
|
text-decoration-style: var(--font-decoration-style-link-lw1s9g, solid);
|
|
556
559
|
}
|
|
557
|
-
.
|
|
560
|
+
.awsui_link_4c84z_10y71_145.awsui_font-size-heading-s_4c84z_10y71_542:not(#\9) {
|
|
558
561
|
font-size: var(--font-size-heading-s-hm1hv8, 16px);
|
|
559
562
|
line-height: var(--line-height-heading-s-3z7qjv, 20px);
|
|
560
563
|
letter-spacing: var(--letter-spacing-heading-s-kfu48f, normal);
|
|
@@ -562,7 +565,7 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1am5n_145:not(#\9):focus {
|
|
|
562
565
|
text-decoration-thickness: var(--font-decoration-thickness-link-n3u7wl, 1px);
|
|
563
566
|
text-decoration-style: var(--font-decoration-style-link-lw1s9g, solid);
|
|
564
567
|
}
|
|
565
|
-
.
|
|
568
|
+
.awsui_link_4c84z_10y71_145.awsui_font-size-heading-m_4c84z_10y71_550:not(#\9) {
|
|
566
569
|
font-size: var(--font-size-heading-m-cqvsuv, 18px);
|
|
567
570
|
line-height: var(--line-height-heading-m-d6lkzb, 22px);
|
|
568
571
|
letter-spacing: var(--letter-spacing-heading-m-iab0ug, normal);
|
|
@@ -570,7 +573,7 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1am5n_145:not(#\9):focus {
|
|
|
570
573
|
text-decoration-thickness: var(--font-decoration-thickness-link-n3u7wl, 1px);
|
|
571
574
|
text-decoration-style: var(--font-decoration-style-link-lw1s9g, solid);
|
|
572
575
|
}
|
|
573
|
-
.
|
|
576
|
+
.awsui_link_4c84z_10y71_145.awsui_font-size-heading-l_4c84z_10y71_558:not(#\9) {
|
|
574
577
|
font-size: var(--font-size-heading-l-cax9xk, 18px);
|
|
575
578
|
line-height: var(--line-height-heading-l-zmt48b, 22px);
|
|
576
579
|
letter-spacing: var(--letter-spacing-heading-l-no7j10, normal);
|
|
@@ -578,7 +581,7 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1am5n_145:not(#\9):focus {
|
|
|
578
581
|
text-decoration-thickness: var(--font-decoration-thickness-link-n3u7wl, 1px);
|
|
579
582
|
text-decoration-style: var(--font-decoration-style-link-lw1s9g, solid);
|
|
580
583
|
}
|
|
581
|
-
.
|
|
584
|
+
.awsui_link_4c84z_10y71_145.awsui_font-size-heading-xl_4c84z_10y71_566:not(#\9) {
|
|
582
585
|
font-size: var(--font-size-heading-xl-0tgqx0, 28px);
|
|
583
586
|
line-height: var(--line-height-heading-xl-pi61pg, 36px);
|
|
584
587
|
letter-spacing: var(--letter-spacing-heading-xl-hgjceo, normal);
|
|
@@ -586,7 +589,7 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1am5n_145:not(#\9):focus {
|
|
|
586
589
|
text-decoration-thickness: var(--font-decoration-thickness-link-n3u7wl, 1px);
|
|
587
590
|
text-decoration-style: var(--font-decoration-style-link-lw1s9g, solid);
|
|
588
591
|
}
|
|
589
|
-
.
|
|
592
|
+
.awsui_link_4c84z_10y71_145.awsui_font-size-display-l_4c84z_10y71_574:not(#\9) {
|
|
590
593
|
font-size: var(--font-size-display-l-pdduqq, 44px);
|
|
591
594
|
line-height: var(--line-height-display-l-tjudur, 56px);
|
|
592
595
|
letter-spacing: var(--letter-spacing-display-l-4pc9hm, normal);
|
|
@@ -594,7 +597,7 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1am5n_145:not(#\9):focus {
|
|
|
594
597
|
text-decoration-thickness: var(--font-decoration-thickness-link-display-l-9n3xpw, 2px);
|
|
595
598
|
text-decoration-style: var(--font-decoration-style-link-lw1s9g, solid);
|
|
596
599
|
}
|
|
597
|
-
.
|
|
600
|
+
.awsui_link_4c84z_10y71_145.awsui_font-size-inherit_4c84z_10y71_582:not(#\9) {
|
|
598
601
|
font-size: inherit;
|
|
599
602
|
line-height: inherit;
|
|
600
603
|
letter-spacing: inherit;
|
|
@@ -602,14 +605,14 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1am5n_145:not(#\9):focus {
|
|
|
602
605
|
text-decoration-thickness: var(--font-decoration-thickness-link-n3u7wl, 1px);
|
|
603
606
|
text-decoration-style: var(--font-decoration-style-link-lw1s9g, solid);
|
|
604
607
|
}
|
|
605
|
-
.
|
|
608
|
+
.awsui_link_4c84z_10y71_145.awsui_in-inline-token_4c84z_10y71_590:not(#\9) {
|
|
606
609
|
text-underline-offset: 0.15em;
|
|
607
610
|
}
|
|
608
611
|
|
|
609
|
-
.awsui_icon-
|
|
612
|
+
.awsui_icon-wrapper_4c84z_10y71_594:not(#\9) {
|
|
610
613
|
white-space: nowrap;
|
|
611
614
|
}
|
|
612
615
|
|
|
613
|
-
.
|
|
616
|
+
.awsui_icon_4c84z_10y71_594:not(#\9) {
|
|
614
617
|
display: inline-block;
|
|
615
618
|
}
|
|
@@ -2,26 +2,26 @@
|
|
|
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-recovery": "awsui_variant-
|
|
7
|
-
"variant-secondary": "awsui_variant-
|
|
8
|
-
"variant-primary": "awsui_variant-
|
|
9
|
-
"variant-info": "awsui_variant-
|
|
10
|
-
"variant-value-large": "awsui_variant-value-
|
|
11
|
-
"variant-top-navigation": "awsui_variant-top-
|
|
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
|
-
"in-inline-token": "awsui_in-inline-
|
|
24
|
-
"icon-wrapper": "awsui_icon-
|
|
25
|
-
"icon": "
|
|
5
|
+
"link": "awsui_link_4c84z_10y71_145",
|
|
6
|
+
"variant-recovery": "awsui_variant-recovery_4c84z_10y71_213",
|
|
7
|
+
"variant-secondary": "awsui_variant-secondary_4c84z_10y71_246",
|
|
8
|
+
"variant-primary": "awsui_variant-primary_4c84z_10y71_281",
|
|
9
|
+
"variant-info": "awsui_variant-info_4c84z_10y71_314",
|
|
10
|
+
"variant-value-large": "awsui_variant-value-large_4c84z_10y71_349",
|
|
11
|
+
"variant-top-navigation": "awsui_variant-top-navigation_4c84z_10y71_381",
|
|
12
|
+
"button": "awsui_button_4c84z_10y71_416",
|
|
13
|
+
"color-inverted": "awsui_color-inverted_4c84z_10y71_488",
|
|
14
|
+
"font-size-body-s": "awsui_font-size-body-s_4c84z_10y71_519",
|
|
15
|
+
"font-size-body-m": "awsui_font-size-body-m_4c84z_10y71_527",
|
|
16
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_10y71_534",
|
|
17
|
+
"font-size-heading-s": "awsui_font-size-heading-s_4c84z_10y71_542",
|
|
18
|
+
"font-size-heading-m": "awsui_font-size-heading-m_4c84z_10y71_550",
|
|
19
|
+
"font-size-heading-l": "awsui_font-size-heading-l_4c84z_10y71_558",
|
|
20
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_10y71_566",
|
|
21
|
+
"font-size-display-l": "awsui_font-size-display-l_4c84z_10y71_574",
|
|
22
|
+
"font-size-inherit": "awsui_font-size-inherit_4c84z_10y71_582",
|
|
23
|
+
"in-inline-token": "awsui_in-inline-token_4c84z_10y71_590",
|
|
24
|
+
"icon-wrapper": "awsui_icon-wrapper_4c84z_10y71_594",
|
|
25
|
+
"icon": "awsui_icon_4c84z_10y71_594"
|
|
26
26
|
};
|
|
27
27
|
|