@sendoutcards/quantum-design-ui 1.7.49 → 1.7.50

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
@@ -20020,7 +20020,7 @@ var PricingTile = function (_a) {
20020
20020
  }, description !== null && description !== void 0 ? description : children), jsx(Flex, {
20021
20021
  width: "100%",
20022
20022
  alignItems: "center"
20023
- }, jsx(Text, {
20023
+ }, price && jsx(Text, {
20024
20024
  type: {
20025
20025
  xSmall: 'subtitle',
20026
20026
  medium: 'title'
@@ -20113,6 +20113,7 @@ var PricingTile = function (_a) {
20113
20113
  bottom: '0'
20114
20114
  }
20115
20115
  }, jsx(Text, {
20116
+ color: featureTextColor,
20116
20117
  type: "body"
20117
20118
  }, subFeature));
20118
20119
  })))) : jsx(Text, {
@@ -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;
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.50",
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",