@realtek/core-theme 0.0.196 → 0.0.197

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
@@ -10500,6 +10500,19 @@ var dg = {
10500
10500
  tone: "warning",
10501
10501
  full: "Payment Not Received"
10502
10502
  },
10503
+ "Partially Received": {
10504
+ label: "Partially Received",
10505
+ tone: "gold"
10506
+ },
10507
+ Received: {
10508
+ label: "Received",
10509
+ tone: "success"
10510
+ },
10511
+ "Ready to Pay": {
10512
+ label: "Ready to Pay",
10513
+ tone: "info",
10514
+ pulse: !0
10515
+ },
10503
10516
  approved: {
10504
10517
  label: "Approved",
10505
10518
  tone: "success"