@ammarkhalidfarooq/dashboard-package 0.6.110 → 0.6.112
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 +10 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +10 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -18130,8 +18130,11 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
18130
18130
|
},
|
|
18131
18131
|
sx: metricInfo[title].error ? {
|
|
18132
18132
|
border: "2px solid #ef4444",
|
|
18133
|
-
bgcolor: "#fffafa"
|
|
18134
|
-
|
|
18133
|
+
bgcolor: "#fffafa",
|
|
18134
|
+
cursor: "pointer"
|
|
18135
|
+
} : {
|
|
18136
|
+
cursor: "pointer"
|
|
18137
|
+
}
|
|
18135
18138
|
})
|
|
18136
18139
|
// <DisplayCard
|
|
18137
18140
|
// key={title}
|
|
@@ -19370,8 +19373,11 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
19370
19373
|
},
|
|
19371
19374
|
sx: metricInfo[title].error ? {
|
|
19372
19375
|
border: "2px solid #ef4444",
|
|
19373
|
-
bgcolor: "#fffafa"
|
|
19374
|
-
|
|
19376
|
+
bgcolor: "#fffafa",
|
|
19377
|
+
cursor: "pointer"
|
|
19378
|
+
} : {
|
|
19379
|
+
cursor: "pointer"
|
|
19380
|
+
}
|
|
19375
19381
|
});
|
|
19376
19382
|
};
|
|
19377
19383
|
var selectedInfo = metricInfo[activeMetric] || metricInfo["Organic Users"];
|