@realtek/core-theme 0.0.160 → 0.0.161

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-lib/index.js CHANGED
@@ -661,13 +661,11 @@ var Fr = {
661
661
  "My Jobs"
662
662
  ],
663
663
  submissionCount: [
664
- "Under Evaluation",
665
- "pending",
666
- "Pending",
667
- "submittedToClientCount",
664
+ "Selected",
665
+ "Submitted to client",
668
666
  "Submitted to Client",
669
- "rejectedSubmissionCount",
670
- "Rejected"
667
+ "Not Submitted",
668
+ "Approved"
671
669
  ]
672
670
  };
673
671
  function Ir(e) {
@@ -737,33 +735,16 @@ var Lr = {
737
735
  listPath: "",
738
736
  totalKey: "total",
739
737
  labelMap: {
740
- pendingSubmissionCount: "Pending Submissions",
741
- rejectedSubmissionCount: "Rejected",
742
- submittedToClientCount: "Submitted to Client"
738
+ Selected: "Selected",
739
+ "Submitted to client": "Submitted to Client",
740
+ "Not Submitted": "Not Submitted",
741
+ Approved: "Approved"
743
742
  },
744
743
  colorMap: {
745
- pendingSubmissionCount: "rgb(234, 175, 12)",
746
- submittedToClientCount: "green",
747
- rejectedSubmissionCount: "red"
748
- },
749
- aggregateMap: {
750
- pendingSubmissionCount: [
751
- "pendingSubmissionCount",
752
- "pending",
753
- "Pending",
754
- "Under Evaluation",
755
- "underEvaluation"
756
- ],
757
- submittedToClientCount: [
758
- "submittedToClientCount",
759
- "Submitted to Client",
760
- "Submitted To Client"
761
- ],
762
- rejectedSubmissionCount: [
763
- "rejectedSubmissionCount",
764
- "Rejected",
765
- "rejected"
766
- ]
744
+ Selected: "rgb(234, 175, 12)",
745
+ "Submitted to client": "green",
746
+ "Not Submitted": "red",
747
+ Approved: "#1d4ed8"
767
748
  },
768
749
  show: Ir("submissionCount")
769
750
  },