@sendoutcards/quantum-design-ui 1.8.8 → 1.8.9

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
@@ -21319,7 +21319,8 @@ var NavigationLink = function (_a) {
21319
21319
  color: "primaryBody",
21320
21320
  inset: {
21321
21321
  horizontal: 'x_5'
21322
- }
21322
+ },
21323
+ whiteSpace: "nowrap"
21323
21324
  })), jsx(Span, {
21324
21325
  position: "absolute",
21325
21326
  style: {
@@ -22568,7 +22569,7 @@ var ConfigurationCard = function (_a) {
22568
22569
  layout = _a.layout,
22569
22570
  _b = _a.type,
22570
22571
  type = _b === void 0 ? 'addon' : _b,
22571
- isFeatured = _a.isFeatured,
22572
+ featureCaption = _a.featureCaption,
22572
22573
  _c = _a.backgroundColor,
22573
22574
  backgroundColor = _c === void 0 ? 'background' : _c,
22574
22575
  isSelected = _a.isSelected;
@@ -22604,13 +22605,13 @@ var ConfigurationCard = function (_a) {
22604
22605
  name: "information",
22605
22606
  size: "small",
22606
22607
  primaryColor: "secondaryBrand"
22607
- }) : type === 'upsale' && isFeatured && jsx(Capsule, {
22608
+ }) : type === 'upsale' && featureCaption && jsx(Capsule, {
22608
22609
  backgroundColor: {
22609
22610
  swatch: 'primaryBrand',
22610
22611
  shade: 'base'
22611
22612
  },
22612
22613
  fontColor: "inverseBody",
22613
- title: "Popular"
22614
+ title: featureCaption
22614
22615
  })), jsx(Flex, {
22615
22616
  justifyContent: "flex-start",
22616
22617
  alignItems: "center",
@@ -13,7 +13,7 @@ export declare type ConfigurationCardProps = {
13
13
  itemPriceTitle?: string;
14
14
  layout?: 'horizontal' | 'vertical';
15
15
  type?: ConfigurationCardType;
16
- isFeatured?: boolean;
16
+ featureCaption?: string;
17
17
  backgroundColor?: HOCColorKeysWithSwatch;
18
18
  };
19
19
  export declare const ConfigurationCard: FC<ConfigurationCardProps>;
@@ -10,9 +10,10 @@ export declare type SubmitOptionType = {
10
10
  };
11
11
  export declare type UpsaleOptionType = {
12
12
  title: string;
13
+ secondaryTitle?: string;
13
14
  subtitle?: string;
14
15
  optionId: string;
15
- isFeatured?: boolean;
16
+ featureCaption?: string;
16
17
  };
17
18
  export declare type UpsaleOptionsType = {
18
19
  selectableOptions: UpsaleOptionType[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendoutcards/quantum-design-ui",
3
- "version": "1.8.8",
3
+ "version": "1.8.9",
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",