@cloudscape-design/board-components 3.0.47 → 3.0.49
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/board-item/styles.css.js +11 -11
- package/board-item/styles.scoped.css +14 -14
- package/board-item/styles.selectors.js +11 -11
- package/internal/drag-handle/index.js +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/internal/resize-handle/index.js +1 -1
- package/package.json +1 -1
package/board-item/styles.css.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"container-override": "awsui_container-
|
|
6
|
-
"active": "
|
|
7
|
-
"header": "
|
|
8
|
-
"flexible": "
|
|
9
|
-
"handle": "
|
|
10
|
-
"refresh": "
|
|
11
|
-
"header-content": "awsui_header-
|
|
12
|
-
"settings": "
|
|
13
|
-
"fixed": "
|
|
14
|
-
"resizer": "
|
|
4
|
+
"root": "awsui_root_9ckv7_1974t_1",
|
|
5
|
+
"container-override": "awsui_container-override_9ckv7_1974t_6",
|
|
6
|
+
"active": "awsui_active_9ckv7_1974t_6",
|
|
7
|
+
"header": "awsui_header_9ckv7_1974t_28",
|
|
8
|
+
"flexible": "awsui_flexible_9ckv7_1974t_34",
|
|
9
|
+
"handle": "awsui_handle_9ckv7_1974t_38",
|
|
10
|
+
"refresh": "awsui_refresh_9ckv7_1974t_41",
|
|
11
|
+
"header-content": "awsui_header-content_9ckv7_1974t_45",
|
|
12
|
+
"settings": "awsui_settings_9ckv7_1974t_49",
|
|
13
|
+
"fixed": "awsui_fixed_9ckv7_1974t_57",
|
|
14
|
+
"resizer": "awsui_resizer_9ckv7_1974t_61"
|
|
15
15
|
};
|
|
16
16
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
.
|
|
1
|
+
.awsui_root_9ckv7_1974t_1:not(#\9) {
|
|
2
2
|
display: contents;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
/* TODO: use container API instead of styles override */
|
|
6
|
-
.awsui_container-
|
|
7
|
-
box-shadow: var(--shadow-container-active-
|
|
6
|
+
.awsui_container-override_9ckv7_1974t_6.awsui_active_9ckv7_1974t_6:not(#\9) {
|
|
7
|
+
box-shadow: var(--shadow-container-active-kl29x9, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1019607843));
|
|
8
8
|
}
|
|
9
|
-
[data-awsui-focus-visible] .awsui_container-
|
|
9
|
+
[data-awsui-focus-visible] .awsui_container-override_9ckv7_1974t_6.awsui_active_9ckv7_1974t_6:not(#\9) {
|
|
10
10
|
position: relative;
|
|
11
11
|
box-sizing: border-box;
|
|
12
12
|
outline: 2px dotted transparent;
|
|
13
13
|
outline-offset: -1px;
|
|
14
14
|
}
|
|
15
|
-
[data-awsui-focus-visible] .awsui_container-
|
|
15
|
+
[data-awsui-focus-visible] .awsui_container-override_9ckv7_1974t_6.awsui_active_9ckv7_1974t_6:not(#\9)::before {
|
|
16
16
|
content: " ";
|
|
17
17
|
display: block;
|
|
18
18
|
position: absolute;
|
|
@@ -25,40 +25,40 @@
|
|
|
25
25
|
border: 2px solid var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.
|
|
28
|
+
.awsui_header_9ckv7_1974t_28:not(#\9) {
|
|
29
29
|
display: flex;
|
|
30
30
|
justify-items: center;
|
|
31
31
|
padding: var(--space-scaled-s-aqzyko, 12px) calc(var(--space-container-horizontal-wfukh3, 20px) - var(--space-scaled-xs-26e2du, 8px));
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.
|
|
34
|
+
.awsui_flexible_9ckv7_1974t_34:not(#\9) {
|
|
35
35
|
flex: 1 1 min-content;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
.awsui_handle_9ckv7_1974t_38:not(#\9) {
|
|
39
39
|
margin-top: calc(var(--space-scaled-xxs-7597g1, 4px) + 1px);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.awsui_refresh_9ckv7_1974t_41 > .awsui_handle_9ckv7_1974t_38:not(#\9) {
|
|
42
42
|
margin-top: calc(var(--space-static-xxxs-3gu9os, 2px) + 1px);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.awsui_header-
|
|
45
|
+
.awsui_header-content_9ckv7_1974t_45:not(#\9) {
|
|
46
46
|
margin-left: var(--space-scaled-xxs-7597g1, 4px);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.
|
|
49
|
+
.awsui_settings_9ckv7_1974t_49:not(#\9) {
|
|
50
50
|
margin-top: calc(var(--space-scaled-xxxs-27y4hv, 2px) + 1px);
|
|
51
51
|
margin-left: var(--space-static-xs-7sfb63, 8px);
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
.awsui_refresh_9ckv7_1974t_41 > .awsui_settings_9ckv7_1974t_49:not(#\9) {
|
|
54
54
|
margin-top: 0px;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.
|
|
57
|
+
.awsui_fixed_9ckv7_1974t_57:not(#\9) {
|
|
58
58
|
flex: 0 0 auto;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
.
|
|
61
|
+
.awsui_resizer_9ckv7_1974t_61:not(#\9) {
|
|
62
62
|
position: absolute;
|
|
63
63
|
bottom: calc(var(--space-static-xs-7sfb63, 8px) - var(--space-static-xxxs-3gu9os, 2px));
|
|
64
64
|
right: calc(var(--space-static-xs-7sfb63, 8px) - var(--space-static-xxxs-3gu9os, 2px));
|
|
@@ -2,16 +2,16 @@
|
|
|
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
|
-
"container-override": "awsui_container-
|
|
7
|
-
"active": "
|
|
8
|
-
"header": "
|
|
9
|
-
"flexible": "
|
|
10
|
-
"handle": "
|
|
11
|
-
"refresh": "
|
|
12
|
-
"header-content": "awsui_header-
|
|
13
|
-
"settings": "
|
|
14
|
-
"fixed": "
|
|
15
|
-
"resizer": "
|
|
5
|
+
"root": "awsui_root_9ckv7_1974t_1",
|
|
6
|
+
"container-override": "awsui_container-override_9ckv7_1974t_6",
|
|
7
|
+
"active": "awsui_active_9ckv7_1974t_6",
|
|
8
|
+
"header": "awsui_header_9ckv7_1974t_28",
|
|
9
|
+
"flexible": "awsui_flexible_9ckv7_1974t_34",
|
|
10
|
+
"handle": "awsui_handle_9ckv7_1974t_38",
|
|
11
|
+
"refresh": "awsui_refresh_9ckv7_1974t_41",
|
|
12
|
+
"header-content": "awsui_header-content_9ckv7_1974t_45",
|
|
13
|
+
"settings": "awsui_settings_9ckv7_1974t_49",
|
|
14
|
+
"fixed": "awsui_fixed_9ckv7_1974t_57",
|
|
15
|
+
"resizer": "awsui_resizer_9ckv7_1974t_61"
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
// SPDX-License-Identifier: Apache-2.0
|
|
4
|
-
import
|
|
4
|
+
import Icon from "@cloudscape-design/components/icon";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { forwardRef } from "react";
|
|
7
7
|
import Handle from "../handle";
|
package/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
// SPDX-License-Identifier: Apache-2.0
|
|
4
|
-
import
|
|
4
|
+
import Icon from "@cloudscape-design/components/icon";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import Handle from "../handle";
|
|
7
7
|
import styles from "./styles.css.js";
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@cloudscape-design/board-components","version":"3.0.
|
|
1
|
+
{"name":"@cloudscape-design/board-components","version":"3.0.49","repository":{"type":"git","url":"https://github.com/cloudscape-design/board-components.git"},"homepage":"https://cloudscape.design","exports":{".":"./index.js","./board":"./board/index.js","./board-item":"./board-item/index.js","./items-palette":"./items-palette/index.js","./test-utils/dom":"./test-utils/dom/index.js","./test-utils/selectors":"./test-utils/selectors/index.js","./internal/api-docs/*.js":"./internal/api-docs/*.js"},"dependencies":{"@cloudscape-design/component-toolkit":"^1.0.0-beta","@cloudscape-design/test-utils-core":"^1.0.0","@dnd-kit/utilities":"^3.2.1","clsx":"^1.2.1"},"peerDependencies":{"@cloudscape-design/components":"^3","@cloudscape-design/design-tokens":"^3","react":"^18.2.0","react-dom":"^18.2.0"},"license":"Apache-2.0"}
|