@blerp/design 1.1.7 → 1.1.9
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 +50 -29
- package/dist/index.esm.js +50 -29
- package/dist/index.umd.js +54 -32
- package/package.json +1 -1
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,29 +2720,32 @@ 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",
|
|
2727
2727
|
waxwing: "#F3F3F3",
|
|
2728
|
-
grey1: "#
|
|
2728
|
+
grey1: "#F0F2F2",
|
|
2729
2729
|
grey1Dark: "#F0F2F2",
|
|
2730
2730
|
grey2: "#E6E6E6",
|
|
2731
2731
|
grey2Dark: "#1A1E1F",
|
|
2732
|
-
grey2LightReal: "#
|
|
2732
|
+
grey2LightReal: "#E2E6E7",
|
|
2733
|
+
// Until we fix the UI
|
|
2734
|
+
darkerWhite: "#E2E6E7",
|
|
2733
2735
|
// Until we fix the UI
|
|
2734
|
-
grey2DarkReal: "#
|
|
2736
|
+
grey2DarkReal: "#E2E6E7",
|
|
2735
2737
|
// Until we fix the UI
|
|
2736
|
-
grey3: "#
|
|
2738
|
+
grey3: "#C6CBCC",
|
|
2737
2739
|
grey3Dark: "#C6CBCC",
|
|
2738
|
-
grey4: "#
|
|
2740
|
+
grey4: "#8A9193",
|
|
2739
2741
|
grey4Dark: "#8A9193",
|
|
2740
|
-
grey5: "#
|
|
2742
|
+
grey5: "#676F70",
|
|
2741
2743
|
grey5Dark: "#676F70",
|
|
2742
|
-
grey6: "#
|
|
2744
|
+
grey6: "#474D4F",
|
|
2743
2745
|
grey6Dark: "#474D4F",
|
|
2744
|
-
grey7: "#
|
|
2746
|
+
grey7: "#2C3233",
|
|
2745
2747
|
grey7Dark: "#2C3233",
|
|
2746
|
-
grey8: "#
|
|
2748
|
+
grey8: "#1A1E1F",
|
|
2747
2749
|
grey8Dark: "#1A1E1F",
|
|
2748
2750
|
grey9: "#000000",
|
|
2749
2751
|
grey9Dark: "#050908",
|
|
@@ -2847,7 +2849,8 @@ var lightPalette = {
|
|
|
2847
2849
|
},
|
|
2848
2850
|
waxwing: {
|
|
2849
2851
|
main: colors.waxing,
|
|
2850
|
-
override: colors.waxing
|
|
2852
|
+
override: colors.waxing,
|
|
2853
|
+
real: colors.grey1
|
|
2851
2854
|
},
|
|
2852
2855
|
grey1: {
|
|
2853
2856
|
main: colors.grey1,
|
|
@@ -2855,35 +2858,43 @@ var lightPalette = {
|
|
|
2855
2858
|
},
|
|
2856
2859
|
grey2: {
|
|
2857
2860
|
main: colors.grey2,
|
|
2858
|
-
override: colors.grey2LightReal
|
|
2861
|
+
override: colors.grey2LightReal,
|
|
2862
|
+
real: colors.grey2
|
|
2859
2863
|
},
|
|
2860
2864
|
grey3: {
|
|
2861
2865
|
main: colors.grey3,
|
|
2862
|
-
override: colors.grey3
|
|
2866
|
+
override: colors.grey3,
|
|
2867
|
+
real: colors.grey3
|
|
2863
2868
|
},
|
|
2864
2869
|
grey4: {
|
|
2865
2870
|
main: colors.grey4,
|
|
2866
|
-
override: colors.grey4
|
|
2871
|
+
override: colors.grey4,
|
|
2872
|
+
real: colors.grey4
|
|
2867
2873
|
},
|
|
2868
2874
|
grey5: {
|
|
2869
2875
|
main: colors.grey5,
|
|
2870
|
-
override: colors.grey5
|
|
2876
|
+
override: colors.grey5,
|
|
2877
|
+
real: colors.grey5
|
|
2871
2878
|
},
|
|
2872
2879
|
grey6: {
|
|
2873
2880
|
main: colors.grey6,
|
|
2874
|
-
override: colors.grey6
|
|
2881
|
+
override: colors.grey6,
|
|
2882
|
+
real: colors.grey6
|
|
2875
2883
|
},
|
|
2876
2884
|
grey7: {
|
|
2877
2885
|
main: colors.grey7,
|
|
2878
|
-
override: colors.grey7
|
|
2886
|
+
override: colors.grey7,
|
|
2887
|
+
real: colors.grey7
|
|
2879
2888
|
},
|
|
2880
2889
|
grey8: {
|
|
2881
2890
|
main: colors.grey8,
|
|
2882
|
-
override: colors.grey8
|
|
2891
|
+
override: colors.grey8,
|
|
2892
|
+
real: colors.grey8
|
|
2883
2893
|
},
|
|
2884
2894
|
grey9: {
|
|
2885
2895
|
main: colors.grey9,
|
|
2886
|
-
override: colors.grey9
|
|
2896
|
+
override: colors.grey9,
|
|
2897
|
+
real: colors.grey9
|
|
2887
2898
|
},
|
|
2888
2899
|
notBlack: {
|
|
2889
2900
|
light: colors.notBlack,
|
|
@@ -2957,43 +2968,53 @@ var darkPalette = {
|
|
|
2957
2968
|
},
|
|
2958
2969
|
waxwing: {
|
|
2959
2970
|
main: colors.notBlack,
|
|
2960
|
-
override: colors.waxwing
|
|
2971
|
+
override: colors.waxwing,
|
|
2972
|
+
real: colors.grey1
|
|
2961
2973
|
},
|
|
2962
2974
|
grey1: {
|
|
2963
2975
|
main: colors.grey9Dark,
|
|
2964
|
-
override: colors.grey1Dark
|
|
2976
|
+
override: colors.grey1Dark,
|
|
2977
|
+
real: colors.grey1
|
|
2965
2978
|
},
|
|
2966
2979
|
grey2: {
|
|
2967
2980
|
main: colors.grey8Dark,
|
|
2968
|
-
override: colors.grey2DarkReal
|
|
2981
|
+
override: colors.grey2DarkReal,
|
|
2982
|
+
real: colors.grey2
|
|
2969
2983
|
},
|
|
2970
2984
|
grey3: {
|
|
2971
2985
|
main: colors.grey7Dark,
|
|
2972
|
-
override: colors.grey3Dark
|
|
2986
|
+
override: colors.grey3Dark,
|
|
2987
|
+
real: colors.grey3
|
|
2973
2988
|
},
|
|
2974
2989
|
grey4: {
|
|
2975
2990
|
main: colors.grey6Dark,
|
|
2976
|
-
override: colors.grey4Dark
|
|
2991
|
+
override: colors.grey4Dark,
|
|
2992
|
+
real: colors.grey4
|
|
2977
2993
|
},
|
|
2978
2994
|
grey5: {
|
|
2979
2995
|
main: colors.grey5Dark,
|
|
2980
|
-
override: colors.grey5Dark
|
|
2996
|
+
override: colors.grey5Dark,
|
|
2997
|
+
real: colors.grey5
|
|
2981
2998
|
},
|
|
2982
2999
|
grey6: {
|
|
2983
3000
|
main: colors.grey4Dark,
|
|
2984
|
-
override: colors.grey6Dark
|
|
3001
|
+
override: colors.grey6Dark,
|
|
3002
|
+
real: colors.grey6
|
|
2985
3003
|
},
|
|
2986
3004
|
grey7: {
|
|
2987
3005
|
main: colors.grey3Dark,
|
|
2988
|
-
override: colors.grey7Dark
|
|
3006
|
+
override: colors.grey7Dark,
|
|
3007
|
+
real: colors.grey7
|
|
2989
3008
|
},
|
|
2990
3009
|
grey8: {
|
|
2991
3010
|
main: colors.grey2Dark,
|
|
2992
|
-
override: colors.grey8Dark
|
|
3011
|
+
override: colors.grey8Dark,
|
|
3012
|
+
real: colors.grey8
|
|
2993
3013
|
},
|
|
2994
3014
|
grey9: {
|
|
2995
3015
|
main: colors.grey1Dark,
|
|
2996
|
-
override: colors.grey9Dark
|
|
3016
|
+
override: colors.grey9Dark,
|
|
3017
|
+
real: colors.grey9
|
|
2997
3018
|
},
|
|
2998
3019
|
notBlack: {
|
|
2999
3020
|
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,29 +2651,32 @@ 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",
|
|
2658
2658
|
waxwing: "#F3F3F3",
|
|
2659
|
-
grey1: "#
|
|
2659
|
+
grey1: "#F0F2F2",
|
|
2660
2660
|
grey1Dark: "#F0F2F2",
|
|
2661
2661
|
grey2: "#E6E6E6",
|
|
2662
2662
|
grey2Dark: "#1A1E1F",
|
|
2663
|
-
grey2LightReal: "#
|
|
2663
|
+
grey2LightReal: "#E2E6E7",
|
|
2664
|
+
// Until we fix the UI
|
|
2665
|
+
darkerWhite: "#E2E6E7",
|
|
2664
2666
|
// Until we fix the UI
|
|
2665
|
-
grey2DarkReal: "#
|
|
2667
|
+
grey2DarkReal: "#E2E6E7",
|
|
2666
2668
|
// Until we fix the UI
|
|
2667
|
-
grey3: "#
|
|
2669
|
+
grey3: "#C6CBCC",
|
|
2668
2670
|
grey3Dark: "#C6CBCC",
|
|
2669
|
-
grey4: "#
|
|
2671
|
+
grey4: "#8A9193",
|
|
2670
2672
|
grey4Dark: "#8A9193",
|
|
2671
|
-
grey5: "#
|
|
2673
|
+
grey5: "#676F70",
|
|
2672
2674
|
grey5Dark: "#676F70",
|
|
2673
|
-
grey6: "#
|
|
2675
|
+
grey6: "#474D4F",
|
|
2674
2676
|
grey6Dark: "#474D4F",
|
|
2675
|
-
grey7: "#
|
|
2677
|
+
grey7: "#2C3233",
|
|
2676
2678
|
grey7Dark: "#2C3233",
|
|
2677
|
-
grey8: "#
|
|
2679
|
+
grey8: "#1A1E1F",
|
|
2678
2680
|
grey8Dark: "#1A1E1F",
|
|
2679
2681
|
grey9: "#000000",
|
|
2680
2682
|
grey9Dark: "#050908",
|
|
@@ -2778,7 +2780,8 @@ var lightPalette = {
|
|
|
2778
2780
|
},
|
|
2779
2781
|
waxwing: {
|
|
2780
2782
|
main: colors.waxing,
|
|
2781
|
-
override: colors.waxing
|
|
2783
|
+
override: colors.waxing,
|
|
2784
|
+
real: colors.grey1
|
|
2782
2785
|
},
|
|
2783
2786
|
grey1: {
|
|
2784
2787
|
main: colors.grey1,
|
|
@@ -2786,35 +2789,43 @@ var lightPalette = {
|
|
|
2786
2789
|
},
|
|
2787
2790
|
grey2: {
|
|
2788
2791
|
main: colors.grey2,
|
|
2789
|
-
override: colors.grey2LightReal
|
|
2792
|
+
override: colors.grey2LightReal,
|
|
2793
|
+
real: colors.grey2
|
|
2790
2794
|
},
|
|
2791
2795
|
grey3: {
|
|
2792
2796
|
main: colors.grey3,
|
|
2793
|
-
override: colors.grey3
|
|
2797
|
+
override: colors.grey3,
|
|
2798
|
+
real: colors.grey3
|
|
2794
2799
|
},
|
|
2795
2800
|
grey4: {
|
|
2796
2801
|
main: colors.grey4,
|
|
2797
|
-
override: colors.grey4
|
|
2802
|
+
override: colors.grey4,
|
|
2803
|
+
real: colors.grey4
|
|
2798
2804
|
},
|
|
2799
2805
|
grey5: {
|
|
2800
2806
|
main: colors.grey5,
|
|
2801
|
-
override: colors.grey5
|
|
2807
|
+
override: colors.grey5,
|
|
2808
|
+
real: colors.grey5
|
|
2802
2809
|
},
|
|
2803
2810
|
grey6: {
|
|
2804
2811
|
main: colors.grey6,
|
|
2805
|
-
override: colors.grey6
|
|
2812
|
+
override: colors.grey6,
|
|
2813
|
+
real: colors.grey6
|
|
2806
2814
|
},
|
|
2807
2815
|
grey7: {
|
|
2808
2816
|
main: colors.grey7,
|
|
2809
|
-
override: colors.grey7
|
|
2817
|
+
override: colors.grey7,
|
|
2818
|
+
real: colors.grey7
|
|
2810
2819
|
},
|
|
2811
2820
|
grey8: {
|
|
2812
2821
|
main: colors.grey8,
|
|
2813
|
-
override: colors.grey8
|
|
2822
|
+
override: colors.grey8,
|
|
2823
|
+
real: colors.grey8
|
|
2814
2824
|
},
|
|
2815
2825
|
grey9: {
|
|
2816
2826
|
main: colors.grey9,
|
|
2817
|
-
override: colors.grey9
|
|
2827
|
+
override: colors.grey9,
|
|
2828
|
+
real: colors.grey9
|
|
2818
2829
|
},
|
|
2819
2830
|
notBlack: {
|
|
2820
2831
|
light: colors.notBlack,
|
|
@@ -2888,43 +2899,53 @@ var darkPalette = {
|
|
|
2888
2899
|
},
|
|
2889
2900
|
waxwing: {
|
|
2890
2901
|
main: colors.notBlack,
|
|
2891
|
-
override: colors.waxwing
|
|
2902
|
+
override: colors.waxwing,
|
|
2903
|
+
real: colors.grey1
|
|
2892
2904
|
},
|
|
2893
2905
|
grey1: {
|
|
2894
2906
|
main: colors.grey9Dark,
|
|
2895
|
-
override: colors.grey1Dark
|
|
2907
|
+
override: colors.grey1Dark,
|
|
2908
|
+
real: colors.grey1
|
|
2896
2909
|
},
|
|
2897
2910
|
grey2: {
|
|
2898
2911
|
main: colors.grey8Dark,
|
|
2899
|
-
override: colors.grey2DarkReal
|
|
2912
|
+
override: colors.grey2DarkReal,
|
|
2913
|
+
real: colors.grey2
|
|
2900
2914
|
},
|
|
2901
2915
|
grey3: {
|
|
2902
2916
|
main: colors.grey7Dark,
|
|
2903
|
-
override: colors.grey3Dark
|
|
2917
|
+
override: colors.grey3Dark,
|
|
2918
|
+
real: colors.grey3
|
|
2904
2919
|
},
|
|
2905
2920
|
grey4: {
|
|
2906
2921
|
main: colors.grey6Dark,
|
|
2907
|
-
override: colors.grey4Dark
|
|
2922
|
+
override: colors.grey4Dark,
|
|
2923
|
+
real: colors.grey4
|
|
2908
2924
|
},
|
|
2909
2925
|
grey5: {
|
|
2910
2926
|
main: colors.grey5Dark,
|
|
2911
|
-
override: colors.grey5Dark
|
|
2927
|
+
override: colors.grey5Dark,
|
|
2928
|
+
real: colors.grey5
|
|
2912
2929
|
},
|
|
2913
2930
|
grey6: {
|
|
2914
2931
|
main: colors.grey4Dark,
|
|
2915
|
-
override: colors.grey6Dark
|
|
2932
|
+
override: colors.grey6Dark,
|
|
2933
|
+
real: colors.grey6
|
|
2916
2934
|
},
|
|
2917
2935
|
grey7: {
|
|
2918
2936
|
main: colors.grey3Dark,
|
|
2919
|
-
override: colors.grey7Dark
|
|
2937
|
+
override: colors.grey7Dark,
|
|
2938
|
+
real: colors.grey7
|
|
2920
2939
|
},
|
|
2921
2940
|
grey8: {
|
|
2922
2941
|
main: colors.grey2Dark,
|
|
2923
|
-
override: colors.grey8Dark
|
|
2942
|
+
override: colors.grey8Dark,
|
|
2943
|
+
real: colors.grey8
|
|
2924
2944
|
},
|
|
2925
2945
|
grey9: {
|
|
2926
2946
|
main: colors.grey1Dark,
|
|
2927
|
-
override: colors.grey9Dark
|
|
2947
|
+
override: colors.grey9Dark,
|
|
2948
|
+
real: colors.grey9
|
|
2928
2949
|
},
|
|
2929
2950
|
notBlack: {
|
|
2930
2951
|
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/
|
|
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/
|
|
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,
|
|
5
|
-
}(this, (function (exports, material, _slicedToArray, PropTypes, React, reactColorExtractor, styled, _taggedTemplateLiteral, iconsMaterial, BookmarkOutlinedIcon, LockRoundedIcon, BookmarkAddOutlinedIcon, MoreHorizRoundedIcon, reactPalette, _typeof, KeyboardArrowRightRoundedIcon, _defineProperty,
|
|
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,29 +2672,32 @@
|
|
|
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",
|
|
2678
2679
|
waxwing: "#F3F3F3",
|
|
2679
|
-
grey1: "#
|
|
2680
|
+
grey1: "#F0F2F2",
|
|
2680
2681
|
grey1Dark: "#F0F2F2",
|
|
2681
2682
|
grey2: "#E6E6E6",
|
|
2682
2683
|
grey2Dark: "#1A1E1F",
|
|
2683
|
-
grey2LightReal: "#
|
|
2684
|
+
grey2LightReal: "#E2E6E7",
|
|
2685
|
+
// Until we fix the UI
|
|
2686
|
+
darkerWhite: "#E2E6E7",
|
|
2684
2687
|
// Until we fix the UI
|
|
2685
|
-
grey2DarkReal: "#
|
|
2688
|
+
grey2DarkReal: "#E2E6E7",
|
|
2686
2689
|
// Until we fix the UI
|
|
2687
|
-
grey3: "#
|
|
2690
|
+
grey3: "#C6CBCC",
|
|
2688
2691
|
grey3Dark: "#C6CBCC",
|
|
2689
|
-
grey4: "#
|
|
2692
|
+
grey4: "#8A9193",
|
|
2690
2693
|
grey4Dark: "#8A9193",
|
|
2691
|
-
grey5: "#
|
|
2694
|
+
grey5: "#676F70",
|
|
2692
2695
|
grey5Dark: "#676F70",
|
|
2693
|
-
grey6: "#
|
|
2696
|
+
grey6: "#474D4F",
|
|
2694
2697
|
grey6Dark: "#474D4F",
|
|
2695
|
-
grey7: "#
|
|
2698
|
+
grey7: "#2C3233",
|
|
2696
2699
|
grey7Dark: "#2C3233",
|
|
2697
|
-
grey8: "#
|
|
2700
|
+
grey8: "#1A1E1F",
|
|
2698
2701
|
grey8Dark: "#1A1E1F",
|
|
2699
2702
|
grey9: "#000000",
|
|
2700
2703
|
grey9Dark: "#050908",
|
|
@@ -2798,7 +2801,8 @@
|
|
|
2798
2801
|
},
|
|
2799
2802
|
waxwing: {
|
|
2800
2803
|
main: colors.waxing,
|
|
2801
|
-
override: colors.waxing
|
|
2804
|
+
override: colors.waxing,
|
|
2805
|
+
real: colors.grey1
|
|
2802
2806
|
},
|
|
2803
2807
|
grey1: {
|
|
2804
2808
|
main: colors.grey1,
|
|
@@ -2806,35 +2810,43 @@
|
|
|
2806
2810
|
},
|
|
2807
2811
|
grey2: {
|
|
2808
2812
|
main: colors.grey2,
|
|
2809
|
-
override: colors.grey2LightReal
|
|
2813
|
+
override: colors.grey2LightReal,
|
|
2814
|
+
real: colors.grey2
|
|
2810
2815
|
},
|
|
2811
2816
|
grey3: {
|
|
2812
2817
|
main: colors.grey3,
|
|
2813
|
-
override: colors.grey3
|
|
2818
|
+
override: colors.grey3,
|
|
2819
|
+
real: colors.grey3
|
|
2814
2820
|
},
|
|
2815
2821
|
grey4: {
|
|
2816
2822
|
main: colors.grey4,
|
|
2817
|
-
override: colors.grey4
|
|
2823
|
+
override: colors.grey4,
|
|
2824
|
+
real: colors.grey4
|
|
2818
2825
|
},
|
|
2819
2826
|
grey5: {
|
|
2820
2827
|
main: colors.grey5,
|
|
2821
|
-
override: colors.grey5
|
|
2828
|
+
override: colors.grey5,
|
|
2829
|
+
real: colors.grey5
|
|
2822
2830
|
},
|
|
2823
2831
|
grey6: {
|
|
2824
2832
|
main: colors.grey6,
|
|
2825
|
-
override: colors.grey6
|
|
2833
|
+
override: colors.grey6,
|
|
2834
|
+
real: colors.grey6
|
|
2826
2835
|
},
|
|
2827
2836
|
grey7: {
|
|
2828
2837
|
main: colors.grey7,
|
|
2829
|
-
override: colors.grey7
|
|
2838
|
+
override: colors.grey7,
|
|
2839
|
+
real: colors.grey7
|
|
2830
2840
|
},
|
|
2831
2841
|
grey8: {
|
|
2832
2842
|
main: colors.grey8,
|
|
2833
|
-
override: colors.grey8
|
|
2843
|
+
override: colors.grey8,
|
|
2844
|
+
real: colors.grey8
|
|
2834
2845
|
},
|
|
2835
2846
|
grey9: {
|
|
2836
2847
|
main: colors.grey9,
|
|
2837
|
-
override: colors.grey9
|
|
2848
|
+
override: colors.grey9,
|
|
2849
|
+
real: colors.grey9
|
|
2838
2850
|
},
|
|
2839
2851
|
notBlack: {
|
|
2840
2852
|
light: colors.notBlack,
|
|
@@ -2908,43 +2920,53 @@
|
|
|
2908
2920
|
},
|
|
2909
2921
|
waxwing: {
|
|
2910
2922
|
main: colors.notBlack,
|
|
2911
|
-
override: colors.waxwing
|
|
2923
|
+
override: colors.waxwing,
|
|
2924
|
+
real: colors.grey1
|
|
2912
2925
|
},
|
|
2913
2926
|
grey1: {
|
|
2914
2927
|
main: colors.grey9Dark,
|
|
2915
|
-
override: colors.grey1Dark
|
|
2928
|
+
override: colors.grey1Dark,
|
|
2929
|
+
real: colors.grey1
|
|
2916
2930
|
},
|
|
2917
2931
|
grey2: {
|
|
2918
2932
|
main: colors.grey8Dark,
|
|
2919
|
-
override: colors.grey2DarkReal
|
|
2933
|
+
override: colors.grey2DarkReal,
|
|
2934
|
+
real: colors.grey2
|
|
2920
2935
|
},
|
|
2921
2936
|
grey3: {
|
|
2922
2937
|
main: colors.grey7Dark,
|
|
2923
|
-
override: colors.grey3Dark
|
|
2938
|
+
override: colors.grey3Dark,
|
|
2939
|
+
real: colors.grey3
|
|
2924
2940
|
},
|
|
2925
2941
|
grey4: {
|
|
2926
2942
|
main: colors.grey6Dark,
|
|
2927
|
-
override: colors.grey4Dark
|
|
2943
|
+
override: colors.grey4Dark,
|
|
2944
|
+
real: colors.grey4
|
|
2928
2945
|
},
|
|
2929
2946
|
grey5: {
|
|
2930
2947
|
main: colors.grey5Dark,
|
|
2931
|
-
override: colors.grey5Dark
|
|
2948
|
+
override: colors.grey5Dark,
|
|
2949
|
+
real: colors.grey5
|
|
2932
2950
|
},
|
|
2933
2951
|
grey6: {
|
|
2934
2952
|
main: colors.grey4Dark,
|
|
2935
|
-
override: colors.grey6Dark
|
|
2953
|
+
override: colors.grey6Dark,
|
|
2954
|
+
real: colors.grey6
|
|
2936
2955
|
},
|
|
2937
2956
|
grey7: {
|
|
2938
2957
|
main: colors.grey3Dark,
|
|
2939
|
-
override: colors.grey7Dark
|
|
2958
|
+
override: colors.grey7Dark,
|
|
2959
|
+
real: colors.grey7
|
|
2940
2960
|
},
|
|
2941
2961
|
grey8: {
|
|
2942
2962
|
main: colors.grey2Dark,
|
|
2943
|
-
override: colors.grey8Dark
|
|
2963
|
+
override: colors.grey8Dark,
|
|
2964
|
+
real: colors.grey8
|
|
2944
2965
|
},
|
|
2945
2966
|
grey9: {
|
|
2946
2967
|
main: colors.grey1Dark,
|
|
2947
|
-
override: colors.grey9Dark
|
|
2968
|
+
override: colors.grey9Dark,
|
|
2969
|
+
real: colors.grey9
|
|
2948
2970
|
},
|
|
2949
2971
|
notBlack: {
|
|
2950
2972
|
light: colors.waxwing,
|