@mindly/ui-components 7.0.3 → 7.0.5

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.
@@ -2,7 +2,8 @@ import React, { ReactElement, ReactText } from 'react';
2
2
  import { CheckboxTypes } from '../CustomCheckbox/CustomCheckbox';
3
3
  export type CheckboxListItem = {
4
4
  id: ReactText;
5
- label: string;
5
+ label?: string;
6
+ name?: string;
6
7
  icon?: ReactElement;
7
8
  isFavorite?: boolean;
8
9
  };
@@ -29,7 +29,6 @@ export type SpecialistConsultationPayment = {
29
29
  price_local_commission_by_exchange_rate_in_cents: number;
30
30
  price_default_after_commission_in_cents: number;
31
31
  price_local_after_commission_by_exchange_rate_in_cents: number;
32
- price_local_original_by_specialist_in_cents?: number;
33
32
  };
34
33
  export type SpecialistConsultation = {
35
34
  id: string;
package/dist/index.d.ts CHANGED
@@ -415,7 +415,6 @@ type SpecialistConsultationPayment = {
415
415
  price_local_commission_by_exchange_rate_in_cents: number;
416
416
  price_default_after_commission_in_cents: number;
417
417
  price_local_after_commission_by_exchange_rate_in_cents: number;
418
- price_local_original_by_specialist_in_cents?: number;
419
418
  };
420
419
  type SpecialistConsultation = {
421
420
  id: string;
@@ -4454,7 +4453,8 @@ declare const _default$7: React__default.MemoExoticComponent<React__default.Forw
4454
4453
 
4455
4454
  type CheckboxListItem = {
4456
4455
  id: ReactText;
4457
- label: string;
4456
+ label?: string;
4457
+ name?: string;
4458
4458
  icon?: ReactElement;
4459
4459
  isFavorite?: boolean;
4460
4460
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "7.0.3",
3
+ "version": "7.0.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",