@cloudscape-design/components 3.0.149 → 3.0.150
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/cards/styles.css.js +37 -37
- package/cards/styles.scoped.css +49 -49
- package/cards/styles.selectors.js +37 -37
- package/container/styles.css.js +16 -16
- package/container/styles.scoped.css +30 -30
- package/container/styles.selectors.js +16 -16
- package/expandable-section/styles.css.js +21 -21
- package/expandable-section/styles.scoped.css +43 -43
- package/expandable-section/styles.selectors.js +21 -21
- package/internal/base-component/styles.scoped.css +5 -4
- package/internal/environment.js +1 -1
- package/internal/generated/styles/tokens.js +1 -1
- package/internal/generated/theming/index.cjs +13 -6
- package/internal/generated/theming/index.js +13 -6
- package/internal/manifest.json +1 -1
- package/modal/styles.css.js +22 -22
- package/modal/styles.scoped.css +41 -41
- package/modal/styles.selectors.js +22 -22
- package/package.json +1 -1
- package/table/body-cell/index.d.ts +3 -1
- package/table/body-cell/index.d.ts.map +1 -1
- package/table/body-cell/index.js +4 -2
- package/table/body-cell/index.js.map +1 -1
- package/table/body-cell/styles.css.js +12 -8
- package/table/body-cell/styles.scoped.css +56 -20
- package/table/body-cell/styles.selectors.js +12 -8
- package/table/header-cell/styles.css.js +18 -16
- package/table/header-cell/styles.scoped.css +54 -27
- package/table/header-cell/styles.selectors.js +18 -16
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +11 -9
- package/table/internal.js.map +1 -1
- package/table/selection-control/styles.css.js +3 -3
- package/table/selection-control/styles.scoped.css +3 -5
- package/table/selection-control/styles.selectors.js +3 -3
- package/table/styles.css.js +33 -34
- package/table/styles.scoped.css +63 -58
- package/table/styles.selectors.js +33 -34
- package/table/thead.d.ts +1 -0
- package/table/thead.d.ts.map +1 -1
- package/table/thead.js +5 -3
- package/table/thead.js.map +1 -1
- package/table/use-sticky-header.d.ts.map +1 -1
- package/table/use-sticky-header.js +0 -13
- package/table/use-sticky-header.js.map +1 -1
- package/tabs/styles.css.js +21 -21
- package/tabs/styles.scoped.css +39 -39
- package/tabs/styles.selectors.js +21 -21
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"variant-default": "awsui_variant-
|
|
7
|
-
"variant-stacked": "awsui_variant-
|
|
8
|
-
"header": "
|
|
9
|
-
"header-sticky-disabled": "awsui_header-sticky-
|
|
10
|
-
"header-sticky-enabled": "awsui_header-sticky-
|
|
11
|
-
"header-stuck": "awsui_header-
|
|
12
|
-
"header-dynamic-height": "awsui_header-dynamic-
|
|
13
|
-
"with-paddings": "awsui_with-
|
|
14
|
-
"with-hidden-content": "awsui_with-hidden-
|
|
15
|
-
"header-variant-cards": "awsui_header-variant-
|
|
16
|
-
"header-variant-full-page": "awsui_header-variant-full-
|
|
17
|
-
"dark-header": "awsui_dark-
|
|
18
|
-
"content": "
|
|
19
|
-
"footer": "
|
|
20
|
-
"with-divider": "awsui_with-
|
|
5
|
+
"root": "awsui_root_14iqq_f25yn_97",
|
|
6
|
+
"variant-default": "awsui_variant-default_14iqq_f25yn_110",
|
|
7
|
+
"variant-stacked": "awsui_variant-stacked_14iqq_f25yn_110",
|
|
8
|
+
"header": "awsui_header_14iqq_f25yn_133",
|
|
9
|
+
"header-sticky-disabled": "awsui_header-sticky-disabled_14iqq_f25yn_139",
|
|
10
|
+
"header-sticky-enabled": "awsui_header-sticky-enabled_14iqq_f25yn_143",
|
|
11
|
+
"header-stuck": "awsui_header-stuck_14iqq_f25yn_149",
|
|
12
|
+
"header-dynamic-height": "awsui_header-dynamic-height_14iqq_f25yn_154",
|
|
13
|
+
"with-paddings": "awsui_with-paddings_14iqq_f25yn_160",
|
|
14
|
+
"with-hidden-content": "awsui_with-hidden-content_14iqq_f25yn_163",
|
|
15
|
+
"header-variant-cards": "awsui_header-variant-cards_14iqq_f25yn_167",
|
|
16
|
+
"header-variant-full-page": "awsui_header-variant-full-page_14iqq_f25yn_191",
|
|
17
|
+
"dark-header": "awsui_dark-header_14iqq_f25yn_209",
|
|
18
|
+
"content": "awsui_content_14iqq_f25yn_213",
|
|
19
|
+
"footer": "awsui_footer_14iqq_f25yn_223",
|
|
20
|
+
"with-divider": "awsui_with-divider_14iqq_f25yn_229"
|
|
21
21
|
};
|
|
22
22
|
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"content-enter": "awsui_content-
|
|
5
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
6
|
-
"trigger-expanded": "awsui_trigger-
|
|
7
|
-
"icon": "
|
|
8
|
-
"root": "
|
|
9
|
-
"expanded": "
|
|
10
|
-
"icon-container": "awsui_icon-
|
|
11
|
-
"trigger": "
|
|
12
|
-
"trigger-default": "awsui_trigger-
|
|
13
|
-
"trigger-footer": "awsui_trigger-
|
|
14
|
-
"trigger-navigation": "awsui_trigger-
|
|
15
|
-
"trigger-container": "awsui_trigger-
|
|
16
|
-
"header": "
|
|
17
|
-
"header-container": "awsui_header-
|
|
18
|
-
"header-container-button": "awsui_header-container-
|
|
19
|
-
"header-navigation": "awsui_header-
|
|
20
|
-
"content": "
|
|
21
|
-
"content-default": "awsui_content-
|
|
22
|
-
"content-footer": "awsui_content-
|
|
23
|
-
"content-expanded": "awsui_content-
|
|
24
|
-
"focusable": "
|
|
4
|
+
"content-enter": "awsui_content-enter_gwq0h_ggimx_97",
|
|
5
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_ggimx_1",
|
|
6
|
+
"trigger-expanded": "awsui_trigger-expanded_gwq0h_ggimx_119",
|
|
7
|
+
"icon": "awsui_icon_gwq0h_ggimx_133",
|
|
8
|
+
"root": "awsui_root_gwq0h_ggimx_151",
|
|
9
|
+
"expanded": "awsui_expanded_gwq0h_ggimx_169",
|
|
10
|
+
"icon-container": "awsui_icon-container_gwq0h_ggimx_173",
|
|
11
|
+
"trigger": "awsui_trigger_gwq0h_ggimx_119",
|
|
12
|
+
"trigger-default": "awsui_trigger-default_gwq0h_ggimx_188",
|
|
13
|
+
"trigger-footer": "awsui_trigger-footer_gwq0h_ggimx_191",
|
|
14
|
+
"trigger-navigation": "awsui_trigger-navigation_gwq0h_ggimx_197",
|
|
15
|
+
"trigger-container": "awsui_trigger-container_gwq0h_ggimx_209",
|
|
16
|
+
"header": "awsui_header_gwq0h_ggimx_219",
|
|
17
|
+
"header-container": "awsui_header-container_gwq0h_ggimx_222",
|
|
18
|
+
"header-container-button": "awsui_header-container-button_gwq0h_ggimx_238",
|
|
19
|
+
"header-navigation": "awsui_header-navigation_gwq0h_ggimx_246",
|
|
20
|
+
"content": "awsui_content_gwq0h_ggimx_97",
|
|
21
|
+
"content-default": "awsui_content-default_gwq0h_ggimx_282",
|
|
22
|
+
"content-footer": "awsui_content-footer_gwq0h_ggimx_285",
|
|
23
|
+
"content-expanded": "awsui_content-expanded_gwq0h_ggimx_288",
|
|
24
|
+
"focusable": "awsui_focusable_gwq0h_ggimx_292"
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -94,10 +94,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
94
94
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
95
95
|
SPDX-License-Identifier: Apache-2.0
|
|
96
96
|
*/
|
|
97
|
-
.awsui_content-
|
|
98
|
-
animation: awsui_awsui-motion-fade-
|
|
97
|
+
.awsui_content-enter_gwq0h_ggimx_97:not(#\9) {
|
|
98
|
+
animation: awsui_awsui-motion-fade-in_gwq0h_ggimx_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
|
|
99
99
|
}
|
|
100
|
-
@keyframes awsui_awsui-motion-fade-
|
|
100
|
+
@keyframes awsui_awsui-motion-fade-in_gwq0h_ggimx_1 {
|
|
101
101
|
from {
|
|
102
102
|
opacity: 0.2;
|
|
103
103
|
}
|
|
@@ -106,40 +106,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
@media (prefers-reduced-motion: reduce) {
|
|
109
|
-
.awsui_content-
|
|
109
|
+
.awsui_content-enter_gwq0h_ggimx_97:not(#\9) {
|
|
110
110
|
animation: none;
|
|
111
111
|
transition: none;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
.awsui-motion-disabled .awsui_content-
|
|
114
|
+
.awsui-motion-disabled .awsui_content-enter_gwq0h_ggimx_97:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_ggimx_97:not(#\9) {
|
|
115
115
|
animation: none;
|
|
116
116
|
transition: none;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
.awsui_trigger-
|
|
119
|
+
.awsui_trigger-expanded_gwq0h_ggimx_119:not(#\9) {
|
|
120
120
|
transition: border-bottom-color var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
|
|
121
121
|
}
|
|
122
122
|
@media (prefers-reduced-motion: reduce) {
|
|
123
|
-
.awsui_trigger-
|
|
123
|
+
.awsui_trigger-expanded_gwq0h_ggimx_119:not(#\9) {
|
|
124
124
|
animation: none;
|
|
125
125
|
transition: none;
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
-
.awsui-motion-disabled .awsui_trigger-
|
|
128
|
+
.awsui-motion-disabled .awsui_trigger-expanded_gwq0h_ggimx_119:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_ggimx_119:not(#\9) {
|
|
129
129
|
animation: none;
|
|
130
130
|
transition: none;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
.
|
|
133
|
+
.awsui_icon_gwq0h_ggimx_133:not(#\9) {
|
|
134
134
|
transition: transform var(--motion-duration-rotate-90-ux18sr, 135ms) var(--motion-easing-rotate-90-eoew89, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
135
135
|
}
|
|
136
136
|
@media (prefers-reduced-motion: reduce) {
|
|
137
|
-
.
|
|
137
|
+
.awsui_icon_gwq0h_ggimx_133:not(#\9) {
|
|
138
138
|
animation: none;
|
|
139
139
|
transition: none;
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
|
-
.awsui-motion-disabled .
|
|
142
|
+
.awsui-motion-disabled .awsui_icon_gwq0h_ggimx_133:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_ggimx_133:not(#\9) {
|
|
143
143
|
animation: none;
|
|
144
144
|
transition: none;
|
|
145
145
|
}
|
|
@@ -148,7 +148,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
148
148
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
149
149
|
SPDX-License-Identifier: Apache-2.0
|
|
150
150
|
*/
|
|
151
|
-
.
|
|
151
|
+
.awsui_root_gwq0h_ggimx_151:not(#\9) {
|
|
152
152
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
153
153
|
border-collapse: separate;
|
|
154
154
|
border-spacing: 0;
|
|
@@ -189,20 +189,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
189
189
|
display: block;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.
|
|
192
|
+
.awsui_icon_gwq0h_ggimx_133:not(#\9) {
|
|
193
193
|
transform: rotate(-90deg);
|
|
194
194
|
}
|
|
195
|
-
.
|
|
195
|
+
.awsui_icon_gwq0h_ggimx_133.awsui_expanded_gwq0h_ggimx_169:not(#\9) {
|
|
196
196
|
transform: rotate(0deg);
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
.awsui_icon-
|
|
199
|
+
.awsui_icon-container_gwq0h_ggimx_173:not(#\9) {
|
|
200
200
|
position: relative;
|
|
201
201
|
margin-left: calc((var(--font-body-m-line-height-i7xxvv, 22px) - var(--size-icon-normal-j1z5fn, 16px)) / -2);
|
|
202
202
|
margin-right: calc(var(--space-xxs-ynfts5, 4px) + var(--border-divider-list-width-hacikr, 1px));
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
.
|
|
205
|
+
.awsui_trigger_gwq0h_ggimx_119:not(#\9) {
|
|
206
206
|
cursor: pointer;
|
|
207
207
|
box-sizing: border-box;
|
|
208
208
|
display: flex;
|
|
@@ -211,48 +211,48 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
211
211
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
212
212
|
text-align: left;
|
|
213
213
|
}
|
|
214
|
-
.awsui_trigger-
|
|
214
|
+
.awsui_trigger-default_gwq0h_ggimx_188:not(#\9) {
|
|
215
215
|
padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-xxs-ynfts5, 4px);
|
|
216
216
|
}
|
|
217
|
-
.awsui_trigger-
|
|
217
|
+
.awsui_trigger-footer_gwq0h_ggimx_191:not(#\9) {
|
|
218
218
|
padding: var(--space-scaled-xxs-95dhkm, 4px) 0;
|
|
219
219
|
}
|
|
220
|
-
.awsui_trigger-
|
|
220
|
+
.awsui_trigger-default_gwq0h_ggimx_188:not(#\9), .awsui_trigger-footer_gwq0h_ggimx_191:not(#\9) {
|
|
221
221
|
border: var(--border-divider-section-width-4wm2it, 2px) solid transparent;
|
|
222
222
|
}
|
|
223
|
-
.awsui_trigger-
|
|
223
|
+
.awsui_trigger-navigation_gwq0h_ggimx_197:not(#\9) {
|
|
224
224
|
border-left: var(--border-divider-section-width-4wm2it, 2px) solid transparent;
|
|
225
225
|
}
|
|
226
|
-
.awsui_trigger-
|
|
226
|
+
.awsui_trigger-default_gwq0h_ggimx_188:not(#\9), .awsui_trigger-navigation_gwq0h_ggimx_197:not(#\9), .awsui_trigger-footer_gwq0h_ggimx_191:not(#\9) {
|
|
227
227
|
color: var(--color-text-expandable-section-default-k03p1p, #000716);
|
|
228
228
|
font-weight: var(--font-heading-s-weight-k8ys41, 800);
|
|
229
229
|
font-size: var(--font-expandable-heading-size-m2wptt, 16px);
|
|
230
230
|
letter-spacing: var(--font-heading-s-letter-spacing-4d69jc, -0.005em);
|
|
231
231
|
}
|
|
232
|
-
.awsui_trigger-
|
|
232
|
+
.awsui_trigger-default_gwq0h_ggimx_188:not(#\9):hover, .awsui_trigger-navigation_gwq0h_ggimx_197:not(#\9):hover, .awsui_trigger-footer_gwq0h_ggimx_191:not(#\9):hover {
|
|
233
233
|
color: var(--color-text-expandable-section-hover-73g3du, #0972d3);
|
|
234
234
|
}
|
|
235
|
-
.awsui_trigger-
|
|
236
|
-
padding: var(--space-container-header-vertical-zsjhel, 12px) var(--space-container-horizontal-
|
|
235
|
+
.awsui_trigger-container_gwq0h_ggimx_209:not(#\9) {
|
|
236
|
+
padding: var(--space-container-header-vertical-zsjhel, 12px) var(--space-container-horizontal-tlw03i, 20px);
|
|
237
237
|
}
|
|
238
|
-
.awsui_trigger-
|
|
238
|
+
.awsui_trigger-container_gwq0h_ggimx_209[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
239
239
|
padding: calc(var(--space-scaled-s-cu1hzn, 12px) - var(--border-divider-section-width-4wm2it, 2px)) calc(var(--space-l-4vl6xu, 20px) - var(--border-divider-section-width-4wm2it, 2px));
|
|
240
240
|
}
|
|
241
|
-
.awsui_trigger-
|
|
241
|
+
.awsui_trigger-default_gwq0h_ggimx_188.awsui_trigger-expanded_gwq0h_ggimx_119:not(#\9) {
|
|
242
242
|
border-bottom-color: var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
.
|
|
245
|
+
.awsui_header_gwq0h_ggimx_219:not(#\9) {
|
|
246
246
|
display: flex;
|
|
247
247
|
}
|
|
248
|
-
.awsui_header-
|
|
248
|
+
.awsui_header-container_gwq0h_ggimx_222:not(#\9) {
|
|
249
249
|
width: 100%;
|
|
250
250
|
}
|
|
251
|
-
.awsui_header-
|
|
251
|
+
.awsui_header-container_gwq0h_ggimx_222 > .awsui_icon-container_gwq0h_ggimx_173:not(#\9) {
|
|
252
252
|
margin-top: var(--space-expandable-section-icon-offset-top-svbirl, 4px);
|
|
253
253
|
margin-right: var(--space-xs-rsr2qu, 8px);
|
|
254
254
|
}
|
|
255
|
-
.awsui_header-
|
|
255
|
+
.awsui_header-container_gwq0h_ggimx_222[data-awsui-focus-visible=true]:not(#\9):focus-within {
|
|
256
256
|
outline: none;
|
|
257
257
|
text-decoration: none;
|
|
258
258
|
padding: calc(var(--space-scaled-s-cu1hzn, 12px) - var(--border-divider-section-width-4wm2it, 2px)) calc(var(--space-l-4vl6xu, 20px) - var(--border-divider-section-width-4wm2it, 2px));
|
|
@@ -261,15 +261,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
261
261
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
262
262
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-srzyiu, 0px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
263
263
|
}
|
|
264
|
-
.awsui_header-container-
|
|
264
|
+
.awsui_header-container-button_gwq0h_ggimx_238:not(#\9):focus {
|
|
265
265
|
outline: none;
|
|
266
266
|
text-decoration: none;
|
|
267
267
|
}
|
|
268
|
-
.awsui_header-container-
|
|
268
|
+
.awsui_header-container-button_gwq0h_ggimx_238 > .awsui_icon-container_gwq0h_ggimx_173:not(#\9) {
|
|
269
269
|
margin-top: var(--space-expandable-section-icon-offset-top-svbirl, 4px);
|
|
270
270
|
margin-right: var(--space-xs-rsr2qu, 8px);
|
|
271
271
|
}
|
|
272
|
-
.awsui_header-
|
|
272
|
+
.awsui_header-navigation_gwq0h_ggimx_246 > .awsui_icon-container_gwq0h_ggimx_173:not(#\9) {
|
|
273
273
|
display: inline-flex;
|
|
274
274
|
cursor: pointer;
|
|
275
275
|
color: var(--color-text-expandable-section-navigation-icon-default-lb9rm0, #414d5c);
|
|
@@ -280,17 +280,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
280
280
|
text-decoration: none;
|
|
281
281
|
flex-direction: column;
|
|
282
282
|
}
|
|
283
|
-
.awsui_header-
|
|
283
|
+
.awsui_header-navigation_gwq0h_ggimx_246 > .awsui_icon-container_gwq0h_ggimx_173:not(#\9):hover {
|
|
284
284
|
color: var(--color-text-expandable-section-hover-73g3du, #0972d3);
|
|
285
285
|
}
|
|
286
|
-
.awsui_header-
|
|
286
|
+
.awsui_header-navigation_gwq0h_ggimx_246 > .awsui_icon-container_gwq0h_ggimx_173[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
287
287
|
position: relative;
|
|
288
288
|
}
|
|
289
|
-
.awsui_header-
|
|
289
|
+
.awsui_header-navigation_gwq0h_ggimx_246 > .awsui_icon-container_gwq0h_ggimx_173[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
290
290
|
outline: 2px dotted transparent;
|
|
291
291
|
outline-offset: calc(2px - 1px);
|
|
292
292
|
}
|
|
293
|
-
.awsui_header-
|
|
293
|
+
.awsui_header-navigation_gwq0h_ggimx_246 > .awsui_icon-container_gwq0h_ggimx_173[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
294
294
|
content: " ";
|
|
295
295
|
display: block;
|
|
296
296
|
position: absolute;
|
|
@@ -302,24 +302,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
302
302
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
303
303
|
}
|
|
304
304
|
|
|
305
|
-
.
|
|
305
|
+
.awsui_content_gwq0h_ggimx_97:not(#\9) {
|
|
306
306
|
display: none;
|
|
307
307
|
}
|
|
308
|
-
.awsui_content-
|
|
308
|
+
.awsui_content-default_gwq0h_ggimx_282:not(#\9) {
|
|
309
309
|
padding: var(--space-scaled-xs-6859qs, 8px) 0;
|
|
310
310
|
}
|
|
311
|
-
.awsui_content-
|
|
311
|
+
.awsui_content-footer_gwq0h_ggimx_285:not(#\9) {
|
|
312
312
|
padding: var(--space-xs-rsr2qu, 8px) 0;
|
|
313
313
|
}
|
|
314
|
-
.awsui_content-
|
|
314
|
+
.awsui_content-expanded_gwq0h_ggimx_288:not(#\9) {
|
|
315
315
|
display: block;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
-
.
|
|
318
|
+
.awsui_focusable_gwq0h_ggimx_292:not(#\9):focus {
|
|
319
319
|
outline: none;
|
|
320
320
|
text-decoration: none;
|
|
321
321
|
}
|
|
322
|
-
.
|
|
322
|
+
.awsui_focusable_gwq0h_ggimx_292[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
323
323
|
outline: 2px dotted transparent;
|
|
324
324
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
325
325
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
@@ -2,26 +2,26 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"content-enter": "awsui_content-
|
|
6
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
7
|
-
"trigger-expanded": "awsui_trigger-
|
|
8
|
-
"icon": "
|
|
9
|
-
"root": "
|
|
10
|
-
"expanded": "
|
|
11
|
-
"icon-container": "awsui_icon-
|
|
12
|
-
"trigger": "
|
|
13
|
-
"trigger-default": "awsui_trigger-
|
|
14
|
-
"trigger-footer": "awsui_trigger-
|
|
15
|
-
"trigger-navigation": "awsui_trigger-
|
|
16
|
-
"trigger-container": "awsui_trigger-
|
|
17
|
-
"header": "
|
|
18
|
-
"header-container": "awsui_header-
|
|
19
|
-
"header-container-button": "awsui_header-container-
|
|
20
|
-
"header-navigation": "awsui_header-
|
|
21
|
-
"content": "
|
|
22
|
-
"content-default": "awsui_content-
|
|
23
|
-
"content-footer": "awsui_content-
|
|
24
|
-
"content-expanded": "awsui_content-
|
|
25
|
-
"focusable": "
|
|
5
|
+
"content-enter": "awsui_content-enter_gwq0h_ggimx_97",
|
|
6
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_ggimx_1",
|
|
7
|
+
"trigger-expanded": "awsui_trigger-expanded_gwq0h_ggimx_119",
|
|
8
|
+
"icon": "awsui_icon_gwq0h_ggimx_133",
|
|
9
|
+
"root": "awsui_root_gwq0h_ggimx_151",
|
|
10
|
+
"expanded": "awsui_expanded_gwq0h_ggimx_169",
|
|
11
|
+
"icon-container": "awsui_icon-container_gwq0h_ggimx_173",
|
|
12
|
+
"trigger": "awsui_trigger_gwq0h_ggimx_119",
|
|
13
|
+
"trigger-default": "awsui_trigger-default_gwq0h_ggimx_188",
|
|
14
|
+
"trigger-footer": "awsui_trigger-footer_gwq0h_ggimx_191",
|
|
15
|
+
"trigger-navigation": "awsui_trigger-navigation_gwq0h_ggimx_197",
|
|
16
|
+
"trigger-container": "awsui_trigger-container_gwq0h_ggimx_209",
|
|
17
|
+
"header": "awsui_header_gwq0h_ggimx_219",
|
|
18
|
+
"header-container": "awsui_header-container_gwq0h_ggimx_222",
|
|
19
|
+
"header-container-button": "awsui_header-container-button_gwq0h_ggimx_238",
|
|
20
|
+
"header-navigation": "awsui_header-navigation_gwq0h_ggimx_246",
|
|
21
|
+
"content": "awsui_content_gwq0h_ggimx_97",
|
|
22
|
+
"content-default": "awsui_content-default_gwq0h_ggimx_282",
|
|
23
|
+
"content-footer": "awsui_content-footer_gwq0h_ggimx_285",
|
|
24
|
+
"content-expanded": "awsui_content-expanded_gwq0h_ggimx_288",
|
|
25
|
+
"focusable": "awsui_focusable_gwq0h_ggimx_292"
|
|
26
26
|
};
|
|
27
27
|
|
|
@@ -475,6 +475,7 @@
|
|
|
475
475
|
--size-icon-large-9vh494:48px;
|
|
476
476
|
--size-icon-medium-fvz0oi:20px;
|
|
477
477
|
--size-icon-normal-j1z5fn:16px;
|
|
478
|
+
--size-table-selection-horizontal-o8c8gs:40px;
|
|
478
479
|
--size-vertical-input-js5hfh:34px;
|
|
479
480
|
--size-vertical-panel-icon-offset-ti40n4:15px;
|
|
480
481
|
--space-alert-action-left-hi50rw:12px;
|
|
@@ -488,11 +489,11 @@
|
|
|
488
489
|
--space-button-modal-dismiss-vertical-r4lx2k:0px;
|
|
489
490
|
--space-calendar-grid-focus-outline-gutter-v3dwvl:-5px;
|
|
490
491
|
--space-calendar-grid-selected-focus-outline-gutter-gqgjqz:-5px;
|
|
491
|
-
--space-card-horizontal-
|
|
492
|
+
--space-card-horizontal-di7llb:20px;
|
|
492
493
|
--space-code-editor-status-focus-outline-gutter-eivtla:-7px;
|
|
493
494
|
--space-container-content-top-fsd8nr:0px;
|
|
494
495
|
--space-container-header-vertical-zsjhel:12px;
|
|
495
|
-
--space-container-horizontal-
|
|
496
|
+
--space-container-horizontal-tlw03i:20px;
|
|
496
497
|
--space-content-header-padding-bottom-nvqytg:24px;
|
|
497
498
|
--space-dark-header-overlap-distance-hfejul:36px;
|
|
498
499
|
--space-expandable-section-icon-offset-top-svbirl:4px;
|
|
@@ -508,7 +509,7 @@
|
|
|
508
509
|
--space-layout-toggle-diameter-hzvqtj:40px;
|
|
509
510
|
--space-layout-toggle-padding-axl9jr:20px;
|
|
510
511
|
--space-modal-content-bottom-cecclv:16px;
|
|
511
|
-
--space-modal-horizontal-
|
|
512
|
+
--space-modal-horizontal-ah0xld:20px;
|
|
512
513
|
--space-panel-nav-left-o5fvw3:28px;
|
|
513
514
|
--space-panel-side-left-8ozqve:28px;
|
|
514
515
|
--space-panel-side-right-kev4k9:24px;
|
|
@@ -516,7 +517,7 @@
|
|
|
516
517
|
--space-segmented-control-focus-outline-gutter-99x5b9:4px;
|
|
517
518
|
--space-table-header-focus-outline-gutter-rbx7m7:0px;
|
|
518
519
|
--space-tabs-content-top-mn4c9x:12px;
|
|
519
|
-
--space-table-horizontal-
|
|
520
|
+
--space-table-horizontal-mj7h0h:20px;
|
|
520
521
|
--space-table-header-horizontal-et2ko8:0px;
|
|
521
522
|
--space-table-content-bottom-pg6yvn:4px;
|
|
522
523
|
--space-table-content-top-t15dd1:12px;
|
package/internal/environment.js
CHANGED
|
@@ -258,7 +258,7 @@ export var motionKeyframesFadeIn = "var(--motion-keyframes-fade-in-9ud20b, awsui
|
|
|
258
258
|
export var motionKeyframesFadeOut = "var(--motion-keyframes-fade-out-1ayoyt, awsui-fade-out-35003c)";
|
|
259
259
|
export var motionKeyframesStatusIconError = "var(--motion-keyframes-status-icon-error-ti988k, awsui-status-icon-error-35003c)";
|
|
260
260
|
export var motionKeyframesScalePopup = "var(--motion-keyframes-scale-popup-3oea16, awsui-scale-popup-35003c)";
|
|
261
|
-
export var spaceContainerHorizontal = "var(--space-container-horizontal-
|
|
261
|
+
export var spaceContainerHorizontal = "var(--space-container-horizontal-tlw03i, 20px)";
|
|
262
262
|
export var spaceFieldHorizontal = "var(--space-field-horizontal-89h2yr, 12px)";
|
|
263
263
|
export var spaceScaledXxxs = "var(--space-scaled-xxxs-b6dm8t, 2px)";
|
|
264
264
|
export var spaceScaledXxs = "var(--space-scaled-xxs-95dhkm, 4px)";
|
|
@@ -1813,6 +1813,10 @@ module.exports.preset = {
|
|
|
1813
1813
|
"comfortable": "16px",
|
|
1814
1814
|
"compact": "16px"
|
|
1815
1815
|
},
|
|
1816
|
+
"sizeTableSelectionHorizontal": {
|
|
1817
|
+
"comfortable": "40px",
|
|
1818
|
+
"compact": "40px"
|
|
1819
|
+
},
|
|
1816
1820
|
"sizeVerticalInput": {
|
|
1817
1821
|
"comfortable": "34px",
|
|
1818
1822
|
"compact": "30px"
|
|
@@ -1882,8 +1886,8 @@ module.exports.preset = {
|
|
|
1882
1886
|
"compact": "{spaceS}"
|
|
1883
1887
|
},
|
|
1884
1888
|
"spaceContainerHorizontal": {
|
|
1885
|
-
"comfortable": "{
|
|
1886
|
-
"compact": "{
|
|
1889
|
+
"comfortable": "{spaceL}",
|
|
1890
|
+
"compact": "{spaceL}"
|
|
1887
1891
|
},
|
|
1888
1892
|
"spaceContentHeaderPaddingBottom": {
|
|
1889
1893
|
"comfortable": "{spaceXl}",
|
|
@@ -6120,6 +6124,7 @@ module.exports.preset = {
|
|
|
6120
6124
|
"sizeIconLarge": "density",
|
|
6121
6125
|
"sizeIconMedium": "density",
|
|
6122
6126
|
"sizeIconNormal": "density",
|
|
6127
|
+
"sizeTableSelectionHorizontal": "density",
|
|
6123
6128
|
"sizeVerticalInput": "density",
|
|
6124
6129
|
"sizeVerticalPanelIconOffset": "density",
|
|
6125
6130
|
"spaceAlertActionLeft": "density",
|
|
@@ -7212,6 +7217,7 @@ module.exports.preset = {
|
|
|
7212
7217
|
"sizeIconLarge": "size-icon-large",
|
|
7213
7218
|
"sizeIconMedium": "size-icon-medium",
|
|
7214
7219
|
"sizeIconNormal": "size-icon-normal",
|
|
7220
|
+
"sizeTableSelectionHorizontal": "size-table-selection-horizontal",
|
|
7215
7221
|
"sizeVerticalInput": "size-vertical-input",
|
|
7216
7222
|
"sizeVerticalPanelIconOffset": "size-vertical-panel-icon-offset",
|
|
7217
7223
|
"spaceAlertActionLeft": "space-alert-action-left",
|
|
@@ -7858,6 +7864,7 @@ module.exports.preset = {
|
|
|
7858
7864
|
"sizeIconLarge": "--size-icon-large-9vh494",
|
|
7859
7865
|
"sizeIconMedium": "--size-icon-medium-fvz0oi",
|
|
7860
7866
|
"sizeIconNormal": "--size-icon-normal-j1z5fn",
|
|
7867
|
+
"sizeTableSelectionHorizontal": "--size-table-selection-horizontal-o8c8gs",
|
|
7861
7868
|
"sizeVerticalInput": "--size-vertical-input-js5hfh",
|
|
7862
7869
|
"sizeVerticalPanelIconOffset": "--size-vertical-panel-icon-offset-ti40n4",
|
|
7863
7870
|
"spaceAlertActionLeft": "--space-alert-action-left-hi50rw",
|
|
@@ -7871,11 +7878,11 @@ module.exports.preset = {
|
|
|
7871
7878
|
"spaceButtonModalDismissVertical": "--space-button-modal-dismiss-vertical-r4lx2k",
|
|
7872
7879
|
"spaceCalendarGridFocusOutlineGutter": "--space-calendar-grid-focus-outline-gutter-v3dwvl",
|
|
7873
7880
|
"spaceCalendarGridSelectedFocusOutlineGutter": "--space-calendar-grid-selected-focus-outline-gutter-gqgjqz",
|
|
7874
|
-
"spaceCardHorizontal": "--space-card-horizontal-
|
|
7881
|
+
"spaceCardHorizontal": "--space-card-horizontal-di7llb",
|
|
7875
7882
|
"spaceCodeEditorStatusFocusOutlineGutter": "--space-code-editor-status-focus-outline-gutter-eivtla",
|
|
7876
7883
|
"spaceContainerContentTop": "--space-container-content-top-fsd8nr",
|
|
7877
7884
|
"spaceContainerHeaderVertical": "--space-container-header-vertical-zsjhel",
|
|
7878
|
-
"spaceContainerHorizontal": "--space-container-horizontal-
|
|
7885
|
+
"spaceContainerHorizontal": "--space-container-horizontal-tlw03i",
|
|
7879
7886
|
"spaceContentHeaderPaddingBottom": "--space-content-header-padding-bottom-nvqytg",
|
|
7880
7887
|
"spaceDarkHeaderOverlapDistance": "--space-dark-header-overlap-distance-hfejul",
|
|
7881
7888
|
"spaceExpandableSectionIconOffsetTop": "--space-expandable-section-icon-offset-top-svbirl",
|
|
@@ -7891,7 +7898,7 @@ module.exports.preset = {
|
|
|
7891
7898
|
"spaceLayoutToggleDiameter": "--space-layout-toggle-diameter-hzvqtj",
|
|
7892
7899
|
"spaceLayoutTogglePadding": "--space-layout-toggle-padding-axl9jr",
|
|
7893
7900
|
"spaceModalContentBottom": "--space-modal-content-bottom-cecclv",
|
|
7894
|
-
"spaceModalHorizontal": "--space-modal-horizontal-
|
|
7901
|
+
"spaceModalHorizontal": "--space-modal-horizontal-ah0xld",
|
|
7895
7902
|
"spacePanelNavLeft": "--space-panel-nav-left-o5fvw3",
|
|
7896
7903
|
"spacePanelSideLeft": "--space-panel-side-left-8ozqve",
|
|
7897
7904
|
"spacePanelSideRight": "--space-panel-side-right-kev4k9",
|
|
@@ -7899,7 +7906,7 @@ module.exports.preset = {
|
|
|
7899
7906
|
"spaceSegmentedControlFocusOutlineGutter": "--space-segmented-control-focus-outline-gutter-99x5b9",
|
|
7900
7907
|
"spaceTableHeaderFocusOutlineGutter": "--space-table-header-focus-outline-gutter-rbx7m7",
|
|
7901
7908
|
"spaceTabsContentTop": "--space-tabs-content-top-mn4c9x",
|
|
7902
|
-
"spaceTableHorizontal": "--space-table-horizontal-
|
|
7909
|
+
"spaceTableHorizontal": "--space-table-horizontal-mj7h0h",
|
|
7903
7910
|
"spaceTableHeaderHorizontal": "--space-table-header-horizontal-et2ko8",
|
|
7904
7911
|
"spaceTableContentBottom": "--space-table-content-bottom-pg6yvn",
|
|
7905
7912
|
"spaceTableContentTop": "--space-table-content-top-t15dd1",
|
|
@@ -1813,6 +1813,10 @@ export var preset = {
|
|
|
1813
1813
|
"comfortable": "16px",
|
|
1814
1814
|
"compact": "16px"
|
|
1815
1815
|
},
|
|
1816
|
+
"sizeTableSelectionHorizontal": {
|
|
1817
|
+
"comfortable": "40px",
|
|
1818
|
+
"compact": "40px"
|
|
1819
|
+
},
|
|
1816
1820
|
"sizeVerticalInput": {
|
|
1817
1821
|
"comfortable": "34px",
|
|
1818
1822
|
"compact": "30px"
|
|
@@ -1882,8 +1886,8 @@ export var preset = {
|
|
|
1882
1886
|
"compact": "{spaceS}"
|
|
1883
1887
|
},
|
|
1884
1888
|
"spaceContainerHorizontal": {
|
|
1885
|
-
"comfortable": "{
|
|
1886
|
-
"compact": "{
|
|
1889
|
+
"comfortable": "{spaceL}",
|
|
1890
|
+
"compact": "{spaceL}"
|
|
1887
1891
|
},
|
|
1888
1892
|
"spaceContentHeaderPaddingBottom": {
|
|
1889
1893
|
"comfortable": "{spaceXl}",
|
|
@@ -6120,6 +6124,7 @@ export var preset = {
|
|
|
6120
6124
|
"sizeIconLarge": "density",
|
|
6121
6125
|
"sizeIconMedium": "density",
|
|
6122
6126
|
"sizeIconNormal": "density",
|
|
6127
|
+
"sizeTableSelectionHorizontal": "density",
|
|
6123
6128
|
"sizeVerticalInput": "density",
|
|
6124
6129
|
"sizeVerticalPanelIconOffset": "density",
|
|
6125
6130
|
"spaceAlertActionLeft": "density",
|
|
@@ -7212,6 +7217,7 @@ export var preset = {
|
|
|
7212
7217
|
"sizeIconLarge": "size-icon-large",
|
|
7213
7218
|
"sizeIconMedium": "size-icon-medium",
|
|
7214
7219
|
"sizeIconNormal": "size-icon-normal",
|
|
7220
|
+
"sizeTableSelectionHorizontal": "size-table-selection-horizontal",
|
|
7215
7221
|
"sizeVerticalInput": "size-vertical-input",
|
|
7216
7222
|
"sizeVerticalPanelIconOffset": "size-vertical-panel-icon-offset",
|
|
7217
7223
|
"spaceAlertActionLeft": "space-alert-action-left",
|
|
@@ -7858,6 +7864,7 @@ export var preset = {
|
|
|
7858
7864
|
"sizeIconLarge": "--size-icon-large-9vh494",
|
|
7859
7865
|
"sizeIconMedium": "--size-icon-medium-fvz0oi",
|
|
7860
7866
|
"sizeIconNormal": "--size-icon-normal-j1z5fn",
|
|
7867
|
+
"sizeTableSelectionHorizontal": "--size-table-selection-horizontal-o8c8gs",
|
|
7861
7868
|
"sizeVerticalInput": "--size-vertical-input-js5hfh",
|
|
7862
7869
|
"sizeVerticalPanelIconOffset": "--size-vertical-panel-icon-offset-ti40n4",
|
|
7863
7870
|
"spaceAlertActionLeft": "--space-alert-action-left-hi50rw",
|
|
@@ -7871,11 +7878,11 @@ export var preset = {
|
|
|
7871
7878
|
"spaceButtonModalDismissVertical": "--space-button-modal-dismiss-vertical-r4lx2k",
|
|
7872
7879
|
"spaceCalendarGridFocusOutlineGutter": "--space-calendar-grid-focus-outline-gutter-v3dwvl",
|
|
7873
7880
|
"spaceCalendarGridSelectedFocusOutlineGutter": "--space-calendar-grid-selected-focus-outline-gutter-gqgjqz",
|
|
7874
|
-
"spaceCardHorizontal": "--space-card-horizontal-
|
|
7881
|
+
"spaceCardHorizontal": "--space-card-horizontal-di7llb",
|
|
7875
7882
|
"spaceCodeEditorStatusFocusOutlineGutter": "--space-code-editor-status-focus-outline-gutter-eivtla",
|
|
7876
7883
|
"spaceContainerContentTop": "--space-container-content-top-fsd8nr",
|
|
7877
7884
|
"spaceContainerHeaderVertical": "--space-container-header-vertical-zsjhel",
|
|
7878
|
-
"spaceContainerHorizontal": "--space-container-horizontal-
|
|
7885
|
+
"spaceContainerHorizontal": "--space-container-horizontal-tlw03i",
|
|
7879
7886
|
"spaceContentHeaderPaddingBottom": "--space-content-header-padding-bottom-nvqytg",
|
|
7880
7887
|
"spaceDarkHeaderOverlapDistance": "--space-dark-header-overlap-distance-hfejul",
|
|
7881
7888
|
"spaceExpandableSectionIconOffsetTop": "--space-expandable-section-icon-offset-top-svbirl",
|
|
@@ -7891,7 +7898,7 @@ export var preset = {
|
|
|
7891
7898
|
"spaceLayoutToggleDiameter": "--space-layout-toggle-diameter-hzvqtj",
|
|
7892
7899
|
"spaceLayoutTogglePadding": "--space-layout-toggle-padding-axl9jr",
|
|
7893
7900
|
"spaceModalContentBottom": "--space-modal-content-bottom-cecclv",
|
|
7894
|
-
"spaceModalHorizontal": "--space-modal-horizontal-
|
|
7901
|
+
"spaceModalHorizontal": "--space-modal-horizontal-ah0xld",
|
|
7895
7902
|
"spacePanelNavLeft": "--space-panel-nav-left-o5fvw3",
|
|
7896
7903
|
"spacePanelSideLeft": "--space-panel-side-left-8ozqve",
|
|
7897
7904
|
"spacePanelSideRight": "--space-panel-side-right-kev4k9",
|
|
@@ -7899,7 +7906,7 @@ export var preset = {
|
|
|
7899
7906
|
"spaceSegmentedControlFocusOutlineGutter": "--space-segmented-control-focus-outline-gutter-99x5b9",
|
|
7900
7907
|
"spaceTableHeaderFocusOutlineGutter": "--space-table-header-focus-outline-gutter-rbx7m7",
|
|
7901
7908
|
"spaceTabsContentTop": "--space-tabs-content-top-mn4c9x",
|
|
7902
|
-
"spaceTableHorizontal": "--space-table-horizontal-
|
|
7909
|
+
"spaceTableHorizontal": "--space-table-horizontal-mj7h0h",
|
|
7903
7910
|
"spaceTableHeaderHorizontal": "--space-table-header-horizontal-et2ko8",
|
|
7904
7911
|
"spaceTableContentBottom": "--space-table-content-bottom-pg6yvn",
|
|
7905
7912
|
"spaceTableContentTop": "--space-table-content-top-t15dd1",
|
package/internal/manifest.json
CHANGED