@awell-health/ui-library 0.1.120 → 0.1.121

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/index.js +5 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -48833,6 +48833,11 @@ var Kr=[{
48833
48833
  return {
48834
48834
  isValid: true };
48835
48835
 
48836
+ }
48837
+ if ((questionConfig === null || questionConfig === void 0 ? void 0 : questionConfig.mandatory) === false && (lodash.exports.isNil(value) || value === '')) {
48838
+ return {
48839
+ isValid: true };
48840
+
48836
48841
  }
48837
48842
  var pattern = questionConfig.input_validation.pattern;
48838
48843
  if (pattern) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/ui-library",
3
- "version": "0.1.120",
3
+ "version": "0.1.121",
4
4
  "description": "UI components to integrate with Awell Health",
5
5
  "repository": {
6
6
  "type": "git",