@mindly/ui-components 5.103.1 → 5.104.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.
Files changed (162) hide show
  1. package/dist/cjs/configs/tailwind/colors.d.ts +2 -0
  2. package/dist/cjs/index.js +15 -7
  3. package/dist/cjs/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +8 -0
  4. package/dist/cjs/lib2/features/Charts/ChartAreaFeature/index.d.ts +1 -0
  5. package/dist/cjs/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +9 -0
  6. package/dist/cjs/lib2/features/Charts/ChartLinesFeature/index.d.ts +1 -0
  7. package/dist/cjs/lib2/features/Charts/components/DotLabel.d.ts +18 -0
  8. package/dist/cjs/lib2/features/Charts/config.d.ts +32 -0
  9. package/dist/cjs/lib2/features/Charts/index.d.ts +2 -0
  10. package/dist/cjs/lib2/features/Charts/types.d.ts +30 -0
  11. package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.d.ts +4 -0
  12. package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +7 -0
  13. package/dist/cjs/lib2/features/DropdownFeature/index.d.ts +1 -0
  14. package/dist/cjs/lib2/features/DropdownFeature/types.d.ts +8 -0
  15. package/dist/cjs/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +1 -0
  16. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +10 -0
  17. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +1 -0
  18. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +9 -0
  19. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +1 -0
  20. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +13 -0
  21. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +7 -0
  22. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +7 -0
  23. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +63 -0
  24. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +1 -0
  25. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +76 -0
  26. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +3 -2
  27. package/dist/cjs/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +8 -0
  28. package/dist/cjs/lib2/features/OnBoardingFlow/index.d.ts +3 -0
  29. package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +4 -0
  30. package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +6 -0
  31. package/dist/cjs/lib2/features/PoweredByStripeFeature/index.d.ts +1 -0
  32. package/dist/cjs/lib2/features/PoweredByStripeFeature/types.d.ts +4 -0
  33. package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +3 -1
  34. package/dist/cjs/lib2/features/ReviewCardFeature/styles.d.ts +85 -0
  35. package/dist/cjs/lib2/features/TariffFeature/TariffFeature.d.ts +4 -0
  36. package/dist/cjs/lib2/features/TariffFeature/TariffFeature.stories.d.ts +9 -0
  37. package/dist/cjs/lib2/features/TariffFeature/index.d.ts +1 -0
  38. package/dist/cjs/lib2/features/TariffFeature/styles.d.ts +166 -0
  39. package/dist/cjs/lib2/features/TariffFeature/types.d.ts +22 -0
  40. package/dist/cjs/lib2/features/index.d.ts +3 -0
  41. package/dist/cjs/lib2/shared/assets/icons/IconAmEx.d.ts +3 -0
  42. package/dist/cjs/lib2/shared/assets/icons/IconAppStoreRating.d.ts +3 -0
  43. package/dist/cjs/lib2/shared/assets/icons/IconApplePay.d.ts +3 -0
  44. package/dist/cjs/lib2/shared/assets/icons/IconCalendarMonth.d.ts +2 -6
  45. package/dist/cjs/lib2/shared/assets/icons/IconCancelBold.d.ts +3 -0
  46. package/dist/cjs/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +7 -0
  47. package/dist/cjs/lib2/shared/assets/icons/IconDivider.d.ts +3 -0
  48. package/dist/cjs/lib2/shared/assets/icons/IconDoubleArrow.d.ts +3 -0
  49. package/dist/cjs/lib2/shared/assets/icons/IconGlobe.d.ts +3 -0
  50. package/dist/cjs/lib2/shared/assets/icons/IconGooglePay.d.ts +3 -0
  51. package/dist/cjs/lib2/shared/assets/icons/IconInfo.d.ts +3 -0
  52. package/dist/cjs/lib2/shared/assets/icons/IconMaestro.d.ts +3 -0
  53. package/dist/cjs/lib2/shared/assets/icons/IconMastercard.d.ts +3 -0
  54. package/dist/cjs/lib2/shared/assets/icons/IconMatching.d.ts +7 -0
  55. package/dist/cjs/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +3 -0
  56. package/dist/cjs/lib2/shared/assets/icons/IconRadioPartial.d.ts +3 -0
  57. package/dist/cjs/lib2/shared/assets/icons/IconSecure.d.ts +3 -0
  58. package/dist/cjs/lib2/shared/assets/icons/IconSwitch.d.ts +3 -0
  59. package/dist/cjs/lib2/shared/assets/icons/IconVisa.d.ts +3 -0
  60. package/dist/cjs/lib2/shared/assets/icons/index.d.ts +18 -0
  61. package/dist/cjs/lib2/shared/types/common.d.ts +6 -0
  62. package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +35 -2
  63. package/dist/cjs/lib2/shared/types/review.d.ts +9 -0
  64. package/dist/cjs/lib2/shared/types/variant.d.ts +4 -0
  65. package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +1 -1
  66. package/dist/cjs/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
  67. package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +9 -2
  68. package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +17 -0
  69. package/dist/cjs/lib2/shared/ui/ListBoxItem/types.d.ts +13 -1
  70. package/dist/cjs/lib2/shared/ui/Rating/types.d.ts +2 -1
  71. package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +1 -0
  72. package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +3 -0
  73. package/dist/cjs/lib2/shared/ui/Video/styles.d.ts +189 -0
  74. package/dist/cjs/lib2/shared/utils/format.d.ts +1 -0
  75. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +4 -0
  76. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +7 -0
  77. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/index.d.ts +1 -0
  78. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/types.d.ts +9 -0
  79. package/dist/cjs/lib2/widgets/index.d.ts +1 -0
  80. package/dist/esm/configs/tailwind/colors.d.ts +2 -0
  81. package/dist/esm/index.js +15 -7
  82. package/dist/esm/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +8 -0
  83. package/dist/esm/lib2/features/Charts/ChartAreaFeature/index.d.ts +1 -0
  84. package/dist/esm/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +9 -0
  85. package/dist/esm/lib2/features/Charts/ChartLinesFeature/index.d.ts +1 -0
  86. package/dist/esm/lib2/features/Charts/components/DotLabel.d.ts +18 -0
  87. package/dist/esm/lib2/features/Charts/config.d.ts +32 -0
  88. package/dist/esm/lib2/features/Charts/index.d.ts +2 -0
  89. package/dist/esm/lib2/features/Charts/types.d.ts +30 -0
  90. package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.d.ts +4 -0
  91. package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +7 -0
  92. package/dist/esm/lib2/features/DropdownFeature/index.d.ts +1 -0
  93. package/dist/esm/lib2/features/DropdownFeature/types.d.ts +8 -0
  94. package/dist/esm/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +1 -0
  95. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +10 -0
  96. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +1 -0
  97. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +9 -0
  98. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +1 -0
  99. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +13 -0
  100. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +7 -0
  101. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +7 -0
  102. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +63 -0
  103. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +1 -0
  104. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +76 -0
  105. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +3 -2
  106. package/dist/esm/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +8 -0
  107. package/dist/esm/lib2/features/OnBoardingFlow/index.d.ts +3 -0
  108. package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +4 -0
  109. package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +6 -0
  110. package/dist/esm/lib2/features/PoweredByStripeFeature/index.d.ts +1 -0
  111. package/dist/esm/lib2/features/PoweredByStripeFeature/types.d.ts +4 -0
  112. package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +3 -1
  113. package/dist/esm/lib2/features/ReviewCardFeature/styles.d.ts +85 -0
  114. package/dist/esm/lib2/features/TariffFeature/TariffFeature.d.ts +4 -0
  115. package/dist/esm/lib2/features/TariffFeature/TariffFeature.stories.d.ts +9 -0
  116. package/dist/esm/lib2/features/TariffFeature/index.d.ts +1 -0
  117. package/dist/esm/lib2/features/TariffFeature/styles.d.ts +166 -0
  118. package/dist/esm/lib2/features/TariffFeature/types.d.ts +22 -0
  119. package/dist/esm/lib2/features/index.d.ts +3 -0
  120. package/dist/esm/lib2/shared/assets/icons/IconAmEx.d.ts +3 -0
  121. package/dist/esm/lib2/shared/assets/icons/IconAppStoreRating.d.ts +3 -0
  122. package/dist/esm/lib2/shared/assets/icons/IconApplePay.d.ts +3 -0
  123. package/dist/esm/lib2/shared/assets/icons/IconCalendarMonth.d.ts +2 -6
  124. package/dist/esm/lib2/shared/assets/icons/IconCancelBold.d.ts +3 -0
  125. package/dist/esm/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +7 -0
  126. package/dist/esm/lib2/shared/assets/icons/IconDivider.d.ts +3 -0
  127. package/dist/esm/lib2/shared/assets/icons/IconDoubleArrow.d.ts +3 -0
  128. package/dist/esm/lib2/shared/assets/icons/IconGlobe.d.ts +3 -0
  129. package/dist/esm/lib2/shared/assets/icons/IconGooglePay.d.ts +3 -0
  130. package/dist/esm/lib2/shared/assets/icons/IconInfo.d.ts +3 -0
  131. package/dist/esm/lib2/shared/assets/icons/IconMaestro.d.ts +3 -0
  132. package/dist/esm/lib2/shared/assets/icons/IconMastercard.d.ts +3 -0
  133. package/dist/esm/lib2/shared/assets/icons/IconMatching.d.ts +7 -0
  134. package/dist/esm/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +3 -0
  135. package/dist/esm/lib2/shared/assets/icons/IconRadioPartial.d.ts +3 -0
  136. package/dist/esm/lib2/shared/assets/icons/IconSecure.d.ts +3 -0
  137. package/dist/esm/lib2/shared/assets/icons/IconSwitch.d.ts +3 -0
  138. package/dist/esm/lib2/shared/assets/icons/IconVisa.d.ts +3 -0
  139. package/dist/esm/lib2/shared/assets/icons/index.d.ts +18 -0
  140. package/dist/esm/lib2/shared/types/common.d.ts +6 -0
  141. package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +35 -2
  142. package/dist/esm/lib2/shared/types/review.d.ts +9 -0
  143. package/dist/esm/lib2/shared/types/variant.d.ts +4 -0
  144. package/dist/esm/lib2/shared/ui/Badge/types.d.ts +1 -1
  145. package/dist/esm/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
  146. package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +9 -2
  147. package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +17 -0
  148. package/dist/esm/lib2/shared/ui/ListBoxItem/types.d.ts +13 -1
  149. package/dist/esm/lib2/shared/ui/Rating/types.d.ts +2 -1
  150. package/dist/esm/lib2/shared/ui/Typography/types.d.ts +1 -0
  151. package/dist/esm/lib2/shared/ui/Video/Video.d.ts +3 -0
  152. package/dist/esm/lib2/shared/ui/Video/styles.d.ts +189 -0
  153. package/dist/esm/lib2/shared/utils/format.d.ts +1 -0
  154. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +4 -0
  155. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +7 -0
  156. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/index.d.ts +1 -0
  157. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/types.d.ts +9 -0
  158. package/dist/esm/lib2/widgets/index.d.ts +1 -0
  159. package/dist/index.d.ts +439 -217
  160. package/package.json +6 -1
  161. package/src/configs/tailwind/colors.ts +3 -0
  162. package/src/lib2/shared/css/tailwind.css +1 -0
