@cloudscape-design/code-view 3.0.88 → 3.0.89
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/code-view/styles.css.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"scroll-container": "awsui_scroll-
|
|
6
|
-
"code-table": "awsui_code-
|
|
7
|
-
"code-table-with-actions": "awsui_code-table-with-
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"code-line": "awsui_code-
|
|
13
|
-
"code-line-
|
|
14
|
-
"code-line-
|
|
15
|
-
"actions": "
|
|
4
|
+
"root": "awsui_root_1pkji_phuut_5",
|
|
5
|
+
"scroll-container": "awsui_scroll-container_1pkji_phuut_17",
|
|
6
|
+
"code-table": "awsui_code-table_1pkji_phuut_21",
|
|
7
|
+
"code-table-with-actions": "awsui_code-table-with-actions_1pkji_phuut_28",
|
|
8
|
+
"screenreader-only": "awsui_screenreader-only_1pkji_phuut_33",
|
|
9
|
+
"line-number": "awsui_line-number_1pkji_phuut_39",
|
|
10
|
+
"unselectable": "awsui_unselectable_1pkji_phuut_54",
|
|
11
|
+
"code-line": "awsui_code-line_1pkji_phuut_59",
|
|
12
|
+
"code-line-wrap": "awsui_code-line-wrap_1pkji_phuut_63",
|
|
13
|
+
"code-line-nowrap": "awsui_code-line-nowrap_1pkji_phuut_67",
|
|
14
|
+
"code-table-with-line-wrapping": "awsui_code-table-with-line-wrapping_1pkji_phuut_71",
|
|
15
|
+
"actions": "awsui_actions_1pkji_phuut_79"
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
*/
|
|
5
|
-
.
|
|
5
|
+
.awsui_root_1pkji_phuut_5:not(#\9) {
|
|
6
6
|
position: relative;
|
|
7
7
|
border-start-start-radius: var(--border-radius-tiles-wm1vgw, 8px);
|
|
8
8
|
border-start-end-radius: var(--border-radius-tiles-wm1vgw, 8px);
|
|
@@ -10,38 +10,33 @@
|
|
|
10
10
|
border-end-end-radius: var(--border-radius-tiles-wm1vgw, 8px);
|
|
11
11
|
background-color: #f8f8f8;
|
|
12
12
|
}
|
|
13
|
-
.awsui-dark-mode .
|
|
13
|
+
.awsui-dark-mode .awsui_root_1pkji_phuut_5:not(#\9), .awsui-polaris-dark-mode .awsui_root_1pkji_phuut_5:not(#\9) {
|
|
14
14
|
background-color: #282c34;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.awsui_scroll-
|
|
17
|
+
.awsui_scroll-container_1pkji_phuut_17:not(#\9) {
|
|
18
18
|
overflow-x: auto;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.awsui_code-
|
|
21
|
+
.awsui_code-table_1pkji_phuut_21:not(#\9) {
|
|
22
22
|
padding-block-start: var(--space-static-xs-gnm0mz, 8px);
|
|
23
23
|
padding-block-end: var(--space-static-xs-gnm0mz, 8px);
|
|
24
24
|
table-layout: auto;
|
|
25
25
|
inline-size: 100%;
|
|
26
26
|
border-spacing: 0;
|
|
27
27
|
}
|
|
28
|
-
.awsui_code-table-with-
|
|
28
|
+
.awsui_code-table-with-actions_1pkji_phuut_28:not(#\9) {
|
|
29
29
|
min-block-size: calc(2 * var(--space-scaled-xs-xwoogq, 8px) + var(--space-scaled-xxl-6wgq96, 32px));
|
|
30
30
|
padding-inline-end: calc(2 * var(--space-static-xxxl-qj5g91, 40px));
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
34
|
-
padding-inline-end: var(--space-static-xxl-ifa9j8, 32px);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.awsui_screenreader-only_1pkji_12id4_37:not(#\9) {
|
|
33
|
+
.awsui_screenreader-only_1pkji_phuut_33:not(#\9) {
|
|
38
34
|
position: absolute;
|
|
39
35
|
inset-block-start: -9999px;
|
|
40
36
|
inset-inline-start: -9999px;
|
|
41
37
|
}
|
|
42
38
|
|
|
43
|
-
.awsui_line-
|
|
44
|
-
vertical-align: text-top;
|
|
39
|
+
.awsui_line-number_1pkji_phuut_39:not(#\9) {
|
|
45
40
|
white-space: nowrap;
|
|
46
41
|
position: sticky;
|
|
47
42
|
inset-inline-start: 0;
|
|
@@ -52,28 +47,36 @@
|
|
|
52
47
|
padding-inline-end: var(--space-static-xs-gnm0mz, 8px);
|
|
53
48
|
background-color: #f8f8f8;
|
|
54
49
|
}
|
|
55
|
-
.awsui-dark-mode .awsui_line-
|
|
50
|
+
.awsui-dark-mode .awsui_line-number_1pkji_phuut_39:not(#\9), .awsui-polaris-dark-mode .awsui_line-number_1pkji_phuut_39:not(#\9) {
|
|
56
51
|
background-color: #282c34;
|
|
57
52
|
}
|
|
58
53
|
|
|
59
|
-
.
|
|
54
|
+
.awsui_unselectable_1pkji_phuut_54:not(#\9) {
|
|
60
55
|
-webkit-user-select: none;
|
|
61
56
|
user-select: none;
|
|
62
57
|
}
|
|
63
58
|
|
|
64
|
-
.awsui_code-
|
|
59
|
+
.awsui_code-line_1pkji_phuut_59:not(#\9) {
|
|
65
60
|
padding-inline-start: var(--space-static-xs-gnm0mz, 8px);
|
|
66
61
|
padding-inline-end: var(--space-static-xs-gnm0mz, 8px);
|
|
67
62
|
}
|
|
68
|
-
.awsui_code-line-
|
|
63
|
+
.awsui_code-line-wrap_1pkji_phuut_63:not(#\9) {
|
|
69
64
|
white-space: pre-wrap;
|
|
70
65
|
word-break: break-word;
|
|
71
66
|
}
|
|
72
|
-
.awsui_code-line-
|
|
67
|
+
.awsui_code-line-nowrap_1pkji_phuut_67:not(#\9) {
|
|
73
68
|
white-space: pre;
|
|
74
69
|
}
|
|
75
70
|
|
|
76
|
-
.
|
|
71
|
+
.awsui_code-table-with-line-wrapping_1pkji_phuut_71 .awsui_line-number_1pkji_phuut_39:not(#\9),
|
|
72
|
+
.awsui_code-table-with-line-wrapping_1pkji_phuut_71 .awsui_code-line_1pkji_phuut_59:not(#\9) {
|
|
73
|
+
vertical-align: text-top;
|
|
74
|
+
}
|
|
75
|
+
.awsui_code-table-with-line-wrapping_1pkji_phuut_71.awsui_code-table-with-actions_1pkji_phuut_28:not(#\9) {
|
|
76
|
+
padding-inline-end: var(--space-static-xxl-ifa9j8, 32px);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.awsui_actions_1pkji_phuut_79:not(#\9) {
|
|
77
80
|
position: absolute;
|
|
78
81
|
inset-block-start: var(--space-scaled-xs-xwoogq, 8px);
|
|
79
82
|
inset-inline-end: var(--space-scaled-xs-xwoogq, 8px);
|
|
@@ -2,17 +2,17 @@
|
|
|
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
|
-
"scroll-container": "awsui_scroll-
|
|
7
|
-
"code-table": "awsui_code-
|
|
8
|
-
"code-table-with-actions": "awsui_code-table-with-
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"code-line": "awsui_code-
|
|
14
|
-
"code-line-
|
|
15
|
-
"code-line-
|
|
16
|
-
"actions": "
|
|
5
|
+
"root": "awsui_root_1pkji_phuut_5",
|
|
6
|
+
"scroll-container": "awsui_scroll-container_1pkji_phuut_17",
|
|
7
|
+
"code-table": "awsui_code-table_1pkji_phuut_21",
|
|
8
|
+
"code-table-with-actions": "awsui_code-table-with-actions_1pkji_phuut_28",
|
|
9
|
+
"screenreader-only": "awsui_screenreader-only_1pkji_phuut_33",
|
|
10
|
+
"line-number": "awsui_line-number_1pkji_phuut_39",
|
|
11
|
+
"unselectable": "awsui_unselectable_1pkji_phuut_54",
|
|
12
|
+
"code-line": "awsui_code-line_1pkji_phuut_59",
|
|
13
|
+
"code-line-wrap": "awsui_code-line-wrap_1pkji_phuut_63",
|
|
14
|
+
"code-line-nowrap": "awsui_code-line-nowrap_1pkji_phuut_67",
|
|
15
|
+
"code-table-with-line-wrapping": "awsui_code-table-with-line-wrapping_1pkji_phuut_71",
|
|
16
|
+
"actions": "awsui_actions_1pkji_phuut_79"
|
|
17
17
|
};
|
|
18
18
|
|
package/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED