@sendoutcards/quantum-design-ui 1.7.80 → 1.7.82

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/index.es.js CHANGED
@@ -24247,10 +24247,11 @@ var CardEntryDialog = function (_a) {
24247
24247
  };
24248
24248
 
24249
24249
  var AffiliateShareWidget = function (_a) {
24250
- var shareLink = _a.shareLink;
24250
+ var title = _a.title,
24251
+ shareLink = _a.shareLink;
24251
24252
  return jsx(PromotionWidget, {
24252
24253
  capsuleTitle: "Share",
24253
- title: "Share the $97 Postcard Program",
24254
+ title: title,
24254
24255
  type: "secondary",
24255
24256
  description: "",
24256
24257
  backgroundColor: "foreground"
@@ -24664,7 +24665,7 @@ var PaperTypeModal = function (_a) {
24664
24665
  };
24665
24666
 
24666
24667
  var comparisonItems37 = [{
24667
- title: '30 Monthly Cards (includes both Heartfelt and System Cards)',
24668
+ title: '20 Monthly Cards (includes both Heartfelt and System Cards)',
24668
24669
  description: '$1.75 for each additional card over 30. Stamps not included on any System Card sends.',
24669
24670
  isIncluded: true
24670
24671
  }, {
@@ -24700,10 +24701,6 @@ var comparisonItems97 = [{
24700
24701
  title: 'Contact Manager',
24701
24702
  description: 'Store your contact information, birthdays, special occasions, reminders, include notes, and get a history of every card sent.',
24702
24703
  isIncluded: true
24703
- }, {
24704
- title: '30 System Cards!',
24705
- description: 'Schedule, send to one or multiple people, even take advantage of our drip campaign feature!',
24706
- isIncluded: true
24707
24704
  }, {
24708
24705
  title: '30% Discount on Gifts',
24709
24706
  description: 'Each gift that you add to greeting cards gets you even more savings!',
@@ -1,5 +1,6 @@
1
1
  import { FC } from 'react';
2
2
  export declare type AffiliateShareWidgetProps = {
3
+ title: string;
3
4
  shareLink: string;
4
5
  };
5
6
  export declare const AffiliateShareWidget: FC<AffiliateShareWidgetProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendoutcards/quantum-design-ui",
3
- "version": "1.7.80",
3
+ "version": "1.7.82",
4
4
  "description": "UI component library for Quantum Design System",
5
5
  "module": "dist/index.es.js",
6
6
  "jsnext:main": "dist/index.es.js",