@ammarkhalidfarooq/dashboard-package 0.3.0 → 0.3.2
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 +11 -10
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +11 -10
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -769,13 +769,14 @@ var DisplayCard = function DisplayCard(_ref) {
|
|
|
769
769
|
display: "flex",
|
|
770
770
|
justifyContent: "space-between",
|
|
771
771
|
alignItems: "center",
|
|
772
|
-
boxShadow: "
|
|
772
|
+
boxShadow: "rgba(0, 0, 0, 0.06) 0px 4px 15px 0px",
|
|
773
|
+
// boxShadow: "0 4px 24px rgba(0,0,0,0.06)",
|
|
773
774
|
// padding: "16px 16px 16px 18px",
|
|
774
775
|
py: "10px",
|
|
775
776
|
px: "16px",
|
|
776
777
|
cursor: "pointer",
|
|
777
778
|
bgcolor: "#fff",
|
|
778
|
-
border: "
|
|
779
|
+
border: "1px solid transparent",
|
|
779
780
|
transition: "all 0.3s ease",
|
|
780
781
|
":hover": {
|
|
781
782
|
border: "2px solid rgb(99, 99, 230)"
|
|
@@ -2136,7 +2137,7 @@ var NewOverview = function NewOverview(_ref) {
|
|
|
2136
2137
|
gutterBottom: true,
|
|
2137
2138
|
sx: {
|
|
2138
2139
|
fontWeight: "bold",
|
|
2139
|
-
color: "primary.
|
|
2140
|
+
color: "primary.dark",
|
|
2140
2141
|
mb: 2,
|
|
2141
2142
|
mt: 2
|
|
2142
2143
|
},
|
|
@@ -2333,7 +2334,7 @@ var PerformanceSection = function PerformanceSection(_ref) {
|
|
|
2333
2334
|
gutterBottom: true,
|
|
2334
2335
|
sx: {
|
|
2335
2336
|
fontWeight: "bold",
|
|
2336
|
-
color: "primary.
|
|
2337
|
+
color: "primary.dark",
|
|
2337
2338
|
mb: 2,
|
|
2338
2339
|
mt: 2
|
|
2339
2340
|
},
|
|
@@ -2636,7 +2637,7 @@ var RecurringRevenueSection = function RecurringRevenueSection() {
|
|
|
2636
2637
|
gutterBottom: true,
|
|
2637
2638
|
sx: {
|
|
2638
2639
|
fontWeight: "bold",
|
|
2639
|
-
color: "primary.
|
|
2640
|
+
color: "primary.dark",
|
|
2640
2641
|
mb: 2,
|
|
2641
2642
|
mt: 2
|
|
2642
2643
|
},
|
|
@@ -2887,7 +2888,7 @@ var UTMPerformance = function UTMPerformance() {
|
|
|
2887
2888
|
variant: "h4",
|
|
2888
2889
|
sx: {
|
|
2889
2890
|
fontWeight: "bold",
|
|
2890
|
-
color: "primary.
|
|
2891
|
+
color: "primary.dark",
|
|
2891
2892
|
mb: 3,
|
|
2892
2893
|
textAlign: "left"
|
|
2893
2894
|
},
|
|
@@ -3249,7 +3250,7 @@ var DonorBehavior = function DonorBehavior() {
|
|
|
3249
3250
|
gutterBottom: true,
|
|
3250
3251
|
sx: {
|
|
3251
3252
|
fontWeight: "bold",
|
|
3252
|
-
color: "primary.
|
|
3253
|
+
color: "primary.dark",
|
|
3253
3254
|
mb: 2,
|
|
3254
3255
|
mt: 2
|
|
3255
3256
|
},
|
|
@@ -3946,7 +3947,7 @@ var RecurringPlans = function RecurringPlans(_ref) {
|
|
|
3946
3947
|
gutterBottom: true,
|
|
3947
3948
|
sx: {
|
|
3948
3949
|
fontWeight: "bold",
|
|
3949
|
-
color: "primary.
|
|
3950
|
+
color: "primary.dark",
|
|
3950
3951
|
mb: 2,
|
|
3951
3952
|
mt: 2
|
|
3952
3953
|
},
|
|
@@ -5998,7 +5999,7 @@ var CountriesPerformance = function CountriesPerformance() {
|
|
|
5998
5999
|
variant: "h4",
|
|
5999
6000
|
sx: {
|
|
6000
6001
|
fontWeight: "bold",
|
|
6001
|
-
color: "primary.
|
|
6002
|
+
color: "primary.dark",
|
|
6002
6003
|
mb: 3,
|
|
6003
6004
|
textAlign: "left"
|
|
6004
6005
|
},
|
|
@@ -6302,7 +6303,7 @@ var UpdateEmails = function UpdateEmails() {
|
|
|
6302
6303
|
gutterBottom: true,
|
|
6303
6304
|
sx: {
|
|
6304
6305
|
fontWeight: "bold",
|
|
6305
|
-
color: "primary.
|
|
6306
|
+
color: "primary.dark",
|
|
6306
6307
|
mb: 2,
|
|
6307
6308
|
mt: 2
|
|
6308
6309
|
},
|