@cloudscape-design/components-themeable 3.0.1373 → 3.0.1374
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/checkbox/styles.scss +34 -9
- package/lib/internal/scss/dialog/styles.scss +101 -0
- package/lib/internal/scss/dialog/test-classes/styles.scss +13 -0
- package/lib/internal/scss/expandable-section/styles.scss +8 -3
- package/lib/internal/scss/icon/mixins.scss +18 -0
- package/lib/internal/scss/icon/styles.scss +9 -0
- package/lib/internal/scss/internal/components/checkbox-icon/styles.scss +12 -9
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/links.scss +15 -10
- package/lib/internal/scss/internal/styles/style-api.scss +3 -2
- package/lib/internal/template/button-dropdown/interfaces.d.ts +5 -0
- package/lib/internal/template/button-dropdown/interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/interfaces.js.map +1 -1
- package/lib/internal/template/button-dropdown/internal-interfaces.d.ts +1 -1
- package/lib/internal/template/button-dropdown/internal-interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/internal-interfaces.js.map +1 -1
- package/lib/internal/template/button-dropdown/internal.js +2 -2
- package/lib/internal/template/button-dropdown/internal.js.map +1 -1
- package/lib/internal/template/button-dropdown/items-list.d.ts +1 -1
- package/lib/internal/template/button-dropdown/items-list.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/items-list.js +2 -2
- package/lib/internal/template/button-dropdown/items-list.js.map +1 -1
- package/lib/internal/template/button-dropdown/utils/move-highlight.d.ts +3 -2
- package/lib/internal/template/button-dropdown/utils/move-highlight.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/utils/move-highlight.js +13 -21
- package/lib/internal/template/button-dropdown/utils/move-highlight.js.map +1 -1
- package/lib/internal/template/button-dropdown/utils/use-button-dropdown.d.ts +1 -1
- package/lib/internal/template/button-dropdown/utils/use-button-dropdown.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/utils/use-button-dropdown.js +8 -6
- package/lib/internal/template/button-dropdown/utils/use-button-dropdown.js.map +1 -1
- package/lib/internal/template/button-dropdown/utils/use-highlighted-menu.d.ts +2 -2
- package/lib/internal/template/button-dropdown/utils/use-highlighted-menu.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/utils/use-highlighted-menu.js +14 -4
- package/lib/internal/template/button-dropdown/utils/use-highlighted-menu.js.map +1 -1
- package/lib/internal/template/button-dropdown/utils/utils.d.ts +1 -0
- package/lib/internal/template/button-dropdown/utils/utils.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/utils/utils.js +1 -0
- package/lib/internal/template/button-dropdown/utils/utils.js.map +1 -1
- package/lib/internal/template/calendar/interfaces.d.ts +2 -1
- package/lib/internal/template/calendar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/calendar/interfaces.js.map +1 -1
- package/lib/internal/template/calendar/internal.d.ts.map +1 -1
- package/lib/internal/template/calendar/internal.js +3 -1
- package/lib/internal/template/calendar/internal.js.map +1 -1
- package/lib/internal/template/checkbox/internal.d.ts +6 -0
- package/lib/internal/template/checkbox/internal.d.ts.map +1 -1
- package/lib/internal/template/checkbox/internal.js +2 -2
- package/lib/internal/template/checkbox/internal.js.map +1 -1
- package/lib/internal/template/checkbox/styles.css.js +7 -3
- package/lib/internal/template/checkbox/styles.scoped.css +72 -16
- package/lib/internal/template/checkbox/styles.selectors.js +7 -3
- package/lib/internal/template/date-range-picker/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/index.js +3 -2
- package/lib/internal/template/date-range-picker/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/interfaces.d.ts +2 -1
- package/lib/internal/template/date-range-picker/interfaces.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/interfaces.js.map +1 -1
- package/lib/internal/template/dialog/index.d.ts +4 -0
- package/lib/internal/template/dialog/index.d.ts.map +1 -0
- package/lib/internal/template/dialog/index.js +21 -0
- package/lib/internal/template/dialog/index.js.map +1 -0
- package/lib/internal/template/dialog/interfaces.d.ts +41 -0
- package/lib/internal/template/dialog/interfaces.d.ts.map +1 -0
- package/lib/internal/template/dialog/interfaces.js +2 -0
- package/lib/internal/template/dialog/interfaces.js.map +1 -0
- package/lib/internal/template/dialog/internal.d.ts +6 -0
- package/lib/internal/template/dialog/internal.d.ts.map +1 -0
- package/lib/internal/template/dialog/internal.js +39 -0
- package/lib/internal/template/dialog/internal.js.map +1 -0
- package/lib/internal/template/dialog/styles.css.js +13 -0
- package/lib/internal/template/dialog/styles.scoped.css +126 -0
- package/lib/internal/template/dialog/styles.selectors.js +14 -0
- package/lib/internal/template/dialog/test-classes/styles.css.js +11 -0
- package/lib/internal/template/dialog/test-classes/styles.scoped.css +12 -0
- package/lib/internal/template/dialog/test-classes/styles.selectors.js +12 -0
- package/lib/internal/template/dialog/use-focus-restore.d.ts +6 -0
- package/lib/internal/template/dialog/use-focus-restore.d.ts.map +1 -0
- package/lib/internal/template/dialog/use-focus-restore.js +34 -0
- package/lib/internal/template/dialog/use-focus-restore.js.map +1 -0
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.js +9 -2
- package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
- package/lib/internal/template/expandable-section/styles.css.js +44 -43
- package/lib/internal/template/expandable-section/styles.scoped.css +92 -88
- package/lib/internal/template/expandable-section/styles.selectors.js +44 -43
- package/lib/internal/template/i18n/messages/all.all.js +1 -1
- package/lib/internal/template/i18n/messages/all.all.json +1 -1
- package/lib/internal/template/i18n/messages/all.de.js +1 -1
- package/lib/internal/template/i18n/messages/all.de.json +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
- package/lib/internal/template/i18n/messages/all.en.js +1 -1
- package/lib/internal/template/i18n/messages/all.en.json +1 -1
- package/lib/internal/template/i18n/messages/all.es.js +1 -1
- package/lib/internal/template/i18n/messages/all.es.json +1 -1
- package/lib/internal/template/i18n/messages/all.fr.js +1 -1
- package/lib/internal/template/i18n/messages/all.fr.json +1 -1
- package/lib/internal/template/i18n/messages/all.id.js +1 -1
- package/lib/internal/template/i18n/messages/all.id.json +1 -1
- package/lib/internal/template/i18n/messages/all.it.js +1 -1
- package/lib/internal/template/i18n/messages/all.it.json +1 -1
- package/lib/internal/template/i18n/messages/all.ja.js +1 -1
- package/lib/internal/template/i18n/messages/all.ja.json +1 -1
- package/lib/internal/template/i18n/messages/all.ko.js +1 -1
- package/lib/internal/template/i18n/messages/all.ko.json +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
- package/lib/internal/template/i18n/messages/all.tr.js +1 -1
- package/lib/internal/template/i18n/messages/all.tr.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
- package/lib/internal/template/i18n/messages-types.d.ts +3 -0
- package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
- package/lib/internal/template/i18n/messages-types.js.map +1 -1
- package/lib/internal/template/icon/internal.d.ts +3 -1
- package/lib/internal/template/icon/internal.d.ts.map +1 -1
- package/lib/internal/template/icon/internal.js +10 -2
- package/lib/internal/template/icon/internal.js.map +1 -1
- package/lib/internal/template/icon/styles.css.js +43 -42
- package/lib/internal/template/icon/styles.scoped.css +126 -98
- package/lib/internal/template/icon/styles.selectors.js +43 -42
- package/lib/internal/template/icon-provider/context.d.ts +2 -0
- package/lib/internal/template/icon-provider/context.d.ts.map +1 -1
- package/lib/internal/template/icon-provider/context.js +2 -0
- package/lib/internal/template/icon-provider/context.js.map +1 -1
- package/lib/internal/template/icon-provider/interfaces.d.ts +39 -1
- package/lib/internal/template/icon-provider/interfaces.d.ts.map +1 -1
- package/lib/internal/template/icon-provider/interfaces.js.map +1 -1
- package/lib/internal/template/icon-provider/internal.d.ts +1 -1
- package/lib/internal/template/icon-provider/internal.d.ts.map +1 -1
- package/lib/internal/template/icon-provider/internal.js +17 -3
- package/lib/internal/template/icon-provider/internal.js.map +1 -1
- package/lib/internal/template/icon-provider/use-component-icons.d.ts +4 -0
- package/lib/internal/template/icon-provider/use-component-icons.d.ts.map +1 -0
- package/lib/internal/template/icon-provider/use-component-icons.js +9 -0
- package/lib/internal/template/icon-provider/use-component-icons.js.map +1 -0
- package/lib/internal/template/index.d.ts +1 -0
- package/lib/internal/template/index.d.ts.map +1 -1
- package/lib/internal/template/index.js +1 -0
- package/lib/internal/template/index.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/base-theme/styles.scoped.css +36 -0
- package/lib/internal/template/internal/components/abstract-switch/index.d.ts +3 -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 +5 -3
- package/lib/internal/template/internal/components/abstract-switch/index.js.map +1 -1
- package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +9 -9
- package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +18 -18
- package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +9 -9
- package/lib/internal/template/internal/components/customizable-icon/index.d.ts +19 -0
- package/lib/internal/template/internal/components/customizable-icon/index.d.ts.map +1 -0
- package/lib/internal/template/internal/components/customizable-icon/index.js +12 -0
- package/lib/internal/template/internal/components/customizable-icon/index.js.map +1 -0
- package/lib/internal/template/internal/components/expand-toggle-button/index.d.ts +4 -1
- package/lib/internal/template/internal/components/expand-toggle-button/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/expand-toggle-button/index.js +6 -3
- package/lib/internal/template/internal/components/expand-toggle-button/index.js.map +1 -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 +11 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +11 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +157 -1
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +582 -5
- package/lib/internal/template/internal/generated/theming/index.d.cts +4308 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +99 -0
- package/lib/internal/template/internal/generated/theming/index.js +157 -1
- package/lib/internal/template/internal/utils/locale/normalize-locale.js +8 -5
- package/lib/internal/template/internal/utils/locale/normalize-locale.js.map +1 -1
- package/lib/internal/template/package.json +3 -0
- package/lib/internal/template/split-panel/bottom.d.ts +2 -1
- package/lib/internal/template/split-panel/bottom.d.ts.map +1 -1
- package/lib/internal/template/split-panel/bottom.js.map +1 -1
- package/lib/internal/template/split-panel/content-props.d.ts +17 -0
- package/lib/internal/template/split-panel/content-props.d.ts.map +1 -0
- package/lib/internal/template/split-panel/content-props.js +2 -0
- package/lib/internal/template/split-panel/content-props.js.map +1 -0
- package/lib/internal/template/split-panel/interfaces.d.ts +0 -13
- package/lib/internal/template/split-panel/interfaces.d.ts.map +1 -1
- package/lib/internal/template/split-panel/interfaces.js.map +1 -1
- package/lib/internal/template/split-panel/side.d.ts +2 -1
- package/lib/internal/template/split-panel/side.d.ts.map +1 -1
- package/lib/internal/template/split-panel/side.js.map +1 -1
- package/lib/internal/template/table/body-cell/td-element.d.ts.map +1 -1
- package/lib/internal/template/table/body-cell/td-element.js +3 -1
- package/lib/internal/template/table/body-cell/td-element.js.map +1 -1
- package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
- package/lib/internal/template/table/header-cell/index.js +8 -2
- package/lib/internal/template/table/header-cell/index.js.map +1 -1
- package/lib/internal/template/table/internal.js +1 -1
- package/lib/internal/template/table/internal.js.map +1 -1
- package/lib/internal/template/test-utils/dom/dialog/index.d.ts +25 -0
- package/lib/internal/template/test-utils/dom/dialog/index.js +43 -0
- package/lib/internal/template/test-utils/dom/dialog/index.js.map +1 -0
- package/lib/internal/template/test-utils/dom/index.d.ts +28 -0
- package/lib/internal/template/test-utils/dom/index.js +21 -2
- package/lib/internal/template/test-utils/dom/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/dialog/index.d.ts +25 -0
- package/lib/internal/template/test-utils/selectors/dialog/index.js +43 -0
- package/lib/internal/template/test-utils/selectors/dialog/index.js.map +1 -0
- package/lib/internal/template/test-utils/selectors/index.d.ts +18 -0
- package/lib/internal/template/test-utils/selectors/index.js +16 -2
- package/lib/internal/template/test-utils/selectors/index.js.map +1 -1
- package/lib/internal/template/tree-view/interfaces.d.ts +3 -0
- package/lib/internal/template/tree-view/interfaces.d.ts.map +1 -1
- package/lib/internal/template/tree-view/interfaces.js.map +1 -1
- package/lib/internal/template/tree-view/tree-item/index.d.ts.map +1 -1
- package/lib/internal/template/tree-view/tree-item/index.js +3 -1
- package/lib/internal/template/tree-view/tree-item/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
10
10
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11
11
|
SPDX-License-Identifier: Apache-2.0
|
|
12
12
|
*/
|
|
13
|
-
.
|
|
13
|
+
.awsui_root_gwq0h_1ov8h_13:not(#\9) {
|
|
14
14
|
border-collapse: separate;
|
|
15
15
|
border-spacing: 0;
|
|
16
16
|
box-sizing: border-box;
|
|
@@ -45,44 +45,48 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
45
45
|
display: block;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.awsui_expand-
|
|
48
|
+
.awsui_expand-button_gwq0h_1ov8h_48:not(#\9) {
|
|
49
49
|
outline: none;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.
|
|
52
|
+
.awsui_icon_gwq0h_1ov8h_52:not(#\9) {
|
|
53
53
|
transform: rotate(-90deg);
|
|
54
54
|
transition: transform var(--motion-duration-rotate-90-de2qw0, 135ms) var(--motion-easing-rotate-90-mfea51, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
55
55
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
56
56
|
}
|
|
57
57
|
@media (prefers-reduced-motion: reduce) {
|
|
58
|
-
.
|
|
58
|
+
.awsui_icon_gwq0h_1ov8h_52:not(#\9) {
|
|
59
59
|
animation: none;
|
|
60
60
|
transition: none;
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
.awsui-motion-disabled .
|
|
63
|
+
.awsui-motion-disabled .awsui_icon_gwq0h_1ov8h_52:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1ov8h_52:not(#\9) {
|
|
64
64
|
animation: none;
|
|
65
65
|
transition: none;
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
.awsui_icon_gwq0h_1ov8h_52.awsui_expanded_gwq0h_1ov8h_67:not(#\9) {
|
|
68
68
|
transform: rotate(0deg);
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
.awsui_icon_gwq0h_1ov8h_52:not(#\9):dir(rtl) {
|
|
71
71
|
transform: rotate(90deg);
|
|
72
72
|
}
|
|
73
|
-
.
|
|
73
|
+
.awsui_icon_gwq0h_1ov8h_52:not(#\9):dir(rtl).awsui_expanded_gwq0h_1ov8h_67 {
|
|
74
74
|
transform: rotate(0deg);
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
.awsui_icon-
|
|
77
|
+
.awsui_icon-position_gwq0h_1ov8h_77:not(#\9) {
|
|
78
|
+
position: relative;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.awsui_icon-container_gwq0h_1ov8h_81:not(#\9) {
|
|
78
82
|
position: relative;
|
|
79
83
|
margin-inline: calc((var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2) calc(var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
|
|
80
84
|
}
|
|
81
|
-
.awsui_icon-container-
|
|
85
|
+
.awsui_icon-container-container_gwq0h_1ov8h_85:not(#\9) {
|
|
82
86
|
margin-inline-end: var(--space-xs-m9b7jf, 8px);
|
|
83
87
|
}
|
|
84
88
|
|
|
85
|
-
.
|
|
89
|
+
.awsui_wrapper_gwq0h_1ov8h_89:not(#\9) {
|
|
86
90
|
box-sizing: border-box;
|
|
87
91
|
border-block: none;
|
|
88
92
|
border-inline: none;
|
|
@@ -90,116 +94,116 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
94
|
line-height: var(--line-height-body-m-5xw6xo, 22px);
|
|
91
95
|
text-align: start;
|
|
92
96
|
}
|
|
93
|
-
.awsui_wrapper-
|
|
97
|
+
.awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9) {
|
|
94
98
|
border-block: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
|
|
95
99
|
border-inline: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
|
|
96
100
|
}
|
|
97
|
-
.awsui_wrapper-
|
|
101
|
+
.awsui_wrapper-navigation_gwq0h_1ov8h_101:not(#\9) {
|
|
98
102
|
border-inline-start: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
|
|
99
103
|
}
|
|
100
|
-
.awsui_wrapper-
|
|
104
|
+
.awsui_wrapper-navigation_gwq0h_1ov8h_101:not(#\9), .awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9) {
|
|
101
105
|
display: flex;
|
|
102
106
|
font-weight: var(--font-weight-heading-s-mu75ca, 700);
|
|
103
107
|
}
|
|
104
|
-
.awsui_wrapper-
|
|
108
|
+
.awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-navigation_gwq0h_1ov8h_101:not(#\9), .awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-compact_gwq0h_1ov8h_108:not(#\9) {
|
|
105
109
|
color: var(--color-text-expandable-section-default-ae8rte, #545b64);
|
|
106
110
|
-webkit-font-smoothing: var(--font-smoothing-webkit-dpz0hr, auto);
|
|
107
111
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-kjlydy, auto);
|
|
108
112
|
}
|
|
109
|
-
.awsui_wrapper-
|
|
113
|
+
.awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-navigation_gwq0h_1ov8h_101:not(#\9), .awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9) {
|
|
110
114
|
font-size: var(--font-size-expandable-heading-04ofyn, 14px);
|
|
111
115
|
letter-spacing: var(--letter-spacing-heading-s-kfu48f, normal);
|
|
112
116
|
}
|
|
113
|
-
.awsui_wrapper-
|
|
117
|
+
.awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9) {
|
|
114
118
|
padding-block: var(--space-scaled-xxs-j00t0m, 4px);
|
|
115
119
|
padding-inline-end: var(--space-xxs-3o1yoq, 4px);
|
|
116
120
|
}
|
|
117
|
-
.awsui_wrapper-
|
|
121
|
+
.awsui_wrapper-default_gwq0h_1ov8h_97.awsui_header-deprecated_gwq0h_1ov8h_121:not(#\9) {
|
|
118
122
|
padding-inline-start: var(--space-xxs-3o1yoq, 4px);
|
|
119
123
|
}
|
|
120
|
-
.awsui_wrapper-
|
|
124
|
+
.awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9) {
|
|
121
125
|
transition: border-block-end-color var(--motion-duration-show-quick-24aj9c, 135ms) var(--motion-easing-expandable-content-enter-ufdnuw, ease-out);
|
|
122
126
|
}
|
|
123
|
-
.awsui_wrapper-
|
|
127
|
+
.awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9):not(.awsui_header-deprecated_gwq0h_1ov8h_121), .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9):not(.awsui_header-deprecated_gwq0h_1ov8h_121) {
|
|
124
128
|
padding-inline-start: calc(var(--size-icon-normal-311gry, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
|
|
125
129
|
}
|
|
126
130
|
@media (prefers-reduced-motion: reduce) {
|
|
127
|
-
.awsui_wrapper-
|
|
131
|
+
.awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9) {
|
|
128
132
|
animation: none;
|
|
129
133
|
transition: none;
|
|
130
134
|
}
|
|
131
135
|
}
|
|
132
|
-
.awsui-motion-disabled .awsui_wrapper-
|
|
136
|
+
.awsui-motion-disabled .awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui-mode-entering .awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui-motion-disabled .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9), .awsui-mode-entering .awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9) {
|
|
133
137
|
animation: none;
|
|
134
138
|
transition: none;
|
|
135
139
|
}
|
|
136
|
-
.awsui_wrapper-
|
|
140
|
+
.awsui_wrapper-default_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9) {
|
|
137
141
|
padding-block-end: var(--space-scaled-xxs-j00t0m, 4px);
|
|
138
142
|
border-block-end-color: var(--color-border-expandable-section-default-0tyw84, #eaeded);
|
|
139
143
|
transition: border-block-end-color var(--motion-duration-expandable-content-enter-ztgfuo, 180ms) var(--motion-easing-expandable-content-enter-ufdnuw, ease-out) calc(var(--motion-duration-expandable-content-enter-ztgfuo, 180ms) / 3);
|
|
140
144
|
}
|
|
141
145
|
@media (prefers-reduced-motion: reduce) {
|
|
142
|
-
.awsui_wrapper-
|
|
146
|
+
.awsui_wrapper-default_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9), .awsui_wrapper-inline_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9) {
|
|
143
147
|
animation: none;
|
|
144
148
|
transition: none;
|
|
145
149
|
}
|
|
146
150
|
}
|
|
147
|
-
.awsui-motion-disabled .awsui_wrapper-
|
|
151
|
+
.awsui-motion-disabled .awsui_wrapper-default_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9), .awsui-mode-entering .awsui_wrapper-default_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9), .awsui-motion-disabled .awsui_wrapper-inline_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9), .awsui-mode-entering .awsui_wrapper-inline_gwq0h_1ov8h_97.awsui_wrapper-expanded_gwq0h_1ov8h_140:not(#\9) {
|
|
148
152
|
animation: none;
|
|
149
153
|
transition: none;
|
|
150
154
|
}
|
|
151
|
-
.awsui_wrapper-
|
|
155
|
+
.awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9) {
|
|
152
156
|
padding-block: var(--space-scaled-xxs-j00t0m, 4px);
|
|
153
157
|
}
|
|
154
|
-
.awsui_wrapper-
|
|
158
|
+
.awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9), .awsui_wrapper-compact_gwq0h_1ov8h_108:not(#\9) {
|
|
155
159
|
padding-inline-end: 0;
|
|
156
160
|
}
|
|
157
|
-
.awsui_wrapper-
|
|
161
|
+
.awsui_wrapper-footer_gwq0h_1ov8h_97.awsui_header-deprecated_gwq0h_1ov8h_121:not(#\9), .awsui_wrapper-compact_gwq0h_1ov8h_108.awsui_header-deprecated_gwq0h_1ov8h_121:not(#\9) {
|
|
158
162
|
padding-inline-start: 0;
|
|
159
163
|
}
|
|
160
|
-
.awsui_wrapper-
|
|
164
|
+
.awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9):not(.awsui_header-deprecated_gwq0h_1ov8h_121), .awsui_wrapper-compact_gwq0h_1ov8h_108:not(#\9):not(.awsui_header-deprecated_gwq0h_1ov8h_121) {
|
|
161
165
|
padding-inline-start: calc(var(--size-icon-normal-311gry, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
|
|
162
166
|
}
|
|
163
|
-
.awsui_wrapper-
|
|
167
|
+
.awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9) {
|
|
164
168
|
padding-block: var(--space-container-header-top-3txhx4, 12px) var(--space-container-header-bottom-9elagw, 12px);
|
|
165
169
|
padding-inline-end: var(--space-container-horizontal-quy5ai, 20px);
|
|
166
170
|
transition: padding-block-end var(--motion-duration-show-quick-24aj9c, 135ms) var(--motion-easing-expandable-content-enter-ufdnuw, ease-out);
|
|
167
171
|
}
|
|
168
172
|
@media (prefers-reduced-motion: reduce) {
|
|
169
|
-
.awsui_wrapper-
|
|
173
|
+
.awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9) {
|
|
170
174
|
animation: none;
|
|
171
175
|
transition: none;
|
|
172
176
|
}
|
|
173
177
|
}
|
|
174
|
-
.awsui-motion-disabled .awsui_wrapper-
|
|
178
|
+
.awsui-motion-disabled .awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9), .awsui-mode-entering .awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9) {
|
|
175
179
|
animation: none;
|
|
176
180
|
transition: none;
|
|
177
181
|
}
|
|
178
|
-
.awsui_wrapper-
|
|
182
|
+
.awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9):not(.awsui_wrapper-expanded_gwq0h_1ov8h_140) {
|
|
179
183
|
padding-block-end: var(--space-container-header-top-3txhx4, 12px);
|
|
180
184
|
}
|
|
181
|
-
.awsui_wrapper-
|
|
185
|
+
.awsui_wrapper-container_gwq0h_1ov8h_104.awsui_wrapper-not-expanded-without-actions_gwq0h_1ov8h_185:not(#\9) {
|
|
182
186
|
padding-block-end: calc(var(--space-container-header-top-3txhx4, 12px) + var(--space-scaled-xxs-j00t0m, 4px));
|
|
183
187
|
}
|
|
184
|
-
.awsui_wrapper-
|
|
188
|
+
.awsui_wrapper-container_gwq0h_1ov8h_104.awsui_header-deprecated_gwq0h_1ov8h_121:not(#\9) {
|
|
185
189
|
padding-inline-start: var(--space-container-horizontal-quy5ai, 20px);
|
|
186
190
|
}
|
|
187
|
-
.awsui_wrapper-
|
|
191
|
+
.awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9):not(.awsui_header-deprecated_gwq0h_1ov8h_121) {
|
|
188
192
|
padding-inline-start: calc(var(--space-container-horizontal-quy5ai, 20px) + calc(var(--size-icon-medium-0cbske, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xs-m9b7jf, 8px)));
|
|
189
193
|
}
|
|
190
|
-
body[data-awsui-focus-visible=true] .awsui_wrapper-
|
|
194
|
+
body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9):focus {
|
|
191
195
|
padding-block: calc(var(--space-scaled-s-2crg2b, 12px) - var(--border-divider-section-width-dlkb8v, 1px));
|
|
192
196
|
padding-inline: calc(var(--space-l-dpyxli, 20px) - var(--border-divider-section-width-dlkb8v, 1px));
|
|
193
197
|
}
|
|
194
198
|
|
|
195
|
-
.
|
|
199
|
+
.awsui_header_gwq0h_1ov8h_121:not(#\9) {
|
|
196
200
|
/* used in test-utils */
|
|
197
201
|
}
|
|
198
|
-
.awsui_header-
|
|
202
|
+
.awsui_header-wrapper_gwq0h_1ov8h_202:not(#\9), .awsui_header-deprecated_gwq0h_1ov8h_121:not(#\9) {
|
|
199
203
|
display: flex;
|
|
200
204
|
font-weight: var(--font-weight-heading-s-mu75ca, 700);
|
|
201
205
|
}
|
|
202
|
-
.awsui_header-
|
|
206
|
+
.awsui_header-wrapper_gwq0h_1ov8h_202:not(#\9) {
|
|
203
207
|
font-size: inherit;
|
|
204
208
|
letter-spacing: inherit;
|
|
205
209
|
margin-block: 0;
|
|
@@ -207,7 +211,7 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_ncg4k_100:not
|
|
|
207
211
|
padding-block: 0;
|
|
208
212
|
padding-inline: 0;
|
|
209
213
|
}
|
|
210
|
-
.awsui_header-actions-
|
|
214
|
+
.awsui_header-actions-wrapper_gwq0h_1ov8h_214:not(#\9) {
|
|
211
215
|
display: flex;
|
|
212
216
|
flex-direction: row;
|
|
213
217
|
justify-content: space-between;
|
|
@@ -215,14 +219,14 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_ncg4k_100:not
|
|
|
215
219
|
flex: 1;
|
|
216
220
|
min-inline-size: 0;
|
|
217
221
|
}
|
|
218
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
222
|
+
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1ov8h_222:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1ov8h_222:not(#\9):focus {
|
|
219
223
|
position: relative;
|
|
220
224
|
}
|
|
221
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
225
|
+
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1ov8h_222:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1ov8h_222:not(#\9):focus {
|
|
222
226
|
outline: 2px dotted transparent;
|
|
223
227
|
outline-offset: calc(0px - 1px);
|
|
224
228
|
}
|
|
225
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
229
|
+
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1ov8h_222:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1ov8h_222:not(#\9):focus::before {
|
|
226
230
|
content: " ";
|
|
227
231
|
display: block;
|
|
228
232
|
position: absolute;
|
|
@@ -236,21 +240,21 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_ncg4k_218:not(#\9
|
|
|
236
240
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
237
241
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
|
|
238
242
|
}
|
|
239
|
-
.awsui_header-
|
|
243
|
+
.awsui_header-button_gwq0h_1ov8h_222:not(#\9) {
|
|
240
244
|
box-sizing: border-box;
|
|
241
245
|
display: flex;
|
|
242
246
|
margin-inline-start: calc(-1 * calc(var(--size-icon-normal-311gry, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px)));
|
|
243
247
|
}
|
|
244
|
-
.awsui_header-container-
|
|
248
|
+
.awsui_header-container-button_gwq0h_1ov8h_222:not(#\9) {
|
|
245
249
|
margin-inline-start: calc(-1 * calc(var(--size-icon-medium-0cbske, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xs-m9b7jf, 8px)));
|
|
246
250
|
}
|
|
247
|
-
.awsui_header-
|
|
251
|
+
.awsui_header-container_gwq0h_1ov8h_222:not(#\9) {
|
|
248
252
|
inline-size: 100%;
|
|
249
253
|
}
|
|
250
|
-
.awsui_header-
|
|
254
|
+
.awsui_header-container_gwq0h_1ov8h_222 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9) {
|
|
251
255
|
margin-block-start: var(--space-expandable-section-icon-offset-top-ggjci7, 8px);
|
|
252
256
|
}
|
|
253
|
-
.awsui_header-
|
|
257
|
+
.awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9) {
|
|
254
258
|
display: inline-flex;
|
|
255
259
|
cursor: pointer;
|
|
256
260
|
color: var(--color-text-expandable-section-navigation-icon-default-hmowzn, #879596);
|
|
@@ -263,25 +267,25 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_ncg4k_218:not(#\9
|
|
|
263
267
|
text-decoration: none;
|
|
264
268
|
flex-direction: column;
|
|
265
269
|
}
|
|
266
|
-
.awsui_header-
|
|
270
|
+
.awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9):not(.awsui_icon-container-end_gwq0h_1ov8h_270) {
|
|
267
271
|
padding-inline-start: calc(24px - var(--size-icon-normal-311gry, 16px));
|
|
268
272
|
margin-inline-start: calc((var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 - calc(24px - var(--size-icon-normal-311gry, 16px)));
|
|
269
273
|
}
|
|
270
|
-
.awsui_header-
|
|
274
|
+
.awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81.awsui_icon-container-end_gwq0h_1ov8h_270:not(#\9) {
|
|
271
275
|
padding-inline-end: calc(24px - var(--size-icon-normal-311gry, 16px));
|
|
272
276
|
margin-inline-end: calc(-1 * calc(24px - var(--size-icon-normal-311gry, 16px)));
|
|
273
277
|
}
|
|
274
|
-
.awsui_header-
|
|
278
|
+
.awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9):hover {
|
|
275
279
|
color: var(--color-text-expandable-section-hover-spaa5r, #16191f);
|
|
276
280
|
}
|
|
277
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
281
|
+
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9):focus {
|
|
278
282
|
position: relative;
|
|
279
283
|
}
|
|
280
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
284
|
+
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9):focus {
|
|
281
285
|
outline: 2px dotted transparent;
|
|
282
286
|
outline-offset: calc(2px - 1px);
|
|
283
287
|
}
|
|
284
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
288
|
+
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1ov8h_257 > .awsui_icon-container_gwq0h_1ov8h_81:not(#\9):focus::before {
|
|
285
289
|
content: " ";
|
|
286
290
|
display: block;
|
|
287
291
|
position: absolute;
|
|
@@ -295,64 +299,64 @@ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_ncg4k_253 > .
|
|
|
295
299
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
296
300
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
|
|
297
301
|
}
|
|
298
|
-
.awsui_header-
|
|
302
|
+
.awsui_header-text_gwq0h_1ov8h_302:not(#\9) {
|
|
299
303
|
/* used in test-utils */
|
|
300
304
|
}
|
|
301
305
|
|
|
302
|
-
:not(#\9):not(.awsui_wrapper-
|
|
306
|
+
:not(#\9):not(.awsui_wrapper-compact_gwq0h_1ov8h_108) > .awsui_header-actions-wrapper_gwq0h_1ov8h_214 {
|
|
303
307
|
flex-wrap: wrap;
|
|
304
308
|
column-gap: var(--space-xs-m9b7jf, 8px);
|
|
305
309
|
row-gap: var(--space-scaled-xxxs-n0ri6o, 2px);
|
|
306
310
|
}
|
|
307
311
|
|
|
308
|
-
.
|
|
312
|
+
.awsui_content_gwq0h_1ov8h_312:not(#\9) {
|
|
309
313
|
display: none;
|
|
310
314
|
}
|
|
311
|
-
.awsui_content-
|
|
315
|
+
.awsui_content-expanded_gwq0h_1ov8h_315:not(#\9) {
|
|
312
316
|
display: block;
|
|
313
317
|
}
|
|
314
|
-
.awsui_content-
|
|
318
|
+
.awsui_content-compact_gwq0h_1ov8h_318:not(#\9) {
|
|
315
319
|
padding-inline-start: calc(var(--size-icon-normal-311gry, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
|
|
316
320
|
}
|
|
317
321
|
|
|
318
|
-
.awsui_content-
|
|
322
|
+
.awsui_content-inner_gwq0h_1ov8h_322:not(#\9) {
|
|
319
323
|
/* this comment keeps the class in the style sheet */
|
|
320
324
|
}
|
|
321
325
|
|
|
322
|
-
.awsui_content-inner-
|
|
326
|
+
.awsui_content-inner-expanded_gwq0h_1ov8h_326:not(#\9) {
|
|
323
327
|
/* this comment keeps the class in the style sheet */
|
|
324
328
|
}
|
|
325
329
|
|
|
326
|
-
.awsui_content-inner-
|
|
330
|
+
.awsui_content-inner-settled_gwq0h_1ov8h_330:not(#\9) {
|
|
327
331
|
/* this comment keeps the class in the style sheet */
|
|
328
332
|
}
|
|
329
333
|
|
|
330
|
-
.awsui_content-inner-body-
|
|
334
|
+
.awsui_content-inner-body-default_gwq0h_1ov8h_334:not(#\9), .awsui_content-inner-body-inline_gwq0h_1ov8h_334:not(#\9) {
|
|
331
335
|
padding-block: var(--space-scaled-xs-pajbd1, 8px);
|
|
332
336
|
}
|
|
333
|
-
.awsui_content-inner-body-
|
|
337
|
+
.awsui_content-inner-body-footer_gwq0h_1ov8h_337:not(#\9) {
|
|
334
338
|
padding-block: var(--space-xs-m9b7jf, 8px);
|
|
335
339
|
}
|
|
336
|
-
.awsui_content-inner-body-
|
|
340
|
+
.awsui_content-inner-body-container_gwq0h_1ov8h_340:not(#\9) {
|
|
337
341
|
padding-block: var(--space-container-content-top-ryubqz, 16px) var(--space-scaled-l-33ruz6, 20px);
|
|
338
342
|
padding-inline: var(--space-container-horizontal-quy5ai, 20px);
|
|
339
343
|
}
|
|
340
344
|
|
|
341
|
-
.awsui_disable-header-
|
|
345
|
+
.awsui_disable-header-paddings_gwq0h_1ov8h_345:not(#\9) {
|
|
342
346
|
padding-block: 0;
|
|
343
347
|
padding-inline: 0;
|
|
344
348
|
}
|
|
345
349
|
|
|
346
|
-
.awsui_disable-content-
|
|
350
|
+
.awsui_disable-content-paddings_gwq0h_1ov8h_350:not(#\9) {
|
|
347
351
|
padding-block: 0;
|
|
348
352
|
padding-inline: 0;
|
|
349
353
|
}
|
|
350
354
|
|
|
351
|
-
.
|
|
355
|
+
.awsui_focusable_gwq0h_1ov8h_355:not(#\9):focus {
|
|
352
356
|
outline: none;
|
|
353
357
|
text-decoration: none;
|
|
354
358
|
}
|
|
355
|
-
body[data-awsui-focus-visible=true] .
|
|
359
|
+
body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1ov8h_355:not(#\9):focus {
|
|
356
360
|
outline: 2px dotted transparent;
|
|
357
361
|
border-block: var(--border-width-button-lffd4t, 1px) solid var(--color-border-item-focused-sewkzn, #0073bb);
|
|
358
362
|
border-inline: var(--border-width-button-lffd4t, 1px) solid var(--color-border-item-focused-sewkzn, #0073bb);
|
|
@@ -363,45 +367,45 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_ncg4k_351:not(#\9):fo
|
|
|
363
367
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-iijyo6, 1px) var(--color-border-item-focused-sewkzn, #0073bb);
|
|
364
368
|
}
|
|
365
369
|
|
|
366
|
-
.awsui_click-
|
|
370
|
+
.awsui_click-target_gwq0h_1ov8h_370:not(#\9) {
|
|
367
371
|
cursor: pointer;
|
|
368
372
|
}
|
|
369
|
-
.awsui_click-
|
|
373
|
+
.awsui_click-target_gwq0h_1ov8h_370:not(#\9):not(.awsui_wrapper-container_gwq0h_1ov8h_104):not(.awsui_header-container-button_gwq0h_1ov8h_222):hover {
|
|
370
374
|
color: var(--color-text-expandable-section-hover-spaa5r, #16191f);
|
|
371
375
|
}
|
|
372
376
|
|
|
373
|
-
.awsui_header-icon-
|
|
377
|
+
.awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9), .awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-inline_gwq0h_1ov8h_97:not(#\9), .awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-footer_gwq0h_1ov8h_97:not(#\9), .awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-compact_gwq0h_1ov8h_108:not(#\9) {
|
|
374
378
|
padding-inline-start: 0;
|
|
375
379
|
}
|
|
376
|
-
.awsui_header-icon-
|
|
380
|
+
.awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-navigation_gwq0h_1ov8h_101:not(#\9) {
|
|
377
381
|
justify-content: space-between;
|
|
378
382
|
align-items: flex-start;
|
|
379
383
|
column-gap: var(--space-xs-m9b7jf, 8px);
|
|
380
384
|
}
|
|
381
|
-
.awsui_header-icon-
|
|
385
|
+
.awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9), .awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-default_gwq0h_1ov8h_97:not(#\9) {
|
|
382
386
|
display: flex;
|
|
383
387
|
align-items: flex-start;
|
|
384
388
|
column-gap: var(--space-m-n8iq8o, 16px);
|
|
385
389
|
}
|
|
386
|
-
.awsui_header-icon-
|
|
390
|
+
.awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-container_gwq0h_1ov8h_104:not(#\9):not(.awsui_header-deprecated_gwq0h_1ov8h_121) {
|
|
387
391
|
padding-inline-start: var(--space-container-horizontal-quy5ai, 20px);
|
|
388
392
|
}
|
|
389
393
|
|
|
390
|
-
.awsui_header-button-icon-
|
|
394
|
+
.awsui_header-button-icon-end_gwq0h_1ov8h_394:not(#\9) {
|
|
391
395
|
margin-inline-start: 0;
|
|
392
396
|
column-gap: var(--space-xs-m9b7jf, 8px);
|
|
393
397
|
justify-content: space-between;
|
|
394
398
|
}
|
|
395
|
-
.awsui_header-button-icon-
|
|
399
|
+
.awsui_header-button-icon-end_gwq0h_1ov8h_394:not(#\9):not(.awsui_header-container-button_gwq0h_1ov8h_222) {
|
|
396
400
|
display: flex;
|
|
397
401
|
inline-size: 100%;
|
|
398
402
|
}
|
|
399
|
-
.awsui_header-button-icon-
|
|
403
|
+
.awsui_header-button-icon-end_gwq0h_1ov8h_394:not(#\9):not(.awsui_header-container-button_gwq0h_1ov8h_222) > .awsui_header-text_gwq0h_1ov8h_302 {
|
|
400
404
|
flex: 1;
|
|
401
405
|
min-inline-size: 0;
|
|
402
406
|
}
|
|
403
407
|
|
|
404
|
-
.awsui_icon-container-
|
|
408
|
+
.awsui_icon-container-end_gwq0h_1ov8h_270:not(#\9) {
|
|
405
409
|
margin-inline-start: auto;
|
|
406
410
|
margin-inline-end: 0;
|
|
407
411
|
flex-shrink: 0;
|
|
@@ -416,14 +420,14 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_ncg4k_351:not(#\9):fo
|
|
|
416
420
|
font: inherit;
|
|
417
421
|
color: inherit;
|
|
418
422
|
}
|
|
419
|
-
body[data-awsui-focus-visible=true] .awsui_icon-container-
|
|
423
|
+
body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1ov8h_270:not(#\9):focus {
|
|
420
424
|
position: relative;
|
|
421
425
|
}
|
|
422
|
-
body[data-awsui-focus-visible=true] .awsui_icon-container-
|
|
426
|
+
body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1ov8h_270:not(#\9):focus {
|
|
423
427
|
outline: 2px dotted transparent;
|
|
424
428
|
outline-offset: calc(2px - 1px);
|
|
425
429
|
}
|
|
426
|
-
body[data-awsui-focus-visible=true] .awsui_icon-container-
|
|
430
|
+
body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1ov8h_270:not(#\9):focus::before {
|
|
427
431
|
content: " ";
|
|
428
432
|
display: block;
|
|
429
433
|
position: absolute;
|
|
@@ -437,22 +441,22 @@ body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_ncg4k_266:no
|
|
|
437
441
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
438
442
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
|
|
439
443
|
}
|
|
440
|
-
.awsui_header-icon-
|
|
444
|
+
.awsui_header-icon-end_gwq0h_1ov8h_377.awsui_wrapper-navigation_gwq0h_1ov8h_101 > .awsui_icon-container-end_gwq0h_1ov8h_270:not(#\9) {
|
|
441
445
|
padding-block-start: calc((var(--size-side-navigation-item-height-4tugsp, 28px) - var(--line-height-body-m-5xw6xo, 22px)) / 2);
|
|
442
446
|
}
|
|
443
447
|
|
|
444
|
-
.awsui_header-
|
|
448
|
+
.awsui_header-content_gwq0h_1ov8h_448:not(#\9) {
|
|
445
449
|
min-block-size: 0;
|
|
446
450
|
min-inline-size: 0;
|
|
447
451
|
}
|
|
448
452
|
|
|
449
|
-
.awsui_header-icon-
|
|
450
|
-
.awsui_header-icon-
|
|
453
|
+
.awsui_header-icon-end_gwq0h_1ov8h_377 > .awsui_header-content_gwq0h_1ov8h_448:not(#\9),
|
|
454
|
+
.awsui_header-icon-end_gwq0h_1ov8h_377 > .awsui_header-navigation-content_gwq0h_1ov8h_454:not(#\9) {
|
|
451
455
|
flex: 1;
|
|
452
456
|
min-inline-size: 0;
|
|
453
457
|
}
|
|
454
458
|
|
|
455
|
-
.awsui_disable-header-
|
|
459
|
+
.awsui_disable-header-paddings_gwq0h_1ov8h_345.awsui_wrapper-navigation_gwq0h_1ov8h_101:not(#\9):not(.awsui_header-icon-end_gwq0h_1ov8h_377) > .awsui_icon-container_gwq0h_1ov8h_81 {
|
|
456
460
|
display: grid;
|
|
457
461
|
align-items: flex-start;
|
|
458
462
|
padding-block: calc((var(--size-side-navigation-item-height-4tugsp, 28px) - var(--line-height-body-m-5xw6xo, 22px)) / 2);
|
|
@@ -2,48 +2,49 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"expand-button": "awsui_expand-
|
|
7
|
-
"icon": "
|
|
8
|
-
"expanded": "
|
|
9
|
-
"icon-
|
|
10
|
-
"icon-container
|
|
11
|
-
"
|
|
12
|
-
"wrapper
|
|
13
|
-
"wrapper-
|
|
14
|
-
"wrapper-
|
|
15
|
-
"wrapper-
|
|
16
|
-
"wrapper-
|
|
17
|
-
"wrapper-
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"wrapper-
|
|
21
|
-
"
|
|
22
|
-
"header
|
|
23
|
-
"header-
|
|
24
|
-
"header-
|
|
25
|
-
"header-
|
|
26
|
-
"header-container": "awsui_header-
|
|
27
|
-
"header-
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"content
|
|
32
|
-
"content-
|
|
33
|
-
"content-
|
|
34
|
-
"content-inner
|
|
35
|
-
"content-inner-
|
|
36
|
-
"content-inner-
|
|
37
|
-
"content-inner-body-
|
|
38
|
-
"content-inner-body-
|
|
39
|
-
"content-inner-body-
|
|
40
|
-
"
|
|
41
|
-
"disable-
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"header-
|
|
46
|
-
"header-
|
|
47
|
-
"header-
|
|
5
|
+
"root": "awsui_root_gwq0h_1ov8h_13",
|
|
6
|
+
"expand-button": "awsui_expand-button_gwq0h_1ov8h_48",
|
|
7
|
+
"icon": "awsui_icon_gwq0h_1ov8h_52",
|
|
8
|
+
"expanded": "awsui_expanded_gwq0h_1ov8h_67",
|
|
9
|
+
"icon-position": "awsui_icon-position_gwq0h_1ov8h_77",
|
|
10
|
+
"icon-container": "awsui_icon-container_gwq0h_1ov8h_81",
|
|
11
|
+
"icon-container-container": "awsui_icon-container-container_gwq0h_1ov8h_85",
|
|
12
|
+
"wrapper": "awsui_wrapper_gwq0h_1ov8h_89",
|
|
13
|
+
"wrapper-default": "awsui_wrapper-default_gwq0h_1ov8h_97",
|
|
14
|
+
"wrapper-inline": "awsui_wrapper-inline_gwq0h_1ov8h_97",
|
|
15
|
+
"wrapper-footer": "awsui_wrapper-footer_gwq0h_1ov8h_97",
|
|
16
|
+
"wrapper-navigation": "awsui_wrapper-navigation_gwq0h_1ov8h_101",
|
|
17
|
+
"wrapper-container": "awsui_wrapper-container_gwq0h_1ov8h_104",
|
|
18
|
+
"wrapper-compact": "awsui_wrapper-compact_gwq0h_1ov8h_108",
|
|
19
|
+
"header-deprecated": "awsui_header-deprecated_gwq0h_1ov8h_121",
|
|
20
|
+
"wrapper-expanded": "awsui_wrapper-expanded_gwq0h_1ov8h_140",
|
|
21
|
+
"wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_1ov8h_185",
|
|
22
|
+
"header": "awsui_header_gwq0h_1ov8h_121",
|
|
23
|
+
"header-wrapper": "awsui_header-wrapper_gwq0h_1ov8h_202",
|
|
24
|
+
"header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_1ov8h_214",
|
|
25
|
+
"header-button": "awsui_header-button_gwq0h_1ov8h_222",
|
|
26
|
+
"header-container-button": "awsui_header-container-button_gwq0h_1ov8h_222",
|
|
27
|
+
"header-container": "awsui_header-container_gwq0h_1ov8h_222",
|
|
28
|
+
"header-navigation": "awsui_header-navigation_gwq0h_1ov8h_257",
|
|
29
|
+
"icon-container-end": "awsui_icon-container-end_gwq0h_1ov8h_270",
|
|
30
|
+
"header-text": "awsui_header-text_gwq0h_1ov8h_302",
|
|
31
|
+
"content": "awsui_content_gwq0h_1ov8h_312",
|
|
32
|
+
"content-expanded": "awsui_content-expanded_gwq0h_1ov8h_315",
|
|
33
|
+
"content-compact": "awsui_content-compact_gwq0h_1ov8h_318",
|
|
34
|
+
"content-inner": "awsui_content-inner_gwq0h_1ov8h_322",
|
|
35
|
+
"content-inner-expanded": "awsui_content-inner-expanded_gwq0h_1ov8h_326",
|
|
36
|
+
"content-inner-settled": "awsui_content-inner-settled_gwq0h_1ov8h_330",
|
|
37
|
+
"content-inner-body-default": "awsui_content-inner-body-default_gwq0h_1ov8h_334",
|
|
38
|
+
"content-inner-body-inline": "awsui_content-inner-body-inline_gwq0h_1ov8h_334",
|
|
39
|
+
"content-inner-body-footer": "awsui_content-inner-body-footer_gwq0h_1ov8h_337",
|
|
40
|
+
"content-inner-body-container": "awsui_content-inner-body-container_gwq0h_1ov8h_340",
|
|
41
|
+
"disable-header-paddings": "awsui_disable-header-paddings_gwq0h_1ov8h_345",
|
|
42
|
+
"disable-content-paddings": "awsui_disable-content-paddings_gwq0h_1ov8h_350",
|
|
43
|
+
"focusable": "awsui_focusable_gwq0h_1ov8h_355",
|
|
44
|
+
"click-target": "awsui_click-target_gwq0h_1ov8h_370",
|
|
45
|
+
"header-icon-end": "awsui_header-icon-end_gwq0h_1ov8h_377",
|
|
46
|
+
"header-button-icon-end": "awsui_header-button-icon-end_gwq0h_1ov8h_394",
|
|
47
|
+
"header-content": "awsui_header-content_gwq0h_1ov8h_448",
|
|
48
|
+
"header-navigation-content": "awsui_header-navigation-content_gwq0h_1ov8h_454"
|
|
48
49
|
};
|
|
49
50
|
|