@cloudscape-design/components 3.0.700 → 3.0.701

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,8 +1,8 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "resizable-box": "awsui_resizable-box_cufu9_uu6zx_17",
5
- "resizable-box-handle": "awsui_resizable-box-handle_cufu9_uu6zx_22",
6
- "resize-active": "awsui_resize-active_cufu9_uu6zx_48"
4
+ "resizable-box": "awsui_resizable-box_cufu9_dv6l8_101",
5
+ "resizable-box-handle": "awsui_resizable-box-handle_cufu9_dv6l8_106",
6
+ "resize-active": "awsui_resize-active_cufu9_dv6l8_136"
7
7
  };
8
8
 
@@ -14,12 +14,96 @@
14
14
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
15
15
  SPDX-License-Identifier: Apache-2.0
16
16
  */
17
- .awsui_resizable-box_cufu9_uu6zx_17:not(#\9) {
17
+ /*
18
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
+ SPDX-License-Identifier: Apache-2.0
20
+ */
21
+ /*
22
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
23
+ SPDX-License-Identifier: Apache-2.0
24
+ */
25
+ /*
26
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
27
+ SPDX-License-Identifier: Apache-2.0
28
+ */
29
+ /*
30
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
31
+ SPDX-License-Identifier: Apache-2.0
32
+ */
33
+ /*
34
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
35
+ SPDX-License-Identifier: Apache-2.0
36
+ */
37
+ /*
38
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
39
+ SPDX-License-Identifier: Apache-2.0
40
+ */
41
+ /*
42
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
43
+ SPDX-License-Identifier: Apache-2.0
44
+ */
45
+ /*
46
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
47
+ SPDX-License-Identifier: Apache-2.0
48
+ */
49
+ /*
50
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
51
+ SPDX-License-Identifier: Apache-2.0
52
+ */
53
+ /*
54
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
55
+ SPDX-License-Identifier: Apache-2.0
56
+ */
57
+ /*
58
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
59
+ SPDX-License-Identifier: Apache-2.0
60
+ */
61
+ /*
62
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
63
+ SPDX-License-Identifier: Apache-2.0
64
+ */
65
+ /*
66
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
67
+ SPDX-License-Identifier: Apache-2.0
68
+ */
69
+ /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
70
+ /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
71
+ /*
72
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
73
+ SPDX-License-Identifier: Apache-2.0
74
+ */
75
+ /*
76
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
77
+ SPDX-License-Identifier: Apache-2.0
78
+ */
79
+ /*
80
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
81
+ SPDX-License-Identifier: Apache-2.0
82
+ */
83
+ /*
84
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
85
+ SPDX-License-Identifier: Apache-2.0
86
+ */
87
+ /* Style used for links in slots/components that are text heavy, to help links stand out among
88
+ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
89
+ /*
90
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
+ SPDX-License-Identifier: Apache-2.0
92
+ */
93
+ /*
94
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
+ SPDX-License-Identifier: Apache-2.0
96
+ */
97
+ /*
98
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
99
+ SPDX-License-Identifier: Apache-2.0
100
+ */
101
+ .awsui_resizable-box_cufu9_dv6l8_101:not(#\9) {
18
102
  position: relative;
19
103
  inline-size: 100%;
20
104
  }
21
105
 
22
- .awsui_resizable-box-handle_cufu9_uu6zx_22:not(#\9) {
106
+ .awsui_resizable-box-handle_cufu9_dv6l8_106:not(#\9) {
23
107
  position: absolute;
24
108
  inset-inline-end: 0;
25
109
  inset-block-end: 0;
@@ -32,20 +116,24 @@
32
116
  background-position: bottom right;
33
117
  background-size: var(--space-l-t419sm, 20px);
34
118
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414d5c' fill-opacity='0' stroke-width='1'%3E %3Cpath d='M 8 13 L 13 8 M 13 11 L 11 13 M 5 13 L 13 5'/%3E %3C/svg%3E");
119
+ /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
35
120
  cursor: ns-resize;
36
121
  }
37
122
  @supports (--css-variable-support-check: #000) {
38
123
  @media not print {
39
- .awsui_resizable-box-handle_cufu9_uu6zx_22:not(#\9) {
124
+ .awsui_resizable-box-handle_cufu9_dv6l8_106:not(#\9) {
40
125
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
41
126
  }
42
- .awsui-polaris-dark-mode .awsui_resizable-box-handle_cufu9_uu6zx_22:not(#\9), .awsui-dark-mode .awsui_resizable-box-handle_cufu9_uu6zx_22:not(#\9) {
127
+ .awsui-polaris-dark-mode .awsui_resizable-box-handle_cufu9_dv6l8_106:not(#\9), .awsui-dark-mode .awsui_resizable-box-handle_cufu9_dv6l8_106:not(#\9) {
43
128
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill-opacity='0' stroke-width='1'%3E %3Cpath d='M 8 13 L 13 8 M 13 11 L 11 13 M 5 13 L 13 5'/%3E %3C/svg%3E");
44
129
  }
45
130
  }
46
131
  }
132
+ .awsui_resizable-box-handle_cufu9_dv6l8_106:not(#\9):dir(rtl) {
133
+ transform: scaleX(-1);
134
+ }
47
135
 
48
- .awsui_resize-active_cufu9_uu6zx_48:not(#\9) {
136
+ .awsui_resize-active_cufu9_dv6l8_136:not(#\9) {
49
137
  -webkit-user-select: none;
50
138
  user-select: none;
51
139
  }
@@ -2,8 +2,8 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "resizable-box": "awsui_resizable-box_cufu9_uu6zx_17",
6
- "resizable-box-handle": "awsui_resizable-box-handle_cufu9_uu6zx_22",
7
- "resize-active": "awsui_resize-active_cufu9_uu6zx_48"
5
+ "resizable-box": "awsui_resizable-box_cufu9_dv6l8_101",
6
+ "resizable-box-handle": "awsui_resizable-box-handle_cufu9_dv6l8_106",
7
+ "resize-active": "awsui_resize-active_cufu9_dv6l8_136"
8
8
  };
9
9
 
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (ff934416)";
2
+ export var PACKAGE_VERSION = "3.0.0 (dbcc7a18)";
3
3
  export var THEME = "open-source-visual-refresh";
4
4
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (ff934416)",
3
+ "PACKAGE_VERSION": "3.0.0 (dbcc7a18)",
4
4
  "THEME": "default",
5
5
  "ALWAYS_VISUAL_REFRESH": false
6
6
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "ff934416921a1a18223a0676a534a0f1e67e34f4"
2
+ "commit": "dbcc7a18b8d7847c4ccc64d38fab6d85684ead42"
3
3
  }
package/package.json CHANGED
@@ -124,7 +124,7 @@
124
124
  "./internal/base-component/index.js",
125
125
  "./internal/base-component/styles.css.js"
126
126
  ],
127
- "version": "3.0.700",
127
+ "version": "3.0.701",
128
128
  "repository": {
129
129
  "type": "git",
130
130
  "url": "https://github.com/cloudscape-design/components.git"