@mindly/ui-components 5.108.5 → 6.0.0-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 (59) hide show
  1. package/dist/cjs/configs/tailwind/colors.d.ts +0 -1
  2. package/dist/cjs/index.d.ts +1 -10
  3. package/dist/cjs/index.js +7 -7
  4. package/dist/cjs/lib/Filters/ListSelect/ListSelect.style.d.ts +1 -1
  5. package/dist/cjs/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +7 -0
  6. package/dist/cjs/lib2/features/MobilePickerFeature/index.d.ts +1 -0
  7. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +0 -1
  8. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +0 -2
  9. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +4 -4
  10. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +0 -1
  11. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +1 -1
  12. package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +1 -1
  13. package/dist/cjs/lib2/features/TariffFeature/styles.d.ts +14 -0
  14. package/dist/cjs/lib2/features/TariffFeature/types.d.ts +0 -1
  15. package/dist/cjs/lib2/shared/assets/icons/index.d.ts +0 -1
  16. package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +4 -6
  17. package/dist/cjs/lib2/shared/types/user.d.ts +0 -1
  18. package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +1 -1
  19. package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +2 -0
  20. package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +2 -0
  21. package/dist/cjs/lib2/shared/ui/Input/Input.d.ts +4 -0
  22. package/dist/cjs/lib2/shared/ui/Input/types.d.ts +4 -0
  23. package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +1 -3
  24. package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxDefaultItem.d.ts +1 -1
  25. package/dist/cjs/lib2/shared/ui/ListBoxItem/types.d.ts +0 -1
  26. package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +1 -1
  27. package/dist/esm/configs/tailwind/colors.d.ts +0 -1
  28. package/dist/esm/index.d.ts +1 -10
  29. package/dist/esm/index.js +7 -7
  30. package/dist/esm/lib/Filters/ListSelect/ListSelect.style.d.ts +1 -1
  31. package/dist/esm/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +7 -0
  32. package/dist/esm/lib2/features/MobilePickerFeature/index.d.ts +1 -0
  33. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +0 -1
  34. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +0 -2
  35. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +4 -4
  36. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +0 -1
  37. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +1 -1
  38. package/dist/esm/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +1 -1
  39. package/dist/esm/lib2/features/TariffFeature/styles.d.ts +14 -0
  40. package/dist/esm/lib2/features/TariffFeature/types.d.ts +0 -1
  41. package/dist/esm/lib2/shared/assets/icons/index.d.ts +0 -1
  42. package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +4 -6
  43. package/dist/esm/lib2/shared/types/user.d.ts +0 -1
  44. package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +1 -1
  45. package/dist/esm/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +2 -0
  46. package/dist/esm/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +2 -0
  47. package/dist/esm/lib2/shared/ui/Input/Input.d.ts +4 -0
  48. package/dist/esm/lib2/shared/ui/Input/types.d.ts +4 -0
  49. package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +1 -3
  50. package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxDefaultItem.d.ts +1 -1
  51. package/dist/esm/lib2/shared/ui/ListBoxItem/types.d.ts +0 -1
  52. package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +1 -1
  53. package/dist/index.d.ts +162 -239
  54. package/package.json +1 -1
  55. package/src/configs/tailwind/colors.ts +0 -1
  56. package/dist/cjs/lib2/shared/assets/icons/IconCheckboxThinUnchecked.d.ts +0 -7
  57. package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxIconItem.d.ts +0 -18
  58. package/dist/esm/lib2/shared/assets/icons/IconCheckboxThinUnchecked.d.ts +0 -7
  59. package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxIconItem.d.ts +0 -18
@@ -2,7 +2,7 @@
2
2
  export declare const ListTitle: import("styled-components").StyledComponent<"h3", any, {}, never>;
3
3
  export declare const IonItemStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonItem, "button" | "type" | "disabled" | "rel" | "color" | "download" | "href" | "target" | "mode" | "fill" | "lines" | "routerAnimation" | "shape" | "counter" | "counterFormatter" | "detail" | "detailIcon"> & {
4
4
  routerLink?: string | undefined;
5
- routerDirection?: "none" | "root" | "forward" | "back" | undefined;
5
+ routerDirection?: "root" | "none" | "forward" | "back" | undefined;
6
6
  routerOptions?: import("@ionic/react").RouterOptions | undefined;
7
7
  routerAnimation?: import("@ionic/react").AnimationBuilder | undefined;
8
8
  } & Pick<import("react").HTMLAttributes<HTMLIonItemElement>, "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/IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonItemElement>>, any, {}, never>;
@@ -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';
@@ -5,7 +5,6 @@ type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
5
5
  onChange?: (value: string[]) => void;
6
6
  defaultValues?: string[];
7
7
  variant?: OnboardingVariant;
8
- template?: 'checkbox' | 'icon';
9
8
  } & OnBoardingMultiSelectScreenType;
10
9
  declare const _default: React.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
11
10
  export default _default;
@@ -11,8 +11,6 @@ type OnBoardingPaywallScreenPreviewFeatureProps = {
11
11
  useAdditionalDiscount?: boolean;
12
12
  onBuyTariff?: (tariffId: string) => void;
13
13
  isLoading?: boolean;
14
- termsOfUseLink?: string;
15
- onTrackTariffEvent: (tariffData: OnBoardingPaywallScreenType['tariffs'][number], eventName: 'FUNNEL_PAYWALL_PLAN_INFO_VIEWED' | 'FUNNEL_PAYWALL_PURCHASE_BUTTON_CLICKED') => void;
16
14
  } & OnBoardingPaywallScreenType;
17
15
  declare const OnBoardingPaywallScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps>;
18
16
  export default OnBoardingPaywallScreenPreviewFeature;
