@calcom/atoms 2.8.7 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1350) hide show
  1. package/dist/add-members-switch/add-members-with-switch-platform-wrapper.d.ts +3 -0
  2. package/dist/add-members-switch/add-members-with-switch-platform-wrapper.d.ts.map +1 -0
  3. package/dist/add-members-switch/add-members-with-switch-platform-wrapper.js +6 -0
  4. package/dist/add-members-switch/add-members-with-switch.d.ts +41 -0
  5. package/dist/add-members-switch/add-members-with-switch.d.ts.map +1 -0
  6. package/dist/add-members-switch/add-members-with-switch.js +200 -0
  7. package/dist/availability/availability-settings.d.ts +88 -0
  8. package/dist/availability/availability-settings.d.ts.map +1 -0
  9. package/dist/availability/availability-settings.js +620 -0
  10. package/dist/availability/components/date-override-input-dialog.d.ts +17 -0
  11. package/dist/availability/components/date-override-input-dialog.d.ts.map +1 -0
  12. package/dist/availability/components/date-override-input-dialog.js +169 -0
  13. package/dist/availability/components/date-override-list.d.ts +20 -0
  14. package/dist/availability/components/date-override-list.d.ts.map +1 -0
  15. package/dist/availability/components/date-override-list.js +111 -0
  16. package/dist/availability/components/schedule-component.d.ts +49 -0
  17. package/dist/availability/components/schedule-component.d.ts.map +1 -0
  18. package/dist/availability/components/schedule-component.js +512 -0
  19. package/dist/availability/index.d.ts +4 -0
  20. package/dist/availability/index.d.ts.map +1 -0
  21. package/dist/availability/index.js +6 -0
  22. package/dist/availability/types.d.ts +36 -0
  23. package/dist/availability/types.d.ts.map +1 -0
  24. package/dist/availability/types.js +1 -0
  25. package/dist/availability/wrappers/availability-settings-platform-wrapper.d.ts +28 -0
  26. package/dist/availability/wrappers/availability-settings-platform-wrapper.d.ts.map +1 -0
  27. package/dist/availability/wrappers/availability-settings-platform-wrapper.js +119 -0
  28. package/dist/booker/booker-platform-wrapper.d.ts +5 -0
  29. package/dist/booker/booker-platform-wrapper.d.ts.map +1 -0
  30. package/dist/booker/booker-platform-wrapper.js +388 -0
  31. package/dist/booker/booker-store-provider.d.ts +11 -0
  32. package/dist/booker/booker-store-provider.d.ts.map +1 -0
  33. package/dist/booker/booker-store-provider.js +94 -0
  34. package/dist/booker/components/available-time-slots.d.ts +46 -0
  35. package/dist/booker/components/available-time-slots.d.ts.map +1 -0
  36. package/dist/booker/components/available-time-slots.js +142 -0
  37. package/dist/booker/components/available-times-header.d.ts +14 -0
  38. package/dist/booker/components/available-times-header.d.ts.map +1 -0
  39. package/dist/booker/components/available-times-header.js +71 -0
  40. package/dist/booker/components/available-times.d.ts +46 -0
  41. package/dist/booker/components/available-times.d.ts.map +1 -0
  42. package/dist/booker/components/available-times.js +192 -0
  43. package/dist/booker/components/book-event-form/book-event-form.d.ts +34 -0
  44. package/dist/booker/components/book-event-form/book-event-form.d.ts.map +1 -0
  45. package/dist/booker/components/book-event-form/book-event-form.js +260 -0
  46. package/dist/booker/components/book-event-form/book-form-as-modal.d.ts +14 -0
  47. package/dist/booker/components/book-event-form/book-form-as-modal.d.ts.map +1 -0
  48. package/dist/booker/components/book-event-form/book-form-as-modal.js +53 -0
  49. package/dist/booker/components/book-event-form/booking-fields.d.ts +35 -0
  50. package/dist/booker/components/book-event-form/booking-fields.d.ts.map +1 -0
  51. package/dist/booker/components/book-event-form/booking-fields.js +124 -0
  52. package/dist/booker/components/book-event-form/index.d.ts +5 -0
  53. package/dist/booker/components/book-event-form/index.d.ts.map +1 -0
  54. package/dist/booker/components/book-event-form/index.js +11 -0
  55. package/dist/booker/components/book-event-form/skeleton.d.ts +2 -0
  56. package/dist/booker/components/book-event-form/skeleton.d.ts.map +1 -0
  57. package/dist/booker/components/book-event-form/skeleton.js +27 -0
  58. package/dist/booker/components/booker-component.d.ts +2 -0
  59. package/dist/booker/components/booker-component.d.ts.map +1 -0
  60. package/dist/booker/components/booker-component.js +596 -0
  61. package/dist/booker/components/booker-section.d.ts +15 -0
  62. package/dist/booker/components/booker-section.d.ts.map +1 -0
  63. package/dist/booker/components/booker-section.js +19 -0
  64. package/dist/booker/components/dry-run-message.d.ts +4 -0
  65. package/dist/booker/components/dry-run-message.d.ts.map +1 -0
  66. package/dist/booker/components/dry-run-message.js +22 -0
  67. package/dist/booker/components/event-meta/available-event-locations.d.ts +6 -0
  68. package/dist/booker/components/event-meta/available-event-locations.d.ts.map +1 -0
  69. package/dist/booker/components/event-meta/available-event-locations.js +72 -0
  70. package/dist/booker/components/event-meta/details.d.ts +34 -0
  71. package/dist/booker/components/event-meta/details.d.ts.map +1 -0
  72. package/dist/booker/components/event-meta/details.js +104 -0
  73. package/dist/booker/components/event-meta/duration.d.ts +9 -0
  74. package/dist/booker/components/event-meta/duration.d.ts.map +1 -0
  75. package/dist/booker/components/event-meta/duration.js +85 -0
  76. package/dist/booker/components/event-meta/index.d.ts +7 -0
  77. package/dist/booker/components/event-meta/index.d.ts.map +1 -0
  78. package/dist/booker/components/event-meta/index.js +16 -0
  79. package/dist/booker/components/event-meta/locations.d.ts +5 -0
  80. package/dist/booker/components/event-meta/locations.d.ts.map +1 -0
  81. package/dist/booker/components/event-meta/locations.js +54 -0
  82. package/dist/booker/components/event-meta/members.d.ts +13 -0
  83. package/dist/booker/components/event-meta/members.d.ts.map +1 -0
  84. package/dist/booker/components/event-meta/members.js +56 -0
  85. package/dist/booker/components/event-meta/occurences.d.ts +5 -0
  86. package/dist/booker/components/event-meta/occurences.d.ts.map +1 -0
  87. package/dist/booker/components/event-meta/occurences.js +96 -0
  88. package/dist/booker/components/event-meta/price-icon.d.ts +5 -0
  89. package/dist/booker/components/event-meta/price-icon.d.ts.map +1 -0
  90. package/dist/booker/components/event-meta/price-icon.js +81 -0
  91. package/dist/booker/components/event-meta/price.d.ts +7 -0
  92. package/dist/booker/components/event-meta/price.d.ts.map +1 -0
  93. package/dist/booker/components/event-meta/price.js +95 -0
  94. package/dist/booker/components/event-meta/skeleton.d.ts +2 -0
  95. package/dist/booker/components/event-meta/skeleton.d.ts.map +1 -0
  96. package/dist/booker/components/event-meta/skeleton.js +15 -0
  97. package/dist/booker/components/event-meta/title.d.ts +9 -0
  98. package/dist/booker/components/event-meta/title.d.ts.map +1 -0
  99. package/dist/booker/components/event-meta/title.js +6 -0
  100. package/dist/booker/components/event-meta.d.ts +25 -0
  101. package/dist/booker/components/event-meta.d.ts.map +1 -0
  102. package/dist/booker/components/event-meta.js +175 -0
  103. package/dist/booker/components/external-redirect-interstitial.d.ts +9 -0
  104. package/dist/booker/components/external-redirect-interstitial.d.ts.map +1 -0
  105. package/dist/booker/components/external-redirect-interstitial.js +47 -0
  106. package/dist/booker/components/form-builder/components.d.ts +48 -0
  107. package/dist/booker/components/form-builder/components.d.ts.map +1 -0
  108. package/dist/booker/components/form-builder/components.js +355 -0
  109. package/dist/booker/components/form-builder/form-builder-field.d.ts +46 -0
  110. package/dist/booker/components/form-builder/form-builder-field.d.ts.map +1 -0
  111. package/dist/booker/components/form-builder/form-builder-field.js +238 -0
  112. package/dist/booker/components/having-trouble-finding-time.d.ts +9 -0
  113. package/dist/booker/components/having-trouble-finding-time.d.ts.map +1 -0
  114. package/dist/booker/components/having-trouble-finding-time.js +33 -0
  115. package/dist/booker/components/header.d.ts +18 -0
  116. package/dist/booker/components/header.d.ts.map +1 -0
  117. package/dist/booker/components/header.js +216 -0
  118. package/dist/booker/components/instant-booking.d.ts +16 -0
  119. package/dist/booker/components/instant-booking.d.ts.map +1 -0
  120. package/dist/booker/components/instant-booking.js +53 -0
  121. package/dist/booker/components/out-of-office-in-slots.d.ts +19 -0
  122. package/dist/booker/components/out-of-office-in-slots.d.ts.map +1 -0
  123. package/dist/booker/components/out-of-office-in-slots.js +65 -0
  124. package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts +8 -0
  125. package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts.map +1 -0
  126. package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.js +29 -0
  127. package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts +11 -0
  128. package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts.map +1 -0
  129. package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.js +86 -0
  130. package/dist/booker/components/overlay-calendar/overlay-calendar-switch.d.ts +8 -0
  131. package/dist/booker/components/overlay-calendar/overlay-calendar-switch.d.ts.map +1 -0
  132. package/dist/booker/components/overlay-calendar/overlay-calendar-switch.js +61 -0
  133. package/dist/booker/components/overlay-calendar/overlay-calendar.d.ts +28 -0
  134. package/dist/booker/components/overlay-calendar/overlay-calendar.d.ts.map +1 -0
  135. package/dist/booker/components/overlay-calendar/overlay-calendar.js +60 -0
  136. package/dist/booker/components/overlay-calendar/store.d.ts +12 -0
  137. package/dist/booker/components/overlay-calendar/store.d.ts.map +1 -0
  138. package/dist/booker/components/overlay-calendar/store.js +18 -0
  139. package/dist/booker/components/pay-icon.d.ts +5 -0
  140. package/dist/booker/components/pay-icon.d.ts.map +1 -0
  141. package/dist/booker/components/pay-icon.js +9 -0
  142. package/dist/booker/components/price.d.ts +9 -0
  143. package/dist/booker/components/price.d.ts.map +1 -0
  144. package/dist/booker/components/price.js +6 -0
  145. package/dist/booker/components/redirect-to-instant-meeting-modal.d.ts +8 -0
  146. package/dist/booker/components/redirect-to-instant-meeting-modal.d.ts.map +1 -0
  147. package/dist/booker/components/redirect-to-instant-meeting-modal.js +75 -0
  148. package/dist/booker/components/scrollable-with-gradients.d.ts +9 -0
  149. package/dist/booker/components/scrollable-with-gradients.d.ts.map +1 -0
  150. package/dist/booker/components/scrollable-with-gradients.js +52 -0
  151. package/dist/booker/components/seats-availability-text.d.ts +18 -0
  152. package/dist/booker/components/seats-availability-text.d.ts.map +1 -0
  153. package/dist/booker/components/seats-availability-text.js +16 -0
  154. package/dist/booker/components/section.d.ts +17 -0
  155. package/dist/booker/components/section.d.ts.map +1 -0
  156. package/dist/booker/components/section.js +19 -0
  157. package/dist/booker/components/slot-selection-modal-header.d.ts +14 -0
  158. package/dist/booker/components/slot-selection-modal-header.d.ts.map +1 -0
  159. package/dist/booker/components/slot-selection-modal-header.js +72 -0
  160. package/dist/booker/components/time-format-toggle.d.ts +4 -0
  161. package/dist/booker/components/time-format-toggle.d.ts.map +1 -0
  162. package/dist/booker/components/time-format-toggle.js +27 -0
  163. package/dist/booker/components/unavailable.d.ts +3 -0
  164. package/dist/booker/components/unavailable.d.ts.map +1 -0
  165. package/dist/booker/components/unavailable.js +16 -0
  166. package/dist/booker/components/unpublished-entity.d.ts +8 -0
  167. package/dist/booker/components/unpublished-entity.d.ts.map +1 -0
  168. package/dist/booker/components/unpublished-entity.js +24 -0
  169. package/dist/booker/components/verify-code-dialog.d.ts +15 -0
  170. package/dist/booker/components/verify-code-dialog.d.ts.map +1 -0
  171. package/dist/booker/components/verify-code-dialog.js +89 -0
  172. package/dist/booker/config.d.ts +86 -0
  173. package/dist/booker/config.d.ts.map +1 -0
  174. package/dist/booker/config.js +161 -0
  175. package/dist/booker/framer-features.d.ts +3 -0
  176. package/dist/booker/framer-features.d.ts.map +1 -0
  177. package/dist/booker/framer-features.js +5 -0
  178. package/dist/booker/hooks/embed-stubs.d.ts +20 -0
  179. package/dist/booker/hooks/embed-stubs.d.ts.map +1 -0
  180. package/dist/booker/hooks/embed-stubs.js +18 -0
  181. package/dist/booker/hooks/use-available-time-slots.d.ts +23 -0
  182. package/dist/booker/hooks/use-available-time-slots.d.ts.map +1 -0
  183. package/dist/booker/hooks/use-available-time-slots.js +20 -0
  184. package/dist/booker/hooks/use-booker-layout.d.ts +51 -0
  185. package/dist/booker/hooks/use-booker-layout.d.ts.map +1 -0
  186. package/dist/booker/hooks/use-booker-layout.js +50 -0
  187. package/dist/booker/hooks/use-booker-time.d.ts +7 -0
  188. package/dist/booker/hooks/use-booker-time.d.ts.map +1 -0
  189. package/dist/booker/hooks/use-booker-time.js +19 -0
  190. package/dist/booker/hooks/use-booking-form.d.ts +65 -0
  191. package/dist/booker/hooks/use-booking-form.d.ts.map +1 -0
  192. package/dist/booker/hooks/use-booking-form.js +34 -0
  193. package/dist/booker/hooks/use-bookings-types.d.ts +10 -0
  194. package/dist/booker/hooks/use-bookings-types.d.ts.map +1 -0
  195. package/dist/booker/hooks/use-bookings-types.js +1 -0
  196. package/dist/booker/hooks/use-check-overlap-with-overlay.d.ts +11 -0
  197. package/dist/booker/hooks/use-check-overlap-with-overlay.d.ts.map +1 -0
  198. package/dist/booker/hooks/use-check-overlap-with-overlay.js +22 -0
  199. package/dist/booker/hooks/use-initialize-week-start.d.ts +2 -0
  200. package/dist/booker/hooks/use-initialize-week-start.d.ts.map +1 -0
  201. package/dist/booker/hooks/use-initialize-week-start.js +13 -0
  202. package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts +15 -0
  203. package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts.map +1 -0
  204. package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.js +19 -0
  205. package/dist/booker/hooks/use-local-set.d.ts +12 -0
  206. package/dist/booker/hooks/use-local-set.d.ts.map +1 -0
  207. package/dist/booker/hooks/use-local-set.js +34 -0
  208. package/dist/booker/hooks/use-non-empty-schedule-days.d.ts +3 -0
  209. package/dist/booker/hooks/use-non-empty-schedule-days.d.ts.map +1 -0
  210. package/dist/booker/hooks/use-non-empty-schedule-days.js +13 -0
  211. package/dist/booker/hooks/use-overlay-calendar.d.ts +23 -0
  212. package/dist/booker/hooks/use-overlay-calendar.d.ts.map +1 -0
  213. package/dist/booker/hooks/use-overlay-calendar.js +54 -0
  214. package/dist/booker/hooks/use-should-show-arrows.d.ts +8 -0
  215. package/dist/booker/hooks/use-should-show-arrows.d.ts.map +1 -0
  216. package/dist/booker/hooks/use-should-show-arrows.js +27 -0
  217. package/dist/booker/hooks/use-skip-confirm-step.d.ts +21 -0
  218. package/dist/booker/hooks/use-skip-confirm-step.d.ts.map +1 -0
  219. package/dist/booker/hooks/use-skip-confirm-step.js +39 -0
  220. package/dist/booker/hooks/use-slots-for-date.d.ts +21 -0
  221. package/dist/booker/hooks/use-slots-for-date.d.ts.map +1 -0
  222. package/dist/booker/hooks/use-slots-for-date.js +29 -0
  223. package/dist/booker/hooks/use-stable-timezone.d.ts +5 -0
  224. package/dist/booker/hooks/use-stable-timezone.d.ts.map +1 -0
  225. package/dist/booker/hooks/use-stable-timezone.js +8 -0
  226. package/dist/booker/hooks/use-times-for-schedule.d.ts +27 -0
  227. package/dist/booker/hooks/use-times-for-schedule.d.ts.map +1 -0
  228. package/dist/booker/hooks/use-times-for-schedule.js +49 -0
  229. package/dist/booker/store.d.ts +200 -0
  230. package/dist/booker/store.d.ts.map +1 -0
  231. package/dist/booker/store.js +265 -0
  232. package/dist/booker/types.d.ts +118 -0
  233. package/dist/booker/types.d.ts.map +1 -0
  234. package/dist/booker/types.js +1 -0
  235. package/dist/booker/use-slot-reservation-id.d.ts +2 -0
  236. package/dist/booker/use-slot-reservation-id.d.ts.map +1 -0
  237. package/dist/booker/use-slot-reservation-id.js +13 -0
  238. package/dist/booker/utils/are-different-valid-months.d.ts +2 -0
  239. package/dist/booker/utils/are-different-valid-months.d.ts.map +1 -0
  240. package/dist/booker/utils/are-different-valid-months.js +4 -0
  241. package/dist/booker/utils/dates.d.ts +26 -0
  242. package/dist/booker/utils/dates.d.ts.map +1 -0
  243. package/dist/booker/utils/dates.js +60 -0
  244. package/dist/booker/utils/get-booker-timezone.d.ts +5 -0
  245. package/dist/booker/utils/get-booker-timezone.d.ts.map +1 -0
  246. package/dist/booker/utils/get-booker-timezone.js +7 -0
  247. package/dist/booker/utils/get-booking-duration.d.ts +6 -0
  248. package/dist/booker/utils/get-booking-duration.d.ts.map +1 -0
  249. package/dist/booker/utils/get-booking-duration.js +7 -0
  250. package/dist/booker/utils/get-prefetch-month-count.d.ts +3 -0
  251. package/dist/booker/utils/get-prefetch-month-count.d.ts.map +1 -0
  252. package/dist/booker/utils/get-prefetch-month-count.js +12 -0
  253. package/dist/booker/utils/is-booking-dry-run.d.ts +3 -0
  254. package/dist/booker/utils/is-booking-dry-run.d.ts.map +1 -0
  255. package/dist/booker/utils/is-booking-dry-run.js +4 -0
  256. package/dist/booker/utils/is-month-change.d.ts +2 -0
  257. package/dist/booker/utils/is-month-change.d.ts.map +1 -0
  258. package/dist/booker/utils/is-month-change.js +4 -0
  259. package/dist/booker/utils/is-month-view-prefetch-enabled.d.ts +2 -0
  260. package/dist/booker/utils/is-month-view-prefetch-enabled.d.ts.map +1 -0
  261. package/dist/booker/utils/is-month-view-prefetch-enabled.js +9 -0
  262. package/dist/booker/utils/is-prefetch-next-month-enabled.d.ts +2 -0
  263. package/dist/booker/utils/is-prefetch-next-month-enabled.d.ts.map +1 -0
  264. package/dist/booker/utils/is-prefetch-next-month-enabled.js +9 -0
  265. package/dist/booker/utils/is-timeslot-available.d.ts +19 -0
  266. package/dist/booker/utils/is-timeslot-available.d.ts.map +1 -0
  267. package/dist/booker/utils/is-timeslot-available.js +32 -0
  268. package/dist/booker/utils/layout.d.ts +2 -0
  269. package/dist/booker/utils/layout.d.ts.map +1 -0
  270. package/dist/booker/utils/layout.js +7 -0
  271. package/dist/booker-embed/booker-embed.d.ts +31 -0
  272. package/dist/booker-embed/booker-embed.d.ts.map +1 -0
  273. package/dist/booker-embed/booker-embed.js +74 -0
  274. package/dist/booker-embed/index.d.ts +2 -0
  275. package/dist/booker-embed/index.d.ts.map +1 -0
  276. package/dist/booker-embed/index.js +4 -0
  277. package/dist/booker-embed/use-get-routing-form-url-props.d.ts +29 -0
  278. package/dist/booker-embed/use-get-routing-form-url-props.d.ts.map +1 -0
  279. package/dist/booker-embed/use-get-routing-form-url-props.js +72 -0
  280. package/dist/cal-provider/base-cal-provider.d.ts +24 -0
  281. package/dist/cal-provider/base-cal-provider.d.ts.map +1 -0
  282. package/dist/cal-provider/base-cal-provider.js +178 -0
  283. package/dist/cal-provider/cal-o-auth-provider.d.ts +19 -0
  284. package/dist/cal-provider/cal-o-auth-provider.d.ts.map +1 -0
  285. package/dist/cal-provider/cal-o-auth-provider.js +48 -0
  286. package/dist/cal-provider/cal-provider.d.ts +22 -0
  287. package/dist/cal-provider/cal-provider.d.ts.map +1 -0
  288. package/dist/cal-provider/cal-provider.js +72 -0
  289. package/dist/cal-provider/index.d.ts +3 -0
  290. package/dist/cal-provider/index.d.ts.map +1 -0
  291. package/dist/cal-provider/index.js +6 -0
  292. package/dist/cal-provider/languages.d.ts +55 -0
  293. package/dist/cal-provider/languages.d.ts.map +1 -0
  294. package/dist/cal-provider/languages.js +10 -0
  295. package/dist/calendar-settings/index.d.ts +2 -0
  296. package/dist/calendar-settings/index.d.ts.map +1 -0
  297. package/dist/calendar-settings/index.js +4 -0
  298. package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts +17 -0
  299. package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts.map +1 -0
  300. package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.js +32 -0
  301. package/dist/calendar-view/calendar-view-component.d.ts +2 -0
  302. package/dist/calendar-view/calendar-view-component.d.ts.map +1 -0
  303. package/dist/calendar-view/calendar-view-component.js +43 -0
  304. package/dist/calendar-view/components/calendar.d.ts +2 -0
  305. package/dist/calendar-view/components/calendar.d.ts.map +1 -0
  306. package/dist/calendar-view/components/calendar.js +5 -0
  307. package/dist/calendar-view/components/date-picker.d.ts +82 -0
  308. package/dist/calendar-view/components/date-picker.d.ts.map +1 -0
  309. package/dist/calendar-view/components/date-picker.js +285 -0
  310. package/dist/calendar-view/components/large-calendar.d.ts +19 -0
  311. package/dist/calendar-view/components/large-calendar.d.ts.map +1 -0
  312. package/dist/calendar-view/components/large-calendar.js +133 -0
  313. package/dist/calendar-view/components/no-availability-dialog.d.ts +19 -0
  314. package/dist/calendar-view/components/no-availability-dialog.d.ts.map +1 -0
  315. package/dist/calendar-view/components/no-availability-dialog.js +45 -0
  316. package/dist/calendar-view/event-type-calendar-view-component.d.ts +7 -0
  317. package/dist/calendar-view/event-type-calendar-view-component.d.ts.map +1 -0
  318. package/dist/calendar-view/event-type-calendar-view-component.js +105 -0
  319. package/dist/calendar-view/index.d.ts +2 -0
  320. package/dist/calendar-view/index.d.ts.map +1 -0
  321. package/dist/calendar-view/index.js +4 -0
  322. package/dist/calendar-view/scheduler/components/calendar.d.ts +4 -0
  323. package/dist/calendar-view/scheduler/components/calendar.d.ts.map +1 -0
  324. package/dist/calendar-view/scheduler/components/calendar.js +185 -0
  325. package/dist/calendar-view/scheduler/components/current-time/index.d.ts +6 -0
  326. package/dist/calendar-view/scheduler/components/current-time/index.d.ts.map +1 -0
  327. package/dist/calendar-view/scheduler/components/current-time/index.js +61 -0
  328. package/dist/calendar-view/scheduler/components/date-values/index.d.ts +12 -0
  329. package/dist/calendar-view/scheduler/components/date-values/index.d.ts.map +1 -0
  330. package/dist/calendar-view/scheduler/components/date-values/index.js +98 -0
  331. package/dist/calendar-view/scheduler/components/default-out-of-office-slot.d.ts +3 -0
  332. package/dist/calendar-view/scheduler/components/default-out-of-office-slot.d.ts.map +1 -0
  333. package/dist/calendar-view/scheduler/components/default-out-of-office-slot.js +47 -0
  334. package/dist/calendar-view/scheduler/components/event/all-day-events.d.ts +108 -0
  335. package/dist/calendar-view/scheduler/components/event/all-day-events.d.ts.map +1 -0
  336. package/dist/calendar-view/scheduler/components/event/all-day-events.js +156 -0
  337. package/dist/calendar-view/scheduler/components/event/empty.d.ts +18 -0
  338. package/dist/calendar-view/scheduler/components/event/empty.d.ts.map +1 -0
  339. package/dist/calendar-view/scheduler/components/event/empty.js +162 -0
  340. package/dist/calendar-view/scheduler/components/event/event-list.d.ts +7 -0
  341. package/dist/calendar-view/scheduler/components/event/event-list.d.ts.map +1 -0
  342. package/dist/calendar-view/scheduler/components/event/event-list.js +97 -0
  343. package/dist/calendar-view/scheduler/components/event/event.d.ts +14 -0
  344. package/dist/calendar-view/scheduler/components/event/event.d.ts.map +1 -0
  345. package/dist/calendar-view/scheduler/components/event/event.js +131 -0
  346. package/dist/calendar-view/scheduler/components/event/index.d.ts +5 -0
  347. package/dist/calendar-view/scheduler/components/event/index.d.ts.map +1 -0
  348. package/dist/calendar-view/scheduler/components/event/index.js +12 -0
  349. package/dist/calendar-view/scheduler/components/grid/index.d.ts +10 -0
  350. package/dist/calendar-view/scheduler/components/grid/index.d.ts.map +1 -0
  351. package/dist/calendar-view/scheduler/components/grid/index.js +17 -0
  352. package/dist/calendar-view/scheduler/components/heading/index.d.ts +2 -0
  353. package/dist/calendar-view/scheduler/components/heading/index.d.ts.map +1 -0
  354. package/dist/calendar-view/scheduler/components/heading/index.js +4 -0
  355. package/dist/calendar-view/scheduler/components/heading/scheduler-heading.d.ts +2 -0
  356. package/dist/calendar-view/scheduler/components/heading/scheduler-heading.d.ts.map +1 -0
  357. package/dist/calendar-view/scheduler/components/heading/scheduler-heading.js +48 -0
  358. package/dist/calendar-view/scheduler/components/horizontal-lines/index.d.ts +9 -0
  359. package/dist/calendar-view/scheduler/components/horizontal-lines/index.d.ts.map +1 -0
  360. package/dist/calendar-view/scheduler/components/horizontal-lines/index.js +31 -0
  361. package/dist/calendar-view/scheduler/components/spinner/spinner.d.ts +4 -0
  362. package/dist/calendar-view/scheduler/components/spinner/spinner.d.ts.map +1 -0
  363. package/dist/calendar-view/scheduler/components/spinner/spinner.js +32 -0
  364. package/dist/calendar-view/scheduler/components/vertical-lines/index.d.ts +7 -0
  365. package/dist/calendar-view/scheduler/components/vertical-lines/index.d.ts.map +1 -0
  366. package/dist/calendar-view/scheduler/components/vertical-lines/index.js +38 -0
  367. package/dist/calendar-view/scheduler/state/store.d.ts +7 -0
  368. package/dist/calendar-view/scheduler/state/store.d.ts.map +1 -0
  369. package/dist/calendar-view/scheduler/state/store.js +64 -0
  370. package/dist/calendar-view/scheduler/types/common.d.ts +2 -0
  371. package/dist/calendar-view/scheduler/types/common.d.ts.map +1 -0
  372. package/dist/calendar-view/scheduler/types/common.js +1 -0
  373. package/dist/calendar-view/scheduler/types/events.d.ts +20 -0
  374. package/dist/calendar-view/scheduler/types/events.d.ts.map +1 -0
  375. package/dist/calendar-view/scheduler/types/events.js +1 -0
  376. package/dist/calendar-view/scheduler/types/state.d.ts +93 -0
  377. package/dist/calendar-view/scheduler/types/state.d.ts.map +1 -0
  378. package/dist/calendar-view/scheduler/types/state.js +1 -0
  379. package/dist/calendar-view/scheduler/utils/index.d.ts +20 -0
  380. package/dist/calendar-view/scheduler/utils/index.d.ts.map +1 -0
  381. package/dist/calendar-view/scheduler/utils/index.js +64 -0
  382. package/dist/calendar-view/scheduler/utils/overlap.d.ts +20 -0
  383. package/dist/calendar-view/scheduler/utils/overlap.d.ts.map +1 -0
  384. package/dist/calendar-view/scheduler/utils/overlap.js +88 -0
  385. package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts +22 -0
  386. package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts.map +1 -0
  387. package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.js +8 -0
  388. package/dist/components/atoms-wrapper.d.ts +6 -0
  389. package/dist/components/atoms-wrapper.d.ts.map +1 -0
  390. package/dist/components/atoms-wrapper.js +21 -0
  391. package/dist/components/ui/address-input.d.ts +11 -0
  392. package/dist/components/ui/address-input.d.ts.map +1 -0
  393. package/dist/components/ui/address-input.js +31 -0
  394. package/dist/components/ui/alert.d.ts +16 -0
  395. package/dist/components/ui/alert.d.ts.map +1 -0
  396. package/dist/components/ui/alert.js +46 -0
  397. package/dist/components/ui/app-list-card.d.ts +30 -0
  398. package/dist/components/ui/app-list-card.d.ts.map +1 -0
  399. package/dist/components/ui/app-list-card.js +57 -0
  400. package/dist/components/ui/avatar-group.d.ts +14 -0
  401. package/dist/components/ui/avatar-group.d.ts.map +1 -0
  402. package/dist/components/ui/avatar-group.js +45 -0
  403. package/dist/components/ui/avatar.d.ts +18 -0
  404. package/dist/components/ui/avatar.d.ts.map +1 -0
  405. package/dist/components/ui/avatar.js +70 -0
  406. package/dist/components/ui/badge.d.ts +553 -0
  407. package/dist/components/ui/badge.d.ts.map +1 -0
  408. package/dist/components/ui/badge.js +61 -0
  409. package/dist/components/ui/button-group.d.ts +9 -0
  410. package/dist/components/ui/button-group.d.ts.map +1 -0
  411. package/dist/components/ui/button-group.js +29 -0
  412. package/dist/components/ui/button.d.ts +37 -0
  413. package/dist/components/ui/button.d.ts.map +1 -0
  414. package/dist/components/ui/button.js +280 -0
  415. package/dist/components/ui/calendar-switch.d.ts +22 -0
  416. package/dist/components/ui/calendar-switch.d.ts.map +1 -0
  417. package/dist/components/ui/calendar-switch.js +26 -0
  418. package/dist/components/ui/checkbox.d.ts +15 -0
  419. package/dist/components/ui/checkbox.d.ts.map +1 -0
  420. package/dist/components/ui/checkbox.js +95 -0
  421. package/dist/components/ui/checked-team-select.d.ts +43 -0
  422. package/dist/components/ui/checked-team-select.d.ts.map +1 -0
  423. package/dist/components/ui/checked-team-select.js +183 -0
  424. package/dist/components/ui/confirmation-dialog-content.d.ts +21 -0
  425. package/dist/components/ui/confirmation-dialog-content.d.ts.map +1 -0
  426. package/dist/components/ui/confirmation-dialog-content.js +52 -0
  427. package/dist/components/ui/controlled-dialog.d.ts +17 -0
  428. package/dist/components/ui/controlled-dialog.d.ts.map +1 -0
  429. package/dist/components/ui/controlled-dialog.js +14 -0
  430. package/dist/components/ui/dialog.d.ts +58 -0
  431. package/dist/components/ui/dialog.d.ts.map +1 -0
  432. package/dist/components/ui/dialog.js +152 -0
  433. package/dist/components/ui/disconnect-calendar-integration.d.ts +12 -0
  434. package/dist/components/ui/disconnect-calendar-integration.d.ts.map +1 -0
  435. package/dist/components/ui/disconnect-calendar-integration.js +44 -0
  436. package/dist/components/ui/divider.d.ts +3 -0
  437. package/dist/components/ui/divider.d.ts.map +1 -0
  438. package/dist/components/ui/divider.js +25 -0
  439. package/dist/components/ui/dropdown.d.ts +40 -0
  440. package/dist/components/ui/dropdown.d.ts.map +1 -0
  441. package/dist/components/ui/dropdown.js +191 -0
  442. package/dist/components/ui/editable-heading.d.ts +6 -0
  443. package/dist/components/ui/editable-heading.d.ts.map +1 -0
  444. package/dist/components/ui/editable-heading.js +54 -0
  445. package/dist/components/ui/empty-screen.d.ts +18 -0
  446. package/dist/components/ui/empty-screen.d.ts.map +1 -0
  447. package/dist/components/ui/empty-screen.js +72 -0
  448. package/dist/components/ui/form.d.ts +11 -0
  449. package/dist/components/ui/form.d.ts.map +1 -0
  450. package/dist/components/ui/form.js +26 -0
  451. package/dist/components/ui/icon.d.ts +42 -0
  452. package/dist/components/ui/icon.d.ts.map +1 -0
  453. package/dist/components/ui/icon.js +188 -0
  454. package/dist/components/ui/icons.d.ts +21 -0
  455. package/dist/components/ui/icons.d.ts.map +1 -0
  456. package/dist/components/ui/icons.js +327 -0
  457. package/dist/components/ui/info-badge.d.ts +4 -0
  458. package/dist/components/ui/info-badge.d.ts.map +1 -0
  459. package/dist/components/ui/info-badge.js +9 -0
  460. package/dist/components/ui/label.d.ts +2 -0
  461. package/dist/components/ui/label.d.ts.map +1 -0
  462. package/dist/components/ui/label.js +16 -0
  463. package/dist/components/ui/navigation.d.ts +37 -0
  464. package/dist/components/ui/navigation.d.ts.map +1 -0
  465. package/dist/components/ui/navigation.js +1 -0
  466. package/dist/components/ui/popover.d.ts +17 -0
  467. package/dist/components/ui/popover.d.ts.map +1 -0
  468. package/dist/components/ui/popover.js +19 -0
  469. package/dist/components/ui/radio-area-group.d.ts +20 -0
  470. package/dist/components/ui/radio-area-group.d.ts.map +1 -0
  471. package/dist/components/ui/radio-area-group.js +52 -0
  472. package/dist/components/ui/radio.d.ts +24 -0
  473. package/dist/components/ui/radio.d.ts.map +1 -0
  474. package/dist/components/ui/radio.js +56 -0
  475. package/dist/components/ui/react-select-components.d.ts +29 -0
  476. package/dist/components/ui/react-select-components.d.ts.map +1 -0
  477. package/dist/components/ui/react-select-components.js +36 -0
  478. package/dist/components/ui/select.d.ts +36 -0
  479. package/dist/components/ui/select.d.ts.map +1 -0
  480. package/dist/components/ui/select.js +125 -0
  481. package/dist/components/ui/settings-header.d.ts +21 -0
  482. package/dist/components/ui/settings-header.d.ts.map +1 -0
  483. package/dist/components/ui/settings-header.js +55 -0
  484. package/dist/components/ui/settings-toggle.d.ts +23 -0
  485. package/dist/components/ui/settings-toggle.d.ts.map +1 -0
  486. package/dist/components/ui/settings-toggle.js +100 -0
  487. package/dist/components/ui/shell.d.ts +31 -0
  488. package/dist/components/ui/shell.d.ts.map +1 -0
  489. package/dist/components/ui/shell.js +15 -0
  490. package/dist/components/ui/show-toast.d.ts +13 -0
  491. package/dist/components/ui/show-toast.d.ts.map +1 -0
  492. package/dist/components/ui/show-toast.js +65 -0
  493. package/dist/components/ui/skeleton.d.ts +31 -0
  494. package/dist/components/ui/skeleton.d.ts.map +1 -0
  495. package/dist/components/ui/skeleton.js +59 -0
  496. package/dist/components/ui/switch.d.ts +17 -0
  497. package/dist/components/ui/switch.d.ts.map +1 -0
  498. package/dist/components/ui/switch.js +71 -0
  499. package/dist/components/ui/text-field.d.ts +99 -0
  500. package/dist/components/ui/text-field.d.ts.map +1 -0
  501. package/dist/components/ui/text-field.js +183 -0
  502. package/dist/components/ui/toast.d.ts +13 -0
  503. package/dist/components/ui/toast.d.ts.map +1 -0
  504. package/dist/components/ui/toast.js +72 -0
  505. package/dist/components/ui/toaster.d.ts +2 -0
  506. package/dist/components/ui/toaster.d.ts.map +1 -0
  507. package/dist/components/ui/toaster.js +21 -0
  508. package/dist/components/ui/toggle-group.d.ts +20 -0
  509. package/dist/components/ui/toggle-group.d.ts.map +1 -0
  510. package/dist/components/ui/toggle-group.js +73 -0
  511. package/dist/components/ui/tooltip.d.ts +29 -0
  512. package/dist/components/ui/tooltip.d.ts.map +1 -0
  513. package/dist/components/ui/tooltip.js +65 -0
  514. package/dist/components/ui/use-toast.d.ts +45 -0
  515. package/dist/components/ui/use-toast.d.ts.map +1 -0
  516. package/dist/components/ui/use-toast.js +95 -0
  517. package/dist/components/ui/user-avatar-group-with-org.d.ts +18 -0
  518. package/dist/components/ui/user-avatar-group-with-org.d.ts.map +1 -0
  519. package/dist/components/ui/user-avatar-group-with-org.js +27 -0
  520. package/dist/connect/apple/apple-connect.d.ts +4 -0
  521. package/dist/connect/apple/apple-connect.d.ts.map +1 -0
  522. package/dist/connect/apple/apple-connect.js +171 -0
  523. package/dist/connect/components/disconnect-integration-modal.d.ts +19 -0
  524. package/dist/connect/components/disconnect-integration-modal.d.ts.map +1 -0
  525. package/dist/connect/components/disconnect-integration-modal.js +30 -0
  526. package/dist/connect/components/office365-account-dialog.d.ts +12 -0
  527. package/dist/connect/components/office365-account-dialog.d.ts.map +1 -0
  528. package/dist/connect/components/office365-account-dialog.js +32 -0
  529. package/dist/connect/conferencing-apps/components/app-list.d.ts +65 -0
  530. package/dist/connect/conferencing-apps/components/app-list.d.ts.map +1 -0
  531. package/dist/connect/conferencing-apps/components/app-list.js +131 -0
  532. package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts +29 -0
  533. package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts.map +1 -0
  534. package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.js +211 -0
  535. package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts +10 -0
  536. package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts.map +1 -0
  537. package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.js +35 -0
  538. package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts +10 -0
  539. package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts.map +1 -0
  540. package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.js +25 -0
  541. package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts +4 -0
  542. package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts.map +1 -0
  543. package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.js +27 -0
  544. package/dist/connect/conferencing-apps/hooks/use-connect.d.ts +22 -0
  545. package/dist/connect/conferencing-apps/hooks/use-connect.d.ts.map +1 -0
  546. package/dist/connect/conferencing-apps/hooks/use-connect.js +102 -0
  547. package/dist/connect/conferencing-apps/hooks/use-delete-credential.d.ts +9 -0
  548. package/dist/connect/conferencing-apps/hooks/use-delete-credential.d.ts.map +1 -0
  549. package/dist/connect/conferencing-apps/hooks/use-delete-credential.js +26 -0
  550. package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts +6 -0
  551. package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts.map +1 -0
  552. package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.js +25 -0
  553. package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts +9 -0
  554. package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts.map +1 -0
  555. package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.js +31 -0
  556. package/dist/connect/google/gcal-connect.d.ts +4 -0
  557. package/dist/connect/google/gcal-connect.d.ts.map +1 -0
  558. package/dist/connect/google/gcal-connect.js +42 -0
  559. package/dist/connect/index.d.ts +4 -0
  560. package/dist/connect/index.d.ts.map +1 -0
  561. package/dist/connect/index.js +8 -0
  562. package/dist/connect/o-auth-connect.d.ts +25 -0
  563. package/dist/connect/o-auth-connect.d.ts.map +1 -0
  564. package/dist/connect/o-auth-connect.js +88 -0
  565. package/dist/connect/outlook/outlook-connect.d.ts +4 -0
  566. package/dist/connect/outlook/outlook-connect.d.ts.map +1 -0
  567. package/dist/connect/outlook/outlook-connect.js +42 -0
  568. package/dist/connect/stripe/stripe-connect.d.ts +22 -0
  569. package/dist/connect/stripe/stripe-connect.d.ts.map +1 -0
  570. package/dist/connect/stripe/stripe-connect.js +52 -0
  571. package/dist/constants/api.d.ts +44 -0
  572. package/dist/constants/api.d.ts.map +1 -0
  573. package/dist/constants/api.js +102 -0
  574. package/dist/constants/app.d.ts +19 -0
  575. package/dist/constants/app.d.ts.map +1 -0
  576. package/dist/constants/app.js +25 -0
  577. package/dist/constants/apps.d.ts +32 -0
  578. package/dist/constants/apps.d.ts.map +1 -0
  579. package/dist/constants/apps.js +34 -0
  580. package/dist/constants/index.d.ts +4 -0
  581. package/dist/constants/index.d.ts.map +1 -0
  582. package/dist/constants/index.js +80 -0
  583. package/dist/constants/styles.d.ts +2 -0
  584. package/dist/constants/styles.d.ts.map +1 -0
  585. package/dist/constants/styles.js +4 -0
  586. package/dist/contracts/api.d.ts +27 -0
  587. package/dist/contracts/api.d.ts.map +1 -0
  588. package/dist/contracts/api.js +1 -0
  589. package/dist/contracts/apps.d.ts +21 -0
  590. package/dist/contracts/apps.d.ts.map +1 -0
  591. package/dist/contracts/apps.js +1 -0
  592. package/dist/contracts/booker.d.ts +255 -0
  593. package/dist/contracts/booker.d.ts.map +1 -0
  594. package/dist/contracts/booker.js +17 -0
  595. package/dist/contracts/bookings.d.ts +154 -0
  596. package/dist/contracts/bookings.d.ts.map +1 -0
  597. package/dist/contracts/bookings.js +22 -0
  598. package/dist/contracts/calendars.d.ts +82 -0
  599. package/dist/contracts/calendars.d.ts.map +1 -0
  600. package/dist/contracts/calendars.js +1 -0
  601. package/dist/contracts/event-types.d.ts +225 -0
  602. package/dist/contracts/event-types.d.ts.map +1 -0
  603. package/dist/contracts/event-types.js +22 -0
  604. package/dist/contracts/index.d.ts +13 -0
  605. package/dist/contracts/index.d.ts.map +1 -0
  606. package/dist/contracts/index.js +20 -0
  607. package/dist/contracts/oauth.d.ts +2 -0
  608. package/dist/contracts/oauth.d.ts.map +1 -0
  609. package/dist/contracts/oauth.js +1 -0
  610. package/dist/contracts/organizations.d.ts +15 -0
  611. package/dist/contracts/organizations.d.ts.map +1 -0
  612. package/dist/contracts/organizations.js +1 -0
  613. package/dist/contracts/schedules.d.ts +92 -0
  614. package/dist/contracts/schedules.d.ts.map +1 -0
  615. package/dist/contracts/schedules.js +1 -0
  616. package/dist/contracts/slots.d.ts +57 -0
  617. package/dist/contracts/slots.d.ts.map +1 -0
  618. package/dist/contracts/slots.js +1 -0
  619. package/dist/contracts/teams.d.ts +31 -0
  620. package/dist/contracts/teams.d.ts.map +1 -0
  621. package/dist/contracts/teams.js +4 -0
  622. package/dist/contracts/user.d.ts +25 -0
  623. package/dist/contracts/user.d.ts.map +1 -0
  624. package/dist/contracts/user.js +1 -0
  625. package/dist/create-schedule/create-schedule-form.d.ts +18 -0
  626. package/dist/create-schedule/create-schedule-form.d.ts.map +1 -0
  627. package/dist/create-schedule/create-schedule-form.js +93 -0
  628. package/dist/create-schedule/index.d.ts +2 -0
  629. package/dist/create-schedule/index.d.ts.map +1 -0
  630. package/dist/create-schedule/index.js +4 -0
  631. package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts +15 -0
  632. package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts.map +1 -0
  633. package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.js +53 -0
  634. package/dist/destination-calendar/components/destination-calendar-selector.d.ts +10 -0
  635. package/dist/destination-calendar/components/destination-calendar-selector.d.ts.map +1 -0
  636. package/dist/destination-calendar/components/destination-calendar-selector.js +21 -0
  637. package/dist/destination-calendar/destination-calendar-selector.d.ts +17 -0
  638. package/dist/destination-calendar/destination-calendar-selector.d.ts.map +1 -0
  639. package/dist/destination-calendar/destination-calendar-selector.js +105 -0
  640. package/dist/destination-calendar/destination-calendar.d.ts +21 -0
  641. package/dist/destination-calendar/destination-calendar.d.ts.map +1 -0
  642. package/dist/destination-calendar/destination-calendar.js +49 -0
  643. package/dist/destination-calendar/destination-reminder-selector.d.ts +9 -0
  644. package/dist/destination-calendar/destination-reminder-selector.d.ts.map +1 -0
  645. package/dist/destination-calendar/destination-reminder-selector.js +36 -0
  646. package/dist/destination-calendar/index.d.ts +2 -0
  647. package/dist/destination-calendar/index.d.ts.map +1 -0
  648. package/dist/destination-calendar/index.js +4 -0
  649. package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts +8 -0
  650. package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts.map +1 -0
  651. package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.js +40 -0
  652. package/dist/event-types/components/assign-all-team-members.d.ts +14 -0
  653. package/dist/event-types/components/assign-all-team-members.d.ts.map +1 -0
  654. package/dist/event-types/components/assign-all-team-members.js +33 -0
  655. package/dist/event-types/components/bulk-edit-default-for-events-modal.d.ts +29 -0
  656. package/dist/event-types/components/bulk-edit-default-for-events-modal.d.ts.map +1 -0
  657. package/dist/event-types/components/bulk-edit-default-for-events-modal.js +105 -0
  658. package/dist/event-types/components/children-event-type-select.d.ts +34 -0
  659. package/dist/event-types/components/children-event-type-select.d.ts.map +1 -0
  660. package/dist/event-types/components/children-event-type-select.js +204 -0
  661. package/dist/event-types/components/create-event-type-form.d.ts +29 -0
  662. package/dist/event-types/components/create-event-type-form.d.ts.map +1 -0
  663. package/dist/event-types/components/create-event-type-form.js +128 -0
  664. package/dist/event-types/components/event-team-assignment-tab.d.ts +2 -0
  665. package/dist/event-types/components/event-team-assignment-tab.d.ts.map +1 -0
  666. package/dist/event-types/components/event-team-assignment-tab.js +6 -0
  667. package/dist/event-types/components/event-type-list-item.d.ts +12 -0
  668. package/dist/event-types/components/event-type-list-item.d.ts.map +1 -0
  669. package/dist/event-types/components/event-type-list-item.js +100 -0
  670. package/dist/event-types/components/host-edit-dialogs.d.ts +40 -0
  671. package/dist/event-types/components/host-edit-dialogs.d.ts.map +1 -0
  672. package/dist/event-types/components/host-edit-dialogs.js +156 -0
  673. package/dist/event-types/components/learn-more-link.d.ts +15 -0
  674. package/dist/event-types/components/learn-more-link.d.ts.map +1 -0
  675. package/dist/event-types/components/learn-more-link.js +27 -0
  676. package/dist/event-types/components/managed-event-dialog.d.ts +13 -0
  677. package/dist/event-types/components/managed-event-dialog.d.ts.map +1 -0
  678. package/dist/event-types/components/managed-event-dialog.js +44 -0
  679. package/dist/event-types/components/recurring-event-controller.d.ts +34 -0
  680. package/dist/event-types/components/recurring-event-controller.d.ts.map +1 -0
  681. package/dist/event-types/components/recurring-event-controller.js +198 -0
  682. package/dist/event-types/components/tabs/event-recurring-tab.d.ts +14 -0
  683. package/dist/event-types/components/tabs/event-recurring-tab.d.ts.map +1 -0
  684. package/dist/event-types/components/tabs/event-recurring-tab.js +18 -0
  685. package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts +9 -0
  686. package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts.map +1 -0
  687. package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.js +35 -0
  688. package/dist/event-types/components/team-assignment/children-event-types-list.d.ts +11 -0
  689. package/dist/event-types/components/team-assignment/children-event-types-list.d.ts.map +1 -0
  690. package/dist/event-types/components/team-assignment/children-event-types-list.js +34 -0
  691. package/dist/event-types/components/team-assignment/children-event-types.d.ts +18 -0
  692. package/dist/event-types/components/team-assignment/children-event-types.d.ts.map +1 -0
  693. package/dist/event-types/components/team-assignment/children-event-types.js +47 -0
  694. package/dist/event-types/components/team-assignment/event-team-assignment-tab.d.ts +58 -0
  695. package/dist/event-types/components/team-assignment/event-team-assignment-tab.d.ts.map +1 -0
  696. package/dist/event-types/components/team-assignment/event-team-assignment-tab.js +248 -0
  697. package/dist/event-types/components/team-assignment/fixed-hosts.d.ts +20 -0
  698. package/dist/event-types/components/team-assignment/fixed-hosts.d.ts.map +1 -0
  699. package/dist/event-types/components/team-assignment/fixed-hosts.js +135 -0
  700. package/dist/event-types/components/team-assignment/hosts.d.ts +19 -0
  701. package/dist/event-types/components/team-assignment/hosts.d.ts.map +1 -0
  702. package/dist/event-types/components/team-assignment/hosts.js +99 -0
  703. package/dist/event-types/components/team-assignment/round-robin-hosts.d.ts +26 -0
  704. package/dist/event-types/components/team-assignment/round-robin-hosts.d.ts.map +1 -0
  705. package/dist/event-types/components/team-assignment/round-robin-hosts.js +197 -0
  706. package/dist/event-types/components/team-event-type-form.d.ts +27 -0
  707. package/dist/event-types/components/team-event-type-form.d.ts.map +1 -0
  708. package/dist/event-types/components/team-event-type-form.js +161 -0
  709. package/dist/event-types/components/weight-description.d.ts +6 -0
  710. package/dist/event-types/components/weight-description.d.ts.map +1 -0
  711. package/dist/event-types/components/weight-description.js +27 -0
  712. package/dist/event-types/hooks/use-add-verified-email.d.ts +15 -0
  713. package/dist/event-types/hooks/use-add-verified-email.d.ts.map +1 -0
  714. package/dist/event-types/hooks/use-add-verified-email.js +31 -0
  715. package/dist/event-types/hooks/use-apps-data-stub.d.ts +15 -0
  716. package/dist/event-types/hooks/use-apps-data-stub.d.ts.map +1 -0
  717. package/dist/event-types/hooks/use-apps-data-stub.js +12 -0
  718. package/dist/event-types/hooks/use-assign-all-managed-warning.d.ts +17 -0
  719. package/dist/event-types/hooks/use-assign-all-managed-warning.d.ts.map +1 -0
  720. package/dist/event-types/hooks/use-assign-all-managed-warning.js +22 -0
  721. package/dist/event-types/hooks/use-atom-event-type-app-integration.d.ts +21 -0
  722. package/dist/event-types/hooks/use-atom-event-type-app-integration.d.ts.map +1 -0
  723. package/dist/event-types/hooks/use-atom-event-type-app-integration.js +24 -0
  724. package/dist/event-types/hooks/use-atom-event-type-by-id.d.ts +4 -0
  725. package/dist/event-types/hooks/use-atom-event-type-by-id.d.ts.map +1 -0
  726. package/dist/event-types/hooks/use-atom-event-type-by-id.js +24 -0
  727. package/dist/event-types/hooks/use-atom-event-type-payment-info.d.ts +7 -0
  728. package/dist/event-types/hooks/use-atom-event-type-payment-info.d.ts.map +1 -0
  729. package/dist/event-types/hooks/use-atom-event-type-payment-info.js +28 -0
  730. package/dist/event-types/hooks/use-atom-get-all-event-types.d.ts +9 -0
  731. package/dist/event-types/hooks/use-atom-get-all-event-types.d.ts.map +1 -0
  732. package/dist/event-types/hooks/use-atom-get-all-event-types.js +22 -0
  733. package/dist/event-types/hooks/use-atom-host-schedules.d.ts +14 -0
  734. package/dist/event-types/hooks/use-atom-host-schedules.d.ts.map +1 -0
  735. package/dist/event-types/hooks/use-atom-host-schedules.js +32 -0
  736. package/dist/event-types/hooks/use-atom-update-event-type.d.ts +10 -0
  737. package/dist/event-types/hooks/use-atom-update-event-type.d.ts.map +1 -0
  738. package/dist/event-types/hooks/use-atom-update-event-type.js +40 -0
  739. package/dist/event-types/hooks/use-event-type-form.d.ts +15 -0
  740. package/dist/event-types/hooks/use-event-type-form.d.ts.map +1 -0
  741. package/dist/event-types/hooks/use-event-type-form.js +334 -0
  742. package/dist/event-types/hooks/use-get-verified-emails.d.ts +3 -0
  743. package/dist/event-types/hooks/use-get-verified-emails.d.ts.map +1 -0
  744. package/dist/event-types/hooks/use-get-verified-emails.js +25 -0
  745. package/dist/event-types/hooks/use-handle-route-change.d.ts +15 -0
  746. package/dist/event-types/hooks/use-handle-route-change.d.ts.map +1 -0
  747. package/dist/event-types/hooks/use-handle-route-change.js +33 -0
  748. package/dist/event-types/hooks/use-locked-fields-manager-stub.d.ts +29 -0
  749. package/dist/event-types/hooks/use-locked-fields-manager-stub.d.ts.map +1 -0
  750. package/dist/event-types/hooks/use-locked-fields-manager-stub.js +21 -0
  751. package/dist/event-types/hooks/use-platform-tabs-navigations.d.ts +16 -0
  752. package/dist/event-types/hooks/use-platform-tabs-navigations.d.ts.map +1 -0
  753. package/dist/event-types/hooks/use-platform-tabs-navigations.js +69 -0
  754. package/dist/event-types/hooks/use-tabs-navigations.d.ts +40 -0
  755. package/dist/event-types/hooks/use-tabs-navigations.d.ts.map +1 -0
  756. package/dist/event-types/hooks/use-tabs-navigations.js +160 -0
  757. package/dist/event-types/hooks/use-team-event-assignment.d.ts +65 -0
  758. package/dist/event-types/hooks/use-team-event-assignment.d.ts.map +1 -0
  759. package/dist/event-types/hooks/use-team-event-assignment.js +77 -0
  760. package/dist/event-types/hooks/use-team-members-with-segment-platform.d.ts +36 -0
  761. package/dist/event-types/hooks/use-team-members-with-segment-platform.d.ts.map +1 -0
  762. package/dist/event-types/hooks/use-team-members-with-segment-platform.js +68 -0
  763. package/dist/event-types/index.d.ts +2 -0
  764. package/dist/event-types/index.d.ts.map +1 -0
  765. package/dist/event-types/index.js +4 -0
  766. package/dist/event-types/lib/format-event-type-duration.d.ts +13 -0
  767. package/dist/event-types/lib/format-event-type-duration.d.ts.map +1 -0
  768. package/dist/event-types/lib/format-event-type-duration.js +9 -0
  769. package/dist/event-types/payments/payment-form.d.ts +9 -0
  770. package/dist/event-types/payments/payment-form.d.ts.map +1 -0
  771. package/dist/event-types/payments/payment-form.js +110 -0
  772. package/dist/event-types/payments/payment-page-types.d.ts +48 -0
  773. package/dist/event-types/payments/payment-page-types.d.ts.map +1 -0
  774. package/dist/event-types/payments/payment-page-types.js +1 -0
  775. package/dist/event-types/payments/payment.d.ts +39 -0
  776. package/dist/event-types/payments/payment.d.ts.map +1 -0
  777. package/dist/event-types/payments/payment.js +56 -0
  778. package/dist/event-types/payments/stripe-payment-form.d.ts +9 -0
  779. package/dist/event-types/payments/stripe-payment-form.d.ts.map +1 -0
  780. package/dist/event-types/payments/stripe-payment-form.js +71 -0
  781. package/dist/event-types/types.d.ts +16 -0
  782. package/dist/event-types/types.d.ts.map +1 -0
  783. package/dist/event-types/types.js +1 -0
  784. package/dist/event-types/wrappers/create-event-type-platform-wrapper.d.ts +20 -0
  785. package/dist/event-types/wrappers/create-event-type-platform-wrapper.d.ts.map +1 -0
  786. package/dist/event-types/wrappers/create-event-type-platform-wrapper.js +100 -0
  787. package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts +4 -0
  788. package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts.map +1 -0
  789. package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.js +6 -0
  790. package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts +4 -0
  791. package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts.map +1 -0
  792. package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.js +6 -0
  793. package/dist/event-types/wrappers/event-type-platform-wrapper.d.ts +28 -0
  794. package/dist/event-types/wrappers/event-type-platform-wrapper.d.ts.map +1 -0
  795. package/dist/event-types/wrappers/event-type-platform-wrapper.js +240 -0
  796. package/dist/event-types/wrappers/list-event-types-platform-wrapper.d.ts +6 -0
  797. package/dist/event-types/wrappers/list-event-types-platform-wrapper.d.ts.map +1 -0
  798. package/dist/event-types/wrappers/list-event-types-platform-wrapper.js +59 -0
  799. package/dist/event-types/wrappers/types.d.ts +4 -0
  800. package/dist/event-types/wrappers/types.d.ts.map +1 -0
  801. package/dist/event-types/wrappers/types.js +1 -0
  802. package/dist/hooks/bookings/use-booking.d.ts +2 -0
  803. package/dist/hooks/bookings/use-booking.d.ts.map +1 -0
  804. package/dist/hooks/bookings/use-booking.js +22 -0
  805. package/dist/hooks/bookings/use-bookings.d.ts +6 -0
  806. package/dist/hooks/bookings/use-bookings.d.ts.map +1 -0
  807. package/dist/hooks/bookings/use-bookings.js +49 -0
  808. package/dist/hooks/bookings/use-cancel-booking.d.ts +23 -0
  809. package/dist/hooks/bookings/use-cancel-booking.d.ts.map +1 -0
  810. package/dist/hooks/bookings/use-cancel-booking.js +25 -0
  811. package/dist/hooks/bookings/use-create-booking.d.ts +11 -0
  812. package/dist/hooks/bookings/use-create-booking.d.ts.map +1 -0
  813. package/dist/hooks/bookings/use-create-booking.js +24 -0
  814. package/dist/hooks/bookings/use-create-instant-booking.d.ts +10 -0
  815. package/dist/hooks/bookings/use-create-instant-booking.d.ts.map +1 -0
  816. package/dist/hooks/bookings/use-create-instant-booking.js +24 -0
  817. package/dist/hooks/bookings/use-create-recurring-booking.d.ts +10 -0
  818. package/dist/hooks/bookings/use-create-recurring-booking.d.ts.map +1 -0
  819. package/dist/hooks/bookings/use-create-recurring-booking.js +20 -0
  820. package/dist/hooks/bookings/use-get-booking-for-reschedule.d.ts +10 -0
  821. package/dist/hooks/bookings/use-get-booking-for-reschedule.d.ts.map +1 -0
  822. package/dist/hooks/bookings/use-get-booking-for-reschedule.js +32 -0
  823. package/dist/hooks/bookings/use-handle-book-event.d.ts +26 -0
  824. package/dist/hooks/bookings/use-handle-book-event.d.ts.map +1 -0
  825. package/dist/hooks/bookings/use-handle-book-event.js +70 -0
  826. package/dist/hooks/calendars/use-add-selected-calendar.d.ts +21 -0
  827. package/dist/hooks/calendars/use-add-selected-calendar.d.ts.map +1 -0
  828. package/dist/hooks/calendars/use-add-selected-calendar.js +27 -0
  829. package/dist/hooks/calendars/use-delete-calendar-credentials.d.ts +22 -0
  830. package/dist/hooks/calendars/use-delete-calendar-credentials.d.ts.map +1 -0
  831. package/dist/hooks/calendars/use-delete-calendar-credentials.js +33 -0
  832. package/dist/hooks/calendars/use-remove-selected-calendar.d.ts +21 -0
  833. package/dist/hooks/calendars/use-remove-selected-calendar.d.ts.map +1 -0
  834. package/dist/hooks/calendars/use-remove-selected-calendar.js +28 -0
  835. package/dist/hooks/calendars/use-update-destination-calendars.d.ts +21 -0
  836. package/dist/hooks/calendars/use-update-destination-calendars.d.ts.map +1 -0
  837. package/dist/hooks/calendars/use-update-destination-calendars.js +28 -0
  838. package/dist/hooks/connect/use-check.d.ts +21 -0
  839. package/dist/hooks/connect/use-check.d.ts.map +1 -0
  840. package/dist/hooks/connect/use-check.js +32 -0
  841. package/dist/hooks/connect/use-connect.d.ts +18 -0
  842. package/dist/hooks/connect/use-connect.d.ts.map +1 -0
  843. package/dist/hooks/connect/use-connect.js +57 -0
  844. package/dist/hooks/event-types/private/use-create-event-type-form.d.ts +8 -0
  845. package/dist/hooks/event-types/private/use-create-event-type-form.d.ts.map +1 -0
  846. package/dist/hooks/event-types/private/use-create-event-type-form.js +19 -0
  847. package/dist/hooks/event-types/private/use-create-event-type.d.ts +9 -0
  848. package/dist/hooks/event-types/private/use-create-event-type.d.ts.map +1 -0
  849. package/dist/hooks/event-types/private/use-create-event-type.js +24 -0
  850. package/dist/hooks/event-types/private/use-create-team-event-type.d.ts +13 -0
  851. package/dist/hooks/event-types/private/use-create-team-event-type.d.ts.map +1 -0
  852. package/dist/hooks/event-types/private/use-create-team-event-type.js +29 -0
  853. package/dist/hooks/event-types/private/use-delete-event-type-by-id.d.ts +9 -0
  854. package/dist/hooks/event-types/private/use-delete-event-type-by-id.d.ts.map +1 -0
  855. package/dist/hooks/event-types/private/use-delete-event-type-by-id.js +23 -0
  856. package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts +15 -0
  857. package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts.map +1 -0
  858. package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.js +33 -0
  859. package/dist/hooks/event-types/private/use-event-type-by-id.d.ts +4 -0
  860. package/dist/hooks/event-types/private/use-event-type-by-id.d.ts.map +1 -0
  861. package/dist/hooks/event-types/private/use-event-type-by-id.js +22 -0
  862. package/dist/hooks/event-types/public/use-atom-get-public-event.d.ts +13 -0
  863. package/dist/hooks/event-types/public/use-atom-get-public-event.d.ts.map +1 -0
  864. package/dist/hooks/event-types/public/use-atom-get-public-event.js +41 -0
  865. package/dist/hooks/event-types/public/use-event-type.d.ts +5 -0
  866. package/dist/hooks/event-types/public/use-event-type.d.ts.map +1 -0
  867. package/dist/hooks/event-types/public/use-event-type.js +32 -0
  868. package/dist/hooks/event-types/public/use-event-types.d.ts +4 -0
  869. package/dist/hooks/event-types/public/use-event-types.d.ts.map +1 -0
  870. package/dist/hooks/event-types/public/use-event-types.js +22 -0
  871. package/dist/hooks/event-types/public/use-team-event-type.d.ts +4 -0
  872. package/dist/hooks/event-types/public/use-team-event-type.d.ts.map +1 -0
  873. package/dist/hooks/event-types/public/use-team-event-type.js +26 -0
  874. package/dist/hooks/event-types/public/use-team-event-types.d.ts +4 -0
  875. package/dist/hooks/event-types/public/use-team-event-types.d.ts.map +1 -0
  876. package/dist/hooks/event-types/public/use-team-event-types.js +24 -0
  877. package/dist/hooks/organizations/bookings/use-organization-bookings.d.ts +4 -0
  878. package/dist/hooks/organizations/bookings/use-organization-bookings.d.ts.map +1 -0
  879. package/dist/hooks/organizations/bookings/use-organization-bookings.js +27 -0
  880. package/dist/hooks/organizations/bookings/use-organization-user-bookings.d.ts +4 -0
  881. package/dist/hooks/organizations/bookings/use-organization-user-bookings.d.ts.map +1 -0
  882. package/dist/hooks/organizations/bookings/use-organization-user-bookings.js +24 -0
  883. package/dist/hooks/schedules/types.d.ts +37 -0
  884. package/dist/hooks/schedules/types.d.ts.map +1 -0
  885. package/dist/hooks/schedules/types.js +1 -0
  886. package/dist/hooks/schedules/use-atom-create-schedule.d.ts +9 -0
  887. package/dist/hooks/schedules/use-atom-create-schedule.d.ts.map +1 -0
  888. package/dist/hooks/schedules/use-atom-create-schedule.js +26 -0
  889. package/dist/hooks/schedules/use-atom-duplicate-schedule.d.ts +11 -0
  890. package/dist/hooks/schedules/use-atom-duplicate-schedule.d.ts.map +1 -0
  891. package/dist/hooks/schedules/use-atom-duplicate-schedule.js +28 -0
  892. package/dist/hooks/schedules/use-atom-get-all-schedules.d.ts +9 -0
  893. package/dist/hooks/schedules/use-atom-get-all-schedules.d.ts.map +1 -0
  894. package/dist/hooks/schedules/use-atom-get-all-schedules.js +22 -0
  895. package/dist/hooks/schedules/use-atom-schedule.d.ts +8 -0
  896. package/dist/hooks/schedules/use-atom-schedule.d.ts.map +1 -0
  897. package/dist/hooks/schedules/use-atom-schedule.js +24 -0
  898. package/dist/hooks/schedules/use-atom-update-schedule.d.ts +11 -0
  899. package/dist/hooks/schedules/use-atom-update-schedule.d.ts.map +1 -0
  900. package/dist/hooks/schedules/use-atom-update-schedule.js +28 -0
  901. package/dist/hooks/schedules/use-delete-schedule.d.ts +11 -0
  902. package/dist/hooks/schedules/use-delete-schedule.d.ts.map +1 -0
  903. package/dist/hooks/schedules/use-delete-schedule.js +32 -0
  904. package/dist/hooks/schedules/use-ensure-default-schedule.d.ts +3 -0
  905. package/dist/hooks/schedules/use-ensure-default-schedule.d.ts.map +1 -0
  906. package/dist/hooks/schedules/use-ensure-default-schedule.js +12 -0
  907. package/dist/hooks/schedules/use-schedule.d.ts +7 -0
  908. package/dist/hooks/schedules/use-schedule.d.ts.map +1 -0
  909. package/dist/hooks/schedules/use-schedule.js +24 -0
  910. package/dist/hooks/schedules/use-schedules.d.ts +7 -0
  911. package/dist/hooks/schedules/use-schedules.d.ts.map +1 -0
  912. package/dist/hooks/schedules/use-schedules.js +24 -0
  913. package/dist/hooks/schedules/use-update-schedule.d.ts +10 -0
  914. package/dist/hooks/schedules/use-update-schedule.d.ts.map +1 -0
  915. package/dist/hooks/schedules/use-update-schedule.js +28 -0
  916. package/dist/hooks/stripe/use-check.d.ts +22 -0
  917. package/dist/hooks/stripe/use-check.d.ts.map +1 -0
  918. package/dist/hooks/stripe/use-check.js +38 -0
  919. package/dist/hooks/stripe/use-connect.d.ts +5 -0
  920. package/dist/hooks/stripe/use-connect.d.ts.map +1 -0
  921. package/dist/hooks/stripe/use-connect.js +37 -0
  922. package/dist/hooks/teams/use-team-members.d.ts +10 -0
  923. package/dist/hooks/teams/use-team-members.d.ts.map +1 -0
  924. package/dist/hooks/teams/use-team-members.js +25 -0
  925. package/dist/hooks/teams/use-teams.d.ts +7 -0
  926. package/dist/hooks/teams/use-teams.d.ts.map +1 -0
  927. package/dist/hooks/teams/use-teams.js +24 -0
  928. package/dist/hooks/use-api-keys.d.ts +9 -0
  929. package/dist/hooks/use-api-keys.d.ts.map +1 -0
  930. package/dist/hooks/use-api-keys.js +6 -0
  931. package/dist/hooks/use-atoms-context.d.ts +32 -0
  932. package/dist/hooks/use-atoms-context.d.ts.map +1 -0
  933. package/dist/hooks/use-atoms-context.js +15 -0
  934. package/dist/hooks/use-atoms-locale.d.ts +3 -0
  935. package/dist/hooks/use-atoms-locale.d.ts.map +1 -0
  936. package/dist/hooks/use-atoms-locale.js +9 -0
  937. package/dist/hooks/use-available-slots.d.ts +7 -0
  938. package/dist/hooks/use-available-slots.d.ts.map +1 -0
  939. package/dist/hooks/use-available-slots.js +35 -0
  940. package/dist/hooks/use-calendars-busy-times.d.ts +12 -0
  941. package/dist/hooks/use-calendars-busy-times.d.ts.map +1 -0
  942. package/dist/hooks/use-calendars-busy-times.js +39 -0
  943. package/dist/hooks/use-connected-calendars.d.ts +6 -0
  944. package/dist/hooks/use-connected-calendars.d.ts.map +1 -0
  945. package/dist/hooks/use-connected-calendars.js +23 -0
  946. package/dist/hooks/use-delete-selected-slot.d.ts +8 -0
  947. package/dist/hooks/use-delete-selected-slot.d.ts.map +1 -0
  948. package/dist/hooks/use-delete-selected-slot.js +27 -0
  949. package/dist/hooks/use-event-types-list.d.ts +18 -0
  950. package/dist/hooks/use-event-types-list.d.ts.map +1 -0
  951. package/dist/hooks/use-event-types-list.js +23 -0
  952. package/dist/hooks/use-get-city-timezones.d.ts +10 -0
  953. package/dist/hooks/use-get-city-timezones.d.ts.map +1 -0
  954. package/dist/hooks/use-get-city-timezones.js +21 -0
  955. package/dist/hooks/use-is-platform-booker-embed.d.ts +2 -0
  956. package/dist/hooks/use-is-platform-booker-embed.d.ts.map +1 -0
  957. package/dist/hooks/use-is-platform-booker-embed.js +8 -0
  958. package/dist/hooks/use-is-platform.d.ts +2 -0
  959. package/dist/hooks/use-is-platform.d.ts.map +1 -0
  960. package/dist/hooks/use-is-platform.js +8 -0
  961. package/dist/hooks/use-me.d.ts +9 -0
  962. package/dist/hooks/use-me.d.ts.map +1 -0
  963. package/dist/hooks/use-me.js +23 -0
  964. package/dist/hooks/use-o-auth-client.d.ts +18 -0
  965. package/dist/hooks/use-o-auth-client.d.ts.map +1 -0
  966. package/dist/hooks/use-o-auth-client.js +35 -0
  967. package/dist/hooks/use-o-auth-flow.d.ts +15 -0
  968. package/dist/hooks/use-o-auth-flow.d.ts.map +1 -0
  969. package/dist/hooks/use-o-auth-flow.js +79 -0
  970. package/dist/hooks/use-reserve-slot.d.ts +8 -0
  971. package/dist/hooks/use-reserve-slot.d.ts.map +1 -0
  972. package/dist/hooks/use-reserve-slot.js +25 -0
  973. package/dist/hooks/use-schedule-by-event-slug.d.ts +16 -0
  974. package/dist/hooks/use-schedule-by-event-slug.d.ts.map +1 -0
  975. package/dist/hooks/use-schedule-by-event-slug.js +23 -0
  976. package/dist/hooks/use-slots.d.ts +24 -0
  977. package/dist/hooks/use-slots.d.ts.map +1 -0
  978. package/dist/hooks/use-slots.js +72 -0
  979. package/dist/hooks/use-timezone.d.ts +2 -0
  980. package/dist/hooks/use-timezone.d.ts.map +1 -0
  981. package/dist/hooks/use-timezone.js +14 -0
  982. package/dist/hooks/use-update-user-timezone.d.ts +7 -0
  983. package/dist/hooks/use-update-user-timezone.d.ts.map +1 -0
  984. package/dist/hooks/use-update-user-timezone.js +21 -0
  985. package/dist/hooks/use-verify-code.d.ts +18 -0
  986. package/dist/hooks/use-verify-code.d.ts.map +1 -0
  987. package/dist/hooks/use-verify-code.js +58 -0
  988. package/dist/hooks/use-verify-email.d.ts +20 -0
  989. package/dist/hooks/use-verify-email.d.ts.map +1 -0
  990. package/dist/hooks/use-verify-email.js +63 -0
  991. package/dist/index.d.ts +162 -6258
  992. package/dist/index.d.ts.map +1 -0
  993. package/dist/index.js +333 -0
  994. package/dist/lib/append-client-id-to-email.d.ts +2 -0
  995. package/dist/lib/append-client-id-to-email.d.ts.map +1 -0
  996. package/dist/lib/append-client-id-to-email.js +7 -0
  997. package/dist/lib/get-placeholder-content.d.ts +16 -0
  998. package/dist/lib/get-placeholder-content.d.ts.map +1 -0
  999. package/dist/lib/get-placeholder-content.js +13 -0
  1000. package/dist/lib/get-query-param.d.ts +3 -0
  1001. package/dist/lib/get-query-param.d.ts.map +1 -0
  1002. package/dist/lib/get-query-param.js +7 -0
  1003. package/dist/lib/get-utm-tracking-parameters.d.ts +5 -0
  1004. package/dist/lib/get-utm-tracking-parameters.d.ts.map +1 -0
  1005. package/dist/lib/get-utm-tracking-parameters.js +10 -0
  1006. package/dist/lib/http.d.ts +24 -0
  1007. package/dist/lib/http.d.ts.map +1 -0
  1008. package/dist/lib/http.js +68 -0
  1009. package/dist/lib/markdown-to-safe-html-client.d.ts +8 -0
  1010. package/dist/lib/markdown-to-safe-html-client.d.ts.map +1 -0
  1011. package/dist/lib/markdown-to-safe-html-client.js +24 -0
  1012. package/dist/lib/markdown-to-safe-html.d.ts +2 -0
  1013. package/dist/lib/markdown-to-safe-html.d.ts.map +1 -0
  1014. package/dist/lib/markdown-to-safe-html.js +11 -0
  1015. package/dist/lib/set-query-param.d.ts +3 -0
  1016. package/dist/lib/set-query-param.d.ts.map +1 -0
  1017. package/dist/lib/set-query-param.js +7 -0
  1018. package/dist/lib/time-zones.d.ts +15 -0
  1019. package/dist/lib/time-zones.d.ts.map +1 -0
  1020. package/dist/lib/time-zones.js +10 -0
  1021. package/dist/lib/use-locale.d.ts +9 -0
  1022. package/dist/lib/use-locale.d.ts.map +1 -0
  1023. package/dist/lib/use-locale.js +13 -0
  1024. package/dist/lib/utils.d.ts +3 -0
  1025. package/dist/lib/utils.d.ts.map +1 -0
  1026. package/dist/lib/utils.js +8 -0
  1027. package/dist/list-schedules/components/schedule-list-item.d.ts +39 -0
  1028. package/dist/list-schedules/components/schedule-list-item.d.ts.map +1 -0
  1029. package/dist/list-schedules/components/schedule-list-item.js +122 -0
  1030. package/dist/list-schedules/index.d.ts +2 -0
  1031. package/dist/list-schedules/index.d.ts.map +1 -0
  1032. package/dist/list-schedules/index.js +4 -0
  1033. package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts +6 -0
  1034. package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts.map +1 -0
  1035. package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.js +99 -0
  1036. package/dist/node_modules/.bun/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/esm/extends.js +12 -0
  1037. package/dist/node_modules/.bun/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.js +532 -0
  1038. package/dist/node_modules/.bun/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +403 -0
  1039. package/dist/node_modules/.bun/@floating-ui_react-dom@2.1.8_21ccd8898788a04d/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +232 -0
  1040. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
  1041. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +128 -0
  1042. package/dist/node_modules/.bun/@radix-ui_primitive@1.0.1/node_modules/@radix-ui/primitive/dist/index.js +8 -0
  1043. package/dist/node_modules/.bun/@radix-ui_react-arrow@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-arrow/dist/index.js +19 -0
  1044. package/dist/node_modules/.bun/@radix-ui_react-compose-refs@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-compose-refs/dist/index.js +16 -0
  1045. package/dist/node_modules/.bun/@radix-ui_react-context@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-context/dist/index.js +85 -0
  1046. package/dist/node_modules/.bun/@radix-ui_react-dismissable-layer@1.0.4_20d1060667f1d6f1/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +135 -0
  1047. package/dist/node_modules/.bun/@radix-ui_react-focus-guards@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-focus-guards/dist/index.js +20 -0
  1048. package/dist/node_modules/.bun/@radix-ui_react-focus-scope@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-focus-scope/dist/index.js +179 -0
  1049. package/dist/node_modules/.bun/@radix-ui_react-popover@1.0.6_20d1060667f1d6f1/node_modules/@radix-ui/react-popover/dist/index.js +213 -0
  1050. package/dist/node_modules/.bun/@radix-ui_react-popper@1.1.2_20d1060667f1d6f1/node_modules/@radix-ui/react-popper/dist/index.js +215 -0
  1051. package/dist/node_modules/.bun/@radix-ui_react-portal@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-portal/dist/index.js +14 -0
  1052. package/dist/node_modules/.bun/@radix-ui_react-presence@1.0.1_20d1060667f1d6f1/node_modules/@radix-ui/react-presence/dist/index.js +81 -0
  1053. package/dist/node_modules/.bun/@radix-ui_react-primitive@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-primitive/dist/index.js +44 -0
  1054. package/dist/node_modules/.bun/@radix-ui_react-slot@1.0.2_18a90a95e6705280/node_modules/@radix-ui/react-slot/dist/index.js +53 -0
  1055. package/dist/node_modules/.bun/@radix-ui_react-use-callback-ref@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +16 -0
  1056. package/dist/node_modules/.bun/@radix-ui_react-use-controllable-state@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +36 -0
  1057. package/dist/node_modules/.bun/@radix-ui_react-use-escape-keydown@1.0.3_18a90a95e6705280/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +17 -0
  1058. package/dist/node_modules/.bun/@radix-ui_react-use-layout-effect@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +6 -0
  1059. package/dist/node_modules/.bun/@radix-ui_react-use-size@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-size/dist/index.js +36 -0
  1060. package/dist/node_modules/.bun/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js +52 -0
  1061. package/dist/node_modules/.bun/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js +7 -0
  1062. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/component.js +71 -0
  1063. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +7 -0
  1064. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +25 -0
  1065. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/Combination.js +11 -0
  1066. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +109 -0
  1067. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/UI.js +31 -0
  1068. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +16 -0
  1069. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +62 -0
  1070. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/medium.js +5 -0
  1071. package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/sidecar.js +7 -0
  1072. package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/component.js +11 -0
  1073. package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/hook.js +15 -0
  1074. package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/singleton.js +30 -0
  1075. package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.js +27 -0
  1076. package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/assignRef.js +6 -0
  1077. package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +26 -0
  1078. package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/useRef.js +25 -0
  1079. package/dist/node_modules/.bun/use-sidecar@1.1.3_18a90a95e6705280/node_modules/use-sidecar/dist/es2015/exports.js +18 -0
  1080. package/dist/node_modules/.bun/use-sidecar@1.1.3_18a90a95e6705280/node_modules/use-sidecar/dist/es2015/medium.js +67 -0
  1081. package/dist/onboarding/continue-with-calcom.d.ts +3 -0
  1082. package/dist/onboarding/continue-with-calcom.d.ts.map +1 -0
  1083. package/dist/onboarding/continue-with-calcom.js +429 -0
  1084. package/dist/onboarding/export.d.ts +3 -0
  1085. package/dist/onboarding/export.d.ts.map +1 -0
  1086. package/dist/onboarding/onboarding-embed.d.ts +3 -0
  1087. package/dist/onboarding/onboarding-embed.d.ts.map +1 -0
  1088. package/dist/onboarding/onboarding-embed.js +182 -0
  1089. package/dist/onboarding/types.d.ts +31 -0
  1090. package/dist/onboarding/types.d.ts.map +1 -0
  1091. package/dist/onboarding/types.js +1 -0
  1092. package/dist/router/index.d.ts +2 -0
  1093. package/dist/router/index.d.ts.map +1 -0
  1094. package/dist/router/index.js +4 -0
  1095. package/dist/router/router.d.ts +30 -0
  1096. package/dist/router/router.d.ts.map +1 -0
  1097. package/dist/router/router.js +65 -0
  1098. package/dist/selected-calendars/index.d.ts +2 -0
  1099. package/dist/selected-calendars/index.d.ts.map +1 -0
  1100. package/dist/selected-calendars/index.js +4 -0
  1101. package/dist/selected-calendars/selected-calendars-settings.d.ts +6 -0
  1102. package/dist/selected-calendars/selected-calendars-settings.d.ts.map +1 -0
  1103. package/dist/selected-calendars/selected-calendars-settings.js +6 -0
  1104. package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts +38 -0
  1105. package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts.map +1 -0
  1106. package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.js +306 -0
  1107. package/dist/timezone/index.d.ts +6 -0
  1108. package/dist/timezone/index.d.ts.map +1 -0
  1109. package/dist/timezone/index.js +33 -0
  1110. package/dist/timezone/timezone-select-component.d.ts +15 -0
  1111. package/dist/timezone/timezone-select-component.d.ts.map +1 -0
  1112. package/dist/timezone/timezone-select-component.js +136 -0
  1113. package/dist/troubleshooter/components/calendar-toggle-container-component.d.ts +31 -0
  1114. package/dist/troubleshooter/components/calendar-toggle-container-component.d.ts.map +1 -0
  1115. package/dist/troubleshooter/components/calendar-toggle-container-component.js +81 -0
  1116. package/dist/troubleshooter/components/event-schedule-item-component.d.ts +12 -0
  1117. package/dist/troubleshooter/components/event-schedule-item-component.d.ts.map +1 -0
  1118. package/dist/troubleshooter/components/event-schedule-item-component.js +28 -0
  1119. package/dist/troubleshooter/components/event-type-select-component.d.ts +18 -0
  1120. package/dist/troubleshooter/components/event-type-select-component.d.ts.map +1 -0
  1121. package/dist/troubleshooter/components/event-type-select-component.js +75 -0
  1122. package/dist/troubleshooter/components/troubleshooter-list-item-container.d.ts +12 -0
  1123. package/dist/troubleshooter/components/troubleshooter-list-item-container.d.ts.map +1 -0
  1124. package/dist/troubleshooter/components/troubleshooter-list-item-container.js +31 -0
  1125. package/dist/troubleshooter/index.d.ts +2 -0
  1126. package/dist/troubleshooter/index.d.ts.map +1 -0
  1127. package/dist/troubleshooter/index.js +4 -0
  1128. package/dist/troubleshooter/large-calendar/large-calendar.d.ts +6 -0
  1129. package/dist/troubleshooter/large-calendar/large-calendar.d.ts.map +1 -0
  1130. package/dist/troubleshooter/large-calendar/large-calendar.js +10 -0
  1131. package/dist/troubleshooter/sidebar/calendar-toggle-container.d.ts +7 -0
  1132. package/dist/troubleshooter/sidebar/calendar-toggle-container.d.ts.map +1 -0
  1133. package/dist/troubleshooter/sidebar/calendar-toggle-container.js +22 -0
  1134. package/dist/troubleshooter/sidebar/event-schedule-item.d.ts +2 -0
  1135. package/dist/troubleshooter/sidebar/event-schedule-item.d.ts.map +1 -0
  1136. package/dist/troubleshooter/sidebar/event-schedule-item.js +13 -0
  1137. package/dist/troubleshooter/sidebar/event-type-select.d.ts +2 -0
  1138. package/dist/troubleshooter/sidebar/event-type-select.d.ts.map +1 -0
  1139. package/dist/troubleshooter/sidebar/event-type-select.js +10 -0
  1140. package/dist/troubleshooter/sidebar/troubleshooter-sidebar.d.ts +17 -0
  1141. package/dist/troubleshooter/sidebar/troubleshooter-sidebar.d.ts.map +1 -0
  1142. package/dist/troubleshooter/sidebar/troubleshooter-sidebar.js +28 -0
  1143. package/dist/troubleshooter/store.d.ts +30 -0
  1144. package/dist/troubleshooter/store.d.ts.map +1 -0
  1145. package/dist/troubleshooter/store.js +52 -0
  1146. package/dist/troubleshooter/types.d.ts +11 -0
  1147. package/dist/troubleshooter/types.d.ts.map +1 -0
  1148. package/dist/troubleshooter/types.js +1 -0
  1149. package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts +14 -0
  1150. package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts.map +1 -0
  1151. package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.js +68 -0
  1152. package/dist/types.d.ts +8 -0
  1153. package/dist/types.d.ts.map +1 -0
  1154. package/dist/types.js +1 -0
  1155. package/dist/vendor/analytics.d.ts +17 -0
  1156. package/dist/vendor/analytics.d.ts.map +1 -0
  1157. package/dist/vendor/analytics.js +8 -0
  1158. package/dist/vendor/availability.d.ts +15 -0
  1159. package/dist/vendor/availability.d.ts.map +1 -0
  1160. package/dist/vendor/availability.js +27 -0
  1161. package/dist/vendor/avatar-url.d.ts +23 -0
  1162. package/dist/vendor/avatar-url.d.ts.map +1 -0
  1163. package/dist/vendor/avatar-url.js +18 -0
  1164. package/dist/vendor/booker-url.d.ts +13 -0
  1165. package/dist/vendor/booker-url.d.ts.map +1 -0
  1166. package/dist/vendor/booker-url.js +14 -0
  1167. package/dist/vendor/booking-to-mutation-input.d.ts +96 -0
  1168. package/dist/vendor/booking-to-mutation-input.d.ts.map +1 -0
  1169. package/dist/vendor/booking-to-mutation-input.js +73 -0
  1170. package/dist/vendor/cal-ai-phone.d.ts +4 -0
  1171. package/dist/vendor/cal-ai-phone.d.ts.map +1 -0
  1172. package/dist/vendor/cal-ai-phone.js +31 -0
  1173. package/dist/vendor/check-for-empty-assignment.d.ts +16 -0
  1174. package/dist/vendor/check-for-empty-assignment.d.ts.map +1 -0
  1175. package/dist/vendor/check-for-empty-assignment.js +11 -0
  1176. package/dist/vendor/children-event-type.d.ts +44 -0
  1177. package/dist/vendor/children-event-type.d.ts.map +1 -0
  1178. package/dist/vendor/children-event-type.js +14 -0
  1179. package/dist/vendor/currency.d.ts +3 -0
  1180. package/dist/vendor/currency.d.ts.map +1 -0
  1181. package/dist/vendor/currency.js +34 -0
  1182. package/dist/vendor/dayjs/index.d.ts +5 -0
  1183. package/dist/vendor/dayjs/index.d.ts.map +1 -0
  1184. package/dist/vendor/dayjs/index.js +27 -0
  1185. package/dist/vendor/dayjs/plugins/business-days-plugin.d.ts +11 -0
  1186. package/dist/vendor/dayjs/plugins/business-days-plugin.d.ts.map +1 -0
  1187. package/dist/vendor/dayjs/plugins/business-days-plugin.js +70 -0
  1188. package/dist/vendor/dayjs-utils.d.ts +4 -0
  1189. package/dist/vendor/dayjs-utils.d.ts.map +1 -0
  1190. package/dist/vendor/dayjs-utils.js +10 -0
  1191. package/dist/vendor/error-codes.d.ts +40 -0
  1192. package/dist/vendor/error-codes.d.ts.map +1 -0
  1193. package/dist/vendor/error-codes.js +4 -0
  1194. package/dist/vendor/event-naming.d.ts +33 -0
  1195. package/dist/vendor/event-naming.d.ts.map +1 -0
  1196. package/dist/vendor/event-naming.js +9 -0
  1197. package/dist/vendor/form-builder/base-schema.d.ts +917 -0
  1198. package/dist/vendor/form-builder/base-schema.d.ts.map +1 -0
  1199. package/dist/vendor/form-builder/base-schema.js +98 -0
  1200. package/dist/vendor/form-builder/field-type-enum.d.ts +4 -0
  1201. package/dist/vendor/form-builder/field-type-enum.d.ts.map +1 -0
  1202. package/dist/vendor/form-builder/field-type-enum.js +21 -0
  1203. package/dist/vendor/form-builder/field-types.d.ts +5 -0
  1204. package/dist/vendor/form-builder/field-types.d.ts.map +1 -0
  1205. package/dist/vendor/form-builder/field-types.js +156 -0
  1206. package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts +3 -0
  1207. package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts.map +1 -0
  1208. package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.js +4 -0
  1209. package/dist/vendor/form-builder/props-types.d.ts +18 -0
  1210. package/dist/vendor/form-builder/props-types.d.ts.map +1 -0
  1211. package/dist/vendor/form-builder/props-types.js +20 -0
  1212. package/dist/vendor/form-builder/schema.d.ts +761 -0
  1213. package/dist/vendor/form-builder/schema.d.ts.map +1 -0
  1214. package/dist/vendor/form-builder/schema.js +174 -0
  1215. package/dist/vendor/form-builder/system-field.d.ts +9 -0
  1216. package/dist/vendor/form-builder/system-field.d.ts.map +1 -0
  1217. package/dist/vendor/form-builder/system-field.js +29 -0
  1218. package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts +12 -0
  1219. package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts.map +1 -0
  1220. package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.js +45 -0
  1221. package/dist/vendor/form-builder/utils/get-field-identifier.d.ts +2 -0
  1222. package/dist/vendor/form-builder/utils/get-field-identifier.d.ts.map +1 -0
  1223. package/dist/vendor/form-builder/utils/get-field-identifier.js +5 -0
  1224. package/dist/vendor/form-builder/utils/variants-config.d.ts +40 -0
  1225. package/dist/vendor/form-builder/utils/variants-config.d.ts.map +1 -0
  1226. package/dist/vendor/form-builder/utils/variants-config.js +49 -0
  1227. package/dist/vendor/form-builder/utils.d.ts +7 -0
  1228. package/dist/vendor/form-builder/utils.d.ts.map +1 -0
  1229. package/dist/vendor/form-builder/utils.js +25 -0
  1230. package/dist/vendor/form-builder-widgets/index.d.ts +49 -0
  1231. package/dist/vendor/form-builder-widgets/index.d.ts.map +1 -0
  1232. package/dist/vendor/form-builder-widgets/index.js +128 -0
  1233. package/dist/vendor/format-date-time.d.ts +15 -0
  1234. package/dist/vendor/format-date-time.d.ts.map +1 -0
  1235. package/dist/vendor/format-date-time.js +72 -0
  1236. package/dist/vendor/get-available-dates-in-month.d.ts +12 -0
  1237. package/dist/vendor/get-available-dates-in-month.d.ts.map +1 -0
  1238. package/dist/vendor/get-available-dates-in-month.js +20 -0
  1239. package/dist/vendor/get-avatar-url.d.ts +5 -0
  1240. package/dist/vendor/get-avatar-url.d.ts.map +1 -0
  1241. package/dist/vendor/get-avatar-url.js +7 -0
  1242. package/dist/vendor/get-routed-team-member-ids.d.ts +2 -0
  1243. package/dist/vendor/get-routed-team-member-ids.d.ts.map +1 -0
  1244. package/dist/vendor/get-routed-team-member-ids.js +7 -0
  1245. package/dist/vendor/get-stripe.d.ts +7 -0
  1246. package/dist/vendor/get-stripe.d.ts.map +1 -0
  1247. package/dist/vendor/get-stripe.js +8 -0
  1248. package/dist/vendor/get-username-list.d.ts +2 -0
  1249. package/dist/vendor/get-username-list.d.ts.map +1 -0
  1250. package/dist/vendor/get-username-list.js +8 -0
  1251. package/dist/vendor/hooks/use-debounce.d.ts +2 -0
  1252. package/dist/vendor/hooks/use-debounce.d.ts.map +1 -0
  1253. package/dist/vendor/hooks/use-debounce.js +15 -0
  1254. package/dist/vendor/hooks/use-media-query.d.ts +3 -0
  1255. package/dist/vendor/hooks/use-media-query.d.ts.map +1 -0
  1256. package/dist/vendor/hooks/use-media-query.js +15 -0
  1257. package/dist/vendor/hooks/use-router-query.d.ts +2 -0
  1258. package/dist/vendor/hooks/use-router-query.d.ts.map +1 -0
  1259. package/dist/vendor/hooks/use-router-query.js +25 -0
  1260. package/dist/vendor/host-group-utils.d.ts +19 -0
  1261. package/dist/vendor/host-group-utils.d.ts.map +1 -0
  1262. package/dist/vendor/host-group-utils.js +27 -0
  1263. package/dist/vendor/interval-limit.d.ts +6 -0
  1264. package/dist/vendor/interval-limit.d.ts.map +1 -0
  1265. package/dist/vendor/interval-limit.js +8 -0
  1266. package/dist/vendor/invert-logo-on-dark.d.ts +2 -0
  1267. package/dist/vendor/invert-logo-on-dark.d.ts.map +1 -0
  1268. package/dist/vendor/invert-logo-on-dark.js +6 -0
  1269. package/dist/vendor/locales/de/common.json.d.ts +319 -0
  1270. package/dist/vendor/locales/de/common.json.js +626 -0
  1271. package/dist/vendor/locales/en/common.json.d.ts +319 -0
  1272. package/dist/vendor/locales/en/common.json.js +626 -0
  1273. package/dist/vendor/locales/es/common.json.d.ts +319 -0
  1274. package/dist/vendor/locales/es/common.json.js +626 -0
  1275. package/dist/vendor/locales/fr/common.json.d.ts +319 -0
  1276. package/dist/vendor/locales/fr/common.json.js +626 -0
  1277. package/dist/vendor/locales/it/common.json.d.ts +319 -0
  1278. package/dist/vendor/locales/it/common.json.js +626 -0
  1279. package/dist/vendor/locales/nl/common.json.d.ts +319 -0
  1280. package/dist/vendor/locales/nl/common.json.js +626 -0
  1281. package/dist/vendor/locales/pt-BR/common.json.d.ts +319 -0
  1282. package/dist/vendor/locales/pt-BR/common.json.js +626 -0
  1283. package/dist/vendor/locations-resolver.d.ts +38 -0
  1284. package/dist/vendor/locations-resolver.d.ts.map +1 -0
  1285. package/dist/vendor/locations-resolver.js +16 -0
  1286. package/dist/vendor/locations.d.ts +58 -0
  1287. package/dist/vendor/locations.d.ts.map +1 -0
  1288. package/dist/vendor/locations.js +168 -0
  1289. package/dist/vendor/parse-dates.d.ts +18 -0
  1290. package/dist/vendor/parse-dates.d.ts.map +1 -0
  1291. package/dist/vendor/parse-dates.js +56 -0
  1292. package/dist/vendor/payments.d.ts +50 -0
  1293. package/dist/vendor/payments.d.ts.map +1 -0
  1294. package/dist/vendor/payments.js +48 -0
  1295. package/dist/vendor/phone-input/phone-input.d.ts +17 -0
  1296. package/dist/vendor/phone-input/phone-input.d.ts.map +1 -0
  1297. package/dist/vendor/phone-input/phone-input.js +84 -0
  1298. package/dist/vendor/phone-input/phone-masks.d.ts +8 -0
  1299. package/dist/vendor/phone-input/phone-masks.d.ts.map +1 -0
  1300. package/dist/vendor/phone-input/phone-masks.js +10 -0
  1301. package/dist/vendor/query-param.d.ts +4 -0
  1302. package/dist/vendor/query-param.d.ts.map +1 -0
  1303. package/dist/vendor/query-param.js +23 -0
  1304. package/dist/vendor/recurring.d.ts +27 -0
  1305. package/dist/vendor/recurring.d.ts.map +1 -0
  1306. package/dist/vendor/recurring.js +24 -0
  1307. package/dist/vendor/schedule-list-item.d.ts +55 -0
  1308. package/dist/vendor/schedule-list-item.d.ts.map +1 -0
  1309. package/dist/vendor/schedule-list-item.js +12 -0
  1310. package/dist/vendor/scroll.d.ts +2 -0
  1311. package/dist/vendor/scroll.d.ts.map +1 -0
  1312. package/dist/vendor/scroll.js +6 -0
  1313. package/dist/vendor/server-trans.d.ts +25 -0
  1314. package/dist/vendor/server-trans.d.ts.map +1 -0
  1315. package/dist/vendor/server-trans.js +38 -0
  1316. package/dist/vendor/slugify.d.ts +3 -0
  1317. package/dist/vendor/slugify.d.ts.map +1 -0
  1318. package/dist/vendor/slugify.js +13 -0
  1319. package/dist/vendor/time-format.d.ts +10 -0
  1320. package/dist/vendor/time-format.d.ts.map +1 -0
  1321. package/dist/vendor/time-format.js +18 -0
  1322. package/dist/vendor/time-preferences.d.ts +14 -0
  1323. package/dist/vendor/time-preferences.d.ts.map +1 -0
  1324. package/dist/vendor/time-preferences.js +18 -0
  1325. package/dist/vendor/time-shift.d.ts +6 -0
  1326. package/dist/vendor/time-shift.d.ts.map +1 -0
  1327. package/dist/vendor/time-shift.js +19 -0
  1328. package/dist/vendor/timezone-constants.d.ts +3 -0
  1329. package/dist/vendor/timezone-constants.d.ts.map +1 -0
  1330. package/dist/vendor/timezone-constants.js +8 -0
  1331. package/dist/vendor/timezone.d.ts +10 -0
  1332. package/dist/vendor/timezone.d.ts.map +1 -0
  1333. package/dist/vendor/timezone.js +66 -0
  1334. package/dist/vendor/validate-booker-layouts.d.ts +8 -0
  1335. package/dist/vendor/validate-booker-layouts.d.ts.map +1 -0
  1336. package/dist/vendor/validate-booker-layouts.js +18 -0
  1337. package/dist/vendor/webstorage.d.ts +18 -0
  1338. package/dist/vendor/webstorage.d.ts.map +1 -0
  1339. package/dist/vendor/webstorage.js +77 -0
  1340. package/dist/vendor/weekday.d.ts +5 -0
  1341. package/dist/vendor/weekday.d.ts.map +1 -0
  1342. package/dist/vendor/weekday.js +20 -0
  1343. package/dist/vendor/weekstart.d.ts +3 -0
  1344. package/dist/vendor/weekstart.d.ts.map +1 -0
  1345. package/dist/vendor/weekstart.js +19 -0
  1346. package/package.json +333 -5
  1347. package/dist/cal-atoms.js +0 -191
  1348. package/dist/index-CX3mF0eE.js +0 -22128
  1349. package/dist/stripe-payment-form-BkyG0n4F.js +0 -118
  1350. /package/dist/{cal-atoms.css → atoms.css} +0 -0
