@learncard/react 2.6.67 → 2.6.69
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/cjs/{CertificateDisplayCard-054609a1.js → CertificateDisplayCard-ac7a3fd8.js} +47 -10
- package/dist/cjs/CertificateDisplayCard-ac7a3fd8.js.map +1 -0
- package/dist/cjs/{VCCard-250f02a9.js → VCCard-c2696045.js} +4 -4
- package/dist/cjs/{VCCard-250f02a9.js.map → VCCard-c2696045.js.map} +1 -1
- package/dist/cjs/{VCDisplayBackFace-48b87fdd.js → VCDisplayBackFace-18b9c4a3.js} +3 -3
- package/dist/cjs/{VCDisplayBackFace-48b87fdd.js.map → VCDisplayBackFace-18b9c4a3.js.map} +1 -1
- package/dist/cjs/{VCDisplayCard-717d89ae.js → VCDisplayCard-064d064e.js} +3 -3
- package/dist/cjs/{VCDisplayCard-717d89ae.js.map → VCDisplayCard-064d064e.js.map} +1 -1
- package/dist/cjs/{VCDisplayCard2-669eaefa.js → VCDisplayCard2-5c586a1e.js} +39 -33
- package/dist/cjs/VCDisplayCard2-5c586a1e.js.map +1 -0
- package/dist/cjs/{VCVerificationPill-0b0f6894.js → VCVerificationPill-b4b96a9f.js} +104 -66
- package/dist/cjs/VCVerificationPill-b4b96a9f.js.map +1 -0
- package/dist/cjs/{credential.helpers-bcb06444.js → credential.helpers-08b8317a.js} +2 -2
- package/dist/cjs/{credential.helpers-bcb06444.js.map → credential.helpers-08b8317a.js.map} +1 -1
- package/dist/cjs/index.js +7 -7
- package/dist/cjs/index13.js +7 -7
- package/dist/cjs/index36.js +7 -7
- package/dist/cjs/index37.js +3 -3
- package/dist/cjs/index38.js +4 -4
- package/dist/cjs/index39.js +4 -4
- package/dist/cjs/index40.js +1 -1
- package/dist/cjs/index43.js +1 -1
- package/dist/cjs/index6.js +3 -3
- package/dist/esm/{CertificateDisplayCard-2d4eb309.js → CertificateDisplayCard-3600d71b.js} +47 -11
- package/dist/esm/CertificateDisplayCard-3600d71b.js.map +1 -0
- package/dist/esm/{VCCard-a6f686c1.js → VCCard-d113e353.js} +4 -4
- package/dist/esm/{VCCard-a6f686c1.js.map → VCCard-d113e353.js.map} +1 -1
- package/dist/esm/{VCDisplayBackFace-4ded34ef.js → VCDisplayBackFace-4fbc833a.js} +3 -3
- package/dist/esm/{VCDisplayBackFace-4ded34ef.js.map → VCDisplayBackFace-4fbc833a.js.map} +1 -1
- package/dist/esm/{VCDisplayCard-2fc36a72.js → VCDisplayCard-2eeac3a6.js} +3 -3
- package/dist/esm/{VCDisplayCard-2fc36a72.js.map → VCDisplayCard-2eeac3a6.js.map} +1 -1
- package/dist/esm/{VCDisplayCard2-508c6d13.js → VCDisplayCard2-e6a5d840.js} +37 -31
- package/dist/esm/VCDisplayCard2-e6a5d840.js.map +1 -0
- package/dist/esm/{VCVerificationPill-2297bb5c.js → VCVerificationPill-2c48beee.js} +104 -66
- package/dist/esm/VCVerificationPill-2c48beee.js.map +1 -0
- package/dist/esm/{credential.helpers-f9e6b1cf.js → credential.helpers-9e05ad93.js} +2 -2
- package/dist/esm/{credential.helpers-f9e6b1cf.js.map → credential.helpers-9e05ad93.js.map} +1 -1
- package/dist/esm/index.js +7 -7
- package/dist/esm/index13.js +7 -7
- package/dist/esm/index36.js +7 -7
- package/dist/esm/index37.js +3 -3
- package/dist/esm/index38.js +4 -4
- package/dist/esm/index39.js +4 -4
- package/dist/esm/index40.js +1 -1
- package/dist/esm/index43.js +1 -1
- package/dist/esm/index6.js +3 -3
- package/dist/index.d.ts +11 -0
- package/dist/main.css +1 -1
- package/dist/main.js +1 -1
- package/package.json +3 -3
- package/dist/cjs/CertificateDisplayCard-054609a1.js.map +0 -1
- package/dist/cjs/VCDisplayCard2-669eaefa.js.map +0 -1
- package/dist/cjs/VCVerificationPill-0b0f6894.js.map +0 -1
- package/dist/esm/CertificateDisplayCard-2d4eb309.js.map +0 -1
- package/dist/esm/VCDisplayCard2-508c6d13.js.map +0 -1
- package/dist/esm/VCVerificationPill-2297bb5c.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { a as VerificationStatusEnum } from './VCVerificationPill-
|
|
2
|
+
import { a as VerificationStatusEnum } from './VCVerificationPill-2c48beee.js';
|
|
3
3
|
import { a as LCCategoryEnum } from './index-43f63ea7.js';
|
|
4
4
|
import { P as PuzzlePiece } from './types-c31e4bae.js';
|
|
5
5
|
import './icons-6ed3416f.js';
|
|
@@ -2755,4 +2755,4 @@ const getTotalCountOfSkills = (skills) => {
|
|
|
2755
2755
|
};
|
|
2756
2756
|
|
|
2757
2757
|
export { getInfoFromCredential as a, getCategoryDarkColor as b, getCategoryLightColor as c, getCategoryIcon as d, getTotalCountOfSkills as e, categorizeSkills as f, getColorForVerificationStatus as g, getNameFromProfile as h, getImageFromProfile as i, format as j, getCategoryColor as k };
|
|
2758
|
-
//# sourceMappingURL=credential.helpers-
|
|
2758
|
+
//# sourceMappingURL=credential.helpers-9e05ad93.js.map
|