@sendoutcards/quantum-design-ui 1.7.48 → 1.7.51

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%',
@@ -13789,6 +13889,10 @@ var Input = function (_a) {
13789
13889
  ref: inputWrapperRef,
13790
13890
  onFocus: function () {
13791
13891
  setIsFocused(true);
13892
+ },
13893
+ style: {
13894
+ // opacity: 0.3,
13895
+ backgroundColor: message ? "" + hocs.colors.swatches[message.type]._1000 : ''
13792
13896
  }
13793
13897
  }, icon && jsx(Span, {
13794
13898
  css: styles$w.iconContainer,
@@ -13898,6 +14002,13 @@ var Input = function (_a) {
13898
14002
  border: inputs.text.borderWidth + " solid " + hocs.colors.swatches[focusColor].base,
13899
14003
  transition: 'border 0.3s'
13900
14004
  }
14005
+ }), message && jsx(Div, {
14006
+ id: "outerglow",
14007
+ css: styles$w.outerglow(inputs, width, height, isFullWidth),
14008
+ style: {
14009
+ border: inputs.text.borderWidth + " solid " + hocs.colors.swatches[message.type].base,
14010
+ transition: 'border 0.3s'
14011
+ }
13901
14012
  })), message && jsx(HStack, {
13902
14013
  gap: "x_5",
13903
14014
  justify: "flex-start"
@@ -14320,7 +14431,10 @@ var Select = function (props) {
14320
14431
  borderRadius: "default",
14321
14432
  backgroundColor: isHover || isOpen ? 'foreground' : 'background',
14322
14433
  boxShadow: isHover || isOpen ? inputs.select.boxShadow : 'none',
14323
- tabIndex: 0
14434
+ tabIndex: 0,
14435
+ style: {
14436
+ border: message ? inputs.text.borderWidth + " solid " + hocs.colors.swatches[message.type].base : ''
14437
+ }
14324
14438
  }, jsx("div", {
14325
14439
  css: styles$u.activeOption(alignment)
14326
14440
  }, selectedOptionIndex !== undefined ? jsx("div", null, props.type === 'text' ? jsx(OptionContent, {
@@ -19890,7 +20004,9 @@ var PricingTile = function (_a) {
19890
20004
  children = _a.children,
19891
20005
  _h = _a.hasShadow,
19892
20006
  hasShadow = _h === void 0 ? true : _h,
19893
- disclaimer = _a.disclaimer;
20007
+ disclaimer = _a.disclaimer,
20008
+ _j = _a.isSelected,
20009
+ isSelected = _j === void 0 ? false : _j;
19894
20010
  var hocs = useEntities().hocs;
19895
20011
 
19896
20012
  var getIconColorFromAccentColor = function (accentColor) {
@@ -19938,9 +20054,9 @@ var PricingTile = function (_a) {
19938
20054
 
19939
20055
  var featureTextColor = isFeatured ? featuredItemStyles.textColor === 'white' ? 'inverseBody' : 'primaryBody' : textColor === 'white' ? 'inverseBody' : 'primaryBody';
19940
20056
 
19941
- var _j = useState(false),
19942
- isDisclaimerOpen = _j[0],
19943
- setDisclaimerOpen = _j[1];
20057
+ var _k = useState(false),
20058
+ isDisclaimerOpen = _k[0],
20059
+ setDisclaimerOpen = _k[1];
19944
20060
 
19945
20061
  return jsx(Flex, {
19946
20062
  inset: "x5",
@@ -19948,10 +20064,16 @@ var PricingTile = function (_a) {
19948
20064
  width: "100%",
19949
20065
  position: "relative",
19950
20066
  height: "fit-content",
20067
+ borderStyle: 'solid',
20068
+ borderColor: isSelected ? {
20069
+ swatch: 'success',
20070
+ shade: 'base'
20071
+ } : 'transparent',
20072
+ borderWidth: 'default',
19951
20073
  borderRadius: "default",
19952
20074
  boxShadow: hasShadow ? 'mediumLight' : '',
19953
20075
  flexDirection: "column",
19954
- justifyContent: "center",
20076
+ justifyContent: "flex-start",
19955
20077
  alignItems: "center",
19956
20078
  minWidth: {
19957
20079
  xSmall: '100%',
@@ -19974,44 +20096,39 @@ var PricingTile = function (_a) {
19974
20096
  }, jsx(Flex, {
19975
20097
  justifyContent: billingInterval ? 'space-between' : 'flex-start',
19976
20098
  width: "100%",
19977
- alignContent: "center"
19978
- }, jsx(Text, {
19979
- type: {
19980
- xSmall: 'body',
19981
- medium: 'largeBody'
19982
- },
19983
- color: isFeatured ? featuredItemStyles.accentColor : accentColor
19984
- }, title), billingInterval && jsx(Flex, {
19985
- height: "100%"
19986
- }, jsx(Spacer, {
19987
- orientation: "horizontal",
19988
- space: "x2"
19989
- }), jsx(Flex, {
19990
- borderRadius: "circle",
19991
- alignItems: "center",
19992
- height: "fit-content",
19993
- backgroundColor: backgroundColor !== 'inverseBody' && backgroundColor !== 'inverseHeading' || isFeatured ? '#FFFFFF44' : undefined,
19994
- boxShadow: !isFeatured ? 'light' : undefined,
19995
- inset: {
19996
- vertical: 'x_5',
19997
- horizontal: 'x2'
19998
- }
20099
+ alignContent: "flex-start"
20100
+ }, isSelected && jsx(Div, {
20101
+ right: "x1",
20102
+ position: "absolute",
20103
+ top: "x1"
20104
+ }, jsx(AnimatedCheckMark, {
20105
+ color: "accent"
20106
+ })), jsx(VStack, {
20107
+ gap: "x2"
19999
20108
  }, jsx(Text, {
20000
20109
  type: {
20001
- xSmall: 'caption',
20002
- medium: 'body'
20110
+ xSmall: 'subtitle',
20111
+ medium: 'title'
20003
20112
  },
20113
+ color: isFeatured ? featuredItemStyles.accentColor : accentColor,
20114
+ weight: "bold",
20115
+ content: title
20116
+ }), jsx(Text, {
20117
+ lineHeight: 1.5,
20118
+ type: "caption",
20004
20119
  color: featureTextColor
20005
- }, billingInterval)))), jsx(Flex, {
20120
+ }, description !== null && description !== void 0 ? description : children), jsx(Flex, {
20006
20121
  width: "100%",
20007
20122
  alignItems: "center"
20008
- }, jsx(Text, {
20123
+ }, price && jsx(Text, {
20009
20124
  type: {
20010
- xSmall: 'title',
20011
- medium: 'heroTitle'
20125
+ xSmall: 'subtitle',
20126
+ medium: 'title'
20012
20127
  },
20013
- color: featureTextColor
20014
- }, price), priceSubtext && jsx(React.Fragment, null, jsx(Spacer, {
20128
+ color: featureTextColor,
20129
+ weight: "bold",
20130
+ content: price
20131
+ }), priceSubtext && jsx(React.Fragment, null, jsx(Spacer, {
20015
20132
  space: "x2",
20016
20133
  orientation: "horizontal"
20017
20134
  }), jsx(Flex, {
@@ -20022,13 +20139,28 @@ var PricingTile = function (_a) {
20022
20139
  medium: 'caption'
20023
20140
  },
20024
20141
  color: featureTextColor
20025
- }, priceSubtext)))), jsx(Flex, null, jsx(Text, {
20142
+ }, priceSubtext))))), billingInterval && jsx(Flex, {
20143
+ height: "100%"
20144
+ }, jsx(Spacer, {
20145
+ orientation: "horizontal",
20146
+ space: "x2"
20147
+ }), jsx(Flex, {
20148
+ borderRadius: "circle",
20149
+ alignItems: "center",
20150
+ height: "fit-content",
20151
+ backgroundColor: backgroundColor !== 'inverseBody' && backgroundColor !== 'inverseHeading' || isFeatured ? '#FFFFFF44' : undefined,
20152
+ boxShadow: !isFeatured ? 'light' : undefined,
20153
+ inset: {
20154
+ vertical: 'x_5',
20155
+ horizontal: 'x2'
20156
+ }
20157
+ }, jsx(Text, {
20026
20158
  type: {
20027
20159
  xSmall: 'caption',
20028
20160
  medium: 'body'
20029
20161
  },
20030
20162
  color: featureTextColor
20031
- }, description !== null && description !== void 0 ? description : children))), jsx(Flex, {
20163
+ }, billingInterval))))), jsx(Flex, {
20032
20164
  width: "100%"
20033
20165
  }, jsx(VStack, {
20034
20166
  gap: 'x2'
@@ -20081,6 +20213,7 @@ var PricingTile = function (_a) {
20081
20213
  bottom: '0'
20082
20214
  }
20083
20215
  }, jsx(Text, {
20216
+ color: featureTextColor,
20084
20217
  type: "body"
20085
20218
  }, subFeature));
20086
20219
  })))) : jsx(Text, {
@@ -20098,6 +20231,7 @@ var PricingTile = function (_a) {
20098
20231
  title: primaryAction.text,
20099
20232
  size: "medium",
20100
20233
  onClick: primaryAction.onClick,
20234
+ disabled: primaryAction.isDisabled,
20101
20235
  type: getButtonTypeFromAccentColor(isFeatured ? featuredItemStyles.accentColor : accentColor),
20102
20236
  textColorOverride: primaryAction.shouldTextMatchBackground && isFeatured ? featuredItemStyles.backgroundColor : primaryAction.shouldTextMatchBackground ? backgroundColor : undefined
20103
20237
  })), secondaryAction && jsx(Flex, {
@@ -20105,7 +20239,7 @@ var PricingTile = function (_a) {
20105
20239
  alignItems: 'center'
20106
20240
  }, jsx(Anchor, {
20107
20241
  title: secondaryAction.text,
20108
- onClick: secondaryAction.onClick,
20242
+ onClick: secondaryAction.isDisabled ? undefined : secondaryAction.onClick,
20109
20243
  color: secondaryAction.shouldTextMatchBackground && isFeatured ? featuredItemStyles.backgroundColor : secondaryAction.shouldTextMatchBackground ? backgroundColor : undefined,
20110
20244
  isDecorated: true,
20111
20245
  target: '_blank'
@@ -20142,10 +20276,12 @@ var PricingTile = function (_a) {
20142
20276
  }
20143
20277
  }, jsx(Text, {
20144
20278
  type: 'title',
20145
- weight: 'bold'
20146
- }, disclaimer.termsTitle), jsx(Text, {
20147
- type: 'body'
20148
- }, disclaimer.termsDescription), jsx(Div, {
20279
+ weight: 'bold',
20280
+ content: disclaimer.termsTitle
20281
+ }), jsx(Text, {
20282
+ type: 'body',
20283
+ content: disclaimer.termsDescription
20284
+ }), jsx(Div, {
20149
20285
  outset: {
20150
20286
  top: 'auto'
20151
20287
  },
@@ -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>;
@@ -5,6 +5,7 @@ declare type ActionType = {
5
5
  text: string;
6
6
  onClick: () => void;
7
7
  shouldTextMatchBackground?: boolean;
8
+ isDisabled?: boolean;
8
9
  };
9
10
  declare type FeaturedItemStyleType = {
10
11
  backgroundColor: PricingTileColorType;
@@ -24,7 +25,8 @@ declare type Disclaimer = {
24
25
  };
25
26
  export declare type PricingTileProps = {
26
27
  title: string;
27
- price: string;
28
+ price?: string;
29
+ priceSubtext?: string;
28
30
  features: Features[];
29
31
  primaryAction?: ActionType;
30
32
  secondaryAction?: ActionType;
@@ -34,10 +36,10 @@ export declare type PricingTileProps = {
34
36
  backgroundColor?: PricingTileColorType;
35
37
  textColor?: 'gray' | 'white';
36
38
  description?: string;
37
- priceSubtext?: string;
38
39
  billingInterval?: string;
39
40
  hasShadow?: boolean;
40
41
  disclaimer?: Disclaimer;
42
+ isSelected?: boolean;
41
43
  };
42
44
  export declare const PricingTile: FC<PricingTileProps>;
43
45
  export {};
@@ -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.48",
3
+ "version": "1.7.51",
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",