@cloudscape-design/components 3.0.778 → 3.0.779
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/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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
|
-
"divider": "
|
|
7
|
-
"divider-disabled": "awsui_divider-
|
|
8
|
-
"divider-active": "awsui_divider-
|
|
9
|
-
"resizer": "
|
|
10
|
-
"has-focus": "awsui_has-
|
|
11
|
-
"tracker": "
|
|
4
|
+
"resize-active": "awsui_resize-active_x7peu_qtqfr_141",
|
|
5
|
+
"resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_qtqfr_141",
|
|
6
|
+
"divider": "awsui_divider_x7peu_qtqfr_146",
|
|
7
|
+
"divider-disabled": "awsui_divider-disabled_x7peu_qtqfr_160",
|
|
8
|
+
"divider-active": "awsui_divider-active_x7peu_qtqfr_163",
|
|
9
|
+
"resizer": "awsui_resizer_x7peu_qtqfr_167",
|
|
10
|
+
"has-focus": "awsui_has-focus_x7peu_qtqfr_224",
|
|
11
|
+
"tracker": "awsui_tracker_x7peu_qtqfr_249"
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -138,13 +138,13 @@
|
|
|
138
138
|
*/
|
|
139
139
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
140
140
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
141
|
-
.awsui_resize-
|
|
141
|
+
.awsui_resize-active_x7peu_qtqfr_141:not(#\9):not(.awsui_resize-active-with-focus_x7peu_qtqfr_141) * {
|
|
142
142
|
cursor: col-resize;
|
|
143
143
|
-webkit-user-select: none;
|
|
144
144
|
user-select: none;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
th:not(#\9):not(:last-child) > .
|
|
147
|
+
th:not(#\9):not(:last-child) > .awsui_divider_x7peu_qtqfr_146 {
|
|
148
148
|
position: absolute;
|
|
149
149
|
outline: none;
|
|
150
150
|
pointer-events: none;
|
|
@@ -158,14 +158,14 @@ th:not(#\9):not(:last-child) > .awsui_divider_x7peu_10vdm_146 {
|
|
|
158
158
|
border-inline-start: var(--border-item-width-yel47s, 2px) solid var(--color-border-divider-interactive-default-0c10au, #8c8c94);
|
|
159
159
|
box-sizing: border-box;
|
|
160
160
|
}
|
|
161
|
-
th:not(#\9):not(:last-child) > .awsui_divider-
|
|
161
|
+
th:not(#\9):not(:last-child) > .awsui_divider-disabled_x7peu_qtqfr_160 {
|
|
162
162
|
border-inline-start-color: var(--color-border-divider-default-cx07f2, #c6c6cd);
|
|
163
163
|
}
|
|
164
|
-
th:not(#\9):not(:last-child) > .awsui_divider-
|
|
164
|
+
th:not(#\9):not(:last-child) > .awsui_divider-active_x7peu_qtqfr_163 {
|
|
165
165
|
border-inline-start: 2px solid var(--color-border-divider-active-tn8t2p, #0f141a);
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
.
|
|
168
|
+
.awsui_resizer_x7peu_qtqfr_167:not(#\9) {
|
|
169
169
|
border-collapse: separate;
|
|
170
170
|
border-spacing: 0;
|
|
171
171
|
box-sizing: border-box;
|
|
@@ -209,29 +209,28 @@ th:not(#\9):not(:last-child) > .awsui_divider-active_x7peu_10vdm_163 {
|
|
|
209
209
|
inline-size: var(--space-l-t419sm, 20px);
|
|
210
210
|
z-index: 10;
|
|
211
211
|
}
|
|
212
|
-
.
|
|
212
|
+
.awsui_resizer_x7peu_qtqfr_167:not(#\9):focus {
|
|
213
213
|
outline: none;
|
|
214
214
|
text-decoration: none;
|
|
215
215
|
}
|
|
216
|
-
.awsui_resize-
|
|
216
|
+
.awsui_resize-active_x7peu_qtqfr_141 .awsui_resizer_x7peu_qtqfr_167:not(#\9) {
|
|
217
217
|
pointer-events: none;
|
|
218
218
|
}
|
|
219
|
-
th:not(#\9):last-child > .
|
|
219
|
+
th:not(#\9):last-child > .awsui_resizer_x7peu_qtqfr_167 {
|
|
220
220
|
inline-size: calc(var(--space-l-t419sm, 20px) / 2);
|
|
221
221
|
inset-inline-end: 0;
|
|
222
222
|
}
|
|
223
|
-
.
|
|
223
|
+
.awsui_resizer_x7peu_qtqfr_167:not(#\9):hover + .awsui_divider_x7peu_qtqfr_146 {
|
|
224
224
|
border-inline-start: 2px solid var(--color-border-divider-active-tn8t2p, #0f141a);
|
|
225
225
|
}
|
|
226
|
-
body[data-awsui-focus-visible=true] .
|
|
227
|
-
position: absolute;
|
|
226
|
+
body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_qtqfr_167.awsui_has-focus_x7peu_qtqfr_224:not(#\9) {
|
|
228
227
|
position: relative;
|
|
229
228
|
}
|
|
230
|
-
body[data-awsui-focus-visible=true] .
|
|
229
|
+
body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_qtqfr_167.awsui_has-focus_x7peu_qtqfr_224:not(#\9) {
|
|
231
230
|
outline: 2px dotted transparent;
|
|
232
231
|
outline-offset: calc(calc(var(--space-table-header-focus-outline-gutter-7js4en, 0px) - 2px) - 1px);
|
|
233
232
|
}
|
|
234
|
-
body[data-awsui-focus-visible=true] .
|
|
233
|
+
body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_qtqfr_167.awsui_has-focus_x7peu_qtqfr_224:not(#\9)::before {
|
|
235
234
|
content: " ";
|
|
236
235
|
display: block;
|
|
237
236
|
position: absolute;
|
|
@@ -245,14 +244,17 @@ body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_10vdm_167.awsui_has-foc
|
|
|
245
244
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
246
245
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
247
246
|
}
|
|
247
|
+
body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_qtqfr_167.awsui_has-focus_x7peu_qtqfr_224:not(#\9) {
|
|
248
|
+
position: absolute;
|
|
249
|
+
}
|
|
248
250
|
|
|
249
|
-
.
|
|
251
|
+
.awsui_tracker_x7peu_qtqfr_249:not(#\9) {
|
|
250
252
|
display: none;
|
|
251
253
|
position: absolute;
|
|
252
254
|
border-inline-start: var(--border-divider-list-width-27y3k5, 1px) dashed var(--color-border-divider-active-tn8t2p, #0f141a);
|
|
253
255
|
inline-size: 0;
|
|
254
256
|
inset-block: 0;
|
|
255
257
|
}
|
|
256
|
-
.awsui_resize-
|
|
258
|
+
.awsui_resize-active_x7peu_qtqfr_141 .awsui_tracker_x7peu_qtqfr_249:not(#\9) {
|
|
257
259
|
display: block;
|
|
258
260
|
}
|
|
@@ -2,13 +2,13 @@
|
|
|
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
|
-
"divider": "
|
|
8
|
-
"divider-disabled": "awsui_divider-
|
|
9
|
-
"divider-active": "awsui_divider-
|
|
10
|
-
"resizer": "
|
|
11
|
-
"has-focus": "awsui_has-
|
|
12
|
-
"tracker": "
|
|
5
|
+
"resize-active": "awsui_resize-active_x7peu_qtqfr_141",
|
|
6
|
+
"resize-active-with-focus": "awsui_resize-active-with-focus_x7peu_qtqfr_141",
|
|
7
|
+
"divider": "awsui_divider_x7peu_qtqfr_146",
|
|
8
|
+
"divider-disabled": "awsui_divider-disabled_x7peu_qtqfr_160",
|
|
9
|
+
"divider-active": "awsui_divider-active_x7peu_qtqfr_163",
|
|
10
|
+
"resizer": "awsui_resizer_x7peu_qtqfr_167",
|
|
11
|
+
"has-focus": "awsui_has-focus_x7peu_qtqfr_224",
|
|
12
|
+
"tracker": "awsui_tracker_x7peu_qtqfr_249"
|
|
13
13
|
};
|
|
14
14
|
|