@cloudscape-design/components-themeable 3.0.1255 → 3.0.1257
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 +152 -142
- package/lib/internal/scss/token/mixins.scss +11 -6
- package/lib/internal/scss/token/styles.scss +28 -10
- package/lib/internal/template/alert/styles.css.js +27 -27
- package/lib/internal/template/alert/styles.scoped.css +50 -50
- package/lib/internal/template/alert/styles.selectors.js +27 -27
- package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +21 -21
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
- package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +258 -258
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +89 -89
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +27 -27
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +28 -28
- package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +28 -28
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/button/styles.css.js +22 -22
- package/lib/internal/template/button/styles.scoped.css +256 -256
- package/lib/internal/template/button/styles.selectors.js +22 -22
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +37 -37
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +11 -11
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- package/lib/internal/template/content-layout/styles.css.js +14 -14
- package/lib/internal/template/content-layout/styles.scoped.css +27 -27
- package/lib/internal/template/content-layout/styles.selectors.js +14 -14
- package/lib/internal/template/file-token-group/styles.css.js +23 -23
- package/lib/internal/template/file-token-group/styles.scoped.css +36 -36
- package/lib/internal/template/file-token-group/styles.selectors.js +23 -23
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +187 -187
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +73 -73
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/input/styles.css.js +13 -13
- package/lib/internal/template/input/styles.scoped.css +74 -74
- package/lib/internal/template/input/styles.selectors.js +13 -13
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +30 -30
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts +3 -2
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js +5 -3
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/index.d.ts +1 -1
- package/lib/internal/template/internal/components/dropdown/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/index.js +10 -7
- package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/interfaces.d.ts +16 -0
- package/lib/internal/template/internal/components/dropdown/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/interfaces.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +39 -39
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/internal/components/radio-button/styles.css.js +7 -7
- package/lib/internal/template/internal/components/radio-button/styles.scoped.css +18 -18
- package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +10 -0
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.js +151 -141
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +103 -103
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts +1 -1
- package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts.map +1 -1
- package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.js +13 -5
- package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.js.map +1 -1
- package/lib/internal/template/modal/styles.css.js +31 -31
- package/lib/internal/template/modal/styles.scoped.css +48 -48
- package/lib/internal/template/modal/styles.selectors.js +31 -31
- package/lib/internal/template/progress-bar/styles.css.js +18 -18
- package/lib/internal/template/progress-bar/styles.scoped.css +48 -48
- package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
- package/lib/internal/template/prompt-input/styles.css.js +17 -17
- package/lib/internal/template/prompt-input/styles.scoped.css +79 -79
- package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
- package/lib/internal/template/segmented-control/styles.css.js +16 -16
- package/lib/internal/template/segmented-control/styles.scoped.css +46 -46
- package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
- package/lib/internal/template/slider/styles.css.js +26 -26
- package/lib/internal/template/slider/styles.scoped.css +165 -165
- package/lib/internal/template/slider/styles.selectors.js +26 -26
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +39 -39
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/lib/internal/template/tabs/styles.css.js +30 -30
- package/lib/internal/template/tabs/styles.scoped.css +76 -76
- package/lib/internal/template/tabs/styles.selectors.js +30 -30
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +66 -66
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/textarea/styles.css.js +5 -5
- package/lib/internal/template/textarea/styles.scoped.css +45 -45
- package/lib/internal/template/textarea/styles.selectors.js +5 -5
- package/lib/internal/template/toggle/styles.css.js +10 -10
- package/lib/internal/template/toggle/styles.scoped.css +23 -23
- package/lib/internal/template/toggle/styles.selectors.js +10 -10
- package/lib/internal/template/token/interfaces.d.ts +37 -0
- package/lib/internal/template/token/interfaces.d.ts.map +1 -1
- package/lib/internal/template/token/interfaces.js.map +1 -1
- package/lib/internal/template/token/internal.d.ts.map +1 -1
- package/lib/internal/template/token/internal.js +3 -1
- package/lib/internal/template/token/internal.js.map +1 -1
- package/lib/internal/template/token/styles.css.js +14 -14
- package/lib/internal/template/token/styles.d.ts +3 -0
- package/lib/internal/template/token/styles.d.ts.map +1 -0
- package/lib/internal/template/token/styles.js +32 -0
- package/lib/internal/template/token/styles.js.map +1 -0
- package/lib/internal/template/token/styles.scoped.css +51 -45
- package/lib/internal/template/token/styles.selectors.js +14 -14
- package/package.json +1 -1
|
@@ -2,55 +2,55 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"flash-with-motion": "awsui_flash-with-
|
|
6
|
-
"enter": "
|
|
7
|
-
"flash-body": "awsui_flash-
|
|
8
|
-
"flash-message": "awsui_flash-
|
|
9
|
-
"flash-header": "awsui_flash-
|
|
10
|
-
"flash-content": "awsui_flash-
|
|
11
|
-
"action-button-wrapper": "awsui_action-button-
|
|
12
|
-
"dismiss-button-wrapper": "awsui_dismiss-button-
|
|
13
|
-
"flash-icon": "awsui_flash-
|
|
14
|
-
"entering": "
|
|
15
|
-
"entered": "
|
|
16
|
-
"exiting": "
|
|
17
|
-
"stack": "
|
|
18
|
-
"animation-running": "awsui_animation-
|
|
19
|
-
"item": "
|
|
20
|
-
"flash-list-item": "awsui_flash-list-
|
|
21
|
-
"notification-bar": "awsui_notification-
|
|
22
|
-
"collapsed": "
|
|
23
|
-
"animation-ready": "awsui_animation-
|
|
24
|
-
"expanded-only": "awsui_expanded-
|
|
25
|
-
"expanded": "
|
|
26
|
-
"flash": "
|
|
27
|
-
"collapsible": "
|
|
28
|
-
"short-list": "awsui_short-
|
|
29
|
-
"visual-refresh": "awsui_visual-
|
|
30
|
-
"status": "
|
|
31
|
-
"header": "
|
|
32
|
-
"item-count": "awsui_item-
|
|
33
|
-
"button": "
|
|
34
|
-
"type-count": "awsui_type-
|
|
35
|
-
"count-number": "awsui_count-
|
|
36
|
-
"icon": "
|
|
37
|
-
"floating": "
|
|
38
|
-
"flashbar": "
|
|
39
|
-
"initial-hidden": "awsui_initial-
|
|
40
|
-
"flash-list": "awsui_flash-
|
|
41
|
-
"flash-focus-container": "awsui_flash-focus-
|
|
42
|
-
"flash-text": "awsui_flash-
|
|
43
|
-
"hidden": "
|
|
44
|
-
"header-replacement": "awsui_header-
|
|
45
|
-
"content-replacement": "awsui_content-
|
|
46
|
-
"dismiss-button": "awsui_dismiss-
|
|
47
|
-
"action-wrapped": "awsui_action-
|
|
48
|
-
"action-button": "awsui_action-
|
|
49
|
-
"action-slot": "awsui_action-
|
|
50
|
-
"flash-type-success": "awsui_flash-type-
|
|
51
|
-
"flash-type-error": "awsui_flash-type-
|
|
52
|
-
"flash-type-info": "awsui_flash-type-
|
|
53
|
-
"flash-type-in-progress": "awsui_flash-type-in-
|
|
54
|
-
"flash-type-warning": "awsui_flash-type-
|
|
5
|
+
"flash-with-motion": "awsui_flash-with-motion_1q84n_kvgn7_157",
|
|
6
|
+
"enter": "awsui_enter_1q84n_kvgn7_157",
|
|
7
|
+
"flash-body": "awsui_flash-body_1q84n_kvgn7_171",
|
|
8
|
+
"flash-message": "awsui_flash-message_1q84n_kvgn7_171",
|
|
9
|
+
"flash-header": "awsui_flash-header_1q84n_kvgn7_171",
|
|
10
|
+
"flash-content": "awsui_flash-content_1q84n_kvgn7_172",
|
|
11
|
+
"action-button-wrapper": "awsui_action-button-wrapper_1q84n_kvgn7_173",
|
|
12
|
+
"dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_kvgn7_174",
|
|
13
|
+
"flash-icon": "awsui_flash-icon_1q84n_kvgn7_197",
|
|
14
|
+
"entering": "awsui_entering_1q84n_kvgn7_210",
|
|
15
|
+
"entered": "awsui_entered_1q84n_kvgn7_231",
|
|
16
|
+
"exiting": "awsui_exiting_1q84n_kvgn7_336",
|
|
17
|
+
"stack": "awsui_stack_1q84n_kvgn7_370",
|
|
18
|
+
"animation-running": "awsui_animation-running_1q84n_kvgn7_370",
|
|
19
|
+
"item": "awsui_item_1q84n_kvgn7_370",
|
|
20
|
+
"flash-list-item": "awsui_flash-list-item_1q84n_kvgn7_371",
|
|
21
|
+
"notification-bar": "awsui_notification-bar_1q84n_kvgn7_372",
|
|
22
|
+
"collapsed": "awsui_collapsed_1q84n_kvgn7_392",
|
|
23
|
+
"animation-ready": "awsui_animation-ready_1q84n_kvgn7_392",
|
|
24
|
+
"expanded-only": "awsui_expanded-only_1q84n_kvgn7_392",
|
|
25
|
+
"expanded": "awsui_expanded_1q84n_kvgn7_392",
|
|
26
|
+
"flash": "awsui_flash_1q84n_kvgn7_157",
|
|
27
|
+
"collapsible": "awsui_collapsible_1q84n_kvgn7_448",
|
|
28
|
+
"short-list": "awsui_short-list_1q84n_kvgn7_454",
|
|
29
|
+
"visual-refresh": "awsui_visual-refresh_1q84n_kvgn7_454",
|
|
30
|
+
"status": "awsui_status_1q84n_kvgn7_601",
|
|
31
|
+
"header": "awsui_header_1q84n_kvgn7_601",
|
|
32
|
+
"item-count": "awsui_item-count_1q84n_kvgn7_602",
|
|
33
|
+
"button": "awsui_button_1q84n_kvgn7_603",
|
|
34
|
+
"type-count": "awsui_type-count_1q84n_kvgn7_636",
|
|
35
|
+
"count-number": "awsui_count-number_1q84n_kvgn7_636",
|
|
36
|
+
"icon": "awsui_icon_1q84n_kvgn7_674",
|
|
37
|
+
"floating": "awsui_floating_1q84n_kvgn7_715",
|
|
38
|
+
"flashbar": "awsui_flashbar_1q84n_kvgn7_719",
|
|
39
|
+
"initial-hidden": "awsui_initial-hidden_1q84n_kvgn7_778",
|
|
40
|
+
"flash-list": "awsui_flash-list_1q84n_kvgn7_371",
|
|
41
|
+
"flash-focus-container": "awsui_flash-focus-container_1q84n_kvgn7_802",
|
|
42
|
+
"flash-text": "awsui_flash-text_1q84n_kvgn7_832",
|
|
43
|
+
"hidden": "awsui_hidden_1q84n_kvgn7_851",
|
|
44
|
+
"header-replacement": "awsui_header-replacement_1q84n_kvgn7_856",
|
|
45
|
+
"content-replacement": "awsui_content-replacement_1q84n_kvgn7_861",
|
|
46
|
+
"dismiss-button": "awsui_dismiss-button_1q84n_kvgn7_174",
|
|
47
|
+
"action-wrapped": "awsui_action-wrapped_1q84n_kvgn7_879",
|
|
48
|
+
"action-button": "awsui_action-button_1q84n_kvgn7_173",
|
|
49
|
+
"action-slot": "awsui_action-slot_1q84n_kvgn7_886",
|
|
50
|
+
"flash-type-success": "awsui_flash-type-success_1q84n_kvgn7_890",
|
|
51
|
+
"flash-type-error": "awsui_flash-type-error_1q84n_kvgn7_894",
|
|
52
|
+
"flash-type-info": "awsui_flash-type-info_1q84n_kvgn7_898",
|
|
53
|
+
"flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_kvgn7_899",
|
|
54
|
+
"flash-type-warning": "awsui_flash-type-warning_1q84n_kvgn7_903"
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"help-panel": "awsui_help-
|
|
5
|
-
"loading": "
|
|
6
|
-
"header": "
|
|
7
|
-
"with-toolbar": "awsui_with-
|
|
8
|
-
"content": "
|
|
9
|
-
"footer": "
|
|
4
|
+
"help-panel": "awsui_help-panel_1d237_10ksh_181",
|
|
5
|
+
"loading": "awsui_loading_1d237_10ksh_354",
|
|
6
|
+
"header": "awsui_header_1d237_10ksh_359",
|
|
7
|
+
"with-toolbar": "awsui_with-toolbar_1d237_10ksh_377",
|
|
8
|
+
"content": "awsui_content_1d237_10ksh_396",
|
|
9
|
+
"footer": "awsui_footer_1d237_10ksh_447"
|
|
10
10
|
};
|
|
11
11
|
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
*/
|
|
179
179
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
180
180
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
181
|
-
.awsui_help-
|
|
181
|
+
.awsui_help-panel_1d237_10ksh_181:not(#\9) {
|
|
182
182
|
border-collapse: separate;
|
|
183
183
|
border-spacing: 0;
|
|
184
184
|
box-sizing: border-box;
|
|
@@ -214,36 +214,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
214
214
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
215
215
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
216
216
|
}
|
|
217
|
-
.awsui_help-
|
|
217
|
+
.awsui_help-panel_1d237_10ksh_181 hr:not(#\9) {
|
|
218
218
|
border-block: none;
|
|
219
219
|
border-inline: none;
|
|
220
220
|
border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
|
|
221
221
|
margin-block: var(--space-scaled-xl-nxtcbc, 24px);
|
|
222
222
|
margin-inline: calc(-1 * var(--space-panel-divider-margin-horizontal-6msb21, 12px));
|
|
223
223
|
}
|
|
224
|
-
.awsui_help-
|
|
225
|
-
.awsui_help-
|
|
224
|
+
.awsui_help-panel_1d237_10ksh_181 ol:not(#\9),
|
|
225
|
+
.awsui_help-panel_1d237_10ksh_181 ul:not(#\9) {
|
|
226
226
|
padding-inline-start: var(--space-l-3cws6j, 20px);
|
|
227
227
|
list-style-position: outside;
|
|
228
228
|
margin-block: var(--space-s-4a5hs8, 12px);
|
|
229
229
|
margin-inline: 0;
|
|
230
230
|
}
|
|
231
|
-
.awsui_help-
|
|
231
|
+
.awsui_help-panel_1d237_10ksh_181 li:not(#\9) {
|
|
232
232
|
margin-block: var(--space-scaled-xxs-jatbiv, 4px);
|
|
233
233
|
margin-inline: 0;
|
|
234
234
|
}
|
|
235
|
-
.awsui_help-
|
|
236
|
-
.awsui_help-
|
|
237
|
-
.awsui_help-
|
|
238
|
-
.awsui_help-
|
|
239
|
-
.awsui_help-
|
|
240
|
-
.awsui_help-
|
|
241
|
-
.awsui_help-
|
|
235
|
+
.awsui_help-panel_1d237_10ksh_181 a:not(#\9),
|
|
236
|
+
.awsui_help-panel_1d237_10ksh_181 h2:not(#\9),
|
|
237
|
+
.awsui_help-panel_1d237_10ksh_181 h3:not(#\9),
|
|
238
|
+
.awsui_help-panel_1d237_10ksh_181 h4:not(#\9),
|
|
239
|
+
.awsui_help-panel_1d237_10ksh_181 h5:not(#\9),
|
|
240
|
+
.awsui_help-panel_1d237_10ksh_181 pre:not(#\9),
|
|
241
|
+
.awsui_help-panel_1d237_10ksh_181 code:not(#\9) {
|
|
242
242
|
margin-block: var(--space-xs-kw7k3v, 8px);
|
|
243
243
|
margin-inline: 0;
|
|
244
244
|
padding-block: 0;
|
|
245
245
|
}
|
|
246
|
-
.awsui_help-
|
|
246
|
+
.awsui_help-panel_1d237_10ksh_181 code:not(#\9) {
|
|
247
247
|
font-size: var(--font-size-body-s-psgqn2, 12px);
|
|
248
248
|
line-height: var(--line-height-body-s-otgtsr, 16px);
|
|
249
249
|
letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
|
|
@@ -254,7 +254,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
254
254
|
word-wrap: break-word;
|
|
255
255
|
white-space: pre-wrap;
|
|
256
256
|
}
|
|
257
|
-
.awsui_help-
|
|
257
|
+
.awsui_help-panel_1d237_10ksh_181 pre:not(#\9) {
|
|
258
258
|
font-size: var(--font-size-body-s-psgqn2, 12px);
|
|
259
259
|
line-height: var(--line-height-body-s-otgtsr, 16px);
|
|
260
260
|
letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
|
|
@@ -267,41 +267,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
267
267
|
padding-block: var(--space-xxs-jnczic, 4px);
|
|
268
268
|
padding-inline: var(--space-xxs-jnczic, 4px);
|
|
269
269
|
}
|
|
270
|
-
.awsui_help-
|
|
270
|
+
.awsui_help-panel_1d237_10ksh_181 dl:not(#\9) {
|
|
271
271
|
margin-block: var(--space-s-4a5hs8, 12px);
|
|
272
272
|
margin-inline: 0;
|
|
273
273
|
/* stylelint-disable-next-line selector-max-universal */
|
|
274
274
|
}
|
|
275
|
-
.awsui_help-
|
|
275
|
+
.awsui_help-panel_1d237_10ksh_181 dl *:not(#\9) {
|
|
276
276
|
margin-block: 0;
|
|
277
277
|
}
|
|
278
|
-
.awsui_help-
|
|
278
|
+
.awsui_help-panel_1d237_10ksh_181 dt:not(#\9) {
|
|
279
279
|
margin-block-start: var(--space-xs-kw7k3v, 8px);
|
|
280
280
|
font-weight: 700;
|
|
281
281
|
}
|
|
282
|
-
.awsui_help-
|
|
282
|
+
.awsui_help-panel_1d237_10ksh_181 dd:not(#\9) {
|
|
283
283
|
margin-block-start: 0;
|
|
284
284
|
margin-block-end: var(--space-xs-kw7k3v, 8px);
|
|
285
285
|
margin-inline: 0;
|
|
286
286
|
}
|
|
287
|
-
.awsui_help-
|
|
288
|
-
.awsui_help-
|
|
289
|
-
.awsui_help-
|
|
290
|
-
.awsui_help-
|
|
291
|
-
.awsui_help-
|
|
287
|
+
.awsui_help-panel_1d237_10ksh_181 h2:not(#\9),
|
|
288
|
+
.awsui_help-panel_1d237_10ksh_181 h3:not(#\9),
|
|
289
|
+
.awsui_help-panel_1d237_10ksh_181 h4:not(#\9),
|
|
290
|
+
.awsui_help-panel_1d237_10ksh_181 h5:not(#\9),
|
|
291
|
+
.awsui_help-panel_1d237_10ksh_181 h6:not(#\9) {
|
|
292
292
|
margin-block-start: var(--space-xl-4dmkh1, 24px);
|
|
293
293
|
color: var(--color-text-heading-default-wlau07, #16191f);
|
|
294
294
|
}
|
|
295
|
-
.awsui_help-
|
|
295
|
+
.awsui_help-panel_1d237_10ksh_181 > :not(#\9):last-child {
|
|
296
296
|
margin-block-end: var(--space-panel-content-bottom-igtxf0, 40px);
|
|
297
297
|
}
|
|
298
|
-
.awsui_help-
|
|
298
|
+
.awsui_help-panel_1d237_10ksh_181 p:not(#\9) {
|
|
299
299
|
color: inherit;
|
|
300
300
|
text-decoration: none;
|
|
301
301
|
margin-block: var(--space-s-4a5hs8, 12px);
|
|
302
302
|
margin-inline: 0;
|
|
303
303
|
}
|
|
304
|
-
.awsui_help-
|
|
304
|
+
.awsui_help-panel_1d237_10ksh_181 h1:not(#\9) {
|
|
305
305
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
306
306
|
font-size: var(--font-size-heading-xl-w5di2k, 28px);
|
|
307
307
|
line-height: var(--line-height-heading-xl-vs1f23, 36px);
|
|
@@ -310,7 +310,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
310
310
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
311
311
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
312
312
|
}
|
|
313
|
-
.awsui_help-
|
|
313
|
+
.awsui_help-panel_1d237_10ksh_181 h2:not(#\9) {
|
|
314
314
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
315
315
|
font-size: var(--font-size-heading-l-qgg2za, 18px);
|
|
316
316
|
line-height: var(--line-height-heading-l-vhgtnq, 22px);
|
|
@@ -319,7 +319,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
319
319
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
320
320
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
321
321
|
}
|
|
322
|
-
.awsui_help-
|
|
322
|
+
.awsui_help-panel_1d237_10ksh_181 h3:not(#\9) {
|
|
323
323
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
324
324
|
font-size: var(--font-size-heading-m-56jjln, 18px);
|
|
325
325
|
line-height: var(--line-height-heading-m-irezqt, 22px);
|
|
@@ -328,7 +328,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
328
328
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
329
329
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
330
330
|
}
|
|
331
|
-
.awsui_help-
|
|
331
|
+
.awsui_help-panel_1d237_10ksh_181 h4:not(#\9) {
|
|
332
332
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
333
333
|
font-size: var(--font-size-heading-s-yde02v, 16px);
|
|
334
334
|
line-height: var(--line-height-heading-s-j2axh8, 20px);
|
|
@@ -337,7 +337,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
337
337
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
338
338
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
339
339
|
}
|
|
340
|
-
.awsui_help-
|
|
340
|
+
.awsui_help-panel_1d237_10ksh_181 h5:not(#\9) {
|
|
341
341
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
342
342
|
font-size: var(--font-size-heading-xs-c20ika, 16px);
|
|
343
343
|
line-height: var(--line-height-heading-xs-fuzanp, 20px);
|
|
@@ -346,17 +346,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
346
346
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
347
347
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
348
348
|
}
|
|
349
|
-
.awsui_help-
|
|
350
|
-
.awsui_help-
|
|
349
|
+
.awsui_help-panel_1d237_10ksh_181 b:not(#\9),
|
|
350
|
+
.awsui_help-panel_1d237_10ksh_181 strong:not(#\9) {
|
|
351
351
|
font-weight: 700;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
|
-
.
|
|
354
|
+
.awsui_loading_1d237_10ksh_354:not(#\9) {
|
|
355
355
|
padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
|
|
356
356
|
padding-inline-end: var(--space-panel-side-right-b77xx0, 32px);
|
|
357
357
|
}
|
|
358
358
|
|
|
359
|
-
.
|
|
359
|
+
.awsui_header_1d237_10ksh_359:not(#\9) {
|
|
360
360
|
font-size: var(--font-panel-header-size-i1j838, 18px);
|
|
361
361
|
letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
|
|
362
362
|
line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
|
|
@@ -374,15 +374,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
374
374
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
375
375
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
376
376
|
}
|
|
377
|
-
.awsui_with-
|
|
377
|
+
.awsui_with-toolbar_1d237_10ksh_377 > .awsui_header_1d237_10ksh_359:not(#\9) {
|
|
378
378
|
border-color: transparent;
|
|
379
379
|
margin-block-end: 0px;
|
|
380
380
|
}
|
|
381
|
-
.
|
|
382
|
-
.
|
|
383
|
-
.
|
|
384
|
-
.
|
|
385
|
-
.
|
|
381
|
+
.awsui_header_1d237_10ksh_359 h2:not(#\9),
|
|
382
|
+
.awsui_header_1d237_10ksh_359 h3:not(#\9),
|
|
383
|
+
.awsui_header_1d237_10ksh_359 h4:not(#\9),
|
|
384
|
+
.awsui_header_1d237_10ksh_359 h5:not(#\9),
|
|
385
|
+
.awsui_header_1d237_10ksh_359 h6:not(#\9) {
|
|
386
386
|
font-size: var(--font-panel-header-size-i1j838, 18px);
|
|
387
387
|
letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
|
|
388
388
|
line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
|
|
@@ -393,25 +393,25 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
393
393
|
margin-block: 0;
|
|
394
394
|
}
|
|
395
395
|
|
|
396
|
-
.
|
|
396
|
+
.awsui_content_1d237_10ksh_396:not(#\9) {
|
|
397
397
|
color: var(--color-text-body-secondary-gaft81, #545b64);
|
|
398
398
|
padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
|
|
399
399
|
padding-inline-end: var(--space-panel-side-right-b77xx0, 32px);
|
|
400
400
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
401
401
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
402
402
|
}
|
|
403
|
-
.
|
|
404
|
-
.
|
|
405
|
-
.
|
|
406
|
-
.
|
|
407
|
-
.
|
|
408
|
-
.
|
|
403
|
+
.awsui_content_1d237_10ksh_396 h2:not(#\9):first-child,
|
|
404
|
+
.awsui_content_1d237_10ksh_396 h3:not(#\9):first-child,
|
|
405
|
+
.awsui_content_1d237_10ksh_396 h4:not(#\9):first-child,
|
|
406
|
+
.awsui_content_1d237_10ksh_396 h5:not(#\9):first-child,
|
|
407
|
+
.awsui_content_1d237_10ksh_396 h6:not(#\9):first-child,
|
|
408
|
+
.awsui_content_1d237_10ksh_396 p:not(#\9):first-child {
|
|
409
409
|
margin-block-start: 0;
|
|
410
410
|
}
|
|
411
|
-
.
|
|
411
|
+
.awsui_content_1d237_10ksh_396 a:not(#\9) {
|
|
412
412
|
text-underline-offset: 0.25em;
|
|
413
413
|
text-decoration-thickness: 1px;
|
|
414
|
-
color: var(--awsui-style-color-default-
|
|
414
|
+
color: var(--awsui-style-color-default-hzjhvz, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
415
415
|
font-weight: inherit;
|
|
416
416
|
letter-spacing: normal;
|
|
417
417
|
text-decoration-line: underline;
|
|
@@ -422,31 +422,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
422
422
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
423
423
|
}
|
|
424
424
|
@media (prefers-reduced-motion: reduce) {
|
|
425
|
-
.
|
|
425
|
+
.awsui_content_1d237_10ksh_396 a:not(#\9) {
|
|
426
426
|
animation: none;
|
|
427
427
|
transition: none;
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
|
-
.awsui-motion-disabled .
|
|
430
|
+
.awsui-motion-disabled .awsui_content_1d237_10ksh_396 a:not(#\9), .awsui-mode-entering .awsui_content_1d237_10ksh_396 a:not(#\9) {
|
|
431
431
|
animation: none;
|
|
432
432
|
transition: none;
|
|
433
433
|
}
|
|
434
|
-
.
|
|
434
|
+
.awsui_content_1d237_10ksh_396 a:not(#\9):hover {
|
|
435
435
|
cursor: pointer;
|
|
436
|
-
color: var(--awsui-style-color-hover-
|
|
436
|
+
color: var(--awsui-style-color-hover-hzjhvz, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
437
437
|
}
|
|
438
|
-
.
|
|
438
|
+
.awsui_content_1d237_10ksh_396 a:not(#\9):focus {
|
|
439
439
|
outline: none;
|
|
440
440
|
}
|
|
441
|
-
.
|
|
442
|
-
color: var(--awsui-style-color-active-
|
|
441
|
+
.awsui_content_1d237_10ksh_396 a:not(#\9):active {
|
|
442
|
+
color: var(--awsui-style-color-active-hzjhvz, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
443
443
|
}
|
|
444
|
-
.
|
|
444
|
+
.awsui_content_1d237_10ksh_396 a:not(#\9):active, .awsui_content_1d237_10ksh_396 a:not(#\9):focus, .awsui_content_1d237_10ksh_396 a:not(#\9):hover {
|
|
445
445
|
text-decoration-line: underline;
|
|
446
446
|
text-decoration-color: currentColor;
|
|
447
447
|
}
|
|
448
448
|
|
|
449
|
-
.
|
|
449
|
+
.awsui_footer_1d237_10ksh_447:not(#\9) {
|
|
450
450
|
color: var(--color-text-body-secondary-gaft81, #545b64);
|
|
451
451
|
padding-block: 0;
|
|
452
452
|
padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
|
|
@@ -454,14 +454,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
454
454
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
455
455
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
456
456
|
}
|
|
457
|
-
.
|
|
457
|
+
.awsui_footer_1d237_10ksh_447 ul:not(#\9) {
|
|
458
458
|
list-style: none;
|
|
459
459
|
padding-inline-start: 0;
|
|
460
460
|
}
|
|
461
|
-
.
|
|
461
|
+
.awsui_footer_1d237_10ksh_447 a:not(#\9) {
|
|
462
462
|
text-underline-offset: 0.25em;
|
|
463
463
|
text-decoration-thickness: 1px;
|
|
464
|
-
color: var(--awsui-style-color-default-
|
|
464
|
+
color: var(--awsui-style-color-default-hzjhvz, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
465
465
|
font-weight: inherit;
|
|
466
466
|
letter-spacing: normal;
|
|
467
467
|
text-decoration-line: none;
|
|
@@ -472,37 +472,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
472
472
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
473
473
|
}
|
|
474
474
|
@media (prefers-reduced-motion: reduce) {
|
|
475
|
-
.
|
|
475
|
+
.awsui_footer_1d237_10ksh_447 a:not(#\9) {
|
|
476
476
|
animation: none;
|
|
477
477
|
transition: none;
|
|
478
478
|
}
|
|
479
479
|
}
|
|
480
|
-
.awsui-motion-disabled .
|
|
480
|
+
.awsui-motion-disabled .awsui_footer_1d237_10ksh_447 a:not(#\9), .awsui-mode-entering .awsui_footer_1d237_10ksh_447 a:not(#\9) {
|
|
481
481
|
animation: none;
|
|
482
482
|
transition: none;
|
|
483
483
|
}
|
|
484
|
-
.
|
|
484
|
+
.awsui_footer_1d237_10ksh_447 a:not(#\9):hover {
|
|
485
485
|
cursor: pointer;
|
|
486
|
-
color: var(--awsui-style-color-hover-
|
|
486
|
+
color: var(--awsui-style-color-hover-hzjhvz, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
487
487
|
}
|
|
488
|
-
.
|
|
488
|
+
.awsui_footer_1d237_10ksh_447 a:not(#\9):focus {
|
|
489
489
|
outline: none;
|
|
490
490
|
}
|
|
491
|
-
.
|
|
492
|
-
color: var(--awsui-style-color-active-
|
|
491
|
+
.awsui_footer_1d237_10ksh_447 a:not(#\9):active {
|
|
492
|
+
color: var(--awsui-style-color-active-hzjhvz, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
493
493
|
}
|
|
494
|
-
.
|
|
494
|
+
.awsui_footer_1d237_10ksh_447 a:not(#\9):active, .awsui_footer_1d237_10ksh_447 a:not(#\9):focus, .awsui_footer_1d237_10ksh_447 a:not(#\9):hover {
|
|
495
495
|
text-decoration-line: underline;
|
|
496
496
|
text-decoration-color: currentColor;
|
|
497
497
|
}
|
|
498
498
|
|
|
499
|
-
.
|
|
500
|
-
.
|
|
499
|
+
.awsui_content_1d237_10ksh_396:not(#\9),
|
|
500
|
+
.awsui_footer_1d237_10ksh_447:not(#\9) {
|
|
501
501
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
502
502
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
503
503
|
}
|
|
504
|
-
.
|
|
505
|
-
.
|
|
504
|
+
.awsui_content_1d237_10ksh_396 a:not(#\9):focus,
|
|
505
|
+
.awsui_footer_1d237_10ksh_447 a:not(#\9):focus {
|
|
506
506
|
outline: thin dotted;
|
|
507
507
|
outline: var(--border-link-focus-ring-outline-c5423y, 5px auto Highlight);
|
|
508
508
|
outline-offset: 2px;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"help-panel": "awsui_help-
|
|
6
|
-
"loading": "
|
|
7
|
-
"header": "
|
|
8
|
-
"with-toolbar": "awsui_with-
|
|
9
|
-
"content": "
|
|
10
|
-
"footer": "
|
|
5
|
+
"help-panel": "awsui_help-panel_1d237_10ksh_181",
|
|
6
|
+
"loading": "awsui_loading_1d237_10ksh_354",
|
|
7
|
+
"header": "awsui_header_1d237_10ksh_359",
|
|
8
|
+
"with-toolbar": "awsui_with-toolbar_1d237_10ksh_377",
|
|
9
|
+
"content": "awsui_content_1d237_10ksh_396",
|
|
10
|
+
"footer": "awsui_footer_1d237_10ksh_447"
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"input": "
|
|
6
|
-
"input-readonly": "awsui_input-
|
|
7
|
-
"input-invalid": "awsui_input-
|
|
8
|
-
"input-has-icon-left": "awsui_input-has-icon-
|
|
9
|
-
"input-warning": "awsui_input-
|
|
10
|
-
"input-type-search": "awsui_input-type-
|
|
11
|
-
"input-has-icon-right": "awsui_input-has-icon-
|
|
12
|
-
"input-has-no-border-radius": "awsui_input-has-no-border-
|
|
13
|
-
"input-container": "awsui_input-
|
|
14
|
-
"input-icon-left": "awsui_input-icon-
|
|
15
|
-
"input-icon-right": "awsui_input-icon-
|
|
16
|
-
"input-button-right": "awsui_input-button-
|
|
4
|
+
"root": "awsui_root_2rhyz_s5c52_145",
|
|
5
|
+
"input": "awsui_input_2rhyz_s5c52_149",
|
|
6
|
+
"input-readonly": "awsui_input-readonly_2rhyz_s5c52_203",
|
|
7
|
+
"input-invalid": "awsui_input-invalid_2rhyz_s5c52_266",
|
|
8
|
+
"input-has-icon-left": "awsui_input-has-icon-left_2rhyz_s5c52_275",
|
|
9
|
+
"input-warning": "awsui_input-warning_2rhyz_s5c52_278",
|
|
10
|
+
"input-type-search": "awsui_input-type-search_2rhyz_s5c52_290",
|
|
11
|
+
"input-has-icon-right": "awsui_input-has-icon-right_2rhyz_s5c52_303",
|
|
12
|
+
"input-has-no-border-radius": "awsui_input-has-no-border-radius_2rhyz_s5c52_306",
|
|
13
|
+
"input-container": "awsui_input-container_2rhyz_s5c52_313",
|
|
14
|
+
"input-icon-left": "awsui_input-icon-left_2rhyz_s5c52_318",
|
|
15
|
+
"input-icon-right": "awsui_input-icon-right_2rhyz_s5c52_325",
|
|
16
|
+
"input-button-right": "awsui_input-button-right_2rhyz_s5c52_331"
|
|
17
17
|
};
|
|
18
18
|
|