shred-api-client 2.2.4-rc.6 → 2.2.4-rc.8

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.mjs CHANGED
@@ -973,216 +973,216 @@ var StatusConfig = {
973
973
  id: 0 /* SUBMITTED */,
974
974
  label: "Submitted",
975
975
  colors: {
976
- text: "text-yellow-800",
977
- bg: "bg-yellow-100",
978
- border: "border-yellow-200",
979
- dot: "bg-yellow-700"
976
+ text: "[#854D0E]",
977
+ bg: "[#FEF9C3]",
978
+ border: "border-[#FEF08A]",
979
+ dot: "bg-[#A16207]"
980
980
  },
981
981
  thumbnail: {
982
- primary: "bg-yellow-300",
983
- secondary: "bg-yellow-50"
982
+ primary: "bg-[#FDE047]",
983
+ secondary: "bg-[#FEFCE8]"
984
984
  },
985
985
  icons: {
986
986
  mobile: { primary: "#FACC15", secondary: "#FEF9C3" },
987
987
  web: {
988
988
  name: "Share",
989
- iconColor: "text-yellow-900",
990
- bgColor: "bg-yellow-200"
989
+ iconColor: "text-[#713F12]",
990
+ bgColor: "bg-[#FEF08A]"
991
991
  }
992
992
  },
993
993
  progress: {
994
- primary: "bg-yellow-400",
995
- secondary: "bg-yellow-50",
996
- border: "border-yellow-100"
994
+ primary: "bg-[#FACC15]",
995
+ secondary: "bg-[#FEFCE8]",
996
+ border: "border-[#FEF9C3]"
997
997
  }
998
998
  },
999
999
  [1 /* EDITING */]: {
1000
1000
  id: 1 /* EDITING */,
1001
1001
  label: "In Progress",
1002
1002
  colors: {
1003
- text: "text-violet-600",
1004
- bg: "bg-violet-50",
1005
- border: "border-violet-200",
1006
- dot: "bg-violet-600"
1003
+ text: "text-[#7C3AED]",
1004
+ bg: "bg-[#F5F3FF]",
1005
+ border: "border-[#DDD6FE]",
1006
+ dot: "bg-[#7C3AED]"
1007
1007
  },
1008
1008
  thumbnail: {
1009
- primary: "bg-violet-300",
1010
- secondary: "bg-violet-50"
1009
+ primary: "bg-[#C4B5FD]",
1010
+ secondary: "bg-[#F5F3FF]"
1011
1011
  },
1012
1012
  icons: {
1013
1013
  mobile: { primary: "#A67EE7", secondary: "#C4A9EF" },
1014
1014
  web: {
1015
1015
  name: "Hourglass",
1016
- iconColor: "text-violet-600",
1017
- bgColor: "bg-violet-200"
1016
+ iconColor: "text-[#7C3AED]",
1017
+ bgColor: "bg-[#DDD6FE]"
1018
1018
  }
1019
1019
  },
1020
1020
  progress: {
1021
- primary: "bg-violet-300",
1022
- secondary: "bg-violet-50",
1023
- border: "border-violet-100"
1021
+ primary: "bg-[#C4B5FD]",
1022
+ secondary: "bg-[#F5F3FF]",
1023
+ border: "border-[#EDE9FE]"
1024
1024
  }
1025
1025
  },
1026
1026
  [3 /* WAITING_APPROVE */]: {
1027
1027
  id: 3 /* WAITING_APPROVE */,
1028
1028
  label: "Waiting Approval",
1029
1029
  colors: {
1030
- text: "text-orange-700",
1031
- bg: "bg-orange-100",
1032
- border: "border-orange-200",
1033
- dot: "bg-orange-600"
1030
+ text: "text-[#C2410C]",
1031
+ bg: "bg-[#FFEDD5]",
1032
+ border: "border-[#FED7AA]",
1033
+ dot: "bg-[#EA580C]"
1034
1034
  },
1035
1035
  thumbnail: {
1036
- primary: "bg-violet-300",
1037
- secondary: "bg-violet-50"
1036
+ primary: "bg-[#C4B5FD]",
1037
+ secondary: "bg-[#F5F3FF]"
1038
1038
  },
1039
1039
  icons: {
1040
1040
  mobile: { primary: "#A67EE7", secondary: "#C4A9EF" },
1041
1041
  web: {
1042
1042
  name: "Clock",
1043
- iconColor: "text-orange-700",
1044
- bgColor: "bg-orange-200"
1043
+ iconColor: "text-[#C2410C]",
1044
+ bgColor: "bg-[#FED7AA]"
1045
1045
  }
1046
1046
  },
1047
1047
  progress: {
1048
- primary: "bg-orange-300",
1049
- secondary: "bg-orange-50",
1050
- border: "border-orange-100"
1048
+ primary: "bg-[#FDBA74]",
1049
+ secondary: "bg-[#FFF7ED]",
1050
+ border: "border-[#FFEDD5]"
1051
1051
  }
1052
1052
  },