@@ -44,12 +44,20 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
44
44
  user: string;
45
45
  review: string;
46
46
  };
47
+ store: {
48
+ base: string;
49
+ name: string;
50
+ rating: string;
51
+ review: string;
52
+ user: string;
53
+ };
47
54
  };
48
55
  }, {
49
56
  base: string;
50
57
  user: string;
51
58
  rating: string;
52
59
  review: string;
60
+ name: string;
53
61
  mainTextVariant: string;
54
62
  dateTextVariant: string;
55
63
  ratingSize: null;
@@ -99,12 +107,20 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
99
107
  user: string;
100
108
  review: string;
101
109
  };
110
+ store: {
111
+ base: string;
112
+ name: string;
113
+ rating: string;
114
+ review: string;
115
+ user: string;
116
+ };
102
117
  };
103
118
  }, import("tailwind-variants").TVVariantsDefault<{
104
119
  base: string;
105
120
  user: string;
106
121
  rating: string;
107
122
  review: string;
123
+ name: string;
108
124
  mainTextVariant: string;
109
125
  dateTextVariant: string;
110
126
  ratingSize: null;
@@ -116,6 +132,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
116
132
  user: string;
117
133
  rating: string;
118
134
  review: string;
135
+ name: string;
119
136
  mainTextVariant: string;
120
137
  dateTextVariant: string;
121
138
  ratingSize: null;
@@ -126,6 +143,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
126
143
  user: string;
127
144
  rating: string;
128
145
  review: string;
146
+ name: string;
129
147
  mainTextVariant: string;
130
148
  dateTextVariant: string;
131
149
  ratingSize: null;
@@ -136,6 +154,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
136
154
  user: string;
137
155
  rating: string;
138
156
  review: string;
157
+ name: string;
139
158
  mainTextVariant: string;
140
159
  dateTextVariant: string;
141
160
  ratingSize: null;
@@ -148,6 +167,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
148
167
  user: string;
149
168
  rating: string;
150
169
  review: string;
170
+ name: string;
151
171
  mainTextVariant: string;
152
172
  dateTextVariant: string;
153
173
  ratingSize: null;
@@ -158,6 +178,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
158
178
  user: string;
159
179
  rating: string;
160
180
  review: string;
181
+ name: string;
161
182
  mainTextVariant: string;
162
183
  dateTextVariant: string;
163
184
  ratingSize: null;
@@ -168,6 +189,18 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
168
189
  user: string;
169
190
  rating: string;
170
191
  review: string;
192
+ name: string;
193
+ mainTextVariant: string;
194
+ dateTextVariant: string;
195
+ ratingSize: null;
196
+ avatarSize: null;
197
+ }, undefined>;
198
+ store?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<{
199
+ base: string;
200
+ user: string;
201
+ rating: string;
202
+ review: string;
203
+ name: string;
171
204
  mainTextVariant: string;
172
205
  dateTextVariant: string;
173
206
  ratingSize: null;
@@ -179,6 +212,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
179
212
  user: string;
180
213
  rating: string;
181
214
  review: string;
215
+ name: string;
182
216
  mainTextVariant: string;
183
217
  dateTextVariant: string;
184
218
  ratingSize: null;
@@ -190,6 +224,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
190
224
  user: string;
191
225
  rating: string;
192
226
  review: string;
227
+ name: string;
193
228
  mainTextVariant: string;
194
229
  dateTextVariant: string;
195
230
  ratingSize: null;
@@ -200,6 +235,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
200
235
  user: string;
201
236
  rating: string;
202
237
  review: string;
238
+ name: string;
203
239
  mainTextVariant: string;
204
240
  dateTextVariant: string;
205
241
  ratingSize: null;
@@ -210,6 +246,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
210
246
  user: string;
211
247
  rating: string;
212
248
  review: string;
249
+ name: string;
213
250
  mainTextVariant: string;
214
251
  dateTextVariant: string;
215
252
  ratingSize: null;
@@ -222,6 +259,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
222
259
  user: string;
223
260
  rating: string;
224
261
  review: string;
262
+ name: string;
225
263
  mainTextVariant: string;
226
264
  dateTextVariant: string;
227
265
  ratingSize: null;
@@ -232,6 +270,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
232
270
  user: string;
233
271
  rating: string;
234
272
  review: string;
273
+ name: string;
235
274
  mainTextVariant: string;
236
275
  dateTextVariant: string;
237
276
  ratingSize: null;
@@ -242,6 +281,18 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
242
281
  user: string;
243
282
  rating: string;
244
283
  review: string;
284
+ name: string;
285
+ mainTextVariant: string;
286
+ dateTextVariant: string;
287
+ ratingSize: null;
288
+ avatarSize: null;
289
+ }, undefined>;
290
+ store?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<{
291
+ base: string;
292
+ user: string;
293
+ rating: string;
294
+ review: string;
295
+ name: string;
245
296
  mainTextVariant: string;
246
297
  dateTextVariant: string;
247
298
  ratingSize: null;
@@ -253,6 +304,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
253
304
  user: string;
254
305
  rating: string;
255
306
  review: string;
307
+ name: string;
256
308
  mainTextVariant: string;
257
309
  dateTextVariant: string;
258
310
  ratingSize: null;
@@ -302,12 +354,20 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
302
354
  user: string;
303
355
  review: string;
304
356
  };
