@cloudscape-design/components-themeable 3.0.15 → 3.0.18
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/scss/alert/styles.scss +1 -1
- package/lib/internal/scss/annotation-context/annotation/styles.scss +1 -1
- package/lib/internal/scss/badge/styles.scss +1 -1
- package/lib/internal/scss/button/styles.scss +1 -1
- package/lib/internal/scss/button-dropdown/category-elements/styles.scss +1 -1
- package/lib/internal/scss/button-dropdown/item-element/styles.scss +1 -1
- package/lib/internal/scss/code-editor/ace-editor.scss +2 -2
- package/lib/internal/scss/code-editor/pane.scss +3 -3
- package/lib/internal/scss/code-editor/styles.scss +7 -7
- package/lib/internal/scss/container/styles.scss +1 -1
- package/lib/internal/scss/date-picker/styles.scss +4 -4
- package/lib/internal/scss/date-range-picker/calendar/grids/day/styles.scss +5 -5
- package/lib/internal/scss/date-range-picker/styles.scss +1 -1
- package/lib/internal/scss/expandable-section/styles.scss +1 -1
- package/lib/internal/scss/flashbar/styles.scss +2 -2
- package/lib/internal/scss/input/styles.scss +1 -1
- package/lib/internal/scss/internal/components/filtering-token/styles.scss +1 -1
- package/lib/internal/scss/internal/components/options-list/styles.scss +1 -1
- package/lib/internal/scss/internal/components/selectable-item/styles.scss +1 -1
- package/lib/internal/scss/internal/styles/forms/constants.scss +1 -1
- package/lib/internal/scss/internal/styles/forms/mixins.scss +6 -6
- package/lib/internal/scss/modal/styles.scss +1 -1
- package/lib/internal/scss/pagination/styles.scss +1 -1
- package/lib/internal/scss/popover/body.scss +1 -1
- package/lib/internal/scss/radio-group/styles.scss +1 -1
- package/lib/internal/scss/segmented-control/segment.scss +2 -2
- package/lib/internal/scss/table/body-cell/styles.scss +2 -2
- package/lib/internal/scss/table/styles.scss +2 -2
- package/lib/internal/scss/tabs/tab-header-bar.scss +1 -1
- package/lib/internal/scss/token-group/styles.scss +2 -2
- package/lib/internal/scss/tutorial-panel/components/tutorial-list/styles.scss +1 -1
- package/lib/internal/scss/wizard/styles.scss +1 -1
- package/lib/internal/template/alert/styles.css.js +19 -19
- package/lib/internal/template/alert/styles.scoped.css +33 -35
- package/lib/internal/template/alert/styles.selectors.js +19 -19
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +30 -31
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/app-layout/toggles/styles.css.js +3 -3
- package/lib/internal/template/app-layout/toggles/styles.scoped.css +12 -12
- package/lib/internal/template/app-layout/toggles/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +59 -59
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +152 -152
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +59 -59
- package/lib/internal/template/area-chart/styles.scoped.css +0 -1
- package/lib/internal/template/attribute-editor/styles.scoped.css +0 -1
- package/lib/internal/template/autosuggest/internal.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/internal.js +19 -33
- package/lib/internal/template/autosuggest/internal.js.map +1 -1
- package/lib/internal/template/autosuggest/options-list.d.ts +19 -0
- package/lib/internal/template/autosuggest/options-list.d.ts.map +1 -0
- package/lib/internal/template/autosuggest/options-list.js +37 -0
- package/lib/internal/template/autosuggest/options-list.js.map +1 -0
- package/lib/internal/template/autosuggest/plain-list.d.ts +3 -5
- package/lib/internal/template/autosuggest/plain-list.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/plain-list.js +7 -7
- package/lib/internal/template/autosuggest/plain-list.js.map +1 -1
- package/lib/internal/template/autosuggest/virtual-list.d.ts +2 -6
- package/lib/internal/template/autosuggest/virtual-list.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/virtual-list.js +7 -7
- package/lib/internal/template/autosuggest/virtual-list.js.map +1 -1
- package/lib/internal/template/badge/styles.css.js +5 -5
- package/lib/internal/template/badge/styles.scoped.css +6 -7
- package/lib/internal/template/badge/styles.selectors.js +5 -5
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +16 -16
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +0 -2
- package/lib/internal/template/button/styles.css.js +18 -18
- package/lib/internal/template/button/styles.scoped.css +164 -165
- package/lib/internal/template/button/styles.selectors.js +18 -18
- package/lib/internal/template/button-dropdown/category-elements/styles.css.js +12 -12
- package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +23 -23
- package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +12 -12
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +13 -13
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +18 -18
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +13 -13
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +0 -2
- package/lib/internal/template/cards/styles.css.js +37 -37
- package/lib/internal/template/cards/styles.scoped.css +46 -47
- package/lib/internal/template/cards/styles.selectors.js +37 -37
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +7 -8
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +185 -186
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/column-layout/styles.scoped.css +0 -1
- package/lib/internal/template/container/styles.css.js +15 -15
- package/lib/internal/template/container/styles.scoped.css +26 -27
- package/lib/internal/template/container/styles.selectors.js +15 -15
- package/lib/internal/template/date-picker/styles.css.js +24 -24
- package/lib/internal/template/date-picker/styles.scoped.css +46 -48
- package/lib/internal/template/date-picker/styles.selectors.js +24 -24
- package/lib/internal/template/date-range-picker/calendar/grids/day/styles.css.js +21 -21
- package/lib/internal/template/date-range-picker/calendar/grids/day/styles.scoped.css +50 -50
- package/lib/internal/template/date-range-picker/calendar/grids/day/styles.selectors.js +21 -21
- package/lib/internal/template/date-range-picker/calendar/header/button/index.d.ts +1 -2
- package/lib/internal/template/date-range-picker/calendar/header/button/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/header/button/index.js +2 -3
- package/lib/internal/template/date-range-picker/calendar/header/button/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/header/index.d.ts +1 -2
- package/lib/internal/template/date-range-picker/calendar/header/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/header/index.js +3 -3
- package/lib/internal/template/date-range-picker/calendar/header/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/index.js +1 -1
- package/lib/internal/template/date-range-picker/calendar/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/styles.css.js +42 -42
- package/lib/internal/template/date-range-picker/styles.scoped.css +53 -56
- package/lib/internal/template/date-range-picker/styles.selectors.js +42 -42
- package/lib/internal/template/expandable-section/styles.css.js +20 -20
- package/lib/internal/template/expandable-section/styles.scoped.css +42 -43
- package/lib/internal/template/expandable-section/styles.selectors.js +20 -20
- package/lib/internal/template/flashbar/styles.css.js +22 -22
- package/lib/internal/template/flashbar/styles.scoped.css +87 -88
- package/lib/internal/template/flashbar/styles.selectors.js +22 -22
- package/lib/internal/template/form/styles.scoped.css +0 -1
- package/lib/internal/template/form-field/styles.scoped.css +0 -1
- package/lib/internal/template/grid/styles.scoped.css +0 -1
- package/lib/internal/template/header/styles.scoped.css +0 -1
- package/lib/internal/template/help-panel/styles.css.js +4 -4
- package/lib/internal/template/help-panel/styles.scoped.css +59 -60
- package/lib/internal/template/help-panel/styles.selectors.js +4 -4
- package/lib/internal/template/input/styles.css.js +13 -13
- package/lib/internal/template/input/styles.scoped.css +36 -37
- package/lib/internal/template/input/styles.selectors.js +13 -13
- package/lib/internal/template/internal/base-component/styles.scoped.css +30 -26
- package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +0 -1
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +9 -9
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +26 -27
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +9 -9
- package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +0 -1
- package/lib/internal/template/internal/components/chart-legend/styles.css.js +7 -7
- package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +16 -17
- package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +0 -1
- package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +0 -2
- package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +0 -1
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -40
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +0 -1
- package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +0 -1
- package/lib/internal/template/internal/components/filtering-token/styles.css.js +7 -7
- package/lib/internal/template/internal/components/filtering-token/styles.scoped.css +15 -15
- package/lib/internal/template/internal/components/filtering-token/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
- package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +14 -15
- package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/option/styles.scoped.css +0 -1
- package/lib/internal/template/internal/components/options-list/styles.css.js +2 -2
- package/lib/internal/template/internal/components/options-list/styles.scoped.css +3 -4
- package/lib/internal/template/internal/components/options-list/styles.selectors.js +2 -2
- package/lib/internal/template/internal/components/selectable-item/styles.css.js +16 -16
- package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +28 -28
- package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +16 -16
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +45 -39
- package/lib/internal/template/internal/generated/theming/index.js +45 -39
- package/lib/internal/template/link/styles.css.js +18 -18
- package/lib/internal/template/link/styles.scoped.css +70 -71
- package/lib/internal/template/link/styles.selectors.js +18 -18
- package/lib/internal/template/mixed-line-bar-chart/styles.scoped.css +0 -1
- package/lib/internal/template/modal/styles.css.js +22 -22
- package/lib/internal/template/modal/styles.scoped.css +42 -44
- package/lib/internal/template/modal/styles.selectors.js +22 -22
- package/lib/internal/template/multiselect/styles.scoped.css +0 -1
- package/lib/internal/template/pagination/styles.css.js +9 -9
- package/lib/internal/template/pagination/styles.scoped.css +24 -25
- package/lib/internal/template/pagination/styles.selectors.js +9 -9
- package/lib/internal/template/pie-chart/styles.scoped.css +0 -1
- package/lib/internal/template/popover/styles.css.js +48 -48
- package/lib/internal/template/popover/styles.scoped.css +64 -66
- package/lib/internal/template/popover/styles.selectors.js +48 -48
- package/lib/internal/template/progress-bar/styles.scoped.css +0 -1
- package/lib/internal/template/property-filter/styles.scoped.css +0 -1
- package/lib/internal/template/radio-group/styles.css.js +9 -9
- package/lib/internal/template/radio-group/styles.scoped.css +17 -18
- package/lib/internal/template/radio-group/styles.selectors.js +9 -9
- package/lib/internal/template/segmented-control/styles.css.js +14 -14
- package/lib/internal/template/segmented-control/styles.scoped.css +36 -43
- package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
- package/lib/internal/template/select/styles.scoped.css +0 -1
- package/lib/internal/template/side-navigation/styles.css.js +22 -22
- package/lib/internal/template/side-navigation/styles.scoped.css +33 -34
- package/lib/internal/template/side-navigation/styles.selectors.js +22 -22
- package/lib/internal/template/split-panel/styles.css.js +58 -58
- package/lib/internal/template/split-panel/styles.scoped.css +81 -83
- package/lib/internal/template/split-panel/styles.selectors.js +58 -58
- package/lib/internal/template/table/body-cell/styles.css.js +7 -7
- package/lib/internal/template/table/body-cell/styles.scoped.css +20 -20
- package/lib/internal/template/table/body-cell/styles.selectors.js +7 -7
- package/lib/internal/template/table/header-cell/styles.css.js +14 -14
- package/lib/internal/template/table/header-cell/styles.scoped.css +26 -26
- package/lib/internal/template/table/header-cell/styles.selectors.js +14 -14
- package/lib/internal/template/table/resizer/styles.scoped.css +0 -1
- package/lib/internal/template/table/styles.css.js +32 -32
- package/lib/internal/template/table/styles.scoped.css +40 -40
- package/lib/internal/template/table/styles.selectors.js +32 -32
- package/lib/internal/template/tabs/styles.css.js +21 -21
- package/lib/internal/template/tabs/styles.scoped.css +39 -40
- package/lib/internal/template/tabs/styles.selectors.js +21 -21
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +11 -11
- 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 +61 -62
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/text-filter/styles.scoped.css +0 -1
- package/lib/internal/template/textarea/styles.css.js +4 -4
- package/lib/internal/template/textarea/styles.scoped.css +14 -26
- package/lib/internal/template/textarea/styles.selectors.js +4 -4
- package/lib/internal/template/tiles/styles.css.js +28 -28
- package/lib/internal/template/tiles/styles.scoped.css +69 -71
- package/lib/internal/template/tiles/styles.selectors.js +28 -28
- package/lib/internal/template/toggle/styles.css.js +8 -8
- package/lib/internal/template/toggle/styles.scoped.css +15 -16
- package/lib/internal/template/toggle/styles.selectors.js +8 -8
- package/lib/internal/template/token-group/styles.css.js +7 -7
- package/lib/internal/template/token-group/styles.scoped.css +25 -27
- package/lib/internal/template/token-group/styles.selectors.js +7 -7
- package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
- package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +43 -44
- package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
- package/lib/internal/template/top-navigation/styles.css.js +47 -47
- package/lib/internal/template/top-navigation/styles.scoped.css +68 -71
- package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +0 -1
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +30 -33
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
- package/lib/internal/template/tutorial-panel/styles.scoped.css +0 -1
- package/lib/internal/template/wizard/styles.css.js +31 -31
- package/lib/internal/template/wizard/styles.scoped.css +60 -61
- package/lib/internal/template/wizard/styles.selectors.js +31 -31
- package/package.json +1 -1
- package/lib/internal/template/autosuggest/hooks/a11y.d.ts +0 -5
- package/lib/internal/template/autosuggest/hooks/a11y.d.ts.map +0 -1
- package/lib/internal/template/autosuggest/hooks/a11y.js +0 -24
- package/lib/internal/template/autosuggest/hooks/a11y.js.map +0 -1
|
@@ -90,11 +90,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.awsui_dropdown-content-
|
|
94
|
-
animation: awsui_awsui-motion-fade-in-
|
|
95
|
-
animation: awsui_awsui-motion-fade-in-
|
|
93
|
+
.awsui_dropdown-content-wrapper_qwoo0_1jaxg_93:not(#\9) {
|
|
94
|
+
animation: awsui_awsui-motion-fade-in-dropdown_qwoo0_1jaxg_1 135ms ease-out;
|
|
95
|
+
animation: awsui_awsui-motion-fade-in-dropdown_qwoo0_1jaxg_1 var(--motion-duration-show-quick-tyaalm, 135ms) var(--motion-easing-show-quick-1fcgbv, ease-out);
|
|
96
96
|
}
|
|
97
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
97
|
+
@keyframes awsui_awsui-motion-fade-in-dropdown_qwoo0_1jaxg_1 {
|
|
98
98
|
from {
|
|
99
99
|
opacity: 0.4;
|
|
100
100
|
}
|
|
@@ -103,24 +103,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
@media (prefers-reduced-motion: reduce) {
|
|
106
|
-
.awsui_dropdown-content-
|
|
106
|
+
.awsui_dropdown-content-wrapper_qwoo0_1jaxg_93:not(#\9) {
|
|
107
107
|
animation: none;
|
|
108
108
|
transition: none;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
.awsui-motion-disabled .awsui_dropdown-content-
|
|
111
|
+
.awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_1jaxg_93:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_1jaxg_93:not(#\9) {
|
|
112
112
|
animation: none;
|
|
113
113
|
transition: none;
|
|
114
114
|
}
|
|
115
|
-
.awsui_dropdown-content-
|
|
115
|
+
.awsui_dropdown-content-wrapper_qwoo0_1jaxg_93.awsui_refresh_qwoo0_1jaxg_114:not(#\9) {
|
|
116
116
|
transform-origin: top;
|
|
117
|
-
animation-name: awsui_awsui-motion-fade-in-
|
|
117
|
+
animation-name: awsui_awsui-motion-fade-in-0_qwoo0_1jaxg_1;
|
|
118
118
|
animation-duration: 135ms;
|
|
119
119
|
animation-duration: var(--motion-duration-show-quick-tyaalm, 135ms);
|
|
120
120
|
animation-timing-function: ease-out;
|
|
121
121
|
animation-timing-function: var(--motion-easing-show-quick-1fcgbv, ease-out);
|
|
122
122
|
}
|
|
123
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
123
|
+
@keyframes awsui_awsui-motion-fade-in-0_qwoo0_1jaxg_1 {
|
|
124
124
|
from {
|
|
125
125
|
opacity: 0;
|
|
126
126
|
}
|
|
@@ -129,12 +129,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
@media (prefers-reduced-motion: reduce) {
|
|
132
|
-
.awsui_dropdown-content-
|
|
132
|
+
.awsui_dropdown-content-wrapper_qwoo0_1jaxg_93.awsui_refresh_qwoo0_1jaxg_114:not(#\9) {
|
|
133
133
|
animation: none;
|
|
134
134
|
transition: none;
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
|
-
.awsui-motion-disabled .awsui_dropdown-content-
|
|
137
|
+
.awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_1jaxg_93.awsui_refresh_qwoo0_1jaxg_114:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_1jaxg_93.awsui_refresh_qwoo0_1jaxg_114:not(#\9) {
|
|
138
138
|
animation: none;
|
|
139
139
|
transition: none;
|
|
140
140
|
}
|
|
@@ -143,7 +143,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
143
143
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
144
144
|
SPDX-License-Identifier: Apache-2.0
|
|
145
145
|
*/
|
|
146
|
-
.
|
|
146
|
+
.awsui_root_qwoo0_1jaxg_143:not(#\9) {
|
|
147
147
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
148
148
|
border-collapse: separate;
|
|
149
149
|
border-spacing: 0;
|
|
@@ -159,7 +159,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
159
159
|
font-stretch: normal;
|
|
160
160
|
line-height: normal;
|
|
161
161
|
-webkit-hyphens: none;
|
|
162
|
-
-ms-hyphens: none;
|
|
163
162
|
hyphens: none;
|
|
164
163
|
letter-spacing: normal;
|
|
165
164
|
list-style: disc outside none;
|
|
@@ -186,38 +185,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
186
185
|
position: relative;
|
|
187
186
|
white-space: inherit;
|
|
188
187
|
}
|
|
189
|
-
.
|
|
188
|
+
.awsui_root_qwoo0_1jaxg_143.awsui_interior_qwoo0_1jaxg_155:not(#\9) {
|
|
190
189
|
position: static;
|
|
191
190
|
}
|
|
192
191
|
|
|
193
|
-
.
|
|
192
|
+
.awsui_dropdown_qwoo0_1jaxg_93:not(#\9) {
|
|
194
193
|
position: absolute;
|
|
195
194
|
display: none;
|
|
196
195
|
z-index: 2000;
|
|
197
196
|
-webkit-user-select: none;
|
|
198
|
-
-ms-user-select: none;
|
|
199
197
|
user-select: none;
|
|
200
198
|
transform-origin: top;
|
|
201
199
|
}
|
|
202
|
-
.
|
|
200
|
+
.awsui_dropdown_qwoo0_1jaxg_93.awsui_use-portal_qwoo0_1jaxg_166:not(#\9) {
|
|
203
201
|
z-index: 7000;
|
|
204
202
|
}
|
|
205
|
-
.
|
|
203
|
+
.awsui_dropdown_qwoo0_1jaxg_93:not(#\9):not(.awsui_interior_qwoo0_1jaxg_155) {
|
|
206
204
|
transform: translateY(0px);
|
|
207
205
|
transition: transform 135ms;
|
|
208
206
|
transition: transform var(--motion-duration-show-quick-tyaalm, 135ms);
|
|
209
207
|
}
|
|
210
208
|
@media (prefers-reduced-motion: reduce) {
|
|
211
|
-
.
|
|
209
|
+
.awsui_dropdown_qwoo0_1jaxg_93:not(#\9):not(.awsui_interior_qwoo0_1jaxg_155) {
|
|
212
210
|
animation: none;
|
|
213
211
|
transition: none;
|
|
214
212
|
}
|
|
215
213
|
}
|
|
216
|
-
.awsui-motion-disabled .
|
|
214
|
+
.awsui-motion-disabled .awsui_dropdown_qwoo0_1jaxg_93:not(#\9):not(.awsui_interior_qwoo0_1jaxg_155), .awsui-mode-entering .awsui_dropdown_qwoo0_1jaxg_93:not(#\9):not(.awsui_interior_qwoo0_1jaxg_155) {
|
|
217
215
|
animation: none;
|
|
218
216
|
transition: none;
|
|
219
217
|
}
|
|
220
|
-
.awsui_dropdown-content-
|
|
218
|
+
.awsui_dropdown-content-wrapper_qwoo0_1jaxg_93:not(#\9) {
|
|
221
219
|
position: relative;
|
|
222
220
|
background-color: #ffffff;
|
|
223
221
|
background-color: var(--color-background-dropdown-item-default-9xpo3g, #ffffff);
|
|
@@ -225,13 +223,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
225
223
|
box-shadow: 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15);
|
|
226
224
|
box-shadow: var(--shadow-dropdown-lzmmvx, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
|
|
227
225
|
border-radius: 0px;
|
|
228
|
-
border-radius: var(--border-dropdown-
|
|
226
|
+
border-radius: var(--border-radius-dropdown-0c284d, 0px);
|
|
229
227
|
border-top: 1px solid #eaeded;
|
|
230
228
|
border-top: var(--border-divider-list-width-hacikr, 1px) solid var(--color-border-container-top-1itxac, #eaeded);
|
|
231
229
|
box-sizing: border-box;
|
|
232
230
|
border-bottom: none;
|
|
233
231
|
}
|
|
234
|
-
.awsui_dropdown-content-
|
|
232
|
+
.awsui_dropdown-content-wrapper_qwoo0_1jaxg_93:not(#\9)::after {
|
|
235
233
|
content: "";
|
|
236
234
|
position: absolute;
|
|
237
235
|
z-index: 1;
|
|
@@ -243,67 +241,67 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
243
241
|
border: 1px solid transparent;
|
|
244
242
|
border: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-dropdown-container-y6h1e1, transparent);
|
|
245
243
|
border-radius: 0px;
|
|
246
|
-
border-radius: var(--border-dropdown-
|
|
244
|
+
border-radius: var(--border-radius-dropdown-0c284d, 0px);
|
|
247
245
|
pointer-events: none;
|
|
248
246
|
}
|
|
249
247
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
250
|
-
.awsui_dropdown-content-
|
|
248
|
+
.awsui_dropdown-content-wrapper_qwoo0_1jaxg_93:not(#\9) {
|
|
251
249
|
border: 1px solid #eaeded;
|
|
252
250
|
border: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-container-top-1itxac, #eaeded);
|
|
253
251
|
}
|
|
254
252
|
}
|
|
255
|
-
.awsui_dropdown-drop-
|
|
253
|
+
.awsui_dropdown-drop-up_qwoo0_1jaxg_211 > .awsui_dropdown-content-wrapper_qwoo0_1jaxg_93:not(#\9) {
|
|
256
254
|
transform-origin: bottom;
|
|
257
255
|
box-shadow: 0 -1px 1px 0 rgba(0, 28, 36, 0.3), 1px -1px 1px 0 rgba(0, 28, 36, 0.15), -1px -1px 1px 0 rgba(0, 28, 36, 0.15);
|
|
258
256
|
box-shadow: var(--shadow-dropup-zo6vd9, 0 -1px 1px 0 rgba(0, 28, 36, 0.3), 1px -1px 1px 0 rgba(0, 28, 36, 0.15), -1px -1px 1px 0 rgba(0, 28, 36, 0.15));
|
|
259
257
|
}
|
|
260
|
-
.awsui_dropdown-drop-
|
|
258
|
+
.awsui_dropdown-drop-up_qwoo0_1jaxg_211.awsui_with-limited-width_qwoo0_1jaxg_215 > .awsui_dropdown-content-wrapper_qwoo0_1jaxg_93:not(#\9) {
|
|
261
259
|
border-top: none;
|
|
262
260
|
}
|
|
263
|
-
.awsui_dropdown-drop-
|
|
261
|
+
.awsui_dropdown-drop-left_qwoo0_1jaxg_218:not(#\9) {
|
|
264
262
|
right: 0;
|
|
265
263
|
}
|
|
266
|
-
.awsui_dropdown-drop-
|
|
264
|
+
.awsui_dropdown-drop-right_qwoo0_1jaxg_221:not(#\9) {
|
|
267
265
|
left: 0;
|
|
268
266
|
}
|
|
269
|
-
.
|
|
267
|
+
.awsui_dropdown_qwoo0_1jaxg_93.awsui_occupy-entire-width_qwoo0_1jaxg_224:not(#\9) {
|
|
270
268
|
min-width: 100%;
|
|
271
269
|
}
|
|
272
|
-
.
|
|
270
|
+
.awsui_dropdown_qwoo0_1jaxg_93.awsui_hide-upper-border_qwoo0_1jaxg_227 > .awsui_dropdown-content-wrapper_qwoo0_1jaxg_93:not(#\9) {
|
|
273
271
|
border-top: none;
|
|
274
272
|
}
|
|
275
|
-
.
|
|
273
|
+
.awsui_dropdown_qwoo0_1jaxg_93.awsui_interior_qwoo0_1jaxg_155 > .awsui_dropdown-content-wrapper_qwoo0_1jaxg_93:not(#\9) {
|
|
276
274
|
margin-top: -1px;
|
|
277
275
|
border-top: 1px solid #eaeded;
|
|
278
276
|
border-top: var(--border-divider-list-width-hacikr, 1px) solid var(--color-border-container-top-1itxac, #eaeded);
|
|
279
277
|
}
|
|
280
|
-
.
|
|
278
|
+
.awsui_dropdown_qwoo0_1jaxg_93.awsui_open_qwoo0_1jaxg_234:not(#\9) {
|
|
281
279
|
display: block;
|
|
282
280
|
}
|
|
283
|
-
.
|
|
281
|
+
.awsui_dropdown_qwoo0_1jaxg_93.awsui_open_qwoo0_1jaxg_234:not(#\9):not(.awsui_interior_qwoo0_1jaxg_155).awsui_refresh_qwoo0_1jaxg_114[data-animating=true] {
|
|
284
282
|
transform: translateY(4px);
|
|
285
283
|
}
|
|
286
|
-
.
|
|
284
|
+
.awsui_dropdown_qwoo0_1jaxg_93.awsui_open_qwoo0_1jaxg_234:not(#\9):not(.awsui_interior_qwoo0_1jaxg_155).awsui_refresh_qwoo0_1jaxg_114[data-animating=true].awsui_dropdown-drop-up_qwoo0_1jaxg_211 {
|
|
287
285
|
transform: translateY(-4px);
|
|
288
286
|
}
|
|
289
|
-
.
|
|
287
|
+
.awsui_dropdown_qwoo0_1jaxg_93.awsui_open_qwoo0_1jaxg_234.awsui_nowrap_qwoo0_1jaxg_243:not(#\9) {
|
|
290
288
|
white-space: nowrap;
|
|
291
289
|
overflow: scroll;
|
|
292
290
|
}
|
|
293
|
-
.
|
|
291
|
+
.awsui_dropdown_qwoo0_1jaxg_93.awsui_is-empty_qwoo0_1jaxg_247:not(#\9)::after {
|
|
294
292
|
display: none;
|
|
295
293
|
}
|
|
296
294
|
|
|
297
|
-
.awsui_dropdown-
|
|
295
|
+
.awsui_dropdown-content_qwoo0_1jaxg_93:not(#\9) {
|
|
298
296
|
display: flex;
|
|
299
297
|
flex-direction: column;
|
|
300
298
|
width: 100%;
|
|
301
299
|
}
|
|
302
300
|
|
|
303
|
-
.awsui_ie11-
|
|
301
|
+
.awsui_ie11-wrapper_qwoo0_1jaxg_257:not(#\9) {
|
|
304
302
|
display: flex;
|
|
305
303
|
}
|
|
306
304
|
|
|
307
|
-
.awsui_stretch-trigger-
|
|
305
|
+
.awsui_stretch-trigger-height_qwoo0_1jaxg_261:not(#\9) {
|
|
308
306
|
height: 100%;
|
|
309
307
|
}
|
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"dropdown-content-wrapper": "awsui_dropdown-content-
|
|
6
|
-
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-
|
|
7
|
-
"refresh": "
|
|
8
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
9
|
-
"root": "
|
|
10
|
-
"interior": "
|
|
11
|
-
"dropdown": "
|
|
12
|
-
"use-portal": "awsui_use-
|
|
13
|
-
"dropdown-drop-up": "awsui_dropdown-drop-
|
|
14
|
-
"with-limited-width": "awsui_with-limited-
|
|
15
|
-
"dropdown-drop-left": "awsui_dropdown-drop-
|
|
16
|
-
"dropdown-drop-right": "awsui_dropdown-drop-
|
|
17
|
-
"occupy-entire-width": "awsui_occupy-entire-
|
|
18
|
-
"hide-upper-border": "awsui_hide-upper-
|
|
19
|
-
"open": "
|
|
20
|
-
"nowrap": "
|
|
21
|
-
"is-empty": "awsui_is-
|
|
22
|
-
"dropdown-content": "awsui_dropdown-
|
|
23
|
-
"ie11-wrapper": "awsui_ie11-
|
|
24
|
-
"stretch-trigger-height": "awsui_stretch-trigger-
|
|
5
|
+
"dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_1jaxg_93",
|
|
6
|
+
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_1jaxg_1",
|
|
7
|
+
"refresh": "awsui_refresh_qwoo0_1jaxg_114",
|
|
8
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_1jaxg_1",
|
|
9
|
+
"root": "awsui_root_qwoo0_1jaxg_143",
|
|
10
|
+
"interior": "awsui_interior_qwoo0_1jaxg_155",
|
|
11
|
+
"dropdown": "awsui_dropdown_qwoo0_1jaxg_93",
|
|
12
|
+
"use-portal": "awsui_use-portal_qwoo0_1jaxg_166",
|
|
13
|
+
"dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_1jaxg_211",
|
|
14
|
+
"with-limited-width": "awsui_with-limited-width_qwoo0_1jaxg_215",
|
|
15
|
+
"dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_1jaxg_218",
|
|
16
|
+
"dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_1jaxg_221",
|
|
17
|
+
"occupy-entire-width": "awsui_occupy-entire-width_qwoo0_1jaxg_224",
|
|
18
|
+
"hide-upper-border": "awsui_hide-upper-border_qwoo0_1jaxg_227",
|
|
19
|
+
"open": "awsui_open_qwoo0_1jaxg_234",
|
|
20
|
+
"nowrap": "awsui_nowrap_qwoo0_1jaxg_243",
|
|
21
|
+
"is-empty": "awsui_is-empty_qwoo0_1jaxg_247",
|
|
22
|
+
"dropdown-content": "awsui_dropdown-content_qwoo0_1jaxg_93",
|
|
23
|
+
"ie11-wrapper": "awsui_ie11-wrapper_qwoo0_1jaxg_257",
|
|
24
|
+
"stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_1jaxg_261"
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -106,7 +106,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
106
106
|
font-stretch: normal;
|
|
107
107
|
line-height: normal;
|
|
108
108
|
-webkit-hyphens: none;
|
|
109
|
-
-ms-hyphens: none;
|
|
110
109
|
hyphens: none;
|
|
111
110
|
letter-spacing: normal;
|
|
112
111
|
list-style: disc outside none;
|
|
@@ -106,7 +106,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
106
106
|
font-stretch: normal;
|
|
107
107
|
line-height: normal;
|
|
108
108
|
-webkit-hyphens: none;
|
|
109
|
-
-ms-hyphens: none;
|
|
110
109
|
hyphens: none;
|
|
111
110
|
letter-spacing: normal;
|
|
112
111
|
list-style: disc outside none;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"token": "
|
|
6
|
-
"show-operation": "awsui_show-
|
|
7
|
-
"select": "
|
|
8
|
-
"token-content": "awsui_token-
|
|
9
|
-
"dismiss-button": "awsui_dismiss-
|
|
10
|
-
"token-disabled": "awsui_token-
|
|
4
|
+
"root": "awsui_root_10m3l_zh7ir_97",
|
|
5
|
+
"token": "awsui_token_10m3l_zh7ir_102",
|
|
6
|
+
"show-operation": "awsui_show-operation_10m3l_zh7ir_113",
|
|
7
|
+
"select": "awsui_select_10m3l_zh7ir_119",
|
|
8
|
+
"token-content": "awsui_token-content_10m3l_zh7ir_123",
|
|
9
|
+
"dismiss-button": "awsui_dismiss-button_10m3l_zh7ir_127",
|
|
10
|
+
"token-disabled": "awsui_token-disabled_10m3l_zh7ir_163"
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -94,12 +94,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
94
94
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
95
95
|
SPDX-License-Identifier: Apache-2.0
|
|
96
96
|
*/
|
|
97
|
-
.
|
|
97
|
+
.awsui_root_10m3l_zh7ir_97:not(#\9) {
|
|
98
98
|
display: flex;
|
|
99
99
|
align-content: stretch;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.
|
|
102
|
+
.awsui_token_10m3l_zh7ir_102:not(#\9) {
|
|
103
103
|
border: 1px solid #00a1c9;
|
|
104
104
|
border: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-item-selected-pr9yuf, #00a1c9);
|
|
105
105
|
display: flex;
|
|
@@ -107,29 +107,29 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
107
107
|
background: #f1faff;
|
|
108
108
|
background: var(--color-background-item-selected-fva7ca, #f1faff);
|
|
109
109
|
border-radius: 2px;
|
|
110
|
-
border-radius: var(--border-
|
|
110
|
+
border-radius: var(--border-radius-control-u32ydh, 2px);
|
|
111
111
|
color: #16191f;
|
|
112
112
|
color: var(--color-text-body-default-7m2b3r, #16191f);
|
|
113
113
|
height: 100%;
|
|
114
114
|
box-sizing: border-box;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
.awsui_show-
|
|
117
|
+
.awsui_show-operation_10m3l_zh7ir_113:not(#\9) {
|
|
118
118
|
border-left: none;
|
|
119
119
|
border-top-left-radius: 0;
|
|
120
120
|
border-bottom-left-radius: 0;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.
|
|
123
|
+
.awsui_select_10m3l_zh7ir_119:not(#\9) {
|
|
124
124
|
/* used in test-utils */
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
.awsui_token-
|
|
127
|
+
.awsui_token-content_10m3l_zh7ir_123:not(#\9) {
|
|
128
128
|
padding: 4px 8px;
|
|
129
129
|
padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-field-horizontal-z3i1c8, 8px);
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
.awsui_dismiss-
|
|
132
|
+
.awsui_dismiss-button_10m3l_zh7ir_127:not(#\9) {
|
|
133
133
|
width: 30px;
|
|
134
134
|
margin: 0;
|
|
135
135
|
border: none;
|
|
@@ -141,15 +141,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
141
141
|
border-left: 1px solid #00a1c9;
|
|
142
142
|
border-left: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-item-selected-pr9yuf, #00a1c9);
|
|
143
143
|
}
|
|
144
|
-
.awsui_dismiss-
|
|
144
|
+
.awsui_dismiss-button_10m3l_zh7ir_127[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
145
145
|
position: relative;
|
|
146
146
|
}
|
|
147
|
-
.awsui_dismiss-
|
|
147
|
+
.awsui_dismiss-button_10m3l_zh7ir_127[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
148
148
|
outline: 2px dotted transparent;
|
|
149
149
|
outline-offset: calc(0px - 1px);
|
|
150
150
|
outline-offset: calc(var(--space-filtering-token-dismiss-button-focus-outline-gutter-25v038, 0px) - 1px);
|
|
151
151
|
}
|
|
152
|
-
.awsui_dismiss-
|
|
152
|
+
.awsui_dismiss-button_10m3l_zh7ir_127[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
153
153
|
content: " ";
|
|
154
154
|
display: block;
|
|
155
155
|
position: absolute;
|
|
@@ -162,21 +162,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
162
162
|
height: calc(100% + 2 * 0px);
|
|
163
163
|
height: calc(100% + 2 * var(--space-filtering-token-dismiss-button-focus-outline-gutter-25v038, 0px));
|
|
164
164
|
border-radius: 2px;
|
|
165
|
-
border-radius: var(--border-control-focus-ring-
|
|
165
|
+
border-radius: var(--border-radius-control-focus-ring-default-o8r56c, 2px);
|
|
166
166
|
box-shadow: 0 0 0 2px #0073bb;
|
|
167
167
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
168
168
|
}
|
|
169
|
-
.awsui_dismiss-
|
|
169
|
+
.awsui_dismiss-button_10m3l_zh7ir_127:not(#\9):focus {
|
|
170
170
|
outline: none;
|
|
171
171
|
text-decoration: none;
|
|
172
172
|
}
|
|
173
|
-
.awsui_dismiss-
|
|
173
|
+
.awsui_dismiss-button_10m3l_zh7ir_127:not(#\9):hover {
|
|
174
174
|
cursor: pointer;
|
|
175
175
|
color: #16191f;
|
|
176
176
|
color: var(--color-text-interactive-hover-79wpl9, #16191f);
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
.awsui_token-
|
|
179
|
+
.awsui_token-disabled_10m3l_zh7ir_163:not(#\9) {
|
|
180
180
|
border-color: #d5dbdb;
|
|
181
181
|
border-color: var(--color-border-control-disabled-zgidl5, #d5dbdb);
|
|
182
182
|
background-color: #ffffff;
|
|
@@ -185,7 +185,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
185
185
|
color: var(--color-text-disabled-pjiy51, #aab7b8);
|
|
186
186
|
pointer-events: none;
|
|
187
187
|
}
|
|
188
|
-
.awsui_token-
|
|
188
|
+
.awsui_token-disabled_10m3l_zh7ir_163 > .awsui_dismiss-button_10m3l_zh7ir_127:not(#\9) {
|
|
189
189
|
color: #aab7b8;
|
|
190
190
|
color: var(--color-text-interactive-disabled-jcikk2, #aab7b8);
|
|
191
191
|
border-color: #d5dbdb;
|
|
@@ -2,12 +2,12 @@
|
|
|
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
|
-
"token": "
|
|
7
|
-
"show-operation": "awsui_show-
|
|
8
|
-
"select": "
|
|
9
|
-
"token-content": "awsui_token-
|
|
10
|
-
"dismiss-button": "awsui_dismiss-
|
|
11
|
-
"token-disabled": "awsui_token-
|
|
5
|
+
"root": "awsui_root_10m3l_zh7ir_97",
|
|
6
|
+
"token": "awsui_token_10m3l_zh7ir_102",
|
|
7
|
+
"show-operation": "awsui_show-operation_10m3l_zh7ir_113",
|
|
8
|
+
"select": "awsui_select_10m3l_zh7ir_119",
|
|
9
|
+
"token-content": "awsui_token-content_10m3l_zh7ir_123",
|
|
10
|
+
"dismiss-button": "awsui_dismiss-button_10m3l_zh7ir_127",
|
|
11
|
+
"token-disabled": "awsui_token-disabled_10m3l_zh7ir_163"
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"button": "
|
|
5
|
-
"expanded": "
|
|
6
|
-
"offset-right-none": "awsui_offset-right-
|
|
7
|
-
"offset-right-l": "awsui_offset-right-
|
|
8
|
-
"offset-right-xxl": "awsui_offset-right-
|
|
9
|
-
"text": "
|
|
10
|
-
"icon": "
|
|
4
|
+
"button": "awsui_button_m5h9f_1i5il_93",
|
|
5
|
+
"expanded": "awsui_expanded_m5h9f_1i5il_123",
|
|
6
|
+
"offset-right-none": "awsui_offset-right-none_m5h9f_1i5il_134",
|
|
7
|
+
"offset-right-l": "awsui_offset-right-l_m5h9f_1i5il_137",
|
|
8
|
+
"offset-right-xxl": "awsui_offset-right-xxl_m5h9f_1i5il_140",
|
|
9
|
+
"text": "awsui_text_m5h9f_1i5il_162",
|
|
10
|
+
"icon": "awsui_icon_m5h9f_1i5il_166"
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -90,7 +90,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.
|
|
93
|
+
.awsui_button_m5h9f_1i5il_93:not(#\9) {
|
|
94
94
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
95
95
|
border-collapse: separate;
|
|
96
96
|
border-spacing: 0;
|
|
@@ -106,7 +106,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
106
106
|
font-stretch: normal;
|
|
107
107
|
line-height: normal;
|
|
108
108
|
-webkit-hyphens: none;
|
|
109
|
-
-ms-hyphens: none;
|
|
110
109
|
hyphens: none;
|
|
111
110
|
letter-spacing: normal;
|
|
112
111
|
list-style: disc outside none;
|
|
@@ -151,43 +150,43 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
151
150
|
color: #545b64;
|
|
152
151
|
color: var(--color-text-interactive-default-9me1cm, #545b64);
|
|
153
152
|
}
|
|
154
|
-
.
|
|
153
|
+
.awsui_button_m5h9f_1i5il_93:not(#\9):hover {
|
|
155
154
|
color: #16191f;
|
|
156
155
|
color: var(--color-text-interactive-hover-79wpl9, #16191f);
|
|
157
156
|
text-decoration: none;
|
|
158
157
|
}
|
|
159
|
-
.
|
|
158
|
+
.awsui_button_m5h9f_1i5il_93:not(#\9):active, .awsui_button_m5h9f_1i5il_93.awsui_expanded_m5h9f_1i5il_123:not(#\9) {
|
|
160
159
|
background: transparent;
|
|
161
160
|
color: #16191f;
|
|
162
161
|
color: var(--color-text-interactive-active-i5elzx, #16191f);
|
|
163
162
|
}
|
|
164
|
-
.
|
|
163
|
+
.awsui_button_m5h9f_1i5il_93.awsui_expanded_m5h9f_1i5il_123:not(#\9) {
|
|
165
164
|
color: #0073bb;
|
|
166
165
|
color: var(--color-text-accent-s0earc, #0073bb);
|
|
167
166
|
}
|
|
168
|
-
.
|
|
167
|
+
.awsui_button_m5h9f_1i5il_93:not(#\9):focus {
|
|
169
168
|
outline: none;
|
|
170
169
|
text-decoration: none;
|
|
171
170
|
}
|
|
172
|
-
.
|
|
171
|
+
.awsui_button_m5h9f_1i5il_93.awsui_offset-right-none_m5h9f_1i5il_134:not(#\9) {
|
|
173
172
|
margin-right: 0;
|
|
174
173
|
}
|
|
175
|
-
.
|
|
174
|
+
.awsui_button_m5h9f_1i5il_93.awsui_offset-right-l_m5h9f_1i5il_137:not(#\9) {
|
|
176
175
|
margin-right: 12px;
|
|
177
176
|
margin-right: var(--space-s-hv8c1d, 12px);
|
|
178
177
|
}
|
|
179
|
-
.
|
|
178
|
+
.awsui_button_m5h9f_1i5il_93.awsui_offset-right-xxl_m5h9f_1i5il_140:not(#\9) {
|
|
180
179
|
margin-right: 24px;
|
|
181
180
|
margin-right: var(--space-xl-a39hup, 24px);
|
|
182
181
|
}
|
|
183
|
-
.
|
|
182
|
+
.awsui_button_m5h9f_1i5il_93[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
184
183
|
position: relative;
|
|
185
184
|
}
|
|
186
|
-
.
|
|
185
|
+
.awsui_button_m5h9f_1i5il_93[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
187
186
|
outline: 2px dotted transparent;
|
|
188
187
|
outline-offset: calc(-1px - 1px);
|
|
189
188
|
}
|
|
190
|
-
.
|
|
189
|
+
.awsui_button_m5h9f_1i5il_93[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
191
190
|
content: " ";
|
|
192
191
|
display: block;
|
|
193
192
|
position: absolute;
|
|
@@ -196,17 +195,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
196
195
|
width: calc(100% + 2 * -1px);
|
|
197
196
|
height: calc(100% + 2 * -1px);
|
|
198
197
|
border-radius: 2px;
|
|
199
|
-
border-radius: var(--border-control-focus-ring-
|
|
198
|
+
border-radius: var(--border-radius-control-focus-ring-default-o8r56c, 2px);
|
|
200
199
|
box-shadow: 0 0 0 2px #0073bb;
|
|
201
200
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
202
201
|
}
|
|
203
202
|
|
|
204
|
-
.
|
|
203
|
+
.awsui_text_m5h9f_1i5il_162:not(#\9) {
|
|
205
204
|
margin-right: 8px;
|
|
206
205
|
margin-right: var(--space-xs-rsr2qu, 8px);
|
|
207
206
|
}
|
|
208
207
|
|
|
209
|
-
.
|
|
208
|
+
.awsui_icon_m5h9f_1i5il_166 + .awsui_text_m5h9f_1i5il_162:not(#\9) {
|
|
210
209
|
margin-left: 8px;
|
|
211
210
|
margin-left: var(--space-xs-rsr2qu, 8px);
|
|
212
211
|
}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"button": "
|
|
6
|
-
"expanded": "
|
|
7
|
-
"offset-right-none": "awsui_offset-right-
|
|
8
|
-
"offset-right-l": "awsui_offset-right-
|
|
9
|
-
"offset-right-xxl": "awsui_offset-right-
|
|
10
|
-
"text": "
|
|
11
|
-
"icon": "
|
|
5
|
+
"button": "awsui_button_m5h9f_1i5il_93",
|
|
6
|
+
"expanded": "awsui_expanded_m5h9f_1i5il_123",
|
|
7
|
+
"offset-right-none": "awsui_offset-right-none_m5h9f_1i5il_134",
|
|
8
|
+
"offset-right-l": "awsui_offset-right-l_m5h9f_1i5il_137",
|
|
9
|
+
"offset-right-xxl": "awsui_offset-right-xxl_m5h9f_1i5il_140",
|
|
10
|
+
"text": "awsui_text_m5h9f_1i5il_162",
|
|
11
|
+
"icon": "awsui_icon_m5h9f_1i5il_166"
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -110,7 +110,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
110
110
|
font-stretch: normal;
|
|
111
111
|
line-height: normal;
|
|
112
112
|
-webkit-hyphens: none;
|
|
113
|
-
-ms-hyphens: none;
|
|
114
113
|
hyphens: none;
|
|
115
114
|
letter-spacing: normal;
|
|
116
115
|
list-style: disc outside none;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"options-list": "awsui_options-
|
|
5
|
-
"decrease-top-margin": "awsui_decrease-top-
|
|
4
|
+
"options-list": "awsui_options-list_19gcf_1wdy7_93",
|
|
5
|
+
"decrease-top-margin": "awsui_decrease-top-margin_19gcf_1wdy7_113"
|
|
6
6
|
};
|
|
7
7
|
|
|
@@ -90,7 +90,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.awsui_options-
|
|
93
|
+
.awsui_options-list_19gcf_1wdy7_93:not(#\9) {
|
|
94
94
|
padding: 0;
|
|
95
95
|
margin: 0;
|
|
96
96
|
outline: none;
|
|
@@ -110,7 +110,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
110
110
|
font-stretch: normal;
|
|
111
111
|
line-height: normal;
|
|
112
112
|
-webkit-hyphens: none;
|
|
113
|
-
-ms-hyphens: none;
|
|
114
113
|
hyphens: none;
|
|
115
114
|
letter-spacing: normal;
|
|
116
115
|
list-style: disc outside none;
|
|
@@ -139,9 +138,9 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
139
138
|
flex: 1 1 auto;
|
|
140
139
|
min-height: 0;
|
|
141
140
|
border-radius: 0px;
|
|
142
|
-
border-radius: var(--border-dropdown-
|
|
141
|
+
border-radius: var(--border-radius-dropdown-0c284d, 0px);
|
|
143
142
|
}
|
|
144
143
|
|
|
145
|
-
.awsui_decrease-top-
|
|
144
|
+
.awsui_decrease-top-margin_19gcf_1wdy7_113:not(#\9) {
|
|
146
145
|
margin-top: -1px;
|
|
147
146
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"options-list": "awsui_options-
|
|
6
|
-
"decrease-top-margin": "awsui_decrease-top-
|
|
5
|
+
"options-list": "awsui_options-list_19gcf_1wdy7_93",
|
|
6
|
+
"decrease-top-margin": "awsui_decrease-top-margin_19gcf_1wdy7_113"
|
|
7
7
|
};
|
|
8
8
|
|