@ailaw/venus 1.146.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 +10 -0
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -5353,6 +5353,11 @@ var en3 = {
5353
5353
  intakeTemplateName: "Intake Template Name",
5354
5354
  customQuestionList: "Additional Questions",
5355
5355
  customQuestion: "Additional Question",
5356
+ newAdditionalQuestion: "New Additional Question",
5357
+ editAdditionalQuestion: "Edit Additional Question",
5358
+ documentRequest: "Document Request",
5359
+ textField: "Text Field",
5360
+ enterTextField: "Enter question text",
5356
5361
  questionType: "Question Type",
5357
5362
  questionText: "Question Text",
5358
5363
  createIntakeTemplate: "Create a New Template",
@@ -5363,6 +5368,11 @@ var en3 = {
5363
5368
  intakeForms: "Intake Forms",
5364
5369
  editIntakeTemplate: "Edit Intake Template",
5365
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",
5366
5376
  chooseProfile: "Choose a Profile",
5367
5377
  newIntake: "New Intake",
5368
5378
  intakeCreated: "Intake was created successfully!",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.146.0",
3
+ "version": "1.148.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],