1053
1053
  [4 /* DENIED */]: {
1054
1054
  id: 4 /* DENIED */,
1055
1055
  label: "Denied",
1056
1056
  colors: {
1057
- text: "text-red-500",
1058
- bg: "bg-red-100",
1059
- border: "border-red-200",
1060
- dot: "bg-red-500"
1057
+ text: "text-[#EF4444]",
1058
+ bg: "bg-[#FEE2E2]",
1059
+ border: "border-[#FECACA]",
1060
+ dot: "bg-[#EF4444]"
1061
1061
  },
1062
1062
  thumbnail: {
1063
- primary: "bg-violet-300",
1064
- secondary: "bg-violet-50"
1063
+ primary: "bg-[#C4B5FD]",
1064
+ secondary: "bg-[#F5F3FF]"
1065
1065
  },
1066
1066
  icons: {
1067
1067
  mobile: { primary: "#A67EE7", secondary: "#C4A9EF" },
1068
1068
  web: {
1069
1069
  name: "CircleX",
1070
- iconColor: "text-red-500",
1071
- bgColor: "bg-red-200"
1070
+ iconColor: "text-[#EF4444]",
1071
+ bgColor: "bg-[#FECACA]"
1072
1072
  }
1073
1073
  },
1074
1074
  progress: {
1075
- primary: "bg-red-300",
1076
- secondary: "bg-red-50",
1077
- border: "border-red-100"
1075
+ primary: "bg-[#FCA5A5]",
1076
+ secondary: "bg-[#FEF2F2]",
1077
+ border: "border-[#FEE2E2]"
1078
1078
  }
1079
1079
  },
1080
1080
  [7 /* SCHEDULED */]: {
1081
1081
  id: 7 /* SCHEDULED */,
1082
1082
  label: "Scheduled",
1083
1083
  colors: {
1084
- text: "text-lime-800",
1085
- bg: "bg-lime-100",
1086
- border: "border-lime-200",
1087
- dot: "bg-lime-700"
1084
+ text: "text-[#3F6212]",
1085
+ bg: "bg-[#ECFCCB]",
1086
+ border: "border-[#D9F99D]",
1087
+ dot: "bg-[#4D7C0F]"
1088
1088
  },
1089
1089
  thumbnail: {
1090
- primary: "bg-violet-300",
1091
- secondary: "bg-violet-50"
1090
+ primary: "bg-[#C4B5FD]",
1091
+ secondary: "bg-[#F5F3FF]"
1092
1092
  },
1093
1093
  icons: {
1094
1094
  mobile: { primary: "#A67EE7", secondary: "#C4A9EF" },
1095
1095
  web: {
1096
1096
  name: "CalendarRange",
1097
- iconColor: "text-lime-800",
1098
- bgColor: "bg-lime-200"
1097
+ iconColor: "text-[#3F6212]",
1098
+ bgColor: "bg-[#D9F99D]"
1099
1099
  }
1100
1100
  },
1101
1101
  progress: {
1102
- primary: "bg-lime-300",
1103
- secondary: "bg-lime-50",
1104
- border: "border-lime-100"
1102
+ primary: "bg-[#BEF264]",
1103
+ secondary: "bg-[#F7FEE7]",
1104
+ border: "border-[#ECFCCB]"
1105
1105
  }
1106
1106
  },
