@blerp/design 1.0.202 → 1.0.203

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/index.cjs.js CHANGED
@@ -2733,7 +2733,7 @@ var colors = {
2733
2733
  grey1Dark: "#F0F2F2",
2734
2734
  grey2: "#E6E6E6",
2735
2735
  grey2Dark: "#050908",
2736
- grey2DarkReal: "#E2E6E7",
2736
+ grey2DarkReal: "#2C3233",
2737
2737
  // Until we fix the UI
2738
2738
  grey3: "#C4C4C4",
2739
2739
  grey3Dark: "#C6CBCC",
package/dist/index.esm.js CHANGED
@@ -2664,7 +2664,7 @@ var colors = {
2664
2664
  grey1Dark: "#F0F2F2",
2665
2665
  grey2: "#E6E6E6",
2666
2666
  grey2Dark: "#050908",
2667
- grey2DarkReal: "#E2E6E7",
2667
+ grey2DarkReal: "#2C3233",
2668
2668
  // Until we fix the UI
2669
2669
  grey3: "#C4C4C4",
2670
2670
  grey3Dark: "#C6CBCC",
package/dist/index.umd.js CHANGED
@@ -2685,7 +2685,7 @@
2685
2685
  grey1Dark: "#F0F2F2",
2686
2686
  grey2: "#E6E6E6",
2687
2687
  grey2Dark: "#050908",
2688
- grey2DarkReal: "#E2E6E7",
2688
+ grey2DarkReal: "#2C3233",
2689
2689
  // Until we fix the UI
2690
2690
  grey3: "#C4C4C4",
2691
2691
  grey3Dark: "#C6CBCC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.0.202",
3
+ "version": "1.0.203",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {