buckaroo-js-core 0.8.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 (159) hide show
  1. package/.prettierrc +16 -0
  2. package/CHANGELOG.md +23 -0
  3. package/LICENSE +15 -0
  4. package/README.md +66 -0
  5. package/buckaroo_js/baked_data/colorMap.d.ts +3 -0
  6. package/buckaroo_js/baked_data/colorMap.d.ts.map +1 -0
  7. package/buckaroo_js/baked_data/colorMap.js +520 -0
  8. package/buckaroo_js/baked_data/colorMap.js.map +1 -0
  9. package/buckaroo_js/baked_data/staticData.d.ts +124 -0
  10. package/buckaroo_js/baked_data/staticData.d.ts.map +1 -0
  11. package/buckaroo_js/baked_data/staticData.js +459 -0
  12. package/buckaroo_js/baked_data/staticData.js.map +1 -0
  13. package/buckaroo_js/components/ColumnsEditor.d.ts +19 -0
  14. package/buckaroo_js/components/ColumnsEditor.d.ts.map +1 -0
  15. package/buckaroo_js/components/ColumnsEditor.js +68 -0
  16. package/buckaroo_js/components/ColumnsEditor.js.map +1 -0
  17. package/buckaroo_js/components/CommandUtils.d.ts +22 -0
  18. package/buckaroo_js/components/CommandUtils.d.ts.map +1 -0
  19. package/buckaroo_js/components/CommandUtils.js +17 -0
  20. package/buckaroo_js/components/CommandUtils.js.map +1 -0
  21. package/buckaroo_js/components/DCFCell.d.ts +28 -0
  22. package/buckaroo_js/components/DCFCell.d.ts.map +1 -0
  23. package/buckaroo_js/components/DCFCell.js +120 -0
  24. package/buckaroo_js/components/DCFCell.js.map +1 -0
  25. package/buckaroo_js/components/DFViewerParts/DFViewer.d.ts +29 -0
  26. package/buckaroo_js/components/DFViewerParts/DFViewer.d.ts.map +1 -0
  27. package/buckaroo_js/components/DFViewerParts/DFViewer.js +163 -0
  28. package/buckaroo_js/components/DFViewerParts/DFViewer.js.map +1 -0
  29. package/buckaroo_js/components/DFViewerParts/DFWhole.d.ts +111 -0
  30. package/buckaroo_js/components/DFViewerParts/DFWhole.d.ts.map +1 -0
  31. package/buckaroo_js/components/DFViewerParts/DFWhole.js +17 -0
  32. package/buckaroo_js/components/DFViewerParts/DFWhole.js.map +1 -0
  33. package/buckaroo_js/components/DFViewerParts/Displayer.d.ts +19 -0
  34. package/buckaroo_js/components/DFViewerParts/Displayer.d.ts.map +1 -0
  35. package/buckaroo_js/components/DFViewerParts/Displayer.js +221 -0
  36. package/buckaroo_js/components/DFViewerParts/Displayer.js.map +1 -0
  37. package/buckaroo_js/components/DFViewerParts/HistogramCell.d.ts +20 -0
  38. package/buckaroo_js/components/DFViewerParts/HistogramCell.d.ts.map +1 -0
  39. package/buckaroo_js/components/DFViewerParts/HistogramCell.js +184 -0
  40. package/buckaroo_js/components/DFViewerParts/HistogramCell.js.map +1 -0
  41. package/buckaroo_js/components/DFViewerParts/SeriesSummaryTooltip.d.ts +5 -0
  42. package/buckaroo_js/components/DFViewerParts/SeriesSummaryTooltip.d.ts.map +1 -0
  43. package/buckaroo_js/components/DFViewerParts/SeriesSummaryTooltip.js +18 -0
  44. package/buckaroo_js/components/DFViewerParts/SeriesSummaryTooltip.js.map +1 -0
  45. package/buckaroo_js/components/DFViewerParts/gridUtils.d.ts +24 -0
  46. package/buckaroo_js/components/DFViewerParts/gridUtils.d.ts.map +1 -0
  47. package/buckaroo_js/components/DFViewerParts/gridUtils.js +230 -0
  48. package/buckaroo_js/components/DFViewerParts/gridUtils.js.map +1 -0
  49. package/buckaroo_js/components/DependentTabs.d.ts +33 -0
  50. package/buckaroo_js/components/DependentTabs.d.ts.map +1 -0
  51. package/buckaroo_js/components/DependentTabs.js +108 -0
  52. package/buckaroo_js/components/DependentTabs.js.map +1 -0
  53. package/buckaroo_js/components/OperationDetail.d.ts +16 -0
  54. package/buckaroo_js/components/OperationDetail.d.ts.map +1 -0
  55. package/buckaroo_js/components/OperationDetail.js +144 -0
  56. package/buckaroo_js/components/OperationDetail.js.map +1 -0
  57. package/buckaroo_js/components/OperationUtils.d.ts +17 -0
  58. package/buckaroo_js/components/OperationUtils.d.ts.map +1 -0
  59. package/buckaroo_js/components/OperationUtils.js +14 -0
  60. package/buckaroo_js/components/OperationUtils.js.map +1 -0
  61. package/buckaroo_js/components/Operations.d.ts +24 -0
  62. package/buckaroo_js/components/Operations.d.ts.map +1 -0
  63. package/buckaroo_js/components/Operations.js +209 -0
  64. package/buckaroo_js/components/Operations.js.map +1 -0
  65. package/buckaroo_js/components/StatusBar.d.ts +12 -0
  66. package/buckaroo_js/components/StatusBar.d.ts.map +1 -0
  67. package/buckaroo_js/components/StatusBar.js +155 -0
  68. package/buckaroo_js/components/StatusBar.js.map +1 -0
  69. package/buckaroo_js/components/WidgetTypes.d.ts +25 -0
  70. package/buckaroo_js/components/WidgetTypes.d.ts.map +1 -0
  71. package/buckaroo_js/components/WidgetTypes.js +3 -0
  72. package/buckaroo_js/components/WidgetTypes.js.map +1 -0
  73. package/buckaroo_js/components/bakedOperationDefaults.d.ts +5 -0
  74. package/buckaroo_js/components/bakedOperationDefaults.d.ts.map +1 -0
  75. package/buckaroo_js/components/bakedOperationDefaults.js +15 -0
  76. package/buckaroo_js/components/bakedOperationDefaults.js.map +1 -0
  77. package/buckaroo_js/components/utils.d.ts +294 -0
  78. package/buckaroo_js/components/utils.d.ts.map +1 -0
  79. package/buckaroo_js/components/utils.js +143 -0
  80. package/buckaroo_js/components/utils.js.map +1 -0
  81. package/buckaroo_js/extension.d.ts +2 -0
  82. package/buckaroo_js/extension.d.ts.map +1 -0
  83. package/buckaroo_js/extension.js +20 -0
  84. package/buckaroo_js/extension.js.map +1 -0
  85. package/buckaroo_js/index.d.ts +25 -0
  86. package/buckaroo_js/index.d.ts.map +1 -0
  87. package/buckaroo_js/index.js +46 -0
  88. package/buckaroo_js/index.js.map +1 -0
  89. package/buckaroo_js/vendor/RechartExtra.d.ts +38 -0
  90. package/buckaroo_js/vendor/RechartExtra.d.ts.map +1 -0
  91. package/buckaroo_js/vendor/RechartExtra.js +17 -0
  92. package/buckaroo_js/vendor/RechartExtra.js.map +1 -0
  93. package/buckaroo_js/vendor/RechartTooltip.d.ts +82 -0
  94. package/buckaroo_js/vendor/RechartTooltip.d.ts.map +1 -0
  95. package/buckaroo_js/vendor/RechartTooltip.js +232 -0
  96. package/buckaroo_js/vendor/RechartTooltip.js.map +1 -0
  97. package/codecov.yml +16 -0
  98. package/eslint.config.mjs +88 -0
  99. package/examples/App.tsx +160 -0
  100. package/examples/CodeBlock.tsx +27 -0
  101. package/examples/CodePenButton.tsx +77 -0
  102. package/examples/ReadmeBlock.tsx +11 -0
  103. package/examples/app.css +29 -0
  104. package/examples/ex/ColumnsEditorEx.tsx +5 -0
  105. package/examples/ex/CommandViewerEx.tsx +20 -0
  106. package/examples/ex/DFViewerEx.tsx +3 -0
  107. package/examples/ex/DFViewerEx_large.tsx +266 -0
  108. package/examples/ex/DFViewerEx_real_summary.tsx +20 -0
  109. package/examples/ex/DFViewerEx_short_data.tsx +22 -0
  110. package/examples/ex/DFViewerEx_string_index.tsx +1012 -0
  111. package/examples/ex/HistogramEx.tsx +67 -0
  112. package/examples/ex/StatusBarEx.tsx +46 -0
  113. package/examples/ex/WidgetDCFCellEx.tsx +6 -0
  114. package/examples/example.css +20 -0
  115. package/examples/index-iframe.hnottml +24 -0
  116. package/examples/index-react18.tsx +8 -0
  117. package/examples/index.html +20 -0
  118. package/examples/jsx-loader.ts +16 -0
  119. package/examples/tsconfig.json +31 -0
  120. package/index.d.ts +2 -0
  121. package/index.d.ts.map +1 -0
  122. package/index.js +7 -0
  123. package/index.js.map +1 -0
  124. package/jest.config.js +24 -0
  125. package/package.json +117 -0
  126. package/screen-animation.gif +0 -0
  127. package/src/buckaroo_js/baked_data/colorMap.ts +523 -0
  128. package/src/buckaroo_js/baked_data/staticData.ts +503 -0
  129. package/src/buckaroo_js/components/ColumnsEditor.tsx +66 -0
  130. package/src/buckaroo_js/components/CommandUtils.ts +40 -0
  131. package/src/buckaroo_js/components/DCFCell.tsx +175 -0
  132. package/src/buckaroo_js/components/DFViewerParts/DFViewer.tsx +215 -0
  133. package/src/buckaroo_js/components/DFViewerParts/DFWhole.ts +190 -0
  134. package/src/buckaroo_js/components/DFViewerParts/Displayer.ts +215 -0
  135. package/src/buckaroo_js/components/DFViewerParts/HistogramCell.tsx +251 -0
  136. package/src/buckaroo_js/components/DFViewerParts/SeriesSummaryTooltip.tsx +20 -0
  137. package/src/buckaroo_js/components/DFViewerParts/gridUtils.ts +290 -0
  138. package/src/buckaroo_js/components/DependentTabs.tsx +134 -0
  139. package/src/buckaroo_js/components/OperationDetail.tsx +203 -0
  140. package/src/buckaroo_js/components/OperationUtils.ts +33 -0
  141. package/src/buckaroo_js/components/Operations.tsx +243 -0
  142. package/src/buckaroo_js/components/StatusBar.tsx +190 -0
  143. package/src/buckaroo_js/components/WidgetTypes.tsx +42 -0
  144. package/src/buckaroo_js/components/bakedOperationDefaults.ts +14 -0
  145. package/src/buckaroo_js/components/utils.ts +60 -0
  146. package/src/buckaroo_js/extension.ts +15 -0
  147. package/src/buckaroo_js/index.ts +34 -0
  148. package/src/buckaroo_js/style/dcf-npm.css +244 -0
  149. package/src/buckaroo_js/style/icons/arrow-down-short-dark.svg +4 -0
  150. package/src/buckaroo_js/style/icons/arrow-down-short.svg +4 -0
  151. package/src/buckaroo_js/style/icons/arrow-up-short-dark.svg +4 -0
  152. package/src/buckaroo_js/style/icons/arrow-up-short.svg +4 -0
  153. package/src/buckaroo_js/style/icons/filter-dark.svg +3 -0
  154. package/src/buckaroo_js/style/icons/filter.svg +3 -0
  155. package/src/buckaroo_js/vendor/RechartExtra.ts +60 -0
  156. package/src/buckaroo_js/vendor/RechartTooltip.tsx +357 -0
  157. package/src/index.tsx +3 -0
  158. package/tsconfig.json +41 -0
  159. package/webpack.config.ts +97 -0
