@licklist/design 0.68.1-dev.0 → 0.68.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 (2531) hide show
  1. package/.eslintrc +5 -0
  2. package/.storybook/main.cjs +16 -16
  3. package/.storybook/manager.js +3 -3
  4. package/.storybook/preview.js +31 -31
  5. package/bitbucket-pipelines.yml +2 -2
  6. package/dist/affiliate/card/AffiliateCard.d.ts +1 -1
  7. package/dist/affiliate/card/AffiliateCard.d.ts.map +1 -1
  8. package/dist/affiliate/card/AffiliateCard.js +10 -10
  9. package/dist/affiliate/card/index.d.ts +1 -1
  10. package/dist/affiliate/card/index.d.ts.map +1 -1
  11. package/dist/affiliate/form/AffiliateControl.d.ts +1 -1
  12. package/dist/affiliate/form/AffiliateControl.d.ts.map +1 -1
  13. package/dist/affiliate/form/AffiliateControl.js +19 -19
  14. package/dist/affiliate/form/AffiliateForm.d.ts +2 -2
  15. package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
  16. package/dist/affiliate/form/AffiliateForm.js +14 -14
  17. package/dist/affiliate/form/index.d.ts +2 -2
  18. package/dist/affiliate/form/index.d.ts.map +1 -1
  19. package/dist/affiliate/index.d.ts +3 -3
  20. package/dist/affiliate/index.d.ts.map +1 -1
  21. package/dist/affiliate/types/index.d.ts.map +1 -1
  22. package/dist/assets/iframe/selectArrow.svg.js +17 -0
  23. package/dist/auth/AccessDenied/AccessDenied.d.ts.map +1 -1
  24. package/dist/auth/AccessDenied/AccessDenied.js +8 -8
  25. package/dist/auth/AccessDenied/index.d.ts +1 -1
  26. package/dist/auth/AccessDenied/index.d.ts.map +1 -1
  27. package/dist/auth/Authorizer.d.ts +1 -1
  28. package/dist/auth/Authorizer.d.ts.map +1 -1
  29. package/dist/auth/Authorizer.js +1 -1
  30. package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts.map +1 -1
  31. package/dist/auth/ChangePassword/ChangePasswordComponent.js +10 -10
  32. package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts +1 -1
  33. package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts.map +1 -1
  34. package/dist/auth/ChangePassword/ChangePasswordFormComponent.js +26 -26
  35. package/dist/auth/ChangePassword/index.d.ts +2 -2
  36. package/dist/auth/ChangePassword/index.d.ts.map +1 -1
  37. package/dist/auth/Layout/AuthNavComponent.d.ts.map +1 -1
  38. package/dist/auth/Layout/AuthNavComponent.js +3 -3
  39. package/dist/auth/Layout/UserNavComponent.d.ts +1 -1
  40. package/dist/auth/Layout/UserNavComponent.d.ts.map +1 -1
  41. package/dist/auth/Layout/UserNavDropDown.d.ts.map +1 -1
  42. package/dist/auth/Layout/UserNavDropDown.js +3 -3
  43. package/dist/auth/Layout/UserNavDropDownToggle.d.ts +1 -1
  44. package/dist/auth/Layout/UserNavDropDownToggle.d.ts.map +1 -1
  45. package/dist/auth/Layout/UserNavDropDownToggle.js +1 -1
  46. package/dist/auth/Layout/index.d.ts +4 -4
  47. package/dist/auth/Layout/index.d.ts.map +1 -1
  48. package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
  49. package/dist/auth/Login/LoginComponent.js +9 -10
  50. package/dist/auth/Login/LoginFormComponent.d.ts +2 -2
  51. package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
  52. package/dist/auth/Login/LoginFormComponent.js +21 -21
  53. package/dist/auth/Login/index.d.ts +2 -2
  54. package/dist/auth/Login/index.d.ts.map +1 -1
  55. package/dist/auth/Logout/Logout.d.ts.map +1 -1
  56. package/dist/auth/Logout/Logout.js +1 -1
  57. package/dist/auth/Logout/index.d.ts +1 -1
  58. package/dist/auth/Logout/index.d.ts.map +1 -1
  59. package/dist/auth/Register/BirthDateFormComponent.d.ts.map +1 -1
  60. package/dist/auth/Register/BirthDateFormComponent.js +24 -24
  61. package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
  62. package/dist/auth/Register/RegisterComponent.js +7 -7
  63. package/dist/auth/Register/RegisterFormComponent.d.ts +3 -3
  64. package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
  65. package/dist/auth/Register/RegisterFormComponent.js +69 -69
  66. package/dist/auth/Register/index.d.ts +3 -3
  67. package/dist/auth/Register/index.d.ts.map +1 -1
  68. package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts.map +1 -1
  69. package/dist/auth/ResetPassword/ResetPasswordComponent.js +7 -7
  70. package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts +1 -1
  71. package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
  72. package/dist/auth/ResetPassword/ResetPasswordFormComponent.js +17 -17
  73. package/dist/auth/ResetPassword/index.d.ts +2 -2
  74. package/dist/auth/ResetPassword/index.d.ts.map +1 -1
  75. package/dist/auth/Router.d.ts +1 -1
  76. package/dist/auth/Router.d.ts.map +1 -1
  77. package/dist/auth/Router.js +1 -1
  78. package/dist/auth/Social/SocialCallbackComponent.d.ts.map +1 -1
  79. package/dist/auth/Social/SocialCallbackComponent.js +7 -7
  80. package/dist/auth/Social/SocialFormComponent.d.ts.map +1 -1
  81. package/dist/auth/Social/SocialFormComponent.js +13 -13
  82. package/dist/auth/Social/index.d.ts +2 -2
  83. package/dist/auth/Social/index.d.ts.map +1 -1
  84. package/dist/auth/index.d.ts +10 -10
  85. package/dist/auth/index.d.ts.map +1 -1
  86. package/dist/availability-indicator/AvailabilityIndicator.d.ts +1 -1
  87. package/dist/availability-indicator/AvailabilityIndicator.d.ts.map +1 -1
  88. package/dist/availability-indicator/AvailabilityIndicator.js +7 -7
  89. package/dist/availability-indicator/index.d.ts +1 -1
  90. package/dist/availability-indicator/index.d.ts.map +1 -1
  91. package/dist/calendar/Calendar.d.ts +4 -4
  92. package/dist/calendar/Calendar.d.ts.map +1 -1
  93. package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts +2 -2
  94. package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
  95. package/dist/calendar/components/CalendarButtons/CalendarButtons.js +43 -38
  96. package/dist/calendar/components/CalendarButtons/index.d.ts +1 -1
  97. package/dist/calendar/components/CalendarButtons/index.d.ts.map +1 -1
  98. package/dist/calendar/components/CalendarDates/CalendarDates.d.ts +2 -2
  99. package/dist/calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
  100. package/dist/calendar/components/CalendarDates/CalendarDates.js +1 -1
  101. package/dist/calendar/components/CalendarDates/index.d.ts +1 -1
  102. package/dist/calendar/components/CalendarDates/index.d.ts.map +1 -1
  103. package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts.map +1 -1
  104. package/dist/calendar/components/CalendarSelect/CalendarSelect.js +1 -1
  105. package/dist/calendar/components/CalendarSelect/index.d.ts +2 -2
  106. package/dist/calendar/components/CalendarSelect/index.d.ts.map +1 -1
  107. package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts.map +1 -1
  108. package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.js +8 -8
  109. package/dist/calendar/components/CalendarWeekdays/index.d.ts +1 -1
  110. package/dist/calendar/components/CalendarWeekdays/index.d.ts.map +1 -1
  111. package/dist/calendar/index.d.ts +3 -3
  112. package/dist/calendar/index.d.ts.map +1 -1
  113. package/dist/calendar/utils/index.d.ts +1 -1
  114. package/dist/calendar/utils/index.d.ts.map +1 -1
  115. package/dist/calendar/utils/index.js +2 -2
  116. package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts +1 -1
  117. package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts.map +1 -1
  118. package/dist/collapsible-input-group/CollapsibleInputGroup.js +1 -1
  119. package/dist/collapsible-input-group/index.d.ts +1 -1
  120. package/dist/collapsible-input-group/index.d.ts.map +1 -1
  121. package/dist/custom-fields/constants.d.ts.map +1 -1
  122. package/dist/custom-fields/constants.js +10 -10
  123. package/dist/custom-fields/field/FieldItem.d.ts +1 -1
  124. package/dist/custom-fields/field/FieldItem.d.ts.map +1 -1
  125. package/dist/custom-fields/field/SelectFieldModal.d.ts.map +1 -1
  126. package/dist/custom-fields/field-set/CustomFieldSets.d.ts +8 -8
  127. package/dist/custom-fields/field-set/CustomFieldSets.d.ts.map +1 -1
  128. package/dist/custom-fields/field-set/CustomFieldSets.js +2 -2
  129. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts +7 -7
  130. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
  131. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.js +15 -15
  132. package/dist/custom-fields/field-set/components/CustomFieldSet/index.d.ts +1 -1
  133. package/dist/custom-fields/field-set/components/CustomFieldSet/index.d.ts.map +1 -1
  134. package/dist/custom-fields/field-set/components/index.d.ts +1 -1
  135. package/dist/custom-fields/field-set/components/index.d.ts.map +1 -1
  136. package/dist/custom-fields/field-set/contexts/index.d.ts +1 -1
  137. package/dist/custom-fields/field-set/contexts/index.d.ts.map +1 -1
  138. package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts +1 -1
  139. package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts.map +1 -1
  140. package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts +1 -1
  141. package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts.map +1 -1
  142. package/dist/custom-fields/field-set/providers/index.d.ts +1 -1
  143. package/dist/custom-fields/field-set/providers/index.d.ts.map +1 -1
  144. package/dist/custom-fields/forms/DropdownForm.d.ts +2 -2
  145. package/dist/custom-fields/forms/DropdownForm.d.ts.map +1 -1
  146. package/dist/custom-fields/forms/DropdownForm.js +15 -15
  147. package/dist/custom-fields/forms/TextInputForm.d.ts +2 -2
  148. package/dist/custom-fields/forms/TextInputForm.d.ts.map +1 -1
  149. package/dist/custom-fields/forms/TextInputForm.js +7 -7
  150. package/dist/custom-fields/index.d.ts +1 -1
  151. package/dist/custom-fields/index.d.ts.map +1 -1
  152. package/dist/customers/components/filter/CustomerFilter.d.ts.map +1 -1
  153. package/dist/customers/components/filter/CustomerFilter.js +5 -5
  154. package/dist/customers/components/filter/index.d.ts +2 -2
  155. package/dist/customers/components/filter/index.d.ts.map +1 -1
  156. package/dist/customers/components/index.d.ts +1 -1
  157. package/dist/customers/components/index.d.ts.map +1 -1
  158. package/dist/customers/index.d.ts +1 -1
  159. package/dist/customers/index.d.ts.map +1 -1
  160. package/dist/date-time-button/DateContent.d.ts +3 -3
  161. package/dist/date-time-button/DateContent.d.ts.map +1 -1
  162. package/dist/date-time-button/DateContent.js +5 -5
  163. package/dist/date-time-button/DateTimeButton.d.ts +3 -3
  164. package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
  165. package/dist/date-time-button/DateTimeButton.js +2 -2
  166. package/dist/date-time-button/index.d.ts +1 -1
  167. package/dist/date-time-button/index.d.ts.map +1 -1
  168. package/dist/error/ErrorFallback.d.ts.map +1 -1
  169. package/dist/error/ErrorFallback.js +3 -3
  170. package/dist/error/index.d.ts +1 -1
  171. package/dist/error/index.d.ts.map +1 -1
  172. package/dist/events/edit-event-modal/IntervalInput.d.ts +2 -2
  173. package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
  174. package/dist/events/edit-event-modal/IntervalInput.js +18 -24
  175. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +7 -7
  176. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
  177. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +57 -57
  178. package/dist/events/edit-event-modal/component/EditEventForm/index.d.ts +2 -2
  179. package/dist/events/edit-event-modal/component/EditEventForm/index.d.ts.map +1 -1
  180. package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts +3 -3
  181. package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts.map +1 -1
  182. package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.js +8 -8
  183. package/dist/events/edit-event-modal/component/ProductSetShortForm/index.d.ts +1 -1
  184. package/dist/events/edit-event-modal/component/ProductSetShortForm/index.d.ts.map +1 -1
  185. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
  186. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +8 -8
  187. package/dist/events/edit-event-modal/component/SaleDeadline/index.d.ts +1 -1
  188. package/dist/events/edit-event-modal/component/SaleDeadline/index.d.ts.map +1 -1
  189. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +3 -3
  190. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
  191. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +36 -37
  192. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +3 -3
  193. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
  194. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +5 -5
  195. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/index.d.ts +1 -1
  196. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/index.d.ts.map +1 -1
  197. package/dist/events/edit-event-modal/component/SelectEventProductSet/index.d.ts +1 -1
  198. package/dist/events/edit-event-modal/component/SelectEventProductSet/index.d.ts.map +1 -1
  199. package/dist/events/edit-event-modal/hooks/index.d.ts +2 -2
  200. package/dist/events/edit-event-modal/hooks/index.d.ts.map +1 -1
  201. package/dist/events/edit-event-modal/hooks/useFormattedDuration.d.ts.map +1 -1
  202. package/dist/events/edit-event-modal/hooks/useFormattedDuration.js +12 -12
  203. package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts.map +1 -1
  204. package/dist/events/edit-event-modal/hooks/useValidationOptions.js +9 -9
  205. package/dist/events/edit-event-modal/index.d.ts +3 -3
  206. package/dist/events/edit-event-modal/index.d.ts.map +1 -1
  207. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts +2 -2
  208. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
  209. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +4 -3
  210. package/dist/events/edit-event-modal/utils/isUrlValid.d.ts.map +1 -1
  211. package/dist/events/edit-event-modal/utils/removeRruleCount.d.ts.map +1 -1
  212. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
  213. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.js +6 -6
  214. package/dist/events/edit-recurrent-event-modal/index.d.ts +1 -1
  215. package/dist/events/edit-recurrent-event-modal/index.d.ts.map +1 -1
  216. package/dist/events/event-card/EventCard.d.ts +3 -3
  217. package/dist/events/event-card/EventCard.d.ts.map +1 -1
  218. package/dist/events/event-card/EventCard.js +17 -17
  219. package/dist/events/event-card/EventCardSkeleton.d.ts.map +1 -1
  220. package/dist/events/event-card/EventCardSkeleton.js +1 -1
  221. package/dist/events/event-card/index.d.ts +2 -2
  222. package/dist/events/event-card/index.d.ts.map +1 -1
  223. package/dist/events/event-card/utils.d.ts +1 -1
  224. package/dist/events/event-card/utils.d.ts.map +1 -1
  225. package/dist/events/event-card/utils.js +6 -6
  226. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +3 -3
  227. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
  228. package/dist/events/event-statistic-modal/EventStatisticModal.js +10 -10
  229. package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +3 -3
  230. package/dist/events/event-statistic-modal/hooks/useTableData.d.ts.map +1 -1
  231. package/dist/events/event-statistic-modal/hooks/useTableData.js +3 -3
  232. package/dist/events/event-statistic-modal/index.d.ts +2 -2
  233. package/dist/events/event-statistic-modal/index.d.ts.map +1 -1
  234. package/dist/events/event-statistic-modal/utils/index.d.ts +1 -1
  235. package/dist/events/event-statistic-modal/utils/index.d.ts.map +1 -1
  236. package/dist/events/event-statistic-modal/utils/index.js +3 -3
  237. package/dist/events/event-venue-map/EventVenueMap.d.ts +5 -5
  238. package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
  239. package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts +1 -1
  240. package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts.map +1 -1
  241. package/dist/events/event-venue-map/components/Dropdown/Dropdown.js +1 -1
  242. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts +1 -1
  243. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts.map +1 -1
  244. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.d.ts +1 -1
  245. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.d.ts.map +1 -1
  246. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts +1 -1
  247. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts.map +1 -1
  248. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.js +2 -2
  249. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/index.d.ts +1 -1
  250. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/index.d.ts.map +1 -1
  251. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts +1 -1
  252. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts.map +1 -1
  253. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.js +4 -4
  254. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/index.d.ts +1 -1
  255. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/index.d.ts.map +1 -1
  256. package/dist/events/event-venue-map/components/Dropdown/index.d.ts +1 -1
  257. package/dist/events/event-venue-map/components/Dropdown/index.d.ts.map +1 -1
  258. package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts +5 -5
  259. package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts.map +1 -1
  260. package/dist/events/event-venue-map/components/MapPoint/MapPoint.js +1 -1
  261. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts.map +1 -1
  262. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.js +2 -2
  263. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.d.ts +1 -1
  264. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.d.ts.map +1 -1
  265. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts.map +1 -1
  266. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.js +2 -2
  267. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/index.d.ts +1 -1
  268. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/index.d.ts.map +1 -1
  269. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts +2 -2
  270. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts.map +1 -1
  271. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.js +5 -5
  272. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/index.d.ts +1 -1
  273. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/index.d.ts.map +1 -1
  274. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts +2 -2
  275. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts.map +1 -1
  276. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.js +16 -16
  277. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/index.d.ts +2 -2
  278. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/index.d.ts.map +1 -1
  279. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts.map +1 -1
  280. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.js +4 -4
  281. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.d.ts +1 -1
  282. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.d.ts.map +1 -1
  283. package/dist/events/event-venue-map/components/MapPoint/index.d.ts +1 -1
  284. package/dist/events/event-venue-map/components/MapPoint/index.d.ts.map +1 -1
  285. package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts +1 -1
  286. package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts.map +1 -1
  287. package/dist/events/event-venue-map/components/Scrollbars/index.d.ts +1 -1
  288. package/dist/events/event-venue-map/components/Scrollbars/index.d.ts.map +1 -1
  289. package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts +3 -3
  290. package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts.map +1 -1
  291. package/dist/events/event-venue-map/components/VenueMap/index.d.ts +2 -2
  292. package/dist/events/event-venue-map/components/VenueMap/index.d.ts.map +1 -1
  293. package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts +1 -1
  294. package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts.map +1 -1
  295. package/dist/events/event-venue-map/components/ZoomButtons/index.d.ts +1 -1
  296. package/dist/events/event-venue-map/components/ZoomButtons/index.d.ts.map +1 -1
  297. package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts.map +1 -1
  298. package/dist/events/event-venue-map/hooks/useDrag.d.ts +2 -2
  299. package/dist/events/event-venue-map/hooks/useDrag.d.ts.map +1 -1
  300. package/dist/events/event-venue-map/hooks/useDrag.js +8 -8
  301. package/dist/events/event-venue-map/hooks/useImage.d.ts +1 -1
  302. package/dist/events/event-venue-map/hooks/useImage.d.ts.map +1 -1
  303. package/dist/events/event-venue-map/hooks/useImage.js +2 -2
  304. package/dist/events/event-venue-map/hooks/useStageActions.d.ts +2 -2
  305. package/dist/events/event-venue-map/hooks/useStageActions.d.ts.map +1 -1
  306. package/dist/events/event-venue-map/hooks/useStageActions.js +1 -1
  307. package/dist/events/event-venue-map/hooks/useZoom.d.ts +1 -1
  308. package/dist/events/event-venue-map/hooks/useZoom.d.ts.map +1 -1
  309. package/dist/events/event-venue-map/index.d.ts +2 -2
  310. package/dist/events/event-venue-map/index.d.ts.map +1 -1
  311. package/dist/events/event-venue-map/types/index.d.ts +3 -3
  312. package/dist/events/event-venue-map/types/index.d.ts.map +1 -1
  313. package/dist/events/event-venue-map/utils/index.d.ts +3 -3
  314. package/dist/events/event-venue-map/utils/index.d.ts.map +1 -1
  315. package/dist/events/index.d.ts +5 -5
  316. package/dist/events/index.d.ts.map +1 -1
  317. package/dist/file-upload/FilePreview.d.ts +3 -3
  318. package/dist/file-upload/FilePreview.d.ts.map +1 -1
  319. package/dist/file-upload/FilePreview.js +3 -3
  320. package/dist/file-upload/FileUpload.d.ts +3 -3
  321. package/dist/file-upload/FileUpload.d.ts.map +1 -1
  322. package/dist/file-upload/FileUpload.js +9 -9
  323. package/dist/file-upload/index.d.ts +1 -1
  324. package/dist/file-upload/index.d.ts.map +1 -1
  325. package/dist/header/BookeditHeader.d.ts +1 -1
  326. package/dist/header/BookeditHeader.d.ts.map +1 -1
  327. package/dist/header/Header.d.ts +1 -1
  328. package/dist/header/Header.d.ts.map +1 -1
  329. package/dist/header/LicklistHeader.d.ts +1 -1
  330. package/dist/header/LicklistHeader.d.ts.map +1 -1
  331. package/dist/header/elements/CompanySelector.d.ts.map +1 -1
  332. package/dist/header/elements/index.d.ts +1 -1
  333. package/dist/header/elements/index.d.ts.map +1 -1
  334. package/dist/header/index.d.ts +4 -4
  335. package/dist/header/index.d.ts.map +1 -1
  336. package/dist/help/example/Example.d.ts +1 -1
  337. package/dist/help/example/Example.d.ts.map +1 -1
  338. package/dist/help/example/Example.js +1 -1
  339. package/dist/help/example/index.d.ts +1 -1
  340. package/dist/help/example/index.d.ts.map +1 -1
  341. package/dist/help/index.d.ts +2 -2
  342. package/dist/help/index.d.ts.map +1 -1
  343. package/dist/help/popover/HelpPopover.d.ts +2 -2
  344. package/dist/help/popover/HelpPopover.d.ts.map +1 -1
  345. package/dist/help/popover/HelpPopover.js +2 -2
  346. package/dist/help/popover/index.d.ts +1 -1
  347. package/dist/help/popover/index.d.ts.map +1 -1
  348. package/dist/iframe/activity-card/ActivityCard.d.ts +1 -1
  349. package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
  350. package/dist/iframe/activity-card/ActivityCard.js +5 -5
  351. package/dist/iframe/activity-card/index.d.ts +1 -1
  352. package/dist/iframe/activity-card/index.d.ts.map +1 -1
  353. package/dist/iframe/back-button/BackButton.d.ts.map +1 -1
  354. package/dist/iframe/back-button/index.d.ts +1 -1
  355. package/dist/iframe/back-button/index.d.ts.map +1 -1
  356. package/dist/iframe/custom-fields/components/CustomDateField.d.ts +1 -1
  357. package/dist/iframe/custom-fields/components/CustomDateField.d.ts.map +1 -1
  358. package/dist/iframe/custom-fields/components/CustomDateField.js +9 -9
  359. package/dist/iframe/custom-fields/index.d.ts +2 -2
  360. package/dist/iframe/custom-fields/index.d.ts.map +1 -1
  361. package/dist/iframe/event/event-booking-form/EventBookingForm.d.ts.map +1 -1
  362. package/dist/iframe/event/event-booking-form/EventBookingForm.js +7 -7
  363. package/dist/iframe/event/event-booking-form/index.d.ts +1 -1
  364. package/dist/iframe/event/event-booking-form/index.d.ts.map +1 -1
  365. package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts +3 -3
  366. package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts.map +1 -1
  367. package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts +3 -3
  368. package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts.map +1 -1
  369. package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.js +4 -4
  370. package/dist/iframe/event/event-booking-products/components/AccordionItem/index.d.ts +1 -1
  371. package/dist/iframe/event/event-booking-products/components/AccordionItem/index.d.ts.map +1 -1
  372. package/dist/iframe/event/event-booking-products/index.d.ts +1 -1
  373. package/dist/iframe/event/event-booking-products/index.d.ts.map +1 -1
  374. package/dist/iframe/event/event-booking-view/EventBookingView.d.ts.map +1 -1
  375. package/dist/iframe/event/event-booking-view/index.d.ts +1 -1
  376. package/dist/iframe/event/event-booking-view/index.d.ts.map +1 -1
  377. package/dist/iframe/event/event-card/IframeEventCard.d.ts +2 -2
  378. package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
  379. package/dist/iframe/event/event-card/IframeEventCard.js +12 -12
  380. package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts +2 -2
  381. package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts.map +1 -1
  382. package/dist/iframe/event/event-card/IframeEventCardSkeleton.js +5 -5
  383. package/dist/iframe/event/event-card/index.d.ts +2 -2
  384. package/dist/iframe/event/event-card/index.d.ts.map +1 -1
  385. package/dist/iframe/event/event-description/EventDescription.d.ts +1 -1
  386. package/dist/iframe/event/event-description/EventDescription.d.ts.map +1 -1
  387. package/dist/iframe/event/event-description/EventDescription.js +6 -6
  388. package/dist/iframe/event/event-description/index.d.ts +1 -1
  389. package/dist/iframe/event/event-description/index.d.ts.map +1 -1
  390. package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts.map +1 -1
  391. package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.js +6 -6
  392. package/dist/iframe/event/event-navigation-footer/index.d.ts +1 -1
  393. package/dist/iframe/event/event-navigation-footer/index.d.ts.map +1 -1
  394. package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts +1 -1
  395. package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts.map +1 -1
  396. package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.js +2 -2
  397. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts.map +1 -1
  398. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.js +1 -1
  399. package/dist/iframe/event/event-order-short-summary/components/Summary/index.d.ts +2 -2
  400. package/dist/iframe/event/event-order-short-summary/components/Summary/index.d.ts.map +1 -1
  401. package/dist/iframe/event/event-order-short-summary/index.d.ts +2 -2
  402. package/dist/iframe/event/event-order-short-summary/index.d.ts.map +1 -1
  403. package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts +1 -1
  404. package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts.map +1 -1
  405. package/dist/iframe/event/event-order-summary/EventOrderSummary.js +9 -9
  406. package/dist/iframe/event/event-order-summary/index.d.ts +1 -1
  407. package/dist/iframe/event/event-order-summary/index.d.ts.map +1 -1
  408. package/dist/iframe/event/event-product-sets/EventProductSets.d.ts +1 -1
  409. package/dist/iframe/event/event-product-sets/EventProductSets.d.ts.map +1 -1
  410. package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts +1 -1
  411. package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts.map +1 -1
  412. package/dist/iframe/event/event-product-sets/components/EventProductSet.js +1 -1
  413. package/dist/iframe/event/event-product-sets/index.d.ts +2 -2
  414. package/dist/iframe/event/event-product-sets/index.d.ts.map +1 -1
  415. package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts +1 -1
  416. package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts.map +1 -1
  417. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts +1 -1
  418. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts.map +1 -1
  419. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.js +1 -1
  420. package/dist/iframe/event/event-step-venue-map-zones/index.d.ts +2 -2
  421. package/dist/iframe/event/event-step-venue-map-zones/index.d.ts.map +1 -1
  422. package/dist/iframe/event/event-tables/EventTables.d.ts.map +1 -1
  423. package/dist/iframe/event/event-tables/index.d.ts +1 -1
  424. package/dist/iframe/event/event-tables/index.d.ts.map +1 -1
  425. package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts +2 -2
  426. package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts.map +1 -1
  427. package/dist/iframe/event/event-venue-map/IframeEventVenueMap.js +1 -1
  428. package/dist/iframe/event/event-venue-map/index.d.ts +1 -1
  429. package/dist/iframe/event/event-venue-map/index.d.ts.map +1 -1
  430. package/dist/iframe/event/index.d.ts +16 -16
  431. package/dist/iframe/event/index.d.ts.map +1 -1
  432. package/dist/iframe/event/ticket-description/TicketDescription.d.ts +2 -2
  433. package/dist/iframe/event/ticket-description/TicketDescription.d.ts.map +1 -1
  434. package/dist/iframe/event/ticket-description/TicketDescription.js +5 -5
  435. package/dist/iframe/event/ticket-description/index.d.ts +1 -1
  436. package/dist/iframe/event/ticket-description/index.d.ts.map +1 -1
  437. package/dist/iframe/external-modal/ExternalModal.d.ts +1 -1
  438. package/dist/iframe/external-modal/ExternalModal.d.ts.map +1 -1
  439. package/dist/iframe/index.d.ts +12 -12
  440. package/dist/iframe/index.d.ts.map +1 -1
  441. package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts +1 -1
  442. package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts.map +1 -1
  443. package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +5 -5
  444. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts +1 -1
  445. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts.map +1 -1
  446. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.js +1 -1
  447. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.d.ts +2 -2
  448. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.d.ts.map +1 -1
  449. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts +1 -1
  450. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
  451. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +3 -3
  452. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts +1 -1
  453. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts.map +1 -1
  454. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts +3 -3
  455. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts.map +1 -1
  456. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.d.ts +1 -1
  457. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.d.ts.map +1 -1
  458. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts +1 -1
  459. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts.map +1 -1
  460. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.js +3 -3
  461. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts.map +1 -1
  462. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.js +1 -1
  463. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.d.ts +2 -2
  464. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.d.ts.map +1 -1
  465. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts +1 -1
  466. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts.map +1 -1
  467. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.js +5 -5
  468. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.d.ts +1 -1
  469. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.d.ts.map +1 -1
  470. package/dist/iframe/order-process/components/BookingSummary/index.d.ts +1 -1
  471. package/dist/iframe/order-process/components/BookingSummary/index.d.ts.map +1 -1
  472. package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts +4 -4
  473. package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts.map +1 -1
  474. package/dist/iframe/order-process/components/BookingSummary/types/index.js +1 -1
  475. package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +2 -2
  476. package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
  477. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts +1 -1
  478. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts.map +1 -1
  479. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.js +3 -3
  480. package/dist/iframe/order-process/components/BookingSummaryFooter/index.d.ts +2 -2
  481. package/dist/iframe/order-process/components/BookingSummaryFooter/index.d.ts.map +1 -1
  482. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts +3 -3
  483. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts.map +1 -1
  484. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.js +9 -9
  485. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts +3 -3
  486. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts.map +1 -1
  487. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts +3 -3
  488. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts.map +1 -1
  489. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.js +1 -1
  490. package/dist/iframe/order-process/components/CalendarStepsForm/index.d.ts +2 -2
  491. package/dist/iframe/order-process/components/CalendarStepsForm/index.d.ts.map +1 -1
  492. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts +2 -2
  493. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
  494. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +21 -21
  495. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
  496. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +5 -5
  497. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/index.d.ts +1 -1
  498. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/index.d.ts.map +1 -1
  499. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +4 -4
  500. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
  501. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +5 -7
  502. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.d.ts +1 -1
  503. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.d.ts.map +1 -1
  504. package/dist/iframe/order-process/components/CategoryProduct/index.d.ts +1 -1
  505. package/dist/iframe/order-process/components/CategoryProduct/index.d.ts.map +1 -1
  506. package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts.map +1 -1
  507. package/dist/iframe/order-process/components/ErrorModal/ErrorModal.js +4 -4
  508. package/dist/iframe/order-process/components/ErrorModal/index.d.ts +1 -1
  509. package/dist/iframe/order-process/components/ErrorModal/index.d.ts.map +1 -1
  510. package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts +1 -1
  511. package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts.map +1 -1
  512. package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.js +3 -3
  513. package/dist/iframe/order-process/components/NavigationFooter/index.d.ts +1 -1
  514. package/dist/iframe/order-process/components/NavigationFooter/index.d.ts.map +1 -1
  515. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts.map +1 -1
  516. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.js +11 -11
  517. package/dist/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.d.ts +1 -1
  518. package/dist/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.d.ts.map +1 -1
  519. package/dist/iframe/order-process/components/NavigationSteps/index.d.ts +2 -2
  520. package/dist/iframe/order-process/components/NavigationSteps/index.d.ts.map +1 -1
  521. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts +3 -3
  522. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts.map +1 -1
  523. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.js +9 -9
  524. package/dist/iframe/order-process/components/PaymentCard/index.d.ts +1 -1
  525. package/dist/iframe/order-process/components/PaymentCard/index.d.ts.map +1 -1
  526. package/dist/iframe/order-process/components/Timer/Timer.d.ts.map +1 -1
  527. package/dist/iframe/order-process/components/Timer/Timer.js +2 -2
  528. package/dist/iframe/order-process/components/Timer/index.d.ts +1 -1
  529. package/dist/iframe/order-process/components/Timer/index.d.ts.map +1 -1
  530. package/dist/iframe/order-process/components/Timer/utils/index.d.ts.map +1 -1
  531. package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts +2 -2
  532. package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts.map +1 -1
  533. package/dist/iframe/order-process/components/utils/useCategoryVerification.js +5 -5
  534. package/dist/iframe/order-process/constants.d.ts.map +1 -1
  535. package/dist/iframe/order-process/constants.js +2 -2
  536. package/dist/iframe/order-process/index.d.ts +12 -12
  537. package/dist/iframe/order-process/index.d.ts.map +1 -1
  538. package/dist/iframe/page/Page.d.ts +1 -1
  539. package/dist/iframe/page/Page.d.ts.map +1 -1
  540. package/dist/iframe/page/Page.js +2 -2
  541. package/dist/iframe/page/components/PageBody/PageBody.d.ts +1 -1
  542. package/dist/iframe/page/components/PageBody/PageBody.d.ts.map +1 -1
  543. package/dist/iframe/page/components/PageBody/PageBody.js +1 -1
  544. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts +1 -1
  545. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts.map +1 -1
  546. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.js +3 -3
  547. package/dist/iframe/page/components/PageBody/components/LeftBlock/index.d.ts +2 -2
  548. package/dist/iframe/page/components/PageBody/components/LeftBlock/index.d.ts.map +1 -1
  549. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts +1 -1
  550. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts.map +1 -1
  551. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.js +1 -1
  552. package/dist/iframe/page/components/PageBody/components/RightBlock/index.d.ts +2 -2
  553. package/dist/iframe/page/components/PageBody/components/RightBlock/index.d.ts.map +1 -1
  554. package/dist/iframe/page/components/PageBody/constants.d.ts.map +1 -1
  555. package/dist/iframe/page/components/PageBody/constants.js +11 -11
  556. package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.d.ts.map +1 -1
  557. package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.js +1 -1
  558. package/dist/iframe/page/components/PageBody/index.d.ts +2 -2
  559. package/dist/iframe/page/components/PageBody/index.d.ts.map +1 -1
  560. package/dist/iframe/page/components/PageBody/types.d.ts.map +1 -1
  561. package/dist/iframe/page/components/PageHeader/PageHeader.d.ts +1 -1
  562. package/dist/iframe/page/components/PageHeader/PageHeader.d.ts.map +1 -1
  563. package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.d.ts +1 -1
  564. package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.d.ts.map +1 -1
  565. package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.js +1 -1
  566. package/dist/iframe/page/components/PageHeader/index.d.ts +2 -2
  567. package/dist/iframe/page/components/PageHeader/index.d.ts.map +1 -1
  568. package/dist/iframe/page/index.d.ts +6 -6
  569. package/dist/iframe/page/index.d.ts.map +1 -1
  570. package/dist/iframe/payment/index.d.ts +6 -6
  571. package/dist/iframe/payment/index.d.ts.map +1 -1
  572. package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts +1 -1
  573. package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts.map +1 -1
  574. package/dist/iframe/payment/order-items-table/OrderItemsTable.js +6 -6
  575. package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts +2 -2
  576. package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
  577. package/dist/iframe/payment/order-items-table/hooks/useTableData.js +9 -9
  578. package/dist/iframe/payment/order-items-table/index.d.ts +1 -1
  579. package/dist/iframe/payment/order-items-table/index.d.ts.map +1 -1
  580. package/dist/iframe/payment/order-items-table/types/index.d.ts +2 -2
  581. package/dist/iframe/payment/order-items-table/types/index.d.ts.map +1 -1
  582. package/dist/iframe/payment/order-items-table/types/index.js +4 -4
  583. package/dist/iframe/payment/order-items-table/utils/index.d.ts +3 -3
  584. package/dist/iframe/payment/order-items-table/utils/index.d.ts.map +1 -1
  585. package/dist/iframe/payment/order-items-table/utils/index.js +3 -3
  586. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts +1 -1
  587. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
  588. package/dist/iframe/payment/payment-form/PaymentForm.d.ts +1 -1
  589. package/dist/iframe/payment/payment-form/PaymentForm.d.ts.map +1 -1
  590. package/dist/iframe/payment/payment-form/PaymentForm.js +13 -13
  591. package/dist/iframe/payment/payment-page/PaymentPage.d.ts +4 -4
  592. package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
  593. package/dist/iframe/payment/payment-page/PaymentPage.js +11 -11
  594. package/dist/iframe/payment/payment-page/PaymentTimer.d.ts.map +1 -1
  595. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts +2 -2
  596. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts.map +1 -1
  597. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.js +3 -3
  598. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts +3 -3
  599. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
  600. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +11 -11
  601. package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts +1 -1
  602. package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts.map +1 -1
  603. package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.js +2 -2
  604. package/dist/iframe/payment/payment-status-page/component/index.d.ts +1 -1
  605. package/dist/iframe/payment/payment-status-page/component/index.d.ts.map +1 -1
  606. package/dist/iframe/payment/payment-status-page/index.d.ts +1 -1
  607. package/dist/iframe/payment/payment-status-page/index.d.ts.map +1 -1
  608. package/dist/iframe/payment/status-body/StatusBody.d.ts.map +1 -1
  609. package/dist/iframe/payment/status-body/StatusBody.js +3 -3
  610. package/dist/iframe/powered-by/PoweredBy.d.ts.map +1 -1
  611. package/dist/iframe/powered-by/PoweredBy.js +3 -3
  612. package/dist/iframe/powered-by/index.d.ts +1 -1
  613. package/dist/iframe/powered-by/index.d.ts.map +1 -1
  614. package/dist/iframe/ryft/RyftPaymentForm.d.ts +2 -2
  615. package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
  616. package/dist/iframe/ryft/RyftPaymentForm.js +22 -22
  617. package/dist/iframe/ryft/utils/ryft-form.d.ts +3 -3
  618. package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
  619. package/dist/iframe/ryft/utils/ryft-form.js +29 -29
  620. package/dist/image-radio-input/ImageRadioInput.d.ts +3 -3
  621. package/dist/image-radio-input/ImageRadioInput.d.ts.map +1 -1
  622. package/dist/image-radio-input/ImageRadioInput.js +1 -1
  623. package/dist/image-radio-input/index.d.ts +1 -1
  624. package/dist/image-radio-input/index.d.ts.map +1 -1
  625. package/dist/index.d.ts +44 -44
  626. package/dist/index.d.ts.map +1 -1
  627. package/dist/index.js +0 -1
  628. package/dist/layout/BackgroundVideoContainer.d.ts +1 -1
  629. package/dist/layout/BackgroundVideoContainer.d.ts.map +1 -1
  630. package/dist/layout/BackgroundVideoContainer.js +4 -4
  631. package/dist/layout/Container.d.ts +1 -1
  632. package/dist/layout/Container.d.ts.map +1 -1
  633. package/dist/layout/DropDown.d.ts +2 -3
  634. package/dist/layout/DropDown.d.ts.map +1 -1
  635. package/dist/layout/DropDown.js +2 -2
  636. package/dist/layout/DropDownToggle.d.ts.map +1 -1
  637. package/dist/layout/DropDownToggle.js +1 -1
  638. package/dist/layout/index.d.ts +4 -4
  639. package/dist/layout/index.d.ts.map +1 -1
  640. package/dist/logo/Logo.d.ts +1 -1
  641. package/dist/logo/Logo.d.ts.map +1 -1
  642. package/dist/logo/Logo.js +2 -2
  643. package/dist/logo/index.d.ts +1 -1
  644. package/dist/logo/index.d.ts.map +1 -1
  645. package/dist/modals/confirmation/ConfirmModal.d.ts +2 -4
  646. package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
  647. package/dist/modals/confirmation/ConfirmModal.js +19 -183
  648. package/dist/modals/confirmation/index.d.ts +1 -1
  649. package/dist/modals/confirmation/index.d.ts.map +1 -1
  650. package/dist/modals/dialog/Dialog.d.ts.map +1 -1
  651. package/dist/modals/dialog/Dialog.js +3 -3
  652. package/dist/modals/dialog/DialogContext.d.ts +1 -1
  653. package/dist/modals/dialog/DialogContext.d.ts.map +1 -1
  654. package/dist/modals/dialog/DialogContext.js +1 -1
  655. package/dist/modals/dialog/index.d.ts +2 -2
  656. package/dist/modals/dialog/index.d.ts.map +1 -1
  657. package/dist/modals/fullscreen/FullscreenModal.d.ts +1 -1
  658. package/dist/modals/fullscreen/FullscreenModal.d.ts.map +1 -1
  659. package/dist/modals/fullscreen/FullscreenModal.js +2 -2
  660. package/dist/modals/fullscreen/index.d.ts +1 -1
  661. package/dist/modals/fullscreen/index.d.ts.map +1 -1
  662. package/dist/modals/index.d.ts +2 -2
  663. package/dist/modals/index.d.ts.map +1 -1
  664. package/dist/notification/components/NotificationPlaceholders.d.ts +1 -1
  665. package/dist/notification/components/NotificationPlaceholders.d.ts.map +1 -1
  666. package/dist/notification/components/NotificationPlaceholders.js +2 -2
  667. package/dist/notification/email-template/card/EmailTemplateCard.d.ts +2 -2
  668. package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
  669. package/dist/notification/email-template/card/EmailTemplateCard.js +4 -4
  670. package/dist/notification/email-template/card/index.d.ts +1 -1
  671. package/dist/notification/email-template/card/index.d.ts.map +1 -1
  672. package/dist/notification/email-template/control/EmailTemplateControl.d.ts +3 -3
  673. package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
  674. package/dist/notification/email-template/control/EmailTemplateControl.js +57 -57
  675. package/dist/notification/email-template/control/index.d.ts +1 -1
  676. package/dist/notification/email-template/control/index.d.ts.map +1 -1
  677. package/dist/notification/email-template/form/EmailTemplateForm.d.ts +11 -11
  678. package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
  679. package/dist/notification/email-template/form/EmailTemplateForm.js +7 -7
  680. package/dist/notification/email-template/form/index.d.ts +1 -1
  681. package/dist/notification/email-template/form/index.d.ts.map +1 -1
  682. package/dist/notification/email-template/index.d.ts +3 -3
  683. package/dist/notification/email-template/index.d.ts.map +1 -1
  684. package/dist/notification/hooks/useTranslatedParameters.d.ts.map +1 -1
  685. package/dist/notification/hooks/useTranslatedParameters.js +4 -4
  686. package/dist/notification/index.d.ts +3 -3
  687. package/dist/notification/index.d.ts.map +1 -1
  688. package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts +2 -2
  689. package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts.map +1 -1
  690. package/dist/notification/send-email-template/SendEmailTemplateForm.js +15 -15
  691. package/dist/notification/send-email-template/index.d.ts +1 -1
  692. package/dist/notification/send-email-template/index.d.ts.map +1 -1
  693. package/dist/notification/sms-template/card/SmsTemplateCard.d.ts +2 -2
  694. package/dist/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
  695. package/dist/notification/sms-template/card/SmsTemplateCard.js +3 -3
  696. package/dist/notification/sms-template/card/index.d.ts +1 -1
  697. package/dist/notification/sms-template/card/index.d.ts.map +1 -1
  698. package/dist/notification/sms-template/control/SmsTemplateControl.d.ts +1 -1
  699. package/dist/notification/sms-template/control/SmsTemplateControl.d.ts.map +1 -1
  700. package/dist/notification/sms-template/control/SmsTemplateControl.js +33 -33
  701. package/dist/notification/sms-template/control/index.d.ts +1 -1
  702. package/dist/notification/sms-template/control/index.d.ts.map +1 -1
  703. package/dist/notification/sms-template/form/SmsTemplateForm.d.ts +5 -5
  704. package/dist/notification/sms-template/form/SmsTemplateForm.d.ts.map +1 -1
  705. package/dist/notification/sms-template/form/SmsTemplateForm.js +2 -2
  706. package/dist/notification/sms-template/form/index.d.ts +1 -1
  707. package/dist/notification/sms-template/form/index.d.ts.map +1 -1
  708. package/dist/notification/sms-template/index.d.ts +3 -3
  709. package/dist/notification/sms-template/index.d.ts.map +1 -1
  710. package/dist/number-of-people-input/NumberOfPeopleInput.d.ts.map +1 -1
  711. package/dist/number-of-people-input/NumberOfPeopleInput.js +1 -1
  712. package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts.map +1 -1
  713. package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.js +6 -6
  714. package/dist/number-of-people-input/components/index.d.ts +1 -1
  715. package/dist/number-of-people-input/components/index.d.ts.map +1 -1
  716. package/dist/number-of-people-input/index.d.ts +2 -2
  717. package/dist/number-of-people-input/index.d.ts.map +1 -1
  718. package/dist/product-set/card/ProductSetCard.d.ts +3 -7
  719. package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
  720. package/dist/product-set/card/ProductSetCard.js +16 -35
  721. package/dist/product-set/card/index.d.ts +1 -1
  722. package/dist/product-set/card/index.d.ts.map +1 -1
  723. package/dist/product-set/control/DateAndRecurrenceInput.d.ts +4 -4
  724. package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
  725. package/dist/product-set/control/DateAndRecurrenceInput.js +21 -21
  726. package/dist/product-set/control/DateInput.d.ts +4 -4
  727. package/dist/product-set/control/DateInput.d.ts.map +1 -1
  728. package/dist/product-set/control/DateInput.js +24 -24
  729. package/dist/product-set/control/ProductSetControl.d.ts +8 -8
  730. package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
  731. package/dist/product-set/control/ProductSetControl.js +54 -54
  732. package/dist/product-set/control/ProductSetRecurrenceControl.d.ts +1 -1
  733. package/dist/product-set/control/ProductSetRecurrenceControl.d.ts.map +1 -1
  734. package/dist/product-set/control/ProductSetRecurrenceControl.js +8 -8
  735. package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts +1 -1
  736. package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts.map +1 -1
  737. package/dist/product-set/control/ProductSetRecurrenceOverridesControl.js +5 -5
  738. package/dist/product-set/control/TutorialGifCard.d.ts.map +1 -1
  739. package/dist/product-set/control/TutorialGifCard.js +9 -9
  740. package/dist/product-set/control/index.d.ts +1 -1
  741. package/dist/product-set/control/index.d.ts.map +1 -1
  742. package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts.map +1 -1
  743. package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.js +26 -26
  744. package/dist/product-set/deposit-paid/index.d.ts +1 -1
  745. package/dist/product-set/deposit-paid/index.d.ts.map +1 -1
  746. package/dist/product-set/elements/DeleteFieldButton.d.ts +1 -1
  747. package/dist/product-set/elements/DeleteFieldButton.d.ts.map +1 -1
  748. package/dist/product-set/elements/DeleteFieldButton.js +3 -3
  749. package/dist/product-set/elements/index.d.ts +1 -1
  750. package/dist/product-set/elements/index.d.ts.map +1 -1
  751. package/dist/product-set/form/ProductCategoriesControl.d.ts +2 -2
  752. package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
  753. package/dist/product-set/form/ProductCategoriesControl.js +22 -68
  754. package/dist/product-set/form/ProductSetForm.d.ts +11 -14
  755. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  756. package/dist/product-set/form/ProductSetForm.js +12 -70
  757. package/dist/product-set/form/ProductSetFormPopover.d.ts.map +1 -1
  758. package/dist/product-set/form/ProductZonesControl.d.ts +2 -2
  759. package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
  760. package/dist/product-set/form/ProductZonesControl.js +15 -13
  761. package/dist/product-set/form/ProductsControl.d.ts +4 -4
  762. package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
  763. package/dist/product-set/form/ProductsControl.js +11 -11
  764. package/dist/product-set/form/SelectCategoryModal.d.ts +1 -13
  765. package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
  766. package/dist/product-set/form/SelectCategoryModal.js +9 -9
  767. package/dist/product-set/form/StepsControl.d.ts.map +1 -1
  768. package/dist/product-set/form/StepsControl.js +12 -12
  769. package/dist/product-set/form/SubProductsControl.d.ts +3 -3
  770. package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
  771. package/dist/product-set/form/SubProductsControl.js +5 -2
  772. package/dist/product-set/form/VenueMapSetModal.d.ts.map +1 -1
  773. package/dist/product-set/form/VenueMapSetModal.js +13 -13
  774. package/dist/product-set/form/VenueMapsControl.d.ts +3 -3
  775. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  776. package/dist/product-set/form/VenueMapsControl.js +8 -5
  777. package/dist/product-set/form/context.d.ts +7 -7
  778. package/dist/product-set/form/context.d.ts.map +1 -1
  779. package/dist/product-set/form/index.d.ts +1 -2
  780. package/dist/product-set/form/index.d.ts.map +1 -1
  781. package/dist/product-set/hooks/useSortableTreeFunctions.d.ts.map +1 -1
  782. package/dist/product-set/index.d.ts +10 -10
  783. package/dist/product-set/index.d.ts.map +1 -1
  784. package/dist/product-set/item/CreateProductSetItem.d.ts.map +1 -1
  785. package/dist/product-set/item/CreateProductSetItem.js +1 -1
  786. package/dist/product-set/popover/ProductSetPopover.d.ts +2 -2
  787. package/dist/product-set/popover/ProductSetPopover.d.ts.map +1 -1
  788. package/dist/product-set/popover/ProductSetPopover.js +1 -1
  789. package/dist/product-set/popover/index.d.ts +1 -1
  790. package/dist/product-set/popover/index.d.ts.map +1 -1
  791. package/dist/product-set/product/ProductControl.d.ts +9 -9
  792. package/dist/product-set/product/ProductControl.d.ts.map +1 -1
  793. package/dist/product-set/product/ProductControl.js +22 -22
  794. package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts +1 -1
  795. package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts.map +1 -1
  796. package/dist/product-set/product/advanced-options/AdvancedOptions.js +10 -10
  797. package/dist/product-set/product/advanced-options/index.d.ts +1 -1
  798. package/dist/product-set/product/advanced-options/index.d.ts.map +1 -1
  799. package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts +2 -2
  800. package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
  801. package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +9 -9
  802. package/dist/product-set/product/booking-management/index.d.ts +1 -1
  803. package/dist/product-set/product/booking-management/index.d.ts.map +1 -1
  804. package/dist/product-set/product/constants.d.ts.map +1 -1
  805. package/dist/product-set/product/deposit/ProductDepositControl.d.ts +1 -1
  806. package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
  807. package/dist/product-set/product/deposit/ProductDepositControl.js +8 -8
  808. package/dist/product-set/product/deposit/index.d.ts +1 -1
  809. package/dist/product-set/product/deposit/index.d.ts.map +1 -1
  810. package/dist/product-set/product/duration/ProductDurationControl.d.ts +1 -1
  811. package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
  812. package/dist/product-set/product/duration/ProductDurationControl.js +7 -7
  813. package/dist/product-set/product/duration/index.d.ts +1 -1
  814. package/dist/product-set/product/duration/index.d.ts.map +1 -1
  815. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts +1 -1
  816. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts.map +1 -1
  817. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.js +5 -5
  818. package/dist/product-set/product/fixed-duration-fields/index.d.ts +1 -1
  819. package/dist/product-set/product/fixed-duration-fields/index.d.ts.map +1 -1
  820. package/dist/product-set/product/index.d.ts +4 -4
  821. package/dist/product-set/product/index.d.ts.map +1 -1
  822. package/dist/product-set/product/price/ProductPriceControl.d.ts +2 -2
  823. package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
  824. package/dist/product-set/product/price/ProductPriceControl.js +8 -8
  825. package/dist/product-set/product/price/index.d.ts +1 -1
  826. package/dist/product-set/product/price/index.d.ts.map +1 -1
  827. package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts +1 -1
  828. package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
  829. package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +7 -7
  830. package/dist/product-set/product/quantity/ProductQuantityControl.d.ts +1 -1
  831. package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
  832. package/dist/product-set/product/quantity/ProductQuantityControl.js +10 -10
  833. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts +1 -1
  834. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
  835. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +7 -7
  836. package/dist/product-set/product/quantity/index.d.ts +3 -3
  837. package/dist/product-set/product/quantity/index.d.ts.map +1 -1
  838. package/dist/product-set/product-category/ProductCategoryControl.d.ts +3 -3
  839. package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
  840. package/dist/product-set/product-category/ProductCategoryControl.js +27 -27
  841. package/dist/product-set/product-category/index.d.ts +1 -1
  842. package/dist/product-set/product-category/index.d.ts.map +1 -1
  843. package/dist/product-set/product-zone/ProductZoneControl.d.ts +4 -4
  844. package/dist/product-set/product-zone/ProductZoneControl.d.ts.map +1 -1
  845. package/dist/product-set/product-zone/ProductZoneControl.js +21 -21
  846. package/dist/product-set/product-zone/index.d.ts +1 -1
  847. package/dist/product-set/product-zone/index.d.ts.map +1 -1
  848. package/dist/product-set/step/StepControl.d.ts +3 -3
  849. package/dist/product-set/step/StepControl.d.ts.map +1 -1
  850. package/dist/product-set/step/StepControl.js +7 -7
  851. package/dist/product-set/step/index.d.ts +1 -1
  852. package/dist/product-set/step/index.d.ts.map +1 -1
  853. package/dist/product-set/tabs/ProductSetTab.d.ts +1 -1
  854. package/dist/product-set/tabs/ProductSetTab.d.ts.map +1 -1
  855. package/dist/product-set/tabs/ProductSetTabs.d.ts +1 -1
  856. package/dist/product-set/tabs/ProductSetTabs.d.ts.map +1 -1
  857. package/dist/product-set/tabs/index.d.ts +2 -2
  858. package/dist/product-set/tabs/index.d.ts.map +1 -1
  859. package/dist/product-set/types/index.d.ts +4 -4
  860. package/dist/product-set/types/index.d.ts.map +1 -1
  861. package/dist/product-set/utils/index.d.ts +6 -13
  862. package/dist/product-set/utils/index.d.ts.map +1 -1
  863. package/dist/product-set/utils/index.js +4 -13
  864. package/dist/provider/categories-input/CategoriesInput.d.ts +1 -1
  865. package/dist/provider/categories-input/CategoriesInput.d.ts.map +1 -1
  866. package/dist/provider/categories-input/CategoriesInput.js +1 -1
  867. package/dist/provider/categories-input/CategoriesInputDescription.d.ts +1 -1
  868. package/dist/provider/categories-input/CategoriesInputDescription.d.ts.map +1 -1
  869. package/dist/provider/categories-input/CategoriesInputDescription.js +1 -1
  870. package/dist/provider/categories-input/index.d.ts +2 -2
  871. package/dist/provider/categories-input/index.d.ts.map +1 -1
  872. package/dist/provider/company/index.d.ts +1 -1
  873. package/dist/provider/company/index.d.ts.map +1 -1
  874. package/dist/provider/company/user-form/UserForm.d.ts +4 -4
  875. package/dist/provider/company/user-form/UserForm.d.ts.map +1 -1
  876. package/dist/provider/company/user-form/UserForm.js +21 -21
  877. package/dist/provider/company/user-form/index.d.ts +1 -1
  878. package/dist/provider/company/user-form/index.d.ts.map +1 -1
  879. package/dist/provider/constants.d.ts.map +1 -1
  880. package/dist/provider/index.d.ts +8 -8
  881. package/dist/provider/index.d.ts.map +1 -1
  882. package/dist/provider/location-input/LocationInput.d.ts +1 -1
  883. package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
  884. package/dist/provider/location-input/LocationInput.js +14 -14
  885. package/dist/provider/location-input/LocationInputDescription.d.ts +1 -1
  886. package/dist/provider/location-input/LocationInputDescription.d.ts.map +1 -1
  887. package/dist/provider/location-input/LocationInputDescription.js +8 -8
  888. package/dist/provider/location-input/components/FormGroupControll.d.ts.map +1 -1
  889. package/dist/provider/location-input/components/index.d.ts +1 -1
  890. package/dist/provider/location-input/components/index.d.ts.map +1 -1
  891. package/dist/provider/location-input/index.d.ts +3 -3
  892. package/dist/provider/location-input/index.d.ts.map +1 -1
  893. package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts +4 -4
  894. package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts.map +1 -1
  895. package/dist/provider/provider-details-input/ProviderDetailsInput.js +29 -29
  896. package/dist/provider/provider-details-input/index.d.ts +1 -1
  897. package/dist/provider/provider-details-input/index.d.ts.map +1 -1
  898. package/dist/provider/provider-form/ProviderForm.d.ts +9 -9
  899. package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
  900. package/dist/provider/provider-form/ProviderForm.js +9 -9
  901. package/dist/provider/provider-form/index.d.ts +1 -1
  902. package/dist/provider/provider-form/index.d.ts.map +1 -1
  903. package/dist/provider/provider-links-input/ProviderLinksInput.d.ts +1 -1
  904. package/dist/provider/provider-links-input/ProviderLinksInput.d.ts.map +1 -1
  905. package/dist/provider/provider-links-input/ProviderLinksInput.js +5 -5
  906. package/dist/provider/provider-links-input/index.d.ts +1 -1
  907. package/dist/provider/provider-links-input/index.d.ts.map +1 -1
  908. package/dist/provider/venue-form/VenueForm.d.ts +10 -10
  909. package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
  910. package/dist/provider/venue-form/VenueForm.js +18 -18
  911. package/dist/provider/venue-form/index.d.ts +1 -1
  912. package/dist/provider/venue-form/index.d.ts.map +1 -1
  913. package/dist/provider/working-hours-input/WorkingHoursInput.js +16 -16
  914. package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +6 -6
  915. package/dist/provider/working-hours-input/index.d.ts +2 -2
  916. package/dist/provider/working-hours-input/index.d.ts.map +1 -1
  917. package/dist/provider/working-hours-input/utils.d.ts +1 -1
  918. package/dist/provider/working-hours-input/utils.d.ts.map +1 -1
  919. package/dist/radio-card/RadioCard.d.ts +3 -3
  920. package/dist/radio-card/RadioCard.d.ts.map +1 -1
  921. package/dist/radio-card/RadioCard.js +1 -1
  922. package/dist/radio-card/index.d.ts +1 -1
  923. package/dist/radio-card/index.d.ts.map +1 -1
  924. package/dist/recurrence-input/RecurrenceEndInput.d.ts +1 -1
  925. package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
  926. package/dist/recurrence-input/RecurrenceEndInput.js +8 -8
  927. package/dist/recurrence-input/RecurrenceInput.d.ts +1 -1
  928. package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
  929. package/dist/recurrence-input/RecurrenceInput.js +2 -2
  930. package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts +1 -1
  931. package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
  932. package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.js +11 -11
  933. package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts +1 -1
  934. package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
  935. package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.js +10 -10
  936. package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts +1 -1
  937. package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
  938. package/dist/recurrence-input/RecurrenceWeekdaysInput.js +1 -1
  939. package/dist/recurrence-input/index.d.ts +1 -1
  940. package/dist/recurrence-input/index.d.ts.map +1 -1
  941. package/dist/recurrence-input/utils.d.ts +1 -1
  942. package/dist/recurrence-input/utils.d.ts.map +1 -1
  943. package/dist/recurrence-input/utils.js +7 -7
  944. package/dist/recurring-date-picker-input/DatePickerInput.d.ts +3 -3
  945. package/dist/recurring-date-picker-input/DatePickerInput.d.ts.map +1 -1
  946. package/dist/recurring-date-picker-input/DatePickerInput.js +7 -7
  947. package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.d.ts +3 -3
  948. package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.d.ts.map +1 -1
  949. package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.js +17 -17
  950. package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts +1 -1
  951. package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
  952. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts +3 -3
  953. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
  954. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.js +24 -24
  955. package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts +1 -1
  956. package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
  957. package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
  958. package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.js +3 -3
  959. package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +5 -5
  960. package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
  961. package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +35 -36
  962. package/dist/recurring-date-picker-input/index.d.ts +1 -1
  963. package/dist/recurring-date-picker-input/index.d.ts.map +1 -1
  964. package/dist/recurring-date-picker-input/utils.d.ts +3 -3
  965. package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
  966. package/dist/recurring-date-picker-input/utils.js +16 -16
  967. package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts.map +1 -1
  968. package/dist/report/DataFieldsSelector/DataFieldsSelector.js +4 -4
  969. package/dist/report/DataFieldsSelector/index.d.ts +1 -1
  970. package/dist/report/DataFieldsSelector/index.d.ts.map +1 -1
  971. package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts +4 -4
  972. package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
  973. package/dist/report/ReportRunnerModal/ReportRunnerModal.js +23 -23
  974. package/dist/report/ReportRunnerModal/index.d.ts +1 -1
  975. package/dist/report/ReportRunnerModal/index.d.ts.map +1 -1
  976. package/dist/report/ReportTypeSelect/ReportTypeSelect.d.ts.map +1 -1
  977. package/dist/report/ReportTypeSelect/ReportTypeSelect.js +9 -9
  978. package/dist/report/ReportTypeSelect/index.d.ts +1 -1
  979. package/dist/report/ReportTypeSelect/index.d.ts.map +1 -1
  980. package/dist/report/card/ReportCard.d.ts +1 -1
  981. package/dist/report/card/ReportCard.d.ts.map +1 -1
  982. package/dist/report/card/ReportCard.js +1 -1
  983. package/dist/report/card/index.d.ts +1 -1
  984. package/dist/report/card/index.d.ts.map +1 -1
  985. package/dist/report/form/ReportForm.d.ts +1 -1
  986. package/dist/report/form/ReportForm.d.ts.map +1 -1
  987. package/dist/report/form/ReportForm.js +17 -17
  988. package/dist/report/form/index.d.ts +1 -1
  989. package/dist/report/form/index.d.ts.map +1 -1
  990. package/dist/report/index.d.ts +5 -5
  991. package/dist/report/index.d.ts.map +1 -1
  992. package/dist/resource/card/ResourceCard.d.ts +1 -1
  993. package/dist/resource/card/ResourceCard.d.ts.map +1 -1
  994. package/dist/resource/card/index.d.ts +2 -2
  995. package/dist/resource/card/index.d.ts.map +1 -1
  996. package/dist/resource/form/ResourceForm.d.ts +3 -3
  997. package/dist/resource/form/ResourceForm.d.ts.map +1 -1
  998. package/dist/resource/form/ResourceForm.js +3 -3
  999. package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
  1000. package/dist/resource/form/components/CapacityControl.js +9 -9
  1001. package/dist/resource/form/components/NameControl.d.ts.map +1 -1
  1002. package/dist/resource/form/components/NameControl.js +9 -9
  1003. package/dist/resource/form/components/SortControl.d.ts.map +1 -1
  1004. package/dist/resource/form/components/SortControl.js +9 -9
  1005. package/dist/resource/form/components/ZoneControl.d.ts +1 -1
  1006. package/dist/resource/form/components/ZoneControl.d.ts.map +1 -1
  1007. package/dist/resource/form/components/ZoneControl.js +8 -8
  1008. package/dist/resource/form/index.d.ts +2 -2
  1009. package/dist/resource/form/index.d.ts.map +1 -1
  1010. package/dist/resource/index.d.ts +4 -4
  1011. package/dist/resource/index.d.ts.map +1 -1
  1012. package/dist/sales/booking/index.d.ts +1 -1
  1013. package/dist/sales/booking/index.d.ts.map +1 -1
  1014. package/dist/sales/booking/results/BookingResults.d.ts +2 -2
  1015. package/dist/sales/booking/results/BookingResults.d.ts.map +1 -1
  1016. package/dist/sales/booking/results/BookingResults.js +2 -2
  1017. package/dist/sales/booking/results/components/ResultCard.d.ts +2 -2
  1018. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  1019. package/dist/sales/booking/results/components/ResultCard.js +20 -18
  1020. package/dist/sales/booking/results/constants.d.ts.map +1 -1
  1021. package/dist/sales/booking/results/constants.js +5 -5
  1022. package/dist/sales/booking/results/index.d.ts +3 -3
  1023. package/dist/sales/booking/results/index.d.ts.map +1 -1
  1024. package/dist/sales/constants.d.ts +1 -1
  1025. package/dist/sales/constants.d.ts.map +1 -1
  1026. package/dist/sales/constants.js +1 -1
  1027. package/dist/sales/coupon/control/CouponFormControl.d.ts +3 -3
  1028. package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
  1029. package/dist/sales/coupon/control/CouponFormControl.js +57 -57
  1030. package/dist/sales/coupon/control/index.d.ts +1 -1
  1031. package/dist/sales/coupon/control/index.d.ts.map +1 -1
  1032. package/dist/sales/coupon/form/CouponFrom.d.ts +3 -3
  1033. package/dist/sales/coupon/form/CouponFrom.d.ts.map +1 -1
  1034. package/dist/sales/coupon/form/CouponFrom.js +4 -4
  1035. package/dist/sales/coupon/form/index.d.ts +1 -1
  1036. package/dist/sales/coupon/form/index.d.ts.map +1 -1
  1037. package/dist/sales/coupon/index.d.ts +1 -1
  1038. package/dist/sales/coupon/index.d.ts.map +1 -1
  1039. package/dist/sales/coupon/utils/index.d.ts +1 -1
  1040. package/dist/sales/coupon/utils/index.d.ts.map +1 -1
  1041. package/dist/sales/filters/SaleFilters.d.ts.map +1 -1
  1042. package/dist/sales/filters/SaleFilters.js +19 -19
  1043. package/dist/sales/filters/index.d.ts +1 -1
  1044. package/dist/sales/filters/index.d.ts.map +1 -1
  1045. package/dist/sales/guest-profile/index.d.ts +4 -4
  1046. package/dist/sales/guest-profile/index.d.ts.map +1 -1
  1047. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts +2 -2
  1048. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts.map +1 -1
  1049. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.js +5 -5
  1050. package/dist/sales/guest-profile/previous-bookings/index.d.ts +1 -1
  1051. package/dist/sales/guest-profile/previous-bookings/index.d.ts.map +1 -1
  1052. package/dist/sales/guest-profile/profile/Profile.d.ts +2 -2
  1053. package/dist/sales/guest-profile/profile/Profile.d.ts.map +1 -1
  1054. package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts.map +1 -1
  1055. package/dist/sales/guest-profile/profile/components/ImageHolder/index.d.ts +1 -1
  1056. package/dist/sales/guest-profile/profile/components/ImageHolder/index.d.ts.map +1 -1
  1057. package/dist/sales/guest-profile/profile/index.d.ts +2 -2
  1058. package/dist/sales/guest-profile/profile/index.d.ts.map +1 -1
  1059. package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts +3 -3
  1060. package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts.map +1 -1
  1061. package/dist/sales/guest-profile/user-metrics/UserMetrics.js +14 -14
  1062. package/dist/sales/guest-profile/user-metrics/index.d.ts +2 -2
  1063. package/dist/sales/guest-profile/user-metrics/index.d.ts.map +1 -1
  1064. package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts +1 -1
  1065. package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts.map +1 -1
  1066. package/dist/sales/guest-profile/visited-providers/VisitedProviders.js +3 -3
  1067. package/dist/sales/guest-profile/visited-providers/index.d.ts +1 -1
  1068. package/dist/sales/guest-profile/visited-providers/index.d.ts.map +1 -1
  1069. package/dist/sales/index.d.ts +12 -12
  1070. package/dist/sales/index.d.ts.map +1 -1
  1071. package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts.map +1 -1
  1072. package/dist/sales/life-time-sales/LifeTimeSalesChart.js +11 -11
  1073. package/dist/sales/life-time-sales/index.d.ts +1 -1
  1074. package/dist/sales/life-time-sales/index.d.ts.map +1 -1
  1075. package/dist/sales/manual-booking/formatDays.d.ts.map +1 -1
  1076. package/dist/sales/manual-booking/formatDays.js +10 -10
  1077. package/dist/sales/manual-booking/index.d.ts +6 -6
  1078. package/dist/sales/manual-booking/index.d.ts.map +1 -1
  1079. package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts +2 -2
  1080. package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts.map +1 -1
  1081. package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.js +19 -19
  1082. package/dist/sales/manual-booking/number-input-horizontal/index.d.ts +1 -1
  1083. package/dist/sales/manual-booking/number-input-horizontal/index.d.ts.map +1 -1
  1084. package/dist/sales/manual-booking/search-user/SearchUser.d.ts.map +1 -1
  1085. package/dist/sales/manual-booking/search-user/SearchUser.js +15 -15
  1086. package/dist/sales/manual-booking/search-user/index.d.ts +1 -1
  1087. package/dist/sales/manual-booking/search-user/index.d.ts.map +1 -1
  1088. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts +1 -1
  1089. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts.map +1 -1
  1090. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.js +8 -8
  1091. package/dist/sales/manual-booking/select-date-type-control/index.d.ts +1 -1
  1092. package/dist/sales/manual-booking/select-date-type-control/index.d.ts.map +1 -1
  1093. package/dist/sales/manual-booking/select-event/SelectEvent.d.ts +1 -1
  1094. package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
  1095. package/dist/sales/manual-booking/select-event/SelectEvent.js +10 -10
  1096. package/dist/sales/manual-booking/select-event/index.d.ts +1 -1
  1097. package/dist/sales/manual-booking/select-event/index.d.ts.map +1 -1
  1098. package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts +1 -1
  1099. package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts.map +1 -1
  1100. package/dist/sales/manual-booking/select-menu/SelectMenu.js +4 -4
  1101. package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts +1 -1
  1102. package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts.map +1 -1
  1103. package/dist/sales/manual-booking/select-menu/index.d.ts +2 -2
  1104. package/dist/sales/manual-booking/select-menu/index.d.ts.map +1 -1
  1105. package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts +2 -2
  1106. package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
  1107. package/dist/sales/manual-booking/summary/ManualBookingSummary.js +12 -12
  1108. package/dist/sales/manual-booking/summary/index.d.ts +1 -1
  1109. package/dist/sales/manual-booking/summary/index.d.ts.map +1 -1
  1110. package/dist/sales/modals/index.d.ts +2 -2
  1111. package/dist/sales/modals/index.d.ts.map +1 -1
  1112. package/dist/sales/modals/payment-modal/PaymentModal.d.ts +2 -2
  1113. package/dist/sales/modals/payment-modal/PaymentModal.d.ts.map +1 -1
  1114. package/dist/sales/modals/payment-modal/PaymentModal.js +7 -7
  1115. package/dist/sales/modals/payment-modal/index.d.ts +2 -2
  1116. package/dist/sales/modals/payment-modal/index.d.ts.map +1 -1
  1117. package/dist/sales/modals/refund-modal/RefundModal.d.ts +1 -1
  1118. package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
  1119. package/dist/sales/modals/refund-modal/RefundModal.js +14 -14
  1120. package/dist/sales/modals/refund-modal/index.d.ts +2 -2
  1121. package/dist/sales/modals/refund-modal/index.d.ts.map +1 -1
  1122. package/dist/sales/notes/NotesTable.d.ts +5 -5
  1123. package/dist/sales/notes/NotesTable.d.ts.map +1 -1
  1124. package/dist/sales/notes/NotesTable.js +6 -6
  1125. package/dist/sales/notes/NotesTableRow.d.ts +2 -2
  1126. package/dist/sales/notes/NotesTableRow.d.ts.map +1 -1
  1127. package/dist/sales/notes/NotesTableRow.js +3 -3
  1128. package/dist/sales/notes/index.d.ts +1 -1
  1129. package/dist/sales/notes/index.d.ts.map +1 -1
  1130. package/dist/sales/notes/note-form/NoteForm.d.ts +3 -3
  1131. package/dist/sales/notes/note-form/NoteForm.d.ts.map +1 -1
  1132. package/dist/sales/notes/note-form/NoteForm.js +11 -11
  1133. package/dist/sales/notes/note-form/index.d.ts +1 -1
  1134. package/dist/sales/notes/note-form/index.d.ts.map +1 -1
  1135. package/dist/sales/payment-form/SalePaymentForm.d.ts.map +1 -1
  1136. package/dist/sales/payment-form/SalePaymentForm.js +19 -19
  1137. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts.map +1 -1
  1138. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.js +8 -8
  1139. package/dist/sales/payment-form/components/RyftPayment/index.d.ts +2 -2
  1140. package/dist/sales/payment-form/components/RyftPayment/index.d.ts.map +1 -1
  1141. package/dist/sales/payment-form/index.d.ts +4 -4
  1142. package/dist/sales/payment-form/index.d.ts.map +1 -1
  1143. package/dist/sales/payment-form/types.d.ts +1 -1
  1144. package/dist/sales/payment-form/types.d.ts.map +1 -1
  1145. package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts +1 -1
  1146. package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts.map +1 -1
  1147. package/dist/sales/sales-and-views/SalesAndViewsChart.js +25 -25
  1148. package/dist/sales/sales-and-views/index.d.ts +1 -1
  1149. package/dist/sales/sales-and-views/index.d.ts.map +1 -1
  1150. package/dist/sales/source-of-sales/SourceOfSalesChart.d.ts.map +1 -1
  1151. package/dist/sales/source-of-sales/SourceOfSalesChart.js +8 -8
  1152. package/dist/sales/source-of-sales/index.d.ts +1 -1
  1153. package/dist/sales/source-of-sales/index.d.ts.map +1 -1
  1154. package/dist/sales/statistics-chart/StatisticsChart.d.ts +1 -1
  1155. package/dist/sales/statistics-chart/StatisticsChart.d.ts.map +1 -1
  1156. package/dist/sales/statistics-chart/StatisticsChart.js +2 -2
  1157. package/dist/sales/statistics-chart/index.d.ts +1 -1
  1158. package/dist/sales/statistics-chart/index.d.ts.map +1 -1
  1159. package/dist/setting/admin/AdminSettingForm.d.ts +4 -4
  1160. package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
  1161. package/dist/setting/admin/AdminSettingForm.js +19 -19
  1162. package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
  1163. package/dist/setting/admin/PaymentFeeForm.js +40 -40
  1164. package/dist/setting/admin/index.d.ts +1 -1
  1165. package/dist/setting/admin/index.d.ts.map +1 -1
  1166. package/dist/setting/dashboard/DashboardSettingForm.d.ts +4 -4
  1167. package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
  1168. package/dist/setting/dashboard/DashboardSettingForm.js +25 -25
  1169. package/dist/setting/dashboard/EventSettingForm.d.ts.map +1 -1
  1170. package/dist/setting/dashboard/EventSettingForm.js +4 -4
  1171. package/dist/setting/dashboard/FinancialDataForm.d.ts.map +1 -1
  1172. package/dist/setting/dashboard/OtherSettingForm.d.ts.map +1 -1
  1173. package/dist/setting/dashboard/ProviderSettingForm.d.ts.map +1 -1
  1174. package/dist/setting/dashboard/ProviderSettingForm.js +6 -6
  1175. package/dist/setting/dashboard/components/IpInput.d.ts +1 -1
  1176. package/dist/setting/dashboard/components/IpInput.d.ts.map +1 -1
  1177. package/dist/setting/dashboard/index.d.ts +5 -5
  1178. package/dist/setting/dashboard/index.d.ts.map +1 -1
  1179. package/dist/setting/dashboard/payments/payments-form/PaymentsForm.d.ts.map +1 -1
  1180. package/dist/setting/dashboard/payments/payments-form/PaymentsForm.js +3 -3
  1181. package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts.map +1 -1
  1182. package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.js +4 -4
  1183. package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts +1 -1
  1184. package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts.map +1 -1
  1185. package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.js +2 -2
  1186. package/dist/setting/dashboard/snippet-templates/card/index.d.ts +1 -1
  1187. package/dist/setting/dashboard/snippet-templates/card/index.d.ts.map +1 -1
  1188. package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts +1 -1
  1189. package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts.map +1 -1
  1190. package/dist/setting/dashboard/snippets/card/SnippetCard.js +4 -4
  1191. package/dist/setting/dashboard/snippets/card/index.d.ts +1 -1
  1192. package/dist/setting/dashboard/snippets/card/index.d.ts.map +1 -1
  1193. package/dist/setting/index.d.ts +3 -3
  1194. package/dist/setting/index.d.ts.map +1 -1
  1195. package/dist/setting/system/SystemSettingForm.d.ts +2 -2
  1196. package/dist/setting/system/SystemSettingForm.d.ts.map +1 -1
  1197. package/dist/setting/system/SystemSettingForm.js +3 -3
  1198. package/dist/setting/system/index.d.ts +1 -1
  1199. package/dist/setting/system/index.d.ts.map +1 -1
  1200. package/dist/sidebar/elements/ReturnBack.d.ts.map +1 -1
  1201. package/dist/sidebar/elements/ReturnBack.js +2 -2
  1202. package/dist/sidebar/elements/index.d.ts +1 -1
  1203. package/dist/sidebar/elements/index.d.ts.map +1 -1
  1204. package/dist/sidebar/index.d.ts +1 -1
  1205. package/dist/sidebar/index.d.ts.map +1 -1
  1206. package/dist/slide-curtain/index.d.ts +1 -1
  1207. package/dist/slide-curtain/index.d.ts.map +1 -1
  1208. package/dist/snippet/index.d.ts +1 -1
  1209. package/dist/snippet/index.d.ts.map +1 -1
  1210. package/dist/snippet/snippet-template/SnippetTemplate.d.ts +4 -4
  1211. package/dist/snippet/snippet-template/SnippetTemplate.d.ts.map +1 -1
  1212. package/dist/snippet/snippet-template/SnippetTemplate.js +2 -2
  1213. package/dist/snippet/snippet-template/context/index.d.ts +3 -3
  1214. package/dist/snippet/snippet-template/context/index.d.ts.map +1 -1
  1215. package/dist/snippet/snippet-template/context/snippetTemplate.d.ts +1 -1
  1216. package/dist/snippet/snippet-template/context/snippetTemplate.d.ts.map +1 -1
  1217. package/dist/snippet/snippet-template/context/snippetTemplate.js +63 -63
  1218. package/dist/snippet/snippet-template/context/snippetTemplateLoading.d.ts.map +1 -1
  1219. package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts.map +1 -1
  1220. package/dist/snippet/snippet-template/context/snippetTemplateView.js +64 -64
  1221. package/dist/snippet/snippet-template/control/PropertyControl.d.ts +1 -1
  1222. package/dist/snippet/snippet-template/control/PropertyControl.d.ts.map +1 -1
  1223. package/dist/snippet/snippet-template/control/PropertyControl.js +16 -16
  1224. package/dist/snippet/snippet-template/control/index.d.ts +1 -1
  1225. package/dist/snippet/snippet-template/control/index.d.ts.map +1 -1
  1226. package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts +3 -3
  1227. package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts.map +1 -1
  1228. package/dist/snippet/snippet-template/form/SnippetTemplateForm.js +16 -16
  1229. package/dist/snippet/snippet-template/form/index.d.ts +1 -1
  1230. package/dist/snippet/snippet-template/form/index.d.ts.map +1 -1
  1231. package/dist/snippet/snippet-template/index.d.ts +6 -6
  1232. package/dist/snippet/snippet-template/index.d.ts.map +1 -1
  1233. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  1234. package/dist/snippet/snippet-template/preview/Preview.js +38 -44
  1235. package/dist/snippet/snippet-template/preview/index.d.ts +1 -1
  1236. package/dist/snippet/snippet-template/preview/index.d.ts.map +1 -1
  1237. package/dist/snippet/snippet-template/settings/SettingButton.d.ts +1 -1
  1238. package/dist/snippet/snippet-template/settings/SettingButton.d.ts.map +1 -1
  1239. package/dist/snippet/snippet-template/settings/SettingButton.js +2 -2
  1240. package/dist/snippet/snippet-template/settings/index.d.ts +1 -1
  1241. package/dist/snippet/snippet-template/settings/index.d.ts.map +1 -1
  1242. package/dist/snippet/snippet-template/utils/index.d.ts +1 -1
  1243. package/dist/snippet/snippet-template/utils/index.d.ts.map +1 -1
  1244. package/dist/snippet/snippet-template/utils/index.js +1 -1
  1245. package/dist/sortable-fields/SortableFieldItem.d.ts +2 -2
  1246. package/dist/sortable-fields/SortableFieldItem.d.ts.map +1 -1
  1247. package/dist/sortable-fields/SortableFieldList.d.ts +3 -3
  1248. package/dist/sortable-fields/SortableFieldList.d.ts.map +1 -1
  1249. package/dist/sortable-fields/index.d.ts +1 -1
  1250. package/dist/sortable-fields/index.d.ts.map +1 -1
  1251. package/dist/sortable-list/CreateSortableListItem.d.ts.map +1 -1
  1252. package/dist/sortable-list/SortableList.d.ts +1 -1
  1253. package/dist/sortable-list/SortableList.d.ts.map +1 -1
  1254. package/dist/sortable-list/SortableList.js +1 -1
  1255. package/dist/sortable-list/index.d.ts +3 -3
  1256. package/dist/sortable-list/index.d.ts.map +1 -1
  1257. package/dist/sortable-tree/SortableTree.d.ts +5 -5
  1258. package/dist/sortable-tree/SortableTree.d.ts.map +1 -1
  1259. package/dist/sortable-tree/SortableTreeItem.d.ts +2 -3
  1260. package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
  1261. package/dist/sortable-tree/SortableTreeItem.js +15 -21
  1262. package/dist/sortable-tree/index.d.ts +2 -2
  1263. package/dist/sortable-tree/index.d.ts.map +1 -1
  1264. package/dist/sorting-select/SortingSelect.d.ts +1 -1
  1265. package/dist/sorting-select/SortingSelect.d.ts.map +1 -1
  1266. package/dist/sorting-select/SortingSelect.js +5 -5
  1267. package/dist/sorting-select/index.d.ts +1 -1
  1268. package/dist/sorting-select/index.d.ts.map +1 -1
  1269. package/dist/static/CountryCodeSelect.d.ts.map +1 -1
  1270. package/dist/static/CountryCodeSelect.js +4 -4
  1271. package/dist/static/CountrySelect.d.ts +1 -1
  1272. package/dist/static/CountrySelect.d.ts.map +1 -1
  1273. package/dist/static/CountrySelect.js +3 -3
  1274. package/dist/static/CurrencyNumberInput.d.ts +2 -2
  1275. package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
  1276. package/dist/static/CurrencyNumberInput.js +2 -2
  1277. package/dist/static/FormCard.d.ts.map +1 -1
  1278. package/dist/static/FormCard.js +2 -2
  1279. package/dist/static/Image.d.ts +1 -1
  1280. package/dist/static/Image.d.ts.map +1 -1
  1281. package/dist/static/RestrictedAccess.d.ts.map +1 -1
  1282. package/dist/static/RestrictedAccess.js +3 -3
  1283. package/dist/static/SocialButton.d.ts +1 -1
  1284. package/dist/static/SocialButton.d.ts.map +1 -1
  1285. package/dist/static/SocialButton.js +8 -8
  1286. package/dist/static/StyledButton.d.ts +2 -2
  1287. package/dist/static/StyledButton.d.ts.map +1 -1
  1288. package/dist/static/TextField.d.ts +2 -2
  1289. package/dist/static/TextField.d.ts.map +1 -1
  1290. package/dist/static/UserBadge.d.ts.map +1 -1
  1291. package/dist/static/WarningMessage.d.ts.map +1 -1
  1292. package/dist/static/WarningMessage.js +1 -1
  1293. package/dist/static/date-range-input/DateRangeInput.d.ts +2 -2
  1294. package/dist/static/date-range-input/DateRangeInput.d.ts.map +1 -1
  1295. package/dist/static/date-range-input/DateRangeInput.js +15 -15
  1296. package/dist/static/date-range-input/index.d.ts +1 -1
  1297. package/dist/static/date-range-input/index.d.ts.map +1 -1
  1298. package/dist/static/date-range-input/utils/index.d.ts +1 -1
  1299. package/dist/static/date-range-input/utils/index.d.ts.map +1 -1
  1300. package/dist/static/date-range-input/utils/index.js +2 -2
  1301. package/dist/static/form-number-input/FormNumberInput.d.ts +2 -2
  1302. package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
  1303. package/dist/static/form-number-input/FormNumberInput.js +2 -2
  1304. package/dist/static/form-number-input/index.d.ts +1 -1
  1305. package/dist/static/form-number-input/index.d.ts.map +1 -1
  1306. package/dist/static/images/DefaultUserImage.d.ts +2 -2
  1307. package/dist/static/images/DefaultUserImage.d.ts.map +1 -1
  1308. package/dist/static/images/index.d.ts +1 -1
  1309. package/dist/static/images/index.d.ts.map +1 -1
  1310. package/dist/static/index.d.ts +20 -20
  1311. package/dist/static/index.d.ts.map +1 -1
  1312. package/dist/static/loader/ButtonLoader.d.ts +2 -2
  1313. package/dist/static/loader/ButtonLoader.d.ts.map +1 -1
  1314. package/dist/static/loader/ButtonLoader.js +1 -1
  1315. package/dist/static/loader/LoaderIndicator.d.ts +2 -2
  1316. package/dist/static/loader/LoaderIndicator.d.ts.map +1 -1
  1317. package/dist/static/loader/LoaderIndicator.js +5 -5
  1318. package/dist/static/loader/PaymentLoader.d.ts +2 -2
  1319. package/dist/static/loader/PaymentLoader.d.ts.map +1 -1
  1320. package/dist/static/loader/PaymentLoader.js +2 -2
  1321. package/dist/static/loader/index.d.ts +7 -7
  1322. package/dist/static/loader/index.d.ts.map +1 -1
  1323. package/dist/static/manual-date-picker/ManualDatePicker.d.ts.map +1 -1
  1324. package/dist/static/manual-date-picker/ManualDatePicker.js +5 -5
  1325. package/dist/static/manual-date-picker/constants/index.d.ts.map +1 -1
  1326. package/dist/static/manual-date-picker/hooks/useManualDatePicker.d.ts.map +1 -1
  1327. package/dist/static/manual-date-picker/hooks/useManualDatePicker.js +11 -11
  1328. package/dist/static/manual-date-picker/index.d.ts +2 -2
  1329. package/dist/static/manual-date-picker/index.d.ts.map +1 -1
  1330. package/dist/static/manual-date-picker/utils/index.d.ts.map +1 -1
  1331. package/dist/static/number-input/NumberInput.d.ts.map +1 -1
  1332. package/dist/static/number-input/NumberInput.js +2 -2
  1333. package/dist/static/number-input/index.d.ts +1 -1
  1334. package/dist/static/number-input/index.d.ts.map +1 -1
  1335. package/dist/static/switch/BooleanSwitch.d.ts.map +1 -1
  1336. package/dist/static/switch/BooleanSwitch.js +3 -3
  1337. package/dist/static/switch/Switch.d.ts +1 -1
  1338. package/dist/static/switch/Switch.d.ts.map +1 -1
  1339. package/dist/static/switch/index.d.ts +2 -2
  1340. package/dist/static/switch/index.d.ts.map +1 -1
  1341. package/dist/static/tabs/Tab.d.ts +1 -1
  1342. package/dist/static/tabs/Tab.d.ts.map +1 -1
  1343. package/dist/static/tabs/Tabs.d.ts +3 -3
  1344. package/dist/static/tabs/Tabs.d.ts.map +1 -1
  1345. package/dist/static/tabs/index.d.ts +1 -1
  1346. package/dist/static/tabs/index.d.ts.map +1 -1
  1347. package/dist/static/text-expand/TextExpand.d.ts +1 -1
  1348. package/dist/static/text-expand/TextExpand.d.ts.map +1 -1
  1349. package/dist/static/text-expand/TextExpand.js +5 -5
  1350. package/dist/static/text-expand/index.d.ts +1 -1
  1351. package/dist/static/text-expand/index.d.ts.map +1 -1
  1352. package/dist/striped-static-table/StripedStaticTable.d.ts +2 -2
  1353. package/dist/striped-static-table/StripedStaticTable.d.ts.map +1 -1
  1354. package/dist/striped-static-table/StripedStaticTable.js +2 -2
  1355. package/dist/striped-static-table/index.d.ts +1 -1
  1356. package/dist/striped-static-table/index.d.ts.map +1 -1
  1357. package/dist/styles/activity-card/GridActivitiesCard.scss +1 -1
  1358. package/dist/styles/activity-card/ListActivitiesCard.scss +1 -1
  1359. package/dist/styles/activity-card/_index.scss +2 -2
  1360. package/dist/styles/affiliate/AffiliateCard.scss +7 -7
  1361. package/dist/styles/affiliate/_index.scss +2 -2
  1362. package/dist/styles/auth/_index.scss +1 -1
  1363. package/dist/styles/availability-indicator/_index.scss +1 -1
  1364. package/dist/styles/back-button/_index.scss +1 -1
  1365. package/dist/styles/company-user-form/_index.scss +1 -1
  1366. package/dist/styles/custom-fields/CreateSortableListItem.scss +3 -3
  1367. package/dist/styles/custom-fields/_index.scss +3 -3
  1368. package/dist/styles/customers/_index.scss +1 -1
  1369. package/dist/styles/date-time-button/_index.scss +1 -1
  1370. package/dist/styles/error/_index.scss +1 -1
  1371. package/dist/styles/events/EditEventModal.scss +5 -5
  1372. package/dist/styles/events/EventCard.scss +4 -4
  1373. package/dist/styles/events/_index.scss +4 -4
  1374. package/dist/styles/file-upload/_index.scss +2 -2
  1375. package/dist/styles/form/CustomRadio.scss +1 -1
  1376. package/dist/styles/form/Input.scss +4 -4
  1377. package/dist/styles/form/_index.scss +4 -4
  1378. package/dist/styles/header/Header.scss +3 -3
  1379. package/dist/styles/header/_index.scss +2 -2
  1380. package/dist/styles/header/elements/CompanySelector.scss +2 -2
  1381. package/dist/styles/header/elements/_index.scss +1 -1
  1382. package/dist/styles/help/Example.scss +1 -1
  1383. package/dist/styles/help/_index.scss +1 -1
  1384. package/dist/styles/iframe-events/Calendar.scss +1 -0
  1385. package/dist/styles/iframe-events/Card.scss +3 -3
  1386. package/dist/styles/iframe-events/Event.scss +2 -2
  1387. package/dist/styles/iframe-events/EventBookingView.scss +1 -1
  1388. package/dist/styles/iframe-events/EventForm.scss +1 -1
  1389. package/dist/styles/iframe-events/EventTables.scss +1 -1
  1390. package/dist/styles/iframe-events/_index.scss +17 -17
  1391. package/dist/styles/iframe-external-modal/IframeExternalModal.scss +5 -5
  1392. package/dist/styles/iframe-external-modal/_index.scss +1 -1
  1393. package/dist/styles/iframe-order-process/_index.scss +1 -1
  1394. package/dist/styles/iframe-page/_index.scss +3 -3
  1395. package/dist/styles/iframe-payments/_index.scss +1 -1
  1396. package/dist/styles/layout/_index.scss +1 -1
  1397. package/dist/styles/logo/Logo.scss +1 -1
  1398. package/dist/styles/logo/_index.scss +1 -1
  1399. package/dist/styles/modals/_index.scss +1 -1
  1400. package/dist/styles/notification/Notification.scss +1 -1
  1401. package/dist/styles/notification/_index.scss +1 -1
  1402. package/dist/styles/order-items-table/_index.scss +1 -1
  1403. package/dist/styles/overrides/_functions.scss +1 -1
  1404. package/dist/styles/packages.scss +45 -45
  1405. package/dist/styles/product-set/CreateProductSetItem.scss +3 -3
  1406. package/dist/styles/product-set/EditZoneSettingModal.scss +13 -13
  1407. package/dist/styles/product-set/ProductSetCard.scss +7 -7
  1408. package/dist/styles/product-set/ProductSetForm.scss +8 -26
  1409. package/dist/styles/product-set/ProductSetTabs.scss +2 -2
  1410. package/dist/styles/product-set/_index.scss +14 -14
  1411. package/dist/styles/providers/_index.scss +1 -1
  1412. package/dist/styles/report/ReportCard.scss +4 -4
  1413. package/dist/styles/report/ReportEditorModal.scss +3 -3
  1414. package/dist/styles/report/ReportRunnerModal.scss +2 -2
  1415. package/dist/styles/report/_index.scss +3 -3
  1416. package/dist/styles/ryft-payment-form/_index.scss +1 -1
  1417. package/dist/styles/sales/BookingResults.scss +1 -1
  1418. package/dist/styles/sales/GuestProfile.scss +2 -2
  1419. package/dist/styles/sales/LifeTimeSales.scss +1 -1
  1420. package/dist/styles/sales/ManualBooking.scss +2 -2
  1421. package/dist/styles/sales/SalesAndViews.scss +4 -4
  1422. package/dist/styles/sales/SourceOfSales.scss +1 -1
  1423. package/dist/styles/sales/_index.scss +16 -16
  1424. package/dist/styles/setting/_index.scss +1 -1
  1425. package/dist/styles/setting/dashboard/_index.scss +1 -1
  1426. package/dist/styles/sidebar/_index.scss +1 -1
  1427. package/dist/styles/sidebar/elements/_index.scss +1 -1
  1428. package/dist/styles/skeleton/_index.scss +1 -1
  1429. package/dist/styles/snippet-templates/SnippetTemplate.scss +1 -1
  1430. package/dist/styles/snippet-templates/SnippetTemplateCard.scss +4 -4
  1431. package/dist/styles/snippet-templates/_index.scss +2 -2
  1432. package/dist/styles/sortable-field/_index.scss +1 -1
  1433. package/dist/styles/sortable-tree/Item.scss +3 -3
  1434. package/dist/styles/sortable-tree/_index.scss +1 -1
  1435. package/dist/styles/static/CountrySelect.scss +1 -1
  1436. package/dist/styles/static/Loader.scss +1 -1
  1437. package/dist/styles/static/NumberInput.scss +1 -1
  1438. package/dist/styles/static/SocialButton.scss +4 -4
  1439. package/dist/styles/static/Switch.scss +1 -1
  1440. package/dist/styles/static/Tabs.scss +2 -2
  1441. package/dist/styles/static/UserBadge.scss +1 -1
  1442. package/dist/styles/static/_index.scss +12 -12
  1443. package/dist/styles/table/_index.scss +1 -1
  1444. package/dist/styles/themes/bookedit/_fonts.scss +1 -1
  1445. package/dist/styles/themes/bookedit/_variables.scss +69 -69
  1446. package/dist/styles/themes/bookedit/index.scss +44 -44
  1447. package/dist/styles/themes/licklist/_fonts.scss +1 -1
  1448. package/dist/styles/themes/licklist/_variables.scss +2 -2
  1449. package/dist/styles/themes/licklist/index.scss +40 -40
  1450. package/dist/styles/tiptap-editor/TiptapEditor.scss +1 -1
  1451. package/dist/styles/tiptap-editor/_index.scss +1 -1
  1452. package/dist/styles/venue-map-sets/VenueMapSetCard.scss +6 -6
  1453. package/dist/styles/venue-map-sets/_index.scss +2 -2
  1454. package/dist/styles/zones/ZoneCard.scss +7 -7
  1455. package/dist/styles/zones/_index.scss +3 -3
  1456. package/dist/table/FilterHelperComponent.d.ts.map +1 -1
  1457. package/dist/table/FilterHelperComponent.js +9 -9
  1458. package/dist/table/MenuButton.d.ts +1 -1
  1459. package/dist/table/MenuButton.d.ts.map +1 -1
  1460. package/dist/table/MenuButton.js +1 -1
  1461. package/dist/table/PaginationHelperComponent.d.ts +1 -1
  1462. package/dist/table/PaginationHelperComponent.d.ts.map +1 -1
  1463. package/dist/table/PaginationHelperComponent.js +8 -8
  1464. package/dist/table/PerPageHelperComponent.d.ts.map +1 -1
  1465. package/dist/table/PerPageHelperComponent.js +2 -2
  1466. package/dist/table/ReactTableHelperComponent.d.ts +3 -3
  1467. package/dist/table/ReactTableHelperComponent.d.ts.map +1 -1
  1468. package/dist/table/ReactTableHelperComponent.js +5 -5
  1469. package/dist/table/StaticTable.d.ts +1 -1
  1470. package/dist/table/StaticTable.d.ts.map +1 -1
  1471. package/dist/table/StaticTable.js +1 -1
  1472. package/dist/table/TableHelperComponent.d.ts +4 -4
  1473. package/dist/table/TableHelperComponent.d.ts.map +1 -1
  1474. package/dist/table/TableHelperComponent.js +14 -14
  1475. package/dist/table/hooks/useTableQueryOptions.d.ts +1 -1
  1476. package/dist/table/hooks/useTableQueryOptions.d.ts.map +1 -1
  1477. package/dist/table/hooks/useTableQueryOptions.js +5 -5
  1478. package/dist/table/index.d.ts +7 -7
  1479. package/dist/table/index.d.ts.map +1 -1
  1480. package/dist/table/types.d.ts +6 -6
  1481. package/dist/table/types.d.ts.map +1 -1
  1482. package/dist/table/utils/index.d.ts +2 -2
  1483. package/dist/table/utils/index.d.ts.map +1 -1
  1484. package/dist/table/utils/index.js +1 -1
  1485. package/dist/tiptap-editor/TipTapEditor.d.ts.map +1 -1
  1486. package/dist/tiptap-editor/TipTapEditor.js +3 -3
  1487. package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts +1 -1
  1488. package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts.map +1 -1
  1489. package/dist/tiptap-editor/TipTapMenu/TipTapMenu.js +17 -17
  1490. package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts +1 -1
  1491. package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts.map +1 -1
  1492. package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.js +1 -1
  1493. package/dist/tiptap-editor/TipTapMenu/components/index.d.ts +1 -1
  1494. package/dist/tiptap-editor/TipTapMenu/components/index.d.ts.map +1 -1
  1495. package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.d.ts.map +1 -1
  1496. package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.js +3 -3
  1497. package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.d.ts +2 -2
  1498. package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.d.ts.map +1 -1
  1499. package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.js +8 -8
  1500. package/dist/tiptap-editor/TipTapMenu/extensions/utils.d.ts.map +1 -1
  1501. package/dist/tiptap-editor/TipTapMenu/extensions/utils.js +2 -2
  1502. package/dist/tiptap-editor/TipTapMenu/index.d.ts +1 -1
  1503. package/dist/tiptap-editor/TipTapMenu/index.d.ts.map +1 -1
  1504. package/dist/tiptap-editor/index.d.ts +1 -1
  1505. package/dist/tiptap-editor/index.d.ts.map +1 -1
  1506. package/dist/typeahead/Typeahead.d.ts +1 -5
  1507. package/dist/typeahead/Typeahead.d.ts.map +1 -1
  1508. package/dist/typeahead/Typeahead.js +5 -12
  1509. package/dist/typeahead/index.d.ts +1 -1
  1510. package/dist/typeahead/index.d.ts.map +1 -1
  1511. package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts +1 -1
  1512. package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts.map +1 -1
  1513. package/dist/typeahead-helper/TypeaheadHelperComponent.js +8 -8
  1514. package/dist/typeahead-helper/index.d.ts +1 -1
  1515. package/dist/typeahead-helper/index.d.ts.map +1 -1
  1516. package/dist/types/bookings.d.ts.map +1 -1
  1517. package/dist/types/categories.d.ts.map +1 -1
  1518. package/dist/types/currency.d.ts.map +1 -1
  1519. package/dist/types/generic/SelectItem.d.ts.map +1 -1
  1520. package/dist/types/iframe.d.ts +1 -1
  1521. package/dist/types/iframe.d.ts.map +1 -1
  1522. package/dist/types/index.d.ts +1 -1
  1523. package/dist/types/index.d.ts.map +1 -1
  1524. package/dist/types/provider-links.d.ts.map +1 -1
  1525. package/dist/types/static/HTMLInputDateElement.d.ts.map +1 -1
  1526. package/dist/types/static/ILoaderOptions.d.ts.map +1 -1
  1527. package/dist/venue-map-sets/card/VenueMapSetCard.d.ts +1 -1
  1528. package/dist/venue-map-sets/card/VenueMapSetCard.d.ts.map +1 -1
  1529. package/dist/venue-map-sets/card/VenueMapSetCard.js +5 -5
  1530. package/dist/venue-map-sets/card/index.d.ts +1 -1
  1531. package/dist/venue-map-sets/card/index.d.ts.map +1 -1
  1532. package/dist/venue-map-sets/form/VenueMapSetForm.d.ts +1 -1
  1533. package/dist/venue-map-sets/form/VenueMapSetForm.d.ts.map +1 -1
  1534. package/dist/venue-map-sets/form/VenueMapSetForm.js +4 -4
  1535. package/dist/venue-map-sets/form/components/NameControl.d.ts +1 -1
  1536. package/dist/venue-map-sets/form/components/NameControl.d.ts.map +1 -1
  1537. package/dist/venue-map-sets/form/components/NameControl.js +14 -14
  1538. package/dist/venue-map-sets/form/components/VenueMapControl.d.ts +1 -1
  1539. package/dist/venue-map-sets/form/components/VenueMapControl.d.ts.map +1 -1
  1540. package/dist/venue-map-sets/form/components/VenueMapControl.js +2 -2
  1541. package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts.map +1 -1
  1542. package/dist/venue-map-sets/form/components/VenueMapImageControl.js +6 -6
  1543. package/dist/venue-map-sets/form/components/VenueMapModal.d.ts.map +1 -1
  1544. package/dist/venue-map-sets/form/components/VenueMapModal.js +19 -19
  1545. package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts +1 -1
  1546. package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts.map +1 -1
  1547. package/dist/venue-map-sets/form/components/VenueMapsControl.js +13 -13
  1548. package/dist/venue-map-sets/form/index.d.ts +2 -2
  1549. package/dist/venue-map-sets/form/index.d.ts.map +1 -1
  1550. package/dist/venue-map-sets/form/types/index.d.ts +5 -5
  1551. package/dist/venue-map-sets/form/types/index.d.ts.map +1 -1
  1552. package/dist/venue-map-sets/form/utils/index.d.ts +2 -2
  1553. package/dist/venue-map-sets/form/utils/index.d.ts.map +1 -1
  1554. package/dist/venue-map-sets/form/utils/index.js +1 -1
  1555. package/dist/venue-map-sets/index.d.ts +2 -2
  1556. package/dist/venue-map-sets/index.d.ts.map +1 -1
  1557. package/dist/virtualized/components/VirtualizedGrid.d.ts +1 -1
  1558. package/dist/virtualized/components/VirtualizedGrid.d.ts.map +1 -1
  1559. package/dist/virtualized/components/VirtualizedWindowScroller.d.ts +4 -4
  1560. package/dist/virtualized/components/VirtualizedWindowScroller.d.ts.map +1 -1
  1561. package/dist/virtualized/context/VirtualizedContext.d.ts +2 -2
  1562. package/dist/virtualized/context/VirtualizedContext.d.ts.map +1 -1
  1563. package/dist/virtualized/context/index.d.ts +1 -1
  1564. package/dist/virtualized/context/index.d.ts.map +1 -1
  1565. package/dist/virtualized/index.d.ts +3 -3
  1566. package/dist/virtualized/index.d.ts.map +1 -1
  1567. package/dist/zone/card/ZoneCard.d.ts +1 -1
  1568. package/dist/zone/card/ZoneCard.d.ts.map +1 -1
  1569. package/dist/zone/card/ZoneCard.js +4 -4
  1570. package/dist/zone/card/index.d.ts +2 -2
  1571. package/dist/zone/card/index.d.ts.map +1 -1
  1572. package/dist/zone/form/ZoneForm.d.ts +3 -3
  1573. package/dist/zone/form/ZoneForm.d.ts.map +1 -1
  1574. package/dist/zone/form/ZoneForm.js +3 -3
  1575. package/dist/zone/form/components/AvailableTimesControl.d.ts +2 -2
  1576. package/dist/zone/form/components/AvailableTimesControl.d.ts.map +1 -1
  1577. package/dist/zone/form/components/AvailableTimesControl.js +8 -8
  1578. package/dist/zone/form/components/DescriptionControl.d.ts.map +1 -1
  1579. package/dist/zone/form/components/DescriptionControl.js +6 -6
  1580. package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
  1581. package/dist/zone/form/components/GameDurationControl.js +7 -7
  1582. package/dist/zone/form/components/NameControl.d.ts.map +1 -1
  1583. package/dist/zone/form/components/NameControl.js +9 -9
  1584. package/dist/zone/form/components/SortControl.d.ts.map +1 -1
  1585. package/dist/zone/form/components/SortControl.js +9 -9
  1586. package/dist/zone/form/components/ZoneControl.d.ts +1 -1
  1587. package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
  1588. package/dist/zone/form/components/ZoneImageControl.d.ts.map +1 -1
  1589. package/dist/zone/form/components/ZoneImageControl.js +11 -11
  1590. package/dist/zone/form/components/ZoneRecurrenceControl.d.ts +1 -1
  1591. package/dist/zone/form/components/ZoneRecurrenceControl.d.ts.map +1 -1
  1592. package/dist/zone/form/components/ZoneRecurrenceControl.js +7 -7
  1593. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +2 -2
  1594. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
  1595. package/dist/zone/form/components/ZoneRecurrencesControl.js +12 -12
  1596. package/dist/zone/form/components/ZoneTypeControl.d.ts.map +1 -1
  1597. package/dist/zone/form/components/ZoneTypeControl.js +7 -7
  1598. package/dist/zone/form/index.d.ts +2 -2
  1599. package/dist/zone/form/index.d.ts.map +1 -1
  1600. package/dist/zone/form/utils/dates.d.ts +1 -1
  1601. package/dist/zone/form/utils/dates.d.ts.map +1 -1
  1602. package/dist/zone/form/utils/dates.js +5 -5
  1603. package/dist/zone/index.d.ts +2 -2
  1604. package/dist/zone/index.d.ts.map +1 -1
  1605. package/package.json +13 -13
  1606. package/rollup.config.js +29 -29
  1607. package/src/affiliate/card/AffiliateCard.stories.tsx +7 -7
  1608. package/src/affiliate/card/AffiliateCard.tsx +33 -33
  1609. package/src/affiliate/card/index.ts +1 -1
  1610. package/src/affiliate/form/AffiliateControl.tsx +35 -35
  1611. package/src/affiliate/form/AffiliateForm.stories.tsx +6 -6
  1612. package/src/affiliate/form/AffiliateForm.tsx +47 -46
  1613. package/src/affiliate/form/index.ts +2 -2
  1614. package/src/affiliate/index.ts +3 -3
  1615. package/src/affiliate/types/index.ts +7 -7
  1616. package/src/auth/AccessDenied/AccessDenied.stories.tsx +6 -6
  1617. package/src/auth/AccessDenied/AccessDenied.tsx +19 -19
  1618. package/src/auth/AccessDenied/index.ts +1 -1
  1619. package/src/auth/Auth.stories.tsx +20 -20
  1620. package/src/auth/Authorizer.tsx +38 -40
  1621. package/src/auth/ChangePassword/ChangePassword.stories.tsx +8 -8
  1622. package/src/auth/ChangePassword/ChangePasswordComponent.tsx +42 -42
  1623. package/src/auth/ChangePassword/ChangePasswordFormComponent.tsx +51 -50
  1624. package/src/auth/ChangePassword/index.ts +2 -2
  1625. package/src/auth/Layout/AuthNavComponent.tsx +9 -9
  1626. package/src/auth/Layout/Layout.stories.tsx +18 -18
  1627. package/src/auth/Layout/UserNavComponent.tsx +10 -10
  1628. package/src/auth/Layout/UserNavDropDown.tsx +12 -12
  1629. package/src/auth/Layout/UserNavDropDownToggle.tsx +8 -8
  1630. package/src/auth/Layout/index.ts +4 -4
  1631. package/src/auth/Login/Login.stories.tsx +12 -12
  1632. package/src/auth/Login/LoginComponent.tsx +61 -61
  1633. package/src/auth/Login/LoginFormComponent.tsx +55 -55
  1634. package/src/auth/Login/index.ts +2 -2
  1635. package/src/auth/Logout/Logout.stories.tsx +24 -24
  1636. package/src/auth/Logout/Logout.tsx +10 -10
  1637. package/src/auth/Logout/index.ts +1 -1
  1638. package/src/auth/Register/BirthDateFormComponent.tsx +71 -71
  1639. package/src/auth/Register/Register.stories.tsx +17 -17
  1640. package/src/auth/Register/RegisterComponent.tsx +61 -61
  1641. package/src/auth/Register/RegisterFormComponent.tsx +138 -135
  1642. package/src/auth/Register/index.ts +3 -3
  1643. package/src/auth/ResetPassword/ResetPassword.stories.tsx +8 -8
  1644. package/src/auth/ResetPassword/ResetPasswordComponent.tsx +34 -34
  1645. package/src/auth/ResetPassword/ResetPasswordFormComponent.tsx +40 -40
  1646. package/src/auth/ResetPassword/index.ts +2 -2
  1647. package/src/auth/Router.tsx +14 -14
  1648. package/src/auth/Social/Social.stories.tsx +8 -8
  1649. package/src/auth/Social/SocialCallbackComponent.tsx +57 -56
  1650. package/src/auth/Social/SocialFormComponent.tsx +38 -38
  1651. package/src/auth/Social/index.ts +2 -2
  1652. package/src/auth/index.ts +10 -10
  1653. package/src/availability-indicator/AvailabilityIndicator.tsx +27 -27
  1654. package/src/availability-indicator/index.ts +1 -1
  1655. package/src/calendar/Calendar.stories.tsx +17 -17
  1656. package/src/calendar/Calendar.tsx +20 -20
  1657. package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +70 -74
  1658. package/src/calendar/components/CalendarButtons/index.ts +1 -1
  1659. package/src/calendar/components/CalendarDates/CalendarDates.tsx +24 -24
  1660. package/src/calendar/components/CalendarDates/index.ts +1 -1
  1661. package/src/calendar/components/CalendarSelect/CalendarSelect.tsx +26 -24
  1662. package/src/calendar/components/CalendarSelect/index.ts +2 -2
  1663. package/src/calendar/components/CalendarWeekdays/CalendarWeekdays.tsx +19 -17
  1664. package/src/calendar/components/CalendarWeekdays/index.ts +1 -1
  1665. package/src/calendar/index.ts +3 -3
  1666. package/src/calendar/utils/index.ts +12 -12
  1667. package/src/collapsible-input-group/CollapsibleInputGroup.stories.tsx +42 -42
  1668. package/src/collapsible-input-group/CollapsibleInputGroup.tsx +16 -16
  1669. package/src/collapsible-input-group/index.ts +1 -1
  1670. package/src/custom-fields/CustomFields.stories.tsx +80 -79
  1671. package/src/custom-fields/constants.tsx +16 -16
  1672. package/src/custom-fields/field/FieldItem.tsx +5 -5
  1673. package/src/custom-fields/field/SelectFieldModal.tsx +14 -14
  1674. package/src/custom-fields/field-set/CustomFieldSets.tsx +48 -44
  1675. package/src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx +83 -83
  1676. package/src/custom-fields/field-set/components/CustomFieldSet/index.ts +1 -1
  1677. package/src/custom-fields/field-set/components/index.ts +1 -1
  1678. package/src/custom-fields/field-set/contexts/index.ts +1 -1
  1679. package/src/custom-fields/field-set/contexts/useCustomFieldSets.ts +7 -7
  1680. package/src/custom-fields/field-set/providers/CustomFieldSetsProvider.tsx +5 -5
  1681. package/src/custom-fields/field-set/providers/index.ts +1 -1
  1682. package/src/custom-fields/forms/DropdownForm.tsx +100 -95
  1683. package/src/custom-fields/forms/TextInputForm.tsx +22 -22
  1684. package/src/custom-fields/index.ts +1 -1
  1685. package/src/customers/components/filter/CustomerFilter.stories.tsx +11 -11
  1686. package/src/customers/components/filter/CustomerFilter.tsx +19 -19
  1687. package/src/customers/components/filter/index.ts +2 -2
  1688. package/src/customers/components/index.ts +1 -1
  1689. package/src/customers/index.ts +1 -1
  1690. package/src/date-time-button/DateContent.tsx +24 -24
  1691. package/src/date-time-button/DateTimeButton.stories.tsx +28 -28
  1692. package/src/date-time-button/DateTimeButton.tsx +34 -34
  1693. package/src/date-time-button/index.ts +1 -1
  1694. package/src/error/Error.stories.tsx +7 -7
  1695. package/src/error/ErrorFallback.tsx +6 -6
  1696. package/src/error/index.ts +1 -1
  1697. package/src/events/edit-event-modal/IntervalInput.tsx +55 -62
  1698. package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.stories.tsx +271 -271
  1699. package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +145 -145
  1700. package/src/events/edit-event-modal/component/EditEventForm/index.ts +2 -2
  1701. package/src/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.tsx +25 -25
  1702. package/src/events/edit-event-modal/component/ProductSetShortForm/index.ts +1 -1
  1703. package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +42 -42
  1704. package/src/events/edit-event-modal/component/SaleDeadline/index.ts +1 -1
  1705. package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +143 -132
  1706. package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +47 -47
  1707. package/src/events/edit-event-modal/component/SelectEventProductSet/component/index.ts +1 -1
  1708. package/src/events/edit-event-modal/component/SelectEventProductSet/index.ts +1 -1
  1709. package/src/events/edit-event-modal/hooks/index.ts +2 -2
  1710. package/src/events/edit-event-modal/hooks/useFormattedDuration.tsx +21 -21
  1711. package/src/events/edit-event-modal/hooks/useValidationOptions.tsx +14 -14
  1712. package/src/events/edit-event-modal/index.ts +3 -3
  1713. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +8 -7
  1714. package/src/events/edit-event-modal/utils/isUrlValid.ts +4 -4
  1715. package/src/events/edit-event-modal/utils/removeRruleCount.ts +6 -6
  1716. package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.stories.tsx +12 -12
  1717. package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +25 -25
  1718. package/src/events/edit-recurrent-event-modal/index.ts +1 -1
  1719. package/src/events/event-card/EventCard.stories.tsx +19 -19
  1720. package/src/events/event-card/EventCard.tsx +59 -57
  1721. package/src/events/event-card/EventCardSkeleton.tsx +34 -32
  1722. package/src/events/event-card/index.ts +2 -2
  1723. package/src/events/event-card/utils.ts +36 -36
  1724. package/src/events/event-statistic-modal/EventStatisticModal.stories.tsx +29 -29
  1725. package/src/events/event-statistic-modal/EventStatisticModal.tsx +25 -25
  1726. package/src/events/event-statistic-modal/hooks/useTableData.tsx +39 -37
  1727. package/src/events/event-statistic-modal/index.ts +2 -2
  1728. package/src/events/event-statistic-modal/utils/index.ts +37 -37
  1729. package/src/events/event-venue-map/EventVenueMap.stories.tsx +23 -23
  1730. package/src/events/event-venue-map/EventVenueMap.tsx +28 -28
  1731. package/src/events/event-venue-map/components/Dropdown/Dropdown.tsx +36 -36
  1732. package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.tsx +9 -7
  1733. package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.ts +1 -1
  1734. package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.tsx +13 -13
  1735. package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/index.ts +1 -1
  1736. package/src/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.tsx +36 -36
  1737. package/src/events/event-venue-map/components/Dropdown/components/SelectControl/index.ts +1 -1
  1738. package/src/events/event-venue-map/components/Dropdown/index.ts +1 -1
  1739. package/src/events/event-venue-map/components/MapPoint/MapPoint.tsx +47 -47
  1740. package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.tsx +43 -41
  1741. package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.ts +1 -1
  1742. package/src/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.tsx +41 -39
  1743. package/src/events/event-venue-map/components/MapPoint/components/EditIcon/index.ts +1 -1
  1744. package/src/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.tsx +39 -39
  1745. package/src/events/event-venue-map/components/MapPoint/components/PointIcon/index.ts +1 -1
  1746. package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.tsx +58 -59
  1747. package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/index.ts +2 -2
  1748. package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.tsx +59 -57
  1749. package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.ts +1 -1
  1750. package/src/events/event-venue-map/components/MapPoint/index.ts +1 -1
  1751. package/src/events/event-venue-map/components/Scrollbars/Scrollbars.tsx +29 -29
  1752. package/src/events/event-venue-map/components/Scrollbars/index.ts +1 -1
  1753. package/src/events/event-venue-map/components/VenueMap/VenueMap.tsx +64 -60
  1754. package/src/events/event-venue-map/components/VenueMap/index.ts +2 -2
  1755. package/src/events/event-venue-map/components/ZoomButtons/ZoomButtons.tsx +8 -8
  1756. package/src/events/event-venue-map/components/ZoomButtons/index.ts +1 -1
  1757. package/src/events/event-venue-map/hooks/useCanvasSize.ts +11 -11
  1758. package/src/events/event-venue-map/hooks/useDrag.ts +62 -62
  1759. package/src/events/event-venue-map/hooks/useImage.tsx +32 -32
  1760. package/src/events/event-venue-map/hooks/useStageActions.ts +50 -50
  1761. package/src/events/event-venue-map/hooks/useZoom.ts +49 -49
  1762. package/src/events/event-venue-map/index.ts +2 -2
  1763. package/src/events/event-venue-map/types/index.ts +29 -29
  1764. package/src/events/event-venue-map/utils/index.ts +91 -85
  1765. package/src/events/index.ts +5 -5
  1766. package/src/file-upload/FilePreview.tsx +41 -38
  1767. package/src/file-upload/FileUpload.stories.tsx +7 -7
  1768. package/src/file-upload/FileUpload.tsx +76 -76
  1769. package/src/file-upload/index.ts +1 -1
  1770. package/src/header/BookeditHeader.tsx +13 -13
  1771. package/src/header/Header.stories.tsx +26 -26
  1772. package/src/header/Header.tsx +14 -14
  1773. package/src/header/LicklistHeader.tsx +14 -14
  1774. package/src/header/elements/CompanySelector.tsx +9 -9
  1775. package/src/header/elements/Elements.stories.tsx +14 -14
  1776. package/src/header/elements/index.ts +2 -2
  1777. package/src/header/index.ts +5 -5
  1778. package/src/help/example/Example.stories.tsx +12 -12
  1779. package/src/help/example/Example.tsx +54 -53
  1780. package/src/help/example/index.ts +1 -1
  1781. package/src/help/index.ts +2 -2
  1782. package/src/help/popover/HelpPopover.tsx +19 -19
  1783. package/src/help/popover/Popover.stories.tsx +16 -16
  1784. package/src/help/popover/index.ts +1 -1
  1785. package/src/iframe/activity-card/ActivityCard.stories.tsx +19 -19
  1786. package/src/iframe/activity-card/ActivityCard.tsx +19 -19
  1787. package/src/iframe/activity-card/index.ts +1 -1
  1788. package/src/iframe/back-button/BackButton.stories.tsx +7 -7
  1789. package/src/iframe/back-button/BackButton.tsx +2 -2
  1790. package/src/iframe/back-button/index.ts +1 -1
  1791. package/src/iframe/custom-fields/components/CustomDateField.stories.tsx +31 -31
  1792. package/src/iframe/custom-fields/components/CustomDateField.tsx +35 -35
  1793. package/src/iframe/custom-fields/index.ts +2 -2
  1794. package/src/iframe/event/event-booking-form/EventBookingForm.stories.tsx +8 -8
  1795. package/src/iframe/event/event-booking-form/EventBookingForm.tsx +14 -14
  1796. package/src/iframe/event/event-booking-form/index.ts +1 -1
  1797. package/src/iframe/event/event-booking-products/EventBookingProducts.stories.tsx +18 -18
  1798. package/src/iframe/event/event-booking-products/EventBookingProducts.tsx +9 -9
  1799. package/src/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.tsx +40 -40
  1800. package/src/iframe/event/event-booking-products/components/AccordionItem/index.ts +1 -1
  1801. package/src/iframe/event/event-booking-products/index.ts +1 -1
  1802. package/src/iframe/event/event-booking-view/EventBookingView.stories.tsx +5 -5
  1803. package/src/iframe/event/event-booking-view/EventBookingView.tsx +9 -9
  1804. package/src/iframe/event/event-booking-view/index.ts +1 -1
  1805. package/src/iframe/event/event-card/IframeEventCard.stories.tsx +17 -17
  1806. package/src/iframe/event/event-card/IframeEventCard.tsx +42 -42
  1807. package/src/iframe/event/event-card/IframeEventCardSkeleton.tsx +69 -67
  1808. package/src/iframe/event/event-card/IframeEventCards.stories.tsx +287 -287
  1809. package/src/iframe/event/event-card/index.ts +2 -2
  1810. package/src/iframe/event/event-description/EventDescription.stories.tsx +19 -19
  1811. package/src/iframe/event/event-description/EventDescription.tsx +32 -32
  1812. package/src/iframe/event/event-description/index.ts +1 -1
  1813. package/src/iframe/event/event-navigation-footer/EventNavigationFooter.stories.tsx +5 -5
  1814. package/src/iframe/event/event-navigation-footer/EventNavigationFooter.tsx +28 -28
  1815. package/src/iframe/event/event-navigation-footer/index.ts +1 -1
  1816. package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.stories.tsx +11 -11
  1817. package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.tsx +6 -6
  1818. package/src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx +26 -24
  1819. package/src/iframe/event/event-order-short-summary/components/Summary/index.ts +2 -2
  1820. package/src/iframe/event/event-order-short-summary/index.ts +2 -2
  1821. package/src/iframe/event/event-order-summary/EventOrderSummary.stories.tsx +6 -6
  1822. package/src/iframe/event/event-order-summary/EventOrderSummary.tsx +11 -11
  1823. package/src/iframe/event/event-order-summary/index.ts +1 -1
  1824. package/src/iframe/event/event-product-sets/EventProductSets.stories.tsx +13 -13
  1825. package/src/iframe/event/event-product-sets/EventProductSets.tsx +22 -18
  1826. package/src/iframe/event/event-product-sets/components/EventProductSet.tsx +12 -12
  1827. package/src/iframe/event/event-product-sets/index.ts +2 -2
  1828. package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.stories.tsx +31 -31
  1829. package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.tsx +25 -21
  1830. package/src/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.tsx +14 -14
  1831. package/src/iframe/event/event-step-venue-map-zones/index.ts +2 -2
  1832. package/src/iframe/event/event-tables/EventTables.stories.tsx +10 -10
  1833. package/src/iframe/event/event-tables/EventTables.tsx +6 -6
  1834. package/src/iframe/event/event-tables/index.ts +1 -1
  1835. package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +45 -45
  1836. package/src/iframe/event/event-venue-map/IframeEventVenueMap.tsx +9 -9
  1837. package/src/iframe/event/event-venue-map/index.ts +1 -1
  1838. package/src/iframe/event/index.ts +16 -16
  1839. package/src/iframe/event/ticket-description/TicketDescription.stories.tsx +13 -13
  1840. package/src/iframe/event/ticket-description/TicketDescription.tsx +40 -38
  1841. package/src/iframe/event/ticket-description/index.ts +1 -1
  1842. package/src/iframe/external-modal/ExternalModal.stories.tsx +6 -6
  1843. package/src/iframe/external-modal/ExternalModal.tsx +25 -25
  1844. package/src/iframe/index.ts +12 -12
  1845. package/src/iframe/order-process/components/BookingSummary/BookingSummary.stories.tsx +36 -36
  1846. package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +27 -27
  1847. package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.tsx +36 -36
  1848. package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.ts +2 -2
  1849. package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +17 -17
  1850. package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/index.ts +1 -1
  1851. package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +25 -25
  1852. package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.ts +1 -1
  1853. package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx +16 -16
  1854. package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.tsx +9 -9
  1855. package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.ts +2 -2
  1856. package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.tsx +34 -34
  1857. package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.ts +1 -1
  1858. package/src/iframe/order-process/components/BookingSummary/index.ts +1 -1
  1859. package/src/iframe/order-process/components/BookingSummary/types/index.ts +24 -24
  1860. package/src/iframe/order-process/components/BookingSummary/utils/index.ts +10 -10
  1861. package/src/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.tsx +23 -23
  1862. package/src/iframe/order-process/components/BookingSummaryFooter/index.ts +2 -2
  1863. package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.stories.tsx +77 -77
  1864. package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx +126 -128
  1865. package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +36 -30
  1866. package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +20 -20
  1867. package/src/iframe/order-process/components/CalendarStepsForm/index.ts +2 -2
  1868. package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +131 -125
  1869. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.stories.tsx +7 -7
  1870. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +38 -38
  1871. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/index.ts +1 -1
  1872. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +42 -43
  1873. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.ts +1 -1
  1874. package/src/iframe/order-process/components/CategoryProduct/index.ts +1 -1
  1875. package/src/iframe/order-process/components/ErrorModal/ErrorModal.tsx +19 -19
  1876. package/src/iframe/order-process/components/ErrorModal/index.ts +1 -1
  1877. package/src/iframe/order-process/components/NavigationFooter/NavigationFooter.tsx +15 -15
  1878. package/src/iframe/order-process/components/NavigationFooter/index.ts +1 -1
  1879. package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.stories.tsx +23 -23
  1880. package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.tsx +52 -53
  1881. package/src/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.ts +19 -19
  1882. package/src/iframe/order-process/components/NavigationSteps/index.ts +2 -2
  1883. package/src/iframe/order-process/components/PaymentCard/PaymentCard.stories.tsx +26 -26
  1884. package/src/iframe/order-process/components/PaymentCard/PaymentCard.tsx +43 -41
  1885. package/src/iframe/order-process/components/PaymentCard/index.ts +1 -1
  1886. package/src/iframe/order-process/components/Timer/Timer.stories.tsx +5 -5
  1887. package/src/iframe/order-process/components/Timer/Timer.tsx +9 -9
  1888. package/src/iframe/order-process/components/Timer/index.ts +1 -1
  1889. package/src/iframe/order-process/components/Timer/utils/index.ts +6 -6
  1890. package/src/iframe/order-process/components/utils/useCategoryVerification.ts +36 -36
  1891. package/src/iframe/order-process/constants.ts +2 -2
  1892. package/src/iframe/order-process/index.ts +12 -12
  1893. package/src/iframe/page/Page.stories.tsx +119 -119
  1894. package/src/iframe/page/Page.tsx +32 -25
  1895. package/src/iframe/page/components/PageBody/PageBody.tsx +18 -16
  1896. package/src/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.tsx +16 -16
  1897. package/src/iframe/page/components/PageBody/components/LeftBlock/index.tsx +2 -2
  1898. package/src/iframe/page/components/PageBody/components/RightBlock/RightBlock.tsx +30 -30
  1899. package/src/iframe/page/components/PageBody/components/RightBlock/index.ts +2 -2
  1900. package/src/iframe/page/components/PageBody/constants.ts +19 -19
  1901. package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +97 -97
  1902. package/src/iframe/page/components/PageBody/index.ts +2 -2
  1903. package/src/iframe/page/components/PageBody/types.ts +1 -1
  1904. package/src/iframe/page/components/PageHeader/PageHeader.tsx +17 -17
  1905. package/src/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.ts +10 -10
  1906. package/src/iframe/page/components/PageHeader/index.ts +2 -2
  1907. package/src/iframe/page/index.ts +6 -6
  1908. package/src/iframe/payment/index.ts +6 -6
  1909. package/src/iframe/payment/order-items-table/OrderItemsTable.stories.tsx +30 -30
  1910. package/src/iframe/payment/order-items-table/OrderItemsTable.tsx +10 -10
  1911. package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +63 -56
  1912. package/src/iframe/payment/order-items-table/index.ts +1 -1
  1913. package/src/iframe/payment/order-items-table/types/index.ts +16 -16
  1914. package/src/iframe/payment/order-items-table/utils/index.ts +58 -54
  1915. package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +30 -29
  1916. package/src/iframe/payment/payment-form/PaymentForm.stories.tsx +22 -22
  1917. package/src/iframe/payment/payment-form/PaymentForm.tsx +23 -19
  1918. package/src/iframe/payment/payment-page/PaymentPage.stories.tsx +75 -75
  1919. package/src/iframe/payment/payment-page/PaymentPage.tsx +52 -52
  1920. package/src/iframe/payment/payment-page/PaymentTimer.tsx +19 -19
  1921. package/src/iframe/payment/payment-status-header/PaymentStatusHeader.stories.tsx +8 -8
  1922. package/src/iframe/payment/payment-status-header/PaymentStatusHeader.tsx +15 -15
  1923. package/src/iframe/payment/payment-status-page/PaymentStatusComponent.stories.tsx +5 -5
  1924. package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +44 -44
  1925. package/src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx +13 -13
  1926. package/src/iframe/payment/payment-status-page/component/index.tsx +1 -1
  1927. package/src/iframe/payment/payment-status-page/index.ts +1 -1
  1928. package/src/iframe/payment/status-body/StatusBody.stories.tsx +9 -9
  1929. package/src/iframe/payment/status-body/StatusBody.tsx +10 -10
  1930. package/src/iframe/powered-by/PoweredBy.stories.tsx +6 -6
  1931. package/src/iframe/powered-by/PoweredBy.tsx +10 -10
  1932. package/src/iframe/powered-by/index.ts +1 -1
  1933. package/src/iframe/ryft/RyftPaymentForm.tsx +86 -86
  1934. package/src/iframe/ryft/utils/ryft-form.ts +44 -44
  1935. package/src/image-radio-input/ImageRadioInput.stories.tsx +28 -28
  1936. package/src/image-radio-input/ImageRadioInput.tsx +18 -18
  1937. package/src/image-radio-input/index.ts +1 -1
  1938. package/src/index.ts +44 -44
  1939. package/src/layout/BackgroundVideoContainer.tsx +13 -13
  1940. package/src/layout/Container.tsx +5 -5
  1941. package/src/layout/DropDown.tsx +11 -12
  1942. package/src/layout/DropDownToggle.tsx +10 -10
  1943. package/src/layout/Layout.stories.tsx +16 -16
  1944. package/src/layout/index.ts +5 -5
  1945. package/src/logo/Logo.stories.tsx +17 -17
  1946. package/src/logo/Logo.tsx +9 -9
  1947. package/src/logo/index.ts +2 -2
  1948. package/src/modals/confirmation/ConfirmModal.tsx +49 -65
  1949. package/src/modals/confirmation/Confirmation.stories.tsx +10 -10
  1950. package/src/modals/confirmation/index.ts +1 -1
  1951. package/src/modals/dialog/Dialog.tsx +17 -17
  1952. package/src/modals/dialog/DialogContext.tsx +28 -28
  1953. package/src/modals/dialog/index.ts +2 -2
  1954. package/src/modals/fullscreen/FullscreenModal.tsx +28 -28
  1955. package/src/modals/fullscreen/FulscreenModal.stories.tsx +15 -15
  1956. package/src/modals/fullscreen/index.ts +1 -1
  1957. package/src/modals/index.ts +2 -2
  1958. package/src/notification/components/NotificationPlaceholders.stories.tsx +12 -12
  1959. package/src/notification/components/NotificationPlaceholders.tsx +9 -9
  1960. package/src/notification/email-template/card/EmailTemplateCard.stories.tsx +10 -10
  1961. package/src/notification/email-template/card/EmailTemplateCard.tsx +23 -23
  1962. package/src/notification/email-template/card/index.tsx +1 -1
  1963. package/src/notification/email-template/control/EmailTemplateControl.tsx +132 -130
  1964. package/src/notification/email-template/control/index.ts +1 -1
  1965. package/src/notification/email-template/form/EmailTemplateForm.stories.tsx +117 -117
  1966. package/src/notification/email-template/form/EmailTemplateForm.tsx +59 -59
  1967. package/src/notification/email-template/form/index.tsx +1 -1
  1968. package/src/notification/email-template/index.ts +3 -3
  1969. package/src/notification/hooks/useTranslatedParameters.ts +12 -12
  1970. package/src/notification/index.ts +3 -3
  1971. package/src/notification/send-email-template/SendEmailTemplateForm.stories.tsx +6 -6
  1972. package/src/notification/send-email-template/SendEmailTemplateForm.tsx +34 -34
  1973. package/src/notification/send-email-template/index.ts +1 -1
  1974. package/src/notification/sms-template/card/SmsTemplateCard.stories.tsx +9 -9
  1975. package/src/notification/sms-template/card/SmsTemplateCard.tsx +21 -21
  1976. package/src/notification/sms-template/card/index.ts +1 -1
  1977. package/src/notification/sms-template/control/SmsTemplateControl.tsx +51 -51
  1978. package/src/notification/sms-template/control/index.ts +1 -1
  1979. package/src/notification/sms-template/form/SmsTemplateForm.stories.tsx +36 -36
  1980. package/src/notification/sms-template/form/SmsTemplateForm.tsx +31 -31
  1981. package/src/notification/sms-template/form/index.ts +1 -1
  1982. package/src/notification/sms-template/index.ts +3 -3
  1983. package/src/number-of-people-input/NumberOfPeopleInput.tsx +12 -13
  1984. package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.stories.tsx +17 -17
  1985. package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.tsx +14 -14
  1986. package/src/number-of-people-input/components/index.ts +1 -1
  1987. package/src/number-of-people-input/index.ts +2 -2
  1988. package/src/product-set/card/ProductSetCard.stories.tsx +9 -9
  1989. package/src/product-set/card/ProductSetCard.tsx +41 -80
  1990. package/src/product-set/card/index.ts +1 -1
  1991. package/src/product-set/control/DateAndRecurrenceInput.tsx +118 -113
  1992. package/src/product-set/control/DateInput.tsx +109 -110
  1993. package/src/product-set/control/ProductSetControl.stories.tsx +46 -46
  1994. package/src/product-set/control/ProductSetControl.tsx +134 -132
  1995. package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +30 -28
  1996. package/src/product-set/control/ProductSetRecurrenceControl.tsx +24 -23
  1997. package/src/product-set/control/ProductSetRecurrenceOverridesControl.tsx +14 -14
  1998. package/src/product-set/control/TutorialGifCard.tsx +22 -22
  1999. package/src/product-set/control/index.ts +1 -1
  2000. package/src/product-set/deposit-paid/ProductSetDepositPaid.stories.tsx +19 -19
  2001. package/src/product-set/deposit-paid/ProductSetDepositPaidControl.tsx +42 -42
  2002. package/src/product-set/deposit-paid/index.ts +1 -1
  2003. package/src/product-set/elements/DeleteFieldButton.tsx +9 -9
  2004. package/src/product-set/elements/Elements.stories.tsx +7 -7
  2005. package/src/product-set/elements/index.ts +1 -1
  2006. package/src/product-set/form/MobileFooter.tsx +5 -5
  2007. package/src/product-set/form/ProductCategoriesControl.tsx +113 -149
  2008. package/src/product-set/form/ProductSetForm.stories.tsx +425 -425
  2009. package/src/product-set/form/ProductSetForm.tsx +120 -133
  2010. package/src/product-set/form/ProductSetFormPopover.tsx +11 -11
  2011. package/src/product-set/form/ProductZonesControl.tsx +49 -46
  2012. package/src/product-set/form/ProductsControl.tsx +79 -79
  2013. package/src/product-set/form/SelectCategoryModal.stories.tsx +10 -10
  2014. package/src/product-set/form/SelectCategoryModal.tsx +44 -44
  2015. package/src/product-set/form/StepsControl.tsx +49 -49
  2016. package/src/product-set/form/SubProductsControl.tsx +58 -53
  2017. package/src/product-set/form/VenueMapSetModal.tsx +66 -68
  2018. package/src/product-set/form/VenueMapsControl.tsx +69 -64
  2019. package/src/product-set/form/context.tsx +25 -25
  2020. package/src/product-set/form/index.ts +1 -2
  2021. package/src/product-set/hooks/useSortableTreeFunctions.ts +18 -18
  2022. package/src/product-set/index.ts +10 -10
  2023. package/src/product-set/item/CreateProductSetItem.tsx +10 -10
  2024. package/src/product-set/popover/ProductSetPopover.stories.tsx +23 -23
  2025. package/src/product-set/popover/ProductSetPopover.tsx +22 -22
  2026. package/src/product-set/popover/index.ts +1 -1
  2027. package/src/product-set/product/Product.stories.tsx +41 -38
  2028. package/src/product-set/product/ProductControl.tsx +140 -132
  2029. package/src/product-set/product/advanced-options/AdvancedOptions.tsx +42 -40
  2030. package/src/product-set/product/advanced-options/index.ts +1 -1
  2031. package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +12 -12
  2032. package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +30 -30
  2033. package/src/product-set/product/booking-management/index.ts +1 -1
  2034. package/src/product-set/product/constants.ts +2 -2
  2035. package/src/product-set/product/deposit/ProductDeposit.stories.tsx +12 -12
  2036. package/src/product-set/product/deposit/ProductDepositControl.tsx +24 -24
  2037. package/src/product-set/product/deposit/index.ts +1 -1
  2038. package/src/product-set/product/duration/ProductDurationControl.stories.tsx +8 -8
  2039. package/src/product-set/product/duration/ProductDurationControl.tsx +34 -34
  2040. package/src/product-set/product/duration/index.ts +1 -1
  2041. package/src/product-set/product/fixed-duration-fields/FixedDurationOptions.tsx +14 -14
  2042. package/src/product-set/product/fixed-duration-fields/index.ts +1 -1
  2043. package/src/product-set/product/index.ts +4 -4
  2044. package/src/product-set/product/price/ProductPrice.stories.tsx +12 -12
  2045. package/src/product-set/product/price/ProductPriceControl.tsx +29 -29
  2046. package/src/product-set/product/price/index.ts +1 -1
  2047. package/src/product-set/product/quantity/ProductQuantity.stories.tsx +26 -26
  2048. package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +38 -38
  2049. package/src/product-set/product/quantity/ProductQuantityControl.tsx +37 -37
  2050. package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +35 -35
  2051. package/src/product-set/product/quantity/index.ts +3 -3
  2052. package/src/product-set/product-category/ProductCategory.stories.tsx +37 -34
  2053. package/src/product-set/product-category/ProductCategoryControl.tsx +99 -99
  2054. package/src/product-set/product-category/index.ts +1 -1
  2055. package/src/product-set/product-zone/ProductZoneControl.tsx +61 -61
  2056. package/src/product-set/product-zone/index.ts +1 -1
  2057. package/src/product-set/step/Step.stories.tsx +36 -32
  2058. package/src/product-set/step/StepControl.tsx +42 -42
  2059. package/src/product-set/step/index.ts +1 -1
  2060. package/src/product-set/tabs/ProductSetTab.tsx +9 -9
  2061. package/src/product-set/tabs/ProductSetTabs.stories.tsx +8 -8
  2062. package/src/product-set/tabs/ProductSetTabs.tsx +9 -9
  2063. package/src/product-set/tabs/index.ts +2 -2
  2064. package/src/product-set/types/index.ts +10 -10
  2065. package/src/product-set/utils/index.ts +31 -41
  2066. package/src/provider/categories-input/CategoriesInput.stories.tsx +20 -20
  2067. package/src/provider/categories-input/CategoriesInput.tsx +12 -12
  2068. package/src/provider/categories-input/CategoriesInputDescription.tsx +12 -12
  2069. package/src/provider/categories-input/index.ts +4 -4
  2070. package/src/provider/company/index.ts +1 -1
  2071. package/src/provider/company/user-form/UserForm.stories.tsx +7 -7
  2072. package/src/provider/company/user-form/UserForm.tsx +76 -72
  2073. package/src/provider/company/user-form/index.ts +1 -1
  2074. package/src/provider/constants.ts +1 -1
  2075. package/src/provider/index.ts +8 -8
  2076. package/src/provider/location-input/LocationInput.stories.tsx +21 -21
  2077. package/src/provider/location-input/LocationInput.tsx +27 -27
  2078. package/src/provider/location-input/LocationInputDescription.tsx +17 -17
  2079. package/src/provider/location-input/components/FormGroupControll.tsx +5 -5
  2080. package/src/provider/location-input/components/index.ts +1 -1
  2081. package/src/provider/location-input/index.ts +13 -13
  2082. package/src/provider/provider-details-input/ProviderDetailsInput.stories.tsx +10 -10
  2083. package/src/provider/provider-details-input/ProviderDetailsInput.tsx +60 -60
  2084. package/src/provider/provider-details-input/index.ts +1 -1
  2085. package/src/provider/provider-form/ProviderForm.stories.tsx +28 -28
  2086. package/src/provider/provider-form/ProviderForm.tsx +41 -41
  2087. package/src/provider/provider-form/index.ts +1 -1
  2088. package/src/provider/provider-links-input/ProviderLinksInput.stories.tsx +10 -10
  2089. package/src/provider/provider-links-input/ProviderLinksInput.tsx +18 -18
  2090. package/src/provider/provider-links-input/index.ts +1 -1
  2091. package/src/provider/venue-form/VenueForm.stories.tsx +47 -47
  2092. package/src/provider/venue-form/VenueForm.tsx +60 -60
  2093. package/src/provider/venue-form/index.ts +1 -1
  2094. package/src/provider/working-hours-input/WorkingHoursInput.stories.tsx +16 -16
  2095. package/src/provider/working-hours-input/WorkingHoursInput.tsx +26 -26
  2096. package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +14 -14
  2097. package/src/provider/working-hours-input/index.ts +7 -7
  2098. package/src/provider/working-hours-input/utils.ts +4 -2
  2099. package/src/radio-card/RadioCard.stories.tsx +22 -22
  2100. package/src/radio-card/RadioCard.tsx +17 -17
  2101. package/src/radio-card/index.ts +1 -1
  2102. package/src/recurrence-input/RecurrenceEndInput.tsx +43 -43
  2103. package/src/recurrence-input/RecurrenceInput.stories.tsx +9 -9
  2104. package/src/recurrence-input/RecurrenceInput.tsx +36 -36
  2105. package/src/recurrence-input/RecurrenceIntervalAndFrequencyInput.tsx +25 -25
  2106. package/src/recurrence-input/RecurrenceMonthlyRepeatByInput.tsx +17 -17
  2107. package/src/recurrence-input/RecurrenceWeekdaysInput.tsx +11 -11
  2108. package/src/recurrence-input/index.ts +1 -1
  2109. package/src/recurrence-input/utils.ts +34 -34
  2110. package/src/recurring-date-picker-input/DatePickerInput.tsx +37 -37
  2111. package/src/recurring-date-picker-input/RecurrenceAndFrequencyInput.tsx +40 -40
  2112. package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +30 -30
  2113. package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +59 -59
  2114. package/src/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.tsx +17 -17
  2115. package/src/recurring-date-picker-input/RecurrenceWeekdaysInput.tsx +14 -14
  2116. package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +24 -24
  2117. package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +132 -132
  2118. package/src/recurring-date-picker-input/index.ts +1 -1
  2119. package/src/recurring-date-picker-input/utils.ts +70 -70
  2120. package/src/report/DataFieldsSelector/DataFieldsSelector.tsx +31 -31
  2121. package/src/report/DataFieldsSelector/index.ts +1 -1
  2122. package/src/report/ReportRunnerModal/ReportRunnerModal.stories.tsx +20 -20
  2123. package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +65 -65
  2124. package/src/report/ReportRunnerModal/index.ts +1 -1
  2125. package/src/report/ReportTypeSelect/ReportTypeSelect.tsx +17 -17
  2126. package/src/report/ReportTypeSelect/index.ts +1 -1
  2127. package/src/report/card/ReportCard.stories.tsx +8 -8
  2128. package/src/report/card/ReportCard.tsx +7 -7
  2129. package/src/report/card/index.ts +1 -1
  2130. package/src/report/form/ReportForm.stories.tsx +7 -7
  2131. package/src/report/form/ReportForm.tsx +29 -29
  2132. package/src/report/form/index.ts +1 -1
  2133. package/src/report/index.ts +5 -5
  2134. package/src/resource/card/ResourceCard.stories.tsx +7 -7
  2135. package/src/resource/card/ResourceCard.tsx +9 -9
  2136. package/src/resource/card/index.ts +2 -2
  2137. package/src/resource/form/ResourceForm.stories.tsx +12 -12
  2138. package/src/resource/form/ResourceForm.tsx +33 -33
  2139. package/src/resource/form/components/CapacityControl.tsx +22 -22
  2140. package/src/resource/form/components/NameControl.tsx +22 -22
  2141. package/src/resource/form/components/SortControl.tsx +22 -22
  2142. package/src/resource/form/components/ZoneControl.tsx +29 -27
  2143. package/src/resource/form/index.ts +2 -2
  2144. package/src/resource/index.ts +4 -4
  2145. package/src/sales/booking/index.ts +1 -1
  2146. package/src/sales/booking/results/BookingResults.stories.tsx +82 -82
  2147. package/src/sales/booking/results/BookingResults.tsx +15 -15
  2148. package/src/sales/booking/results/components/ResultCard.tsx +38 -36
  2149. package/src/sales/booking/results/constants.ts +6 -6
  2150. package/src/sales/booking/results/index.ts +3 -3
  2151. package/src/sales/constants.tsx +11 -11
  2152. package/src/sales/coupon/control/CouponFormControl.tsx +102 -102
  2153. package/src/sales/coupon/control/index.ts +1 -1
  2154. package/src/sales/coupon/form/CouponForm.stories.tsx +23 -23
  2155. package/src/sales/coupon/form/CouponFrom.tsx +39 -39
  2156. package/src/sales/coupon/form/index.ts +1 -1
  2157. package/src/sales/coupon/index.tsx +1 -1
  2158. package/src/sales/coupon/utils/index.ts +4 -4
  2159. package/src/sales/filters/SaleFilter.stories.tsx +12 -12
  2160. package/src/sales/filters/SaleFilters.tsx +28 -28
  2161. package/src/sales/filters/index.ts +1 -1
  2162. package/src/sales/guest-profile/index.ts +4 -4
  2163. package/src/sales/guest-profile/previous-bookings/PreviousBookings.stories.tsx +86 -86
  2164. package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +30 -28
  2165. package/src/sales/guest-profile/previous-bookings/index.ts +1 -1
  2166. package/src/sales/guest-profile/profile/Profile.stories.tsx +10 -10
  2167. package/src/sales/guest-profile/profile/Profile.tsx +12 -12
  2168. package/src/sales/guest-profile/profile/components/ImageHolder/ImageHolder.tsx +10 -8
  2169. package/src/sales/guest-profile/profile/components/ImageHolder/index.ts +1 -1
  2170. package/src/sales/guest-profile/profile/index.ts +2 -2
  2171. package/src/sales/guest-profile/user-metrics/UserMetrics.stories.tsx +15 -15
  2172. package/src/sales/guest-profile/user-metrics/UserMetrics.tsx +28 -27
  2173. package/src/sales/guest-profile/user-metrics/index.ts +2 -2
  2174. package/src/sales/guest-profile/visited-providers/VisitedProviders.stories.tsx +24 -24
  2175. package/src/sales/guest-profile/visited-providers/VisitedProviders.tsx +17 -16
  2176. package/src/sales/guest-profile/visited-providers/index.ts +1 -1
  2177. package/src/sales/index.ts +12 -12
  2178. package/src/sales/life-time-sales/LifeTimeSalesChart.stories.tsx +11 -11
  2179. package/src/sales/life-time-sales/LifeTimeSalesChart.tsx +30 -30
  2180. package/src/sales/life-time-sales/index.ts +1 -1
  2181. package/src/sales/manual-booking/formatDays.ts +22 -22
  2182. package/src/sales/manual-booking/index.ts +6 -6
  2183. package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.stories.tsx +18 -18
  2184. package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.tsx +53 -53
  2185. package/src/sales/manual-booking/number-input-horizontal/index.ts +1 -1
  2186. package/src/sales/manual-booking/search-user/SearchUser.tsx +41 -41
  2187. package/src/sales/manual-booking/search-user/index.ts +1 -1
  2188. package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.stories.tsx +13 -13
  2189. package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.tsx +31 -31
  2190. package/src/sales/manual-booking/select-date-type-control/index.ts +1 -1
  2191. package/src/sales/manual-booking/select-event/SelectEvent.tsx +41 -39
  2192. package/src/sales/manual-booking/select-event/index.ts +1 -1
  2193. package/src/sales/manual-booking/select-menu/SelectMenu.stories.tsx +35 -35
  2194. package/src/sales/manual-booking/select-menu/SelectMenu.tsx +25 -23
  2195. package/src/sales/manual-booking/select-menu/components/MenuButton.tsx +10 -10
  2196. package/src/sales/manual-booking/select-menu/index.ts +2 -2
  2197. package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +39 -39
  2198. package/src/sales/manual-booking/summary/index.ts +1 -1
  2199. package/src/sales/modals/index.ts +2 -2
  2200. package/src/sales/modals/payment-modal/PaymentModal.stories.tsx +39 -39
  2201. package/src/sales/modals/payment-modal/PaymentModal.tsx +31 -31
  2202. package/src/sales/modals/payment-modal/index.ts +2 -2
  2203. package/src/sales/modals/refund-modal/RefundModal.stories.tsx +18 -18
  2204. package/src/sales/modals/refund-modal/RefundModal.tsx +42 -42
  2205. package/src/sales/modals/refund-modal/index.ts +2 -2
  2206. package/src/sales/notes/NotesTable.stories.tsx +25 -25
  2207. package/src/sales/notes/NotesTable.tsx +43 -43
  2208. package/src/sales/notes/NotesTableRow.tsx +29 -29
  2209. package/src/sales/notes/index.ts +1 -1
  2210. package/src/sales/notes/note-form/NoteForm.stories.tsx +7 -7
  2211. package/src/sales/notes/note-form/NoteForm.tsx +24 -24
  2212. package/src/sales/notes/note-form/index.ts +1 -1
  2213. package/src/sales/payment-form/SalePaymentForm.stories.tsx +29 -29
  2214. package/src/sales/payment-form/SalePaymentForm.tsx +67 -67
  2215. package/src/sales/payment-form/components/RyftPayment/RyftPayment.tsx +19 -19
  2216. package/src/sales/payment-form/components/RyftPayment/index.ts +2 -2
  2217. package/src/sales/payment-form/index.ts +4 -4
  2218. package/src/sales/payment-form/types.ts +5 -3
  2219. package/src/sales/sales-and-views/SalesAndViewsChart.stories.tsx +39 -39
  2220. package/src/sales/sales-and-views/SalesAndViewsChart.tsx +76 -74
  2221. package/src/sales/sales-and-views/index.ts +1 -1
  2222. package/src/sales/source-of-sales/SourceOfSalesChart.stories.tsx +12 -12
  2223. package/src/sales/source-of-sales/SourceOfSalesChart.tsx +32 -31
  2224. package/src/sales/source-of-sales/index.ts +1 -1
  2225. package/src/sales/statistics-chart/StatisticsChart.stories.tsx +8 -8
  2226. package/src/sales/statistics-chart/StatisticsChart.tsx +11 -11
  2227. package/src/sales/statistics-chart/index.ts +1 -1
  2228. package/src/setting/admin/AdminSetting.stories.tsx +15 -15
  2229. package/src/setting/admin/AdminSettingForm.tsx +61 -60
  2230. package/src/setting/admin/PaymentFeeForm.tsx +76 -76
  2231. package/src/setting/admin/index.ts +1 -1
  2232. package/src/setting/dashboard/DashboardSetting.stories.tsx +43 -43
  2233. package/src/setting/dashboard/DashboardSettingForm.tsx +64 -64
  2234. package/src/setting/dashboard/EventSettingForm.tsx +19 -19
  2235. package/src/setting/dashboard/FinancialDataForm.tsx +42 -42
  2236. package/src/setting/dashboard/OtherSettingForm.tsx +58 -58
  2237. package/src/setting/dashboard/ProviderSettingForm.tsx +30 -30
  2238. package/src/setting/dashboard/components/IpInput.stories.tsx +8 -8
  2239. package/src/setting/dashboard/components/IpInput.tsx +92 -92
  2240. package/src/setting/dashboard/index.ts +5 -5
  2241. package/src/setting/dashboard/payments/payments-form/PaymentsForm.stories.tsx +9 -9
  2242. package/src/setting/dashboard/payments/payments-form/PaymentsForm.tsx +11 -11
  2243. package/src/setting/dashboard/payments/payments-modal/PaymentsModal.stories.tsx +8 -8
  2244. package/src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx +16 -16
  2245. package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.stories.tsx +18 -18
  2246. package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +12 -12
  2247. package/src/setting/dashboard/snippet-templates/card/index.ts +1 -1
  2248. package/src/setting/dashboard/snippets/card/SnippetCard.stories.tsx +14 -14
  2249. package/src/setting/dashboard/snippets/card/SnippetCard.tsx +27 -27
  2250. package/src/setting/dashboard/snippets/card/index.ts +1 -1
  2251. package/src/setting/index.ts +3 -3
  2252. package/src/setting/system/SystemSetting.stories.tsx +7 -7
  2253. package/src/setting/system/SystemSettingForm.tsx +17 -17
  2254. package/src/setting/system/index.ts +1 -1
  2255. package/src/sidebar/elements/Elements.stories.tsx +8 -8
  2256. package/src/sidebar/elements/ReturnBack.tsx +8 -8
  2257. package/src/sidebar/elements/index.ts +2 -2
  2258. package/src/sidebar/index.ts +1 -1
  2259. package/src/slide-curtain/SlideCurtain.stories.tsx +6 -6
  2260. package/src/slide-curtain/SlideCurtain.tsx +18 -18
  2261. package/src/slide-curtain/index.ts +1 -1
  2262. package/src/snippet/index.ts +1 -1
  2263. package/src/snippet/snippet-template/SnippetTemplate.stories.tsx +9 -9
  2264. package/src/snippet/snippet-template/SnippetTemplate.tsx +16 -16
  2265. package/src/snippet/snippet-template/context/index.ts +3 -3
  2266. package/src/snippet/snippet-template/context/snippetTemplate.tsx +80 -80
  2267. package/src/snippet/snippet-template/context/snippetTemplateLoading.tsx +6 -6
  2268. package/src/snippet/snippet-template/context/snippetTemplateView.tsx +77 -76
  2269. package/src/snippet/snippet-template/control/Control.stories.tsx +10 -10
  2270. package/src/snippet/snippet-template/control/PropertyControl.tsx +37 -37
  2271. package/src/snippet/snippet-template/control/index.ts +1 -1
  2272. package/src/snippet/snippet-template/form/SnippetTemplateForm.stories.tsx +55 -55
  2273. package/src/snippet/snippet-template/form/SnippetTemplateForm.tsx +50 -50
  2274. package/src/snippet/snippet-template/form/index.ts +1 -1
  2275. package/src/snippet/snippet-template/index.ts +6 -6
  2276. package/src/snippet/snippet-template/preview/Preview.stories.tsx +48 -48
  2277. package/src/snippet/snippet-template/preview/Preview.tsx +65 -71
  2278. package/src/snippet/snippet-template/preview/index.ts +1 -1
  2279. package/src/snippet/snippet-template/settings/SettingButton.tsx +23 -21
  2280. package/src/snippet/snippet-template/settings/Settings.stories.tsx +8 -8
  2281. package/src/snippet/snippet-template/settings/index.ts +1 -1
  2282. package/src/snippet/snippet-template/utils/index.ts +8 -8
  2283. package/src/sortable-fields/SortableFieldItem.tsx +15 -15
  2284. package/src/sortable-fields/SortableFieldList.tsx +19 -16
  2285. package/src/sortable-fields/index.ts +1 -1
  2286. package/src/sortable-list/CreateSortableListItem.tsx +4 -4
  2287. package/src/sortable-list/SortableList.stories.tsx +10 -10
  2288. package/src/sortable-list/SortableList.tsx +55 -47
  2289. package/src/sortable-list/index.ts +3 -3
  2290. package/src/sortable-tree/SortableTree.stories.tsx +21 -21
  2291. package/src/sortable-tree/SortableTree.tsx +9 -9
  2292. package/src/sortable-tree/SortableTreeItem.stories.tsx +15 -12
  2293. package/src/sortable-tree/SortableTreeItem.tsx +94 -100
  2294. package/src/sortable-tree/index.ts +2 -2
  2295. package/src/sorting-select/SortingSelect.stories.tsx +7 -7
  2296. package/src/sorting-select/SortingSelect.tsx +30 -30
  2297. package/src/sorting-select/index.ts +1 -1
  2298. package/src/static/CountryCodeSelect.tsx +21 -21
  2299. package/src/static/CountrySelect.tsx +25 -25
  2300. package/src/static/CurrencyNumberInput.tsx +17 -17
  2301. package/src/static/FormCard.tsx +7 -7
  2302. package/src/static/Image.tsx +6 -6
  2303. package/src/static/RestrictedAccess.tsx +9 -9
  2304. package/src/static/SocialButton.tsx +20 -20
  2305. package/src/static/Static.stories.tsx +57 -57
  2306. package/src/static/StyledButton.tsx +6 -6
  2307. package/src/static/TextField.tsx +16 -16
  2308. package/src/static/UserBadge.tsx +14 -14
  2309. package/src/static/WarningMessage.tsx +6 -6
  2310. package/src/static/date-range-input/DateRangeInput.stories.tsx +11 -11
  2311. package/src/static/date-range-input/DateRangeInput.tsx +66 -64
  2312. package/src/static/date-range-input/index.ts +1 -1
  2313. package/src/static/date-range-input/utils/index.ts +25 -25
  2314. package/src/static/form-number-input/FormNumberInput.stories.tsx +8 -8
  2315. package/src/static/form-number-input/FormNumberInput.tsx +23 -23
  2316. package/src/static/form-number-input/index.ts +1 -1
  2317. package/src/static/images/DefaultUserImage.tsx +5 -5
  2318. package/src/static/images/Images.stories.tsx +6 -6
  2319. package/src/static/images/index.ts +2 -2
  2320. package/src/static/index.ts +23 -23
  2321. package/src/static/loader/BlockLoader.tsx +2 -2
  2322. package/src/static/loader/ButtonLoader.tsx +6 -6
  2323. package/src/static/loader/Loader.stories.tsx +15 -15
  2324. package/src/static/loader/LoaderIndicator.tsx +15 -15
  2325. package/src/static/loader/PaymentLoader.tsx +17 -17
  2326. package/src/static/loader/SnippetLoader.tsx +2 -2
  2327. package/src/static/loader/index.ts +7 -7
  2328. package/src/static/manual-date-picker/ManualDatePicker.tsx +19 -19
  2329. package/src/static/manual-date-picker/constants/index.ts +4 -4
  2330. package/src/static/manual-date-picker/hooks/useManualDatePicker.ts +54 -54
  2331. package/src/static/manual-date-picker/index.ts +2 -2
  2332. package/src/static/manual-date-picker/utils/index.ts +15 -15
  2333. package/src/static/number-input/NumberInput.stories.tsx +9 -9
  2334. package/src/static/number-input/NumberInput.tsx +21 -21
  2335. package/src/static/number-input/index.ts +1 -1
  2336. package/src/static/switch/BooleanSwitch.stories.tsx +12 -12
  2337. package/src/static/switch/BooleanSwitch.tsx +17 -17
  2338. package/src/static/switch/Switch.stories.tsx +25 -25
  2339. package/src/static/switch/Switch.tsx +15 -15
  2340. package/src/static/switch/index.ts +2 -2
  2341. package/src/static/tabs/Tab.tsx +10 -10
  2342. package/src/static/tabs/Tabs.tsx +12 -12
  2343. package/src/static/tabs/index.ts +1 -1
  2344. package/src/static/text-expand/TextExpand.stories.tsx +9 -9
  2345. package/src/static/text-expand/TextExpand.tsx +16 -16
  2346. package/src/static/text-expand/index.ts +1 -1
  2347. package/src/striped-static-table/StripedStaticTable.stories.tsx +31 -31
  2348. package/src/striped-static-table/StripedStaticTable.tsx +15 -15
  2349. package/src/striped-static-table/index.ts +1 -1
  2350. package/src/styles/activity-card/GridActivitiesCard.scss +1 -1
  2351. package/src/styles/activity-card/ListActivitiesCard.scss +1 -1
  2352. package/src/styles/activity-card/_index.scss +2 -2
  2353. package/src/styles/affiliate/AffiliateCard.scss +7 -7
  2354. package/src/styles/affiliate/_index.scss +2 -2
  2355. package/src/styles/auth/_index.scss +1 -1
  2356. package/src/styles/availability-indicator/_index.scss +1 -1
  2357. package/src/styles/back-button/_index.scss +1 -1
  2358. package/src/styles/company-user-form/_index.scss +1 -1
  2359. package/src/styles/custom-fields/CreateSortableListItem.scss +3 -3
  2360. package/src/styles/custom-fields/_index.scss +3 -3
  2361. package/src/styles/customers/_index.scss +1 -1
  2362. package/src/styles/date-time-button/_index.scss +1 -1
  2363. package/src/styles/error/_index.scss +1 -1
  2364. package/src/styles/events/EditEventModal.scss +5 -5
  2365. package/src/styles/events/EventCard.scss +4 -4
  2366. package/src/styles/events/_index.scss +4 -4
  2367. package/src/styles/file-upload/_index.scss +2 -2
  2368. package/src/styles/form/CustomRadio.scss +1 -1
  2369. package/src/styles/form/Input.scss +4 -4
  2370. package/src/styles/form/_index.scss +4 -4
  2371. package/src/styles/header/Header.scss +3 -3
  2372. package/src/styles/header/_index.scss +2 -2
  2373. package/src/styles/header/elements/CompanySelector.scss +2 -2
  2374. package/src/styles/header/elements/_index.scss +1 -1
  2375. package/src/styles/help/Example.scss +1 -1
  2376. package/src/styles/help/_index.scss +1 -1
  2377. package/src/styles/iframe-events/Calendar.scss +1 -0
  2378. package/src/styles/iframe-events/Card.scss +3 -3
  2379. package/src/styles/iframe-events/Event.scss +2 -2
  2380. package/src/styles/iframe-events/EventBookingView.scss +1 -1
  2381. package/src/styles/iframe-events/EventForm.scss +1 -1
  2382. package/src/styles/iframe-events/EventTables.scss +1 -1
  2383. package/src/styles/iframe-events/_index.scss +17 -17
  2384. package/src/styles/iframe-external-modal/IframeExternalModal.scss +5 -5
  2385. package/src/styles/iframe-external-modal/_index.scss +1 -1
  2386. package/src/styles/iframe-order-process/_index.scss +1 -1
  2387. package/src/styles/iframe-page/_index.scss +3 -3
  2388. package/src/styles/iframe-payments/_index.scss +1 -1
  2389. package/src/styles/layout/_index.scss +1 -1
  2390. package/src/styles/logo/Logo.scss +1 -1
  2391. package/src/styles/logo/_index.scss +1 -1
  2392. package/src/styles/modals/_index.scss +1 -1
  2393. package/src/styles/notification/Notification.scss +1 -1
  2394. package/src/styles/notification/_index.scss +1 -1
  2395. package/src/styles/order-items-table/_index.scss +1 -1
  2396. package/src/styles/overrides/_functions.scss +1 -1
  2397. package/src/styles/packages.scss +45 -45
  2398. package/src/styles/product-set/CreateProductSetItem.scss +3 -3
  2399. package/src/styles/product-set/EditZoneSettingModal.scss +13 -13
  2400. package/src/styles/product-set/ProductSetCard.scss +7 -7
  2401. package/src/styles/product-set/ProductSetForm.scss +8 -26
  2402. package/src/styles/product-set/ProductSetTabs.scss +2 -2
  2403. package/src/styles/product-set/_index.scss +14 -14
  2404. package/src/styles/providers/_index.scss +1 -1
  2405. package/src/styles/report/ReportCard.scss +4 -4
  2406. package/src/styles/report/ReportEditorModal.scss +3 -3
  2407. package/src/styles/report/ReportRunnerModal.scss +2 -2
  2408. package/src/styles/report/_index.scss +3 -3
  2409. package/src/styles/ryft-payment-form/_index.scss +1 -1
  2410. package/src/styles/sales/BookingResults.scss +1 -1
  2411. package/src/styles/sales/GuestProfile.scss +2 -2
  2412. package/src/styles/sales/LifeTimeSales.scss +1 -1
  2413. package/src/styles/sales/ManualBooking.scss +2 -2
  2414. package/src/styles/sales/SalesAndViews.scss +4 -4
  2415. package/src/styles/sales/SourceOfSales.scss +1 -1
  2416. package/src/styles/sales/_index.scss +16 -16
  2417. package/src/styles/setting/_index.scss +1 -1
  2418. package/src/styles/setting/dashboard/_index.scss +1 -1
  2419. package/src/styles/sidebar/_index.scss +1 -1
  2420. package/src/styles/sidebar/elements/_index.scss +1 -1
  2421. package/src/styles/skeleton/_index.scss +1 -1
  2422. package/src/styles/snippet-templates/SnippetTemplate.scss +1 -1
  2423. package/src/styles/snippet-templates/SnippetTemplateCard.scss +4 -4
  2424. package/src/styles/snippet-templates/_index.scss +2 -2
  2425. package/src/styles/sortable-field/_index.scss +1 -1
  2426. package/src/styles/sortable-tree/Item.scss +3 -3
  2427. package/src/styles/sortable-tree/_index.scss +1 -1
  2428. package/src/styles/static/CountrySelect.scss +1 -1
  2429. package/src/styles/static/Loader.scss +1 -1
  2430. package/src/styles/static/NumberInput.scss +1 -1
  2431. package/src/styles/static/SocialButton.scss +4 -4
  2432. package/src/styles/static/Switch.scss +1 -1
  2433. package/src/styles/static/Tabs.scss +2 -2
  2434. package/src/styles/static/UserBadge.scss +1 -1
  2435. package/src/styles/static/_index.scss +12 -12
  2436. package/src/styles/table/_index.scss +1 -1
  2437. package/src/styles/themes/bookedit/_fonts.scss +1 -1
  2438. package/src/styles/themes/bookedit/_variables.scss +69 -69
  2439. package/src/styles/themes/bookedit/index.scss +44 -44
  2440. package/src/styles/themes/licklist/_fonts.scss +1 -1
  2441. package/src/styles/themes/licklist/_variables.scss +2 -2
  2442. package/src/styles/themes/licklist/index.scss +40 -40
  2443. package/src/styles/tiptap-editor/TiptapEditor.scss +1 -1
  2444. package/src/styles/tiptap-editor/_index.scss +1 -1
  2445. package/src/styles/venue-map-sets/VenueMapSetCard.scss +6 -6
  2446. package/src/styles/venue-map-sets/_index.scss +2 -2
  2447. package/src/styles/zones/ZoneCard.scss +7 -7
  2448. package/src/styles/zones/_index.scss +3 -3
  2449. package/src/table/FilterHelperComponent.tsx +25 -25
  2450. package/src/table/MenuButton.tsx +33 -31
  2451. package/src/table/PaginationHelperComponent.tsx +26 -26
  2452. package/src/table/PerPageHelperComponent.tsx +14 -14
  2453. package/src/table/ReactTableHelperComponent.tsx +69 -67
  2454. package/src/table/StaticTable.tsx +19 -19
  2455. package/src/table/Table.stories.tsx +65 -65
  2456. package/src/table/TableHelperComponent.tsx +97 -97
  2457. package/src/table/hooks/useTableQueryOptions.ts +20 -20
  2458. package/src/table/index.ts +7 -7
  2459. package/src/table/types.ts +36 -32
  2460. package/src/table/utils/index.ts +9 -9
  2461. package/src/theme/Theme.stories.tsx +32 -32
  2462. package/src/tiptap-editor/TipTapEditor.stories.tsx +13 -13
  2463. package/src/tiptap-editor/TipTapEditor.tsx +43 -43
  2464. package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +14 -14
  2465. package/src/tiptap-editor/TipTapMenu/TipTapMenu.tsx +33 -33
  2466. package/src/tiptap-editor/TipTapMenu/components/TipTapMenuItem.tsx +13 -13
  2467. package/src/tiptap-editor/TipTapMenu/components/index.ts +1 -1
  2468. package/src/tiptap-editor/TipTapMenu/extensions/EMOJIS.ts +24 -24
  2469. package/src/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.ts +49 -45
  2470. package/src/tiptap-editor/TipTapMenu/extensions/utils.ts +6 -6
  2471. package/src/tiptap-editor/TipTapMenu/index.ts +1 -1
  2472. package/src/tiptap-editor/index.ts +1 -1
  2473. package/src/typeahead/Typeahead.stories.tsx +10 -10
  2474. package/src/typeahead/Typeahead.tsx +27 -41
  2475. package/src/typeahead/index.ts +1 -1
  2476. package/src/typeahead-helper/TypeaheadHelperComponent.tsx +68 -69
  2477. package/src/typeahead-helper/index.ts +1 -1
  2478. package/src/types/bookings.ts +4 -4
  2479. package/src/types/categories.ts +7 -7
  2480. package/src/types/currency.ts +3 -3
  2481. package/src/types/generic/SelectItem.ts +3 -3
  2482. package/src/types/iframe.ts +2 -2
  2483. package/src/types/index.ts +1 -1
  2484. package/src/types/provider-links.ts +6 -6
  2485. package/src/types/static/HTMLInputDateElement.ts +1 -1
  2486. package/src/types/static/ILoaderOptions.ts +20 -20
  2487. package/src/typings.d.ts +21 -21
  2488. package/src/venue-map-sets/card/VenueMapCard.stories.tsx +8 -8
  2489. package/src/venue-map-sets/card/VenueMapSetCard.tsx +27 -27
  2490. package/src/venue-map-sets/card/index.ts +1 -1
  2491. package/src/venue-map-sets/form/VenueMapSetForm.stories.tsx +22 -22
  2492. package/src/venue-map-sets/form/VenueMapSetForm.tsx +23 -23
  2493. package/src/venue-map-sets/form/components/NameControl.tsx +28 -28
  2494. package/src/venue-map-sets/form/components/VenueMapControl.tsx +52 -50
  2495. package/src/venue-map-sets/form/components/VenueMapImageControl.tsx +41 -41
  2496. package/src/venue-map-sets/form/components/VenueMapModal.tsx +49 -49
  2497. package/src/venue-map-sets/form/components/VenueMapsControl.tsx +62 -60
  2498. package/src/venue-map-sets/form/index.ts +2 -2
  2499. package/src/venue-map-sets/form/types/index.ts +15 -15
  2500. package/src/venue-map-sets/form/utils/index.ts +23 -25
  2501. package/src/venue-map-sets/index.ts +2 -2
  2502. package/src/virtualized/components/VirtualizedGrid.tsx +10 -10
  2503. package/src/virtualized/components/VirtualizedWindowScroller.stories.tsx +12 -12
  2504. package/src/virtualized/components/VirtualizedWindowScroller.tsx +28 -26
  2505. package/src/virtualized/context/VirtualizedContext.tsx +14 -15
  2506. package/src/virtualized/context/index.ts +1 -1
  2507. package/src/virtualized/index.ts +3 -3
  2508. package/src/zone/card/ZoneCard.stories.tsx +7 -7
  2509. package/src/zone/card/ZoneCard.tsx +27 -27
  2510. package/src/zone/card/index.ts +2 -2
  2511. package/src/zone/form/ZoneForm.stories.tsx +10 -10
  2512. package/src/zone/form/ZoneForm.tsx +34 -34
  2513. package/src/zone/form/components/AvailableTimesControl.tsx +60 -56
  2514. package/src/zone/form/components/DescriptionControl.tsx +20 -20
  2515. package/src/zone/form/components/GameDurationControl.tsx +19 -19
  2516. package/src/zone/form/components/NameControl.tsx +22 -22
  2517. package/src/zone/form/components/SortControl.tsx +22 -22
  2518. package/src/zone/form/components/ZoneControl.tsx +40 -38
  2519. package/src/zone/form/components/ZoneImageControl.tsx +36 -36
  2520. package/src/zone/form/components/ZoneRecurrenceControl.tsx +22 -21
  2521. package/src/zone/form/components/ZoneRecurrencesControl.tsx +79 -74
  2522. package/src/zone/form/components/ZoneTypeControl.tsx +26 -24
  2523. package/src/zone/form/index.ts +2 -2
  2524. package/src/zone/form/utils/dates.ts +32 -32
  2525. package/src/zone/index.ts +2 -2
  2526. package/vite.config.ts +14 -14
  2527. package/yarn.lock +120 -90
  2528. package/dist/product-set/form/ProductSetNameControl.d.ts +0 -6
  2529. package/dist/product-set/form/ProductSetNameControl.d.ts.map +0 -1
  2530. package/dist/product-set/form/ProductSetNameControl.js +0 -35
  2531. package/src/product-set/form/ProductSetNameControl.tsx +0 -27