@@ -3,8 +3,8 @@ export declare const images: {
3
3
  after: string;
4
4
  before: string;
5
5
  ccpa: string;
6
+ forbes: string;
6
7
  gdpr: string;
7
- soc2: string;
8
8
  guarantee: string;
9
9
  hipaa: string;
10
10
  mockup1: string;
@@ -12,12 +12,12 @@ export declare const images: {
12
12
  mockup3: string;
13
13
  mockup4: string;
14
14
  nwt: string;
15
- time: string;
16
- forbes: string;
17
- verge: string;
18
15
  present: string;
19
16
  realStories: string;
20
17
  session: string;
18
+ soc2: string;
19
+ time: string;
20
+ verge: string;
21
21
  };
22
22
  export declare const getCompareItems: (t?: WithTranslation['t']) => {
23
23
  id: string;
@@ -9,7 +9,6 @@ type OnBoardingProgressFeatureProps = {
9
9
  contentStyle?: OnBoardingScreenStyleOptions;
10
10
  startAdornment?: React.ReactNode;
11
11
  variant?: OnboardingVariant;
12
- empty?: boolean;
13
12
  };
14
13
  declare const _default: React.NamedExoticComponent<OnBoardingProgressFeatureProps>;
15
14
  export default _default;
@@ -5,7 +5,7 @@ type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
5
5
  onChange?: (value: string) => void;
6
6
  defaultValues?: string[];
7
7
  variant?: OnboardingVariant;
8
- template?: 'radio' | 'image' | 'emoji' | 'icon';
8
+ template?: 'radio' | 'image' | 'emoji';
9
9
  } & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
10
10
  declare const _default: React.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
11
11
  export default _default;
@@ -11,7 +11,7 @@ export type SpecialistInfoColumnFeatureProps = {
11
11
  sessionDurationMinutes: number;
12
12
  currentPriceType: SupportedCurrency;
13
13
  className?: string;
14
- userBalance?: number;
14
+ globalPersonalPrice?: number;
15
15
  };
16
16
  declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps>;
17
17
  export default SpecialistInfoColumnFeature;
@@ -1,9 +1,11 @@
1
1
  export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnType<{
2
2
  variant: {
3
3
  default: {
4
+ label: string;
4
5
  checkbox: string;
5
6
  };
6
7
  blue: {
8
+ label: string;
7
9
  checkbox: string;
8
10
  };
9
11
  };
@@ -33,9 +35,11 @@ export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnTyp
33
35
  }, undefined, import("tailwind-variants/dist/config").TVConfig<{
34
36
  variant: {
35
37
  default: {
38
+ label: string;
36
39
  checkbox: string;
37
40
  };
38
41
  blue: {
42
+ label: string;
39
43
  checkbox: string;
40
44
  };
41
45
  };
@@ -59,9 +63,11 @@ export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnTyp
59
63
  }, {
60
64
  variant: {
61
65
  default: {
66
+ label: string;
62
67
  checkbox: string;
63
68
  };
64
69
  blue: {
70
+ label: string;
65
71
  checkbox: string;
66
72
  };
67
73
  };
@@ -85,9 +91,11 @@ export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnTyp
85
91
  }>, {
86
92
  variant: {
87
93
  default: {
94
+ label: string;
88
95
  checkbox: string;
89
96
  };
90
97
  blue: {
98
+ label: string;
91
99
  checkbox: string;
92
100
  };
93
101
  };
@@ -117,9 +125,11 @@ export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnTyp
117
125
  }, import("tailwind-variants").TVReturnType<{
118
126
  variant: {
119
127
  default: {
128
+ label: string;
120
129
  checkbox: string;
121
130
  };
122
131
  blue: {
132
+ label: string;
123
133
  checkbox: string;
124
134
  };
125
135
  };
@@ -149,9 +159,11 @@ export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnTyp
149
159
  }, undefined, import("tailwind-variants/dist/config").TVConfig<{
150
160
  variant: {
151
161
  default: {
162
+ label: string;
152
163
  checkbox: string;
153
164
  };
154
165
  blue: {
166
+ label: string;
155
167
  checkbox: string;
156
168
  };
157
169
  };
@@ -175,9 +187,11 @@ export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnTyp
175
187
  }, {
176
188
  variant: {
177
189
  default: {
190
+ label: string;
178
191
  checkbox: string;
179
192
  };
180
193
  blue: {
194
+ label: string;
181
195
  checkbox: string;
182
196
  };
183
197
  };
@@ -19,5 +19,4 @@ export type TariffFeatureProps = {
19
19
  initialIsInfoOpen?: boolean;
20
20
  isPreview?: boolean;
21
21
  onSelect(id: string): void;
22
- onInfoViewed?(id: string): void;
23
22
  };
@@ -135,4 +135,3 @@ export * from './IconPaywall';
135
135
  export * from './IconRadioPartial';
136
136
  export * from './IconArrowRange';
137
137
  export * from './IconLeaderboard';
138
- export * from './IconCheckboxThinUnchecked';
@@ -43,6 +43,8 @@ export type OnBoardingScreenOptionType = {
43
43
  alphabeticalOrder?: string | null;
44
44
  isDefault?: boolean;
45
45
  filtrationAnswerId?: string;
46
+ };
47
+ export type OnBoardingScreenOptionWithImageType = OnBoardingScreenOptionType & {
46
48
  image?: ResponseFileType | null;
47
49
  };
48
50
  export type OnBoardingScreenOptionWithScaleType = OnBoardingScreenOptionType & {
@@ -112,19 +114,15 @@ export type OnBoardingInfoScreenType = OnBoardingBaseScreenType & OnBoardingScre
112
114
  image?: ResponseFileType | null;
113
115
  };
114
116
  export type OnBoardingMultiSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenDescriptionType & {
115
- isOptionView?: boolean;
116
- isIconView?: boolean;
117
117
  options: OnBoardingScreenOptionType[];
118
118
  };
119
119
  export type OnBoardingSingleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
120
- isOptionView?: boolean;
121
- isIconView?: boolean;
122
120
  legalText?: string;
123
121
  options: OnBoardingScreenOptionType[];
124
122
  };
125
123
  export type OnBoardingSingleImageSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
126
124
  legalText?: string;
127
- options: OnBoardingScreenOptionType[];
125
+ options: OnBoardingScreenOptionWithImageType[];
128
126
  };
