@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
|
@@ -94,7 +94,7 @@ 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
|
-
@keyframes awsui_modal-slide-
|
|
97
|
+
@keyframes awsui_modal-slide-up_1d2i7_1dxvw_1 {
|
|
98
98
|
0% {
|
|
99
99
|
transform: translate(0, 10px);
|
|
100
100
|
}
|
|
@@ -102,14 +102,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
102
102
|
transform: translate(0, 0);
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
|
-
.
|
|
106
|
-
animation: awsui_modal-slide-
|
|
107
|
-
animation: awsui_modal-slide-
|
|
105
|
+
.awsui_dialog_1d2i7_1dxvw_105:not(#\9) {
|
|
106
|
+
animation: awsui_modal-slide-up_1d2i7_1dxvw_1 180ms ease-out, awsui_awsui-motion-fade-in-0_1d2i7_1dxvw_1 180ms ease-out;
|
|
107
|
+
animation: awsui_modal-slide-up_1d2i7_1dxvw_1 var(--motion-duration-slow-0273ow, 180ms) ease-out, awsui_awsui-motion-fade-in-0_1d2i7_1dxvw_1 var(--motion-duration-slow-0273ow, 180ms) ease-out;
|
|
108
108
|
animation-delay: 90ms;
|
|
109
109
|
animation-delay: var(--motion-duration-fast-nk2ap0, 90ms);
|
|
110
110
|
animation-fill-mode: both;
|
|
111
111
|
}
|
|
112
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
112
|
+
@keyframes awsui_awsui-motion-fade-in-0_1d2i7_1dxvw_1 {
|
|
113
113
|
from {
|
|
114
114
|
opacity: 0;
|
|
115
115
|
}
|
|
@@ -118,24 +118,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
@media (prefers-reduced-motion: reduce) {
|
|
121
|
-
.
|
|
121
|
+
.awsui_dialog_1d2i7_1dxvw_105:not(#\9) {
|
|
122
122
|
animation: none;
|
|
123
123
|
transition: none;
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
.awsui-motion-disabled .
|
|
126
|
+
.awsui-motion-disabled .awsui_dialog_1d2i7_1dxvw_105:not(#\9), .awsui-mode-entering .awsui_dialog_1d2i7_1dxvw_105:not(#\9) {
|
|
127
127
|
animation: none;
|
|
128
128
|
transition: none;
|
|
129
129
|
}
|
|
130
|
-
.
|
|
131
|
-
animation: awsui_awsui-motion-scale-
|
|
130
|
+
.awsui_dialog_1d2i7_1dxvw_105.awsui_refresh_1d2i7_1dxvw_128:not(#\9) {
|
|
131
|
+
animation: awsui_awsui-motion-scale-popup_1d2i7_1dxvw_1, awsui_awsui-motion-fade-in-0_1d2i7_1dxvw_1;
|
|
132
132
|
animation-duration: 115ms;
|
|
133
133
|
animation-duration: var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
134
134
|
animation-timing-function: cubic-bezier(0, 0, 0, 1);
|
|
135
135
|
animation-timing-function: var(--motion-easing-refresh-only-a-sy0g8m, cubic-bezier(0, 0, 0, 1));
|
|
136
136
|
animation-fill-mode: both;
|
|
137
137
|
}
|
|
138
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
138
|
+
@keyframes awsui_awsui-motion-fade-in-0_1d2i7_1dxvw_1 {
|
|
139
139
|
from {
|
|
140
140
|
opacity: 0;
|
|
141
141
|
}
|
|
@@ -143,7 +143,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
143
143
|
opacity: 1;
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
|
-
@keyframes awsui_awsui-motion-scale-
|
|
146
|
+
@keyframes awsui_awsui-motion-scale-popup_1d2i7_1dxvw_1 {
|
|
147
147
|
0% {
|
|
148
148
|
transform: scale(0.95);
|
|
149
149
|
}
|
|
@@ -152,22 +152,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
@media (prefers-reduced-motion: reduce) {
|
|
155
|
-
.
|
|
155
|
+
.awsui_dialog_1d2i7_1dxvw_105.awsui_refresh_1d2i7_1dxvw_128:not(#\9) {
|
|
156
156
|
animation: none;
|
|
157
157
|
transition: none;
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
.awsui-motion-disabled .
|
|
160
|
+
.awsui-motion-disabled .awsui_dialog_1d2i7_1dxvw_105.awsui_refresh_1d2i7_1dxvw_128:not(#\9), .awsui-mode-entering .awsui_dialog_1d2i7_1dxvw_105.awsui_refresh_1d2i7_1dxvw_128:not(#\9) {
|
|
161
161
|
animation: none;
|
|
162
162
|
transition: none;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.
|
|
166
|
-
animation: awsui_awsui-motion-fade-
|
|
167
|
-
animation: awsui_awsui-motion-fade-
|
|
165
|
+
.awsui_root_1d2i7_1dxvw_161:not(#\9) {
|
|
166
|
+
animation: awsui_awsui-motion-fade-in_1d2i7_1dxvw_1 270ms ease-out;
|
|
167
|
+
animation: awsui_awsui-motion-fade-in_1d2i7_1dxvw_1 var(--motion-duration-extra-slow-8ks5rs, 270ms) ease-out;
|
|
168
168
|
animation-fill-mode: both;
|
|
169
169
|
}
|
|
170
|
-
@keyframes awsui_awsui-motion-fade-
|
|
170
|
+
@keyframes awsui_awsui-motion-fade-in_1d2i7_1dxvw_1 {
|
|
171
171
|
from {
|
|
172
172
|
opacity: 0.2;
|
|
173
173
|
}
|
|
@@ -176,26 +176,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
178
|
@media (prefers-reduced-motion: reduce) {
|
|
179
|
-
.
|
|
179
|
+
.awsui_root_1d2i7_1dxvw_161:not(#\9) {
|
|
180
180
|
animation: none;
|
|
181
181
|
transition: none;
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
|
-
.awsui-motion-disabled .
|
|
184
|
+
.awsui-motion-disabled .awsui_root_1d2i7_1dxvw_161:not(#\9), .awsui-mode-entering .awsui_root_1d2i7_1dxvw_161:not(#\9) {
|
|
185
185
|
animation: none;
|
|
186
186
|
transition: none;
|
|
187
187
|
}
|
|
188
|
-
.
|
|
188
|
+
.awsui_root_1d2i7_1dxvw_161.awsui_refresh_1d2i7_1dxvw_128:not(#\9) {
|
|
189
189
|
animation-duration: 115ms;
|
|
190
190
|
animation-duration: var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
191
191
|
}
|
|
192
192
|
@media (prefers-reduced-motion: reduce) {
|
|
193
|
-
.
|
|
193
|
+
.awsui_root_1d2i7_1dxvw_161.awsui_refresh_1d2i7_1dxvw_128:not(#\9) {
|
|
194
194
|
animation: none;
|
|
195
195
|
transition: none;
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
|
-
.awsui-motion-disabled .
|
|
198
|
+
.awsui-motion-disabled .awsui_root_1d2i7_1dxvw_161.awsui_refresh_1d2i7_1dxvw_128:not(#\9), .awsui-mode-entering .awsui_root_1d2i7_1dxvw_161.awsui_refresh_1d2i7_1dxvw_128:not(#\9) {
|
|
199
199
|
animation: none;
|
|
200
200
|
transition: none;
|
|
201
201
|
}
|
|
@@ -204,7 +204,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
204
204
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
205
205
|
SPDX-License-Identifier: Apache-2.0
|
|
206
206
|
*/
|
|
207
|
-
.
|
|
207
|
+
.awsui_root_1d2i7_1dxvw_161:not(#\9) {
|
|
208
208
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
209
209
|
border-collapse: separate;
|
|
210
210
|
border-spacing: 0;
|
|
@@ -220,7 +220,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
220
220
|
font-stretch: normal;
|
|
221
221
|
line-height: normal;
|
|
222
222
|
-webkit-hyphens: none;
|
|
223
|
-
-ms-hyphens: none;
|
|
224
223
|
hyphens: none;
|
|
225
224
|
letter-spacing: normal;
|
|
226
225
|
list-style: disc outside none;
|
|
@@ -259,11 +258,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
259
258
|
overflow: auto;
|
|
260
259
|
cursor: pointer;
|
|
261
260
|
}
|
|
262
|
-
.
|
|
261
|
+
.awsui_root_1d2i7_1dxvw_161.awsui_hidden_1d2i7_1dxvw_224:not(#\9) {
|
|
263
262
|
display: none;
|
|
264
263
|
}
|
|
265
264
|
|
|
266
|
-
.awsui_focus-
|
|
265
|
+
.awsui_focus-lock_1d2i7_1dxvw_228:not(#\9) {
|
|
267
266
|
align-self: flex-start;
|
|
268
267
|
margin: auto;
|
|
269
268
|
padding: 12px 0;
|
|
@@ -272,7 +271,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
272
271
|
pointer-events: none;
|
|
273
272
|
}
|
|
274
273
|
|
|
275
|
-
.
|
|
274
|
+
.awsui_dialog_1d2i7_1dxvw_105:not(#\9) {
|
|
276
275
|
position: static;
|
|
277
276
|
top: 0;
|
|
278
277
|
transform: translate(0, 0);
|
|
@@ -283,22 +282,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
283
282
|
z-index: 5000;
|
|
284
283
|
pointer-events: all;
|
|
285
284
|
}
|
|
286
|
-
.
|
|
285
|
+
.awsui_dialog_1d2i7_1dxvw_105.awsui_small_1d2i7_1dxvw_246:not(#\9) {
|
|
287
286
|
max-width: 320px;
|
|
288
287
|
}
|
|
289
|
-
.
|
|
288
|
+
.awsui_dialog_1d2i7_1dxvw_105.awsui_medium_1d2i7_1dxvw_249:not(#\9) {
|
|
290
289
|
max-width: 600px;
|
|
291
290
|
}
|
|
292
|
-
.
|
|
291
|
+
.awsui_dialog_1d2i7_1dxvw_105.awsui_large_1d2i7_1dxvw_252:not(#\9) {
|
|
293
292
|
max-width: 820px;
|
|
294
293
|
}
|
|
295
|
-
.
|
|
294
|
+
.awsui_dialog_1d2i7_1dxvw_105.awsui_max_1d2i7_1dxvw_255.awsui_breakpoint-xs_1d2i7_1dxvw_255:not(#\9) {
|
|
296
295
|
max-width: calc(100vw - (2 * 4 * 10px + 40px));
|
|
297
296
|
max-width: calc(100vw - (2 * 4 * 10px + var(--space-xxxl-bo9z7f, 40px)));
|
|
298
297
|
margin: auto;
|
|
299
298
|
}
|
|
300
299
|
|
|
301
|
-
.
|
|
300
|
+
.awsui_container_1d2i7_1dxvw_260:not(#\9) {
|
|
302
301
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
303
302
|
border-collapse: separate;
|
|
304
303
|
border-spacing: 0;
|
|
@@ -314,7 +313,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
314
313
|
font-stretch: normal;
|
|
315
314
|
line-height: normal;
|
|
316
315
|
-webkit-hyphens: none;
|
|
317
|
-
-ms-hyphens: none;
|
|
318
316
|
hyphens: none;
|
|
319
317
|
letter-spacing: normal;
|
|
320
318
|
list-style: disc outside none;
|
|
@@ -346,28 +344,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
346
344
|
border-top: 1px solid #eaeded;
|
|
347
345
|
border-top: var(--border-container-top-width-fs2udu, 1px) solid var(--color-border-container-top-1itxac, #eaeded);
|
|
348
346
|
border-radius: 0px;
|
|
349
|
-
border-radius: var(--border-container-
|
|
347
|
+
border-radius: var(--border-radius-container-1aveko, 0px);
|
|
350
348
|
box-sizing: border-box;
|
|
351
349
|
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);
|
|
352
350
|
box-shadow: var(--shadow-modal-ukglr0, 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));
|
|
353
351
|
word-wrap: break-word;
|
|
354
352
|
}
|
|
355
353
|
@media screen and (-ms-high-contrast: active) {
|
|
356
|
-
.
|
|
354
|
+
.awsui_container_1d2i7_1dxvw_260:not(#\9) {
|
|
357
355
|
border: 1px solid #eaeded;
|
|
358
356
|
border: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-container-top-1itxac, #eaeded);
|
|
359
357
|
}
|
|
360
358
|
}
|
|
361
359
|
|
|
362
|
-
.
|
|
360
|
+
.awsui_content_1d2i7_1dxvw_284:not(#\9) {
|
|
363
361
|
padding: 16px 20px 20px;
|
|
364
362
|
padding: var(--space-container-content-top-u412x3, 16px) var(--space-modal-horizontal-ah0xld, 20px) var(--space-modal-content-bottom-2tkcs5, 20px);
|
|
365
363
|
}
|
|
366
|
-
.
|
|
364
|
+
.awsui_content_1d2i7_1dxvw_284.awsui_no-paddings_1d2i7_1dxvw_287:not(#\9) {
|
|
367
365
|
padding: 0;
|
|
368
366
|
}
|
|
369
367
|
|
|
370
|
-
.
|
|
368
|
+
.awsui_header_1d2i7_1dxvw_291:not(#\9) {
|
|
371
369
|
padding: 12px 20px;
|
|
372
370
|
padding: var(--space-s-hv8c1d, 12px) var(--space-modal-horizontal-ah0xld, 20px);
|
|
373
371
|
background-color: #fafafa;
|
|
@@ -375,30 +373,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
375
373
|
border-bottom: 1px solid #eaeded;
|
|
376
374
|
border-bottom: 1px solid var(--color-border-container-divider-z203b8, #eaeded);
|
|
377
375
|
border-radius: 0px 0px 0 0;
|
|
378
|
-
border-radius: var(--border-container-
|
|
376
|
+
border-radius: var(--border-radius-container-1aveko, 0px) var(--border-radius-container-1aveko, 0px) 0 0;
|
|
379
377
|
}
|
|
380
378
|
|
|
381
|
-
.awsui_header--
|
|
379
|
+
.awsui_header--text_1d2i7_1dxvw_298:not(#\9) {
|
|
382
380
|
/* used in test-utils */
|
|
383
381
|
}
|
|
384
382
|
|
|
385
|
-
.
|
|
383
|
+
.awsui_footer_1d2i7_1dxvw_302:not(#\9) {
|
|
386
384
|
border-top: 1px solid #eaeded;
|
|
387
385
|
border-top: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
|
|
388
386
|
padding: 12px 20px;
|
|
389
387
|
padding: var(--space-scaled-s-cu1hzn, 12px) var(--space-container-horizontal-tlw03i, 20px);
|
|
390
388
|
}
|
|
391
|
-
.
|
|
389
|
+
.awsui_footer_1d2i7_1dxvw_302:not(#\9):after {
|
|
392
390
|
content: "";
|
|
393
391
|
display: table;
|
|
394
392
|
clear: both;
|
|
395
393
|
}
|
|
396
394
|
|
|
397
|
-
.awsui_dismiss-
|
|
395
|
+
.awsui_dismiss-control_1d2i7_1dxvw_312:not(#\9) {
|
|
398
396
|
/* used in test-utils */
|
|
399
397
|
}
|
|
400
398
|
|
|
401
|
-
.awsui_modal-
|
|
399
|
+
.awsui_modal-open_1d2i7_1dxvw_316:not(#\9) {
|
|
402
400
|
overflow: hidden;
|
|
403
401
|
/*
|
|
404
402
|
* When padding-right is added to account for scrollbar being turned
|
|
@@ -2,27 +2,27 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"dialog": "
|
|
6
|
-
"modal-slide-up": "awsui_modal-slide-
|
|
7
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
8
|
-
"refresh": "
|
|
9
|
-
"awsui-motion-scale-popup": "awsui_awsui-motion-scale-
|
|
10
|
-
"root": "
|
|
11
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
12
|
-
"hidden": "
|
|
13
|
-
"focus-lock": "awsui_focus-
|
|
14
|
-
"small": "
|
|
15
|
-
"medium": "
|
|
16
|
-
"large": "
|
|
17
|
-
"max": "
|
|
18
|
-
"breakpoint-xs": "awsui_breakpoint-
|
|
19
|
-
"container": "
|
|
20
|
-
"content": "
|
|
21
|
-
"no-paddings": "awsui_no-
|
|
22
|
-
"header": "
|
|
23
|
-
"header--text": "awsui_header--
|
|
24
|
-
"footer": "
|
|
25
|
-
"dismiss-control": "awsui_dismiss-
|
|
26
|
-
"modal-open": "awsui_modal-
|
|
5
|
+
"dialog": "awsui_dialog_1d2i7_1dxvw_105",
|
|
6
|
+
"modal-slide-up": "awsui_modal-slide-up_1d2i7_1dxvw_1",
|
|
7
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_1d2i7_1dxvw_1",
|
|
8
|
+
"refresh": "awsui_refresh_1d2i7_1dxvw_128",
|
|
9
|
+
"awsui-motion-scale-popup": "awsui_awsui-motion-scale-popup_1d2i7_1dxvw_1",
|
|
10
|
+
"root": "awsui_root_1d2i7_1dxvw_161",
|
|
11
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_1d2i7_1dxvw_1",
|
|
12
|
+
"hidden": "awsui_hidden_1d2i7_1dxvw_224",
|
|
13
|
+
"focus-lock": "awsui_focus-lock_1d2i7_1dxvw_228",
|
|
14
|
+
"small": "awsui_small_1d2i7_1dxvw_246",
|
|
15
|
+
"medium": "awsui_medium_1d2i7_1dxvw_249",
|
|
16
|
+
"large": "awsui_large_1d2i7_1dxvw_252",
|
|
17
|
+
"max": "awsui_max_1d2i7_1dxvw_255",
|
|
18
|
+
"breakpoint-xs": "awsui_breakpoint-xs_1d2i7_1dxvw_255",
|
|
19
|
+
"container": "awsui_container_1d2i7_1dxvw_260",
|
|
20
|
+
"content": "awsui_content_1d2i7_1dxvw_284",
|
|
21
|
+
"no-paddings": "awsui_no-paddings_1d2i7_1dxvw_287",
|
|
22
|
+
"header": "awsui_header_1d2i7_1dxvw_291",
|
|
23
|
+
"header--text": "awsui_header--text_1d2i7_1dxvw_298",
|
|
24
|
+
"footer": "awsui_footer_1d2i7_1dxvw_302",
|
|
25
|
+
"dismiss-control": "awsui_dismiss-control_1d2i7_1dxvw_312",
|
|
26
|
+
"modal-open": "awsui_modal-open_1d2i7_1dxvw_316"
|
|
27
27
|
};
|
|
28
28
|
|
|
@@ -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,14 +1,14 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"button": "
|
|
6
|
-
"dots": "
|
|
7
|
-
"button-disabled": "awsui_button-
|
|
8
|
-
"arrow": "
|
|
9
|
-
"page-number": "awsui_page-
|
|
10
|
-
"button-current": "awsui_button-
|
|
11
|
-
"page-item": "awsui_page-
|
|
12
|
-
"root-disabled": "awsui_root-
|
|
4
|
+
"root": "awsui_root_fvjdu_5uxdh_93",
|
|
5
|
+
"button": "awsui_button_fvjdu_5uxdh_111",
|
|
6
|
+
"dots": "awsui_dots_fvjdu_5uxdh_112",
|
|
7
|
+
"button-disabled": "awsui_button-disabled_fvjdu_5uxdh_134",
|
|
8
|
+
"arrow": "awsui_arrow_fvjdu_5uxdh_139",
|
|
9
|
+
"page-number": "awsui_page-number_fvjdu_5uxdh_149",
|
|
10
|
+
"button-current": "awsui_button-current_fvjdu_5uxdh_155",
|
|
11
|
+
"page-item": "awsui_page-item_fvjdu_5uxdh_170",
|
|
12
|
+
"root-disabled": "awsui_root-disabled_fvjdu_5uxdh_186"
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -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_root_fvjdu_5uxdh_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;
|
|
@@ -139,15 +138,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
139
138
|
list-style: none;
|
|
140
139
|
}
|
|
141
140
|
|
|
142
|
-
.
|
|
143
|
-
.
|
|
141
|
+
.awsui_button_fvjdu_5uxdh_111:not(#\9),
|
|
142
|
+
.awsui_dots_fvjdu_5uxdh_112:not(#\9) {
|
|
144
143
|
min-width: 20px;
|
|
145
144
|
min-width: var(--space-l-4vl6xu, 20px);
|
|
146
145
|
border: 1px solid transparent;
|
|
147
146
|
border: var(--border-field-width-y6x4sn, 1px) solid transparent;
|
|
148
147
|
}
|
|
149
148
|
|
|
150
|
-
.
|
|
149
|
+
.awsui_button_fvjdu_5uxdh_111:not(#\9) {
|
|
151
150
|
cursor: pointer;
|
|
152
151
|
text-align: center;
|
|
153
152
|
box-sizing: border-box;
|
|
@@ -155,83 +154,83 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
155
154
|
line-height: inherit;
|
|
156
155
|
padding: 0;
|
|
157
156
|
}
|
|
158
|
-
.
|
|
157
|
+
.awsui_button_fvjdu_5uxdh_111:not(#\9):focus {
|
|
159
158
|
outline: none;
|
|
160
159
|
}
|
|
161
|
-
.
|
|
160
|
+
.awsui_button_fvjdu_5uxdh_111[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
162
161
|
outline: 2px dotted transparent;
|
|
163
162
|
border: 1px solid #0073bb;
|
|
164
163
|
border: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
165
164
|
border-radius: 2px;
|
|
166
|
-
border-radius: var(--border-control-focus-ring-
|
|
165
|
+
border-radius: var(--border-radius-control-focus-ring-default-o8r56c, 2px);
|
|
167
166
|
box-shadow: 0 0 0 1px #0073bb;
|
|
168
167
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-glnuoy, 1px) var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
169
168
|
}
|
|
170
|
-
.awsui_button-
|
|
169
|
+
.awsui_button-disabled_fvjdu_5uxdh_134:not(#\9) {
|
|
171
170
|
cursor: default;
|
|
172
171
|
color: #aab7b8;
|
|
173
172
|
color: var(--color-text-interactive-disabled-jcikk2, #aab7b8);
|
|
174
173
|
}
|
|
175
174
|
|
|
176
|
-
.
|
|
175
|
+
.awsui_arrow_fvjdu_5uxdh_139:not(#\9) {
|
|
177
176
|
color: #545b64;
|
|
178
177
|
color: var(--color-text-interactive-default-9me1cm, #545b64);
|
|
179
178
|
}
|
|
180
|
-
.
|
|
179
|
+
.awsui_arrow_fvjdu_5uxdh_139:not(#\9):not(.awsui_button-disabled_fvjdu_5uxdh_134):hover {
|
|
181
180
|
color: #16191f;
|
|
182
181
|
color: var(--color-text-interactive-hover-79wpl9, #16191f);
|
|
183
182
|
}
|
|
184
|
-
.
|
|
183
|
+
.awsui_arrow_fvjdu_5uxdh_139.awsui_button-disabled_fvjdu_5uxdh_134:not(#\9) {
|
|
185
184
|
color: #aab7b8;
|
|
186
185
|
color: var(--color-text-interactive-disabled-jcikk2, #aab7b8);
|
|
187
186
|
}
|
|
188
187
|
|
|
189
|
-
.awsui_page-
|
|
188
|
+
.awsui_page-number_fvjdu_5uxdh_149:not(#\9) {
|
|
190
189
|
color: #545b64;
|
|
191
190
|
color: var(--color-text-pagination-page-number-default-xf8q73, #545b64);
|
|
192
191
|
}
|
|
193
|
-
.awsui_page-
|
|
192
|
+
.awsui_page-number_fvjdu_5uxdh_149:not(#\9):not(.awsui_button-disabled_fvjdu_5uxdh_134):hover {
|
|
194
193
|
color: #16191f;
|
|
195
194
|
color: var(--color-text-interactive-hover-79wpl9, #16191f);
|
|
196
195
|
}
|
|
197
|
-
.awsui_page-
|
|
196
|
+
.awsui_page-number_fvjdu_5uxdh_149.awsui_button-current_fvjdu_5uxdh_155:not(#\9) {
|
|
198
197
|
font-weight: 700;
|
|
199
198
|
font-weight: var(--font-wayfinding-link-active-weight-r40wpo, 700);
|
|
200
199
|
color: #16191f;
|
|
201
200
|
color: var(--color-text-interactive-active-i5elzx, #16191f);
|
|
202
201
|
}
|
|
203
|
-
.awsui_page-
|
|
202
|
+
.awsui_page-number_fvjdu_5uxdh_149.awsui_button-current_fvjdu_5uxdh_155.awsui_button-disabled_fvjdu_5uxdh_134:not(#\9) {
|
|
204
203
|
color: #545b64;
|
|
205
204
|
color: var(--color-text-pagination-page-number-active-disabled-nidnvc, #545b64);
|
|
206
205
|
}
|
|
207
|
-
.awsui_page-
|
|
206
|
+
.awsui_page-number_fvjdu_5uxdh_149.awsui_button-disabled_fvjdu_5uxdh_134:not(#\9) {
|
|
208
207
|
color: #aab7b8;
|
|
209
208
|
color: var(--color-text-interactive-disabled-jcikk2, #aab7b8);
|
|
210
209
|
}
|
|
211
210
|
|
|
212
|
-
.
|
|
211
|
+
.awsui_dots_fvjdu_5uxdh_112:not(#\9) {
|
|
213
212
|
color: #545b64;
|
|
214
213
|
color: var(--color-text-interactive-default-9me1cm, #545b64);
|
|
215
214
|
}
|
|
216
215
|
|
|
217
|
-
.awsui_page-
|
|
218
|
-
.
|
|
216
|
+
.awsui_page-item_fvjdu_5uxdh_170:not(#\9),
|
|
217
|
+
.awsui_dots_fvjdu_5uxdh_112:not(#\9) {
|
|
219
218
|
margin: 4px 4px;
|
|
220
219
|
margin: var(--space-scaled-xxs-95dhkm, 4px) var(--space-xxs-ynfts5, 4px);
|
|
221
220
|
text-align: center;
|
|
222
221
|
box-sizing: border-box;
|
|
223
222
|
padding: 0;
|
|
224
223
|
}
|
|
225
|
-
.awsui_page-
|
|
226
|
-
.
|
|
224
|
+
.awsui_page-item_fvjdu_5uxdh_170:not(#\9):first-child,
|
|
225
|
+
.awsui_dots_fvjdu_5uxdh_112:not(#\9):first-child {
|
|
227
226
|
margin-left: 0;
|
|
228
227
|
}
|
|
229
|
-
.awsui_page-
|
|
230
|
-
.
|
|
228
|
+
.awsui_page-item_fvjdu_5uxdh_170:not(#\9):last-child,
|
|
229
|
+
.awsui_dots_fvjdu_5uxdh_112:not(#\9):last-child {
|
|
231
230
|
margin-right: 0;
|
|
232
231
|
}
|
|
233
232
|
|
|
234
|
-
.awsui_root-
|
|
233
|
+
.awsui_root-disabled_fvjdu_5uxdh_186 > .awsui_dots_fvjdu_5uxdh_112:not(#\9) {
|
|
235
234
|
color: #aab7b8;
|
|
236
235
|
color: var(--color-text-interactive-disabled-jcikk2, #aab7b8);
|
|
237
236
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
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
|
-
"button": "
|
|
7
|
-
"dots": "
|
|
8
|
-
"button-disabled": "awsui_button-
|
|
9
|
-
"arrow": "
|
|
10
|
-
"page-number": "awsui_page-
|
|
11
|
-
"button-current": "awsui_button-
|
|
12
|
-
"page-item": "awsui_page-
|
|
13
|
-
"root-disabled": "awsui_root-
|
|
5
|
+
"root": "awsui_root_fvjdu_5uxdh_93",
|
|
6
|
+
"button": "awsui_button_fvjdu_5uxdh_111",
|
|
7
|
+
"dots": "awsui_dots_fvjdu_5uxdh_112",
|
|
8
|
+
"button-disabled": "awsui_button-disabled_fvjdu_5uxdh_134",
|
|
9
|
+
"arrow": "awsui_arrow_fvjdu_5uxdh_139",
|
|
10
|
+
"page-number": "awsui_page-number_fvjdu_5uxdh_149",
|
|
11
|
+
"button-current": "awsui_button-current_fvjdu_5uxdh_155",
|
|
12
|
+
"page-item": "awsui_page-item_fvjdu_5uxdh_170",
|
|
13
|
+
"root-disabled": "awsui_root-disabled_fvjdu_5uxdh_186"
|
|
14
14
|
};
|
|
15
15
|
|
|
@@ -173,7 +173,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
173
173
|
font-stretch: normal;
|
|
174
174
|
line-height: normal;
|
|
175
175
|
-webkit-hyphens: none;
|
|
176
|
-
-ms-hyphens: none;
|
|
177
176
|
hyphens: none;
|
|
178
177
|
letter-spacing: normal;
|
|
179
178
|
list-style: disc outside none;
|
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrow-outer": "awsui_arrow-
|
|
6
|
-
"arrow-inner": "awsui_arrow-
|
|
7
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
8
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
10
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
12
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
16
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
17
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
19
|
-
"body": "
|
|
20
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
21
|
-
"variant-annotation": "awsui_variant-
|
|
22
|
-
"body-size-small": "awsui_body-size-
|
|
23
|
-
"fixed-width": "awsui_fixed-
|
|
24
|
-
"body-size-medium": "awsui_body-size-
|
|
25
|
-
"body-size-large": "awsui_body-size-
|
|
26
|
-
"has-dismiss": "awsui_has-
|
|
27
|
-
"dismiss": "
|
|
28
|
-
"dismiss-control": "awsui_dismiss-
|
|
29
|
-
"header-row": "awsui_header-
|
|
30
|
-
"header": "
|
|
31
|
-
"content": "
|
|
32
|
-
"content-overflow-visible": "awsui_content-overflow-
|
|
33
|
-
"container": "
|
|
34
|
-
"container-arrow": "awsui_container-
|
|
35
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
36
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
37
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
38
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
39
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
40
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
41
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
42
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
43
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
44
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
45
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
46
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
47
|
-
"refresh": "
|
|
48
|
-
"root": "
|
|
49
|
-
"trigger": "
|
|
50
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
51
|
-
"trigger-inner-text": "awsui_trigger-inner-
|
|
4
|
+
"arrow": "awsui_arrow_xjuzf_1dve0_185",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_1dve0_189",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_1dve0_189",
|
|
7
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1dve0_220",
|
|
8
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1dve0_220",
|
|
9
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1dve0_223",
|
|
10
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1dve0_223",
|
|
11
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1dve0_226",
|
|
12
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1dve0_226",
|
|
13
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1dve0_226",
|
|
14
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1dve0_226",
|
|
15
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1dve0_229",
|
|
16
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1dve0_229",
|
|
17
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1dve0_229",
|
|
18
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1dve0_229",
|
|
19
|
+
"body": "awsui_body_xjuzf_1dve0_325",
|
|
20
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1dve0_344",
|
|
21
|
+
"variant-annotation": "awsui_variant-annotation_xjuzf_1dve0_348",
|
|
22
|
+
"body-size-small": "awsui_body-size-small_xjuzf_1dve0_353",
|
|
23
|
+
"fixed-width": "awsui_fixed-width_xjuzf_1dve0_356",
|
|
24
|
+
"body-size-medium": "awsui_body-size-medium_xjuzf_1dve0_360",
|
|
25
|
+
"body-size-large": "awsui_body-size-large_xjuzf_1dve0_367",
|
|
26
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_1dve0_374",
|
|
27
|
+
"dismiss": "awsui_dismiss_xjuzf_1dve0_379",
|
|
28
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_1dve0_386",
|
|
29
|
+
"header-row": "awsui_header-row_xjuzf_1dve0_390",
|
|
30
|
+
"header": "awsui_header_xjuzf_1dve0_390",
|
|
31
|
+
"content": "awsui_content_xjuzf_1dve0_412",
|
|
32
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1dve0_419",
|
|
33
|
+
"container": "awsui_container_xjuzf_1dve0_431",
|
|
34
|
+
"container-arrow": "awsui_container-arrow_xjuzf_1dve0_439",
|
|
35
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1dve0_443",
|
|
36
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1dve0_443",
|
|
37
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1dve0_455",
|
|
38
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1dve0_455",
|
|
39
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1dve0_467",
|
|
40
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1dve0_467",
|
|
41
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1dve0_467",
|
|
42
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1dve0_467",
|
|
43
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1dve0_483",
|
|
44
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1dve0_487",
|
|
45
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1dve0_491",
|
|
46
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1dve0_1",
|
|
47
|
+
"refresh": "awsui_refresh_xjuzf_1dve0_609",
|
|
48
|
+
"root": "awsui_root_xjuzf_1dve0_631",
|
|
49
|
+
"trigger": "awsui_trigger_xjuzf_1dve0_643",
|
|
50
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_1dve0_650",
|
|
51
|
+
"trigger-inner-text": "awsui_trigger-inner-text_xjuzf_1dve0_679"
|
|
52
52
|
};
|
|
53
53
|
|