@cloudscape-design/board-components 3.0.110 → 3.0.111

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,7 +1,7 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "handle": "awsui_handle_19hnz_3wk8b_9",
5
- "active": "awsui_active_19hnz_3wk8b_16"
4
+ "handle": "awsui_handle_19hnz_8g3od_9",
5
+ "active": "awsui_active_19hnz_8g3od_16"
6
6
  };
7
7
 
@@ -6,20 +6,20 @@
6
6
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
7
  SPDX-License-Identifier: Apache-2.0
8
8
  */
9
- .awsui_handle_19hnz_3wk8b_9:not(#\9) {
9
+ .awsui_handle_19hnz_8g3od_9:not(#\9) {
10
10
  cursor: nwse-resize;
11
11
  }
12
- .awsui_handle_19hnz_3wk8b_9:not(#\9):dir(rtl) {
12
+ .awsui_handle_19hnz_8g3od_9:not(#\9):dir(rtl) {
13
13
  cursor: nesw-resize;
14
14
  }
15
15
 
16
- .awsui_handle_19hnz_3wk8b_9:not(#\9):not(.awsui_active_19hnz_3wk8b_16):focus-visible {
16
+ .awsui_handle_19hnz_8g3od_9:not(#\9):not(.awsui_active_19hnz_8g3od_16):focus-visible {
17
17
  position: relative;
18
18
  box-sizing: border-box;
19
19
  outline: 2px dotted transparent;
20
20
  outline-offset: 3px;
21
21
  }
22
- .awsui_handle_19hnz_3wk8b_9:not(#\9):not(.awsui_active_19hnz_3wk8b_16):focus-visible::before {
22
+ .awsui_handle_19hnz_8g3od_9:not(#\9):not(.awsui_active_19hnz_8g3od_16):focus-visible::before {
23
23
  content: " ";
24
24
  display: block;
25
25
  position: absolute;
@@ -29,9 +29,9 @@
29
29
  inline-size: calc(100% + 2 * 4px);
30
30
  block-size: calc(100% + 2 * 4px);
31
31
  border-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
32
- border: 2px solid var(--color-border-item-focused-8bi903, #006ce0);
32
+ border: 2px solid var(--color-border-item-focused-uk47pl, #006ce0);
33
33
  }
34
34
 
35
- .awsui_active_19hnz_3wk8b_16:not(#\9) {
35
+ .awsui_active_19hnz_8g3od_16:not(#\9) {
36
36
  outline: none;
37
37
  }
@@ -2,7 +2,7 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "handle": "awsui_handle_19hnz_3wk8b_9",
6
- "active": "awsui_active_19hnz_3wk8b_16"
5
+ "handle": "awsui_handle_19hnz_8g3od_9",
6
+ "active": "awsui_active_19hnz_8g3od_16"
7
7
  };
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/board-components",
3
- "version": "3.0.110",
3
+ "version": "3.0.111",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/cloudscape-design/board-components.git"