@licklist/design 0.78.5-dev.9 → 0.78.5-dev.90
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/.claude/settings.local.json +19 -0
- package/.storybook/main.cjs +127 -32
- package/.storybook/preview.jsx +147 -0
- package/bitbucket-pipelines.yml +3 -3
- package/dist/CustomDatePicker/CustomDatePicker.d.ts +10 -0
- package/dist/CustomDatePicker/CustomDatePicker.d.ts.map +1 -0
- package/dist/Maintenance/Maintenance.scss.js +6 -0
- package/dist/Maintenance/MaintenancePage.d.ts +12 -0
- package/dist/Maintenance/MaintenancePage.d.ts.map +1 -0
- package/dist/Maintenance/MaintenancePage.js +100 -0
- package/dist/Maintenance/SkeletonSidebar.d.ts +5 -0
- package/dist/Maintenance/SkeletonSidebar.d.ts.map +1 -0
- package/dist/Maintenance/SkeletonSidebar.js +101 -0
- package/dist/PageNotFound/PageNotFound.d.ts +10 -0
- package/dist/PageNotFound/PageNotFound.d.ts.map +1 -0
- package/dist/PageNotFound/PageNotFound.js +42 -0
- package/dist/PageNotFound/index.d.ts +2 -0
- package/dist/PageNotFound/index.d.ts.map +1 -0
- package/dist/UnderMaintenance/UnderMaintenance.d.ts +4 -0
- package/dist/UnderMaintenance/UnderMaintenance.d.ts.map +1 -0
- package/dist/UnderMaintenance/UnderMaintenance.js +39 -0
- package/dist/UnderMaintenance/UnderMaintenance.scss.js +6 -0
- package/dist/UnderMaintenance/index.d.ts +2 -0
- package/dist/UnderMaintenance/index.d.ts.map +1 -0
- package/dist/affiliate/form/AffiliateControl.d.ts.map +1 -1
- package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/assets/Trend-Down.svg +3 -0
- package/dist/assets/Trend-Down.svg.js +16 -0
- package/dist/assets/Trend-Up.svg +3 -0
- package/dist/assets/Trend-Up.svg.js +16 -0
- package/dist/assets/dashboard/addImage.svg +0 -0
- package/dist/assets/dashboard/chartBar.svg +0 -0
- package/dist/assets/dashboard/genderFemale.svg +0 -0
- package/dist/assets/dashboard/genderMale.svg +0 -0
- package/dist/assets/dashboard/increment.svg +0 -0
- package/dist/assets/dashboard/info.svg +0 -0
- package/dist/assets/dashboard/managerRole.svg +0 -0
- package/dist/assets/dashboard/subManagerRole.svg +0 -0
- package/dist/assets/dashboard/viewerRole.svg +0 -0
- package/dist/assets/dashboard/visitedProviderLink.svg +0 -0
- package/dist/assets/dashboard/warning.svg +0 -0
- package/dist/assets/editor/bold.svg +0 -0
- package/dist/assets/editor/double-quotes-l.svg +0 -0
- package/dist/assets/editor/format-clear.svg +0 -0
- package/dist/assets/editor/h1.svg +0 -0
- package/dist/assets/editor/h2.svg +0 -0
- package/dist/assets/editor/italic.svg +0 -0
- package/dist/assets/editor/paragraph.svg +0 -0
- package/dist/assets/editor/separator.svg +0 -0
- package/dist/assets/editor/strikethrough.svg +0 -0
- package/dist/assets/editor/text-wrap.svg +0 -0
- package/dist/assets/iframe/available.svg +0 -0
- package/dist/assets/iframe/backButton.svg +0 -0
- package/dist/assets/iframe/calendar.svg +0 -0
- package/dist/assets/iframe/clock.svg +0 -0
- package/dist/assets/iframe/close.svg +0 -0
- package/dist/assets/iframe/failedPayment.svg +0 -0
- package/dist/assets/iframe/limited.svg +0 -0
- package/dist/assets/iframe/selectArrow.svg +0 -0
- package/dist/assets/iframe/soldOut.svg +0 -0
- package/dist/assets/iframe/success.svg +0 -0
- package/dist/assets/iframe/thumbUp.svg +0 -0
- package/dist/assets/iframe/ticket.svg +0 -0
- package/dist/assets/logo/favicon.svg +0 -0
- package/dist/assets/static/default.image.svg +0 -0
- package/dist/assets/widgets/copy.svg +0 -0
- package/dist/assets/widgets/monthCalendar.svg +0 -0
- package/dist/assets/widgets/weekCalendar.svg +0 -0
- package/dist/auth/Authorizer.d.ts.map +1 -1
- package/dist/auth/Authorizer.js +48 -12
- package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts.map +1 -1
- package/dist/auth/ChangePassword/ChangePasswordComponent.js +5 -4
- package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/Layout/AuthNavComponent.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavDropDown.js +1 -1
- package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +10 -8
- package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginPage.d.ts +8 -0
- package/dist/auth/Login/LoginPage.d.ts.map +1 -0
- package/dist/auth/Login/LoginPage.js +206 -0
- package/dist/auth/Login/index.d.ts +1 -0
- package/dist/auth/Login/index.d.ts.map +1 -1
- package/dist/auth/Logout/Logout.js +1 -1
- package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
- package/dist/auth/Register/RegisterComponent.js +5 -4
- package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordComponent.js +5 -4
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/Social/SocialCallbackComponent.d.ts.map +1 -1
- package/dist/auth/Social/SocialCallbackComponent.js +5 -2
- package/dist/auth/Social/SocialFormComponent.d.ts.map +1 -1
- package/dist/auth/Social/SocialFormComponent.js +4 -4
- package/dist/availability-indicator/AvailabilityIndicator.d.ts.map +1 -1
- package/dist/calendar/Calendar.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
- package/dist/calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
- package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts.map +1 -1
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
- package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.js +9 -6
- package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts.map +1 -1
- package/dist/customRadioButton/RadioButton.d.ts +11 -0
- package/dist/customRadioButton/RadioButton.d.ts.map +1 -0
- package/dist/customRadioButton/RadioButton.js +93 -0
- package/dist/customers/components/filter/CustomerFilter.d.ts.map +1 -1
- package/dist/date-time-button/DateContent.d.ts.map +1 -1
- package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.js +1 -5
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- 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 +2 -3
- package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/checkIfEventBooked.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -0
- package/dist/events/edit-event-modal/utils/isUrlValid.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/removeRruleCount.d.ts.map +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
- package/dist/events/event-card/utils.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +1 -2
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.js +2 -2
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +1 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.js +1 -2
- package/dist/events/event-statistic-modal/utils/index.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/utils/index.js +3 -3
- package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/EventVenueMap.js +0 -1
- package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/index.d.ts.map +1 -1
- 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/index.d.ts.map +1 -1
- 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/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useCanvasSize.js +4 -11
- package/dist/events/event-venue-map/hooks/useDrag.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useImage.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useStageActions.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useZoom.d.ts.map +1 -1
- package/dist/events/event-venue-map/utils/index.d.ts.map +1 -1
- package/dist/file-upload/FileUpload.d.ts.map +1 -1
- package/dist/file-upload/FileUpload.js +4 -4
- package/dist/fullscreen-loader/FullscreenLoader.d.ts.map +1 -1
- package/dist/help/popover/HelpPopover.d.ts +1 -1
- package/dist/help/popover/HelpPopover.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.js +4 -3
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +13 -5
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.js +1 -1
- package/dist/iframe/ProductWithModifierModal/utils.d.ts.map +1 -1
- package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
- package/dist/iframe/back-button/BackButton.d.ts.map +1 -1
- package/dist/iframe/custom-fields/components/CustomDateField.d.ts.map +1 -1
- package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts.map +1 -1
- package/dist/iframe/event/event-product-sets/EventProductSets.d.ts.map +1 -1
- package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts.map +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts.map +1 -1
- package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.d.ts.map +1 -1
- 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.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +0 -13
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts.map +1 -1
- package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/ErrorModal/ErrorModal.js +3 -0
- package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.d.ts.map +1 -1
- package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts.map +1 -1
- package/dist/iframe/order-process/components/Timer/Timer.d.ts.map +1 -1
- package/dist/iframe/order-process/components/Timer/utils/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts.map +1 -1
- package/dist/iframe/order-process/components/utils/useOnWindowUnmount.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/components/LeftBlock/index.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/components/RightBlock/index.d.ts.map +1 -1
- package/dist/iframe/page/components/PageHeader/PageHeader.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts +5 -0
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/utils/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.js +4 -4
- package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts.map +1 -1
- package/dist/iframe/payment/status-body/StatusBody.d.ts.map +1 -1
- package/dist/iframe/payment/status-body/StatusBody.js +1 -0
- package/dist/iframe/powered-by/PoweredBy.d.ts.map +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.js +38 -15
- package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
- package/dist/iframe/ryft/utils/ryft-form.js +5 -4
- package/dist/image-radio-input/ImageRadioInput.d.ts.map +1 -1
- package/dist/index.d.ts +32 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +86 -27
- package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.js +3 -0
- package/dist/modals/dialog/Dialog.d.ts.map +1 -1
- package/dist/modals/dialog/DialogContext.d.ts.map +1 -1
- package/dist/modals/fullscreen/FullscreenModal.d.ts.map +1 -1
- package/dist/modals/fullscreen/FullscreenModal.js +3 -0
- package/dist/notification/components/NotificationPlaceholders.d.ts.map +1 -1
- package/dist/notification/components/NotificationPlaceholders.js +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.js +5 -9
- package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
- package/dist/notification/hooks/useTranslatedParameters.d.ts.map +1 -1
- package/dist/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.d.ts.map +1 -1
- package/dist/notification/sms-template/control/SmsTemplateControl.js +0 -1
- package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetRecurrenceControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts.map +1 -1
- package/dist/product-set/control/TutorialGifCard.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.js +13 -5
- package/dist/product-set/form/ProductSetForm.d.ts +1 -4
- 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/ProductSetNameControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +0 -1
- package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
- package/dist/product-set/form/SelectCategoryModal.js +3 -0
- package/dist/product-set/form/VenueMapSetModal.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/hooks/useSortableTreeFunctions.d.ts.map +1 -1
- package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +0 -6
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.js +0 -3
- package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.js +0 -6
- package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.js +0 -3
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +0 -6
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.js +0 -6
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +1 -4
- package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.js +0 -12
- package/dist/product-set/product-zone/ProductZoneControl.d.ts.map +1 -1
- package/dist/product-set/tabs/ProductSetTab.d.ts +1 -0
- package/dist/product-set/tabs/ProductSetTab.d.ts.map +1 -1
- package/dist/product-set/utils/index.d.ts +1 -1
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInput.js +1 -1
- package/dist/provider/location-input/components/FormGroupControll.d.ts.map +1 -1
- package/dist/provider/provider-details-input/ProviderDetailsInput.js +1 -1
- package/dist/provider/working-hours-input/utils.d.ts.map +1 -1
- package/dist/radio-card/RadioCard.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.js +7 -6
- package/dist/recurrence-input/utils.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
- package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts.map +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
- package/dist/report/ReportTypeSelect/ReportTypeSelect.js +1 -1
- package/dist/report/form/ReportForm.js +2 -2
- package/dist/resource/card/ResourceCard.d.ts.map +1 -1
- package/dist/resource/form/ResourceForm.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.js +0 -3
- package/dist/resource/form/components/NameControl.d.ts.map +1 -1
- package/dist/resource/form/components/SortControl.d.ts.map +1 -1
- package/dist/resource/form/components/SortControl.js +0 -3
- package/dist/resource/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/resource/form/components/ZoneControl.js +0 -1
- package/dist/root.css +0 -0
- package/dist/sales/booking/results/BookingResults.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
- package/dist/sales/coupon/control/CouponFormControl.js +0 -21
- package/dist/sales/coupon/form/CouponFrom.d.ts.map +1 -1
- package/dist/sales/coupon/utils/index.d.ts.map +1 -1
- package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts.map +1 -1
- package/dist/sales/guest-profile/profile/Profile.d.ts.map +1 -1
- package/dist/sales/guest-profile/profile/Profile.js +2 -1
- package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts.map +1 -1
- package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts.map +1 -1
- package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts.map +1 -1
- package/dist/sales/manual-booking/formatDays.d.ts.map +1 -1
- package/dist/sales/manual-booking/search-user/SearchUser.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts.map +1 -1
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
- package/dist/sales/modals/payment-modal/PaymentModal.d.ts.map +1 -1
- package/dist/sales/modals/payment-modal/PaymentModal.js +3 -0
- package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.js +3 -0
- package/dist/sales/notes/NotesTable.d.ts.map +1 -1
- package/dist/sales/notes/NotesTableRow.d.ts.map +1 -1
- package/dist/sales/notes/note-form/NoteForm.d.ts.map +1 -1
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts.map +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.js +1 -4
- package/dist/setting/dashboard/ProviderSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/components/IpInput.d.ts.map +1 -1
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplate.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplate.js +1 -0
- package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts.map +1 -1
- package/dist/snippet/snippet-template/context/snippetTemplateView.js +1 -0
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts.map +1 -1
- package/dist/snippet/snippet-template/form/SnippetTemplateForm.js +0 -1
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +0 -1
- package/dist/snippet/snippet-template/settings/SettingButton.d.ts.map +1 -1
- package/dist/snippet/snippet-template/utils/index.d.ts.map +1 -1
- package/dist/snippet/snippet-template/utils/index.js +4 -0
- package/dist/sortable-tree/SortableTree.js +1 -26
- package/dist/sorting-select/SortingSelect.d.ts.map +1 -1
- package/dist/static/CountryCodeSelect.js +1 -1
- package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.js +0 -3
- package/dist/static/WarningMessage.d.ts.map +1 -1
- package/dist/static/date-range-input/DateRangeInput.d.ts.map +1 -1
- package/dist/static/date-range-input/utils/index.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.js +0 -3
- package/dist/static/loader/FullScreenLoader.d.ts.map +1 -1
- package/dist/static/loader/PaymentLoader.d.ts.map +1 -1
- package/dist/static/manual-date-picker/ManualDatePicker.d.ts.map +1 -1
- package/dist/static/manual-date-picker/utils/index.d.ts.map +1 -1
- package/dist/static/number-input/NumberInput.d.ts.map +1 -1
- package/dist/static/number-input/NumberInput.js +0 -3
- package/dist/static/tabs/Tab.d.ts +1 -0
- package/dist/static/tabs/Tab.d.ts.map +1 -1
- package/dist/static/tabs/index.d.ts +1 -0
- package/dist/static/tabs/index.d.ts.map +1 -1
- package/dist/striped-static-table/StripedStaticTable.d.ts.map +1 -1
- package/dist/styles/activity-card/ActivitiesCard.scss +0 -0
- package/dist/styles/activity-card/ListActivitiesCard.scss +0 -0
- package/dist/styles/activity-card/_index.scss +0 -0
- package/dist/styles/affiliate/AffiliateCard.scss +0 -0
- package/dist/styles/affiliate/AffiliateForm.scss +0 -0
- package/dist/styles/affiliate/_index.scss +0 -0
- package/dist/styles/auth/AccessDenied.scss +0 -0
- package/dist/styles/auth/_index.scss +0 -0
- package/dist/styles/availability-indicator/AvailabilityIndicator.scss +0 -0
- package/dist/styles/availability-indicator/_index.scss +0 -0
- package/dist/styles/back-button/BackButton.scss +0 -0
- package/dist/styles/back-button/_index.scss +0 -0
- package/dist/styles/company-user-form/UserForm.scss +0 -0
- package/dist/styles/company-user-form/_index.scss +0 -0
- package/dist/styles/custom-fields/CreateSortableListItem.scss +0 -0
- package/dist/styles/custom-fields/FieldItem.scss +0 -0
- package/dist/styles/custom-fields/SelectFieldModal.scss +0 -0
- package/dist/styles/custom-fields/_index.scss +0 -0
- package/dist/styles/customers/Filter.scss +0 -0
- package/dist/styles/customers/_index.scss +0 -0
- package/dist/styles/date-time-button/DateTimeButton.scss +0 -0
- package/dist/styles/date-time-button/_index.scss +0 -0
- package/dist/styles/error/ErrorFallback.scss +0 -0
- package/dist/styles/error/_index.scss +0 -0
- package/dist/styles/events/EditEventModal.scss +0 -0
- package/dist/styles/events/EventCard.scss +0 -0
- package/dist/styles/events/EventStatisticModal.scss +0 -0
- package/dist/styles/events/EventVenueMap.scss +0 -0
- package/dist/styles/events/_index.scss +0 -0
- package/dist/styles/file-upload/FileUpload.scss +0 -0
- package/dist/styles/file-upload/ImagePreview.scss +0 -0
- package/dist/styles/file-upload/_index.scss +0 -0
- package/dist/styles/form/CustomCheckbox.scss +0 -0
- package/dist/styles/form/CustomRadio.scss +0 -0
- package/dist/styles/form/Input.scss +0 -0
- package/dist/styles/form/InputGroup.scss +0 -0
- package/dist/styles/form/_index.scss +0 -0
- package/dist/styles/header/Header.scss +0 -0
- package/dist/styles/header/_index.scss +0 -0
- package/dist/styles/header/elements/CompanySelector.scss +0 -0
- package/dist/styles/header/elements/_index.scss +0 -0
- package/dist/styles/help/Example.scss +0 -0
- package/dist/styles/help/_index.scss +0 -0
- package/dist/styles/iframe-events/Calendar.scss +1 -1
- package/dist/styles/iframe-events/CalendarSelect.scss +0 -0
- package/dist/styles/iframe-events/Card.scss +0 -0
- package/dist/styles/iframe-events/CategoryStepsForm.scss +0 -0
- package/dist/styles/iframe-events/Event.scss +0 -0
- package/dist/styles/iframe-events/EventBookingForm.scss +0 -0
- package/dist/styles/iframe-events/EventBookingProducts.scss +0 -0
- package/dist/styles/iframe-events/EventBookingView.scss +0 -0
- package/dist/styles/iframe-events/EventForm.scss +0 -0
- package/dist/styles/iframe-events/EventNavigationFooter.scss +0 -0
- package/dist/styles/iframe-events/EventOrderShortSummary.scss +0 -0
- package/dist/styles/iframe-events/EventOrderSummary.scss +0 -0
- package/dist/styles/iframe-events/EventProductSets.scss +0 -0
- package/dist/styles/iframe-events/EventStepVenueMapZones.scss +0 -0
- package/dist/styles/iframe-events/EventTables.scss +0 -0
- package/dist/styles/iframe-events/PoweredBy.scss +0 -0
- package/dist/styles/iframe-events/TicketDescription.scss +0 -0
- package/dist/styles/iframe-events/_index.scss +0 -0
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/dist/styles/iframe-external-modal/_index.scss +0 -0
- package/dist/styles/iframe-order-process/IframeOrderProcess.scss +0 -0
- package/dist/styles/iframe-order-process/_index.scss +0 -0
- package/dist/styles/iframe-page/Page.scss +2 -2
- package/dist/styles/iframe-page/PageBody.scss +0 -0
- package/dist/styles/iframe-page/PageHeader.scss +0 -0
- package/dist/styles/iframe-page/_index.scss +0 -0
- package/dist/styles/iframe-payments/PaymentForm.scss +0 -0
- package/dist/styles/iframe-payments/_index.scss +0 -0
- package/dist/styles/image-radio-input/_index.scss +0 -0
- package/dist/styles/layout/BackgroundVideoContainer.scss +0 -0
- package/dist/styles/layout/_index.scss +0 -0
- package/dist/styles/logo/Logo.scss +0 -0
- package/dist/styles/logo/_index.scss +0 -0
- package/dist/styles/modals/Modals.scss +0 -0
- package/dist/styles/modals/_index.scss +0 -0
- package/dist/styles/notification/Notification.scss +0 -0
- package/dist/styles/notification/_index.scss +0 -0
- package/dist/styles/order-items-table/OrderItemsTable.scss +0 -0
- package/dist/styles/order-items-table/_index.scss +0 -0
- package/dist/styles/overrides/_functions.scss +1 -1
- package/dist/styles/packages.scss +0 -0
- package/dist/styles/product-set/CreateProductSetItem.scss +0 -0
- package/dist/styles/product-set/DateAndRecurrenceInput.scss +0 -0
- package/dist/styles/product-set/EditCategoryModal.scss +0 -0
- package/dist/styles/product-set/EditProductModal.scss +0 -0
- package/dist/styles/product-set/EditProductSetElement.scss +0 -0
- package/dist/styles/product-set/EditStepModal.scss +0 -0
- package/dist/styles/product-set/EditVenueMapSetModal.scss +0 -0
- package/dist/styles/product-set/EditZoneSettingModal.scss +0 -0
- package/dist/styles/product-set/ProductSetCard.scss +0 -0
- package/dist/styles/product-set/ProductSetForm.scss +0 -0
- package/dist/styles/product-set/ProductSetPopover.scss +0 -0
- package/dist/styles/product-set/ProductSetTabs.scss +0 -0
- package/dist/styles/product-set/SelectCategoryModal.scss +0 -0
- package/dist/styles/product-set/TutorialGifCard.scss +0 -0
- package/dist/styles/product-set/_index.scss +0 -0
- package/dist/styles/providers/Providers.scss +0 -0
- package/dist/styles/providers/_index.scss +0 -0
- package/dist/styles/radio-card/_index.scss +0 -0
- package/dist/styles/report/ReportCard.scss +0 -0
- package/dist/styles/report/ReportEditorModal.scss +0 -0
- package/dist/styles/report/ReportRunnerModal.scss +0 -0
- package/dist/styles/report/_index.scss +0 -0
- package/dist/styles/resources-blocking/_index.scss +0 -0
- package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +3 -1
- package/dist/styles/ryft-payment-form/_index.scss +0 -0
- package/dist/styles/sales/BookingFilter.scss +0 -0
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/styles/sales/BookingTabs.scss +0 -0
- package/dist/styles/sales/Charts.scss +0 -0
- package/dist/styles/sales/Filters.scss +0 -0
- package/dist/styles/sales/GuestProfile.scss +0 -0
- package/dist/styles/sales/LifeTimeSales.scss +0 -0
- package/dist/styles/sales/ManualBooking.scss +0 -0
- package/dist/styles/sales/Notes.scss +0 -0
- package/dist/styles/sales/RandomColors.scss +0 -0
- package/dist/styles/sales/SalePaymentForm.scss +0 -0
- package/dist/styles/sales/SalesAndViews.scss +0 -0
- package/dist/styles/sales/SourceOfSales.scss +0 -0
- package/dist/styles/sales/Statistics.scss +0 -0
- package/dist/styles/sales/_index.scss +0 -0
- package/dist/styles/sales/_mixins.scss +0 -0
- package/dist/styles/setting/_index.scss +0 -0
- package/dist/styles/setting/dashboard/IpInput.scss +0 -0
- package/dist/styles/setting/dashboard/_index.scss +0 -0
- package/dist/styles/sidebar/_index.scss +0 -0
- package/dist/styles/sidebar/elements/ReturnBack.scss +0 -0
- package/dist/styles/sidebar/elements/_index.scss +0 -0
- package/dist/styles/skeleton/_index.scss +0 -0
- package/dist/styles/snippet-templates/SnippetTemplate.scss +6 -0
- package/dist/styles/snippet-templates/SnippetTemplateCard.scss +0 -0
- package/dist/styles/snippet-templates/_index.scss +0 -0
- package/dist/styles/snippet-templates/_snippetVariables.scss +6 -0
- package/dist/styles/sortable-field/SortableField.scss +0 -0
- package/dist/styles/sortable-field/_index.scss +0 -0
- package/dist/styles/sortable-tree/Item.scss +0 -0
- package/dist/styles/sortable-tree/_index.scss +0 -0
- package/dist/styles/static/CountrySelect.scss +0 -0
- package/dist/styles/static/CurrencyNumberInput.scss +0 -0
- package/dist/styles/static/DateRangeInput.scss +0 -0
- package/dist/styles/static/FormCard.scss +0 -0
- package/dist/styles/static/Loader.scss +0 -0
- package/dist/styles/static/NumberInput.scss +0 -0
- package/dist/styles/static/SlideCurtain.scss +0 -0
- package/dist/styles/static/SocialButton.scss +0 -0
- package/dist/styles/static/Switch.scss +0 -0
- package/dist/styles/static/Tabs.scss +0 -0
- package/dist/styles/static/TextExpand.scss +0 -0
- package/dist/styles/static/UserBadge.scss +0 -0
- package/dist/styles/static/_index.scss +0 -0
- package/dist/styles/striped-static-table/_index.scss +0 -0
- package/dist/styles/table/Table.scss +0 -0
- package/dist/styles/table/_index.scss +0 -0
- package/dist/styles/themes/bookedit/_fonts.scss +2 -0
- package/dist/styles/themes/bookedit/_variables.scss +0 -0
- package/dist/styles/themes/bookedit/index.scss +0 -0
- package/dist/styles/themes/licklist/_fonts.scss +0 -0
- package/dist/styles/themes/licklist/_variables.scss +0 -0
- package/dist/styles/themes/licklist/index.scss +0 -0
- package/dist/styles/tiptap-editor/TiptapEditor.scss +0 -0
- package/dist/styles/tiptap-editor/_index.scss +0 -0
- package/dist/styles/venue-map-sets/VenueMapSetCard.scss +0 -0
- package/dist/styles/venue-map-sets/VenueMapSetForm.scss +0 -0
- package/dist/styles/venue-map-sets/_index.scss +0 -0
- package/dist/styles/virtualized/_index.scss +0 -0
- package/dist/styles/zones/ZoneCard.scss +0 -0
- package/dist/styles/zones/ZoneForm.scss +0 -0
- package/dist/styles/zones/ZoneRecurrencesControl.scss +0 -0
- package/dist/styles/zones/_index.scss +0 -0
- package/dist/table/MenuButton.d.ts.map +1 -1
- package/dist/table/ReactTableHelperComponent.d.ts.map +1 -1
- package/dist/table/hooks/useTableQueryOptions.d.ts.map +1 -1
- package/dist/table/utils/index.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts.map +1 -1
- package/dist/v2/components/ActionMenu/ActionMenu.d.ts +14 -0
- package/dist/v2/components/ActionMenu/ActionMenu.d.ts.map +1 -0
- package/dist/v2/components/ActionMenu/ActionMenu.js +151 -0
- package/dist/v2/components/ActionMenu/ActionMenu.scss.js +6 -0
- package/dist/v2/components/ActionMenu/index.d.ts +2 -0
- package/dist/v2/components/ActionMenu/index.d.ts.map +1 -0
- package/dist/v2/components/Alert/Alert.d.ts +14 -0
- package/dist/v2/components/Alert/Alert.d.ts.map +1 -0
- package/dist/v2/components/Alert/Alert.js +134 -0
- package/dist/v2/components/Alert/Alert.scss.js +6 -0
- package/dist/v2/components/Alert/index.d.ts +3 -0
- package/dist/v2/components/Alert/index.d.ts.map +1 -0
- package/dist/v2/components/AvatarUpload/AvatarUpload.d.ts +12 -0
- package/dist/v2/components/AvatarUpload/AvatarUpload.d.ts.map +1 -0
- package/dist/v2/components/AvatarUpload/AvatarUpload.js +62 -0
- package/dist/v2/components/AvatarUpload/AvatarUpload.scss.js +6 -0
- package/dist/v2/components/AvatarUpload/index.d.ts +2 -0
- package/dist/v2/components/AvatarUpload/index.d.ts.map +1 -0
- package/dist/v2/components/Badge/Badge.d.ts +11 -0
- package/dist/v2/components/Badge/Badge.d.ts.map +1 -0
- package/dist/v2/components/Badge/Badge.js +20 -0
- package/dist/v2/components/Badge/Badge.scss.js +6 -0
- package/dist/v2/components/Badge/index.d.ts +2 -0
- package/dist/v2/components/Badge/index.d.ts.map +1 -0
- package/dist/v2/components/Button/Button.d.ts +15 -0
- package/dist/v2/components/Button/Button.d.ts.map +1 -0
- package/dist/v2/components/Button/Button.js +128 -0
- package/dist/v2/components/Button/Button.scss.js +6 -0
- package/dist/v2/components/Button/GhostButton.d.ts +8 -0
- package/dist/v2/components/Button/GhostButton.d.ts.map +1 -0
- package/dist/v2/components/Button/GhostButton.js +111 -0
- package/dist/v2/components/Button/GhostButton.scss.js +6 -0
- package/dist/v2/components/Button/index.d.ts +5 -0
- package/dist/v2/components/Button/index.d.ts.map +1 -0
- package/dist/v2/components/Checkbox/Checkbox.d.ts +9 -0
- package/dist/v2/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/v2/components/Checkbox/Checkbox.js +231 -0
- package/dist/v2/components/Checkbox/Checkbox.scss.js +6 -0
- package/dist/v2/components/Checkbox/index.d.ts +3 -0
- package/dist/v2/components/Checkbox/index.d.ts.map +1 -0
- package/dist/v2/components/DataTable/DataTable.d.ts +41 -0
- package/dist/v2/components/DataTable/DataTable.d.ts.map +1 -0
- package/dist/v2/components/DataTable/DataTable.js +221 -0
- package/dist/v2/components/DataTable/DataTable.scss.js +6 -0
- package/dist/v2/components/DataTable/index.d.ts +3 -0
- package/dist/v2/components/DataTable/index.d.ts.map +1 -0
- package/dist/v2/components/EmptyState/EmptyState.d.ts +14 -0
- package/dist/v2/components/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/v2/components/EmptyState/EmptyState.js +36 -0
- package/dist/v2/components/EmptyState/EmptyState.scss.js +6 -0
- package/dist/v2/components/EmptyState/index.d.ts +3 -0
- package/dist/v2/components/EmptyState/index.d.ts.map +1 -0
- package/dist/v2/components/EntityHeader/EntityHeader.d.ts +13 -0
- package/dist/v2/components/EntityHeader/EntityHeader.d.ts.map +1 -0
- package/dist/v2/components/EntityHeader/EntityHeader.js +85 -0
- package/dist/v2/components/EntityHeader/EntityHeader.scss.js +6 -0
- package/dist/v2/components/EntityHeader/index.d.ts +2 -0
- package/dist/v2/components/EntityHeader/index.d.ts.map +1 -0
- package/dist/v2/components/FormField/FormField.d.ts +13 -0
- package/dist/v2/components/FormField/FormField.d.ts.map +1 -0
- package/dist/v2/components/FormField/FormField.js +109 -0
- package/dist/v2/components/FormField/FormField.scss.js +6 -0
- package/dist/v2/components/FormField/index.d.ts +3 -0
- package/dist/v2/components/FormField/index.d.ts.map +1 -0
- package/dist/v2/components/IconButton/IconButton.d.ts +9 -0
- package/dist/v2/components/IconButton/IconButton.d.ts.map +1 -0
- package/dist/v2/components/IconButton/IconButton.js +137 -0
- package/dist/v2/components/IconButton/IconButton.scss.js +6 -0
- package/dist/v2/components/IconButton/index.d.ts +3 -0
- package/dist/v2/components/IconButton/index.d.ts.map +1 -0
- package/dist/v2/components/InfoGrid/InfoGrid.d.ts +13 -0
- package/dist/v2/components/InfoGrid/InfoGrid.d.ts.map +1 -0
- package/dist/v2/components/InfoGrid/InfoGrid.js +27 -0
- package/dist/v2/components/InfoGrid/InfoGrid.scss.js +6 -0
- package/dist/v2/components/InfoGrid/index.d.ts +2 -0
- package/dist/v2/components/InfoGrid/index.d.ts.map +1 -0
- package/dist/v2/components/InputCheckbox/InputCheckbox.d.ts +7 -0
- package/dist/v2/components/InputCheckbox/InputCheckbox.d.ts.map +1 -0
- package/dist/v2/components/InputCheckbox/InputCheckbox.js +85 -0
- package/dist/v2/components/InputCheckbox/InputCheckbox.scss.js +6 -0
- package/dist/v2/components/InputCheckbox/index.d.ts +3 -0
- package/dist/v2/components/InputCheckbox/index.d.ts.map +1 -0
- package/dist/v2/components/Modal/DeleteModal.d.ts +15 -0
- package/dist/v2/components/Modal/DeleteModal.d.ts.map +1 -0
- package/dist/v2/components/Modal/DeleteModal.js +151 -0
- package/dist/v2/components/Modal/DeleteModal.scss.js +6 -0
- package/dist/v2/components/Modal/index.d.ts +3 -0
- package/dist/v2/components/Modal/index.d.ts.map +1 -0
- package/dist/v2/components/NPSScore/NPSScore.d.ts +20 -0
- package/dist/v2/components/NPSScore/NPSScore.d.ts.map +1 -0
- package/dist/v2/components/NPSScore/NPSScore.js +530 -0
- package/dist/v2/components/NPSScore/NPSScore.scss.js +6 -0
- package/dist/v2/components/NPSScore/index.d.ts +3 -0
- package/dist/v2/components/NPSScore/index.d.ts.map +1 -0
- package/dist/v2/components/NewInput/NewInput.d.ts +23 -0
- package/dist/v2/components/NewInput/NewInput.d.ts.map +1 -0
- package/dist/v2/components/NewInput/NewInput.js +162 -0
- package/dist/v2/components/NewInput/index.d.ts +2 -0
- package/dist/v2/components/NewInput/index.d.ts.map +1 -0
- package/dist/v2/components/NewPageHeader/NewPageHeader.d.ts +13 -0
- package/dist/v2/components/NewPageHeader/NewPageHeader.d.ts.map +1 -0
- package/dist/v2/components/NewPageHeader/NewPageHeader.js +43 -0
- package/dist/v2/components/NewPageHeader/NewPageHeader.scss.js +6 -0
- package/dist/v2/components/NewPageHeader/index.d.ts +2 -0
- package/dist/v2/components/NewPageHeader/index.d.ts.map +1 -0
- package/dist/v2/components/NewTable/NewTable.d.ts +21 -0
- package/dist/v2/components/NewTable/NewTable.d.ts.map +1 -0
- package/dist/v2/components/NewTable/NewTable.js +63 -0
- package/dist/v2/components/NewTable/NewTable.scss.js +6 -0
- package/dist/v2/components/NewTable/index.d.ts +2 -0
- package/dist/v2/components/NewTable/index.d.ts.map +1 -0
- package/dist/v2/components/NewTabs/NewTabs.d.ts +16 -0
- package/dist/v2/components/NewTabs/NewTabs.d.ts.map +1 -0
- package/dist/v2/components/NewTabs/NewTabs.js +28 -0
- package/dist/v2/components/NewTabs/NewTabs.scss.js +6 -0
- package/dist/v2/components/NewTabs/index.d.ts +2 -0
- package/dist/v2/components/NewTabs/index.d.ts.map +1 -0
- package/dist/v2/components/Pagination/Pagination.d.ts +13 -0
- package/dist/v2/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/v2/components/Pagination/Pagination.js +76 -0
- package/dist/v2/components/Pagination/Pagination.scss.js +6 -0
- package/dist/v2/components/Pagination/index.d.ts +2 -0
- package/dist/v2/components/Pagination/index.d.ts.map +1 -0
- package/dist/v2/components/QuickFilter/QuickFilter.d.ts +14 -0
- package/dist/v2/components/QuickFilter/QuickFilter.d.ts.map +1 -0
- package/dist/v2/components/QuickFilter/QuickFilter.js +70 -0
- package/dist/v2/components/QuickFilter/QuickFilter.scss.js +6 -0
- package/dist/v2/components/QuickFilter/index.d.ts +2 -0
- package/dist/v2/components/QuickFilter/index.d.ts.map +1 -0
- package/dist/v2/components/RadioCard/RadioCard.d.ts +17 -0
- package/dist/v2/components/RadioCard/RadioCard.d.ts.map +1 -0
- package/dist/v2/components/RadioCard/index.d.ts +2 -0
- package/dist/v2/components/RadioCard/index.d.ts.map +1 -0
- package/dist/v2/components/SectionHeader/SectionHeader.d.ts +8 -0
- package/dist/v2/components/SectionHeader/SectionHeader.d.ts.map +1 -0
- package/dist/v2/components/SectionHeader/SectionHeader.js +13 -0
- package/dist/v2/components/SectionHeader/SectionHeader.scss.js +6 -0
- package/dist/v2/components/SectionHeader/index.d.ts +3 -0
- package/dist/v2/components/SectionHeader/index.d.ts.map +1 -0
- package/dist/v2/components/Select/Select.d.ts +13 -0
- package/dist/v2/components/Select/Select.d.ts.map +1 -0
- package/dist/v2/components/Select/Select.js +157 -0
- package/dist/v2/components/Select/Select.scss.js +6 -0
- package/dist/v2/components/Select/index.d.ts +3 -0
- package/dist/v2/components/Select/index.d.ts.map +1 -0
- package/dist/v2/components/StatusBadge/StatusBadge.d.ts +8 -0
- package/dist/v2/components/StatusBadge/StatusBadge.d.ts.map +1 -0
- package/dist/v2/components/StatusBadge/StatusBadge.js +22 -0
- package/dist/v2/components/StatusBadge/StatusBadge.scss.js +6 -0
- package/dist/v2/components/StatusBadge/index.d.ts +3 -0
- package/dist/v2/components/StatusBadge/index.d.ts.map +1 -0
- package/dist/v2/components/StepIndicator/StepIndicator.d.ts +9 -0
- package/dist/v2/components/StepIndicator/StepIndicator.d.ts.map +1 -0
- package/dist/v2/components/StepIndicator/StepIndicator.js +38 -0
- package/dist/v2/components/StepIndicator/StepIndicator.scss.js +6 -0
- package/dist/v2/components/StepIndicator/index.d.ts +2 -0
- package/dist/v2/components/StepIndicator/index.d.ts.map +1 -0
- package/dist/v2/components/TableControls/TableControls.d.ts +28 -0
- package/dist/v2/components/TableControls/TableControls.d.ts.map +1 -0
- package/dist/v2/components/TableControls/TableControls.js +83 -0
- package/dist/v2/components/TableControls/TableControls.scss.js +6 -0
- package/dist/v2/components/TableControls/index.d.ts +3 -0
- package/dist/v2/components/TableControls/index.d.ts.map +1 -0
- package/dist/v2/components/TableSortIcon/TableSortIcon.d.ts +9 -0
- package/dist/v2/components/TableSortIcon/TableSortIcon.d.ts.map +1 -0
- package/dist/v2/components/TableSortIcon/TableSortIcon.js +16 -0
- package/dist/v2/components/TableSortIcon/index.d.ts +2 -0
- package/dist/v2/components/TableSortIcon/index.d.ts.map +1 -0
- package/dist/v2/components/Tabs/Tabs.d.ts +15 -0
- package/dist/v2/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/v2/components/Tabs/Tabs.scss.js +6 -0
- package/dist/v2/components/Tabs/index.d.ts +3 -0
- package/dist/v2/components/Tabs/index.d.ts.map +1 -0
- package/dist/v2/components/Tooltip/Tooltip.d.ts +21 -0
- package/dist/v2/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/v2/components/Tooltip/Tooltip.js +103 -0
- package/dist/v2/components/Tooltip/Tooltip.scss.js +6 -0
- package/dist/v2/components/Tooltip/index.d.ts +2 -0
- package/dist/v2/components/Tooltip/index.d.ts.map +1 -0
- package/dist/v2/components/UserAvatar/UserAvatar.d.ts +12 -0
- package/dist/v2/components/UserAvatar/UserAvatar.d.ts.map +1 -0
- package/dist/v2/components/UserAvatar/UserAvatar.js +77 -0
- package/dist/v2/components/UserAvatar/UserAvatar.scss.js +6 -0
- package/dist/v2/components/UserAvatar/index.d.ts +2 -0
- package/dist/v2/components/UserAvatar/index.d.ts.map +1 -0
- package/dist/v2/components/UserPanel/UserPanel.d.ts +17 -0
- package/dist/v2/components/UserPanel/UserPanel.d.ts.map +1 -0
- package/dist/v2/components/UserPanel/UserPanel.js +144 -0
- package/dist/v2/components/UserPanel/UserPanel.scss.js +6 -0
- package/dist/v2/components/UserPanel/index.d.ts +3 -0
- package/dist/v2/components/UserPanel/index.d.ts.map +1 -0
- package/dist/v2/components/WYSIWYGEditor/Icons.d.ts +16 -0
- package/dist/v2/components/WYSIWYGEditor/Icons.d.ts.map +1 -0
- package/dist/v2/components/WYSIWYGEditor/Icons.js +221 -0
- package/dist/v2/components/WYSIWYGEditor/WYSIWYGEditor.d.ts +14 -0
- package/dist/v2/components/WYSIWYGEditor/WYSIWYGEditor.d.ts.map +1 -0
- package/dist/v2/components/WYSIWYGEditor/WYSIWYGEditor.js +358 -0
- package/dist/v2/components/WYSIWYGEditor/WYSIWYGEditor.scss.js +6 -0
- package/dist/v2/components/WYSIWYGEditor/index.d.ts +3 -0
- package/dist/v2/components/WYSIWYGEditor/index.d.ts.map +1 -0
- package/dist/v2/components/WaiverSettings/index.d.ts +2 -0
- package/dist/v2/components/WaiverSettings/index.d.ts.map +1 -0
- package/dist/v2/components/ZoneCard/AddResourceButton.d.ts +8 -0
- package/dist/v2/components/ZoneCard/AddResourceButton.d.ts.map +1 -0
- package/dist/v2/components/ZoneCard/AddResourceButton.js +17 -0
- package/dist/v2/components/ZoneCard/ResourceRow.d.ts +28 -0
- package/dist/v2/components/ZoneCard/ResourceRow.d.ts.map +1 -0
- package/dist/v2/components/ZoneCard/ResourceRow.js +191 -0
- package/dist/v2/components/ZoneCard/ZoneCard.d.ts +25 -0
- package/dist/v2/components/ZoneCard/ZoneCard.d.ts.map +1 -0
- package/dist/v2/components/ZoneCard/ZoneCard.js +43 -0
- package/dist/v2/components/ZoneCard/ZoneCard.scss.js +6 -0
- package/dist/v2/components/ZoneCard/ZoneContainer.d.ts +12 -0
- package/dist/v2/components/ZoneCard/ZoneContainer.d.ts.map +1 -0
- package/dist/v2/components/ZoneCard/ZoneContainer.js +16 -0
- package/dist/v2/components/ZoneCard/ZoneHeader.d.ts +20 -0
- package/dist/v2/components/ZoneCard/ZoneHeader.d.ts.map +1 -0
- package/dist/v2/components/ZoneCard/ZoneHeader.js +149 -0
- package/dist/v2/components/ZoneCard/index.d.ts +11 -0
- package/dist/v2/components/ZoneCard/index.d.ts.map +1 -0
- package/dist/v2/components/index.d.ts +61 -0
- package/dist/v2/components/index.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/blog-posts/Blog.d.ts +15 -0
- package/dist/v2/dashboard-analytics/blog-posts/Blog.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/blog-posts/Blog.js +103 -0
- package/dist/v2/dashboard-analytics/blog-posts/Blog.scss.js +6 -0
- package/dist/v2/dashboard-analytics/blog-posts/index.d.ts +3 -0
- package/dist/v2/dashboard-analytics/blog-posts/index.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/chart/Chart.d.ts +21 -0
- package/dist/v2/dashboard-analytics/chart/Chart.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/chart/Chart.js +733 -0
- package/dist/v2/dashboard-analytics/chart/Chart.scss.js +6 -0
- package/dist/v2/dashboard-analytics/chart/index.d.ts +3 -0
- package/dist/v2/dashboard-analytics/chart/index.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/dashboard/Dashboard.d.ts +57 -0
- package/dist/v2/dashboard-analytics/dashboard/Dashboard.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/dashboard/Dashboard.js +270 -0
- package/dist/v2/dashboard-analytics/dashboard/Dashboard.scss.js +6 -0
- package/dist/v2/dashboard-analytics/dashboard/index.d.ts +3 -0
- package/dist/v2/dashboard-analytics/dashboard/index.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/index.d.ts +13 -0
- package/dist/v2/dashboard-analytics/index.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/metric-card/MetricCard.d.ts +17 -0
- package/dist/v2/dashboard-analytics/metric-card/MetricCard.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/metric-card/MetricCard.js +66 -0
- package/dist/v2/dashboard-analytics/metric-card/MetricCard.scss.js +6 -0
- package/dist/v2/dashboard-analytics/metric-card/index.d.ts +3 -0
- package/dist/v2/dashboard-analytics/metric-card/index.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/venue-card/VenueCard.d.ts +12 -0
- package/dist/v2/dashboard-analytics/venue-card/VenueCard.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/venue-card/VenueCard.js +50 -0
- package/dist/v2/dashboard-analytics/venue-card/VenueCard.scss.js +6 -0
- package/dist/v2/dashboard-analytics/venue-card/index.d.ts +3 -0
- package/dist/v2/dashboard-analytics/venue-card/index.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.d.ts +25 -0
- package/dist/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.js +48 -0
- package/dist/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.scss.js +6 -0
- package/dist/v2/dashboard-analytics/venue-closed-card/index.d.ts +3 -0
- package/dist/v2/dashboard-analytics/venue-closed-card/index.d.ts.map +1 -0
- package/dist/v2/hooks/useAuth.d.ts +4 -0
- package/dist/v2/hooks/useAuth.d.ts.map +1 -0
- package/dist/v2/icons/index.d.ts +178 -0
- package/dist/v2/icons/index.d.ts.map +1 -0
- package/dist/v2/icons/index.js +862 -0
- package/dist/v2/index.d.ts +96 -0
- package/dist/v2/index.d.ts.map +1 -0
- package/dist/v2/navigation/DashboardLayout/AdminSidebar.d.ts +10 -0
- package/dist/v2/navigation/DashboardLayout/AdminSidebar.d.ts.map +1 -0
- package/dist/v2/navigation/DashboardLayout/AdminSidebar.js +296 -0
- package/dist/v2/navigation/DashboardLayout/AdminSidebar.scss.js +6 -0
- package/dist/v2/navigation/DashboardLayout/DashboardFooter.d.ts +7 -0
- package/dist/v2/navigation/DashboardLayout/DashboardFooter.d.ts.map +1 -0
- package/dist/v2/navigation/DashboardLayout/DashboardFooter.js +34 -0
- package/dist/v2/navigation/DashboardLayout/DashboardFooter.scss.js +6 -0
- package/dist/v2/navigation/DashboardLayout/DashboardLayout.d.ts +42 -0
- package/dist/v2/navigation/DashboardLayout/DashboardLayout.d.ts.map +1 -0
- package/dist/v2/navigation/DashboardLayout/DashboardLayout.js +178 -0
- package/dist/v2/navigation/DashboardLayout/DashboardLayout.scss.js +6 -0
- package/dist/v2/navigation/DashboardLayout/ProviderSidebar.d.ts +35 -0
- package/dist/v2/navigation/DashboardLayout/ProviderSidebar.d.ts.map +1 -0
- package/dist/v2/navigation/DashboardLayout/ProviderSidebar.js +350 -0
- package/dist/v2/navigation/DashboardLayout/ProviderSidebar.scss.js +6 -0
- package/dist/v2/navigation/DashboardLayout/TopNavigation.d.ts +26 -0
- package/dist/v2/navigation/DashboardLayout/TopNavigation.d.ts.map +1 -0
- package/dist/v2/navigation/DashboardLayout/TopNavigation.js +360 -0
- package/dist/v2/navigation/DashboardLayout/TopNavigation.scss.js +6 -0
- package/dist/v2/navigation/DashboardLayout/assets/AdminLogo.png.js +3 -0
- package/dist/v2/navigation/DashboardLayout/assets/BookedLogo_Mark.png.js +3 -0
- package/dist/v2/navigation/DashboardLayout/index.d.ts +8 -0
- package/dist/v2/navigation/DashboardLayout/index.d.ts.map +1 -0
- package/dist/v2/navigation/FigmasAdminSideBar/FigmasAdminSideBar.d.ts +8 -0
- package/dist/v2/navigation/FigmasAdminSideBar/FigmasAdminSideBar.d.ts.map +1 -0
- package/dist/v2/navigation/FigmasAdminSideBar/index.d.ts +3 -0
- package/dist/v2/navigation/FigmasAdminSideBar/index.d.ts.map +1 -0
- package/dist/v2/navigation/FigmasSideBar/FigmasSideBar.d.ts +22 -0
- package/dist/v2/navigation/FigmasSideBar/FigmasSideBar.d.ts.map +1 -0
- package/dist/v2/navigation/FigmasSideBar/index.d.ts +3 -0
- package/dist/v2/navigation/FigmasSideBar/index.d.ts.map +1 -0
- package/dist/v2/navigation/FigmasTopHat/FigmasTopHat.d.ts +15 -0
- package/dist/v2/navigation/FigmasTopHat/FigmasTopHat.d.ts.map +1 -0
- package/dist/v2/navigation/FigmasTopHat/index.d.ts +3 -0
- package/dist/v2/navigation/FigmasTopHat/index.d.ts.map +1 -0
- package/dist/v2/navigation/Navigation/Navigation.d.ts +9 -0
- package/dist/v2/navigation/Navigation/Navigation.d.ts.map +1 -0
- package/dist/v2/navigation/Navigation/index.d.ts +3 -0
- package/dist/v2/navigation/Navigation/index.d.ts.map +1 -0
- package/dist/v2/navigation/NavigationItem/NavigationItem.d.ts +12 -0
- package/dist/v2/navigation/NavigationItem/NavigationItem.d.ts.map +1 -0
- package/dist/v2/navigation/NavigationItem/index.d.ts +3 -0
- package/dist/v2/navigation/NavigationItem/index.d.ts.map +1 -0
- package/dist/v2/navigation/NavigationSection/NavigationSection.d.ts +8 -0
- package/dist/v2/navigation/NavigationSection/NavigationSection.d.ts.map +1 -0
- package/dist/v2/navigation/NavigationSection/index.d.ts +3 -0
- package/dist/v2/navigation/NavigationSection/index.d.ts.map +1 -0
- package/dist/v2/navigation/SideBarToggleLarge/SideBarToggleLarge.d.ts +9 -0
- package/dist/v2/navigation/SideBarToggleLarge/SideBarToggleLarge.d.ts.map +1 -0
- package/dist/v2/navigation/SideBarToggleLarge/index.d.ts +3 -0
- package/dist/v2/navigation/SideBarToggleLarge/index.d.ts.map +1 -0
- package/dist/v2/navigation/SidebarUserElement/SidebarUserElement.d.ts +15 -0
- package/dist/v2/navigation/SidebarUserElement/SidebarUserElement.d.ts.map +1 -0
- package/dist/v2/navigation/SidebarUserElement/index.d.ts +3 -0
- package/dist/v2/navigation/SidebarUserElement/index.d.ts.map +1 -0
- package/dist/v2/navigation/SidebarWithAuth.d.ts +20 -0
- package/dist/v2/navigation/SidebarWithAuth.d.ts.map +1 -0
- package/dist/v2/navigation/TopHatControlDisc/TopHatControlDisc.d.ts +9 -0
- package/dist/v2/navigation/TopHatControlDisc/TopHatControlDisc.d.ts.map +1 -0
- package/dist/v2/navigation/TopHatControlDisc/index.d.ts +3 -0
- package/dist/v2/navigation/TopHatControlDisc/index.d.ts.map +1 -0
- package/dist/v2/navigation/config.d.ts +3 -0
- package/dist/v2/navigation/config.d.ts.map +1 -0
- package/dist/v2/navigation/index.d.ts +23 -0
- package/dist/v2/navigation/index.d.ts.map +1 -0
- package/dist/v2/pages/CreateUser/CreateUserPage.d.ts +110 -0
- package/dist/v2/pages/CreateUser/CreateUserPage.d.ts.map +1 -0
- package/dist/v2/pages/CreateUser/index.d.ts +3 -0
- package/dist/v2/pages/CreateUser/index.d.ts.map +1 -0
- package/dist/v2/pages/RoleSelection/RoleSelectionPage.d.ts +26 -0
- package/dist/v2/pages/RoleSelection/RoleSelectionPage.d.ts.map +1 -0
- package/dist/v2/pages/RoleSelection/index.d.ts +3 -0
- package/dist/v2/pages/RoleSelection/index.d.ts.map +1 -0
- package/dist/v2/pages/Settings/SettingsPage.d.ts +13 -0
- package/dist/v2/pages/Settings/SettingsPage.d.ts.map +1 -0
- package/dist/v2/pages/Settings/SettingsPage.js +88 -0
- package/dist/v2/pages/Settings/SettingsPage.scss.js +6 -0
- package/dist/v2/pages/Settings/SettingsTabs.d.ts +14 -0
- package/dist/v2/pages/Settings/SettingsTabs.d.ts.map +1 -0
- package/dist/v2/pages/Settings/SettingsTabs.js +29 -0
- package/dist/v2/pages/Settings/SettingsTabs.scss.js +6 -0
- package/dist/v2/pages/Settings/components/SidebarCustomisation.d.ts +20 -0
- package/dist/v2/pages/Settings/components/SidebarCustomisation.d.ts.map +1 -0
- package/dist/v2/pages/Settings/components/SidebarCustomisation.js +327 -0
- package/dist/v2/pages/Settings/components/SidebarCustomisation.scss.js +6 -0
- package/dist/v2/pages/Settings/components/SidebarNavItem.d.ts +19 -0
- package/dist/v2/pages/Settings/components/SidebarNavItem.d.ts.map +1 -0
- package/dist/v2/pages/Settings/components/SidebarNavItem.js +76 -0
- package/dist/v2/pages/Settings/components/SidebarNavItem.scss.js +6 -0
- package/dist/v2/pages/Settings/components/index.d.ts +5 -0
- package/dist/v2/pages/Settings/components/index.d.ts.map +1 -0
- package/dist/v2/pages/Settings/index.d.ts +7 -0
- package/dist/v2/pages/Settings/index.d.ts.map +1 -0
- package/dist/v2/pages/SettingsSubPage/SettingsSubPage.d.ts +12 -0
- package/dist/v2/pages/SettingsSubPage/SettingsSubPage.d.ts.map +1 -0
- package/dist/v2/pages/SettingsSubPage/SettingsSubPage.js +47 -0
- package/dist/v2/pages/SettingsSubPage/SettingsSubPage.scss.js +6 -0
- package/dist/v2/pages/SettingsSubPage/index.d.ts +3 -0
- package/dist/v2/pages/SettingsSubPage/index.d.ts.map +1 -0
- package/dist/v2/pages/UserDetails/UserDetailsPage.d.ts +37 -0
- package/dist/v2/pages/UserDetails/UserDetailsPage.d.ts.map +1 -0
- package/dist/v2/pages/UserDetails/index.d.ts +3 -0
- package/dist/v2/pages/UserDetails/index.d.ts.map +1 -0
- package/dist/v2/pages/ZonesResources/ZonesResourcesPage.d.ts +9 -0
- package/dist/v2/pages/ZonesResources/ZonesResourcesPage.d.ts.map +1 -0
- package/dist/v2/pages/ZonesResources/ZonesResourcesPage.js +73 -0
- package/dist/v2/pages/ZonesResources/index.d.ts +3 -0
- package/dist/v2/pages/ZonesResources/index.d.ts.map +1 -0
- package/dist/v2/pages/auth/AuthLayout/AuthLayout.d.ts +14 -0
- package/dist/v2/pages/auth/AuthLayout/AuthLayout.d.ts.map +1 -0
- package/dist/v2/pages/auth/AuthLayout/index.d.ts +3 -0
- package/dist/v2/pages/auth/AuthLayout/index.d.ts.map +1 -0
- package/dist/v2/pages/auth/CreatePassword/CreatePasswordPage.d.ts +10 -0
- package/dist/v2/pages/auth/CreatePassword/CreatePasswordPage.d.ts.map +1 -0
- package/dist/v2/pages/auth/CreatePassword/index.d.ts +3 -0
- package/dist/v2/pages/auth/CreatePassword/index.d.ts.map +1 -0
- package/dist/v2/pages/auth/Login/LoginPage.d.ts +11 -0
- package/dist/v2/pages/auth/Login/LoginPage.d.ts.map +1 -0
- package/dist/v2/pages/auth/Login/index.d.ts +3 -0
- package/dist/v2/pages/auth/Login/index.d.ts.map +1 -0
- package/dist/v2/pages/auth/ResetPassword/ResetPasswordPage.d.ts +12 -0
- package/dist/v2/pages/auth/ResetPassword/ResetPasswordPage.d.ts.map +1 -0
- package/dist/v2/pages/auth/ResetPassword/index.d.ts +3 -0
- package/dist/v2/pages/auth/ResetPassword/index.d.ts.map +1 -0
- package/dist/v2/pages/auth/VerifyEmail/VerifyEmailPage.d.ts +9 -0
- package/dist/v2/pages/auth/VerifyEmail/VerifyEmailPage.d.ts.map +1 -0
- package/dist/v2/pages/auth/VerifyEmail/index.d.ts +3 -0
- package/dist/v2/pages/auth/VerifyEmail/index.d.ts.map +1 -0
- package/dist/v2/pages/auth/index.d.ts +11 -0
- package/dist/v2/pages/auth/index.d.ts.map +1 -0
- package/dist/v2/styles/common.scss +7 -0
- package/dist/v2/styles/components/Button.scss +226 -0
- package/dist/v2/styles/form/Layout.scss +15 -0
- package/dist/v2/styles/form/NewInput.scss +275 -0
- package/dist/v2/styles/form/NewInput.scss.js +6 -0
- package/dist/v2/styles/index.scss +6 -0
- package/dist/v2/styles/navigation/Navigation.scss +17 -0
- package/dist/v2/styles/navigation/NavigationItem.scss +86 -0
- package/dist/v2/styles/navigation/NavigationSection.scss +26 -0
- package/dist/v2/styles/navigation/_index.scss +9 -0
- package/dist/v2/styles/tokens/_colors.scss +562 -0
- package/dist/v2/styles/tokens/_sizes.scss +125 -0
- package/dist/v2/styles/tokens/_status.scss +108 -0
- package/dist/v2/styles/tokens/_typography.scss +146 -0
- package/dist/v2/types/navigation.d.ts +17 -0
- package/dist/v2/types/navigation.d.ts.map +1 -0
- package/dist/venue-map-sets/form/VenueMapSetForm.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/NameControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapModal.d.ts.map +1 -1
- package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts.map +1 -1
- package/dist/venue-map-sets/form/utils/index.d.ts.map +1 -1
- package/dist/virtualized/components/VirtualizedGrid.d.ts.map +1 -1
- package/dist/virtualized/components/VirtualizedWindowScroller.d.ts.map +1 -1
- package/dist/virtualized/context/VirtualizedContext.d.ts.map +1 -1
- package/dist/zone/form/ZoneForm.d.ts.map +1 -1
- package/dist/zone/form/components/DescriptionControl.d.ts.map +1 -1
- package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
- package/dist/zone/form/components/GameDurationControl.js +0 -3
- package/dist/zone/form/components/NameControl.d.ts.map +1 -1
- package/dist/zone/form/components/SortControl.d.ts.map +1 -1
- package/dist/zone/form/components/SortControl.js +0 -3
- package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneImageControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrenceControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneTypeControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneTypeControl.js +0 -1
- package/dist/zone/form/utils/dates.d.ts.map +1 -1
- package/package.json +39 -26
- package/rollup.config.js +22 -2
- package/src/CustomDatePicker/CustomDatePicker.tsx +258 -0
- package/src/Maintenance/Maintenance.scss +253 -0
- package/src/Maintenance/MaintenancePage.tsx +60 -0
- package/src/Maintenance/SkeletonSidebar.tsx +56 -0
- package/src/PageNotFound/PageNotFound.scss +8 -0
- package/src/PageNotFound/PageNotFound.stories.tsx +23 -0
- package/src/PageNotFound/PageNotFound.tsx +43 -0
- package/src/PageNotFound/index.ts +1 -0
- package/src/UnderMaintenance/UnderMaintenance.scss +6 -0
- package/src/UnderMaintenance/UnderMaintenance.stories.tsx +23 -0
- package/src/UnderMaintenance/UnderMaintenance.tsx +22 -0
- package/src/UnderMaintenance/index.ts +1 -0
- package/src/affiliate/card/AffiliateCard.stories.tsx +1 -1
- package/src/affiliate/card/AffiliateCard.tsx +0 -0
- package/src/affiliate/card/index.ts +0 -0
- package/src/affiliate/form/AffiliateControl.tsx +0 -0
- package/src/affiliate/form/AffiliateForm.stories.tsx +1 -1
- package/src/affiliate/form/AffiliateForm.tsx +0 -0
- package/src/affiliate/form/index.ts +0 -0
- package/src/affiliate/index.ts +0 -0
- package/src/affiliate/types/index.ts +0 -0
- package/src/assets/Trend-Down.svg +3 -0
- package/src/assets/Trend-Up.svg +3 -0
- package/src/assets/dashboard/addImage.svg +0 -0
- package/src/assets/dashboard/chartBar.svg +0 -0
- package/src/assets/dashboard/genderFemale.svg +0 -0
- package/src/assets/dashboard/genderMale.svg +0 -0
- package/src/assets/dashboard/increment.svg +0 -0
- package/src/assets/dashboard/info.svg +0 -0
- package/src/assets/dashboard/managerRole.svg +0 -0
- package/src/assets/dashboard/subManagerRole.svg +0 -0
- package/src/assets/dashboard/viewerRole.svg +0 -0
- package/src/assets/dashboard/visitedProviderLink.svg +0 -0
- package/src/assets/dashboard/warning.svg +0 -0
- package/src/assets/editor/bold.svg +0 -0
- package/src/assets/editor/double-quotes-l.svg +0 -0
- package/src/assets/editor/format-clear.svg +0 -0
- package/src/assets/editor/h1.svg +0 -0
- package/src/assets/editor/h2.svg +0 -0
- package/src/assets/editor/italic.svg +0 -0
- package/src/assets/editor/paragraph.svg +0 -0
- package/src/assets/editor/separator.svg +0 -0
- package/src/assets/editor/strikethrough.svg +0 -0
- package/src/assets/editor/text-wrap.svg +0 -0
- package/src/assets/iframe/available.svg +0 -0
- package/src/assets/iframe/backButton.svg +0 -0
- package/src/assets/iframe/calendar.svg +0 -0
- package/src/assets/iframe/clock.svg +0 -0
- package/src/assets/iframe/close.svg +0 -0
- package/src/assets/iframe/failedPayment.svg +0 -0
- package/src/assets/iframe/limited.svg +0 -0
- package/src/assets/iframe/selectArrow.svg +0 -0
- package/src/assets/iframe/soldOut.svg +0 -0
- package/src/assets/iframe/success.svg +0 -0
- package/src/assets/iframe/thumbUp.svg +0 -0
- package/src/assets/iframe/ticket.svg +0 -0
- package/src/assets/logo/favicon.svg +0 -0
- package/src/assets/static/default.image.svg +0 -0
- package/src/assets/widgets/copy.svg +0 -0
- package/src/assets/widgets/monthCalendar.svg +0 -0
- package/src/assets/widgets/weekCalendar.svg +0 -0
- package/src/auth/AccessDenied/AccessDenied.stories.tsx +1 -1
- package/src/auth/AccessDenied/AccessDenied.tsx +0 -0
- package/src/auth/AccessDenied/index.ts +0 -0
- package/src/auth/Auth.stories.tsx +38 -4
- package/src/auth/Authorizer.tsx +48 -18
- package/src/auth/ChangePassword/ChangePassword.stories.tsx +2 -9
- package/src/auth/ChangePassword/ChangePasswordComponent.tsx +3 -4
- package/src/auth/ChangePassword/ChangePasswordFormComponent.tsx +0 -0
- package/src/auth/ChangePassword/index.ts +0 -0
- package/src/auth/Layout/AuthNavComponent.tsx +0 -4
- package/src/auth/Layout/Layout.stories.tsx +1 -1
- package/src/auth/Layout/UserNavComponent.tsx +0 -0
- package/src/auth/Layout/UserNavDropDown.tsx +1 -1
- package/src/auth/Layout/UserNavDropDownToggle.tsx +0 -0
- package/src/auth/Layout/index.ts +0 -0
- package/src/auth/Login/Login.stories.tsx +21 -22
- package/src/auth/Login/LoginComponent.tsx +9 -8
- package/src/auth/Login/LoginFormComponent.tsx +0 -2
- package/src/auth/Login/LoginPage.tsx +52 -0
- package/src/auth/Login/index.ts +1 -0
- package/src/auth/Logout/Logout.stories.tsx +4 -1
- package/src/auth/Logout/Logout.tsx +1 -1
- package/src/auth/Logout/index.ts +0 -0
- package/src/auth/Register/BirthDateFormComponent.tsx +0 -0
- package/src/auth/Register/Register.stories.tsx +5 -9
- package/src/auth/Register/RegisterComponent.tsx +3 -6
- package/src/auth/Register/RegisterFormComponent.tsx +0 -4
- package/src/auth/Register/index.ts +0 -0
- package/src/auth/ResetPassword/ResetPassword.stories.tsx +2 -9
- package/src/auth/ResetPassword/ResetPasswordComponent.tsx +3 -4
- package/src/auth/ResetPassword/ResetPasswordFormComponent.tsx +0 -4
- package/src/auth/ResetPassword/index.ts +0 -0
- package/src/auth/Router.tsx +0 -0
- package/src/auth/Social/Social.stories.tsx +2 -7
- package/src/auth/Social/SocialCallbackComponent.tsx +3 -2
- package/src/auth/Social/SocialFormComponent.tsx +2 -3
- package/src/auth/Social/index.ts +0 -0
- package/src/auth/index.ts +0 -0
- package/src/availability-indicator/AvailabilityIndicator.tsx +0 -0
- package/src/availability-indicator/index.ts +0 -0
- package/src/calendar/Calendar.stories.tsx +1 -1
- package/src/calendar/Calendar.tsx +0 -0
- package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +0 -0
- package/src/calendar/components/CalendarButtons/index.ts +0 -0
- package/src/calendar/components/CalendarDates/CalendarDates.tsx +0 -0
- package/src/calendar/components/CalendarDates/index.ts +0 -0
- package/src/calendar/components/CalendarSelect/CalendarSelect.tsx +0 -0
- package/src/calendar/components/CalendarSelect/index.ts +0 -0
- package/src/calendar/components/CalendarWeekdays/CalendarWeekdays.tsx +0 -0
- package/src/calendar/components/CalendarWeekdays/index.ts +0 -0
- package/src/calendar/index.ts +0 -0
- package/src/calendar/utils/index.ts +0 -0
- package/src/collapsible-input-group/CollapsibleInputGroup.stories.tsx +72 -4
- package/src/collapsible-input-group/CollapsibleInputGroup.tsx +0 -0
- package/src/collapsible-input-group/index.ts +0 -0
- package/src/custom-fields/CustomFields.stories.tsx +1 -1
- package/src/custom-fields/constants.tsx +0 -0
- package/src/custom-fields/field/FieldItem.tsx +0 -0
- package/src/custom-fields/field/SelectFieldModal.tsx +0 -0
- package/src/custom-fields/field-set/CustomFieldSets.tsx +0 -0
- package/src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx +5 -4
- package/src/custom-fields/field-set/components/CustomFieldSet/index.ts +0 -0
- package/src/custom-fields/field-set/components/index.ts +0 -0
- package/src/custom-fields/field-set/contexts/index.ts +0 -0
- package/src/custom-fields/field-set/contexts/useCustomFieldSets.ts +0 -0
- package/src/custom-fields/field-set/providers/CustomFieldSetsProvider.tsx +0 -0
- package/src/custom-fields/field-set/providers/index.ts +0 -0
- package/src/custom-fields/forms/DropdownForm.tsx +0 -0
- package/src/custom-fields/forms/TextInputForm.tsx +0 -0
- package/src/custom-fields/index.ts +0 -0
- package/src/customRadioButton/RadioButton.tsx +84 -0
- package/src/customers/components/filter/CustomerFilter.stories.tsx +1 -1
- package/src/customers/components/filter/CustomerFilter.tsx +0 -0
- package/src/customers/components/filter/index.ts +0 -0
- package/src/customers/components/index.ts +0 -0
- package/src/customers/index.ts +0 -0
- package/src/date-time-button/DateContent.tsx +0 -0
- package/src/date-time-button/DateTimeButton.stories.tsx +1 -1
- package/src/date-time-button/DateTimeButton.tsx +0 -0
- package/src/date-time-button/index.ts +0 -0
- package/src/error/Error.stories.tsx +1 -1
- package/src/error/ErrorFallback.tsx +0 -0
- package/src/error/index.ts +0 -0
- package/src/events/edit-event-modal/IntervalInput.tsx +0 -4
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.stories.tsx +4 -3
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +0 -0
- package/src/events/edit-event-modal/component/EditEventForm/index.ts +0 -0
- package/src/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.tsx +0 -0
- package/src/events/edit-event-modal/component/ProductSetShortForm/index.ts +0 -0
- package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +0 -0
- package/src/events/edit-event-modal/component/SaleDeadline/index.ts +0 -0
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +0 -0
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +0 -0
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/index.ts +0 -0
- package/src/events/edit-event-modal/component/SelectEventProductSet/index.ts +0 -0
- package/src/events/edit-event-modal/hooks/index.ts +0 -0
- package/src/events/edit-event-modal/hooks/useFormattedDuration.tsx +0 -0
- package/src/events/edit-event-modal/hooks/useValidationOptions.tsx +0 -0
- package/src/events/edit-event-modal/index.ts +0 -0
- package/src/events/edit-event-modal/utils/checkIfEventBooked.ts +0 -0
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +1 -0
- package/src/events/edit-event-modal/utils/isUrlValid.ts +0 -0
- package/src/events/edit-event-modal/utils/removeRruleCount.ts +0 -0
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.stories.tsx +5 -4
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +0 -0
- package/src/events/edit-recurrent-event-modal/index.ts +0 -0
- package/src/events/event-card/EventCard.stories.tsx +5 -4
- package/src/events/event-card/EventCard.tsx +0 -0
- package/src/events/event-card/EventCardSkeleton.tsx +0 -0
- package/src/events/event-card/index.ts +0 -0
- package/src/events/event-card/utils.ts +0 -0
- package/src/events/event-statistic-modal/EventStatisticModal.stories.tsx +4 -3
- package/src/events/event-statistic-modal/EventStatisticModal.tsx +1 -3
- package/src/events/event-statistic-modal/hooks/useTableData.tsx +1 -2
- package/src/events/event-statistic-modal/index.ts +0 -0
- package/src/events/event-statistic-modal/utils/index.ts +4 -4
- package/src/events/event-venue-map/EventVenueMap.stories.tsx +10 -3
- package/src/events/event-venue-map/EventVenueMap.tsx +0 -1
- package/src/events/event-venue-map/components/Dropdown/Dropdown.tsx +0 -0
- package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.tsx +0 -0
- package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.ts +0 -0
- package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.tsx +0 -0
- package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/index.ts +0 -0
- package/src/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.tsx +0 -0
- package/src/events/event-venue-map/components/Dropdown/components/SelectControl/index.ts +0 -0
- package/src/events/event-venue-map/components/Dropdown/index.ts +0 -0
- package/src/events/event-venue-map/components/MapPoint/MapPoint.tsx +0 -0
- package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.tsx +0 -0
- package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.ts +0 -0
- package/src/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.tsx +0 -0
- package/src/events/event-venue-map/components/MapPoint/components/EditIcon/index.ts +0 -0
- package/src/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.tsx +0 -0
- package/src/events/event-venue-map/components/MapPoint/components/PointIcon/index.ts +0 -0
- package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.tsx +0 -0
- package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/index.ts +0 -0
- package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.tsx +0 -0
- package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.ts +0 -0
- package/src/events/event-venue-map/components/MapPoint/index.ts +0 -0
- package/src/events/event-venue-map/components/Scrollbars/Scrollbars.tsx +0 -0
- package/src/events/event-venue-map/components/Scrollbars/index.ts +0 -0
- package/src/events/event-venue-map/components/VenueMap/VenueMap.tsx +0 -0
- package/src/events/event-venue-map/components/VenueMap/index.ts +0 -0
- package/src/events/event-venue-map/components/ZoomButtons/ZoomButtons.tsx +0 -0
- package/src/events/event-venue-map/components/ZoomButtons/index.ts +0 -0
- package/src/events/event-venue-map/hooks/useCanvasSize.ts +1 -5
- package/src/events/event-venue-map/hooks/useDrag.ts +0 -0
- package/src/events/event-venue-map/hooks/useImage.tsx +0 -0
- package/src/events/event-venue-map/hooks/useStageActions.ts +0 -0
- package/src/events/event-venue-map/hooks/useZoom.ts +0 -0
- package/src/events/event-venue-map/index.ts +0 -0
- package/src/events/event-venue-map/types/index.ts +0 -0
- package/src/events/event-venue-map/utils/index.ts +0 -0
- package/src/events/index.ts +0 -0
- package/src/file-upload/FilePreview.tsx +0 -0
- package/src/file-upload/FileUpload.stories.tsx +1 -1
- package/src/file-upload/FileUpload.tsx +2 -3
- package/src/file-upload/index.ts +0 -0
- package/src/fullscreen-loader/FullscreenLoader.tsx +0 -0
- package/src/fullscreen-loader/context.ts +0 -0
- package/src/fullscreen-loader/index.ts +0 -0
- package/src/fullscreen-loader/useFullscreenLoader.ts +0 -0
- package/src/help/example/Example.stories.tsx +1 -1
- package/src/help/example/Example.tsx +0 -0
- package/src/help/example/index.ts +0 -0
- package/src/help/index.ts +0 -0
- package/src/help/popover/HelpPopover.tsx +1 -1
- package/src/help/popover/Popover.stories.tsx +1 -1
- package/src/help/popover/index.ts +0 -0
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.tsx +0 -0
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.tsx +3 -3
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +8 -4
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.tsx +1 -1
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/index.ts +0 -0
- package/src/iframe/ProductWithModifierModal/index.ts +0 -0
- package/src/iframe/ProductWithModifierModal/utils.ts +0 -0
- package/src/iframe/activity-card/ActivityCard.stories.tsx +1 -1
- package/src/iframe/activity-card/ActivityCard.tsx +0 -0
- package/src/iframe/activity-card/index.ts +0 -0
- package/src/iframe/back-button/BackButton.stories.tsx +1 -1
- package/src/iframe/back-button/BackButton.tsx +0 -0
- package/src/iframe/back-button/index.ts +0 -0
- package/src/iframe/custom-fields/components/CustomDateField.stories.tsx +5 -4
- package/src/iframe/custom-fields/components/CustomDateField.tsx +0 -0
- package/src/iframe/custom-fields/index.ts +0 -0
- package/src/iframe/event/event-booking-form/EventBookingForm.stories.tsx +1 -1
- package/src/iframe/event/event-booking-form/EventBookingForm.tsx +0 -0
- package/src/iframe/event/event-booking-form/index.ts +0 -0
- package/src/iframe/event/event-booking-products/EventBookingProducts.stories.tsx +1 -1
- package/src/iframe/event/event-booking-products/EventBookingProducts.tsx +0 -0
- package/src/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.tsx +0 -0
- package/src/iframe/event/event-booking-products/components/AccordionItem/index.ts +0 -0
- package/src/iframe/event/event-booking-products/index.ts +0 -0
- package/src/iframe/event/event-booking-view/EventBookingView.stories.tsx +1 -1
- package/src/iframe/event/event-booking-view/EventBookingView.tsx +0 -0
- package/src/iframe/event/event-booking-view/index.ts +0 -0
- package/src/iframe/event/event-card/IframeEventCard.stories.tsx +9 -7
- package/src/iframe/event/event-card/IframeEventCard.tsx +0 -0
- package/src/iframe/event/event-card/IframeEventCardSkeleton.tsx +0 -0
- package/src/iframe/event/event-card/IframeEventCards.stories.tsx +9 -8
- package/src/iframe/event/event-card/index.ts +0 -0
- package/src/iframe/event/event-description/EventDescription.stories.tsx +5 -4
- package/src/iframe/event/event-description/EventDescription.tsx +0 -0
- package/src/iframe/event/event-description/index.ts +0 -0
- package/src/iframe/event/event-navigation-footer/EventNavigationFooter.stories.tsx +1 -1
- package/src/iframe/event/event-navigation-footer/EventNavigationFooter.tsx +0 -0
- package/src/iframe/event/event-navigation-footer/index.ts +0 -0
- package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.stories.tsx +1 -1
- package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.tsx +0 -0
- package/src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx +0 -0
- package/src/iframe/event/event-order-short-summary/components/Summary/index.ts +0 -0
- package/src/iframe/event/event-order-short-summary/index.ts +0 -0
- package/src/iframe/event/event-order-summary/EventOrderSummary.stories.tsx +1 -1
- package/src/iframe/event/event-order-summary/EventOrderSummary.tsx +0 -0
- package/src/iframe/event/event-order-summary/index.ts +0 -0
- package/src/iframe/event/event-product-sets/EventProductSets.stories.tsx +1 -1
- package/src/iframe/event/event-product-sets/EventProductSets.tsx +0 -0
- package/src/iframe/event/event-product-sets/components/EventProductSet.tsx +0 -0
- package/src/iframe/event/event-product-sets/index.ts +0 -0
- package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.stories.tsx +1 -1
- package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.tsx +0 -0
- package/src/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.tsx +0 -0
- package/src/iframe/event/event-step-venue-map-zones/index.ts +0 -0
- package/src/iframe/event/event-tables/EventTables.stories.tsx +1 -1
- package/src/iframe/event/event-tables/EventTables.tsx +0 -0
- package/src/iframe/event/event-tables/index.ts +0 -0
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +5 -4
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.tsx +0 -0
- package/src/iframe/event/event-venue-map/index.ts +0 -0
- package/src/iframe/event/index.ts +0 -0
- package/src/iframe/event/ticket-description/TicketDescription.stories.tsx +1 -1
- package/src/iframe/event/ticket-description/TicketDescription.tsx +1 -1
- package/src/iframe/event/ticket-description/index.ts +0 -0
- package/src/iframe/external-modal/ExternalModal.stories.tsx +4 -1
- package/src/iframe/external-modal/ExternalModal.tsx +0 -0
- package/src/iframe/index.ts +0 -0
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.stories.tsx +1 -1
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +0 -0
- package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.tsx +0 -0
- package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.ts +0 -0
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +0 -1
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/index.ts +0 -0
- package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +0 -0
- package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.ts +0 -0
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx +0 -0
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.tsx +0 -0
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.ts +0 -0
- package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.tsx +0 -0
- package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.ts +0 -0
- package/src/iframe/order-process/components/BookingSummary/index.ts +0 -0
- package/src/iframe/order-process/components/BookingSummary/types/index.ts +0 -0
- package/src/iframe/order-process/components/BookingSummary/utils/index.ts +1 -1
- package/src/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.tsx +0 -0
- package/src/iframe/order-process/components/BookingSummaryFooter/index.ts +0 -0
- package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.stories.tsx +6 -1
- package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx +0 -0
- package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +0 -0
- package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +0 -0
- package/src/iframe/order-process/components/CalendarStepsForm/index.ts +0 -0
- package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +0 -0
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.stories.tsx +1 -1
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +0 -9
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/index.ts +0 -0
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +0 -0
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.ts +0 -0
- package/src/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.tsx +0 -0
- package/src/iframe/order-process/components/CategoryProduct/constants.ts +0 -0
- package/src/iframe/order-process/components/CategoryProduct/index.ts +0 -0
- package/src/iframe/order-process/components/ErrorModal/ErrorModal.tsx +6 -1
- package/src/iframe/order-process/components/ErrorModal/index.ts +0 -0
- package/src/iframe/order-process/components/NavigationFooter/NavigationFooter.tsx +0 -0
- package/src/iframe/order-process/components/NavigationFooter/index.ts +0 -0
- package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.stories.tsx +4 -3
- package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.tsx +0 -0
- package/src/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.ts +0 -0
- package/src/iframe/order-process/components/NavigationSteps/index.ts +0 -0
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.stories.tsx +4 -3
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.tsx +0 -0
- package/src/iframe/order-process/components/PaymentCard/index.ts +0 -0
- package/src/iframe/order-process/components/Timer/Timer.stories.tsx +1 -1
- package/src/iframe/order-process/components/Timer/Timer.tsx +0 -0
- package/src/iframe/order-process/components/Timer/index.ts +0 -0
- package/src/iframe/order-process/components/Timer/utils/index.ts +0 -0
- package/src/iframe/order-process/components/utils/useCategoryVerification.ts +0 -0
- package/src/iframe/order-process/components/utils/useOnWindowUnmount.ts +0 -0
- package/src/iframe/order-process/constants.ts +0 -0
- package/src/iframe/order-process/index.ts +0 -0
- package/src/iframe/page/Page.stories.tsx +11 -10
- package/src/iframe/page/Page.tsx +0 -0
- package/src/iframe/page/components/PageBody/PageBody.tsx +0 -0
- package/src/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.tsx +0 -0
- package/src/iframe/page/components/PageBody/components/LeftBlock/index.tsx +0 -0
- package/src/iframe/page/components/PageBody/components/RightBlock/RightBlock.tsx +0 -0
- package/src/iframe/page/components/PageBody/components/RightBlock/index.ts +0 -0
- package/src/iframe/page/components/PageBody/constants.ts +0 -0
- package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +0 -0
- package/src/iframe/page/components/PageBody/index.ts +0 -0
- package/src/iframe/page/components/PageBody/types.ts +0 -0
- package/src/iframe/page/components/PageHeader/PageHeader.tsx +0 -0
- package/src/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.ts +0 -0
- package/src/iframe/page/components/PageHeader/index.ts +0 -0
- package/src/iframe/page/index.ts +0 -0
- package/src/iframe/payment/index.ts +0 -0
- package/src/iframe/payment/order-items-table/OrderItemsTable.stories.tsx +4 -3
- package/src/iframe/payment/order-items-table/OrderItemsTable.tsx +0 -0
- package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +3 -3
- package/src/iframe/payment/order-items-table/index.ts +0 -0
- package/src/iframe/payment/order-items-table/types/index.ts +0 -0
- package/src/iframe/payment/order-items-table/utils/index.ts +0 -0
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +0 -0
- package/src/iframe/payment/payment-form/PaymentForm.stories.tsx +1 -1
- package/src/iframe/payment/payment-form/PaymentForm.tsx +0 -0
- package/src/iframe/payment/payment-page/PaymentPage.stories.tsx +1 -1
- package/src/iframe/payment/payment-page/PaymentPage.tsx +4 -4
- package/src/iframe/payment/payment-page/PaymentTimer.tsx +0 -0
- package/src/iframe/payment/payment-status-header/PaymentStatusHeader.stories.tsx +4 -3
- package/src/iframe/payment/payment-status-header/PaymentStatusHeader.tsx +0 -0
- package/src/iframe/payment/payment-status-page/PaymentStatusComponent.stories.tsx +1 -1
- package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +0 -0
- package/src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx +0 -0
- package/src/iframe/payment/payment-status-page/component/index.tsx +0 -0
- package/src/iframe/payment/payment-status-page/index.ts +0 -0
- package/src/iframe/payment/status-body/StatusBody.stories.tsx +1 -1
- package/src/iframe/payment/status-body/StatusBody.tsx +1 -1
- package/src/iframe/powered-by/PoweredBy.stories.tsx +1 -1
- package/src/iframe/powered-by/PoweredBy.tsx +0 -0
- package/src/iframe/powered-by/index.ts +0 -0
- package/src/iframe/ryft/RyftPaymentForm.tsx +55 -25
- package/src/iframe/ryft/utils/ryft-form.ts +5 -6
- package/src/image-radio-input/ImageRadioInput.stories.tsx +1 -1
- package/src/image-radio-input/ImageRadioInput.tsx +0 -0
- package/src/image-radio-input/index.ts +0 -0
- package/src/index.ts +45 -2
- package/src/layout/BackgroundVideoContainer.tsx +0 -0
- package/src/layout/Container.tsx +0 -0
- package/src/layout/DropDown.tsx +0 -0
- package/src/layout/DropDownToggle.tsx +0 -0
- package/src/layout/Layout.stories.tsx +0 -0
- package/src/layout/index.ts +0 -0
- package/src/logo/Logo.stories.tsx +17 -14
- package/src/logo/Logo.tsx +0 -0
- package/src/logo/index.ts +0 -0
- package/src/modals/confirmation/ConfirmModal.tsx +6 -1
- package/src/modals/confirmation/Confirmation.stories.tsx +4 -3
- package/src/modals/confirmation/index.ts +0 -0
- package/src/modals/dialog/Dialog.tsx +0 -0
- package/src/modals/dialog/DialogContext.tsx +0 -0
- package/src/modals/dialog/index.ts +0 -0
- package/src/modals/fullscreen/FullscreenModal.tsx +6 -1
- package/src/modals/fullscreen/FulscreenModal.stories.tsx +1 -1
- package/src/modals/fullscreen/index.ts +0 -0
- package/src/modals/index.ts +0 -0
- package/src/notification/components/NotificationPlaceholders.stories.tsx +5 -1
- package/src/notification/components/NotificationPlaceholders.tsx +1 -1
- package/src/notification/email-template/card/EmailTemplateCard.stories.tsx +1 -1
- package/src/notification/email-template/card/EmailTemplateCard.tsx +0 -0
- package/src/notification/email-template/card/index.tsx +0 -0
- package/src/notification/email-template/control/EmailTemplateControl.tsx +8 -10
- package/src/notification/email-template/control/index.ts +0 -0
- package/src/notification/email-template/form/EmailTemplateForm.stories.tsx +1 -1
- package/src/notification/email-template/form/EmailTemplateForm.tsx +0 -0
- package/src/notification/email-template/form/index.tsx +0 -0
- package/src/notification/email-template/index.ts +0 -0
- package/src/notification/hooks/useTranslatedParameters.ts +0 -0
- package/src/notification/index.ts +0 -0
- package/src/notification/send-email-template/SendEmailTemplateForm.stories.tsx +1 -1
- package/src/notification/send-email-template/SendEmailTemplateForm.tsx +0 -0
- package/src/notification/send-email-template/index.ts +0 -0
- package/src/notification/sms-template/card/SmsTemplateCard.stories.tsx +1 -1
- package/src/notification/sms-template/card/SmsTemplateCard.tsx +0 -2
- package/src/notification/sms-template/card/index.ts +0 -0
- package/src/notification/sms-template/control/SmsTemplateControl.tsx +0 -1
- package/src/notification/sms-template/control/index.ts +0 -0
- package/src/notification/sms-template/form/SmsTemplateForm.stories.tsx +1 -1
- package/src/notification/sms-template/form/SmsTemplateForm.tsx +0 -0
- package/src/notification/sms-template/form/index.ts +0 -0
- package/src/notification/sms-template/index.ts +0 -0
- package/src/number-of-people-input/NumberOfPeopleInput.tsx +0 -0
- package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.stories.tsx +1 -1
- package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.tsx +0 -0
- package/src/number-of-people-input/components/index.ts +0 -0
- package/src/number-of-people-input/index.ts +0 -0
- package/src/pages/PrivacyComponent.tsx +0 -0
- package/src/pages/TermsComponent.tsx +0 -0
- package/src/pages/index.ts +0 -0
- package/src/product-set/card/ProductSetCard.stories.tsx +1 -1
- package/src/product-set/card/ProductSetCard.tsx +0 -0
- package/src/product-set/card/index.ts +0 -0
- package/src/product-set/control/DateAndRecurrenceInput.tsx +0 -0
- package/src/product-set/control/DateInput.tsx +0 -0
- package/src/product-set/control/ProductSetControl.stories.tsx +1 -1
- package/src/product-set/control/ProductSetControl.tsx +0 -0
- package/src/product-set/control/ProductSetImageControl.tsx +0 -0
- package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +1 -1
- package/src/product-set/control/ProductSetRecurrenceControl.tsx +0 -0
- package/src/product-set/control/ProductSetRecurrenceOverridesControl.tsx +0 -0
- package/src/product-set/control/TutorialGifCard.tsx +0 -0
- package/src/product-set/control/index.ts +0 -0
- package/src/product-set/deposit-paid/ProductSetDepositPaid.stories.tsx +1 -1
- package/src/product-set/deposit-paid/ProductSetDepositPaidControl.tsx +0 -0
- package/src/product-set/deposit-paid/index.ts +0 -0
- package/src/product-set/elements/DeleteFieldButton.tsx +0 -0
- package/src/product-set/elements/Elements.stories.tsx +1 -1
- package/src/product-set/elements/index.ts +0 -0
- package/src/product-set/form/MobileFooter.tsx +0 -0
- package/src/product-set/form/ProductCategoriesControl.tsx +12 -6
- package/src/product-set/form/ProductSetForm.stories.tsx +15 -6
- package/src/product-set/form/ProductSetForm.tsx +2 -6
- package/src/product-set/form/ProductSetFormPopover.tsx +0 -0
- package/src/product-set/form/ProductSetNameControl.tsx +0 -0
- package/src/product-set/form/ProductZonesControl.tsx +0 -0
- package/src/product-set/form/ProductsControl.tsx +0 -0
- package/src/product-set/form/SelectCategoryModal.stories.tsx +1 -1
- package/src/product-set/form/SelectCategoryModal.tsx +6 -1
- package/src/product-set/form/StepsControl.tsx +0 -0
- package/src/product-set/form/SubProductsControl.tsx +0 -0
- package/src/product-set/form/VenueMapSetModal.tsx +0 -0
- package/src/product-set/form/VenueMapsControl.tsx +0 -0
- package/src/product-set/form/context.tsx +0 -0
- package/src/product-set/form/index.ts +0 -0
- package/src/product-set/hooks/useSortableTreeFunctions.ts +0 -0
- package/src/product-set/index.ts +0 -0
- package/src/product-set/item/CreateProductSetItem.tsx +0 -0
- package/src/product-set/popover/ProductSetPopover.stories.tsx +1 -1
- package/src/product-set/popover/ProductSetPopover.tsx +0 -0
- package/src/product-set/popover/index.ts +0 -0
- package/src/product-set/product/Product.stories.tsx +1 -1
- package/src/product-set/product/ProductControl.tsx +0 -0
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +0 -0
- package/src/product-set/product/advanced-options/index.ts +0 -0
- package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -1
- package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +0 -2
- package/src/product-set/product/booking-management/index.ts +0 -0
- package/src/product-set/product/constants.ts +0 -0
- package/src/product-set/product/deposit/ProductDeposit.stories.tsx +1 -1
- package/src/product-set/product/deposit/ProductDepositControl.tsx +0 -1
- package/src/product-set/product/deposit/index.ts +0 -0
- package/src/product-set/product/duration/ProductDurationControl.stories.tsx +1 -1
- package/src/product-set/product/duration/ProductDurationControl.tsx +0 -2
- package/src/product-set/product/duration/index.ts +0 -0
- package/src/product-set/product/fixed-duration-fields/FixedDurationOptions.tsx +0 -0
- package/src/product-set/product/fixed-duration-fields/index.ts +0 -0
- package/src/product-set/product/index.ts +0 -0
- package/src/product-set/product/price/ProductPrice.stories.tsx +1 -1
- package/src/product-set/product/price/ProductPriceControl.tsx +0 -1
- package/src/product-set/product/price/index.ts +0 -0
- package/src/product-set/product/quantity/ProductQuantity.stories.tsx +1 -1
- package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +0 -2
- package/src/product-set/product/quantity/ProductQuantityControl.tsx +0 -2
- package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +0 -1
- package/src/product-set/product/quantity/index.ts +0 -0
- package/src/product-set/product/scanRange/{ProductScanRangeControl.stories.ts → ProductScanRangeControl.stories.tsx} +1 -1
- package/src/product-set/product/scanRange/ProductScanRangeControl.tsx +0 -0
- package/src/product-set/product/scanRange/index.ts +0 -0
- package/src/product-set/product-category/ProductCategory.stories.tsx +1 -1
- package/src/product-set/product-category/ProductCategoryControl.tsx +0 -4
- package/src/product-set/product-category/index.ts +0 -0
- package/src/product-set/product-zone/ProductZoneControl.tsx +0 -0
- package/src/product-set/product-zone/index.ts +0 -0
- package/src/product-set/step/Step.stories.tsx +1 -1
- package/src/product-set/step/StepControl.tsx +0 -0
- package/src/product-set/step/index.ts +0 -0
- package/src/product-set/tabs/ProductSetTab.tsx +1 -0
- package/src/product-set/tabs/ProductSetTabs.stories.tsx +1 -1
- package/src/product-set/tabs/ProductSetTabs.tsx +0 -0
- package/src/product-set/tabs/index.ts +0 -0
- package/src/product-set/types/index.ts +0 -0
- package/src/product-set/utils/index.ts +0 -0
- package/src/provider/categories-input/CategoriesInput.stories.tsx +1 -1
- package/src/provider/categories-input/CategoriesInput.tsx +0 -0
- package/src/provider/categories-input/CategoriesInputDescription.tsx +0 -0
- package/src/provider/categories-input/index.ts +0 -0
- package/src/provider/constants.ts +0 -0
- package/src/provider/index.ts +0 -0
- package/src/provider/location-input/LocationInput.stories.tsx +48 -3
- package/src/provider/location-input/LocationInput.tsx +1 -1
- package/src/provider/location-input/LocationInputDescription.tsx +0 -0
- package/src/provider/location-input/components/FormGroupControll.tsx +0 -0
- package/src/provider/location-input/components/index.ts +0 -0
- package/src/provider/location-input/index.ts +0 -0
- package/src/provider/provider-details-input/ProviderDetailsInput.stories.tsx +11 -2
- package/src/provider/provider-details-input/ProviderDetailsInput.tsx +1 -1
- package/src/provider/provider-details-input/index.ts +0 -0
- package/src/provider/provider-form/ProviderForm.stories.tsx +47 -1
- package/src/provider/provider-form/ProviderForm.tsx +0 -0
- package/src/provider/provider-form/index.ts +0 -0
- package/src/provider/provider-links-input/ProviderLinksInput.stories.tsx +1 -1
- package/src/provider/provider-links-input/ProviderLinksInput.tsx +0 -0
- package/src/provider/provider-links-input/index.ts +0 -0
- package/src/provider/venue-form/VenueForm.stories.tsx +50 -1
- package/src/provider/venue-form/VenueForm.tsx +0 -0
- package/src/provider/venue-form/index.ts +0 -0
- package/src/provider/working-hours-input/WorkingHoursInput.stories.tsx +1 -1
- package/src/provider/working-hours-input/WorkingHoursInput.tsx +0 -0
- package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +0 -0
- package/src/provider/working-hours-input/index.ts +0 -0
- package/src/provider/working-hours-input/utils.ts +0 -0
- package/src/radio-card/RadioCard.stories.tsx +1 -1
- package/src/radio-card/RadioCard.tsx +0 -0
- package/src/radio-card/index.ts +0 -0
- package/src/recurrence-input/RecurrenceEndInput.tsx +7 -6
- package/src/recurrence-input/RecurrenceInput.stories.tsx +4 -1
- package/src/recurrence-input/RecurrenceInput.tsx +0 -0
- package/src/recurrence-input/RecurrenceIntervalAndFrequencyInput.tsx +0 -0
- package/src/recurrence-input/RecurrenceMonthlyRepeatByInput.tsx +0 -0
- package/src/recurrence-input/RecurrenceWeekdaysInput.tsx +0 -0
- package/src/recurrence-input/index.ts +0 -0
- package/src/recurrence-input/utils.ts +0 -0
- package/src/recurring-date-picker-input/DatePickerInput.tsx +0 -0
- package/src/recurring-date-picker-input/RecurrenceAndFrequencyInput.tsx +0 -0
- package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +0 -1
- package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +0 -0
- package/src/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.tsx +0 -0
- package/src/recurring-date-picker-input/RecurrenceWeekdaysInput.tsx +0 -0
- package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +1 -1
- package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +0 -0
- package/src/recurring-date-picker-input/index.ts +0 -0
- package/src/recurring-date-picker-input/utils.ts +0 -0
- package/src/report/DataFieldsSelector/DataFieldsSelector.tsx +1 -1
- package/src/report/DataFieldsSelector/index.ts +0 -0
- package/src/report/ReportRunnerModal/ReportRunnerModal.stories.tsx +1 -1
- package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +0 -0
- package/src/report/ReportRunnerModal/index.ts +0 -0
- package/src/report/ReportTypeSelect/ReportTypeSelect.tsx +1 -1
- package/src/report/ReportTypeSelect/index.ts +0 -0
- package/src/report/card/ReportCard.stories.tsx +1 -1
- package/src/report/card/ReportCard.tsx +0 -0
- package/src/report/card/index.ts +0 -0
- package/src/report/form/ReportForm.stories.tsx +1 -1
- package/src/report/form/ReportForm.tsx +2 -2
- package/src/report/form/index.ts +0 -0
- package/src/report/index.ts +0 -0
- package/src/resource/card/ResourceCard.stories.tsx +1 -1
- package/src/resource/card/ResourceCard.tsx +0 -0
- package/src/resource/card/index.ts +0 -0
- package/src/resource/form/ResourceForm.stories.tsx +4 -3
- package/src/resource/form/ResourceForm.tsx +0 -0
- package/src/resource/form/components/CapacityControl.tsx +0 -1
- package/src/resource/form/components/NameControl.tsx +0 -0
- package/src/resource/form/components/SortControl.tsx +0 -1
- package/src/resource/form/components/ZoneControl.tsx +0 -1
- package/src/resource/form/index.ts +0 -0
- package/src/resource/index.ts +0 -0
- package/src/root.css +0 -0
- package/src/sales/booking/index.ts +0 -0
- package/src/sales/booking/results/BookingResults.stories.tsx +1 -1
- package/src/sales/booking/results/BookingResults.tsx +0 -0
- package/src/sales/booking/results/components/ResultCard.tsx +0 -0
- package/src/sales/booking/results/constants.ts +0 -0
- package/src/sales/booking/results/index.ts +0 -0
- package/src/sales/constants.tsx +0 -0
- package/src/sales/coupon/control/CouponFormControl.tsx +0 -7
- package/src/sales/coupon/control/index.ts +0 -0
- package/src/sales/coupon/form/CouponForm.stories.tsx +1 -1
- package/src/sales/coupon/form/CouponFrom.tsx +0 -0
- package/src/sales/coupon/form/index.ts +0 -0
- package/src/sales/coupon/index.tsx +0 -0
- package/src/sales/coupon/utils/index.ts +0 -0
- package/src/sales/filters/SaleFilter.stories.tsx +1 -1
- package/src/sales/filters/SaleFilters.tsx +0 -0
- package/src/sales/filters/index.ts +0 -0
- package/src/sales/guest-profile/index.ts +0 -0
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.stories.tsx +4 -3
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +0 -0
- package/src/sales/guest-profile/previous-bookings/index.ts +0 -0
- package/src/sales/guest-profile/profile/Profile.stories.tsx +1 -1
- package/src/sales/guest-profile/profile/Profile.tsx +2 -5
- package/src/sales/guest-profile/profile/components/ImageHolder/ImageHolder.tsx +0 -0
- package/src/sales/guest-profile/profile/components/ImageHolder/index.ts +0 -0
- package/src/sales/guest-profile/profile/index.ts +0 -0
- package/src/sales/guest-profile/user-metrics/UserMetrics.stories.tsx +1 -1
- package/src/sales/guest-profile/user-metrics/UserMetrics.tsx +0 -0
- package/src/sales/guest-profile/user-metrics/index.ts +0 -0
- package/src/sales/guest-profile/visited-providers/VisitedProviders.stories.tsx +1 -1
- package/src/sales/guest-profile/visited-providers/VisitedProviders.tsx +0 -0
- package/src/sales/guest-profile/visited-providers/index.ts +0 -0
- package/src/sales/index.ts +0 -0
- package/src/sales/life-time-sales/LifeTimeSalesChart.stories.tsx +4 -3
- package/src/sales/life-time-sales/LifeTimeSalesChart.tsx +0 -0
- package/src/sales/life-time-sales/index.ts +0 -0
- package/src/sales/manual-booking/formatDays.ts +0 -0
- package/src/sales/manual-booking/index.ts +0 -0
- package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.stories.tsx +1 -1
- package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.tsx +0 -0
- package/src/sales/manual-booking/number-input-horizontal/index.ts +0 -0
- package/src/sales/manual-booking/search-user/SearchUser.tsx +0 -0
- package/src/sales/manual-booking/search-user/index.ts +0 -0
- package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.stories.tsx +4 -3
- package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.tsx +0 -0
- package/src/sales/manual-booking/select-date-type-control/index.ts +0 -0
- package/src/sales/manual-booking/select-event/SelectEvent.tsx +0 -0
- package/src/sales/manual-booking/select-event/index.ts +0 -0
- package/src/sales/manual-booking/select-menu/SelectMenu.stories.tsx +4 -3
- package/src/sales/manual-booking/select-menu/SelectMenu.tsx +0 -0
- package/src/sales/manual-booking/select-menu/components/MenuButton.tsx +0 -0
- package/src/sales/manual-booking/select-menu/index.ts +0 -0
- package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +0 -0
- package/src/sales/manual-booking/summary/index.ts +0 -0
- package/src/sales/modals/index.ts +0 -0
- package/src/sales/modals/payment-modal/PaymentModal.stories.tsx +5 -4
- package/src/sales/modals/payment-modal/PaymentModal.tsx +6 -1
- package/src/sales/modals/payment-modal/index.ts +0 -0
- package/src/sales/modals/refund-modal/RefundModal.stories.tsx +7 -6
- package/src/sales/modals/refund-modal/RefundModal.tsx +6 -1
- package/src/sales/modals/refund-modal/index.ts +0 -0
- package/src/sales/notes/NotesTable.stories.tsx +1 -1
- package/src/sales/notes/NotesTable.tsx +0 -0
- package/src/sales/notes/NotesTableRow.tsx +0 -0
- package/src/sales/notes/index.ts +0 -0
- package/src/sales/notes/note-form/NoteForm.stories.tsx +1 -1
- package/src/sales/notes/note-form/NoteForm.tsx +0 -0
- package/src/sales/notes/note-form/index.ts +0 -0
- package/src/sales/payment-form/SalePaymentForm.stories.tsx +5 -4
- package/src/sales/payment-form/SalePaymentForm.tsx +0 -0
- package/src/sales/payment-form/components/RyftPayment/RyftPayment.tsx +0 -0
- package/src/sales/payment-form/components/RyftPayment/index.ts +0 -0
- package/src/sales/payment-form/index.ts +0 -0
- package/src/sales/payment-form/types.ts +0 -0
- package/src/sales/sales-and-views/SalesAndViewsChart.stories.tsx +1 -1
- package/src/sales/sales-and-views/SalesAndViewsChart.tsx +0 -0
- package/src/sales/sales-and-views/index.ts +0 -0
- package/src/sales/source-of-sales/SourceOfSalesChart.stories.tsx +1 -1
- package/src/sales/source-of-sales/SourceOfSalesChart.tsx +0 -0
- package/src/sales/source-of-sales/index.ts +0 -0
- package/src/sales/statistics-chart/StatisticsChart.stories.tsx +1 -1
- package/src/sales/statistics-chart/StatisticsChart.tsx +0 -0
- package/src/sales/statistics-chart/index.ts +0 -0
- package/src/setting/dashboard/DashboardSetting.stories.tsx +1 -1
- package/src/setting/dashboard/DashboardSettingForm.tsx +0 -1
- package/src/setting/dashboard/EventSettingForm.tsx +0 -0
- package/src/setting/dashboard/FinancialDataForm.tsx +0 -0
- package/src/setting/dashboard/OtherSettingForm.tsx +0 -0
- package/src/setting/dashboard/ProviderSettingForm.tsx +0 -0
- package/src/setting/dashboard/components/IpInput.stories.tsx +1 -1
- package/src/setting/dashboard/components/IpInput.tsx +0 -0
- package/src/setting/dashboard/index.ts +0 -0
- package/src/setting/dashboard/payments/payments-form/PaymentsForm.stories.tsx +1 -1
- package/src/setting/dashboard/payments/payments-form/PaymentsForm.tsx +0 -0
- package/src/setting/dashboard/payments/payments-modal/PaymentsModal.stories.tsx +1 -1
- package/src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx +0 -0
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.stories.tsx +4 -3
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +0 -2
- package/src/setting/dashboard/snippet-templates/card/index.ts +0 -0
- package/src/setting/dashboard/snippets/card/SnippetCard.stories.tsx +1 -1
- package/src/setting/dashboard/snippets/card/SnippetCard.tsx +0 -0
- package/src/setting/dashboard/snippets/card/index.ts +0 -0
- package/src/setting/index.ts +0 -0
- package/src/sidebar/elements/Elements.stories.tsx +1 -1
- package/src/sidebar/elements/ReturnBack.tsx +0 -0
- package/src/sidebar/elements/index.ts +0 -0
- package/src/sidebar/index.ts +0 -0
- package/src/slide-curtain/SlideCurtain.stories.tsx +1 -1
- package/src/slide-curtain/SlideCurtain.tsx +0 -0
- package/src/slide-curtain/index.ts +0 -0
- package/src/snippet/index.ts +0 -0
- package/src/snippet/snippet-template/SnippetTemplate.stories.tsx +4 -3
- package/src/snippet/snippet-template/SnippetTemplate.tsx +0 -0
- package/src/snippet/snippet-template/context/index.ts +0 -0
- package/src/snippet/snippet-template/context/snippetTemplate.tsx +1 -0
- package/src/snippet/snippet-template/context/snippetTemplateLoading.tsx +0 -0
- package/src/snippet/snippet-template/context/snippetTemplateView.tsx +1 -0
- package/src/snippet/snippet-template/control/Control.stories.tsx +1 -1
- package/src/snippet/snippet-template/control/PropertyControl.tsx +0 -0
- package/src/snippet/snippet-template/control/index.ts +0 -0
- package/src/snippet/snippet-template/form/SnippetTemplateForm.stories.tsx +6 -4
- package/src/snippet/snippet-template/form/SnippetTemplateForm.tsx +0 -1
- package/src/snippet/snippet-template/form/index.ts +0 -0
- package/src/snippet/snippet-template/index.ts +0 -0
- package/src/snippet/snippet-template/preview/Preview.stories.tsx +1 -1
- package/src/snippet/snippet-template/preview/Preview.tsx +0 -1
- package/src/snippet/snippet-template/preview/index.ts +0 -0
- package/src/snippet/snippet-template/settings/SettingButton.tsx +0 -0
- package/src/snippet/snippet-template/settings/Settings.stories.tsx +1 -1
- package/src/snippet/snippet-template/settings/index.ts +0 -0
- package/src/snippet/snippet-template/utils/index.ts +9 -0
- package/src/sortable-fields/SortableFieldItem.tsx +0 -0
- package/src/sortable-fields/SortableFieldList.tsx +0 -0
- package/src/sortable-fields/index.ts +0 -0
- package/src/sortable-list/CreateSortableListItem.tsx +0 -0
- package/src/sortable-list/SortableList.stories.tsx +1 -1
- package/src/sortable-list/SortableList.tsx +0 -0
- package/src/sortable-list/index.ts +0 -0
- package/src/sortable-tree/SortableTree.stories.tsx +1 -1
- package/src/sortable-tree/SortableTree.tsx +1 -1
- package/src/sortable-tree/SortableTreeItem.stories.tsx +13 -15
- package/src/sortable-tree/SortableTreeItem.tsx +0 -0
- package/src/sortable-tree/index.ts +0 -0
- package/src/sorting-select/SortingSelect.stories.tsx +1 -1
- package/src/sorting-select/SortingSelect.tsx +0 -0
- package/src/sorting-select/index.ts +0 -0
- package/src/static/CountryCodeSelect.tsx +2 -2
- package/src/static/CountrySelect.tsx +0 -0
- package/src/static/CurrencyNumberInput.tsx +0 -1
- package/src/static/FormCard.tsx +0 -0
- package/src/static/Image.tsx +0 -0
- package/src/static/RestrictedAccess.tsx +0 -0
- package/src/static/SocialButton.tsx +0 -0
- package/src/static/Static.stories.tsx +0 -0
- package/src/static/StyledButton.tsx +0 -0
- package/src/static/TextField.tsx +0 -0
- package/src/static/UserBadge.tsx +0 -0
- package/src/static/WarningMessage.tsx +0 -0
- package/src/static/date-range-input/DateRangeInput.stories.tsx +1 -1
- package/src/static/date-range-input/DateRangeInput.tsx +0 -0
- package/src/static/date-range-input/index.ts +0 -0
- package/src/static/date-range-input/utils/index.ts +0 -0
- package/src/static/form-number-input/FormNumberInput.stories.tsx +1 -1
- package/src/static/form-number-input/FormNumberInput.tsx +0 -1
- package/src/static/form-number-input/index.ts +0 -0
- package/src/static/images/DefaultUserImage.tsx +0 -0
- package/src/static/images/Images.stories.tsx +0 -0
- package/src/static/images/index.ts +0 -0
- package/src/static/index.ts +0 -0
- package/src/static/loader/BlockLoader.tsx +0 -0
- package/src/static/loader/ButtonLoader.tsx +0 -0
- package/src/static/loader/FullScreenLoader.tsx +0 -0
- package/src/static/loader/Loader.stories.tsx +1 -1
- package/src/static/loader/LoaderIndicator.tsx +0 -0
- package/src/static/loader/PaymentLoader.tsx +0 -0
- package/src/static/loader/SnippetLoader.tsx +0 -0
- package/src/static/loader/index.ts +0 -0
- package/src/static/manual-date-picker/ManualDatePicker.tsx +0 -0
- package/src/static/manual-date-picker/constants/index.ts +0 -0
- package/src/static/manual-date-picker/hooks/useManualDatePicker.ts +0 -0
- package/src/static/manual-date-picker/index.ts +0 -0
- package/src/static/manual-date-picker/utils/index.ts +0 -0
- package/src/static/number-input/NumberInput.stories.tsx +1 -1
- package/src/static/number-input/NumberInput.tsx +0 -1
- package/src/static/number-input/index.ts +0 -0
- package/src/static/switch/BooleanSwitch.stories.tsx +1 -1
- package/src/static/switch/BooleanSwitch.tsx +0 -0
- package/src/static/switch/Switch.stories.tsx +1 -1
- package/src/static/switch/Switch.tsx +0 -0
- package/src/static/switch/index.ts +0 -0
- package/src/static/tabs/Tab.tsx +1 -0
- package/src/static/tabs/Tabs.tsx +0 -0
- package/src/static/tabs/index.ts +1 -0
- package/src/static/text-expand/TextExpand.stories.tsx +1 -1
- package/src/static/text-expand/TextExpand.tsx +0 -0
- package/src/static/text-expand/index.ts +0 -0
- package/src/striped-static-table/StripedStaticTable.stories.tsx +1 -1
- package/src/striped-static-table/StripedStaticTable.tsx +0 -0
- package/src/striped-static-table/index.ts +0 -0
- package/src/styles/activity-card/ActivitiesCard.scss +0 -0
- package/src/styles/activity-card/ListActivitiesCard.scss +0 -0
- package/src/styles/activity-card/_index.scss +0 -0
- package/src/styles/affiliate/AffiliateCard.scss +0 -0
- package/src/styles/affiliate/AffiliateForm.scss +0 -0
- package/src/styles/affiliate/_index.scss +0 -0
- package/src/styles/auth/AccessDenied.scss +0 -0
- package/src/styles/auth/_index.scss +0 -0
- package/src/styles/availability-indicator/AvailabilityIndicator.scss +0 -0
- package/src/styles/availability-indicator/_index.scss +0 -0
- package/src/styles/back-button/BackButton.scss +0 -0
- package/src/styles/back-button/_index.scss +0 -0
- package/src/styles/company-user-form/UserForm.scss +0 -0
- package/src/styles/company-user-form/_index.scss +0 -0
- package/src/styles/custom-fields/CreateSortableListItem.scss +0 -0
- package/src/styles/custom-fields/FieldItem.scss +0 -0
- package/src/styles/custom-fields/SelectFieldModal.scss +0 -0
- package/src/styles/custom-fields/_index.scss +0 -0
- package/src/styles/customers/Filter.scss +0 -0
- package/src/styles/customers/_index.scss +0 -0
- package/src/styles/date-time-button/DateTimeButton.scss +0 -0
- package/src/styles/date-time-button/_index.scss +0 -0
- package/src/styles/error/ErrorFallback.scss +0 -0
- package/src/styles/error/_index.scss +0 -0
- package/src/styles/events/EditEventModal.scss +0 -0
- package/src/styles/events/EventCard.scss +0 -0
- package/src/styles/events/EventStatisticModal.scss +0 -0
- package/src/styles/events/EventVenueMap.scss +0 -0
- package/src/styles/events/_index.scss +0 -0
- package/src/styles/file-upload/FileUpload.scss +0 -0
- package/src/styles/file-upload/ImagePreview.scss +0 -0
- package/src/styles/file-upload/_index.scss +0 -0
- package/src/styles/form/CustomCheckbox.scss +0 -0
- package/src/styles/form/CustomRadio.scss +0 -0
- package/src/styles/form/Input.scss +0 -0
- package/src/styles/form/InputGroup.scss +0 -0
- package/src/styles/form/_index.scss +0 -0
- package/src/styles/header/Header.scss +0 -0
- package/src/styles/header/_index.scss +0 -0
- package/src/styles/header/elements/CompanySelector.scss +0 -0
- package/src/styles/header/elements/_index.scss +0 -0
- package/src/styles/help/Example.scss +0 -0
- package/src/styles/help/_index.scss +0 -0
- package/src/styles/iframe-events/Calendar.scss +1 -1
- package/src/styles/iframe-events/CalendarSelect.scss +0 -0
- package/src/styles/iframe-events/Card.scss +0 -0
- package/src/styles/iframe-events/CategoryStepsForm.scss +0 -0
- package/src/styles/iframe-events/Event.scss +0 -0
- package/src/styles/iframe-events/EventBookingForm.scss +0 -0
- package/src/styles/iframe-events/EventBookingProducts.scss +0 -0
- package/src/styles/iframe-events/EventBookingView.scss +0 -0
- package/src/styles/iframe-events/EventForm.scss +0 -0
- package/src/styles/iframe-events/EventNavigationFooter.scss +0 -0
- package/src/styles/iframe-events/EventOrderShortSummary.scss +0 -0
- package/src/styles/iframe-events/EventOrderSummary.scss +0 -0
- package/src/styles/iframe-events/EventProductSets.scss +0 -0
- package/src/styles/iframe-events/EventStepVenueMapZones.scss +0 -0
- package/src/styles/iframe-events/EventTables.scss +0 -0
- package/src/styles/iframe-events/PoweredBy.scss +0 -0
- package/src/styles/iframe-events/TicketDescription.scss +0 -0
- package/src/styles/iframe-events/_index.scss +0 -0
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/src/styles/iframe-external-modal/_index.scss +0 -0
- package/src/styles/iframe-order-process/IframeOrderProcess.scss +0 -0
- package/src/styles/iframe-order-process/_index.scss +0 -0
- package/src/styles/iframe-page/Page.scss +2 -2
- package/src/styles/iframe-page/PageBody.scss +0 -0
- package/src/styles/iframe-page/PageHeader.scss +0 -0
- package/src/styles/iframe-page/_index.scss +0 -0
- package/src/styles/iframe-payments/PaymentForm.scss +0 -0
- package/src/styles/iframe-payments/_index.scss +0 -0
- package/src/styles/image-radio-input/_index.scss +0 -0
- package/src/styles/layout/BackgroundVideoContainer.scss +0 -0
- package/src/styles/layout/_index.scss +0 -0
- package/src/styles/logo/Logo.scss +0 -0
- package/src/styles/logo/_index.scss +0 -0
- package/src/styles/modals/Modals.scss +0 -0
- package/src/styles/modals/_index.scss +0 -0
- package/src/styles/notification/Notification.scss +0 -0
- package/src/styles/notification/_index.scss +0 -0
- package/src/styles/order-items-table/OrderItemsTable.scss +0 -0
- package/src/styles/order-items-table/_index.scss +0 -0
- package/src/styles/overrides/_functions.scss +1 -1
- package/src/styles/packages.scss +0 -0
- package/src/styles/product-set/CreateProductSetItem.scss +0 -0
- package/src/styles/product-set/DateAndRecurrenceInput.scss +0 -0
- package/src/styles/product-set/EditCategoryModal.scss +0 -0
- package/src/styles/product-set/EditProductModal.scss +0 -0
- package/src/styles/product-set/EditProductSetElement.scss +0 -0
- package/src/styles/product-set/EditStepModal.scss +0 -0
- package/src/styles/product-set/EditVenueMapSetModal.scss +0 -0
- package/src/styles/product-set/EditZoneSettingModal.scss +0 -0
- package/src/styles/product-set/ProductSetCard.scss +0 -0
- package/src/styles/product-set/ProductSetForm.scss +0 -0
- package/src/styles/product-set/ProductSetPopover.scss +0 -0
- package/src/styles/product-set/ProductSetTabs.scss +0 -0
- package/src/styles/product-set/SelectCategoryModal.scss +0 -0
- package/src/styles/product-set/TutorialGifCard.scss +0 -0
- package/src/styles/product-set/_index.scss +0 -0
- package/src/styles/providers/Providers.scss +0 -0
- package/src/styles/providers/_index.scss +0 -0
- package/src/styles/radio-card/_index.scss +0 -0
- package/src/styles/report/ReportCard.scss +0 -0
- package/src/styles/report/ReportEditorModal.scss +0 -0
- package/src/styles/report/ReportRunnerModal.scss +0 -0
- package/src/styles/report/_index.scss +0 -0
- package/src/styles/resources-blocking/_index.scss +0 -0
- package/src/styles/ryft-payment-form/RyftPaymentForm.scss +3 -1
- package/src/styles/ryft-payment-form/_index.scss +0 -0
- package/src/styles/sales/BookingFilter.scss +0 -0
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/styles/sales/BookingTabs.scss +0 -0
- package/src/styles/sales/Charts.scss +0 -0
- package/src/styles/sales/Filters.scss +0 -0
- package/src/styles/sales/GuestProfile.scss +0 -0
- package/src/styles/sales/LifeTimeSales.scss +0 -0
- package/src/styles/sales/ManualBooking.scss +0 -0
- package/src/styles/sales/Notes.scss +0 -0
- package/src/styles/sales/RandomColors.scss +0 -0
- package/src/styles/sales/SalePaymentForm.scss +0 -0
- package/src/styles/sales/SalesAndViews.scss +0 -0
- package/src/styles/sales/SourceOfSales.scss +0 -0
- package/src/styles/sales/Statistics.scss +0 -0
- package/src/styles/sales/_index.scss +0 -0
- package/src/styles/sales/_mixins.scss +0 -0
- package/src/styles/setting/_index.scss +0 -0
- package/src/styles/setting/dashboard/IpInput.scss +0 -0
- package/src/styles/setting/dashboard/_index.scss +0 -0
- package/src/styles/sidebar/_index.scss +0 -0
- package/src/styles/sidebar/elements/ReturnBack.scss +0 -0
- package/src/styles/sidebar/elements/_index.scss +0 -0
- package/src/styles/skeleton/_index.scss +0 -0
- package/src/styles/snippet-templates/SnippetTemplate.scss +6 -0
- package/src/styles/snippet-templates/SnippetTemplateCard.scss +0 -0
- package/src/styles/snippet-templates/_index.scss +0 -0
- package/src/styles/snippet-templates/_snippetVariables.scss +6 -0
- package/src/styles/sortable-field/SortableField.scss +0 -0
- package/src/styles/sortable-field/_index.scss +0 -0
- package/src/styles/sortable-tree/Item.scss +0 -0
- package/src/styles/sortable-tree/_index.scss +0 -0
- package/src/styles/static/CountrySelect.scss +0 -0
- package/src/styles/static/CurrencyNumberInput.scss +0 -0
- package/src/styles/static/DateRangeInput.scss +0 -0
- package/src/styles/static/FormCard.scss +0 -0
- package/src/styles/static/Loader.scss +0 -0
- package/src/styles/static/NumberInput.scss +0 -0
- package/src/styles/static/SlideCurtain.scss +0 -0
- package/src/styles/static/SocialButton.scss +0 -0
- package/src/styles/static/Switch.scss +0 -0
- package/src/styles/static/Tabs.scss +0 -0
- package/src/styles/static/TextExpand.scss +0 -0
- package/src/styles/static/UserBadge.scss +0 -0
- package/src/styles/static/_index.scss +0 -0
- package/src/styles/striped-static-table/_index.scss +0 -0
- package/src/styles/table/Table.scss +0 -0
- package/src/styles/table/_index.scss +0 -0
- package/src/styles/themes/bookedit/_fonts.scss +2 -0
- package/src/styles/themes/bookedit/_variables.scss +0 -0
- package/src/styles/themes/bookedit/index.scss +0 -0
- package/src/styles/themes/licklist/_fonts.scss +0 -0
- package/src/styles/themes/licklist/_variables.scss +0 -0
- package/src/styles/themes/licklist/index.scss +0 -0
- package/src/styles/tiptap-editor/TiptapEditor.scss +0 -0
- package/src/styles/tiptap-editor/_index.scss +0 -0
- package/src/styles/venue-map-sets/VenueMapSetCard.scss +0 -0
- package/src/styles/venue-map-sets/VenueMapSetForm.scss +0 -0
- package/src/styles/venue-map-sets/_index.scss +0 -0
- package/src/styles/virtualized/_index.scss +0 -0
- package/src/styles/zones/ZoneCard.scss +0 -0
- package/src/styles/zones/ZoneForm.scss +0 -0
- package/src/styles/zones/ZoneRecurrencesControl.scss +0 -0
- package/src/styles/zones/_index.scss +0 -0
- package/src/table/FilterHelperComponent.tsx +0 -0
- package/src/table/MenuButton.tsx +0 -0
- package/src/table/PaginationHelperComponent.tsx +0 -0
- package/src/table/PerPageHelperComponent.tsx +0 -0
- package/src/table/ReactTableHelperComponent.tsx +1 -1
- package/src/table/StaticTable.tsx +0 -0
- package/src/table/Table.stories.tsx +4 -25
- package/src/table/TableHelperComponent.tsx +0 -0
- package/src/table/hooks/useTableQueryOptions.ts +0 -0
- package/src/table/index.ts +0 -0
- package/src/table/types.ts +0 -0
- package/src/table/utils/index.ts +0 -0
- package/src/theme/Theme.stories.tsx +0 -0
- package/src/tiptap-editor/TipTapEditor.stories.tsx +1 -1
- package/src/tiptap-editor/TipTapEditor.tsx +0 -0
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +28 -4
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.tsx +0 -0
- package/src/tiptap-editor/TipTapMenu/components/TipTapMenuItem.tsx +0 -0
- package/src/tiptap-editor/TipTapMenu/components/index.ts +0 -0
- package/src/tiptap-editor/TipTapMenu/extensions/EMOJIS.ts +0 -0
- package/src/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.ts +0 -0
- package/src/tiptap-editor/TipTapMenu/extensions/constants.ts +0 -0
- package/src/tiptap-editor/TipTapMenu/extensions/utils.ts +0 -0
- package/src/tiptap-editor/TipTapMenu/index.ts +0 -0
- package/src/tiptap-editor/index.ts +0 -0
- package/src/typeahead/Typeahead.stories.tsx +0 -0
- package/src/typeahead/Typeahead.tsx +0 -0
- package/src/typeahead/index.ts +0 -0
- package/src/typeahead-helper/TypeaheadHelperComponent.tsx +0 -0
- package/src/typeahead-helper/index.ts +0 -0
- package/src/types/bookings.ts +0 -0
- package/src/types/categories.ts +0 -0
- package/src/types/generic/SelectItem.ts +0 -0
- package/src/types/iframe.ts +0 -0
- package/src/types/index.ts +0 -0
- package/src/types/provider-links.ts +0 -0
- package/src/types/static/HTMLInputDateElement.ts +0 -0
- package/src/types/static/ILoaderOptions.ts +0 -0
- package/src/typings.d.ts +0 -0
- package/src/v2/components/ActionMenu/ActionMenu.scss +93 -0
- package/src/v2/components/ActionMenu/ActionMenu.stories.tsx +58 -0
- package/src/v2/components/ActionMenu/ActionMenu.tsx +114 -0
- package/src/v2/components/ActionMenu/index.ts +1 -0
- package/src/v2/components/Alert/Alert.scss +175 -0
- package/src/v2/components/Alert/Alert.stories.tsx +176 -0
- package/src/v2/components/Alert/Alert.tsx +85 -0
- package/src/v2/components/Alert/assets/alert-icon.svg +3 -0
- package/src/v2/components/Alert/assets/error-icon.svg +3 -0
- package/src/v2/components/Alert/assets/info-icon.svg +3 -0
- package/src/v2/components/Alert/assets/success-icon.svg +3 -0
- package/src/v2/components/Alert/index.ts +2 -0
- package/src/v2/components/AvatarUpload/AvatarUpload.scss +68 -0
- package/src/v2/components/AvatarUpload/AvatarUpload.stories.tsx +83 -0
- package/src/v2/components/AvatarUpload/AvatarUpload.tsx +69 -0
- package/src/v2/components/AvatarUpload/index.ts +1 -0
- package/src/v2/components/Badge/Badge.scss +84 -0
- package/src/v2/components/Badge/Badge.tsx +28 -0
- package/src/v2/components/Badge/index.ts +1 -0
- package/src/v2/components/Button/Button.scss +19 -0
- package/src/v2/components/Button/Button.stories.tsx +93 -0
- package/src/v2/components/Button/Button.tsx +74 -0
- package/src/v2/components/Button/GhostButton.scss +63 -0
- package/src/v2/components/Button/GhostButton.tsx +28 -0
- package/src/v2/components/Button/index.ts +5 -0
- package/src/v2/components/Checkbox/Checkbox.scss +211 -0
- package/src/v2/components/Checkbox/Checkbox.stories.tsx +316 -0
- package/src/v2/components/Checkbox/Checkbox.tsx +106 -0
- package/src/v2/components/Checkbox/index.ts +3 -0
- package/src/v2/components/Customer/CustomerDetail.scss +193 -0
- package/src/v2/components/Customer/CustomersList.scss +890 -0
- package/src/v2/components/DataTable/DataTable.scss +181 -0
- package/src/v2/components/DataTable/DataTable.tsx +256 -0
- package/src/v2/components/DataTable/index.ts +7 -0
- package/src/v2/components/EmptyState/EmptyState.scss +39 -0
- package/src/v2/components/EmptyState/EmptyState.stories.tsx +45 -0
- package/src/v2/components/EmptyState/EmptyState.tsx +37 -0
- package/src/v2/components/EmptyState/index.ts +2 -0
- package/src/v2/components/EntityHeader/EntityHeader.scss +133 -0
- package/src/v2/components/EntityHeader/EntityHeader.stories.tsx +103 -0
- package/src/v2/components/EntityHeader/EntityHeader.tsx +76 -0
- package/src/v2/components/EntityHeader/index.ts +1 -0
- package/src/v2/components/FormField/FormField.scss +122 -0
- package/src/v2/components/FormField/FormField.stories.tsx +71 -0
- package/src/v2/components/FormField/FormField.tsx +49 -0
- package/src/v2/components/FormField/index.ts +3 -0
- package/src/v2/components/IconButton/IconButton.scss +81 -0
- package/src/v2/components/IconButton/IconButton.stories.tsx +51 -0
- package/src/v2/components/IconButton/IconButton.tsx +50 -0
- package/src/v2/components/IconButton/index.ts +2 -0
- package/src/v2/components/InfoGrid/InfoGrid.scss +51 -0
- package/src/v2/components/InfoGrid/InfoGrid.stories.tsx +76 -0
- package/src/v2/components/InfoGrid/InfoGrid.tsx +28 -0
- package/src/v2/components/InfoGrid/index.ts +1 -0
- package/src/v2/components/InputCheckbox/InputCheckbox.scss +53 -0
- package/src/v2/components/InputCheckbox/InputCheckbox.tsx +24 -0
- package/src/v2/components/InputCheckbox/index.ts +2 -0
- package/src/v2/components/Modal/DeleteModal.scss +254 -0
- package/src/v2/components/Modal/DeleteModal.tsx +102 -0
- package/src/v2/components/Modal/index.ts +3 -0
- package/src/v2/components/NPSScore/NPSScore.scss +306 -0
- package/src/v2/components/NPSScore/NPSScore.stories.tsx +29 -0
- package/src/v2/components/NPSScore/NPSScore.tsx +208 -0
- package/src/v2/components/NPSScore/index.ts +2 -0
- package/src/v2/components/NewInput/NewInput.stories.tsx +418 -0
- package/src/v2/components/NewInput/NewInput.tsx +122 -0
- package/src/v2/components/NewInput/index.ts +1 -0
- package/src/v2/components/NewPageHeader/NewPageHeader.scss +50 -0
- package/src/v2/components/NewPageHeader/NewPageHeader.stories.tsx +72 -0
- package/src/v2/components/NewPageHeader/NewPageHeader.tsx +42 -0
- package/src/v2/components/NewPageHeader/index.ts +1 -0
- package/src/v2/components/NewTable/NewTable.scss +128 -0
- package/src/v2/components/NewTable/NewTable.tsx +92 -0
- package/src/v2/components/NewTable/index.ts +1 -0
- package/src/v2/components/NewTabs/NewTabs.scss +70 -0
- package/src/v2/components/NewTabs/NewTabs.tsx +47 -0
- package/src/v2/components/NewTabs/index.ts +1 -0
- package/src/v2/components/Pagination/Pagination.scss +142 -0
- package/src/v2/components/Pagination/Pagination.tsx +80 -0
- package/src/v2/components/Pagination/index.ts +1 -0
- package/src/v2/components/QuickFilter/QuickFilter.scss +77 -0
- package/src/v2/components/QuickFilter/QuickFilter.tsx +51 -0
- package/src/v2/components/QuickFilter/index.ts +1 -0
- package/src/v2/components/RadioCard/RadioCard.scss +76 -0
- package/src/v2/components/RadioCard/RadioCard.stories.tsx +115 -0
- package/src/v2/components/RadioCard/RadioCard.tsx +68 -0
- package/src/v2/components/RadioCard/index.ts +1 -0
- package/src/v2/components/SectionHeader/SectionHeader.scss +11 -0
- package/src/v2/components/SectionHeader/SectionHeader.tsx +13 -0
- package/src/v2/components/SectionHeader/index.ts +2 -0
- package/src/v2/components/Select/Select.scss +225 -0
- package/src/v2/components/Select/Select.stories.tsx +240 -0
- package/src/v2/components/Select/Select.tsx +85 -0
- package/src/v2/components/Select/index.ts +2 -0
- package/src/v2/components/StatusBadge/StatusBadge.scss +53 -0
- package/src/v2/components/StatusBadge/StatusBadge.tsx +31 -0
- package/src/v2/components/StatusBadge/index.ts +2 -0
- package/src/v2/components/StepIndicator/StepIndicator.scss +62 -0
- package/src/v2/components/StepIndicator/StepIndicator.stories.tsx +37 -0
- package/src/v2/components/StepIndicator/StepIndicator.tsx +41 -0
- package/src/v2/components/StepIndicator/index.ts +1 -0
- package/src/v2/components/TableControls/TableControls.scss +63 -0
- package/src/v2/components/TableControls/TableControls.tsx +110 -0
- package/src/v2/components/TableControls/index.ts +7 -0
- package/src/v2/components/TableSortIcon/TableSortIcon.tsx +18 -0
- package/src/v2/components/TableSortIcon/index.ts +1 -0
- package/src/v2/components/Tabs/Tabs.scss +36 -0
- package/src/v2/components/Tabs/Tabs.stories.tsx +75 -0
- package/src/v2/components/Tabs/Tabs.tsx +52 -0
- package/src/v2/components/Tabs/index.ts +2 -0
- package/src/v2/components/Tooltip/Tooltip.scss +92 -0
- package/src/v2/components/Tooltip/Tooltip.stories.tsx +164 -0
- package/src/v2/components/Tooltip/Tooltip.tsx +64 -0
- package/src/v2/components/Tooltip/index.ts +8 -0
- package/src/v2/components/UserAvatar/UserAvatar.scss +62 -0
- package/src/v2/components/UserAvatar/UserAvatar.stories.tsx +94 -0
- package/src/v2/components/UserAvatar/UserAvatar.tsx +96 -0
- package/src/v2/components/UserAvatar/index.ts +1 -0
- package/src/v2/components/UserPanel/UserPanel.scss +195 -0
- package/src/v2/components/UserPanel/UserPanel.stories.tsx +66 -0
- package/src/v2/components/UserPanel/UserPanel.tsx +126 -0
- package/src/v2/components/UserPanel/index.ts +2 -0
- package/src/v2/components/WYSIWYGEditor/Icons.tsx +93 -0
- package/src/v2/components/WYSIWYGEditor/WYSIWYGEditor.scss +310 -0
- package/src/v2/components/WYSIWYGEditor/WYSIWYGEditor.stories.tsx +252 -0
- package/src/v2/components/WYSIWYGEditor/WYSIWYGEditor.tsx +393 -0
- package/src/v2/components/WYSIWYGEditor/index.ts +3 -0
- package/src/v2/components/WaiverSettings/WaiverSettings.scss +149 -0
- package/src/v2/components/WaiverSettings/index.ts +3 -0
- package/src/v2/components/ZoneCard/AddResourceButton.tsx +20 -0
- package/src/v2/components/ZoneCard/ResourceRow.tsx +115 -0
- package/src/v2/components/ZoneCard/ZoneCard.scss +226 -0
- package/src/v2/components/ZoneCard/ZoneCard.stories.tsx +137 -0
- package/src/v2/components/ZoneCard/ZoneCard.tsx +69 -0
- package/src/v2/components/ZoneCard/ZoneContainer.tsx +26 -0
- package/src/v2/components/ZoneCard/ZoneHeader.tsx +84 -0
- package/src/v2/components/ZoneCard/index.ts +14 -0
- package/src/v2/components/index.ts +148 -0
- package/src/v2/dashboard-analytics/blog-posts/Blog.scss +92 -0
- package/src/v2/dashboard-analytics/blog-posts/Blog.stories.tsx +57 -0
- package/src/v2/dashboard-analytics/blog-posts/Blog.tsx +91 -0
- package/src/v2/dashboard-analytics/blog-posts/index.ts +2 -0
- package/src/v2/dashboard-analytics/chart/Chart.scss +424 -0
- package/src/v2/dashboard-analytics/chart/Chart.stories.tsx +157 -0
- package/src/v2/dashboard-analytics/chart/Chart.tsx +623 -0
- package/src/v2/dashboard-analytics/chart/index.ts +2 -0
- package/src/v2/dashboard-analytics/dashboard/Dashboard.scss +254 -0
- package/src/v2/dashboard-analytics/dashboard/Dashboard.stories.tsx +298 -0
- package/src/v2/dashboard-analytics/dashboard/Dashboard.tsx +248 -0
- package/src/v2/dashboard-analytics/dashboard/index.ts +2 -0
- package/src/v2/dashboard-analytics/index.ts +12 -0
- package/src/v2/dashboard-analytics/metric-card/MetricCard.scss +140 -0
- package/src/v2/dashboard-analytics/metric-card/MetricCard.stories.tsx +106 -0
- package/src/v2/dashboard-analytics/metric-card/MetricCard.tsx +75 -0
- package/src/v2/dashboard-analytics/metric-card/index.ts +2 -0
- package/src/v2/dashboard-analytics/venue-card/VenueCard.scss +112 -0
- package/src/v2/dashboard-analytics/venue-card/VenueCard.stories.tsx +40 -0
- package/src/v2/dashboard-analytics/venue-card/VenueCard.tsx +62 -0
- package/src/v2/dashboard-analytics/venue-card/index.ts +2 -0
- package/src/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.scss +129 -0
- package/src/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.stories.tsx +31 -0
- package/src/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.tsx +61 -0
- package/src/v2/dashboard-analytics/venue-closed-card/index.ts +2 -0
- package/src/v2/design-system/colors/ColorSystem.scss +439 -0
- package/src/v2/design-system/colors/ColorSystem.stories.tsx +730 -0
- package/src/v2/design-system/typography/Typography.scss +295 -0
- package/src/v2/design-system/typography/Typography.stories.tsx +109 -0
- package/src/v2/hooks/useAuth.ts +40 -0
- package/src/v2/icons/Icons.stories.tsx +253 -0
- package/src/v2/icons/index.tsx +611 -0
- package/src/v2/index.ts +215 -0
- package/src/v2/navigation/DashboardLayout/AdminSidebar.scss +207 -0
- package/src/v2/navigation/DashboardLayout/AdminSidebar.tsx +171 -0
- package/src/v2/navigation/DashboardLayout/DashboardFooter.scss +30 -0
- package/src/v2/navigation/DashboardLayout/DashboardFooter.tsx +25 -0
- package/src/v2/navigation/DashboardLayout/DashboardLayout.scss +98 -0
- package/src/v2/navigation/DashboardLayout/DashboardLayout.stories.tsx +370 -0
- package/src/v2/navigation/DashboardLayout/DashboardLayout.tsx +234 -0
- package/src/v2/navigation/DashboardLayout/ProviderSidebar.scss +312 -0
- package/src/v2/navigation/DashboardLayout/ProviderSidebar.tsx +268 -0
- package/src/v2/navigation/DashboardLayout/Sidebar.stories.tsx +220 -0
- package/src/v2/navigation/DashboardLayout/TopNavigation.scss +207 -0
- package/src/v2/navigation/DashboardLayout/TopNavigation.tsx +279 -0
- package/src/v2/navigation/DashboardLayout/assets/AdminLogo.png +0 -0
- package/src/v2/navigation/DashboardLayout/assets/BookedLogo_Mark.png +0 -0
- package/src/v2/navigation/DashboardLayout/index.ts +23 -0
- package/src/v2/navigation/FigmasAdminSideBar/FigmasAdminSideBar.scss +148 -0
- package/src/v2/navigation/FigmasAdminSideBar/FigmasAdminSideBar.stories.tsx +132 -0
- package/src/v2/navigation/FigmasAdminSideBar/FigmasAdminSideBar.tsx +272 -0
- package/src/v2/navigation/FigmasAdminSideBar/index.ts +2 -0
- package/src/v2/navigation/FigmasSideBar/FigmasSideBar.scss +214 -0
- package/src/v2/navigation/FigmasSideBar/FigmasSideBar.stories.tsx +164 -0
- package/src/v2/navigation/FigmasSideBar/FigmasSideBar.tsx +310 -0
- package/src/v2/navigation/FigmasSideBar/index.ts +2 -0
- package/src/v2/navigation/FigmasTopHat/FigmasTopHat.scss +291 -0
- package/src/v2/navigation/FigmasTopHat/FigmasTopHat.stories.tsx +201 -0
- package/src/v2/navigation/FigmasTopHat/FigmasTopHat.tsx +158 -0
- package/src/v2/navigation/FigmasTopHat/assets/bell-icon.svg +3 -0
- package/src/v2/navigation/FigmasTopHat/assets/disc-icon.svg +4 -0
- package/src/v2/navigation/FigmasTopHat/assets/inbox-icon.svg +3 -0
- package/src/v2/navigation/FigmasTopHat/assets/logo-desktop-1.svg +3 -0
- package/src/v2/navigation/FigmasTopHat/assets/logo-desktop-2.svg +4 -0
- package/src/v2/navigation/FigmasTopHat/assets/user-icon.svg +4 -0
- package/src/v2/navigation/FigmasTopHat/index.ts +2 -0
- package/src/v2/navigation/Navigation/Navigation.scss +15 -0
- package/src/v2/navigation/Navigation/Navigation.stories.tsx +137 -0
- package/src/v2/navigation/Navigation/Navigation.tsx +127 -0
- package/src/v2/navigation/Navigation/index.ts +3 -0
- package/src/v2/navigation/NavigationItem/NavigationItem.scss +61 -0
- package/src/v2/navigation/NavigationItem/NavigationItem.stories.tsx +110 -0
- package/src/v2/navigation/NavigationItem/NavigationItem.tsx +38 -0
- package/src/v2/navigation/NavigationItem/index.ts +3 -0
- package/src/v2/navigation/NavigationSection/NavigationSection.scss +20 -0
- package/src/v2/navigation/NavigationSection/NavigationSection.tsx +19 -0
- package/src/v2/navigation/NavigationSection/index.ts +3 -0
- package/src/v2/navigation/SideBarToggleLarge/SideBarToggleLarge.scss +64 -0
- package/src/v2/navigation/SideBarToggleLarge/SideBarToggleLarge.stories.tsx +183 -0
- package/src/v2/navigation/SideBarToggleLarge/SideBarToggleLarge.tsx +30 -0
- package/src/v2/navigation/SideBarToggleLarge/assets/sidebar-icon.svg +5 -0
- package/src/v2/navigation/SideBarToggleLarge/index.ts +2 -0
- package/src/v2/navigation/SidebarUserElement/SidebarUserElement.scss +148 -0
- package/src/v2/navigation/SidebarUserElement/SidebarUserElement.stories.tsx +342 -0
- package/src/v2/navigation/SidebarUserElement/SidebarUserElement.tsx +113 -0
- package/src/v2/navigation/SidebarUserElement/index.ts +2 -0
- package/src/v2/navigation/SidebarWithAuth.stories.tsx +208 -0
- package/src/v2/navigation/SidebarWithAuth.tsx +49 -0
- package/src/v2/navigation/TopHatControlDisc/TopHatControlDisc.scss +57 -0
- package/src/v2/navigation/TopHatControlDisc/TopHatControlDisc.stories.tsx +153 -0
- package/src/v2/navigation/TopHatControlDisc/TopHatControlDisc.tsx +30 -0
- package/src/v2/navigation/TopHatControlDisc/assets/disc-icon.svg +4 -0
- package/src/v2/navigation/TopHatControlDisc/index.ts +2 -0
- package/src/v2/navigation/config.tsx +150 -0
- package/src/v2/navigation/index.ts +23 -0
- package/src/v2/pages/CreateUser/CreateUserPage.scss +760 -0
- package/src/v2/pages/CreateUser/CreateUserPage.stories.tsx +157 -0
- package/src/v2/pages/CreateUser/CreateUserPage.tsx +1062 -0
- package/src/v2/pages/CreateUser/index.ts +13 -0
- package/src/v2/pages/RoleSelection/RoleSelectionPage.scss +193 -0
- package/src/v2/pages/RoleSelection/RoleSelectionPage.stories.tsx +112 -0
- package/src/v2/pages/RoleSelection/RoleSelectionPage.tsx +127 -0
- package/src/v2/pages/RoleSelection/index.ts +2 -0
- package/src/v2/pages/Settings/SettingsContentPlaceholder.scss +24 -0
- package/src/v2/pages/Settings/SettingsPage.scss +52 -0
- package/src/v2/pages/Settings/SettingsPage.tsx +46 -0
- package/src/v2/pages/Settings/SettingsTabs.scss +44 -0
- package/src/v2/pages/Settings/SettingsTabs.tsx +36 -0
- package/src/v2/pages/Settings/components/SidebarCustomisation.scss +170 -0
- package/src/v2/pages/Settings/components/SidebarCustomisation.stories.tsx +48 -0
- package/src/v2/pages/Settings/components/SidebarCustomisation.tsx +177 -0
- package/src/v2/pages/Settings/components/SidebarNavItem.scss +76 -0
- package/src/v2/pages/Settings/components/SidebarNavItem.stories.tsx +50 -0
- package/src/v2/pages/Settings/components/SidebarNavItem.tsx +52 -0
- package/src/v2/pages/Settings/components/index.ts +5 -0
- package/src/v2/pages/Settings/index.ts +8 -0
- package/src/v2/pages/SettingsSubPage/SettingsSubPage.scss +43 -0
- package/src/v2/pages/SettingsSubPage/SettingsSubPage.tsx +49 -0
- package/src/v2/pages/SettingsSubPage/index.ts +2 -0
- package/src/v2/pages/UserDetails/UserDetailsPage.scss +236 -0
- package/src/v2/pages/UserDetails/UserDetailsPage.stories.tsx +84 -0
- package/src/v2/pages/UserDetails/UserDetailsPage.tsx +210 -0
- package/src/v2/pages/UserDetails/index.ts +2 -0
- package/src/v2/pages/ZonesResources/ZonesResourcesPage.scss +43 -0
- package/src/v2/pages/ZonesResources/ZonesResourcesPage.stories.tsx +46 -0
- package/src/v2/pages/ZonesResources/ZonesResourcesPage.tsx +22 -0
- package/src/v2/pages/ZonesResources/index.ts +2 -0
- package/src/v2/pages/auth/AuthLayout/AuthLayout.scss +137 -0
- package/src/v2/pages/auth/AuthLayout/AuthLayout.tsx +61 -0
- package/src/v2/pages/auth/AuthLayout/index.ts +2 -0
- package/src/v2/pages/auth/CreatePassword/CreatePasswordPage.scss +149 -0
- package/src/v2/pages/auth/CreatePassword/CreatePasswordPage.stories.tsx +45 -0
- package/src/v2/pages/auth/CreatePassword/CreatePasswordPage.tsx +177 -0
- package/src/v2/pages/auth/CreatePassword/index.ts +2 -0
- package/src/v2/pages/auth/Login/LoginPage.scss +49 -0
- package/src/v2/pages/auth/Login/LoginPage.stories.tsx +45 -0
- package/src/v2/pages/auth/Login/LoginPage.tsx +96 -0
- package/src/v2/pages/auth/Login/index.ts +2 -0
- package/src/v2/pages/auth/ResetPassword/ResetPasswordPage.scss +84 -0
- package/src/v2/pages/auth/ResetPassword/ResetPasswordPage.stories.tsx +53 -0
- package/src/v2/pages/auth/ResetPassword/ResetPasswordPage.tsx +108 -0
- package/src/v2/pages/auth/ResetPassword/index.ts +2 -0
- package/src/v2/pages/auth/VerifyEmail/VerifyEmailPage.scss +72 -0
- package/src/v2/pages/auth/VerifyEmail/VerifyEmailPage.stories.tsx +41 -0
- package/src/v2/pages/auth/VerifyEmail/VerifyEmailPage.tsx +110 -0
- package/src/v2/pages/auth/VerifyEmail/index.ts +2 -0
- package/src/v2/pages/auth/index.ts +14 -0
- package/src/v2/styles/common.scss +7 -0
- package/src/v2/styles/components/Button.scss +226 -0
- package/src/v2/styles/form/Layout.scss +15 -0
- package/src/v2/styles/form/NewInput.scss +275 -0
- package/src/v2/styles/index.scss +6 -0
- package/src/v2/styles/navigation/Navigation.scss +17 -0
- package/src/v2/styles/navigation/NavigationItem.scss +86 -0
- package/src/v2/styles/navigation/NavigationSection.scss +26 -0
- package/src/v2/styles/navigation/_index.scss +9 -0
- package/src/v2/styles/tokens/_colors.scss +562 -0
- package/src/v2/styles/tokens/_sizes.scss +125 -0
- package/src/v2/styles/tokens/_status.scss +108 -0
- package/src/v2/styles/tokens/_typography.scss +146 -0
- package/src/v2/types/navigation.ts +17 -0
- package/src/venue-map-sets/card/VenueMapCard.stories.tsx +1 -1
- package/src/venue-map-sets/card/VenueMapSetCard.tsx +0 -0
- package/src/venue-map-sets/card/index.ts +0 -0
- package/src/venue-map-sets/form/VenueMapSetForm.stories.tsx +1 -1
- package/src/venue-map-sets/form/VenueMapSetForm.tsx +0 -0
- package/src/venue-map-sets/form/components/NameControl.tsx +0 -0
- package/src/venue-map-sets/form/components/VenueMapControl.tsx +0 -0
- package/src/venue-map-sets/form/components/VenueMapImageControl.tsx +0 -0
- package/src/venue-map-sets/form/components/VenueMapModal.tsx +0 -0
- package/src/venue-map-sets/form/components/VenueMapsControl.tsx +0 -0
- package/src/venue-map-sets/form/index.ts +0 -0
- package/src/venue-map-sets/form/types/index.ts +0 -0
- package/src/venue-map-sets/form/utils/index.ts +0 -0
- package/src/venue-map-sets/index.ts +0 -0
- package/src/virtualized/components/VirtualizedGrid.tsx +0 -0
- package/src/virtualized/components/VirtualizedWindowScroller.stories.tsx +1 -1
- package/src/virtualized/components/VirtualizedWindowScroller.tsx +0 -0
- package/src/virtualized/context/VirtualizedContext.tsx +0 -0
- package/src/virtualized/context/index.ts +0 -0
- package/src/virtualized/index.ts +0 -0
- package/src/vite-env.d.ts +0 -0
- package/src/zone/card/ZoneCard.stories.tsx +1 -1
- package/src/zone/card/ZoneCard.tsx +0 -0
- package/src/zone/card/index.ts +0 -0
- package/src/zone/form/ZoneForm.stories.tsx +4 -3
- package/src/zone/form/ZoneForm.tsx +0 -0
- package/src/zone/form/components/AvailableTimesControl.tsx +0 -0
- package/src/zone/form/components/DescriptionControl.tsx +0 -0
- package/src/zone/form/components/GameDurationControl.tsx +0 -1
- package/src/zone/form/components/NameControl.tsx +0 -0
- package/src/zone/form/components/SortControl.tsx +0 -1
- package/src/zone/form/components/ZoneControl.tsx +0 -0
- package/src/zone/form/components/ZoneImageControl.tsx +0 -0
- package/src/zone/form/components/ZoneRecurrenceControl.tsx +0 -0
- package/src/zone/form/components/ZoneRecurrencesControl.tsx +0 -0
- package/src/zone/form/components/ZoneTypeControl.tsx +0 -1
- package/src/zone/form/index.ts +0 -0
- package/src/zone/form/utils/dates.ts +0 -0
- package/src/zone/index.ts +0 -0
- package/styles/overrides/_functions.scss +6 -0
- package/.storybook/manager.js +0 -4
- package/.storybook/preview.js +0 -77
- package/dist/CustomAlertTypes/AlertBox.d.ts +0 -22
- package/dist/CustomAlertTypes/AlertBox.d.ts.map +0 -1
- package/dist/CustomAlertTypes/AlertRender.d.ts +0 -21
- package/dist/CustomAlertTypes/AlertRender.d.ts.map +0 -1
- package/dist/CustomAlertTypes/alertThemes.d.ts +0 -41
- package/dist/CustomAlertTypes/alertThemes.d.ts.map +0 -1
- package/dist/CustomAlertTypes/utils/textWrapperUtils.d.ts +0 -8
- package/dist/CustomAlertTypes/utils/textWrapperUtils.d.ts.map +0 -1
- package/src/CustomAlertTypes/AlertBox.tsx +0 -87
- package/src/CustomAlertTypes/AlertRender.ts +0 -283
- package/src/CustomAlertTypes/alertThemes.ts +0 -72
- package/src/CustomAlertTypes/utils/textWrapperUtils.ts +0 -26
- package/yarn.lock +0 -22307
|
@@ -0,0 +1,862 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function _define_property(obj, key, value) {
|
|
4
|
+
if (key in obj) {
|
|
5
|
+
Object.defineProperty(obj, key, {
|
|
6
|
+
value: value,
|
|
7
|
+
enumerable: true,
|
|
8
|
+
configurable: true,
|
|
9
|
+
writable: true
|
|
10
|
+
});
|
|
11
|
+
} else {
|
|
12
|
+
obj[key] = value;
|
|
13
|
+
}
|
|
14
|
+
return obj;
|
|
15
|
+
}
|
|
16
|
+
function _object_spread(target) {
|
|
17
|
+
for(var i = 1; i < arguments.length; i++){
|
|
18
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
|
19
|
+
var ownKeys = Object.keys(source);
|
|
20
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
21
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
22
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
23
|
+
}));
|
|
24
|
+
}
|
|
25
|
+
ownKeys.forEach(function(key) {
|
|
26
|
+
_define_property(target, key, source[key]);
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
return target;
|
|
30
|
+
}
|
|
31
|
+
function ownKeys(object, enumerableOnly) {
|
|
32
|
+
var keys = Object.keys(object);
|
|
33
|
+
if (Object.getOwnPropertySymbols) {
|
|
34
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
35
|
+
if (enumerableOnly) {
|
|
36
|
+
symbols = symbols.filter(function(sym) {
|
|
37
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
keys.push.apply(keys, symbols);
|
|
41
|
+
}
|
|
42
|
+
return keys;
|
|
43
|
+
}
|
|
44
|
+
function _object_spread_props(target, source) {
|
|
45
|
+
source = source != null ? source : {};
|
|
46
|
+
if (Object.getOwnPropertyDescriptors) {
|
|
47
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
48
|
+
} else {
|
|
49
|
+
ownKeys(Object(source)).forEach(function(key) {
|
|
50
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
return target;
|
|
54
|
+
}
|
|
55
|
+
function _object_without_properties(source, excluded) {
|
|
56
|
+
if (source == null) return {};
|
|
57
|
+
var target = _object_without_properties_loose(source, excluded);
|
|
58
|
+
var key, i;
|
|
59
|
+
if (Object.getOwnPropertySymbols) {
|
|
60
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
61
|
+
for(i = 0; i < sourceSymbolKeys.length; i++){
|
|
62
|
+
key = sourceSymbolKeys[i];
|
|
63
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
64
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
65
|
+
target[key] = source[key];
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
return target;
|
|
69
|
+
}
|
|
70
|
+
function _object_without_properties_loose(source, excluded) {
|
|
71
|
+
if (source == null) return {};
|
|
72
|
+
var target = {};
|
|
73
|
+
var sourceKeys = Object.keys(source);
|
|
74
|
+
var key, i;
|
|
75
|
+
for(i = 0; i < sourceKeys.length; i++){
|
|
76
|
+
key = sourceKeys[i];
|
|
77
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
78
|
+
target[key] = source[key];
|
|
79
|
+
}
|
|
80
|
+
return target;
|
|
81
|
+
}
|
|
82
|
+
var DashboardIcon = function() {
|
|
83
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 24 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 24 : _ref_height, _ref_className = _ref.className, className = _ref_className === void 0 ? '' : _ref_className;
|
|
84
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
85
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
86
|
+
width: width,
|
|
87
|
+
height: height,
|
|
88
|
+
viewBox: "0 0 24 24",
|
|
89
|
+
fill: "none",
|
|
90
|
+
className: className,
|
|
91
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
92
|
+
fill: "var(--fills-main-fill-primary, #14215A)",
|
|
93
|
+
d: "M17.727 20.118H6.273a.83.83 0 0 1-.818-.84v-7.557H3l8.45-7.884a.803.803 0 0 1 1.1 0L21 11.72h-2.454v7.557a.83.83 0 0 1-.819.84Zm-10.636-1.68h9.818v-8.265L12 5.593l-4.91 4.58v8.266Z"
|
|
94
|
+
})
|
|
95
|
+
});
|
|
96
|
+
};
|
|
97
|
+
var CompanyIcon = function() {
|
|
98
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
99
|
+
width: "24",
|
|
100
|
+
height: "24",
|
|
101
|
+
viewBox: "0 0 24 24",
|
|
102
|
+
fill: "none",
|
|
103
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
104
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
105
|
+
d: "M19.5 18.75H4.5V17.25H5.25V6C5.25 5.58579 5.58579 5.25 6 5.25H16.5C16.9142 5.25 17.25 5.58579 17.25 6V9.75H18.75V17.25H19.5V18.75ZM15.75 17.25H17.25V11.25H12.75V17.25H14.25V12.75H15.75V17.25ZM15.75 9.75V6.75H6.75V17.25H11.25V9.75H15.75ZM8.25 11.25H9.75V12.75H8.25V11.25ZM8.25 14.25H9.75V15.75H8.25V14.25ZM8.25 8.25H9.75V9.75H8.25V8.25Z",
|
|
106
|
+
fill: "var(--fills-main-fill-primary, #14215A)"
|
|
107
|
+
})
|
|
108
|
+
});
|
|
109
|
+
};
|
|
110
|
+
var VenueIcon = function() {
|
|
111
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
112
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
113
|
+
width: "24",
|
|
114
|
+
height: "24",
|
|
115
|
+
fill: "none",
|
|
116
|
+
children: [
|
|
117
|
+
/*#__PURE__*/ jsx("path", {
|
|
118
|
+
fill: "#000",
|
|
119
|
+
fillOpacity: ".1",
|
|
120
|
+
d: "m6 7.5 6.75-2.625V18H6V7.5Z"
|
|
121
|
+
}),
|
|
122
|
+
/*#__PURE__*/ jsx("path", {
|
|
123
|
+
fill: "var(--fills-main-fill-primary, #14215A)",
|
|
124
|
+
d: "M5.25 17.25V7.275a.75.75 0 0 1 .494-.704l7.253-2.638a.375.375 0 0 1 .503.353V8l4.737 1.58a.75.75 0 0 1 .513.71v6.96h1.5v1.5H3.75v-1.5h1.5Zm1.5 0H12V5.892L6.75 7.8v9.45Zm10.5 0v-6.419l-3.75-1.25v7.67h3.75Z"
|
|
125
|
+
})
|
|
126
|
+
]
|
|
127
|
+
});
|
|
128
|
+
};
|
|
129
|
+
var MarketingIcon = function() {
|
|
130
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
131
|
+
width: "24",
|
|
132
|
+
height: "24",
|
|
133
|
+
viewBox: "0 0 24 24",
|
|
134
|
+
fill: "none",
|
|
135
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
136
|
+
d: "M10.7195 16.3629C10.7195 16.3629 15.9848 15.7286 18.7404 17.3195L19.4649 17.1254C19.865 17.0182 20.1024 16.607 19.9952 16.2069L18.8183 11.8146C19.4001 11.4863 19.7099 10.7953 19.529 10.1201C19.3481 9.44504 18.7343 9.00145 18.0663 9.00807L16.8894 4.61576C16.7822 4.21567 16.3709 3.97822 15.9708 4.08543L15.2464 4.27955C13.6554 7.03522 8.7784 9.11847 8.7784 9.11847L5.88062 9.89492C5.08042 10.1093 4.60555 10.9318 4.81996 11.732L5.98464 16.0787C6.19906 16.8789 7.02156 17.3538 7.82176 17.1394L8.54621 16.9453L10.2412 20.3734L11.6901 19.9851L10.7195 16.3629ZM10.5497 9.93369C11.0163 9.69484 11.5885 9.38415 12.197 9.01286C13.317 8.32952 14.7109 7.3523 15.7461 6.14469L18.2407 15.4544C16.7403 14.9262 15.0445 14.7769 13.733 14.7451C13.0204 14.7278 12.3694 14.7448 11.846 14.7712L10.5497 9.93369ZM6.26885 11.3438L9.16662 10.5674L10.3313 14.914L7.43353 15.6905L6.26885 11.3438Z",
|
|
137
|
+
fill: "currentColor"
|
|
138
|
+
})
|
|
139
|
+
});
|
|
140
|
+
};
|
|
141
|
+
var AdminIcon = function() {
|
|
142
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
143
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
144
|
+
width: "24",
|
|
145
|
+
height: "24",
|
|
146
|
+
fill: "none",
|
|
147
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
148
|
+
fill: "var(--fills-main-fill-primary, #14215A)",
|
|
149
|
+
d: "M12 13.5V15a4.5 4.5 0 0 0-4.5 4.5H6a6 6 0 0 1 6-6Zm0-.75a4.499 4.499 0 0 1-4.5-4.5c0-2.486 2.014-4.5 4.5-4.5s4.5 2.014 4.5 4.5-2.014 4.5-4.5 4.5Zm0-1.5a3 3 0 1 0 0-6 3 3 0 1 0 0 6Zm4.5 7.875-2.204 1.159.42-2.455-1.782-1.738 2.464-.358L16.5 13.5l1.102 2.233 2.465.358-1.784 1.738.421 2.455-2.204-1.159Z"
|
|
150
|
+
})
|
|
151
|
+
});
|
|
152
|
+
};
|
|
153
|
+
var ProfileIcon = function() {
|
|
154
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
155
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
156
|
+
width: "24",
|
|
157
|
+
height: "24",
|
|
158
|
+
fill: "none",
|
|
159
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
160
|
+
fill: "var(--fills-main-fill-primary, #14215A)",
|
|
161
|
+
d: "M6 19.5a6 6 0 0 1 12 0h-1.5a4.5 4.5 0 1 0-9 0H6Zm6-6.75a4.499 4.499 0 0 1-4.5-4.5c0-2.486 2.014-4.5 4.5-4.5s4.5 2.014 4.5 4.5-2.014 4.5-4.5 4.5Zm0-1.5a3 3 0 1 0 0-6 3 3 0 1 0 0 6Z"
|
|
162
|
+
})
|
|
163
|
+
});
|
|
164
|
+
};
|
|
165
|
+
var CustomersIcon = function() {
|
|
166
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
167
|
+
width: "24",
|
|
168
|
+
height: "24",
|
|
169
|
+
viewBox: "0 0 24 24",
|
|
170
|
+
fill: "none",
|
|
171
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
172
|
+
d: "M4.5 19.5C4.5 16.1863 7.18629 13.5 10.5 13.5C13.8137 13.5 16.5 16.1863 16.5 19.5H15C15 17.0147 12.9853 15 10.5 15C8.01472 15 6 17.0147 6 19.5H4.5ZM10.5 12.75C8.01375 12.75 6 10.7362 6 8.25C6 5.76375 8.01375 3.75 10.5 3.75C12.9862 3.75 15 5.76375 15 8.25C15 10.7362 12.9862 12.75 10.5 12.75ZM10.5 11.25C12.1575 11.25 13.5 9.9075 13.5 8.25C13.5 6.5925 12.1575 5.25 10.5 5.25C8.8425 5.25 7.5 6.5925 7.5 8.25C7.5 9.9075 8.8425 11.25 10.5 11.25ZM16.7128 14.0271C18.7983 14.9671 20.25 17.064 20.25 19.5H18.75C18.75 17.673 17.6612 16.1003 16.0971 15.3953L16.7128 14.0271ZM16.1972 5.55991C17.6958 6.17777 18.75 7.65271 18.75 9.375C18.75 11.5276 17.1032 13.2939 15 13.4832V11.9734C16.2725 11.7916 17.25 10.698 17.25 9.375C17.25 8.33951 16.6512 7.44452 15.7808 7.01726L16.1972 5.55991Z",
|
|
173
|
+
fill: "currentColor"
|
|
174
|
+
})
|
|
175
|
+
});
|
|
176
|
+
};
|
|
177
|
+
var ReportsIcon = function() {
|
|
178
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
179
|
+
width: "24",
|
|
180
|
+
height: "24",
|
|
181
|
+
viewBox: "0 0 24 24",
|
|
182
|
+
fill: "none",
|
|
183
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
184
|
+
d: "M11.25 8.25H12.75V15.75H11.25V8.25ZM14.25 11.25H15.75V15.75H14.25V11.25ZM8.25 12.75H9.75V15.75H8.25V12.75ZM14.25 6H6.75V18H17.25V9H14.25V6ZM5.25 5.24385C5.25 4.83304 5.58562 4.5 5.99888 4.5H15L18.7498 8.25L18.75 18.7444C18.75 19.1617 18.4163 19.5 18.0049 19.5H5.99505C5.58357 19.5 5.25 19.1585 5.25 18.7561V5.24385Z",
|
|
185
|
+
fill: "currentColor"
|
|
186
|
+
})
|
|
187
|
+
});
|
|
188
|
+
};
|
|
189
|
+
var AnalyticsIcon = function() {
|
|
190
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
191
|
+
width: "24",
|
|
192
|
+
height: "24",
|
|
193
|
+
viewBox: "0 0 24 24",
|
|
194
|
+
fill: "none",
|
|
195
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
196
|
+
d: "M6.75 5.25V17.25H18.75V18.75H5.25V5.25H6.75ZM18.2197 7.71967L19.2803 8.78033L15 13.0606L12.75 10.8112L9.53033 14.0303L8.46967 12.9697L12.75 8.68934L15 10.9388L18.2197 7.71967Z",
|
|
197
|
+
fill: "currentColor"
|
|
198
|
+
})
|
|
199
|
+
});
|
|
200
|
+
};
|
|
201
|
+
var PaymentsIcon = function() {
|
|
202
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
203
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
204
|
+
width: "24",
|
|
205
|
+
height: "24",
|
|
206
|
+
fill: "none",
|
|
207
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
208
|
+
fill: "var(--fills-main-fill-primary, #14215A)",
|
|
209
|
+
d: "M12.004 19.502a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15Zm0-1.5a6 6 0 1 0 0-12 6 6 0 0 0 0 12Zm-2.25-5.25h-.75v-1.5h.75v-.75a2.625 2.625 0 0 1 5.06-.984l-1.49.373a1.124 1.124 0 0 0-2.07.61v.75h2.25v1.5h-2.25v1.5h3.75v1.5h-6v-1.5h.75v-1.5Z"
|
|
210
|
+
})
|
|
211
|
+
});
|
|
212
|
+
};
|
|
213
|
+
var SettingsIcon = function() {
|
|
214
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
215
|
+
width: "24",
|
|
216
|
+
height: "24",
|
|
217
|
+
viewBox: "0 0 32 32",
|
|
218
|
+
fill: "none",
|
|
219
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
220
|
+
d: "M6 15.6385C6 14.774 6.1097 13.9351 6.31595 13.135C7.40622 13.1915 8.48848 12.6488 9.0718 11.6385C9.65467 10.6289 9.58406 9.42138 8.99121 8.50568C10.1835 7.33396 11.6683 6.45889 13.326 6C13.8222 6.97252 14.8333 7.63849 16 7.63849C17.1667 7.63849 18.1778 6.97252 18.674 6C20.3317 6.45889 21.8165 7.33396 23.0088 8.50568C22.4159 9.42138 22.3453 10.6289 22.9282 11.6385C23.5115 12.6488 24.5938 13.1915 25.6841 13.135C25.8903 13.9351 26 14.774 26 15.6385C26 16.503 25.8903 17.3419 25.6841 18.142C24.5938 18.0855 23.5115 18.6282 22.9282 19.6385C22.3453 20.6481 22.4159 21.8556 23.0088 22.7713C21.8165 23.943 20.3317 24.8181 18.674 25.277C18.1778 24.3045 17.1667 23.6385 16 23.6385C14.8333 23.6385 13.8222 24.3045 13.326 25.277C11.6683 24.8181 10.1835 23.943 8.99121 22.7713C9.58406 21.8556 9.65467 20.6481 9.0718 19.6385C8.48848 18.6282 7.40622 18.0855 6.31595 18.142C6.1097 17.3419 6 16.503 6 15.6385ZM10.8039 18.6385C11.434 19.7299 11.6146 20.9846 11.3682 22.1623C11.776 22.4525 12.2101 22.7039 12.6649 22.9128C13.5618 22.1099 14.7392 21.6385 16 21.6385C17.2608 21.6385 18.4382 22.1099 19.3351 22.9128C19.7899 22.7039 20.224 22.4525 20.6318 22.1623C20.3854 20.9846 20.566 19.7299 21.1962 18.6385C21.8262 17.5472 22.8225 16.7635 23.9655 16.388C23.9884 16.1402 24 15.8903 24 15.6385C24 15.3868 23.9884 15.1368 23.9655 14.8891C22.8225 14.5136 21.8262 13.7299 21.1962 12.6385C20.566 11.5471 20.3854 10.2924 20.6318 9.11472C20.224 8.82455 19.7899 8.57314 19.3351 8.36419C18.4382 9.16711 17.2608 9.63849 16 9.63849C14.7392 9.63849 13.5618 9.16711 12.6649 8.36419C12.2101 8.57314 11.776 8.82455 11.3682 9.11472C11.6146 10.2924 11.434 11.5471 10.8039 12.6385C10.1738 13.7299 9.17754 14.5136 8.03451 14.8891C8.01157 15.1368 8 15.3868 8 15.6385C8 15.8903 8.01157 16.1402 8.03451 16.388C9.17754 16.7635 10.1738 17.5472 10.8039 18.6385ZM16 18.6385C14.3431 18.6385 13 17.2954 13 15.6385C13 13.9817 14.3431 12.6385 16 12.6385C17.6569 12.6385 19 13.9817 19 15.6385C19 17.2954 17.6569 18.6385 16 18.6385ZM16 16.6385C16.5523 16.6385 17 16.1908 17 15.6385C17 15.0862 16.5523 14.6385 16 14.6385C15.4477 14.6385 15 15.0862 15 15.6385C15 16.1908 15.4477 16.6385 16 16.6385Z",
|
|
221
|
+
fill: "currentColor"
|
|
222
|
+
})
|
|
223
|
+
});
|
|
224
|
+
};
|
|
225
|
+
var LoyaltyIcon = function() {
|
|
226
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
227
|
+
width: "24",
|
|
228
|
+
height: "24",
|
|
229
|
+
viewBox: "0 0 24 24",
|
|
230
|
+
fill: "none",
|
|
231
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
232
|
+
d: "M12.0005 16.695L6.71036 19.6562L7.89186 13.7099L3.44092 9.59385L9.4612 8.88004L12.0005 3.375L14.5396 8.88004L20.5599 9.59385L16.109 13.7099L17.2905 19.6562L12.0005 16.695ZM12.0005 14.976L15.1855 16.7588L14.4741 13.1788L17.1539 10.7006L13.5292 10.2708L12.0005 6.95626L10.4716 10.2708L6.84691 10.7006L9.52673 13.1788L8.81537 16.7588L12.0005 14.976Z",
|
|
233
|
+
fill: "currentColor"
|
|
234
|
+
})
|
|
235
|
+
});
|
|
236
|
+
};
|
|
237
|
+
var WaiversIcon = function() {
|
|
238
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 24 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 24 : _ref_height, _ref_className = _ref.className, className = _ref_className === void 0 ? '' : _ref_className;
|
|
239
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
240
|
+
width: width,
|
|
241
|
+
height: height,
|
|
242
|
+
viewBox: "0 0 32 32",
|
|
243
|
+
fill: "none",
|
|
244
|
+
className: className,
|
|
245
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
246
|
+
d: "M19.5771 18.5563C20.9411 17.6264 22.718 17.1662 25.1523 17.4449L25.6484 17.5104L25.749 17.5309C26.2398 17.6564 26.5658 18.1363 26.4893 18.6481C26.4124 19.1602 25.9595 19.523 25.4531 19.4987L25.3516 19.4889L24.9297 19.4323C22.8719 19.1952 21.596 19.6007 20.7041 20.2086C19.7063 20.8889 19.0536 21.9054 18.3594 23.0729C17.718 24.1516 16.9733 25.5059 15.7871 26.2936C14.5585 27.1092 13.0355 27.2399 11.0518 26.5787L10.6484 26.4362L10.5547 26.3951C10.1007 26.17 9.88172 25.6328 10.0635 25.1481C10.2455 24.6636 10.7639 24.4027 11.2539 24.5319L11.3516 24.5631L11.6816 24.6803C13.2821 25.216 14.1232 24.9983 14.6816 24.6276C15.4013 24.1496 15.9073 23.2847 16.6406 22.0514C17.3213 20.9067 18.1691 19.5164 19.5771 18.5563ZM14.6758 4.54749C14.9256 4.0552 15.5271 3.85842 16.0195 4.10803L20.5703 6.41467L20.6582 6.46545C21.085 6.73909 21.2439 7.29752 21.0098 7.7594L14.4189 20.7594C14.3389 20.9171 14.2179 21.0511 14.0693 21.1471L9.81738 23.8932C9.51875 24.0861 9.14038 24.1056 8.82324 23.9449C8.50608 23.7842 8.29737 23.4669 8.27637 23.1119L7.97852 18.0592C7.96811 17.8825 8.00497 17.7053 8.08496 17.5475L14.6758 4.54749ZM9.99121 18.2106L10.1719 21.2819L12.7578 19.6129L18.7734 7.7467L16.0068 6.34436L9.99121 18.2106Z",
|
|
247
|
+
fill: "currentColor"
|
|
248
|
+
})
|
|
249
|
+
});
|
|
250
|
+
};
|
|
251
|
+
var CalendarIcon = function() {
|
|
252
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
253
|
+
width: "24",
|
|
254
|
+
height: "24",
|
|
255
|
+
viewBox: "0 0 32 32",
|
|
256
|
+
fill: "none",
|
|
257
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
258
|
+
d: "M13 6V8H19V6H21V8H25C25.5523 8 26 8.44772 26 9V25C26 25.5523 25.5523 26 25 26H7C6.44772 26 6 25.5523 6 25V9C6 8.44772 6.44772 8 7 8H11V6H13ZM24 16H8V24H24V16ZM15 18V22H10V18H15ZM11 10H8V14H24V10H21V12H19V10H13V12H11V10Z",
|
|
259
|
+
fill: "currentColor"
|
|
260
|
+
})
|
|
261
|
+
});
|
|
262
|
+
};
|
|
263
|
+
var BookingsIcon = function() {
|
|
264
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
265
|
+
width: "24",
|
|
266
|
+
height: "24",
|
|
267
|
+
viewBox: "0 0 32 32",
|
|
268
|
+
fill: "none",
|
|
269
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
270
|
+
d: "M24 6C24.5523 6 25 6.44772 25 7V25C25 25.5523 24.5523 26 24 26H10C9.44772 26 9 25.5523 9 25V23H7V21H9V19H7V17H9V15H7V13H9V11H7V9H9V7C9 6.44772 9.44772 6 10 6H24ZM23 8H11V24H23V8ZM18 12V15H21V17H17.999L18 20H16L15.999 17H13V15H16V12H18Z",
|
|
271
|
+
fill: "currentColor"
|
|
272
|
+
})
|
|
273
|
+
});
|
|
274
|
+
};
|
|
275
|
+
var BookingTypesIcon = function() {
|
|
276
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
277
|
+
width: "24",
|
|
278
|
+
height: "24",
|
|
279
|
+
viewBox: "0 0 32 32",
|
|
280
|
+
fill: "none",
|
|
281
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
282
|
+
d: "M9 22H6V20H9V22ZM26 22H12V20H26V22ZM9 17H6V15H9V17ZM26 17H12V15H26V17ZM9 12H6V10H9V12ZM26 12H12V10H26V12Z",
|
|
283
|
+
fill: "currentColor"
|
|
284
|
+
})
|
|
285
|
+
});
|
|
286
|
+
};
|
|
287
|
+
var EditIcon = function() {
|
|
288
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
289
|
+
width: "24",
|
|
290
|
+
height: "24",
|
|
291
|
+
viewBox: "0 0 24 24",
|
|
292
|
+
fill: "none",
|
|
293
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
294
|
+
children: [
|
|
295
|
+
/*#__PURE__*/ jsx("path", {
|
|
296
|
+
d: "M4 20H20",
|
|
297
|
+
stroke: "currentColor",
|
|
298
|
+
strokeWidth: "2",
|
|
299
|
+
strokeLinecap: "round"
|
|
300
|
+
}),
|
|
301
|
+
/*#__PURE__*/ jsx("path", {
|
|
302
|
+
d: "M6 16L15.5 6.5C16.3 5.7 17.7 5.7 18.5 6.5C19.3 7.3 19.3 8.7 18.5 9.5L9 19H6V16Z",
|
|
303
|
+
stroke: "currentColor",
|
|
304
|
+
strokeWidth: "2",
|
|
305
|
+
strokeLinejoin: "round"
|
|
306
|
+
}),
|
|
307
|
+
/*#__PURE__*/ jsx("path", {
|
|
308
|
+
d: "M14.5 7.5L17.5 10.5",
|
|
309
|
+
stroke: "currentColor",
|
|
310
|
+
strokeWidth: "2",
|
|
311
|
+
strokeLinecap: "round"
|
|
312
|
+
})
|
|
313
|
+
]
|
|
314
|
+
});
|
|
315
|
+
};
|
|
316
|
+
var SearchIcon = function() {
|
|
317
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
318
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
319
|
+
width: "24",
|
|
320
|
+
height: "24",
|
|
321
|
+
viewBox: "0 0 22 22",
|
|
322
|
+
fill: "none",
|
|
323
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
324
|
+
d: "M14.6593 13.7979L17.2683 16.4068L16.4068 17.2684L13.7978 14.6594C12.8597 15.4099 11.67 15.8589 10.3761 15.8589C7.34958 15.8589 4.89331 13.4026 4.89331 10.3761C4.89331 7.34965 7.34958 4.89337 10.3761 4.89337C13.4025 4.89337 15.8588 7.34965 15.8588 10.3761C15.8588 11.6701 15.4098 12.8598 14.6593 13.7979ZM13.4371 13.3458C14.182 12.5781 14.6404 11.5309 14.6404 10.3761C14.6404 8.02006 12.7321 6.11176 10.3761 6.11176C8.02 6.11176 6.1117 8.02006 6.1117 10.3761C6.1117 12.7322 8.02 14.6405 10.3761 14.6405C11.5309 14.6405 12.5781 14.1821 13.3458 13.4371L13.4371 13.3458Z",
|
|
325
|
+
fill: "currentColor"
|
|
326
|
+
})
|
|
327
|
+
});
|
|
328
|
+
};
|
|
329
|
+
var RefreshIcon = function() {
|
|
330
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 24 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 24 : _ref_height;
|
|
331
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
332
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
333
|
+
width: width,
|
|
334
|
+
height: height,
|
|
335
|
+
viewBox: "0 0 24 24",
|
|
336
|
+
fill: "none",
|
|
337
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
338
|
+
d: "M7.09693 6.32447C8.41167 5.18766 10.1255 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 12C19.5 13.6021 18.9976 15.0869 18.1419 16.3055L15.75 12H18C18 8.68629 15.3137 6 12 6C10.3874 6 8.92333 6.6362 7.84517 7.67131L7.09693 6.32447ZM16.903 17.6755C15.5883 18.8123 13.8745 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 10.3979 5.00234 8.91312 5.8581 7.69458L8.25 12H6C6 15.3137 8.68629 18 12 18C13.6126 18 15.0767 17.3638 16.1549 16.3287L16.903 17.6755Z",
|
|
339
|
+
fill: "currentColor"
|
|
340
|
+
})
|
|
341
|
+
});
|
|
342
|
+
};
|
|
343
|
+
var SendIcon = function() {
|
|
344
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 24 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 24 : _ref_height;
|
|
345
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
346
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
347
|
+
width: width,
|
|
348
|
+
height: height,
|
|
349
|
+
viewBox: "0 0 24 24",
|
|
350
|
+
fill: "none",
|
|
351
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
352
|
+
d: "M18 6C18.4142 6 18.75 6.33579 18.75 6.75V12.75H17.25V9.17871L11.3037 14.5039L5.25 9.16211V17.25H18V18.75H4.5C4.08579 18.75 3.75 18.4142 3.75 18V6.75C3.75 6.33579 4.08579 6 4.5 6H18ZM24 15L20.25 18V15.75H15V14.25H20.25V12L24 15ZM11.2969 12.4961L16.876 7.5H5.63379L11.2969 12.4961Z",
|
|
353
|
+
fill: "currentColor"
|
|
354
|
+
})
|
|
355
|
+
});
|
|
356
|
+
};
|
|
357
|
+
var ExternalLinkIcon = function() {
|
|
358
|
+
var _param = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
359
|
+
var _param_width = _param.width, width = _param_width === void 0 ? 24 : _param_width, _param_height = _param.height, height = _param_height === void 0 ? 24 : _param_height, _param_className = _param.className, className = _param_className === void 0 ? '' : _param_className, props = _object_without_properties(_param, [
|
|
360
|
+
"width",
|
|
361
|
+
"height",
|
|
362
|
+
"className"
|
|
363
|
+
]);
|
|
364
|
+
return /*#__PURE__*/ jsx("svg", _object_spread_props(_object_spread({
|
|
365
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
366
|
+
width: width,
|
|
367
|
+
height: height,
|
|
368
|
+
viewBox: "0 0 24 24",
|
|
369
|
+
fill: "none",
|
|
370
|
+
className: className
|
|
371
|
+
}, props), {
|
|
372
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
373
|
+
d: "M11.25 7.5V9H7.5V17.25H15.75V13.5H17.25V18C17.25 18.4142 16.9142 18.75 16.5 18.75H6.75C6.33579 18.75 6 18.4142 6 18V8.25C6 7.83579 6.33579 7.5 6.75 7.5H11.25ZM19.5 5.25V11.25H18L17.9999 7.80975L12.1553 13.6553L11.0947 12.5947L16.9387 6.75H13.5V5.25H19.5",
|
|
374
|
+
fill: "#14215A"
|
|
375
|
+
})
|
|
376
|
+
}));
|
|
377
|
+
};
|
|
378
|
+
var ExportIcon = function() {
|
|
379
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 24 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 24 : _ref_height;
|
|
380
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
381
|
+
width: width,
|
|
382
|
+
height: height,
|
|
383
|
+
viewBox: "0 0 32 32",
|
|
384
|
+
fill: "none",
|
|
385
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
386
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
387
|
+
d: "M17 16H20L16 20L12 16H15V12H17V16ZM19 8H9V24H23V12H19V8ZM7 6.9918C7 6.44405 7.44749 6 7.9985 6H20L24.9997 11L25 24.9925C25 25.5489 24.5551 26 24.0066 26H7.9934C7.44476 26 7 25.5447 7 25.0082V6.9918Z",
|
|
388
|
+
fill: "currentColor"
|
|
389
|
+
})
|
|
390
|
+
});
|
|
391
|
+
};
|
|
392
|
+
var ClearIcon = function() {
|
|
393
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
394
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
395
|
+
width: "32",
|
|
396
|
+
height: "32",
|
|
397
|
+
viewBox: "0 0 32 32",
|
|
398
|
+
fill: "none",
|
|
399
|
+
children: [
|
|
400
|
+
/*#__PURE__*/ jsx("rect", {
|
|
401
|
+
x: "9.00006",
|
|
402
|
+
y: "22",
|
|
403
|
+
width: "18",
|
|
404
|
+
height: "2",
|
|
405
|
+
transform: "rotate(-45 9.00006 22)",
|
|
406
|
+
fill: "#CC3C35"
|
|
407
|
+
}),
|
|
408
|
+
/*#__PURE__*/ jsx("rect", {
|
|
409
|
+
x: "10",
|
|
410
|
+
y: "9",
|
|
411
|
+
width: "18",
|
|
412
|
+
height: "2",
|
|
413
|
+
transform: "rotate(45 10 9)",
|
|
414
|
+
fill: "#CC3C35"
|
|
415
|
+
})
|
|
416
|
+
]
|
|
417
|
+
});
|
|
418
|
+
};
|
|
419
|
+
var ChevronLeftIcon = function() {
|
|
420
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
421
|
+
width: "24",
|
|
422
|
+
height: "24",
|
|
423
|
+
viewBox: "0 0 24 24",
|
|
424
|
+
fill: "none",
|
|
425
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
426
|
+
children: [
|
|
427
|
+
/*#__PURE__*/ jsx("path", {
|
|
428
|
+
d: "M19 12H5",
|
|
429
|
+
stroke: "currentColor",
|
|
430
|
+
strokeWidth: "2",
|
|
431
|
+
strokeLinecap: "round",
|
|
432
|
+
strokeLinejoin: "round"
|
|
433
|
+
}),
|
|
434
|
+
/*#__PURE__*/ jsx("path", {
|
|
435
|
+
d: "M12 19L5 12L12 5",
|
|
436
|
+
stroke: "currentColor",
|
|
437
|
+
strokeWidth: "2",
|
|
438
|
+
strokeLinecap: "round",
|
|
439
|
+
strokeLinejoin: "round"
|
|
440
|
+
})
|
|
441
|
+
]
|
|
442
|
+
});
|
|
443
|
+
};
|
|
444
|
+
var ChevronRightIcon = function() {
|
|
445
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
446
|
+
width: "24",
|
|
447
|
+
height: "24",
|
|
448
|
+
viewBox: "0 0 24 24",
|
|
449
|
+
fill: "none",
|
|
450
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
451
|
+
children: [
|
|
452
|
+
/*#__PURE__*/ jsx("path", {
|
|
453
|
+
d: "M5 12H19",
|
|
454
|
+
stroke: "currentColor",
|
|
455
|
+
strokeWidth: "2",
|
|
456
|
+
strokeLinecap: "round",
|
|
457
|
+
strokeLinejoin: "round"
|
|
458
|
+
}),
|
|
459
|
+
/*#__PURE__*/ jsx("path", {
|
|
460
|
+
d: "M12 5L19 12L12 19",
|
|
461
|
+
stroke: "currentColor",
|
|
462
|
+
strokeWidth: "2",
|
|
463
|
+
strokeLinecap: "round",
|
|
464
|
+
strokeLinejoin: "round"
|
|
465
|
+
})
|
|
466
|
+
]
|
|
467
|
+
});
|
|
468
|
+
};
|
|
469
|
+
var ArrowRightIcon = function() {
|
|
470
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 24 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 24 : _ref_height;
|
|
471
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
472
|
+
width: width,
|
|
473
|
+
height: height,
|
|
474
|
+
viewBox: "0 0 32 32",
|
|
475
|
+
fill: "none",
|
|
476
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
477
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
478
|
+
d: "M20.1716 14.9999L14.8076 9.63589L16.2218 8.22168L24 15.9999L16.2218 23.778L14.8076 22.3638L20.1716 16.9999H8V14.9999H20.1716Z",
|
|
479
|
+
fill: "currentColor"
|
|
480
|
+
})
|
|
481
|
+
});
|
|
482
|
+
};
|
|
483
|
+
var ArrowLeftIcon = function() {
|
|
484
|
+
var _param = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
485
|
+
var _param_width = _param.width, width = _param_width === void 0 ? 24 : _param_width, _param_height = _param.height, height = _param_height === void 0 ? 24 : _param_height, fill = _param.fill, _param_className = _param.className, className = _param_className === void 0 ? '' : _param_className, props = _object_without_properties(_param, [
|
|
486
|
+
"width",
|
|
487
|
+
"height",
|
|
488
|
+
"fill",
|
|
489
|
+
"className"
|
|
490
|
+
]);
|
|
491
|
+
return /*#__PURE__*/ jsx("svg", _object_spread_props(_object_spread({
|
|
492
|
+
width: width,
|
|
493
|
+
height: height,
|
|
494
|
+
viewBox: "0 0 32 32",
|
|
495
|
+
fill: "none",
|
|
496
|
+
className: className,
|
|
497
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
498
|
+
}, props), {
|
|
499
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
500
|
+
d: "M11.8284 16.9997L17.1924 22.3637L15.7782 23.778L8 15.9997L15.7782 8.22163L17.1924 9.63583L11.8284 14.9997L24 14.9997L24 16.9997L11.8284 16.9997Z",
|
|
501
|
+
fill: fill || "currentColor"
|
|
502
|
+
})
|
|
503
|
+
}));
|
|
504
|
+
};
|
|
505
|
+
var InfoIcon = function() {
|
|
506
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 16 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 16 : _ref_height;
|
|
507
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
508
|
+
width: width,
|
|
509
|
+
height: height,
|
|
510
|
+
viewBox: "0 0 32 32",
|
|
511
|
+
fill: "none",
|
|
512
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
513
|
+
className: "flex-shrink-0 text-label-primary",
|
|
514
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
515
|
+
d: "M16 25C11.0294 25 7 20.9706 7 16C7 11.0294 11.0294 7 16 7C20.9706 7 25 11.0294 25 16C25 20.9706 20.9706 25 16 25ZM16 18C16.5523 18 17 17.5523 17 17L17 12C17 11.4477 16.5523 11 16 11C15.4477 11 15 11.4477 15 12L15 17C15 17.5523 15.4477 18 16 18ZM16 21C16.5523 21 17 20.5523 17 20C17 19.4477 16.5523 19 16 19C15.4477 19 15 19.4477 15 20C15 20.5523 15.4477 21 16 21Z",
|
|
516
|
+
fill: "currentColor"
|
|
517
|
+
})
|
|
518
|
+
});
|
|
519
|
+
};
|
|
520
|
+
var TableHeaderArrowUpIcon = function() {
|
|
521
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
522
|
+
width: "11",
|
|
523
|
+
height: "6",
|
|
524
|
+
viewBox: "0 0 11 6",
|
|
525
|
+
fill: "none",
|
|
526
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
527
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
528
|
+
d: "M10 5L5.5 1L1 5",
|
|
529
|
+
stroke: "currentColor",
|
|
530
|
+
strokeWidth: "2",
|
|
531
|
+
strokeLinecap: "round",
|
|
532
|
+
strokeLinejoin: "round"
|
|
533
|
+
})
|
|
534
|
+
});
|
|
535
|
+
};
|
|
536
|
+
var TableHeaderArrowDownIcon = function() {
|
|
537
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
538
|
+
width: "11",
|
|
539
|
+
height: "6",
|
|
540
|
+
viewBox: "0 0 11 6",
|
|
541
|
+
fill: "none",
|
|
542
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
543
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
544
|
+
d: "M1 1L5.5 5L10 1",
|
|
545
|
+
stroke: "currentColor",
|
|
546
|
+
strokeWidth: "2",
|
|
547
|
+
strokeLinecap: "round",
|
|
548
|
+
strokeLinejoin: "round"
|
|
549
|
+
})
|
|
550
|
+
});
|
|
551
|
+
};
|
|
552
|
+
var ArrowUpIcon = function() {
|
|
553
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 20 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 20 : _ref_height;
|
|
554
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
555
|
+
width: width,
|
|
556
|
+
height: height,
|
|
557
|
+
viewBox: "0 0 32 32",
|
|
558
|
+
fill: "none",
|
|
559
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
560
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
561
|
+
d: "M14.9999 11.8283L9.63589 17.1923L8.22168 15.7781L15.9999 7.99988L23.778 15.7781L22.3638 17.1923L16.9999 11.8283L16.9999 23.9999L14.9999 23.9999L14.9999 11.8283Z",
|
|
562
|
+
fill: "currentColor"
|
|
563
|
+
})
|
|
564
|
+
});
|
|
565
|
+
};
|
|
566
|
+
var ArrowDownIcon = function() {
|
|
567
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 20 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 20 : _ref_height;
|
|
568
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
569
|
+
width: width,
|
|
570
|
+
height: height,
|
|
571
|
+
viewBox: "0 0 32 32",
|
|
572
|
+
fill: "none",
|
|
573
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
574
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
575
|
+
d: "M16.9999 20.1715L22.3639 14.8075L23.7781 16.2217L15.9999 23.9999L8.22176 16.2217L9.63596 14.8075L14.9999 20.1715L14.9999 7.99988L16.9999 7.99988L16.9999 20.1715Z",
|
|
576
|
+
fill: "currentColor"
|
|
577
|
+
})
|
|
578
|
+
});
|
|
579
|
+
};
|
|
580
|
+
var GripVerticalIcon = function() {
|
|
581
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 16 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 16 : _ref_height;
|
|
582
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
583
|
+
width: width,
|
|
584
|
+
height: height,
|
|
585
|
+
viewBox: "0 0 32 32",
|
|
586
|
+
fill: "none",
|
|
587
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
588
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
589
|
+
d: "M13 20C14.1046 20 15 20.8954 15 22C15 23.1046 14.1046 24 13 24C11.8954 24 11 23.1046 11 22C11 20.8954 11.8954 20 13 20ZM19 20C20.1046 20 21 20.8954 21 22C21 23.1046 20.1046 24 19 24C17.8954 24 17 23.1046 17 22C17 20.8954 17.8954 20 19 20ZM13 14C14.1046 14 15 14.8954 15 16C15 17.1046 14.1046 18 13 18C11.8954 18 11 17.1046 11 16C11 14.8954 11.8954 14 13 14ZM19 14C20.1046 14 21 14.8954 21 16C21 17.1046 20.1046 18 19 18C17.8954 18 17 17.1046 17 16C17 14.8954 17.8954 14 19 14ZM13 8C14.1046 8 15 8.89543 15 10C15 11.1046 14.1046 12 13 12C11.8954 12 11 11.1046 11 10C11 8.89543 11.8954 8 13 8ZM19 8C20.1046 8 21 8.89543 21 10C21 11.1046 20.1046 12 19 12C17.8954 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8Z",
|
|
590
|
+
fill: "currentColor"
|
|
591
|
+
})
|
|
592
|
+
});
|
|
593
|
+
};
|
|
594
|
+
var PlusIcon = function() {
|
|
595
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 16 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 16 : _ref_height;
|
|
596
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
597
|
+
width: width,
|
|
598
|
+
height: height,
|
|
599
|
+
viewBox: "0 0 32 32",
|
|
600
|
+
fill: "none",
|
|
601
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
602
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
603
|
+
d: "M17 14.5H24.5V17.5H17V25H14V17.5H6.5V14.5H14V7H17V14.5Z",
|
|
604
|
+
fill: "currentColor"
|
|
605
|
+
})
|
|
606
|
+
});
|
|
607
|
+
};
|
|
608
|
+
var CloseIcon = function(_param) {
|
|
609
|
+
var _param_width = _param.width, width = _param_width === void 0 ? 24 : _param_width, _param_height = _param.height, height = _param_height === void 0 ? 24 : _param_height, props = _object_without_properties(_param, [
|
|
610
|
+
"width",
|
|
611
|
+
"height"
|
|
612
|
+
]);
|
|
613
|
+
return /*#__PURE__*/ jsxs("svg", _object_spread_props(_object_spread({
|
|
614
|
+
width: width,
|
|
615
|
+
height: height,
|
|
616
|
+
viewBox: "0 0 24 24",
|
|
617
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
618
|
+
}, props), {
|
|
619
|
+
children: [
|
|
620
|
+
/*#__PURE__*/ jsx("path", {
|
|
621
|
+
d: "M18 6L6 18",
|
|
622
|
+
stroke: "currentColor",
|
|
623
|
+
strokeWidth: "2",
|
|
624
|
+
strokeLinecap: "round",
|
|
625
|
+
strokeLinejoin: "round"
|
|
626
|
+
}),
|
|
627
|
+
/*#__PURE__*/ jsx("path", {
|
|
628
|
+
d: "M6 6L18 18",
|
|
629
|
+
stroke: "currentColor",
|
|
630
|
+
strokeWidth: "2",
|
|
631
|
+
strokeLinecap: "round",
|
|
632
|
+
strokeLinejoin: "round"
|
|
633
|
+
})
|
|
634
|
+
]
|
|
635
|
+
}));
|
|
636
|
+
};
|
|
637
|
+
var EllipsisIcon = function() {
|
|
638
|
+
var _param = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
639
|
+
var _param_width = _param.width, width = _param_width === void 0 ? 18 : _param_width, _param_height = _param.height, height = _param_height === void 0 ? 4 : _param_height, _param_fill = _param.fill, fill = _param_fill === void 0 ? 'currentColor' : _param_fill, props = _object_without_properties(_param, [
|
|
640
|
+
"width",
|
|
641
|
+
"height",
|
|
642
|
+
"fill"
|
|
643
|
+
]);
|
|
644
|
+
return /*#__PURE__*/ jsx("svg", _object_spread_props(_object_spread({
|
|
645
|
+
width: width,
|
|
646
|
+
height: height,
|
|
647
|
+
viewBox: "0 0 18 4",
|
|
648
|
+
fill: "none",
|
|
649
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
650
|
+
}, props), {
|
|
651
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
652
|
+
d: "M2 0C3.10457 0 4 0.895431 4 2C4 3.10457 3.10457 4 2 4C0.895431 4 0 3.10457 0 2C0 0.895431 0.895431 0 2 0ZM9 0C10.1046 0 11 0.895431 11 2C11 3.10457 10.1046 4 9 4C7.89543 4 7 3.10457 7 2C7 0.895431 7.89543 0 9 0ZM16 0C17.1046 0 18 0.895431 18 2C18 3.10457 17.1046 4 16 4C14.8954 4 14 3.10457 14 2C14 0.895431 14.8954 0 16 0Z",
|
|
653
|
+
fill: fill
|
|
654
|
+
})
|
|
655
|
+
}));
|
|
656
|
+
};
|
|
657
|
+
var CircleIcon = function() {
|
|
658
|
+
var _param = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
659
|
+
var _param_width = _param.width, width = _param_width === void 0 ? 32 : _param_width, _param_height = _param.height, height = _param_height === void 0 ? 32 : _param_height, _param_fill = _param.fill, fill = _param_fill === void 0 ? 'var(--surface-action-soft)' : _param_fill, _param_className = _param.className, className = _param_className === void 0 ? '' : _param_className, props = _object_without_properties(_param, [
|
|
660
|
+
"width",
|
|
661
|
+
"height",
|
|
662
|
+
"fill",
|
|
663
|
+
"className"
|
|
664
|
+
]);
|
|
665
|
+
return /*#__PURE__*/ jsx("svg", _object_spread_props(_object_spread({
|
|
666
|
+
width: width,
|
|
667
|
+
height: height,
|
|
668
|
+
viewBox: "0 0 32 32",
|
|
669
|
+
fill: "none",
|
|
670
|
+
className: className,
|
|
671
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
672
|
+
}, props), {
|
|
673
|
+
children: /*#__PURE__*/ jsx("circle", {
|
|
674
|
+
cx: "16",
|
|
675
|
+
cy: "16",
|
|
676
|
+
r: "16",
|
|
677
|
+
fill: fill
|
|
678
|
+
})
|
|
679
|
+
}));
|
|
680
|
+
};
|
|
681
|
+
var SecurityIcon = function() {
|
|
682
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
683
|
+
width: "32",
|
|
684
|
+
height: "32",
|
|
685
|
+
viewBox: "0 0 32 32",
|
|
686
|
+
fill: "none",
|
|
687
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
688
|
+
children: [
|
|
689
|
+
/*#__PURE__*/ jsx("path", {
|
|
690
|
+
d: "M8 8L16 6.5V25.5L11 22.5L8 19.5V8Z",
|
|
691
|
+
fill: "currentColor",
|
|
692
|
+
fillOpacity: "0.1"
|
|
693
|
+
}),
|
|
694
|
+
/*#__PURE__*/ jsx("path", {
|
|
695
|
+
d: "M16 5L24.2169 6.82598C24.6745 6.92766 25 7.33347 25 7.80217V17.7889C25 19.795 23.9974 21.6684 22.3282 22.7812L16 27L9.6718 22.7812C8.00261 21.6684 7 19.795 7 17.7889V7.80217C7 7.33347 7.32553 6.92766 7.78307 6.82598L16 5ZM16 7.04879L9 8.60434V17.7889C9 19.1263 9.6684 20.3752 10.7812 21.1171L16 24.5963L21.2188 21.1171C22.3316 20.3752 23 19.1263 23 17.7889V8.60434L16 7.04879ZM16 11C17.1046 11 18 11.8954 18 13C18 13.7398 17.5983 14.3858 17.0011 14.7318L17 19H15L14.9999 14.7324C14.4022 14.3866 14 13.7402 14 13C14 11.8954 14.8954 11 16 11Z",
|
|
696
|
+
fill: "currentColor"
|
|
697
|
+
})
|
|
698
|
+
]
|
|
699
|
+
});
|
|
700
|
+
};
|
|
701
|
+
var DeleteIcon = function() {
|
|
702
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 24 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 24 : _ref_height;
|
|
703
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
704
|
+
width: width,
|
|
705
|
+
height: height,
|
|
706
|
+
viewBox: "0 0 32 32",
|
|
707
|
+
fill: "none",
|
|
708
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
709
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
710
|
+
d: "M21 10H26V12H24V25C24 25.5523 23.5523 26 23 26H9C8.44772 26 8 25.5523 8 25V12H6V10H11V7C11 6.44772 11.4477 6 12 6H20C20.5523 6 21 6.44772 21 7V10ZM22 12H10V24H22V12ZM13 15H15V21H13V15ZM17 15H19V21H17V15ZM13 8V10H19V8H13Z",
|
|
711
|
+
fill: "currentColor"
|
|
712
|
+
})
|
|
713
|
+
});
|
|
714
|
+
};
|
|
715
|
+
var UserAddIcon = function() {
|
|
716
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 24 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 24 : _ref_height;
|
|
717
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
718
|
+
width: width,
|
|
719
|
+
height: height,
|
|
720
|
+
viewBox: "0 0 32 32",
|
|
721
|
+
fill: "none",
|
|
722
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
723
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
724
|
+
d: "M16 20C12.6863 20 10 22.6863 10 26H8C8 21.5817 11.5817 18 16 18V20ZM22 21H25V23H22V26H20V23H17V21H20V18H22V21ZM16 5C19.315 5 22 7.685 22 11C22 14.315 19.315 17 16 17C12.685 17 10 14.315 10 11C10 7.685 12.685 5 16 5ZM16 7C13.79 7 12 8.79 12 11C12 13.21 13.79 15 16 15C18.21 15 20 13.21 20 11C20 8.79 18.21 7 16 7Z",
|
|
725
|
+
fill: "currentColor"
|
|
726
|
+
})
|
|
727
|
+
});
|
|
728
|
+
};
|
|
729
|
+
var UserImportIcon = function() {
|
|
730
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 24 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 24 : _ref_height;
|
|
731
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
732
|
+
width: width,
|
|
733
|
+
height: height,
|
|
734
|
+
viewBox: "0 0 32 32",
|
|
735
|
+
fill: "none",
|
|
736
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
737
|
+
children: [
|
|
738
|
+
/*#__PURE__*/ jsx("path", {
|
|
739
|
+
d: "M16 20C12.6863 20 10 22.6863 10 26H8C8 21.5817 11.5817 18 16 18V20ZM16 5C19.315 5 22 7.685 22 11C22 14.315 19.315 17 16 17C12.685 17 10 14.315 10 11C10 7.685 12.685 5 16 5ZM16 7C13.79 7 12 8.79 12 11C12 13.21 13.79 15 16 15C18.21 15 20 13.21 20 11C20 8.79 18.21 7 16 7Z",
|
|
740
|
+
fill: "currentColor"
|
|
741
|
+
}),
|
|
742
|
+
/*#__PURE__*/ jsx("path", {
|
|
743
|
+
d: "M22 23L25 23L21 18L17 23L20 23L20 28L22 28L22 23Z",
|
|
744
|
+
fill: "currentColor"
|
|
745
|
+
})
|
|
746
|
+
]
|
|
747
|
+
});
|
|
748
|
+
};
|
|
749
|
+
var SlidersIcon = function() {
|
|
750
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 18 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 18 : _ref_height;
|
|
751
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
752
|
+
width: width,
|
|
753
|
+
height: height,
|
|
754
|
+
viewBox: "0 0 32 32",
|
|
755
|
+
fill: "none",
|
|
756
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
757
|
+
children: [
|
|
758
|
+
/*#__PURE__*/ jsx("path", {
|
|
759
|
+
d: "M13 9C14.3059 9 15.4141 9.83532 15.8262 11H24V13H15.8262C15.4141 14.1647 14.3059 15 13 15C11.6941 15 10.5859 14.1647 10.1738 13H8V11H10.1738C10.5859 9.83532 11.6941 9 13 9Z",
|
|
760
|
+
fill: "currentColor"
|
|
761
|
+
}),
|
|
762
|
+
/*#__PURE__*/ jsx("path", {
|
|
763
|
+
d: "M19 17C20.3059 17 21.4141 17.8353 21.8262 19H24V21H21.8262C21.4141 22.1647 20.3059 23 19 23C17.6941 23 16.5859 22.1647 16.1738 21H8V19H16.1738C16.5859 17.8353 17.6941 17 19 17Z",
|
|
764
|
+
fill: "currentColor"
|
|
765
|
+
})
|
|
766
|
+
]
|
|
767
|
+
});
|
|
768
|
+
};
|
|
769
|
+
var ProviderPlusIcon = function() {
|
|
770
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 16 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 16 : _ref_height;
|
|
771
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
772
|
+
width: width,
|
|
773
|
+
height: height,
|
|
774
|
+
viewBox: "0 0 32 32",
|
|
775
|
+
fill: "none",
|
|
776
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
777
|
+
children: [
|
|
778
|
+
/*#__PURE__*/ jsx("path", {
|
|
779
|
+
d: "M8 10L17 6.5V24H8V10Z",
|
|
780
|
+
fill: "currentColor",
|
|
781
|
+
fillOpacity: "0.1"
|
|
782
|
+
}),
|
|
783
|
+
/*#__PURE__*/ jsx("path", {
|
|
784
|
+
d: "M17.3291 5.24414C17.5886 5.14978 17.8753 5.28351 17.9697 5.54297C17.9896 5.59773 18 5.6556 18 5.71387V10.667L24.3164 12.7725C24.7246 12.9086 25 13.2904 25 13.7207V23H27V25H5V23H7V9.7002C7.00011 9.27982 7.26314 8.90443 7.6582 8.76074L17.3291 5.24414ZM9 10.4014V23H16V7.85547L9 10.4014ZM18 23H23V14.4414L18 12.7744V23ZM25 5H28V7H25V10H23V7H20V5H23V2H25V5Z",
|
|
785
|
+
fill: "currentColor"
|
|
786
|
+
})
|
|
787
|
+
]
|
|
788
|
+
});
|
|
789
|
+
};
|
|
790
|
+
var ClockIcon = function() {
|
|
791
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 20 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 20 : _ref_height;
|
|
792
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
793
|
+
width: width,
|
|
794
|
+
height: height,
|
|
795
|
+
viewBox: "0 0 32 32",
|
|
796
|
+
fill: "none",
|
|
797
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
798
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
799
|
+
d: "M16 28C9.37258 28 4 22.6274 4 16C4 9.37258 9.37258 4 16 4C22.6274 4 28 9.37258 28 16C28 22.6274 22.6274 28 16 28ZM16 26C21.5228 26 26 21.5228 26 16C26 10.4772 21.5228 6 16 6C10.4772 6 6 10.4772 6 16C6 21.5228 10.4772 26 16 26ZM17 9V15.5858L21.2426 19.8284L19.8284 21.2426L15 16.4142V9H17Z",
|
|
800
|
+
fill: "currentColor"
|
|
801
|
+
})
|
|
802
|
+
});
|
|
803
|
+
};
|
|
804
|
+
var NoEntryIcon = function() {
|
|
805
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 24 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 24 : _ref_height;
|
|
806
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
807
|
+
width: width,
|
|
808
|
+
height: height,
|
|
809
|
+
viewBox: "0 0 32 32",
|
|
810
|
+
fill: "none",
|
|
811
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
812
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
813
|
+
d: "M16 5C22.0751 5 27 9.92487 27 16C27 22.0751 22.0751 27 16 27C9.92487 27 5 22.0751 5 16C5 9.92487 9.92487 5 16 5ZM7.75293 12.3936C7.26936 13.4978 7 14.7173 7 16C7 20.9706 11.0294 25 16 25C18.9719 25 21.6062 23.5587 23.2451 21.3379L7.75293 12.3936ZM16 7C13.0282 7 10.3928 8.44042 8.75391 10.6611L24.2461 19.6055C24.7295 18.5013 25 17.2825 25 16C25 11.0294 20.9706 7 16 7Z",
|
|
814
|
+
fill: "currentColor"
|
|
815
|
+
})
|
|
816
|
+
});
|
|
817
|
+
};
|
|
818
|
+
var UploadIcon = function() {
|
|
819
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
820
|
+
width: "32",
|
|
821
|
+
height: "32",
|
|
822
|
+
viewBox: "0 0 24 24",
|
|
823
|
+
fill: "none",
|
|
824
|
+
children: [
|
|
825
|
+
/*#__PURE__*/ jsx("path", {
|
|
826
|
+
d: "M12 16V8M12 8L8.5 11.5M12 8L15.5 11.5",
|
|
827
|
+
stroke: "currentColor",
|
|
828
|
+
strokeWidth: "1.75",
|
|
829
|
+
strokeLinecap: "round",
|
|
830
|
+
strokeLinejoin: "round"
|
|
831
|
+
}),
|
|
832
|
+
/*#__PURE__*/ jsx("path", {
|
|
833
|
+
d: "M4 17V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V17",
|
|
834
|
+
stroke: "currentColor",
|
|
835
|
+
strokeWidth: "1.75",
|
|
836
|
+
strokeLinecap: "round"
|
|
837
|
+
})
|
|
838
|
+
]
|
|
839
|
+
});
|
|
840
|
+
};
|
|
841
|
+
var SettingsPageWaiversIcon = function() {
|
|
842
|
+
var _param = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
843
|
+
var _param_size = _param.size, size = _param_size === void 0 ? 24 : _param_size, _param_className = _param.className, className = _param_className === void 0 ? '' : _param_className, props = _object_without_properties(_param, [
|
|
844
|
+
"size",
|
|
845
|
+
"className"
|
|
846
|
+
]);
|
|
847
|
+
return /*#__PURE__*/ jsx("svg", _object_spread_props(_object_spread({
|
|
848
|
+
width: size,
|
|
849
|
+
height: size,
|
|
850
|
+
viewBox: "0 0 48 48",
|
|
851
|
+
fill: "none",
|
|
852
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
853
|
+
className: className
|
|
854
|
+
}, props), {
|
|
855
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
856
|
+
d: "M29.3657 27.8354C31.4117 26.4405 34.0772 25.7503 37.729 26.1685L38.4731 26.2661L38.6235 26.2974C39.3599 26.4857 39.8491 27.2053 39.7339 27.9731C39.6184 28.741 38.9395 29.2849 38.1802 29.2485L38.0278 29.2339L37.395 29.1489C34.308 28.7933 32.394 29.4019 31.0562 30.314C29.5595 31.3345 28.5809 32.8586 27.5396 34.6099C26.5775 36.2279 25.4604 38.2594 23.6812 39.4409C21.8382 40.6643 19.5533 40.8605 16.5776 39.8687L15.9731 39.6548L15.8325 39.5933C15.1516 39.2557 14.8228 38.4502 15.0952 37.7231C15.3681 36.996 16.1461 36.6045 16.8813 36.7983L17.0278 36.8452L17.5229 37.021C19.9234 37.8245 21.1853 37.498 22.0229 36.9419C23.1024 36.2249 23.8614 34.9277 24.9614 33.0776C25.9824 31.3606 27.2536 29.2757 29.3657 27.8354ZM22.0132 6.82178C22.3878 6.08288 23.2909 5.78703 24.0298 6.16162L30.855 9.62256L30.9878 9.69775C31.6279 10.1082 31.8654 10.9454 31.5142 11.6382L21.6284 31.1382C21.5083 31.375 21.327 31.5762 21.104 31.7202L14.7261 35.8394C14.2781 36.1287 13.7106 36.1585 13.2349 35.9175C12.759 35.6762 12.4459 35.2001 12.4146 34.6675L11.9673 27.0884C11.9517 26.8234 12.0075 26.5586 12.1274 26.3218L22.0132 6.82178ZM14.9878 27.3149L15.2583 31.9224L19.1372 29.4185L28.1606 11.6196L24.0112 9.51611L14.9878 27.3149Z",
|
|
857
|
+
fill: "currentColor"
|
|
858
|
+
})
|
|
859
|
+
}));
|
|
860
|
+
};
|
|
861
|
+
|
|
862
|
+
export { AdminIcon, AnalyticsIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BookingTypesIcon, BookingsIcon, CalendarIcon, ChevronLeftIcon, ChevronRightIcon, CircleIcon, ClearIcon, ClockIcon, CloseIcon, CompanyIcon, CustomersIcon, DashboardIcon, DeleteIcon, EditIcon, EllipsisIcon, ExportIcon, ExternalLinkIcon, GripVerticalIcon, InfoIcon, LoyaltyIcon, MarketingIcon, NoEntryIcon, PaymentsIcon, PlusIcon, ProfileIcon, ProviderPlusIcon, RefreshIcon, ReportsIcon, SearchIcon, SecurityIcon, SendIcon, SettingsIcon, SettingsPageWaiversIcon, SlidersIcon, TableHeaderArrowDownIcon, TableHeaderArrowUpIcon, UploadIcon, UserAddIcon, UserImportIcon, VenueIcon, WaiversIcon };
|