@cloudscape-design/components-themeable 3.0.155 → 3.0.157
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/box/text.scss +10 -1
- package/lib/internal/scss/button/styles.scss +2 -2
- package/lib/internal/scss/expandable-section/styles.scss +1 -0
- package/lib/internal/scss/header/styles.scss +17 -7
- package/lib/internal/scss/internal/components/menu-dropdown/styles.scss +1 -1
- package/lib/internal/scss/internal/styles/links.scss +1 -0
- package/lib/internal/scss/internal/styles/typography/mixins.scss +17 -0
- package/lib/internal/scss/link/styles.scss +4 -0
- package/lib/internal/scss/pagination/styles.scss +1 -0
- package/lib/internal/scss/pie-chart/styles.scss +1 -1
- package/lib/internal/scss/progress-bar/styles.scss +1 -1
- package/lib/internal/scss/segmented-control/segment.scss +2 -2
- package/lib/internal/scss/side-navigation/styles.scss +1 -0
- package/lib/internal/scss/table/header-cell/styles.scss +1 -0
- package/lib/internal/scss/tabs/tab-header-bar.scss +1 -0
- package/lib/internal/scss/top-navigation/styles.scss +1 -1
- package/lib/internal/template/box/styles.css.js +189 -189
- package/lib/internal/template/box/styles.scoped.css +239 -233
- package/lib/internal/template/box/styles.selectors.js +189 -189
- package/lib/internal/template/button/styles.css.js +18 -18
- package/lib/internal/template/button/styles.scoped.css +140 -138
- package/lib/internal/template/button/styles.selectors.js +18 -18
- package/lib/internal/template/cards/styles.css.js +37 -37
- package/lib/internal/template/cards/styles.scoped.css +46 -44
- package/lib/internal/template/cards/styles.selectors.js +37 -37
- package/lib/internal/template/expandable-section/styles.css.js +21 -21
- package/lib/internal/template/expandable-section/styles.scoped.css +44 -42
- package/lib/internal/template/expandable-section/styles.selectors.js +21 -21
- package/lib/internal/template/header/internal.d.ts.map +1 -1
- package/lib/internal/template/header/internal.js +1 -1
- package/lib/internal/template/header/internal.js.map +1 -1
- package/lib/internal/template/header/styles.css.js +44 -40
- package/lib/internal/template/header/styles.scoped.css +74 -52
- package/lib/internal/template/header/styles.selectors.js +44 -40
- package/lib/internal/template/help-panel/styles.css.js +4 -4
- package/lib/internal/template/help-panel/styles.scoped.css +72 -58
- package/lib/internal/template/help-panel/styles.selectors.js +4 -4
- package/lib/internal/template/internal/base-component/styles.scoped.css +4 -0
- package/lib/internal/template/internal/components/button-trigger/index.d.ts +1 -0
- package/lib/internal/template/internal/components/button-trigger/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/button-trigger/index.js +2 -2
- package/lib/internal/template/internal/components/button-trigger/index.js.map +1 -1
- package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
- package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +16 -14
- package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +6 -0
- package/lib/internal/template/internal/generated/theming/index.js +6 -0
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +75 -71
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/multiselect/interfaces.d.ts +4 -0
- package/lib/internal/template/multiselect/interfaces.d.ts.map +1 -1
- package/lib/internal/template/multiselect/interfaces.js.map +1 -1
- package/lib/internal/template/multiselect/internal.d.ts.map +1 -1
- package/lib/internal/template/multiselect/internal.js +2 -2
- package/lib/internal/template/multiselect/internal.js.map +1 -1
- package/lib/internal/template/pagination/styles.css.js +9 -9
- package/lib/internal/template/pagination/styles.scoped.css +25 -23
- package/lib/internal/template/pagination/styles.selectors.js +9 -9
- package/lib/internal/template/pie-chart/styles.css.js +27 -27
- package/lib/internal/template/pie-chart/styles.scoped.css +45 -43
- package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
- package/lib/internal/template/popover/styles.css.js +50 -50
- package/lib/internal/template/popover/styles.scoped.css +67 -63
- package/lib/internal/template/popover/styles.selectors.js +50 -50
- package/lib/internal/template/progress-bar/styles.css.js +18 -18
- package/lib/internal/template/progress-bar/styles.scoped.css +34 -32
- package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
- package/lib/internal/template/segmented-control/styles.css.js +14 -14
- package/lib/internal/template/segmented-control/styles.scoped.css +37 -35
- package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
- package/lib/internal/template/select/interfaces.d.ts +4 -0
- package/lib/internal/template/select/interfaces.d.ts.map +1 -1
- package/lib/internal/template/select/interfaces.js.map +1 -1
- package/lib/internal/template/select/internal.d.ts +1 -1
- package/lib/internal/template/select/internal.d.ts.map +1 -1
- package/lib/internal/template/select/internal.js +2 -2
- package/lib/internal/template/select/internal.js.map +1 -1
- package/lib/internal/template/select/utils/use-select.d.ts +2 -1
- package/lib/internal/template/select/utils/use-select.d.ts.map +1 -1
- package/lib/internal/template/select/utils/use-select.js +4 -2
- package/lib/internal/template/select/utils/use-select.js.map +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +22 -22
- package/lib/internal/template/side-navigation/styles.scoped.css +36 -32
- package/lib/internal/template/side-navigation/styles.selectors.js +22 -22
- package/lib/internal/template/split-panel/styles.css.js +59 -59
- package/lib/internal/template/split-panel/styles.scoped.css +83 -81
- package/lib/internal/template/split-panel/styles.selectors.js +59 -59
- package/lib/internal/template/table/header-cell/styles.css.js +18 -18
- package/lib/internal/template/table/header-cell/styles.scoped.css +32 -30
- package/lib/internal/template/table/header-cell/styles.selectors.js +18 -18
- package/lib/internal/template/tabs/styles.css.js +21 -21
- package/lib/internal/template/tabs/styles.scoped.css +40 -38
- package/lib/internal/template/tabs/styles.selectors.js +21 -21
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +12 -10
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +70 -60
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
- package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +44 -42
- package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
- package/lib/internal/template/top-navigation/styles.css.js +47 -47
- package/lib/internal/template/top-navigation/styles.scoped.css +72 -66
- package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
- package/package.json +1 -1
|
@@ -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_2qdw9_pnfsr_93:not(#\9) {
|
|
94
94
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
95
95
|
border-collapse: separate;
|
|
96
96
|
border-spacing: 0;
|
|
@@ -131,167 +131,189 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
131
131
|
flex-wrap: wrap;
|
|
132
132
|
justify-content: space-between;
|
|
133
133
|
}
|
|
134
|
-
.awsui_root-no-
|
|
134
|
+
.awsui_root-no-actions_2qdw9_pnfsr_108.awsui_root-variant-h1_2qdw9_pnfsr_108:not(#\9) {
|
|
135
135
|
padding-bottom: 0;
|
|
136
136
|
}
|
|
137
|
-
.awsui_root-no-
|
|
137
|
+
.awsui_root-no-actions_2qdw9_pnfsr_108.awsui_root-variant-h1-refresh_2qdw9_pnfsr_111:not(#\9) {
|
|
138
138
|
padding-bottom: var(--space-xxxs-k2w98v, 2px);
|
|
139
139
|
}
|
|
140
|
-
.awsui_root-no-
|
|
140
|
+
.awsui_root-no-actions_2qdw9_pnfsr_108.awsui_root-variant-h2_2qdw9_pnfsr_114:not(#\9), .awsui_root-has-description_2qdw9_pnfsr_114.awsui_root-variant-h2_2qdw9_pnfsr_114:not(#\9) {
|
|
141
141
|
padding-bottom: var(--space-scaled-xxs-95dhkm, 4px);
|
|
142
142
|
}
|
|
143
|
-
.awsui_root-no-
|
|
143
|
+
.awsui_root-no-actions_2qdw9_pnfsr_108.awsui_root-variant-h2-refresh_2qdw9_pnfsr_117:not(#\9), .awsui_root-has-description_2qdw9_pnfsr_114.awsui_root-variant-h2-refresh_2qdw9_pnfsr_117:not(#\9) {
|
|
144
144
|
padding-bottom: var(--space-xxxs-k2w98v, 2px);
|
|
145
145
|
}
|
|
146
|
-
.awsui_root-no-
|
|
146
|
+
.awsui_root-no-actions_2qdw9_pnfsr_108.awsui_root-variant-h3_2qdw9_pnfsr_120:not(#\9), .awsui_root-has-description_2qdw9_pnfsr_114.awsui_root-variant-h3_2qdw9_pnfsr_120:not(#\9) {
|
|
147
147
|
padding-bottom: var(--space-scaled-xxs-95dhkm, 4px);
|
|
148
148
|
}
|
|
149
|
-
.awsui_root-no-
|
|
149
|
+
.awsui_root-no-actions_2qdw9_pnfsr_108.awsui_root-variant-h3-refresh_2qdw9_pnfsr_123:not(#\9), .awsui_root-has-description_2qdw9_pnfsr_114.awsui_root-variant-h3-refresh_2qdw9_pnfsr_123:not(#\9) {
|
|
150
150
|
padding-bottom: 0;
|
|
151
151
|
}
|
|
152
|
-
.awsui_root-no-
|
|
152
|
+
.awsui_root-no-wrap_2qdw9_pnfsr_126:not(#\9) {
|
|
153
153
|
flex-wrap: nowrap;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
.
|
|
156
|
+
.awsui_main_2qdw9_pnfsr_130:not(#\9) {
|
|
157
157
|
word-wrap: break-word;
|
|
158
158
|
max-width: 100%;
|
|
159
159
|
overflow: hidden;
|
|
160
160
|
}
|
|
161
|
-
:not(#\9):not(.awsui_root-no-
|
|
161
|
+
:not(#\9):not(.awsui_root-no-actions_2qdw9_pnfsr_108) > .awsui_main_2qdw9_pnfsr_130 {
|
|
162
162
|
margin-right: var(--space-xs-rsr2qu, 8px);
|
|
163
163
|
}
|
|
164
|
-
.awsui_main-variant-
|
|
164
|
+
.awsui_main-variant-h1_2qdw9_pnfsr_138:not(#\9) {
|
|
165
165
|
padding: var(--space-scaled-2x-xxs-t5qzmf, 4px) 0;
|
|
166
166
|
}
|
|
167
|
-
.awsui_main-variant-h1-
|
|
167
|
+
.awsui_main-variant-h1-refresh_2qdw9_pnfsr_141:not(#\9) {
|
|
168
168
|
padding: var(--space-xxs-ynfts5, 4px) 0;
|
|
169
169
|
}
|
|
170
|
-
:not(#\9):not(.awsui_root-no-
|
|
170
|
+
:not(#\9):not(.awsui_root-no-actions_2qdw9_pnfsr_108) > .awsui_main-variant-h1-refresh_2qdw9_pnfsr_141 {
|
|
171
171
|
padding-top: var(--space-scaled-xxxs-b6dm8t, 2px);
|
|
172
172
|
}
|
|
173
|
-
.awsui_main-variant-
|
|
173
|
+
.awsui_main-variant-h2_2qdw9_pnfsr_147:not(#\9), .awsui_main-variant-h3_2qdw9_pnfsr_147:not(#\9) {
|
|
174
174
|
padding-top: var(--space-scaled-xxs-95dhkm, 4px);
|
|
175
175
|
}
|
|
176
|
-
:not(#\9):not(.awsui_root-has-
|
|
176
|
+
:not(#\9):not(.awsui_root-has-description_2qdw9_pnfsr_114) > .awsui_main-variant-h2_2qdw9_pnfsr_147, :not(#\9):not(.awsui_root-has-description_2qdw9_pnfsr_114) > .awsui_main-variant-h3_2qdw9_pnfsr_147 {
|
|
177
177
|
padding-bottom: var(--space-xxxs-k2w98v, 2px);
|
|
178
178
|
}
|
|
179
|
-
.awsui_main-variant-h2-
|
|
179
|
+
.awsui_main-variant-h2-refresh_2qdw9_pnfsr_153:not(#\9) {
|
|
180
180
|
padding-top: 0;
|
|
181
181
|
}
|
|
182
|
-
:not(#\9):not(.awsui_root-has-
|
|
182
|
+
:not(#\9):not(.awsui_root-has-description_2qdw9_pnfsr_114) > .awsui_main-variant-h2-refresh_2qdw9_pnfsr_153 {
|
|
183
183
|
padding-bottom: 0;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.
|
|
186
|
+
.awsui_actions_2qdw9_pnfsr_160:not(#\9) {
|
|
187
187
|
display: flex;
|
|
188
188
|
align-items: flex-start;
|
|
189
189
|
}
|
|
190
|
-
.awsui_actions-variant-
|
|
190
|
+
.awsui_actions-variant-h1_2qdw9_pnfsr_164:not(#\9) {
|
|
191
191
|
padding: var(--space-scaled-xs-6859qs, 8px) 0;
|
|
192
192
|
}
|
|
193
|
-
.awsui_actions-variant-h1-
|
|
193
|
+
.awsui_actions-variant-h1-refresh_2qdw9_pnfsr_167:not(#\9) {
|
|
194
194
|
padding: var(--space-xs-rsr2qu, 8px) 0;
|
|
195
195
|
}
|
|
196
|
-
.awsui_actions-variant-
|
|
196
|
+
.awsui_actions-variant-h2_2qdw9_pnfsr_170:not(#\9), .awsui_actions-variant-h3_2qdw9_pnfsr_170:not(#\9) {
|
|
197
197
|
padding: var(--space-scaled-xxs-95dhkm, 4px) 0;
|
|
198
198
|
}
|
|
199
|
-
.awsui_root-has-
|
|
199
|
+
.awsui_root-has-description_2qdw9_pnfsr_114 > .awsui_actions-variant-h2_2qdw9_pnfsr_170:not(#\9), .awsui_root-has-description_2qdw9_pnfsr_114 > .awsui_actions-variant-h3_2qdw9_pnfsr_170:not(#\9) {
|
|
200
200
|
padding-bottom: 0;
|
|
201
201
|
}
|
|
202
|
-
.awsui_actions-variant-h2-
|
|
202
|
+
.awsui_actions-variant-h2-refresh_2qdw9_pnfsr_176:not(#\9) {
|
|
203
203
|
padding-bottom: var(--space-xxxs-k2w98v, 2px);
|
|
204
204
|
}
|
|
205
|
-
.awsui_actions-variant-h3-
|
|
205
|
+
.awsui_actions-variant-h3-refresh_2qdw9_pnfsr_179:not(#\9) {
|
|
206
206
|
padding-bottom: 0;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
.
|
|
209
|
+
.awsui_title_2qdw9_pnfsr_183:not(#\9) {
|
|
210
210
|
min-width: 0;
|
|
211
211
|
-ms-word-break: break-all;
|
|
212
212
|
word-break: break-word;
|
|
213
213
|
color: var(--color-text-heading-default-bjds33, #16191f);
|
|
214
214
|
}
|
|
215
|
-
.awsui_title-variant-
|
|
215
|
+
.awsui_title-variant-h1_2qdw9_pnfsr_189:not(#\9) {
|
|
216
|
+
font-size: var(--font-heading-xl-size-etf0gx, 28px);
|
|
217
|
+
}
|
|
218
|
+
.awsui_title-variant-h2_2qdw9_pnfsr_192:not(#\9), .awsui_title-variant-h3_2qdw9_pnfsr_192:not(#\9) {
|
|
216
219
|
padding: var(--space-scaled-xxs-95dhkm, 4px) 0;
|
|
217
220
|
}
|
|
218
|
-
.awsui_title-variant-
|
|
221
|
+
.awsui_title-variant-h2_2qdw9_pnfsr_192:not(#\9) {
|
|
219
222
|
font-size: var(--font-heading-l-size-glo9md, 18px);
|
|
220
|
-
line-height: var(--font-heading-l-line-height-oujdab, 22px);
|
|
221
|
-
letter-spacing: var(--font-heading-l-letter-spacing-tthw81, normal);
|
|
222
|
-
font-weight: var(--font-heading-l-weight-qh3c9t, 700);
|
|
223
223
|
}
|
|
224
|
-
.awsui_title-variant-h2-
|
|
224
|
+
.awsui_title-variant-h2-refresh_2qdw9_pnfsr_198:not(#\9) {
|
|
225
225
|
padding-top: var(--space-scaled-2x-xxs-t5qzmf, 4px);
|
|
226
226
|
}
|
|
227
|
-
.awsui_title-variant-
|
|
227
|
+
.awsui_title-variant-h3_2qdw9_pnfsr_192:not(#\9) {
|
|
228
228
|
font-size: var(--font-heading-m-size-f8kmgg, 18px);
|
|
229
|
-
line-height: var(--font-heading-m-line-height-wqj6lz, 22px);
|
|
230
|
-
letter-spacing: var(--font-heading-m-letter-spacing-vsl82f, normal);
|
|
231
|
-
font-weight: var(--font-heading-m-weight-0y5yq5, 400);
|
|
232
229
|
}
|
|
233
230
|
|
|
234
|
-
.
|
|
231
|
+
.awsui_info_2qdw9_pnfsr_205:not(#\9) {
|
|
235
232
|
padding-right: var(--space-s-hv8c1d, 12px);
|
|
236
233
|
}
|
|
237
234
|
|
|
238
|
-
.
|
|
235
|
+
.awsui_description_2qdw9_pnfsr_209:not(#\9) {
|
|
239
236
|
margin: 0;
|
|
240
237
|
padding: 0;
|
|
241
238
|
color: var(--color-text-heading-secondary-mvxtuw, #545b64);
|
|
242
239
|
}
|
|
243
|
-
.awsui_description-variant-
|
|
240
|
+
.awsui_description-variant-h1_2qdw9_pnfsr_214:not(#\9) {
|
|
244
241
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
245
242
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
246
243
|
padding-top: var(--space-scaled-xxs-95dhkm, 4px);
|
|
247
244
|
}
|
|
248
|
-
.awsui_description-variant-h1-
|
|
245
|
+
.awsui_description-variant-h1-refresh_2qdw9_pnfsr_219:not(#\9) {
|
|
249
246
|
padding-top: var(--space-scaled-xs-6859qs, 8px);
|
|
250
247
|
}
|
|
251
|
-
.awsui_description-variant-
|
|
248
|
+
.awsui_description-variant-h2_2qdw9_pnfsr_222:not(#\9) {
|
|
252
249
|
font-size: var(--font-header-h2-description-size-q5s3cp, 12px);
|
|
253
250
|
line-height: var(--font-header-h2-description-line-height-519y0m, 16px);
|
|
254
251
|
padding-bottom: var(--space-scaled-xxs-95dhkm, 4px);
|
|
255
252
|
}
|
|
256
|
-
.awsui_description-variant-
|
|
253
|
+
.awsui_description-variant-h3_2qdw9_pnfsr_227:not(#\9) {
|
|
257
254
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
258
255
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
259
256
|
letter-spacing: var(--font-body-s-letter-spacing-p88gax, normal);
|
|
260
257
|
padding-bottom: var(--space-scaled-xxs-95dhkm, 4px);
|
|
261
258
|
}
|
|
262
|
-
.awsui_description-variant-h3-
|
|
259
|
+
.awsui_description-variant-h3-refresh_2qdw9_pnfsr_233:not(#\9) {
|
|
263
260
|
padding-top: var(--space-xxxs-k2w98v, 2px);
|
|
264
261
|
}
|
|
265
262
|
|
|
266
|
-
.
|
|
263
|
+
.awsui_heading_2qdw9_pnfsr_237:not(#\9) {
|
|
267
264
|
margin: 0;
|
|
268
265
|
display: inline;
|
|
269
266
|
font-size: inherit;
|
|
270
267
|
margin-right: var(--space-xs-rsr2qu, 8px);
|
|
271
268
|
}
|
|
272
|
-
.
|
|
269
|
+
.awsui_heading_2qdw9_pnfsr_237:not(#\9):only-child {
|
|
273
270
|
margin: 0;
|
|
274
271
|
}
|
|
275
|
-
.awsui_heading-variant-
|
|
272
|
+
.awsui_heading-variant-h1_2qdw9_pnfsr_246:not(#\9) {
|
|
276
273
|
font-size: var(--font-heading-xl-size-etf0gx, 28px);
|
|
277
274
|
line-height: var(--font-heading-xl-line-height-qeciux, 36px);
|
|
278
275
|
letter-spacing: var(--font-heading-xl-letter-spacing-v5jzbn, normal);
|
|
279
|
-
font-weight: var(--font-heading-xl-weight-zuv5k6, 400);
|
|
280
276
|
}
|
|
281
|
-
.awsui_heading-variant-
|
|
282
|
-
font-
|
|
277
|
+
.awsui_heading-variant-h2_2qdw9_pnfsr_251:not(#\9) {
|
|
278
|
+
font-size: var(--font-heading-l-size-glo9md, 18px);
|
|
283
279
|
line-height: var(--font-heading-l-line-height-oujdab, 22px);
|
|
280
|
+
letter-spacing: var(--font-heading-l-letter-spacing-tthw81, normal);
|
|
284
281
|
}
|
|
285
|
-
.awsui_heading-variant-
|
|
286
|
-
font-
|
|
282
|
+
.awsui_heading-variant-h3_2qdw9_pnfsr_256:not(#\9) {
|
|
283
|
+
font-size: var(--font-heading-m-size-f8kmgg, 18px);
|
|
287
284
|
line-height: var(--font-heading-m-line-height-wqj6lz, 22px);
|
|
285
|
+
letter-spacing: var(--font-heading-m-letter-spacing-vsl82f, normal);
|
|
288
286
|
}
|
|
289
287
|
|
|
290
|
-
.awsui_heading-
|
|
288
|
+
.awsui_heading-text_2qdw9_pnfsr_262:not(#\9) {
|
|
291
289
|
/* used in test-utils */
|
|
292
290
|
}
|
|
291
|
+
.awsui_heading-text-variant-h1_2qdw9_pnfsr_265:not(#\9) {
|
|
292
|
+
font-size: var(--font-heading-xl-size-etf0gx, 28px);
|
|
293
|
+
line-height: var(--font-heading-xl-line-height-qeciux, 36px);
|
|
294
|
+
letter-spacing: var(--font-heading-xl-letter-spacing-v5jzbn, normal);
|
|
295
|
+
font-weight: var(--font-heading-xl-weight-zuv5k6, 400);
|
|
296
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-aglr0j, auto);
|
|
297
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
|
|
298
|
+
}
|
|
299
|
+
.awsui_heading-text-variant-h2_2qdw9_pnfsr_273:not(#\9) {
|
|
300
|
+
font-size: var(--font-heading-l-size-glo9md, 18px);
|
|
301
|
+
line-height: var(--font-heading-l-line-height-oujdab, 22px);
|
|
302
|
+
letter-spacing: var(--font-heading-l-letter-spacing-tthw81, normal);
|
|
303
|
+
font-weight: var(--font-heading-l-weight-qh3c9t, 700);
|
|
304
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-aglr0j, auto);
|
|
305
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
|
|
306
|
+
}
|
|
307
|
+
.awsui_heading-text-variant-h3_2qdw9_pnfsr_281:not(#\9) {
|
|
308
|
+
font-size: var(--font-heading-m-size-f8kmgg, 18px);
|
|
309
|
+
line-height: var(--font-heading-m-line-height-wqj6lz, 22px);
|
|
310
|
+
letter-spacing: var(--font-heading-m-letter-spacing-vsl82f, normal);
|
|
311
|
+
font-weight: var(--font-heading-m-weight-0y5yq5, 400);
|
|
312
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-aglr0j, auto);
|
|
313
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
|
|
314
|
+
}
|
|
293
315
|
|
|
294
|
-
.
|
|
316
|
+
.awsui_counter_2qdw9_pnfsr_290:not(#\9) {
|
|
295
317
|
color: var(--color-text-counter-wyou6g, #687078);
|
|
296
318
|
font-weight: 400;
|
|
297
319
|
}
|
|
@@ -2,45 +2,49 @@
|
|
|
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
|
-
"root-no-actions": "awsui_root-no-
|
|
7
|
-
"root-variant-h1": "awsui_root-variant-
|
|
8
|
-
"root-variant-h1-refresh": "awsui_root-variant-h1-
|
|
9
|
-
"root-variant-h2": "awsui_root-variant-
|
|
10
|
-
"root-has-description": "awsui_root-has-
|
|
11
|
-
"root-variant-h2-refresh": "awsui_root-variant-h2-
|
|
12
|
-
"root-variant-h3": "awsui_root-variant-
|
|
13
|
-
"root-variant-h3-refresh": "awsui_root-variant-h3-
|
|
14
|
-
"root-no-wrap": "awsui_root-no-
|
|
15
|
-
"main": "
|
|
16
|
-
"main-variant-h1": "awsui_main-variant-
|
|
17
|
-
"main-variant-h1-refresh": "awsui_main-variant-h1-
|
|
18
|
-
"main-variant-h2": "awsui_main-variant-
|
|
19
|
-
"main-variant-h3": "awsui_main-variant-
|
|
20
|
-
"main-variant-h2-refresh": "awsui_main-variant-h2-
|
|
21
|
-
"actions": "
|
|
22
|
-
"actions-variant-h1": "awsui_actions-variant-
|
|
23
|
-
"actions-variant-h1-refresh": "awsui_actions-variant-h1-
|
|
24
|
-
"actions-variant-h2": "awsui_actions-variant-
|
|
25
|
-
"actions-variant-h3": "awsui_actions-variant-
|
|
26
|
-
"actions-variant-h2-refresh": "awsui_actions-variant-h2-
|
|
27
|
-
"actions-variant-h3-refresh": "awsui_actions-variant-h3-
|
|
28
|
-
"title": "
|
|
29
|
-
"title-variant-
|
|
30
|
-
"title-variant-
|
|
31
|
-
"title-variant-
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"description
|
|
35
|
-
"description-variant-h1
|
|
36
|
-
"description-variant-
|
|
37
|
-
"description-variant-
|
|
38
|
-
"description-variant-h3
|
|
39
|
-
"
|
|
40
|
-
"heading
|
|
41
|
-
"heading-variant-
|
|
42
|
-
"heading-variant-
|
|
43
|
-
"heading-
|
|
44
|
-
"
|
|
5
|
+
"root": "awsui_root_2qdw9_pnfsr_93",
|
|
6
|
+
"root-no-actions": "awsui_root-no-actions_2qdw9_pnfsr_108",
|
|
7
|
+
"root-variant-h1": "awsui_root-variant-h1_2qdw9_pnfsr_108",
|
|
8
|
+
"root-variant-h1-refresh": "awsui_root-variant-h1-refresh_2qdw9_pnfsr_111",
|
|
9
|
+
"root-variant-h2": "awsui_root-variant-h2_2qdw9_pnfsr_114",
|
|
10
|
+
"root-has-description": "awsui_root-has-description_2qdw9_pnfsr_114",
|
|
11
|
+
"root-variant-h2-refresh": "awsui_root-variant-h2-refresh_2qdw9_pnfsr_117",
|
|
12
|
+
"root-variant-h3": "awsui_root-variant-h3_2qdw9_pnfsr_120",
|
|
13
|
+
"root-variant-h3-refresh": "awsui_root-variant-h3-refresh_2qdw9_pnfsr_123",
|
|
14
|
+
"root-no-wrap": "awsui_root-no-wrap_2qdw9_pnfsr_126",
|
|
15
|
+
"main": "awsui_main_2qdw9_pnfsr_130",
|
|
16
|
+
"main-variant-h1": "awsui_main-variant-h1_2qdw9_pnfsr_138",
|
|
17
|
+
"main-variant-h1-refresh": "awsui_main-variant-h1-refresh_2qdw9_pnfsr_141",
|
|
18
|
+
"main-variant-h2": "awsui_main-variant-h2_2qdw9_pnfsr_147",
|
|
19
|
+
"main-variant-h3": "awsui_main-variant-h3_2qdw9_pnfsr_147",
|
|
20
|
+
"main-variant-h2-refresh": "awsui_main-variant-h2-refresh_2qdw9_pnfsr_153",
|
|
21
|
+
"actions": "awsui_actions_2qdw9_pnfsr_160",
|
|
22
|
+
"actions-variant-h1": "awsui_actions-variant-h1_2qdw9_pnfsr_164",
|
|
23
|
+
"actions-variant-h1-refresh": "awsui_actions-variant-h1-refresh_2qdw9_pnfsr_167",
|
|
24
|
+
"actions-variant-h2": "awsui_actions-variant-h2_2qdw9_pnfsr_170",
|
|
25
|
+
"actions-variant-h3": "awsui_actions-variant-h3_2qdw9_pnfsr_170",
|
|
26
|
+
"actions-variant-h2-refresh": "awsui_actions-variant-h2-refresh_2qdw9_pnfsr_176",
|
|
27
|
+
"actions-variant-h3-refresh": "awsui_actions-variant-h3-refresh_2qdw9_pnfsr_179",
|
|
28
|
+
"title": "awsui_title_2qdw9_pnfsr_183",
|
|
29
|
+
"title-variant-h1": "awsui_title-variant-h1_2qdw9_pnfsr_189",
|
|
30
|
+
"title-variant-h2": "awsui_title-variant-h2_2qdw9_pnfsr_192",
|
|
31
|
+
"title-variant-h3": "awsui_title-variant-h3_2qdw9_pnfsr_192",
|
|
32
|
+
"title-variant-h2-refresh": "awsui_title-variant-h2-refresh_2qdw9_pnfsr_198",
|
|
33
|
+
"info": "awsui_info_2qdw9_pnfsr_205",
|
|
34
|
+
"description": "awsui_description_2qdw9_pnfsr_209",
|
|
35
|
+
"description-variant-h1": "awsui_description-variant-h1_2qdw9_pnfsr_214",
|
|
36
|
+
"description-variant-h1-refresh": "awsui_description-variant-h1-refresh_2qdw9_pnfsr_219",
|
|
37
|
+
"description-variant-h2": "awsui_description-variant-h2_2qdw9_pnfsr_222",
|
|
38
|
+
"description-variant-h3": "awsui_description-variant-h3_2qdw9_pnfsr_227",
|
|
39
|
+
"description-variant-h3-refresh": "awsui_description-variant-h3-refresh_2qdw9_pnfsr_233",
|
|
40
|
+
"heading": "awsui_heading_2qdw9_pnfsr_237",
|
|
41
|
+
"heading-variant-h1": "awsui_heading-variant-h1_2qdw9_pnfsr_246",
|
|
42
|
+
"heading-variant-h2": "awsui_heading-variant-h2_2qdw9_pnfsr_251",
|
|
43
|
+
"heading-variant-h3": "awsui_heading-variant-h3_2qdw9_pnfsr_256",
|
|
44
|
+
"heading-text": "awsui_heading-text_2qdw9_pnfsr_262",
|
|
45
|
+
"heading-text-variant-h1": "awsui_heading-text-variant-h1_2qdw9_pnfsr_265",
|
|
46
|
+
"heading-text-variant-h2": "awsui_heading-text-variant-h2_2qdw9_pnfsr_273",
|
|
47
|
+
"heading-text-variant-h3": "awsui_heading-text-variant-h3_2qdw9_pnfsr_281",
|
|
48
|
+
"counter": "awsui_counter_2qdw9_pnfsr_290"
|
|
45
49
|
};
|
|
46
50
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"help-panel": "awsui_help-
|
|
5
|
-
"header": "
|
|
6
|
-
"content": "
|
|
7
|
-
"footer": "
|
|
4
|
+
"help-panel": "awsui_help-panel_1d237_r63j9_94",
|
|
5
|
+
"header": "awsui_header_1d237_r63j9_268",
|
|
6
|
+
"content": "awsui_content_1d237_r63j9_298",
|
|
7
|
+
"footer": "awsui_footer_1d237_r63j9_309"
|
|
8
8
|
};
|
|
9
9
|
|
|
@@ -91,7 +91,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
93
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
94
|
-
.awsui_help-
|
|
94
|
+
.awsui_help-panel_1d237_r63j9_94:not(#\9) {
|
|
95
95
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
96
96
|
border-collapse: separate;
|
|
97
97
|
border-spacing: 0;
|
|
@@ -129,32 +129,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
129
129
|
word-wrap: break-word;
|
|
130
130
|
padding: var(--space-scaled-l-t03y3z, 20px) var(--space-panel-side-right-oktwq8, 32px) 0 var(--space-panel-side-left-o3fm3s, 32px);
|
|
131
131
|
}
|
|
132
|
-
.awsui_help-
|
|
132
|
+
.awsui_help-panel_1d237_r63j9_94 hr:not(#\9) {
|
|
133
133
|
border: none;
|
|
134
134
|
border-top: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
|
|
135
135
|
margin: var(--space-scaled-xl-w2t504, 24px) calc(-1 * var(--space-xs-rsr2qu, 8px));
|
|
136
136
|
}
|
|
137
|
-
.awsui_help-
|
|
138
|
-
.awsui_help-
|
|
137
|
+
.awsui_help-panel_1d237_r63j9_94 ol:not(#\9),
|
|
138
|
+
.awsui_help-panel_1d237_r63j9_94 ul:not(#\9) {
|
|
139
139
|
padding-left: var(--space-l-4vl6xu, 20px);
|
|
140
140
|
list-style-position: outside;
|
|
141
141
|
}
|
|
142
|
-
.awsui_help-
|
|
143
|
-
.awsui_help-
|
|
144
|
-
.awsui_help-
|
|
145
|
-
.awsui_help-
|
|
146
|
-
.awsui_help-
|
|
147
|
-
.awsui_help-
|
|
148
|
-
.awsui_help-
|
|
149
|
-
.awsui_help-
|
|
150
|
-
.awsui_help-
|
|
151
|
-
.awsui_help-
|
|
152
|
-
.awsui_help-
|
|
142
|
+
.awsui_help-panel_1d237_r63j9_94 a:not(#\9),
|
|
143
|
+
.awsui_help-panel_1d237_r63j9_94 p:not(#\9),
|
|
144
|
+
.awsui_help-panel_1d237_r63j9_94 ul:not(#\9),
|
|
145
|
+
.awsui_help-panel_1d237_r63j9_94 ol:not(#\9),
|
|
146
|
+
.awsui_help-panel_1d237_r63j9_94 li:not(#\9),
|
|
147
|
+
.awsui_help-panel_1d237_r63j9_94 h2:not(#\9),
|
|
148
|
+
.awsui_help-panel_1d237_r63j9_94 h3:not(#\9),
|
|
149
|
+
.awsui_help-panel_1d237_r63j9_94 h4:not(#\9),
|
|
150
|
+
.awsui_help-panel_1d237_r63j9_94 h5:not(#\9),
|
|
151
|
+
.awsui_help-panel_1d237_r63j9_94 pre:not(#\9),
|
|
152
|
+
.awsui_help-panel_1d237_r63j9_94 code:not(#\9) {
|
|
153
153
|
margin: var(--space-xs-rsr2qu, 8px) 0;
|
|
154
154
|
padding-top: 0;
|
|
155
155
|
padding-bottom: 0;
|
|
156
156
|
}
|
|
157
|
-
.awsui_help-
|
|
157
|
+
.awsui_help-panel_1d237_r63j9_94 code:not(#\9) {
|
|
158
158
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
159
159
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
160
160
|
letter-spacing: var(--font-body-s-letter-spacing-p88gax, normal);
|
|
@@ -164,7 +164,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
164
164
|
word-wrap: break-word;
|
|
165
165
|
white-space: pre-wrap;
|
|
166
166
|
}
|
|
167
|
-
.awsui_help-
|
|
167
|
+
.awsui_help-panel_1d237_r63j9_94 pre:not(#\9) {
|
|
168
168
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
169
169
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
170
170
|
letter-spacing: var(--font-body-s-letter-spacing-p88gax, normal);
|
|
@@ -175,70 +175,80 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
175
175
|
white-space: pre-wrap;
|
|
176
176
|
padding: var(--space-xxs-ynfts5, 4px);
|
|
177
177
|
}
|
|
178
|
-
.awsui_help-
|
|
178
|
+
.awsui_help-panel_1d237_r63j9_94 dl:not(#\9) {
|
|
179
179
|
margin: var(--space-xs-rsr2qu, 8px) 0;
|
|
180
180
|
/* stylelint-disable-next-line selector-max-universal */
|
|
181
181
|
}
|
|
182
|
-
.awsui_help-
|
|
182
|
+
.awsui_help-panel_1d237_r63j9_94 dl *:not(#\9) {
|
|
183
183
|
margin-top: 0;
|
|
184
184
|
margin-bottom: 0;
|
|
185
185
|
}
|
|
186
|
-
.awsui_help-
|
|
186
|
+
.awsui_help-panel_1d237_r63j9_94 dt:not(#\9) {
|
|
187
187
|
margin-top: var(--space-xs-rsr2qu, 8px);
|
|
188
188
|
font-weight: 700;
|
|
189
189
|
}
|
|
190
|
-
.awsui_help-
|
|
190
|
+
.awsui_help-panel_1d237_r63j9_94 dd:not(#\9) {
|
|
191
191
|
margin: 0 0 var(--space-xs-rsr2qu, 8px);
|
|
192
192
|
}
|
|
193
|
-
.awsui_help-
|
|
194
|
-
.awsui_help-
|
|
195
|
-
.awsui_help-
|
|
196
|
-
.awsui_help-
|
|
197
|
-
.awsui_help-
|
|
193
|
+
.awsui_help-panel_1d237_r63j9_94 h2:not(#\9),
|
|
194
|
+
.awsui_help-panel_1d237_r63j9_94 h3:not(#\9),
|
|
195
|
+
.awsui_help-panel_1d237_r63j9_94 h4:not(#\9),
|
|
196
|
+
.awsui_help-panel_1d237_r63j9_94 h5:not(#\9),
|
|
197
|
+
.awsui_help-panel_1d237_r63j9_94 h6:not(#\9) {
|
|
198
198
|
margin-top: var(--space-xl-a39hup, 24px);
|
|
199
199
|
color: var(--color-text-heading-default-bjds33, #16191f);
|
|
200
200
|
}
|
|
201
|
-
.awsui_help-
|
|
201
|
+
.awsui_help-panel_1d237_r63j9_94 > :not(#\9):last-child {
|
|
202
202
|
margin-bottom: var(--space-scaled-xxxl-ffokcj, 40px);
|
|
203
203
|
}
|
|
204
|
-
.awsui_help-
|
|
204
|
+
.awsui_help-panel_1d237_r63j9_94 p:not(#\9) {
|
|
205
205
|
color: inherit;
|
|
206
206
|
text-decoration: none;
|
|
207
207
|
}
|
|
208
|
-
.awsui_help-
|
|
208
|
+
.awsui_help-panel_1d237_r63j9_94 h1:not(#\9) {
|
|
209
209
|
font-size: var(--font-heading-xl-size-etf0gx, 28px);
|
|
210
210
|
line-height: var(--font-heading-xl-line-height-qeciux, 36px);
|
|
211
211
|
letter-spacing: var(--font-heading-xl-letter-spacing-v5jzbn, normal);
|
|
212
212
|
font-weight: var(--font-heading-xl-weight-zuv5k6, 400);
|
|
213
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-aglr0j, auto);
|
|
214
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
|
|
213
215
|
}
|
|
214
|
-
.awsui_help-
|
|
216
|
+
.awsui_help-panel_1d237_r63j9_94 h2:not(#\9) {
|
|
215
217
|
font-size: var(--font-heading-l-size-glo9md, 18px);
|
|
216
218
|
line-height: var(--font-heading-l-line-height-oujdab, 22px);
|
|
217
219
|
letter-spacing: var(--font-heading-l-letter-spacing-tthw81, normal);
|
|
218
220
|
font-weight: var(--font-heading-l-weight-qh3c9t, 700);
|
|
221
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-aglr0j, auto);
|
|
222
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
|
|
219
223
|
}
|
|
220
|
-
.awsui_help-
|
|
224
|
+
.awsui_help-panel_1d237_r63j9_94 h3:not(#\9) {
|
|
221
225
|
font-size: var(--font-heading-m-size-f8kmgg, 18px);
|
|
222
226
|
line-height: var(--font-heading-m-line-height-wqj6lz, 22px);
|
|
223
227
|
letter-spacing: var(--font-heading-m-letter-spacing-vsl82f, normal);
|
|
224
228
|
font-weight: var(--font-heading-m-weight-0y5yq5, 400);
|
|
229
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-aglr0j, auto);
|
|
230
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
|
|
225
231
|
}
|
|
226
|
-
.awsui_help-
|
|
232
|
+
.awsui_help-panel_1d237_r63j9_94 h4:not(#\9) {
|
|
227
233
|
font-size: var(--font-heading-s-size-9clg8y, 16px);
|
|
228
234
|
line-height: var(--font-heading-s-line-height-5b7f0q, 20px);
|
|
229
235
|
letter-spacing: var(--font-heading-s-letter-spacing-i014lh, normal);
|
|
230
236
|
font-weight: var(--font-heading-s-weight-1ygwuy, 700);
|
|
237
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-aglr0j, auto);
|
|
238
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
|
|
231
239
|
}
|
|
232
|
-
.awsui_help-
|
|
240
|
+
.awsui_help-panel_1d237_r63j9_94 h5:not(#\9) {
|
|
233
241
|
font-size: var(--font-heading-xs-size-j82aha, 16px);
|
|
234
242
|
line-height: var(--font-heading-xs-line-height-tf278d, 20px);
|
|
235
243
|
font-weight: var(--font-heading-xs-weight-5hfvig, 400);
|
|
244
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-aglr0j, auto);
|
|
245
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
|
|
236
246
|
}
|
|
237
|
-
.awsui_help-
|
|
238
|
-
.awsui_help-
|
|
247
|
+
.awsui_help-panel_1d237_r63j9_94 b:not(#\9),
|
|
248
|
+
.awsui_help-panel_1d237_r63j9_94 strong:not(#\9) {
|
|
239
249
|
font-weight: 700;
|
|
240
250
|
}
|
|
241
|
-
.awsui_help-
|
|
251
|
+
.awsui_help-panel_1d237_r63j9_94 a:not(#\9) {
|
|
242
252
|
color: var(--color-text-link-default-753y4e, #0073bb);
|
|
243
253
|
font-weight: inherit;
|
|
244
254
|
letter-spacing: normal;
|
|
@@ -251,31 +261,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
251
261
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
252
262
|
}
|
|
253
263
|
@media (prefers-reduced-motion: reduce) {
|
|
254
|
-
.awsui_help-
|
|
264
|
+
.awsui_help-panel_1d237_r63j9_94 a:not(#\9) {
|
|
255
265
|
animation: none;
|
|
256
266
|
transition: none;
|
|
257
267
|
}
|
|
258
268
|
}
|
|
259
|
-
.awsui-motion-disabled .awsui_help-
|
|
269
|
+
.awsui-motion-disabled .awsui_help-panel_1d237_r63j9_94 a:not(#\9), .awsui-mode-entering .awsui_help-panel_1d237_r63j9_94 a:not(#\9) {
|
|
260
270
|
animation: none;
|
|
261
271
|
transition: none;
|
|
262
272
|
}
|
|
263
|
-
.awsui_help-
|
|
273
|
+
.awsui_help-panel_1d237_r63j9_94 a:not(#\9):hover {
|
|
264
274
|
cursor: pointer;
|
|
265
275
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
266
276
|
}
|
|
267
|
-
.awsui_help-
|
|
277
|
+
.awsui_help-panel_1d237_r63j9_94 a:not(#\9):focus {
|
|
268
278
|
outline: none;
|
|
269
279
|
}
|
|
270
|
-
.awsui_help-
|
|
280
|
+
.awsui_help-panel_1d237_r63j9_94 a:not(#\9):active {
|
|
271
281
|
color: var(--color-text-link-hover-ok01xk, #0073bb);
|
|
272
282
|
}
|
|
273
|
-
.awsui_help-
|
|
283
|
+
.awsui_help-panel_1d237_r63j9_94 a:not(#\9):active, .awsui_help-panel_1d237_r63j9_94 a:not(#\9):focus, .awsui_help-panel_1d237_r63j9_94 a:not(#\9):hover {
|
|
274
284
|
text-decoration: underline;
|
|
275
285
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
276
286
|
text-decoration-color: currentColor;
|
|
277
287
|
}
|
|
278
|
-
.awsui_help-
|
|
288
|
+
.awsui_help-panel_1d237_r63j9_94 a:not(#\9):focus {
|
|
279
289
|
outline: thin dotted;
|
|
280
290
|
outline: var(--border-link-focus-ring-outline-67z0xv, 5px auto Highlight);
|
|
281
291
|
outline-offset: 2px;
|
|
@@ -283,10 +293,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
283
293
|
border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
|
|
284
294
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-e3dct9, 0px) var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
285
295
|
}
|
|
286
|
-
.awsui_help-
|
|
296
|
+
.awsui_help-panel_1d237_r63j9_94 .awsui_header_1d237_r63j9_268:not(#\9) {
|
|
287
297
|
font-size: var(--font-panel-header-size-s14y0f, 18px);
|
|
288
298
|
line-height: var(--font-panel-header-line-height-dwnc1y, 22px);
|
|
289
299
|
font-weight: var(--font-heading-l-weight-qh3c9t, 700);
|
|
300
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-aglr0j, auto);
|
|
301
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
|
|
290
302
|
color: var(--color-text-heading-default-bjds33, #16191f);
|
|
291
303
|
padding-bottom: var(--space-scaled-l-t03y3z, 20px);
|
|
292
304
|
padding-left: var(--space-panel-side-left-o3fm3s, 32px);
|
|
@@ -295,41 +307,43 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
295
307
|
border-bottom: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
|
|
296
308
|
margin: 0 calc(-1 * var(--space-panel-side-right-oktwq8, 32px)) var(--space-scaled-l-t03y3z, 20px) calc(-1 * var(--space-panel-side-left-o3fm3s, 32px));
|
|
297
309
|
}
|
|
298
|
-
.awsui_help-
|
|
299
|
-
.awsui_help-
|
|
300
|
-
.awsui_help-
|
|
301
|
-
.awsui_help-
|
|
302
|
-
.awsui_help-
|
|
310
|
+
.awsui_help-panel_1d237_r63j9_94 .awsui_header_1d237_r63j9_268 h2:not(#\9),
|
|
311
|
+
.awsui_help-panel_1d237_r63j9_94 .awsui_header_1d237_r63j9_268 h3:not(#\9),
|
|
312
|
+
.awsui_help-panel_1d237_r63j9_94 .awsui_header_1d237_r63j9_268 h4:not(#\9),
|
|
313
|
+
.awsui_help-panel_1d237_r63j9_94 .awsui_header_1d237_r63j9_268 h5:not(#\9),
|
|
314
|
+
.awsui_help-panel_1d237_r63j9_94 .awsui_header_1d237_r63j9_268 h6:not(#\9) {
|
|
303
315
|
font-size: var(--font-panel-header-size-s14y0f, 18px);
|
|
304
316
|
line-height: var(--font-panel-header-line-height-dwnc1y, 22px);
|
|
305
317
|
font-weight: var(--font-heading-l-weight-qh3c9t, 700);
|
|
318
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-aglr0j, auto);
|
|
319
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
|
|
306
320
|
padding-top: 0;
|
|
307
321
|
padding-bottom: 0;
|
|
308
322
|
margin-top: 0;
|
|
309
323
|
margin-bottom: 0;
|
|
310
324
|
}
|
|
311
325
|
|
|
312
|
-
.
|
|
326
|
+
.awsui_content_1d237_r63j9_298:not(#\9) {
|
|
313
327
|
color: var(--color-text-body-secondary-u912t7, #545b64);
|
|
314
328
|
}
|
|
315
|
-
.
|
|
316
|
-
.
|
|
317
|
-
.
|
|
318
|
-
.
|
|
319
|
-
.
|
|
329
|
+
.awsui_content_1d237_r63j9_298 h2:not(#\9):first-child,
|
|
330
|
+
.awsui_content_1d237_r63j9_298 h3:not(#\9):first-child,
|
|
331
|
+
.awsui_content_1d237_r63j9_298 h4:not(#\9):first-child,
|
|
332
|
+
.awsui_content_1d237_r63j9_298 h5:not(#\9):first-child,
|
|
333
|
+
.awsui_content_1d237_r63j9_298 h6:not(#\9):first-child {
|
|
320
334
|
margin-top: 0;
|
|
321
335
|
}
|
|
322
336
|
|
|
323
|
-
.
|
|
337
|
+
.awsui_footer_1d237_r63j9_309:not(#\9) {
|
|
324
338
|
color: var(--color-text-body-secondary-u912t7, #545b64);
|
|
325
339
|
border-top: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
|
|
326
340
|
margin: var(--space-scaled-xl-w2t504, 24px) calc(-1 * var(--space-xs-rsr2qu, 8px));
|
|
327
341
|
padding: 0 var(--space-s-hv8c1d, 12px);
|
|
328
342
|
}
|
|
329
|
-
.
|
|
343
|
+
.awsui_footer_1d237_r63j9_309 > :not(#\9):first-child {
|
|
330
344
|
margin-top: var(--space-scaled-xl-w2t504, 24px);
|
|
331
345
|
}
|
|
332
|
-
.
|
|
346
|
+
.awsui_footer_1d237_r63j9_309 ul:not(#\9) {
|
|
333
347
|
list-style: none;
|
|
334
348
|
padding-left: 0;
|
|
335
349
|
}
|