@mindly/ui-components 5.105.4 → 5.105.5-dev.1

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.
Files changed (40) hide show
  1. package/dist/cjs/index.js +3 -3
  2. package/dist/cjs/lib2/features/FilterFeature/FilterRangeFeature.d.ts +1 -2
  3. package/dist/cjs/lib2/features/FilterFeature/types.d.ts +1 -0
  4. package/dist/cjs/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +7 -0
  5. package/dist/cjs/lib2/features/MobilePickerFeature/index.d.ts +1 -0
  6. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +3 -2
  7. package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/constants.d.ts +5 -4
  8. package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewTrialSessionFeature/constants.d.ts +5 -4
  9. package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +1 -0
  10. package/dist/cjs/lib2/shared/providers/CircleRatingProvider/CircleRatingProvider.d.ts +1 -1
  11. package/dist/cjs/lib2/shared/types/user.d.ts +4 -0
  12. package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +2 -0
  13. package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +2 -0
  14. package/dist/cjs/lib2/shared/ui/Input/Input.d.ts +4 -0
  15. package/dist/cjs/lib2/shared/ui/Input/types.d.ts +4 -0
  16. package/dist/cjs/lib2/shared/utils/matching.d.ts +2 -1
  17. package/dist/cjs/lib2/shared/utils/mock.d.ts +2 -1
  18. package/dist/cjs/lib2/shared/utils/session.d.ts +2 -1
  19. package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +2 -0
  20. package/dist/esm/index.js +3 -3
  21. package/dist/esm/lib2/features/FilterFeature/FilterRangeFeature.d.ts +1 -2
  22. package/dist/esm/lib2/features/FilterFeature/types.d.ts +1 -0
  23. package/dist/esm/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +7 -0
  24. package/dist/esm/lib2/features/MobilePickerFeature/index.d.ts +1 -0
  25. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +3 -2
  26. package/dist/esm/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/constants.d.ts +5 -4
  27. package/dist/esm/lib2/features/SessionReviewsFeature/ReviewTrialSessionFeature/constants.d.ts +5 -4
  28. package/dist/esm/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +1 -0
  29. package/dist/esm/lib2/shared/providers/CircleRatingProvider/CircleRatingProvider.d.ts +1 -1
  30. package/dist/esm/lib2/shared/types/user.d.ts +4 -0
  31. package/dist/esm/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +2 -0
  32. package/dist/esm/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +2 -0
  33. package/dist/esm/lib2/shared/ui/Input/Input.d.ts +4 -0
  34. package/dist/esm/lib2/shared/ui/Input/types.d.ts +4 -0
  35. package/dist/esm/lib2/shared/utils/matching.d.ts +2 -1
  36. package/dist/esm/lib2/shared/utils/mock.d.ts +2 -1
  37. package/dist/esm/lib2/shared/utils/session.d.ts +2 -1
  38. package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +2 -0
  39. package/dist/index.d.ts +8 -4
  40. package/package.json +9 -8
@@ -1,4 +1,4 @@
1
- import React, { FC } from 'react';
1
+ import { FC } from 'react';
2
2
  import { SupportedCurrency } from '../../shared';
