@ammarkhalidfarooq/dashboard-package 0.6.119 → 0.6.121
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 +30 -10
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +30 -10
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4150,7 +4150,6 @@ var NewOverview = function NewOverview(_ref) {
|
|
|
4150
4150
|
}];
|
|
4151
4151
|
return /*#__PURE__*/jsxs(Box, {
|
|
4152
4152
|
sx: {
|
|
4153
|
-
minHeight: "100vh",
|
|
4154
4153
|
display: "flex",
|
|
4155
4154
|
flexDirection: "column",
|
|
4156
4155
|
alignItems: "stretch"
|
|
@@ -6189,12 +6188,16 @@ var TopCampaignsRaisedCard = function TopCampaignsRaisedCard(_ref5) {
|
|
|
6189
6188
|
display: "flex",
|
|
6190
6189
|
alignItems: "center",
|
|
6191
6190
|
gap: 1.5,
|
|
6192
|
-
marginBottom: "10px"
|
|
6191
|
+
marginBottom: "10px",
|
|
6192
|
+
flex: 1,
|
|
6193
|
+
minWidth: 0
|
|
6193
6194
|
},
|
|
6194
6195
|
children: [/*#__PURE__*/jsx(Box, {
|
|
6195
6196
|
sx: {
|
|
6196
6197
|
width: 24,
|
|
6197
6198
|
height: 24,
|
|
6199
|
+
minWidth: 24,
|
|
6200
|
+
flexShrink: 0,
|
|
6198
6201
|
borderRadius: "50%",
|
|
6199
6202
|
bgcolor: "#ebf2ff",
|
|
6200
6203
|
color: "#3431e4",
|
|
@@ -6209,7 +6212,8 @@ var TopCampaignsRaisedCard = function TopCampaignsRaisedCard(_ref5) {
|
|
|
6209
6212
|
sx: {
|
|
6210
6213
|
fontSize: "13px",
|
|
6211
6214
|
fontWeight: 700,
|
|
6212
|
-
color: "#000"
|
|
6215
|
+
color: "#000",
|
|
6216
|
+
minWidth: 0
|
|
6213
6217
|
},
|
|
6214
6218
|
children: item.name
|
|
6215
6219
|
})]
|
|
@@ -6217,7 +6221,9 @@ var TopCampaignsRaisedCard = function TopCampaignsRaisedCard(_ref5) {
|
|
|
6217
6221
|
sx: {
|
|
6218
6222
|
fontSize: "13px",
|
|
6219
6223
|
color: "#000",
|
|
6220
|
-
fontWeight: 700
|
|
6224
|
+
fontWeight: 700,
|
|
6225
|
+
flexShrink: 0,
|
|
6226
|
+
ml: 1
|
|
6221
6227
|
},
|
|
6222
6228
|
children: item.value
|
|
6223
6229
|
})]
|
|
@@ -6295,12 +6301,16 @@ var TopCampaignsCTRCard = function TopCampaignsCTRCard(_ref6) {
|
|
|
6295
6301
|
display: "flex",
|
|
6296
6302
|
alignItems: "center",
|
|
6297
6303
|
gap: 1.5,
|
|
6298
|
-
marginBottom: "10px"
|
|
6304
|
+
marginBottom: "10px",
|
|
6305
|
+
flex: 1,
|
|
6306
|
+
minWidth: 0
|
|
6299
6307
|
},
|
|
6300
6308
|
children: [/*#__PURE__*/jsx(Box, {
|
|
6301
6309
|
sx: {
|
|
6302
6310
|
width: 24,
|
|
6303
6311
|
height: 24,
|
|
6312
|
+
minWidth: 24,
|
|
6313
|
+
flexShrink: 0,
|
|
6304
6314
|
borderRadius: "50%",
|
|
6305
6315
|
bgcolor: "#ebf2ff",
|
|
6306
6316
|
color: "#3431e4",
|
|
@@ -6315,7 +6325,8 @@ var TopCampaignsCTRCard = function TopCampaignsCTRCard(_ref6) {
|
|
|
6315
6325
|
sx: {
|
|
6316
6326
|
fontSize: "13px",
|
|
6317
6327
|
fontWeight: 700,
|
|
6318
|
-
color: "#000"
|
|
6328
|
+
color: "#000",
|
|
6329
|
+
minWidth: 0
|
|
6319
6330
|
},
|
|
6320
6331
|
children: item.name
|
|
6321
6332
|
})]
|
|
@@ -6323,7 +6334,9 @@ var TopCampaignsCTRCard = function TopCampaignsCTRCard(_ref6) {
|
|
|
6323
6334
|
sx: {
|
|
6324
6335
|
fontSize: "13px",
|
|
6325
6336
|
color: "#22C55E",
|
|
6326
|
-
fontWeight: 700
|
|
6337
|
+
fontWeight: 700,
|
|
6338
|
+
flexShrink: 0,
|
|
6339
|
+
ml: 1
|
|
6327
6340
|
},
|
|
6328
6341
|
children: item.value
|
|
6329
6342
|
})]
|
|
@@ -6401,12 +6414,16 @@ var TopCampaignsConvRateCard = function TopCampaignsConvRateCard(_ref7) {
|
|
|
6401
6414
|
display: "flex",
|
|
6402
6415
|
alignItems: "center",
|
|
6403
6416
|
gap: 1.5,
|
|
6404
|
-
marginBottom: "10px"
|
|
6417
|
+
marginBottom: "10px",
|
|
6418
|
+
flex: 1,
|
|
6419
|
+
minWidth: 0
|
|
6405
6420
|
},
|
|
6406
6421
|
children: [/*#__PURE__*/jsx(Box, {
|
|
6407
6422
|
sx: {
|
|
6408
6423
|
width: 24,
|
|
6409
6424
|
height: 24,
|
|
6425
|
+
minWidth: 24,
|
|
6426
|
+
flexShrink: 0,
|
|
6410
6427
|
borderRadius: "50%",
|
|
6411
6428
|
bgcolor: "#ebf2ff",
|
|
6412
6429
|
color: "#3431e4",
|
|
@@ -6421,7 +6438,8 @@ var TopCampaignsConvRateCard = function TopCampaignsConvRateCard(_ref7) {
|
|
|
6421
6438
|
sx: {
|
|
6422
6439
|
fontSize: "13px",
|
|
6423
6440
|
fontWeight: 700,
|
|
6424
|
-
color: "#000"
|
|
6441
|
+
color: "#000",
|
|
6442
|
+
minWidth: 0
|
|
6425
6443
|
},
|
|
6426
6444
|
children: item.name
|
|
6427
6445
|
})]
|
|
@@ -6429,7 +6447,9 @@ var TopCampaignsConvRateCard = function TopCampaignsConvRateCard(_ref7) {
|
|
|
6429
6447
|
sx: {
|
|
6430
6448
|
fontSize: "13px",
|
|
6431
6449
|
color: "#3431e4",
|
|
6432
|
-
fontWeight: 700
|
|
6450
|
+
fontWeight: 700,
|
|
6451
|
+
flexShrink: 0,
|
|
6452
|
+
ml: 1
|
|
6433
6453
|
},
|
|
6434
6454
|
children: item.value
|
|
6435
6455
|
})]
|