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