@licklist/design 0.44.485-dev.89 → 0.44.485-dev.9

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 (890) hide show
  1. package/dist/affiliate/types/index.d.ts +1 -1
  2. package/dist/affiliate/types/index.d.ts.map +1 -1
  3. package/dist/assets/dashboard/bookingCalendar.svg +67 -0
  4. package/dist/assets/dashboard/bookingCalendar.svg.js +1 -0
  5. package/dist/assets/dashboard/bookingList.svg +68 -0
  6. package/dist/assets/dashboard/bookingList.svg.js +1 -0
  7. package/dist/assets/dashboard/bookingListSmall.svg +6 -0
  8. package/dist/assets/dashboard/bookingListSmall.svg.js +1 -0
  9. package/dist/assets/dashboard/fullscreen.svg +3 -0
  10. package/dist/assets/dashboard/fullscreen.svg.js +1 -0
  11. package/dist/assets/dashboard/minimize.svg +3 -0
  12. package/dist/assets/dashboard/minimize.svg.js +1 -0
  13. package/dist/assets/dashboard/refresh.svg +4 -0
  14. package/dist/assets/dashboard/refresh.svg.js +1 -0
  15. package/dist/assets/widgets/circlePlus.svg +4 -0
  16. package/dist/assets/widgets/inPage.svg +10 -0
  17. package/dist/assets/widgets/overlay.svg +9 -0
  18. package/dist/assets/widgets/sidebar.svg +9 -0
  19. package/dist/auth/Login/LoginComponent.d.ts +1 -1
  20. package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
  21. package/dist/auth/Login/LoginFormComponent.d.ts +1 -1
  22. package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
  23. package/dist/auth/Register/RegisterComponent.d.ts +1 -1
  24. package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
  25. package/dist/auth/Register/RegisterFormComponent.d.ts +1 -1
  26. package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
  27. package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts +1 -1
  28. package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
  29. package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts +1 -1
  30. package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts.map +1 -1
  31. package/dist/custom-fields/field-set/CustomFieldSets.d.ts +3 -3
  32. package/dist/custom-fields/field-set/CustomFieldSets.d.ts.map +1 -1
  33. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts +1 -1
  34. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
  35. package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts +2 -2
  36. package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts.map +1 -1
  37. package/dist/customers/components/filter/CustomerFilter.d.ts +1 -1
  38. package/dist/customers/components/filter/CustomerFilter.d.ts.map +1 -1
  39. package/dist/events/edit-event-modal/IntervalInput.d.ts +1 -4
  40. package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
  41. package/dist/events/edit-event-modal/IntervalInput.js +1 -1
  42. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
  43. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +1 -1
  44. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
  45. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +1 -1
  46. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
  47. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -1
  48. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts +3 -3
  49. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
  50. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +1 -1
  51. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
  52. package/dist/events/event-statistic-modal/EventStatisticModal.js +1 -1
  53. package/dist/events/event-venue-map/EventVenueMap.d.ts +2 -5
  54. package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
  55. package/dist/events/event-venue-map/EventVenueMap.js +1 -1
  56. package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts +1 -1
  57. package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts.map +1 -1
  58. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts +1 -1
  59. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts.map +1 -1
  60. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts +1 -1
  61. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts.map +1 -1
  62. package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts +1 -1
  63. package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts.map +1 -1
  64. package/dist/events/event-venue-map/components/MapPoint/MapPoint.js +1 -1
  65. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts +1 -1
  66. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts.map +1 -1
  67. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts +1 -1
  68. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts.map +1 -1
  69. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts +1 -1
  70. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts.map +1 -1
  71. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts +1 -1
  72. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts.map +1 -1
  73. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.js +1 -1
  74. package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts +2 -4
  75. package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts.map +1 -1
  76. package/dist/events/event-venue-map/components/VenueMap/VenueMap.js +1 -1
  77. package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts +1 -1
  78. package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts.map +1 -1
  79. package/dist/events/event-venue-map/hooks/useStageActions.d.ts +1 -1
  80. package/dist/events/event-venue-map/hooks/useStageActions.d.ts.map +1 -1
  81. package/dist/events/event-venue-map/types/index.d.ts +5 -5
  82. package/dist/events/event-venue-map/types/index.d.ts.map +1 -1
  83. package/dist/events/event-venue-map/utils/index.d.ts +3 -3
  84. package/dist/events/event-venue-map/utils/index.d.ts.map +1 -1
  85. package/dist/file-upload/FilePreview.d.ts +2 -2
  86. package/dist/file-upload/FilePreview.d.ts.map +1 -1
  87. package/dist/file-upload/FileUpload.d.ts +1 -1
  88. package/dist/file-upload/FileUpload.d.ts.map +1 -1
  89. package/dist/header/Header.d.ts +1 -1
  90. package/dist/header/Header.d.ts.map +1 -1
  91. package/dist/help/example/Example.d.ts +4 -4
  92. package/dist/help/example/Example.d.ts.map +1 -1
  93. package/dist/help/popover/HelpPopover.d.ts +3 -5
  94. package/dist/help/popover/HelpPopover.d.ts.map +1 -1
  95. package/dist/help/popover/HelpPopover.js +1 -1
  96. package/dist/iframe/custom-fields/components/CustomDateField.d.ts +1 -1
  97. package/dist/iframe/custom-fields/components/CustomDateField.d.ts.map +1 -1
  98. package/dist/iframe/event/event-calendar/EventCalendar.d.ts +1 -1
  99. package/dist/iframe/event/event-calendar/EventCalendar.d.ts.map +1 -1
  100. package/dist/iframe/event/event-calendar/components/CalendarButtons/CalendarButtons.d.ts +1 -1
  101. package/dist/iframe/event/event-calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
  102. package/dist/iframe/event/event-calendar/components/CalendarDate/CalendarDate.d.ts +1 -1
  103. package/dist/iframe/event/event-calendar/components/CalendarDate/CalendarDate.d.ts.map +1 -1
  104. package/dist/iframe/event/event-calendar/components/CalendarDates/CalendarDates.d.ts +1 -1
  105. package/dist/iframe/event/event-calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
  106. package/dist/iframe/event/event-calendar/components/CalendarSelect/CalendarSelect.d.ts +2 -2
  107. package/dist/iframe/event/event-calendar/components/CalendarSelect/CalendarSelect.d.ts.map +1 -1
  108. package/dist/iframe/event/event-calendar/types/index.d.ts +1 -1
  109. package/dist/iframe/event/event-calendar/types/index.d.ts.map +1 -1
  110. package/dist/iframe/event/event-card/IframeEventCard.d.ts +3 -3
  111. package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
  112. package/dist/iframe/event/event-card/IframeEventCard.js +1 -1
  113. package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts +3 -3
  114. package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts.map +1 -1
  115. package/dist/iframe/event/event-card/IframeEventCardSkeleton.js +1 -1
  116. package/dist/iframe/event/event-details/EventDetails.d.ts +1 -1
  117. package/dist/iframe/event/event-details/EventDetails.d.ts.map +1 -1
  118. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts +6 -5
  119. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts.map +1 -1
  120. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.js +1 -1
  121. package/dist/iframe/event/event-product-sets/EventProductSets.d.ts +1 -1
  122. package/dist/iframe/event/event-product-sets/EventProductSets.d.ts.map +1 -1
  123. package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts +1 -1
  124. package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts.map +1 -1
  125. package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts +1 -1
  126. package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts.map +1 -1
  127. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts +1 -1
  128. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts.map +1 -1
  129. package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts +1 -2
  130. package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts.map +1 -1
  131. package/dist/iframe/index.d.ts +1 -2
  132. package/dist/iframe/index.d.ts.map +1 -1
  133. package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts.map +1 -1
  134. package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +1 -1
  135. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts +1 -1
  136. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts.map +1 -1
  137. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts +3 -3
  138. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts.map +1 -1
  139. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts +1 -1
  140. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts.map +1 -1
  141. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts +1 -1
  142. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts.map +1 -1
  143. package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts +6 -6
  144. package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts.map +1 -1
  145. package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +1 -1
  146. package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
  147. package/dist/iframe/order-process/components/BookingSummary/utils/index.js +1 -1
  148. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts +4 -4
  149. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts.map +1 -1
  150. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts +1 -3
  151. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts.map +1 -1
  152. package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.js +1 -1
  153. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts +2 -4
  154. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts.map +1 -1
  155. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.js +1 -1
  156. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts +2 -4
  157. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts.map +1 -1
  158. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.js +1 -1
  159. package/dist/iframe/order-process/components/CalendarStepsForm/components/ErrorModal.d.ts.map +1 -0
  160. package/dist/iframe/order-process/components/CalendarStepsForm/components/ErrorModal.js +1 -0
  161. package/dist/iframe/order-process/components/Category/Category.d.ts +12 -0
  162. package/dist/iframe/order-process/components/Category/Category.d.ts.map +1 -0
  163. package/dist/iframe/order-process/components/Category/Category.js +1 -0
  164. package/dist/iframe/order-process/components/Category/index.d.ts +2 -0
  165. package/dist/iframe/order-process/components/Category/index.d.ts.map +1 -0
  166. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts +3 -4
  167. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
  168. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +1 -1
  169. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts +0 -1
  170. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
  171. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +1 -1
  172. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +2 -2
  173. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
  174. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +1 -1
  175. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts +7 -8
  176. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts.map +1 -1
  177. package/dist/iframe/order-process/components/NavigationSteps/index.d.ts +1 -1
  178. package/dist/iframe/order-process/components/NavigationSteps/index.d.ts.map +1 -1
  179. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts +1 -1
  180. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts.map +1 -1
  181. package/dist/iframe/order-process/components/StepsForm/StepsForm.d.ts +18 -0
  182. package/dist/iframe/order-process/components/StepsForm/StepsForm.d.ts.map +1 -0
  183. package/dist/iframe/order-process/components/StepsForm/StepsForm.js +1 -0
  184. package/dist/iframe/order-process/components/StepsForm/index.d.ts +2 -0
  185. package/dist/iframe/order-process/components/StepsForm/index.d.ts.map +1 -0
  186. package/dist/iframe/order-process/components/Timer/Timer.d.ts +1 -1
  187. package/dist/iframe/order-process/components/Timer/Timer.d.ts.map +1 -1
  188. package/dist/iframe/order-process/components/Timer/utils/index.d.ts +1 -1
  189. package/dist/iframe/order-process/components/Timer/utils/index.d.ts.map +1 -1
  190. package/dist/iframe/order-process/components/Timer/utils/index.js +1 -1
  191. package/dist/iframe/order-process/components/utils/category.d.ts +10 -0
  192. package/dist/iframe/order-process/components/utils/category.d.ts.map +1 -0
  193. package/dist/iframe/order-process/components/utils/category.js +1 -0
  194. package/dist/iframe/order-process/index.d.ts +2 -3
  195. package/dist/iframe/order-process/index.d.ts.map +1 -1
  196. package/dist/iframe/page/Page.d.ts +1 -1
  197. package/dist/iframe/page/Page.d.ts.map +1 -1
  198. package/dist/iframe/page/components/PageBody/PageBody.d.ts +2 -2
  199. package/dist/iframe/page/components/PageBody/PageBody.d.ts.map +1 -1
  200. package/dist/iframe/page/components/PageBody/PageBody.js +1 -1
  201. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts +3 -3
  202. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts.map +1 -1
  203. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.js +1 -1
  204. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts +1 -1
  205. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts.map +1 -1
  206. package/dist/iframe/page/components/PageBody/types.d.ts +1 -1
  207. package/dist/iframe/page/components/PageBody/types.d.ts.map +1 -1
  208. package/dist/iframe/page/components/PageHeader/PageHeader.d.ts +1 -1
  209. package/dist/iframe/page/components/PageHeader/PageHeader.d.ts.map +1 -1
  210. package/dist/iframe/payment/order-items-table/types/index.d.ts +2 -2
  211. package/dist/iframe/payment/order-items-table/types/index.d.ts.map +1 -1
  212. package/dist/iframe/payment/order-items-table/utils/index.d.ts.map +1 -1
  213. package/dist/iframe/payment/order-items-table/utils/index.js +1 -1
  214. package/dist/iframe/payment/payment-page/PaymentPage.d.ts +1 -1
  215. package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
  216. package/dist/iframe/payment/payment-page/PaymentPage.js +1 -1
  217. package/dist/iframe/payment/payment-page/PaymentTimer.d.ts +0 -1
  218. package/dist/iframe/payment/payment-page/PaymentTimer.d.ts.map +1 -1
  219. package/dist/iframe/payment/payment-page/PaymentTimer.js +1 -1
  220. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts +1 -1
  221. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts.map +1 -1
  222. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts +3 -5
  223. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
  224. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +1 -1
  225. package/dist/iframe/powered-by/PoweredBy.d.ts +1 -1
  226. package/dist/iframe/powered-by/PoweredBy.d.ts.map +1 -1
  227. package/dist/iframe/ryft/RyftPaymentForm.d.ts +1 -1
  228. package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
  229. package/dist/index.d.ts +0 -6
  230. package/dist/index.d.ts.map +1 -1
  231. package/dist/index.js +1 -1
  232. package/dist/logo/Logo.d.ts +1 -1
  233. package/dist/logo/Logo.d.ts.map +1 -1
  234. package/dist/modals/confirmation/ConfirmModal.d.ts +2 -2
  235. package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
  236. package/dist/notification/email-template/card/EmailTemplateCard.d.ts +1 -4
  237. package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
  238. package/dist/notification/email-template/card/EmailTemplateCard.js +1 -1
  239. package/dist/notification/email-template/control/EmailTemplateControl.d.ts +0 -3
  240. package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
  241. package/dist/notification/email-template/control/EmailTemplateControl.js +1 -1
  242. package/dist/notification/email-template/form/EmailTemplateForm.d.ts +1 -7
  243. package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
  244. package/dist/notification/email-template/form/EmailTemplateForm.js +1 -1
  245. package/dist/notification/sms-template/card/SmsTemplateCard.d.ts +1 -4
  246. package/dist/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
  247. package/dist/notification/sms-template/card/SmsTemplateCard.js +1 -1
  248. package/dist/notification/sms-template/control/SmsTemplateControl.d.ts +1 -6
  249. package/dist/notification/sms-template/control/SmsTemplateControl.d.ts.map +1 -1
  250. package/dist/notification/sms-template/control/SmsTemplateControl.js +1 -1
  251. package/dist/notification/sms-template/form/SmsTemplateForm.d.ts +1 -5
  252. package/dist/notification/sms-template/form/SmsTemplateForm.d.ts.map +1 -1
  253. package/dist/notification/sms-template/form/SmsTemplateForm.js +1 -1
  254. package/dist/product-set/control/DateAndRecurrenceInput.d.ts +0 -2
  255. package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
  256. package/dist/product-set/control/DateAndRecurrenceInput.js +1 -1
  257. package/dist/product-set/control/ProductSetControl.d.ts +4 -16
  258. package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
  259. package/dist/product-set/control/ProductSetControl.js +1 -1
  260. package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts +3 -3
  261. package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts.map +1 -1
  262. package/dist/product-set/elements/DeleteFieldButton.d.ts +1 -1
  263. package/dist/product-set/elements/DeleteFieldButton.d.ts.map +1 -1
  264. package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
  265. package/dist/product-set/form/ProductCategoriesControl.js +1 -1
  266. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  267. package/dist/product-set/form/ProductSetForm.js +1 -1
  268. package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
  269. package/dist/product-set/form/ProductsControl.js +1 -1
  270. package/dist/product-set/form/StepsControl.d.ts.map +1 -1
  271. package/dist/product-set/form/StepsControl.js +1 -1
  272. package/dist/product-set/form/VenueMapSetModal.d.ts +1 -1
  273. package/dist/product-set/form/VenueMapSetModal.d.ts.map +1 -1
  274. package/dist/product-set/form/VenueMapsControl.d.ts +1 -1
  275. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  276. package/dist/product-set/form/context.d.ts +1 -1
  277. package/dist/product-set/form/context.d.ts.map +1 -1
  278. package/dist/product-set/popover/ProductSetPopover.d.ts +1 -1
  279. package/dist/product-set/popover/ProductSetPopover.d.ts.map +1 -1
  280. package/dist/product-set/product/ProductControl.d.ts +0 -1
  281. package/dist/product-set/product/ProductControl.d.ts.map +1 -1
  282. package/dist/product-set/product/ProductControl.js +1 -1
  283. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts +1 -1
  284. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts.map +1 -1
  285. package/dist/product-set/product/price/ProductPriceControl.d.ts +3 -7
  286. package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
  287. package/dist/product-set/product/price/ProductPriceControl.js +1 -1
  288. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
  289. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +1 -1
  290. package/dist/product-set/product-category/ProductCategoryControl.js +1 -1
  291. package/dist/product-set/tabs/ProductSetTab.d.ts +1 -1
  292. package/dist/product-set/tabs/ProductSetTab.d.ts.map +1 -1
  293. package/dist/product-set/tabs/ProductSetTabs.d.ts +1 -1
  294. package/dist/product-set/tabs/ProductSetTabs.d.ts.map +1 -1
  295. package/dist/product-set/types/index.d.ts +5 -5
  296. package/dist/product-set/types/index.d.ts.map +1 -1
  297. package/dist/product-set/utils/index.d.ts +0 -4
  298. package/dist/product-set/utils/index.d.ts.map +1 -1
  299. package/dist/product-set/utils/index.js +1 -1
  300. package/dist/provider/categories-input/CategoriesInput.d.ts +1 -1
  301. package/dist/provider/categories-input/CategoriesInput.d.ts.map +1 -1
  302. package/dist/provider/categories-input/CategoriesInputDescription.d.ts +1 -1
  303. package/dist/provider/categories-input/CategoriesInputDescription.d.ts.map +1 -1
  304. package/dist/provider/categories-input/index.d.ts +1 -1
  305. package/dist/provider/categories-input/index.d.ts.map +1 -1
  306. package/dist/provider/company/user-form/UserForm.d.ts +2 -2
  307. package/dist/provider/company/user-form/UserForm.d.ts.map +1 -1
  308. package/dist/provider/location-input/index.d.ts +1 -1
  309. package/dist/provider/location-input/index.d.ts.map +1 -1
  310. package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts +2 -2
  311. package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts.map +1 -1
  312. package/dist/provider/provider-details-input/ProviderDetailsInput.js +1 -1
  313. package/dist/provider/provider-form/ProviderForm.d.ts +1 -1
  314. package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
  315. package/dist/provider/provider-links-input/ProviderLinksInput.d.ts +2 -2
  316. package/dist/provider/provider-links-input/ProviderLinksInput.d.ts.map +1 -1
  317. package/dist/provider/resources-blocking-modal/ResourcesBlockingModal.d.ts +1 -1
  318. package/dist/provider/resources-blocking-modal/ResourcesBlockingModal.d.ts.map +1 -1
  319. package/dist/provider/venue-form/VenueForm.d.ts +1 -1
  320. package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
  321. package/dist/provider/working-hours-input/index.d.ts +1 -1
  322. package/dist/provider/working-hours-input/index.d.ts.map +1 -1
  323. package/dist/recurrence-input/utils.d.ts +2 -2
  324. package/dist/recurrence-input/utils.d.ts.map +1 -1
  325. package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +1 -1
  326. package/dist/recurring-date-picker-input/utils.d.ts +2 -2
  327. package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
  328. package/dist/resource/form/ResourceForm.d.ts +2 -2
  329. package/dist/resource/form/ResourceForm.d.ts.map +1 -1
  330. package/dist/resource/form/components/CapacityControl.d.ts +1 -1
  331. package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
  332. package/dist/resource/form/components/NameControl.d.ts +1 -1
  333. package/dist/resource/form/components/NameControl.d.ts.map +1 -1
  334. package/dist/resource/form/components/SortControl.d.ts +1 -1
  335. package/dist/resource/form/components/SortControl.d.ts.map +1 -1
  336. package/dist/resource/form/components/ZoneControl.d.ts +1 -1
  337. package/dist/resource/form/components/ZoneControl.d.ts.map +1 -1
  338. package/dist/sales/booking/filter/BookingFilter.d.ts +12 -0
  339. package/dist/sales/booking/filter/BookingFilter.d.ts.map +1 -0
  340. package/dist/sales/booking/filter/BookingFilter.js +1 -0
  341. package/dist/sales/booking/filter/components/AdditionalFIlterSection.d.ts +10 -0
  342. package/dist/sales/booking/filter/components/AdditionalFIlterSection.d.ts.map +1 -0
  343. package/dist/sales/booking/filter/components/AdditionalFIlterSection.js +1 -0
  344. package/dist/sales/booking/filter/components/MainFilterSection.d.ts +5 -0
  345. package/dist/sales/booking/filter/components/MainFilterSection.d.ts.map +1 -0
  346. package/dist/sales/booking/filter/components/MainFilterSection.js +1 -0
  347. package/dist/sales/booking/filter/components/ResultTagButton.d.ts +8 -0
  348. package/dist/sales/booking/filter/components/ResultTagButton.d.ts.map +1 -0
  349. package/dist/sales/booking/filter/components/ResultTagButton.js +1 -0
  350. package/dist/sales/booking/filter/components/SearchingForSection.d.ts +3 -0
  351. package/dist/sales/booking/filter/components/SearchingForSection.d.ts.map +1 -0
  352. package/dist/sales/booking/filter/components/SearchingForSection.js +1 -0
  353. package/dist/sales/booking/filter/index.d.ts +3 -0
  354. package/dist/sales/booking/filter/index.d.ts.map +1 -0
  355. package/dist/sales/booking/index.d.ts +2 -0
  356. package/dist/sales/booking/index.d.ts.map +1 -1
  357. package/dist/sales/booking/results/BookingResults.d.ts +1 -1
  358. package/dist/sales/booking/results/BookingResults.d.ts.map +1 -1
  359. package/dist/sales/booking/results/components/ResultCard.d.ts +1 -1
  360. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  361. package/dist/sales/booking/results/components/ResultCard.js +1 -1
  362. package/dist/sales/booking/results/constants.d.ts.map +1 -1
  363. package/dist/sales/booking/results/constants.js +1 -1
  364. package/dist/sales/booking/results/index.d.ts +0 -1
  365. package/dist/sales/booking/results/index.d.ts.map +1 -1
  366. package/dist/sales/booking/tabs/BookingTabs.d.ts +11 -0
  367. package/dist/sales/booking/tabs/BookingTabs.d.ts.map +1 -0
  368. package/dist/sales/booking/tabs/BookingTabs.js +1 -0
  369. package/dist/sales/booking/tabs/index.d.ts +3 -0
  370. package/dist/sales/booking/tabs/index.d.ts.map +1 -0
  371. package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
  372. package/dist/sales/coupon/control/CouponFormControl.js +1 -1
  373. package/dist/sales/filters/SaleFilters.d.ts +3 -2
  374. package/dist/sales/filters/SaleFilters.d.ts.map +1 -1
  375. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts +1 -1
  376. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts.map +1 -1
  377. package/dist/sales/guest-profile/profile/Profile.d.ts +1 -1
  378. package/dist/sales/guest-profile/profile/Profile.d.ts.map +1 -1
  379. package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts +1 -1
  380. package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts.map +1 -1
  381. package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts +1 -1
  382. package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts.map +1 -1
  383. package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts +1 -1
  384. package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts.map +1 -1
  385. package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts +1 -1
  386. package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts.map +1 -1
  387. package/dist/sales/manual-booking/category-product/CategoryProduct.d.ts +2 -2
  388. package/dist/sales/manual-booking/category-product/CategoryProduct.d.ts.map +1 -1
  389. package/dist/sales/manual-booking/category-products/CategoryProducts.d.ts +2 -2
  390. package/dist/sales/manual-booking/category-products/CategoryProducts.d.ts.map +1 -1
  391. package/dist/sales/manual-booking/controll/ManualBookingStepsControll.d.ts +2 -2
  392. package/dist/sales/manual-booking/controll/ManualBookingStepsControll.d.ts.map +1 -1
  393. package/dist/sales/manual-booking/controll/ManualBookingStepsControll.js +1 -1
  394. package/dist/sales/manual-booking/create-user/CreateUser.js +1 -1
  395. package/dist/sales/manual-booking/customer-info/CustomerInfo.d.ts +1 -1
  396. package/dist/sales/manual-booking/customer-info/CustomerInfo.d.ts.map +1 -1
  397. package/dist/sales/manual-booking/final-step/FinalStep.d.ts +1 -1
  398. package/dist/sales/manual-booking/final-step/FinalStep.d.ts.map +1 -1
  399. package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts +1 -1
  400. package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts.map +1 -1
  401. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts +1 -1
  402. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts.map +1 -1
  403. package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts +1 -1
  404. package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts.map +1 -1
  405. package/dist/sales/manual-booking/select-menu/SelectMenu.js +1 -1
  406. package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts +1 -1
  407. package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts.map +1 -1
  408. package/dist/sales/notes/NotesTable.d.ts +1 -1
  409. package/dist/sales/notes/NotesTable.d.ts.map +1 -1
  410. package/dist/sales/notes/NotesTableRow.d.ts +1 -1
  411. package/dist/sales/notes/NotesTableRow.d.ts.map +1 -1
  412. package/dist/sales/notes/note-form/NoteForm.d.ts +1 -1
  413. package/dist/sales/notes/note-form/NoteForm.d.ts.map +1 -1
  414. package/dist/sales/payment-form/SalePaymentForm.d.ts +2 -2
  415. package/dist/sales/payment-form/SalePaymentForm.d.ts.map +1 -1
  416. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts +1 -1
  417. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts.map +1 -1
  418. package/dist/sales/payment-form/types.d.ts +2 -2
  419. package/dist/sales/payment-form/types.d.ts.map +1 -1
  420. package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts +1 -1
  421. package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts.map +1 -1
  422. package/dist/setting/admin/AdminSettingForm.d.ts +1 -1
  423. package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
  424. package/dist/setting/admin/PaymentFeeForm.d.ts +2 -2
  425. package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
  426. package/dist/setting/dashboard/DashboardSettingForm.d.ts +1 -1
  427. package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
  428. package/dist/setting/dashboard/EventSettingForm.d.ts +2 -2
  429. package/dist/setting/dashboard/EventSettingForm.d.ts.map +1 -1
  430. package/dist/setting/dashboard/FinancialDataForm.d.ts +2 -2
  431. package/dist/setting/dashboard/FinancialDataForm.d.ts.map +1 -1
  432. package/dist/setting/dashboard/OtherSettingForm.d.ts +2 -2
  433. package/dist/setting/dashboard/OtherSettingForm.d.ts.map +1 -1
  434. package/dist/setting/dashboard/ProviderSettingForm.d.ts +2 -2
  435. package/dist/setting/dashboard/ProviderSettingForm.d.ts.map +1 -1
  436. package/dist/setting/dashboard/index.d.ts +2 -0
  437. package/dist/setting/dashboard/index.d.ts.map +1 -1
  438. package/dist/setting/dashboard/snippets/control/SnippetControl.d.ts +9 -0
  439. package/dist/setting/dashboard/snippets/control/SnippetControl.d.ts.map +1 -0
  440. package/dist/setting/dashboard/snippets/control/SnippetControl.js +1 -0
  441. package/dist/setting/dashboard/snippets/control/index.d.ts +2 -0
  442. package/dist/setting/dashboard/snippets/control/index.d.ts.map +1 -0
  443. package/dist/setting/dashboard/snippets/form/SnippetForm.d.ts +33 -0
  444. package/dist/setting/dashboard/snippets/form/SnippetForm.d.ts.map +1 -0
  445. package/dist/setting/dashboard/snippets/form/SnippetForm.js +1 -0
  446. package/dist/setting/dashboard/snippets/form/context.d.ts +11 -0
  447. package/dist/setting/dashboard/snippets/form/context.d.ts.map +1 -0
  448. package/dist/setting/dashboard/snippets/form/context.js +1 -0
  449. package/dist/setting/dashboard/snippets/form/index.d.ts +2 -0
  450. package/dist/setting/dashboard/snippets/form/index.d.ts.map +1 -0
  451. package/dist/setting/dashboard/snippets/modal/SnippetViewTypeModal.d.ts +19 -0
  452. package/dist/setting/dashboard/snippets/modal/SnippetViewTypeModal.d.ts.map +1 -0
  453. package/dist/setting/dashboard/snippets/modal/SnippetViewTypeModal.js +1 -0
  454. package/dist/setting/dashboard/snippets/modal/index.d.ts +3 -0
  455. package/dist/setting/dashboard/snippets/modal/index.d.ts.map +1 -0
  456. package/dist/setting/system/SystemSettingForm.d.ts +1 -1
  457. package/dist/setting/system/SystemSettingForm.d.ts.map +1 -1
  458. package/dist/snippet/snippet-template/SnippetTemplate.js +1 -1
  459. package/dist/snippet/snippet-template/context/snippetTemplate.d.ts +1 -1
  460. package/dist/snippet/snippet-template/context/snippetTemplate.d.ts.map +1 -1
  461. package/dist/snippet/snippet-template/form/SnippetTemplateForm.js +1 -1
  462. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  463. package/dist/snippet/snippet-template/preview/Preview.js +1 -1
  464. package/dist/sortable-list/SortableList.d.ts +4 -4
  465. package/dist/sortable-list/SortableList.d.ts.map +1 -1
  466. package/dist/sortable-tree/SortableTreeItem.d.ts +2 -5
  467. package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
  468. package/dist/sortable-tree/SortableTreeItem.js +1 -1
  469. package/dist/static/Icon.d.ts +1 -1
  470. package/dist/static/Icon.d.ts.map +1 -1
  471. package/dist/static/date-range-input/DateRangeInput.d.ts +4 -4
  472. package/dist/static/date-range-input/DateRangeInput.d.ts.map +1 -1
  473. package/dist/static/date-range-input/DateRangeInput.js +1 -1
  474. package/dist/static/images/DefaultUserImage.d.ts +1 -1
  475. package/dist/static/images/DefaultUserImage.d.ts.map +1 -1
  476. package/dist/static/loader/ButtonLoader.d.ts +1 -1
  477. package/dist/static/loader/ButtonLoader.d.ts.map +1 -1
  478. package/dist/static/loader/PaymentLoader.d.ts +1 -1
  479. package/dist/static/loader/PaymentLoader.d.ts.map +1 -1
  480. package/dist/static/manual-date-picker/ManualDatePicker.d.ts +1 -1
  481. package/dist/static/manual-date-picker/ManualDatePicker.d.ts.map +1 -1
  482. package/dist/static/manual-date-picker/hooks/useManualDatePicker.d.ts +2 -2
  483. package/dist/static/manual-date-picker/hooks/useManualDatePicker.d.ts.map +1 -1
  484. package/dist/static/tabs/Tab.d.ts +1 -1
  485. package/dist/static/tabs/Tab.d.ts.map +1 -1
  486. package/dist/static/tabs/Tabs.d.ts +1 -1
  487. package/dist/static/tabs/Tabs.d.ts.map +1 -1
  488. package/dist/styles/events/EventStatisticModal.scss +37 -0
  489. package/dist/styles/events/EventVenueMap.scss +1 -1
  490. package/dist/styles/iframe-order-process/IframeOrderProcess.scss +4 -12
  491. package/dist/styles/iframe-page/PageBody.scss +0 -2
  492. package/dist/styles/packages.scss +1 -5
  493. package/dist/styles/sales/BookingFilter.scss +11 -45
  494. package/dist/styles/sales/RandomColors.scss +4 -7
  495. package/dist/styles/snippet-templates/SnippetTemplateCard.scss +0 -16
  496. package/dist/styles/static/DateRangeInput.scss +1 -5
  497. package/dist/styles/themes/bookedit/_variables.scss +2 -3
  498. package/dist/styles/widgets/BookingStyleSelector.scss +14 -0
  499. package/dist/styles/widgets/CalendarStyleSelector.scss +17 -0
  500. package/dist/styles/widgets/CheckboxGroup.scss +15 -0
  501. package/dist/styles/{image-radio-input/_index.scss → widgets/ImageRadioInput.scss} +0 -12
  502. package/dist/styles/widgets/ProductSetSelector.scss +19 -0
  503. package/dist/styles/widgets/SnippetCode.scss +18 -0
  504. package/dist/styles/widgets/WidgetBuilderForm.scss +51 -0
  505. package/{src/styles/radio-card/_index.scss → dist/styles/widgets/WidgetTypeRadioButton.scss} +1 -8
  506. package/dist/styles/widgets/WidgetTypeSelector.scss +6 -0
  507. package/dist/styles/widgets/_index.scss +9 -0
  508. package/dist/table/FilterHelperComponent.d.ts.map +1 -1
  509. package/dist/table/FilterHelperComponent.js +1 -1
  510. package/dist/table/MenuButton.d.ts +1 -1
  511. package/dist/table/MenuButton.d.ts.map +1 -1
  512. package/dist/table/ReactTableHelperComponent.d.ts +2 -2
  513. package/dist/table/ReactTableHelperComponent.d.ts.map +1 -1
  514. package/dist/table/StaticTable.d.ts +4 -6
  515. package/dist/table/StaticTable.d.ts.map +1 -1
  516. package/dist/table/StaticTable.js +1 -1
  517. package/dist/table/types.d.ts +5 -5
  518. package/dist/table/types.d.ts.map +1 -1
  519. package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.d.ts +1 -1
  520. package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.d.ts.map +1 -1
  521. package/dist/typeahead/Typeahead.d.ts +12 -6
  522. package/dist/typeahead/Typeahead.d.ts.map +1 -1
  523. package/dist/typeahead/Typeahead.js +1 -1
  524. package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts +1 -1
  525. package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts.map +1 -1
  526. package/dist/types/categories.d.ts +2 -2
  527. package/dist/types/categories.d.ts.map +1 -1
  528. package/dist/types/currency.d.ts +1 -1
  529. package/dist/types/currency.d.ts.map +1 -1
  530. package/dist/types/generic/SelectItem.d.ts +1 -1
  531. package/dist/types/generic/SelectItem.d.ts.map +1 -1
  532. package/dist/types/iframe.d.ts +3 -5
  533. package/dist/types/iframe.d.ts.map +1 -1
  534. package/dist/types/provider-links.d.ts +2 -2
  535. package/dist/types/provider-links.d.ts.map +1 -1
  536. package/dist/venue-map-sets/form/components/NameControl.d.ts +1 -1
  537. package/dist/venue-map-sets/form/components/NameControl.d.ts.map +1 -1
  538. package/dist/venue-map-sets/form/components/VenueMapControl.d.ts +4 -4
  539. package/dist/venue-map-sets/form/components/VenueMapControl.d.ts.map +1 -1
  540. package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts +1 -1
  541. package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts.map +1 -1
  542. package/dist/venue-map-sets/form/components/VenueMapModal.d.ts +1 -1
  543. package/dist/venue-map-sets/form/components/VenueMapModal.d.ts.map +1 -1
  544. package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts +1 -1
  545. package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts.map +1 -1
  546. package/dist/venue-map-sets/form/types/index.d.ts +4 -4
  547. package/dist/venue-map-sets/form/types/index.d.ts.map +1 -1
  548. package/dist/virtualized/components/VirtualizedGrid.d.ts +1 -1
  549. package/dist/virtualized/components/VirtualizedGrid.d.ts.map +1 -1
  550. package/dist/virtualized/components/VirtualizedWindowScroller.d.ts +3 -3
  551. package/dist/virtualized/components/VirtualizedWindowScroller.d.ts.map +1 -1
  552. package/dist/virtualized/context/VirtualizedContext.d.ts +2 -2
  553. package/dist/virtualized/context/VirtualizedContext.d.ts.map +1 -1
  554. package/dist/widgets/BookingStyleSelector/BookingStyleSelector.d.ts +3 -0
  555. package/dist/widgets/BookingStyleSelector/BookingStyleSelector.d.ts.map +1 -0
  556. package/dist/widgets/BookingStyleSelector/index.d.ts +2 -0
  557. package/dist/widgets/BookingStyleSelector/index.d.ts.map +1 -0
  558. package/dist/widgets/CalendarStyleSelector/CalendarStyleSelector.d.ts +3 -0
  559. package/dist/widgets/CalendarStyleSelector/CalendarStyleSelector.d.ts.map +1 -0
  560. package/dist/widgets/CalendarStyleSelector/index.d.ts +2 -0
  561. package/dist/widgets/CalendarStyleSelector/index.d.ts.map +1 -0
  562. package/dist/widgets/CheckboxGroup/CheckboxGroup.d.ts +8 -0
  563. package/dist/widgets/CheckboxGroup/CheckboxGroup.d.ts.map +1 -0
  564. package/dist/widgets/CheckboxGroup/index.d.ts +2 -0
  565. package/dist/widgets/CheckboxGroup/index.d.ts.map +1 -0
  566. package/dist/widgets/ImageRadioInput/ImageRadioInput.d.ts +9 -0
  567. package/dist/widgets/ImageRadioInput/ImageRadioInput.d.ts.map +1 -0
  568. package/dist/widgets/ImageRadioInput/index.d.ts.map +1 -0
  569. package/dist/widgets/ProductSetSelector/ProductSetSelector.d.ts +3 -0
  570. package/dist/widgets/ProductSetSelector/ProductSetSelector.d.ts.map +1 -0
  571. package/dist/widgets/ProductSetSelector/index.d.ts +2 -0
  572. package/dist/widgets/ProductSetSelector/index.d.ts.map +1 -0
  573. package/dist/widgets/SnippetCode/SnippetCode.d.ts +6 -0
  574. package/dist/widgets/SnippetCode/SnippetCode.d.ts.map +1 -0
  575. package/dist/widgets/SnippetCode/index.d.ts +2 -0
  576. package/dist/widgets/SnippetCode/index.d.ts.map +1 -0
  577. package/dist/widgets/WidgetBuilderForm/WidgetBuilderForm.d.ts +12 -0
  578. package/dist/widgets/WidgetBuilderForm/WidgetBuilderForm.d.ts.map +1 -0
  579. package/dist/widgets/WidgetTypeRadio/WidgetTypeRadio.d.ts +7 -0
  580. package/dist/widgets/WidgetTypeRadio/WidgetTypeRadio.d.ts.map +1 -0
  581. package/dist/widgets/WidgetTypeRadio/index.d.ts +2 -0
  582. package/dist/widgets/WidgetTypeRadio/index.d.ts.map +1 -0
  583. package/dist/widgets/WidgetTypeSelector/WidgetTypeSelector.d.ts +3 -0
  584. package/dist/widgets/WidgetTypeSelector/WidgetTypeSelector.d.ts.map +1 -0
  585. package/dist/zone/form/ZoneForm.d.ts +2 -2
  586. package/dist/zone/form/ZoneForm.d.ts.map +1 -1
  587. package/dist/zone/form/components/AvailableTimesControl.d.ts +2 -2
  588. package/dist/zone/form/components/AvailableTimesControl.d.ts.map +1 -1
  589. package/dist/zone/form/components/DescriptionControl.d.ts +1 -1
  590. package/dist/zone/form/components/DescriptionControl.d.ts.map +1 -1
  591. package/dist/zone/form/components/NameControl.d.ts +1 -1
  592. package/dist/zone/form/components/NameControl.d.ts.map +1 -1
  593. package/dist/zone/form/components/SortControl.d.ts +1 -1
  594. package/dist/zone/form/components/SortControl.d.ts.map +1 -1
  595. package/dist/zone/form/components/ZoneControl.d.ts +1 -1
  596. package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
  597. package/dist/zone/form/components/ZoneImageControl.d.ts +1 -1
  598. package/dist/zone/form/components/ZoneImageControl.d.ts.map +1 -1
  599. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +1 -1
  600. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
  601. package/dist/zone/form/components/ZoneRecurrencesControl.js +1 -1
  602. package/dist/zone/form/components/ZoneTypeControl.d.ts +1 -1
  603. package/dist/zone/form/components/ZoneTypeControl.d.ts.map +1 -1
  604. package/package.json +4 -5
  605. package/src/assets/dashboard/bookingCalendar.svg +67 -0
  606. package/src/assets/dashboard/bookingList.svg +68 -0
  607. package/src/assets/dashboard/bookingListSmall.svg +6 -0
  608. package/src/assets/dashboard/fullscreen.svg +3 -0
  609. package/src/assets/dashboard/minimize.svg +3 -0
  610. package/src/assets/dashboard/refresh.svg +4 -0
  611. package/src/assets/widgets/circlePlus.svg +4 -0
  612. package/src/assets/widgets/inPage.svg +10 -0
  613. package/src/assets/widgets/overlay.svg +9 -0
  614. package/src/assets/widgets/sidebar.svg +9 -0
  615. package/src/events/edit-event-modal/IntervalInput.tsx +2 -28
  616. package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +0 -3
  617. package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +2 -11
  618. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +4 -6
  619. package/src/events/event-statistic-modal/EventStatisticModal.tsx +1 -1
  620. package/src/events/event-venue-map/EventVenueMap.tsx +0 -4
  621. package/src/events/event-venue-map/components/MapPoint/MapPoint.tsx +3 -5
  622. package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.tsx +2 -13
  623. package/src/events/event-venue-map/components/VenueMap/VenueMap.tsx +4 -12
  624. package/src/help/popover/HelpPopover.tsx +5 -13
  625. package/src/iframe/event/event-card/IframeEventCard.stories.tsx +14 -6
  626. package/src/iframe/event/event-card/IframeEventCard.tsx +10 -6
  627. package/src/iframe/event/event-card/IframeEventCardSkeleton.tsx +30 -20
  628. package/src/iframe/event/event-card/IframeEventCards.stories.tsx +3 -2
  629. package/src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx +20 -20
  630. package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +0 -5
  631. package/src/iframe/index.ts +1 -4
  632. package/src/iframe/order-process/OrderProcess.stories.tsx +362 -0
  633. package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +1 -4
  634. package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +2 -2
  635. package/src/iframe/order-process/components/BookingSummary/types/index.ts +5 -5
  636. package/src/iframe/order-process/components/BookingSummary/utils/index.ts +2 -6
  637. package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.stories.tsx +0 -1
  638. package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx +3 -9
  639. package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +0 -4
  640. package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +0 -4
  641. package/src/iframe/order-process/components/{ErrorModal → CalendarStepsForm/components}/ErrorModal.tsx +1 -1
  642. package/src/iframe/order-process/components/Category/Category.stories.tsx +118 -0
  643. package/src/iframe/order-process/components/Category/Category.tsx +48 -0
  644. package/src/iframe/order-process/components/Category/index.ts +1 -0
  645. package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +11 -45
  646. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +0 -3
  647. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +6 -7
  648. package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.tsx +6 -8
  649. package/src/iframe/order-process/components/NavigationSteps/index.ts +1 -1
  650. package/src/iframe/order-process/components/StepsForm/StepsForm.tsx +173 -0
  651. package/src/iframe/order-process/components/StepsForm/index.ts +1 -0
  652. package/src/iframe/order-process/components/Timer/Timer.stories.tsx +1 -1
  653. package/src/iframe/order-process/components/Timer/utils/index.ts +4 -4
  654. package/src/iframe/order-process/components/utils/{useCategoryVerification.ts → category.ts} +10 -15
  655. package/src/iframe/order-process/index.ts +2 -3
  656. package/src/iframe/page/components/PageBody/PageBody.tsx +1 -1
  657. package/src/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.tsx +4 -4
  658. package/src/iframe/payment/order-items-table/utils/index.ts +9 -24
  659. package/src/iframe/payment/payment-page/PaymentPage.tsx +8 -46
  660. package/src/iframe/payment/payment-page/PaymentTimer.tsx +6 -31
  661. package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +16 -66
  662. package/src/index.ts +0 -6
  663. package/src/logo/Logo.tsx +1 -1
  664. package/src/notification/email-template/card/EmailTemplateCard.stories.tsx +2 -4
  665. package/src/notification/email-template/card/EmailTemplateCard.tsx +3 -15
  666. package/src/notification/email-template/control/EmailTemplateControl.tsx +6 -90
  667. package/src/notification/email-template/form/EmailTemplateForm.stories.tsx +0 -34
  668. package/src/notification/email-template/form/EmailTemplateForm.tsx +5 -23
  669. package/src/notification/sms-template/card/SmsTemplateCard.stories.tsx +1 -3
  670. package/src/notification/sms-template/card/SmsTemplateCard.tsx +3 -13
  671. package/src/notification/sms-template/control/SmsTemplateControl.tsx +2 -40
  672. package/src/notification/sms-template/form/SmsTemplateForm.stories.tsx +0 -28
  673. package/src/notification/sms-template/form/SmsTemplateForm.tsx +1 -6
  674. package/src/product-set/control/DateAndRecurrenceInput.tsx +2 -2
  675. package/src/product-set/control/ProductSetControl.tsx +45 -69
  676. package/src/product-set/form/ProductCategoriesControl.tsx +0 -9
  677. package/src/product-set/form/ProductSetForm.stories.tsx +2 -41
  678. package/src/product-set/form/ProductSetForm.tsx +0 -11
  679. package/src/product-set/form/ProductsControl.tsx +1 -30
  680. package/src/product-set/form/StepsControl.tsx +3 -31
  681. package/src/product-set/product/ProductControl.tsx +23 -44
  682. package/src/product-set/product/price/ProductPriceControl.tsx +21 -43
  683. package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +16 -30
  684. package/src/product-set/product-category/ProductCategoryControl.tsx +1 -1
  685. package/src/product-set/utils/index.ts +0 -28
  686. package/src/provider/provider-details-input/ProviderDetailsInput.tsx +4 -28
  687. package/src/sales/booking/filter/BookingFilter.stories.tsx +27 -0
  688. package/src/sales/booking/filter/BookingFilter.tsx +47 -0
  689. package/src/sales/booking/filter/components/AdditionalFIlterSection.tsx +95 -0
  690. package/src/sales/booking/filter/components/MainFilterSection.tsx +131 -0
  691. package/src/sales/booking/filter/components/ResultTagButton.tsx +33 -0
  692. package/src/sales/booking/filter/components/SearchingForSection.tsx +68 -0
  693. package/src/sales/booking/filter/index.ts +2 -0
  694. package/src/sales/booking/index.ts +2 -0
  695. package/src/sales/booking/results/components/ResultCard.tsx +2 -2
  696. package/src/sales/booking/results/constants.ts +0 -1
  697. package/src/sales/booking/results/index.ts +0 -1
  698. package/src/sales/booking/tabs/BookingTabs.stories.tsx +17 -0
  699. package/src/sales/booking/tabs/BookingTabs.tsx +88 -0
  700. package/src/sales/booking/tabs/index.ts +2 -0
  701. package/src/sales/coupon/control/CouponFormControl.tsx +0 -2
  702. package/src/sales/filters/SaleFilter.stories.tsx +1 -1
  703. package/src/sales/filters/SaleFilters.tsx +2 -2
  704. package/src/sales/manual-booking/category-product/CategoryProduct.tsx +2 -2
  705. package/src/sales/manual-booking/category-products/CategoryProducts.tsx +2 -2
  706. package/src/sales/manual-booking/controll/ManualBookingStepsControll.tsx +3 -3
  707. package/src/sales/manual-booking/select-menu/SelectMenu.tsx +1 -3
  708. package/src/setting/dashboard/index.ts +2 -0
  709. package/src/setting/dashboard/snippets/control/SnippetControl.tsx +237 -0
  710. package/src/setting/dashboard/snippets/control/index.ts +1 -0
  711. package/src/setting/dashboard/snippets/form/SnippetForm.stories.tsx +104 -0
  712. package/src/setting/dashboard/snippets/form/SnippetForm.tsx +94 -0
  713. package/src/setting/dashboard/snippets/form/context.tsx +18 -0
  714. package/src/setting/dashboard/snippets/form/index.ts +1 -0
  715. package/src/setting/dashboard/snippets/modal/SnippetViewTypeModal.stories.tsx +28 -0
  716. package/src/setting/dashboard/snippets/modal/SnippetViewTypeModal.tsx +104 -0
  717. package/src/setting/dashboard/snippets/modal/index.ts +2 -0
  718. package/src/snippet/snippet-template/SnippetTemplate.tsx +1 -1
  719. package/src/snippet/snippet-template/form/SnippetTemplateForm.tsx +10 -10
  720. package/src/snippet/snippet-template/preview/Preview.tsx +9 -4
  721. package/src/sortable-tree/SortableTreeItem.tsx +6 -28
  722. package/src/static/date-range-input/DateRangeInput.tsx +3 -6
  723. package/src/styles/events/EventStatisticModal.scss +37 -0
  724. package/src/styles/events/EventVenueMap.scss +1 -1
  725. package/src/styles/iframe-order-process/IframeOrderProcess.scss +4 -12
  726. package/src/styles/iframe-page/PageBody.scss +0 -2
  727. package/src/styles/packages.scss +1 -5
  728. package/src/styles/sales/BookingFilter.scss +11 -45
  729. package/src/styles/sales/RandomColors.scss +4 -7
  730. package/src/styles/snippet-templates/SnippetTemplateCard.scss +0 -16
  731. package/src/styles/static/DateRangeInput.scss +1 -5
  732. package/src/styles/themes/bookedit/_variables.scss +2 -3
  733. package/src/styles/widgets/BookingStyleSelector.scss +14 -0
  734. package/src/styles/widgets/CalendarStyleSelector.scss +17 -0
  735. package/src/styles/widgets/CheckboxGroup.scss +15 -0
  736. package/src/styles/{image-radio-input/_index.scss → widgets/ImageRadioInput.scss} +0 -12
  737. package/src/styles/widgets/ProductSetSelector.scss +19 -0
  738. package/src/styles/widgets/SnippetCode.scss +18 -0
  739. package/src/styles/widgets/WidgetBuilderForm.scss +51 -0
  740. package/{dist/styles/radio-card/_index.scss → src/styles/widgets/WidgetTypeRadioButton.scss} +1 -8
  741. package/src/styles/widgets/WidgetTypeSelector.scss +6 -0
  742. package/src/styles/widgets/_index.scss +9 -0
  743. package/src/table/FilterHelperComponent.tsx +0 -1
  744. package/src/table/StaticTable.tsx +14 -40
  745. package/src/typeahead/Typeahead.stories.tsx +6 -9
  746. package/src/typeahead/Typeahead.tsx +13 -21
  747. package/src/types/iframe.ts +1 -5
  748. package/src/widgets/BookingStyleSelector/BookingStyleSelector.stories.tsx +12 -0
  749. package/src/widgets/BookingStyleSelector/BookingStyleSelector.tsx +34 -0
  750. package/src/widgets/BookingStyleSelector/index.ts +1 -0
  751. package/src/widgets/CalendarStyleSelector/CalendarStyleSelector.stories.tsx +12 -0
  752. package/src/widgets/CalendarStyleSelector/CalendarStyleSelector.tsx +29 -0
  753. package/src/widgets/CalendarStyleSelector/index.ts +1 -0
  754. package/src/widgets/CheckboxGroup/CheckboxGroup.stories.tsx +16 -0
  755. package/src/widgets/CheckboxGroup/CheckboxGroup.tsx +64 -0
  756. package/src/widgets/CheckboxGroup/index.ts +1 -0
  757. package/src/widgets/ImageRadioInput/ImageRadioInput.stories.tsx +18 -0
  758. package/src/widgets/ImageRadioInput/ImageRadioInput.tsx +29 -0
  759. package/src/widgets/ProductSetSelector/ProductSetSelector.stories.tsx +12 -0
  760. package/src/widgets/ProductSetSelector/ProductSetSelector.tsx +27 -0
  761. package/src/widgets/ProductSetSelector/index.ts +1 -0
  762. package/src/widgets/SnippetCode/SnippetCode.stories.tsx +17 -0
  763. package/src/widgets/SnippetCode/SnippetCode.tsx +27 -0
  764. package/src/widgets/SnippetCode/index.ts +1 -0
  765. package/src/widgets/WidgetBuilderForm/WidgetBuilderForm.stories.tsx +12 -0
  766. package/src/widgets/WidgetBuilderForm/WidgetBuilderForm.tsx +84 -0
  767. package/src/widgets/WidgetTypeRadio/WidgetTypeRadio.stories.tsx +17 -0
  768. package/src/widgets/WidgetTypeRadio/WidgetTypeRadio.tsx +43 -0
  769. package/src/widgets/WidgetTypeRadio/index.ts +1 -0
  770. package/src/widgets/WidgetTypeSelector/WidgetTypeSelector.stories.tsx +12 -0
  771. package/src/widgets/WidgetTypeSelector/WidgetTypeSelector.tsx +32 -0
  772. package/src/zone/form/components/ZoneRecurrencesControl.tsx +28 -2
  773. package/tests/Snippets/Snippets.test.tsx +77 -0
  774. package/tsconfig.json +2 -2
  775. package/dist/assets/iframe/dateInfo/available.svg +0 -5
  776. package/dist/assets/iframe/dateInfo/limited.svg +0 -5
  777. package/dist/assets/iframe/dateInfo/soldOut.svg +0 -6
  778. package/dist/date-time-button/DateTimeButton.d.ts +0 -12
  779. package/dist/date-time-button/DateTimeButton.d.ts.map +0 -1
  780. package/dist/date-time-button/DateTimeButton.js +0 -1
  781. package/dist/date-time-button/index.d.ts +0 -2
  782. package/dist/date-time-button/index.d.ts.map +0 -1
  783. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts +0 -9
  784. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts.map +0 -1
  785. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.js +0 -1
  786. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.d.ts +0 -2
  787. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.d.ts.map +0 -1
  788. package/dist/iframe/activity-cards/activity-card/ActivityCard.d.ts +0 -12
  789. package/dist/iframe/activity-cards/activity-card/ActivityCard.d.ts.map +0 -1
  790. package/dist/iframe/activity-cards/activity-card/ActivityCard.js +0 -1
  791. package/dist/iframe/activity-cards/index.d.ts +0 -3
  792. package/dist/iframe/activity-cards/index.d.ts.map +0 -1
  793. package/dist/iframe/activity-cards/list-activity-card/ListActivityCard.d.ts +0 -12
  794. package/dist/iframe/activity-cards/list-activity-card/ListActivityCard.d.ts.map +0 -1
  795. package/dist/iframe/activity-cards/list-activity-card/ListActivityCard.js +0 -1
  796. package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts.map +0 -1
  797. package/dist/iframe/order-process/components/ErrorModal/ErrorModal.js +0 -1
  798. package/dist/iframe/order-process/components/ErrorModal/index.d.ts +0 -2
  799. package/dist/iframe/order-process/components/ErrorModal/index.d.ts.map +0 -1
  800. package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts +0 -8
  801. package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts.map +0 -1
  802. package/dist/iframe/order-process/components/utils/useCategoryVerification.js +0 -1
  803. package/dist/image-radio-input/ImageRadioInput.d.ts +0 -15
  804. package/dist/image-radio-input/ImageRadioInput.d.ts.map +0 -1
  805. package/dist/image-radio-input/ImageRadioInput.js +0 -1
  806. package/dist/image-radio-input/index.d.ts.map +0 -1
  807. package/dist/notification/hooks/useTranslatedParameters.d.ts +0 -7
  808. package/dist/notification/hooks/useTranslatedParameters.d.ts.map +0 -1
  809. package/dist/notification/hooks/useTranslatedParameters.js +0 -1
  810. package/dist/product-set/hooks/useSortableTreeFunctions.d.ts +0 -11
  811. package/dist/product-set/hooks/useSortableTreeFunctions.d.ts.map +0 -1
  812. package/dist/product-set/hooks/useSortableTreeFunctions.js +0 -1
  813. package/dist/product-set/product/constants.d.ts +0 -2
  814. package/dist/product-set/product/constants.d.ts.map +0 -1
  815. package/dist/product-set/product/constants.js +0 -1
  816. package/dist/provider/constants.d.ts +0 -2
  817. package/dist/provider/constants.d.ts.map +0 -1
  818. package/dist/provider/constants.js +0 -1
  819. package/dist/radio-card/RadioCard.d.ts +0 -13
  820. package/dist/radio-card/RadioCard.d.ts.map +0 -1
  821. package/dist/radio-card/RadioCard.js +0 -1
  822. package/dist/radio-card/index.d.ts +0 -2
  823. package/dist/radio-card/index.d.ts.map +0 -1
  824. package/dist/sortable-fields/SortableFieldItem.d.ts +0 -9
  825. package/dist/sortable-fields/SortableFieldItem.d.ts.map +0 -1
  826. package/dist/sortable-fields/SortableFieldItem.js +0 -1
  827. package/dist/sortable-fields/SortableFieldList.d.ts +0 -18
  828. package/dist/sortable-fields/SortableFieldList.d.ts.map +0 -1
  829. package/dist/sortable-fields/SortableFieldList.js +0 -1
  830. package/dist/sortable-fields/index.d.ts +0 -2
  831. package/dist/sortable-fields/index.d.ts.map +0 -1
  832. package/dist/sorting-select/SortingSelect.d.ts +0 -10
  833. package/dist/sorting-select/SortingSelect.d.ts.map +0 -1
  834. package/dist/sorting-select/SortingSelect.js +0 -1
  835. package/dist/sorting-select/index.d.ts +0 -2
  836. package/dist/sorting-select/index.d.ts.map +0 -1
  837. package/dist/striped-static-table/StripedStaticTable.d.ts +0 -7
  838. package/dist/striped-static-table/StripedStaticTable.d.ts.map +0 -1
  839. package/dist/striped-static-table/StripedStaticTable.js +0 -1
  840. package/dist/striped-static-table/index.d.ts +0 -2
  841. package/dist/striped-static-table/index.d.ts.map +0 -1
  842. package/dist/styles/iframe-customers-journey/ActivitiesCard.scss +0 -37
  843. package/dist/styles/iframe-customers-journey/ActivitiesSelectedCard.scss +0 -57
  844. package/dist/styles/iframe-customers-journey/DateTimeButton.scss +0 -84
  845. package/dist/styles/iframe-customers-journey/_index.scss +0 -3
  846. package/dist/styles/sortable-field/SortableField.scss +0 -21
  847. package/dist/styles/sortable-field/_index.scss +0 -1
  848. package/dist/styles/striped-static-table/_index.scss +0 -33
  849. package/src/assets/iframe/dateInfo/available.svg +0 -5
  850. package/src/assets/iframe/dateInfo/limited.svg +0 -5
  851. package/src/assets/iframe/dateInfo/soldOut.svg +0 -6
  852. package/src/date-time-button/DateTimeButton.stories.tsx +0 -68
  853. package/src/date-time-button/DateTimeButton.tsx +0 -106
  854. package/src/date-time-button/index.ts +0 -1
  855. package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.tsx +0 -68
  856. package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.ts +0 -1
  857. package/src/iframe/activity-cards/activity-card/ActivityCard.stories.tsx +0 -52
  858. package/src/iframe/activity-cards/activity-card/ActivityCard.tsx +0 -38
  859. package/src/iframe/activity-cards/index.ts +0 -2
  860. package/src/iframe/activity-cards/list-activity-card/ListActivityCard.stories.tsx +0 -52
  861. package/src/iframe/activity-cards/list-activity-card/ListActivityCard.tsx +0 -49
  862. package/src/iframe/order-process/components/ErrorModal/index.ts +0 -1
  863. package/src/image-radio-input/ImageRadioInput.stories.tsx +0 -67
  864. package/src/image-radio-input/ImageRadioInput.tsx +0 -53
  865. package/src/notification/hooks/useTranslatedParameters.ts +0 -27
  866. package/src/product-set/hooks/useSortableTreeFunctions.ts +0 -37
  867. package/src/product-set/product/constants.ts +0 -1
  868. package/src/provider/constants.ts +0 -1
  869. package/src/radio-card/RadioCard.stories.tsx +0 -48
  870. package/src/radio-card/RadioCard.tsx +0 -49
  871. package/src/radio-card/index.ts +0 -1
  872. package/src/sortable-fields/SortableFieldItem.tsx +0 -60
  873. package/src/sortable-fields/SortableFieldList.tsx +0 -62
  874. package/src/sortable-fields/index.ts +0 -1
  875. package/src/sorting-select/SortingSelect.stories.tsx +0 -15
  876. package/src/sorting-select/SortingSelect.tsx +0 -79
  877. package/src/sorting-select/index.ts +0 -1
  878. package/src/striped-static-table/StripedStaticTable.stories.tsx +0 -71
  879. package/src/striped-static-table/StripedStaticTable.tsx +0 -63
  880. package/src/striped-static-table/index.ts +0 -1
  881. package/src/styles/iframe-customers-journey/ActivitiesCard.scss +0 -37
  882. package/src/styles/iframe-customers-journey/ActivitiesSelectedCard.scss +0 -57
  883. package/src/styles/iframe-customers-journey/DateTimeButton.scss +0 -84
  884. package/src/styles/iframe-customers-journey/_index.scss +0 -3
  885. package/src/styles/sortable-field/SortableField.scss +0 -21
  886. package/src/styles/sortable-field/_index.scss +0 -1
  887. package/src/styles/striped-static-table/_index.scss +0 -33
  888. /package/dist/iframe/order-process/components/{ErrorModal → CalendarStepsForm/components}/ErrorModal.d.ts +0 -0
  889. /package/dist/{image-radio-input → widgets/ImageRadioInput}/index.d.ts +0 -0
  890. /package/src/{image-radio-input → widgets/ImageRadioInput}/index.ts +0 -0
