@licklist/design 0.68.0-dev.1 → 0.68.1-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc +0 -5
- package/.storybook/main.cjs +16 -19
- package/.storybook/manager.js +3 -3
- package/.storybook/preview.js +31 -31
- package/bitbucket-pipelines.yml +2 -2
- package/dist/affiliate/card/AffiliateCard.d.ts +1 -1
- package/dist/affiliate/card/AffiliateCard.d.ts.map +1 -1
- package/dist/affiliate/card/AffiliateCard.js +10 -10
- package/dist/affiliate/card/index.d.ts +1 -1
- package/dist/affiliate/card/index.d.ts.map +1 -1
- package/dist/affiliate/form/AffiliateControl.d.ts +1 -1
- package/dist/affiliate/form/AffiliateControl.d.ts.map +1 -1
- package/dist/affiliate/form/AffiliateControl.js +19 -19
- package/dist/affiliate/form/AffiliateForm.d.ts +2 -2
- package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/affiliate/form/AffiliateForm.js +14 -14
- package/dist/affiliate/form/index.d.ts +2 -2
- package/dist/affiliate/form/index.d.ts.map +1 -1
- package/dist/affiliate/index.d.ts +3 -3
- package/dist/affiliate/index.d.ts.map +1 -1
- package/dist/affiliate/types/index.d.ts.map +1 -1
- package/dist/auth/AccessDenied/AccessDenied.d.ts.map +1 -1
- package/dist/auth/AccessDenied/AccessDenied.js +8 -8
- package/dist/auth/AccessDenied/index.d.ts +1 -1
- package/dist/auth/AccessDenied/index.d.ts.map +1 -1
- package/dist/auth/Authorizer.d.ts +1 -1
- package/dist/auth/Authorizer.d.ts.map +1 -1
- package/dist/auth/Authorizer.js +1 -1
- package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts.map +1 -1
- package/dist/auth/ChangePassword/ChangePasswordComponent.js +10 -10
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts +1 -1
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.js +26 -26
- package/dist/auth/ChangePassword/index.d.ts +2 -2
- package/dist/auth/ChangePassword/index.d.ts.map +1 -1
- package/dist/auth/Layout/AuthNavComponent.d.ts.map +1 -1
- package/dist/auth/Layout/AuthNavComponent.js +3 -3
- package/dist/auth/Layout/UserNavComponent.d.ts +1 -1
- package/dist/auth/Layout/UserNavComponent.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavDropDown.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavDropDown.js +3 -3
- package/dist/auth/Layout/UserNavDropDownToggle.d.ts +1 -1
- package/dist/auth/Layout/UserNavDropDownToggle.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavDropDownToggle.js +1 -1
- package/dist/auth/Layout/index.d.ts +4 -4
- package/dist/auth/Layout/index.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +8 -8
- package/dist/auth/Login/LoginFormComponent.d.ts +2 -2
- package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginFormComponent.js +21 -21
- package/dist/auth/Login/index.d.ts +2 -2
- package/dist/auth/Login/index.d.ts.map +1 -1
- package/dist/auth/Logout/Logout.d.ts.map +1 -1
- package/dist/auth/Logout/Logout.js +1 -1
- package/dist/auth/Logout/index.d.ts +1 -1
- package/dist/auth/Logout/index.d.ts.map +1 -1
- package/dist/auth/Register/BirthDateFormComponent.d.ts.map +1 -1
- package/dist/auth/Register/BirthDateFormComponent.js +24 -24
- package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
- package/dist/auth/Register/RegisterComponent.js +7 -7
- package/dist/auth/Register/RegisterFormComponent.d.ts +3 -3
- package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
- package/dist/auth/Register/RegisterFormComponent.js +69 -69
- package/dist/auth/Register/index.d.ts +3 -3
- package/dist/auth/Register/index.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordComponent.js +7 -7
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts +1 -1
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.js +17 -17
- package/dist/auth/ResetPassword/index.d.ts +2 -2
- package/dist/auth/ResetPassword/index.d.ts.map +1 -1
- package/dist/auth/Router.d.ts +1 -1
- package/dist/auth/Router.d.ts.map +1 -1
- package/dist/auth/Router.js +1 -1
- package/dist/auth/Social/SocialCallbackComponent.d.ts.map +1 -1
- package/dist/auth/Social/SocialCallbackComponent.js +7 -7
- package/dist/auth/Social/SocialFormComponent.d.ts.map +1 -1
- package/dist/auth/Social/SocialFormComponent.js +13 -13
- package/dist/auth/Social/index.d.ts +2 -2
- package/dist/auth/Social/index.d.ts.map +1 -1
- package/dist/auth/index.d.ts +10 -10
- package/dist/auth/index.d.ts.map +1 -1
- package/dist/availability-indicator/AvailabilityIndicator.d.ts +1 -1
- package/dist/availability-indicator/AvailabilityIndicator.d.ts.map +1 -1
- package/dist/availability-indicator/AvailabilityIndicator.js +7 -7
- package/dist/availability-indicator/index.d.ts +1 -1
- package/dist/availability-indicator/index.d.ts.map +1 -1
- package/dist/calendar/Calendar.d.ts +4 -4
- package/dist/calendar/Calendar.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts +2 -2
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.js +4 -4
- package/dist/calendar/components/CalendarButtons/index.d.ts +1 -1
- package/dist/calendar/components/CalendarButtons/index.d.ts.map +1 -1
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts +2 -2
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
- package/dist/calendar/components/CalendarDates/CalendarDates.js +1 -1
- package/dist/calendar/components/CalendarDates/index.d.ts +1 -1
- package/dist/calendar/components/CalendarDates/index.d.ts.map +1 -1
- package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts.map +1 -1
- package/dist/calendar/components/CalendarSelect/CalendarSelect.js +1 -1
- package/dist/calendar/components/CalendarSelect/index.d.ts +2 -2
- package/dist/calendar/components/CalendarSelect/index.d.ts.map +1 -1
- package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts.map +1 -1
- package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.js +8 -8
- package/dist/calendar/components/CalendarWeekdays/index.d.ts +1 -1
- package/dist/calendar/components/CalendarWeekdays/index.d.ts.map +1 -1
- package/dist/calendar/index.d.ts +3 -3
- package/dist/calendar/index.d.ts.map +1 -1
- package/dist/calendar/utils/index.d.ts +1 -1
- package/dist/calendar/utils/index.d.ts.map +1 -1
- package/dist/calendar/utils/index.js +2 -2
- package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts +1 -1
- package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts.map +1 -1
- package/dist/collapsible-input-group/CollapsibleInputGroup.js +1 -1
- package/dist/collapsible-input-group/index.d.ts +1 -1
- package/dist/collapsible-input-group/index.d.ts.map +1 -1
- package/dist/custom-fields/constants.d.ts.map +1 -1
- package/dist/custom-fields/constants.js +10 -10
- package/dist/custom-fields/field/FieldItem.d.ts +1 -1
- package/dist/custom-fields/field/FieldItem.d.ts.map +1 -1
- package/dist/custom-fields/field/SelectFieldModal.d.ts.map +1 -1
- package/dist/custom-fields/field-set/CustomFieldSets.d.ts +8 -8
- package/dist/custom-fields/field-set/CustomFieldSets.d.ts.map +1 -1
- package/dist/custom-fields/field-set/CustomFieldSets.js +2 -2
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts +7 -7
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.js +15 -15
- package/dist/custom-fields/field-set/components/CustomFieldSet/index.d.ts +1 -1
- package/dist/custom-fields/field-set/components/CustomFieldSet/index.d.ts.map +1 -1
- package/dist/custom-fields/field-set/components/index.d.ts +1 -1
- package/dist/custom-fields/field-set/components/index.d.ts.map +1 -1
- package/dist/custom-fields/field-set/contexts/index.d.ts +1 -1
- package/dist/custom-fields/field-set/contexts/index.d.ts.map +1 -1
- package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts +1 -1
- package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts.map +1 -1
- package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts +1 -1
- package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts.map +1 -1
- package/dist/custom-fields/field-set/providers/index.d.ts +1 -1
- package/dist/custom-fields/field-set/providers/index.d.ts.map +1 -1
- package/dist/custom-fields/forms/DropdownForm.d.ts +2 -2
- package/dist/custom-fields/forms/DropdownForm.d.ts.map +1 -1
- package/dist/custom-fields/forms/DropdownForm.js +15 -15
- package/dist/custom-fields/forms/TextInputForm.d.ts +2 -2
- package/dist/custom-fields/forms/TextInputForm.d.ts.map +1 -1
- package/dist/custom-fields/forms/TextInputForm.js +7 -7
- package/dist/custom-fields/index.d.ts +1 -1
- package/dist/custom-fields/index.d.ts.map +1 -1
- package/dist/customers/components/filter/CustomerFilter.d.ts.map +1 -1
- package/dist/customers/components/filter/CustomerFilter.js +5 -5
- package/dist/customers/components/filter/index.d.ts +2 -2
- package/dist/customers/components/filter/index.d.ts.map +1 -1
- package/dist/customers/components/index.d.ts +1 -1
- package/dist/customers/components/index.d.ts.map +1 -1
- package/dist/customers/index.d.ts +1 -1
- package/dist/customers/index.d.ts.map +1 -1
- package/dist/date-time-button/DateContent.d.ts +3 -3
- package/dist/date-time-button/DateContent.d.ts.map +1 -1
- package/dist/date-time-button/DateContent.js +5 -5
- package/dist/date-time-button/DateTimeButton.d.ts +3 -3
- package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
- package/dist/date-time-button/DateTimeButton.js +2 -2
- package/dist/date-time-button/index.d.ts +1 -1
- package/dist/date-time-button/index.d.ts.map +1 -1
- package/dist/error/ErrorFallback.d.ts.map +1 -1
- package/dist/error/ErrorFallback.js +3 -3
- package/dist/error/index.d.ts +1 -1
- package/dist/error/index.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.d.ts +2 -2
- package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.js +18 -18
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +7 -7
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +57 -57
- package/dist/events/edit-event-modal/component/EditEventForm/index.d.ts +2 -2
- package/dist/events/edit-event-modal/component/EditEventForm/index.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts +3 -3
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.js +8 -8
- package/dist/events/edit-event-modal/component/ProductSetShortForm/index.d.ts +1 -1
- package/dist/events/edit-event-modal/component/ProductSetShortForm/index.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +8 -8
- package/dist/events/edit-event-modal/component/SaleDeadline/index.d.ts +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/index.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +3 -3
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +17 -17
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +3 -3
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +5 -5
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/index.d.ts +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/index.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/index.d.ts +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/index.d.ts.map +1 -1
- package/dist/events/edit-event-modal/hooks/index.d.ts +2 -2
- package/dist/events/edit-event-modal/hooks/index.d.ts.map +1 -1
- package/dist/events/edit-event-modal/hooks/useFormattedDuration.d.ts.map +1 -1
- package/dist/events/edit-event-modal/hooks/useFormattedDuration.js +12 -12
- package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts.map +1 -1
- package/dist/events/edit-event-modal/hooks/useValidationOptions.js +9 -9
- package/dist/events/edit-event-modal/index.d.ts +3 -3
- package/dist/events/edit-event-modal/index.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts +2 -2
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +3 -3
- package/dist/events/edit-event-modal/utils/isUrlValid.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/removeRruleCount.d.ts.map +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.js +6 -6
- package/dist/events/edit-recurrent-event-modal/index.d.ts +1 -1
- package/dist/events/edit-recurrent-event-modal/index.d.ts.map +1 -1
- package/dist/events/event-card/EventCard.d.ts +3 -3
- package/dist/events/event-card/EventCard.d.ts.map +1 -1
- package/dist/events/event-card/EventCard.js +17 -17
- package/dist/events/event-card/EventCardSkeleton.d.ts.map +1 -1
- package/dist/events/event-card/EventCardSkeleton.js +1 -1
- package/dist/events/event-card/index.d.ts +2 -2
- package/dist/events/event-card/index.d.ts.map +1 -1
- package/dist/events/event-card/utils.d.ts +1 -1
- package/dist/events/event-card/utils.d.ts.map +1 -1
- package/dist/events/event-card/utils.js +6 -6
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +3 -3
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.js +10 -10
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +3 -3
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.js +3 -3
- package/dist/events/event-statistic-modal/index.d.ts +2 -2
- package/dist/events/event-statistic-modal/index.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/utils/index.d.ts +1 -1
- package/dist/events/event-statistic-modal/utils/index.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/utils/index.js +3 -3
- package/dist/events/event-venue-map/EventVenueMap.d.ts +5 -5
- package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts +1 -1
- package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/Dropdown.js +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.js +2 -2
- package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.js +4 -4
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/Dropdown/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts +5 -5
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.js +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.js +2 -2
- package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.js +2 -2
- package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts +2 -2
- package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.js +5 -5
- package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts +2 -2
- package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.js +16 -16
- package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/index.d.ts +2 -2
- package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.js +4 -4
- package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/MapPoint/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts +1 -1
- package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Scrollbars/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/Scrollbars/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts +3 -3
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/VenueMap/index.d.ts +2 -2
- package/dist/events/event-venue-map/components/VenueMap/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts +1 -1
- package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/ZoomButtons/index.d.ts +1 -1
- package/dist/events/event-venue-map/components/ZoomButtons/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useDrag.d.ts +2 -2
- package/dist/events/event-venue-map/hooks/useDrag.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useDrag.js +8 -8
- package/dist/events/event-venue-map/hooks/useImage.d.ts +1 -1
- package/dist/events/event-venue-map/hooks/useImage.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useImage.js +2 -2
- package/dist/events/event-venue-map/hooks/useStageActions.d.ts +2 -2
- package/dist/events/event-venue-map/hooks/useStageActions.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useStageActions.js +1 -1
- package/dist/events/event-venue-map/hooks/useZoom.d.ts +1 -1
- package/dist/events/event-venue-map/hooks/useZoom.d.ts.map +1 -1
- package/dist/events/event-venue-map/index.d.ts +2 -2
- package/dist/events/event-venue-map/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/types/index.d.ts +3 -3
- package/dist/events/event-venue-map/types/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/utils/index.d.ts +3 -3
- package/dist/events/event-venue-map/utils/index.d.ts.map +1 -1
- package/dist/events/index.d.ts +5 -5
- package/dist/events/index.d.ts.map +1 -1
- package/dist/file-upload/FilePreview.d.ts +3 -3
- package/dist/file-upload/FilePreview.d.ts.map +1 -1
- package/dist/file-upload/FilePreview.js +3 -3
- package/dist/file-upload/FileUpload.d.ts +3 -3
- package/dist/file-upload/FileUpload.d.ts.map +1 -1
- package/dist/file-upload/FileUpload.js +9 -9
- package/dist/file-upload/index.d.ts +1 -1
- package/dist/file-upload/index.d.ts.map +1 -1
- package/dist/header/BookeditHeader.d.ts +1 -1
- package/dist/header/BookeditHeader.d.ts.map +1 -1
- package/dist/header/Header.d.ts +1 -1
- package/dist/header/Header.d.ts.map +1 -1
- package/dist/header/LicklistHeader.d.ts +1 -1
- package/dist/header/LicklistHeader.d.ts.map +1 -1
- package/dist/header/elements/CompanySelector.d.ts.map +1 -1
- package/dist/header/elements/index.d.ts +1 -1
- package/dist/header/elements/index.d.ts.map +1 -1
- package/dist/header/index.d.ts +4 -4
- package/dist/header/index.d.ts.map +1 -1
- package/dist/help/example/Example.d.ts +1 -1
- package/dist/help/example/Example.d.ts.map +1 -1
- package/dist/help/example/Example.js +1 -1
- package/dist/help/example/index.d.ts +1 -1
- package/dist/help/example/index.d.ts.map +1 -1
- package/dist/help/index.d.ts +2 -2
- package/dist/help/index.d.ts.map +1 -1
- package/dist/help/popover/HelpPopover.d.ts +2 -2
- package/dist/help/popover/HelpPopover.d.ts.map +1 -1
- package/dist/help/popover/HelpPopover.js +2 -2
- package/dist/help/popover/index.d.ts +1 -1
- package/dist/help/popover/index.d.ts.map +1 -1
- package/dist/iframe/activity-card/ActivityCard.d.ts +1 -1
- package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
- package/dist/iframe/activity-card/ActivityCard.js +5 -5
- package/dist/iframe/activity-card/index.d.ts +1 -1
- package/dist/iframe/activity-card/index.d.ts.map +1 -1
- package/dist/iframe/back-button/BackButton.d.ts.map +1 -1
- package/dist/iframe/back-button/index.d.ts +1 -1
- package/dist/iframe/back-button/index.d.ts.map +1 -1
- package/dist/iframe/custom-fields/components/CustomDateField.d.ts +1 -1
- package/dist/iframe/custom-fields/components/CustomDateField.d.ts.map +1 -1
- package/dist/iframe/custom-fields/components/CustomDateField.js +9 -9
- package/dist/iframe/custom-fields/index.d.ts +2 -2
- package/dist/iframe/custom-fields/index.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-form/EventBookingForm.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-form/EventBookingForm.js +7 -7
- package/dist/iframe/event/event-booking-form/index.d.ts +1 -1
- package/dist/iframe/event/event-booking-form/index.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts +3 -3
- package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts +3 -3
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.js +4 -4
- package/dist/iframe/event/event-booking-products/components/AccordionItem/index.d.ts +1 -1
- package/dist/iframe/event/event-booking-products/components/AccordionItem/index.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-products/index.d.ts +1 -1
- package/dist/iframe/event/event-booking-products/index.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-view/EventBookingView.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-view/index.d.ts +1 -1
- package/dist/iframe/event/event-booking-view/index.d.ts.map +1 -1
- package/dist/iframe/event/event-card/IframeEventCard.d.ts +2 -2
- package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
- package/dist/iframe/event/event-card/IframeEventCard.js +12 -12
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts +2 -2
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts.map +1 -1
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.js +5 -5
- package/dist/iframe/event/event-card/index.d.ts +2 -2
- package/dist/iframe/event/event-card/index.d.ts.map +1 -1
- package/dist/iframe/event/event-description/EventDescription.d.ts +1 -1
- package/dist/iframe/event/event-description/EventDescription.d.ts.map +1 -1
- package/dist/iframe/event/event-description/EventDescription.js +6 -6
- package/dist/iframe/event/event-description/index.d.ts +1 -1
- package/dist/iframe/event/event-description/index.d.ts.map +1 -1
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts.map +1 -1
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.js +6 -6
- package/dist/iframe/event/event-navigation-footer/index.d.ts +1 -1
- package/dist/iframe/event/event-navigation-footer/index.d.ts.map +1 -1
- package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts +1 -1
- package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts.map +1 -1
- package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.js +2 -2
- package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts.map +1 -1
- package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.js +1 -1
- package/dist/iframe/event/event-order-short-summary/components/Summary/index.d.ts +2 -2
- package/dist/iframe/event/event-order-short-summary/components/Summary/index.d.ts.map +1 -1
- package/dist/iframe/event/event-order-short-summary/index.d.ts +2 -2
- package/dist/iframe/event/event-order-short-summary/index.d.ts.map +1 -1
- package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts +1 -1
- package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts.map +1 -1
- package/dist/iframe/event/event-order-summary/EventOrderSummary.js +9 -9
- package/dist/iframe/event/event-order-summary/index.d.ts +1 -1
- package/dist/iframe/event/event-order-summary/index.d.ts.map +1 -1
- package/dist/iframe/event/event-product-sets/EventProductSets.d.ts +1 -1
- package/dist/iframe/event/event-product-sets/EventProductSets.d.ts.map +1 -1
- package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts +1 -1
- package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts.map +1 -1
- package/dist/iframe/event/event-product-sets/components/EventProductSet.js +1 -1
- package/dist/iframe/event/event-product-sets/index.d.ts +2 -2
- package/dist/iframe/event/event-product-sets/index.d.ts.map +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts.map +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts.map +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.js +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/index.d.ts +2 -2
- package/dist/iframe/event/event-step-venue-map-zones/index.d.ts.map +1 -1
- package/dist/iframe/event/event-tables/EventTables.d.ts.map +1 -1
- package/dist/iframe/event/event-tables/index.d.ts +1 -1
- package/dist/iframe/event/event-tables/index.d.ts.map +1 -1
- package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts +2 -2
- package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts.map +1 -1
- package/dist/iframe/event/event-venue-map/IframeEventVenueMap.js +1 -1
- package/dist/iframe/event/event-venue-map/index.d.ts +1 -1
- package/dist/iframe/event/event-venue-map/index.d.ts.map +1 -1
- package/dist/iframe/event/index.d.ts +16 -16
- package/dist/iframe/event/index.d.ts.map +1 -1
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts +2 -2
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts.map +1 -1
- package/dist/iframe/event/ticket-description/TicketDescription.js +5 -5
- package/dist/iframe/event/ticket-description/index.d.ts +1 -1
- package/dist/iframe/event/ticket-description/index.d.ts.map +1 -1
- package/dist/iframe/external-modal/ExternalModal.d.ts +1 -1
- package/dist/iframe/external-modal/ExternalModal.d.ts.map +1 -1
- package/dist/iframe/index.d.ts +12 -12
- package/dist/iframe/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +5 -5
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.d.ts +2 -2
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +3 -3
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts +3 -3
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.js +3 -3
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.d.ts +2 -2
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.js +5 -5
- package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/index.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts +4 -4
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/types/index.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +2 -2
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.js +3 -3
- package/dist/iframe/order-process/components/BookingSummaryFooter/index.d.ts +2 -2
- package/dist/iframe/order-process/components/BookingSummaryFooter/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts +3 -3
- package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.js +9 -9
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts +3 -3
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts +3 -3
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.js +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/index.d.ts +2 -2
- package/dist/iframe/order-process/components/CalendarStepsForm/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts +2 -2
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +21 -21
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +5 -5
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/index.d.ts +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +4 -4
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +5 -5
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.d.ts +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/index.d.ts +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/ErrorModal/ErrorModal.js +4 -4
- package/dist/iframe/order-process/components/ErrorModal/index.d.ts +1 -1
- package/dist/iframe/order-process/components/ErrorModal/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts +1 -1
- package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.js +3 -3
- package/dist/iframe/order-process/components/NavigationFooter/index.d.ts +1 -1
- package/dist/iframe/order-process/components/NavigationFooter/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.js +11 -11
- package/dist/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.d.ts +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/index.d.ts +2 -2
- package/dist/iframe/order-process/components/NavigationSteps/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts +3 -3
- package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts.map +1 -1
- package/dist/iframe/order-process/components/PaymentCard/PaymentCard.js +9 -9
- package/dist/iframe/order-process/components/PaymentCard/index.d.ts +1 -1
- package/dist/iframe/order-process/components/PaymentCard/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/Timer/Timer.d.ts.map +1 -1
- package/dist/iframe/order-process/components/Timer/Timer.js +2 -2
- package/dist/iframe/order-process/components/Timer/index.d.ts +1 -1
- package/dist/iframe/order-process/components/Timer/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/Timer/utils/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts +2 -2
- package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts.map +1 -1
- package/dist/iframe/order-process/components/utils/useCategoryVerification.js +5 -5
- package/dist/iframe/order-process/constants.d.ts.map +1 -1
- package/dist/iframe/order-process/constants.js +2 -2
- package/dist/iframe/order-process/index.d.ts +12 -12
- package/dist/iframe/order-process/index.d.ts.map +1 -1
- package/dist/iframe/page/Page.d.ts +1 -1
- package/dist/iframe/page/Page.d.ts.map +1 -1
- package/dist/iframe/page/Page.js +2 -2
- package/dist/iframe/page/components/PageBody/PageBody.d.ts +1 -1
- package/dist/iframe/page/components/PageBody/PageBody.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/PageBody.js +1 -1
- package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts +1 -1
- package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.js +3 -3
- package/dist/iframe/page/components/PageBody/components/LeftBlock/index.d.ts +2 -2
- package/dist/iframe/page/components/PageBody/components/LeftBlock/index.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts +1 -1
- package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.js +1 -1
- package/dist/iframe/page/components/PageBody/components/RightBlock/index.d.ts +2 -2
- package/dist/iframe/page/components/PageBody/components/RightBlock/index.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/constants.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/constants.js +11 -11
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.js +1 -1
- package/dist/iframe/page/components/PageBody/index.d.ts +2 -2
- package/dist/iframe/page/components/PageBody/index.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/types.d.ts.map +1 -1
- package/dist/iframe/page/components/PageHeader/PageHeader.d.ts +1 -1
- package/dist/iframe/page/components/PageHeader/PageHeader.d.ts.map +1 -1
- package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.d.ts +1 -1
- package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.d.ts.map +1 -1
- package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.js +1 -1
- package/dist/iframe/page/components/PageHeader/index.d.ts +2 -2
- package/dist/iframe/page/components/PageHeader/index.d.ts.map +1 -1
- package/dist/iframe/page/index.d.ts +6 -6
- package/dist/iframe/page/index.d.ts.map +1 -1
- package/dist/iframe/payment/index.d.ts +6 -6
- package/dist/iframe/payment/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts +1 -1
- package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/OrderItemsTable.js +6 -6
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts +2 -2
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.js +9 -9
- package/dist/iframe/payment/order-items-table/index.d.ts +1 -1
- package/dist/iframe/payment/order-items-table/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/types/index.d.ts +2 -2
- package/dist/iframe/payment/order-items-table/types/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/types/index.js +4 -4
- package/dist/iframe/payment/order-items-table/utils/index.d.ts +3 -3
- package/dist/iframe/payment/order-items-table/utils/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/utils/index.js +3 -3
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts +1 -1
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/iframe/payment/payment-form/PaymentForm.d.ts +1 -1
- package/dist/iframe/payment/payment-form/PaymentForm.d.ts.map +1 -1
- package/dist/iframe/payment/payment-form/PaymentForm.js +13 -13
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts +4 -4
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.js +11 -11
- package/dist/iframe/payment/payment-page/PaymentTimer.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts +2 -2
- package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.js +3 -3
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts +3 -3
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +11 -11
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts +1 -1
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.js +2 -2
- package/dist/iframe/payment/payment-status-page/component/index.d.ts +1 -1
- package/dist/iframe/payment/payment-status-page/component/index.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/index.d.ts +1 -1
- package/dist/iframe/payment/payment-status-page/index.d.ts.map +1 -1
- package/dist/iframe/payment/status-body/StatusBody.d.ts.map +1 -1
- package/dist/iframe/payment/status-body/StatusBody.js +3 -3
- package/dist/iframe/powered-by/PoweredBy.d.ts.map +1 -1
- package/dist/iframe/powered-by/PoweredBy.js +3 -3
- package/dist/iframe/powered-by/index.d.ts +1 -1
- package/dist/iframe/powered-by/index.d.ts.map +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.d.ts +2 -2
- package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.js +22 -22
- package/dist/iframe/ryft/utils/ryft-form.d.ts +3 -3
- package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
- package/dist/iframe/ryft/utils/ryft-form.js +29 -29
- package/dist/image-radio-input/ImageRadioInput.d.ts +3 -3
- package/dist/image-radio-input/ImageRadioInput.d.ts.map +1 -1
- package/dist/image-radio-input/ImageRadioInput.js +1 -1
- package/dist/image-radio-input/index.d.ts +1 -1
- package/dist/image-radio-input/index.d.ts.map +1 -1
- package/dist/index.d.ts +44 -44
- package/dist/index.d.ts.map +1 -1
- package/dist/layout/BackgroundVideoContainer.d.ts +1 -1
- package/dist/layout/BackgroundVideoContainer.d.ts.map +1 -1
- package/dist/layout/BackgroundVideoContainer.js +4 -4
- package/dist/layout/Container.d.ts +1 -1
- package/dist/layout/Container.d.ts.map +1 -1
- package/dist/layout/DropDown.d.ts +2 -2
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/layout/DropDown.js +2 -2
- package/dist/layout/DropDownToggle.d.ts.map +1 -1
- package/dist/layout/DropDownToggle.js +1 -1
- package/dist/layout/index.d.ts +4 -4
- package/dist/layout/index.d.ts.map +1 -1
- package/dist/logo/Logo.d.ts +1 -1
- package/dist/logo/Logo.d.ts.map +1 -1
- package/dist/logo/Logo.js +2 -2
- package/dist/logo/index.d.ts +1 -1
- package/dist/logo/index.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.d.ts +1 -1
- package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.js +12 -12
- package/dist/modals/confirmation/index.d.ts +1 -1
- package/dist/modals/confirmation/index.d.ts.map +1 -1
- package/dist/modals/dialog/Dialog.d.ts.map +1 -1
- package/dist/modals/dialog/Dialog.js +3 -3
- package/dist/modals/dialog/DialogContext.d.ts +1 -1
- package/dist/modals/dialog/DialogContext.d.ts.map +1 -1
- package/dist/modals/dialog/DialogContext.js +1 -1
- package/dist/modals/dialog/index.d.ts +2 -2
- package/dist/modals/dialog/index.d.ts.map +1 -1
- package/dist/modals/fullscreen/FullscreenModal.d.ts +1 -1
- package/dist/modals/fullscreen/FullscreenModal.d.ts.map +1 -1
- package/dist/modals/fullscreen/FullscreenModal.js +2 -2
- package/dist/modals/fullscreen/index.d.ts +1 -1
- package/dist/modals/fullscreen/index.d.ts.map +1 -1
- package/dist/modals/index.d.ts +2 -2
- package/dist/modals/index.d.ts.map +1 -1
- package/dist/notification/components/NotificationPlaceholders.d.ts +1 -1
- package/dist/notification/components/NotificationPlaceholders.d.ts.map +1 -1
- package/dist/notification/components/NotificationPlaceholders.js +2 -2
- package/dist/notification/email-template/card/EmailTemplateCard.d.ts +2 -2
- package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
- package/dist/notification/email-template/card/EmailTemplateCard.js +4 -4
- package/dist/notification/email-template/card/index.d.ts +1 -1
- package/dist/notification/email-template/card/index.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts +3 -3
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.js +57 -57
- package/dist/notification/email-template/control/index.d.ts +1 -1
- package/dist/notification/email-template/control/index.d.ts.map +1 -1
- package/dist/notification/email-template/form/EmailTemplateForm.d.ts +11 -11
- package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
- package/dist/notification/email-template/form/EmailTemplateForm.js +7 -7
- package/dist/notification/email-template/form/index.d.ts +1 -1
- package/dist/notification/email-template/form/index.d.ts.map +1 -1
- package/dist/notification/email-template/index.d.ts +3 -3
- package/dist/notification/email-template/index.d.ts.map +1 -1
- package/dist/notification/hooks/useTranslatedParameters.d.ts.map +1 -1
- package/dist/notification/hooks/useTranslatedParameters.js +4 -4
- package/dist/notification/index.d.ts +3 -3
- package/dist/notification/index.d.ts.map +1 -1
- package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts +2 -2
- package/dist/notification/send-email-template/SendEmailTemplateForm.d.ts.map +1 -1
- package/dist/notification/send-email-template/SendEmailTemplateForm.js +15 -15
- package/dist/notification/send-email-template/index.d.ts +1 -1
- package/dist/notification/send-email-template/index.d.ts.map +1 -1
- package/dist/notification/sms-template/card/SmsTemplateCard.d.ts +2 -2
- package/dist/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
- package/dist/notification/sms-template/card/SmsTemplateCard.js +3 -3
- package/dist/notification/sms-template/card/index.d.ts +1 -1
- package/dist/notification/sms-template/card/index.d.ts.map +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.d.ts +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.d.ts.map +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.js +33 -33
- package/dist/notification/sms-template/control/index.d.ts +1 -1
- package/dist/notification/sms-template/control/index.d.ts.map +1 -1
- package/dist/notification/sms-template/form/SmsTemplateForm.d.ts +5 -5
- package/dist/notification/sms-template/form/SmsTemplateForm.d.ts.map +1 -1
- package/dist/notification/sms-template/form/SmsTemplateForm.js +2 -2
- package/dist/notification/sms-template/form/index.d.ts +1 -1
- package/dist/notification/sms-template/form/index.d.ts.map +1 -1
- package/dist/notification/sms-template/index.d.ts +3 -3
- package/dist/notification/sms-template/index.d.ts.map +1 -1
- package/dist/number-of-people-input/NumberOfPeopleInput.d.ts.map +1 -1
- package/dist/number-of-people-input/NumberOfPeopleInput.js +1 -1
- package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts.map +1 -1
- package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.js +6 -6
- package/dist/number-of-people-input/components/index.d.ts +1 -1
- package/dist/number-of-people-input/components/index.d.ts.map +1 -1
- package/dist/number-of-people-input/index.d.ts +2 -2
- package/dist/number-of-people-input/index.d.ts.map +1 -1
- package/dist/product-set/card/ProductSetCard.d.ts +1 -1
- package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
- package/dist/product-set/card/ProductSetCard.js +6 -6
- package/dist/product-set/card/index.d.ts +1 -1
- package/dist/product-set/card/index.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts +4 -4
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.js +21 -21
- package/dist/product-set/control/DateInput.d.ts +4 -4
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.js +22 -22
- package/dist/product-set/control/ProductSetControl.d.ts +8 -8
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetControl.js +54 -54
- package/dist/product-set/control/ProductSetRecurrenceControl.d.ts +1 -1
- package/dist/product-set/control/ProductSetRecurrenceControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetRecurrenceControl.js +8 -8
- package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts +1 -1
- package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetRecurrenceOverridesControl.js +5 -5
- package/dist/product-set/control/TutorialGifCard.d.ts.map +1 -1
- package/dist/product-set/control/TutorialGifCard.js +9 -9
- package/dist/product-set/control/index.d.ts +1 -1
- package/dist/product-set/control/index.d.ts.map +1 -1
- package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts.map +1 -1
- package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.js +26 -26
- package/dist/product-set/deposit-paid/index.d.ts +1 -1
- package/dist/product-set/deposit-paid/index.d.ts.map +1 -1
- package/dist/product-set/elements/DeleteFieldButton.d.ts +1 -1
- package/dist/product-set/elements/DeleteFieldButton.d.ts.map +1 -1
- package/dist/product-set/elements/DeleteFieldButton.js +3 -3
- package/dist/product-set/elements/index.d.ts +1 -1
- package/dist/product-set/elements/index.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.d.ts +2 -2
- package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.js +25 -25
- package/dist/product-set/form/ProductSetForm.d.ts +10 -10
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +13 -13
- package/dist/product-set/form/ProductSetFormPopover.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetNameControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetNameControl.js +3 -3
- package/dist/product-set/form/ProductZonesControl.d.ts +2 -2
- package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.js +13 -13
- package/dist/product-set/form/ProductsControl.d.ts +4 -4
- package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +11 -11
- package/dist/product-set/form/SelectCategoryModal.d.ts +2 -2
- package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
- package/dist/product-set/form/SelectCategoryModal.js +8 -8
- package/dist/product-set/form/StepsControl.d.ts.map +1 -1
- package/dist/product-set/form/StepsControl.js +12 -12
- package/dist/product-set/form/SubProductsControl.d.ts +3 -3
- package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/SubProductsControl.js +2 -2
- package/dist/product-set/form/VenueMapSetModal.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapSetModal.js +13 -13
- package/dist/product-set/form/VenueMapsControl.d.ts +3 -3
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.js +5 -5
- package/dist/product-set/form/context.d.ts +7 -7
- package/dist/product-set/form/context.d.ts.map +1 -1
- package/dist/product-set/form/index.d.ts +2 -2
- package/dist/product-set/form/index.d.ts.map +1 -1
- package/dist/product-set/hooks/useSortableTreeFunctions.d.ts.map +1 -1
- package/dist/product-set/index.d.ts +10 -10
- package/dist/product-set/index.d.ts.map +1 -1
- package/dist/product-set/item/CreateProductSetItem.d.ts.map +1 -1
- package/dist/product-set/item/CreateProductSetItem.js +1 -1
- package/dist/product-set/popover/ProductSetPopover.d.ts +2 -2
- package/dist/product-set/popover/ProductSetPopover.d.ts.map +1 -1
- package/dist/product-set/popover/ProductSetPopover.js +1 -1
- package/dist/product-set/popover/index.d.ts +1 -1
- package/dist/product-set/popover/index.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.d.ts +9 -9
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.js +22 -22
- package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts +1 -1
- package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts.map +1 -1
- package/dist/product-set/product/advanced-options/AdvancedOptions.js +10 -10
- package/dist/product-set/product/advanced-options/index.d.ts +1 -1
- package/dist/product-set/product/advanced-options/index.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts +2 -2
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +9 -9
- package/dist/product-set/product/booking-management/index.d.ts +1 -1
- package/dist/product-set/product/booking-management/index.d.ts.map +1 -1
- package/dist/product-set/product/constants.d.ts.map +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.js +8 -8
- package/dist/product-set/product/deposit/index.d.ts +1 -1
- package/dist/product-set/product/deposit/index.d.ts.map +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.d.ts +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.js +7 -7
- package/dist/product-set/product/duration/index.d.ts +1 -1
- package/dist/product-set/product/duration/index.d.ts.map +1 -1
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts +1 -1
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts.map +1 -1
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.js +5 -5
- package/dist/product-set/product/fixed-duration-fields/index.d.ts +1 -1
- package/dist/product-set/product/fixed-duration-fields/index.d.ts.map +1 -1
- package/dist/product-set/product/index.d.ts +4 -4
- package/dist/product-set/product/index.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.d.ts +2 -2
- package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.js +8 -8
- package/dist/product-set/product/price/index.d.ts +1 -1
- package/dist/product-set/product/price/index.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +7 -7
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.js +10 -10
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +7 -7
- package/dist/product-set/product/quantity/index.d.ts +3 -3
- package/dist/product-set/product/quantity/index.d.ts.map +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.d.ts +3 -3
- package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.js +27 -27
- package/dist/product-set/product-category/index.d.ts +1 -1
- package/dist/product-set/product-category/index.d.ts.map +1 -1
- package/dist/product-set/product-zone/ProductZoneControl.d.ts +4 -4
- package/dist/product-set/product-zone/ProductZoneControl.d.ts.map +1 -1
- package/dist/product-set/product-zone/ProductZoneControl.js +21 -21
- package/dist/product-set/product-zone/index.d.ts +1 -1
- package/dist/product-set/product-zone/index.d.ts.map +1 -1
- package/dist/product-set/step/StepControl.d.ts +3 -3
- package/dist/product-set/step/StepControl.d.ts.map +1 -1
- package/dist/product-set/step/StepControl.js +7 -7
- package/dist/product-set/step/index.d.ts +1 -1
- package/dist/product-set/step/index.d.ts.map +1 -1
- package/dist/product-set/tabs/ProductSetTab.d.ts +1 -1
- package/dist/product-set/tabs/ProductSetTab.d.ts.map +1 -1
- package/dist/product-set/tabs/ProductSetTabs.d.ts +1 -1
- package/dist/product-set/tabs/ProductSetTabs.d.ts.map +1 -1
- package/dist/product-set/tabs/index.d.ts +2 -2
- package/dist/product-set/tabs/index.d.ts.map +1 -1
- package/dist/product-set/types/index.d.ts +4 -4
- package/dist/product-set/types/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.d.ts +7 -7
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.js +3 -3
- package/dist/provider/categories-input/CategoriesInput.d.ts +1 -1
- package/dist/provider/categories-input/CategoriesInput.d.ts.map +1 -1
- package/dist/provider/categories-input/CategoriesInput.js +1 -1
- package/dist/provider/categories-input/CategoriesInputDescription.d.ts +1 -1
- package/dist/provider/categories-input/CategoriesInputDescription.d.ts.map +1 -1
- package/dist/provider/categories-input/CategoriesInputDescription.js +1 -1
- package/dist/provider/categories-input/index.d.ts +2 -2
- package/dist/provider/categories-input/index.d.ts.map +1 -1
- package/dist/provider/company/index.d.ts +1 -1
- package/dist/provider/company/index.d.ts.map +1 -1
- package/dist/provider/company/user-form/UserForm.d.ts +4 -4
- package/dist/provider/company/user-form/UserForm.d.ts.map +1 -1
- package/dist/provider/company/user-form/UserForm.js +21 -21
- package/dist/provider/company/user-form/index.d.ts +1 -1
- package/dist/provider/company/user-form/index.d.ts.map +1 -1
- package/dist/provider/constants.d.ts.map +1 -1
- package/dist/provider/index.d.ts +8 -8
- package/dist/provider/index.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInput.d.ts +1 -1
- package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInput.js +14 -14
- package/dist/provider/location-input/LocationInputDescription.d.ts +1 -1
- package/dist/provider/location-input/LocationInputDescription.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInputDescription.js +8 -8
- package/dist/provider/location-input/components/FormGroupControll.d.ts.map +1 -1
- package/dist/provider/location-input/components/index.d.ts +1 -1
- package/dist/provider/location-input/components/index.d.ts.map +1 -1
- package/dist/provider/location-input/index.d.ts +3 -3
- package/dist/provider/location-input/index.d.ts.map +1 -1
- package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts +4 -4
- package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts.map +1 -1
- package/dist/provider/provider-details-input/ProviderDetailsInput.js +29 -29
- package/dist/provider/provider-details-input/index.d.ts +1 -1
- package/dist/provider/provider-details-input/index.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.d.ts +9 -9
- package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.js +9 -9
- package/dist/provider/provider-form/index.d.ts +1 -1
- package/dist/provider/provider-form/index.d.ts.map +1 -1
- package/dist/provider/provider-links-input/ProviderLinksInput.d.ts +1 -1
- package/dist/provider/provider-links-input/ProviderLinksInput.d.ts.map +1 -1
- package/dist/provider/provider-links-input/ProviderLinksInput.js +5 -5
- package/dist/provider/provider-links-input/index.d.ts +1 -1
- package/dist/provider/provider-links-input/index.d.ts.map +1 -1
- package/dist/provider/venue-form/VenueForm.d.ts +10 -10
- package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
- package/dist/provider/venue-form/VenueForm.js +18 -18
- package/dist/provider/venue-form/index.d.ts +1 -1
- package/dist/provider/venue-form/index.d.ts.map +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInput.js +16 -16
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +6 -6
- package/dist/provider/working-hours-input/index.d.ts +2 -2
- package/dist/provider/working-hours-input/index.d.ts.map +1 -1
- package/dist/provider/working-hours-input/utils.d.ts +1 -1
- package/dist/provider/working-hours-input/utils.d.ts.map +1 -1
- package/dist/radio-card/RadioCard.d.ts +3 -3
- package/dist/radio-card/RadioCard.d.ts.map +1 -1
- package/dist/radio-card/RadioCard.js +1 -1
- package/dist/radio-card/index.d.ts +1 -1
- package/dist/radio-card/index.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.d.ts +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.js +8 -8
- package/dist/recurrence-input/RecurrenceInput.d.ts +1 -1
- package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceInput.js +2 -2
- package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts +1 -1
- package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.js +11 -11
- package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts +1 -1
- package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.js +10 -10
- package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts +1 -1
- package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceWeekdaysInput.js +1 -1
- package/dist/recurrence-input/index.d.ts +1 -1
- package/dist/recurrence-input/index.d.ts.map +1 -1
- package/dist/recurrence-input/utils.d.ts +1 -1
- package/dist/recurrence-input/utils.d.ts.map +1 -1
- package/dist/recurrence-input/utils.js +7 -7
- package/dist/recurring-date-picker-input/DatePickerInput.d.ts +3 -3
- package/dist/recurring-date-picker-input/DatePickerInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/DatePickerInput.js +7 -7
- package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.d.ts +3 -3
- package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceAndFrequencyInput.js +17 -17
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts +1 -1
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts +3 -3
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.js +24 -24
- package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts +1 -1
- package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.js +3 -3
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +5 -5
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +36 -35
- package/dist/recurring-date-picker-input/index.d.ts +1 -1
- package/dist/recurring-date-picker-input/index.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.d.ts +3 -3
- package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.js +16 -16
- package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts.map +1 -1
- package/dist/report/DataFieldsSelector/DataFieldsSelector.js +4 -4
- package/dist/report/DataFieldsSelector/index.d.ts +1 -1
- package/dist/report/DataFieldsSelector/index.d.ts.map +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts +4 -4
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.js +23 -23
- package/dist/report/ReportRunnerModal/index.d.ts +1 -1
- package/dist/report/ReportRunnerModal/index.d.ts.map +1 -1
- package/dist/report/ReportTypeSelect/ReportTypeSelect.d.ts.map +1 -1
- package/dist/report/ReportTypeSelect/ReportTypeSelect.js +9 -9
- package/dist/report/ReportTypeSelect/index.d.ts +1 -1
- package/dist/report/ReportTypeSelect/index.d.ts.map +1 -1
- package/dist/report/card/ReportCard.d.ts +1 -1
- package/dist/report/card/ReportCard.d.ts.map +1 -1
- package/dist/report/card/ReportCard.js +1 -1
- package/dist/report/card/index.d.ts +1 -1
- package/dist/report/card/index.d.ts.map +1 -1
- package/dist/report/form/ReportForm.d.ts +1 -1
- package/dist/report/form/ReportForm.d.ts.map +1 -1
- package/dist/report/form/ReportForm.js +17 -17
- package/dist/report/form/index.d.ts +1 -1
- package/dist/report/form/index.d.ts.map +1 -1
- package/dist/report/index.d.ts +5 -5
- package/dist/report/index.d.ts.map +1 -1
- package/dist/resource/card/ResourceCard.d.ts +1 -1
- package/dist/resource/card/ResourceCard.d.ts.map +1 -1
- package/dist/resource/card/index.d.ts +2 -2
- package/dist/resource/card/index.d.ts.map +1 -1
- package/dist/resource/form/ResourceForm.d.ts +3 -3
- package/dist/resource/form/ResourceForm.d.ts.map +1 -1
- package/dist/resource/form/ResourceForm.js +3 -3
- package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.js +9 -9
- package/dist/resource/form/components/NameControl.d.ts.map +1 -1
- package/dist/resource/form/components/NameControl.js +9 -9
- package/dist/resource/form/components/SortControl.d.ts.map +1 -1
- package/dist/resource/form/components/SortControl.js +9 -9
- package/dist/resource/form/components/ZoneControl.d.ts +1 -1
- package/dist/resource/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/resource/form/components/ZoneControl.js +8 -8
- package/dist/resource/form/index.d.ts +2 -2
- package/dist/resource/form/index.d.ts.map +1 -1
- package/dist/resource/index.d.ts +4 -4
- package/dist/resource/index.d.ts.map +1 -1
- package/dist/sales/booking/index.d.ts +1 -1
- package/dist/sales/booking/index.d.ts.map +1 -1
- package/dist/sales/booking/results/BookingResults.d.ts +2 -2
- package/dist/sales/booking/results/BookingResults.d.ts.map +1 -1
- package/dist/sales/booking/results/BookingResults.js +2 -2
- package/dist/sales/booking/results/components/ResultCard.d.ts +2 -2
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +18 -18
- package/dist/sales/booking/results/constants.d.ts.map +1 -1
- package/dist/sales/booking/results/constants.js +5 -5
- package/dist/sales/booking/results/index.d.ts +3 -3
- package/dist/sales/booking/results/index.d.ts.map +1 -1
- package/dist/sales/constants.d.ts +1 -1
- package/dist/sales/constants.d.ts.map +1 -1
- package/dist/sales/constants.js +1 -1
- package/dist/sales/coupon/control/CouponFormControl.d.ts +3 -3
- package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
- package/dist/sales/coupon/control/CouponFormControl.js +57 -57
- package/dist/sales/coupon/control/index.d.ts +1 -1
- package/dist/sales/coupon/control/index.d.ts.map +1 -1
- package/dist/sales/coupon/form/CouponFrom.d.ts +3 -3
- package/dist/sales/coupon/form/CouponFrom.d.ts.map +1 -1
- package/dist/sales/coupon/form/CouponFrom.js +4 -4
- package/dist/sales/coupon/form/index.d.ts +1 -1
- package/dist/sales/coupon/form/index.d.ts.map +1 -1
- package/dist/sales/coupon/index.d.ts +1 -1
- package/dist/sales/coupon/index.d.ts.map +1 -1
- package/dist/sales/coupon/utils/index.d.ts +1 -1
- package/dist/sales/coupon/utils/index.d.ts.map +1 -1
- package/dist/sales/filters/SaleFilters.d.ts.map +1 -1
- package/dist/sales/filters/SaleFilters.js +19 -19
- package/dist/sales/filters/index.d.ts +1 -1
- package/dist/sales/filters/index.d.ts.map +1 -1
- package/dist/sales/guest-profile/index.d.ts +4 -4
- package/dist/sales/guest-profile/index.d.ts.map +1 -1
- package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts +2 -2
- package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts.map +1 -1
- package/dist/sales/guest-profile/previous-bookings/PreviousBookings.js +5 -5
- package/dist/sales/guest-profile/previous-bookings/index.d.ts +1 -1
- package/dist/sales/guest-profile/previous-bookings/index.d.ts.map +1 -1
- package/dist/sales/guest-profile/profile/Profile.d.ts +2 -2
- package/dist/sales/guest-profile/profile/Profile.d.ts.map +1 -1
- package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts.map +1 -1
- package/dist/sales/guest-profile/profile/components/ImageHolder/index.d.ts +1 -1
- package/dist/sales/guest-profile/profile/components/ImageHolder/index.d.ts.map +1 -1
- package/dist/sales/guest-profile/profile/index.d.ts +2 -2
- package/dist/sales/guest-profile/profile/index.d.ts.map +1 -1
- package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts +3 -3
- package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts.map +1 -1
- package/dist/sales/guest-profile/user-metrics/UserMetrics.js +14 -14
- package/dist/sales/guest-profile/user-metrics/index.d.ts +2 -2
- package/dist/sales/guest-profile/user-metrics/index.d.ts.map +1 -1
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts +1 -1
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts.map +1 -1
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.js +3 -3
- package/dist/sales/guest-profile/visited-providers/index.d.ts +1 -1
- package/dist/sales/guest-profile/visited-providers/index.d.ts.map +1 -1
- package/dist/sales/index.d.ts +12 -12
- package/dist/sales/index.d.ts.map +1 -1
- package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts.map +1 -1
- package/dist/sales/life-time-sales/LifeTimeSalesChart.js +11 -11
- package/dist/sales/life-time-sales/index.d.ts +1 -1
- package/dist/sales/life-time-sales/index.d.ts.map +1 -1
- package/dist/sales/manual-booking/formatDays.d.ts.map +1 -1
- package/dist/sales/manual-booking/formatDays.js +10 -10
- package/dist/sales/manual-booking/index.d.ts +6 -6
- package/dist/sales/manual-booking/index.d.ts.map +1 -1
- package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts +2 -2
- package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts.map +1 -1
- package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.js +19 -19
- package/dist/sales/manual-booking/number-input-horizontal/index.d.ts +1 -1
- package/dist/sales/manual-booking/number-input-horizontal/index.d.ts.map +1 -1
- package/dist/sales/manual-booking/search-user/SearchUser.d.ts.map +1 -1
- package/dist/sales/manual-booking/search-user/SearchUser.js +15 -15
- package/dist/sales/manual-booking/search-user/index.d.ts +1 -1
- package/dist/sales/manual-booking/search-user/index.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts +1 -1
- package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.js +8 -8
- package/dist/sales/manual-booking/select-date-type-control/index.d.ts +1 -1
- package/dist/sales/manual-booking/select-date-type-control/index.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.js +10 -10
- package/dist/sales/manual-booking/select-event/index.d.ts +1 -1
- package/dist/sales/manual-booking/select-event/index.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts +1 -1
- package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-menu/SelectMenu.js +4 -4
- package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts +1 -1
- package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-menu/index.d.ts +2 -2
- package/dist/sales/manual-booking/select-menu/index.d.ts.map +1 -1
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts +2 -2
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
- package/dist/sales/manual-booking/summary/ManualBookingSummary.js +12 -12
- package/dist/sales/manual-booking/summary/index.d.ts +1 -1
- package/dist/sales/manual-booking/summary/index.d.ts.map +1 -1
- package/dist/sales/modals/index.d.ts +2 -2
- package/dist/sales/modals/index.d.ts.map +1 -1
- package/dist/sales/modals/payment-modal/PaymentModal.d.ts +2 -2
- package/dist/sales/modals/payment-modal/PaymentModal.d.ts.map +1 -1
- package/dist/sales/modals/payment-modal/PaymentModal.js +7 -7
- package/dist/sales/modals/payment-modal/index.d.ts +2 -2
- package/dist/sales/modals/payment-modal/index.d.ts.map +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.d.ts +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.js +14 -14
- package/dist/sales/modals/refund-modal/index.d.ts +2 -2
- package/dist/sales/modals/refund-modal/index.d.ts.map +1 -1
- package/dist/sales/notes/NotesTable.d.ts +5 -5
- package/dist/sales/notes/NotesTable.d.ts.map +1 -1
- package/dist/sales/notes/NotesTable.js +6 -6
- package/dist/sales/notes/NotesTableRow.d.ts +2 -2
- package/dist/sales/notes/NotesTableRow.d.ts.map +1 -1
- package/dist/sales/notes/NotesTableRow.js +3 -3
- package/dist/sales/notes/index.d.ts +1 -1
- package/dist/sales/notes/index.d.ts.map +1 -1
- package/dist/sales/notes/note-form/NoteForm.d.ts +3 -3
- package/dist/sales/notes/note-form/NoteForm.d.ts.map +1 -1
- package/dist/sales/notes/note-form/NoteForm.js +11 -11
- package/dist/sales/notes/note-form/index.d.ts +1 -1
- package/dist/sales/notes/note-form/index.d.ts.map +1 -1
- package/dist/sales/payment-form/SalePaymentForm.d.ts.map +1 -1
- package/dist/sales/payment-form/SalePaymentForm.js +19 -19
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts.map +1 -1
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.js +8 -8
- package/dist/sales/payment-form/components/RyftPayment/index.d.ts +2 -2
- package/dist/sales/payment-form/components/RyftPayment/index.d.ts.map +1 -1
- package/dist/sales/payment-form/index.d.ts +4 -4
- package/dist/sales/payment-form/index.d.ts.map +1 -1
- package/dist/sales/payment-form/types.d.ts +1 -1
- package/dist/sales/payment-form/types.d.ts.map +1 -1
- package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts +1 -1
- package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts.map +1 -1
- package/dist/sales/sales-and-views/SalesAndViewsChart.js +25 -25
- package/dist/sales/sales-and-views/index.d.ts +1 -1
- package/dist/sales/sales-and-views/index.d.ts.map +1 -1
- package/dist/sales/source-of-sales/SourceOfSalesChart.d.ts.map +1 -1
- package/dist/sales/source-of-sales/SourceOfSalesChart.js +8 -8
- package/dist/sales/source-of-sales/index.d.ts +1 -1
- package/dist/sales/source-of-sales/index.d.ts.map +1 -1
- package/dist/sales/statistics-chart/StatisticsChart.d.ts +1 -1
- package/dist/sales/statistics-chart/StatisticsChart.d.ts.map +1 -1
- package/dist/sales/statistics-chart/StatisticsChart.js +2 -2
- package/dist/sales/statistics-chart/index.d.ts +1 -1
- package/dist/sales/statistics-chart/index.d.ts.map +1 -1
- package/dist/setting/admin/AdminSettingForm.d.ts +4 -4
- package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
- package/dist/setting/admin/AdminSettingForm.js +19 -19
- package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
- package/dist/setting/admin/PaymentFeeForm.js +40 -40
- package/dist/setting/admin/index.d.ts +1 -1
- package/dist/setting/admin/index.d.ts.map +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.d.ts +4 -4
- package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.js +25 -25
- package/dist/setting/dashboard/EventSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/EventSettingForm.js +4 -4
- package/dist/setting/dashboard/FinancialDataForm.d.ts.map +1 -1
- package/dist/setting/dashboard/OtherSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/ProviderSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/ProviderSettingForm.js +6 -6
- package/dist/setting/dashboard/components/IpInput.d.ts +1 -1
- package/dist/setting/dashboard/components/IpInput.d.ts.map +1 -1
- package/dist/setting/dashboard/index.d.ts +5 -5
- package/dist/setting/dashboard/index.d.ts.map +1 -1
- package/dist/setting/dashboard/payments/payments-form/PaymentsForm.d.ts.map +1 -1
- package/dist/setting/dashboard/payments/payments-form/PaymentsForm.js +3 -3
- package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts.map +1 -1
- package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.js +4 -4
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts +1 -1
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts.map +1 -1
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.js +2 -2
- package/dist/setting/dashboard/snippet-templates/card/index.d.ts +1 -1
- package/dist/setting/dashboard/snippet-templates/card/index.d.ts.map +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts.map +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.js +4 -4
- package/dist/setting/dashboard/snippets/card/index.d.ts +1 -1
- package/dist/setting/dashboard/snippets/card/index.d.ts.map +1 -1
- package/dist/setting/index.d.ts +3 -3
- package/dist/setting/index.d.ts.map +1 -1
- package/dist/setting/system/SystemSettingForm.d.ts +2 -2
- package/dist/setting/system/SystemSettingForm.d.ts.map +1 -1
- package/dist/setting/system/SystemSettingForm.js +3 -3
- package/dist/setting/system/index.d.ts +1 -1
- package/dist/setting/system/index.d.ts.map +1 -1
- package/dist/sidebar/elements/ReturnBack.d.ts.map +1 -1
- package/dist/sidebar/elements/ReturnBack.js +2 -2
- package/dist/sidebar/elements/index.d.ts +1 -1
- package/dist/sidebar/elements/index.d.ts.map +1 -1
- package/dist/sidebar/index.d.ts +1 -1
- package/dist/sidebar/index.d.ts.map +1 -1
- package/dist/slide-curtain/index.d.ts +1 -1
- package/dist/slide-curtain/index.d.ts.map +1 -1
- package/dist/snippet/index.d.ts +1 -1
- package/dist/snippet/index.d.ts.map +1 -1
- package/dist/snippet/snippet-template/SnippetTemplate.d.ts +4 -4
- package/dist/snippet/snippet-template/SnippetTemplate.d.ts.map +1 -1
- package/dist/snippet/snippet-template/SnippetTemplate.js +2 -2
- package/dist/snippet/snippet-template/context/index.d.ts +3 -3
- package/dist/snippet/snippet-template/context/index.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplate.d.ts +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplate.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplate.js +63 -63
- package/dist/snippet/snippet-template/context/snippetTemplateLoading.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplateView.js +64 -64
- package/dist/snippet/snippet-template/control/PropertyControl.d.ts +1 -1
- package/dist/snippet/snippet-template/control/PropertyControl.d.ts.map +1 -1
- package/dist/snippet/snippet-template/control/PropertyControl.js +16 -16
- package/dist/snippet/snippet-template/control/index.d.ts +1 -1
- package/dist/snippet/snippet-template/control/index.d.ts.map +1 -1
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts +3 -3
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts.map +1 -1
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.js +16 -16
- package/dist/snippet/snippet-template/form/index.d.ts +1 -1
- package/dist/snippet/snippet-template/form/index.d.ts.map +1 -1
- package/dist/snippet/snippet-template/index.d.ts +6 -6
- package/dist/snippet/snippet-template/index.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +38 -38
- package/dist/snippet/snippet-template/preview/index.d.ts +1 -1
- package/dist/snippet/snippet-template/preview/index.d.ts.map +1 -1
- package/dist/snippet/snippet-template/settings/SettingButton.d.ts +1 -1
- package/dist/snippet/snippet-template/settings/SettingButton.d.ts.map +1 -1
- package/dist/snippet/snippet-template/settings/SettingButton.js +2 -2
- package/dist/snippet/snippet-template/settings/index.d.ts +1 -1
- package/dist/snippet/snippet-template/settings/index.d.ts.map +1 -1
- package/dist/snippet/snippet-template/utils/index.d.ts +1 -1
- package/dist/snippet/snippet-template/utils/index.d.ts.map +1 -1
- package/dist/snippet/snippet-template/utils/index.js +1 -1
- package/dist/sortable-fields/SortableFieldItem.d.ts +2 -2
- package/dist/sortable-fields/SortableFieldItem.d.ts.map +1 -1
- package/dist/sortable-fields/SortableFieldList.d.ts +3 -3
- package/dist/sortable-fields/SortableFieldList.d.ts.map +1 -1
- package/dist/sortable-fields/index.d.ts +1 -1
- package/dist/sortable-fields/index.d.ts.map +1 -1
- package/dist/sortable-list/CreateSortableListItem.d.ts.map +1 -1
- package/dist/sortable-list/SortableList.d.ts +1 -1
- package/dist/sortable-list/SortableList.d.ts.map +1 -1
- package/dist/sortable-list/SortableList.js +1 -1
- package/dist/sortable-list/index.d.ts +3 -3
- package/dist/sortable-list/index.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTree.d.ts +5 -5
- package/dist/sortable-tree/SortableTree.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTreeItem.d.ts +1 -1
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTreeItem.js +13 -13
- package/dist/sortable-tree/index.d.ts +2 -2
- package/dist/sortable-tree/index.d.ts.map +1 -1
- package/dist/sorting-select/SortingSelect.d.ts +1 -1
- package/dist/sorting-select/SortingSelect.d.ts.map +1 -1
- package/dist/sorting-select/SortingSelect.js +5 -5
- package/dist/sorting-select/index.d.ts +1 -1
- package/dist/sorting-select/index.d.ts.map +1 -1
- package/dist/static/CountryCodeSelect.d.ts.map +1 -1
- package/dist/static/CountryCodeSelect.js +4 -4
- package/dist/static/CountrySelect.d.ts +1 -1
- package/dist/static/CountrySelect.d.ts.map +1 -1
- package/dist/static/CountrySelect.js +3 -3
- package/dist/static/CurrencyNumberInput.d.ts +2 -2
- package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.js +2 -2
- package/dist/static/FormCard.d.ts.map +1 -1
- package/dist/static/FormCard.js +2 -2
- package/dist/static/Image.d.ts +1 -1
- package/dist/static/Image.d.ts.map +1 -1
- package/dist/static/RestrictedAccess.d.ts.map +1 -1
- package/dist/static/RestrictedAccess.js +3 -3
- package/dist/static/SocialButton.d.ts +1 -1
- package/dist/static/SocialButton.d.ts.map +1 -1
- package/dist/static/SocialButton.js +8 -8
- package/dist/static/StyledButton.d.ts +2 -2
- package/dist/static/StyledButton.d.ts.map +1 -1
- package/dist/static/TextField.d.ts +2 -2
- package/dist/static/TextField.d.ts.map +1 -1
- package/dist/static/UserBadge.d.ts.map +1 -1
- package/dist/static/WarningMessage.d.ts.map +1 -1
- package/dist/static/WarningMessage.js +1 -1
- package/dist/static/date-range-input/DateRangeInput.d.ts +2 -2
- package/dist/static/date-range-input/DateRangeInput.d.ts.map +1 -1
- package/dist/static/date-range-input/DateRangeInput.js +15 -15
- package/dist/static/date-range-input/index.d.ts +1 -1
- package/dist/static/date-range-input/index.d.ts.map +1 -1
- package/dist/static/date-range-input/utils/index.d.ts +1 -1
- package/dist/static/date-range-input/utils/index.d.ts.map +1 -1
- package/dist/static/date-range-input/utils/index.js +2 -2
- package/dist/static/form-number-input/FormNumberInput.d.ts +2 -2
- package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.js +2 -2
- package/dist/static/form-number-input/index.d.ts +1 -1
- package/dist/static/form-number-input/index.d.ts.map +1 -1
- package/dist/static/images/DefaultUserImage.d.ts +2 -2
- package/dist/static/images/DefaultUserImage.d.ts.map +1 -1
- package/dist/static/images/index.d.ts +1 -1
- package/dist/static/images/index.d.ts.map +1 -1
- package/dist/static/index.d.ts +20 -20
- package/dist/static/index.d.ts.map +1 -1
- package/dist/static/loader/ButtonLoader.d.ts +2 -2
- package/dist/static/loader/ButtonLoader.d.ts.map +1 -1
- package/dist/static/loader/ButtonLoader.js +1 -1
- package/dist/static/loader/LoaderIndicator.d.ts +2 -2
- package/dist/static/loader/LoaderIndicator.d.ts.map +1 -1
- package/dist/static/loader/LoaderIndicator.js +5 -5
- package/dist/static/loader/PaymentLoader.d.ts +2 -2
- package/dist/static/loader/PaymentLoader.d.ts.map +1 -1
- package/dist/static/loader/PaymentLoader.js +2 -2
- package/dist/static/loader/index.d.ts +7 -7
- package/dist/static/loader/index.d.ts.map +1 -1
- package/dist/static/manual-date-picker/ManualDatePicker.d.ts.map +1 -1
- package/dist/static/manual-date-picker/ManualDatePicker.js +5 -5
- package/dist/static/manual-date-picker/constants/index.d.ts.map +1 -1
- package/dist/static/manual-date-picker/hooks/useManualDatePicker.d.ts.map +1 -1
- package/dist/static/manual-date-picker/hooks/useManualDatePicker.js +11 -11
- package/dist/static/manual-date-picker/index.d.ts +2 -2
- package/dist/static/manual-date-picker/index.d.ts.map +1 -1
- package/dist/static/manual-date-picker/utils/index.d.ts.map +1 -1
- package/dist/static/number-input/NumberInput.d.ts.map +1 -1
- package/dist/static/number-input/NumberInput.js +2 -2
- package/dist/static/number-input/index.d.ts +1 -1
- package/dist/static/number-input/index.d.ts.map +1 -1
- package/dist/static/switch/BooleanSwitch.d.ts.map +1 -1
- package/dist/static/switch/BooleanSwitch.js +3 -3
- package/dist/static/switch/Switch.d.ts +1 -1
- package/dist/static/switch/Switch.d.ts.map +1 -1
- package/dist/static/switch/index.d.ts +2 -2
- package/dist/static/switch/index.d.ts.map +1 -1
- package/dist/static/tabs/Tab.d.ts +1 -1
- package/dist/static/tabs/Tab.d.ts.map +1 -1
- package/dist/static/tabs/Tabs.d.ts +3 -3
- package/dist/static/tabs/Tabs.d.ts.map +1 -1
- package/dist/static/tabs/index.d.ts +1 -1
- package/dist/static/tabs/index.d.ts.map +1 -1
- package/dist/static/text-expand/TextExpand.d.ts +1 -1
- package/dist/static/text-expand/TextExpand.d.ts.map +1 -1
- package/dist/static/text-expand/TextExpand.js +5 -5
- package/dist/static/text-expand/index.d.ts +1 -1
- package/dist/static/text-expand/index.d.ts.map +1 -1
- package/dist/striped-static-table/StripedStaticTable.d.ts +2 -2
- package/dist/striped-static-table/StripedStaticTable.d.ts.map +1 -1
- package/dist/striped-static-table/StripedStaticTable.js +2 -2
- package/dist/striped-static-table/index.d.ts +1 -1
- package/dist/striped-static-table/index.d.ts.map +1 -1
- package/dist/styles/activity-card/GridActivitiesCard.scss +1 -1
- package/dist/styles/activity-card/ListActivitiesCard.scss +1 -1
- package/dist/styles/activity-card/_index.scss +2 -2
- package/dist/styles/affiliate/AffiliateCard.scss +7 -7
- package/dist/styles/affiliate/_index.scss +2 -2
- package/dist/styles/auth/AccessDenied.scss +1 -1
- package/dist/styles/auth/_index.scss +1 -1
- package/dist/styles/availability-indicator/_index.scss +1 -1
- package/dist/styles/back-button/BackButton.scss +24 -25
- package/dist/styles/back-button/_index.scss +1 -1
- package/dist/styles/company-user-form/UserForm.scss +7 -4
- package/dist/styles/company-user-form/_index.scss +1 -1
- package/dist/styles/custom-fields/CreateSortableListItem.scss +4 -5
- package/dist/styles/custom-fields/_index.scss +3 -3
- package/dist/styles/customers/Filter.scss +5 -5
- package/dist/styles/customers/_index.scss +1 -1
- package/dist/styles/date-time-button/_index.scss +1 -1
- package/dist/styles/error/_index.scss +1 -1
- package/dist/styles/events/EditEventModal.scss +8 -6
- package/dist/styles/events/EventCard.scss +4 -4
- package/dist/styles/events/EventVenueMap.scss +7 -7
- package/dist/styles/events/_index.scss +4 -4
- package/dist/styles/file-upload/_index.scss +2 -2
- package/dist/styles/form/CustomRadio.scss +1 -1
- package/dist/styles/form/Input.scss +5 -5
- package/dist/styles/form/_index.scss +4 -4
- package/dist/styles/header/Header.scss +4 -4
- package/dist/styles/header/_index.scss +2 -2
- package/dist/styles/header/elements/CompanySelector.scss +4 -4
- package/dist/styles/header/elements/_index.scss +1 -1
- package/dist/styles/help/Example.scss +1 -1
- package/dist/styles/help/_index.scss +1 -1
- package/dist/styles/iframe-events/CalendarSelect.scss +1 -1
- package/dist/styles/iframe-events/Card.scss +3 -3
- package/dist/styles/iframe-events/CategoryStepsForm.scss +7 -6
- package/dist/styles/iframe-events/Event.scss +6 -4
- package/dist/styles/iframe-events/EventBookingView.scss +1 -1
- package/dist/styles/iframe-events/EventForm.scss +55 -55
- package/dist/styles/iframe-events/EventNavigationFooter.scss +0 -1
- package/dist/styles/iframe-events/EventTables.scss +1 -1
- package/dist/styles/iframe-events/TicketDescription.scss +1 -1
- package/dist/styles/iframe-events/_index.scss +17 -17
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +3 -3
- package/dist/styles/iframe-external-modal/_index.scss +1 -1
- package/dist/styles/iframe-order-process/_index.scss +1 -1
- package/dist/styles/iframe-page/_index.scss +3 -3
- package/dist/styles/iframe-payments/PaymentForm.scss +1 -1
- package/dist/styles/iframe-payments/_index.scss +1 -1
- package/dist/styles/layout/BackgroundVideoContainer.scss +2 -2
- package/dist/styles/layout/_index.scss +1 -1
- package/dist/styles/logo/Logo.scss +1 -1
- package/dist/styles/logo/_index.scss +1 -1
- package/dist/styles/modals/_index.scss +1 -1
- package/dist/styles/notification/Notification.scss +2 -2
- package/dist/styles/notification/_index.scss +1 -1
- package/dist/styles/order-items-table/OrderItemsTable.scss +2 -1
- package/dist/styles/order-items-table/_index.scss +1 -1
- package/dist/styles/overrides/_functions.scss +1 -1
- package/dist/styles/packages.scss +45 -45
- package/dist/styles/product-set/CreateProductSetItem.scss +16 -18
- package/dist/styles/product-set/DateAndRecurrenceInput.scss +8 -6
- package/dist/styles/product-set/EditCategoryModal.scss +4 -4
- package/dist/styles/product-set/EditProductModal.scss +3 -3
- package/dist/styles/product-set/EditStepModal.scss +4 -4
- package/dist/styles/product-set/EditVenueMapSetModal.scss +6 -6
- package/dist/styles/product-set/EditZoneSettingModal.scss +13 -13
- package/dist/styles/product-set/ProductSetCard.scss +7 -7
- package/dist/styles/product-set/ProductSetForm.scss +3 -8
- package/dist/styles/product-set/ProductSetTabs.scss +2 -2
- package/dist/styles/product-set/TutorialGifCard.scss +1 -1
- package/dist/styles/product-set/_index.scss +13 -13
- package/dist/styles/providers/_index.scss +1 -1
- package/dist/styles/report/ReportCard.scss +4 -5
- package/dist/styles/report/ReportEditorModal.scss +3 -3
- package/dist/styles/report/ReportRunnerModal.scss +2 -2
- package/dist/styles/report/_index.scss +3 -3
- package/dist/styles/resources-blocking/_index.scss +0 -4
- package/dist/styles/ryft-payment-form/_index.scss +1 -1
- package/dist/styles/sales/BookingFilter.scss +2 -2
- package/dist/styles/sales/BookingTabs.scss +5 -7
- package/dist/styles/sales/Filters.scss +4 -5
- package/dist/styles/sales/GuestProfile.scss +175 -170
- package/dist/styles/sales/LifeTimeSales.scss +2 -2
- package/dist/styles/sales/ManualBooking.scss +4 -6
- package/dist/styles/sales/SalesAndViews.scss +4 -4
- package/dist/styles/sales/SourceOfSales.scss +1 -1
- package/dist/styles/sales/_index.scss +16 -16
- package/dist/styles/setting/_index.scss +1 -1
- package/dist/styles/setting/dashboard/_index.scss +1 -1
- package/dist/styles/sidebar/_index.scss +1 -1
- package/dist/styles/sidebar/elements/_index.scss +1 -1
- package/dist/styles/skeleton/_index.scss +1 -1
- package/dist/styles/snippet-templates/SnippetTemplate.scss +1 -1
- package/dist/styles/snippet-templates/SnippetTemplateCard.scss +4 -4
- package/dist/styles/snippet-templates/_index.scss +2 -2
- package/dist/styles/snippet-templates/_snippetVariables.scss +244 -63
- package/dist/styles/sortable-field/SortableField.scss +16 -16
- package/dist/styles/sortable-field/_index.scss +1 -1
- package/dist/styles/sortable-tree/Item.scss +7 -7
- package/dist/styles/sortable-tree/_index.scss +1 -1
- package/dist/styles/static/CountrySelect.scss +1 -1
- package/dist/styles/static/Loader.scss +1 -1
- package/dist/styles/static/NumberInput.scss +1 -1
- package/dist/styles/static/SocialButton.scss +4 -4
- package/dist/styles/static/Switch.scss +1 -1
- package/dist/styles/static/Tabs.scss +2 -2
- package/dist/styles/static/UserBadge.scss +1 -1
- package/dist/styles/static/_index.scss +12 -12
- package/dist/styles/table/Table.scss +1 -1
- package/dist/styles/table/_index.scss +1 -1
- package/dist/styles/themes/bookedit/_fonts.scss +1 -1
- package/dist/styles/themes/bookedit/_variables.scss +93 -71
- package/dist/styles/themes/bookedit/index.scss +44 -44
- package/dist/styles/themes/licklist/_fonts.scss +1 -1
- package/dist/styles/themes/licklist/_variables.scss +3 -3
- package/dist/styles/themes/licklist/index.scss +40 -40
- package/dist/styles/tiptap-editor/TiptapEditor.scss +9 -8
- package/dist/styles/tiptap-editor/_index.scss +1 -1
- package/dist/styles/venue-map-sets/VenueMapSetCard.scss +6 -6
- package/dist/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
- package/dist/styles/venue-map-sets/_index.scss +2 -2
- package/dist/styles/virtualized/_index.scss +1 -1
- package/dist/styles/zones/ZoneCard.scss +7 -7
- package/dist/styles/zones/ZoneRecurrencesControl.scss +8 -6
- package/dist/styles/zones/_index.scss +3 -3
- package/dist/table/FilterHelperComponent.d.ts.map +1 -1
- package/dist/table/FilterHelperComponent.js +9 -9
- package/dist/table/MenuButton.d.ts +1 -1
- package/dist/table/MenuButton.d.ts.map +1 -1
- package/dist/table/MenuButton.js +1 -1
- package/dist/table/PaginationHelperComponent.d.ts +1 -1
- package/dist/table/PaginationHelperComponent.d.ts.map +1 -1
- package/dist/table/PaginationHelperComponent.js +8 -8
- package/dist/table/PerPageHelperComponent.d.ts.map +1 -1
- package/dist/table/PerPageHelperComponent.js +2 -2
- package/dist/table/ReactTableHelperComponent.d.ts +3 -3
- package/dist/table/ReactTableHelperComponent.d.ts.map +1 -1
- package/dist/table/ReactTableHelperComponent.js +5 -5
- package/dist/table/StaticTable.d.ts +1 -1
- package/dist/table/StaticTable.d.ts.map +1 -1
- package/dist/table/StaticTable.js +1 -1
- package/dist/table/TableHelperComponent.d.ts +4 -4
- package/dist/table/TableHelperComponent.d.ts.map +1 -1
- package/dist/table/TableHelperComponent.js +14 -14
- package/dist/table/hooks/useTableQueryOptions.d.ts +1 -1
- package/dist/table/hooks/useTableQueryOptions.d.ts.map +1 -1
- package/dist/table/hooks/useTableQueryOptions.js +5 -5
- package/dist/table/index.d.ts +7 -7
- package/dist/table/index.d.ts.map +1 -1
- package/dist/table/types.d.ts +6 -6
- package/dist/table/types.d.ts.map +1 -1
- package/dist/table/utils/index.d.ts +2 -2
- package/dist/table/utils/index.d.ts.map +1 -1
- package/dist/table/utils/index.js +1 -1
- package/dist/tiptap-editor/TipTapEditor.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapEditor.js +3 -3
- package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts +1 -1
- package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/TipTapMenu.js +17 -17
- package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts +1 -1
- package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.js +1 -1
- package/dist/tiptap-editor/TipTapMenu/components/index.d.ts +1 -1
- package/dist/tiptap-editor/TipTapMenu/components/index.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/EMOJIS.js +3 -3
- package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.d.ts +2 -2
- package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.js +8 -8
- package/dist/tiptap-editor/TipTapMenu/extensions/utils.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/utils.js +2 -2
- package/dist/tiptap-editor/TipTapMenu/index.d.ts +1 -1
- package/dist/tiptap-editor/TipTapMenu/index.d.ts.map +1 -1
- package/dist/tiptap-editor/index.d.ts +1 -1
- package/dist/tiptap-editor/index.d.ts.map +1 -1
- package/dist/typeahead/Typeahead.d.ts +1 -1
- package/dist/typeahead/Typeahead.d.ts.map +1 -1
- package/dist/typeahead/Typeahead.js +4 -4
- package/dist/typeahead/index.d.ts +1 -1
- package/dist/typeahead/index.d.ts.map +1 -1
- package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts +1 -1
- package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts.map +1 -1
- package/dist/typeahead-helper/TypeaheadHelperComponent.js +8 -8
- package/dist/typeahead-helper/index.d.ts +1 -1
- package/dist/typeahead-helper/index.d.ts.map +1 -1
- package/dist/types/bookings.d.ts.map +1 -1
- package/dist/types/categories.d.ts.map +1 -1
- package/dist/types/currency.d.ts.map +1 -1
- package/dist/types/generic/SelectItem.d.ts.map +1 -1
- package/dist/types/iframe.d.ts +1 -1
- package/dist/types/iframe.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/provider-links.d.ts.map +1 -1
- package/dist/types/static/HTMLInputDateElement.d.ts.map +1 -1
- package/dist/types/static/ILoaderOptions.d.ts.map +1 -1
- package/dist/venue-map-sets/card/VenueMapSetCard.d.ts +1 -1
- package/dist/venue-map-sets/card/VenueMapSetCard.d.ts.map +1 -1
- package/dist/venue-map-sets/card/VenueMapSetCard.js +5 -5
- package/dist/venue-map-sets/card/index.d.ts +1 -1
- package/dist/venue-map-sets/card/index.d.ts.map +1 -1
- package/dist/venue-map-sets/form/VenueMapSetForm.d.ts +1 -1
- package/dist/venue-map-sets/form/VenueMapSetForm.d.ts.map +1 -1
- package/dist/venue-map-sets/form/VenueMapSetForm.js +4 -4
- package/dist/venue-map-sets/form/components/NameControl.d.ts +1 -1
- package/dist/venue-map-sets/form/components/NameControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/NameControl.js +14 -14
- package/dist/venue-map-sets/form/components/VenueMapControl.d.ts +1 -1
- package/dist/venue-map-sets/form/components/VenueMapControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapControl.js +2 -2
- package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapImageControl.js +6 -6
- package/dist/venue-map-sets/form/components/VenueMapModal.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapModal.js +19 -19
- package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts +1 -1
- package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapsControl.js +13 -13
- package/dist/venue-map-sets/form/index.d.ts +2 -2
- package/dist/venue-map-sets/form/index.d.ts.map +1 -1
- package/dist/venue-map-sets/form/types/index.d.ts +5 -5
- package/dist/venue-map-sets/form/types/index.d.ts.map +1 -1
- package/dist/venue-map-sets/form/utils/index.d.ts +2 -2
- package/dist/venue-map-sets/form/utils/index.d.ts.map +1 -1
- package/dist/venue-map-sets/form/utils/index.js +1 -1
- package/dist/venue-map-sets/index.d.ts +2 -2
- package/dist/venue-map-sets/index.d.ts.map +1 -1
- package/dist/virtualized/components/VirtualizedGrid.d.ts +1 -1
- package/dist/virtualized/components/VirtualizedGrid.d.ts.map +1 -1
- package/dist/virtualized/components/VirtualizedWindowScroller.d.ts +4 -4
- package/dist/virtualized/components/VirtualizedWindowScroller.d.ts.map +1 -1
- package/dist/virtualized/context/VirtualizedContext.d.ts +2 -2
- package/dist/virtualized/context/VirtualizedContext.d.ts.map +1 -1
- package/dist/virtualized/context/index.d.ts +1 -1
- package/dist/virtualized/context/index.d.ts.map +1 -1
- package/dist/virtualized/index.d.ts +3 -3
- package/dist/virtualized/index.d.ts.map +1 -1
- package/dist/zone/card/ZoneCard.d.ts +1 -1
- package/dist/zone/card/ZoneCard.d.ts.map +1 -1
- package/dist/zone/card/ZoneCard.js +4 -4
- package/dist/zone/card/index.d.ts +2 -2
- package/dist/zone/card/index.d.ts.map +1 -1
- package/dist/zone/form/ZoneForm.d.ts +3 -3
- package/dist/zone/form/ZoneForm.d.ts.map +1 -1
- package/dist/zone/form/ZoneForm.js +3 -3
- package/dist/zone/form/components/AvailableTimesControl.d.ts +2 -2
- package/dist/zone/form/components/AvailableTimesControl.d.ts.map +1 -1
- package/dist/zone/form/components/AvailableTimesControl.js +8 -8
- package/dist/zone/form/components/DescriptionControl.d.ts.map +1 -1
- package/dist/zone/form/components/DescriptionControl.js +6 -6
- package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
- package/dist/zone/form/components/GameDurationControl.js +7 -7
- package/dist/zone/form/components/NameControl.d.ts.map +1 -1
- package/dist/zone/form/components/NameControl.js +9 -9
- package/dist/zone/form/components/SortControl.d.ts.map +1 -1
- package/dist/zone/form/components/SortControl.js +9 -9
- package/dist/zone/form/components/ZoneControl.d.ts +1 -1
- package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneImageControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneImageControl.js +11 -11
- package/dist/zone/form/components/ZoneRecurrenceControl.d.ts +1 -1
- package/dist/zone/form/components/ZoneRecurrenceControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrenceControl.js +7 -7
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +2 -2
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrencesControl.js +12 -12
- package/dist/zone/form/components/ZoneTypeControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneTypeControl.js +7 -7
- package/dist/zone/form/index.d.ts +2 -2
- package/dist/zone/form/index.d.ts.map +1 -1
- package/dist/zone/form/utils/dates.d.ts +1 -1
- package/dist/zone/form/utils/dates.d.ts.map +1 -1
- package/dist/zone/form/utils/dates.js +5 -5
- package/dist/zone/index.d.ts +2 -2
- package/dist/zone/index.d.ts.map +1 -1
- package/package.json +10 -12
- package/rollup.config.js +29 -29
- package/src/affiliate/card/AffiliateCard.stories.tsx +7 -7
- package/src/affiliate/card/AffiliateCard.tsx +33 -33
- package/src/affiliate/card/index.ts +1 -1
- package/src/affiliate/form/AffiliateControl.tsx +35 -35
- package/src/affiliate/form/AffiliateForm.stories.tsx +6 -6
- package/src/affiliate/form/AffiliateForm.tsx +46 -47
- package/src/affiliate/form/index.ts +2 -2
- package/src/affiliate/index.ts +3 -3
- package/src/affiliate/types/index.ts +7 -7
- package/src/auth/AccessDenied/AccessDenied.stories.tsx +6 -6
- package/src/auth/AccessDenied/AccessDenied.tsx +19 -19
- package/src/auth/AccessDenied/index.ts +1 -1
- package/src/auth/Auth.stories.tsx +20 -20
- package/src/auth/Authorizer.tsx +40 -38
- package/src/auth/ChangePassword/ChangePassword.stories.tsx +9 -9
- package/src/auth/ChangePassword/ChangePasswordComponent.tsx +42 -42
- package/src/auth/ChangePassword/ChangePasswordFormComponent.tsx +50 -51
- package/src/auth/ChangePassword/index.ts +2 -2
- package/src/auth/Layout/AuthNavComponent.tsx +9 -9
- package/src/auth/Layout/Layout.stories.tsx +18 -18
- package/src/auth/Layout/UserNavComponent.tsx +10 -10
- package/src/auth/Layout/UserNavDropDown.tsx +12 -12
- package/src/auth/Layout/UserNavDropDownToggle.tsx +8 -8
- package/src/auth/Layout/index.ts +4 -4
- package/src/auth/Login/Login.stories.tsx +12 -12
- package/src/auth/Login/LoginComponent.tsx +60 -60
- package/src/auth/Login/LoginFormComponent.tsx +55 -55
- package/src/auth/Login/index.ts +2 -2
- package/src/auth/Logout/Logout.stories.tsx +24 -24
- package/src/auth/Logout/Logout.tsx +10 -10
- package/src/auth/Logout/index.ts +1 -1
- package/src/auth/Register/BirthDateFormComponent.tsx +71 -71
- package/src/auth/Register/Register.stories.tsx +17 -17
- package/src/auth/Register/RegisterComponent.tsx +61 -61
- package/src/auth/Register/RegisterFormComponent.tsx +135 -138
- package/src/auth/Register/index.ts +3 -3
- package/src/auth/ResetPassword/ResetPassword.stories.tsx +9 -9
- package/src/auth/ResetPassword/ResetPasswordComponent.tsx +34 -34
- package/src/auth/ResetPassword/ResetPasswordFormComponent.tsx +40 -40
- package/src/auth/ResetPassword/index.ts +2 -2
- package/src/auth/Router.tsx +14 -14
- package/src/auth/Social/Social.stories.tsx +8 -8
- package/src/auth/Social/SocialCallbackComponent.tsx +56 -57
- package/src/auth/Social/SocialFormComponent.tsx +38 -38
- package/src/auth/Social/index.ts +2 -2
- package/src/auth/index.ts +10 -10
- package/src/availability-indicator/AvailabilityIndicator.tsx +27 -27
- package/src/availability-indicator/index.ts +1 -1
- package/src/calendar/Calendar.stories.tsx +17 -17
- package/src/calendar/Calendar.tsx +20 -20
- package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +58 -57
- package/src/calendar/components/CalendarButtons/index.ts +1 -1
- package/src/calendar/components/CalendarDates/CalendarDates.tsx +24 -24
- package/src/calendar/components/CalendarDates/index.ts +1 -1
- package/src/calendar/components/CalendarSelect/CalendarSelect.tsx +24 -26
- package/src/calendar/components/CalendarSelect/index.ts +2 -2
- package/src/calendar/components/CalendarWeekdays/CalendarWeekdays.tsx +17 -19
- package/src/calendar/components/CalendarWeekdays/index.ts +1 -1
- package/src/calendar/index.ts +3 -3
- package/src/calendar/utils/index.ts +12 -12
- package/src/collapsible-input-group/CollapsibleInputGroup.stories.tsx +42 -42
- package/src/collapsible-input-group/CollapsibleInputGroup.tsx +16 -16
- package/src/collapsible-input-group/index.ts +1 -1
- package/src/custom-fields/CustomFields.stories.tsx +79 -80
- package/src/custom-fields/constants.tsx +16 -16
- package/src/custom-fields/field/FieldItem.tsx +5 -5
- package/src/custom-fields/field/SelectFieldModal.tsx +14 -14
- package/src/custom-fields/field-set/CustomFieldSets.tsx +44 -48
- package/src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx +83 -83
- package/src/custom-fields/field-set/components/CustomFieldSet/index.ts +1 -1
- package/src/custom-fields/field-set/components/index.ts +1 -1
- package/src/custom-fields/field-set/contexts/index.ts +1 -1
- package/src/custom-fields/field-set/contexts/useCustomFieldSets.ts +7 -7
- package/src/custom-fields/field-set/providers/CustomFieldSetsProvider.tsx +5 -5
- package/src/custom-fields/field-set/providers/index.ts +1 -1
- package/src/custom-fields/forms/DropdownForm.tsx +95 -100
- package/src/custom-fields/forms/TextInputForm.tsx +22 -22
- package/src/custom-fields/index.ts +1 -1
- package/src/customers/components/filter/CustomerFilter.stories.tsx +11 -11
- package/src/customers/components/filter/CustomerFilter.tsx +19 -19
- package/src/customers/components/filter/index.ts +2 -2
- package/src/customers/components/index.ts +1 -1
- package/src/customers/index.ts +1 -1
- package/src/date-time-button/DateContent.tsx +24 -24
- package/src/date-time-button/DateTimeButton.stories.tsx +28 -28
- package/src/date-time-button/DateTimeButton.tsx +34 -34
- package/src/date-time-button/index.ts +1 -1
- package/src/error/Error.stories.tsx +7 -7
- package/src/error/ErrorFallback.tsx +6 -6
- package/src/error/index.ts +1 -1
- package/src/events/edit-event-modal/IntervalInput.tsx +58 -58
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.stories.tsx +271 -271
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +145 -145
- package/src/events/edit-event-modal/component/EditEventForm/index.ts +2 -2
- package/src/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.tsx +25 -25
- package/src/events/edit-event-modal/component/ProductSetShortForm/index.ts +1 -1
- package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +42 -42
- package/src/events/edit-event-modal/component/SaleDeadline/index.ts +1 -1
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +121 -130
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +47 -47
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/index.ts +1 -1
- package/src/events/edit-event-modal/component/SelectEventProductSet/index.ts +1 -1
- package/src/events/edit-event-modal/hooks/index.ts +2 -2
- package/src/events/edit-event-modal/hooks/useFormattedDuration.tsx +21 -21
- package/src/events/edit-event-modal/hooks/useValidationOptions.tsx +14 -14
- package/src/events/edit-event-modal/index.ts +3 -3
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +7 -7
- package/src/events/edit-event-modal/utils/isUrlValid.ts +4 -4
- package/src/events/edit-event-modal/utils/removeRruleCount.ts +6 -6
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.stories.tsx +12 -12
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +25 -25
- package/src/events/edit-recurrent-event-modal/index.ts +1 -1
- package/src/events/event-card/EventCard.stories.tsx +19 -19
- package/src/events/event-card/EventCard.tsx +57 -59
- package/src/events/event-card/EventCardSkeleton.tsx +32 -34
- package/src/events/event-card/index.ts +2 -2
- package/src/events/event-card/utils.ts +36 -36
- package/src/events/event-statistic-modal/EventStatisticModal.stories.tsx +29 -29
- package/src/events/event-statistic-modal/EventStatisticModal.tsx +25 -25
- package/src/events/event-statistic-modal/hooks/useTableData.tsx +37 -39
- package/src/events/event-statistic-modal/index.ts +2 -2
- package/src/events/event-statistic-modal/utils/index.ts +37 -37
- package/src/events/event-venue-map/EventVenueMap.stories.tsx +23 -23
- package/src/events/event-venue-map/EventVenueMap.tsx +28 -28
- package/src/events/event-venue-map/components/Dropdown/Dropdown.tsx +36 -36
- package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.tsx +7 -9
- package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.ts +1 -1
- package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.tsx +13 -13
- package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/index.ts +1 -1
- package/src/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.tsx +36 -36
- package/src/events/event-venue-map/components/Dropdown/components/SelectControl/index.ts +1 -1
- package/src/events/event-venue-map/components/Dropdown/index.ts +1 -1
- package/src/events/event-venue-map/components/MapPoint/MapPoint.tsx +47 -47
- package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.tsx +41 -43
- package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.ts +1 -1
- package/src/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.tsx +39 -41
- package/src/events/event-venue-map/components/MapPoint/components/EditIcon/index.ts +1 -1
- package/src/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.tsx +39 -39
- package/src/events/event-venue-map/components/MapPoint/components/PointIcon/index.ts +1 -1
- package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.tsx +59 -58
- package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/index.ts +2 -2
- package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.tsx +57 -59
- package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.ts +1 -1
- package/src/events/event-venue-map/components/MapPoint/index.ts +1 -1
- package/src/events/event-venue-map/components/Scrollbars/Scrollbars.tsx +29 -29
- package/src/events/event-venue-map/components/Scrollbars/index.ts +1 -1
- package/src/events/event-venue-map/components/VenueMap/VenueMap.tsx +60 -64
- package/src/events/event-venue-map/components/VenueMap/index.ts +2 -2
- package/src/events/event-venue-map/components/ZoomButtons/ZoomButtons.tsx +8 -8
- package/src/events/event-venue-map/components/ZoomButtons/index.ts +1 -1
- package/src/events/event-venue-map/hooks/useCanvasSize.ts +11 -11
- package/src/events/event-venue-map/hooks/useDrag.ts +62 -62
- package/src/events/event-venue-map/hooks/useImage.tsx +32 -32
- package/src/events/event-venue-map/hooks/useStageActions.ts +50 -50
- package/src/events/event-venue-map/hooks/useZoom.ts +49 -49
- package/src/events/event-venue-map/index.ts +2 -2
- package/src/events/event-venue-map/types/index.ts +29 -29
- package/src/events/event-venue-map/utils/index.ts +85 -91
- package/src/events/index.ts +5 -5
- package/src/file-upload/FilePreview.tsx +38 -41
- package/src/file-upload/FileUpload.stories.tsx +7 -7
- package/src/file-upload/FileUpload.tsx +76 -76
- package/src/file-upload/index.ts +1 -1
- package/src/header/BookeditHeader.tsx +13 -13
- package/src/header/Header.stories.tsx +26 -26
- package/src/header/Header.tsx +14 -14
- package/src/header/LicklistHeader.tsx +14 -14
- package/src/header/elements/CompanySelector.tsx +9 -9
- package/src/header/elements/Elements.stories.tsx +15 -15
- package/src/header/elements/index.ts +2 -2
- package/src/header/index.ts +5 -5
- package/src/help/example/Example.stories.tsx +12 -12
- package/src/help/example/Example.tsx +53 -54
- package/src/help/example/index.ts +1 -1
- package/src/help/index.ts +2 -2
- package/src/help/popover/HelpPopover.tsx +19 -19
- package/src/help/popover/Popover.stories.tsx +17 -17
- package/src/help/popover/index.ts +1 -1
- package/src/iframe/activity-card/ActivityCard.stories.tsx +19 -19
- package/src/iframe/activity-card/ActivityCard.tsx +19 -19
- package/src/iframe/activity-card/index.ts +1 -1
- package/src/iframe/back-button/BackButton.stories.tsx +7 -7
- package/src/iframe/back-button/BackButton.tsx +2 -2
- package/src/iframe/back-button/index.ts +1 -1
- package/src/iframe/custom-fields/components/CustomDateField.stories.tsx +31 -31
- package/src/iframe/custom-fields/components/CustomDateField.tsx +35 -35
- package/src/iframe/custom-fields/index.ts +2 -2
- package/src/iframe/event/event-booking-form/EventBookingForm.stories.tsx +8 -8
- package/src/iframe/event/event-booking-form/EventBookingForm.tsx +14 -14
- package/src/iframe/event/event-booking-form/index.ts +1 -1
- package/src/iframe/event/event-booking-products/EventBookingProducts.stories.tsx +18 -18
- package/src/iframe/event/event-booking-products/EventBookingProducts.tsx +9 -9
- package/src/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.tsx +40 -40
- package/src/iframe/event/event-booking-products/components/AccordionItem/index.ts +1 -1
- package/src/iframe/event/event-booking-products/index.ts +1 -1
- package/src/iframe/event/event-booking-view/EventBookingView.stories.tsx +5 -5
- package/src/iframe/event/event-booking-view/EventBookingView.tsx +9 -9
- package/src/iframe/event/event-booking-view/index.ts +1 -1
- package/src/iframe/event/event-card/IframeEventCard.stories.tsx +17 -17
- package/src/iframe/event/event-card/IframeEventCard.tsx +42 -42
- package/src/iframe/event/event-card/IframeEventCardSkeleton.tsx +67 -69
- package/src/iframe/event/event-card/IframeEventCards.stories.tsx +287 -287
- package/src/iframe/event/event-card/index.ts +2 -2
- package/src/iframe/event/event-description/EventDescription.stories.tsx +19 -19
- package/src/iframe/event/event-description/EventDescription.tsx +32 -32
- package/src/iframe/event/event-description/index.ts +1 -1
- package/src/iframe/event/event-navigation-footer/EventNavigationFooter.stories.tsx +5 -5
- package/src/iframe/event/event-navigation-footer/EventNavigationFooter.tsx +28 -28
- package/src/iframe/event/event-navigation-footer/index.ts +1 -1
- package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.stories.tsx +11 -11
- package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.tsx +6 -6
- package/src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx +24 -26
- package/src/iframe/event/event-order-short-summary/components/Summary/index.ts +2 -2
- package/src/iframe/event/event-order-short-summary/index.ts +2 -2
- package/src/iframe/event/event-order-summary/EventOrderSummary.stories.tsx +6 -6
- package/src/iframe/event/event-order-summary/EventOrderSummary.tsx +11 -11
- package/src/iframe/event/event-order-summary/index.ts +1 -1
- package/src/iframe/event/event-product-sets/EventProductSets.stories.tsx +13 -13
- package/src/iframe/event/event-product-sets/EventProductSets.tsx +18 -22
- package/src/iframe/event/event-product-sets/components/EventProductSet.tsx +12 -12
- package/src/iframe/event/event-product-sets/index.ts +2 -2
- package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.stories.tsx +31 -31
- package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.tsx +21 -25
- package/src/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.tsx +14 -14
- package/src/iframe/event/event-step-venue-map-zones/index.ts +2 -2
- package/src/iframe/event/event-tables/EventTables.stories.tsx +10 -10
- package/src/iframe/event/event-tables/EventTables.tsx +6 -6
- package/src/iframe/event/event-tables/index.ts +1 -1
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +48 -48
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.tsx +9 -9
- package/src/iframe/event/event-venue-map/index.ts +1 -1
- package/src/iframe/event/index.ts +16 -16
- package/src/iframe/event/ticket-description/TicketDescription.stories.tsx +13 -13
- package/src/iframe/event/ticket-description/TicketDescription.tsx +38 -40
- package/src/iframe/event/ticket-description/index.ts +1 -1
- package/src/iframe/external-modal/ExternalModal.stories.tsx +6 -6
- package/src/iframe/external-modal/ExternalModal.tsx +25 -25
- package/src/iframe/index.ts +12 -12
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.stories.tsx +36 -36
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +27 -27
- package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.tsx +36 -36
- package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.ts +2 -2
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +17 -17
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/index.ts +1 -1
- package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +25 -25
- package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.ts +1 -1
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx +16 -16
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.tsx +9 -9
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.ts +2 -2
- package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.tsx +34 -34
- package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.ts +1 -1
- package/src/iframe/order-process/components/BookingSummary/index.ts +1 -1
- package/src/iframe/order-process/components/BookingSummary/types/index.ts +24 -24
- package/src/iframe/order-process/components/BookingSummary/utils/index.ts +10 -10
- package/src/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.tsx +23 -23
- package/src/iframe/order-process/components/BookingSummaryFooter/index.ts +2 -2
- package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.stories.tsx +77 -77
- package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx +128 -126
- package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +30 -36
- package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +20 -20
- package/src/iframe/order-process/components/CalendarStepsForm/index.ts +2 -2
- package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +125 -131
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.stories.tsx +7 -7
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +38 -38
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/index.ts +1 -1
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +42 -42
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.ts +1 -1
- package/src/iframe/order-process/components/CategoryProduct/index.ts +1 -1
- package/src/iframe/order-process/components/ErrorModal/ErrorModal.tsx +19 -19
- package/src/iframe/order-process/components/ErrorModal/index.ts +1 -1
- package/src/iframe/order-process/components/NavigationFooter/NavigationFooter.tsx +15 -15
- package/src/iframe/order-process/components/NavigationFooter/index.ts +1 -1
- package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.stories.tsx +23 -23
- package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.tsx +53 -52
- package/src/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.ts +19 -19
- package/src/iframe/order-process/components/NavigationSteps/index.ts +2 -2
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.stories.tsx +26 -26
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.tsx +41 -43
- package/src/iframe/order-process/components/PaymentCard/index.ts +1 -1
- package/src/iframe/order-process/components/Timer/Timer.stories.tsx +5 -5
- package/src/iframe/order-process/components/Timer/Timer.tsx +9 -9
- package/src/iframe/order-process/components/Timer/index.ts +1 -1
- package/src/iframe/order-process/components/Timer/utils/index.ts +6 -6
- package/src/iframe/order-process/components/utils/useCategoryVerification.ts +36 -36
- package/src/iframe/order-process/constants.ts +2 -2
- package/src/iframe/order-process/index.ts +12 -12
- package/src/iframe/page/Page.stories.tsx +119 -119
- package/src/iframe/page/Page.tsx +25 -32
- package/src/iframe/page/components/PageBody/PageBody.tsx +16 -18
- package/src/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.tsx +16 -16
- package/src/iframe/page/components/PageBody/components/LeftBlock/index.tsx +2 -2
- package/src/iframe/page/components/PageBody/components/RightBlock/RightBlock.tsx +30 -30
- package/src/iframe/page/components/PageBody/components/RightBlock/index.ts +2 -2
- package/src/iframe/page/components/PageBody/constants.ts +19 -19
- package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +97 -97
- package/src/iframe/page/components/PageBody/index.ts +2 -2
- package/src/iframe/page/components/PageBody/types.ts +1 -1
- package/src/iframe/page/components/PageHeader/PageHeader.tsx +17 -17
- package/src/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.ts +10 -10
- package/src/iframe/page/components/PageHeader/index.ts +2 -2
- package/src/iframe/page/index.ts +6 -6
- package/src/iframe/payment/index.ts +6 -6
- package/src/iframe/payment/order-items-table/OrderItemsTable.stories.tsx +30 -30
- package/src/iframe/payment/order-items-table/OrderItemsTable.tsx +10 -10
- package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +56 -63
- package/src/iframe/payment/order-items-table/index.ts +1 -1
- package/src/iframe/payment/order-items-table/types/index.ts +16 -16
- package/src/iframe/payment/order-items-table/utils/index.ts +54 -58
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +28 -30
- package/src/iframe/payment/payment-form/PaymentForm.stories.tsx +22 -22
- package/src/iframe/payment/payment-form/PaymentForm.tsx +19 -23
- package/src/iframe/payment/payment-page/PaymentPage.stories.tsx +75 -75
- package/src/iframe/payment/payment-page/PaymentPage.tsx +52 -52
- package/src/iframe/payment/payment-page/PaymentTimer.tsx +19 -19
- package/src/iframe/payment/payment-status-header/PaymentStatusHeader.stories.tsx +8 -8
- package/src/iframe/payment/payment-status-header/PaymentStatusHeader.tsx +15 -15
- package/src/iframe/payment/payment-status-page/PaymentStatusComponent.stories.tsx +5 -5
- package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +44 -44
- package/src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx +13 -13
- package/src/iframe/payment/payment-status-page/component/index.tsx +1 -1
- package/src/iframe/payment/payment-status-page/index.ts +1 -1
- package/src/iframe/payment/status-body/StatusBody.stories.tsx +9 -9
- package/src/iframe/payment/status-body/StatusBody.tsx +10 -10
- package/src/iframe/powered-by/PoweredBy.stories.tsx +6 -6
- package/src/iframe/powered-by/PoweredBy.tsx +10 -10
- package/src/iframe/powered-by/index.ts +1 -1
- package/src/iframe/ryft/RyftPaymentForm.tsx +86 -86
- package/src/iframe/ryft/utils/ryft-form.ts +44 -44
- package/src/image-radio-input/ImageRadioInput.stories.tsx +28 -28
- package/src/image-radio-input/ImageRadioInput.tsx +18 -18
- package/src/image-radio-input/index.ts +1 -1
- package/src/index.ts +44 -44
- package/src/layout/BackgroundVideoContainer.tsx +13 -13
- package/src/layout/Container.tsx +5 -5
- package/src/layout/DropDown.tsx +11 -11
- package/src/layout/DropDownToggle.tsx +10 -10
- package/src/layout/Layout.stories.tsx +16 -16
- package/src/layout/index.ts +5 -5
- package/src/logo/Logo.stories.tsx +17 -17
- package/src/logo/Logo.tsx +9 -9
- package/src/logo/index.ts +2 -2
- package/src/modals/confirmation/ConfirmModal.tsx +52 -52
- package/src/modals/confirmation/Confirmation.stories.tsx +10 -10
- package/src/modals/confirmation/index.ts +1 -1
- package/src/modals/dialog/Dialog.tsx +17 -17
- package/src/modals/dialog/DialogContext.tsx +28 -28
- package/src/modals/dialog/index.ts +2 -2
- package/src/modals/fullscreen/FullscreenModal.tsx +28 -28
- package/src/modals/fullscreen/FulscreenModal.stories.tsx +15 -15
- package/src/modals/fullscreen/index.ts +1 -1
- package/src/modals/index.ts +2 -2
- package/src/notification/components/NotificationPlaceholders.stories.tsx +12 -12
- package/src/notification/components/NotificationPlaceholders.tsx +9 -9
- package/src/notification/email-template/card/EmailTemplateCard.stories.tsx +10 -10
- package/src/notification/email-template/card/EmailTemplateCard.tsx +23 -23
- package/src/notification/email-template/card/index.tsx +1 -1
- package/src/notification/email-template/control/EmailTemplateControl.tsx +130 -132
- package/src/notification/email-template/control/index.ts +1 -1
- package/src/notification/email-template/form/EmailTemplateForm.stories.tsx +117 -117
- package/src/notification/email-template/form/EmailTemplateForm.tsx +59 -59
- package/src/notification/email-template/form/index.tsx +1 -1
- package/src/notification/email-template/index.ts +3 -3
- package/src/notification/hooks/useTranslatedParameters.ts +12 -12
- package/src/notification/index.ts +3 -3
- package/src/notification/send-email-template/SendEmailTemplateForm.stories.tsx +6 -6
- package/src/notification/send-email-template/SendEmailTemplateForm.tsx +34 -34
- package/src/notification/send-email-template/index.ts +1 -1
- package/src/notification/sms-template/card/SmsTemplateCard.stories.tsx +9 -9
- package/src/notification/sms-template/card/SmsTemplateCard.tsx +21 -21
- package/src/notification/sms-template/card/index.ts +1 -1
- package/src/notification/sms-template/control/SmsTemplateControl.tsx +51 -51
- package/src/notification/sms-template/control/index.ts +1 -1
- package/src/notification/sms-template/form/SmsTemplateForm.stories.tsx +36 -36
- package/src/notification/sms-template/form/SmsTemplateForm.tsx +31 -31
- package/src/notification/sms-template/form/index.ts +1 -1
- package/src/notification/sms-template/index.ts +3 -3
- package/src/number-of-people-input/NumberOfPeopleInput.tsx +13 -12
- package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.stories.tsx +17 -17
- package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.tsx +14 -14
- package/src/number-of-people-input/components/index.ts +1 -1
- package/src/number-of-people-input/index.ts +2 -2
- package/src/product-set/card/ProductSetCard.stories.tsx +8 -10
- package/src/product-set/card/ProductSetCard.tsx +43 -43
- package/src/product-set/card/index.ts +1 -1
- package/src/product-set/control/DateAndRecurrenceInput.tsx +113 -118
- package/src/product-set/control/DateInput.tsx +108 -108
- package/src/product-set/control/ProductSetControl.stories.tsx +46 -46
- package/src/product-set/control/ProductSetControl.tsx +132 -134
- package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +29 -31
- package/src/product-set/control/ProductSetRecurrenceControl.tsx +23 -24
- package/src/product-set/control/ProductSetRecurrenceOverridesControl.tsx +14 -14
- package/src/product-set/control/TutorialGifCard.tsx +22 -22
- package/src/product-set/control/index.ts +1 -1
- package/src/product-set/deposit-paid/ProductSetDepositPaid.stories.tsx +19 -19
- package/src/product-set/deposit-paid/ProductSetDepositPaidControl.tsx +42 -42
- package/src/product-set/deposit-paid/index.ts +1 -1
- package/src/product-set/elements/DeleteFieldButton.tsx +9 -9
- package/src/product-set/elements/Elements.stories.tsx +7 -7
- package/src/product-set/elements/index.ts +1 -1
- package/src/product-set/form/MobileFooter.tsx +5 -5
- package/src/product-set/form/ProductCategoriesControl.tsx +121 -121
- package/src/product-set/form/ProductSetForm.stories.tsx +425 -425
- package/src/product-set/form/ProductSetForm.tsx +121 -123
- package/src/product-set/form/ProductSetFormPopover.tsx +11 -11
- package/src/product-set/form/ProductSetNameControl.tsx +10 -10
- package/src/product-set/form/ProductZonesControl.tsx +43 -43
- package/src/product-set/form/ProductsControl.tsx +79 -79
- package/src/product-set/form/SelectCategoryModal.stories.tsx +11 -11
- package/src/product-set/form/SelectCategoryModal.tsx +43 -43
- package/src/product-set/form/StepsControl.tsx +49 -49
- package/src/product-set/form/SubProductsControl.tsx +53 -55
- package/src/product-set/form/VenueMapSetModal.tsx +68 -66
- package/src/product-set/form/VenueMapsControl.tsx +64 -66
- package/src/product-set/form/context.tsx +25 -25
- package/src/product-set/form/index.ts +2 -2
- package/src/product-set/hooks/useSortableTreeFunctions.ts +18 -18
- package/src/product-set/index.ts +10 -10
- package/src/product-set/item/CreateProductSetItem.tsx +10 -10
- package/src/product-set/popover/ProductSetPopover.stories.tsx +23 -23
- package/src/product-set/popover/ProductSetPopover.tsx +22 -22
- package/src/product-set/popover/index.ts +1 -1
- package/src/product-set/product/Product.stories.tsx +38 -41
- package/src/product-set/product/ProductControl.tsx +132 -136
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +36 -38
- package/src/product-set/product/advanced-options/index.ts +1 -1
- package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +13 -13
- package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +30 -30
- package/src/product-set/product/booking-management/index.ts +1 -1
- package/src/product-set/product/constants.ts +2 -2
- package/src/product-set/product/deposit/ProductDeposit.stories.tsx +12 -12
- package/src/product-set/product/deposit/ProductDepositControl.tsx +24 -24
- package/src/product-set/product/deposit/index.ts +1 -1
- package/src/product-set/product/duration/ProductDurationControl.stories.tsx +8 -8
- package/src/product-set/product/duration/ProductDurationControl.tsx +34 -34
- package/src/product-set/product/duration/index.ts +1 -1
- package/src/product-set/product/fixed-duration-fields/FixedDurationOptions.tsx +14 -14
- package/src/product-set/product/fixed-duration-fields/index.ts +1 -1
- package/src/product-set/product/index.ts +4 -4
- package/src/product-set/product/price/ProductPrice.stories.tsx +12 -12
- package/src/product-set/product/price/ProductPriceControl.tsx +29 -29
- package/src/product-set/product/price/index.ts +1 -1
- package/src/product-set/product/quantity/ProductQuantity.stories.tsx +27 -27
- package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +38 -38
- package/src/product-set/product/quantity/ProductQuantityControl.tsx +37 -37
- package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +35 -35
- package/src/product-set/product/quantity/index.ts +3 -3
- package/src/product-set/product-category/ProductCategory.stories.tsx +34 -37
- package/src/product-set/product-category/ProductCategoryControl.tsx +99 -99
- package/src/product-set/product-category/index.ts +1 -1
- package/src/product-set/product-zone/ProductZoneControl.tsx +53 -53
- package/src/product-set/product-zone/index.ts +1 -1
- package/src/product-set/step/Step.stories.tsx +32 -36
- package/src/product-set/step/StepControl.tsx +42 -42
- package/src/product-set/step/index.ts +1 -1
- package/src/product-set/tabs/ProductSetTab.tsx +9 -9
- package/src/product-set/tabs/ProductSetTabs.stories.tsx +8 -8
- package/src/product-set/tabs/ProductSetTabs.tsx +9 -9
- package/src/product-set/tabs/index.ts +2 -2
- package/src/product-set/types/index.ts +10 -10
- package/src/product-set/utils/index.ts +35 -36
- package/src/provider/categories-input/CategoriesInput.stories.tsx +20 -20
- package/src/provider/categories-input/CategoriesInput.tsx +12 -12
- package/src/provider/categories-input/CategoriesInputDescription.tsx +12 -12
- package/src/provider/categories-input/index.ts +4 -4
- package/src/provider/company/index.ts +1 -1
- package/src/provider/company/user-form/UserForm.stories.tsx +7 -7
- package/src/provider/company/user-form/UserForm.tsx +72 -76
- package/src/provider/company/user-form/index.ts +1 -1
- package/src/provider/constants.ts +1 -1
- package/src/provider/index.ts +8 -8
- package/src/provider/location-input/LocationInput.stories.tsx +21 -21
- package/src/provider/location-input/LocationInput.tsx +27 -27
- package/src/provider/location-input/LocationInputDescription.tsx +17 -17
- package/src/provider/location-input/components/FormGroupControll.tsx +5 -5
- package/src/provider/location-input/components/index.ts +1 -1
- package/src/provider/location-input/index.ts +13 -13
- package/src/provider/provider-details-input/ProviderDetailsInput.stories.tsx +10 -10
- package/src/provider/provider-details-input/ProviderDetailsInput.tsx +60 -60
- package/src/provider/provider-details-input/index.ts +1 -1
- package/src/provider/provider-form/ProviderForm.stories.tsx +28 -28
- package/src/provider/provider-form/ProviderForm.tsx +41 -41
- package/src/provider/provider-form/index.ts +1 -1
- package/src/provider/provider-links-input/ProviderLinksInput.stories.tsx +10 -10
- package/src/provider/provider-links-input/ProviderLinksInput.tsx +18 -18
- package/src/provider/provider-links-input/index.ts +1 -1
- package/src/provider/venue-form/VenueForm.stories.tsx +47 -47
- package/src/provider/venue-form/VenueForm.tsx +60 -60
- package/src/provider/venue-form/index.ts +1 -1
- package/src/provider/working-hours-input/WorkingHoursInput.stories.tsx +16 -16
- package/src/provider/working-hours-input/WorkingHoursInput.tsx +26 -26
- package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +14 -14
- package/src/provider/working-hours-input/index.ts +7 -7
- package/src/provider/working-hours-input/utils.ts +2 -4
- package/src/radio-card/RadioCard.stories.tsx +22 -22
- package/src/radio-card/RadioCard.tsx +17 -17
- package/src/radio-card/index.ts +1 -1
- package/src/recurrence-input/RecurrenceEndInput.tsx +43 -43
- package/src/recurrence-input/RecurrenceInput.stories.tsx +9 -9
- package/src/recurrence-input/RecurrenceInput.tsx +36 -36
- package/src/recurrence-input/RecurrenceIntervalAndFrequencyInput.tsx +25 -25
- package/src/recurrence-input/RecurrenceMonthlyRepeatByInput.tsx +17 -17
- package/src/recurrence-input/RecurrenceWeekdaysInput.tsx +11 -11
- package/src/recurrence-input/index.ts +1 -1
- package/src/recurrence-input/utils.ts +34 -34
- package/src/recurring-date-picker-input/DatePickerInput.tsx +37 -37
- package/src/recurring-date-picker-input/RecurrenceAndFrequencyInput.tsx +40 -40
- package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +30 -30
- package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +59 -59
- package/src/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.tsx +17 -17
- package/src/recurring-date-picker-input/RecurrenceWeekdaysInput.tsx +14 -14
- package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +24 -24
- package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +132 -132
- package/src/recurring-date-picker-input/index.ts +1 -1
- package/src/recurring-date-picker-input/utils.ts +70 -70
- package/src/report/DataFieldsSelector/DataFieldsSelector.tsx +31 -31
- package/src/report/DataFieldsSelector/index.ts +1 -1
- package/src/report/ReportRunnerModal/ReportRunnerModal.stories.tsx +20 -20
- package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +65 -65
- package/src/report/ReportRunnerModal/index.ts +1 -1
- package/src/report/ReportTypeSelect/ReportTypeSelect.tsx +17 -17
- package/src/report/ReportTypeSelect/index.ts +1 -1
- package/src/report/card/ReportCard.stories.tsx +8 -8
- package/src/report/card/ReportCard.tsx +7 -7
- package/src/report/card/index.ts +1 -1
- package/src/report/form/ReportForm.stories.tsx +7 -7
- package/src/report/form/ReportForm.tsx +29 -29
- package/src/report/form/index.ts +1 -1
- package/src/report/index.ts +5 -5
- package/src/resource/card/ResourceCard.stories.tsx +7 -7
- package/src/resource/card/ResourceCard.tsx +9 -9
- package/src/resource/card/index.ts +2 -2
- package/src/resource/form/ResourceForm.stories.tsx +12 -12
- package/src/resource/form/ResourceForm.tsx +33 -33
- package/src/resource/form/components/CapacityControl.tsx +22 -22
- package/src/resource/form/components/NameControl.tsx +22 -22
- package/src/resource/form/components/SortControl.tsx +22 -22
- package/src/resource/form/components/ZoneControl.tsx +27 -29
- package/src/resource/form/index.ts +2 -2
- package/src/resource/index.ts +4 -4
- package/src/sales/booking/index.ts +1 -1
- package/src/sales/booking/results/BookingResults.stories.tsx +82 -82
- package/src/sales/booking/results/BookingResults.tsx +15 -15
- package/src/sales/booking/results/components/ResultCard.tsx +36 -36
- package/src/sales/booking/results/constants.ts +6 -6
- package/src/sales/booking/results/index.ts +3 -3
- package/src/sales/constants.tsx +11 -11
- package/src/sales/coupon/control/CouponFormControl.tsx +102 -102
- package/src/sales/coupon/control/index.ts +1 -1
- package/src/sales/coupon/form/CouponForm.stories.tsx +23 -23
- package/src/sales/coupon/form/CouponFrom.tsx +39 -39
- package/src/sales/coupon/form/index.ts +1 -1
- package/src/sales/coupon/index.tsx +1 -1
- package/src/sales/coupon/utils/index.ts +4 -4
- package/src/sales/filters/SaleFilter.stories.tsx +12 -12
- package/src/sales/filters/SaleFilters.tsx +28 -28
- package/src/sales/filters/index.ts +1 -1
- package/src/sales/guest-profile/index.ts +4 -4
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.stories.tsx +86 -86
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +28 -30
- package/src/sales/guest-profile/previous-bookings/index.ts +1 -1
- package/src/sales/guest-profile/profile/Profile.stories.tsx +10 -10
- package/src/sales/guest-profile/profile/Profile.tsx +12 -12
- package/src/sales/guest-profile/profile/components/ImageHolder/ImageHolder.tsx +8 -10
- package/src/sales/guest-profile/profile/components/ImageHolder/index.ts +1 -1
- package/src/sales/guest-profile/profile/index.ts +2 -2
- package/src/sales/guest-profile/user-metrics/UserMetrics.stories.tsx +15 -15
- package/src/sales/guest-profile/user-metrics/UserMetrics.tsx +27 -28
- package/src/sales/guest-profile/user-metrics/index.ts +2 -2
- package/src/sales/guest-profile/visited-providers/VisitedProviders.stories.tsx +24 -24
- package/src/sales/guest-profile/visited-providers/VisitedProviders.tsx +16 -17
- package/src/sales/guest-profile/visited-providers/index.ts +1 -1
- package/src/sales/index.ts +12 -12
- package/src/sales/life-time-sales/LifeTimeSalesChart.stories.tsx +11 -11
- package/src/sales/life-time-sales/LifeTimeSalesChart.tsx +30 -30
- package/src/sales/life-time-sales/index.ts +1 -1
- package/src/sales/manual-booking/formatDays.ts +22 -22
- package/src/sales/manual-booking/index.ts +6 -6
- package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.stories.tsx +18 -18
- package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.tsx +53 -53
- package/src/sales/manual-booking/number-input-horizontal/index.ts +1 -1
- package/src/sales/manual-booking/search-user/SearchUser.tsx +41 -41
- package/src/sales/manual-booking/search-user/index.ts +1 -1
- package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.stories.tsx +13 -13
- package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.tsx +31 -31
- package/src/sales/manual-booking/select-date-type-control/index.ts +1 -1
- package/src/sales/manual-booking/select-event/SelectEvent.tsx +39 -41
- package/src/sales/manual-booking/select-event/index.ts +1 -1
- package/src/sales/manual-booking/select-menu/SelectMenu.stories.tsx +35 -35
- package/src/sales/manual-booking/select-menu/SelectMenu.tsx +23 -25
- package/src/sales/manual-booking/select-menu/components/MenuButton.tsx +10 -10
- package/src/sales/manual-booking/select-menu/index.ts +2 -2
- package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +39 -39
- package/src/sales/manual-booking/summary/index.ts +1 -1
- package/src/sales/modals/index.ts +2 -2
- package/src/sales/modals/payment-modal/PaymentModal.stories.tsx +39 -39
- package/src/sales/modals/payment-modal/PaymentModal.tsx +31 -31
- package/src/sales/modals/payment-modal/index.ts +2 -2
- package/src/sales/modals/refund-modal/RefundModal.stories.tsx +18 -18
- package/src/sales/modals/refund-modal/RefundModal.tsx +42 -42
- package/src/sales/modals/refund-modal/index.ts +2 -2
- package/src/sales/notes/NotesTable.stories.tsx +25 -25
- package/src/sales/notes/NotesTable.tsx +43 -43
- package/src/sales/notes/NotesTableRow.tsx +29 -29
- package/src/sales/notes/index.ts +1 -1
- package/src/sales/notes/note-form/NoteForm.stories.tsx +7 -7
- package/src/sales/notes/note-form/NoteForm.tsx +24 -24
- package/src/sales/notes/note-form/index.ts +1 -1
- package/src/sales/payment-form/SalePaymentForm.stories.tsx +29 -29
- package/src/sales/payment-form/SalePaymentForm.tsx +67 -67
- package/src/sales/payment-form/components/RyftPayment/RyftPayment.tsx +19 -19
- package/src/sales/payment-form/components/RyftPayment/index.ts +2 -2
- package/src/sales/payment-form/index.ts +4 -4
- package/src/sales/payment-form/types.ts +3 -5
- package/src/sales/sales-and-views/SalesAndViewsChart.stories.tsx +39 -39
- package/src/sales/sales-and-views/SalesAndViewsChart.tsx +74 -76
- package/src/sales/sales-and-views/index.ts +1 -1
- package/src/sales/source-of-sales/SourceOfSalesChart.stories.tsx +12 -12
- package/src/sales/source-of-sales/SourceOfSalesChart.tsx +31 -32
- package/src/sales/source-of-sales/index.ts +1 -1
- package/src/sales/statistics-chart/StatisticsChart.stories.tsx +8 -8
- package/src/sales/statistics-chart/StatisticsChart.tsx +11 -11
- package/src/sales/statistics-chart/index.ts +1 -1
- package/src/setting/admin/AdminSetting.stories.tsx +15 -16
- package/src/setting/admin/AdminSettingForm.tsx +60 -61
- package/src/setting/admin/PaymentFeeForm.tsx +76 -76
- package/src/setting/admin/index.ts +1 -1
- package/src/setting/dashboard/DashboardSetting.stories.tsx +43 -43
- package/src/setting/dashboard/DashboardSettingForm.tsx +64 -64
- package/src/setting/dashboard/EventSettingForm.tsx +19 -19
- package/src/setting/dashboard/FinancialDataForm.tsx +42 -42
- package/src/setting/dashboard/OtherSettingForm.tsx +58 -58
- package/src/setting/dashboard/ProviderSettingForm.tsx +30 -30
- package/src/setting/dashboard/components/IpInput.stories.tsx +8 -8
- package/src/setting/dashboard/components/IpInput.tsx +92 -92
- package/src/setting/dashboard/index.ts +5 -5
- package/src/setting/dashboard/payments/payments-form/PaymentsForm.stories.tsx +9 -9
- package/src/setting/dashboard/payments/payments-form/PaymentsForm.tsx +11 -11
- package/src/setting/dashboard/payments/payments-modal/PaymentsModal.stories.tsx +8 -8
- package/src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx +16 -16
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.stories.tsx +18 -18
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +12 -12
- package/src/setting/dashboard/snippet-templates/card/index.ts +1 -1
- package/src/setting/dashboard/snippets/card/SnippetCard.stories.tsx +14 -14
- package/src/setting/dashboard/snippets/card/SnippetCard.tsx +27 -27
- package/src/setting/dashboard/snippets/card/index.ts +1 -1
- package/src/setting/index.ts +3 -3
- package/src/setting/system/SystemSetting.stories.tsx +8 -8
- package/src/setting/system/SystemSettingForm.tsx +17 -17
- package/src/setting/system/index.ts +1 -1
- package/src/sidebar/elements/Elements.stories.tsx +8 -8
- package/src/sidebar/elements/ReturnBack.tsx +8 -8
- package/src/sidebar/elements/index.ts +2 -2
- package/src/sidebar/index.ts +1 -1
- package/src/slide-curtain/SlideCurtain.stories.tsx +6 -6
- package/src/slide-curtain/SlideCurtain.tsx +18 -18
- package/src/slide-curtain/index.ts +1 -1
- package/src/snippet/index.ts +1 -1
- package/src/snippet/snippet-template/SnippetTemplate.stories.tsx +9 -9
- package/src/snippet/snippet-template/SnippetTemplate.tsx +16 -16
- package/src/snippet/snippet-template/context/index.ts +3 -3
- package/src/snippet/snippet-template/context/snippetTemplate.tsx +80 -80
- package/src/snippet/snippet-template/context/snippetTemplateLoading.tsx +6 -6
- package/src/snippet/snippet-template/context/snippetTemplateView.tsx +76 -77
- package/src/snippet/snippet-template/control/Control.stories.tsx +10 -10
- package/src/snippet/snippet-template/control/PropertyControl.tsx +37 -37
- package/src/snippet/snippet-template/control/index.ts +1 -1
- package/src/snippet/snippet-template/form/SnippetTemplateForm.stories.tsx +55 -55
- package/src/snippet/snippet-template/form/SnippetTemplateForm.tsx +50 -50
- package/src/snippet/snippet-template/form/index.ts +1 -1
- package/src/snippet/snippet-template/index.ts +6 -6
- package/src/snippet/snippet-template/preview/Preview.stories.tsx +48 -48
- package/src/snippet/snippet-template/preview/Preview.tsx +65 -65
- package/src/snippet/snippet-template/preview/index.ts +1 -1
- package/src/snippet/snippet-template/settings/SettingButton.tsx +21 -23
- package/src/snippet/snippet-template/settings/Settings.stories.tsx +8 -8
- package/src/snippet/snippet-template/settings/index.ts +1 -1
- package/src/snippet/snippet-template/utils/index.ts +8 -8
- package/src/sortable-fields/SortableFieldItem.tsx +15 -15
- package/src/sortable-fields/SortableFieldList.tsx +16 -19
- package/src/sortable-fields/index.ts +1 -1
- package/src/sortable-list/CreateSortableListItem.tsx +4 -4
- package/src/sortable-list/SortableList.stories.tsx +10 -10
- package/src/sortable-list/SortableList.tsx +47 -55
- package/src/sortable-list/index.ts +3 -3
- package/src/sortable-tree/SortableTree.stories.tsx +21 -21
- package/src/sortable-tree/SortableTree.tsx +9 -9
- package/src/sortable-tree/SortableTreeItem.stories.tsx +12 -15
- package/src/sortable-tree/SortableTreeItem.tsx +96 -96
- package/src/sortable-tree/index.ts +2 -2
- package/src/sorting-select/SortingSelect.stories.tsx +7 -7
- package/src/sorting-select/SortingSelect.tsx +30 -30
- package/src/sorting-select/index.ts +1 -1
- package/src/static/CountryCodeSelect.tsx +21 -21
- package/src/static/CountrySelect.tsx +25 -25
- package/src/static/CurrencyNumberInput.tsx +17 -17
- package/src/static/FormCard.tsx +7 -7
- package/src/static/Image.tsx +6 -6
- package/src/static/RestrictedAccess.tsx +9 -9
- package/src/static/SocialButton.tsx +20 -20
- package/src/static/Static.stories.tsx +57 -57
- package/src/static/StyledButton.tsx +6 -6
- package/src/static/TextField.tsx +16 -16
- package/src/static/UserBadge.tsx +14 -14
- package/src/static/WarningMessage.tsx +6 -6
- package/src/static/date-range-input/DateRangeInput.stories.tsx +11 -11
- package/src/static/date-range-input/DateRangeInput.tsx +64 -66
- package/src/static/date-range-input/index.ts +1 -1
- package/src/static/date-range-input/utils/index.ts +25 -25
- package/src/static/form-number-input/FormNumberInput.stories.tsx +8 -8
- package/src/static/form-number-input/FormNumberInput.tsx +23 -23
- package/src/static/form-number-input/index.ts +1 -1
- package/src/static/images/DefaultUserImage.tsx +5 -5
- package/src/static/images/Images.stories.tsx +6 -6
- package/src/static/images/index.ts +2 -2
- package/src/static/index.ts +23 -23
- package/src/static/loader/BlockLoader.tsx +2 -2
- package/src/static/loader/ButtonLoader.tsx +6 -6
- package/src/static/loader/Loader.stories.tsx +15 -15
- package/src/static/loader/LoaderIndicator.tsx +15 -15
- package/src/static/loader/PaymentLoader.tsx +17 -17
- package/src/static/loader/SnippetLoader.tsx +2 -2
- package/src/static/loader/index.ts +7 -7
- package/src/static/manual-date-picker/ManualDatePicker.tsx +19 -19
- package/src/static/manual-date-picker/constants/index.ts +4 -4
- package/src/static/manual-date-picker/hooks/useManualDatePicker.ts +54 -54
- package/src/static/manual-date-picker/index.ts +2 -2
- package/src/static/manual-date-picker/utils/index.ts +15 -15
- package/src/static/number-input/NumberInput.stories.tsx +9 -9
- package/src/static/number-input/NumberInput.tsx +21 -21
- package/src/static/number-input/index.ts +1 -1
- package/src/static/switch/BooleanSwitch.stories.tsx +12 -12
- package/src/static/switch/BooleanSwitch.tsx +17 -17
- package/src/static/switch/Switch.stories.tsx +25 -25
- package/src/static/switch/Switch.tsx +15 -15
- package/src/static/switch/index.ts +2 -2
- package/src/static/tabs/Tab.tsx +10 -10
- package/src/static/tabs/Tabs.tsx +12 -12
- package/src/static/tabs/index.ts +1 -1
- package/src/static/text-expand/TextExpand.stories.tsx +9 -9
- package/src/static/text-expand/TextExpand.tsx +16 -16
- package/src/static/text-expand/index.ts +1 -1
- package/src/striped-static-table/StripedStaticTable.stories.tsx +31 -31
- package/src/striped-static-table/StripedStaticTable.tsx +15 -15
- package/src/striped-static-table/index.ts +1 -1
- package/src/styles/activity-card/GridActivitiesCard.scss +1 -1
- package/src/styles/activity-card/ListActivitiesCard.scss +1 -1
- package/src/styles/activity-card/_index.scss +2 -2
- package/src/styles/affiliate/AffiliateCard.scss +7 -7
- package/src/styles/affiliate/_index.scss +2 -2
- package/src/styles/auth/AccessDenied.scss +1 -1
- package/src/styles/auth/_index.scss +1 -1
- package/src/styles/availability-indicator/_index.scss +1 -1
- package/src/styles/back-button/BackButton.scss +24 -25
- package/src/styles/back-button/_index.scss +1 -1
- package/src/styles/company-user-form/UserForm.scss +7 -4
- package/src/styles/company-user-form/_index.scss +1 -1
- package/src/styles/custom-fields/CreateSortableListItem.scss +4 -5
- package/src/styles/custom-fields/_index.scss +3 -3
- package/src/styles/customers/Filter.scss +5 -5
- package/src/styles/customers/_index.scss +1 -1
- package/src/styles/date-time-button/_index.scss +1 -1
- package/src/styles/error/_index.scss +1 -1
- package/src/styles/events/EditEventModal.scss +8 -6
- package/src/styles/events/EventCard.scss +4 -4
- package/src/styles/events/EventVenueMap.scss +7 -7
- package/src/styles/events/_index.scss +4 -4
- package/src/styles/file-upload/_index.scss +2 -2
- package/src/styles/form/CustomRadio.scss +1 -1
- package/src/styles/form/Input.scss +5 -5
- package/src/styles/form/_index.scss +4 -4
- package/src/styles/header/Header.scss +4 -4
- package/src/styles/header/_index.scss +2 -2
- package/src/styles/header/elements/CompanySelector.scss +4 -4
- package/src/styles/header/elements/_index.scss +1 -1
- package/src/styles/help/Example.scss +1 -1
- package/src/styles/help/_index.scss +1 -1
- package/src/styles/iframe-events/CalendarSelect.scss +1 -1
- package/src/styles/iframe-events/Card.scss +3 -3
- package/src/styles/iframe-events/CategoryStepsForm.scss +7 -6
- package/src/styles/iframe-events/Event.scss +6 -4
- package/src/styles/iframe-events/EventBookingView.scss +1 -1
- package/src/styles/iframe-events/EventForm.scss +55 -55
- package/src/styles/iframe-events/EventNavigationFooter.scss +0 -1
- package/src/styles/iframe-events/EventTables.scss +1 -1
- package/src/styles/iframe-events/TicketDescription.scss +1 -1
- package/src/styles/iframe-events/_index.scss +17 -17
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +3 -3
- package/src/styles/iframe-external-modal/_index.scss +1 -1
- package/src/styles/iframe-order-process/_index.scss +1 -1
- package/src/styles/iframe-page/_index.scss +3 -3
- package/src/styles/iframe-payments/PaymentForm.scss +1 -1
- package/src/styles/iframe-payments/_index.scss +1 -1
- package/src/styles/layout/BackgroundVideoContainer.scss +2 -2
- package/src/styles/layout/_index.scss +1 -1
- package/src/styles/logo/Logo.scss +1 -1
- package/src/styles/logo/_index.scss +1 -1
- package/src/styles/modals/_index.scss +1 -1
- package/src/styles/notification/Notification.scss +2 -2
- package/src/styles/notification/_index.scss +1 -1
- package/src/styles/order-items-table/OrderItemsTable.scss +2 -1
- package/src/styles/order-items-table/_index.scss +1 -1
- package/src/styles/overrides/_functions.scss +1 -1
- package/src/styles/packages.scss +45 -45
- package/src/styles/product-set/CreateProductSetItem.scss +16 -18
- package/src/styles/product-set/DateAndRecurrenceInput.scss +8 -6
- package/src/styles/product-set/EditCategoryModal.scss +4 -4
- package/src/styles/product-set/EditProductModal.scss +3 -3
- package/src/styles/product-set/EditStepModal.scss +4 -4
- package/src/styles/product-set/EditVenueMapSetModal.scss +6 -6
- package/src/styles/product-set/EditZoneSettingModal.scss +13 -13
- package/src/styles/product-set/ProductSetCard.scss +7 -7
- package/src/styles/product-set/ProductSetForm.scss +3 -8
- package/src/styles/product-set/ProductSetTabs.scss +2 -2
- package/src/styles/product-set/TutorialGifCard.scss +1 -1
- package/src/styles/product-set/_index.scss +13 -13
- package/src/styles/providers/_index.scss +1 -1
- package/src/styles/report/ReportCard.scss +4 -5
- package/src/styles/report/ReportEditorModal.scss +3 -3
- package/src/styles/report/ReportRunnerModal.scss +2 -2
- package/src/styles/report/_index.scss +3 -3
- package/src/styles/resources-blocking/_index.scss +0 -4
- package/src/styles/ryft-payment-form/_index.scss +1 -1
- package/src/styles/sales/BookingFilter.scss +2 -2
- package/src/styles/sales/BookingTabs.scss +5 -7
- package/src/styles/sales/Filters.scss +4 -5
- package/src/styles/sales/GuestProfile.scss +175 -170
- package/src/styles/sales/LifeTimeSales.scss +2 -2
- package/src/styles/sales/ManualBooking.scss +4 -6
- package/src/styles/sales/SalesAndViews.scss +4 -4
- package/src/styles/sales/SourceOfSales.scss +1 -1
- package/src/styles/sales/_index.scss +16 -16
- package/src/styles/setting/_index.scss +1 -1
- package/src/styles/setting/dashboard/_index.scss +1 -1
- package/src/styles/sidebar/_index.scss +1 -1
- package/src/styles/sidebar/elements/_index.scss +1 -1
- package/src/styles/skeleton/_index.scss +1 -1
- package/src/styles/snippet-templates/SnippetTemplate.scss +1 -1
- package/src/styles/snippet-templates/SnippetTemplateCard.scss +4 -4
- package/src/styles/snippet-templates/_index.scss +2 -2
- package/src/styles/snippet-templates/_snippetVariables.scss +244 -63
- package/src/styles/sortable-field/SortableField.scss +16 -16
- package/src/styles/sortable-field/_index.scss +1 -1
- package/src/styles/sortable-tree/Item.scss +7 -7
- package/src/styles/sortable-tree/_index.scss +1 -1
- package/src/styles/static/CountrySelect.scss +1 -1
- package/src/styles/static/Loader.scss +1 -1
- package/src/styles/static/NumberInput.scss +1 -1
- package/src/styles/static/SocialButton.scss +4 -4
- package/src/styles/static/Switch.scss +1 -1
- package/src/styles/static/Tabs.scss +2 -2
- package/src/styles/static/UserBadge.scss +1 -1
- package/src/styles/static/_index.scss +12 -12
- package/src/styles/table/Table.scss +1 -1
- package/src/styles/table/_index.scss +1 -1
- package/src/styles/themes/bookedit/_fonts.scss +1 -1
- package/src/styles/themes/bookedit/_variables.scss +93 -71
- package/src/styles/themes/bookedit/index.scss +44 -44
- package/src/styles/themes/licklist/_fonts.scss +1 -1
- package/src/styles/themes/licklist/_variables.scss +3 -3
- package/src/styles/themes/licklist/index.scss +40 -40
- package/src/styles/tiptap-editor/TiptapEditor.scss +9 -8
- package/src/styles/tiptap-editor/_index.scss +1 -1
- package/src/styles/venue-map-sets/VenueMapSetCard.scss +6 -6
- package/src/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
- package/src/styles/venue-map-sets/_index.scss +2 -2
- package/src/styles/virtualized/_index.scss +1 -1
- package/src/styles/zones/ZoneCard.scss +7 -7
- package/src/styles/zones/ZoneRecurrencesControl.scss +8 -6
- package/src/styles/zones/_index.scss +3 -3
- package/src/table/FilterHelperComponent.tsx +25 -25
- package/src/table/MenuButton.tsx +31 -33
- package/src/table/PaginationHelperComponent.tsx +26 -26
- package/src/table/PerPageHelperComponent.tsx +14 -14
- package/src/table/ReactTableHelperComponent.tsx +67 -69
- package/src/table/StaticTable.tsx +19 -19
- package/src/table/Table.stories.tsx +65 -65
- package/src/table/TableHelperComponent.tsx +97 -97
- package/src/table/hooks/useTableQueryOptions.ts +20 -20
- package/src/table/index.ts +7 -7
- package/src/table/types.ts +32 -36
- package/src/table/utils/index.ts +9 -9
- package/src/theme/Theme.stories.tsx +32 -32
- package/src/tiptap-editor/TipTapEditor.stories.tsx +9 -11
- package/src/tiptap-editor/TipTapEditor.tsx +43 -43
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +13 -16
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.tsx +33 -33
- package/src/tiptap-editor/TipTapMenu/components/TipTapMenuItem.tsx +13 -13
- package/src/tiptap-editor/TipTapMenu/components/index.ts +1 -1
- package/src/tiptap-editor/TipTapMenu/extensions/EMOJIS.ts +24 -24
- package/src/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.ts +45 -49
- package/src/tiptap-editor/TipTapMenu/extensions/utils.ts +6 -6
- package/src/tiptap-editor/TipTapMenu/index.ts +1 -1
- package/src/tiptap-editor/index.ts +1 -1
- package/src/typeahead/Typeahead.stories.tsx +10 -10
- package/src/typeahead/Typeahead.tsx +31 -31
- package/src/typeahead/index.ts +1 -1
- package/src/typeahead-helper/TypeaheadHelperComponent.tsx +69 -68
- package/src/typeahead-helper/index.ts +1 -1
- package/src/types/bookings.ts +4 -4
- package/src/types/categories.ts +7 -7
- package/src/types/currency.ts +3 -3
- package/src/types/generic/SelectItem.ts +3 -3
- package/src/types/iframe.ts +2 -2
- package/src/types/index.ts +1 -1
- package/src/types/provider-links.ts +6 -6
- package/src/types/static/HTMLInputDateElement.ts +1 -1
- package/src/types/static/ILoaderOptions.ts +20 -20
- package/src/typings.d.ts +21 -21
- package/src/venue-map-sets/card/VenueMapCard.stories.tsx +8 -8
- package/src/venue-map-sets/card/VenueMapSetCard.tsx +27 -27
- package/src/venue-map-sets/card/index.ts +1 -1
- package/src/venue-map-sets/form/VenueMapSetForm.stories.tsx +22 -22
- package/src/venue-map-sets/form/VenueMapSetForm.tsx +23 -23
- package/src/venue-map-sets/form/components/NameControl.tsx +28 -28
- package/src/venue-map-sets/form/components/VenueMapControl.tsx +50 -52
- package/src/venue-map-sets/form/components/VenueMapImageControl.tsx +41 -41
- package/src/venue-map-sets/form/components/VenueMapModal.tsx +49 -49
- package/src/venue-map-sets/form/components/VenueMapsControl.tsx +60 -62
- package/src/venue-map-sets/form/index.ts +2 -2
- package/src/venue-map-sets/form/types/index.ts +15 -15
- package/src/venue-map-sets/form/utils/index.ts +25 -23
- package/src/venue-map-sets/index.ts +2 -2
- package/src/virtualized/components/VirtualizedGrid.tsx +10 -10
- package/src/virtualized/components/VirtualizedWindowScroller.stories.tsx +12 -12
- package/src/virtualized/components/VirtualizedWindowScroller.tsx +26 -28
- package/src/virtualized/context/VirtualizedContext.tsx +15 -14
- package/src/virtualized/context/index.ts +1 -1
- package/src/virtualized/index.ts +3 -3
- package/src/zone/card/ZoneCard.stories.tsx +7 -7
- package/src/zone/card/ZoneCard.tsx +27 -27
- package/src/zone/card/index.ts +2 -2
- package/src/zone/form/ZoneForm.stories.tsx +10 -10
- package/src/zone/form/ZoneForm.tsx +34 -34
- package/src/zone/form/components/AvailableTimesControl.tsx +56 -60
- package/src/zone/form/components/DescriptionControl.tsx +20 -20
- package/src/zone/form/components/GameDurationControl.tsx +19 -19
- package/src/zone/form/components/NameControl.tsx +22 -22
- package/src/zone/form/components/SortControl.tsx +22 -22
- package/src/zone/form/components/ZoneControl.tsx +38 -40
- package/src/zone/form/components/ZoneImageControl.tsx +36 -36
- package/src/zone/form/components/ZoneRecurrenceControl.tsx +21 -22
- package/src/zone/form/components/ZoneRecurrencesControl.tsx +74 -79
- package/src/zone/form/components/ZoneTypeControl.tsx +24 -26
- package/src/zone/form/index.ts +2 -2
- package/src/zone/form/utils/dates.ts +32 -32
- package/src/zone/index.ts +2 -2
- package/vite.config.ts +14 -14
- package/yarn.lock +63 -119
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { IframeEventCard } from
|
|
2
|
-
export { IframeEventCardSkeleton } from
|
|
1
|
+
export { IframeEventCard } from './IframeEventCard'
|
|
2
|
+
export { IframeEventCardSkeleton } from './IframeEventCardSkeleton'
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { Meta } from
|
|
2
|
-
import { boolean } from
|
|
3
|
-
import { Image } from
|
|
4
|
-
import { EventDescription } from
|
|
1
|
+
import { Meta } from '@storybook/react'
|
|
2
|
+
import { boolean } from '@storybook/addon-knobs'
|
|
3
|
+
import { Image } from '@licklist/core/dist/DataMapper/Media/ImageDataMapper'
|
|
4
|
+
import { EventDescription } from './EventDescription'
|
|
5
5
|
|
|
6
6
|
export default {
|
|
7
|
-
title:
|
|
7
|
+
title: 'Iframe/Event/EventDescription',
|
|
8
8
|
component: EventDescription,
|
|
9
|
-
} as Meta
|
|
9
|
+
} as Meta
|
|
10
10
|
|
|
11
11
|
// eslint-disable-next-line max-len
|
|
12
12
|
const imageSrc =
|
|
13
|
-
|
|
13
|
+
'https://cdn.lickli.st/ez66VVRuQDZeNQIo4Kt7u7rVyDureBv8/images/original/000/000/000/000/033-692b7ff76491a1a6.jpeg'
|
|
14
14
|
|
|
15
|
-
const SHORT_DESCRIPTION =
|
|
15
|
+
const SHORT_DESCRIPTION = '<p>Description</p><p></p><p>Line here</p>'
|
|
16
16
|
const LONG_DESCRIPTION = `On the other hand, we denounce with righteous indignation and dislike
|
|
17
17
|
men who are so beguiled and demoralized by the charms of pleasure of
|
|
18
18
|
the moment, so blinded by desire, that they cannot foresee the pain
|
|
@@ -28,14 +28,14 @@ const LONG_DESCRIPTION = `On the other hand, we denounce with righteous indignat
|
|
|
28
28
|
always holds in these matters to this principle of selection: he
|
|
29
29
|
rejects pleasures to secure other greater pleasures, or else he
|
|
30
30
|
endures pains to avoid worse pains.
|
|
31
|
-
|
|
31
|
+
`
|
|
32
32
|
|
|
33
33
|
export function Default() {
|
|
34
|
-
const shortDescription = boolean(
|
|
34
|
+
const shortDescription = boolean('shortDescription', true)
|
|
35
35
|
|
|
36
36
|
const onNextStep = () => {
|
|
37
|
-
console.log(
|
|
38
|
-
}
|
|
37
|
+
console.log('onNextStep')
|
|
38
|
+
}
|
|
39
39
|
|
|
40
40
|
return (
|
|
41
41
|
<div>
|
|
@@ -45,22 +45,22 @@ export function Default() {
|
|
|
45
45
|
date="12/1/2023"
|
|
46
46
|
eventImages={[
|
|
47
47
|
{
|
|
48
|
-
hash:
|
|
48
|
+
hash: '1b2cf52f814b92d9',
|
|
49
49
|
id: 1,
|
|
50
|
-
imageType:
|
|
50
|
+
imageType: 'image',
|
|
51
51
|
imageableId: 2,
|
|
52
|
-
imageableType:
|
|
52
|
+
imageableType: 'imageable_type',
|
|
53
53
|
path: imageSrc,
|
|
54
54
|
url: imageSrc,
|
|
55
55
|
} as Image,
|
|
56
56
|
]}
|
|
57
57
|
providerImages={[
|
|
58
58
|
{
|
|
59
|
-
hash:
|
|
59
|
+
hash: '1b2cf52f814b92d9',
|
|
60
60
|
id: 1,
|
|
61
|
-
imageType:
|
|
61
|
+
imageType: 'image',
|
|
62
62
|
imageableId: 2,
|
|
63
|
-
imageableType:
|
|
63
|
+
imageableType: 'imageable_type',
|
|
64
64
|
path: imageSrc,
|
|
65
65
|
url: imageSrc,
|
|
66
66
|
} as Image,
|
|
@@ -70,5 +70,5 @@ export function Default() {
|
|
|
70
70
|
onPrevStep={() => {}}
|
|
71
71
|
/>
|
|
72
72
|
</div>
|
|
73
|
-
)
|
|
73
|
+
)
|
|
74
74
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { CSSProperties, useState } from
|
|
2
|
-
import { useTranslation } from
|
|
3
|
-
import clsx from
|
|
4
|
-
import { Image as ImageType } from
|
|
5
|
-
import MediaService from
|
|
6
|
-
import { TextExpand } from
|
|
7
|
-
import { TipTapEditor } from
|
|
8
|
-
import { NavigationFooter } from
|
|
1
|
+
import { CSSProperties, useState } from 'react'
|
|
2
|
+
import { useTranslation } from 'react-i18next'
|
|
3
|
+
import clsx from 'clsx'
|
|
4
|
+
import { Image as ImageType } from '@licklist/core/dist/DataMapper/Media/ImageDataMapper'
|
|
5
|
+
import MediaService from '@licklist/plugins/dist/services/Media/MediaService'
|
|
6
|
+
import { TextExpand } from '../../../static'
|
|
7
|
+
import { TipTapEditor } from '../../../tiptap-editor/TipTapEditor'
|
|
8
|
+
import { NavigationFooter } from '../../order-process/components/NavigationFooter'
|
|
9
9
|
|
|
10
|
-
const DESCRIPTION_MAX_LENGTH = 120
|
|
10
|
+
const DESCRIPTION_MAX_LENGTH = 120
|
|
11
11
|
|
|
12
12
|
export interface EventDescriptionProps {
|
|
13
|
-
title: string
|
|
14
|
-
date: string
|
|
15
|
-
description: string
|
|
16
|
-
providerName?: string
|
|
17
|
-
eventImages?: ImageType[] | null
|
|
18
|
-
providerImages?: ImageType[] | null
|
|
19
|
-
onNextStep: () => void
|
|
20
|
-
onPrevStep: () => void
|
|
13
|
+
title: string
|
|
14
|
+
date: string
|
|
15
|
+
description: string
|
|
16
|
+
providerName?: string
|
|
17
|
+
eventImages?: ImageType[] | null
|
|
18
|
+
providerImages?: ImageType[] | null
|
|
19
|
+
onNextStep: () => void
|
|
20
|
+
onPrevStep: () => void
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
export function EventDescription({
|
|
@@ -30,29 +30,29 @@ export function EventDescription({
|
|
|
30
30
|
providerImages,
|
|
31
31
|
providerName,
|
|
32
32
|
}: EventDescriptionProps) {
|
|
33
|
-
const { t } = useTranslation(
|
|
33
|
+
const { t } = useTranslation('Design')
|
|
34
34
|
|
|
35
|
-
const [isDescriptionExpanded, setIsDescriptionExpanded] = useState(false)
|
|
35
|
+
const [isDescriptionExpanded, setIsDescriptionExpanded] = useState(false)
|
|
36
36
|
|
|
37
|
-
const longDescription = description.length > DESCRIPTION_MAX_LENGTH
|
|
37
|
+
const longDescription = description.length > DESCRIPTION_MAX_LENGTH
|
|
38
38
|
|
|
39
|
-
const minDescriptionHeight = longDescription ?
|
|
39
|
+
const minDescriptionHeight = longDescription ? '8rem' : '100%'
|
|
40
40
|
|
|
41
41
|
const descriptionWrapperStyle = {
|
|
42
|
-
|
|
43
|
-
?
|
|
42
|
+
'--description-wrapper-height': isDescriptionExpanded
|
|
43
|
+
? 'inherit'
|
|
44
44
|
: minDescriptionHeight,
|
|
45
|
-
} as CSSProperties
|
|
45
|
+
} as CSSProperties
|
|
46
46
|
|
|
47
|
-
const eventImageSrc = MediaService.getImageSrc(eventImages)
|
|
48
|
-
const providerImageSrc = MediaService.getImageSrc(providerImages)
|
|
47
|
+
const eventImageSrc = MediaService.getImageSrc(eventImages)
|
|
48
|
+
const providerImageSrc = MediaService.getImageSrc(providerImages)
|
|
49
49
|
|
|
50
50
|
return (
|
|
51
51
|
<>
|
|
52
52
|
<div className="iframe-event pb-5 event-description">
|
|
53
53
|
<div className="iframe-event__header pb-5">
|
|
54
54
|
<div
|
|
55
|
-
className={clsx(
|
|
55
|
+
className={clsx('event-image-wrapper', !eventImageSrc && 'empty')}
|
|
56
56
|
style={
|
|
57
57
|
eventImageSrc
|
|
58
58
|
? { backgroundImage: `url("${eventImageSrc}")` }
|
|
@@ -81,9 +81,9 @@ export function EventDescription({
|
|
|
81
81
|
{!!description && (
|
|
82
82
|
<div
|
|
83
83
|
className={clsx(
|
|
84
|
-
|
|
85
|
-
longDescription &&
|
|
86
|
-
!longDescription &&
|
|
84
|
+
'iframe-event__description-wrapper p-5',
|
|
85
|
+
longDescription && 'mb-5',
|
|
86
|
+
!longDescription && 'short-description',
|
|
87
87
|
)}
|
|
88
88
|
style={descriptionWrapperStyle}
|
|
89
89
|
>
|
|
@@ -104,8 +104,8 @@ export function EventDescription({
|
|
|
104
104
|
<NavigationFooter
|
|
105
105
|
onPrevStep={onPrevStep}
|
|
106
106
|
onNextStep={onNextStep}
|
|
107
|
-
nextButtonLabel={t(
|
|
107
|
+
nextButtonLabel={t('bookNow')}
|
|
108
108
|
/>
|
|
109
109
|
</>
|
|
110
|
-
)
|
|
110
|
+
)
|
|
111
111
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { EventDescription } from
|
|
1
|
+
export { EventDescription } from './EventDescription'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Meta } from
|
|
2
|
-
import { EventNavigationFooter } from
|
|
1
|
+
import { Meta } from '@storybook/react'
|
|
2
|
+
import { EventNavigationFooter } from './EventNavigationFooter'
|
|
3
3
|
|
|
4
4
|
export default {
|
|
5
|
-
title:
|
|
5
|
+
title: 'Iframe/Event/Footer',
|
|
6
6
|
component: EventNavigationFooter,
|
|
7
|
-
} as Meta
|
|
7
|
+
} as Meta
|
|
8
8
|
|
|
9
9
|
export function Default() {
|
|
10
|
-
return <EventNavigationFooter amount={3} activeElement={3}
|
|
10
|
+
return <EventNavigationFooter amount={3} activeElement={3} />
|
|
11
11
|
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { useTranslation } from
|
|
2
|
-
import Button from
|
|
3
|
-
import RouteService from
|
|
4
|
-
import { FaArrowLeft, FaArrowRight } from
|
|
1
|
+
import { useTranslation } from 'react-i18next'
|
|
2
|
+
import Button from 'react-bootstrap/Button'
|
|
3
|
+
import RouteService from '@licklist/plugins/dist/services/Route/RouteService'
|
|
4
|
+
import { FaArrowLeft, FaArrowRight } from 'react-icons/fa'
|
|
5
5
|
|
|
6
6
|
interface PaginationDotsProps {
|
|
7
|
-
amount: number
|
|
8
|
-
activeElement: number
|
|
7
|
+
amount: number
|
|
8
|
+
activeElement: number
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
interface EventNavigationFooterProps {
|
|
12
|
-
amount: number
|
|
13
|
-
activeElement: number
|
|
14
|
-
onPrevClick: () => void
|
|
15
|
-
onNextClick: () => void
|
|
16
|
-
isBuyNowDisabled?: boolean
|
|
17
|
-
onPrevStep?: () => void
|
|
12
|
+
amount: number
|
|
13
|
+
activeElement: number
|
|
14
|
+
onPrevClick: () => void
|
|
15
|
+
onNextClick: () => void
|
|
16
|
+
isBuyNowDisabled?: boolean
|
|
17
|
+
onPrevStep?: () => void
|
|
18
18
|
// @TODO: remove this
|
|
19
|
-
onSubmit?: () => void
|
|
19
|
+
onSubmit?: () => void
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
export function EventNavigationFooter({
|
|
@@ -28,25 +28,25 @@ export function EventNavigationFooter({
|
|
|
28
28
|
onSubmit,
|
|
29
29
|
onPrevStep,
|
|
30
30
|
}: EventNavigationFooterProps) {
|
|
31
|
-
const { t } = useTranslation(
|
|
31
|
+
const { t } = useTranslation('Design')
|
|
32
32
|
|
|
33
33
|
// @TODO remove and adjust components that uses old interface
|
|
34
34
|
// used onSubmit for old cases
|
|
35
|
-
const submitButtonProps = onSubmit ? { onSubmit } : { type:
|
|
35
|
+
const submitButtonProps = onSubmit ? { onSubmit } : { type: 'submit' }
|
|
36
36
|
|
|
37
37
|
const onPrevButtonClick = () => {
|
|
38
38
|
if (activeElement === 1) {
|
|
39
39
|
if (onPrevStep) {
|
|
40
|
-
onPrevStep()
|
|
40
|
+
onPrevStep()
|
|
41
41
|
} else {
|
|
42
|
-
RouteService.goBack()
|
|
42
|
+
RouteService.goBack()
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
return
|
|
45
|
+
return
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
onPrevClick()
|
|
49
|
-
}
|
|
48
|
+
onPrevClick()
|
|
49
|
+
}
|
|
50
50
|
|
|
51
51
|
return (
|
|
52
52
|
<>
|
|
@@ -66,33 +66,33 @@ export function EventNavigationFooter({
|
|
|
66
66
|
disabled={isBuyNowDisabled}
|
|
67
67
|
{...submitButtonProps}
|
|
68
68
|
>
|
|
69
|
-
{t(
|
|
69
|
+
{t('continue')}
|
|
70
70
|
<FaArrowRight size={16} className="ml-2" />
|
|
71
71
|
</Button>
|
|
72
72
|
) : (
|
|
73
73
|
<Button className="m-0" onClick={onNextClick}>
|
|
74
|
-
{t(
|
|
74
|
+
{t('next')}
|
|
75
75
|
<FaArrowRight size={16} className="ml-2" />
|
|
76
76
|
</Button>
|
|
77
77
|
)}
|
|
78
78
|
</>
|
|
79
|
-
)
|
|
79
|
+
)
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
function PaginationDots({ amount, activeElement }: PaginationDotsProps) {
|
|
83
83
|
return (
|
|
84
84
|
<div className="pagination-dots">
|
|
85
85
|
{new Array(amount)
|
|
86
|
-
.fill(
|
|
86
|
+
.fill('')
|
|
87
87
|
.map((_, i) => i + 1)
|
|
88
88
|
.map((key, i) => {
|
|
89
89
|
const dotClassName =
|
|
90
90
|
i === activeElement - 1
|
|
91
|
-
?
|
|
92
|
-
:
|
|
91
|
+
? 'pagination-dot pagination-dot--active'
|
|
92
|
+
: 'pagination-dot'
|
|
93
93
|
|
|
94
|
-
return <div key={key} className={dotClassName}
|
|
94
|
+
return <div key={key} className={dotClassName} />
|
|
95
95
|
})}
|
|
96
96
|
</div>
|
|
97
|
-
)
|
|
97
|
+
)
|
|
98
98
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { EventNavigationFooter } from
|
|
1
|
+
export { EventNavigationFooter } from './EventNavigationFooter'
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { Meta } from
|
|
2
|
-
import { EventOrderShortSummary } from
|
|
1
|
+
import { Meta } from '@storybook/react'
|
|
2
|
+
import { EventOrderShortSummary } from './EventOrderShortSummary'
|
|
3
3
|
|
|
4
4
|
export default {
|
|
5
|
-
title:
|
|
5
|
+
title: 'Iframe/Event/Order Short Summary',
|
|
6
6
|
component: EventOrderShortSummary,
|
|
7
|
-
} as Meta
|
|
7
|
+
} as Meta
|
|
8
8
|
|
|
9
9
|
const IMAGE =
|
|
10
|
-
"data:image/png;base64,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";
|
|
10
|
+
'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAgAElEQVR4Ae1dCbhcRZU+/fKSQDCyyIgiCAiMKAy4M0FBRpAZZZUdWQRFBERxYTHggsPyyTaiMMqiJGyyiYKCgiC7CA4CCnyyCIJsgqxJCARIer7/nPqr6t6+3e+9pPvl9su573td9/5VderUqVN166+6fbvx8syHmoLDPvU0fjQaIs1SBLFGSIXoYWOhnEJexwT2UDvmNi1hiGJT0H6OmcF6aJfGnJkPU3xonTzIW424Y0VvHi27sJm8d4iOKLndcd4buww2y3cILbdRGNSaYXjjQJeGMiqJkA1YF8y0RU1MM3bspvQjlqya6uFY7nO9scsgjIwZEo5UnHUJAM0G0YSh97ALaWzQrROGHEFCzNsrzLpG0lvrqPXrYyzYWBuJbeJYupmrLUL7dtEuA7wz8UYCJ+efdRvrDGXM4gxluk6YxgX9ma5nWBNdJPtHuf2OYVCK9gt1c0ybuZd2acyZUeIgsD2OQi/sgIWomJ7XuYwcG41z6p6X5VhqU7dLboGOdrE7SBxs4xBlAzDEpO6ZYUX5esWOlUcVMMjmPxPxOis3plkALNdZi2oW69HXGG3HEHXjOUPH1Ne6YJdBTK0gh/zAnJiGZgm5swbMMjGhhR0xRiqBCcX0EENHU/H4wBHK6lssVEMD1s0xHU+jGbpvl0ZhHyT4LstTXtIGQ5rgcubswQ87YhSc5+0Fhv48HH36KJ2aieNUqJtjwXl6aJcBFJHb266A5CivEwZ6jjQWmqJDYqEihXQ9wCg/1kUHlrwO2AA17WMa1KfWmGlKS/MqbxHH2Ma0BL3brDQ/tnKSnqxmvocO65jbIPiBk3TrFuETt5BwS4t43bCoWKazYy2DGjlowTQ6RSggYdrQFnOSTkPqPgnshNtHMGStsLwNqZ9jaKp0dN8ug/qcIUqAM2SEXMvV20xiGQkzlVLeNC2pBQb1+HhA8HfV2DG3ywh9YxDLu+gC1hG1R5gvFZZ+bVJuvmbpdZQNFJ0yhsZUdCjNOp6Vi75pZRf8eT4xytLS8LiM9t9UNwD9huGZudQKZkfH8LB5b+0yYEZHISzIjI9PDLjp/mG4DsJc/1WoaYP1UBgqAnl5uh5hpim6AI6gXzjvV6xhjWHqa/dG+2S3fMdsaqx+2z27NObo90HYTdBJ7Dy0RJsgG41jiqEwOiwysIxeYZRP5YbSrV/SUU8PR8sCg80mpzrmrGlHHSrA0XInJhZ6aCFqKIyy8nS9wqAnCVveWfoZo0sEm9F0CjsWfbXLdnGSrnPG0ljgmJN5vRc0xEk6p3s1J+69JqN6z+0x4e3HMpykxylkvcm8E/KFsyjhJF3n8PyoO5mnnh6OlgWcpPcNmadLOCHvFSEvrkmZnZ2kOyF3Qo6xp40fOEl3ks5bU893pVFQvy02OEl3kh73unwhoHUhYIgXx8XBxU/cAoukBdq8OK6/bQF6lT/OktamLAa77P2G5U848HEgx9iS5q+9sMsgyInydTxEGIiK8fdiJylj5Wu6ZOHpk2yD2sowgHl7iVEPrV3oDf2MWY+2dyXHr6lovRxTv2027dVncMQu2mUwSIuuzF5ozmvPLpUxnauGx+RVH30q19yeaZWMaYfLH4AMnprlTeV3MZ32dejD6bVtk5ve/Ymp5fInoekHjhWfEO+yXZykO0nniOGPz+M2gUE9jK0YvJ2k233GP90ClRZwkh6Hi3oTdyfkGM8x0bQjTuV7jDlJzw0eKBKbQRuhJlg3iadWWevlBH8ogu8knY8YaK+oL5lXf3ZC3lNCjoGjbGcn6fEW7Y+7lwkqHGZRx5ykhymWB26BKgs4SXeSHl/UsTBIMJyyzuU6SQ/DRp0IeZUuTtJJEEZ3YcFJupP0OLMoE1Qb3UvvMqOfLiILBk7SnaQHl3dCjgGhvCjhJD2On37iFmi1gJN0J+lO0vVRXXsAq7xg4CQ9DBpVxLhOmJN0kh8n6bSEhuqk6sRKIYeH+ePuOiZywuDku3WHHLYZjl2cpDtJD67SSlDhRGXSuqhhTtI5zHroFqiwgJN0J+lO0p2k25Qcc04cdSLfw9XFSTpJg5N0WkJDJ+lcfly0d7QxsA2HVHc7nZN0J+nB9ZyQ6+zCv5MOM/jhFhieBZykO0l3kk5eqvdSMlXjqoPoR/k8n2+nsmQ669OuhplwjvHNKGlrvijF+mfCcJ2kWWyvMMpFmGtg+vcnZlqbtVkPx9jCvbPLgA6gWBjAH14JBM9nqOWHr6KWMObTjaSQrhNmbwNEGfYyOqTtFabqhHqoTqFrs259ibEO6PKsm2Nx2MZA2Au7DNqdIDgtPCsYXUd77TjtME2sHQuKpVHNOlsZQ2p0pjxdrzDTgHcKdHDU0kYZu6P0IaY2hvZZPRzTwdxmPT2yy5yZD5d91jzfP90CbgFxkm7zrewOA6+w+2q66yx8zMZH81jyKsfYQr2zi5N0s23tybxNGK1LpFt+mnI5hs7Co3t2cZJOwqs3DTNxJHt1wkLzo+mjfo5FztwruzhJj0vBNSfuTsh7T8gxtS7b2Uk6b8seugVaLeAkvYaEnNTTlgrs0wk5rWJOjCkVjl7bxUl6GDRocDO6gXXCnKSjTdAio7tQ4SQdAxH/SXp5rYNUTYg7dXOSrt1ktBYqnKQ7Sdeup3fLMkHFyLGoY07SwxzLA7dAhQWcpAeyR7qns6oaYr0mo/ANL6PVBk7Sw6hRJ0JepcvCIKhmmtEnxnUq10l6HQl51eKAk/Se75rbxCEsyoTFECfpTtKdpHf6CoGT9DDH8sAtUGEBJ+k1JOSkivmCgRNoWsW8mDyt13Zxkh5GDRocl3xsuk6Yk3S0zOgvGDhJd5Luj893eDrBSbqTdCfpTtLDPMoDt8AILeAk3Um6zuzhN70mvP1YhpP0MKLUiZBX6bIwCKqZZvSJcZ3KHeQA2sTvXtvDm6ofuKv9FDbftajREbOr0GyaF2s/XJhsiMlLmK4MNcPL6UK6XmGqFZ5CbTalMTAQ3otF7Wh+C1Eh1RWX4be/8Si16tYGGxgY0MxWW5PDc4ZAec5wQTHmb86bZ/qpvva+MdQzP/IykR4ZtOOxbsyb2Yf5Y95mU+bNM0tU5g0Ow3Y0/ZITUacojwVkttG6UJcO8qrKGA1sTJP0ec2m7LvvwfL0089mTVM8/fAGU2S/z++hE4zhvGDuvvsekEO+/p3Y6YrSRudq3312l//YcD3tgRi+Zs2cJZ/57FdTRy+pgfptsMGU+GUjOjsEnHTSj+W6628u5bDL5ZdfTr733cNlpC9mg9yLfnaZnHf+JZVyCU5+3RLyvRMOl8mTlxhxGegcrMdI9RtJ3kG1ctajqTx7PUPgPGdomF0NjZnkYrreYMF0ct11N8m1197U0ZkfeOAh2WXnbWSppV5vysQZudWOGlLv2bNflrvuvlcG9Bs7IcsoBrjbPf/8C6FEdRF57bW5cvfd91Z2EEs/I7SdpWedED762BOat6oKL744W2G2MG1A+6YQySi7IVdf8zs57LDjZC7uXG2OxRdfTE495TiZPPl1mmKkZQxXlwVNNwADjrV/nSo1RM448wK0W8fjpZdelvMvsJEOdtC8GGL0P0y/FA/YEPI6FtbNSFU1mx4OIZttbPWy6ecQWWJ0Vd4qDBluu/0uOeDAb3fsHOPHj5fjjztM3vuef1M7UxbCXD/iCxPTiSv6vv2hijyjJyBsxfIcZkkizJdkMYZyeI2wFxhk3n3XvfKHP9yu8qEJfZ7nMWw05Cfn/lxefnlOSGvvD0Z6yOF/zG8RbeWFaI1nGd3EVK1QH7MdEQvzsniOGLYKMMOJ8LoYDpWXuaO8RkMeePBh2e8LU+UltWW1vIFxA3LEEQfLhh+eEseivB5RnvpcqhN1bim3x+nG5k56Q2T6mRfo1IoGzZ2kjD311NNy+RXX2I4ynAkJ+E93itfWaJ3k5XH5ebncPC4/r0qH+NxpzeMLCJLoAbRCXRvmYkTKm5c3krw60AV5Tz75T9lr7wPluedfiJ0RyuTysIx86NT9ZfNNP6oR0c60MTQs6ZeXQQuMJhZ/gi3VClVCVcLPHkSTlzE2Rp6uPYYYI8F5c/QGe+zxf6jDmzb2WSy1iEGv6dPPl7lz5+KHAK3umiS8TK6AFfPaVe+x6DehQL3GilSJC5XTUT9Nl9WjlE2TjSRvLm/mjFnyub0PlMcf/0c2nhc7KaZLX9r/s7LTjltZdyjpkssr1G0hpxuTJB1Tptdee63QWHSUduG99z8gN//hdvnglPelsSKe2WQQeQcGGrL4YhM7Ev9yGa+88qrMa0NY0TknTpxQztL2GtP0cePGhfikV9sMMSVO8vRww+EdlrKYl9grc16Rz39hqtx334NtbYIhZ489dpS9PrurFsi8SQPKZohkPGe4cLAxt5M+Y+Ysueiiy6J5h+cCZvzTTz9X1kMHibMPNK2NhPxcc823y43Xg9Sn5u1UBkbqg6YeKVf/9obKZKuttrKc+5OTpRn2GyoTlcCJE8frbMO0K0W2uVQCnLkd8todvU2GDK7Ki+i5c+fJ1w45Um699U9tZaGcrbfeVA74yt5q11xnun6dsbG1k94QueSSy+WFF2YokYAL08HV55tNWXbZZXRfBM7BfkBXv+WW2wT7HP+6+qrqHmxAXDDtuIFxMmnSJO0exFrKCd0H8eggg+NsE0+vM1nIh03HJSYtrh2kkzzowJem2ZkhqRaqcrG+BukndWQZeQfP9WK6LGusa54XTn30MSfJ5ZeDu5kWeV49bzZlk002lMO++VVpNAaCDWFV6xK5vLpiY4qkv/rqq3LW2RfFzoFGRkPxWGaZpeS4Y79VGO0YjxAcZPoZ5yeiqJHWjDpnx/V8YCxfs4aLeJ68pHO5mXtFXWK3ZQkWQmRUNYuCa7bmzYeBNKBE/aK+KS9knHra2XL2ORcVbJmXiy4wZcr75JjvHCrjxw22lFulSx2xMUXSr/rtDfLoo48XOkX0j2ZTtt9+S1n3A++Wtdd+p8ItTtBoyK9/fY1gVcviqkj6CLGoQDoplMuLjIzCTXX6k2FwyrZENomu7BiIrspr2VIPhSpUJxPZkvenF10mJ57440LnyPNC4tprryknfu8ImTBxYmHho2M9hlvfUUw3wLFGe280r10hDn95moSZCRlvYSeMccn0bAyGiOE5w+FiaBSM/lFAKkbPJk6cKDvusKWe77brtpW7zoicM2eOnHPuz0NuakE7AB4pFkS1C6J/Dl2GlVxMR23aiSdeldfihpaQ57362t/Jfx9+fFv7oTqrrbqynPKDo2WJJWwqWvQZekpVPeqHjZmd9D/e+ie58857Ksk5Gu2jG68vy71xWZ1DbLTR+oLnjKoOjNwXXHCJYIcdO1lKULMd3hFjVYXkGP1ziDKgB/91ZtW1nfTYQ3OtCuck6Xf86W454IBv66MthQTZxQpvebOcdupxsuSSk6O+ZkMjX6xDv2BjYyd9oKEbg1wNQZOz2RHiuanddts+7txOnDBBdth+S2vA0Lh5+uefnyEXX3K5MexwB00y4dH2PzwseY+WkZ6mSBF6ZkTX9KguI/alWD+OxkmU5bf68xyxVXmZi+nykOeat9GQB//2d9l3v6/pEweMQ5jObQEEneNNy/1LtFFVuf2EjQmS/vBDj+oDcskN0hkaY5111pS11nx7RhRFttlmU5k0afHoOGw0OsRZZ10or2HjMLhAJLea0NxiuBi10ayhoLw8OmpHedSjkmhTgoXQDvLLZegEJkbQtYvpqvI++dTTuhH4/HMzYkHldK+f/Do55eRjZOWVVrA0WriVUVVuv2B9T9Jh6DPOulCazXnRIXLHwK18j913UEKJO4zFNeUNyywtm2320bDgGNs9ynjwoUfkuut+30KW0WHKBLojpqKTM+Iy1y+WnBHPKnkdyW0UUt0xEN2epKfM0Kus24xZL8re+xwkjz72j5iwnG6xxSbKyT88Rt6xxuo6oNDOHXXO6lvndH1P0p999nnd+0BHKbqhtecKK7xZ8J0PHEhjh4V4zB3r81UHpmXTpp9nHERzFvOatOFgVdKrMB1TQ0SSm+tsaDEdU1ZJzLGqvBbfXgKeRvjiFw+Ve+79a7RcLhPng4Pj5IQTDpd3v2utEFWlX/9ifb2TjpH8wosuldmzX9JRvdzUuHt8cqdPyIQJ2HnmpADtaGxl9dVW0Z3zm276v3K76/Vtt90pd951j6y91hrZ2Gp56XCWsQOm86ZK8UWwQr+8DCvBsrDT5FhRWOuVkuJskEBevRNWDiuW/9FHn5BHdNm8bFmLHzduQI468hDZ4EPrhoHE8Cr9+hXra5L+0ssvy7nn/iw0NNzeDoT4n7TEJNlqq49Z3wh3GEuDBrdG33WXbQXfPCznhSSg06adp2SdMi2f5R8eFpQKOpncpGuKrStJNzulupru6FxTp+4vm226cbSvpbR4sye7Rf9ifUvS4d9XXHGtPPnk08nHCmdN2XKL/5Sll1oyuqYO5ubbhjVFNlh/XXnbKm8tTCHY0Gjeq6+5Ub9115IXXYyyNENwiQqMalEurvPzGF+RN5YRujB0KmPMzxCaUBQxhO3y5rpU5a3CVl99Fdlu281NvAoI9a/Qr6rcfsH6lqTj65zTpuOxkNS8PEOIBth15220I2iajBRiPCOGcOedt45TBMqgY73y6qty5lkX6qXFpbw6TdGYDhgFZWGhDPOrwm5zrh/LQDWriLZiJdkF+SGuKm+WTU+Rr5y3HXbvvQ/I1KlH6jcHNU0n/TLbd6xHDdP1LUn//e9vlfvvfzBOjdDC9DU41frrryurvO2tWZPrmBV8gm5g4VZb/Ff2nfSi2yDXxRdfLjNmzGzJizg7UtiKFeW1v6rWL5dnpRTTseT2cnMNi3mHygPegr+qAwPLZb+6Sr512LHhUX5qWiyjvc79ka4vd9LRYLrCFJdtrQmjszRFdtllWxG8M2AYu+F4JMK4SrUzzJw5SxcDtJRhyFOfYroq78oxKr3QdtJzZYrnb3zjsrLySit27CT4asHRx/6vdhLtUFk9eK0LBDBttvvfL1hfknQsO958y206jcpdmuerrbaKfHC994exDx5o/6GN4jVwxZoin9xpa13tSmnSHQmT/nPO+Vl4xGIY8tTPmC45HfXLywhKqk4JZ94icQeKI09HLERFcSmNxTBdwomkeiIOB9Ng4DjttONl+TcvFzHGx7DRkDPPvFC+f9Lpmpe4yeJdJcm0ya8lZTl1xvqSpKNB+EKz2CrhBCMT9jewj0Eym4f5OfoNrvG/YmG/xIQlFxJ54okn5fLfXGN9LbghZdlMK7gEMvE/umurvFw269BRHsusIMHMzxCaRBUIKpZskrpFqFJIV867wvJvkh+d9j+y7BuWtmpWpMN065RTz5STTz1buV2sRweddYIVlQy2q6jbwk7Xdy+O++c/n5FLL7sqNlbuaGrvgQG9u9zx57tzH8jcpP3ps3jfFKYI2sIpnZbRaMgZZ1wgH//YRuGdWDY7tzEy7SmYgyEHsSSHZ7nOxOy78HDWPG9WBkhwuGfGMgIWZYSOkV/zHCQd96M8L+MYVuoloo+PnHbq8bL7HvsrF6tKB+knnvgjWXyxCbL7p3aw9umgc1mXdnVb2OkGTTEbRWg+GqxTaIZGimSuTlhKZX6L65FiSI9H0fHFKF2FCtOBgpxmU6644ppOqneMo9yqRHfddY9+vfQD739XGI+ZihqYextKjGmGCqvytmJsr/kpY77zNhqyxttX1WetPrPnV3Rjtl1tjj3uh7L4pMVlh+22iC1cVW6/YAMNJVXKnuy72OEaOKYrxfiEEc/TdcKMlLEcC0eK4U1/eBQdTozOWD6IIeQ503QFC4+fqMxoN07arU56B2JhSFNxMFqj2I+GkFduC1QwYlkZLLFQBlw1ykdGy8tseR5gVXlR1jprv1NOPPEowbNX5XSUgU3Xww//rvzi0t9omqpy+wkbsIrB4dhSqJdd2/hFPGGWFrj9I91QGNMkmThLMsuyyukw7fnFpVfKc8/xtZtq/8oPapw39AJjwQNuuPEWfUEabWR3XTiV2QJhETMV2+mSKmC2KObNMdbAyqq62wcVWwaHVMYC5m2KTFn3PXLsMd+U8eP1dQYqulwu9qgOPfQ7csWV18XparJL53rULV0k6TBdU9vY3s6NaTgaoYlXfOAikFltGMVi/zCHGAJT2VGe5R0Jhgfnzgwvg8sbvOocDWbuaiHSLDBmJpC5r83VVRvag7axEoI/BHsRQ/nUp6xL7s1KfUp5IxYS6rDCdsozhzJoj7y8hJGkI5ZunYailC7ZLWGWF7k2+siH5Mgjp8o4vBm+Tbn4fv9BBx0u199wS0bcU7lV9agj1hc76TAr3kD+0EOPsL20YXCBOB48Z0gcYbcwTO8uvexKefqZ53RgMLkLsJNOJbNdZDivcqEMQ0ep2g1f8J10dpRiJ6ZaCMvlQr/NPr6xHHbYATEZ7FC2Mbjil778DblFXwEb5Heqx3DrO4rpBjg1sHEE9WVVO4etZsV0gEfKSyw33kgxzH9Pn3ZuawvE+XL6OirSduuftSmHeHr4vPMuDitOiGXtdAwMyYmVc5euY7KqvK0Y2gt/djAsyWxz2c28aMNtt95UDjpovzalGYz39O73hUPk9jvuCulM5ypd6ogNKmEqqY5LVANGyJtgQbBcFmUOF/vznX+RO+64u6BNnhdr9N/4BkYzoN05nnrqGTnqqBNUGKVSb4zuF1z4C9lzz0/KYhOMsBbLZsrWJWMILMjjRST0Wd5YFeM1iGFytAymu0zNpIgvprMYtHNLXp2/mUzmYUh5CCvzBl123207mTXrRfnBD6ZpFpZBOQhnvThb9t7nYJk27QR55xqrd5QXtI11o7y8vqOJDaIwjEgWsmhe00wpNq84Y4eDDScN5LWka+CxkvNlXhPPjSC2dDSbsuOOn5BNNl5fW9o0pSPZmDQ/GHznV7+6Su64485on2QdEezH/PKXV8p2224WyrVx3dKw3DTW53lZR8VilczmEGbtUZSXLGMprIaUZDZhGQxLltJL61JIEQsOeFHG0HmtFPTrz+/zKZk9e7ZMn35elEsdGOKNl3vtdYCcMf37surbVrJHgAqtHeTVDMtYVj1JOr60c/XVN2bTimLT4TsfeCEyDpJ+nEdyq35gxh8RJiK7775DXLWFGP5rYXjEAl/11cK0dMJxUcOcWOFCXuSJsky1tnmjzmH8R7cpY1ZC0eWjfEZqmdV5y2nL1xBRVW6O4dWi22HvA1sDoX4smtf49if2Uf6OL2GFRR+rTGifirrlZdCeo4nVnqSfdfZP5dXXXlVbw9A8cI5Jw5abbyLLLL0U4RZyi1RlwjscDAI/suF6stJKK2iDxwLCCcq//69/k+vDz5e1LaOcseQ8MTojnlX6waHKZDliUUjW8TIMp1V5S0laHJvxVXnLGF7q/c2vf1k233yTwlcH8jaDPLyU79Of/pI8/sRTto8De3SqW2aXhZGu1iR95swX9bfuMGLgyAZbvR4/OF52+9T2EU+NoWOMpknj6sixwcFBwTcOQfqrDjzvhV+xSrFVZVTlzLCodFXeVswmYMzEMJPX4bTbecvyBsaNkyMOP1g23mj9tjaDevh5CtxJ0m9HWj3K8pB2YWO13UmHyS786S8Fu+fJAVPr4+6x4YbrycpvXSHuEqsjl3aMNfMCYFtsvokstdSSLTpAJ/zffPMf5S9/uV+nFjYfs53qWG5SOZ4xrwKsXNQxCI7Xaee77Q50lJwGkUIZGKUr5DFbVCEAw8lbJQ/Y+MFBff/xlH9/r97hITKXh3N0+4cefkT23Our8tzz9iqhdvJym6J9RztdbXfSX3nlFTnnJ8WXI7NBEWJK8+k9dgoege5koy1GHJwj5LrNgmD4kUkj4iaNzmRjHopvht9CbFeuaZ07ScqrqoZqDaUzc6FM1i1hEELdGAbBhaDbeavkTZgwQU78/pHyrnXWim3Qql9D7rv/QfncPgcKCLxxkeq6VZUxWlj8nXT0VJBcuBkOfOqI3AazFGZ7puuEaaOVyuiE/fnOe2TppZeSZZZZ2gopfa6y8oqyztrv0J1+6kx5WgvMa0NddBQKBHCkGOq2006f0CeEtZ4lPXD52KNP6FOur5882ebTpXJXXPEt+uK6iqzKcShX59ilvBHDHSAMA0ii9QgYXr2D3y2hnHI5/AVftVMhb0PwqlC8VK/qwPdAeLTmVStrk+e6MB0WT07+4dFy8NeOkGeeeY5iWkL8LgpmCp/ZYyfzvYJ+ncuoKrfbWGPOzIfMr4LqHJMAaifJBrkiZikxgqZ0nbCh5JkCLANC272zCinVGcLavpVqI2jSIBhXx1XT0GTbObUZHibSGKh+fxZbvKm/IGV3GeuwrAn2QgZsoYCJ8xB1UEevzpvrB0unewfrZKV10g+6mZxiGSpPvzdjVsvV0vNm0753o4NkRd5wf2B9q/TrWPdQIOqP/+q6zV+5VbrMF/byzIdtdVRv0SYCemfNqx2gjOG66GpW23aYxZpc5u0VRrljLUSb4Mjd2bHe+lRf7KSzs+bOMRRWdCW6UVmCpUouV990GEc5+LBujtk9p5d2qf9OeulOlbt03kno+sTM1XlT5SQAqfoTS/drq4GNm8k1UvdxrJu2qi1JzxcM1NlHQPBhoEhutU9Yt+lrrANJ1+5fM3KrHXYM6Nx330nnHUTvGBXfLNQd7RJ5HBNY6AAFIuuY3iw4JwjDYHcxJ+l5l6v3uU0bbQJBTR1zkh5X1PSuETzDRgu7wKwbR44ZkscYktyLrgW8/umckPeekMMPynZ2kq79hjfp+pJ568TWqZ2Qj95ChZN0klt0FCWVNSX4Y4Dw9iNxd5KuEyxbGq01mXdCrjdR3uttOq1b/HHhvieYk3Ryk/qHZE1kTHrTC2o7lphkN+3iO+nqYHQvuiDAemFl8gj9HOu9DZykawfhjdtJOhdNfSHAFgKcpDtJj8urilYAAAQWSURBVHN7W6TAZZrbL+qYk3Qn6WH/KHUKm7gUO8oiizlJ1zlWX3yQIZEdQWnHemsDJ+naNehydDeA9cKckPeekKPNy3Z2kq4dxEm6jcMYFGyQcJIOSzTESbqTdL1Zaofw3frwNEXiX07SnaQ7Sc+/HlF+YsFJus6x+uKDDInsCEo71lsbOEnXrkGXo7sBrBdWJo9VhNIxa7du2spJunYQJ+k2DjtJt4ExLVQ4SXeSrj7hJN1WrcpPDjhJd5LuJN1Jus6j+v6DDInsCBVyrLc2cJKu3YYuR3cDWC+sm8TTyby173Bs6iRdO4iTdCfpXKBgaJzESbqTdCfpHR7vd5LuJN1JupN0nUf1/QcZEtkRKuRYb23gJF27DV2O7gawXthwCKWTb2u3btrKSbp2ECfpTtJJzhk6STf24STdSbqTdBsVMIHie0tq/ZI4fFUHv9XQiTxmjbrIfl98NGzgj7vrHKsvPsiQ0HV4OOYkPSxDmkvQOexu0B5rjaFL5RL6B+sm8XQyj3Zv/f55FeYkXfuIk3Qn6TalRSfhPQle4TvpTtLVJ+AM5Ue9HRPxnfR+Ie6hIzshxzILJpzo16Pwsjsn6eQh9Q+dkHPyYxMhtlgv7eI76Wrl+hN3J+nDI9XoOt20lZN07SBO0p2kk5wzhEWcpPfP76n7S90WyiKCk3SSvard6zphTtLjapuT9LgSPX9kjORtrIW9JKO0lZdRXAhwkq6e4SS92+R2rMhzkq4dxEm6k3SSc4ZO0o19+E56nNv7Tnrr0wRO0p2kj96u9GjsfHe7DN9JJz2tf+gEukig2WK9tIuTdLWyk/SxQqq7XQ8n6dpBnKQ7SSc5Z+gk3Uk6+RcXKny3vmW33kk6naROu+ZVuvhOelxt851030kn/yyEvSSjLMjLKC4EOElXz3CS3m1yO1bkOUnXDuIk3Uk6yTlDJ+lO0sm/nKRHflN+msBJOp2kihjXCXOSHp3YSbqTdHLmQugEukigaZxe2sVJulrZSfpYIdXdroeTdO0gTtKdpJOcM3SS7iSd/MtJeuQ3TtLxOHSdyPdwdXGSHp3YSbqTdPLPQthLMsqCvIziQoCTdPUMJ+ndJrdjRZ6TdO0gTtKdpJOcM3SS7iTdSXqYP6SXYDtJd5I+Om9F7/Z3wxeWPP9OOulp/UMn0EUCzRbrpV2cpIebrBmbpsZVvYh7N99YPlYI9GjUw0m69gwn6U7SSc4ZOkl3ku4kPcwfnKTr1iMmUP476cEGvjMPQ+A5hs4/6eYk3dhHP3ySIZEdQWfHemsDJ+nhJmsdhO6GK7phPTAn6fYEVmII1ka9touTdO0ZvNFyAgawXph1WOus0MzGTYamrWO0B8MFt4v/Tjof9dY+AQds1PNn2fylbi0vddOBosd2+X/456so0Yk2LAAAAABJRU5ErkJggg=='
|
|
11
11
|
|
|
12
12
|
export function Default() {
|
|
13
13
|
return (
|
|
14
14
|
<EventOrderShortSummary
|
|
15
15
|
data={[
|
|
16
|
-
{ title:
|
|
17
|
-
{ title:
|
|
18
|
-
{ title:
|
|
16
|
+
{ title: 'Venue', name: 'Atix Oxford', image: IMAGE },
|
|
17
|
+
{ title: 'When', name: '25 April 21:00' },
|
|
18
|
+
{ title: 'What', name: 'Tables&Booths Blue corner B31 (10p)' },
|
|
19
19
|
{
|
|
20
|
-
title:
|
|
21
|
-
name:
|
|
20
|
+
title: 'Additional Services',
|
|
21
|
+
name: 'Smirnoff VIP Drink package for 5 persons',
|
|
22
22
|
quantity: 2,
|
|
23
23
|
},
|
|
24
24
|
]}
|
|
25
25
|
/>
|
|
26
|
-
)
|
|
26
|
+
)
|
|
27
27
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { useTranslation } from
|
|
2
|
-
import { Summary, SummaryDataType } from
|
|
1
|
+
import { useTranslation } from 'react-i18next'
|
|
2
|
+
import { Summary, SummaryDataType } from './components/Summary'
|
|
3
3
|
|
|
4
4
|
export function EventOrderShortSummary({
|
|
5
5
|
data = [],
|
|
6
6
|
}: {
|
|
7
|
-
data: SummaryDataType
|
|
7
|
+
data: SummaryDataType
|
|
8
8
|
}) {
|
|
9
|
-
const { t } = useTranslation(
|
|
9
|
+
const { t } = useTranslation('Design')
|
|
10
10
|
|
|
11
11
|
return (
|
|
12
12
|
<div className="event-order-short-summary">
|
|
13
13
|
<h4 className="mb-4 event-order-short-summary__title">
|
|
14
|
-
{t(
|
|
14
|
+
{t('yourBooking')}
|
|
15
15
|
</h4>
|
|
16
16
|
<Summary data={data} />
|
|
17
17
|
</div>
|
|
18
|
-
)
|
|
18
|
+
)
|
|
19
19
|
}
|
|
@@ -1,31 +1,29 @@
|
|
|
1
|
-
import clsx from
|
|
1
|
+
import clsx from 'clsx'
|
|
2
2
|
|
|
3
3
|
export type SummaryDataType = {
|
|
4
|
-
title: string
|
|
5
|
-
name: string
|
|
6
|
-
image?: string
|
|
7
|
-
quantity?: number
|
|
8
|
-
}[]
|
|
4
|
+
title: string
|
|
5
|
+
name: string
|
|
6
|
+
image?: string
|
|
7
|
+
quantity?: number
|
|
8
|
+
}[]
|
|
9
9
|
|
|
10
|
-
export const Summary = ({ data = [] }: { data: SummaryDataType }) =>
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
const classNames = clsx("name", "mb-4", image && "align-items-center");
|
|
10
|
+
export const Summary = ({ data = [] }: { data: SummaryDataType }) => (
|
|
11
|
+
<>
|
|
12
|
+
{data.map(({ name, image, quantity, title }) => {
|
|
13
|
+
const classNames = clsx('name', 'mb-4', image && 'align-items-center')
|
|
15
14
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</div>
|
|
15
|
+
return (
|
|
16
|
+
<div key={name} className="summary">
|
|
17
|
+
<p className="title mb-1">{title}</p>
|
|
18
|
+
<div className={classNames}>
|
|
19
|
+
{image && <img className="image mr-3" src={image} alt={name} />}
|
|
20
|
+
{quantity && quantity > 1 && (
|
|
21
|
+
<span className="quantity mr-3">{quantity}x</span>
|
|
22
|
+
)}
|
|
23
|
+
{name}
|
|
26
24
|
</div>
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
25
|
+
</div>
|
|
26
|
+
)
|
|
27
|
+
})}
|
|
28
|
+
</>
|
|
29
|
+
)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Summary } from
|
|
2
|
-
export type { SummaryDataType } from
|
|
1
|
+
export { Summary } from './Summary'
|
|
2
|
+
export type { SummaryDataType } from './Summary'
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { EventOrderShortSummary } from
|
|
2
|
-
export type { SummaryDataType } from
|
|
1
|
+
export { EventOrderShortSummary } from './EventOrderShortSummary'
|
|
2
|
+
export type { SummaryDataType } from './components/Summary'
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Meta } from
|
|
2
|
-
import { EventOrderSummary } from
|
|
1
|
+
import { Meta } from '@storybook/react'
|
|
2
|
+
import { EventOrderSummary } from './EventOrderSummary'
|
|
3
3
|
|
|
4
4
|
export default {
|
|
5
|
-
title:
|
|
5
|
+
title: 'Iframe/Event/Order Summary',
|
|
6
6
|
component: EventOrderSummary,
|
|
7
|
-
} as Meta
|
|
7
|
+
} as Meta
|
|
8
8
|
|
|
9
9
|
export function Default() {
|
|
10
10
|
return (
|
|
11
11
|
<EventOrderSummary
|
|
12
|
-
data={[{ key:
|
|
12
|
+
data={[{ key: '1', name: 'Beavertown', quantity: 1, price: 4.6 }]}
|
|
13
13
|
tableName="Table1"
|
|
14
14
|
/>
|
|
15
|
-
)
|
|
15
|
+
)
|
|
16
16
|
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { useTranslation } from
|
|
2
|
-
import { StaticTable, StaticTableData } from
|
|
1
|
+
import { useTranslation } from 'react-i18next'
|
|
2
|
+
import { StaticTable, StaticTableData } from '../../../table/StaticTable'
|
|
3
3
|
|
|
4
4
|
interface EventOrderSummaryProps {
|
|
5
|
-
data: StaticTableData[]
|
|
6
|
-
tableName?: string
|
|
5
|
+
data: StaticTableData[]
|
|
6
|
+
tableName?: string
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
export function EventOrderSummary({ data, tableName }: EventOrderSummaryProps) {
|
|
10
|
-
const { t } = useTranslation(
|
|
10
|
+
const { t } = useTranslation('Design')
|
|
11
11
|
|
|
12
12
|
return (
|
|
13
13
|
<div className="event-order-summary">
|
|
14
|
-
<h1 className="event-order-summary__header mb-5">{t(
|
|
14
|
+
<h1 className="event-order-summary__header mb-5">{t('tableOrder')}</h1>
|
|
15
15
|
<div className="event-order-summary__table">
|
|
16
|
-
<div className="order-label mb-2">{t(
|
|
16
|
+
<div className="order-label mb-2">{t('orderTo')}</div>
|
|
17
17
|
{tableName && <div className="selected-table">{tableName}</div>}
|
|
18
18
|
</div>
|
|
19
19
|
{data.length !== 0 && (
|
|
20
20
|
<StaticTable
|
|
21
21
|
columns={[
|
|
22
|
-
{ key:
|
|
23
|
-
{ key:
|
|
24
|
-
{ key:
|
|
22
|
+
{ key: 'name', label: 'What' },
|
|
23
|
+
{ key: 'quantity', label: 'Amount' },
|
|
24
|
+
{ key: 'price', label: 'Item price' },
|
|
25
25
|
]}
|
|
26
26
|
data={data}
|
|
27
27
|
/>
|
|
28
28
|
)}
|
|
29
29
|
</div>
|
|
30
|
-
)
|
|
30
|
+
)
|
|
31
31
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { EventOrderSummary } from
|
|
1
|
+
export { EventOrderSummary } from './EventOrderSummary'
|