@cloudscape-design/components 3.0.311 → 3.0.312
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/code-editor/resizable-box/styles.css.js +3 -3
- package/code-editor/resizable-box/styles.scoped.css +10 -8
- package/code-editor/resizable-box/styles.selectors.js +3 -3
- package/code-editor/styles.css.js +32 -32
- package/code-editor/styles.scoped.css +189 -157
- package/code-editor/styles.selectors.js +32 -32
- package/container/interfaces.d.ts +50 -0
- package/container/interfaces.d.ts.map +1 -1
- package/container/interfaces.js.map +1 -1
- package/container/internal.d.ts +1 -1
- package/container/internal.d.ts.map +1 -1
- package/container/internal.js +24 -18
- package/container/internal.js.map +1 -1
- package/container/styles.css.js +28 -18
- package/container/styles.scoped.css +93 -36
- package/container/styles.selectors.js +28 -18
- package/expandable-section/expandable-section-header.d.ts +2 -1
- package/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/expandable-section/expandable-section-header.js +6 -16
- package/expandable-section/expandable-section-header.js.map +1 -1
- package/expandable-section/internal.d.ts.map +1 -1
- package/expandable-section/internal.js +3 -2
- package/expandable-section/internal.js.map +1 -1
- package/help-panel/styles.css.js +4 -4
- package/help-panel/styles.scoped.css +135 -95
- package/help-panel/styles.selectors.js +4 -4
- package/i18n/provider.d.ts.map +1 -1
- package/i18n/provider.js +2 -0
- package/i18n/provider.js.map +1 -1
- package/internal/base-component/styles.scoped.css +382 -379
- package/internal/environment.js +1 -1
- package/internal/generated/theming/index.cjs +2 -1
- package/internal/generated/theming/index.js +2 -1
- package/internal/hooks/use-visual-mode/index.d.ts.map +1 -1
- package/internal/hooks/use-visual-mode/index.js +3 -0
- package/internal/hooks/use-visual-mode/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/test-utils/dom/container/index.d.ts +1 -0
- package/test-utils/dom/container/index.js +3 -0
- package/test-utils/dom/container/index.js.map +1 -1
- package/test-utils/dom/expandable-section/index.js +1 -1
- package/test-utils/dom/expandable-section/index.js.map +1 -1
- package/test-utils/selectors/container/index.d.ts +1 -0
- package/test-utils/selectors/container/index.js +3 -0
- package/test-utils/selectors/container/index.js.map +1 -1
- package/test-utils/selectors/expandable-section/index.js +1 -1
- package/test-utils/selectors/expandable-section/index.js.map +1 -1
- package/test-utils/tsconfig.tsbuildinfo +1 -1
- package/text-content/styles.css.js +1 -1
- package/text-content/styles.scoped.css +65 -64
- package/text-content/styles.selectors.js +1 -1
|
@@ -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_text-
|
|
94
|
+
.awsui_text-content_6absk_uifas_94:not(#\9) {
|
|
95
95
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
96
96
|
border-collapse: separate;
|
|
97
97
|
border-spacing: 0;
|
|
@@ -131,26 +131,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
131
131
|
/* stylelint-disable no-descending-specificity */
|
|
132
132
|
/* stylelint-enable no-descending-specificity */
|
|
133
133
|
}
|
|
134
|
-
.awsui_text-
|
|
135
|
-
.awsui_text-
|
|
136
|
-
.awsui_text-
|
|
137
|
-
.awsui_text-
|
|
138
|
-
.awsui_text-
|
|
139
|
-
.awsui_text-
|
|
134
|
+
.awsui_text-content_6absk_uifas_94 h1:not(#\9),
|
|
135
|
+
.awsui_text-content_6absk_uifas_94 h2:not(#\9),
|
|
136
|
+
.awsui_text-content_6absk_uifas_94 h3:not(#\9),
|
|
137
|
+
.awsui_text-content_6absk_uifas_94 h4:not(#\9),
|
|
138
|
+
.awsui_text-content_6absk_uifas_94 h5:not(#\9),
|
|
139
|
+
.awsui_text-content_6absk_uifas_94 p:not(#\9) {
|
|
140
140
|
font-family: inherit;
|
|
141
141
|
font-weight: normal;
|
|
142
142
|
text-decoration: none;
|
|
143
143
|
margin: 0;
|
|
144
144
|
padding: var(--space-xxs-ja5cp8, 4px) 0;
|
|
145
145
|
}
|
|
146
|
-
.awsui_text-
|
|
147
|
-
.awsui_text-
|
|
148
|
-
.awsui_text-
|
|
149
|
-
.awsui_text-
|
|
150
|
-
.awsui_text-
|
|
146
|
+
.awsui_text-content_6absk_uifas_94 h1:not(#\9),
|
|
147
|
+
.awsui_text-content_6absk_uifas_94 h2:not(#\9),
|
|
148
|
+
.awsui_text-content_6absk_uifas_94 h3:not(#\9),
|
|
149
|
+
.awsui_text-content_6absk_uifas_94 h4:not(#\9),
|
|
150
|
+
.awsui_text-content_6absk_uifas_94 h5:not(#\9) {
|
|
151
151
|
color: var(--color-text-heading-default-18iw0k, #000716);
|
|
152
152
|
}
|
|
153
|
-
.awsui_text-
|
|
153
|
+
.awsui_text-content_6absk_uifas_94 h1:not(#\9) {
|
|
154
154
|
font-size: var(--font-heading-xl-size-qxqrag, 32px);
|
|
155
155
|
line-height: var(--font-heading-xl-line-height-4s70cu, 40px);
|
|
156
156
|
letter-spacing: var(--font-heading-xl-letter-spacing-zxoemo, -0.02em);
|
|
@@ -158,7 +158,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
158
158
|
-webkit-font-smoothing: var(--font-smoothing-webkit-fyh4as, antialiased);
|
|
159
159
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-pa2uqe, grayscale);
|
|
160
160
|
}
|
|
161
|
-
.awsui_text-
|
|
161
|
+
.awsui_text-content_6absk_uifas_94 h2:not(#\9) {
|
|
162
162
|
font-size: var(--font-heading-l-size-hcsmf8, 24px);
|
|
163
163
|
line-height: var(--font-heading-l-line-height-l1pmir, 30px);
|
|
164
164
|
letter-spacing: var(--font-heading-l-letter-spacing-usq225, -0.015em);
|
|
@@ -166,7 +166,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
166
166
|
-webkit-font-smoothing: var(--font-smoothing-webkit-fyh4as, antialiased);
|
|
167
167
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-pa2uqe, grayscale);
|
|
168
168
|
}
|
|
169
|
-
.awsui_text-
|
|
169
|
+
.awsui_text-content_6absk_uifas_94 h3:not(#\9) {
|
|
170
170
|
font-size: var(--font-heading-m-size-hbn9yp, 20px);
|
|
171
171
|
line-height: var(--font-heading-m-line-height-ozfvgp, 24px);
|
|
172
172
|
letter-spacing: var(--font-heading-m-letter-spacing-rsatez, -0.01em);
|
|
@@ -174,7 +174,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
174
174
|
-webkit-font-smoothing: var(--font-smoothing-webkit-fyh4as, antialiased);
|
|
175
175
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-pa2uqe, grayscale);
|
|
176
176
|
}
|
|
177
|
-
.awsui_text-
|
|
177
|
+
.awsui_text-content_6absk_uifas_94 h4:not(#\9) {
|
|
178
178
|
font-size: var(--font-heading-s-size-ep2ts9, 16px);
|
|
179
179
|
line-height: var(--font-heading-s-line-height-uruujc, 20px);
|
|
180
180
|
letter-spacing: var(--font-heading-s-letter-spacing-j4vcrt, -0.005em);
|
|
@@ -182,30 +182,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
182
182
|
-webkit-font-smoothing: var(--font-smoothing-webkit-fyh4as, antialiased);
|
|
183
183
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-pa2uqe, grayscale);
|
|
184
184
|
}
|
|
185
|
-
.awsui_text-
|
|
185
|
+
.awsui_text-content_6absk_uifas_94 h5:not(#\9) {
|
|
186
186
|
font-size: var(--font-heading-xs-size-2ai9la, 14px);
|
|
187
187
|
line-height: var(--font-heading-xs-line-height-yt5y4b, 18px);
|
|
188
188
|
font-weight: var(--font-heading-xs-weight-dxq16u, 800);
|
|
189
189
|
-webkit-font-smoothing: var(--font-smoothing-webkit-fyh4as, antialiased);
|
|
190
190
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-pa2uqe, grayscale);
|
|
191
191
|
}
|
|
192
|
-
.awsui_text-
|
|
193
|
-
.awsui_text-
|
|
192
|
+
.awsui_text-content_6absk_uifas_94 b:not(#\9),
|
|
193
|
+
.awsui_text-content_6absk_uifas_94 strong:not(#\9) {
|
|
194
194
|
font-weight: 700;
|
|
195
195
|
}
|
|
196
|
-
.awsui_text-
|
|
196
|
+
.awsui_text-content_6absk_uifas_94 p:not(#\9) {
|
|
197
197
|
font-size: var(--font-body-m-size-7dign1, 14px);
|
|
198
198
|
line-height: var(--font-body-m-line-height-rfgrp9, 22px);
|
|
199
199
|
color: inherit;
|
|
200
200
|
}
|
|
201
|
-
.awsui_text-
|
|
201
|
+
.awsui_text-content_6absk_uifas_94 small:not(#\9) {
|
|
202
202
|
display: inline-block;
|
|
203
203
|
font-size: var(--font-body-s-size-6jmxer, 12px);
|
|
204
204
|
line-height: var(--font-body-s-line-height-ga8tt7, 16px);
|
|
205
205
|
letter-spacing: var(--font-body-s-letter-spacing-v8bwhi, 0.005em);
|
|
206
206
|
color: var(--color-text-small-l0u24v, #5f6b7a);
|
|
207
207
|
}
|
|
208
|
-
.awsui_text-
|
|
208
|
+
.awsui_text-content_6absk_uifas_94 small a:not(#\9) {
|
|
209
209
|
font-size: inherit;
|
|
210
210
|
color: var(--color-text-link-default-gthbx2, #0972d3);
|
|
211
211
|
font-weight: var(--font-link-primary-weight-tj5hoh, "inherit");
|
|
@@ -220,79 +220,80 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
220
220
|
transition-duration: var(--motion-duration-refresh-only-medium-wkp575, 165ms);
|
|
221
221
|
}
|
|
222
222
|
@media (prefers-reduced-motion: reduce) {
|
|
223
|
-
.awsui_text-
|
|
223
|
+
.awsui_text-content_6absk_uifas_94 small a:not(#\9) {
|
|
224
224
|
animation: none;
|
|
225
225
|
transition: none;
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
|
-
.awsui-motion-disabled .awsui_text-
|
|
228
|
+
.awsui-motion-disabled .awsui_text-content_6absk_uifas_94 small a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_uifas_94 small a:not(#\9) {
|
|
229
229
|
animation: none;
|
|
230
230
|
transition: none;
|
|
231
231
|
}
|
|
232
|
-
.awsui_text-
|
|
232
|
+
.awsui_text-content_6absk_uifas_94 small a:not(#\9):hover {
|
|
233
233
|
cursor: pointer;
|
|
234
234
|
color: var(--color-text-link-hover-h1b9eu, #033160);
|
|
235
235
|
}
|
|
236
|
-
.awsui_text-
|
|
236
|
+
.awsui_text-content_6absk_uifas_94 small a:not(#\9):focus {
|
|
237
237
|
outline: none;
|
|
238
238
|
}
|
|
239
|
-
.awsui_text-
|
|
239
|
+
.awsui_text-content_6absk_uifas_94 small a:not(#\9):active {
|
|
240
240
|
color: var(--color-text-link-hover-h1b9eu, #033160);
|
|
241
241
|
}
|
|
242
|
-
.awsui_text-
|
|
242
|
+
.awsui_text-content_6absk_uifas_94 small a:not(#\9):active, .awsui_text-content_6absk_uifas_94 small a:not(#\9):focus, .awsui_text-content_6absk_uifas_94 small a:not(#\9):hover {
|
|
243
243
|
text-decoration: underline;
|
|
244
244
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
245
245
|
text-decoration-color: currentColor;
|
|
246
246
|
}
|
|
247
|
-
.awsui_text-
|
|
248
|
-
.awsui_text-
|
|
249
|
-
.awsui_text-
|
|
247
|
+
.awsui_text-content_6absk_uifas_94 code:not(#\9),
|
|
248
|
+
.awsui_text-content_6absk_uifas_94 pre:not(#\9),
|
|
249
|
+
.awsui_text-content_6absk_uifas_94 samp:not(#\9) {
|
|
250
250
|
font-family: var(--font-family-monospace-froq9j, Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace);
|
|
251
251
|
background: transparent;
|
|
252
252
|
}
|
|
253
|
-
.awsui_text-
|
|
253
|
+
.awsui_text-content_6absk_uifas_94 code:not(#\9) {
|
|
254
254
|
font-size: var(--font-body-s-size-6jmxer, 12px);
|
|
255
255
|
line-height: var(--font-body-s-line-height-ga8tt7, 16px);
|
|
256
256
|
letter-spacing: var(--font-body-s-letter-spacing-v8bwhi, 0.005em);
|
|
257
257
|
}
|
|
258
|
-
.awsui_text-
|
|
258
|
+
.awsui_text-content_6absk_uifas_94 a:not(#\9) {
|
|
259
259
|
color: var(--color-text-link-default-gthbx2, #0972d3);
|
|
260
|
-
font-weight: inherit;
|
|
261
|
-
letter-spacing:
|
|
262
|
-
text-decoration:
|
|
260
|
+
font-weight: var(--font-link-primary-weight-tj5hoh, "inherit");
|
|
261
|
+
letter-spacing: var(--font-link-primary-letter-spacing-zpfgrc, "inherit");
|
|
262
|
+
-webkit-text-decoration: var(--font-link-primary-decoration-gru46w, underline);
|
|
263
|
+
text-decoration: var(--font-link-primary-decoration-gru46w, underline);
|
|
263
264
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
264
|
-
text-decoration-color:
|
|
265
|
+
text-decoration-color: var(--color-text-link-primary-underline-tnqzzx, #0972d3);
|
|
265
266
|
transition-property: color, -webkit-text-decoration;
|
|
266
267
|
transition-property: color, text-decoration;
|
|
267
268
|
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
268
269
|
transition-duration: var(--motion-duration-refresh-only-medium-wkp575, 165ms);
|
|
269
270
|
}
|
|
270
271
|
@media (prefers-reduced-motion: reduce) {
|
|
271
|
-
.awsui_text-
|
|
272
|
+
.awsui_text-content_6absk_uifas_94 a:not(#\9) {
|
|
272
273
|
animation: none;
|
|
273
274
|
transition: none;
|
|
274
275
|
}
|
|
275
276
|
}
|
|
276
|
-
.awsui-motion-disabled .awsui_text-
|
|
277
|
+
.awsui-motion-disabled .awsui_text-content_6absk_uifas_94 a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_uifas_94 a:not(#\9) {
|
|
277
278
|
animation: none;
|
|
278
279
|
transition: none;
|
|
279
280
|
}
|
|
280
|
-
.awsui_text-
|
|
281
|
+
.awsui_text-content_6absk_uifas_94 a:not(#\9):hover {
|
|
281
282
|
cursor: pointer;
|
|
282
283
|
color: var(--color-text-link-hover-h1b9eu, #033160);
|
|
283
284
|
}
|
|
284
|
-
.awsui_text-
|
|
285
|
+
.awsui_text-content_6absk_uifas_94 a:not(#\9):focus {
|
|
285
286
|
outline: none;
|
|
286
287
|
}
|
|
287
|
-
.awsui_text-
|
|
288
|
+
.awsui_text-content_6absk_uifas_94 a:not(#\9):active {
|
|
288
289
|
color: var(--color-text-link-hover-h1b9eu, #033160);
|
|
289
290
|
}
|
|
290
|
-
.awsui_text-
|
|
291
|
+
.awsui_text-content_6absk_uifas_94 a:not(#\9):active, .awsui_text-content_6absk_uifas_94 a:not(#\9):focus, .awsui_text-content_6absk_uifas_94 a:not(#\9):hover {
|
|
291
292
|
text-decoration: underline;
|
|
292
293
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
293
294
|
text-decoration-color: currentColor;
|
|
294
295
|
}
|
|
295
|
-
.awsui_text-
|
|
296
|
+
.awsui_text-content_6absk_uifas_94 a:not(#\9):focus {
|
|
296
297
|
outline: thin dotted;
|
|
297
298
|
outline: var(--border-link-focus-ring-outline-pwlekd, 0);
|
|
298
299
|
outline-offset: 2px;
|
|
@@ -300,31 +301,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
300
301
|
border-radius: var(--border-radius-control-default-focus-ring-muizvi, 4px);
|
|
301
302
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-z7lixz, 2px) var(--color-border-item-focused-4t19h5, #0972d3);
|
|
302
303
|
}
|
|
303
|
-
.awsui_text-
|
|
304
|
-
.awsui_text-
|
|
304
|
+
.awsui_text-content_6absk_uifas_94 ul:not(#\9),
|
|
305
|
+
.awsui_text-content_6absk_uifas_94 ol:not(#\9) {
|
|
305
306
|
padding-left: var(--space-l-f4l5gr, 20px);
|
|
306
307
|
margin: var(--space-xxs-ja5cp8, 4px) 0;
|
|
307
308
|
list-style-position: outside;
|
|
308
309
|
}
|
|
309
|
-
.awsui_text-
|
|
310
|
-
.awsui_text-
|
|
311
|
-
.awsui_text-
|
|
312
|
-
.awsui_text-
|
|
313
|
-
.awsui_text-
|
|
314
|
-
.awsui_text-
|
|
315
|
-
.awsui_text-
|
|
316
|
-
.awsui_text-
|
|
317
|
-
.awsui_text-
|
|
318
|
-
.awsui_text-
|
|
319
|
-
.awsui_text-
|
|
320
|
-
.awsui_text-
|
|
321
|
-
.awsui_text-
|
|
322
|
-
.awsui_text-
|
|
310
|
+
.awsui_text-content_6absk_uifas_94 ul + ul:not(#\9),
|
|
311
|
+
.awsui_text-content_6absk_uifas_94 ul + ol:not(#\9),
|
|
312
|
+
.awsui_text-content_6absk_uifas_94 ul > li + ul:not(#\9),
|
|
313
|
+
.awsui_text-content_6absk_uifas_94 ul > li + li:not(#\9),
|
|
314
|
+
.awsui_text-content_6absk_uifas_94 ul > li + ol:not(#\9),
|
|
315
|
+
.awsui_text-content_6absk_uifas_94 ul > li > ul:not(#\9),
|
|
316
|
+
.awsui_text-content_6absk_uifas_94 ul > li > ol:not(#\9),
|
|
317
|
+
.awsui_text-content_6absk_uifas_94 ol + ul:not(#\9),
|
|
318
|
+
.awsui_text-content_6absk_uifas_94 ol + ol:not(#\9),
|
|
319
|
+
.awsui_text-content_6absk_uifas_94 ol > li + ul:not(#\9),
|
|
320
|
+
.awsui_text-content_6absk_uifas_94 ol > li + li:not(#\9),
|
|
321
|
+
.awsui_text-content_6absk_uifas_94 ol > li + ol:not(#\9),
|
|
322
|
+
.awsui_text-content_6absk_uifas_94 ol > li > ul:not(#\9),
|
|
323
|
+
.awsui_text-content_6absk_uifas_94 ol > li > ol:not(#\9) {
|
|
323
324
|
padding-top: var(--space-xxs-ja5cp8, 4px);
|
|
324
325
|
}
|
|
325
|
-
.awsui_text-
|
|
326
|
-
.awsui_text-
|
|
327
|
-
.awsui_text-
|
|
328
|
-
.awsui_text-
|
|
326
|
+
.awsui_text-content_6absk_uifas_94 ul > li > ul:not(#\9),
|
|
327
|
+
.awsui_text-content_6absk_uifas_94 ul > li > ol:not(#\9),
|
|
328
|
+
.awsui_text-content_6absk_uifas_94 ol > li > ul:not(#\9),
|
|
329
|
+
.awsui_text-content_6absk_uifas_94 ol > li > ol:not(#\9) {
|
|
329
330
|
margin: 0;
|
|
330
331
|
}
|