@mindly/ui-components 5.105.1-dev.1 → 5.105.1-hotfix

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 (278) hide show
  1. package/dist/cjs/configs/tailwind/colors.d.ts +0 -8
  2. package/dist/cjs/index.js +8 -16
  3. package/dist/cjs/lib/AppHeader/AppHeader.d.ts +0 -1
  4. package/dist/cjs/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +0 -1
  5. package/dist/cjs/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +9 -3
  6. package/dist/cjs/lib2/features/MobilePickerFeature/utils.d.ts +3 -0
  7. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +3 -7
  8. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +0 -2
  9. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +0 -2
  10. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +2 -5
  11. package/dist/cjs/lib2/features/OnBoardingFlow/index.d.ts +0 -5
  12. package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +2 -7
  13. package/dist/cjs/lib2/features/ReviewCardFeature/styles.d.ts +16 -190
  14. package/dist/cjs/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +0 -3
  15. package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/ReviewSubscriptionSessionFeature.d.ts +2 -3
  16. package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/SpecialistReview.d.ts +0 -2
  17. package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/Container.d.ts +18 -0
  18. package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/SessionReview.d.ts +19 -0
  19. package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/SpecialistReview.d.ts +17 -0
  20. package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/constants.d.ts +8 -0
  21. package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/index.d.ts +2 -0
  22. package/dist/cjs/lib2/features/SessionReviewsModal/TrialSession/SessionReview.d.ts +23 -0
  23. package/dist/cjs/lib2/features/SessionReviewsModal/TrialSession/constants.d.ts +8 -0
  24. package/dist/cjs/lib2/features/SessionReviewsModal/TrialSession/index.d.ts +2 -0
  25. package/dist/cjs/lib2/features/SessionReviewsModal/components/StarRating.d.ts +7 -0
  26. package/dist/cjs/lib2/features/SessionReviewsModal/components/TagsList.d.ts +16 -0
  27. package/dist/cjs/lib2/features/SessionReviewsModal/index.d.ts +4 -0
  28. package/dist/cjs/lib2/features/index.d.ts +0 -4
  29. package/dist/cjs/lib2/shared/assets/icons/IconCalendarMonth.d.ts +6 -2
  30. package/dist/cjs/lib2/shared/assets/icons/IconCheckboxChecked.d.ts +1 -1
  31. package/dist/cjs/lib2/shared/assets/icons/IconRadioButtonChecked.d.ts +2 -6
  32. package/dist/cjs/lib2/shared/assets/icons/index.d.ts +0 -22
  33. package/dist/cjs/lib2/shared/hooks/useCircleRating.d.ts +3 -7
  34. package/dist/cjs/lib2/shared/types/common.d.ts +0 -6
  35. package/dist/cjs/lib2/shared/types/index.d.ts +0 -1
  36. package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +2 -79
  37. package/dist/cjs/lib2/shared/types/ratingCircleTypes.d.ts +0 -4
  38. package/dist/cjs/lib2/shared/types/review.d.ts +0 -10
  39. package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +1 -1
  40. package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.d.ts +18 -2
  41. package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +0 -1
  42. package/dist/cjs/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
  43. package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +2 -11
  44. package/dist/cjs/lib2/shared/ui/ListBoxItem/types.d.ts +2 -16
  45. package/dist/cjs/lib2/shared/ui/ListItems/ListItem.d.ts +15 -0
  46. package/dist/cjs/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +1 -1
  47. package/dist/cjs/lib2/shared/ui/Rating/types.d.ts +1 -2
  48. package/dist/cjs/lib2/shared/ui/RatingCircle/RatingCircleWrapper.d.ts +1 -1
  49. package/dist/cjs/lib2/shared/ui/RatingCircle/styles.d.ts +0 -49
  50. package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +0 -1
  51. package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +0 -3
  52. package/dist/cjs/lib2/shared/ui/index.d.ts +0 -1
  53. package/dist/cjs/lib2/shared/utils/format.d.ts +0 -1
  54. package/dist/cjs/lib2/shared/utils/index.d.ts +0 -1
  55. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/index.d.ts +0 -1
  56. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/types.d.ts +0 -1
  57. package/dist/cjs/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/SpecialistPaymentConsultationDetailsWidget.d.ts +4 -0
  58. package/dist/cjs/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/index.d.ts +1 -0
  59. package/dist/cjs/lib2/widgets/index.d.ts +0 -1
  60. package/dist/esm/configs/tailwind/colors.d.ts +0 -8
  61. package/dist/esm/index.js +8 -16
  62. package/dist/esm/lib/AppHeader/AppHeader.d.ts +0 -1
  63. package/dist/esm/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +0 -1
  64. package/dist/esm/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +9 -3
  65. package/dist/esm/lib2/features/MobilePickerFeature/utils.d.ts +3 -0
  66. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +3 -7
  67. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +0 -2
  68. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +0 -2
  69. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +2 -5
  70. package/dist/esm/lib2/features/OnBoardingFlow/index.d.ts +0 -5
  71. package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +2 -7
  72. package/dist/esm/lib2/features/ReviewCardFeature/styles.d.ts +16 -190
  73. package/dist/esm/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +0 -3
  74. package/dist/esm/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/ReviewSubscriptionSessionFeature.d.ts +2 -3
  75. package/dist/esm/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/SpecialistReview.d.ts +0 -2
  76. package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/Container.d.ts +18 -0
  77. package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/SessionReview.d.ts +19 -0
  78. package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/SpecialistReview.d.ts +17 -0
  79. package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/constants.d.ts +8 -0
  80. package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/index.d.ts +2 -0
  81. package/dist/esm/lib2/features/SessionReviewsModal/TrialSession/SessionReview.d.ts +23 -0
  82. package/dist/esm/lib2/features/SessionReviewsModal/TrialSession/constants.d.ts +8 -0
  83. package/dist/esm/lib2/features/SessionReviewsModal/TrialSession/index.d.ts +2 -0
  84. package/dist/esm/lib2/features/SessionReviewsModal/components/StarRating.d.ts +7 -0
  85. package/dist/esm/lib2/features/SessionReviewsModal/components/TagsList.d.ts +16 -0
  86. package/dist/esm/lib2/features/SessionReviewsModal/index.d.ts +4 -0
  87. package/dist/esm/lib2/features/index.d.ts +0 -4
  88. package/dist/esm/lib2/shared/assets/icons/IconCalendarMonth.d.ts +6 -2
  89. package/dist/esm/lib2/shared/assets/icons/IconCheckboxChecked.d.ts +1 -1
  90. package/dist/esm/lib2/shared/assets/icons/IconRadioButtonChecked.d.ts +2 -6
  91. package/dist/esm/lib2/shared/assets/icons/index.d.ts +0 -22
  92. package/dist/esm/lib2/shared/hooks/useCircleRating.d.ts +3 -7
  93. package/dist/esm/lib2/shared/types/common.d.ts +0 -6
  94. package/dist/esm/lib2/shared/types/index.d.ts +0 -1
  95. package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +2 -79
  96. package/dist/esm/lib2/shared/types/ratingCircleTypes.d.ts +0 -4
  97. package/dist/esm/lib2/shared/types/review.d.ts +0 -10
  98. package/dist/esm/lib2/shared/ui/Badge/types.d.ts +1 -1
  99. package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.d.ts +18 -2
  100. package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +0 -1
  101. package/dist/esm/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
  102. package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +2 -11
  103. package/dist/esm/lib2/shared/ui/ListBoxItem/types.d.ts +2 -16
  104. package/dist/esm/lib2/shared/ui/ListItems/ListItem.d.ts +15 -0
  105. package/dist/esm/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +1 -1
  106. package/dist/esm/lib2/shared/ui/Rating/types.d.ts +1 -2
  107. package/dist/esm/lib2/shared/ui/RatingCircle/RatingCircleWrapper.d.ts +1 -1
  108. package/dist/esm/lib2/shared/ui/RatingCircle/styles.d.ts +0 -49
  109. package/dist/esm/lib2/shared/ui/Typography/types.d.ts +0 -1
  110. package/dist/esm/lib2/shared/ui/Video/Video.d.ts +0 -3
  111. package/dist/esm/lib2/shared/ui/index.d.ts +0 -1
  112. package/dist/esm/lib2/shared/utils/format.d.ts +0 -1
  113. package/dist/esm/lib2/shared/utils/index.d.ts +0 -1
  114. package/dist/esm/lib2/widgets/SpecialistDetailWidget/index.d.ts +0 -1
  115. package/dist/esm/lib2/widgets/SpecialistDetailWidget/types.d.ts +0 -1
  116. package/dist/esm/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/SpecialistPaymentConsultationDetailsWidget.d.ts +4 -0
  117. package/dist/esm/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/index.d.ts +1 -0
  118. package/dist/esm/lib2/widgets/index.d.ts +0 -1
  119. package/dist/index.d.ts +231 -622
  120. package/package.json +8 -9
  121. package/dist/cjs/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +0 -8
  122. package/dist/cjs/lib2/features/Charts/ChartAreaFeature/index.d.ts +0 -1
  123. package/dist/cjs/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +0 -9
  124. package/dist/cjs/lib2/features/Charts/ChartLinesFeature/index.d.ts +0 -1
  125. package/dist/cjs/lib2/features/Charts/components/DotLabel.d.ts +0 -18
  126. package/dist/cjs/lib2/features/Charts/config.d.ts +0 -32
  127. package/dist/cjs/lib2/features/Charts/index.d.ts +0 -2
  128. package/dist/cjs/lib2/features/Charts/types.d.ts +0 -30
  129. package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.d.ts +0 -4
  130. package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +0 -7
  131. package/dist/cjs/lib2/features/DropdownFeature/index.d.ts +0 -1
  132. package/dist/cjs/lib2/features/DropdownFeature/types.d.ts +0 -8
  133. package/dist/cjs/lib2/features/MindlyReviewFeature/MindlyReviewFeature.d.ts +0 -21
  134. package/dist/cjs/lib2/features/MindlyReviewFeature/index.d.ts +0 -1
  135. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +0 -10
  136. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +0 -1
  137. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +0 -9
  138. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +0 -1
  139. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/OnBoardingConfirmScreenPreviewFeature.d.ts +0 -13
  140. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/index.d.ts +0 -1
  141. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/OnBoardingEmailScreenPreviewFeature.d.ts +0 -10
  142. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/index.d.ts +0 -1
  143. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +0 -15
  144. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +0 -7
  145. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +0 -7
  146. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +0 -40
  147. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +0 -1
  148. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +0 -76
  149. package/dist/cjs/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +0 -8
  150. package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +0 -4
  151. package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +0 -6
  152. package/dist/cjs/lib2/features/PoweredByStripeFeature/index.d.ts +0 -1
  153. package/dist/cjs/lib2/features/PoweredByStripeFeature/types.d.ts +0 -4
  154. package/dist/cjs/lib2/features/TariffFeature/TariffFeature.d.ts +0 -4
  155. package/dist/cjs/lib2/features/TariffFeature/TariffFeature.stories.d.ts +0 -10
  156. package/dist/cjs/lib2/features/TariffFeature/index.d.ts +0 -1
  157. package/dist/cjs/lib2/features/TariffFeature/styles.d.ts +0 -215
  158. package/dist/cjs/lib2/features/TariffFeature/types.d.ts +0 -22
  159. package/dist/cjs/lib2/shared/assets/icons/IconAmEx.d.ts +0 -3
  160. package/dist/cjs/lib2/shared/assets/icons/IconAppStoreRating.d.ts +0 -3
  161. package/dist/cjs/lib2/shared/assets/icons/IconApplePay.d.ts +0 -3
  162. package/dist/cjs/lib2/shared/assets/icons/IconCancelBold.d.ts +0 -3
  163. package/dist/cjs/lib2/shared/assets/icons/IconChart.d.ts +0 -3
  164. package/dist/cjs/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +0 -7
  165. package/dist/cjs/lib2/shared/assets/icons/IconCompare.d.ts +0 -3
  166. package/dist/cjs/lib2/shared/assets/icons/IconDivider.d.ts +0 -3
  167. package/dist/cjs/lib2/shared/assets/icons/IconDoubleArrow.d.ts +0 -3
  168. package/dist/cjs/lib2/shared/assets/icons/IconGlobe.d.ts +0 -3
  169. package/dist/cjs/lib2/shared/assets/icons/IconGooglePay.d.ts +0 -3
  170. package/dist/cjs/lib2/shared/assets/icons/IconInfo.d.ts +0 -3
  171. package/dist/cjs/lib2/shared/assets/icons/IconMaestro.d.ts +0 -3
  172. package/dist/cjs/lib2/shared/assets/icons/IconMastercard.d.ts +0 -3
  173. package/dist/cjs/lib2/shared/assets/icons/IconMatching.d.ts +0 -7
  174. package/dist/cjs/lib2/shared/assets/icons/IconPaperPencil.d.ts +0 -7
  175. package/dist/cjs/lib2/shared/assets/icons/IconPaywall.d.ts +0 -3
  176. package/dist/cjs/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +0 -3
  177. package/dist/cjs/lib2/shared/assets/icons/IconRadioPartial.d.ts +0 -3
  178. package/dist/cjs/lib2/shared/assets/icons/IconSecure.d.ts +0 -3
  179. package/dist/cjs/lib2/shared/assets/icons/IconSwitch.d.ts +0 -3
  180. package/dist/cjs/lib2/shared/assets/icons/IconVisa.d.ts +0 -3
  181. package/dist/cjs/lib2/shared/types/tariff.d.ts +0 -14
  182. package/dist/cjs/lib2/shared/types/variant.d.ts +0 -4
  183. package/dist/cjs/lib2/shared/ui/Button_v2/types.d.ts +0 -19
  184. package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +0 -2
  185. package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +0 -2
  186. package/dist/cjs/lib2/shared/ui/Input/Input.d.ts +0 -4
  187. package/dist/cjs/lib2/shared/ui/Input/types.d.ts +0 -4
  188. package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +0 -17
  189. package/dist/cjs/lib2/shared/ui/ListBoxItem/constants.d.ts +0 -2
  190. package/dist/cjs/lib2/shared/ui/SolidInput/SolidInput.d.ts +0 -4
  191. package/dist/cjs/lib2/shared/ui/SolidInput/SolidInput.stories.d.ts +0 -8
  192. package/dist/cjs/lib2/shared/ui/SolidInput/index.d.ts +0 -1
  193. package/dist/cjs/lib2/shared/ui/SolidInput/types.d.ts +0 -16
  194. package/dist/cjs/lib2/shared/ui/Video/styles.d.ts +0 -189
  195. package/dist/cjs/lib2/shared/utils/onboarding.d.ts +0 -4
  196. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +0 -4
  197. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +0 -7
  198. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/index.d.ts +0 -1
  199. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/types.d.ts +0 -9
  200. package/dist/esm/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +0 -8
  201. package/dist/esm/lib2/features/Charts/ChartAreaFeature/index.d.ts +0 -1
  202. package/dist/esm/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +0 -9
  203. package/dist/esm/lib2/features/Charts/ChartLinesFeature/index.d.ts +0 -1
  204. package/dist/esm/lib2/features/Charts/components/DotLabel.d.ts +0 -18
  205. package/dist/esm/lib2/features/Charts/config.d.ts +0 -32
  206. package/dist/esm/lib2/features/Charts/index.d.ts +0 -2
  207. package/dist/esm/lib2/features/Charts/types.d.ts +0 -30
  208. package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.d.ts +0 -4
  209. package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +0 -7
  210. package/dist/esm/lib2/features/DropdownFeature/index.d.ts +0 -1
  211. package/dist/esm/lib2/features/DropdownFeature/types.d.ts +0 -8
  212. package/dist/esm/lib2/features/MindlyReviewFeature/MindlyReviewFeature.d.ts +0 -21
  213. package/dist/esm/lib2/features/MindlyReviewFeature/index.d.ts +0 -1
  214. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +0 -10
  215. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +0 -1
  216. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +0 -9
  217. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +0 -1
  218. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/OnBoardingConfirmScreenPreviewFeature.d.ts +0 -13
  219. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/index.d.ts +0 -1
  220. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/OnBoardingEmailScreenPreviewFeature.d.ts +0 -10
  221. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/index.d.ts +0 -1
  222. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +0 -15
  223. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +0 -7
  224. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +0 -7
  225. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +0 -40
  226. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +0 -1
  227. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +0 -76
  228. package/dist/esm/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +0 -8
  229. package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +0 -4
  230. package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +0 -6
  231. package/dist/esm/lib2/features/PoweredByStripeFeature/index.d.ts +0 -1
  232. package/dist/esm/lib2/features/PoweredByStripeFeature/types.d.ts +0 -4
  233. package/dist/esm/lib2/features/TariffFeature/TariffFeature.d.ts +0 -4
  234. package/dist/esm/lib2/features/TariffFeature/TariffFeature.stories.d.ts +0 -10
  235. package/dist/esm/lib2/features/TariffFeature/index.d.ts +0 -1
  236. package/dist/esm/lib2/features/TariffFeature/styles.d.ts +0 -215
  237. package/dist/esm/lib2/features/TariffFeature/types.d.ts +0 -22
  238. package/dist/esm/lib2/shared/assets/icons/IconAmEx.d.ts +0 -3
  239. package/dist/esm/lib2/shared/assets/icons/IconAppStoreRating.d.ts +0 -3
  240. package/dist/esm/lib2/shared/assets/icons/IconApplePay.d.ts +0 -3
  241. package/dist/esm/lib2/shared/assets/icons/IconCancelBold.d.ts +0 -3
  242. package/dist/esm/lib2/shared/assets/icons/IconChart.d.ts +0 -3
  243. package/dist/esm/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +0 -7
  244. package/dist/esm/lib2/shared/assets/icons/IconCompare.d.ts +0 -3
  245. package/dist/esm/lib2/shared/assets/icons/IconDivider.d.ts +0 -3
  246. package/dist/esm/lib2/shared/assets/icons/IconDoubleArrow.d.ts +0 -3
  247. package/dist/esm/lib2/shared/assets/icons/IconGlobe.d.ts +0 -3
  248. package/dist/esm/lib2/shared/assets/icons/IconGooglePay.d.ts +0 -3
  249. package/dist/esm/lib2/shared/assets/icons/IconInfo.d.ts +0 -3
  250. package/dist/esm/lib2/shared/assets/icons/IconMaestro.d.ts +0 -3
  251. package/dist/esm/lib2/shared/assets/icons/IconMastercard.d.ts +0 -3
  252. package/dist/esm/lib2/shared/assets/icons/IconMatching.d.ts +0 -7
  253. package/dist/esm/lib2/shared/assets/icons/IconPaperPencil.d.ts +0 -7
  254. package/dist/esm/lib2/shared/assets/icons/IconPaywall.d.ts +0 -3
  255. package/dist/esm/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +0 -3
  256. package/dist/esm/lib2/shared/assets/icons/IconRadioPartial.d.ts +0 -3
  257. package/dist/esm/lib2/shared/assets/icons/IconSecure.d.ts +0 -3
  258. package/dist/esm/lib2/shared/assets/icons/IconSwitch.d.ts +0 -3
  259. package/dist/esm/lib2/shared/assets/icons/IconVisa.d.ts +0 -3
  260. package/dist/esm/lib2/shared/types/tariff.d.ts +0 -14
  261. package/dist/esm/lib2/shared/types/variant.d.ts +0 -4
  262. package/dist/esm/lib2/shared/ui/Button_v2/types.d.ts +0 -19
  263. package/dist/esm/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +0 -2
  264. package/dist/esm/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +0 -2
  265. package/dist/esm/lib2/shared/ui/Input/Input.d.ts +0 -4
  266. package/dist/esm/lib2/shared/ui/Input/types.d.ts +0 -4
  267. package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +0 -17
  268. package/dist/esm/lib2/shared/ui/ListBoxItem/constants.d.ts +0 -2
  269. package/dist/esm/lib2/shared/ui/SolidInput/SolidInput.d.ts +0 -4
  270. package/dist/esm/lib2/shared/ui/SolidInput/SolidInput.stories.d.ts +0 -8
  271. package/dist/esm/lib2/shared/ui/SolidInput/index.d.ts +0 -1
  272. package/dist/esm/lib2/shared/ui/SolidInput/types.d.ts +0 -16
  273. package/dist/esm/lib2/shared/ui/Video/styles.d.ts +0 -189
  274. package/dist/esm/lib2/shared/utils/onboarding.d.ts +0 -4
  275. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +0 -4
  276. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +0 -7
  277. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/index.d.ts +0 -1
  278. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/types.d.ts +0 -9
