@blerp/design 1.1.6 → 1.1.8

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
@@ -18,7 +18,6 @@ var reactPalette = require('react-palette');
18
18
  var _typeof = require('@babel/runtime/helpers/typeof');
19
19
  var KeyboardArrowRightRoundedIcon = require('@mui/icons-material/KeyboardArrowRightRounded');
20
20
  var _defineProperty = require('@babel/runtime/helpers/defineProperty');
21
- require('@mui/system');
22
21
  var KeyboardArrowDownRoundedIcon = require('@mui/icons-material/KeyboardArrowDownRounded');
23
22
  var CloseRoundedIcon = require('@mui/icons-material/CloseRounded');
24
23
  var FileUploadRoundedIcon = require('@mui/icons-material/FileUploadRounded');
@@ -2721,6 +2720,7 @@ CollectionListViewPremium$1.propTypes = {
2721
2720
  function ownKeys$5(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
2722
2721
 
2723
2722
  function _objectSpread$5(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$5(Object(source), true).forEach(function (key) { _defineProperty__default['default'](target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$5(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
2723
+
2724
2724
  var colors = {
2725
2725
  white: "#ffffff",
2726
2726
  waxing: "#F3F3F3",
@@ -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,9 +2839,16 @@ 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
- override: colors.waxing
2850
+ override: colors.waxing,
2851
+ real: colors.grey1
2843
2852
  },
2844
2853
  grey1: {
2845
2854
  main: colors.grey1,
@@ -2847,35 +2856,43 @@ var lightPalette = {
2847
2856
  },
2848
2857
  grey2: {
2849
2858
  main: colors.grey2,
2850
- override: colors.grey2
2859
+ override: colors.grey2LightReal,
2860
+ real: colors.grey2
2851
2861
  },
2852
2862
  grey3: {
2853
2863
  main: colors.grey3,
2854
- override: colors.grey3
2864
+ override: colors.grey3,
2865
+ real: colors.grey3
2855
2866
  },
2856
2867
  grey4: {
2857
2868
  main: colors.grey4,
2858
- override: colors.grey4
2869
+ override: colors.grey4,
2870
+ real: colors.grey4
2859
2871
  },
2860
2872
  grey5: {
2861
2873
  main: colors.grey5,
2862
- override: colors.grey5
2874
+ override: colors.grey5,
2875
+ real: colors.grey5
2863
2876
  },
2864
2877
  grey6: {
2865
2878
  main: colors.grey6,
2866
- override: colors.grey6
2879
+ override: colors.grey6,
2880
+ real: colors.grey6
2867
2881
  },
2868
2882
  grey7: {
2869
2883
  main: colors.grey7,
2870
- override: colors.grey7
2884
+ override: colors.grey7,
2885
+ real: colors.grey7
2871
2886
  },
2872
2887
  grey8: {
2873
2888
  main: colors.grey8,
2874
- override: colors.grey8
2889
+ override: colors.grey8,
2890
+ real: colors.grey8
2875
2891
  },
2876
2892
  grey9: {
2877
2893
  main: colors.grey9,
2878
- override: colors.grey9
2894
+ override: colors.grey9,
2895
+ real: colors.grey9
2879
2896
  },
2880
2897
  notBlack: {
2881
2898
  light: colors.notBlack,
@@ -2941,45 +2958,61 @@ var darkPalette = {
2941
2958
  main: "#64748B",
2942
2959
  contrastText: "#fff"
2943
2960
  },
2961
+ lighterBlack: {
2962
+ light: colors.grey2LightReal,
2963
+ main: colors.grey2DarkReal,
2964
+ dark: colors.notBlackDark,
2965
+ override: colors.grey2DarkReal
2966
+ },
2944
2967
  waxwing: {
2945
2968
  main: colors.notBlack,
2946
- override: colors.waxwing
2969
+ override: colors.waxwing,
2970
+ real: colors.grey1
2947
2971
  },
2948
2972
  grey1: {
2949
2973
  main: colors.grey9Dark,
2950
- override: colors.grey1Dark
2974
+ override: colors.grey1Dark,
2975
+ real: colors.grey1
2951
2976
  },
2952
2977
  grey2: {
2953
2978
  main: colors.grey8Dark,
2954
- override: colors.grey2Dark
2979
+ override: colors.grey2DarkReal,
2980
+ real: colors.grey2
2955
2981
  },
2956
2982
  grey3: {
2957
2983
  main: colors.grey7Dark,
2958
- override: colors.grey3Dark
2984
+ override: colors.grey3Dark,
2985
+ real: colors.grey3
2959
2986
  },
2960
2987
  grey4: {
2961
2988
  main: colors.grey6Dark,
2962
- override: colors.grey4Dark
2989
+ override: colors.grey4Dark,
2990
+ real: colors.grey4
2963
2991
  },
2964
2992
  grey5: {
2965
2993
  main: colors.grey5Dark,
2966
- override: colors.grey5Dark
2994
+ override: colors.grey5Dark,
2995
+ real: colors.grey5
2967
2996
  },
2968
2997
  grey6: {
2969
2998
  main: colors.grey4Dark,
2970
- override: colors.grey6Dark
2999
+ override: colors.grey6Dark,
3000
+ real: colors.grey6
2971
3001
  },
2972
3002
  grey7: {
2973
3003
  main: colors.grey3Dark,
2974
- override: colors.grey7Dark
3004
+ override: colors.grey7Dark,
3005
+ real: colors.grey7
2975
3006
  },
2976
3007
  grey8: {
2977
3008
  main: colors.grey2Dark,
2978
- override: colors.grey8Dark
3009
+ override: colors.grey8Dark,
3010
+ real: colors.grey8
2979
3011
  },
2980
3012
  grey9: {
2981
3013
  main: colors.grey1Dark,
2982
- override: colors.grey9Dark
3014
+ override: colors.grey9Dark,
3015
+ real: colors.grey9
2983
3016
  },
2984
3017
  notBlack: {
2985
3018
  light: colors.waxwing,
package/dist/index.esm.js CHANGED
@@ -15,7 +15,6 @@ import { usePalette } from 'react-palette';
15
15
  import _typeof from '@babel/runtime/helpers/typeof';
16
16
  import KeyboardArrowRightRoundedIcon from '@mui/icons-material/KeyboardArrowRightRounded';
17
17
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
18
- import '@mui/system';
19
18
  import KeyboardArrowDownRoundedIcon from '@mui/icons-material/KeyboardArrowDownRounded';
20
19
  import CloseRoundedIcon from '@mui/icons-material/CloseRounded';
21
20
  import FileUploadRoundedIcon from '@mui/icons-material/FileUploadRounded';
@@ -2652,6 +2651,7 @@ CollectionListViewPremium$1.propTypes = {
2652
2651
  function ownKeys$5(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
2653
2652
 
2654
2653
  function _objectSpread$5(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$5(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$5(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
2654
+
2655
2655
  var colors = {
2656
2656
  white: "#ffffff",
2657
2657
  waxing: "#F3F3F3",
@@ -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,9 +2770,16 @@ 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
- override: colors.waxing
2781
+ override: colors.waxing,
2782
+ real: colors.grey1
2774
2783
  },
2775
2784
  grey1: {
2776
2785
  main: colors.grey1,
@@ -2778,35 +2787,43 @@ var lightPalette = {
2778
2787
  },
2779
2788
  grey2: {
2780
2789
  main: colors.grey2,
2781
- override: colors.grey2
2790
+ override: colors.grey2LightReal,
2791
+ real: colors.grey2
2782
2792
  },
2783
2793
  grey3: {
2784
2794
  main: colors.grey3,
2785
- override: colors.grey3
2795
+ override: colors.grey3,
2796
+ real: colors.grey3
2786
2797
  },
2787
2798
  grey4: {
2788
2799
  main: colors.grey4,
2789
- override: colors.grey4
2800
+ override: colors.grey4,
2801
+ real: colors.grey4
2790
2802
  },
2791
2803
  grey5: {
2792
2804
  main: colors.grey5,
2793
- override: colors.grey5
2805
+ override: colors.grey5,
2806
+ real: colors.grey5
2794
2807
  },
2795
2808
  grey6: {
2796
2809
  main: colors.grey6,
2797
- override: colors.grey6
2810
+ override: colors.grey6,
2811
+ real: colors.grey6
2798
2812
  },
2799
2813
  grey7: {
2800
2814
  main: colors.grey7,
2801
- override: colors.grey7
2815
+ override: colors.grey7,
2816
+ real: colors.grey7
2802
2817
  },
2803
2818
  grey8: {
2804
2819
  main: colors.grey8,
2805
- override: colors.grey8
2820
+ override: colors.grey8,
2821
+ real: colors.grey8
2806
2822
  },
2807
2823
  grey9: {
2808
2824
  main: colors.grey9,
2809
- override: colors.grey9
2825
+ override: colors.grey9,
2826
+ real: colors.grey9
2810
2827
  },
2811
2828
  notBlack: {
2812
2829
  light: colors.notBlack,
@@ -2872,45 +2889,61 @@ var darkPalette = {
2872
2889
  main: "#64748B",
2873
2890
  contrastText: "#fff"
2874
2891
  },
2892
+ lighterBlack: {
2893
+ light: colors.grey2LightReal,
2894
+ main: colors.grey2DarkReal,
2895
+ dark: colors.notBlackDark,
2896
+ override: colors.grey2DarkReal
2897
+ },
2875
2898
  waxwing: {
2876
2899
  main: colors.notBlack,
2877
- override: colors.waxwing
2900
+ override: colors.waxwing,
2901
+ real: colors.grey1
2878
2902
  },
2879
2903
  grey1: {
2880
2904
  main: colors.grey9Dark,
2881
- override: colors.grey1Dark
2905
+ override: colors.grey1Dark,
2906
+ real: colors.grey1
2882
2907
  },
2883
2908
  grey2: {
2884
2909
  main: colors.grey8Dark,
2885
- override: colors.grey2Dark
2910
+ override: colors.grey2DarkReal,
2911
+ real: colors.grey2
2886
2912
  },
2887
2913
  grey3: {
2888
2914
  main: colors.grey7Dark,
2889
- override: colors.grey3Dark
2915
+ override: colors.grey3Dark,
2916
+ real: colors.grey3
2890
2917
  },
2891
2918
  grey4: {
2892
2919
  main: colors.grey6Dark,
2893
- override: colors.grey4Dark
2920
+ override: colors.grey4Dark,
2921
+ real: colors.grey4
2894
2922
  },
2895
2923
  grey5: {
2896
2924
  main: colors.grey5Dark,
2897
- override: colors.grey5Dark
2925
+ override: colors.grey5Dark,
2926
+ real: colors.grey5
2898
2927
  },
2899
2928
  grey6: {
2900
2929
  main: colors.grey4Dark,
2901
- override: colors.grey6Dark
2930
+ override: colors.grey6Dark,
2931
+ real: colors.grey6
2902
2932
  },
2903
2933
  grey7: {
2904
2934
  main: colors.grey3Dark,
2905
- override: colors.grey7Dark
2935
+ override: colors.grey7Dark,
2936
+ real: colors.grey7
2906
2937
  },
2907
2938
  grey8: {
2908
2939
  main: colors.grey2Dark,
2909
- override: colors.grey8Dark
2940
+ override: colors.grey8Dark,
2941
+ real: colors.grey8
2910
2942
  },
2911
2943
  grey9: {
2912
2944
  main: colors.grey1Dark,
2913
- override: colors.grey9Dark
2945
+ override: colors.grey9Dark,
2946
+ real: colors.grey9
2914
2947
  },
2915
2948
  notBlack: {
2916
2949
  light: colors.waxwing,
package/dist/index.umd.js CHANGED
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@mui/material'), require('@babel/runtime/helpers/slicedToArray'), require('prop-types'), require('react'), require('react-color-extractor'), require('styled-components'), require('@babel/runtime/helpers/taggedTemplateLiteral'), require('@mui/icons-material'), require('@mui/icons-material/BookmarkOutlined'), require('@mui/icons-material/LockRounded'), require('@mui/icons-material/BookmarkAddOutlined'), require('@mui/icons-material/MoreHorizRounded'), require('react-palette'), require('@babel/runtime/helpers/typeof'), require('@mui/icons-material/KeyboardArrowRightRounded'), require('@babel/runtime/helpers/defineProperty'), require('@mui/system'), require('@mui/icons-material/KeyboardArrowDownRounded'), require('@mui/icons-material/CloseRounded'), require('@mui/icons-material/FileUploadRounded'), require('@babel/runtime/helpers/extends'), require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), require('react-avatar-editor'), require('react-dropzone'), require('@mui/icons-material/InsertPhotoRounded'), require('@mui/material/styles'), require('@mui/material/Slide'), require('@mui/material/Fade'), require('react-lottie'), require('@mui/icons-material/AddRounded'), require('@mui/icons-material/Facebook'), require('@mui/icons-material/Instagram'), require('@mui/icons-material/ModeEditRounded'), require('@mui/icons-material/PersonAddRounded'), require('@mui/icons-material/Pinterest'), require('@mui/icons-material/Twitter'), require('@mui/icons-material/YouTube'), require('@mui/icons-material/PersonRemoveRounded'), require('@babel/runtime/helpers/toConsumableArray'), require('@mui/icons-material/FilterAltRounded'), require('@mui/icons-material/MenuRounded'), require('@mui/icons-material/ViewModuleRounded'), require('@mui/icons-material/SettingsRounded'), require('@mui/icons-material/SortRounded'), require('@mui/icons-material/ChevronRightRounded'), require('@mui/icons-material/PersonRounded'), require('@mui/icons-material/SearchRounded'), require('@mui/icons-material/BookmarkRemoveOutlined'), require('@mui/icons-material/VisibilityOffRounded')) :
3
- typeof define === 'function' && define.amd ? define(['exports', '@mui/material', '@babel/runtime/helpers/slicedToArray', 'prop-types', 'react', 'react-color-extractor', 'styled-components', '@babel/runtime/helpers/taggedTemplateLiteral', '@mui/icons-material', '@mui/icons-material/BookmarkOutlined', '@mui/icons-material/LockRounded', '@mui/icons-material/BookmarkAddOutlined', '@mui/icons-material/MoreHorizRounded', 'react-palette', '@babel/runtime/helpers/typeof', '@mui/icons-material/KeyboardArrowRightRounded', '@babel/runtime/helpers/defineProperty', '@mui/system', '@mui/icons-material/KeyboardArrowDownRounded', '@mui/icons-material/CloseRounded', '@mui/icons-material/FileUploadRounded', '@babel/runtime/helpers/extends', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', 'react-avatar-editor', 'react-dropzone', '@mui/icons-material/InsertPhotoRounded', '@mui/material/styles', '@mui/material/Slide', '@mui/material/Fade', 'react-lottie', '@mui/icons-material/AddRounded', '@mui/icons-material/Facebook', '@mui/icons-material/Instagram', '@mui/icons-material/ModeEditRounded', '@mui/icons-material/PersonAddRounded', '@mui/icons-material/Pinterest', '@mui/icons-material/Twitter', '@mui/icons-material/YouTube', '@mui/icons-material/PersonRemoveRounded', '@babel/runtime/helpers/toConsumableArray', '@mui/icons-material/FilterAltRounded', '@mui/icons-material/MenuRounded', '@mui/icons-material/ViewModuleRounded', '@mui/icons-material/SettingsRounded', '@mui/icons-material/SortRounded', '@mui/icons-material/ChevronRightRounded', '@mui/icons-material/PersonRounded', '@mui/icons-material/SearchRounded', '@mui/icons-material/BookmarkRemoveOutlined', '@mui/icons-material/VisibilityOffRounded'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['react-awesome-buttons'] = {}, global.material, global._slicedToArray, global.PropTypes, global.React, global.reactColorExtractor, global.styled, global._taggedTemplateLiteral, global.iconsMaterial, global.BookmarkOutlinedIcon, global.LockRoundedIcon, global.BookmarkAddOutlinedIcon, global.MoreHorizRoundedIcon, global.reactPalette, global._typeof, global.KeyboardArrowRightRoundedIcon, global._defineProperty, null, global.KeyboardArrowDownRoundedIcon, global.CloseRoundedIcon, global.FileUploadRoundedIcon, global._extends, global._asyncToGenerator, global._regeneratorRuntime, global.AvatarEditor, global.Dropzone, global.InsertPhotoRoundedIcon, global.styles, global.Slide, global.Fade, global.Lottie, global.AddRoundedIcon, global.FacebookIcon, global.InstagramIcon, global.ModeEditRoundedIcon, global.PersonAddRoundedIcon, global.PinterestIcon, global.TwitterIcon, global.YouTubeIcon, global.PersonRemoveRoundedIcon, global._toConsumableArray, null, global.MenuRoundedIcon, global.ViewModuleRoundedIcon, null, global.SortRoundedIcon, global.ChevronRightRoundedIcon, global.PersonRoundedIcon, global.SearchRoundedIcon, global.BookmarkRemoveOutlinedIcon, global.VisibilityOffRoundedIcon));
5
- }(this, (function (exports, material, _slicedToArray, PropTypes, React, reactColorExtractor, styled, _taggedTemplateLiteral, iconsMaterial, BookmarkOutlinedIcon, LockRoundedIcon, BookmarkAddOutlinedIcon, MoreHorizRoundedIcon, reactPalette, _typeof, KeyboardArrowRightRoundedIcon, _defineProperty, system, KeyboardArrowDownRoundedIcon, CloseRoundedIcon, FileUploadRoundedIcon, _extends, _asyncToGenerator, _regeneratorRuntime, AvatarEditor, Dropzone, InsertPhotoRoundedIcon, styles, Slide, Fade, Lottie, AddRoundedIcon, FacebookIcon, InstagramIcon, ModeEditRoundedIcon, PersonAddRoundedIcon, PinterestIcon, TwitterIcon, YouTubeIcon, PersonRemoveRoundedIcon, _toConsumableArray, FilterAltRounded, MenuRoundedIcon, ViewModuleRoundedIcon, SettingsRounded, SortRoundedIcon, ChevronRightRoundedIcon, PersonRoundedIcon, SearchRoundedIcon, BookmarkRemoveOutlinedIcon, VisibilityOffRoundedIcon) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@mui/material'), require('@babel/runtime/helpers/slicedToArray'), require('prop-types'), require('react'), require('react-color-extractor'), require('styled-components'), require('@babel/runtime/helpers/taggedTemplateLiteral'), require('@mui/icons-material'), require('@mui/icons-material/BookmarkOutlined'), require('@mui/icons-material/LockRounded'), require('@mui/icons-material/BookmarkAddOutlined'), require('@mui/icons-material/MoreHorizRounded'), require('react-palette'), require('@babel/runtime/helpers/typeof'), require('@mui/icons-material/KeyboardArrowRightRounded'), require('@babel/runtime/helpers/defineProperty'), require('@mui/icons-material/KeyboardArrowDownRounded'), require('@mui/icons-material/CloseRounded'), require('@mui/icons-material/FileUploadRounded'), require('@babel/runtime/helpers/extends'), require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), require('react-avatar-editor'), require('react-dropzone'), require('@mui/icons-material/InsertPhotoRounded'), require('@mui/material/styles'), require('@mui/material/Slide'), require('@mui/material/Fade'), require('react-lottie'), require('@mui/icons-material/AddRounded'), require('@mui/icons-material/Facebook'), require('@mui/icons-material/Instagram'), require('@mui/icons-material/ModeEditRounded'), require('@mui/icons-material/PersonAddRounded'), require('@mui/icons-material/Pinterest'), require('@mui/icons-material/Twitter'), require('@mui/icons-material/YouTube'), require('@mui/icons-material/PersonRemoveRounded'), require('@babel/runtime/helpers/toConsumableArray'), require('@mui/icons-material/FilterAltRounded'), require('@mui/icons-material/MenuRounded'), require('@mui/icons-material/ViewModuleRounded'), require('@mui/icons-material/SettingsRounded'), require('@mui/icons-material/SortRounded'), require('@mui/icons-material/ChevronRightRounded'), require('@mui/icons-material/PersonRounded'), require('@mui/icons-material/SearchRounded'), require('@mui/icons-material/BookmarkRemoveOutlined'), require('@mui/icons-material/VisibilityOffRounded')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', '@mui/material', '@babel/runtime/helpers/slicedToArray', 'prop-types', 'react', 'react-color-extractor', 'styled-components', '@babel/runtime/helpers/taggedTemplateLiteral', '@mui/icons-material', '@mui/icons-material/BookmarkOutlined', '@mui/icons-material/LockRounded', '@mui/icons-material/BookmarkAddOutlined', '@mui/icons-material/MoreHorizRounded', 'react-palette', '@babel/runtime/helpers/typeof', '@mui/icons-material/KeyboardArrowRightRounded', '@babel/runtime/helpers/defineProperty', '@mui/icons-material/KeyboardArrowDownRounded', '@mui/icons-material/CloseRounded', '@mui/icons-material/FileUploadRounded', '@babel/runtime/helpers/extends', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', 'react-avatar-editor', 'react-dropzone', '@mui/icons-material/InsertPhotoRounded', '@mui/material/styles', '@mui/material/Slide', '@mui/material/Fade', 'react-lottie', '@mui/icons-material/AddRounded', '@mui/icons-material/Facebook', '@mui/icons-material/Instagram', '@mui/icons-material/ModeEditRounded', '@mui/icons-material/PersonAddRounded', '@mui/icons-material/Pinterest', '@mui/icons-material/Twitter', '@mui/icons-material/YouTube', '@mui/icons-material/PersonRemoveRounded', '@babel/runtime/helpers/toConsumableArray', '@mui/icons-material/FilterAltRounded', '@mui/icons-material/MenuRounded', '@mui/icons-material/ViewModuleRounded', '@mui/icons-material/SettingsRounded', '@mui/icons-material/SortRounded', '@mui/icons-material/ChevronRightRounded', '@mui/icons-material/PersonRounded', '@mui/icons-material/SearchRounded', '@mui/icons-material/BookmarkRemoveOutlined', '@mui/icons-material/VisibilityOffRounded'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['react-awesome-buttons'] = {}, global.material, global._slicedToArray, global.PropTypes, global.React, global.reactColorExtractor, global.styled, global._taggedTemplateLiteral, global.iconsMaterial, global.BookmarkOutlinedIcon, global.LockRoundedIcon, global.BookmarkAddOutlinedIcon, global.MoreHorizRoundedIcon, global.reactPalette, global._typeof, global.KeyboardArrowRightRoundedIcon, global._defineProperty, global.KeyboardArrowDownRoundedIcon, global.CloseRoundedIcon, global.FileUploadRoundedIcon, global._extends, global._asyncToGenerator, global._regeneratorRuntime, global.AvatarEditor, global.Dropzone, global.InsertPhotoRoundedIcon, global.styles, global.Slide, global.Fade, global.Lottie, global.AddRoundedIcon, global.FacebookIcon, global.InstagramIcon, global.ModeEditRoundedIcon, global.PersonAddRoundedIcon, global.PinterestIcon, global.TwitterIcon, global.YouTubeIcon, global.PersonRemoveRoundedIcon, global._toConsumableArray, null, global.MenuRoundedIcon, global.ViewModuleRoundedIcon, null, global.SortRoundedIcon, global.ChevronRightRoundedIcon, global.PersonRoundedIcon, global.SearchRoundedIcon, global.BookmarkRemoveOutlinedIcon, global.VisibilityOffRoundedIcon));
5
+ }(this, (function (exports, material, _slicedToArray, PropTypes, React, reactColorExtractor, styled, _taggedTemplateLiteral, iconsMaterial, BookmarkOutlinedIcon, LockRoundedIcon, BookmarkAddOutlinedIcon, MoreHorizRoundedIcon, reactPalette, _typeof, KeyboardArrowRightRoundedIcon, _defineProperty, KeyboardArrowDownRoundedIcon, CloseRoundedIcon, FileUploadRoundedIcon, _extends, _asyncToGenerator, _regeneratorRuntime, AvatarEditor, Dropzone, InsertPhotoRoundedIcon, styles, Slide, Fade, Lottie, AddRoundedIcon, FacebookIcon, InstagramIcon, ModeEditRoundedIcon, PersonAddRoundedIcon, PinterestIcon, TwitterIcon, YouTubeIcon, PersonRemoveRoundedIcon, _toConsumableArray, FilterAltRounded, MenuRoundedIcon, ViewModuleRoundedIcon, SettingsRounded, SortRoundedIcon, ChevronRightRoundedIcon, PersonRoundedIcon, SearchRoundedIcon, BookmarkRemoveOutlinedIcon, VisibilityOffRoundedIcon) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -2672,6 +2672,7 @@
2672
2672
  function ownKeys$5(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
2673
2673
 
2674
2674
  function _objectSpread$5(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys$5(Object(source), true).forEach(function (key) { _defineProperty__default['default'](target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys$5(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
2675
+
2675
2676
  var colors = {
2676
2677
  white: "#ffffff",
2677
2678
  waxing: "#F3F3F3",
@@ -2680,6 +2681,8 @@
2680
2681
  grey1Dark: "#F0F2F2",
2681
2682
  grey2: "#E6E6E6",
2682
2683
  grey2Dark: "#1A1E1F",
2684
+ grey2LightReal: "#2C3233",
2685
+ // Until we fix the UI
2683
2686
  grey2DarkReal: "#2C3233",
2684
2687
  // Until we fix the UI
2685
2688
  grey3: "#C4C4C4",
@@ -2788,9 +2791,16 @@
2788
2791
  main: "#64748B",
2789
2792
  contrastText: "#fff"
2790
2793
  },
2794
+ lighterBlack: {
2795
+ light: colors.grey2LightReal,
2796
+ main: colors.grey2DarkReal,
2797
+ dark: colors.notBlackDark,
2798
+ override: colors.grey2DarkReal
2799
+ },
2791
2800
  waxwing: {
2792
2801
  main: colors.waxing,
2793
- override: colors.waxing
2802
+ override: colors.waxing,
2803
+ real: colors.grey1
2794
2804
  },
2795
2805
  grey1: {
2796
2806
  main: colors.grey1,
@@ -2798,35 +2808,43 @@
2798
2808
  },
2799
2809
  grey2: {
2800
2810
  main: colors.grey2,
2801
- override: colors.grey2
2811
+ override: colors.grey2LightReal,
2812
+ real: colors.grey2
2802
2813
  },
2803
2814
  grey3: {
2804
2815
  main: colors.grey3,
2805
- override: colors.grey3
2816
+ override: colors.grey3,
2817
+ real: colors.grey3
2806
2818
  },
2807
2819
  grey4: {
2808
2820
  main: colors.grey4,
2809
- override: colors.grey4
2821
+ override: colors.grey4,
2822
+ real: colors.grey4
2810
2823
  },
2811
2824
  grey5: {
2812
2825
  main: colors.grey5,
2813
- override: colors.grey5
2826
+ override: colors.grey5,
2827
+ real: colors.grey5
2814
2828
  },
2815
2829
  grey6: {
2816
2830
  main: colors.grey6,
2817
- override: colors.grey6
2831
+ override: colors.grey6,
2832
+ real: colors.grey6
2818
2833
  },
2819
2834
  grey7: {
2820
2835
  main: colors.grey7,
2821
- override: colors.grey7
2836
+ override: colors.grey7,
2837
+ real: colors.grey7
2822
2838
  },
2823
2839
  grey8: {
2824
2840
  main: colors.grey8,
2825
- override: colors.grey8
2841
+ override: colors.grey8,
2842
+ real: colors.grey8
2826
2843
  },
2827
2844
  grey9: {
2828
2845
  main: colors.grey9,
2829
- override: colors.grey9
2846
+ override: colors.grey9,
2847
+ real: colors.grey9
2830
2848
  },
2831
2849
  notBlack: {
2832
2850
  light: colors.notBlack,
@@ -2892,45 +2910,61 @@
2892
2910
  main: "#64748B",
2893
2911
  contrastText: "#fff"
2894
2912
  },
2913
+ lighterBlack: {
2914
+ light: colors.grey2LightReal,
2915
+ main: colors.grey2DarkReal,
2916
+ dark: colors.notBlackDark,
2917
+ override: colors.grey2DarkReal
2918
+ },
2895
2919
  waxwing: {
2896
2920
  main: colors.notBlack,
2897
- override: colors.waxwing
2921
+ override: colors.waxwing,
2922
+ real: colors.grey1
2898
2923
  },
2899
2924
  grey1: {
2900
2925
  main: colors.grey9Dark,
2901
- override: colors.grey1Dark
2926
+ override: colors.grey1Dark,
2927
+ real: colors.grey1
2902
2928
  },
2903
2929
  grey2: {
2904
2930
  main: colors.grey8Dark,
2905
- override: colors.grey2Dark
2931
+ override: colors.grey2DarkReal,
2932
+ real: colors.grey2
2906
2933
  },
2907
2934
  grey3: {
2908
2935
  main: colors.grey7Dark,
2909
- override: colors.grey3Dark
2936
+ override: colors.grey3Dark,
2937
+ real: colors.grey3
2910
2938
  },
2911
2939
  grey4: {
2912
2940
  main: colors.grey6Dark,
2913
- override: colors.grey4Dark
2941
+ override: colors.grey4Dark,
2942
+ real: colors.grey4
2914
2943
  },
2915
2944
  grey5: {
2916
2945
  main: colors.grey5Dark,
2917
- override: colors.grey5Dark
2946
+ override: colors.grey5Dark,
2947
+ real: colors.grey5
2918
2948
  },
2919
2949
  grey6: {
2920
2950
  main: colors.grey4Dark,
2921
- override: colors.grey6Dark
2951
+ override: colors.grey6Dark,
2952
+ real: colors.grey6
2922
2953
  },
2923
2954
  grey7: {
2924
2955
  main: colors.grey3Dark,
2925
- override: colors.grey7Dark
2956
+ override: colors.grey7Dark,
2957
+ real: colors.grey7
2926
2958
  },
2927
2959
  grey8: {
2928
2960
  main: colors.grey2Dark,
2929
- override: colors.grey8Dark
2961
+ override: colors.grey8Dark,
2962
+ real: colors.grey8
2930
2963
  },
2931
2964
  grey9: {
2932
2965
  main: colors.grey1Dark,
2933
- override: colors.grey9Dark
2966
+ override: colors.grey9Dark,
2967
+ real: colors.grey9
2934
2968
  },
2935
2969
  notBlack: {
2936
2970
  light: colors.waxwing,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {