@ammarkhalidfarooq/dashboard-package 0.6.111 → 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 +14 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +14 -7
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -17304,15 +17304,19 @@ var NetRaisedIcon = function NetRaisedIcon(_ref) {
|
|
|
17304
17304
|
children: /*#__PURE__*/jsxRuntime.jsxs("g", {
|
|
17305
17305
|
fill: "#4e47e5",
|
|
17306
17306
|
children: [/*#__PURE__*/jsxRuntime.jsx("path", {
|
|
17307
|
-
d: "
|
|
17307
|
+
d: "M19.06,8.58s-.05.06-.05.09c-.08.3-.12.64-.19.94-.51,2.31-1.24,4.58-2.76,6.43-2.99,3.66-7.63,3.71-11.68,1.85-.4-.19-1.44-.67-1.73-.95-.51-.5-.15-1.34.53-1.34.3,0,1.3.63,1.65.8,1.88.89,4.06,1.43,6.14,1.02,4.28-.84,5.87-5.18,6.51-9.01l-1.92,2.29c-.63.55-1.57-.08-1.23-.88,1.23-1.46,2.4-3.02,3.67-4.45.26-.29.41-.51.85-.47.34.03.53.27.66.57l2.05,5.4c.28.93-.99,1.44-1.43.56l-1.06-2.85Z"
|
|
17308
17308
|
}), /*#__PURE__*/jsxRuntime.jsx("path", {
|
|
17309
|
-
d: "
|
|
17309
|
+
d: "M13.64,11.93c.01.07-.03.14-.03.21,0,.22.03.46.03.68.01,1.06,0,2.13,0,3.19-.38.34-.83.57-1.28.8v-4.87h1.29Z"
|
|
17310
17310
|
}), /*#__PURE__*/jsxRuntime.jsx("path", {
|
|
17311
|
-
d: "
|
|
17311
|
+
d: "M11.74,12.74v4.29c-.33.09-.66.2-.99.25-.08.01-.27.07-.29-.01v-4.52s1.28,0,1.28,0Z"
|
|
17312
17312
|
}), /*#__PURE__*/jsxRuntime.jsx("path", {
|
|
17313
|
-
d: "
|
|
17313
|
+
d: "M9.87,13.55v3.8c-.42.07-.86,0-1.29-.03v-3.77h1.29Z"
|
|
17314
17314
|
}), /*#__PURE__*/jsxRuntime.jsx("path", {
|
|
17315
|
-
d: "
|
|
17315
|
+
d: "M15.51,11.13v2.69c-.39.58-.76,1.19-1.29,1.66v-4.35h1.29Z"
|
|
17316
|
+
}), /*#__PURE__*/jsxRuntime.jsx("polygon", {
|
|
17317
|
+
points: "7.97 14.35 7.97 17.25 6.71 16.91 6.71 14.35"
|
|
17318
|
+
}), /*#__PURE__*/jsxRuntime.jsx("polygon", {
|
|
17319
|
+
points: "6.1 15.16 6.1 16.74 4.81 16.19 4.81 15.16"
|
|
17316
17320
|
})]
|
|
17317
17321
|
})
|
|
17318
17322
|
}));
|
|
@@ -19371,8 +19375,11 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
19371
19375
|
},
|
|
19372
19376
|
sx: metricInfo[title].error ? {
|
|
19373
19377
|
border: "2px solid #ef4444",
|
|
19374
|
-
bgcolor: "#fffafa"
|
|
19375
|
-
|
|
19378
|
+
bgcolor: "#fffafa",
|
|
19379
|
+
cursor: "pointer"
|
|
19380
|
+
} : {
|
|
19381
|
+
cursor: "pointer"
|
|
19382
|
+
}
|
|
19376
19383
|
});
|
|
19377
19384
|
};
|
|
19378
19385
|
var selectedInfo = metricInfo[activeMetric] || metricInfo["Organic Users"];
|