@ailaw/venus 0.12.18 → 0.12.21

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/en2.js CHANGED
@@ -244,6 +244,10 @@ var lang2 = {
244
244
  notificationCont5: " in ",
245
245
  notificationCont6: " updated in ",
246
246
  notificationCont7: " (and more) updated in ",
247
+ notificationCont8: `'s intake "`,
248
+ notificationCont9: '" has been submitted',
249
+ notificationIntakeRecord: "Intake",
250
+ notificationIntakeRecordInfo: "Notifications of intake status update",
247
251
  cases: "Cases",
248
252
  profiles: "Profiles",
249
253
  reminders: "Reminders",
package/dist/en3.js CHANGED
@@ -816,6 +816,7 @@ var lang3 = {
816
816
  moreActions: "More Actions",
817
817
  copyEmailAddress: "Copy Email Address",
818
818
  copySucceeded: "Copy succeeded",
819
+ copySuccessfully: "Copy successfully",
819
820
  selectedEmailAddresses: "email addresses have been selected.",
820
821
  StartDate: "Start Date",
821
822
  caseTemplateManagement: "Case Template Management",
@@ -830,6 +831,7 @@ var lang3 = {
830
831
  editTemplate: "Edit Template",
831
832
  saveAsNewTemplate: "Save as a new template",
832
833
  templateNameLengthLimit: "The case template name cannot exceed 200 characters. Please review.",
834
+ templateNameRequired: "The case template name is required. Please review.",
833
835
  saveChange: "Do you want to save your changes?",
834
836
  changeNotSave: "Do you want to leave this page? Your changes won't be saved.",
835
837
  deleteCaseTemplate: "Do you confirm to delete this case template? This action is permanent and cannot be undone.",
@@ -909,6 +911,8 @@ var lang3 = {
909
911
  intakePleaseAware: "Please be aware this link will expire by",
910
912
  intakeLink: "Intake Link",
911
913
  templateManagement: "Template Management",
912
- noIntakeTemplateSelected: "Select a template to preview"
914
+ noIntakeTemplateSelected: "Select a template to preview",
915
+ intakeRecordDetail: "Intake Detail",
916
+ copyLink: "Copy link"
913
917
  };
914
918
  export { lang3 as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.12.18",
3
+ "version": "0.12.21",
4
4
  "files": [
5
5
  "dist"
6
6
  ],