@cloudscape-design/components 3.0.1161 → 3.0.1162
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/annotation-context/annotation/styles.css.js +13 -13
- package/annotation-context/annotation/styles.scoped.css +21 -20
- package/annotation-context/annotation/styles.selectors.js +13 -13
- package/internal/base-component/styles.scoped.css +1 -1
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"annotation": "
|
|
5
|
-
"next-button": "awsui_next-
|
|
6
|
-
"previous-button": "awsui_previous-
|
|
7
|
-
"finish-button": "awsui_finish-
|
|
8
|
-
"header": "
|
|
9
|
-
"step-counter-content": "awsui_step-counter-
|
|
10
|
-
"content": "
|
|
11
|
-
"description": "
|
|
12
|
-
"actionBar": "
|
|
13
|
-
"stepCounter": "
|
|
14
|
-
"divider": "
|
|
15
|
-
"hotspot": "
|
|
16
|
-
"icon": "
|
|
4
|
+
"annotation": "awsui_annotation_1hpp3_11mcl_185",
|
|
5
|
+
"next-button": "awsui_next-button_1hpp3_11mcl_186",
|
|
6
|
+
"previous-button": "awsui_previous-button_1hpp3_11mcl_187",
|
|
7
|
+
"finish-button": "awsui_finish-button_1hpp3_11mcl_188",
|
|
8
|
+
"header": "awsui_header_1hpp3_11mcl_189",
|
|
9
|
+
"step-counter-content": "awsui_step-counter-content_1hpp3_11mcl_190",
|
|
10
|
+
"content": "awsui_content_1hpp3_11mcl_191",
|
|
11
|
+
"description": "awsui_description_1hpp3_11mcl_195",
|
|
12
|
+
"actionBar": "awsui_actionBar_1hpp3_11mcl_200",
|
|
13
|
+
"stepCounter": "awsui_stepCounter_1hpp3_11mcl_207",
|
|
14
|
+
"divider": "awsui_divider_1hpp3_11mcl_211",
|
|
15
|
+
"hotspot": "awsui_hotspot_1hpp3_11mcl_215",
|
|
16
|
+
"icon": "awsui_icon_1hpp3_11mcl_286"
|
|
17
17
|
};
|
|
18
18
|
|
|
@@ -182,37 +182,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
182
182
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
183
183
|
SPDX-License-Identifier: Apache-2.0
|
|
184
184
|
*/
|
|
185
|
-
.
|
|
186
|
-
.awsui_next-
|
|
187
|
-
.awsui_previous-
|
|
188
|
-
.awsui_finish-
|
|
189
|
-
.
|
|
190
|
-
.awsui_step-counter-
|
|
191
|
-
.
|
|
185
|
+
.awsui_annotation_1hpp3_11mcl_185:not(#\9),
|
|
186
|
+
.awsui_next-button_1hpp3_11mcl_186:not(#\9),
|
|
187
|
+
.awsui_previous-button_1hpp3_11mcl_187:not(#\9),
|
|
188
|
+
.awsui_finish-button_1hpp3_11mcl_188:not(#\9),
|
|
189
|
+
.awsui_header_1hpp3_11mcl_189:not(#\9),
|
|
190
|
+
.awsui_step-counter-content_1hpp3_11mcl_190:not(#\9),
|
|
191
|
+
.awsui_content_1hpp3_11mcl_191:not(#\9) {
|
|
192
192
|
/* used in test-utils */
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
.
|
|
195
|
+
.awsui_description_1hpp3_11mcl_195:not(#\9) {
|
|
196
196
|
overflow: hidden;
|
|
197
197
|
margin-block-start: var(--space-xxs-hwfkai, 4px);
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.
|
|
200
|
+
.awsui_actionBar_1hpp3_11mcl_200:not(#\9) {
|
|
201
201
|
display: flex;
|
|
202
202
|
justify-content: space-between;
|
|
203
203
|
align-items: center;
|
|
204
204
|
position: relative;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.
|
|
207
|
+
.awsui_stepCounter_1hpp3_11mcl_207:not(#\9) {
|
|
208
208
|
margin-inline-end: 20px;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
.
|
|
211
|
+
.awsui_divider_1hpp3_11mcl_211:not(#\9) {
|
|
212
212
|
border-block-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
.
|
|
215
|
+
.awsui_hotspot_1hpp3_11mcl_215:not(#\9) {
|
|
216
216
|
border-collapse: separate;
|
|
217
217
|
border-spacing: 0;
|
|
218
218
|
box-sizing: border-box;
|
|
@@ -253,22 +253,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
253
253
|
inline-size: 16px;
|
|
254
254
|
block-size: 16px;
|
|
255
255
|
}
|
|
256
|
-
.
|
|
256
|
+
.awsui_hotspot_1hpp3_11mcl_215:not(#\9):before {
|
|
257
257
|
content: "";
|
|
258
258
|
position: absolute;
|
|
259
259
|
inset: calc(-1 * var(--space-xxs-hwfkai, 4px));
|
|
260
|
+
z-index: 1;
|
|
260
261
|
}
|
|
261
|
-
.
|
|
262
|
+
.awsui_hotspot_1hpp3_11mcl_215:not(#\9):focus {
|
|
262
263
|
outline: none;
|
|
263
264
|
}
|
|
264
|
-
body[data-awsui-focus-visible=true] .
|
|
265
|
+
body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_11mcl_215:not(#\9):focus {
|
|
265
266
|
position: relative;
|
|
266
267
|
}
|
|
267
|
-
body[data-awsui-focus-visible=true] .
|
|
268
|
+
body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_11mcl_215:not(#\9):focus {
|
|
268
269
|
outline: 2px dotted transparent;
|
|
269
270
|
outline-offset: calc(2px - 1px);
|
|
270
271
|
}
|
|
271
|
-
body[data-awsui-focus-visible=true] .
|
|
272
|
+
body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_11mcl_215:not(#\9):focus::before {
|
|
272
273
|
content: " ";
|
|
273
274
|
display: block;
|
|
274
275
|
position: absolute;
|
|
@@ -282,13 +283,13 @@ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_ib4xz_215:not(#\9):focu
|
|
|
282
283
|
border-end-end-radius: var(--border-radius-control-circular-focus-ring-yjhscw, 4px);
|
|
283
284
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
|
|
284
285
|
}
|
|
285
|
-
.
|
|
286
|
+
.awsui_hotspot_1hpp3_11mcl_215 > .awsui_icon_1hpp3_11mcl_286:not(#\9) {
|
|
286
287
|
position: relative;
|
|
287
288
|
stroke: var(--color-text-tutorial-hotspot-default-xfv3ow, #006ce0);
|
|
288
289
|
}
|
|
289
|
-
.
|
|
290
|
+
.awsui_hotspot_1hpp3_11mcl_215:not(#\9):hover > .awsui_icon_1hpp3_11mcl_286 {
|
|
290
291
|
stroke: var(--color-text-tutorial-hotspot-hover-92pxog, #002b66);
|
|
291
292
|
}
|
|
292
|
-
.
|
|
293
|
+
.awsui_hotspot_1hpp3_11mcl_215:not(#\9):active > .awsui_icon_1hpp3_11mcl_286 {
|
|
293
294
|
stroke: var(--color-text-tutorial-hotspot-default-xfv3ow, #006ce0);
|
|
294
295
|
}
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"annotation": "
|
|
6
|
-
"next-button": "awsui_next-
|
|
7
|
-
"previous-button": "awsui_previous-
|
|
8
|
-
"finish-button": "awsui_finish-
|
|
9
|
-
"header": "
|
|
10
|
-
"step-counter-content": "awsui_step-counter-
|
|
11
|
-
"content": "
|
|
12
|
-
"description": "
|
|
13
|
-
"actionBar": "
|
|
14
|
-
"stepCounter": "
|
|
15
|
-
"divider": "
|
|
16
|
-
"hotspot": "
|
|
17
|
-
"icon": "
|
|
5
|
+
"annotation": "awsui_annotation_1hpp3_11mcl_185",
|
|
6
|
+
"next-button": "awsui_next-button_1hpp3_11mcl_186",
|
|
7
|
+
"previous-button": "awsui_previous-button_1hpp3_11mcl_187",
|
|
8
|
+
"finish-button": "awsui_finish-button_1hpp3_11mcl_188",
|
|
9
|
+
"header": "awsui_header_1hpp3_11mcl_189",
|
|
10
|
+
"step-counter-content": "awsui_step-counter-content_1hpp3_11mcl_190",
|
|
11
|
+
"content": "awsui_content_1hpp3_11mcl_191",
|
|
12
|
+
"description": "awsui_description_1hpp3_11mcl_195",
|
|
13
|
+
"actionBar": "awsui_actionBar_1hpp3_11mcl_200",
|
|
14
|
+
"stepCounter": "awsui_stepCounter_1hpp3_11mcl_207",
|
|
15
|
+
"divider": "awsui_divider_1hpp3_11mcl_211",
|
|
16
|
+
"hotspot": "awsui_hotspot_1hpp3_11mcl_215",
|
|
17
|
+
"icon": "awsui_icon_1hpp3_11mcl_286"
|
|
18
18
|
};
|
|
19
19
|
|
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 (36ebfc0f)";
|
|
3
|
+
export var GIT_SHA = "36ebfc0f";
|
|
4
4
|
export var THEME = "open-source-visual-refresh";
|
|
5
5
|
export var SYSTEM = "core";
|
|
6
6
|
export var ALWAYS_VISUAL_REFRESH = true;
|
package/internal/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"./internal/base-component/index.js",
|
|
159
159
|
"./internal/base-component/styles.css.js"
|
|
160
160
|
],
|
|
161
|
-
"version": "3.0.
|
|
161
|
+
"version": "3.0.1162",
|
|
162
162
|
"repository": {
|
|
163
163
|
"type": "git",
|
|
164
164
|
"url": "https://github.com/cloudscape-design/components.git"
|