inferred-types 1.2.1 → 1.2.3

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.
@@ -245,6 +245,156 @@ const CSS_NAMED_COLORS = [
245
245
  "yellow",
246
246
  "yellowgreen"
247
247
  ];
248
+ const CSS_COLOR_LOOKUP = {
249
+ aliceblue: "rgb(240,248,255)",
250
+ antiquewhite: "rgb(250,235,215)",
251
+ aqua: "rgb(0,255,255)",
252
+ aquamarine: "rgb(127,255,212)",
253
+ azure: "rgb(240,255,255)",
254
+ beige: "rgb(245,245,220)",
255
+ bisque: "rgb(255,228,196)",
256
+ black: "rgb(0,0,0)",
257
+ blanchedalmond: "rgb(255,235,205)",
258
+ blue: "rgb(0,0,255)",
259
+ blueviolet: "rgb(138,43,226)",
260
+ brown: "rgb(165,42,42)",
261
+ burlywood: "rgb(222,184,135)",
262
+ cadetblue: "rgb(95,158,160)",
263
+ chartreuse: "rgb(127,255,0)",
264
+ chocolate: "rgb(210,105,30)",
265
+ coral: "rgb(255,127,80)",
266
+ cornflowerblue: "rgb(100,149,237)",
267
+ cornsilk: "rgb(255,248,220)",
268
+ crimson: "rgb(220,20,60)",
269
+ cyan: "rgb(0,255,255)",
270
+ darkblue: "rgb(0,0,139)",
271
+ darkcyan: "rgb(0,139,139)",
272
+ darkgoldenrod: "rgb(184,134,11)",
273
+ darkgray: "rgb(169,169,169)",
274
+ darkgreen: "rgb(0,100,0)",
275
+ darkgrey: "rgb(169,169,169)",
276
+ darkkhaki: "rgb(189,183,107)",
277
+ darkmagenta: "rgb(139,0,139)",
278
+ darkolivegreen: "rgb(85,107,47)",
279
+ darkorange: "rgb(255,140,0)",
280
+ darkorchid: "rgb(153,50,204)",
281
+ darkred: "rgb(139,0,0)",
282
+ darksalmon: "rgb(233,150,122)",
283
+ darkseagreen: "rgb(143,188,143)",
284
+ darkslateblue: "rgb(72,61,139)",
285
+ darkslategray: "rgb(47,79,79)",
286
+ darkslategrey: "rgb(47,79,79)",
287
+ darkturquoise: "rgb(0,206,209)",
288
+ darkviolet: "rgb(148,0,211)",
289
+ deeppink: "rgb(255,20,147)",
290
+ deepskyblue: "rgb(0,191,255)",
291
+ dimgray: "rgb(105,105,105)",
292
+ dimgrey: "rgb(105,105,105)",
293
+ dodgerblue: "rgb(30,144,255)",
294
+ firebrick: "rgb(178,34,34)",
295
+ floralwhite: "rgb(255,250,240)",
296
+ forestgreen: "rgb(34,139,34)",
297
+ fuchsia: "rgb(255,0,255)",
298
+ gainsboro: "rgb(220,220,220)",
299
+ ghostwhite: "rgb(248,248,255)",
300
+ gold: "rgb(255,215,0)",
301
+ goldenrod: "rgb(218,165,32)",
302
+ gray: "rgb(128,128,128)",
303
+ green: "rgb(0,128,0)",
304
+ greenyellow: "rgb(173,255,47)",
305
+ grey: "rgb(128,128,128)",
306
+ honeydew: "rgb(240,255,240)",
307
+ hotpink: "rgb(255,105,180)",
308
+ indianred: "rgb(205,92,92)",
309
+ indigo: "rgb(75,0,130)",
310
+ ivory: "rgb(255,255,240)",
311
+ khaki: "rgb(240,230,140)",
312
+ lavender: "rgb(230,230,250)",
313
+ lavenderblush: "rgb(255,240,245)",
314
+ lawngreen: "rgb(124,252,0)",
315
+ lemonchiffon: "rgb(255,250,205)",
316
+ lightblue: "rgb(173,216,230)",
317
+ lightcoral: "rgb(240,128,128)",
318
+ lightcyan: "rgb(224,255,255)",
319
+ lightgoldenrodyellow: "rgb(250,250,210)",
320
+ lightgray: "rgb(211,211,211)",
321
+ lightgreen: "rgb(144,238,144)",
322
+ lightgrey: "rgb(211,211,211)",
323
+ lightpink: "rgb(255,182,193)",
324
+ lightsalmon: "rgb(255,160,122)",
325
+ lightseagreen: "rgb(32,178,170)",
326
+ lightskyblue: "rgb(135,206,250)",
327
+ lightslategray: "rgb(119,136,153)",
328
+ lightslategrey: "rgb(119,136,153)",
329
+ lightsteelblue: "rgb(176,196,222)",
330
+ lightyellow: "rgb(255,255,224)",
331
+ lime: "rgb(0,255,0)",
332
+ limegreen: "rgb(50,205,50)",
333
+ linen: "rgb(250,240,230)",
334
+ magenta: "rgb(255,0,255)",
335
+ maroon: "rgb(128,0,0)",
336
+ mediumaquamarine: "rgb(102,205,170)",
337
+ mediumblue: "rgb(0,0,205)",
338
+ mediumorchid: "rgb(186,85,211)",
339
+ mediumpurple: "rgb(147,112,219)",
340
+ mediumseagreen: "rgb(60,179,113)",
341
+ mediumslateblue: "rgb(123,104,238)",
342
+ mediumspringgreen: "rgb(0,250,154)",
343
+ mediumturquoise: "rgb(72,209,204)",
344
+ mediumvioletred: "rgb(199,21,133)",
345
+ midnightblue: "rgb(25,25,112)",
346
+ mintcream: "rgb(245,255,250)",
347
+ mistyrose: "rgb(255,228,225)",
348
+ moccasin: "rgb(255,228,181)",
349
+ navajowhite: "rgb(255,222,173)",
350
+ navy: "rgb(0,0,128)",
351
+ oldlace: "rgb(253,245,230)",
352
+ olive: "rgb(128,128,0)",
353
+ olivedrab: "rgb(107,142,35)",
354
+ orange: "rgb(255,165,0)",
355
+ orangered: "rgb(255,69,0)",
356
+ orchid: "rgb(218,112,214)",
357
+ palegoldenrod: "rgb(238,232,170)",
358
+ palegreen: "rgb(152,251,152)",
359
+ paleturquoise: "rgb(175,238,238)",
360
+ palevioletred: "rgb(219,112,147)",
361
+ papayawhip: "rgb(255,239,213)",
362
+ peachpuff: "rgb(255,218,185)",
363
+ peru: "rgb(205,133,63)",
364
+ pink: "rgb(255,192,203)",
365
+ plum: "rgb(221,160,221)",
366
+ powderblue: "rgb(176,224,230)",
367
+ purple: "rgb(128,0,128)",
368
+ rebeccapurple: "rgb(102,51,153)",
369
+ red: "rgb(255,0,0)",
370
+ rosybrown: "rgb(188,143,143)",
371
+ royalblue: "rgb(65,105,225)",
372
+ saddlebrown: "rgb(139,69,19)",
373
+ salmon: "rgb(250,128,114)",
374
+ sandybrown: "rgb(244,164,96)",
375
+ seagreen: "rgb(46,139,87)",
376
+ seashell: "rgb(255,245,238)",
377
+ sienna: "rgb(160,82,45)",
378
+ silver: "rgb(192,192,192)",
379
+ skyblue: "rgb(135,206,235)",
380
+ slateblue: "rgb(106,90,205)",
381
+ slategray: "rgb(112,128,144)",
382
+ slategrey: "rgb(112,128,144)",
383
+ snow: "rgb(255,250,250)",
384
+ springgreen: "rgb(0,255,127)",
385
+ steelblue: "rgb(70,130,180)",
386
+ tan: "rgb(210,180,140)",
387
+ teal: "rgb(0,128,128)",
388
+ thistle: "rgb(216,191,216)",
389
+ tomato: "rgb(255,99,71)",
390
+ turquoise: "rgb(64,224,208)",
391
+ violet: "rgb(238,130,238)",
392
+ wheat: "rgb(245,222,179)",
393
+ white: "rgb(255,255,255)",
394
+ whitesmoke: "rgb(245,245,245)",
395
+ yellow: "rgb(255,255,0)",
396
+ yellowgreen: "rgb(154,205,50)"
397
+ };
248
398
 
249
399
  //#endregion
250
400
  //#region src/Comma.ts
@@ -8522,6 +8672,7 @@ exports.COMPARISON_OPERATIONS = COMPARISON_OPERATIONS;
8522
8672
  exports.CONSONANTS = CONSONANTS;
8523
8673
  exports.CONTINENTS = CONTINENTS;
8524
8674
  exports.COSTCO_DNS = COSTCO_DNS;
8675
+ exports.CSS_COLOR_LOOKUP = CSS_COLOR_LOOKUP;
8525
8676
  exports.CSS_NAMED_COLORS = CSS_NAMED_COLORS;
8526
8677
  exports.CURRENT_METRICS_LOOKUP = CURRENT_METRICS_LOOKUP;
8527
8678
  exports.CVS_DNS = CVS_DNS;