@sendoutcards/quantum-design-ui 1.7.81 → 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
@@ -24665,7 +24665,7 @@ var PaperTypeModal = function (_a) {
24665
24665
  };
24666
24666
 
24667
24667
  var comparisonItems37 = [{
24668
- title: '30 Monthly Cards (includes both Heartfelt and System Cards)',
24668
+ title: '20 Monthly Cards (includes both Heartfelt and System Cards)',
24669
24669
  description: '$1.75 for each additional card over 30. Stamps not included on any System Card sends.',
24670
24670
  isIncluded: true
24671
24671
  }, {
@@ -24701,10 +24701,6 @@ var comparisonItems97 = [{
24701
24701
  title: 'Contact Manager',
24702
24702
  description: 'Store your contact information, birthdays, special occasions, reminders, include notes, and get a history of every card sent.',
24703
24703
  isIncluded: true
24704
- }, {
24705
- title: '30 System Cards!',
24706
- description: 'Schedule, send to one or multiple people, even take advantage of our drip campaign feature!',
24707
- isIncluded: true
24708
24704
  }, {
24709
24705
  title: '30% Discount on Gifts',
24710
24706
  description: 'Each gift that you add to greeting cards gets you even more savings!',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendoutcards/quantum-design-ui",
3
- "version": "1.7.81",
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",
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import { HOCBaseProps } from "../../helpers/hoc-types/hocBasePropTypes";
3
- import { HOCMotionProps } from "../../helpers/hoc-types/hocMotionTypes";
4
- export declare type DivProps = {
5
- children?: React.ReactNode;
6
- outsideClick?: () => void;
7
- clickElementBypass?: string;
8
- } & HOCBaseProps & HOCMotionProps;
9
- export declare const Companion: React.ForwardRefExoticComponent<{
10
- children?: React.ReactNode;
11
- outsideClick?: (() => void) | undefined;
12
- clickElementBypass?: string | undefined;
13
- } & HOCBaseProps & {
14
- className?: string | undefined;
15
- motionKey?: string | number | undefined;
16
- id?: string | undefined;
17
- } & import("framer-motion").MotionProps & React.RefAttributes<HTMLDivElement>>;