@cloudscape-design/components 3.0.427 → 3.0.429
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/button-dropdown/utils/use-button-dropdown.d.ts.map +1 -1
- package/button-dropdown/utils/use-button-dropdown.js +3 -0
- package/button-dropdown/utils/use-button-dropdown.js.map +1 -1
- package/date-picker/index.d.ts.map +1 -1
- package/date-picker/index.js +1 -0
- package/date-picker/index.js.map +1 -1
- package/date-range-picker/index.d.ts.map +1 -1
- package/date-range-picker/index.js +3 -0
- package/date-range-picker/index.js.map +1 -1
- 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/autosuggest-input/index.d.ts.map +1 -1
- package/internal/components/autosuggest-input/index.js +2 -0
- package/internal/components/autosuggest-input/index.js.map +1 -1
- package/internal/components/options-list/utils/use-keyboard.d.ts.map +1 -1
- package/internal/components/options-list/utils/use-keyboard.js +1 -0
- package/internal/components/options-list/utils/use-keyboard.js.map +1 -1
- 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/popover/body.d.ts.map +1 -1
- package/popover/body.js +1 -0
- package/popover/body.js.map +1 -1
- package/popover/internal.js +7 -2
- package/popover/internal.js.map +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
|
@@ -90,49 +90,49 @@ 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_root_gfwv3_1hm9o_93:not(#\9) {
|
|
94
94
|
display: flex;
|
|
95
95
|
flex-wrap: wrap;
|
|
96
96
|
gap: var(--space-scaled-xs-26e2du, 8px);
|
|
97
97
|
}
|
|
98
|
-
.
|
|
98
|
+
.awsui_root_gfwv3_1hm9o_93.awsui_horizontal_gfwv3_1hm9o_98:not(#\9) {
|
|
99
99
|
gap: var(--space-xs-zb16t3, 8px);
|
|
100
100
|
flex-direction: row;
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
.awsui_root_gfwv3_1hm9o_93.awsui_vertical_gfwv3_1hm9o_102:not(#\9) {
|
|
103
103
|
flex-direction: column;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.
|
|
106
|
+
.awsui_list_gfwv3_1hm9o_106:not(#\9) {
|
|
107
107
|
display: contents;
|
|
108
108
|
list-style: none;
|
|
109
109
|
padding: 0;
|
|
110
110
|
margin: 0;
|
|
111
111
|
}
|
|
112
|
-
.
|
|
112
|
+
.awsui_list_gfwv3_1hm9o_106.awsui_horizontal_gfwv3_1hm9o_98:not(#\9), .awsui_list_gfwv3_1hm9o_106.awsui_vertical_gfwv3_1hm9o_102:not(#\9) {
|
|
113
113
|
display: flex;
|
|
114
114
|
flex-wrap: wrap;
|
|
115
115
|
gap: var(--space-xs-zb16t3, 8px);
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
.awsui_list_gfwv3_1hm9o_106.awsui_horizontal_gfwv3_1hm9o_98:not(#\9) {
|
|
118
118
|
flex-direction: row;
|
|
119
119
|
}
|
|
120
|
-
.
|
|
120
|
+
.awsui_list_gfwv3_1hm9o_106.awsui_vertical_gfwv3_1hm9o_102:not(#\9) {
|
|
121
121
|
flex-direction: column;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
.awsui_list-
|
|
124
|
+
.awsui_list-item_gfwv3_1hm9o_124:not(#\9) {
|
|
125
125
|
padding: 0;
|
|
126
126
|
margin: 0;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.awsui_toggle-container-
|
|
129
|
+
.awsui_toggle-container-inline_gfwv3_1hm9o_129:not(#\9) {
|
|
130
130
|
padding-left: var(--space-xs-zb16t3, 8px);
|
|
131
131
|
display: flex;
|
|
132
132
|
align-items: center;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
.
|
|
135
|
+
.awsui_toggle_gfwv3_1hm9o_129:not(#\9) {
|
|
136
136
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
137
137
|
border-collapse: separate;
|
|
138
138
|
border-spacing: 0;
|
|
@@ -172,13 +172,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
172
172
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
173
173
|
font-weight: inherit;
|
|
174
174
|
letter-spacing: normal;
|
|
175
|
-
text-decoration: none;
|
|
176
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
175
|
+
text-decoration-line: none;
|
|
177
176
|
text-decoration-color: transparent;
|
|
178
177
|
transition-property: color, -webkit-text-decoration;
|
|
179
178
|
transition-property: color, text-decoration;
|
|
180
179
|
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
181
180
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
181
|
+
text-underline-offset: 0.25em;
|
|
182
|
+
text-decoration-thickness: 1px;
|
|
182
183
|
display: flex;
|
|
183
184
|
align-items: center;
|
|
184
185
|
background-color: transparent;
|
|
@@ -187,46 +188,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
187
188
|
margin-left: -1px;
|
|
188
189
|
}
|
|
189
190
|
@media (prefers-reduced-motion: reduce) {
|
|
190
|
-
.
|
|
191
|
+
.awsui_toggle_gfwv3_1hm9o_129:not(#\9) {
|
|
191
192
|
animation: none;
|
|
192
193
|
transition: none;
|
|
193
194
|
}
|
|
194
195
|
}
|
|
195
|
-
.awsui-motion-disabled .
|
|
196
|
+
.awsui-motion-disabled .awsui_toggle_gfwv3_1hm9o_129:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_1hm9o_129:not(#\9) {
|
|
196
197
|
animation: none;
|
|
197
198
|
transition: none;
|
|
198
199
|
}
|
|
199
|
-
.
|
|
200
|
+
.awsui_toggle_gfwv3_1hm9o_129:not(#\9):hover {
|
|
200
201
|
cursor: pointer;
|
|
201
202
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
202
203
|
}
|
|
203
|
-
.
|
|
204
|
+
.awsui_toggle_gfwv3_1hm9o_129:not(#\9):focus {
|
|
204
205
|
outline: none;
|
|
205
206
|
}
|
|
206
|
-
.
|
|
207
|
+
.awsui_toggle_gfwv3_1hm9o_129:not(#\9):active {
|
|
207
208
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
208
209
|
}
|
|
209
|
-
.
|
|
210
|
-
text-decoration: underline;
|
|
211
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
210
|
+
.awsui_toggle_gfwv3_1hm9o_129:not(#\9):active, .awsui_toggle_gfwv3_1hm9o_129:not(#\9):focus, .awsui_toggle_gfwv3_1hm9o_129:not(#\9):hover {
|
|
211
|
+
text-decoration-line: underline;
|
|
212
212
|
text-decoration-color: currentColor;
|
|
213
213
|
}
|
|
214
|
-
.
|
|
214
|
+
.awsui_toggle_gfwv3_1hm9o_129:not(#\9):active, .awsui_toggle_gfwv3_1hm9o_129:not(#\9):focus, .awsui_toggle_gfwv3_1hm9o_129:not(#\9):hover {
|
|
215
215
|
text-decoration: none;
|
|
216
216
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
217
217
|
text-decoration-color: transparent;
|
|
218
218
|
}
|
|
219
|
-
body[data-awsui-focus-visible=true] .
|
|
219
|
+
body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_1hm9o_129:not(#\9):focus {
|
|
220
220
|
outline: 2px dotted transparent;
|
|
221
221
|
border: var(--border-field-width-09w7vk, 2px) solid var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
222
222
|
border-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
223
223
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-0ctpjf, 0px) var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
.awsui_toggle_gfwv3_1hm9o_129 > .awsui_description_gfwv3_1hm9o_197:not(#\9) {
|
|
226
226
|
margin-left: var(--space-xxs-p8yyaw, 4px);
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
-
.
|
|
229
|
+
.awsui_separator_gfwv3_1hm9o_201:not(#\9) {
|
|
230
230
|
margin: 0px var(--space-scaled-m-mo5yse, 16px);
|
|
231
231
|
width: var(--border-divider-section-width-8a5uu9, 2px);
|
|
232
232
|
background-color: var(--color-border-divider-default-et9j7s, #e9ebed);
|
|
@@ -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
|
-
"root": "
|
|
6
|
-
"horizontal": "
|
|
7
|
-
"vertical": "
|
|
8
|
-
"list": "
|
|
9
|
-
"list-item": "awsui_list-
|
|
10
|
-
"toggle-container-inline": "awsui_toggle-container-
|
|
11
|
-
"toggle": "
|
|
12
|
-
"description": "
|
|
13
|
-
"separator": "
|
|
5
|
+
"root": "awsui_root_gfwv3_1hm9o_93",
|
|
6
|
+
"horizontal": "awsui_horizontal_gfwv3_1hm9o_98",
|
|
7
|
+
"vertical": "awsui_vertical_gfwv3_1hm9o_102",
|
|
8
|
+
"list": "awsui_list_gfwv3_1hm9o_106",
|
|
9
|
+
"list-item": "awsui_list-item_gfwv3_1hm9o_124",
|
|
10
|
+
"toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1hm9o_129",
|
|
11
|
+
"toggle": "awsui_toggle_gfwv3_1hm9o_129",
|
|
12
|
+
"description": "awsui_description_gfwv3_1hm9o_197",
|
|
13
|
+
"separator": "awsui_separator_gfwv3_1hm9o_201"
|
|
14
14
|
};
|
|
15
15
|
|
package/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED
package/link/styles.css.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"link": "
|
|
5
|
-
"variant-secondary": "awsui_variant-
|
|
6
|
-
"variant-primary": "awsui_variant-
|
|
7
|
-
"variant-info": "awsui_variant-
|
|
8
|
-
"variant-value-large": "awsui_variant-value-
|
|
9
|
-
"variant-top-navigation": "awsui_variant-top-
|
|
10
|
-
"variant-recovery": "awsui_variant-
|
|
11
|
-
"button": "
|
|
12
|
-
"color-inverted": "awsui_color-
|
|
13
|
-
"font-size-body-s": "awsui_font-size-body-
|
|
14
|
-
"font-size-body-m": "awsui_font-size-body-
|
|
15
|
-
"font-size-heading-xs": "awsui_font-size-heading-
|
|
16
|
-
"font-size-heading-s": "awsui_font-size-heading-
|
|
17
|
-
"font-size-heading-m": "awsui_font-size-heading-
|
|
18
|
-
"font-size-heading-l": "awsui_font-size-heading-
|
|
19
|
-
"font-size-heading-xl": "awsui_font-size-heading-
|
|
20
|
-
"font-size-display-l": "awsui_font-size-display-
|
|
21
|
-
"font-size-inherit": "awsui_font-size-
|
|
22
|
-
"icon-wrapper": "awsui_icon-
|
|
23
|
-
"icon": "
|
|
4
|
+
"link": "awsui_link_4c84z_5dqaj_93",
|
|
5
|
+
"variant-secondary": "awsui_variant-secondary_4c84z_5dqaj_140",
|
|
6
|
+
"variant-primary": "awsui_variant-primary_4c84z_5dqaj_175",
|
|
7
|
+
"variant-info": "awsui_variant-info_4c84z_5dqaj_208",
|
|
8
|
+
"variant-value-large": "awsui_variant-value-large_4c84z_5dqaj_243",
|
|
9
|
+
"variant-top-navigation": "awsui_variant-top-navigation_4c84z_5dqaj_275",
|
|
10
|
+
"variant-recovery": "awsui_variant-recovery_4c84z_5dqaj_308",
|
|
11
|
+
"button": "awsui_button_4c84z_5dqaj_341",
|
|
12
|
+
"color-inverted": "awsui_color-inverted_4c84z_5dqaj_376",
|
|
13
|
+
"font-size-body-s": "awsui_font-size-body-s_4c84z_5dqaj_394",
|
|
14
|
+
"font-size-body-m": "awsui_font-size-body-m_4c84z_5dqaj_401",
|
|
15
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_5dqaj_407",
|
|
16
|
+
"font-size-heading-s": "awsui_font-size-heading-s_4c84z_5dqaj_413",
|
|
17
|
+
"font-size-heading-m": "awsui_font-size-heading-m_4c84z_5dqaj_420",
|
|
18
|
+
"font-size-heading-l": "awsui_font-size-heading-l_4c84z_5dqaj_427",
|
|
19
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_5dqaj_434",
|
|
20
|
+
"font-size-display-l": "awsui_font-size-display-l_4c84z_5dqaj_441",
|
|
21
|
+
"font-size-inherit": "awsui_font-size-inherit_4c84z_5dqaj_448",
|
|
22
|
+
"icon-wrapper": "awsui_icon-wrapper_4c84z_5dqaj_456",
|
|
23
|
+
"icon": "awsui_icon_4c84z_5dqaj_456"
|
|
24
24
|
};
|
|
25
25
|
|