@cloudscape-design/components 3.0.23 → 3.0.26
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/alert/styles.scoped.css +0 -34
- package/annotation-context/annotation/styles.scoped.css +0 -18
- package/app-layout/content-wrapper/styles.scoped.css +0 -4
- package/app-layout/mobile-toolbar/styles.scoped.css +0 -9
- package/app-layout/styles.scoped.css +0 -20
- package/app-layout/toggles/styles.scoped.css +0 -16
- package/app-layout/visual-refresh/styles.scoped.css +0 -71
- package/area-chart/styles.scoped.css +0 -13
- package/attribute-editor/styles.scoped.css +0 -23
- package/badge/styles.scoped.css +0 -15
- package/bar-chart/interfaces.d.ts +1 -1
- package/bar-chart/interfaces.d.ts.map +1 -1
- package/bar-chart/interfaces.js.map +1 -1
- package/box/styles.scoped.css +0 -171
- package/breadcrumb-group/item/styles.scoped.css +0 -11
- package/breadcrumb-group/styles.scoped.css +0 -10
- package/button/styles.scoped.css +0 -264
- package/button-dropdown/category-elements/styles.scoped.css +0 -26
- package/button-dropdown/item-element/styles.scoped.css +0 -22
- package/button-dropdown/mobile-expandable-group/styles.scoped.css +0 -5
- package/button-dropdown/styles.scoped.css +0 -7
- package/cards/styles.scoped.css +0 -45
- package/checkbox/styles.scoped.css +0 -11
- package/code-editor/styles.scoped.css +0 -87
- package/collection-preferences/styles.scoped.css +0 -12
- package/column-layout/styles.scoped.css +0 -12
- package/container/styles.scoped.css +0 -27
- package/date-picker/styles.scoped.css +0 -45
- package/date-range-picker/calendar/grids/day/styles.scoped.css +0 -45
- package/date-range-picker/index.d.ts.map +1 -1
- package/date-range-picker/index.js +13 -15
- package/date-range-picker/index.js.map +1 -1
- package/date-range-picker/relative-range/styles.scoped.css +0 -3
- package/date-range-picker/styles.css.js +41 -42
- package/date-range-picker/styles.scoped.css +49 -92
- package/date-range-picker/styles.selectors.js +41 -42
- package/expandable-section/styles.scoped.css +0 -33
- package/flashbar/styles.scoped.css +0 -36
- package/form/styles.scoped.css +0 -12
- package/form-field/styles.scoped.css +0 -26
- package/grid/styles.scoped.css +0 -6
- package/header/styles.scoped.css +0 -51
- package/help-panel/styles.scoped.css +0 -73
- package/hotspot/styles.scoped.css +0 -3
- package/icon/styles.scoped.css +0 -33
- package/input/styles.scoped.css +0 -49
- package/internal/base-component/styles.scoped.css +0 -1
- package/internal/components/abstract-switch/styles.scoped.css +0 -7
- package/internal/components/button-trigger/styles.scoped.css +0 -42
- package/internal/components/cartesian-chart/styles.scoped.css +0 -10
- package/internal/components/chart-filter/styles.scoped.css +0 -4
- package/internal/components/chart-legend/styles.scoped.css +0 -8
- package/internal/components/chart-plot/styles.scoped.css +0 -1
- package/internal/components/chart-popover/styles.scoped.css +0 -4
- package/internal/components/chart-series-details/styles.scoped.css +0 -12
- package/internal/components/chart-series-marker/styles.scoped.css +0 -7
- package/internal/components/chart-status-container/styles.scoped.css +0 -1
- package/internal/components/checkbox-icon/styles.scoped.css +0 -10
- package/internal/components/content-layout/styles.scoped.css +0 -5
- package/internal/components/dark-ribbon/styles.scoped.css +0 -1
- package/internal/components/dropdown/styles.scoped.css +0 -17
- package/internal/components/dropdown-footer/styles.scoped.css +0 -6
- package/internal/components/dropdown-status/styles.scoped.css +0 -6
- package/internal/components/filtering-token/styles.scoped.css +0 -21
- package/internal/components/menu-dropdown/styles.scoped.css +0 -17
- package/internal/components/option/styles.scoped.css +0 -16
- package/internal/components/options-list/styles.scoped.css +0 -5
- package/internal/components/selectable-item/styles.scoped.css +0 -44
- package/internal/environment.js +1 -1
- package/line-chart/interfaces.d.ts +1 -1
- package/line-chart/interfaces.d.ts.map +1 -1
- package/line-chart/interfaces.js.map +1 -1
- package/link/styles.scoped.css +0 -77
- package/mixed-line-bar-chart/bar-series.d.ts +1 -1
- package/mixed-line-bar-chart/bar-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/bar-series.js.map +1 -1
- package/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-container.js +9 -10
- package/mixed-line-bar-chart/chart-container.js.map +1 -1
- package/mixed-line-bar-chart/chart-filters.d.ts +2 -2
- package/mixed-line-bar-chart/chart-filters.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-filters.js +1 -2
- package/mixed-line-bar-chart/chart-filters.js.map +1 -1
- package/mixed-line-bar-chart/chart-legend.d.ts +2 -2
- package/mixed-line-bar-chart/chart-legend.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-legend.js +1 -2
- package/mixed-line-bar-chart/chart-legend.js.map +1 -1
- package/mixed-line-bar-chart/domain.d.ts +4 -0
- package/mixed-line-bar-chart/domain.d.ts.map +1 -0
- package/mixed-line-bar-chart/domain.js +138 -0
- package/mixed-line-bar-chart/domain.js.map +1 -0
- package/mixed-line-bar-chart/format-highlighted.d.ts +2 -4
- package/mixed-line-bar-chart/format-highlighted.d.ts.map +1 -1
- package/mixed-line-bar-chart/format-highlighted.js +26 -15
- package/mixed-line-bar-chart/format-highlighted.js.map +1 -1
- package/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts.map +1 -1
- package/mixed-line-bar-chart/hooks/use-mouse-hover.js +3 -2
- package/mixed-line-bar-chart/hooks/use-mouse-hover.js.map +1 -1
- package/mixed-line-bar-chart/hooks/use-navigation.d.ts.map +1 -1
- package/mixed-line-bar-chart/hooks/use-navigation.js +23 -35
- package/mixed-line-bar-chart/hooks/use-navigation.js.map +1 -1
- package/mixed-line-bar-chart/interfaces.d.ts +12 -2
- package/mixed-line-bar-chart/interfaces.d.ts.map +1 -1
- package/mixed-line-bar-chart/interfaces.js.map +1 -1
- package/mixed-line-bar-chart/internal.d.ts.map +1 -1
- package/mixed-line-bar-chart/internal.js +14 -6
- package/mixed-line-bar-chart/internal.js.map +1 -1
- package/mixed-line-bar-chart/line-series.d.ts +2 -2
- package/mixed-line-bar-chart/line-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/line-series.js +21 -9
- package/mixed-line-bar-chart/line-series.js.map +1 -1
- package/mixed-line-bar-chart/make-scaled-bar-groups.d.ts.map +1 -1
- package/mixed-line-bar-chart/make-scaled-bar-groups.js +11 -4
- package/mixed-line-bar-chart/make-scaled-bar-groups.js.map +1 -1
- package/mixed-line-bar-chart/make-scaled-series.d.ts +2 -4
- package/mixed-line-bar-chart/make-scaled-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/make-scaled-series.js +89 -25
- package/mixed-line-bar-chart/make-scaled-series.js.map +1 -1
- package/mixed-line-bar-chart/styles.scoped.css +0 -13
- package/mixed-line-bar-chart/utils.d.ts +5 -6
- package/mixed-line-bar-chart/utils.d.ts.map +1 -1
- package/mixed-line-bar-chart/utils.js +11 -112
- package/mixed-line-bar-chart/utils.js.map +1 -1
- package/modal/styles.scoped.css +0 -31
- package/multiselect/styles.scoped.css +0 -4
- package/package.json +1 -1
- package/pagination/styles.scoped.css +0 -22
- package/pie-chart/styles.scoped.css +0 -25
- package/popover/styles.scoped.css +0 -35
- package/progress-bar/styles.scoped.css +0 -25
- package/property-filter/styles.scoped.css +0 -22
- package/radio-group/styles.scoped.css +0 -22
- package/s3-resource-selector/s3-in-context/styles.scoped.css +0 -6
- package/segmented-control/styles.scoped.css +0 -36
- package/select/parts/styles.scoped.css +0 -6
- package/select/styles.scoped.css +0 -4
- package/side-navigation/styles.scoped.css +0 -38
- package/space-between/styles.scoped.css +0 -40
- package/spinner/styles.scoped.css +0 -17
- package/split-panel/styles.scoped.css +0 -65
- package/status-indicator/styles.scoped.css +0 -20
- package/table/body-cell/styles.scoped.css +0 -29
- package/table/header-cell/styles.scoped.css +0 -32
- package/table/resizer/styles.scoped.css +0 -6
- package/table/selection-control/styles.scoped.css +0 -3
- package/table/styles.scoped.css +0 -39
- package/table/use-selection.d.ts.map +1 -1
- package/table/use-selection.js +5 -5
- package/table/use-selection.js.map +1 -1
- package/tabs/styles.scoped.css +0 -41
- package/tag-editor/styles.scoped.css +0 -12
- package/text-content/styles.scoped.css +0 -54
- package/text-filter/styles.scoped.css +0 -7
- package/textarea/styles.scoped.css +0 -30
- package/tiles/styles.scoped.css +0 -55
- package/toggle/styles.scoped.css +0 -14
- package/token-group/styles.scoped.css +0 -35
- package/top-navigation/1.0-beta/styles.scoped.css +0 -40
- package/top-navigation/styles.scoped.css +0 -75
- package/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +0 -22
- package/tutorial-panel/components/tutorial-list/styles.scoped.css +0 -24
- package/tutorial-panel/styles.scoped.css +0 -5
- package/wizard/styles.scoped.css +0 -54
|
@@ -121,14 +121,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
121
121
|
widows: 2;
|
|
122
122
|
word-spacing: normal;
|
|
123
123
|
box-sizing: border-box;
|
|
124
|
-
font-size: 14px;
|
|
125
124
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
126
|
-
line-height: 22px;
|
|
127
125
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
128
|
-
color: #000716;
|
|
129
126
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
130
127
|
font-weight: 400;
|
|
131
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
132
128
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
133
129
|
/* stylelint-disable no-descending-specificity */
|
|
134
130
|
/* stylelint-enable no-descending-specificity */
|
|
@@ -143,7 +139,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
143
139
|
font-weight: normal;
|
|
144
140
|
text-decoration: none;
|
|
145
141
|
margin: 0;
|
|
146
|
-
padding: 4px 0;
|
|
147
142
|
padding: var(--space-xxs-ynfts5, 4px) 0;
|
|
148
143
|
}
|
|
149
144
|
.awsui_text-content_6absk_12b8j_94 h1:not(#\9),
|
|
@@ -151,55 +146,35 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
151
146
|
.awsui_text-content_6absk_12b8j_94 h3:not(#\9),
|
|
152
147
|
.awsui_text-content_6absk_12b8j_94 h4:not(#\9),
|
|
153
148
|
.awsui_text-content_6absk_12b8j_94 h5:not(#\9) {
|
|
154
|
-
color: #000716;
|
|
155
149
|
color: var(--color-text-heading-default-jopz0f, #000716);
|
|
156
150
|
}
|
|
157
151
|
.awsui_text-content_6absk_12b8j_94 h1:not(#\9) {
|
|
158
|
-
font-size: 32px;
|
|
159
152
|
font-size: var(--font-heading-xl-size-d0vjbk, 32px);
|
|
160
|
-
line-height: 40px;
|
|
161
153
|
line-height: var(--font-heading-xl-line-height-doxfdj, 40px);
|
|
162
|
-
letter-spacing: -0.02em;
|
|
163
154
|
letter-spacing: var(--font-heading-xl-letter-spacing-9tcsmy, -0.02em);
|
|
164
|
-
font-weight: 800;
|
|
165
155
|
font-weight: var(--font-heading-xl-weight-772870, 800);
|
|
166
156
|
}
|
|
167
157
|
.awsui_text-content_6absk_12b8j_94 h2:not(#\9) {
|
|
168
|
-
font-size: 24px;
|
|
169
158
|
font-size: var(--font-heading-l-size-otmxys, 24px);
|
|
170
|
-
line-height: 30px;
|
|
171
159
|
line-height: var(--font-heading-l-line-height-gev4n1, 30px);
|
|
172
|
-
letter-spacing: -0.015em;
|
|
173
160
|
letter-spacing: var(--font-heading-l-letter-spacing-f6wvtk, -0.015em);
|
|
174
|
-
font-weight: 800;
|
|
175
161
|
font-weight: var(--font-heading-l-weight-xm7ks9, 800);
|
|
176
162
|
}
|
|
177
163
|
.awsui_text-content_6absk_12b8j_94 h3:not(#\9) {
|
|
178
|
-
font-size: 20px;
|
|
179
164
|
font-size: var(--font-heading-m-size-6e3jmg, 20px);
|
|
180
|
-
line-height: 24px;
|
|
181
165
|
line-height: var(--font-heading-m-line-height-u3t54f, 24px);
|
|
182
|
-
letter-spacing: -0.01em;
|
|
183
166
|
letter-spacing: var(--font-heading-m-letter-spacing-r00pg3, -0.01em);
|
|
184
|
-
font-weight: 800;
|
|
185
167
|
font-weight: var(--font-heading-m-weight-hi5n0j, 800);
|
|
186
168
|
}
|
|
187
169
|
.awsui_text-content_6absk_12b8j_94 h4:not(#\9) {
|
|
188
|
-
font-size: 16px;
|
|
189
170
|
font-size: var(--font-heading-s-size-9clg8y, 16px);
|
|
190
|
-
line-height: 20px;
|
|
191
171
|
line-height: var(--font-heading-s-line-height-5b7f0q, 20px);
|
|
192
|
-
letter-spacing: -0.005em;
|
|
193
172
|
letter-spacing: var(--font-heading-s-letter-spacing-4d69jc, -0.005em);
|
|
194
|
-
font-weight: 800;
|
|
195
173
|
font-weight: var(--font-heading-s-weight-k8ys41, 800);
|
|
196
174
|
}
|
|
197
175
|
.awsui_text-content_6absk_12b8j_94 h5:not(#\9) {
|
|
198
|
-
font-size: 14px;
|
|
199
176
|
font-size: var(--font-heading-xs-size-fryxro, 14px);
|
|
200
|
-
line-height: 18px;
|
|
201
177
|
line-height: var(--font-heading-xs-line-height-5x131j, 18px);
|
|
202
|
-
font-weight: 800;
|
|
203
178
|
font-weight: var(--font-heading-xs-weight-wwznty, 800);
|
|
204
179
|
}
|
|
205
180
|
.awsui_text-content_6absk_12b8j_94 b:not(#\9),
|
|
@@ -207,38 +182,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
207
182
|
font-weight: 700;
|
|
208
183
|
}
|
|
209
184
|
.awsui_text-content_6absk_12b8j_94 p:not(#\9) {
|
|
210
|
-
font-size: 14px;
|
|
211
185
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
212
|
-
line-height: 22px;
|
|
213
186
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
214
187
|
color: inherit;
|
|
215
188
|
}
|
|
216
189
|
.awsui_text-content_6absk_12b8j_94 small:not(#\9) {
|
|
217
190
|
display: inline-block;
|
|
218
|
-
font-size: 12px;
|
|
219
191
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
220
|
-
line-height: 16px;
|
|
221
192
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
222
|
-
letter-spacing: 0.005em;
|
|
223
193
|
letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
|
|
224
|
-
color: #5f6b7a;
|
|
225
194
|
color: var(--color-text-small-le1y42, #5f6b7a);
|
|
226
195
|
}
|
|
227
196
|
.awsui_text-content_6absk_12b8j_94 small a:not(#\9) {
|
|
228
197
|
font-size: inherit;
|
|
229
|
-
color: #0972d3;
|
|
230
198
|
color: var(--color-text-link-default-5f186r, #0972d3);
|
|
231
|
-
font-weight: "inherit";
|
|
232
199
|
font-weight: var(--font-link-primary-weight-91pybi, "inherit");
|
|
233
|
-
letter-spacing: "inherit";
|
|
234
200
|
letter-spacing: var(--font-link-primary-letter-spacing-vmsgcx, "inherit");
|
|
235
|
-
text-decoration: underline;
|
|
236
201
|
text-decoration: var(--font-link-primary-decoration-wfgjh2, underline);
|
|
237
202
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
238
|
-
text-decoration-color: #0972d3;
|
|
239
203
|
text-decoration-color: var(--color-text-link-primary-underline-ga7rq8, #0972d3);
|
|
240
204
|
transition-property: color, text-decoration;
|
|
241
|
-
transition-duration: 165ms;
|
|
242
205
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
243
206
|
}
|
|
244
207
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -253,14 +216,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
253
216
|
}
|
|
254
217
|
.awsui_text-content_6absk_12b8j_94 small a:not(#\9):hover {
|
|
255
218
|
cursor: pointer;
|
|
256
|
-
color: #033160;
|
|
257
219
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
258
220
|
}
|
|
259
221
|
.awsui_text-content_6absk_12b8j_94 small a:not(#\9):focus {
|
|
260
222
|
outline: none;
|
|
261
223
|
}
|
|
262
224
|
.awsui_text-content_6absk_12b8j_94 small a:not(#\9):active {
|
|
263
|
-
color: #033160;
|
|
264
225
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
265
226
|
}
|
|
266
227
|
.awsui_text-content_6absk_12b8j_94 small a:not(#\9):active, .awsui_text-content_6absk_12b8j_94 small a:not(#\9):focus, .awsui_text-content_6absk_12b8j_94 small a:not(#\9):hover {
|
|
@@ -271,20 +232,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
271
232
|
.awsui_text-content_6absk_12b8j_94 code:not(#\9),
|
|
272
233
|
.awsui_text-content_6absk_12b8j_94 pre:not(#\9),
|
|
273
234
|
.awsui_text-content_6absk_12b8j_94 samp:not(#\9) {
|
|
274
|
-
font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
|
|
275
235
|
font-family: var(--font-family-monospace-iz223z, Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace);
|
|
276
236
|
background: transparent;
|
|
277
237
|
}
|
|
278
238
|
.awsui_text-content_6absk_12b8j_94 code:not(#\9) {
|
|
279
|
-
font-size: 12px;
|
|
280
239
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
281
|
-
line-height: 16px;
|
|
282
240
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
283
|
-
letter-spacing: 0.005em;
|
|
284
241
|
letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
|
|
285
242
|
}
|
|
286
243
|
.awsui_text-content_6absk_12b8j_94 a:not(#\9) {
|
|
287
|
-
color: #0972d3;
|
|
288
244
|
color: var(--color-text-link-default-5f186r, #0972d3);
|
|
289
245
|
font-weight: inherit;
|
|
290
246
|
letter-spacing: normal;
|
|
@@ -292,7 +248,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
292
248
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
293
249
|
text-decoration-color: transparent;
|
|
294
250
|
transition-property: color, text-decoration;
|
|
295
|
-
transition-duration: 165ms;
|
|
296
251
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
297
252
|
}
|
|
298
253
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -307,14 +262,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
307
262
|
}
|
|
308
263
|
.awsui_text-content_6absk_12b8j_94 a:not(#\9):hover {
|
|
309
264
|
cursor: pointer;
|
|
310
|
-
color: #033160;
|
|
311
265
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
312
266
|
}
|
|
313
267
|
.awsui_text-content_6absk_12b8j_94 a:not(#\9):focus {
|
|
314
268
|
outline: none;
|
|
315
269
|
}
|
|
316
270
|
.awsui_text-content_6absk_12b8j_94 a:not(#\9):active {
|
|
317
|
-
color: #033160;
|
|
318
271
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
319
272
|
}
|
|
320
273
|
.awsui_text-content_6absk_12b8j_94 a:not(#\9):active, .awsui_text-content_6absk_12b8j_94 a:not(#\9):focus, .awsui_text-content_6absk_12b8j_94 a:not(#\9):hover {
|
|
@@ -324,21 +277,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
324
277
|
}
|
|
325
278
|
.awsui_text-content_6absk_12b8j_94 a:not(#\9):focus {
|
|
326
279
|
outline: thin dotted;
|
|
327
|
-
outline: 0;
|
|
328
280
|
outline: var(--border-link-focus-ring-outline-k2wccv, 0);
|
|
329
281
|
outline-offset: 2px;
|
|
330
|
-
outline-color: #0972d3;
|
|
331
282
|
outline-color: var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
332
|
-
border-radius: 4px;
|
|
333
283
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
334
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
335
284
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-nv4ahb, 2px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
336
285
|
}
|
|
337
286
|
.awsui_text-content_6absk_12b8j_94 ul:not(#\9),
|
|
338
287
|
.awsui_text-content_6absk_12b8j_94 ol:not(#\9) {
|
|
339
|
-
padding-left: 20px;
|
|
340
288
|
padding-left: var(--space-l-4vl6xu, 20px);
|
|
341
|
-
margin: 4px 0;
|
|
342
289
|
margin: var(--space-xxs-ynfts5, 4px) 0;
|
|
343
290
|
list-style-position: outside;
|
|
344
291
|
}
|
|
@@ -356,7 +303,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
356
303
|
.awsui_text-content_6absk_12b8j_94 ol > li + ol:not(#\9),
|
|
357
304
|
.awsui_text-content_6absk_12b8j_94 ol > li > ul:not(#\9),
|
|
358
305
|
.awsui_text-content_6absk_12b8j_94 ol > li > ol:not(#\9) {
|
|
359
|
-
padding-top: 4px;
|
|
360
306
|
padding-top: var(--space-xxs-ynfts5, 4px);
|
|
361
307
|
}
|
|
362
308
|
.awsui_text-content_6absk_12b8j_94 ul > li > ul:not(#\9),
|
|
@@ -120,18 +120,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
120
120
|
widows: 2;
|
|
121
121
|
word-spacing: normal;
|
|
122
122
|
box-sizing: border-box;
|
|
123
|
-
font-size: 14px;
|
|
124
123
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
125
|
-
line-height: 22px;
|
|
126
124
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
127
|
-
color: #000716;
|
|
128
125
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
129
126
|
font-weight: 400;
|
|
130
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
131
127
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
132
128
|
display: flex;
|
|
133
129
|
align-items: center;
|
|
134
|
-
max-width: calc(688px - 2 * 20px);
|
|
135
130
|
max-width: calc(688px - 2 * var(--space-l-4vl6xu, 20px));
|
|
136
131
|
}
|
|
137
132
|
|
|
@@ -140,13 +135,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
140
135
|
}
|
|
141
136
|
|
|
142
137
|
.awsui_results_1sdq3_mhcwk_111:not(#\9) {
|
|
143
|
-
color: #000716;
|
|
144
138
|
color: var(--color-text-form-label-k3j0b4, #000716);
|
|
145
139
|
display: inline-block;
|
|
146
140
|
box-sizing: border-box;
|
|
147
141
|
white-space: nowrap;
|
|
148
142
|
}
|
|
149
143
|
.awsui_results-visible_1sdq3_mhcwk_117:not(#\9) {
|
|
150
|
-
padding-left: 12px;
|
|
151
144
|
padding-left: var(--space-s-hv8c1d, 12px);
|
|
152
145
|
}
|
|
@@ -124,101 +124,71 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
124
124
|
widows: 2;
|
|
125
125
|
word-spacing: normal;
|
|
126
126
|
box-sizing: border-box;
|
|
127
|
-
font-size: 14px;
|
|
128
127
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
129
|
-
line-height: 22px;
|
|
130
128
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
131
|
-
color: #000716;
|
|
132
129
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
133
130
|
font-weight: 400;
|
|
134
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
135
131
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
136
132
|
resize: auto;
|
|
137
133
|
/* stylelint-disable-line plugin/no-unsupported-browser-features */
|
|
138
134
|
cursor: text;
|
|
139
135
|
white-space: pre-wrap;
|
|
140
|
-
padding: 4px 12px;
|
|
141
136
|
padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-field-horizontal-89h2yr, 12px);
|
|
142
|
-
color: #000716;
|
|
143
137
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
144
138
|
max-width: 100%;
|
|
145
139
|
width: 100%;
|
|
146
140
|
display: block;
|
|
147
141
|
box-sizing: border-box;
|
|
148
|
-
background-color: #ffffff;
|
|
149
142
|
background-color: var(--color-background-input-default-u57378, #ffffff);
|
|
150
|
-
border-radius: 8px;
|
|
151
143
|
border-radius: var(--border-radius-input-txq8zy, 8px);
|
|
152
|
-
border: 2px solid #9ba7b6;
|
|
153
144
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-input-default-dtyu8d, #9ba7b6);
|
|
154
|
-
font-size: 14px;
|
|
155
145
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
156
|
-
line-height: 22px;
|
|
157
146
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
158
147
|
}
|
|
159
148
|
.awsui_textarea_qk1j1_kusqt_97.awsui_textarea-readonly_qk1j1_kusqt_122:not(#\9) {
|
|
160
|
-
background-color: #ffffff;
|
|
161
149
|
background-color: var(--color-background-input-default-u57378, #ffffff);
|
|
162
|
-
border: 2px solid #e9ebed;
|
|
163
150
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-input-disabled-x2lopj, #e9ebed);
|
|
164
151
|
}
|
|
165
152
|
.awsui_textarea_qk1j1_kusqt_97:not(#\9)::placeholder {
|
|
166
|
-
color: #5f6b7a;
|
|
167
153
|
color: var(--color-text-input-placeholder-j53j3c, #5f6b7a);
|
|
168
154
|
font-style: italic;
|
|
169
155
|
opacity: 1;
|
|
170
156
|
}
|
|
171
157
|
.awsui_textarea_qk1j1_kusqt_97:not(#\9):-ms-input-placeholder {
|
|
172
|
-
color: #5f6b7a;
|
|
173
158
|
color: var(--color-text-input-placeholder-j53j3c, #5f6b7a);
|
|
174
159
|
font-style: italic;
|
|
175
160
|
}
|
|
176
161
|
.awsui_textarea_qk1j1_kusqt_97:not(#\9):focus {
|
|
177
162
|
outline: 2px dotted transparent;
|
|
178
|
-
border: 2px solid #0972d3;
|
|
179
163
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
180
|
-
border-radius: 8px;
|
|
181
164
|
border-radius: var(--border-radius-input-txq8zy, 8px);
|
|
182
|
-
box-shadow: 0 0 0 0px #0972d3;
|
|
183
165
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-srzyiu, 0px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
184
166
|
}
|
|
185
167
|
.awsui_textarea_qk1j1_kusqt_97:not(#\9):invalid {
|
|
186
168
|
box-shadow: none;
|
|
187
169
|
}
|
|
188
170
|
.awsui_textarea_qk1j1_kusqt_97:not(#\9):disabled {
|
|
189
|
-
background-color: #e9ebed;
|
|
190
171
|
background-color: var(--color-background-input-disabled-wu9j6u, #e9ebed);
|
|
191
|
-
border: 2px solid #e9ebed;
|
|
192
172
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-input-disabled-x2lopj, #e9ebed);
|
|
193
|
-
color: #9ba7b6;
|
|
194
173
|
color: var(--color-text-input-disabled-oawyzo, #9ba7b6);
|
|
195
174
|
cursor: auto;
|
|
196
175
|
cursor: default;
|
|
197
176
|
}
|
|
198
177
|
.awsui_textarea_qk1j1_kusqt_97:not(#\9):disabled::placeholder {
|
|
199
|
-
color: #9ba7b6;
|
|
200
178
|
color: var(--color-text-input-placeholder-disabled-6928j8, #9ba7b6);
|
|
201
179
|
opacity: 1;
|
|
202
180
|
}
|
|
203
181
|
.awsui_textarea_qk1j1_kusqt_97:not(#\9):disabled:-ms-input-placeholder {
|
|
204
|
-
color: #9ba7b6;
|
|
205
182
|
color: var(--color-text-input-placeholder-disabled-6928j8, #9ba7b6);
|
|
206
183
|
}
|
|
207
184
|
.awsui_textarea_qk1j1_kusqt_97.awsui_textarea-invalid_qk1j1_kusqt_158:not(#\9) {
|
|
208
|
-
color: #d91515;
|
|
209
185
|
color: var(--color-text-status-error-5sesl6, #d91515);
|
|
210
|
-
border-color: #d91515;
|
|
211
186
|
border-color: var(--color-text-status-error-5sesl6, #d91515);
|
|
212
|
-
padding-left: calc(
|
|
213
|
-
12px - (8px - 2px)
|
|
214
|
-
);
|
|
215
187
|
padding-left: calc(
|
|
216
188
|
var(--space-field-horizontal-89h2yr, 12px) - (var(--border-invalid-width-5jpdqn, 8px) - var(--border-field-width-idlekx, 2px))
|
|
217
189
|
);
|
|
218
|
-
border-left-width: 8px;
|
|
219
190
|
border-left-width: var(--border-invalid-width-5jpdqn, 8px);
|
|
220
191
|
}
|
|
221
192
|
.awsui_textarea_qk1j1_kusqt_97.awsui_textarea-invalid_qk1j1_kusqt_158:not(#\9):focus {
|
|
222
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
223
193
|
box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-omt6il, 2px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
224
194
|
}
|
package/tiles/styles.scoped.css
CHANGED
|
@@ -120,19 +120,14 @@ div.awsui_column-layout_vj6p7_1ws36_93:not(#\9) {
|
|
|
120
120
|
widows: 2;
|
|
121
121
|
word-spacing: normal;
|
|
122
122
|
box-sizing: border-box;
|
|
123
|
-
font-size: 14px;
|
|
124
123
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
125
|
-
line-height: 22px;
|
|
126
124
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
127
|
-
color: #000716;
|
|
128
125
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
129
126
|
font-weight: 400;
|
|
130
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
131
127
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
132
128
|
word-wrap: break-word;
|
|
133
129
|
}
|
|
134
130
|
div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104:not(#\9) {
|
|
135
|
-
margin: calc(20px / -2);
|
|
136
131
|
margin: calc(var(--space-grid-gutter-0subky, 20px) / -2);
|
|
137
132
|
/* stylelint-disable-next-line selector-max-universal */
|
|
138
133
|
/* stylelint-disable-next-line selector-max-universal */
|
|
@@ -142,11 +137,9 @@ div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-
|
|
|
142
137
|
}
|
|
143
138
|
div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-variant-text-grid_vj6p7_1ws36_112:not(#\9) {
|
|
144
139
|
/* stylelint-disable-next-line selector-max-universal */
|
|
145
|
-
margin: calc(-1 * (16px)) calc(-1 * 20px);
|
|
146
140
|
margin: calc(-1 * (var(--space-text-grid-vertical-tj8m1c, 16px))) calc(-1 * var(--space-grid-gutter-0subky, 20px));
|
|
147
141
|
}
|
|
148
142
|
div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-variant-text-grid_vj6p7_1ws36_112 > *:not(#\9) {
|
|
149
|
-
border-left: 2px solid #e9ebed;
|
|
150
143
|
border-left: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
151
144
|
}
|
|
152
145
|
div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-variant-text-grid_vj6p7_1ws36_112.awsui_grid-breakpoint-default_vj6p7_1ws36_119 > *:not(#\9):nth-child(1n+1) {
|
|
@@ -177,20 +170,16 @@ div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-
|
|
|
177
170
|
border-left-width: 0;
|
|
178
171
|
}
|
|
179
172
|
div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104:not(#\9):not(.awsui_grid-no-gutters_vj6p7_1ws36_109) > * {
|
|
180
|
-
padding: calc(20px / 2);
|
|
181
173
|
padding: calc(var(--space-grid-gutter-0subky, 20px) / 2);
|
|
182
174
|
}
|
|
183
175
|
div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104:not(#\9):not(.awsui_grid-no-gutters_vj6p7_1ws36_109).awsui_grid-variant-text-grid_vj6p7_1ws36_112 > * {
|
|
184
|
-
padding: 0 20px;
|
|
185
176
|
padding: 0 var(--space-grid-gutter-0subky, 20px);
|
|
186
|
-
margin: 16px 0;
|
|
187
177
|
margin: var(--space-text-grid-vertical-tj8m1c, 16px) 0;
|
|
188
178
|
}
|
|
189
179
|
div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-vertical-borders_vj6p7_1ws36_153:not(#\9) {
|
|
190
180
|
/* stylelint-disable-next-line selector-max-universal */
|
|
191
181
|
}
|
|
192
182
|
div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-vertical-borders_vj6p7_1ws36_153 > *:not(#\9) {
|
|
193
|
-
border-right: 2px solid #e9ebed;
|
|
194
183
|
border-right: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
195
184
|
}
|
|
196
185
|
div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-vertical-borders_vj6p7_1ws36_153.awsui_grid-breakpoint-default_vj6p7_1ws36_119 > *:not(#\9):nth-child(1n) {
|
|
@@ -225,7 +214,6 @@ div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-
|
|
|
225
214
|
/* stylelint-enable selector-max-universal */
|
|
226
215
|
}
|
|
227
216
|
div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-horizontal-borders_vj6p7_1ws36_186 > *:not(#\9) {
|
|
228
|
-
border-bottom: 2px solid #e9ebed;
|
|
229
217
|
border-bottom: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
230
218
|
}
|
|
231
219
|
div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-horizontal-borders_vj6p7_1ws36_186 > *:not(#\9):last-child {
|
|
@@ -305,14 +293,10 @@ div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-
|
|
|
305
293
|
widows: 2;
|
|
306
294
|
word-spacing: normal;
|
|
307
295
|
box-sizing: border-box;
|
|
308
|
-
font-size: 14px;
|
|
309
296
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
310
|
-
line-height: 22px;
|
|
311
297
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
312
|
-
color: #000716;
|
|
313
298
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
314
299
|
font-weight: 400;
|
|
315
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
316
300
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
317
301
|
min-width: 0;
|
|
318
302
|
-ms-word-break: break-all;
|
|
@@ -322,31 +306,22 @@ div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-
|
|
|
322
306
|
|
|
323
307
|
.awsui_tile-container_vj6p7_1ws36_255:not(#\9) {
|
|
324
308
|
box-sizing: border-box;
|
|
325
|
-
border: 2px solid #9ba7b6;
|
|
326
309
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-input-default-dtyu8d, #9ba7b6);
|
|
327
|
-
border-radius: 8px;
|
|
328
310
|
border-radius: var(--border-radius-tiles-kl8mtb, 8px);
|
|
329
|
-
padding: 8px 16px;
|
|
330
311
|
padding: var(--space-xs-rsr2qu, 8px) var(--space-scaled-m-pv0fmt, 16px);
|
|
331
312
|
display: flex;
|
|
332
313
|
flex-direction: column;
|
|
333
|
-
transition: border-color 90ms linear, background-color 90ms linear;
|
|
334
314
|
transition: border-color var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear), background-color var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
335
315
|
}
|
|
336
316
|
.awsui_tile-container_vj6p7_1ws36_255.awsui_has-metadata_vj6p7_1ws36_264:not(#\9) {
|
|
337
|
-
padding-bottom: 12px;
|
|
338
317
|
padding-bottom: var(--space-s-hv8c1d, 12px);
|
|
339
318
|
}
|
|
340
319
|
.awsui_tile-container_vj6p7_1ws36_255.awsui_selected_vj6p7_1ws36_267:not(#\9) {
|
|
341
|
-
border: 2px solid #0972d3;
|
|
342
320
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-item-selected-ppkssz, #0972d3);
|
|
343
|
-
background: #f2f8fd;
|
|
344
321
|
background: var(--color-background-item-selected-ebt4bi, #f2f8fd);
|
|
345
322
|
}
|
|
346
323
|
.awsui_tile-container_vj6p7_1ws36_255.awsui_disabled_vj6p7_1ws36_271:not(#\9) {
|
|
347
|
-
border: 2px solid #e9ebed;
|
|
348
324
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-tiles-disabled-dp4h7y, #e9ebed);
|
|
349
|
-
background: #e9ebed;
|
|
350
325
|
background: var(--color-background-tiles-disabled-byt5lx, #e9ebed);
|
|
351
326
|
}
|
|
352
327
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -363,109 +338,79 @@ div.awsui_column-layout_vj6p7_1ws36_93 > .awsui_grid_vj6p7_1ws36_104.awsui_grid-
|
|
|
363
338
|
.awsui_columns_vj6p7_1ws36_286:not(#\9) {
|
|
364
339
|
display: flex;
|
|
365
340
|
flex-wrap: wrap;
|
|
366
|
-
margin: calc(20px / -2);
|
|
367
341
|
margin: calc(var(--space-grid-gutter-0subky, 20px) / -2);
|
|
368
342
|
}
|
|
369
343
|
.awsui_columns_vj6p7_1ws36_286.awsui_column-1_vj6p7_1ws36_291 > .awsui_tile-container_vj6p7_1ws36_255:not(#\9) {
|
|
370
|
-
margin: calc(20px / 2);
|
|
371
344
|
margin: calc(var(--space-grid-gutter-0subky, 20px) / 2);
|
|
372
345
|
box-sizing: border-box;
|
|
373
346
|
flex: 0 0;
|
|
374
|
-
flex-basis: calc(100% - 20px);
|
|
375
347
|
flex-basis: calc(100% - var(--space-grid-gutter-0subky, 20px));
|
|
376
|
-
max-width: calc(100% - 20px);
|
|
377
348
|
max-width: calc(100% - var(--space-grid-gutter-0subky, 20px));
|
|
378
349
|
}
|
|
379
350
|
.awsui_columns_vj6p7_1ws36_286.awsui_column-1_vj6p7_1ws36_291 > .awsui_tile-container_vj6p7_1ws36_255.awsui_breakpoint-xs_vj6p7_1ws36_298:not(#\9) {
|
|
380
351
|
flex: 0 0;
|
|
381
|
-
flex-basis: calc(100% - 20px);
|
|
382
352
|
flex-basis: calc(100% - var(--space-grid-gutter-0subky, 20px));
|
|
383
|
-
max-width: calc(100% - 20px);
|
|
384
353
|
max-width: calc(100% - var(--space-grid-gutter-0subky, 20px));
|
|
385
354
|
}
|
|
386
355
|
.awsui_columns_vj6p7_1ws36_286.awsui_column-1_vj6p7_1ws36_291 > .awsui_tile-container_vj6p7_1ws36_255.awsui_breakpoint-xxs_vj6p7_1ws36_303:not(#\9) {
|
|
387
356
|
flex: 0 0;
|
|
388
|
-
flex-basis: calc(100% - 20px);
|
|
389
357
|
flex-basis: calc(100% - var(--space-grid-gutter-0subky, 20px));
|
|
390
|
-
max-width: calc(100% - 20px);
|
|
391
358
|
max-width: calc(100% - var(--space-grid-gutter-0subky, 20px));
|
|
392
359
|
}
|
|
393
360
|
.awsui_columns_vj6p7_1ws36_286.awsui_column-2_vj6p7_1ws36_308 > .awsui_tile-container_vj6p7_1ws36_255:not(#\9) {
|
|
394
|
-
margin: calc(20px / 2);
|
|
395
361
|
margin: calc(var(--space-grid-gutter-0subky, 20px) / 2);
|
|
396
362
|
box-sizing: border-box;
|
|
397
363
|
flex: 0 0;
|
|
398
|
-
flex-basis: calc(100% - 20px);
|
|
399
364
|
flex-basis: calc(100% - var(--space-grid-gutter-0subky, 20px));
|
|
400
|
-
max-width: calc(100% - 20px);
|
|
401
365
|
max-width: calc(100% - var(--space-grid-gutter-0subky, 20px));
|
|
402
366
|
}
|
|
403
367
|
.awsui_columns_vj6p7_1ws36_286.awsui_column-2_vj6p7_1ws36_308 > .awsui_tile-container_vj6p7_1ws36_255.awsui_breakpoint-xs_vj6p7_1ws36_298:not(#\9) {
|
|
404
368
|
flex: 0 0;
|
|
405
|
-
flex-basis: calc(50% - 20px);
|
|
406
369
|
flex-basis: calc(50% - var(--space-grid-gutter-0subky, 20px));
|
|
407
|
-
max-width: calc(50% - 20px);
|
|
408
370
|
max-width: calc(50% - var(--space-grid-gutter-0subky, 20px));
|
|
409
371
|
}
|
|
410
372
|
.awsui_columns_vj6p7_1ws36_286.awsui_column-2_vj6p7_1ws36_308 > .awsui_tile-container_vj6p7_1ws36_255.awsui_breakpoint-xxs_vj6p7_1ws36_303:not(#\9) {
|
|
411
373
|
flex: 0 0;
|
|
412
|
-
flex-basis: calc(50% - 20px);
|
|
413
374
|
flex-basis: calc(50% - var(--space-grid-gutter-0subky, 20px));
|
|
414
|
-
max-width: calc(50% - 20px);
|
|
415
375
|
max-width: calc(50% - var(--space-grid-gutter-0subky, 20px));
|
|
416
376
|
}
|
|
417
377
|
.awsui_columns_vj6p7_1ws36_286.awsui_column-3_vj6p7_1ws36_325 > .awsui_tile-container_vj6p7_1ws36_255:not(#\9) {
|
|
418
|
-
margin: calc(20px / 2);
|
|
419
378
|
margin: calc(var(--space-grid-gutter-0subky, 20px) / 2);
|
|
420
379
|
box-sizing: border-box;
|
|
421
380
|
flex: 0 0;
|
|
422
|
-
flex-basis: calc(100% - 20px);
|
|
423
381
|
flex-basis: calc(100% - var(--space-grid-gutter-0subky, 20px));
|
|
424
|
-
max-width: calc(100% - 20px);
|
|
425
382
|
max-width: calc(100% - var(--space-grid-gutter-0subky, 20px));
|
|
426
383
|
}
|
|
427
384
|
.awsui_columns_vj6p7_1ws36_286.awsui_column-3_vj6p7_1ws36_325 > .awsui_tile-container_vj6p7_1ws36_255.awsui_breakpoint-xs_vj6p7_1ws36_298:not(#\9) {
|
|
428
385
|
flex: 0 0;
|
|
429
|
-
flex-basis: calc(33.3333333333% - 20px);
|
|
430
386
|
flex-basis: calc(33.3333333333% - var(--space-grid-gutter-0subky, 20px));
|
|
431
|
-
max-width: calc(33.3333333333% - 20px);
|
|
432
387
|
max-width: calc(33.3333333333% - var(--space-grid-gutter-0subky, 20px));
|
|
433
388
|
}
|
|
434
389
|
.awsui_columns_vj6p7_1ws36_286.awsui_column-3_vj6p7_1ws36_325 > .awsui_tile-container_vj6p7_1ws36_255.awsui_breakpoint-xxs_vj6p7_1ws36_303:not(#\9) {
|
|
435
390
|
flex: 0 0;
|
|
436
|
-
flex-basis: calc(50% - 20px);
|
|
437
391
|
flex-basis: calc(50% - var(--space-grid-gutter-0subky, 20px));
|
|
438
|
-
max-width: calc(50% - 20px);
|
|
439
392
|
max-width: calc(50% - var(--space-grid-gutter-0subky, 20px));
|
|
440
393
|
}
|
|
441
394
|
.awsui_columns_vj6p7_1ws36_286.awsui_column-4_vj6p7_1ws36_342 > .awsui_tile-container_vj6p7_1ws36_255:not(#\9) {
|
|
442
|
-
margin: calc(20px / 2);
|
|
443
395
|
margin: calc(var(--space-grid-gutter-0subky, 20px) / 2);
|
|
444
396
|
box-sizing: border-box;
|
|
445
397
|
flex: 0 0;
|
|
446
|
-
flex-basis: calc(100% - 20px);
|
|
447
398
|
flex-basis: calc(100% - var(--space-grid-gutter-0subky, 20px));
|
|
448
|
-
max-width: calc(100% - 20px);
|
|
449
399
|
max-width: calc(100% - var(--space-grid-gutter-0subky, 20px));
|
|
450
400
|
}
|
|
451
401
|
.awsui_columns_vj6p7_1ws36_286.awsui_column-4_vj6p7_1ws36_342 > .awsui_tile-container_vj6p7_1ws36_255.awsui_breakpoint-xs_vj6p7_1ws36_298:not(#\9) {
|
|
452
402
|
flex: 0 0;
|
|
453
|
-
flex-basis: calc(25% - 20px);
|
|
454
403
|
flex-basis: calc(25% - var(--space-grid-gutter-0subky, 20px));
|
|
455
|
-
max-width: calc(25% - 20px);
|
|
456
404
|
max-width: calc(25% - var(--space-grid-gutter-0subky, 20px));
|
|
457
405
|
}
|
|
458
406
|
.awsui_columns_vj6p7_1ws36_286.awsui_column-4_vj6p7_1ws36_342 > .awsui_tile-container_vj6p7_1ws36_255.awsui_breakpoint-xxs_vj6p7_1ws36_303:not(#\9) {
|
|
459
407
|
flex: 0 0;
|
|
460
|
-
flex-basis: calc(50% - 20px);
|
|
461
408
|
flex-basis: calc(50% - var(--space-grid-gutter-0subky, 20px));
|
|
462
|
-
max-width: calc(50% - 20px);
|
|
463
409
|
max-width: calc(50% - var(--space-grid-gutter-0subky, 20px));
|
|
464
410
|
}
|
|
465
411
|
|
|
466
412
|
.awsui_control_vj6p7_1ws36_360:not(#\9) {
|
|
467
413
|
flex-grow: 1;
|
|
468
|
-
margin-bottom: 12px;
|
|
469
414
|
margin-bottom: var(--space-s-hv8c1d, 12px);
|
|
470
415
|
}
|
|
471
416
|
.awsui_control_vj6p7_1ws36_360.awsui_no-image_vj6p7_1ws36_364:not(#\9) {
|
package/toggle/styles.scoped.css
CHANGED
|
@@ -120,14 +120,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
120
120
|
widows: 2;
|
|
121
121
|
word-spacing: normal;
|
|
122
122
|
box-sizing: border-box;
|
|
123
|
-
font-size: 14px;
|
|
124
123
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
125
|
-
line-height: 22px;
|
|
126
124
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
127
|
-
color: #000716;
|
|
128
125
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
129
126
|
font-weight: 400;
|
|
130
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
131
127
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
132
128
|
display: flex;
|
|
133
129
|
}
|
|
@@ -150,54 +146,44 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
146
|
top: calc(-1 * 2px);
|
|
151
147
|
width: calc(100% + 2 * 2px);
|
|
152
148
|
height: calc(100% + 2 * 2px);
|
|
153
|
-
border-radius: 4px;
|
|
154
149
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
155
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
156
150
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
157
151
|
}
|
|
158
152
|
|
|
159
153
|
.awsui_toggle-control_4yi2u_1dkvh_127:not(#\9) {
|
|
160
|
-
margin-top: calc((22px - 16px) / 2);
|
|
161
154
|
margin-top: calc((var(--font-body-m-line-height-i7xxvv, 22px) - 16px) / 2);
|
|
162
155
|
min-height: 16px;
|
|
163
156
|
min-width: 24px;
|
|
164
157
|
height: 16px;
|
|
165
158
|
width: 24px;
|
|
166
|
-
background: #414d5c;
|
|
167
159
|
background: var(--color-background-toggle-default-w4ftus, #414d5c);
|
|
168
160
|
border-radius: 8px;
|
|
169
161
|
}
|
|
170
162
|
.awsui_toggle-control-checked_4yi2u_1dkvh_136:not(#\9) {
|
|
171
|
-
background: #0972d3;
|
|
172
163
|
background: var(--color-background-control-checked-9admlu, #0972d3);
|
|
173
164
|
}
|
|
174
165
|
.awsui_toggle-control-disabled_4yi2u_1dkvh_139:not(#\9) {
|
|
175
|
-
background: #d1d5db;
|
|
176
166
|
background: var(--color-background-control-disabled-zplipy, #d1d5db);
|
|
177
167
|
}
|
|
178
168
|
.awsui_toggle-control-disabled_4yi2u_1dkvh_139.awsui_toggle-control-checked_4yi2u_1dkvh_136:not(#\9) {
|
|
179
|
-
background: #b5d6f4;
|
|
180
169
|
background: var(--color-background-toggle-checked-disabled-07lf06, #b5d6f4);
|
|
181
170
|
}
|
|
182
171
|
|
|
183
172
|
.awsui_toggle-handle_4yi2u_1dkvh_146:not(#\9) {
|
|
184
173
|
position: absolute;
|
|
185
174
|
border-radius: 6px;
|
|
186
|
-
background: #ffffff;
|
|
187
175
|
background: var(--color-foreground-control-default-7ajdem, #ffffff);
|
|
188
176
|
box-shadow: 1px 1px rgba(0, 0, 0, 0.25);
|
|
189
177
|
width: 12px;
|
|
190
178
|
height: 12px;
|
|
191
179
|
top: 2px;
|
|
192
180
|
left: 2px;
|
|
193
|
-
transition: transform 90ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 90ms cubic-bezier(0.165, 0.84, 0.44, 1);
|
|
194
181
|
transition: transform var(--motion-duration-fast-nk2ap0, 90ms) var(--motion-easing-ease-out-quart-z687ml, cubic-bezier(0.165, 0.84, 0.44, 1)), background-color var(--motion-duration-fast-nk2ap0, 90ms) var(--motion-easing-ease-out-quart-z687ml, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
195
182
|
}
|
|
196
183
|
.awsui_toggle-handle-checked_4yi2u_1dkvh_157:not(#\9) {
|
|
197
184
|
transform: translateX(8px);
|
|
198
185
|
}
|
|
199
186
|
.awsui_toggle-handle-disabled_4yi2u_1dkvh_160:not(#\9) {
|
|
200
|
-
background: #ffffff;
|
|
201
187
|
background: var(--color-foreground-control-disabled-v6a97u, #ffffff);
|
|
202
188
|
box-shadow: none;
|
|
203
189
|
}
|