@pagelines/sdk 1.0.869 → 1.0.871

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/AgentWrap.js CHANGED
@@ -1208,6 +1208,7 @@ var Oe = {
1208
1208
  spine: "bg-theme-200",
1209
1209
  dashed: "border-theme-300",
1210
1210
  doneMark: "text-theme-400",
1211
+ failedMark: "text-theme-400",
1211
1212
  activeLine: "text-theme-900",
1212
1213
  stoppedSquare: "bg-theme-500",
1213
1214
  muted: "text-theme-500",
@@ -1216,6 +1217,7 @@ var Oe = {
1216
1217
  spine: "bg-white/15",
1217
1218
  dashed: "border-white/25",
1218
1219
  doneMark: "text-white/45",
1220
+ failedMark: "text-white/45",
1219
1221
  activeLine: "text-white",
1220
1222
  stoppedSquare: "bg-white/55",
1221
1223
  muted: "text-white/55",
@@ -1241,10 +1243,10 @@ var Oe = {
1241
1243
  },
1242
1244
  failed: {
1243
1245
  statusWord: "failed",
1244
- label: "text-[12.5px] font-medium text-red-600",
1246
+ label: e ? "text-[12.5px] font-medium text-theme-600" : "text-[12.5px] font-medium text-white/70",
1245
1247
  station: {
1246
1248
  tag: "i",
1247
- class: "i-tabler-alert-circle size-3.5 text-red-600"
1249
+ class: `i-tabler-alert-circle size-3.5 ${s.value.failedMark}`
1248
1250
  }
1249
1251
  },
1250
1252
  stopped: {