@ammarkhalidfarooq/dashboard-package 0.6.109 → 0.6.110

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.es.js CHANGED
@@ -7075,82 +7075,102 @@ var cellSx$1 = {
7075
7075
  var MOCK_ROWS = [{
7076
7076
  date: "Jun 1, 2026",
7077
7077
  campaignName: "Ramadan 2024 - Global Feed",
7078
+ donorType: "New Donor",
7078
7079
  raised: "$4,520.00"
7079
7080
  }, {
7080
7081
  date: "Jun 2, 2026",
7081
7082
  campaignName: "Water for Life - East Africa",
7083
+ donorType: "Returning",
7082
7084
  raised: "$1,280.00"
7083
7085
  }, {
7084
7086
  date: "Jun 3, 2026",
7085
7087
  campaignName: "Orphan Care - Palestine",
7088
+ donorType: "New Donor",
7086
7089
  raised: "$2,850.00"
7087
7090
  }, {
7088
7091
  date: "Jun 4, 2026",
7089
7092
  campaignName: "Emergency Relief - Yemen",
7093
+ donorType: "Returning",
7090
7094
  raised: "$1,540.00"
7091
7095
  }, {
7092
7096
  date: "Jun 5, 2026",
7093
7097
  campaignName: "Education Fund - Syria",
7098
+ donorType: "New Donor",
7094
7099
  raised: "$980.00"
7095
7100
  }, {
7096
7101
  date: "Jun 6, 2026",
7097
7102
  campaignName: "Medical Aid - Gaza",
7103
+ donorType: "Returning",
7098
7104
  raised: "$3,120.00"
7099
7105
  }, {
7100
7106
  date: "Jun 7, 2026",
7101
7107
  campaignName: "Food Security - Sudan",
7108
+ donorType: "New Donor",
7102
7109
  raised: "$760.00"
7103
7110
  }, {
7104
7111
  date: "Jun 8, 2026",
7105
7112
  campaignName: "Winter Relief - Afghanistan",
7113
+ donorType: "Returning",
7106
7114
  raised: "$2,140.00"
7107
7115
  }, {
7108
7116
  date: "Jun 9, 2026",
7109
7117
  campaignName: "Clean Water - Bangladesh",
7118
+ donorType: "New Donor",
7110
7119
  raised: "$890.00"
7111
7120
  }, {
7112
7121
  date: "Jun 10, 2026",
7113
7122
  campaignName: "Shelter Fund - Lebanon",
7123
+ donorType: "Returning",
7114
7124
  raised: "$1,675.00"
7115
7125
  }, {
7116
7126
  date: "Jun 11, 2026",
7117
7127
  campaignName: "Qurbani 2026 - Global",
7128
+ donorType: "New Donor",
7118
7129
  raised: "$5,230.00"
7119
7130
  }, {
7120
7131
  date: "Jun 12, 2026",
7121
7132
  campaignName: "Maternal Health - Somalia",
7133
+ donorType: "Returning",
7122
7134
  raised: "$1,120.00"
7123
7135
  }, {
7124
7136
  date: "Jun 13, 2026",
7125
7137
  campaignName: "School Supplies - Pakistan",
7138
+ donorType: "New Donor",
7126
7139
  raised: "$640.00"
7127
7140
  }, {
7128
7141
  date: "Jun 14, 2026",
7129
7142
  campaignName: "Disaster Response - Turkey",
7143
+ donorType: "Returning",
7130
7144
  raised: "$3,890.00"
7131
7145
  }, {
7132
7146
  date: "Jun 15, 2026",
7133
7147
  campaignName: "Zakat Distribution - UK",
7148
+ donorType: "New Donor",
7134
7149
  raised: "$2,450.00"
7135
7150
  }, {
7136
7151
  date: "Jun 16, 2026",
7137
7152
  campaignName: "Eye Care - Morocco",
7153
+ donorType: "Returning",
7138
7154
  raised: "$780.00"
7139
7155
  }, {
7140
7156
  date: "Jun 17, 2026",
7141
7157
  campaignName: "Livelihood Support - Iraq",
7158
+ donorType: "New Donor",
7142
7159
  raised: "$1,960.00"
7143
7160
  }, {
7144
7161
  date: "Jun 18, 2026",
7145
7162
  campaignName: "Ramadan Iftar - Jordan",
7163
+ donorType: "Returning",
7146
7164
  raised: "$2,310.00"
7147
7165
  }, {
7148
7166
  date: "Jun 19, 2026",
7149
7167
  campaignName: "Children's Fund - Nigeria",
7168
+ donorType: "New Donor",
7150
7169
  raised: "$1,430.00"
7151
7170
  }, {
7152
7171
  date: "Jun 20, 2026",
7153
7172
  campaignName: "Housing Rebuild - Libya",
7173
+ donorType: "Returning",
7154
7174
  raised: "$3,050.00"
7155
7175
  }];
7156
7176
  var OverallDetailModal = function OverallDetailModal(_ref) {
@@ -7223,6 +7243,9 @@ var OverallDetailModal = function OverallDetailModal(_ref) {
7223
7243
  }), /*#__PURE__*/jsx(TableCell, {
7224
7244
  sx: headerCellSx$1,
7225
7245
  children: "Campaign Name"
7246
+ }), /*#__PURE__*/jsx(TableCell, {
7247
+ sx: headerCellSx$1,
7248
+ children: "Donor Type"
7226
7249
  }), /*#__PURE__*/jsx(TableCell, {
7227
7250
  sx: _objectSpread2(_objectSpread2({}, headerCellSx$1), {}, {
7228
7251
  textAlign: "right"
@@ -7239,6 +7262,9 @@ var OverallDetailModal = function OverallDetailModal(_ref) {
7239
7262
  }), /*#__PURE__*/jsx(TableCell, {
7240
7263
  sx: cellSx$1,
7241
7264
  children: row.campaignName
7265
+ }), /*#__PURE__*/jsx(TableCell, {
7266
+ sx: cellSx$1,
7267
+ children: row.donorType
7242
7268
  }), /*#__PURE__*/jsx(TableCell, {
7243
7269
  sx: _objectSpread2(_objectSpread2({}, cellSx$1), {}, {
7244
7270
  textAlign: "right",