@sendoutcards/quantum-design-ui 1.7.95 → 1.7.96
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
|
@@ -24802,6 +24802,19 @@ var comparisonItems97 = [{
|
|
|
24802
24802
|
description: 'Get even more savings when you ship your greeting card with a gift. We have you covered!',
|
|
24803
24803
|
isIncluded: true
|
|
24804
24804
|
}];
|
|
24805
|
+
var comparisonItems10420 = [{
|
|
24806
|
+
title: '10 Card Credits can be Applied to:',
|
|
24807
|
+
description: 'Heartfelt Prompting Cards - stamps included',
|
|
24808
|
+
isIncluded: true
|
|
24809
|
+
}, {
|
|
24810
|
+
title: 'Contact Manager',
|
|
24811
|
+
description: 'Store your contact information, birthdays, special occasions, reminders, include notes, and get a history of every card sent.',
|
|
24812
|
+
isIncluded: true
|
|
24813
|
+
}, {
|
|
24814
|
+
title: 'Premium Storage',
|
|
24815
|
+
description: 'Premium storage allows you to save unlimited cards, pictures, campaigns, and contacts.',
|
|
24816
|
+
isIncluded: true
|
|
24817
|
+
}];
|
|
24805
24818
|
|
|
24806
24819
|
var SubscriptionUpsaleDialog = function (_a) {
|
|
24807
24820
|
var title = _a.title,
|
|
@@ -24840,8 +24853,8 @@ var SubscriptionUpsaleDialog = function (_a) {
|
|
|
24840
24853
|
upsaleContentTitle: upsaleContentTitle,
|
|
24841
24854
|
upsaleContent: jsx(ComparisonIncludesList, {
|
|
24842
24855
|
isMinified: device <= 1017,
|
|
24843
|
-
items: selectedOption === '
|
|
24844
|
-
? comparisonItems37 : comparisonItems97
|
|
24856
|
+
items: selectedOption === '6' //this is the item code for the 37 subscription
|
|
24857
|
+
? comparisonItems37 : selectedOption === '122' ? comparisonItems10420 : comparisonItems97
|
|
24845
24858
|
}),
|
|
24846
24859
|
optionFormLocation: optionFormLocation,
|
|
24847
24860
|
setIsDialogOpen: function () {
|
|
@@ -0,0 +1,17 @@
|
|
|
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>>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TextEntity } from "../../theme/theming/entities";
|
|
2
2
|
declare const _default: {
|
|
3
|
-
heroTitle: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
4
|
-
title: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
5
|
-
subtitle: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
6
|
-
largeBody: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
7
|
-
body: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
8
|
-
caption: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
9
|
-
footnote: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
3
|
+
heroTitle: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | "pre" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
4
|
+
title: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | "pre" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
5
|
+
subtitle: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | "pre" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
6
|
+
largeBody: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | "pre" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
7
|
+
body: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | "pre" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
8
|
+
caption: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | "pre" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
9
|
+
footnote: (textEntity: TextEntity, color?: "primaryBrand" | "secondaryBrand" | "primaryHeading" | "primaryBody" | "inverseHeading" | "inverseBody" | "accent" | "success" | "warning" | "danger" | "anchorBlue" | undefined, weight?: "thin" | "regular" | "semiBold" | "bold" | "extraBold" | undefined, alignment?: "left" | "center" | "right" | undefined, italic?: boolean | undefined, strikeThrough?: boolean | undefined, lineHeight?: number | undefined, whiteSpace?: "normal" | "nowrap" | "pre" | undefined, isInline?: boolean | undefined) => import("@emotion/utils").SerializedStyles;
|
|
10
10
|
};
|
|
11
11
|
export default _default;
|