@cloudscape-design/components 3.0.474 → 3.0.476
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/icon/icons.js +1 -1
- package/icon/interfaces.d.ts +1 -1
- package/icon/interfaces.d.ts.map +1 -1
- package/icon/interfaces.js.map +1 -1
- package/icon/internal.d.ts.map +1 -1
- package/icon/internal.js +20 -1
- package/icon/internal.js.map +1 -1
- package/internal/analytics/components/analytics-funnel.js +3 -3
- package/internal/analytics/components/analytics-funnel.js.map +1 -1
- package/internal/analytics/context/analytics-context.d.ts +1 -1
- package/internal/analytics/context/analytics-context.d.ts.map +1 -1
- package/internal/analytics/context/analytics-context.js +1 -1
- package/internal/analytics/context/analytics-context.js.map +1 -1
- package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
- package/internal/analytics/hooks/use-funnel.js +2 -2
- package/internal/analytics/hooks/use-funnel.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/table/table-role/grid-navigation.d.ts.map +1 -1
- package/table/table-role/grid-navigation.js +77 -11
- package/table/table-role/grid-navigation.js.map +1 -1
- package/table/table-role/utils.d.ts +9 -17
- package/table/table-role/utils.d.ts.map +1 -1
- package/table/table-role/utils.js +3 -71
- package/table/table-role/utils.js.map +1 -1
- package/toggle/styles.css.js +8 -8
- package/toggle/styles.scoped.css +14 -13
- package/toggle/styles.selectors.js +8 -8
package/toggle/styles.scoped.css
CHANGED
|
@@ -90,7 +90,7 @@ 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_4yi2u_7wj4c_93:not(#\9) {
|
|
94
94
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
95
95
|
border-collapse: separate;
|
|
96
96
|
border-spacing: 0;
|
|
@@ -130,14 +130,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
130
130
|
display: flex;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
.
|
|
133
|
+
.awsui_outline_4yi2u_7wj4c_107:not(#\9) {
|
|
134
134
|
position: relative;
|
|
135
135
|
}
|
|
136
|
-
.
|
|
136
|
+
.awsui_outline_4yi2u_7wj4c_107:not(#\9) {
|
|
137
137
|
outline: 2px dotted transparent;
|
|
138
138
|
outline-offset: calc(2px - 1px);
|
|
139
139
|
}
|
|
140
|
-
.
|
|
140
|
+
.awsui_outline_4yi2u_7wj4c_107:not(#\9)::before {
|
|
141
141
|
content: " ";
|
|
142
142
|
display: block;
|
|
143
143
|
position: absolute;
|
|
@@ -149,7 +149,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
149
149
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
.awsui_toggle-
|
|
152
|
+
.awsui_toggle-control_4yi2u_7wj4c_126:not(#\9) {
|
|
153
|
+
forced-color-adjust: none;
|
|
153
154
|
margin-top: calc((var(--line-height-body-m-30ar75, 20px) - 16px) / 2);
|
|
154
155
|
min-height: 16px;
|
|
155
156
|
min-width: 24px;
|
|
@@ -158,17 +159,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
158
159
|
background: var(--color-background-toggle-default-6qtbef, #414d5c);
|
|
159
160
|
border-radius: 8px;
|
|
160
161
|
}
|
|
161
|
-
.awsui_toggle-control-
|
|
162
|
+
.awsui_toggle-control-checked_4yi2u_7wj4c_136:not(#\9) {
|
|
162
163
|
background: var(--color-background-control-checked-w517i0, #0972d3);
|
|
163
164
|
}
|
|
164
|
-
.awsui_toggle-control-
|
|
165
|
+
.awsui_toggle-control-disabled_4yi2u_7wj4c_139:not(#\9) {
|
|
165
166
|
background: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
166
167
|
}
|
|
167
|
-
.awsui_toggle-control-
|
|
168
|
+
.awsui_toggle-control-disabled_4yi2u_7wj4c_139.awsui_toggle-control-checked_4yi2u_7wj4c_136:not(#\9) {
|
|
168
169
|
background: var(--color-background-toggle-checked-disabled-uqvx2z, #b5d6f4);
|
|
169
170
|
}
|
|
170
171
|
|
|
171
|
-
.awsui_toggle-
|
|
172
|
+
.awsui_toggle-handle_4yi2u_7wj4c_146:not(#\9) {
|
|
172
173
|
display: block;
|
|
173
174
|
position: absolute;
|
|
174
175
|
border-radius: 6px;
|
|
@@ -180,20 +181,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
180
181
|
left: 2px;
|
|
181
182
|
transition: transform var(--motion-duration-fast-sbm3r7, 90ms) var(--motion-easing-ease-out-quart-rrej5m, cubic-bezier(0.165, 0.84, 0.44, 1)), background-color var(--motion-duration-fast-sbm3r7, 90ms) var(--motion-easing-ease-out-quart-rrej5m, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
182
183
|
}
|
|
183
|
-
.awsui_toggle-handle-
|
|
184
|
+
.awsui_toggle-handle-checked_4yi2u_7wj4c_158:not(#\9) {
|
|
184
185
|
transform: translateX(8px);
|
|
185
186
|
}
|
|
186
|
-
.awsui_toggle-handle-
|
|
187
|
+
.awsui_toggle-handle-disabled_4yi2u_7wj4c_161:not(#\9) {
|
|
187
188
|
background: var(--color-foreground-control-disabled-zmz2k2, #ffffff);
|
|
188
189
|
box-shadow: none;
|
|
189
190
|
}
|
|
190
191
|
@media (prefers-reduced-motion: reduce) {
|
|
191
|
-
.awsui_toggle-
|
|
192
|
+
.awsui_toggle-handle_4yi2u_7wj4c_146:not(#\9) {
|
|
192
193
|
animation: none;
|
|
193
194
|
transition: none;
|
|
194
195
|
}
|
|
195
196
|
}
|
|
196
|
-
.awsui-motion-disabled .awsui_toggle-
|
|
197
|
+
.awsui-motion-disabled .awsui_toggle-handle_4yi2u_7wj4c_146:not(#\9), .awsui-mode-entering .awsui_toggle-handle_4yi2u_7wj4c_146:not(#\9) {
|
|
197
198
|
animation: none;
|
|
198
199
|
transition: none;
|
|
199
200
|
}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"outline": "
|
|
7
|
-
"toggle-control": "awsui_toggle-
|
|
8
|
-
"toggle-control-checked": "awsui_toggle-control-
|
|
9
|
-
"toggle-control-disabled": "awsui_toggle-control-
|
|
10
|
-
"toggle-handle": "awsui_toggle-
|
|
11
|
-
"toggle-handle-checked": "awsui_toggle-handle-
|
|
12
|
-
"toggle-handle-disabled": "awsui_toggle-handle-
|
|
5
|
+
"root": "awsui_root_4yi2u_7wj4c_93",
|
|
6
|
+
"outline": "awsui_outline_4yi2u_7wj4c_107",
|
|
7
|
+
"toggle-control": "awsui_toggle-control_4yi2u_7wj4c_126",
|
|
8
|
+
"toggle-control-checked": "awsui_toggle-control-checked_4yi2u_7wj4c_136",
|
|
9
|
+
"toggle-control-disabled": "awsui_toggle-control-disabled_4yi2u_7wj4c_139",
|
|
10
|
+
"toggle-handle": "awsui_toggle-handle_4yi2u_7wj4c_146",
|
|
11
|
+
"toggle-handle-checked": "awsui_toggle-handle-checked_4yi2u_7wj4c_158",
|
|
12
|
+
"toggle-handle-disabled": "awsui_toggle-handle-disabled_4yi2u_7wj4c_161"
|
|
13
13
|
};
|
|
14
14
|
|