@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.cjs.js
CHANGED
|
@@ -771,13 +771,14 @@ var DisplayCard = function DisplayCard(_ref) {
|
|
|
771
771
|
display: "flex",
|
|
772
772
|
justifyContent: "space-between",
|
|
773
773
|
alignItems: "center",
|
|
774
|
-
boxShadow: "
|
|
774
|
+
boxShadow: "rgba(0, 0, 0, 0.06) 0px 4px 15px 0px",
|
|
775
|
+
// boxShadow: "0 4px 24px rgba(0,0,0,0.06)",
|
|
775
776
|
// padding: "16px 16px 16px 18px",
|
|
776
777
|
py: "10px",
|
|
777
778
|
px: "16px",
|
|
778
779
|
cursor: "pointer",
|
|
779
780
|
bgcolor: "#fff",
|
|
780
|
-
border: "
|
|
781
|
+
border: "1px solid transparent",
|
|
781
782
|
transition: "all 0.3s ease",
|
|
782
783
|
":hover": {
|
|
783
784
|
border: "2px solid rgb(99, 99, 230)"
|
|
@@ -2138,7 +2139,7 @@ var NewOverview = function NewOverview(_ref) {
|
|
|
2138
2139
|
gutterBottom: true,
|
|
2139
2140
|
sx: {
|
|
2140
2141
|
fontWeight: "bold",
|
|
2141
|
-
color: "primary.
|
|
2142
|
+
color: "primary.dark",
|
|
2142
2143
|
mb: 2,
|
|
2143
2144
|
mt: 2
|
|
2144
2145
|
},
|
|
@@ -2335,7 +2336,7 @@ var PerformanceSection = function PerformanceSection(_ref) {
|
|
|
2335
2336
|
gutterBottom: true,
|
|
2336
2337
|
sx: {
|
|
2337
2338
|
fontWeight: "bold",
|
|
2338
|
-
color: "primary.
|
|
2339
|
+
color: "primary.dark",
|
|
2339
2340
|
mb: 2,
|
|
2340
2341
|
mt: 2
|
|
2341
2342
|
},
|
|
@@ -2638,7 +2639,7 @@ var RecurringRevenueSection = function RecurringRevenueSection() {
|
|
|
2638
2639
|
gutterBottom: true,
|
|
2639
2640
|
sx: {
|
|
2640
2641
|
fontWeight: "bold",
|
|
2641
|
-
color: "primary.
|
|
2642
|
+
color: "primary.dark",
|
|
2642
2643
|
mb: 2,
|
|
2643
2644
|
mt: 2
|
|
2644
2645
|
},
|
|
@@ -2889,7 +2890,7 @@ var UTMPerformance = function UTMPerformance() {
|
|
|
2889
2890
|
variant: "h4",
|
|
2890
2891
|
sx: {
|
|
2891
2892
|
fontWeight: "bold",
|
|
2892
|
-
color: "primary.
|
|
2893
|
+
color: "primary.dark",
|
|
2893
2894
|
mb: 3,
|
|
2894
2895
|
textAlign: "left"
|
|
2895
2896
|
},
|
|
@@ -3251,7 +3252,7 @@ var DonorBehavior = function DonorBehavior() {
|
|
|
3251
3252
|
gutterBottom: true,
|
|
3252
3253
|
sx: {
|
|
3253
3254
|
fontWeight: "bold",
|
|
3254
|
-
color: "primary.
|
|
3255
|
+
color: "primary.dark",
|
|
3255
3256
|
mb: 2,
|
|
3256
3257
|
mt: 2
|
|
3257
3258
|
},
|
|
@@ -3948,7 +3949,7 @@ var RecurringPlans = function RecurringPlans(_ref) {
|
|
|
3948
3949
|
gutterBottom: true,
|
|
3949
3950
|
sx: {
|
|
3950
3951
|
fontWeight: "bold",
|
|
3951
|
-
color: "primary.
|
|
3952
|
+
color: "primary.dark",
|
|
3952
3953
|
mb: 2,
|
|
3953
3954
|
mt: 2
|
|
3954
3955
|
},
|
|
@@ -6000,7 +6001,7 @@ var CountriesPerformance = function CountriesPerformance() {
|
|
|
6000
6001
|
variant: "h4",
|
|
6001
6002
|
sx: {
|
|
6002
6003
|
fontWeight: "bold",
|
|
6003
|
-
color: "primary.
|
|
6004
|
+
color: "primary.dark",
|
|
6004
6005
|
mb: 3,
|
|
6005
6006
|
textAlign: "left"
|
|
6006
6007
|
},
|
|
@@ -6304,7 +6305,7 @@ var UpdateEmails = function UpdateEmails() {
|
|
|
6304
6305
|
gutterBottom: true,
|
|
6305
6306
|
sx: {
|
|
6306
6307
|
fontWeight: "bold",
|
|
6307
|
-
color: "primary.
|
|
6308
|
+
color: "primary.dark",
|
|
6308
6309
|
mb: 2,
|
|
6309
6310
|
mt: 2
|
|
6310
6311
|
},
|