@cloudscape-design/components 3.0.427 → 3.0.428
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/attribute-editor/styles.css.js +14 -14
- package/attribute-editor/styles.scoped.css +28 -28
- package/attribute-editor/styles.selectors.js +14 -14
- package/breadcrumb-group/item/styles.css.js +9 -9
- package/breadcrumb-group/item/styles.scoped.css +21 -21
- package/breadcrumb-group/item/styles.selectors.js +9 -9
- package/help-panel/styles.css.js +4 -4
- package/help-panel/styles.scoped.css +71 -71
- package/help-panel/styles.selectors.js +4 -4
- package/internal/components/token-list/styles.css.js +9 -9
- package/internal/components/token-list/styles.scoped.css +24 -24
- package/internal/components/token-list/styles.selectors.js +9 -9
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/link/styles.css.js +20 -20
- package/link/styles.scoped.css +108 -107
- package/link/styles.selectors.js +20 -20
- package/package.json +1 -1
- package/tag-editor/styles.css.js +3 -3
- package/tag-editor/styles.scoped.css +14 -14
- package/tag-editor/styles.selectors.js +3 -3
- package/text-content/styles.css.js +1 -1
- package/text-content/styles.scoped.css +68 -68
- package/text-content/styles.selectors.js +1 -1
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"empty-appear": "awsui_empty-
|
|
5
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
6
|
-
"root": "
|
|
7
|
-
"empty": "
|
|
8
|
-
"row": "
|
|
9
|
-
"row-control": "awsui_row-
|
|
10
|
-
"field": "
|
|
11
|
-
"add-button": "awsui_add-
|
|
12
|
-
"remove-button": "awsui_remove-
|
|
13
|
-
"button-container-haslabel": "awsui_button-container-
|
|
14
|
-
"button-container-nolabel": "awsui_button-container-
|
|
15
|
-
"divider": "
|
|
16
|
-
"additional-info": "awsui_additional-
|
|
17
|
-
"right-align": "awsui_right-
|
|
4
|
+
"empty-appear": "awsui_empty-appear_n4qlp_wymfa_93",
|
|
5
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_n4qlp_wymfa_1",
|
|
6
|
+
"root": "awsui_root_n4qlp_wymfa_119",
|
|
7
|
+
"empty": "awsui_empty_n4qlp_wymfa_93",
|
|
8
|
+
"row": "awsui_row_n4qlp_wymfa_139",
|
|
9
|
+
"row-control": "awsui_row-control_n4qlp_wymfa_143",
|
|
10
|
+
"field": "awsui_field_n4qlp_wymfa_147",
|
|
11
|
+
"add-button": "awsui_add-button_n4qlp_wymfa_151",
|
|
12
|
+
"remove-button": "awsui_remove-button_n4qlp_wymfa_155",
|
|
13
|
+
"button-container-haslabel": "awsui_button-container-haslabel_n4qlp_wymfa_159",
|
|
14
|
+
"button-container-nolabel": "awsui_button-container-nolabel_n4qlp_wymfa_163",
|
|
15
|
+
"divider": "awsui_divider_n4qlp_wymfa_167",
|
|
16
|
+
"additional-info": "awsui_additional-info_n4qlp_wymfa_171",
|
|
17
|
+
"right-align": "awsui_right-align_n4qlp_wymfa_217"
|
|
18
18
|
};
|
|
19
19
|
|
|
@@ -90,10 +90,10 @@ 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_empty-
|
|
94
|
-
animation: awsui_awsui-motion-fade-
|
|
93
|
+
.awsui_empty-appear_n4qlp_wymfa_93:not(#\9) {
|
|
94
|
+
animation: awsui_awsui-motion-fade-in_n4qlp_wymfa_1 var(--motion-duration-transition-show-paced-9s9l5z, 180ms) var(--motion-easing-transition-show-paced-eobwvi, ease-out);
|
|
95
95
|
}
|
|
96
|
-
@keyframes awsui_awsui-motion-fade-
|
|
96
|
+
@keyframes awsui_awsui-motion-fade-in_n4qlp_wymfa_1 {
|
|
97
97
|
from {
|
|
98
98
|
opacity: 0.2;
|
|
99
99
|
}
|
|
@@ -102,12 +102,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
@media (prefers-reduced-motion: reduce) {
|
|
105
|
-
.awsui_empty-
|
|
105
|
+
.awsui_empty-appear_n4qlp_wymfa_93:not(#\9) {
|
|
106
106
|
animation: none;
|
|
107
107
|
transition: none;
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
|
-
.awsui-motion-disabled .awsui_empty-
|
|
110
|
+
.awsui-motion-disabled .awsui_empty-appear_n4qlp_wymfa_93:not(#\9), .awsui-mode-entering .awsui_empty-appear_n4qlp_wymfa_93:not(#\9) {
|
|
111
111
|
animation: none;
|
|
112
112
|
transition: none;
|
|
113
113
|
}
|
|
@@ -116,7 +116,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
116
116
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
117
117
|
SPDX-License-Identifier: Apache-2.0
|
|
118
118
|
*/
|
|
119
|
-
.
|
|
119
|
+
.awsui_root_n4qlp_wymfa_119:not(#\9) {
|
|
120
120
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
121
121
|
border-collapse: separate;
|
|
122
122
|
border-spacing: 0;
|
|
@@ -156,45 +156,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
156
156
|
display: block;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
.
|
|
159
|
+
.awsui_empty_n4qlp_wymfa_93:not(#\9) {
|
|
160
160
|
font-size: var(--font-size-body-m-x4okxb, 14px);
|
|
161
161
|
line-height: var(--line-height-body-m-30ar75, 20px);
|
|
162
162
|
color: var(--color-text-empty-2wfcyr, #5f6b7a);
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.
|
|
165
|
+
.awsui_row_n4qlp_wymfa_139:not(#\9) {
|
|
166
166
|
/* used in test-utils */
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.awsui_row-
|
|
169
|
+
.awsui_row-control_n4qlp_wymfa_143:not(#\9) {
|
|
170
170
|
/* used in test-utils */
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
.
|
|
173
|
+
.awsui_field_n4qlp_wymfa_147:not(#\9) {
|
|
174
174
|
/* used in test-utils */
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.awsui_add-
|
|
177
|
+
.awsui_add-button_n4qlp_wymfa_151:not(#\9) {
|
|
178
178
|
/* used in test-utils */
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
.awsui_remove-
|
|
181
|
+
.awsui_remove-button_n4qlp_wymfa_155:not(#\9) {
|
|
182
182
|
/* used in test-utils */
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.awsui_button-container-
|
|
185
|
+
.awsui_button-container-haslabel_n4qlp_wymfa_159:not(#\9) {
|
|
186
186
|
padding-top: calc(var(--space-xxs-p8yyaw, 4px) + var(--line-height-body-m-30ar75, 20px));
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
.awsui_button-container-
|
|
189
|
+
.awsui_button-container-nolabel_n4qlp_wymfa_163:not(#\9) {
|
|
190
190
|
padding-top: var(--space-xxs-p8yyaw, 4px);
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
.
|
|
193
|
+
.awsui_divider_n4qlp_wymfa_167:not(#\9) {
|
|
194
194
|
border-bottom: var(--border-divider-section-width-8a5uu9, 2px) solid var(--color-border-divider-default-et9j7s, #e9ebed);
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
.awsui_additional-
|
|
197
|
+
.awsui_additional-info_n4qlp_wymfa_171:not(#\9) {
|
|
198
198
|
color: var(--color-text-form-secondary-dxc248, #5f6b7a);
|
|
199
199
|
font-size: var(--font-size-body-s-asqx2i, 12px);
|
|
200
200
|
line-height: var(--line-height-body-s-7zv1j5, 16px);
|
|
@@ -204,44 +204,44 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
204
204
|
margin-top: var(--space-xxs-p8yyaw, 4px);
|
|
205
205
|
/* stylelint-disable-next-line selector-max-type */
|
|
206
206
|
}
|
|
207
|
-
.awsui_additional-
|
|
207
|
+
.awsui_additional-info_n4qlp_wymfa_171 > a:not(#\9) {
|
|
208
208
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
209
209
|
font-weight: inherit;
|
|
210
210
|
letter-spacing: normal;
|
|
211
|
-
text-decoration: underline;
|
|
212
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
211
|
+
text-decoration-line: underline;
|
|
213
212
|
text-decoration-color: currentColor;
|
|
214
213
|
transition-property: color, -webkit-text-decoration;
|
|
215
214
|
transition-property: color, text-decoration;
|
|
216
215
|
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
217
216
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
217
|
+
text-underline-offset: 0.3em;
|
|
218
|
+
text-decoration-thickness: 1px;
|
|
218
219
|
}
|
|
219
220
|
@media (prefers-reduced-motion: reduce) {
|
|
220
|
-
.awsui_additional-
|
|
221
|
+
.awsui_additional-info_n4qlp_wymfa_171 > a:not(#\9) {
|
|
221
222
|
animation: none;
|
|
222
223
|
transition: none;
|
|
223
224
|
}
|
|
224
225
|
}
|
|
225
|
-
.awsui-motion-disabled .awsui_additional-
|
|
226
|
+
.awsui-motion-disabled .awsui_additional-info_n4qlp_wymfa_171 > a:not(#\9), .awsui-mode-entering .awsui_additional-info_n4qlp_wymfa_171 > a:not(#\9) {
|
|
226
227
|
animation: none;
|
|
227
228
|
transition: none;
|
|
228
229
|
}
|
|
229
|
-
.awsui_additional-
|
|
230
|
+
.awsui_additional-info_n4qlp_wymfa_171 > a:not(#\9):hover {
|
|
230
231
|
cursor: pointer;
|
|
231
232
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
232
233
|
}
|
|
233
|
-
.awsui_additional-
|
|
234
|
+
.awsui_additional-info_n4qlp_wymfa_171 > a:not(#\9):focus {
|
|
234
235
|
outline: none;
|
|
235
236
|
}
|
|
236
|
-
.awsui_additional-
|
|
237
|
+
.awsui_additional-info_n4qlp_wymfa_171 > a:not(#\9):active {
|
|
237
238
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
238
239
|
}
|
|
239
|
-
.awsui_additional-
|
|
240
|
-
text-decoration: underline;
|
|
241
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
240
|
+
.awsui_additional-info_n4qlp_wymfa_171 > a:not(#\9):active, .awsui_additional-info_n4qlp_wymfa_171 > a:not(#\9):focus, .awsui_additional-info_n4qlp_wymfa_171 > a:not(#\9):hover {
|
|
241
|
+
text-decoration-line: underline;
|
|
242
242
|
text-decoration-color: currentColor;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
.awsui_right-
|
|
245
|
+
.awsui_right-align_n4qlp_wymfa_217:not(#\9) {
|
|
246
246
|
float: right;
|
|
247
247
|
}
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"empty-appear": "awsui_empty-
|
|
6
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
7
|
-
"root": "
|
|
8
|
-
"empty": "
|
|
9
|
-
"row": "
|
|
10
|
-
"row-control": "awsui_row-
|
|
11
|
-
"field": "
|
|
12
|
-
"add-button": "awsui_add-
|
|
13
|
-
"remove-button": "awsui_remove-
|
|
14
|
-
"button-container-haslabel": "awsui_button-container-
|
|
15
|
-
"button-container-nolabel": "awsui_button-container-
|
|
16
|
-
"divider": "
|
|
17
|
-
"additional-info": "awsui_additional-
|
|
18
|
-
"right-align": "awsui_right-
|
|
5
|
+
"empty-appear": "awsui_empty-appear_n4qlp_wymfa_93",
|
|
6
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_n4qlp_wymfa_1",
|
|
7
|
+
"root": "awsui_root_n4qlp_wymfa_119",
|
|
8
|
+
"empty": "awsui_empty_n4qlp_wymfa_93",
|
|
9
|
+
"row": "awsui_row_n4qlp_wymfa_139",
|
|
10
|
+
"row-control": "awsui_row-control_n4qlp_wymfa_143",
|
|
11
|
+
"field": "awsui_field_n4qlp_wymfa_147",
|
|
12
|
+
"add-button": "awsui_add-button_n4qlp_wymfa_151",
|
|
13
|
+
"remove-button": "awsui_remove-button_n4qlp_wymfa_155",
|
|
14
|
+
"button-container-haslabel": "awsui_button-container-haslabel_n4qlp_wymfa_159",
|
|
15
|
+
"button-container-nolabel": "awsui_button-container-nolabel_n4qlp_wymfa_163",
|
|
16
|
+
"divider": "awsui_divider_n4qlp_wymfa_167",
|
|
17
|
+
"additional-info": "awsui_additional-info_n4qlp_wymfa_171",
|
|
18
|
+
"right-align": "awsui_right-align_n4qlp_wymfa_217"
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"link": "
|
|
5
|
-
"breadcrumb": "
|
|
6
|
-
"icon": "
|
|
7
|
-
"anchor": "
|
|
8
|
-
"last": "
|
|
9
|
-
"compressed": "
|
|
10
|
-
"text": "
|
|
11
|
-
"virtual-item": "awsui_virtual-
|
|
12
|
-
"item-popover": "awsui_item-
|
|
4
|
+
"link": "awsui_link_1kosq_1j79a_93",
|
|
5
|
+
"breadcrumb": "awsui_breadcrumb_1kosq_1j79a_97",
|
|
6
|
+
"icon": "awsui_icon_1kosq_1j79a_100",
|
|
7
|
+
"anchor": "awsui_anchor_1kosq_1j79a_104",
|
|
8
|
+
"last": "awsui_last_1kosq_1j79a_147",
|
|
9
|
+
"compressed": "awsui_compressed_1kosq_1j79a_157",
|
|
10
|
+
"text": "awsui_text_1kosq_1j79a_161",
|
|
11
|
+
"virtual-item": "awsui_virtual-item_1kosq_1j79a_168",
|
|
12
|
+
"item-popover": "awsui_item-popover_1kosq_1j79a_175"
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -90,55 +90,55 @@ 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
|
-
.
|
|
93
|
+
.awsui_link_1kosq_1j79a_93:not(#\9):after {
|
|
94
94
|
display: none;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
.
|
|
97
|
+
.awsui_breadcrumb_1kosq_1j79a_97:not(#\9) {
|
|
98
98
|
display: flex;
|
|
99
99
|
}
|
|
100
|
-
.
|
|
100
|
+
.awsui_breadcrumb_1kosq_1j79a_97 > .awsui_icon_1kosq_1j79a_100:not(#\9) {
|
|
101
101
|
margin: 0 var(--space-xs-zb16t3, 8px);
|
|
102
102
|
color: var(--color-text-breadcrumb-icon-ma8w3r, #7d8998);
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
.awsui_breadcrumb_1kosq_1j79a_97 > .awsui_anchor_1kosq_1j79a_104:not(#\9) {
|
|
105
105
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
106
106
|
font-weight: inherit;
|
|
107
107
|
letter-spacing: normal;
|
|
108
|
-
text-decoration: underline;
|
|
109
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
108
|
+
text-decoration-line: underline;
|
|
110
109
|
text-decoration-color: currentColor;
|
|
111
110
|
transition-property: color, -webkit-text-decoration;
|
|
112
111
|
transition-property: color, text-decoration;
|
|
113
112
|
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
114
113
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
114
|
+
text-underline-offset: 0.25em;
|
|
115
|
+
text-decoration-thickness: 1px;
|
|
115
116
|
}
|
|
116
117
|
@media (prefers-reduced-motion: reduce) {
|
|
117
|
-
.
|
|
118
|
+
.awsui_breadcrumb_1kosq_1j79a_97 > .awsui_anchor_1kosq_1j79a_104:not(#\9) {
|
|
118
119
|
animation: none;
|
|
119
120
|
transition: none;
|
|
120
121
|
}
|
|
121
122
|
}
|
|
122
|
-
.awsui-motion-disabled .
|
|
123
|
+
.awsui-motion-disabled .awsui_breadcrumb_1kosq_1j79a_97 > .awsui_anchor_1kosq_1j79a_104:not(#\9), .awsui-mode-entering .awsui_breadcrumb_1kosq_1j79a_97 > .awsui_anchor_1kosq_1j79a_104:not(#\9) {
|
|
123
124
|
animation: none;
|
|
124
125
|
transition: none;
|
|
125
126
|
}
|
|
126
|
-
.
|
|
127
|
+
.awsui_breadcrumb_1kosq_1j79a_97 > .awsui_anchor_1kosq_1j79a_104:not(#\9):hover {
|
|
127
128
|
cursor: pointer;
|
|
128
129
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
129
130
|
}
|
|
130
|
-
.
|
|
131
|
+
.awsui_breadcrumb_1kosq_1j79a_97 > .awsui_anchor_1kosq_1j79a_104:not(#\9):focus {
|
|
131
132
|
outline: none;
|
|
132
133
|
}
|
|
133
|
-
.
|
|
134
|
+
.awsui_breadcrumb_1kosq_1j79a_97 > .awsui_anchor_1kosq_1j79a_104:not(#\9):active {
|
|
134
135
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
135
136
|
}
|
|
136
|
-
.
|
|
137
|
-
text-decoration: underline;
|
|
138
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
137
|
+
.awsui_breadcrumb_1kosq_1j79a_97 > .awsui_anchor_1kosq_1j79a_104:not(#\9):active, .awsui_breadcrumb_1kosq_1j79a_97 > .awsui_anchor_1kosq_1j79a_104:not(#\9):focus, .awsui_breadcrumb_1kosq_1j79a_97 > .awsui_anchor_1kosq_1j79a_104:not(#\9):hover {
|
|
138
|
+
text-decoration-line: underline;
|
|
139
139
|
text-decoration-color: currentColor;
|
|
140
140
|
}
|
|
141
|
-
body[data-awsui-focus-visible=true] .
|
|
141
|
+
body[data-awsui-focus-visible=true] .awsui_breadcrumb_1kosq_1j79a_97 > .awsui_anchor_1kosq_1j79a_104:not(#\9):focus {
|
|
142
142
|
outline: thin dotted;
|
|
143
143
|
outline: var(--border-link-focus-ring-outline-kkfop6, 0);
|
|
144
144
|
outline-offset: 2px;
|
|
@@ -146,34 +146,34 @@ body[data-awsui-focus-visible=true] .awsui_breadcrumb_1kosq_1t5mc_97 > .awsui_an
|
|
|
146
146
|
border-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
147
147
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-v8hkrl, 2px) var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
148
148
|
}
|
|
149
|
-
.
|
|
149
|
+
.awsui_breadcrumb_1kosq_1j79a_97.awsui_last_1kosq_1j79a_147 > .awsui_icon_1kosq_1j79a_100:not(#\9) {
|
|
150
150
|
display: none;
|
|
151
151
|
}
|
|
152
|
-
.
|
|
152
|
+
.awsui_breadcrumb_1kosq_1j79a_97.awsui_last_1kosq_1j79a_147 > .awsui_anchor_1kosq_1j79a_104:not(#\9) {
|
|
153
153
|
color: var(--color-text-breadcrumb-current-bnqeha, #5f6b7a);
|
|
154
154
|
font-weight: 700;
|
|
155
155
|
text-decoration: none;
|
|
156
156
|
cursor: default;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
.
|
|
159
|
+
.awsui_compressed_1kosq_1j79a_157:not(#\9) {
|
|
160
160
|
min-width: 0;
|
|
161
161
|
overflow: hidden;
|
|
162
162
|
}
|
|
163
|
-
.
|
|
163
|
+
.awsui_compressed_1kosq_1j79a_157 > .awsui_text_1kosq_1j79a_161:not(#\9) {
|
|
164
164
|
overflow: hidden;
|
|
165
165
|
text-overflow: ellipsis;
|
|
166
166
|
white-space: nowrap;
|
|
167
167
|
display: block;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
.awsui_virtual-
|
|
170
|
+
.awsui_virtual-item_1kosq_1j79a_168:not(#\9) {
|
|
171
171
|
position: absolute !important;
|
|
172
172
|
top: -9999px !important;
|
|
173
173
|
left: -9999px !important;
|
|
174
174
|
visibility: hidden;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.awsui_item-
|
|
177
|
+
.awsui_item-popover_1kosq_1j79a_175:not(#\9) {
|
|
178
178
|
/* used in tests */
|
|
179
179
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"link": "
|
|
6
|
-
"breadcrumb": "
|
|
7
|
-
"icon": "
|
|
8
|
-
"anchor": "
|
|
9
|
-
"last": "
|
|
10
|
-
"compressed": "
|
|
11
|
-
"text": "
|
|
12
|
-
"virtual-item": "awsui_virtual-
|
|
13
|
-
"item-popover": "awsui_item-
|
|
5
|
+
"link": "awsui_link_1kosq_1j79a_93",
|
|
6
|
+
"breadcrumb": "awsui_breadcrumb_1kosq_1j79a_97",
|
|
7
|
+
"icon": "awsui_icon_1kosq_1j79a_100",
|
|
8
|
+
"anchor": "awsui_anchor_1kosq_1j79a_104",
|
|
9
|
+
"last": "awsui_last_1kosq_1j79a_147",
|
|
10
|
+
"compressed": "awsui_compressed_1kosq_1j79a_157",
|
|
11
|
+
"text": "awsui_text_1kosq_1j79a_161",
|
|
12
|
+
"virtual-item": "awsui_virtual-item_1kosq_1j79a_168",
|
|
13
|
+
"item-popover": "awsui_item-popover_1kosq_1j79a_175"
|
|
14
14
|
};
|
|
15
15
|
|
package/help-panel/styles.css.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"help-panel": "awsui_help-
|
|
5
|
-
"header": "
|
|
6
|
-
"content": "
|
|
7
|
-
"footer": "
|
|
4
|
+
"help-panel": "awsui_help-panel_1d237_1yuqf_94",
|
|
5
|
+
"header": "awsui_header_1d237_1yuqf_228",
|
|
6
|
+
"content": "awsui_content_1d237_1yuqf_258",
|
|
7
|
+
"footer": "awsui_footer_1d237_1yuqf_304"
|
|
8
8
|
};
|
|
9
9
|
|