@sendoutcards/quantum-design-ui 1.7.49 → 1.7.52

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
@@ -10521,6 +10521,87 @@ var ViewSinglePanel = function (_a) {
10521
10521
  }));
10522
10522
  };
10523
10523
 
10524
+ var EdtiorText = function (_a) {
10525
+ var primaryColor = _a.primaryColor,
10526
+ onClick = _a.onClick,
10527
+ size = _a.size,
10528
+ entity = _a.entity;
10529
+ return jsx("svg", {
10530
+ onClick: onClick && function () {
10531
+ return onClick();
10532
+ },
10533
+ xmlns: "http://www.w3.org/2000/svg",
10534
+ width: getIconSize(size, entity),
10535
+ height: getIconSize(size, entity)
10536
+ }, jsx("path", {
10537
+ d: "M 7.703 1.247 C 7.703 1.247 7.823 1.247 7.823 1.366 L 13.943 16.922 C 14.183 17.278 13.943 17.753 13.583 17.872 L 13.343 17.872 C 12.983 17.872 12.743 17.634 12.623 17.397 L 11.423 14.547 L 2.663 14.547 L 1.463 17.397 C 1.343 17.753 0.983 17.872 0.743 17.872 L 0.503 17.872 C 0.143 17.753 0.023 17.278 0.143 16.922 L 6.383 1.247 L 6.503 1.128 C 6.623 1.128 6.623 1.009 6.623 1.009 L 6.743 1.009 C 6.743 0.891 6.863 0.891 6.863 0.891 L 7.343 0.891 L 7.463 1.009 C 7.463 1.128 7.583 1.128 7.583 1.128 C 7.703 1.128 7.703 1.247 7.703 1.247 Z M 7.103 3.503 L 3.263 13.122 L 10.943 13.122 Z M 22.343 10.153 C 22.343 9.797 22.703 9.441 23.063 9.441 C 23.543 9.441 23.783 9.678 23.903 10.034 L 23.903 17.159 C 23.903 17.516 23.543 17.872 23.183 17.872 C 22.823 17.872 22.463 17.516 22.463 17.159 L 22.463 16.803 C 21.623 17.634 20.423 18.109 19.343 18.109 C 17.063 18.109 15.383 16.447 15.383 13.953 C 15.383 11.697 16.943 10.034 19.223 9.797 C 20.423 9.678 21.503 9.916 22.343 10.509 Z M 16.703 14.072 C 16.703 15.378 17.543 16.803 19.223 16.803 C 20.783 16.803 22.343 15.497 22.343 13.241 C 22.343 12.766 22.103 12.291 21.743 11.934 C 21.263 11.578 20.543 11.341 19.703 11.341 L 19.223 11.341 C 17.663 11.459 16.703 12.528 16.703 14.072 Z",
10538
+ fill: getIconColor(primaryColor, entity)
10539
+ }));
10540
+ };
10541
+
10542
+ var Layout = function (_a) {
10543
+ var primaryColor = _a.primaryColor,
10544
+ onClick = _a.onClick,
10545
+ size = _a.size,
10546
+ entity = _a.entity;
10547
+ return jsx("svg", {
10548
+ onClick: onClick && function () {
10549
+ return onClick();
10550
+ },
10551
+ xmlns: "http://www.w3.org/2000/svg",
10552
+ width: getIconSize(size, entity),
10553
+ height: getIconSize(size, entity)
10554
+ }, jsx("path", {
10555
+ d: "M 8.27 22.75 L 4.23 22.75 C 2.22 22.75 1.25 21.82 1.25 19.9 L 1.25 4.1 C 1.25 2.18 2.23 1.25 4.23 1.25 L 8.27 1.25 C 10.28 1.25 11.25 2.18 11.25 4.1 L 11.25 19.9 C 11.25 21.82 10.27 22.75 8.27 22.75 Z M 4.23 2.75 C 2.96 2.75 2.75 3.09 2.75 4.1 L 2.75 19.9 C 2.75 20.91 2.96 21.25 4.23 21.25 L 8.27 21.25 C 9.54 21.25 9.75 20.91 9.75 19.9 L 9.75 4.1 C 9.75 3.09 9.54 2.75 8.27 2.75 Z M 19.77 13.75 L 15.73 13.75 C 13.72 13.75 12.75 12.82 12.75 10.9 L 12.75 4.1 C 12.75 2.18 13.73 1.25 15.73 1.25 L 19.77 1.25 C 21.78 1.25 22.75 2.18 22.75 4.1 L 22.75 10.9 C 22.75 12.82 21.77 13.75 19.77 13.75 Z M 15.73 2.75 C 14.46 2.75 14.25 3.09 14.25 4.1 L 14.25 10.9 C 14.25 11.91 14.46 12.25 15.73 12.25 L 19.77 12.25 C 21.04 12.25 21.25 11.91 21.25 10.9 L 21.25 4.1 C 21.25 3.09 21.04 2.75 19.77 2.75 Z M 19.77 22.75 L 15.73 22.75 C 13.72 22.75 12.75 21.82 12.75 19.9 L 12.75 18.1 C 12.75 16.18 13.73 15.25 15.73 15.25 L 19.77 15.25 C 21.78 15.25 22.75 16.18 22.75 18.1 L 22.75 19.9 C 22.75 21.82 21.77 22.75 19.77 22.75 Z M 15.73 16.75 C 14.46 16.75 14.25 17.09 14.25 18.1 L 14.25 19.9 C 14.25 20.91 14.46 21.25 15.73 21.25 L 19.77 21.25 C 21.04 21.25 21.25 20.91 21.25 19.9 L 21.25 18.1 C 21.25 17.09 21.04 16.75 19.77 16.75 Z",
10556
+ fill: getIconColor(primaryColor, entity)
10557
+ }));
10558
+ };
10559
+
10560
+ var Background = function (_a) {
10561
+ var primaryColor = _a.primaryColor,
10562
+ onClick = _a.onClick,
10563
+ size = _a.size,
10564
+ entity = _a.entity;
10565
+ return jsx("svg", {
10566
+ xmlns: "http://www.w3.org/2000/svg",
10567
+ width: getIconSize(size, entity),
10568
+ height: getIconSize(size, entity),
10569
+ onClick: onClick && function () {
10570
+ return onClick();
10571
+ }
10572
+ }, jsx("path", {
10573
+ d: "M 9.6 18.75 C 7.2 18.75 5.25 16.8 5.25 14.4 C 5.25 12.44 6.57 10.71 8.46 10.2 C 8.83 10.1 9.21 10.29 9.35 10.65 C 9.68 11.48 10.39 12.12 11.25 12.35 C 11.72 12.48 12.28 12.48 12.75 12.35 C 13.12 12.25 13.51 12.44 13.65 12.79 C 14.312 14.485 13.854 16.414 12.5 17.63 C 11.71 18.35 10.68 18.75 9.6 18.75 Z M 8.29 11.87 C 7.344 12.359 6.75 13.335 6.75 14.4 C 6.75 15.97 8.03 17.25 9.6 17.25 C 10.3 17.25 10.98 16.99 11.5 16.52 C 12.231 15.872 12.575 14.893 12.41 13.93 C 11.88 13.98 11.34 13.93 10.85 13.79 C 9.784 13.498 8.869 12.812 8.29 11.87 Z",
10574
+ fill: getIconColor(primaryColor, entity)
10575
+ }), jsx("path", {
10576
+ d: "M 12 13.95 C 11.6 13.95 11.21 13.9 10.85 13.8 C 9.535 13.435 8.467 12.477 7.96 11.21 C 7.76 10.7 7.66 10.16 7.66 9.61 C 7.66 7.21 9.61 5.26 12.01 5.26 C 14.41 5.26 16.36 7.21 16.36 9.61 C 16.36 10.16 16.26 10.7 16.06 11.21 C 15.4 12.873 13.789 13.96 12 13.95 Z M 12 6.75 C 11.057 6.752 10.176 7.22 9.645 8 C 9.115 8.781 9.005 9.772 9.35 10.65 C 9.68 11.48 10.39 12.12 11.25 12.35 C 11.72 12.48 12.28 12.48 12.75 12.35 C 13.62 12.11 14.33 11.48 14.65 10.65 C 14.995 9.772 14.885 8.781 14.355 8 C 13.824 7.22 12.943 6.752 12 6.75 Z",
10577
+ fill: getIconColor(primaryColor, entity)
10578
+ }), jsx("path", {
10579
+ d: "M 14.4 18.75 C 13.32 18.75 12.29 18.35 11.5 17.63 C 11.34 17.488 11.249 17.284 11.249 17.07 C 11.249 16.856 11.34 16.652 11.5 16.51 C 12.392 15.721 12.693 14.456 12.25 13.35 C 12.175 13.151 12.187 12.931 12.282 12.741 C 12.377 12.551 12.546 12.409 12.75 12.35 C 13.613 12.11 14.316 11.481 14.65 10.65 C 14.79 10.296 15.172 10.102 15.54 10.2 C 17.43 10.71 18.75 12.44 18.75 14.4 C 18.75 16.8 16.8 18.75 14.4 18.75 Z M 13.12 16.95 C 14.004 17.391 15.054 17.344 15.895 16.825 C 16.736 16.306 17.248 15.388 17.25 14.4 C 17.25 13.32 16.64 12.35 15.71 11.87 C 15.27 12.59 14.62 13.17 13.86 13.53 C 14.107 14.723 13.838 15.965 13.12 16.95 Z",
10580
+ fill: getIconColor(primaryColor, entity)
10581
+ }), jsx("path", {
10582
+ d: "M 15 22.75 L 9 22.75 C 3.57 22.75 1.25 20.43 1.25 15 L 1.25 9 C 1.25 3.57 3.57 1.25 9 1.25 L 15 1.25 C 20.43 1.25 22.75 3.57 22.75 9 L 22.75 15 C 22.75 20.43 20.43 22.75 15 22.75 Z M 9 2.75 C 4.39 2.75 2.75 4.39 2.75 9 L 2.75 15 C 2.75 19.61 4.39 21.25 9 21.25 L 15 21.25 C 19.61 21.25 21.25 19.61 21.25 15 L 21.25 9 C 21.25 4.39 19.61 2.75 15 2.75 Z",
10583
+ fill: getIconColor(primaryColor, entity)
10584
+ }));
10585
+ };
10586
+
10587
+ var Save = function (_a) {
10588
+ var primaryColor = _a.primaryColor,
10589
+ onClick = _a.onClick,
10590
+ size = _a.size,
10591
+ entity = _a.entity;
10592
+ return jsx("svg", {
10593
+ xmlns: "http://www.w3.org/2000/svg",
10594
+ width: getIconSize(size, entity),
10595
+ height: getIconSize(size, entity),
10596
+ onClick: onClick && function () {
10597
+ return onClick();
10598
+ }
10599
+ }, jsx("path", {
10600
+ d: "M 17 22.75 L 7 22.75 C 2.59 22.75 1.25 21.41 1.25 17 L 1.25 7 C 1.25 2.59 2.59 1.25 7 1.25 L 8.5 1.25 C 10.25 1.25 10.8 1.82 11.5 2.75 L 13 4.75 C 13.33 5.19 13.38 5.25 14 5.25 L 17 5.25 C 21.41 5.25 22.75 6.59 22.75 11 L 22.75 17 C 22.75 21.41 21.41 22.75 17 22.75 Z M 7 2.75 C 3.43 2.75 2.75 3.43 2.75 7 L 2.75 17 C 2.75 20.57 3.43 21.25 7 21.25 L 17 21.25 C 20.57 21.25 21.25 20.57 21.25 17 L 21.25 11 C 21.25 7.43 20.57 6.75 17 6.75 L 14 6.75 C 12.72 6.75 12.3 6.31 11.8 5.65 L 10.3 3.65 C 9.78 2.96 9.63 2.75 8.5 2.75 Z",
10601
+ fill: getIconColor(primaryColor, entity)
10602
+ }));
10603
+ };
10604
+
10524
10605
  var Icon = function (_a) {
10525
10606
  var primaryColor = _a.primaryColor,
10526
10607
  secondaryColor = _a.secondaryColor,
@@ -10867,6 +10948,18 @@ var Icon = function (_a) {
10867
10948
 
10868
10949
  case 'viewSinglePanel':
10869
10950
  return jsx(ViewSinglePanel, props);
10951
+
10952
+ case 'editorText':
10953
+ return jsx(EdtiorText, props);
10954
+
10955
+ case 'layout':
10956
+ return jsx(Layout, props);
10957
+
10958
+ case 'background':
10959
+ return jsx(Background, props);
10960
+
10961
+ case 'save':
10962
+ return jsx(Save, props);
10870
10963
  }
10871
10964
  };