@@ -0,0 +1,626 @@
1
+ const e = "highest", t = "I acknowledge that if I do not attend this event that a {{amount, currency}} no show fee will be applied to my card.", o = "active", Ea = "Add", n = "Add a calendar", a = "Add a member", s = "Add an override", i = "Add another", c = "Add attendees", r = "Add {{calendar}} Calendar", l = "Add events to", _ = "Add Group", d = "Add new time slot", u = "Add to calendar", m = "Select where to add events when you're booked.", h = "All booked.", Ia = "and", p = "App removed successfully", b = "Connected Apple Calendar", g = "Connect Apple Calendar", y = "Checking Apple Calendar", v = "Apply", f = "Apps", w = "Are you sure you want to remove this app?", k = "When this option is enabled, any team member — including future members — who has a personal event type with the slug /{{slug}} will have their booking link automatically replaced. They will be notified via email.", C = "Booking links may be replaced for team members", S = "Assign to", A = "Assignment", T = "Schedule meetings when everyone is available or rotate through members on your team", D = "Add all team members, including future members", x = "Availability", N = "Availability schedule", P = "Availability settings", R = "Back", B = "Basics", M = "Beta", W = "This feature is in Beta. Send feedback to", E = "We could not find the event you are trying to book.", I = "Could not book the meeting.", O = "No more seats available", U = "Recurring event doesn't support booking limit per booker feature. Disable booking limit per booker to enable Recurring event.", q = "Try reconnecting your calendar with all necessary permissions", G = "Calendar Settings", Y = "Calendars we're checking for conflicts", L = "Can you try again with a different time?", z = "Cancel", V = "This event type cannot be deleted", F = "change priority", H = "Check for conflicts", j = "Close", Q = "Code", Z = "Collective", $ = "Schedule meetings when all selected team members are available.", J = "Complete your booking", K = "Conferencing", X = "Add your favourite video conferencing apps for your meetings", ee = "Confirm", te = "Confirm your details", oe = "Connect now", ne = "We are connecting you to someone from {{orgName}}.", ae = "Continue with {{appName}}", se = "Copy times to", ie = "Copy times to …", ce = "Create your own booking link with {{appName}}", re = "Create events on", le = "Create a new schedule", _e = "Date overrides", de = "Delete date overrides on {{date}}", ue = "Select the dates to override", me = "Which hours are you free?", he = "Date overrides are archived automatically after the date has passed", pe = "Mark unavailable (All day)", be = "Save override", ge = "Add dates when your availability changes from your daily hours.", ye = "Unavailable all day", ve = "Update override", fe = "Date override added successfully", we = "Update the locations for the selected event types", ke = "Bulk update existing event types", Ce = "Default reminder", Se = "Set the default reminder time for events added to your Google Calendar.", Ae = "Working hours", Te = "Update the schedules for the selected event types", De = "Delete event type?", xe = "Are you sure you want to delete this event type?", Ne = "Delete schedule", Pe = "Deleting a schedule will remove it from all event types. This action cannot be undone.", Re = "Description", Be = "Done", Me = "Don't want to wait?", We = "You are doing a test booking.", Ee = "Duplicate", Ie = "Duration", Oe = "Duration cannot exceed {{max}} minutes (24 hours)", Ue = "Duration must be at least {{min}} minute(s)", qe = "Edit", Ge = "Enable weights", Ye = "Enter the 6 digit code we sent to {{email}}", Le = "Please enter a number between 1 and {{maxOccurences}}", ze = "An error occurred when booking the event, please refresh the page and try again", Ve = "Error loading event types", Fe = "Error removing app", He = "Advanced", je = "Limits", Qe = "Booking limits must be in ascending order. [day, week, month, year]", Ze = "Duration limits must be in ascending order. [day, week, month, year]", $e = "Event Setup: The duration must be at least 1 minute.", Je = "Event Setup: Please select a valid default duration.", Ke = "Event Setup: Multiple durations requires at least 1 option.", Xe = "You can only have one payment app enabled per event type.", et = "Event type", tt = "Event type deleted successfully", ot = "{{eventTypeTitle}} event type updated successfully", nt = "Events", at = "Every {{freq}} for", st = "You are leaving Cal.com", it = "You are being redirected to an external website not operated by Cal.com. If you would like to proceed, click continue.", ct = "Filter by attributes", rt = "Fixed hosts", lt = "For a maximum of", _t = "Former time", dt = "Go back", ut = "Connected Google Calendar", mt = "Connect Google Calendar", ht = "Checking Google Calendar", pt = "Google Meet", bt = "Having trouble finding a time?", gt = "Hidden", yt = "high", vt = "No availability on this holiday", ft = "Host is redirecting you to {{hostname}}:", wt = "{{count}}h", kt = "Include no show bookings in round robin calculations", Ct = "Install calendar", St = "Installed", At = "{{count}} installed", Tt = "Instant booking", Dt = "It looks like permissions expired or were revoked for {{appName}}.", xt = "{{item}} is an invalid variable in your event name", Nt = "You've just connected. Please book from above slots or retry later.", Pt = "Launch troubleshooter", Rt = "Layout", Bt = "Loading...", Mt = "{{locationCount}} location options", Oa = "low", Wt = "lowest", Et = "Manage calendars", It = "Managed", Ot = "Managed event", Ut = "Create & distribute event types in bulk to team members", qt = "If you choose to replace it, we will notify them. Go back and remove them if you don't want to overwrite it.", Gt = "Replace & notify {{count}} member", Yt = "Replace & notify {{count}} members", Lt = "The url /{{slug}} already exists for {{count}} member. Do you want to replace it?", zt = "The url /{{slug}} already exists for {{count}} members. Do you want to replace it?", Vt = '"username" will be filled by the username of the members assigned', Ft = "medium", Ht = "Meeting url is in the confirmation email", jt = "Member", Qt = "Member's default schedule", Zt = "{{count}}m", $t = "mins", Jt = "Minutes", Kt = "{{count}}$t({{unit}}_short)", Xt = "Name", eo = "Nameless Calendar", to = "Need help?", oo = "No availability in {{month}}", no = "No calendar installed", ao = "You have not yet connected any of your calendars", so = "No {{category}} apps", io = "Try adding a conference app for video calls with your clients", co = "No event types setup", ro = "This user hasn't set up any event types yet.", lo = "No schedules found", _o = "No-show fee", uo = "Not installed", mo = "{{num}} location options", ho = "Please enter number in international format.", po = "{{count}} member", bo = "{{count}} members", go = "occurrence", yo = "occurrences", vo = "MS Teams Video", fo = "Book {{displayName}}", wo = "{{displayName}} is OOO", ko = "Options", Co = "Connected Outlook Calendar", So = "Connect Outlook Calendar", Ao = "Checking Outlook Calendar", To = "Overlay my calendar", Do = "By connecting to your calendar, you accept our privacy policy and terms of use. You may revoke access at any time.", xo = "Owner", No = "Paid", Po = "Pay to book", Ro = "Pay now", Bo = "Payment", Mo = "Pending", Wo = "It looks like all of our experts are busy right now. Please schedule a call at a time that works best for you and we'll be ready to assist you.", Eo = "Please do not close or refresh this page", Io = "Please install a calendar", Oo = " Please schedule a future call if we're not available in {{seconds}} seconds", Uo = "{{count}} more", qo = "Preview", Go = "Price", Yo = "Priority for {{userName}}", Lo = "Privacy policy", zo = "By proceeding, you agree to our", Vo = "Quick chat", Fo = "A quick video meeting.", Ho = "Recurring", jo = "Recurring event", Qo = "Recurring event doesn't support seats feature. Disable seats feature or make the event non-recurring.", Zo = "Refunded", $o = "Remove app", Jo = "Repeats every", Ko = "Repeats {{count}} times", Xo = "You are required to have at least one schedule", en = "Requires confirmation", tn = "Reschedule", on = "Could not reschedule the meeting.", nn = "Round robin", an = "Cycle meetings between multiple team members.", sn = "Round-robin hosts", cn = "Distribution", rn = "Allows bookers to book meetings whenever a host is available. Use this to maximize the number of potential meetings booked and when the even distribution of meetings across hosts is less important.", ln = "Maximize availability", _n = "We will monitor how many bookings have been made with each host and compare this with others, disabling some hosts that are too far ahead so bookings are evenly distributed.", dn = "Load balancing", un = "Allows for optimising distribution for maximum availability or to aim for a more balanced assignment.", mn = "Load Balancing is only available when the timestamp basis is set to Booking Creation Time", hn = "Load Balancing is not available with Round Robin Groups", pn = "Save", bn = "{{scheduleName}} schedule created successfully", gn = "Schedule instead", yn = "Scheduling type", vn = "Currently cannot enable seats and charge a no-show fee", fn = "Seats available", wn = "Seats available", kn = "Seat available", Cn = "Seats available", Sn = "Seats available", An = "Seats available", Tn = "Seats feature doesn't support recurring event. Disable seats feature to make it recurring.", Dn = "Seats filling fast", xn = "Seats almost full", Nn = "Select...", Pn = "Select all", Rn = "Select which calendars you want to check for conflicts to prevent double bookings.", Bn = "Select on the next step", Mn = "Set as default", Wn = "Set priority", En = "Set as default", In = "Set weight", On = "Show on Profile", Un = "Show more", qn = "By entering your phone number you consent to receive SMS messages for this event. SMS rates may apply.", Gn = "Something doesn't look right?", Yn = "Something went wrong.", Ln = "Somewhere else", zn = "Connected Stripe", Vn = "Connect to Stripe", Fn = "Checking Stripe credentials", Hn = "Submit", jn = "Submit card", Qn = "Switch to column view", Zn = "Switch to monthly view", $n = "Switch to weekly view", Jn = "{{team}} is unpublished", Kn = "Terms", Xn = "Time format", ea = "Time shift", ta = "Select timeslot", oa = "Please select a timeslot to book the event.", na = "No timeslot selected", aa = "Taken", sa = "Timezone", ia = "Title", ca = "Today", ra = "Toggle the calendars you want to check for conflicts to prevent double bookings.", la = "Trace reference ID", _a = "Troubleshooter", da = "Open the troubleshooter and figure out what is wrong with your schedule", ua = "Unavailable", ma = "Unavailable timeslot", ha = "Update", Ua = "URL", pa = "This user is currently away.", ba = "The person you are trying to book has set themselves to away, and therefore is not accepting new bookings.", ga = "username", ya = "Verify email", va = "Verify your email", fa = "View next month", wa = "View your calendar events to prevent clashed booking.", ka = "View previous month", Ca = "Recurring events are not supported with Payments yet", Sa = "Web conferencing details to follow in the confirmation email.", Aa = "Webhooks", Ta = "Weight", Da = "Weight for {{userName}}", xa = "What", Na = "When", Pa = "Where", Ra = "Workflows", Ba = "Remove app", Ma = "You can override this on a per-event basis in the advanced settings in each event type.", Wa = "Zoom", qa = {
2
+ "12_hour_short": "12h",
3
+ "24_hour_short": "24h",
4
+ "404_page_not_found": "404: This page could not be found.",
5
+ Highest: e,
6
+ acknowledge_booking_no_show_fee: t,
7
+ active: o,
8
+ add: "Add",
9
+ add_a_calendar: n,
10
+ add_a_member: a,
11
+ add_an_override: s,
12
+ add_another: i,
13
+ add_attendees: c,
14
+ add_calendar_label: r,
15
+ add_events_to: l,
16
+ add_group: _,
17
+ add_time_availability: d,
18
+ add_to_calendar: u,
19
+ add_to_calendar_description: m,
20
+ all_booked_today: h,
21
+ and: "and",
22
+ app_removed_successfully: p,
23
+ apple_connect_atom_already_connected_label: b,
24
+ apple_connect_atom_label: g,
25
+ apple_connect_atom_loading_label: y,
26
+ apply: v,
27
+ apps: f,
28
+ are_you_sure_you_want_to_remove_this_app: w,
29
+ assign_all_managed_warning_description: k,
30
+ assign_all_managed_warning_title: C,
31
+ assign_to: S,
32
+ assignment: A,
33
+ assignment_description: T,
34
+ automatically_add_all_team_members: D,
35
+ availability: x,
36
+ availability_schedule: N,
37
+ availability_settings: P,
38
+ back: R,
39
+ basics: B,
40
+ beta: M,
41
+ beta_try_recurring_events: W,
42
+ booker_event_not_found: E,
43
+ booking_fail: I,
44
+ booking_full: O,
45
+ booking_limit_per_booker_doesnt_support_recurring: U,
46
+ calendar_error: q,
47
+ calendar_settings: G,
48
+ calendars_were_checking_for_conflicts: Y,
49
+ can_you_try_again: L,
50
+ cancel: z,
51
+ cannot_delete_event_type: V,
52
+ change_priority: F,
53
+ check_for_conflicts: H,
54
+ close: j,
55
+ code: Q,
56
+ collective: Z,
57
+ collective_description: $,
58
+ complete_your_booking: J,
59
+ conferencing: K,
60
+ conferencing_description: X,
61
+ confirm: ee,
62
+ confirm_your_details: te,
63
+ connect_now: oe,
64
+ connecting_you_to_someone: ne,
65
+ continue: "Continue",
66
+ continue_with: ae,
67
+ copy_times_to: se,
68
+ copy_times_to_tooltip: ie,
69
+ create_booking_link_with_calcom: ce,
70
+ create_events_on: re,
71
+ create_new_schedule: le,
72
+ date_overrides: _e,
73
+ date_overrides_delete_on_date: de,
74
+ date_overrides_dialog_title: ue,
75
+ date_overrides_dialog_which_hours: me,
76
+ date_overrides_info: he,
77
+ date_overrides_mark_all_day_unavailable_one: pe,
78
+ date_overrides_save_btn: be,
79
+ date_overrides_subtitle: ge,
80
+ date_overrides_unavailable: ye,
81
+ date_overrides_update_btn: ve,
82
+ date_successfully_added: fe,
83
+ default: "Default",
84
+ default_conferencing_bulk_description: we,
85
+ default_conferencing_bulk_title: ke,
86
+ default_reminder: Ce,
87
+ default_reminder_description: Se,
88
+ default_schedule_name: Ae,
89
+ default_schedules_bulk_description: Te,
90
+ delete: "Delete",
91
+ delete_event_type: De,
92
+ delete_event_type_confirmation: xe,
93
+ delete_schedule: Ne,
94
+ delete_schedule_description: Pe,
95
+ description: Re,
96
+ done: Be,
97
+ dont_want_to_wait: Me,
98
+ dry_run_mode_active: We,
99
+ duplicate: Ee,
100
+ duration: Ie,
101
+ duration_max_error: Oe,
102
+ duration_min_error: Ue,
103
+ edit: qe,
104
+ enable_weights: Ge,
105
+ enter_digit_code: Ye,
106
+ enter_number_between_range: Le,
107
+ error_booking_event: ze,
108
+ error_loading_event_types: Ve,
109
+ error_removing_app: Fe,
110
+ event_advanced_tab_title: He,
111
+ event_limit_tab_title: je,
112
+ event_setup_booking_limits_error: Qe,
113
+ event_setup_duration_limits_error: Ze,
114
+ event_setup_length_error: $e,
115
+ event_setup_multiple_duration_default_error: Je,
116
+ event_setup_multiple_duration_error: Ke,
117
+ event_setup_multiple_payment_apps_error: Xe,
118
+ event_type: et,
119
+ event_type_deleted_successfully: tt,
120
+ event_type_updated_successfully: ot,
121
+ events: nt,
122
+ every_for_freq: at,
123
+ external_redirect_title: st,
124
+ external_redirect_warning: it,
125
+ filter_by_attributes: ct,
126
+ fixed_hosts: rt,
127
+ for_a_maximum_of: lt,
128
+ former_time: _t,
129
+ go_back: dt,
130
+ google_connect_atom_already_connected_label: ut,
131
+ google_connect_atom_label: mt,
132
+ google_connect_atom_loading_label: ht,
133
+ google_meet: pt,
134
+ having_trouble_finding_time: bt,
135
+ hidden: gt,
136
+ high: yt,
137
+ holiday_no_availability: vt,
138
+ host_redirecting_to: ft,
139
+ hour_one_short: wt,
140
+ include_no_show_in_rr_calculation: kt,
141
+ install_calendar: Ct,
142
+ installed: St,
143
+ installed_other: At,
144
+ instant_tab_title: Tt,
145
+ invalid_credential: Dt,
146
+ invalid_event_name_variables: xt,
147
+ just_connected_description: Nt,
148
+ launch_troubleshooter: Pt,
149
+ layout: Rt,
150
+ loading: Bt,
151
+ location_options: Mt,
152
+ low: "low",
153
+ lowest: Wt,
154
+ manage_calendars: Et,
155
+ managed: It,
156
+ managed_event: Ot,
157
+ managed_event_description: Ut,
158
+ managed_event_dialog_clarification: qt,
159
+ managed_event_dialog_confirm_button_one: Gt,
160
+ managed_event_dialog_confirm_button_other: Yt,
161
+ managed_event_dialog_title_one: Lt,
162
+ managed_event_dialog_title_other: zt,
163
+ managed_event_url_clarification: Vt,
164
+ medium: Ft,
165
+ meeting_url_in_confirmation_email: Ht,
166
+ member: jt,
167
+ members_default_schedule: Qt,
168
+ minute_one_short: Zt,
169
+ minute_timeUnit: $t,
170
+ minutes: Jt,
171
+ multiple_duration_timeUnit_short: Kt,
172
+ name: Xt,
173
+ nameless_calendar: eo,
174
+ need_help: to,
175
+ new: "New",
176
+ no_availability_in_month: oo,
177
+ no_calendar_installed: no,
178
+ no_calendar_installed_description: ao,
179
+ no_category_apps: so,
180
+ no_category_apps_description_conferencing: io,
181
+ no_event_types: co,
182
+ no_event_types_have_been_setup: ro,
183
+ no_schedules_present: lo,
184
+ no_show_fee: _o,
185
+ not_installed: uo,
186
+ num_locations: mo,
187
+ number_in_international_format: ho,
188
+ number_member_one: po,
189
+ number_member_other: bo,
190
+ occurrence_one: go,
191
+ occurrence_other: yo,
192
+ office_365_video: vo,
193
+ ooo_slots_book_with: fo,
194
+ ooo_user_is_ooo: wo,
195
+ options: ko,
196
+ outlook_connect_atom_already_connected_label: Co,
197
+ outlook_connect_atom_label: So,
198
+ outlook_connect_atom_loading_label: Ao,
199
+ overlay_my_calendar: To,
200
+ overlay_my_calendar_toc: Do,
201
+ owner: xo,
202
+ paid: No,
203
+ pay_and_book: Po,
204
+ pay_now: Ro,
205
+ payment: Bo,
206
+ pending: Mo,
207
+ please_book_a_time_sometime_later: Wo,
208
+ please_do_not_close_this_tab: Eo,
209
+ please_install_a_calendar: Io,
210
+ please_schedule_future_call: Oo,
211
+ plus_more: Uo,
212
+ preview: qo,
213
+ price: Go,
214
+ priority_for_user: Yo,
215
+ privacy_policy: Lo,
216
+ proceeding_agreement: zo,
217
+ quick_chat: Vo,
218
+ quick_video_meeting: Fo,
219
+ recurring: Ho,
220
+ recurring_event: jo,
221
+ recurring_event_seats_error: Qo,
222
+ refunded: Zo,
223
+ remove_app: $o,
224
+ repeats_every: Jo,
225
+ repeats_num_times: Ko,
226
+ requires_at_least_one_schedule: Xo,
227
+ requires_confirmation: en,
228
+ reschedule: tn,
229
+ reschedule_fail: on,
230
+ round_robin: nn,
231
+ round_robin_description: an,
232
+ round_robin_hosts: sn,
233
+ rr_distribution_method: cn,
234
+ rr_distribution_method_availability_description: rn,
235
+ rr_distribution_method_availability_title: ln,
236
+ rr_distribution_method_balanced_description: _n,
237
+ rr_distribution_method_balanced_title: dn,
238
+ rr_distribution_method_description: un,
239
+ rr_load_balancing_disabled: mn,
240
+ rr_load_balancing_disabled_with_groups: hn,
241
+ save: pn,
242
+ schedule_created_successfully: bn,
243
+ schedule_instead: gn,
244
+ scheduling_type: yn,
245
+ seats_and_no_show_fee_error: vn,
246
+ seats_available_few: fn,
247
+ seats_available_many: wn,
248
+ seats_available_one: kn,
249
+ seats_available_other: Cn,
250
+ seats_available_two: Sn,
251
+ seats_available_zero: An,
252
+ seats_doesnt_support_recurring: Tn,
253
+ seats_half_full: Dn,
254
+ seats_nearly_full: xn,
255
+ select: Nn,
256
+ select_all: Pn,
257
+ select_calendars: Rn,
258
+ select_on_next_step: Bn,
259
+ set_as_default: Mn,
260
+ set_priority: Wn,
261
+ set_to_default: En,
262
+ set_weight: In,
263
+ show_eventtype_on_profile: On,
264
+ show_more: Un,
265
+ sms_workflow_consent: qn,
266
+ something_doesnt_look_right: Gn,
267
+ something_went_wrong: Yn,
268
+ somewhere_else: Ln,
269
+ stripe_connect_atom_already_connected_label: zn,
270
+ stripe_connect_atom_label: Vn,
271
+ stripe_connect_atom_loading_label: Fn,
272
+ submit: Hn,
273
+ submit_card: jn,
274
+ switch_columnview: Qn,
275
+ switch_monthly: Zn,
276
+ switch_weekly: $n,
277
+ team_is_unpublished: Jn,
278
+ terms: Kn,
279
+ time_format: Xn,
280
+ time_shift: ea,
281
+ timeslot_missing_cta: ta,
282
+ timeslot_missing_description: oa,
283
+ timeslot_missing_title: na,
284
+ timeslot_unavailable_short: aa,
285
+ timezone: sa,
286
+ title: ia,
287
+ today: ca,
288
+ toggle_calendars_conflict: ra,
289
+ trace_reference_id: la,
290
+ troubleshooter: _a,
291
+ troubleshooter_tooltip: da,
292
+ unavailable: ua,
293
+ unavailable_timeslot_title: ma,
294
+ update: ha,
295
+ url: "URL",
296
+ user_away: pa,
297
+ user_away_description: ba,
298
+ username_placeholder: ga,
299
+ verify_email_button: ya,
300
+ verify_your_email: va,
301
+ view_next_month: fa,
302
+ view_overlay_calendar_events: wa,
303
+ view_previous_month: ka,
304
+ warning_payment_recurring_event: Ca,
305
+ web_conferencing_details_to_follow: Sa,
306
+ webhooks: Aa,
307
+ weight: Ta,
308
+ weight_for_user: Da,
309
+ what: xa,
310
+ when: Na,
311
+ where: Pa,
312
+ workflows: Ra,
313
+ yes_remove_app: Ba,
314
+ you_can_override_calendar_in_advanced_tab: Ma,
315
+ zoom: Wa
316
+ };
317
+ export {
318
+ e as Highest,
319
+ t as acknowledge_booking_no_show_fee,
320
+ o as active,
321
+ Ea as add,
322
+ n as add_a_calendar,
323
+ a as add_a_member,
324
+ s as add_an_override,
325
+ i as add_another,
326
+ c as add_attendees,
327
+ r as add_calendar_label,
328
+ l as add_events_to,
329
+ _ as add_group,
330
+ d as add_time_availability,
331
+ u as add_to_calendar,
332
+ m as add_to_calendar_description,
333
+ h as all_booked_today,
334
+ Ia as and,
335
+ p as app_removed_successfully,
336
+ b as apple_connect_atom_already_connected_label,
337
+ g as apple_connect_atom_label,
338
+ y as apple_connect_atom_loading_label,
339
+ v as apply,
340
+ f as apps,
341
+ w as are_you_sure_you_want_to_remove_this_app,
342
+ k as assign_all_managed_warning_description,
343
+ C as assign_all_managed_warning_title,
344
+ S as assign_to,
345
+ A as assignment,
346
+ T as assignment_description,
347
+ D as automatically_add_all_team_members,
348
+ x as availability,
349
+ N as availability_schedule,
350
+ P as availability_settings,
351
+ R as back,
352
+ B as basics,
353
+ M as beta,
354
+ W as beta_try_recurring_events,
355
+ E as booker_event_not_found,
356
+ I as booking_fail,
357
+ O as booking_full,
358
+ U as booking_limit_per_booker_doesnt_support_recurring,
359
+ q as calendar_error,
360
+ G as calendar_settings,
361
+ Y as calendars_were_checking_for_conflicts,
362
+ L as can_you_try_again,
363
+ z as cancel,
364
+ V as cannot_delete_event_type,
365
+ F as change_priority,
366
+ H as check_for_conflicts,
367
+ j as close,
368
+ Q as code,
369
+ Z as collective,
370
+ $ as collective_description,
371
+ J as complete_your_booking,
372
+ K as conferencing,
373
+ X as conferencing_description,
374
+ ee as confirm,
375
+ te as confirm_your_details,
376
+ oe as connect_now,
377
+ ne as connecting_you_to_someone,
378
+ ae as continue_with,
379
+ se as copy_times_to,
380
+ ie as copy_times_to_tooltip,
381
+ ce as create_booking_link_with_calcom,
382
+ re as create_events_on,
383
+ le as create_new_schedule,
384
+ _e as date_overrides,
385
+ de as date_overrides_delete_on_date,
386
+ ue as date_overrides_dialog_title,
387
+ me as date_overrides_dialog_which_hours,
388
+ he as date_overrides_info,
389
+ pe as date_overrides_mark_all_day_unavailable_one,
390
+ be as date_overrides_save_btn,
391
+ ge as date_overrides_subtitle,
392
+ ye as date_overrides_unavailable,
393
+ ve as date_overrides_update_btn,
394
+ fe as date_successfully_added,
395
+ qa as default,
396
+ we as default_conferencing_bulk_description,
397
+ ke as default_conferencing_bulk_title,
398
+ Ce as default_reminder,
399
+ Se as default_reminder_description,
400
+ Ae as default_schedule_name,
401
+ Te as default_schedules_bulk_description,
402
+ De as delete_event_type,
403
+ xe as delete_event_type_confirmation,
404
+ Ne as delete_schedule,
405
+ Pe as delete_schedule_description,
406
+ Re as description,
407
+ Be as done,
408
+ Me as dont_want_to_wait,
409
+ We as dry_run_mode_active,
410
+ Ee as duplicate,
411
+ Ie as duration,
412
+ Oe as duration_max_error,
413
+ Ue as duration_min_error,
414
+ qe as edit,
415
+ Ge as enable_weights,
416
+ Ye as enter_digit_code,
417
+ Le as enter_number_between_range,
418
+ ze as error_booking_event,
419
+ Ve as error_loading_event_types,
420
+ Fe as error_removing_app,
421
+ He as event_advanced_tab_title,
422
+ je as event_limit_tab_title,
423
+ Qe as event_setup_booking_limits_error,
424
+ Ze as event_setup_duration_limits_error,
425
+ $e as event_setup_length_error,
426
+ Je as event_setup_multiple_duration_default_error,
427
+ Ke as event_setup_multiple_duration_error,
428
+ Xe as event_setup_multiple_payment_apps_error,
429
+ et as event_type,
430
+ tt as event_type_deleted_successfully,
431
+ ot as event_type_updated_successfully,
432
+ nt as events,
433
+ at as every_for_freq,
434
+ st as external_redirect_title,
435
+ it as external_redirect_warning,
436
+ ct as filter_by_attributes,
437
+ rt as fixed_hosts,
438
+ lt as for_a_maximum_of,
439
+ _t as former_time,
440
+ dt as go_back,
441
+ ut as google_connect_atom_already_connected_label,
442
+ mt as google_connect_atom_label,
443
+ ht as google_connect_atom_loading_label,
444
+ pt as google_meet,
445
+ bt as having_trouble_finding_time,
446
+ gt as hidden,
447
+ yt as high,
448
+ vt as holiday_no_availability,
449
+ ft as host_redirecting_to,
450
+ wt as hour_one_short,
451
+ kt as include_no_show_in_rr_calculation,
452
+ Ct as install_calendar,
453
+ St as installed,
454
+ At as installed_other,
455
+ Tt as instant_tab_title,
456
+ Dt as invalid_credential,
457
+ xt as invalid_event_name_variables,
458
+ Nt as just_connected_description,
459
+ Pt as launch_troubleshooter,
460
+ Rt as layout,
461
+ Bt as loading,
462
+ Mt as location_options,
463
+ Oa as low,
464
+ Wt as lowest,
465
+ Et as manage_calendars,
466
+ It as managed,
467
+ Ot as managed_event,
468
+ Ut as managed_event_description,
469
+ qt as managed_event_dialog_clarification,
470
+ Gt as managed_event_dialog_confirm_button_one,
471
+ Yt as managed_event_dialog_confirm_button_other,
472
+ Lt as managed_event_dialog_title_one,
473
+ zt as managed_event_dialog_title_other,
474
+ Vt as managed_event_url_clarification,
475
+ Ft as medium,
476
+ Ht as meeting_url_in_confirmation_email,
477
+ jt as member,
478
+ Qt as members_default_schedule,
479
+ Zt as minute_one_short,
480
+ $t as minute_timeUnit,
481
+ Jt as minutes,
482
+ Kt as multiple_duration_timeUnit_short,
483
+ Xt as name,
484
+ eo as nameless_calendar,
485
+ to as need_help,
486
+ oo as no_availability_in_month,
487
+ no as no_calendar_installed,
488
+ ao as no_calendar_installed_description,
489
+ so as no_category_apps,
490
+ io as no_category_apps_description_conferencing,
491
+ co as no_event_types,
492
+ ro as no_event_types_have_been_setup,
493
+ lo as no_schedules_present,
494
+ _o as no_show_fee,
495
+ uo as not_installed,
496
+ mo as num_locations,
497
+ ho as number_in_international_format,
498
+ po as number_member_one,
499
+ bo as number_member_other,
500
+ go as occurrence_one,
501
+ yo as occurrence_other,
502
+ vo as office_365_video,
503
+ fo as ooo_slots_book_with,
504
+ wo as ooo_user_is_ooo,
505
+ ko as options,
506
+ Co as outlook_connect_atom_already_connected_label,
507
+ So as outlook_connect_atom_label,
508
+ Ao as outlook_connect_atom_loading_label,
509
+ To as overlay_my_calendar,
510
+ Do as overlay_my_calendar_toc,
511
+ xo as owner,
512
+ No as paid,
513
+ Po as pay_and_book,
514
+ Ro as pay_now,
515
+ Bo as payment,
516
+ Mo as pending,
517
+ Wo as please_book_a_time_sometime_later,
518
+ Eo as please_do_not_close_this_tab,
519
+ Io as please_install_a_calendar,
520
+ Oo as please_schedule_future_call,
521
+ Uo as plus_more,
522
+ qo as preview,
523
+ Go as price,
524
+ Yo as priority_for_user,
525
+ Lo as privacy_policy,
526
+ zo as proceeding_agreement,
527
+ Vo as quick_chat,
528
+ Fo as quick_video_meeting,
529
+ Ho as recurring,
530
+ jo as recurring_event,
531
+ Qo as recurring_event_seats_error,
532
+ Zo as refunded,
533
+ $o as remove_app,
534
+ Jo as repeats_every,
535
+ Ko as repeats_num_times,
536
+ Xo as requires_at_least_one_schedule,
537
+ en as requires_confirmation,
538
+ tn as reschedule,
539
+ on as reschedule_fail,
540
+ nn as round_robin,
541
+ an as round_robin_description,
542
+ sn as round_robin_hosts,
543
+ cn as rr_distribution_method,
544
+ rn as rr_distribution_method_availability_description,
545
+ ln as rr_distribution_method_availability_title,
546
+ _n as rr_distribution_method_balanced_description,
547
+ dn as rr_distribution_method_balanced_title,
548
+ un as rr_distribution_method_description,
549
+ mn as rr_load_balancing_disabled,
550
+ hn as rr_load_balancing_disabled_with_groups,
551
+ pn as save,
552
+ bn as schedule_created_successfully,
553
+ gn as schedule_instead,
554
+ yn as scheduling_type,
555
+ vn as seats_and_no_show_fee_error,
556
+ fn as seats_available_few,
557
+ wn as seats_available_many,
558
+ kn as seats_available_one,
559
+ Cn as seats_available_other,
560
+ Sn as seats_available_two,
561
+ An as seats_available_zero,
562
+ Tn as seats_doesnt_support_recurring,
563
+ Dn as seats_half_full,
564
+ xn as seats_nearly_full,
565
+ Nn as select,
566
+ Pn as select_all,
567
+ Rn as select_calendars,
568
+ Bn as select_on_next_step,
569
+ Mn as set_as_default,
570
+ Wn as set_priority,
571
+ En as set_to_default,
572
+ In as set_weight,
573
+ On as show_eventtype_on_profile,
574
+ Un as show_more,
575
+ qn as sms_workflow_consent,
576
+ Gn as something_doesnt_look_right,
577
+ Yn as something_went_wrong,
578
+ Ln as somewhere_else,
579
+ zn as stripe_connect_atom_already_connected_label,
580
+ Vn as stripe_connect_atom_label,
581
+ Fn as stripe_connect_atom_loading_label,
582
+ Hn as submit,
583
+ jn as submit_card,
584
+ Qn as switch_columnview,
585
+ Zn as switch_monthly,
586
+ $n as switch_weekly,
587
+ Jn as team_is_unpublished,
588
+ Kn as terms,
589
+ Xn as time_format,
590
+ ea as time_shift,
591
+ ta as timeslot_missing_cta,
592
+ oa as timeslot_missing_description,
593
+ na as timeslot_missing_title,
594
+ aa as timeslot_unavailable_short,
595
+ sa as timezone,
596
+ ia as title,
597
+ ca as today,
598
+ ra as toggle_calendars_conflict,
599
+ la as trace_reference_id,
600
+ _a as troubleshooter,
601
+ da as troubleshooter_tooltip,
602
+ ua as unavailable,
603
+ ma as unavailable_timeslot_title,
604
+ ha as update,
605
+ Ua as url,
606
+ pa as user_away,
607
+ ba as user_away_description,
608
+ ga as username_placeholder,
609
+ ya as verify_email_button,
610
+ va as verify_your_email,
611
+ fa as view_next_month,
612
+ wa as view_overlay_calendar_events,
613
+ ka as view_previous_month,
614
+ Ca as warning_payment_recurring_event,
615
+ Sa as web_conferencing_details_to_follow,
616
+ Aa as webhooks,
617
+ Ta as weight,
618
+ Da as weight_for_user,
619
+ xa as what,
620
+ Na as when,
621
+ Pa as where,
622
+ Ra as workflows,
623
+ Ba as yes_remove_app,
624
+ Ma as you_can_override_calendar_in_advanced_tab,
625
+ Wa as zoom
626
+ };