@esri/calcite-design-tokens 3.1.0-next.0 → 3.1.0-next.1
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/dist/css/core.css +15 -15
- package/dist/css/dark.css +9 -9
- package/dist/css/index.css +45 -45
- package/dist/css/light.css +9 -9
- package/dist/docs/core.json +16 -16
- package/dist/docs/dark.json +10 -10
- package/dist/docs/global.json +12 -12
- package/dist/docs/light.json +10 -10
- package/dist/docs/semantic.json +1 -1
- package/dist/es6/core.js +15 -15
- package/dist/es6/dark.js +9 -9
- package/dist/es6/global.js +11 -11
- package/dist/es6/light.js +9 -9
- package/dist/js/core.js +30 -30
- package/dist/js/dark.js +9 -9
- package/dist/js/global.js +18 -18
- package/dist/js/light.js +9 -9
- package/dist/scss/core.scss +15 -15
- package/dist/scss/dark.scss +9 -9
- package/dist/scss/index.scss +18 -18
- package/dist/scss/light.scss +9 -9
- package/package.json +2 -2
package/dist/js/global.js
CHANGED
|
@@ -10,8 +10,8 @@ export default {
|
|
|
10
10
|
background: {
|
|
11
11
|
default: {
|
|
12
12
|
value: {
|
|
13
|
-
light: "#
|
|
14
|
-
dark: "#
|
|
13
|
+
light: "#f7f7f7",
|
|
14
|
+
dark: "#363636",
|
|
15
15
|
},
|
|
16
16
|
type: "color",
|
|
17
17
|
attributes: {
|
|
@@ -120,8 +120,8 @@ export default {
|
|
|
120
120
|
},
|
|
121
121
|
2: {
|
|
122
122
|
value: {
|
|
123
|
-
light: "#
|
|
124
|
-
dark: "#
|
|
123
|
+
light: "#f2f2f2",
|
|
124
|
+
dark: "#212121",
|
|
125
125
|
},
|
|
126
126
|
type: "color",
|
|
127
127
|
attributes: {
|
|
@@ -157,8 +157,8 @@ export default {
|
|
|
157
157
|
},
|
|
158
158
|
3: {
|
|
159
159
|
value: {
|
|
160
|
-
light: "#
|
|
161
|
-
dark: "#
|
|
160
|
+
light: "#ebebeb",
|
|
161
|
+
dark: "#141414",
|
|
162
162
|
},
|
|
163
163
|
type: "color",
|
|
164
164
|
attributes: {
|
|
@@ -1125,8 +1125,8 @@ export default {
|
|
|
1125
1125
|
inverse: {
|
|
1126
1126
|
default: {
|
|
1127
1127
|
value: {
|
|
1128
|
-
light: "#
|
|
1129
|
-
dark: "#
|
|
1128
|
+
light: "#363636",
|
|
1129
|
+
dark: "#f7f7f7",
|
|
1130
1130
|
},
|
|
1131
1131
|
type: "color",
|
|
1132
1132
|
attributes: {
|
|
@@ -1199,8 +1199,8 @@ export default {
|
|
|
1199
1199
|
},
|
|
1200
1200
|
press: {
|
|
1201
1201
|
value: {
|
|
1202
|
-
light: "#
|
|
1203
|
-
dark: "#
|
|
1202
|
+
light: "#212121",
|
|
1203
|
+
dark: "#f2f2f2",
|
|
1204
1204
|
},
|
|
1205
1205
|
type: "color",
|
|
1206
1206
|
attributes: {
|
|
@@ -1238,7 +1238,7 @@ export default {
|
|
|
1238
1238
|
text: {
|
|
1239
1239
|
1: {
|
|
1240
1240
|
value: {
|
|
1241
|
-
light: "#
|
|
1241
|
+
light: "#141414",
|
|
1242
1242
|
dark: "#ffffff",
|
|
1243
1243
|
},
|
|
1244
1244
|
type: "color",
|
|
@@ -1312,8 +1312,8 @@ export default {
|
|
|
1312
1312
|
},
|
|
1313
1313
|
3: {
|
|
1314
1314
|
value: {
|
|
1315
|
-
light: "#
|
|
1316
|
-
dark: "#
|
|
1315
|
+
light: "#6b6b6b",
|
|
1316
|
+
dark: "#9e9e9e",
|
|
1317
1317
|
},
|
|
1318
1318
|
type: "color",
|
|
1319
1319
|
attributes: {
|
|
@@ -1350,7 +1350,7 @@ export default {
|
|
|
1350
1350
|
inverse: {
|
|
1351
1351
|
value: {
|
|
1352
1352
|
light: "#ffffff",
|
|
1353
|
-
dark: "#
|
|
1353
|
+
dark: "#141414",
|
|
1354
1354
|
},
|
|
1355
1355
|
type: "color",
|
|
1356
1356
|
attributes: {
|
|
@@ -1425,8 +1425,8 @@ export default {
|
|
|
1425
1425
|
border: {
|
|
1426
1426
|
1: {
|
|
1427
1427
|
value: {
|
|
1428
|
-
light: "#
|
|
1429
|
-
dark: "#
|
|
1428
|
+
light: "#c9c9c9",
|
|
1429
|
+
dark: "#545454",
|
|
1430
1430
|
},
|
|
1431
1431
|
type: "color",
|
|
1432
1432
|
attributes: {
|
|
@@ -1499,7 +1499,7 @@ export default {
|
|
|
1499
1499
|
},
|
|
1500
1500
|
3: {
|
|
1501
1501
|
value: {
|
|
1502
|
-
light: "#
|
|
1502
|
+
light: "#dedede",
|
|
1503
1503
|
dark: "#404040",
|
|
1504
1504
|
},
|
|
1505
1505
|
type: "color",
|
|
@@ -1611,7 +1611,7 @@ export default {
|
|
|
1611
1611
|
white: {
|
|
1612
1612
|
value: {
|
|
1613
1613
|
light: "#ffffff",
|
|
1614
|
-
dark: "#
|
|
1614
|
+
dark: "#f7f7f7",
|
|
1615
1615
|
},
|
|
1616
1616
|
type: "color",
|
|
1617
1617
|
attributes: {
|
package/dist/js/light.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
color: {
|
|
9
9
|
background: {
|
|
10
10
|
default: {
|
|
11
|
-
value: "#
|
|
11
|
+
value: "#f7f7f7",
|
|
12
12
|
type: "color",
|
|
13
13
|
attributes: {
|
|
14
14
|
category: "color",
|
|
@@ -112,7 +112,7 @@ export default {
|
|
|
112
112
|
key: "{semantic.color.foreground.1}",
|
|
113
113
|
},
|
|
114
114
|
2: {
|
|
115
|
-
value: "#
|
|
115
|
+
value: "#f2f2f2",
|
|
116
116
|
type: "color",
|
|
117
117
|
attributes: {
|
|
118
118
|
category: "color",
|
|
@@ -146,7 +146,7 @@ export default {
|
|
|
146
146
|
key: "{semantic.color.foreground.2}",
|
|
147
147
|
},
|
|
148
148
|
3: {
|
|
149
|
-
value: "#
|
|
149
|
+
value: "#ebebeb",
|
|
150
150
|
type: "color",
|
|
151
151
|
attributes: {
|
|
152
152
|
category: "color",
|
|
@@ -1039,7 +1039,7 @@ export default {
|
|
|
1039
1039
|
},
|
|
1040
1040
|
inverse: {
|
|
1041
1041
|
default: {
|
|
1042
|
-
value: "#
|
|
1042
|
+
value: "#363636",
|
|
1043
1043
|
type: "color",
|
|
1044
1044
|
attributes: {
|
|
1045
1045
|
category: "color",
|
|
@@ -1107,7 +1107,7 @@ export default {
|
|
|
1107
1107
|
key: "{semantic.color.inverse.hover}",
|
|
1108
1108
|
},
|
|
1109
1109
|
press: {
|
|
1110
|
-
value: "#
|
|
1110
|
+
value: "#212121",
|
|
1111
1111
|
type: "color",
|
|
1112
1112
|
attributes: {
|
|
1113
1113
|
category: "color",
|
|
@@ -1143,7 +1143,7 @@ export default {
|
|
|
1143
1143
|
},
|
|
1144
1144
|
text: {
|
|
1145
1145
|
1: {
|
|
1146
|
-
value: "#
|
|
1146
|
+
value: "#141414",
|
|
1147
1147
|
type: "color",
|
|
1148
1148
|
attributes: {
|
|
1149
1149
|
category: "color",
|
|
@@ -1211,7 +1211,7 @@ export default {
|
|
|
1211
1211
|
key: "{semantic.color.text.2}",
|
|
1212
1212
|
},
|
|
1213
1213
|
3: {
|
|
1214
|
-
value: "#
|
|
1214
|
+
value: "#6b6b6b",
|
|
1215
1215
|
type: "color",
|
|
1216
1216
|
attributes: {
|
|
1217
1217
|
category: "color",
|
|
@@ -1315,7 +1315,7 @@ export default {
|
|
|
1315
1315
|
},
|
|
1316
1316
|
border: {
|
|
1317
1317
|
1: {
|
|
1318
|
-
value: "#
|
|
1318
|
+
value: "#c9c9c9",
|
|
1319
1319
|
type: "color",
|
|
1320
1320
|
attributes: {
|
|
1321
1321
|
category: "color",
|
|
@@ -1383,7 +1383,7 @@ export default {
|
|
|
1383
1383
|
key: "{semantic.color.border.2}",
|
|
1384
1384
|
},
|
|
1385
1385
|
3: {
|
|
1386
|
-
value: "#
|
|
1386
|
+
value: "#dedede",
|
|
1387
1387
|
type: "color",
|
|
1388
1388
|
attributes: {
|
|
1389
1389
|
category: "color",
|
package/dist/scss/core.scss
CHANGED
|
@@ -3,31 +3,31 @@
|
|
|
3
3
|
// Do not edit directly, this file was auto-generated.
|
|
4
4
|
|
|
5
5
|
$calcite-color-neutral-blk-000: #ffffff;
|
|
6
|
-
$calcite-color-neutral-blk-005: #
|
|
7
|
-
$calcite-color-neutral-blk-010: #
|
|
8
|
-
$calcite-color-neutral-blk-020: #
|
|
9
|
-
$calcite-color-neutral-blk-030: #
|
|
6
|
+
$calcite-color-neutral-blk-005: #f7f7f7;
|
|
7
|
+
$calcite-color-neutral-blk-010: #f2f2f2;
|
|
8
|
+
$calcite-color-neutral-blk-020: #ebebeb;
|
|
9
|
+
$calcite-color-neutral-blk-030: #dedede;
|
|
10
10
|
$calcite-color-neutral-blk-040: #d4d4d4;
|
|
11
|
-
$calcite-color-neutral-blk-050: #
|
|
11
|
+
$calcite-color-neutral-blk-050: #c9c9c9;
|
|
12
12
|
$calcite-color-neutral-blk-060: #bfbfbf;
|
|
13
13
|
$calcite-color-neutral-blk-070: #b5b5b5;
|
|
14
|
-
$calcite-color-neutral-blk-080: #
|
|
15
|
-
$calcite-color-neutral-blk-090: #
|
|
14
|
+
$calcite-color-neutral-blk-080: #ababab;
|
|
15
|
+
$calcite-color-neutral-blk-090: #9e9e9e;
|
|
16
16
|
$calcite-color-neutral-blk-100: #949494;
|
|
17
17
|
$calcite-color-neutral-blk-110: #8a8a8a;
|
|
18
18
|
$calcite-color-neutral-blk-120: #808080;
|
|
19
19
|
$calcite-color-neutral-blk-130: #757575;
|
|
20
|
-
$calcite-color-neutral-blk-140: #
|
|
21
|
-
$calcite-color-neutral-blk-150: #
|
|
22
|
-
$calcite-color-neutral-blk-160: #
|
|
20
|
+
$calcite-color-neutral-blk-140: #6b6b6b;
|
|
21
|
+
$calcite-color-neutral-blk-150: #616161;
|
|
22
|
+
$calcite-color-neutral-blk-160: #545454;
|
|
23
23
|
$calcite-color-neutral-blk-170: #4a4a4a;
|
|
24
24
|
$calcite-color-neutral-blk-180: #404040;
|
|
25
|
-
$calcite-color-neutral-blk-190: #
|
|
25
|
+
$calcite-color-neutral-blk-190: #363636;
|
|
26
26
|
$calcite-color-neutral-blk-200: #2b2b2b;
|
|
27
|
-
$calcite-color-neutral-blk-210: #
|
|
28
|
-
$calcite-color-neutral-blk-220: #
|
|
29
|
-
$calcite-color-neutral-blk-230: #
|
|
30
|
-
$calcite-color-neutral-blk-235: #
|
|
27
|
+
$calcite-color-neutral-blk-210: #212121;
|
|
28
|
+
$calcite-color-neutral-blk-220: #141414;
|
|
29
|
+
$calcite-color-neutral-blk-230: #0a0a0a;
|
|
30
|
+
$calcite-color-neutral-blk-235: #050505;
|
|
31
31
|
$calcite-color-neutral-blk-240: #000000;
|
|
32
32
|
$calcite-color-low-saturation-blue-l-bb-010: #edf3f7;
|
|
33
33
|
$calcite-color-low-saturation-blue-l-bb-020: #d7e1e7;
|
package/dist/scss/dark.scss
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
// Calcite Design System
|
|
3
3
|
// Do not edit directly, this file was auto-generated.
|
|
4
4
|
|
|
5
|
-
$calcite-color-background: #
|
|
5
|
+
$calcite-color-background: #363636;
|
|
6
6
|
$calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
7
7
|
$calcite-color-foreground-1: #2b2b2b;
|
|
8
|
-
$calcite-color-foreground-2: #
|
|
9
|
-
$calcite-color-foreground-3: #
|
|
8
|
+
$calcite-color-foreground-2: #212121;
|
|
9
|
+
$calcite-color-foreground-3: #141414;
|
|
10
10
|
$calcite-color-foreground-current: #214155;
|
|
11
11
|
$calcite-color-transparent: rgba(255, 255, 255, 0);
|
|
12
12
|
$calcite-color-transparent-hover: rgba(255, 255, 255, 0.12);
|
|
@@ -31,17 +31,17 @@ $calcite-color-status-warning-press: #f5d000;
|
|
|
31
31
|
$calcite-color-status-danger: #fe583e;
|
|
32
32
|
$calcite-color-status-danger-hover: #ff0015;
|
|
33
33
|
$calcite-color-status-danger-press: #d90012;
|
|
34
|
-
$calcite-color-inverse: #
|
|
34
|
+
$calcite-color-inverse: #f7f7f7;
|
|
35
35
|
$calcite-color-inverse-hover: #ffffff;
|
|
36
|
-
$calcite-color-inverse-press: #
|
|
36
|
+
$calcite-color-inverse-press: #f2f2f2;
|
|
37
37
|
$calcite-color-text-1: #ffffff;
|
|
38
38
|
$calcite-color-text-2: #bfbfbf;
|
|
39
|
-
$calcite-color-text-3: #
|
|
40
|
-
$calcite-color-text-inverse: #
|
|
39
|
+
$calcite-color-text-3: #9e9e9e;
|
|
40
|
+
$calcite-color-text-inverse: #141414;
|
|
41
41
|
$calcite-color-text-link: #00a0ff;
|
|
42
|
-
$calcite-color-border-1: #
|
|
42
|
+
$calcite-color-border-1: #545454;
|
|
43
43
|
$calcite-color-border-2: #4a4a4a;
|
|
44
44
|
$calcite-color-border-3: #404040;
|
|
45
45
|
$calcite-color-border-input: #757575;
|
|
46
46
|
$calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
|
|
47
|
-
$calcite-color-border-white: #
|
|
47
|
+
$calcite-color-border-white: #f7f7f7;
|
package/dist/scss/index.scss
CHANGED
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
--calcite-color-border-white: #ffffff;
|
|
11
11
|
--calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
|
|
12
12
|
--calcite-color-border-input: #949494;
|
|
13
|
-
--calcite-color-border-3: #
|
|
13
|
+
--calcite-color-border-3: #dedede;
|
|
14
14
|
--calcite-color-border-2: #d4d4d4;
|
|
15
|
-
--calcite-color-border-1: #
|
|
15
|
+
--calcite-color-border-1: #c9c9c9;
|
|
16
16
|
--calcite-color-text-link: #00619b;
|
|
17
17
|
--calcite-color-text-inverse: #ffffff;
|
|
18
|
-
--calcite-color-text-3: #
|
|
18
|
+
--calcite-color-text-3: #6b6b6b;
|
|
19
19
|
--calcite-color-text-2: #4a4a4a;
|
|
20
|
-
--calcite-color-text-1: #
|
|
21
|
-
--calcite-color-inverse-press: #
|
|
20
|
+
--calcite-color-text-1: #141414;
|
|
21
|
+
--calcite-color-inverse-press: #212121;
|
|
22
22
|
--calcite-color-inverse-hover: #2b2b2b;
|
|
23
|
-
--calcite-color-inverse: #
|
|
23
|
+
--calcite-color-inverse: #363636;
|
|
24
24
|
--calcite-color-status-danger-press: #7c1d13;
|
|
25
25
|
--calcite-color-status-danger-hover: #a82b1e;
|
|
26
26
|
--calcite-color-status-danger: #d83020;
|
|
@@ -45,28 +45,28 @@
|
|
|
45
45
|
--calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
|
|
46
46
|
--calcite-color-transparent: rgba(0, 0, 0, 0);
|
|
47
47
|
--calcite-color-foreground-current: #c7eaff;
|
|
48
|
-
--calcite-color-foreground-3: #
|
|
49
|
-
--calcite-color-foreground-2: #
|
|
48
|
+
--calcite-color-foreground-3: #ebebeb;
|
|
49
|
+
--calcite-color-foreground-2: #f2f2f2;
|
|
50
50
|
--calcite-color-foreground-1: #ffffff;
|
|
51
51
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
52
|
-
--calcite-color-background: #
|
|
52
|
+
--calcite-color-background: #f7f7f7;
|
|
53
53
|
}
|
|
54
54
|
@mixin calcite-mode-dark {
|
|
55
55
|
--calcite-color-foreground-current: #214155;
|
|
56
|
-
--calcite-color-border-white: #
|
|
56
|
+
--calcite-color-border-white: #f7f7f7;
|
|
57
57
|
--calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
|
|
58
58
|
--calcite-color-border-input: #757575;
|
|
59
59
|
--calcite-color-border-3: #404040;
|
|
60
60
|
--calcite-color-border-2: #4a4a4a;
|
|
61
|
-
--calcite-color-border-1: #
|
|
61
|
+
--calcite-color-border-1: #545454;
|
|
62
62
|
--calcite-color-text-link: #00a0ff;
|
|
63
|
-
--calcite-color-text-inverse: #
|
|
64
|
-
--calcite-color-text-3: #
|
|
63
|
+
--calcite-color-text-inverse: #141414;
|
|
64
|
+
--calcite-color-text-3: #9e9e9e;
|
|
65
65
|
--calcite-color-text-2: #bfbfbf;
|
|
66
66
|
--calcite-color-text-1: #ffffff;
|
|
67
|
-
--calcite-color-inverse-press: #
|
|
67
|
+
--calcite-color-inverse-press: #f2f2f2;
|
|
68
68
|
--calcite-color-inverse-hover: #ffffff;
|
|
69
|
-
--calcite-color-inverse: #
|
|
69
|
+
--calcite-color-inverse: #f7f7f7;
|
|
70
70
|
--calcite-color-status-danger-press: #d90012;
|
|
71
71
|
--calcite-color-status-danger-hover: #ff0015;
|
|
72
72
|
--calcite-color-status-danger: #fe583e;
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
--calcite-color-transparent-press: rgba(255, 255, 255, 0.16);
|
|
91
91
|
--calcite-color-transparent-hover: rgba(255, 255, 255, 0.12);
|
|
92
92
|
--calcite-color-transparent: rgba(255, 255, 255, 0);
|
|
93
|
-
--calcite-color-foreground-3: #
|
|
94
|
-
--calcite-color-foreground-2: #
|
|
93
|
+
--calcite-color-foreground-3: #141414;
|
|
94
|
+
--calcite-color-foreground-2: #212121;
|
|
95
95
|
--calcite-color-foreground-1: #2b2b2b;
|
|
96
96
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
97
|
-
--calcite-color-background: #
|
|
97
|
+
--calcite-color-background: #363636;
|
|
98
98
|
}
|
package/dist/scss/light.scss
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
// Calcite Design System
|
|
3
3
|
// Do not edit directly, this file was auto-generated.
|
|
4
4
|
|
|
5
|
-
$calcite-color-background: #
|
|
5
|
+
$calcite-color-background: #f7f7f7;
|
|
6
6
|
$calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
7
7
|
$calcite-color-foreground-1: #ffffff;
|
|
8
|
-
$calcite-color-foreground-2: #
|
|
9
|
-
$calcite-color-foreground-3: #
|
|
8
|
+
$calcite-color-foreground-2: #f2f2f2;
|
|
9
|
+
$calcite-color-foreground-3: #ebebeb;
|
|
10
10
|
$calcite-color-foreground-current: #c7eaff;
|
|
11
11
|
$calcite-color-transparent: rgba(0, 0, 0, 0);
|
|
12
12
|
$calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
|
|
@@ -31,17 +31,17 @@ $calcite-color-status-warning-press: #bfa200;
|
|
|
31
31
|
$calcite-color-status-danger: #d83020;
|
|
32
32
|
$calcite-color-status-danger-hover: #a82b1e;
|
|
33
33
|
$calcite-color-status-danger-press: #7c1d13;
|
|
34
|
-
$calcite-color-inverse: #
|
|
34
|
+
$calcite-color-inverse: #363636;
|
|
35
35
|
$calcite-color-inverse-hover: #2b2b2b;
|
|
36
|
-
$calcite-color-inverse-press: #
|
|
37
|
-
$calcite-color-text-1: #
|
|
36
|
+
$calcite-color-inverse-press: #212121;
|
|
37
|
+
$calcite-color-text-1: #141414;
|
|
38
38
|
$calcite-color-text-2: #4a4a4a;
|
|
39
|
-
$calcite-color-text-3: #
|
|
39
|
+
$calcite-color-text-3: #6b6b6b;
|
|
40
40
|
$calcite-color-text-inverse: #ffffff;
|
|
41
41
|
$calcite-color-text-link: #00619b;
|
|
42
|
-
$calcite-color-border-1: #
|
|
42
|
+
$calcite-color-border-1: #c9c9c9;
|
|
43
43
|
$calcite-color-border-2: #d4d4d4;
|
|
44
|
-
$calcite-color-border-3: #
|
|
44
|
+
$calcite-color-border-3: #dedede;
|
|
45
45
|
$calcite-color-border-input: #949494;
|
|
46
46
|
$calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
|
|
47
47
|
$calcite-color-border-white: #ffffff;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "3.1.0-next.
|
|
3
|
+
"version": "3.1.0-next.1",
|
|
4
4
|
"description": "Esri's Calcite Design System Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Calcite",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"volta": {
|
|
43
43
|
"extends": "../../package.json"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "67b869e28a4b9ed11656bcd364c9e9038d015c4e"
|
|
46
46
|
}
|