@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
|
@@ -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_1wzqe_1ltl4_93:not(#\9) {
|
|
94
94
|
border-collapse: separate;
|
|
95
95
|
border-spacing: 0;
|
|
96
96
|
box-sizing: border-box;
|
|
@@ -126,106 +126,107 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
126
126
|
-moz-osx-font-smoothing: auto;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.awsui_search-
|
|
129
|
+
.awsui_search-field_1wzqe_1ltl4_128:not(#\9) {
|
|
130
130
|
display: flex;
|
|
131
131
|
align-items: flex-end;
|
|
132
|
-
max-
|
|
132
|
+
max-inline-size: calc(688px - 2 * var(--space-l-t419sm, 20px));
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
.awsui_input-
|
|
135
|
+
.awsui_input-wrapper_1wzqe_1ltl4_134:not(#\9) {
|
|
136
136
|
flex-grow: 1;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.awsui_add-
|
|
140
|
-
border-
|
|
139
|
+
.awsui_add-token_1wzqe_1ltl4_138:not(#\9) {
|
|
140
|
+
border-inline-start: 1px solid var(--color-border-divider-default-j74lyz, #b6bec9);
|
|
141
141
|
box-sizing: border-box;
|
|
142
|
-
margin-
|
|
143
|
-
padding-
|
|
142
|
+
margin-inline-start: var(--space-m-udix3p, 16px);
|
|
143
|
+
padding-inline-start: var(--space-m-udix3p, 16px);
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
.
|
|
147
|
-
margin: var(--space-xs-zb16t3, 8px)
|
|
146
|
+
.awsui_tokens_1wzqe_1ltl4_145:not(#\9) {
|
|
147
|
+
margin-block: var(--space-xs-zb16t3, 8px);
|
|
148
|
+
margin-inline: 0;
|
|
148
149
|
}
|
|
149
150
|
|
|
150
|
-
.awsui_token-
|
|
151
|
+
.awsui_token-operator_1wzqe_1ltl4_150:not(#\9) {
|
|
151
152
|
font-weight: bold;
|
|
152
153
|
}
|
|
153
154
|
|
|
154
|
-
.awsui_property-
|
|
155
|
-
.awsui_token-
|
|
155
|
+
.awsui_property-editor_1wzqe_1ltl4_154:not(#\9),
|
|
156
|
+
.awsui_token-editor_1wzqe_1ltl4_155:not(#\9) {
|
|
156
157
|
-webkit-user-select: text;
|
|
157
158
|
user-select: text;
|
|
158
|
-
margin: var(--space-xxs-p8yyaw, 4px);
|
|
159
|
+
margin-block: var(--space-xxs-p8yyaw, 4px);
|
|
160
|
+
margin-inline: var(--space-xxs-p8yyaw, 4px);
|
|
159
161
|
}
|
|
160
|
-
.awsui_property-editor-
|
|
161
|
-
.awsui_token-editor-
|
|
162
|
-
margin-
|
|
162
|
+
.awsui_property-editor-form_1wzqe_1ltl4_160:not(#\9),
|
|
163
|
+
.awsui_token-editor-form_1wzqe_1ltl4_161:not(#\9) {
|
|
164
|
+
margin-block-end: var(--space-scaled-l-0hpmd7, 20px);
|
|
163
165
|
}
|
|
164
|
-
.awsui_property-editor-field-
|
|
165
|
-
.awsui_token-editor-field-
|
|
166
|
+
.awsui_property-editor-field-property_1wzqe_1ltl4_164:not(#\9),
|
|
167
|
+
.awsui_token-editor-field-property_1wzqe_1ltl4_165:not(#\9) {
|
|
166
168
|
/* used in test-utils */
|
|
167
169
|
}
|
|
168
|
-
.awsui_property-editor-field-
|
|
169
|
-
.awsui_token-editor-field-
|
|
170
|
-
margin-
|
|
170
|
+
.awsui_property-editor-field-operator_1wzqe_1ltl4_168:not(#\9),
|
|
171
|
+
.awsui_token-editor-field-operator_1wzqe_1ltl4_169:not(#\9) {
|
|
172
|
+
margin-block-start: var(--space-scaled-l-0hpmd7, 20px);
|
|
171
173
|
}
|
|
172
|
-
.awsui_property-editor-field-
|
|
173
|
-
.awsui_token-editor-field-
|
|
174
|
-
margin-
|
|
174
|
+
.awsui_property-editor-field-value_1wzqe_1ltl4_172:not(#\9),
|
|
175
|
+
.awsui_token-editor-field-value_1wzqe_1ltl4_173:not(#\9) {
|
|
176
|
+
margin-block-start: var(--space-scaled-l-0hpmd7, 20px);
|
|
175
177
|
}
|
|
176
|
-
.awsui_property-editor-
|
|
177
|
-
.awsui_token-editor-
|
|
178
|
-
margin-
|
|
178
|
+
.awsui_property-editor-cancel_1wzqe_1ltl4_176:not(#\9),
|
|
179
|
+
.awsui_token-editor-cancel_1wzqe_1ltl4_177:not(#\9) {
|
|
180
|
+
margin-inline-end: var(--space-xs-zb16t3, 8px);
|
|
179
181
|
}
|
|
180
|
-
.awsui_property-editor-
|
|
181
|
-
.awsui_token-editor-
|
|
182
|
+
.awsui_property-editor-submit_1wzqe_1ltl4_180:not(#\9),
|
|
183
|
+
.awsui_token-editor-submit_1wzqe_1ltl4_181:not(#\9) {
|
|
182
184
|
/* used in test-utils */
|
|
183
185
|
}
|
|
184
|
-
.awsui_property-editor-
|
|
185
|
-
.awsui_token-editor-
|
|
186
|
+
.awsui_property-editor-actions_1wzqe_1ltl4_184:not(#\9),
|
|
187
|
+
.awsui_token-editor-actions_1wzqe_1ltl4_185:not(#\9) {
|
|
186
188
|
display: flex;
|
|
187
189
|
justify-content: flex-end;
|
|
188
|
-
padding-
|
|
189
|
-
border-
|
|
190
|
+
padding-block-start: var(--space-s-34lx8l, 12px);
|
|
191
|
+
border-block-start: 1px solid var(--color-border-dropdown-item-default-k36ra7, #b6bec9);
|
|
190
192
|
}
|
|
191
193
|
|
|
192
|
-
.awsui_token-editor-
|
|
193
|
-
padding-
|
|
194
|
-
margin-
|
|
195
|
-
margin-right: calc(-1 * var(--space-m-udix3p, 16px) + -1 * var(--space-xxs-p8yyaw, 4px));
|
|
194
|
+
.awsui_token-editor-actions_1wzqe_1ltl4_185:not(#\9) {
|
|
195
|
+
padding-inline-end: calc(var(--space-m-udix3p, 16px) + var(--space-xxs-p8yyaw, 4px));
|
|
196
|
+
margin-inline: calc(-1 * var(--space-m-udix3p, 16px) + -1 * var(--space-xxs-p8yyaw, 4px));
|
|
196
197
|
}
|
|
197
198
|
|
|
198
|
-
.awsui_property-
|
|
199
|
-
padding: var(--space-m-udix3p, 16px);
|
|
199
|
+
.awsui_property-editor_1wzqe_1ltl4_154:not(#\9) {
|
|
200
|
+
padding-block: var(--space-m-udix3p, 16px);
|
|
201
|
+
padding-inline: var(--space-m-udix3p, 16px);
|
|
200
202
|
overflow-y: auto;
|
|
201
203
|
}
|
|
202
204
|
|
|
203
|
-
.awsui_custom-content-
|
|
205
|
+
.awsui_custom-content-wrapper_1wzqe_1ltl4_203:not(#\9) {
|
|
204
206
|
display: contents;
|
|
205
207
|
}
|
|
206
208
|
|
|
207
|
-
.awsui_custom-
|
|
208
|
-
margin-
|
|
209
|
+
.awsui_custom-control_1wzqe_1ltl4_207:not(#\9) {
|
|
210
|
+
margin-inline-end: var(--space-s-34lx8l, 12px);
|
|
209
211
|
}
|
|
210
212
|
|
|
211
|
-
.
|
|
213
|
+
.awsui_input_1wzqe_1ltl4_134:not(#\9) {
|
|
212
214
|
flex: 1;
|
|
213
215
|
}
|
|
214
216
|
|
|
215
|
-
.
|
|
216
|
-
padding: calc(var(--space-scaled-xxs-7597g1, 4px) + var(--border-field-width-09w7vk, 2px));
|
|
217
|
-
padding-
|
|
218
|
-
padding-right: 0;
|
|
217
|
+
.awsui_results_1wzqe_1ltl4_215:not(#\9) {
|
|
218
|
+
padding-block: calc(var(--space-scaled-xxs-7597g1, 4px) + var(--border-field-width-09w7vk, 2px));
|
|
219
|
+
padding-inline: 0;
|
|
219
220
|
}
|
|
220
221
|
|
|
221
|
-
.awsui_token-
|
|
222
|
+
.awsui_token-trigger_1wzqe_1ltl4_220:not(#\9) {
|
|
222
223
|
min-width: 0;
|
|
223
224
|
word-break: break-word;
|
|
224
225
|
}
|
|
225
226
|
|
|
226
|
-
.awsui_remove-
|
|
227
|
-
.awsui_token-
|
|
228
|
-
.awsui_join-
|
|
229
|
-
.awsui_custom-filter-
|
|
227
|
+
.awsui_remove-all_1wzqe_1ltl4_225:not(#\9),
|
|
228
|
+
.awsui_token-label_1wzqe_1ltl4_226:not(#\9),
|
|
229
|
+
.awsui_join-operation_1wzqe_1ltl4_227:not(#\9),
|
|
230
|
+
.awsui_custom-filter-actions_1wzqe_1ltl4_228:not(#\9) {
|
|
230
231
|
/* used in test-utils */
|
|
231
232
|
}
|
|
@@ -2,36 +2,36 @@
|
|
|
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
|
-
"search-field": "awsui_search-
|
|
7
|
-
"input-wrapper": "awsui_input-
|
|
8
|
-
"add-token": "awsui_add-
|
|
9
|
-
"tokens": "
|
|
10
|
-
"token-operator": "awsui_token-
|
|
11
|
-
"property-editor": "awsui_property-
|
|
12
|
-
"token-editor": "awsui_token-
|
|
13
|
-
"property-editor-form": "awsui_property-editor-
|
|
14
|
-
"token-editor-form": "awsui_token-editor-
|
|
15
|
-
"property-editor-field-property": "awsui_property-editor-field-
|
|
16
|
-
"token-editor-field-property": "awsui_token-editor-field-
|
|
17
|
-
"property-editor-field-operator": "awsui_property-editor-field-
|
|
18
|
-
"token-editor-field-operator": "awsui_token-editor-field-
|
|
19
|
-
"property-editor-field-value": "awsui_property-editor-field-
|
|
20
|
-
"token-editor-field-value": "awsui_token-editor-field-
|
|
21
|
-
"property-editor-cancel": "awsui_property-editor-
|
|
22
|
-
"token-editor-cancel": "awsui_token-editor-
|
|
23
|
-
"property-editor-submit": "awsui_property-editor-
|
|
24
|
-
"token-editor-submit": "awsui_token-editor-
|
|
25
|
-
"property-editor-actions": "awsui_property-editor-
|
|
26
|
-
"token-editor-actions": "awsui_token-editor-
|
|
27
|
-
"custom-content-wrapper": "awsui_custom-content-
|
|
28
|
-
"custom-control": "awsui_custom-
|
|
29
|
-
"input": "
|
|
30
|
-
"results": "
|
|
31
|
-
"token-trigger": "awsui_token-
|
|
32
|
-
"remove-all": "awsui_remove-
|
|
33
|
-
"token-label": "awsui_token-
|
|
34
|
-
"join-operation": "awsui_join-
|
|
35
|
-
"custom-filter-actions": "awsui_custom-filter-
|
|
5
|
+
"root": "awsui_root_1wzqe_1ltl4_93",
|
|
6
|
+
"search-field": "awsui_search-field_1wzqe_1ltl4_128",
|
|
7
|
+
"input-wrapper": "awsui_input-wrapper_1wzqe_1ltl4_134",
|
|
8
|
+
"add-token": "awsui_add-token_1wzqe_1ltl4_138",
|
|
9
|
+
"tokens": "awsui_tokens_1wzqe_1ltl4_145",
|
|
10
|
+
"token-operator": "awsui_token-operator_1wzqe_1ltl4_150",
|
|
11
|
+
"property-editor": "awsui_property-editor_1wzqe_1ltl4_154",
|
|
12
|
+
"token-editor": "awsui_token-editor_1wzqe_1ltl4_155",
|
|
13
|
+
"property-editor-form": "awsui_property-editor-form_1wzqe_1ltl4_160",
|
|
14
|
+
"token-editor-form": "awsui_token-editor-form_1wzqe_1ltl4_161",
|
|
15
|
+
"property-editor-field-property": "awsui_property-editor-field-property_1wzqe_1ltl4_164",
|
|
16
|
+
"token-editor-field-property": "awsui_token-editor-field-property_1wzqe_1ltl4_165",
|
|
17
|
+
"property-editor-field-operator": "awsui_property-editor-field-operator_1wzqe_1ltl4_168",
|
|
18
|
+
"token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_1ltl4_169",
|
|
19
|
+
"property-editor-field-value": "awsui_property-editor-field-value_1wzqe_1ltl4_172",
|
|
20
|
+
"token-editor-field-value": "awsui_token-editor-field-value_1wzqe_1ltl4_173",
|
|
21
|
+
"property-editor-cancel": "awsui_property-editor-cancel_1wzqe_1ltl4_176",
|
|
22
|
+
"token-editor-cancel": "awsui_token-editor-cancel_1wzqe_1ltl4_177",
|
|
23
|
+
"property-editor-submit": "awsui_property-editor-submit_1wzqe_1ltl4_180",
|
|
24
|
+
"token-editor-submit": "awsui_token-editor-submit_1wzqe_1ltl4_181",
|
|
25
|
+
"property-editor-actions": "awsui_property-editor-actions_1wzqe_1ltl4_184",
|
|
26
|
+
"token-editor-actions": "awsui_token-editor-actions_1wzqe_1ltl4_185",
|
|
27
|
+
"custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_1ltl4_203",
|
|
28
|
+
"custom-control": "awsui_custom-control_1wzqe_1ltl4_207",
|
|
29
|
+
"input": "awsui_input_1wzqe_1ltl4_134",
|
|
30
|
+
"results": "awsui_results_1wzqe_1ltl4_215",
|
|
31
|
+
"token-trigger": "awsui_token-trigger_1wzqe_1ltl4_220",
|
|
32
|
+
"remove-all": "awsui_remove-all_1wzqe_1ltl4_225",
|
|
33
|
+
"token-label": "awsui_token-label_1wzqe_1ltl4_226",
|
|
34
|
+
"join-operation": "awsui_join-operation_1wzqe_1ltl4_227",
|
|
35
|
+
"custom-filter-actions": "awsui_custom-filter-actions_1wzqe_1ltl4_228"
|
|
36
36
|
};
|
|
37
37
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"radio": "
|
|
6
|
-
"radio--has-description": "awsui_radio--has-
|
|
7
|
-
"radio-control": "awsui_radio-
|
|
8
|
-
"outline": "
|
|
9
|
-
"styled-circle-border": "awsui_styled-circle-
|
|
10
|
-
"styled-circle-disabled": "awsui_styled-circle-
|
|
11
|
-
"styled-circle-fill": "awsui_styled-circle-
|
|
12
|
-
"styled-circle-checked": "awsui_styled-circle-
|
|
4
|
+
"root": "awsui_root_1mabk_18htc_93",
|
|
5
|
+
"radio": "awsui_radio_1mabk_18htc_129",
|
|
6
|
+
"radio--has-description": "awsui_radio--has-description_1mabk_18htc_137",
|
|
7
|
+
"radio-control": "awsui_radio-control_1mabk_18htc_141",
|
|
8
|
+
"outline": "awsui_outline_1mabk_18htc_149",
|
|
9
|
+
"styled-circle-border": "awsui_styled-circle-border_1mabk_18htc_168",
|
|
10
|
+
"styled-circle-disabled": "awsui_styled-circle-disabled_1mabk_18htc_172",
|
|
11
|
+
"styled-circle-fill": "awsui_styled-circle-fill_1mabk_18htc_177",
|
|
12
|
+
"styled-circle-checked": "awsui_styled-circle-checked_1mabk_18htc_183"
|
|
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_1mabk_18htc_93:not(#\9) {
|
|
94
94
|
border-collapse: separate;
|
|
95
95
|
border-spacing: 0;
|
|
96
96
|
box-sizing: border-box;
|
|
@@ -127,19 +127,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
127
127
|
display: block;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
.
|
|
130
|
+
.awsui_radio_1mabk_18htc_129:not(#\9) {
|
|
131
131
|
/*used in test-utils*/
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
.
|
|
135
|
-
margin-
|
|
134
|
+
.awsui_radio_1mabk_18htc_129 + .awsui_radio_1mabk_18htc_129:not(#\9) {
|
|
135
|
+
margin-block-start: var(--space-scaled-xxs-7597g1, 4px);
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.awsui_radio--has-
|
|
139
|
-
margin-
|
|
138
|
+
.awsui_radio--has-description_1mabk_18htc_137 + .awsui_radio_1mabk_18htc_129:not(#\9) {
|
|
139
|
+
margin-block-start: var(--space-scaled-xs-26e2du, 8px);
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.awsui_radio-
|
|
142
|
+
.awsui_radio-control_1mabk_18htc_141:not(#\9) {
|
|
143
143
|
margin-top: calc((var(--line-height-body-m-30ar75, 20px) - var(--size-control-28i7hr, 16px)) / 2);
|
|
144
144
|
min-height: var(--size-control-28i7hr, 16px);
|
|
145
145
|
min-width: var(--size-control-28i7hr, 16px);
|
|
@@ -147,14 +147,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
147
147
|
width: var(--size-control-28i7hr, 16px);
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
.
|
|
150
|
+
.awsui_outline_1mabk_18htc_149:not(#\9) {
|
|
151
151
|
position: relative;
|
|
152
152
|
}
|
|
153
|
-
.
|
|
153
|
+
.awsui_outline_1mabk_18htc_149:not(#\9) {
|
|
154
154
|
outline: 2px dotted transparent;
|
|
155
155
|
outline-offset: calc(2px - 1px);
|
|
156
156
|
}
|
|
157
|
-
.
|
|
157
|
+
.awsui_outline_1mabk_18htc_149:not(#\9)::before {
|
|
158
158
|
content: " ";
|
|
159
159
|
display: block;
|
|
160
160
|
position: absolute;
|
|
@@ -166,35 +166,35 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
166
166
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.awsui_styled-circle-
|
|
169
|
+
.awsui_styled-circle-border_1mabk_18htc_168:not(#\9) {
|
|
170
170
|
stroke: var(--color-border-control-default-0fzxw0, #7d8998);
|
|
171
171
|
fill: var(--color-background-control-default-qzruqy, #ffffff);
|
|
172
172
|
}
|
|
173
|
-
.awsui_styled-circle-
|
|
173
|
+
.awsui_styled-circle-border_1mabk_18htc_168.awsui_styled-circle-disabled_1mabk_18htc_172:not(#\9) {
|
|
174
174
|
fill: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
175
175
|
stroke: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
.awsui_styled-circle-
|
|
178
|
+
.awsui_styled-circle-fill_1mabk_18htc_177:not(#\9) {
|
|
179
179
|
stroke: var(--color-background-control-checked-w517i0, #0972d3);
|
|
180
180
|
fill: var(--color-foreground-control-default-wq2gpa, #ffffff);
|
|
181
181
|
opacity: 0;
|
|
182
182
|
transition: opacity var(--motion-duration-transition-quick-6npj01, 90ms) var(--motion-easing-transition-quick-l9jfsx, linear);
|
|
183
183
|
}
|
|
184
|
-
.awsui_styled-circle-
|
|
184
|
+
.awsui_styled-circle-fill_1mabk_18htc_177.awsui_styled-circle-checked_1mabk_18htc_183:not(#\9) {
|
|
185
185
|
opacity: 1;
|
|
186
186
|
}
|
|
187
|
-
.awsui_styled-circle-
|
|
187
|
+
.awsui_styled-circle-fill_1mabk_18htc_177.awsui_styled-circle-disabled_1mabk_18htc_172:not(#\9) {
|
|
188
188
|
fill: var(--color-foreground-control-disabled-zmz2k2, #ffffff);
|
|
189
189
|
stroke: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
190
190
|
}
|
|
191
191
|
@media (prefers-reduced-motion: reduce) {
|
|
192
|
-
.awsui_styled-circle-
|
|
192
|
+
.awsui_styled-circle-fill_1mabk_18htc_177:not(#\9) {
|
|
193
193
|
animation: none;
|
|
194
194
|
transition: none;
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
|
-
.awsui-motion-disabled .awsui_styled-circle-
|
|
197
|
+
.awsui-motion-disabled .awsui_styled-circle-fill_1mabk_18htc_177:not(#\9), .awsui-mode-entering .awsui_styled-circle-fill_1mabk_18htc_177:not(#\9) {
|
|
198
198
|
animation: none;
|
|
199
199
|
transition: none;
|
|
200
200
|
}
|
|
@@ -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
|
-
"radio": "
|
|
7
|
-
"radio--has-description": "awsui_radio--has-
|
|
8
|
-
"radio-control": "awsui_radio-
|
|
9
|
-
"outline": "
|
|
10
|
-
"styled-circle-border": "awsui_styled-circle-
|
|
11
|
-
"styled-circle-disabled": "awsui_styled-circle-
|
|
12
|
-
"styled-circle-fill": "awsui_styled-circle-
|
|
13
|
-
"styled-circle-checked": "awsui_styled-circle-
|
|
5
|
+
"root": "awsui_root_1mabk_18htc_93",
|
|
6
|
+
"radio": "awsui_radio_1mabk_18htc_129",
|
|
7
|
+
"radio--has-description": "awsui_radio--has-description_1mabk_18htc_137",
|
|
8
|
+
"radio-control": "awsui_radio-control_1mabk_18htc_141",
|
|
9
|
+
"outline": "awsui_outline_1mabk_18htc_149",
|
|
10
|
+
"styled-circle-border": "awsui_styled-circle-border_1mabk_18htc_168",
|
|
11
|
+
"styled-circle-disabled": "awsui_styled-circle-disabled_1mabk_18htc_172",
|
|
12
|
+
"styled-circle-fill": "awsui_styled-circle-fill_1mabk_18htc_177",
|
|
13
|
+
"styled-circle-checked": "awsui_styled-circle-checked_1mabk_18htc_183"
|
|
14
14
|
};
|
|
15
15
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"view-button": "awsui_view-
|
|
6
|
-
"browse-button": "awsui_browse-
|
|
7
|
-
"layout": "
|
|
8
|
-
"layout-uri": "awsui_layout-
|
|
9
|
-
"layout-version": "awsui_layout-
|
|
10
|
-
"layout-divider": "awsui_layout-
|
|
4
|
+
"root": "awsui_root_1vtzr_19vlz_9",
|
|
5
|
+
"view-button": "awsui_view-button_1vtzr_19vlz_13",
|
|
6
|
+
"browse-button": "awsui_browse-button_1vtzr_19vlz_17",
|
|
7
|
+
"layout": "awsui_layout_1vtzr_19vlz_21",
|
|
8
|
+
"layout-uri": "awsui_layout-uri_1vtzr_19vlz_33",
|
|
9
|
+
"layout-version": "awsui_layout-version_1vtzr_19vlz_37",
|
|
10
|
+
"layout-divider": "awsui_layout-divider_1vtzr_19vlz_42"
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -6,40 +6,42 @@
|
|
|
6
6
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
7
7
|
SPDX-License-Identifier: Apache-2.0
|
|
8
8
|
*/
|
|
9
|
-
.
|
|
9
|
+
.awsui_root_1vtzr_19vlz_9:not(#\9) {
|
|
10
10
|
/* used in test-utils */
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.awsui_view-
|
|
13
|
+
.awsui_view-button_1vtzr_19vlz_13:not(#\9) {
|
|
14
14
|
/* used in test-utils */
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.awsui_browse-
|
|
17
|
+
.awsui_browse-button_1vtzr_19vlz_17:not(#\9) {
|
|
18
18
|
/* used in test-utils */
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.
|
|
21
|
+
.awsui_layout_1vtzr_19vlz_21:not(#\9) {
|
|
22
22
|
display: flex;
|
|
23
23
|
flex-wrap: wrap;
|
|
24
24
|
align-items: flex-end;
|
|
25
|
-
margin: calc(-1 * var(--space-xs-zb16t3, 8px));
|
|
25
|
+
margin-block: calc(-1 * var(--space-xs-zb16t3, 8px));
|
|
26
|
+
margin-inline: calc(-1 * var(--space-xs-zb16t3, 8px));
|
|
26
27
|
/* stylelint-disable selector-max-universal */
|
|
27
28
|
}
|
|
28
|
-
.
|
|
29
|
-
margin: var(--space-xs-zb16t3, 8px);
|
|
29
|
+
.awsui_layout_1vtzr_19vlz_21 > *:not(#\9) {
|
|
30
|
+
margin-block: var(--space-xs-zb16t3, 8px);
|
|
31
|
+
margin-inline: var(--space-xs-zb16t3, 8px);
|
|
30
32
|
}
|
|
31
|
-
.awsui_layout-
|
|
32
|
-
min-
|
|
33
|
+
.awsui_layout-uri_1vtzr_19vlz_33:not(#\9) {
|
|
34
|
+
min-inline-size: 200px;
|
|
33
35
|
flex: 1;
|
|
34
36
|
}
|
|
35
|
-
.awsui_layout-
|
|
36
|
-
max-
|
|
37
|
-
min-
|
|
38
|
-
|
|
37
|
+
.awsui_layout-version_1vtzr_19vlz_37:not(#\9) {
|
|
38
|
+
max-inline-size: 180px;
|
|
39
|
+
min-inline-size: 140px;
|
|
40
|
+
inline-size: 20%;
|
|
39
41
|
}
|
|
40
|
-
.awsui_layout-
|
|
41
|
-
|
|
42
|
+
.awsui_layout-divider_1vtzr_19vlz_42:not(#\9) {
|
|
43
|
+
block-size: calc(
|
|
42
44
|
2 * var(--border-divider-section-width-1061zr, 1px) + 2 * var(--space-scaled-xxs-7597g1, 4px) + var(--line-height-body-m-30ar75, 20px)
|
|
43
45
|
);
|
|
44
|
-
border-
|
|
46
|
+
border-inline-start: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-divider-default-j74lyz, #b6bec9);
|
|
45
47
|
}
|
|
@@ -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
|
-
"view-button": "awsui_view-
|
|
7
|
-
"browse-button": "awsui_browse-
|
|
8
|
-
"layout": "
|
|
9
|
-
"layout-uri": "awsui_layout-
|
|
10
|
-
"layout-version": "awsui_layout-
|
|
11
|
-
"layout-divider": "awsui_layout-
|
|
5
|
+
"root": "awsui_root_1vtzr_19vlz_9",
|
|
6
|
+
"view-button": "awsui_view-button_1vtzr_19vlz_13",
|
|
7
|
+
"browse-button": "awsui_browse-button_1vtzr_19vlz_17",
|
|
8
|
+
"layout": "awsui_layout_1vtzr_19vlz_21",
|
|
9
|
+
"layout-uri": "awsui_layout-uri_1vtzr_19vlz_33",
|
|
10
|
+
"layout-version": "awsui_layout-version_1vtzr_19vlz_37",
|
|
11
|
+
"layout-divider": "awsui_layout-divider_1vtzr_19vlz_42"
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"segment": "
|
|
5
|
-
"disabled": "
|
|
6
|
-
"selected": "
|
|
7
|
-
"icon": "
|
|
8
|
-
"with-text": "awsui_with-
|
|
9
|
-
"with-no-text": "awsui_with-no-
|
|
10
|
-
"root": "
|
|
11
|
-
"segment-part": "awsui_segment-
|
|
12
|
-
"select": "
|
|
13
|
-
"segment-count-2": "awsui_segment-count-
|
|
14
|
-
"segment-count-3": "awsui_segment-count-
|
|
15
|
-
"segment-count-4": "awsui_segment-count-
|
|
16
|
-
"segment-count-5": "awsui_segment-count-
|
|
17
|
-
"segment-count-6": "awsui_segment-count-
|
|
4
|
+
"segment": "awsui_segment_8cbea_7d5wh_97",
|
|
5
|
+
"disabled": "awsui_disabled_8cbea_7d5wh_174",
|
|
6
|
+
"selected": "awsui_selected_8cbea_7d5wh_182",
|
|
7
|
+
"icon": "awsui_icon_8cbea_7d5wh_203",
|
|
8
|
+
"with-text": "awsui_with-text_8cbea_7d5wh_207",
|
|
9
|
+
"with-no-text": "awsui_with-no-text_8cbea_7d5wh_213",
|
|
10
|
+
"root": "awsui_root_8cbea_7d5wh_222",
|
|
11
|
+
"segment-part": "awsui_segment-part_8cbea_7d5wh_257",
|
|
12
|
+
"select": "awsui_select_8cbea_7d5wh_182",
|
|
13
|
+
"segment-count-2": "awsui_segment-count-2_8cbea_7d5wh_276",
|
|
14
|
+
"segment-count-3": "awsui_segment-count-3_8cbea_7d5wh_281",
|
|
15
|
+
"segment-count-4": "awsui_segment-count-4_8cbea_7d5wh_286",
|
|
16
|
+
"segment-count-5": "awsui_segment-count-5_8cbea_7d5wh_291",
|
|
17
|
+
"segment-count-6": "awsui_segment-count-6_8cbea_7d5wh_296"
|
|
18
18
|
};
|
|
19
19
|
|