@diskette/palette 0.18.0 → 0.20.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.
Files changed (77) hide show
  1. package/README.md +90 -70
  2. package/dist/cli/cli.d.ts +1 -1
  3. package/dist/cli/cli.js +59 -9
  4. package/dist/colors/amber.d.ts +21 -109
  5. package/dist/colors/amber.js +126 -109
  6. package/dist/colors/blue.d.ts +21 -109
  7. package/dist/colors/blue.js +126 -109
  8. package/dist/colors/bronze.d.ts +21 -109
  9. package/dist/colors/bronze.js +126 -109
  10. package/dist/colors/brown.d.ts +21 -109
  11. package/dist/colors/brown.js +126 -109
  12. package/dist/colors/crimson.d.ts +21 -109
  13. package/dist/colors/crimson.js +126 -109
  14. package/dist/colors/cyan.d.ts +21 -109
  15. package/dist/colors/cyan.js +126 -109
  16. package/dist/colors/gold.d.ts +21 -109
  17. package/dist/colors/gold.js +126 -109
  18. package/dist/colors/grass.d.ts +21 -109
  19. package/dist/colors/grass.js +126 -109
  20. package/dist/colors/gray.d.ts +21 -109
  21. package/dist/colors/gray.js +126 -109
  22. package/dist/colors/green.d.ts +21 -109
  23. package/dist/colors/green.js +126 -109
  24. package/dist/colors/indigo.d.ts +21 -109
  25. package/dist/colors/indigo.js +126 -109
  26. package/dist/colors/iris.d.ts +21 -109
  27. package/dist/colors/iris.js +126 -109
  28. package/dist/colors/jade.d.ts +21 -109
  29. package/dist/colors/jade.js +126 -109
  30. package/dist/colors/lime.d.ts +21 -109
  31. package/dist/colors/lime.js +126 -109
  32. package/dist/colors/mauve.d.ts +21 -109
  33. package/dist/colors/mauve.js +126 -109
  34. package/dist/colors/mint.d.ts +21 -109
  35. package/dist/colors/mint.js +126 -109
  36. package/dist/colors/olive.d.ts +21 -109
  37. package/dist/colors/olive.js +126 -109
  38. package/dist/colors/orange.d.ts +21 -109
  39. package/dist/colors/orange.js +126 -109
  40. package/dist/colors/pink.d.ts +21 -109
  41. package/dist/colors/pink.js +126 -109
  42. package/dist/colors/plum.d.ts +21 -109
  43. package/dist/colors/plum.js +126 -109
  44. package/dist/colors/purple.d.ts +21 -109
  45. package/dist/colors/purple.js +126 -109
  46. package/dist/colors/red.d.ts +21 -109
  47. package/dist/colors/red.js +126 -109
  48. package/dist/colors/ruby.d.ts +21 -109
  49. package/dist/colors/ruby.js +126 -109
  50. package/dist/colors/sage.d.ts +21 -109
  51. package/dist/colors/sage.js +126 -109
  52. package/dist/colors/sand.d.ts +21 -109
  53. package/dist/colors/sand.js +126 -109
  54. package/dist/colors/sky.d.ts +21 -109
  55. package/dist/colors/sky.js +126 -109
  56. package/dist/colors/slate.d.ts +21 -109
  57. package/dist/colors/slate.js +126 -109
  58. package/dist/colors/teal.d.ts +21 -109
  59. package/dist/colors/teal.js +126 -109
  60. package/dist/colors/tomato.d.ts +21 -109
  61. package/dist/colors/tomato.js +126 -109
  62. package/dist/colors/violet.d.ts +21 -109
  63. package/dist/colors/violet.js +126 -109
  64. package/dist/colors/yellow.d.ts +21 -109
  65. package/dist/colors/yellow.js +126 -109
  66. package/dist/css.d.ts +3 -2
  67. package/dist/css.js +28 -9
  68. package/dist/index.d.ts +716 -3444
  69. package/dist/index.js +2 -3
  70. package/dist/types.d.ts +24 -23
  71. package/dist/utils.d.ts +9 -0
  72. package/dist/utils.js +44 -0
  73. package/package.json +4 -3
  74. package/dist/cli/commands/generate.d.ts +0 -64
  75. package/dist/cli/commands/generate.js +0 -87
  76. package/dist/cli/commands/list.d.ts +0 -48
  77. package/dist/cli/commands/list.js +0 -33
