@blerp/design 1.0.203 → 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",
@@ -2745,11 +2745,12 @@ var colors = {
2745
2745
  grey6Dark: "#474D4F",
2746
2746
  grey7: "#252525",
2747
2747
  grey7Dark: "#2C3233",
2748
- grey8: "#252525",
2748
+ grey8: "#121212",
2749
2749
  grey8Dark: "#1A1E1F",
2750
2750
  grey9: "#000000",
2751
2751
  grey9Dark: "#050908",
2752
2752
  notBlack: "#121212",
2753
+ notBlackDark: "#1A1E1F",
2753
2754
  black: "#000000",
2754
2755
  discordGrey: "#2C3034",
2755
2756
  secondaryButtonDarkGrey: "#21000C",
@@ -2798,7 +2799,7 @@ var darkColors = _objectSpread$5({
2798
2799
  grey7: colors.grey7Dark,
2799
2800
  grey8: colors.grey8Dark,
2800
2801
  grey9: colors.grey9Dark,
2801
- notBlack: colors.grey1Dark,
2802
+ notBlack: colors.notBlackDark,
2802
2803
  secondaryButtonDarkGrey: colors.secondaryButtonGrey,
2803
2804
  secondaryButtonGrey: colors.secondaryButtonGrey,
2804
2805
  thirdButtonGrey: colors.thirdButtonGrey,
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",
@@ -2676,11 +2676,12 @@ var colors = {
2676
2676
  grey6Dark: "#474D4F",
2677
2677
  grey7: "#252525",
2678
2678
  grey7Dark: "#2C3233",
2679
- grey8: "#252525",
2679
+ grey8: "#121212",
2680
2680
  grey8Dark: "#1A1E1F",
2681
2681
  grey9: "#000000",
2682
2682
  grey9Dark: "#050908",
2683
2683
  notBlack: "#121212",
2684
+ notBlackDark: "#1A1E1F",
2684
2685
  black: "#000000",
2685
2686
  discordGrey: "#2C3034",
2686
2687
  secondaryButtonDarkGrey: "#21000C",
@@ -2729,7 +2730,7 @@ var darkColors = _objectSpread$5({
2729
2730
  grey7: colors.grey7Dark,
2730
2731
  grey8: colors.grey8Dark,
2731
2732
  grey9: colors.grey9Dark,
2732
- notBlack: colors.grey1Dark,
2733
+ notBlack: colors.notBlackDark,
2733
2734
  secondaryButtonDarkGrey: colors.secondaryButtonGrey,
2734
2735
  secondaryButtonGrey: colors.secondaryButtonGrey,
2735
2736
  thirdButtonGrey: colors.thirdButtonGrey,
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",
@@ -2697,11 +2697,12 @@
2697
2697
  grey6Dark: "#474D4F",
2698
2698
  grey7: "#252525",
2699
2699
  grey7Dark: "#2C3233",
2700
- grey8: "#252525",
2700
+ grey8: "#121212",
2701
2701
  grey8Dark: "#1A1E1F",
2702
2702
  grey9: "#000000",
2703
2703
  grey9Dark: "#050908",
2704
2704
  notBlack: "#121212",
2705
+ notBlackDark: "#1A1E1F",
2705
2706
  black: "#000000",
2706
2707
  discordGrey: "#2C3034",
2707
2708
  secondaryButtonDarkGrey: "#21000C",
@@ -2750,7 +2751,7 @@
2750
2751
  grey7: colors.grey7Dark,
2751
2752
  grey8: colors.grey8Dark,
2752
2753
  grey9: colors.grey9Dark,
2753
- notBlack: colors.grey1Dark,
2754
+ notBlack: colors.notBlackDark,
2754
2755
  secondaryButtonDarkGrey: colors.secondaryButtonGrey,
2755
2756
  secondaryButtonGrey: colors.secondaryButtonGrey,
2756
2757
  thirdButtonGrey: colors.thirdButtonGrey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.0.203",
3
+ "version": "1.0.205",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {