@blerp/design 1.0.207 → 1.0.208

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,6 +18,7 @@ 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');
21
22
  var KeyboardArrowDownRoundedIcon = require('@mui/icons-material/KeyboardArrowDownRounded');
22
23
  var CloseRoundedIcon = require('@mui/icons-material/CloseRounded');
23
24
  var FileUploadRoundedIcon = require('@mui/icons-material/FileUploadRounded');
@@ -2719,7 +2720,6 @@ CollectionListViewPremium$1.propTypes = {
2719
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; }
2720
2721
 
2721
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; }
2722
-
2723
2723
  var colors = {
2724
2724
  white: "#ffffff",
2725
2725
  waxing: "#F3F3F3",
@@ -2840,6 +2840,10 @@ var lightPalette = {
2840
2840
  main: colors.waxing,
2841
2841
  override: colors.waxing
2842
2842
  },
2843
+ grey1: {
2844
+ main: colors.grey1,
2845
+ override: colors.grey1
2846
+ },
2843
2847
  grey2: {
2844
2848
  main: colors.grey2,
2845
2849
  override: colors.grey2
@@ -2864,6 +2868,14 @@ var lightPalette = {
2864
2868
  main: colors.grey7,
2865
2869
  override: colors.grey7
2866
2870
  },
2871
+ grey8: {
2872
+ main: colors.grey8,
2873
+ override: colors.grey8
2874
+ },
2875
+ grey9: {
2876
+ main: colors.grey9,
2877
+ override: colors.grey9
2878
+ },
2867
2879
  notBlack: {
2868
2880
  light: colors.notBlack,
2869
2881
  main: colors.notBlack,
@@ -2932,29 +2944,41 @@ var darkPalette = {
2932
2944
  main: colors.notBlack,
2933
2945
  override: colors.waxwing
2934
2946
  },
2947
+ grey1: {
2948
+ main: colors.grey9Dark,
2949
+ override: colors.grey1Dark
2950
+ },
2935
2951
  grey2: {
2936
- main: colors.grey7,
2937
- override: colors.grey2
2952
+ main: colors.grey8Dark,
2953
+ override: colors.grey2Dark
2938
2954
  },
2939
2955
  grey3: {
2940
- main: colors.grey6,
2941
- override: colors.grey3
2956
+ main: colors.grey7Dark,
2957
+ override: colors.grey3Dark
2942
2958
  },
2943
2959
  grey4: {
2944
- main: colors.grey5,
2945
- override: colors.grey4
2960
+ main: colors.grey6Dark,
2961
+ override: colors.grey4Dark
2946
2962
  },
2947
2963
  grey5: {
2948
- main: colors.grey4,
2949
- override: colors.grey5
2964
+ main: colors.grey5Dark,
2965
+ override: colors.grey5Dark
2950
2966
  },
2951
2967
  grey6: {
2952
- main: colors.grey3,
2953
- override: colors.grey6
2968
+ main: colors.grey4Dark,
2969
+ override: colors.grey6Dark
2954
2970
  },
2955
2971
  grey7: {
2956
- main: colors.grey2,
2957
- override: colors.grey7
2972
+ main: colors.grey3Dark,
2973
+ override: colors.grey7Dark
2974
+ },
2975
+ grey8: {
2976
+ main: colors.grey2Dark,
2977
+ override: colors.grey8Dark
2978
+ },
2979
+ grey9: {
2980
+ main: colors.grey1Dark,
2981
+ override: colors.grey9Dark
2958
2982
  },
2959
2983
  notBlack: {
2960
2984
  light: colors.waxwing,
package/dist/index.esm.js CHANGED
@@ -15,6 +15,7 @@ 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';
18
19
  import KeyboardArrowDownRoundedIcon from '@mui/icons-material/KeyboardArrowDownRounded';
19
20
  import CloseRoundedIcon from '@mui/icons-material/CloseRounded';
20
21
  import FileUploadRoundedIcon from '@mui/icons-material/FileUploadRounded';
@@ -2650,7 +2651,6 @@ CollectionListViewPremium$1.propTypes = {
2650
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; }
2651
2652
 
2652
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; }
2653
-
2654
2654
  var colors = {
2655
2655
  white: "#ffffff",
2656
2656
  waxing: "#F3F3F3",
@@ -2771,6 +2771,10 @@ var lightPalette = {
2771
2771
  main: colors.waxing,
2772
2772
  override: colors.waxing
2773
2773
  },
2774
+ grey1: {
2775
+ main: colors.grey1,
2776
+ override: colors.grey1
2777
+ },
2774
2778
  grey2: {
2775
2779
  main: colors.grey2,
2776
2780
  override: colors.grey2
@@ -2795,6 +2799,14 @@ var lightPalette = {
2795
2799
  main: colors.grey7,
2796
2800
  override: colors.grey7
2797
2801
  },
2802
+ grey8: {
2803
+ main: colors.grey8,
2804
+ override: colors.grey8
2805
+ },
2806
+ grey9: {
2807
+ main: colors.grey9,
2808
+ override: colors.grey9
2809
+ },
2798
2810
  notBlack: {
2799
2811
  light: colors.notBlack,
2800
2812
  main: colors.notBlack,
@@ -2863,29 +2875,41 @@ var darkPalette = {
2863
2875
  main: colors.notBlack,
2864
2876
  override: colors.waxwing
2865
2877
  },
2878
+ grey1: {
2879
+ main: colors.grey9Dark,
2880
+ override: colors.grey1Dark
2881
+ },
2866
2882
  grey2: {
2867
- main: colors.grey7,
2868
- override: colors.grey2
2883
+ main: colors.grey8Dark,
2884
+ override: colors.grey2Dark
2869
2885
  },
2870
2886
  grey3: {
2871
- main: colors.grey6,
2872
- override: colors.grey3
2887
+ main: colors.grey7Dark,
2888
+ override: colors.grey3Dark
2873
2889
  },
2874
2890
  grey4: {
2875
- main: colors.grey5,
2876
- override: colors.grey4
2891
+ main: colors.grey6Dark,
2892
+ override: colors.grey4Dark
2877
2893
  },
2878
2894
  grey5: {
2879
- main: colors.grey4,
2880
- override: colors.grey5
2895
+ main: colors.grey5Dark,
2896
+ override: colors.grey5Dark
2881
2897
  },
2882
2898
  grey6: {
2883
- main: colors.grey3,
2884
- override: colors.grey6
2899
+ main: colors.grey4Dark,
2900
+ override: colors.grey6Dark
2885
2901
  },
2886
2902
  grey7: {
2887
- main: colors.grey2,
2888
- override: colors.grey7
2903
+ main: colors.grey3Dark,
2904
+ override: colors.grey7Dark
2905
+ },
2906
+ grey8: {
2907
+ main: colors.grey2Dark,
2908
+ override: colors.grey8Dark
2909
+ },
2910
+ grey9: {
2911
+ main: colors.grey1Dark,
2912
+ override: colors.grey9Dark
2889
2913
  },
2890
2914
  notBlack: {
2891
2915
  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/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';
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';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -2671,7 +2671,6 @@
2671
2671
  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; }
2672
2672
 
2673
2673
  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; }
2674
-
2675
2674
  var colors = {
2676
2675
  white: "#ffffff",
2677
2676
  waxing: "#F3F3F3",
@@ -2792,6 +2791,10 @@
2792
2791
  main: colors.waxing,
2793
2792
  override: colors.waxing
2794
2793
  },
2794
+ grey1: {
2795
+ main: colors.grey1,
2796
+ override: colors.grey1
2797
+ },
2795
2798
  grey2: {
2796
2799
  main: colors.grey2,
2797
2800
  override: colors.grey2
@@ -2816,6 +2819,14 @@
2816
2819
  main: colors.grey7,
2817
2820
  override: colors.grey7
2818
2821
  },
2822
+ grey8: {
2823
+ main: colors.grey8,
2824
+ override: colors.grey8
2825
+ },
2826
+ grey9: {
2827
+ main: colors.grey9,
2828
+ override: colors.grey9
2829
+ },
2819
2830
  notBlack: {
2820
2831
  light: colors.notBlack,
2821
2832
  main: colors.notBlack,
@@ -2884,29 +2895,41 @@
2884
2895
  main: colors.notBlack,
2885
2896
  override: colors.waxwing
2886
2897
  },
2898
+ grey1: {
2899
+ main: colors.grey9Dark,
2900
+ override: colors.grey1Dark
2901
+ },
2887
2902
  grey2: {
2888
- main: colors.grey7,
2889
- override: colors.grey2
2903
+ main: colors.grey8Dark,
2904
+ override: colors.grey2Dark
2890
2905
  },
2891
2906
  grey3: {
2892
- main: colors.grey6,
2893
- override: colors.grey3
2907
+ main: colors.grey7Dark,
2908
+ override: colors.grey3Dark
2894
2909
  },
2895
2910
  grey4: {
2896
- main: colors.grey5,
2897
- override: colors.grey4
2911
+ main: colors.grey6Dark,
2912
+ override: colors.grey4Dark
2898
2913
  },
2899
2914
  grey5: {
2900
- main: colors.grey4,
2901
- override: colors.grey5
2915
+ main: colors.grey5Dark,
2916
+ override: colors.grey5Dark
2902
2917
  },
2903
2918
  grey6: {
2904
- main: colors.grey3,
2905
- override: colors.grey6
2919
+ main: colors.grey4Dark,
2920
+ override: colors.grey6Dark
2906
2921
  },
2907
2922
  grey7: {
2908
- main: colors.grey2,
2909
- override: colors.grey7
2923
+ main: colors.grey3Dark,
2924
+ override: colors.grey7Dark
2925
+ },
2926
+ grey8: {
2927
+ main: colors.grey2Dark,
2928
+ override: colors.grey8Dark
2929
+ },
2930
+ grey9: {
2931
+ main: colors.grey1Dark,
2932
+ override: colors.grey9Dark
2910
2933
  },
2911
2934
  notBlack: {
2912
2935
  light: colors.waxwing,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.0.207",
3
+ "version": "1.0.208",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {