@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/css/core.css
CHANGED
|
@@ -5,31 +5,31 @@
|
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
7
|
--calcite-color-neutral-blk-000: #ffffff;
|
|
8
|
-
--calcite-color-neutral-blk-005: #
|
|
9
|
-
--calcite-color-neutral-blk-010: #
|
|
10
|
-
--calcite-color-neutral-blk-020: #
|
|
11
|
-
--calcite-color-neutral-blk-030: #
|
|
8
|
+
--calcite-color-neutral-blk-005: #f7f7f7;
|
|
9
|
+
--calcite-color-neutral-blk-010: #f2f2f2;
|
|
10
|
+
--calcite-color-neutral-blk-020: #ebebeb;
|
|
11
|
+
--calcite-color-neutral-blk-030: #dedede;
|
|
12
12
|
--calcite-color-neutral-blk-040: #d4d4d4;
|
|
13
|
-
--calcite-color-neutral-blk-050: #
|
|
13
|
+
--calcite-color-neutral-blk-050: #c9c9c9;
|
|
14
14
|
--calcite-color-neutral-blk-060: #bfbfbf;
|
|
15
15
|
--calcite-color-neutral-blk-070: #b5b5b5;
|
|
16
|
-
--calcite-color-neutral-blk-080: #
|
|
17
|
-
--calcite-color-neutral-blk-090: #
|
|
16
|
+
--calcite-color-neutral-blk-080: #ababab;
|
|
17
|
+
--calcite-color-neutral-blk-090: #9e9e9e;
|
|
18
18
|
--calcite-color-neutral-blk-100: #949494;
|
|
19
19
|
--calcite-color-neutral-blk-110: #8a8a8a;
|
|
20
20
|
--calcite-color-neutral-blk-120: #808080;
|
|
21
21
|
--calcite-color-neutral-blk-130: #757575;
|
|
22
|
-
--calcite-color-neutral-blk-140: #
|
|
23
|
-
--calcite-color-neutral-blk-150: #
|
|
24
|
-
--calcite-color-neutral-blk-160: #
|
|
22
|
+
--calcite-color-neutral-blk-140: #6b6b6b;
|
|
23
|
+
--calcite-color-neutral-blk-150: #616161;
|
|
24
|
+
--calcite-color-neutral-blk-160: #545454;
|
|
25
25
|
--calcite-color-neutral-blk-170: #4a4a4a;
|
|
26
26
|
--calcite-color-neutral-blk-180: #404040;
|
|
27
|
-
--calcite-color-neutral-blk-190: #
|
|
27
|
+
--calcite-color-neutral-blk-190: #363636;
|
|
28
28
|
--calcite-color-neutral-blk-200: #2b2b2b;
|
|
29
|
-
--calcite-color-neutral-blk-210: #
|
|
30
|
-
--calcite-color-neutral-blk-220: #
|
|
31
|
-
--calcite-color-neutral-blk-230: #
|
|
32
|
-
--calcite-color-neutral-blk-235: #
|
|
29
|
+
--calcite-color-neutral-blk-210: #212121;
|
|
30
|
+
--calcite-color-neutral-blk-220: #141414;
|
|
31
|
+
--calcite-color-neutral-blk-230: #0a0a0a;
|
|
32
|
+
--calcite-color-neutral-blk-235: #050505;
|
|
33
33
|
--calcite-color-neutral-blk-240: #000000;
|
|
34
34
|
--calcite-color-low-saturation-blue-l-bb-010: #edf3f7;
|
|
35
35
|
--calcite-color-low-saturation-blue-l-bb-020: #d7e1e7;
|
package/dist/css/dark.css
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
|
-
--calcite-color-background: #
|
|
7
|
+
--calcite-color-background: #363636;
|
|
8
8
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
9
9
|
--calcite-color-foreground-1: #2b2b2b;
|
|
10
|
-
--calcite-color-foreground-2: #
|
|
11
|
-
--calcite-color-foreground-3: #
|
|
10
|
+
--calcite-color-foreground-2: #212121;
|
|
11
|
+
--calcite-color-foreground-3: #141414;
|
|
12
12
|
--calcite-color-foreground-current: #214155;
|
|
13
13
|
--calcite-color-transparent: rgba(255, 255, 255, 0);
|
|
14
14
|
--calcite-color-transparent-hover: rgba(255, 255, 255, 0.12);
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
--calcite-color-status-danger: #fe583e;
|
|
34
34
|
--calcite-color-status-danger-hover: #ff0015;
|
|
35
35
|
--calcite-color-status-danger-press: #d90012;
|
|
36
|
-
--calcite-color-inverse: #
|
|
36
|
+
--calcite-color-inverse: #f7f7f7;
|
|
37
37
|
--calcite-color-inverse-hover: #ffffff;
|
|
38
|
-
--calcite-color-inverse-press: #
|
|
38
|
+
--calcite-color-inverse-press: #f2f2f2;
|
|
39
39
|
--calcite-color-text-1: #ffffff;
|
|
40
40
|
--calcite-color-text-2: #bfbfbf;
|
|
41
|
-
--calcite-color-text-3: #
|
|
42
|
-
--calcite-color-text-inverse: #
|
|
41
|
+
--calcite-color-text-3: #9e9e9e;
|
|
42
|
+
--calcite-color-text-inverse: #141414;
|
|
43
43
|
--calcite-color-text-link: #00a0ff;
|
|
44
|
-
--calcite-color-border-1: #
|
|
44
|
+
--calcite-color-border-1: #545454;
|
|
45
45
|
--calcite-color-border-2: #4a4a4a;
|
|
46
46
|
--calcite-color-border-3: #404040;
|
|
47
47
|
--calcite-color-border-input: #757575;
|
|
48
48
|
--calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
|
|
49
|
-
--calcite-color-border-white: #
|
|
49
|
+
--calcite-color-border-white: #f7f7f7;
|
|
50
50
|
}
|
package/dist/css/index.css
CHANGED
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
--calcite-color-border-white: #ffffff;
|
|
10
10
|
--calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
|
|
11
11
|
--calcite-color-border-input: #949494;
|
|
12
|
-
--calcite-color-border-3: #
|
|
12
|
+
--calcite-color-border-3: #dedede;
|
|
13
13
|
--calcite-color-border-2: #d4d4d4;
|
|
14
|
-
--calcite-color-border-1: #
|
|
14
|
+
--calcite-color-border-1: #c9c9c9;
|
|
15
15
|
--calcite-color-text-link: #00619b;
|
|
16
16
|
--calcite-color-text-inverse: #ffffff;
|
|
17
|
-
--calcite-color-text-3: #
|
|
17
|
+
--calcite-color-text-3: #6b6b6b;
|
|
18
18
|
--calcite-color-text-2: #4a4a4a;
|
|
19
|
-
--calcite-color-text-1: #
|
|
20
|
-
--calcite-color-inverse-press: #
|
|
19
|
+
--calcite-color-text-1: #141414;
|
|
20
|
+
--calcite-color-inverse-press: #212121;
|
|
21
21
|
--calcite-color-inverse-hover: #2b2b2b;
|
|
22
|
-
--calcite-color-inverse: #
|
|
22
|
+
--calcite-color-inverse: #363636;
|
|
23
23
|
--calcite-color-status-danger-press: #7c1d13;
|
|
24
24
|
--calcite-color-status-danger-hover: #a82b1e;
|
|
25
25
|
--calcite-color-status-danger: #d83020;
|
|
@@ -44,28 +44,28 @@
|
|
|
44
44
|
--calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
|
|
45
45
|
--calcite-color-transparent: rgba(0, 0, 0, 0);
|
|
46
46
|
--calcite-color-foreground-current: #c7eaff;
|
|
47
|
-
--calcite-color-foreground-3: #
|
|
48
|
-
--calcite-color-foreground-2: #
|
|
47
|
+
--calcite-color-foreground-3: #ebebeb;
|
|
48
|
+
--calcite-color-foreground-2: #f2f2f2;
|
|
49
49
|
--calcite-color-foreground-1: #ffffff;
|
|
50
50
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
51
|
-
--calcite-color-background: #
|
|
51
|
+
--calcite-color-background: #f7f7f7;
|
|
52
52
|
}
|
|
53
53
|
@media (prefers-color-scheme: light) {
|
|
54
54
|
.calcite-mode-auto {
|
|
55
55
|
--calcite-color-border-white: #ffffff;
|
|
56
56
|
--calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
|
|
57
57
|
--calcite-color-border-input: #949494;
|
|
58
|
-
--calcite-color-border-3: #
|
|
58
|
+
--calcite-color-border-3: #dedede;
|
|
59
59
|
--calcite-color-border-2: #d4d4d4;
|
|
60
|
-
--calcite-color-border-1: #
|
|
60
|
+
--calcite-color-border-1: #c9c9c9;
|
|
61
61
|
--calcite-color-text-link: #00619b;
|
|
62
62
|
--calcite-color-text-inverse: #ffffff;
|
|
63
|
-
--calcite-color-text-3: #
|
|
63
|
+
--calcite-color-text-3: #6b6b6b;
|
|
64
64
|
--calcite-color-text-2: #4a4a4a;
|
|
65
|
-
--calcite-color-text-1: #
|
|
66
|
-
--calcite-color-inverse-press: #
|
|
65
|
+
--calcite-color-text-1: #141414;
|
|
66
|
+
--calcite-color-inverse-press: #212121;
|
|
67
67
|
--calcite-color-inverse-hover: #2b2b2b;
|
|
68
|
-
--calcite-color-inverse: #
|
|
68
|
+
--calcite-color-inverse: #363636;
|
|
69
69
|
--calcite-color-status-danger-press: #7c1d13;
|
|
70
70
|
--calcite-color-status-danger-hover: #a82b1e;
|
|
71
71
|
--calcite-color-status-danger: #d83020;
|
|
@@ -90,30 +90,30 @@
|
|
|
90
90
|
--calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
|
|
91
91
|
--calcite-color-transparent: rgba(0, 0, 0, 0);
|
|
92
92
|
--calcite-color-foreground-current: #c7eaff;
|
|
93
|
-
--calcite-color-foreground-3: #
|
|
94
|
-
--calcite-color-foreground-2: #
|
|
93
|
+
--calcite-color-foreground-3: #ebebeb;
|
|
94
|
+
--calcite-color-foreground-2: #f2f2f2;
|
|
95
95
|
--calcite-color-foreground-1: #ffffff;
|
|
96
96
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
97
|
-
--calcite-color-background: #
|
|
97
|
+
--calcite-color-background: #f7f7f7;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
@media (prefers-color-scheme: dark) {
|
|
101
101
|
.calcite-mode-auto {
|
|
102
102
|
--calcite-color-foreground-current: #214155;
|
|
103
|
-
--calcite-color-border-white: #
|
|
103
|
+
--calcite-color-border-white: #f7f7f7;
|
|
104
104
|
--calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
|
|
105
105
|
--calcite-color-border-input: #757575;
|
|
106
106
|
--calcite-color-border-3: #404040;
|
|
107
107
|
--calcite-color-border-2: #4a4a4a;
|
|
108
|
-
--calcite-color-border-1: #
|
|
108
|
+
--calcite-color-border-1: #545454;
|
|
109
109
|
--calcite-color-text-link: #00a0ff;
|
|
110
|
-
--calcite-color-text-inverse: #
|
|
111
|
-
--calcite-color-text-3: #
|
|
110
|
+
--calcite-color-text-inverse: #141414;
|
|
111
|
+
--calcite-color-text-3: #9e9e9e;
|
|
112
112
|
--calcite-color-text-2: #bfbfbf;
|
|
113
113
|
--calcite-color-text-1: #ffffff;
|
|
114
|
-
--calcite-color-inverse-press: #
|
|
114
|
+
--calcite-color-inverse-press: #f2f2f2;
|
|
115
115
|
--calcite-color-inverse-hover: #ffffff;
|
|
116
|
-
--calcite-color-inverse: #
|
|
116
|
+
--calcite-color-inverse: #f7f7f7;
|
|
117
117
|
--calcite-color-status-danger-press: #d90012;
|
|
118
118
|
--calcite-color-status-danger-hover: #ff0015;
|
|
119
119
|
--calcite-color-status-danger: #fe583e;
|
|
@@ -137,28 +137,28 @@
|
|
|
137
137
|
--calcite-color-transparent-press: rgba(255, 255, 255, 0.16);
|
|
138
138
|
--calcite-color-transparent-hover: rgba(255, 255, 255, 0.12);
|
|
139
139
|
--calcite-color-transparent: rgba(255, 255, 255, 0);
|
|
140
|
-
--calcite-color-foreground-3: #
|
|
141
|
-
--calcite-color-foreground-2: #
|
|
140
|
+
--calcite-color-foreground-3: #141414;
|
|
141
|
+
--calcite-color-foreground-2: #212121;
|
|
142
142
|
--calcite-color-foreground-1: #2b2b2b;
|
|
143
143
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
144
|
-
--calcite-color-background: #
|
|
144
|
+
--calcite-color-background: #363636;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
.calcite-mode-light {
|
|
148
148
|
--calcite-color-border-white: #ffffff;
|
|
149
149
|
--calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
|
|
150
150
|
--calcite-color-border-input: #949494;
|
|
151
|
-
--calcite-color-border-3: #
|
|
151
|
+
--calcite-color-border-3: #dedede;
|
|
152
152
|
--calcite-color-border-2: #d4d4d4;
|
|
153
|
-
--calcite-color-border-1: #
|
|
153
|
+
--calcite-color-border-1: #c9c9c9;
|
|
154
154
|
--calcite-color-text-link: #00619b;
|
|
155
155
|
--calcite-color-text-inverse: #ffffff;
|
|
156
|
-
--calcite-color-text-3: #
|
|
156
|
+
--calcite-color-text-3: #6b6b6b;
|
|
157
157
|
--calcite-color-text-2: #4a4a4a;
|
|
158
|
-
--calcite-color-text-1: #
|
|
159
|
-
--calcite-color-inverse-press: #
|
|
158
|
+
--calcite-color-text-1: #141414;
|
|
159
|
+
--calcite-color-inverse-press: #212121;
|
|
160
160
|
--calcite-color-inverse-hover: #2b2b2b;
|
|
161
|
-
--calcite-color-inverse: #
|
|
161
|
+
--calcite-color-inverse: #363636;
|
|
162
162
|
--calcite-color-status-danger-press: #7c1d13;
|
|
163
163
|
--calcite-color-status-danger-hover: #a82b1e;
|
|
164
164
|
--calcite-color-status-danger: #d83020;
|
|
@@ -183,28 +183,28 @@
|
|
|
183
183
|
--calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
|
|
184
184
|
--calcite-color-transparent: rgba(0, 0, 0, 0);
|
|
185
185
|
--calcite-color-foreground-current: #c7eaff;
|
|
186
|
-
--calcite-color-foreground-3: #
|
|
187
|
-
--calcite-color-foreground-2: #
|
|
186
|
+
--calcite-color-foreground-3: #ebebeb;
|
|
187
|
+
--calcite-color-foreground-2: #f2f2f2;
|
|
188
188
|
--calcite-color-foreground-1: #ffffff;
|
|
189
189
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
190
|
-
--calcite-color-background: #
|
|
190
|
+
--calcite-color-background: #f7f7f7;
|
|
191
191
|
}
|
|
192
192
|
.calcite-mode-dark {
|
|
193
193
|
--calcite-color-foreground-current: #214155;
|
|
194
|
-
--calcite-color-border-white: #
|
|
194
|
+
--calcite-color-border-white: #f7f7f7;
|
|
195
195
|
--calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
|
|
196
196
|
--calcite-color-border-input: #757575;
|
|
197
197
|
--calcite-color-border-3: #404040;
|
|
198
198
|
--calcite-color-border-2: #4a4a4a;
|
|
199
|
-
--calcite-color-border-1: #
|
|
199
|
+
--calcite-color-border-1: #545454;
|
|
200
200
|
--calcite-color-text-link: #00a0ff;
|
|
201
|
-
--calcite-color-text-inverse: #
|
|
202
|
-
--calcite-color-text-3: #
|
|
201
|
+
--calcite-color-text-inverse: #141414;
|
|
202
|
+
--calcite-color-text-3: #9e9e9e;
|
|
203
203
|
--calcite-color-text-2: #bfbfbf;
|
|
204
204
|
--calcite-color-text-1: #ffffff;
|
|
205
|
-
--calcite-color-inverse-press: #
|
|
205
|
+
--calcite-color-inverse-press: #f2f2f2;
|
|
206
206
|
--calcite-color-inverse-hover: #ffffff;
|
|
207
|
-
--calcite-color-inverse: #
|
|
207
|
+
--calcite-color-inverse: #f7f7f7;
|
|
208
208
|
--calcite-color-status-danger-press: #d90012;
|
|
209
209
|
--calcite-color-status-danger-hover: #ff0015;
|
|
210
210
|
--calcite-color-status-danger: #fe583e;
|
|
@@ -228,9 +228,9 @@
|
|
|
228
228
|
--calcite-color-transparent-press: rgba(255, 255, 255, 0.16);
|
|
229
229
|
--calcite-color-transparent-hover: rgba(255, 255, 255, 0.12);
|
|
230
230
|
--calcite-color-transparent: rgba(255, 255, 255, 0);
|
|
231
|
-
--calcite-color-foreground-3: #
|
|
232
|
-
--calcite-color-foreground-2: #
|
|
231
|
+
--calcite-color-foreground-3: #141414;
|
|
232
|
+
--calcite-color-foreground-2: #212121;
|
|
233
233
|
--calcite-color-foreground-1: #2b2b2b;
|
|
234
234
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
235
|
-
--calcite-color-background: #
|
|
235
|
+
--calcite-color-background: #363636;
|
|
236
236
|
}
|
package/dist/css/light.css
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
|
-
--calcite-color-background: #
|
|
7
|
+
--calcite-color-background: #f7f7f7;
|
|
8
8
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
9
9
|
--calcite-color-foreground-1: #ffffff;
|
|
10
|
-
--calcite-color-foreground-2: #
|
|
11
|
-
--calcite-color-foreground-3: #
|
|
10
|
+
--calcite-color-foreground-2: #f2f2f2;
|
|
11
|
+
--calcite-color-foreground-3: #ebebeb;
|
|
12
12
|
--calcite-color-foreground-current: #c7eaff;
|
|
13
13
|
--calcite-color-transparent: rgba(0, 0, 0, 0);
|
|
14
14
|
--calcite-color-transparent-hover: rgba(0, 0, 0, 0.04);
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
--calcite-color-status-danger: #d83020;
|
|
34
34
|
--calcite-color-status-danger-hover: #a82b1e;
|
|
35
35
|
--calcite-color-status-danger-press: #7c1d13;
|
|
36
|
-
--calcite-color-inverse: #
|
|
36
|
+
--calcite-color-inverse: #363636;
|
|
37
37
|
--calcite-color-inverse-hover: #2b2b2b;
|
|
38
|
-
--calcite-color-inverse-press: #
|
|
39
|
-
--calcite-color-text-1: #
|
|
38
|
+
--calcite-color-inverse-press: #212121;
|
|
39
|
+
--calcite-color-text-1: #141414;
|
|
40
40
|
--calcite-color-text-2: #4a4a4a;
|
|
41
|
-
--calcite-color-text-3: #
|
|
41
|
+
--calcite-color-text-3: #6b6b6b;
|
|
42
42
|
--calcite-color-text-inverse: #ffffff;
|
|
43
43
|
--calcite-color-text-link: #00619b;
|
|
44
|
-
--calcite-color-border-1: #
|
|
44
|
+
--calcite-color-border-1: #c9c9c9;
|
|
45
45
|
--calcite-color-border-2: #d4d4d4;
|
|
46
|
-
--calcite-color-border-3: #
|
|
46
|
+
--calcite-color-border-3: #dedede;
|
|
47
47
|
--calcite-color-border-input: #949494;
|
|
48
48
|
--calcite-color-border-ghost: rgba(0, 0, 0, 0.3);
|
|
49
49
|
--calcite-color-border-white: #ffffff;
|
package/dist/docs/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1745007323707,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"value": "#ffffff",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"key": "{core.color.neutral.blk-000}"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"value": "#
|
|
32
|
+
"value": "#f7f7f7",
|
|
33
33
|
"type": "color",
|
|
34
34
|
"attributes": {
|
|
35
35
|
"category": "color",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"key": "{core.color.neutral.blk-005}"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
|
-
"value": "#
|
|
59
|
+
"value": "#f2f2f2",
|
|
60
60
|
"type": "color",
|
|
61
61
|
"attributes": {
|
|
62
62
|
"category": "color",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"key": "{core.color.neutral.blk-010}"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
|
-
"value": "#
|
|
86
|
+
"value": "#ebebeb",
|
|
87
87
|
"type": "color",
|
|
88
88
|
"attributes": {
|
|
89
89
|
"category": "color",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"key": "{core.color.neutral.blk-020}"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"value": "#
|
|
113
|
+
"value": "#dedede",
|
|
114
114
|
"type": "color",
|
|
115
115
|
"attributes": {
|
|
116
116
|
"category": "color",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"key": "{core.color.neutral.blk-040}"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
|
-
"value": "#
|
|
167
|
+
"value": "#c9c9c9",
|
|
168
168
|
"type": "color",
|
|
169
169
|
"attributes": {
|
|
170
170
|
"category": "color",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"key": "{core.color.neutral.blk-070}"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
|
-
"value": "#
|
|
248
|
+
"value": "#ababab",
|
|
249
249
|
"type": "color",
|
|
250
250
|
"attributes": {
|
|
251
251
|
"category": "color",
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"key": "{core.color.neutral.blk-080}"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
|
-
"value": "#
|
|
275
|
+
"value": "#9e9e9e",
|
|
276
276
|
"type": "color",
|
|
277
277
|
"attributes": {
|
|
278
278
|
"category": "color",
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
"key": "{core.color.neutral.blk-130}"
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
|
-
"value": "#
|
|
410
|
+
"value": "#6b6b6b",
|
|
411
411
|
"type": "color",
|
|
412
412
|
"attributes": {
|
|
413
413
|
"category": "color",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"key": "{core.color.neutral.blk-140}"
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
|
-
"value": "#
|
|
437
|
+
"value": "#616161",
|
|
438
438
|
"type": "color",
|
|
439
439
|
"attributes": {
|
|
440
440
|
"category": "color",
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
"key": "{core.color.neutral.blk-150}"
|
|
462
462
|
},
|
|
463
463
|
{
|
|
464
|
-
"value": "#
|
|
464
|
+
"value": "#545454",
|
|
465
465
|
"type": "color",
|
|
466
466
|
"attributes": {
|
|
467
467
|
"category": "color",
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
"key": "{core.color.neutral.blk-180}"
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
|
-
"value": "#
|
|
545
|
+
"value": "#363636",
|
|
546
546
|
"type": "color",
|
|
547
547
|
"attributes": {
|
|
548
548
|
"category": "color",
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
"key": "{core.color.neutral.blk-200}"
|
|
597
597
|
},
|
|
598
598
|
{
|
|
599
|
-
"value": "#
|
|
599
|
+
"value": "#212121",
|
|
600
600
|
"type": "color",
|
|
601
601
|
"attributes": {
|
|
602
602
|
"category": "color",
|
|
@@ -623,7 +623,7 @@
|
|
|
623
623
|
"key": "{core.color.neutral.blk-210}"
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
|
-
"value": "#
|
|
626
|
+
"value": "#141414",
|
|
627
627
|
"type": "color",
|
|
628
628
|
"attributes": {
|
|
629
629
|
"category": "color",
|
|
@@ -650,7 +650,7 @@
|
|
|
650
650
|
"key": "{core.color.neutral.blk-220}"
|
|
651
651
|
},
|
|
652
652
|
{
|
|
653
|
-
"value": "#
|
|
653
|
+
"value": "#0a0a0a",
|
|
654
654
|
"type": "color",
|
|
655
655
|
"attributes": {
|
|
656
656
|
"category": "color",
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
"key": "{core.color.neutral.blk-230}"
|
|
678
678
|
},
|
|
679
679
|
{
|
|
680
|
-
"value": "#
|
|
680
|
+
"value": "#050505",
|
|
681
681
|
"type": "color",
|
|
682
682
|
"attributes": {
|
|
683
683
|
"category": "color",
|
package/dist/docs/dark.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1745007320254,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
|
-
"value": "#
|
|
5
|
+
"value": "#363636",
|
|
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": "#212121",
|
|
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": "#141414",
|
|
114
114
|
"type": "color",
|
|
115
115
|
"attributes": {
|
|
116
116
|
"category": "color",
|
|
@@ -807,7 +807,7 @@
|
|
|
807
807
|
"key": "{semantic.color.status.danger.press}"
|
|
808
808
|
},
|
|
809
809
|
{
|
|
810
|
-
"value": "#
|
|
810
|
+
"value": "#f7f7f7",
|
|
811
811
|
"type": "color",
|
|
812
812
|
"attributes": {
|
|
813
813
|
"category": "color",
|
|
@@ -861,7 +861,7 @@
|
|
|
861
861
|
"key": "{semantic.color.inverse.hover}"
|
|
862
862
|
},
|
|
863
863
|
{
|
|
864
|
-
"value": "#
|
|
864
|
+
"value": "#f2f2f2",
|
|
865
865
|
"type": "color",
|
|
866
866
|
"attributes": {
|
|
867
867
|
"category": "color",
|
|
@@ -942,7 +942,7 @@
|
|
|
942
942
|
"key": "{semantic.color.text.2}"
|
|
943
943
|
},
|
|
944
944
|
{
|
|
945
|
-
"value": "#
|
|
945
|
+
"value": "#9e9e9e",
|
|
946
946
|
"type": "color",
|
|
947
947
|
"attributes": {
|
|
948
948
|
"category": "color",
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
"key": "{semantic.color.text.3}"
|
|
970
970
|
},
|
|
971
971
|
{
|
|
972
|
-
"value": "#
|
|
972
|
+
"value": "#141414",
|
|
973
973
|
"type": "color",
|
|
974
974
|
"attributes": {
|
|
975
975
|
"category": "color",
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
"key": "{semantic.color.text.link}"
|
|
1024
1024
|
},
|
|
1025
1025
|
{
|
|
1026
|
-
"value": "#
|
|
1026
|
+
"value": "#545454",
|
|
1027
1027
|
"type": "color",
|
|
1028
1028
|
"attributes": {
|
|
1029
1029
|
"category": "color",
|
|
@@ -1158,7 +1158,7 @@
|
|
|
1158
1158
|
"key": "{semantic.color.border.ghost}"
|
|
1159
1159
|
},
|
|
1160
1160
|
{
|
|
1161
|
-
"value": "#
|
|
1161
|
+
"value": "#f7f7f7",
|
|
1162
1162
|
"type": "color",
|
|
1163
1163
|
"attributes": {
|
|
1164
1164
|
"category": "color",
|
package/dist/docs/global.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1745007323287,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
|
-
"value": "{\"light\":\"#
|
|
5
|
+
"value": "{\"light\":\"#f7f7f7\",\"dark\":\"#363636\"}",
|
|
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": "{\"light\":\"#
|
|
86
|
+
"value": "{\"light\":\"#f2f2f2\",\"dark\":\"#212121\"}",
|
|
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": "{\"light\":\"#
|
|
113
|
+
"value": "{\"light\":\"#ebebeb\",\"dark\":\"#141414\"}",
|
|
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": "{\"light\":\"#
|
|
808
|
+
"value": "{\"light\":\"#363636\",\"dark\":\"#f7f7f7\"}",
|
|
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": "{\"light\":\"#
|
|
862
|
+
"value": "{\"light\":\"#212121\",\"dark\":\"#f2f2f2\"}",
|
|
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": "{\"light\":\"#
|
|
889
|
+
"value": "{\"light\":\"#141414\",\"dark\":\"#ffffff\"}",
|
|
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": "{\"light\":\"#
|
|
943
|
+
"value": "{\"light\":\"#6b6b6b\",\"dark\":\"#9e9e9e\"}",
|
|
944
944
|
"type": "color",
|
|
945
945
|
"attributes": {
|
|
946
946
|
"category": "color",
|
|
@@ -967,7 +967,7 @@
|
|
|
967
967
|
"key": "{semantic.color.text.3}"
|
|
968
968
|
},
|
|
969
969
|
{
|
|
970
|
-
"value": "{\"light\":\"#ffffff\",\"dark\":\"#
|
|
970
|
+
"value": "{\"light\":\"#ffffff\",\"dark\":\"#141414\"}",
|
|
971
971
|
"type": "color",
|
|
972
972
|
"attributes": {
|
|
973
973
|
"category": "color",
|
|
@@ -1021,7 +1021,7 @@
|
|
|
1021
1021
|
"key": "{semantic.color.text.link}"
|
|
1022
1022
|
},
|
|
1023
1023
|
{
|
|
1024
|
-
"value": "{\"light\":\"#
|
|
1024
|
+
"value": "{\"light\":\"#c9c9c9\",\"dark\":\"#545454\"}",
|
|
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": "{\"light\":\"#
|
|
1078
|
+
"value": "{\"light\":\"#dedede\",\"dark\":\"#404040\"}",
|
|
1079
1079
|
"type": "color",
|
|
1080
1080
|
"attributes": {
|
|
1081
1081
|
"category": "color",
|
|
@@ -1156,7 +1156,7 @@
|
|
|
1156
1156
|
"key": "{semantic.color.border.ghost}"
|
|
1157
1157
|
},
|
|
1158
1158
|
{
|
|
1159
|
-
"value": "{\"light\":\"#ffffff\",\"dark\":\"#
|
|
1159
|
+
"value": "{\"light\":\"#ffffff\",\"dark\":\"#f7f7f7\"}",
|
|
1160
1160
|
"type": "color",
|
|
1161
1161
|
"attributes": {
|
|
1162
1162
|
"category": "color",
|