@loomhq/lens 12.3.1 → 12.3.2

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/cjs/index.js CHANGED
@@ -291,6 +291,7 @@ var hslaBaseColors = {
291
291
  blueLight: { h: 216.5, s: 92, l: 90.2, a: 1 },
292
292
  blue: { h: 215.4, s: 80, l: 47.65, a: 1 },
293
293
  blueDark: { h: 216.3, s: 69.2, l: 23, a: 1 },
294
+ magenta: { h: 323, s: 42, l: 48, a: 1 },
294
295
  orangeLight: { h: 4, s: 100, l: 91.2, a: 1 },
295
296
  orange: { h: 11, s: 100, l: 62.2, a: 1 },
296
297
  orangeDark: { h: 10.9, s: 100, l: 42.2, a: 1 },