@ailaw/venus 1.147.0 → 1.148.0

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.
Files changed (2) hide show
  1. package/dist/en.js +5 -0
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -5368,6 +5368,11 @@ var en3 = {
5368
5368
  intakeForms: "Intake Forms",
5369
5369
  editIntakeTemplate: "Edit Intake Template",
5370
5370
  intakeTemplateSetting: "Intake Template Setting",
5371
+ TEXT_FIELD: "Text Field",
5372
+ DOCUMENT_REQUEST: "Document Request",
5373
+ RADIO: "Checklist (Single)",
5374
+ CHECKBOX: "Checklist (Multiple)",
5375
+ SELECT: "Selection",
5371
5376
  chooseProfile: "Choose a Profile",
5372
5377
  newIntake: "New Intake",
5373
5378
  intakeCreated: "Intake was created successfully!",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.147.0",
3
+ "version": "1.148.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],