@diskette/palette 0.7.0 → 0.9.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/README.md +233 -0
- package/dist/colors/amber.d.ts +128 -0
- package/dist/colors/amber.js +127 -0
- package/dist/colors/black-alpha.d.ts +31 -0
- package/dist/colors/black-alpha.js +30 -0
- package/dist/colors/blue.d.ts +128 -0
- package/dist/colors/blue.js +127 -0
- package/dist/colors/bronze.d.ts +128 -0
- package/dist/colors/bronze.js +127 -0
- package/dist/colors/brown.d.ts +128 -0
- package/dist/colors/brown.js +127 -0
- package/dist/colors/crimson.d.ts +128 -0
- package/dist/colors/crimson.js +127 -0
- package/dist/colors/cyan.d.ts +128 -0
- package/dist/colors/cyan.js +127 -0
- package/dist/colors/gold.d.ts +128 -0
- package/dist/colors/gold.js +127 -0
- package/dist/colors/grass.d.ts +128 -0
- package/dist/colors/grass.js +127 -0
- package/dist/colors/gray.d.ts +128 -0
- package/dist/colors/gray.js +127 -0
- package/dist/colors/green.d.ts +128 -0
- package/dist/colors/green.js +127 -0
- package/dist/colors/index.d.ts +33 -0
- package/dist/colors/index.js +33 -0
- package/dist/colors/indigo.d.ts +128 -0
- package/dist/colors/indigo.js +127 -0
- package/dist/colors/iris.d.ts +128 -0
- package/dist/colors/iris.js +127 -0
- package/dist/colors/jade.d.ts +128 -0
- package/dist/colors/jade.js +127 -0
- package/dist/colors/lime.d.ts +128 -0
- package/dist/colors/lime.js +127 -0
- package/dist/colors/mauve.d.ts +128 -0
- package/dist/colors/mauve.js +127 -0
- package/dist/colors/mint.d.ts +128 -0
- package/dist/colors/mint.js +127 -0
- package/dist/colors/olive.d.ts +128 -0
- package/dist/colors/olive.js +127 -0
- package/dist/colors/orange.d.ts +128 -0
- package/dist/colors/orange.js +127 -0
- package/dist/colors/pink.d.ts +128 -0
- package/dist/colors/pink.js +127 -0
- package/dist/colors/plum.d.ts +128 -0
- package/dist/colors/plum.js +127 -0
- package/dist/colors/purple.d.ts +128 -0
- package/dist/colors/purple.js +127 -0
- package/dist/colors/red.d.ts +128 -0
- package/dist/colors/red.js +127 -0
- package/dist/colors/ruby.d.ts +128 -0
- package/dist/colors/ruby.js +127 -0
- package/dist/colors/sage.d.ts +128 -0
- package/dist/colors/sage.js +127 -0
- package/dist/colors/sand.d.ts +128 -0
- package/dist/colors/sand.js +127 -0
- package/dist/colors/sky.d.ts +128 -0
- package/dist/colors/sky.js +127 -0
- package/dist/colors/slate.d.ts +128 -0
- package/dist/colors/slate.js +127 -0
- package/dist/colors/teal.d.ts +128 -0
- package/dist/colors/teal.js +127 -0
- package/dist/colors/tomato.d.ts +128 -0
- package/dist/colors/tomato.js +127 -0
- package/dist/colors/violet.d.ts +128 -0
- package/dist/colors/violet.js +127 -0
- package/dist/colors/white-alpha.d.ts +31 -0
- package/dist/colors/white-alpha.js +30 -0
- package/dist/colors/yellow.d.ts +128 -0
- package/dist/colors/yellow.js +127 -0
- package/dist/index.d.ts +3911 -0
- package/dist/index.js +67 -0
- package/dist/lib.d.ts +30 -0
- package/dist/lib.js +87 -0
- package/dist/types.d.ts +40 -0
- package/dist/{colors.js → types.js} +0 -1
- package/package.json +7 -6
- package/dist/accents.css +0 -63
- package/dist/amber-accents.css +0 -32
- package/dist/amber-p3.css +0 -95
- package/dist/black-alpha.css +0 -29
- package/dist/blue-accents.css +0 -32
- package/dist/blue-p3.css +0 -95
- package/dist/bronze-accents.css +0 -32
- package/dist/bronze-p3.css +0 -95
- package/dist/brown-accents.css +0 -32
- package/dist/brown-p3.css +0 -95
- package/dist/colors.d.ts +0 -6
- package/dist/crimson-accents.css +0 -32
- package/dist/crimson-p3.css +0 -95
- package/dist/cyan-accents.css +0 -32
- package/dist/cyan-p3.css +0 -95
- package/dist/gold-accents.css +0 -32
- package/dist/gold-p3.css +0 -95
- package/dist/grass-accents.css +0 -32
- package/dist/grass-p3.css +0 -95
- package/dist/gray-accents.css +0 -32
- package/dist/gray-p3.css +0 -95
- package/dist/green-accents.css +0 -32
- package/dist/green-p3.css +0 -95
- package/dist/indigo-accents.css +0 -32
- package/dist/indigo-p3.css +0 -95
- package/dist/iris-accents.css +0 -32
- package/dist/iris-p3.css +0 -95
- package/dist/jade-accents.css +0 -32
- package/dist/jade-p3.css +0 -95
- package/dist/lime-accents.css +0 -32
- package/dist/lime-p3.css +0 -95
- package/dist/mauve-accents.css +0 -65
- package/dist/mauve-p3.css +0 -95
- package/dist/mint-accents.css +0 -32
- package/dist/mint-p3.css +0 -95
- package/dist/olive-accents.css +0 -65
- package/dist/olive-p3.css +0 -95
- package/dist/orange-accents.css +0 -32
- package/dist/orange-p3.css +0 -95
- package/dist/pink-accents.css +0 -32
- package/dist/pink-p3.css +0 -95
- package/dist/plum-accents.css +0 -32
- package/dist/plum-p3.css +0 -95
- package/dist/purple-accents.css +0 -32
- package/dist/purple-p3.css +0 -95
- package/dist/red-accents.css +0 -32
- package/dist/red-p3.css +0 -95
- package/dist/ruby-accents.css +0 -32
- package/dist/ruby-p3.css +0 -95
- package/dist/sage-accents.css +0 -65
- package/dist/sage-p3.css +0 -95
- package/dist/sand-accents.css +0 -65
- package/dist/sand-p3.css +0 -95
- package/dist/sky-accents.css +0 -32
- package/dist/sky-p3.css +0 -95
- package/dist/slate-accents.css +0 -65
- package/dist/slate-p3.css +0 -95
- package/dist/teal-accents.css +0 -32
- package/dist/teal-p3.css +0 -95
- package/dist/tomato-accents.css +0 -32
- package/dist/tomato-p3.css +0 -95
- package/dist/violet-accents.css +0 -32
- package/dist/violet-p3.css +0 -95
- package/dist/white-alpha.css +0 -29
- package/dist/yellow-accents.css +0 -32
- package/dist/yellow-p3.css +0 -95
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
srgb: {
|
|
3
|
+
light: {
|
|
4
|
+
olive1: string;
|
|
5
|
+
olive2: string;
|
|
6
|
+
olive3: string;
|
|
7
|
+
olive4: string;
|
|
8
|
+
olive5: string;
|
|
9
|
+
olive6: string;
|
|
10
|
+
olive7: string;
|
|
11
|
+
olive8: string;
|
|
12
|
+
olive9: string;
|
|
13
|
+
olive10: string;
|
|
14
|
+
olive11: string;
|
|
15
|
+
olive12: string;
|
|
16
|
+
oliveA1: string;
|
|
17
|
+
oliveA2: string;
|
|
18
|
+
oliveA3: string;
|
|
19
|
+
oliveA4: string;
|
|
20
|
+
oliveA5: string;
|
|
21
|
+
oliveA6: string;
|
|
22
|
+
oliveA7: string;
|
|
23
|
+
oliveA8: string;
|
|
24
|
+
oliveA9: string;
|
|
25
|
+
oliveA10: string;
|
|
26
|
+
oliveA11: string;
|
|
27
|
+
oliveA12: string;
|
|
28
|
+
surface: string;
|
|
29
|
+
};
|
|
30
|
+
dark: {
|
|
31
|
+
olive1: string;
|
|
32
|
+
olive2: string;
|
|
33
|
+
olive3: string;
|
|
34
|
+
olive4: string;
|
|
35
|
+
olive5: string;
|
|
36
|
+
olive6: string;
|
|
37
|
+
olive7: string;
|
|
38
|
+
olive8: string;
|
|
39
|
+
olive9: string;
|
|
40
|
+
olive10: string;
|
|
41
|
+
olive11: string;
|
|
42
|
+
olive12: string;
|
|
43
|
+
oliveA1: string;
|
|
44
|
+
oliveA2: string;
|
|
45
|
+
oliveA3: string;
|
|
46
|
+
oliveA4: string;
|
|
47
|
+
oliveA5: string;
|
|
48
|
+
oliveA6: string;
|
|
49
|
+
oliveA7: string;
|
|
50
|
+
oliveA8: string;
|
|
51
|
+
oliveA9: string;
|
|
52
|
+
oliveA10: string;
|
|
53
|
+
oliveA11: string;
|
|
54
|
+
oliveA12: string;
|
|
55
|
+
surface: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
p3: {
|
|
59
|
+
light: {
|
|
60
|
+
olive1: string;
|
|
61
|
+
olive2: string;
|
|
62
|
+
olive3: string;
|
|
63
|
+
olive4: string;
|
|
64
|
+
olive5: string;
|
|
65
|
+
olive6: string;
|
|
66
|
+
olive7: string;
|
|
67
|
+
olive8: string;
|
|
68
|
+
olive9: string;
|
|
69
|
+
olive10: string;
|
|
70
|
+
olive11: string;
|
|
71
|
+
olive12: string;
|
|
72
|
+
oliveA1: string;
|
|
73
|
+
oliveA2: string;
|
|
74
|
+
oliveA3: string;
|
|
75
|
+
oliveA4: string;
|
|
76
|
+
oliveA5: string;
|
|
77
|
+
oliveA6: string;
|
|
78
|
+
oliveA7: string;
|
|
79
|
+
oliveA8: string;
|
|
80
|
+
oliveA9: string;
|
|
81
|
+
oliveA10: string;
|
|
82
|
+
oliveA11: string;
|
|
83
|
+
oliveA12: string;
|
|
84
|
+
surface: string;
|
|
85
|
+
};
|
|
86
|
+
dark: {
|
|
87
|
+
olive1: string;
|
|
88
|
+
olive2: string;
|
|
89
|
+
olive3: string;
|
|
90
|
+
olive4: string;
|
|
91
|
+
olive5: string;
|
|
92
|
+
olive6: string;
|
|
93
|
+
olive7: string;
|
|
94
|
+
olive8: string;
|
|
95
|
+
olive9: string;
|
|
96
|
+
olive10: string;
|
|
97
|
+
olive11: string;
|
|
98
|
+
olive12: string;
|
|
99
|
+
oliveA1: string;
|
|
100
|
+
oliveA2: string;
|
|
101
|
+
oliveA3: string;
|
|
102
|
+
oliveA4: string;
|
|
103
|
+
oliveA5: string;
|
|
104
|
+
oliveA6: string;
|
|
105
|
+
oliveA7: string;
|
|
106
|
+
oliveA8: string;
|
|
107
|
+
oliveA9: string;
|
|
108
|
+
oliveA10: string;
|
|
109
|
+
oliveA11: string;
|
|
110
|
+
oliveA12: string;
|
|
111
|
+
surface: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
contrast: string;
|
|
115
|
+
indicator: string;
|
|
116
|
+
track: string;
|
|
117
|
+
surface: {
|
|
118
|
+
srgb: {
|
|
119
|
+
light: string;
|
|
120
|
+
dark: string;
|
|
121
|
+
};
|
|
122
|
+
p3: {
|
|
123
|
+
light: string;
|
|
124
|
+
dark: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
export default _default;
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
srgb: {
|
|
3
|
+
light: {
|
|
4
|
+
olive1: '#fcfdfc',
|
|
5
|
+
olive2: '#f8faf8',
|
|
6
|
+
olive3: '#eff1ef',
|
|
7
|
+
olive4: '#e7e9e7',
|
|
8
|
+
olive5: '#dfe2df',
|
|
9
|
+
olive6: '#d7dad7',
|
|
10
|
+
olive7: '#cccfcc',
|
|
11
|
+
olive8: '#b9bcb8',
|
|
12
|
+
olive9: '#898e87',
|
|
13
|
+
olive10: '#7f847d',
|
|
14
|
+
olive11: '#60655f',
|
|
15
|
+
olive12: '#1d211c',
|
|
16
|
+
oliveA1: '#00550003',
|
|
17
|
+
oliveA2: '#00490007',
|
|
18
|
+
oliveA3: '#00200010',
|
|
19
|
+
oliveA4: '#00160018',
|
|
20
|
+
oliveA5: '#00180020',
|
|
21
|
+
oliveA6: '#00140028',
|
|
22
|
+
oliveA7: '#000f0033',
|
|
23
|
+
oliveA8: '#040f0047',
|
|
24
|
+
oliveA9: '#050f0078',
|
|
25
|
+
oliveA10: '#040e0082',
|
|
26
|
+
oliveA11: '#020a00a0',
|
|
27
|
+
oliveA12: '#010600e3',
|
|
28
|
+
surface: '#ffffffcc',
|
|
29
|
+
},
|
|
30
|
+
dark: {
|
|
31
|
+
olive1: '#111210',
|
|
32
|
+
olive2: '#181917',
|
|
33
|
+
olive3: '#212220',
|
|
34
|
+
olive4: '#282a27',
|
|
35
|
+
olive5: '#2f312e',
|
|
36
|
+
olive6: '#383a36',
|
|
37
|
+
olive7: '#454843',
|
|
38
|
+
olive8: '#5c625b',
|
|
39
|
+
olive9: '#687066',
|
|
40
|
+
olive10: '#767d74',
|
|
41
|
+
olive11: '#afb5ad',
|
|
42
|
+
olive12: '#eceeec',
|
|
43
|
+
oliveA1: '#00000000',
|
|
44
|
+
oliveA2: '#f1f2f008',
|
|
45
|
+
oliveA3: '#f4f5f312',
|
|
46
|
+
oliveA4: '#f3fef21a',
|
|
47
|
+
oliveA5: '#f2fbf122',
|
|
48
|
+
oliveA6: '#f4faed2c',
|
|
49
|
+
oliveA7: '#f2fced3b',
|
|
50
|
+
oliveA8: '#edfdeb57',
|
|
51
|
+
oliveA9: '#ebfde766',
|
|
52
|
+
oliveA10: '#f0fdec74',
|
|
53
|
+
oliveA11: '#f6fef4b0',
|
|
54
|
+
oliveA12: '#fdfffded',
|
|
55
|
+
surface: '#1f201e80',
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
p3: {
|
|
59
|
+
light: {
|
|
60
|
+
olive1: 'color(display-p3 0.989 0.992 0.989)',
|
|
61
|
+
olive2: 'color(display-p3 0.974 0.98 0.973)',
|
|
62
|
+
olive3: 'color(display-p3 0.939 0.945 0.937)',
|
|
63
|
+
olive4: 'color(display-p3 0.907 0.914 0.905)',
|
|
64
|
+
olive5: 'color(display-p3 0.878 0.885 0.875)',
|
|
65
|
+
olive6: 'color(display-p3 0.846 0.855 0.843)',
|
|
66
|
+
olive7: 'color(display-p3 0.803 0.812 0.8)',
|
|
67
|
+
olive8: 'color(display-p3 0.727 0.738 0.723)',
|
|
68
|
+
olive9: 'color(display-p3 0.541 0.556 0.532)',
|
|
69
|
+
olive10: 'color(display-p3 0.5 0.515 0.491)',
|
|
70
|
+
olive11: 'color(display-p3 0.38 0.395 0.374)',
|
|
71
|
+
olive12: 'color(display-p3 0.117 0.129 0.111)',
|
|
72
|
+
oliveA1: 'color(display-p3 0.024 0.349 0.024 / 0.012)',
|
|
73
|
+
oliveA2: 'color(display-p3 0.024 0.302 0.024 / 0.028)',
|
|
74
|
+
oliveA3: 'color(display-p3 0.008 0.129 0.008 / 0.063)',
|
|
75
|
+
oliveA4: 'color(display-p3 0.012 0.094 0.012 / 0.095)',
|
|
76
|
+
oliveA5: 'color(display-p3 0.035 0.098 0.008 / 0.126)',
|
|
77
|
+
oliveA6: 'color(display-p3 0.027 0.078 0.004 / 0.157)',
|
|
78
|
+
oliveA7: 'color(display-p3 0.02 0.059 0 / 0.2)',
|
|
79
|
+
oliveA8: 'color(display-p3 0.02 0.059 0.004 / 0.279)',
|
|
80
|
+
oliveA9: 'color(display-p3 0.02 0.051 0.004 / 0.467)',
|
|
81
|
+
oliveA10: 'color(display-p3 0.024 0.047 0 / 0.51)',
|
|
82
|
+
oliveA11: 'color(display-p3 0.012 0.039 0 / 0.628)',
|
|
83
|
+
oliveA12: 'color(display-p3 0.008 0.024 0 / 0.891)',
|
|
84
|
+
surface: 'color(display-p3 1 1 1 / 0.8)',
|
|
85
|
+
},
|
|
86
|
+
dark: {
|
|
87
|
+
olive1: 'color(display-p3 0.067 0.07 0.063)',
|
|
88
|
+
olive2: 'color(display-p3 0.095 0.098 0.091)',
|
|
89
|
+
olive3: 'color(display-p3 0.131 0.135 0.126)',
|
|
90
|
+
olive4: 'color(display-p3 0.158 0.163 0.153)',
|
|
91
|
+
olive5: 'color(display-p3 0.186 0.192 0.18)',
|
|
92
|
+
olive6: 'color(display-p3 0.221 0.229 0.215)',
|
|
93
|
+
olive7: 'color(display-p3 0.273 0.284 0.266)',
|
|
94
|
+
olive8: 'color(display-p3 0.365 0.382 0.359)',
|
|
95
|
+
olive9: 'color(display-p3 0.414 0.438 0.404)',
|
|
96
|
+
olive10: 'color(display-p3 0.467 0.49 0.458)',
|
|
97
|
+
olive11: 'color(display-p3 0.69 0.709 0.682)',
|
|
98
|
+
olive12: 'color(display-p3 0.927 0.933 0.926)',
|
|
99
|
+
oliveA1: 'color(display-p3 0 0 0 / 0)',
|
|
100
|
+
oliveA2: 'color(display-p3 0.984 0.988 0.976 / 0.03)',
|
|
101
|
+
oliveA3: 'color(display-p3 0.992 0.996 0.988 / 0.068)',
|
|
102
|
+
oliveA4: 'color(display-p3 0.953 0.996 0.949 / 0.102)',
|
|
103
|
+
oliveA5: 'color(display-p3 0.969 1 0.965 / 0.131)',
|
|
104
|
+
oliveA6: 'color(display-p3 0.973 1 0.969 / 0.169)',
|
|
105
|
+
oliveA7: 'color(display-p3 0.98 1 0.961 / 0.228)',
|
|
106
|
+
oliveA8: 'color(display-p3 0.961 1 0.957 / 0.334)',
|
|
107
|
+
oliveA9: 'color(display-p3 0.949 1 0.922 / 0.397)',
|
|
108
|
+
oliveA10: 'color(display-p3 0.953 1 0.941 / 0.452)',
|
|
109
|
+
oliveA11: 'color(display-p3 0.976 1 0.965 / 0.688)',
|
|
110
|
+
oliveA12: 'color(display-p3 0.992 1 0.992 / 0.929)',
|
|
111
|
+
surface: 'color(display-p3 0.1176 0.1255 0.1176 / 0.5)',
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
contrast: 'white',
|
|
115
|
+
indicator: 'olive9',
|
|
116
|
+
track: 'olive9',
|
|
117
|
+
surface: {
|
|
118
|
+
srgb: {
|
|
119
|
+
light: '#ffffffcc',
|
|
120
|
+
dark: '#1f201e80',
|
|
121
|
+
},
|
|
122
|
+
p3: {
|
|
123
|
+
light: 'color(display-p3 1 1 1 / 0.8)',
|
|
124
|
+
dark: 'color(display-p3 0.1176 0.1255 0.1176 / 0.5)',
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
};
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
srgb: {
|
|
3
|
+
light: {
|
|
4
|
+
orange1: string;
|
|
5
|
+
orange2: string;
|
|
6
|
+
orange3: string;
|
|
7
|
+
orange4: string;
|
|
8
|
+
orange5: string;
|
|
9
|
+
orange6: string;
|
|
10
|
+
orange7: string;
|
|
11
|
+
orange8: string;
|
|
12
|
+
orange9: string;
|
|
13
|
+
orange10: string;
|
|
14
|
+
orange11: string;
|
|
15
|
+
orange12: string;
|
|
16
|
+
orangeA1: string;
|
|
17
|
+
orangeA2: string;
|
|
18
|
+
orangeA3: string;
|
|
19
|
+
orangeA4: string;
|
|
20
|
+
orangeA5: string;
|
|
21
|
+
orangeA6: string;
|
|
22
|
+
orangeA7: string;
|
|
23
|
+
orangeA8: string;
|
|
24
|
+
orangeA9: string;
|
|
25
|
+
orangeA10: string;
|
|
26
|
+
orangeA11: string;
|
|
27
|
+
orangeA12: string;
|
|
28
|
+
surface: string;
|
|
29
|
+
};
|
|
30
|
+
dark: {
|
|
31
|
+
orange1: string;
|
|
32
|
+
orange2: string;
|
|
33
|
+
orange3: string;
|
|
34
|
+
orange4: string;
|
|
35
|
+
orange5: string;
|
|
36
|
+
orange6: string;
|
|
37
|
+
orange7: string;
|
|
38
|
+
orange8: string;
|
|
39
|
+
orange9: string;
|
|
40
|
+
orange10: string;
|
|
41
|
+
orange11: string;
|
|
42
|
+
orange12: string;
|
|
43
|
+
orangeA1: string;
|
|
44
|
+
orangeA2: string;
|
|
45
|
+
orangeA3: string;
|
|
46
|
+
orangeA4: string;
|
|
47
|
+
orangeA5: string;
|
|
48
|
+
orangeA6: string;
|
|
49
|
+
orangeA7: string;
|
|
50
|
+
orangeA8: string;
|
|
51
|
+
orangeA9: string;
|
|
52
|
+
orangeA10: string;
|
|
53
|
+
orangeA11: string;
|
|
54
|
+
orangeA12: string;
|
|
55
|
+
surface: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
p3: {
|
|
59
|
+
light: {
|
|
60
|
+
orange1: string;
|
|
61
|
+
orange2: string;
|
|
62
|
+
orange3: string;
|
|
63
|
+
orange4: string;
|
|
64
|
+
orange5: string;
|
|
65
|
+
orange6: string;
|
|
66
|
+
orange7: string;
|
|
67
|
+
orange8: string;
|
|
68
|
+
orange9: string;
|
|
69
|
+
orange10: string;
|
|
70
|
+
orange11: string;
|
|
71
|
+
orange12: string;
|
|
72
|
+
orangeA1: string;
|
|
73
|
+
orangeA2: string;
|
|
74
|
+
orangeA3: string;
|
|
75
|
+
orangeA4: string;
|
|
76
|
+
orangeA5: string;
|
|
77
|
+
orangeA6: string;
|
|
78
|
+
orangeA7: string;
|
|
79
|
+
orangeA8: string;
|
|
80
|
+
orangeA9: string;
|
|
81
|
+
orangeA10: string;
|
|
82
|
+
orangeA11: string;
|
|
83
|
+
orangeA12: string;
|
|
84
|
+
surface: string;
|
|
85
|
+
};
|
|
86
|
+
dark: {
|
|
87
|
+
orange1: string;
|
|
88
|
+
orange2: string;
|
|
89
|
+
orange3: string;
|
|
90
|
+
orange4: string;
|
|
91
|
+
orange5: string;
|
|
92
|
+
orange6: string;
|
|
93
|
+
orange7: string;
|
|
94
|
+
orange8: string;
|
|
95
|
+
orange9: string;
|
|
96
|
+
orange10: string;
|
|
97
|
+
orange11: string;
|
|
98
|
+
orange12: string;
|
|
99
|
+
orangeA1: string;
|
|
100
|
+
orangeA2: string;
|
|
101
|
+
orangeA3: string;
|
|
102
|
+
orangeA4: string;
|
|
103
|
+
orangeA5: string;
|
|
104
|
+
orangeA6: string;
|
|
105
|
+
orangeA7: string;
|
|
106
|
+
orangeA8: string;
|
|
107
|
+
orangeA9: string;
|
|
108
|
+
orangeA10: string;
|
|
109
|
+
orangeA11: string;
|
|
110
|
+
orangeA12: string;
|
|
111
|
+
surface: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
contrast: string;
|
|
115
|
+
indicator: string;
|
|
116
|
+
track: string;
|
|
117
|
+
surface: {
|
|
118
|
+
srgb: {
|
|
119
|
+
light: string;
|
|
120
|
+
dark: string;
|
|
121
|
+
};
|
|
122
|
+
p3: {
|
|
123
|
+
light: string;
|
|
124
|
+
dark: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
export default _default;
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
srgb: {
|
|
3
|
+
light: {
|
|
4
|
+
orange1: '#fefcfb',
|
|
5
|
+
orange2: '#fff7ed',
|
|
6
|
+
orange3: '#ffefd6',
|
|
7
|
+
orange4: '#ffdfb5',
|
|
8
|
+
orange5: '#ffd19a',
|
|
9
|
+
orange6: '#ffc182',
|
|
10
|
+
orange7: '#f5ae73',
|
|
11
|
+
orange8: '#ec9455',
|
|
12
|
+
orange9: '#f76b15',
|
|
13
|
+
orange10: '#ef5f00',
|
|
14
|
+
orange11: '#cc4e00',
|
|
15
|
+
orange12: '#582d1d',
|
|
16
|
+
orangeA1: '#c0400004',
|
|
17
|
+
orangeA2: '#ff8e0012',
|
|
18
|
+
orangeA3: '#ff9c0029',
|
|
19
|
+
orangeA4: '#ff91014a',
|
|
20
|
+
orangeA5: '#ff8b0065',
|
|
21
|
+
orangeA6: '#ff81007d',
|
|
22
|
+
orangeA7: '#ed6c008c',
|
|
23
|
+
orangeA8: '#e35f00aa',
|
|
24
|
+
orangeA9: '#f65e00ea',
|
|
25
|
+
orangeA10: '#ef5f00',
|
|
26
|
+
orangeA11: '#cc4e00',
|
|
27
|
+
orangeA12: '#431200e2',
|
|
28
|
+
surface: '#fff5e9cc',
|
|
29
|
+
},
|
|
30
|
+
dark: {
|
|
31
|
+
orange1: '#17120e',
|
|
32
|
+
orange2: '#1e160f',
|
|
33
|
+
orange3: '#331e0b',
|
|
34
|
+
orange4: '#462100',
|
|
35
|
+
orange5: '#562800',
|
|
36
|
+
orange6: '#66350c',
|
|
37
|
+
orange7: '#7e451d',
|
|
38
|
+
orange8: '#a35829',
|
|
39
|
+
orange9: '#f76b15',
|
|
40
|
+
orange10: '#ff801f',
|
|
41
|
+
orange11: '#ffa057',
|
|
42
|
+
orange12: '#ffe0c2',
|
|
43
|
+
orangeA1: '#ec360007',
|
|
44
|
+
orangeA2: '#fe6d000e',
|
|
45
|
+
orangeA3: '#fb6a0025',
|
|
46
|
+
orangeA4: '#ff590039',
|
|
47
|
+
orangeA5: '#ff61004a',
|
|
48
|
+
orangeA6: '#fd75045c',
|
|
49
|
+
orangeA7: '#ff832c75',
|
|
50
|
+
orangeA8: '#fe84389d',
|
|
51
|
+
orangeA9: '#fe6d15f7',
|
|
52
|
+
orangeA10: '#ff801f',
|
|
53
|
+
orangeA11: '#ffa057',
|
|
54
|
+
orangeA12: '#ffe0c2',
|
|
55
|
+
surface: '#271d1380',
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
p3: {
|
|
59
|
+
light: {
|
|
60
|
+
orange1: 'color(display-p3 0.995 0.988 0.985)',
|
|
61
|
+
orange2: 'color(display-p3 0.994 0.968 0.934)',
|
|
62
|
+
orange3: 'color(display-p3 0.989 0.938 0.85)',
|
|
63
|
+
orange4: 'color(display-p3 1 0.874 0.687)',
|
|
64
|
+
orange5: 'color(display-p3 1 0.821 0.583)',
|
|
65
|
+
orange6: 'color(display-p3 0.975 0.767 0.545)',
|
|
66
|
+
orange7: 'color(display-p3 0.919 0.693 0.486)',
|
|
67
|
+
orange8: 'color(display-p3 0.877 0.597 0.379)',
|
|
68
|
+
orange9: 'color(display-p3 0.9 0.45 0.2)',
|
|
69
|
+
orange10: 'color(display-p3 0.87 0.409 0.164)',
|
|
70
|
+
orange11: 'color(display-p3 0.76 0.34 0)',
|
|
71
|
+
orange12: 'color(display-p3 0.323 0.185 0.127)',
|
|
72
|
+
orangeA1: 'color(display-p3 0.757 0.267 0.024 / 0.016)',
|
|
73
|
+
orangeA2: 'color(display-p3 0.886 0.533 0.008 / 0.067)',
|
|
74
|
+
orangeA3: 'color(display-p3 0.922 0.584 0.008 / 0.15)',
|
|
75
|
+
orangeA4: 'color(display-p3 1 0.604 0.004 / 0.314)',
|
|
76
|
+
orangeA5: 'color(display-p3 1 0.569 0.004 / 0.416)',
|
|
77
|
+
orangeA6: 'color(display-p3 0.949 0.494 0.004 / 0.455)',
|
|
78
|
+
orangeA7: 'color(display-p3 0.839 0.408 0 / 0.514)',
|
|
79
|
+
orangeA8: 'color(display-p3 0.804 0.349 0 / 0.62)',
|
|
80
|
+
orangeA9: 'color(display-p3 0.878 0.314 0 / 0.8)',
|
|
81
|
+
orangeA10: 'color(display-p3 0.843 0.29 0 / 0.836)',
|
|
82
|
+
orangeA11: 'color(display-p3 0.76 0.34 0)',
|
|
83
|
+
orangeA12: 'color(display-p3 0.323 0.185 0.127)',
|
|
84
|
+
surface: 'color(display-p3 0.9961 0.9608 0.9176 / 0.8)',
|
|
85
|
+
},
|
|
86
|
+
dark: {
|
|
87
|
+
orange1: 'color(display-p3 0.088 0.07 0.057)',
|
|
88
|
+
orange2: 'color(display-p3 0.113 0.089 0.061)',
|
|
89
|
+
orange3: 'color(display-p3 0.189 0.12 0.056)',
|
|
90
|
+
orange4: 'color(display-p3 0.262 0.132 0)',
|
|
91
|
+
orange5: 'color(display-p3 0.315 0.168 0.016)',
|
|
92
|
+
orange6: 'color(display-p3 0.376 0.219 0.088)',
|
|
93
|
+
orange7: 'color(display-p3 0.465 0.283 0.147)',
|
|
94
|
+
orange8: 'color(display-p3 0.601 0.359 0.201)',
|
|
95
|
+
orange9: 'color(display-p3 0.9 0.45 0.2)',
|
|
96
|
+
orange10: 'color(display-p3 0.98 0.51 0.23)',
|
|
97
|
+
orange11: 'color(display-p3 1 0.63 0.38)',
|
|
98
|
+
orange12: 'color(display-p3 0.98 0.883 0.775)',
|
|
99
|
+
orangeA1: 'color(display-p3 0.961 0.247 0 / 0.022)',
|
|
100
|
+
orangeA2: 'color(display-p3 0.992 0.529 0 / 0.051)',
|
|
101
|
+
orangeA3: 'color(display-p3 0.996 0.486 0 / 0.131)',
|
|
102
|
+
orangeA4: 'color(display-p3 0.996 0.384 0 / 0.211)',
|
|
103
|
+
orangeA5: 'color(display-p3 1 0.455 0 / 0.265)',
|
|
104
|
+
orangeA6: 'color(display-p3 1 0.529 0.129 / 0.332)',
|
|
105
|
+
orangeA7: 'color(display-p3 1 0.569 0.251 / 0.429)',
|
|
106
|
+
orangeA8: 'color(display-p3 1 0.584 0.302 / 0.572)',
|
|
107
|
+
orangeA9: 'color(display-p3 1 0.494 0.216 / 0.895)',
|
|
108
|
+
orangeA10: 'color(display-p3 1 0.522 0.235 / 0.979)',
|
|
109
|
+
orangeA11: 'color(display-p3 1 0.63 0.38)',
|
|
110
|
+
orangeA12: 'color(display-p3 0.98 0.883 0.775)',
|
|
111
|
+
surface: 'color(display-p3 0.1412 0.1098 0.0706 / 0.5)',
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
contrast: 'white',
|
|
115
|
+
indicator: 'orange9',
|
|
116
|
+
track: 'orange9',
|
|
117
|
+
surface: {
|
|
118
|
+
srgb: {
|
|
119
|
+
light: '#fff5e9cc',
|
|
120
|
+
dark: '#271d1380',
|
|
121
|
+
},
|
|
122
|
+
p3: {
|
|
123
|
+
light: 'color(display-p3 0.9961 0.9608 0.9176 / 0.8)',
|
|
124
|
+
dark: 'color(display-p3 0.1412 0.1098 0.0706 / 0.5)',
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
};
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
srgb: {
|
|
3
|
+
light: {
|
|
4
|
+
pink1: string;
|
|
5
|
+
pink2: string;
|
|
6
|
+
pink3: string;
|
|
7
|
+
pink4: string;
|
|
8
|
+
pink5: string;
|
|
9
|
+
pink6: string;
|
|
10
|
+
pink7: string;
|
|
11
|
+
pink8: string;
|
|
12
|
+
pink9: string;
|
|
13
|
+
pink10: string;
|
|
14
|
+
pink11: string;
|
|
15
|
+
pink12: string;
|
|
16
|
+
pinkA1: string;
|
|
17
|
+
pinkA2: string;
|
|
18
|
+
pinkA3: string;
|
|
19
|
+
pinkA4: string;
|
|
20
|
+
pinkA5: string;
|
|
21
|
+
pinkA6: string;
|
|
22
|
+
pinkA7: string;
|
|
23
|
+
pinkA8: string;
|
|
24
|
+
pinkA9: string;
|
|
25
|
+
pinkA10: string;
|
|
26
|
+
pinkA11: string;
|
|
27
|
+
pinkA12: string;
|
|
28
|
+
surface: string;
|
|
29
|
+
};
|
|
30
|
+
dark: {
|
|
31
|
+
pink1: string;
|
|
32
|
+
pink2: string;
|
|
33
|
+
pink3: string;
|
|
34
|
+
pink4: string;
|
|
35
|
+
pink5: string;
|
|
36
|
+
pink6: string;
|
|
37
|
+
pink7: string;
|
|
38
|
+
pink8: string;
|
|
39
|
+
pink9: string;
|
|
40
|
+
pink10: string;
|
|
41
|
+
pink11: string;
|
|
42
|
+
pink12: string;
|
|
43
|
+
pinkA1: string;
|
|
44
|
+
pinkA2: string;
|
|
45
|
+
pinkA3: string;
|
|
46
|
+
pinkA4: string;
|
|
47
|
+
pinkA5: string;
|
|
48
|
+
pinkA6: string;
|
|
49
|
+
pinkA7: string;
|
|
50
|
+
pinkA8: string;
|
|
51
|
+
pinkA9: string;
|
|
52
|
+
pinkA10: string;
|
|
53
|
+
pinkA11: string;
|
|
54
|
+
pinkA12: string;
|
|
55
|
+
surface: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
p3: {
|
|
59
|
+
light: {
|
|
60
|
+
pink1: string;
|
|
61
|
+
pink2: string;
|
|
62
|
+
pink3: string;
|
|
63
|
+
pink4: string;
|
|
64
|
+
pink5: string;
|
|
65
|
+
pink6: string;
|
|
66
|
+
pink7: string;
|
|
67
|
+
pink8: string;
|
|
68
|
+
pink9: string;
|
|
69
|
+
pink10: string;
|
|
70
|
+
pink11: string;
|
|
71
|
+
pink12: string;
|
|
72
|
+
pinkA1: string;
|
|
73
|
+
pinkA2: string;
|
|
74
|
+
pinkA3: string;
|
|
75
|
+
pinkA4: string;
|
|
76
|
+
pinkA5: string;
|
|
77
|
+
pinkA6: string;
|
|
78
|
+
pinkA7: string;
|
|
79
|
+
pinkA8: string;
|
|
80
|
+
pinkA9: string;
|
|
81
|
+
pinkA10: string;
|
|
82
|
+
pinkA11: string;
|
|
83
|
+
pinkA12: string;
|
|
84
|
+
surface: string;
|
|
85
|
+
};
|
|
86
|
+
dark: {
|
|
87
|
+
pink1: string;
|
|
88
|
+
pink2: string;
|
|
89
|
+
pink3: string;
|
|
90
|
+
pink4: string;
|
|
91
|
+
pink5: string;
|
|
92
|
+
pink6: string;
|
|
93
|
+
pink7: string;
|
|
94
|
+
pink8: string;
|
|
95
|
+
pink9: string;
|
|
96
|
+
pink10: string;
|
|
97
|
+
pink11: string;
|
|
98
|
+
pink12: string;
|
|
99
|
+
pinkA1: string;
|
|
100
|
+
pinkA2: string;
|
|
101
|
+
pinkA3: string;
|
|
102
|
+
pinkA4: string;
|
|
103
|
+
pinkA5: string;
|
|
104
|
+
pinkA6: string;
|
|
105
|
+
pinkA7: string;
|
|
106
|
+
pinkA8: string;
|
|
107
|
+
pinkA9: string;
|
|
108
|
+
pinkA10: string;
|
|
109
|
+
pinkA11: string;
|
|
110
|
+
pinkA12: string;
|
|
111
|
+
surface: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
contrast: string;
|
|
115
|
+
indicator: string;
|
|
116
|
+
track: string;
|
|
117
|
+
surface: {
|
|
118
|
+
srgb: {
|
|
119
|
+
light: string;
|
|
120
|
+
dark: string;
|
|
121
|
+
};
|
|
122
|
+
p3: {
|
|
123
|
+
light: string;
|
|
124
|
+
dark: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
export default _default;
|