@licklist/design 0.78.5-dev.1 → 0.78.5-dev.101
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/.storybook/main.cjs +127 -32
- package/.storybook/preview.jsx +148 -0
- package/bitbucket-pipelines.yml +7 -3
- package/components.json +20 -0
- 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/Layout/UserNavDropDownToggle.js +3 -0
- package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +11 -9
- 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/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 +7 -5
- 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.js +8 -6
- 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 +2 -2
- 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 +2 -2
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts.map +1 -1
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/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 +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 +2 -3
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.js +3 -6
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.js +9 -6
- 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 +2 -2
- 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 +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.js +81 -80
- 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 +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 +1 -1
- 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 +34 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +101 -30
- 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/Dialog.js +39 -41
- package/dist/modals/dialog/DialogContext.d.ts +2 -2
- 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/card/EmailTemplateCard.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts +1 -0
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.js +7 -11
- package/dist/notification/email-template/form/EmailTemplateForm.d.ts +2 -1
- package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
- package/dist/notification/email-template/form/EmailTemplateForm.js +2 -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/advanced-options/AdvancedOptions.js +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 +2 -2
- 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/RecurrenceInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceInput.js +1 -1
- 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/payments/payments-modal/PaymentsModal.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 +14 -21
- 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/Tabs.d.ts +3 -3
- package/dist/static/tabs/Tabs.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/AccountManagerCard/AccountManagerCard.d.ts +11 -0
- package/dist/v2/components/AccountManagerCard/AccountManagerCard.d.ts.map +1 -0
- package/dist/v2/components/AccountManagerCard/AccountManagerCard.js +62 -0
- package/dist/v2/components/AccountManagerCard/AccountManagerCard.scss.js +6 -0
- package/dist/v2/components/AccountManagerCard/index.d.ts +3 -0
- package/dist/v2/components/AccountManagerCard/index.d.ts.map +1 -0
- 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 +76 -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 +129 -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 +43 -0
- package/dist/v2/components/DataTable/DataTable.d.ts.map +1 -0
- package/dist/v2/components/DataTable/DataTable.js +220 -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/FeatureToggle/FeatureToggle.d.ts +14 -0
- package/dist/v2/components/FeatureToggle/FeatureToggle.d.ts.map +1 -0
- package/dist/v2/components/FeatureToggle/FeatureToggle.js +47 -0
- package/dist/v2/components/FeatureToggle/FeatureToggle.scss.js +6 -0
- package/dist/v2/components/FeatureToggle/index.d.ts +3 -0
- package/dist/v2/components/FeatureToggle/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 +155 -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/NotificationBanner/NotificationBanner.d.ts +16 -0
- package/dist/v2/components/NotificationBanner/NotificationBanner.d.ts.map +1 -0
- package/dist/v2/components/NotificationBanner/NotificationBanner.js +50 -0
- package/dist/v2/components/NotificationBanner/NotificationBanner.scss.js +6 -0
- package/dist/v2/components/NotificationBanner/index.d.ts +3 -0
- package/dist/v2/components/NotificationBanner/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/RadioCardGroup.d.ts +18 -0
- package/dist/v2/components/RadioCard/RadioCardGroup.d.ts.map +1 -0
- package/dist/v2/components/RadioCard/RadioCardGroup.js +69 -0
- package/dist/v2/components/RadioCard/RadioCardGroup.scss.js +6 -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/RadioCardGroup/RadioCardGroup.d.ts +15 -0
- package/dist/v2/components/RadioCardGroup/RadioCardGroup.d.ts.map +1 -0
- package/dist/v2/components/RadioCardGroup/index.d.ts +3 -0
- package/dist/v2/components/RadioCardGroup/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 +19 -0
- package/dist/v2/components/Select/Select.d.ts.map +1 -0
- package/dist/v2/components/Select/Select.js +164 -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 +9 -0
- package/dist/v2/components/StatusBadge/StatusBadge.d.ts.map +1 -0
- package/dist/v2/components/StatusBadge/StatusBadge.js +30 -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 +87 -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.js +40 -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/Toggle/Toggle.d.ts +10 -0
- package/dist/v2/components/Toggle/Toggle.d.ts.map +1 -0
- package/dist/v2/components/Toggle/Toggle.js +17 -0
- package/dist/v2/components/Toggle/Toggle.scss.js +6 -0
- package/dist/v2/components/Toggle/index.d.ts +3 -0
- package/dist/v2/components/Toggle/index.d.ts.map +1 -0
- package/dist/v2/components/Tooltip/Tooltip.d.ts +20 -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 +148 -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 +72 -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 +107 -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 +734 -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 +62 -0
- package/dist/v2/dashboard-analytics/dashboard/Dashboard.d.ts.map +1 -0
- package/dist/v2/dashboard-analytics/dashboard/Dashboard.js +278 -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 +276 -0
- package/dist/v2/icons/index.d.ts.map +1 -0
- package/dist/v2/icons/index.js +1357 -0
- package/dist/v2/index.d.ts +107 -0
- package/dist/v2/index.d.ts.map +1 -0
- package/dist/v2/navigation/DashboardLayout/AdminSidebar.d.ts +13 -0
- package/dist/v2/navigation/DashboardLayout/AdminSidebar.d.ts.map +1 -0
- package/dist/v2/navigation/DashboardLayout/AdminSidebar.js +270 -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 +37 -0
- package/dist/v2/navigation/DashboardLayout/DashboardFooter.scss.js +6 -0
- package/dist/v2/navigation/DashboardLayout/DashboardLayout.d.ts +45 -0
- package/dist/v2/navigation/DashboardLayout/DashboardLayout.d.ts.map +1 -0
- package/dist/v2/navigation/DashboardLayout/DashboardLayout.js +188 -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 +331 -0
- package/dist/v2/navigation/DashboardLayout/ProviderSidebar.scss.js +6 -0
- package/dist/v2/navigation/DashboardLayout/TopNavigation.d.ts +27 -0
- package/dist/v2/navigation/DashboardLayout/TopNavigation.d.ts.map +1 -0
- package/dist/v2/navigation/DashboardLayout/TopNavigation.js +379 -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 +336 -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 +85 -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/AuthLayout.js +142 -0
- package/dist/v2/pages/auth/AuthLayout/AuthLayout.scss.js +6 -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/CreatePasswordPage.js +377 -0
- package/dist/v2/pages/auth/CreatePassword/CreatePasswordPage.scss.js +6 -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/LoginPage.js +257 -0
- package/dist/v2/pages/auth/Login/LoginPage.scss.js +6 -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/ResetPasswordPage.js +274 -0
- package/dist/v2/pages/auth/ResetPassword/ResetPasswordPage.scss.js +6 -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/VerifyEmailPage.js +313 -0
- package/dist/v2/pages/auth/VerifyEmail/VerifyEmailPage.scss.js +6 -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/shadcn/components/ui/accordion.d.ts +8 -0
- package/dist/v2/shadcn/components/ui/accordion.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/alert-dialog.d.ts +21 -0
- package/dist/v2/shadcn/components/ui/alert-dialog.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/alert.d.ts +9 -0
- package/dist/v2/shadcn/components/ui/alert.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/aspect-ratio.d.ts +4 -0
- package/dist/v2/shadcn/components/ui/aspect-ratio.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/avatar.d.ts +7 -0
- package/dist/v2/shadcn/components/ui/avatar.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/badge.d.ts +10 -0
- package/dist/v2/shadcn/components/ui/badge.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/breadcrumb.d.ts +20 -0
- package/dist/v2/shadcn/components/ui/breadcrumb.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/button.d.ts +14 -0
- package/dist/v2/shadcn/components/ui/button.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/calendar.d.ts +9 -0
- package/dist/v2/shadcn/components/ui/calendar.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/card.d.ts +9 -0
- package/dist/v2/shadcn/components/ui/card.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/carousel.d.ts +19 -0
- package/dist/v2/shadcn/components/ui/carousel.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/checkbox.d.ts +6 -0
- package/dist/v2/shadcn/components/ui/checkbox.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/checkbox.js +115 -0
- package/dist/v2/shadcn/components/ui/checkbox.scss.js +6 -0
- package/dist/v2/shadcn/components/ui/collapsible.d.ts +6 -0
- package/dist/v2/shadcn/components/ui/collapsible.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/command.d.ts +83 -0
- package/dist/v2/shadcn/components/ui/command.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/context-menu.d.ts +28 -0
- package/dist/v2/shadcn/components/ui/context-menu.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/dialog.d.ts +20 -0
- package/dist/v2/shadcn/components/ui/dialog.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/dialog.js +169 -0
- package/dist/v2/shadcn/components/ui/drawer.d.ts +23 -0
- package/dist/v2/shadcn/components/ui/drawer.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/dropdown-menu.d.ts +28 -0
- package/dist/v2/shadcn/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/form.d.ts +24 -0
- package/dist/v2/shadcn/components/ui/form.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/hover-card.d.ts +7 -0
- package/dist/v2/shadcn/components/ui/hover-card.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/input-otp.d.ts +35 -0
- package/dist/v2/shadcn/components/ui/input-otp.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/input.d.ts +6 -0
- package/dist/v2/shadcn/components/ui/input.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/label.d.ts +6 -0
- package/dist/v2/shadcn/components/ui/label.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/menubar.d.ts +34 -0
- package/dist/v2/shadcn/components/ui/menubar.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/navigation-menu.d.ts +13 -0
- package/dist/v2/shadcn/components/ui/navigation-menu.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/pagination.d.ts +29 -0
- package/dist/v2/shadcn/components/ui/pagination.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/popover.d.ts +7 -0
- package/dist/v2/shadcn/components/ui/popover.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/progress.d.ts +5 -0
- package/dist/v2/shadcn/components/ui/progress.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/radio-card.d.ts +12 -0
- package/dist/v2/shadcn/components/ui/radio-card.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/radio-group.d.ts +6 -0
- package/dist/v2/shadcn/components/ui/radio-group.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/scroll-area.d.ts +6 -0
- package/dist/v2/shadcn/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/select.d.ts +14 -0
- package/dist/v2/shadcn/components/ui/select.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/separator.d.ts +5 -0
- package/dist/v2/shadcn/components/ui/separator.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/sheet.d.ts +26 -0
- package/dist/v2/shadcn/components/ui/sheet.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/sidebar.d.ts +67 -0
- package/dist/v2/shadcn/components/ui/sidebar.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/skeleton.d.ts +3 -0
- package/dist/v2/shadcn/components/ui/skeleton.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/slider.d.ts +5 -0
- package/dist/v2/shadcn/components/ui/slider.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/switch.d.ts +6 -0
- package/dist/v2/shadcn/components/ui/switch.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/switch.js +115 -0
- package/dist/v2/shadcn/components/ui/switch.scss.js +6 -0
- package/dist/v2/shadcn/components/ui/table-pagination.d.ts +11 -0
- package/dist/v2/shadcn/components/ui/table-pagination.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/table.d.ts +11 -0
- package/dist/v2/shadcn/components/ui/table.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/tabs.d.ts +8 -0
- package/dist/v2/shadcn/components/ui/tabs.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/textarea.d.ts +6 -0
- package/dist/v2/shadcn/components/ui/textarea.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/toast.d.ts +16 -0
- package/dist/v2/shadcn/components/ui/toast.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/toaster.d.ts +2 -0
- package/dist/v2/shadcn/components/ui/toaster.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/toggle-group.d.ts +13 -0
- package/dist/v2/shadcn/components/ui/toggle-group.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/toggle.d.ts +13 -0
- package/dist/v2/shadcn/components/ui/toggle.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/tooltip.d.ts +8 -0
- package/dist/v2/shadcn/components/ui/tooltip.d.ts.map +1 -0
- package/dist/v2/shadcn/components/ui/use-toast.d.ts +3 -0
- package/dist/v2/shadcn/components/ui/use-toast.d.ts.map +1 -0
- package/dist/v2/shadcn/hooks/use-mobile.d.ts +2 -0
- package/dist/v2/shadcn/hooks/use-mobile.d.ts.map +1 -0
- package/dist/v2/shadcn/hooks/use-toast.d.ts +45 -0
- package/dist/v2/shadcn/hooks/use-toast.d.ts.map +1 -0
- package/dist/v2/shadcn/index.d.ts +20 -0
- package/dist/v2/shadcn/index.d.ts.map +1 -0
- package/dist/v2/shadcn/lib/utils.d.ts +3 -0
- package/dist/v2/shadcn/lib/utils.d.ts.map +1 -0
- package/dist/v2/shadcn/lib/utils.js +11 -0
- package/dist/v2/shadcn/styles/globals.css +112 -0
- package/dist/v2/styles/common.scss +7 -0
- package/dist/v2/styles/components/Button.scss +224 -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 +582 -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 +18 -0
- package/dist/v2/types/navigation.d.ts.map +1 -0
- package/dist/v2/utils/translations.d.ts +3 -0
- package/dist/v2/utils/translations.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 +89 -39
- package/rollup.config.js +14 -31
- 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 +1 -1
- package/src/auth/Layout/index.ts +0 -0
- package/src/auth/Login/Login.stories.tsx +21 -22
- package/src/auth/Login/LoginComponent.tsx +10 -9
- 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 +7 -9
- 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 +7 -7
- 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 +2 -2
- 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 +1 -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 +2 -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 +2 -2
- 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 +15 -13
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.tsx +15 -7
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +17 -9
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.tsx +18 -20
- 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 +3 -5
- 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 +3 -3
- 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 +103 -109
- 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 +5 -5
- 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 +6 -7
- 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 +47 -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 +35 -36
- package/src/modals/dialog/DialogContext.tsx +8 -2
- 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 -2
- package/src/notification/email-template/card/index.tsx +0 -0
- package/src/notification/email-template/control/EmailTemplateControl.tsx +12 -12
- 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 +3 -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 +4 -7
- 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 +15 -14
- 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 +4 -3
- 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 +1 -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 +6 -10
- 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 +3 -3
- 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/AccountManagerCard/AccountManagerCard.scss +75 -0
- package/src/v2/components/AccountManagerCard/AccountManagerCard.stories.tsx +35 -0
- package/src/v2/components/AccountManagerCard/AccountManagerCard.tsx +37 -0
- package/src/v2/components/AccountManagerCard/index.ts +2 -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 +90 -0
- package/src/v2/components/AvatarUpload/AvatarUpload.stories.tsx +83 -0
- package/src/v2/components/AvatarUpload/AvatarUpload.tsx +77 -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 +75 -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 +909 -0
- package/src/v2/components/DataTable/DataTable.scss +184 -0
- package/src/v2/components/DataTable/DataTable.tsx +257 -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/FeatureToggle/FeatureToggle.scss +64 -0
- package/src/v2/components/FeatureToggle/FeatureToggle.stories.tsx +56 -0
- package/src/v2/components/FeatureToggle/FeatureToggle.tsx +41 -0
- package/src/v2/components/FeatureToggle/index.ts +2 -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 +215 -0
- package/src/v2/components/Modal/DeleteModal.tsx +108 -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/NotificationBanner/NotificationBanner.scss +123 -0
- package/src/v2/components/NotificationBanner/NotificationBanner.stories.tsx +54 -0
- package/src/v2/components/NotificationBanner/NotificationBanner.tsx +45 -0
- package/src/v2/components/NotificationBanner/index.ts +2 -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.stories.tsx +115 -0
- package/src/v2/components/RadioCard/RadioCardGroup.scss +101 -0
- package/src/v2/components/RadioCard/RadioCardGroup.tsx +76 -0
- package/src/v2/components/RadioCard/index.ts +1 -0
- package/src/v2/components/RadioCardGroup/RadioCardGroup.scss +93 -0
- package/src/v2/components/RadioCardGroup/RadioCardGroup.tsx +37 -0
- package/src/v2/components/RadioCardGroup/index.ts +2 -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 +99 -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 +45 -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 +112 -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 +63 -0
- package/src/v2/components/Tabs/Tabs.stories.tsx +75 -0
- package/src/v2/components/Tabs/Tabs.tsx +53 -0
- package/src/v2/components/Tabs/index.ts +2 -0
- package/src/v2/components/Toggle/Toggle.scss +2 -0
- package/src/v2/components/Toggle/Toggle.tsx +20 -0
- package/src/v2/components/Toggle/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 +63 -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 +130 -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 +173 -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 +93 -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 +626 -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 +260 -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 +792 -0
- package/src/v2/index.ts +296 -0
- package/src/v2/navigation/DashboardLayout/AdminSidebar.scss +245 -0
- package/src/v2/navigation/DashboardLayout/AdminSidebar.tsx +179 -0
- package/src/v2/navigation/DashboardLayout/DashboardFooter.scss +30 -0
- package/src/v2/navigation/DashboardLayout/DashboardFooter.tsx +27 -0
- package/src/v2/navigation/DashboardLayout/DashboardLayout.scss +99 -0
- package/src/v2/navigation/DashboardLayout/DashboardLayout.stories.tsx +370 -0
- package/src/v2/navigation/DashboardLayout/DashboardLayout.tsx +252 -0
- package/src/v2/navigation/DashboardLayout/ProviderSidebar.scss +312 -0
- package/src/v2/navigation/DashboardLayout/ProviderSidebar.tsx +267 -0
- package/src/v2/navigation/DashboardLayout/Sidebar.stories.tsx +220 -0
- package/src/v2/navigation/DashboardLayout/TopNavigation.scss +222 -0
- package/src/v2/navigation/DashboardLayout/TopNavigation.tsx +258 -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 +309 -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.tsx +126 -0
- package/src/v2/navigation/Navigation/index.ts +2 -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 +115 -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 +149 -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 +129 -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 +212 -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 +63 -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/shadcn/_reference/AccountManagerCard.tsx +45 -0
- package/src/v2/shadcn/_reference/AffiliatesTable.tsx +178 -0
- package/src/v2/shadcn/_reference/AuditArchive.tsx +165 -0
- package/src/v2/shadcn/_reference/AuditContent.tsx +270 -0
- package/src/v2/shadcn/_reference/AutomationsGeneralSettings.tsx +251 -0
- package/src/v2/shadcn/_reference/AvatarUpload.tsx +150 -0
- package/src/v2/shadcn/_reference/BookingsSummaryCard.tsx +268 -0
- package/src/v2/shadcn/_reference/CodeCleanUpAudit.tsx +274 -0
- package/src/v2/shadcn/_reference/CompaniesTable.tsx +387 -0
- package/src/v2/shadcn/_reference/ComponentAudit.tsx +239 -0
- package/src/v2/shadcn/_reference/ConfigureSettingsCard.tsx +95 -0
- package/src/v2/shadcn/_reference/CustomerCard.tsx +155 -0
- package/src/v2/shadcn/_reference/DashboardCards.tsx +50 -0
- package/src/v2/shadcn/_reference/DashboardFooter.tsx +18 -0
- package/src/v2/shadcn/_reference/DiarySettings.tsx +187 -0
- package/src/v2/shadcn/_reference/DiaryView.tsx +998 -0
- package/src/v2/shadcn/_reference/EmptyState.tsx +76 -0
- package/src/v2/shadcn/_reference/EntityInfoCard.tsx +48 -0
- package/src/v2/shadcn/_reference/ExistingUserAssignments.tsx +131 -0
- package/src/v2/shadcn/_reference/FeatureToggle.tsx +72 -0
- package/src/v2/shadcn/_reference/FlowCard.tsx +170 -0
- package/src/v2/shadcn/_reference/FlowsContent.tsx +688 -0
- package/src/v2/shadcn/_reference/FlowsGeneralSettings.tsx +27 -0
- package/src/v2/shadcn/_reference/GeneralSettings.tsx +33 -0
- package/src/v2/shadcn/_reference/InventoryGeneralSettings.tsx +82 -0
- package/src/v2/shadcn/_reference/LanguageSelector.tsx +97 -0
- package/src/v2/shadcn/_reference/LoadingScreen.tsx +25 -0
- package/src/v2/shadcn/_reference/LoadingSpinner.tsx +41 -0
- package/src/v2/shadcn/_reference/ManagedClientsList.tsx +121 -0
- package/src/v2/shadcn/_reference/NPSScore.tsx +379 -0
- package/src/v2/shadcn/_reference/NPSSummaryCard.tsx +181 -0
- package/src/v2/shadcn/_reference/NotificationBanner.tsx +129 -0
- package/src/v2/shadcn/_reference/NotificationPanel.tsx +208 -0
- package/src/v2/shadcn/_reference/OnlineUsersCard.tsx +73 -0
- package/src/v2/shadcn/_reference/ProtectedRoute.tsx +39 -0
- package/src/v2/shadcn/_reference/ProvidersTable.tsx +353 -0
- package/src/v2/shadcn/_reference/QuickAddPanel.tsx +1057 -0
- package/src/v2/shadcn/_reference/QuickFilters.tsx +112 -0
- package/src/v2/shadcn/_reference/ScheduleView.tsx +410 -0
- package/src/v2/shadcn/_reference/ScrollToTop.tsx +14 -0
- package/src/v2/shadcn/_reference/SecondaryNav.tsx +50 -0
- package/src/v2/shadcn/_reference/SecuritySettings.tsx +258 -0
- package/src/v2/shadcn/_reference/SessionDetailView.tsx +294 -0
- package/src/v2/shadcn/_reference/Sidebar.tsx +14 -0
- package/src/v2/shadcn/_reference/SidebarAwareLayout.tsx +30 -0
- package/src/v2/shadcn/_reference/SidebarLabelCustomization.tsx +285 -0
- package/src/v2/shadcn/_reference/SimulationBanner.tsx +57 -0
- package/src/v2/shadcn/_reference/SortControls.tsx +65 -0
- package/src/v2/shadcn/_reference/StatusBadge.tsx +49 -0
- package/src/v2/shadcn/_reference/StyleGuideContent.tsx +331 -0
- package/src/v2/shadcn/_reference/TableActionMenu.tsx +126 -0
- package/src/v2/shadcn/_reference/ThemeProvider.tsx +119 -0
- package/src/v2/shadcn/_reference/ThemeSettings.tsx +73 -0
- package/src/v2/shadcn/_reference/TopNavigation.tsx +332 -0
- package/src/v2/shadcn/_reference/UserActivityHistory.tsx +209 -0
- package/src/v2/shadcn/_reference/UserLanguageSettings.tsx +94 -0
- package/src/v2/shadcn/_reference/UserPanel.tsx +472 -0
- package/src/v2/shadcn/_reference/UsersTable.tsx +1023 -0
- package/src/v2/shadcn/_reference/WaiverForm.tsx +301 -0
- package/src/v2/shadcn/_reference/WaiversGeneralSettings.tsx +46 -0
- package/src/v2/shadcn/_reference/WaiversTable.tsx +290 -0
- package/src/v2/shadcn/_reference/WaiversTemplatesSettings.tsx +416 -0
- package/src/v2/shadcn/_reference/ai/AIChatPanel.tsx +313 -0
- package/src/v2/shadcn/_reference/ai/AIChatSearchBar.tsx +36 -0
- package/src/v2/shadcn/_reference/ai/ChatInteractiveBlock.tsx +298 -0
- package/src/v2/shadcn/_reference/ai/ChatMessageContent.tsx +40 -0
- package/src/v2/shadcn/_reference/ai/parseInteractiveBlocks.ts +142 -0
- package/src/v2/shadcn/_reference/auth/AuthLayout.tsx +55 -0
- package/src/v2/shadcn/_reference/auth/CreatePasswordForm.tsx +285 -0
- package/src/v2/shadcn/_reference/auth/CreatePasswordPanel.tsx +20 -0
- package/src/v2/shadcn/_reference/auth/LoginFooter.tsx +14 -0
- package/src/v2/shadcn/_reference/auth/LoginForm.tsx +205 -0
- package/src/v2/shadcn/_reference/auth/LoginPanel.tsx +41 -0
- package/src/v2/shadcn/_reference/auth/ResetPasswordForm.tsx +102 -0
- package/src/v2/shadcn/_reference/auth/ResetPasswordPanel.tsx +20 -0
- package/src/v2/shadcn/_reference/auth/VerifyEmailForm.tsx +95 -0
- package/src/v2/shadcn/_reference/auth/VerifyEmailPanel.tsx +20 -0
- package/src/v2/shadcn/_reference/email/EmailAttachment.tsx +119 -0
- package/src/v2/shadcn/_reference/email/EmailAutomation.tsx +92 -0
- package/src/v2/shadcn/_reference/email/EmailPlaceholders.tsx +64 -0
- package/src/v2/shadcn/_reference/email/UnlayerEmailEditor.tsx +41 -0
- package/src/v2/shadcn/_reference/email/emailTemplateData.ts +53 -0
- package/src/v2/shadcn/_reference/emptyStateIcons.tsx +103 -0
- package/src/v2/shadcn/_reference/games/MazeGame.tsx +394 -0
- package/src/v2/shadcn/_reference/games/RunnerGame.tsx +497 -0
- package/src/v2/shadcn/_reference/logos/BookedLogoFull.tsx +36 -0
- package/src/v2/shadcn/_reference/logos/BookedLogoMark.tsx +31 -0
- package/src/v2/shadcn/_reference/logos/BookedLogoNew.tsx +36 -0
- package/src/v2/shadcn/_reference/pricing/DynamicPricingRulesEditor.tsx +401 -0
- package/src/v2/shadcn/_reference/pricing/DynamicPricingTierCard.tsx +77 -0
- package/src/v2/shadcn/_reference/pricing/DynamicPricingTiersList.tsx +218 -0
- package/src/v2/shadcn/_reference/pricing/PricingCalendar.tsx +810 -0
- package/src/v2/shadcn/_reference/pricing/PricingPeriodCard.tsx +152 -0
- package/src/v2/shadcn/_reference/pricing/PricingPeriodForm.tsx +377 -0
- package/src/v2/shadcn/_reference/pricing/PricingPeriodsList.tsx +213 -0
- package/src/v2/shadcn/_reference/pricing/getRuleSummary.ts +39 -0
- package/src/v2/shadcn/_reference/products/AvailabilityRulesSection.tsx +184 -0
- package/src/v2/shadcn/_reference/products/AvailabilitySection.tsx +677 -0
- package/src/v2/shadcn/_reference/products/BookingTypeConfigOptions.tsx +40 -0
- package/src/v2/shadcn/_reference/products/CapacityPeriodsSection.tsx +238 -0
- package/src/v2/shadcn/_reference/products/DynamicPricingTiersSection.tsx +131 -0
- package/src/v2/shadcn/_reference/products/GiftCardOrdersTab.tsx +192 -0
- package/src/v2/shadcn/_reference/products/GiftCardSettings.tsx +342 -0
- package/src/v2/shadcn/_reference/products/PackageProductsSection.tsx +322 -0
- package/src/v2/shadcn/_reference/products/PricingSection.tsx +173 -0
- package/src/v2/shadcn/_reference/products/ProductTypeFields.tsx +353 -0
- package/src/v2/shadcn/_reference/products/ProductTypeIcon.tsx +95 -0
- package/src/v2/shadcn/_reference/products/VariablePricingSection.tsx +140 -0
- package/src/v2/shadcn/_reference/products/productTypeConfig.ts +182 -0
- package/src/v2/shadcn/_reference/shared/BackButton.tsx +50 -0
- package/src/v2/shadcn/_reference/shared/CancelConfirmationDialog.tsx +18 -0
- package/src/v2/shadcn/_reference/shared/ConfirmationDialog.tsx +136 -0
- package/src/v2/shadcn/_reference/shared/DeleteConfirmationDialog.tsx +18 -0
- package/src/v2/shadcn/_reference/shared/DeleteEntityPage.tsx +221 -0
- package/src/v2/shadcn/_reference/shared/SidebarIcons.tsx +108 -0
- package/src/v2/shadcn/_reference/shared/UnifiedSidebar.tsx +722 -0
- package/src/v2/shadcn/_reference/tables/BulkActionsBar.tsx +68 -0
- package/src/v2/shadcn/_reference/tables/DataTable.tsx +221 -0
- package/src/v2/shadcn/_reference/tables/TableControls.tsx +94 -0
- package/src/v2/shadcn/_reference/tables/index.ts +3 -0
- package/src/v2/shadcn/_reference/tables/types.ts +79 -0
- package/src/v2/shadcn/_reference/zones/LegacyZoneSettings.tsx +299 -0
- package/src/v2/shadcn/components/ui/accordion.stories.tsx +63 -0
- package/src/v2/shadcn/components/ui/accordion.tsx +52 -0
- package/src/v2/shadcn/components/ui/alert-dialog.stories.tsx +44 -0
- package/src/v2/shadcn/components/ui/alert-dialog.tsx +104 -0
- package/src/v2/shadcn/components/ui/alert.stories.tsx +44 -0
- package/src/v2/shadcn/components/ui/alert.tsx +43 -0
- package/src/v2/shadcn/components/ui/aspect-ratio.stories.tsx +46 -0
- package/src/v2/shadcn/components/ui/aspect-ratio.tsx +5 -0
- package/src/v2/shadcn/components/ui/avatar.stories.tsx +39 -0
- package/src/v2/shadcn/components/ui/avatar.tsx +38 -0
- package/src/v2/shadcn/components/ui/badge.stories.tsx +17 -0
- package/src/v2/shadcn/components/ui/badge.tsx +30 -0
- package/src/v2/shadcn/components/ui/breadcrumb.stories.tsx +91 -0
- package/src/v2/shadcn/components/ui/breadcrumb.tsx +90 -0
- package/src/v2/shadcn/components/ui/button.stories.tsx +20 -0
- package/src/v2/shadcn/components/ui/button.tsx +60 -0
- package/src/v2/shadcn/components/ui/calendar.stories.tsx +61 -0
- package/src/v2/shadcn/components/ui/calendar.tsx +54 -0
- package/src/v2/shadcn/components/ui/card.stories.tsx +37 -0
- package/src/v2/shadcn/components/ui/card.tsx +43 -0
- package/src/v2/shadcn/components/ui/carousel.stories.tsx +92 -0
- package/src/v2/shadcn/components/ui/carousel.tsx +224 -0
- package/src/v2/shadcn/components/ui/checkbox.scss +38 -0
- package/src/v2/shadcn/components/ui/checkbox.stories.tsx +23 -0
- package/src/v2/shadcn/components/ui/checkbox.tsx +24 -0
- package/src/v2/shadcn/components/ui/collapsible.stories.tsx +59 -0
- package/src/v2/shadcn/components/ui/collapsible.tsx +9 -0
- package/src/v2/shadcn/components/ui/command.stories.tsx +70 -0
- package/src/v2/shadcn/components/ui/command.tsx +132 -0
- package/src/v2/shadcn/components/ui/context-menu.stories.tsx +72 -0
- package/src/v2/shadcn/components/ui/context-menu.tsx +178 -0
- package/src/v2/shadcn/components/ui/dialog.stories.tsx +67 -0
- package/src/v2/shadcn/components/ui/dialog.tsx +95 -0
- package/src/v2/shadcn/components/ui/drawer.stories.tsx +50 -0
- package/src/v2/shadcn/components/ui/drawer.tsx +87 -0
- package/src/v2/shadcn/components/ui/dropdown-menu.stories.tsx +73 -0
- package/src/v2/shadcn/components/ui/dropdown-menu.tsx +179 -0
- package/src/v2/shadcn/components/ui/form.stories.tsx +105 -0
- package/src/v2/shadcn/components/ui/form.tsx +129 -0
- package/src/v2/shadcn/components/ui/hover-card.stories.tsx +35 -0
- package/src/v2/shadcn/components/ui/hover-card.tsx +27 -0
- package/src/v2/shadcn/components/ui/input-otp.stories.tsx +72 -0
- package/src/v2/shadcn/components/ui/input-otp.tsx +61 -0
- package/src/v2/shadcn/components/ui/input.stories.tsx +16 -0
- package/src/v2/shadcn/components/ui/input.tsx +25 -0
- package/src/v2/shadcn/components/ui/label.stories.tsx +13 -0
- package/src/v2/shadcn/components/ui/label.tsx +17 -0
- package/src/v2/shadcn/components/ui/menubar.stories.tsx +86 -0
- package/src/v2/shadcn/components/ui/menubar.tsx +207 -0
- package/src/v2/shadcn/components/ui/navigation-menu.stories.tsx +68 -0
- package/src/v2/shadcn/components/ui/navigation-menu.tsx +120 -0
- package/src/v2/shadcn/components/ui/pagination.stories.tsx +78 -0
- package/src/v2/shadcn/components/ui/pagination.tsx +81 -0
- package/src/v2/shadcn/components/ui/popover.stories.tsx +44 -0
- package/src/v2/shadcn/components/ui/popover.tsx +29 -0
- package/src/v2/shadcn/components/ui/progress.stories.tsx +17 -0
- package/src/v2/shadcn/components/ui/progress.tsx +23 -0
- package/src/v2/shadcn/components/ui/radio-card.stories.tsx +68 -0
- package/src/v2/shadcn/components/ui/radio-card.tsx +52 -0
- package/src/v2/shadcn/components/ui/radio-group.stories.tsx +77 -0
- package/src/v2/shadcn/components/ui/radio-group.tsx +35 -0
- package/src/v2/shadcn/components/ui/scroll-area.stories.tsx +56 -0
- package/src/v2/shadcn/components/ui/scroll-area.tsx +38 -0
- package/src/v2/shadcn/components/ui/select.stories.tsx +60 -0
- package/src/v2/shadcn/components/ui/select.tsx +148 -0
- package/src/v2/shadcn/components/ui/separator.stories.tsx +30 -0
- package/src/v2/shadcn/components/ui/separator.tsx +20 -0
- package/src/v2/shadcn/components/ui/sheet.stories.tsx +115 -0
- package/src/v2/shadcn/components/ui/sheet.tsx +107 -0
- package/src/v2/shadcn/components/ui/sidebar.stories.tsx +167 -0
- package/src/v2/shadcn/components/ui/sidebar.tsx +637 -0
- package/src/v2/shadcn/components/ui/skeleton.stories.tsx +36 -0
- package/src/v2/shadcn/components/ui/skeleton.tsx +7 -0
- package/src/v2/shadcn/components/ui/slider.stories.tsx +16 -0
- package/src/v2/shadcn/components/ui/slider.tsx +23 -0
- package/src/v2/shadcn/components/ui/switch.scss +63 -0
- package/src/v2/shadcn/components/ui/switch.stories.tsx +23 -0
- package/src/v2/shadcn/components/ui/switch.tsx +24 -0
- package/src/v2/shadcn/components/ui/table-pagination.stories.tsx +81 -0
- package/src/v2/shadcn/components/ui/table-pagination.tsx +61 -0
- package/src/v2/shadcn/components/ui/table.stories.tsx +40 -0
- package/src/v2/shadcn/components/ui/table.tsx +72 -0
- package/src/v2/shadcn/components/ui/tabs.stories.tsx +85 -0
- package/src/v2/shadcn/components/ui/tabs.tsx +53 -0
- package/src/v2/shadcn/components/ui/textarea.stories.tsx +15 -0
- package/src/v2/shadcn/components/ui/textarea.tsx +21 -0
- package/src/v2/shadcn/components/ui/toast.stories.tsx +77 -0
- package/src/v2/shadcn/components/ui/toast.tsx +111 -0
- package/src/v2/shadcn/components/ui/toaster.stories.tsx +46 -0
- package/src/v2/shadcn/components/ui/toaster.tsx +24 -0
- package/src/v2/shadcn/components/ui/toggle-group.stories.tsx +95 -0
- package/src/v2/shadcn/components/ui/toggle-group.tsx +49 -0
- package/src/v2/shadcn/components/ui/toggle.stories.tsx +18 -0
- package/src/v2/shadcn/components/ui/toggle.tsx +37 -0
- package/src/v2/shadcn/components/ui/tooltip.stories.tsx +57 -0
- package/src/v2/shadcn/components/ui/tooltip.tsx +28 -0
- package/src/v2/shadcn/components/ui/use-toast.ts +3 -0
- package/src/v2/shadcn/hooks/use-mobile.tsx +19 -0
- package/src/v2/shadcn/hooks/use-toast.ts +184 -0
- package/src/v2/shadcn/index.ts +76 -0
- package/src/v2/shadcn/lib/utils.ts +6 -0
- package/src/v2/shadcn/styles/globals.css +112 -0
- package/src/v2/styles/common.scss +7 -0
- package/src/v2/styles/components/Button.scss +224 -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 +582 -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 +18 -0
- package/src/v2/utils/translations.ts +15 -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/tailwind.config.cjs +54 -0
- package/tailwind.config.js +46 -4
- package/tsconfig.build.json +12 -1
- package/.storybook/manager.js +0 -4
- package/.storybook/preview.js +0 -77
- package/yarn.lock +0 -22347
|
@@ -0,0 +1,1357 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
import 'react';
|
|
3
|
+
|
|
4
|
+
function _define_property(obj, key, value) {
|
|
5
|
+
if (key in obj) {
|
|
6
|
+
Object.defineProperty(obj, key, {
|
|
7
|
+
value: value,
|
|
8
|
+
enumerable: true,
|
|
9
|
+
configurable: true,
|
|
10
|
+
writable: true
|
|
11
|
+
});
|
|
12
|
+
} else {
|
|
13
|
+
obj[key] = value;
|
|
14
|
+
}
|
|
15
|
+
return obj;
|
|
16
|
+
}
|
|
17
|
+
function _object_spread(target) {
|
|
18
|
+
for(var i = 1; i < arguments.length; i++){
|
|
19
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
|
20
|
+
var ownKeys = Object.keys(source);
|
|
21
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
22
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
23
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
24
|
+
}));
|
|
25
|
+
}
|
|
26
|
+
ownKeys.forEach(function(key) {
|
|
27
|
+
_define_property(target, key, source[key]);
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
return target;
|
|
31
|
+
}
|
|
32
|
+
function ownKeys(object, enumerableOnly) {
|
|
33
|
+
var keys = Object.keys(object);
|
|
34
|
+
if (Object.getOwnPropertySymbols) {
|
|
35
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
36
|
+
if (enumerableOnly) {
|
|
37
|
+
symbols = symbols.filter(function(sym) {
|
|
38
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
keys.push.apply(keys, symbols);
|
|
42
|
+
}
|
|
43
|
+
return keys;
|
|
44
|
+
}
|
|
45
|
+
function _object_spread_props(target, source) {
|
|
46
|
+
source = source != null ? source : {};
|
|
47
|
+
if (Object.getOwnPropertyDescriptors) {
|
|
48
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
49
|
+
} else {
|
|
50
|
+
ownKeys(Object(source)).forEach(function(key) {
|
|
51
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
return target;
|
|
55
|
+
}
|
|
56
|
+
function _object_without_properties(source, excluded) {
|
|
57
|
+
if (source == null) return {};
|
|
58
|
+
var target = _object_without_properties_loose(source, excluded);
|
|
59
|
+
var key, i;
|
|
60
|
+
if (Object.getOwnPropertySymbols) {
|
|
61
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
62
|
+
for(i = 0; i < sourceSymbolKeys.length; i++){
|
|
63
|
+
key = sourceSymbolKeys[i];
|
|
64
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
65
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
66
|
+
target[key] = source[key];
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
return target;
|
|
70
|
+
}
|
|
71
|
+
function _object_without_properties_loose(source, excluded) {
|
|
72
|
+
if (source == null) return {};
|
|
73
|
+
var target = {};
|
|
74
|
+
var sourceKeys = Object.keys(source);
|
|
75
|
+
var key, i;
|
|
76
|
+
for(i = 0; i < sourceKeys.length; i++){
|
|
77
|
+
key = sourceKeys[i];
|
|
78
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
79
|
+
target[key] = source[key];
|
|
80
|
+
}
|
|
81
|
+
return target;
|
|
82
|
+
}
|
|
83
|
+
var DashboardIcon = function() {
|
|
84
|
+
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;
|
|
85
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
86
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
87
|
+
width: width,
|
|
88
|
+
height: height,
|
|
89
|
+
viewBox: "0 0 24 24",
|
|
90
|
+
fill: "none",
|
|
91
|
+
className: className,
|
|
92
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
93
|
+
fill: "var(--fills-main-fill-primary, #14215A)",
|
|
94
|
+
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"
|
|
95
|
+
})
|
|
96
|
+
});
|
|
97
|
+
};
|
|
98
|
+
var CompanyIcon = function() {
|
|
99
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
100
|
+
width: "24",
|
|
101
|
+
height: "24",
|
|
102
|
+
viewBox: "0 0 24 24",
|
|
103
|
+
fill: "none",
|
|
104
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
105
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
106
|
+
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",
|
|
107
|
+
fill: "var(--fills-main-fill-primary, #14215A)"
|
|
108
|
+
})
|
|
109
|
+
});
|
|
110
|
+
};
|
|
111
|
+
var VenueIcon = function() {
|
|
112
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
113
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
114
|
+
width: "24",
|
|
115
|
+
height: "24",
|
|
116
|
+
fill: "none",
|
|
117
|
+
children: [
|
|
118
|
+
/*#__PURE__*/ jsx("path", {
|
|
119
|
+
fill: "#000",
|
|
120
|
+
fillOpacity: ".1",
|
|
121
|
+
d: "m6 7.5 6.75-2.625V18H6V7.5Z"
|
|
122
|
+
}),
|
|
123
|
+
/*#__PURE__*/ jsx("path", {
|
|
124
|
+
fill: "var(--fills-main-fill-primary, #14215A)",
|
|
125
|
+
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"
|
|
126
|
+
})
|
|
127
|
+
]
|
|
128
|
+
});
|
|
129
|
+
};
|
|
130
|
+
var MarketingIcon = function() {
|
|
131
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
132
|
+
width: "24",
|
|
133
|
+
height: "24",
|
|
134
|
+
viewBox: "0 0 24 24",
|
|
135
|
+
fill: "none",
|
|
136
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
137
|
+
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",
|
|
138
|
+
fill: "currentColor"
|
|
139
|
+
})
|
|
140
|
+
});
|
|
141
|
+
};
|
|
142
|
+
var AdminIcon = function() {
|
|
143
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
144
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
145
|
+
width: "24",
|
|
146
|
+
height: "24",
|
|
147
|
+
fill: "none",
|
|
148
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
149
|
+
fill: "var(--fills-main-fill-primary, #14215A)",
|
|
150
|
+
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"
|
|
151
|
+
})
|
|
152
|
+
});
|
|
153
|
+
};
|
|
154
|
+
var ProfileIcon = function() {
|
|
155
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
156
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
157
|
+
width: "24",
|
|
158
|
+
height: "24",
|
|
159
|
+
fill: "none",
|
|
160
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
161
|
+
fill: "var(--fills-main-fill-primary, #14215A)",
|
|
162
|
+
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"
|
|
163
|
+
})
|
|
164
|
+
});
|
|
165
|
+
};
|
|
166
|
+
var CustomersIcon = function() {
|
|
167
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
168
|
+
width: "24",
|
|
169
|
+
height: "24",
|
|
170
|
+
viewBox: "0 0 24 24",
|
|
171
|
+
fill: "none",
|
|
172
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
173
|
+
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",
|
|
174
|
+
fill: "currentColor"
|
|
175
|
+
})
|
|
176
|
+
});
|
|
177
|
+
};
|
|
178
|
+
var ReportsIcon = function() {
|
|
179
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
180
|
+
width: "24",
|
|
181
|
+
height: "24",
|
|
182
|
+
viewBox: "0 0 24 24",
|
|
183
|
+
fill: "none",
|
|
184
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
185
|
+
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",
|
|
186
|
+
fill: "currentColor"
|
|
187
|
+
})
|
|
188
|
+
});
|
|
189
|
+
};
|
|
190
|
+
var AnalyticsIcon = function() {
|
|
191
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
192
|
+
width: "24",
|
|
193
|
+
height: "24",
|
|
194
|
+
viewBox: "0 0 24 24",
|
|
195
|
+
fill: "none",
|
|
196
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
197
|
+
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",
|
|
198
|
+
fill: "currentColor"
|
|
199
|
+
})
|
|
200
|
+
});
|
|
201
|
+
};
|
|
202
|
+
var PaymentsIcon = function() {
|
|
203
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
204
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
205
|
+
width: "24",
|
|
206
|
+
height: "24",
|
|
207
|
+
fill: "none",
|
|
208
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
209
|
+
fill: "var(--fills-main-fill-primary, #14215A)",
|
|
210
|
+
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"
|
|
211
|
+
})
|
|
212
|
+
});
|
|
213
|
+
};
|
|
214
|
+
var SettingsIcon = function() {
|
|
215
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
216
|
+
width: "24",
|
|
217
|
+
height: "24",
|
|
218
|
+
viewBox: "0 0 32 32",
|
|
219
|
+
fill: "none",
|
|
220
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
221
|
+
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",
|
|
222
|
+
fill: "currentColor"
|
|
223
|
+
})
|
|
224
|
+
});
|
|
225
|
+
};
|
|
226
|
+
var LoyaltyIcon = function() {
|
|
227
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
228
|
+
width: "24",
|
|
229
|
+
height: "24",
|
|
230
|
+
viewBox: "0 0 24 24",
|
|
231
|
+
fill: "none",
|
|
232
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
233
|
+
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",
|
|
234
|
+
fill: "currentColor"
|
|
235
|
+
})
|
|
236
|
+
});
|
|
237
|
+
};
|
|
238
|
+
var WaiversIcon = function() {
|
|
239
|
+
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;
|
|
240
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
241
|
+
width: width,
|
|
242
|
+
height: height,
|
|
243
|
+
viewBox: "0 0 32 32",
|
|
244
|
+
fill: "none",
|
|
245
|
+
className: className,
|
|
246
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
247
|
+
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",
|
|
248
|
+
fill: "currentColor"
|
|
249
|
+
})
|
|
250
|
+
});
|
|
251
|
+
};
|
|
252
|
+
var CalendarIcon = function() {
|
|
253
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
254
|
+
width: "24",
|
|
255
|
+
height: "24",
|
|
256
|
+
viewBox: "0 0 32 32",
|
|
257
|
+
fill: "none",
|
|
258
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
259
|
+
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",
|
|
260
|
+
fill: "currentColor"
|
|
261
|
+
})
|
|
262
|
+
});
|
|
263
|
+
};
|
|
264
|
+
var BookingsIcon = function() {
|
|
265
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
266
|
+
width: "24",
|
|
267
|
+
height: "24",
|
|
268
|
+
viewBox: "0 0 32 32",
|
|
269
|
+
fill: "none",
|
|
270
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
271
|
+
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",
|
|
272
|
+
fill: "currentColor"
|
|
273
|
+
})
|
|
274
|
+
});
|
|
275
|
+
};
|
|
276
|
+
var BookingTypesIcon = function() {
|
|
277
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
278
|
+
width: "24",
|
|
279
|
+
height: "24",
|
|
280
|
+
viewBox: "0 0 32 32",
|
|
281
|
+
fill: "none",
|
|
282
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
283
|
+
d: "M9 22H6V20H9V22ZM26 22H12V20H26V22ZM9 17H6V15H9V17ZM26 17H12V15H26V17ZM9 12H6V10H9V12ZM26 12H12V10H26V12Z",
|
|
284
|
+
fill: "currentColor"
|
|
285
|
+
})
|
|
286
|
+
});
|
|
287
|
+
};
|
|
288
|
+
var EditIcon = function() {
|
|
289
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
290
|
+
width: "24",
|
|
291
|
+
height: "24",
|
|
292
|
+
viewBox: "0 0 24 24",
|
|
293
|
+
fill: "none",
|
|
294
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
295
|
+
children: [
|
|
296
|
+
/*#__PURE__*/ jsx("path", {
|
|
297
|
+
d: "M4 20H20",
|
|
298
|
+
stroke: "currentColor",
|
|
299
|
+
strokeWidth: "2",
|
|
300
|
+
strokeLinecap: "round"
|
|
301
|
+
}),
|
|
302
|
+
/*#__PURE__*/ jsx("path", {
|
|
303
|
+
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",
|
|
304
|
+
stroke: "currentColor",
|
|
305
|
+
strokeWidth: "2",
|
|
306
|
+
strokeLinejoin: "round"
|
|
307
|
+
}),
|
|
308
|
+
/*#__PURE__*/ jsx("path", {
|
|
309
|
+
d: "M14.5 7.5L17.5 10.5",
|
|
310
|
+
stroke: "currentColor",
|
|
311
|
+
strokeWidth: "2",
|
|
312
|
+
strokeLinecap: "round"
|
|
313
|
+
})
|
|
314
|
+
]
|
|
315
|
+
});
|
|
316
|
+
};
|
|
317
|
+
var SearchIcon = function() {
|
|
318
|
+
var className = (arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}).className;
|
|
319
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
320
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
321
|
+
width: "24",
|
|
322
|
+
height: "24",
|
|
323
|
+
viewBox: "0 0 22 22",
|
|
324
|
+
fill: "none",
|
|
325
|
+
className: className,
|
|
326
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
327
|
+
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",
|
|
328
|
+
fill: "currentColor"
|
|
329
|
+
})
|
|
330
|
+
});
|
|
331
|
+
};
|
|
332
|
+
var RefreshIcon = function() {
|
|
333
|
+
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;
|
|
334
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
335
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
336
|
+
width: width,
|
|
337
|
+
height: height,
|
|
338
|
+
viewBox: "0 0 24 24",
|
|
339
|
+
fill: "none",
|
|
340
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
341
|
+
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",
|
|
342
|
+
fill: "currentColor"
|
|
343
|
+
})
|
|
344
|
+
});
|
|
345
|
+
};
|
|
346
|
+
var SendIcon = function() {
|
|
347
|
+
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;
|
|
348
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
349
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
350
|
+
width: width,
|
|
351
|
+
height: height,
|
|
352
|
+
viewBox: "0 0 24 24",
|
|
353
|
+
fill: "none",
|
|
354
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
355
|
+
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",
|
|
356
|
+
fill: "currentColor"
|
|
357
|
+
})
|
|
358
|
+
});
|
|
359
|
+
};
|
|
360
|
+
var ExternalLinkIcon = function() {
|
|
361
|
+
var _param = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
362
|
+
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, [
|
|
363
|
+
"width",
|
|
364
|
+
"height",
|
|
365
|
+
"className"
|
|
366
|
+
]);
|
|
367
|
+
return /*#__PURE__*/ jsx("svg", _object_spread_props(_object_spread({
|
|
368
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
369
|
+
width: width,
|
|
370
|
+
height: height,
|
|
371
|
+
viewBox: "0 0 24 24",
|
|
372
|
+
fill: "none",
|
|
373
|
+
className: className
|
|
374
|
+
}, props), {
|
|
375
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
376
|
+
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",
|
|
377
|
+
fill: "#14215A"
|
|
378
|
+
})
|
|
379
|
+
}));
|
|
380
|
+
};
|
|
381
|
+
var ExportIcon = function() {
|
|
382
|
+
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;
|
|
383
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
384
|
+
width: width,
|
|
385
|
+
height: height,
|
|
386
|
+
viewBox: "0 0 32 32",
|
|
387
|
+
fill: "none",
|
|
388
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
389
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
390
|
+
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",
|
|
391
|
+
fill: "currentColor"
|
|
392
|
+
})
|
|
393
|
+
});
|
|
394
|
+
};
|
|
395
|
+
var ClearIcon = function() {
|
|
396
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
397
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
398
|
+
width: "32",
|
|
399
|
+
height: "32",
|
|
400
|
+
viewBox: "0 0 32 32",
|
|
401
|
+
fill: "none",
|
|
402
|
+
children: [
|
|
403
|
+
/*#__PURE__*/ jsx("rect", {
|
|
404
|
+
x: "9.00006",
|
|
405
|
+
y: "22",
|
|
406
|
+
width: "18",
|
|
407
|
+
height: "2",
|
|
408
|
+
transform: "rotate(-45 9.00006 22)",
|
|
409
|
+
fill: "#CC3C35"
|
|
410
|
+
}),
|
|
411
|
+
/*#__PURE__*/ jsx("rect", {
|
|
412
|
+
x: "10",
|
|
413
|
+
y: "9",
|
|
414
|
+
width: "18",
|
|
415
|
+
height: "2",
|
|
416
|
+
transform: "rotate(45 10 9)",
|
|
417
|
+
fill: "#CC3C35"
|
|
418
|
+
})
|
|
419
|
+
]
|
|
420
|
+
});
|
|
421
|
+
};
|
|
422
|
+
var ChevronLeftIcon = function() {
|
|
423
|
+
var className = (arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}).className;
|
|
424
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
425
|
+
width: "24",
|
|
426
|
+
height: "24",
|
|
427
|
+
viewBox: "0 0 24 24",
|
|
428
|
+
fill: "none",
|
|
429
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
430
|
+
className: className,
|
|
431
|
+
children: [
|
|
432
|
+
/*#__PURE__*/ jsx("path", {
|
|
433
|
+
d: "M19 12H5",
|
|
434
|
+
stroke: "currentColor",
|
|
435
|
+
strokeWidth: "2",
|
|
436
|
+
strokeLinecap: "round",
|
|
437
|
+
strokeLinejoin: "round"
|
|
438
|
+
}),
|
|
439
|
+
/*#__PURE__*/ jsx("path", {
|
|
440
|
+
d: "M12 19L5 12L12 5",
|
|
441
|
+
stroke: "currentColor",
|
|
442
|
+
strokeWidth: "2",
|
|
443
|
+
strokeLinecap: "round",
|
|
444
|
+
strokeLinejoin: "round"
|
|
445
|
+
})
|
|
446
|
+
]
|
|
447
|
+
});
|
|
448
|
+
};
|
|
449
|
+
var ChevronRightIcon = function() {
|
|
450
|
+
var className = (arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}).className;
|
|
451
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
452
|
+
width: "24",
|
|
453
|
+
height: "24",
|
|
454
|
+
viewBox: "0 0 24 24",
|
|
455
|
+
fill: "none",
|
|
456
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
457
|
+
className: className,
|
|
458
|
+
children: [
|
|
459
|
+
/*#__PURE__*/ jsx("path", {
|
|
460
|
+
d: "M5 12H19",
|
|
461
|
+
stroke: "currentColor",
|
|
462
|
+
strokeWidth: "2",
|
|
463
|
+
strokeLinecap: "round",
|
|
464
|
+
strokeLinejoin: "round"
|
|
465
|
+
}),
|
|
466
|
+
/*#__PURE__*/ jsx("path", {
|
|
467
|
+
d: "M12 5L19 12L12 19",
|
|
468
|
+
stroke: "currentColor",
|
|
469
|
+
strokeWidth: "2",
|
|
470
|
+
strokeLinecap: "round",
|
|
471
|
+
strokeLinejoin: "round"
|
|
472
|
+
})
|
|
473
|
+
]
|
|
474
|
+
});
|
|
475
|
+
};
|
|
476
|
+
var ArrowRightIcon = function() {
|
|
477
|
+
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, className = _ref.className;
|
|
478
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
479
|
+
width: width,
|
|
480
|
+
height: height,
|
|
481
|
+
viewBox: "0 0 32 32",
|
|
482
|
+
fill: "none",
|
|
483
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
484
|
+
className: className,
|
|
485
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
486
|
+
d: "M20.1716 14.9999L14.8076 9.63589L16.2218 8.22168L24 15.9999L16.2218 23.778L14.8076 22.3638L20.1716 16.9999H8V14.9999H20.1716Z",
|
|
487
|
+
fill: "currentColor"
|
|
488
|
+
})
|
|
489
|
+
});
|
|
490
|
+
};
|
|
491
|
+
var ArrowLeftIcon = function() {
|
|
492
|
+
var _param = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
493
|
+
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, [
|
|
494
|
+
"width",
|
|
495
|
+
"height",
|
|
496
|
+
"fill",
|
|
497
|
+
"className"
|
|
498
|
+
]);
|
|
499
|
+
return /*#__PURE__*/ jsx("svg", _object_spread_props(_object_spread({
|
|
500
|
+
width: width,
|
|
501
|
+
height: height,
|
|
502
|
+
viewBox: "0 0 32 32",
|
|
503
|
+
fill: "none",
|
|
504
|
+
className: className,
|
|
505
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
506
|
+
}, props), {
|
|
507
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
508
|
+
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",
|
|
509
|
+
fill: fill || "currentColor"
|
|
510
|
+
})
|
|
511
|
+
}));
|
|
512
|
+
};
|
|
513
|
+
var InfoIcon = function() {
|
|
514
|
+
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;
|
|
515
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
516
|
+
width: width,
|
|
517
|
+
height: height,
|
|
518
|
+
viewBox: "0 0 32 32",
|
|
519
|
+
fill: "none",
|
|
520
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
521
|
+
className: "flex-shrink-0 text-label-primary",
|
|
522
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
523
|
+
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",
|
|
524
|
+
fill: "currentColor"
|
|
525
|
+
})
|
|
526
|
+
});
|
|
527
|
+
};
|
|
528
|
+
var TableHeaderArrowUpIcon = function() {
|
|
529
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
530
|
+
width: "11",
|
|
531
|
+
height: "6",
|
|
532
|
+
viewBox: "0 0 11 6",
|
|
533
|
+
fill: "none",
|
|
534
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
535
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
536
|
+
d: "M10 5L5.5 1L1 5",
|
|
537
|
+
stroke: "currentColor",
|
|
538
|
+
strokeWidth: "2",
|
|
539
|
+
strokeLinecap: "round",
|
|
540
|
+
strokeLinejoin: "round"
|
|
541
|
+
})
|
|
542
|
+
});
|
|
543
|
+
};
|
|
544
|
+
var TableHeaderArrowDownIcon = function() {
|
|
545
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
546
|
+
width: "11",
|
|
547
|
+
height: "6",
|
|
548
|
+
viewBox: "0 0 11 6",
|
|
549
|
+
fill: "none",
|
|
550
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
551
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
552
|
+
d: "M1 1L5.5 5L10 1",
|
|
553
|
+
stroke: "currentColor",
|
|
554
|
+
strokeWidth: "2",
|
|
555
|
+
strokeLinecap: "round",
|
|
556
|
+
strokeLinejoin: "round"
|
|
557
|
+
})
|
|
558
|
+
});
|
|
559
|
+
};
|
|
560
|
+
var ArrowUpIcon = function() {
|
|
561
|
+
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;
|
|
562
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
563
|
+
width: width,
|
|
564
|
+
height: height,
|
|
565
|
+
viewBox: "0 0 32 32",
|
|
566
|
+
fill: "none",
|
|
567
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
568
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
569
|
+
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",
|
|
570
|
+
fill: "currentColor"
|
|
571
|
+
})
|
|
572
|
+
});
|
|
573
|
+
};
|
|
574
|
+
var ArrowDownIcon = function() {
|
|
575
|
+
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;
|
|
576
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
577
|
+
width: width,
|
|
578
|
+
height: height,
|
|
579
|
+
viewBox: "0 0 32 32",
|
|
580
|
+
fill: "none",
|
|
581
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
582
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
583
|
+
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",
|
|
584
|
+
fill: "currentColor"
|
|
585
|
+
})
|
|
586
|
+
});
|
|
587
|
+
};
|
|
588
|
+
var GripVerticalIcon = function() {
|
|
589
|
+
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;
|
|
590
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
591
|
+
width: width,
|
|
592
|
+
height: height,
|
|
593
|
+
viewBox: "0 0 32 32",
|
|
594
|
+
fill: "none",
|
|
595
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
596
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
597
|
+
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",
|
|
598
|
+
fill: "currentColor"
|
|
599
|
+
})
|
|
600
|
+
});
|
|
601
|
+
};
|
|
602
|
+
var PlusIcon = function() {
|
|
603
|
+
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;
|
|
604
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
605
|
+
width: width,
|
|
606
|
+
height: height,
|
|
607
|
+
viewBox: "0 0 32 32",
|
|
608
|
+
fill: "none",
|
|
609
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
610
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
611
|
+
d: "M17 14.5H24.5V17.5H17V25H14V17.5H6.5V14.5H14V7H17V14.5Z",
|
|
612
|
+
fill: "currentColor"
|
|
613
|
+
})
|
|
614
|
+
});
|
|
615
|
+
};
|
|
616
|
+
var CloseIcon = function(_param) {
|
|
617
|
+
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, [
|
|
618
|
+
"width",
|
|
619
|
+
"height"
|
|
620
|
+
]);
|
|
621
|
+
return /*#__PURE__*/ jsxs("svg", _object_spread_props(_object_spread({
|
|
622
|
+
width: width,
|
|
623
|
+
height: height,
|
|
624
|
+
viewBox: "0 0 24 24",
|
|
625
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
626
|
+
}, props), {
|
|
627
|
+
children: [
|
|
628
|
+
/*#__PURE__*/ jsx("path", {
|
|
629
|
+
d: "M18 6L6 18",
|
|
630
|
+
stroke: "currentColor",
|
|
631
|
+
strokeWidth: "2",
|
|
632
|
+
strokeLinecap: "round",
|
|
633
|
+
strokeLinejoin: "round"
|
|
634
|
+
}),
|
|
635
|
+
/*#__PURE__*/ jsx("path", {
|
|
636
|
+
d: "M6 6L18 18",
|
|
637
|
+
stroke: "currentColor",
|
|
638
|
+
strokeWidth: "2",
|
|
639
|
+
strokeLinecap: "round",
|
|
640
|
+
strokeLinejoin: "round"
|
|
641
|
+
})
|
|
642
|
+
]
|
|
643
|
+
}));
|
|
644
|
+
};
|
|
645
|
+
var EllipsisIcon = function() {
|
|
646
|
+
var _param = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
647
|
+
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, [
|
|
648
|
+
"width",
|
|
649
|
+
"height",
|
|
650
|
+
"fill"
|
|
651
|
+
]);
|
|
652
|
+
return /*#__PURE__*/ jsx("svg", _object_spread_props(_object_spread({
|
|
653
|
+
width: width,
|
|
654
|
+
height: height,
|
|
655
|
+
viewBox: "0 0 18 4",
|
|
656
|
+
fill: "none",
|
|
657
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
658
|
+
}, props), {
|
|
659
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
660
|
+
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",
|
|
661
|
+
fill: fill
|
|
662
|
+
})
|
|
663
|
+
}));
|
|
664
|
+
};
|
|
665
|
+
var CircleIcon = function() {
|
|
666
|
+
var _param = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
667
|
+
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, [
|
|
668
|
+
"width",
|
|
669
|
+
"height",
|
|
670
|
+
"fill",
|
|
671
|
+
"className"
|
|
672
|
+
]);
|
|
673
|
+
return /*#__PURE__*/ jsx("svg", _object_spread_props(_object_spread({
|
|
674
|
+
width: width,
|
|
675
|
+
height: height,
|
|
676
|
+
viewBox: "0 0 32 32",
|
|
677
|
+
fill: "none",
|
|
678
|
+
className: className,
|
|
679
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
680
|
+
}, props), {
|
|
681
|
+
children: /*#__PURE__*/ jsx("circle", {
|
|
682
|
+
cx: "16",
|
|
683
|
+
cy: "16",
|
|
684
|
+
r: "16",
|
|
685
|
+
fill: fill
|
|
686
|
+
})
|
|
687
|
+
}));
|
|
688
|
+
};
|
|
689
|
+
var SecurityIcon = function() {
|
|
690
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
691
|
+
width: "32",
|
|
692
|
+
height: "32",
|
|
693
|
+
viewBox: "0 0 32 32",
|
|
694
|
+
fill: "none",
|
|
695
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
696
|
+
children: [
|
|
697
|
+
/*#__PURE__*/ jsx("path", {
|
|
698
|
+
d: "M8 8L16 6.5V25.5L11 22.5L8 19.5V8Z",
|
|
699
|
+
fill: "currentColor",
|
|
700
|
+
fillOpacity: "0.1"
|
|
701
|
+
}),
|
|
702
|
+
/*#__PURE__*/ jsx("path", {
|
|
703
|
+
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",
|
|
704
|
+
fill: "currentColor"
|
|
705
|
+
})
|
|
706
|
+
]
|
|
707
|
+
});
|
|
708
|
+
};
|
|
709
|
+
var PasswordRequirementIcon = function(param) {
|
|
710
|
+
var met = param.met, _param_visible = param.visible, visible = _param_visible === void 0 ? true : _param_visible;
|
|
711
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
712
|
+
width: "16",
|
|
713
|
+
height: "16",
|
|
714
|
+
viewBox: "0 0 16 16",
|
|
715
|
+
fill: "none",
|
|
716
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
717
|
+
className: "auth-create-password__requirement-icon auth-create-password__requirement-icon--".concat(!visible ? 'neutral' : met ? 'met' : 'unmet'),
|
|
718
|
+
"aria-hidden": "true",
|
|
719
|
+
children: visible && met ? /*#__PURE__*/ jsx("path", {
|
|
720
|
+
d: "M8 1.333A6.667 6.667 0 1 0 8 14.667 6.667 6.667 0 0 0 8 1.333zm-1.333 9.724L4 8.39l.943-.943 1.724 1.724 3.723-3.724.944.943-4.667 4.667z",
|
|
721
|
+
fill: "currentColor"
|
|
722
|
+
}) : /*#__PURE__*/ jsx("path", {
|
|
723
|
+
d: "M8 1.333A6.667 6.667 0 1 0 8 14.667 6.667 6.667 0 0 0 8 1.333zm.667 10H7.333V10h1.334v1.333zm0-2.666H7.333V4.667h1.334v4z",
|
|
724
|
+
fill: "currentColor"
|
|
725
|
+
})
|
|
726
|
+
});
|
|
727
|
+
};
|
|
728
|
+
var VerifyEmailIcon = function() {
|
|
729
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
730
|
+
width: "64",
|
|
731
|
+
height: "64",
|
|
732
|
+
viewBox: "0 0 32 32",
|
|
733
|
+
fill: "none",
|
|
734
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
735
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
736
|
+
d: "M7 8H25C25.5523 8 26 8.44772 26 9V24C26 24.5523 25.5523 25 25 25H7C6.44772 25 6 24.5523 6 24V9C6 8.44772 6.44772 8 7 8ZM24 12.2379L16.0718 19.338L8 12.2159V23H24V12.2379ZM8.51146 10L16.0619 16.662L23.501 10H8.51146Z",
|
|
737
|
+
fill: "currentColor"
|
|
738
|
+
})
|
|
739
|
+
});
|
|
740
|
+
};
|
|
741
|
+
var PasswordTypeIcon = function() {
|
|
742
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
743
|
+
width: "32",
|
|
744
|
+
height: "32",
|
|
745
|
+
viewBox: "0 0 32 32",
|
|
746
|
+
fill: "none",
|
|
747
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
748
|
+
children: [
|
|
749
|
+
/*#__PURE__*/ jsx("path", {
|
|
750
|
+
d: "M8 8L16 6.5V25.5L11 22.5L8 19.5V8Z",
|
|
751
|
+
fill: "currentColor",
|
|
752
|
+
fillOpacity: "0.1"
|
|
753
|
+
}),
|
|
754
|
+
/*#__PURE__*/ jsx("path", {
|
|
755
|
+
d: "M16 7.04883L9 8.60449V17.7891C9.00005 19.1264 9.66849 20.3753 10.7812 21.1172L16 24.5967L21.2188 21.1172C22.3315 20.3753 22.9999 19.1264 23 17.7891V10.9619C23.1634 10.9854 23.3301 11 23.5 11C24.0368 11 24.5454 10.8791 25 10.6631V17.7891C24.9999 19.7951 23.9973 21.6685 22.3281 22.7812L16 27L9.67188 22.7812C8.00273 21.6685 7.00005 19.7951 7 17.7891V7.80176C7.00019 7.33323 7.3258 6.92782 7.7832 6.82617L16 5V7.04883ZM16 11C17.1046 11 18 11.8954 18 13C18 13.7398 17.5981 14.3854 17.001 14.7314L17 19H15V14.7324C14.4023 14.3866 14 13.7402 14 13C14 11.8954 14.8954 11 16 11ZM19.5 6C20.3284 6 21 6.67157 21 7.5C21 8.32843 20.3284 9 19.5 9C18.6716 9 18 8.32843 18 7.5C18 6.67157 18.6716 6 19.5 6ZM23.5 6C24.3284 6 25 6.67157 25 7.5C25 8.32843 24.3284 9 23.5 9C22.6716 9 22 8.32843 22 7.5C22 6.67157 22.6716 6 23.5 6ZM27.5 6C28.3284 6 29 6.67157 29 7.5C29 8.32843 28.3284 9 27.5 9C26.6716 9 26 8.32843 26 7.5C26 6.67157 26.6716 6 27.5 6Z",
|
|
756
|
+
fill: "currentColor"
|
|
757
|
+
})
|
|
758
|
+
]
|
|
759
|
+
});
|
|
760
|
+
};
|
|
761
|
+
var BookedLogo = function() {
|
|
762
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
763
|
+
width: "98",
|
|
764
|
+
height: "25",
|
|
765
|
+
viewBox: "0 0 98 25",
|
|
766
|
+
fill: "none",
|
|
767
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
768
|
+
"aria-label": "Booked it",
|
|
769
|
+
children: [
|
|
770
|
+
/*#__PURE__*/ jsx("defs", {
|
|
771
|
+
children: /*#__PURE__*/ jsxs("linearGradient", {
|
|
772
|
+
id: "auth-logo-gradient",
|
|
773
|
+
x1: "4.50024",
|
|
774
|
+
y1: "17",
|
|
775
|
+
x2: "21.0002",
|
|
776
|
+
y2: "9.5",
|
|
777
|
+
gradientUnits: "userSpaceOnUse",
|
|
778
|
+
children: [
|
|
779
|
+
/*#__PURE__*/ jsx("stop", {
|
|
780
|
+
stopColor: "var(--gradient-stop1)"
|
|
781
|
+
}),
|
|
782
|
+
/*#__PURE__*/ jsx("stop", {
|
|
783
|
+
offset: "0.5",
|
|
784
|
+
stopColor: "var(--gradient-stop2)"
|
|
785
|
+
}),
|
|
786
|
+
/*#__PURE__*/ jsx("stop", {
|
|
787
|
+
offset: "1",
|
|
788
|
+
stopColor: "var(--gradient-stop3)"
|
|
789
|
+
})
|
|
790
|
+
]
|
|
791
|
+
})
|
|
792
|
+
}),
|
|
793
|
+
/*#__PURE__*/ jsx("path", {
|
|
794
|
+
d: "M7.5265 4.86842C9.1925 3.17961 9.9701 2.74305 10.9049 2.45584C11.8397 2.16862 12.7957 2.16862 13.7305 2.45584C14.6653 2.74305 15.4429 3.17961 17.1089 4.86842L19.8327 7.62955C21.4987 9.31836 21.9294 10.1066 22.2127 11.0542C22.496 12.0018 22.496 12.9709 22.2127 13.9185C21.9294 14.8661 21.4987 15.6543 19.8327 17.3431L17.1089 20.1042C15.4429 21.793 14.6653 22.2296 13.7305 22.5168C12.7957 22.804 11.8397 22.804 10.9049 22.5168C9.9701 22.2296 9.1925 21.793 7.5265 20.1042L4.80266 17.3431C3.13666 15.6543 2.70599 14.8661 2.42266 13.9185C2.13933 12.9709 2.13933 12.0018 2.42266 11.0542C2.70599 10.1066 3.13666 9.31836 4.80266 7.62955L7.5265 4.86842ZM9.02372 6.30766L6.26118 9.10803C4.96243 10.4246 4.6069 10.9575 4.39663 11.6607C4.23154 12.2128 4.23154 12.7598 4.39663 13.312C4.6048 14.0082 4.95534 14.5374 6.22249 15.8254L9.02375 18.665C10.2943 19.9495 10.8164 20.3048 11.5032 20.5158C12.0479 20.6832 12.5875 20.6832 13.1322 20.5158C13.8259 20.3027 14.3516 19.9423 15.6504 18.6258L18.3742 15.8646C19.6729 14.5481 20.0285 14.0152 20.2387 13.312C20.4038 12.7598 20.4038 12.2128 20.2387 11.6607C20.0285 10.9575 19.6729 10.4246 18.3742 9.10803L15.6504 6.3469C14.3516 5.03038 13.8259 4.66998 13.1322 4.45683C12.5875 4.28948 12.0479 4.28948 11.5032 4.45683C10.8164 4.66784 10.2943 5.02318 9.02372 6.30766ZM15.8147 11.4923C16.3685 10.9309 17.2664 10.9309 17.8202 11.4923C18.3739 12.0537 18.374 12.9638 17.8202 13.5252L13.3535 18.0531C12.7997 18.6144 11.9018 18.6144 11.348 18.0531L10.6958 17.392C10.5739 17.2684 10.5424 17.2107 10.5217 17.1414C10.501 17.0721 10.501 17.0011 10.5217 16.9318C10.5424 16.8625 10.5739 16.8048 10.6958 16.6812L15.8147 11.4923ZM8.35774 14.0054C8.49112 13.8702 8.67213 13.7944 8.86075 13.7949L11.4696 13.801C11.612 13.8013 11.7272 13.9186 11.7268 14.063C11.7267 14.1307 11.7006 14.1958 11.654 14.2444L11.5164 14.3881L9.88948 16.0226C9.73826 16.1745 9.49432 16.174 9.34376 16.0214L8.35774 15.0219C8.08085 14.7412 8.08085 14.2861 8.35774 14.0054Z",
|
|
795
|
+
fill: "url(#auth-logo-gradient)"
|
|
796
|
+
}),
|
|
797
|
+
/*#__PURE__*/ jsx("path", {
|
|
798
|
+
d: "M40.7292 9.05655C42.0233 9.05655 43.0329 9.39581 43.7581 10.0743C44.4832 10.7529 44.8458 11.6859 44.8458 12.8733V14.6545C44.8458 15.8984 44.4804 16.8795 43.7497 17.5976C43.019 18.3157 42.0121 18.6748 40.7292 18.6748C39.4462 18.6748 38.4394 18.3355 37.7086 17.657C36.9779 16.9784 36.6125 16.0454 36.6125 14.858V13.0769C36.6125 11.8329 36.9779 10.8518 37.7086 10.1337C38.4394 9.4156 39.4462 9.05655 40.7292 9.05655ZM49.8828 9.05655C51.1769 9.05655 52.1865 9.39581 52.9117 10.0743C53.6368 10.7529 53.9994 11.6859 53.9994 12.8733V14.6545C53.9994 15.8984 53.6341 16.8795 52.9033 17.5976C52.1726 18.3157 51.1658 18.6748 49.8828 18.6748C48.5998 18.6748 47.593 18.3355 46.8623 17.657C46.1315 16.9784 45.7662 16.0454 45.7662 14.858V13.0769C45.7662 11.8329 46.1315 10.8518 46.8623 10.1337C47.593 9.4156 48.5998 9.05655 49.8828 9.05655ZM67.9725 9.05655C69.1662 9.05655 70.1201 9.40995 70.8341 10.1168C71.5481 10.8236 71.9051 11.8329 71.9051 13.1447V13.942C71.9051 14.2134 71.8576 14.3887 71.7628 14.4679C71.668 14.547 71.4755 14.5866 71.1855 14.5866H66.5166V14.6545C66.5166 15.3217 66.6226 15.8051 66.8346 16.1048C67.0466 16.4045 67.4537 16.5543 68.0562 16.5543C68.3462 16.5543 68.5889 16.5148 68.7841 16.4356C68.9794 16.3564 69.1383 16.1981 69.261 15.9606C69.3168 15.8475 69.3866 15.7627 69.4702 15.7062C69.5539 15.6496 69.7017 15.6214 69.9137 15.6214H71.219C71.4421 15.6214 71.5927 15.6638 71.6708 15.7486C71.7489 15.8334 71.7879 15.9663 71.7879 16.1472C71.7879 16.396 71.7294 16.6363 71.6122 16.8682C71.4951 17.1 71.364 17.3007 71.219 17.4704C70.862 17.8888 70.3906 18.1941 69.8049 18.3864C69.2192 18.5786 68.5973 18.6748 67.939 18.6748C66.6449 18.6748 65.6465 18.344 64.9436 17.6824C64.2408 17.0208 63.8894 16.0341 63.8894 14.7223V13.1108C63.8894 11.8329 64.2491 10.8377 64.9687 10.1252C65.6883 9.41278 66.6896 9.05655 67.9725 9.05655ZM80.2554 6.35938C80.5455 6.35938 80.7379 6.40178 80.8328 6.4866C80.9276 6.57142 80.975 6.74388 80.975 7.00398V14.841C80.975 16.0285 80.6041 16.9643 79.8622 17.6485C79.1203 18.3327 78.1023 18.6748 76.8082 18.6748C75.5364 18.6748 74.5407 18.3327 73.8211 17.6485C73.1016 16.9643 72.7418 16.0115 72.7418 14.7902V12.9412C72.7418 11.7424 73.0541 10.7953 73.6789 10.0998C74.3036 9.40429 75.1571 9.05655 76.2392 9.05655C77.1652 9.05655 77.8569 9.28838 78.3143 9.75204V7.00398C78.3143 6.74388 78.3617 6.57142 78.4565 6.4866C78.5513 6.40178 78.7438 6.35938 79.0338 6.35938H80.2554ZM91.3366 6.82054C91.6267 6.82054 91.8191 6.86294 91.9139 6.94776C92.0088 7.03258 92.0562 7.20504 92.0562 7.46514V9.31415H93.2778C93.5344 9.31415 93.7073 9.35656 93.7966 9.44137C93.8858 9.52619 93.9304 9.68734 93.9304 9.92483V10.773C93.9304 11.0331 93.8858 11.2084 93.7966 11.2989C93.7073 11.3893 93.5344 11.4346 93.2778 11.4346H92.0562V14.9969C92.0562 15.404 92.1231 15.698 92.257 15.879C92.3909 16.0599 92.614 16.1504 92.9264 16.1504H93.2109C93.4898 16.1504 93.6738 16.1928 93.7631 16.2776C93.8523 16.3624 93.897 16.5349 93.897 16.795V17.8297C93.897 18.0785 93.8523 18.2453 93.7631 18.3302C93.6738 18.415 93.4842 18.4574 93.1941 18.4574H92.3741C91.3031 18.4574 90.539 18.2199 90.0816 17.7449C89.6241 17.27 89.3954 16.484 89.3954 15.387V7.46514C89.3954 7.20504 89.4429 7.03258 89.5377 6.94776C89.6325 6.86294 89.825 6.82054 90.115 6.82054H91.3366ZM31.6425 6.35938C34.1972 6.35938 35.4746 7.37718 35.4746 9.41278V9.6333C35.4746 10.2327 35.3324 10.7614 35.0479 11.2194C34.7634 11.6774 34.3869 11.9856 33.9183 12.1439C34.4761 12.2796 34.9252 12.5849 35.2654 13.0599C35.6057 13.5349 35.7758 14.089 35.7758 14.7223V14.9937C35.7758 16.1812 35.4244 17.0519 34.7216 17.6061C34.0187 18.1602 32.9087 18.4373 31.3915 18.4373H27.9107C27.6207 18.4373 27.4282 18.3949 27.3334 18.3101C27.2386 18.2252 27.1912 18.0528 27.1912 17.7927V7.00398C27.1912 6.74388 27.2386 6.57142 27.3334 6.4866C27.4282 6.40178 27.6207 6.35938 27.9107 6.35938H31.6425ZM57.1455 6.35938C57.4355 6.35938 57.628 6.40178 57.7228 6.4866C57.8176 6.57142 57.865 6.74388 57.865 7.00398V12.7037L60.3584 9.76901C60.5481 9.54283 60.682 9.40712 60.7601 9.36189C60.8381 9.31665 60.9664 9.29403 61.1449 9.29403H62.8351C63.1363 9.29403 63.2869 9.41843 63.2869 9.66723C63.2869 9.79162 63.2256 9.91602 63.1028 10.0404L60.6931 12.7206L63.5045 17.6909C63.5937 17.8492 63.6383 17.9793 63.6383 18.081C63.6383 18.3185 63.471 18.4373 63.1363 18.4373H61.4964C61.2955 18.4373 61.1422 18.4033 61.0362 18.3355C60.9302 18.2676 60.827 18.1432 60.7266 17.9623L58.9026 14.5866L57.865 15.7401V17.7927C57.865 18.0528 57.8176 18.2252 57.7228 18.3101C57.628 18.3949 57.4355 18.4373 57.1455 18.4373H55.9908C55.7007 18.4373 55.5083 18.3949 55.4135 18.3101C55.3186 18.2252 55.2712 18.0528 55.2712 17.7927V7.00398C55.2712 6.74388 55.3186 6.57142 55.4135 6.4866C55.5083 6.40178 55.7007 6.35938 55.9908 6.35938H57.1455ZM87.083 11.1346C87.3731 11.1346 87.5655 11.177 87.6603 11.2618C87.7552 11.3466 87.8026 11.5191 87.8026 11.7792L87.7859 17.7757C87.7859 18.0358 87.7384 18.2083 87.6436 18.2931C87.5488 18.3779 87.3563 18.4203 87.0663 18.4203H85.8447C85.5546 18.4203 85.3622 18.3779 85.2673 18.2931C85.1725 18.2083 85.1251 18.0358 85.1251 17.7757L85.1418 11.7792C85.1418 11.5191 85.1893 11.3466 85.2841 11.2618C85.3789 11.177 85.5714 11.1346 85.8614 11.1346H87.083ZM40.7794 11.177C40.2997 11.177 39.9287 11.3325 39.6665 11.6435C39.4044 11.9545 39.2733 12.404 39.2733 12.992V14.7393C39.2733 15.9493 39.7418 16.5543 40.679 16.5543C41.1698 16.5543 41.5436 16.3988 41.8002 16.0879C42.0567 15.7769 42.185 15.3273 42.185 14.7393V12.992C42.185 11.782 41.7165 11.177 40.7794 11.177ZM49.933 11.177C49.4533 11.177 49.0823 11.3325 48.8202 11.6435C48.558 11.9545 48.4269 12.404 48.4269 12.992V14.7393C48.4269 15.9493 48.8955 16.5543 49.8326 16.5543C50.3235 16.5543 50.6972 16.3988 50.9538 16.0879C51.2104 15.7769 51.3387 15.3273 51.3387 14.7393V12.992C51.3387 11.782 50.8701 11.177 49.933 11.177ZM76.8082 11.177C75.8711 11.177 75.4025 11.782 75.4025 12.992V14.7393C75.4025 15.3273 75.528 15.7769 75.779 16.0879C76.03 16.3988 76.3954 16.5543 76.8751 16.5543C77.8346 16.5543 78.3143 15.9493 78.3143 14.7393V12.992C78.3143 12.404 78.186 11.9545 77.9294 11.6435C77.6728 11.3325 77.2991 11.177 76.8082 11.177ZM31.6592 13.3483H29.8854V16.1133H31.4751C32.468 16.1133 32.9645 15.7005 32.9645 14.875V14.5696C32.9645 14.1738 32.8529 13.8713 32.6298 13.6621C32.4067 13.4529 32.0831 13.3483 31.6592 13.3483ZM67.8721 11.1261C67.4705 11.1261 67.1525 11.2505 66.9183 11.4993C66.684 11.7481 66.5557 12.1721 66.5334 12.7715H69.2276C69.2164 12.2061 69.1076 11.7905 68.9013 11.5247C68.6949 11.259 68.3518 11.1261 67.8721 11.1261ZM31.2911 8.68335H29.8854V11.1939H31.4082C32.2672 11.1939 32.6967 10.8038 32.6967 10.0235V9.75204C32.6967 9.03958 32.2282 8.68335 31.2911 8.68335ZM86.6929 6.82054C87.0716 6.82054 87.2089 6.86118 87.3474 6.93751C87.4858 7.01384 87.5945 7.12586 87.6685 7.26858C87.7426 7.41131 87.782 7.55287 87.782 7.94328V8.58156C87.782 8.97197 87.7426 9.11353 87.6685 9.25626C87.5945 9.39898 87.4858 9.51099 87.3474 9.58732C87.2089 9.66365 87.0716 9.7043 86.6929 9.7043H86.0737C85.695 9.7043 85.5577 9.66365 85.4192 9.58732C85.2808 9.51099 85.1721 9.39898 85.0981 9.25626C85.024 9.11353 84.9846 8.97197 84.9846 8.58156V7.94328C84.9846 7.55287 85.024 7.41131 85.0981 7.26858C85.1721 7.12586 85.2808 7.01384 85.4192 6.93751C85.5577 6.86118 85.695 6.82054 86.0737 6.82054H86.6929Z",
|
|
799
|
+
fill: "var(--label-primary)"
|
|
800
|
+
})
|
|
801
|
+
]
|
|
802
|
+
});
|
|
803
|
+
};
|
|
804
|
+
var AuthBgDecorationIcon = function() {
|
|
805
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
806
|
+
width: "489",
|
|
807
|
+
height: "588",
|
|
808
|
+
viewBox: "0 0 489 588",
|
|
809
|
+
fill: "none",
|
|
810
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
811
|
+
className: "auth-layout__bg-decoration",
|
|
812
|
+
"aria-hidden": "true",
|
|
813
|
+
children: [
|
|
814
|
+
/*#__PURE__*/ jsxs("g", {
|
|
815
|
+
clipPath: "url(#auth-bg-clip)",
|
|
816
|
+
children: [
|
|
817
|
+
/*#__PURE__*/ jsx("path", {
|
|
818
|
+
d: "M-17.7607 -1.80137C3.60513 -22.7649 13.5775 -28.1841 25.5659 -31.7493C37.5544 -35.3145 49.8146 -35.3145 61.803 -31.7493C73.7915 -28.1841 83.7639 -22.7649 105.13 -1.80136L140.062 32.4732C161.428 53.4367 166.951 63.2214 170.585 74.9841C174.218 86.7467 174.218 98.7762 170.585 110.539C166.951 122.302 161.428 132.086 140.062 153.05L105.13 187.324C83.7639 208.288 73.7915 213.707 61.8031 217.272C49.8146 220.837 37.5543 220.837 25.5659 217.272C13.5775 213.707 3.60513 208.288 -17.7607 187.324L-52.6929 153.05C-74.0588 132.086 -79.5819 122.302 -83.2156 110.539C-86.8492 98.7762 -86.8492 86.7468 -83.2156 74.9841C-79.5819 63.2214 -74.0588 53.4367 -52.6929 32.4732L-17.7607 -1.80137Z",
|
|
819
|
+
fill: "var(--surface-tertiary)"
|
|
820
|
+
}),
|
|
821
|
+
/*#__PURE__*/ jsx("path", {
|
|
822
|
+
d: "M174.305 176.142C195.671 155.178 205.643 149.759 217.632 146.194C229.62 142.629 241.88 142.629 253.869 146.194C265.857 149.759 275.83 155.178 297.195 176.142L332.128 210.416C353.494 231.38 359.017 241.164 362.65 252.927C366.284 264.69 366.284 276.719 362.65 288.482C359.017 300.245 353.494 310.029 332.128 330.993L297.195 365.267C275.83 386.231 265.857 391.65 253.869 395.215C241.88 398.781 229.62 398.781 217.632 395.215C205.643 391.65 195.671 386.231 174.305 365.267L139.373 330.993C118.007 310.029 112.484 300.245 108.85 288.482C105.217 276.719 105.217 264.69 108.85 252.927C112.484 241.164 118.007 231.38 139.373 210.416L174.305 176.142Z",
|
|
823
|
+
fill: "var(--surface-tertiary)"
|
|
824
|
+
}),
|
|
825
|
+
/*#__PURE__*/ jsx("path", {
|
|
826
|
+
d: "M-60.1281 280.648C-38.7623 259.685 -28.7899 254.265 -16.8015 250.7C-4.81308 247.135 7.4472 247.135 19.4356 250.7C31.424 254.265 41.3964 259.685 62.7623 280.648L97.6945 314.923C119.06 335.886 124.583 345.671 128.217 357.434C131.851 369.196 131.851 381.226 128.217 392.988C124.583 404.751 119.06 414.536 97.6945 435.499L62.7623 469.774C41.3964 490.737 31.424 496.156 19.4356 499.722C7.44721 503.287 -4.81308 503.287 -16.8015 499.722C-28.7899 496.156 -38.7623 490.737 -60.1281 469.774L-95.0604 435.499C-116.426 414.536 -121.949 404.751 -125.583 392.988C-129.217 381.226 -129.217 369.196 -125.583 357.434C-121.949 345.671 -116.426 335.886 -95.0604 314.923L-60.1281 280.648Z",
|
|
827
|
+
fill: "var(--surface-tertiary)"
|
|
828
|
+
}),
|
|
829
|
+
/*#__PURE__*/ jsx("path", {
|
|
830
|
+
d: "M256.215 -83.7118C277.581 -104.675 287.554 -110.094 299.542 -113.66C311.53 -117.225 323.791 -117.225 335.779 -113.66C347.768 -110.094 357.74 -104.675 379.106 -83.7118L414.038 -49.4372C435.404 -28.4737 440.927 -18.689 444.561 -6.92635C448.194 4.83635 448.194 16.8658 444.561 28.6285C440.927 40.3912 435.404 50.1758 414.038 71.1394L379.106 105.414C357.74 126.377 347.768 131.797 335.779 135.362C323.791 138.927 311.53 138.927 299.542 135.362C287.554 131.797 277.581 126.377 256.215 105.414L221.283 71.1394C199.917 50.1758 194.394 40.3912 190.761 28.6285C187.127 16.8658 187.127 4.83635 190.761 -6.92635C194.394 -18.689 199.917 -28.4737 221.283 -49.4372L256.215 -83.7118Z",
|
|
831
|
+
fill: "var(--surface-tertiary)"
|
|
832
|
+
})
|
|
833
|
+
]
|
|
834
|
+
}),
|
|
835
|
+
/*#__PURE__*/ jsx("defs", {
|
|
836
|
+
children: /*#__PURE__*/ jsx("clipPath", {
|
|
837
|
+
id: "auth-bg-clip",
|
|
838
|
+
children: /*#__PURE__*/ jsx("rect", {
|
|
839
|
+
width: "489",
|
|
840
|
+
height: "588",
|
|
841
|
+
fill: "white"
|
|
842
|
+
})
|
|
843
|
+
})
|
|
844
|
+
})
|
|
845
|
+
]
|
|
846
|
+
});
|
|
847
|
+
};
|
|
848
|
+
var DeleteIcon = function() {
|
|
849
|
+
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;
|
|
850
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
851
|
+
width: width,
|
|
852
|
+
height: height,
|
|
853
|
+
viewBox: "0 0 32 32",
|
|
854
|
+
fill: "none",
|
|
855
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
856
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
857
|
+
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",
|
|
858
|
+
fill: "currentColor"
|
|
859
|
+
})
|
|
860
|
+
});
|
|
861
|
+
};
|
|
862
|
+
var UserAddIcon = function() {
|
|
863
|
+
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;
|
|
864
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
865
|
+
width: width,
|
|
866
|
+
height: height,
|
|
867
|
+
viewBox: "0 0 32 32",
|
|
868
|
+
fill: "none",
|
|
869
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
870
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
871
|
+
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",
|
|
872
|
+
fill: "currentColor"
|
|
873
|
+
})
|
|
874
|
+
});
|
|
875
|
+
};
|
|
876
|
+
var UserImportIcon = function() {
|
|
877
|
+
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;
|
|
878
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
879
|
+
width: width,
|
|
880
|
+
height: height,
|
|
881
|
+
viewBox: "0 0 32 32",
|
|
882
|
+
fill: "none",
|
|
883
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
884
|
+
children: [
|
|
885
|
+
/*#__PURE__*/ jsx("path", {
|
|
886
|
+
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",
|
|
887
|
+
fill: "currentColor"
|
|
888
|
+
}),
|
|
889
|
+
/*#__PURE__*/ jsx("path", {
|
|
890
|
+
d: "M22 23L25 23L21 18L17 23L20 23L20 28L22 28L22 23Z",
|
|
891
|
+
fill: "currentColor"
|
|
892
|
+
})
|
|
893
|
+
]
|
|
894
|
+
});
|
|
895
|
+
};
|
|
896
|
+
var SlidersIcon = function() {
|
|
897
|
+
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;
|
|
898
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
899
|
+
width: width,
|
|
900
|
+
height: height,
|
|
901
|
+
viewBox: "0 0 32 32",
|
|
902
|
+
fill: "none",
|
|
903
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
904
|
+
children: [
|
|
905
|
+
/*#__PURE__*/ jsx("path", {
|
|
906
|
+
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",
|
|
907
|
+
fill: "currentColor"
|
|
908
|
+
}),
|
|
909
|
+
/*#__PURE__*/ jsx("path", {
|
|
910
|
+
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",
|
|
911
|
+
fill: "currentColor"
|
|
912
|
+
})
|
|
913
|
+
]
|
|
914
|
+
});
|
|
915
|
+
};
|
|
916
|
+
var ProviderPlusIcon = function() {
|
|
917
|
+
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;
|
|
918
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
919
|
+
width: width,
|
|
920
|
+
height: height,
|
|
921
|
+
viewBox: "0 0 32 32",
|
|
922
|
+
fill: "none",
|
|
923
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
924
|
+
children: [
|
|
925
|
+
/*#__PURE__*/ jsx("path", {
|
|
926
|
+
d: "M8 10L17 6.5V24H8V10Z",
|
|
927
|
+
fill: "currentColor",
|
|
928
|
+
fillOpacity: "0.1"
|
|
929
|
+
}),
|
|
930
|
+
/*#__PURE__*/ jsx("path", {
|
|
931
|
+
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",
|
|
932
|
+
fill: "currentColor"
|
|
933
|
+
})
|
|
934
|
+
]
|
|
935
|
+
});
|
|
936
|
+
};
|
|
937
|
+
var ClockIcon = function() {
|
|
938
|
+
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;
|
|
939
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
940
|
+
width: width,
|
|
941
|
+
height: height,
|
|
942
|
+
viewBox: "0 0 32 32",
|
|
943
|
+
fill: "none",
|
|
944
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
945
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
946
|
+
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",
|
|
947
|
+
fill: "currentColor"
|
|
948
|
+
})
|
|
949
|
+
});
|
|
950
|
+
};
|
|
951
|
+
var WarningTriangleIcon = function() {
|
|
952
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 32 : _ref_size;
|
|
953
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
954
|
+
width: size,
|
|
955
|
+
height: size,
|
|
956
|
+
viewBox: "0 0 32 32",
|
|
957
|
+
fill: "none",
|
|
958
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
959
|
+
d: "M15.3496 8.46973C15.7414 7.84329 16.6543 7.84314 17.0459 8.46973L25.2412 21.583C25.6574 22.249 25.1788 23.113 24.3936 23.1133H8.00195C7.21654 23.1133 6.73711 22.249 7.15332 21.583L15.3496 8.46973ZM16.1973 19.1133C15.6451 19.1134 15.1973 19.5611 15.1973 20.1133C15.1973 20.6654 15.6451 21.1132 16.1973 21.1133C16.7495 21.1133 17.1972 20.6655 17.1973 20.1133C17.1973 19.561 16.7496 19.1133 16.1973 19.1133ZM15.1973 18.1133H17.1973V13.1133H15.1973V18.1133Z",
|
|
960
|
+
fill: "currentColor"
|
|
961
|
+
})
|
|
962
|
+
});
|
|
963
|
+
};
|
|
964
|
+
var NoEntryIcon = function() {
|
|
965
|
+
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;
|
|
966
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
967
|
+
width: width,
|
|
968
|
+
height: height,
|
|
969
|
+
viewBox: "0 0 32 32",
|
|
970
|
+
fill: "none",
|
|
971
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
972
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
973
|
+
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",
|
|
974
|
+
fill: "currentColor"
|
|
975
|
+
})
|
|
976
|
+
});
|
|
977
|
+
};
|
|
978
|
+
var CheckCircleIcon = function() {
|
|
979
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
980
|
+
width: "24",
|
|
981
|
+
height: "24",
|
|
982
|
+
viewBox: "0 0 32 32",
|
|
983
|
+
fill: "none",
|
|
984
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
985
|
+
d: "M16 7C20.9706 7 25 11.0294 25 16C25 20.9706 20.9706 25 16 25C11.0294 25 7 20.9706 7 16C7 11.0294 11.0294 7 16 7ZM14.4463 17.6055L12.7217 15.8076L11.2783 17.1924L14.3525 20.3945L21.6729 13.7402L20.3271 12.2598L14.4463 17.6055Z",
|
|
986
|
+
fill: "currentColor"
|
|
987
|
+
})
|
|
988
|
+
});
|
|
989
|
+
};
|
|
990
|
+
var XCircleIcon = function() {
|
|
991
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 24 : _ref_size;
|
|
992
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
993
|
+
width: size,
|
|
994
|
+
height: size,
|
|
995
|
+
viewBox: "0 0 32 32",
|
|
996
|
+
fill: "none",
|
|
997
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
998
|
+
d: "M16.1975 7C21.1681 7 25.1975 11.0294 25.1975 16C25.1975 20.9706 21.1681 25 16.1975 25C11.2269 25 7.19751 20.9706 7.19751 16C7.19751 11.0294 11.2269 7 16.1975 7ZM16.1975 14.5859L13.3694 11.7578L11.9553 13.1719L14.7834 16L11.9553 18.8281L13.3694 20.2422L16.1975 17.4141L19.0256 20.2422L20.4397 18.8281L17.6116 16L20.4397 13.1719L19.0256 11.7578L16.1975 14.5859Z",
|
|
999
|
+
fill: "currentColor"
|
|
1000
|
+
})
|
|
1001
|
+
});
|
|
1002
|
+
};
|
|
1003
|
+
var UserGroupIcon = function() {
|
|
1004
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
1005
|
+
width: "24",
|
|
1006
|
+
height: "24",
|
|
1007
|
+
viewBox: "0 0 32 32",
|
|
1008
|
+
fill: "none",
|
|
1009
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
1010
|
+
d: "M16 7C18.7614 7 21 9.23858 21 12C21 14.7614 18.7614 17 16 17C13.2386 17 11 14.7614 11 12C11 9.23858 13.2386 7 16 7ZM16 9C14.3431 9 13 10.3431 13 12C13 13.6569 14.3431 15 16 15C17.6569 15 19 13.6569 19 12C19 10.3431 17.6569 9 16 9ZM16 18C20.4183 18 24 19.7909 24 22V25H8V22C8 19.7909 11.5817 18 16 18ZM16 20C12.6863 20 10 21.3431 10 22V23H22V22C22 21.3431 19.3137 20 16 20Z",
|
|
1011
|
+
fill: "currentColor"
|
|
1012
|
+
})
|
|
1013
|
+
});
|
|
1014
|
+
};
|
|
1015
|
+
var UploadIcon = function() {
|
|
1016
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
1017
|
+
width: "32",
|
|
1018
|
+
height: "32",
|
|
1019
|
+
viewBox: "0 0 24 24",
|
|
1020
|
+
fill: "none",
|
|
1021
|
+
children: [
|
|
1022
|
+
/*#__PURE__*/ jsx("path", {
|
|
1023
|
+
d: "M12 16V8M12 8L8.5 11.5M12 8L15.5 11.5",
|
|
1024
|
+
stroke: "currentColor",
|
|
1025
|
+
strokeWidth: "1.75",
|
|
1026
|
+
strokeLinecap: "round",
|
|
1027
|
+
strokeLinejoin: "round"
|
|
1028
|
+
}),
|
|
1029
|
+
/*#__PURE__*/ jsx("path", {
|
|
1030
|
+
d: "M4 17V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V17",
|
|
1031
|
+
stroke: "currentColor",
|
|
1032
|
+
strokeWidth: "1.75",
|
|
1033
|
+
strokeLinecap: "round"
|
|
1034
|
+
})
|
|
1035
|
+
]
|
|
1036
|
+
});
|
|
1037
|
+
};
|
|
1038
|
+
var CurrencyPoundIcon = function() {
|
|
1039
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 28 : _ref_size;
|
|
1040
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
1041
|
+
width: size,
|
|
1042
|
+
height: size,
|
|
1043
|
+
viewBox: "0 0 32 32",
|
|
1044
|
+
fill: "none",
|
|
1045
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1046
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
1047
|
+
d: "M16.0049 26.0028C10.482 26.0028 6.00488 21.5257 6.00488 16.0028C6.00488 10.48 10.482 6.00281 16.0049 6.00281C21.5277 6.00281 26.0049 10.48 26.0049 16.0028C26.0049 21.5257 21.5277 26.0028 16.0049 26.0028ZM16.0049 24.0028C20.4232 24.0028 24.0049 20.4211 24.0049 16.0028C24.0049 11.5845 20.4232 8.00281 16.0049 8.00281C11.5866 8.00281 8.00488 11.5845 8.00488 16.0028C8.00488 20.4211 11.5866 24.0028 16.0049 24.0028ZM13.0049 17.0028H12.0049V15.0028H13.0049V14.0028C13.0049 12.0698 14.5719 10.5028 16.5049 10.5028C17.9741 10.5028 19.2319 11.4081 19.7509 12.6913L17.7644 13.1879C17.4971 12.7756 17.0329 12.5028 16.5049 12.5028C15.6765 12.5028 15.0049 13.1744 15.0049 14.0028V15.0028H18.0049V17.0028H15.0049V19.0028H20.0049V21.0028H12.0049V19.0028H13.0049V17.0028Z",
|
|
1048
|
+
fill: "currentColor"
|
|
1049
|
+
})
|
|
1050
|
+
});
|
|
1051
|
+
};
|
|
1052
|
+
var CurrencyDollarIcon = function() {
|
|
1053
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 28 : _ref_size;
|
|
1054
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
1055
|
+
width: size,
|
|
1056
|
+
height: size,
|
|
1057
|
+
viewBox: "0 0 32 32",
|
|
1058
|
+
fill: "none",
|
|
1059
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1060
|
+
children: [
|
|
1061
|
+
/*#__PURE__*/ jsx("path", {
|
|
1062
|
+
d: "M16.0049 6.00293C21.5277 6.00293 26.0049 10.4801 26.0049 16.0029C26.0048 21.5258 21.5276 26.0029 16.0049 26.0029C10.4821 26.0029 6.00498 21.5257 6.00488 16.0029C6.00488 10.4801 10.482 6.00294 16.0049 6.00293ZM16.0049 8.00293C11.5866 8.00294 8.00488 11.5847 8.00488 16.0029C8.00498 20.4211 11.5866 24.0029 16.0049 24.0029C20.4231 24.0029 24.0048 20.4212 24.0049 16.0029C24.0049 11.5847 20.4232 8.00293 16.0049 8.00293Z",
|
|
1063
|
+
fill: "currentColor"
|
|
1064
|
+
}),
|
|
1065
|
+
/*#__PURE__*/ jsx("path", {
|
|
1066
|
+
d: "M16.6406 11.0566C17.1463 11.1166 17.592 11.2403 17.9766 11.4316C18.5455 11.7013 18.9858 12.0792 19.2979 12.5645C19.6099 13.0498 19.798 13.6118 19.8623 14.25L17.5352 14.3447C17.5076 14.0391 17.4257 13.7735 17.2881 13.5488C17.1504 13.3241 16.9613 13.153 16.7227 13.0361C16.6964 13.0217 16.6682 13.0108 16.6406 12.998V15.0479C17.423 15.2098 18.0521 15.4116 18.5273 15.6523C19.0596 15.922 19.436 16.2456 19.6562 16.623C19.8857 16.9916 20 17.4189 20 17.9043C19.9999 18.4973 19.8441 19.0138 19.5322 19.4541C19.2293 19.8856 18.7928 20.2231 18.2236 20.4658C17.7669 20.6533 17.2392 20.7638 16.6406 20.8008V21.8945H15.4844V20.7812C14.9232 20.7263 14.4228 20.6047 13.9834 20.4121C13.3775 20.1335 12.9041 19.7463 12.5645 19.252C12.2342 18.7487 12.0459 18.1602 12 17.4863L14.3408 17.3643C14.3959 17.7058 14.4967 17.9985 14.6436 18.2412C14.7904 18.4749 14.993 18.6544 15.25 18.7803C15.3229 18.8134 15.4012 18.8405 15.4844 18.8643V16.7012C14.7468 16.5271 14.14 16.3413 13.666 16.1377C13.1521 15.904 12.7757 15.6075 12.5371 15.248C12.2984 14.8885 12.1797 14.4341 12.1797 13.8857C12.1797 13.3106 12.3264 12.8074 12.6201 12.376C12.9139 11.9446 13.3405 11.6116 13.9004 11.3779C14.3555 11.1807 14.8837 11.0652 15.4844 11.0283V9.89551H16.6406V11.0566ZM16.6406 18.9297C16.7662 18.914 16.8809 18.8921 16.9844 18.8613C17.1954 18.7894 17.3566 18.6818 17.4668 18.5381C17.5861 18.3943 17.6455 18.2185 17.6455 18.0117C17.6455 17.8142 17.595 17.6437 17.4941 17.5C17.4023 17.3472 17.2187 17.2116 16.9434 17.0947C16.8559 17.0576 16.7549 17.0215 16.6406 16.9854V18.9297ZM15.4844 12.8799C15.2469 12.9202 15.0491 12.9986 14.8916 13.1172C14.6622 13.2969 14.548 13.5262 14.5479 13.8047C14.5479 14.0204 14.5982 14.2009 14.6992 14.3447C14.8094 14.4884 14.9976 14.6102 15.2637 14.709C15.331 14.734 15.4047 14.7578 15.4844 14.7822V12.8799Z",
|
|
1067
|
+
fill: "currentColor"
|
|
1068
|
+
})
|
|
1069
|
+
]
|
|
1070
|
+
});
|
|
1071
|
+
};
|
|
1072
|
+
var CurrencyEuroIcon = function() {
|
|
1073
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 28 : _ref_size;
|
|
1074
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
1075
|
+
width: size,
|
|
1076
|
+
height: size,
|
|
1077
|
+
viewBox: "0 0 32 32",
|
|
1078
|
+
fill: "none",
|
|
1079
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1080
|
+
children: [
|
|
1081
|
+
/*#__PURE__*/ jsx("path", {
|
|
1082
|
+
d: "M16.0049 6.00293C21.5277 6.00293 26.0049 10.4801 26.0049 16.0029C26.0048 21.5258 21.5276 26.0029 16.0049 26.0029C10.4821 26.0029 6.00498 21.5257 6.00488 16.0029C6.00488 10.4801 10.482 6.00294 16.0049 6.00293ZM16.0049 8.00293C11.5866 8.00294 8.00488 11.5847 8.00488 16.0029C8.00498 20.4211 11.5866 24.0029 16.0049 24.0029C20.4231 24.0029 24.0048 20.4212 24.0049 16.0029C24.0049 11.5847 20.4232 8.00293 16.0049 8.00293Z",
|
|
1083
|
+
fill: "currentColor"
|
|
1084
|
+
}),
|
|
1085
|
+
/*#__PURE__*/ jsx("path", {
|
|
1086
|
+
d: "M16.5049 11.0811C17.2005 11.0811 17.8432 11.2205 18.4326 11.499C19.0219 11.7686 19.52 12.1588 19.9258 12.6709C20.3412 13.1829 20.6207 13.7943 20.7656 14.5039L18.1719 14.6123C18.0656 14.1182 17.8579 13.727 17.5488 13.4395C17.2397 13.143 16.8723 12.9952 16.4473 12.9951C15.9932 12.9951 15.6069 13.1299 15.2881 13.3994C14.9692 13.66 14.7277 14.024 14.5635 14.4912C14.554 14.5175 14.546 14.5445 14.5371 14.5713H17.1572L16.9688 15.6904H14.3301C14.3216 15.8212 14.3164 15.9561 14.3164 16.0947C14.3164 16.2617 14.3233 16.4235 14.3359 16.5801H16.8389L16.6787 17.6982H14.5635L14.6279 17.8652C14.7886 18.2447 15.009 18.5483 15.2881 18.7764C15.6069 19.0368 15.9933 19.167 16.4473 19.167C16.8916 19.167 17.268 19.0097 17.5771 18.6953C17.8863 18.3719 18.0849 17.9451 18.1719 17.415L20.7949 17.5361C20.65 18.2639 20.3745 18.8937 19.9688 19.4238C19.5631 19.9536 19.0606 20.362 18.4619 20.6494C17.8725 20.9369 17.2199 21.0811 16.5049 21.0811C15.8286 21.081 15.2008 20.9594 14.6211 20.7168C14.0511 20.4652 13.548 20.1152 13.1133 19.666C12.6786 19.2168 12.3411 18.6907 12.0996 18.0889C12.0491 17.9611 12.0048 17.8307 11.9648 17.6982H10.7949V16.5801H11.7568C11.7442 16.4211 11.7373 16.2594 11.7373 16.0947C11.7373 15.9581 11.7422 15.8232 11.751 15.6904H10.7949V14.5713H11.9395C11.9849 14.4107 12.0388 14.2534 12.0996 14.0996C12.3411 13.489 12.6787 12.9588 13.1133 12.5098C13.5481 12.0605 14.051 11.7096 14.6211 11.458C15.2007 11.2065 15.8287 11.0811 16.5049 11.0811Z",
|
|
1087
|
+
fill: "currentColor"
|
|
1088
|
+
})
|
|
1089
|
+
]
|
|
1090
|
+
});
|
|
1091
|
+
};
|
|
1092
|
+
var PercentIcon = function() {
|
|
1093
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 24 : _ref_size;
|
|
1094
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
1095
|
+
width: size,
|
|
1096
|
+
height: size,
|
|
1097
|
+
viewBox: "0 0 24 24",
|
|
1098
|
+
fill: "none",
|
|
1099
|
+
stroke: "currentColor",
|
|
1100
|
+
strokeWidth: "1.5",
|
|
1101
|
+
strokeLinecap: "round",
|
|
1102
|
+
strokeLinejoin: "round",
|
|
1103
|
+
children: [
|
|
1104
|
+
/*#__PURE__*/ jsx("line", {
|
|
1105
|
+
x1: "19",
|
|
1106
|
+
y1: "5",
|
|
1107
|
+
x2: "5",
|
|
1108
|
+
y2: "19"
|
|
1109
|
+
}),
|
|
1110
|
+
/*#__PURE__*/ jsx("circle", {
|
|
1111
|
+
cx: "6.5",
|
|
1112
|
+
cy: "6.5",
|
|
1113
|
+
r: "2.5"
|
|
1114
|
+
}),
|
|
1115
|
+
/*#__PURE__*/ jsx("circle", {
|
|
1116
|
+
cx: "17.5",
|
|
1117
|
+
cy: "17.5",
|
|
1118
|
+
r: "2.5"
|
|
1119
|
+
})
|
|
1120
|
+
]
|
|
1121
|
+
});
|
|
1122
|
+
};
|
|
1123
|
+
var LayersIcon = function() {
|
|
1124
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 24 : _ref_size;
|
|
1125
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
1126
|
+
width: size,
|
|
1127
|
+
height: size,
|
|
1128
|
+
viewBox: "0 0 24 24",
|
|
1129
|
+
fill: "none",
|
|
1130
|
+
stroke: "currentColor",
|
|
1131
|
+
strokeWidth: "1.5",
|
|
1132
|
+
strokeLinecap: "round",
|
|
1133
|
+
strokeLinejoin: "round",
|
|
1134
|
+
children: [
|
|
1135
|
+
/*#__PURE__*/ jsx("polygon", {
|
|
1136
|
+
points: "12 2 2 7 12 12 22 7 12 2"
|
|
1137
|
+
}),
|
|
1138
|
+
/*#__PURE__*/ jsx("polyline", {
|
|
1139
|
+
points: "2 17 12 22 22 17"
|
|
1140
|
+
}),
|
|
1141
|
+
/*#__PURE__*/ jsx("polyline", {
|
|
1142
|
+
points: "2 12 12 17 22 12"
|
|
1143
|
+
})
|
|
1144
|
+
]
|
|
1145
|
+
});
|
|
1146
|
+
};
|
|
1147
|
+
var IconCross = function(param) {
|
|
1148
|
+
var _param_className = param.className, className = _param_className === void 0 ? '' : _param_className, _param_size = param.size, size = _param_size === void 0 ? 24 : _param_size;
|
|
1149
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
1150
|
+
width: size,
|
|
1151
|
+
height: size,
|
|
1152
|
+
viewBox: "0 0 32 32",
|
|
1153
|
+
fill: "none",
|
|
1154
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1155
|
+
className: "flex-shrink-0 ".concat(className),
|
|
1156
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
1157
|
+
d: "M24.1895 11.4658L18.7676 16.5L24.1895 21.5342L21.4668 24.4658L15.8281 19.2295L10.1895 24.4658L7.4668 21.5342L12.8877 16.5L7.4668 11.4658L10.1895 8.53418L15.8281 13.7695L21.4668 8.53418L24.1895 11.4658Z",
|
|
1158
|
+
fill: "currentColor"
|
|
1159
|
+
})
|
|
1160
|
+
});
|
|
1161
|
+
};
|
|
1162
|
+
var MailIcon = function() {
|
|
1163
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 16 : _ref_size, _ref_className = _ref.className, className = _ref_className === void 0 ? '' : _ref_className;
|
|
1164
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
1165
|
+
width: size,
|
|
1166
|
+
height: size,
|
|
1167
|
+
viewBox: "0 0 16 16",
|
|
1168
|
+
fill: "none",
|
|
1169
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1170
|
+
className: className,
|
|
1171
|
+
children: [
|
|
1172
|
+
/*#__PURE__*/ jsx("path", {
|
|
1173
|
+
d: "M2.667 2.667h10.666A1.333 1.333 0 0 1 14.667 4v8a1.333 1.333 0 0 1-1.334 1.333H2.667A1.333 1.333 0 0 1 1.333 12V4a1.333 1.333 0 0 1 1.334-1.333z",
|
|
1174
|
+
stroke: "currentColor",
|
|
1175
|
+
strokeWidth: "1.2",
|
|
1176
|
+
strokeLinecap: "round",
|
|
1177
|
+
strokeLinejoin: "round"
|
|
1178
|
+
}),
|
|
1179
|
+
/*#__PURE__*/ jsx("path", {
|
|
1180
|
+
d: "M14.667 4L8 8.667 1.333 4",
|
|
1181
|
+
stroke: "currentColor",
|
|
1182
|
+
strokeWidth: "1.2",
|
|
1183
|
+
strokeLinecap: "round",
|
|
1184
|
+
strokeLinejoin: "round"
|
|
1185
|
+
})
|
|
1186
|
+
]
|
|
1187
|
+
});
|
|
1188
|
+
};
|
|
1189
|
+
var PhoneIcon = function() {
|
|
1190
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 16 : _ref_size, _ref_className = _ref.className, className = _ref_className === void 0 ? '' : _ref_className;
|
|
1191
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
1192
|
+
width: size,
|
|
1193
|
+
height: size,
|
|
1194
|
+
viewBox: "0 0 16 16",
|
|
1195
|
+
fill: "none",
|
|
1196
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1197
|
+
className: className,
|
|
1198
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
1199
|
+
d: "M14.667 11.28v2a1.333 1.333 0 0 1-1.454 1.333 13.193 13.193 0 0 1-5.753-2.046 13 13 0 0 1-4-4 13.193 13.193 0 0 1-2.047-5.78A1.333 1.333 0 0 1 2.747 1.333h2a1.333 1.333 0 0 1 1.333 1.147c.085.64.241 1.268.467 1.873a1.333 1.333 0 0 1-.3 1.407L5.22 6.787a10.667 10.667 0 0 0 4 4l1.027-1.027a1.333 1.333 0 0 1 1.407-.3c.605.226 1.233.382 1.873.467a1.333 1.333 0 0 1 1.14 1.353z",
|
|
1200
|
+
stroke: "currentColor",
|
|
1201
|
+
strokeWidth: "1.2",
|
|
1202
|
+
strokeLinecap: "round",
|
|
1203
|
+
strokeLinejoin: "round"
|
|
1204
|
+
})
|
|
1205
|
+
});
|
|
1206
|
+
};
|
|
1207
|
+
var LockIcon = function() {
|
|
1208
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 24 : _ref_size, _ref_className = _ref.className, className = _ref_className === void 0 ? '' : _ref_className;
|
|
1209
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
1210
|
+
width: size,
|
|
1211
|
+
height: size,
|
|
1212
|
+
viewBox: "0 0 24 24",
|
|
1213
|
+
fill: "none",
|
|
1214
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1215
|
+
className: className,
|
|
1216
|
+
children: [
|
|
1217
|
+
/*#__PURE__*/ jsx("rect", {
|
|
1218
|
+
x: "3",
|
|
1219
|
+
y: "11",
|
|
1220
|
+
width: "18",
|
|
1221
|
+
height: "11",
|
|
1222
|
+
rx: "2",
|
|
1223
|
+
stroke: "currentColor",
|
|
1224
|
+
strokeWidth: "1.5",
|
|
1225
|
+
strokeLinecap: "round",
|
|
1226
|
+
strokeLinejoin: "round"
|
|
1227
|
+
}),
|
|
1228
|
+
/*#__PURE__*/ jsx("path", {
|
|
1229
|
+
d: "M7 11V7a5 5 0 0 1 10 0v4",
|
|
1230
|
+
stroke: "currentColor",
|
|
1231
|
+
strokeWidth: "1.5",
|
|
1232
|
+
strokeLinecap: "round",
|
|
1233
|
+
strokeLinejoin: "round"
|
|
1234
|
+
})
|
|
1235
|
+
]
|
|
1236
|
+
});
|
|
1237
|
+
};
|
|
1238
|
+
var NotificationSuccessIcon = function() {
|
|
1239
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 16 : _ref_size, _ref_className = _ref.className, className = _ref_className === void 0 ? '' : _ref_className;
|
|
1240
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
1241
|
+
width: size,
|
|
1242
|
+
height: size,
|
|
1243
|
+
viewBox: "0 0 16 16",
|
|
1244
|
+
fill: "none",
|
|
1245
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1246
|
+
className: className,
|
|
1247
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
1248
|
+
d: "M13.333 4L6 11.333 2.667 8",
|
|
1249
|
+
stroke: "currentColor",
|
|
1250
|
+
strokeWidth: "1.5",
|
|
1251
|
+
strokeLinecap: "round",
|
|
1252
|
+
strokeLinejoin: "round"
|
|
1253
|
+
})
|
|
1254
|
+
});
|
|
1255
|
+
};
|
|
1256
|
+
var NotificationErrorIcon = function() {
|
|
1257
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 16 : _ref_size, _ref_className = _ref.className, className = _ref_className === void 0 ? '' : _ref_className;
|
|
1258
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
1259
|
+
width: size,
|
|
1260
|
+
height: size,
|
|
1261
|
+
viewBox: "0 0 16 16",
|
|
1262
|
+
fill: "none",
|
|
1263
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1264
|
+
className: className,
|
|
1265
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
1266
|
+
d: "M12 4L4 12M4 4l8 8",
|
|
1267
|
+
stroke: "currentColor",
|
|
1268
|
+
strokeWidth: "1.5",
|
|
1269
|
+
strokeLinecap: "round",
|
|
1270
|
+
strokeLinejoin: "round"
|
|
1271
|
+
})
|
|
1272
|
+
});
|
|
1273
|
+
};
|
|
1274
|
+
var NotificationInfoIcon = function() {
|
|
1275
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 16 : _ref_size, _ref_className = _ref.className, className = _ref_className === void 0 ? '' : _ref_className;
|
|
1276
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
1277
|
+
width: size,
|
|
1278
|
+
height: size,
|
|
1279
|
+
viewBox: "0 0 16 16",
|
|
1280
|
+
fill: "none",
|
|
1281
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1282
|
+
className: className,
|
|
1283
|
+
children: [
|
|
1284
|
+
/*#__PURE__*/ jsx("circle", {
|
|
1285
|
+
cx: "8",
|
|
1286
|
+
cy: "8",
|
|
1287
|
+
r: "6.667",
|
|
1288
|
+
stroke: "currentColor",
|
|
1289
|
+
strokeWidth: "1.2"
|
|
1290
|
+
}),
|
|
1291
|
+
/*#__PURE__*/ jsx("path", {
|
|
1292
|
+
d: "M8 7.333V10.667M8 5.333h.007",
|
|
1293
|
+
stroke: "currentColor",
|
|
1294
|
+
strokeWidth: "1.5",
|
|
1295
|
+
strokeLinecap: "round"
|
|
1296
|
+
})
|
|
1297
|
+
]
|
|
1298
|
+
});
|
|
1299
|
+
};
|
|
1300
|
+
var NotificationCloseIcon = function() {
|
|
1301
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_size = _ref.size, size = _ref_size === void 0 ? 16 : _ref_size, _ref_className = _ref.className, className = _ref_className === void 0 ? '' : _ref_className;
|
|
1302
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
1303
|
+
width: size,
|
|
1304
|
+
height: size,
|
|
1305
|
+
viewBox: "0 0 16 16",
|
|
1306
|
+
fill: "none",
|
|
1307
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1308
|
+
className: className,
|
|
1309
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
1310
|
+
d: "M12 4L4 12M4 4l8 8",
|
|
1311
|
+
stroke: "currentColor",
|
|
1312
|
+
strokeWidth: "1.5",
|
|
1313
|
+
strokeLinecap: "round",
|
|
1314
|
+
strokeLinejoin: "round"
|
|
1315
|
+
})
|
|
1316
|
+
});
|
|
1317
|
+
};
|
|
1318
|
+
var IconChevronDown = function(param) {
|
|
1319
|
+
var className = param.className;
|
|
1320
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
1321
|
+
width: "16",
|
|
1322
|
+
height: "16",
|
|
1323
|
+
viewBox: "0 0 24 24",
|
|
1324
|
+
fill: "none",
|
|
1325
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1326
|
+
className: className,
|
|
1327
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
1328
|
+
d: "M6 9L12 15L18 9",
|
|
1329
|
+
stroke: "currentColor",
|
|
1330
|
+
strokeWidth: "2",
|
|
1331
|
+
strokeLinecap: "round",
|
|
1332
|
+
strokeLinejoin: "round"
|
|
1333
|
+
})
|
|
1334
|
+
});
|
|
1335
|
+
};
|
|
1336
|
+
var SettingsPageWaiversIcon = function() {
|
|
1337
|
+
var _param = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
1338
|
+
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, [
|
|
1339
|
+
"size",
|
|
1340
|
+
"className"
|
|
1341
|
+
]);
|
|
1342
|
+
return /*#__PURE__*/ jsx("svg", _object_spread_props(_object_spread({
|
|
1343
|
+
width: size,
|
|
1344
|
+
height: size,
|
|
1345
|
+
viewBox: "0 0 48 48",
|
|
1346
|
+
fill: "none",
|
|
1347
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1348
|
+
className: className
|
|
1349
|
+
}, props), {
|
|
1350
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
1351
|
+
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",
|
|
1352
|
+
fill: "currentColor"
|
|
1353
|
+
})
|
|
1354
|
+
}));
|
|
1355
|
+
};
|
|
1356
|
+
|
|
1357
|
+
export { AdminIcon, AnalyticsIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, AuthBgDecorationIcon, BookedLogo, BookingTypesIcon, BookingsIcon, CalendarIcon, CheckCircleIcon, ChevronLeftIcon, ChevronRightIcon, CircleIcon, ClearIcon, ClockIcon, CloseIcon, CompanyIcon, CurrencyDollarIcon, CurrencyEuroIcon, CurrencyPoundIcon, CustomersIcon, DashboardIcon, DeleteIcon, EditIcon, EllipsisIcon, ExportIcon, ExternalLinkIcon, GripVerticalIcon, IconChevronDown, IconCross, InfoIcon, LayersIcon, LockIcon, LoyaltyIcon, MailIcon, MarketingIcon, NoEntryIcon, NotificationCloseIcon, NotificationErrorIcon, NotificationInfoIcon, NotificationSuccessIcon, PasswordRequirementIcon, PasswordTypeIcon, PaymentsIcon, PercentIcon, PhoneIcon, PlusIcon, ProfileIcon, ProviderPlusIcon, RefreshIcon, ReportsIcon, SearchIcon, SecurityIcon, SendIcon, SettingsIcon, SettingsPageWaiversIcon, SlidersIcon, TableHeaderArrowDownIcon, TableHeaderArrowUpIcon, UploadIcon, UserAddIcon, UserGroupIcon, UserImportIcon, VenueIcon, VerifyEmailIcon, WaiversIcon, WarningTriangleIcon, XCircleIcon };
|