129
127
  export type OnBoardingSingleScaleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
130
128
  minLabel?: string;
@@ -193,7 +191,7 @@ export type OnBoardingChartScreenType = OnBoardingBaseScreenType & OnBoardingScr
193
191
  disclaimer?: string;
194
192
  chart: ChartData;
195
193
  };
196
- export type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingSingleImageSelectScreenType | OnBoardingSingleScaleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType | OnBoardingCompareScreenType | OnBoardingPaywallScreenType | OnBoardingChartScreenType | OnBoardingGraphScreenType;
194
+ export type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType | OnBoardingCompareScreenType | OnBoardingPaywallScreenType | OnBoardingChartScreenType;
197
195
  export type OnBoardingFlowType = {
198
196
  id: string;
199
197
  locale: string;
@@ -34,5 +34,4 @@ export type UserType = {
34
34
  global_personal_price?: number;
35
35
  global_personal_price_currency?: SupportedCurrency;
36
36
  possible_price_filters?: number[];
37
- balance?: number;
38
37
  };
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  export declare const ButtonStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonButton, "form" | "strong" | "type" | "disabled" | "rel" | "color" | "buttonType" | "download" | "href" | "target" | "mode" | "size" | "fill" | "onIonBlur" | "onIonFocus" | "expand" | "routerAnimation" | "shape"> & {
3
3
  routerLink?: string | undefined;
4
- routerDirection?: "none" | "root" | "forward" | "back" | undefined;
4
+ routerDirection?: "root" | "none" | "forward" | "back" | undefined;
5
5
  routerOptions?: import("@ionic/react").RouterOptions | undefined;
6
6
  routerAnimation?: import("@ionic/react").AnimationBuilder | undefined;
7
7
  } & Pick<import("react").HTMLAttributes<HTMLIonButtonElement>, "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/IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonButtonElement>>, any, {
@@ -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
+ }
@@ -4,8 +4,7 @@ export declare enum ListBoxSelectionType {
4
4
  Checkbox = "checkbox",
5
5
  Radio = "radio",
6
6
  Image = "image",
7
- Emoji = "emoji",
8
- Icon = "icon"
7
+ Emoji = "emoji"
9
8
  }
10
9
  export type VariantType = 'default' | 'blue';
11
10
  export type ListBoxProps<T> = AriaListBoxProps<T> & {
@@ -17,5 +16,4 @@ export type ListBoxProps<T> = AriaListBoxProps<T> & {
17
16
  variant?: VariantType;
18
17
  image?: ResponseFileType;
19
18
  isOnboardingPreview?: boolean;
20
- selectionMode?: 'single' | 'multiple' | 'none';
21
19
  };
@@ -13,6 +13,6 @@ declare const _default: React.MemoExoticComponent<({ item, isSelected, selection
13
13
  selectionPosition: "end" | "start";
14
14
  enableSelection: boolean;
15
15
  selectedIconProps: IconProps;
16
- type: "image" | "checkbox" | "radio" | "emoji" | "icon";
16
+ type: "image" | "checkbox" | "radio" | "emoji";
17
17
  }) => JSX.Element>;
18
18
  export default _default;
@@ -15,7 +15,6 @@ export type ListOptionsProps = {
15
15
  variant?: VariantType;
16
16
  image?: ResponseFileType | null;
17
17
  isOnboardingPreview?: boolean;
18
- selectionMode?: 'single' | 'multiple' | 'none';
19
18
  };
20
19
  export type ListBoxItemProps = {
21
20
  icon?: React.ReactNode;
@@ -16,5 +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 WithUserBalance: Story;
19
+ export declare const WithGlobalPersonalPrice: Story;
20
20
  export declare const FullPaid: Story;