@cloudscape-design/board-components 3.0.3 → 3.0.5

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.
@@ -1,15 +1,15 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_9ckv7_1jt4k_1",
5
- "container-override": "awsui_container-override_9ckv7_1jt4k_6",
6
- "active": "awsui_active_9ckv7_1jt4k_6",
7
- "header": "awsui_header_9ckv7_1jt4k_10",
8
- "flexible": "awsui_flexible_9ckv7_1jt4k_16",
9
- "handle": "awsui_handle_9ckv7_1jt4k_20",
10
- "header-content": "awsui_header-content_9ckv7_1jt4k_24",
11
- "settings": "awsui_settings_9ckv7_1jt4k_28",
12
- "fixed": "awsui_fixed_9ckv7_1jt4k_33",
13
- "resizer": "awsui_resizer_9ckv7_1jt4k_37"
4
+ "root": "awsui_root_9ckv7_1wk39_1",
5
+ "container-override": "awsui_container-override_9ckv7_1wk39_6",
6
+ "active": "awsui_active_9ckv7_1wk39_6",
7
+ "header": "awsui_header_9ckv7_1wk39_10",
8
+ "flexible": "awsui_flexible_9ckv7_1wk39_16",
9
+ "handle": "awsui_handle_9ckv7_1wk39_20",
10
+ "header-content": "awsui_header-content_9ckv7_1wk39_24",
11
+ "settings": "awsui_settings_9ckv7_1wk39_28",
12
+ "fixed": "awsui_fixed_9ckv7_1wk39_33",
13
+ "resizer": "awsui_resizer_9ckv7_1wk39_37"
14
14
  };
15
15
 
