@licklist/design 0.45.0-dev.0 → 0.46.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/.eslintignore +10 -0
- package/.eslintrc +8 -0
- package/.storybook/main.js +35 -32
- package/.storybook/manager.js +4 -0
- package/.storybook/preview.js +8 -12
- package/bitbucket-pipelines.yml +92 -0
- package/dist/affiliate/card/AffiliateCard.d.ts +2 -2
- package/dist/affiliate/card/AffiliateCard.d.ts.map +1 -1
- package/dist/affiliate/card/AffiliateCard.js +1 -1
- package/dist/affiliate/form/AffiliateControl.d.ts +2 -2
- package/dist/affiliate/form/AffiliateControl.d.ts.map +1 -1
- package/dist/affiliate/form/AffiliateControl.js +1 -1
- 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 +1 -1
- package/dist/assets/dashboard/addImage.svg.js +1 -1
- package/dist/assets/dashboard/chartBar.svg.js +1 -1
- package/dist/assets/dashboard/genderFemale.svg.js +1 -1
- package/dist/assets/dashboard/genderMale.svg.js +1 -1
- package/dist/assets/dashboard/increment.svg.js +1 -1
- package/dist/assets/dashboard/managerRole.svg.js +1 -1
- package/dist/assets/dashboard/subManagerRole.svg.js +1 -1
- package/dist/assets/dashboard/viewerRole.svg.js +1 -1
- package/dist/assets/dashboard/visitedProviderLink.svg.js +1 -1
- package/dist/assets/dashboard/warning.svg.js +1 -1
- package/dist/assets/editor/bold.svg.js +1 -1
- package/dist/assets/editor/double-quotes-l.svg.js +1 -1
- package/dist/assets/editor/format-clear.svg.js +1 -1
- package/dist/assets/editor/h1.svg.js +1 -1
- package/dist/assets/editor/h2.svg.js +1 -1
- package/dist/assets/editor/italic.svg.js +1 -1
- package/dist/assets/editor/paragraph.svg.js +1 -1
- package/dist/assets/editor/separator.svg.js +1 -1
- package/dist/assets/editor/strikethrough.svg.js +1 -1
- package/dist/assets/editor/text-wrap.svg.js +1 -1
- package/dist/assets/iframe/available.svg +5 -0
- package/dist/assets/iframe/available.svg.js +1 -0
- package/dist/assets/iframe/backButton.svg +4 -0
- package/dist/assets/iframe/calendar.svg.js +1 -1
- package/dist/assets/iframe/clock.svg.js +1 -1
- package/dist/assets/iframe/close.svg.js +1 -1
- package/dist/assets/iframe/limited.svg +5 -0
- package/dist/assets/iframe/limited.svg.js +1 -0
- package/dist/assets/iframe/selectArrow.svg.js +1 -1
- package/dist/assets/iframe/soldOut.svg +6 -0
- package/dist/assets/iframe/soldOut.svg.js +1 -0
- package/dist/assets/iframe/success.svg.js +1 -1
- package/dist/assets/iframe/ticket.svg.js +1 -1
- package/dist/assets/logo/bookedit.svg +9 -11
- package/dist/assets/logo/bookedit.svg.js +1 -1
- package/dist/assets/logo/favicon.svg +12 -0
- package/dist/assets/logo/licklist.sm.svg.js +1 -1
- package/dist/assets/logo/licklist.svg +0 -2
- package/dist/assets/logo/licklist.svg.js +1 -1
- package/dist/auth/AccessDenied/AccessDenied.d.ts +2 -2
- package/dist/auth/AccessDenied/AccessDenied.d.ts.map +1 -1
- package/dist/auth/AccessDenied/AccessDenied.js +1 -1
- package/dist/auth/Authorizer.d.ts +2 -2
- package/dist/auth/Authorizer.d.ts.map +1 -1
- package/dist/auth/Authorizer.js +1 -1
- package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts +3 -3
- package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts.map +1 -1
- package/dist/auth/ChangePassword/ChangePasswordComponent.js +1 -1
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts +2 -2
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.js +1 -1
- package/dist/auth/Layout/AuthNavComponent.d.ts +2 -2
- package/dist/auth/Layout/AuthNavComponent.d.ts.map +1 -1
- package/dist/auth/Layout/AuthNavComponent.js +1 -1
- package/dist/auth/Layout/UserNavComponent.d.ts +2 -2
- package/dist/auth/Layout/UserNavComponent.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavComponent.js +1 -1
- package/dist/auth/Layout/UserNavDropDown.d.ts +2 -2
- package/dist/auth/Layout/UserNavDropDown.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavDropDown.js +1 -1
- package/dist/auth/Layout/UserNavDropDownToggle.d.ts +2 -2
- package/dist/auth/Layout/UserNavDropDownToggle.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavDropDownToggle.js +1 -1
- package/dist/auth/Login/LoginComponent.d.ts +3 -3
- package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +1 -1
- 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 +1 -1
- package/dist/auth/Logout/Logout.d.ts +2 -2
- package/dist/auth/Logout/Logout.d.ts.map +1 -1
- package/dist/auth/Logout/Logout.js +1 -1
- package/dist/auth/Register/BirthDateFormComponent.d.ts +2 -2
- package/dist/auth/Register/BirthDateFormComponent.d.ts.map +1 -1
- package/dist/auth/Register/BirthDateFormComponent.js +1 -1
- package/dist/auth/Register/RegisterComponent.d.ts +3 -3
- package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
- package/dist/auth/Register/RegisterComponent.js +1 -1
- package/dist/auth/Register/RegisterFormComponent.d.ts +2 -2
- package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
- package/dist/auth/Register/RegisterFormComponent.js +1 -1
- package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts +3 -3
- package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordComponent.js +1 -1
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts +2 -2
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.js +1 -1
- package/dist/auth/Router.d.ts +2 -7
- package/dist/auth/Router.d.ts.map +1 -1
- package/dist/auth/Router.js +1 -1
- package/dist/auth/Social/SocialCallbackComponent.d.ts +3 -3
- package/dist/auth/Social/SocialCallbackComponent.d.ts.map +1 -1
- package/dist/auth/Social/SocialCallbackComponent.js +1 -1
- package/dist/auth/Social/SocialFormComponent.d.ts +2 -2
- package/dist/auth/Social/SocialFormComponent.d.ts.map +1 -1
- package/dist/auth/Social/SocialFormComponent.js +1 -1
- package/dist/availability-indicator/AvailabilityIndicator.d.ts +10 -0
- package/dist/availability-indicator/AvailabilityIndicator.d.ts.map +1 -0
- package/dist/availability-indicator/AvailabilityIndicator.js +1 -0
- package/dist/availability-indicator/index.d.ts +2 -0
- package/dist/availability-indicator/index.d.ts.map +1 -0
- package/dist/calendar/Calendar.d.ts +19 -0
- package/dist/calendar/Calendar.d.ts.map +1 -0
- package/dist/calendar/Calendar.js +1 -0
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts +6 -0
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -0
- package/dist/calendar/components/CalendarButtons/CalendarButtons.js +1 -0
- package/dist/calendar/components/CalendarButtons/index.d.ts.map +1 -0
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts +5 -0
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -0
- package/dist/calendar/components/CalendarDates/CalendarDates.js +1 -0
- package/dist/calendar/components/CalendarDates/index.d.ts.map +1 -0
- package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts +13 -0
- package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts.map +1 -0
- package/dist/calendar/components/CalendarSelect/CalendarSelect.js +1 -0
- package/dist/calendar/components/CalendarSelect/index.d.ts.map +1 -0
- package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts +3 -0
- package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts.map +1 -0
- package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.js +1 -0
- package/dist/calendar/components/CalendarWeekdays/index.d.ts.map +1 -0
- package/dist/calendar/index.d.ts +4 -0
- package/dist/calendar/index.d.ts.map +1 -0
- package/dist/calendar/utils/index.d.ts +5 -0
- package/dist/calendar/utils/index.d.ts.map +1 -0
- package/dist/calendar/utils/index.js +1 -0
- package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts +2 -2
- package/dist/collapsible-input-group/CollapsibleInputGroup.d.ts.map +1 -1
- package/dist/collapsible-input-group/CollapsibleInputGroup.js +1 -1
- package/dist/custom-fields/constants.d.ts +2 -2
- package/dist/custom-fields/constants.js +1 -1
- package/dist/custom-fields/field/FieldItem.d.ts +2 -2
- package/dist/custom-fields/field/FieldItem.d.ts.map +1 -1
- package/dist/custom-fields/field/FieldItem.js +1 -1
- package/dist/custom-fields/field/SelectFieldModal.d.ts +2 -2
- package/dist/custom-fields/field/SelectFieldModal.d.ts.map +1 -1
- package/dist/custom-fields/field/SelectFieldModal.js +1 -1
- package/dist/custom-fields/field-set/CustomFieldSets.d.ts +1 -1
- package/dist/custom-fields/field-set/CustomFieldSets.d.ts.map +1 -1
- package/dist/custom-fields/field-set/CustomFieldSets.js +1 -1
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts +2 -2
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.js +1 -1
- package/dist/custom-fields/field-set/contexts/useCustomFieldSets.d.ts.map +1 -1
- package/dist/custom-fields/field-set/contexts/useCustomFieldSets.js +1 -1
- package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts +2 -2
- package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts.map +1 -1
- package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.js +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 +1 -1
- 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 +1 -1
- package/dist/customers/components/filter/CustomerFilter.d.ts +2 -2
- package/dist/customers/components/filter/CustomerFilter.d.ts.map +1 -1
- package/dist/customers/components/filter/CustomerFilter.js +1 -1
- package/dist/date-time-button/DateContent.d.ts +9 -0
- package/dist/date-time-button/DateContent.d.ts.map +1 -0
- package/dist/date-time-button/DateContent.js +1 -0
- package/dist/date-time-button/DateTimeButton.d.ts +21 -0
- package/dist/date-time-button/DateTimeButton.d.ts.map +1 -0
- package/dist/date-time-button/DateTimeButton.js +1 -0
- package/dist/date-time-button/index.d.ts +2 -0
- package/dist/date-time-button/index.d.ts.map +1 -0
- package/dist/error/ErrorFallback.d.ts +3 -3
- package/dist/error/ErrorFallback.d.ts.map +1 -1
- package/dist/error/ErrorFallback.js +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 +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +2 -2
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/index.d.ts +1 -1
- 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 +2 -2
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.js +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts +2 -2
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +2 -2
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +2 -2
- 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 +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -1
- package/dist/events/edit-event-modal/utils/isUrlValid.js +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts +2 -2
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.js +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 +1 -1
- package/dist/events/event-card/EventCardSkeleton.d.ts +1 -1
- 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/utils.d.ts +29 -0
- package/dist/events/event-card/utils.d.ts.map +1 -1
- package/dist/events/event-card/utils.js +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +4 -2
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.js +1 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +2 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.js +1 -1
- package/dist/events/event-statistic-modal/utils/index.d.ts +10 -4
- package/dist/events/event-statistic-modal/utils/index.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/utils/index.js +1 -1
- package/dist/events/event-venue-map/EventVenueMap.d.ts +3 -3
- package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/EventVenueMap.js +1 -1
- package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts +2 -2
- 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 +2 -2
- 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/DropdownWrapper.js +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts +2 -2
- 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 +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts +2 -2
- 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 +1 -1
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts +3 -3
- 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 +2 -2
- 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 +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts +2 -2
- 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 +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 +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 +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts +2 -2
- 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 +1 -1
- package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts +2 -2
- package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.js +1 -1
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts +2 -2
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/VenueMap/VenueMap.js +1 -1
- package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts +2 -2
- package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.js +1 -1
- package/dist/events/event-venue-map/hooks/useCanvasSize.js +1 -1
- package/dist/events/event-venue-map/hooks/useDrag.js +1 -1
- package/dist/events/event-venue-map/hooks/useImage.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useImage.js +1 -1
- package/dist/events/event-venue-map/hooks/useStageActions.js +1 -1
- package/dist/events/event-venue-map/hooks/useZoom.js +1 -1
- package/dist/events/event-venue-map/index.d.ts +1 -1
- package/dist/events/event-venue-map/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/utils/index.d.ts +7 -7
- package/dist/events/event-venue-map/utils/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/utils/index.js +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 +1 -1
- package/dist/file-upload/FileUpload.d.ts +2 -2
- package/dist/file-upload/FileUpload.d.ts.map +1 -1
- package/dist/file-upload/FileUpload.js +1 -1
- package/dist/header/BookeditHeader.d.ts +2 -2
- package/dist/header/BookeditHeader.d.ts.map +1 -1
- package/dist/header/BookeditHeader.js +1 -1
- package/dist/header/Header.d.ts +2 -2
- package/dist/header/Header.d.ts.map +1 -1
- package/dist/header/Header.js +1 -1
- package/dist/header/LicklistHeader.d.ts +2 -2
- package/dist/header/LicklistHeader.d.ts.map +1 -1
- package/dist/header/LicklistHeader.js +1 -1
- package/dist/header/elements/CompanySelector.d.ts +1 -1
- package/dist/header/elements/CompanySelector.d.ts.map +1 -1
- package/dist/header/elements/CompanySelector.js +1 -1
- package/dist/help/example/Example.d.ts +2 -2
- package/dist/help/example/Example.d.ts.map +1 -1
- package/dist/help/example/Example.js +1 -1
- package/dist/help/popover/HelpPopover.d.ts +1 -1
- package/dist/help/popover/HelpPopover.d.ts.map +1 -1
- package/dist/help/popover/HelpPopover.js +1 -1
- package/dist/iframe/activity-card/ActivityCard.d.ts +15 -0
- package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -0
- package/dist/iframe/activity-card/ActivityCard.js +1 -0
- package/dist/iframe/activity-card/index.d.ts +2 -0
- package/dist/iframe/activity-card/index.d.ts.map +1 -0
- package/dist/iframe/back-button/BackButton.d.ts +6 -0
- package/dist/iframe/back-button/BackButton.d.ts.map +1 -0
- package/dist/iframe/back-button/BackButton.js +1 -0
- package/dist/iframe/back-button/index.d.ts +2 -0
- package/dist/iframe/back-button/index.d.ts.map +1 -0
- package/dist/iframe/custom-fields/components/CustomDateField.d.ts +2 -2
- package/dist/iframe/custom-fields/components/CustomDateField.d.ts.map +1 -1
- package/dist/iframe/custom-fields/components/CustomDateField.js +1 -1
- package/dist/iframe/event/event-booking-form/EventBookingForm.d.ts +2 -2
- package/dist/iframe/event/event-booking-form/EventBookingForm.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-form/EventBookingForm.js +1 -1
- package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts +6 -4
- package/dist/iframe/event/event-booking-products/EventBookingProducts.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-products/EventBookingProducts.js +1 -1
- package/dist/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.d.ts +6 -4
- 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 +1 -1
- package/dist/iframe/event/event-booking-view/EventBookingView.d.ts +1 -1
- package/dist/iframe/event/event-booking-view/EventBookingView.d.ts.map +1 -1
- package/dist/iframe/event/event-booking-view/EventBookingView.js +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 +1 -1
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts +1 -1
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.d.ts.map +1 -1
- package/dist/iframe/event/event-card/IframeEventCardSkeleton.js +1 -1
- package/dist/iframe/event/event-description/EventDescription.d.ts +2 -2
- package/dist/iframe/event/event-description/EventDescription.d.ts.map +1 -1
- package/dist/iframe/event/event-description/EventDescription.js +1 -1
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts +2 -2
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts.map +1 -1
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.js +1 -1
- package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts +2 -2
- package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.d.ts.map +1 -1
- package/dist/iframe/event/event-order-short-summary/EventOrderShortSummary.js +1 -1
- package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts +3 -4
- 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 +1 -1
- 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 +4 -4
- package/dist/iframe/event/event-order-summary/EventOrderSummary.d.ts.map +1 -1
- package/dist/iframe/event/event-order-summary/EventOrderSummary.js +1 -1
- package/dist/iframe/event/event-product-sets/EventProductSets.d.ts +2 -2
- package/dist/iframe/event/event-product-sets/EventProductSets.d.ts.map +1 -1
- package/dist/iframe/event/event-product-sets/EventProductSets.js +1 -1
- package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts +2 -2
- 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-step-venue-map-zones/EventStepVenueMapZones.d.ts +2 -2
- package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts.map +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.js +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts +2 -2
- 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-tables/EventTables.d.ts +2 -2
- package/dist/iframe/event/event-tables/EventTables.d.ts.map +1 -1
- package/dist/iframe/event/event-tables/EventTables.js +1 -1
- package/dist/iframe/event/event-venue-map/IframeEventVenueMap.d.ts +2 -5
- 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/index.d.ts +13 -15
- 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 +1 -1
- package/dist/iframe/external-modal/ExternalModal.d.ts +2 -2
- package/dist/iframe/external-modal/ExternalModal.d.ts.map +1 -1
- package/dist/iframe/index.d.ts +7 -5
- package/dist/iframe/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts +4 -4
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts +2 -2
- 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/ProductSummary/ProductSummary.d.ts +10 -0
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -0
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +1 -0
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts +2 -0
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts.map +1 -0
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts +7 -6
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts +2 -2
- 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 +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts +2 -2
- 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/ToggleHeader/ToggleHeader.d.ts +2 -2
- 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 +1 -1
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts +7 -7
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +4 -2
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.js +1 -1
- package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts +2 -2
- package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.js +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 +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts +5 -5
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.js +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts +5 -5
- 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/CategoryProduct/CategoryProduct.d.ts +6 -6
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +7 -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 +1 -1
- package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts +9 -0
- package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts.map +1 -0
- package/dist/iframe/order-process/components/ErrorModal/ErrorModal.js +1 -0
- package/dist/iframe/order-process/components/ErrorModal/index.d.ts +2 -0
- package/dist/iframe/order-process/components/ErrorModal/index.d.ts.map +1 -0
- package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts +2 -2
- package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.js +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts +9 -8
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.js +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/index.d.ts +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/PaymentCard/PaymentCard.js +1 -1
- package/dist/iframe/order-process/components/Timer/Timer.d.ts +2 -2
- package/dist/iframe/order-process/components/Timer/Timer.d.ts.map +1 -1
- package/dist/iframe/order-process/components/Timer/Timer.js +1 -1
- package/dist/iframe/order-process/components/Timer/utils/index.d.ts +1 -1
- package/dist/iframe/order-process/components/Timer/utils/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/Timer/utils/index.js +1 -1
- package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts +9 -0
- package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts.map +1 -0
- package/dist/iframe/order-process/components/utils/useCategoryVerification.js +1 -0
- package/dist/iframe/order-process/constants.d.ts +1 -0
- package/dist/iframe/order-process/constants.d.ts.map +1 -1
- package/dist/iframe/order-process/constants.js +1 -1
- package/dist/iframe/order-process/index.d.ts +3 -2
- package/dist/iframe/order-process/index.d.ts.map +1 -1
- package/dist/iframe/page/Page.js +1 -1
- package/dist/iframe/page/components/PageBody/PageBody.d.ts +4 -4
- 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 +3 -3
- package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.js +1 -1
- package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts +2 -2
- 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/constants.js +1 -1
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.js +1 -1
- package/dist/iframe/page/components/PageHeader/PageHeader.d.ts +2 -2
- package/dist/iframe/page/components/PageHeader/PageHeader.d.ts.map +1 -1
- package/dist/iframe/page/components/PageHeader/PageHeader.js +1 -1
- package/dist/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.js +1 -1
- package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts +2 -2
- package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/OrderItemsTable.js +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts +4 -4
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.js +1 -1
- package/dist/iframe/payment/order-items-table/types/index.d.ts +7 -1
- package/dist/iframe/payment/order-items-table/types/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/types/index.js +1 -0
- package/dist/iframe/payment/order-items-table/utils/index.js +1 -1
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts +3 -0
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -0
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.js +1 -0
- package/dist/iframe/payment/payment-form/PaymentForm.d.ts +2 -2
- package/dist/iframe/payment/payment-form/PaymentForm.d.ts.map +1 -1
- package/dist/iframe/payment/payment-form/PaymentForm.js +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts +3 -3
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.js +1 -1
- package/dist/iframe/payment/payment-page/PaymentTimer.d.ts +2 -2
- package/dist/iframe/payment/payment-page/PaymentTimer.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentTimer.js +1 -1
- package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts +3 -3
- package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.js +1 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts +4 -4
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +1 -1
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts +4 -4
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.js +1 -1
- 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/status-body/StatusBody.d.ts +2 -2
- package/dist/iframe/payment/status-body/StatusBody.d.ts.map +1 -1
- package/dist/iframe/payment/status-body/StatusBody.js +1 -1
- package/dist/iframe/powered-by/PoweredBy.d.ts +2 -2
- package/dist/iframe/powered-by/PoweredBy.d.ts.map +1 -1
- package/dist/iframe/powered-by/PoweredBy.js +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 +1 -1
- package/dist/image-radio-input/ImageRadioInput.d.ts +2 -2
- package/dist/image-radio-input/ImageRadioInput.d.ts.map +1 -1
- package/dist/image-radio-input/ImageRadioInput.js +1 -1
- package/dist/index.d.ts +10 -12
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/layout/BackgroundVideoContainer.d.ts +2 -2
- package/dist/layout/BackgroundVideoContainer.d.ts.map +1 -1
- package/dist/layout/BackgroundVideoContainer.js +1 -1
- package/dist/layout/Container.d.ts +2 -2
- package/dist/layout/Container.d.ts.map +1 -1
- package/dist/layout/Container.js +1 -1
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/layout/DropDown.js +1 -1
- package/dist/layout/DropDownToggle.d.ts.map +1 -1
- package/dist/layout/DropDownToggle.js +1 -1
- package/dist/logo/Logo.d.ts +3 -3
- package/dist/logo/Logo.d.ts.map +1 -1
- package/dist/logo/Logo.js +1 -1
- package/dist/modals/confirmation/ConfirmModal.d.ts +2 -2
- package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.js +1 -1
- package/dist/modals/dialog/Dialog.d.ts +1 -1
- package/dist/modals/dialog/Dialog.d.ts.map +1 -1
- package/dist/modals/dialog/Dialog.js +1 -1
- package/dist/modals/dialog/DialogContext.d.ts +2 -2
- package/dist/modals/dialog/DialogContext.d.ts.map +1 -1
- package/dist/modals/dialog/DialogContext.js +1 -1
- package/dist/modals/fullscreen/FullscreenModal.d.ts +2 -2
- package/dist/modals/fullscreen/FullscreenModal.d.ts.map +1 -1
- package/dist/modals/fullscreen/FullscreenModal.js +1 -1
- package/dist/notification/components/NotificationPlaceholders.d.ts +2 -2
- package/dist/notification/components/NotificationPlaceholders.d.ts.map +1 -1
- package/dist/notification/components/NotificationPlaceholders.js +1 -1
- 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 +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.js +1 -1
- package/dist/notification/email-template/form/EmailTemplateForm.d.ts +2 -2
- package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
- package/dist/notification/email-template/form/EmailTemplateForm.js +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 +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 +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.d.ts +2 -2
- package/dist/notification/sms-template/control/SmsTemplateControl.d.ts.map +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.js +1 -1
- package/dist/notification/sms-template/form/SmsTemplateForm.d.ts +2 -2
- package/dist/notification/sms-template/form/SmsTemplateForm.d.ts.map +1 -1
- package/dist/notification/sms-template/form/SmsTemplateForm.js +1 -1
- package/dist/number-of-people-input/NumberOfPeopleInput.d.ts +3 -0
- package/dist/number-of-people-input/NumberOfPeopleInput.d.ts.map +1 -0
- package/dist/number-of-people-input/NumberOfPeopleInput.js +1 -0
- package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts +8 -0
- package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts.map +1 -0
- package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.js +1 -0
- package/dist/number-of-people-input/components/index.d.ts +2 -0
- package/dist/number-of-people-input/components/index.d.ts.map +1 -0
- package/dist/number-of-people-input/index.d.ts +3 -0
- package/dist/number-of-people-input/index.d.ts.map +1 -0
- package/dist/product-set/card/ProductSetCard.d.ts +2 -2
- package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
- package/dist/product-set/card/ProductSetCard.js +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts +8 -2
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.js +1 -1
- package/dist/product-set/control/ProductSetControl.d.ts +7 -4
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetControl.js +1 -1
- package/dist/product-set/control/ProductSetRecurrenceControl.d.ts +3 -2
- package/dist/product-set/control/ProductSetRecurrenceControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetRecurrenceControl.js +1 -1
- package/dist/product-set/control/TutorialGifCard.d.ts +2 -2
- package/dist/product-set/control/TutorialGifCard.d.ts.map +1 -1
- package/dist/product-set/control/TutorialGifCard.js +1 -1
- package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts +2 -2
- package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.d.ts.map +1 -1
- package/dist/product-set/deposit-paid/ProductSetDepositPaidControl.js +1 -1
- package/dist/product-set/elements/DeleteFieldButton.d.ts +2 -2
- package/dist/product-set/elements/DeleteFieldButton.d.ts.map +1 -1
- package/dist/product-set/elements/DeleteFieldButton.js +1 -1
- package/dist/product-set/form/MobileFooter.d.ts +2 -2
- package/dist/product-set/form/MobileFooter.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 +1 -1
- package/dist/product-set/form/ProductSetForm.d.ts +4 -2
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +1 -1
- package/dist/product-set/form/ProductSetFormPopover.d.ts +2 -2
- package/dist/product-set/form/ProductSetFormPopover.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.d.ts +4 -2
- package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +1 -1
- 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 +1 -1
- package/dist/product-set/form/StepsControl.d.ts +2 -2
- package/dist/product-set/form/StepsControl.d.ts.map +1 -1
- package/dist/product-set/form/StepsControl.js +1 -1
- package/dist/product-set/form/SubProductsControl.d.ts +2 -2
- package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/SubProductsControl.js +1 -1
- package/dist/product-set/form/VenueMapSetModal.d.ts +2 -2
- package/dist/product-set/form/VenueMapSetModal.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapSetModal.js +1 -1
- package/dist/product-set/form/VenueMapsControl.d.ts +2 -2
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.js +1 -1
- package/dist/product-set/form/context.d.ts +1 -1
- package/dist/product-set/form/context.d.ts.map +1 -1
- package/dist/product-set/form/context.js +1 -1
- package/dist/product-set/hooks/useSortableTreeFunctions.js +1 -1
- package/dist/product-set/item/CreateProductSetItem.d.ts +2 -2
- 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.js +1 -1
- package/dist/product-set/product/ProductControl.d.ts +3 -2
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.js +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 +1 -1
- package/dist/product-set/product/constants.d.ts +2 -0
- package/dist/product-set/product/constants.d.ts.map +1 -0
- package/dist/product-set/product/constants.js +1 -0
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts +2 -2
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.js +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.d.ts +2 -2
- package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.js +1 -1
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts +2 -2
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts.map +1 -1
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.js +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 +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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.d.ts +2 -3
- package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.js +1 -1
- package/dist/product-set/step/StepControl.d.ts +2 -2
- package/dist/product-set/step/StepControl.d.ts.map +1 -1
- package/dist/product-set/step/StepControl.js +1 -1
- package/dist/product-set/tabs/ProductSetTab.d.ts +2 -2
- package/dist/product-set/tabs/ProductSetTab.d.ts.map +1 -1
- package/dist/product-set/tabs/ProductSetTab.js +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/ProductSetTabs.js +1 -1
- package/dist/product-set/utils/index.d.ts +10 -0
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.js +1 -1
- package/dist/provider/categories-input/CategoriesInput.d.ts +3 -3
- 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 +2 -2
- package/dist/provider/categories-input/CategoriesInputDescription.d.ts.map +1 -1
- package/dist/provider/categories-input/CategoriesInputDescription.js +1 -1
- package/dist/provider/company/user-form/UserForm.d.ts +2 -2
- package/dist/provider/company/user-form/UserForm.d.ts.map +1 -1
- package/dist/provider/company/user-form/UserForm.js +1 -1
- package/dist/provider/location-input/LocationInput.d.ts +2 -2
- package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInput.js +1 -1
- package/dist/provider/location-input/LocationInputDescription.d.ts +2 -2
- package/dist/provider/location-input/LocationInputDescription.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInputDescription.js +1 -1
- package/dist/provider/location-input/components/FormGroupControll.d.ts +7 -0
- package/dist/provider/location-input/components/FormGroupControll.d.ts.map +1 -0
- package/dist/provider/location-input/components/FormGroupControll.js +1 -0
- package/dist/provider/location-input/components/index.d.ts +2 -0
- package/dist/provider/location-input/components/index.d.ts.map +1 -0
- package/dist/provider/location-input/index.d.ts +1 -0
- package/dist/provider/location-input/index.d.ts.map +1 -1
- package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts +2 -2
- package/dist/provider/provider-details-input/ProviderDetailsInput.d.ts.map +1 -1
- package/dist/provider/provider-details-input/ProviderDetailsInput.js +1 -1
- package/dist/provider/provider-form/ProviderForm.d.ts +2 -2
- package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.js +1 -1
- package/dist/provider/provider-links-input/ProviderLinksInput.d.ts +2 -2
- package/dist/provider/provider-links-input/ProviderLinksInput.d.ts.map +1 -1
- package/dist/provider/provider-links-input/ProviderLinksInput.js +1 -1
- package/dist/provider/venue-form/VenueForm.d.ts +4 -2
- package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
- package/dist/provider/venue-form/VenueForm.js +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInput.d.ts +2 -2
- package/dist/provider/working-hours-input/WorkingHoursInput.d.ts.map +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInput.js +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts +2 -2
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts.map +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +1 -1
- package/dist/radio-card/RadioCard.d.ts +2 -2
- package/dist/radio-card/RadioCard.d.ts.map +1 -1
- package/dist/radio-card/RadioCard.js +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.d.ts +9 -2
- package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.js +1 -1
- package/dist/recurrence-input/RecurrenceInput.d.ts +3 -2
- package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceInput.js +1 -1
- package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts +2 -2
- package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceIntervalAndFrequencyInput.js +1 -1
- package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts +2 -2
- package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceMonthlyRepeatByInput.js +1 -1
- package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts +2 -2
- package/dist/recurrence-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceWeekdaysInput.js +1 -1
- package/dist/recurrence-input/utils.d.ts.map +1 -1
- package/dist/recurrence-input/utils.js +1 -1
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts +2 -2
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts +9 -2
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.js +1 -1
- package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts +2 -2
- package/dist/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.d.ts +2 -2
- package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceWeekdaysInput.js +1 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +3 -2
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +1 -1
- package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.js +1 -1
- package/dist/report/card/ReportCard.d.ts +2 -2
- package/dist/report/card/ReportCard.d.ts.map +1 -1
- package/dist/report/card/ReportCard.js +1 -1
- package/dist/report/form/ReportForm.d.ts.map +1 -1
- package/dist/report/form/ReportForm.js +1 -1
- package/dist/resource/card/ResourceCard.d.ts +2 -2
- package/dist/resource/card/ResourceCard.d.ts.map +1 -1
- package/dist/resource/card/ResourceCard.js +1 -1
- package/dist/resource/form/ResourceForm.d.ts +2 -2
- package/dist/resource/form/ResourceForm.d.ts.map +1 -1
- package/dist/resource/form/ResourceForm.js +1 -1
- package/dist/resource/form/components/CapacityControl.d.ts +2 -2
- package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.js +1 -1
- package/dist/resource/form/components/NameControl.d.ts +2 -2
- package/dist/resource/form/components/NameControl.d.ts.map +1 -1
- package/dist/resource/form/components/NameControl.js +1 -1
- package/dist/resource/form/components/SortControl.d.ts +2 -2
- package/dist/resource/form/components/SortControl.d.ts.map +1 -1
- package/dist/resource/form/components/SortControl.js +1 -1
- package/dist/resource/form/components/ZoneControl.d.ts +2 -2
- package/dist/resource/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/resource/form/components/ZoneControl.js +1 -1
- package/dist/sales/booking/index.d.ts +0 -2
- package/dist/sales/booking/index.d.ts.map +1 -1
- package/dist/sales/booking/results/BookingResults.d.ts +4 -2
- package/dist/sales/booking/results/BookingResults.d.ts.map +1 -1
- package/dist/sales/booking/results/BookingResults.js +1 -1
- package/dist/sales/booking/results/components/ResultCard.d.ts +4 -2
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +1 -1
- package/dist/sales/booking/results/constants.d.ts.map +1 -1
- package/dist/sales/booking/results/constants.js +1 -1
- package/dist/sales/booking/results/index.d.ts +1 -0
- package/dist/sales/booking/results/index.d.ts.map +1 -1
- package/dist/sales/coupon/control/CouponFormControl.d.ts +2 -2
- package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
- package/dist/sales/coupon/control/CouponFormControl.js +1 -1
- package/dist/sales/coupon/form/CouponFrom.d.ts +2 -2
- package/dist/sales/coupon/form/CouponFrom.d.ts.map +1 -1
- package/dist/sales/coupon/form/CouponFrom.js +1 -1
- package/dist/sales/filters/SaleFilters.d.ts +3 -2
- package/dist/sales/filters/SaleFilters.d.ts.map +1 -1
- package/dist/sales/filters/SaleFilters.js +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 +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/Profile.js +1 -1
- package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts +2 -2
- package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts.map +1 -1
- package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.js +1 -1
- package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts +2 -2
- package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts.map +1 -1
- package/dist/sales/guest-profile/user-metrics/UserMetrics.js +1 -1
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts +2 -2
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts.map +1 -1
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.js +1 -1
- package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts +2 -2
- package/dist/sales/life-time-sales/LifeTimeSalesChart.d.ts.map +1 -1
- package/dist/sales/life-time-sales/LifeTimeSalesChart.js +1 -1
- package/dist/sales/manual-booking/index.d.ts +1 -5
- package/dist/sales/manual-booking/index.d.ts.map +1 -1
- package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts +1 -0
- package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.d.ts.map +1 -1
- package/dist/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.js +1 -1
- package/dist/sales/manual-booking/search-user/SearchUser.d.ts +2 -2
- package/dist/sales/manual-booking/search-user/SearchUser.d.ts.map +1 -1
- package/dist/sales/manual-booking/search-user/SearchUser.js +1 -1
- package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts +3 -3
- 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 +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts +6 -6
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.js +1 -1
- package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts +6 -5
- package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-menu/SelectMenu.js +1 -1
- package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts +5 -5
- package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-menu/components/MenuButton.js +1 -1
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts +4 -2
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
- package/dist/sales/manual-booking/summary/ManualBookingSummary.js +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 +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.d.ts +2 -2
- package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.js +1 -1
- package/dist/sales/notes/NotesTable.d.ts +2 -2
- package/dist/sales/notes/NotesTable.d.ts.map +1 -1
- package/dist/sales/notes/NotesTable.js +1 -1
- 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 +1 -1
- package/dist/sales/notes/note-form/NoteForm.d.ts +2 -2
- package/dist/sales/notes/note-form/NoteForm.d.ts.map +1 -1
- package/dist/sales/notes/note-form/NoteForm.js +1 -1
- package/dist/sales/payment-form/SalePaymentForm.js +1 -1
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts +2 -2
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts.map +1 -1
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.js +1 -1
- package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts +2 -2
- package/dist/sales/sales-and-views/SalesAndViewsChart.d.ts.map +1 -1
- package/dist/sales/sales-and-views/SalesAndViewsChart.js +1 -1
- package/dist/sales/source-of-sales/SourceOfSalesChart.d.ts +2 -2
- package/dist/sales/source-of-sales/SourceOfSalesChart.d.ts.map +1 -1
- package/dist/sales/source-of-sales/SourceOfSalesChart.js +1 -1
- package/dist/sales/statistics-chart/StatisticsChart.d.ts +2 -2
- package/dist/sales/statistics-chart/StatisticsChart.d.ts.map +1 -1
- package/dist/sales/statistics-chart/StatisticsChart.js +1 -1
- package/dist/setting/admin/AdminSettingForm.d.ts +2 -2
- package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
- package/dist/setting/admin/AdminSettingForm.js +1 -1
- package/dist/setting/admin/PaymentFeeForm.d.ts +2 -2
- package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
- package/dist/setting/admin/PaymentFeeForm.js +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.d.ts +2 -2
- package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.js +1 -1
- package/dist/setting/dashboard/EventSettingForm.d.ts +2 -2
- package/dist/setting/dashboard/EventSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/EventSettingForm.js +1 -1
- package/dist/setting/dashboard/FinancialDataForm.d.ts +2 -2
- package/dist/setting/dashboard/FinancialDataForm.d.ts.map +1 -1
- package/dist/setting/dashboard/OtherSettingForm.d.ts +2 -2
- package/dist/setting/dashboard/OtherSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/ProviderSettingForm.d.ts +2 -2
- package/dist/setting/dashboard/ProviderSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/ProviderSettingForm.js +1 -1
- package/dist/setting/dashboard/components/IpInput.d.ts +2 -2
- package/dist/setting/dashboard/components/IpInput.d.ts.map +1 -1
- package/dist/setting/dashboard/payments/payments-form/PaymentsForm.d.ts +2 -2
- package/dist/setting/dashboard/payments/payments-form/PaymentsForm.d.ts.map +1 -1
- package/dist/setting/dashboard/payments/payments-form/PaymentsForm.js +1 -1
- package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts +2 -2
- package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts.map +1 -1
- package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.js +1 -1
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts +2 -2
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts.map +1 -1
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.js +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts +2 -2
- package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts.map +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.js +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 +1 -1
- package/dist/sidebar/elements/ReturnBack.d.ts +2 -2
- package/dist/sidebar/elements/ReturnBack.d.ts.map +1 -1
- package/dist/sidebar/elements/ReturnBack.js +1 -1
- package/dist/slide-curtain/SlideCurtain.d.ts +2 -2
- package/dist/slide-curtain/SlideCurtain.d.ts.map +1 -1
- package/dist/slide-curtain/SlideCurtain.js +1 -1
- package/dist/snippet/snippet-template/SnippetTemplate.d.ts +2 -2
- package/dist/snippet/snippet-template/SnippetTemplate.d.ts.map +1 -1
- package/dist/snippet/snippet-template/SnippetTemplate.js +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 +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplateLoading.d.ts +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplateLoading.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplateLoading.js +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplateView.js +1 -1
- package/dist/snippet/snippet-template/control/PropertyControl.d.ts +2 -2
- package/dist/snippet/snippet-template/control/PropertyControl.d.ts.map +1 -1
- package/dist/snippet/snippet-template/control/PropertyControl.js +1 -1
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts +2 -2
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts.map +1 -1
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.js +1 -1
- package/dist/snippet/snippet-template/preview/Preview.d.ts +2 -2
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +1 -1
- 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 +1 -1
- package/dist/sortable-fields/SortableFieldItem.d.ts +9 -0
- package/dist/sortable-fields/SortableFieldItem.d.ts.map +1 -0
- package/dist/sortable-fields/SortableFieldItem.js +1 -0
- package/dist/sortable-fields/SortableFieldList.d.ts +18 -0
- package/dist/sortable-fields/SortableFieldList.d.ts.map +1 -0
- package/dist/sortable-fields/SortableFieldList.js +1 -0
- package/dist/sortable-fields/index.d.ts +2 -0
- package/dist/sortable-fields/index.d.ts.map +1 -0
- package/dist/sortable-list/CreateSortableListItem.d.ts +2 -2
- package/dist/sortable-list/CreateSortableListItem.d.ts.map +1 -1
- package/dist/sortable-list/CreateSortableListItem.js +1 -1
- package/dist/sortable-list/SortableList.d.ts +2 -2
- package/dist/sortable-list/SortableList.d.ts.map +1 -1
- package/dist/sortable-list/SortableList.js +1 -1
- package/dist/sortable-tree/SortableTree.d.ts +2 -2
- package/dist/sortable-tree/SortableTree.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTree.js +1 -1
- package/dist/sortable-tree/SortableTreeItem.d.ts +2 -2
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTreeItem.js +1 -1
- package/dist/sortable-tree/index.d.ts +1 -1
- package/dist/sortable-tree/index.d.ts.map +1 -1
- package/dist/sorting-select/SortingSelect.d.ts +2 -2
- package/dist/sorting-select/SortingSelect.d.ts.map +1 -1
- package/dist/sorting-select/SortingSelect.js +1 -1
- package/dist/static/CountryCodeSelect.d.ts +2 -2
- package/dist/static/CountryCodeSelect.d.ts.map +1 -1
- package/dist/static/CountryCodeSelect.js +1 -1
- package/dist/static/CountrySelect.d.ts +2 -2
- package/dist/static/CountrySelect.d.ts.map +1 -1
- package/dist/static/CountrySelect.js +1 -1
- package/dist/static/CurrencyNumberInput.d.ts +2 -2
- package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.js +1 -1
- package/dist/static/FormCard.d.ts +1 -1
- package/dist/static/FormCard.d.ts.map +1 -1
- package/dist/static/FormCard.js +1 -1
- package/dist/static/Icon.d.ts +2 -2
- package/dist/static/Icon.d.ts.map +1 -1
- package/dist/static/Icon.js +1 -1
- package/dist/static/Image.d.ts +2 -2
- package/dist/static/Image.d.ts.map +1 -1
- package/dist/static/Image.js +1 -1
- package/dist/static/RestrictedAccess.d.ts.map +1 -1
- package/dist/static/RestrictedAccess.js +1 -1
- package/dist/static/SocialButton.d.ts +2 -2
- package/dist/static/SocialButton.d.ts.map +1 -1
- package/dist/static/SocialButton.js +1 -1
- package/dist/static/StyledButton.d.ts +2 -2
- package/dist/static/StyledButton.d.ts.map +1 -1
- package/dist/static/StyledButton.js +1 -1
- package/dist/static/TextField.d.ts +2 -1
- package/dist/static/TextField.d.ts.map +1 -1
- package/dist/static/TextField.js +1 -1
- package/dist/static/UserBadge.d.ts +2 -2
- package/dist/static/UserBadge.d.ts.map +1 -1
- package/dist/static/WarningMessage.d.ts +2 -2
- 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 +4 -5
- package/dist/static/date-range-input/DateRangeInput.d.ts.map +1 -1
- package/dist/static/date-range-input/DateRangeInput.js +1 -1
- 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.js +1 -1
- package/dist/static/form-number-input/FormNumberInput.d.ts +3 -2
- package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.js +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/DefaultUserImage.js +1 -1
- package/dist/static/index.js +1 -1
- package/dist/static/loader/BlockLoader.d.ts +2 -2
- package/dist/static/loader/BlockLoader.d.ts.map +1 -1
- package/dist/static/loader/BlockLoader.js +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 +4 -3
- package/dist/static/loader/LoaderIndicator.d.ts.map +1 -1
- package/dist/static/loader/LoaderIndicator.js +1 -1
- package/dist/static/loader/PaymentLoader.d.ts +3 -3
- package/dist/static/loader/PaymentLoader.d.ts.map +1 -1
- package/dist/static/loader/PaymentLoader.js +1 -1
- package/dist/static/loader/SnippetLoader.d.ts +2 -2
- package/dist/static/loader/SnippetLoader.d.ts.map +1 -1
- package/dist/static/loader/SnippetLoader.js +1 -1
- package/dist/static/manual-date-picker/ManualDatePicker.d.ts +2 -2
- package/dist/static/manual-date-picker/ManualDatePicker.d.ts.map +1 -1
- package/dist/static/manual-date-picker/ManualDatePicker.js +1 -1
- package/dist/static/manual-date-picker/hooks/useManualDatePicker.js +1 -1
- package/dist/static/number-input/NumberInput.d.ts +2 -2
- package/dist/static/number-input/NumberInput.d.ts.map +1 -1
- package/dist/static/number-input/NumberInput.js +1 -1
- package/dist/static/switch/BooleanSwitch.d.ts +2 -2
- package/dist/static/switch/BooleanSwitch.d.ts.map +1 -1
- package/dist/static/switch/BooleanSwitch.js +1 -1
- package/dist/static/switch/Switch.d.ts +4 -3
- package/dist/static/switch/Switch.d.ts.map +1 -1
- package/dist/static/switch/Switch.js +1 -1
- package/dist/static/tabs/Tab.d.ts +2 -2
- package/dist/static/tabs/Tab.d.ts.map +1 -1
- package/dist/static/tabs/Tab.js +1 -1
- package/dist/static/tabs/Tabs.d.ts +1 -1
- package/dist/static/tabs/Tabs.d.ts.map +1 -1
- package/dist/static/tabs/Tabs.js +1 -1
- package/dist/static/text-expand/TextExpand.d.ts +2 -2
- package/dist/static/text-expand/TextExpand.d.ts.map +1 -1
- package/dist/static/text-expand/TextExpand.js +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 +1 -1
- package/dist/styles/activity-card/GridActivitiesCard.scss +29 -0
- package/dist/styles/activity-card/ListActivitiesCard.scss +58 -0
- package/dist/styles/activity-card/_index.scss +2 -0
- package/dist/styles/affiliate/AffiliateCard.scss +4 -15
- package/dist/styles/auth/AccessDenied.scss +1 -1
- package/dist/styles/availability-indicator/AvailabilityIndicator.scss +7 -0
- package/dist/styles/availability-indicator/_index.scss +1 -0
- package/dist/styles/back-button/BackButton.scss +33 -0
- package/dist/styles/back-button/_index.scss +1 -0
- package/dist/styles/company-user-form/UserForm.scss +4 -7
- package/dist/styles/company-user-form/_index.scss +1 -1
- package/dist/styles/custom-fields/CreateSortableListItem.scss +2 -1
- package/dist/styles/custom-fields/_index.scss +1 -1
- package/dist/styles/customers/Filter.scss +5 -5
- package/dist/styles/date-time-button/DateTimeButton.scss +107 -0
- package/dist/styles/date-time-button/_index.scss +1 -0
- package/dist/styles/events/EditEventModal.scss +1 -3
- package/dist/styles/events/EventCard.scss +11 -4
- package/dist/styles/events/EventVenueMap.scss +8 -8
- package/dist/styles/form/CustomCheckbox.scss +6 -0
- package/dist/styles/form/Input.scss +1 -1
- package/dist/styles/header/Header.scss +1 -5
- package/dist/styles/header/elements/CompanySelector.scss +2 -2
- package/dist/styles/iframe-events/Calendar.scss +2 -2
- package/dist/styles/iframe-events/CalendarSelect.scss +1 -1
- package/dist/styles/iframe-events/Card.scss +5 -4
- package/dist/styles/iframe-events/CategoryStepsForm.scss +6 -7
- package/dist/styles/iframe-events/Event.scss +2 -4
- package/dist/styles/iframe-events/EventForm.scss +54 -54
- package/dist/styles/iframe-events/EventNavigationFooter.scss +1 -0
- package/dist/styles/iframe-events/PoweredBy.scss +1 -1
- package/dist/styles/iframe-events/TicketDescription.scss +1 -1
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -3
- package/dist/styles/iframe-order-process/IframeOrderProcess.scss +11 -4
- package/dist/styles/iframe-page/PageBody.scss +1 -1
- package/dist/styles/iframe-payments/PaymentForm.scss +1 -1
- package/dist/styles/layout/BackgroundVideoContainer.scss +2 -2
- package/dist/styles/notification/Notification.scss +5 -1
- package/dist/styles/order-items-table/OrderItemsTable.scss +1 -2
- package/dist/styles/packages.scss +5 -0
- package/dist/styles/product-set/CreateProductSetItem.scss +15 -13
- package/dist/styles/product-set/DateAndRecurrenceInput.scss +6 -8
- 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/TutorialGifCard.scss +1 -1
- package/dist/styles/product-set/_index.scss +1 -1
- package/dist/styles/report/ReportCard.scss +1 -0
- package/dist/styles/report/_index.scss +1 -1
- package/dist/styles/resources-blocking/_index.scss +54 -1
- package/dist/styles/sales/BookingFilter.scss +2 -0
- package/dist/styles/sales/BookingResults.scss +9 -1
- package/dist/styles/sales/BookingTabs.scss +5 -4
- package/dist/styles/sales/Filters.scss +5 -4
- package/dist/styles/sales/GuestProfile.scss +170 -175
- package/dist/styles/sales/LifeTimeSales.scss +1 -1
- package/dist/styles/sales/ManualBooking.scss +7 -1
- package/dist/styles/sales/RandomColors.scss +3 -0
- package/dist/styles/sales/SalesAndViews.scss +1 -2
- package/dist/styles/snippet-templates/SnippetTemplate.scss +11 -13
- package/dist/styles/snippet-templates/SnippetTemplateCard.scss +1 -1
- package/dist/styles/snippet-templates/_snippetVariables.scss +63 -244
- package/dist/styles/sortable-field/SortableField.scss +21 -0
- package/dist/styles/sortable-field/_index.scss +1 -0
- package/dist/styles/sortable-tree/Item.scss +4 -4
- package/dist/styles/table/Table.scss +1 -1
- package/dist/styles/themes/bookedit/_index.scss +9 -9
- package/dist/styles/themes/bookedit/_variables.scss +11 -32
- package/dist/styles/themes/licklist/_variables.scss +1 -1
- package/dist/styles/tiptap-editor/TiptapEditor.scss +9 -10
- package/dist/styles/tiptap-editor/_index.scss +1 -1
- package/dist/styles/venue-map-sets/VenueMapSetCard.scss +7 -5
- package/dist/styles/venue-map-sets/VenueMapSetForm.scss +5 -4
- package/dist/styles/virtualized/_index.scss +1 -1
- package/dist/styles/zones/ZoneCard.scss +10 -5
- package/dist/styles/zones/ZoneForm.scss +4 -2
- package/dist/styles/zones/ZoneRecurrencesControl.scss +6 -8
- package/dist/table/FilterHelperComponent.d.ts +2 -2
- package/dist/table/FilterHelperComponent.d.ts.map +1 -1
- package/dist/table/FilterHelperComponent.js +1 -1
- package/dist/table/MenuButton.d.ts +2 -2
- package/dist/table/MenuButton.d.ts.map +1 -1
- package/dist/table/MenuButton.js +1 -1
- package/dist/table/PaginationHelperComponent.d.ts +2 -2
- package/dist/table/PaginationHelperComponent.d.ts.map +1 -1
- package/dist/table/PaginationHelperComponent.js +1 -1
- package/dist/table/PerPageHelperComponent.d.ts +2 -2
- package/dist/table/PerPageHelperComponent.d.ts.map +1 -1
- package/dist/table/PerPageHelperComponent.js +1 -1
- package/dist/table/ReactTableHelperComponent.d.ts.map +1 -1
- package/dist/table/ReactTableHelperComponent.js +1 -1
- package/dist/table/StaticTable.d.ts +3 -2
- package/dist/table/StaticTable.d.ts.map +1 -1
- package/dist/table/StaticTable.js +1 -1
- package/dist/table/TableHelperComponent.d.ts +2 -2
- package/dist/table/TableHelperComponent.d.ts.map +1 -1
- package/dist/table/TableHelperComponent.js +1 -1
- package/dist/table/hooks/useTableQueryOptions.d.ts.map +1 -1
- package/dist/table/hooks/useTableQueryOptions.js +1 -1
- package/dist/table/types.d.ts.map +1 -1
- package/dist/table/utils/index.js +1 -1
- package/dist/tiptap-editor/TipTapEditor.d.ts +1 -1
- package/dist/tiptap-editor/TipTapEditor.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapEditor.js +1 -1
- package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts +2 -2
- package/dist/tiptap-editor/TipTapMenu/TipTapMenu.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/TipTapMenu.js +1 -1
- 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/extensions/EMOJIS.js +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/utils.d.ts +2 -2
- package/dist/typeahead/Typeahead.d.ts +2 -2
- package/dist/typeahead/Typeahead.d.ts.map +1 -1
- package/dist/typeahead/Typeahead.js +1 -1
- package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts +2 -2
- package/dist/typeahead-helper/TypeaheadHelperComponent.d.ts.map +1 -1
- package/dist/typeahead-helper/TypeaheadHelperComponent.js +1 -1
- package/dist/types/iframe.d.ts +2 -47
- package/dist/types/iframe.d.ts.map +1 -1
- package/dist/venue-map-sets/card/VenueMapSetCard.d.ts +2 -2
- package/dist/venue-map-sets/card/VenueMapSetCard.d.ts.map +1 -1
- package/dist/venue-map-sets/card/VenueMapSetCard.js +1 -1
- package/dist/venue-map-sets/form/VenueMapSetForm.d.ts +2 -2
- package/dist/venue-map-sets/form/VenueMapSetForm.d.ts.map +1 -1
- package/dist/venue-map-sets/form/VenueMapSetForm.js +1 -1
- package/dist/venue-map-sets/form/components/NameControl.d.ts +2 -2
- package/dist/venue-map-sets/form/components/NameControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/NameControl.js +1 -1
- package/dist/venue-map-sets/form/components/VenueMapControl.d.ts +2 -2
- package/dist/venue-map-sets/form/components/VenueMapControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapControl.js +1 -1
- package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts +2 -2
- package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapImageControl.js +1 -1
- package/dist/venue-map-sets/form/components/VenueMapModal.d.ts +2 -2
- package/dist/venue-map-sets/form/components/VenueMapModal.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapModal.js +1 -1
- package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts +2 -2
- package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapsControl.js +1 -1
- package/dist/virtualized/components/VirtualizedGrid.d.ts +2 -2
- package/dist/virtualized/components/VirtualizedGrid.d.ts.map +1 -1
- package/dist/virtualized/components/VirtualizedGrid.js +1 -1
- package/dist/virtualized/components/VirtualizedWindowScroller.d.ts +2 -2
- package/dist/virtualized/components/VirtualizedWindowScroller.d.ts.map +1 -1
- package/dist/virtualized/components/VirtualizedWindowScroller.js +1 -1
- package/dist/virtualized/context/VirtualizedContext.d.ts +1 -1
- package/dist/virtualized/context/VirtualizedContext.d.ts.map +1 -1
- package/dist/virtualized/context/VirtualizedContext.js +1 -1
- package/dist/zone/card/ZoneCard.d.ts +2 -2
- package/dist/zone/card/ZoneCard.d.ts.map +1 -1
- package/dist/zone/card/ZoneCard.js +1 -1
- package/dist/zone/form/ZoneForm.d.ts +2 -2
- package/dist/zone/form/ZoneForm.d.ts.map +1 -1
- package/dist/zone/form/ZoneForm.js +1 -1
- package/dist/zone/form/components/AvailableTimesControl.d.ts +9 -0
- package/dist/zone/form/components/AvailableTimesControl.d.ts.map +1 -1
- package/dist/zone/form/components/AvailableTimesControl.js +1 -1
- package/dist/zone/form/components/DescriptionControl.d.ts +2 -2
- package/dist/zone/form/components/DescriptionControl.d.ts.map +1 -1
- package/dist/zone/form/components/DescriptionControl.js +1 -1
- package/dist/zone/form/components/GameDurationControl.d.ts +7 -0
- package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -0
- package/dist/zone/form/components/GameDurationControl.js +1 -0
- package/dist/zone/form/components/NameControl.d.ts +2 -2
- package/dist/zone/form/components/NameControl.d.ts.map +1 -1
- package/dist/zone/form/components/NameControl.js +1 -1
- package/dist/zone/form/components/SortControl.d.ts +2 -2
- package/dist/zone/form/components/SortControl.d.ts.map +1 -1
- package/dist/zone/form/components/SortControl.js +1 -1
- package/dist/zone/form/components/ZoneControl.d.ts +2 -2
- package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneControl.js +1 -1
- package/dist/zone/form/components/ZoneImageControl.d.ts +2 -2
- package/dist/zone/form/components/ZoneImageControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneImageControl.js +1 -1
- package/dist/zone/form/components/ZoneRecurrenceControl.d.ts +2 -2
- package/dist/zone/form/components/ZoneRecurrenceControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrenceControl.js +1 -1
- 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 +1 -1
- package/dist/zone/form/components/ZoneTypeControl.d.ts +2 -2
- package/dist/zone/form/components/ZoneTypeControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneTypeControl.js +1 -1
- package/dist/zone/form/utils/dates.d.ts.map +1 -1
- package/dist/zone/form/utils/dates.js +1 -1
- package/jest.config.js +29 -0
- package/package.json +105 -110
- package/rollup.config.js +17 -54
- package/src/affiliate/card/AffiliateCard.stories.tsx +19 -0
- package/src/affiliate/card/AffiliateCard.tsx +122 -0
- package/src/affiliate/card/index.ts +1 -0
- package/src/affiliate/form/AffiliateControl.tsx +94 -0
- package/src/affiliate/form/AffiliateForm.stories.tsx +17 -0
- package/src/affiliate/form/AffiliateForm.tsx +118 -0
- package/src/affiliate/form/index.ts +2 -0
- package/src/affiliate/index.ts +3 -0
- package/src/affiliate/types/index.ts +14 -0
- package/src/assets/dashboard/addImage.svg +4 -0
- package/src/assets/dashboard/chartBar.svg +47 -0
- package/src/assets/dashboard/genderFemale.svg +3 -0
- package/src/assets/dashboard/genderMale.svg +10 -0
- package/src/assets/dashboard/increment.svg +12 -0
- package/src/assets/dashboard/managerRole.svg +7 -0
- package/src/assets/dashboard/subManagerRole.svg +8 -0
- package/src/assets/dashboard/viewerRole.svg +8 -0
- package/src/assets/dashboard/visitedProviderLink.svg +4 -0
- package/src/assets/dashboard/warning.svg +4 -0
- package/src/assets/editor/bold.svg +6 -0
- package/src/assets/editor/double-quotes-l.svg +6 -0
- package/src/assets/editor/format-clear.svg +6 -0
- package/src/assets/editor/h1.svg +6 -0
- package/src/assets/editor/h2.svg +6 -0
- package/src/assets/editor/italic.svg +6 -0
- package/src/assets/editor/paragraph.svg +6 -0
- package/src/assets/editor/separator.svg +6 -0
- package/src/assets/editor/strikethrough.svg +6 -0
- package/src/assets/editor/text-wrap.svg +5 -0
- package/src/assets/iframe/available.svg +5 -0
- package/src/assets/iframe/backButton.svg +4 -0
- package/src/assets/iframe/calendar.svg +3 -0
- package/src/assets/iframe/clock.svg +3 -0
- package/src/assets/iframe/close.svg +3 -0
- package/src/assets/iframe/failedPayment.svg +12 -0
- package/src/assets/iframe/limited.svg +5 -0
- package/src/assets/iframe/selectArrow.svg +3 -0
- package/src/assets/iframe/soldOut.svg +6 -0
- package/src/assets/iframe/success.svg +3 -0
- package/src/assets/iframe/thumbUp.svg +12 -0
- package/src/assets/iframe/ticket.svg +3 -0
- package/src/assets/logo/bookedit.svg +9 -0
- package/src/assets/logo/favicon.svg +12 -0
- package/src/assets/logo/licklist.sm.svg +57 -0
- package/src/assets/logo/licklist.svg +46 -0
- package/src/assets/static/default.image.svg +50 -0
- package/src/assets/static/default.user.png +0 -0
- package/src/assets/widgets/copy.svg +5 -0
- package/src/assets/widgets/monthCalendar.svg +38 -0
- package/src/assets/widgets/weekCalendar.svg +14 -0
- package/src/auth/AccessDenied/AccessDenied.stories.tsx +11 -0
- package/src/auth/AccessDenied/AccessDenied.tsx +39 -0
- package/src/auth/AccessDenied/index.ts +1 -0
- package/src/auth/Auth.stories.tsx +56 -0
- package/src/auth/Authorizer.tsx +88 -0
- package/src/auth/ChangePassword/ChangePassword.stories.tsx +26 -0
- package/src/auth/ChangePassword/ChangePasswordComponent.tsx +90 -0
- package/src/auth/ChangePassword/ChangePasswordFormComponent.tsx +160 -0
- package/src/auth/ChangePassword/index.ts +2 -0
- package/src/auth/Layout/AuthNavComponent.tsx +30 -0
- package/src/auth/Layout/Layout.stories.tsx +41 -0
- package/src/auth/Layout/UserNavComponent.tsx +31 -0
- package/src/auth/Layout/UserNavDropDown.tsx +26 -0
- package/src/auth/Layout/UserNavDropDownToggle.tsx +31 -0
- package/src/auth/Layout/index.ts +4 -0
- package/src/auth/Login/Login.stories.tsx +34 -0
- package/src/auth/Login/LoginComponent.tsx +140 -0
- package/src/auth/Login/LoginFormComponent.tsx +164 -0
- package/src/auth/Login/index.ts +2 -0
- package/src/auth/Logout/Logout.stories.tsx +58 -0
- package/src/auth/Logout/Logout.tsx +15 -0
- package/src/auth/Logout/index.ts +1 -0
- package/src/auth/Register/BirthDateFormComponent.tsx +201 -0
- package/src/auth/Register/Register.stories.tsx +55 -0
- package/src/auth/Register/RegisterComponent.tsx +141 -0
- package/src/auth/Register/RegisterFormComponent.tsx +421 -0
- package/src/auth/Register/index.ts +3 -0
- package/src/auth/ResetPassword/ResetPassword.stories.tsx +25 -0
- package/src/auth/ResetPassword/ResetPasswordComponent.tsx +74 -0
- package/src/auth/ResetPassword/ResetPasswordFormComponent.tsx +123 -0
- package/src/auth/ResetPassword/index.ts +2 -0
- package/src/auth/Router.tsx +35 -0
- package/src/auth/Social/Social.stories.tsx +23 -0
- package/src/auth/Social/SocialCallbackComponent.tsx +132 -0
- package/src/auth/Social/SocialFormComponent.tsx +100 -0
- package/src/auth/Social/index.ts +2 -0
- package/src/auth/index.ts +10 -0
- package/src/availability-indicator/AvailabilityIndicator.tsx +67 -0
- package/src/availability-indicator/index.ts +1 -0
- package/src/calendar/Calendar.stories.tsx +33 -0
- package/src/calendar/Calendar.tsx +45 -0
- package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +133 -0
- package/src/calendar/components/CalendarButtons/index.ts +1 -0
- package/src/calendar/components/CalendarDates/CalendarDates.tsx +69 -0
- package/src/calendar/components/CalendarDates/index.ts +1 -0
- package/src/calendar/components/CalendarSelect/CalendarSelect.tsx +54 -0
- package/src/calendar/components/CalendarSelect/index.ts +5 -0
- package/src/calendar/components/CalendarWeekdays/CalendarWeekdays.tsx +28 -0
- package/src/calendar/components/CalendarWeekdays/index.ts +1 -0
- package/src/calendar/index.ts +3 -0
- package/src/calendar/utils/index.ts +28 -0
- package/src/collapsible-input-group/CollapsibleInputGroup.stories.tsx +95 -0
- package/src/collapsible-input-group/CollapsibleInputGroup.tsx +63 -0
- package/src/collapsible-input-group/index.ts +1 -0
- package/src/custom-fields/CustomFields.stories.tsx +199 -0
- package/src/custom-fields/constants.ts +40 -0
- package/src/custom-fields/field/FieldItem.tsx +19 -0
- package/src/custom-fields/field/SelectFieldModal.tsx +48 -0
- package/src/custom-fields/field-set/CustomFieldSets.tsx +100 -0
- package/src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx +254 -0
- package/src/custom-fields/field-set/components/CustomFieldSet/index.ts +1 -0
- package/src/custom-fields/field-set/components/index.ts +1 -0
- package/src/custom-fields/field-set/contexts/index.ts +1 -0
- package/src/custom-fields/field-set/contexts/useCustomFieldSets.ts +15 -0
- package/src/custom-fields/field-set/providers/CustomFieldSetsProvider.tsx +12 -0
- package/src/custom-fields/field-set/providers/index.ts +1 -0
- package/src/custom-fields/forms/DropdownForm.tsx +213 -0
- package/src/custom-fields/forms/TextInputForm.tsx +83 -0
- package/src/custom-fields/index.ts +1 -0
- package/src/customers/components/filter/CustomerFilter.stories.tsx +18 -0
- package/src/customers/components/filter/CustomerFilter.tsx +48 -0
- package/src/customers/components/filter/index.ts +2 -0
- package/src/customers/components/index.ts +1 -0
- package/src/customers/index.ts +1 -0
- package/src/date-time-button/DateContent.tsx +64 -0
- package/src/date-time-button/DateTimeButton.stories.tsx +96 -0
- package/src/date-time-button/DateTimeButton.tsx +84 -0
- package/src/date-time-button/index.ts +1 -0
- package/src/error/Error.stories.tsx +15 -0
- package/src/error/ErrorFallback.tsx +17 -0
- package/src/error/index.ts +1 -0
- package/src/events/edit-event-modal/IntervalInput.tsx +254 -0
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.stories.tsx +1113 -0
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +464 -0
- package/src/events/edit-event-modal/component/EditEventForm/index.ts +1 -0
- package/src/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.tsx +73 -0
- package/src/events/edit-event-modal/component/ProductSetShortForm/index.ts +1 -0
- package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +167 -0
- package/src/events/edit-event-modal/component/SaleDeadline/index.ts +1 -0
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +213 -0
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +143 -0
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/index.ts +1 -0
- package/src/events/edit-event-modal/component/SelectEventProductSet/index.ts +1 -0
- package/src/events/edit-event-modal/index.ts +3 -0
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +50 -0
- package/src/events/edit-event-modal/utils/isUrlValid.ts +7 -0
- package/src/events/edit-event-modal/utils/removeRruleCount.ts +12 -0
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.stories.tsx +37 -0
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +120 -0
- package/src/events/edit-recurrent-event-modal/index.ts +1 -0
- package/src/events/event-card/EventCard.stories.tsx +84 -0
- package/src/events/event-card/EventCard.tsx +179 -0
- package/src/events/event-card/EventCardSkeleton.tsx +39 -0
- package/src/events/event-card/index.ts +2 -0
- package/src/events/event-card/utils.ts +123 -0
- package/src/events/event-statistic-modal/EventStatisticModal.stories.tsx +147 -0
- package/src/events/event-statistic-modal/EventStatisticModal.tsx +73 -0
- package/src/events/event-statistic-modal/hooks/useTableData.tsx +92 -0
- package/src/events/event-statistic-modal/index.ts +2 -0
- package/src/events/event-statistic-modal/utils/index.ts +134 -0
- package/src/events/event-venue-map/EventVenueMap.stories.tsx +69 -0
- package/src/events/event-venue-map/EventVenueMap.tsx +77 -0
- package/src/events/event-venue-map/components/Dropdown/Dropdown.tsx +102 -0
- package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.tsx +10 -0
- package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.ts +1 -0
- package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.tsx +43 -0
- package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/index.ts +1 -0
- package/src/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.tsx +144 -0
- package/src/events/event-venue-map/components/Dropdown/components/SelectControl/index.ts +1 -0
- package/src/events/event-venue-map/components/Dropdown/index.ts +1 -0
- package/src/events/event-venue-map/components/MapPoint/MapPoint.tsx +155 -0
- package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.tsx +54 -0
- package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.ts +1 -0
- package/src/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.tsx +52 -0
- package/src/events/event-venue-map/components/MapPoint/components/EditIcon/index.ts +1 -0
- package/src/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.tsx +110 -0
- package/src/events/event-venue-map/components/MapPoint/components/PointIcon/index.ts +1 -0
- package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.tsx +166 -0
- package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/index.ts +2 -0
- package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.tsx +68 -0
- package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.ts +1 -0
- package/src/events/event-venue-map/components/MapPoint/index.ts +1 -0
- package/src/events/event-venue-map/components/Scrollbars/Scrollbars.tsx +127 -0
- package/src/events/event-venue-map/components/Scrollbars/index.ts +1 -0
- package/src/events/event-venue-map/components/VenueMap/VenueMap.tsx +200 -0
- package/src/events/event-venue-map/components/VenueMap/index.ts +2 -0
- package/src/events/event-venue-map/components/ZoomButtons/ZoomButtons.tsx +26 -0
- package/src/events/event-venue-map/components/ZoomButtons/index.ts +1 -0
- package/src/events/event-venue-map/hooks/useCanvasSize.ts +22 -0
- package/src/events/event-venue-map/hooks/useDrag.ts +172 -0
- package/src/events/event-venue-map/hooks/useImage.tsx +91 -0
- package/src/events/event-venue-map/hooks/useStageActions.ts +145 -0
- package/src/events/event-venue-map/hooks/useZoom.ts +146 -0
- package/src/events/event-venue-map/index.ts +1 -0
- package/src/events/event-venue-map/types/index.ts +42 -0
- package/src/events/event-venue-map/utils/index.ts +237 -0
- package/src/events/index.ts +5 -0
- package/src/file-upload/FilePreview.tsx +140 -0
- package/src/file-upload/FileUpload.stories.tsx +21 -0
- package/src/file-upload/FileUpload.tsx +216 -0
- package/src/file-upload/index.ts +1 -0
- package/src/header/BookeditHeader.tsx +38 -0
- package/src/header/Header.stories.tsx +119 -0
- package/src/header/Header.tsx +69 -0
- package/src/header/LicklistHeader.tsx +46 -0
- package/src/header/elements/CompanySelector.tsx +48 -0
- package/src/header/elements/Elements.stories.tsx +34 -0
- package/src/header/elements/index.ts +3 -0
- package/src/header/index.ts +7 -0
- package/src/help/example/Example.stories.tsx +76 -0
- package/src/help/example/Example.tsx +181 -0
- package/src/help/example/index.ts +1 -0
- package/src/help/index.ts +2 -0
- package/src/help/popover/HelpPopover.tsx +55 -0
- package/src/help/popover/Popover.stories.tsx +39 -0
- package/src/help/popover/index.ts +1 -0
- package/src/iframe/activity-card/ActivityCard.stories.tsx +51 -0
- package/src/iframe/activity-card/ActivityCard.tsx +66 -0
- package/src/iframe/activity-card/index.ts +1 -0
- package/src/iframe/back-button/BackButton.stories.tsx +16 -0
- package/src/iframe/back-button/BackButton.tsx +19 -0
- package/src/iframe/back-button/index.ts +1 -0
- package/src/iframe/custom-fields/components/CustomDateField.stories.tsx +70 -0
- package/src/iframe/custom-fields/components/CustomDateField.tsx +145 -0
- package/src/iframe/custom-fields/index.ts +2 -0
- package/src/iframe/event/event-booking-form/EventBookingForm.stories.tsx +16 -0
- package/src/iframe/event/event-booking-form/EventBookingForm.tsx +57 -0
- package/src/iframe/event/event-booking-form/index.ts +1 -0
- package/src/iframe/event/event-booking-products/EventBookingProducts.stories.tsx +72 -0
- package/src/iframe/event/event-booking-products/EventBookingProducts.tsx +41 -0
- package/src/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.tsx +170 -0
- package/src/iframe/event/event-booking-products/components/AccordionItem/index.ts +1 -0
- package/src/iframe/event/event-booking-products/index.ts +1 -0
- package/src/iframe/event/event-booking-view/EventBookingView.stories.tsx +20 -0
- package/src/iframe/event/event-booking-view/EventBookingView.tsx +39 -0
- package/src/iframe/event/event-booking-view/index.ts +1 -0
- package/src/iframe/event/event-card/IframeEventCard.stories.tsx +72 -0
- package/src/iframe/event/event-card/IframeEventCard.tsx +140 -0
- package/src/iframe/event/event-card/IframeEventCardSkeleton.tsx +86 -0
- package/src/iframe/event/event-card/IframeEventCards.stories.tsx +598 -0
- package/src/iframe/event/event-card/index.ts +2 -0
- package/src/iframe/event/event-description/EventDescription.stories.tsx +75 -0
- package/src/iframe/event/event-description/EventDescription.tsx +111 -0
- package/src/iframe/event/event-description/index.ts +1 -0
- package/src/iframe/event/event-navigation-footer/EventNavigationFooter.stories.tsx +12 -0
- package/src/iframe/event/event-navigation-footer/EventNavigationFooter.tsx +98 -0
- package/src/iframe/event/event-navigation-footer/index.ts +1 -0
- package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.stories.tsx +28 -0
- package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.tsx +20 -0
- package/src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx +32 -0
- package/src/iframe/event/event-order-short-summary/components/Summary/index.ts +1 -0
- package/src/iframe/event/event-order-short-summary/index.ts +2 -0
- package/src/iframe/event/event-order-summary/EventOrderSummary.stories.tsx +17 -0
- package/src/iframe/event/event-order-summary/EventOrderSummary.tsx +32 -0
- package/src/iframe/event/event-order-summary/index.ts +1 -0
- package/src/iframe/event/event-product-sets/EventProductSets.stories.tsx +43 -0
- package/src/iframe/event/event-product-sets/EventProductSets.tsx +30 -0
- package/src/iframe/event/event-product-sets/components/EventProductSet.tsx +34 -0
- package/src/iframe/event/event-product-sets/index.ts +2 -0
- package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.stories.tsx +97 -0
- package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.tsx +32 -0
- package/src/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.tsx +44 -0
- package/src/iframe/event/event-step-venue-map-zones/index.ts +2 -0
- package/src/iframe/event/event-tables/EventTables.stories.tsx +23 -0
- package/src/iframe/event/event-tables/EventTables.tsx +38 -0
- package/src/iframe/event/event-tables/index.ts +1 -0
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +308 -0
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.tsx +26 -0
- package/src/iframe/event/event-venue-map/index.ts +1 -0
- package/src/iframe/event/index.ts +19 -0
- package/src/iframe/event/ticket-description/TicketDescription.stories.tsx +52 -0
- package/src/iframe/event/ticket-description/TicketDescription.tsx +93 -0
- package/src/iframe/event/ticket-description/index.ts +1 -0
- package/src/iframe/external-modal/ExternalModal.stories.tsx +16 -0
- package/src/iframe/external-modal/ExternalModal.tsx +69 -0
- package/src/iframe/index.ts +45 -0
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.stories.tsx +204 -0
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +97 -0
- package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.tsx +91 -0
- package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.ts +2 -0
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +43 -0
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/index.ts +1 -0
- package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +77 -0
- package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.ts +1 -0
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx +43 -0
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.tsx +27 -0
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.ts +2 -0
- package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.tsx +74 -0
- package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.ts +1 -0
- package/src/iframe/order-process/components/BookingSummary/index.ts +1 -0
- package/src/iframe/order-process/components/BookingSummary/types/index.ts +22 -0
- package/src/iframe/order-process/components/BookingSummary/utils/index.ts +23 -0
- package/src/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.tsx +48 -0
- package/src/iframe/order-process/components/BookingSummaryFooter/index.ts +2 -0
- package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.stories.tsx +456 -0
- package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx +374 -0
- package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +46 -0
- package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +64 -0
- package/src/iframe/order-process/components/CalendarStepsForm/index.ts +2 -0
- package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +216 -0
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.stories.tsx +23 -0
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +89 -0
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/index.ts +1 -0
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +108 -0
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.ts +1 -0
- package/src/iframe/order-process/components/CategoryProduct/index.ts +1 -0
- package/src/iframe/order-process/components/ErrorModal/ErrorModal.tsx +66 -0
- package/src/iframe/order-process/components/ErrorModal/index.ts +1 -0
- package/src/iframe/order-process/components/NavigationFooter/NavigationFooter.tsx +44 -0
- package/src/iframe/order-process/components/NavigationFooter/index.ts +1 -0
- package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.stories.tsx +45 -0
- package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.tsx +143 -0
- package/src/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.ts +36 -0
- package/src/iframe/order-process/components/NavigationSteps/index.ts +1 -0
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.stories.tsx +166 -0
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.tsx +109 -0
- package/src/iframe/order-process/components/PaymentCard/index.ts +1 -0
- package/src/iframe/order-process/components/Timer/Timer.stories.tsx +18 -0
- package/src/iframe/order-process/components/Timer/Timer.tsx +26 -0
- package/src/iframe/order-process/components/Timer/index.ts +1 -0
- package/src/iframe/order-process/components/Timer/utils/index.ts +7 -0
- package/src/iframe/order-process/components/utils/useCategoryVerification.ts +84 -0
- package/src/iframe/order-process/constants.ts +2 -0
- package/src/iframe/order-process/index.ts +11 -0
- package/src/iframe/page/Page.stories.tsx +290 -0
- package/src/iframe/page/Page.tsx +49 -0
- package/src/iframe/page/components/PageBody/PageBody.tsx +30 -0
- package/src/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.tsx +51 -0
- package/src/iframe/page/components/PageBody/components/LeftBlock/index.tsx +2 -0
- package/src/iframe/page/components/PageBody/components/RightBlock/RightBlock.tsx +115 -0
- package/src/iframe/page/components/PageBody/components/RightBlock/index.ts +2 -0
- package/src/iframe/page/components/PageBody/constants.ts +28 -0
- package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +256 -0
- package/src/iframe/page/components/PageBody/index.ts +2 -0
- package/src/iframe/page/components/PageBody/types.ts +1 -0
- package/src/iframe/page/components/PageHeader/PageHeader.tsx +61 -0
- package/src/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.ts +29 -0
- package/src/iframe/page/components/PageHeader/index.ts +2 -0
- package/src/iframe/page/index.ts +6 -0
- package/src/iframe/payment/index.ts +6 -0
- package/src/iframe/payment/order-items-table/OrderItemsTable.stories.tsx +187 -0
- package/src/iframe/payment/order-items-table/OrderItemsTable.tsx +36 -0
- package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +145 -0
- package/src/iframe/payment/order-items-table/index.ts +1 -0
- package/src/iframe/payment/order-items-table/types/index.ts +28 -0
- package/src/iframe/payment/order-items-table/utils/index.ts +133 -0
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +118 -0
- package/src/iframe/payment/payment-form/PaymentForm.stories.tsx +57 -0
- package/src/iframe/payment/payment-form/PaymentForm.tsx +67 -0
- package/src/iframe/payment/payment-page/PaymentPage.stories.tsx +44 -0
- package/src/iframe/payment/payment-page/PaymentPage.tsx +196 -0
- package/src/iframe/payment/payment-page/PaymentTimer.tsx +43 -0
- package/src/iframe/payment/payment-status-header/PaymentStatusHeader.stories.tsx +26 -0
- package/src/iframe/payment/payment-status-header/PaymentStatusHeader.tsx +39 -0
- package/src/iframe/payment/payment-status-page/PaymentStatusComponent.stories.tsx +22 -0
- package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +165 -0
- package/src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx +39 -0
- package/src/iframe/payment/payment-status-page/component/index.tsx +1 -0
- package/src/iframe/payment/payment-status-page/index.ts +1 -0
- package/src/iframe/payment/status-body/StatusBody.stories.tsx +22 -0
- package/src/iframe/payment/status-body/StatusBody.tsx +23 -0
- package/src/iframe/powered-by/PoweredBy.stories.tsx +16 -0
- package/src/iframe/powered-by/PoweredBy.tsx +24 -0
- package/src/iframe/powered-by/index.ts +1 -0
- package/src/iframe/ryft/RyftPaymentForm.tsx +198 -0
- package/src/image-radio-input/ImageRadioInput.stories.tsx +67 -0
- package/src/image-radio-input/ImageRadioInput.tsx +53 -0
- package/src/image-radio-input/index.ts +1 -0
- package/src/index.ts +44 -0
- package/src/layout/BackgroundVideoContainer.tsx +34 -0
- package/src/layout/Container.tsx +13 -0
- package/src/layout/DropDown.tsx +27 -0
- package/src/layout/DropDownToggle.tsx +23 -0
- package/src/layout/Layout.stories.tsx +74 -0
- package/src/layout/index.ts +6 -0
- package/src/logo/Logo.stories.tsx +56 -0
- package/src/logo/Logo.tsx +27 -0
- package/src/logo/index.ts +3 -0
- package/src/modals/confirmation/ConfirmModal.tsx +143 -0
- package/src/modals/confirmation/Confirmation.stories.tsx +26 -0
- package/src/modals/confirmation/index.ts +1 -0
- package/src/modals/dialog/Dialog.tsx +74 -0
- package/src/modals/dialog/DialogContext.tsx +83 -0
- package/src/modals/dialog/index.ts +2 -0
- package/src/modals/fullscreen/FullscreenModal.tsx +88 -0
- package/src/modals/fullscreen/FulscreenModal.stories.tsx +55 -0
- package/src/modals/fullscreen/index.ts +1 -0
- package/src/modals/index.ts +2 -0
- package/src/notification/components/NotificationPlaceholders.stories.tsx +31 -0
- package/src/notification/components/NotificationPlaceholders.tsx +42 -0
- package/src/notification/email-template/card/EmailTemplateCard.stories.tsx +23 -0
- package/src/notification/email-template/card/EmailTemplateCard.tsx +74 -0
- package/src/notification/email-template/card/index.tsx +1 -0
- package/src/notification/email-template/control/EmailTemplateControl.tsx +467 -0
- package/src/notification/email-template/control/index.ts +1 -0
- package/src/notification/email-template/form/EmailTemplateForm.stories.tsx +291 -0
- package/src/notification/email-template/form/EmailTemplateForm.tsx +127 -0
- package/src/notification/email-template/form/index.tsx +1 -0
- package/src/notification/email-template/index.ts +3 -0
- package/src/notification/hooks/useTranslatedParameters.ts +27 -0
- package/src/notification/index.ts +3 -0
- package/src/notification/send-email-template/SendEmailTemplateForm.stories.tsx +22 -0
- package/src/notification/send-email-template/SendEmailTemplateForm.tsx +109 -0
- package/src/notification/send-email-template/index.ts +1 -0
- package/src/notification/sms-template/card/SmsTemplateCard.stories.tsx +22 -0
- package/src/notification/sms-template/card/SmsTemplateCard.tsx +67 -0
- package/src/notification/sms-template/card/index.ts +1 -0
- package/src/notification/sms-template/control/SmsTemplateControl.tsx +167 -0
- package/src/notification/sms-template/control/index.ts +1 -0
- package/src/notification/sms-template/form/SmsTemplateForm.stories.tsx +85 -0
- package/src/notification/sms-template/form/SmsTemplateForm.tsx +65 -0
- package/src/notification/sms-template/form/index.ts +1 -0
- package/src/notification/sms-template/index.ts +3 -0
- package/src/number-of-people-input/NumberOfPeopleInput.tsx +37 -0
- package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.stories.tsx +92 -0
- package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.tsx +54 -0
- package/src/number-of-people-input/components/index.ts +1 -0
- package/src/number-of-people-input/index.ts +2 -0
- package/src/product-set/card/ProductSetCard.stories.tsx +22 -0
- package/src/product-set/card/ProductSetCard.tsx +127 -0
- package/src/product-set/card/index.ts +1 -0
- package/src/product-set/control/DateAndRecurrenceInput.tsx +345 -0
- package/src/product-set/control/ProductSetControl.stories.tsx +131 -0
- package/src/product-set/control/ProductSetControl.tsx +389 -0
- package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +92 -0
- package/src/product-set/control/ProductSetRecurrenceControl.tsx +94 -0
- package/src/product-set/control/TutorialGifCard.tsx +66 -0
- package/src/product-set/control/index.ts +1 -0
- package/src/product-set/deposit-paid/ProductSetDepositPaid.stories.tsx +67 -0
- package/src/product-set/deposit-paid/ProductSetDepositPaidControl.tsx +191 -0
- package/src/product-set/deposit-paid/index.ts +1 -0
- package/src/product-set/elements/DeleteFieldButton.tsx +22 -0
- package/src/product-set/elements/Elements.stories.tsx +16 -0
- package/src/product-set/elements/index.ts +1 -0
- package/src/product-set/form/MobileFooter.tsx +48 -0
- package/src/product-set/form/ProductCategoriesControl.tsx +378 -0
- package/src/product-set/form/ProductSetForm.stories.tsx +1646 -0
- package/src/product-set/form/ProductSetForm.tsx +204 -0
- package/src/product-set/form/ProductSetFormPopover.tsx +37 -0
- package/src/product-set/form/ProductsControl.tsx +293 -0
- package/src/product-set/form/SelectCategoryModal.stories.tsx +44 -0
- package/src/product-set/form/SelectCategoryModal.tsx +190 -0
- package/src/product-set/form/StepsControl.tsx +161 -0
- package/src/product-set/form/SubProductsControl.tsx +81 -0
- package/src/product-set/form/VenueMapSetModal.tsx +225 -0
- package/src/product-set/form/VenueMapsControl.tsx +84 -0
- package/src/product-set/form/context.tsx +76 -0
- package/src/product-set/form/index.ts +1 -0
- package/src/product-set/hooks/useSortableTreeFunctions.ts +37 -0
- package/src/product-set/index.ts +10 -0
- package/src/product-set/item/CreateProductSetItem.tsx +35 -0
- package/src/product-set/popover/ProductSetPopover.stories.tsx +83 -0
- package/src/product-set/popover/ProductSetPopover.tsx +72 -0
- package/src/product-set/popover/index.ts +1 -0
- package/src/product-set/product/Product.stories.tsx +162 -0
- package/src/product-set/product/ProductControl.tsx +674 -0
- package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +39 -0
- package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +181 -0
- package/src/product-set/product/booking-management/index.ts +1 -0
- package/src/product-set/product/constants.ts +1 -0
- package/src/product-set/product/deposit/ProductDeposit.stories.tsx +37 -0
- package/src/product-set/product/deposit/ProductDepositControl.tsx +99 -0
- package/src/product-set/product/deposit/index.ts +1 -0
- package/src/product-set/product/duration/ProductDurationControl.stories.tsx +25 -0
- package/src/product-set/product/duration/ProductDurationControl.tsx +146 -0
- package/src/product-set/product/duration/index.ts +1 -0
- package/src/product-set/product/fixed-duration-fields/FixedDurationOptions.tsx +53 -0
- package/src/product-set/product/fixed-duration-fields/index.ts +1 -0
- package/src/product-set/product/index.ts +4 -0
- package/src/product-set/product/price/ProductPrice.stories.tsx +37 -0
- package/src/product-set/product/price/ProductPriceControl.tsx +128 -0
- package/src/product-set/product/price/index.ts +1 -0
- package/src/product-set/product/quantity/ProductQuantity.stories.tsx +103 -0
- package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +212 -0
- package/src/product-set/product/quantity/ProductQuantityControl.tsx +178 -0
- package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +125 -0
- package/src/product-set/product/quantity/index.ts +3 -0
- package/src/product-set/product-category/ProductCategory.stories.tsx +164 -0
- package/src/product-set/product-category/ProductCategoryControl.tsx +551 -0
- package/src/product-set/product-category/index.ts +1 -0
- package/src/product-set/step/Step.stories.tsx +104 -0
- package/src/product-set/step/StepControl.tsx +137 -0
- package/src/product-set/step/index.ts +1 -0
- package/src/product-set/tabs/ProductSetTab.tsx +23 -0
- package/src/product-set/tabs/ProductSetTabs.stories.tsx +37 -0
- package/src/product-set/tabs/ProductSetTabs.tsx +27 -0
- package/src/product-set/tabs/index.ts +2 -0
- package/src/product-set/types/index.ts +20 -0
- package/src/product-set/utils/index.ts +82 -0
- package/src/provider/categories-input/CategoriesInput.stories.tsx +49 -0
- package/src/provider/categories-input/CategoriesInput.tsx +52 -0
- package/src/provider/categories-input/CategoriesInputDescription.tsx +46 -0
- package/src/provider/categories-input/index.ts +6 -0
- package/src/provider/company/index.ts +1 -0
- package/src/provider/company/user-form/UserForm.stories.tsx +19 -0
- package/src/provider/company/user-form/UserForm.tsx +155 -0
- package/src/provider/company/user-form/index.ts +1 -0
- package/src/provider/constants.ts +1 -0
- package/src/provider/index.ts +8 -0
- package/src/provider/location-input/LocationInput.stories.tsx +42 -0
- package/src/provider/location-input/LocationInput.tsx +53 -0
- package/src/provider/location-input/LocationInputDescription.tsx +26 -0
- package/src/provider/location-input/components/FormGroupControll.tsx +16 -0
- package/src/provider/location-input/components/index.ts +1 -0
- package/src/provider/location-input/index.ts +14 -0
- package/src/provider/provider-details-input/ProviderDetailsInput.stories.tsx +28 -0
- package/src/provider/provider-details-input/ProviderDetailsInput.tsx +178 -0
- package/src/provider/provider-details-input/index.ts +1 -0
- package/src/provider/provider-form/ProviderForm.stories.tsx +63 -0
- package/src/provider/provider-form/ProviderForm.tsx +168 -0
- package/src/provider/provider-form/index.ts +1 -0
- package/src/provider/provider-links-input/ProviderLinksInput.stories.tsx +28 -0
- package/src/provider/provider-links-input/ProviderLinksInput.tsx +68 -0
- package/src/provider/provider-links-input/index.ts +1 -0
- package/src/provider/venue-form/VenueForm.stories.tsx +85 -0
- package/src/provider/venue-form/VenueForm.tsx +233 -0
- package/src/provider/venue-form/index.ts +1 -0
- package/src/provider/working-hours-input/WorkingHoursInput.stories.tsx +38 -0
- package/src/provider/working-hours-input/WorkingHoursInput.tsx +94 -0
- package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +50 -0
- package/src/provider/working-hours-input/index.ts +13 -0
- package/src/provider/working-hours-input/utils.ts +6 -0
- package/src/radio-card/RadioCard.stories.tsx +48 -0
- package/src/radio-card/RadioCard.tsx +49 -0
- package/src/radio-card/index.ts +1 -0
- package/src/recurrence-input/RecurrenceEndInput.tsx +155 -0
- package/src/recurrence-input/RecurrenceInput.stories.tsx +21 -0
- package/src/recurrence-input/RecurrenceInput.tsx +144 -0
- package/src/recurrence-input/RecurrenceIntervalAndFrequencyInput.tsx +82 -0
- package/src/recurrence-input/RecurrenceMonthlyRepeatByInput.tsx +51 -0
- package/src/recurrence-input/RecurrenceWeekdaysInput.tsx +53 -0
- package/src/recurrence-input/index.ts +1 -0
- package/src/recurrence-input/utils.ts +111 -0
- package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +137 -0
- package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +184 -0
- package/src/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.tsx +51 -0
- package/src/recurring-date-picker-input/RecurrenceWeekdaysInput.tsx +55 -0
- package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +48 -0
- package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +362 -0
- package/src/recurring-date-picker-input/index.ts +1 -0
- package/src/recurring-date-picker-input/utils.ts +111 -0
- package/src/report/card/ReportCard.stories.tsx +21 -0
- package/src/report/card/ReportCard.tsx +43 -0
- package/src/report/card/index.ts +1 -0
- package/src/report/form/ReportForm.stories.tsx +18 -0
- package/src/report/form/ReportForm.tsx +103 -0
- package/src/report/form/index.ts +1 -0
- package/src/report/index.ts +2 -0
- package/src/resource/card/ResourceCard.stories.tsx +17 -0
- package/src/resource/card/ResourceCard.tsx +14 -0
- package/src/resource/card/index.ts +2 -0
- package/src/resource/form/ResourceForm.stories.tsx +25 -0
- package/src/resource/form/ResourceForm.tsx +89 -0
- package/src/resource/form/components/CapacityControl.tsx +48 -0
- package/src/resource/form/components/NameControl.tsx +47 -0
- package/src/resource/form/components/SortControl.tsx +48 -0
- package/src/resource/form/components/ZoneControl.tsx +53 -0
- package/src/resource/form/index.ts +2 -0
- package/src/resource/index.ts +4 -0
- package/src/sales/booking/index.ts +1 -0
- package/src/sales/booking/results/BookingResults.stories.tsx +274 -0
- package/src/sales/booking/results/BookingResults.tsx +49 -0
- package/src/sales/booking/results/components/ResultCard.tsx +123 -0
- package/src/sales/booking/results/constants.ts +7 -0
- package/src/sales/booking/results/index.ts +3 -0
- package/src/sales/constants.tsx +24 -0
- package/src/sales/coupon/control/CouponFormControl.tsx +420 -0
- package/src/sales/coupon/control/index.ts +1 -0
- package/src/sales/coupon/form/CouponForm.stories.tsx +59 -0
- package/src/sales/coupon/form/CouponFrom.tsx +97 -0
- package/src/sales/coupon/form/index.ts +1 -0
- package/src/sales/coupon/index.tsx +1 -0
- package/src/sales/filters/SaleFilter.stories.tsx +20 -0
- package/src/sales/filters/SaleFilters.tsx +86 -0
- package/src/sales/filters/index.ts +1 -0
- package/src/sales/guest-profile/index.ts +4 -0
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.stories.tsx +277 -0
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +97 -0
- package/src/sales/guest-profile/previous-bookings/index.ts +1 -0
- package/src/sales/guest-profile/profile/Profile.stories.tsx +25 -0
- package/src/sales/guest-profile/profile/Profile.tsx +63 -0
- package/src/sales/guest-profile/profile/components/ImageHolder/ImageHolder.tsx +20 -0
- package/src/sales/guest-profile/profile/components/ImageHolder/index.ts +1 -0
- package/src/sales/guest-profile/profile/index.ts +2 -0
- package/src/sales/guest-profile/user-metrics/UserMetrics.stories.tsx +37 -0
- package/src/sales/guest-profile/user-metrics/UserMetrics.tsx +129 -0
- package/src/sales/guest-profile/user-metrics/index.ts +2 -0
- package/src/sales/guest-profile/visited-providers/VisitedProviders.stories.tsx +77 -0
- package/src/sales/guest-profile/visited-providers/VisitedProviders.tsx +54 -0
- package/src/sales/guest-profile/visited-providers/index.ts +1 -0
- package/src/sales/index.ts +12 -0
- package/src/sales/life-time-sales/LifeTimeSalesChart.stories.tsx +63 -0
- package/src/sales/life-time-sales/LifeTimeSalesChart.tsx +113 -0
- package/src/sales/life-time-sales/index.ts +1 -0
- package/src/sales/manual-booking/formatDays.ts +46 -0
- package/src/sales/manual-booking/index.ts +6 -0
- package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.tsx +129 -0
- package/src/sales/manual-booking/number-input-horizontal/index.ts +1 -0
- package/src/sales/manual-booking/search-user/SearchUser.tsx +167 -0
- package/src/sales/manual-booking/search-user/index.ts +1 -0
- package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.stories.tsx +29 -0
- package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.tsx +80 -0
- package/src/sales/manual-booking/select-date-type-control/index.ts +1 -0
- package/src/sales/manual-booking/select-event/SelectEvent.tsx +112 -0
- package/src/sales/manual-booking/select-event/index.ts +1 -0
- package/src/sales/manual-booking/select-menu/SelectMenu.stories.tsx +161 -0
- package/src/sales/manual-booking/select-menu/SelectMenu.tsx +64 -0
- package/src/sales/manual-booking/select-menu/components/MenuButton.tsx +29 -0
- package/src/sales/manual-booking/select-menu/index.ts +2 -0
- package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +117 -0
- package/src/sales/manual-booking/summary/index.ts +1 -0
- package/src/sales/modals/index.ts +2 -0
- package/src/sales/modals/payment-modal/PaymentModal.stories.tsx +88 -0
- package/src/sales/modals/payment-modal/PaymentModal.tsx +103 -0
- package/src/sales/modals/payment-modal/index.ts +2 -0
- package/src/sales/modals/refund-modal/RefundModal.stories.tsx +40 -0
- package/src/sales/modals/refund-modal/RefundModal.tsx +134 -0
- package/src/sales/modals/refund-modal/index.ts +2 -0
- package/src/sales/notes/NotesTable.stories.tsx +62 -0
- package/src/sales/notes/NotesTable.tsx +108 -0
- package/src/sales/notes/NotesTableRow.tsx +99 -0
- package/src/sales/notes/index.ts +1 -0
- package/src/sales/notes/note-form/NoteForm.stories.tsx +18 -0
- package/src/sales/notes/note-form/NoteForm.tsx +79 -0
- package/src/sales/notes/note-form/index.ts +1 -0
- package/src/sales/payment-form/SalePaymentForm.stories.tsx +67 -0
- package/src/sales/payment-form/SalePaymentForm.tsx +240 -0
- package/src/sales/payment-form/components/RyftPayment/RyftPayment.tsx +62 -0
- package/src/sales/payment-form/components/RyftPayment/index.ts +2 -0
- package/src/sales/payment-form/index.ts +4 -0
- package/src/sales/payment-form/types.ts +10 -0
- package/src/sales/sales-and-views/SalesAndViewsChart.stories.tsx +76 -0
- package/src/sales/sales-and-views/SalesAndViewsChart.tsx +243 -0
- package/src/sales/sales-and-views/index.ts +1 -0
- package/src/sales/source-of-sales/SourceOfSalesChart.stories.tsx +45 -0
- package/src/sales/source-of-sales/SourceOfSalesChart.tsx +123 -0
- package/src/sales/source-of-sales/index.ts +1 -0
- package/src/sales/statistics-chart/StatisticsChart.stories.tsx +26 -0
- package/src/sales/statistics-chart/StatisticsChart.tsx +45 -0
- package/src/sales/statistics-chart/index.ts +1 -0
- package/src/setting/admin/AdminSetting.stories.tsx +54 -0
- package/src/setting/admin/AdminSettingForm.tsx +199 -0
- package/src/setting/admin/PaymentFeeForm.tsx +330 -0
- package/src/setting/admin/index.ts +1 -0
- package/src/setting/dashboard/DashboardSetting.stories.tsx +152 -0
- package/src/setting/dashboard/DashboardSettingForm.tsx +258 -0
- package/src/setting/dashboard/EventSettingForm.tsx +68 -0
- package/src/setting/dashboard/FinancialDataForm.tsx +164 -0
- package/src/setting/dashboard/OtherSettingForm.tsx +200 -0
- package/src/setting/dashboard/ProviderSettingForm.tsx +204 -0
- package/src/setting/dashboard/components/IpInput.stories.tsx +16 -0
- package/src/setting/dashboard/components/IpInput.tsx +228 -0
- package/src/setting/dashboard/index.ts +5 -0
- package/src/setting/dashboard/payments/payments-form/PaymentsForm.stories.tsx +27 -0
- package/src/setting/dashboard/payments/payments-form/PaymentsForm.tsx +50 -0
- package/src/setting/dashboard/payments/payments-modal/PaymentsModal.stories.tsx +27 -0
- package/src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx +52 -0
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.stories.tsx +32 -0
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +55 -0
- package/src/setting/dashboard/snippet-templates/card/index.ts +1 -0
- package/src/setting/dashboard/snippets/card/SnippetCard.stories.tsx +30 -0
- package/src/setting/dashboard/snippets/card/SnippetCard.tsx +100 -0
- package/src/setting/dashboard/snippets/card/index.ts +1 -0
- package/src/setting/index.ts +3 -0
- package/src/setting/system/SystemSetting.stories.tsx +27 -0
- package/src/setting/system/SystemSettingForm.tsx +63 -0
- package/src/setting/system/index.ts +1 -0
- package/src/sidebar/elements/Elements.stories.tsx +23 -0
- package/src/sidebar/elements/ReturnBack.tsx +23 -0
- package/src/sidebar/elements/index.ts +3 -0
- package/src/sidebar/index.ts +1 -0
- package/src/slide-curtain/SlideCurtain.stories.tsx +16 -0
- package/src/slide-curtain/SlideCurtain.tsx +64 -0
- package/src/slide-curtain/index.ts +1 -0
- package/src/snippet/index.ts +1 -0
- package/src/snippet/snippet-template/SnippetTemplate.stories.tsx +18 -0
- package/src/snippet/snippet-template/SnippetTemplate.tsx +70 -0
- package/src/snippet/snippet-template/context/index.ts +3 -0
- package/src/snippet/snippet-template/context/snippetTemplate.tsx +190 -0
- package/src/snippet/snippet-template/context/snippetTemplateLoading.tsx +19 -0
- package/src/snippet/snippet-template/context/snippetTemplateView.tsx +168 -0
- package/src/snippet/snippet-template/control/Control.stories.tsx +23 -0
- package/src/snippet/snippet-template/control/PropertyControl.tsx +107 -0
- package/src/snippet/snippet-template/control/index.ts +1 -0
- package/src/snippet/snippet-template/form/SnippetTemplateForm.stories.tsx +89 -0
- package/src/snippet/snippet-template/form/SnippetTemplateForm.tsx +164 -0
- package/src/snippet/snippet-template/form/index.ts +1 -0
- package/src/snippet/snippet-template/index.ts +6 -0
- package/src/snippet/snippet-template/preview/Preview.stories.tsx +67 -0
- package/src/snippet/snippet-template/preview/Preview.tsx +393 -0
- package/src/snippet/snippet-template/preview/index.ts +1 -0
- package/src/snippet/snippet-template/settings/SettingButton.tsx +35 -0
- package/src/snippet/snippet-template/settings/Settings.stories.tsx +18 -0
- package/src/snippet/snippet-template/settings/index.ts +1 -0
- package/src/snippet/snippet-template/utils/index.ts +32 -0
- package/src/sortable-fields/SortableFieldItem.tsx +60 -0
- package/src/sortable-fields/SortableFieldList.tsx +62 -0
- package/src/sortable-fields/index.ts +1 -0
- package/src/sortable-list/CreateSortableListItem.tsx +28 -0
- package/src/sortable-list/SortableList.stories.tsx +38 -0
- package/src/sortable-list/SortableList.tsx +118 -0
- package/src/sortable-list/index.ts +3 -0
- package/src/sortable-tree/SortableTree.stories.tsx +56 -0
- package/src/sortable-tree/SortableTree.tsx +31 -0
- package/src/sortable-tree/SortableTreeItem.stories.tsx +41 -0
- package/src/sortable-tree/SortableTreeItem.tsx +382 -0
- package/src/sortable-tree/index.ts +2 -0
- package/src/sorting-select/SortingSelect.stories.tsx +15 -0
- package/src/sorting-select/SortingSelect.tsx +79 -0
- package/src/sorting-select/index.ts +1 -0
- package/src/static/CountryCodeSelect.tsx +65 -0
- package/src/static/CountrySelect.tsx +74 -0
- package/src/static/CurrencyNumberInput.tsx +57 -0
- package/src/static/FormCard.tsx +19 -0
- package/src/static/Icon.tsx +37 -0
- package/src/static/Image.tsx +33 -0
- package/src/static/RestrictedAccess.tsx +29 -0
- package/src/static/SocialButton.tsx +48 -0
- package/src/static/Static.stories.tsx +285 -0
- package/src/static/StyledButton.tsx +36 -0
- package/src/static/TextField.tsx +45 -0
- package/src/static/UserBadge.tsx +46 -0
- package/src/static/WarningMessage.tsx +19 -0
- package/src/static/date-range-input/DateRangeInput.stories.tsx +27 -0
- package/src/static/date-range-input/DateRangeInput.tsx +165 -0
- package/src/static/date-range-input/index.ts +1 -0
- package/src/static/date-range-input/utils/index.ts +66 -0
- package/src/static/form-number-input/FormNumberInput.stories.tsx +22 -0
- package/src/static/form-number-input/FormNumberInput.tsx +98 -0
- package/src/static/form-number-input/index.ts +1 -0
- package/src/static/images/DefaultUserImage.tsx +29 -0
- package/src/static/images/Images.stories.tsx +15 -0
- package/src/static/images/index.ts +3 -0
- package/src/static/index.ts +26 -0
- package/src/static/loader/BlockLoader.tsx +12 -0
- package/src/static/loader/ButtonLoader.tsx +21 -0
- package/src/static/loader/Loader.stories.tsx +46 -0
- package/src/static/loader/LoaderIndicator.tsx +48 -0
- package/src/static/loader/PaymentLoader.tsx +49 -0
- package/src/static/loader/SnippetLoader.tsx +12 -0
- package/src/static/loader/index.ts +7 -0
- package/src/static/manual-date-picker/ManualDatePicker.tsx +95 -0
- package/src/static/manual-date-picker/constants/index.ts +5 -0
- package/src/static/manual-date-picker/hooks/useManualDatePicker.ts +128 -0
- package/src/static/manual-date-picker/index.ts +2 -0
- package/src/static/manual-date-picker/utils/index.ts +27 -0
- package/src/static/number-input/NumberInput.stories.tsx +24 -0
- package/src/static/number-input/NumberInput.tsx +79 -0
- package/src/static/number-input/index.ts +1 -0
- package/src/static/switch/BooleanSwitch.stories.tsx +26 -0
- package/src/static/switch/BooleanSwitch.tsx +42 -0
- package/src/static/switch/Switch.stories.tsx +68 -0
- package/src/static/switch/Switch.tsx +66 -0
- package/src/static/switch/index.ts +2 -0
- package/src/static/tabs/Tab.tsx +31 -0
- package/src/static/tabs/Tabs.tsx +41 -0
- package/src/static/tabs/index.ts +1 -0
- package/src/static/text-expand/TextExpand.stories.tsx +33 -0
- package/src/static/text-expand/TextExpand.tsx +44 -0
- package/src/static/text-expand/index.ts +1 -0
- package/src/striped-static-table/StripedStaticTable.stories.tsx +71 -0
- package/src/striped-static-table/StripedStaticTable.tsx +63 -0
- package/src/striped-static-table/index.ts +1 -0
- package/src/styles/activity-card/GridActivitiesCard.scss +29 -0
- package/src/styles/activity-card/ListActivitiesCard.scss +58 -0
- package/src/styles/activity-card/_index.scss +2 -0
- package/src/styles/affiliate/AffiliateCard.scss +179 -0
- package/src/styles/affiliate/AffiliateForm.scss +34 -0
- package/src/styles/affiliate/_index.scss +2 -0
- package/src/styles/auth/AccessDenied.scss +11 -0
- package/src/styles/auth/_index.scss +1 -0
- package/src/styles/availability-indicator/AvailabilityIndicator.scss +7 -0
- package/src/styles/availability-indicator/_index.scss +1 -0
- package/src/styles/back-button/BackButton.scss +33 -0
- package/src/styles/back-button/_index.scss +1 -0
- package/src/styles/company-user-form/UserForm.scss +65 -0
- package/src/styles/company-user-form/_index.scss +1 -0
- package/src/styles/custom-fields/CreateSortableListItem.scss +29 -0
- package/src/styles/custom-fields/FieldItem.scss +33 -0
- package/src/styles/custom-fields/SelectFieldModal.scss +2 -0
- package/src/styles/custom-fields/_index.scss +3 -0
- package/src/styles/customers/Filter.scss +53 -0
- package/src/styles/customers/_index.scss +1 -0
- package/src/styles/date-time-button/DateTimeButton.scss +107 -0
- package/src/styles/date-time-button/_index.scss +1 -0
- package/src/styles/error/ErrorFallback.scss +17 -0
- package/src/styles/error/_index.scss +1 -0
- package/src/styles/events/EditEventModal.scss +196 -0
- package/src/styles/events/EventCard.scss +178 -0
- package/src/styles/events/EventStatisticModal.scss +18 -0
- package/src/styles/events/EventVenueMap.scss +178 -0
- package/src/styles/events/_index.scss +4 -0
- package/src/styles/file-upload/FileUpload.scss +64 -0
- package/src/styles/file-upload/ImagePreview.scss +22 -0
- package/src/styles/file-upload/_index.scss +2 -0
- package/src/styles/form/CustomCheckbox.scss +30 -0
- package/src/styles/form/Input.scss +36 -0
- package/src/styles/form/InputGroup.scss +13 -0
- package/src/styles/form/_index.scss +3 -0
- package/src/styles/header/Header.scss +72 -0
- package/src/styles/header/_index.scss +2 -0
- package/src/styles/header/elements/CompanySelector.scss +26 -0
- package/src/styles/header/elements/_index.scss +1 -0
- package/src/styles/help/Example.scss +24 -0
- package/src/styles/help/_index.scss +1 -0
- package/src/styles/iframe-events/Calendar.scss +225 -0
- package/src/styles/iframe-events/CalendarSelect.scss +18 -0
- package/src/styles/iframe-events/Card.scss +238 -0
- package/src/styles/iframe-events/CategoryStepsForm.scss +94 -0
- package/src/styles/iframe-events/Event.scss +383 -0
- package/src/styles/iframe-events/EventBookingForm.scss +41 -0
- package/src/styles/iframe-events/EventBookingProducts.scss +52 -0
- package/src/styles/iframe-events/EventBookingView.scss +84 -0
- package/src/styles/iframe-events/EventForm.scss +69 -0
- package/src/styles/iframe-events/EventNavigationFooter.scss +1 -0
- package/src/styles/iframe-events/EventOrderShortSummary.scss +30 -0
- package/src/styles/iframe-events/EventOrderSummary.scss +18 -0
- package/src/styles/iframe-events/EventProductSets.scss +29 -0
- package/src/styles/iframe-events/EventStepVenueMapZones.scss +64 -0
- package/src/styles/iframe-events/EventTables.scss +48 -0
- package/src/styles/iframe-events/PoweredBy.scss +30 -0
- package/src/styles/iframe-events/TicketDescription.scss +61 -0
- package/src/styles/iframe-events/_index.scss +17 -0
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +120 -0
- package/src/styles/iframe-external-modal/_index.scss +1 -0
- package/src/styles/iframe-order-process/IframeOrderProcess.scss +442 -0
- package/src/styles/iframe-order-process/_index.scss +1 -0
- package/src/styles/iframe-page/Page.scss +121 -0
- package/src/styles/iframe-page/PageBody.scss +264 -0
- package/src/styles/iframe-page/PageHeader.scss +74 -0
- package/src/styles/iframe-page/_index.scss +3 -0
- package/src/styles/iframe-payments/PaymentForm.scss +84 -0
- package/src/styles/iframe-payments/_index.scss +1 -0
- package/src/styles/image-radio-input/_index.scss +34 -0
- package/src/styles/layout/BackgroundVideoContainer.scss +18 -0
- package/src/styles/layout/_index.scss +1 -0
- package/src/styles/logo/Logo.scss +7 -0
- package/src/styles/logo/_index.scss +1 -0
- package/src/styles/modals/Modals.scss +60 -0
- package/src/styles/modals/_index.scss +1 -0
- package/src/styles/notification/Notification.scss +36 -0
- package/src/styles/notification/_index.scss +1 -0
- package/src/styles/order-items-table/OrderItemsTable.scss +42 -0
- package/src/styles/order-items-table/_index.scss +1 -0
- package/src/styles/overrides/_functions.scss +6 -0
- package/src/styles/packages.scss +45 -0
- package/src/styles/product-set/CreateProductSetItem.scss +66 -0
- package/src/styles/product-set/DateAndRecurrenceInput.scss +48 -0
- package/src/styles/product-set/EditCategoryModal.scss +36 -0
- package/src/styles/product-set/EditProductModal.scss +16 -0
- package/src/styles/product-set/EditProductSetElement.scss +126 -0
- package/src/styles/product-set/EditStepModal.scss +28 -0
- package/src/styles/product-set/EditVenueMapSetModal.scss +100 -0
- package/src/styles/product-set/ProductSetCard.scss +176 -0
- package/src/styles/product-set/ProductSetForm.scss +176 -0
- package/src/styles/product-set/ProductSetPopover.scss +22 -0
- package/src/styles/product-set/ProductSetTabs.scss +27 -0
- package/src/styles/product-set/SelectCategoryModal.scss +35 -0
- package/src/styles/product-set/TutorialGifCard.scss +55 -0
- package/src/styles/product-set/_index.scss +13 -0
- package/src/styles/providers/Providers.scss +16 -0
- package/src/styles/providers/_index.scss +1 -0
- package/src/styles/radio-card/_index.scss +43 -0
- package/src/styles/report/ReportCard.scss +47 -0
- package/src/styles/report/_index.scss +1 -0
- package/src/styles/resources-blocking/_index.scss +166 -0
- package/src/styles/ryft-payment-form/RyftPaymentForm.scss +64 -0
- package/src/styles/ryft-payment-form/_index.scss +1 -0
- package/src/styles/sales/BookingFilter.scss +233 -0
- package/src/styles/sales/BookingResults.scss +96 -0
- package/src/styles/sales/BookingTabs.scss +66 -0
- package/src/styles/sales/Charts.scss +4 -0
- package/src/styles/sales/Filters.scss +66 -0
- package/src/styles/sales/GuestProfile.scss +226 -0
- package/src/styles/sales/LifeTimeSales.scss +70 -0
- package/src/styles/sales/ManualBooking.scss +443 -0
- package/src/styles/sales/Notes.scss +52 -0
- package/src/styles/sales/RandomColors.scss +20 -0
- package/src/styles/sales/SalePaymentForm.scss +20 -0
- package/src/styles/sales/SalesAndViews.scss +125 -0
- package/src/styles/sales/SourceOfSales.scss +42 -0
- package/src/styles/sales/Statistics.scss +20 -0
- package/src/styles/sales/_index.scss +20 -0
- package/src/styles/sales/_mixins.scss +11 -0
- package/src/styles/setting/_index.scss +1 -0
- package/src/styles/setting/dashboard/IpInput.scss +13 -0
- package/src/styles/setting/dashboard/_index.scss +1 -0
- package/src/styles/sidebar/_index.scss +1 -0
- package/src/styles/sidebar/elements/ReturnBack.scss +16 -0
- package/src/styles/sidebar/elements/_index.scss +1 -0
- package/src/styles/skeleton/_index.scss +25 -0
- package/src/styles/snippet-templates/SnippetTemplate.scss +452 -0
- package/src/styles/snippet-templates/SnippetTemplateCard.scss +112 -0
- package/src/styles/snippet-templates/_index.scss +2 -0
- package/src/styles/snippet-templates/_snippetVariables.scss +78 -0
- package/src/styles/sortable-field/SortableField.scss +21 -0
- package/src/styles/sortable-field/_index.scss +1 -0
- package/src/styles/sortable-tree/Item.scss +162 -0
- package/src/styles/sortable-tree/_index.scss +1 -0
- package/src/styles/static/CountrySelect.scss +31 -0
- package/src/styles/static/CurrencyNumberInput.scss +13 -0
- package/src/styles/static/DateRangeInput.scss +20 -0
- package/src/styles/static/FormCard.scss +3 -0
- package/src/styles/static/Loader.scss +48 -0
- package/src/styles/static/NumberInput.scss +38 -0
- package/src/styles/static/SlideCurtain.scss +40 -0
- package/src/styles/static/SocialButton.scss +150 -0
- package/src/styles/static/Switch.scss +55 -0
- package/src/styles/static/Tabs.scss +34 -0
- package/src/styles/static/TextExpand.scss +46 -0
- package/src/styles/static/UserBadge.scss +51 -0
- package/src/styles/static/_index.scss +12 -0
- package/src/styles/striped-static-table/_index.scss +33 -0
- package/src/styles/table/Table.scss +15 -0
- package/src/styles/table/_index.scss +1 -0
- package/src/styles/themes/bookedit/_fonts.scss +1 -0
- package/src/styles/themes/bookedit/_index.scss +179 -0
- package/src/styles/themes/bookedit/_variables.scss +1163 -0
- package/src/styles/themes/licklist/_fonts.scss +1 -0
- package/src/styles/themes/licklist/_index.scss +45 -0
- package/src/styles/themes/licklist/_variables.scss +74 -0
- package/src/styles/tiptap-editor/TiptapEditor.scss +135 -0
- package/src/styles/tiptap-editor/_index.scss +1 -0
- package/src/styles/venue-map-sets/VenueMapSetCard.scss +164 -0
- package/src/styles/venue-map-sets/VenueMapSetForm.scss +140 -0
- package/src/styles/venue-map-sets/_index.scss +2 -0
- package/src/styles/virtualized/_index.scss +3 -0
- package/src/styles/zones/ZoneCard.scss +178 -0
- package/src/styles/zones/ZoneForm.scss +10 -0
- package/src/styles/zones/ZoneRecurrencesControl.scss +27 -0
- package/src/styles/zones/_index.scss +3 -0
- package/src/table/FilterHelperComponent.tsx +86 -0
- package/src/table/MenuButton.tsx +49 -0
- package/src/table/PaginationHelperComponent.tsx +112 -0
- package/src/table/PerPageHelperComponent.tsx +52 -0
- package/src/table/ReactTableHelperComponent.tsx +321 -0
- package/src/table/StaticTable.tsx +93 -0
- package/src/table/Table.stories.tsx +226 -0
- package/src/table/TableHelperComponent.tsx +298 -0
- package/src/table/hooks/useTableQueryOptions.ts +49 -0
- package/src/table/index.ts +7 -0
- package/src/table/types.ts +47 -0
- package/src/table/utils/index.ts +28 -0
- package/src/theme/Theme.stories.tsx +105 -0
- package/src/tiptap-editor/TipTapEditor.stories.tsx +78 -0
- package/src/tiptap-editor/TipTapEditor.tsx +111 -0
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +35 -0
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.tsx +144 -0
- package/src/tiptap-editor/TipTapMenu/components/TipTapMenuItem.tsx +44 -0
- package/src/tiptap-editor/TipTapMenu/components/index.ts +1 -0
- package/src/tiptap-editor/TipTapMenu/extensions/EMOJIS.ts +91 -0
- package/src/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.ts +150 -0
- package/src/tiptap-editor/TipTapMenu/extensions/utils.ts +14 -0
- package/src/tiptap-editor/TipTapMenu/index.ts +1 -0
- package/src/tiptap-editor/index.ts +1 -0
- package/src/typeahead/Typeahead.stories.tsx +23 -0
- package/src/typeahead/Typeahead.tsx +64 -0
- package/src/typeahead/index.ts +1 -0
- package/src/typeahead-helper/TypeaheadHelperComponent.tsx +205 -0
- package/src/typeahead-helper/index.ts +1 -0
- package/src/types/bookings.ts +7 -0
- package/src/types/categories.ts +10 -0
- package/src/types/currency.ts +4 -0
- package/src/types/generic/SelectItem.ts +4 -0
- package/src/types/iframe.ts +5 -0
- package/src/types/index.ts +1 -0
- package/src/types/provider-links.ts +9 -0
- package/src/types/static/HTMLInputDateElement.ts +3 -0
- package/src/types/static/ILoaderOptions.ts +22 -0
- package/src/typings.d.ts +41 -0
- package/src/venue-map-sets/card/VenueMapCard.stories.tsx +20 -0
- package/src/venue-map-sets/card/VenueMapSetCard.tsx +102 -0
- package/src/venue-map-sets/card/index.ts +1 -0
- package/src/venue-map-sets/form/VenueMapSetForm.stories.tsx +69 -0
- package/src/venue-map-sets/form/VenueMapSetForm.tsx +69 -0
- package/src/venue-map-sets/form/components/NameControl.tsx +71 -0
- package/src/venue-map-sets/form/components/VenueMapControl.tsx +77 -0
- package/src/venue-map-sets/form/components/VenueMapImageControl.tsx +148 -0
- package/src/venue-map-sets/form/components/VenueMapModal.tsx +167 -0
- package/src/venue-map-sets/form/components/VenueMapsControl.tsx +172 -0
- package/src/venue-map-sets/form/index.ts +2 -0
- package/src/venue-map-sets/form/types/index.ts +25 -0
- package/src/venue-map-sets/form/utils/index.ts +59 -0
- package/src/venue-map-sets/index.ts +2 -0
- package/src/virtualized/components/VirtualizedGrid.tsx +21 -0
- package/src/virtualized/components/VirtualizedWindowScroller.stories.tsx +47 -0
- package/src/virtualized/components/VirtualizedWindowScroller.tsx +65 -0
- package/src/virtualized/context/VirtualizedContext.tsx +33 -0
- package/src/virtualized/context/index.ts +1 -0
- package/src/virtualized/index.ts +3 -0
- package/src/zone/card/ZoneCard.stories.tsx +15 -0
- package/src/zone/card/ZoneCard.tsx +103 -0
- package/src/zone/card/index.ts +2 -0
- package/src/zone/form/ZoneForm.stories.tsx +21 -0
- package/src/zone/form/ZoneForm.tsx +77 -0
- package/src/zone/form/components/AvailableTimesControl.tsx +126 -0
- package/src/zone/form/components/DescriptionControl.tsx +51 -0
- package/src/zone/form/components/GameDurationControl.tsx +46 -0
- package/src/zone/form/components/NameControl.tsx +47 -0
- package/src/zone/form/components/SortControl.tsx +48 -0
- package/src/zone/form/components/ZoneControl.tsx +43 -0
- package/src/zone/form/components/ZoneImageControl.tsx +103 -0
- package/src/zone/form/components/ZoneRecurrenceControl.tsx +85 -0
- package/src/zone/form/components/ZoneRecurrencesControl.tsx +231 -0
- package/src/zone/form/components/ZoneTypeControl.tsx +53 -0
- package/src/zone/form/index.ts +2 -0
- package/src/zone/form/utils/dates.ts +94 -0
- package/src/zone/index.ts +2 -0
- package/tests/Auth/Authorizer.test.tsx +194 -0
- package/tests/Auth/Layout/UserNavDropDown.test.tsx +43 -0
- package/tests/Auth/Layout/UserNavDropDownToggle.test.tsx +33 -0
- package/tests/Auth/Login/LoginComponent.test.tsx +246 -0
- package/tests/Auth/Login/LoginFormComponent.test.tsx +182 -0
- package/tests/Auth/Register/RegisterComponent.test.tsx +285 -0
- package/tests/Auth/Register/RegisterFormComponent.test.tsx +170 -0
- package/tests/Auth/Settings/Dashboard/IpInput.test.tsx +130 -0
- package/tests/Auth/Social/SocialCallbackComponent.test.tsx +133 -0
- package/tests/Auth/Social/SocialFormComponent.test.tsx +118 -0
- package/tests/FileUpload/FileUpload.test.tsx +42 -0
- package/tests/Notification/EmailTemplate.test.tsx +82 -0
- package/tests/ProductSet/ProductSetPopover.test.tsx +40 -0
- package/tests/Report/Report.test.tsx +48 -0
- package/tests/Sales/Coupon.test.tsx +51 -0
- package/tests/Sales/SalesAndVIews.test.tsx +63 -0
- package/tests/SnippetTemplates/SnippetTemplates.test.tsx +56 -0
- package/tests/Table/FilterHelperComponent.test.tsx +88 -0
- package/tests/Table/PaginationHelperComponent.test.tsx +109 -0
- package/tests/Table/PerPageHelperComponent.test.tsx +34 -0
- package/tests/Table/TableHelperComponent.test.tsx +295 -0
- package/tests/TipTapEditor/TipTapEditor.test.tsx +28 -0
- package/tests/__mock__/hooks/useAuthApi.ts +13 -0
- package/tests/__mock__/hooks/useAuthMock.ts +13 -0
- package/tests/__mock__/hooks/useFormMock.ts +27 -0
- package/tests/__mock__/hooks/useNotificationMock.ts +13 -0
- package/tests/__mock__/hooks/useQueryMock.ts +16 -0
- package/tests/__mock__/hooks/useSocialApiMock.ts +20 -0
- package/tests/__mock__/hooks/useTranslationMock.ts +17 -0
- package/tests/__mock__/hooks/useUserApiMock.ts +18 -0
- package/tests/__mock__/hooks/useUserMock.ts +13 -0
- package/tests/__mock__/styleMock.js +1 -0
- package/tests/__mock__/windowMock.ts +5 -0
- package/tests/packages/react-query.tsx +28 -0
- package/tests/setupTests.ts +10 -0
- package/tsconfig.json +45 -0
- package/components.json +0 -16
- package/dist/affiliate/card/index.js +0 -1
- package/dist/affiliate/form/index.js +0 -1
- package/dist/affiliate/index.js +0 -1
- package/dist/affiliate/types/index.js +0 -1
- package/dist/assets/dashboard/blockingClock.png +0 -0
- package/dist/assets/dashboard/bookingCalendar.svg +0 -67
- package/dist/assets/dashboard/bookingCalendar.svg.js +0 -1
- package/dist/assets/dashboard/bookingList.svg +0 -68
- package/dist/assets/dashboard/bookingList.svg.js +0 -1
- package/dist/assets/dashboard/bookingListSmall.svg +0 -6
- package/dist/assets/dashboard/bookingListSmall.svg.js +0 -1
- package/dist/assets/dashboard/fullscreen.svg +0 -3
- package/dist/assets/dashboard/fullscreen.svg.js +0 -1
- package/dist/assets/dashboard/minimize.svg +0 -3
- package/dist/assets/dashboard/minimize.svg.js +0 -1
- package/dist/assets/dashboard/refresh.svg +0 -4
- package/dist/assets/dashboard/refresh.svg.js +0 -1
- package/dist/auth/AccessDenied/index.js +0 -1
- package/dist/auth/ChangePassword/index.js +0 -1
- package/dist/auth/Layout/index.js +0 -1
- package/dist/auth/Login/index.js +0 -1
- package/dist/auth/Logout/index.js +0 -1
- package/dist/auth/Register/index.js +0 -1
- package/dist/auth/ResetPassword/index.js +0 -1
- package/dist/auth/Social/index.js +0 -1
- package/dist/auth/index.js +0 -1
- package/dist/collapsible-input-group/index.js +0 -1
- package/dist/components/index.d.ts +0 -2
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/index.js +0 -1
- package/dist/components/ui/button.d.ts +0 -12
- package/dist/components/ui/button.d.ts.map +0 -1
- package/dist/components/ui/button.js +0 -1
- package/dist/components/ui/index.d.ts +0 -3
- package/dist/components/ui/index.d.ts.map +0 -1
- package/dist/components/ui/index.js +0 -1
- package/dist/components/ui/table.d.ts +0 -11
- package/dist/components/ui/table.d.ts.map +0 -1
- package/dist/components/ui/table.js +0 -1
- package/dist/custom-fields/field-set/components/CustomFieldSet/index.js +0 -1
- package/dist/custom-fields/field-set/components/index.js +0 -1
- package/dist/custom-fields/field-set/contexts/index.js +0 -1
- package/dist/custom-fields/field-set/providers/index.js +0 -1
- package/dist/custom-fields/index.js +0 -1
- package/dist/customers/components/filter/index.js +0 -1
- package/dist/customers/components/index.js +0 -1
- package/dist/customers/index.js +0 -1
- package/dist/error/index.js +0 -1
- package/dist/events/edit-event-modal/component/EditEventForm/index.js +0 -1
- package/dist/events/edit-event-modal/component/ProductSetShortForm/index.js +0 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/index.js +0 -1
- package/dist/events/edit-event-modal/index.js +0 -1
- package/dist/events/edit-recurrent-event-modal/index.js +0 -1
- package/dist/events/event-card/index.js +0 -1
- package/dist/events/event-statistic-modal/index.js +0 -1
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.js +0 -1
- package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/index.js +0 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/index.js +0 -1
- package/dist/events/event-venue-map/components/Dropdown/index.js +0 -1
- package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.js +0 -1
- package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/index.js +0 -1
- package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/index.js +0 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/index.js +0 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.js +0 -1
- package/dist/events/event-venue-map/components/MapPoint/index.js +0 -1
- package/dist/events/event-venue-map/components/Scrollbars/index.js +0 -1
- package/dist/events/event-venue-map/components/VenueMap/index.js +0 -1
- package/dist/events/event-venue-map/components/ZoomButtons/index.js +0 -1
- package/dist/events/event-venue-map/index.js +0 -1
- package/dist/events/index.js +0 -1
- package/dist/file-upload/index.js +0 -1
- package/dist/header/elements/index.js +0 -1
- package/dist/header/index.js +0 -1
- package/dist/help/example/index.js +0 -1
- package/dist/help/index.js +0 -1
- package/dist/help/popover/index.js +0 -1
- package/dist/iframe/custom-fields/index.js +0 -1
- package/dist/iframe/event/event-booking-form/index.js +0 -1
- package/dist/iframe/event/event-booking-products/components/AccordionItem/index.js +0 -1
- package/dist/iframe/event/event-booking-products/index.js +0 -1
- package/dist/iframe/event/event-booking-view/index.js +0 -1
- package/dist/iframe/event/event-calendar/EventCalendar.d.ts +0 -5
- package/dist/iframe/event/event-calendar/EventCalendar.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/EventCalendar.js +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarButtons/CalendarButtons.d.ts +0 -6
- package/dist/iframe/event/event-calendar/components/CalendarButtons/CalendarButtons.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarButtons/CalendarButtons.js +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarButtons/index.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarButtons/index.js +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarDate/CalendarDate.d.ts +0 -11
- package/dist/iframe/event/event-calendar/components/CalendarDate/CalendarDate.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarDate/CalendarDate.js +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarDate/index.d.ts +0 -3
- package/dist/iframe/event/event-calendar/components/CalendarDate/index.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarDate/index.js +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarDates/CalendarDates.d.ts +0 -5
- package/dist/iframe/event/event-calendar/components/CalendarDates/CalendarDates.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarDates/CalendarDates.js +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarDates/index.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarDates/index.js +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarSelect/CalendarSelect.d.ts +0 -13
- package/dist/iframe/event/event-calendar/components/CalendarSelect/CalendarSelect.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarSelect/CalendarSelect.js +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarSelect/index.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarSelect/index.js +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts +0 -3
- package/dist/iframe/event/event-calendar/components/CalendarWeekdays/CalendarWeekdays.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarWeekdays/CalendarWeekdays.js +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarWeekdays/index.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/components/CalendarWeekdays/index.js +0 -1
- package/dist/iframe/event/event-calendar/index.d.ts +0 -4
- package/dist/iframe/event/event-calendar/index.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/index.js +0 -1
- package/dist/iframe/event/event-calendar/types/index.d.ts +0 -6
- package/dist/iframe/event/event-calendar/types/index.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/utils/index.d.ts +0 -3
- package/dist/iframe/event/event-calendar/utils/index.d.ts.map +0 -1
- package/dist/iframe/event/event-calendar/utils/index.js +0 -1
- package/dist/iframe/event/event-card/index.js +0 -1
- package/dist/iframe/event/event-description/index.js +0 -1
- package/dist/iframe/event/event-details/EventDetails.d.ts +0 -10
- package/dist/iframe/event/event-details/EventDetails.d.ts.map +0 -1
- package/dist/iframe/event/event-details/EventDetails.js +0 -1
- package/dist/iframe/event/event-details/components/category-product/CategoryProduct.d.ts +0 -9
- package/dist/iframe/event/event-details/components/category-product/CategoryProduct.d.ts.map +0 -1
- package/dist/iframe/event/event-details/components/category-product/CategoryProduct.js +0 -1
- package/dist/iframe/event/event-details/components/category-product/index.d.ts +0 -2
- package/dist/iframe/event/event-details/components/category-product/index.d.ts.map +0 -1
- package/dist/iframe/event/event-details/components/category-product/index.js +0 -1
- package/dist/iframe/event/event-details/components/event-details-form/EventDetailsForm.d.ts +0 -26
- package/dist/iframe/event/event-details/components/event-details-form/EventDetailsForm.d.ts.map +0 -1
- package/dist/iframe/event/event-details/components/event-details-form/EventDetailsForm.js +0 -1
- package/dist/iframe/event/event-details/components/event-details-form/index.d.ts +0 -2
- package/dist/iframe/event/event-details/components/event-details-form/index.d.ts.map +0 -1
- package/dist/iframe/event/event-details/components/event-details-form/index.js +0 -1
- package/dist/iframe/event/event-details/components/number-of-people-input/NumberOfPeopleInput.d.ts +0 -3
- package/dist/iframe/event/event-details/components/number-of-people-input/NumberOfPeopleInput.d.ts.map +0 -1
- package/dist/iframe/event/event-details/components/number-of-people-input/NumberOfPeopleInput.js +0 -1
- package/dist/iframe/event/event-details/components/number-of-people-input/component/RenderNumberOfPeopleInputComponent.d.ts +0 -9
- package/dist/iframe/event/event-details/components/number-of-people-input/component/RenderNumberOfPeopleInputComponent.d.ts.map +0 -1
- package/dist/iframe/event/event-details/components/number-of-people-input/component/RenderNumberOfPeopleInputComponent.js +0 -1
- package/dist/iframe/event/event-details/components/number-of-people-input/component/index.d.ts +0 -2
- package/dist/iframe/event/event-details/components/number-of-people-input/component/index.d.ts.map +0 -1
- package/dist/iframe/event/event-details/components/number-of-people-input/component/index.js +0 -1
- package/dist/iframe/event/event-details/components/number-of-people-input/index.d.ts +0 -2
- package/dist/iframe/event/event-details/components/number-of-people-input/index.d.ts.map +0 -1
- package/dist/iframe/event/event-details/components/number-of-people-input/index.js +0 -1
- package/dist/iframe/event/event-details/components/product-category-view/ProductCategoryView.d.ts +0 -8
- package/dist/iframe/event/event-details/components/product-category-view/ProductCategoryView.d.ts.map +0 -1
- package/dist/iframe/event/event-details/components/product-category-view/ProductCategoryView.js +0 -1
- package/dist/iframe/event/event-details/components/product-category-view/index.d.ts +0 -2
- package/dist/iframe/event/event-details/components/product-category-view/index.d.ts.map +0 -1
- package/dist/iframe/event/event-details/components/product-category-view/index.js +0 -1
- package/dist/iframe/event/event-details/index.d.ts +0 -2
- package/dist/iframe/event/event-details/index.d.ts.map +0 -1
- package/dist/iframe/event/event-details/index.js +0 -1
- package/dist/iframe/event/event-details/utils/index.d.ts +0 -2
- package/dist/iframe/event/event-details/utils/index.d.ts.map +0 -1
- package/dist/iframe/event/event-details/utils/index.js +0 -1
- package/dist/iframe/event/event-details/utils/routes.d.ts +0 -2
- package/dist/iframe/event/event-details/utils/routes.d.ts.map +0 -1
- package/dist/iframe/event/event-details/utils/routes.js +0 -1
- package/dist/iframe/event/event-navigation-footer/index.js +0 -1
- package/dist/iframe/event/event-order-short-summary/components/Summary/index.js +0 -1
- package/dist/iframe/event/event-order-short-summary/index.js +0 -1
- package/dist/iframe/event/event-order-summary/index.js +0 -1
- package/dist/iframe/event/event-product-sets/index.js +0 -1
- package/dist/iframe/event/event-step-venue-map-zones/index.js +0 -1
- package/dist/iframe/event/event-tables/index.js +0 -1
- package/dist/iframe/event/event-venue-map/index.js +0 -1
- package/dist/iframe/event/index.js +0 -1
- package/dist/iframe/event/ticket-description/index.js +0 -1
- package/dist/iframe/index.js +0 -1
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.js +0 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.js +0 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.js +0 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.js +0 -1
- package/dist/iframe/order-process/components/BookingSummary/index.js +0 -1
- package/dist/iframe/order-process/components/BookingSummaryFooter/index.js +0 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/ErrorModal.d.ts +0 -8
- package/dist/iframe/order-process/components/CalendarStepsForm/components/ErrorModal.d.ts.map +0 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/ErrorModal.js +0 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/index.js +0 -1
- package/dist/iframe/order-process/components/Category/Category.d.ts +0 -13
- package/dist/iframe/order-process/components/Category/Category.d.ts.map +0 -1
- package/dist/iframe/order-process/components/Category/Category.js +0 -1
- package/dist/iframe/order-process/components/Category/index.d.ts +0 -2
- package/dist/iframe/order-process/components/Category/index.d.ts.map +0 -1
- package/dist/iframe/order-process/components/Category/index.js +0 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/index.js +0 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.js +0 -1
- package/dist/iframe/order-process/components/CategoryProduct/index.js +0 -1
- package/dist/iframe/order-process/components/NavigationFooter/index.js +0 -1
- package/dist/iframe/order-process/components/NavigationSteps/index.js +0 -1
- package/dist/iframe/order-process/components/PaymentCard/index.js +0 -1
- package/dist/iframe/order-process/components/StepsForm/StepsForm.d.ts +0 -19
- package/dist/iframe/order-process/components/StepsForm/StepsForm.d.ts.map +0 -1
- package/dist/iframe/order-process/components/StepsForm/StepsForm.js +0 -1
- package/dist/iframe/order-process/components/StepsForm/index.d.ts +0 -2
- package/dist/iframe/order-process/components/StepsForm/index.d.ts.map +0 -1
- package/dist/iframe/order-process/components/StepsForm/index.js +0 -1
- package/dist/iframe/order-process/components/Timer/index.js +0 -1
- package/dist/iframe/order-process/components/utils/category.d.ts +0 -10
- package/dist/iframe/order-process/components/utils/category.d.ts.map +0 -1
- package/dist/iframe/order-process/components/utils/category.js +0 -1
- package/dist/iframe/order-process/index.js +0 -1
- package/dist/iframe/page/components/PageBody/components/LeftBlock/index.js +0 -1
- package/dist/iframe/page/components/PageBody/components/RightBlock/index.js +0 -1
- package/dist/iframe/page/components/PageBody/index.js +0 -1
- package/dist/iframe/page/components/PageHeader/index.js +0 -1
- package/dist/iframe/page/index.js +0 -1
- package/dist/iframe/payment/index.js +0 -1
- package/dist/iframe/payment/order-items-table/index.js +0 -1
- package/dist/iframe/payment/payment-status-page/component/index.js +0 -1
- package/dist/iframe/payment/payment-status-page/index.js +0 -1
- package/dist/iframe/powered-by/index.js +0 -1
- package/dist/image-radio-input/index.js +0 -1
- package/dist/index.css +0 -742
- package/dist/layout/index.js +0 -1
- package/dist/lib/utils.d.ts +0 -3
- package/dist/lib/utils.d.ts.map +0 -1
- package/dist/lib/utils.js +0 -1
- package/dist/logo/index.js +0 -1
- package/dist/modals/confirmation/index.js +0 -1
- package/dist/modals/dialog/index.js +0 -1
- package/dist/modals/fullscreen/index.js +0 -1
- package/dist/modals/index.js +0 -1
- package/dist/notification/email-template/card/index.js +0 -1
- package/dist/notification/email-template/control/index.js +0 -1
- package/dist/notification/email-template/form/index.js +0 -1
- package/dist/notification/email-template/index.js +0 -1
- package/dist/notification/index.js +0 -1
- package/dist/notification/send-email-template/index.js +0 -1
- package/dist/notification/sms-template/card/index.js +0 -1
- package/dist/notification/sms-template/control/index.js +0 -1
- package/dist/notification/sms-template/form/index.js +0 -1
- package/dist/notification/sms-template/index.js +0 -1
- package/dist/product-set/card/index.js +0 -1
- package/dist/product-set/control/index.js +0 -1
- package/dist/product-set/deposit-paid/index.js +0 -1
- package/dist/product-set/elements/index.js +0 -1
- package/dist/product-set/form/index.js +0 -1
- package/dist/product-set/index.js +0 -1
- package/dist/product-set/popover/index.js +0 -1
- package/dist/product-set/product/booking-management/index.js +0 -1
- package/dist/product-set/product/deposit/index.js +0 -1
- package/dist/product-set/product/duration/index.js +0 -1
- package/dist/product-set/product/fixed-duration-fields/index.js +0 -1
- package/dist/product-set/product/index.js +0 -1
- package/dist/product-set/product/price/index.js +0 -1
- package/dist/product-set/product/quantity/index.js +0 -1
- package/dist/product-set/product-category/index.js +0 -1
- package/dist/product-set/step/index.js +0 -1
- package/dist/product-set/tabs/index.js +0 -1
- package/dist/provider/categories-input/index.js +0 -1
- package/dist/provider/company/index.js +0 -1
- package/dist/provider/company/user-form/index.js +0 -1
- package/dist/provider/index.js +0 -1
- package/dist/provider/location-input/index.js +0 -1
- package/dist/provider/provider-details-input/index.js +0 -1
- package/dist/provider/provider-form/index.js +0 -1
- package/dist/provider/provider-links-input/index.js +0 -1
- package/dist/provider/resources-blocking-modal/ResourcesBlockingModal.d.ts +0 -12
- package/dist/provider/resources-blocking-modal/ResourcesBlockingModal.d.ts.map +0 -1
- package/dist/provider/resources-blocking-modal/index.d.ts +0 -2
- package/dist/provider/resources-blocking-modal/index.d.ts.map +0 -1
- package/dist/provider/venue-form/index.js +0 -1
- package/dist/provider/working-hours-input/index.js +0 -1
- package/dist/radio-card/index.js +0 -1
- package/dist/recurrence-input/index.js +0 -1
- package/dist/recurring-date-picker-input/index.js +0 -1
- package/dist/report/card/index.js +0 -1
- package/dist/report/form/index.js +0 -1
- package/dist/report/index.js +0 -1
- package/dist/resource/card/index.js +0 -1
- package/dist/resource/form/index.js +0 -1
- package/dist/resource/index.js +0 -1
- package/dist/root.css +0 -76
- package/dist/root.css.js +0 -1
- package/dist/sales/booking/filter/BookingFilter.d.ts +0 -15
- package/dist/sales/booking/filter/BookingFilter.d.ts.map +0 -1
- package/dist/sales/booking/filter/BookingFilter.js +0 -1
- package/dist/sales/booking/filter/components/AdditionalFIlterSection.d.ts +0 -11
- package/dist/sales/booking/filter/components/AdditionalFIlterSection.d.ts.map +0 -1
- package/dist/sales/booking/filter/components/AdditionalFIlterSection.js +0 -1
- package/dist/sales/booking/filter/components/MainFilterSection.d.ts +0 -5
- package/dist/sales/booking/filter/components/MainFilterSection.d.ts.map +0 -1
- package/dist/sales/booking/filter/components/MainFilterSection.js +0 -1
- package/dist/sales/booking/filter/components/ResultTagButton.d.ts +0 -8
- package/dist/sales/booking/filter/components/ResultTagButton.d.ts.map +0 -1
- package/dist/sales/booking/filter/components/ResultTagButton.js +0 -1
- package/dist/sales/booking/filter/components/SearchingForSection.d.ts +0 -10
- package/dist/sales/booking/filter/components/SearchingForSection.d.ts.map +0 -1
- package/dist/sales/booking/filter/components/SearchingForSection.js +0 -1
- package/dist/sales/booking/filter/index.d.ts +0 -3
- package/dist/sales/booking/filter/index.d.ts.map +0 -1
- package/dist/sales/booking/filter/index.js +0 -1
- package/dist/sales/booking/index.js +0 -1
- package/dist/sales/booking/results/index.js +0 -1
- package/dist/sales/booking/tabs/BookingTabs.d.ts +0 -12
- package/dist/sales/booking/tabs/BookingTabs.d.ts.map +0 -1
- package/dist/sales/booking/tabs/BookingTabs.js +0 -1
- package/dist/sales/booking/tabs/index.d.ts +0 -3
- package/dist/sales/booking/tabs/index.d.ts.map +0 -1
- package/dist/sales/booking/tabs/index.js +0 -1
- package/dist/sales/coupon/control/index.js +0 -1
- package/dist/sales/coupon/form/index.js +0 -1
- package/dist/sales/coupon/index.js +0 -1
- package/dist/sales/filters/index.js +0 -1
- package/dist/sales/guest-profile/index.js +0 -1
- package/dist/sales/guest-profile/previous-bookings/index.js +0 -1
- package/dist/sales/guest-profile/profile/components/ImageHolder/index.js +0 -1
- package/dist/sales/guest-profile/profile/index.js +0 -1
- package/dist/sales/guest-profile/user-metrics/index.js +0 -1
- package/dist/sales/guest-profile/visited-providers/index.js +0 -1
- package/dist/sales/index.js +0 -1
- package/dist/sales/life-time-sales/index.js +0 -1
- package/dist/sales/manual-booking/category-product/CategoryProduct.d.ts +0 -16
- package/dist/sales/manual-booking/category-product/CategoryProduct.d.ts.map +0 -1
- package/dist/sales/manual-booking/category-product/CategoryProduct.js +0 -1
- package/dist/sales/manual-booking/category-product/index.d.ts +0 -2
- package/dist/sales/manual-booking/category-product/index.d.ts.map +0 -1
- package/dist/sales/manual-booking/category-product/index.js +0 -1
- package/dist/sales/manual-booking/category-products/CategoryProducts.d.ts +0 -17
- package/dist/sales/manual-booking/category-products/CategoryProducts.d.ts.map +0 -1
- package/dist/sales/manual-booking/category-products/CategoryProducts.js +0 -1
- package/dist/sales/manual-booking/category-products/index.d.ts +0 -2
- package/dist/sales/manual-booking/category-products/index.d.ts.map +0 -1
- package/dist/sales/manual-booking/category-products/index.js +0 -1
- package/dist/sales/manual-booking/controll/ManualBookingStepsControll.d.ts +0 -15
- package/dist/sales/manual-booking/controll/ManualBookingStepsControll.d.ts.map +0 -1
- package/dist/sales/manual-booking/controll/ManualBookingStepsControll.js +0 -1
- package/dist/sales/manual-booking/controll/index.d.ts +0 -2
- package/dist/sales/manual-booking/controll/index.d.ts.map +0 -1
- package/dist/sales/manual-booking/create-user/CreateUser.d.ts +0 -6
- package/dist/sales/manual-booking/create-user/CreateUser.d.ts.map +0 -1
- package/dist/sales/manual-booking/create-user/CreateUser.js +0 -1
- package/dist/sales/manual-booking/create-user/index.d.ts +0 -2
- package/dist/sales/manual-booking/create-user/index.d.ts.map +0 -1
- package/dist/sales/manual-booking/customer-info/CustomerInfo.d.ts +0 -7
- package/dist/sales/manual-booking/customer-info/CustomerInfo.d.ts.map +0 -1
- package/dist/sales/manual-booking/customer-info/CustomerInfo.js +0 -1
- package/dist/sales/manual-booking/customer-info/index.d.ts +0 -2
- package/dist/sales/manual-booking/customer-info/index.d.ts.map +0 -1
- package/dist/sales/manual-booking/customer-info/index.js +0 -1
- package/dist/sales/manual-booking/final-step/FinalStep.d.ts +0 -7
- package/dist/sales/manual-booking/final-step/FinalStep.d.ts.map +0 -1
- package/dist/sales/manual-booking/final-step/FinalStep.js +0 -1
- package/dist/sales/manual-booking/final-step/index.d.ts +0 -2
- package/dist/sales/manual-booking/final-step/index.d.ts.map +0 -1
- package/dist/sales/manual-booking/final-step/index.js +0 -1
- package/dist/sales/manual-booking/index.js +0 -1
- package/dist/sales/manual-booking/number-input-horizontal/index.js +0 -1
- package/dist/sales/manual-booking/search-user/index.js +0 -1
- package/dist/sales/manual-booking/select-date-type-control/index.js +0 -1
- package/dist/sales/manual-booking/select-event/index.js +0 -1
- package/dist/sales/manual-booking/select-menu/index.js +0 -1
- package/dist/sales/manual-booking/summary/index.js +0 -1
- package/dist/sales/modals/index.js +0 -1
- package/dist/sales/modals/payment-modal/index.js +0 -1
- package/dist/sales/modals/refund-modal/index.js +0 -1
- package/dist/sales/notes/index.js +0 -1
- package/dist/sales/notes/note-form/index.js +0 -1
- package/dist/sales/payment-form/components/RyftPayment/index.js +0 -1
- package/dist/sales/payment-form/index.js +0 -1
- package/dist/sales/sales-and-views/index.js +0 -1
- package/dist/sales/source-of-sales/index.js +0 -1
- package/dist/sales/statistics-chart/index.js +0 -1
- package/dist/setting/admin/index.js +0 -1
- package/dist/setting/dashboard/index.js +0 -1
- package/dist/setting/dashboard/snippet-templates/card/index.js +0 -1
- package/dist/setting/dashboard/snippets/card/index.js +0 -1
- package/dist/setting/index.js +0 -1
- package/dist/setting/system/index.js +0 -1
- package/dist/sidebar/elements/index.js +0 -1
- package/dist/sidebar/index.js +0 -1
- package/dist/slide-curtain/index.js +0 -1
- package/dist/snippet/index.js +0 -1
- package/dist/snippet/snippet-template/context/index.js +0 -1
- package/dist/snippet/snippet-template/control/index.js +0 -1
- package/dist/snippet/snippet-template/form/index.js +0 -1
- package/dist/snippet/snippet-template/index.js +0 -1
- package/dist/snippet/snippet-template/preview/index.js +0 -1
- package/dist/snippet/snippet-template/settings/index.js +0 -1
- package/dist/sortable-list/index.js +0 -1
- package/dist/sortable-tree/index.js +0 -1
- package/dist/sorting-select/index.js +0 -1
- package/dist/static/date-range-input/index.js +0 -1
- package/dist/static/form-number-input/index.js +0 -1
- package/dist/static/loader/index.js +0 -1
- package/dist/static/manual-date-picker/index.js +0 -1
- package/dist/static/number-input/index.js +0 -1
- package/dist/static/switch/index.js +0 -1
- package/dist/static/tabs/index.js +0 -1
- package/dist/static/text-expand/index.js +0 -1
- package/dist/striped-static-table/index.js +0 -1
- package/dist/styles/tailwind.css +0 -3
- package/dist/table/index.js +0 -1
- package/dist/tiptap-editor/TipTapMenu/index.js +0 -1
- package/dist/tiptap-editor/index.js +0 -1
- package/dist/typeahead/index.js +0 -1
- package/dist/typeahead-helper/index.js +0 -1
- package/dist/types/iframe.js +0 -1
- package/dist/types/index.js +0 -1
- package/dist/venue-map-sets/card/index.js +0 -1
- package/dist/venue-map-sets/form/index.js +0 -1
- package/dist/venue-map-sets/index.js +0 -1
- package/dist/virtualized/context/index.js +0 -1
- package/dist/virtualized/index.js +0 -1
- package/dist/zone/card/index.js +0 -1
- package/dist/zone/form/index.js +0 -1
- package/dist/zone/index.js +0 -1
- package/postcss.config.js +0 -7
- package/tailwind.config.js +0 -81
- /package/dist/{iframe/event/event-calendar → calendar}/components/CalendarButtons/index.d.ts +0 -0
- /package/dist/{iframe/event/event-calendar → calendar}/components/CalendarDates/index.d.ts +0 -0
- /package/dist/{iframe/event/event-calendar → calendar}/components/CalendarSelect/index.d.ts +0 -0
- /package/dist/{iframe/event/event-calendar → calendar}/components/CalendarWeekdays/index.d.ts +0 -0
|
@@ -0,0 +1,598 @@
|
|
|
1
|
+
import { Meta } from "@storybook/react";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { boolean, text } from "@storybook/addon-knobs";
|
|
4
|
+
|
|
5
|
+
import { IframeEventCard } from "./IframeEventCard";
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
title: "Iframe/Event/Cards",
|
|
9
|
+
component: IframeEventCard,
|
|
10
|
+
} as Meta;
|
|
11
|
+
|
|
12
|
+
const DEFAULT_IMAGE =
|
|
13
|
+
"https://images.unsplash.com/photo-1638988319382-90e61be77c59?ixlib=rb-1.2.1&auto=format&fit=crop&w=687&q=80";
|
|
14
|
+
|
|
15
|
+
const MOCK_IFRAMES = [
|
|
16
|
+
{
|
|
17
|
+
id: "486",
|
|
18
|
+
title: "Cupcake event",
|
|
19
|
+
startAt: "Wed Sep 07 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
|
|
20
|
+
colour: "",
|
|
21
|
+
imgSrc: DEFAULT_IMAGE,
|
|
22
|
+
eventId: 1179,
|
|
23
|
+
type: "14:34 - 12:34",
|
|
24
|
+
cost: 80,
|
|
25
|
+
description: null,
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
id: "294",
|
|
29
|
+
title: "Check event",
|
|
30
|
+
startAt: "Wed Sep 07 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
|
|
31
|
+
colour: "",
|
|
32
|
+
imgSrc: DEFAULT_IMAGE,
|
|
33
|
+
eventId: 1112,
|
|
34
|
+
type: "from 15:20",
|
|
35
|
+
cost: 14,
|
|
36
|
+
description:
|
|
37
|
+
"<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
id: "532",
|
|
41
|
+
title: "EVENTEVENT",
|
|
42
|
+
startAt: "Wed Sep 07 2022 17:55:00 GMT+0300 (Eastern European Summer Time)",
|
|
43
|
+
colour: "",
|
|
44
|
+
imgSrc: DEFAULT_IMAGE,
|
|
45
|
+
eventId: 1180,
|
|
46
|
+
type: "15:55 - 17:55",
|
|
47
|
+
cost: 14,
|
|
48
|
+
description: "<p>Description</p>",
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
id: "349",
|
|
52
|
+
title: "Testing Date/End event",
|
|
53
|
+
startAt: "Thu Sep 08 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
|
|
54
|
+
colour: "",
|
|
55
|
+
imgSrc: DEFAULT_IMAGE,
|
|
56
|
+
eventId: 1170,
|
|
57
|
+
type: "from 22:04",
|
|
58
|
+
description:
|
|
59
|
+
"<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
id: "382",
|
|
63
|
+
title: "Date testing 2",
|
|
64
|
+
startAt: "Thu Sep 08 2022 14:20:00 GMT+0300 (Eastern European Summer Time)",
|
|
65
|
+
colour: "",
|
|
66
|
+
imgSrc: DEFAULT_IMAGE,
|
|
67
|
+
eventId: 1172,
|
|
68
|
+
type: "12:20 - 10:19",
|
|
69
|
+
description: null,
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
id: "487",
|
|
73
|
+
title: "Cupcake event",
|
|
74
|
+
startAt: "Thu Sep 08 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
|
|
75
|
+
colour: "",
|
|
76
|
+
imgSrc: DEFAULT_IMAGE,
|
|
77
|
+
eventId: 1179,
|
|
78
|
+
type: "14:34 - 12:34",
|
|
79
|
+
cost: 80,
|
|
80
|
+
description: null,
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
id: "295",
|
|
84
|
+
title: "Check event",
|
|
85
|
+
startAt: "Thu Sep 08 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
|
|
86
|
+
colour: "",
|
|
87
|
+
imgSrc: DEFAULT_IMAGE,
|
|
88
|
+
eventId: 1112,
|
|
89
|
+
type: "from 15:20",
|
|
90
|
+
cost: 14,
|
|
91
|
+
description:
|
|
92
|
+
"<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
id: "331",
|
|
96
|
+
title: "Solo Party27",
|
|
97
|
+
startAt: "Thu Sep 08 2022 20:15:00 GMT+0300 (Eastern European Summer Time)",
|
|
98
|
+
colour: "",
|
|
99
|
+
imgSrc: DEFAULT_IMAGE,
|
|
100
|
+
eventId: 1149,
|
|
101
|
+
type: "18:15 - 10:22",
|
|
102
|
+
cost: 66,
|
|
103
|
+
description: null,
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
id: "350",
|
|
107
|
+
title: "Testing Date/End event",
|
|
108
|
+
startAt: "Fri Sep 09 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
|
|
109
|
+
colour: "",
|
|
110
|
+
imgSrc: DEFAULT_IMAGE,
|
|
111
|
+
eventId: 1170,
|
|
112
|
+
type: "from 22:04",
|
|
113
|
+
description:
|
|
114
|
+
"<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
id: "488",
|
|
118
|
+
title: "Cupcake event",
|
|
119
|
+
startAt: "Fri Sep 09 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
|
|
120
|
+
colour: "",
|
|
121
|
+
imgSrc: DEFAULT_IMAGE,
|
|
122
|
+
eventId: 1179,
|
|
123
|
+
type: "14:34 - 12:34",
|
|
124
|
+
cost: 80,
|
|
125
|
+
description: null,
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
id: "296",
|
|
129
|
+
title: "Check event",
|
|
130
|
+
startAt: "Fri Sep 09 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
|
|
131
|
+
colour: "",
|
|
132
|
+
imgSrc: DEFAULT_IMAGE,
|
|
133
|
+
eventId: 1112,
|
|
134
|
+
type: "from 15:20",
|
|
135
|
+
cost: 14,
|
|
136
|
+
description:
|
|
137
|
+
"<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
id: "386",
|
|
141
|
+
title: "PenEvent",
|
|
142
|
+
startAt: "Fri Sep 09 2022 17:27:00 GMT+0300 (Eastern European Summer Time)",
|
|
143
|
+
colour: "",
|
|
144
|
+
imgSrc: DEFAULT_IMAGE,
|
|
145
|
+
eventId: 1174,
|
|
146
|
+
type: "15:27 - 11:27",
|
|
147
|
+
cost: 14,
|
|
148
|
+
description: null,
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
id: "533",
|
|
152
|
+
title: "EVENTEVENT",
|
|
153
|
+
startAt: "Fri Sep 09 2022 17:55:00 GMT+0300 (Eastern European Summer Time)",
|
|
154
|
+
colour: "",
|
|
155
|
+
imgSrc: DEFAULT_IMAGE,
|
|
156
|
+
eventId: 1180,
|
|
157
|
+
type: "15:55 - 17:55",
|
|
158
|
+
cost: 14,
|
|
159
|
+
description: "<p>Description</p>",
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
id: "427",
|
|
163
|
+
title: "EVENT-11August",
|
|
164
|
+
startAt: "Fri Sep 09 2022 21:12:00 GMT+0300 (Eastern European Summer Time)",
|
|
165
|
+
colour: "",
|
|
166
|
+
imgSrc: DEFAULT_IMAGE,
|
|
167
|
+
eventId: 1175,
|
|
168
|
+
type: "19:12 - 17:12",
|
|
169
|
+
cost: 15,
|
|
170
|
+
description:
|
|
171
|
+
"<p><strong>On the other hand, we denoun</strong>ce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty throug<strong>h weakness of will, which is the same as</strong></p><p><strong> saying through shrinking from toil and pain. These cases are perfectly</strong></p><p><strong> simple and easy to distinguish. In </strong>a free hour, when our power of</p><p> choice is untramm<s>elled and when nothing prevents our being able to do</s></p><p><s> what we like best, every ple<em>asure is to be welcomed and every pain</em></s></p><p><s><em> avoided. But in certain circumstances and owing to the claims of duty</em></s></p><p><s><em> or the obligations of business </em>it will frequently occur that pleasures</s></p><p><s> have to be repudiated and annoyances accepted. The wise man therefore</s></p><p><s> always holds in these m</s>atters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
id: "351",
|
|
175
|
+
title: "Testing Date/End event",
|
|
176
|
+
startAt: "Sat Sep 10 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
|
|
177
|
+
colour: "",
|
|
178
|
+
imgSrc: DEFAULT_IMAGE,
|
|
179
|
+
eventId: 1170,
|
|
180
|
+
type: "from 22:04",
|
|
181
|
+
description:
|
|
182
|
+
"<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
id: "283",
|
|
186
|
+
title: "Modified 2",
|
|
187
|
+
startAt: "Sat Sep 10 2022 15:12:00 GMT+0300 (Eastern European Summer Time)",
|
|
188
|
+
colour: "",
|
|
189
|
+
imgSrc: DEFAULT_IMAGE,
|
|
190
|
+
eventId: 1107,
|
|
191
|
+
type: "from 13:12",
|
|
192
|
+
cost: 14,
|
|
193
|
+
description: "<p>New Modified 12346</p>",
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
id: "489",
|
|
197
|
+
title: "Cupcake event",
|
|
198
|
+
startAt: "Sat Sep 10 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
|
|
199
|
+
colour: "",
|
|
200
|
+
imgSrc: DEFAULT_IMAGE,
|
|
201
|
+
eventId: 1179,
|
|
202
|
+
type: "14:34 - 12:34",
|
|
203
|
+
cost: 80,
|
|
204
|
+
description: null,
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
id: "297",
|
|
208
|
+
title: "Check event",
|
|
209
|
+
startAt: "Sat Sep 10 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
|
|
210
|
+
colour: "",
|
|
211
|
+
imgSrc: DEFAULT_IMAGE,
|
|
212
|
+
eventId: 1112,
|
|
213
|
+
type: "from 15:20",
|
|
214
|
+
cost: 14,
|
|
215
|
+
description:
|
|
216
|
+
"<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
id: "387",
|
|
220
|
+
title: "PenEvent",
|
|
221
|
+
startAt: "Sat Sep 10 2022 17:27:00 GMT+0300 (Eastern European Summer Time)",
|
|
222
|
+
colour: "",
|
|
223
|
+
imgSrc: DEFAULT_IMAGE,
|
|
224
|
+
eventId: 1174,
|
|
225
|
+
type: "15:27 - 11:27",
|
|
226
|
+
cost: 14,
|
|
227
|
+
description: null,
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
id: "332",
|
|
231
|
+
title: "Solo Party27",
|
|
232
|
+
startAt: "Sat Sep 10 2022 20:15:00 GMT+0300 (Eastern European Summer Time)",
|
|
233
|
+
colour: "",
|
|
234
|
+
imgSrc: DEFAULT_IMAGE,
|
|
235
|
+
eventId: 1149,
|
|
236
|
+
type: "18:15 - 10:22",
|
|
237
|
+
cost: 66,
|
|
238
|
+
description: null,
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
id: "352",
|
|
242
|
+
title: "Testing Date/End event",
|
|
243
|
+
startAt: "Sun Sep 11 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
|
|
244
|
+
colour: "",
|
|
245
|
+
imgSrc: DEFAULT_IMAGE,
|
|
246
|
+
eventId: 1170,
|
|
247
|
+
type: "from 22:04",
|
|
248
|
+
description:
|
|
249
|
+
"<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
id: "298",
|
|
253
|
+
title: "Check event",
|
|
254
|
+
startAt: "Sun Sep 11 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
|
|
255
|
+
colour: "",
|
|
256
|
+
imgSrc: DEFAULT_IMAGE,
|
|
257
|
+
eventId: 1112,
|
|
258
|
+
type: "from 15:20",
|
|
259
|
+
cost: 14,
|
|
260
|
+
description:
|
|
261
|
+
"<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
id: "353",
|
|
265
|
+
title: "Testing Date/End event",
|
|
266
|
+
startAt: "Mon Sep 12 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
|
|
267
|
+
colour: "",
|
|
268
|
+
imgSrc: DEFAULT_IMAGE,
|
|
269
|
+
eventId: 1170,
|
|
270
|
+
type: "from 22:04",
|
|
271
|
+
description:
|
|
272
|
+
"<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
id: "490",
|
|
276
|
+
title: "Cupcake event",
|
|
277
|
+
startAt: "Mon Sep 12 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
|
|
278
|
+
colour: "",
|
|
279
|
+
imgSrc: DEFAULT_IMAGE,
|
|
280
|
+
eventId: 1179,
|
|
281
|
+
type: "14:34 - 12:34",
|
|
282
|
+
cost: 80,
|
|
283
|
+
description: null,
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
id: "299",
|
|
287
|
+
title: "Check event",
|
|
288
|
+
startAt: "Mon Sep 12 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
|
|
289
|
+
colour: "",
|
|
290
|
+
imgSrc: DEFAULT_IMAGE,
|
|
291
|
+
eventId: 1112,
|
|
292
|
+
type: "from 15:20",
|
|
293
|
+
cost: 14,
|
|
294
|
+
description:
|
|
295
|
+
"<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
id: "388",
|
|
299
|
+
title: "PenEvent",
|
|
300
|
+
startAt: "Mon Sep 12 2022 17:27:00 GMT+0300 (Eastern European Summer Time)",
|
|
301
|
+
colour: "",
|
|
302
|
+
imgSrc: DEFAULT_IMAGE,
|
|
303
|
+
eventId: 1174,
|
|
304
|
+
type: "15:27 - 11:27",
|
|
305
|
+
cost: 14,
|
|
306
|
+
description: null,
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
id: "534",
|
|
310
|
+
title: "EVENTEVENT",
|
|
311
|
+
startAt: "Mon Sep 12 2022 17:55:00 GMT+0300 (Eastern European Summer Time)",
|
|
312
|
+
colour: "",
|
|
313
|
+
imgSrc: DEFAULT_IMAGE,
|
|
314
|
+
eventId: 1180,
|
|
315
|
+
type: "15:55 - 17:55",
|
|
316
|
+
cost: 14,
|
|
317
|
+
description: "<p>Description</p>",
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
id: "354",
|
|
321
|
+
title: "Testing Date/End event",
|
|
322
|
+
startAt: "Tue Sep 13 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
|
|
323
|
+
colour: "",
|
|
324
|
+
imgSrc: DEFAULT_IMAGE,
|
|
325
|
+
eventId: 1170,
|
|
326
|
+
type: "from 22:04",
|
|
327
|
+
description:
|
|
328
|
+
"<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
id: "300",
|
|
332
|
+
title: "Check event",
|
|
333
|
+
startAt: "Tue Sep 13 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
|
|
334
|
+
colour: "",
|
|
335
|
+
imgSrc: DEFAULT_IMAGE,
|
|
336
|
+
eventId: 1112,
|
|
337
|
+
type: "from 15:20",
|
|
338
|
+
cost: 14,
|
|
339
|
+
description:
|
|
340
|
+
"<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
id: "389",
|
|
344
|
+
title: "PenEvent",
|
|
345
|
+
startAt: "Tue Sep 13 2022 17:27:00 GMT+0300 (Eastern European Summer Time)",
|
|
346
|
+
colour: "",
|
|
347
|
+
imgSrc: DEFAULT_IMAGE,
|
|
348
|
+
eventId: 1174,
|
|
349
|
+
type: "15:27 - 11:27",
|
|
350
|
+
cost: 14,
|
|
351
|
+
description: null,
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
id: "333",
|
|
355
|
+
title: "Solo Party27",
|
|
356
|
+
startAt: "Tue Sep 13 2022 20:15:00 GMT+0300 (Eastern European Summer Time)",
|
|
357
|
+
colour: "",
|
|
358
|
+
imgSrc: DEFAULT_IMAGE,
|
|
359
|
+
eventId: 1149,
|
|
360
|
+
type: "18:15 - 10:22",
|
|
361
|
+
cost: 66,
|
|
362
|
+
description: null,
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
id: "340",
|
|
366
|
+
title: "Solo2 Party",
|
|
367
|
+
startAt: "Tue Sep 13 2022 20:18:00 GMT+0300 (Eastern European Summer Time)",
|
|
368
|
+
colour: "",
|
|
369
|
+
imgSrc: DEFAULT_IMAGE,
|
|
370
|
+
eventId: 1161,
|
|
371
|
+
type: "18:18 - 10:14",
|
|
372
|
+
cost: 66,
|
|
373
|
+
description:
|
|
374
|
+
"<blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></blockquote>",
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
id: "355",
|
|
378
|
+
title: "Testing Date/End event",
|
|
379
|
+
startAt: "Wed Sep 14 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
|
|
380
|
+
colour: "",
|
|
381
|
+
imgSrc: DEFAULT_IMAGE,
|
|
382
|
+
eventId: 1170,
|
|
383
|
+
type: "from 22:04",
|
|
384
|
+
description:
|
|
385
|
+
"<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
id: "491",
|
|
389
|
+
title: "Cupcake event",
|
|
390
|
+
startAt: "Wed Sep 14 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
|
|
391
|
+
colour: "",
|
|
392
|
+
imgSrc: DEFAULT_IMAGE,
|
|
393
|
+
eventId: 1179,
|
|
394
|
+
type: "14:34 - 12:34",
|
|
395
|
+
cost: 80,
|
|
396
|
+
description: null,
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
id: "301",
|
|
400
|
+
title: "Check event",
|
|
401
|
+
startAt: "Wed Sep 14 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
|
|
402
|
+
colour: "",
|
|
403
|
+
imgSrc: DEFAULT_IMAGE,
|
|
404
|
+
eventId: 1112,
|
|
405
|
+
type: "from 15:20",
|
|
406
|
+
cost: 14,
|
|
407
|
+
description:
|
|
408
|
+
"<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
id: "535",
|
|
412
|
+
title: "EVENTEVENT",
|
|
413
|
+
startAt: "Wed Sep 14 2022 17:55:00 GMT+0300 (Eastern European Summer Time)",
|
|
414
|
+
colour: "",
|
|
415
|
+
imgSrc: DEFAULT_IMAGE,
|
|
416
|
+
eventId: 1180,
|
|
417
|
+
type: "15:55 - 17:55",
|
|
418
|
+
cost: 14,
|
|
419
|
+
description: "<p>Description</p>",
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
id: "356",
|
|
423
|
+
title: "Testing Date/End event",
|
|
424
|
+
startAt: "Thu Sep 15 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
|
|
425
|
+
colour: "",
|
|
426
|
+
imgSrc: DEFAULT_IMAGE,
|
|
427
|
+
eventId: 1170,
|
|
428
|
+
type: "from 22:04",
|
|
429
|
+
description:
|
|
430
|
+
"<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
id: "383",
|
|
434
|
+
title: "Date testing 2",
|
|
435
|
+
startAt: "Thu Sep 15 2022 14:20:00 GMT+0300 (Eastern European Summer Time)",
|
|
436
|
+
colour: "",
|
|
437
|
+
imgSrc: DEFAULT_IMAGE,
|
|
438
|
+
eventId: 1172,
|
|
439
|
+
type: "12:20 - 10:19",
|
|
440
|
+
description: null,
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
id: "492",
|
|
444
|
+
title: "Cupcake event",
|
|
445
|
+
startAt: "Thu Sep 15 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
|
|
446
|
+
colour: "",
|
|
447
|
+
imgSrc: DEFAULT_IMAGE,
|
|
448
|
+
eventId: 1179,
|
|
449
|
+
type: "14:34 - 12:34",
|
|
450
|
+
cost: 80,
|
|
451
|
+
description: null,
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
id: "302",
|
|
455
|
+
title: "Check event",
|
|
456
|
+
startAt: "Thu Sep 15 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
|
|
457
|
+
colour: "",
|
|
458
|
+
imgSrc: DEFAULT_IMAGE,
|
|
459
|
+
eventId: 1112,
|
|
460
|
+
type: "from 15:20",
|
|
461
|
+
cost: 14,
|
|
462
|
+
description:
|
|
463
|
+
"<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
id: "334",
|
|
467
|
+
title: "Solo Party27",
|
|
468
|
+
startAt: "Thu Sep 15 2022 20:15:00 GMT+0300 (Eastern European Summer Time)",
|
|
469
|
+
colour: "",
|
|
470
|
+
imgSrc: DEFAULT_IMAGE,
|
|
471
|
+
eventId: 1149,
|
|
472
|
+
type: "18:15 - 10:22",
|
|
473
|
+
cost: 66,
|
|
474
|
+
description: null,
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
id: "357",
|
|
478
|
+
title: "Testing Date/End event",
|
|
479
|
+
startAt: "Fri Sep 16 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
|
|
480
|
+
colour: "",
|
|
481
|
+
imgSrc: DEFAULT_IMAGE,
|
|
482
|
+
eventId: 1170,
|
|
483
|
+
type: "from 22:04",
|
|
484
|
+
description:
|
|
485
|
+
"<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
id: "493",
|
|
489
|
+
title: "Cupcake event",
|
|
490
|
+
startAt: "Fri Sep 16 2022 16:34:00 GMT+0300 (Eastern European Summer Time)",
|
|
491
|
+
colour: "",
|
|
492
|
+
imgSrc: DEFAULT_IMAGE,
|
|
493
|
+
eventId: 1179,
|
|
494
|
+
type: "14:34 - 12:34",
|
|
495
|
+
cost: 80,
|
|
496
|
+
description: null,
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
id: "303",
|
|
500
|
+
title: "Check event",
|
|
501
|
+
startAt: "Fri Sep 16 2022 17:20:00 GMT+0300 (Eastern European Summer Time)",
|
|
502
|
+
colour: "",
|
|
503
|
+
imgSrc: DEFAULT_IMAGE,
|
|
504
|
+
eventId: 1112,
|
|
505
|
+
type: "from 15:20",
|
|
506
|
+
cost: 14,
|
|
507
|
+
description:
|
|
508
|
+
"<p>On the other hand, we denounce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty through weakness of will, which is the same as</p><p> saying through shrinking from toil and pain. These cases are perfectly</p><p> simple and easy to distinguish. In a free hour, when our power of</p><p> choice is untrammelled and when nothing prevents our being able to do</p><p> what we like best, every pleasure is to be welcomed and every pain</p><p> avoided. But in certain circumstances and owing to the claims of duty</p><p> or the obligations of business it will frequently occur that pleasures</p><p> have to be repudiated and annoyances accepted. The wise man therefore</p><p> always holds in these matters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
id: "390",
|
|
512
|
+
title: "PenEvent",
|
|
513
|
+
startAt: "Fri Sep 16 2022 17:27:00 GMT+0300 (Eastern European Summer Time)",
|
|
514
|
+
colour: "",
|
|
515
|
+
imgSrc: DEFAULT_IMAGE,
|
|
516
|
+
eventId: 1174,
|
|
517
|
+
type: "15:27 - 11:27",
|
|
518
|
+
cost: 14,
|
|
519
|
+
description: null,
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
id: "536",
|
|
523
|
+
title: "EVENTEVENT",
|
|
524
|
+
startAt: "Fri Sep 16 2022 17:55:00 GMT+0300 (Eastern European Summer Time)",
|
|
525
|
+
colour: "",
|
|
526
|
+
imgSrc: DEFAULT_IMAGE,
|
|
527
|
+
eventId: 1180,
|
|
528
|
+
type: "15:55 - 17:55",
|
|
529
|
+
cost: 14,
|
|
530
|
+
description: "<p>Description</p>",
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
id: "428",
|
|
534
|
+
title: "EVENT-11August",
|
|
535
|
+
startAt: "Fri Sep 16 2022 21:12:00 GMT+0300 (Eastern European Summer Time)",
|
|
536
|
+
colour: "",
|
|
537
|
+
imgSrc: DEFAULT_IMAGE,
|
|
538
|
+
eventId: 1175,
|
|
539
|
+
type: "19:12 - 17:12",
|
|
540
|
+
cost: 15,
|
|
541
|
+
description:
|
|
542
|
+
"<p><strong>On the other hand, we denoun</strong>ce with righteous indignation and dislike</p><p> men who are so beguiled and demoralized by the charms of pleasure of</p><p> the moment, so blinded by desire, that they cannot foresee the pain</p><p> and trouble that are bound to ensue; and equal blame belongs to those</p><p> who fail in their duty throug<strong>h weakness of will, which is the same as</strong></p><p><strong> saying through shrinking from toil and pain. These cases are perfectly</strong></p><p><strong> simple and easy to distinguish. In </strong>a free hour, when our power of</p><p> choice is untramm<s>elled and when nothing prevents our being able to do</s></p><p><s> what we like best, every ple<em>asure is to be welcomed and every pain</em></s></p><p><s><em> avoided. But in certain circumstances and owing to the claims of duty</em></s></p><p><s><em> or the obligations of business </em>it will frequently occur that pleasures</s></p><p><s> have to be repudiated and annoyances accepted. The wise man therefore</s></p><p><s> always holds in these m</s>atters to this principle of selection: he</p><p> rejects pleasures to secure other greater pleasures, or else he</p><p> endures pains to avoid worse pains.</p>",
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
id: "358",
|
|
546
|
+
title: "Testing Date/End event",
|
|
547
|
+
startAt: "Sat Sep 17 2022 00:04:00 GMT+0300 (Eastern European Summer Time)",
|
|
548
|
+
colour: "",
|
|
549
|
+
imgSrc: DEFAULT_IMAGE,
|
|
550
|
+
eventId: 1170,
|
|
551
|
+
type: "from 22:04",
|
|
552
|
+
description:
|
|
553
|
+
"<blockquote><p>Lorem ipsum dolor sit </p><ul><li><p>amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</p></li></ul><ul><li><p> laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat </p></li><li><p>non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></li></ul></blockquote>",
|
|
554
|
+
},
|
|
555
|
+
];
|
|
556
|
+
|
|
557
|
+
export function Default() {
|
|
558
|
+
const displayCost = boolean("displayCost", true);
|
|
559
|
+
const displayType = boolean("displayType", true);
|
|
560
|
+
const displayDescription = boolean("displayDescription", true);
|
|
561
|
+
const isListView = boolean("isListView", false);
|
|
562
|
+
const className = text("className", "event-info");
|
|
563
|
+
|
|
564
|
+
return (
|
|
565
|
+
<div
|
|
566
|
+
className="events"
|
|
567
|
+
style={{
|
|
568
|
+
display: "grid",
|
|
569
|
+
gridTemplateColumns: isListView ? "1fr" : "repeat(auto-fill, 20rem)",
|
|
570
|
+
gridGap: "1rem",
|
|
571
|
+
justifyContent: "center",
|
|
572
|
+
padding: "1rem",
|
|
573
|
+
}}
|
|
574
|
+
>
|
|
575
|
+
{MOCK_IFRAMES.map((event) => (
|
|
576
|
+
<div key={event.id}>
|
|
577
|
+
<IframeEventCard
|
|
578
|
+
title={event.title}
|
|
579
|
+
type={event.type}
|
|
580
|
+
cost={event.cost}
|
|
581
|
+
date={String(event.startAt)}
|
|
582
|
+
colour={event.colour}
|
|
583
|
+
snippetSetting={{
|
|
584
|
+
includeAvailability: [],
|
|
585
|
+
includeFromPrice: [],
|
|
586
|
+
}}
|
|
587
|
+
imageSrc={event.imgSrc}
|
|
588
|
+
goToDetails={() => {}}
|
|
589
|
+
description={event.description}
|
|
590
|
+
isListView={isListView}
|
|
591
|
+
className={className}
|
|
592
|
+
shortDate="07/03/2023"
|
|
593
|
+
/>
|
|
594
|
+
</div>
|
|
595
|
+
))}
|
|
596
|
+
</div>
|
|
597
|
+
);
|
|
598
|
+
}
|