@licklist/design 0.66.12-dev.2 → 0.66.12

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 (2065) hide show
  1. package/.babelrc +23 -0
  2. package/.storybook/preview.js +3 -4
  3. package/bitbucket-pipelines.yml +14 -19
  4. package/dist/affiliate/card/AffiliateCard.d.ts +12 -11
  5. package/dist/affiliate/card/AffiliateCard.d.ts.map +1 -1
  6. package/dist/affiliate/card/AffiliateCard.js +1 -159
  7. package/dist/affiliate/card/index.d.ts +1 -1
  8. package/dist/affiliate/form/AffiliateControl.d.ts +8 -7
  9. package/dist/affiliate/form/AffiliateControl.d.ts.map +1 -1
  10. package/dist/affiliate/form/AffiliateControl.js +1 -292
  11. package/dist/affiliate/form/AffiliateForm.d.ts +10 -9
  12. package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
  13. package/dist/affiliate/form/AffiliateForm.js +1 -151
  14. package/dist/affiliate/form/index.d.ts +2 -2
  15. package/dist/affiliate/index.d.ts +3 -3
  16. package/dist/affiliate/types/index.d.ts +11 -11
  17. package/dist/assets/dashboard/addImage.svg.js +1 -27
  18. package/dist/assets/dashboard/chartBar.svg.js +1 -153
  19. package/dist/assets/dashboard/genderFemale.svg.js +1 -15
  20. package/dist/assets/dashboard/genderMale.svg.js +1 -22
  21. package/dist/assets/dashboard/increment.svg.js +1 -28
  22. package/dist/assets/dashboard/info.svg.js +1 -26
  23. package/dist/assets/dashboard/managerRole.svg.js +1 -18
  24. package/dist/assets/dashboard/subManagerRole.svg.js +1 -24
  25. package/dist/assets/dashboard/viewerRole.svg.js +1 -24
  26. package/dist/assets/dashboard/visitedProviderLink.svg.js +1 -20
  27. package/dist/assets/dashboard/warning.svg.js +1 -17
  28. package/dist/assets/editor/bold.svg.js +1 -18
  29. package/dist/assets/editor/double-quotes-l.svg.js +1 -18
  30. package/dist/assets/editor/format-clear.svg.js +1 -18
  31. package/dist/assets/editor/h1.svg.js +1 -18
  32. package/dist/assets/editor/h2.svg.js +1 -18
  33. package/dist/assets/editor/italic.svg.js +1 -18
  34. package/dist/assets/editor/paragraph.svg.js +1 -18
  35. package/dist/assets/editor/separator.svg.js +1 -18
  36. package/dist/assets/editor/strikethrough.svg.js +1 -18
  37. package/dist/assets/editor/text-wrap.svg.js +1 -19
  38. package/dist/assets/iframe/available.svg.js +1 -36
  39. package/dist/assets/iframe/calendar.svg.js +1 -16
  40. package/dist/assets/iframe/clock.svg.js +1 -17
  41. package/dist/assets/iframe/close.svg.js +1 -15
  42. package/dist/assets/iframe/limited.svg.js +1 -36
  43. package/dist/assets/iframe/selectArrow.svg.js +1 -0
  44. package/dist/assets/iframe/soldOut.svg.js +1 -39
  45. package/dist/assets/iframe/success.svg.js +1 -14
  46. package/dist/assets/iframe/ticket.svg.js +1 -16
  47. package/dist/assets/logo/bookedit.svg.js +1 -14
  48. package/dist/assets/logo/licklist.sm.svg.js +1 -33
  49. package/dist/assets/logo/licklist.svg.js +1 -16
  50. package/dist/assets/static/default.user.png.js +1 -3
  51. package/dist/auth/AccessDenied/AccessDenied.d.ts +2 -1
  52. package/dist/auth/AccessDenied/AccessDenied.d.ts.map +1 -1
  53. package/dist/auth/AccessDenied/AccessDenied.js +1 -56
  54. package/dist/auth/AccessDenied/index.d.ts +1 -1
  55. package/dist/auth/Authorizer.d.ts +6 -6
  56. package/dist/auth/Authorizer.d.ts.map +1 -1
  57. package/dist/auth/Authorizer.js +1 -128
  58. package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts +3 -2
  59. package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts.map +1 -1
  60. package/dist/auth/ChangePassword/ChangePasswordComponent.js +1 -302
  61. package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts +10 -9
  62. package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts.map +1 -1
  63. package/dist/auth/ChangePassword/ChangePasswordFormComponent.js +1 -340
  64. package/dist/auth/ChangePassword/index.d.ts +2 -2
  65. package/dist/auth/Layout/AuthNavComponent.d.ts +3 -2
  66. package/dist/auth/Layout/AuthNavComponent.d.ts.map +1 -1
  67. package/dist/auth/Layout/AuthNavComponent.js +1 -32
  68. package/dist/auth/Layout/UserNavComponent.d.ts +7 -6
  69. package/dist/auth/Layout/UserNavComponent.d.ts.map +1 -1
  70. package/dist/auth/Layout/UserNavComponent.js +1 -30
  71. package/dist/auth/Layout/UserNavDropDown.d.ts +3 -2
  72. package/dist/auth/Layout/UserNavDropDown.d.ts.map +1 -1
  73. package/dist/auth/Layout/UserNavDropDown.js +1 -23
  74. package/dist/auth/Layout/UserNavDropDownToggle.d.ts +7 -6
  75. package/dist/auth/Layout/UserNavDropDownToggle.d.ts.map +1 -1
  76. package/dist/auth/Layout/UserNavDropDownToggle.js +1 -32
  77. package/dist/auth/Layout/index.d.ts +4 -4
  78. package/dist/auth/Login/LoginComponent.d.ts +7 -6
  79. package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
  80. package/dist/auth/Login/LoginComponent.js +1 -368
  81. package/dist/auth/Login/LoginFormComponent.d.ts +16 -15
  82. package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
  83. package/dist/auth/Login/LoginFormComponent.js +1 -346
  84. package/dist/auth/Login/index.d.ts +2 -2
  85. package/dist/auth/Logout/Logout.d.ts +2 -1
  86. package/dist/auth/Logout/Logout.d.ts.map +1 -1
  87. package/dist/auth/Logout/Logout.js +1 -22
  88. package/dist/auth/Logout/index.d.ts +1 -1
  89. package/dist/auth/Register/BirthDateFormComponent.d.ts +12 -11
  90. package/dist/auth/Register/BirthDateFormComponent.d.ts.map +1 -1
  91. package/dist/auth/Register/BirthDateFormComponent.js +1 -275
  92. package/dist/auth/Register/RegisterComponent.d.ts +6 -5
  93. package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
  94. package/dist/auth/Register/RegisterComponent.js +1 -364
  95. package/dist/auth/Register/RegisterFormComponent.d.ts +25 -24
  96. package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
  97. package/dist/auth/Register/RegisterFormComponent.js +1 -687
  98. package/dist/auth/Register/index.d.ts +3 -3
  99. package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts +3 -2
  100. package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts.map +1 -1
  101. package/dist/auth/ResetPassword/ResetPasswordComponent.js +1 -283
  102. package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts +12 -11
  103. package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
  104. package/dist/auth/ResetPassword/ResetPasswordFormComponent.js +1 -318
  105. package/dist/auth/ResetPassword/index.d.ts +2 -2
  106. package/dist/auth/Router.d.ts +6 -6
  107. package/dist/auth/Router.d.ts.map +1 -1
  108. package/dist/auth/Router.js +1 -27
  109. package/dist/auth/Social/SocialCallbackComponent.d.ts +3 -2
  110. package/dist/auth/Social/SocialCallbackComponent.d.ts.map +1 -1
  111. package/dist/auth/Social/SocialCallbackComponent.js +1 -336
  112. package/dist/auth/Social/SocialFormComponent.d.ts +7 -6
  113. package/dist/auth/Social/SocialFormComponent.d.ts.map +1 -1
  114. package/dist/auth/Social/SocialFormComponent.js +1 -274
  115. package/dist/auth/Social/index.d.ts +2 -2
  116. package/dist/auth/index.d.ts +10 -10
  117. package/dist/availability-indicator/AvailabilityIndicator.d.ts +9 -8
  118. package/dist/availability-indicator/AvailabilityIndicator.d.ts.map +1 -1
  119. package/dist/availability-indicator/AvailabilityIndicator.js +1 -69
  120. package/dist/availability-indicator/index.d.ts +1 -1
  121. package/dist/calendar/Calendar.d.ts +16 -16
  122. package/dist/calendar/Calendar.d.ts.map +1 -1
  123. package/dist/calendar/Calendar.js +1 -58
  124. package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts +5 -4
  125. package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
  126. package/dist/calendar/components/CalendarButtons/CalendarButtons.js +1 -128
  127. package/dist/calendar/components/CalendarButtons/index.d.ts +1 -1
  128. package/dist/calendar/components/CalendarDates/CalendarDates.d.ts +4 -3
  129. package/dist/calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
  130. package/dist/calendar/components/CalendarDates/CalendarDates.js +1 -101
  131. package/dist/calendar/components/CalendarDates/index.d.ts +1 -1
  132. package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts +12 -11
  133. package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts.map +1 -1
  134. package/dist/calendar/components/CalendarSelect/CalendarSelect.js +1 -35
  135. package/dist/calendar/components/CalendarSelect/index.d.ts +2 -2
  136. package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts +2 -1
  137. package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts.map +1 -1
  138. package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.js +1 -41
  139. package/dist/calendar/components/CalendarWeekdays/index.d.ts +1 -1
  140. package/dist/calendar/index.d.ts +3 -3
  141. package/dist/calendar/utils/index.d.ts +3 -3
  142. package/dist/calendar/utils/index.js +1 -23
  143. package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts +11 -11
  144. package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts.map +1 -1
  145. package/dist/collapsible-input-group/CollapsibleInputGroup.js +1 -59
  146. package/dist/collapsible-input-group/index.d.ts +1 -1
  147. package/dist/custom-fields/constants.d.ts +32 -32
  148. package/dist/custom-fields/constants.d.ts.map +1 -1
  149. package/dist/custom-fields/constants.js +1 -53
  150. package/dist/custom-fields/field/FieldItem.d.ts +8 -8
  151. package/dist/custom-fields/field/FieldItem.d.ts.map +1 -1
  152. package/dist/custom-fields/field/FieldItem.js +1 -17
  153. package/dist/custom-fields/field/SelectFieldModal.d.ts +8 -7
  154. package/dist/custom-fields/field/SelectFieldModal.d.ts.map +1 -1
  155. package/dist/custom-fields/field/SelectFieldModal.js +1 -40
  156. package/dist/custom-fields/field-set/CustomFieldSets.d.ts +29 -28
  157. package/dist/custom-fields/field-set/CustomFieldSets.d.ts.map +1 -1
  158. package/dist/custom-fields/field-set/CustomFieldSets.js +1 -106
  159. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts +16 -15
  160. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
  161. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.js +1 -478
  162. package/dist/custom-fields/field-set/components/CustomFieldSet/index.d.ts +1 -1
  163. package/dist/custom-fields/field-set/components/index.d.ts +1 -1
  164. package/dist/custom-fields/field-set/contexts/index.d.ts +1 -1
  165. package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts +10 -9
  166. package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts.map +1 -1
  167. package/dist/custom-fields/field-set/contexts/useCustomFieldSets.js +1 -8
  168. package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts +2 -2
  169. package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts.map +1 -1
  170. package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.js +1 -63
  171. package/dist/custom-fields/field-set/providers/index.d.ts +1 -1
  172. package/dist/custom-fields/forms/DropdownForm.d.ts +15 -14
  173. package/dist/custom-fields/forms/DropdownForm.d.ts.map +1 -1
  174. package/dist/custom-fields/forms/DropdownForm.js +1 -248
  175. package/dist/custom-fields/forms/TextInputForm.d.ts +14 -13
  176. package/dist/custom-fields/forms/TextInputForm.d.ts.map +1 -1
  177. package/dist/custom-fields/forms/TextInputForm.js +1 -92
  178. package/dist/custom-fields/index.d.ts +1 -1
  179. package/dist/customers/components/filter/CustomerFilter.d.ts +12 -11
  180. package/dist/customers/components/filter/CustomerFilter.d.ts.map +1 -1
  181. package/dist/customers/components/filter/CustomerFilter.js +1 -88
  182. package/dist/customers/components/filter/index.d.ts +2 -2
  183. package/dist/customers/components/index.d.ts +1 -1
  184. package/dist/customers/index.d.ts +1 -1
  185. package/dist/date-time-button/DateContent.d.ts +8 -7
  186. package/dist/date-time-button/DateContent.d.ts.map +1 -1
  187. package/dist/date-time-button/DateContent.js +1 -89
  188. package/dist/date-time-button/DateTimeButton.d.ts +21 -21
  189. package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
  190. package/dist/date-time-button/DateTimeButton.js +1 -61
  191. package/dist/date-time-button/index.d.ts +1 -1
  192. package/dist/error/ErrorFallback.d.ts +3 -2
  193. package/dist/error/ErrorFallback.d.ts.map +1 -1
  194. package/dist/error/ErrorFallback.js +1 -22
  195. package/dist/error/index.d.ts +1 -1
  196. package/dist/events/edit-event-modal/IntervalInput.d.ts +16 -15
  197. package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
  198. package/dist/events/edit-event-modal/IntervalInput.js +1 -289
  199. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +38 -37
  200. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
  201. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +1 -516
  202. package/dist/events/edit-event-modal/component/EditEventForm/index.d.ts +1 -2
  203. package/dist/events/edit-event-modal/component/EditEventForm/index.d.ts.map +1 -1
  204. package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts +10 -9
  205. package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts.map +1 -1
  206. package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.js +1 -113
  207. package/dist/events/edit-event-modal/component/ProductSetShortForm/index.d.ts +1 -1
  208. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts +4 -3
  209. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
  210. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +1 -212
  211. package/dist/events/edit-event-modal/component/SaleDeadline/index.d.ts +1 -1
  212. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +13 -13
  213. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
  214. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +1 -318
  215. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +14 -14
  216. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
  217. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +1 -237
  218. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/index.d.ts +1 -1
  219. package/dist/events/edit-event-modal/component/SelectEventProductSet/index.d.ts +1 -1
  220. package/dist/events/edit-event-modal/hooks/index.d.ts +2 -2
  221. package/dist/events/edit-event-modal/hooks/useFormattedDuration.d.ts +1 -1
  222. package/dist/events/edit-event-modal/hooks/useFormattedDuration.js +1 -120
  223. package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts +10 -10
  224. package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts.map +1 -1
  225. package/dist/events/edit-event-modal/hooks/useValidationOptions.js +1 -40
  226. package/dist/events/edit-event-modal/index.d.ts +3 -3
  227. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts +3 -3
  228. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
  229. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -151
  230. package/dist/events/edit-event-modal/utils/isUrlValid.d.ts +1 -1
  231. package/dist/events/edit-event-modal/utils/isUrlValid.js +1 -8
  232. package/dist/events/edit-event-modal/utils/removeRruleCount.d.ts +1 -1
  233. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts +24 -23
  234. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
  235. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.js +1 -122
  236. package/dist/events/edit-recurrent-event-modal/index.d.ts +1 -1
  237. package/dist/events/event-card/EventCard.d.ts +21 -20
  238. package/dist/events/event-card/EventCard.d.ts.map +1 -1
  239. package/dist/events/event-card/EventCard.js +1 -236
  240. package/dist/events/event-card/EventCardSkeleton.d.ts +2 -1
  241. package/dist/events/event-card/EventCardSkeleton.d.ts.map +1 -1
  242. package/dist/events/event-card/EventCardSkeleton.js +1 -63
  243. package/dist/events/event-card/index.d.ts +2 -2
  244. package/dist/events/event-card/utils.d.ts +36 -36
  245. package/dist/events/event-card/utils.d.ts.map +1 -1
  246. package/dist/events/event-card/utils.js +1 -139
  247. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +11 -10
  248. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
  249. package/dist/events/event-statistic-modal/EventStatisticModal.js +1 -88
  250. package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +4 -4
  251. package/dist/events/event-statistic-modal/hooks/useTableData.js +1 -114
  252. package/dist/events/event-statistic-modal/index.d.ts +2 -2
  253. package/dist/events/event-statistic-modal/utils/index.d.ts +20 -20
  254. package/dist/events/event-statistic-modal/utils/index.js +1 -110
  255. package/dist/events/event-venue-map/EventVenueMap.d.ts +36 -35
  256. package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
  257. package/dist/events/event-venue-map/EventVenueMap.js +1 -86
  258. package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts +8 -7
  259. package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts.map +1 -1
  260. package/dist/events/event-venue-map/components/Dropdown/Dropdown.js +1 -127
  261. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts +2 -2
  262. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts.map +1 -1
  263. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.js +1 -19
  264. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.d.ts +1 -1
  265. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts +8 -7
  266. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts.map +1 -1
  267. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.js +1 -38
  268. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/index.d.ts +1 -1
  269. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts +7 -6
  270. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts.map +1 -1
  271. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.js +1 -236
  272. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/index.d.ts +1 -1
  273. package/dist/events/event-venue-map/components/Dropdown/index.d.ts +1 -1
  274. package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts +13 -12
  275. package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts.map +1 -1
  276. package/dist/events/event-venue-map/components/MapPoint/MapPoint.js +1 -137
  277. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts +8 -7
  278. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts.map +1 -1
  279. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.js +1 -46
  280. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.d.ts +1 -1
  281. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts +8 -7
  282. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts.map +1 -1
  283. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.js +1 -44
  284. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/index.d.ts +1 -1
  285. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts +14 -13
  286. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts.map +1 -1
  287. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.js +1 -114
  288. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/index.d.ts +1 -1
  289. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts +12 -11
  290. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts.map +1 -1
  291. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.js +1 -194
  292. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/index.d.ts +2 -2
  293. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts +8 -7
  294. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts.map +1 -1
  295. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.js +1 -61
  296. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.d.ts +1 -1
  297. package/dist/events/event-venue-map/components/MapPoint/index.d.ts +1 -1
  298. package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts +3 -2
  299. package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts.map +1 -1
  300. package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.js +1 -106
  301. package/dist/events/event-venue-map/components/Scrollbars/index.d.ts +1 -1
  302. package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts +16 -15
  303. package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts.map +1 -1
  304. package/dist/events/event-venue-map/components/VenueMap/VenueMap.js +1 -247
  305. package/dist/events/event-venue-map/components/VenueMap/index.d.ts +2 -2
  306. package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts +3 -2
  307. package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts.map +1 -1
  308. package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.js +1 -37
  309. package/dist/events/event-venue-map/components/ZoomButtons/index.d.ts +1 -1
  310. package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts +8 -8
  311. package/dist/events/event-venue-map/hooks/useCanvasSize.js +1 -23
  312. package/dist/events/event-venue-map/hooks/useDrag.d.ts +11 -11
  313. package/dist/events/event-venue-map/hooks/useDrag.d.ts.map +1 -1
  314. package/dist/events/event-venue-map/hooks/useDrag.js +1 -196
  315. package/dist/events/event-venue-map/hooks/useImage.d.ts +5 -5
  316. package/dist/events/event-venue-map/hooks/useImage.d.ts.map +1 -1
  317. package/dist/events/event-venue-map/hooks/useImage.js +1 -157
  318. package/dist/events/event-venue-map/hooks/useStageActions.d.ts +11 -11
  319. package/dist/events/event-venue-map/hooks/useStageActions.d.ts.map +1 -1
  320. package/dist/events/event-venue-map/hooks/useStageActions.js +1 -144
  321. package/dist/events/event-venue-map/hooks/useZoom.d.ts +6 -6
  322. package/dist/events/event-venue-map/hooks/useZoom.d.ts.map +1 -1
  323. package/dist/events/event-venue-map/hooks/useZoom.js +1 -216
  324. package/dist/events/event-venue-map/index.d.ts +1 -2
  325. package/dist/events/event-venue-map/index.d.ts.map +1 -1
  326. package/dist/events/event-venue-map/types/index.d.ts +31 -31
  327. package/dist/events/event-venue-map/utils/index.d.ts +51 -51
  328. package/dist/events/event-venue-map/utils/index.d.ts.map +1 -1
  329. package/dist/events/event-venue-map/utils/index.js +1 -177
  330. package/dist/events/index.d.ts +5 -5
  331. package/dist/file-upload/FilePreview.d.ts +24 -23
  332. package/dist/file-upload/FilePreview.d.ts.map +1 -1
  333. package/dist/file-upload/FilePreview.js +1 -100
  334. package/dist/file-upload/FileUpload.d.ts +35 -34
  335. package/dist/file-upload/FileUpload.d.ts.map +1 -1
  336. package/dist/file-upload/FileUpload.js +1 -226
  337. package/dist/file-upload/index.d.ts +1 -1
  338. package/dist/header/BookeditHeader.d.ts +14 -14
  339. package/dist/header/BookeditHeader.d.ts.map +1 -1
  340. package/dist/header/BookeditHeader.js +1 -21
  341. package/dist/header/Header.d.ts +15 -15
  342. package/dist/header/Header.d.ts.map +1 -1
  343. package/dist/header/Header.js +1 -55
  344. package/dist/header/LicklistHeader.d.ts +14 -14
  345. package/dist/header/LicklistHeader.d.ts.map +1 -1
  346. package/dist/header/LicklistHeader.js +1 -23
  347. package/dist/header/elements/CompanySelector.d.ts +11 -10
  348. package/dist/header/elements/CompanySelector.d.ts.map +1 -1
  349. package/dist/header/elements/CompanySelector.js +1 -36
  350. package/dist/header/elements/index.d.ts +2 -2
  351. package/dist/header/index.d.ts +5 -5
  352. package/dist/help/example/Example.d.ts +22 -22
  353. package/dist/help/example/Example.d.ts.map +1 -1
  354. package/dist/help/example/Example.js +1 -343
  355. package/dist/help/example/index.d.ts +1 -1
  356. package/dist/help/index.d.ts +2 -2
  357. package/dist/help/popover/HelpPopover.d.ts +10 -10
  358. package/dist/help/popover/HelpPopover.d.ts.map +1 -1
  359. package/dist/help/popover/HelpPopover.js +1 -131
  360. package/dist/help/popover/index.d.ts +1 -1
  361. package/dist/iframe/activity-card/ActivityCard.d.ts +15 -15
  362. package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
  363. package/dist/iframe/activity-card/ActivityCard.js +1 -69
  364. package/dist/iframe/activity-card/index.d.ts +1 -1
  365. package/dist/iframe/back-button/BackButton.d.ts +5 -4
  366. package/dist/iframe/back-button/BackButton.d.ts.map +1 -1
  367. package/dist/iframe/back-button/BackButton.js +1 -18
  368. package/dist/iframe/back-button/index.d.ts +1 -1
  369. package/dist/iframe/custom-fields/components/CustomDateField.d.ts +8 -7
  370. package/dist/iframe/custom-fields/components/CustomDateField.d.ts.map +1 -1
  371. package/dist/iframe/custom-fields/components/CustomDateField.js +1 -230
  372. package/dist/iframe/custom-fields/index.d.ts +2 -2
  373. package/dist/iframe/event/event-booking-form/EventBookingForm.d.ts +5 -4
  374. package/dist/iframe/event/event-booking-form/EventBookingForm.d.ts.map +1 -1
  375. package/dist/iframe/event/event-booking-form/EventBookingForm.js +1 -84
  376. package/dist/iframe/event/event-booking-form/index.d.ts +1 -1
  377. package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts +10 -9
  378. package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts.map +1 -1
  379. package/dist/iframe/event/event-booking-products/EventBookingProducts.js +1 -33
  380. package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts +14 -13
  381. package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts.map +1 -1
  382. package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.js +1 -199
  383. package/dist/iframe/event/event-booking-products/components/AccordionItem/index.d.ts +1 -1
  384. package/dist/iframe/event/event-booking-products/index.d.ts +1 -1
  385. package/dist/iframe/event/event-booking-view/EventBookingView.d.ts +11 -10
  386. package/dist/iframe/event/event-booking-view/EventBookingView.d.ts.map +1 -1
  387. package/dist/iframe/event/event-booking-view/EventBookingView.js +1 -27
  388. package/dist/iframe/event/event-booking-view/index.d.ts +1 -1
  389. package/dist/iframe/event/event-card/IframeEventCard.d.ts +22 -21
  390. package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
  391. package/dist/iframe/event/event-card/IframeEventCard.js +1 -131
  392. package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts +11 -10
  393. package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts.map +1 -1
  394. package/dist/iframe/event/event-card/IframeEventCardSkeleton.js +1 -94
  395. package/dist/iframe/event/event-card/index.d.ts +2 -2
  396. package/dist/iframe/event/event-description/EventDescription.d.ts +13 -12
  397. package/dist/iframe/event/event-description/EventDescription.d.ts.map +1 -1
  398. package/dist/iframe/event/event-description/EventDescription.js +1 -145
  399. package/dist/iframe/event/event-description/index.d.ts +1 -1
  400. package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts +12 -11
  401. package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts.map +1 -1
  402. package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.js +1 -133
  403. package/dist/iframe/event/event-navigation-footer/index.d.ts +1 -1
  404. package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts +5 -4
  405. package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts.map +1 -1
  406. package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.js +1 -22
  407. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts +10 -9
  408. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts.map +1 -1
  409. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.js +1 -41
  410. package/dist/iframe/event/event-order-short-summary/components/Summary/index.d.ts +1 -2
  411. package/dist/iframe/event/event-order-short-summary/components/Summary/index.d.ts.map +1 -1
  412. package/dist/iframe/event/event-order-short-summary/index.d.ts +2 -2
  413. package/dist/iframe/event/event-order-short-summary/index.d.ts.map +1 -1
  414. package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts +8 -7
  415. package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts.map +1 -1
  416. package/dist/iframe/event/event-order-summary/EventOrderSummary.js +1 -49
  417. package/dist/iframe/event/event-order-summary/index.d.ts +1 -1
  418. package/dist/iframe/event/event-product-sets/EventProductSets.d.ts +8 -7
  419. package/dist/iframe/event/event-product-sets/EventProductSets.d.ts.map +1 -1
  420. package/dist/iframe/event/event-product-sets/EventProductSets.js +1 -18
  421. package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts +8 -7
  422. package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts.map +1 -1
  423. package/dist/iframe/event/event-product-sets/components/EventProductSet.js +1 -19
  424. package/dist/iframe/event/event-product-sets/index.d.ts +2 -2
  425. package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts +8 -7
  426. package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts.map +1 -1
  427. package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.js +1 -24
  428. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts +8 -7
  429. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts.map +1 -1
  430. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.js +1 -32
  431. package/dist/iframe/event/event-step-venue-map-zones/index.d.ts +2 -2
  432. package/dist/iframe/event/event-tables/EventTables.d.ts +10 -9
  433. package/dist/iframe/event/event-tables/EventTables.d.ts.map +1 -1
  434. package/dist/iframe/event/event-tables/EventTables.js +1 -41
  435. package/dist/iframe/event/event-tables/index.d.ts +1 -1
  436. package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts +15 -14
  437. package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts.map +1 -1
  438. package/dist/iframe/event/event-venue-map/IframeEventVenueMap.js +1 -90
  439. package/dist/iframe/event/event-venue-map/index.d.ts +1 -1
  440. package/dist/iframe/event/index.d.ts +13 -16
  441. package/dist/iframe/event/index.d.ts.map +1 -1
  442. package/dist/iframe/event/ticket-description/TicketDescription.d.ts +13 -13
  443. package/dist/iframe/event/ticket-description/TicketDescription.d.ts.map +1 -1
  444. package/dist/iframe/event/ticket-description/TicketDescription.js +1 -126
  445. package/dist/iframe/event/ticket-description/index.d.ts +1 -1
  446. package/dist/iframe/external-modal/ExternalModal.d.ts +9 -8
  447. package/dist/iframe/external-modal/ExternalModal.d.ts.map +1 -1
  448. package/dist/iframe/index.d.ts +8 -12
  449. package/dist/iframe/index.d.ts.map +1 -1
  450. package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts +7 -6
  451. package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts.map +1 -1
  452. package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +1 -181
  453. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts +9 -9
  454. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts.map +1 -1
  455. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.js +1 -117
  456. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.d.ts +2 -2
  457. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts +10 -9
  458. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
  459. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +1 -47
  460. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts +1 -1
  461. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts +11 -10
  462. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts.map +1 -1
  463. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.js +1 -51
  464. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.d.ts +1 -1
  465. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts +3 -2
  466. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts.map +1 -1
  467. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.js +1 -37
  468. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts +6 -5
  469. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts.map +1 -1
  470. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.js +1 -25
  471. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.d.ts +2 -2
  472. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts +11 -11
  473. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts.map +1 -1
  474. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.js +1 -107
  475. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.d.ts +1 -1
  476. package/dist/iframe/order-process/components/BookingSummary/index.d.ts +1 -1
  477. package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts +25 -25
  478. package/dist/iframe/order-process/components/BookingSummary/types/index.js +1 -4
  479. package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +4 -4
  480. package/dist/iframe/order-process/components/BookingSummary/utils/index.js +1 -18
  481. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts +18 -18
  482. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts.map +1 -1
  483. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.js +1 -87
  484. package/dist/iframe/order-process/components/BookingSummaryFooter/index.d.ts +2 -2
  485. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts +22 -21
  486. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts.map +1 -1
  487. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.js +1 -409
  488. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts +12 -11
  489. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts.map +1 -1
  490. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.js +1 -25
  491. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts +13 -12
  492. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts.map +1 -1
  493. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.js +1 -40
  494. package/dist/iframe/order-process/components/CalendarStepsForm/index.d.ts +2 -2
  495. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts +12 -11
  496. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
  497. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +1 -231
  498. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts +15 -14
  499. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
  500. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +1 -78
  501. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/index.d.ts +1 -1
  502. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +27 -26
  503. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
  504. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +1 -64
  505. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.d.ts +1 -1
  506. package/dist/iframe/order-process/components/CategoryProduct/index.d.ts +1 -1
  507. package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts +8 -7
  508. package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts.map +1 -1
  509. package/dist/iframe/order-process/components/ErrorModal/ErrorModal.js +1 -58
  510. package/dist/iframe/order-process/components/ErrorModal/index.d.ts +1 -1
  511. package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts +9 -9
  512. package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts.map +1 -1
  513. package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.js +1 -94
  514. package/dist/iframe/order-process/components/NavigationFooter/index.d.ts +1 -1
  515. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts +13 -12
  516. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts.map +1 -1
  517. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.js +1 -230
  518. package/dist/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.d.ts +6 -6
  519. package/dist/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.d.ts.map +1 -1
  520. package/dist/iframe/order-process/components/NavigationSteps/index.d.ts +1 -2
  521. package/dist/iframe/order-process/components/NavigationSteps/index.d.ts.map +1 -1
  522. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts +12 -12
  523. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts.map +1 -1
  524. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.js +1 -102
  525. package/dist/iframe/order-process/components/PaymentCard/index.d.ts +1 -1
  526. package/dist/iframe/order-process/components/Timer/Timer.d.ts +5 -4
  527. package/dist/iframe/order-process/components/Timer/Timer.d.ts.map +1 -1
  528. package/dist/iframe/order-process/components/Timer/Timer.js +1 -36
  529. package/dist/iframe/order-process/components/Timer/index.d.ts +1 -1
  530. package/dist/iframe/order-process/components/Timer/utils/index.d.ts +1 -1
  531. package/dist/iframe/order-process/components/Timer/utils/index.js +1 -9
  532. package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts +8 -8
  533. package/dist/iframe/order-process/components/utils/useCategoryVerification.js +1 -76
  534. package/dist/iframe/order-process/constants.d.ts +2 -2
  535. package/dist/iframe/order-process/constants.js +1 -4
  536. package/dist/iframe/order-process/index.d.ts +11 -12
  537. package/dist/iframe/order-process/index.d.ts.map +1 -1
  538. package/dist/iframe/page/Page.d.ts +13 -13
  539. package/dist/iframe/page/Page.d.ts.map +1 -1
  540. package/dist/iframe/page/Page.js +1 -111
  541. package/dist/iframe/page/components/PageBody/PageBody.d.ts +10 -10
  542. package/dist/iframe/page/components/PageBody/PageBody.d.ts.map +1 -1
  543. package/dist/iframe/page/components/PageBody/PageBody.js +1 -105
  544. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts +8 -8
  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 +1 -126
  547. package/dist/iframe/page/components/PageBody/components/LeftBlock/index.d.ts +2 -2
  548. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts +5 -5
  549. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts.map +1 -1
  550. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.js +1 -156
  551. package/dist/iframe/page/components/PageBody/components/RightBlock/index.d.ts +2 -2
  552. package/dist/iframe/page/components/PageBody/constants.d.ts +19 -19
  553. package/dist/iframe/page/components/PageBody/constants.js +1 -23
  554. package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.d.ts +16 -16
  555. package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.js +1 -227
  556. package/dist/iframe/page/components/PageBody/index.d.ts +2 -2
  557. package/dist/iframe/page/components/PageBody/types.d.ts +3 -3
  558. package/dist/iframe/page/components/PageHeader/PageHeader.d.ts +8 -8
  559. package/dist/iframe/page/components/PageHeader/PageHeader.d.ts.map +1 -1
  560. package/dist/iframe/page/components/PageHeader/PageHeader.js +1 -136
  561. package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.d.ts +2 -2
  562. package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.d.ts.map +1 -1
  563. package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.js +1 -71
  564. package/dist/iframe/page/components/PageHeader/index.d.ts +2 -2
  565. package/dist/iframe/page/index.d.ts +6 -6
  566. package/dist/iframe/payment/index.d.ts +6 -6
  567. package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts +3 -2
  568. package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts.map +1 -1
  569. package/dist/iframe/payment/order-items-table/OrderItemsTable.js +1 -54
  570. package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts +14 -18
  571. package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
  572. package/dist/iframe/payment/order-items-table/hooks/useTableData.js +1 -148
  573. package/dist/iframe/payment/order-items-table/index.d.ts +1 -1
  574. package/dist/iframe/payment/order-items-table/types/index.d.ts +18 -18
  575. package/dist/iframe/payment/order-items-table/types/index.d.ts.map +1 -1
  576. package/dist/iframe/payment/order-items-table/types/index.js +1 -6
  577. package/dist/iframe/payment/order-items-table/utils/index.d.ts +25 -25
  578. package/dist/iframe/payment/order-items-table/utils/index.js +1 -99
  579. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts +2 -2
  580. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
  581. package/dist/iframe/payment/order-items-table/utils/paymentSummary.js +1 -107
  582. package/dist/iframe/payment/payment-form/PaymentForm.d.ts +8 -7
  583. package/dist/iframe/payment/payment-form/PaymentForm.d.ts.map +1 -1
  584. package/dist/iframe/payment/payment-form/PaymentForm.js +1 -118
  585. package/dist/iframe/payment/payment-page/PaymentPage.d.ts +18 -17
  586. package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
  587. package/dist/iframe/payment/payment-page/PaymentPage.js +1 -238
  588. package/dist/iframe/payment/payment-page/PaymentTimer.d.ts +3 -2
  589. package/dist/iframe/payment/payment-page/PaymentTimer.d.ts.map +1 -1
  590. package/dist/iframe/payment/payment-page/PaymentTimer.js +1 -59
  591. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts +7 -6
  592. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts.map +1 -1
  593. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.js +1 -121
  594. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts +23 -23
  595. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
  596. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +1 -143
  597. package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts +10 -9
  598. package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts.map +1 -1
  599. package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.js +1 -28
  600. package/dist/iframe/payment/payment-status-page/component/index.d.ts +1 -1
  601. package/dist/iframe/payment/payment-status-page/index.d.ts +1 -1
  602. package/dist/iframe/payment/status-body/StatusBody.d.ts +8 -7
  603. package/dist/iframe/payment/status-body/StatusBody.d.ts.map +1 -1
  604. package/dist/iframe/payment/status-body/StatusBody.js +1 -32
  605. package/dist/iframe/powered-by/PoweredBy.d.ts +6 -5
  606. package/dist/iframe/powered-by/PoweredBy.d.ts.map +1 -1
  607. package/dist/iframe/powered-by/PoweredBy.js +1 -33
  608. package/dist/iframe/powered-by/index.d.ts +1 -1
  609. package/dist/iframe/ryft/RyftPaymentForm.d.ts +17 -16
  610. package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
  611. package/dist/iframe/ryft/RyftPaymentForm.js +1 -398
  612. package/dist/iframe/ryft/utils/ryft-form.d.ts +8 -8
  613. package/dist/iframe/ryft/utils/ryft-form.js +1 -53
  614. package/dist/image-radio-input/ImageRadioInput.d.ts +14 -14
  615. package/dist/image-radio-input/ImageRadioInput.d.ts.map +1 -1
  616. package/dist/image-radio-input/ImageRadioInput.js +1 -71
  617. package/dist/image-radio-input/index.d.ts +1 -1
  618. package/dist/index.d.ts +44 -44
  619. package/dist/index.js +1 -232
  620. package/dist/layout/BackgroundVideoContainer.d.ts +9 -9
  621. package/dist/layout/BackgroundVideoContainer.d.ts.map +1 -1
  622. package/dist/layout/BackgroundVideoContainer.js +1 -33
  623. package/dist/layout/Container.d.ts +6 -6
  624. package/dist/layout/Container.d.ts.map +1 -1
  625. package/dist/layout/Container.js +1 -11
  626. package/dist/layout/DropDown.d.ts +9 -9
  627. package/dist/layout/DropDown.d.ts.map +1 -1
  628. package/dist/layout/DropDown.js +1 -17
  629. package/dist/layout/DropDownToggle.d.ts +7 -6
  630. package/dist/layout/DropDownToggle.d.ts.map +1 -1
  631. package/dist/layout/DropDownToggle.js +1 -18
  632. package/dist/layout/index.d.ts +5 -5
  633. package/dist/logo/Logo.d.ts +7 -7
  634. package/dist/logo/Logo.d.ts.map +1 -1
  635. package/dist/logo/Logo.js +1 -37
  636. package/dist/logo/index.d.ts +2 -2
  637. package/dist/modals/confirmation/ConfirmModal.d.ts +19 -19
  638. package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
  639. package/dist/modals/confirmation/ConfirmModal.js +1 -169
  640. package/dist/modals/confirmation/index.d.ts +1 -1
  641. package/dist/modals/dialog/Dialog.d.ts +10 -9
  642. package/dist/modals/dialog/Dialog.d.ts.map +1 -1
  643. package/dist/modals/dialog/Dialog.js +1 -62
  644. package/dist/modals/dialog/DialogContext.d.ts +14 -14
  645. package/dist/modals/dialog/DialogContext.d.ts.map +1 -1
  646. package/dist/modals/dialog/DialogContext.js +1 -118
  647. package/dist/modals/dialog/index.d.ts +2 -2
  648. package/dist/modals/fullscreen/FullscreenModal.d.ts +11 -11
  649. package/dist/modals/fullscreen/FullscreenModal.d.ts.map +1 -1
  650. package/dist/modals/fullscreen/FullscreenModal.js +1 -124
  651. package/dist/modals/fullscreen/index.d.ts +1 -1
  652. package/dist/modals/index.d.ts +2 -2
  653. package/dist/notification/components/NotificationPlaceholders.d.ts +6 -5
  654. package/dist/notification/components/NotificationPlaceholders.d.ts.map +1 -1
  655. package/dist/notification/components/NotificationPlaceholders.js +1 -49
  656. package/dist/notification/email-template/card/EmailTemplateCard.d.ts +14 -13
  657. package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
  658. package/dist/notification/email-template/card/EmailTemplateCard.js +1 -85
  659. package/dist/notification/email-template/card/index.d.ts +1 -1
  660. package/dist/notification/email-template/control/EmailTemplateControl.d.ts +13 -12
  661. package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
  662. package/dist/notification/email-template/control/EmailTemplateControl.js +1 -653
  663. package/dist/notification/email-template/control/index.d.ts +1 -1
  664. package/dist/notification/email-template/form/EmailTemplateForm.d.ts +39 -38
  665. package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
  666. package/dist/notification/email-template/form/EmailTemplateForm.js +1 -182
  667. package/dist/notification/email-template/form/index.d.ts +1 -1
  668. package/dist/notification/email-template/index.d.ts +3 -3
  669. package/dist/notification/hooks/useTranslatedParameters.d.ts +6 -6
  670. package/dist/notification/hooks/useTranslatedParameters.js +1 -21
  671. package/dist/notification/index.d.ts +3 -3
  672. package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts +12 -11
  673. package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts.map +1 -1
  674. package/dist/notification/send-email-template/SendEmailTemplateForm.js +1 -146
  675. package/dist/notification/send-email-template/index.d.ts +1 -1
  676. package/dist/notification/sms-template/card/SmsTemplateCard.d.ts +13 -12
  677. package/dist/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
  678. package/dist/notification/sms-template/card/SmsTemplateCard.js +1 -76
  679. package/dist/notification/sms-template/card/index.d.ts +1 -1
  680. package/dist/notification/sms-template/control/SmsTemplateControl.d.ts +7 -6
  681. package/dist/notification/sms-template/control/SmsTemplateControl.d.ts.map +1 -1
  682. package/dist/notification/sms-template/control/SmsTemplateControl.js +1 -234
  683. package/dist/notification/sms-template/control/index.d.ts +1 -1
  684. package/dist/notification/sms-template/form/SmsTemplateForm.d.ts +23 -22
  685. package/dist/notification/sms-template/form/SmsTemplateForm.d.ts.map +1 -1
  686. package/dist/notification/sms-template/form/SmsTemplateForm.js +1 -95
  687. package/dist/notification/sms-template/form/index.d.ts +1 -1
  688. package/dist/notification/sms-template/index.d.ts +3 -3
  689. package/dist/number-of-people-input/NumberOfPeopleInput.d.ts +2 -1
  690. package/dist/number-of-people-input/NumberOfPeopleInput.d.ts.map +1 -1
  691. package/dist/number-of-people-input/NumberOfPeopleInput.js +1 -40
  692. package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts +7 -6
  693. package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts.map +1 -1
  694. package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.js +1 -56
  695. package/dist/number-of-people-input/components/index.d.ts +1 -1
  696. package/dist/number-of-people-input/index.d.ts +2 -2
  697. package/dist/product-set/card/ProductSetCard.d.ts +12 -11
  698. package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
  699. package/dist/product-set/card/ProductSetCard.js +1 -178
  700. package/dist/product-set/card/index.d.ts +1 -1
  701. package/dist/product-set/control/DateAndRecurrenceInput.d.ts +16 -15
  702. package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
  703. package/dist/product-set/control/DateAndRecurrenceInput.js +1 -498
  704. package/dist/product-set/control/DateInput.d.ts +16 -15
  705. package/dist/product-set/control/DateInput.d.ts.map +1 -1
  706. package/dist/product-set/control/DateInput.js +1 -474
  707. package/dist/product-set/control/ProductSetControl.d.ts +50 -50
  708. package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
  709. package/dist/product-set/control/ProductSetControl.js +1 -388
  710. package/dist/product-set/control/ProductSetRecurrenceControl.d.ts +10 -9
  711. package/dist/product-set/control/ProductSetRecurrenceControl.d.ts.map +1 -1
  712. package/dist/product-set/control/ProductSetRecurrenceControl.js +1 -143
  713. package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts +10 -9
  714. package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts.map +1 -1
  715. package/dist/product-set/control/ProductSetRecurrenceOverridesControl.js +1 -68
  716. package/dist/product-set/control/TutorialGifCard.d.ts +7 -6
  717. package/dist/product-set/control/TutorialGifCard.d.ts.map +1 -1
  718. package/dist/product-set/control/TutorialGifCard.js +1 -137
  719. package/dist/product-set/control/index.d.ts +1 -1
  720. package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts +16 -15
  721. package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts.map +1 -1
  722. package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.js +1 -187
  723. package/dist/product-set/deposit-paid/index.d.ts +1 -1
  724. package/dist/product-set/elements/DeleteFieldButton.d.ts +4 -3
  725. package/dist/product-set/elements/DeleteFieldButton.d.ts.map +1 -1
  726. package/dist/product-set/elements/DeleteFieldButton.js +1 -26
  727. package/dist/product-set/elements/index.d.ts +1 -1
  728. package/dist/product-set/form/MobileFooter.d.ts +2 -1
  729. package/dist/product-set/form/MobileFooter.d.ts.map +1 -1
  730. package/dist/product-set/form/ProductCategoriesControl.d.ts +15 -14
  731. package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
  732. package/dist/product-set/form/ProductCategoriesControl.js +1 -455
  733. package/dist/product-set/form/ProductSetForm.d.ts +37 -39
  734. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  735. package/dist/product-set/form/ProductSetForm.js +1 -289
  736. package/dist/product-set/form/ProductSetFormPopover.d.ts +6 -5
  737. package/dist/product-set/form/ProductSetFormPopover.d.ts.map +1 -1
  738. package/dist/product-set/form/ProductsControl.d.ts +18 -15
  739. package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
  740. package/dist/product-set/form/ProductsControl.js +1 -303
  741. package/dist/product-set/form/SelectCategoryModal.d.ts +8 -19
  742. package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
  743. package/dist/product-set/form/SelectCategoryModal.js +1 -245
  744. package/dist/product-set/form/StepsControl.d.ts +9 -8
  745. package/dist/product-set/form/StepsControl.d.ts.map +1 -1
  746. package/dist/product-set/form/StepsControl.js +1 -208
  747. package/dist/product-set/form/SubProductsControl.d.ts +13 -12
  748. package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
  749. package/dist/product-set/form/SubProductsControl.js +1 -119
  750. package/dist/product-set/form/VenueMapSetModal.d.ts +8 -7
  751. package/dist/product-set/form/VenueMapSetModal.d.ts.map +1 -1
  752. package/dist/product-set/form/VenueMapSetModal.js +1 -420
  753. package/dist/product-set/form/VenueMapsControl.d.ts +12 -11
  754. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  755. package/dist/product-set/form/VenueMapsControl.js +1 -71
  756. package/dist/product-set/form/context.d.ts +20 -20
  757. package/dist/product-set/form/context.d.ts.map +1 -1
  758. package/dist/product-set/form/context.js +1 -77
  759. package/dist/product-set/form/index.d.ts +1 -1
  760. package/dist/product-set/hooks/useSortableTreeFunctions.d.ts +11 -11
  761. package/dist/product-set/hooks/useSortableTreeFunctions.js +1 -78
  762. package/dist/product-set/index.d.ts +10 -10
  763. package/dist/product-set/item/CreateProductSetItem.d.ts +9 -8
  764. package/dist/product-set/item/CreateProductSetItem.d.ts.map +1 -1
  765. package/dist/product-set/item/CreateProductSetItem.js +1 -23
  766. package/dist/product-set/popover/ProductSetPopover.d.ts +14 -13
  767. package/dist/product-set/popover/ProductSetPopover.d.ts.map +1 -1
  768. package/dist/product-set/popover/ProductSetPopover.js +1 -55
  769. package/dist/product-set/popover/index.d.ts +1 -1
  770. package/dist/product-set/product/ProductControl.d.ts +52 -49
  771. package/dist/product-set/product/ProductControl.d.ts.map +1 -1
  772. package/dist/product-set/product/ProductControl.js +1 -508
  773. package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts +13 -12
  774. package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
  775. package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +1 -221
  776. package/dist/product-set/product/booking-management/index.d.ts +1 -1
  777. package/dist/product-set/product/constants.d.ts +2 -2
  778. package/dist/product-set/product/constants.js +1 -4
  779. package/dist/product-set/product/deposit/ProductDepositControl.d.ts +9 -8
  780. package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
  781. package/dist/product-set/product/deposit/ProductDepositControl.js +1 -85
  782. package/dist/product-set/product/deposit/index.d.ts +1 -1
  783. package/dist/product-set/product/duration/ProductDurationControl.d.ts +6 -5
  784. package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
  785. package/dist/product-set/product/duration/ProductDurationControl.js +1 -160
  786. package/dist/product-set/product/duration/index.d.ts +1 -1
  787. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts +7 -6
  788. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts.map +1 -1
  789. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.js +1 -69
  790. package/dist/product-set/product/fixed-duration-fields/index.d.ts +1 -1
  791. package/dist/product-set/product/index.d.ts +4 -4
  792. package/dist/product-set/product/price/ProductPriceControl.d.ts +15 -14
  793. package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
  794. package/dist/product-set/product/price/ProductPriceControl.js +1 -96
  795. package/dist/product-set/product/price/index.d.ts +1 -1
  796. package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts +12 -11
  797. package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
  798. package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +1 -166
  799. package/dist/product-set/product/quantity/ProductQuantityControl.d.ts +12 -11
  800. package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
  801. package/dist/product-set/product/quantity/ProductQuantityControl.js +1 -158
  802. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts +11 -10
  803. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
  804. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +1 -147
  805. package/dist/product-set/product/quantity/index.d.ts +3 -3
  806. package/dist/product-set/product-category/ProductCategoryControl.d.ts +36 -33
  807. package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
  808. package/dist/product-set/product-category/ProductCategoryControl.js +1 -596
  809. package/dist/product-set/product-category/index.d.ts +1 -1
  810. package/dist/product-set/step/StepControl.d.ts +21 -20
  811. package/dist/product-set/step/StepControl.d.ts.map +1 -1
  812. package/dist/product-set/step/StepControl.js +1 -109
  813. package/dist/product-set/step/index.d.ts +1 -1
  814. package/dist/product-set/tabs/ProductSetTab.d.ts +6 -6
  815. package/dist/product-set/tabs/ProductSetTab.d.ts.map +1 -1
  816. package/dist/product-set/tabs/ProductSetTab.js +1 -16
  817. package/dist/product-set/tabs/ProductSetTabs.d.ts +8 -8
  818. package/dist/product-set/tabs/ProductSetTabs.d.ts.map +1 -1
  819. package/dist/product-set/tabs/ProductSetTabs.js +1 -18
  820. package/dist/product-set/tabs/index.d.ts +2 -2
  821. package/dist/product-set/types/index.d.ts +20 -20
  822. package/dist/product-set/utils/index.d.ts +18 -18
  823. package/dist/product-set/utils/index.d.ts.map +1 -1
  824. package/dist/product-set/utils/index.js +1 -140
  825. package/dist/provider/categories-input/CategoriesInput.d.ts +6 -5
  826. package/dist/provider/categories-input/CategoriesInput.d.ts.map +1 -1
  827. package/dist/provider/categories-input/CategoriesInput.js +1 -99
  828. package/dist/provider/categories-input/CategoriesInputDescription.d.ts +6 -5
  829. package/dist/provider/categories-input/CategoriesInputDescription.d.ts.map +1 -1
  830. package/dist/provider/categories-input/CategoriesInputDescription.js +1 -44
  831. package/dist/provider/categories-input/index.d.ts +5 -5
  832. package/dist/provider/company/index.d.ts +1 -1
  833. package/dist/provider/company/user-form/UserForm.d.ts +17 -16
  834. package/dist/provider/company/user-form/UserForm.d.ts.map +1 -1
  835. package/dist/provider/company/user-form/UserForm.js +1 -205
  836. package/dist/provider/company/user-form/index.d.ts +1 -1
  837. package/dist/provider/constants.d.ts +1 -1
  838. package/dist/provider/constants.js +1 -3
  839. package/dist/provider/index.d.ts +8 -8
  840. package/dist/provider/location-input/LocationInput.d.ts +2 -1
  841. package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
  842. package/dist/provider/location-input/LocationInput.js +1 -111
  843. package/dist/provider/location-input/LocationInputDescription.d.ts +2 -1
  844. package/dist/provider/location-input/LocationInputDescription.d.ts.map +1 -1
  845. package/dist/provider/location-input/LocationInputDescription.js +1 -54
  846. package/dist/provider/location-input/components/FormGroupControll.d.ts +6 -5
  847. package/dist/provider/location-input/components/FormGroupControll.d.ts.map +1 -1
  848. package/dist/provider/location-input/components/FormGroupControll.js +1 -76
  849. package/dist/provider/location-input/components/index.d.ts +1 -1
  850. package/dist/provider/location-input/index.d.ts +14 -14
  851. package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts +20 -19
  852. package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts.map +1 -1
  853. package/dist/provider/provider-details-input/ProviderDetailsInput.js +1 -233
  854. package/dist/provider/provider-details-input/index.d.ts +1 -1
  855. package/dist/provider/provider-form/ProviderForm.d.ts +16 -15
  856. package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
  857. package/dist/provider/provider-form/ProviderForm.js +1 -217
  858. package/dist/provider/provider-form/index.d.ts +1 -1
  859. package/dist/provider/provider-links-input/ProviderLinksInput.d.ts +9 -8
  860. package/dist/provider/provider-links-input/ProviderLinksInput.d.ts.map +1 -1
  861. package/dist/provider/provider-links-input/ProviderLinksInput.js +1 -112
  862. package/dist/provider/provider-links-input/index.d.ts +1 -1
  863. package/dist/provider/venue-form/VenueForm.d.ts +19 -18
  864. package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
  865. package/dist/provider/venue-form/VenueForm.js +1 -257
  866. package/dist/provider/venue-form/index.d.ts +1 -1
  867. package/dist/provider/working-hours-input/WorkingHoursInput.d.ts +2 -1
  868. package/dist/provider/working-hours-input/WorkingHoursInput.d.ts.map +1 -1
  869. package/dist/provider/working-hours-input/WorkingHoursInput.js +1 -175
  870. package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts +2 -1
  871. package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts.map +1 -1
  872. package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +1 -44
  873. package/dist/provider/working-hours-input/index.d.ts +9 -9
  874. package/dist/provider/working-hours-input/utils.d.ts +2 -2
  875. package/dist/provider/working-hours-input/utils.js +1 -8
  876. package/dist/radio-card/RadioCard.d.ts +12 -12
  877. package/dist/radio-card/RadioCard.d.ts.map +1 -1
  878. package/dist/radio-card/RadioCard.js +1 -64
  879. package/dist/radio-card/index.d.ts +1 -1
  880. package/dist/recurrence-input/RecurrenceEndInput.d.ts +22 -21
  881. package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
  882. package/dist/recurrence-input/RecurrenceEndInput.js +1 -197
  883. package/dist/recurrence-input/RecurrenceInput.d.ts +11 -10
  884. package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
  885. package/dist/recurrence-input/RecurrenceInput.js +1 -213
  886. package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts +13 -12
  887. package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
  888. package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.js +1 -101
  889. package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts +10 -9
  890. package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
  891. package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.js +1 -53
  892. package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts +10 -9
  893. package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
  894. package/dist/recurrence-input/RecurrenceWeekdaysInput.js +1 -48
  895. package/dist/recurrence-input/index.d.ts +1 -1
  896. package/dist/recurrence-input/utils.d.ts +17 -17
  897. package/dist/recurrence-input/utils.d.ts.map +1 -1
  898. package/dist/recurrence-input/utils.js +1 -73
  899. package/dist/recurring-date-picker-input/DatePickerInput.d.ts +18 -18
  900. package/dist/recurring-date-picker-input/DatePickerInput.d.ts.map +1 -1
  901. package/dist/recurring-date-picker-input/DatePickerInput.js +1 -127
  902. package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.d.ts +14 -13
  903. package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.d.ts.map +1 -1
  904. package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.js +1 -183
  905. package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts +15 -14
  906. package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
  907. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts +14 -13
  908. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
  909. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.js +1 -262
  910. package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts +10 -9
  911. package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
  912. package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.d.ts +7 -6
  913. package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
  914. package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.js +1 -50
  915. package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +28 -30
  916. package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
  917. package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +1 -386
  918. package/dist/recurring-date-picker-input/index.d.ts +1 -1
  919. package/dist/recurring-date-picker-input/utils.d.ts +17 -22
  920. package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
  921. package/dist/recurring-date-picker-input/utils.js +1 -145
  922. package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts +12 -11
  923. package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts.map +1 -1
  924. package/dist/report/DataFieldsSelector/DataFieldsSelector.js +1 -93
  925. package/dist/report/DataFieldsSelector/index.d.ts +1 -1
  926. package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts +21 -20
  927. package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
  928. package/dist/report/ReportRunnerModal/ReportRunnerModal.js +1 -408
  929. package/dist/report/ReportRunnerModal/index.d.ts +1 -1
  930. package/dist/report/ReportTypeSelect/ReportTypeSelect.d.ts +2 -1
  931. package/dist/report/ReportTypeSelect/ReportTypeSelect.d.ts.map +1 -1
  932. package/dist/report/ReportTypeSelect/ReportTypeSelect.js +1 -124
  933. package/dist/report/ReportTypeSelect/index.d.ts +1 -1
  934. package/dist/report/card/ReportCard.d.ts +9 -7
  935. package/dist/report/card/ReportCard.d.ts.map +1 -1
  936. package/dist/report/card/ReportCard.js +1 -23
  937. package/dist/report/card/index.d.ts +1 -1
  938. package/dist/report/form/ReportForm.d.ts +7 -6
  939. package/dist/report/form/ReportForm.d.ts.map +1 -1
  940. package/dist/report/form/ReportForm.js +1 -166
  941. package/dist/report/form/index.d.ts +1 -1
  942. package/dist/report/index.d.ts +5 -5
  943. package/dist/resource/card/ResourceCard.d.ts +9 -8
  944. package/dist/resource/card/ResourceCard.d.ts.map +1 -1
  945. package/dist/resource/card/ResourceCard.js +1 -36
  946. package/dist/resource/card/index.d.ts +2 -2
  947. package/dist/resource/form/ResourceForm.d.ts +13 -12
  948. package/dist/resource/form/ResourceForm.d.ts.map +1 -1
  949. package/dist/resource/form/ResourceForm.js +1 -150
  950. package/dist/resource/form/components/CapacityControl.d.ts +6 -5
  951. package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
  952. package/dist/resource/form/components/CapacityControl.js +1 -103
  953. package/dist/resource/form/components/NameControl.d.ts +6 -5
  954. package/dist/resource/form/components/NameControl.d.ts.map +1 -1
  955. package/dist/resource/form/components/NameControl.js +1 -101
  956. package/dist/resource/form/components/SortControl.d.ts +6 -5
  957. package/dist/resource/form/components/SortControl.d.ts.map +1 -1
  958. package/dist/resource/form/components/SortControl.js +1 -100
  959. package/dist/resource/form/components/ZoneControl.d.ts +8 -7
  960. package/dist/resource/form/components/ZoneControl.d.ts.map +1 -1
  961. package/dist/resource/form/components/ZoneControl.js +1 -109
  962. package/dist/resource/form/index.d.ts +2 -2
  963. package/dist/resource/index.d.ts +4 -4
  964. package/dist/sales/booking/index.d.ts +1 -1
  965. package/dist/sales/booking/results/BookingResults.d.ts +9 -8
  966. package/dist/sales/booking/results/BookingResults.d.ts.map +1 -1
  967. package/dist/sales/booking/results/BookingResults.js +1 -31
  968. package/dist/sales/booking/results/components/ResultCard.d.ts +10 -9
  969. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  970. package/dist/sales/booking/results/components/ResultCard.js +1 -151
  971. package/dist/sales/booking/results/constants.d.ts +1 -1
  972. package/dist/sales/booking/results/constants.js +1 -9
  973. package/dist/sales/booking/results/index.d.ts +3 -3
  974. package/dist/sales/constants.d.ts +4 -4
  975. package/dist/sales/constants.js +1 -19
  976. package/dist/sales/coupon/control/CouponFormControl.d.ts +27 -26
  977. package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
  978. package/dist/sales/coupon/control/CouponFormControl.js +1 -511
  979. package/dist/sales/coupon/control/index.d.ts +1 -1
  980. package/dist/sales/coupon/form/CouponFrom.d.ts +31 -30
  981. package/dist/sales/coupon/form/CouponFrom.d.ts.map +1 -1
  982. package/dist/sales/coupon/form/CouponFrom.js +1 -99
  983. package/dist/sales/coupon/form/index.d.ts +1 -1
  984. package/dist/sales/coupon/index.d.ts +1 -1
  985. package/dist/sales/coupon/utils/index.d.ts +6 -6
  986. package/dist/sales/coupon/utils/index.js +1 -15
  987. package/dist/sales/filters/SaleFilters.d.ts +17 -16
  988. package/dist/sales/filters/SaleFilters.d.ts.map +1 -1
  989. package/dist/sales/filters/SaleFilters.js +1 -137
  990. package/dist/sales/filters/index.d.ts +1 -1
  991. package/dist/sales/guest-profile/index.d.ts +4 -4
  992. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts +7 -7
  993. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts.map +1 -1
  994. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.js +1 -143
  995. package/dist/sales/guest-profile/previous-bookings/index.d.ts +1 -1
  996. package/dist/sales/guest-profile/profile/Profile.d.ts +7 -6
  997. package/dist/sales/guest-profile/profile/Profile.d.ts.map +1 -1
  998. package/dist/sales/guest-profile/profile/Profile.js +1 -52
  999. package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts +7 -6
  1000. package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts.map +1 -1
  1001. package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.js +1 -23
  1002. package/dist/sales/guest-profile/profile/components/ImageHolder/index.d.ts +1 -1
  1003. package/dist/sales/guest-profile/profile/index.d.ts +2 -2
  1004. package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts +8 -7
  1005. package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts.map +1 -1
  1006. package/dist/sales/guest-profile/user-metrics/UserMetrics.js +1 -182
  1007. package/dist/sales/guest-profile/user-metrics/index.d.ts +2 -2
  1008. package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts +6 -5
  1009. package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts.map +1 -1
  1010. package/dist/sales/guest-profile/visited-providers/VisitedProviders.js +1 -63
  1011. package/dist/sales/guest-profile/visited-providers/index.d.ts +1 -1
  1012. package/dist/sales/index.d.ts +12 -12
  1013. package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts +19 -18
  1014. package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts.map +1 -1
  1015. package/dist/sales/life-time-sales/LifeTimeSalesChart.js +1 -100
  1016. package/dist/sales/life-time-sales/index.d.ts +1 -1
  1017. package/dist/sales/manual-booking/formatDays.d.ts +2 -2
  1018. package/dist/sales/manual-booking/formatDays.js +1 -46
  1019. package/dist/sales/manual-booking/index.d.ts +6 -6
  1020. package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts +21 -21
  1021. package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts.map +1 -1
  1022. package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.js +1 -97
  1023. package/dist/sales/manual-booking/number-input-horizontal/index.d.ts +1 -1
  1024. package/dist/sales/manual-booking/search-user/SearchUser.d.ts +4 -3
  1025. package/dist/sales/manual-booking/search-user/SearchUser.d.ts.map +1 -1
  1026. package/dist/sales/manual-booking/search-user/SearchUser.js +1 -237
  1027. package/dist/sales/manual-booking/search-user/index.d.ts +1 -1
  1028. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts +11 -10
  1029. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts.map +1 -1
  1030. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.js +1 -90
  1031. package/dist/sales/manual-booking/select-date-type-control/index.d.ts +1 -1
  1032. package/dist/sales/manual-booking/select-event/SelectEvent.d.ts +18 -17
  1033. package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
  1034. package/dist/sales/manual-booking/select-event/SelectEvent.js +1 -105
  1035. package/dist/sales/manual-booking/select-event/index.d.ts +1 -1
  1036. package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts +9 -8
  1037. package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts.map +1 -1
  1038. package/dist/sales/manual-booking/select-menu/SelectMenu.js +1 -51
  1039. package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts +7 -6
  1040. package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts.map +1 -1
  1041. package/dist/sales/manual-booking/select-menu/components/MenuButton.js +1 -20
  1042. package/dist/sales/manual-booking/select-menu/index.d.ts +2 -2
  1043. package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts +15 -14
  1044. package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
  1045. package/dist/sales/manual-booking/summary/ManualBookingSummary.js +1 -119
  1046. package/dist/sales/manual-booking/summary/index.d.ts +1 -1
  1047. package/dist/sales/modals/index.d.ts +2 -2
  1048. package/dist/sales/modals/payment-modal/PaymentModal.d.ts +12 -11
  1049. package/dist/sales/modals/payment-modal/PaymentModal.d.ts.map +1 -1
  1050. package/dist/sales/modals/payment-modal/PaymentModal.js +1 -328
  1051. package/dist/sales/modals/payment-modal/index.d.ts +2 -2
  1052. package/dist/sales/modals/refund-modal/RefundModal.d.ts +13 -12
  1053. package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
  1054. package/dist/sales/modals/refund-modal/RefundModal.js +1 -188
  1055. package/dist/sales/modals/refund-modal/index.d.ts +2 -2
  1056. package/dist/sales/notes/NotesTable.d.ts +10 -9
  1057. package/dist/sales/notes/NotesTable.d.ts.map +1 -1
  1058. package/dist/sales/notes/NotesTable.js +1 -164
  1059. package/dist/sales/notes/NotesTableRow.d.ts +8 -7
  1060. package/dist/sales/notes/NotesTableRow.d.ts.map +1 -1
  1061. package/dist/sales/notes/NotesTableRow.js +1 -160
  1062. package/dist/sales/notes/index.d.ts +1 -1
  1063. package/dist/sales/notes/note-form/NoteForm.d.ts +10 -9
  1064. package/dist/sales/notes/note-form/NoteForm.d.ts.map +1 -1
  1065. package/dist/sales/notes/note-form/NoteForm.js +1 -102
  1066. package/dist/sales/notes/note-form/index.d.ts +1 -1
  1067. package/dist/sales/payment-form/SalePaymentForm.d.ts +13 -12
  1068. package/dist/sales/payment-form/SalePaymentForm.d.ts.map +1 -1
  1069. package/dist/sales/payment-form/SalePaymentForm.js +1 -443
  1070. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts +7 -6
  1071. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts.map +1 -1
  1072. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.js +1 -68
  1073. package/dist/sales/payment-form/components/RyftPayment/index.d.ts +2 -2
  1074. package/dist/sales/payment-form/index.d.ts +4 -4
  1075. package/dist/sales/payment-form/types.d.ts +3 -3
  1076. package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts +16 -15
  1077. package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts.map +1 -1
  1078. package/dist/sales/sales-and-views/SalesAndViewsChart.js +1 -262
  1079. package/dist/sales/sales-and-views/index.d.ts +1 -1
  1080. package/dist/sales/source-of-sales/SourceOfSalesChart.d.ts +11 -10
  1081. package/dist/sales/source-of-sales/SourceOfSalesChart.d.ts.map +1 -1
  1082. package/dist/sales/source-of-sales/SourceOfSalesChart.js +1 -166
  1083. package/dist/sales/source-of-sales/index.d.ts +1 -1
  1084. package/dist/sales/statistics-chart/StatisticsChart.d.ts +10 -10
  1085. package/dist/sales/statistics-chart/StatisticsChart.d.ts.map +1 -1
  1086. package/dist/sales/statistics-chart/StatisticsChart.js +1 -101
  1087. package/dist/sales/statistics-chart/index.d.ts +1 -1
  1088. package/dist/setting/admin/AdminSettingForm.d.ts +25 -24
  1089. package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
  1090. package/dist/setting/admin/AdminSettingForm.js +1 -220
  1091. package/dist/setting/admin/PaymentFeeForm.d.ts +13 -12
  1092. package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
  1093. package/dist/setting/admin/PaymentFeeForm.js +1 -424
  1094. package/dist/setting/admin/index.d.ts +1 -1
  1095. package/dist/setting/dashboard/DashboardSettingForm.d.ts +21 -20
  1096. package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
  1097. package/dist/setting/dashboard/DashboardSettingForm.js +1 -297
  1098. package/dist/setting/dashboard/EventSettingForm.d.ts +9 -8
  1099. package/dist/setting/dashboard/EventSettingForm.d.ts.map +1 -1
  1100. package/dist/setting/dashboard/EventSettingForm.js +1 -102
  1101. package/dist/setting/dashboard/FinancialDataForm.d.ts +11 -10
  1102. package/dist/setting/dashboard/FinancialDataForm.d.ts.map +1 -1
  1103. package/dist/setting/dashboard/OtherSettingForm.d.ts +14 -13
  1104. package/dist/setting/dashboard/OtherSettingForm.d.ts.map +1 -1
  1105. package/dist/setting/dashboard/ProviderSettingForm.d.ts +12 -11
  1106. package/dist/setting/dashboard/ProviderSettingForm.d.ts.map +1 -1
  1107. package/dist/setting/dashboard/ProviderSettingForm.js +1 -156
  1108. package/dist/setting/dashboard/components/IpInput.d.ts +15 -15
  1109. package/dist/setting/dashboard/components/IpInput.d.ts.map +1 -1
  1110. package/dist/setting/dashboard/index.d.ts +5 -5
  1111. package/dist/setting/dashboard/payments/payments-form/PaymentsForm.d.ts +7 -6
  1112. package/dist/setting/dashboard/payments/payments-form/PaymentsForm.d.ts.map +1 -1
  1113. package/dist/setting/dashboard/payments/payments-form/PaymentsForm.js +1 -46
  1114. package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts +10 -9
  1115. package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts.map +1 -1
  1116. package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.js +1 -106
  1117. package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts +10 -9
  1118. package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts.map +1 -1
  1119. package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.js +1 -49
  1120. package/dist/setting/dashboard/snippet-templates/card/index.d.ts +1 -1
  1121. package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts +9 -8
  1122. package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts.map +1 -1
  1123. package/dist/setting/dashboard/snippets/card/SnippetCard.js +1 -156
  1124. package/dist/setting/dashboard/snippets/card/index.d.ts +1 -1
  1125. package/dist/setting/index.d.ts +3 -3
  1126. package/dist/setting/system/SystemSettingForm.d.ts +10 -9
  1127. package/dist/setting/system/SystemSettingForm.d.ts.map +1 -1
  1128. package/dist/setting/system/SystemSettingForm.js +1 -95
  1129. package/dist/setting/system/index.d.ts +1 -1
  1130. package/dist/sidebar/elements/ReturnBack.d.ts +6 -5
  1131. package/dist/sidebar/elements/ReturnBack.d.ts.map +1 -1
  1132. package/dist/sidebar/elements/ReturnBack.js +1 -27
  1133. package/dist/sidebar/elements/index.d.ts +2 -2
  1134. package/dist/sidebar/index.d.ts +1 -1
  1135. package/dist/slide-curtain/SlideCurtain.d.ts +4 -3
  1136. package/dist/slide-curtain/SlideCurtain.d.ts.map +1 -1
  1137. package/dist/slide-curtain/SlideCurtain.js +1 -162
  1138. package/dist/slide-curtain/index.d.ts +1 -1
  1139. package/dist/snippet/index.d.ts +1 -1
  1140. package/dist/snippet/snippet-template/SnippetTemplate.d.ts +11 -10
  1141. package/dist/snippet/snippet-template/SnippetTemplate.d.ts.map +1 -1
  1142. package/dist/snippet/snippet-template/SnippetTemplate.js +1 -51
  1143. package/dist/snippet/snippet-template/context/index.d.ts +3 -3
  1144. package/dist/snippet/snippet-template/context/snippetTemplate.d.ts +16 -15
  1145. package/dist/snippet/snippet-template/context/snippetTemplate.d.ts.map +1 -1
  1146. package/dist/snippet/snippet-template/context/snippetTemplate.js +1 -152
  1147. package/dist/snippet/snippet-template/context/snippetTemplateLoading.d.ts +9 -8
  1148. package/dist/snippet/snippet-template/context/snippetTemplateLoading.d.ts.map +1 -1
  1149. package/dist/snippet/snippet-template/context/snippetTemplateLoading.js +1 -63
  1150. package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts +22 -21
  1151. package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts.map +1 -1
  1152. package/dist/snippet/snippet-template/context/snippetTemplateView.js +1 -171
  1153. package/dist/snippet/snippet-template/control/PropertyControl.d.ts +10 -9
  1154. package/dist/snippet/snippet-template/control/PropertyControl.d.ts.map +1 -1
  1155. package/dist/snippet/snippet-template/control/PropertyControl.js +1 -200
  1156. package/dist/snippet/snippet-template/control/index.d.ts +1 -1
  1157. package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts +11 -10
  1158. package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts.map +1 -1
  1159. package/dist/snippet/snippet-template/form/SnippetTemplateForm.js +1 -197
  1160. package/dist/snippet/snippet-template/form/index.d.ts +1 -1
  1161. package/dist/snippet/snippet-template/index.d.ts +6 -6
  1162. package/dist/snippet/snippet-template/preview/Preview.d.ts +6 -5
  1163. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  1164. package/dist/snippet/snippet-template/preview/Preview.js +1 -565
  1165. package/dist/snippet/snippet-template/preview/index.d.ts +1 -1
  1166. package/dist/snippet/snippet-template/settings/SettingButton.d.ts +9 -8
  1167. package/dist/snippet/snippet-template/settings/SettingButton.d.ts.map +1 -1
  1168. package/dist/snippet/snippet-template/settings/SettingButton.js +1 -27
  1169. package/dist/snippet/snippet-template/settings/index.d.ts +1 -1
  1170. package/dist/snippet/snippet-template/utils/index.d.ts +2 -2
  1171. package/dist/snippet/snippet-template/utils/index.d.ts.map +1 -1
  1172. package/dist/snippet/snippet-template/utils/index.js +1 -132
  1173. package/dist/sortable-fields/SortableFieldItem.d.ts +8 -8
  1174. package/dist/sortable-fields/SortableFieldItem.d.ts.map +1 -1
  1175. package/dist/sortable-fields/SortableFieldItem.js +1 -105
  1176. package/dist/sortable-fields/SortableFieldList.d.ts +17 -17
  1177. package/dist/sortable-fields/SortableFieldList.d.ts.map +1 -1
  1178. package/dist/sortable-fields/SortableFieldList.js +1 -40
  1179. package/dist/sortable-fields/index.d.ts +1 -1
  1180. package/dist/sortable-list/CreateSortableListItem.d.ts +7 -6
  1181. package/dist/sortable-list/CreateSortableListItem.d.ts.map +1 -1
  1182. package/dist/sortable-list/CreateSortableListItem.js +1 -22
  1183. package/dist/sortable-list/SortableList.d.ts +23 -23
  1184. package/dist/sortable-list/SortableList.d.ts.map +1 -1
  1185. package/dist/sortable-list/SortableList.js +1 -178
  1186. package/dist/sortable-list/index.d.ts +3 -3
  1187. package/dist/sortable-tree/SortableTree.d.ts +13 -13
  1188. package/dist/sortable-tree/SortableTree.d.ts.map +1 -1
  1189. package/dist/sortable-tree/SortableTree.js +1 -45
  1190. package/dist/sortable-tree/SortableTreeItem.d.ts +37 -40
  1191. package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
  1192. package/dist/sortable-tree/SortableTreeItem.js +1 -571
  1193. package/dist/sortable-tree/index.d.ts +2 -2
  1194. package/dist/sortable-tree/index.d.ts.map +1 -1
  1195. package/dist/sorting-select/SortingSelect.d.ts +9 -8
  1196. package/dist/sorting-select/SortingSelect.d.ts.map +1 -1
  1197. package/dist/sorting-select/SortingSelect.js +1 -169
  1198. package/dist/sorting-select/index.d.ts +1 -1
  1199. package/dist/static/CountryCodeSelect.d.ts +10 -9
  1200. package/dist/static/CountryCodeSelect.d.ts.map +1 -1
  1201. package/dist/static/CountryCodeSelect.js +1 -109
  1202. package/dist/static/CountrySelect.d.ts +10 -9
  1203. package/dist/static/CountrySelect.d.ts.map +1 -1
  1204. package/dist/static/CountrySelect.js +1 -121
  1205. package/dist/static/CurrencyNumberInput.d.ts +17 -17
  1206. package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
  1207. package/dist/static/CurrencyNumberInput.js +1 -104
  1208. package/dist/static/FormCard.d.ts +7 -6
  1209. package/dist/static/FormCard.d.ts.map +1 -1
  1210. package/dist/static/FormCard.js +1 -16
  1211. package/dist/static/Icon.d.ts +13 -0
  1212. package/dist/static/Icon.d.ts.map +1 -0
  1213. package/dist/static/Icon.js +1 -0
  1214. package/dist/static/Image.d.ts +9 -8
  1215. package/dist/static/Image.d.ts.map +1 -1
  1216. package/dist/static/Image.js +1 -17
  1217. package/dist/static/RestrictedAccess.d.ts +3 -2
  1218. package/dist/static/RestrictedAccess.d.ts.map +1 -1
  1219. package/dist/static/RestrictedAccess.js +1 -41
  1220. package/dist/static/SocialButton.d.ts +11 -10
  1221. package/dist/static/SocialButton.d.ts.map +1 -1
  1222. package/dist/static/SocialButton.js +1 -35
  1223. package/dist/static/StyledButton.d.ts +8 -8
  1224. package/dist/static/StyledButton.d.ts.map +1 -1
  1225. package/dist/static/StyledButton.js +1 -19
  1226. package/dist/static/TextField.d.ts +13 -13
  1227. package/dist/static/TextField.d.ts.map +1 -1
  1228. package/dist/static/TextField.js +1 -39
  1229. package/dist/static/UserBadge.d.ts +8 -7
  1230. package/dist/static/UserBadge.d.ts.map +1 -1
  1231. package/dist/static/WarningMessage.d.ts +6 -5
  1232. package/dist/static/WarningMessage.d.ts.map +1 -1
  1233. package/dist/static/WarningMessage.js +1 -22
  1234. package/dist/static/date-range-input/DateRangeInput.d.ts +16 -15
  1235. package/dist/static/date-range-input/DateRangeInput.d.ts.map +1 -1
  1236. package/dist/static/date-range-input/DateRangeInput.js +1 -284
  1237. package/dist/static/date-range-input/index.d.ts +1 -1
  1238. package/dist/static/date-range-input/utils/index.d.ts +17 -17
  1239. package/dist/static/date-range-input/utils/index.d.ts.map +1 -1
  1240. package/dist/static/date-range-input/utils/index.js +1 -80
  1241. package/dist/static/form-number-input/FormNumberInput.d.ts +12 -11
  1242. package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
  1243. package/dist/static/form-number-input/FormNumberInput.js +1 -131
  1244. package/dist/static/form-number-input/index.d.ts +1 -1
  1245. package/dist/static/images/DefaultUserImage.d.ts +5 -4
  1246. package/dist/static/images/DefaultUserImage.d.ts.map +1 -1
  1247. package/dist/static/images/DefaultUserImage.js +1 -18
  1248. package/dist/static/images/index.d.ts +2 -2
  1249. package/dist/static/images/index.js +1 -1
  1250. package/dist/static/index.d.ts +21 -20
  1251. package/dist/static/index.d.ts.map +1 -1
  1252. package/dist/static/index.js +1 -35
  1253. package/dist/static/loader/BlockLoader.d.ts +2 -1
  1254. package/dist/static/loader/BlockLoader.d.ts.map +1 -1
  1255. package/dist/static/loader/BlockLoader.js +1 -16
  1256. package/dist/static/loader/ButtonLoader.d.ts +6 -5
  1257. package/dist/static/loader/ButtonLoader.d.ts.map +1 -1
  1258. package/dist/static/loader/ButtonLoader.js +1 -18
  1259. package/dist/static/loader/LoaderIndicator.d.ts +9 -9
  1260. package/dist/static/loader/LoaderIndicator.d.ts.map +1 -1
  1261. package/dist/static/loader/LoaderIndicator.js +1 -60
  1262. package/dist/static/loader/PaymentLoader.d.ts +6 -5
  1263. package/dist/static/loader/PaymentLoader.d.ts.map +1 -1
  1264. package/dist/static/loader/PaymentLoader.js +1 -101
  1265. package/dist/static/loader/SnippetLoader.d.ts +2 -1
  1266. package/dist/static/loader/SnippetLoader.d.ts.map +1 -1
  1267. package/dist/static/loader/SnippetLoader.js +1 -16
  1268. package/dist/static/loader/index.d.ts +7 -7
  1269. package/dist/static/manual-date-picker/ManualDatePicker.d.ts +12 -11
  1270. package/dist/static/manual-date-picker/ManualDatePicker.d.ts.map +1 -1
  1271. package/dist/static/manual-date-picker/ManualDatePicker.js +1 -99
  1272. package/dist/static/manual-date-picker/constants/index.d.ts +6 -6
  1273. package/dist/static/manual-date-picker/constants/index.js +1 -7
  1274. package/dist/static/manual-date-picker/hooks/useManualDatePicker.d.ts +26 -26
  1275. package/dist/static/manual-date-picker/hooks/useManualDatePicker.js +1 -137
  1276. package/dist/static/manual-date-picker/index.d.ts +2 -2
  1277. package/dist/static/manual-date-picker/utils/index.d.ts +7 -7
  1278. package/dist/static/manual-date-picker/utils/index.js +1 -44
  1279. package/dist/static/number-input/NumberInput.d.ts +14 -13
  1280. package/dist/static/number-input/NumberInput.d.ts.map +1 -1
  1281. package/dist/static/number-input/NumberInput.js +1 -62
  1282. package/dist/static/number-input/index.d.ts +1 -1
  1283. package/dist/static/switch/BooleanSwitch.d.ts +10 -9
  1284. package/dist/static/switch/BooleanSwitch.d.ts.map +1 -1
  1285. package/dist/static/switch/BooleanSwitch.js +1 -87
  1286. package/dist/static/switch/Switch.d.ts +11 -10
  1287. package/dist/static/switch/Switch.d.ts.map +1 -1
  1288. package/dist/static/switch/Switch.js +1 -46
  1289. package/dist/static/switch/index.d.ts +2 -2
  1290. package/dist/static/tabs/Tab.d.ts +7 -7
  1291. package/dist/static/tabs/Tab.d.ts.map +1 -1
  1292. package/dist/static/tabs/Tab.js +1 -18
  1293. package/dist/static/tabs/Tabs.d.ts +11 -11
  1294. package/dist/static/tabs/Tabs.d.ts.map +1 -1
  1295. package/dist/static/tabs/Tabs.js +1 -105
  1296. package/dist/static/tabs/index.d.ts +1 -1
  1297. package/dist/static/text-expand/TextExpand.d.ts +8 -8
  1298. package/dist/static/text-expand/TextExpand.d.ts.map +1 -1
  1299. package/dist/static/text-expand/TextExpand.js +1 -32
  1300. package/dist/static/text-expand/index.d.ts +1 -1
  1301. package/dist/striped-static-table/StripedStaticTable.d.ts +6 -5
  1302. package/dist/striped-static-table/StripedStaticTable.d.ts.map +1 -1
  1303. package/dist/striped-static-table/StripedStaticTable.js +1 -172
  1304. package/dist/striped-static-table/index.d.ts +1 -1
  1305. package/dist/styles/affiliate/AffiliateCard.scss +2 -2
  1306. package/dist/styles/events/EventCard.scss +3 -3
  1307. package/dist/styles/iframe-events/Calendar.scss +1 -0
  1308. package/dist/styles/iframe-events/Card.scss +1 -1
  1309. package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  1310. package/dist/styles/overrides/_functions.scss +2 -2
  1311. package/dist/styles/product-set/CreateProductSetItem.scss +0 -8
  1312. package/dist/styles/product-set/ProductSetCard.scss +2 -2
  1313. package/dist/styles/product-set/ProductSetForm.scss +0 -36
  1314. package/dist/styles/product-set/_index.scss +1 -2
  1315. package/dist/styles/sales/BookingResults.scss +1 -1
  1316. package/dist/styles/sales/SalesAndViews.scss +4 -5
  1317. package/dist/styles/snippet-templates/SnippetTemplateCard.scss +1 -1
  1318. package/dist/styles/themes/bookedit/{index.scss → _index.scss} +35 -35
  1319. package/dist/styles/themes/bookedit/_variables.scss +9 -13
  1320. package/dist/styles/themes/licklist/_index.scss +45 -0
  1321. package/dist/styles/venue-map-sets/VenueMapSetCard.scss +9 -7
  1322. package/dist/styles/zones/ZoneCard.scss +12 -7
  1323. package/dist/styles/zones/ZoneForm.scss +1 -2
  1324. package/dist/table/FilterHelperComponent.d.ts +12 -11
  1325. package/dist/table/FilterHelperComponent.d.ts.map +1 -1
  1326. package/dist/table/FilterHelperComponent.js +1 -124
  1327. package/dist/table/MenuButton.d.ts +11 -10
  1328. package/dist/table/MenuButton.d.ts.map +1 -1
  1329. package/dist/table/MenuButton.js +1 -26
  1330. package/dist/table/PaginationHelperComponent.d.ts +14 -13
  1331. package/dist/table/PaginationHelperComponent.d.ts.map +1 -1
  1332. package/dist/table/PaginationHelperComponent.js +1 -119
  1333. package/dist/table/PerPageHelperComponent.d.ts +12 -11
  1334. package/dist/table/PerPageHelperComponent.d.ts.map +1 -1
  1335. package/dist/table/PerPageHelperComponent.js +1 -96
  1336. package/dist/table/ReactTableHelperComponent.d.ts +11 -11
  1337. package/dist/table/ReactTableHelperComponent.d.ts.map +1 -1
  1338. package/dist/table/ReactTableHelperComponent.js +1 -325
  1339. package/dist/table/StaticTable.d.ts +22 -22
  1340. package/dist/table/StaticTable.d.ts.map +1 -1
  1341. package/dist/table/StaticTable.js +1 -55
  1342. package/dist/table/TableHelperComponent.d.ts +31 -31
  1343. package/dist/table/TableHelperComponent.d.ts.map +1 -1
  1344. package/dist/table/TableHelperComponent.js +1 -403
  1345. package/dist/table/hooks/useTableQueryOptions.d.ts +19 -18
  1346. package/dist/table/hooks/useTableQueryOptions.d.ts.map +1 -1
  1347. package/dist/table/hooks/useTableQueryOptions.js +1 -83
  1348. package/dist/table/index.d.ts +7 -7
  1349. package/dist/table/types.d.ts +40 -40
  1350. package/dist/table/types.d.ts.map +1 -1
  1351. package/dist/table/utils/index.d.ts +3 -3
  1352. package/dist/table/utils/index.d.ts.map +1 -1
  1353. package/dist/table/utils/index.js +1 -21
  1354. package/dist/tiptap-editor/TipTapEditor.d.ts +12 -11
  1355. package/dist/tiptap-editor/TipTapEditor.d.ts.map +1 -1
  1356. package/dist/tiptap-editor/TipTapEditor.js +1 -91
  1357. package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts +9 -8
  1358. package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts.map +1 -1
  1359. package/dist/tiptap-editor/TipTapMenu/TipTapMenu.js +1 -186
  1360. package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts +10 -9
  1361. package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts.map +1 -1
  1362. package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.js +1 -30
  1363. package/dist/tiptap-editor/TipTapMenu/components/index.d.ts +1 -1
  1364. package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.d.ts +34 -34
  1365. package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.js +1 -61
  1366. package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.d.ts +10 -10
  1367. package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.js +1 -145
  1368. package/dist/tiptap-editor/TipTapMenu/extensions/utils.d.ts +7 -7
  1369. package/dist/tiptap-editor/TipTapMenu/extensions/utils.js +1 -59
  1370. package/dist/tiptap-editor/TipTapMenu/index.d.ts +1 -1
  1371. package/dist/tiptap-editor/index.d.ts +1 -1
  1372. package/dist/typeahead/Typeahead.d.ts +18 -17
  1373. package/dist/typeahead/Typeahead.d.ts.map +1 -1
  1374. package/dist/typeahead/Typeahead.js +1 -78
  1375. package/dist/typeahead/index.d.ts +1 -1
  1376. package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts +42 -42
  1377. package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts.map +1 -1
  1378. package/dist/typeahead-helper/TypeaheadHelperComponent.js +1 -329
  1379. package/dist/typeahead-helper/index.d.ts +1 -1
  1380. package/dist/types/bookings.d.ts +6 -6
  1381. package/dist/types/categories.d.ts +9 -9
  1382. package/dist/types/currency.d.ts +4 -4
  1383. package/dist/types/generic/SelectItem.d.ts +4 -4
  1384. package/dist/types/iframe.d.ts +2 -2
  1385. package/dist/types/index.d.ts +1 -1
  1386. package/dist/types/provider-links.d.ts +8 -8
  1387. package/dist/types/static/HTMLInputDateElement.d.ts +3 -3
  1388. package/dist/types/static/ILoaderOptions.d.ts +22 -22
  1389. package/dist/venue-map-sets/card/VenueMapSetCard.d.ts +9 -8
  1390. package/dist/venue-map-sets/card/VenueMapSetCard.d.ts.map +1 -1
  1391. package/dist/venue-map-sets/card/VenueMapSetCard.js +1 -143
  1392. package/dist/venue-map-sets/card/index.d.ts +1 -1
  1393. package/dist/venue-map-sets/form/VenueMapSetForm.d.ts +3 -2
  1394. package/dist/venue-map-sets/form/VenueMapSetForm.d.ts.map +1 -1
  1395. package/dist/venue-map-sets/form/VenueMapSetForm.js +1 -125
  1396. package/dist/venue-map-sets/form/components/NameControl.d.ts +5 -4
  1397. package/dist/venue-map-sets/form/components/NameControl.d.ts.map +1 -1
  1398. package/dist/venue-map-sets/form/components/NameControl.js +1 -117
  1399. package/dist/venue-map-sets/form/components/VenueMapControl.d.ts +20 -20
  1400. package/dist/venue-map-sets/form/components/VenueMapControl.d.ts.map +1 -1
  1401. package/dist/venue-map-sets/form/components/VenueMapControl.js +1 -54
  1402. package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts +6 -5
  1403. package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts.map +1 -1
  1404. package/dist/venue-map-sets/form/components/VenueMapImageControl.js +1 -313
  1405. package/dist/venue-map-sets/form/components/VenueMapModal.d.ts +9 -8
  1406. package/dist/venue-map-sets/form/components/VenueMapModal.d.ts.map +1 -1
  1407. package/dist/venue-map-sets/form/components/VenueMapModal.js +1 -356
  1408. package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts +6 -5
  1409. package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts.map +1 -1
  1410. package/dist/venue-map-sets/form/components/VenueMapsControl.js +1 -175
  1411. package/dist/venue-map-sets/form/index.d.ts +2 -2
  1412. package/dist/venue-map-sets/form/types/index.d.ts +17 -17
  1413. package/dist/venue-map-sets/form/utils/index.d.ts +4 -4
  1414. package/dist/venue-map-sets/form/utils/index.d.ts.map +1 -1
  1415. package/dist/venue-map-sets/form/utils/index.js +1 -152
  1416. package/dist/venue-map-sets/index.d.ts +2 -2
  1417. package/dist/virtualized/components/VirtualizedGrid.d.ts +4 -3
  1418. package/dist/virtualized/components/VirtualizedGrid.d.ts.map +1 -1
  1419. package/dist/virtualized/components/VirtualizedGrid.js +1 -52
  1420. package/dist/virtualized/components/VirtualizedWindowScroller.d.ts +16 -16
  1421. package/dist/virtualized/components/VirtualizedWindowScroller.d.ts.map +1 -1
  1422. package/dist/virtualized/components/VirtualizedWindowScroller.js +1 -86
  1423. package/dist/virtualized/context/VirtualizedContext.d.ts +11 -11
  1424. package/dist/virtualized/context/VirtualizedContext.d.ts.map +1 -1
  1425. package/dist/virtualized/context/VirtualizedContext.js +1 -73
  1426. package/dist/virtualized/context/index.d.ts +1 -1
  1427. package/dist/virtualized/index.d.ts +3 -3
  1428. package/dist/zone/card/ZoneCard.d.ts +9 -8
  1429. package/dist/zone/card/ZoneCard.d.ts.map +1 -1
  1430. package/dist/zone/card/ZoneCard.js +1 -144
  1431. package/dist/zone/card/index.d.ts +2 -2
  1432. package/dist/zone/form/ZoneForm.d.ts +15 -14
  1433. package/dist/zone/form/ZoneForm.d.ts.map +1 -1
  1434. package/dist/zone/form/ZoneForm.js +1 -151
  1435. package/dist/zone/form/components/AvailableTimesControl.d.ts +24 -23
  1436. package/dist/zone/form/components/AvailableTimesControl.d.ts.map +1 -1
  1437. package/dist/zone/form/components/AvailableTimesControl.js +1 -151
  1438. package/dist/zone/form/components/DescriptionControl.d.ts +6 -5
  1439. package/dist/zone/form/components/DescriptionControl.d.ts.map +1 -1
  1440. package/dist/zone/form/components/DescriptionControl.js +1 -55
  1441. package/dist/zone/form/components/GameDurationControl.d.ts +6 -5
  1442. package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
  1443. package/dist/zone/form/components/GameDurationControl.js +1 -95
  1444. package/dist/zone/form/components/NameControl.d.ts +6 -5
  1445. package/dist/zone/form/components/NameControl.d.ts.map +1 -1
  1446. package/dist/zone/form/components/NameControl.js +1 -101
  1447. package/dist/zone/form/components/SortControl.d.ts +6 -5
  1448. package/dist/zone/form/components/SortControl.d.ts.map +1 -1
  1449. package/dist/zone/form/components/SortControl.js +1 -100
  1450. package/dist/zone/form/components/ZoneControl.d.ts +7 -6
  1451. package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
  1452. package/dist/zone/form/components/ZoneControl.js +1 -67
  1453. package/dist/zone/form/components/ZoneImageControl.d.ts +6 -5
  1454. package/dist/zone/form/components/ZoneImageControl.d.ts.map +1 -1
  1455. package/dist/zone/form/components/ZoneImageControl.js +1 -282
  1456. package/dist/zone/form/components/ZoneRecurrenceControl.d.ts +9 -8
  1457. package/dist/zone/form/components/ZoneRecurrenceControl.d.ts.map +1 -1
  1458. package/dist/zone/form/components/ZoneRecurrenceControl.js +1 -134
  1459. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +11 -10
  1460. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
  1461. package/dist/zone/form/components/ZoneRecurrencesControl.js +1 -420
  1462. package/dist/zone/form/components/ZoneTypeControl.d.ts +6 -5
  1463. package/dist/zone/form/components/ZoneTypeControl.d.ts.map +1 -1
  1464. package/dist/zone/form/components/ZoneTypeControl.js +1 -100
  1465. package/dist/zone/form/index.d.ts +2 -2
  1466. package/dist/zone/form/utils/dates.d.ts +3 -3
  1467. package/dist/zone/form/utils/dates.d.ts.map +1 -1
  1468. package/dist/zone/form/utils/dates.js +1 -136
  1469. package/dist/zone/index.d.ts +2 -2
  1470. package/package.json +90 -95
  1471. package/rollup.config.js +54 -84
  1472. package/src/affiliate/card/AffiliateCard.stories.tsx +1 -0
  1473. package/src/affiliate/card/AffiliateCard.tsx +6 -6
  1474. package/src/affiliate/form/AffiliateControl.tsx +1 -1
  1475. package/src/affiliate/form/AffiliateForm.stories.tsx +1 -0
  1476. package/src/affiliate/form/AffiliateForm.tsx +2 -2
  1477. package/src/affiliate/types/index.ts +1 -1
  1478. package/src/auth/AccessDenied/AccessDenied.stories.tsx +1 -0
  1479. package/src/auth/AccessDenied/AccessDenied.tsx +3 -2
  1480. package/src/auth/Auth.stories.tsx +2 -2
  1481. package/src/auth/Authorizer.tsx +4 -4
  1482. package/src/auth/ChangePassword/ChangePassword.stories.tsx +1 -0
  1483. package/src/auth/ChangePassword/ChangePasswordComponent.tsx +1 -1
  1484. package/src/auth/ChangePassword/ChangePasswordFormComponent.tsx +4 -3
  1485. package/src/auth/Layout/AuthNavComponent.tsx +1 -0
  1486. package/src/auth/Layout/Layout.stories.tsx +2 -1
  1487. package/src/auth/Layout/UserNavComponent.tsx +1 -0
  1488. package/src/auth/Layout/UserNavDropDown.tsx +1 -0
  1489. package/src/auth/Layout/UserNavDropDownToggle.tsx +1 -0
  1490. package/src/auth/Login/Login.stories.tsx +1 -0
  1491. package/src/auth/Login/LoginComponent.tsx +2 -2
  1492. package/src/auth/Login/LoginFormComponent.tsx +3 -3
  1493. package/src/auth/Logout/Logout.stories.tsx +1 -1
  1494. package/src/auth/Logout/Logout.tsx +1 -1
  1495. package/src/auth/Register/BirthDateFormComponent.tsx +5 -5
  1496. package/src/auth/Register/Register.stories.tsx +1 -0
  1497. package/src/auth/Register/RegisterComponent.tsx +1 -1
  1498. package/src/auth/Register/RegisterFormComponent.tsx +3 -3
  1499. package/src/auth/ResetPassword/ResetPassword.stories.tsx +1 -0
  1500. package/src/auth/ResetPassword/ResetPasswordComponent.tsx +1 -1
  1501. package/src/auth/ResetPassword/ResetPasswordFormComponent.tsx +3 -3
  1502. package/src/auth/Router.tsx +3 -3
  1503. package/src/auth/Social/Social.stories.tsx +1 -0
  1504. package/src/auth/Social/SocialCallbackComponent.tsx +1 -1
  1505. package/src/auth/Social/SocialFormComponent.tsx +2 -1
  1506. package/src/availability-indicator/AvailabilityIndicator.tsx +1 -1
  1507. package/src/calendar/Calendar.stories.tsx +1 -0
  1508. package/src/calendar/Calendar.tsx +2 -2
  1509. package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +29 -32
  1510. package/src/calendar/components/CalendarDates/CalendarDates.tsx +1 -1
  1511. package/src/calendar/components/CalendarSelect/CalendarSelect.tsx +1 -1
  1512. package/src/calendar/components/CalendarWeekdays/CalendarWeekdays.tsx +1 -0
  1513. package/src/collapsible-input-group/CollapsibleInputGroup.stories.tsx +1 -0
  1514. package/src/collapsible-input-group/CollapsibleInputGroup.tsx +5 -8
  1515. package/src/custom-fields/CustomFields.stories.tsx +1 -1
  1516. package/src/custom-fields/{constants.tsx → constants.ts} +2 -3
  1517. package/src/custom-fields/field/FieldItem.tsx +4 -4
  1518. package/src/custom-fields/field/SelectFieldModal.tsx +1 -0
  1519. package/src/custom-fields/field-set/CustomFieldSets.tsx +2 -2
  1520. package/src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx +4 -4
  1521. package/src/custom-fields/field-set/providers/CustomFieldSetsProvider.tsx +1 -1
  1522. package/src/custom-fields/forms/DropdownForm.tsx +10 -9
  1523. package/src/custom-fields/forms/TextInputForm.tsx +2 -1
  1524. package/src/customers/components/filter/CustomerFilter.stories.tsx +1 -1
  1525. package/src/customers/components/filter/CustomerFilter.tsx +1 -0
  1526. package/src/date-time-button/DateContent.tsx +2 -1
  1527. package/src/date-time-button/DateTimeButton.stories.tsx +1 -0
  1528. package/src/date-time-button/DateTimeButton.tsx +4 -2
  1529. package/src/error/Error.stories.tsx +1 -0
  1530. package/src/error/ErrorFallback.tsx +1 -0
  1531. package/src/events/edit-event-modal/IntervalInput.tsx +2 -2
  1532. package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.stories.tsx +1 -1
  1533. package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +3 -5
  1534. package/src/events/edit-event-modal/component/EditEventForm/index.ts +1 -2
  1535. package/src/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.tsx +1 -0
  1536. package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +6 -18
  1537. package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +17 -23
  1538. package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +4 -8
  1539. package/src/events/edit-event-modal/hooks/useFormattedDuration.tsx +2 -2
  1540. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +7 -4
  1541. package/src/events/edit-event-modal/utils/removeRruleCount.ts +1 -1
  1542. package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.stories.tsx +1 -1
  1543. package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +4 -3
  1544. package/src/events/event-card/EventCard.stories.tsx +1 -0
  1545. package/src/events/event-card/EventCard.tsx +8 -15
  1546. package/src/events/event-card/EventCardSkeleton.tsx +1 -1
  1547. package/src/events/event-card/utils.ts +10 -10
  1548. package/src/events/event-statistic-modal/EventStatisticModal.stories.tsx +1 -1
  1549. package/src/events/event-statistic-modal/EventStatisticModal.tsx +3 -2
  1550. package/src/events/event-statistic-modal/hooks/useTableData.tsx +6 -6
  1551. package/src/events/event-statistic-modal/utils/index.ts +9 -9
  1552. package/src/events/event-venue-map/EventVenueMap.stories.tsx +1 -1
  1553. package/src/events/event-venue-map/EventVenueMap.tsx +3 -3
  1554. package/src/events/event-venue-map/components/Dropdown/Dropdown.tsx +5 -5
  1555. package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.tsx +1 -1
  1556. package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.tsx +1 -0
  1557. package/src/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.tsx +13 -7
  1558. package/src/events/event-venue-map/components/MapPoint/MapPoint.tsx +8 -8
  1559. package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.tsx +1 -0
  1560. package/src/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.tsx +1 -0
  1561. package/src/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.tsx +1 -0
  1562. package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.tsx +6 -6
  1563. package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.tsx +1 -0
  1564. package/src/events/event-venue-map/components/Scrollbars/Scrollbars.tsx +2 -2
  1565. package/src/events/event-venue-map/components/VenueMap/VenueMap.tsx +7 -7
  1566. package/src/events/event-venue-map/components/ZoomButtons/ZoomButtons.tsx +3 -2
  1567. package/src/events/event-venue-map/hooks/useDrag.ts +5 -5
  1568. package/src/events/event-venue-map/hooks/useImage.tsx +2 -2
  1569. package/src/events/event-venue-map/hooks/useStageActions.ts +3 -3
  1570. package/src/events/event-venue-map/hooks/useZoom.ts +6 -6
  1571. package/src/events/event-venue-map/index.ts +1 -2
  1572. package/src/events/event-venue-map/utils/index.ts +16 -17
  1573. package/src/file-upload/FilePreview.tsx +9 -4
  1574. package/src/file-upload/FileUpload.stories.tsx +1 -0
  1575. package/src/file-upload/FileUpload.tsx +5 -5
  1576. package/src/header/BookeditHeader.tsx +1 -1
  1577. package/src/header/Header.stories.tsx +101 -105
  1578. package/src/header/Header.tsx +1 -1
  1579. package/src/header/LicklistHeader.tsx +1 -1
  1580. package/src/header/elements/CompanySelector.tsx +1 -0
  1581. package/src/header/elements/Elements.stories.tsx +1 -0
  1582. package/src/help/example/Example.stories.tsx +1 -0
  1583. package/src/help/example/Example.tsx +12 -10
  1584. package/src/help/popover/HelpPopover.tsx +3 -3
  1585. package/src/help/popover/Popover.stories.tsx +1 -0
  1586. package/src/iframe/activity-card/ActivityCard.stories.tsx +3 -3
  1587. package/src/iframe/activity-card/ActivityCard.tsx +1 -1
  1588. package/src/iframe/back-button/BackButton.stories.tsx +1 -0
  1589. package/src/iframe/back-button/BackButton.tsx +2 -0
  1590. package/src/iframe/custom-fields/components/CustomDateField.stories.tsx +2 -2
  1591. package/src/iframe/custom-fields/components/CustomDateField.tsx +2 -2
  1592. package/src/iframe/event/event-booking-form/EventBookingForm.stories.tsx +1 -0
  1593. package/src/iframe/event/event-booking-form/EventBookingForm.tsx +1 -1
  1594. package/src/iframe/event/event-booking-products/EventBookingProducts.stories.tsx +1 -0
  1595. package/src/iframe/event/event-booking-products/EventBookingProducts.tsx +1 -0
  1596. package/src/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.tsx +10 -5
  1597. package/src/iframe/event/event-booking-view/EventBookingView.stories.tsx +1 -0
  1598. package/src/iframe/event/event-booking-view/EventBookingView.tsx +2 -0
  1599. package/src/iframe/event/event-card/IframeEventCard.stories.tsx +1 -0
  1600. package/src/iframe/event/event-card/IframeEventCard.tsx +2 -1
  1601. package/src/iframe/event/event-card/IframeEventCardSkeleton.tsx +3 -3
  1602. package/src/iframe/event/event-card/IframeEventCards.stories.tsx +1 -0
  1603. package/src/iframe/event/event-description/EventDescription.stories.tsx +1 -0
  1604. package/src/iframe/event/event-description/EventDescription.tsx +2 -2
  1605. package/src/iframe/event/event-navigation-footer/EventNavigationFooter.stories.tsx +1 -0
  1606. package/src/iframe/event/event-navigation-footer/EventNavigationFooter.tsx +5 -5
  1607. package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.stories.tsx +1 -0
  1608. package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.tsx +1 -0
  1609. package/src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx +1 -0
  1610. package/src/iframe/event/event-order-short-summary/components/Summary/index.ts +1 -2
  1611. package/src/iframe/event/event-order-short-summary/index.ts +1 -1
  1612. package/src/iframe/event/event-order-summary/EventOrderSummary.stories.tsx +1 -0
  1613. package/src/iframe/event/event-order-summary/EventOrderSummary.tsx +1 -0
  1614. package/src/iframe/event/event-product-sets/EventProductSets.stories.tsx +1 -1
  1615. package/src/iframe/event/event-product-sets/EventProductSets.tsx +1 -0
  1616. package/src/iframe/event/event-product-sets/components/EventProductSet.tsx +2 -1
  1617. package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.stories.tsx +1 -1
  1618. package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.tsx +1 -1
  1619. package/src/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.tsx +2 -1
  1620. package/src/iframe/event/event-tables/EventTables.stories.tsx +1 -0
  1621. package/src/iframe/event/event-tables/EventTables.tsx +2 -0
  1622. package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +1 -0
  1623. package/src/iframe/event/event-venue-map/IframeEventVenueMap.tsx +1 -1
  1624. package/src/iframe/event/index.ts +9 -6
  1625. package/src/iframe/event/ticket-description/TicketDescription.stories.tsx +1 -0
  1626. package/src/iframe/event/ticket-description/TicketDescription.tsx +1 -1
  1627. package/src/iframe/external-modal/ExternalModal.stories.tsx +1 -0
  1628. package/src/iframe/external-modal/ExternalModal.tsx +1 -1
  1629. package/src/iframe/index.ts +8 -13
  1630. package/src/iframe/order-process/components/BookingSummary/BookingSummary.stories.tsx +1 -0
  1631. package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +1 -0
  1632. package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.tsx +1 -1
  1633. package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +1 -0
  1634. package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +5 -4
  1635. package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx +1 -1
  1636. package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.tsx +1 -0
  1637. package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.tsx +17 -13
  1638. package/src/iframe/order-process/components/BookingSummary/utils/index.ts +2 -2
  1639. package/src/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.tsx +2 -2
  1640. package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.stories.tsx +2 -3
  1641. package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx +19 -19
  1642. package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +1 -0
  1643. package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +6 -7
  1644. package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +4 -4
  1645. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.stories.tsx +1 -1
  1646. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +3 -3
  1647. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +2 -1
  1648. package/src/iframe/order-process/components/ErrorModal/ErrorModal.tsx +3 -2
  1649. package/src/iframe/order-process/components/NavigationFooter/NavigationFooter.tsx +4 -4
  1650. package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.stories.tsx +1 -0
  1651. package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.tsx +11 -5
  1652. package/src/iframe/order-process/components/NavigationSteps/index.ts +1 -2
  1653. package/src/iframe/order-process/components/PaymentCard/PaymentCard.stories.tsx +1 -0
  1654. package/src/iframe/order-process/components/PaymentCard/PaymentCard.tsx +5 -5
  1655. package/src/iframe/order-process/components/Timer/Timer.stories.tsx +1 -0
  1656. package/src/iframe/order-process/components/Timer/Timer.tsx +3 -2
  1657. package/src/iframe/order-process/components/utils/useCategoryVerification.ts +5 -5
  1658. package/src/iframe/order-process/index.ts +1 -2
  1659. package/src/iframe/page/Page.stories.tsx +1 -0
  1660. package/src/iframe/page/Page.tsx +4 -4
  1661. package/src/iframe/page/components/PageBody/PageBody.tsx +1 -1
  1662. package/src/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.tsx +1 -1
  1663. package/src/iframe/page/components/PageBody/components/RightBlock/RightBlock.tsx +6 -6
  1664. package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +7 -7
  1665. package/src/iframe/page/components/PageHeader/PageHeader.tsx +1 -1
  1666. package/src/iframe/payment/order-items-table/OrderItemsTable.stories.tsx +1 -0
  1667. package/src/iframe/payment/order-items-table/OrderItemsTable.tsx +1 -0
  1668. package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +8 -8
  1669. package/src/iframe/payment/order-items-table/types/index.ts +1 -1
  1670. package/src/iframe/payment/order-items-table/utils/index.ts +8 -8
  1671. package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +0 -1
  1672. package/src/iframe/payment/payment-form/PaymentForm.stories.tsx +1 -0
  1673. package/src/iframe/payment/payment-form/PaymentForm.tsx +1 -0
  1674. package/src/iframe/payment/payment-page/PaymentPage.stories.tsx +1 -0
  1675. package/src/iframe/payment/payment-page/PaymentPage.tsx +4 -4
  1676. package/src/iframe/payment/payment-page/PaymentTimer.tsx +2 -2
  1677. package/src/iframe/payment/payment-status-header/PaymentStatusHeader.stories.tsx +1 -0
  1678. package/src/iframe/payment/payment-status-header/PaymentStatusHeader.tsx +1 -0
  1679. package/src/iframe/payment/payment-status-page/PaymentStatusComponent.stories.tsx +1 -0
  1680. package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +3 -3
  1681. package/src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx +1 -0
  1682. package/src/iframe/payment/status-body/StatusBody.stories.tsx +1 -0
  1683. package/src/iframe/payment/status-body/StatusBody.tsx +1 -0
  1684. package/src/iframe/powered-by/PoweredBy.stories.tsx +1 -0
  1685. package/src/iframe/powered-by/PoweredBy.tsx +1 -0
  1686. package/src/iframe/ryft/RyftPaymentForm.tsx +4 -4
  1687. package/src/image-radio-input/ImageRadioInput.stories.tsx +4 -3
  1688. package/src/image-radio-input/ImageRadioInput.tsx +1 -1
  1689. package/src/layout/BackgroundVideoContainer.tsx +1 -1
  1690. package/src/layout/Container.tsx +1 -1
  1691. package/src/layout/DropDown.tsx +3 -4
  1692. package/src/layout/DropDownToggle.tsx +3 -4
  1693. package/src/layout/Layout.stories.tsx +67 -73
  1694. package/src/logo/Logo.stories.tsx +50 -55
  1695. package/src/logo/Logo.tsx +1 -1
  1696. package/src/modals/confirmation/ConfirmModal.tsx +4 -4
  1697. package/src/modals/confirmation/Confirmation.stories.tsx +1 -0
  1698. package/src/modals/dialog/Dialog.tsx +1 -0
  1699. package/src/modals/dialog/DialogContext.tsx +8 -2
  1700. package/src/modals/fullscreen/FullscreenModal.tsx +3 -3
  1701. package/src/modals/fullscreen/FulscreenModal.stories.tsx +1 -0
  1702. package/src/notification/components/NotificationPlaceholders.stories.tsx +1 -0
  1703. package/src/notification/components/NotificationPlaceholders.tsx +1 -0
  1704. package/src/notification/email-template/card/EmailTemplateCard.stories.tsx +1 -0
  1705. package/src/notification/email-template/card/EmailTemplateCard.tsx +4 -3
  1706. package/src/notification/email-template/control/EmailTemplateControl.tsx +11 -11
  1707. package/src/notification/email-template/form/EmailTemplateForm.stories.tsx +1 -0
  1708. package/src/notification/email-template/form/EmailTemplateForm.tsx +1 -1
  1709. package/src/notification/send-email-template/SendEmailTemplateForm.stories.tsx +1 -0
  1710. package/src/notification/send-email-template/SendEmailTemplateForm.tsx +2 -2
  1711. package/src/notification/sms-template/card/SmsTemplateCard.stories.tsx +1 -0
  1712. package/src/notification/sms-template/card/SmsTemplateCard.tsx +4 -3
  1713. package/src/notification/sms-template/control/SmsTemplateControl.tsx +1 -0
  1714. package/src/notification/sms-template/form/SmsTemplateForm.stories.tsx +1 -0
  1715. package/src/notification/sms-template/form/SmsTemplateForm.tsx +1 -1
  1716. package/src/number-of-people-input/NumberOfPeopleInput.tsx +1 -1
  1717. package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.stories.tsx +1 -1
  1718. package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.tsx +1 -0
  1719. package/src/product-set/card/ProductSetCard.stories.tsx +1 -0
  1720. package/src/product-set/card/ProductSetCard.tsx +7 -6
  1721. package/src/product-set/control/DateAndRecurrenceInput.tsx +16 -14
  1722. package/src/product-set/control/DateInput.tsx +12 -13
  1723. package/src/product-set/control/ProductSetControl.stories.tsx +1 -0
  1724. package/src/product-set/control/ProductSetControl.tsx +8 -26
  1725. package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +1 -1
  1726. package/src/product-set/control/ProductSetRecurrenceControl.tsx +8 -6
  1727. package/src/product-set/control/ProductSetRecurrenceOverridesControl.tsx +9 -5
  1728. package/src/product-set/control/TutorialGifCard.tsx +13 -6
  1729. package/src/product-set/deposit-paid/ProductSetDepositPaid.stories.tsx +1 -0
  1730. package/src/product-set/deposit-paid/ProductSetDepositPaidControl.tsx +4 -3
  1731. package/src/product-set/elements/DeleteFieldButton.tsx +3 -2
  1732. package/src/product-set/elements/Elements.stories.tsx +1 -0
  1733. package/src/product-set/form/MobileFooter.tsx +37 -6
  1734. package/src/product-set/form/ProductCategoriesControl.tsx +13 -48
  1735. package/src/product-set/form/ProductSetForm.stories.tsx +1 -0
  1736. package/src/product-set/form/ProductSetForm.tsx +8 -33
  1737. package/src/product-set/form/ProductSetFormPopover.tsx +1 -1
  1738. package/src/product-set/form/ProductsControl.tsx +25 -9
  1739. package/src/product-set/form/SelectCategoryModal.stories.tsx +1 -0
  1740. package/src/product-set/form/SelectCategoryModal.tsx +22 -27
  1741. package/src/product-set/form/StepsControl.tsx +1 -1
  1742. package/src/product-set/form/SubProductsControl.tsx +1 -1
  1743. package/src/product-set/form/VenueMapSetModal.tsx +8 -8
  1744. package/src/product-set/form/VenueMapsControl.tsx +1 -0
  1745. package/src/product-set/form/context.tsx +2 -2
  1746. package/src/product-set/item/CreateProductSetItem.tsx +9 -3
  1747. package/src/product-set/popover/ProductSetPopover.stories.tsx +1 -1
  1748. package/src/product-set/popover/ProductSetPopover.tsx +5 -5
  1749. package/src/product-set/product/Product.stories.tsx +1 -0
  1750. package/src/product-set/product/ProductControl.tsx +284 -39
  1751. package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -0
  1752. package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +11 -10
  1753. package/src/product-set/product/deposit/ProductDeposit.stories.tsx +1 -0
  1754. package/src/product-set/product/deposit/ProductDepositControl.tsx +6 -5
  1755. package/src/product-set/product/duration/ProductDurationControl.stories.tsx +1 -0
  1756. package/src/product-set/product/duration/ProductDurationControl.tsx +2 -1
  1757. package/src/product-set/product/fixed-duration-fields/FixedDurationOptions.tsx +2 -1
  1758. package/src/product-set/product/price/ProductPrice.stories.tsx +1 -0
  1759. package/src/product-set/product/price/ProductPriceControl.tsx +5 -4
  1760. package/src/product-set/product/quantity/ProductQuantity.stories.tsx +1 -0
  1761. package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +12 -14
  1762. package/src/product-set/product/quantity/ProductQuantityControl.tsx +6 -6
  1763. package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +4 -4
  1764. package/src/product-set/product-category/ProductCategory.stories.tsx +1 -0
  1765. package/src/product-set/product-category/ProductCategoryControl.tsx +77 -18
  1766. package/src/product-set/step/Step.stories.tsx +1 -1
  1767. package/src/product-set/step/StepControl.tsx +3 -3
  1768. package/src/product-set/tabs/ProductSetTab.tsx +1 -1
  1769. package/src/product-set/tabs/ProductSetTabs.stories.tsx +1 -0
  1770. package/src/product-set/tabs/ProductSetTabs.tsx +1 -1
  1771. package/src/product-set/utils/index.ts +6 -10
  1772. package/src/provider/categories-input/CategoriesInput.stories.tsx +1 -0
  1773. package/src/provider/categories-input/CategoriesInput.tsx +1 -0
  1774. package/src/provider/categories-input/CategoriesInputDescription.tsx +2 -1
  1775. package/src/provider/company/user-form/UserForm.stories.tsx +1 -0
  1776. package/src/provider/company/user-form/UserForm.tsx +2 -2
  1777. package/src/provider/location-input/LocationInput.stories.tsx +1 -0
  1778. package/src/provider/location-input/LocationInput.tsx +1 -0
  1779. package/src/provider/location-input/LocationInputDescription.tsx +1 -1
  1780. package/src/provider/location-input/components/FormGroupControll.tsx +1 -0
  1781. package/src/provider/provider-details-input/ProviderDetailsInput.stories.tsx +1 -0
  1782. package/src/provider/provider-details-input/ProviderDetailsInput.tsx +1 -1
  1783. package/src/provider/provider-form/ProviderForm.stories.tsx +1 -0
  1784. package/src/provider/provider-form/ProviderForm.tsx +2 -2
  1785. package/src/provider/provider-links-input/ProviderLinksInput.stories.tsx +1 -0
  1786. package/src/provider/provider-links-input/ProviderLinksInput.tsx +2 -2
  1787. package/src/provider/venue-form/VenueForm.stories.tsx +1 -0
  1788. package/src/provider/venue-form/VenueForm.tsx +2 -2
  1789. package/src/provider/working-hours-input/WorkingHoursInput.stories.tsx +1 -0
  1790. package/src/provider/working-hours-input/WorkingHoursInput.tsx +2 -1
  1791. package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +19 -4
  1792. package/src/radio-card/RadioCard.stories.tsx +1 -1
  1793. package/src/radio-card/RadioCard.tsx +1 -1
  1794. package/src/recurrence-input/RecurrenceEndInput.tsx +2 -2
  1795. package/src/recurrence-input/RecurrenceInput.stories.tsx +1 -0
  1796. package/src/recurrence-input/RecurrenceInput.tsx +7 -7
  1797. package/src/recurrence-input/RecurrenceIntervalAndFrequencyInput.tsx +1 -0
  1798. package/src/recurrence-input/RecurrenceMonthlyRepeatByInput.tsx +1 -0
  1799. package/src/recurrence-input/RecurrenceWeekdaysInput.tsx +2 -1
  1800. package/src/recurrence-input/utils.ts +3 -3
  1801. package/src/recurring-date-picker-input/DatePickerInput.tsx +1 -2
  1802. package/src/recurring-date-picker-input/RecurrenceAndFrequencyInput.tsx +1 -1
  1803. package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +1 -1
  1804. package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +3 -4
  1805. package/src/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.tsx +1 -0
  1806. package/src/recurring-date-picker-input/RecurrenceWeekdaysInput.tsx +2 -1
  1807. package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +8 -13
  1808. package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +10 -21
  1809. package/src/recurring-date-picker-input/utils.ts +4 -94
  1810. package/src/report/DataFieldsSelector/DataFieldsSelector.tsx +1 -1
  1811. package/src/report/ReportRunnerModal/ReportRunnerModal.stories.tsx +1 -0
  1812. package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +3 -2
  1813. package/src/report/ReportTypeSelect/ReportTypeSelect.tsx +1 -0
  1814. package/src/report/card/ReportCard.stories.tsx +1 -0
  1815. package/src/report/card/ReportCard.tsx +11 -0
  1816. package/src/report/form/ReportForm.stories.tsx +1 -0
  1817. package/src/report/form/ReportForm.tsx +1 -1
  1818. package/src/resource/card/ResourceCard.stories.tsx +1 -0
  1819. package/src/resource/card/ResourceCard.tsx +1 -0
  1820. package/src/resource/form/ResourceForm.stories.tsx +1 -0
  1821. package/src/resource/form/ResourceForm.tsx +1 -1
  1822. package/src/resource/form/components/CapacityControl.tsx +1 -0
  1823. package/src/resource/form/components/NameControl.tsx +1 -0
  1824. package/src/resource/form/components/SortControl.tsx +1 -0
  1825. package/src/resource/form/components/ZoneControl.tsx +1 -0
  1826. package/src/sales/booking/results/BookingResults.stories.tsx +1 -0
  1827. package/src/sales/booking/results/BookingResults.tsx +1 -0
  1828. package/src/sales/booking/results/components/ResultCard.tsx +6 -2
  1829. package/src/sales/coupon/control/CouponFormControl.tsx +2 -2
  1830. package/src/sales/coupon/form/CouponForm.stories.tsx +1 -0
  1831. package/src/sales/coupon/form/CouponFrom.tsx +1 -1
  1832. package/src/sales/filters/SaleFilter.stories.tsx +1 -1
  1833. package/src/sales/filters/SaleFilters.tsx +1 -0
  1834. package/src/sales/guest-profile/previous-bookings/PreviousBookings.stories.tsx +1 -0
  1835. package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +2 -2
  1836. package/src/sales/guest-profile/profile/Profile.stories.tsx +1 -0
  1837. package/src/sales/guest-profile/profile/Profile.tsx +1 -0
  1838. package/src/sales/guest-profile/profile/components/ImageHolder/ImageHolder.tsx +2 -0
  1839. package/src/sales/guest-profile/user-metrics/UserMetrics.stories.tsx +1 -0
  1840. package/src/sales/guest-profile/user-metrics/UserMetrics.tsx +1 -0
  1841. package/src/sales/guest-profile/visited-providers/VisitedProviders.stories.tsx +1 -0
  1842. package/src/sales/guest-profile/visited-providers/VisitedProviders.tsx +1 -0
  1843. package/src/sales/life-time-sales/LifeTimeSalesChart.stories.tsx +1 -0
  1844. package/src/sales/life-time-sales/LifeTimeSalesChart.tsx +2 -2
  1845. package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.stories.tsx +1 -1
  1846. package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.tsx +14 -8
  1847. package/src/sales/manual-booking/search-user/SearchUser.tsx +2 -2
  1848. package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.stories.tsx +2 -2
  1849. package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.tsx +3 -3
  1850. package/src/sales/manual-booking/select-event/SelectEvent.tsx +4 -3
  1851. package/src/sales/manual-booking/select-menu/SelectMenu.stories.tsx +1 -0
  1852. package/src/sales/manual-booking/select-menu/SelectMenu.tsx +1 -0
  1853. package/src/sales/manual-booking/select-menu/components/MenuButton.tsx +1 -0
  1854. package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +2 -1
  1855. package/src/sales/modals/payment-modal/PaymentModal.stories.tsx +3 -3
  1856. package/src/sales/modals/payment-modal/PaymentModal.tsx +3 -3
  1857. package/src/sales/modals/refund-modal/RefundModal.stories.tsx +1 -1
  1858. package/src/sales/modals/refund-modal/RefundModal.tsx +5 -6
  1859. package/src/sales/notes/NotesTable.stories.tsx +1 -0
  1860. package/src/sales/notes/NotesTable.tsx +3 -3
  1861. package/src/sales/notes/NotesTableRow.tsx +6 -6
  1862. package/src/sales/notes/note-form/NoteForm.stories.tsx +1 -0
  1863. package/src/sales/notes/note-form/NoteForm.tsx +1 -0
  1864. package/src/sales/payment-form/SalePaymentForm.stories.tsx +3 -3
  1865. package/src/sales/payment-form/SalePaymentForm.tsx +9 -10
  1866. package/src/sales/payment-form/components/RyftPayment/RyftPayment.tsx +1 -0
  1867. package/src/sales/sales-and-views/SalesAndViewsChart.stories.tsx +1 -1
  1868. package/src/sales/sales-and-views/SalesAndViewsChart.tsx +4 -4
  1869. package/src/sales/source-of-sales/SourceOfSalesChart.stories.tsx +1 -0
  1870. package/src/sales/source-of-sales/SourceOfSalesChart.tsx +3 -3
  1871. package/src/sales/statistics-chart/StatisticsChart.stories.tsx +1 -0
  1872. package/src/sales/statistics-chart/StatisticsChart.tsx +1 -1
  1873. package/src/setting/admin/AdminSetting.stories.tsx +1 -0
  1874. package/src/setting/admin/AdminSettingForm.tsx +11 -5
  1875. package/src/setting/admin/PaymentFeeForm.tsx +33 -7
  1876. package/src/setting/dashboard/DashboardSetting.stories.tsx +6 -5
  1877. package/src/setting/dashboard/DashboardSettingForm.tsx +1 -1
  1878. package/src/setting/dashboard/EventSettingForm.tsx +1 -0
  1879. package/src/setting/dashboard/FinancialDataForm.tsx +20 -4
  1880. package/src/setting/dashboard/OtherSettingForm.tsx +1 -0
  1881. package/src/setting/dashboard/ProviderSettingForm.tsx +8 -2
  1882. package/src/setting/dashboard/components/IpInput.stories.tsx +1 -0
  1883. package/src/setting/dashboard/components/IpInput.tsx +6 -6
  1884. package/src/setting/dashboard/payments/payments-form/PaymentsForm.stories.tsx +1 -0
  1885. package/src/setting/dashboard/payments/payments-form/PaymentsForm.tsx +1 -0
  1886. package/src/setting/dashboard/payments/payments-modal/PaymentsModal.stories.tsx +1 -0
  1887. package/src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx +1 -1
  1888. package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.stories.tsx +1 -0
  1889. package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +3 -2
  1890. package/src/setting/dashboard/snippets/card/SnippetCard.stories.tsx +1 -0
  1891. package/src/setting/dashboard/snippets/card/SnippetCard.tsx +6 -6
  1892. package/src/setting/system/SystemSetting.stories.tsx +1 -0
  1893. package/src/setting/system/SystemSettingForm.tsx +1 -0
  1894. package/src/sidebar/elements/Elements.stories.tsx +1 -0
  1895. package/src/sidebar/elements/ReturnBack.tsx +3 -2
  1896. package/src/slide-curtain/SlideCurtain.stories.tsx +1 -0
  1897. package/src/slide-curtain/SlideCurtain.tsx +7 -3
  1898. package/src/snippet/snippet-template/SnippetTemplate.stories.tsx +1 -0
  1899. package/src/snippet/snippet-template/SnippetTemplate.tsx +1 -1
  1900. package/src/snippet/snippet-template/context/snippetTemplate.tsx +3 -3
  1901. package/src/snippet/snippet-template/context/snippetTemplateLoading.tsx +1 -1
  1902. package/src/snippet/snippet-template/context/snippetTemplateView.tsx +7 -7
  1903. package/src/snippet/snippet-template/control/Control.stories.tsx +1 -0
  1904. package/src/snippet/snippet-template/control/PropertyControl.tsx +2 -2
  1905. package/src/snippet/snippet-template/form/SnippetTemplateForm.stories.tsx +1 -0
  1906. package/src/snippet/snippet-template/form/SnippetTemplateForm.tsx +3 -3
  1907. package/src/snippet/snippet-template/preview/Preview.stories.tsx +1 -0
  1908. package/src/snippet/snippet-template/preview/Preview.tsx +5 -9
  1909. package/src/snippet/snippet-template/settings/SettingButton.tsx +3 -2
  1910. package/src/snippet/snippet-template/settings/Settings.stories.tsx +1 -0
  1911. package/src/snippet/snippet-template/utils/index.ts +2 -2
  1912. package/src/sortable-fields/SortableFieldItem.tsx +2 -2
  1913. package/src/sortable-fields/SortableFieldList.tsx +2 -1
  1914. package/src/sortable-list/CreateSortableListItem.tsx +8 -2
  1915. package/src/sortable-list/SortableList.stories.tsx +1 -0
  1916. package/src/sortable-list/SortableList.tsx +1 -1
  1917. package/src/sortable-tree/SortableTree.stories.tsx +1 -0
  1918. package/src/sortable-tree/SortableTree.tsx +1 -1
  1919. package/src/sortable-tree/SortableTreeItem.stories.tsx +1 -0
  1920. package/src/sortable-tree/SortableTreeItem.tsx +54 -79
  1921. package/src/sortable-tree/index.ts +1 -1
  1922. package/src/sorting-select/SortingSelect.stories.tsx +1 -0
  1923. package/src/sorting-select/SortingSelect.tsx +1 -1
  1924. package/src/static/CountryCodeSelect.tsx +1 -0
  1925. package/src/static/CountrySelect.tsx +1 -1
  1926. package/src/static/CurrencyNumberInput.tsx +3 -3
  1927. package/src/static/FormCard.tsx +1 -0
  1928. package/src/static/Icon.tsx +37 -0
  1929. package/src/static/Image.tsx +1 -0
  1930. package/src/static/RestrictedAccess.tsx +3 -2
  1931. package/src/static/SocialButton.tsx +6 -5
  1932. package/src/static/Static.stories.tsx +259 -290
  1933. package/src/static/StyledButton.tsx +1 -1
  1934. package/src/static/TextField.tsx +2 -2
  1935. package/src/static/UserBadge.tsx +7 -2
  1936. package/src/static/WarningMessage.tsx +1 -0
  1937. package/src/static/date-range-input/DateRangeInput.stories.tsx +1 -1
  1938. package/src/static/date-range-input/DateRangeInput.tsx +7 -3
  1939. package/src/static/date-range-input/utils/index.ts +1 -1
  1940. package/src/static/form-number-input/FormNumberInput.stories.tsx +1 -0
  1941. package/src/static/form-number-input/FormNumberInput.tsx +1 -0
  1942. package/src/static/images/DefaultUserImage.tsx +1 -0
  1943. package/src/static/images/Images.stories.tsx +8 -10
  1944. package/src/static/index.ts +1 -0
  1945. package/src/static/loader/BlockLoader.tsx +1 -0
  1946. package/src/static/loader/ButtonLoader.tsx +1 -0
  1947. package/src/static/loader/Loader.stories.tsx +1 -0
  1948. package/src/static/loader/LoaderIndicator.tsx +1 -1
  1949. package/src/static/loader/PaymentLoader.tsx +1 -1
  1950. package/src/static/loader/SnippetLoader.tsx +1 -0
  1951. package/src/static/manual-date-picker/ManualDatePicker.tsx +1 -0
  1952. package/src/static/manual-date-picker/hooks/useManualDatePicker.ts +1 -1
  1953. package/src/static/manual-date-picker/utils/index.ts +2 -2
  1954. package/src/static/number-input/NumberInput.stories.tsx +1 -1
  1955. package/src/static/number-input/NumberInput.tsx +4 -3
  1956. package/src/static/switch/BooleanSwitch.tsx +2 -2
  1957. package/src/static/switch/Switch.stories.tsx +1 -1
  1958. package/src/static/switch/Switch.tsx +1 -0
  1959. package/src/static/tabs/Tab.tsx +1 -1
  1960. package/src/static/tabs/Tabs.tsx +1 -1
  1961. package/src/static/text-expand/TextExpand.stories.tsx +1 -1
  1962. package/src/static/text-expand/TextExpand.tsx +3 -3
  1963. package/src/striped-static-table/StripedStaticTable.stories.tsx +1 -0
  1964. package/src/striped-static-table/StripedStaticTable.tsx +4 -2
  1965. package/src/styles/affiliate/AffiliateCard.scss +2 -2
  1966. package/src/styles/events/EventCard.scss +3 -3
  1967. package/src/styles/iframe-events/Calendar.scss +1 -0
  1968. package/src/styles/iframe-events/Card.scss +1 -1
  1969. package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  1970. package/src/styles/overrides/_functions.scss +2 -2
  1971. package/src/styles/product-set/CreateProductSetItem.scss +0 -8
  1972. package/src/styles/product-set/ProductSetCard.scss +2 -2
  1973. package/src/styles/product-set/ProductSetForm.scss +0 -36
  1974. package/src/styles/product-set/_index.scss +1 -2
  1975. package/src/styles/sales/BookingResults.scss +1 -1
  1976. package/src/styles/sales/SalesAndViews.scss +4 -5
  1977. package/src/styles/snippet-templates/SnippetTemplateCard.scss +1 -1
  1978. package/src/styles/themes/bookedit/{index.scss → _index.scss} +35 -35
  1979. package/src/styles/themes/bookedit/_variables.scss +9 -13
  1980. package/src/styles/themes/licklist/_index.scss +45 -0
  1981. package/src/styles/venue-map-sets/VenueMapSetCard.scss +9 -7
  1982. package/src/styles/zones/ZoneCard.scss +12 -7
  1983. package/src/styles/zones/ZoneForm.scss +1 -2
  1984. package/src/table/FilterHelperComponent.tsx +1 -1
  1985. package/src/table/MenuButton.tsx +10 -5
  1986. package/src/table/PaginationHelperComponent.tsx +10 -9
  1987. package/src/table/PerPageHelperComponent.tsx +1 -1
  1988. package/src/table/ReactTableHelperComponent.tsx +11 -11
  1989. package/src/table/StaticTable.tsx +1 -1
  1990. package/src/table/Table.stories.tsx +5 -5
  1991. package/src/table/TableHelperComponent.tsx +15 -16
  1992. package/src/table/hooks/useTableQueryOptions.ts +5 -6
  1993. package/src/table/types.ts +1 -1
  1994. package/src/table/utils/index.ts +5 -5
  1995. package/src/theme/Theme.stories.tsx +95 -96
  1996. package/src/tiptap-editor/TipTapEditor.stories.tsx +1 -0
  1997. package/src/tiptap-editor/TipTapEditor.tsx +3 -3
  1998. package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +1 -0
  1999. package/src/tiptap-editor/TipTapMenu/TipTapMenu.tsx +18 -25
  2000. package/src/tiptap-editor/TipTapMenu/components/TipTapMenuItem.tsx +8 -4
  2001. package/src/tiptap-editor/TipTapMenu/extensions/EMOJIS.ts +1 -1
  2002. package/src/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.ts +2 -2
  2003. package/src/typeahead/Typeahead.stories.tsx +4 -6
  2004. package/src/typeahead/Typeahead.tsx +1 -0
  2005. package/src/typeahead-helper/TypeaheadHelperComponent.tsx +5 -5
  2006. package/src/types/iframe.ts +1 -1
  2007. package/src/typings.d.ts +1 -1
  2008. package/src/venue-map-sets/card/VenueMapCard.stories.tsx +1 -0
  2009. package/src/venue-map-sets/card/VenueMapSetCard.tsx +6 -6
  2010. package/src/venue-map-sets/form/VenueMapSetForm.stories.tsx +1 -0
  2011. package/src/venue-map-sets/form/VenueMapSetForm.tsx +2 -2
  2012. package/src/venue-map-sets/form/components/NameControl.tsx +1 -0
  2013. package/src/venue-map-sets/form/components/VenueMapControl.tsx +10 -5
  2014. package/src/venue-map-sets/form/components/VenueMapImageControl.tsx +8 -8
  2015. package/src/venue-map-sets/form/components/VenueMapModal.tsx +7 -6
  2016. package/src/venue-map-sets/form/components/VenueMapsControl.tsx +8 -8
  2017. package/src/venue-map-sets/form/utils/index.ts +3 -3
  2018. package/src/virtualized/components/VirtualizedGrid.tsx +1 -1
  2019. package/src/virtualized/components/VirtualizedWindowScroller.stories.tsx +1 -1
  2020. package/src/virtualized/components/VirtualizedWindowScroller.tsx +2 -2
  2021. package/src/virtualized/context/VirtualizedContext.tsx +1 -1
  2022. package/src/zone/card/ZoneCard.stories.tsx +1 -0
  2023. package/src/zone/card/ZoneCard.tsx +6 -6
  2024. package/src/zone/form/ZoneForm.stories.tsx +1 -0
  2025. package/src/zone/form/ZoneForm.tsx +3 -4
  2026. package/src/zone/form/components/AvailableTimesControl.tsx +10 -5
  2027. package/src/zone/form/components/DescriptionControl.tsx +1 -0
  2028. package/src/zone/form/components/GameDurationControl.tsx +1 -0
  2029. package/src/zone/form/components/NameControl.tsx +1 -0
  2030. package/src/zone/form/components/SortControl.tsx +1 -0
  2031. package/src/zone/form/components/ZoneControl.tsx +4 -3
  2032. package/src/zone/form/components/ZoneImageControl.tsx +3 -3
  2033. package/src/zone/form/components/ZoneRecurrenceControl.tsx +12 -3
  2034. package/src/zone/form/components/ZoneRecurrencesControl.tsx +17 -15
  2035. package/src/zone/form/components/ZoneTypeControl.tsx +1 -0
  2036. package/src/zone/form/utils/dates.ts +13 -12
  2037. package/tsconfig.json +8 -6
  2038. package/.yarnrc.yml +0 -3
  2039. package/dist/product-set/form/ProductZonesControl.d.ts +0 -9
  2040. package/dist/product-set/form/ProductZonesControl.d.ts.map +0 -1
  2041. package/dist/product-set/form/ProductZonesControl.js +0 -214
  2042. package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts +0 -8
  2043. package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts.map +0 -1
  2044. package/dist/product-set/product/advanced-options/AdvancedOptions.js +0 -264
  2045. package/dist/product-set/product/advanced-options/index.d.ts +0 -2
  2046. package/dist/product-set/product/advanced-options/index.d.ts.map +0 -1
  2047. package/dist/product-set/product-zone/ProductZoneControl.d.ts +0 -15
  2048. package/dist/product-set/product-zone/ProductZoneControl.d.ts.map +0 -1
  2049. package/dist/product-set/product-zone/ProductZoneControl.js +0 -263
  2050. package/dist/product-set/product-zone/index.d.ts +0 -2
  2051. package/dist/product-set/product-zone/index.d.ts.map +0 -1
  2052. package/dist/styles/product-set/EditZoneSettingModal.scss +0 -16
  2053. package/dist/styles/themes/licklist/index.scss +0 -45
  2054. package/src/product-set/form/ProductZonesControl.tsx +0 -178
  2055. package/src/product-set/product/advanced-options/AdvancedOptions.tsx +0 -168
  2056. package/src/product-set/product/advanced-options/index.ts +0 -1
  2057. package/src/product-set/product-zone/ProductZoneControl.tsx +0 -247
  2058. package/src/product-set/product-zone/index.ts +0 -1
  2059. package/src/styles/product-set/EditZoneSettingModal.scss +0 -16
  2060. package/src/styles/themes/licklist/index.scss +0 -45
  2061. package/src/vite-env.d.ts +0 -3
  2062. package/tsconfig.build.json +0 -7
  2063. package/vite.config.ts +0 -34
  2064. package/yarn.lock +0 -20986
  2065. /package/.storybook/{main.cjs → main.js} +0 -0
