@cloudscape-design/components 3.0.516 → 3.0.517
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/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/pagination/styles.css.js +9 -9
- package/pagination/styles.scoped.css +37 -32
- package/pagination/styles.selectors.js +9 -9
- package/pie-chart/styles.css.js +27 -27
- package/pie-chart/styles.scoped.css +66 -72
- package/pie-chart/styles.selectors.js +27 -27
- package/popover/styles.css.js +50 -50
- package/popover/styles.scoped.css +134 -119
- package/popover/styles.selectors.js +50 -50
- package/progress-bar/styles.css.js +18 -18
- package/progress-bar/styles.scoped.css +79 -54
- package/progress-bar/styles.selectors.js +18 -18
- package/property-filter/styles.css.js +31 -31
- package/property-filter/styles.scoped.css +54 -53
- package/property-filter/styles.selectors.js +31 -31
- package/radio-group/styles.css.js +9 -9
- package/radio-group/styles.scoped.css +17 -17
- package/radio-group/styles.selectors.js +9 -9
- package/s3-resource-selector/s3-in-context/styles.css.js +7 -7
- package/s3-resource-selector/s3-in-context/styles.scoped.css +18 -16
- package/s3-resource-selector/s3-in-context/styles.selectors.js +7 -7
- package/segmented-control/styles.css.js +14 -14
- package/segmented-control/styles.scoped.css +55 -49
- package/segmented-control/styles.selectors.js +14 -14
- package/select/parts/styles.css.js +16 -16
- package/select/parts/styles.scoped.css +39 -31
- package/select/parts/styles.selectors.js +16 -16
- package/side-navigation/styles.css.js +28 -28
- package/side-navigation/styles.scoped.css +86 -73
- package/side-navigation/styles.selectors.js +28 -28
- package/spinner/styles.css.js +13 -13
- package/spinner/styles.scoped.css +49 -45
- package/spinner/styles.selectors.js +13 -13
- package/split-panel/styles.css.js +55 -55
- package/split-panel/styles.scoped.css +149 -131
- package/split-panel/styles.selectors.js +55 -55
- package/status-indicator/styles.css.js +23 -23
- package/status-indicator/styles.scoped.css +31 -31
- package/status-indicator/styles.selectors.js +23 -23
package/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED
package/package.json
CHANGED
package/pagination/styles.css.js
CHANGED
|
@@ -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_19rgl_93",
|
|
5
|
+
"button": "awsui_button_fvjdu_19rgl_136",
|
|
6
|
+
"dots": "awsui_dots_fvjdu_19rgl_137",
|
|
7
|
+
"button-disabled": "awsui_button-disabled_fvjdu_19rgl_161",
|
|
8
|
+
"arrow": "awsui_arrow_fvjdu_19rgl_166",
|
|
9
|
+
"page-number": "awsui_page-number_fvjdu_19rgl_176",
|
|
10
|
+
"button-current": "awsui_button-current_fvjdu_19rgl_182",
|
|
11
|
+
"page-item": "awsui_page-item_fvjdu_19rgl_199",
|
|
12
|
+
"root-disabled": "awsui_root-disabled_fvjdu_19rgl_217"
|
|
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_19rgl_93:not(#\9) {
|
|
94
94
|
border-collapse: separate;
|
|
95
95
|
border-spacing: 0;
|
|
96
96
|
box-sizing: border-box;
|
|
@@ -128,88 +128,93 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
128
128
|
flex-direction: row;
|
|
129
129
|
flex-wrap: wrap;
|
|
130
130
|
box-sizing: border-box;
|
|
131
|
-
padding-
|
|
132
|
-
margin: 0;
|
|
131
|
+
padding-inline-start: 0;
|
|
132
|
+
margin-block: 0;
|
|
133
|
+
margin-inline: 0;
|
|
133
134
|
list-style: none;
|
|
134
135
|
}
|
|
135
136
|
|
|
136
|
-
.
|
|
137
|
-
.
|
|
138
|
-
min-
|
|
139
|
-
border: var(--border-field-width-09w7vk, 2px) solid transparent;
|
|
137
|
+
.awsui_button_fvjdu_19rgl_136:not(#\9),
|
|
138
|
+
.awsui_dots_fvjdu_19rgl_137:not(#\9) {
|
|
139
|
+
min-inline-size: var(--space-l-t419sm, 20px);
|
|
140
|
+
border-block: var(--border-field-width-09w7vk, 2px) solid transparent;
|
|
141
|
+
border-inline: var(--border-field-width-09w7vk, 2px) solid transparent;
|
|
140
142
|
}
|
|
141
143
|
|
|
142
|
-
.
|
|
144
|
+
.awsui_button_fvjdu_19rgl_136:not(#\9) {
|
|
143
145
|
cursor: pointer;
|
|
144
146
|
text-align: center;
|
|
145
147
|
box-sizing: border-box;
|
|
146
148
|
background: transparent;
|
|
147
149
|
line-height: inherit;
|
|
148
|
-
padding: 0;
|
|
150
|
+
padding-block: 0;
|
|
151
|
+
padding-inline: 0;
|
|
149
152
|
}
|
|
150
|
-
.
|
|
153
|
+
.awsui_button_fvjdu_19rgl_136:not(#\9):focus {
|
|
151
154
|
outline: none;
|
|
152
155
|
}
|
|
153
|
-
body[data-awsui-focus-visible=true] .
|
|
156
|
+
body[data-awsui-focus-visible=true] .awsui_button_fvjdu_19rgl_136:not(#\9):focus {
|
|
154
157
|
outline: 2px dotted transparent;
|
|
155
158
|
border: var(--border-field-width-09w7vk, 2px) solid var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
156
159
|
border-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
157
160
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-0ctpjf, 0px) var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
158
161
|
}
|
|
159
|
-
.awsui_button-
|
|
162
|
+
.awsui_button-disabled_fvjdu_19rgl_161:not(#\9) {
|
|
160
163
|
cursor: default;
|
|
161
164
|
color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
|
|
162
165
|
}
|
|
163
166
|
|
|
164
|
-
.
|
|
167
|
+
.awsui_arrow_fvjdu_19rgl_166:not(#\9) {
|
|
165
168
|
color: var(--color-text-interactive-default-lnx6lk, #414d5c);
|
|
166
169
|
}
|
|
167
|
-
.
|
|
170
|
+
.awsui_arrow_fvjdu_19rgl_166:not(#\9):not(.awsui_button-disabled_fvjdu_19rgl_161):hover {
|
|
168
171
|
color: var(--color-text-interactive-hover-mj8add, #000716);
|
|
169
172
|
}
|
|
170
|
-
.
|
|
173
|
+
.awsui_arrow_fvjdu_19rgl_166.awsui_button-disabled_fvjdu_19rgl_161:not(#\9) {
|
|
171
174
|
color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
|
|
172
175
|
}
|
|
173
176
|
|
|
174
|
-
.awsui_page-
|
|
177
|
+
.awsui_page-number_fvjdu_19rgl_176:not(#\9) {
|
|
175
178
|
color: var(--color-text-pagination-page-number-default-i8se09, #414d5c);
|
|
176
179
|
}
|
|
177
|
-
.awsui_page-
|
|
180
|
+
.awsui_page-number_fvjdu_19rgl_176:not(#\9):not(.awsui_button-disabled_fvjdu_19rgl_161):hover {
|
|
178
181
|
color: var(--color-text-interactive-hover-mj8add, #000716);
|
|
179
182
|
}
|
|
180
|
-
.awsui_page-
|
|
183
|
+
.awsui_page-number_fvjdu_19rgl_176.awsui_button-current_fvjdu_19rgl_182:not(#\9) {
|
|
181
184
|
font-weight: var(--font-wayfinding-link-active-weight-rbmzei, 700);
|
|
182
185
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
183
186
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
184
187
|
color: var(--color-text-interactive-active-ox3ozh, #000716);
|
|
185
188
|
}
|
|
186
|
-
.awsui_page-
|
|
189
|
+
.awsui_page-number_fvjdu_19rgl_176.awsui_button-current_fvjdu_19rgl_182.awsui_button-disabled_fvjdu_19rgl_161:not(#\9) {
|
|
187
190
|
color: var(--color-text-pagination-page-number-active-disabled-pnozll, #9ba7b6);
|
|
188
191
|
}
|
|
189
|
-
.awsui_page-
|
|
192
|
+
.awsui_page-number_fvjdu_19rgl_176.awsui_button-disabled_fvjdu_19rgl_161:not(#\9) {
|
|
190
193
|
color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
|
|
191
194
|
}
|
|
192
195
|
|
|
193
|
-
.
|
|
196
|
+
.awsui_dots_fvjdu_19rgl_137:not(#\9) {
|
|
194
197
|
color: var(--color-text-interactive-default-lnx6lk, #414d5c);
|
|
195
198
|
}
|
|
196
199
|
|
|
197
|
-
.awsui_page-
|
|
198
|
-
.
|
|
199
|
-
margin: var(--space-scaled-xxs-7597g1, 4px)
|
|
200
|
+
.awsui_page-item_fvjdu_19rgl_199:not(#\9),
|
|
201
|
+
.awsui_dots_fvjdu_19rgl_137:not(#\9) {
|
|
202
|
+
margin-block: var(--space-scaled-xxs-7597g1, 4px);
|
|
203
|
+
margin-inline: var(--space-xxs-p8yyaw, 4px);
|
|
200
204
|
text-align: center;
|
|
201
205
|
box-sizing: border-box;
|
|
202
|
-
padding: 0;
|
|
206
|
+
padding-block: 0;
|
|
207
|
+
padding-inline: 0;
|
|
203
208
|
}
|
|
204
|
-
.awsui_page-
|
|
205
|
-
.
|
|
206
|
-
margin-
|
|
209
|
+
.awsui_page-item_fvjdu_19rgl_199:not(#\9):first-child,
|
|
210
|
+
.awsui_dots_fvjdu_19rgl_137:not(#\9):first-child {
|
|
211
|
+
margin-inline-start: 0;
|
|
207
212
|
}
|
|
208
|
-
.awsui_page-
|
|
209
|
-
.
|
|
210
|
-
margin-
|
|
213
|
+
.awsui_page-item_fvjdu_19rgl_199:not(#\9):last-child,
|
|
214
|
+
.awsui_dots_fvjdu_19rgl_137:not(#\9):last-child {
|
|
215
|
+
margin-inline-end: 0;
|
|
211
216
|
}
|
|
212
217
|
|
|
213
|
-
.awsui_root-
|
|
218
|
+
.awsui_root-disabled_fvjdu_19rgl_217 > .awsui_dots_fvjdu_19rgl_137:not(#\9) {
|
|
214
219
|
color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
|
|
215
220
|
}
|
|
@@ -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_19rgl_93",
|
|
6
|
+
"button": "awsui_button_fvjdu_19rgl_136",
|
|
7
|
+
"dots": "awsui_dots_fvjdu_19rgl_137",
|
|
8
|
+
"button-disabled": "awsui_button-disabled_fvjdu_19rgl_161",
|
|
9
|
+
"arrow": "awsui_arrow_fvjdu_19rgl_166",
|
|
10
|
+
"page-number": "awsui_page-number_fvjdu_19rgl_176",
|
|
11
|
+
"button-current": "awsui_button-current_fvjdu_19rgl_182",
|
|
12
|
+
"page-item": "awsui_page-item_fvjdu_19rgl_199",
|
|
13
|
+
"root-disabled": "awsui_root-disabled_fvjdu_19rgl_217"
|
|
14
14
|
};
|
|
15
15
|
|
package/pie-chart/styles.css.js
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"segment__path": "
|
|
5
|
-
"segment": "
|
|
6
|
-
"segment__hover": "
|
|
7
|
-
"label": "
|
|
8
|
-
"root": "
|
|
9
|
-
"content": "
|
|
10
|
-
"content--small": "awsui_content--
|
|
11
|
-
"content--fit-height": "awsui_content--fit-
|
|
12
|
-
"content--without-labels": "awsui_content--without-
|
|
13
|
-
"content--medium": "awsui_content--
|
|
14
|
-
"content--large": "awsui_content--
|
|
15
|
-
"status-container": "awsui_status-
|
|
16
|
-
"chart-container": "awsui_chart-
|
|
17
|
-
"chart-container--fit-height": "awsui_chart-container--fit-
|
|
18
|
-
"chart-container-chart-plot": "awsui_chart-container-chart-
|
|
19
|
-
"chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-
|
|
20
|
-
"inner-content": "awsui_inner-
|
|
21
|
-
"segment__highlight": "
|
|
22
|
-
"segment--dimmed": "awsui_segment--
|
|
23
|
-
"segment--highlighted": "awsui_segment--
|
|
24
|
-
"label--dimmed": "awsui_label--
|
|
25
|
-
"label--align-right": "awsui_label--align-
|
|
26
|
-
"label-text": "awsui_label-
|
|
27
|
-
"label__description": "
|
|
28
|
-
"label-line": "awsui_label-
|
|
29
|
-
"label--highlighted": "awsui_label--
|
|
30
|
-
"popover-header": "awsui_popover-
|
|
4
|
+
"segment__path": "awsui_segment__path_1edmh_b6wa3_97",
|
|
5
|
+
"segment": "awsui_segment_1edmh_b6wa3_97",
|
|
6
|
+
"segment__hover": "awsui_segment__hover_1edmh_b6wa3_124",
|
|
7
|
+
"label": "awsui_label_1edmh_b6wa3_138",
|
|
8
|
+
"root": "awsui_root_1edmh_b6wa3_156",
|
|
9
|
+
"content": "awsui_content_1edmh_b6wa3_160",
|
|
10
|
+
"content--small": "awsui_content--small_1edmh_b6wa3_160",
|
|
11
|
+
"content--fit-height": "awsui_content--fit-height_1edmh_b6wa3_163",
|
|
12
|
+
"content--without-labels": "awsui_content--without-labels_1edmh_b6wa3_166",
|
|
13
|
+
"content--medium": "awsui_content--medium_1edmh_b6wa3_172",
|
|
14
|
+
"content--large": "awsui_content--large_1edmh_b6wa3_184",
|
|
15
|
+
"status-container": "awsui_status-container_1edmh_b6wa3_201",
|
|
16
|
+
"chart-container": "awsui_chart-container_1edmh_b6wa3_205",
|
|
17
|
+
"chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_b6wa3_209",
|
|
18
|
+
"chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_b6wa3_214",
|
|
19
|
+
"chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_b6wa3_217",
|
|
20
|
+
"inner-content": "awsui_inner-content_1edmh_b6wa3_223",
|
|
21
|
+
"segment__highlight": "awsui_segment__highlight_1edmh_b6wa3_234",
|
|
22
|
+
"segment--dimmed": "awsui_segment--dimmed_1edmh_b6wa3_249",
|
|
23
|
+
"segment--highlighted": "awsui_segment--highlighted_1edmh_b6wa3_252",
|
|
24
|
+
"label--dimmed": "awsui_label--dimmed_1edmh_b6wa3_269",
|
|
25
|
+
"label--align-right": "awsui_label--align-right_1edmh_b6wa3_272",
|
|
26
|
+
"label-text": "awsui_label-text_1edmh_b6wa3_280",
|
|
27
|
+
"label__description": "awsui_label__description_1edmh_b6wa3_288",
|
|
28
|
+
"label-line": "awsui_label-line_1edmh_b6wa3_295",
|
|
29
|
+
"label--highlighted": "awsui_label--highlighted_1edmh_b6wa3_299",
|
|
30
|
+
"popover-header": "awsui_popover-header_1edmh_b6wa3_303"
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -94,57 +94,57 @@ 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_segment__path_1edmh_b6wa3_97:not(#\9) {
|
|
98
98
|
transition: opacity var(--motion-duration-transition-quick-6npj01, 90ms) var(--motion-easing-transition-quick-l9jfsx, linear);
|
|
99
99
|
}
|
|
100
100
|
@media (prefers-reduced-motion: reduce) {
|
|
101
|
-
.
|
|
101
|
+
.awsui_segment__path_1edmh_b6wa3_97:not(#\9) {
|
|
102
102
|
animation: none;
|
|
103
103
|
transition: none;
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
|
-
.awsui-motion-disabled .
|
|
106
|
+
.awsui-motion-disabled .awsui_segment__path_1edmh_b6wa3_97:not(#\9), .awsui-mode-entering .awsui_segment__path_1edmh_b6wa3_97:not(#\9) {
|
|
107
107
|
animation: none;
|
|
108
108
|
transition: none;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
.
|
|
111
|
+
.awsui_segment_1edmh_b6wa3_97:not(#\9) {
|
|
112
112
|
transition: opacity var(--motion-duration-transition-quick-6npj01, 90ms) var(--motion-easing-transition-quick-l9jfsx, linear);
|
|
113
113
|
}
|
|
114
114
|
@media (prefers-reduced-motion: reduce) {
|
|
115
|
-
.
|
|
115
|
+
.awsui_segment_1edmh_b6wa3_97:not(#\9) {
|
|
116
116
|
animation: none;
|
|
117
117
|
transition: none;
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
|
-
.awsui-motion-disabled .
|
|
120
|
+
.awsui-motion-disabled .awsui_segment_1edmh_b6wa3_97:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_b6wa3_97:not(#\9) {
|
|
121
121
|
animation: none;
|
|
122
122
|
transition: none;
|
|
123
123
|
}
|
|
124
|
-
.
|
|
124
|
+
.awsui_segment_1edmh_b6wa3_97 > .awsui_segment__hover_1edmh_b6wa3_124:not(#\9) {
|
|
125
125
|
transition: opacity var(--motion-duration-transition-quick-6npj01, 90ms) var(--motion-easing-transition-quick-l9jfsx, linear);
|
|
126
126
|
}
|
|
127
127
|
@media (prefers-reduced-motion: reduce) {
|
|
128
|
-
.
|
|
128
|
+
.awsui_segment_1edmh_b6wa3_97 > .awsui_segment__hover_1edmh_b6wa3_124:not(#\9) {
|
|
129
129
|
animation: none;
|
|
130
130
|
transition: none;
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
-
.awsui-motion-disabled .
|
|
133
|
+
.awsui-motion-disabled .awsui_segment_1edmh_b6wa3_97 > .awsui_segment__hover_1edmh_b6wa3_124:not(#\9), .awsui-mode-entering .awsui_segment_1edmh_b6wa3_97 > .awsui_segment__hover_1edmh_b6wa3_124:not(#\9) {
|
|
134
134
|
animation: none;
|
|
135
135
|
transition: none;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.
|
|
138
|
+
.awsui_label_1edmh_b6wa3_138:not(#\9) {
|
|
139
139
|
transition: opacity var(--motion-duration-transition-quick-6npj01, 90ms) var(--motion-easing-transition-quick-l9jfsx, linear);
|
|
140
140
|
}
|
|
141
141
|
@media (prefers-reduced-motion: reduce) {
|
|
142
|
-
.
|
|
142
|
+
.awsui_label_1edmh_b6wa3_138:not(#\9) {
|
|
143
143
|
animation: none;
|
|
144
144
|
transition: none;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
|
-
.awsui-motion-disabled .
|
|
147
|
+
.awsui-motion-disabled .awsui_label_1edmh_b6wa3_138:not(#\9), .awsui-mode-entering .awsui_label_1edmh_b6wa3_138:not(#\9) {
|
|
148
148
|
animation: none;
|
|
149
149
|
transition: none;
|
|
150
150
|
}
|
|
@@ -153,137 +153,131 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
153
153
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
154
154
|
SPDX-License-Identifier: Apache-2.0
|
|
155
155
|
*/
|
|
156
|
-
.
|
|
156
|
+
.awsui_root_1edmh_b6wa3_156:not(#\9) {
|
|
157
157
|
/* used in test-utils */
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
161
|
-
min-
|
|
160
|
+
.awsui_content_1edmh_b6wa3_160.awsui_content--small_1edmh_b6wa3_160:not(#\9) {
|
|
161
|
+
min-block-size: calc(2 * (50px + var(--space-xs-zb16t3, 8px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
|
|
162
162
|
}
|
|
163
|
-
.
|
|
164
|
-
min-
|
|
163
|
+
.awsui_content_1edmh_b6wa3_160.awsui_content--small_1edmh_b6wa3_160.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
|
|
164
|
+
min-block-size: calc(2 * (30px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
|
|
165
165
|
}
|
|
166
|
-
.
|
|
167
|
-
min-
|
|
166
|
+
.awsui_content_1edmh_b6wa3_160.awsui_content--small_1edmh_b6wa3_160.awsui_content--without-labels_1edmh_b6wa3_166:not(#\9) {
|
|
167
|
+
min-block-size: calc(2 * (50px + var(--space-xs-zb16t3, 8px)));
|
|
168
168
|
}
|
|
169
|
-
.
|
|
170
|
-
min-
|
|
169
|
+
.awsui_content_1edmh_b6wa3_160.awsui_content--small_1edmh_b6wa3_160.awsui_content--without-labels_1edmh_b6wa3_166.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
|
|
170
|
+
min-block-size: calc(2 * (30px));
|
|
171
171
|
}
|
|
172
|
-
.
|
|
173
|
-
min-
|
|
172
|
+
.awsui_content_1edmh_b6wa3_160.awsui_content--medium_1edmh_b6wa3_172:not(#\9) {
|
|
173
|
+
min-block-size: calc(2 * (100px + var(--space-s-34lx8l, 12px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
|
|
174
174
|
}
|
|
175
|
-
.
|
|
176
|
-
min-
|
|
175
|
+
.awsui_content_1edmh_b6wa3_160.awsui_content--medium_1edmh_b6wa3_172.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
|
|
176
|
+
min-block-size: calc(2 * (100px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
|
|
177
177
|
}
|
|
178
|
-
.
|
|
179
|
-
min-
|
|
178
|
+
.awsui_content_1edmh_b6wa3_160.awsui_content--medium_1edmh_b6wa3_172.awsui_content--without-labels_1edmh_b6wa3_166:not(#\9) {
|
|
179
|
+
min-block-size: calc(2 * (100px + var(--space-s-34lx8l, 12px)));
|
|
180
180
|
}
|
|
181
|
-
.
|
|
182
|
-
min-
|
|
181
|
+
.awsui_content_1edmh_b6wa3_160.awsui_content--medium_1edmh_b6wa3_172.awsui_content--without-labels_1edmh_b6wa3_166.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
|
|
182
|
+
min-block-size: calc(2 * (100px));
|
|
183
183
|
}
|
|
184
|
-
.
|
|
185
|
-
min-
|
|
184
|
+
.awsui_content_1edmh_b6wa3_160.awsui_content--large_1edmh_b6wa3_184:not(#\9) {
|
|
185
|
+
min-block-size: calc(2 * (140px + var(--space-s-34lx8l, 12px) + calc(2 * var(--line-height-body-m-30ar75, 20px))));
|
|
186
186
|
}
|
|
187
|
-
.
|
|
188
|
-
min-
|
|
187
|
+
.awsui_content_1edmh_b6wa3_160.awsui_content--large_1edmh_b6wa3_184.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
|
|
188
|
+
min-block-size: calc(2 * (140px + calc(2 * var(--line-height-body-m-30ar75, 20px))));
|
|
189
189
|
}
|
|
190
|
-
.
|
|
191
|
-
min-
|
|
190
|
+
.awsui_content_1edmh_b6wa3_160.awsui_content--large_1edmh_b6wa3_184.awsui_content--without-labels_1edmh_b6wa3_166:not(#\9) {
|
|
191
|
+
min-block-size: calc(2 * (140px + var(--space-s-34lx8l, 12px)));
|
|
192
192
|
}
|
|
193
|
-
.
|
|
194
|
-
min-
|
|
193
|
+
.awsui_content_1edmh_b6wa3_160.awsui_content--large_1edmh_b6wa3_184.awsui_content--without-labels_1edmh_b6wa3_166.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
|
|
194
|
+
min-block-size: calc(2 * (140px));
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
.awsui_content--fit-
|
|
197
|
+
.awsui_content--fit-height_1edmh_b6wa3_163:not(#\9) {
|
|
198
198
|
flex: 1;
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
-
.awsui_status-
|
|
201
|
+
.awsui_status-container_1edmh_b6wa3_201:not(#\9) {
|
|
202
202
|
/* used in test utils */
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
.awsui_chart-
|
|
205
|
+
.awsui_chart-container_1edmh_b6wa3_205:not(#\9) {
|
|
206
206
|
display: flex;
|
|
207
207
|
flex: 1;
|
|
208
208
|
}
|
|
209
|
-
.awsui_chart-container--fit-
|
|
210
|
-
|
|
211
|
-
min-
|
|
209
|
+
.awsui_chart-container--fit-height_1edmh_b6wa3_209:not(#\9) {
|
|
210
|
+
block-size: 100%;
|
|
211
|
+
min-block-size: inherit;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
-
.awsui_chart-container-chart-
|
|
214
|
+
.awsui_chart-container-chart-plot_1edmh_b6wa3_214:not(#\9) {
|
|
215
215
|
display: contents;
|
|
216
216
|
}
|
|
217
|
-
.awsui_chart-container-chart-plot--fit-
|
|
217
|
+
.awsui_chart-container-chart-plot--fit-height_1edmh_b6wa3_217:not(#\9) {
|
|
218
218
|
display: block;
|
|
219
219
|
position: absolute;
|
|
220
|
-
|
|
221
|
-
right: 0;
|
|
222
|
-
bottom: 0;
|
|
223
|
-
left: 0;
|
|
220
|
+
inset: 0;
|
|
224
221
|
}
|
|
225
222
|
|
|
226
|
-
.awsui_inner-
|
|
223
|
+
.awsui_inner-content_1edmh_b6wa3_223:not(#\9) {
|
|
227
224
|
display: flex;
|
|
228
225
|
position: absolute;
|
|
229
226
|
flex-direction: column;
|
|
230
227
|
justify-content: center;
|
|
231
228
|
align-items: center;
|
|
232
229
|
text-align: center;
|
|
233
|
-
|
|
234
|
-
left: 0;
|
|
235
|
-
bottom: 0;
|
|
236
|
-
right: 0;
|
|
230
|
+
inset: 0;
|
|
237
231
|
pointer-events: none;
|
|
238
232
|
}
|
|
239
233
|
|
|
240
|
-
.
|
|
234
|
+
.awsui_segment__highlight_1edmh_b6wa3_234:not(#\9) {
|
|
241
235
|
stroke: none;
|
|
242
236
|
opacity: 0;
|
|
243
237
|
}
|
|
244
238
|
|
|
245
|
-
.
|
|
239
|
+
.awsui_segment_1edmh_b6wa3_97:not(#\9) {
|
|
246
240
|
stroke: var(--color-background-container-content-4un1ap, #ffffff);
|
|
247
241
|
stroke-width: 2px;
|
|
248
242
|
stroke-linejoin: round;
|
|
249
243
|
opacity: 1;
|
|
250
244
|
cursor: pointer;
|
|
251
245
|
}
|
|
252
|
-
.
|
|
246
|
+
.awsui_segment_1edmh_b6wa3_97:not(#\9):focus {
|
|
253
247
|
outline: none;
|
|
254
248
|
}
|
|
255
|
-
.
|
|
249
|
+
.awsui_segment_1edmh_b6wa3_97.awsui_segment--dimmed_1edmh_b6wa3_249:not(#\9) {
|
|
256
250
|
opacity: 0.35;
|
|
257
251
|
}
|
|
258
|
-
.
|
|
252
|
+
.awsui_segment_1edmh_b6wa3_97.awsui_segment--highlighted_1edmh_b6wa3_252 > .awsui_segment__highlight_1edmh_b6wa3_234:not(#\9), .awsui_segment_1edmh_b6wa3_97:not(#\9):hover:not(.awsui_segment--dimmed_1edmh_b6wa3_249) > .awsui_segment__highlight_1edmh_b6wa3_234 {
|
|
259
253
|
opacity: 1;
|
|
260
254
|
}
|
|
261
255
|
|
|
262
|
-
.
|
|
256
|
+
.awsui_label_1edmh_b6wa3_138:not(#\9) {
|
|
263
257
|
color: var(--color-text-heading-default-lstrpn, #000716);
|
|
264
258
|
opacity: 1;
|
|
265
259
|
/* stylelint-disable-next-line selector-max-type */
|
|
266
260
|
/* stylelint-disable-next-line selector-max-type */
|
|
267
261
|
}
|
|
268
|
-
.
|
|
262
|
+
.awsui_label_1edmh_b6wa3_138 > line:not(#\9) {
|
|
269
263
|
stroke: var(--color-stroke-chart-line-ppq5nh, #7d8998);
|
|
270
264
|
stroke-width: var(--border-divider-section-width-1061zr, 1px);
|
|
271
265
|
}
|
|
272
|
-
.
|
|
273
|
-
margin-
|
|
266
|
+
.awsui_label_1edmh_b6wa3_138 > div:not(#\9) {
|
|
267
|
+
margin-block-start: -0.75em;
|
|
274
268
|
}
|
|
275
|
-
.
|
|
269
|
+
.awsui_label_1edmh_b6wa3_138.awsui_label--dimmed_1edmh_b6wa3_269:not(#\9) {
|
|
276
270
|
opacity: 0.35;
|
|
277
271
|
}
|
|
278
|
-
.
|
|
272
|
+
.awsui_label_1edmh_b6wa3_138.awsui_label--align-right_1edmh_b6wa3_272:not(#\9) {
|
|
279
273
|
/* stylelint-disable-next-line selector-max-type */
|
|
280
274
|
}
|
|
281
|
-
.
|
|
282
|
-
text-align:
|
|
275
|
+
.awsui_label_1edmh_b6wa3_138.awsui_label--align-right_1edmh_b6wa3_272 > div:not(#\9) {
|
|
276
|
+
text-align: end;
|
|
283
277
|
}
|
|
284
278
|
|
|
285
279
|
/* stylelint-disable-next-line selector-max-type */
|
|
286
|
-
.awsui_label-
|
|
280
|
+
.awsui_label-text_1edmh_b6wa3_280 > text:not(#\9) {
|
|
287
281
|
font-size: var(--font-size-body-m-x4okxb, 14px);
|
|
288
282
|
line-height: var(--line-height-body-m-30ar75, 20px);
|
|
289
283
|
font-weight: var(--font-display-label-weight-815ja9, 700);
|
|
@@ -291,22 +285,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
291
285
|
dominant-baseline: middle;
|
|
292
286
|
}
|
|
293
287
|
|
|
294
|
-
text.
|
|
288
|
+
text.awsui_label__description_1edmh_b6wa3_288:not(#\9) {
|
|
295
289
|
font-size: var(--font-chart-detail-size-1n389u, 12px);
|
|
296
290
|
font-weight: 400;
|
|
297
291
|
color: var(--color-text-group-label-jpw8sm, #414d5c);
|
|
298
292
|
fill: var(--color-text-group-label-jpw8sm, #414d5c);
|
|
299
293
|
}
|
|
300
294
|
|
|
301
|
-
.awsui_label-
|
|
295
|
+
.awsui_label-line_1edmh_b6wa3_295:not(#\9) {
|
|
302
296
|
/* used in component code */
|
|
303
297
|
}
|
|
304
298
|
|
|
305
|
-
.awsui_label--
|
|
299
|
+
.awsui_label--highlighted_1edmh_b6wa3_299:not(#\9) {
|
|
306
300
|
/* used in test-utils */
|
|
307
301
|
}
|
|
308
302
|
|
|
309
|
-
.awsui_popover-
|
|
303
|
+
.awsui_popover-header_1edmh_b6wa3_303:not(#\9) {
|
|
310
304
|
display: inline-flex;
|
|
311
305
|
align-items: flex-start;
|
|
312
306
|
}
|
|
@@ -2,32 +2,32 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"segment__path": "
|
|
6
|
-
"segment": "
|
|
7
|
-
"segment__hover": "
|
|
8
|
-
"label": "
|
|
9
|
-
"root": "
|
|
10
|
-
"content": "
|
|
11
|
-
"content--small": "awsui_content--
|
|
12
|
-
"content--fit-height": "awsui_content--fit-
|
|
13
|
-
"content--without-labels": "awsui_content--without-
|
|
14
|
-
"content--medium": "awsui_content--
|
|
15
|
-
"content--large": "awsui_content--
|
|
16
|
-
"status-container": "awsui_status-
|
|
17
|
-
"chart-container": "awsui_chart-
|
|
18
|
-
"chart-container--fit-height": "awsui_chart-container--fit-
|
|
19
|
-
"chart-container-chart-plot": "awsui_chart-container-chart-
|
|
20
|
-
"chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-
|
|
21
|
-
"inner-content": "awsui_inner-
|
|
22
|
-
"segment__highlight": "
|
|
23
|
-
"segment--dimmed": "awsui_segment--
|
|
24
|
-
"segment--highlighted": "awsui_segment--
|
|
25
|
-
"label--dimmed": "awsui_label--
|
|
26
|
-
"label--align-right": "awsui_label--align-
|
|
27
|
-
"label-text": "awsui_label-
|
|
28
|
-
"label__description": "
|
|
29
|
-
"label-line": "awsui_label-
|
|
30
|
-
"label--highlighted": "awsui_label--
|
|
31
|
-
"popover-header": "awsui_popover-
|
|
5
|
+
"segment__path": "awsui_segment__path_1edmh_b6wa3_97",
|
|
6
|
+
"segment": "awsui_segment_1edmh_b6wa3_97",
|
|
7
|
+
"segment__hover": "awsui_segment__hover_1edmh_b6wa3_124",
|
|
8
|
+
"label": "awsui_label_1edmh_b6wa3_138",
|
|
9
|
+
"root": "awsui_root_1edmh_b6wa3_156",
|
|
10
|
+
"content": "awsui_content_1edmh_b6wa3_160",
|
|
11
|
+
"content--small": "awsui_content--small_1edmh_b6wa3_160",
|
|
12
|
+
"content--fit-height": "awsui_content--fit-height_1edmh_b6wa3_163",
|
|
13
|
+
"content--without-labels": "awsui_content--without-labels_1edmh_b6wa3_166",
|
|
14
|
+
"content--medium": "awsui_content--medium_1edmh_b6wa3_172",
|
|
15
|
+
"content--large": "awsui_content--large_1edmh_b6wa3_184",
|
|
16
|
+
"status-container": "awsui_status-container_1edmh_b6wa3_201",
|
|
17
|
+
"chart-container": "awsui_chart-container_1edmh_b6wa3_205",
|
|
18
|
+
"chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_b6wa3_209",
|
|
19
|
+
"chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_b6wa3_214",
|
|
20
|
+
"chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_b6wa3_217",
|
|
21
|
+
"inner-content": "awsui_inner-content_1edmh_b6wa3_223",
|
|
22
|
+
"segment__highlight": "awsui_segment__highlight_1edmh_b6wa3_234",
|
|
23
|
+
"segment--dimmed": "awsui_segment--dimmed_1edmh_b6wa3_249",
|
|
24
|
+
"segment--highlighted": "awsui_segment--highlighted_1edmh_b6wa3_252",
|
|
25
|
+
"label--dimmed": "awsui_label--dimmed_1edmh_b6wa3_269",
|
|
26
|
+
"label--align-right": "awsui_label--align-right_1edmh_b6wa3_272",
|
|
27
|
+
"label-text": "awsui_label-text_1edmh_b6wa3_280",
|
|
28
|
+
"label__description": "awsui_label__description_1edmh_b6wa3_288",
|
|
29
|
+
"label-line": "awsui_label-line_1edmh_b6wa3_295",
|
|
30
|
+
"label--highlighted": "awsui_label--highlighted_1edmh_b6wa3_299",
|
|
31
|
+
"popover-header": "awsui_popover-header_1edmh_b6wa3_303"
|
|
32
32
|
};
|
|
33
33
|
|