@mindly/ui-components 8.7.3 → 8.8.0

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.
@@ -13,6 +13,7 @@ export type SpecialistInfoColumnFeatureProps = {
13
13
  className?: string;
14
14
  userBalance?: number;
15
15
  locale: SupportedLocales;
16
+ discountPercent?: number;
16
17
  };
17
18
  declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps>;
18
19
  export default SpecialistInfoColumnFeature;
@@ -35,6 +35,7 @@ export type UserType = {
35
35
  global_personal_price_currency?: SupportedCurrency;
36
36
  possible_price_filters?: number[];
37
37
  balance?: number;
38
+ discountPercent?: number;
38
39
  /**
39
40
  * @deprecated Do not use this field, use filters instead
40
41
  */
package/dist/index.d.ts CHANGED
@@ -1124,6 +1124,7 @@ type UserType = {
1124
1124
  global_personal_price_currency?: SupportedCurrency;
1125
1125
  possible_price_filters?: number[];
1126
1126
  balance?: number;
1127
+ discountPercent?: number;
1127
1128
  /**
1128
1129
  * @deprecated Do not use this field, use filters instead
1129
1130
  */
@@ -2909,6 +2910,7 @@ type SpecialistInfoColumnFeatureProps = {
2909
2910
  className?: string;
2910
2911
  userBalance?: number;
2911
2912
  locale: SupportedLocales;
2913
+ discountPercent?: number;
2912
2914
  };
2913
2915
  declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps>;
2914
2916
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.7.3",
3
+ "version": "8.8.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",