@blerp/design 1.1.6 → 1.1.7

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
@@ -2729,6 +2729,8 @@ var colors = {
2729
2729
  grey1Dark: "#F0F2F2",
2730
2730
  grey2: "#E6E6E6",
2731
2731
  grey2Dark: "#1A1E1F",
2732
+ grey2LightReal: "#2C3233",
2733
+ // Until we fix the UI
2732
2734
  grey2DarkReal: "#2C3233",
2733
2735
  // Until we fix the UI
2734
2736
  grey3: "#C4C4C4",
@@ -2837,6 +2839,12 @@ var lightPalette = {
2837
2839
  main: "#64748B",
2838
2840
  contrastText: "#fff"
2839
2841
  },
2842
+ lighterBlack: {
2843
+ light: colors.grey2LightReal,
2844
+ main: colors.grey2DarkReal,
2845
+ dark: colors.notBlackDark,
2846
+ override: colors.grey2DarkReal
2847
+ },
2840
2848
  waxwing: {
2841
2849
  main: colors.waxing,
2842
2850
  override: colors.waxing
@@ -2847,7 +2855,7 @@ var lightPalette = {
2847
2855
  },
2848
2856
  grey2: {
2849
2857
  main: colors.grey2,
2850
- override: colors.grey2
2858
+ override: colors.grey2LightReal
2851
2859
  },
2852
2860
  grey3: {
2853
2861
  main: colors.grey3,
@@ -2941,6 +2949,12 @@ var darkPalette = {
2941
2949
  main: "#64748B",
2942
2950
  contrastText: "#fff"
2943
2951
  },
2952
+ lighterBlack: {
2953
+ light: colors.grey2LightReal,
2954
+ main: colors.grey2DarkReal,
2955
+ dark: colors.notBlackDark,
2956
+ override: colors.grey2DarkReal
2957
+ },
2944
2958
  waxwing: {
2945
2959
  main: colors.notBlack,
2946
2960
  override: colors.waxwing
@@ -2951,7 +2965,7 @@ var darkPalette = {
2951
2965
  },
2952
2966
  grey2: {
2953
2967
  main: colors.grey8Dark,
2954
- override: colors.grey2Dark
2968
+ override: colors.grey2DarkReal
2955
2969
  },
2956
2970
  grey3: {
2957
2971
  main: colors.grey7Dark,
package/dist/index.esm.js CHANGED
@@ -2660,6 +2660,8 @@ var colors = {
2660
2660
  grey1Dark: "#F0F2F2",
2661
2661
  grey2: "#E6E6E6",
2662
2662
  grey2Dark: "#1A1E1F",
2663
+ grey2LightReal: "#2C3233",
2664
+ // Until we fix the UI
2663
2665
  grey2DarkReal: "#2C3233",
2664
2666
  // Until we fix the UI
2665
2667
  grey3: "#C4C4C4",
@@ -2768,6 +2770,12 @@ var lightPalette = {
2768
2770
  main: "#64748B",
2769
2771
  contrastText: "#fff"
2770
2772
  },
2773
+ lighterBlack: {
2774
+ light: colors.grey2LightReal,
2775
+ main: colors.grey2DarkReal,
2776
+ dark: colors.notBlackDark,
2777
+ override: colors.grey2DarkReal
2778
+ },
2771
2779
  waxwing: {
2772
2780
  main: colors.waxing,
2773
2781
  override: colors.waxing
@@ -2778,7 +2786,7 @@ var lightPalette = {
2778
2786
  },
2779
2787
  grey2: {
2780
2788
  main: colors.grey2,
2781
- override: colors.grey2
2789
+ override: colors.grey2LightReal
2782
2790
  },
2783
2791
  grey3: {
2784
2792
  main: colors.grey3,
@@ -2872,6 +2880,12 @@ var darkPalette = {
2872
2880
  main: "#64748B",
2873
2881
  contrastText: "#fff"
2874
2882
  },
2883
+ lighterBlack: {
2884
+ light: colors.grey2LightReal,
2885
+ main: colors.grey2DarkReal,
2886
+ dark: colors.notBlackDark,
2887
+ override: colors.grey2DarkReal
2888
+ },
2875
2889
  waxwing: {
2876
2890
  main: colors.notBlack,
2877
2891
  override: colors.waxwing
@@ -2882,7 +2896,7 @@ var darkPalette = {
2882
2896
  },
2883
2897
  grey2: {
2884
2898
  main: colors.grey8Dark,
2885
- override: colors.grey2Dark
2899
+ override: colors.grey2DarkReal
2886
2900
  },
2887
2901
  grey3: {
2888
2902
  main: colors.grey7Dark,
package/dist/index.umd.js CHANGED
@@ -2680,6 +2680,8 @@
2680
2680
  grey1Dark: "#F0F2F2",
2681
2681
  grey2: "#E6E6E6",
2682
2682
  grey2Dark: "#1A1E1F",
2683
+ grey2LightReal: "#2C3233",
2684
+ // Until we fix the UI
2683
2685
  grey2DarkReal: "#2C3233",
2684
2686
  // Until we fix the UI
2685
2687
  grey3: "#C4C4C4",
@@ -2788,6 +2790,12 @@
2788
2790
  main: "#64748B",
2789
2791
  contrastText: "#fff"
2790
2792
  },
2793
+ lighterBlack: {
2794
+ light: colors.grey2LightReal,
2795
+ main: colors.grey2DarkReal,
2796
+ dark: colors.notBlackDark,
2797
+ override: colors.grey2DarkReal
2798
+ },
2791
2799
  waxwing: {
2792
2800
  main: colors.waxing,
2793
2801
  override: colors.waxing
@@ -2798,7 +2806,7 @@
2798
2806
  },
2799
2807
  grey2: {
2800
2808
  main: colors.grey2,
2801
- override: colors.grey2
2809
+ override: colors.grey2LightReal
2802
2810
  },
2803
2811
  grey3: {
2804
2812
  main: colors.grey3,
@@ -2892,6 +2900,12 @@
2892
2900
  main: "#64748B",
2893
2901
  contrastText: "#fff"
2894
2902
  },
2903
+ lighterBlack: {
2904
+ light: colors.grey2LightReal,
2905
+ main: colors.grey2DarkReal,
2906
+ dark: colors.notBlackDark,
2907
+ override: colors.grey2DarkReal
2908
+ },
2895
2909
  waxwing: {
2896
2910
  main: colors.notBlack,
2897
2911
  override: colors.waxwing
@@ -2902,7 +2916,7 @@
2902
2916
  },
2903
2917
  grey2: {
2904
2918
  main: colors.grey8Dark,
2905
- override: colors.grey2Dark
2919
+ override: colors.grey2DarkReal
2906
2920
  },
2907
2921
  grey3: {
2908
2922
  main: colors.grey7Dark,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {