@cloudscape-design/components 3.0.1346 → 3.0.1347
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/button-dropdown/index.d.ts.map +1 -1
- package/button-dropdown/index.js +5 -1
- package/button-dropdown/index.js.map +1 -1
- package/button-dropdown/interfaces.d.ts +2 -0
- package/button-dropdown/interfaces.d.ts.map +1 -1
- package/button-dropdown/interfaces.js.map +1 -1
- package/help-panel/styles.css.js +6 -6
- package/help-panel/styles.scoped.css +68 -68
- package/help-panel/styles.selectors.js +6 -6
- package/i18n/messages/all.all.js +1 -1
- package/i18n/messages/all.all.json +1 -1
- package/i18n/messages/all.ar.js +1 -1
- package/i18n/messages/all.ar.json +1 -1
- package/i18n/messages/all.de.js +1 -1
- package/i18n/messages/all.de.json +1 -1
- package/i18n/messages/all.en-GB.js +1 -1
- package/i18n/messages/all.en-GB.json +1 -1
- package/i18n/messages/all.en.js +1 -1
- package/i18n/messages/all.en.json +1 -1
- package/i18n/messages/all.es.js +1 -1
- package/i18n/messages/all.es.json +1 -1
- package/i18n/messages/all.fr.js +1 -1
- package/i18n/messages/all.fr.json +1 -1
- package/i18n/messages/all.id.js +1 -1
- package/i18n/messages/all.id.json +1 -1
- package/i18n/messages/all.it.js +1 -1
- package/i18n/messages/all.it.json +1 -1
- package/i18n/messages/all.ja.js +1 -1
- package/i18n/messages/all.ja.json +1 -1
- package/i18n/messages/all.ko.js +1 -1
- package/i18n/messages/all.ko.json +1 -1
- package/i18n/messages/all.pt-BR.js +1 -1
- package/i18n/messages/all.pt-BR.json +1 -1
- package/i18n/messages/all.tr.js +1 -1
- package/i18n/messages/all.tr.json +1 -1
- package/i18n/messages/all.zh-CN.js +1 -1
- package/i18n/messages/all.zh-CN.json +1 -1
- package/i18n/messages/all.zh-TW.js +1 -1
- package/i18n/messages/all.zh-TW.json +1 -1
- package/i18n/messages-types.d.ts +8 -0
- package/i18n/messages-types.d.ts.map +1 -1
- package/i18n/messages-types.js.map +1 -1
- package/internal/base-component/index.d.ts +1 -0
- package/internal/base-component/index.d.ts.map +1 -1
- package/internal/base-component/index.js +1 -0
- package/internal/base-component/index.js.map +1 -1
- package/internal/base-component/styles.scoped.css +1 -2650
- package/internal/base-theme/styles.css.js +4 -0
- package/internal/base-theme/styles.scoped.css +2651 -0
- package/internal/base-theme/styles.selectors.js +5 -0
- package/internal/components/drag-handle/styles.css.js +14 -14
- package/internal/components/drag-handle/styles.scoped.css +28 -19
- package/internal/components/drag-handle/styles.selectors.js +14 -14
- package/internal/components/token-list/styles.css.js +10 -10
- package/internal/components/token-list/styles.scoped.css +24 -24
- package/internal/components/token-list/styles.selectors.js +10 -10
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.d.ts +2 -0
- package/internal/generated/styles/tokens.js +2 -0
- package/internal/generated/theming/index.cjs +34 -0
- package/internal/generated/theming/index.js +34 -0
- package/internal/hooks/use-base-component/index.d.ts +2 -5
- package/internal/hooks/use-base-component/index.d.ts.map +1 -1
- package/internal/hooks/use-base-component/index.js +11 -2
- package/internal/hooks/use-base-component/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/link/styles.css.js +21 -21
- package/link/styles.scoped.css +86 -86
- package/link/styles.selectors.js +21 -21
- package/manifest.json +2 -2
- package/package.json +2 -1
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"handle": "
|
|
5
|
-
"handle-size-normal": "awsui_handle-size-
|
|
6
|
-
"handle-size-small": "awsui_handle-size-
|
|
7
|
-
"handle-drag-indicator": "awsui_handle-drag-
|
|
8
|
-
"handle-disabled": "awsui_handle-
|
|
9
|
-
"active": "
|
|
10
|
-
"handle-resize-area": "awsui_handle-resize-
|
|
11
|
-
"handle-resize-horizontal": "awsui_handle-resize-
|
|
12
|
-
"handle-resize-vertical": "awsui_handle-resize-
|
|
13
|
-
"hide-focus": "awsui_hide-
|
|
14
|
-
"resize-icon": "awsui_resize-
|
|
15
|
-
"resize-icon-vertical": "awsui_resize-icon-
|
|
16
|
-
"resize-icon-horizontal": "awsui_resize-icon-
|
|
17
|
-
"prevent-pointer": "awsui_prevent-
|
|
4
|
+
"handle": "awsui_handle_sdha6_1yyrd_145",
|
|
5
|
+
"handle-size-normal": "awsui_handle-size-normal_sdha6_1yyrd_153",
|
|
6
|
+
"handle-size-small": "awsui_handle-size-small_sdha6_1yyrd_157",
|
|
7
|
+
"handle-drag-indicator": "awsui_handle-drag-indicator_sdha6_1yyrd_160",
|
|
8
|
+
"handle-disabled": "awsui_handle-disabled_sdha6_1yyrd_160",
|
|
9
|
+
"active": "awsui_active_sdha6_1yyrd_163",
|
|
10
|
+
"handle-resize-area": "awsui_handle-resize-area_sdha6_1yyrd_166",
|
|
11
|
+
"handle-resize-horizontal": "awsui_handle-resize-horizontal_sdha6_1yyrd_182",
|
|
12
|
+
"handle-resize-vertical": "awsui_handle-resize-vertical_sdha6_1yyrd_185",
|
|
13
|
+
"hide-focus": "awsui_hide-focus_sdha6_1yyrd_195",
|
|
14
|
+
"resize-icon": "awsui_resize-icon_sdha6_1yyrd_218",
|
|
15
|
+
"resize-icon-vertical": "awsui_resize-icon-vertical_sdha6_1yyrd_224",
|
|
16
|
+
"resize-icon-horizontal": "awsui_resize-icon-horizontal_sdha6_1yyrd_228",
|
|
17
|
+
"prevent-pointer": "awsui_prevent-pointer_sdha6_1yyrd_232"
|
|
18
18
|
};
|
|
19
19
|
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
*/
|
|
143
143
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
144
144
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
145
|
-
.
|
|
145
|
+
.awsui_handle_sdha6_1yyrd_145:not(#\9) {
|
|
146
146
|
appearance: none;
|
|
147
147
|
color: var(--color-text-interactive-default-1o1pl2, #424650);
|
|
148
148
|
background: transparent;
|
|
@@ -151,47 +151,56 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
151
151
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
152
152
|
touch-action: none;
|
|
153
153
|
}
|
|
154
|
-
.awsui_handle-size-
|
|
154
|
+
.awsui_handle-size-normal_sdha6_1yyrd_153:not(#\9) {
|
|
155
155
|
block-size: var(--line-height-body-m-2mh3ke, 20px);
|
|
156
156
|
padding-inline: var(--space-scaled-xxxs-oo06c7, 2px);
|
|
157
157
|
}
|
|
158
|
-
.awsui_handle-size-
|
|
158
|
+
.awsui_handle-size-small_sdha6_1yyrd_157:not(#\9) {
|
|
159
159
|
block-size: var(--line-height-body-s-nu5hx1, 16px);
|
|
160
160
|
}
|
|
161
|
-
.awsui_handle-drag-
|
|
161
|
+
.awsui_handle-drag-indicator_sdha6_1yyrd_160:not(#\9):not(.awsui_handle-disabled_sdha6_1yyrd_160) {
|
|
162
162
|
cursor: grab;
|
|
163
163
|
}
|
|
164
|
-
.awsui_handle-drag-
|
|
164
|
+
.awsui_handle-drag-indicator_sdha6_1yyrd_160:not(#\9):not(.awsui_handle-disabled_sdha6_1yyrd_160).awsui_active_sdha6_1yyrd_163 {
|
|
165
165
|
cursor: grabbing;
|
|
166
166
|
}
|
|
167
|
-
.awsui_handle-resize-
|
|
167
|
+
.awsui_handle-resize-area_sdha6_1yyrd_166:not(#\9) {
|
|
168
168
|
cursor: nwse-resize;
|
|
169
|
+
position: relative;
|
|
169
170
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
170
171
|
}
|
|
171
|
-
.awsui_handle-resize-
|
|
172
|
+
.awsui_handle-resize-area_sdha6_1yyrd_166:not(#\9)::after {
|
|
173
|
+
content: "";
|
|
174
|
+
position: absolute;
|
|
175
|
+
inset-block-end: 0;
|
|
176
|
+
inset-inline-end: 0;
|
|
177
|
+
inline-size: max(24px, 100%);
|
|
178
|
+
block-size: max(24px, 100%);
|
|
179
|
+
}
|
|
180
|
+
.awsui_handle-resize-area_sdha6_1yyrd_166:not(#\9):dir(rtl) {
|
|
172
181
|
cursor: nesw-resize;
|
|
173
182
|
}
|
|
174
|
-
.awsui_handle-resize-
|
|
183
|
+
.awsui_handle-resize-horizontal_sdha6_1yyrd_182:not(#\9) {
|
|
175
184
|
cursor: ew-resize;
|
|
176
185
|
}
|
|
177
|
-
.awsui_handle-resize-
|
|
186
|
+
.awsui_handle-resize-vertical_sdha6_1yyrd_185:not(#\9) {
|
|
178
187
|
cursor: ns-resize;
|
|
179
188
|
}
|
|
180
|
-
.
|
|
189
|
+
.awsui_handle_sdha6_1yyrd_145:not(#\9):hover {
|
|
181
190
|
color: var(--color-text-interactive-hover-j5y3wx, #0f141a);
|
|
182
191
|
}
|
|
183
|
-
.
|
|
192
|
+
.awsui_handle_sdha6_1yyrd_145:not(#\9):focus {
|
|
184
193
|
outline: none;
|
|
185
194
|
text-decoration: none;
|
|
186
195
|
}
|
|
187
|
-
body[data-awsui-focus-visible=true] .
|
|
196
|
+
body[data-awsui-focus-visible=true] .awsui_handle_sdha6_1yyrd_145:not(#\9):focus:not(.awsui_hide-focus_sdha6_1yyrd_195) {
|
|
188
197
|
position: relative;
|
|
189
198
|
}
|
|
190
|
-
body[data-awsui-focus-visible=true] .
|
|
199
|
+
body[data-awsui-focus-visible=true] .awsui_handle_sdha6_1yyrd_145:not(#\9):focus:not(.awsui_hide-focus_sdha6_1yyrd_195) {
|
|
191
200
|
outline: 2px dotted transparent;
|
|
192
201
|
outline-offset: calc(0px - 1px);
|
|
193
202
|
}
|
|
194
|
-
body[data-awsui-focus-visible=true] .
|
|
203
|
+
body[data-awsui-focus-visible=true] .awsui_handle_sdha6_1yyrd_145:not(#\9):focus:not(.awsui_hide-focus_sdha6_1yyrd_195)::before {
|
|
195
204
|
content: " ";
|
|
196
205
|
display: block;
|
|
197
206
|
position: absolute;
|
|
@@ -207,20 +216,20 @@ body[data-awsui-focus-visible=true] .awsui_handle_sdha6_12mai_145:not(#\9):focus
|
|
|
207
216
|
z-index: 2;
|
|
208
217
|
}
|
|
209
218
|
|
|
210
|
-
.awsui_resize-
|
|
219
|
+
.awsui_resize-icon_sdha6_1yyrd_218:not(#\9) {
|
|
211
220
|
stroke: var(--color-text-interactive-default-1o1pl2, #424650);
|
|
212
221
|
}
|
|
213
|
-
.awsui_resize-
|
|
222
|
+
.awsui_resize-icon_sdha6_1yyrd_218:not(#\9):hover {
|
|
214
223
|
stroke: var(--color-text-interactive-hover-j5y3wx, #0f141a);
|
|
215
224
|
}
|
|
216
|
-
.awsui_resize-icon-
|
|
225
|
+
.awsui_resize-icon-vertical_sdha6_1yyrd_224:not(#\9) {
|
|
217
226
|
margin-block: auto;
|
|
218
227
|
margin-inline: auto;
|
|
219
228
|
}
|
|
220
|
-
.awsui_resize-icon-
|
|
229
|
+
.awsui_resize-icon-horizontal_sdha6_1yyrd_228:not(#\9) {
|
|
221
230
|
transform: rotate(90deg);
|
|
222
231
|
}
|
|
223
232
|
|
|
224
|
-
.awsui_prevent-
|
|
233
|
+
.awsui_prevent-pointer_sdha6_1yyrd_232:not(#\9) {
|
|
225
234
|
pointer-events: none;
|
|
226
235
|
}
|
|
@@ -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
|
-
"handle": "
|
|
6
|
-
"handle-size-normal": "awsui_handle-size-
|
|
7
|
-
"handle-size-small": "awsui_handle-size-
|
|
8
|
-
"handle-drag-indicator": "awsui_handle-drag-
|
|
9
|
-
"handle-disabled": "awsui_handle-
|
|
10
|
-
"active": "
|
|
11
|
-
"handle-resize-area": "awsui_handle-resize-
|
|
12
|
-
"handle-resize-horizontal": "awsui_handle-resize-
|
|
13
|
-
"handle-resize-vertical": "awsui_handle-resize-
|
|
14
|
-
"hide-focus": "awsui_hide-
|
|
15
|
-
"resize-icon": "awsui_resize-
|
|
16
|
-
"resize-icon-vertical": "awsui_resize-icon-
|
|
17
|
-
"resize-icon-horizontal": "awsui_resize-icon-
|
|
18
|
-
"prevent-pointer": "awsui_prevent-
|
|
5
|
+
"handle": "awsui_handle_sdha6_1yyrd_145",
|
|
6
|
+
"handle-size-normal": "awsui_handle-size-normal_sdha6_1yyrd_153",
|
|
7
|
+
"handle-size-small": "awsui_handle-size-small_sdha6_1yyrd_157",
|
|
8
|
+
"handle-drag-indicator": "awsui_handle-drag-indicator_sdha6_1yyrd_160",
|
|
9
|
+
"handle-disabled": "awsui_handle-disabled_sdha6_1yyrd_160",
|
|
10
|
+
"active": "awsui_active_sdha6_1yyrd_163",
|
|
11
|
+
"handle-resize-area": "awsui_handle-resize-area_sdha6_1yyrd_166",
|
|
12
|
+
"handle-resize-horizontal": "awsui_handle-resize-horizontal_sdha6_1yyrd_182",
|
|
13
|
+
"handle-resize-vertical": "awsui_handle-resize-vertical_sdha6_1yyrd_185",
|
|
14
|
+
"hide-focus": "awsui_hide-focus_sdha6_1yyrd_195",
|
|
15
|
+
"resize-icon": "awsui_resize-icon_sdha6_1yyrd_218",
|
|
16
|
+
"resize-icon-vertical": "awsui_resize-icon-vertical_sdha6_1yyrd_224",
|
|
17
|
+
"resize-icon-horizontal": "awsui_resize-icon-horizontal_sdha6_1yyrd_228",
|
|
18
|
+
"prevent-pointer": "awsui_prevent-pointer_sdha6_1yyrd_232"
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"horizontal": "
|
|
6
|
-
"vertical": "
|
|
7
|
-
"list": "
|
|
8
|
-
"grid": "
|
|
9
|
-
"list-item": "awsui_list-
|
|
10
|
-
"toggle-container-inline": "awsui_toggle-container-
|
|
11
|
-
"toggle": "
|
|
12
|
-
"description": "
|
|
13
|
-
"separator": "
|
|
4
|
+
"root": "awsui_root_gfwv3_i6vxr_193",
|
|
5
|
+
"horizontal": "awsui_horizontal_gfwv3_i6vxr_196",
|
|
6
|
+
"vertical": "awsui_vertical_gfwv3_i6vxr_202",
|
|
7
|
+
"list": "awsui_list_gfwv3_i6vxr_207",
|
|
8
|
+
"grid": "awsui_grid_gfwv3_i6vxr_226",
|
|
9
|
+
"list-item": "awsui_list-item_gfwv3_i6vxr_238",
|
|
10
|
+
"toggle-container-inline": "awsui_toggle-container-inline_gfwv3_i6vxr_245",
|
|
11
|
+
"toggle": "awsui_toggle_gfwv3_i6vxr_245",
|
|
12
|
+
"description": "awsui_description_gfwv3_i6vxr_338",
|
|
13
|
+
"separator": "awsui_separator_gfwv3_i6vxr_342"
|
|
14
14
|
};
|
|
15
15
|
|
|
@@ -190,21 +190,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
190
190
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
191
191
|
SPDX-License-Identifier: Apache-2.0
|
|
192
192
|
*/
|
|
193
|
-
.
|
|
193
|
+
.awsui_root_gfwv3_i6vxr_193:not(#\9) {
|
|
194
194
|
gap: var(--space-scaled-xs-xwoogq, 8px);
|
|
195
195
|
}
|
|
196
|
-
.
|
|
196
|
+
.awsui_root_gfwv3_i6vxr_193.awsui_horizontal_gfwv3_i6vxr_196:not(#\9) {
|
|
197
197
|
display: flex;
|
|
198
198
|
gap: var(--space-xs-ymlm0b, 8px);
|
|
199
199
|
flex-direction: row;
|
|
200
200
|
flex-wrap: wrap;
|
|
201
201
|
}
|
|
202
|
-
.
|
|
202
|
+
.awsui_root_gfwv3_i6vxr_193.awsui_vertical_gfwv3_i6vxr_202:not(#\9) {
|
|
203
203
|
display: flex;
|
|
204
204
|
flex-direction: column;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.
|
|
207
|
+
.awsui_list_gfwv3_i6vxr_207:not(#\9) {
|
|
208
208
|
display: contents;
|
|
209
209
|
list-style: none;
|
|
210
210
|
padding-block: 0;
|
|
@@ -212,43 +212,43 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
212
212
|
margin-block: 0;
|
|
213
213
|
margin-inline: 0;
|
|
214
214
|
}
|
|
215
|
-
.
|
|
215
|
+
.awsui_list_gfwv3_i6vxr_207.awsui_horizontal_gfwv3_i6vxr_196:not(#\9), .awsui_list_gfwv3_i6vxr_207.awsui_vertical_gfwv3_i6vxr_202:not(#\9) {
|
|
216
216
|
display: flex;
|
|
217
217
|
gap: var(--space-xs-ymlm0b, 8px);
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
.awsui_list_gfwv3_i6vxr_207.awsui_horizontal_gfwv3_i6vxr_196:not(#\9) {
|
|
220
220
|
flex-direction: row;
|
|
221
221
|
flex-wrap: wrap;
|
|
222
222
|
}
|
|
223
|
-
.
|
|
223
|
+
.awsui_list_gfwv3_i6vxr_207.awsui_vertical_gfwv3_i6vxr_202:not(#\9) {
|
|
224
224
|
flex-direction: column;
|
|
225
225
|
}
|
|
226
|
-
.
|
|
226
|
+
.awsui_list_gfwv3_i6vxr_207.awsui_grid_gfwv3_i6vxr_226:not(#\9) {
|
|
227
227
|
display: grid;
|
|
228
228
|
gap: var(--space-xs-ymlm0b, 8px);
|
|
229
229
|
grid-template-columns: repeat(auto-fill, 230px);
|
|
230
230
|
}
|
|
231
231
|
@media (max-width: 688px) {
|
|
232
|
-
.
|
|
232
|
+
.awsui_list_gfwv3_i6vxr_207.awsui_grid_gfwv3_i6vxr_226:not(#\9) {
|
|
233
233
|
display: flex;
|
|
234
234
|
flex-direction: column;
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
.awsui_list-
|
|
238
|
+
.awsui_list-item_gfwv3_i6vxr_238:not(#\9) {
|
|
239
239
|
padding-block: 0;
|
|
240
240
|
padding-inline: 0;
|
|
241
241
|
margin-block: 0;
|
|
242
242
|
margin-inline: 0;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
.awsui_toggle-container-
|
|
245
|
+
.awsui_toggle-container-inline_gfwv3_i6vxr_245:not(#\9) {
|
|
246
246
|
padding-inline-start: var(--space-xs-ymlm0b, 8px);
|
|
247
247
|
display: flex;
|
|
248
248
|
align-items: center;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.
|
|
251
|
+
.awsui_toggle_gfwv3_i6vxr_245:not(#\9) {
|
|
252
252
|
border-collapse: separate;
|
|
253
253
|
border-spacing: 0;
|
|
254
254
|
box-sizing: border-box;
|
|
@@ -292,42 +292,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
292
292
|
color: var(--awsui-style-color-default-esndbs, var(--color-text-link-secondary-default-6ui3do, #006ce0));
|
|
293
293
|
font-weight: var(--font-weight-link-secondary-2yfxrh, inherit);
|
|
294
294
|
letter-spacing: normal;
|
|
295
|
-
text-decoration-line: none;
|
|
296
|
-
text-decoration-color: transparent;
|
|
295
|
+
text-decoration-line: var(--font-decoration-line-link-secondary-yegojw, none);
|
|
296
|
+
text-decoration-color: var(--color-text-link-secondary-decoration-default-icj4nn, transparent);
|
|
297
297
|
transition-property: color, -webkit-text-decoration;
|
|
298
298
|
transition-property: color, text-decoration;
|
|
299
299
|
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
300
300
|
transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
|
|
301
301
|
}
|
|
302
302
|
@media (prefers-reduced-motion: reduce) {
|
|
303
|
-
.
|
|
303
|
+
.awsui_toggle_gfwv3_i6vxr_245:not(#\9) {
|
|
304
304
|
animation: none;
|
|
305
305
|
transition: none;
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
|
-
.awsui-motion-disabled .
|
|
308
|
+
.awsui-motion-disabled .awsui_toggle_gfwv3_i6vxr_245:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_i6vxr_245:not(#\9) {
|
|
309
309
|
animation: none;
|
|
310
310
|
transition: none;
|
|
311
311
|
}
|
|
312
|
-
.
|
|
312
|
+
.awsui_toggle_gfwv3_i6vxr_245:not(#\9):hover {
|
|
313
313
|
cursor: pointer;
|
|
314
314
|
color: var(--awsui-style-color-hover-esndbs, var(--color-text-link-secondary-hover-oy8eob, #002b66));
|
|
315
315
|
}
|
|
316
|
-
.
|
|
316
|
+
.awsui_toggle_gfwv3_i6vxr_245:not(#\9):focus {
|
|
317
317
|
outline: none;
|
|
318
318
|
}
|
|
319
|
-
.
|
|
319
|
+
.awsui_toggle_gfwv3_i6vxr_245:not(#\9):active {
|
|
320
320
|
color: var(--awsui-style-color-active-esndbs, var(--color-text-link-secondary-hover-oy8eob, #002b66));
|
|
321
321
|
}
|
|
322
|
-
.
|
|
322
|
+
.awsui_toggle_gfwv3_i6vxr_245:not(#\9):active, .awsui_toggle_gfwv3_i6vxr_245:not(#\9):focus, .awsui_toggle_gfwv3_i6vxr_245:not(#\9):hover {
|
|
323
323
|
text-decoration-line: underline;
|
|
324
324
|
text-decoration-color: var(--color-text-link-decoration-hover-kui2t9, currentColor);
|
|
325
325
|
}
|
|
326
|
-
.
|
|
326
|
+
.awsui_toggle_gfwv3_i6vxr_245:not(#\9):active, .awsui_toggle_gfwv3_i6vxr_245:not(#\9):focus, .awsui_toggle_gfwv3_i6vxr_245:not(#\9):hover {
|
|
327
327
|
text-decoration: none;
|
|
328
328
|
text-decoration-color: transparent;
|
|
329
329
|
}
|
|
330
|
-
body[data-awsui-focus-visible=true] .
|
|
330
|
+
body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_i6vxr_245:not(#\9):focus {
|
|
331
331
|
outline: 2px dotted transparent;
|
|
332
332
|
border-block: var(--border-width-button-jm0qg7, 2px) solid var(--color-border-item-focused-ditkrb, #006ce0);
|
|
333
333
|
border-inline: var(--border-width-button-jm0qg7, 2px) solid var(--color-border-item-focused-ditkrb, #006ce0);
|
|
@@ -337,11 +337,11 @@ body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_15eip_245:not(#\9):focus
|
|
|
337
337
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
|
|
338
338
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-9mjajk, 1px) var(--color-border-item-focused-ditkrb, #006ce0);
|
|
339
339
|
}
|
|
340
|
-
.
|
|
340
|
+
.awsui_toggle_gfwv3_i6vxr_245 > .awsui_description_gfwv3_i6vxr_338:not(#\9) {
|
|
341
341
|
margin-inline-start: var(--space-xxs-hwfkai, 4px);
|
|
342
342
|
}
|
|
343
343
|
|
|
344
|
-
.
|
|
344
|
+
.awsui_separator_gfwv3_i6vxr_342:not(#\9) {
|
|
345
345
|
margin-block: 0;
|
|
346
346
|
margin-inline: var(--space-scaled-m-m892r9, 16px);
|
|
347
347
|
inline-size: var(--border-divider-section-width-uwo8my, 1px);
|
|
@@ -2,15 +2,15 @@
|
|
|
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
|
-
"horizontal": "
|
|
7
|
-
"vertical": "
|
|
8
|
-
"list": "
|
|
9
|
-
"grid": "
|
|
10
|
-
"list-item": "awsui_list-
|
|
11
|
-
"toggle-container-inline": "awsui_toggle-container-
|
|
12
|
-
"toggle": "
|
|
13
|
-
"description": "
|
|
14
|
-
"separator": "
|
|
5
|
+
"root": "awsui_root_gfwv3_i6vxr_193",
|
|
6
|
+
"horizontal": "awsui_horizontal_gfwv3_i6vxr_196",
|
|
7
|
+
"vertical": "awsui_vertical_gfwv3_i6vxr_202",
|
|
8
|
+
"list": "awsui_list_gfwv3_i6vxr_207",
|
|
9
|
+
"grid": "awsui_grid_gfwv3_i6vxr_226",
|
|
10
|
+
"list-item": "awsui_list-item_gfwv3_i6vxr_238",
|
|
11
|
+
"toggle-container-inline": "awsui_toggle-container-inline_gfwv3_i6vxr_245",
|
|
12
|
+
"toggle": "awsui_toggle_gfwv3_i6vxr_245",
|
|
13
|
+
"description": "awsui_description_gfwv3_i6vxr_338",
|
|
14
|
+
"separator": "awsui_separator_gfwv3_i6vxr_342"
|
|
15
15
|
};
|
|
16
16
|
|
package/internal/environment.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
3
|
-
export var GIT_SHA = "
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (f066dd83)";
|
|
3
|
+
export var GIT_SHA = "f066dd83";
|
|
4
4
|
export var THEME = "open-source-visual-refresh";
|
|
5
5
|
export var SYSTEM = "core";
|
|
6
6
|
export var ALWAYS_VISUAL_REFRESH = true;
|
|
@@ -691,6 +691,7 @@ export const colorTextLinkDecorationDefault: string;
|
|
|
691
691
|
export const colorTextLinkDecorationHover: string;
|
|
692
692
|
export const colorTextLinkSecondaryDefault: string;
|
|
693
693
|
export const colorTextLinkSecondaryHover: string;
|
|
694
|
+
export const colorTextLinkSecondaryDecorationDefault: string;
|
|
694
695
|
export const colorTextLinkInfoDefault: string;
|
|
695
696
|
export const colorTextLinkInfoHover: string;
|
|
696
697
|
export const colorTextLinkInvertedDefault: string;
|
|
@@ -799,6 +800,7 @@ export const fontBoxValueLargeWeight: string;
|
|
|
799
800
|
export const fontButtonLetterSpacing: string;
|
|
800
801
|
export const fontChartDetailSize: string;
|
|
801
802
|
export const fontDecorationStyleLink: string;
|
|
803
|
+
export const fontDecorationLineLinkSecondary: string;
|
|
802
804
|
export const fontDecorationThicknessLink: string;
|
|
803
805
|
export const fontDecorationThicknessLinkDisplayL: string;
|
|
804
806
|
export const fontDisplayLabelWeight: string;
|
|
@@ -691,6 +691,7 @@ export var colorTextLinkDecorationDefault = "var(--color-text-link-decoration-de
|
|
|
691
691
|
export var colorTextLinkDecorationHover = "var(--color-text-link-decoration-hover-kui2t9, currentColor)";
|
|
692
692
|
export var colorTextLinkSecondaryDefault = "var(--color-text-link-secondary-default-6ui3do, #006ce0)";
|
|
693
693
|
export var colorTextLinkSecondaryHover = "var(--color-text-link-secondary-hover-oy8eob, #002b66)";
|
|
694
|
+
export var colorTextLinkSecondaryDecorationDefault = "var(--color-text-link-secondary-decoration-default-icj4nn, transparent)";
|
|
694
695
|
export var colorTextLinkInfoDefault = "var(--color-text-link-info-default-mgpk1w, #006ce0)";
|
|
695
696
|
export var colorTextLinkInfoHover = "var(--color-text-link-info-hover-os951m, #002b66)";
|
|
696
697
|
export var colorTextLinkInvertedDefault = "var(--color-text-link-inverted-default-n9ytl0, #f9f9fa)";
|
|
@@ -799,6 +800,7 @@ export var fontBoxValueLargeWeight = "var(--font-box-value-large-weight-wr00sw,
|
|
|
799
800
|
export var fontButtonLetterSpacing = "var(--font-button-letter-spacing-ufowe3, 0.005em)";
|
|
800
801
|
export var fontChartDetailSize = "var(--font-chart-detail-size-9qr25q, 12px)";
|
|
801
802
|
export var fontDecorationStyleLink = "var(--font-decoration-style-link-pk2xmp, solid)";
|
|
803
|
+
export var fontDecorationLineLinkSecondary = "var(--font-decoration-line-link-secondary-yegojw, none)";
|
|
802
804
|
export var fontDecorationThicknessLink = "var(--font-decoration-thickness-link-uesuo7, 1px)";
|
|
803
805
|
export var fontDecorationThicknessLinkDisplayL = "var(--font-decoration-thickness-link-display-l-6g5fyl, 2px)";
|
|
804
806
|
export var fontDisplayLabelWeight = "var(--font-display-label-weight-zavpeo, 700)";
|
|
@@ -2811,6 +2811,10 @@ module.exports.preset = {
|
|
|
2811
2811
|
"light": "{colorTextLinkHover}",
|
|
2812
2812
|
"dark": "{colorTextLinkHover}"
|
|
2813
2813
|
},
|
|
2814
|
+
"colorTextLinkSecondaryDecorationDefault": {
|
|
2815
|
+
"light": "transparent",
|
|
2816
|
+
"dark": "transparent"
|
|
2817
|
+
},
|
|
2814
2818
|
"colorTextLinkInfoDefault": {
|
|
2815
2819
|
"light": "{colorTextLinkDefault}",
|
|
2816
2820
|
"dark": "{colorTextLinkDefault}"
|
|
@@ -3231,6 +3235,7 @@ module.exports.preset = {
|
|
|
3231
3235
|
"fontButtonLetterSpacing": "0.005em",
|
|
3232
3236
|
"fontChartDetailSize": "{fontSizeBodyS}",
|
|
3233
3237
|
"fontDecorationStyleLink": "solid",
|
|
3238
|
+
"fontDecorationLineLinkSecondary": "none",
|
|
3234
3239
|
"fontDecorationThicknessLink": "1px",
|
|
3235
3240
|
"fontDecorationThicknessLinkDisplayL": "2px",
|
|
3236
3241
|
"fontDisplayLabelWeight": "700",
|
|
@@ -5931,6 +5936,10 @@ module.exports.preset = {
|
|
|
5931
5936
|
"light": "{colorTextLinkHover}",
|
|
5932
5937
|
"dark": "{colorTextLinkHover}"
|
|
5933
5938
|
},
|
|
5939
|
+
"colorTextLinkSecondaryDecorationDefault": {
|
|
5940
|
+
"light": "transparent",
|
|
5941
|
+
"dark": "transparent"
|
|
5942
|
+
},
|
|
5934
5943
|
"colorTextLinkInfoDefault": {
|
|
5935
5944
|
"light": "{colorTextLinkDefault}",
|
|
5936
5945
|
"dark": "{colorTextLinkDefault}"
|
|
@@ -7831,6 +7840,10 @@ module.exports.preset = {
|
|
|
7831
7840
|
"light": "{colorTextLinkHover}",
|
|
7832
7841
|
"dark": "{colorTextLinkHover}"
|
|
7833
7842
|
},
|
|
7843
|
+
"colorTextLinkSecondaryDecorationDefault": {
|
|
7844
|
+
"light": "transparent",
|
|
7845
|
+
"dark": "transparent"
|
|
7846
|
+
},
|
|
7834
7847
|
"colorTextLinkInfoDefault": {
|
|
7835
7848
|
"light": "{colorTextLinkDefault}",
|
|
7836
7849
|
"dark": "{colorTextLinkDefault}"
|
|
@@ -9669,6 +9682,10 @@ module.exports.preset = {
|
|
|
9669
9682
|
"light": "{colorTextLinkHover}",
|
|
9670
9683
|
"dark": "{colorTextLinkHover}"
|
|
9671
9684
|
},
|
|
9685
|
+
"colorTextLinkSecondaryDecorationDefault": {
|
|
9686
|
+
"light": "transparent",
|
|
9687
|
+
"dark": "transparent"
|
|
9688
|
+
},
|
|
9672
9689
|
"colorTextLinkInfoDefault": {
|
|
9673
9690
|
"light": "{colorTextLinkDefault}",
|
|
9674
9691
|
"dark": "{colorTextLinkDefault}"
|
|
@@ -11343,6 +11360,10 @@ module.exports.preset = {
|
|
|
11343
11360
|
"light": "{colorTextLinkHover}",
|
|
11344
11361
|
"dark": "{colorTextLinkHover}"
|
|
11345
11362
|
},
|
|
11363
|
+
"colorTextLinkSecondaryDecorationDefault": {
|
|
11364
|
+
"light": "transparent",
|
|
11365
|
+
"dark": "transparent"
|
|
11366
|
+
},
|
|
11346
11367
|
"colorTextLinkInfoDefault": {
|
|
11347
11368
|
"light": "{colorTextLinkDefault}",
|
|
11348
11369
|
"dark": "{colorTextLinkDefault}"
|
|
@@ -13017,6 +13038,10 @@ module.exports.preset = {
|
|
|
13017
13038
|
"light": "{colorTextLinkHover}",
|
|
13018
13039
|
"dark": "{colorTextLinkHover}"
|
|
13019
13040
|
},
|
|
13041
|
+
"colorTextLinkSecondaryDecorationDefault": {
|
|
13042
|
+
"light": "transparent",
|
|
13043
|
+
"dark": "transparent"
|
|
13044
|
+
},
|
|
13020
13045
|
"colorTextLinkInfoDefault": {
|
|
13021
13046
|
"light": "{colorTextLinkDefault}",
|
|
13022
13047
|
"dark": "{colorTextLinkDefault}"
|
|
@@ -14693,6 +14718,10 @@ module.exports.preset = {
|
|
|
14693
14718
|
"light": "{colorTextLinkHover}",
|
|
14694
14719
|
"dark": "{colorTextLinkHover}"
|
|
14695
14720
|
},
|
|
14721
|
+
"colorTextLinkSecondaryDecorationDefault": {
|
|
14722
|
+
"light": "transparent",
|
|
14723
|
+
"dark": "transparent"
|
|
14724
|
+
},
|
|
14696
14725
|
"colorTextLinkInfoDefault": {
|
|
14697
14726
|
"light": "{colorTextLinkDefault}",
|
|
14698
14727
|
"dark": "{colorTextLinkDefault}"
|
|
@@ -15806,6 +15835,7 @@ module.exports.preset = {
|
|
|
15806
15835
|
"colorTextLinkDecorationHover": "color",
|
|
15807
15836
|
"colorTextLinkSecondaryDefault": "color",
|
|
15808
15837
|
"colorTextLinkSecondaryHover": "color",
|
|
15838
|
+
"colorTextLinkSecondaryDecorationDefault": "color",
|
|
15809
15839
|
"colorTextLinkInfoDefault": "color",
|
|
15810
15840
|
"colorTextLinkInfoHover": "color",
|
|
15811
15841
|
"colorTextLinkInvertedDefault": "color",
|
|
@@ -18122,6 +18152,7 @@ module.exports.preset = {
|
|
|
18122
18152
|
"colorTextLinkDecorationHover": "color-text-link-decoration-hover",
|
|
18123
18153
|
"colorTextLinkSecondaryDefault": "color-text-link-secondary-default",
|
|
18124
18154
|
"colorTextLinkSecondaryHover": "color-text-link-secondary-hover",
|
|
18155
|
+
"colorTextLinkSecondaryDecorationDefault": "color-text-link-secondary-decoration-default",
|
|
18125
18156
|
"colorTextLinkInfoDefault": "color-text-link-info-default",
|
|
18126
18157
|
"colorTextLinkInfoHover": "color-text-link-info-hover",
|
|
18127
18158
|
"colorTextLinkInvertedDefault": "color-text-link-inverted-default",
|
|
@@ -18230,6 +18261,7 @@ module.exports.preset = {
|
|
|
18230
18261
|
"fontButtonLetterSpacing": "font-button-letter-spacing",
|
|
18231
18262
|
"fontChartDetailSize": "font-chart-detail-size",
|
|
18232
18263
|
"fontDecorationStyleLink": "font-decoration-style-link",
|
|
18264
|
+
"fontDecorationLineLinkSecondary": "font-decoration-line-link-secondary",
|
|
18233
18265
|
"fontDecorationThicknessLink": "font-decoration-thickness-link",
|
|
18234
18266
|
"fontDecorationThicknessLinkDisplayL": "font-decoration-thickness-link-display-l",
|
|
18235
18267
|
"fontDisplayLabelWeight": "font-display-label-weight",
|
|
@@ -19273,6 +19305,7 @@ module.exports.preset = {
|
|
|
19273
19305
|
"colorTextLinkDecorationHover": "--color-text-link-decoration-hover-kui2t9",
|
|
19274
19306
|
"colorTextLinkSecondaryDefault": "--color-text-link-secondary-default-6ui3do",
|
|
19275
19307
|
"colorTextLinkSecondaryHover": "--color-text-link-secondary-hover-oy8eob",
|
|
19308
|
+
"colorTextLinkSecondaryDecorationDefault": "--color-text-link-secondary-decoration-default-icj4nn",
|
|
19276
19309
|
"colorTextLinkInfoDefault": "--color-text-link-info-default-mgpk1w",
|
|
19277
19310
|
"colorTextLinkInfoHover": "--color-text-link-info-hover-os951m",
|
|
19278
19311
|
"colorTextLinkInvertedDefault": "--color-text-link-inverted-default-n9ytl0",
|
|
@@ -19381,6 +19414,7 @@ module.exports.preset = {
|
|
|
19381
19414
|
"fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
|
|
19382
19415
|
"fontChartDetailSize": "--font-chart-detail-size-9qr25q",
|
|
19383
19416
|
"fontDecorationStyleLink": "--font-decoration-style-link-pk2xmp",
|
|
19417
|
+
"fontDecorationLineLinkSecondary": "--font-decoration-line-link-secondary-yegojw",
|
|
19384
19418
|
"fontDecorationThicknessLink": "--font-decoration-thickness-link-uesuo7",
|
|
19385
19419
|
"fontDecorationThicknessLinkDisplayL": "--font-decoration-thickness-link-display-l-6g5fyl",
|
|
19386
19420
|
"fontDisplayLabelWeight": "--font-display-label-weight-zavpeo",
|