@blerp/design 1.1.7 → 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",
@@ -2847,7 +2847,8 @@ var lightPalette = {
2847
2847
  },
2848
2848
  waxwing: {
2849
2849
  main: colors.waxing,
2850
- override: colors.waxing
2850
+ override: colors.waxing,
2851
+ real: colors.grey1
2851
2852
  },
2852
2853
  grey1: {
2853
2854
  main: colors.grey1,
@@ -2855,35 +2856,43 @@ var lightPalette = {
2855
2856
  },
2856
2857
  grey2: {
2857
2858
  main: colors.grey2,
2858
- override: colors.grey2LightReal
2859
+ override: colors.grey2LightReal,
2860
+ real: colors.grey2
2859
2861
  },
2860
2862
  grey3: {
2861
2863
  main: colors.grey3,
2862
- override: colors.grey3
2864
+ override: colors.grey3,
2865
+ real: colors.grey3
2863
2866
  },
2864
2867
  grey4: {
2865
2868
  main: colors.grey4,
2866
- override: colors.grey4
2869
+ override: colors.grey4,
2870
+ real: colors.grey4
2867
2871
  },
2868
2872
  grey5: {
2869
2873
  main: colors.grey5,
2870
- override: colors.grey5
2874
+ override: colors.grey5,
2875
+ real: colors.grey5
2871
2876
  },
2872
2877
  grey6: {
2873
2878
  main: colors.grey6,
2874
- override: colors.grey6
2879
+ override: colors.grey6,
2880
+ real: colors.grey6
2875
2881
  },
2876
2882
  grey7: {
2877
2883
  main: colors.grey7,
2878
- override: colors.grey7
2884
+ override: colors.grey7,
2885
+ real: colors.grey7
2879
2886
  },
2880
2887
  grey8: {
2881
2888
  main: colors.grey8,
2882
- override: colors.grey8
2889
+ override: colors.grey8,
2890
+ real: colors.grey8
2883
2891
  },
2884
2892
  grey9: {
2885
2893
  main: colors.grey9,
2886
- override: colors.grey9
2894
+ override: colors.grey9,
2895
+ real: colors.grey9
2887
2896
  },
2888
2897
  notBlack: {
2889
2898
  light: colors.notBlack,
@@ -2957,43 +2966,53 @@ var darkPalette = {
2957
2966
  },
2958
2967
  waxwing: {
2959
2968
  main: colors.notBlack,
2960
- override: colors.waxwing
2969
+ override: colors.waxwing,
2970
+ real: colors.grey1
2961
2971
  },
2962
2972
  grey1: {
2963
2973
  main: colors.grey9Dark,
2964
- override: colors.grey1Dark
2974
+ override: colors.grey1Dark,
2975
+ real: colors.grey1
2965
2976
  },
2966
2977
  grey2: {
2967
2978
  main: colors.grey8Dark,
2968
- override: colors.grey2DarkReal
2979
+ override: colors.grey2DarkReal,
2980
+ real: colors.grey2
2969
2981
  },
2970
2982
  grey3: {
2971
2983
  main: colors.grey7Dark,
2972
- override: colors.grey3Dark
2984
+ override: colors.grey3Dark,
2985
+ real: colors.grey3
2973
2986
  },
2974
2987
  grey4: {
2975
2988
  main: colors.grey6Dark,
2976
- override: colors.grey4Dark
2989
+ override: colors.grey4Dark,
2990
+ real: colors.grey4
2977
2991
  },
2978
2992
  grey5: {
2979
2993
  main: colors.grey5Dark,
2980
- override: colors.grey5Dark
2994
+ override: colors.grey5Dark,
2995
+ real: colors.grey5
2981
2996
  },
2982
2997
  grey6: {
2983
2998
  main: colors.grey4Dark,
2984
- override: colors.grey6Dark
2999
+ override: colors.grey6Dark,
3000
+ real: colors.grey6
2985
3001
  },
2986
3002
  grey7: {
2987
3003
  main: colors.grey3Dark,
2988
- override: colors.grey7Dark
3004
+ override: colors.grey7Dark,
3005
+ real: colors.grey7
2989
3006
  },
2990
3007
  grey8: {
2991
3008
  main: colors.grey2Dark,
2992
- override: colors.grey8Dark
3009
+ override: colors.grey8Dark,
3010
+ real: colors.grey8
2993
3011
  },
2994
3012
  grey9: {
2995
3013
  main: colors.grey1Dark,
2996
- override: colors.grey9Dark
3014
+ override: colors.grey9Dark,
3015
+ real: colors.grey9
2997
3016
  },
2998
3017
  notBlack: {
2999
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",
@@ -2778,7 +2778,8 @@ var lightPalette = {
2778
2778
  },
2779
2779
  waxwing: {
2780
2780
  main: colors.waxing,
2781
- override: colors.waxing
2781
+ override: colors.waxing,
2782
+ real: colors.grey1
2782
2783
  },
2783
2784
  grey1: {
2784
2785
  main: colors.grey1,
@@ -2786,35 +2787,43 @@ var lightPalette = {
2786
2787
  },
2787
2788
  grey2: {
2788
2789
  main: colors.grey2,
2789
- override: colors.grey2LightReal
2790
+ override: colors.grey2LightReal,
2791
+ real: colors.grey2
2790
2792
  },
2791
2793
  grey3: {
2792
2794
  main: colors.grey3,
2793
- override: colors.grey3
2795
+ override: colors.grey3,
2796
+ real: colors.grey3
2794
2797
  },
2795
2798
  grey4: {
2796
2799
  main: colors.grey4,
2797
- override: colors.grey4
2800
+ override: colors.grey4,
2801
+ real: colors.grey4
2798
2802
  },
2799
2803
  grey5: {
2800
2804
  main: colors.grey5,
2801
- override: colors.grey5
2805
+ override: colors.grey5,
2806
+ real: colors.grey5
2802
2807
  },
2803
2808
  grey6: {
2804
2809
  main: colors.grey6,
2805
- override: colors.grey6
2810
+ override: colors.grey6,
2811
+ real: colors.grey6
2806
2812
  },
2807
2813
  grey7: {
2808
2814
  main: colors.grey7,
2809
- override: colors.grey7
2815
+ override: colors.grey7,
2816
+ real: colors.grey7
2810
2817
  },
2811
2818
  grey8: {
2812
2819
  main: colors.grey8,
2813
- override: colors.grey8
2820
+ override: colors.grey8,
2821
+ real: colors.grey8
2814
2822
  },
2815
2823
  grey9: {
2816
2824
  main: colors.grey9,
2817
- override: colors.grey9
2825
+ override: colors.grey9,
2826
+ real: colors.grey9
2818
2827
  },
2819
2828
  notBlack: {
2820
2829
  light: colors.notBlack,
@@ -2888,43 +2897,53 @@ var darkPalette = {
2888
2897
  },
2889
2898
  waxwing: {
2890
2899
  main: colors.notBlack,
2891
- override: colors.waxwing
2900
+ override: colors.waxwing,
2901
+ real: colors.grey1
2892
2902
  },
2893
2903
  grey1: {
2894
2904
  main: colors.grey9Dark,
2895
- override: colors.grey1Dark
2905
+ override: colors.grey1Dark,
2906
+ real: colors.grey1
2896
2907
  },
2897
2908
  grey2: {
2898
2909
  main: colors.grey8Dark,
2899
- override: colors.grey2DarkReal
2910
+ override: colors.grey2DarkReal,
2911
+ real: colors.grey2
2900
2912
  },
2901
2913
  grey3: {
2902
2914
  main: colors.grey7Dark,
2903
- override: colors.grey3Dark
2915
+ override: colors.grey3Dark,
2916
+ real: colors.grey3
2904
2917
  },
2905
2918
  grey4: {
2906
2919
  main: colors.grey6Dark,
2907
- override: colors.grey4Dark
2920
+ override: colors.grey4Dark,
2921
+ real: colors.grey4
2908
2922
  },
2909
2923
  grey5: {
2910
2924
  main: colors.grey5Dark,
2911
- override: colors.grey5Dark
2925
+ override: colors.grey5Dark,
2926
+ real: colors.grey5
2912
2927
  },
2913
2928
  grey6: {
2914
2929
  main: colors.grey4Dark,
2915
- override: colors.grey6Dark
2930
+ override: colors.grey6Dark,
2931
+ real: colors.grey6
2916
2932
  },
2917
2933
  grey7: {
2918
2934
  main: colors.grey3Dark,
2919
- override: colors.grey7Dark
2935
+ override: colors.grey7Dark,
2936
+ real: colors.grey7
2920
2937
  },
2921
2938
  grey8: {
2922
2939
  main: colors.grey2Dark,
2923
- override: colors.grey8Dark
2940
+ override: colors.grey8Dark,
2941
+ real: colors.grey8
2924
2942
  },
2925
2943
  grey9: {
2926
2944
  main: colors.grey1Dark,
2927
- override: colors.grey9Dark
2945
+ override: colors.grey9Dark,
2946
+ real: colors.grey9
2928
2947
  },
2929
2948
  notBlack: {
2930
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",
@@ -2798,7 +2799,8 @@
2798
2799
  },
2799
2800
  waxwing: {
2800
2801
  main: colors.waxing,
2801
- override: colors.waxing
2802
+ override: colors.waxing,
2803
+ real: colors.grey1
2802
2804
  },
2803
2805
  grey1: {
2804
2806
  main: colors.grey1,
@@ -2806,35 +2808,43 @@
2806
2808
  },
2807
2809
  grey2: {
2808
2810
  main: colors.grey2,
2809
- override: colors.grey2LightReal
2811
+ override: colors.grey2LightReal,
2812
+ real: colors.grey2
2810
2813
  },
2811
2814
  grey3: {
2812
2815
  main: colors.grey3,
2813
- override: colors.grey3
2816
+ override: colors.grey3,
2817
+ real: colors.grey3
2814
2818
  },
2815
2819
  grey4: {
2816
2820
  main: colors.grey4,
2817
- override: colors.grey4
2821
+ override: colors.grey4,
2822
+ real: colors.grey4
2818
2823
  },
2819
2824
  grey5: {
2820
2825
  main: colors.grey5,
2821
- override: colors.grey5
2826
+ override: colors.grey5,
2827
+ real: colors.grey5
2822
2828
  },
2823
2829
  grey6: {
2824
2830
  main: colors.grey6,
2825
- override: colors.grey6
2831
+ override: colors.grey6,
2832
+ real: colors.grey6
2826
2833
  },
2827
2834
  grey7: {
2828
2835
  main: colors.grey7,
2829
- override: colors.grey7
2836
+ override: colors.grey7,
2837
+ real: colors.grey7
2830
2838
  },
2831
2839
  grey8: {
2832
2840
  main: colors.grey8,
2833
- override: colors.grey8
2841
+ override: colors.grey8,
2842
+ real: colors.grey8
2834
2843
  },
2835
2844
  grey9: {
2836
2845
  main: colors.grey9,
2837
- override: colors.grey9
2846
+ override: colors.grey9,
2847
+ real: colors.grey9
2838
2848
  },
2839
2849
  notBlack: {
2840
2850
  light: colors.notBlack,
@@ -2908,43 +2918,53 @@
2908
2918
  },
2909
2919
  waxwing: {
2910
2920
  main: colors.notBlack,
2911
- override: colors.waxwing
2921
+ override: colors.waxwing,
2922
+ real: colors.grey1
2912
2923
  },
2913
2924
  grey1: {
2914
2925
  main: colors.grey9Dark,
2915
- override: colors.grey1Dark
2926
+ override: colors.grey1Dark,
2927
+ real: colors.grey1
2916
2928
  },
2917
2929
  grey2: {
2918
2930
  main: colors.grey8Dark,
2919
- override: colors.grey2DarkReal
2931
+ override: colors.grey2DarkReal,
2932
+ real: colors.grey2
2920
2933
  },
2921
2934
  grey3: {
2922
2935
  main: colors.grey7Dark,
2923
- override: colors.grey3Dark
2936
+ override: colors.grey3Dark,
2937
+ real: colors.grey3
2924
2938
  },
2925
2939
  grey4: {
2926
2940
  main: colors.grey6Dark,
2927
- override: colors.grey4Dark
2941
+ override: colors.grey4Dark,
2942
+ real: colors.grey4
2928
2943
  },
2929
2944
  grey5: {
2930
2945
  main: colors.grey5Dark,
2931
- override: colors.grey5Dark
2946
+ override: colors.grey5Dark,
2947
+ real: colors.grey5
2932
2948
  },
2933
2949
  grey6: {
2934
2950
  main: colors.grey4Dark,
2935
- override: colors.grey6Dark
2951
+ override: colors.grey6Dark,
2952
+ real: colors.grey6
2936
2953
  },
2937
2954
  grey7: {
2938
2955
  main: colors.grey3Dark,
2939
- override: colors.grey7Dark
2956
+ override: colors.grey7Dark,
2957
+ real: colors.grey7
2940
2958
  },
2941
2959
  grey8: {
2942
2960
  main: colors.grey2Dark,
2943
- override: colors.grey8Dark
2961
+ override: colors.grey8Dark,
2962
+ real: colors.grey8
2944
2963
  },
2945
2964
  grey9: {
2946
2965
  main: colors.grey1Dark,
2947
- override: colors.grey9Dark
2966
+ override: colors.grey9Dark,
2967
+ real: colors.grey9
2948
2968
  },
2949
2969
  notBlack: {
2950
2970
  light: colors.waxwing,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {