@licklist/design 0.45.0-dev.0 → 0.45.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 +17 -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 +70 -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 +46 -0
- package/src/date-time-button/DateTimeButton.stories.tsx +97 -0
- package/src/date-time-button/DateTimeButton.tsx +75 -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,1163 @@
|
|
|
1
|
+
// Variables
|
|
2
|
+
//
|
|
3
|
+
// Variables should follow the `$component-state-property-size` formula for
|
|
4
|
+
// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
|
|
5
|
+
|
|
6
|
+
// Color system
|
|
7
|
+
|
|
8
|
+
$white: #fff;
|
|
9
|
+
$gray-100: #f9f9f9;
|
|
10
|
+
$gray-150: #f2f2f2;
|
|
11
|
+
$gray-200: #ebebeb;
|
|
12
|
+
$gray-300: #e2e2e2;
|
|
13
|
+
$gray-400: #d4d4d4;
|
|
14
|
+
$gray-500: #b4b4b4;
|
|
15
|
+
$gray-550: #878787;
|
|
16
|
+
$gray-600: #747474;
|
|
17
|
+
$gray-700: #504f4f;
|
|
18
|
+
$gray-800: #3a3939;
|
|
19
|
+
$gray-900: #252424;
|
|
20
|
+
$black: #000;
|
|
21
|
+
|
|
22
|
+
$grays: (
|
|
23
|
+
"100": $gray-100,
|
|
24
|
+
"150": $gray-150,
|
|
25
|
+
"200": $gray-200,
|
|
26
|
+
"300": $gray-300,
|
|
27
|
+
"400": $gray-400,
|
|
28
|
+
"500": $gray-500,
|
|
29
|
+
"550": $gray-550,
|
|
30
|
+
"600": $gray-600,
|
|
31
|
+
"700": $gray-700,
|
|
32
|
+
"800": $gray-800,
|
|
33
|
+
"900": $gray-900,
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
$light-blue: #d9efff !default;
|
|
37
|
+
$blue: #0e8ce2;
|
|
38
|
+
$indigo: #6610f2 !default;
|
|
39
|
+
$purple: #6f42c1 !default;
|
|
40
|
+
$pink: #e83e8c !default;
|
|
41
|
+
$dark-pink: #e20e58 !default;
|
|
42
|
+
$red: #f94b25;
|
|
43
|
+
$orange: #fd7e14 !default;
|
|
44
|
+
$yellow: #ffc107 !default;
|
|
45
|
+
$green: #28a745 !default;
|
|
46
|
+
$teal: #20c997 !default;
|
|
47
|
+
$cyan: #17a2b8 !default;
|
|
48
|
+
$light-pink: #fee9f5 !default;
|
|
49
|
+
$light-yellow: #fafad7 !default;
|
|
50
|
+
|
|
51
|
+
$colors: (
|
|
52
|
+
"light-blue": $light-blue,
|
|
53
|
+
"light-pink": $light-pink,
|
|
54
|
+
"blue": $blue,
|
|
55
|
+
"indigo": $indigo,
|
|
56
|
+
"purple": $purple,
|
|
57
|
+
"pink": $pink,
|
|
58
|
+
"red": $red,
|
|
59
|
+
"orange": $orange,
|
|
60
|
+
"yellow": $yellow,
|
|
61
|
+
"green": $green,
|
|
62
|
+
"teal": $teal,
|
|
63
|
+
"cyan": $cyan,
|
|
64
|
+
"white": $white,
|
|
65
|
+
"gray": $gray-600,
|
|
66
|
+
"gray-dark": $gray-800,
|
|
67
|
+
"light-yellow": $light-yellow,
|
|
68
|
+
"dark-pink": $dark-pink,
|
|
69
|
+
);
|
|
70
|
+
|
|
71
|
+
$primary: $blue !default;
|
|
72
|
+
$light-primary: $light-blue !default;
|
|
73
|
+
$secondary: $gray-600 !default;
|
|
74
|
+
$success: $green !default;
|
|
75
|
+
$info: $cyan !default;
|
|
76
|
+
$warning: $yellow !default;
|
|
77
|
+
$danger: $red !default;
|
|
78
|
+
$light: $gray-100 !default;
|
|
79
|
+
$dark: $gray-800 !default;
|
|
80
|
+
|
|
81
|
+
$theme-colors: (
|
|
82
|
+
"primary": $primary,
|
|
83
|
+
"secondary": $secondary,
|
|
84
|
+
"success": $success,
|
|
85
|
+
"info": $info,
|
|
86
|
+
"warning": $warning,
|
|
87
|
+
"danger": $danger,
|
|
88
|
+
"light": $light,
|
|
89
|
+
"dark": $dark,
|
|
90
|
+
);
|
|
91
|
+
|
|
92
|
+
// Set a specific jump point for requesting color jumps
|
|
93
|
+
$theme-color-interval: 8% !default;
|
|
94
|
+
|
|
95
|
+
// The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.
|
|
96
|
+
$yiq-contrasted-threshold: 150 !default;
|
|
97
|
+
|
|
98
|
+
// Customize the light and dark text colors for use in our YIQ color contrast function.
|
|
99
|
+
$yiq-text-dark: $gray-900 !default;
|
|
100
|
+
$yiq-text-light: $white !default;
|
|
101
|
+
|
|
102
|
+
// Characters which are escaped by the escape-svg function
|
|
103
|
+
$escaped-characters: (
|
|
104
|
+
("<", "%3c"),
|
|
105
|
+
(">", "%3e"),
|
|
106
|
+
("#", "%23"),
|
|
107
|
+
("(", "%28"),
|
|
108
|
+
(")", "%29")
|
|
109
|
+
) !default;
|
|
110
|
+
|
|
111
|
+
// Options
|
|
112
|
+
//
|
|
113
|
+
// Quickly modify global styling by enabling or disabling optional features.
|
|
114
|
+
|
|
115
|
+
$enable-caret: true !default;
|
|
116
|
+
$enable-rounded: true !default;
|
|
117
|
+
$enable-shadows: false !default;
|
|
118
|
+
$enable-gradients: false !default;
|
|
119
|
+
$enable-transitions: true !default;
|
|
120
|
+
$enable-prefers-reduced-motion-media-query: true !default;
|
|
121
|
+
$enable-hover-media-query: false !default; // Deprecated, no longer affects any compiled CSS
|
|
122
|
+
$enable-grid-classes: true !default;
|
|
123
|
+
$enable-pointer-cursor-for-buttons: true !default;
|
|
124
|
+
$enable-print-styles: true !default;
|
|
125
|
+
$enable-responsive-font-sizes: false !default;
|
|
126
|
+
$enable-validation-icons: true !default;
|
|
127
|
+
$enable-deprecation-messages: true !default;
|
|
128
|
+
|
|
129
|
+
// Spacing
|
|
130
|
+
//
|
|
131
|
+
// Control the default styling of most Bootstrap elements by modifying these
|
|
132
|
+
// variables. Mostly focused on spacing.
|
|
133
|
+
// You can add more entries to the $spacers map, should you need more variation.
|
|
134
|
+
|
|
135
|
+
$spacer: 1rem !default;
|
|
136
|
+
$spacers: (
|
|
137
|
+
0: 0,
|
|
138
|
+
1: (
|
|
139
|
+
$spacer * 0.25,
|
|
140
|
+
),
|
|
141
|
+
2: (
|
|
142
|
+
$spacer * 0.4,
|
|
143
|
+
),
|
|
144
|
+
3: (
|
|
145
|
+
$spacer * 0.5,
|
|
146
|
+
),
|
|
147
|
+
4: $spacer,
|
|
148
|
+
5: (
|
|
149
|
+
$spacer * 1.5,
|
|
150
|
+
),
|
|
151
|
+
6: (
|
|
152
|
+
$spacer * 3,
|
|
153
|
+
),
|
|
154
|
+
);
|
|
155
|
+
|
|
156
|
+
// This variable affects the `.h-*` and `.w-*` classes.
|
|
157
|
+
$sizes: (
|
|
158
|
+
25: 25%,
|
|
159
|
+
50: 50%,
|
|
160
|
+
75: 75%,
|
|
161
|
+
100: 100%,
|
|
162
|
+
auto: auto,
|
|
163
|
+
);
|
|
164
|
+
|
|
165
|
+
// Body
|
|
166
|
+
//
|
|
167
|
+
// Settings for the `<body>` element.
|
|
168
|
+
|
|
169
|
+
$body-bg: $gray-150;
|
|
170
|
+
$body-color: $gray-900 !default;
|
|
171
|
+
|
|
172
|
+
// Links
|
|
173
|
+
//
|
|
174
|
+
// Style anchor elements.
|
|
175
|
+
|
|
176
|
+
$link-color: theme-color("primary") !default;
|
|
177
|
+
$link-decoration: none !default;
|
|
178
|
+
$link-hover-color: darken($link-color, 15%) !default;
|
|
179
|
+
$link-hover-decoration: underline !default;
|
|
180
|
+
// Darken percentage for links with `.text-*` class (e.g. `.text-success`)
|
|
181
|
+
$emphasized-link-hover-darken-percentage: 15% !default;
|
|
182
|
+
|
|
183
|
+
// Paragraphs
|
|
184
|
+
//
|
|
185
|
+
// Style p element.
|
|
186
|
+
|
|
187
|
+
$paragraph-margin-bottom: 1rem !default;
|
|
188
|
+
|
|
189
|
+
// Grid breakpoints
|
|
190
|
+
//
|
|
191
|
+
// Define the minimum dimensions at which your layout will change,
|
|
192
|
+
// adapting to different screen sizes, for use in media queries.
|
|
193
|
+
|
|
194
|
+
$grid-breakpoints: (
|
|
195
|
+
xs: 0,
|
|
196
|
+
sm: 576px,
|
|
197
|
+
md: 768px,
|
|
198
|
+
lg: 992px,
|
|
199
|
+
xl: 1200px,
|
|
200
|
+
) !default;
|
|
201
|
+
|
|
202
|
+
@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
|
|
203
|
+
@include _assert-starts-at-zero($grid-breakpoints, "$grid-breakpoints");
|
|
204
|
+
|
|
205
|
+
// Grid containers
|
|
206
|
+
//
|
|
207
|
+
// Define the maximum width of `.container` for different screen sizes.
|
|
208
|
+
|
|
209
|
+
$container-max-widths: (
|
|
210
|
+
sm: 540px,
|
|
211
|
+
md: 720px,
|
|
212
|
+
lg: 960px,
|
|
213
|
+
xl: 1140px,
|
|
214
|
+
) !default;
|
|
215
|
+
|
|
216
|
+
@include _assert-ascending($container-max-widths, "$container-max-widths");
|
|
217
|
+
|
|
218
|
+
// Grid columns
|
|
219
|
+
//
|
|
220
|
+
// Set the number of columns and specify the width of the gutters.
|
|
221
|
+
|
|
222
|
+
$grid-columns: 12 !default;
|
|
223
|
+
$grid-gutter-width: 2rem;
|
|
224
|
+
$grid-row-columns: 6 !default;
|
|
225
|
+
|
|
226
|
+
// Components
|
|
227
|
+
//
|
|
228
|
+
// Define common padding and border radius sizes and more.
|
|
229
|
+
|
|
230
|
+
$line-height-lg: 1.5 !default;
|
|
231
|
+
$line-height-sm: 1.5 !default;
|
|
232
|
+
|
|
233
|
+
$border-width: 1px !default;
|
|
234
|
+
$calendar-border: 2px solid #f2f2f2;
|
|
235
|
+
$border-color: $gray-300 !default;
|
|
236
|
+
|
|
237
|
+
$border-radius: 1rem;
|
|
238
|
+
$border-radius-lg: 0.3rem !default;
|
|
239
|
+
$border-radius-sm: 0.2rem !default;
|
|
240
|
+
|
|
241
|
+
$rounded-pill: 50rem !default;
|
|
242
|
+
|
|
243
|
+
$box-shadow-sm: 0 0.125rem 0.25rem rgba($black, 0.075) !default;
|
|
244
|
+
$box-shadow: 0 0.5rem 1rem rgba($black, 0.15) !default;
|
|
245
|
+
$box-shadow-lg: 0 1rem 3rem rgba($black, 0.175) !default;
|
|
246
|
+
|
|
247
|
+
$component-active-color: $white !default;
|
|
248
|
+
$component-active-bg: theme-color("primary") !default;
|
|
249
|
+
|
|
250
|
+
$caret-width: 0.3em !default;
|
|
251
|
+
$caret-vertical-align: $caret-width * 0.85 !default;
|
|
252
|
+
$caret-spacing: $caret-width * 0.85 !default;
|
|
253
|
+
|
|
254
|
+
$transition-base: all 0.2s ease-in-out !default;
|
|
255
|
+
$transition-fade: opacity 0.15s linear !default;
|
|
256
|
+
$transition-collapse: height 0.35s ease !default;
|
|
257
|
+
|
|
258
|
+
$embed-responsive-aspect-ratios: (((21 9), (16 9), (4 3), (1 1)));
|
|
259
|
+
|
|
260
|
+
// Iframe border
|
|
261
|
+
$iframe-border-radius: 0.25rem;
|
|
262
|
+
|
|
263
|
+
// Typography
|
|
264
|
+
//
|
|
265
|
+
// Font, line-height, and color for body text, headings, and more.
|
|
266
|
+
|
|
267
|
+
// stylelint-disable value-keyword-case
|
|
268
|
+
$font-family-sans-serif: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
|
269
|
+
Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
|
|
270
|
+
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
271
|
+
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
|
|
272
|
+
"Liberation Mono", "Courier New", monospace !default;
|
|
273
|
+
$font-family-base: $font-family-sans-serif !default;
|
|
274
|
+
// stylelint-enable value-keyword-case
|
|
275
|
+
|
|
276
|
+
$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
|
|
277
|
+
$font-size-lg: $font-size-base * 1.25 !default;
|
|
278
|
+
$font-size-sm: $font-size-base * 0.875 !default;
|
|
279
|
+
|
|
280
|
+
$font-weight-lighter: lighter !default;
|
|
281
|
+
$font-weight-light: 300 !default;
|
|
282
|
+
$font-weight-normal: 400 !default;
|
|
283
|
+
$font-weight-semibold: 600;
|
|
284
|
+
$font-weight-bold: 700 !default;
|
|
285
|
+
$font-weight-bolder: bolder !default;
|
|
286
|
+
|
|
287
|
+
$font-weight-base: $font-weight-normal !default;
|
|
288
|
+
$line-height-base: 1.5 !default;
|
|
289
|
+
|
|
290
|
+
$h1-font-size: $font-size-base * 2.5 !default;
|
|
291
|
+
$h2-font-size: $font-size-base * 2 !default;
|
|
292
|
+
$h3-font-size: $font-size-base * 1.75 !default;
|
|
293
|
+
$h4-font-size: $font-size-base * 1.5 !default;
|
|
294
|
+
$h5-font-size: $font-size-base * 1.25 !default;
|
|
295
|
+
$h6-font-size: $font-size-base !default;
|
|
296
|
+
|
|
297
|
+
$headings-margin-bottom: $spacer / 2 !default;
|
|
298
|
+
$headings-font-family: null !default;
|
|
299
|
+
$headings-font-weight: 500 !default;
|
|
300
|
+
$headings-line-height: 1.2 !default;
|
|
301
|
+
$headings-color: null !default;
|
|
302
|
+
|
|
303
|
+
$display1-size: 6rem !default;
|
|
304
|
+
$display2-size: 5.5rem !default;
|
|
305
|
+
$display3-size: 4.5rem !default;
|
|
306
|
+
$display4-size: 3.5rem !default;
|
|
307
|
+
|
|
308
|
+
$display1-weight: 300 !default;
|
|
309
|
+
$display2-weight: 300 !default;
|
|
310
|
+
$display3-weight: 300 !default;
|
|
311
|
+
$display4-weight: 300 !default;
|
|
312
|
+
$display-line-height: $headings-line-height !default;
|
|
313
|
+
|
|
314
|
+
$lead-font-size: $font-size-base * 1.25 !default;
|
|
315
|
+
$lead-font-weight: 300 !default;
|
|
316
|
+
|
|
317
|
+
$small-font-size: 80% !default;
|
|
318
|
+
|
|
319
|
+
$text-muted: $gray-600 !default;
|
|
320
|
+
|
|
321
|
+
$blockquote-small-color: $gray-600 !default;
|
|
322
|
+
$blockquote-small-font-size: $small-font-size !default;
|
|
323
|
+
$blockquote-font-size: $font-size-base * 1.25 !default;
|
|
324
|
+
|
|
325
|
+
$hr-border-color: rgba($black, 0.1) !default;
|
|
326
|
+
$hr-border-width: $border-width !default;
|
|
327
|
+
|
|
328
|
+
$mark-padding: 0.2em !default;
|
|
329
|
+
|
|
330
|
+
$dt-font-weight: $font-weight-bold !default;
|
|
331
|
+
|
|
332
|
+
$kbd-box-shadow: inset 0 -0.1rem 0 rgba($black, 0.25) !default;
|
|
333
|
+
$nested-kbd-font-weight: $font-weight-bold !default;
|
|
334
|
+
|
|
335
|
+
$list-inline-padding: 0.5rem !default;
|
|
336
|
+
|
|
337
|
+
$mark-bg: #fcf8e3 !default;
|
|
338
|
+
|
|
339
|
+
$hr-margin-y: $spacer !default;
|
|
340
|
+
|
|
341
|
+
// Tables
|
|
342
|
+
//
|
|
343
|
+
// Customizes the `.table` component with basic values, each used across all table variations.
|
|
344
|
+
|
|
345
|
+
$table-cell-padding: 0.75rem !default;
|
|
346
|
+
$table-cell-padding-sm: 0.3rem !default;
|
|
347
|
+
|
|
348
|
+
$table-color: $body-color !default;
|
|
349
|
+
$table-bg: null !default;
|
|
350
|
+
$table-accent-bg: rgba($black, 0.05) !default;
|
|
351
|
+
$table-hover-color: $table-color !default;
|
|
352
|
+
$table-hover-bg: rgba($black, 0.075) !default;
|
|
353
|
+
$table-active-bg: $table-hover-bg !default;
|
|
354
|
+
|
|
355
|
+
$table-border-width: $border-width !default;
|
|
356
|
+
$table-border-color: $border-color !default;
|
|
357
|
+
|
|
358
|
+
$table-head-bg: $gray-200 !default;
|
|
359
|
+
$table-head-color: $gray-700 !default;
|
|
360
|
+
$table-th-font-weight: null !default;
|
|
361
|
+
|
|
362
|
+
$table-dark-color: $white !default;
|
|
363
|
+
$table-dark-bg: $gray-800 !default;
|
|
364
|
+
$table-dark-accent-bg: rgba($white, 0.05) !default;
|
|
365
|
+
$table-dark-hover-color: $table-dark-color !default;
|
|
366
|
+
$table-dark-hover-bg: rgba($white, 0.075) !default;
|
|
367
|
+
$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default;
|
|
368
|
+
|
|
369
|
+
$table-striped-order: odd !default;
|
|
370
|
+
|
|
371
|
+
$table-caption-color: $text-muted !default;
|
|
372
|
+
|
|
373
|
+
$table-bg-level: -9 !default;
|
|
374
|
+
$table-border-level: -6 !default;
|
|
375
|
+
|
|
376
|
+
// Buttons + Forms
|
|
377
|
+
//
|
|
378
|
+
// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
|
|
379
|
+
$input-btn-border-width: $border-width !default;
|
|
380
|
+
|
|
381
|
+
$input-btn-padding-y: calc(0.75rem - #{$input-btn-border-width});
|
|
382
|
+
$input-btn-padding-x: 1rem;
|
|
383
|
+
$input-btn-font-family: null !default;
|
|
384
|
+
$input-btn-font-size: $font-size-base !default;
|
|
385
|
+
$input-btn-line-height: $line-height-base !default;
|
|
386
|
+
|
|
387
|
+
$input-btn-focus-width: 0.2rem !default;
|
|
388
|
+
$input-btn-focus-color: rgba($component-active-bg, 0.25) !default;
|
|
389
|
+
$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default;
|
|
390
|
+
|
|
391
|
+
$input-btn-padding-y-sm: 0.25rem !default;
|
|
392
|
+
$input-btn-padding-x-sm: 0.5rem !default;
|
|
393
|
+
$input-btn-font-size-sm: $font-size-sm !default;
|
|
394
|
+
$input-btn-line-height-sm: $line-height-sm !default;
|
|
395
|
+
|
|
396
|
+
$input-btn-padding-y-lg: 0.5rem !default;
|
|
397
|
+
$input-btn-padding-x-lg: 1rem !default;
|
|
398
|
+
$input-btn-font-size-lg: $font-size-lg !default;
|
|
399
|
+
$input-btn-line-height-lg: $line-height-lg !default;
|
|
400
|
+
|
|
401
|
+
// Buttons
|
|
402
|
+
//
|
|
403
|
+
// For each of Bootstrap's buttons, define text, background, and border color.
|
|
404
|
+
|
|
405
|
+
$btn-padding-y: $input-btn-padding-y !default;
|
|
406
|
+
$btn-padding-x: $input-btn-padding-x !default;
|
|
407
|
+
$btn-font-family: $input-btn-font-family !default;
|
|
408
|
+
$btn-font-size: $input-btn-font-size !default;
|
|
409
|
+
$btn-line-height: $input-btn-line-height !default;
|
|
410
|
+
$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping
|
|
411
|
+
|
|
412
|
+
$btn-padding-y-sm: $input-btn-padding-y-sm !default;
|
|
413
|
+
$btn-padding-x-sm: $input-btn-padding-x-sm !default;
|
|
414
|
+
$btn-font-size-sm: $input-btn-font-size-sm !default;
|
|
415
|
+
$btn-line-height-sm: $input-btn-line-height-sm !default;
|
|
416
|
+
|
|
417
|
+
$btn-padding-y-lg: $input-btn-padding-y-lg !default;
|
|
418
|
+
$btn-padding-x-lg: $input-btn-padding-x-lg !default;
|
|
419
|
+
$btn-font-size-lg: $input-btn-font-size-lg !default;
|
|
420
|
+
$btn-line-height-lg: $input-btn-line-height-lg !default;
|
|
421
|
+
|
|
422
|
+
$btn-border-width: $input-btn-border-width !default;
|
|
423
|
+
|
|
424
|
+
$btn-font-weight: $font-weight-normal !default;
|
|
425
|
+
$btn-box-shadow: inset 0 1px 0 rgba($white, 0.15), 0 1px 1px rgba($black, 0.075) !default;
|
|
426
|
+
$btn-focus-width: $input-btn-focus-width !default;
|
|
427
|
+
$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
428
|
+
$btn-disabled-opacity: 0.65 !default;
|
|
429
|
+
$btn-active-box-shadow: inset 0 3px 5px rgba($black, 0.125) !default;
|
|
430
|
+
|
|
431
|
+
$btn-link-disabled-color: $gray-600 !default;
|
|
432
|
+
|
|
433
|
+
$btn-block-spacing-y: 0.5rem !default;
|
|
434
|
+
|
|
435
|
+
// Allows for customizing button radius independently from global border radius
|
|
436
|
+
$btn-border-radius: $border-radius !default;
|
|
437
|
+
$btn-border-radius-lg: $border-radius-lg !default;
|
|
438
|
+
$btn-border-radius-sm: $border-radius-sm !default;
|
|
439
|
+
|
|
440
|
+
$btn-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
|
|
441
|
+
border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !default;
|
|
442
|
+
|
|
443
|
+
// Forms
|
|
444
|
+
|
|
445
|
+
$label-margin-bottom: 0.5rem !default;
|
|
446
|
+
|
|
447
|
+
$input-padding-y: $input-btn-padding-y !default;
|
|
448
|
+
$input-padding-x: $input-btn-padding-x !default;
|
|
449
|
+
$input-font-family: $input-btn-font-family !default;
|
|
450
|
+
$input-font-size: $input-btn-font-size !default;
|
|
451
|
+
$input-font-weight: $font-weight-base !default;
|
|
452
|
+
$input-line-height: $input-btn-line-height !default;
|
|
453
|
+
|
|
454
|
+
$input-padding-y-sm: $input-btn-padding-y-sm !default;
|
|
455
|
+
$input-padding-x-sm: $input-btn-padding-x-sm !default;
|
|
456
|
+
$input-font-size-sm: $input-btn-font-size-sm !default;
|
|
457
|
+
$input-line-height-sm: $input-btn-line-height-sm !default;
|
|
458
|
+
|
|
459
|
+
$input-padding-y-lg: $input-btn-padding-y-lg !default;
|
|
460
|
+
$input-padding-x-lg: $input-btn-padding-x-lg !default;
|
|
461
|
+
$input-font-size-lg: $input-btn-font-size-lg !default;
|
|
462
|
+
$input-line-height-lg: $input-btn-line-height-lg !default;
|
|
463
|
+
|
|
464
|
+
$input-bg: $white !default;
|
|
465
|
+
$input-disabled-bg: $gray-200 !default;
|
|
466
|
+
|
|
467
|
+
$input-color: $gray-700 !default;
|
|
468
|
+
$input-border-color: $gray-400 !default;
|
|
469
|
+
$input-border-width: $input-btn-border-width !default;
|
|
470
|
+
$input-box-shadow: inset 0 1px 1px rgba($black, 0.075) !default;
|
|
471
|
+
|
|
472
|
+
$input-border-radius: $border-radius !default;
|
|
473
|
+
$input-border-radius-lg: $border-radius-lg !default;
|
|
474
|
+
$input-border-radius-sm: $border-radius-sm !default;
|
|
475
|
+
|
|
476
|
+
$input-focus-bg: $input-bg !default;
|
|
477
|
+
$input-focus-border-color: lighten($component-active-bg, 25%) !default;
|
|
478
|
+
$input-focus-color: $input-color !default;
|
|
479
|
+
$input-focus-width: $input-btn-focus-width !default;
|
|
480
|
+
$input-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
481
|
+
|
|
482
|
+
$input-placeholder-color: $gray-600 !default;
|
|
483
|
+
$input-plaintext-color: $body-color !default;
|
|
484
|
+
|
|
485
|
+
$input-height-border: $input-border-width * 2 !default;
|
|
486
|
+
|
|
487
|
+
$input-height-inner: add(
|
|
488
|
+
$input-line-height * 1em,
|
|
489
|
+
calc(#{$input-padding-y} * 2)
|
|
490
|
+
);
|
|
491
|
+
$input-height-inner-half: add(
|
|
492
|
+
$input-line-height * 0.5em,
|
|
493
|
+
$input-padding-y
|
|
494
|
+
) !default;
|
|
495
|
+
$input-height-inner-quarter: add(
|
|
496
|
+
$input-line-height * 0.25em,
|
|
497
|
+
calc(#{$input-padding-y} / 2)
|
|
498
|
+
);
|
|
499
|
+
|
|
500
|
+
$input-height: add(
|
|
501
|
+
$input-line-height * 1em,
|
|
502
|
+
add(calc(#{$input-padding-y} * 2), $input-height-border)
|
|
503
|
+
);
|
|
504
|
+
$input-height-sm: add(
|
|
505
|
+
$input-line-height-sm * 1em,
|
|
506
|
+
add($input-padding-y-sm * 2, $input-height-border, false)
|
|
507
|
+
) !default;
|
|
508
|
+
$input-height-lg: add(
|
|
509
|
+
$input-line-height-lg * 1em,
|
|
510
|
+
add($input-padding-y-lg * 2, $input-height-border, false)
|
|
511
|
+
) !default;
|
|
512
|
+
|
|
513
|
+
$input-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !default;
|
|
514
|
+
|
|
515
|
+
$form-text-margin-top: 0.25rem !default;
|
|
516
|
+
|
|
517
|
+
$form-check-input-gutter: 1.25rem !default;
|
|
518
|
+
$form-check-input-margin-y: 0.3rem !default;
|
|
519
|
+
$form-check-input-margin-x: 0.25rem !default;
|
|
520
|
+
|
|
521
|
+
$form-check-inline-margin-x: 0.75rem !default;
|
|
522
|
+
$form-check-inline-input-margin-x: 0.3125rem !default;
|
|
523
|
+
|
|
524
|
+
$form-grid-gutter-width: 10px !default;
|
|
525
|
+
$form-group-margin-bottom: 1rem !default;
|
|
526
|
+
|
|
527
|
+
$input-group-addon-color: $input-color !default;
|
|
528
|
+
$input-group-addon-bg: $gray-200 !default;
|
|
529
|
+
$input-group-addon-border-color: $input-border-color !default;
|
|
530
|
+
|
|
531
|
+
$custom-forms-transition: background-color 0.15s ease-in-out,
|
|
532
|
+
border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !default;
|
|
533
|
+
|
|
534
|
+
$custom-control-gutter: 0.5rem !default;
|
|
535
|
+
$custom-control-spacer-x: 1rem !default;
|
|
536
|
+
$custom-control-cursor: null !default;
|
|
537
|
+
|
|
538
|
+
$custom-control-indicator-size: 1rem !default;
|
|
539
|
+
$custom-control-indicator-bg: $input-bg !default;
|
|
540
|
+
|
|
541
|
+
$custom-control-indicator-bg-size: 50% 50% !default;
|
|
542
|
+
$custom-control-indicator-box-shadow: $input-box-shadow !default;
|
|
543
|
+
$custom-control-indicator-border-color: $gray-500 !default;
|
|
544
|
+
$custom-control-indicator-border-width: $input-border-width !default;
|
|
545
|
+
|
|
546
|
+
$custom-control-label-color: null !default;
|
|
547
|
+
|
|
548
|
+
$custom-control-indicator-disabled-bg: $input-disabled-bg !default;
|
|
549
|
+
$custom-control-label-disabled-color: $gray-600 !default;
|
|
550
|
+
|
|
551
|
+
$custom-control-indicator-checked-color: $component-active-color !default;
|
|
552
|
+
$custom-control-indicator-checked-bg: $component-active-bg !default;
|
|
553
|
+
$custom-control-indicator-checked-disabled-bg: rgba(
|
|
554
|
+
theme-color("primary"),
|
|
555
|
+
0.5
|
|
556
|
+
) !default;
|
|
557
|
+
$custom-control-indicator-checked-box-shadow: null !default;
|
|
558
|
+
$custom-control-indicator-checked-border-color: $custom-control-indicator-checked-bg !default;
|
|
559
|
+
|
|
560
|
+
$custom-control-indicator-focus-box-shadow: $input-focus-box-shadow !default;
|
|
561
|
+
$custom-control-indicator-focus-border-color: $input-focus-border-color !default;
|
|
562
|
+
|
|
563
|
+
$custom-control-indicator-active-color: $component-active-color !default;
|
|
564
|
+
$custom-control-indicator-active-bg: lighten(
|
|
565
|
+
$component-active-bg,
|
|
566
|
+
35%
|
|
567
|
+
) !default;
|
|
568
|
+
$custom-control-indicator-active-box-shadow: null !default;
|
|
569
|
+
$custom-control-indicator-active-border-color: $custom-control-indicator-active-bg !default;
|
|
570
|
+
|
|
571
|
+
$custom-checkbox-indicator-border-radius: 0.25rem;
|
|
572
|
+
$custom-checkbox-indicator-icon-checked: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>") !default;
|
|
573
|
+
|
|
574
|
+
$custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default;
|
|
575
|
+
$custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;
|
|
576
|
+
$custom-checkbox-indicator-icon-indeterminate: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/></svg>") !default;
|
|
577
|
+
$custom-checkbox-indicator-indeterminate-box-shadow: null !default;
|
|
578
|
+
$custom-checkbox-indicator-indeterminate-border-color: $custom-checkbox-indicator-indeterminate-bg !default;
|
|
579
|
+
|
|
580
|
+
$custom-radio-indicator-border-radius: 50% !default;
|
|
581
|
+
$custom-radio-indicator-icon-checked: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'><circle r='3' fill='#{$custom-control-indicator-checked-color}'/></svg>") !default;
|
|
582
|
+
|
|
583
|
+
$custom-switch-width: $custom-control-indicator-size * 1.75 !default;
|
|
584
|
+
$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;
|
|
585
|
+
$custom-switch-indicator-size: subtract(
|
|
586
|
+
$custom-control-indicator-size,
|
|
587
|
+
$custom-control-indicator-border-width * 4
|
|
588
|
+
) !default;
|
|
589
|
+
|
|
590
|
+
$custom-select-padding-y: $input-padding-y !default;
|
|
591
|
+
$custom-select-padding-x: $input-padding-x !default;
|
|
592
|
+
$custom-select-font-family: $input-font-family !default;
|
|
593
|
+
$custom-select-font-size: $input-font-size !default;
|
|
594
|
+
$custom-select-height: $input-height !default;
|
|
595
|
+
$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator
|
|
596
|
+
$custom-select-font-weight: $input-font-weight !default;
|
|
597
|
+
$custom-select-line-height: $input-line-height !default;
|
|
598
|
+
$custom-select-color: $input-color !default;
|
|
599
|
+
$custom-select-disabled-color: $gray-600 !default;
|
|
600
|
+
$custom-select-bg: $input-bg !default;
|
|
601
|
+
$custom-select-disabled-bg: $gray-200 !default;
|
|
602
|
+
$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions
|
|
603
|
+
$custom-select-indicator-color: $gray-800 !default;
|
|
604
|
+
$custom-select-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") !default;
|
|
605
|
+
$custom-select-background: escape-svg($custom-select-indicator) right
|
|
606
|
+
$custom-select-padding-x center / $custom-select-bg-size no-repeat !default; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
|
|
607
|
+
|
|
608
|
+
$custom-select-feedback-icon-padding-right: add(
|
|
609
|
+
1em * 0.75,
|
|
610
|
+
calc(
|
|
611
|
+
2 * #{$custom-select-padding-y} * 0.75 + #{$custom-select-padding-x} + #{$custom-select-indicator-padding}
|
|
612
|
+
)
|
|
613
|
+
);
|
|
614
|
+
$custom-select-feedback-icon-position: center right
|
|
615
|
+
($custom-select-padding-x + $custom-select-indicator-padding) !default;
|
|
616
|
+
$custom-select-feedback-icon-size: $input-height-inner-half
|
|
617
|
+
$input-height-inner-half !default;
|
|
618
|
+
|
|
619
|
+
$custom-select-border-width: $input-border-width !default;
|
|
620
|
+
$custom-select-border-color: $input-border-color !default;
|
|
621
|
+
$custom-select-border-radius: $border-radius !default;
|
|
622
|
+
$custom-select-box-shadow: inset 0 1px 2px rgba($black, 0.075) !default;
|
|
623
|
+
|
|
624
|
+
$custom-select-focus-border-color: $input-focus-border-color !default;
|
|
625
|
+
$custom-select-focus-width: $input-focus-width !default;
|
|
626
|
+
$custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width
|
|
627
|
+
$input-btn-focus-color !default;
|
|
628
|
+
|
|
629
|
+
$custom-select-padding-y-sm: $input-padding-y-sm !default;
|
|
630
|
+
$custom-select-padding-x-sm: $input-padding-x-sm !default;
|
|
631
|
+
$custom-select-font-size-sm: $input-font-size-sm !default;
|
|
632
|
+
$custom-select-height-sm: $input-height-sm !default;
|
|
633
|
+
|
|
634
|
+
$custom-select-padding-y-lg: $input-padding-y-lg !default;
|
|
635
|
+
$custom-select-padding-x-lg: $input-padding-x-lg !default;
|
|
636
|
+
$custom-select-font-size-lg: $input-font-size-lg !default;
|
|
637
|
+
$custom-select-height-lg: $input-height-lg !default;
|
|
638
|
+
|
|
639
|
+
$custom-range-track-width: 100% !default;
|
|
640
|
+
$custom-range-track-height: 0.5rem !default;
|
|
641
|
+
$custom-range-track-cursor: pointer !default;
|
|
642
|
+
$custom-range-track-bg: $gray-300 !default;
|
|
643
|
+
$custom-range-track-border-radius: 1rem !default;
|
|
644
|
+
$custom-range-track-box-shadow: inset 0 0.25rem 0.25rem rgba($black, 0.1) !default;
|
|
645
|
+
|
|
646
|
+
$custom-range-thumb-width: 1rem !default;
|
|
647
|
+
$custom-range-thumb-height: $custom-range-thumb-width !default;
|
|
648
|
+
$custom-range-thumb-bg: $component-active-bg !default;
|
|
649
|
+
$custom-range-thumb-border: 0 !default;
|
|
650
|
+
$custom-range-thumb-border-radius: 1rem !default;
|
|
651
|
+
$custom-range-thumb-box-shadow: 0 0.1rem 0.25rem rgba($black, 0.1) !default;
|
|
652
|
+
$custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg,
|
|
653
|
+
$input-focus-box-shadow !default;
|
|
654
|
+
$custom-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in IE/Edge
|
|
655
|
+
$custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default;
|
|
656
|
+
$custom-range-thumb-disabled-bg: $gray-500 !default;
|
|
657
|
+
|
|
658
|
+
$custom-file-height: $input-height !default;
|
|
659
|
+
$custom-file-height-inner: $input-height-inner !default;
|
|
660
|
+
$custom-file-focus-border-color: $input-focus-border-color !default;
|
|
661
|
+
$custom-file-focus-box-shadow: $input-focus-box-shadow !default;
|
|
662
|
+
$custom-file-disabled-bg: $input-disabled-bg !default;
|
|
663
|
+
|
|
664
|
+
$custom-file-padding-y: $input-padding-y !default;
|
|
665
|
+
$custom-file-padding-x: $input-padding-x !default;
|
|
666
|
+
$custom-file-line-height: $input-line-height !default;
|
|
667
|
+
$custom-file-font-family: $input-font-family !default;
|
|
668
|
+
$custom-file-font-weight: $input-font-weight !default;
|
|
669
|
+
$custom-file-color: $input-color !default;
|
|
670
|
+
$custom-file-bg: $input-bg !default;
|
|
671
|
+
$custom-file-border-width: $input-border-width !default;
|
|
672
|
+
$custom-file-border-color: $input-border-color !default;
|
|
673
|
+
$custom-file-border-radius: $input-border-radius !default;
|
|
674
|
+
$custom-file-box-shadow: $input-box-shadow !default;
|
|
675
|
+
$custom-file-button-color: $custom-file-color !default;
|
|
676
|
+
$custom-file-button-bg: $input-group-addon-bg !default;
|
|
677
|
+
$custom-file-text: (
|
|
678
|
+
en: "Browse",
|
|
679
|
+
) !default;
|
|
680
|
+
|
|
681
|
+
// Form validation
|
|
682
|
+
|
|
683
|
+
$form-feedback-margin-top: $form-text-margin-top !default;
|
|
684
|
+
$form-feedback-font-size: $small-font-size !default;
|
|
685
|
+
$form-feedback-valid-color: theme-color("success") !default;
|
|
686
|
+
$form-feedback-invalid-color: theme-color("danger") !default;
|
|
687
|
+
|
|
688
|
+
$form-feedback-icon-valid-color: $form-feedback-valid-color !default;
|
|
689
|
+
$form-feedback-icon-valid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#{$form-feedback-icon-valid-color}' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>") !default;
|
|
690
|
+
$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;
|
|
691
|
+
$form-feedback-icon-invalid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#{$form-feedback-icon-invalid-color}' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#{$form-feedback-icon-invalid-color}' stroke='none'/></svg>") !default;
|
|
692
|
+
|
|
693
|
+
$form-validation-states: (
|
|
694
|
+
"valid": (
|
|
695
|
+
"color": $form-feedback-valid-color,
|
|
696
|
+
"icon": $form-feedback-icon-valid,
|
|
697
|
+
),
|
|
698
|
+
"invalid": (
|
|
699
|
+
"color": $form-feedback-invalid-color,
|
|
700
|
+
"icon": $form-feedback-icon-invalid,
|
|
701
|
+
),
|
|
702
|
+
);
|
|
703
|
+
|
|
704
|
+
// Z-index master list
|
|
705
|
+
//
|
|
706
|
+
// Warning: Avoid customizing these values. They're used for a bird's eye view
|
|
707
|
+
// of components dependent on the z-axis and are designed to all work together.
|
|
708
|
+
|
|
709
|
+
$zindex-dropdown: 1000 !default;
|
|
710
|
+
$zindex-sticky: 1020 !default;
|
|
711
|
+
$zindex-fixed: 1030 !default;
|
|
712
|
+
$zindex-modal-backdrop: 1040 !default;
|
|
713
|
+
$zindex-modal: 1050 !default;
|
|
714
|
+
$zindex-popover: 1060 !default;
|
|
715
|
+
$zindex-tooltip: 1070 !default;
|
|
716
|
+
|
|
717
|
+
// Navs
|
|
718
|
+
|
|
719
|
+
$nav-link-padding-y: 0.75rem;
|
|
720
|
+
$nav-link-padding-x: 1rem !default;
|
|
721
|
+
$nav-link-disabled-color: $gray-600 !default;
|
|
722
|
+
|
|
723
|
+
$nav-tabs-border-color: $gray-300 !default;
|
|
724
|
+
$nav-tabs-border-width: $border-width !default;
|
|
725
|
+
$nav-tabs-border-radius: $border-radius !default;
|
|
726
|
+
$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;
|
|
727
|
+
$nav-tabs-link-active-color: $gray-700 !default;
|
|
728
|
+
$nav-tabs-link-active-bg: $body-bg !default;
|
|
729
|
+
$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;
|
|
730
|
+
|
|
731
|
+
$nav-pills-border-radius: $border-radius !default;
|
|
732
|
+
$nav-pills-link-active-color: theme-color("primary");
|
|
733
|
+
$nav-pills-link-active-bg: #d9efff;
|
|
734
|
+
|
|
735
|
+
$nav-divider-color: $gray-200 !default;
|
|
736
|
+
$nav-divider-margin-y: $spacer / 2 !default;
|
|
737
|
+
|
|
738
|
+
// Navbar
|
|
739
|
+
|
|
740
|
+
$navbar-padding-y: $spacer / 2 !default;
|
|
741
|
+
$navbar-padding-x: $spacer !default;
|
|
742
|
+
|
|
743
|
+
$navbar-nav-link-padding-x: 0.5rem !default;
|
|
744
|
+
|
|
745
|
+
$navbar-brand-font-size: $font-size-lg !default;
|
|
746
|
+
// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link
|
|
747
|
+
$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;
|
|
748
|
+
$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;
|
|
749
|
+
$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
|
|
750
|
+
|
|
751
|
+
$navbar-toggler-padding-y: 0.25rem !default;
|
|
752
|
+
$navbar-toggler-padding-x: 0.75rem !default;
|
|
753
|
+
$navbar-toggler-font-size: $font-size-lg !default;
|
|
754
|
+
$navbar-toggler-border-radius: $btn-border-radius !default;
|
|
755
|
+
|
|
756
|
+
$navbar-nav-scroll-max-height: 75vh !default;
|
|
757
|
+
|
|
758
|
+
$navbar-dark-color: rgba($white, 0.5) !default;
|
|
759
|
+
$navbar-dark-hover-color: rgba($white, 0.75) !default;
|
|
760
|
+
$navbar-dark-active-color: $white !default;
|
|
761
|
+
$navbar-dark-disabled-color: rgba($white, 0.25) !default;
|
|
762
|
+
$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='#{$navbar-dark-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
|
|
763
|
+
$navbar-dark-toggler-border-color: rgba($white, 0.1) !default;
|
|
764
|
+
|
|
765
|
+
$navbar-light-color: rgba($black, 0.5) !default;
|
|
766
|
+
$navbar-light-hover-color: rgba($black, 0.7) !default;
|
|
767
|
+
$navbar-light-active-color: rgba($black, 0.9) !default;
|
|
768
|
+
$navbar-light-disabled-color: rgba($black, 0.3) !default;
|
|
769
|
+
$navbar-light-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='#{$navbar-light-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
|
|
770
|
+
$navbar-light-toggler-border-color: rgba($black, 0.1) !default;
|
|
771
|
+
|
|
772
|
+
$navbar-light-brand-color: $navbar-light-active-color !default;
|
|
773
|
+
$navbar-light-brand-hover-color: $navbar-light-active-color !default;
|
|
774
|
+
$navbar-dark-brand-color: $navbar-dark-active-color !default;
|
|
775
|
+
$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;
|
|
776
|
+
|
|
777
|
+
// Dropdowns
|
|
778
|
+
//
|
|
779
|
+
// Dropdown menu container and contents.
|
|
780
|
+
|
|
781
|
+
$dropdown-min-width: 10rem !default;
|
|
782
|
+
$dropdown-padding-x: 0 !default;
|
|
783
|
+
$dropdown-padding-y: 0.5rem !default;
|
|
784
|
+
$dropdown-spacer: 0.125rem !default;
|
|
785
|
+
$dropdown-font-size: $font-size-base !default;
|
|
786
|
+
$dropdown-color: $body-color !default;
|
|
787
|
+
$dropdown-bg: $white !default;
|
|
788
|
+
$dropdown-border-color: rgba($black, 0.15) !default;
|
|
789
|
+
$dropdown-border-radius: $border-radius !default;
|
|
790
|
+
$dropdown-border-width: $border-width !default;
|
|
791
|
+
$dropdown-inner-border-radius: subtract(
|
|
792
|
+
$dropdown-border-radius,
|
|
793
|
+
$dropdown-border-width
|
|
794
|
+
) !default;
|
|
795
|
+
$dropdown-divider-bg: $gray-200 !default;
|
|
796
|
+
$dropdown-divider-margin-y: $nav-divider-margin-y !default;
|
|
797
|
+
$dropdown-box-shadow: 0 0.5rem 1rem rgba($black, 0.175) !default;
|
|
798
|
+
|
|
799
|
+
$dropdown-link-color: $gray-900 !default;
|
|
800
|
+
$dropdown-link-hover-color: darken($gray-900, 5%) !default;
|
|
801
|
+
$dropdown-link-hover-bg: $gray-200 !default;
|
|
802
|
+
|
|
803
|
+
$dropdown-link-active-color: $component-active-color !default;
|
|
804
|
+
$dropdown-link-active-bg: $component-active-bg !default;
|
|
805
|
+
|
|
806
|
+
$dropdown-link-disabled-color: $gray-500 !default;
|
|
807
|
+
|
|
808
|
+
$dropdown-item-padding-y: 0.25rem !default;
|
|
809
|
+
$dropdown-item-padding-x: 1.5rem !default;
|
|
810
|
+
|
|
811
|
+
$dropdown-header-color: $gray-600 !default;
|
|
812
|
+
$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;
|
|
813
|
+
|
|
814
|
+
// Pagination
|
|
815
|
+
|
|
816
|
+
$pagination-padding-y: 0.5rem !default;
|
|
817
|
+
$pagination-padding-x: 0.75rem !default;
|
|
818
|
+
$pagination-padding-y-sm: 0.25rem !default;
|
|
819
|
+
$pagination-padding-x-sm: 0.5rem !default;
|
|
820
|
+
$pagination-padding-y-lg: 0.75rem !default;
|
|
821
|
+
$pagination-padding-x-lg: 1.5rem !default;
|
|
822
|
+
$pagination-line-height: 1.25 !default;
|
|
823
|
+
|
|
824
|
+
$pagination-color: $link-color !default;
|
|
825
|
+
$pagination-bg: $white !default;
|
|
826
|
+
$pagination-border-width: $border-width !default;
|
|
827
|
+
$pagination-border-color: $gray-300 !default;
|
|
828
|
+
|
|
829
|
+
$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
|
830
|
+
$pagination-focus-outline: 0 !default;
|
|
831
|
+
|
|
832
|
+
$pagination-hover-color: $link-hover-color !default;
|
|
833
|
+
$pagination-hover-bg: $gray-200 !default;
|
|
834
|
+
$pagination-hover-border-color: $gray-300 !default;
|
|
835
|
+
|
|
836
|
+
$pagination-active-color: $component-active-color !default;
|
|
837
|
+
$pagination-active-bg: $component-active-bg !default;
|
|
838
|
+
$pagination-active-border-color: $pagination-active-bg !default;
|
|
839
|
+
|
|
840
|
+
$pagination-disabled-color: $gray-600 !default;
|
|
841
|
+
$pagination-disabled-bg: $white !default;
|
|
842
|
+
$pagination-disabled-border-color: $gray-300 !default;
|
|
843
|
+
|
|
844
|
+
$pagination-border-radius-sm: $border-radius-sm !default;
|
|
845
|
+
$pagination-border-radius-lg: $border-radius-lg !default;
|
|
846
|
+
|
|
847
|
+
// Jumbotron
|
|
848
|
+
|
|
849
|
+
$jumbotron-padding: 2rem !default;
|
|
850
|
+
$jumbotron-color: null !default;
|
|
851
|
+
$jumbotron-bg: $gray-200 !default;
|
|
852
|
+
|
|
853
|
+
// Cards
|
|
854
|
+
|
|
855
|
+
$card-spacer-y: 0.75rem !default;
|
|
856
|
+
$card-spacer-x: 1.25rem !default;
|
|
857
|
+
$card-border-width: $border-width !default;
|
|
858
|
+
$card-border-radius: 1.5rem;
|
|
859
|
+
$card-border-color: rgba($black, 0.125) !default;
|
|
860
|
+
$card-inner-border-radius: subtract(
|
|
861
|
+
$card-border-radius,
|
|
862
|
+
$card-border-width
|
|
863
|
+
) !default;
|
|
864
|
+
$card-cap-bg: rgba($black, 0.03) !default;
|
|
865
|
+
$card-cap-color: null !default;
|
|
866
|
+
$card-height: null !default;
|
|
867
|
+
$card-color: null !default;
|
|
868
|
+
$card-bg: $white !default;
|
|
869
|
+
|
|
870
|
+
$card-img-overlay-padding: 1.25rem !default;
|
|
871
|
+
|
|
872
|
+
$card-group-margin: $grid-gutter-width / 2 !default;
|
|
873
|
+
$card-deck-margin: $card-group-margin !default;
|
|
874
|
+
|
|
875
|
+
$card-columns-count: 3 !default;
|
|
876
|
+
$card-columns-gap: 1.25rem !default;
|
|
877
|
+
$card-columns-margin: $card-spacer-y !default;
|
|
878
|
+
|
|
879
|
+
// Tooltips
|
|
880
|
+
|
|
881
|
+
$tooltip-font-size: $font-size-sm !default;
|
|
882
|
+
$tooltip-max-width: 200px !default;
|
|
883
|
+
$tooltip-color: $white !default;
|
|
884
|
+
$tooltip-bg: $black !default;
|
|
885
|
+
$tooltip-border-radius: $border-radius !default;
|
|
886
|
+
$tooltip-opacity: 0.9 !default;
|
|
887
|
+
$tooltip-padding-y: 0.25rem !default;
|
|
888
|
+
$tooltip-padding-x: 0.5rem !default;
|
|
889
|
+
$tooltip-margin: 0 !default;
|
|
890
|
+
|
|
891
|
+
$tooltip-arrow-width: 0.8rem !default;
|
|
892
|
+
$tooltip-arrow-height: 0.4rem !default;
|
|
893
|
+
$tooltip-arrow-color: $tooltip-bg !default;
|
|
894
|
+
|
|
895
|
+
// Form tooltips must come after regular tooltips
|
|
896
|
+
$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;
|
|
897
|
+
$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;
|
|
898
|
+
$form-feedback-tooltip-font-size: $tooltip-font-size !default;
|
|
899
|
+
$form-feedback-tooltip-line-height: $line-height-base !default;
|
|
900
|
+
$form-feedback-tooltip-opacity: $tooltip-opacity !default;
|
|
901
|
+
$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;
|
|
902
|
+
|
|
903
|
+
// Popovers
|
|
904
|
+
|
|
905
|
+
$popover-font-size: $font-size-sm !default;
|
|
906
|
+
$popover-bg: $white !default;
|
|
907
|
+
$popover-max-width: 276px !default;
|
|
908
|
+
$popover-border-width: $border-width !default;
|
|
909
|
+
$popover-border-color: transparent;
|
|
910
|
+
$popover-border-radius: $border-radius-lg !default;
|
|
911
|
+
$popover-inner-border-radius: subtract(
|
|
912
|
+
$popover-border-radius,
|
|
913
|
+
$popover-border-width
|
|
914
|
+
) !default;
|
|
915
|
+
$popover-box-shadow: 0 0.25rem 0.5rem rgba($black, 0.2) !default;
|
|
916
|
+
|
|
917
|
+
$popover-header-bg: darken($popover-bg, 3%) !default;
|
|
918
|
+
$popover-header-color: $headings-color !default;
|
|
919
|
+
$popover-header-padding-y: 0.5rem !default;
|
|
920
|
+
$popover-header-padding-x: 0.75rem !default;
|
|
921
|
+
|
|
922
|
+
$popover-body-color: $body-color !default;
|
|
923
|
+
$popover-body-padding-y: $popover-header-padding-y !default;
|
|
924
|
+
$popover-body-padding-x: $popover-header-padding-x !default;
|
|
925
|
+
|
|
926
|
+
$popover-arrow-width: 1rem !default;
|
|
927
|
+
$popover-arrow-height: 0.5rem !default;
|
|
928
|
+
$popover-arrow-color: $popover-bg !default;
|
|
929
|
+
|
|
930
|
+
$popover-arrow-outer-color: fade-in($popover-border-color, 0.05) !default;
|
|
931
|
+
|
|
932
|
+
// Toasts
|
|
933
|
+
|
|
934
|
+
$toast-max-width: 350px !default;
|
|
935
|
+
$toast-padding-x: 0.75rem !default;
|
|
936
|
+
$toast-padding-y: 0.25rem !default;
|
|
937
|
+
$toast-font-size: 0.875rem !default;
|
|
938
|
+
$toast-color: null !default;
|
|
939
|
+
$toast-background-color: rgba($white, 0.85) !default;
|
|
940
|
+
$toast-border-width: 1px !default;
|
|
941
|
+
$toast-border-color: rgba(0, 0, 0, 0.1) !default;
|
|
942
|
+
$toast-border-radius: 0.25rem !default;
|
|
943
|
+
$toast-box-shadow: 0 0.25rem 0.75rem rgba($black, 0.1) !default;
|
|
944
|
+
|
|
945
|
+
$toast-header-color: $gray-600 !default;
|
|
946
|
+
$toast-header-background-color: rgba($white, 0.85) !default;
|
|
947
|
+
$toast-header-border-color: rgba(0, 0, 0, 0.05) !default;
|
|
948
|
+
|
|
949
|
+
// Badges
|
|
950
|
+
|
|
951
|
+
$badge-font-size: 87.5%;
|
|
952
|
+
$badge-font-weight: $font-weight-semibold;
|
|
953
|
+
$badge-padding-y: 0;
|
|
954
|
+
$badge-padding-x: 6em / 7;
|
|
955
|
+
$badge-line-height: (16 / 7);
|
|
956
|
+
$badge-border-radius: 4em / 7;
|
|
957
|
+
$badge-letter-spacing: 0.1em;
|
|
958
|
+
|
|
959
|
+
$badge-transition: $btn-transition !default;
|
|
960
|
+
$badge-focus-width: $input-btn-focus-width !default;
|
|
961
|
+
|
|
962
|
+
$badge-pill-padding-x: 0.6em !default;
|
|
963
|
+
// Use a higher than normal value to ensure completely rounded edges when
|
|
964
|
+
// customizing padding or font-size on labels.
|
|
965
|
+
$badge-pill-border-radius: 10rem !default;
|
|
966
|
+
|
|
967
|
+
// Modals
|
|
968
|
+
|
|
969
|
+
// Padding applied to the modal body
|
|
970
|
+
$modal-inner-padding: 1rem !default;
|
|
971
|
+
|
|
972
|
+
// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding
|
|
973
|
+
$modal-footer-margin-between: 0.5rem !default;
|
|
974
|
+
|
|
975
|
+
$modal-dialog-margin: 0.5rem !default;
|
|
976
|
+
$modal-dialog-margin-y-sm-up: 1.75rem !default;
|
|
977
|
+
|
|
978
|
+
$modal-title-line-height: $line-height-base !default;
|
|
979
|
+
|
|
980
|
+
$modal-content-color: null !default;
|
|
981
|
+
$modal-content-bg: $white !default;
|
|
982
|
+
$modal-content-border-color: rgba($black, 0.2) !default;
|
|
983
|
+
$modal-content-border-width: $border-width !default;
|
|
984
|
+
$modal-content-border-radius: $border-radius-lg !default;
|
|
985
|
+
$modal-content-inner-border-radius: subtract(
|
|
986
|
+
$modal-content-border-radius,
|
|
987
|
+
$modal-content-border-width
|
|
988
|
+
) !default;
|
|
989
|
+
$modal-content-box-shadow-xs: 0 0.25rem 0.5rem rgba($black, 0.5) !default;
|
|
990
|
+
$modal-content-box-shadow-sm-up: 0 0.5rem 1rem rgba($black, 0.5) !default;
|
|
991
|
+
|
|
992
|
+
$modal-backdrop-bg: $black !default;
|
|
993
|
+
$modal-backdrop-opacity: 0.5 !default;
|
|
994
|
+
$modal-header-border-color: $border-color !default;
|
|
995
|
+
$modal-footer-border-color: $modal-header-border-color !default;
|
|
996
|
+
$modal-header-border-width: $modal-content-border-width !default;
|
|
997
|
+
$modal-footer-border-width: $modal-header-border-width !default;
|
|
998
|
+
$modal-header-padding-y: 1rem !default;
|
|
999
|
+
$modal-header-padding-x: 1rem !default;
|
|
1000
|
+
$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility
|
|
1001
|
+
|
|
1002
|
+
$modal-xl: 1140px !default;
|
|
1003
|
+
$modal-lg: 800px !default;
|
|
1004
|
+
$modal-md: 500px !default;
|
|
1005
|
+
$modal-sm: 300px !default;
|
|
1006
|
+
|
|
1007
|
+
$modal-fade-transform: translate(0, -50px) !default;
|
|
1008
|
+
$modal-show-transform: none !default;
|
|
1009
|
+
$modal-transition: transform 0.3s ease-out !default;
|
|
1010
|
+
$modal-scale-transform: scale(1.02) !default;
|
|
1011
|
+
|
|
1012
|
+
// Alerts
|
|
1013
|
+
//
|
|
1014
|
+
// Define alert colors, border radius, and padding.
|
|
1015
|
+
|
|
1016
|
+
$alert-padding-y: 0.75rem !default;
|
|
1017
|
+
$alert-padding-x: 1.25rem !default;
|
|
1018
|
+
$alert-margin-bottom: 1rem !default;
|
|
1019
|
+
$alert-border-radius: $border-radius !default;
|
|
1020
|
+
$alert-link-font-weight: $font-weight-bold !default;
|
|
1021
|
+
$alert-border-width: $border-width !default;
|
|
1022
|
+
|
|
1023
|
+
$alert-bg-level: -10 !default;
|
|
1024
|
+
$alert-border-level: -9 !default;
|
|
1025
|
+
$alert-color-level: 6 !default;
|
|
1026
|
+
|
|
1027
|
+
// Progress bars
|
|
1028
|
+
|
|
1029
|
+
$progress-height: 0.375rem;
|
|
1030
|
+
$progress-font-size: $font-size-base * 0.75 !default;
|
|
1031
|
+
$progress-bg: $gray-200 !default;
|
|
1032
|
+
$progress-border-radius: $border-radius !default;
|
|
1033
|
+
$progress-box-shadow: inset 0 0.1rem 0.1rem rgba($black, 0.1) !default;
|
|
1034
|
+
$progress-bar-color: $white !default;
|
|
1035
|
+
$progress-bar-bg: theme-color("primary") !default;
|
|
1036
|
+
$progress-bar-animation-timing: 1s linear infinite !default;
|
|
1037
|
+
$progress-bar-transition: width 0.6s ease !default;
|
|
1038
|
+
|
|
1039
|
+
// List group
|
|
1040
|
+
|
|
1041
|
+
$list-group-color: null !default;
|
|
1042
|
+
$list-group-bg: $white !default;
|
|
1043
|
+
$list-group-border-color: rgba($black, 0.125) !default;
|
|
1044
|
+
$list-group-border-width: $border-width !default;
|
|
1045
|
+
$list-group-border-radius: $border-radius !default;
|
|
1046
|
+
|
|
1047
|
+
$list-group-item-padding-y: 0.75rem !default;
|
|
1048
|
+
$list-group-item-padding-x: 1.5rem;
|
|
1049
|
+
|
|
1050
|
+
$list-group-hover-bg: $gray-100 !default;
|
|
1051
|
+
$list-group-active-color: $component-active-color !default;
|
|
1052
|
+
$list-group-active-bg: $component-active-bg !default;
|
|
1053
|
+
$list-group-active-border-color: $list-group-active-bg !default;
|
|
1054
|
+
|
|
1055
|
+
$list-group-disabled-color: $gray-600 !default;
|
|
1056
|
+
$list-group-disabled-bg: $list-group-bg !default;
|
|
1057
|
+
|
|
1058
|
+
$list-group-action-color: $gray-700 !default;
|
|
1059
|
+
$list-group-action-hover-color: $list-group-action-color !default;
|
|
1060
|
+
|
|
1061
|
+
$list-group-action-active-color: $body-color !default;
|
|
1062
|
+
$list-group-action-active-bg: $gray-200 !default;
|
|
1063
|
+
|
|
1064
|
+
// Image thumbnails
|
|
1065
|
+
|
|
1066
|
+
$thumbnail-padding: 0.25rem !default;
|
|
1067
|
+
$thumbnail-bg: $body-bg !default;
|
|
1068
|
+
$thumbnail-border-width: $border-width !default;
|
|
1069
|
+
$thumbnail-border-color: $gray-300 !default;
|
|
1070
|
+
$thumbnail-border-radius: $border-radius !default;
|
|
1071
|
+
$thumbnail-box-shadow: 0 1px 2px rgba($black, 0.075) !default;
|
|
1072
|
+
|
|
1073
|
+
// Figures
|
|
1074
|
+
|
|
1075
|
+
$figure-caption-font-size: 90% !default;
|
|
1076
|
+
$figure-caption-color: $gray-600 !default;
|
|
1077
|
+
|
|
1078
|
+
// Breadcrumbs
|
|
1079
|
+
|
|
1080
|
+
$breadcrumb-font-size: null !default;
|
|
1081
|
+
|
|
1082
|
+
$breadcrumb-padding-y: 0.75rem !default;
|
|
1083
|
+
$breadcrumb-padding-x: 1rem !default;
|
|
1084
|
+
$breadcrumb-item-padding: 0.5rem !default;
|
|
1085
|
+
|
|
1086
|
+
$breadcrumb-margin-bottom: 1rem !default;
|
|
1087
|
+
|
|
1088
|
+
$breadcrumb-bg: $gray-200 !default;
|
|
1089
|
+
$breadcrumb-divider-color: $gray-600 !default;
|
|
1090
|
+
$breadcrumb-active-color: $gray-600 !default;
|
|
1091
|
+
$breadcrumb-divider: quote("/") !default;
|
|
1092
|
+
|
|
1093
|
+
$breadcrumb-border-radius: $border-radius !default;
|
|
1094
|
+
|
|
1095
|
+
// Carousel
|
|
1096
|
+
|
|
1097
|
+
$carousel-control-color: $white !default;
|
|
1098
|
+
$carousel-control-width: 15% !default;
|
|
1099
|
+
$carousel-control-opacity: 0.5 !default;
|
|
1100
|
+
$carousel-control-hover-opacity: 0.9 !default;
|
|
1101
|
+
$carousel-control-transition: opacity 0.15s ease !default;
|
|
1102
|
+
|
|
1103
|
+
$carousel-indicator-width: 30px !default;
|
|
1104
|
+
$carousel-indicator-height: 3px !default;
|
|
1105
|
+
$carousel-indicator-hit-area-height: 10px !default;
|
|
1106
|
+
$carousel-indicator-spacer: 3px !default;
|
|
1107
|
+
$carousel-indicator-active-bg: $white !default;
|
|
1108
|
+
$carousel-indicator-transition: opacity 0.6s ease !default;
|
|
1109
|
+
|
|
1110
|
+
$carousel-caption-width: 70% !default;
|
|
1111
|
+
$carousel-caption-color: $white !default;
|
|
1112
|
+
|
|
1113
|
+
$carousel-control-icon-width: 20px !default;
|
|
1114
|
+
|
|
1115
|
+
$carousel-control-prev-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' width='8' height='8' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/></svg>") !default;
|
|
1116
|
+
$carousel-control-next-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' width='8' height='8' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/></svg>") !default;
|
|
1117
|
+
|
|
1118
|
+
$carousel-transition-duration: 0.6s !default;
|
|
1119
|
+
$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
|
|
1120
|
+
|
|
1121
|
+
// Spinners
|
|
1122
|
+
|
|
1123
|
+
$spinner-width: 2rem !default;
|
|
1124
|
+
$spinner-height: $spinner-width !default;
|
|
1125
|
+
$spinner-border-width: 0.25em !default;
|
|
1126
|
+
|
|
1127
|
+
$spinner-width-sm: 1rem !default;
|
|
1128
|
+
$spinner-height-sm: $spinner-width-sm !default;
|
|
1129
|
+
$spinner-border-width-sm: 0.2em !default;
|
|
1130
|
+
|
|
1131
|
+
// Close
|
|
1132
|
+
|
|
1133
|
+
$close-font-size: $font-size-base * 1.5 !default;
|
|
1134
|
+
$close-font-weight: $font-weight-bold !default;
|
|
1135
|
+
$close-color: $black !default;
|
|
1136
|
+
$close-text-shadow: 0 1px 0 $white !default;
|
|
1137
|
+
|
|
1138
|
+
// Code
|
|
1139
|
+
|
|
1140
|
+
$code-font-size: 87.5% !default;
|
|
1141
|
+
$code-color: $pink !default;
|
|
1142
|
+
|
|
1143
|
+
$kbd-padding-y: 0.2rem !default;
|
|
1144
|
+
$kbd-padding-x: 0.4rem !default;
|
|
1145
|
+
$kbd-font-size: $code-font-size !default;
|
|
1146
|
+
$kbd-color: $white !default;
|
|
1147
|
+
$kbd-bg: $gray-900 !default;
|
|
1148
|
+
|
|
1149
|
+
$pre-color: $gray-900 !default;
|
|
1150
|
+
$pre-scrollable-max-height: 340px !default;
|
|
1151
|
+
|
|
1152
|
+
// Utilities
|
|
1153
|
+
|
|
1154
|
+
$displays: none, inline, inline-block, block, table, table-row, table-cell, flex,
|
|
1155
|
+
inline-flex !default;
|
|
1156
|
+
$overflows: auto, hidden !default;
|
|
1157
|
+
$positions: static, relative, absolute, fixed, sticky !default;
|
|
1158
|
+
$user-selects: all, auto, none !default;
|
|
1159
|
+
|
|
1160
|
+
// Printing
|
|
1161
|
+
|
|
1162
|
+
$print-page-size: a3 !default;
|
|
1163
|
+
$print-body-min-width: map-get($grid-breakpoints, "lg") !default;
|