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.js +24 -24
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -24
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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: "#
|
|
978
|
-
bg: "#
|
|
979
|
-
border: "#
|
|
980
|
-
dot: "#
|
|
977
|
+
text: "#0369A1",
|
|
978
|
+
bg: "#BAE6FD",
|
|
979
|
+
border: "#7DD3FC",
|
|
980
|
+
dot: "#0369A1"
|
|
981
981
|
},
|
|
982
982
|
thumbnail: {
|
|
983
|
-
primary: "#
|
|
984
|
-
secondary: "#
|
|
983
|
+
primary: "#7DD3FC",
|
|
984
|
+
secondary: "#E0F2FE"
|
|
985
985
|
},
|
|
986
986
|
icons: {
|
|
987
|
-
mobile: { primary: "#
|
|
987
|
+
mobile: { primary: "#0EA5E9", secondary: "#7DD3FC" },
|
|
988
988
|
web: {
|
|
989
989
|
name: "Share",
|
|
990
|
-
iconColor: "#
|
|
991
|
-
bgColor: "#
|
|
990
|
+
iconColor: "#0369A1",
|
|
991
|
+
bgColor: "#7DD3FC"
|
|
992
992
|
}
|
|
993
993
|
},
|
|
994
994
|
progress: {
|
|
995
|
-
primary: "#
|
|
996
|
-
secondary: "#
|
|
997
|
-
border: "#
|
|
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: "#
|
|
1140
|
-
bg: "#
|
|
1141
|
-
border: "#
|
|
1142
|
-
dot: "#
|
|
1139
|
+
text: "#854D0E",
|
|
1140
|
+
bg: "#FEF9C3",
|
|
1141
|
+
border: "#FEF08A",
|
|
1142
|
+
dot: "#A16207"
|
|
1143
1143
|
},
|
|
1144
1144
|
thumbnail: {
|
|
1145
|
-
primary: "#
|
|
1146
|
-
secondary: "#
|
|
1145
|
+
primary: "#FDE047",
|
|
1146
|
+
secondary: "#FEFCE8"
|
|
1147
1147
|
},
|
|
1148
1148
|
icons: {
|
|
1149
|
-
mobile: { primary: "#
|
|
1149
|
+
mobile: { primary: "#EAB308", secondary: "#FACC15" },
|
|
1150
1150
|
web: {
|
|
1151
1151
|
name: "FilePen",
|
|
1152
|
-
iconColor: "#
|
|
1153
|
-
bgColor: "#
|
|
1152
|
+
iconColor: "#713F12",
|
|
1153
|
+
bgColor: "#FEF08A"
|
|
1154
1154
|
}
|
|
1155
1155
|
},
|
|
1156
1156
|
progress: {
|
|
1157
|
-
primary: "#
|
|
1158
|
-
secondary: "#
|
|
1159
|
-
border: "#
|
|
1157
|
+
primary: "#FACC15",
|
|
1158
|
+
secondary: "#FEF08A",
|
|
1159
|
+
border: "#FEF9C3"
|
|
1160
1160
|
}
|
|
1161
1161
|
},
|
|
1162
1162
|
[6 /* CANCELLED */]: {
|