@cloudscape-design/components-themeable 3.0.1222 → 3.0.1224
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/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/typography/mixins.scss +1 -0
- package/lib/internal/scss/prompt-input/styles.scss +1 -0
- package/lib/internal/scss/table/styles.scss +1 -3
- package/lib/internal/template/app-layout/interfaces.d.ts +1 -1
- package/lib/internal/template/app-layout/interfaces.js.map +1 -1
- package/lib/internal/template/box/styles.css.js +192 -192
- package/lib/internal/template/box/styles.scoped.css +239 -237
- package/lib/internal/template/box/styles.selectors.js +192 -192
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +68 -67
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/internal/base-component/styles.scoped.css +2 -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 +1 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +1 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +13 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +45 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +45 -0
- package/lib/internal/template/internal/generated/theming/index.js +13 -0
- package/lib/internal/template/link/interfaces.d.ts +6 -6
- package/lib/internal/template/link/interfaces.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +72 -71
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/popover/styles.css.js +57 -57
- package/lib/internal/template/popover/styles.scoped.css +91 -89
- package/lib/internal/template/popover/styles.selectors.js +57 -57
- package/lib/internal/template/prompt-input/styles.css.js +17 -17
- package/lib/internal/template/prompt-input/styles.scoped.css +40 -39
- package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
- package/lib/internal/template/table/styles.css.js +34 -34
- package/lib/internal/template/table/styles.scoped.css +42 -44
- package/lib/internal/template/table/styles.selectors.js +34 -34
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +61 -60
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/package.json +1 -1
|
@@ -2296,6 +2296,7 @@ export var preset = {
|
|
|
2296
2296
|
"letterSpacingHeadingL": "-0.015em",
|
|
2297
2297
|
"letterSpacingHeadingM": "-0.010em",
|
|
2298
2298
|
"letterSpacingHeadingS": "-0.005em",
|
|
2299
|
+
"letterSpacingHeadingXs": "normal",
|
|
2299
2300
|
"lineHeightBodyM": "20px",
|
|
2300
2301
|
"lineHeightBodyS": "16px",
|
|
2301
2302
|
"lineHeightDisplayL": "48px",
|
|
@@ -11748,6 +11749,11 @@ export var preset = {
|
|
|
11748
11749
|
"fontWeightHeadingM",
|
|
11749
11750
|
"fontWeightHeadingS",
|
|
11750
11751
|
"fontWeightHeadingXs",
|
|
11752
|
+
"letterSpacingHeadingXl",
|
|
11753
|
+
"letterSpacingHeadingL",
|
|
11754
|
+
"letterSpacingHeadingM",
|
|
11755
|
+
"letterSpacingHeadingS",
|
|
11756
|
+
"letterSpacingHeadingXs",
|
|
11751
11757
|
"lineHeightBodyM",
|
|
11752
11758
|
"lineHeightBodyS",
|
|
11753
11759
|
"lineHeightDisplayL",
|
|
@@ -12127,6 +12133,11 @@ export var preset = {
|
|
|
12127
12133
|
"fontWeightHeadingM",
|
|
12128
12134
|
"fontWeightHeadingS",
|
|
12129
12135
|
"fontWeightHeadingXs",
|
|
12136
|
+
"letterSpacingHeadingXl",
|
|
12137
|
+
"letterSpacingHeadingL",
|
|
12138
|
+
"letterSpacingHeadingM",
|
|
12139
|
+
"letterSpacingHeadingS",
|
|
12140
|
+
"letterSpacingHeadingXs",
|
|
12130
12141
|
"lineHeightBodyM",
|
|
12131
12142
|
"lineHeightBodyS",
|
|
12132
12143
|
"lineHeightDisplayL",
|
|
@@ -12796,6 +12807,7 @@ export var preset = {
|
|
|
12796
12807
|
"letterSpacingHeadingL": "letter-spacing-heading-l",
|
|
12797
12808
|
"letterSpacingHeadingM": "letter-spacing-heading-m",
|
|
12798
12809
|
"letterSpacingHeadingS": "letter-spacing-heading-s",
|
|
12810
|
+
"letterSpacingHeadingXs": "letter-spacing-heading-xs",
|
|
12799
12811
|
"lineHeightBodyM": "line-height-body-m",
|
|
12800
12812
|
"lineHeightBodyS": "line-height-body-s",
|
|
12801
12813
|
"lineHeightDisplayL": "line-height-display-l",
|
|
@@ -13616,6 +13628,7 @@ export var preset = {
|
|
|
13616
13628
|
"letterSpacingHeadingL": "--letter-spacing-heading-l-5v6ibv",
|
|
13617
13629
|
"letterSpacingHeadingM": "--letter-spacing-heading-m-29ewnk",
|
|
13618
13630
|
"letterSpacingHeadingS": "--letter-spacing-heading-s-4st9ep",
|
|
13631
|
+
"letterSpacingHeadingXs": "--letter-spacing-heading-xs-fgog7a",
|
|
13619
13632
|
"lineHeightBodyM": "--line-height-body-m-2mh3ke",
|
|
13620
13633
|
"lineHeightBodyS": "--line-height-body-s-nu5hx1",
|
|
13621
13634
|
"lineHeightDisplayL": "--line-height-display-l-vwanzp",
|
|
@@ -9,12 +9,12 @@ export interface LinkProps extends BaseComponentProps {
|
|
|
9
9
|
/**
|
|
10
10
|
* Determines the visual style of the link as follows:
|
|
11
11
|
*
|
|
12
|
-
* - `primary` - Displays the link text with
|
|
13
|
-
* Use this for links
|
|
14
|
-
*
|
|
15
|
-
* - `secondary` -
|
|
16
|
-
*
|
|
17
|
-
* such as in a
|
|
12
|
+
* - `primary` - Displays the link text with an underline for sufficient contrast with surrounding text.
|
|
13
|
+
* Use this for links adjacent to other text, such as inside a paragraph, a "Learn more" link,
|
|
14
|
+
* an item ID in a table, a link in a key-value pair, or a link in an alert.
|
|
15
|
+
* - `secondary` - Uses regular font weight without additional interactivity indicators (except for an underline on hover).
|
|
16
|
+
* Use this where context implies interactivity and users can identify links easily,
|
|
17
|
+
* such as in a list of links inside a container.
|
|
18
18
|
* - `info` - Use for "info" links that link to content in a help panel.
|
|
19
19
|
*
|
|
20
20
|
* The default is `secondary`, except inside the following components where it defaults to `primary`:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/link/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\n\nimport { BaseComponentProps } from '../internal/base-component';\nimport {\n BaseNavigationDetail,\n CancelableEventHandler,\n ClickDetail as _ClickDetail,\n NonCancelableEventHandler,\n} from '../internal/events';\n/**\n * @awsuiSystem core\n */\nimport { NativeAttributes } from '../internal/utils/with-native-attributes';\n\nexport interface LinkProps extends BaseComponentProps {\n /**\n * Determines the visual style of the link as follows:\n *\n * - `primary` - Displays the link text with
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/link/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\n\nimport { BaseComponentProps } from '../internal/base-component';\nimport {\n BaseNavigationDetail,\n CancelableEventHandler,\n ClickDetail as _ClickDetail,\n NonCancelableEventHandler,\n} from '../internal/events';\n/**\n * @awsuiSystem core\n */\nimport { NativeAttributes } from '../internal/utils/with-native-attributes';\n\nexport interface LinkProps extends BaseComponentProps {\n /**\n * Determines the visual style of the link as follows:\n *\n * - `primary` - Displays the link text with an underline for sufficient contrast with surrounding text.\n * Use this for links adjacent to other text, such as inside a paragraph, a \"Learn more\" link,\n * an item ID in a table, a link in a key-value pair, or a link in an alert.\n * - `secondary` - Uses regular font weight without additional interactivity indicators (except for an underline on hover).\n * Use this where context implies interactivity and users can identify links easily,\n * such as in a list of links inside a container.\n * - `info` - Use for \"info\" links that link to content in a help panel.\n *\n * The default is `secondary`, except inside the following components where it defaults to `primary`:\n * - Table\n * - Cards\n * - Alert\n * - Popover\n * - Help Panel (main `content` only)\n */\n variant?: LinkProps.Variant;\n\n /**\n * Determines the font size and line height.\n * This property is overridden if the variant is `info`.\n */\n fontSize?: LinkProps.FontSize;\n\n /**\n * Determines the text color of the link and its icon.\n *\n * - `normal`: Use in most cases where a link is required.\n * - `inverted`: Use to style links inside Flashbars.\n *\n * This property is overridden if the variant is `info`.\n */\n color?: LinkProps.Color;\n\n /**\n * Marks the link as external by adding an icon after the text. If `href`\n * is provided, opens the link in a new tab when clicked.\n */\n external?: boolean;\n\n /**\n * Specifies where to open the linked URL. Set this to `_blank` to open the URL\n * in a new tab. If you set this property to `_blank`, the component\n * automatically adds `rel=\"noopener noreferrer\"` to avoid performance\n * and security issues.\n *\n * For other options see the documentation for <a> tag's\n * [target attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).\n */\n target?: string;\n\n /**\n * The URL that the link points to.\n * If an `href` is not provided, the component will render using a\n * \"button\" role and `target` will not be used.\n */\n href?: string;\n\n /**\n * The text to render inside the link.\n */\n children?: React.ReactNode;\n\n /**\n * Adds an aria-label to the HTML element.\n */\n ariaLabel?: string;\n\n /**\n * Adds an aria-label to the external icon.\n * @i18n\n */\n externalIconAriaLabel?: string;\n\n /**\n * Called when a link is clicked without any modifier keys. If the link has no `href` provided, it will be called on\n * all clicks.\n *\n * If you want to implement client-side routing yourself, use this event and prevent default browser navigation\n * (by calling `preventDefault`).\n */\n onFollow?: CancelableEventHandler<LinkProps.FollowDetail>;\n\n /**\n * Called when the user clicks on the link. Do not use this handler for navigation, use the `onFollow` event instead.\n */\n onClick?: NonCancelableEventHandler<LinkProps.ClickDetail>;\n\n /**\n * Adds a `rel` attribute to the link. If the `rel` property is provided, it overrides the default behaviour.\n * By default, the component sets the `rel` attribute to \"noopener noreferrer\" when `external` is `true` or `target` is `\"_blank\"`.\n */\n rel?: string;\n\n /**\n * An object containing CSS properties to customize the link's visual appearance.\n * Refer to the [style](/components/link/?tabId=style) tab for more details.\n * @awsuiSystem core\n */\n style?: LinkProps.Style;\n\n /**\n * Attributes to add to the native element.\n * Some attributes will be automatically combined with internal attribute values:\n * - `className` will be appended.\n * - Event handlers will be chained, unless the default is prevented.\n *\n * We do not support using this attribute to apply custom styling.\n *\n * @awsuiSystem core\n */\n nativeAttributes?: NativeAttributes<React.AnchorHTMLAttributes<HTMLAnchorElement>>;\n}\n\nexport namespace LinkProps {\n export type Variant = 'primary' | 'secondary' | 'info' | 'awsui-value-large';\n export type FontSize =\n | 'body-s'\n | 'body-m'\n | 'heading-xs'\n | 'heading-s'\n | 'heading-m'\n | 'heading-l'\n | 'heading-xl'\n | 'display-l'\n | 'inherit';\n export type Color = 'normal' | 'inverted';\n\n export type FollowDetail = BaseNavigationDetail;\n\n export interface Ref {\n /**\n * Sets the browser focus on the anchor element.\n */\n focus(): void;\n }\n\n export type ClickDetail = _ClickDetail;\n export interface Style {\n root?: {\n color?: {\n active?: string;\n default?: string;\n hover?: string;\n };\n focusRing?: {\n borderColor?: string;\n borderRadius?: string;\n borderWidth?: string;\n };\n };\n }\n}\n"]}
|
|
@@ -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_1js89_145",
|
|
5
|
+
"variant-secondary": "awsui_variant-secondary_4c84z_1js89_212",
|
|
6
|
+
"variant-primary": "awsui_variant-primary_4c84z_1js89_247",
|
|
7
|
+
"variant-info": "awsui_variant-info_4c84z_1js89_280",
|
|
8
|
+
"variant-value-large": "awsui_variant-value-large_4c84z_1js89_315",
|
|
9
|
+
"variant-top-navigation": "awsui_variant-top-navigation_4c84z_1js89_347",
|
|
10
|
+
"variant-recovery": "awsui_variant-recovery_4c84z_1js89_382",
|
|
11
|
+
"button": "awsui_button_4c84z_1js89_415",
|
|
12
|
+
"color-inverted": "awsui_color-inverted_4c84z_1js89_450",
|
|
13
|
+
"font-size-body-s": "awsui_font-size-body-s_4c84z_1js89_471",
|
|
14
|
+
"font-size-body-m": "awsui_font-size-body-m_4c84z_1js89_478",
|
|
15
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_1js89_484",
|
|
16
|
+
"font-size-heading-s": "awsui_font-size-heading-s_4c84z_1js89_491",
|
|
17
|
+
"font-size-heading-m": "awsui_font-size-heading-m_4c84z_1js89_498",
|
|
18
|
+
"font-size-heading-l": "awsui_font-size-heading-l_4c84z_1js89_505",
|
|
19
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_1js89_512",
|
|
20
|
+
"font-size-display-l": "awsui_font-size-display-l_4c84z_1js89_519",
|
|
21
|
+
"font-size-inherit": "awsui_font-size-inherit_4c84z_1js89_526",
|
|
22
|
+
"icon-wrapper": "awsui_icon-wrapper_4c84z_1js89_534",
|
|
23
|
+
"icon": "awsui_icon_4c84z_1js89_534"
|
|
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_1js89_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_1js89_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_1js89_145:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145:not(#\9) {
|
|
197
197
|
animation: none;
|
|
198
198
|
transition: none;
|
|
199
199
|
}
|
|
200
|
-
.
|
|
200
|
+
.awsui_link_4c84z_1js89_145:not(#\9):hover {
|
|
201
201
|
cursor: pointer;
|
|
202
202
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
203
203
|
}
|
|
204
|
-
.
|
|
204
|
+
.awsui_link_4c84z_1js89_145:not(#\9):focus {
|
|
205
205
|
outline: none;
|
|
206
206
|
}
|
|
207
|
-
.
|
|
207
|
+
.awsui_link_4c84z_1js89_145:not(#\9):active {
|
|
208
208
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
209
209
|
}
|
|
210
|
-
.
|
|
210
|
+
.awsui_link_4c84z_1js89_145:not(#\9):active, .awsui_link_4c84z_1js89_145:not(#\9):focus, .awsui_link_4c84z_1js89_145:not(#\9):hover {
|
|
211
211
|
text-decoration-line: underline;
|
|
212
212
|
text-decoration-color: currentColor;
|
|
213
213
|
}
|
|
214
|
-
.
|
|
214
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9) {
|
|
215
215
|
-webkit-font-smoothing: inherit;
|
|
216
216
|
-moz-osx-font-smoothing: inherit;
|
|
217
217
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-link-default-z7zuy8, #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_1js89_145.awsui_variant-secondary_4c84z_1js89_212: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_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9) {
|
|
234
234
|
animation: none;
|
|
235
235
|
transition: none;
|
|
236
236
|
}
|
|
237
|
-
.
|
|
237
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9):hover {
|
|
238
238
|
cursor: pointer;
|
|
239
239
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
240
240
|
}
|
|
241
|
-
.
|
|
241
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9):focus {
|
|
242
242
|
outline: none;
|
|
243
243
|
}
|
|
244
|
-
.
|
|
244
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9):active {
|
|
245
245
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
246
246
|
}
|
|
247
|
-
.
|
|
247
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9):hover {
|
|
248
248
|
text-decoration-line: underline;
|
|
249
249
|
text-decoration-color: currentColor;
|
|
250
250
|
}
|
|
251
|
-
.
|
|
251
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9) {
|
|
252
252
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-link-default-z7zuy8, #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_1js89_145.awsui_variant-primary_4c84z_1js89_247: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_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9) {
|
|
269
269
|
animation: none;
|
|
270
270
|
transition: none;
|
|
271
271
|
}
|
|
272
|
-
.
|
|
272
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9):hover {
|
|
273
273
|
cursor: pointer;
|
|
274
274
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
275
275
|
}
|
|
276
|
-
.
|
|
276
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9):focus {
|
|
277
277
|
outline: none;
|
|
278
278
|
}
|
|
279
|
-
.
|
|
279
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9):active {
|
|
280
280
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
281
281
|
}
|
|
282
|
-
.
|
|
282
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9):hover {
|
|
283
283
|
text-decoration-line: underline;
|
|
284
284
|
text-decoration-color: currentColor;
|
|
285
285
|
}
|
|
286
|
-
.
|
|
286
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280: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(--awsui-style-color-default-n6lfw8, var(--color-text-link-default-z7zuy8, #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_1js89_145.awsui_variant-info_4c84z_1js89_280: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_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9) {
|
|
306
306
|
animation: none;
|
|
307
307
|
transition: none;
|
|
308
308
|
}
|
|
309
|
-
.
|
|
309
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9):hover {
|
|
310
310
|
cursor: pointer;
|
|
311
311
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
312
312
|
}
|
|
313
|
-
.
|
|
313
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9):focus {
|
|
314
314
|
outline: none;
|
|
315
315
|
}
|
|
316
|
-
.
|
|
316
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9):active {
|
|
317
317
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
318
318
|
}
|
|
319
|
-
.
|
|
319
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280: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_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9) {
|
|
324
324
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
325
325
|
font-weight: var(--font-box-value-large-weight-zc1blz, 300);
|
|
326
326
|
text-decoration-line: underline;
|
|
@@ -331,30 +331,30 @@ 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_1js89_145.awsui_variant-value-large_4c84z_1js89_315: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_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9) {
|
|
340
340
|
animation: none;
|
|
341
341
|
transition: none;
|
|
342
342
|
}
|
|
343
|
-
.
|
|
343
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9):hover {
|
|
344
344
|
cursor: pointer;
|
|
345
345
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
346
346
|
}
|
|
347
|
-
.
|
|
347
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9):focus {
|
|
348
348
|
outline: none;
|
|
349
349
|
}
|
|
350
|
-
.
|
|
350
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9):active {
|
|
351
351
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
352
352
|
}
|
|
353
|
-
.
|
|
353
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9):hover {
|
|
354
354
|
text-decoration-line: underline;
|
|
355
355
|
text-decoration-color: currentColor;
|
|
356
356
|
}
|
|
357
|
-
.
|
|
357
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9) {
|
|
358
358
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
359
359
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
360
360
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-interactive-default-qwoe3g, #545b64));
|
|
@@ -368,30 +368,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
368
368
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
369
369
|
}
|
|
370
370
|
@media (prefers-reduced-motion: reduce) {
|
|
371
|
-
.
|
|
371
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9) {
|
|
372
372
|
animation: none;
|
|
373
373
|
transition: none;
|
|
374
374
|
}
|
|
375
375
|
}
|
|
376
|
-
.awsui-motion-disabled .
|
|
376
|
+
.awsui-motion-disabled .awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9) {
|
|
377
377
|
animation: none;
|
|
378
378
|
transition: none;
|
|
379
379
|
}
|
|
380
|
-
.
|
|
380
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9):hover {
|
|
381
381
|
cursor: pointer;
|
|
382
382
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-interactive-hover-bu4gls, #16191f));
|
|
383
383
|
}
|
|
384
|
-
.
|
|
384
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9):focus {
|
|
385
385
|
outline: none;
|
|
386
386
|
}
|
|
387
|
-
.
|
|
387
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9):active {
|
|
388
388
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-interactive-active-c44vdq, #16191f));
|
|
389
389
|
}
|
|
390
|
-
.
|
|
390
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9):hover {
|
|
391
391
|
text-decoration-line: underline;
|
|
392
392
|
text-decoration-color: transparent;
|
|
393
393
|
}
|
|
394
|
-
.
|
|
394
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9) {
|
|
395
395
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
396
396
|
font-weight: var(--font-link-button-weight-bnpz8h, 400);
|
|
397
397
|
letter-spacing: var(--font-link-button-letter-spacing-yobz7z, normal);
|
|
@@ -403,30 +403,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
403
403
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
404
404
|
}
|
|
405
405
|
@media (prefers-reduced-motion: reduce) {
|
|
406
|
-
.
|
|
406
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9) {
|
|
407
407
|
animation: none;
|
|
408
408
|
transition: none;
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
.awsui-motion-disabled .
|
|
411
|
+
.awsui-motion-disabled .awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9) {
|
|
412
412
|
animation: none;
|
|
413
413
|
transition: none;
|
|
414
414
|
}
|
|
415
|
-
.
|
|
415
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9):hover {
|
|
416
416
|
cursor: pointer;
|
|
417
417
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
418
418
|
}
|
|
419
|
-
.
|
|
419
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9):focus {
|
|
420
420
|
outline: none;
|
|
421
421
|
}
|
|
422
|
-
.
|
|
422
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9):active {
|
|
423
423
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
424
424
|
}
|
|
425
|
-
.
|
|
425
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9):hover {
|
|
426
426
|
text-decoration-line: underline;
|
|
427
427
|
text-decoration-color: var(--color-text-link-button-underline-hover-s0fj6r, currentColor);
|
|
428
428
|
}
|
|
429
|
-
.
|
|
429
|
+
.awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9) {
|
|
430
430
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
431
431
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
432
432
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-link-button-normal-default-dm02c2, #545b64));
|
|
@@ -440,40 +440,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
440
440
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
441
441
|
}
|
|
442
442
|
@media (prefers-reduced-motion: reduce) {
|
|
443
|
-
.
|
|
443
|
+
.awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9) {
|
|
444
444
|
animation: none;
|
|
445
445
|
transition: none;
|
|
446
446
|
}
|
|
447
447
|
}
|
|
448
|
-
.awsui-motion-disabled .
|
|
448
|
+
.awsui-motion-disabled .awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9) {
|
|
449
449
|
animation: none;
|
|
450
450
|
transition: none;
|
|
451
451
|
}
|
|
452
|
-
.
|
|
452
|
+
.awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9):hover {
|
|
453
453
|
cursor: pointer;
|
|
454
454
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-button-normal-hover-ldeaqo, #16191f));
|
|
455
455
|
}
|
|
456
|
-
.
|
|
456
|
+
.awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9):focus {
|
|
457
457
|
outline: none;
|
|
458
458
|
}
|
|
459
|
-
.
|
|
459
|
+
.awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9):active {
|
|
460
460
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-button-normal-active-q28r86, #16191f));
|
|
461
461
|
}
|
|
462
|
-
.
|
|
462
|
+
.awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9):hover {
|
|
463
463
|
text-decoration-line: underline;
|
|
464
464
|
text-decoration-color: transparent;
|
|
465
465
|
}
|
|
466
|
-
.
|
|
466
|
+
.awsui_link_4c84z_1js89_145.awsui_color-inverted_4c84z_1js89_450:not(#\9) {
|
|
467
467
|
color: var(--color-text-notification-default-fmebm4, #fafafa);
|
|
468
468
|
}
|
|
469
|
-
.
|
|
469
|
+
.awsui_link_4c84z_1js89_145.awsui_color-inverted_4c84z_1js89_450:not(#\9):not(.awsui_button_4c84z_1js89_415) {
|
|
470
470
|
text-decoration-line: underline;
|
|
471
471
|
text-decoration-color: currentColor;
|
|
472
472
|
}
|
|
473
|
-
.
|
|
473
|
+
.awsui_link_4c84z_1js89_145.awsui_color-inverted_4c84z_1js89_450:not(#\9):hover {
|
|
474
474
|
color: var(--color-text-link-inverted-hover-7jk1d1, #fafafa);
|
|
475
475
|
}
|
|
476
|
-
body[data-awsui-focus-visible=true] .
|
|
476
|
+
body[data-awsui-focus-visible=true] .awsui_link_4c84z_1js89_145:not(#\9):focus {
|
|
477
477
|
outline: thin dotted;
|
|
478
478
|
outline: var(--border-link-focus-ring-outline-c5423y, 5px auto Highlight);
|
|
479
479
|
outline-offset: 2px;
|
|
@@ -484,61 +484,62 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1jvg2_145:not(#\9):focus {
|
|
|
484
484
|
border-end-end-radius: var(--awsui-style-focus-ring-border-radius-n6lfw8, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
|
|
485
485
|
box-shadow: var(--awsui-style-focus-ring-box-shadow-n6lfw8);
|
|
486
486
|
}
|
|
487
|
-
.
|
|
487
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-body-s_4c84z_1js89_471:not(#\9) {
|
|
488
488
|
font-size: var(--font-size-body-s-psgqn2, 12px);
|
|
489
489
|
line-height: var(--line-height-body-s-otgtsr, 16px);
|
|
490
490
|
letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
|
|
491
491
|
text-underline-offset: 0.3em;
|
|
492
492
|
text-decoration-thickness: 1px;
|
|
493
493
|
}
|
|
494
|
-
.
|
|
494
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-body-m_4c84z_1js89_478:not(#\9) {
|
|
495
495
|
font-size: var(--font-size-body-m-vv54cm, 14px);
|
|
496
496
|
line-height: var(--line-height-body-m-bedeoh, 22px);
|
|
497
497
|
text-underline-offset: 0.25em;
|
|
498
498
|
text-decoration-thickness: 1px;
|
|
499
499
|
}
|
|
500
|
-
.
|
|
500
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-heading-xs_4c84z_1js89_484:not(#\9) {
|
|
501
501
|
font-size: var(--font-size-heading-xs-c20ika, 16px);
|
|
502
502
|
line-height: var(--line-height-heading-xs-fuzanp, 20px);
|
|
503
|
+
letter-spacing: var(--letter-spacing-heading-xs-tefhgo, normal);
|
|
503
504
|
text-underline-offset: 0.25em;
|
|
504
505
|
text-decoration-thickness: 1px;
|
|
505
506
|
}
|
|
506
|
-
.
|
|
507
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-heading-s_4c84z_1js89_491:not(#\9) {
|
|
507
508
|
font-size: var(--font-size-heading-s-yde02v, 16px);
|
|
508
509
|
line-height: var(--line-height-heading-s-j2axh8, 20px);
|
|
509
510
|
letter-spacing: var(--letter-spacing-heading-s-696sxe, normal);
|
|
510
511
|
text-underline-offset: 0.3em;
|
|
511
512
|
text-decoration-thickness: 1px;
|
|
512
513
|
}
|
|
513
|
-
.
|
|
514
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-heading-m_4c84z_1js89_498:not(#\9) {
|
|
514
515
|
font-size: var(--font-size-heading-m-56jjln, 18px);
|
|
515
516
|
line-height: var(--line-height-heading-m-irezqt, 22px);
|
|
516
517
|
letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
|
|
517
518
|
text-underline-offset: 0.25em;
|
|
518
519
|
text-decoration-thickness: 1px;
|
|
519
520
|
}
|
|
520
|
-
.
|
|
521
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-heading-l_4c84z_1js89_505:not(#\9) {
|
|
521
522
|
font-size: var(--font-size-heading-l-qgg2za, 18px);
|
|
522
523
|
line-height: var(--line-height-heading-l-vhgtnq, 22px);
|
|
523
524
|
letter-spacing: var(--letter-spacing-heading-l-spdx5v, normal);
|
|
524
525
|
text-underline-offset: 0.25em;
|
|
525
526
|
text-decoration-thickness: 1px;
|
|
526
527
|
}
|
|
527
|
-
.
|
|
528
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-heading-xl_4c84z_1js89_512:not(#\9) {
|
|
528
529
|
font-size: var(--font-size-heading-xl-w5di2k, 28px);
|
|
529
530
|
line-height: var(--line-height-heading-xl-vs1f23, 36px);
|
|
530
531
|
letter-spacing: var(--letter-spacing-heading-xl-33zwds, normal);
|
|
531
532
|
text-underline-offset: 0.25em;
|
|
532
533
|
text-decoration-thickness: 1px;
|
|
533
534
|
}
|
|
534
|
-
.
|
|
535
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-display-l_4c84z_1js89_519:not(#\9) {
|
|
535
536
|
font-size: var(--font-size-display-l-h1h1h9, 44px);
|
|
536
537
|
line-height: var(--line-height-display-l-3zghmm, 56px);
|
|
537
538
|
letter-spacing: var(--letter-spacing-display-l-dniym1, normal);
|
|
538
539
|
text-underline-offset: 0.25em;
|
|
539
540
|
text-decoration-thickness: 2px;
|
|
540
541
|
}
|
|
541
|
-
.
|
|
542
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-inherit_4c84z_1js89_526:not(#\9) {
|
|
542
543
|
font-size: inherit;
|
|
543
544
|
line-height: inherit;
|
|
544
545
|
letter-spacing: inherit;
|
|
@@ -546,10 +547,10 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1jvg2_145:not(#\9):focus {
|
|
|
546
547
|
text-decoration-thickness: 1px;
|
|
547
548
|
}
|
|
548
549
|
|
|
549
|
-
.awsui_icon-
|
|
550
|
+
.awsui_icon-wrapper_4c84z_1js89_534:not(#\9) {
|
|
550
551
|
white-space: nowrap;
|
|
551
552
|
}
|
|
552
553
|
|
|
553
|
-
.
|
|
554
|
+
.awsui_icon_4c84z_1js89_534:not(#\9) {
|
|
554
555
|
display: inline-block;
|
|
555
556
|
}
|
|
@@ -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_1js89_145",
|
|
6
|
+
"variant-secondary": "awsui_variant-secondary_4c84z_1js89_212",
|
|
7
|
+
"variant-primary": "awsui_variant-primary_4c84z_1js89_247",
|
|
8
|
+
"variant-info": "awsui_variant-info_4c84z_1js89_280",
|
|
9
|
+
"variant-value-large": "awsui_variant-value-large_4c84z_1js89_315",
|
|
10
|
+
"variant-top-navigation": "awsui_variant-top-navigation_4c84z_1js89_347",
|
|
11
|
+
"variant-recovery": "awsui_variant-recovery_4c84z_1js89_382",
|
|
12
|
+
"button": "awsui_button_4c84z_1js89_415",
|
|
13
|
+
"color-inverted": "awsui_color-inverted_4c84z_1js89_450",
|
|
14
|
+
"font-size-body-s": "awsui_font-size-body-s_4c84z_1js89_471",
|
|
15
|
+
"font-size-body-m": "awsui_font-size-body-m_4c84z_1js89_478",
|
|
16
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_1js89_484",
|
|
17
|
+
"font-size-heading-s": "awsui_font-size-heading-s_4c84z_1js89_491",
|
|
18
|
+
"font-size-heading-m": "awsui_font-size-heading-m_4c84z_1js89_498",
|
|
19
|
+
"font-size-heading-l": "awsui_font-size-heading-l_4c84z_1js89_505",
|
|
20
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_1js89_512",
|
|
21
|
+
"font-size-display-l": "awsui_font-size-display-l_4c84z_1js89_519",
|
|
22
|
+
"font-size-inherit": "awsui_font-size-inherit_4c84z_1js89_526",
|
|
23
|
+
"icon-wrapper": "awsui_icon-wrapper_4c84z_1js89_534",
|
|
24
|
+
"icon": "awsui_icon_4c84z_1js89_534"
|
|
25
25
|
};
|
|
26
26
|
|