@cloudscape-design/code-view 3.0.63 → 3.0.64
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 +12 -12
- package/code-view/styles.scoped.css +15 -15
- package/code-view/styles.selectors.js +12 -12
- package/internal/generated/styles/tokens.js +222 -222
- package/internal/generated/theming/index.cjs +232 -232
- package/internal/generated/theming/index.cjs.d.ts +2 -2
- package/internal/generated/theming/index.d.ts +2 -2
- package/internal/generated/theming/index.js +232 -232
- package/package.json +1 -1
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
|
-
"code-table-with-line-wrapping": "awsui_code-table-with-line-
|
|
9
|
-
"screenreader-only": "awsui_screenreader-
|
|
10
|
-
"line-number": "awsui_line-
|
|
11
|
-
"unselectable": "
|
|
12
|
-
"code-line": "awsui_code-
|
|
13
|
-
"code-line-wrap": "awsui_code-line-
|
|
14
|
-
"code-line-nowrap": "awsui_code-line-
|
|
15
|
-
"actions": "
|
|
4
|
+
"root": "awsui_root_1pkji_12id4_5",
|
|
5
|
+
"scroll-container": "awsui_scroll-container_1pkji_12id4_17",
|
|
6
|
+
"code-table": "awsui_code-table_1pkji_12id4_21",
|
|
7
|
+
"code-table-with-actions": "awsui_code-table-with-actions_1pkji_12id4_28",
|
|
8
|
+
"code-table-with-line-wrapping": "awsui_code-table-with-line-wrapping_1pkji_12id4_33",
|
|
9
|
+
"screenreader-only": "awsui_screenreader-only_1pkji_12id4_37",
|
|
10
|
+
"line-number": "awsui_line-number_1pkji_12id4_43",
|
|
11
|
+
"unselectable": "awsui_unselectable_1pkji_12id4_59",
|
|
12
|
+
"code-line": "awsui_code-line_1pkji_12id4_64",
|
|
13
|
+
"code-line-wrap": "awsui_code-line-wrap_1pkji_12id4_68",
|
|
14
|
+
"code-line-nowrap": "awsui_code-line-nowrap_1pkji_12id4_72",
|
|
15
|
+
"actions": "awsui_actions_1pkji_12id4_76"
|
|
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_12id4_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,70 +10,70 @@
|
|
|
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_12id4_5:not(#\9), .awsui-polaris-dark-mode .awsui_root_1pkji_12id4_5:not(#\9) {
|
|
14
14
|
background-color: #282c34;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.awsui_scroll-
|
|
17
|
+
.awsui_scroll-container_1pkji_12id4_17:not(#\9) {
|
|
18
18
|
overflow-x: auto;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.awsui_code-
|
|
21
|
+
.awsui_code-table_1pkji_12id4_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_12id4_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
|
-
.awsui_code-table-with-
|
|
33
|
+
.awsui_code-table-with-actions_1pkji_12id4_28.awsui_code-table-with-line-wrapping_1pkji_12id4_33:not(#\9) {
|
|
34
34
|
padding-inline-end: var(--space-static-xxl-ifa9j8, 32px);
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.awsui_screenreader-
|
|
37
|
+
.awsui_screenreader-only_1pkji_12id4_37:not(#\9) {
|
|
38
38
|
position: absolute;
|
|
39
39
|
inset-block-start: -9999px;
|
|
40
40
|
inset-inline-start: -9999px;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.awsui_line-
|
|
43
|
+
.awsui_line-number_1pkji_12id4_43:not(#\9) {
|
|
44
44
|
vertical-align: text-top;
|
|
45
45
|
white-space: nowrap;
|
|
46
46
|
position: sticky;
|
|
47
47
|
inset-inline-start: 0;
|
|
48
48
|
border-inline-end-width: 1px;
|
|
49
49
|
border-inline-end-style: solid;
|
|
50
|
-
border-inline-end-color: var(--color-border-divider-default-
|
|
50
|
+
border-inline-end-color: var(--color-border-divider-default-nr68jt, #c6c6cd);
|
|
51
51
|
padding-inline-start: var(--space-static-xs-gnm0mz, 8px);
|
|
52
52
|
padding-inline-end: var(--space-static-xs-gnm0mz, 8px);
|
|
53
53
|
background-color: #f8f8f8;
|
|
54
54
|
}
|
|
55
|
-
.awsui-dark-mode .awsui_line-
|
|
55
|
+
.awsui-dark-mode .awsui_line-number_1pkji_12id4_43:not(#\9), .awsui-polaris-dark-mode .awsui_line-number_1pkji_12id4_43:not(#\9) {
|
|
56
56
|
background-color: #282c34;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
.awsui_unselectable_1pkji_12id4_59:not(#\9) {
|
|
60
60
|
-webkit-user-select: none;
|
|
61
61
|
user-select: none;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.awsui_code-
|
|
64
|
+
.awsui_code-line_1pkji_12id4_64:not(#\9) {
|
|
65
65
|
padding-inline-start: var(--space-static-xs-gnm0mz, 8px);
|
|
66
66
|
padding-inline-end: var(--space-static-xs-gnm0mz, 8px);
|
|
67
67
|
}
|
|
68
|
-
.awsui_code-line-
|
|
68
|
+
.awsui_code-line-wrap_1pkji_12id4_68:not(#\9) {
|
|
69
69
|
white-space: pre-wrap;
|
|
70
70
|
word-break: break-word;
|
|
71
71
|
}
|
|
72
|
-
.awsui_code-line-
|
|
72
|
+
.awsui_code-line-nowrap_1pkji_12id4_72:not(#\9) {
|
|
73
73
|
white-space: pre;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.
|
|
76
|
+
.awsui_actions_1pkji_12id4_76:not(#\9) {
|
|
77
77
|
position: absolute;
|
|
78
78
|
inset-block-start: var(--space-scaled-xs-xwoogq, 8px);
|
|
79
79
|
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
|
-
"code-table-with-line-wrapping": "awsui_code-table-with-line-
|
|
10
|
-
"screenreader-only": "awsui_screenreader-
|
|
11
|
-
"line-number": "awsui_line-
|
|
12
|
-
"unselectable": "
|
|
13
|
-
"code-line": "awsui_code-
|
|
14
|
-
"code-line-wrap": "awsui_code-line-
|
|
15
|
-
"code-line-nowrap": "awsui_code-line-
|
|
16
|
-
"actions": "
|
|
5
|
+
"root": "awsui_root_1pkji_12id4_5",
|
|
6
|
+
"scroll-container": "awsui_scroll-container_1pkji_12id4_17",
|
|
7
|
+
"code-table": "awsui_code-table_1pkji_12id4_21",
|
|
8
|
+
"code-table-with-actions": "awsui_code-table-with-actions_1pkji_12id4_28",
|
|
9
|
+
"code-table-with-line-wrapping": "awsui_code-table-with-line-wrapping_1pkji_12id4_33",
|
|
10
|
+
"screenreader-only": "awsui_screenreader-only_1pkji_12id4_37",
|
|
11
|
+
"line-number": "awsui_line-number_1pkji_12id4_43",
|
|
12
|
+
"unselectable": "awsui_unselectable_1pkji_12id4_59",
|
|
13
|
+
"code-line": "awsui_code-line_1pkji_12id4_64",
|
|
14
|
+
"code-line-wrap": "awsui_code-line-wrap_1pkji_12id4_68",
|
|
15
|
+
"code-line-nowrap": "awsui_code-line-nowrap_1pkji_12id4_72",
|
|
16
|
+
"actions": "awsui_actions_1pkji_12id4_76"
|
|
17
17
|
};
|
|
18
18
|
|