@learncard/react 2.5.4 → 2.5.6
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/{BoostSmallCard-a4fe57f8.js → BoostSmallCard-30f75abb.js} +6 -5
- package/dist/cjs/BoostSmallCard-30f75abb.js.map +1 -0
- package/dist/cjs/{VCCard-322adfce.js → VCCard-00cd3e88.js} +3 -3
- package/dist/cjs/{VCCard-322adfce.js.map → VCCard-00cd3e88.js.map} +1 -1
- package/dist/cjs/{VCDisplayBackFace-8c10fe7d.js → VCDisplayBackFace-ecbdb75a.js} +3 -3
- package/dist/cjs/{VCDisplayBackFace-8c10fe7d.js.map → VCDisplayBackFace-ecbdb75a.js.map} +1 -1
- package/dist/cjs/{VCDisplayCard-2356076d.js → VCDisplayCard-8de5bb09.js} +3 -3
- package/dist/cjs/{VCDisplayCard-2356076d.js.map → VCDisplayCard-8de5bb09.js.map} +1 -1
- package/dist/cjs/{VCDisplayCard2-8d6b9f25.js → VCDisplayCard2-97a1147f.js} +3 -3
- package/dist/cjs/{VCDisplayCard2-8d6b9f25.js.map → VCDisplayCard2-97a1147f.js.map} +1 -1
- package/dist/cjs/{VCVerificationPill-3ef39509.js → VCVerificationPill-b1d50716.js} +2 -2
- package/dist/cjs/{VCVerificationPill-3ef39509.js.map → VCVerificationPill-b1d50716.js.map} +1 -1
- package/dist/cjs/{credential.helpers-80101c51.js → credential.helpers-ede99a07.js} +2 -2
- package/dist/cjs/{credential.helpers-80101c51.js.map → credential.helpers-ede99a07.js.map} +1 -1
- package/dist/cjs/index.js +8 -8
- package/dist/cjs/index12.js +8 -8
- package/dist/cjs/index31.js +7 -7
- package/dist/cjs/index32.js +4 -4
- package/dist/cjs/index33.js +5 -5
- package/dist/cjs/index34.js +3 -3
- package/dist/cjs/index35.js +1 -1
- package/dist/cjs/index38.js +2 -2
- package/dist/cjs/index4.js +1 -1
- package/dist/cjs/{types.esm-fa693b17.js → types.esm-a0c2e427.js} +7 -1
- package/dist/cjs/{types.esm-fa693b17.js.map → types.esm-a0c2e427.js.map} +1 -1
- package/dist/esm/{BoostSmallCard-68be5155.js → BoostSmallCard-e42ec5ed.js} +6 -5
- package/dist/esm/BoostSmallCard-e42ec5ed.js.map +1 -0
- package/dist/esm/{VCCard-3a30d38b.js → VCCard-62ef941f.js} +3 -3
- package/dist/esm/{VCCard-3a30d38b.js.map → VCCard-62ef941f.js.map} +1 -1
- package/dist/esm/{VCDisplayBackFace-2949e56d.js → VCDisplayBackFace-ddb5d979.js} +3 -3
- package/dist/esm/{VCDisplayBackFace-2949e56d.js.map → VCDisplayBackFace-ddb5d979.js.map} +1 -1
- package/dist/esm/{VCDisplayCard-c23f431e.js → VCDisplayCard-079517c1.js} +3 -3
- package/dist/esm/{VCDisplayCard-c23f431e.js.map → VCDisplayCard-079517c1.js.map} +1 -1
- package/dist/esm/{VCDisplayCard2-942e7560.js → VCDisplayCard2-38695451.js} +3 -3
- package/dist/esm/{VCDisplayCard2-942e7560.js.map → VCDisplayCard2-38695451.js.map} +1 -1
- package/dist/esm/{VCVerificationPill-8e2a3850.js → VCVerificationPill-0a2552f1.js} +2 -2
- package/dist/esm/{VCVerificationPill-8e2a3850.js.map → VCVerificationPill-0a2552f1.js.map} +1 -1
- package/dist/esm/{credential.helpers-5929133d.js → credential.helpers-309b86e2.js} +2 -2
- package/dist/esm/{credential.helpers-5929133d.js.map → credential.helpers-309b86e2.js.map} +1 -1
- package/dist/esm/index.js +8 -8
- package/dist/esm/index12.js +8 -8
- package/dist/esm/index31.js +7 -7
- package/dist/esm/index32.js +4 -4
- package/dist/esm/index33.js +5 -5
- package/dist/esm/index34.js +3 -3
- package/dist/esm/index35.js +1 -1
- package/dist/esm/index38.js +2 -2
- package/dist/esm/index4.js +1 -1
- package/dist/esm/{types.esm-877355bb.js → types.esm-03174a81.js} +7 -1
- package/dist/esm/{types.esm-877355bb.js.map → types.esm-03174a81.js.map} +1 -1
- package/dist/main.css +1 -1
- package/dist/main.js +1 -1
- package/package.json +2 -2
- package/dist/cjs/BoostSmallCard-a4fe57f8.js.map +0 -1
- package/dist/esm/BoostSmallCard-68be5155.js.map +0 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { A as AchievementCard } from './AchievementCard-b9eb551c.js';
|
|
2
2
|
export { B as BoostGenericCard } from './BoostGenericCard-9c14e541.js';
|
|
3
|
-
export { B as BoostSmallCard } from './BoostSmallCard-
|
|
3
|
+
export { B as BoostSmallCard } from './BoostSmallCard-e42ec5ed.js';
|
|
4
4
|
export { B as Button } from './Button-5f805204.js';
|
|
5
5
|
export { C as CircleCheckButton } from './CircleCheckButton-551054f6.js';
|
|
6
6
|
export { a as CircleIcon, C as CountCircle } from './CircleIcon-38b874e2.js';
|
|
@@ -25,13 +25,13 @@ export { S as SkillVerticalCard } from './SkillVerticalCard-108f49bb.js';
|
|
|
25
25
|
export { a as SkillsCard, S as SkillsMeterSegment } from './SkillsCard-92a51db2.js';
|
|
26
26
|
export { S as SkillsStatsCard } from './SkillsStatsCard-1628fe9c.js';
|
|
27
27
|
export { S as SmallAchievementCard } from './SmallAchievementCard-2d87ac82.js';
|
|
28
|
-
export { V as VCCard } from './VCCard-
|
|
29
|
-
export { V as VCDisplayBackFace } from './VCDisplayBackFace-
|
|
30
|
-
export { V as VCDisplayCard } from './VCDisplayCard-
|
|
31
|
-
export { V as VCDisplayCard2 } from './VCDisplayCard2-
|
|
28
|
+
export { V as VCCard } from './VCCard-62ef941f.js';
|
|
29
|
+
export { V as VCDisplayBackFace } from './VCDisplayBackFace-ddb5d979.js';
|
|
30
|
+
export { V as VCDisplayCard } from './VCDisplayCard-079517c1.js';
|
|
31
|
+
export { V as VCDisplayCard2 } from './VCDisplayCard2-38695451.js';
|
|
32
32
|
export { V as VCThumbnail } from './VCThumbnail-3c254bda.js';
|
|
33
33
|
export { V as VCVerificationCheck, a as VCVerificationCheckWithSpinner, b as VCVerificationCheckWithText } from './VCVerificationCheck-a6909b44.js';
|
|
34
|
-
export { V as ValidationStateIndicator } from './VCVerificationPill-
|
|
34
|
+
export { V as ValidationStateIndicator } from './VCVerificationPill-0a2552f1.js';
|
|
35
35
|
export { A as AwardRibbon } from './AwardRibbon-3e682281.js';
|
|
36
36
|
export { B as Briefcase, C as Checkmark, a as Coins, G as Graduation, L as Lightbulb, U as User } from './User-d3aa7eb3.js';
|
|
37
37
|
export { G as GenericArrow } from './GenericArrow-0dba1707.js';
|
|
@@ -75,8 +75,8 @@ import './skillplaceholder.png';
|
|
|
75
75
|
import './skillgraph.svg';
|
|
76
76
|
import '@learncard/core';
|
|
77
77
|
import './ArrowArcRight.svg';
|
|
78
|
-
import './credential.helpers-
|
|
79
|
-
import './types.esm-
|
|
78
|
+
import './credential.helpers-309b86e2.js';
|
|
79
|
+
import './types.esm-03174a81.js';
|
|
80
80
|
import './index-e1f279c6.js';
|
|
81
81
|
import './icon.green.fat-arrow.png';
|
|
82
82
|
import './vc.check.svg';
|
package/dist/esm/index12.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { A as AchievementCard } from './AchievementCard-b9eb551c.js';
|
|
2
2
|
export { B as BoostGenericCard } from './BoostGenericCard-9c14e541.js';
|
|
3
|
-
export { B as BoostSmallCard } from './BoostSmallCard-
|
|
3
|
+
export { B as BoostSmallCard } from './BoostSmallCard-e42ec5ed.js';
|
|
4
4
|
export { B as Button } from './Button-5f805204.js';
|
|
5
5
|
export { C as CircleCheckButton } from './CircleCheckButton-551054f6.js';
|
|
6
6
|
export { a as CircleIcon, C as CountCircle } from './CircleIcon-38b874e2.js';
|
|
@@ -25,13 +25,13 @@ export { S as SkillVerticalCard } from './SkillVerticalCard-108f49bb.js';
|
|
|
25
25
|
export { a as SkillsCard, S as SkillsMeterSegment } from './SkillsCard-92a51db2.js';
|
|
26
26
|
export { S as SkillsStatsCard } from './SkillsStatsCard-1628fe9c.js';
|
|
27
27
|
export { S as SmallAchievementCard } from './SmallAchievementCard-2d87ac82.js';
|
|
28
|
-
export { V as VCCard } from './VCCard-
|
|
29
|
-
export { V as VCDisplayBackFace } from './VCDisplayBackFace-
|
|
30
|
-
export { V as VCDisplayCard } from './VCDisplayCard-
|
|
31
|
-
export { V as VCDisplayCard2 } from './VCDisplayCard2-
|
|
28
|
+
export { V as VCCard } from './VCCard-62ef941f.js';
|
|
29
|
+
export { V as VCDisplayBackFace } from './VCDisplayBackFace-ddb5d979.js';
|
|
30
|
+
export { V as VCDisplayCard } from './VCDisplayCard-079517c1.js';
|
|
31
|
+
export { V as VCDisplayCard2 } from './VCDisplayCard2-38695451.js';
|
|
32
32
|
export { V as VCThumbnail } from './VCThumbnail-3c254bda.js';
|
|
33
33
|
export { V as VCVerificationCheck, a as VCVerificationCheckWithSpinner, b as VCVerificationCheckWithText } from './VCVerificationCheck-a6909b44.js';
|
|
34
|
-
export { V as ValidationStateIndicator } from './VCVerificationPill-
|
|
34
|
+
export { V as ValidationStateIndicator } from './VCVerificationPill-0a2552f1.js';
|
|
35
35
|
export { A as AwardRibbon } from './AwardRibbon-3e682281.js';
|
|
36
36
|
export { B as Briefcase, C as Checkmark, a as Coins, G as Graduation, L as Lightbulb, U as User } from './User-d3aa7eb3.js';
|
|
37
37
|
export { G as GenericArrow } from './GenericArrow-0dba1707.js';
|
|
@@ -75,8 +75,8 @@ import './skillplaceholder.png';
|
|
|
75
75
|
import './skillgraph.svg';
|
|
76
76
|
import '@learncard/core';
|
|
77
77
|
import './ArrowArcRight.svg';
|
|
78
|
-
import './credential.helpers-
|
|
79
|
-
import './types.esm-
|
|
78
|
+
import './credential.helpers-309b86e2.js';
|
|
79
|
+
import './types.esm-03174a81.js';
|
|
80
80
|
import './index-e1f279c6.js';
|
|
81
81
|
import './icon.green.fat-arrow.png';
|
|
82
82
|
import './vc.check.svg';
|
package/dist/esm/index31.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { V as VCCard } from './VCCard-
|
|
1
|
+
export { V as VCCard } from './VCCard-62ef941f.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@learncard/core';
|
|
4
|
-
import './VCDisplayCard-
|
|
4
|
+
import './VCDisplayCard-079517c1.js';
|
|
5
5
|
import './FlippyCard-a2de5cf1.js';
|
|
6
6
|
import './icon.green.fat-arrow.png';
|
|
7
7
|
import './default-face.jpeg';
|
|
8
8
|
import './VCVerificationCheck-a6909b44.js';
|
|
9
9
|
import './vc.check.svg';
|
|
10
10
|
import './CircleSpinner-9b8b1a6b.js';
|
|
11
|
-
import './credential.helpers-
|
|
12
|
-
import './types.esm-
|
|
11
|
+
import './credential.helpers-309b86e2.js';
|
|
12
|
+
import './types.esm-03174a81.js';
|
|
13
13
|
import './index-e1f279c6.js';
|
|
14
|
-
import './VCDisplayBackFace-
|
|
15
|
-
import './VCVerificationPill-
|
|
14
|
+
import './VCDisplayBackFace-ddb5d979.js';
|
|
15
|
+
import './VCVerificationPill-0a2552f1.js';
|
|
16
16
|
import './RedXCircle.svg';
|
|
17
17
|
import './GreenCheckCircle.svg';
|
|
18
18
|
import './YellowWarningCircle.svg';
|
|
19
19
|
import './ArrowArcRight.svg';
|
|
20
|
-
import './VCDisplayCard2-
|
|
20
|
+
import './VCDisplayCard2-38695451.js';
|
|
21
21
|
import './AwardRibbon-3e682281.js';
|
|
22
22
|
import './index-7103ad3c.js';
|
|
23
23
|
//# sourceMappingURL=index31.js.map
|
package/dist/esm/index32.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { V as VCDisplayBackFace } from './VCDisplayBackFace-
|
|
1
|
+
export { V as VCDisplayBackFace } from './VCDisplayBackFace-ddb5d979.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import './VCVerificationCheck-a6909b44.js';
|
|
4
4
|
import './vc.check.svg';
|
|
5
5
|
import './CircleSpinner-9b8b1a6b.js';
|
|
6
|
-
import './VCVerificationPill-
|
|
7
|
-
import './types.esm-
|
|
6
|
+
import './VCVerificationPill-0a2552f1.js';
|
|
7
|
+
import './types.esm-03174a81.js';
|
|
8
8
|
import './RedXCircle.svg';
|
|
9
9
|
import './GreenCheckCircle.svg';
|
|
10
10
|
import './YellowWarningCircle.svg';
|
|
11
11
|
import './ArrowArcRight.svg';
|
|
12
|
-
import './credential.helpers-
|
|
12
|
+
import './credential.helpers-309b86e2.js';
|
|
13
13
|
import './index-e1f279c6.js';
|
|
14
14
|
//# sourceMappingURL=index32.js.map
|
package/dist/esm/index33.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { V as VCDisplayCard } from './VCDisplayCard-
|
|
1
|
+
export { V as VCDisplayCard } from './VCDisplayCard-079517c1.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import './FlippyCard-a2de5cf1.js';
|
|
4
4
|
import './icon.green.fat-arrow.png';
|
|
@@ -6,11 +6,11 @@ import './default-face.jpeg';
|
|
|
6
6
|
import './VCVerificationCheck-a6909b44.js';
|
|
7
7
|
import './vc.check.svg';
|
|
8
8
|
import './CircleSpinner-9b8b1a6b.js';
|
|
9
|
-
import './credential.helpers-
|
|
10
|
-
import './types.esm-
|
|
9
|
+
import './credential.helpers-309b86e2.js';
|
|
10
|
+
import './types.esm-03174a81.js';
|
|
11
11
|
import './index-e1f279c6.js';
|
|
12
|
-
import './VCDisplayBackFace-
|
|
13
|
-
import './VCVerificationPill-
|
|
12
|
+
import './VCDisplayBackFace-ddb5d979.js';
|
|
13
|
+
import './VCVerificationPill-0a2552f1.js';
|
|
14
14
|
import './RedXCircle.svg';
|
|
15
15
|
import './GreenCheckCircle.svg';
|
|
16
16
|
import './YellowWarningCircle.svg';
|
package/dist/esm/index34.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { V as VCDisplayCard2 } from './VCDisplayCard2-
|
|
2
|
+
export { V as VCDisplayCard2 } from './VCDisplayCard2-38695451.js';
|
|
3
3
|
import './default-face.jpeg';
|
|
4
4
|
import './index-e1f279c6.js';
|
|
5
|
-
import './types.esm-
|
|
5
|
+
import './types.esm-03174a81.js';
|
|
6
6
|
import './VCVerificationCheck-a6909b44.js';
|
|
7
7
|
import './vc.check.svg';
|
|
8
8
|
import './CircleSpinner-9b8b1a6b.js';
|
|
9
|
-
import './credential.helpers-
|
|
9
|
+
import './credential.helpers-309b86e2.js';
|
|
10
10
|
import './AwardRibbon-3e682281.js';
|
|
11
11
|
import './index-7103ad3c.js';
|
|
12
12
|
//# sourceMappingURL=index34.js.map
|
package/dist/esm/index35.js
CHANGED
package/dist/esm/index38.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { V as ValidationStateIndicator } from './VCVerificationPill-
|
|
1
|
+
export { V as ValidationStateIndicator } from './VCVerificationPill-0a2552f1.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import './types.esm-
|
|
3
|
+
import './types.esm-03174a81.js';
|
|
4
4
|
import './RedXCircle.svg';
|
|
5
5
|
import './GreenCheckCircle.svg';
|
|
6
6
|
import './YellowWarningCircle.svg';
|
package/dist/esm/index4.js
CHANGED
|
@@ -3970,6 +3970,12 @@ var LCNProfileValidator = mod.object({
|
|
|
3970
3970
|
image: mod.string().optional(),
|
|
3971
3971
|
isServiceProfile: mod.boolean().default(false).optional()
|
|
3972
3972
|
});
|
|
3973
|
+
mod.enum([
|
|
3974
|
+
"CONNECTED",
|
|
3975
|
+
"PENDING_REQUEST_SENT",
|
|
3976
|
+
"PENDING_REQUEST_RECEIVED",
|
|
3977
|
+
"NOT_CONNECTED"
|
|
3978
|
+
]);
|
|
3973
3979
|
mod.object({
|
|
3974
3980
|
uri: mod.string(),
|
|
3975
3981
|
to: mod.string(),
|
|
@@ -4019,4 +4025,4 @@ mod.object({
|
|
|
4019
4025
|
});
|
|
4020
4026
|
|
|
4021
4027
|
export { VerificationStatusEnum as V };
|
|
4022
|
-
//# sourceMappingURL=types.esm-
|
|
4028
|
+
//# sourceMappingURL=types.esm-03174a81.js.map
|