busroot-sdk 0.0.8-dev.2785859549 → 0.0.8-dev.2787901298
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/build/index.js +2 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -528,14 +528,14 @@ var require_enums = __commonJS({
|
|
|
528
528
|
exports2.StationStatus = {
|
|
529
529
|
outOfShift: { label: "Out of Shift", colour: colours_1.chromaColours.disabled },
|
|
530
530
|
noSchedule: { label: "No Schedule", colour: colours_1.chromaColours.warning },
|
|
531
|
-
nonProductionSchedule: { label: "
|
|
531
|
+
nonProductionSchedule: { label: "Planned Non-Production", colour: colours_1.chromaColours.scheduled },
|
|
532
532
|
productionSchedule: { label: "Scheduled Production", colour: colours_1.chromaColours.running },
|
|
533
533
|
downtime: { label: "Unplanned Downtime", colour: colours_1.chromaColours.stopped },
|
|
534
534
|
disconnected: { label: "Connection Lost", colour: colours_1.chromaColours.disconnected },
|
|
535
535
|
futureOutOfShift: { label: "Out of Shift (Future)", colour: colours_1.chromaColours.disabled.darken(1) },
|
|
536
536
|
futureInShift: { label: "In Shift (Future)", colour: colours_1.chromaColours.disabled.darken(1) },
|
|
537
537
|
futureNoSchedule: { label: "Not Scheduled (Future)", colour: colours_1.chromaColours.warning.darken(1) },
|
|
538
|
-
futureNonProductionSchedule: { label: "
|
|
538
|
+
futureNonProductionSchedule: { label: "Planned Non-Production (Future)", colour: colours_1.chromaColours.scheduled.darken(1) },
|
|
539
539
|
futureProductionSchedule: { label: "Scheduled Production (Future)", colour: colours_1.chromaColours.running.darken(1) }
|
|
540
540
|
};
|
|
541
541
|
var DowntimeType;
|
package/package.json
CHANGED