shred-api-client 2.3.1 → 2.3.2

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
@@ -974,27 +974,27 @@ var StatusConfig = {
974
974
  id: 0 /* SUBMITTED */,
975
975
  label: "Submitted",
976
976
  colors: {
977
- text: "#854D0E",
978
- bg: "#FEF9C3",
979
- border: "#FEF08A",
980
- dot: "#A16207"
977
+ text: "#0369A1",
978
+ bg: "#BAE6FD",
979
+ border: "#7DD3FC",
980
+ dot: "#0369A1"
981
981
  },
982
982
  thumbnail: {
983
- primary: "#FDE047",
984
- secondary: "#FEFCE8"
983
+ primary: "#7DD3FC",
984
+ secondary: "#E0F2FE"
985
985
  },
986
986
  icons: {
987
- mobile: { primary: "#EAB308", secondary: "#FACC15" },
987
+ mobile: { primary: "#0EA5E9", secondary: "#7DD3FC" },
988
988
  web: {
989
989
  name: "Share",
990
- iconColor: "#713F12",
991
- bgColor: "#FEF08A"
990
+ iconColor: "#0369A1",
991
+ bgColor: "#7DD3FC"
992
992
  }
993
993
  },
994
994
  progress: {
995
- primary: "#FACC15",
996
- secondary: "#FEF08A",
997
- border: "#FEF9C3"
995
+ primary: "#7DD3FC",
996
+ secondary: "#F0F9FF",
997
+ border: "#E0F2FE"
998
998
  }
999
999
  },
1000
1000
  [1 /* EDITING */]: {
@@ -1136,27 +1136,27 @@ var StatusConfig = {
1136
1136
  id: 5 /* REVISIONING */,
1137
1137
  label: "Revisioning",
1138
1138
  colors: {
1139
- text: "#0369A1",
1140
- bg: "#BAE6FD",
1141
- border: "#7DD3FC",
1142
- dot: "#0369A1"
1139
+ text: "#854D0E",
1140
+ bg: "#FEF9C3",
1141
+ border: "#FEF08A",
1142
+ dot: "#A16207"
1143
1143
  },
1144
1144
  thumbnail: {
1145
- primary: "#7DD3FC",
1146
- secondary: "#E0F2FE"
1145
+ primary: "#FDE047",
1146
+ secondary: "#FEFCE8"
1147
1147
  },
1148
1148
  icons: {
1149
- mobile: { primary: "#0EA5E9", secondary: "#7DD3FC" },
1149
+ mobile: { primary: "#EAB308", secondary: "#FACC15" },
1150
1150
  web: {
1151
1151
  name: "FilePen",
1152
- iconColor: "#0369A1",
1153
- bgColor: "#7DD3FC"
1152
+ iconColor: "#713F12",
1153
+ bgColor: "#FEF08A"
1154
1154
  }
1155
1155
  },
1156
1156
  progress: {
1157
- primary: "#7DD3FC",
1158
- secondary: "#F0F9FF",
1159
- border: "#E0F2FE"
1157
+ primary: "#FACC15",
1158
+ secondary: "#FEF08A",
1159
+ border: "#FEF9C3"
1160
1160
  }
1161
1161
  },
1162
1162
  [6 /* CANCELLED */]: {