@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.
Files changed (2780) hide show
  1. package/.storybook/main.cjs +127 -32
  2. package/.storybook/preview.jsx +148 -0
  3. package/bitbucket-pipelines.yml +7 -3
  4. package/components.json +20 -0
  5. package/dist/CustomDatePicker/CustomDatePicker.d.ts +10 -0
  6. package/dist/CustomDatePicker/CustomDatePicker.d.ts.map +1 -0
  7. package/dist/Maintenance/Maintenance.scss.js +6 -0
  8. package/dist/Maintenance/MaintenancePage.d.ts +12 -0
  9. package/dist/Maintenance/MaintenancePage.d.ts.map +1 -0
  10. package/dist/Maintenance/MaintenancePage.js +100 -0
  11. package/dist/Maintenance/SkeletonSidebar.d.ts +5 -0
  12. package/dist/Maintenance/SkeletonSidebar.d.ts.map +1 -0
  13. package/dist/Maintenance/SkeletonSidebar.js +101 -0
  14. package/dist/PageNotFound/PageNotFound.d.ts +10 -0
  15. package/dist/PageNotFound/PageNotFound.d.ts.map +1 -0
  16. package/dist/PageNotFound/PageNotFound.js +42 -0
  17. package/dist/PageNotFound/index.d.ts +2 -0
  18. package/dist/PageNotFound/index.d.ts.map +1 -0
  19. package/dist/UnderMaintenance/UnderMaintenance.d.ts +4 -0
  20. package/dist/UnderMaintenance/UnderMaintenance.d.ts.map +1 -0
  21. package/dist/UnderMaintenance/UnderMaintenance.js +39 -0
  22. package/dist/UnderMaintenance/UnderMaintenance.scss.js +6 -0
  23. package/dist/UnderMaintenance/index.d.ts +2 -0
  24. package/dist/UnderMaintenance/index.d.ts.map +1 -0
  25. package/dist/affiliate/form/AffiliateControl.d.ts.map +1 -1
  26. package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
  27. package/dist/assets/Trend-Down.svg +3 -0
  28. package/dist/assets/Trend-Down.svg.js +16 -0
  29. package/dist/assets/Trend-Up.svg +3 -0
  30. package/dist/assets/Trend-Up.svg.js +16 -0
  31. package/dist/assets/dashboard/addImage.svg +0 -0
  32. package/dist/assets/dashboard/chartBar.svg +0 -0
  33. package/dist/assets/dashboard/genderFemale.svg +0 -0
  34. package/dist/assets/dashboard/genderMale.svg +0 -0
  35. package/dist/assets/dashboard/increment.svg +0 -0
  36. package/dist/assets/dashboard/info.svg +0 -0
  37. package/dist/assets/dashboard/managerRole.svg +0 -0
  38. package/dist/assets/dashboard/subManagerRole.svg +0 -0
  39. package/dist/assets/dashboard/viewerRole.svg +0 -0
  40. package/dist/assets/dashboard/visitedProviderLink.svg +0 -0
  41. package/dist/assets/dashboard/warning.svg +0 -0
  42. package/dist/assets/editor/bold.svg +0 -0
  43. package/dist/assets/editor/double-quotes-l.svg +0 -0
  44. package/dist/assets/editor/format-clear.svg +0 -0
  45. package/dist/assets/editor/h1.svg +0 -0
  46. package/dist/assets/editor/h2.svg +0 -0
  47. package/dist/assets/editor/italic.svg +0 -0
  48. package/dist/assets/editor/paragraph.svg +0 -0
  49. package/dist/assets/editor/separator.svg +0 -0
  50. package/dist/assets/editor/strikethrough.svg +0 -0
  51. package/dist/assets/editor/text-wrap.svg +0 -0
  52. package/dist/assets/iframe/available.svg +0 -0
  53. package/dist/assets/iframe/backButton.svg +0 -0
  54. package/dist/assets/iframe/calendar.svg +0 -0
  55. package/dist/assets/iframe/clock.svg +0 -0
  56. package/dist/assets/iframe/close.svg +0 -0
  57. package/dist/assets/iframe/failedPayment.svg +0 -0
  58. package/dist/assets/iframe/limited.svg +0 -0
  59. package/dist/assets/iframe/selectArrow.svg +0 -0
  60. package/dist/assets/iframe/soldOut.svg +0 -0
  61. package/dist/assets/iframe/success.svg +0 -0
  62. package/dist/assets/iframe/thumbUp.svg +0 -0
  63. package/dist/assets/iframe/ticket.svg +0 -0
  64. package/dist/assets/logo/favicon.svg +0 -0
  65. package/dist/assets/static/default.image.svg +0 -0
  66. package/dist/assets/widgets/copy.svg +0 -0
  67. package/dist/assets/widgets/monthCalendar.svg +0 -0
  68. package/dist/assets/widgets/weekCalendar.svg +0 -0
  69. package/dist/auth/Authorizer.d.ts.map +1 -1
  70. package/dist/auth/Authorizer.js +48 -12
  71. package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts.map +1 -1
  72. package/dist/auth/ChangePassword/ChangePasswordComponent.js +5 -4
  73. package/dist/auth/ChangePassword/ChangePasswordFormComponent.d.ts.map +1 -1
  74. package/dist/auth/Layout/AuthNavComponent.d.ts.map +1 -1
  75. package/dist/auth/Layout/UserNavDropDown.js +1 -1
  76. package/dist/auth/Layout/UserNavDropDownToggle.js +3 -0
  77. package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
  78. package/dist/auth/Login/LoginComponent.js +11 -9
  79. package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
  80. package/dist/auth/Login/LoginPage.d.ts +8 -0
  81. package/dist/auth/Login/LoginPage.d.ts.map +1 -0
  82. package/dist/auth/Login/index.d.ts +1 -0
  83. package/dist/auth/Login/index.d.ts.map +1 -1
  84. package/dist/auth/Logout/Logout.js +1 -1
  85. package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
  86. package/dist/auth/Register/RegisterComponent.js +7 -5
  87. package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
  88. package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts.map +1 -1
  89. package/dist/auth/ResetPassword/ResetPasswordComponent.js +5 -4
  90. package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
  91. package/dist/auth/Social/SocialCallbackComponent.js +8 -6
  92. package/dist/auth/Social/SocialFormComponent.d.ts.map +1 -1
  93. package/dist/auth/Social/SocialFormComponent.js +4 -4
  94. package/dist/availability-indicator/AvailabilityIndicator.d.ts.map +1 -1
  95. package/dist/calendar/Calendar.d.ts.map +1 -1
  96. package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
  97. package/dist/calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
  98. package/dist/calendar/components/CalendarSelect/CalendarSelect.d.ts.map +1 -1
  99. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
  100. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.js +9 -6
  101. package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts +2 -2
  102. package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts.map +1 -1
  103. package/dist/customRadioButton/RadioButton.d.ts +11 -0
  104. package/dist/customRadioButton/RadioButton.d.ts.map +1 -0
  105. package/dist/customRadioButton/RadioButton.js +93 -0
  106. package/dist/customers/components/filter/CustomerFilter.d.ts.map +1 -1
  107. package/dist/date-time-button/DateContent.d.ts.map +1 -1
  108. package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
  109. package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
  110. package/dist/events/edit-event-modal/IntervalInput.js +1 -5
  111. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
  112. package/dist/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.d.ts.map +1 -1
  113. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
  114. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
  115. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
  116. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +2 -3
  117. package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts.map +1 -1
  118. package/dist/events/edit-event-modal/utils/checkIfEventBooked.d.ts.map +1 -1
  119. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
  120. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -0
  121. package/dist/events/edit-event-modal/utils/isUrlValid.d.ts.map +1 -1
  122. package/dist/events/edit-event-modal/utils/removeRruleCount.d.ts.map +1 -1
  123. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
  124. package/dist/events/event-card/utils.d.ts.map +1 -1
  125. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +1 -2
  126. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
  127. package/dist/events/event-statistic-modal/EventStatisticModal.js +2 -2
  128. package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +1 -1
  129. package/dist/events/event-statistic-modal/hooks/useTableData.d.ts.map +1 -1
  130. package/dist/events/event-statistic-modal/hooks/useTableData.js +1 -2
  131. package/dist/events/event-statistic-modal/utils/index.d.ts.map +1 -1
  132. package/dist/events/event-statistic-modal/utils/index.js +3 -3
  133. package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
  134. package/dist/events/event-venue-map/EventVenueMap.js +0 -1
  135. package/dist/events/event-venue-map/components/Dropdown/Dropdown.d.ts.map +1 -1
  136. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts +2 -2
  137. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts.map +1 -1
  138. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.d.ts.map +1 -1
  139. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.d.ts.map +1 -1
  140. package/dist/events/event-venue-map/components/Dropdown/components/ProductsControl/index.d.ts.map +1 -1
  141. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.d.ts.map +1 -1
  142. package/dist/events/event-venue-map/components/Dropdown/components/SelectControl/index.d.ts.map +1 -1
  143. package/dist/events/event-venue-map/components/MapPoint/MapPoint.d.ts.map +1 -1
  144. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.d.ts.map +1 -1
  145. package/dist/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.d.ts.map +1 -1
  146. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.d.ts.map +1 -1
  147. package/dist/events/event-venue-map/components/MapPoint/components/EditIcon/index.d.ts.map +1 -1
  148. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.d.ts.map +1 -1
  149. package/dist/events/event-venue-map/components/MapPoint/components/PointIcon/index.d.ts.map +1 -1
  150. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.d.ts.map +1 -1
  151. package/dist/events/event-venue-map/components/MapPoint/components/ProductIcon/index.d.ts.map +1 -1
  152. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.d.ts.map +1 -1
  153. package/dist/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.d.ts.map +1 -1
  154. package/dist/events/event-venue-map/components/Scrollbars/Scrollbars.d.ts.map +1 -1
  155. package/dist/events/event-venue-map/components/ZoomButtons/ZoomButtons.d.ts.map +1 -1
  156. package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts.map +1 -1
  157. package/dist/events/event-venue-map/hooks/useCanvasSize.js +4 -11
  158. package/dist/events/event-venue-map/hooks/useDrag.d.ts.map +1 -1
  159. package/dist/events/event-venue-map/hooks/useImage.d.ts.map +1 -1
  160. package/dist/events/event-venue-map/hooks/useStageActions.d.ts.map +1 -1
  161. package/dist/events/event-venue-map/hooks/useZoom.d.ts.map +1 -1
  162. package/dist/events/event-venue-map/utils/index.d.ts.map +1 -1
  163. package/dist/file-upload/FileUpload.d.ts +1 -1
  164. package/dist/file-upload/FileUpload.d.ts.map +1 -1
  165. package/dist/file-upload/FileUpload.js +4 -4
  166. package/dist/fullscreen-loader/FullscreenLoader.d.ts.map +1 -1
  167. package/dist/help/popover/HelpPopover.d.ts +1 -1
  168. package/dist/help/popover/HelpPopover.d.ts.map +1 -1
  169. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts +2 -3
  170. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts.map +1 -1
  171. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.js +3 -6
  172. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts +1 -1
  173. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts.map +1 -1
  174. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.js +9 -6
  175. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts.map +1 -1
  176. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +13 -5
  177. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts.map +1 -1
  178. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.js +1 -1
  179. package/dist/iframe/ProductWithModifierModal/utils.d.ts.map +1 -1
  180. package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
  181. package/dist/iframe/back-button/BackButton.d.ts.map +1 -1
  182. package/dist/iframe/custom-fields/components/CustomDateField.d.ts.map +1 -1
  183. package/dist/iframe/event/event-order-short-summary/components/Summary/Summary.d.ts.map +1 -1
  184. package/dist/iframe/event/event-product-sets/EventProductSets.d.ts.map +1 -1
  185. package/dist/iframe/event/event-product-sets/components/EventProductSet.d.ts.map +1 -1
  186. package/dist/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.d.ts.map +1 -1
  187. package/dist/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.d.ts.map +1 -1
  188. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.d.ts.map +1 -1
  189. package/dist/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.d.ts.map +1 -1
  190. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
  191. package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/index.d.ts.map +1 -1
  192. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.d.ts.map +1 -1
  193. package/dist/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.d.ts.map +1 -1
  194. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts.map +1 -1
  195. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.d.ts.map +1 -1
  196. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.d.ts.map +1 -1
  197. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.d.ts.map +1 -1
  198. package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.d.ts.map +1 -1
  199. package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
  200. package/dist/iframe/order-process/components/BookingSummary/utils/index.js +1 -1
  201. package/dist/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.d.ts.map +1 -1
  202. package/dist/iframe/order-process/components/CalendarStepsForm/components/Category.d.ts.map +1 -1
  203. package/dist/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.d.ts.map +1 -1
  204. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
  205. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
  206. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +0 -13
  207. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/index.d.ts.map +1 -1
  208. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
  209. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.d.ts.map +1 -1
  210. package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts.map +1 -1
  211. package/dist/iframe/order-process/components/ErrorModal/ErrorModal.d.ts.map +1 -1
  212. package/dist/iframe/order-process/components/ErrorModal/ErrorModal.js +3 -0
  213. package/dist/iframe/order-process/components/NavigationFooter/NavigationFooter.d.ts.map +1 -1
  214. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.d.ts.map +1 -1
  215. package/dist/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.d.ts.map +1 -1
  216. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts +2 -2
  217. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts.map +1 -1
  218. package/dist/iframe/order-process/components/Timer/Timer.d.ts.map +1 -1
  219. package/dist/iframe/order-process/components/Timer/utils/index.d.ts.map +1 -1
  220. package/dist/iframe/order-process/components/utils/useCategoryVerification.d.ts.map +1 -1
  221. package/dist/iframe/order-process/components/utils/useOnWindowUnmount.d.ts.map +1 -1
  222. package/dist/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.d.ts.map +1 -1
  223. package/dist/iframe/page/components/PageBody/components/LeftBlock/index.d.ts.map +1 -1
  224. package/dist/iframe/page/components/PageBody/components/RightBlock/RightBlock.d.ts.map +1 -1
  225. package/dist/iframe/page/components/PageBody/components/RightBlock/index.d.ts.map +1 -1
  226. package/dist/iframe/page/components/PageHeader/PageHeader.d.ts.map +1 -1
  227. package/dist/iframe/payment/order-items-table/OrderItemsTable.d.ts.map +1 -1
  228. package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts +1 -1
  229. package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
  230. package/dist/iframe/payment/order-items-table/hooks/useTableData.js +81 -80
  231. package/dist/iframe/payment/order-items-table/utils/index.d.ts.map +1 -1
  232. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
  233. package/dist/iframe/payment/payment-page/PaymentPage.d.ts +1 -1
  234. package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
  235. package/dist/iframe/payment/payment-page/PaymentPage.js +4 -4
  236. package/dist/iframe/payment/payment-status-header/PaymentStatusHeader.d.ts.map +1 -1
  237. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
  238. package/dist/iframe/payment/payment-status-page/component/PaymentStatusBody.d.ts.map +1 -1
  239. package/dist/iframe/payment/status-body/StatusBody.d.ts.map +1 -1
  240. package/dist/iframe/payment/status-body/StatusBody.js +1 -0
  241. package/dist/iframe/powered-by/PoweredBy.d.ts.map +1 -1
  242. package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
  243. package/dist/iframe/ryft/RyftPaymentForm.js +38 -15
  244. package/dist/iframe/ryft/utils/ryft-form.d.ts +1 -1
  245. package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
  246. package/dist/iframe/ryft/utils/ryft-form.js +5 -4
  247. package/dist/image-radio-input/ImageRadioInput.d.ts.map +1 -1
  248. package/dist/index.d.ts +34 -2
  249. package/dist/index.d.ts.map +1 -1
  250. package/dist/index.js +101 -30
  251. package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
  252. package/dist/modals/confirmation/ConfirmModal.js +3 -0
  253. package/dist/modals/dialog/Dialog.d.ts.map +1 -1
  254. package/dist/modals/dialog/Dialog.js +39 -41
  255. package/dist/modals/dialog/DialogContext.d.ts +2 -2
  256. package/dist/modals/dialog/DialogContext.d.ts.map +1 -1
  257. package/dist/modals/fullscreen/FullscreenModal.d.ts.map +1 -1
  258. package/dist/modals/fullscreen/FullscreenModal.js +3 -0
  259. package/dist/notification/components/NotificationPlaceholders.d.ts.map +1 -1
  260. package/dist/notification/components/NotificationPlaceholders.js +1 -1
  261. package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
  262. package/dist/notification/email-template/control/EmailTemplateControl.d.ts +1 -0
  263. package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
  264. package/dist/notification/email-template/control/EmailTemplateControl.js +7 -11
  265. package/dist/notification/email-template/form/EmailTemplateForm.d.ts +2 -1
  266. package/dist/notification/email-template/form/EmailTemplateForm.d.ts.map +1 -1
  267. package/dist/notification/email-template/form/EmailTemplateForm.js +2 -1
  268. package/dist/notification/hooks/useTranslatedParameters.d.ts.map +1 -1
  269. package/dist/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
  270. package/dist/notification/sms-template/control/SmsTemplateControl.d.ts.map +1 -1
  271. package/dist/notification/sms-template/control/SmsTemplateControl.js +0 -1
  272. package/dist/number-of-people-input/components/RenderNumberOfPeopleInputComponent.d.ts.map +1 -1
  273. package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
  274. package/dist/product-set/control/DateInput.d.ts.map +1 -1
  275. package/dist/product-set/control/ProductSetRecurrenceControl.d.ts.map +1 -1
  276. package/dist/product-set/control/ProductSetRecurrenceOverridesControl.d.ts.map +1 -1
  277. package/dist/product-set/control/TutorialGifCard.d.ts.map +1 -1
  278. package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
  279. package/dist/product-set/form/ProductCategoriesControl.js +13 -5
  280. package/dist/product-set/form/ProductSetForm.d.ts +1 -4
  281. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  282. package/dist/product-set/form/ProductSetForm.js +1 -1
  283. package/dist/product-set/form/ProductSetNameControl.d.ts.map +1 -1
  284. package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
  285. package/dist/product-set/form/ProductsControl.js +0 -1
  286. package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
  287. package/dist/product-set/form/SelectCategoryModal.js +3 -0
  288. package/dist/product-set/form/VenueMapSetModal.d.ts.map +1 -1
  289. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  290. package/dist/product-set/hooks/useSortableTreeFunctions.d.ts.map +1 -1
  291. package/dist/product-set/product/advanced-options/AdvancedOptions.d.ts.map +1 -1
  292. package/dist/product-set/product/advanced-options/AdvancedOptions.js +1 -1
  293. package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
  294. package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +0 -6
  295. package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
  296. package/dist/product-set/product/deposit/ProductDepositControl.js +0 -3
  297. package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
  298. package/dist/product-set/product/duration/ProductDurationControl.js +0 -6
  299. package/dist/product-set/product/fixed-duration-fields/FixedDurationOptions.d.ts.map +1 -1
  300. package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
  301. package/dist/product-set/product/price/ProductPriceControl.js +0 -3
  302. package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
  303. package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +0 -6
  304. package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
  305. package/dist/product-set/product/quantity/ProductQuantityControl.js +0 -6
  306. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
  307. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +1 -4
  308. package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
  309. package/dist/product-set/product-category/ProductCategoryControl.js +0 -12
  310. package/dist/product-set/product-zone/ProductZoneControl.d.ts.map +1 -1
  311. package/dist/product-set/tabs/ProductSetTab.d.ts +1 -0
  312. package/dist/product-set/tabs/ProductSetTab.d.ts.map +1 -1
  313. package/dist/product-set/utils/index.d.ts +2 -2
  314. package/dist/product-set/utils/index.d.ts.map +1 -1
  315. package/dist/provider/location-input/LocationInput.js +1 -1
  316. package/dist/provider/location-input/components/FormGroupControll.d.ts.map +1 -1
  317. package/dist/provider/provider-details-input/ProviderDetailsInput.js +1 -1
  318. package/dist/provider/working-hours-input/utils.d.ts.map +1 -1
  319. package/dist/radio-card/RadioCard.d.ts.map +1 -1
  320. package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
  321. package/dist/recurrence-input/RecurrenceEndInput.js +7 -6
  322. package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
  323. package/dist/recurrence-input/RecurrenceInput.js +1 -1
  324. package/dist/recurrence-input/utils.d.ts.map +1 -1
  325. package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
  326. package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
  327. package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
  328. package/dist/report/DataFieldsSelector/DataFieldsSelector.d.ts.map +1 -1
  329. package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
  330. package/dist/report/ReportTypeSelect/ReportTypeSelect.js +1 -1
  331. package/dist/report/form/ReportForm.js +2 -2
  332. package/dist/resource/card/ResourceCard.d.ts.map +1 -1
  333. package/dist/resource/form/ResourceForm.d.ts.map +1 -1
  334. package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
  335. package/dist/resource/form/components/CapacityControl.js +0 -3
  336. package/dist/resource/form/components/NameControl.d.ts.map +1 -1
  337. package/dist/resource/form/components/SortControl.d.ts.map +1 -1
  338. package/dist/resource/form/components/SortControl.js +0 -3
  339. package/dist/resource/form/components/ZoneControl.d.ts.map +1 -1
  340. package/dist/resource/form/components/ZoneControl.js +0 -1
  341. package/dist/root.css +0 -0
  342. package/dist/sales/booking/results/BookingResults.d.ts.map +1 -1
  343. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  344. package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
  345. package/dist/sales/coupon/control/CouponFormControl.js +0 -21
  346. package/dist/sales/coupon/form/CouponFrom.d.ts.map +1 -1
  347. package/dist/sales/coupon/utils/index.d.ts.map +1 -1
  348. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.d.ts.map +1 -1
  349. package/dist/sales/guest-profile/profile/Profile.d.ts.map +1 -1
  350. package/dist/sales/guest-profile/profile/Profile.js +2 -1
  351. package/dist/sales/guest-profile/profile/components/ImageHolder/ImageHolder.d.ts.map +1 -1
  352. package/dist/sales/guest-profile/user-metrics/UserMetrics.d.ts.map +1 -1
  353. package/dist/sales/guest-profile/visited-providers/VisitedProviders.d.ts.map +1 -1
  354. package/dist/sales/manual-booking/formatDays.d.ts.map +1 -1
  355. package/dist/sales/manual-booking/search-user/SearchUser.d.ts.map +1 -1
  356. package/dist/sales/manual-booking/select-date-type-control/SelectDateTypeControl.d.ts.map +1 -1
  357. package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
  358. package/dist/sales/manual-booking/select-menu/SelectMenu.d.ts.map +1 -1
  359. package/dist/sales/manual-booking/select-menu/components/MenuButton.d.ts.map +1 -1
  360. package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
  361. package/dist/sales/modals/payment-modal/PaymentModal.d.ts.map +1 -1
  362. package/dist/sales/modals/payment-modal/PaymentModal.js +3 -0
  363. package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
  364. package/dist/sales/modals/refund-modal/RefundModal.js +3 -0
  365. package/dist/sales/notes/NotesTable.d.ts.map +1 -1
  366. package/dist/sales/notes/NotesTableRow.d.ts.map +1 -1
  367. package/dist/sales/notes/note-form/NoteForm.d.ts.map +1 -1
  368. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts.map +1 -1
  369. package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
  370. package/dist/setting/dashboard/DashboardSettingForm.js +1 -4
  371. package/dist/setting/dashboard/ProviderSettingForm.d.ts.map +1 -1
  372. package/dist/setting/dashboard/components/IpInput.d.ts.map +1 -1
  373. package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts.map +1 -1
  374. package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts.map +1 -1
  375. package/dist/snippet/snippet-template/context/snippetTemplate.d.ts.map +1 -1
  376. package/dist/snippet/snippet-template/context/snippetTemplate.js +1 -0
  377. package/dist/snippet/snippet-template/context/snippetTemplateView.d.ts.map +1 -1
  378. package/dist/snippet/snippet-template/context/snippetTemplateView.js +1 -0
  379. package/dist/snippet/snippet-template/form/SnippetTemplateForm.d.ts.map +1 -1
  380. package/dist/snippet/snippet-template/form/SnippetTemplateForm.js +0 -1
  381. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  382. package/dist/snippet/snippet-template/preview/Preview.js +14 -21
  383. package/dist/snippet/snippet-template/settings/SettingButton.d.ts.map +1 -1
  384. package/dist/snippet/snippet-template/utils/index.d.ts.map +1 -1
  385. package/dist/snippet/snippet-template/utils/index.js +4 -0
  386. package/dist/sortable-tree/SortableTree.js +1 -26
  387. package/dist/sorting-select/SortingSelect.d.ts.map +1 -1
  388. package/dist/static/CountryCodeSelect.js +1 -1
  389. package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
  390. package/dist/static/CurrencyNumberInput.js +0 -3
  391. package/dist/static/WarningMessage.d.ts.map +1 -1
  392. package/dist/static/date-range-input/DateRangeInput.d.ts.map +1 -1
  393. package/dist/static/date-range-input/utils/index.d.ts.map +1 -1
  394. package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
  395. package/dist/static/form-number-input/FormNumberInput.js +0 -3
  396. package/dist/static/loader/FullScreenLoader.d.ts.map +1 -1
  397. package/dist/static/loader/PaymentLoader.d.ts.map +1 -1
  398. package/dist/static/manual-date-picker/ManualDatePicker.d.ts.map +1 -1
  399. package/dist/static/manual-date-picker/utils/index.d.ts.map +1 -1
  400. package/dist/static/number-input/NumberInput.d.ts.map +1 -1
  401. package/dist/static/number-input/NumberInput.js +0 -3
  402. package/dist/static/tabs/Tab.d.ts +1 -0
  403. package/dist/static/tabs/Tab.d.ts.map +1 -1
  404. package/dist/static/tabs/Tabs.d.ts +3 -3
  405. package/dist/static/tabs/Tabs.d.ts.map +1 -1
  406. package/dist/static/tabs/index.d.ts +1 -0
  407. package/dist/static/tabs/index.d.ts.map +1 -1
  408. package/dist/striped-static-table/StripedStaticTable.d.ts.map +1 -1
  409. package/dist/styles/activity-card/ActivitiesCard.scss +0 -0
  410. package/dist/styles/activity-card/ListActivitiesCard.scss +0 -0
  411. package/dist/styles/activity-card/_index.scss +0 -0
  412. package/dist/styles/affiliate/AffiliateCard.scss +0 -0
  413. package/dist/styles/affiliate/AffiliateForm.scss +0 -0
  414. package/dist/styles/affiliate/_index.scss +0 -0
  415. package/dist/styles/auth/AccessDenied.scss +0 -0
  416. package/dist/styles/auth/_index.scss +0 -0
  417. package/dist/styles/availability-indicator/AvailabilityIndicator.scss +0 -0
  418. package/dist/styles/availability-indicator/_index.scss +0 -0
  419. package/dist/styles/back-button/BackButton.scss +0 -0
  420. package/dist/styles/back-button/_index.scss +0 -0
  421. package/dist/styles/company-user-form/UserForm.scss +0 -0
  422. package/dist/styles/company-user-form/_index.scss +0 -0
  423. package/dist/styles/custom-fields/CreateSortableListItem.scss +0 -0
  424. package/dist/styles/custom-fields/FieldItem.scss +0 -0
  425. package/dist/styles/custom-fields/SelectFieldModal.scss +0 -0
  426. package/dist/styles/custom-fields/_index.scss +0 -0
  427. package/dist/styles/customers/Filter.scss +0 -0
  428. package/dist/styles/customers/_index.scss +0 -0
  429. package/dist/styles/date-time-button/DateTimeButton.scss +0 -0
  430. package/dist/styles/date-time-button/_index.scss +0 -0
  431. package/dist/styles/error/ErrorFallback.scss +0 -0
  432. package/dist/styles/error/_index.scss +0 -0
  433. package/dist/styles/events/EditEventModal.scss +0 -0
  434. package/dist/styles/events/EventCard.scss +0 -0
  435. package/dist/styles/events/EventStatisticModal.scss +0 -0
  436. package/dist/styles/events/EventVenueMap.scss +0 -0
  437. package/dist/styles/events/_index.scss +0 -0
  438. package/dist/styles/file-upload/FileUpload.scss +0 -0
  439. package/dist/styles/file-upload/ImagePreview.scss +0 -0
  440. package/dist/styles/file-upload/_index.scss +0 -0
  441. package/dist/styles/form/CustomCheckbox.scss +0 -0
  442. package/dist/styles/form/CustomRadio.scss +0 -0
  443. package/dist/styles/form/Input.scss +0 -0
  444. package/dist/styles/form/InputGroup.scss +0 -0
  445. package/dist/styles/form/_index.scss +0 -0
  446. package/dist/styles/header/Header.scss +0 -0
  447. package/dist/styles/header/_index.scss +0 -0
  448. package/dist/styles/header/elements/CompanySelector.scss +0 -0
  449. package/dist/styles/header/elements/_index.scss +0 -0
  450. package/dist/styles/help/Example.scss +0 -0
  451. package/dist/styles/help/_index.scss +0 -0
  452. package/dist/styles/iframe-events/Calendar.scss +1 -1
  453. package/dist/styles/iframe-events/CalendarSelect.scss +0 -0
  454. package/dist/styles/iframe-events/Card.scss +0 -0
  455. package/dist/styles/iframe-events/CategoryStepsForm.scss +0 -0
  456. package/dist/styles/iframe-events/Event.scss +0 -0
  457. package/dist/styles/iframe-events/EventBookingForm.scss +0 -0
  458. package/dist/styles/iframe-events/EventBookingProducts.scss +0 -0
  459. package/dist/styles/iframe-events/EventBookingView.scss +0 -0
  460. package/dist/styles/iframe-events/EventForm.scss +0 -0
  461. package/dist/styles/iframe-events/EventNavigationFooter.scss +0 -0
  462. package/dist/styles/iframe-events/EventOrderShortSummary.scss +0 -0
  463. package/dist/styles/iframe-events/EventOrderSummary.scss +0 -0
  464. package/dist/styles/iframe-events/EventProductSets.scss +0 -0
  465. package/dist/styles/iframe-events/EventStepVenueMapZones.scss +0 -0
  466. package/dist/styles/iframe-events/EventTables.scss +0 -0
  467. package/dist/styles/iframe-events/PoweredBy.scss +0 -0
  468. package/dist/styles/iframe-events/TicketDescription.scss +0 -0
  469. package/dist/styles/iframe-events/_index.scss +0 -0
  470. package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  471. package/dist/styles/iframe-external-modal/_index.scss +0 -0
  472. package/dist/styles/iframe-order-process/IframeOrderProcess.scss +0 -0
  473. package/dist/styles/iframe-order-process/_index.scss +0 -0
  474. package/dist/styles/iframe-page/Page.scss +2 -2
  475. package/dist/styles/iframe-page/PageBody.scss +0 -0
  476. package/dist/styles/iframe-page/PageHeader.scss +0 -0
  477. package/dist/styles/iframe-page/_index.scss +0 -0
  478. package/dist/styles/iframe-payments/PaymentForm.scss +0 -0
  479. package/dist/styles/iframe-payments/_index.scss +0 -0
  480. package/dist/styles/image-radio-input/_index.scss +0 -0
  481. package/dist/styles/layout/BackgroundVideoContainer.scss +0 -0
  482. package/dist/styles/layout/_index.scss +0 -0
  483. package/dist/styles/logo/Logo.scss +0 -0
  484. package/dist/styles/logo/_index.scss +0 -0
  485. package/dist/styles/modals/Modals.scss +0 -0
  486. package/dist/styles/modals/_index.scss +0 -0
  487. package/dist/styles/notification/Notification.scss +0 -0
  488. package/dist/styles/notification/_index.scss +0 -0
  489. package/dist/styles/order-items-table/OrderItemsTable.scss +0 -0
  490. package/dist/styles/order-items-table/_index.scss +0 -0
  491. package/dist/styles/overrides/_functions.scss +1 -1
  492. package/dist/styles/packages.scss +0 -0
  493. package/dist/styles/product-set/CreateProductSetItem.scss +0 -0
  494. package/dist/styles/product-set/DateAndRecurrenceInput.scss +0 -0
  495. package/dist/styles/product-set/EditCategoryModal.scss +0 -0
  496. package/dist/styles/product-set/EditProductModal.scss +0 -0
  497. package/dist/styles/product-set/EditProductSetElement.scss +0 -0
  498. package/dist/styles/product-set/EditStepModal.scss +0 -0
  499. package/dist/styles/product-set/EditVenueMapSetModal.scss +0 -0
  500. package/dist/styles/product-set/EditZoneSettingModal.scss +0 -0
  501. package/dist/styles/product-set/ProductSetCard.scss +0 -0
  502. package/dist/styles/product-set/ProductSetForm.scss +0 -0
  503. package/dist/styles/product-set/ProductSetPopover.scss +0 -0
  504. package/dist/styles/product-set/ProductSetTabs.scss +0 -0
  505. package/dist/styles/product-set/SelectCategoryModal.scss +0 -0
  506. package/dist/styles/product-set/TutorialGifCard.scss +0 -0
  507. package/dist/styles/product-set/_index.scss +0 -0
  508. package/dist/styles/providers/Providers.scss +0 -0
  509. package/dist/styles/providers/_index.scss +0 -0
  510. package/dist/styles/radio-card/_index.scss +0 -0
  511. package/dist/styles/report/ReportCard.scss +0 -0
  512. package/dist/styles/report/ReportEditorModal.scss +0 -0
  513. package/dist/styles/report/ReportRunnerModal.scss +0 -0
  514. package/dist/styles/report/_index.scss +0 -0
  515. package/dist/styles/resources-blocking/_index.scss +0 -0
  516. package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +3 -1
  517. package/dist/styles/ryft-payment-form/_index.scss +0 -0
  518. package/dist/styles/sales/BookingFilter.scss +0 -0
  519. package/dist/styles/sales/BookingResults.scss +1 -1
  520. package/dist/styles/sales/BookingTabs.scss +0 -0
  521. package/dist/styles/sales/Charts.scss +0 -0
  522. package/dist/styles/sales/Filters.scss +0 -0
  523. package/dist/styles/sales/GuestProfile.scss +0 -0
  524. package/dist/styles/sales/LifeTimeSales.scss +0 -0
  525. package/dist/styles/sales/ManualBooking.scss +0 -0
  526. package/dist/styles/sales/Notes.scss +0 -0
  527. package/dist/styles/sales/RandomColors.scss +0 -0
  528. package/dist/styles/sales/SalePaymentForm.scss +0 -0
  529. package/dist/styles/sales/SalesAndViews.scss +0 -0
  530. package/dist/styles/sales/SourceOfSales.scss +0 -0
  531. package/dist/styles/sales/Statistics.scss +0 -0
  532. package/dist/styles/sales/_index.scss +0 -0
  533. package/dist/styles/sales/_mixins.scss +0 -0
  534. package/dist/styles/setting/_index.scss +0 -0
  535. package/dist/styles/setting/dashboard/IpInput.scss +0 -0
  536. package/dist/styles/setting/dashboard/_index.scss +0 -0
  537. package/dist/styles/sidebar/_index.scss +0 -0
  538. package/dist/styles/sidebar/elements/ReturnBack.scss +0 -0
  539. package/dist/styles/sidebar/elements/_index.scss +0 -0
  540. package/dist/styles/skeleton/_index.scss +0 -0
  541. package/dist/styles/snippet-templates/SnippetTemplate.scss +6 -0
  542. package/dist/styles/snippet-templates/SnippetTemplateCard.scss +0 -0
  543. package/dist/styles/snippet-templates/_index.scss +0 -0
  544. package/dist/styles/snippet-templates/_snippetVariables.scss +6 -0
  545. package/dist/styles/sortable-field/SortableField.scss +0 -0
  546. package/dist/styles/sortable-field/_index.scss +0 -0
  547. package/dist/styles/sortable-tree/Item.scss +0 -0
  548. package/dist/styles/sortable-tree/_index.scss +0 -0
  549. package/dist/styles/static/CountrySelect.scss +0 -0
  550. package/dist/styles/static/CurrencyNumberInput.scss +0 -0
  551. package/dist/styles/static/DateRangeInput.scss +0 -0
  552. package/dist/styles/static/FormCard.scss +0 -0
  553. package/dist/styles/static/Loader.scss +0 -0
  554. package/dist/styles/static/NumberInput.scss +0 -0
  555. package/dist/styles/static/SlideCurtain.scss +0 -0
  556. package/dist/styles/static/SocialButton.scss +0 -0
  557. package/dist/styles/static/Switch.scss +0 -0
  558. package/dist/styles/static/Tabs.scss +0 -0
  559. package/dist/styles/static/TextExpand.scss +0 -0
  560. package/dist/styles/static/UserBadge.scss +0 -0
  561. package/dist/styles/static/_index.scss +0 -0
  562. package/dist/styles/striped-static-table/_index.scss +0 -0
  563. package/dist/styles/table/Table.scss +0 -0
  564. package/dist/styles/table/_index.scss +0 -0
  565. package/dist/styles/themes/bookedit/_fonts.scss +2 -0
  566. package/dist/styles/themes/bookedit/_variables.scss +0 -0
  567. package/dist/styles/themes/bookedit/index.scss +0 -0
  568. package/dist/styles/themes/licklist/_fonts.scss +0 -0
  569. package/dist/styles/themes/licklist/_variables.scss +0 -0
  570. package/dist/styles/themes/licklist/index.scss +0 -0
  571. package/dist/styles/tiptap-editor/TiptapEditor.scss +0 -0
  572. package/dist/styles/tiptap-editor/_index.scss +0 -0
  573. package/dist/styles/venue-map-sets/VenueMapSetCard.scss +0 -0
  574. package/dist/styles/venue-map-sets/VenueMapSetForm.scss +0 -0
  575. package/dist/styles/venue-map-sets/_index.scss +0 -0
  576. package/dist/styles/virtualized/_index.scss +0 -0
  577. package/dist/styles/zones/ZoneCard.scss +0 -0
  578. package/dist/styles/zones/ZoneForm.scss +0 -0
  579. package/dist/styles/zones/ZoneRecurrencesControl.scss +0 -0
  580. package/dist/styles/zones/_index.scss +0 -0
  581. package/dist/table/MenuButton.d.ts.map +1 -1
  582. package/dist/table/ReactTableHelperComponent.d.ts.map +1 -1
  583. package/dist/table/hooks/useTableQueryOptions.d.ts.map +1 -1
  584. package/dist/table/utils/index.d.ts.map +1 -1
  585. package/dist/tiptap-editor/TipTapMenu/components/TipTapMenuItem.d.ts.map +1 -1
  586. package/dist/v2/components/AccountManagerCard/AccountManagerCard.d.ts +11 -0
  587. package/dist/v2/components/AccountManagerCard/AccountManagerCard.d.ts.map +1 -0
  588. package/dist/v2/components/AccountManagerCard/AccountManagerCard.js +62 -0
  589. package/dist/v2/components/AccountManagerCard/AccountManagerCard.scss.js +6 -0
  590. package/dist/v2/components/AccountManagerCard/index.d.ts +3 -0
  591. package/dist/v2/components/AccountManagerCard/index.d.ts.map +1 -0
  592. package/dist/v2/components/ActionMenu/ActionMenu.d.ts +14 -0
  593. package/dist/v2/components/ActionMenu/ActionMenu.d.ts.map +1 -0
  594. package/dist/v2/components/ActionMenu/ActionMenu.js +151 -0
  595. package/dist/v2/components/ActionMenu/ActionMenu.scss.js +6 -0
  596. package/dist/v2/components/ActionMenu/index.d.ts +2 -0
  597. package/dist/v2/components/ActionMenu/index.d.ts.map +1 -0
  598. package/dist/v2/components/Alert/Alert.d.ts +14 -0
  599. package/dist/v2/components/Alert/Alert.d.ts.map +1 -0
  600. package/dist/v2/components/Alert/Alert.js +134 -0
  601. package/dist/v2/components/Alert/Alert.scss.js +6 -0
  602. package/dist/v2/components/Alert/index.d.ts +3 -0
  603. package/dist/v2/components/Alert/index.d.ts.map +1 -0
  604. package/dist/v2/components/AvatarUpload/AvatarUpload.d.ts +12 -0
  605. package/dist/v2/components/AvatarUpload/AvatarUpload.d.ts.map +1 -0
  606. package/dist/v2/components/AvatarUpload/AvatarUpload.js +76 -0
  607. package/dist/v2/components/AvatarUpload/AvatarUpload.scss.js +6 -0
  608. package/dist/v2/components/AvatarUpload/index.d.ts +2 -0
  609. package/dist/v2/components/AvatarUpload/index.d.ts.map +1 -0
  610. package/dist/v2/components/Badge/Badge.d.ts +11 -0
  611. package/dist/v2/components/Badge/Badge.d.ts.map +1 -0
  612. package/dist/v2/components/Badge/Badge.js +20 -0
  613. package/dist/v2/components/Badge/Badge.scss.js +6 -0
  614. package/dist/v2/components/Badge/index.d.ts +2 -0
  615. package/dist/v2/components/Badge/index.d.ts.map +1 -0
  616. package/dist/v2/components/Button/Button.d.ts +15 -0
  617. package/dist/v2/components/Button/Button.d.ts.map +1 -0
  618. package/dist/v2/components/Button/Button.js +129 -0
  619. package/dist/v2/components/Button/Button.scss.js +6 -0
  620. package/dist/v2/components/Button/GhostButton.d.ts +8 -0
  621. package/dist/v2/components/Button/GhostButton.d.ts.map +1 -0
  622. package/dist/v2/components/Button/GhostButton.js +111 -0
  623. package/dist/v2/components/Button/GhostButton.scss.js +6 -0
  624. package/dist/v2/components/Button/index.d.ts +5 -0
  625. package/dist/v2/components/Button/index.d.ts.map +1 -0
  626. package/dist/v2/components/Checkbox/Checkbox.d.ts +9 -0
  627. package/dist/v2/components/Checkbox/Checkbox.d.ts.map +1 -0
  628. package/dist/v2/components/Checkbox/Checkbox.js +231 -0
  629. package/dist/v2/components/Checkbox/Checkbox.scss.js +6 -0
  630. package/dist/v2/components/Checkbox/index.d.ts +3 -0
  631. package/dist/v2/components/Checkbox/index.d.ts.map +1 -0
  632. package/dist/v2/components/DataTable/DataTable.d.ts +43 -0
  633. package/dist/v2/components/DataTable/DataTable.d.ts.map +1 -0
  634. package/dist/v2/components/DataTable/DataTable.js +220 -0
  635. package/dist/v2/components/DataTable/DataTable.scss.js +6 -0
  636. package/dist/v2/components/DataTable/index.d.ts +3 -0
  637. package/dist/v2/components/DataTable/index.d.ts.map +1 -0
  638. package/dist/v2/components/EmptyState/EmptyState.d.ts +14 -0
  639. package/dist/v2/components/EmptyState/EmptyState.d.ts.map +1 -0
  640. package/dist/v2/components/EmptyState/EmptyState.js +36 -0
  641. package/dist/v2/components/EmptyState/EmptyState.scss.js +6 -0
  642. package/dist/v2/components/EmptyState/index.d.ts +3 -0
  643. package/dist/v2/components/EmptyState/index.d.ts.map +1 -0
  644. package/dist/v2/components/EntityHeader/EntityHeader.d.ts +13 -0
  645. package/dist/v2/components/EntityHeader/EntityHeader.d.ts.map +1 -0
  646. package/dist/v2/components/EntityHeader/EntityHeader.js +85 -0
  647. package/dist/v2/components/EntityHeader/EntityHeader.scss.js +6 -0
  648. package/dist/v2/components/EntityHeader/index.d.ts +2 -0
  649. package/dist/v2/components/EntityHeader/index.d.ts.map +1 -0
  650. package/dist/v2/components/FeatureToggle/FeatureToggle.d.ts +14 -0
  651. package/dist/v2/components/FeatureToggle/FeatureToggle.d.ts.map +1 -0
  652. package/dist/v2/components/FeatureToggle/FeatureToggle.js +47 -0
  653. package/dist/v2/components/FeatureToggle/FeatureToggle.scss.js +6 -0
  654. package/dist/v2/components/FeatureToggle/index.d.ts +3 -0
  655. package/dist/v2/components/FeatureToggle/index.d.ts.map +1 -0
  656. package/dist/v2/components/FormField/FormField.d.ts +13 -0
  657. package/dist/v2/components/FormField/FormField.d.ts.map +1 -0
  658. package/dist/v2/components/FormField/FormField.js +109 -0
  659. package/dist/v2/components/FormField/FormField.scss.js +6 -0
  660. package/dist/v2/components/FormField/index.d.ts +3 -0
  661. package/dist/v2/components/FormField/index.d.ts.map +1 -0
  662. package/dist/v2/components/IconButton/IconButton.d.ts +9 -0
  663. package/dist/v2/components/IconButton/IconButton.d.ts.map +1 -0
  664. package/dist/v2/components/IconButton/IconButton.js +137 -0
  665. package/dist/v2/components/IconButton/IconButton.scss.js +6 -0
  666. package/dist/v2/components/IconButton/index.d.ts +3 -0
  667. package/dist/v2/components/IconButton/index.d.ts.map +1 -0
  668. package/dist/v2/components/InfoGrid/InfoGrid.d.ts +13 -0
  669. package/dist/v2/components/InfoGrid/InfoGrid.d.ts.map +1 -0
  670. package/dist/v2/components/InfoGrid/InfoGrid.js +27 -0
  671. package/dist/v2/components/InfoGrid/InfoGrid.scss.js +6 -0
  672. package/dist/v2/components/InfoGrid/index.d.ts +2 -0
  673. package/dist/v2/components/InfoGrid/index.d.ts.map +1 -0
  674. package/dist/v2/components/InputCheckbox/InputCheckbox.d.ts +7 -0
  675. package/dist/v2/components/InputCheckbox/InputCheckbox.d.ts.map +1 -0
  676. package/dist/v2/components/InputCheckbox/InputCheckbox.js +85 -0
  677. package/dist/v2/components/InputCheckbox/InputCheckbox.scss.js +6 -0
  678. package/dist/v2/components/InputCheckbox/index.d.ts +3 -0
  679. package/dist/v2/components/InputCheckbox/index.d.ts.map +1 -0
  680. package/dist/v2/components/Modal/DeleteModal.d.ts +15 -0
  681. package/dist/v2/components/Modal/DeleteModal.d.ts.map +1 -0
  682. package/dist/v2/components/Modal/DeleteModal.js +155 -0
  683. package/dist/v2/components/Modal/DeleteModal.scss.js +6 -0
  684. package/dist/v2/components/Modal/index.d.ts +3 -0
  685. package/dist/v2/components/Modal/index.d.ts.map +1 -0
  686. package/dist/v2/components/NPSScore/NPSScore.d.ts +20 -0
  687. package/dist/v2/components/NPSScore/NPSScore.d.ts.map +1 -0
  688. package/dist/v2/components/NPSScore/NPSScore.js +530 -0
  689. package/dist/v2/components/NPSScore/NPSScore.scss.js +6 -0
  690. package/dist/v2/components/NPSScore/index.d.ts +3 -0
  691. package/dist/v2/components/NPSScore/index.d.ts.map +1 -0
  692. package/dist/v2/components/NewInput/NewInput.d.ts +23 -0
  693. package/dist/v2/components/NewInput/NewInput.d.ts.map +1 -0
  694. package/dist/v2/components/NewInput/NewInput.js +162 -0
  695. package/dist/v2/components/NewInput/index.d.ts +2 -0
  696. package/dist/v2/components/NewInput/index.d.ts.map +1 -0
  697. package/dist/v2/components/NewPageHeader/NewPageHeader.d.ts +13 -0
  698. package/dist/v2/components/NewPageHeader/NewPageHeader.d.ts.map +1 -0
  699. package/dist/v2/components/NewPageHeader/NewPageHeader.js +43 -0
  700. package/dist/v2/components/NewPageHeader/NewPageHeader.scss.js +6 -0
  701. package/dist/v2/components/NewPageHeader/index.d.ts +2 -0
  702. package/dist/v2/components/NewPageHeader/index.d.ts.map +1 -0
  703. package/dist/v2/components/NewTable/NewTable.d.ts +21 -0
  704. package/dist/v2/components/NewTable/NewTable.d.ts.map +1 -0
  705. package/dist/v2/components/NewTable/NewTable.js +63 -0
  706. package/dist/v2/components/NewTable/NewTable.scss.js +6 -0
  707. package/dist/v2/components/NewTable/index.d.ts +2 -0
  708. package/dist/v2/components/NewTable/index.d.ts.map +1 -0
  709. package/dist/v2/components/NewTabs/NewTabs.d.ts +16 -0
  710. package/dist/v2/components/NewTabs/NewTabs.d.ts.map +1 -0
  711. package/dist/v2/components/NewTabs/NewTabs.js +28 -0
  712. package/dist/v2/components/NewTabs/NewTabs.scss.js +6 -0
  713. package/dist/v2/components/NewTabs/index.d.ts +2 -0
  714. package/dist/v2/components/NewTabs/index.d.ts.map +1 -0
  715. package/dist/v2/components/NotificationBanner/NotificationBanner.d.ts +16 -0
  716. package/dist/v2/components/NotificationBanner/NotificationBanner.d.ts.map +1 -0
  717. package/dist/v2/components/NotificationBanner/NotificationBanner.js +50 -0
  718. package/dist/v2/components/NotificationBanner/NotificationBanner.scss.js +6 -0
  719. package/dist/v2/components/NotificationBanner/index.d.ts +3 -0
  720. package/dist/v2/components/NotificationBanner/index.d.ts.map +1 -0
  721. package/dist/v2/components/Pagination/Pagination.d.ts +13 -0
  722. package/dist/v2/components/Pagination/Pagination.d.ts.map +1 -0
  723. package/dist/v2/components/Pagination/Pagination.js +76 -0
  724. package/dist/v2/components/Pagination/Pagination.scss.js +6 -0
  725. package/dist/v2/components/Pagination/index.d.ts +2 -0
  726. package/dist/v2/components/Pagination/index.d.ts.map +1 -0
  727. package/dist/v2/components/QuickFilter/QuickFilter.d.ts +14 -0
  728. package/dist/v2/components/QuickFilter/QuickFilter.d.ts.map +1 -0
  729. package/dist/v2/components/QuickFilter/QuickFilter.js +70 -0
  730. package/dist/v2/components/QuickFilter/QuickFilter.scss.js +6 -0
  731. package/dist/v2/components/QuickFilter/index.d.ts +2 -0
  732. package/dist/v2/components/QuickFilter/index.d.ts.map +1 -0
  733. package/dist/v2/components/RadioCard/RadioCardGroup.d.ts +18 -0
  734. package/dist/v2/components/RadioCard/RadioCardGroup.d.ts.map +1 -0
  735. package/dist/v2/components/RadioCard/RadioCardGroup.js +69 -0
  736. package/dist/v2/components/RadioCard/RadioCardGroup.scss.js +6 -0
  737. package/dist/v2/components/RadioCard/index.d.ts +2 -0
  738. package/dist/v2/components/RadioCard/index.d.ts.map +1 -0
  739. package/dist/v2/components/RadioCardGroup/RadioCardGroup.d.ts +15 -0
  740. package/dist/v2/components/RadioCardGroup/RadioCardGroup.d.ts.map +1 -0
  741. package/dist/v2/components/RadioCardGroup/index.d.ts +3 -0
  742. package/dist/v2/components/RadioCardGroup/index.d.ts.map +1 -0
  743. package/dist/v2/components/SectionHeader/SectionHeader.d.ts +8 -0
  744. package/dist/v2/components/SectionHeader/SectionHeader.d.ts.map +1 -0
  745. package/dist/v2/components/SectionHeader/SectionHeader.js +13 -0
  746. package/dist/v2/components/SectionHeader/SectionHeader.scss.js +6 -0
  747. package/dist/v2/components/SectionHeader/index.d.ts +3 -0
  748. package/dist/v2/components/SectionHeader/index.d.ts.map +1 -0
  749. package/dist/v2/components/Select/Select.d.ts +19 -0
  750. package/dist/v2/components/Select/Select.d.ts.map +1 -0
  751. package/dist/v2/components/Select/Select.js +164 -0
  752. package/dist/v2/components/Select/Select.scss.js +6 -0
  753. package/dist/v2/components/Select/index.d.ts +3 -0
  754. package/dist/v2/components/Select/index.d.ts.map +1 -0
  755. package/dist/v2/components/StatusBadge/StatusBadge.d.ts +9 -0
  756. package/dist/v2/components/StatusBadge/StatusBadge.d.ts.map +1 -0
  757. package/dist/v2/components/StatusBadge/StatusBadge.js +30 -0
  758. package/dist/v2/components/StatusBadge/StatusBadge.scss.js +6 -0
  759. package/dist/v2/components/StatusBadge/index.d.ts +3 -0
  760. package/dist/v2/components/StatusBadge/index.d.ts.map +1 -0
  761. package/dist/v2/components/StepIndicator/StepIndicator.d.ts +9 -0
  762. package/dist/v2/components/StepIndicator/StepIndicator.d.ts.map +1 -0
  763. package/dist/v2/components/StepIndicator/StepIndicator.js +38 -0
  764. package/dist/v2/components/StepIndicator/StepIndicator.scss.js +6 -0
  765. package/dist/v2/components/StepIndicator/index.d.ts +2 -0
  766. package/dist/v2/components/StepIndicator/index.d.ts.map +1 -0
  767. package/dist/v2/components/TableControls/TableControls.d.ts +28 -0
  768. package/dist/v2/components/TableControls/TableControls.d.ts.map +1 -0
  769. package/dist/v2/components/TableControls/TableControls.js +87 -0
  770. package/dist/v2/components/TableControls/TableControls.scss.js +6 -0
  771. package/dist/v2/components/TableControls/index.d.ts +3 -0
  772. package/dist/v2/components/TableControls/index.d.ts.map +1 -0
  773. package/dist/v2/components/TableSortIcon/TableSortIcon.d.ts +9 -0
  774. package/dist/v2/components/TableSortIcon/TableSortIcon.d.ts.map +1 -0
  775. package/dist/v2/components/TableSortIcon/TableSortIcon.js +16 -0
  776. package/dist/v2/components/TableSortIcon/index.d.ts +2 -0
  777. package/dist/v2/components/TableSortIcon/index.d.ts.map +1 -0
  778. package/dist/v2/components/Tabs/Tabs.d.ts +15 -0
  779. package/dist/v2/components/Tabs/Tabs.d.ts.map +1 -0
  780. package/dist/v2/components/Tabs/Tabs.js +40 -0
  781. package/dist/v2/components/Tabs/Tabs.scss.js +6 -0
  782. package/dist/v2/components/Tabs/index.d.ts +3 -0
  783. package/dist/v2/components/Tabs/index.d.ts.map +1 -0
  784. package/dist/v2/components/Toggle/Toggle.d.ts +10 -0
  785. package/dist/v2/components/Toggle/Toggle.d.ts.map +1 -0
  786. package/dist/v2/components/Toggle/Toggle.js +17 -0
  787. package/dist/v2/components/Toggle/Toggle.scss.js +6 -0
  788. package/dist/v2/components/Toggle/index.d.ts +3 -0
  789. package/dist/v2/components/Toggle/index.d.ts.map +1 -0
  790. package/dist/v2/components/Tooltip/Tooltip.d.ts +20 -0
  791. package/dist/v2/components/Tooltip/Tooltip.d.ts.map +1 -0
  792. package/dist/v2/components/Tooltip/Tooltip.js +103 -0
  793. package/dist/v2/components/Tooltip/Tooltip.scss.js +6 -0
  794. package/dist/v2/components/Tooltip/index.d.ts +2 -0
  795. package/dist/v2/components/Tooltip/index.d.ts.map +1 -0
  796. package/dist/v2/components/UserAvatar/UserAvatar.d.ts +12 -0
  797. package/dist/v2/components/UserAvatar/UserAvatar.d.ts.map +1 -0
  798. package/dist/v2/components/UserAvatar/UserAvatar.js +77 -0
  799. package/dist/v2/components/UserAvatar/UserAvatar.scss.js +6 -0
  800. package/dist/v2/components/UserAvatar/index.d.ts +2 -0
  801. package/dist/v2/components/UserAvatar/index.d.ts.map +1 -0
  802. package/dist/v2/components/UserPanel/UserPanel.d.ts +17 -0
  803. package/dist/v2/components/UserPanel/UserPanel.d.ts.map +1 -0
  804. package/dist/v2/components/UserPanel/UserPanel.js +148 -0
  805. package/dist/v2/components/UserPanel/UserPanel.scss.js +6 -0
  806. package/dist/v2/components/UserPanel/index.d.ts +3 -0
  807. package/dist/v2/components/UserPanel/index.d.ts.map +1 -0
  808. package/dist/v2/components/WYSIWYGEditor/Icons.d.ts +16 -0
  809. package/dist/v2/components/WYSIWYGEditor/Icons.d.ts.map +1 -0
  810. package/dist/v2/components/WYSIWYGEditor/Icons.js +221 -0
  811. package/dist/v2/components/WYSIWYGEditor/WYSIWYGEditor.d.ts +14 -0
  812. package/dist/v2/components/WYSIWYGEditor/WYSIWYGEditor.d.ts.map +1 -0
  813. package/dist/v2/components/WYSIWYGEditor/WYSIWYGEditor.js +358 -0
  814. package/dist/v2/components/WYSIWYGEditor/WYSIWYGEditor.scss.js +6 -0
  815. package/dist/v2/components/WYSIWYGEditor/index.d.ts +3 -0
  816. package/dist/v2/components/WYSIWYGEditor/index.d.ts.map +1 -0
  817. package/dist/v2/components/WaiverSettings/index.d.ts +2 -0
  818. package/dist/v2/components/WaiverSettings/index.d.ts.map +1 -0
  819. package/dist/v2/components/ZoneCard/AddResourceButton.d.ts +8 -0
  820. package/dist/v2/components/ZoneCard/AddResourceButton.d.ts.map +1 -0
  821. package/dist/v2/components/ZoneCard/AddResourceButton.js +17 -0
  822. package/dist/v2/components/ZoneCard/ResourceRow.d.ts +28 -0
  823. package/dist/v2/components/ZoneCard/ResourceRow.d.ts.map +1 -0
  824. package/dist/v2/components/ZoneCard/ResourceRow.js +191 -0
  825. package/dist/v2/components/ZoneCard/ZoneCard.d.ts +25 -0
  826. package/dist/v2/components/ZoneCard/ZoneCard.d.ts.map +1 -0
  827. package/dist/v2/components/ZoneCard/ZoneCard.js +43 -0
  828. package/dist/v2/components/ZoneCard/ZoneCard.scss.js +6 -0
  829. package/dist/v2/components/ZoneCard/ZoneContainer.d.ts +12 -0
  830. package/dist/v2/components/ZoneCard/ZoneContainer.d.ts.map +1 -0
  831. package/dist/v2/components/ZoneCard/ZoneContainer.js +16 -0
  832. package/dist/v2/components/ZoneCard/ZoneHeader.d.ts +20 -0
  833. package/dist/v2/components/ZoneCard/ZoneHeader.d.ts.map +1 -0
  834. package/dist/v2/components/ZoneCard/ZoneHeader.js +149 -0
  835. package/dist/v2/components/ZoneCard/index.d.ts +11 -0
  836. package/dist/v2/components/ZoneCard/index.d.ts.map +1 -0
  837. package/dist/v2/components/index.d.ts +72 -0
  838. package/dist/v2/components/index.d.ts.map +1 -0
  839. package/dist/v2/dashboard-analytics/blog-posts/Blog.d.ts +15 -0
  840. package/dist/v2/dashboard-analytics/blog-posts/Blog.d.ts.map +1 -0
  841. package/dist/v2/dashboard-analytics/blog-posts/Blog.js +107 -0
  842. package/dist/v2/dashboard-analytics/blog-posts/Blog.scss.js +6 -0
  843. package/dist/v2/dashboard-analytics/blog-posts/index.d.ts +3 -0
  844. package/dist/v2/dashboard-analytics/blog-posts/index.d.ts.map +1 -0
  845. package/dist/v2/dashboard-analytics/chart/Chart.d.ts +21 -0
  846. package/dist/v2/dashboard-analytics/chart/Chart.d.ts.map +1 -0
  847. package/dist/v2/dashboard-analytics/chart/Chart.js +734 -0
  848. package/dist/v2/dashboard-analytics/chart/Chart.scss.js +6 -0
  849. package/dist/v2/dashboard-analytics/chart/index.d.ts +3 -0
  850. package/dist/v2/dashboard-analytics/chart/index.d.ts.map +1 -0
  851. package/dist/v2/dashboard-analytics/dashboard/Dashboard.d.ts +62 -0
  852. package/dist/v2/dashboard-analytics/dashboard/Dashboard.d.ts.map +1 -0
  853. package/dist/v2/dashboard-analytics/dashboard/Dashboard.js +278 -0
  854. package/dist/v2/dashboard-analytics/dashboard/Dashboard.scss.js +6 -0
  855. package/dist/v2/dashboard-analytics/dashboard/index.d.ts +3 -0
  856. package/dist/v2/dashboard-analytics/dashboard/index.d.ts.map +1 -0
  857. package/dist/v2/dashboard-analytics/index.d.ts +13 -0
  858. package/dist/v2/dashboard-analytics/index.d.ts.map +1 -0
  859. package/dist/v2/dashboard-analytics/metric-card/MetricCard.d.ts +17 -0
  860. package/dist/v2/dashboard-analytics/metric-card/MetricCard.d.ts.map +1 -0
  861. package/dist/v2/dashboard-analytics/metric-card/MetricCard.js +66 -0
  862. package/dist/v2/dashboard-analytics/metric-card/MetricCard.scss.js +6 -0
  863. package/dist/v2/dashboard-analytics/metric-card/index.d.ts +3 -0
  864. package/dist/v2/dashboard-analytics/metric-card/index.d.ts.map +1 -0
  865. package/dist/v2/dashboard-analytics/venue-card/VenueCard.d.ts +12 -0
  866. package/dist/v2/dashboard-analytics/venue-card/VenueCard.d.ts.map +1 -0
  867. package/dist/v2/dashboard-analytics/venue-card/VenueCard.js +50 -0
  868. package/dist/v2/dashboard-analytics/venue-card/VenueCard.scss.js +6 -0
  869. package/dist/v2/dashboard-analytics/venue-card/index.d.ts +3 -0
  870. package/dist/v2/dashboard-analytics/venue-card/index.d.ts.map +1 -0
  871. package/dist/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.d.ts +25 -0
  872. package/dist/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.d.ts.map +1 -0
  873. package/dist/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.js +48 -0
  874. package/dist/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.scss.js +6 -0
  875. package/dist/v2/dashboard-analytics/venue-closed-card/index.d.ts +3 -0
  876. package/dist/v2/dashboard-analytics/venue-closed-card/index.d.ts.map +1 -0
  877. package/dist/v2/hooks/useAuth.d.ts +4 -0
  878. package/dist/v2/hooks/useAuth.d.ts.map +1 -0
  879. package/dist/v2/icons/index.d.ts +276 -0
  880. package/dist/v2/icons/index.d.ts.map +1 -0
  881. package/dist/v2/icons/index.js +1357 -0
  882. package/dist/v2/index.d.ts +107 -0
  883. package/dist/v2/index.d.ts.map +1 -0
  884. package/dist/v2/navigation/DashboardLayout/AdminSidebar.d.ts +13 -0
  885. package/dist/v2/navigation/DashboardLayout/AdminSidebar.d.ts.map +1 -0
  886. package/dist/v2/navigation/DashboardLayout/AdminSidebar.js +270 -0
  887. package/dist/v2/navigation/DashboardLayout/AdminSidebar.scss.js +6 -0
  888. package/dist/v2/navigation/DashboardLayout/DashboardFooter.d.ts +7 -0
  889. package/dist/v2/navigation/DashboardLayout/DashboardFooter.d.ts.map +1 -0
  890. package/dist/v2/navigation/DashboardLayout/DashboardFooter.js +37 -0
  891. package/dist/v2/navigation/DashboardLayout/DashboardFooter.scss.js +6 -0
  892. package/dist/v2/navigation/DashboardLayout/DashboardLayout.d.ts +45 -0
  893. package/dist/v2/navigation/DashboardLayout/DashboardLayout.d.ts.map +1 -0
  894. package/dist/v2/navigation/DashboardLayout/DashboardLayout.js +188 -0
  895. package/dist/v2/navigation/DashboardLayout/DashboardLayout.scss.js +6 -0
  896. package/dist/v2/navigation/DashboardLayout/ProviderSidebar.d.ts +35 -0
  897. package/dist/v2/navigation/DashboardLayout/ProviderSidebar.d.ts.map +1 -0
  898. package/dist/v2/navigation/DashboardLayout/ProviderSidebar.js +331 -0
  899. package/dist/v2/navigation/DashboardLayout/ProviderSidebar.scss.js +6 -0
  900. package/dist/v2/navigation/DashboardLayout/TopNavigation.d.ts +27 -0
  901. package/dist/v2/navigation/DashboardLayout/TopNavigation.d.ts.map +1 -0
  902. package/dist/v2/navigation/DashboardLayout/TopNavigation.js +379 -0
  903. package/dist/v2/navigation/DashboardLayout/TopNavigation.scss.js +6 -0
  904. package/dist/v2/navigation/DashboardLayout/assets/AdminLogo.png.js +3 -0
  905. package/dist/v2/navigation/DashboardLayout/assets/BookedLogo_Mark.png.js +3 -0
  906. package/dist/v2/navigation/DashboardLayout/index.d.ts +8 -0
  907. package/dist/v2/navigation/DashboardLayout/index.d.ts.map +1 -0
  908. package/dist/v2/navigation/FigmasAdminSideBar/FigmasAdminSideBar.d.ts +8 -0
  909. package/dist/v2/navigation/FigmasAdminSideBar/FigmasAdminSideBar.d.ts.map +1 -0
  910. package/dist/v2/navigation/FigmasAdminSideBar/index.d.ts +3 -0
  911. package/dist/v2/navigation/FigmasAdminSideBar/index.d.ts.map +1 -0
  912. package/dist/v2/navigation/FigmasSideBar/FigmasSideBar.d.ts +22 -0
  913. package/dist/v2/navigation/FigmasSideBar/FigmasSideBar.d.ts.map +1 -0
  914. package/dist/v2/navigation/FigmasSideBar/index.d.ts +3 -0
  915. package/dist/v2/navigation/FigmasSideBar/index.d.ts.map +1 -0
  916. package/dist/v2/navigation/FigmasTopHat/FigmasTopHat.d.ts +15 -0
  917. package/dist/v2/navigation/FigmasTopHat/FigmasTopHat.d.ts.map +1 -0
  918. package/dist/v2/navigation/FigmasTopHat/index.d.ts +3 -0
  919. package/dist/v2/navigation/FigmasTopHat/index.d.ts.map +1 -0
  920. package/dist/v2/navigation/Navigation/Navigation.d.ts +9 -0
  921. package/dist/v2/navigation/Navigation/Navigation.d.ts.map +1 -0
  922. package/dist/v2/navigation/Navigation/index.d.ts +3 -0
  923. package/dist/v2/navigation/Navigation/index.d.ts.map +1 -0
  924. package/dist/v2/navigation/NavigationItem/NavigationItem.d.ts +12 -0
  925. package/dist/v2/navigation/NavigationItem/NavigationItem.d.ts.map +1 -0
  926. package/dist/v2/navigation/NavigationItem/index.d.ts +3 -0
  927. package/dist/v2/navigation/NavigationItem/index.d.ts.map +1 -0
  928. package/dist/v2/navigation/NavigationSection/NavigationSection.d.ts +8 -0
  929. package/dist/v2/navigation/NavigationSection/NavigationSection.d.ts.map +1 -0
  930. package/dist/v2/navigation/NavigationSection/index.d.ts +3 -0
  931. package/dist/v2/navigation/NavigationSection/index.d.ts.map +1 -0
  932. package/dist/v2/navigation/SideBarToggleLarge/SideBarToggleLarge.d.ts +9 -0
  933. package/dist/v2/navigation/SideBarToggleLarge/SideBarToggleLarge.d.ts.map +1 -0
  934. package/dist/v2/navigation/SideBarToggleLarge/index.d.ts +3 -0
  935. package/dist/v2/navigation/SideBarToggleLarge/index.d.ts.map +1 -0
  936. package/dist/v2/navigation/SidebarUserElement/SidebarUserElement.d.ts +15 -0
  937. package/dist/v2/navigation/SidebarUserElement/SidebarUserElement.d.ts.map +1 -0
  938. package/dist/v2/navigation/SidebarUserElement/index.d.ts +3 -0
  939. package/dist/v2/navigation/SidebarUserElement/index.d.ts.map +1 -0
  940. package/dist/v2/navigation/SidebarWithAuth.d.ts +20 -0
  941. package/dist/v2/navigation/SidebarWithAuth.d.ts.map +1 -0
  942. package/dist/v2/navigation/TopHatControlDisc/TopHatControlDisc.d.ts +9 -0
  943. package/dist/v2/navigation/TopHatControlDisc/TopHatControlDisc.d.ts.map +1 -0
  944. package/dist/v2/navigation/TopHatControlDisc/index.d.ts +3 -0
  945. package/dist/v2/navigation/TopHatControlDisc/index.d.ts.map +1 -0
  946. package/dist/v2/navigation/config.d.ts +3 -0
  947. package/dist/v2/navigation/config.d.ts.map +1 -0
  948. package/dist/v2/navigation/index.d.ts +23 -0
  949. package/dist/v2/navigation/index.d.ts.map +1 -0
  950. package/dist/v2/pages/CreateUser/CreateUserPage.d.ts +110 -0
  951. package/dist/v2/pages/CreateUser/CreateUserPage.d.ts.map +1 -0
  952. package/dist/v2/pages/CreateUser/index.d.ts +3 -0
  953. package/dist/v2/pages/CreateUser/index.d.ts.map +1 -0
  954. package/dist/v2/pages/RoleSelection/RoleSelectionPage.d.ts +26 -0
  955. package/dist/v2/pages/RoleSelection/RoleSelectionPage.d.ts.map +1 -0
  956. package/dist/v2/pages/RoleSelection/index.d.ts +3 -0
  957. package/dist/v2/pages/RoleSelection/index.d.ts.map +1 -0
  958. package/dist/v2/pages/Settings/SettingsPage.d.ts +13 -0
  959. package/dist/v2/pages/Settings/SettingsPage.d.ts.map +1 -0
  960. package/dist/v2/pages/Settings/SettingsPage.js +88 -0
  961. package/dist/v2/pages/Settings/SettingsPage.scss.js +6 -0
  962. package/dist/v2/pages/Settings/SettingsTabs.d.ts +14 -0
  963. package/dist/v2/pages/Settings/SettingsTabs.d.ts.map +1 -0
  964. package/dist/v2/pages/Settings/SettingsTabs.js +29 -0
  965. package/dist/v2/pages/Settings/SettingsTabs.scss.js +6 -0
  966. package/dist/v2/pages/Settings/components/SidebarCustomisation.d.ts +20 -0
  967. package/dist/v2/pages/Settings/components/SidebarCustomisation.d.ts.map +1 -0
  968. package/dist/v2/pages/Settings/components/SidebarCustomisation.js +336 -0
  969. package/dist/v2/pages/Settings/components/SidebarCustomisation.scss.js +6 -0
  970. package/dist/v2/pages/Settings/components/SidebarNavItem.d.ts +19 -0
  971. package/dist/v2/pages/Settings/components/SidebarNavItem.d.ts.map +1 -0
  972. package/dist/v2/pages/Settings/components/SidebarNavItem.js +85 -0
  973. package/dist/v2/pages/Settings/components/SidebarNavItem.scss.js +6 -0
  974. package/dist/v2/pages/Settings/components/index.d.ts +5 -0
  975. package/dist/v2/pages/Settings/components/index.d.ts.map +1 -0
  976. package/dist/v2/pages/Settings/index.d.ts +7 -0
  977. package/dist/v2/pages/Settings/index.d.ts.map +1 -0
  978. package/dist/v2/pages/SettingsSubPage/SettingsSubPage.d.ts +12 -0
  979. package/dist/v2/pages/SettingsSubPage/SettingsSubPage.d.ts.map +1 -0
  980. package/dist/v2/pages/SettingsSubPage/SettingsSubPage.js +47 -0
  981. package/dist/v2/pages/SettingsSubPage/SettingsSubPage.scss.js +6 -0
  982. package/dist/v2/pages/SettingsSubPage/index.d.ts +3 -0
  983. package/dist/v2/pages/SettingsSubPage/index.d.ts.map +1 -0
  984. package/dist/v2/pages/UserDetails/UserDetailsPage.d.ts +37 -0
  985. package/dist/v2/pages/UserDetails/UserDetailsPage.d.ts.map +1 -0
  986. package/dist/v2/pages/UserDetails/index.d.ts +3 -0
  987. package/dist/v2/pages/UserDetails/index.d.ts.map +1 -0
  988. package/dist/v2/pages/ZonesResources/ZonesResourcesPage.d.ts +9 -0
  989. package/dist/v2/pages/ZonesResources/ZonesResourcesPage.d.ts.map +1 -0
  990. package/dist/v2/pages/ZonesResources/ZonesResourcesPage.js +73 -0
  991. package/dist/v2/pages/ZonesResources/index.d.ts +3 -0
  992. package/dist/v2/pages/ZonesResources/index.d.ts.map +1 -0
  993. package/dist/v2/pages/auth/AuthLayout/AuthLayout.d.ts +14 -0
  994. package/dist/v2/pages/auth/AuthLayout/AuthLayout.d.ts.map +1 -0
  995. package/dist/v2/pages/auth/AuthLayout/AuthLayout.js +142 -0
  996. package/dist/v2/pages/auth/AuthLayout/AuthLayout.scss.js +6 -0
  997. package/dist/v2/pages/auth/AuthLayout/index.d.ts +3 -0
  998. package/dist/v2/pages/auth/AuthLayout/index.d.ts.map +1 -0
  999. package/dist/v2/pages/auth/CreatePassword/CreatePasswordPage.d.ts +10 -0
  1000. package/dist/v2/pages/auth/CreatePassword/CreatePasswordPage.d.ts.map +1 -0
  1001. package/dist/v2/pages/auth/CreatePassword/CreatePasswordPage.js +377 -0
  1002. package/dist/v2/pages/auth/CreatePassword/CreatePasswordPage.scss.js +6 -0
  1003. package/dist/v2/pages/auth/CreatePassword/index.d.ts +3 -0
  1004. package/dist/v2/pages/auth/CreatePassword/index.d.ts.map +1 -0
  1005. package/dist/v2/pages/auth/Login/LoginPage.d.ts +11 -0
  1006. package/dist/v2/pages/auth/Login/LoginPage.d.ts.map +1 -0
  1007. package/dist/v2/pages/auth/Login/LoginPage.js +257 -0
  1008. package/dist/v2/pages/auth/Login/LoginPage.scss.js +6 -0
  1009. package/dist/v2/pages/auth/Login/index.d.ts +3 -0
  1010. package/dist/v2/pages/auth/Login/index.d.ts.map +1 -0
  1011. package/dist/v2/pages/auth/ResetPassword/ResetPasswordPage.d.ts +12 -0
  1012. package/dist/v2/pages/auth/ResetPassword/ResetPasswordPage.d.ts.map +1 -0
  1013. package/dist/v2/pages/auth/ResetPassword/ResetPasswordPage.js +274 -0
  1014. package/dist/v2/pages/auth/ResetPassword/ResetPasswordPage.scss.js +6 -0
  1015. package/dist/v2/pages/auth/ResetPassword/index.d.ts +3 -0
  1016. package/dist/v2/pages/auth/ResetPassword/index.d.ts.map +1 -0
  1017. package/dist/v2/pages/auth/VerifyEmail/VerifyEmailPage.d.ts +9 -0
  1018. package/dist/v2/pages/auth/VerifyEmail/VerifyEmailPage.d.ts.map +1 -0
  1019. package/dist/v2/pages/auth/VerifyEmail/VerifyEmailPage.js +313 -0
  1020. package/dist/v2/pages/auth/VerifyEmail/VerifyEmailPage.scss.js +6 -0
  1021. package/dist/v2/pages/auth/VerifyEmail/index.d.ts +3 -0
  1022. package/dist/v2/pages/auth/VerifyEmail/index.d.ts.map +1 -0
  1023. package/dist/v2/pages/auth/index.d.ts +11 -0
  1024. package/dist/v2/pages/auth/index.d.ts.map +1 -0
  1025. package/dist/v2/shadcn/components/ui/accordion.d.ts +8 -0
  1026. package/dist/v2/shadcn/components/ui/accordion.d.ts.map +1 -0
  1027. package/dist/v2/shadcn/components/ui/alert-dialog.d.ts +21 -0
  1028. package/dist/v2/shadcn/components/ui/alert-dialog.d.ts.map +1 -0
  1029. package/dist/v2/shadcn/components/ui/alert.d.ts +9 -0
  1030. package/dist/v2/shadcn/components/ui/alert.d.ts.map +1 -0
  1031. package/dist/v2/shadcn/components/ui/aspect-ratio.d.ts +4 -0
  1032. package/dist/v2/shadcn/components/ui/aspect-ratio.d.ts.map +1 -0
  1033. package/dist/v2/shadcn/components/ui/avatar.d.ts +7 -0
  1034. package/dist/v2/shadcn/components/ui/avatar.d.ts.map +1 -0
  1035. package/dist/v2/shadcn/components/ui/badge.d.ts +10 -0
  1036. package/dist/v2/shadcn/components/ui/badge.d.ts.map +1 -0
  1037. package/dist/v2/shadcn/components/ui/breadcrumb.d.ts +20 -0
  1038. package/dist/v2/shadcn/components/ui/breadcrumb.d.ts.map +1 -0
  1039. package/dist/v2/shadcn/components/ui/button.d.ts +14 -0
  1040. package/dist/v2/shadcn/components/ui/button.d.ts.map +1 -0
  1041. package/dist/v2/shadcn/components/ui/calendar.d.ts +9 -0
  1042. package/dist/v2/shadcn/components/ui/calendar.d.ts.map +1 -0
  1043. package/dist/v2/shadcn/components/ui/card.d.ts +9 -0
  1044. package/dist/v2/shadcn/components/ui/card.d.ts.map +1 -0
  1045. package/dist/v2/shadcn/components/ui/carousel.d.ts +19 -0
  1046. package/dist/v2/shadcn/components/ui/carousel.d.ts.map +1 -0
  1047. package/dist/v2/shadcn/components/ui/checkbox.d.ts +6 -0
  1048. package/dist/v2/shadcn/components/ui/checkbox.d.ts.map +1 -0
  1049. package/dist/v2/shadcn/components/ui/checkbox.js +115 -0
  1050. package/dist/v2/shadcn/components/ui/checkbox.scss.js +6 -0
  1051. package/dist/v2/shadcn/components/ui/collapsible.d.ts +6 -0
  1052. package/dist/v2/shadcn/components/ui/collapsible.d.ts.map +1 -0
  1053. package/dist/v2/shadcn/components/ui/command.d.ts +83 -0
  1054. package/dist/v2/shadcn/components/ui/command.d.ts.map +1 -0
  1055. package/dist/v2/shadcn/components/ui/context-menu.d.ts +28 -0
  1056. package/dist/v2/shadcn/components/ui/context-menu.d.ts.map +1 -0
  1057. package/dist/v2/shadcn/components/ui/dialog.d.ts +20 -0
  1058. package/dist/v2/shadcn/components/ui/dialog.d.ts.map +1 -0
  1059. package/dist/v2/shadcn/components/ui/dialog.js +169 -0
  1060. package/dist/v2/shadcn/components/ui/drawer.d.ts +23 -0
  1061. package/dist/v2/shadcn/components/ui/drawer.d.ts.map +1 -0
  1062. package/dist/v2/shadcn/components/ui/dropdown-menu.d.ts +28 -0
  1063. package/dist/v2/shadcn/components/ui/dropdown-menu.d.ts.map +1 -0
  1064. package/dist/v2/shadcn/components/ui/form.d.ts +24 -0
  1065. package/dist/v2/shadcn/components/ui/form.d.ts.map +1 -0
  1066. package/dist/v2/shadcn/components/ui/hover-card.d.ts +7 -0
  1067. package/dist/v2/shadcn/components/ui/hover-card.d.ts.map +1 -0
  1068. package/dist/v2/shadcn/components/ui/input-otp.d.ts +35 -0
  1069. package/dist/v2/shadcn/components/ui/input-otp.d.ts.map +1 -0
  1070. package/dist/v2/shadcn/components/ui/input.d.ts +6 -0
  1071. package/dist/v2/shadcn/components/ui/input.d.ts.map +1 -0
  1072. package/dist/v2/shadcn/components/ui/label.d.ts +6 -0
  1073. package/dist/v2/shadcn/components/ui/label.d.ts.map +1 -0
  1074. package/dist/v2/shadcn/components/ui/menubar.d.ts +34 -0
  1075. package/dist/v2/shadcn/components/ui/menubar.d.ts.map +1 -0
  1076. package/dist/v2/shadcn/components/ui/navigation-menu.d.ts +13 -0
  1077. package/dist/v2/shadcn/components/ui/navigation-menu.d.ts.map +1 -0
  1078. package/dist/v2/shadcn/components/ui/pagination.d.ts +29 -0
  1079. package/dist/v2/shadcn/components/ui/pagination.d.ts.map +1 -0
  1080. package/dist/v2/shadcn/components/ui/popover.d.ts +7 -0
  1081. package/dist/v2/shadcn/components/ui/popover.d.ts.map +1 -0
  1082. package/dist/v2/shadcn/components/ui/progress.d.ts +5 -0
  1083. package/dist/v2/shadcn/components/ui/progress.d.ts.map +1 -0
  1084. package/dist/v2/shadcn/components/ui/radio-card.d.ts +12 -0
  1085. package/dist/v2/shadcn/components/ui/radio-card.d.ts.map +1 -0
  1086. package/dist/v2/shadcn/components/ui/radio-group.d.ts +6 -0
  1087. package/dist/v2/shadcn/components/ui/radio-group.d.ts.map +1 -0
  1088. package/dist/v2/shadcn/components/ui/scroll-area.d.ts +6 -0
  1089. package/dist/v2/shadcn/components/ui/scroll-area.d.ts.map +1 -0
  1090. package/dist/v2/shadcn/components/ui/select.d.ts +14 -0
  1091. package/dist/v2/shadcn/components/ui/select.d.ts.map +1 -0
  1092. package/dist/v2/shadcn/components/ui/separator.d.ts +5 -0
  1093. package/dist/v2/shadcn/components/ui/separator.d.ts.map +1 -0
  1094. package/dist/v2/shadcn/components/ui/sheet.d.ts +26 -0
  1095. package/dist/v2/shadcn/components/ui/sheet.d.ts.map +1 -0
  1096. package/dist/v2/shadcn/components/ui/sidebar.d.ts +67 -0
  1097. package/dist/v2/shadcn/components/ui/sidebar.d.ts.map +1 -0
  1098. package/dist/v2/shadcn/components/ui/skeleton.d.ts +3 -0
  1099. package/dist/v2/shadcn/components/ui/skeleton.d.ts.map +1 -0
  1100. package/dist/v2/shadcn/components/ui/slider.d.ts +5 -0
  1101. package/dist/v2/shadcn/components/ui/slider.d.ts.map +1 -0
  1102. package/dist/v2/shadcn/components/ui/switch.d.ts +6 -0
  1103. package/dist/v2/shadcn/components/ui/switch.d.ts.map +1 -0
  1104. package/dist/v2/shadcn/components/ui/switch.js +115 -0
  1105. package/dist/v2/shadcn/components/ui/switch.scss.js +6 -0
  1106. package/dist/v2/shadcn/components/ui/table-pagination.d.ts +11 -0
  1107. package/dist/v2/shadcn/components/ui/table-pagination.d.ts.map +1 -0
  1108. package/dist/v2/shadcn/components/ui/table.d.ts +11 -0
  1109. package/dist/v2/shadcn/components/ui/table.d.ts.map +1 -0
  1110. package/dist/v2/shadcn/components/ui/tabs.d.ts +8 -0
  1111. package/dist/v2/shadcn/components/ui/tabs.d.ts.map +1 -0
  1112. package/dist/v2/shadcn/components/ui/textarea.d.ts +6 -0
  1113. package/dist/v2/shadcn/components/ui/textarea.d.ts.map +1 -0
  1114. package/dist/v2/shadcn/components/ui/toast.d.ts +16 -0
  1115. package/dist/v2/shadcn/components/ui/toast.d.ts.map +1 -0
  1116. package/dist/v2/shadcn/components/ui/toaster.d.ts +2 -0
  1117. package/dist/v2/shadcn/components/ui/toaster.d.ts.map +1 -0
  1118. package/dist/v2/shadcn/components/ui/toggle-group.d.ts +13 -0
  1119. package/dist/v2/shadcn/components/ui/toggle-group.d.ts.map +1 -0
  1120. package/dist/v2/shadcn/components/ui/toggle.d.ts +13 -0
  1121. package/dist/v2/shadcn/components/ui/toggle.d.ts.map +1 -0
  1122. package/dist/v2/shadcn/components/ui/tooltip.d.ts +8 -0
  1123. package/dist/v2/shadcn/components/ui/tooltip.d.ts.map +1 -0
  1124. package/dist/v2/shadcn/components/ui/use-toast.d.ts +3 -0
  1125. package/dist/v2/shadcn/components/ui/use-toast.d.ts.map +1 -0
  1126. package/dist/v2/shadcn/hooks/use-mobile.d.ts +2 -0
  1127. package/dist/v2/shadcn/hooks/use-mobile.d.ts.map +1 -0
  1128. package/dist/v2/shadcn/hooks/use-toast.d.ts +45 -0
  1129. package/dist/v2/shadcn/hooks/use-toast.d.ts.map +1 -0
  1130. package/dist/v2/shadcn/index.d.ts +20 -0
  1131. package/dist/v2/shadcn/index.d.ts.map +1 -0
  1132. package/dist/v2/shadcn/lib/utils.d.ts +3 -0
  1133. package/dist/v2/shadcn/lib/utils.d.ts.map +1 -0
  1134. package/dist/v2/shadcn/lib/utils.js +11 -0
  1135. package/dist/v2/shadcn/styles/globals.css +112 -0
  1136. package/dist/v2/styles/common.scss +7 -0
  1137. package/dist/v2/styles/components/Button.scss +224 -0
  1138. package/dist/v2/styles/form/Layout.scss +15 -0
  1139. package/dist/v2/styles/form/NewInput.scss +275 -0
  1140. package/dist/v2/styles/form/NewInput.scss.js +6 -0
  1141. package/dist/v2/styles/index.scss +6 -0
  1142. package/dist/v2/styles/navigation/Navigation.scss +17 -0
  1143. package/dist/v2/styles/navigation/NavigationItem.scss +86 -0
  1144. package/dist/v2/styles/navigation/NavigationSection.scss +26 -0
  1145. package/dist/v2/styles/navigation/_index.scss +9 -0
  1146. package/dist/v2/styles/tokens/_colors.scss +582 -0
  1147. package/dist/v2/styles/tokens/_sizes.scss +125 -0
  1148. package/dist/v2/styles/tokens/_status.scss +108 -0
  1149. package/dist/v2/styles/tokens/_typography.scss +146 -0
  1150. package/dist/v2/types/navigation.d.ts +18 -0
  1151. package/dist/v2/types/navigation.d.ts.map +1 -0
  1152. package/dist/v2/utils/translations.d.ts +3 -0
  1153. package/dist/v2/utils/translations.d.ts.map +1 -0
  1154. package/dist/venue-map-sets/form/VenueMapSetForm.d.ts.map +1 -1
  1155. package/dist/venue-map-sets/form/components/NameControl.d.ts.map +1 -1
  1156. package/dist/venue-map-sets/form/components/VenueMapControl.d.ts.map +1 -1
  1157. package/dist/venue-map-sets/form/components/VenueMapImageControl.d.ts.map +1 -1
  1158. package/dist/venue-map-sets/form/components/VenueMapModal.d.ts.map +1 -1
  1159. package/dist/venue-map-sets/form/components/VenueMapsControl.d.ts.map +1 -1
  1160. package/dist/venue-map-sets/form/utils/index.d.ts.map +1 -1
  1161. package/dist/virtualized/components/VirtualizedGrid.d.ts.map +1 -1
  1162. package/dist/virtualized/components/VirtualizedWindowScroller.d.ts.map +1 -1
  1163. package/dist/virtualized/context/VirtualizedContext.d.ts.map +1 -1
  1164. package/dist/zone/form/ZoneForm.d.ts.map +1 -1
  1165. package/dist/zone/form/components/DescriptionControl.d.ts.map +1 -1
  1166. package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
  1167. package/dist/zone/form/components/GameDurationControl.js +0 -3
  1168. package/dist/zone/form/components/NameControl.d.ts.map +1 -1
  1169. package/dist/zone/form/components/SortControl.d.ts.map +1 -1
  1170. package/dist/zone/form/components/SortControl.js +0 -3
  1171. package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
  1172. package/dist/zone/form/components/ZoneImageControl.d.ts.map +1 -1
  1173. package/dist/zone/form/components/ZoneRecurrenceControl.d.ts.map +1 -1
  1174. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
  1175. package/dist/zone/form/components/ZoneTypeControl.d.ts.map +1 -1
  1176. package/dist/zone/form/components/ZoneTypeControl.js +0 -1
  1177. package/dist/zone/form/utils/dates.d.ts.map +1 -1
  1178. package/package.json +89 -39
  1179. package/rollup.config.js +14 -31
  1180. package/src/CustomDatePicker/CustomDatePicker.tsx +258 -0
  1181. package/src/Maintenance/Maintenance.scss +253 -0
  1182. package/src/Maintenance/MaintenancePage.tsx +60 -0
  1183. package/src/Maintenance/SkeletonSidebar.tsx +56 -0
  1184. package/src/PageNotFound/PageNotFound.scss +8 -0
  1185. package/src/PageNotFound/PageNotFound.stories.tsx +23 -0
  1186. package/src/PageNotFound/PageNotFound.tsx +43 -0
  1187. package/src/PageNotFound/index.ts +1 -0
  1188. package/src/UnderMaintenance/UnderMaintenance.scss +6 -0
  1189. package/src/UnderMaintenance/UnderMaintenance.stories.tsx +23 -0
  1190. package/src/UnderMaintenance/UnderMaintenance.tsx +22 -0
  1191. package/src/UnderMaintenance/index.ts +1 -0
  1192. package/src/affiliate/card/AffiliateCard.stories.tsx +1 -1
  1193. package/src/affiliate/card/AffiliateCard.tsx +0 -0
  1194. package/src/affiliate/card/index.ts +0 -0
  1195. package/src/affiliate/form/AffiliateControl.tsx +0 -0
  1196. package/src/affiliate/form/AffiliateForm.stories.tsx +1 -1
  1197. package/src/affiliate/form/AffiliateForm.tsx +0 -0
  1198. package/src/affiliate/form/index.ts +0 -0
  1199. package/src/affiliate/index.ts +0 -0
  1200. package/src/affiliate/types/index.ts +0 -0
  1201. package/src/assets/Trend-Down.svg +3 -0
  1202. package/src/assets/Trend-Up.svg +3 -0
  1203. package/src/assets/dashboard/addImage.svg +0 -0
  1204. package/src/assets/dashboard/chartBar.svg +0 -0
  1205. package/src/assets/dashboard/genderFemale.svg +0 -0
  1206. package/src/assets/dashboard/genderMale.svg +0 -0
  1207. package/src/assets/dashboard/increment.svg +0 -0
  1208. package/src/assets/dashboard/info.svg +0 -0
  1209. package/src/assets/dashboard/managerRole.svg +0 -0
  1210. package/src/assets/dashboard/subManagerRole.svg +0 -0
  1211. package/src/assets/dashboard/viewerRole.svg +0 -0
  1212. package/src/assets/dashboard/visitedProviderLink.svg +0 -0
  1213. package/src/assets/dashboard/warning.svg +0 -0
  1214. package/src/assets/editor/bold.svg +0 -0
  1215. package/src/assets/editor/double-quotes-l.svg +0 -0
  1216. package/src/assets/editor/format-clear.svg +0 -0
  1217. package/src/assets/editor/h1.svg +0 -0
  1218. package/src/assets/editor/h2.svg +0 -0
  1219. package/src/assets/editor/italic.svg +0 -0
  1220. package/src/assets/editor/paragraph.svg +0 -0
  1221. package/src/assets/editor/separator.svg +0 -0
  1222. package/src/assets/editor/strikethrough.svg +0 -0
  1223. package/src/assets/editor/text-wrap.svg +0 -0
  1224. package/src/assets/iframe/available.svg +0 -0
  1225. package/src/assets/iframe/backButton.svg +0 -0
  1226. package/src/assets/iframe/calendar.svg +0 -0
  1227. package/src/assets/iframe/clock.svg +0 -0
  1228. package/src/assets/iframe/close.svg +0 -0
  1229. package/src/assets/iframe/failedPayment.svg +0 -0
  1230. package/src/assets/iframe/limited.svg +0 -0
  1231. package/src/assets/iframe/selectArrow.svg +0 -0
  1232. package/src/assets/iframe/soldOut.svg +0 -0
  1233. package/src/assets/iframe/success.svg +0 -0
  1234. package/src/assets/iframe/thumbUp.svg +0 -0
  1235. package/src/assets/iframe/ticket.svg +0 -0
  1236. package/src/assets/logo/favicon.svg +0 -0
  1237. package/src/assets/static/default.image.svg +0 -0
  1238. package/src/assets/widgets/copy.svg +0 -0
  1239. package/src/assets/widgets/monthCalendar.svg +0 -0
  1240. package/src/assets/widgets/weekCalendar.svg +0 -0
  1241. package/src/auth/AccessDenied/AccessDenied.stories.tsx +1 -1
  1242. package/src/auth/AccessDenied/AccessDenied.tsx +0 -0
  1243. package/src/auth/AccessDenied/index.ts +0 -0
  1244. package/src/auth/Auth.stories.tsx +38 -4
  1245. package/src/auth/Authorizer.tsx +48 -18
  1246. package/src/auth/ChangePassword/ChangePassword.stories.tsx +2 -9
  1247. package/src/auth/ChangePassword/ChangePasswordComponent.tsx +3 -4
  1248. package/src/auth/ChangePassword/ChangePasswordFormComponent.tsx +0 -0
  1249. package/src/auth/ChangePassword/index.ts +0 -0
  1250. package/src/auth/Layout/AuthNavComponent.tsx +0 -4
  1251. package/src/auth/Layout/Layout.stories.tsx +1 -1
  1252. package/src/auth/Layout/UserNavComponent.tsx +0 -0
  1253. package/src/auth/Layout/UserNavDropDown.tsx +1 -1
  1254. package/src/auth/Layout/UserNavDropDownToggle.tsx +1 -1
  1255. package/src/auth/Layout/index.ts +0 -0
  1256. package/src/auth/Login/Login.stories.tsx +21 -22
  1257. package/src/auth/Login/LoginComponent.tsx +10 -9
  1258. package/src/auth/Login/LoginFormComponent.tsx +0 -2
  1259. package/src/auth/Login/LoginPage.tsx +52 -0
  1260. package/src/auth/Login/index.ts +1 -0
  1261. package/src/auth/Logout/Logout.stories.tsx +4 -1
  1262. package/src/auth/Logout/Logout.tsx +1 -1
  1263. package/src/auth/Logout/index.ts +0 -0
  1264. package/src/auth/Register/BirthDateFormComponent.tsx +0 -0
  1265. package/src/auth/Register/Register.stories.tsx +5 -9
  1266. package/src/auth/Register/RegisterComponent.tsx +7 -9
  1267. package/src/auth/Register/RegisterFormComponent.tsx +0 -4
  1268. package/src/auth/Register/index.ts +0 -0
  1269. package/src/auth/ResetPassword/ResetPassword.stories.tsx +2 -9
  1270. package/src/auth/ResetPassword/ResetPasswordComponent.tsx +3 -4
  1271. package/src/auth/ResetPassword/ResetPasswordFormComponent.tsx +0 -4
  1272. package/src/auth/ResetPassword/index.ts +0 -0
  1273. package/src/auth/Router.tsx +0 -0
  1274. package/src/auth/Social/Social.stories.tsx +2 -7
  1275. package/src/auth/Social/SocialCallbackComponent.tsx +7 -7
  1276. package/src/auth/Social/SocialFormComponent.tsx +2 -3
  1277. package/src/auth/Social/index.ts +0 -0
  1278. package/src/auth/index.ts +0 -0
  1279. package/src/availability-indicator/AvailabilityIndicator.tsx +0 -0
  1280. package/src/availability-indicator/index.ts +0 -0
  1281. package/src/calendar/Calendar.stories.tsx +1 -1
  1282. package/src/calendar/Calendar.tsx +0 -0
  1283. package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +0 -0
  1284. package/src/calendar/components/CalendarButtons/index.ts +0 -0
  1285. package/src/calendar/components/CalendarDates/CalendarDates.tsx +0 -0
  1286. package/src/calendar/components/CalendarDates/index.ts +0 -0
  1287. package/src/calendar/components/CalendarSelect/CalendarSelect.tsx +0 -0
  1288. package/src/calendar/components/CalendarSelect/index.ts +0 -0
  1289. package/src/calendar/components/CalendarWeekdays/CalendarWeekdays.tsx +0 -0
  1290. package/src/calendar/components/CalendarWeekdays/index.ts +0 -0
  1291. package/src/calendar/index.ts +0 -0
  1292. package/src/calendar/utils/index.ts +0 -0
  1293. package/src/collapsible-input-group/CollapsibleInputGroup.stories.tsx +72 -4
  1294. package/src/collapsible-input-group/CollapsibleInputGroup.tsx +0 -0
  1295. package/src/collapsible-input-group/index.ts +0 -0
  1296. package/src/custom-fields/CustomFields.stories.tsx +1 -1
  1297. package/src/custom-fields/constants.tsx +0 -0
  1298. package/src/custom-fields/field/FieldItem.tsx +0 -0
  1299. package/src/custom-fields/field/SelectFieldModal.tsx +0 -0
  1300. package/src/custom-fields/field-set/CustomFieldSets.tsx +0 -0
  1301. package/src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx +5 -4
  1302. package/src/custom-fields/field-set/components/CustomFieldSet/index.ts +0 -0
  1303. package/src/custom-fields/field-set/components/index.ts +0 -0
  1304. package/src/custom-fields/field-set/contexts/index.ts +0 -0
  1305. package/src/custom-fields/field-set/contexts/useCustomFieldSets.ts +0 -0
  1306. package/src/custom-fields/field-set/providers/CustomFieldSetsProvider.tsx +2 -2
  1307. package/src/custom-fields/field-set/providers/index.ts +0 -0
  1308. package/src/custom-fields/forms/DropdownForm.tsx +0 -0
  1309. package/src/custom-fields/forms/TextInputForm.tsx +0 -0
  1310. package/src/custom-fields/index.ts +0 -0
  1311. package/src/customRadioButton/RadioButton.tsx +84 -0
  1312. package/src/customers/components/filter/CustomerFilter.stories.tsx +1 -1
  1313. package/src/customers/components/filter/CustomerFilter.tsx +0 -0
  1314. package/src/customers/components/filter/index.ts +0 -0
  1315. package/src/customers/components/index.ts +0 -0
  1316. package/src/customers/index.ts +0 -0
  1317. package/src/date-time-button/DateContent.tsx +0 -0
  1318. package/src/date-time-button/DateTimeButton.stories.tsx +1 -1
  1319. package/src/date-time-button/DateTimeButton.tsx +0 -0
  1320. package/src/date-time-button/index.ts +0 -0
  1321. package/src/error/Error.stories.tsx +1 -1
  1322. package/src/error/ErrorFallback.tsx +0 -0
  1323. package/src/error/index.ts +0 -0
  1324. package/src/events/edit-event-modal/IntervalInput.tsx +0 -4
  1325. package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.stories.tsx +4 -3
  1326. package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +0 -0
  1327. package/src/events/edit-event-modal/component/EditEventForm/index.ts +0 -0
  1328. package/src/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.tsx +0 -0
  1329. package/src/events/edit-event-modal/component/ProductSetShortForm/index.ts +0 -0
  1330. package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +0 -0
  1331. package/src/events/edit-event-modal/component/SaleDeadline/index.ts +0 -0
  1332. package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +0 -0
  1333. package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +0 -0
  1334. package/src/events/edit-event-modal/component/SelectEventProductSet/component/index.ts +0 -0
  1335. package/src/events/edit-event-modal/component/SelectEventProductSet/index.ts +0 -0
  1336. package/src/events/edit-event-modal/hooks/index.ts +0 -0
  1337. package/src/events/edit-event-modal/hooks/useFormattedDuration.tsx +0 -0
  1338. package/src/events/edit-event-modal/hooks/useValidationOptions.tsx +0 -0
  1339. package/src/events/edit-event-modal/index.ts +0 -0
  1340. package/src/events/edit-event-modal/utils/checkIfEventBooked.ts +0 -0
  1341. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +1 -0
  1342. package/src/events/edit-event-modal/utils/isUrlValid.ts +0 -0
  1343. package/src/events/edit-event-modal/utils/removeRruleCount.ts +0 -0
  1344. package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.stories.tsx +5 -4
  1345. package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +1 -0
  1346. package/src/events/edit-recurrent-event-modal/index.ts +0 -0
  1347. package/src/events/event-card/EventCard.stories.tsx +5 -4
  1348. package/src/events/event-card/EventCard.tsx +0 -0
  1349. package/src/events/event-card/EventCardSkeleton.tsx +0 -0
  1350. package/src/events/event-card/index.ts +0 -0
  1351. package/src/events/event-card/utils.ts +0 -0
  1352. package/src/events/event-statistic-modal/EventStatisticModal.stories.tsx +4 -3
  1353. package/src/events/event-statistic-modal/EventStatisticModal.tsx +2 -3
  1354. package/src/events/event-statistic-modal/hooks/useTableData.tsx +1 -2
  1355. package/src/events/event-statistic-modal/index.ts +0 -0
  1356. package/src/events/event-statistic-modal/utils/index.ts +4 -4
  1357. package/src/events/event-venue-map/EventVenueMap.stories.tsx +10 -3
  1358. package/src/events/event-venue-map/EventVenueMap.tsx +0 -1
  1359. package/src/events/event-venue-map/components/Dropdown/Dropdown.tsx +0 -0
  1360. package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.tsx +2 -2
  1361. package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/index.ts +0 -0
  1362. package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.tsx +0 -0
  1363. package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/index.ts +0 -0
  1364. package/src/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.tsx +0 -0
  1365. package/src/events/event-venue-map/components/Dropdown/components/SelectControl/index.ts +0 -0
  1366. package/src/events/event-venue-map/components/Dropdown/index.ts +0 -0
  1367. package/src/events/event-venue-map/components/MapPoint/MapPoint.tsx +0 -0
  1368. package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.tsx +0 -0
  1369. package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/index.ts +0 -0
  1370. package/src/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.tsx +0 -0
  1371. package/src/events/event-venue-map/components/MapPoint/components/EditIcon/index.ts +0 -0
  1372. package/src/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.tsx +0 -0
  1373. package/src/events/event-venue-map/components/MapPoint/components/PointIcon/index.ts +0 -0
  1374. package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.tsx +0 -0
  1375. package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/index.ts +0 -0
  1376. package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/ProductTooltip.tsx +0 -0
  1377. package/src/events/event-venue-map/components/MapPoint/components/ProductTooltip/index.ts +0 -0
  1378. package/src/events/event-venue-map/components/MapPoint/index.ts +0 -0
  1379. package/src/events/event-venue-map/components/Scrollbars/Scrollbars.tsx +0 -0
  1380. package/src/events/event-venue-map/components/Scrollbars/index.ts +0 -0
  1381. package/src/events/event-venue-map/components/VenueMap/VenueMap.tsx +0 -0
  1382. package/src/events/event-venue-map/components/VenueMap/index.ts +0 -0
  1383. package/src/events/event-venue-map/components/ZoomButtons/ZoomButtons.tsx +0 -0
  1384. package/src/events/event-venue-map/components/ZoomButtons/index.ts +0 -0
  1385. package/src/events/event-venue-map/hooks/useCanvasSize.ts +1 -5
  1386. package/src/events/event-venue-map/hooks/useDrag.ts +0 -0
  1387. package/src/events/event-venue-map/hooks/useImage.tsx +0 -0
  1388. package/src/events/event-venue-map/hooks/useStageActions.ts +0 -0
  1389. package/src/events/event-venue-map/hooks/useZoom.ts +0 -0
  1390. package/src/events/event-venue-map/index.ts +0 -0
  1391. package/src/events/event-venue-map/types/index.ts +0 -0
  1392. package/src/events/event-venue-map/utils/index.ts +0 -0
  1393. package/src/events/index.ts +0 -0
  1394. package/src/file-upload/FilePreview.tsx +0 -0
  1395. package/src/file-upload/FileUpload.stories.tsx +1 -1
  1396. package/src/file-upload/FileUpload.tsx +2 -3
  1397. package/src/file-upload/index.ts +0 -0
  1398. package/src/fullscreen-loader/FullscreenLoader.tsx +0 -0
  1399. package/src/fullscreen-loader/context.ts +0 -0
  1400. package/src/fullscreen-loader/index.ts +0 -0
  1401. package/src/fullscreen-loader/useFullscreenLoader.ts +0 -0
  1402. package/src/help/example/Example.stories.tsx +1 -1
  1403. package/src/help/example/Example.tsx +0 -0
  1404. package/src/help/example/index.ts +0 -0
  1405. package/src/help/index.ts +0 -0
  1406. package/src/help/popover/HelpPopover.tsx +1 -1
  1407. package/src/help/popover/Popover.stories.tsx +1 -1
  1408. package/src/help/popover/index.ts +0 -0
  1409. package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.tsx +15 -13
  1410. package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.tsx +15 -7
  1411. package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +17 -9
  1412. package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.tsx +18 -20
  1413. package/src/iframe/ProductWithModifierModal/ModifierSetModal/index.ts +0 -0
  1414. package/src/iframe/ProductWithModifierModal/index.ts +0 -0
  1415. package/src/iframe/ProductWithModifierModal/utils.ts +0 -0
  1416. package/src/iframe/activity-card/ActivityCard.stories.tsx +1 -1
  1417. package/src/iframe/activity-card/ActivityCard.tsx +0 -0
  1418. package/src/iframe/activity-card/index.ts +0 -0
  1419. package/src/iframe/back-button/BackButton.stories.tsx +1 -1
  1420. package/src/iframe/back-button/BackButton.tsx +0 -0
  1421. package/src/iframe/back-button/index.ts +0 -0
  1422. package/src/iframe/custom-fields/components/CustomDateField.stories.tsx +5 -4
  1423. package/src/iframe/custom-fields/components/CustomDateField.tsx +0 -0
  1424. package/src/iframe/custom-fields/index.ts +0 -0
  1425. package/src/iframe/event/event-booking-form/EventBookingForm.stories.tsx +1 -1
  1426. package/src/iframe/event/event-booking-form/EventBookingForm.tsx +0 -0
  1427. package/src/iframe/event/event-booking-form/index.ts +0 -0
  1428. package/src/iframe/event/event-booking-products/EventBookingProducts.stories.tsx +1 -1
  1429. package/src/iframe/event/event-booking-products/EventBookingProducts.tsx +0 -0
  1430. package/src/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.tsx +0 -0
  1431. package/src/iframe/event/event-booking-products/components/AccordionItem/index.ts +0 -0
  1432. package/src/iframe/event/event-booking-products/index.ts +0 -0
  1433. package/src/iframe/event/event-booking-view/EventBookingView.stories.tsx +1 -1
  1434. package/src/iframe/event/event-booking-view/EventBookingView.tsx +0 -0
  1435. package/src/iframe/event/event-booking-view/index.ts +0 -0
  1436. package/src/iframe/event/event-card/IframeEventCard.stories.tsx +9 -7
  1437. package/src/iframe/event/event-card/IframeEventCard.tsx +0 -0
  1438. package/src/iframe/event/event-card/IframeEventCardSkeleton.tsx +0 -0
  1439. package/src/iframe/event/event-card/IframeEventCards.stories.tsx +9 -8
  1440. package/src/iframe/event/event-card/index.ts +0 -0
  1441. package/src/iframe/event/event-description/EventDescription.stories.tsx +5 -4
  1442. package/src/iframe/event/event-description/EventDescription.tsx +0 -0
  1443. package/src/iframe/event/event-description/index.ts +0 -0
  1444. package/src/iframe/event/event-navigation-footer/EventNavigationFooter.stories.tsx +1 -1
  1445. package/src/iframe/event/event-navigation-footer/EventNavigationFooter.tsx +0 -0
  1446. package/src/iframe/event/event-navigation-footer/index.ts +0 -0
  1447. package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.stories.tsx +1 -1
  1448. package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.tsx +0 -0
  1449. package/src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx +0 -0
  1450. package/src/iframe/event/event-order-short-summary/components/Summary/index.ts +0 -0
  1451. package/src/iframe/event/event-order-short-summary/index.ts +0 -0
  1452. package/src/iframe/event/event-order-summary/EventOrderSummary.stories.tsx +1 -1
  1453. package/src/iframe/event/event-order-summary/EventOrderSummary.tsx +0 -0
  1454. package/src/iframe/event/event-order-summary/index.ts +0 -0
  1455. package/src/iframe/event/event-product-sets/EventProductSets.stories.tsx +1 -1
  1456. package/src/iframe/event/event-product-sets/EventProductSets.tsx +0 -0
  1457. package/src/iframe/event/event-product-sets/components/EventProductSet.tsx +0 -0
  1458. package/src/iframe/event/event-product-sets/index.ts +0 -0
  1459. package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.stories.tsx +1 -1
  1460. package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.tsx +0 -0
  1461. package/src/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.tsx +0 -0
  1462. package/src/iframe/event/event-step-venue-map-zones/index.ts +0 -0
  1463. package/src/iframe/event/event-tables/EventTables.stories.tsx +1 -1
  1464. package/src/iframe/event/event-tables/EventTables.tsx +0 -0
  1465. package/src/iframe/event/event-tables/index.ts +0 -0
  1466. package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +5 -4
  1467. package/src/iframe/event/event-venue-map/IframeEventVenueMap.tsx +0 -0
  1468. package/src/iframe/event/event-venue-map/index.ts +0 -0
  1469. package/src/iframe/event/index.ts +0 -0
  1470. package/src/iframe/event/ticket-description/TicketDescription.stories.tsx +1 -1
  1471. package/src/iframe/event/ticket-description/TicketDescription.tsx +1 -1
  1472. package/src/iframe/event/ticket-description/index.ts +0 -0
  1473. package/src/iframe/external-modal/ExternalModal.stories.tsx +4 -1
  1474. package/src/iframe/external-modal/ExternalModal.tsx +0 -0
  1475. package/src/iframe/index.ts +0 -0
  1476. package/src/iframe/order-process/components/BookingSummary/BookingSummary.stories.tsx +1 -1
  1477. package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +0 -0
  1478. package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.tsx +0 -0
  1479. package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/index.ts +0 -0
  1480. package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +0 -1
  1481. package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/index.ts +0 -0
  1482. package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +0 -0
  1483. package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/index.ts +0 -0
  1484. package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx +0 -0
  1485. package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.tsx +0 -0
  1486. package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/index.ts +0 -0
  1487. package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.tsx +0 -0
  1488. package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/index.ts +0 -0
  1489. package/src/iframe/order-process/components/BookingSummary/index.ts +0 -0
  1490. package/src/iframe/order-process/components/BookingSummary/types/index.ts +0 -0
  1491. package/src/iframe/order-process/components/BookingSummary/utils/index.ts +1 -1
  1492. package/src/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.tsx +0 -0
  1493. package/src/iframe/order-process/components/BookingSummaryFooter/index.ts +0 -0
  1494. package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.stories.tsx +6 -1
  1495. package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx +0 -0
  1496. package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +0 -0
  1497. package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +0 -0
  1498. package/src/iframe/order-process/components/CalendarStepsForm/index.ts +0 -0
  1499. package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +3 -5
  1500. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.stories.tsx +1 -1
  1501. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +0 -9
  1502. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/index.ts +0 -0
  1503. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +0 -0
  1504. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/index.ts +0 -0
  1505. package/src/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.tsx +0 -0
  1506. package/src/iframe/order-process/components/CategoryProduct/constants.ts +0 -0
  1507. package/src/iframe/order-process/components/CategoryProduct/index.ts +0 -0
  1508. package/src/iframe/order-process/components/ErrorModal/ErrorModal.tsx +6 -1
  1509. package/src/iframe/order-process/components/ErrorModal/index.ts +0 -0
  1510. package/src/iframe/order-process/components/NavigationFooter/NavigationFooter.tsx +0 -0
  1511. package/src/iframe/order-process/components/NavigationFooter/index.ts +0 -0
  1512. package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.stories.tsx +4 -3
  1513. package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.tsx +0 -0
  1514. package/src/iframe/order-process/components/NavigationSteps/hooks/useContainerElementWidth.ts +0 -0
  1515. package/src/iframe/order-process/components/NavigationSteps/index.ts +0 -0
  1516. package/src/iframe/order-process/components/PaymentCard/PaymentCard.stories.tsx +4 -3
  1517. package/src/iframe/order-process/components/PaymentCard/PaymentCard.tsx +3 -3
  1518. package/src/iframe/order-process/components/PaymentCard/index.ts +0 -0
  1519. package/src/iframe/order-process/components/Timer/Timer.stories.tsx +1 -1
  1520. package/src/iframe/order-process/components/Timer/Timer.tsx +0 -0
  1521. package/src/iframe/order-process/components/Timer/index.ts +0 -0
  1522. package/src/iframe/order-process/components/Timer/utils/index.ts +0 -0
  1523. package/src/iframe/order-process/components/utils/useCategoryVerification.ts +0 -0
  1524. package/src/iframe/order-process/components/utils/useOnWindowUnmount.ts +0 -0
  1525. package/src/iframe/order-process/constants.ts +0 -0
  1526. package/src/iframe/order-process/index.ts +0 -0
  1527. package/src/iframe/page/Page.stories.tsx +11 -10
  1528. package/src/iframe/page/Page.tsx +0 -0
  1529. package/src/iframe/page/components/PageBody/PageBody.tsx +0 -0
  1530. package/src/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.tsx +0 -0
  1531. package/src/iframe/page/components/PageBody/components/LeftBlock/index.tsx +0 -0
  1532. package/src/iframe/page/components/PageBody/components/RightBlock/RightBlock.tsx +0 -0
  1533. package/src/iframe/page/components/PageBody/components/RightBlock/index.ts +0 -0
  1534. package/src/iframe/page/components/PageBody/constants.ts +0 -0
  1535. package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +0 -0
  1536. package/src/iframe/page/components/PageBody/index.ts +0 -0
  1537. package/src/iframe/page/components/PageBody/types.ts +0 -0
  1538. package/src/iframe/page/components/PageHeader/PageHeader.tsx +0 -0
  1539. package/src/iframe/page/components/PageHeader/hooks/useSnippetStepsBackgroundColor.ts +0 -0
  1540. package/src/iframe/page/components/PageHeader/index.ts +0 -0
  1541. package/src/iframe/page/index.ts +0 -0
  1542. package/src/iframe/payment/index.ts +0 -0
  1543. package/src/iframe/payment/order-items-table/OrderItemsTable.stories.tsx +4 -3
  1544. package/src/iframe/payment/order-items-table/OrderItemsTable.tsx +0 -0
  1545. package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +103 -109
  1546. package/src/iframe/payment/order-items-table/index.ts +0 -0
  1547. package/src/iframe/payment/order-items-table/types/index.ts +0 -0
  1548. package/src/iframe/payment/order-items-table/utils/index.ts +0 -0
  1549. package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +0 -0
  1550. package/src/iframe/payment/payment-form/PaymentForm.stories.tsx +1 -1
  1551. package/src/iframe/payment/payment-form/PaymentForm.tsx +0 -0
  1552. package/src/iframe/payment/payment-page/PaymentPage.stories.tsx +1 -1
  1553. package/src/iframe/payment/payment-page/PaymentPage.tsx +5 -5
  1554. package/src/iframe/payment/payment-page/PaymentTimer.tsx +0 -0
  1555. package/src/iframe/payment/payment-status-header/PaymentStatusHeader.stories.tsx +4 -3
  1556. package/src/iframe/payment/payment-status-header/PaymentStatusHeader.tsx +0 -0
  1557. package/src/iframe/payment/payment-status-page/PaymentStatusComponent.stories.tsx +1 -1
  1558. package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +0 -0
  1559. package/src/iframe/payment/payment-status-page/component/PaymentStatusBody.tsx +0 -0
  1560. package/src/iframe/payment/payment-status-page/component/index.tsx +0 -0
  1561. package/src/iframe/payment/payment-status-page/index.ts +0 -0
  1562. package/src/iframe/payment/status-body/StatusBody.stories.tsx +1 -1
  1563. package/src/iframe/payment/status-body/StatusBody.tsx +1 -1
  1564. package/src/iframe/powered-by/PoweredBy.stories.tsx +1 -1
  1565. package/src/iframe/powered-by/PoweredBy.tsx +0 -0
  1566. package/src/iframe/powered-by/index.ts +0 -0
  1567. package/src/iframe/ryft/RyftPaymentForm.tsx +55 -25
  1568. package/src/iframe/ryft/utils/ryft-form.ts +6 -7
  1569. package/src/image-radio-input/ImageRadioInput.stories.tsx +1 -1
  1570. package/src/image-radio-input/ImageRadioInput.tsx +0 -0
  1571. package/src/image-radio-input/index.ts +0 -0
  1572. package/src/index.ts +47 -2
  1573. package/src/layout/BackgroundVideoContainer.tsx +0 -0
  1574. package/src/layout/Container.tsx +0 -0
  1575. package/src/layout/DropDown.tsx +0 -0
  1576. package/src/layout/DropDownToggle.tsx +0 -0
  1577. package/src/layout/Layout.stories.tsx +0 -0
  1578. package/src/layout/index.ts +0 -0
  1579. package/src/logo/Logo.stories.tsx +17 -14
  1580. package/src/logo/Logo.tsx +0 -0
  1581. package/src/logo/index.ts +0 -0
  1582. package/src/modals/confirmation/ConfirmModal.tsx +6 -1
  1583. package/src/modals/confirmation/Confirmation.stories.tsx +4 -3
  1584. package/src/modals/confirmation/index.ts +0 -0
  1585. package/src/modals/dialog/Dialog.tsx +35 -36
  1586. package/src/modals/dialog/DialogContext.tsx +8 -2
  1587. package/src/modals/dialog/index.ts +0 -0
  1588. package/src/modals/fullscreen/FullscreenModal.tsx +6 -1
  1589. package/src/modals/fullscreen/FulscreenModal.stories.tsx +1 -1
  1590. package/src/modals/fullscreen/index.ts +0 -0
  1591. package/src/modals/index.ts +0 -0
  1592. package/src/notification/components/NotificationPlaceholders.stories.tsx +5 -1
  1593. package/src/notification/components/NotificationPlaceholders.tsx +1 -1
  1594. package/src/notification/email-template/card/EmailTemplateCard.stories.tsx +1 -1
  1595. package/src/notification/email-template/card/EmailTemplateCard.tsx +0 -2
  1596. package/src/notification/email-template/card/index.tsx +0 -0
  1597. package/src/notification/email-template/control/EmailTemplateControl.tsx +12 -12
  1598. package/src/notification/email-template/control/index.ts +0 -0
  1599. package/src/notification/email-template/form/EmailTemplateForm.stories.tsx +1 -1
  1600. package/src/notification/email-template/form/EmailTemplateForm.tsx +3 -0
  1601. package/src/notification/email-template/form/index.tsx +0 -0
  1602. package/src/notification/email-template/index.ts +0 -0
  1603. package/src/notification/hooks/useTranslatedParameters.ts +0 -0
  1604. package/src/notification/index.ts +0 -0
  1605. package/src/notification/send-email-template/SendEmailTemplateForm.stories.tsx +1 -1
  1606. package/src/notification/send-email-template/SendEmailTemplateForm.tsx +0 -0
  1607. package/src/notification/send-email-template/index.ts +0 -0
  1608. package/src/notification/sms-template/card/SmsTemplateCard.stories.tsx +1 -1
  1609. package/src/notification/sms-template/card/SmsTemplateCard.tsx +0 -2
  1610. package/src/notification/sms-template/card/index.ts +0 -0
  1611. package/src/notification/sms-template/control/SmsTemplateControl.tsx +0 -1
  1612. package/src/notification/sms-template/control/index.ts +0 -0
  1613. package/src/notification/sms-template/form/SmsTemplateForm.stories.tsx +1 -1
  1614. package/src/notification/sms-template/form/SmsTemplateForm.tsx +0 -0
  1615. package/src/notification/sms-template/form/index.ts +0 -0
  1616. package/src/notification/sms-template/index.ts +0 -0
  1617. package/src/number-of-people-input/NumberOfPeopleInput.tsx +0 -0
  1618. package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.stories.tsx +1 -1
  1619. package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.tsx +0 -0
  1620. package/src/number-of-people-input/components/index.ts +0 -0
  1621. package/src/number-of-people-input/index.ts +0 -0
  1622. package/src/pages/PrivacyComponent.tsx +0 -0
  1623. package/src/pages/TermsComponent.tsx +0 -0
  1624. package/src/pages/index.ts +0 -0
  1625. package/src/product-set/card/ProductSetCard.stories.tsx +1 -1
  1626. package/src/product-set/card/ProductSetCard.tsx +0 -0
  1627. package/src/product-set/card/index.ts +0 -0
  1628. package/src/product-set/control/DateAndRecurrenceInput.tsx +0 -0
  1629. package/src/product-set/control/DateInput.tsx +0 -0
  1630. package/src/product-set/control/ProductSetControl.stories.tsx +1 -1
  1631. package/src/product-set/control/ProductSetControl.tsx +0 -0
  1632. package/src/product-set/control/ProductSetImageControl.tsx +0 -0
  1633. package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +1 -1
  1634. package/src/product-set/control/ProductSetRecurrenceControl.tsx +0 -0
  1635. package/src/product-set/control/ProductSetRecurrenceOverridesControl.tsx +0 -0
  1636. package/src/product-set/control/TutorialGifCard.tsx +0 -0
  1637. package/src/product-set/control/index.ts +0 -0
  1638. package/src/product-set/deposit-paid/ProductSetDepositPaid.stories.tsx +1 -1
  1639. package/src/product-set/deposit-paid/ProductSetDepositPaidControl.tsx +0 -0
  1640. package/src/product-set/deposit-paid/index.ts +0 -0
  1641. package/src/product-set/elements/DeleteFieldButton.tsx +0 -0
  1642. package/src/product-set/elements/Elements.stories.tsx +1 -1
  1643. package/src/product-set/elements/index.ts +0 -0
  1644. package/src/product-set/form/MobileFooter.tsx +0 -0
  1645. package/src/product-set/form/ProductCategoriesControl.tsx +12 -6
  1646. package/src/product-set/form/ProductSetForm.stories.tsx +15 -6
  1647. package/src/product-set/form/ProductSetForm.tsx +4 -7
  1648. package/src/product-set/form/ProductSetFormPopover.tsx +0 -0
  1649. package/src/product-set/form/ProductSetNameControl.tsx +0 -0
  1650. package/src/product-set/form/ProductZonesControl.tsx +0 -0
  1651. package/src/product-set/form/ProductsControl.tsx +0 -0
  1652. package/src/product-set/form/SelectCategoryModal.stories.tsx +1 -1
  1653. package/src/product-set/form/SelectCategoryModal.tsx +6 -1
  1654. package/src/product-set/form/StepsControl.tsx +0 -0
  1655. package/src/product-set/form/SubProductsControl.tsx +0 -0
  1656. package/src/product-set/form/VenueMapSetModal.tsx +0 -0
  1657. package/src/product-set/form/VenueMapsControl.tsx +0 -0
  1658. package/src/product-set/form/context.tsx +0 -0
  1659. package/src/product-set/form/index.ts +0 -0
  1660. package/src/product-set/hooks/useSortableTreeFunctions.ts +0 -0
  1661. package/src/product-set/index.ts +0 -0
  1662. package/src/product-set/item/CreateProductSetItem.tsx +0 -0
  1663. package/src/product-set/popover/ProductSetPopover.stories.tsx +1 -1
  1664. package/src/product-set/popover/ProductSetPopover.tsx +0 -0
  1665. package/src/product-set/popover/index.ts +0 -0
  1666. package/src/product-set/product/Product.stories.tsx +1 -1
  1667. package/src/product-set/product/ProductControl.tsx +0 -0
  1668. package/src/product-set/product/advanced-options/AdvancedOptions.tsx +0 -0
  1669. package/src/product-set/product/advanced-options/index.ts +0 -0
  1670. package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -1
  1671. package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +0 -2
  1672. package/src/product-set/product/booking-management/index.ts +0 -0
  1673. package/src/product-set/product/constants.ts +0 -0
  1674. package/src/product-set/product/deposit/ProductDeposit.stories.tsx +1 -1
  1675. package/src/product-set/product/deposit/ProductDepositControl.tsx +0 -1
  1676. package/src/product-set/product/deposit/index.ts +0 -0
  1677. package/src/product-set/product/duration/ProductDurationControl.stories.tsx +1 -1
  1678. package/src/product-set/product/duration/ProductDurationControl.tsx +0 -2
  1679. package/src/product-set/product/duration/index.ts +0 -0
  1680. package/src/product-set/product/fixed-duration-fields/FixedDurationOptions.tsx +0 -0
  1681. package/src/product-set/product/fixed-duration-fields/index.ts +0 -0
  1682. package/src/product-set/product/index.ts +0 -0
  1683. package/src/product-set/product/price/ProductPrice.stories.tsx +1 -1
  1684. package/src/product-set/product/price/ProductPriceControl.tsx +0 -1
  1685. package/src/product-set/product/price/index.ts +0 -0
  1686. package/src/product-set/product/quantity/ProductQuantity.stories.tsx +1 -1
  1687. package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +0 -2
  1688. package/src/product-set/product/quantity/ProductQuantityControl.tsx +0 -2
  1689. package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +0 -1
  1690. package/src/product-set/product/quantity/index.ts +0 -0
  1691. package/src/product-set/product/scanRange/{ProductScanRangeControl.stories.ts → ProductScanRangeControl.stories.tsx} +1 -1
  1692. package/src/product-set/product/scanRange/ProductScanRangeControl.tsx +0 -0
  1693. package/src/product-set/product/scanRange/index.ts +0 -0
  1694. package/src/product-set/product-category/ProductCategory.stories.tsx +1 -1
  1695. package/src/product-set/product-category/ProductCategoryControl.tsx +0 -4
  1696. package/src/product-set/product-category/index.ts +0 -0
  1697. package/src/product-set/product-zone/ProductZoneControl.tsx +0 -0
  1698. package/src/product-set/product-zone/index.ts +0 -0
  1699. package/src/product-set/step/Step.stories.tsx +1 -1
  1700. package/src/product-set/step/StepControl.tsx +0 -0
  1701. package/src/product-set/step/index.ts +0 -0
  1702. package/src/product-set/tabs/ProductSetTab.tsx +1 -0
  1703. package/src/product-set/tabs/ProductSetTabs.stories.tsx +1 -1
  1704. package/src/product-set/tabs/ProductSetTabs.tsx +0 -0
  1705. package/src/product-set/tabs/index.ts +0 -0
  1706. package/src/product-set/types/index.ts +0 -0
  1707. package/src/product-set/utils/index.ts +15 -14
  1708. package/src/provider/categories-input/CategoriesInput.stories.tsx +1 -1
  1709. package/src/provider/categories-input/CategoriesInput.tsx +0 -0
  1710. package/src/provider/categories-input/CategoriesInputDescription.tsx +0 -0
  1711. package/src/provider/categories-input/index.ts +0 -0
  1712. package/src/provider/constants.ts +0 -0
  1713. package/src/provider/index.ts +0 -0
  1714. package/src/provider/location-input/LocationInput.stories.tsx +48 -3
  1715. package/src/provider/location-input/LocationInput.tsx +1 -1
  1716. package/src/provider/location-input/LocationInputDescription.tsx +0 -0
  1717. package/src/provider/location-input/components/FormGroupControll.tsx +0 -0
  1718. package/src/provider/location-input/components/index.ts +0 -0
  1719. package/src/provider/location-input/index.ts +0 -0
  1720. package/src/provider/provider-details-input/ProviderDetailsInput.stories.tsx +11 -2
  1721. package/src/provider/provider-details-input/ProviderDetailsInput.tsx +1 -1
  1722. package/src/provider/provider-details-input/index.ts +0 -0
  1723. package/src/provider/provider-form/ProviderForm.stories.tsx +47 -1
  1724. package/src/provider/provider-form/ProviderForm.tsx +0 -0
  1725. package/src/provider/provider-form/index.ts +0 -0
  1726. package/src/provider/provider-links-input/ProviderLinksInput.stories.tsx +1 -1
  1727. package/src/provider/provider-links-input/ProviderLinksInput.tsx +0 -0
  1728. package/src/provider/provider-links-input/index.ts +0 -0
  1729. package/src/provider/venue-form/VenueForm.stories.tsx +50 -1
  1730. package/src/provider/venue-form/VenueForm.tsx +0 -0
  1731. package/src/provider/venue-form/index.ts +0 -0
  1732. package/src/provider/working-hours-input/WorkingHoursInput.stories.tsx +1 -1
  1733. package/src/provider/working-hours-input/WorkingHoursInput.tsx +0 -0
  1734. package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +0 -0
  1735. package/src/provider/working-hours-input/index.ts +0 -0
  1736. package/src/provider/working-hours-input/utils.ts +0 -0
  1737. package/src/radio-card/RadioCard.stories.tsx +1 -1
  1738. package/src/radio-card/RadioCard.tsx +0 -0
  1739. package/src/radio-card/index.ts +0 -0
  1740. package/src/recurrence-input/RecurrenceEndInput.tsx +7 -6
  1741. package/src/recurrence-input/RecurrenceInput.stories.tsx +4 -1
  1742. package/src/recurrence-input/RecurrenceInput.tsx +4 -3
  1743. package/src/recurrence-input/RecurrenceIntervalAndFrequencyInput.tsx +0 -0
  1744. package/src/recurrence-input/RecurrenceMonthlyRepeatByInput.tsx +0 -0
  1745. package/src/recurrence-input/RecurrenceWeekdaysInput.tsx +0 -0
  1746. package/src/recurrence-input/index.ts +0 -0
  1747. package/src/recurrence-input/utils.ts +0 -0
  1748. package/src/recurring-date-picker-input/DatePickerInput.tsx +0 -0
  1749. package/src/recurring-date-picker-input/RecurrenceAndFrequencyInput.tsx +0 -0
  1750. package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +0 -1
  1751. package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +0 -0
  1752. package/src/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.tsx +0 -0
  1753. package/src/recurring-date-picker-input/RecurrenceWeekdaysInput.tsx +0 -0
  1754. package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +1 -1
  1755. package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +0 -0
  1756. package/src/recurring-date-picker-input/index.ts +0 -0
  1757. package/src/recurring-date-picker-input/utils.ts +0 -0
  1758. package/src/report/DataFieldsSelector/DataFieldsSelector.tsx +1 -1
  1759. package/src/report/DataFieldsSelector/index.ts +0 -0
  1760. package/src/report/ReportRunnerModal/ReportRunnerModal.stories.tsx +1 -1
  1761. package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +0 -0
  1762. package/src/report/ReportRunnerModal/index.ts +0 -0
  1763. package/src/report/ReportTypeSelect/ReportTypeSelect.tsx +1 -1
  1764. package/src/report/ReportTypeSelect/index.ts +0 -0
  1765. package/src/report/card/ReportCard.stories.tsx +1 -1
  1766. package/src/report/card/ReportCard.tsx +0 -0
  1767. package/src/report/card/index.ts +0 -0
  1768. package/src/report/form/ReportForm.stories.tsx +1 -1
  1769. package/src/report/form/ReportForm.tsx +2 -2
  1770. package/src/report/form/index.ts +0 -0
  1771. package/src/report/index.ts +0 -0
  1772. package/src/resource/card/ResourceCard.stories.tsx +1 -1
  1773. package/src/resource/card/ResourceCard.tsx +0 -0
  1774. package/src/resource/card/index.ts +0 -0
  1775. package/src/resource/form/ResourceForm.stories.tsx +4 -3
  1776. package/src/resource/form/ResourceForm.tsx +0 -0
  1777. package/src/resource/form/components/CapacityControl.tsx +0 -1
  1778. package/src/resource/form/components/NameControl.tsx +0 -0
  1779. package/src/resource/form/components/SortControl.tsx +0 -1
  1780. package/src/resource/form/components/ZoneControl.tsx +0 -1
  1781. package/src/resource/form/index.ts +0 -0
  1782. package/src/resource/index.ts +0 -0
  1783. package/src/root.css +0 -0
  1784. package/src/sales/booking/index.ts +0 -0
  1785. package/src/sales/booking/results/BookingResults.stories.tsx +1 -1
  1786. package/src/sales/booking/results/BookingResults.tsx +0 -0
  1787. package/src/sales/booking/results/components/ResultCard.tsx +0 -0
  1788. package/src/sales/booking/results/constants.ts +0 -0
  1789. package/src/sales/booking/results/index.ts +0 -0
  1790. package/src/sales/constants.tsx +0 -0
  1791. package/src/sales/coupon/control/CouponFormControl.tsx +0 -7
  1792. package/src/sales/coupon/control/index.ts +0 -0
  1793. package/src/sales/coupon/form/CouponForm.stories.tsx +1 -1
  1794. package/src/sales/coupon/form/CouponFrom.tsx +0 -0
  1795. package/src/sales/coupon/form/index.ts +0 -0
  1796. package/src/sales/coupon/index.tsx +0 -0
  1797. package/src/sales/coupon/utils/index.ts +0 -0
  1798. package/src/sales/filters/SaleFilter.stories.tsx +1 -1
  1799. package/src/sales/filters/SaleFilters.tsx +0 -0
  1800. package/src/sales/filters/index.ts +0 -0
  1801. package/src/sales/guest-profile/index.ts +0 -0
  1802. package/src/sales/guest-profile/previous-bookings/PreviousBookings.stories.tsx +4 -3
  1803. package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +0 -0
  1804. package/src/sales/guest-profile/previous-bookings/index.ts +0 -0
  1805. package/src/sales/guest-profile/profile/Profile.stories.tsx +1 -1
  1806. package/src/sales/guest-profile/profile/Profile.tsx +2 -5
  1807. package/src/sales/guest-profile/profile/components/ImageHolder/ImageHolder.tsx +0 -0
  1808. package/src/sales/guest-profile/profile/components/ImageHolder/index.ts +0 -0
  1809. package/src/sales/guest-profile/profile/index.ts +0 -0
  1810. package/src/sales/guest-profile/user-metrics/UserMetrics.stories.tsx +1 -1
  1811. package/src/sales/guest-profile/user-metrics/UserMetrics.tsx +0 -0
  1812. package/src/sales/guest-profile/user-metrics/index.ts +0 -0
  1813. package/src/sales/guest-profile/visited-providers/VisitedProviders.stories.tsx +1 -1
  1814. package/src/sales/guest-profile/visited-providers/VisitedProviders.tsx +0 -0
  1815. package/src/sales/guest-profile/visited-providers/index.ts +0 -0
  1816. package/src/sales/index.ts +0 -0
  1817. package/src/sales/life-time-sales/LifeTimeSalesChart.stories.tsx +4 -3
  1818. package/src/sales/life-time-sales/LifeTimeSalesChart.tsx +0 -0
  1819. package/src/sales/life-time-sales/index.ts +0 -0
  1820. package/src/sales/manual-booking/formatDays.ts +0 -0
  1821. package/src/sales/manual-booking/index.ts +0 -0
  1822. package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.stories.tsx +1 -1
  1823. package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.tsx +0 -0
  1824. package/src/sales/manual-booking/number-input-horizontal/index.ts +0 -0
  1825. package/src/sales/manual-booking/search-user/SearchUser.tsx +0 -0
  1826. package/src/sales/manual-booking/search-user/index.ts +0 -0
  1827. package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.stories.tsx +4 -3
  1828. package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.tsx +0 -0
  1829. package/src/sales/manual-booking/select-date-type-control/index.ts +0 -0
  1830. package/src/sales/manual-booking/select-event/SelectEvent.tsx +0 -0
  1831. package/src/sales/manual-booking/select-event/index.ts +0 -0
  1832. package/src/sales/manual-booking/select-menu/SelectMenu.stories.tsx +4 -3
  1833. package/src/sales/manual-booking/select-menu/SelectMenu.tsx +0 -0
  1834. package/src/sales/manual-booking/select-menu/components/MenuButton.tsx +0 -0
  1835. package/src/sales/manual-booking/select-menu/index.ts +0 -0
  1836. package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +0 -0
  1837. package/src/sales/manual-booking/summary/index.ts +0 -0
  1838. package/src/sales/modals/index.ts +0 -0
  1839. package/src/sales/modals/payment-modal/PaymentModal.stories.tsx +5 -4
  1840. package/src/sales/modals/payment-modal/PaymentModal.tsx +6 -1
  1841. package/src/sales/modals/payment-modal/index.ts +0 -0
  1842. package/src/sales/modals/refund-modal/RefundModal.stories.tsx +7 -6
  1843. package/src/sales/modals/refund-modal/RefundModal.tsx +6 -1
  1844. package/src/sales/modals/refund-modal/index.ts +0 -0
  1845. package/src/sales/notes/NotesTable.stories.tsx +1 -1
  1846. package/src/sales/notes/NotesTable.tsx +0 -0
  1847. package/src/sales/notes/NotesTableRow.tsx +0 -0
  1848. package/src/sales/notes/index.ts +0 -0
  1849. package/src/sales/notes/note-form/NoteForm.stories.tsx +1 -1
  1850. package/src/sales/notes/note-form/NoteForm.tsx +0 -0
  1851. package/src/sales/notes/note-form/index.ts +0 -0
  1852. package/src/sales/payment-form/SalePaymentForm.stories.tsx +5 -4
  1853. package/src/sales/payment-form/SalePaymentForm.tsx +0 -0
  1854. package/src/sales/payment-form/components/RyftPayment/RyftPayment.tsx +0 -0
  1855. package/src/sales/payment-form/components/RyftPayment/index.ts +0 -0
  1856. package/src/sales/payment-form/index.ts +0 -0
  1857. package/src/sales/payment-form/types.ts +0 -0
  1858. package/src/sales/sales-and-views/SalesAndViewsChart.stories.tsx +1 -1
  1859. package/src/sales/sales-and-views/SalesAndViewsChart.tsx +0 -0
  1860. package/src/sales/sales-and-views/index.ts +0 -0
  1861. package/src/sales/source-of-sales/SourceOfSalesChart.stories.tsx +1 -1
  1862. package/src/sales/source-of-sales/SourceOfSalesChart.tsx +0 -0
  1863. package/src/sales/source-of-sales/index.ts +0 -0
  1864. package/src/sales/statistics-chart/StatisticsChart.stories.tsx +1 -1
  1865. package/src/sales/statistics-chart/StatisticsChart.tsx +0 -0
  1866. package/src/sales/statistics-chart/index.ts +0 -0
  1867. package/src/setting/dashboard/DashboardSetting.stories.tsx +1 -1
  1868. package/src/setting/dashboard/DashboardSettingForm.tsx +0 -1
  1869. package/src/setting/dashboard/EventSettingForm.tsx +0 -0
  1870. package/src/setting/dashboard/FinancialDataForm.tsx +0 -0
  1871. package/src/setting/dashboard/OtherSettingForm.tsx +0 -0
  1872. package/src/setting/dashboard/ProviderSettingForm.tsx +0 -0
  1873. package/src/setting/dashboard/components/IpInput.stories.tsx +1 -1
  1874. package/src/setting/dashboard/components/IpInput.tsx +0 -0
  1875. package/src/setting/dashboard/index.ts +0 -0
  1876. package/src/setting/dashboard/payments/payments-form/PaymentsForm.stories.tsx +1 -1
  1877. package/src/setting/dashboard/payments/payments-form/PaymentsForm.tsx +0 -0
  1878. package/src/setting/dashboard/payments/payments-modal/PaymentsModal.stories.tsx +1 -1
  1879. package/src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx +1 -0
  1880. package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.stories.tsx +4 -3
  1881. package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +0 -2
  1882. package/src/setting/dashboard/snippet-templates/card/index.ts +0 -0
  1883. package/src/setting/dashboard/snippets/card/SnippetCard.stories.tsx +1 -1
  1884. package/src/setting/dashboard/snippets/card/SnippetCard.tsx +0 -0
  1885. package/src/setting/dashboard/snippets/card/index.ts +0 -0
  1886. package/src/setting/index.ts +0 -0
  1887. package/src/sidebar/elements/Elements.stories.tsx +1 -1
  1888. package/src/sidebar/elements/ReturnBack.tsx +0 -0
  1889. package/src/sidebar/elements/index.ts +0 -0
  1890. package/src/sidebar/index.ts +0 -0
  1891. package/src/slide-curtain/SlideCurtain.stories.tsx +1 -1
  1892. package/src/slide-curtain/SlideCurtain.tsx +0 -0
  1893. package/src/slide-curtain/index.ts +0 -0
  1894. package/src/snippet/index.ts +0 -0
  1895. package/src/snippet/snippet-template/SnippetTemplate.stories.tsx +4 -3
  1896. package/src/snippet/snippet-template/SnippetTemplate.tsx +0 -0
  1897. package/src/snippet/snippet-template/context/index.ts +0 -0
  1898. package/src/snippet/snippet-template/context/snippetTemplate.tsx +1 -0
  1899. package/src/snippet/snippet-template/context/snippetTemplateLoading.tsx +0 -0
  1900. package/src/snippet/snippet-template/context/snippetTemplateView.tsx +1 -0
  1901. package/src/snippet/snippet-template/control/Control.stories.tsx +1 -1
  1902. package/src/snippet/snippet-template/control/PropertyControl.tsx +0 -0
  1903. package/src/snippet/snippet-template/control/index.ts +0 -0
  1904. package/src/snippet/snippet-template/form/SnippetTemplateForm.stories.tsx +6 -4
  1905. package/src/snippet/snippet-template/form/SnippetTemplateForm.tsx +0 -1
  1906. package/src/snippet/snippet-template/form/index.ts +0 -0
  1907. package/src/snippet/snippet-template/index.ts +0 -0
  1908. package/src/snippet/snippet-template/preview/Preview.stories.tsx +1 -1
  1909. package/src/snippet/snippet-template/preview/Preview.tsx +6 -10
  1910. package/src/snippet/snippet-template/preview/index.ts +0 -0
  1911. package/src/snippet/snippet-template/settings/SettingButton.tsx +0 -0
  1912. package/src/snippet/snippet-template/settings/Settings.stories.tsx +1 -1
  1913. package/src/snippet/snippet-template/settings/index.ts +0 -0
  1914. package/src/snippet/snippet-template/utils/index.ts +9 -0
  1915. package/src/sortable-fields/SortableFieldItem.tsx +0 -0
  1916. package/src/sortable-fields/SortableFieldList.tsx +0 -0
  1917. package/src/sortable-fields/index.ts +0 -0
  1918. package/src/sortable-list/CreateSortableListItem.tsx +0 -0
  1919. package/src/sortable-list/SortableList.stories.tsx +1 -1
  1920. package/src/sortable-list/SortableList.tsx +0 -0
  1921. package/src/sortable-list/index.ts +0 -0
  1922. package/src/sortable-tree/SortableTree.stories.tsx +1 -1
  1923. package/src/sortable-tree/SortableTree.tsx +1 -1
  1924. package/src/sortable-tree/SortableTreeItem.stories.tsx +13 -15
  1925. package/src/sortable-tree/SortableTreeItem.tsx +0 -0
  1926. package/src/sortable-tree/index.ts +0 -0
  1927. package/src/sorting-select/SortingSelect.stories.tsx +1 -1
  1928. package/src/sorting-select/SortingSelect.tsx +0 -0
  1929. package/src/sorting-select/index.ts +0 -0
  1930. package/src/static/CountryCodeSelect.tsx +2 -2
  1931. package/src/static/CountrySelect.tsx +0 -0
  1932. package/src/static/CurrencyNumberInput.tsx +0 -1
  1933. package/src/static/FormCard.tsx +0 -0
  1934. package/src/static/Image.tsx +0 -0
  1935. package/src/static/RestrictedAccess.tsx +0 -0
  1936. package/src/static/SocialButton.tsx +0 -0
  1937. package/src/static/Static.stories.tsx +0 -0
  1938. package/src/static/StyledButton.tsx +0 -0
  1939. package/src/static/TextField.tsx +0 -0
  1940. package/src/static/UserBadge.tsx +0 -0
  1941. package/src/static/WarningMessage.tsx +0 -0
  1942. package/src/static/date-range-input/DateRangeInput.stories.tsx +1 -1
  1943. package/src/static/date-range-input/DateRangeInput.tsx +0 -0
  1944. package/src/static/date-range-input/index.ts +0 -0
  1945. package/src/static/date-range-input/utils/index.ts +0 -0
  1946. package/src/static/form-number-input/FormNumberInput.stories.tsx +1 -1
  1947. package/src/static/form-number-input/FormNumberInput.tsx +0 -1
  1948. package/src/static/form-number-input/index.ts +0 -0
  1949. package/src/static/images/DefaultUserImage.tsx +0 -0
  1950. package/src/static/images/Images.stories.tsx +0 -0
  1951. package/src/static/images/index.ts +0 -0
  1952. package/src/static/index.ts +0 -0
  1953. package/src/static/loader/BlockLoader.tsx +0 -0
  1954. package/src/static/loader/ButtonLoader.tsx +0 -0
  1955. package/src/static/loader/FullScreenLoader.tsx +0 -0
  1956. package/src/static/loader/Loader.stories.tsx +1 -1
  1957. package/src/static/loader/LoaderIndicator.tsx +0 -0
  1958. package/src/static/loader/PaymentLoader.tsx +0 -0
  1959. package/src/static/loader/SnippetLoader.tsx +0 -0
  1960. package/src/static/loader/index.ts +0 -0
  1961. package/src/static/manual-date-picker/ManualDatePicker.tsx +0 -0
  1962. package/src/static/manual-date-picker/constants/index.ts +0 -0
  1963. package/src/static/manual-date-picker/hooks/useManualDatePicker.ts +0 -0
  1964. package/src/static/manual-date-picker/index.ts +0 -0
  1965. package/src/static/manual-date-picker/utils/index.ts +0 -0
  1966. package/src/static/number-input/NumberInput.stories.tsx +1 -1
  1967. package/src/static/number-input/NumberInput.tsx +0 -1
  1968. package/src/static/number-input/index.ts +0 -0
  1969. package/src/static/switch/BooleanSwitch.stories.tsx +1 -1
  1970. package/src/static/switch/BooleanSwitch.tsx +0 -0
  1971. package/src/static/switch/Switch.stories.tsx +1 -1
  1972. package/src/static/switch/Switch.tsx +0 -0
  1973. package/src/static/switch/index.ts +0 -0
  1974. package/src/static/tabs/Tab.tsx +1 -0
  1975. package/src/static/tabs/Tabs.tsx +3 -3
  1976. package/src/static/tabs/index.ts +1 -0
  1977. package/src/static/text-expand/TextExpand.stories.tsx +1 -1
  1978. package/src/static/text-expand/TextExpand.tsx +0 -0
  1979. package/src/static/text-expand/index.ts +0 -0
  1980. package/src/striped-static-table/StripedStaticTable.stories.tsx +1 -1
  1981. package/src/striped-static-table/StripedStaticTable.tsx +0 -0
  1982. package/src/striped-static-table/index.ts +0 -0
  1983. package/src/styles/activity-card/ActivitiesCard.scss +0 -0
  1984. package/src/styles/activity-card/ListActivitiesCard.scss +0 -0
  1985. package/src/styles/activity-card/_index.scss +0 -0
  1986. package/src/styles/affiliate/AffiliateCard.scss +0 -0
  1987. package/src/styles/affiliate/AffiliateForm.scss +0 -0
  1988. package/src/styles/affiliate/_index.scss +0 -0
  1989. package/src/styles/auth/AccessDenied.scss +0 -0
  1990. package/src/styles/auth/_index.scss +0 -0
  1991. package/src/styles/availability-indicator/AvailabilityIndicator.scss +0 -0
  1992. package/src/styles/availability-indicator/_index.scss +0 -0
  1993. package/src/styles/back-button/BackButton.scss +0 -0
  1994. package/src/styles/back-button/_index.scss +0 -0
  1995. package/src/styles/company-user-form/UserForm.scss +0 -0
  1996. package/src/styles/company-user-form/_index.scss +0 -0
  1997. package/src/styles/custom-fields/CreateSortableListItem.scss +0 -0
  1998. package/src/styles/custom-fields/FieldItem.scss +0 -0
  1999. package/src/styles/custom-fields/SelectFieldModal.scss +0 -0
  2000. package/src/styles/custom-fields/_index.scss +0 -0
  2001. package/src/styles/customers/Filter.scss +0 -0
  2002. package/src/styles/customers/_index.scss +0 -0
  2003. package/src/styles/date-time-button/DateTimeButton.scss +0 -0
  2004. package/src/styles/date-time-button/_index.scss +0 -0
  2005. package/src/styles/error/ErrorFallback.scss +0 -0
  2006. package/src/styles/error/_index.scss +0 -0
  2007. package/src/styles/events/EditEventModal.scss +0 -0
  2008. package/src/styles/events/EventCard.scss +0 -0
  2009. package/src/styles/events/EventStatisticModal.scss +0 -0
  2010. package/src/styles/events/EventVenueMap.scss +0 -0
  2011. package/src/styles/events/_index.scss +0 -0
  2012. package/src/styles/file-upload/FileUpload.scss +0 -0
  2013. package/src/styles/file-upload/ImagePreview.scss +0 -0
  2014. package/src/styles/file-upload/_index.scss +0 -0
  2015. package/src/styles/form/CustomCheckbox.scss +0 -0
  2016. package/src/styles/form/CustomRadio.scss +0 -0
  2017. package/src/styles/form/Input.scss +0 -0
  2018. package/src/styles/form/InputGroup.scss +0 -0
  2019. package/src/styles/form/_index.scss +0 -0
  2020. package/src/styles/header/Header.scss +0 -0
  2021. package/src/styles/header/_index.scss +0 -0
  2022. package/src/styles/header/elements/CompanySelector.scss +0 -0
  2023. package/src/styles/header/elements/_index.scss +0 -0
  2024. package/src/styles/help/Example.scss +0 -0
  2025. package/src/styles/help/_index.scss +0 -0
  2026. package/src/styles/iframe-events/Calendar.scss +1 -1
  2027. package/src/styles/iframe-events/CalendarSelect.scss +0 -0
  2028. package/src/styles/iframe-events/Card.scss +0 -0
  2029. package/src/styles/iframe-events/CategoryStepsForm.scss +0 -0
  2030. package/src/styles/iframe-events/Event.scss +0 -0
  2031. package/src/styles/iframe-events/EventBookingForm.scss +0 -0
  2032. package/src/styles/iframe-events/EventBookingProducts.scss +0 -0
  2033. package/src/styles/iframe-events/EventBookingView.scss +0 -0
  2034. package/src/styles/iframe-events/EventForm.scss +0 -0
  2035. package/src/styles/iframe-events/EventNavigationFooter.scss +0 -0
  2036. package/src/styles/iframe-events/EventOrderShortSummary.scss +0 -0
  2037. package/src/styles/iframe-events/EventOrderSummary.scss +0 -0
  2038. package/src/styles/iframe-events/EventProductSets.scss +0 -0
  2039. package/src/styles/iframe-events/EventStepVenueMapZones.scss +0 -0
  2040. package/src/styles/iframe-events/EventTables.scss +0 -0
  2041. package/src/styles/iframe-events/PoweredBy.scss +0 -0
  2042. package/src/styles/iframe-events/TicketDescription.scss +0 -0
  2043. package/src/styles/iframe-events/_index.scss +0 -0
  2044. package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  2045. package/src/styles/iframe-external-modal/_index.scss +0 -0
  2046. package/src/styles/iframe-order-process/IframeOrderProcess.scss +0 -0
  2047. package/src/styles/iframe-order-process/_index.scss +0 -0
  2048. package/src/styles/iframe-page/Page.scss +2 -2
  2049. package/src/styles/iframe-page/PageBody.scss +0 -0
  2050. package/src/styles/iframe-page/PageHeader.scss +0 -0
  2051. package/src/styles/iframe-page/_index.scss +0 -0
  2052. package/src/styles/iframe-payments/PaymentForm.scss +0 -0
  2053. package/src/styles/iframe-payments/_index.scss +0 -0
  2054. package/src/styles/image-radio-input/_index.scss +0 -0
  2055. package/src/styles/layout/BackgroundVideoContainer.scss +0 -0
  2056. package/src/styles/layout/_index.scss +0 -0
  2057. package/src/styles/logo/Logo.scss +0 -0
  2058. package/src/styles/logo/_index.scss +0 -0
  2059. package/src/styles/modals/Modals.scss +0 -0
  2060. package/src/styles/modals/_index.scss +0 -0
  2061. package/src/styles/notification/Notification.scss +0 -0
  2062. package/src/styles/notification/_index.scss +0 -0
  2063. package/src/styles/order-items-table/OrderItemsTable.scss +0 -0
  2064. package/src/styles/order-items-table/_index.scss +0 -0
  2065. package/src/styles/overrides/_functions.scss +1 -1
  2066. package/src/styles/packages.scss +0 -0
  2067. package/src/styles/product-set/CreateProductSetItem.scss +0 -0
  2068. package/src/styles/product-set/DateAndRecurrenceInput.scss +0 -0
  2069. package/src/styles/product-set/EditCategoryModal.scss +0 -0
  2070. package/src/styles/product-set/EditProductModal.scss +0 -0
  2071. package/src/styles/product-set/EditProductSetElement.scss +0 -0
  2072. package/src/styles/product-set/EditStepModal.scss +0 -0
  2073. package/src/styles/product-set/EditVenueMapSetModal.scss +0 -0
  2074. package/src/styles/product-set/EditZoneSettingModal.scss +0 -0
  2075. package/src/styles/product-set/ProductSetCard.scss +0 -0
  2076. package/src/styles/product-set/ProductSetForm.scss +0 -0
  2077. package/src/styles/product-set/ProductSetPopover.scss +0 -0
  2078. package/src/styles/product-set/ProductSetTabs.scss +0 -0
  2079. package/src/styles/product-set/SelectCategoryModal.scss +0 -0
  2080. package/src/styles/product-set/TutorialGifCard.scss +0 -0
  2081. package/src/styles/product-set/_index.scss +0 -0
  2082. package/src/styles/providers/Providers.scss +0 -0
  2083. package/src/styles/providers/_index.scss +0 -0
  2084. package/src/styles/radio-card/_index.scss +0 -0
  2085. package/src/styles/report/ReportCard.scss +0 -0
  2086. package/src/styles/report/ReportEditorModal.scss +0 -0
  2087. package/src/styles/report/ReportRunnerModal.scss +0 -0
  2088. package/src/styles/report/_index.scss +0 -0
  2089. package/src/styles/resources-blocking/_index.scss +0 -0
  2090. package/src/styles/ryft-payment-form/RyftPaymentForm.scss +3 -1
  2091. package/src/styles/ryft-payment-form/_index.scss +0 -0
  2092. package/src/styles/sales/BookingFilter.scss +0 -0
  2093. package/src/styles/sales/BookingResults.scss +1 -1
  2094. package/src/styles/sales/BookingTabs.scss +0 -0
  2095. package/src/styles/sales/Charts.scss +0 -0
  2096. package/src/styles/sales/Filters.scss +0 -0
  2097. package/src/styles/sales/GuestProfile.scss +0 -0
  2098. package/src/styles/sales/LifeTimeSales.scss +0 -0
  2099. package/src/styles/sales/ManualBooking.scss +0 -0
  2100. package/src/styles/sales/Notes.scss +0 -0
  2101. package/src/styles/sales/RandomColors.scss +0 -0
  2102. package/src/styles/sales/SalePaymentForm.scss +0 -0
  2103. package/src/styles/sales/SalesAndViews.scss +0 -0
  2104. package/src/styles/sales/SourceOfSales.scss +0 -0
  2105. package/src/styles/sales/Statistics.scss +0 -0
  2106. package/src/styles/sales/_index.scss +0 -0
  2107. package/src/styles/sales/_mixins.scss +0 -0
  2108. package/src/styles/setting/_index.scss +0 -0
  2109. package/src/styles/setting/dashboard/IpInput.scss +0 -0
  2110. package/src/styles/setting/dashboard/_index.scss +0 -0
  2111. package/src/styles/sidebar/_index.scss +0 -0
  2112. package/src/styles/sidebar/elements/ReturnBack.scss +0 -0
  2113. package/src/styles/sidebar/elements/_index.scss +0 -0
  2114. package/src/styles/skeleton/_index.scss +0 -0
  2115. package/src/styles/snippet-templates/SnippetTemplate.scss +6 -0
  2116. package/src/styles/snippet-templates/SnippetTemplateCard.scss +0 -0
  2117. package/src/styles/snippet-templates/_index.scss +0 -0
  2118. package/src/styles/snippet-templates/_snippetVariables.scss +6 -0
  2119. package/src/styles/sortable-field/SortableField.scss +0 -0
  2120. package/src/styles/sortable-field/_index.scss +0 -0
  2121. package/src/styles/sortable-tree/Item.scss +0 -0
  2122. package/src/styles/sortable-tree/_index.scss +0 -0
  2123. package/src/styles/static/CountrySelect.scss +0 -0
  2124. package/src/styles/static/CurrencyNumberInput.scss +0 -0
  2125. package/src/styles/static/DateRangeInput.scss +0 -0
  2126. package/src/styles/static/FormCard.scss +0 -0
  2127. package/src/styles/static/Loader.scss +0 -0
  2128. package/src/styles/static/NumberInput.scss +0 -0
  2129. package/src/styles/static/SlideCurtain.scss +0 -0
  2130. package/src/styles/static/SocialButton.scss +0 -0
  2131. package/src/styles/static/Switch.scss +0 -0
  2132. package/src/styles/static/Tabs.scss +0 -0
  2133. package/src/styles/static/TextExpand.scss +0 -0
  2134. package/src/styles/static/UserBadge.scss +0 -0
  2135. package/src/styles/static/_index.scss +0 -0
  2136. package/src/styles/striped-static-table/_index.scss +0 -0
  2137. package/src/styles/table/Table.scss +0 -0
  2138. package/src/styles/table/_index.scss +0 -0
  2139. package/src/styles/themes/bookedit/_fonts.scss +2 -0
  2140. package/src/styles/themes/bookedit/_variables.scss +0 -0
  2141. package/src/styles/themes/bookedit/index.scss +0 -0
  2142. package/src/styles/themes/licklist/_fonts.scss +0 -0
  2143. package/src/styles/themes/licklist/_variables.scss +0 -0
  2144. package/src/styles/themes/licklist/index.scss +0 -0
  2145. package/src/styles/tiptap-editor/TiptapEditor.scss +0 -0
  2146. package/src/styles/tiptap-editor/_index.scss +0 -0
  2147. package/src/styles/venue-map-sets/VenueMapSetCard.scss +0 -0
  2148. package/src/styles/venue-map-sets/VenueMapSetForm.scss +0 -0
  2149. package/src/styles/venue-map-sets/_index.scss +0 -0
  2150. package/src/styles/virtualized/_index.scss +0 -0
  2151. package/src/styles/zones/ZoneCard.scss +0 -0
  2152. package/src/styles/zones/ZoneForm.scss +0 -0
  2153. package/src/styles/zones/ZoneRecurrencesControl.scss +0 -0
  2154. package/src/styles/zones/_index.scss +0 -0
  2155. package/src/table/FilterHelperComponent.tsx +0 -0
  2156. package/src/table/MenuButton.tsx +0 -0
  2157. package/src/table/PaginationHelperComponent.tsx +0 -0
  2158. package/src/table/PerPageHelperComponent.tsx +0 -0
  2159. package/src/table/ReactTableHelperComponent.tsx +1 -1
  2160. package/src/table/StaticTable.tsx +0 -0
  2161. package/src/table/Table.stories.tsx +4 -25
  2162. package/src/table/TableHelperComponent.tsx +0 -0
  2163. package/src/table/hooks/useTableQueryOptions.ts +0 -0
  2164. package/src/table/index.ts +0 -0
  2165. package/src/table/types.ts +0 -0
  2166. package/src/table/utils/index.ts +0 -0
  2167. package/src/theme/Theme.stories.tsx +0 -0
  2168. package/src/tiptap-editor/TipTapEditor.stories.tsx +1 -1
  2169. package/src/tiptap-editor/TipTapEditor.tsx +0 -0
  2170. package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +28 -4
  2171. package/src/tiptap-editor/TipTapMenu/TipTapMenu.tsx +0 -0
  2172. package/src/tiptap-editor/TipTapMenu/components/TipTapMenuItem.tsx +0 -0
  2173. package/src/tiptap-editor/TipTapMenu/components/index.ts +0 -0
  2174. package/src/tiptap-editor/TipTapMenu/extensions/EMOJIS.ts +0 -0
  2175. package/src/tiptap-editor/TipTapMenu/extensions/EmojiReplacer.ts +0 -0
  2176. package/src/tiptap-editor/TipTapMenu/extensions/constants.ts +0 -0
  2177. package/src/tiptap-editor/TipTapMenu/extensions/utils.ts +0 -0
  2178. package/src/tiptap-editor/TipTapMenu/index.ts +0 -0
  2179. package/src/tiptap-editor/index.ts +0 -0
  2180. package/src/typeahead/Typeahead.stories.tsx +0 -0
  2181. package/src/typeahead/Typeahead.tsx +0 -0
  2182. package/src/typeahead/index.ts +0 -0
  2183. package/src/typeahead-helper/TypeaheadHelperComponent.tsx +0 -0
  2184. package/src/typeahead-helper/index.ts +0 -0
  2185. package/src/types/bookings.ts +0 -0
  2186. package/src/types/categories.ts +0 -0
  2187. package/src/types/generic/SelectItem.ts +0 -0
  2188. package/src/types/iframe.ts +0 -0
  2189. package/src/types/index.ts +0 -0
  2190. package/src/types/provider-links.ts +0 -0
  2191. package/src/types/static/HTMLInputDateElement.ts +0 -0
  2192. package/src/types/static/ILoaderOptions.ts +0 -0
  2193. package/src/typings.d.ts +0 -0
  2194. package/src/v2/components/AccountManagerCard/AccountManagerCard.scss +75 -0
  2195. package/src/v2/components/AccountManagerCard/AccountManagerCard.stories.tsx +35 -0
  2196. package/src/v2/components/AccountManagerCard/AccountManagerCard.tsx +37 -0
  2197. package/src/v2/components/AccountManagerCard/index.ts +2 -0
  2198. package/src/v2/components/ActionMenu/ActionMenu.scss +93 -0
  2199. package/src/v2/components/ActionMenu/ActionMenu.stories.tsx +58 -0
  2200. package/src/v2/components/ActionMenu/ActionMenu.tsx +114 -0
  2201. package/src/v2/components/ActionMenu/index.ts +1 -0
  2202. package/src/v2/components/Alert/Alert.scss +175 -0
  2203. package/src/v2/components/Alert/Alert.stories.tsx +176 -0
  2204. package/src/v2/components/Alert/Alert.tsx +85 -0
  2205. package/src/v2/components/Alert/assets/alert-icon.svg +3 -0
  2206. package/src/v2/components/Alert/assets/error-icon.svg +3 -0
  2207. package/src/v2/components/Alert/assets/info-icon.svg +3 -0
  2208. package/src/v2/components/Alert/assets/success-icon.svg +3 -0
  2209. package/src/v2/components/Alert/index.ts +2 -0
  2210. package/src/v2/components/AvatarUpload/AvatarUpload.scss +90 -0
  2211. package/src/v2/components/AvatarUpload/AvatarUpload.stories.tsx +83 -0
  2212. package/src/v2/components/AvatarUpload/AvatarUpload.tsx +77 -0
  2213. package/src/v2/components/AvatarUpload/index.ts +1 -0
  2214. package/src/v2/components/Badge/Badge.scss +84 -0
  2215. package/src/v2/components/Badge/Badge.tsx +28 -0
  2216. package/src/v2/components/Badge/index.ts +1 -0
  2217. package/src/v2/components/Button/Button.scss +19 -0
  2218. package/src/v2/components/Button/Button.stories.tsx +93 -0
  2219. package/src/v2/components/Button/Button.tsx +75 -0
  2220. package/src/v2/components/Button/GhostButton.scss +63 -0
  2221. package/src/v2/components/Button/GhostButton.tsx +28 -0
  2222. package/src/v2/components/Button/index.ts +5 -0
  2223. package/src/v2/components/Checkbox/Checkbox.scss +211 -0
  2224. package/src/v2/components/Checkbox/Checkbox.stories.tsx +316 -0
  2225. package/src/v2/components/Checkbox/Checkbox.tsx +106 -0
  2226. package/src/v2/components/Checkbox/index.ts +3 -0
  2227. package/src/v2/components/Customer/CustomerDetail.scss +193 -0
  2228. package/src/v2/components/Customer/CustomersList.scss +909 -0
  2229. package/src/v2/components/DataTable/DataTable.scss +184 -0
  2230. package/src/v2/components/DataTable/DataTable.tsx +257 -0
  2231. package/src/v2/components/DataTable/index.ts +7 -0
  2232. package/src/v2/components/EmptyState/EmptyState.scss +39 -0
  2233. package/src/v2/components/EmptyState/EmptyState.stories.tsx +45 -0
  2234. package/src/v2/components/EmptyState/EmptyState.tsx +37 -0
  2235. package/src/v2/components/EmptyState/index.ts +2 -0
  2236. package/src/v2/components/EntityHeader/EntityHeader.scss +133 -0
  2237. package/src/v2/components/EntityHeader/EntityHeader.stories.tsx +103 -0
  2238. package/src/v2/components/EntityHeader/EntityHeader.tsx +76 -0
  2239. package/src/v2/components/EntityHeader/index.ts +1 -0
  2240. package/src/v2/components/FeatureToggle/FeatureToggle.scss +64 -0
  2241. package/src/v2/components/FeatureToggle/FeatureToggle.stories.tsx +56 -0
  2242. package/src/v2/components/FeatureToggle/FeatureToggle.tsx +41 -0
  2243. package/src/v2/components/FeatureToggle/index.ts +2 -0
  2244. package/src/v2/components/FormField/FormField.scss +122 -0
  2245. package/src/v2/components/FormField/FormField.stories.tsx +71 -0
  2246. package/src/v2/components/FormField/FormField.tsx +49 -0
  2247. package/src/v2/components/FormField/index.ts +3 -0
  2248. package/src/v2/components/IconButton/IconButton.scss +81 -0
  2249. package/src/v2/components/IconButton/IconButton.stories.tsx +51 -0
  2250. package/src/v2/components/IconButton/IconButton.tsx +50 -0
  2251. package/src/v2/components/IconButton/index.ts +2 -0
  2252. package/src/v2/components/InfoGrid/InfoGrid.scss +51 -0
  2253. package/src/v2/components/InfoGrid/InfoGrid.stories.tsx +76 -0
  2254. package/src/v2/components/InfoGrid/InfoGrid.tsx +28 -0
  2255. package/src/v2/components/InfoGrid/index.ts +1 -0
  2256. package/src/v2/components/InputCheckbox/InputCheckbox.scss +53 -0
  2257. package/src/v2/components/InputCheckbox/InputCheckbox.tsx +24 -0
  2258. package/src/v2/components/InputCheckbox/index.ts +2 -0
  2259. package/src/v2/components/Modal/DeleteModal.scss +215 -0
  2260. package/src/v2/components/Modal/DeleteModal.tsx +108 -0
  2261. package/src/v2/components/Modal/index.ts +3 -0
  2262. package/src/v2/components/NPSScore/NPSScore.scss +306 -0
  2263. package/src/v2/components/NPSScore/NPSScore.stories.tsx +29 -0
  2264. package/src/v2/components/NPSScore/NPSScore.tsx +208 -0
  2265. package/src/v2/components/NPSScore/index.ts +2 -0
  2266. package/src/v2/components/NewInput/NewInput.stories.tsx +418 -0
  2267. package/src/v2/components/NewInput/NewInput.tsx +122 -0
  2268. package/src/v2/components/NewInput/index.ts +1 -0
  2269. package/src/v2/components/NewPageHeader/NewPageHeader.scss +50 -0
  2270. package/src/v2/components/NewPageHeader/NewPageHeader.stories.tsx +72 -0
  2271. package/src/v2/components/NewPageHeader/NewPageHeader.tsx +42 -0
  2272. package/src/v2/components/NewPageHeader/index.ts +1 -0
  2273. package/src/v2/components/NewTable/NewTable.scss +128 -0
  2274. package/src/v2/components/NewTable/NewTable.tsx +92 -0
  2275. package/src/v2/components/NewTable/index.ts +1 -0
  2276. package/src/v2/components/NewTabs/NewTabs.scss +70 -0
  2277. package/src/v2/components/NewTabs/NewTabs.tsx +47 -0
  2278. package/src/v2/components/NewTabs/index.ts +1 -0
  2279. package/src/v2/components/NotificationBanner/NotificationBanner.scss +123 -0
  2280. package/src/v2/components/NotificationBanner/NotificationBanner.stories.tsx +54 -0
  2281. package/src/v2/components/NotificationBanner/NotificationBanner.tsx +45 -0
  2282. package/src/v2/components/NotificationBanner/index.ts +2 -0
  2283. package/src/v2/components/Pagination/Pagination.scss +142 -0
  2284. package/src/v2/components/Pagination/Pagination.tsx +80 -0
  2285. package/src/v2/components/Pagination/index.ts +1 -0
  2286. package/src/v2/components/QuickFilter/QuickFilter.scss +77 -0
  2287. package/src/v2/components/QuickFilter/QuickFilter.tsx +51 -0
  2288. package/src/v2/components/QuickFilter/index.ts +1 -0
  2289. package/src/v2/components/RadioCard/RadioCard.stories.tsx +115 -0
  2290. package/src/v2/components/RadioCard/RadioCardGroup.scss +101 -0
  2291. package/src/v2/components/RadioCard/RadioCardGroup.tsx +76 -0
  2292. package/src/v2/components/RadioCard/index.ts +1 -0
  2293. package/src/v2/components/RadioCardGroup/RadioCardGroup.scss +93 -0
  2294. package/src/v2/components/RadioCardGroup/RadioCardGroup.tsx +37 -0
  2295. package/src/v2/components/RadioCardGroup/index.ts +2 -0
  2296. package/src/v2/components/SectionHeader/SectionHeader.scss +11 -0
  2297. package/src/v2/components/SectionHeader/SectionHeader.tsx +13 -0
  2298. package/src/v2/components/SectionHeader/index.ts +2 -0
  2299. package/src/v2/components/Select/Select.scss +225 -0
  2300. package/src/v2/components/Select/Select.stories.tsx +240 -0
  2301. package/src/v2/components/Select/Select.tsx +99 -0
  2302. package/src/v2/components/Select/index.ts +2 -0
  2303. package/src/v2/components/StatusBadge/StatusBadge.scss +53 -0
  2304. package/src/v2/components/StatusBadge/StatusBadge.tsx +45 -0
  2305. package/src/v2/components/StatusBadge/index.ts +2 -0
  2306. package/src/v2/components/StepIndicator/StepIndicator.scss +62 -0
  2307. package/src/v2/components/StepIndicator/StepIndicator.stories.tsx +37 -0
  2308. package/src/v2/components/StepIndicator/StepIndicator.tsx +41 -0
  2309. package/src/v2/components/StepIndicator/index.ts +1 -0
  2310. package/src/v2/components/TableControls/TableControls.scss +63 -0
  2311. package/src/v2/components/TableControls/TableControls.tsx +112 -0
  2312. package/src/v2/components/TableControls/index.ts +7 -0
  2313. package/src/v2/components/TableSortIcon/TableSortIcon.tsx +18 -0
  2314. package/src/v2/components/TableSortIcon/index.ts +1 -0
  2315. package/src/v2/components/Tabs/Tabs.scss +63 -0
  2316. package/src/v2/components/Tabs/Tabs.stories.tsx +75 -0
  2317. package/src/v2/components/Tabs/Tabs.tsx +53 -0
  2318. package/src/v2/components/Tabs/index.ts +2 -0
  2319. package/src/v2/components/Toggle/Toggle.scss +2 -0
  2320. package/src/v2/components/Toggle/Toggle.tsx +20 -0
  2321. package/src/v2/components/Toggle/index.ts +2 -0
  2322. package/src/v2/components/Tooltip/Tooltip.scss +92 -0
  2323. package/src/v2/components/Tooltip/Tooltip.stories.tsx +164 -0
  2324. package/src/v2/components/Tooltip/Tooltip.tsx +63 -0
  2325. package/src/v2/components/Tooltip/index.ts +8 -0
  2326. package/src/v2/components/UserAvatar/UserAvatar.scss +62 -0
  2327. package/src/v2/components/UserAvatar/UserAvatar.stories.tsx +94 -0
  2328. package/src/v2/components/UserAvatar/UserAvatar.tsx +96 -0
  2329. package/src/v2/components/UserAvatar/index.ts +1 -0
  2330. package/src/v2/components/UserPanel/UserPanel.scss +195 -0
  2331. package/src/v2/components/UserPanel/UserPanel.stories.tsx +66 -0
  2332. package/src/v2/components/UserPanel/UserPanel.tsx +130 -0
  2333. package/src/v2/components/UserPanel/index.ts +2 -0
  2334. package/src/v2/components/WYSIWYGEditor/Icons.tsx +93 -0
  2335. package/src/v2/components/WYSIWYGEditor/WYSIWYGEditor.scss +310 -0
  2336. package/src/v2/components/WYSIWYGEditor/WYSIWYGEditor.stories.tsx +252 -0
  2337. package/src/v2/components/WYSIWYGEditor/WYSIWYGEditor.tsx +393 -0
  2338. package/src/v2/components/WYSIWYGEditor/index.ts +3 -0
  2339. package/src/v2/components/WaiverSettings/WaiverSettings.scss +149 -0
  2340. package/src/v2/components/WaiverSettings/index.ts +3 -0
  2341. package/src/v2/components/ZoneCard/AddResourceButton.tsx +20 -0
  2342. package/src/v2/components/ZoneCard/ResourceRow.tsx +115 -0
  2343. package/src/v2/components/ZoneCard/ZoneCard.scss +226 -0
  2344. package/src/v2/components/ZoneCard/ZoneCard.stories.tsx +137 -0
  2345. package/src/v2/components/ZoneCard/ZoneCard.tsx +69 -0
  2346. package/src/v2/components/ZoneCard/ZoneContainer.tsx +26 -0
  2347. package/src/v2/components/ZoneCard/ZoneHeader.tsx +84 -0
  2348. package/src/v2/components/ZoneCard/index.ts +14 -0
  2349. package/src/v2/components/index.ts +173 -0
  2350. package/src/v2/dashboard-analytics/blog-posts/Blog.scss +92 -0
  2351. package/src/v2/dashboard-analytics/blog-posts/Blog.stories.tsx +57 -0
  2352. package/src/v2/dashboard-analytics/blog-posts/Blog.tsx +93 -0
  2353. package/src/v2/dashboard-analytics/blog-posts/index.ts +2 -0
  2354. package/src/v2/dashboard-analytics/chart/Chart.scss +424 -0
  2355. package/src/v2/dashboard-analytics/chart/Chart.stories.tsx +157 -0
  2356. package/src/v2/dashboard-analytics/chart/Chart.tsx +626 -0
  2357. package/src/v2/dashboard-analytics/chart/index.ts +2 -0
  2358. package/src/v2/dashboard-analytics/dashboard/Dashboard.scss +254 -0
  2359. package/src/v2/dashboard-analytics/dashboard/Dashboard.stories.tsx +298 -0
  2360. package/src/v2/dashboard-analytics/dashboard/Dashboard.tsx +260 -0
  2361. package/src/v2/dashboard-analytics/dashboard/index.ts +2 -0
  2362. package/src/v2/dashboard-analytics/index.ts +12 -0
  2363. package/src/v2/dashboard-analytics/metric-card/MetricCard.scss +140 -0
  2364. package/src/v2/dashboard-analytics/metric-card/MetricCard.stories.tsx +106 -0
  2365. package/src/v2/dashboard-analytics/metric-card/MetricCard.tsx +75 -0
  2366. package/src/v2/dashboard-analytics/metric-card/index.ts +2 -0
  2367. package/src/v2/dashboard-analytics/venue-card/VenueCard.scss +112 -0
  2368. package/src/v2/dashboard-analytics/venue-card/VenueCard.stories.tsx +40 -0
  2369. package/src/v2/dashboard-analytics/venue-card/VenueCard.tsx +62 -0
  2370. package/src/v2/dashboard-analytics/venue-card/index.ts +2 -0
  2371. package/src/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.scss +129 -0
  2372. package/src/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.stories.tsx +31 -0
  2373. package/src/v2/dashboard-analytics/venue-closed-card/VenueClosedCard.tsx +61 -0
  2374. package/src/v2/dashboard-analytics/venue-closed-card/index.ts +2 -0
  2375. package/src/v2/design-system/colors/ColorSystem.scss +439 -0
  2376. package/src/v2/design-system/colors/ColorSystem.stories.tsx +730 -0
  2377. package/src/v2/design-system/typography/Typography.scss +295 -0
  2378. package/src/v2/design-system/typography/Typography.stories.tsx +109 -0
  2379. package/src/v2/hooks/useAuth.ts +40 -0
  2380. package/src/v2/icons/Icons.stories.tsx +253 -0
  2381. package/src/v2/icons/index.tsx +792 -0
  2382. package/src/v2/index.ts +296 -0
  2383. package/src/v2/navigation/DashboardLayout/AdminSidebar.scss +245 -0
  2384. package/src/v2/navigation/DashboardLayout/AdminSidebar.tsx +179 -0
  2385. package/src/v2/navigation/DashboardLayout/DashboardFooter.scss +30 -0
  2386. package/src/v2/navigation/DashboardLayout/DashboardFooter.tsx +27 -0
  2387. package/src/v2/navigation/DashboardLayout/DashboardLayout.scss +99 -0
  2388. package/src/v2/navigation/DashboardLayout/DashboardLayout.stories.tsx +370 -0
  2389. package/src/v2/navigation/DashboardLayout/DashboardLayout.tsx +252 -0
  2390. package/src/v2/navigation/DashboardLayout/ProviderSidebar.scss +312 -0
  2391. package/src/v2/navigation/DashboardLayout/ProviderSidebar.tsx +267 -0
  2392. package/src/v2/navigation/DashboardLayout/Sidebar.stories.tsx +220 -0
  2393. package/src/v2/navigation/DashboardLayout/TopNavigation.scss +222 -0
  2394. package/src/v2/navigation/DashboardLayout/TopNavigation.tsx +258 -0
  2395. package/src/v2/navigation/DashboardLayout/assets/AdminLogo.png +0 -0
  2396. package/src/v2/navigation/DashboardLayout/assets/BookedLogo_Mark.png +0 -0
  2397. package/src/v2/navigation/DashboardLayout/index.ts +23 -0
  2398. package/src/v2/navigation/FigmasAdminSideBar/FigmasAdminSideBar.scss +148 -0
  2399. package/src/v2/navigation/FigmasAdminSideBar/FigmasAdminSideBar.stories.tsx +132 -0
  2400. package/src/v2/navigation/FigmasAdminSideBar/FigmasAdminSideBar.tsx +272 -0
  2401. package/src/v2/navigation/FigmasAdminSideBar/index.ts +2 -0
  2402. package/src/v2/navigation/FigmasSideBar/FigmasSideBar.scss +214 -0
  2403. package/src/v2/navigation/FigmasSideBar/FigmasSideBar.stories.tsx +164 -0
  2404. package/src/v2/navigation/FigmasSideBar/FigmasSideBar.tsx +309 -0
  2405. package/src/v2/navigation/FigmasSideBar/index.ts +2 -0
  2406. package/src/v2/navigation/FigmasTopHat/FigmasTopHat.scss +291 -0
  2407. package/src/v2/navigation/FigmasTopHat/FigmasTopHat.stories.tsx +201 -0
  2408. package/src/v2/navigation/FigmasTopHat/FigmasTopHat.tsx +158 -0
  2409. package/src/v2/navigation/FigmasTopHat/assets/bell-icon.svg +3 -0
  2410. package/src/v2/navigation/FigmasTopHat/assets/disc-icon.svg +4 -0
  2411. package/src/v2/navigation/FigmasTopHat/assets/inbox-icon.svg +3 -0
  2412. package/src/v2/navigation/FigmasTopHat/assets/logo-desktop-1.svg +3 -0
  2413. package/src/v2/navigation/FigmasTopHat/assets/logo-desktop-2.svg +4 -0
  2414. package/src/v2/navigation/FigmasTopHat/assets/user-icon.svg +4 -0
  2415. package/src/v2/navigation/FigmasTopHat/index.ts +2 -0
  2416. package/src/v2/navigation/Navigation/Navigation.scss +15 -0
  2417. package/src/v2/navigation/Navigation/Navigation.tsx +126 -0
  2418. package/src/v2/navigation/Navigation/index.ts +2 -0
  2419. package/src/v2/navigation/NavigationItem/NavigationItem.scss +61 -0
  2420. package/src/v2/navigation/NavigationItem/NavigationItem.stories.tsx +110 -0
  2421. package/src/v2/navigation/NavigationItem/NavigationItem.tsx +38 -0
  2422. package/src/v2/navigation/NavigationItem/index.ts +3 -0
  2423. package/src/v2/navigation/NavigationSection/NavigationSection.scss +20 -0
  2424. package/src/v2/navigation/NavigationSection/NavigationSection.tsx +19 -0
  2425. package/src/v2/navigation/NavigationSection/index.ts +3 -0
  2426. package/src/v2/navigation/SideBarToggleLarge/SideBarToggleLarge.scss +64 -0
  2427. package/src/v2/navigation/SideBarToggleLarge/SideBarToggleLarge.stories.tsx +183 -0
  2428. package/src/v2/navigation/SideBarToggleLarge/SideBarToggleLarge.tsx +30 -0
  2429. package/src/v2/navigation/SideBarToggleLarge/assets/sidebar-icon.svg +5 -0
  2430. package/src/v2/navigation/SideBarToggleLarge/index.ts +2 -0
  2431. package/src/v2/navigation/SidebarUserElement/SidebarUserElement.scss +148 -0
  2432. package/src/v2/navigation/SidebarUserElement/SidebarUserElement.stories.tsx +342 -0
  2433. package/src/v2/navigation/SidebarUserElement/SidebarUserElement.tsx +115 -0
  2434. package/src/v2/navigation/SidebarUserElement/index.ts +2 -0
  2435. package/src/v2/navigation/SidebarWithAuth.stories.tsx +208 -0
  2436. package/src/v2/navigation/SidebarWithAuth.tsx +49 -0
  2437. package/src/v2/navigation/TopHatControlDisc/TopHatControlDisc.scss +57 -0
  2438. package/src/v2/navigation/TopHatControlDisc/TopHatControlDisc.stories.tsx +153 -0
  2439. package/src/v2/navigation/TopHatControlDisc/TopHatControlDisc.tsx +30 -0
  2440. package/src/v2/navigation/TopHatControlDisc/assets/disc-icon.svg +4 -0
  2441. package/src/v2/navigation/TopHatControlDisc/index.ts +2 -0
  2442. package/src/v2/navigation/config.tsx +149 -0
  2443. package/src/v2/navigation/index.ts +23 -0
  2444. package/src/v2/pages/CreateUser/CreateUserPage.scss +760 -0
  2445. package/src/v2/pages/CreateUser/CreateUserPage.stories.tsx +157 -0
  2446. package/src/v2/pages/CreateUser/CreateUserPage.tsx +1062 -0
  2447. package/src/v2/pages/CreateUser/index.ts +13 -0
  2448. package/src/v2/pages/RoleSelection/RoleSelectionPage.scss +193 -0
  2449. package/src/v2/pages/RoleSelection/RoleSelectionPage.stories.tsx +112 -0
  2450. package/src/v2/pages/RoleSelection/RoleSelectionPage.tsx +129 -0
  2451. package/src/v2/pages/RoleSelection/index.ts +2 -0
  2452. package/src/v2/pages/Settings/SettingsContentPlaceholder.scss +24 -0
  2453. package/src/v2/pages/Settings/SettingsPage.scss +52 -0
  2454. package/src/v2/pages/Settings/SettingsPage.tsx +46 -0
  2455. package/src/v2/pages/Settings/SettingsTabs.scss +44 -0
  2456. package/src/v2/pages/Settings/SettingsTabs.tsx +36 -0
  2457. package/src/v2/pages/Settings/components/SidebarCustomisation.scss +170 -0
  2458. package/src/v2/pages/Settings/components/SidebarCustomisation.stories.tsx +48 -0
  2459. package/src/v2/pages/Settings/components/SidebarCustomisation.tsx +177 -0
  2460. package/src/v2/pages/Settings/components/SidebarNavItem.scss +76 -0
  2461. package/src/v2/pages/Settings/components/SidebarNavItem.stories.tsx +50 -0
  2462. package/src/v2/pages/Settings/components/SidebarNavItem.tsx +52 -0
  2463. package/src/v2/pages/Settings/components/index.ts +5 -0
  2464. package/src/v2/pages/Settings/index.ts +8 -0
  2465. package/src/v2/pages/SettingsSubPage/SettingsSubPage.scss +43 -0
  2466. package/src/v2/pages/SettingsSubPage/SettingsSubPage.tsx +49 -0
  2467. package/src/v2/pages/SettingsSubPage/index.ts +2 -0
  2468. package/src/v2/pages/UserDetails/UserDetailsPage.scss +236 -0
  2469. package/src/v2/pages/UserDetails/UserDetailsPage.stories.tsx +84 -0
  2470. package/src/v2/pages/UserDetails/UserDetailsPage.tsx +212 -0
  2471. package/src/v2/pages/UserDetails/index.ts +2 -0
  2472. package/src/v2/pages/ZonesResources/ZonesResourcesPage.scss +43 -0
  2473. package/src/v2/pages/ZonesResources/ZonesResourcesPage.stories.tsx +46 -0
  2474. package/src/v2/pages/ZonesResources/ZonesResourcesPage.tsx +22 -0
  2475. package/src/v2/pages/ZonesResources/index.ts +2 -0
  2476. package/src/v2/pages/auth/AuthLayout/AuthLayout.scss +137 -0
  2477. package/src/v2/pages/auth/AuthLayout/AuthLayout.tsx +63 -0
  2478. package/src/v2/pages/auth/AuthLayout/index.ts +2 -0
  2479. package/src/v2/pages/auth/CreatePassword/CreatePasswordPage.scss +149 -0
  2480. package/src/v2/pages/auth/CreatePassword/CreatePasswordPage.stories.tsx +45 -0
  2481. package/src/v2/pages/auth/CreatePassword/CreatePasswordPage.tsx +177 -0
  2482. package/src/v2/pages/auth/CreatePassword/index.ts +2 -0
  2483. package/src/v2/pages/auth/Login/LoginPage.scss +49 -0
  2484. package/src/v2/pages/auth/Login/LoginPage.stories.tsx +45 -0
  2485. package/src/v2/pages/auth/Login/LoginPage.tsx +96 -0
  2486. package/src/v2/pages/auth/Login/index.ts +2 -0
  2487. package/src/v2/pages/auth/ResetPassword/ResetPasswordPage.scss +84 -0
  2488. package/src/v2/pages/auth/ResetPassword/ResetPasswordPage.stories.tsx +53 -0
  2489. package/src/v2/pages/auth/ResetPassword/ResetPasswordPage.tsx +108 -0
  2490. package/src/v2/pages/auth/ResetPassword/index.ts +2 -0
  2491. package/src/v2/pages/auth/VerifyEmail/VerifyEmailPage.scss +72 -0
  2492. package/src/v2/pages/auth/VerifyEmail/VerifyEmailPage.stories.tsx +41 -0
  2493. package/src/v2/pages/auth/VerifyEmail/VerifyEmailPage.tsx +110 -0
  2494. package/src/v2/pages/auth/VerifyEmail/index.ts +2 -0
  2495. package/src/v2/pages/auth/index.ts +14 -0
  2496. package/src/v2/shadcn/_reference/AccountManagerCard.tsx +45 -0
  2497. package/src/v2/shadcn/_reference/AffiliatesTable.tsx +178 -0
  2498. package/src/v2/shadcn/_reference/AuditArchive.tsx +165 -0
  2499. package/src/v2/shadcn/_reference/AuditContent.tsx +270 -0
  2500. package/src/v2/shadcn/_reference/AutomationsGeneralSettings.tsx +251 -0
  2501. package/src/v2/shadcn/_reference/AvatarUpload.tsx +150 -0
  2502. package/src/v2/shadcn/_reference/BookingsSummaryCard.tsx +268 -0
  2503. package/src/v2/shadcn/_reference/CodeCleanUpAudit.tsx +274 -0
  2504. package/src/v2/shadcn/_reference/CompaniesTable.tsx +387 -0
  2505. package/src/v2/shadcn/_reference/ComponentAudit.tsx +239 -0
  2506. package/src/v2/shadcn/_reference/ConfigureSettingsCard.tsx +95 -0
  2507. package/src/v2/shadcn/_reference/CustomerCard.tsx +155 -0
  2508. package/src/v2/shadcn/_reference/DashboardCards.tsx +50 -0
  2509. package/src/v2/shadcn/_reference/DashboardFooter.tsx +18 -0
  2510. package/src/v2/shadcn/_reference/DiarySettings.tsx +187 -0
  2511. package/src/v2/shadcn/_reference/DiaryView.tsx +998 -0
  2512. package/src/v2/shadcn/_reference/EmptyState.tsx +76 -0
  2513. package/src/v2/shadcn/_reference/EntityInfoCard.tsx +48 -0
  2514. package/src/v2/shadcn/_reference/ExistingUserAssignments.tsx +131 -0
  2515. package/src/v2/shadcn/_reference/FeatureToggle.tsx +72 -0
  2516. package/src/v2/shadcn/_reference/FlowCard.tsx +170 -0
  2517. package/src/v2/shadcn/_reference/FlowsContent.tsx +688 -0
  2518. package/src/v2/shadcn/_reference/FlowsGeneralSettings.tsx +27 -0
  2519. package/src/v2/shadcn/_reference/GeneralSettings.tsx +33 -0
  2520. package/src/v2/shadcn/_reference/InventoryGeneralSettings.tsx +82 -0
  2521. package/src/v2/shadcn/_reference/LanguageSelector.tsx +97 -0
  2522. package/src/v2/shadcn/_reference/LoadingScreen.tsx +25 -0
  2523. package/src/v2/shadcn/_reference/LoadingSpinner.tsx +41 -0
  2524. package/src/v2/shadcn/_reference/ManagedClientsList.tsx +121 -0
  2525. package/src/v2/shadcn/_reference/NPSScore.tsx +379 -0
  2526. package/src/v2/shadcn/_reference/NPSSummaryCard.tsx +181 -0
  2527. package/src/v2/shadcn/_reference/NotificationBanner.tsx +129 -0
  2528. package/src/v2/shadcn/_reference/NotificationPanel.tsx +208 -0
  2529. package/src/v2/shadcn/_reference/OnlineUsersCard.tsx +73 -0
  2530. package/src/v2/shadcn/_reference/ProtectedRoute.tsx +39 -0
  2531. package/src/v2/shadcn/_reference/ProvidersTable.tsx +353 -0
  2532. package/src/v2/shadcn/_reference/QuickAddPanel.tsx +1057 -0
  2533. package/src/v2/shadcn/_reference/QuickFilters.tsx +112 -0
  2534. package/src/v2/shadcn/_reference/ScheduleView.tsx +410 -0
  2535. package/src/v2/shadcn/_reference/ScrollToTop.tsx +14 -0
  2536. package/src/v2/shadcn/_reference/SecondaryNav.tsx +50 -0
  2537. package/src/v2/shadcn/_reference/SecuritySettings.tsx +258 -0
  2538. package/src/v2/shadcn/_reference/SessionDetailView.tsx +294 -0
  2539. package/src/v2/shadcn/_reference/Sidebar.tsx +14 -0
  2540. package/src/v2/shadcn/_reference/SidebarAwareLayout.tsx +30 -0
  2541. package/src/v2/shadcn/_reference/SidebarLabelCustomization.tsx +285 -0
  2542. package/src/v2/shadcn/_reference/SimulationBanner.tsx +57 -0
  2543. package/src/v2/shadcn/_reference/SortControls.tsx +65 -0
  2544. package/src/v2/shadcn/_reference/StatusBadge.tsx +49 -0
  2545. package/src/v2/shadcn/_reference/StyleGuideContent.tsx +331 -0
  2546. package/src/v2/shadcn/_reference/TableActionMenu.tsx +126 -0
  2547. package/src/v2/shadcn/_reference/ThemeProvider.tsx +119 -0
  2548. package/src/v2/shadcn/_reference/ThemeSettings.tsx +73 -0
  2549. package/src/v2/shadcn/_reference/TopNavigation.tsx +332 -0
  2550. package/src/v2/shadcn/_reference/UserActivityHistory.tsx +209 -0
  2551. package/src/v2/shadcn/_reference/UserLanguageSettings.tsx +94 -0
  2552. package/src/v2/shadcn/_reference/UserPanel.tsx +472 -0
  2553. package/src/v2/shadcn/_reference/UsersTable.tsx +1023 -0
  2554. package/src/v2/shadcn/_reference/WaiverForm.tsx +301 -0
  2555. package/src/v2/shadcn/_reference/WaiversGeneralSettings.tsx +46 -0
  2556. package/src/v2/shadcn/_reference/WaiversTable.tsx +290 -0
  2557. package/src/v2/shadcn/_reference/WaiversTemplatesSettings.tsx +416 -0
  2558. package/src/v2/shadcn/_reference/ai/AIChatPanel.tsx +313 -0
  2559. package/src/v2/shadcn/_reference/ai/AIChatSearchBar.tsx +36 -0
  2560. package/src/v2/shadcn/_reference/ai/ChatInteractiveBlock.tsx +298 -0
  2561. package/src/v2/shadcn/_reference/ai/ChatMessageContent.tsx +40 -0
  2562. package/src/v2/shadcn/_reference/ai/parseInteractiveBlocks.ts +142 -0
  2563. package/src/v2/shadcn/_reference/auth/AuthLayout.tsx +55 -0
  2564. package/src/v2/shadcn/_reference/auth/CreatePasswordForm.tsx +285 -0
  2565. package/src/v2/shadcn/_reference/auth/CreatePasswordPanel.tsx +20 -0
  2566. package/src/v2/shadcn/_reference/auth/LoginFooter.tsx +14 -0
  2567. package/src/v2/shadcn/_reference/auth/LoginForm.tsx +205 -0
  2568. package/src/v2/shadcn/_reference/auth/LoginPanel.tsx +41 -0
  2569. package/src/v2/shadcn/_reference/auth/ResetPasswordForm.tsx +102 -0
  2570. package/src/v2/shadcn/_reference/auth/ResetPasswordPanel.tsx +20 -0
  2571. package/src/v2/shadcn/_reference/auth/VerifyEmailForm.tsx +95 -0
  2572. package/src/v2/shadcn/_reference/auth/VerifyEmailPanel.tsx +20 -0
  2573. package/src/v2/shadcn/_reference/email/EmailAttachment.tsx +119 -0
  2574. package/src/v2/shadcn/_reference/email/EmailAutomation.tsx +92 -0
  2575. package/src/v2/shadcn/_reference/email/EmailPlaceholders.tsx +64 -0
  2576. package/src/v2/shadcn/_reference/email/UnlayerEmailEditor.tsx +41 -0
  2577. package/src/v2/shadcn/_reference/email/emailTemplateData.ts +53 -0
  2578. package/src/v2/shadcn/_reference/emptyStateIcons.tsx +103 -0
  2579. package/src/v2/shadcn/_reference/games/MazeGame.tsx +394 -0
  2580. package/src/v2/shadcn/_reference/games/RunnerGame.tsx +497 -0
  2581. package/src/v2/shadcn/_reference/logos/BookedLogoFull.tsx +36 -0
  2582. package/src/v2/shadcn/_reference/logos/BookedLogoMark.tsx +31 -0
  2583. package/src/v2/shadcn/_reference/logos/BookedLogoNew.tsx +36 -0
  2584. package/src/v2/shadcn/_reference/pricing/DynamicPricingRulesEditor.tsx +401 -0
  2585. package/src/v2/shadcn/_reference/pricing/DynamicPricingTierCard.tsx +77 -0
  2586. package/src/v2/shadcn/_reference/pricing/DynamicPricingTiersList.tsx +218 -0
  2587. package/src/v2/shadcn/_reference/pricing/PricingCalendar.tsx +810 -0
  2588. package/src/v2/shadcn/_reference/pricing/PricingPeriodCard.tsx +152 -0
  2589. package/src/v2/shadcn/_reference/pricing/PricingPeriodForm.tsx +377 -0
  2590. package/src/v2/shadcn/_reference/pricing/PricingPeriodsList.tsx +213 -0
  2591. package/src/v2/shadcn/_reference/pricing/getRuleSummary.ts +39 -0
  2592. package/src/v2/shadcn/_reference/products/AvailabilityRulesSection.tsx +184 -0
  2593. package/src/v2/shadcn/_reference/products/AvailabilitySection.tsx +677 -0
  2594. package/src/v2/shadcn/_reference/products/BookingTypeConfigOptions.tsx +40 -0
  2595. package/src/v2/shadcn/_reference/products/CapacityPeriodsSection.tsx +238 -0
  2596. package/src/v2/shadcn/_reference/products/DynamicPricingTiersSection.tsx +131 -0
  2597. package/src/v2/shadcn/_reference/products/GiftCardOrdersTab.tsx +192 -0
  2598. package/src/v2/shadcn/_reference/products/GiftCardSettings.tsx +342 -0
  2599. package/src/v2/shadcn/_reference/products/PackageProductsSection.tsx +322 -0
  2600. package/src/v2/shadcn/_reference/products/PricingSection.tsx +173 -0
  2601. package/src/v2/shadcn/_reference/products/ProductTypeFields.tsx +353 -0
  2602. package/src/v2/shadcn/_reference/products/ProductTypeIcon.tsx +95 -0
  2603. package/src/v2/shadcn/_reference/products/VariablePricingSection.tsx +140 -0
  2604. package/src/v2/shadcn/_reference/products/productTypeConfig.ts +182 -0
  2605. package/src/v2/shadcn/_reference/shared/BackButton.tsx +50 -0
  2606. package/src/v2/shadcn/_reference/shared/CancelConfirmationDialog.tsx +18 -0
  2607. package/src/v2/shadcn/_reference/shared/ConfirmationDialog.tsx +136 -0
  2608. package/src/v2/shadcn/_reference/shared/DeleteConfirmationDialog.tsx +18 -0
  2609. package/src/v2/shadcn/_reference/shared/DeleteEntityPage.tsx +221 -0
  2610. package/src/v2/shadcn/_reference/shared/SidebarIcons.tsx +108 -0
  2611. package/src/v2/shadcn/_reference/shared/UnifiedSidebar.tsx +722 -0
  2612. package/src/v2/shadcn/_reference/tables/BulkActionsBar.tsx +68 -0
  2613. package/src/v2/shadcn/_reference/tables/DataTable.tsx +221 -0
  2614. package/src/v2/shadcn/_reference/tables/TableControls.tsx +94 -0
  2615. package/src/v2/shadcn/_reference/tables/index.ts +3 -0
  2616. package/src/v2/shadcn/_reference/tables/types.ts +79 -0
  2617. package/src/v2/shadcn/_reference/zones/LegacyZoneSettings.tsx +299 -0
  2618. package/src/v2/shadcn/components/ui/accordion.stories.tsx +63 -0
  2619. package/src/v2/shadcn/components/ui/accordion.tsx +52 -0
  2620. package/src/v2/shadcn/components/ui/alert-dialog.stories.tsx +44 -0
  2621. package/src/v2/shadcn/components/ui/alert-dialog.tsx +104 -0
  2622. package/src/v2/shadcn/components/ui/alert.stories.tsx +44 -0
  2623. package/src/v2/shadcn/components/ui/alert.tsx +43 -0
  2624. package/src/v2/shadcn/components/ui/aspect-ratio.stories.tsx +46 -0
  2625. package/src/v2/shadcn/components/ui/aspect-ratio.tsx +5 -0
  2626. package/src/v2/shadcn/components/ui/avatar.stories.tsx +39 -0
  2627. package/src/v2/shadcn/components/ui/avatar.tsx +38 -0
  2628. package/src/v2/shadcn/components/ui/badge.stories.tsx +17 -0
  2629. package/src/v2/shadcn/components/ui/badge.tsx +30 -0
  2630. package/src/v2/shadcn/components/ui/breadcrumb.stories.tsx +91 -0
  2631. package/src/v2/shadcn/components/ui/breadcrumb.tsx +90 -0
  2632. package/src/v2/shadcn/components/ui/button.stories.tsx +20 -0
  2633. package/src/v2/shadcn/components/ui/button.tsx +60 -0
  2634. package/src/v2/shadcn/components/ui/calendar.stories.tsx +61 -0
  2635. package/src/v2/shadcn/components/ui/calendar.tsx +54 -0
  2636. package/src/v2/shadcn/components/ui/card.stories.tsx +37 -0
  2637. package/src/v2/shadcn/components/ui/card.tsx +43 -0
  2638. package/src/v2/shadcn/components/ui/carousel.stories.tsx +92 -0
  2639. package/src/v2/shadcn/components/ui/carousel.tsx +224 -0
  2640. package/src/v2/shadcn/components/ui/checkbox.scss +38 -0
  2641. package/src/v2/shadcn/components/ui/checkbox.stories.tsx +23 -0
  2642. package/src/v2/shadcn/components/ui/checkbox.tsx +24 -0
  2643. package/src/v2/shadcn/components/ui/collapsible.stories.tsx +59 -0
  2644. package/src/v2/shadcn/components/ui/collapsible.tsx +9 -0
  2645. package/src/v2/shadcn/components/ui/command.stories.tsx +70 -0
  2646. package/src/v2/shadcn/components/ui/command.tsx +132 -0
  2647. package/src/v2/shadcn/components/ui/context-menu.stories.tsx +72 -0
  2648. package/src/v2/shadcn/components/ui/context-menu.tsx +178 -0
  2649. package/src/v2/shadcn/components/ui/dialog.stories.tsx +67 -0
  2650. package/src/v2/shadcn/components/ui/dialog.tsx +95 -0
  2651. package/src/v2/shadcn/components/ui/drawer.stories.tsx +50 -0
  2652. package/src/v2/shadcn/components/ui/drawer.tsx +87 -0
  2653. package/src/v2/shadcn/components/ui/dropdown-menu.stories.tsx +73 -0
  2654. package/src/v2/shadcn/components/ui/dropdown-menu.tsx +179 -0
  2655. package/src/v2/shadcn/components/ui/form.stories.tsx +105 -0
  2656. package/src/v2/shadcn/components/ui/form.tsx +129 -0
  2657. package/src/v2/shadcn/components/ui/hover-card.stories.tsx +35 -0
  2658. package/src/v2/shadcn/components/ui/hover-card.tsx +27 -0
  2659. package/src/v2/shadcn/components/ui/input-otp.stories.tsx +72 -0
  2660. package/src/v2/shadcn/components/ui/input-otp.tsx +61 -0
  2661. package/src/v2/shadcn/components/ui/input.stories.tsx +16 -0
  2662. package/src/v2/shadcn/components/ui/input.tsx +25 -0
  2663. package/src/v2/shadcn/components/ui/label.stories.tsx +13 -0
  2664. package/src/v2/shadcn/components/ui/label.tsx +17 -0
  2665. package/src/v2/shadcn/components/ui/menubar.stories.tsx +86 -0
  2666. package/src/v2/shadcn/components/ui/menubar.tsx +207 -0
  2667. package/src/v2/shadcn/components/ui/navigation-menu.stories.tsx +68 -0
  2668. package/src/v2/shadcn/components/ui/navigation-menu.tsx +120 -0
  2669. package/src/v2/shadcn/components/ui/pagination.stories.tsx +78 -0
  2670. package/src/v2/shadcn/components/ui/pagination.tsx +81 -0
  2671. package/src/v2/shadcn/components/ui/popover.stories.tsx +44 -0
  2672. package/src/v2/shadcn/components/ui/popover.tsx +29 -0
  2673. package/src/v2/shadcn/components/ui/progress.stories.tsx +17 -0
  2674. package/src/v2/shadcn/components/ui/progress.tsx +23 -0
  2675. package/src/v2/shadcn/components/ui/radio-card.stories.tsx +68 -0
  2676. package/src/v2/shadcn/components/ui/radio-card.tsx +52 -0
  2677. package/src/v2/shadcn/components/ui/radio-group.stories.tsx +77 -0
  2678. package/src/v2/shadcn/components/ui/radio-group.tsx +35 -0
  2679. package/src/v2/shadcn/components/ui/scroll-area.stories.tsx +56 -0
  2680. package/src/v2/shadcn/components/ui/scroll-area.tsx +38 -0
  2681. package/src/v2/shadcn/components/ui/select.stories.tsx +60 -0
  2682. package/src/v2/shadcn/components/ui/select.tsx +148 -0
  2683. package/src/v2/shadcn/components/ui/separator.stories.tsx +30 -0
  2684. package/src/v2/shadcn/components/ui/separator.tsx +20 -0
  2685. package/src/v2/shadcn/components/ui/sheet.stories.tsx +115 -0
  2686. package/src/v2/shadcn/components/ui/sheet.tsx +107 -0
  2687. package/src/v2/shadcn/components/ui/sidebar.stories.tsx +167 -0
  2688. package/src/v2/shadcn/components/ui/sidebar.tsx +637 -0
  2689. package/src/v2/shadcn/components/ui/skeleton.stories.tsx +36 -0
  2690. package/src/v2/shadcn/components/ui/skeleton.tsx +7 -0
  2691. package/src/v2/shadcn/components/ui/slider.stories.tsx +16 -0
  2692. package/src/v2/shadcn/components/ui/slider.tsx +23 -0
  2693. package/src/v2/shadcn/components/ui/switch.scss +63 -0
  2694. package/src/v2/shadcn/components/ui/switch.stories.tsx +23 -0
  2695. package/src/v2/shadcn/components/ui/switch.tsx +24 -0
  2696. package/src/v2/shadcn/components/ui/table-pagination.stories.tsx +81 -0
  2697. package/src/v2/shadcn/components/ui/table-pagination.tsx +61 -0
  2698. package/src/v2/shadcn/components/ui/table.stories.tsx +40 -0
  2699. package/src/v2/shadcn/components/ui/table.tsx +72 -0
  2700. package/src/v2/shadcn/components/ui/tabs.stories.tsx +85 -0
  2701. package/src/v2/shadcn/components/ui/tabs.tsx +53 -0
  2702. package/src/v2/shadcn/components/ui/textarea.stories.tsx +15 -0
  2703. package/src/v2/shadcn/components/ui/textarea.tsx +21 -0
  2704. package/src/v2/shadcn/components/ui/toast.stories.tsx +77 -0
  2705. package/src/v2/shadcn/components/ui/toast.tsx +111 -0
  2706. package/src/v2/shadcn/components/ui/toaster.stories.tsx +46 -0
  2707. package/src/v2/shadcn/components/ui/toaster.tsx +24 -0
  2708. package/src/v2/shadcn/components/ui/toggle-group.stories.tsx +95 -0
  2709. package/src/v2/shadcn/components/ui/toggle-group.tsx +49 -0
  2710. package/src/v2/shadcn/components/ui/toggle.stories.tsx +18 -0
  2711. package/src/v2/shadcn/components/ui/toggle.tsx +37 -0
  2712. package/src/v2/shadcn/components/ui/tooltip.stories.tsx +57 -0
  2713. package/src/v2/shadcn/components/ui/tooltip.tsx +28 -0
  2714. package/src/v2/shadcn/components/ui/use-toast.ts +3 -0
  2715. package/src/v2/shadcn/hooks/use-mobile.tsx +19 -0
  2716. package/src/v2/shadcn/hooks/use-toast.ts +184 -0
  2717. package/src/v2/shadcn/index.ts +76 -0
  2718. package/src/v2/shadcn/lib/utils.ts +6 -0
  2719. package/src/v2/shadcn/styles/globals.css +112 -0
  2720. package/src/v2/styles/common.scss +7 -0
  2721. package/src/v2/styles/components/Button.scss +224 -0
  2722. package/src/v2/styles/form/Layout.scss +15 -0
  2723. package/src/v2/styles/form/NewInput.scss +275 -0
  2724. package/src/v2/styles/index.scss +6 -0
  2725. package/src/v2/styles/navigation/Navigation.scss +17 -0
  2726. package/src/v2/styles/navigation/NavigationItem.scss +86 -0
  2727. package/src/v2/styles/navigation/NavigationSection.scss +26 -0
  2728. package/src/v2/styles/navigation/_index.scss +9 -0
  2729. package/src/v2/styles/tokens/_colors.scss +582 -0
  2730. package/src/v2/styles/tokens/_sizes.scss +125 -0
  2731. package/src/v2/styles/tokens/_status.scss +108 -0
  2732. package/src/v2/styles/tokens/_typography.scss +146 -0
  2733. package/src/v2/types/navigation.ts +18 -0
  2734. package/src/v2/utils/translations.ts +15 -0
  2735. package/src/venue-map-sets/card/VenueMapCard.stories.tsx +1 -1
  2736. package/src/venue-map-sets/card/VenueMapSetCard.tsx +0 -0
  2737. package/src/venue-map-sets/card/index.ts +0 -0
  2738. package/src/venue-map-sets/form/VenueMapSetForm.stories.tsx +1 -1
  2739. package/src/venue-map-sets/form/VenueMapSetForm.tsx +0 -0
  2740. package/src/venue-map-sets/form/components/NameControl.tsx +0 -0
  2741. package/src/venue-map-sets/form/components/VenueMapControl.tsx +0 -0
  2742. package/src/venue-map-sets/form/components/VenueMapImageControl.tsx +0 -0
  2743. package/src/venue-map-sets/form/components/VenueMapModal.tsx +0 -0
  2744. package/src/venue-map-sets/form/components/VenueMapsControl.tsx +0 -0
  2745. package/src/venue-map-sets/form/index.ts +0 -0
  2746. package/src/venue-map-sets/form/types/index.ts +0 -0
  2747. package/src/venue-map-sets/form/utils/index.ts +0 -0
  2748. package/src/venue-map-sets/index.ts +0 -0
  2749. package/src/virtualized/components/VirtualizedGrid.tsx +0 -0
  2750. package/src/virtualized/components/VirtualizedWindowScroller.stories.tsx +1 -1
  2751. package/src/virtualized/components/VirtualizedWindowScroller.tsx +0 -0
  2752. package/src/virtualized/context/VirtualizedContext.tsx +0 -0
  2753. package/src/virtualized/context/index.ts +0 -0
  2754. package/src/virtualized/index.ts +0 -0
  2755. package/src/vite-env.d.ts +0 -0
  2756. package/src/zone/card/ZoneCard.stories.tsx +1 -1
  2757. package/src/zone/card/ZoneCard.tsx +0 -0
  2758. package/src/zone/card/index.ts +0 -0
  2759. package/src/zone/form/ZoneForm.stories.tsx +4 -3
  2760. package/src/zone/form/ZoneForm.tsx +0 -0
  2761. package/src/zone/form/components/AvailableTimesControl.tsx +0 -0
  2762. package/src/zone/form/components/DescriptionControl.tsx +0 -0
  2763. package/src/zone/form/components/GameDurationControl.tsx +0 -1
  2764. package/src/zone/form/components/NameControl.tsx +0 -0
  2765. package/src/zone/form/components/SortControl.tsx +0 -1
  2766. package/src/zone/form/components/ZoneControl.tsx +0 -0
  2767. package/src/zone/form/components/ZoneImageControl.tsx +0 -0
  2768. package/src/zone/form/components/ZoneRecurrenceControl.tsx +0 -0
  2769. package/src/zone/form/components/ZoneRecurrencesControl.tsx +0 -0
  2770. package/src/zone/form/components/ZoneTypeControl.tsx +0 -1
  2771. package/src/zone/form/index.ts +0 -0
  2772. package/src/zone/form/utils/dates.ts +0 -0
  2773. package/src/zone/index.ts +0 -0
  2774. package/styles/overrides/_functions.scss +6 -0
  2775. package/tailwind.config.cjs +54 -0
  2776. package/tailwind.config.js +46 -4
  2777. package/tsconfig.build.json +12 -1
  2778. package/.storybook/manager.js +0 -4
  2779. package/.storybook/preview.js +0 -77
  2780. 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 };