1107
1107
  [2 /* COMPLETED */]: {
1108
1108
  id: 2 /* COMPLETED */,
1109
1109
  label: "Completed",
1110
1110
  colors: {
1111
- text: "text-green-600",
1112
- bg: "bg-green-50",
1113
- border: "border-green-100",
1114
- dot: "bg-green-600"
1111
+ text: "text-[#16A34A]",
1112
+ bg: "bg-[#F0FDF4]",
1113
+ border: "border-[#DCFCE7]",
1114
+ dot: "bg-[#16A34A]"
1115
1115
  },
1116
1116
  thumbnail: {
1117
- primary: "bg-green-300",
1118
- secondary: "bg-green-50"
1117
+ primary: "bg-[#86EFAC]",
1118
+ secondary: "bg-[#F0FDF4]"
1119
1119
  },
1120
1120
  icons: {
1121
1121
  mobile: { primary: "#22C55E", secondary: "#BBF7D0" },
1122
1122
  web: {
1123
1123
  name: "CircleCheck",
1124
- iconColor: "text-green-600",
1125
- bgColor: "bg-green-100"
1124
+ iconColor: "text-[#16A34A]",
1125
+ bgColor: "bg-[#DCFCE7]"
1126
1126
  }
1127
1127
  },
1128
1128
  progress: {
1129
- primary: "bg-green-400",
1130
- secondary: "bg-green-100",
1131
- border: "border-green-200"
1129
+ primary: "bg-[#4ADE80]",
1130
+ secondary: "bg-[#DCFCE7]",
1131
+ border: "border-[#BBF7D0]"
1132
1132
  }
1133
1133
  },
1134
1134
  [5 /* REVISIONING */]: {
1135
1135
  id: 5 /* REVISIONING */,
1136
1136
  label: "Revisioning",
1137
1137
  colors: {
1138
- text: "text-sky-700",
1139
- bg: "bg-sky-200",
1140
- border: "border-sky-300",
1141
- dot: "bg-sky-700"
1138
+ text: "text-[#0369A1]",
1139
+ bg: "bg-[#BAE6FD]",
1140
+ border: "border-[#7DD3FC]",
1141
+ dot: "bg-[#0369A1]"
1142
1142
  },
1143
1143
  thumbnail: {
1144
- primary: "bg-sky-300",
1145
- secondary: "bg-sky-100"
1144
+ primary: "bg-[#7DD3FC]",
1145
+ secondary: "bg-[#E0F2FE]"
1146
1146
  },
1147
1147
  icons: {
1148
1148
  mobile: { primary: "#0EA5E9", secondary: "#7DD3FC" },
1149
1149
  web: {
1150
1150
  name: "FilePen",
1151
- iconColor: "text-sky-700",
1152
- bgColor: "bg-sky-300"
1151
+ iconColor: "text-[#0369A1]",
1152
+ bgColor: "bg-[#7DD3FC]"
1153
1153
  }
1154
1154
  },
1155
1155
  progress: {
1156
- primary: "bg-sky-300",
1157
- secondary: "bg-sky-50",
1158
- border: "border-sky-100"
1156
+ primary: "bg-[#7DD3FC]",
1157
+ secondary: "bg-[#F0F9FF]",
1158
+ border: "border-[#E0F2FE]"
1159
1159
  }
1160
1160
  },
1161
1161
  [6 /* CANCELLED */]: {
1162
1162
  id: 6 /* CANCELLED */,
1163
1163
  label: "Canceled",
1164
1164
  colors: {
1165
- text: "text-neutral-400",
1166
- bg: "bg-neutral-100",
1167
- border: "border-neutral-200",
1168
- dot: "bg-neutral-400"
1165
+ text: "text-[#A3A3A3]",
1166
+ bg: "bg-[#F5F5F5]",
1167
+ border: "border-[#E5E5E5]",
1168
+ dot: "bg-[#A3A3A3]"
1169
1169
  },
1170
1170
  thumbnail: {
1171
- primary: "bg-gray-300",
1172
- secondary: "bg-gray-50"
1171
+ primary: "bg-[#D4D4D4]",
1172
+ secondary: "bg-[#FAFAFA]"
1173
1173
  },
1174
1174
  icons: {
1175
1175
  mobile: { primary: "#6B7280", secondary: "#D1D5DB" },
1176
1176
  web: {
1177
1177
  name: "Ban",
1178
- iconColor: "text-neutral-400",
1179
- bgColor: "bg-neutral-100"
1178
+ iconColor: "text-[#A3A3A3]",
1179
+ bgColor: "bg-[#F5F5F5]"
1180
1180
  }
1181
1181
  },
1182
1182
  progress: {
1183
- primary: "bg-gray-400",
1184
- secondary: "bg-gray-50",
1185
- border: "border-gray-200"
1183
+ primary: "bg-[#A3A3A3]",
1184
+ secondary: "bg-[#FAFAFA]",
1185
+ border: "border-[#E5E5E5]"
1186
1186
  }
1187
1187
  }
1188
1188
  };