@pagelines/sdk 1.0.873 → 1.0.874

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
@@ -1201,7 +1201,7 @@ var ke = {
1201
1201
  spine: "bg-theme-200",
1202
1202
  dashed: "border-theme-300",
1203
1203
  doneMark: "text-theme-400",
1204
- failedMark: "text-theme-400",
1204
+ failedMark: "text-theme-500",
1205
1205
  activeLine: "text-theme-900",
1206
1206
  stoppedSquare: "bg-theme-500",
1207
1207
  muted: "text-theme-500",
@@ -1210,7 +1210,7 @@ var ke = {
1210
1210
  spine: "bg-white/15",
1211
1211
  dashed: "border-white/25",
1212
1212
  doneMark: "text-white/45",
1213
- failedMark: "text-white/45",
1213
+ failedMark: "text-white/60",
1214
1214
  activeLine: "text-white",
1215
1215
  stoppedSquare: "bg-white/55",
1216
1216
  muted: "text-white/55",
@@ -1236,7 +1236,7 @@ var ke = {
1236
1236
  },
1237
1237
  failed: {
1238
1238
  statusWord: "failed",
1239
- label: e ? "text-[12.5px] font-medium text-theme-600" : "text-[12.5px] font-medium text-white/70",
1239
+ label: e ? "text-[12.5px] font-medium text-theme-700" : "text-[12.5px] font-medium text-white/80",
1240
1240
  station: {
1241
1241
  tag: "i",
1242
1242
  class: `i-tabler-alert-circle size-3.5 ${s.value.failedMark}`