@@ -1,21 +0,0 @@
1
- .sortable-field-list {
2
- display: flex;
3
-
4
- .icon-container {
5
- margin-right: .8rem;
6
- margin-left: .2rem;
7
- margin-top: 1rem;
8
-
9
- div {
10
- width: 0.75rem;
11
- height: 2px;
12
- margin-bottom: 2px;
13
- background-color: #B5CCDE;
14
- border-radius: 1px;
15
- }
16
- }
17
-
18
- .form-group {
19
- width: 100%;
20
- }
21
- }
@@ -1 +0,0 @@
1
- @import "./SortableField";
@@ -1,33 +0,0 @@
1
- table.striped-static-table {
2
- tbody {
3
- tr {
4
- border-bottom: 1px solid $gray-500;
5
- td {
6
- text-transform: capitalize;
7
-
8
- &:nth-child(2),
9
- &:nth-child(3) {
10
- text-align: right;
11
- }
12
- &:nth-child(2) {
13
- width: 20%;
14
- }
15
- &:nth-child(3) {
16
- width: 35%;
17
- }
18
- }
19
-
20
- td:has(div.header-row) {
21
- background-color: #d8ecf7;
22
- }
23
-
24
- &:first-child {
25
- border-top: 1px solid $gray-500;
26
- }
27
- }
28
- }
29
-
30
- .bold {
31
- font-weight: 600;
32
- }
33
- }
@@ -1,5 +0,0 @@
1
- <svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="0.943939" y="1.03658" width="5.25188" height="3.04878" rx="1.5" fill="#4CF973" stroke="white"/>
3
- <rect x="0.943939" y="4.10976" width="5.25188" height="3.04878" rx="1.5" fill="#4CF973" stroke="white"/>
4
- <rect x="0.943939" y="7.18292" width="5.25188" height="3.04878" rx="1.5" fill="#4CF973" stroke="white"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1.2406" y="1.03658" width="5.25188" height="3.04878" rx="1.5" fill="#E4E4E4" stroke="white"/>
3
- <rect x="1.2406" y="4.10976" width="5.25188" height="3.04878" rx="1.5" fill="#FDD054" stroke="white"/>
4
- <rect x="1.2406" y="7.18292" width="5.25188" height="3.04878" rx="1.5" fill="#FDD054" stroke="white"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="5.94013" height="10" transform="translate(0.497131)" fill="white"/>
3
- <rect x="0.591156" y="0.5" width="5.75211" height="3" rx="1.5" fill="#E4E4E4" stroke="white"/>
4
- <rect x="0.591156" y="3.5" width="5.75211" height="3" rx="1.5" fill="#E4E4E4" stroke="white"/>
5
- <rect x="0.591156" y="6.5" width="5.75211" height="3" rx="1.5" fill="#E4E4E4" stroke="white"/>
6
- </svg>
@@ -1,68 +0,0 @@
1
- import React from "react";
2
- import { Meta, Story } from "@storybook/react";
3
- import { DateTime } from "luxon";
4
- import { DateTimeButton, DateTimeButtonProps } from "./DateTimeButton";
5
-
6
- export default {
7
- title: "DateTimeButton",
8
- component: DateTimeButton,
9
- } as Meta;
10
-
11
- const date = DateTime.fromISO("2023-12-28T10:10:10.000Z");
12
-
13
- export const Default: Story<DateTimeButtonProps> = (args) => {
14
- return <DateTimeButton {...args} />;
15
- };
16
-
17
- Default.args = {
18
- date,
19
- isSelected: false,
20
- isDisabled: false,
21
- onSelect: () => null,
22
- };
23
-
24
- export const Selected: Story<DateTimeButtonProps> = (args) => {
25
- return <DateTimeButton {...args} />;
26
- };
27
-
28
- Selected.args = {
29
- date,
30
- isSelected: true,
31
- isDisabled: false,
32
- onSelect: () => null,
33
- };
34
-
35
- export const Disabled: Story<DateTimeButtonProps> = (args) => {
36
- return <DateTimeButton {...args} />;
37
- };
38
-
39
- Disabled.args = {
40
- date,
41
- isSelected: false,
42
- isDisabled: true,
43
- onSelect: () => null,
44
- };
45
-
46
- export const Time: Story<DateTimeButtonProps> = (args) => {
47
- return <DateTimeButton {...args} />;
48
- };
49
-
50
- Time.args = {
51
- date,
52
- isSelected: false,
53
- isDisabled: true,
54
- onSelect: () => null,
55
- isTimeButton: true,
56
- };
57
-
58
- export const OnlyTime: Story<DateTimeButtonProps> = (args) => {
59
- return <DateTimeButton {...args} />;
60
- };
61
-
62
- OnlyTime.args = {
63
- date,
64
- isSelected: false,
65
- isDisabled: true,
66
- onSelect: () => null,
67
- isOnlyTimeContainer: true,
68
- };
@@ -1,106 +0,0 @@
1
- import React from "react";
2
- import clsx from "clsx";
3
- import { DateTime } from "luxon";
4
- import { DAY_NUMBER_WITH_MONTH, DAY_OF_WEEK } from "@licklist/core/dist/Config";
5
- import { useTranslation } from "react-i18next";
6
- import { isToday, isTomorrow } from "date-fns";
7
-
8
- export type DateTimeButtonProps = {
9
- date?: DateTime;
10
- time?: string;
11
- isSelected?: boolean;
12
- isDisabled?: boolean;
13
- onSelect: (date: DateTime | string) => void;
14
- isOnlyTimeContainer?: boolean;
15
- };
16
-
17
- export const DateTimeButton = ({
18
- date,
19
- isDisabled,
20
- time,
21
- isSelected,
22
- onSelect,
23
- isOnlyTimeContainer,
24
- }: DateTimeButtonProps) => {
25
- const onClick = () => {
26
- if (isDisabled) return;
27
- onSelect(date || time);
28
- };
29
-
30
- // const infoLogo = useMemo(() => {
31
- // if (info?.logo === infoLogoType.LIMIT) {
32
- // return <LimitedSvg />;
33
- // }
34
- // if (info?.logo === infoLogoType.AVAILABLE) {
35
- // return <AvailableSvg />;
36
- // }
37
- // if (info?.logo === infoLogoType.SOLD_OUT) {
38
- // return <SoldOutSvg />;
39
- // }
40
- // return null;
41
- // }, [info]);
42
-
43
- return (
44
- <div
45
- role="button"
46
- onClick={onClick}
47
- onKeyPress={onClick}
48
- className={clsx(
49
- "date-time-button",
50
- isDisabled && "disabled",
51
- isSelected && "selected",
52
- time && "time-button",
53
- isOnlyTimeContainer && "only-time-container"
54
- )}
55
- tabIndex={0}
56
- >
57
- {date ? (
58
- <DateContent
59
- date={date}
60
- isDisabled={isDisabled}
61
- isSelected={isSelected}
62
- />
63
- ) : (
64
- time
65
- )}
66
-
67
- {/* TODO fix info props */}
68
- {/* {info && (
69
- <div className="info">
70
- {info.logo && <Logo className="logo" logo={infoLogo} />}
71
- <div>{info.description}</div>
72
- </div>
73
- )} */}
74
- </div>
75
- );
76
- };
77
-
78
- const DateContent = ({
79
- date,
80
- isDisabled,
81
- isSelected,
82
- }: Pick<DateTimeButtonProps, "date" | "isDisabled" | "isSelected">) => {
83
- const { t } = useTranslation("Design");
84
-
85
- const getDate = () => {
86
- if (isToday(date.toJSDate())) return t("today");
87
- if (isTomorrow(date.toJSDate())) return t("tomorrow");
88
- return date.toFormat(DAY_OF_WEEK);
89
- };
90
-
91
- return (
92
- <>
93
- {getDate()}
94
- <div
95
- className={clsx(
96
- "descriptions",
97
- isSelected && "selected",
98
- isDisabled && "disabled"
99
- )}
100
- >
101
- {/* TODO add ordinal to date format */}
102
- {date.toFormat(DAY_NUMBER_WITH_MONTH)}
103
- </div>
104
- </>
105
- );
106
- };
@@ -1 +0,0 @@
1
- export * from "./DateTimeButton";
@@ -1,68 +0,0 @@
1
- import React from "react";
2
- import { Group, Rect, Text } from "react-konva";
3
-
4
- const TOOLTIP_WIDTH = 60;
5
- const TOOLTIP_HEIGHT = 20;
6
-
7
- const BACKGROUND_COLOR = "#000";
8
- const BACKGROUND_Y_OFFSET = 1;
9
- const BACKGROUND_X_OFFSET = 30;
10
- const BACKGROUND_RADIUS = 5;
11
- const BACKGROUND_OPACITY = 0.8;
12
-
13
- const TEXT_Y_OFFSET = 4;
14
- const TEXT_STROKE_WIDTH = 5;
15
- const TEXT_COLOR = "#FFF";
16
- const TEXT_ALIGN = "center";
17
- const TEXT_VERTICAL_ALIGN = "middle";
18
-
19
- type ProductTooltipProps = {
20
- x: number;
21
- y: number;
22
- text: string;
23
- };
24
-
25
- export const ProductTooltip = ({ x, y, text }: ProductTooltipProps) => {
26
- return (
27
- <Group
28
- width={TOOLTIP_WIDTH}
29
- height={TOOLTIP_HEIGHT}
30
- x={x + BACKGROUND_X_OFFSET}
31
- y={y - BACKGROUND_Y_OFFSET}
32
- >
33
- <Rect
34
- x={-5}
35
- y={5}
36
- sceneFunc={(context) => {
37
- context.beginPath();
38
- context.moveTo(0, 5);
39
- context.lineTo(5, 0);
40
- context.lineTo(5, 10);
41
- context.closePath();
42
- context.fill();
43
- }}
44
- fill={BACKGROUND_COLOR}
45
- borderColor={BACKGROUND_COLOR}
46
- opacity={BACKGROUND_OPACITY}
47
- />
48
- <Rect
49
- x={0}
50
- y={0}
51
- width={TOOLTIP_WIDTH}
52
- height={TOOLTIP_HEIGHT}
53
- fill={BACKGROUND_COLOR}
54
- cornerRadius={BACKGROUND_RADIUS}
55
- opacity={BACKGROUND_OPACITY}
56
- />
57
- <Text
58
- y={TEXT_Y_OFFSET}
59
- text={text}
60
- strokeWidth={TEXT_STROKE_WIDTH}
61
- width={TOOLTIP_WIDTH}
62
- align={TEXT_ALIGN}
63
- verticalAlign={TEXT_VERTICAL_ALIGN}
64
- fill={TEXT_COLOR}
65
- />
66
- </Group>
67
- );
68
- };
@@ -1 +0,0 @@
1
- export { ProductTooltip } from "./ProductTooltip";
@@ -1,52 +0,0 @@
1
- import React from "react";
2
- import { Meta, Story } from "@storybook/react";
3
- import { ActivityCard, ActivityCardProps } from "./ActivityCard";
4
-
5
- export default {
6
- title: "Iframe/ActivityCard",
7
- component: ActivityCard,
8
- } as Meta;
9
-
10
- export const Default: Story<ActivityCardProps> = (props) => {
11
- return <ActivityCard {...props} />;
12
- };
13
-
14
- Default.args = {
15
- title: "Clay Pigeons & Axe Thowing",
16
- duration: "60 mins",
17
- price: "from £20",
18
- image: {
19
- hash: "0b37b130e22aa2d3",
20
- id: 195,
21
- imageType: "cover",
22
- imageableId: 25,
23
- imageableType: "zone",
24
- path: "images/original/000/000/000/000/195-0b37b130e22aa2d3.jpeg",
25
- // eslint-disable-next-line max-len
26
- url: "https://cdn.lickli.st/doNktZRze1yuz3Uo2OPrLSvXVtUcdUsF/images/original/000/000/000/000/195-0b37b130e22aa2d3.jpeg",
27
- },
28
- onSelect: () => null,
29
- isSelected: false,
30
- };
31
-
32
- export const Selected: Story<ActivityCardProps> = (props) => {
33
- return <ActivityCard {...props} />;
34
- };
35
-
36
- Selected.args = {
37
- title: "Clay Pigeons & Axe Thowing",
38
- duration: "60 mins",
39
- price: "from £20",
40
- image: {
41
- hash: "0b37b130e22aa2d3",
42
- id: 195,
43
- imageType: "cover",
44
- imageableId: 25,
45
- imageableType: "zone",
46
- path: "images/original/000/000/000/000/195-0b37b130e22aa2d3.jpeg",
47
- // eslint-disable-next-line max-len
48
- url: "https://cdn.lickli.st/doNktZRze1yuz3Uo2OPrLSvXVtUcdUsF/images/original/000/000/000/000/195-0b37b130e22aa2d3.jpeg",
49
- },
50
- onSelect: () => null,
51
- isSelected: true,
52
- };
@@ -1,38 +0,0 @@
1
- import React, { ReactNode } from "react";
2
- import clsx from "clsx";
3
- import { Image } from "@licklist/core/dist/DataMapper/Media/ImageDataMapper";
4
-
5
- export interface ActivityCardProps {
6
- title: ReactNode;
7
- duration: ReactNode;
8
- price: ReactNode;
9
- image?: Image | null;
10
- onSelect: () => void;
11
- isSelected: boolean;
12
- }
13
-
14
- export const ActivityCard = ({
15
- title,
16
- duration,
17
- price,
18
- image,
19
- onSelect,
20
- isSelected,
21
- }: ActivityCardProps) => {
22
- return (
23
- <button
24
- type="button"
25
- className={clsx("activity-card", isSelected && "active")}
26
- onClick={onSelect}
27
- >
28
- {image && <img className="activity-card-image" alt="" src={image.url} />}
29
- <div className={clsx("d-flex", "flex-column", !image && "no-image")}>
30
- <div className="activity-card-title">{title}</div>
31
-
32
- {duration && <div>{duration}</div>}
33
-
34
- {price && <div>{price}</div>}
35
- </div>
36
- </button>
37
- );
38
- };
@@ -1,2 +0,0 @@
1
- export * from "./list-activity-card/ListActivityCard";
2
- export * from "./activity-card/ActivityCard";
@@ -1,52 +0,0 @@
1
- import React from "react";
2
- import { Meta, Story } from "@storybook/react";
3
- import { ListActivityCardProps, ListActivityCard } from "./ListActivityCard";
4
-
5
- export default {
6
- title: "Iframe/ListActivityCard",
7
- component: ListActivityCard,
8
- } as Meta;
9
-
10
- export const Default: Story<ListActivityCardProps> = (props) => {
11
- return <ListActivityCard {...props} />;
12
- };
13
-
14
- Default.args = {
15
- title: "Clay Pigeons & Axe Thowing",
16
- duration: "60 mins",
17
- price: "from £20",
18
- image: {
19
- hash: "0b37b130e22aa2d3",
20
- id: 195,
21
- imageType: "cover",
22
- imageableId: 25,
23
- imageableType: "zone",
24
- path: "images/original/000/000/000/000/195-0b37b130e22aa2d3.jpeg",
25
- // eslint-disable-next-line max-len
26
- url: "https://cdn.lickli.st/doNktZRze1yuz3Uo2OPrLSvXVtUcdUsF/images/original/000/000/000/000/195-0b37b130e22aa2d3.jpeg",
27
- },
28
- onSelect: () => null,
29
- isSelected: false,
30
- };
31
-
32
- export const Selected: Story<ListActivityCardProps> = (props) => {
33
- return <ListActivityCard {...props} />;
34
- };
35
-
36
- Selected.args = {
37
- title: "Clay Pigeons & Axe Thowing",
38
- duration: "60 mins",
39
- price: "from £20",
40
- image: {
41
- hash: "0b37b130e22aa2d3",
42
- id: 195,
43
- imageType: "cover",
44
- imageableId: 25,
45
- imageableType: "zone",
46
- path: "images/original/000/000/000/000/195-0b37b130e22aa2d3.jpeg",
47
- // eslint-disable-next-line max-len
48
- url: "https://cdn.lickli.st/doNktZRze1yuz3Uo2OPrLSvXVtUcdUsF/images/original/000/000/000/000/195-0b37b130e22aa2d3.jpeg",
49
- },
50
- onSelect: () => null,
51
- isSelected: true,
52
- };
@@ -1,49 +0,0 @@
1
- import React from "react";
2
- import clsx from "clsx";
3
- import { Image } from "@licklist/core/dist/DataMapper/Media/ImageDataMapper";
4
-
5
- export interface ListActivityCardProps {
6
- title: string;
7
- duration: string;
8
- price: string;
9
- image?: Image | null;
10
- onSelect: () => void;
11
- isSelected: boolean;
12
- }
13
-
14
- export const ListActivityCard = ({
15
- title,
16
- duration,
17
- price,
18
- image,
19
- onSelect,
20
- isSelected,
21
- }: ListActivityCardProps) => {
22
- return (
23
- <div role="button" onClick={onSelect} onKeyPress={onSelect} tabIndex={0}>
24
- <div
25
- className={clsx("list-activity-card", {
26
- active: isSelected,
27
- })}
28
- >
29
- <div className="description">
30
- <div className="title">{title}</div>
31
- {duration && (
32
- <div>
33
- <p>{duration}</p>
34
- </div>
35
- )}
36
-
37
- {price && <div>{price}</div>}
38
- </div>
39
-
40
- {image && (
41
- <div className="image-container">
42
- <img className="image" src={image.url} alt="" />
43
- </div>
44
- )}
45
- </div>
46
- <hr className="list-activity-card-hr" />
47
- </div>
48
- );
49
- };
@@ -1 +0,0 @@
1
- export { ErrorModal } from "./ErrorModal";
@@ -1,67 +0,0 @@
1
- import React from "react";
2
- import { Meta, Story } from "@storybook/react";
3
- import { FormProvider, useForm } from "react-hook-form";
4
- import { ImageRadioInput, ImageRadioInputProps } from "./ImageRadioInput";
5
- import { ReactComponent as MonthIcon } from "../assets/widgets/monthCalendar.svg";
6
- import Icon from "../static/Icon";
7
-
8
- export default {
9
- title: "ImageRadioInput",
10
- component: ImageRadioInput,
11
- } as Meta;
12
-
13
- type FormModel = {
14
- test: string;
15
- };
16
-
17
- export const Default: Story<ImageRadioInputProps<FormModel>> = (args) => {
18
- const form = useForm();
19
-
20
- return (
21
- <FormProvider {...form}>
22
- <ImageRadioInput {...args} />
23
- </FormProvider>
24
- );
25
- };
26
-
27
- Default.args = {
28
- img: <MonthIcon />,
29
- label: "Month",
30
- name: "test",
31
- };
32
-
33
- export const WithFontAwesomeIcon: Story<ImageRadioInputProps<FormModel>> = (
34
- args
35
- ) => {
36
- const form = useForm();
37
-
38
- return (
39
- <FormProvider {...form}>
40
- <ImageRadioInput {...args} />
41
- </FormProvider>
42
- );
43
- };
44
-
45
- WithFontAwesomeIcon.args = {
46
- img: <Icon type="bars" />,
47
- label: "List",
48
- name: "test",
49
- };
50
-
51
- export const Disabled: Story<ImageRadioInputProps<FormModel>> = (args) => {
52
- const form = useForm();
53
-
54
- return (
55
- <FormProvider {...form}>
56
- <ImageRadioInput {...args} />
57
- </FormProvider>
58
- );
59
- };
60
-
61
- Disabled.args = {
62
- img: <MonthIcon />,
63
- label: "Month",
64
- name: "test",
65
- disabled: true,
66
- disabledMessage: "Coming soon",
67
- };
@@ -1,53 +0,0 @@
1
- import clsx from "clsx";
2
- import React, { ReactNode } from "react";
3
- import { Form } from "react-bootstrap";
4
- import { FormCheckInputProps } from "react-bootstrap/esm/FormCheckInput";
5
- import { Path, RegisterOptions, useFormContext } from "react-hook-form";
6
-
7
- export type ImageRadioInputProps<FormModel> = {
8
- img: ReactNode;
9
- label: string;
10
- value: string | number;
11
- name: Path<FormModel>;
12
- disabled?: boolean;
13
- disabledMessage?: string;
14
- rules?: RegisterOptions<FormModel>;
15
- inputProps?: FormCheckInputProps;
16
- };
17
-
18
- export const ImageRadioInput = <FormModel,>({
19
- img,
20
- label,
21
- value,
22
- name,
23
- disabled,
24
- disabledMessage,
25
- rules,
26
- inputProps,
27
- }: ImageRadioInputProps<FormModel>) => {
28
- const { register } = useFormContext<FormModel>();
29
-
30
- return (
31
- <Form.Check className="image-radio-input">
32
- <Form.Check.Label
33
- className={clsx("image-radio-input-wrapper", disabled && "disabled")}
34
- >
35
- <div className="image-radio-input-image-wrapper">{img}</div>
36
-
37
- <div className="image-radio-input-label">
38
- <Form.Check.Input
39
- type="radio"
40
- value={value}
41
- disabled={disabled}
42
- {...register(name, rules)}
43
- {...inputProps}
44
- />
45
- <span>{label}</span>
46
- </div>
47
- </Form.Check.Label>
48
- <Form.Control.Feedback type="valid" className="d-block text-center">
49
- {disabledMessage}
50
- </Form.Control.Feedback>
51
- </Form.Check>
52
- );
53
- };
@@ -1,27 +0,0 @@
1
- import { useTranslation } from "react-i18next";
2
-
3
- type UseTranslatedParametersProps = {
4
- isDefault: boolean;
5
- isActive: boolean;
6
- };
7
-
8
- export const useTranslatedParameters = ({
9
- isActive,
10
- isDefault,
11
- }: UseTranslatedParametersProps) => {
12
- const { t } = useTranslation(["Design"]);
13
-
14
- const translatedParameters = () => {
15
- const texts: string[] = [];
16
- if (isDefault) {
17
- texts.push(t("Design:default"));
18
- }
19
- if (isActive) {
20
- texts.push(t("Design:active"));
21
- }
22
-
23
- return texts.join(", ");
24
- };
25
-
26
- return translatedParameters();
27
- };