shred-api-client 2.3.1 → 2.3.3-rc.0

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.js CHANGED
@@ -1017,27 +1017,27 @@ var StatusConfig = {
1017
1017
  id: 0 /* SUBMITTED */,
1018
1018
  label: "Submitted",
1019
1019
  colors: {
1020
- text: "#854D0E",
1021
- bg: "#FEF9C3",
1022
- border: "#FEF08A",
1023
- dot: "#A16207"
1020
+ text: "#0369A1",
1021
+ bg: "#BAE6FD",
1022
+ border: "#7DD3FC",
1023
+ dot: "#0369A1"
1024
1024
  },
1025
1025
  thumbnail: {
1026
- primary: "#FDE047",
1027
- secondary: "#FEFCE8"
1026
+ primary: "#7DD3FC",
1027
+ secondary: "#E0F2FE"
1028
1028
  },
1029
1029
  icons: {
1030
- mobile: { primary: "#EAB308", secondary: "#FACC15" },
1030
+ mobile: { primary: "#0EA5E9", secondary: "#7DD3FC" },
1031
1031
  web: {
1032
1032
  name: "Share",
1033
- iconColor: "#713F12",
1034
- bgColor: "#FEF08A"
1033
+ iconColor: "#0369A1",
1034
+ bgColor: "#7DD3FC"
1035
1035
  }
1036
1036
  },
1037
1037
  progress: {
1038
- primary: "#FACC15",
1039
- secondary: "#FEF08A",
1040
- border: "#FEF9C3"
1038
+ primary: "#7DD3FC",
1039
+ secondary: "#F0F9FF",
1040
+ border: "#E0F2FE"
1041
1041
  }
1042
1042
  },
1043
1043
  [1 /* EDITING */]: {
@@ -1179,27 +1179,27 @@ var StatusConfig = {
1179
1179
  id: 5 /* REVISIONING */,
1180
1180
  label: "Revisioning",
1181
1181
  colors: {
1182
- text: "#0369A1",
1183
- bg: "#BAE6FD",
1184
- border: "#7DD3FC",
1185
- dot: "#0369A1"
1182
+ text: "#854D0E",
1183
+ bg: "#FEF9C3",
1184
+ border: "#FEF08A",
1185
+ dot: "#A16207"
1186
1186
  },
1187
1187
  thumbnail: {
1188
- primary: "#7DD3FC",
1189
- secondary: "#E0F2FE"
1188
+ primary: "#FDE047",
1189
+ secondary: "#FEFCE8"
1190
1190
  },
1191
1191
  icons: {
1192
- mobile: { primary: "#0EA5E9", secondary: "#7DD3FC" },
1192
+ mobile: { primary: "#EAB308", secondary: "#FACC15" },
1193
1193
  web: {
1194
1194
  name: "FilePen",
1195
- iconColor: "#0369A1",
1196
- bgColor: "#7DD3FC"
1195
+ iconColor: "#713F12",
1196
+ bgColor: "#FEF08A"
1197
1197
  }
1198
1198
  },
1199
1199
  progress: {
1200
- primary: "#7DD3FC",
1201
- secondary: "#F0F9FF",
1202
- border: "#E0F2FE"
1200
+ primary: "#FACC15",
1201
+ secondary: "#FEF08A",
1202
+ border: "#FEF9C3"
1203
1203
  }
1204
1204
  },
1205
1205
  [6 /* CANCELLED */]: {
@@ -2044,20 +2044,4 @@ var core_exports = {};
2044
2044
 
2045
2045
  // src/index.ts
2046
2046
  var index_default = ShredAPI;
2047
- // Annotate the CommonJS export names for ESM import in node:
2048
- 0 && (module.exports = {
2049
- Asset,
2050
- Core,
2051
- Email,
2052
- Exceptions,
2053
- Goal,
2054
- Note,
2055
- Notification,
2056
- Project,
2057
- Prompt,
2058
- Subscription,
2059
- Tenant,
2060
- Track,
2061
- User
2062
- });
2063
2047
  //# sourceMappingURL=index.js.map