@cloudscape-design/components-themeable 3.0.1332 → 3.0.1333
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/app-layout/constants.scss +4 -0
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/navigation/styles.scss +43 -13
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/skeleton/styles.scss +7 -1
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/toolbar/styles.scss +2 -2
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +174 -173
- package/lib/internal/scss/side-navigation/styles.scss +4 -7
- package/lib/internal/scss/status-indicator/styles.scss +4 -2
- 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/classic.d.ts +1 -0
- package/lib/internal/template/app-layout/classic.d.ts.map +1 -1
- package/lib/internal/template/app-layout/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/index.js +2 -1
- package/lib/internal/template/app-layout/index.js.map +1 -1
- package/lib/internal/template/app-layout/interfaces.d.ts +16 -1
- package/lib/internal/template/app-layout/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/internal.d.ts +1 -0
- package/lib/internal/template/app-layout/internal.d.ts.map +1 -1
- 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/index.d.ts +1 -0
- package/lib/internal/template/app-layout/visual-refresh/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +262 -262
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts +3 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js.map +1 -1
- 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 +93 -93
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts +2 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.d.ts +2 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js +11 -5
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +34 -15
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/skeleton-parts.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/skeleton-parts.js +4 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/skeleton-parts.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +30 -29
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +72 -67
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +30 -29
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/interfaces.d.ts +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/props-merger.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/props-merger.js +2 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/props-merger.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js +26 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-skeleton-slots-attributes.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-skeleton-slots-attributes.js +2 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-skeleton-slots-attributes.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.d.ts +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +14 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +36 -36
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +14 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js.map +1 -1
- package/lib/internal/template/app-layout-toolbar/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout-toolbar/index.js +2 -1
- package/lib/internal/template/app-layout-toolbar/index.js.map +1 -1
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +29 -29
- 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 +30 -30
- 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/dropdown/styles.css.js +20 -20
- package/lib/internal/template/dropdown/styles.scoped.css +49 -49
- package/lib/internal/template/dropdown/styles.selectors.js +20 -20
- 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 +192 -192
- 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 +72 -72
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/input/styles.css.js +18 -18
- package/lib/internal/template/input/styles.scoped.css +82 -82
- package/lib/internal/template/input/styles.selectors.js +18 -18
- package/lib/internal/template/internal/base-component/styles.scoped.css +9 -1
- package/lib/internal/template/internal/components/abstract-switch/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/abstract-switch/index.js +7 -1
- package/lib/internal/template/internal/components/abstract-switch/index.js.map +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/option/styles.css.js +17 -17
- package/lib/internal/template/internal/components/option/styles.scoped.css +31 -31
- package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
- 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/selectable-item/styles.css.js +22 -22
- package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +57 -57
- package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +22 -22
- 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 +1 -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 +173 -172
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +2 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +2 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +40 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +27 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +27 -0
- package/lib/internal/template/internal/generated/theming/index.js +40 -0
- package/lib/internal/template/item-card/styles.css.js +14 -14
- package/lib/internal/template/item-card/styles.scoped.css +63 -63
- package/lib/internal/template/item-card/styles.selectors.js +14 -14
- package/lib/internal/template/link/styles.css.js +21 -21
- package/lib/internal/template/link/styles.scoped.css +117 -117
- package/lib/internal/template/link/styles.selectors.js +21 -21
- 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/package.json +94 -0
- 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 +26 -26
- package/lib/internal/template/prompt-input/styles.scoped.css +105 -105
- package/lib/internal/template/prompt-input/styles.selectors.js +26 -26
- 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/side-navigation/implementation.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/implementation.js +4 -3
- package/lib/internal/template/side-navigation/implementation.js.map +1 -1
- package/lib/internal/template/side-navigation/parts.d.ts +3 -1
- package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/parts.js +38 -26
- package/lib/internal/template/side-navigation/parts.js.map +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +47 -47
- package/lib/internal/template/side-navigation/styles.scoped.css +74 -76
- package/lib/internal/template/side-navigation/styles.selectors.js +47 -47
- 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/status-indicator/internal-interfaces.d.ts +3 -0
- package/lib/internal/template/status-indicator/internal-interfaces.d.ts.map +1 -0
- package/lib/internal/template/status-indicator/internal-interfaces.js +2 -0
- package/lib/internal/template/status-indicator/internal-interfaces.js.map +1 -0
- package/lib/internal/template/status-indicator/internal.d.ts +6 -2
- package/lib/internal/template/status-indicator/internal.d.ts.map +1 -1
- package/lib/internal/template/status-indicator/internal.js +1 -0
- package/lib/internal/template/status-indicator/internal.js.map +1 -1
- package/lib/internal/template/status-indicator/styles.css.js +25 -24
- package/lib/internal/template/status-indicator/styles.scoped.css +59 -53
- package/lib/internal/template/status-indicator/styles.selectors.js +25 -24
- package/lib/internal/template/steps/interfaces.d.ts +2 -2
- package/lib/internal/template/steps/interfaces.d.ts.map +1 -1
- package/lib/internal/template/steps/interfaces.js.map +1 -1
- package/lib/internal/template/steps/internal.d.ts.map +1 -1
- package/lib/internal/template/steps/internal.js +1 -0
- package/lib/internal/template/steps/internal.js.map +1 -1
- 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/styles.css.js +14 -14
- package/lib/internal/template/token/styles.scoped.css +47 -47
- 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_10slw_157",
|
|
6
|
+
"enter": "awsui_enter_1q84n_10slw_157",
|
|
7
|
+
"flash-body": "awsui_flash-body_1q84n_10slw_171",
|
|
8
|
+
"flash-message": "awsui_flash-message_1q84n_10slw_171",
|
|
9
|
+
"flash-header": "awsui_flash-header_1q84n_10slw_171",
|
|
10
|
+
"flash-content": "awsui_flash-content_1q84n_10slw_172",
|
|
11
|
+
"action-button-wrapper": "awsui_action-button-wrapper_1q84n_10slw_173",
|
|
12
|
+
"dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_10slw_174",
|
|
13
|
+
"flash-icon": "awsui_flash-icon_1q84n_10slw_197",
|
|
14
|
+
"entering": "awsui_entering_1q84n_10slw_210",
|
|
15
|
+
"entered": "awsui_entered_1q84n_10slw_231",
|
|
16
|
+
"exiting": "awsui_exiting_1q84n_10slw_336",
|
|
17
|
+
"stack": "awsui_stack_1q84n_10slw_370",
|
|
18
|
+
"animation-running": "awsui_animation-running_1q84n_10slw_370",
|
|
19
|
+
"item": "awsui_item_1q84n_10slw_370",
|
|
20
|
+
"flash-list-item": "awsui_flash-list-item_1q84n_10slw_371",
|
|
21
|
+
"notification-bar": "awsui_notification-bar_1q84n_10slw_372",
|
|
22
|
+
"collapsed": "awsui_collapsed_1q84n_10slw_392",
|
|
23
|
+
"animation-ready": "awsui_animation-ready_1q84n_10slw_392",
|
|
24
|
+
"expanded-only": "awsui_expanded-only_1q84n_10slw_392",
|
|
25
|
+
"expanded": "awsui_expanded_1q84n_10slw_392",
|
|
26
|
+
"flash": "awsui_flash_1q84n_10slw_157",
|
|
27
|
+
"collapsible": "awsui_collapsible_1q84n_10slw_448",
|
|
28
|
+
"short-list": "awsui_short-list_1q84n_10slw_454",
|
|
29
|
+
"visual-refresh": "awsui_visual-refresh_1q84n_10slw_454",
|
|
30
|
+
"status": "awsui_status_1q84n_10slw_601",
|
|
31
|
+
"header": "awsui_header_1q84n_10slw_601",
|
|
32
|
+
"item-count": "awsui_item-count_1q84n_10slw_602",
|
|
33
|
+
"button": "awsui_button_1q84n_10slw_603",
|
|
34
|
+
"type-count": "awsui_type-count_1q84n_10slw_636",
|
|
35
|
+
"count-number": "awsui_count-number_1q84n_10slw_636",
|
|
36
|
+
"icon": "awsui_icon_1q84n_10slw_674",
|
|
37
|
+
"floating": "awsui_floating_1q84n_10slw_715",
|
|
38
|
+
"flashbar": "awsui_flashbar_1q84n_10slw_719",
|
|
39
|
+
"initial-hidden": "awsui_initial-hidden_1q84n_10slw_779",
|
|
40
|
+
"flash-list": "awsui_flash-list_1q84n_10slw_371",
|
|
41
|
+
"flash-focus-container": "awsui_flash-focus-container_1q84n_10slw_803",
|
|
42
|
+
"flash-text": "awsui_flash-text_1q84n_10slw_833",
|
|
43
|
+
"hidden": "awsui_hidden_1q84n_10slw_852",
|
|
44
|
+
"header-replacement": "awsui_header-replacement_1q84n_10slw_857",
|
|
45
|
+
"content-replacement": "awsui_content-replacement_1q84n_10slw_862",
|
|
46
|
+
"dismiss-button": "awsui_dismiss-button_1q84n_10slw_174",
|
|
47
|
+
"action-wrapped": "awsui_action-wrapped_1q84n_10slw_880",
|
|
48
|
+
"action-button": "awsui_action-button_1q84n_10slw_173",
|
|
49
|
+
"action-slot": "awsui_action-slot_1q84n_10slw_887",
|
|
50
|
+
"flash-type-success": "awsui_flash-type-success_1q84n_10slw_891",
|
|
51
|
+
"flash-type-error": "awsui_flash-type-error_1q84n_10slw_899",
|
|
52
|
+
"flash-type-info": "awsui_flash-type-info_1q84n_10slw_907",
|
|
53
|
+
"flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_10slw_908",
|
|
54
|
+
"flash-type-warning": "awsui_flash-type-warning_1q84n_10slw_917"
|
|
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_go2wx_181",
|
|
5
|
+
"loading": "awsui_loading_1d237_go2wx_351",
|
|
6
|
+
"header": "awsui_header_1d237_go2wx_356",
|
|
7
|
+
"with-toolbar": "awsui_with-toolbar_1d237_go2wx_374",
|
|
8
|
+
"content": "awsui_content_1d237_go2wx_393",
|
|
9
|
+
"footer": "awsui_footer_1d237_go2wx_445"
|
|
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_go2wx_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_go2wx_181 hr:not(#\9) {
|
|
218
218
|
border-block: none;
|
|
219
219
|
border-inline: none;
|
|
220
220
|
border-block-start: var(--border-divider-section-width-dlkb8v, 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_go2wx_181 ol:not(#\9),
|
|
225
|
+
.awsui_help-panel_1d237_go2wx_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_go2wx_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_go2wx_181 a:not(#\9),
|
|
236
|
+
.awsui_help-panel_1d237_go2wx_181 h2:not(#\9),
|
|
237
|
+
.awsui_help-panel_1d237_go2wx_181 h3:not(#\9),
|
|
238
|
+
.awsui_help-panel_1d237_go2wx_181 h4:not(#\9),
|
|
239
|
+
.awsui_help-panel_1d237_go2wx_181 h5:not(#\9),
|
|
240
|
+
.awsui_help-panel_1d237_go2wx_181 pre:not(#\9),
|
|
241
|
+
.awsui_help-panel_1d237_go2wx_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_go2wx_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_go2wx_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,38 +267,38 @@ 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_go2wx_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_go2wx_181 dl *:not(#\9) {
|
|
276
276
|
margin-block: 0;
|
|
277
277
|
}
|
|
278
|
-
.awsui_help-
|
|
278
|
+
.awsui_help-panel_1d237_go2wx_181 dt:not(#\9) {
|
|
279
279
|
margin-block-start: var(--space-xs-kw7k3v, 8px);
|
|
280
280
|
font-weight: var(--font-weight-bold-p16d06, 700);
|
|
281
281
|
}
|
|
282
|
-
.awsui_help-
|
|
282
|
+
.awsui_help-panel_1d237_go2wx_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_go2wx_181 h2:not(#\9),
|
|
288
|
+
.awsui_help-panel_1d237_go2wx_181 h3:not(#\9),
|
|
289
|
+
.awsui_help-panel_1d237_go2wx_181 h4:not(#\9),
|
|
290
|
+
.awsui_help-panel_1d237_go2wx_181 h5:not(#\9),
|
|
291
|
+
.awsui_help-panel_1d237_go2wx_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_go2wx_181 p:not(#\9) {
|
|
296
296
|
color: inherit;
|
|
297
297
|
text-decoration: none;
|
|
298
298
|
margin-block: var(--space-s-4a5hs8, 12px);
|
|
299
299
|
margin-inline: 0;
|
|
300
300
|
}
|
|
301
|
-
.awsui_help-
|
|
301
|
+
.awsui_help-panel_1d237_go2wx_181 h1:not(#\9) {
|
|
302
302
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
303
303
|
font-size: var(--font-size-heading-xl-w5di2k, 28px);
|
|
304
304
|
line-height: var(--line-height-heading-xl-vs1f23, 36px);
|
|
@@ -307,7 +307,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
307
307
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
308
308
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
309
309
|
}
|
|
310
|
-
.awsui_help-
|
|
310
|
+
.awsui_help-panel_1d237_go2wx_181 h2:not(#\9) {
|
|
311
311
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
312
312
|
font-size: var(--font-size-heading-l-qgg2za, 18px);
|
|
313
313
|
line-height: var(--line-height-heading-l-vhgtnq, 22px);
|
|
@@ -316,7 +316,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
316
316
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
317
317
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
318
318
|
}
|
|
319
|
-
.awsui_help-
|
|
319
|
+
.awsui_help-panel_1d237_go2wx_181 h3:not(#\9) {
|
|
320
320
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
321
321
|
font-size: var(--font-size-heading-m-56jjln, 18px);
|
|
322
322
|
line-height: var(--line-height-heading-m-irezqt, 22px);
|
|
@@ -325,7 +325,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
325
325
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
326
326
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
327
327
|
}
|
|
328
|
-
.awsui_help-
|
|
328
|
+
.awsui_help-panel_1d237_go2wx_181 h4:not(#\9) {
|
|
329
329
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
330
330
|
font-size: var(--font-size-heading-s-yde02v, 16px);
|
|
331
331
|
line-height: var(--line-height-heading-s-j2axh8, 20px);
|
|
@@ -334,7 +334,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
334
334
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
335
335
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
336
336
|
}
|
|
337
|
-
.awsui_help-
|
|
337
|
+
.awsui_help-panel_1d237_go2wx_181 h5:not(#\9) {
|
|
338
338
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
339
339
|
font-size: var(--font-size-heading-xs-c20ika, 16px);
|
|
340
340
|
line-height: var(--line-height-heading-xs-fuzanp, 20px);
|
|
@@ -343,17 +343,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
343
343
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
344
344
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
345
345
|
}
|
|
346
|
-
.awsui_help-
|
|
347
|
-
.awsui_help-
|
|
346
|
+
.awsui_help-panel_1d237_go2wx_181 b:not(#\9),
|
|
347
|
+
.awsui_help-panel_1d237_go2wx_181 strong:not(#\9) {
|
|
348
348
|
font-weight: var(--font-weight-bold-p16d06, 700);
|
|
349
349
|
}
|
|
350
350
|
|
|
351
|
-
.
|
|
351
|
+
.awsui_loading_1d237_go2wx_351:not(#\9) {
|
|
352
352
|
padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
|
|
353
353
|
padding-inline-end: var(--space-panel-side-right-b77xx0, 32px);
|
|
354
354
|
}
|
|
355
355
|
|
|
356
|
-
.
|
|
356
|
+
.awsui_header_1d237_go2wx_356:not(#\9) {
|
|
357
357
|
font-size: var(--font-panel-header-size-i1j838, 18px);
|
|
358
358
|
letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
|
|
359
359
|
line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
|
|
@@ -371,15 +371,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
371
371
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
372
372
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
373
373
|
}
|
|
374
|
-
.awsui_with-
|
|
374
|
+
.awsui_with-toolbar_1d237_go2wx_374 > .awsui_header_1d237_go2wx_356:not(#\9) {
|
|
375
375
|
border-color: transparent;
|
|
376
376
|
margin-block-end: 0px;
|
|
377
377
|
}
|
|
378
|
-
.
|
|
379
|
-
.
|
|
380
|
-
.
|
|
381
|
-
.
|
|
382
|
-
.
|
|
378
|
+
.awsui_header_1d237_go2wx_356 h2:not(#\9),
|
|
379
|
+
.awsui_header_1d237_go2wx_356 h3:not(#\9),
|
|
380
|
+
.awsui_header_1d237_go2wx_356 h4:not(#\9),
|
|
381
|
+
.awsui_header_1d237_go2wx_356 h5:not(#\9),
|
|
382
|
+
.awsui_header_1d237_go2wx_356 h6:not(#\9) {
|
|
383
383
|
font-size: var(--font-panel-header-size-i1j838, 18px);
|
|
384
384
|
letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
|
|
385
385
|
line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
|
|
@@ -390,26 +390,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
390
390
|
margin-block: 0;
|
|
391
391
|
}
|
|
392
392
|
|
|
393
|
-
.
|
|
393
|
+
.awsui_content_1d237_go2wx_393:not(#\9) {
|
|
394
394
|
color: var(--color-text-body-secondary-gaft81, #545b64);
|
|
395
395
|
padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
|
|
396
396
|
padding-inline-end: var(--space-panel-side-right-b77xx0, 32px);
|
|
397
397
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
398
398
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
399
399
|
}
|
|
400
|
-
.
|
|
401
|
-
.
|
|
402
|
-
.
|
|
403
|
-
.
|
|
404
|
-
.
|
|
405
|
-
.
|
|
400
|
+
.awsui_content_1d237_go2wx_393 h2:not(#\9):first-child,
|
|
401
|
+
.awsui_content_1d237_go2wx_393 h3:not(#\9):first-child,
|
|
402
|
+
.awsui_content_1d237_go2wx_393 h4:not(#\9):first-child,
|
|
403
|
+
.awsui_content_1d237_go2wx_393 h5:not(#\9):first-child,
|
|
404
|
+
.awsui_content_1d237_go2wx_393 h6:not(#\9):first-child,
|
|
405
|
+
.awsui_content_1d237_go2wx_393 p:not(#\9):first-child {
|
|
406
406
|
margin-block-start: 0;
|
|
407
407
|
}
|
|
408
|
-
.
|
|
408
|
+
.awsui_content_1d237_go2wx_393 a:not(#\9) {
|
|
409
409
|
text-underline-offset: 0.25em;
|
|
410
410
|
text-decoration-thickness: var(--font-decoration-thickness-link-4tl2vi, 1px);
|
|
411
411
|
text-decoration-style: var(--font-decoration-style-link-7y21z4, solid);
|
|
412
|
-
color: var(--awsui-style-color-default-
|
|
412
|
+
color: var(--awsui-style-color-default-esndbs, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
413
413
|
font-weight: inherit;
|
|
414
414
|
letter-spacing: normal;
|
|
415
415
|
text-decoration-line: underline;
|
|
@@ -420,31 +420,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
420
420
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
421
421
|
}
|
|
422
422
|
@media (prefers-reduced-motion: reduce) {
|
|
423
|
-
.
|
|
423
|
+
.awsui_content_1d237_go2wx_393 a:not(#\9) {
|
|
424
424
|
animation: none;
|
|
425
425
|
transition: none;
|
|
426
426
|
}
|
|
427
427
|
}
|
|
428
|
-
.awsui-motion-disabled .
|
|
428
|
+
.awsui-motion-disabled .awsui_content_1d237_go2wx_393 a:not(#\9), .awsui-mode-entering .awsui_content_1d237_go2wx_393 a:not(#\9) {
|
|
429
429
|
animation: none;
|
|
430
430
|
transition: none;
|
|
431
431
|
}
|
|
432
|
-
.
|
|
432
|
+
.awsui_content_1d237_go2wx_393 a:not(#\9):hover {
|
|
433
433
|
cursor: pointer;
|
|
434
|
-
color: var(--awsui-style-color-hover-
|
|
434
|
+
color: var(--awsui-style-color-hover-esndbs, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
435
435
|
}
|
|
436
|
-
.
|
|
436
|
+
.awsui_content_1d237_go2wx_393 a:not(#\9):focus {
|
|
437
437
|
outline: none;
|
|
438
438
|
}
|
|
439
|
-
.
|
|
440
|
-
color: var(--awsui-style-color-active-
|
|
439
|
+
.awsui_content_1d237_go2wx_393 a:not(#\9):active {
|
|
440
|
+
color: var(--awsui-style-color-active-esndbs, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
441
441
|
}
|
|
442
|
-
.
|
|
442
|
+
.awsui_content_1d237_go2wx_393 a:not(#\9):active, .awsui_content_1d237_go2wx_393 a:not(#\9):focus, .awsui_content_1d237_go2wx_393 a:not(#\9):hover {
|
|
443
443
|
text-decoration-line: underline;
|
|
444
444
|
text-decoration-color: var(--color-text-link-decoration-hover-jnu2g9, currentColor);
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
.
|
|
447
|
+
.awsui_footer_1d237_go2wx_445:not(#\9) {
|
|
448
448
|
color: var(--color-text-body-secondary-gaft81, #545b64);
|
|
449
449
|
padding-block: 0;
|
|
450
450
|
padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
|
|
@@ -452,15 +452,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
452
452
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
453
453
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
454
454
|
}
|
|
455
|
-
.
|
|
455
|
+
.awsui_footer_1d237_go2wx_445 ul:not(#\9) {
|
|
456
456
|
list-style: none;
|
|
457
457
|
padding-inline-start: 0;
|
|
458
458
|
}
|
|
459
|
-
.
|
|
459
|
+
.awsui_footer_1d237_go2wx_445 a:not(#\9) {
|
|
460
460
|
text-underline-offset: 0.25em;
|
|
461
461
|
text-decoration-thickness: var(--font-decoration-thickness-link-4tl2vi, 1px);
|
|
462
462
|
text-decoration-style: var(--font-decoration-style-link-7y21z4, solid);
|
|
463
|
-
color: var(--awsui-style-color-default-
|
|
463
|
+
color: var(--awsui-style-color-default-esndbs, var(--color-text-link-secondary-default-6w6hsr, #0073bb));
|
|
464
464
|
font-weight: var(--font-weight-link-secondary-clvuxr, inherit);
|
|
465
465
|
letter-spacing: normal;
|
|
466
466
|
text-decoration-line: none;
|
|
@@ -471,37 +471,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
471
471
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
472
472
|
}
|
|
473
473
|
@media (prefers-reduced-motion: reduce) {
|
|
474
|
-
.
|
|
474
|
+
.awsui_footer_1d237_go2wx_445 a:not(#\9) {
|
|
475
475
|
animation: none;
|
|
476
476
|
transition: none;
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
|
-
.awsui-motion-disabled .
|
|
479
|
+
.awsui-motion-disabled .awsui_footer_1d237_go2wx_445 a:not(#\9), .awsui-mode-entering .awsui_footer_1d237_go2wx_445 a:not(#\9) {
|
|
480
480
|
animation: none;
|
|
481
481
|
transition: none;
|
|
482
482
|
}
|
|
483
|
-
.
|
|
483
|
+
.awsui_footer_1d237_go2wx_445 a:not(#\9):hover {
|
|
484
484
|
cursor: pointer;
|
|
485
|
-
color: var(--awsui-style-color-hover-
|
|
485
|
+
color: var(--awsui-style-color-hover-esndbs, var(--color-text-link-secondary-hover-c3snug, #0a4a74));
|
|
486
486
|
}
|
|
487
|
-
.
|
|
487
|
+
.awsui_footer_1d237_go2wx_445 a:not(#\9):focus {
|
|
488
488
|
outline: none;
|
|
489
489
|
}
|
|
490
|
-
.
|
|
491
|
-
color: var(--awsui-style-color-active-
|
|
490
|
+
.awsui_footer_1d237_go2wx_445 a:not(#\9):active {
|
|
491
|
+
color: var(--awsui-style-color-active-esndbs, var(--color-text-link-secondary-hover-c3snug, #0a4a74));
|
|
492
492
|
}
|
|
493
|
-
.
|
|
493
|
+
.awsui_footer_1d237_go2wx_445 a:not(#\9):active, .awsui_footer_1d237_go2wx_445 a:not(#\9):focus, .awsui_footer_1d237_go2wx_445 a:not(#\9):hover {
|
|
494
494
|
text-decoration-line: underline;
|
|
495
495
|
text-decoration-color: var(--color-text-link-decoration-hover-jnu2g9, currentColor);
|
|
496
496
|
}
|
|
497
497
|
|
|
498
|
-
.
|
|
499
|
-
.
|
|
498
|
+
.awsui_content_1d237_go2wx_393:not(#\9),
|
|
499
|
+
.awsui_footer_1d237_go2wx_445:not(#\9) {
|
|
500
500
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
501
501
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
502
502
|
}
|
|
503
|
-
.
|
|
504
|
-
.
|
|
503
|
+
.awsui_content_1d237_go2wx_393 a:not(#\9):focus,
|
|
504
|
+
.awsui_footer_1d237_go2wx_445 a:not(#\9):focus {
|
|
505
505
|
outline: thin dotted;
|
|
506
506
|
outline: var(--border-link-focus-ring-outline-wn9h6t, 5px auto Highlight);
|
|
507
507
|
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_go2wx_181",
|
|
6
|
+
"loading": "awsui_loading_1d237_go2wx_351",
|
|
7
|
+
"header": "awsui_header_1d237_go2wx_356",
|
|
8
|
+
"with-toolbar": "awsui_with-toolbar_1d237_go2wx_374",
|
|
9
|
+
"content": "awsui_content_1d237_go2wx_393",
|
|
10
|
+
"footer": "awsui_footer_1d237_go2wx_445"
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -1,23 +1,23 @@
|
|
|
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-
|
|
17
|
-
"inline-label-trigger-wrapper": "awsui_inline-label-trigger-
|
|
18
|
-
"inline-label-trigger-wrapper-full-width": "awsui_inline-label-trigger-wrapper-full-
|
|
19
|
-
"inline-label-wrapper": "awsui_inline-label-
|
|
20
|
-
"inline-label-wrapper-full-width": "awsui_inline-label-wrapper-full-
|
|
21
|
-
"inline-label": "awsui_inline-
|
|
4
|
+
"root": "awsui_root_2rhyz_akq92_145",
|
|
5
|
+
"input": "awsui_input_2rhyz_akq92_149",
|
|
6
|
+
"input-readonly": "awsui_input-readonly_2rhyz_akq92_203",
|
|
7
|
+
"input-invalid": "awsui_input-invalid_2rhyz_akq92_266",
|
|
8
|
+
"input-has-icon-left": "awsui_input-has-icon-left_2rhyz_akq92_275",
|
|
9
|
+
"input-warning": "awsui_input-warning_2rhyz_akq92_278",
|
|
10
|
+
"input-type-search": "awsui_input-type-search_2rhyz_akq92_290",
|
|
11
|
+
"input-has-icon-right": "awsui_input-has-icon-right_2rhyz_akq92_303",
|
|
12
|
+
"input-has-no-border-radius": "awsui_input-has-no-border-radius_2rhyz_akq92_306",
|
|
13
|
+
"input-container": "awsui_input-container_2rhyz_akq92_313",
|
|
14
|
+
"input-icon-left": "awsui_input-icon-left_2rhyz_akq92_318",
|
|
15
|
+
"input-icon-right": "awsui_input-icon-right_2rhyz_akq92_325",
|
|
16
|
+
"input-button-right": "awsui_input-button-right_2rhyz_akq92_331",
|
|
17
|
+
"inline-label-trigger-wrapper": "awsui_inline-label-trigger-wrapper_2rhyz_akq92_335",
|
|
18
|
+
"inline-label-trigger-wrapper-full-width": "awsui_inline-label-trigger-wrapper-full-width_2rhyz_akq92_338",
|
|
19
|
+
"inline-label-wrapper": "awsui_inline-label-wrapper_2rhyz_akq92_342",
|
|
20
|
+
"inline-label-wrapper-full-width": "awsui_inline-label-wrapper-full-width_2rhyz_akq92_345",
|
|
21
|
+
"inline-label": "awsui_inline-label_2rhyz_akq92_335"
|
|
22
22
|
};
|
|
23
23
|
|