357
+ store: {
358
+ base: string;
359
+ name: string;
360
+ rating: string;
361
+ review: string;
362
+ user: string;
363
+ };
305
364
  };
306
365
  }, {
307
366
  base: string;
308
367
  user: string;
309
368
  rating: string;
310
369
  review: string;
370
+ name: string;
311
371
  mainTextVariant: string;
312
372
  dateTextVariant: string;
313
373
  ratingSize: null;
@@ -357,12 +417,20 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
357
417
  user: string;
358
418
  review: string;
359
419
  };
420
+ store: {
421
+ base: string;
422
+ name: string;
423
+ rating: string;
424
+ review: string;
425
+ user: string;
426
+ };
360
427
  };
361
428
  }, import("tailwind-variants").TVVariantsDefault<{
362
429
  base: string;
363
430
  user: string;
364
431
  rating: string;
365
432
  review: string;
433
+ name: string;
366
434
  mainTextVariant: string;
367
435
  dateTextVariant: string;
368
436
  ratingSize: null;
@@ -374,6 +442,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
374
442
  user: string;
375
443
  rating: string;
376
444
  review: string;
445
+ name: string;
377
446
  mainTextVariant: string;
378
447
  dateTextVariant: string;
379
448
  ratingSize: null;
@@ -384,6 +453,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
384
453
  user: string;
385
454
  rating: string;
386
455
  review: string;
456
+ name: string;
387
457
  mainTextVariant: string;
388
458
  dateTextVariant: string;
389
459
  ratingSize: null;
@@ -394,6 +464,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
394
464
  user: string;
395
465
  rating: string;
396
466
  review: string;
467
+ name: string;
397
468
  mainTextVariant: string;
398
469
  dateTextVariant: string;
399
470
  ratingSize: null;
@@ -406,6 +477,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
406
477
  user: string;
407
478
  rating: string;
408
479
  review: string;
480
+ name: string;
409
481
  mainTextVariant: string;
410
482
  dateTextVariant: string;
411
483
  ratingSize: null;
@@ -416,6 +488,7 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
416
488
  user: string;
417
489
  rating: string;
418
490
  review: string;
491
+ name: string;
419
492
  mainTextVariant: string;
420
493
  dateTextVariant: string;
421
494
  ratingSize: null;
@@ -426,6 +499,18 @@ export declare const reviewCardStyle: import("tailwind-variants").TVReturnType<{
426
499
  user: string;
427
500
  rating: string;
428
501
  review: string;
502
+ name: string;
503
+ mainTextVariant: string;
504
+ dateTextVariant: string;
505
+ ratingSize: null;
506
+ avatarSize: null;
507
+ }, undefined>;
508
+ store?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<{
509
+ base: string;
510
+ user: string;
511
+ rating: string;
512
+ review: string;
513
+ name: string;
429
514
  mainTextVariant: string;
430
515
  dateTextVariant: string;
431
516
  ratingSize: null;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { TariffFeatureProps } from './types';
3
+ declare const TariffFeature: React.FC<TariffFeatureProps>;
4
+ export default TariffFeature;
@@ -0,0 +1,9 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import TariffFeature from './TariffFeature';
3
+ declare const meta: Meta<typeof TariffFeature>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof TariffFeature>;
6
+ export declare const Default: Story;
7
+ export declare const WithLabel: Story;
8
+ export declare const Blue: Story;
9
+ export declare const Selected: Story;
@@ -0,0 +1 @@
1
+ export { default as TariffFeature } from './TariffFeature';
@@ -0,0 +1,166 @@
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
+ }, {
23
+ root: string;
24
+ label: string;
25
+ content: string;
26
+ info: string;
27
+ checkbox: string;
28
+ }, undefined, import("tailwind-variants/dist/config").TVConfig<{
29
+ variant: {
30
+ default: {
31
+ label: string;
32
+ checkbox: string;
33
+ };
34
+ blue: {
35
+ label: string;
36
+ checkbox: string;
37
+ };
38
+ };
39
+ isSelected: {
40
+ true: "";
41
+ false: "";
42
+ };
43
+ isInfoOpen: {
44
+ true: "";
45
+ false: {
46
+ info: string;
47
+ };
48
+ };
49
+ }, {
50
+ variant: {
51
+ default: {
52
+ label: string;
53
+ checkbox: string;
54
+ };
55
+ blue: {
56
+ label: string;
57
+ checkbox: string;
58
+ };
59
+ };
60
+ isSelected: {
61
+ true: "";
62
+ false: "";
63
+ };
64
+ isInfoOpen: {
65
+ true: "";
66
+ false: {
67
+ info: string;
68
+ };
69
+ };
70
+ }>, {
71
+ variant: {
72
+ default: {
73
+ label: string;
74
+ checkbox: string;
75
+ };
76
+ blue: {
77
+ label: string;
78
+ checkbox: string;
79
+ };
80
+ };
81
+ isSelected: {
82
+ true: "";
83
+ false: "";
84
+ };
85
+ isInfoOpen: {
86
+ true: "";
87
+ false: {
88
+ info: string;
89
+ };
90
+ };
91
+ }, {
92
+ root: string;
93
+ label: string;
94
+ content: string;
95
+ info: string;
96
+ checkbox: string;
97
+ }, import("tailwind-variants").TVReturnType<{
98
+ variant: {
99
+ default: {
100
+ label: string;
101
+ checkbox: string;
102
+ };
103
+ blue: {
104
+ label: string;
105
+ checkbox: string;
106
+ };
107
+ };
108
+ isSelected: {
109
+ true: "";
110
+ false: "";
111
+ };
112
+ isInfoOpen: {
113
+ true: "";
114
+ false: {
115
+ info: string;
116
+ };
117
+ };
118
+ }, {
119
+ root: string;
120
+ label: string;
121
+ content: string;
122
+ info: string;
123
+ checkbox: string;
124
+ }, undefined, import("tailwind-variants/dist/config").TVConfig<{
125
+ variant: {
126
+ default: {
127
+ label: string;
128
+ checkbox: string;
129
+ };
130
+ blue: {
131
+ label: string;
132
+ checkbox: string;
133
+ };
134
+ };
135
+ isSelected: {
136
+ true: "";
137
+ false: "";
138
+ };
139
+ isInfoOpen: {
140
+ true: "";
141
+ false: {
142
+ info: string;
143
+ };
144
+ };
145
+ }, {
146
+ variant: {
147
+ default: {
148
+ label: string;
149
+ checkbox: string;
150
+ };
151
+ blue: {
152
+ label: string;
153
+ checkbox: string;
154
+ };
155
+ };
156
+ isSelected: {
157
+ true: "";
158
+ false: "";
159
+ };
160
+ isInfoOpen: {
161
+ true: "";
162
+ false: {
163
+ info: string;
164
+ };
165
+ };
166
+ }>, unknown, unknown, undefined>>;
@@ -0,0 +1,22 @@
1
+ import { WithTranslation } from 'react-i18next';
2
+ import { SupportedCurrency } from '../../shared';
3
+ import { VariantEnum } from '../../shared/types/variant';
4
+ export type TariffFeatureProps = {
5
+ className?: string;
6
+ t?: WithTranslation['t'];
7
+ name: string;
8
+ priceBefore?: number;
9
+ price: number;
10
+ currency: SupportedCurrency;
11
+ id: string;
12
+ isSelected: boolean;
13
+ label?: string;
14
+ variant: VariantEnum;
15
+ description?: string;
16
+ advantagesList?: {
17
+ id: string;
18
+ title: string;
19
+ }[];
20
+ initialIsInfoOpen?: boolean;
21
+ onSelect(id: string): void;
22
+ };
@@ -45,3 +45,6 @@ export * from './MenuFeature';
45
45
  export * from './EmptySpecialistListFeature';
46
46
  export * from './SessionReviewsFeature';
47
47
  export * from './MindlyReviewFeature';
48
+ export * from './TariffFeature';
49
+ export * from './PoweredByStripeFeature';
50
+ export * from './DropdownFeature';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconAmEx: React.FC<IconProps>;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types';
3
+ export declare const IconAppStoreRating: React.FC<IconProps>;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconApplePay: React.FC<IconProps>;
@@ -1,7 +1,3 @@
1
1
  import * as React from 'react';
2
- interface IconProps extends React.SVGAttributes<SVGElement> {
3
- size?: number | string;
4
- color?: string;
5
- }
6
- export declare function IconCalendarMonth({ color, size, ...other }: IconProps): JSX.Element;
7
- export {};
2
+ import { IconProps } from '../../types';
3
+ export declare const IconCalendarMonth: React.FC<IconProps>;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types';
3
+ export declare const IconCancelBold: React.FC<IconProps>;
@@ -0,0 +1,7 @@
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 {};
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconDivider: React.FC<IconProps>;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconDoubleArrow: React.FC<IconProps>;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconGlobe: React.FC<IconProps>;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconGooglePay: React.FC<IconProps>;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconInfo: React.FC<IconProps>;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconMaestro: React.FC<IconProps>;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconMastercard: React.FC<IconProps>;
@@ -0,0 +1,7 @@
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 {};
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconPoweredByStripe: React.FC<IconProps>;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { IconProps } from '../../types';
3
+ export declare const IconRadioPartial: FC<IconProps>;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconSecure: React.FC<IconProps>;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconSwitch: React.FC<IconProps>;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconVisa: React.FC<IconProps>;
@@ -112,3 +112,21 @@ export * from './IconExperience';
112
112
  export * from './IconSpecialistsEnded';
113
113
  export * from './IconReviewSessionSubscription';
114
114
  export * from './IconReviewSessionTrial';
115
+ export * from './IconDoubleArrow';
116
+ export * from './IconDivider';
117
+ export * from './IconInfo';
118
+ export * from './IconApplePay';
119
+ export * from './IconSecure';
120
+ export * from './IconGooglePay';
121
+ export * from './IconAmEx';
122
+ export * from './IconMaestro';
123
+ export * from './IconMastercard';
124
+ export * from './IconVisa';
125
+ export * from './IconPoweredByStripe';
126
+ export * from './IconCancelBold';
127
+ export * from './IconCheckboxCheckedBold';
128
+ export * from './IconMatching';
129
+ export * from './IconSwitch';
130
+ export * from './IconGlobe';
131
+ export * from './IconAppStoreRating';
132
+ export * from './IconRadioPartial';
@@ -34,4 +34,10 @@ export declare enum ShortCurrencySignByLocale {
34
34
  'eur' = "EUR",
35
35
  'es' = "USD"
36
36
  }
37
+ export declare enum ShortTranscriptionCurrencySignByLocale {
38
+ 'uk' = "\u0433\u0440",
39
+ 'pl' = "z\u0142o",
40
+ 'eur' = "EUR",
41
+ 'es' = "US"
42
+ }
37
43
  export declare const StripeSupportedCurrency: SupportedCurrency[];