@blerp/design 1.0.204 → 1.0.205

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