@@ -1,565 +1 @@
1
- import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
2
- import { useState, useContext } from 'react';
3
- import { useTranslation } from 'react-i18next';
4
- import { MemoryRouter } from 'react-router-dom';
5
- import { Button } from 'react-bootstrap';
6
- import { SNIPPET_TYPE_VENUE_MAP, SNIPPET_TYPE_EVENT_LIST } from '@licklist/core/dist/DataMapper/Provider/SnippetDataMapper';
7
- import { defaultStartDay, Calendar } from '../../../calendar/Calendar.js';
8
- import 'clsx';
9
- import { getMonthCalendarDates } from '../../../calendar/utils/index.js';
10
- import { IframeEventCard } from '../../../iframe/event/event-card/IframeEventCard.js';
11
- import '../../../iframe/event/event-card/IframeEventCardSkeleton.js';
12
- import { SettingButton } from '../settings/SettingButton.js';
13
- import { SnippetTemplateViewContext } from '../context/snippetTemplateView.js';
14
- import { Timer } from '../../../iframe/order-process/components/Timer/Timer.js';
15
- import { NavigationSteps } from '../../../iframe/order-process/components/NavigationSteps/NavigationSteps.js';
16
- import { Page } from '../../../iframe/page/Page.js';
17
- import { PageBody } from '../../../iframe/page/components/PageBody/PageBody.js';
18
- import { PageHeader } from '../../../iframe/page/components/PageHeader/PageHeader.js';
19
- import 'react-icons/fa';
20
- import 'react-swipeable';
21
- import 'react-bootstrap/Button';
22
- import '@licklist/plugins/dist/services/Route/RouteService';
23
- import '@licklist/core/dist/DataMapper/Media/ImageDataMapper';
24
- import '@licklist/plugins/dist/services/Media/MediaService';
25
- import '../../../tiptap-editor/TipTapEditor.js';
26
- import 'react-bootstrap/Accordion';
27
- import 'react-intl';
28
- import 'react-bootstrap/Card';
29
- import 'react-bootstrap/AccordionToggle';
30
- import 'react-bootstrap/AccordionContext';
31
- import '../../../static/index.js';
32
- import { EventProductSets } from '../../../iframe/event/event-product-sets/EventProductSets.js';
33
- import { IframeEventVenueMap } from '../../../iframe/event/event-venue-map/IframeEventVenueMap.js';
34
- import 'react-bootstrap/PageItem';
35
- import '@licklist/plugins/dist/services/Table/PaginationService';
36
- import '@licklist/plugins/dist/services/Table/TableService';
37
- import 'lodash';
38
- import '@licklist/plugins/dist/hooks/Query/useQuery';
39
- import 'react-loader';
40
- import '../../../table/utils/index.js';
41
- import '@tanstack/react-table';
42
- import '../../../iframe/payment/order-items-table/hooks/useTableData.js';
43
- import 'react-bootstrap/Col';
44
- import 'react-bootstrap/Row';
45
- import '@licklist/plugins/dist/context/payment/PaymentSessionContext';
46
- import '@licklist/core/dist/Config';
47
- import 'react-hook-form';
48
- import 'react-bootstrap/Alert';
49
- import '@licklist/plugins/dist/hooks/Ryft/useRyftPayment';
50
- import '@licklist/plugins/dist';
51
- import { BookingSummary } from '../../../iframe/order-process/components/BookingSummary/BookingSummary.js';
52
- import { BookingSummaryFooter } from '../../../iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.js';
53
- import '../../../iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.js';
54
- import 'react-bootstrap/ModalHeader';
55
- import 'react-bootstrap/ModalTitle';
56
- import 'react-bootstrap/ModalBody';
57
- import 'react-bootstrap/Modal';
58
- import '../../../iframe/payment/payment-status-page/PaymentStatusPage.js';
59
- import '@licklist/plugins/dist/services/Form/HookFormService';
60
- import 'luxon';
61
- import '../../../static/manual-date-picker/constants/index.js';
62
- import { NumberInput } from '../../../iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js';
63
- import { SnippetTemplateContext } from '../context/snippetTemplate.js';
64
-
65
- function _array_like_to_array(arr, len) {
66
- if (len == null || len > arr.length) len = arr.length;
67
- for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
68
- return arr2;
69
- }
70
- function _array_with_holes(arr) {
71
- if (Array.isArray(arr)) return arr;
72
- }
73
- function _iterable_to_array_limit(arr, i) {
74
- var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
75
- if (_i == null) return;
76
- var _arr = [];
77
- var _n = true;
78
- var _d = false;
79
- var _s, _e;
80
- try {
81
- for(_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true){
82
- _arr.push(_s.value);
83
- if (i && _arr.length === i) break;
84
- }
85
- } catch (err) {
86
- _d = true;
87
- _e = err;
88
- } finally{
89
- try {
90
- if (!_n && _i["return"] != null) _i["return"]();
91
- } finally{
92
- if (_d) throw _e;
93
- }
94
- }
95
- return _arr;
96
- }
97
- function _non_iterable_rest() {
98
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
99
- }
100
- function _sliced_to_array(arr, i) {
101
- return _array_with_holes(arr) || _iterable_to_array_limit(arr, i) || _unsupported_iterable_to_array(arr, i) || _non_iterable_rest();
102
- }
103
- function _unsupported_iterable_to_array(o, minLen) {
104
- if (!o) return;
105
- if (typeof o === "string") return _array_like_to_array(o, minLen);
106
- var n = Object.prototype.toString.call(o).slice(8, -1);
107
- if (n === "Object" && o.constructor) n = o.constructor.name;
108
- if (n === "Map" || n === "Set") return Array.from(n);
109
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
110
- }
111
- var DEFAULT_IMAGE = "https://images.unsplash.com/photo-1638988319382-90e61be77c59?ixlib=rb-1.2.1&auto=format&fit=crop&w=687&q=80";
112
- function Preview(param) {
113
- var onSettingClick = param.onSettingClick, _param_providerHasMap = param.providerHasMap, providerHasMap = _param_providerHasMap === void 0 ? false : _param_providerHasMap;
114
- var t = useTranslation("Design").t;
115
- var _useState = _sliced_to_array(useState(0), 2), value = _useState[0], setValue = _useState[1];
116
- var _useState1 = _sliced_to_array(useState(0), 2), productSetId = _useState1[0], onSelectProductSet = _useState1[1];
117
- var setView = useContext(SnippetTemplateViewContext).setView;
118
- var _useContext = useContext(SnippetTemplateContext), _useContext_template = _useContext.template, _useContext_template_type = _useContext_template.type, type = _useContext_template_type === void 0 ? SNIPPET_TYPE_EVENT_LIST : _useContext_template_type;
119
- var handleOnClick = function(nextView) {
120
- setView(nextView);
121
- onSettingClick();
122
- };
123
- var _useState2 = _sliced_to_array(useState(defaultStartDay), 2), currentDate = _useState2[0], setCurrentDate = _useState2[1];
124
- var _useState3 = _sliced_to_array(useState(null), 2), selectedDate = _useState3[0], setSelectedDate = _useState3[1];
125
- var calendarDates = getMonthCalendarDates(currentDate);
126
- return /*#__PURE__*/ jsx("div", {
127
- className: "w-100 h-100 snippet-template-preview",
128
- children: /*#__PURE__*/ jsxs(Page, {
129
- headerBlock: /*#__PURE__*/ jsx("div", {
130
- className: "d-flex mt-5 pt-5 p-5 iframe-page snippet-template-additional-header",
131
- children: /*#__PURE__*/ jsxs(SettingButton, {
132
- view: "pageHeaderSteps",
133
- onClick: handleOnClick,
134
- className: "m-0",
135
- children: [
136
- /*#__PURE__*/ jsx(SettingButton, {
137
- view: "pageHeader",
138
- onClick: handleOnClick,
139
- className: "m-0 snippet-template-button-left",
140
- containerClassName: "mr-5 asd"
141
- }),
142
- /*#__PURE__*/ jsx("div", {
143
- className: "header-block mt-5 pt-5",
144
- children: /*#__PURE__*/ jsx("div", {
145
- className: "mt-5 pt-5 external-header",
146
- children: /*#__PURE__*/ jsxs(PageHeader, {
147
- showCloseButton: true,
148
- showBackButton: true,
149
- children: [
150
- /*#__PURE__*/ jsx(Timer, {
151
- timer: 600
152
- }),
153
- /*#__PURE__*/ jsx(MemoryRouter, {
154
- initialEntries: [
155
- "/step1",
156
- "/step2"
157
- ],
158
- children: /*#__PURE__*/ jsx(NavigationSteps, {
159
- steps: [
160
- {
161
- pathname: "/step1",
162
- key: "/step1",
163
- name: "Burger"
164
- },
165
- {
166
- pathname: "/step2",
167
- key: "/step2",
168
- name: "Cheese"
169
- }
170
- ]
171
- })
172
- })
173
- ]
174
- })
175
- })
176
- })
177
- ]
178
- })
179
- }),
180
- children: [
181
- /*#__PURE__*/ jsx("div", {
182
- className: "page-body pb-5 mb-5 pt-3 mt-3",
183
- children: /*#__PURE__*/ jsx(SettingButton, {
184
- view: "page",
185
- onClick: handleOnClick,
186
- className: "snippet-template-body-button"
187
- })
188
- }),
189
- /*#__PURE__*/ jsx(PageBody, {
190
- className: "snippet-template",
191
- leftBlock: /*#__PURE__*/ jsx(SettingButton, {
192
- view: "pageBodyLeftBlock",
193
- onClick: handleOnClick,
194
- className: "mr-4",
195
- children: /*#__PURE__*/ jsxs(PageBody.LeftBlock, {
196
- title: "About this event",
197
- children: [
198
- /*#__PURE__*/ jsxs(SettingButton, {
199
- view: "elements",
200
- onClick: handleOnClick,
201
- className: "mt-5 m-0",
202
- containerClassName: "mt-5 pt-5",
203
- children: [
204
- /*#__PURE__*/ jsx("div", {
205
- className: "mt-3",
206
- children: /*#__PURE__*/ jsx("h3", {
207
- children: t("elements")
208
- })
209
- }),
210
- /*#__PURE__*/ jsxs("div", {
211
- className: "mt-5",
212
- children: [
213
- /*#__PURE__*/ jsx("h4", {
214
- children: t("Texts")
215
- }),
216
- /*#__PURE__*/ jsx("p", {
217
- children: "XXXX"
218
- })
219
- ]
220
- }),
221
- /*#__PURE__*/ jsxs("div", {
222
- className: "mt-5",
223
- children: [
224
- /*#__PURE__*/ jsx("h4", {
225
- children: t("form")
226
- }),
227
- /*#__PURE__*/ jsx("div", {
228
- className: "d-flex flex-column w-100",
229
- children: /*#__PURE__*/ jsxs("div", {
230
- className: "w-100",
231
- children: [
232
- /*#__PURE__*/ jsx("div", {
233
- className: "form-row",
234
- children: /*#__PURE__*/ jsxs("div", {
235
- className: "form-group col-12",
236
- children: [
237
- /*#__PURE__*/ jsx("label", {
238
- className: "form-label",
239
- children: t("firstName")
240
- }),
241
- /*#__PURE__*/ jsx("input", {
242
- type: "text",
243
- className: "form-control",
244
- placeholder: t("firstName")
245
- })
246
- ]
247
- })
248
- }),
249
- /*#__PURE__*/ jsx("div", {
250
- className: "form-row",
251
- children: /*#__PURE__*/ jsx("button", {
252
- type: "button",
253
- className: "btn btn-link",
254
- children: t("iHaveAccount")
255
- })
256
- })
257
- ]
258
- })
259
- })
260
- ]
261
- }),
262
- /*#__PURE__*/ jsxs("div", {
263
- className: "mt-5",
264
- children: [
265
- /*#__PURE__*/ jsx("h4", {
266
- children: t("Number input")
267
- }),
268
- /*#__PURE__*/ jsx("div", {
269
- className: "d-flex flex-column w-100",
270
- children: /*#__PURE__*/ jsx(NumberInput, {
271
- value: value,
272
- onChange: function(nextValue) {
273
- return setValue(nextValue);
274
- },
275
- onArrowDown: function() {
276
- return setValue(function(prevValue) {
277
- return prevValue - 1;
278
- });
279
- },
280
- onArrowUp: function() {
281
- return setValue(function(prevValue) {
282
- return prevValue + 1;
283
- });
284
- }
285
- })
286
- })
287
- ]
288
- }),
289
- /*#__PURE__*/ jsxs("div", {
290
- className: "mt-5",
291
- children: [
292
- /*#__PURE__*/ jsx("h4", {
293
- children: t("Dropdown")
294
- }),
295
- /*#__PURE__*/ jsx("div", {
296
- className: "d-flex flex-column w-100",
297
- children: /*#__PURE__*/ jsx("div", {
298
- className: "w-100",
299
- children: /*#__PURE__*/ jsx("div", {
300
- className: "form-row",
301
- children: /*#__PURE__*/ jsxs("div", {
302
- className: "form-group col-12",
303
- children: [
304
- /*#__PURE__*/ jsx("label", {
305
- className: "form-label",
306
- children: t("dayOfBirthShort")
307
- }),
308
- /*#__PURE__*/ jsxs("select", {
309
- className: "form-control",
310
- placeholder: t("firstName"),
311
- children: [
312
- /*#__PURE__*/ jsx("option", {
313
- children: "2022"
314
- }),
315
- /*#__PURE__*/ jsx("option", {
316
- children: "2023"
317
- })
318
- ]
319
- })
320
- ]
321
- })
322
- })
323
- })
324
- })
325
- ]
326
- }),
327
- /*#__PURE__*/ jsxs("div", {
328
- className: "mt-5 snippet-template__form",
329
- children: [
330
- /*#__PURE__*/ jsx("h4", {
331
- children: t("Button")
332
- }),
333
- /*#__PURE__*/ jsx("div", {
334
- className: "d-flex flex-column w-100",
335
- children: /*#__PURE__*/ jsx(Button, {
336
- size: "sm",
337
- children: "Submit"
338
- })
339
- })
340
- ]
341
- })
342
- ]
343
- }),
344
- providerHasMap && type === SNIPPET_TYPE_VENUE_MAP && /*#__PURE__*/ jsxs(Fragment, {
345
- children: [
346
- /*#__PURE__*/ jsxs("div", {
347
- className: "pt-4",
348
- children: [
349
- /*#__PURE__*/ jsx("h4", {
350
- children: t("Calendar")
351
- }),
352
- /*#__PURE__*/ jsx(SettingButton, {
353
- view: "calendar",
354
- onClick: handleOnClick,
355
- className: "mt-3 m-0",
356
- containerClassName: "mt-5 pt-5",
357
- children: /*#__PURE__*/ jsx(Calendar, {
358
- currentDate: currentDate,
359
- setCurrentDate: setCurrentDate,
360
- selectedDate: selectedDate,
361
- setSelectedDate: setSelectedDate,
362
- calendarDates: calendarDates,
363
- getDateTimeButtonProps: function() {
364
- return {
365
- isDisabled: false
366
- };
367
- }
368
- })
369
- })
370
- ]
371
- }),
372
- /*#__PURE__*/ jsx("div", {
373
- className: "pt-4",
374
- children: /*#__PURE__*/ jsxs(SettingButton, {
375
- view: "productSet",
376
- onClick: handleOnClick,
377
- className: "mt-3 m-0",
378
- containerClassName: "mt-5 pt-5",
379
- children: [
380
- /*#__PURE__*/ jsx("h4", {
381
- children: t("Product Sets")
382
- }),
383
- /*#__PURE__*/ jsx("div", {
384
- className: "pt-5 mt-5",
385
- children: /*#__PURE__*/ jsx(EventProductSets, {
386
- productSets: [
387
- {
388
- id: 1,
389
- name: "Test 1"
390
- },
391
- {
392
- id: 2,
393
- name: "Test 2"
394
- },
395
- {
396
- id: 3,
397
- name: "Test 3"
398
- }
399
- ],
400
- onSelectProductSet: onSelectProductSet,
401
- selectedProductSetId: productSetId
402
- })
403
- })
404
- ]
405
- })
406
- }),
407
- /*#__PURE__*/ jsx("div", {
408
- className: "pt-4",
409
- children: /*#__PURE__*/ jsxs("form", {
410
- className: "category-steps-form pt-4 mt-4",
411
- children: [
412
- /*#__PURE__*/ jsx("h4", {
413
- children: t("Venue Map")
414
- }),
415
- /*#__PURE__*/ jsx("div", {
416
- className: "position-relative pt-4 mt-4",
417
- children: /*#__PURE__*/ jsx(SettingButton, {
418
- view: "venueMap",
419
- onClick: handleOnClick,
420
- className: "mt-n6 m-0",
421
- containerClassName: "mt-5 pt-5",
422
- children: /*#__PURE__*/ jsx(IframeEventVenueMap, {
423
- // eslint-disable-next-line max-len
424
- url: "https://fastly.picsum.photos/id/13/2500/1667.jpg?hmac=SoX9UoHhN8HyklRA4A3vcCWJMVtiBXUg0W4ljWTor7s",
425
- usedInIframe: true,
426
- pointProducts: [
427
- {
428
- id: 9,
429
- menuStepId: 75,
430
- pointId: 21,
431
- productUuid: "beb6393c-2fdd-40f7-bb92-8800685b203f"
432
- },
433
- {
434
- id: 10,
435
- menuStepId: 75,
436
- pointId: 24,
437
- productUuid: "beb6393c-2fdd-40f7-bb92-8800685b203a"
438
- }
439
- ],
440
- points: [
441
- {
442
- id: 21,
443
- venueMapId: 7,
444
- createdAt: null,
445
- updatedAt: null,
446
- deletedAt: null,
447
- xCoordinate: 799.39,
448
- yCoordinate: 1108.45
449
- },
450
- {
451
- id: 24,
452
- venueMapId: 7,
453
- createdAt: null,
454
- updatedAt: null,
455
- deletedAt: null,
456
- xCoordinate: 1400.2,
457
- yCoordinate: 1431.77
458
- }
459
- ],
460
- choosedProductUuids: [
461
- "beb6393c-2fdd-40f7-bb92-8800685b203f"
462
- ],
463
- products: [
464
- {
465
- id: 148,
466
- productCategoryId: 57,
467
- productGroupId: null,
468
- availableQuantity: 980,
469
- zoneId: null,
470
- name: "Cofee",
471
- description: "",
472
- price: 15,
473
- deposit: 0,
474
- minQuantity: 1,
475
- maxQuantity: 15,
476
- totalQuantity: 980,
477
- type: "sale",
478
- capacity: 0,
479
- duration: 0,
480
- weight: 0,
481
- isAvailable: true,
482
- isSoldOut: false,
483
- isRequired: false,
484
- isUnlimited: false,
485
- quantitySelector: 1,
486
- hasSpecialNotes: false,
487
- termsAndConditions: null,
488
- subProducts: [],
489
- images: null,
490
- productCategory: null,
491
- uuid: "beb6393c-2fdd-40f7-bb92-8800685b203f"
492
- },
493
- {
494
- id: 149,
495
- productCategoryId: 57,
496
- productGroupId: null,
497
- availableQuantity: 980,
498
- zoneId: null,
499
- name: "Cofee 2",
500
- description: "",
501
- price: 15,
502
- deposit: 0,
503
- minQuantity: 1,
504
- maxQuantity: 15,
505
- totalQuantity: 980,
506
- type: "sale",
507
- capacity: 0,
508
- duration: 0,
509
- weight: 0,
510
- isAvailable: true,
511
- isSoldOut: false,
512
- isRequired: false,
513
- isUnlimited: false,
514
- quantitySelector: 1,
515
- hasSpecialNotes: false,
516
- termsAndConditions: null,
517
- subProducts: [],
518
- images: null,
519
- productCategory: null,
520
- uuid: "beb6393c-2fdd-40f7-bb92-8800685b203a"
521
- }
522
- ]
523
- })
524
- })
525
- })
526
- ]
527
- })
528
- })
529
- ]
530
- })
531
- ]
532
- })
533
- }),
534
- rightBlock: /*#__PURE__*/ jsxs(PageBody.RightBlock, {
535
- bottomBlock: /*#__PURE__*/ jsx(BookingSummaryFooter, {}),
536
- children: [
537
- /*#__PURE__*/ jsx(SettingButton, {
538
- view: "pageBodyRightBlock",
539
- onClick: handleOnClick,
540
- containerClassName: "snippet-template-button-fixed-height",
541
- className: "m-0"
542
- }),
543
- /*#__PURE__*/ jsx(BookingSummary.Accordion, {
544
- showTitleOnlyOnMobile: true,
545
- children: /*#__PURE__*/ jsx(IframeEventCard, {
546
- imageSrc: DEFAULT_IMAGE,
547
- title: "XXXX",
548
- type: "Party Doors 22:00 - 03:00",
549
- cost: 6,
550
- date: "Sat 2nd May",
551
- goToDetails: function() {
552
- return null;
553
- },
554
- shortDate: "07/03/2023"
555
- })
556
- })
557
- ]
558
- })
559
- })
560
- ]
561
- })
562
- });
563
- }
564
-
565
- export { Preview };
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("tslib"),a=require("react"),r=(e=a)&&"object"==typeof e&&"default"in e?e.default:e,n=require("react-router-dom"),i=require("react-i18next"),o=require("react-bootstrap"),s=require("../context/snippetTemplate.js"),m=require("../context/snippetTemplateView.js"),l=require("@licklist/core/dist/DataMapper/Provider/SnippetDataMapper");require("../../../calendar/components/CalendarSelect/CalendarSelect.js");var c=require("../../../calendar/Calendar.js"),u=require("../../../calendar/utils/index.js"),d=require("../../../iframe/event/event-card/IframeEventCard.js");require("../../../iframe/event/event-card/IframeEventCardSkeleton.js");var p=require("../settings/SettingButton.js"),v=require("../../../iframe/order-process/components/Timer/Timer.js"),f=require("../../../iframe/order-process/components/NavigationSteps/NavigationSteps.js");require("../../../iframe/powered-by/PoweredBy.js");var E=require("../../../iframe/page/Page.js"),g=require("../../../iframe/page/components/PageBody/PageBody.js");require("../../../iframe/back-button/BackButton.js");var y=require("../../../iframe/page/components/PageHeader/PageHeader.js");require("../../../iframe/event/event-booking-form/EventBookingForm.js"),require("../../../iframe/event/event-booking-view/EventBookingView.js"),require("../../../iframe/event/ticket-description/TicketDescription.js"),require("../../../iframe/event/event-tables/EventTables.js"),require("../../../iframe/event/event-order-summary/EventOrderSummary.js"),require("../../../iframe/event/event-booking-products/EventBookingProducts.js"),require("../../../iframe/event/event-order-short-summary/EventOrderShortSummary.js"),require("../../../iframe/order-process/components/NavigationFooter/NavigationFooter.js"),require("../../../iframe/event/event-description/EventDescription.js");var b=require("../../../iframe/event/event-product-sets/EventProductSets.js");require("../../../iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.js");var N=require("../../../iframe/event/event-venue-map/IframeEventVenueMap.js");require("../../../iframe/payment/payment-form/PaymentForm.js"),require("../../../iframe/payment/order-items-table/OrderItemsTable.js"),require("../../../iframe/payment/payment-status-header/PaymentStatusHeader.js");var S=require("../../../iframe/order-process/components/BookingSummary/BookingSummary.js");require("../../../iframe/order-process/components/PaymentCard/PaymentCard.js");var C=require("../../../iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.js"),q=require("../../../iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js");require("../../../iframe/order-process/components/ErrorModal/ErrorModal.js"),require("../../../iframe/order-process/components/utils/useCategoryVerification.js"),require("../../../iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.js"),require("../../../iframe/payment/payment-page/PaymentPage.js"),require("../../../iframe/payment/payment-status-page/PaymentStatusPage.js"),require("../../../iframe/activity-card/ActivityCard.js"),require("../../../iframe/custom-fields/components/CustomDateField.js");exports.Preview=function(e){var h=e.onSettingClick,B=e.providerHasMap,j=void 0!==B&&B,k=i.useTranslation("Design").t,P=t.__read(a.useState(0),2),w=P[0],x=P[1],I=t.__read(a.useState(0),2),T=I[0],D=I[1],A=a.useContext(m.SnippetTemplateViewContext).setView,M=a.useContext(s.SnippetTemplateContext).template.type,_=void 0===M?l.SNIPPET_TYPE_EVENT_LIST:M,V=function(e){A(e),h()},F=t.__read(a.useState(c.defaultStartDay),2),H=F[0],X=F[1],O=t.__read(a.useState(null),2),U=O[0],Q=O[1],R=u.getMonthCalendarDates(H);return r.createElement("div",{className:"w-100 h-100 snippet-template-preview"},r.createElement(E.Page,{headerBlock:r.createElement("div",{className:"d-flex mt-5 pt-5 p-5 iframe-page snippet-template-additional-header"},r.createElement(p.SettingButton,{view:"pageHeaderSteps",onClick:V,className:"m-0"},r.createElement(p.SettingButton,{view:"pageHeader",onClick:V,className:"m-0 snippet-template-button-left",containerClassName:"mr-5 asd"}),r.createElement("div",{className:"header-block mt-5 pt-5"},r.createElement("div",{className:"mt-5 pt-5 external-header"},r.createElement(y.PageHeader,{showCloseButton:!0,showBackButton:!0},r.createElement(v.Timer,{timer:600}),r.createElement(n.MemoryRouter,{initialEntries:["/step1","/step2"]},r.createElement(f.NavigationSteps,{steps:[{pathname:"/step1",key:"/step1",name:"Burger"},{pathname:"/step2",key:"/step2",name:"Cheese"}]})))))))},r.createElement("div",{className:"page-body pb-5 mb-5 pt-3 mt-3"},r.createElement(p.SettingButton,{view:"page",onClick:V,className:"snippet-template-body-button"})),r.createElement(g.PageBody,{className:"snippet-template",leftBlock:r.createElement(p.SettingButton,{view:"pageBodyLeftBlock",onClick:V,className:"mr-4"},r.createElement(g.PageBody.LeftBlock,{title:"About this event"},r.createElement(p.SettingButton,{view:"elements",onClick:V,className:"mt-5 m-0",containerClassName:"mt-5 pt-5"},r.createElement("div",{className:"mt-3"},r.createElement("h3",null,k("elements"))),r.createElement("div",{className:"mt-5"},r.createElement("h4",null,k("Texts")),r.createElement("p",null,"XXXX")),r.createElement("div",{className:"mt-5"},r.createElement("h4",null,k("form")),r.createElement("div",{className:"d-flex flex-column w-100"},r.createElement("div",{className:"w-100"},r.createElement("div",{className:"form-row"},r.createElement("div",{className:"form-group col-12"},r.createElement("label",{className:"form-label"},k("firstName")),r.createElement("input",{type:"text",className:"form-control",placeholder:k("firstName")}))),r.createElement("div",{className:"form-row"},r.createElement("button",{type:"button",className:"btn btn-link"},k("iHaveAccount")))))),r.createElement("div",{className:"mt-5"},r.createElement("h4",null,k("Number input")),r.createElement("div",{className:"d-flex flex-column w-100"},r.createElement(q.NumberInput,{value:w,onChange:function(e){return x(e)},onArrowDown:function(){return x((function(e){return e-1}))},onArrowUp:function(){return x((function(e){return e+1}))}}))),r.createElement("div",{className:"mt-5"},r.createElement("h4",null,k("Dropdown")),r.createElement("div",{className:"d-flex flex-column w-100"},r.createElement("div",{className:"w-100"},r.createElement("div",{className:"form-row"},r.createElement("div",{className:"form-group col-12"},r.createElement("label",{className:"form-label"},k("dayOfBirthShort")),r.createElement("select",{className:"form-control",placeholder:k("firstName")},r.createElement("option",null,"2022"),r.createElement("option",null,"2023"))))))),r.createElement("div",{className:"mt-5 snippet-template__form"},r.createElement("h4",null,k("Button")),r.createElement("div",{className:"d-flex flex-column w-100"},r.createElement(o.Button,{size:"sm"},"Submit")))),j&&_===l.SNIPPET_TYPE_VENUE_MAP&&r.createElement(r.Fragment,null,r.createElement("div",{className:"pt-4"},r.createElement("h4",null,k("Calendar")),r.createElement(p.SettingButton,{view:"calendar",onClick:V,className:"mt-3 m-0",containerClassName:"mt-5 pt-5"},r.createElement(c.Calendar,{currentDate:H,setCurrentDate:X,selectedDate:U,setSelectedDate:Q,calendarDates:R,getDateTimeButtonProps:function(){return{isDisabled:!1}}}))),r.createElement("div",{className:"pt-4"},r.createElement(p.SettingButton,{view:"productSet",onClick:V,className:"mt-3 m-0",containerClassName:"mt-5 pt-5"},r.createElement("h4",null,k("Product Sets")),r.createElement("div",{className:"pt-5 mt-5"},r.createElement(b.EventProductSets,{productSets:[{id:1,name:"Test 1"},{id:2,name:"Test 2"},{id:3,name:"Test 3"}],onSelectProductSet:D,selectedProductSetId:T})))),r.createElement("div",{className:"pt-4"},r.createElement("form",{className:"category-steps-form pt-4 mt-4"},r.createElement("h4",null,k("Venue Map")),r.createElement("div",{className:"position-relative pt-4 mt-4"},r.createElement(p.SettingButton,{view:"venueMap",onClick:V,className:"mt-n6 m-0",containerClassName:"mt-5 pt-5"},r.createElement(N.IframeEventVenueMap,{url:"https://fastly.picsum.photos/id/13/2500/1667.jpg?hmac=SoX9UoHhN8HyklRA4A3vcCWJMVtiBXUg0W4ljWTor7s",usedInIframe:!0,pointProducts:[{id:9,menuStepId:75,pointId:21,productUuid:"beb6393c-2fdd-40f7-bb92-8800685b203f"},{id:10,menuStepId:75,pointId:24,productUuid:"beb6393c-2fdd-40f7-bb92-8800685b203a"}],points:[{id:21,venueMapId:7,createdAt:null,updatedAt:null,deletedAt:null,xCoordinate:799.39,yCoordinate:1108.45},{id:24,venueMapId:7,createdAt:null,updatedAt:null,deletedAt:null,xCoordinate:1400.2,yCoordinate:1431.77}],choosedProductUuids:["beb6393c-2fdd-40f7-bb92-8800685b203f"],products:[{id:148,productCategoryId:57,productGroupId:null,availableQuantity:980,zoneId:null,name:"Cofee",description:"",price:15,deposit:0,minQuantity:1,maxQuantity:15,totalQuantity:980,type:"sale",capacity:0,duration:0,weight:0,isAvailable:!0,isSoldOut:!1,isRequired:!1,isUnlimited:!1,quantitySelector:1,hasSpecialNotes:!1,termsAndConditions:null,subProducts:[],images:null,productCategory:null,uuid:"beb6393c-2fdd-40f7-bb92-8800685b203f"},{id:149,productCategoryId:57,productGroupId:null,availableQuantity:980,zoneId:null,name:"Cofee 2",description:"",price:15,deposit:0,minQuantity:1,maxQuantity:15,totalQuantity:980,type:"sale",capacity:0,duration:0,weight:0,isAvailable:!0,isSoldOut:!1,isRequired:!1,isUnlimited:!1,quantitySelector:1,hasSpecialNotes:!1,termsAndConditions:null,subProducts:[],images:null,productCategory:null,uuid:"beb6393c-2fdd-40f7-bb92-8800685b203a"}]})))))))),rightBlock:r.createElement(g.PageBody.RightBlock,{bottomBlock:r.createElement(C.BookingSummaryFooter,null)},r.createElement(p.SettingButton,{view:"pageBodyRightBlock",onClick:V,containerClassName:"snippet-template-button-fixed-height",className:"m-0"}),r.createElement(S.BookingSummary.Accordion,{showTitleOnlyOnMobile:!0},r.createElement(d.IframeEventCard,{imageSrc:"https://images.unsplash.com/photo-1638988319382-90e61be77c59?ixlib=rb-1.2.1&auto=format&fit=crop&w=687&q=80",title:"XXXX",type:"Party Doors 22:00 - 03:00",cost:6,date:"Sat 2nd May",goToDetails:function(){return null},shortDate:"07/03/2023"})))})))};
@@ -1,2 +1,2 @@
1
- export { Preview } from "./Preview";
1
+ export { Preview } from "./Preview";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,9 +1,10 @@
1
- import { snippetTemplateViews } from "../context/snippetTemplateView";
2
- export interface SettingButtonProps extends React.PropsWithChildren<unknown> {
3
- view: string;
4
- onClick: (key: keyof typeof snippetTemplateViews) => void;
5
- className?: string;
6
- containerClassName?: string;
7
- }
8
- export declare const SettingButton: ({ view, onClick, children, className, containerClassName, }: SettingButtonProps) => import("react/jsx-runtime").JSX.Element;
1
+ import React from "react";
2
+ import { snippetTemplateViews } from "../context/snippetTemplateView";
3
+ export interface SettingButtonProps extends React.PropsWithChildren<unknown> {
4
+ view: string;
5
+ onClick: (key: keyof typeof snippetTemplateViews) => void;
6
+ className?: string;
7
+ containerClassName?: string;
8
+ }
9
+ export declare const SettingButton: ({ view, onClick, children, className, containerClassName, }: SettingButtonProps) => JSX.Element;
9
10
  //# sourceMappingURL=SettingButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SettingButton.d.ts","sourceRoot":"","sources":["../../../../src/snippet/snippet-template/settings/SettingButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEtE,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,iBAAiB,CAAC,OAAO,CAAC;IAC1E,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,CAAC,GAAG,EAAE,MAAM,OAAO,oBAAoB,KAAK,IAAI,CAAC;IAC1D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,eAAO,MAAM,aAAa,gEAMvB,kBAAkB,4CAepB,CAAC"}
1
+ {"version":3,"file":"SettingButton.d.ts","sourceRoot":"","sources":["../../../../src/snippet/snippet-template/settings/SettingButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEtE,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,iBAAiB,CAAC,OAAO,CAAC;IAC1E,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,CAAC,GAAG,EAAE,MAAM,OAAO,oBAAoB,KAAK,IAAI,CAAC;IAC1D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,eAAO,MAAM,aAAa,gEAMvB,kBAAkB,gBAepB,CAAC"}