10872
10965
 
@@ -12985,25 +13078,27 @@ var Sheet = function (_a) {
12985
13078
  initialSnapPoint = _a.initialSnapPoint,
12986
13079
  outsideClickBypassId = _a.outsideClickBypassId,
12987
13080
  zIndex = _a.zIndex,
12988
- bgElementSelector = _a.bgElementSelector; // TODO's
13081
+ bgElementSelector = _a.bgElementSelector,
13082
+ _c = _a.hasOverlay,
13083
+ hasOverlay = _c === void 0 ? true : _c; // TODO's
12989
13084
 
12990
13085
  /**
12991
13086
  * 1. Hook up child scrolling when scrolling is enabled
12992
13087
  * 2. background component is off when the sheet exceeds the window and stops at the top
12993
13088
  */
12994
13089
 
12995
- var _c = useState([]),
12996
- snapPoints = _c[0],
12997
- setSnapPoints = _c[1];
13090
+ var _d = useState([]),
13091
+ snapPoints = _d[0],
13092
+ setSnapPoints = _d[1];
12998
13093
 
12999
- var _d = useState(false),
13000
- setIsScrollingEnabled = _d[1];
13094
+ var _e = useState(false),
13095
+ setIsScrollingEnabled = _e[1];
13001
13096
 
13002
13097
  var targetRef = useRef(null);
13003
13098
 
13004
- var _e = useState(((_b = targetRef.current) === null || _b === void 0 ? void 0 : _b.offsetHeight) || 0),
13005
- sheetHeight = _e[0],
13006
- setSheetHeight = _e[1];
13099
+ var _f = useState(((_b = targetRef.current) === null || _b === void 0 ? void 0 : _b.offsetHeight) || 0),
13100
+ sheetHeight = _f[0],
13101
+ setSheetHeight = _f[1];
13007
13102
 
13008
13103
  var device = useDeviceSize().device;
13009
13104
  var isMobile = device === 'small' || device === 'xSmall' ? true : false;
@@ -13153,7 +13248,12 @@ var Sheet = function (_a) {
13153
13248
  }
13154
13249
  }