@@ -1,125 +1,37 @@
1
1
  declare const _default: {
2
- srgb: {
2
+ name: "violet";
3
+ indicator: number;
4
+ contrast: string;
5
+ track: number;
6
+ surface: {
3
7
  light: {
4
- violet1: string;
5
- violet2: string;
6
- violet3: string;
7
- violet4: string;
8
- violet5: string;
9
- violet6: string;
10
- violet7: string;
11
- violet8: string;
12
- violet9: string;
13
- violet10: string;
14
- violet11: string;
15
- violet12: string;
16
- violetA1: string;
17
- violetA2: string;
18
- violetA3: string;
19
- violetA4: string;
20
- violetA5: string;
21
- violetA6: string;
22
- violetA7: string;
23
- violetA8: string;
24
- violetA9: string;
25
- violetA10: string;
26
- violetA11: string;
27
- violetA12: string;
8
+ srgb: string;
9
+ p3: string;
28
10
  };
29
11
  dark: {
30
- violet1: string;
31
- violet2: string;
32
- violet3: string;
33
- violet4: string;
34
- violet5: string;
35
- violet6: string;
36
- violet7: string;
37
- violet8: string;
38
- violet9: string;
39
- violet10: string;
40
- violet11: string;
41
- violet12: string;
42
- violetA1: string;
43
- violetA2: string;
44
- violetA3: string;
45
- violetA4: string;
46
- violetA5: string;
47
- violetA6: string;
48
- violetA7: string;
49
- violetA8: string;
50
- violetA9: string;
51
- violetA10: string;
52
- violetA11: string;
53
- violetA12: string;
12
+ srgb: string;
13
+ p3: string;
54
14
  };
55
15
  };
56
- p3: {
57
- light: {
58
- violet1: string;
59
- violet2: string;
60
- violet3: string;
61
- violet4: string;
62
- violet5: string;
63
- violet6: string;
64
- violet7: string;
65
- violet8: string;
66
- violet9: string;
67
- violet10: string;
68
- violet11: string;
69
- violet12: string;
70
- violetA1: string;
71
- violetA2: string;
72
- violetA3: string;
73
- violetA4: string;
74
- violetA5: string;
75
- violetA6: string;
76
- violetA7: string;
77
- violetA8: string;
78
- violetA9: string;
79
- violetA10: string;
80
- violetA11: string;
81
- violetA12: string;
16
+ light: {
17
+ srgb: {
18
+ solid: [string, string, string, string, string, string, string, string, string, string, string, string];
19
+ alpha: [string, string, string, string, string, string, string, string, string, string, string, string];
82
20
  };
83
- dark: {
84
- violet1: string;
85
- violet2: string;
86
- violet3: string;
87
- violet4: string;
88
- violet5: string;
89
- violet6: string;
90
- violet7: string;
91
- violet8: string;
92
- violet9: string;
93
- violet10: string;
94
- violet11: string;
95
- violet12: string;
96
- violetA1: string;
97
- violetA2: string;
98
- violetA3: string;
99
- violetA4: string;
100
- violetA5: string;
101
- violetA6: string;
102
- violetA7: string;
103
- violetA8: string;
104
- violetA9: string;
105
- violetA10: string;
106
- violetA11: string;
107
- violetA12: string;
21
+ p3: {
22
+ solid: [string, string, string, string, string, string, string, string, string, string, string, string];
23
+ alpha: [string, string, string, string, string, string, string, string, string, string, string, string];
108
24
  };
109
25
  };
110
- contrast: string;
111
- indicator: string;
112
- track: string;
113
- surface: {
26
+ dark: {
114
27
  srgb: {
115
- light: string;
116
- dark: string;
28
+ solid: [string, string, string, string, string, string, string, string, string, string, string, string];
29
+ alpha: [string, string, string, string, string, string, string, string, string, string, string, string];
117
30
  };
118
31
  p3: {
119
- light: string;
120
- dark: string;
32
+ solid: [string, string, string, string, string, string, string, string, string, string, string, string];
33
+ alpha: [string, string, string, string, string, string, string, string, string, string, string, string];
121
34
  };
122
35
  };
123
- name: "violet";
124
36
  };
125
37
  export default _default;
@@ -1,124 +1,141 @@
1
+ import {} from "../types.js";
1
2
  export default {
2
- srgb: {
3
+ name: 'violet',
4
+ indicator: 9,
5
+ contrast: 'white',
6
+ track: 9,
7
+ surface: {
3
8
  light: {
4
- violet1: '#fdfcfe',
5
- violet2: '#faf8ff',
6
- violet3: '#f4f0fe',
7
- violet4: '#ebe4ff',
8
- violet5: '#e1d9ff',
9
- violet6: '#d4cafe',
10
- violet7: '#c2b5f5',
11
- violet8: '#aa99ec',
12
- violet9: '#6e56cf',
13
- violet10: '#654dc4',
14
- violet11: '#6550b9',
15
- violet12: '#2f265f',
16
- violetA1: '#5500aa03',
17
- violetA2: '#4900ff07',
18
- violetA3: '#4400ee0f',
19
- violetA4: '#4300ff1b',
20
- violetA5: '#3600ff26',
21
- violetA6: '#3100fb35',
22
- violetA7: '#2d01dd4a',
23
- violetA8: '#2b00d066',
24
- violetA9: '#2400b7a9',
25
- violetA10: '#2300abb2',
26
- violetA11: '#1f0099af',
27
- violetA12: '#0b0043d9',
9
+ srgb: '#f9f6ffcc',
10
+ p3: 'color(display-p3 0.9725 0.9647 0.9961 / 0.8)',
28
11
  },
29
12
  dark: {
30
- violet1: '#14121f',
31
- violet2: '#1b1525',
32
- violet3: '#291f43',
33
- violet4: '#33255b',
34
- violet5: '#3c2e69',
35
- violet6: '#473876',
36
- violet7: '#56468b',
37
- violet8: '#6958ad',
38
- violet9: '#6e56cf',
39
- violet10: '#7d66d9',
40
- violet11: '#baa7ff',
41
- violet12: '#e2ddfe',
42
- violetA1: '#4422ff0f',
43
- violetA2: '#853ff916',
44
- violetA3: '#8354fe36',
45
- violetA4: '#7d51fd50',
46
- violetA5: '#845ffd5f',
47
- violetA6: '#8f6cfd6d',
48
- violetA7: '#9879ff83',
49
- violetA8: '#977dfea8',
50
- violetA9: '#8668ffcc',
51
- violetA10: '#9176fed7',
52
- violetA11: '#baa7ff',
53
- violetA12: '#e3defffe',
13
+ srgb: '#25193980',
14
+ p3: 'color(display-p3 0.1333 0.102 0.2118 / 0.5)',
54
15
  },
55
16
  },
56
- p3: {
57
- light: {
58
- violet1: 'color(display-p3 0.991 0.988 0.995)',
59
- violet2: 'color(display-p3 0.978 0.974 0.998)',
60
- violet3: 'color(display-p3 0.953 0.943 0.993)',
61
- violet4: 'color(display-p3 0.916 0.897 1)',
62
- violet5: 'color(display-p3 0.876 0.851 1)',
63
- violet6: 'color(display-p3 0.825 0.793 0.981)',
64
- violet7: 'color(display-p3 0.752 0.712 0.943)',
65
- violet8: 'color(display-p3 0.654 0.602 0.902)',
66
- violet9: 'color(display-p3 0.417 0.341 0.784)',
67
- violet10: 'color(display-p3 0.381 0.306 0.741)',
68
- violet11: 'color(display-p3 0.383 0.317 0.702)',
69
- violet12: 'color(display-p3 0.179 0.15 0.359)',
70
- violetA1: 'color(display-p3 0.349 0.024 0.675 / 0.012)',
71
- violetA2: 'color(display-p3 0.161 0.024 0.863 / 0.028)',
72
- violetA3: 'color(display-p3 0.204 0.004 0.871 / 0.059)',
73
- violetA4: 'color(display-p3 0.196 0.004 1 / 0.102)',
74
- violetA5: 'color(display-p3 0.165 0.008 1 / 0.15)',
75
- violetA6: 'color(display-p3 0.153 0.004 0.906 / 0.208)',
76
- violetA7: 'color(display-p3 0.141 0.004 0.796 / 0.287)',
77
- violetA8: 'color(display-p3 0.133 0.004 0.753 / 0.397)',
78
- violetA9: 'color(display-p3 0.114 0 0.675 / 0.659)',
79
- violetA10: 'color(display-p3 0.11 0 0.627 / 0.695)',
80
- violetA11: 'color(display-p3 0.383 0.317 0.702)',
81
- violetA12: 'color(display-p3 0.179 0.15 0.359)',
17
+ light: {
18
+ srgb: {
19
+ solid: [
20
+ '#fdfcfe',
21
+ '#faf8ff',
22
+ '#f4f0fe',
23
+ '#ebe4ff',
24
+ '#e1d9ff',
25
+ '#d4cafe',
26
+ '#c2b5f5',
27
+ '#aa99ec',
28
+ '#6e56cf',
29
+ '#654dc4',
30
+ '#6550b9',
31
+ '#2f265f',
32
+ ],
33
+ alpha: [
34
+ '#5500aa03',
35
+ '#4900ff07',
36
+ '#4400ee0f',
37
+ '#4300ff1b',
38
+ '#3600ff26',
39
+ '#3100fb35',
40
+ '#2d01dd4a',
41
+ '#2b00d066',
42
+ '#2400b7a9',
43
+ '#2300abb2',
44
+ '#1f0099af',
45
+ '#0b0043d9',
46
+ ],
82
47
  },
83
- dark: {
84
- violet1: 'color(display-p3 0.077 0.071 0.118)',
85
- violet2: 'color(display-p3 0.101 0.084 0.141)',
86
- violet3: 'color(display-p3 0.154 0.123 0.256)',
87
- violet4: 'color(display-p3 0.191 0.148 0.345)',
88
- violet5: 'color(display-p3 0.226 0.182 0.396)',
89
- violet6: 'color(display-p3 0.269 0.223 0.449)',
90
- violet7: 'color(display-p3 0.326 0.277 0.53)',
91
- violet8: 'color(display-p3 0.399 0.346 0.656)',
92
- violet9: 'color(display-p3 0.417 0.341 0.784)',
93
- violet10: 'color(display-p3 0.477 0.402 0.823)',
94
- violet11: 'color(display-p3 0.72 0.65 1)',
95
- violet12: 'color(display-p3 0.883 0.867 0.986)',
96
- violetA1: 'color(display-p3 0.282 0.141 0.996 / 0.055)',
97
- violetA2: 'color(display-p3 0.51 0.263 1 / 0.08)',
98
- violetA3: 'color(display-p3 0.494 0.337 0.996 / 0.202)',
99
- violetA4: 'color(display-p3 0.49 0.345 1 / 0.299)',
100
- violetA5: 'color(display-p3 0.525 0.392 1 / 0.353)',
101
- violetA6: 'color(display-p3 0.569 0.455 1 / 0.408)',
102
- violetA7: 'color(display-p3 0.588 0.494 1 / 0.496)',
103
- violetA8: 'color(display-p3 0.596 0.51 1 / 0.631)',
104
- violetA9: 'color(display-p3 0.522 0.424 1 / 0.769)',
105
- violetA10: 'color(display-p3 0.576 0.482 1 / 0.811)',
106
- violetA11: 'color(display-p3 0.72 0.65 1)',
107
- violetA12: 'color(display-p3 0.883 0.867 0.986)',
48
+ p3: {
49
+ solid: [
50
+ 'color(display-p3 0.991 0.988 0.995)',
51
+ 'color(display-p3 0.978 0.974 0.998)',
52
+ 'color(display-p3 0.953 0.943 0.993)',
53
+ 'color(display-p3 0.916 0.897 1)',
54
+ 'color(display-p3 0.876 0.851 1)',
55
+ 'color(display-p3 0.825 0.793 0.981)',
56
+ 'color(display-p3 0.752 0.712 0.943)',
57
+ 'color(display-p3 0.654 0.602 0.902)',
58
+ 'color(display-p3 0.417 0.341 0.784)',
59
+ 'color(display-p3 0.381 0.306 0.741)',
60
+ 'color(display-p3 0.383 0.317 0.702)',
61
+ 'color(display-p3 0.179 0.15 0.359)',
62
+ ],
63
+ alpha: [
64
+ 'color(display-p3 0.349 0.024 0.675 / 0.012)',
65
+ 'color(display-p3 0.161 0.024 0.863 / 0.028)',
66
+ 'color(display-p3 0.204 0.004 0.871 / 0.059)',
67
+ 'color(display-p3 0.196 0.004 1 / 0.102)',
68
+ 'color(display-p3 0.165 0.008 1 / 0.15)',
69
+ 'color(display-p3 0.153 0.004 0.906 / 0.208)',
70
+ 'color(display-p3 0.141 0.004 0.796 / 0.287)',
71
+ 'color(display-p3 0.133 0.004 0.753 / 0.397)',
72
+ 'color(display-p3 0.114 0 0.675 / 0.659)',
73
+ 'color(display-p3 0.11 0 0.627 / 0.695)',
74
+ 'color(display-p3 0.383 0.317 0.702)',
75
+ 'color(display-p3 0.179 0.15 0.359)',
76
+ ],
108
77
  },
109
78
  },
110
- contrast: 'white',
111
- indicator: 'violet9',
112
- track: 'violet9',
113
- surface: {
79
+ dark: {
114
80
  srgb: {
115
- light: '#f9f6ffcc',
116
- dark: '#25193980',
81
+ solid: [
82
+ '#14121f',
83
+ '#1b1525',
84
+ '#291f43',
85
+ '#33255b',
86
+ '#3c2e69',
87
+ '#473876',
88
+ '#56468b',
89
+ '#6958ad',
90
+ '#6e56cf',
91
+ '#7d66d9',
92
+ '#baa7ff',
93
+ '#e2ddfe',
94
+ ],
95
+ alpha: [
96
+ '#4422ff0f',
97
+ '#853ff916',
98
+ '#8354fe36',
99
+ '#7d51fd50',
100
+ '#845ffd5f',
101
+ '#8f6cfd6d',
102
+ '#9879ff83',
103
+ '#977dfea8',
104
+ '#8668ffcc',
105
+ '#9176fed7',
106
+ '#baa7ff',
107
+ '#e3defffe',
108
+ ],
117
109
  },
118
110
  p3: {
119
- light: 'color(display-p3 0.9725 0.9647 0.9961 / 0.8)',
120
- dark: 'color(display-p3 0.1333 0.102 0.2118 / 0.5)',
111
+ solid: [
112
+ 'color(display-p3 0.077 0.071 0.118)',
113
+ 'color(display-p3 0.101 0.084 0.141)',
114
+ 'color(display-p3 0.154 0.123 0.256)',
115
+ 'color(display-p3 0.191 0.148 0.345)',
116
+ 'color(display-p3 0.226 0.182 0.396)',
117
+ 'color(display-p3 0.269 0.223 0.449)',
118
+ 'color(display-p3 0.326 0.277 0.53)',
119
+ 'color(display-p3 0.399 0.346 0.656)',
120
+ 'color(display-p3 0.417 0.341 0.784)',
121
+ 'color(display-p3 0.477 0.402 0.823)',
122
+ 'color(display-p3 0.72 0.65 1)',
123
+ 'color(display-p3 0.883 0.867 0.986)',
124
+ ],
125
+ alpha: [
126
+ 'color(display-p3 0.282 0.141 0.996 / 0.055)',
127
+ 'color(display-p3 0.51 0.263 1 / 0.08)',
128
+ 'color(display-p3 0.494 0.337 0.996 / 0.202)',
129
+ 'color(display-p3 0.49 0.345 1 / 0.299)',
130
+ 'color(display-p3 0.525 0.392 1 / 0.353)',
131
+ 'color(display-p3 0.569 0.455 1 / 0.408)',
132
+ 'color(display-p3 0.588 0.494 1 / 0.496)',
133
+ 'color(display-p3 0.596 0.51 1 / 0.631)',
134
+ 'color(display-p3 0.522 0.424 1 / 0.769)',
135
+ 'color(display-p3 0.576 0.482 1 / 0.811)',
136
+ 'color(display-p3 0.72 0.65 1)',
137
+ 'color(display-p3 0.883 0.867 0.986)',
138
+ ],
121
139
  },
122
140
  },
123
- name: 'violet',
124
141
  };
@@ -1,125 +1,37 @@
1
1
  declare const _default: {
2
- srgb: {
2
+ name: "yellow";
3
+ indicator: number;
4
+ contrast: string;
5
+ track: number;
6
+ surface: {
3
7
  light: {
4
- yellow1: string;
5
- yellow2: string;
6
- yellow3: string;
7
- yellow4: string;
8
- yellow5: string;
9
- yellow6: string;
10
- yellow7: string;
11
- yellow8: string;
12
- yellow9: string;
13
- yellow10: string;
14
- yellow11: string;
15
- yellow12: string;
16
- yellowA1: string;
17
- yellowA2: string;
18
- yellowA3: string;
19
- yellowA4: string;
20
- yellowA5: string;
21
- yellowA6: string;
22
- yellowA7: string;
23
- yellowA8: string;
24
- yellowA9: string;
25
- yellowA10: string;
26
- yellowA11: string;
27
- yellowA12: string;
8
+ srgb: string;
9
+ p3: string;
28
10
  };
29
11
  dark: {
30
- yellow1: string;
31
- yellow2: string;
32
- yellow3: string;
33
- yellow4: string;
34
- yellow5: string;
35
- yellow6: string;
36
- yellow7: string;
37
- yellow8: string;
38
- yellow9: string;
39
- yellow10: string;
40
- yellow11: string;
41
- yellow12: string;
42
- yellowA1: string;
43
- yellowA2: string;
44
- yellowA3: string;
45
- yellowA4: string;
46
- yellowA5: string;
47
- yellowA6: string;
48
- yellowA7: string;
49
- yellowA8: string;
50
- yellowA9: string;
51
- yellowA10: string;
52
- yellowA11: string;
53
- yellowA12: string;
12
+ srgb: string;
13
+ p3: string;
54
14
  };
55
15
  };
56
- p3: {
57
- light: {
58
- yellow1: string;
59
- yellow2: string;
60
- yellow3: string;
61
- yellow4: string;
62
- yellow5: string;
63
- yellow6: string;
64
- yellow7: string;
65
- yellow8: string;
66
- yellow9: string;
67
- yellow10: string;
68
- yellow11: string;
69
- yellow12: string;
70
- yellowA1: string;
71
- yellowA2: string;
72
- yellowA3: string;
73
- yellowA4: string;
74
- yellowA5: string;
75
- yellowA6: string;
76
- yellowA7: string;
77
- yellowA8: string;
78
- yellowA9: string;
79
- yellowA10: string;
80
- yellowA11: string;
81
- yellowA12: string;
16
+ light: {
17
+ srgb: {
18
+ solid: [string, string, string, string, string, string, string, string, string, string, string, string];
19
+ alpha: [string, string, string, string, string, string, string, string, string, string, string, string];
82
20
  };
83
- dark: {
84
- yellow1: string;
85
- yellow2: string;
86
- yellow3: string;
87
- yellow4: string;
88
- yellow5: string;
89
- yellow6: string;
90
- yellow7: string;
91
- yellow8: string;
92
- yellow9: string;
93
- yellow10: string;
94
- yellow11: string;
95
- yellow12: string;
96
- yellowA1: string;
97
- yellowA2: string;
98
- yellowA3: string;
99
- yellowA4: string;
100
- yellowA5: string;
101
- yellowA6: string;
102
- yellowA7: string;
103
- yellowA8: string;
104
- yellowA9: string;
105
- yellowA10: string;
106
- yellowA11: string;
107
- yellowA12: string;
21
+ p3: {
22
+ solid: [string, string, string, string, string, string, string, string, string, string, string, string];
23
+ alpha: [string, string, string, string, string, string, string, string, string, string, string, string];
108
24
  };
109
25
  };
110
- contrast: string;
111
- indicator: string;
112
- track: string;
113
- surface: {
26
+ dark: {
114
27
  srgb: {
115
- light: string;
116
- dark: string;
28
+ solid: [string, string, string, string, string, string, string, string, string, string, string, string];
29
+ alpha: [string, string, string, string, string, string, string, string, string, string, string, string];
117
30
  };
118
31
  p3: {
119
- light: string;
120
- dark: string;
32
+ solid: [string, string, string, string, string, string, string, string, string, string, string, string];
33
+ alpha: [string, string, string, string, string, string, string, string, string, string, string, string];
121
34
  };
122
35
  };
123
- name: "yellow";
124
36
  };
125
37
  export default _default;