@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/docs/light.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1745007321412,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
|
-
"value": "#
|
|
5
|
+
"value": "#f7f7f7",
|
|
6
6
|
"type": "color",
|
|
7
7
|
"attributes": {
|
|
8
8
|
"category": "color",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"key": "{semantic.color.foreground.1}"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
|
-
"value": "#
|
|
86
|
+
"value": "#f2f2f2",
|
|
87
87
|
"type": "color",
|
|
88
88
|
"attributes": {
|
|
89
89
|
"category": "color",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"key": "{semantic.color.foreground.2}"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"value": "#
|
|
113
|
+
"value": "#ebebeb",
|
|
114
114
|
"type": "color",
|
|
115
115
|
"attributes": {
|
|
116
116
|
"category": "color",
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
"key": "{semantic.color.status.danger.press}"
|
|
806
806
|
},
|
|
807
807
|
{
|
|
808
|
-
"value": "#
|
|
808
|
+
"value": "#363636",
|
|
809
809
|
"type": "color",
|
|
810
810
|
"attributes": {
|
|
811
811
|
"category": "color",
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
"key": "{semantic.color.inverse.hover}"
|
|
860
860
|
},
|
|
861
861
|
{
|
|
862
|
-
"value": "#
|
|
862
|
+
"value": "#212121",
|
|
863
863
|
"type": "color",
|
|
864
864
|
"attributes": {
|
|
865
865
|
"category": "color",
|
|
@@ -886,7 +886,7 @@
|
|
|
886
886
|
"key": "{semantic.color.inverse.press}"
|
|
887
887
|
},
|
|
888
888
|
{
|
|
889
|
-
"value": "#
|
|
889
|
+
"value": "#141414",
|
|
890
890
|
"type": "color",
|
|
891
891
|
"attributes": {
|
|
892
892
|
"category": "color",
|
|
@@ -940,7 +940,7 @@
|
|
|
940
940
|
"key": "{semantic.color.text.2}"
|
|
941
941
|
},
|
|
942
942
|
{
|
|
943
|
-
"value": "#
|
|
943
|
+
"value": "#6b6b6b",
|
|
944
944
|
"type": "color",
|
|
945
945
|
"attributes": {
|
|
946
946
|
"category": "color",
|
|
@@ -1021,7 +1021,7 @@
|
|
|
1021
1021
|
"key": "{semantic.color.text.link}"
|
|
1022
1022
|
},
|
|
1023
1023
|
{
|
|
1024
|
-
"value": "#
|
|
1024
|
+
"value": "#c9c9c9",
|
|
1025
1025
|
"type": "color",
|
|
1026
1026
|
"attributes": {
|
|
1027
1027
|
"category": "color",
|
|
@@ -1075,7 +1075,7 @@
|
|
|
1075
1075
|
"key": "{semantic.color.border.2}"
|
|
1076
1076
|
},
|
|
1077
1077
|
{
|
|
1078
|
-
"value": "#
|
|
1078
|
+
"value": "#dedede",
|
|
1079
1079
|
"type": "color",
|
|
1080
1080
|
"attributes": {
|
|
1081
1081
|
"category": "color",
|
package/dist/docs/semantic.json
CHANGED
package/dist/es6/core.js
CHANGED
|
@@ -4,31 +4,31 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const calciteColorNeutralBlk000 = "#ffffff";
|
|
7
|
-
export const calciteColorNeutralBlk005 = "#
|
|
8
|
-
export const calciteColorNeutralBlk010 = "#
|
|
9
|
-
export const calciteColorNeutralBlk020 = "#
|
|
10
|
-
export const calciteColorNeutralBlk030 = "#
|
|
7
|
+
export const calciteColorNeutralBlk005 = "#f7f7f7";
|
|
8
|
+
export const calciteColorNeutralBlk010 = "#f2f2f2";
|
|
9
|
+
export const calciteColorNeutralBlk020 = "#ebebeb";
|
|
10
|
+
export const calciteColorNeutralBlk030 = "#dedede";
|
|
11
11
|
export const calciteColorNeutralBlk040 = "#d4d4d4";
|
|
12
|
-
export const calciteColorNeutralBlk050 = "#
|
|
12
|
+
export const calciteColorNeutralBlk050 = "#c9c9c9";
|
|
13
13
|
export const calciteColorNeutralBlk060 = "#bfbfbf";
|
|
14
14
|
export const calciteColorNeutralBlk070 = "#b5b5b5";
|
|
15
|
-
export const calciteColorNeutralBlk080 = "#
|
|
16
|
-
export const calciteColorNeutralBlk090 = "#
|
|
15
|
+
export const calciteColorNeutralBlk080 = "#ababab";
|
|
16
|
+
export const calciteColorNeutralBlk090 = "#9e9e9e";
|
|
17
17
|
export const calciteColorNeutralBlk100 = "#949494";
|
|
18
18
|
export const calciteColorNeutralBlk110 = "#8a8a8a";
|
|
19
19
|
export const calciteColorNeutralBlk120 = "#808080";
|
|
20
20
|
export const calciteColorNeutralBlk130 = "#757575";
|
|
21
|
-
export const calciteColorNeutralBlk140 = "#
|
|
22
|
-
export const calciteColorNeutralBlk150 = "#
|
|
23
|
-
export const calciteColorNeutralBlk160 = "#
|
|
21
|
+
export const calciteColorNeutralBlk140 = "#6b6b6b";
|
|
22
|
+
export const calciteColorNeutralBlk150 = "#616161";
|
|
23
|
+
export const calciteColorNeutralBlk160 = "#545454";
|
|
24
24
|
export const calciteColorNeutralBlk170 = "#4a4a4a";
|
|
25
25
|
export const calciteColorNeutralBlk180 = "#404040";
|
|
26
|
-
export const calciteColorNeutralBlk190 = "#
|
|
26
|
+
export const calciteColorNeutralBlk190 = "#363636";
|
|
27
27
|
export const calciteColorNeutralBlk200 = "#2b2b2b";
|
|
28
|
-
export const calciteColorNeutralBlk210 = "#
|
|
29
|
-
export const calciteColorNeutralBlk220 = "#
|
|
30
|
-
export const calciteColorNeutralBlk230 = "#
|
|
31
|
-
export const calciteColorNeutralBlk235 = "#
|
|
28
|
+
export const calciteColorNeutralBlk210 = "#212121";
|
|
29
|
+
export const calciteColorNeutralBlk220 = "#141414";
|
|
30
|
+
export const calciteColorNeutralBlk230 = "#0a0a0a";
|
|
31
|
+
export const calciteColorNeutralBlk235 = "#050505";
|
|
32
32
|
export const calciteColorNeutralBlk240 = "#000000";
|
|
33
33
|
export const calciteColorLowSaturationBlueLBb010 = "#edf3f7";
|
|
34
34
|
export const calciteColorLowSaturationBlueLBb020 = "#d7e1e7";
|
package/dist/es6/dark.js
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
* Do not edit directly, this file was auto-generated.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export const calciteColorBackground = "#
|
|
6
|
+
export const calciteColorBackground = "#363636";
|
|
7
7
|
export const calciteColorBackgroundNone = "rgba(255, 255, 255, 0)";
|
|
8
8
|
export const calciteColorForeground1 = "#2b2b2b";
|
|
9
|
-
export const calciteColorForeground2 = "#
|
|
10
|
-
export const calciteColorForeground3 = "#
|
|
9
|
+
export const calciteColorForeground2 = "#212121";
|
|
10
|
+
export const calciteColorForeground3 = "#141414";
|
|
11
11
|
export const calciteColorForegroundCurrent = "#214155";
|
|
12
12
|
export const calciteColorTransparent = "rgba(255, 255, 255, 0)";
|
|
13
13
|
export const calciteColorTransparentHover = "rgba(255, 255, 255, 0.12)";
|
|
@@ -32,17 +32,17 @@ export const calciteColorStatusWarningPress = "#f5d000";
|
|
|
32
32
|
export const calciteColorStatusDanger = "#fe583e";
|
|
33
33
|
export const calciteColorStatusDangerHover = "#ff0015";
|
|
34
34
|
export const calciteColorStatusDangerPress = "#d90012";
|
|
35
|
-
export const calciteColorInverse = "#
|
|
35
|
+
export const calciteColorInverse = "#f7f7f7";
|
|
36
36
|
export const calciteColorInverseHover = "#ffffff";
|
|
37
|
-
export const calciteColorInversePress = "#
|
|
37
|
+
export const calciteColorInversePress = "#f2f2f2";
|
|
38
38
|
export const calciteColorText1 = "#ffffff";
|
|
39
39
|
export const calciteColorText2 = "#bfbfbf";
|
|
40
|
-
export const calciteColorText3 = "#
|
|
41
|
-
export const calciteColorTextInverse = "#
|
|
40
|
+
export const calciteColorText3 = "#9e9e9e";
|
|
41
|
+
export const calciteColorTextInverse = "#141414";
|
|
42
42
|
export const calciteColorTextLink = "#00a0ff";
|
|
43
|
-
export const calciteColorBorder1 = "#
|
|
43
|
+
export const calciteColorBorder1 = "#545454";
|
|
44
44
|
export const calciteColorBorder2 = "#4a4a4a";
|
|
45
45
|
export const calciteColorBorder3 = "#404040";
|
|
46
46
|
export const calciteColorBorderInput = "#757575";
|
|
47
47
|
export const calciteColorBorderGhost = "rgba(117, 117, 117, 0.3)";
|
|
48
|
-
export const calciteColorBorderWhite = "#
|
|
48
|
+
export const calciteColorBorderWhite = "#f7f7f7";
|
package/dist/es6/global.js
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
export const calciteColorBackground = { light: "#
|
|
7
|
+
export const calciteColorBackground = { light: "#f7f7f7", dark: "#363636" };
|
|
8
8
|
export const calciteColorBackgroundNone = "rgba(255, 255, 255, 0)";
|
|
9
9
|
export const calciteColorForeground1 = { light: "#ffffff", dark: "#2b2b2b" };
|
|
10
|
-
export const calciteColorForeground2 = { light: "#
|
|
11
|
-
export const calciteColorForeground3 = { light: "#
|
|
10
|
+
export const calciteColorForeground2 = { light: "#f2f2f2", dark: "#212121" };
|
|
11
|
+
export const calciteColorForeground3 = { light: "#ebebeb", dark: "#141414" };
|
|
12
12
|
export const calciteColorForegroundCurrent = {
|
|
13
13
|
light: "#c7eaff",
|
|
14
14
|
dark: "#214155",
|
|
@@ -84,23 +84,23 @@ export const calciteColorStatusDangerPress = {
|
|
|
84
84
|
light: "#7c1d13",
|
|
85
85
|
dark: "#d90012",
|
|
86
86
|
};
|
|
87
|
-
export const calciteColorInverse = { light: "#
|
|
87
|
+
export const calciteColorInverse = { light: "#363636", dark: "#f7f7f7" };
|
|
88
88
|
export const calciteColorInverseHover = { light: "#2b2b2b", dark: "#ffffff" };
|
|
89
|
-
export const calciteColorInversePress = { light: "#
|
|
90
|
-
export const calciteColorText1 = { light: "#
|
|
89
|
+
export const calciteColorInversePress = { light: "#212121", dark: "#f2f2f2" };
|
|
90
|
+
export const calciteColorText1 = { light: "#141414", dark: "#ffffff" };
|
|
91
91
|
export const calciteColorText2 = { light: "#4a4a4a", dark: "#bfbfbf" };
|
|
92
|
-
export const calciteColorText3 = { light: "#
|
|
93
|
-
export const calciteColorTextInverse = { light: "#ffffff", dark: "#
|
|
92
|
+
export const calciteColorText3 = { light: "#6b6b6b", dark: "#9e9e9e" };
|
|
93
|
+
export const calciteColorTextInverse = { light: "#ffffff", dark: "#141414" };
|
|
94
94
|
export const calciteColorTextLink = { light: "#00619b", dark: "#00a0ff" };
|
|
95
|
-
export const calciteColorBorder1 = { light: "#
|
|
95
|
+
export const calciteColorBorder1 = { light: "#c9c9c9", dark: "#545454" };
|
|
96
96
|
export const calciteColorBorder2 = { light: "#d4d4d4", dark: "#4a4a4a" };
|
|
97
|
-
export const calciteColorBorder3 = { light: "#
|
|
97
|
+
export const calciteColorBorder3 = { light: "#dedede", dark: "#404040" };
|
|
98
98
|
export const calciteColorBorderInput = { light: "#949494", dark: "#757575" };
|
|
99
99
|
export const calciteColorBorderGhost = {
|
|
100
100
|
light: "rgba(0, 0, 0, 0.3)",
|
|
101
101
|
dark: "rgba(117, 117, 117, 0.3)",
|
|
102
102
|
};
|
|
103
|
-
export const calciteColorBorderWhite = { light: "#ffffff", dark: "#
|
|
103
|
+
export const calciteColorBorderWhite = { light: "#ffffff", dark: "#f7f7f7" };
|
|
104
104
|
export const calciteBorderWidthNone = "0";
|
|
105
105
|
export const calciteBorderWidthSm = "1px";
|
|
106
106
|
export const calciteBorderWidthMd = "2px";
|
package/dist/es6/light.js
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
* Do not edit directly, this file was auto-generated.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export const calciteColorBackground = "#
|
|
6
|
+
export const calciteColorBackground = "#f7f7f7";
|
|
7
7
|
export const calciteColorBackgroundNone = "rgba(255, 255, 255, 0)";
|
|
8
8
|
export const calciteColorForeground1 = "#ffffff";
|
|
9
|
-
export const calciteColorForeground2 = "#
|
|
10
|
-
export const calciteColorForeground3 = "#
|
|
9
|
+
export const calciteColorForeground2 = "#f2f2f2";
|
|
10
|
+
export const calciteColorForeground3 = "#ebebeb";
|
|
11
11
|
export const calciteColorForegroundCurrent = "#c7eaff";
|
|
12
12
|
export const calciteColorTransparent = "rgba(0, 0, 0, 0)";
|
|
13
13
|
export const calciteColorTransparentHover = "rgba(0, 0, 0, 0.04)";
|
|
@@ -32,17 +32,17 @@ export const calciteColorStatusWarningPress = "#bfa200";
|
|
|
32
32
|
export const calciteColorStatusDanger = "#d83020";
|
|
33
33
|
export const calciteColorStatusDangerHover = "#a82b1e";
|
|
34
34
|
export const calciteColorStatusDangerPress = "#7c1d13";
|
|
35
|
-
export const calciteColorInverse = "#
|
|
35
|
+
export const calciteColorInverse = "#363636";
|
|
36
36
|
export const calciteColorInverseHover = "#2b2b2b";
|
|
37
|
-
export const calciteColorInversePress = "#
|
|
38
|
-
export const calciteColorText1 = "#
|
|
37
|
+
export const calciteColorInversePress = "#212121";
|
|
38
|
+
export const calciteColorText1 = "#141414";
|
|
39
39
|
export const calciteColorText2 = "#4a4a4a";
|
|
40
|
-
export const calciteColorText3 = "#
|
|
40
|
+
export const calciteColorText3 = "#6b6b6b";
|
|
41
41
|
export const calciteColorTextInverse = "#ffffff";
|
|
42
42
|
export const calciteColorTextLink = "#00619b";
|
|
43
|
-
export const calciteColorBorder1 = "#
|
|
43
|
+
export const calciteColorBorder1 = "#c9c9c9";
|
|
44
44
|
export const calciteColorBorder2 = "#d4d4d4";
|
|
45
|
-
export const calciteColorBorder3 = "#
|
|
45
|
+
export const calciteColorBorder3 = "#dedede";
|
|
46
46
|
export const calciteColorBorderInput = "#949494";
|
|
47
47
|
export const calciteColorBorderGhost = "rgba(0, 0, 0, 0.3)";
|
|
48
48
|
export const calciteColorBorderWhite = "#ffffff";
|
package/dist/js/core.js
CHANGED
|
@@ -42,7 +42,7 @@ export default {
|
|
|
42
42
|
key: "{core.color.neutral.blk-000}",
|
|
43
43
|
},
|
|
44
44
|
"blk-005": {
|
|
45
|
-
value: "#
|
|
45
|
+
value: "#f7f7f7",
|
|
46
46
|
type: "color",
|
|
47
47
|
attributes: {
|
|
48
48
|
category: "color",
|
|
@@ -65,7 +65,7 @@ export default {
|
|
|
65
65
|
filePath: "src/tokens/core/color.json",
|
|
66
66
|
isSource: false,
|
|
67
67
|
original: {
|
|
68
|
-
value: "#
|
|
68
|
+
value: "#f7f7f7",
|
|
69
69
|
type: "color",
|
|
70
70
|
attributes: {
|
|
71
71
|
category: "color",
|
|
@@ -76,7 +76,7 @@ export default {
|
|
|
76
76
|
key: "{core.color.neutral.blk-005}",
|
|
77
77
|
},
|
|
78
78
|
"blk-010": {
|
|
79
|
-
value: "#
|
|
79
|
+
value: "#f2f2f2",
|
|
80
80
|
type: "color",
|
|
81
81
|
attributes: {
|
|
82
82
|
category: "color",
|
|
@@ -99,7 +99,7 @@ export default {
|
|
|
99
99
|
filePath: "src/tokens/core/color.json",
|
|
100
100
|
isSource: false,
|
|
101
101
|
original: {
|
|
102
|
-
value: "#
|
|
102
|
+
value: "#f2f2f2",
|
|
103
103
|
type: "color",
|
|
104
104
|
attributes: {
|
|
105
105
|
category: "color",
|
|
@@ -110,7 +110,7 @@ export default {
|
|
|
110
110
|
key: "{core.color.neutral.blk-010}",
|
|
111
111
|
},
|
|
112
112
|
"blk-020": {
|
|
113
|
-
value: "#
|
|
113
|
+
value: "#ebebeb",
|
|
114
114
|
type: "color",
|
|
115
115
|
attributes: {
|
|
116
116
|
category: "color",
|
|
@@ -133,7 +133,7 @@ export default {
|
|
|
133
133
|
filePath: "src/tokens/core/color.json",
|
|
134
134
|
isSource: false,
|
|
135
135
|
original: {
|
|
136
|
-
value: "#
|
|
136
|
+
value: "#ebebeb",
|
|
137
137
|
type: "color",
|
|
138
138
|
attributes: {
|
|
139
139
|
category: "color",
|
|
@@ -144,7 +144,7 @@ export default {
|
|
|
144
144
|
key: "{core.color.neutral.blk-020}",
|
|
145
145
|
},
|
|
146
146
|
"blk-030": {
|
|
147
|
-
value: "#
|
|
147
|
+
value: "#dedede",
|
|
148
148
|
type: "color",
|
|
149
149
|
attributes: {
|
|
150
150
|
category: "color",
|
|
@@ -167,7 +167,7 @@ export default {
|
|
|
167
167
|
filePath: "src/tokens/core/color.json",
|
|
168
168
|
isSource: false,
|
|
169
169
|
original: {
|
|
170
|
-
value: "#
|
|
170
|
+
value: "#dedede",
|
|
171
171
|
type: "color",
|
|
172
172
|
attributes: {
|
|
173
173
|
category: "color",
|
|
@@ -212,7 +212,7 @@ export default {
|
|
|
212
212
|
key: "{core.color.neutral.blk-040}",
|
|
213
213
|
},
|
|
214
214
|
"blk-050": {
|
|
215
|
-
value: "#
|
|
215
|
+
value: "#c9c9c9",
|
|
216
216
|
type: "color",
|
|
217
217
|
attributes: {
|
|
218
218
|
category: "color",
|
|
@@ -235,7 +235,7 @@ export default {
|
|
|
235
235
|
filePath: "src/tokens/core/color.json",
|
|
236
236
|
isSource: false,
|
|
237
237
|
original: {
|
|
238
|
-
value: "#
|
|
238
|
+
value: "#c9c9c9",
|
|
239
239
|
type: "color",
|
|
240
240
|
attributes: {
|
|
241
241
|
category: "color",
|
|
@@ -314,7 +314,7 @@ export default {
|
|
|
314
314
|
key: "{core.color.neutral.blk-070}",
|
|
315
315
|
},
|
|
316
316
|
"blk-080": {
|
|
317
|
-
value: "#
|
|
317
|
+
value: "#ababab",
|
|
318
318
|
type: "color",
|
|
319
319
|
attributes: {
|
|
320
320
|
category: "color",
|
|
@@ -337,7 +337,7 @@ export default {
|
|
|
337
337
|
filePath: "src/tokens/core/color.json",
|
|
338
338
|
isSource: false,
|
|
339
339
|
original: {
|
|
340
|
-
value: "#
|
|
340
|
+
value: "#ababab",
|
|
341
341
|
type: "color",
|
|
342
342
|
attributes: {
|
|
343
343
|
category: "color",
|
|
@@ -348,7 +348,7 @@ export default {
|
|
|
348
348
|
key: "{core.color.neutral.blk-080}",
|
|
349
349
|
},
|
|
350
350
|
"blk-090": {
|
|
351
|
-
value: "#
|
|
351
|
+
value: "#9e9e9e",
|
|
352
352
|
type: "color",
|
|
353
353
|
attributes: {
|
|
354
354
|
category: "color",
|
|
@@ -371,7 +371,7 @@ export default {
|
|
|
371
371
|
filePath: "src/tokens/core/color.json",
|
|
372
372
|
isSource: false,
|
|
373
373
|
original: {
|
|
374
|
-
value: "#
|
|
374
|
+
value: "#9e9e9e",
|
|
375
375
|
type: "color",
|
|
376
376
|
attributes: {
|
|
377
377
|
category: "color",
|
|
@@ -518,7 +518,7 @@ export default {
|
|
|
518
518
|
key: "{core.color.neutral.blk-130}",
|
|
519
519
|
},
|
|
520
520
|
"blk-140": {
|
|
521
|
-
value: "#
|
|
521
|
+
value: "#6b6b6b",
|
|
522
522
|
type: "color",
|
|
523
523
|
attributes: {
|
|
524
524
|
category: "color",
|
|
@@ -541,7 +541,7 @@ export default {
|
|
|
541
541
|
filePath: "src/tokens/core/color.json",
|
|
542
542
|
isSource: false,
|
|
543
543
|
original: {
|
|
544
|
-
value: "#
|
|
544
|
+
value: "#6b6b6b",
|
|
545
545
|
type: "color",
|
|
546
546
|
attributes: {
|
|
547
547
|
category: "color",
|
|
@@ -552,7 +552,7 @@ export default {
|
|
|
552
552
|
key: "{core.color.neutral.blk-140}",
|
|
553
553
|
},
|
|
554
554
|
"blk-150": {
|
|
555
|
-
value: "#
|
|
555
|
+
value: "#616161",
|
|
556
556
|
type: "color",
|
|
557
557
|
attributes: {
|
|
558
558
|
category: "color",
|
|
@@ -575,7 +575,7 @@ export default {
|
|
|
575
575
|
filePath: "src/tokens/core/color.json",
|
|
576
576
|
isSource: false,
|
|
577
577
|
original: {
|
|
578
|
-
value: "#
|
|
578
|
+
value: "#616161",
|
|
579
579
|
type: "color",
|
|
580
580
|
attributes: {
|
|
581
581
|
category: "color",
|
|
@@ -586,7 +586,7 @@ export default {
|
|
|
586
586
|
key: "{core.color.neutral.blk-150}",
|
|
587
587
|
},
|
|
588
588
|
"blk-160": {
|
|
589
|
-
value: "#
|
|
589
|
+
value: "#545454",
|
|
590
590
|
type: "color",
|
|
591
591
|
attributes: {
|
|
592
592
|
category: "color",
|
|
@@ -609,7 +609,7 @@ export default {
|
|
|
609
609
|
filePath: "src/tokens/core/color.json",
|
|
610
610
|
isSource: false,
|
|
611
611
|
original: {
|
|
612
|
-
value: "#
|
|
612
|
+
value: "#545454",
|
|
613
613
|
type: "color",
|
|
614
614
|
attributes: {
|
|
615
615
|
category: "color",
|
|
@@ -688,7 +688,7 @@ export default {
|
|
|
688
688
|
key: "{core.color.neutral.blk-180}",
|
|
689
689
|
},
|
|
690
690
|
"blk-190": {
|
|
691
|
-
value: "#
|
|
691
|
+
value: "#363636",
|
|
692
692
|
type: "color",
|
|
693
693
|
attributes: {
|
|
694
694
|
category: "color",
|
|
@@ -711,7 +711,7 @@ export default {
|
|
|
711
711
|
filePath: "src/tokens/core/color.json",
|
|
712
712
|
isSource: false,
|
|
713
713
|
original: {
|
|
714
|
-
value: "#
|
|
714
|
+
value: "#363636",
|
|
715
715
|
type: "color",
|
|
716
716
|
attributes: {
|
|
717
717
|
category: "color",
|
|
@@ -756,7 +756,7 @@ export default {
|
|
|
756
756
|
key: "{core.color.neutral.blk-200}",
|
|
757
757
|
},
|
|
758
758
|
"blk-210": {
|
|
759
|
-
value: "#
|
|
759
|
+
value: "#212121",
|
|
760
760
|
type: "color",
|
|
761
761
|
attributes: {
|
|
762
762
|
category: "color",
|
|
@@ -779,7 +779,7 @@ export default {
|
|
|
779
779
|
filePath: "src/tokens/core/color.json",
|
|
780
780
|
isSource: false,
|
|
781
781
|
original: {
|
|
782
|
-
value: "#
|
|
782
|
+
value: "#212121",
|
|
783
783
|
type: "color",
|
|
784
784
|
attributes: {
|
|
785
785
|
category: "color",
|
|
@@ -790,7 +790,7 @@ export default {
|
|
|
790
790
|
key: "{core.color.neutral.blk-210}",
|
|
791
791
|
},
|
|
792
792
|
"blk-220": {
|
|
793
|
-
value: "#
|
|
793
|
+
value: "#141414",
|
|
794
794
|
type: "color",
|
|
795
795
|
attributes: {
|
|
796
796
|
category: "color",
|
|
@@ -813,7 +813,7 @@ export default {
|
|
|
813
813
|
filePath: "src/tokens/core/color.json",
|
|
814
814
|
isSource: false,
|
|
815
815
|
original: {
|
|
816
|
-
value: "#
|
|
816
|
+
value: "#141414",
|
|
817
817
|
type: "color",
|
|
818
818
|
attributes: {
|
|
819
819
|
category: "color",
|
|
@@ -824,7 +824,7 @@ export default {
|
|
|
824
824
|
key: "{core.color.neutral.blk-220}",
|
|
825
825
|
},
|
|
826
826
|
"blk-230": {
|
|
827
|
-
value: "#
|
|
827
|
+
value: "#0a0a0a",
|
|
828
828
|
type: "color",
|
|
829
829
|
attributes: {
|
|
830
830
|
category: "color",
|
|
@@ -847,7 +847,7 @@ export default {
|
|
|
847
847
|
filePath: "src/tokens/core/color.json",
|
|
848
848
|
isSource: false,
|
|
849
849
|
original: {
|
|
850
|
-
value: "#
|
|
850
|
+
value: "#0a0a0a",
|
|
851
851
|
type: "color",
|
|
852
852
|
attributes: {
|
|
853
853
|
category: "color",
|
|
@@ -858,7 +858,7 @@ export default {
|
|
|
858
858
|
key: "{core.color.neutral.blk-230}",
|
|
859
859
|
},
|
|
860
860
|
"blk-235": {
|
|
861
|
-
value: "#
|
|
861
|
+
value: "#050505",
|
|
862
862
|
type: "color",
|
|
863
863
|
attributes: {
|
|
864
864
|
category: "color",
|
|
@@ -881,7 +881,7 @@ export default {
|
|
|
881
881
|
filePath: "src/tokens/core/color.json",
|
|
882
882
|
isSource: false,
|
|
883
883
|
original: {
|
|
884
|
-
value: "#
|
|
884
|
+
value: "#050505",
|
|
885
885
|
type: "color",
|
|
886
886
|
attributes: {
|
|
887
887
|
category: "color",
|
package/dist/js/dark.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
color: {
|
|
9
9
|
background: {
|
|
10
10
|
default: {
|
|
11
|
-
value: "#
|
|
11
|
+
value: "#363636",
|
|
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: "#212121",
|
|
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: "#141414",
|
|
150
150
|
type: "color",
|
|
151
151
|
attributes: {
|
|
152
152
|
category: "color",
|
|
@@ -1036,7 +1036,7 @@ export default {
|
|
|
1036
1036
|
},
|
|
1037
1037
|
inverse: {
|
|
1038
1038
|
default: {
|
|
1039
|
-
value: "#
|
|
1039
|
+
value: "#f7f7f7",
|
|
1040
1040
|
type: "color",
|
|
1041
1041
|
attributes: {
|
|
1042
1042
|
category: "color",
|
|
@@ -1104,7 +1104,7 @@ export default {
|
|
|
1104
1104
|
key: "{semantic.color.inverse.hover}",
|
|
1105
1105
|
},
|
|
1106
1106
|
press: {
|
|
1107
|
-
value: "#
|
|
1107
|
+
value: "#f2f2f2",
|
|
1108
1108
|
type: "color",
|
|
1109
1109
|
attributes: {
|
|
1110
1110
|
category: "color",
|
|
@@ -1208,7 +1208,7 @@ export default {
|
|
|
1208
1208
|
key: "{semantic.color.text.2}",
|
|
1209
1209
|
},
|
|
1210
1210
|
3: {
|
|
1211
|
-
value: "#
|
|
1211
|
+
value: "#9e9e9e",
|
|
1212
1212
|
type: "color",
|
|
1213
1213
|
attributes: {
|
|
1214
1214
|
category: "color",
|
|
@@ -1242,7 +1242,7 @@ export default {
|
|
|
1242
1242
|
key: "{semantic.color.text.3}",
|
|
1243
1243
|
},
|
|
1244
1244
|
inverse: {
|
|
1245
|
-
value: "#
|
|
1245
|
+
value: "#141414",
|
|
1246
1246
|
type: "color",
|
|
1247
1247
|
attributes: {
|
|
1248
1248
|
category: "color",
|
|
@@ -1312,7 +1312,7 @@ export default {
|
|
|
1312
1312
|
},
|
|
1313
1313
|
border: {
|
|
1314
1314
|
1: {
|
|
1315
|
-
value: "#
|
|
1315
|
+
value: "#545454",
|
|
1316
1316
|
type: "color",
|
|
1317
1317
|
attributes: {
|
|
1318
1318
|
category: "color",
|
|
@@ -1482,7 +1482,7 @@ export default {
|
|
|
1482
1482
|
key: "{semantic.color.border.ghost}",
|
|
1483
1483
|
},
|
|
1484
1484
|
white: {
|
|
1485
|
-
value: "#
|
|
1485
|
+
value: "#f7f7f7",
|
|
1486
1486
|
type: "color",
|
|
1487
1487
|
attributes: {
|
|
1488
1488
|
category: "color",
|