@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.
- package/dist/index.js +5 -0
- 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) {
|