@cloudscape-design/components-themeable 3.0.247 → 3.0.248
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/expandable-section/styles.scss +13 -6
- package/lib/internal/scss/table/header-cell/styles.scss +14 -3
- package/lib/internal/scss/table/resizer/styles.scss +8 -3
- package/lib/internal/template/box/styles.css.js +189 -189
- package/lib/internal/template/box/styles.scoped.css +251 -251
- package/lib/internal/template/box/styles.selectors.js +189 -189
- package/lib/internal/template/button/interfaces.d.ts +1 -1
- package/lib/internal/template/button/interfaces.js.map +1 -1
- package/lib/internal/template/button/internal.d.ts.map +1 -1
- package/lib/internal/template/button/internal.js +6 -6
- package/lib/internal/template/button/internal.js.map +1 -1
- package/lib/internal/template/code-editor/index.d.ts.map +1 -1
- package/lib/internal/template/code-editor/index.js +3 -2
- package/lib/internal/template/code-editor/index.js.map +1 -1
- package/lib/internal/template/code-editor/status-bar.d.ts +1 -1
- package/lib/internal/template/code-editor/status-bar.d.ts.map +1 -1
- package/lib/internal/template/code-editor/status-bar.js.map +1 -1
- package/lib/internal/template/code-editor/tab-button.d.ts +1 -1
- package/lib/internal/template/code-editor/tab-button.d.ts.map +1 -1
- package/lib/internal/template/code-editor/tab-button.js.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts +1 -0
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.js +13 -6
- package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
- package/lib/internal/template/expandable-section/interfaces.d.ts +3 -2
- package/lib/internal/template/expandable-section/interfaces.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/interfaces.js.map +1 -1
- package/lib/internal/template/expandable-section/styles.css.js +23 -21
- package/lib/internal/template/expandable-section/styles.scoped.css +55 -46
- package/lib/internal/template/expandable-section/styles.selectors.js +23 -21
- package/lib/internal/template/header/styles.css.js +44 -44
- package/lib/internal/template/header/styles.scoped.css +50 -50
- package/lib/internal/template/header/styles.selectors.js +44 -44
- package/lib/internal/template/internal/base-component/styles.scoped.css +9 -9
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/generated/styles/tokens.js +1 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +12 -12
- package/lib/internal/template/internal/generated/theming/index.js +12 -12
- package/lib/internal/template/progress-bar/styles.css.js +18 -18
- package/lib/internal/template/progress-bar/styles.scoped.css +33 -33
- package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
- package/lib/internal/template/table/header-cell/styles.css.js +19 -19
- package/lib/internal/template/table/header-cell/styles.scoped.css +43 -34
- package/lib/internal/template/table/header-cell/styles.selectors.js +19 -19
- package/lib/internal/template/table/resizer/styles.css.js +6 -6
- package/lib/internal/template/table/resizer/styles.scoped.css +17 -14
- package/lib/internal/template/table/resizer/styles.selectors.js +6 -6
- package/lib/internal/template/tabs/styles.css.js +21 -21
- package/lib/internal/template/tabs/styles.scoped.css +39 -39
- package/lib/internal/template/tabs/styles.selectors.js +21 -21
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/task.js +1 -1
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/task.js.map +1 -1
- 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
|
-
.awsui_header-
|
|
93
|
+
.awsui_header-cell_1spae_utdph_93:not(#\9) {
|
|
94
94
|
position: relative;
|
|
95
95
|
text-align: left;
|
|
96
96
|
box-sizing: border-box;
|
|
@@ -102,63 +102,67 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
102
102
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
|
|
103
103
|
padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-scaled-xs-6859qs, 8px);
|
|
104
104
|
}
|
|
105
|
-
.awsui_header-cell-
|
|
105
|
+
.awsui_header-cell-sticky_1spae_utdph_105:not(#\9) {
|
|
106
106
|
border-bottom: var(--border-table-sticky-width-52djt5, 0px) solid var(--color-border-divider-default-k96bks, #eaeded);
|
|
107
107
|
}
|
|
108
|
-
.awsui_header-cell-
|
|
108
|
+
.awsui_header-cell-stuck_1spae_utdph_108:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_utdph_108) {
|
|
109
109
|
border-bottom-color: transparent;
|
|
110
110
|
}
|
|
111
|
-
.awsui_header-cell-variant-full-
|
|
111
|
+
.awsui_header-cell-variant-full-page_1spae_utdph_108.awsui_header-cell-hidden_1spae_utdph_111:not(#\9) {
|
|
112
112
|
border-bottom-color: transparent;
|
|
113
113
|
}
|
|
114
|
-
.awsui_header-
|
|
114
|
+
.awsui_header-cell_1spae_utdph_93:not(#\9):last-child, .awsui_header-cell_1spae_utdph_93.awsui_header-cell-sortable_1spae_utdph_114:not(#\9) {
|
|
115
115
|
padding-right: var(--space-xs-rsr2qu, 8px);
|
|
116
116
|
}
|
|
117
|
-
.awsui_header-
|
|
117
|
+
.awsui_header-cell_1spae_utdph_93:not(#\9):not(:last-child):before {
|
|
118
118
|
content: "";
|
|
119
119
|
position: absolute;
|
|
120
120
|
right: 0;
|
|
121
|
-
bottom:
|
|
122
|
-
|
|
121
|
+
bottom: 0;
|
|
122
|
+
top: 0;
|
|
123
|
+
min-height: var(--font-heading-xs-line-height-tf278d, 20px);
|
|
124
|
+
max-height: calc(100% - calc(2 * var(--space-xs-rsr2qu, 8px) + var(--space-xxxs-k2w98v, 2px)));
|
|
125
|
+
margin: auto;
|
|
123
126
|
border-left: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
|
|
124
127
|
box-sizing: border-box;
|
|
125
128
|
}
|
|
126
|
-
.awsui_header-cell-
|
|
129
|
+
.awsui_header-cell-resizable_1spae_utdph_129:not(#\9):not(:last-child):before {
|
|
127
130
|
border-left-color: var(--color-border-divider-interactive-default-mrpwro, #687078);
|
|
128
131
|
}
|
|
129
132
|
|
|
130
|
-
.awsui_sorting-
|
|
133
|
+
.awsui_sorting-icon_1spae_utdph_133:not(#\9) {
|
|
131
134
|
position: absolute;
|
|
132
|
-
top:
|
|
135
|
+
top: 50%;
|
|
136
|
+
transform: translateY(-50%);
|
|
133
137
|
right: var(--space-xxs-ynfts5, 4px);
|
|
134
138
|
color: var(--color-text-column-sorting-icon-u1a3xj, #687078);
|
|
135
139
|
}
|
|
136
140
|
|
|
137
|
-
.awsui_edit-
|
|
141
|
+
.awsui_edit-icon_1spae_utdph_141:not(#\9) {
|
|
138
142
|
margin-left: var(--space-xxs-ynfts5, 4px);
|
|
139
143
|
margin-top: var(--space-scaled-xxs-95dhkm, 4px);
|
|
140
144
|
color: inherit;
|
|
141
145
|
}
|
|
142
146
|
|
|
143
|
-
.awsui_header-cell-
|
|
147
|
+
.awsui_header-cell-content_1spae_utdph_147:not(#\9) {
|
|
144
148
|
position: relative;
|
|
145
149
|
padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-s-hv8c1d, 12px);
|
|
146
150
|
}
|
|
147
|
-
.awsui_header-cell-
|
|
151
|
+
.awsui_header-cell-sortable_1spae_utdph_114 > .awsui_header-cell-content_1spae_utdph_147:not(#\9) {
|
|
148
152
|
padding-right: calc(var(--space-xl-a39hup, 24px) + var(--space-xxs-ynfts5, 4px));
|
|
149
153
|
}
|
|
150
|
-
.awsui_header-cell-
|
|
154
|
+
.awsui_header-cell-content_1spae_utdph_147:not(#\9):focus {
|
|
151
155
|
outline: none;
|
|
152
156
|
text-decoration: none;
|
|
153
157
|
}
|
|
154
|
-
.awsui_header-cell-
|
|
158
|
+
.awsui_header-cell-content_1spae_utdph_147[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
155
159
|
position: relative;
|
|
156
160
|
}
|
|
157
|
-
.awsui_header-cell-
|
|
161
|
+
.awsui_header-cell-content_1spae_utdph_147[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
158
162
|
outline: 2px dotted transparent;
|
|
159
163
|
outline-offset: calc(var(--space-table-header-focus-outline-gutter-uqywlq, 0px) - 1px);
|
|
160
164
|
}
|
|
161
|
-
.awsui_header-cell-
|
|
165
|
+
.awsui_header-cell-content_1spae_utdph_147[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
162
166
|
content: " ";
|
|
163
167
|
display: block;
|
|
164
168
|
position: absolute;
|
|
@@ -169,14 +173,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
169
173
|
border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
|
|
170
174
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
171
175
|
}
|
|
172
|
-
.awsui_header-cell-
|
|
176
|
+
.awsui_header-cell-content_1spae_utdph_147.awsui_header-cell-fake-focus_1spae_utdph_176:not(#\9) {
|
|
173
177
|
position: relative;
|
|
174
178
|
}
|
|
175
|
-
.awsui_header-cell-
|
|
179
|
+
.awsui_header-cell-content_1spae_utdph_147.awsui_header-cell-fake-focus_1spae_utdph_176:not(#\9) {
|
|
176
180
|
outline: 2px dotted transparent;
|
|
177
181
|
outline-offset: calc(var(--space-table-header-focus-outline-gutter-uqywlq, 0px) - 1px);
|
|
178
182
|
}
|
|
179
|
-
.awsui_header-cell-
|
|
183
|
+
.awsui_header-cell-content_1spae_utdph_147.awsui_header-cell-fake-focus_1spae_utdph_176:not(#\9)::before {
|
|
180
184
|
content: " ";
|
|
181
185
|
display: block;
|
|
182
186
|
position: absolute;
|
|
@@ -187,28 +191,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
187
191
|
border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
|
|
188
192
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
189
193
|
}
|
|
190
|
-
.awsui_header-cell-
|
|
194
|
+
.awsui_header-cell-disabled_1spae_utdph_194.awsui_header-cell-sorted_1spae_utdph_194 > .awsui_header-cell-content_1spae_utdph_147 > .awsui_sorting-icon_1spae_utdph_133:not(#\9) {
|
|
191
195
|
color: var(--color-text-interactive-disabled-jcikk2, #aab7b8);
|
|
192
196
|
}
|
|
193
197
|
|
|
194
|
-
.awsui_header-cell-
|
|
198
|
+
.awsui_header-cell-sortable_1spae_utdph_114:not(#\9):not(.awsui_header-cell-disabled_1spae_utdph_194) > .awsui_header-cell-content_1spae_utdph_147 {
|
|
195
199
|
cursor: pointer;
|
|
196
200
|
}
|
|
197
|
-
.awsui_header-cell-
|
|
201
|
+
.awsui_header-cell-sortable_1spae_utdph_114:not(#\9):not(.awsui_header-cell-disabled_1spae_utdph_194) > .awsui_header-cell-content_1spae_utdph_147:hover, .awsui_header-cell-sortable_1spae_utdph_114:not(#\9):not(.awsui_header-cell-disabled_1spae_utdph_194).awsui_header-cell-sorted_1spae_utdph_194 > .awsui_header-cell-content_1spae_utdph_147 {
|
|
198
202
|
color: var(--color-text-interactive-active-i5elzx, #16191f);
|
|
199
203
|
}
|
|
200
|
-
.awsui_header-cell-
|
|
204
|
+
.awsui_header-cell-sortable_1spae_utdph_114:not(#\9):not(.awsui_header-cell-disabled_1spae_utdph_194) > .awsui_header-cell-content_1spae_utdph_147:hover > .awsui_sorting-icon_1spae_utdph_133, .awsui_header-cell-sortable_1spae_utdph_114:not(#\9):not(.awsui_header-cell-disabled_1spae_utdph_194).awsui_header-cell-sorted_1spae_utdph_194 > .awsui_header-cell-content_1spae_utdph_147 > .awsui_sorting-icon_1spae_utdph_133 {
|
|
201
205
|
color: var(--color-text-interactive-active-i5elzx, #16191f);
|
|
202
206
|
}
|
|
203
207
|
|
|
204
|
-
.awsui_header-cell-
|
|
208
|
+
.awsui_header-cell-text_1spae_utdph_208:not(#\9) {
|
|
209
|
+
line-height: var(--font-heading-xs-line-height-tf278d, 20px);
|
|
210
|
+
padding-top: calc(var(--space-xxxs-k2w98v, 2px) / 2);
|
|
211
|
+
padding-bottom: calc(var(--space-xxxs-k2w98v, 2px) / 2);
|
|
212
|
+
}
|
|
213
|
+
.awsui_header-cell-text_1spae_utdph_208:not(#\9):not(.awsui_header-cell-text-wrap_1spae_utdph_213) {
|
|
205
214
|
white-space: nowrap;
|
|
206
215
|
overflow: hidden;
|
|
207
216
|
text-overflow: ellipsis;
|
|
208
217
|
}
|
|
209
218
|
|
|
210
|
-
.awsui_header-cell-
|
|
211
|
-
.awsui_header-cell-
|
|
219
|
+
.awsui_header-cell-ascending_1spae_utdph_219:not(#\9),
|
|
220
|
+
.awsui_header-cell-descending_1spae_utdph_220:not(#\9) {
|
|
212
221
|
/* used in test-utils */
|
|
213
222
|
}
|
|
214
223
|
|
|
@@ -218,26 +227,26 @@ with the left edge of the table as closely as possible. If the
|
|
|
218
227
|
last header cell is sortable the sort icon should align with the
|
|
219
228
|
settings icon in the pagination slot.
|
|
220
229
|
*/
|
|
221
|
-
.awsui_header-
|
|
230
|
+
.awsui_header-cell_1spae_utdph_93:not(#\9):not(.awsui_is-visual-refresh_1spae_utdph_230):first-child {
|
|
222
231
|
padding-left: var(--space-xs-rsr2qu, 8px);
|
|
223
232
|
}
|
|
224
233
|
|
|
225
|
-
.awsui_header-
|
|
234
|
+
.awsui_header-cell_1spae_utdph_93.awsui_is-visual-refresh_1spae_utdph_230:not(#\9) {
|
|
226
235
|
/*
|
|
227
236
|
Striped rows requires additional left padding because the
|
|
228
237
|
shaded background makes the child content appear too close
|
|
229
238
|
to the table edge.
|
|
230
239
|
*/
|
|
231
240
|
}
|
|
232
|
-
.awsui_header-
|
|
241
|
+
.awsui_header-cell_1spae_utdph_93.awsui_is-visual-refresh_1spae_utdph_230:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_utdph_241) {
|
|
233
242
|
padding-left: var(--space-xxxs-k2w98v, 2px);
|
|
234
243
|
}
|
|
235
|
-
.awsui_header-
|
|
244
|
+
.awsui_header-cell_1spae_utdph_93.awsui_is-visual-refresh_1spae_utdph_230:not(#\9):first-child.awsui_has-striped-rows_1spae_utdph_241 {
|
|
236
245
|
padding-left: var(--space-xxs-ynfts5, 4px);
|
|
237
246
|
}
|
|
238
|
-
.awsui_header-
|
|
247
|
+
.awsui_header-cell_1spae_utdph_93.awsui_is-visual-refresh_1spae_utdph_230:not(#\9):first-child > .awsui_header-cell-content_1spae_utdph_147 {
|
|
239
248
|
padding-left: 0;
|
|
240
249
|
}
|
|
241
|
-
.awsui_header-
|
|
250
|
+
.awsui_header-cell_1spae_utdph_93.awsui_is-visual-refresh_1spae_utdph_230:not(#\9):last-child.awsui_header-cell-sortable_1spae_utdph_114 {
|
|
242
251
|
padding-right: var(--space-xxxs-k2w98v, 2px);
|
|
243
252
|
}
|
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"header-cell": "awsui_header-
|
|
6
|
-
"header-cell-sticky": "awsui_header-cell-
|
|
7
|
-
"header-cell-stuck": "awsui_header-cell-
|
|
8
|
-
"header-cell-variant-full-page": "awsui_header-cell-variant-full-
|
|
9
|
-
"header-cell-hidden": "awsui_header-cell-
|
|
10
|
-
"header-cell-sortable": "awsui_header-cell-
|
|
11
|
-
"header-cell-resizable": "awsui_header-cell-
|
|
12
|
-
"sorting-icon": "awsui_sorting-
|
|
13
|
-
"edit-icon": "awsui_edit-
|
|
14
|
-
"header-cell-content": "awsui_header-cell-
|
|
15
|
-
"header-cell-fake-focus": "awsui_header-cell-fake-
|
|
16
|
-
"header-cell-disabled": "awsui_header-cell-
|
|
17
|
-
"header-cell-sorted": "awsui_header-cell-
|
|
18
|
-
"header-cell-text": "awsui_header-cell-
|
|
19
|
-
"header-cell-text-wrap": "awsui_header-cell-text-
|
|
20
|
-
"header-cell-ascending": "awsui_header-cell-
|
|
21
|
-
"header-cell-descending": "awsui_header-cell-
|
|
22
|
-
"is-visual-refresh": "awsui_is-visual-
|
|
23
|
-
"has-striped-rows": "awsui_has-striped-
|
|
5
|
+
"header-cell": "awsui_header-cell_1spae_utdph_93",
|
|
6
|
+
"header-cell-sticky": "awsui_header-cell-sticky_1spae_utdph_105",
|
|
7
|
+
"header-cell-stuck": "awsui_header-cell-stuck_1spae_utdph_108",
|
|
8
|
+
"header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_utdph_108",
|
|
9
|
+
"header-cell-hidden": "awsui_header-cell-hidden_1spae_utdph_111",
|
|
10
|
+
"header-cell-sortable": "awsui_header-cell-sortable_1spae_utdph_114",
|
|
11
|
+
"header-cell-resizable": "awsui_header-cell-resizable_1spae_utdph_129",
|
|
12
|
+
"sorting-icon": "awsui_sorting-icon_1spae_utdph_133",
|
|
13
|
+
"edit-icon": "awsui_edit-icon_1spae_utdph_141",
|
|
14
|
+
"header-cell-content": "awsui_header-cell-content_1spae_utdph_147",
|
|
15
|
+
"header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_utdph_176",
|
|
16
|
+
"header-cell-disabled": "awsui_header-cell-disabled_1spae_utdph_194",
|
|
17
|
+
"header-cell-sorted": "awsui_header-cell-sorted_1spae_utdph_194",
|
|
18
|
+
"header-cell-text": "awsui_header-cell-text_1spae_utdph_208",
|
|
19
|
+
"header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_utdph_213",
|
|
20
|
+
"header-cell-ascending": "awsui_header-cell-ascending_1spae_utdph_219",
|
|
21
|
+
"header-cell-descending": "awsui_header-cell-descending_1spae_utdph_220",
|
|
22
|
+
"is-visual-refresh": "awsui_is-visual-refresh_1spae_utdph_230",
|
|
23
|
+
"has-striped-rows": "awsui_has-striped-rows_1spae_utdph_241"
|
|
24
24
|
};
|
|
25
25
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"resize-active": "awsui_resize-
|
|
5
|
-
"resize-active-with-focus": "awsui_resize-active-with-
|
|
6
|
-
"resizer": "
|
|
7
|
-
"resizer-active": "awsui_resizer-
|
|
8
|
-
"has-focus": "awsui_has-
|
|
9
|
-
"tracker": "
|
|
4
|
+
"resize-active": "awsui_resize-active_x7peu_5v441_93",
|
|
5
|
+
"resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_5v441_93",
|
|
6
|
+
"resizer": "awsui_resizer_x7peu_5v441_98",
|
|
7
|
+
"resizer-active": "awsui_resizer-active_x7peu_5v441_114",
|
|
8
|
+
"has-focus": "awsui_has-focus_x7peu_5v441_126",
|
|
9
|
+
"tracker": "awsui_tracker_x7peu_5v441_149"
|
|
10
10
|
};
|
|
11
11
|
|
|
@@ -90,13 +90,13 @@ 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
|
-
.awsui_resize-
|
|
93
|
+
.awsui_resize-active_x7peu_5v441_93:not(#\9):not(.awsui_resize-active-with-focus_x7peu_5v441_93) * {
|
|
94
94
|
cursor: col-resize;
|
|
95
95
|
-webkit-user-select: none;
|
|
96
96
|
user-select: none;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
.
|
|
99
|
+
.awsui_resizer_x7peu_5v441_98:not(#\9) {
|
|
100
100
|
bottom: 0;
|
|
101
101
|
cursor: col-resize;
|
|
102
102
|
position: absolute;
|
|
@@ -105,31 +105,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
105
105
|
width: var(--space-l-4vl6xu, 20px);
|
|
106
106
|
z-index: 10;
|
|
107
107
|
}
|
|
108
|
-
.awsui_resize-
|
|
108
|
+
.awsui_resize-active_x7peu_5v441_93 .awsui_resizer_x7peu_5v441_98:not(#\9) {
|
|
109
109
|
pointer-events: none;
|
|
110
110
|
}
|
|
111
|
-
th:not(#\9):last-child > .
|
|
111
|
+
th:not(#\9):last-child > .awsui_resizer_x7peu_5v441_98 {
|
|
112
112
|
width: calc(var(--space-l-4vl6xu, 20px) / 2);
|
|
113
113
|
right: 0;
|
|
114
114
|
}
|
|
115
|
-
th:not(#\9):not(:last-child) > .
|
|
115
|
+
th:not(#\9):not(:last-child) > .awsui_resizer_x7peu_5v441_98:hover::before, th:not(#\9):not(:last-child) > .awsui_resizer-active_x7peu_5v441_114::before {
|
|
116
116
|
content: "";
|
|
117
117
|
position: absolute;
|
|
118
118
|
left: calc(var(--space-l-4vl6xu, 20px) / 2 - 2px);
|
|
119
|
-
bottom:
|
|
120
|
-
|
|
121
|
-
|
|
119
|
+
bottom: 0;
|
|
120
|
+
top: 0;
|
|
121
|
+
min-height: var(--font-heading-xs-line-height-tf278d, 20px);
|
|
122
|
+
max-height: calc(100% - calc(2 * var(--space-xs-rsr2qu, 8px) + var(--space-xxxs-k2w98v, 2px)));
|
|
123
|
+
margin: auto;
|
|
122
124
|
border-left: 2px solid var(--color-border-divider-active-22zon0, #687078);
|
|
125
|
+
box-sizing: border-box;
|
|
123
126
|
}
|
|
124
|
-
.
|
|
127
|
+
.awsui_resizer_x7peu_5v441_98.awsui_has-focus_x7peu_5v441_126:not(#\9) {
|
|
125
128
|
position: relative;
|
|
126
129
|
position: absolute;
|
|
127
130
|
}
|
|
128
|
-
.
|
|
131
|
+
.awsui_resizer_x7peu_5v441_98.awsui_has-focus_x7peu_5v441_126:not(#\9) {
|
|
129
132
|
outline: 2px dotted transparent;
|
|
130
133
|
outline-offset: calc(var(--space-table-header-focus-outline-gutter-uqywlq, 0px) - 1px);
|
|
131
134
|
}
|
|
132
|
-
.
|
|
135
|
+
.awsui_resizer_x7peu_5v441_98.awsui_has-focus_x7peu_5v441_126:not(#\9)::before {
|
|
133
136
|
content: " ";
|
|
134
137
|
display: block;
|
|
135
138
|
position: absolute;
|
|
@@ -140,11 +143,11 @@ th:not(#\9):not(:last-child) > .awsui_resizer_x7peu_1h6fg_98:hover::before, th:n
|
|
|
140
143
|
border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
|
|
141
144
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
142
145
|
}
|
|
143
|
-
.
|
|
146
|
+
.awsui_resizer_x7peu_5v441_98.awsui_has-focus_x7peu_5v441_126:not(#\9)::before {
|
|
144
147
|
box-shadow: inset 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
145
148
|
}
|
|
146
149
|
|
|
147
|
-
.
|
|
150
|
+
.awsui_tracker_x7peu_5v441_149:not(#\9) {
|
|
148
151
|
display: none;
|
|
149
152
|
position: absolute;
|
|
150
153
|
border-left: var(--border-divider-list-width-hacikr, 1px) dashed var(--color-border-divider-active-22zon0, #687078);
|
|
@@ -152,6 +155,6 @@ th:not(#\9):not(:last-child) > .awsui_resizer_x7peu_1h6fg_98:hover::before, th:n
|
|
|
152
155
|
top: 0;
|
|
153
156
|
bottom: 0;
|
|
154
157
|
}
|
|
155
|
-
.awsui_resize-
|
|
158
|
+
.awsui_resize-active_x7peu_5v441_93 .awsui_tracker_x7peu_5v441_149:not(#\9) {
|
|
156
159
|
display: block;
|
|
157
160
|
}
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"resize-active": "awsui_resize-
|
|
6
|
-
"resize-active-with-focus": "awsui_resize-active-with-
|
|
7
|
-
"resizer": "
|
|
8
|
-
"resizer-active": "awsui_resizer-
|
|
9
|
-
"has-focus": "awsui_has-
|
|
10
|
-
"tracker": "
|
|
5
|
+
"resize-active": "awsui_resize-active_x7peu_5v441_93",
|
|
6
|
+
"resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_5v441_93",
|
|
7
|
+
"resizer": "awsui_resizer_x7peu_5v441_98",
|
|
8
|
+
"resizer-active": "awsui_resizer-active_x7peu_5v441_114",
|
|
9
|
+
"has-focus": "awsui_has-focus_x7peu_5v441_126",
|
|
10
|
+
"tracker": "awsui_tracker_x7peu_5v441_149"
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"tabs-header": "awsui_tabs-
|
|
5
|
-
"tabs-header-list": "awsui_tabs-header-
|
|
6
|
-
"pagination-button": "awsui_pagination-
|
|
7
|
-
"pagination-button-left": "awsui_pagination-button-
|
|
8
|
-
"pagination-button-left-scrollable": "awsui_pagination-button-left-
|
|
9
|
-
"pagination-button-right": "awsui_pagination-button-
|
|
10
|
-
"pagination-button-right-scrollable": "awsui_pagination-button-right-
|
|
11
|
-
"tabs-tab": "awsui_tabs-
|
|
12
|
-
"tabs-tab-label": "awsui_tabs-tab-
|
|
13
|
-
"tabs-tab-link": "awsui_tabs-tab-
|
|
14
|
-
"tabs-tab-disabled": "awsui_tabs-tab-
|
|
15
|
-
"refresh": "
|
|
16
|
-
"tabs-tab-active": "awsui_tabs-tab-
|
|
17
|
-
"tabs-header-with-divider": "awsui_tabs-header-with-
|
|
18
|
-
"root": "
|
|
19
|
-
"tabs": "
|
|
20
|
-
"tabs-content": "awsui_tabs-
|
|
21
|
-
"tabs-content-active": "awsui_tabs-content-
|
|
22
|
-
"tabs-content-wrapper": "awsui_tabs-content-
|
|
23
|
-
"with-paddings": "awsui_with-
|
|
24
|
-
"tabs-container-content-wrapper": "awsui_tabs-container-content-
|
|
4
|
+
"tabs-header": "awsui_tabs-header_14rmt_1c9xc_186",
|
|
5
|
+
"tabs-header-list": "awsui_tabs-header-list_14rmt_1c9xc_192",
|
|
6
|
+
"pagination-button": "awsui_pagination-button_14rmt_1c9xc_207",
|
|
7
|
+
"pagination-button-left": "awsui_pagination-button-left_14rmt_1c9xc_212",
|
|
8
|
+
"pagination-button-left-scrollable": "awsui_pagination-button-left-scrollable_14rmt_1c9xc_215",
|
|
9
|
+
"pagination-button-right": "awsui_pagination-button-right_14rmt_1c9xc_219",
|
|
10
|
+
"pagination-button-right-scrollable": "awsui_pagination-button-right-scrollable_14rmt_1c9xc_222",
|
|
11
|
+
"tabs-tab": "awsui_tabs-tab_14rmt_1c9xc_227",
|
|
12
|
+
"tabs-tab-label": "awsui_tabs-tab-label_14rmt_1c9xc_238",
|
|
13
|
+
"tabs-tab-link": "awsui_tabs-tab-link_14rmt_1c9xc_254",
|
|
14
|
+
"tabs-tab-disabled": "awsui_tabs-tab-disabled_14rmt_1c9xc_313",
|
|
15
|
+
"refresh": "awsui_refresh_14rmt_1c9xc_331",
|
|
16
|
+
"tabs-tab-active": "awsui_tabs-tab-active_14rmt_1c9xc_345",
|
|
17
|
+
"tabs-header-with-divider": "awsui_tabs-header-with-divider_14rmt_1c9xc_352",
|
|
18
|
+
"root": "awsui_root_14rmt_1c9xc_356",
|
|
19
|
+
"tabs": "awsui_tabs_14rmt_1c9xc_186",
|
|
20
|
+
"tabs-content": "awsui_tabs-content_14rmt_1c9xc_375",
|
|
21
|
+
"tabs-content-active": "awsui_tabs-content-active_14rmt_1c9xc_379",
|
|
22
|
+
"tabs-content-wrapper": "awsui_tabs-content-wrapper_14rmt_1c9xc_389",
|
|
23
|
+
"with-paddings": "awsui_with-paddings_14rmt_1c9xc_389",
|
|
24
|
+
"tabs-container-content-wrapper": "awsui_tabs-container-content-wrapper_14rmt_1c9xc_393"
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -183,13 +183,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
183
183
|
SPDX-License-Identifier: Apache-2.0
|
|
184
184
|
*/
|
|
185
185
|
/* stylelint-disable selector-max-type */
|
|
186
|
-
.awsui_tabs-
|
|
186
|
+
.awsui_tabs-header_14rmt_1c9xc_186:not(#\9) {
|
|
187
187
|
margin: 0;
|
|
188
188
|
padding: 0;
|
|
189
189
|
display: flex;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.awsui_tabs-header-
|
|
192
|
+
.awsui_tabs-header-list_14rmt_1c9xc_192:not(#\9) {
|
|
193
193
|
margin: 0;
|
|
194
194
|
padding: 0;
|
|
195
195
|
display: flex;
|
|
@@ -200,45 +200,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
200
200
|
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
201
201
|
scrollbar-width: none; /* Firefox */
|
|
202
202
|
}
|
|
203
|
-
.awsui_tabs-header-
|
|
203
|
+
.awsui_tabs-header-list_14rmt_1c9xc_192:not(#\9)::-webkit-scrollbar {
|
|
204
204
|
display: none; /* Safari and Chrome */
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.awsui_pagination-
|
|
207
|
+
.awsui_pagination-button_14rmt_1c9xc_207:not(#\9) {
|
|
208
208
|
margin: var(--space-scaled-s-cu1hzn, 12px) 0;
|
|
209
209
|
padding: 0 var(--space-xxs-ynfts5, 4px);
|
|
210
210
|
display: flex;
|
|
211
211
|
}
|
|
212
|
-
.awsui_pagination-button-
|
|
212
|
+
.awsui_pagination-button-left_14rmt_1c9xc_212:not(#\9) {
|
|
213
213
|
border-right: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-control-disabled-zgidl5, #d5dbdb);
|
|
214
214
|
}
|
|
215
|
-
.awsui_pagination-button-left-
|
|
215
|
+
.awsui_pagination-button-left-scrollable_14rmt_1c9xc_215:not(#\9) {
|
|
216
216
|
z-index: 1;
|
|
217
217
|
box-shadow: 5px 0px 4px -3px var(--color-border-tabs-shadow-22eyu5, #eaeded), 1px 0px 0px 0px var(--color-border-tabs-shadow-22eyu5, #eaeded);
|
|
218
218
|
}
|
|
219
|
-
.awsui_pagination-button-
|
|
219
|
+
.awsui_pagination-button-right_14rmt_1c9xc_219:not(#\9) {
|
|
220
220
|
border-left: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-control-disabled-zgidl5, #d5dbdb);
|
|
221
221
|
}
|
|
222
|
-
.awsui_pagination-button-right-
|
|
222
|
+
.awsui_pagination-button-right-scrollable_14rmt_1c9xc_222:not(#\9) {
|
|
223
223
|
z-index: 1;
|
|
224
224
|
box-shadow: -5px 0px 4px -3px var(--color-border-tabs-shadow-22eyu5, #eaeded), -1px 0px 0px 0 var(--color-border-tabs-shadow-22eyu5, #eaeded);
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
.awsui_tabs-
|
|
227
|
+
.awsui_tabs-tab_14rmt_1c9xc_227:not(#\9) {
|
|
228
228
|
list-style: none;
|
|
229
229
|
padding: 0;
|
|
230
230
|
flex-shrink: 0;
|
|
231
231
|
display: flex;
|
|
232
232
|
max-width: calc(90% - var(--space-l-4vl6xu, 20px));
|
|
233
233
|
}
|
|
234
|
-
.awsui_tabs-
|
|
234
|
+
.awsui_tabs-tab_14rmt_1c9xc_227 > button:not(#\9) {
|
|
235
235
|
background-color: transparent;
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
.awsui_tabs-tab-
|
|
238
|
+
.awsui_tabs-tab-label_14rmt_1c9xc_238:not(#\9) {
|
|
239
239
|
display: flex;
|
|
240
240
|
align-items: center;
|
|
241
|
-
padding: var(--space-scaled-2x-xxs-
|
|
241
|
+
padding: var(--space-scaled-2x-xxs-40awim, 4px) var(--space-l-4vl6xu, 20px);
|
|
242
242
|
text-align: left;
|
|
243
243
|
position: relative;
|
|
244
244
|
min-width: 0;
|
|
@@ -246,12 +246,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
246
246
|
word-break: break-word;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
.awsui_tabs-
|
|
249
|
+
.awsui_tabs-tab_14rmt_1c9xc_227:not(#\9):not(:last-child) > a > .awsui_tabs-tab-label_14rmt_1c9xc_238, .awsui_tabs-tab_14rmt_1c9xc_227:not(#\9):not(:last-child) > button > .awsui_tabs-tab-label_14rmt_1c9xc_238 {
|
|
250
250
|
margin-right: calc(-1 * var(--border-divider-section-width-5a4cv1, 1px));
|
|
251
251
|
border-right: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-tabs-divider-lf9ugx, #aab7b8);
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
.awsui_tabs-tab-
|
|
254
|
+
.awsui_tabs-tab-link_14rmt_1c9xc_254:not(#\9) {
|
|
255
255
|
position: relative;
|
|
256
256
|
display: flex;
|
|
257
257
|
align-items: stretch;
|
|
@@ -267,21 +267,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
267
267
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
|
|
268
268
|
color: var(--color-text-interactive-default-9me1cm, #545b64);
|
|
269
269
|
}
|
|
270
|
-
.awsui_tabs-tab-
|
|
270
|
+
.awsui_tabs-tab-link_14rmt_1c9xc_254:not(#\9):hover {
|
|
271
271
|
color: var(--color-text-accent-s0earc, #0073bb);
|
|
272
272
|
}
|
|
273
|
-
.awsui_tabs-tab-
|
|
273
|
+
.awsui_tabs-tab-link_14rmt_1c9xc_254:not(#\9):focus {
|
|
274
274
|
outline: none;
|
|
275
275
|
}
|
|
276
|
-
.awsui_tabs-tab-
|
|
276
|
+
.awsui_tabs-tab-link_14rmt_1c9xc_254[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
277
277
|
z-index: 1;
|
|
278
278
|
position: relative;
|
|
279
279
|
}
|
|
280
|
-
.awsui_tabs-tab-
|
|
280
|
+
.awsui_tabs-tab-link_14rmt_1c9xc_254[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
281
281
|
outline: 2px dotted transparent;
|
|
282
282
|
outline-offset: calc(var(--space-tabs-focus-outline-gutter-th1z8v, 0px) - 1px);
|
|
283
283
|
}
|
|
284
|
-
.awsui_tabs-tab-
|
|
284
|
+
.awsui_tabs-tab-link_14rmt_1c9xc_254[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
285
285
|
content: " ";
|
|
286
286
|
display: block;
|
|
287
287
|
position: absolute;
|
|
@@ -292,32 +292,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
292
292
|
border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
|
|
293
293
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
294
294
|
}
|
|
295
|
-
.awsui_tabs-tab-
|
|
295
|
+
.awsui_tabs-tab-link_14rmt_1c9xc_254[data-awsui-focus-visible=true]:not(#\9):focus > a > .awsui_tabs-tab-label_14rmt_1c9xc_238, .awsui_tabs-tab-link_14rmt_1c9xc_254[data-awsui-focus-visible=true]:not(#\9):focus > button > .awsui_tabs-tab-label_14rmt_1c9xc_238 {
|
|
296
296
|
border-right-color: transparent;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
.awsui_tabs-
|
|
299
|
+
.awsui_tabs-tab_14rmt_1c9xc_227:not(#\9):first-child {
|
|
300
300
|
margin-left: 1px;
|
|
301
301
|
}
|
|
302
|
-
.awsui_tabs-
|
|
302
|
+
.awsui_tabs-tab_14rmt_1c9xc_227:not(#\9):first-child > a > .awsui_tabs-tab-label_14rmt_1c9xc_238, .awsui_tabs-tab_14rmt_1c9xc_227:not(#\9):first-child > button > .awsui_tabs-tab-label_14rmt_1c9xc_238 {
|
|
303
303
|
padding-left: calc(var(--space-l-4vl6xu, 20px) - 1px);
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
.awsui_tabs-
|
|
306
|
+
.awsui_tabs-tab_14rmt_1c9xc_227:not(#\9):last-child {
|
|
307
307
|
margin-right: 1px;
|
|
308
308
|
}
|
|
309
|
-
.awsui_tabs-
|
|
309
|
+
.awsui_tabs-tab_14rmt_1c9xc_227:not(#\9):last-child > a > .awsui_tabs-tab-label_14rmt_1c9xc_238, .awsui_tabs-tab_14rmt_1c9xc_227:not(#\9):last-child > button > .awsui_tabs-tab-label_14rmt_1c9xc_238 {
|
|
310
310
|
padding-right: calc(var(--space-l-4vl6xu, 20px) - 1px);
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
.awsui_tabs-tab-
|
|
313
|
+
.awsui_tabs-tab-disabled_14rmt_1c9xc_313:not(#\9), .awsui_tabs-tab-disabled_14rmt_1c9xc_313:not(#\9):hover {
|
|
314
314
|
pointer-events: none;
|
|
315
315
|
cursor: default;
|
|
316
316
|
color: var(--color-text-interactive-disabled-jcikk2, #aab7b8);
|
|
317
317
|
font-weight: var(--font-tabs-disabled-weight-0s5m6k, 400);
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
.awsui_tabs-tab-
|
|
320
|
+
.awsui_tabs-tab-link_14rmt_1c9xc_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1c9xc_313):after {
|
|
321
321
|
content: "";
|
|
322
322
|
position: absolute;
|
|
323
323
|
left: 0;
|
|
@@ -328,36 +328,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
328
328
|
background: var(--color-border-tabs-underline-ba6hzi, #16191f);
|
|
329
329
|
opacity: 0;
|
|
330
330
|
}
|
|
331
|
-
.awsui_tabs-tab-
|
|
331
|
+
.awsui_tabs-tab-link_14rmt_1c9xc_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1c9xc_313).awsui_refresh_14rmt_1c9xc_331:after {
|
|
332
332
|
transition: opacity var(--motion-duration-refresh-only-medium-5flen2, 165ms) var(--motion-easing-refresh-only-c-ic6jr0, cubic-bezier(0.84, 0, 0.16, 1));
|
|
333
333
|
}
|
|
334
334
|
@media (prefers-reduced-motion: reduce) {
|
|
335
|
-
.awsui_tabs-tab-
|
|
335
|
+
.awsui_tabs-tab-link_14rmt_1c9xc_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1c9xc_313).awsui_refresh_14rmt_1c9xc_331:after {
|
|
336
336
|
animation: none;
|
|
337
337
|
transition: none;
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
|
-
.awsui-motion-disabled .awsui_tabs-tab-
|
|
340
|
+
.awsui-motion-disabled .awsui_tabs-tab-link_14rmt_1c9xc_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1c9xc_313).awsui_refresh_14rmt_1c9xc_331:after, .awsui-mode-entering .awsui_tabs-tab-link_14rmt_1c9xc_254:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1c9xc_313).awsui_refresh_14rmt_1c9xc_331:after {
|
|
341
341
|
animation: none;
|
|
342
342
|
transition: none;
|
|
343
343
|
}
|
|
344
344
|
|
|
345
|
-
.awsui_tabs-tab-
|
|
345
|
+
.awsui_tabs-tab-active_14rmt_1c9xc_345:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1c9xc_313) {
|
|
346
346
|
color: var(--color-text-accent-s0earc, #0073bb);
|
|
347
347
|
}
|
|
348
|
-
.awsui_tabs-tab-
|
|
348
|
+
.awsui_tabs-tab-active_14rmt_1c9xc_345:not(#\9):not(.awsui_tabs-tab-disabled_14rmt_1c9xc_313):after {
|
|
349
349
|
opacity: 1;
|
|
350
350
|
}
|
|
351
351
|
|
|
352
|
-
.awsui_tabs-header-with-
|
|
352
|
+
.awsui_tabs-header-with-divider_14rmt_1c9xc_352:not(#\9) {
|
|
353
353
|
border-bottom: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-tabs-divider-lf9ugx, #aab7b8);
|
|
354
354
|
}
|
|
355
355
|
|
|
356
|
-
.
|
|
356
|
+
.awsui_root_14rmt_1c9xc_356:not(#\9) {
|
|
357
357
|
/* used in test-utils or tests */
|
|
358
358
|
}
|
|
359
359
|
|
|
360
|
-
.
|
|
360
|
+
.awsui_tabs_14rmt_1c9xc_186:not(#\9) {
|
|
361
361
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
362
362
|
border-collapse: separate;
|
|
363
363
|
border-spacing: 0;
|
|
@@ -398,24 +398,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
398
398
|
width: 100%;
|
|
399
399
|
}
|
|
400
400
|
|
|
401
|
-
.awsui_tabs-
|
|
401
|
+
.awsui_tabs-content_14rmt_1c9xc_375:not(#\9) {
|
|
402
402
|
display: none;
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
-
.awsui_tabs-content-
|
|
405
|
+
.awsui_tabs-content-active_14rmt_1c9xc_379:not(#\9) {
|
|
406
406
|
display: block;
|
|
407
407
|
}
|
|
408
|
-
.awsui_tabs-content-
|
|
408
|
+
.awsui_tabs-content-active_14rmt_1c9xc_379[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
409
409
|
outline: 2px dotted transparent;
|
|
410
410
|
outline-offset: 2px;
|
|
411
411
|
border-radius: var(--border-radius-container-1aveko, 0px);
|
|
412
412
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
|
|
413
413
|
}
|
|
414
414
|
|
|
415
|
-
.awsui_tabs-content-
|
|
415
|
+
.awsui_tabs-content-wrapper_14rmt_1c9xc_389.awsui_with-paddings_14rmt_1c9xc_389 > .awsui_tabs-content_14rmt_1c9xc_375:not(#\9) {
|
|
416
416
|
padding: var(--space-scaled-m-pv0fmt, 16px) 0;
|
|
417
417
|
}
|
|
418
418
|
|
|
419
|
-
.awsui_tabs-container-content-
|
|
419
|
+
.awsui_tabs-container-content-wrapper_14rmt_1c9xc_393.awsui_with-paddings_14rmt_1c9xc_389 > .awsui_tabs-content_14rmt_1c9xc_375:not(#\9) {
|
|
420
420
|
padding: var(--space-tabs-content-top-c5lrql, 16px) var(--space-container-horizontal-tlw03i, 20px) var(--space-scaled-l-t03y3z, 20px);
|
|
421
421
|
}
|