@realtek/core-theme 0.0.226 → 0.0.227
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.cjs +1 -1
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.js +8 -2
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist-lib/index.js
CHANGED
|
@@ -8356,7 +8356,7 @@ var Kp = {
|
|
|
8356
8356
|
"internal submission": "submitted",
|
|
8357
8357
|
resubmit: "resubmitted",
|
|
8358
8358
|
resubmitted: "resubmitted",
|
|
8359
|
-
resent_for_approval: "
|
|
8359
|
+
resent_for_approval: "resent",
|
|
8360
8360
|
reject: "rejected",
|
|
8361
8361
|
rejected: "rejected",
|
|
8362
8362
|
reject_days: "rejected",
|
|
@@ -8410,6 +8410,11 @@ var Kp = {
|
|
|
8410
8410
|
icon: /* @__PURE__ */ X(Zi, {}),
|
|
8411
8411
|
label: "Re-submitted"
|
|
8412
8412
|
},
|
|
8413
|
+
resent: {
|
|
8414
|
+
tone: "purple",
|
|
8415
|
+
icon: /* @__PURE__ */ X(Zi, {}),
|
|
8416
|
+
label: "Resend for Approval"
|
|
8417
|
+
},
|
|
8413
8418
|
approved: {
|
|
8414
8419
|
tone: "success",
|
|
8415
8420
|
icon: /* @__PURE__ */ X(Jr, {}),
|
|
@@ -8452,8 +8457,9 @@ var Kp = {
|
|
|
8452
8457
|
}
|
|
8453
8458
|
}, Jp = [
|
|
8454
8459
|
[/\breject/i, "rejected"],
|
|
8460
|
+
[/\bresent\b/i, "resent"],
|
|
8461
|
+
[/\bresubmit/i, "resubmitted"],
|
|
8455
8462
|
[/\bapprov/i, "approved"],
|
|
8456
|
-
[/\bresubmit|\bresent\b/i, "resubmitted"],
|
|
8457
8463
|
[/\bsubmit/i, "submitted"],
|
|
8458
8464
|
[/\breassign|\bassign/i, "assigned"],
|
|
8459
8465
|
[/\bdelete|\bremov/i, "deleted"],
|