@loomhq/lens 10.60.0 → 10.60.1

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 (2) hide show
  1. package/dist/colors.js +4 -4
  2. package/package.json +1 -1
package/dist/colors.js CHANGED
@@ -104,12 +104,12 @@ export const hslaBaseColors = {
104
104
  };
105
105
  export const hslaGreys = {
106
106
  grey8: { h: 0, s: 0, l: 13, a: 1 },
107
- grey7: { h: 242, s: 21, l: 28, a: 1 },
107
+ grey7: { h: 246, s: 16, l: 26, a: 1 },
108
108
  grey6: { h: 252, s: 13, l: 46, a: 1 },
109
109
  grey5: { h: 240, s: 7, l: 62, a: 1 },
110
- grey4: { h: 240, s: 5.8, l: 76.3, a: 1 },
111
- grey3: { h: 240, s: 6, l: 87, a: 1 },
112
- grey2: { h: 240, s: 8, l: 93, a: 1 },
110
+ grey4: { h: 259, s: 12, l: 75, a: 1 },
111
+ grey3: { h: 260, s: 11, l: 85, a: 1 },
112
+ grey2: { h: 260, s: 11, l: 95, a: 1 },
113
113
  grey1: { h: 240, s: 7, l: 97, a: 1 },
114
114
  white: { h: 240, s: 7, l: 100, a: 1 },
115
115
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "10.60.0",
3
+ "version": "10.60.1",
4
4
  "scripts": {
5
5
  "dev": "next",
6
6
  "build:next": "next build",