@cloudscape-design/components 3.0.352 → 3.0.354
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/index.d.ts +3 -2
- package/alert/index.d.ts.map +1 -1
- package/alert/index.js +4 -3
- package/alert/index.js.map +1 -1
- package/alert/interfaces.d.ts +6 -0
- package/alert/interfaces.d.ts.map +1 -1
- package/alert/interfaces.js.map +1 -1
- package/alert/internal.d.ts +5 -5
- package/alert/internal.d.ts.map +1 -1
- package/alert/internal.js +22 -14
- package/alert/internal.js.map +1 -1
- package/alert/styles.css.js +24 -19
- package/alert/styles.scoped.css +72 -35
- package/alert/styles.selectors.js +24 -19
- package/app-layout/visual-refresh/background.d.ts.map +1 -1
- package/app-layout/visual-refresh/background.js +2 -2
- package/app-layout/visual-refresh/background.js.map +1 -1
- package/app-layout/visual-refresh/context.d.ts +2 -1
- package/app-layout/visual-refresh/context.d.ts.map +1 -1
- package/app-layout/visual-refresh/context.js +9 -11
- package/app-layout/visual-refresh/context.js.map +1 -1
- package/app-layout/visual-refresh/layout.d.ts.map +1 -1
- package/app-layout/visual-refresh/layout.js +3 -11
- package/app-layout/visual-refresh/layout.js.map +1 -1
- package/app-layout/visual-refresh/use-background-overlap.d.ts +16 -0
- package/app-layout/visual-refresh/use-background-overlap.d.ts.map +1 -0
- package/app-layout/visual-refresh/use-background-overlap.js +41 -0
- package/app-layout/visual-refresh/use-background-overlap.js.map +1 -0
- package/attribute-editor/styles.css.js +14 -14
- package/attribute-editor/styles.scoped.css +28 -29
- package/attribute-editor/styles.selectors.js +14 -14
- package/breadcrumb-group/item/styles.css.js +9 -9
- package/breadcrumb-group/item/styles.scoped.css +19 -19
- package/breadcrumb-group/item/styles.selectors.js +9 -9
- package/cards/index.d.ts.map +1 -1
- package/cards/index.js +9 -7
- package/cards/index.js.map +1 -1
- package/help-panel/index.d.ts.map +1 -1
- package/help-panel/index.js +3 -1
- package/help-panel/index.js.map +1 -1
- package/help-panel/styles.css.js +4 -4
- package/help-panel/styles.scoped.css +67 -68
- package/help-panel/styles.selectors.js +4 -4
- package/internal/base-component/styles.scoped.css +0 -8
- package/internal/context/link-default-variant-context.d.ts +6 -0
- package/internal/context/link-default-variant-context.d.ts.map +1 -0
- package/internal/context/link-default-variant-context.js +7 -0
- package/internal/context/link-default-variant-context.js.map +1 -0
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/theming/index.cjs +0 -40
- package/internal/generated/theming/index.js +0 -40
- package/internal/hooks/container-queries/use-resize-observer.d.ts.map +1 -1
- package/internal/hooks/container-queries/use-resize-observer.js +1 -9
- package/internal/hooks/container-queries/use-resize-observer.js.map +1 -1
- package/internal/hooks/container-queries/utils.d.ts +4 -0
- package/internal/hooks/container-queries/utils.d.ts.map +1 -0
- package/internal/hooks/container-queries/utils.js +10 -0
- package/internal/hooks/container-queries/utils.js.map +1 -0
- package/internal/hooks/use-dynamic-overlap/index.d.ts +1 -1
- package/internal/hooks/use-dynamic-overlap/index.d.ts.map +1 -1
- package/internal/hooks/use-dynamic-overlap/index.js +11 -5
- package/internal/hooks/use-dynamic-overlap/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/link/index.d.ts.map +1 -1
- package/link/index.js +2 -2
- package/link/index.js.map +1 -1
- package/link/interfaces.d.ts +7 -0
- package/link/interfaces.d.ts.map +1 -1
- package/link/interfaces.js.map +1 -1
- package/link/internal.d.ts.map +1 -1
- package/link/internal.js +4 -1
- package/link/internal.js.map +1 -1
- package/link/styles.css.js +20 -20
- package/link/styles.scoped.css +79 -78
- package/link/styles.selectors.js +20 -20
- package/package.json +1 -1
- package/popover/internal.d.ts.map +1 -1
- package/popover/internal.js +3 -1
- package/popover/internal.js.map +1 -1
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +58 -56
- package/table/internal.js.map +1 -1
- package/table/sticky-columns/index.d.ts +2 -1
- package/table/sticky-columns/index.d.ts.map +1 -1
- package/table/sticky-columns/index.js +1 -1
- package/table/sticky-columns/index.js.map +1 -1
- package/table/sticky-columns/interfaces.d.ts +31 -0
- package/table/sticky-columns/interfaces.d.ts.map +1 -0
- package/table/sticky-columns/interfaces.js +4 -0
- package/table/sticky-columns/interfaces.js.map +1 -0
- package/table/sticky-columns/use-sticky-columns.d.ts +1 -25
- package/table/sticky-columns/use-sticky-columns.d.ts.map +1 -1
- package/table/sticky-columns/use-sticky-columns.js +18 -51
- package/table/sticky-columns/use-sticky-columns.js.map +1 -1
- package/table/sticky-columns/utils.d.ts +5 -0
- package/table/sticky-columns/utils.d.ts.map +1 -0
- package/table/sticky-columns/utils.js +42 -0
- package/table/sticky-columns/utils.js.map +1 -0
- package/text-content/styles.css.js +1 -1
- package/text-content/styles.scoped.css +68 -70
- package/text-content/styles.selectors.js +1 -1
- package/tutorial-panel/components/tutorial-detail-view/congratulation-screen.js +1 -1
- package/tutorial-panel/components/tutorial-detail-view/congratulation-screen.js.map +1 -1
- package/tutorial-panel/components/tutorial-list/index.js +1 -1
- package/tutorial-panel/components/tutorial-list/index.js.map +1 -1
- package/wizard/wizard-navigation.js +1 -1
- package/wizard/wizard-navigation.js.map +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_help-
|
|
94
|
+
.awsui_help-panel_1d237_1n1b3_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,32 +131,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
131
131
|
word-wrap: break-word;
|
|
132
132
|
padding: var(--space-scaled-l-0hpmd7, 20px) var(--space-panel-side-right-xofg51, 24px) 0 var(--space-panel-side-left-5t0who, 28px);
|
|
133
133
|
}
|
|
134
|
-
.awsui_help-
|
|
134
|
+
.awsui_help-panel_1d237_1n1b3_94 hr:not(#\9) {
|
|
135
135
|
border: none;
|
|
136
136
|
border-top: var(--border-divider-section-width-4ax5o2, 2px) solid var(--color-border-divider-default-d3adp9, #e9ebed);
|
|
137
137
|
margin: var(--space-scaled-xl-kswcw7, 24px) calc(-1 * var(--space-xs-zb16t3, 8px));
|
|
138
138
|
}
|
|
139
|
-
.awsui_help-
|
|
140
|
-
.awsui_help-
|
|
139
|
+
.awsui_help-panel_1d237_1n1b3_94 ol:not(#\9),
|
|
140
|
+
.awsui_help-panel_1d237_1n1b3_94 ul:not(#\9) {
|
|
141
141
|
padding-left: var(--space-l-t419sm, 20px);
|
|
142
142
|
list-style-position: outside;
|
|
143
143
|
margin: var(--space-s-34lx8l, 12px) 0;
|
|
144
144
|
}
|
|
145
|
-
.awsui_help-
|
|
145
|
+
.awsui_help-panel_1d237_1n1b3_94 li:not(#\9) {
|
|
146
146
|
margin: var(--space-scaled-xxs-7597g1, 4px) 0;
|
|
147
147
|
}
|
|
148
|
-
.awsui_help-
|
|
149
|
-
.awsui_help-
|
|
150
|
-
.awsui_help-
|
|
151
|
-
.awsui_help-
|
|
152
|
-
.awsui_help-
|
|
153
|
-
.awsui_help-
|
|
154
|
-
.awsui_help-
|
|
148
|
+
.awsui_help-panel_1d237_1n1b3_94 a:not(#\9),
|
|
149
|
+
.awsui_help-panel_1d237_1n1b3_94 h2:not(#\9),
|
|
150
|
+
.awsui_help-panel_1d237_1n1b3_94 h3:not(#\9),
|
|
151
|
+
.awsui_help-panel_1d237_1n1b3_94 h4:not(#\9),
|
|
152
|
+
.awsui_help-panel_1d237_1n1b3_94 h5:not(#\9),
|
|
153
|
+
.awsui_help-panel_1d237_1n1b3_94 pre:not(#\9),
|
|
154
|
+
.awsui_help-panel_1d237_1n1b3_94 code:not(#\9) {
|
|
155
155
|
margin: var(--space-xs-zb16t3, 8px) 0;
|
|
156
156
|
padding-top: 0;
|
|
157
157
|
padding-bottom: 0;
|
|
158
158
|
}
|
|
159
|
-
.awsui_help-
|
|
159
|
+
.awsui_help-panel_1d237_1n1b3_94 code:not(#\9) {
|
|
160
160
|
font-size: var(--font-body-s-size-8339kg, 12px);
|
|
161
161
|
line-height: var(--font-body-s-line-height-uztvf6, 16px);
|
|
162
162
|
letter-spacing: var(--font-body-s-letter-spacing-4obhmb, 0.005em);
|
|
@@ -166,7 +166,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
166
166
|
word-wrap: break-word;
|
|
167
167
|
white-space: pre-wrap;
|
|
168
168
|
}
|
|
169
|
-
.awsui_help-
|
|
169
|
+
.awsui_help-panel_1d237_1n1b3_94 pre:not(#\9) {
|
|
170
170
|
font-size: var(--font-body-s-size-8339kg, 12px);
|
|
171
171
|
line-height: var(--font-body-s-line-height-uztvf6, 16px);
|
|
172
172
|
letter-spacing: var(--font-body-s-letter-spacing-4obhmb, 0.005em);
|
|
@@ -177,38 +177,38 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
177
177
|
white-space: pre-wrap;
|
|
178
178
|
padding: var(--space-xxs-p8yyaw, 4px);
|
|
179
179
|
}
|
|
180
|
-
.awsui_help-
|
|
180
|
+
.awsui_help-panel_1d237_1n1b3_94 dl:not(#\9) {
|
|
181
181
|
margin: var(--space-s-34lx8l, 12px) 0;
|
|
182
182
|
/* stylelint-disable-next-line selector-max-universal */
|
|
183
183
|
}
|
|
184
|
-
.awsui_help-
|
|
184
|
+
.awsui_help-panel_1d237_1n1b3_94 dl *:not(#\9) {
|
|
185
185
|
margin-top: 0;
|
|
186
186
|
margin-bottom: 0;
|
|
187
187
|
}
|
|
188
|
-
.awsui_help-
|
|
188
|
+
.awsui_help-panel_1d237_1n1b3_94 dt:not(#\9) {
|
|
189
189
|
margin-top: var(--space-xs-zb16t3, 8px);
|
|
190
190
|
font-weight: 700;
|
|
191
191
|
}
|
|
192
|
-
.awsui_help-
|
|
192
|
+
.awsui_help-panel_1d237_1n1b3_94 dd:not(#\9) {
|
|
193
193
|
margin: 0 0 var(--space-xs-zb16t3, 8px);
|
|
194
194
|
}
|
|
195
|
-
.awsui_help-
|
|
196
|
-
.awsui_help-
|
|
197
|
-
.awsui_help-
|
|
198
|
-
.awsui_help-
|
|
199
|
-
.awsui_help-
|
|
195
|
+
.awsui_help-panel_1d237_1n1b3_94 h2:not(#\9),
|
|
196
|
+
.awsui_help-panel_1d237_1n1b3_94 h3:not(#\9),
|
|
197
|
+
.awsui_help-panel_1d237_1n1b3_94 h4:not(#\9),
|
|
198
|
+
.awsui_help-panel_1d237_1n1b3_94 h5:not(#\9),
|
|
199
|
+
.awsui_help-panel_1d237_1n1b3_94 h6:not(#\9) {
|
|
200
200
|
margin-top: var(--space-xl-lmui9r, 24px);
|
|
201
201
|
color: var(--color-text-heading-default-rtslvy, #000716);
|
|
202
202
|
}
|
|
203
|
-
.awsui_help-
|
|
203
|
+
.awsui_help-panel_1d237_1n1b3_94 > :not(#\9):last-child {
|
|
204
204
|
margin-bottom: var(--space-scaled-xxxl-fdg8ai, 40px);
|
|
205
205
|
}
|
|
206
|
-
.awsui_help-
|
|
206
|
+
.awsui_help-panel_1d237_1n1b3_94 p:not(#\9) {
|
|
207
207
|
color: inherit;
|
|
208
208
|
text-decoration: none;
|
|
209
209
|
margin: var(--space-s-34lx8l, 12px) 0;
|
|
210
210
|
}
|
|
211
|
-
.awsui_help-
|
|
211
|
+
.awsui_help-panel_1d237_1n1b3_94 h1:not(#\9) {
|
|
212
212
|
font-size: var(--font-heading-xl-size-h632xk, 24px);
|
|
213
213
|
line-height: var(--font-heading-xl-line-height-qs40h8, 30px);
|
|
214
214
|
letter-spacing: var(--font-heading-xl-letter-spacing-6telo5, -0.02em);
|
|
@@ -216,7 +216,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
216
216
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
217
217
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
218
218
|
}
|
|
219
|
-
.awsui_help-
|
|
219
|
+
.awsui_help-panel_1d237_1n1b3_94 h2:not(#\9) {
|
|
220
220
|
font-size: var(--font-heading-l-size-hknb7q, 20px);
|
|
221
221
|
line-height: var(--font-heading-l-line-height-thvd8z, 24px);
|
|
222
222
|
letter-spacing: var(--font-heading-l-letter-spacing-r9otw4, -0.015em);
|
|
@@ -224,7 +224,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
224
224
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
225
225
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
226
226
|
}
|
|
227
|
-
.awsui_help-
|
|
227
|
+
.awsui_help-panel_1d237_1n1b3_94 h3:not(#\9) {
|
|
228
228
|
font-size: var(--font-heading-m-size-ytqm4n, 18px);
|
|
229
229
|
line-height: var(--font-heading-m-line-height-bk6bii, 22px);
|
|
230
230
|
letter-spacing: var(--font-heading-m-letter-spacing-fefyfv, -0.01em);
|
|
@@ -232,7 +232,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
232
232
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
233
233
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
234
234
|
}
|
|
235
|
-
.awsui_help-
|
|
235
|
+
.awsui_help-panel_1d237_1n1b3_94 h4:not(#\9) {
|
|
236
236
|
font-size: var(--font-heading-s-size-5q52fl, 16px);
|
|
237
237
|
line-height: var(--font-heading-s-line-height-w6crw0, 20px);
|
|
238
238
|
letter-spacing: var(--font-heading-s-letter-spacing-ebpsb6, -0.005em);
|
|
@@ -240,18 +240,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
240
240
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
241
241
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
242
242
|
}
|
|
243
|
-
.awsui_help-
|
|
243
|
+
.awsui_help-panel_1d237_1n1b3_94 h5:not(#\9) {
|
|
244
244
|
font-size: var(--font-heading-xs-size-d24gfe, 14px);
|
|
245
245
|
line-height: var(--font-heading-xs-line-height-gyxcvc, 18px);
|
|
246
246
|
font-weight: var(--font-heading-xs-weight-dcgvdt, 700);
|
|
247
247
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
248
248
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
249
249
|
}
|
|
250
|
-
.awsui_help-
|
|
251
|
-
.awsui_help-
|
|
250
|
+
.awsui_help-panel_1d237_1n1b3_94 b:not(#\9),
|
|
251
|
+
.awsui_help-panel_1d237_1n1b3_94 strong:not(#\9) {
|
|
252
252
|
font-weight: 700;
|
|
253
253
|
}
|
|
254
|
-
.awsui_help-
|
|
254
|
+
.awsui_help-panel_1d237_1n1b3_94 .awsui_header_1d237_1n1b3_228:not(#\9) {
|
|
255
255
|
font-size: var(--font-panel-header-size-edjz3l, 18px);
|
|
256
256
|
line-height: var(--font-panel-header-line-height-kxi4u2, 22px);
|
|
257
257
|
font-weight: var(--font-heading-l-weight-a4lz4s, 700);
|
|
@@ -265,11 +265,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
265
265
|
border-bottom: var(--border-divider-section-width-4ax5o2, 2px) solid var(--color-border-divider-default-d3adp9, #e9ebed);
|
|
266
266
|
margin: 0 calc(-1 * var(--space-panel-side-right-xofg51, 24px)) var(--space-scaled-l-0hpmd7, 20px) calc(-1 * var(--space-panel-side-left-5t0who, 28px));
|
|
267
267
|
}
|
|
268
|
-
.awsui_help-
|
|
269
|
-
.awsui_help-
|
|
270
|
-
.awsui_help-
|
|
271
|
-
.awsui_help-
|
|
272
|
-
.awsui_help-
|
|
268
|
+
.awsui_help-panel_1d237_1n1b3_94 .awsui_header_1d237_1n1b3_228 h2:not(#\9),
|
|
269
|
+
.awsui_help-panel_1d237_1n1b3_94 .awsui_header_1d237_1n1b3_228 h3:not(#\9),
|
|
270
|
+
.awsui_help-panel_1d237_1n1b3_94 .awsui_header_1d237_1n1b3_228 h4:not(#\9),
|
|
271
|
+
.awsui_help-panel_1d237_1n1b3_94 .awsui_header_1d237_1n1b3_228 h5:not(#\9),
|
|
272
|
+
.awsui_help-panel_1d237_1n1b3_94 .awsui_header_1d237_1n1b3_228 h6:not(#\9) {
|
|
273
273
|
font-size: var(--font-panel-header-size-edjz3l, 18px);
|
|
274
274
|
line-height: var(--font-panel-header-line-height-kxi4u2, 22px);
|
|
275
275
|
font-weight: var(--font-heading-l-weight-a4lz4s, 700);
|
|
@@ -281,69 +281,68 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
281
281
|
margin-bottom: 0;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
.
|
|
284
|
+
.awsui_content_1d237_1n1b3_258:not(#\9) {
|
|
285
285
|
color: var(--color-text-body-secondary-so8znq, #414d5c);
|
|
286
286
|
}
|
|
287
|
-
.
|
|
288
|
-
.
|
|
289
|
-
.
|
|
290
|
-
.
|
|
291
|
-
.
|
|
287
|
+
.awsui_content_1d237_1n1b3_258 h2:not(#\9):first-child,
|
|
288
|
+
.awsui_content_1d237_1n1b3_258 h3:not(#\9):first-child,
|
|
289
|
+
.awsui_content_1d237_1n1b3_258 h4:not(#\9):first-child,
|
|
290
|
+
.awsui_content_1d237_1n1b3_258 h5:not(#\9):first-child,
|
|
291
|
+
.awsui_content_1d237_1n1b3_258 h6:not(#\9):first-child {
|
|
292
292
|
margin-top: 0;
|
|
293
293
|
}
|
|
294
|
-
.
|
|
294
|
+
.awsui_content_1d237_1n1b3_258 a:not(#\9) {
|
|
295
295
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
296
|
-
font-weight:
|
|
297
|
-
letter-spacing:
|
|
298
|
-
|
|
299
|
-
text-decoration: var(--font-link-primary-decoration-cp88s8, underline);
|
|
296
|
+
font-weight: inherit;
|
|
297
|
+
letter-spacing: normal;
|
|
298
|
+
text-decoration: underline;
|
|
300
299
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
301
|
-
text-decoration-color:
|
|
300
|
+
text-decoration-color: currentColor;
|
|
302
301
|
transition-property: color, -webkit-text-decoration;
|
|
303
302
|
transition-property: color, text-decoration;
|
|
304
303
|
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
305
304
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
306
305
|
}
|
|
307
306
|
@media (prefers-reduced-motion: reduce) {
|
|
308
|
-
.
|
|
307
|
+
.awsui_content_1d237_1n1b3_258 a:not(#\9) {
|
|
309
308
|
animation: none;
|
|
310
309
|
transition: none;
|
|
311
310
|
}
|
|
312
311
|
}
|
|
313
|
-
.awsui-motion-disabled .
|
|
312
|
+
.awsui-motion-disabled .awsui_content_1d237_1n1b3_258 a:not(#\9), .awsui-mode-entering .awsui_content_1d237_1n1b3_258 a:not(#\9) {
|
|
314
313
|
animation: none;
|
|
315
314
|
transition: none;
|
|
316
315
|
}
|
|
317
|
-
.
|
|
316
|
+
.awsui_content_1d237_1n1b3_258 a:not(#\9):hover {
|
|
318
317
|
cursor: pointer;
|
|
319
318
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
320
319
|
}
|
|
321
|
-
.
|
|
320
|
+
.awsui_content_1d237_1n1b3_258 a:not(#\9):focus {
|
|
322
321
|
outline: none;
|
|
323
322
|
}
|
|
324
|
-
.
|
|
323
|
+
.awsui_content_1d237_1n1b3_258 a:not(#\9):active {
|
|
325
324
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
326
325
|
}
|
|
327
|
-
.
|
|
326
|
+
.awsui_content_1d237_1n1b3_258 a:not(#\9):active, .awsui_content_1d237_1n1b3_258 a:not(#\9):focus, .awsui_content_1d237_1n1b3_258 a:not(#\9):hover {
|
|
328
327
|
text-decoration: underline;
|
|
329
328
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
330
329
|
text-decoration-color: currentColor;
|
|
331
330
|
}
|
|
332
331
|
|
|
333
|
-
.
|
|
332
|
+
.awsui_footer_1d237_1n1b3_304:not(#\9) {
|
|
334
333
|
color: var(--color-text-body-secondary-so8znq, #414d5c);
|
|
335
334
|
border-top: var(--border-divider-section-width-4ax5o2, 2px) solid var(--color-border-divider-default-d3adp9, #e9ebed);
|
|
336
335
|
margin: var(--space-scaled-xl-kswcw7, 24px) calc(-1 * var(--space-xs-zb16t3, 8px));
|
|
337
336
|
padding: 0 var(--space-s-34lx8l, 12px);
|
|
338
337
|
}
|
|
339
|
-
.
|
|
338
|
+
.awsui_footer_1d237_1n1b3_304 > :not(#\9):first-child {
|
|
340
339
|
margin-top: var(--space-scaled-xl-kswcw7, 24px);
|
|
341
340
|
}
|
|
342
|
-
.
|
|
341
|
+
.awsui_footer_1d237_1n1b3_304 ul:not(#\9) {
|
|
343
342
|
list-style: none;
|
|
344
343
|
padding-left: 0;
|
|
345
344
|
}
|
|
346
|
-
.
|
|
345
|
+
.awsui_footer_1d237_1n1b3_304 a:not(#\9) {
|
|
347
346
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
348
347
|
font-weight: inherit;
|
|
349
348
|
letter-spacing: normal;
|
|
@@ -356,33 +355,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
356
355
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
357
356
|
}
|
|
358
357
|
@media (prefers-reduced-motion: reduce) {
|
|
359
|
-
.
|
|
358
|
+
.awsui_footer_1d237_1n1b3_304 a:not(#\9) {
|
|
360
359
|
animation: none;
|
|
361
360
|
transition: none;
|
|
362
361
|
}
|
|
363
362
|
}
|
|
364
|
-
.awsui-motion-disabled .
|
|
363
|
+
.awsui-motion-disabled .awsui_footer_1d237_1n1b3_304 a:not(#\9), .awsui-mode-entering .awsui_footer_1d237_1n1b3_304 a:not(#\9) {
|
|
365
364
|
animation: none;
|
|
366
365
|
transition: none;
|
|
367
366
|
}
|
|
368
|
-
.
|
|
367
|
+
.awsui_footer_1d237_1n1b3_304 a:not(#\9):hover {
|
|
369
368
|
cursor: pointer;
|
|
370
369
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
371
370
|
}
|
|
372
|
-
.
|
|
371
|
+
.awsui_footer_1d237_1n1b3_304 a:not(#\9):focus {
|
|
373
372
|
outline: none;
|
|
374
373
|
}
|
|
375
|
-
.
|
|
374
|
+
.awsui_footer_1d237_1n1b3_304 a:not(#\9):active {
|
|
376
375
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
377
376
|
}
|
|
378
|
-
.
|
|
377
|
+
.awsui_footer_1d237_1n1b3_304 a:not(#\9):active, .awsui_footer_1d237_1n1b3_304 a:not(#\9):focus, .awsui_footer_1d237_1n1b3_304 a:not(#\9):hover {
|
|
379
378
|
text-decoration: underline;
|
|
380
379
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
381
380
|
text-decoration-color: currentColor;
|
|
382
381
|
}
|
|
383
382
|
|
|
384
|
-
.
|
|
385
|
-
.
|
|
383
|
+
.awsui_content_1d237_1n1b3_258 a:not(#\9):focus,
|
|
384
|
+
.awsui_footer_1d237_1n1b3_304 a:not(#\9):focus {
|
|
386
385
|
outline: thin dotted;
|
|
387
386
|
outline: var(--border-link-focus-ring-outline-kkfop6, 0);
|
|
388
387
|
outline-offset: 2px;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"help-panel": "awsui_help-
|
|
6
|
-
"header": "
|
|
7
|
-
"content": "
|
|
8
|
-
"footer": "
|
|
5
|
+
"help-panel": "awsui_help-panel_1d237_1n1b3_94",
|
|
6
|
+
"header": "awsui_header_1d237_1n1b3_228",
|
|
7
|
+
"content": "awsui_content_1d237_1n1b3_258",
|
|
8
|
+
"footer": "awsui_footer_1d237_1n1b3_304"
|
|
9
9
|
};
|
|
10
10
|
|
|
@@ -346,7 +346,6 @@
|
|
|
346
346
|
--color-text-link-inverted-hover-09cw7h:#ffffff;
|
|
347
347
|
--color-text-link-button-underline-ik5r9i:transparent;
|
|
348
348
|
--color-text-link-button-underline-hover-gyir88:transparent;
|
|
349
|
-
--color-text-link-primary-underline-gvxbge:#0972d3;
|
|
350
349
|
--color-text-notification-default-rdawv9:#fbfbfb;
|
|
351
350
|
--color-text-notification-stack-bar-jc9tvx:#ffffff;
|
|
352
351
|
--color-text-notification-yellow-p027cz:#000716;
|
|
@@ -409,9 +408,6 @@
|
|
|
409
408
|
--font-box-value-large-weight-onoq9k:700;
|
|
410
409
|
--font-link-button-letter-spacing-yi9f0l:0.005em;
|
|
411
410
|
--font-link-button-weight-jephf1:700;
|
|
412
|
-
--font-link-primary-decoration-cp88s8:underline;
|
|
413
|
-
--font-link-primary-letter-spacing-uqaf5f:"inherit";
|
|
414
|
-
--font-link-primary-weight-k726vk:"inherit";
|
|
415
411
|
--font-panel-header-line-height-kxi4u2:22px;
|
|
416
412
|
--font-panel-header-size-edjz3l:18px;
|
|
417
413
|
--font-smoothing-webkit-m8nc84:antialiased;
|
|
@@ -921,7 +917,6 @@
|
|
|
921
917
|
--color-text-layout-toggle-selected-b93usl:#000716;
|
|
922
918
|
--color-text-link-default-latg1a:#539fe5;
|
|
923
919
|
--color-text-link-hover-8j6p14:#89bdee;
|
|
924
|
-
--color-text-link-primary-underline-gvxbge:#539fe5;
|
|
925
920
|
--color-text-pagination-page-number-active-disabled-pnozll:#5f6b7a;
|
|
926
921
|
--color-text-pagination-page-number-default-i8se09:#9ba7b6;
|
|
927
922
|
--color-text-segment-active-6s77n9:#000716;
|
|
@@ -1199,7 +1194,6 @@
|
|
|
1199
1194
|
--color-text-layout-toggle-selected-b93usl:#000716;
|
|
1200
1195
|
--color-text-link-default-latg1a:#539fe5;
|
|
1201
1196
|
--color-text-link-hover-8j6p14:#89bdee;
|
|
1202
|
-
--color-text-link-primary-underline-gvxbge:#539fe5;
|
|
1203
1197
|
--color-text-pagination-page-number-active-disabled-pnozll:#5f6b7a;
|
|
1204
1198
|
--color-text-pagination-page-number-default-i8se09:#9ba7b6;
|
|
1205
1199
|
--color-text-segment-active-6s77n9:#000716;
|
|
@@ -1382,7 +1376,6 @@
|
|
|
1382
1376
|
--color-text-layout-toggle-selected-b93usl:#000716;
|
|
1383
1377
|
--color-text-link-default-latg1a:#539fe5;
|
|
1384
1378
|
--color-text-link-hover-8j6p14:#89bdee;
|
|
1385
|
-
--color-text-link-primary-underline-gvxbge:#539fe5;
|
|
1386
1379
|
--color-text-pagination-page-number-active-disabled-pnozll:#5f6b7a;
|
|
1387
1380
|
--color-text-pagination-page-number-default-i8se09:#9ba7b6;
|
|
1388
1381
|
--color-text-segment-active-6s77n9:#000716;
|
|
@@ -1653,7 +1646,6 @@
|
|
|
1653
1646
|
--color-text-layout-toggle-selected-b93usl:#000716;
|
|
1654
1647
|
--color-text-link-default-latg1a:#539fe5;
|
|
1655
1648
|
--color-text-link-hover-8j6p14:#89bdee;
|
|
1656
|
-
--color-text-link-primary-underline-gvxbge:#539fe5;
|
|
1657
1649
|
--color-text-pagination-page-number-active-disabled-pnozll:#5f6b7a;
|
|
1658
1650
|
--color-text-pagination-page-number-default-i8se09:#9ba7b6;
|
|
1659
1651
|
--color-text-segment-active-6s77n9:#000716;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link-default-variant-context.d.ts","sourceRoot":"lib/default/","sources":["internal/context/link-default-variant-context.ts"],"names":[],"mappings":";AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAElD,eAAO,MAAM,yBAAyB;oBAAmC,UAAU,OAAO;EAExF,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
import { createContext } from 'react';
|
|
4
|
+
export const LinkDefaultVariantContext = createContext({
|
|
5
|
+
defaultVariant: 'secondary',
|
|
6
|
+
});
|
|
7
|
+
//# sourceMappingURL=link-default-variant-context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link-default-variant-context.js","sourceRoot":"lib/default/","sources":["internal/context/link-default-variant-context.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAGtC,MAAM,CAAC,MAAM,yBAAyB,GAAG,aAAa,CAAwC;IAC5F,cAAc,EAAE,WAAW;CAC5B,CAAC,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { createContext } from 'react';\nimport { LinkProps } from '../../link/interfaces';\n\nexport const LinkDefaultVariantContext = createContext<{ defaultVariant: LinkProps.Variant }>({\n defaultVariant: 'secondary',\n});\n"]}
|
package/internal/environment.js
CHANGED
|
@@ -1541,10 +1541,6 @@ module.exports.preset = {
|
|
|
1541
1541
|
"light": "transparent",
|
|
1542
1542
|
"dark": "transparent"
|
|
1543
1543
|
},
|
|
1544
|
-
"colorTextLinkPrimaryUnderline": {
|
|
1545
|
-
"light": "{colorTextLinkDefault}",
|
|
1546
|
-
"dark": "{colorTextLinkDefault}"
|
|
1547
|
-
},
|
|
1548
1544
|
"colorTextNotificationDefault": {
|
|
1549
1545
|
"light": "{colorGrey100}",
|
|
1550
1546
|
"dark": "{colorGrey100}"
|
|
@@ -1676,9 +1672,6 @@ module.exports.preset = {
|
|
|
1676
1672
|
"fontBoxValueLargeWeight": "700",
|
|
1677
1673
|
"fontLinkButtonLetterSpacing": "{fontButtonLetterSpacing}",
|
|
1678
1674
|
"fontLinkButtonWeight": "{fontButtonWeight}",
|
|
1679
|
-
"fontLinkPrimaryDecoration": "underline",
|
|
1680
|
-
"fontLinkPrimaryLetterSpacing": "\"inherit\"",
|
|
1681
|
-
"fontLinkPrimaryWeight": "\"inherit\"",
|
|
1682
1675
|
"fontPanelHeaderLineHeight": "{fontHeadingMLineHeight}",
|
|
1683
1676
|
"fontPanelHeaderSize": "{fontHeadingMSize}",
|
|
1684
1677
|
"fontSmoothingWebkit": "antialiased",
|
|
@@ -3562,10 +3555,6 @@ module.exports.preset = {
|
|
|
3562
3555
|
"light": "transparent",
|
|
3563
3556
|
"dark": "transparent"
|
|
3564
3557
|
},
|
|
3565
|
-
"colorTextLinkPrimaryUnderline": {
|
|
3566
|
-
"light": "{colorTextLinkDefault}",
|
|
3567
|
-
"dark": "{colorTextLinkDefault}"
|
|
3568
|
-
},
|
|
3569
3558
|
"colorTextNotificationDefault": {
|
|
3570
3559
|
"light": "{colorGrey100}",
|
|
3571
3560
|
"dark": "{colorGrey100}"
|
|
@@ -4568,10 +4557,6 @@ module.exports.preset = {
|
|
|
4568
4557
|
"light": "transparent",
|
|
4569
4558
|
"dark": "transparent"
|
|
4570
4559
|
},
|
|
4571
|
-
"colorTextLinkPrimaryUnderline": {
|
|
4572
|
-
"light": "{colorTextLinkDefault}",
|
|
4573
|
-
"dark": "{colorTextLinkDefault}"
|
|
4574
|
-
},
|
|
4575
4560
|
"colorTextNotificationDefault": {
|
|
4576
4561
|
"light": "{colorGrey100}",
|
|
4577
4562
|
"dark": "{colorGrey100}"
|
|
@@ -5506,10 +5491,6 @@ module.exports.preset = {
|
|
|
5506
5491
|
"light": "transparent",
|
|
5507
5492
|
"dark": "transparent"
|
|
5508
5493
|
},
|
|
5509
|
-
"colorTextLinkPrimaryUnderline": {
|
|
5510
|
-
"light": "{colorTextLinkDefault}",
|
|
5511
|
-
"dark": "{colorTextLinkDefault}"
|
|
5512
|
-
},
|
|
5513
5494
|
"colorTextNotificationDefault": {
|
|
5514
5495
|
"light": "{colorGrey100}",
|
|
5515
5496
|
"dark": "{colorGrey100}"
|
|
@@ -6444,10 +6425,6 @@ module.exports.preset = {
|
|
|
6444
6425
|
"light": "transparent",
|
|
6445
6426
|
"dark": "transparent"
|
|
6446
6427
|
},
|
|
6447
|
-
"colorTextLinkPrimaryUnderline": {
|
|
6448
|
-
"light": "{colorTextLinkDefault}",
|
|
6449
|
-
"dark": "{colorTextLinkDefault}"
|
|
6450
|
-
},
|
|
6451
6428
|
"colorTextNotificationDefault": {
|
|
6452
6429
|
"light": "{colorTextNotificationYellow}",
|
|
6453
6430
|
"dark": "{colorTextNotificationYellow}"
|
|
@@ -7382,10 +7359,6 @@ module.exports.preset = {
|
|
|
7382
7359
|
"light": "transparent",
|
|
7383
7360
|
"dark": "transparent"
|
|
7384
7361
|
},
|
|
7385
|
-
"colorTextLinkPrimaryUnderline": {
|
|
7386
|
-
"light": "{colorTextLinkDefault}",
|
|
7387
|
-
"dark": "{colorTextLinkDefault}"
|
|
7388
|
-
},
|
|
7389
7362
|
"colorTextNotificationDefault": {
|
|
7390
7363
|
"light": "{colorGrey100}",
|
|
7391
7364
|
"dark": "{colorGrey100}"
|
|
@@ -8320,10 +8293,6 @@ module.exports.preset = {
|
|
|
8320
8293
|
"light": "transparent",
|
|
8321
8294
|
"dark": "transparent"
|
|
8322
8295
|
},
|
|
8323
|
-
"colorTextLinkPrimaryUnderline": {
|
|
8324
|
-
"light": "{colorTextLinkDefault}",
|
|
8325
|
-
"dark": "{colorTextLinkDefault}"
|
|
8326
|
-
},
|
|
8327
8296
|
"colorTextNotificationDefault": {
|
|
8328
8297
|
"light": "{colorGrey100}",
|
|
8329
8298
|
"dark": "{colorGrey100}"
|
|
@@ -8783,7 +8752,6 @@ module.exports.preset = {
|
|
|
8783
8752
|
"colorTextLinkInvertedHover": "color",
|
|
8784
8753
|
"colorTextLinkButtonUnderline": "color",
|
|
8785
8754
|
"colorTextLinkButtonUnderlineHover": "color",
|
|
8786
|
-
"colorTextLinkPrimaryUnderline": "color",
|
|
8787
8755
|
"colorTextNotificationDefault": "color",
|
|
8788
8756
|
"colorTextNotificationStackBar": "color",
|
|
8789
8757
|
"colorTextNotificationYellow": "color",
|
|
@@ -9870,7 +9838,6 @@ module.exports.preset = {
|
|
|
9870
9838
|
"colorTextLinkInvertedHover": "color-text-link-inverted-hover",
|
|
9871
9839
|
"colorTextLinkButtonUnderline": "color-text-link-button-underline",
|
|
9872
9840
|
"colorTextLinkButtonUnderlineHover": "color-text-link-button-underline-hover",
|
|
9873
|
-
"colorTextLinkPrimaryUnderline": "color-text-link-primary-underline",
|
|
9874
9841
|
"colorTextNotificationDefault": "color-text-notification-default",
|
|
9875
9842
|
"colorTextNotificationStackBar": "color-text-notification-stack-bar",
|
|
9876
9843
|
"colorTextNotificationYellow": "color-text-notification-yellow",
|
|
@@ -9933,9 +9900,6 @@ module.exports.preset = {
|
|
|
9933
9900
|
"fontBoxValueLargeWeight": "font-box-value-large-weight",
|
|
9934
9901
|
"fontLinkButtonLetterSpacing": "font-link-button-letter-spacing",
|
|
9935
9902
|
"fontLinkButtonWeight": "font-link-button-weight",
|
|
9936
|
-
"fontLinkPrimaryDecoration": "font-link-primary-decoration",
|
|
9937
|
-
"fontLinkPrimaryLetterSpacing": "font-link-primary-letter-spacing",
|
|
9938
|
-
"fontLinkPrimaryWeight": "font-link-primary-weight",
|
|
9939
9903
|
"fontPanelHeaderLineHeight": "font-panel-header-line-height",
|
|
9940
9904
|
"fontPanelHeaderSize": "font-panel-header-size",
|
|
9941
9905
|
"fontSmoothingWebkit": "font-smoothing-webkit",
|
|
@@ -10553,7 +10517,6 @@ module.exports.preset = {
|
|
|
10553
10517
|
"colorTextLinkInvertedHover": "--color-text-link-inverted-hover-09cw7h",
|
|
10554
10518
|
"colorTextLinkButtonUnderline": "--color-text-link-button-underline-ik5r9i",
|
|
10555
10519
|
"colorTextLinkButtonUnderlineHover": "--color-text-link-button-underline-hover-gyir88",
|
|
10556
|
-
"colorTextLinkPrimaryUnderline": "--color-text-link-primary-underline-gvxbge",
|
|
10557
10520
|
"colorTextNotificationDefault": "--color-text-notification-default-rdawv9",
|
|
10558
10521
|
"colorTextNotificationStackBar": "--color-text-notification-stack-bar-jc9tvx",
|
|
10559
10522
|
"colorTextNotificationYellow": "--color-text-notification-yellow-p027cz",
|
|
@@ -10616,9 +10579,6 @@ module.exports.preset = {
|
|
|
10616
10579
|
"fontBoxValueLargeWeight": "--font-box-value-large-weight-onoq9k",
|
|
10617
10580
|
"fontLinkButtonLetterSpacing": "--font-link-button-letter-spacing-yi9f0l",
|
|
10618
10581
|
"fontLinkButtonWeight": "--font-link-button-weight-jephf1",
|
|
10619
|
-
"fontLinkPrimaryDecoration": "--font-link-primary-decoration-cp88s8",
|
|
10620
|
-
"fontLinkPrimaryLetterSpacing": "--font-link-primary-letter-spacing-uqaf5f",
|
|
10621
|
-
"fontLinkPrimaryWeight": "--font-link-primary-weight-k726vk",
|
|
10622
10582
|
"fontPanelHeaderLineHeight": "--font-panel-header-line-height-kxi4u2",
|
|
10623
10583
|
"fontPanelHeaderSize": "--font-panel-header-size-edjz3l",
|
|
10624
10584
|
"fontSmoothingWebkit": "--font-smoothing-webkit-m8nc84",
|