@@ -1,574 +1,574 @@
1
- import { Meta } from '@storybook/react'
2
- import { boolean, text } from '@storybook/addon-knobs'
1
+ import { Meta } from "@storybook/react";
2
+ import { boolean, text } from "@storybook/addon-knobs";
3
3
 
4
- import { IframeEventCard } from './IframeEventCard'
4
+ import { IframeEventCard } from "./IframeEventCard";
5
5
 
6
6
  export default {
7
- title: 'Iframe/Event/Cards',
7
+ title: "Iframe/Event/Cards",
8
8
  component: IframeEventCard,
9
- } as Meta
9
+ } as Meta;
10
10
 
11
11
  const DEFAULT_IMAGE =
12
- 'https://images.unsplash.com/photo-1638988319382-90e61be77c59?ixlib=rb-1.2.1&auto=format&fit=crop&w=687&q=80'
12
+ "https://images.unsplash.com/photo-1638988319382-90e61be77c59?ixlib=rb-1.2.1&auto=format&fit=crop&w=687&q=80";
13
13
 
14
14
  const MOCK_IFRAMES = [
15
15
  {
16
- id: '486',
17
- title: 'Cupcake event',
18
- startAt: 'Wed Sep 07 2022 16:34:00 GMT+0300 (Eastern European Summer Time)',
19
- colour: '',
16
+ id: "486",
17
+ title: "Cupcake event",
18
+ startAt: "Wed Sep 07 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
19
+ colour: "",
20
20
  imgSrc: DEFAULT_IMAGE,
21
21
  eventId: 1179,
22
- type: '14:34 - 12:34',
22
+ type: "14:34 - 12:34",
23
23
  cost: 80,
24
24
  description: null,
25
25
  },
26
26
  {
27
- id: '294',
28
- title: 'Check event',
29
- startAt: 'Wed Sep 07 2022 17:20:00 GMT+0300 (Eastern European Summer Time)',
30
- colour: '',
27
+ id: "294",
28
+ title: "Check event",
29
+ startAt: "Wed Sep 07 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
30
+ colour: "",
31
31
  imgSrc: DEFAULT_IMAGE,
32
32
  eventId: 1112,
33
- type: 'from 15:20',
33
+ type: "from 15:20",
34
34
  cost: 14,
35
35
  description:
36
- '<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>',
36
+ "<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
37
37
  },
38
38
  {
39
- id: '532',
40
- title: 'EVENTEVENT',
41
- startAt: 'Wed Sep 07 2022 17:55:00 GMT+0300 (Eastern European Summer Time)',
42
- colour: '',
39
+ id: "532",
40
+ title: "EVENTEVENT",
41
+ startAt: "Wed Sep 07 2022 17:55:00 GMT+0300 (Eastern European Summer Time)",
42
+ colour: "",
43
43
  imgSrc: DEFAULT_IMAGE,
44
44
  eventId: 1180,
45
- type: '15:55 - 17:55',
45
+ type: "15:55 - 17:55",
46
46
  cost: 14,
47
- description: '<p>Description</p>',
47
+ description: "<p>Description</p>",
48
48
  },
49
49
  {
50
- id: '349',
51
- title: 'Testing Date/End event',
52
- startAt: 'Thu Sep 08 2022 00:04:00 GMT+0300 (Eastern European Summer Time)',
53
- colour: '',
50
+ id: "349",
51
+ title: "Testing Date/End event",
52
+ startAt: "Thu Sep 08 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
53
+ colour: "",
54
54
  imgSrc: DEFAULT_IMAGE,
55
55
  eventId: 1170,
56
- type: 'from 22:04',
56
+ type: "from 22:04",
57
57
  description:
58
- '<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>',
58
+ "<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
59
59
  },
60
60
  {
61
- id: '382',
62
- title: 'Date testing 2',
63
- startAt: 'Thu Sep 08 2022 14:20:00 GMT+0300 (Eastern European Summer Time)',
64
- colour: '',
61
+ id: "382",
62
+ title: "Date testing 2",
63
+ startAt: "Thu Sep 08 2022 14:20:00 GMT+0300 (Eastern European Summer Time)",
64
+ colour: "",
65
65
  imgSrc: DEFAULT_IMAGE,
66
66
  eventId: 1172,
67
- type: '12:20 - 10:19',
67
+ type: "12:20 - 10:19",
68
68
  description: null,
69
69
  },
70
70
  {
71
- id: '487',
72
- title: 'Cupcake event',
73
- startAt: 'Thu Sep 08 2022 16:34:00 GMT+0300 (Eastern European Summer Time)',
74
- colour: '',
71
+ id: "487",
72
+ title: "Cupcake event",
73
+ startAt: "Thu Sep 08 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
74
+ colour: "",
75
75
  imgSrc: DEFAULT_IMAGE,
76
76
  eventId: 1179,
77
- type: '14:34 - 12:34',
77
+ type: "14:34 - 12:34",
78
78
  cost: 80,
79
79
  description: null,
80
80
  },
81
81
  {
82
- id: '295',
83
- title: 'Check event',
84
- startAt: 'Thu Sep 08 2022 17:20:00 GMT+0300 (Eastern European Summer Time)',
85
- colour: '',
82
+ id: "295",
83
+ title: "Check event",
84
+ startAt: "Thu Sep 08 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
85
+ colour: "",
86
86
  imgSrc: DEFAULT_IMAGE,
87
87
  eventId: 1112,
88
- type: 'from 15:20',
88
+ type: "from 15:20",
89
89
  cost: 14,
90
90
  description:
91
- '<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>',
91
+ "<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
92
92
  },
93
93
  {
94
- id: '331',
95
- title: 'Solo Party27',
96
- startAt: 'Thu Sep 08 2022 20:15:00 GMT+0300 (Eastern European Summer Time)',
97
- colour: '',
94
+ id: "331",
95
+ title: "Solo Party27",
96
+ startAt: "Thu Sep 08 2022 20:15:00 GMT+0300 (Eastern European Summer Time)",
97
+ colour: "",
98
98
  imgSrc: DEFAULT_IMAGE,
99
99
  eventId: 1149,
100
- type: '18:15 - 10:22',
100
+ type: "18:15 - 10:22",
101
101
  cost: 66,
102
102
  description: null,
103
103
  },
104
104
  {
105
- id: '350',
106
- title: 'Testing Date/End event',
107
- startAt: 'Fri Sep 09 2022 00:04:00 GMT+0300 (Eastern European Summer Time)',
108
- colour: '',
105
+ id: "350",
106
+ title: "Testing Date/End event",
107
+ startAt: "Fri Sep 09 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
108
+ colour: "",
109
109
  imgSrc: DEFAULT_IMAGE,
110
110
  eventId: 1170,
111
- type: 'from 22:04',
111
+ type: "from 22:04",
112
112
  description:
113
- '<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>',
113
+ "<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
114
114
  },
115
115
  {
116
- id: '488',
117
- title: 'Cupcake event',
118
- startAt: 'Fri Sep 09 2022 16:34:00 GMT+0300 (Eastern European Summer Time)',
119
- colour: '',
116
+ id: "488",
117
+ title: "Cupcake event",
118
+ startAt: "Fri Sep 09 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
119
+ colour: "",
120
120
  imgSrc: DEFAULT_IMAGE,
121
121
  eventId: 1179,
122
- type: '14:34 - 12:34',
122
+ type: "14:34 - 12:34",
123
123
  cost: 80,
124
124
  description: null,
125
125
  },
126
126
  {
127
- id: '296',
128
- title: 'Check event',
129
- startAt: 'Fri Sep 09 2022 17:20:00 GMT+0300 (Eastern European Summer Time)',
130
- colour: '',
127
+ id: "296",
128
+ title: "Check event",
129
+ startAt: "Fri Sep 09 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
130
+ colour: "",
131
131
  imgSrc: DEFAULT_IMAGE,
132
132
  eventId: 1112,
133
- type: 'from 15:20',
133
+ type: "from 15:20",
134
134
  cost: 14,
135
135
  description:
136
- '<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>',
136
+ "<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
137
137
  },
138
138
  {
139
- id: '386',
140
- title: 'PenEvent',
141
- startAt: 'Fri Sep 09 2022 17:27:00 GMT+0300 (Eastern European Summer Time)',
142
- colour: '',
139
+ id: "386",
140
+ title: "PenEvent",
141
+ startAt: "Fri Sep 09 2022 17:27:00 GMT+0300 (Eastern European Summer Time)",
142
+ colour: "",
143
143
  imgSrc: DEFAULT_IMAGE,
144
144
  eventId: 1174,
145
- type: '15:27 - 11:27',
145
+ type: "15:27 - 11:27",
146
146
  cost: 14,
147
147
  description: null,
148
148
  },
149
149
  {
150
- id: '533',
151
- title: 'EVENTEVENT',
152
- startAt: 'Fri Sep 09 2022 17:55:00 GMT+0300 (Eastern European Summer Time)',
153
- colour: '',
150
+ id: "533",
151
+ title: "EVENTEVENT",
152
+ startAt: "Fri Sep 09 2022 17:55:00 GMT+0300 (Eastern European Summer Time)",
153
+ colour: "",
154
154
  imgSrc: DEFAULT_IMAGE,
155
155
  eventId: 1180,
156
- type: '15:55 - 17:55',
156
+ type: "15:55 - 17:55",
157
157
  cost: 14,
158
- description: '<p>Description</p>',
158
+ description: "<p>Description</p>",
159
159
  },
160
160
  {
161
- id: '427',
162
- title: 'EVENT-11August',
163
- startAt: 'Fri Sep 09 2022 21:12:00 GMT+0300 (Eastern European Summer Time)',
164
- colour: '',
161
+ id: "427",
162
+ title: "EVENT-11August",
163
+ startAt: "Fri Sep 09 2022 21:12:00 GMT+0300 (Eastern European Summer Time)",
164
+ colour: "",
165
165
  imgSrc: DEFAULT_IMAGE,
166
166
  eventId: 1175,
167
- type: '19:12 - 17:12',
167
+ type: "19:12 - 17:12",
168
168
  cost: 15,
169
169
  description:
170
- '<p><strong>On the other hand, we denoun</strong>ce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty throug<strong>h weakness of will, which is the same as</strong></p><p><strong> saying through shrinking from toil and pain. These cases are perfectly</strong></p><p><strong> simple and easy to distinguish. In </strong>a free hour, when our power of</p><p> choice is untramm<s>elled and when nothing prevents our being able to do</s></p><p><s> what we like best, every ple<em>asure is to be welcomed and every pain</em></s></p><p><s><em> avoided. But in certain circumstances and owing to the claims of duty</em></s></p><p><s><em> or the obligations of business </em>it will frequently occur that pleasures</s></p><p><s> have to be repudiated and annoyances accepted. The wise man therefore</s></p><p><s> always holds in these m</s>atters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>',
170
+ "<p><strong>On the other hand, we denoun</strong>ce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty throug<strong>h weakness of will, which is the same as</strong></p><p><strong> saying through shrinking from toil and pain. These cases are perfectly</strong></p><p><strong> simple and easy to distinguish. In </strong>a free hour, when our power of</p><p> choice is untramm<s>elled and when nothing prevents our being able to do</s></p><p><s> what we like best, every ple<em>asure is to be welcomed and every pain</em></s></p><p><s><em> avoided. But in certain circumstances and owing to the claims of duty</em></s></p><p><s><em> or the obligations of business </em>it will frequently occur that pleasures</s></p><p><s> have to be repudiated and annoyances accepted. The wise man therefore</s></p><p><s> always holds in these m</s>atters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
171
171
  },
172
172
  {
173
- id: '351',
174
- title: 'Testing Date/End event',
175
- startAt: 'Sat Sep 10 2022 00:04:00 GMT+0300 (Eastern European Summer Time)',
176
- colour: '',
173
+ id: "351",
174
+ title: "Testing Date/End event",
175
+ startAt: "Sat Sep 10 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
176
+ colour: "",
177
177
  imgSrc: DEFAULT_IMAGE,
178
178
  eventId: 1170,
179
- type: 'from 22:04',
179
+ type: "from 22:04",
180
180
  description:
181
- '<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>',
181
+ "<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
182
182
  },
183
183
  {
184
- id: '283',
185
- title: 'Modified 2',
186
- startAt: 'Sat Sep 10 2022 15:12:00 GMT+0300 (Eastern European Summer Time)',
187
- colour: '',
184
+ id: "283",
185
+ title: "Modified 2",
186
+ startAt: "Sat Sep 10 2022 15:12:00 GMT+0300 (Eastern European Summer Time)",
187
+ colour: "",
188
188
  imgSrc: DEFAULT_IMAGE,
189
189
  eventId: 1107,
190
- type: 'from 13:12',
190
+ type: "from 13:12",
191
191
  cost: 14,
192
- description: '<p>New Modified 12346</p>',
192
+ description: "<p>New Modified 12346</p>",
193
193
  },
194
194
  {
195
- id: '489',
196
- title: 'Cupcake event',
197
- startAt: 'Sat Sep 10 2022 16:34:00 GMT+0300 (Eastern European Summer Time)',
198
- colour: '',
195
+ id: "489",
196
+ title: "Cupcake event",
197
+ startAt: "Sat Sep 10 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
198
+ colour: "",
199
199
  imgSrc: DEFAULT_IMAGE,
200
200
  eventId: 1179,
201
- type: '14:34 - 12:34',
201
+ type: "14:34 - 12:34",
202
202
  cost: 80,
203
203
  description: null,
204
204
  },
205
205
  {
206
- id: '297',
207
- title: 'Check event',
208
- startAt: 'Sat Sep 10 2022 17:20:00 GMT+0300 (Eastern European Summer Time)',
209
- colour: '',
206
+ id: "297",
207
+ title: "Check event",
208
+ startAt: "Sat Sep 10 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
209
+ colour: "",
210
210
  imgSrc: DEFAULT_IMAGE,
211
211
  eventId: 1112,
212
- type: 'from 15:20',
212
+ type: "from 15:20",
213
213
  cost: 14,
214
214
  description:
215
- '<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>',
215
+ "<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
216
216
  },
217
217
  {
218
- id: '387',
219
- title: 'PenEvent',
220
- startAt: 'Sat Sep 10 2022 17:27:00 GMT+0300 (Eastern European Summer Time)',
221
- colour: '',
218
+ id: "387",
219
+ title: "PenEvent",
220
+ startAt: "Sat Sep 10 2022 17:27:00 GMT+0300 (Eastern European Summer Time)",
221
+ colour: "",
222
222
  imgSrc: DEFAULT_IMAGE,
223
223
  eventId: 1174,
224
- type: '15:27 - 11:27',
224
+ type: "15:27 - 11:27",
225
225
  cost: 14,
226
226
  description: null,
227
227
  },
228
228
  {
229
- id: '332',
230
- title: 'Solo Party27',
231
- startAt: 'Sat Sep 10 2022 20:15:00 GMT+0300 (Eastern European Summer Time)',
232
- colour: '',
229
+ id: "332",
230
+ title: "Solo Party27",
231
+ startAt: "Sat Sep 10 2022 20:15:00 GMT+0300 (Eastern European Summer Time)",
232
+ colour: "",
233
233
  imgSrc: DEFAULT_IMAGE,
234
234
  eventId: 1149,
235
- type: '18:15 - 10:22',
235
+ type: "18:15 - 10:22",
236
236
  cost: 66,
237
237
  description: null,
238
238
  },
239
239
  {
240
- id: '352',
241
- title: 'Testing Date/End event',
242
- startAt: 'Sun Sep 11 2022 00:04:00 GMT+0300 (Eastern European Summer Time)',
243
- colour: '',
240
+ id: "352",
241
+ title: "Testing Date/End event",
242
+ startAt: "Sun Sep 11 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
243
+ colour: "",
244
244
  imgSrc: DEFAULT_IMAGE,
245
245
  eventId: 1170,
246
- type: 'from 22:04',
246
+ type: "from 22:04",
247
247
  description:
248
- '<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>',
248
+ "<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
249
249
  },
250
250
  {
251
- id: '298',
252
- title: 'Check event',
253
- startAt: 'Sun Sep 11 2022 17:20:00 GMT+0300 (Eastern European Summer Time)',
254
- colour: '',
251
+ id: "298",
252
+ title: "Check event",
253
+ startAt: "Sun Sep 11 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
254
+ colour: "",
255
255
  imgSrc: DEFAULT_IMAGE,
256
256
  eventId: 1112,
257
- type: 'from 15:20',
257
+ type: "from 15:20",
258
258
  cost: 14,
259
259
  description:
260
- '<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>',
260
+ "<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
261
261
  },
262
262
  {
263
- id: '353',
264
- title: 'Testing Date/End event',
265
- startAt: 'Mon Sep 12 2022 00:04:00 GMT+0300 (Eastern European Summer Time)',
266
- colour: '',
263
+ id: "353",
264
+ title: "Testing Date/End event",
265
+ startAt: "Mon Sep 12 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
266
+ colour: "",
267
267
  imgSrc: DEFAULT_IMAGE,
268
268
  eventId: 1170,
269
- type: 'from 22:04',
269
+ type: "from 22:04",
270
270
  description:
271
- '<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>',
271
+ "<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
272
272
  },
273
273
  {
274
- id: '490',
275
- title: 'Cupcake event',
276
- startAt: 'Mon Sep 12 2022 16:34:00 GMT+0300 (Eastern European Summer Time)',
277
- colour: '',
274
+ id: "490",
275
+ title: "Cupcake event",
276
+ startAt: "Mon Sep 12 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
277
+ colour: "",
278
278
  imgSrc: DEFAULT_IMAGE,
279
279
  eventId: 1179,
280
- type: '14:34 - 12:34',
280
+ type: "14:34 - 12:34",
281
281
  cost: 80,
282
282
  description: null,
283
283
  },
284
284
  {
285
- id: '299',
286
- title: 'Check event',
287
- startAt: 'Mon Sep 12 2022 17:20:00 GMT+0300 (Eastern European Summer Time)',
288
- colour: '',
285
+ id: "299",
286
+ title: "Check event",
287
+ startAt: "Mon Sep 12 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
288
+ colour: "",
289
289
  imgSrc: DEFAULT_IMAGE,
290
290
  eventId: 1112,
291
- type: 'from 15:20',
291
+ type: "from 15:20",
292
292
  cost: 14,
293
293
  description:
294
- '<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>',
294
+ "<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
295
295
  },
296
296
  {
297
- id: '388',
298
- title: 'PenEvent',
299
- startAt: 'Mon Sep 12 2022 17:27:00 GMT+0300 (Eastern European Summer Time)',
300
- colour: '',
297
+ id: "388",
298
+ title: "PenEvent",
299
+ startAt: "Mon Sep 12 2022 17:27:00 GMT+0300 (Eastern European Summer Time)",
300
+ colour: "",
301
301
  imgSrc: DEFAULT_IMAGE,
302
302
  eventId: 1174,
303
- type: '15:27 - 11:27',
303
+ type: "15:27 - 11:27",
304
304
  cost: 14,
305
305
  description: null,
306
306
  },
307
307
  {
308
- id: '534',
309
- title: 'EVENTEVENT',
310
- startAt: 'Mon Sep 12 2022 17:55:00 GMT+0300 (Eastern European Summer Time)',
311
- colour: '',
308
+ id: "534",
309
+ title: "EVENTEVENT",
310
+ startAt: "Mon Sep 12 2022 17:55:00 GMT+0300 (Eastern European Summer Time)",
311
+ colour: "",
312
312
  imgSrc: DEFAULT_IMAGE,
313
313
  eventId: 1180,
314
- type: '15:55 - 17:55',
314
+ type: "15:55 - 17:55",
315
315
  cost: 14,
316
- description: '<p>Description</p>',
316
+ description: "<p>Description</p>",
317
317
  },
318
318
  {
319
- id: '354',
320
- title: 'Testing Date/End event',
321
- startAt: 'Tue Sep 13 2022 00:04:00 GMT+0300 (Eastern European Summer Time)',
322
- colour: '',
319
+ id: "354",
320
+ title: "Testing Date/End event",
321
+ startAt: "Tue Sep 13 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
322
+ colour: "",
323
323
  imgSrc: DEFAULT_IMAGE,
324
324
  eventId: 1170,
325
- type: 'from 22:04',
325
+ type: "from 22:04",
326
326
  description:
327
- '<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>',
327
+ "<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
328
328
  },
329
329
  {
330
- id: '300',
331
- title: 'Check event',
332
- startAt: 'Tue Sep 13 2022 17:20:00 GMT+0300 (Eastern European Summer Time)',
333
- colour: '',
330
+ id: "300",
331
+ title: "Check event",
332
+ startAt: "Tue Sep 13 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
333
+ colour: "",
334
334
  imgSrc: DEFAULT_IMAGE,
335
335
  eventId: 1112,
336
- type: 'from 15:20',
336
+ type: "from 15:20",
337
337
  cost: 14,
338
338
  description:
339
- '<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>',
339
+ "<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
340
340
  },
341
341
  {
342
- id: '389',
343
- title: 'PenEvent',
344
- startAt: 'Tue Sep 13 2022 17:27:00 GMT+0300 (Eastern European Summer Time)',
345
- colour: '',
342
+ id: "389",
343
+ title: "PenEvent",
344
+ startAt: "Tue Sep 13 2022 17:27:00 GMT+0300 (Eastern European Summer Time)",
345
+ colour: "",
346
346
  imgSrc: DEFAULT_IMAGE,
347
347
  eventId: 1174,
348
- type: '15:27 - 11:27',
348
+ type: "15:27 - 11:27",
349
349
  cost: 14,
350
350
  description: null,
351
351
  },
352
352
  {
353
- id: '333',
354
- title: 'Solo Party27',
355
- startAt: 'Tue Sep 13 2022 20:15:00 GMT+0300 (Eastern European Summer Time)',
356
- colour: '',
353
+ id: "333",
354
+ title: "Solo Party27",
355
+ startAt: "Tue Sep 13 2022 20:15:00 GMT+0300 (Eastern European Summer Time)",
356
+ colour: "",
357
357
  imgSrc: DEFAULT_IMAGE,
358
358
  eventId: 1149,
359
- type: '18:15 - 10:22',
359
+ type: "18:15 - 10:22",
360
360
  cost: 66,
361
361
  description: null,
362
362
  },
363
363
  {
364
- id: '340',
365
- title: 'Solo2 Party',
366
- startAt: 'Tue Sep 13 2022 20:18:00 GMT+0300 (Eastern European Summer Time)',
367
- colour: '',
364
+ id: "340",
365
+ title: "Solo2 Party",
366
+ startAt: "Tue Sep 13 2022 20:18:00 GMT+0300 (Eastern European Summer Time)",
367
+ colour: "",
368
368
  imgSrc: DEFAULT_IMAGE,
369
369
  eventId: 1161,
370
- type: '18:18 - 10:14',
370
+ type: "18:18 - 10:14",
371
371
  cost: 66,
372
372
  description:
373
- '<blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></blockquote>',
373
+ "<blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></blockquote>",
374
374
  },
375
375
  {
376
- id: '355',
377
- title: 'Testing Date/End event',
378
- startAt: 'Wed Sep 14 2022 00:04:00 GMT+0300 (Eastern European Summer Time)',
379
- colour: '',
376
+ id: "355",
377
+ title: "Testing Date/End event",
378
+ startAt: "Wed Sep 14 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
379
+ colour: "",
380
380
  imgSrc: DEFAULT_IMAGE,
381
381
  eventId: 1170,
382
- type: 'from 22:04',
382
+ type: "from 22:04",
383
383
  description:
384
- '<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>',
384
+ "<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
385
385
  },
386
386
  {
387
- id: '491',
388
- title: 'Cupcake event',
389
- startAt: 'Wed Sep 14 2022 16:34:00 GMT+0300 (Eastern European Summer Time)',
390
- colour: '',
387
+ id: "491",
388
+ title: "Cupcake event",
389
+ startAt: "Wed Sep 14 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
390
+ colour: "",
391
391
  imgSrc: DEFAULT_IMAGE,
392
392
  eventId: 1179,
393
- type: '14:34 - 12:34',
393
+ type: "14:34 - 12:34",
394
394
  cost: 80,
395
395
  description: null,
396
396
  },
397
397
  {
398
- id: '301',
399
- title: 'Check event',
400
- startAt: 'Wed Sep 14 2022 17:20:00 GMT+0300 (Eastern European Summer Time)',
401
- colour: '',
398
+ id: "301",
399
+ title: "Check event",
400
+ startAt: "Wed Sep 14 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
401
+ colour: "",
402
402
  imgSrc: DEFAULT_IMAGE,
403
403
  eventId: 1112,
404
- type: 'from 15:20',
404
+ type: "from 15:20",
405
405
  cost: 14,
406
406
  description:
407
- '<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>',
407
+ "<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
408
408
  },
409
409
  {
410
- id: '535',
411
- title: 'EVENTEVENT',
412
- startAt: 'Wed Sep 14 2022 17:55:00 GMT+0300 (Eastern European Summer Time)',
413
- colour: '',
410
+ id: "535",
411
+ title: "EVENTEVENT",
412
+ startAt: "Wed Sep 14 2022 17:55:00 GMT+0300 (Eastern European Summer Time)",
413
+ colour: "",
414
414
  imgSrc: DEFAULT_IMAGE,
415
415
  eventId: 1180,
416
- type: '15:55 - 17:55',
416
+ type: "15:55 - 17:55",
417
417
  cost: 14,
418
- description: '<p>Description</p>',
418
+ description: "<p>Description</p>",
419
419
  },
420
420
  {
421
- id: '356',
422
- title: 'Testing Date/End event',
423
- startAt: 'Thu Sep 15 2022 00:04:00 GMT+0300 (Eastern European Summer Time)',
424
- colour: '',
421
+ id: "356",
422
+ title: "Testing Date/End event",
423
+ startAt: "Thu Sep 15 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
424
+ colour: "",
425
425
  imgSrc: DEFAULT_IMAGE,
426
426
  eventId: 1170,
427
- type: 'from 22:04',
427
+ type: "from 22:04",
428
428
  description:
429
- '<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>',
429
+ "<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
430
430
  },
431
431
  {
432
- id: '383',
433
- title: 'Date testing 2',
434
- startAt: 'Thu Sep 15 2022 14:20:00 GMT+0300 (Eastern European Summer Time)',
435
- colour: '',
432
+ id: "383",
433
+ title: "Date testing 2",
434
+ startAt: "Thu Sep 15 2022 14:20:00 GMT+0300 (Eastern European Summer Time)",
435
+ colour: "",
436
436
  imgSrc: DEFAULT_IMAGE,
437
437
  eventId: 1172,
438
- type: '12:20 - 10:19',
438
+ type: "12:20 - 10:19",
439
439
  description: null,
440
440
  },
441
441
  {
442
- id: '492',
443
- title: 'Cupcake event',
444
- startAt: 'Thu Sep 15 2022 16:34:00 GMT+0300 (Eastern European Summer Time)',
445
- colour: '',
442
+ id: "492",
443
+ title: "Cupcake event",
444
+ startAt: "Thu Sep 15 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
445
+ colour: "",
446
446
  imgSrc: DEFAULT_IMAGE,
447
447
  eventId: 1179,
448
- type: '14:34 - 12:34',
448
+ type: "14:34 - 12:34",
449
449
  cost: 80,
450
450
  description: null,
451
451
  },
452
452
  {
453
- id: '302',
454
- title: 'Check event',
455
- startAt: 'Thu Sep 15 2022 17:20:00 GMT+0300 (Eastern European Summer Time)',
456
- colour: '',
453
+ id: "302",
454
+ title: "Check event",
455
+ startAt: "Thu Sep 15 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
456
+ colour: "",
457
457
  imgSrc: DEFAULT_IMAGE,
458
458
  eventId: 1112,
459
- type: 'from 15:20',
459
+ type: "from 15:20",
460
460
  cost: 14,
461
461
  description:
462
- '<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>',
462
+ "<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
463
463
  },
464
464
  {
465
- id: '334',
466
- title: 'Solo Party27',
467
- startAt: 'Thu Sep 15 2022 20:15:00 GMT+0300 (Eastern European Summer Time)',
468
- colour: '',
465
+ id: "334",
466
+ title: "Solo Party27",
467
+ startAt: "Thu Sep 15 2022 20:15:00 GMT+0300 (Eastern European Summer Time)",
468
+ colour: "",
469
469
  imgSrc: DEFAULT_IMAGE,
470
470
  eventId: 1149,
471
- type: '18:15 - 10:22',
471
+ type: "18:15 - 10:22",
472
472
  cost: 66,
473
473
  description: null,
474
474
  },
475
475
  {
476
- id: '357',
477
- title: 'Testing Date/End event',
478
- startAt: 'Fri Sep 16 2022 00:04:00 GMT+0300 (Eastern European Summer Time)',
479
- colour: '',
476
+ id: "357",
477
+ title: "Testing Date/End event",
478
+ startAt: "Fri Sep 16 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
479
+ colour: "",
480
480
  imgSrc: DEFAULT_IMAGE,
481
481
  eventId: 1170,
482
- type: 'from 22:04',
482
+ type: "from 22:04",
483
483
  description:
484
- '<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>',
484
+ "<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
485
485
  },
486
486
  {
487
- id: '493',
488
- title: 'Cupcake event',
489
- startAt: 'Fri Sep 16 2022 16:34:00 GMT+0300 (Eastern European Summer Time)',
490
- colour: '',
487
+ id: "493",
488
+ title: "Cupcake event",
489
+ startAt: "Fri Sep 16 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
490
+ colour: "",
491
491
  imgSrc: DEFAULT_IMAGE,
492
492
  eventId: 1179,
493
- type: '14:34 - 12:34',
493
+ type: "14:34 - 12:34",
494
494
  cost: 80,
495
495
  description: null,
496
496
  },
497
497
  {
498
- id: '303',
499
- title: 'Check event',
500
- startAt: 'Fri Sep 16 2022 17:20:00 GMT+0300 (Eastern European Summer Time)',
501
- colour: '',
498
+ id: "303",
499
+ title: "Check event",
500
+ startAt: "Fri Sep 16 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
501
+ colour: "",
502
502
  imgSrc: DEFAULT_IMAGE,
503
503
  eventId: 1112,
504
- type: 'from 15:20',
504
+ type: "from 15:20",
505
505
  cost: 14,
506
506
  description:
507
- '<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>',
507
+ "<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
508
508
  },
509
509
  {
510
- id: '390',
511
- title: 'PenEvent',
512
- startAt: 'Fri Sep 16 2022 17:27:00 GMT+0300 (Eastern European Summer Time)',
513
- colour: '',
510
+ id: "390",
511
+ title: "PenEvent",
512
+ startAt: "Fri Sep 16 2022 17:27:00 GMT+0300 (Eastern European Summer Time)",
513
+ colour: "",
514
514
  imgSrc: DEFAULT_IMAGE,
515
515
  eventId: 1174,
516
- type: '15:27 - 11:27',
516
+ type: "15:27 - 11:27",
517
517
  cost: 14,
518
518
  description: null,
519
519
  },
520
520
  {
521
- id: '536',
522
- title: 'EVENTEVENT',
523
- startAt: 'Fri Sep 16 2022 17:55:00 GMT+0300 (Eastern European Summer Time)',
524
- colour: '',
521
+ id: "536",
522
+ title: "EVENTEVENT",
523
+ startAt: "Fri Sep 16 2022 17:55:00 GMT+0300 (Eastern European Summer Time)",
524
+ colour: "",
525
525
  imgSrc: DEFAULT_IMAGE,
526
526
  eventId: 1180,
527
- type: '15:55 - 17:55',
527
+ type: "15:55 - 17:55",
528
528
  cost: 14,
529
- description: '<p>Description</p>',
529
+ description: "<p>Description</p>",
530
530
  },
531
531
  {
532
- id: '428',
533
- title: 'EVENT-11August',
534
- startAt: 'Fri Sep 16 2022 21:12:00 GMT+0300 (Eastern European Summer Time)',
535
- colour: '',
532
+ id: "428",
533
+ title: "EVENT-11August",
534
+ startAt: "Fri Sep 16 2022 21:12:00 GMT+0300 (Eastern European Summer Time)",
535
+ colour: "",
536
536
  imgSrc: DEFAULT_IMAGE,
537
537
  eventId: 1175,
538
- type: '19:12 - 17:12',
538
+ type: "19:12 - 17:12",
539
539
  cost: 15,
540
540
  description:
541
- '<p><strong>On the other hand, we denoun</strong>ce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty throug<strong>h weakness of will, which is the same as</strong></p><p><strong> saying through shrinking from toil and pain. These cases are perfectly</strong></p><p><strong> simple and easy to distinguish. In </strong>a free hour, when our power of</p><p> choice is untramm<s>elled and when nothing prevents our being able to do</s></p><p><s> what we like best, every ple<em>asure is to be welcomed and every pain</em></s></p><p><s><em> avoided. But in certain circumstances and owing to the claims of duty</em></s></p><p><s><em> or the obligations of business </em>it will frequently occur that pleasures</s></p><p><s> have to be repudiated and annoyances accepted. The wise man therefore</s></p><p><s> always holds in these m</s>atters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>',
541
+ "<p><strong>On the other hand, we denoun</strong>ce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty throug<strong>h weakness of will, which is the same as</strong></p><p><strong> saying through shrinking from toil and pain. These cases are perfectly</strong></p><p><strong> simple and easy to distinguish. In </strong>a free hour, when our power of</p><p> choice is untramm<s>elled and when nothing prevents our being able to do</s></p><p><s> what we like best, every ple<em>asure is to be welcomed and every pain</em></s></p><p><s><em> avoided. But in certain circumstances and owing to the claims of duty</em></s></p><p><s><em> or the obligations of business </em>it will frequently occur that pleasures</s></p><p><s> have to be repudiated and annoyances accepted. The wise man therefore</s></p><p><s> always holds in these m</s>atters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
542
542
  },
543
543
  {
544
- id: '358',
545
- title: 'Testing Date/End event',
546
- startAt: 'Sat Sep 17 2022 00:04:00 GMT+0300 (Eastern European Summer Time)',
547
- colour: '',
544
+ id: "358",
545
+ title: "Testing Date/End event",
546
+ startAt: "Sat Sep 17 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
547
+ colour: "",
548
548
  imgSrc: DEFAULT_IMAGE,
549
549
  eventId: 1170,
550
- type: 'from 22:04',
550
+ type: "from 22:04",
551
551
  description:
552
- '<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>',
552
+ "<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
553
553
  },
554
- ]
554
+ ];
555
555
 