3
3
  export type FilterRangeFeatureProps = {
4
4
  className?: string;
@@ -10,6 +10,5 @@ export type FilterRangeFeatureProps = {
10
10
  ticks?: boolean;
11
11
  currency?: SupportedCurrency;
12
12
  };
13
- export declare const RangeStyled: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonRange & Pick<React.HTMLAttributes<HTMLIonRangeElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "children" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/react-component-lib/interfaces").StyleReactProps & React.RefAttributes<HTMLIonRangeElement>>, any, {}, never>;
14
13
  declare const FilterRangeFeature: FC<FilterRangeFeatureProps>;
15
14
  export default FilterRangeFeature;
@@ -11,6 +11,7 @@ export type FilterFeatureProps = {
11
11
  badge?: BadgeProps;
12
12
  description?: string;
13
13
  multiple?: boolean;
14
+ range?: number[];
14
15
  totalItems?: number;
15
16
  isLoadingTotalItems?: boolean;
16
17
  onChange?(value: FilterValue): void;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ selections: Record<string, string[]>;
3
+ defaults?: Record<string, string>;
4
+ onChange(value: Record<string, string>): void;
5
+ };
6
+ declare const MobilePickerFeature: ({ selections, defaults, onChange, }: Props) => JSX.Element;
7
+ export default MobilePickerFeature;
@@ -0,0 +1 @@
1
+ export { default as MobilePickerFeature } from './MobilePickerFeature';
@@ -1,3 +1,4 @@
1
+ import { WithTranslation } from 'react-i18next';
1
2
  export declare const images: {
2
3
  after: string;
3
4
  before: string;
@@ -18,13 +19,13 @@ export declare const images: {
18
19
  time: string;
19
20
  verge: string;
20
21
  };
21
- export declare const getCompareItems: (t?: any) => {
22
+ export declare const getCompareItems: (t?: WithTranslation['t']) => {
22
23
  id: string;
23
24
  label: string;
24
25
  hasInMindly: boolean;
25
26
  hasInCompetitors: boolean;
26
27
  }[];
27
- export declare const getHowItWorksItems: (t?: any) => {
28
+ export declare const getHowItWorksItems: (t?: WithTranslation['t']) => {
28
29
  id: string;
29
30
  title: string;
30
31
  description: string;
@@ -1,8 +1,9 @@
1
+ import { WithTranslation } from 'react-i18next';
1
2
  export type Tag = {
2
3
  id: string;
3
4
  name: string;
4
5
  };
5
- export declare const TAGS_LIST_1_SUBSCRIPTION: (t?: any) => Tag[];
6
- export declare const TAGS_LIST_2_SUBSCRIPTION: (t?: any) => Tag[];
7
- export declare const TAGS_LIST_3_SUBSCRIPTION: (t?: any) => Tag[];
8
- export declare const TAGS_BY_RATING_SUBSCRIPTION: (t?: any) => Record<number, Tag[]>;
6
+ export declare const TAGS_LIST_1_SUBSCRIPTION: (t?: WithTranslation['t']) => Tag[];
7
+ export declare const TAGS_LIST_2_SUBSCRIPTION: (t?: WithTranslation['t']) => Tag[];
8
+ export declare const TAGS_LIST_3_SUBSCRIPTION: (t?: WithTranslation['t']) => Tag[];
9
+ export declare const TAGS_BY_RATING_SUBSCRIPTION: (t?: WithTranslation['t']) => Record<number, Tag[]>;
@@ -1,8 +1,9 @@
1
+ import { WithTranslation } from 'react-i18next';
1
2
  export type Tag = {
2
3
  id: string;
3
4
  name: string;
4
5
  };
5
- export declare const TAGS_LIST_1_TRIAL: (t?: any) => Tag[];
6
- export declare const TAGS_LIST_2_TRIAL: (t?: any) => Tag[];
7
- export declare const TAGS_LIST_3_TRIAL: (t?: any) => Tag[];
8
- export declare const TAGS_BY_RATING_TRIAL: (t?: any) => Record<number, Tag[]>;
6
+ export declare const TAGS_LIST_1_TRIAL: (t?: WithTranslation['t']) => Tag[];
7
+ export declare const TAGS_LIST_2_TRIAL: (t?: WithTranslation['t']) => Tag[];
8
+ export declare const TAGS_LIST_3_TRIAL: (t?: WithTranslation['t']) => Tag[];
9
+ export declare const TAGS_BY_RATING_TRIAL: (t?: WithTranslation['t']) => Record<number, Tag[]>;
@@ -11,6 +11,7 @@ export type SpecialistInfoColumnFeatureProps = {
11
11
  sessionDurationMinutes: number;
12
12
  currentPriceType: SupportedCurrency;
13
13
  className?: string;
14
+ globalPersonalPrice?: number;
14
15
  };
15
16
  declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps>;
16
17
  export default SpecialistInfoColumnFeature;
@@ -5,5 +5,5 @@ export declare const CircleRatingContext: React.Context<CircleRatingContextData>
5
5
  export declare const CircleRatingProvider: ({ children, data, t, }: {
6
6
  children: JSX.Element;
7
7
  data: CircleRatingContextProps;
8
- t: TFunction<import("react-i18next").FallbackNs<Ns>, KPrefix>;
8
+ t: WithTranslation['t'];
9
9
  }) => JSX.Element | null;
@@ -1,3 +1,4 @@
1
+ import { SupportedCurrency } from './common';
1
2
  export type Sex = 'male' | 'female';
2
3
  export type SpecialistOrderType = {
3
4
  specialist_id: string;
@@ -30,4 +31,7 @@ export type UserType = {
30
31
  dob?: string;
31
32
  country?: string;
32
33
  tax_id?: string;
34
+ global_personal_price?: number;
35
+ global_personal_price_currency?: SupportedCurrency;
36
+ possible_price_filters?: number[];
33
37
  };
@@ -0,0 +1,2 @@
1
+ declare const _default: () => JSX.Element;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: () => JSX.Element;
2
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { TestTypeProps } from './types';
3
+ declare const Input: FC<TestTypeProps>;
4
+ export default Input;
@@ -0,0 +1,4 @@
1
+ import { JSX } from '@ionic/core';
2
+ export interface TestTypeProps extends JSX.IonInput {
3
+ custom: string;
4
+ }
@@ -1,6 +1,7 @@
1
+ import { WithTranslation } from 'react-i18next';
1
2
  import { SpecialistAreaByMatch } from '../../features/SpecialistAreaListFeature/types';
2
3
  import { Specialist, UserType } from '../types';
3
- export declare const getMatchingValues: (specialist: Specialist, user?: UserType, join?: boolean, t?: any) => {
4
+ export declare const getMatchingValues: (specialist: Specialist, user?: UserType, join?: boolean, t?: WithTranslation['t']) => {
4
5
  matchingByAreas: SpecialistAreaByMatch[];
5
6
  matchingBySpecialization: SpecialistAreaByMatch[];
6
7
  };
@@ -1,8 +1,9 @@
1
+ import { WithTranslation } from 'react-i18next';
1
2
  import { ClientSpecialistContractStatusEnum } from '../types/contract';
2
3
  import { UserType } from '../types/user';
3
4
  import { Specialist } from '../types/specialistTypes';
4
5
  import { Session, SpecialistReview } from '../types';
5
- export declare const mockT: (translate?: Record<string, string>) => TFunction<import("react-i18next").FallbackNs<Ns>, KPrefix>;
6
+ export declare const mockT: (translate?: Record<string, string>) => WithTranslation['t'];
6
7
  export declare const specialist: Specialist;
7
8
  export declare const currentUser: UserType;
8
9
  export declare const listReviews: SpecialistReview[];
@@ -1,3 +1,4 @@
1
+ import { WithTranslation } from 'react-i18next';
1
2
  import { Session, SessionTime, SessionVariant } from '../types';
2
3
  export declare const SOON_SESSION_TIME_SECONDS: number;
3
4
  export declare const NEAR_SESSION_TIME_SECONDS: number;
@@ -9,5 +10,5 @@ export declare const getSessionsByYear: (sessions: Session[]) => Map<number, Ses
9
10
  export declare const getSessionsByMonth: (sessions: Session[]) => Map<number, Session[]>;
10
11
  export declare const getSessionsByDay: (sessions: Session[]) => Map<number, Session[]>;
11
12
  export declare const splitSessions: (sessions: Session[]) => Map<string, Session[]>;
12
- export declare const getSessionTimeLabel: (variant: SessionVariant, startSessionDate: Date, t: TFunction<import("react-i18next").FallbackNs<Ns>, KPrefix>, locale: string) => string;
13
+ export declare const getSessionTimeLabel: (variant: SessionVariant, startSessionDate: Date, t: WithTranslation['t'], locale: string) => string;
13
14
  export declare const canManageSession: (sessionDate?: Date) => boolean;
@@ -16,3 +16,5 @@ export declare const WithoutExperience: Story;
16
16
  export declare const WithSuperSpecialistAndNewSpecialist: Story;
17
17
  export declare const WithSuperSpecialistAndNewSpecialistWithoutMatch: Story;
18
18
  export declare const WithUsdCurrency: Story;
19
+ export declare const WithGlobalPersonalPrice: Story;
20
+ export declare const FullPaid: Story;
package/dist/index.d.ts CHANGED
@@ -2,7 +2,6 @@
2
2
  import * as React$1 from 'react';
3
3
  import React__default, { ReactNode, CSSProperties, HTMLAttributes, RefAttributes, FC, SVGAttributes, KeyboardEvent, InputHTMLAttributes, KeyboardEventHandler, RefObject, EffectCallback, SVGProps, PropsWithChildren, ReactText, ReactElement, ChangeEvent } from 'react';
4
4
  import { JSX as JSX$1 } from '@ionic/core/components';
5
- import * as react_i18next from 'react-i18next';
6
5
  import { WithTranslation } from 'react-i18next';
7
6
  import { RatingComponentProps } from 'react-rating';
8
7
  import { ScrollDetail, ScrollBaseDetail, RefresherEventDetail } from '@ionic/react';
@@ -1775,6 +1774,9 @@ type UserType = {
1775
1774
  dob?: string;
1776
1775
  country?: string;
1777
1776
  tax_id?: string;
1777
+ global_personal_price?: number;
1778
+ global_personal_price_currency?: SupportedCurrency;
1779
+ possible_price_filters?: number[];
1778
1780
  };
1779
1781
 
1780
1782
  type SpecialistEducation = {
@@ -2416,7 +2418,7 @@ declare const CircleRatingContext: React__default.Context<CircleRatingContextDat
2416
2418
  declare const CircleRatingProvider: ({ children, data, t, }: {
2417
2419
  children: JSX.Element;
2418
2420
  data: CircleRatingContextProps;
2419
- t: TFunction<react_i18next.FallbackNs<Ns>, KPrefix>;
2421
+ t: WithTranslation['t'];
2420
2422
  }) => JSX.Element | null;
2421
2423
 
2422
2424
  type VideoContextValue = {
@@ -3081,6 +3083,7 @@ type SpecialistInfoColumnFeatureProps = {
3081
3083
  sessionDurationMinutes: number;
3082
3084
  currentPriceType: SupportedCurrency;
3083
3085
  className?: string;
3086
+ globalPersonalPrice?: number;
3084
3087
  };
3085
3088
  declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps>;
3086
3089
 
@@ -3528,6 +3531,7 @@ type FilterFeatureProps = {
3528
3531
  badge?: BadgeProps;
3529
3532
  description?: string;
3530
3533
  multiple?: boolean;
3534
+ range?: number[];
3531
3535
  totalItems?: number;
3532
3536
  isLoadingTotalItems?: boolean;
3533
3537
  onChange?(value: FilterValue): void;
@@ -3863,10 +3867,10 @@ declare const getSessionsByYear: (sessions: Session[]) => Map<number, Session[]>
3863
3867
  declare const getSessionsByMonth: (sessions: Session[]) => Map<number, Session[]>;
3864
3868
  declare const getSessionsByDay: (sessions: Session[]) => Map<number, Session[]>;
3865
3869
  declare const splitSessions: (sessions: Session[]) => Map<string, Session[]>;
3866
- declare const getSessionTimeLabel: (variant: SessionVariant, startSessionDate: Date, t: TFunction<react_i18next.FallbackNs<Ns>, KPrefix>, locale: string) => string;
3870
+ declare const getSessionTimeLabel: (variant: SessionVariant, startSessionDate: Date, t: WithTranslation['t'], locale: string) => string;
3867
3871
  declare const canManageSession: (sessionDate?: Date) => boolean;
3868
3872
 
3869
- declare const mockT: (translate?: Record<string, string>) => TFunction<react_i18next.FallbackNs<Ns>, KPrefix>;
3873
+ declare const mockT: (translate?: Record<string, string>) => WithTranslation['t'];
3870
3874
  declare const specialist: Specialist;
3871
3875
  declare const currentUser: UserType;
3872
3876
  declare const listReviews: SpecialistReview$1[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.105.4",
3
+ "version": "5.105.5-dev.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",
@@ -15,9 +15,10 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@babel/polyfill": "7.12.1",
18
- "@capacitor/clipboard": "6.0.1",
19
- "@capacitor/haptics": "^6.0.1",
20
- "@capacitor/share": "6.0.2",
18
+ "@capacitor/clipboard": "7.0.1",
19
+ "@capacitor/haptics": "7.0.1",
20
+ "@capacitor/keyboard": "7.0.1",
21
+ "@capacitor/share": "7.0.1",
21
22
  "@fontsource/inter": "5.0.8",
22
23
  "@fontsource/inter-tight": "5.0.12",
23
24
  "@ionic/react": "6.7.5",
@@ -27,6 +28,7 @@
27
28
  "classnames": "2.3.2",
28
29
  "date-fns": "2.30.0",
29
30
  "html-react-parser": "3.0.16",
31
+ "i18next": "~23.11.5",
30
32
  "luxon": "2.5.2",
31
33
  "markdown-to-jsx": "7.5.0",
32
34
  "react": "17.0.2",
@@ -50,9 +52,9 @@
50
52
  },
51
53
  "peerDependencies": {
52
54
  "@babel/polyfill": "7.12.1",
53
- "@capacitor/core": "6.1.2",
54
- "@capacitor/haptics": "^6.0.1",
55
- "@capacitor/keyboard": "^6.0.1",
55
+ "@capacitor/core": "7.4.1",
56
+ "@capacitor/haptics": "7.0.1",
57
+ "@capacitor/keyboard": "7.0.1",
56
58
  "@fontsource/inter": "5.0.8",
57
59
  "@fontsource/inter-tight": "5.0.12",
58
60
  "@ionic/react": "6.7.5",
@@ -99,7 +101,6 @@
99
101
  "@babel/core": "7.22.20",
100
102
  "@babel/plugin-proposal-private-property-in-object": "7.21.11",
101
103
  "@babel/preset-typescript": "7.22.15",
102
- "@capacitor/keyboard": "^6.0.1",
103
104
  "@ionic/lab": "3.2.10",
104
105
  "@rollup/plugin-commonjs": "20.0.0",
105
106
  "@rollup/plugin-image": "2.1.1",