@learncard/react 2.3.63 → 2.3.65

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 (31) hide show
  1. package/dist/cjs/{VCCard-69176b38.js → VCCard-47af6178.js} +2 -2
  2. package/dist/cjs/{VCCard-69176b38.js.map → VCCard-47af6178.js.map} +1 -1
  3. package/dist/cjs/{VCDisplayBackFace-30fcbf18.js → VCDisplayBackFace-b1e35a5e.js} +2 -2
  4. package/dist/cjs/{VCDisplayBackFace-30fcbf18.js.map → VCDisplayBackFace-b1e35a5e.js.map} +1 -1
  5. package/dist/cjs/{VCDisplayCard-1f6d7964.js → VCDisplayCard-2981600a.js} +2 -2
  6. package/dist/cjs/{VCDisplayCard-1f6d7964.js.map → VCDisplayCard-2981600a.js.map} +1 -1
  7. package/dist/cjs/{VCVerificationPill-202e3a97.js → VCVerificationPill-9e8e4264.js} +2 -2
  8. package/dist/cjs/VCVerificationPill-9e8e4264.js.map +1 -0
  9. package/dist/cjs/index.js +4 -4
  10. package/dist/cjs/index10.js +4 -4
  11. package/dist/cjs/index29.js +4 -4
  12. package/dist/cjs/index30.js +2 -2
  13. package/dist/cjs/index31.js +3 -3
  14. package/dist/cjs/index35.js +1 -1
  15. package/dist/esm/{VCCard-3a8f5414.js → VCCard-f53514a4.js} +2 -2
  16. package/dist/esm/{VCCard-3a8f5414.js.map → VCCard-f53514a4.js.map} +1 -1
  17. package/dist/esm/{VCDisplayBackFace-b3aff90b.js → VCDisplayBackFace-919ed9e8.js} +2 -2
  18. package/dist/esm/{VCDisplayBackFace-b3aff90b.js.map → VCDisplayBackFace-919ed9e8.js.map} +1 -1
  19. package/dist/esm/{VCDisplayCard-bce0b106.js → VCDisplayCard-1bd179d2.js} +2 -2
  20. package/dist/esm/{VCDisplayCard-bce0b106.js.map → VCDisplayCard-1bd179d2.js.map} +1 -1
  21. package/dist/esm/{VCVerificationPill-fda77d4b.js → VCVerificationPill-7a09f9fa.js} +2 -2
  22. package/dist/esm/VCVerificationPill-7a09f9fa.js.map +1 -0
  23. package/dist/esm/index.js +4 -4
  24. package/dist/esm/index10.js +4 -4
  25. package/dist/esm/index29.js +4 -4
  26. package/dist/esm/index30.js +2 -2
  27. package/dist/esm/index31.js +3 -3
  28. package/dist/esm/index35.js +1 -1
  29. package/package.json +5 -5
  30. package/dist/cjs/VCVerificationPill-202e3a97.js.map +0 -1
  31. package/dist/esm/VCVerificationPill-fda77d4b.js.map +0 -1
@@ -3105,7 +3105,7 @@ var mod = /*#__PURE__*/Object.freeze({
3105
3105
  ZodError: ZodError
3106
3106
  });
3107
3107
 
3108
- var ContextValidator = mod.string().array();
3108
+ var ContextValidator = mod.array(mod.string().or(mod.record(mod.any())));
3109
3109
  mod.object({
3110
3110
  type: mod.string().optional(),
3111
3111
  narrative: mod.string().optional()
@@ -3493,4 +3493,4 @@ const VCVerificationPill = ({
3493
3493
  };
3494
3494
 
3495
3495
  export { ValidationStateIndicator as V, VCVerificationPill as a };
3496
- //# sourceMappingURL=VCVerificationPill-fda77d4b.js.map
3496
+ //# sourceMappingURL=VCVerificationPill-7a09f9fa.js.map