@learncard/react 2.6.31 → 2.6.33

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.
@@ -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-cf26b539.js';
34
+ export { V as VCCard } from './VCCard-ae90de5c.js';
35
35
  export { V as VCDisplayBackFace } from './VCDisplayBackFace-cfbebdb8.js';
36
36
  export { V as VCDisplayCard } from './VCDisplayCard-41dac4f3.js';
37
37
  import 'react';
38
- export { V as VCDisplayCard2 } from './VCDisplayCard2-164801d0.js';
38
+ export { V as VCDisplayCard2 } from './VCDisplayCard2-4fb1e9d4.js';
39
39
  import './default-face.jpeg';
40
40
  import './types.esm-2cae99fa.js';
41
41
  import './icon.green.fat-arrow.png';
@@ -1,4 +1,4 @@
1
- export { V as VCCard } from './VCCard-cf26b539.js';
1
+ export { V as VCCard } from './VCCard-ae90de5c.js';
2
2
  import 'react';
3
3
  import '@learncard/init';
4
4
  import './VCDisplayCard-41dac4f3.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-164801d0.js';
19
+ import './VCDisplayCard2-4fb1e9d4.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-164801d0.js';
2
+ export { V as VCDisplayCard2 } from './VCDisplayCard2-4fb1e9d4.js';
3
3
  import './default-face.jpeg';
4
4
  import 'react-dom';
5
5
  import './types.esm-2cae99fa.js';
package/dist/index.d.ts CHANGED
@@ -725,6 +725,7 @@ declare type VCDisplayCard2Props = {
725
725
  verificationItems: VerificationItem[];
726
726
  issueeOverride?: Profile;
727
727
  issuerOverride?: Profile;
728
+ subjectDID?: string;
728
729
  subjectImageComponent?: React$1.ReactNode;
729
730
  issuerImageComponent?: React$1.ReactNode;
730
731
  verificationInProgress?: boolean;
@@ -736,6 +737,8 @@ declare type VCDisplayCard2Props = {
736
737
  customFooterComponent?: React$1.ReactNode;
737
738
  customBodyCardComponent?: React$1.ReactNode;
738
739
  customThumbComponent?: React$1.ReactNode;
740
+ customDescription?: React$1.ReactNode;
741
+ customCriteria?: React$1.ReactNode;
739
742
  customIssueHistoryComponent?: React$1.ReactNode;
740
743
  issueHistory?: IssueHistory[];
741
744
  titleOverride?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/react",
3
- "version": "2.6.31",
3
+ "version": "2.6.33",
4
4
  "description": "",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",