@@ -1,41 +1,41 @@
1
- .awsui_root_9ckv7_1jt4k_1:not(#\9) {
1
+ .awsui_root_9ckv7_1wk39_1:not(#\9) {
2
2
  display: contents;
3
3
  }
4
4
 
5
5
  /* TODO: use container API instead of styles override */
6
- .awsui_container-override_9ckv7_1jt4k_6.awsui_active_9ckv7_1jt4k_6:not(#\9) {
6
+ .awsui_container-override_9ckv7_1wk39_6.awsui_active_9ckv7_1wk39_6:not(#\9) {
7
7
  box-shadow: var(--shadow-container-active-h4jsj2, 0px 4px 8px rgba(0, 28, 36, 0.45));
8
8
  }
9
9
 
10
- .awsui_header_9ckv7_1jt4k_10:not(#\9) {
10
+ .awsui_header_9ckv7_1wk39_10:not(#\9) {
11
11
  display: flex;
12
12
  justify-items: center;
13
13
  padding: var(--space-scaled-s-cu1hzn, 12px) calc(var(--space-container-horizontal-tlw03i, 20px) - var(--space-scaled-xs-6859qs, 8px));
14
14
  }
15
15
 
16
- .awsui_flexible_9ckv7_1jt4k_16:not(#\9) {
16
+ .awsui_flexible_9ckv7_1wk39_16:not(#\9) {
17
17
  flex: 1 1 min-content;
18
18
  }
19
19
 
20
- .awsui_handle_9ckv7_1jt4k_20:not(#\9) {
21
- margin-top: var(--space-scaled-xxs-95dhkm, 4px);
20
+ .awsui_handle_9ckv7_1wk39_20:not(#\9) {
21
+ margin-top: calc(var(--space-scaled-xxs-95dhkm, 4px) + 1px);
22
22
  }
23
23
 
24
- .awsui_header-content_9ckv7_1jt4k_24:not(#\9) {
24
+ .awsui_header-content_9ckv7_1wk39_24:not(#\9) {
25
25
  margin-left: var(--space-scaled-xxs-95dhkm, 4px);
26
26
  }
27
27
 
28
- .awsui_settings_9ckv7_1jt4k_28:not(#\9) {
29
- margin-top: var(--space-scaled-xxxs-b6dm8t, 2px);
28
+ .awsui_settings_9ckv7_1wk39_28:not(#\9) {
29
+ margin-top: calc(var(--space-scaled-xxxs-b6dm8t, 2px) + 1px);
30
30
  margin-left: var(--space-static-xs-9adq92, 8px);
31
31
  }
32
32
 
33
- .awsui_fixed_9ckv7_1jt4k_33:not(#\9) {
33
+ .awsui_fixed_9ckv7_1wk39_33:not(#\9) {
34
34
  flex: 0 0 auto;
35
35
  }
36
36
 
37
- .awsui_resizer_9ckv7_1jt4k_37:not(#\9) {
37
+ .awsui_resizer_9ckv7_1wk39_37:not(#\9) {
38
38
  position: absolute;
39
- bottom: calc(var(--space-scaled-s-cu1hzn, 12px) - var(--space-scaled-xxs-95dhkm, 4px));
40
- right: calc(var(--space-scaled-s-cu1hzn, 12px) - var(--space-scaled-xxs-95dhkm, 4px));
39
+ bottom: calc(var(--space-static-xs-9adq92, 8px) - var(--space-static-xxxs-k3qmdh, 2px));
40
+ right: calc(var(--space-static-xs-9adq92, 8px) - var(--space-static-xxxs-k3qmdh, 2px));
41
41
  }
@@ -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": "awsui_root_9ckv7_1jt4k_1",
6
- "container-override": "awsui_container-override_9ckv7_1jt4k_6",
7
- "active": "awsui_active_9ckv7_1jt4k_6",
8
- "header": "awsui_header_9ckv7_1jt4k_10",
9
- "flexible": "awsui_flexible_9ckv7_1jt4k_16",
10
- "handle": "awsui_handle_9ckv7_1jt4k_20",
11
- "header-content": "awsui_header-content_9ckv7_1jt4k_24",
12
- "settings": "awsui_settings_9ckv7_1jt4k_28",
13
- "fixed": "awsui_fixed_9ckv7_1jt4k_33",
14
- "resizer": "awsui_resizer_9ckv7_1jt4k_37"
5
+ "root": "awsui_root_9ckv7_1wk39_1",
6
+ "container-override": "awsui_container-override_9ckv7_1wk39_6",
7
+ "active": "awsui_active_9ckv7_1wk39_6",
8
+ "header": "awsui_header_9ckv7_1wk39_10",
9
+ "flexible": "awsui_flexible_9ckv7_1wk39_16",
10
+ "handle": "awsui_handle_9ckv7_1wk39_20",
11
+ "header-content": "awsui_header-content_9ckv7_1wk39_24",
12
+ "settings": "awsui_settings_9ckv7_1wk39_28",
13
+ "fixed": "awsui_fixed_9ckv7_1wk39_33",
14
+ "resizer": "awsui_resizer_9ckv7_1wk39_37"
15
15
  };
16
16
 
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } 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
4
  import Icon from "@cloudscape-design/components/icon";
@@ -7,6 +7,6 @@ function DragHandleIcon() {
7
7
  return _jsx(Icon, { svg: _jsx(SVG, {}) });
8
8
  }
9
9
  function SVG() {
10
- return (_jsx("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 2H6.01V2.01H6V2ZM6 6H6.01V6.01H6V6ZM6.01 10H6V10.01H6.01V10ZM6 14H6.01V14.01H6V14ZM10.01 2H10V2.01H10.01V2ZM10 6H10.01V6.01H10V6ZM10.01 10H10V10.01H10.01V10ZM10 14H10.01V14.01H10V14Z", fill: "#16191F" }) }));
10
+ return (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("circle", { cx: "5.5", cy: "2.5", r: "0.5", className: "filled", strokeWidth: "2" }), _jsx("circle", { cx: "5.5", cy: "13.5", r: "0.5", className: "filled", strokeWidth: "2" }), _jsx("circle", { cx: "5.5", cy: "8", r: "0.5", className: "filled", strokeWidth: "2" }), _jsx("circle", { cx: "10.5", cy: "2.5", r: "0.5", className: "filled", strokeWidth: "2" }), _jsx("circle", { cx: "10.5", cy: "13.5", r: "0.5", className: "filled", strokeWidth: "2" }), _jsx("circle", { cx: "10.5", cy: "8", r: "0.5", className: "filled", strokeWidth: "2" })] }));
11
11
  }
12
12
  export default memo(DragHandleIcon);
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "board-components";
2
- export var PACKAGE_VERSION = "3.0.0 (7421b5aa)";
2
+ export var PACKAGE_VERSION = "3.0.0 (167acfe9)";
3
3
  export var THEME = "default";
4
4
  export var ALWAYS_VISUAL_REFRESH = false;
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "7421b5aa9c22226dfdc059c3206c9147bdfbe8b7"
2
+ "commit": "167acfe902f7261d5eccec460314c81c702f07a7"
3
3
  }
@@ -7,6 +7,6 @@ export function ResizeHandleIcon() {
7
7
  return _jsx(Icon, { svg: _jsx(SVG, {}) });
8
8
  }
9
9
  function SVG() {
10
- return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", children: [_jsx("line", { x1: "9.94", y1: "14.95", x2: "14.98", y2: "9.57" }), _jsx("line", { x1: "5.75", y1: "14.95", x2: "14.98", y2: "5.35" }), _jsx("line", { x1: "0.98", y1: "14.95", x2: "14.98", y2: "0.95" })] }));
10
+ return (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M9.5 14.5L14.5 9.5", strokeWidth: "2" }), _jsx("path", { d: "M4 14.5L14.5 4", strokeWidth: "2" })] }));
11
11
  }
12
12
  export default memo(ResizeHandleIcon);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/board-components",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/cloudscape-design/board-components.git"