@teamturing/token-studio 1.14.0 → 1.15.0
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/index.js +435 -4
- package/dist/token/color/gpai/dark.d.ts +194 -0
- package/dist/token/color/gpai/light.d.ts +194 -0
- package/dist/token/color/index.d.ts +7 -6
- package/dist/token/index.d.ts +1 -1
- package/esm/index.js +2 -0
- package/esm/token/color/gpai/dark.js +218 -0
- package/esm/token/color/gpai/light.js +218 -0
- package/esm/token/color/index.js +5 -4
- package/package.json +2 -2
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
declare const gpaiLightColor: {
|
|
2
|
+
readonly 'scale/violet/0': "#F3EFFD";
|
|
3
|
+
readonly 'scale/violet/1': "#E8E1FB";
|
|
4
|
+
readonly 'scale/violet/2': "#D9CDF9";
|
|
5
|
+
readonly 'scale/violet/3': "#C6B5F6";
|
|
6
|
+
readonly 'scale/violet/4': "#9C7EEF";
|
|
7
|
+
readonly 'scale/violet/5': "#835EEB";
|
|
8
|
+
readonly 'scale/violet/6': "#7756D6";
|
|
9
|
+
readonly 'scale/violet/7': "#5D43A7";
|
|
10
|
+
readonly 'scale/violet/8': "#483481";
|
|
11
|
+
readonly 'scale/violet/9': "#372763";
|
|
12
|
+
readonly 'scale/gray/0': "#F9FAFB";
|
|
13
|
+
readonly 'scale/gray/1': "#F3F4F6";
|
|
14
|
+
readonly 'scale/gray/2': "#E5E7EB";
|
|
15
|
+
readonly 'scale/gray/3': "#D1D5DB";
|
|
16
|
+
readonly 'scale/gray/4': "#8D94A0";
|
|
17
|
+
readonly 'scale/gray/5': "#7A828D";
|
|
18
|
+
readonly 'scale/gray/6': "#6F7680";
|
|
19
|
+
readonly 'scale/gray/7': "#575C64";
|
|
20
|
+
readonly 'scale/gray/8': "#43484E";
|
|
21
|
+
readonly 'scale/gray/9': "#33373B";
|
|
22
|
+
readonly 'scale/blue/0': "#edf2fd";
|
|
23
|
+
readonly 'scale/blue/1': "#c6d8fa";
|
|
24
|
+
readonly 'scale/blue/2': "#abc5f7";
|
|
25
|
+
readonly 'scale/blue/3': "#84aaf4";
|
|
26
|
+
readonly 'scale/blue/4': "#6d99f1";
|
|
27
|
+
readonly 'scale/blue/5': "#4880ee";
|
|
28
|
+
readonly 'scale/blue/6': "#4274d9";
|
|
29
|
+
readonly 'scale/blue/7': "#335ba9";
|
|
30
|
+
readonly 'scale/blue/8': "#284683";
|
|
31
|
+
readonly 'scale/blue/9': "#1e3664";
|
|
32
|
+
readonly 'scale/green/0': "#E9FAF6";
|
|
33
|
+
readonly 'scale/green/1': "#BAEFE2";
|
|
34
|
+
readonly 'scale/green/2': "#98E8D4";
|
|
35
|
+
readonly 'scale/green/3': "#69DDC0";
|
|
36
|
+
readonly 'scale/green/4': "#4CD6B4";
|
|
37
|
+
readonly 'scale/green/5': "#1FCCA1";
|
|
38
|
+
readonly 'scale/green/6': "#1CBA93";
|
|
39
|
+
readonly 'scale/green/7': "#169172";
|
|
40
|
+
readonly 'scale/green/8': "#117059";
|
|
41
|
+
readonly 'scale/green/9': "#0D5644";
|
|
42
|
+
readonly 'scale/pink/0': "#FCF2FD";
|
|
43
|
+
readonly 'scale/pink/1': "#F5D6F8";
|
|
44
|
+
readonly 'scale/pink/2': "#F0C2F4";
|
|
45
|
+
readonly 'scale/pink/3': "#E9A7EF";
|
|
46
|
+
readonly 'scale/pink/4': "#E595EC";
|
|
47
|
+
readonly 'scale/pink/5': "#DE7BE7";
|
|
48
|
+
readonly 'scale/pink/6': "#CA70D2";
|
|
49
|
+
readonly 'scale/pink/7': "#9E57A4";
|
|
50
|
+
readonly 'scale/pink/8': "#7A447F";
|
|
51
|
+
readonly 'scale/pink/9': "#5D3461";
|
|
52
|
+
readonly 'scale/skyblue/0': "#EFF9FD";
|
|
53
|
+
readonly 'scale/skyblue/1': "#CFEDF8";
|
|
54
|
+
readonly 'scale/skyblue/2': "#B7E4F5";
|
|
55
|
+
readonly 'scale/skyblue/3': "#96D8F1";
|
|
56
|
+
readonly 'scale/skyblue/4': "#82D1EE";
|
|
57
|
+
readonly 'scale/skyblue/5': "#63C5EA";
|
|
58
|
+
readonly 'scale/skyblue/6': "#5AB3D5";
|
|
59
|
+
readonly 'scale/skyblue/7': "#468CA6";
|
|
60
|
+
readonly 'scale/skyblue/8': "#366C81";
|
|
61
|
+
readonly 'scale/skyblue/9': "#2A5362";
|
|
62
|
+
readonly 'scale/red/0': "#FDF0F0";
|
|
63
|
+
readonly 'scale/red/1': "#F9CFCF";
|
|
64
|
+
readonly 'scale/red/2': "#F6B8B8";
|
|
65
|
+
readonly 'scale/red/3': "#F29898";
|
|
66
|
+
readonly 'scale/red/4': "#F08484";
|
|
67
|
+
readonly 'scale/red/5': "#EC6565";
|
|
68
|
+
readonly 'scale/red/6': "#D75C5C";
|
|
69
|
+
readonly 'scale/red/7': "#A84848";
|
|
70
|
+
readonly 'scale/red/8': "#823838";
|
|
71
|
+
readonly 'scale/red/9': "#632A2A";
|
|
72
|
+
readonly 'scale/yellow/0': "#FEF9EE";
|
|
73
|
+
readonly 'scale/yellow/1': "#FCEBCC";
|
|
74
|
+
readonly 'scale/yellow/2': "#FAE2B3";
|
|
75
|
+
readonly 'scale/yellow/3': "#F8D490";
|
|
76
|
+
readonly 'scale/yellow/4': "#F7CC7A";
|
|
77
|
+
readonly 'scale/yellow/5': "#F5BF59";
|
|
78
|
+
readonly 'scale/yellow/6': "#DFAE51";
|
|
79
|
+
readonly 'scale/yellow/7': "#AE883F";
|
|
80
|
+
readonly 'scale/yellow/8': "#876931";
|
|
81
|
+
readonly 'scale/yellow/9': "#675025";
|
|
82
|
+
readonly dim: "#00000099";
|
|
83
|
+
readonly link: "#4880ee";
|
|
84
|
+
readonly 'link/hovered': "#335ba9";
|
|
85
|
+
readonly 'link/pressed': "#335ba9";
|
|
86
|
+
readonly 'link/neutral': "#7A828D";
|
|
87
|
+
readonly 'link/neutral/hovered': "#575C64";
|
|
88
|
+
readonly 'link/neutral/pressed': "#575C64";
|
|
89
|
+
readonly 'link/neutral/bold': "#575C64";
|
|
90
|
+
readonly 'link/neutral/bold/hovered': "#33373B";
|
|
91
|
+
readonly 'link/neutral/bold/pressed': "#33373B";
|
|
92
|
+
readonly 'link/disabled': "#8D94A0";
|
|
93
|
+
readonly 'icon/neutral': "#D1D5DB";
|
|
94
|
+
readonly 'icon/neutral/bold': "#8D94A0";
|
|
95
|
+
readonly 'icon/neutral/bolder': "#575C64";
|
|
96
|
+
readonly 'icon/accent/gray': "#33373B";
|
|
97
|
+
readonly 'icon/accent/blue/subtle': "#abc5f7";
|
|
98
|
+
readonly 'icon/accent/blue': "#4880ee";
|
|
99
|
+
readonly 'icon/accent/blue/bold': "#335ba9";
|
|
100
|
+
readonly 'icon/accent/green': "#58CC02";
|
|
101
|
+
readonly 'icon/accent/yellow': "#FFC107";
|
|
102
|
+
readonly 'icon/accent/red': "#F22735";
|
|
103
|
+
readonly 'icon/inverse': "#FFFFFF";
|
|
104
|
+
readonly 'icon/disabled': "#D1D5DB";
|
|
105
|
+
readonly 'icon/disabled/subtler': "#E5E7EB";
|
|
106
|
+
readonly 'icon/selected/primary': "#FF6F0F";
|
|
107
|
+
readonly 'icon/selected': "#33373B";
|
|
108
|
+
readonly 'icon/primary/subtle': "#FF9F5E";
|
|
109
|
+
readonly 'icon/primary': "#FF6F0F";
|
|
110
|
+
readonly 'icon/primary/bold': "#B54F0B";
|
|
111
|
+
readonly 'icon/success': "#58CC02";
|
|
112
|
+
readonly 'icon/warning': "#FFC107";
|
|
113
|
+
readonly 'icon/danger': "#F22735";
|
|
114
|
+
readonly 'border/neutral/subtle': "#F3F4F6";
|
|
115
|
+
readonly 'border/neutral': "#E5E7EB";
|
|
116
|
+
readonly 'border/neutral/bolder': "#D1D5DB";
|
|
117
|
+
readonly 'border/input': "#E5E7EB";
|
|
118
|
+
readonly 'border/inverse': "#FFFFFF1A";
|
|
119
|
+
readonly 'border/selected': "#33373B";
|
|
120
|
+
readonly 'border/disabled': "#F3F4F6";
|
|
121
|
+
readonly 'border/primary': "#FF6F0F";
|
|
122
|
+
readonly 'border/hovered': "#84aaf4";
|
|
123
|
+
readonly 'border/focused': "#4880ee";
|
|
124
|
+
readonly 'border/danger': "#F22735";
|
|
125
|
+
readonly 'border/success': "#58CC02";
|
|
126
|
+
readonly 'border/accent/blue': "#4880ee";
|
|
127
|
+
readonly 'bg/secondary': "#FFF1E7";
|
|
128
|
+
readonly 'bg/secondary/hovered': "#FFBD91";
|
|
129
|
+
readonly 'bg/secondary/pressed': "#FFBD91";
|
|
130
|
+
readonly 'bg/primary': "#FF6F0F";
|
|
131
|
+
readonly 'bg/primary/hovered': "#B54F0B";
|
|
132
|
+
readonly 'bg/primary/pressed': "#B54F0B";
|
|
133
|
+
readonly 'bg/primary/disabled': "#FFD2B5";
|
|
134
|
+
readonly 'bg/neutral/subtlest': "#FFFFFF00";
|
|
135
|
+
readonly 'bg/neutral/subtlest/hovered': "#F9FAFB";
|
|
136
|
+
readonly 'bg/neutral/subtlest/pressed': "#F9FAFB";
|
|
137
|
+
readonly 'bg/neutral/subtler': "#FFFFFF00";
|
|
138
|
+
readonly 'bg/neutral/subtler/hovered': "#F3F4F6";
|
|
139
|
+
readonly 'bg/neutral/subtler/pressed': "#F3F4F6";
|
|
140
|
+
readonly 'bg/neutral/subtle': "#F9FAFB";
|
|
141
|
+
readonly 'bg/neutral/subtle/hovered': "#E5E7EB";
|
|
142
|
+
readonly 'bg/neutral/subtle/pressed': "#E5E7EB";
|
|
143
|
+
readonly 'bg/neutral': "#F3F4F6";
|
|
144
|
+
readonly 'bg/neutral/hovered': "#D1D5DB";
|
|
145
|
+
readonly 'bg/neutral/pressed': "#D1D5DB";
|
|
146
|
+
readonly 'bg/neutral/bold': "#575C64";
|
|
147
|
+
readonly 'bg/neutral/bold/hovered': "#33373B";
|
|
148
|
+
readonly 'bg/neutral/bold/pressed': "#33373B";
|
|
149
|
+
readonly 'bg/neutral/bolder': "#33373B";
|
|
150
|
+
readonly 'bg/neutral/bolder/hovered': "#000000";
|
|
151
|
+
readonly 'bg/neutral/bolder/pressed': "#000000";
|
|
152
|
+
readonly 'bg/disabled': "#F3F4F6";
|
|
153
|
+
readonly 'bg/disabled/subtlest': "#FFFFFF00";
|
|
154
|
+
readonly 'bg/input': "#FFFFFF";
|
|
155
|
+
readonly 'bg/accent/blue/subtlest': "#edf2fd";
|
|
156
|
+
readonly 'bg/accent/green/subtlest': "#EEFAE6";
|
|
157
|
+
readonly 'bg/accent/yellow/subtlest': "#FFF9E6";
|
|
158
|
+
readonly 'bg/accent/red/subtlest': "#FEE9EB";
|
|
159
|
+
readonly 'bg/accent/red/subtle': "#F5525D";
|
|
160
|
+
readonly 'bg/accent/red': "#F22735";
|
|
161
|
+
readonly 'bg/accent/gray/subtlest': "#E5E7EB";
|
|
162
|
+
readonly 'bg/selected/primary': "#FF6F0F";
|
|
163
|
+
readonly 'bg/selected': "#33373B";
|
|
164
|
+
readonly 'bg/selected/subtle': "#F3F4F6";
|
|
165
|
+
readonly 'bg/inverse': "#000000";
|
|
166
|
+
readonly 'bg/inverse/subtlest': "#FFFFFF1A";
|
|
167
|
+
readonly 'bg/success': "#EEFAE6";
|
|
168
|
+
readonly 'bg/success/bold': "#58CC02";
|
|
169
|
+
readonly 'bg/warning': "#FFF9E6";
|
|
170
|
+
readonly 'bg/warning/bold': "#FFC107";
|
|
171
|
+
readonly 'bg/danger': "#FEE9EB";
|
|
172
|
+
readonly 'bg/danger/bold': "#F5525D";
|
|
173
|
+
readonly 'bg/danger/bold/hovered': "#DC2330";
|
|
174
|
+
readonly 'bg/danger/bold/pressed': "#DC2330";
|
|
175
|
+
readonly 'text/primary': "#FF6F0F";
|
|
176
|
+
readonly 'text/accent/blue': "#4880ee";
|
|
177
|
+
readonly 'text/accent/green': "#58CC02";
|
|
178
|
+
readonly 'text/accent/yellow': "#FFC107";
|
|
179
|
+
readonly 'text/accent/red': "#F22735";
|
|
180
|
+
readonly 'text/weak': "#D1D5DB";
|
|
181
|
+
readonly 'text/neutral/subtlest': "#8D94A0";
|
|
182
|
+
readonly 'text/neutral/subtler': "#7A828D";
|
|
183
|
+
readonly 'text/neutral/subtle': "#575C64";
|
|
184
|
+
readonly 'text/neutral': "#33373B";
|
|
185
|
+
readonly 'text/inverse': "#FFFFFF";
|
|
186
|
+
readonly 'text/inverse/subtle': "#E5E7EB";
|
|
187
|
+
readonly 'text/inverse/subtler': "#D1D5DB";
|
|
188
|
+
readonly 'text/disabled': "#8D94A0";
|
|
189
|
+
readonly 'text/success': "#58CC02";
|
|
190
|
+
readonly 'text/warning': "#FFC107";
|
|
191
|
+
readonly 'text/danger': "#F22735";
|
|
192
|
+
readonly 'text/selected': "#33373B";
|
|
193
|
+
};
|
|
194
|
+
export default gpaiLightColor;
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
+
import gpaiDarkColor from './gpai/dark';
|
|
2
|
+
import gpaiLightColor from './gpai/light';
|
|
1
3
|
declare const textColor: {
|
|
2
4
|
readonly 'text/primary': "#835EEB";
|
|
3
5
|
readonly 'text/accent/blue': "#4880ee";
|
|
4
6
|
readonly 'text/accent/green': "#1FCCA1";
|
|
5
7
|
readonly 'text/accent/yellow': "#FFC107";
|
|
6
8
|
readonly 'text/accent/red': "#F22735";
|
|
9
|
+
readonly 'text/weak': "#D1D5DB";
|
|
7
10
|
readonly 'text/neutral/subtlest': "#8D94A0";
|
|
8
11
|
readonly 'text/neutral/subtler': "#7A828D";
|
|
9
12
|
readonly 'text/neutral/subtle': "#575C64";
|
|
@@ -16,7 +19,6 @@ declare const textColor: {
|
|
|
16
19
|
readonly 'text/warning': "#FFC107";
|
|
17
20
|
readonly 'text/danger': "#F22735";
|
|
18
21
|
readonly 'text/selected': "#33373B";
|
|
19
|
-
readonly 'text/weak': "#D1D5DB";
|
|
20
22
|
};
|
|
21
23
|
declare const bgColor: {
|
|
22
24
|
readonly 'bg/secondary': "#F3EFFD";
|
|
@@ -88,7 +90,6 @@ declare const iconColor: {
|
|
|
88
90
|
readonly 'icon/neutral/bold': "#8D94A0";
|
|
89
91
|
readonly 'icon/neutral/bolder': "#575C64";
|
|
90
92
|
readonly 'icon/accent/gray': "#33373B";
|
|
91
|
-
readonly 'icon/accent/black': "#000000";
|
|
92
93
|
readonly 'icon/accent/blue/subtle': "#abc5f7";
|
|
93
94
|
readonly 'icon/accent/blue': "#4880ee";
|
|
94
95
|
readonly 'icon/accent/blue/bold': "#335ba9";
|
|
@@ -117,7 +118,7 @@ declare const linkColor: {
|
|
|
117
118
|
readonly 'link/neutral/bold': "#575C64";
|
|
118
119
|
readonly 'link/neutral/bold/hovered': "#33373B";
|
|
119
120
|
readonly 'link/neutral/bold/pressed': "#33373B";
|
|
120
|
-
readonly 'link/disabled': "#
|
|
121
|
+
readonly 'link/disabled': "#8D94A0";
|
|
121
122
|
};
|
|
122
123
|
declare const dimColor: {
|
|
123
124
|
readonly dim: "#00000099";
|
|
@@ -295,12 +296,11 @@ declare const color: {
|
|
|
295
296
|
readonly 'link/neutral/bold': "#575C64";
|
|
296
297
|
readonly 'link/neutral/bold/hovered': "#33373B";
|
|
297
298
|
readonly 'link/neutral/bold/pressed': "#33373B";
|
|
298
|
-
readonly 'link/disabled': "#
|
|
299
|
+
readonly 'link/disabled': "#8D94A0";
|
|
299
300
|
readonly 'icon/neutral': "#D1D5DB";
|
|
300
301
|
readonly 'icon/neutral/bold': "#8D94A0";
|
|
301
302
|
readonly 'icon/neutral/bolder': "#575C64";
|
|
302
303
|
readonly 'icon/accent/gray': "#33373B";
|
|
303
|
-
readonly 'icon/accent/black': "#000000";
|
|
304
304
|
readonly 'icon/accent/blue/subtle': "#abc5f7";
|
|
305
305
|
readonly 'icon/accent/blue': "#4880ee";
|
|
306
306
|
readonly 'icon/accent/blue/bold': "#335ba9";
|
|
@@ -384,6 +384,7 @@ declare const color: {
|
|
|
384
384
|
readonly 'text/accent/green': "#1FCCA1";
|
|
385
385
|
readonly 'text/accent/yellow': "#FFC107";
|
|
386
386
|
readonly 'text/accent/red': "#F22735";
|
|
387
|
+
readonly 'text/weak': "#D1D5DB";
|
|
387
388
|
readonly 'text/neutral/subtlest': "#8D94A0";
|
|
388
389
|
readonly 'text/neutral/subtler': "#7A828D";
|
|
389
390
|
readonly 'text/neutral/subtle': "#575C64";
|
|
@@ -396,7 +397,6 @@ declare const color: {
|
|
|
396
397
|
readonly 'text/warning': "#FFC107";
|
|
397
398
|
readonly 'text/danger': "#F22735";
|
|
398
399
|
readonly 'text/selected': "#33373B";
|
|
399
|
-
readonly 'text/weak': "#D1D5DB";
|
|
400
400
|
};
|
|
401
401
|
type TextColorKey = keyof typeof textColor;
|
|
402
402
|
type BgColorKey = keyof typeof bgColor;
|
|
@@ -407,4 +407,5 @@ type DimColorKey = keyof typeof dimColor;
|
|
|
407
407
|
type ScaleColorKey = keyof typeof scaleColor;
|
|
408
408
|
type ColorKey = keyof typeof color;
|
|
409
409
|
export default color;
|
|
410
|
+
export { gpaiLightColor, gpaiDarkColor };
|
|
410
411
|
export type { ColorKey, TextColorKey, BgColorKey, BorderColorKey, IconColorKey, LinkColorKey, DimColorKey, ScaleColorKey, };
|
package/dist/token/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { default as breakpoints, baseBreakpoints } from './breakpoints';
|
|
2
|
-
export { default as color } from './color';
|
|
2
|
+
export { default as color, gpaiLightColor, gpaiDarkColor } from './color';
|
|
3
3
|
export type { ColorKey, BgColorKey, BorderColorKey, DimColorKey, IconColorKey, LinkColorKey, ScaleColorKey, TextColorKey, } from './color';
|
|
4
4
|
export { default as elevation, shadowElevation, surfaceElevation } from './elevation';
|
|
5
5
|
export type { ElevationKey, ShadowElevationKey, SurfaceElevationKey } from './elevation';
|
package/esm/index.js
CHANGED
|
@@ -8,6 +8,8 @@ export { default as space } from './token/space/index.js';
|
|
|
8
8
|
export { default as typography } from './token/typography/index.js';
|
|
9
9
|
import * as index from './foundation/palette/index.js';
|
|
10
10
|
export { index as palette };
|
|
11
|
+
export { default as gpaiLightColor } from './token/color/gpai/light.js';
|
|
12
|
+
export { default as gpaiDarkColor } from './token/color/gpai/dark.js';
|
|
11
13
|
export { default as fontSizes } from './token/typography/fontSizes.js';
|
|
12
14
|
export { default as fontWeights } from './token/typography/fontWeights.js';
|
|
13
15
|
export { default as lineHeights } from './token/typography/lineHeights.js';
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import palette from '../../../foundation/palette/index.js';
|
|
2
|
+
|
|
3
|
+
const textColor = {
|
|
4
|
+
'text/primary': palette.orange500,
|
|
5
|
+
'text/accent/blue': palette.blue400,
|
|
6
|
+
'text/accent/green': palette.lime400,
|
|
7
|
+
'text/accent/yellow': palette.yellow400,
|
|
8
|
+
'text/accent/red': palette.red400,
|
|
9
|
+
'text/weak': palette.gray600,
|
|
10
|
+
'text/neutral/subtlest': palette.gray500,
|
|
11
|
+
'text/neutral/subtler': palette.gray400,
|
|
12
|
+
'text/neutral/subtle': palette.gray200,
|
|
13
|
+
'text/neutral': palette.gray50,
|
|
14
|
+
'text/inverse': palette.white,
|
|
15
|
+
'text/inverse/subtle': palette.gray700,
|
|
16
|
+
'text/inverse/subtler': palette.gray600,
|
|
17
|
+
'text/disabled': palette.gray500,
|
|
18
|
+
'text/success': palette.lime400,
|
|
19
|
+
'text/warning': palette.yellow400,
|
|
20
|
+
'text/danger': palette.red400,
|
|
21
|
+
'text/selected': palette.gray50
|
|
22
|
+
};
|
|
23
|
+
const bgColor = {
|
|
24
|
+
'bg/secondary': palette.orange900,
|
|
25
|
+
'bg/secondary/hovered': palette.orange700,
|
|
26
|
+
'bg/secondary/pressed': palette.orange700,
|
|
27
|
+
'bg/primary': palette.orange400,
|
|
28
|
+
'bg/primary/hovered': palette.orange200,
|
|
29
|
+
'bg/primary/pressed': palette.orange200,
|
|
30
|
+
'bg/primary/disabled': palette.orange800,
|
|
31
|
+
'bg/neutral/subtlest': palette.transparent,
|
|
32
|
+
'bg/neutral/subtlest/hovered': palette.gray900,
|
|
33
|
+
'bg/neutral/subtlest/pressed': palette.gray900,
|
|
34
|
+
'bg/neutral/subtler': palette.transparent,
|
|
35
|
+
'bg/neutral/subtler/hovered': palette.gray800,
|
|
36
|
+
'bg/neutral/subtler/pressed': palette.gray800,
|
|
37
|
+
'bg/neutral/subtle': palette.gray900,
|
|
38
|
+
'bg/neutral/subtle/hovered': palette.gray700,
|
|
39
|
+
'bg/neutral/subtle/pressed': palette.gray700,
|
|
40
|
+
'bg/neutral': palette.gray800,
|
|
41
|
+
'bg/neutral/hovered': palette.gray600,
|
|
42
|
+
'bg/neutral/pressed': palette.gray600,
|
|
43
|
+
'bg/neutral/bold': palette.gray200,
|
|
44
|
+
'bg/neutral/bold/hovered': palette.gray50,
|
|
45
|
+
'bg/neutral/bold/pressed': palette.gray50,
|
|
46
|
+
'bg/neutral/bolder': palette.gray50,
|
|
47
|
+
'bg/neutral/bolder/hovered': palette.white,
|
|
48
|
+
'bg/neutral/bolder/pressed': palette.white,
|
|
49
|
+
'bg/disabled': palette.gray800,
|
|
50
|
+
'bg/disabled/subtlest': palette.transparent,
|
|
51
|
+
'bg/input': palette.darkGray,
|
|
52
|
+
'bg/accent/blue/subtlest': palette.blue900,
|
|
53
|
+
'bg/accent/green/subtlest': palette.lime900,
|
|
54
|
+
'bg/accent/yellow/subtlest': palette.yellow900,
|
|
55
|
+
'bg/accent/red/subtlest': palette.red900,
|
|
56
|
+
'bg/accent/red/subtle': palette.red500,
|
|
57
|
+
'bg/accent/red': palette.red400,
|
|
58
|
+
'bg/accent/gray/subtlest': palette.gray700,
|
|
59
|
+
'bg/selected/primary': palette.orange400,
|
|
60
|
+
'bg/selected': palette.gray50,
|
|
61
|
+
'bg/selected/subtle': palette.gray800,
|
|
62
|
+
'bg/inverse': palette.white,
|
|
63
|
+
'bg/inverse/subtlest': palette.white10A,
|
|
64
|
+
'bg/success': palette.lime900,
|
|
65
|
+
'bg/success/bold': palette.lime400,
|
|
66
|
+
'bg/warning': palette.yellow900,
|
|
67
|
+
'bg/warning/bold': palette.yellow400,
|
|
68
|
+
'bg/danger': palette.red900,
|
|
69
|
+
'bg/danger/bold': palette.red500,
|
|
70
|
+
'bg/danger/bold/hovered': palette.red300,
|
|
71
|
+
'bg/danger/bold/pressed': palette.red300
|
|
72
|
+
};
|
|
73
|
+
const borderColor = {
|
|
74
|
+
'border/neutral/subtle': palette.gray900,
|
|
75
|
+
'border/neutral': palette.gray800,
|
|
76
|
+
'border/neutral/bolder': palette.gray700,
|
|
77
|
+
'border/input': palette.gray800,
|
|
78
|
+
'border/inverse': palette.white10A,
|
|
79
|
+
'border/selected': palette.gray50,
|
|
80
|
+
'border/disabled': palette.gray900,
|
|
81
|
+
'border/primary': palette.orange400,
|
|
82
|
+
'border/hovered': palette.blue600,
|
|
83
|
+
'border/focused': palette.blue400,
|
|
84
|
+
'border/danger': palette.red400,
|
|
85
|
+
'border/success': palette.lime400,
|
|
86
|
+
'border/accent/blue': palette.blue400
|
|
87
|
+
};
|
|
88
|
+
const iconColor = {
|
|
89
|
+
'icon/neutral': palette.gray600,
|
|
90
|
+
'icon/neutral/bold': palette.gray500,
|
|
91
|
+
'icon/neutral/bolder': palette.gray200,
|
|
92
|
+
'icon/accent/gray': palette.gray50,
|
|
93
|
+
'icon/accent/blue/subtle': palette.blue700,
|
|
94
|
+
'icon/accent/blue': palette.blue400,
|
|
95
|
+
'icon/accent/blue/bold': palette.blue200,
|
|
96
|
+
'icon/accent/green': palette.lime400,
|
|
97
|
+
'icon/accent/yellow': palette.yellow400,
|
|
98
|
+
'icon/accent/red': palette.red400,
|
|
99
|
+
'icon/inverse': palette.gray900,
|
|
100
|
+
'icon/disabled': palette.gray600,
|
|
101
|
+
'icon/disabled/subtler': palette.gray700,
|
|
102
|
+
'icon/selected/primary': palette.orange400,
|
|
103
|
+
'icon/selected': palette.gray50,
|
|
104
|
+
'icon/primary/subtle': palette.orange600,
|
|
105
|
+
'icon/primary': palette.orange400,
|
|
106
|
+
'icon/primary/bold': palette.orange200,
|
|
107
|
+
'icon/success': palette.lime400,
|
|
108
|
+
'icon/warning': palette.yellow400,
|
|
109
|
+
'icon/danger': palette.red400
|
|
110
|
+
};
|
|
111
|
+
const linkColor = {
|
|
112
|
+
'link': palette.blue400,
|
|
113
|
+
'link/hovered': palette.blue200,
|
|
114
|
+
'link/pressed': palette.blue200,
|
|
115
|
+
'link/neutral': palette.gray400,
|
|
116
|
+
'link/neutral/hovered': palette.gray200,
|
|
117
|
+
'link/neutral/pressed': palette.gray200,
|
|
118
|
+
'link/neutral/bold': palette.gray200,
|
|
119
|
+
'link/neutral/bold/hovered': palette.gray50,
|
|
120
|
+
'link/neutral/bold/pressed': palette.gray50,
|
|
121
|
+
'link/disabled': palette.gray500
|
|
122
|
+
};
|
|
123
|
+
const dimColor = {
|
|
124
|
+
dim: palette.black60A
|
|
125
|
+
};
|
|
126
|
+
const scaleColor = {
|
|
127
|
+
'scale/violet/0': palette.violet900,
|
|
128
|
+
'scale/violet/1': palette.violet800,
|
|
129
|
+
'scale/violet/2': palette.violet700,
|
|
130
|
+
'scale/violet/3': palette.violet600,
|
|
131
|
+
'scale/violet/4': palette.violet500,
|
|
132
|
+
'scale/violet/5': palette.violet400,
|
|
133
|
+
'scale/violet/6': palette.violet300,
|
|
134
|
+
'scale/violet/7': palette.violet200,
|
|
135
|
+
'scale/violet/8': palette.violet100,
|
|
136
|
+
'scale/violet/9': palette.violet50,
|
|
137
|
+
'scale/gray/0': palette.gray900,
|
|
138
|
+
'scale/gray/1': palette.gray800,
|
|
139
|
+
'scale/gray/2': palette.gray700,
|
|
140
|
+
'scale/gray/3': palette.gray600,
|
|
141
|
+
'scale/gray/4': palette.gray500,
|
|
142
|
+
'scale/gray/5': palette.gray400,
|
|
143
|
+
'scale/gray/6': palette.gray300,
|
|
144
|
+
'scale/gray/7': palette.gray200,
|
|
145
|
+
'scale/gray/8': palette.gray100,
|
|
146
|
+
'scale/gray/9': palette.gray50,
|
|
147
|
+
'scale/blue/0': palette.blue900,
|
|
148
|
+
'scale/blue/1': palette.blue800,
|
|
149
|
+
'scale/blue/2': palette.blue700,
|
|
150
|
+
'scale/blue/3': palette.blue600,
|
|
151
|
+
'scale/blue/4': palette.blue500,
|
|
152
|
+
'scale/blue/5': palette.blue400,
|
|
153
|
+
'scale/blue/6': palette.blue300,
|
|
154
|
+
'scale/blue/7': palette.blue200,
|
|
155
|
+
'scale/blue/8': palette.blue100,
|
|
156
|
+
'scale/blue/9': palette.blue50,
|
|
157
|
+
'scale/green/0': palette.green900,
|
|
158
|
+
'scale/green/1': palette.green800,
|
|
159
|
+
'scale/green/2': palette.green700,
|
|
160
|
+
'scale/green/3': palette.green600,
|
|
161
|
+
'scale/green/4': palette.green500,
|
|
162
|
+
'scale/green/5': palette.green400,
|
|
163
|
+
'scale/green/6': palette.green300,
|
|
164
|
+
'scale/green/7': palette.green200,
|
|
165
|
+
'scale/green/8': palette.green100,
|
|
166
|
+
'scale/green/9': palette.green50,
|
|
167
|
+
'scale/pink/0': palette.fuchsiaPink900,
|
|
168
|
+
'scale/pink/1': palette.fuchsiaPink800,
|
|
169
|
+
'scale/pink/2': palette.fuchsiaPink700,
|
|
170
|
+
'scale/pink/3': palette.fuchsiaPink600,
|
|
171
|
+
'scale/pink/4': palette.fuchsiaPink500,
|
|
172
|
+
'scale/pink/5': palette.fuchsiaPink400,
|
|
173
|
+
'scale/pink/6': palette.fuchsiaPink300,
|
|
174
|
+
'scale/pink/7': palette.fuchsiaPink200,
|
|
175
|
+
'scale/pink/8': palette.fuchsiaPink100,
|
|
176
|
+
'scale/pink/9': palette.fuchsiaPink50,
|
|
177
|
+
'scale/skyblue/0': palette.skyBlue900,
|
|
178
|
+
'scale/skyblue/1': palette.skyBlue800,
|
|
179
|
+
'scale/skyblue/2': palette.skyBlue700,
|
|
180
|
+
'scale/skyblue/3': palette.skyBlue600,
|
|
181
|
+
'scale/skyblue/4': palette.skyBlue500,
|
|
182
|
+
'scale/skyblue/5': palette.skyBlue400,
|
|
183
|
+
'scale/skyblue/6': palette.skyBlue300,
|
|
184
|
+
'scale/skyblue/7': palette.skyBlue200,
|
|
185
|
+
'scale/skyblue/8': palette.skyBlue100,
|
|
186
|
+
'scale/skyblue/9': palette.skyBlue50,
|
|
187
|
+
'scale/red/0': palette.indianRed900,
|
|
188
|
+
'scale/red/1': palette.indianRed800,
|
|
189
|
+
'scale/red/2': palette.indianRed700,
|
|
190
|
+
'scale/red/3': palette.indianRed600,
|
|
191
|
+
'scale/red/4': palette.indianRed500,
|
|
192
|
+
'scale/red/5': palette.indianRed400,
|
|
193
|
+
'scale/red/6': palette.indianRed300,
|
|
194
|
+
'scale/red/7': palette.indianRed200,
|
|
195
|
+
'scale/red/8': palette.indianRed100,
|
|
196
|
+
'scale/red/9': palette.indianRed50,
|
|
197
|
+
'scale/yellow/0': palette.mustardYellow900,
|
|
198
|
+
'scale/yellow/1': palette.mustardYellow800,
|
|
199
|
+
'scale/yellow/2': palette.mustardYellow700,
|
|
200
|
+
'scale/yellow/3': palette.mustardYellow600,
|
|
201
|
+
'scale/yellow/4': palette.mustardYellow500,
|
|
202
|
+
'scale/yellow/5': palette.mustardYellow400,
|
|
203
|
+
'scale/yellow/6': palette.mustardYellow300,
|
|
204
|
+
'scale/yellow/7': palette.mustardYellow200,
|
|
205
|
+
'scale/yellow/8': palette.mustardYellow100,
|
|
206
|
+
'scale/yellow/9': palette.mustardYellow50
|
|
207
|
+
};
|
|
208
|
+
const gpaiDarkColor = {
|
|
209
|
+
...textColor,
|
|
210
|
+
...bgColor,
|
|
211
|
+
...borderColor,
|
|
212
|
+
...iconColor,
|
|
213
|
+
...linkColor,
|
|
214
|
+
...dimColor,
|
|
215
|
+
...scaleColor
|
|
216
|
+
};
|
|
217
|
+
|
|
218
|
+
export { gpaiDarkColor as default };
|