@learncard/react 2.6.41 → 2.6.42

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
@@ -31,11 +31,11 @@ export { S as SkillVerticalCard } from './SkillVerticalCard-108f49bb.js';
31
31
  export { a as SkillsCard, S as SkillsMeterSegment } from './SkillsCard-92a51db2.js';
32
32
  export { S as SkillsStatsCard } from './SkillsStatsCard-1628fe9c.js';
33
33
  export { S as SmallAchievementCard } from './SmallAchievementCard-2d87ac82.js';
34
- export { V as VCCard } from './VCCard-4c4cb8cb.js';
34
+ export { V as VCCard } from './VCCard-561e148d.js';
35
35
  export { V as VCDisplayBackFace } from './VCDisplayBackFace-1721fa78.js';
36
36
  export { V as VCDisplayCard } from './VCDisplayCard-e80e3f5d.js';
37
37
  import 'react';
38
- export { V as VCDisplayCard2 } from './VCDisplayCard2-b84de472.js';
38
+ export { V as VCDisplayCard2 } from './VCDisplayCard2-e4b34552.js';
39
39
  import './default-face.jpeg';
40
40
  import './types.esm-ae0f15e0.js';
41
41
  import './icon.green.fat-arrow.png';
@@ -31,11 +31,11 @@ export { S as SkillVerticalCard } from './SkillVerticalCard-108f49bb.js';
31
31
  export { a as SkillsCard, S as SkillsMeterSegment } from './SkillsCard-92a51db2.js';
32
32
  export { S as SkillsStatsCard } from './SkillsStatsCard-1628fe9c.js';
33
33
  export { S as SmallAchievementCard } from './SmallAchievementCard-2d87ac82.js';
34
- export { V as VCCard } from './VCCard-4c4cb8cb.js';
34
+ export { V as VCCard } from './VCCard-561e148d.js';
35
35
  export { V as VCDisplayBackFace } from './VCDisplayBackFace-1721fa78.js';
36
36
  export { V as VCDisplayCard } from './VCDisplayCard-e80e3f5d.js';
37
37
  import 'react';
38
- export { V as VCDisplayCard2 } from './VCDisplayCard2-b84de472.js';
38
+ export { V as VCDisplayCard2 } from './VCDisplayCard2-e4b34552.js';
39
39
  import './default-face.jpeg';
40
40
  import './types.esm-ae0f15e0.js';
41
41
  import './icon.green.fat-arrow.png';
@@ -1,4 +1,4 @@
1
- export { V as VCCard } from './VCCard-4c4cb8cb.js';
1
+ export { V as VCCard } from './VCCard-561e148d.js';
2
2
  import 'react';
3
3
  import '@learncard/init';
4
4
  import './VCDisplayCard-e80e3f5d.js';
@@ -16,7 +16,7 @@ import './RedXCircle.svg';
16
16
  import './GreenCheckCircle.svg';
17
17
  import './YellowWarningCircle.svg';
18
18
  import './ArrowArcRight.svg';
19
- import './VCDisplayCard2-b84de472.js';
19
+ import './VCDisplayCard2-e4b34552.js';
20
20
  import './Lightbox-a1aab9ea.js';
21
21
  import 'react-dom';
22
22
  import './AwardRibbon-3e682281.js';
@@ -1,5 +1,5 @@
1
1
  import 'react';
2
- export { V as VCDisplayCard2 } from './VCDisplayCard2-b84de472.js';
2
+ export { V as VCDisplayCard2 } from './VCDisplayCard2-e4b34552.js';
3
3
  import './default-face.jpeg';
4
4
  import 'react-dom';
5
5
  import './types.esm-ae0f15e0.js';
package/dist/index.d.ts CHANGED
@@ -745,6 +745,7 @@ declare type VCDisplayCard2Props = {
745
745
  showBackButton?: boolean;
746
746
  enableLightbox?: boolean;
747
747
  customRibbonCategoryComponent?: React$1.ReactNode;
748
+ customFrontButton?: React$1.ReactNode;
748
749
  };
749
750
  declare const VCDisplayCard2: React$1.FC<VCDisplayCard2Props>;
750
751
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/react",
3
- "version": "2.6.41",
3
+ "version": "2.6.42",
4
4
  "description": "",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",