@@ -0,0 +1,523 @@
1
+ //diverging
2
+ //
3
+ // Reversed from the colorcet default because that had Blue to the left
4
+ // colorcet.CET_D9[::-1]
5
+
6
+ export const DIVERGING_RED_WHITE_BLUE = [
7
+ '#e65036',
8
+ '#e65138',
9
+ '#e75339',
10
+ '#e7553a',
11
+ '#e8563c',
12
+ '#e8583d',
13
+ '#e9593f',
14
+ '#e95b40',
15
+ '#e95c41',
16
+ '#ea5e43',
17
+ '#ea5f44',
18
+ '#eb6046',
19
+ '#eb6247',
20
+ '#ec6349',
21
+ '#ec654a',
22
+ '#ec664b',
23
+ '#ed684d',
24
+ '#ed694e',
25
+ '#ee6a50',
26
+ '#ee6c51',
27
+ '#ee6d52',
28
+ '#ef6f54',
29
+ '#ef7055',
30
+ '#ef7157',
31
+ '#f07358',
32
+ '#f0745a',
33
+ '#f1765b',
34
+ '#f1775d',
35
+ '#f1785e',
36
+ '#f27a5f',
37
+ '#f27b61',
38
+ '#f27c62',
39
+ '#f37e64',
40
+ '#f37f65',
41
+ '#f38067',
42
+ '#f48268',
43
+ '#f4836a',
44
+ '#f4846b',
45
+ '#f5866c',
46
+ '#f5876e',
47
+ '#f5886f',
48
+ '#f58a71',
49
+ '#f68b72',
50
+ '#f68c74',
51
+ '#f68d75',
52
+ '#f78f77',
53
+ '#f79078',
54
+ '#f7917a',
55
+ '#f7937b',
56
+ '#f8947d',
57
+ '#f8957e',
58
+ '#f89780',
59
+ '#f89881',
60
+ '#f99983',
61
+ '#f99a84',
62
+ '#f99c86',
63
+ '#f99d87',
64
+ '#f99e89',
65
+ '#faa08a',
66
+ '#faa18c',
67
+ '#faa28d',
68
+ '#faa38f',
69
+ '#faa590',
70
+ '#fba692',
71
+ '#fba793',
72
+ '#fba995',
73
+ '#fbaa96',
74
+ '#fbab98',
75
+ '#fbac99',
76
+ '#fcae9b',
77
+ '#fcaf9c',
78
+ '#fcb09e',
79
+ '#fcb19f',
80
+ '#fcb3a1',
81
+ '#fcb4a2',
82
+ '#fcb5a4',
83
+ '#fcb7a5',
84
+ '#fdb8a7',
85
+ '#fdb9a8',
86
+ '#fdbaaa',
87
+ '#fdbcac',
88
+ '#fdbdad',
89
+ '#fdbeaf',
90
+ '#fdbfb0',
91
+ '#fdc1b2',
92
+ '#fdc2b3',
93
+ '#fdc3b5',
94
+ '#fdc4b6',
95
+ '#fdc6b8',
96
+ '#fdc7ba',
97
+ '#fdc8bb',
98
+ '#fdcabd',
99
+ '#fdcbbe',
100
+ '#fdccc0',
101
+ '#fdcdc1',
102
+ '#fdcfc3',
103
+ '#fdd0c5',
104
+ '#fdd1c6',
105
+ '#fdd2c8',
106
+ '#fdd4c9',
107
+ '#fdd5cb',
108
+ '#fdd6cc',
109
+ '#fdd7ce',
110
+ '#fdd9d0',
111
+ '#fddad1',
112
+ '#fddbd3',
113
+ '#fddcd4',
114
+ '#fdded6',
115
+ '#fcdfd8',
116
+ '#fce0d9',
117
+ '#fce1db',
118
+ '#fce3dc',
119
+ '#fce4de',
120
+ '#fce5e0',
121
+ '#fce7e1',
122
+ '#fce8e3',
123
+ '#fbe9e5',
124
+ '#fbeae6',
125
+ '#fbece8',
126
+ '#fbede9',
127
+ '#fbeeeb',
128
+ '#faefed',
129
+ '#faf1ee',
130
+ '#faf2f0',
131
+ '#faf3f2',
132
+ '#f9f4f3',
133
+ '#f9f5f5',
134
+ '#f8f6f6',
135
+ '#f7f6f7',
136
+ '#f6f6f8',
137
+ '#f5f5f9',
138
+ '#f4f4f9',
139
+ '#f3f3f9',
140
+ '#f1f2f9',
141
+ '#f0f1f9',
142
+ '#eff0f9',
143
+ '#eeeffa',
144
+ '#edeefa',
145
+ '#ecedfa',
146
+ '#eaecfa',
147
+ '#e9ebfa',
148
+ '#e8eafa',
149
+ '#e7e9fa',
150
+ '#e6e8fa',
151
+ '#e5e7fa',
152
+ '#e3e6fa',
153
+ '#e2e5fa',
154
+ '#e1e4fa',
155
+ '#e0e3fa',
156
+ '#dfe2fb',
157
+ '#dde1fb',
158
+ '#dce0fb',
159
+ '#dbdffb',
160
+ '#dadefb',
161
+ '#d9ddfb',
162
+ '#d7dcfb',
163
+ '#d6dbfb',
164
+ '#d5dafb',
165
+ '#d4d9fb',
166
+ '#d3d8fb',
167
+ '#d1d7fb',
168
+ '#d0d6fb',
169
+ '#cfd5fb',
170
+ '#ced4fb',
171
+ '#cdd3fc',
172
+ '#cbd2fc',
173
+ '#cad1fc',
174
+ '#c9d0fc',
175
+ '#c8cffc',
176
+ '#c6cefc',
177
+ '#c5cdfc',
178
+ '#c4ccfc',
179
+ '#c3cbfc',
180
+ '#c1cafc',
181
+ '#c0c9fc',
182
+ '#bfc8fc',
183
+ '#bdc7fc',
184
+ '#bcc7fc',
185
+ '#bbc6fc',
186
+ '#bac5fc',
187
+ '#b8c4fc',
188
+ '#b7c3fc',
189
+ '#b6c2fc',
190
+ '#b4c1fd',
191
+ '#b3c0fd',
192
+ '#b2bffd',
193
+ '#b0befd',
194
+ '#afbdfd',
195
+ '#aebcfd',
196
+ '#acbbfd',
197
+ '#abbafd',
198
+ '#aab9fd',
199
+ '#a8b8fd',
200
+ '#a7b7fd',
201
+ '#a5b6fd',
202
+ '#a4b5fd',
203
+ '#a3b4fd',
204
+ '#a1b3fd',
205
+ '#a0b2fd',
206
+ '#9eb2fd',
207
+ '#9db1fd',
208
+ '#9bb0fd',
209
+ '#9aaffd',
210
+ '#99aefd',
211
+ '#97adfd',
212
+ '#96acfd',
213
+ '#94abfd',
214
+ '#93aafd',
215
+ '#91a9fd',
216
+ '#90a8fd',
217
+ '#8ea7fd',
218
+ '#8ca6fd',
219
+ '#8ba5fe',
220
+ '#89a4fe',
221
+ '#88a4fe',
222
+ '#86a3fe',
223
+ '#84a2fe',
224
+ '#83a1fe',
225
+ '#81a0fe',
226
+ '#809ffe',
227
+ '#7e9efe',
228
+ '#7c9dfe',
229
+ '#7a9cfe',
230
+ '#799bfe',
231
+ '#779afe',
232
+ '#759afe',
233
+ '#7399fe',
234
+ '#7198fe',
235
+ '#7097fe',
236
+ '#6e96fe',
237
+ '#6c95fe',
238
+ '#6a94fe',
239
+ '#6893fe',
240
+ '#6692fe',
241
+ '#6491fe',
242
+ '#6291fe',
243
+ '#5f90fe',
244
+ '#5d8ffe',
245
+ '#5b8efe',
246
+ '#598dfe',
247
+ '#568cfe',
248
+ '#548bfe',
249
+ '#518afe',
250
+ '#4f8afe',
251
+ '#4c89fe',
252
+ '#4988fe',
253
+ '#4787fe',
254
+ '#4486fe',
255
+ '#4085fe',
256
+ '#3d84fe',
257
+ '#3a83fe',
258
+ '#3683fe',
259
+ '#3282fe',
260
+ '#2e81fe',
261
+ '#2980fe',
262
+ '#247ffe'
263
+ ];
264
+
265
+ //colorcet.CET_CBD2
266
+ export const BLUE_TO_YELLOW = [
267
+ '#0488fc',
268
+ '#1089fb',
269
+ '#1789fb',
270
+ '#1d89fa',
271
+ '#228afa',
272
+ '#268af9',
273
+ '#2a8af9',
274
+ '#2e8af8',
275
+ '#318bf7',
276
+ '#348bf7',
277
+ '#378bf6',
278
+ '#3a8cf6',
279
+ '#3c8cf5',
280
+ '#3f8cf5',
281
+ '#418df4',
282
+ '#438df4',
283
+ '#458df3',
284
+ '#488df2',
285
+ '#4a8ef2',
286
+ '#4c8ef1',
287
+ '#4d8ef1',
288
+ '#4f8ff0',
289
+ '#518ff0',
290
+ '#538fef',
291
+ '#5490ee',
292
+ '#5690ee',
293
+ '#5890ed',
294
+ '#5991ed',
295
+ '#5b91ec',
296
+ '#5c91ec',
297
+ '#5e92eb',
298
+ '#5f92ea',
299
+ '#6192ea',
300
+ '#6292e9',
301
+ '#6393e9',
302
+ '#6593e8',
303
+ '#6693e8',
304
+ '#6794e7',
305
+ '#6994e6',
306
+ '#6a94e6',
307
+ '#6b95e5',
308
+ '#6c95e5',
309
+ '#6e95e4',
310
+ '#6f96e4',
311
+ '#7096e3',
312
+ '#7196e3',
313
+ '#7297e2',
314
+ '#7397e1',
315
+ '#7497e1',
316
+ '#7698e0',
317
+ '#7798e0',
318
+ '#7898df',
319
+ '#7999df',
320
+ '#7a99de',
321
+ '#7b99dd',
322
+ '#7c9add',
323
+ '#7d9adc',
324
+ '#7e9adc',
325
+ '#7f9bdb',
326
+ '#809bdb',
327
+ '#819bda',
328
+ '#829cd9',
329
+ '#839cd9',
330
+ '#849cd8',
331
+ '#849dd8',
332
+ '#859dd7',
333
+ '#869dd7',
334
+ '#879ed6',
335
+ '#889ed5',
336
+ '#899ed5',
337
+ '#8a9fd4',
338
+ '#8b9fd4',
339
+ '#8c9fd3',
340
+ '#8ca0d3',
341
+ '#8da0d2',
342
+ '#8ea0d1',
343
+ '#8fa1d1',
344
+ '#90a1d0',
345
+ '#91a1d0',
346
+ '#91a2cf',
347
+ '#92a2ce',
348
+ '#93a2ce',
349
+ '#94a3cd',
350
+ '#95a3cd',
351
+ '#95a3cc',
352
+ '#96a4cc',
353
+ '#97a4cb',
354
+ '#98a4ca',
355
+ '#98a5ca',
356
+ '#99a5c9',
357
+ '#9aa5c9',
358
+ '#9ba6c8',
359
+ '#9ba6c8',
360
+ '#9ca6c7',
361
+ '#9da7c6',
362
+ '#9ea7c6',
363
+ '#9ea7c5',
364
+ '#9fa8c5',
365
+ '#a0a8c4',
366
+ '#a0a9c3',
367
+ '#a1a9c3',
368
+ '#a2a9c2',
369
+ '#a2aac2',
370
+ '#a3aac1',
371
+ '#a4aac1',
372
+ '#a4abc0',
373
+ '#a5abbf',
374
+ '#a6abbf',
375
+ '#a6acbe',
376
+ '#a7acbe',
377
+ '#a8acbd',
378
+ '#a8adbc',
379
+ '#a9adbc',
380
+ '#aaadbb',
381
+ '#aaaebb',
382
+ '#abaeba',
383
+ '#acafb9',
384
+ '#acafb9',
385
+ '#adafb8',
386
+ '#adb0b8',
387
+ '#aeb0b7',
388
+ '#afb0b7',
389
+ '#afb1b6',
390
+ '#b0b1b5',
391
+ '#b1b1b5',
392
+ '#b1b2b4',
393
+ '#b2b2b4',
394
+ '#b2b2b3',
395
+ '#b3b3b2',
396
+ '#b4b3b2',
397
+ '#b4b3b1',
398
+ '#b5b4b1',
399
+ '#b6b4b0',
400
+ '#b7b4af',
401
+ '#b7b5af',
402
+ '#b8b5ae',
403
+ '#b9b5ad',
404
+ '#bab6ad',
405
+ '#bab6ac',
406
+ '#bbb6ac',
407
+ '#bcb7ab',
408
+ '#bcb7aa',
409
+ '#bdb7aa',
410
+ '#beb8a9',
411
+ '#beb8a8',
412
+ '#bfb8a8',
413
+ '#c0b9a7',
414
+ '#c0b9a7',
415
+ '#c1b9a6',
416
+ '#c2baa5',
417
+ '#c2baa5',
418
+ '#c3baa4',
419
+ '#c4bba3',
420
+ '#c4bba3',
421
+ '#c5bba2',
422
+ '#c6bca2',
423
+ '#c6bca1',
424
+ '#c7bca0',
425
+ '#c8bca0',
426
+ '#c8bd9f',
427
+ '#c9bd9e',
428
+ '#cabd9e',
429
+ '#cabe9d',
430
+ '#cbbe9c',
431
+ '#ccbe9c',
432
+ '#ccbf9b',
433
+ '#cdbf9b',
434
+ '#cdbf9a',
435
+ '#cec099',
436
+ '#cfc099',
437
+ '#cfc098',
438
+ '#d0c197',
439
+ '#d1c197',
440
+ '#d1c196',
441
+ '#d2c295',
442
+ '#d2c295',
443
+ '#d3c294',
444
+ '#d4c393',
445
+ '#d4c393',
446
+ '#d5c392',
447
+ '#d5c491',
448
+ '#d6c491',
449
+ '#d7c490',
450
+ '#d7c58f',
451
+ '#d8c58f',
452
+ '#d8c58e',
453
+ '#d9c68d',
454
+ '#dac68d',
455
+ '#dac68c',
456
+ '#dbc78b',
457
+ '#dbc78b',
458
+ '#dcc78a',
459
+ '#dcc889',
460
+ '#ddc889',
461
+ '#dec888',
462
+ '#dec987',
463
+ '#dfc987',
464
+ '#dfc986',
465
+ '#e0ca85',
466
+ '#e0ca85',
467
+ '#e1ca84',
468
+ '#e2cb83',
469
+ '#e2cb83',
470
+ '#e3cc82',
471
+ '#e3cc81',
472
+ '#e4cc80',
473
+ '#e4cd80',
474
+ '#e5cd7f',
475
+ '#e6cd7e',
476
+ '#e6ce7e',
477
+ '#e7ce7d',
478
+ '#e7ce7c',
479
+ '#e8cf7b',
480
+ '#e8cf7b',
481
+ '#e9cf7a',
482
+ '#e9d079',
483
+ '#ead078',
484
+ '#ead078',
485
+ '#ebd177',
486
+ '#ecd176',
487
+ '#ecd176',
488
+ '#edd275',
489
+ '#edd274',
490
+ '#eed273',
491
+ '#eed373',
492
+ '#efd372',
493
+ '#efd371',
494
+ '#f0d470',
495
+ '#f0d46f',
496
+ '#f1d46f',
497
+ '#f1d56e',
498
+ '#f2d56d',
499
+ '#f2d56c',
500
+ '#f3d66c',
501
+ '#f3d66b',
502
+ '#f4d66a',
503
+ '#f5d769',
504
+ '#f5d768',
505
+ '#f6d868',
506
+ '#f6d867',
507
+ '#f7d866',
508
+ '#f7d965',
509
+ '#f8d964',
510
+ '#f8d963',
511
+ '#f9da63',
512
+ '#f9da62',
513
+ '#fada61',
514
+ '#fadb60',
515
+ '#fbdb5f',
516
+ '#fbdb5e',
517
+ '#fcdc5d',
518
+ '#fcdc5d',
519
+ '#fddc5c',
520
+ '#fddd5b',
521
+ '#fedd5a',
522
+ '#fedd59'
523
+ ];