556
556
  export function Default() {
557
- const displayCost = boolean('displayCost', true)
558
- const displayType = boolean('displayType', true)
559
- const displayDescription = boolean('displayDescription', true)
560
- const isListView = boolean('isListView', false)
561
- const className = text('className', 'event-info')
557
+ const displayCost = boolean("displayCost", true);
558
+ const displayType = boolean("displayType", true);
559
+ const displayDescription = boolean("displayDescription", true);
560
+ const isListView = boolean("isListView", false);
561
+ const className = text("className", "event-info");
562
562
 
563
563
  return (
564
564
  <div
565
565
  className="events"
566
566
  style={{
567
- display: 'grid',
568
- gridTemplateColumns: isListView ? '1fr' : 'repeat(auto-fill, 20rem)',
569
- gridGap: '1rem',
570
- justifyContent: 'center',
571
- padding: '1rem',
567
+ display: "grid",
568
+ gridTemplateColumns: isListView ? "1fr" : "repeat(auto-fill, 20rem)",
569
+ gridGap: "1rem",
570
+ justifyContent: "center",
571
+ padding: "1rem",
572
572
  }}
573
573
  >
574
574
  {MOCK_IFRAMES.map((event) => (
@@ -593,5 +593,5 @@ export function Default() {
593
593
  </div>
594
594
  ))}
595
595
  </div>
596
- )
596
+ );
597
597
  }