@cloudscape-design/components-themeable 3.0.324 → 3.0.325
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/pie-chart/styles.scss +1 -1
- package/lib/internal/scss/table/body-cell/styles.scss +1 -1
- package/lib/internal/template/input/styles.css.js +12 -12
- package/lib/internal/template/input/styles.scoped.css +31 -31
- package/lib/internal/template/input/styles.selectors.js +12 -12
- package/lib/internal/template/internal/base-component/styles.scoped.css +27 -11
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +9 -9
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +24 -24
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +9 -9
- package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +7 -7
- package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +9 -9
- package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +7 -7
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +54 -0
- package/lib/internal/template/internal/generated/theming/index.js +54 -0
- package/lib/internal/template/pie-chart/styles.css.js +27 -27
- package/lib/internal/template/pie-chart/styles.scoped.css +44 -44
- package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
- package/lib/internal/template/radio-group/styles.css.js +9 -9
- package/lib/internal/template/radio-group/styles.scoped.css +16 -16
- package/lib/internal/template/radio-group/styles.selectors.js +9 -9
- package/lib/internal/template/split-panel/styles.css.js +59 -59
- package/lib/internal/template/split-panel/styles.scoped.css +82 -82
- package/lib/internal/template/split-panel/styles.selectors.js +59 -59
- package/lib/internal/template/table/body-cell/styles.css.js +28 -28
- package/lib/internal/template/table/body-cell/styles.scoped.css +70 -70
- package/lib/internal/template/table/body-cell/styles.selectors.js +28 -28
- package/lib/internal/template/textarea/styles.css.js +4 -4
- package/lib/internal/template/textarea/styles.scoped.css +13 -13
- 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 -69
- package/lib/internal/template/tiles/styles.selectors.js +28 -28
- package/package.json +1 -1
|
@@ -281,7 +281,7 @@ $border-placeholder: awsui.$border-item-width solid transparent;
|
|
|
281
281
|
&:hover {
|
|
282
282
|
position: relative;
|
|
283
283
|
background-color: awsui.$color-background-dropdown-item-hover;
|
|
284
|
-
border: awsui.$border-divider-list-width solid awsui.$color-border-
|
|
284
|
+
border: awsui.$border-divider-list-width solid awsui.$color-border-editable-cell-hover;
|
|
285
285
|
left: calc(-1 * #{awsui.$border-divider-list-width});
|
|
286
286
|
right: calc(-1 * #{awsui.$border-divider-list-width});
|
|
287
287
|
@include focused-editor-styles;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"input": "
|
|
6
|
-
"input-readonly": "awsui_input-
|
|
7
|
-
"input-invalid": "awsui_input-
|
|
8
|
-
"input-has-icon-left": "awsui_input-has-icon-
|
|
9
|
-
"input-type-search": "awsui_input-type-
|
|
10
|
-
"input-has-icon-right": "awsui_input-has-icon-
|
|
11
|
-
"input-has-no-border-radius": "awsui_input-has-no-border-
|
|
12
|
-
"input-container": "awsui_input-
|
|
13
|
-
"input-icon-left": "awsui_input-icon-
|
|
14
|
-
"input-icon-right": "awsui_input-icon-
|
|
15
|
-
"input-button-right": "awsui_input-button-
|
|
4
|
+
"root": "awsui_root_2rhyz_1pp0p_93",
|
|
5
|
+
"input": "awsui_input_2rhyz_1pp0p_97",
|
|
6
|
+
"input-readonly": "awsui_input-readonly_2rhyz_1pp0p_120",
|
|
7
|
+
"input-invalid": "awsui_input-invalid_2rhyz_1pp0p_181",
|
|
8
|
+
"input-has-icon-left": "awsui_input-has-icon-left_2rhyz_1pp0p_192",
|
|
9
|
+
"input-type-search": "awsui_input-type-search_2rhyz_1pp0p_197",
|
|
10
|
+
"input-has-icon-right": "awsui_input-has-icon-right_2rhyz_1pp0p_213",
|
|
11
|
+
"input-has-no-border-radius": "awsui_input-has-no-border-radius_2rhyz_1pp0p_216",
|
|
12
|
+
"input-container": "awsui_input-container_2rhyz_1pp0p_220",
|
|
13
|
+
"input-icon-left": "awsui_input-icon-left_2rhyz_1pp0p_225",
|
|
14
|
+
"input-icon-right": "awsui_input-icon-right_2rhyz_1pp0p_232",
|
|
15
|
+
"input-button-right": "awsui_input-button-right_2rhyz_1pp0p_238"
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -90,11 +90,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.
|
|
93
|
+
.awsui_root_2rhyz_1pp0p_93:not(#\9) {
|
|
94
94
|
/* used in test-utils for component to distinguish input from other input-like components, for example autosuggest */
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
.
|
|
97
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9) {
|
|
98
98
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
99
99
|
border-collapse: separate;
|
|
100
100
|
border-spacing: 0;
|
|
@@ -138,75 +138,75 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
138
138
|
box-sizing: border-box;
|
|
139
139
|
background-color: var(--color-background-input-default-16mzof, #ffffff);
|
|
140
140
|
border-radius: var(--border-radius-input-gfayl6, 2px);
|
|
141
|
-
border: var(--border-field-width-gmdyxy, 1px) solid var(--color-border-input-default-
|
|
141
|
+
border: var(--border-field-width-gmdyxy, 1px) solid var(--color-border-input-default-3zchtj, #687078);
|
|
142
142
|
font-size: var(--font-body-m-size-0qqejn, 14px);
|
|
143
143
|
line-height: var(--font-body-m-line-height-9vkzhc, 22px);
|
|
144
144
|
height: var(--size-vertical-input-yg5yti, 32px);
|
|
145
145
|
}
|
|
146
|
-
.
|
|
146
|
+
.awsui_input_2rhyz_1pp0p_97.awsui_input-readonly_2rhyz_1pp0p_120:not(#\9) {
|
|
147
147
|
background-color: var(--color-background-input-default-16mzof, #ffffff);
|
|
148
148
|
border: var(--border-field-width-gmdyxy, 1px) solid var(--color-border-input-disabled-4rrzz6, #eaeded);
|
|
149
149
|
}
|
|
150
|
-
.
|
|
150
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9)::-webkit-input-placeholder {
|
|
151
151
|
color: var(--color-text-input-placeholder-j38kg2, #687078);
|
|
152
152
|
font-style: italic;
|
|
153
153
|
-webkit-user-select: none;
|
|
154
154
|
user-select: none;
|
|
155
155
|
}
|
|
156
|
-
.
|
|
156
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9)::-ms-input-placeholder {
|
|
157
157
|
color: var(--color-text-input-placeholder-j38kg2, #687078);
|
|
158
158
|
font-style: italic;
|
|
159
159
|
}
|
|
160
|
-
.
|
|
160
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9)::-moz-placeholder {
|
|
161
161
|
color: var(--color-text-input-placeholder-j38kg2, #687078);
|
|
162
162
|
font-style: italic;
|
|
163
163
|
opacity: 1;
|
|
164
164
|
}
|
|
165
|
-
.
|
|
165
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9):-ms-input-placeholder {
|
|
166
166
|
color: var(--color-text-input-placeholder-j38kg2, #687078);
|
|
167
167
|
font-style: italic;
|
|
168
168
|
}
|
|
169
|
-
.
|
|
169
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9):-moz-placeholder {
|
|
170
170
|
color: var(--color-text-input-placeholder-j38kg2, #687078);
|
|
171
171
|
font-style: italic;
|
|
172
172
|
opacity: 1;
|
|
173
173
|
}
|
|
174
|
-
.
|
|
174
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9):focus {
|
|
175
175
|
outline: 2px dotted transparent;
|
|
176
176
|
border: var(--border-field-width-gmdyxy, 1px) solid var(--color-border-item-focused-4clyb1, #0073bb);
|
|
177
177
|
border-radius: var(--border-radius-input-gfayl6, 2px);
|
|
178
178
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-qycpr2, 1px) var(--color-border-item-focused-4clyb1, #0073bb);
|
|
179
179
|
}
|
|
180
|
-
.
|
|
180
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9):disabled {
|
|
181
181
|
background-color: var(--color-background-input-disabled-izitmw, #eaeded);
|
|
182
182
|
border: var(--border-field-width-gmdyxy, 1px) solid var(--color-border-input-disabled-4rrzz6, #eaeded);
|
|
183
183
|
color: var(--color-text-input-disabled-w14lvq, #879596);
|
|
184
184
|
cursor: auto;
|
|
185
185
|
cursor: default;
|
|
186
186
|
}
|
|
187
|
-
.
|
|
187
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9):disabled::-webkit-input-placeholder {
|
|
188
188
|
color: var(--color-text-input-placeholder-disabled-x5vuev, #687078);
|
|
189
189
|
-webkit-user-select: none;
|
|
190
190
|
user-select: none;
|
|
191
191
|
}
|
|
192
|
-
.
|
|
192
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9):disabled::-ms-input-placeholder {
|
|
193
193
|
color: var(--color-text-input-placeholder-disabled-x5vuev, #687078);
|
|
194
194
|
}
|
|
195
|
-
.
|
|
195
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9):disabled::-moz-placeholder {
|
|
196
196
|
color: var(--color-text-input-placeholder-disabled-x5vuev, #687078);
|
|
197
197
|
opacity: 1;
|
|
198
198
|
}
|
|
199
|
-
.
|
|
199
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9):disabled:-ms-input-placeholder {
|
|
200
200
|
color: var(--color-text-input-placeholder-disabled-x5vuev, #687078);
|
|
201
201
|
}
|
|
202
|
-
.
|
|
202
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9):disabled:-moz-placeholder {
|
|
203
203
|
color: var(--color-text-input-placeholder-disabled-x5vuev, #687078);
|
|
204
204
|
opacity: 1;
|
|
205
205
|
}
|
|
206
|
-
.
|
|
206
|
+
.awsui_input_2rhyz_1pp0p_97:not(#\9):invalid {
|
|
207
207
|
box-shadow: none;
|
|
208
208
|
}
|
|
209
|
-
.
|
|
209
|
+
.awsui_input_2rhyz_1pp0p_97.awsui_input-invalid_2rhyz_1pp0p_181:not(#\9) {
|
|
210
210
|
color: var(--color-text-status-error-6ntion, #d13212);
|
|
211
211
|
border-color: var(--color-text-status-error-6ntion, #d13212);
|
|
212
212
|
padding-left: calc(
|
|
@@ -214,55 +214,55 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
214
214
|
);
|
|
215
215
|
border-left-width: var(--border-invalid-width-6tnuc9, 4px);
|
|
216
216
|
}
|
|
217
|
-
.
|
|
217
|
+
.awsui_input_2rhyz_1pp0p_97.awsui_input-invalid_2rhyz_1pp0p_181:not(#\9):focus {
|
|
218
218
|
box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-56jreh, 1px) var(--color-border-item-focused-4clyb1, #0073bb);
|
|
219
219
|
}
|
|
220
|
-
.
|
|
220
|
+
.awsui_input_2rhyz_1pp0p_97.awsui_input-invalid_2rhyz_1pp0p_181.awsui_input-has-icon-left_2rhyz_1pp0p_192:not(#\9) {
|
|
221
221
|
padding-left: calc(
|
|
222
222
|
var(--space-field-icon-offset-v49om3, 32px) - (var(--border-invalid-width-6tnuc9, 4px) - var(--border-field-width-gmdyxy, 1px))
|
|
223
223
|
);
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
.awsui_input_2rhyz_1pp0p_97.awsui_input-type-search_2rhyz_1pp0p_197:not(#\9) {
|
|
226
226
|
box-sizing: border-box;
|
|
227
227
|
-webkit-appearance: none; /* stylelint-disable-line plugin/no-unsupported-browser-features */
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
.awsui_input_2rhyz_1pp0p_97.awsui_input-type-search_2rhyz_1pp0p_197:not(#\9)::-ms-clear {
|
|
230
230
|
display: none;
|
|
231
231
|
}
|
|
232
|
-
.
|
|
232
|
+
.awsui_input_2rhyz_1pp0p_97.awsui_input-type-search_2rhyz_1pp0p_197:not(#\9)::-webkit-search-decoration {
|
|
233
233
|
-webkit-appearance: none; /* stylelint-disable-line plugin/no-unsupported-browser-features */
|
|
234
234
|
}
|
|
235
|
-
.
|
|
235
|
+
.awsui_input_2rhyz_1pp0p_97.awsui_input-type-search_2rhyz_1pp0p_197:not(#\9)::-webkit-search-cancel-button {
|
|
236
236
|
display: none;
|
|
237
237
|
}
|
|
238
|
-
.
|
|
238
|
+
.awsui_input_2rhyz_1pp0p_97.awsui_input-has-icon-left_2rhyz_1pp0p_192:not(#\9) {
|
|
239
239
|
padding-left: var(--space-field-icon-offset-v49om3, 32px);
|
|
240
240
|
}
|
|
241
|
-
.
|
|
241
|
+
.awsui_input_2rhyz_1pp0p_97.awsui_input-has-icon-right_2rhyz_1pp0p_213:not(#\9) {
|
|
242
242
|
padding-right: var(--space-field-icon-offset-v49om3, 32px);
|
|
243
243
|
}
|
|
244
|
-
.
|
|
244
|
+
.awsui_input_2rhyz_1pp0p_97.awsui_input-has-no-border-radius_2rhyz_1pp0p_216:not(#\9) {
|
|
245
245
|
border-radius: var(--border-radius-dropdown-svczfv, 0px);
|
|
246
246
|
}
|
|
247
247
|
|
|
248
|
-
.awsui_input-
|
|
248
|
+
.awsui_input-container_2rhyz_1pp0p_220:not(#\9) {
|
|
249
249
|
display: flex;
|
|
250
250
|
position: relative;
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
.awsui_input-icon-
|
|
253
|
+
.awsui_input-icon-left_2rhyz_1pp0p_225:not(#\9) {
|
|
254
254
|
position: absolute;
|
|
255
255
|
pointer-events: none;
|
|
256
256
|
left: var(--space-field-horizontal-xg7uom, 8px);
|
|
257
257
|
top: calc(50% - var(--font-body-m-line-height-9vkzhc, 22px) / 2);
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
.awsui_input-icon-
|
|
260
|
+
.awsui_input-icon-right_2rhyz_1pp0p_232:not(#\9) {
|
|
261
261
|
position: absolute;
|
|
262
262
|
top: calc(50% - var(--font-body-m-line-height-9vkzhc, 22px) / 2);
|
|
263
263
|
right: calc(var(--space-field-horizontal-xg7uom, 8px) - var(--space-xxs-xx079q, 4px));
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
.awsui_input-button-
|
|
266
|
+
.awsui_input-button-right_2rhyz_1pp0p_238:not(#\9) {
|
|
267
267
|
/* used in test-utils */
|
|
268
268
|
}
|
|
@@ -2,17 +2,17 @@
|
|
|
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
|
-
"input": "
|
|
7
|
-
"input-readonly": "awsui_input-
|
|
8
|
-
"input-invalid": "awsui_input-
|
|
9
|
-
"input-has-icon-left": "awsui_input-has-icon-
|
|
10
|
-
"input-type-search": "awsui_input-type-
|
|
11
|
-
"input-has-icon-right": "awsui_input-has-icon-
|
|
12
|
-
"input-has-no-border-radius": "awsui_input-has-no-border-
|
|
13
|
-
"input-container": "awsui_input-
|
|
14
|
-
"input-icon-left": "awsui_input-icon-
|
|
15
|
-
"input-icon-right": "awsui_input-icon-
|
|
16
|
-
"input-button-right": "awsui_input-button-
|
|
5
|
+
"root": "awsui_root_2rhyz_1pp0p_93",
|
|
6
|
+
"input": "awsui_input_2rhyz_1pp0p_97",
|
|
7
|
+
"input-readonly": "awsui_input-readonly_2rhyz_1pp0p_120",
|
|
8
|
+
"input-invalid": "awsui_input-invalid_2rhyz_1pp0p_181",
|
|
9
|
+
"input-has-icon-left": "awsui_input-has-icon-left_2rhyz_1pp0p_192",
|
|
10
|
+
"input-type-search": "awsui_input-type-search_2rhyz_1pp0p_197",
|
|
11
|
+
"input-has-icon-right": "awsui_input-has-icon-right_2rhyz_1pp0p_213",
|
|
12
|
+
"input-has-no-border-radius": "awsui_input-has-no-border-radius_2rhyz_1pp0p_216",
|
|
13
|
+
"input-container": "awsui_input-container_2rhyz_1pp0p_220",
|
|
14
|
+
"input-icon-left": "awsui_input-icon-left_2rhyz_1pp0p_225",
|
|
15
|
+
"input-icon-right": "awsui_input-icon-right_2rhyz_1pp0p_232",
|
|
16
|
+
"input-button-right": "awsui_input-button-right_2rhyz_1pp0p_238"
|
|
17
17
|
};
|
|
18
18
|
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
--color-border-container-divider-b2ream:#eaeded;
|
|
236
236
|
--color-border-container-top-1t94bd:#eaeded;
|
|
237
237
|
--color-border-control-checked-miuk2h:#0073bb;
|
|
238
|
-
--color-border-control-default-
|
|
238
|
+
--color-border-control-default-zx2mvl:#687078;
|
|
239
239
|
--color-border-control-disabled-p74xpm:#d5dbdb;
|
|
240
240
|
--color-border-divider-active-w8jlsh:#687078;
|
|
241
241
|
--color-border-divider-default-uqjcpn:#eaeded;
|
|
@@ -247,7 +247,8 @@
|
|
|
247
247
|
--color-border-dropdown-item-hover-jn30h1:#879596;
|
|
248
248
|
--color-border-dropdown-item-dimmed-hover-ffe22s:#879596;
|
|
249
249
|
--color-border-dropdown-item-top-xaio9x:#eaeded;
|
|
250
|
-
--color-border-
|
|
250
|
+
--color-border-editable-cell-hover-oi7qcj:#879596;
|
|
251
|
+
--color-border-input-default-3zchtj:#687078;
|
|
251
252
|
--color-border-input-disabled-4rrzz6:#eaeded;
|
|
252
253
|
--color-border-item-focused-4clyb1:#0073bb;
|
|
253
254
|
--color-border-item-placeholder-ohwyrb:transparent;
|
|
@@ -273,6 +274,7 @@
|
|
|
273
274
|
--color-foreground-control-disabled-7tx8eg:#ffffff;
|
|
274
275
|
--color-shadow-default-bkdge5:rgba(0, 28, 36, 0.5);
|
|
275
276
|
--color-shadow-layout-toggle-67ezos:#d5dbdb;
|
|
277
|
+
--color-stroke-chart-line-sahr4b:#879596;
|
|
276
278
|
--color-text-accent-exu66k:#0073bb;
|
|
277
279
|
--color-text-body-default-fckvk9:#16191f;
|
|
278
280
|
--color-text-body-secondary-vrqm14:#545b64;
|
|
@@ -820,12 +822,14 @@
|
|
|
820
822
|
--color-border-container-divider-b2ream:#414750;
|
|
821
823
|
--color-border-container-top-1t94bd:#2a2e33;
|
|
822
824
|
--color-border-control-checked-miuk2h:#00a1c9;
|
|
825
|
+
--color-border-control-default-zx2mvl:#879596;
|
|
823
826
|
--color-border-control-disabled-p74xpm:#414750;
|
|
824
827
|
--color-border-divider-default-uqjcpn:#414750;
|
|
825
828
|
--color-border-divider-panel-bottom-l65byr:rgba(0, 0, 0, 0.3);
|
|
826
829
|
--color-border-dropdown-group-5ahp44:#414750;
|
|
827
830
|
--color-border-dropdown-item-default-enmspa:#414750;
|
|
828
831
|
--color-border-dropdown-item-top-xaio9x:#414750;
|
|
832
|
+
--color-border-input-default-3zchtj:#879596;
|
|
829
833
|
--color-border-input-disabled-4rrzz6:#414750;
|
|
830
834
|
--color-border-item-focused-4clyb1:#00a1c9;
|
|
831
835
|
--color-border-item-selected-044zoh:#00a1c9;
|
|
@@ -1092,12 +1096,14 @@
|
|
|
1092
1096
|
--color-border-container-divider-b2ream:#414750;
|
|
1093
1097
|
--color-border-container-top-1t94bd:#2a2e33;
|
|
1094
1098
|
--color-border-control-checked-miuk2h:#00a1c9;
|
|
1099
|
+
--color-border-control-default-zx2mvl:#879596;
|
|
1095
1100
|
--color-border-control-disabled-p74xpm:#414750;
|
|
1096
1101
|
--color-border-divider-default-uqjcpn:#414750;
|
|
1097
1102
|
--color-border-divider-panel-bottom-l65byr:rgba(0, 0, 0, 0.3);
|
|
1098
1103
|
--color-border-dropdown-group-5ahp44:#414750;
|
|
1099
1104
|
--color-border-dropdown-item-default-enmspa:#414750;
|
|
1100
1105
|
--color-border-dropdown-item-top-xaio9x:#414750;
|
|
1106
|
+
--color-border-input-default-3zchtj:#879596;
|
|
1101
1107
|
--color-border-input-disabled-4rrzz6:#414750;
|
|
1102
1108
|
--color-border-item-focused-4clyb1:#00a1c9;
|
|
1103
1109
|
--color-border-item-selected-044zoh:#00a1c9;
|
|
@@ -1284,7 +1290,7 @@
|
|
|
1284
1290
|
--color-border-container-divider-b2ream:transparent;
|
|
1285
1291
|
--color-border-container-top-1t94bd:transparent;
|
|
1286
1292
|
--color-border-control-checked-miuk2h:#0972d3;
|
|
1287
|
-
--color-border-control-default-
|
|
1293
|
+
--color-border-control-default-zx2mvl:#7d8998;
|
|
1288
1294
|
--color-border-control-disabled-p74xpm:#d1d5db;
|
|
1289
1295
|
--color-border-divider-active-w8jlsh:#000716;
|
|
1290
1296
|
--color-border-divider-default-uqjcpn:#e9ebed;
|
|
@@ -1296,7 +1302,8 @@
|
|
|
1296
1302
|
--color-border-dropdown-item-hover-jn30h1:#7d8998;
|
|
1297
1303
|
--color-border-dropdown-item-dimmed-hover-ffe22s:#7d8998;
|
|
1298
1304
|
--color-border-dropdown-item-top-xaio9x:transparent;
|
|
1299
|
-
--color-border-
|
|
1305
|
+
--color-border-editable-cell-hover-oi7qcj:#7d8998;
|
|
1306
|
+
--color-border-input-default-3zchtj:#7d8998;
|
|
1300
1307
|
--color-border-input-disabled-4rrzz6:#e9ebed;
|
|
1301
1308
|
--color-border-item-focused-4clyb1:#0972d3;
|
|
1302
1309
|
--color-border-item-placeholder-ohwyrb:#0972d3;
|
|
@@ -1320,6 +1327,7 @@
|
|
|
1320
1327
|
--color-border-tutorial-9o8gmz:#d1d5db;
|
|
1321
1328
|
--color-shadow-default-bkdge5:rgba(0, 7, 22, 0.12);
|
|
1322
1329
|
--color-shadow-layout-toggle-67ezos:#d1d5db;
|
|
1330
|
+
--color-stroke-chart-line-sahr4b:#7d8998;
|
|
1323
1331
|
--color-text-accent-exu66k:#0972d3;
|
|
1324
1332
|
--color-text-body-default-fckvk9:#000716;
|
|
1325
1333
|
--color-text-body-secondary-vrqm14:#414d5c;
|
|
@@ -1632,7 +1640,8 @@
|
|
|
1632
1640
|
--color-border-dropdown-group-5ahp44:#414d5c;
|
|
1633
1641
|
--color-border-dropdown-item-default-enmspa:#414d5c;
|
|
1634
1642
|
--color-border-dropdown-item-hover-jn30h1:#5f6b7a;
|
|
1635
|
-
--color-border-
|
|
1643
|
+
--color-border-editable-cell-hover-oi7qcj:#5f6b7a;
|
|
1644
|
+
--color-border-input-default-3zchtj:#5f6b7a;
|
|
1636
1645
|
--color-border-input-disabled-4rrzz6:#192534;
|
|
1637
1646
|
--color-border-item-focused-4clyb1:#539fe5;
|
|
1638
1647
|
--color-border-item-placeholder-ohwyrb:#539fe5;
|
|
@@ -1877,6 +1886,7 @@
|
|
|
1877
1886
|
--color-border-container-divider-b2ream:transparent;
|
|
1878
1887
|
--color-border-container-top-1t94bd:transparent;
|
|
1879
1888
|
--color-border-control-checked-miuk2h:#539fe5;
|
|
1889
|
+
--color-border-control-default-zx2mvl:#7d8998;
|
|
1880
1890
|
--color-border-control-disabled-p74xpm:#354150;
|
|
1881
1891
|
--color-border-divider-active-w8jlsh:#fbfbfb;
|
|
1882
1892
|
--color-border-divider-default-uqjcpn:#414d5c;
|
|
@@ -1887,7 +1897,8 @@
|
|
|
1887
1897
|
--color-border-dropdown-item-default-enmspa:#414d5c;
|
|
1888
1898
|
--color-border-dropdown-item-hover-jn30h1:#5f6b7a;
|
|
1889
1899
|
--color-border-dropdown-item-top-xaio9x:transparent;
|
|
1890
|
-
--color-border-
|
|
1900
|
+
--color-border-editable-cell-hover-oi7qcj:#5f6b7a;
|
|
1901
|
+
--color-border-input-default-3zchtj:#5f6b7a;
|
|
1891
1902
|
--color-border-input-disabled-4rrzz6:#192534;
|
|
1892
1903
|
--color-border-item-focused-4clyb1:#539fe5;
|
|
1893
1904
|
--color-border-item-placeholder-ohwyrb:#539fe5;
|
|
@@ -2071,7 +2082,8 @@
|
|
|
2071
2082
|
--color-border-dropdown-group-5ahp44:#414d5c;
|
|
2072
2083
|
--color-border-dropdown-item-default-enmspa:#414d5c;
|
|
2073
2084
|
--color-border-dropdown-item-hover-jn30h1:#5f6b7a;
|
|
2074
|
-
--color-border-
|
|
2085
|
+
--color-border-editable-cell-hover-oi7qcj:#5f6b7a;
|
|
2086
|
+
--color-border-input-default-3zchtj:#5f6b7a;
|
|
2075
2087
|
--color-border-input-disabled-4rrzz6:#192534;
|
|
2076
2088
|
--color-border-item-focused-4clyb1:#539fe5;
|
|
2077
2089
|
--color-border-item-placeholder-ohwyrb:#539fe5;
|
|
@@ -2255,7 +2267,8 @@
|
|
|
2255
2267
|
--color-border-dropdown-group-5ahp44:#414d5c;
|
|
2256
2268
|
--color-border-dropdown-item-default-enmspa:#414d5c;
|
|
2257
2269
|
--color-border-dropdown-item-hover-jn30h1:#5f6b7a;
|
|
2258
|
-
--color-border-
|
|
2270
|
+
--color-border-editable-cell-hover-oi7qcj:#5f6b7a;
|
|
2271
|
+
--color-border-input-default-3zchtj:#5f6b7a;
|
|
2259
2272
|
--color-border-input-disabled-4rrzz6:#192534;
|
|
2260
2273
|
--color-border-item-focused-4clyb1:#539fe5;
|
|
2261
2274
|
--color-border-item-placeholder-ohwyrb:#539fe5;
|
|
@@ -2451,7 +2464,8 @@
|
|
|
2451
2464
|
--color-border-dropdown-group-5ahp44:#414d5c;
|
|
2452
2465
|
--color-border-dropdown-item-default-enmspa:#414d5c;
|
|
2453
2466
|
--color-border-dropdown-item-hover-jn30h1:#5f6b7a;
|
|
2454
|
-
--color-border-
|
|
2467
|
+
--color-border-editable-cell-hover-oi7qcj:#5f6b7a;
|
|
2468
|
+
--color-border-input-default-3zchtj:#5f6b7a;
|
|
2455
2469
|
--color-border-input-disabled-4rrzz6:#192534;
|
|
2456
2470
|
--color-border-item-focused-4clyb1:#539fe5;
|
|
2457
2471
|
--color-border-item-placeholder-ohwyrb:#539fe5;
|
|
@@ -2722,7 +2736,8 @@
|
|
|
2722
2736
|
--color-border-dropdown-group-5ahp44:#414d5c;
|
|
2723
2737
|
--color-border-dropdown-item-default-enmspa:#414d5c;
|
|
2724
2738
|
--color-border-dropdown-item-hover-jn30h1:#5f6b7a;
|
|
2725
|
-
--color-border-
|
|
2739
|
+
--color-border-editable-cell-hover-oi7qcj:#5f6b7a;
|
|
2740
|
+
--color-border-input-default-3zchtj:#5f6b7a;
|
|
2726
2741
|
--color-border-input-disabled-4rrzz6:#192534;
|
|
2727
2742
|
--color-border-item-focused-4clyb1:#fbfbfb;
|
|
2728
2743
|
--color-border-item-placeholder-ohwyrb:#539fe5;
|
|
@@ -2905,7 +2920,8 @@
|
|
|
2905
2920
|
--color-border-dropdown-group-5ahp44:#414d5c;
|
|
2906
2921
|
--color-border-dropdown-item-default-enmspa:#414d5c;
|
|
2907
2922
|
--color-border-dropdown-item-hover-jn30h1:#5f6b7a;
|
|
2908
|
-
--color-border-
|
|
2923
|
+
--color-border-editable-cell-hover-oi7qcj:#5f6b7a;
|
|
2924
|
+
--color-border-input-default-3zchtj:#5f6b7a;
|
|
2909
2925
|
--color-border-input-disabled-4rrzz6:#192534;
|
|
2910
2926
|
--color-border-item-focused-4clyb1:#fbfbfb;
|
|
2911
2927
|
--color-border-item-placeholder-ohwyrb:#539fe5;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"button-trigger": "awsui_button-
|
|
5
|
-
"arrow": "
|
|
6
|
-
"has-caret": "awsui_has-
|
|
7
|
-
"placeholder": "
|
|
8
|
-
"pressed": "
|
|
9
|
-
"disabled": "
|
|
10
|
-
"in-filtering-token": "awsui_in-filtering-
|
|
11
|
-
"read-only": "awsui_read-
|
|
12
|
-
"invalid": "
|
|
4
|
+
"button-trigger": "awsui_button-trigger_18eso_kczo4_97",
|
|
5
|
+
"arrow": "awsui_arrow_18eso_kczo4_97",
|
|
6
|
+
"has-caret": "awsui_has-caret_18eso_kczo4_137",
|
|
7
|
+
"placeholder": "awsui_placeholder_18eso_kczo4_140",
|
|
8
|
+
"pressed": "awsui_pressed_18eso_kczo4_153",
|
|
9
|
+
"disabled": "awsui_disabled_18eso_kczo4_156",
|
|
10
|
+
"in-filtering-token": "awsui_in-filtering-token_18eso_kczo4_165",
|
|
11
|
+
"read-only": "awsui_read-only_18eso_kczo4_171",
|
|
12
|
+
"invalid": "awsui_invalid_18eso_kczo4_188"
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -94,16 +94,16 @@ 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
|
-
.awsui_button-
|
|
97
|
+
.awsui_button-trigger_18eso_kczo4_97 > .awsui_arrow_18eso_kczo4_97:not(#\9) {
|
|
98
98
|
transition: transform var(--motion-duration-rotate-180-ur235g, 135ms) var(--motion-easing-rotate-180-eilno1, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
99
99
|
}
|
|
100
100
|
@media (prefers-reduced-motion: reduce) {
|
|
101
|
-
.awsui_button-
|
|
101
|
+
.awsui_button-trigger_18eso_kczo4_97 > .awsui_arrow_18eso_kczo4_97:not(#\9) {
|
|
102
102
|
animation: none;
|
|
103
103
|
transition: none;
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
|
-
.awsui-motion-disabled .awsui_button-
|
|
106
|
+
.awsui-motion-disabled .awsui_button-trigger_18eso_kczo4_97 > .awsui_arrow_18eso_kczo4_97:not(#\9), .awsui-mode-entering .awsui_button-trigger_18eso_kczo4_97 > .awsui_arrow_18eso_kczo4_97:not(#\9) {
|
|
107
107
|
animation: none;
|
|
108
108
|
transition: none;
|
|
109
109
|
}
|
|
@@ -112,7 +112,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
112
112
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
113
113
|
SPDX-License-Identifier: Apache-2.0
|
|
114
114
|
*/
|
|
115
|
-
.awsui_button-
|
|
115
|
+
.awsui_button-trigger_18eso_kczo4_97:not(#\9) {
|
|
116
116
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
117
117
|
border-collapse: separate;
|
|
118
118
|
border-spacing: 0;
|
|
@@ -157,61 +157,61 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
157
157
|
padding: var(--space-scaled-xxs-gmgwxk, 4px) var(--space-field-horizontal-xg7uom, 8px);
|
|
158
158
|
background-color: var(--color-background-input-default-16mzof, #ffffff);
|
|
159
159
|
border-radius: var(--border-radius-input-gfayl6, 2px);
|
|
160
|
-
border: var(--border-field-width-gmdyxy, 1px) solid var(--color-border-input-default-
|
|
160
|
+
border: var(--border-field-width-gmdyxy, 1px) solid var(--color-border-input-default-3zchtj, #687078);
|
|
161
161
|
min-height: var(--size-vertical-input-yg5yti, 32px);
|
|
162
162
|
}
|
|
163
|
-
.awsui_button-
|
|
163
|
+
.awsui_button-trigger_18eso_kczo4_97.awsui_has-caret_18eso_kczo4_137:not(#\9) {
|
|
164
164
|
padding-right: var(--space-field-icon-offset-v49om3, 32px);
|
|
165
165
|
}
|
|
166
|
-
.awsui_button-
|
|
166
|
+
.awsui_button-trigger_18eso_kczo4_97 > .awsui_placeholder_18eso_kczo4_140:not(#\9) {
|
|
167
167
|
color: var(--color-text-input-placeholder-j38kg2, #687078);
|
|
168
168
|
font-style: italic;
|
|
169
169
|
}
|
|
170
|
-
.awsui_button-
|
|
170
|
+
.awsui_button-trigger_18eso_kczo4_97 > .awsui_arrow_18eso_kczo4_97:not(#\9) {
|
|
171
171
|
position: absolute;
|
|
172
172
|
right: var(--space-field-horizontal-xg7uom, 8px);
|
|
173
173
|
top: calc(50% - var(--font-body-m-line-height-9vkzhc, 22px) / 2);
|
|
174
174
|
color: var(--color-text-button-inline-icon-default-au9sza, #545b64);
|
|
175
175
|
}
|
|
176
|
-
.awsui_button-
|
|
176
|
+
.awsui_button-trigger_18eso_kczo4_97:not(#\9):hover > .awsui_arrow_18eso_kczo4_97 {
|
|
177
177
|
color: var(--color-text-button-inline-icon-hover-3vml1m, #16191f);
|
|
178
178
|
}
|
|
179
|
-
.awsui_button-
|
|
179
|
+
.awsui_button-trigger_18eso_kczo4_97.awsui_pressed_18eso_kczo4_153 > .awsui_arrow_18eso_kczo4_97:not(#\9) {
|
|
180
180
|
transform: rotate(-180deg);
|
|
181
181
|
}
|
|
182
|
-
.awsui_button-
|
|
182
|
+
.awsui_button-trigger_18eso_kczo4_97.awsui_disabled_18eso_kczo4_156:not(#\9) {
|
|
183
183
|
background-color: var(--color-background-input-disabled-izitmw, #eaeded);
|
|
184
184
|
border: var(--border-field-width-gmdyxy, 1px) solid var(--color-border-input-disabled-4rrzz6, #eaeded);
|
|
185
185
|
color: var(--color-text-input-disabled-w14lvq, #879596);
|
|
186
186
|
cursor: auto;
|
|
187
187
|
}
|
|
188
|
-
.awsui_button-
|
|
188
|
+
.awsui_button-trigger_18eso_kczo4_97.awsui_disabled_18eso_kczo4_156 > .awsui_arrow_18eso_kczo4_97:not(#\9) {
|
|
189
189
|
color: var(--color-text-button-inline-icon-disabled-320glj, #aab7b8);
|
|
190
190
|
}
|
|
191
|
-
.awsui_button-
|
|
191
|
+
.awsui_button-trigger_18eso_kczo4_97.awsui_disabled_18eso_kczo4_156.awsui_in-filtering-token_18eso_kczo4_165:not(#\9) {
|
|
192
192
|
border-color: var(--color-border-control-disabled-p74xpm, #d5dbdb);
|
|
193
193
|
}
|
|
194
|
-
.awsui_button-
|
|
194
|
+
.awsui_button-trigger_18eso_kczo4_97.awsui_disabled_18eso_kczo4_156 > .awsui_placeholder_18eso_kczo4_140:not(#\9) {
|
|
195
195
|
color: var(--color-text-input-placeholder-disabled-x5vuev, #687078);
|
|
196
196
|
}
|
|
197
|
-
.awsui_button-
|
|
197
|
+
.awsui_button-trigger_18eso_kczo4_97.awsui_read-only_18eso_kczo4_171:not(#\9) {
|
|
198
198
|
background-color: var(--color-background-input-default-16mzof, #ffffff);
|
|
199
199
|
border: var(--border-field-width-gmdyxy, 1px) solid var(--color-border-input-disabled-4rrzz6, #eaeded);
|
|
200
200
|
}
|
|
201
|
-
.awsui_button-
|
|
201
|
+
.awsui_button-trigger_18eso_kczo4_97:not(#\9):focus {
|
|
202
202
|
outline: none;
|
|
203
203
|
text-decoration: none;
|
|
204
204
|
}
|
|
205
|
-
body[data-awsui-focus-visible=true] .awsui_button-
|
|
205
|
+
body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_kczo4_97:not(#\9):not(.awsui_in-filtering-token_18eso_kczo4_165):focus {
|
|
206
206
|
outline: 2px dotted transparent;
|
|
207
207
|
border: var(--border-field-width-gmdyxy, 1px) solid var(--color-border-item-focused-4clyb1, #0073bb);
|
|
208
208
|
border-radius: var(--border-radius-input-gfayl6, 2px);
|
|
209
209
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-qycpr2, 1px) var(--color-border-item-focused-4clyb1, #0073bb);
|
|
210
210
|
}
|
|
211
|
-
.awsui_button-
|
|
211
|
+
.awsui_button-trigger_18eso_kczo4_97:not(#\9):not(.awsui_in-filtering-token_18eso_kczo4_165):invalid {
|
|
212
212
|
box-shadow: none;
|
|
213
213
|
}
|
|
214
|
-
.awsui_button-
|
|
214
|
+
.awsui_button-trigger_18eso_kczo4_97:not(#\9):not(.awsui_in-filtering-token_18eso_kczo4_165).awsui_invalid_18eso_kczo4_188, .awsui_button-trigger_18eso_kczo4_97:not(#\9):not(.awsui_in-filtering-token_18eso_kczo4_165).awsui_invalid_18eso_kczo4_188:focus {
|
|
215
215
|
color: var(--color-text-status-error-6ntion, #d13212);
|
|
216
216
|
border-color: var(--color-text-status-error-6ntion, #d13212);
|
|
217
217
|
padding-left: calc(
|
|
@@ -219,23 +219,23 @@ body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_pl8h6_97:not(#\9
|
|
|
219
219
|
);
|
|
220
220
|
border-left-width: var(--border-invalid-width-6tnuc9, 4px);
|
|
221
221
|
}
|
|
222
|
-
.awsui_button-
|
|
222
|
+
.awsui_button-trigger_18eso_kczo4_97:not(#\9):not(.awsui_in-filtering-token_18eso_kczo4_165).awsui_invalid_18eso_kczo4_188:focus, .awsui_button-trigger_18eso_kczo4_97:not(#\9):not(.awsui_in-filtering-token_18eso_kczo4_165).awsui_invalid_18eso_kczo4_188:focus:focus {
|
|
223
223
|
box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-56jreh, 1px) var(--color-border-item-focused-4clyb1, #0073bb);
|
|
224
224
|
}
|
|
225
|
-
.awsui_button-
|
|
225
|
+
.awsui_button-trigger_18eso_kczo4_97.awsui_in-filtering-token_18eso_kczo4_165:not(#\9) {
|
|
226
226
|
border-color: var(--color-border-item-selected-044zoh, #0073bb);
|
|
227
227
|
border-top-right-radius: 0;
|
|
228
228
|
border-bottom-right-radius: 0;
|
|
229
229
|
height: 100%;
|
|
230
230
|
}
|
|
231
|
-
body[data-awsui-focus-visible=true] .awsui_button-
|
|
231
|
+
body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_kczo4_97.awsui_in-filtering-token_18eso_kczo4_165:not(#\9):focus {
|
|
232
232
|
position: relative;
|
|
233
233
|
}
|
|
234
|
-
body[data-awsui-focus-visible=true] .awsui_button-
|
|
234
|
+
body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_kczo4_97.awsui_in-filtering-token_18eso_kczo4_165:not(#\9):focus {
|
|
235
235
|
outline: 2px dotted transparent;
|
|
236
236
|
outline-offset: calc(var(--space-filtering-token-operation-select-focus-outline-gutter-8aybuc, 0px) - 1px);
|
|
237
237
|
}
|
|
238
|
-
body[data-awsui-focus-visible=true] .awsui_button-
|
|
238
|
+
body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_kczo4_97.awsui_in-filtering-token_18eso_kczo4_165:not(#\9):focus::before {
|
|
239
239
|
content: " ";
|
|
240
240
|
display: block;
|
|
241
241
|
position: absolute;
|
|
@@ -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
|
-
"button-trigger": "awsui_button-
|
|
6
|
-
"arrow": "
|
|
7
|
-
"has-caret": "awsui_has-
|
|
8
|
-
"placeholder": "
|
|
9
|
-
"pressed": "
|
|
10
|
-
"disabled": "
|
|
11
|
-
"in-filtering-token": "awsui_in-filtering-
|
|
12
|
-
"read-only": "awsui_read-
|
|
13
|
-
"invalid": "
|
|
5
|
+
"button-trigger": "awsui_button-trigger_18eso_kczo4_97",
|
|
6
|
+
"arrow": "awsui_arrow_18eso_kczo4_97",
|
|
7
|
+
"has-caret": "awsui_has-caret_18eso_kczo4_137",
|
|
8
|
+
"placeholder": "awsui_placeholder_18eso_kczo4_140",
|
|
9
|
+
"pressed": "awsui_pressed_18eso_kczo4_153",
|
|
10
|
+
"disabled": "awsui_disabled_18eso_kczo4_156",
|
|
11
|
+
"in-filtering-token": "awsui_in-filtering-token_18eso_kczo4_165",
|
|
12
|
+
"read-only": "awsui_read-only_18eso_kczo4_171",
|
|
13
|
+
"invalid": "awsui_invalid_18eso_kczo4_188"
|
|
14
14
|
};
|
|
15
15
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"styled-box": "awsui_styled-
|
|
6
|
-
"styled-box-checked": "awsui_styled-box-
|
|
7
|
-
"styled-box-indeterminate": "awsui_styled-box-
|
|
8
|
-
"styled-box-disabled": "awsui_styled-box-
|
|
9
|
-
"styled-line": "awsui_styled-
|
|
10
|
-
"styled-line-disabled": "awsui_styled-line-
|
|
4
|
+
"root": "awsui_root_1fn7j_dxyuh_93",
|
|
5
|
+
"styled-box": "awsui_styled-box_1fn7j_dxyuh_100",
|
|
6
|
+
"styled-box-checked": "awsui_styled-box-checked_1fn7j_dxyuh_106",
|
|
7
|
+
"styled-box-indeterminate": "awsui_styled-box-indeterminate_1fn7j_dxyuh_106",
|
|
8
|
+
"styled-box-disabled": "awsui_styled-box-disabled_1fn7j_dxyuh_110",
|
|
9
|
+
"styled-line": "awsui_styled-line_1fn7j_dxyuh_124",
|
|
10
|
+
"styled-line-disabled": "awsui_styled-line-disabled_1fn7j_dxyuh_129"
|
|
11
11
|
};
|
|
12
12
|
|