@ailaw/venus 1.157.0 → 1.158.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 +1 -1
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -5387,7 +5387,7 @@ var en3 = {
5387
5387
  DOCUMENT_REQUEST: "Document Request",
5388
5388
  RADIO: "Checklist (Single)",
5389
5389
  CHECKBOX: "Checklist (Multiple)",
5390
- SELECT: "Selection",
5390
+ SELECT: "Dropdown",
5391
5391
  chooseProfile: "Choose a Profile",
5392
5392
  newIntake: "New Intake",
5393
5393
  intakeCreated: "Intake was created successfully!",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.157.0",
3
+ "version": "1.158.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],