@@ -1,215 +0,0 @@
1
- export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnType<{
2
- variant: {
3
- default: {
4
- label: string;
5
- checkbox: string;
6
- };
7
- blue: {
8
- label: string;
9
- checkbox: string;
10
- };
11
- };
12
- isSelected: {
13
- true: "";
14
- false: "";
15
- };
16
- isInfoOpen: {
17
- true: "";
18
- false: {
19
- info: string;
20
- };
21
- };
22
- isPreview: {
23
- true: {
24
- checkbox: string;
25
- info: string;
26
- content: string;
27
- };
28
- };
29
- }, {
30
- root: string;
31
- label: string;
32
- content: string;
33
- info: string;
34
- checkbox: string;
35
- }, undefined, import("tailwind-variants/dist/config").TVConfig<{
36
- variant: {
37
- default: {
38
- label: string;
39
- checkbox: string;
40
- };
41
- blue: {
42
- label: string;
43
- checkbox: string;
44
- };
45
- };
46
- isSelected: {
47
- true: "";
48
- false: "";
49
- };
50
- isInfoOpen: {
51
- true: "";
52
- false: {
53
- info: string;
54
- };
55
- };
56
- isPreview: {
57
- true: {
58
- checkbox: string;
59
- info: string;
60
- content: string;
61
- };
62
- };
63
- }, {
64
- variant: {
65
- default: {
66
- label: string;
67
- checkbox: string;
68
- };
69
- blue: {
70
- label: string;
71
- checkbox: string;
72
- };
73
- };
74
- isSelected: {
75
- true: "";
76
- false: "";
77
- };
78
- isInfoOpen: {
79
- true: "";
80
- false: {
81
- info: string;
82
- };
83
- };
84
- isPreview: {
85
- true: {
86
- checkbox: string;
87
- info: string;
88
- content: string;
89
- };
90
- };
91
- }>, {
92
- variant: {
93
- default: {
94
- label: string;
95
- checkbox: string;
96
- };
97
- blue: {
98
- label: string;
99
- checkbox: string;
100
- };
101
- };
102
- isSelected: {
103
- true: "";
104
- false: "";
105
- };
106
- isInfoOpen: {
107
- true: "";
108
- false: {
109
- info: string;
110
- };
111
- };
112
- isPreview: {
113
- true: {
114
- checkbox: string;
115
- info: string;
116
- content: string;
117
- };
118
- };
119
- }, {
120
- root: string;
121
- label: string;
122
- content: string;
123
- info: string;
124
- checkbox: string;
125
- }, import("tailwind-variants").TVReturnType<{
126
- variant: {
127
- default: {
128
- label: string;
129
- checkbox: string;
130
- };
131
- blue: {
132
- label: string;
133
- checkbox: string;
134
- };
135
- };
136
- isSelected: {
137
- true: "";
138
- false: "";
139
- };
140
- isInfoOpen: {
141
- true: "";
142
- false: {
143
- info: string;
144
- };
145
- };
146
- isPreview: {
147
- true: {
148
- checkbox: string;
149
- info: string;
150
- content: string;
151
- };
152
- };
153
- }, {
154
- root: string;
155
- label: string;
156
- content: string;
157
- info: string;
158
- checkbox: string;
159
- }, undefined, import("tailwind-variants/dist/config").TVConfig<{
160
- variant: {
161
- default: {
162
- label: string;
163
- checkbox: string;
164
- };
165
- blue: {
166
- label: string;
167
- checkbox: string;
168
- };
169
- };
170
- isSelected: {
171
- true: "";
172
- false: "";
173
- };
174
- isInfoOpen: {
175
- true: "";
176
- false: {
177
- info: string;
178
- };
179
- };
180
- isPreview: {
181
- true: {
182
- checkbox: string;
183
- info: string;
184
- content: string;
185
- };
186
- };
187
- }, {
188
- variant: {
189
- default: {
190
- label: string;
191
- checkbox: string;
192
- };
193
- blue: {
194
- label: string;
195
- checkbox: string;
196
- };
197
- };
198
- isSelected: {
199
- true: "";
200
- false: "";
201
- };
202
- isInfoOpen: {
203
- true: "";
204
- false: {
205
- info: string;
206
- };
207
- };
208
- isPreview: {
209
- true: {
210
- checkbox: string;
211
- info: string;
212
- content: string;
213
- };
214
- };
215
- }>, unknown, unknown, undefined>>;
@@ -1,22 +0,0 @@
1
- import { WithTranslation } from 'react-i18next';
2
- import { VariantEnum } from '../../shared/types/variant';
3
- export type TariffFeatureProps = {
4
- className?: string;
5
- t?: WithTranslation['t'];
6
- label: string;
7
- priceBefore?: number;
8
- price: number;
9
- locale?: string;
10
- id: string;
11
- isSelected: boolean;
12
- badge?: string;
13
- variant: VariantEnum;
14
- description?: string;
15
- advantagesList?: {
16
- id: string;
17
- label: string;
18
- }[];
19
- initialIsInfoOpen?: boolean;
20
- isPreview?: boolean;
21
- onSelect(id: string): void;
22
- };
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconAmEx: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types';
3
- export declare const IconAppStoreRating: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconApplePay: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types';
3
- export declare const IconCancelBold: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconChart: React.FC<IconProps>;
@@ -1,7 +0,0 @@
1
- import * as React from 'react';
2
- interface IconProps extends React.SVGAttributes<SVGElement> {
3
- size?: number | string;
4
- color?: string;
5
- }
6
- export declare const IconCheckboxCheckedBold: React.FC<IconProps>;
7
- export {};
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconCompare: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconDivider: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconDoubleArrow: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconGlobe: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconGooglePay: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconInfo: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconMaestro: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconMastercard: React.FC<IconProps>;
@@ -1,7 +0,0 @@
1
- import * as React from 'react';
2
- interface IconProps extends React.SVGAttributes<SVGElement> {
3
- size?: number | string;
4
- color?: string;
5
- }
6
- export declare const IconMatching: React.FC<IconProps>;
7
- export {};
@@ -1,7 +0,0 @@
1
- import * as React from 'react';
2
- export declare const IconPaperPencil: React.FC<React.SVGAttributes<SVGElement> & {
3
- primaryColor?: string;
4
- secondaryColor?: string;
5
- primaryLightColor?: string;
6
- backgroundColor?: string;
7
- }>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconPaywall: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconPoweredByStripe: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- import { IconProps } from '../../types';
3
- export declare const IconRadioPartial: FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconSecure: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconSwitch: React.FC<IconProps>;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { IconProps } from '../../types/iconProps';
3
- export declare const IconVisa: React.FC<IconProps>;
@@ -1,14 +0,0 @@
1
- export type Tariff = {
2
- id: string;
3
- label: string;
4
- priceAfterDiscount: number;
5
- priceAfterAdditionalDiscount: number;
6
- priceBase: number;
7
- description: string;
8
- isMostPopular?: boolean;
9
- percentDiscount?: number;
10
- advantagesList: {
11
- id: string;
12
- label: string;
13
- }[];
14
- };
@@ -1,4 +0,0 @@
1
- export declare enum VariantEnum {
2
- default = "default",
3
- blue = "blue"
4
- }
@@ -1,19 +0,0 @@
1
- /// <reference types="react" />
2
- import { JSX } from '@ionic/core/components';
3
- export type ButtonProps = {
4
- fill?: 'outline' | 'clear';
5
- size?: 'default' | 'large' | 'small';
6
- customSize?: 'smaller' | 'auto';
7
- withDefaultState?: boolean;
8
- color?: undefined;
9
- fullWidth?: boolean;
10
- className?: string;
11
- routerLink?: string;
12
- onClick?: (e: React.MouseEvent<HTMLIonButtonElement>) => void;
13
- isLoading?: boolean;
14
- icon?: React.ReactNode;
15
- iconPosition?: 'start' | 'center';
16
- style?: React.CSSProperties;
17
- id?: string;
18
- variant?: 'default' | 'blue';
19
- } & JSX.IonButton;
@@ -1,2 +0,0 @@
1
- declare const _default: () => JSX.Element;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: () => JSX.Element;
2
- export default _default;
@@ -1,4 +0,0 @@
1
- import { FC } from 'react';
2
- import { TestTypeProps } from './types';
3
- declare const Input: FC<TestTypeProps>;
4
- export default Input;
@@ -1,4 +0,0 @@
1
- import { JSX } from '@ionic/core';
2
- export interface TestTypeProps extends JSX.IonInput {
3
- custom: string;
4
- }
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import { Node } from 'react-stately';
3
- import { ResponseFileType } from '../../types';
4
- import { VariantType } from '../ListBox/types';
5
- type ListBoxImageItemProps = {
6
- isSelected: boolean;
7
- item: Node<unknown>;
8
- image?: ResponseFileType | null;
9
- variant: VariantType;
10
- selectionImageClassNames?: {
11
- label?: string;
12
- arrowIcon?: string;
13
- bottomContainer?: string;
14
- } | null;
15
- };
16
- declare const _default: React.MemoExoticComponent<({ isSelected, item, image, variant, selectionImageClassNames, }: ListBoxImageItemProps) => JSX.Element>;
17
- export default _default;
@@ -1,2 +0,0 @@
1
- import { VariantType } from '../ListBox/types';
2
- export declare const VARIANT_COLOR_MAP: Record<VariantType, string>;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { SolidInputProps } from './types';
3
- declare const SolidInput: React.ForwardRefExoticComponent<SolidInputProps & React.RefAttributes<HTMLIonInputElement>>;
4
- export default SolidInput;
@@ -1,8 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import SolidInput from './SolidInput';
3
- declare const meta: Meta<typeof SolidInput>;
4
- export default meta;
5
- type Story = StoryObj<typeof SolidInput>;
6
- export declare const Default: Story;
7
- export declare const WithError: Story;
8
- export declare const Password: Story;
@@ -1 +0,0 @@
1
- export { default as SolidInput } from './SolidInput';
@@ -1,16 +0,0 @@
1
- import { InputChangeEventDetail, IonInputCustomEvent, TextFieldTypes } from '@ionic/core';
2
- import { KeyboardEventHandler } from 'react';
3
- export type SolidInputProps = {
4
- placeholder: string;
5
- value?: string;
6
- name?: string;
7
- type?: TextFieldTypes;
8
- itemClassName?: string;
9
- inputClassName?: string;
10
- labelClassName?: string;
11
- errorText?: string;
12
- isInvalid?: boolean;
13
- showTogglePassword?: boolean;
14
- onChange?: (event: IonInputCustomEvent<InputChangeEventDetail>) => void;
15
- onKeyDown?: KeyboardEventHandler;
16
- };
@@ -1,189 +0,0 @@
1
- export declare const videoStyle: import("tailwind-variants").TVReturnType<{
2
- buttonPlacement: {
3
- center: {
4
- playButton: string;
5
- };
6
- 'top-left': {
7
- playButton: string;
8
- };
9
- 'top-right': {
10
- playButton: string;
11
- };
12
- 'bottom-left': {
13
- playButton: string;
14
- };
15
- 'bottom-right': {
16
- playButton: string;
17
- };
18
- };
19
- variant: {
20
- default: {
21
- playButton: string;
22
- };
23
- blue: {
24
- playButton: string;
25
- };
26
- };
27
- }, {
28
- playButton: string;
29
- }, undefined, import("tailwind-variants/dist/config").TVConfig<{
30
- buttonPlacement: {
31
- center: {
32
- playButton: string;
33
- };
34
- 'top-left': {
35
- playButton: string;
36
- };
37
- 'top-right': {
38
- playButton: string;
39
- };
40
- 'bottom-left': {
41
- playButton: string;
42
- };
43
- 'bottom-right': {
44
- playButton: string;
45
- };
46
- };
47
- variant: {
48
- default: {
49
- playButton: string;
50
- };
51
- blue: {
52
- playButton: string;
53
- };
54
- };
55
- }, {
56
- buttonPlacement: {
57
- center: {
58
- playButton: string;
59
- };
60
- 'top-left': {
61
- playButton: string;
62
- };
63
- 'top-right': {
64
- playButton: string;
65
- };
66
- 'bottom-left': {
67
- playButton: string;
68
- };
69
- 'bottom-right': {
70
- playButton: string;
71
- };
72
- };
73
- variant: {
74
- default: {
75
- playButton: string;
76
- };
77
- blue: {
78
- playButton: string;
79
- };
80
- };
81
- }>, {
82
- buttonPlacement: {
83
- center: {
84
- playButton: string;
85
- };
86
- 'top-left': {
87
- playButton: string;
88
- };
89
- 'top-right': {
90
- playButton: string;
91
- };
92
- 'bottom-left': {
93
- playButton: string;
94
- };
95
- 'bottom-right': {
96
- playButton: string;
97
- };
98
- };
99
- variant: {
100
- default: {
101
- playButton: string;
102
- };
103
- blue: {
104
- playButton: string;
105
- };
106
- };
107
- }, {
108
- playButton: string;
109
- }, import("tailwind-variants").TVReturnType<{
110
- buttonPlacement: {
111
- center: {
112
- playButton: string;
113
- };
114
- 'top-left': {
115
- playButton: string;
116
- };
117
- 'top-right': {
118
- playButton: string;
119
- };
120
- 'bottom-left': {
121
- playButton: string;
122
- };
123
- 'bottom-right': {
124
- playButton: string;
125
- };
126
- };
127
- variant: {
128
- default: {
129
- playButton: string;
130
- };
131
- blue: {
132
- playButton: string;
133
- };
134
- };
135
- }, {
136
- playButton: string;
137
- }, undefined, import("tailwind-variants/dist/config").TVConfig<{
138
- buttonPlacement: {
139
- center: {
140
- playButton: string;
141
- };
142
- 'top-left': {
143
- playButton: string;
144
- };
145
- 'top-right': {
146
- playButton: string;
147
- };
148
- 'bottom-left': {
149
- playButton: string;
150
- };
151
- 'bottom-right': {
152
- playButton: string;
153
- };
154
- };
155
- variant: {
156
- default: {
157
- playButton: string;
158
- };
159
- blue: {
160
- playButton: string;
161
- };
162
- };
163
- }, {
164
- buttonPlacement: {
165
- center: {
166
- playButton: string;
167
- };
168
- 'top-left': {
169
- playButton: string;
170
- };
171
- 'top-right': {
172
- playButton: string;
173
- };
174
- 'bottom-left': {
175
- playButton: string;
176
- };
177
- 'bottom-right': {
178
- playButton: string;
179
- };
180
- };
181
- variant: {
182
- default: {
183
- playButton: string;
184
- };
185
- blue: {
186
- playButton: string;
187
- };
188
- };
189
- }>, unknown, unknown, undefined>>;
@@ -1,4 +0,0 @@
1
- import { OnboardingVariant } from '../types';
2
- export declare const ONBOARDING_THEME_DEFAULT_COLORS: Record<OnboardingVariant, {
3
- defaultThemeColor: string;
4
- }>;