13155
13250
  }, [windowHeight, sheetHeight, getPositionFromPercentile, setIsOpen, snapPointPercentages, snapPoints, y, maxOpenPoint]);
13156
- return jsx(AnimatePresence, null, isOpen && jsx(Overlay, {
13251
+ return jsx(AnimatePresence, null, isOpen && jsx(Flex, {
13252
+ width: "100%",
13253
+ height: "100%",
13254
+ justifyContent: "center",
13255
+ alignItems: "center"
13256
+ }, hasOverlay && jsx(Overlay, {
13157
13257
  motionKey: "sheetOverlay",
13158
13258
  variants: overlayVariants,
13159
13259
  animate: isOpen ? 'visible' : 'hidden',
@@ -13161,7 +13261,7 @@ var Sheet = function (_a) {
13161
13261
  exit: 'hidden',
13162
13262
  zIndex: zIndex !== null && zIndex !== void 0 ? zIndex : 4,
13163
13263
  bgElementSelector: bgElementSelector
13164
- }, jsx(Div, {
13264
+ }), jsx(Div, {
13165
13265
  id: "sheetWrapper",
13166
13266
  width: {
13167
13267
  xSmall: '100%',
@@ -14014,7 +14114,10 @@ var Dialog = /*#__PURE__*/React.forwardRef(function (props, ref) {
14014
14114
  boxShadow: dialog.boxShadow,
14015
14115
  inset: insetOverride !== null && insetOverride !== void 0 ? insetOverride : dialog.defaultInset,
14016
14116
  outset: onClose ? {
14017
- vertical: 'x0',
14117
+ vertical: {
14118
+ xSmall: 'x8',
14119
+ medium: 'x0'
14120
+ },
14018
14121
  horizontal: 'x1'
14019
14122
  } : 'x0',
14020
14123
  maxWidth: maxWidth,
@@ -20020,7 +20123,7 @@ var PricingTile = function (_a) {
20020
20123
  }, description !== null && description !== void 0 ? description : children), jsx(Flex, {
20021
20124
  width: "100%",
20022
20125
  alignItems: "center"
20023
- }, jsx(Text, {
20126
+ }, price && jsx(Text, {
20024
20127
  type: {
20025
20128
  xSmall: 'subtitle',
20026
20129
  medium: 'title'
@@ -20113,6 +20216,7 @@ var PricingTile = function (_a) {
20113
20216
  bottom: '0'
20114
20217
  }
20115
20218
  }, jsx(Text, {
20219
+ color: featureTextColor,
20116
20220
  type: "body"
20117
20221
  }, subFeature));
20118
20222
  })))) : jsx(Text, {
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { SVGProps } from '../types/index';
3
+ export declare const Background: FC<SVGProps>;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { SVGProps } from '../types/index';
3
+ export declare const EdtiorText: FC<SVGProps>;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { SVGProps } from '../types/index';
3
+ export declare const Layout: FC<SVGProps>;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { SVGProps } from '../types/index';
3
+ export declare const Save: FC<SVGProps>;
@@ -11,7 +11,7 @@ export declare type SVGProps = {
11
11
  entity: IconsEntity;
12
12
  orientation?: orientation;
13
13
  };
14
- export declare type IconType = 'catalog' | 'socLogo' | 'campaigns' | 'gift' | 'plus' | 'minus' | 'tenDoor' | 'rightChevron' | 'close' | 'award' | 'contact' | 'multipleUsers2x' | 'multipleUsers3x' | 'information' | 'hamburger' | 'leftChevron' | 'chevron' | 'information' | 'filterBy' | 'groups' | 'idCard' | 'plusSquare' | 'star' | 'search' | 'cart' | 'priceTag' | 'layer' | 'loading' | 'play' | 'lock' | 'user' | 'noUsers' | 'add' | 'check' | 'exclamation' | 'envelope' | 'userSuccess' | 'image' | 'imageSwap' | 'text' | 'color' | 'template' | 'redo' | 'undo' | 'copy' | 'drag' | 'delete' | 'crop' | 'alignLeft' | 'alignRight' | 'alignCenter' | 'allPanel' | 'fullBleed' | 'fullBleedLandscape' | 'fullBleedPortrait' | 'sliderHorizontal' | 'sliderVertical' | 'cropRotate' | 'frame' | 'cut' | 'wand' | 'layerAdd' | 'layerRemove' | 'layerDisabled' | 'signature' | 'shadows' | 'rotateLeft' | 'rotateRight' | 'colorPalette' | 'dropper' | 'textBox' | 'fontSize' | 'flipHorizontal' | 'flipVertical' | 'filter' | 'brightness' | 'aText' | 'frameWidth' | 'frameHeight' | 'layerUp' | 'layerDown' | 'capitalizedText' | 'uppercaseText' | 'lowercaseText' | 'fullBleedImage' | 'fullBleedText' | 'panelMode' | 'viewPanels' | 'rotate' | 'view' | 'replaceImage' | 'quotation' | 'facebook' | 'instagram' | 'twitter' | 'linkedIn' | 'youtube' | 'pinterest' | 'visible' | 'invisible' | 'elementIcon' | 'complete' | 'download' | 'closeCircle' | 'backgroundSettings' | 'upload' | 'stickers' | 'clearPanel' | 'viewCarousel' | 'viewSinglePanel';
14
+ export declare type IconType = 'catalog' | 'socLogo' | 'campaigns' | 'gift' | 'plus' | 'minus' | 'tenDoor' | 'rightChevron' | 'close' | 'award' | 'contact' | 'multipleUsers2x' | 'multipleUsers3x' | 'information' | 'hamburger' | 'leftChevron' | 'chevron' | 'information' | 'filterBy' | 'groups' | 'idCard' | 'plusSquare' | 'star' | 'search' | 'cart' | 'priceTag' | 'layer' | 'loading' | 'play' | 'lock' | 'user' | 'noUsers' | 'add' | 'check' | 'exclamation' | 'envelope' | 'userSuccess' | 'image' | 'imageSwap' | 'text' | 'color' | 'template' | 'redo' | 'undo' | 'copy' | 'drag' | 'delete' | 'crop' | 'alignLeft' | 'alignRight' | 'alignCenter' | 'allPanel' | 'fullBleed' | 'fullBleedLandscape' | 'fullBleedPortrait' | 'sliderHorizontal' | 'sliderVertical' | 'cropRotate' | 'frame' | 'cut' | 'wand' | 'layerAdd' | 'layerRemove' | 'layerDisabled' | 'signature' | 'shadows' | 'rotateLeft' | 'rotateRight' | 'colorPalette' | 'dropper' | 'textBox' | 'fontSize' | 'flipHorizontal' | 'flipVertical' | 'filter' | 'brightness' | 'aText' | 'frameWidth' | 'frameHeight' | 'layerUp' | 'layerDown' | 'capitalizedText' | 'uppercaseText' | 'lowercaseText' | 'fullBleedImage' | 'fullBleedText' | 'panelMode' | 'viewPanels' | 'rotate' | 'view' | 'replaceImage' | 'quotation' | 'facebook' | 'instagram' | 'twitter' | 'linkedIn' | 'youtube' | 'pinterest' | 'visible' | 'invisible' | 'elementIcon' | 'complete' | 'download' | 'closeCircle' | 'backgroundSettings' | 'upload' | 'stickers' | 'clearPanel' | 'viewCarousel' | 'viewSinglePanel' | 'editorText' | 'layout' | 'background' | 'save';
15
15
  export declare type IconProps = {
16
16
  name: IconType;
17
17
  } & Omit<SVGProps, 'entity'>;
@@ -31,21 +31,21 @@ export declare const Option: React.ForwardRefExoticComponent<({
31
31
  alignment?: "left" | "center" | "right" | undefined;
32
32
  onClick?: ((id: number) => void) | undefined;
33
33
  isSelected: boolean;
34
- graphic?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | undefined;
35
- icon?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | undefined;
34
+ graphic?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | undefined;
35
+ icon?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | undefined;
36
36
  id: number;
37
37
  } & TextLabelProps & React.RefAttributes<HTMLDivElement>) | ({
38
38
  alignment?: "left" | "center" | "right" | undefined;
39
39
  onClick?: ((id: number) => void) | undefined;
40
40
  isSelected: boolean;
41
- graphic?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | undefined;
42
- icon?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | undefined;
41
+ graphic?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | undefined;
42
+ icon?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | undefined;
43
43
  id: number;
44
44
  } & IconLabelProps & React.RefAttributes<HTMLDivElement>) | ({
45
45
  alignment?: "left" | "center" | "right" | undefined;
46
46
  onClick?: ((id: number) => void) | undefined;
47
47
  isSelected: boolean;
48
- graphic?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | undefined;
49
- icon?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | undefined;
48
+ graphic?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | undefined;
49
+ icon?: "catalog" | "socLogo" | "campaigns" | "gift" | "plus" | "minus" | "tenDoor" | "rightChevron" | "close" | "award" | "contact" | "multipleUsers2x" | "multipleUsers3x" | "information" | "hamburger" | "leftChevron" | "chevron" | "filterBy" | "groups" | "idCard" | "plusSquare" | "star" | "search" | "cart" | "priceTag" | "layer" | "loading" | "play" | "lock" | "user" | "noUsers" | "add" | "check" | "exclamation" | "envelope" | "userSuccess" | "image" | "imageSwap" | "text" | "color" | "template" | "redo" | "undo" | "copy" | "drag" | "delete" | "crop" | "alignLeft" | "alignRight" | "alignCenter" | "allPanel" | "fullBleed" | "fullBleedLandscape" | "fullBleedPortrait" | "sliderHorizontal" | "sliderVertical" | "cropRotate" | "frame" | "cut" | "wand" | "layerAdd" | "layerRemove" | "layerDisabled" | "signature" | "shadows" | "rotateLeft" | "rotateRight" | "colorPalette" | "dropper" | "textBox" | "fontSize" | "flipHorizontal" | "flipVertical" | "filter" | "brightness" | "aText" | "frameWidth" | "frameHeight" | "layerUp" | "layerDown" | "capitalizedText" | "uppercaseText" | "lowercaseText" | "fullBleedImage" | "fullBleedText" | "panelMode" | "viewPanels" | "rotate" | "view" | "replaceImage" | "quotation" | "facebook" | "instagram" | "twitter" | "linkedIn" | "youtube" | "pinterest" | "visible" | "invisible" | "elementIcon" | "complete" | "download" | "closeCircle" | "backgroundSettings" | "upload" | "stickers" | "clearPanel" | "viewCarousel" | "viewSinglePanel" | "editorText" | "layout" | "background" | "save" | undefined;
50
50
  id: number;
51
51
  } & IconTextLabelProps & React.RefAttributes<HTMLDivElement>)>;
@@ -13,5 +13,6 @@ export declare type SheetProps = {
13
13
  outsideClickBypassId?: string;
14
14
  zIndex?: number;
15
15
  bgElementSelector?: string;
16
+ hasOverlay?: boolean;
16
17
  };
17
18
  export declare const Sheet: FC<SheetProps>;
@@ -25,7 +25,8 @@ declare type Disclaimer = {
25
25
  };
26
26
  export declare type PricingTileProps = {
27
27
  title: string;
28
- price: string;
28
+ price?: string;
29
+ priceSubtext?: string;
29
30
  features: Features[];
30
31
  primaryAction?: ActionType;
31
32
  secondaryAction?: ActionType;
@@ -35,7 +36,6 @@ export declare type PricingTileProps = {
35
36
  backgroundColor?: PricingTileColorType;
36
37
  textColor?: 'gray' | 'white';
37
38
  description?: string;
38
- priceSubtext?: string;
39
39
  billingInterval?: string;
40
40
  hasShadow?: boolean;
41
41
  disclaimer?: Disclaimer;
@@ -12,7 +12,7 @@ export declare const AlignRight: any;
12
12
  export declare const AllPanel: any;
13
13
  export declare const AText: any;
14
14
  export declare const Award: any;
15
- export declare const BackgroundSettings: any;
15
+ export declare const Background: any;
16
16
  export declare const Brightness: any;
17
17
  export declare const Campaigns: any;
18
18
  export declare const CapitalizedText: any;
@@ -33,6 +33,7 @@ export declare const Delete: any;
33
33
  export declare const Drag: any;
34
34
  export declare const Download: any;
35
35
  export declare const ElementIcon: any;
36
+ export declare const EdtiorText: any;
36
37
  export declare const Envelope: any;
37
38
  export declare const Exclamation: any;
38
39
  export declare const Facebook: any;
@@ -60,7 +61,7 @@ export declare const LayerAdd: any;
60
61
  export declare const LayerDisabled: any;
61
62
  export declare const LayerDown: any;
62
63
  export declare const LayerRemove: any;
63
- export declare const LayerUp: any;
64
+ export declare const Layout: any;
64
65
  export declare const LinkedIn: any;
65
66
  export declare const Loading: any;
66
67
  export declare const Lock: any;
@@ -87,6 +88,7 @@ export declare const SliderHorizontal: any;
87
88
  export declare const SliderVertical: any;
88
89
  export declare const SOCLogo: any;
89
90
  export declare const Star: any;
91
+ export declare const Save: any;
90
92
  export declare const Stickers: any;
91
93
  export declare const Template: any;
92
94
  export declare const TenDoor: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendoutcards/quantum-design-ui",
3
- "version": "1.7.49",
3
+ "version": "1.7.52",
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",