@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 CHANGED
@@ -18132,8 +18132,11 @@ var OverallSection = function OverallSection(_ref) {
18132
18132
  },
18133
18133
  sx: metricInfo[title].error ? {
18134
18134
  border: "2px solid #ef4444",
18135
- bgcolor: "#fffafa"
18136
- } : {}
18135
+ bgcolor: "#fffafa",
18136
+ cursor: "pointer"
18137
+ } : {
18138
+ cursor: "pointer"
18139
+ }
18137
18140
  })
18138
18141
  // <DisplayCard
18139
18142
  // key={title}
@@ -19372,8 +19375,11 @@ var OrganicSection = function OrganicSection(_ref) {
19372
19375
  },
19373
19376
  sx: metricInfo[title].error ? {
19374
19377
  border: "2px solid #ef4444",
19375
- bgcolor: "#fffafa"
19376
- } : {}
19378
+ bgcolor: "#fffafa",
19379
+ cursor: "pointer"
19380
+ } : {
19381
+ cursor: "pointer"
19382
+ }
19377
19383
  });
19378
19384
  };
19379
19385
  var selectedInfo = metricInfo[activeMetric] || metricInfo["Organic Users"];