@learncard/react 2.3.26 → 2.3.27

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/esm/index.js CHANGED
@@ -14,9 +14,9 @@ export { S as SkillVerticalCard } from './SkillVerticalCard-108f49bb.js';
14
14
  export { a as SkillsCard, S as SkillsMeterSegment } from './SkillsCard-92a51db2.js';
15
15
  export { S as SkillsStatsCard } from './SkillsStatsCard-1628fe9c.js';
16
16
  export { S as SmallAchievementCard } from './SmallAchievementCard-44f6fef8.js';
17
- export { V as VCCard } from './VCCard-f244c691.js';
17
+ export { V as VCCard } from './VCCard-f4b7a89b.js';
18
18
  export { V as VCDisplayBackFace } from './VCDisplayBackFace-fb5d009b.js';
19
- export { V as VCDisplayCard } from './VCDisplayCard-5d0628ee.js';
19
+ export { V as VCDisplayCard } from './VCDisplayCard-b45533e8.js';
20
20
  export { V as VCThumbnail } from './VCThumbnail-2571a0c6.js';
21
21
  export { V as VCVerificationCheck, a as VCVerificationCheckWithText } from './VCVerificationCheck-eef7883b.js';
22
22
  export { V as ValidationStateIndicator } from './VCVerificationPill-dd174003.js';
@@ -1,4 +1,4 @@
1
- export { V as VCCard } from './VCCard-f244c691.js';
1
+ export { V as VCCard } from './VCCard-f4b7a89b.js';
2
2
  import 'react';
3
3
  import 'stream';
4
4
  import 'http';
@@ -8,7 +8,7 @@ import 'https';
8
8
  import 'zlib';
9
9
  import 'crypto';
10
10
  import 'process';
11
- import './VCDisplayCard-5d0628ee.js';
11
+ import './VCDisplayCard-b45533e8.js';
12
12
  import './FlippyCard-682649d7.js';
13
13
  import './icon.green.fat-arrow.png';
14
14
  import './ArrowArcRight.svg';
@@ -1,4 +1,4 @@
1
- export { V as VCDisplayCard } from './VCDisplayCard-5d0628ee.js';
1
+ export { V as VCDisplayCard } from './VCDisplayCard-b45533e8.js';
2
2
  import 'react';
3
3
  import './FlippyCard-682649d7.js';
4
4
  import './icon.green.fat-arrow.png';
@@ -14,9 +14,9 @@ export { S as SkillVerticalCard } from './SkillVerticalCard-108f49bb.js';
14
14
  export { a as SkillsCard, S as SkillsMeterSegment } from './SkillsCard-92a51db2.js';
15
15
  export { S as SkillsStatsCard } from './SkillsStatsCard-1628fe9c.js';
16
16
  export { S as SmallAchievementCard } from './SmallAchievementCard-44f6fef8.js';
17
- export { V as VCCard } from './VCCard-f244c691.js';
17
+ export { V as VCCard } from './VCCard-f4b7a89b.js';
18
18
  export { V as VCDisplayBackFace } from './VCDisplayBackFace-fb5d009b.js';
19
- export { V as VCDisplayCard } from './VCDisplayCard-5d0628ee.js';
19
+ export { V as VCDisplayCard } from './VCDisplayCard-b45533e8.js';
20
20
  export { V as VCThumbnail } from './VCThumbnail-2571a0c6.js';
21
21
  export { V as VCVerificationCheck, a as VCVerificationCheckWithText } from './VCVerificationCheck-eef7883b.js';
22
22
  export { V as ValidationStateIndicator } from './VCVerificationPill-dd174003.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/react",
3
- "version": "2.3.26",
3
+ "version": "2.3.27",
4
4
  "description": "",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",