@learncard/react 2.7.66 → 2.7.67
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/{SchoolIDCard-42fd0759.js → SchoolIDCard-5a0b8568.js} +1184 -3
- package/dist/cjs/SchoolIDCard-5a0b8568.js.map +1 -0
- package/dist/cjs/{VCCard-70cfc9df.js → VCCard-c704f9b6.js} +2 -2
- package/dist/cjs/{VCCard-70cfc9df.js.map → VCCard-c704f9b6.js.map} +1 -1
- package/dist/cjs/{VCDisplayCard2-4d9250f5.js → VCDisplayCard2-f2e41de3.js} +1 -2
- package/dist/cjs/{VCDisplayCard2-4d9250f5.js.map → VCDisplayCard2-f2e41de3.js.map} +1 -1
- package/dist/cjs/index.js +3 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index13.js +3 -4
- package/dist/cjs/index13.js.map +1 -1
- package/dist/cjs/index30.js +1 -2
- package/dist/cjs/index30.js.map +1 -1
- package/dist/cjs/index37.js +2 -3
- package/dist/cjs/index37.js.map +1 -1
- package/dist/cjs/index40.js +1 -2
- package/dist/cjs/index40.js.map +1 -1
- package/dist/esm/{SchoolIDCard-2077f367.js → SchoolIDCard-5abd1bd9.js} +1183 -2
- package/dist/esm/SchoolIDCard-5abd1bd9.js.map +1 -0
- package/dist/esm/{VCCard-c0c2638c.js → VCCard-a2668ae1.js} +2 -2
- package/dist/esm/{VCCard-c0c2638c.js.map → VCCard-a2668ae1.js.map} +1 -1
- package/dist/esm/{VCDisplayCard2-fc0bfbc8.js → VCDisplayCard2-84bc151c.js} +1 -2
- package/dist/esm/{VCDisplayCard2-fc0bfbc8.js.map → VCDisplayCard2-84bc151c.js.map} +1 -1
- package/dist/esm/index.js +3 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index13.js +3 -4
- package/dist/esm/index13.js.map +1 -1
- package/dist/esm/index30.js +1 -2
- package/dist/esm/index30.js.map +1 -1
- package/dist/esm/index37.js +2 -3
- package/dist/esm/index37.js.map +1 -1
- package/dist/esm/index40.js +1 -2
- package/dist/esm/index40.js.map +1 -1
- package/package.json +2 -2
- package/dist/cjs/SchoolIDCard-42fd0759.js.map +0 -1
- package/dist/cjs/index-838fa72c.js +0 -1186
- package/dist/cjs/index-838fa72c.js.map +0 -1
- package/dist/esm/SchoolIDCard-2077f367.js.map +0 -1
- package/dist/esm/index-4fa491c1.js +0 -1184
- package/dist/esm/index-4fa491c1.js.map +0 -1
package/dist/esm/index.js
CHANGED
|
@@ -30,16 +30,16 @@ export { U as UserNotificationTypeStyles } from './types-b32d28d5.js';
|
|
|
30
30
|
export { Q as QRCodeCard } from './QRCodeCard-aa2b9967.js';
|
|
31
31
|
export { C as CheckmarkSvg, R as RoundedPill } from './RoundedPill-6a6e8aaf.js';
|
|
32
32
|
export { R as RoundedSquare, a as TYPE_TO_IMG_SRC, T as TYPE_TO_MINI_ICON, b as TYPE_TO_WALLET_COLOR, W as WALLET_SUBTYPES } from './constants-20055f35.js';
|
|
33
|
-
export { S as SchoolIDCard } from './SchoolIDCard-
|
|
33
|
+
export { S as SchoolIDCard } from './SchoolIDCard-5abd1bd9.js';
|
|
34
34
|
export { S as SkillTabCard } from './SkillTabCard-cfe117a2.js';
|
|
35
35
|
export { S as SkillVerticalCard } from './SkillVerticalCard-108f49bb.js';
|
|
36
36
|
export { a as SkillsCard, S as SkillsMeterSegment } from './SkillsCard-92a51db2.js';
|
|
37
37
|
export { S as SkillsStatsCard } from './SkillsStatsCard-1628fe9c.js';
|
|
38
38
|
export { S as SmallAchievementCard } from './SmallAchievementCard-d0220751.js';
|
|
39
|
-
export { V as VCCard } from './VCCard-
|
|
39
|
+
export { V as VCCard } from './VCCard-a2668ae1.js';
|
|
40
40
|
export { V as VCDisplayBackFace } from './VCDisplayBackFace-d5b0a0bf.js';
|
|
41
41
|
export { V as VCDisplayCard } from './VCDisplayCard-d0585a0f.js';
|
|
42
|
-
export { V as VCDisplayCard2, a as VCDisplayCardSkillsCount, b as VCIDDisplayCard } from './VCDisplayCard2-
|
|
42
|
+
export { V as VCDisplayCard2, a as VCDisplayCardSkillsCount, b as VCIDDisplayCard } from './VCDisplayCard2-84bc151c.js';
|
|
43
43
|
export { V as VCThumbnail } from './VCThumbnail-3c254bda.js';
|
|
44
44
|
export { V as VCVerificationCheck, a as VCVerificationCheckWithSpinner, b as VCVerificationCheckWithText } from './VCVerificationCheck-80249524.js';
|
|
45
45
|
export { V as ValidationStateIndicator } from './VCVerificationPill-6e713ee9.js';
|
|
@@ -123,7 +123,6 @@ import './X.svg';
|
|
|
123
123
|
import './ArrowArcLeft.svg';
|
|
124
124
|
import './walletids.webp';
|
|
125
125
|
import './membership-graphic.png';
|
|
126
|
-
import './index-4fa491c1.js';
|
|
127
126
|
import './skillplaceholder.png';
|
|
128
127
|
import './skillgraph.svg';
|
|
129
128
|
import '@learncard/init';
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/esm/index13.js
CHANGED
|
@@ -30,16 +30,16 @@ export { U as UserNotificationTypeStyles } from './types-b32d28d5.js';
|
|
|
30
30
|
export { Q as QRCodeCard } from './QRCodeCard-aa2b9967.js';
|
|
31
31
|
export { C as CheckmarkSvg, R as RoundedPill } from './RoundedPill-6a6e8aaf.js';
|
|
32
32
|
export { R as RoundedSquare, a as TYPE_TO_IMG_SRC, T as TYPE_TO_MINI_ICON, b as TYPE_TO_WALLET_COLOR, W as WALLET_SUBTYPES } from './constants-20055f35.js';
|
|
33
|
-
export { S as SchoolIDCard } from './SchoolIDCard-
|
|
33
|
+
export { S as SchoolIDCard } from './SchoolIDCard-5abd1bd9.js';
|
|
34
34
|
export { S as SkillTabCard } from './SkillTabCard-cfe117a2.js';
|
|
35
35
|
export { S as SkillVerticalCard } from './SkillVerticalCard-108f49bb.js';
|
|
36
36
|
export { a as SkillsCard, S as SkillsMeterSegment } from './SkillsCard-92a51db2.js';
|
|
37
37
|
export { S as SkillsStatsCard } from './SkillsStatsCard-1628fe9c.js';
|
|
38
38
|
export { S as SmallAchievementCard } from './SmallAchievementCard-d0220751.js';
|
|
39
|
-
export { V as VCCard } from './VCCard-
|
|
39
|
+
export { V as VCCard } from './VCCard-a2668ae1.js';
|
|
40
40
|
export { V as VCDisplayBackFace } from './VCDisplayBackFace-d5b0a0bf.js';
|
|
41
41
|
export { V as VCDisplayCard } from './VCDisplayCard-d0585a0f.js';
|
|
42
|
-
export { V as VCDisplayCard2, a as VCDisplayCardSkillsCount, b as VCIDDisplayCard } from './VCDisplayCard2-
|
|
42
|
+
export { V as VCDisplayCard2, a as VCDisplayCardSkillsCount, b as VCIDDisplayCard } from './VCDisplayCard2-84bc151c.js';
|
|
43
43
|
export { V as VCThumbnail } from './VCThumbnail-3c254bda.js';
|
|
44
44
|
export { V as VCVerificationCheck, a as VCVerificationCheckWithSpinner, b as VCVerificationCheckWithText } from './VCVerificationCheck-80249524.js';
|
|
45
45
|
export { V as ValidationStateIndicator } from './VCVerificationPill-6e713ee9.js';
|
|
@@ -123,7 +123,6 @@ import './X.svg';
|
|
|
123
123
|
import './ArrowArcLeft.svg';
|
|
124
124
|
import './walletids.webp';
|
|
125
125
|
import './membership-graphic.png';
|
|
126
|
-
import './index-4fa491c1.js';
|
|
127
126
|
import './skillplaceholder.png';
|
|
128
127
|
import './skillgraph.svg';
|
|
129
128
|
import '@learncard/init';
|
package/dist/esm/index13.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index13.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index13.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/esm/index30.js
CHANGED
package/dist/esm/index30.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index30.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index30.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/dist/esm/index37.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { V as VCCard } from './VCCard-
|
|
1
|
+
export { V as VCCard } from './VCCard-a2668ae1.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@learncard/init';
|
|
4
4
|
import './VCDisplayCard-d0585a0f.js';
|
|
@@ -21,8 +21,7 @@ import './RedXCircle.svg';
|
|
|
21
21
|
import './GreenCheckCircle.svg';
|
|
22
22
|
import './YellowWarningCircle.svg';
|
|
23
23
|
import './ArrowArcRight.svg';
|
|
24
|
-
import './VCDisplayCard2-
|
|
25
|
-
import './index-4fa491c1.js';
|
|
24
|
+
import './VCDisplayCard2-84bc151c.js';
|
|
26
25
|
import './VerifierStateBadgeAndText-5da8029d.js';
|
|
27
26
|
import './athletics.png';
|
|
28
27
|
import './business.png';
|
package/dist/esm/index37.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index37.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index37.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/esm/index40.js
CHANGED
|
@@ -11,12 +11,11 @@ import './social.png';
|
|
|
11
11
|
import './stem.png';
|
|
12
12
|
import './trade.png';
|
|
13
13
|
import './index-9e931644.js';
|
|
14
|
-
export { V as VCDisplayCard2, a as VCDisplayCardSkillsCount, b as VCIDDisplayCard } from './VCDisplayCard2-
|
|
14
|
+
export { V as VCDisplayCard2, a as VCDisplayCardSkillsCount, b as VCIDDisplayCard } from './VCDisplayCard2-84bc151c.js';
|
|
15
15
|
import './types.esm-c97af3fa.js';
|
|
16
16
|
import './CaretRightFilled.svg';
|
|
17
17
|
import './id-sleeve.png';
|
|
18
18
|
import './PuzzlePiece-1fb12c2e.js';
|
|
19
|
-
import './index-4fa491c1.js';
|
|
20
19
|
import './VCVerificationCheck-80249524.js';
|
|
21
20
|
import './vc.check.svg';
|
|
22
21
|
import './CircleSpinner-9b8b1a6b.js';
|
package/dist/esm/index40.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index40.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index40.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@learncard/react",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.67",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/cjs",
|
|
6
6
|
"module": "dist/esm",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"react-barcode": "^1.4.5",
|
|
66
66
|
"react-flip-toolkit": "^7.1.0",
|
|
67
67
|
"tailwind-scrollbar-hide": "^1.1.7",
|
|
68
|
-
"@learncard/init": "1.3.
|
|
68
|
+
"@learncard/init": "1.3.37"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"react": "^18.0.0",
|