@calcom/atoms 2.9.0 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/add-members-switch/AddMembersWithSwitchPlatformWrapper.d.ts +1 -0
- package/add-members-switch/AddMembersWithSwitchPlatformWrapper.js +1 -0
- package/availability/AvailabilitySettings.d.ts +1 -0
- package/availability/AvailabilitySettings.js +1 -0
- package/availability/components/DateOverrideInputDialog.d.ts +2 -0
- package/availability/components/DateOverrideInputDialog.js +2 -0
- package/availability/components/DateOverrideList.d.ts +2 -0
- package/availability/components/DateOverrideList.js +2 -0
- package/booker/BookerStoreProvider.d.ts +1 -0
- package/booker/BookerStoreProvider.js +1 -0
- package/booker/components/AvailableTimeSlots.d.ts +1 -0
- package/booker/components/AvailableTimeSlots.js +1 -0
- package/booker/components/AvailableTimes.d.ts +1 -0
- package/booker/components/AvailableTimes.js +1 -0
- package/booker/components/AvailableTimesHeader.d.ts +1 -0
- package/booker/components/AvailableTimesHeader.js +1 -0
- package/booker/components/BookEventForm/BookEventForm.d.ts +1 -0
- package/booker/components/BookEventForm/BookEventForm.js +1 -0
- package/booker/components/BookEventForm/BookFormAsModal.d.ts +1 -0
- package/booker/components/BookEventForm/BookFormAsModal.js +1 -0
- package/booker/components/DryRunMessage.d.ts +1 -0
- package/booker/components/DryRunMessage.js +1 -0
- package/booker/components/ExternalRedirectInterstitial.d.ts +1 -0
- package/booker/components/ExternalRedirectInterstitial.js +1 -0
- package/booker/components/HavingTroubleFindingTime.d.ts +1 -0
- package/booker/components/HavingTroubleFindingTime.js +1 -0
- package/booker/components/Header.d.ts +1 -0
- package/booker/components/Header.js +1 -0
- package/booker/components/InstantBooking.d.ts +1 -0
- package/booker/components/InstantBooking.js +1 -0
- package/booker/components/OutOfOfficeInSlots.d.ts +1 -0
- package/booker/components/OutOfOfficeInSlots.js +1 -0
- package/booker/components/OverlayCalendar/OverlayCalendar.d.ts +1 -0
- package/booker/components/OverlayCalendar/OverlayCalendar.js +1 -0
- package/booker/components/OverlayCalendar/store.d.ts +1 -0
- package/booker/components/OverlayCalendar/store.js +1 -0
- package/booker/components/RedirectToInstantMeetingModal.d.ts +1 -0
- package/booker/components/RedirectToInstantMeetingModal.js +1 -0
- package/booker/components/Section.d.ts +1 -0
- package/booker/components/Section.js +1 -0
- package/booker/components/Unavailable.d.ts +1 -0
- package/booker/components/Unavailable.js +1 -0
- package/booker/components/VerifyCodeDialog.d.ts +1 -0
- package/booker/components/VerifyCodeDialog.js +1 -0
- package/booker/components/event-meta/Details.d.ts +1 -0
- package/booker/components/event-meta/Details.js +1 -0
- package/booker/components/event-meta/Duration.d.ts +1 -0
- package/booker/components/event-meta/Duration.js +1 -0
- package/booker/components/event-meta/Members.d.ts +1 -0
- package/booker/components/event-meta/Members.js +1 -0
- package/booker/components/event-meta/PriceIcon.d.ts +1 -0
- package/booker/components/event-meta/PriceIcon.js +1 -0
- package/booker/components/event-meta/Skeleton.d.ts +1 -0
- package/booker/components/event-meta/Skeleton.js +1 -0
- package/booker/components/event-meta/Title.d.ts +1 -0
- package/booker/components/event-meta/Title.js +1 -0
- package/booker/hooks/useAvailableTimeSlots.d.ts +1 -0
- package/booker/hooks/useAvailableTimeSlots.js +1 -0
- package/booker/hooks/useBookerLayout.d.ts +1 -0
- package/booker/hooks/useBookerLayout.js +1 -0
- package/booker/hooks/useBookerTime.d.ts +1 -0
- package/booker/hooks/useBookerTime.js +1 -0
- package/booker/hooks/useBookingForm.d.ts +1 -0
- package/booker/hooks/useBookingForm.js +1 -0
- package/booker/hooks/useIsQuickAvailabilityCheckFeatureEnabled.d.ts +1 -0
- package/booker/hooks/useIsQuickAvailabilityCheckFeatureEnabled.js +1 -0
- package/booker/hooks/useNonEmptyScheduleDays.d.ts +1 -0
- package/booker/hooks/useNonEmptyScheduleDays.js +1 -0
- package/booker/hooks/useOverlayCalendar.d.ts +1 -0
- package/booker/hooks/useOverlayCalendar.js +1 -0
- package/booker/hooks/useSkipConfirmStep.d.ts +1 -0
- package/booker/hooks/useSkipConfirmStep.js +1 -0
- package/booker/hooks/useSlotsForDate.d.ts +1 -0
- package/booker/hooks/useSlotsForDate.js +1 -0
- package/booker/hooks/useStableTimezone.d.ts +1 -0
- package/booker/hooks/useStableTimezone.js +1 -0
- package/booker/store.d.ts +1 -0
- package/booker/store.js +1 -0
- package/booker/types.d.ts +1 -0
- package/booker/types.js +1 -0
- package/booker/useSlotReservationId.d.ts +1 -0
- package/booker/useSlotReservationId.js +1 -0
- package/booker/utils/dates.d.ts +1 -0
- package/booker/utils/dates.js +1 -0
- package/booker/utils/getPrefetchMonthCount.d.ts +1 -0
- package/booker/utils/getPrefetchMonthCount.js +1 -0
- package/booker/utils/isBookingDryRun.d.ts +1 -0
- package/booker/utils/isBookingDryRun.js +1 -0
- package/booker/utils/isPrefetchNextMonthEnabled.d.ts +1 -0
- package/booker/utils/isPrefetchNextMonthEnabled.js +1 -0
- package/booker/utils/isTimeslotAvailable.d.ts +1 -0
- package/booker/utils/isTimeslotAvailable.js +1 -0
- package/calendar-view/components/Calendar.d.ts +2 -0
- package/calendar-view/components/Calendar.js +2 -0
- package/calendar-view/components/DatePicker.d.ts +2 -0
- package/calendar-view/components/DatePicker.js +2 -0
- package/calendar-view/components/LargeCalendar.d.ts +1 -0
- package/calendar-view/components/LargeCalendar.js +1 -0
- package/calendar-view/components/NoAvailabilityDialog.d.ts +2 -0
- package/calendar-view/components/NoAvailabilityDialog.js +2 -0
- package/calendar-view/scheduler/state/store.d.ts +1 -0
- package/calendar-view/scheduler/state/store.js +1 -0
- package/calendar-view/scheduler/types/events.d.ts +1 -0
- package/calendar-view/scheduler/types/events.js +1 -0
- package/calendar-view/scheduler/types/state.d.ts +1 -0
- package/calendar-view/scheduler/types/state.js +1 -0
- package/calendar-view/scheduler/utils/index.d.ts +1 -0
- package/calendar-view/scheduler/utils/index.js +1 -0
- package/destination-calendar/DestinationCalendarSelector.d.ts +1 -0
- package/destination-calendar/DestinationCalendarSelector.js +1 -0
- package/event-types/components/AssignAllTeamMembers.d.ts +2 -0
- package/event-types/components/AssignAllTeamMembers.js +2 -0
- package/event-types/components/BulkEditDefaultForEventsModal.d.ts +2 -0
- package/event-types/components/BulkEditDefaultForEventsModal.js +2 -0
- package/event-types/components/CreateEventTypeForm.d.ts +2 -0
- package/event-types/components/CreateEventTypeForm.js +2 -0
- package/event-types/components/HostEditDialogs.d.ts +1 -0
- package/event-types/components/HostEditDialogs.js +1 -0
- package/event-types/components/LearnMoreLink.d.ts +2 -0
- package/event-types/components/LearnMoreLink.js +2 -0
- package/event-types/components/ManagedEventDialog.d.ts +2 -0
- package/event-types/components/ManagedEventDialog.js +2 -0
- package/event-types/components/RecurringEventController.d.ts +2 -0
- package/event-types/components/RecurringEventController.js +2 -0
- package/event-types/components/TeamEventTypeForm.d.ts +2 -0
- package/event-types/components/TeamEventTypeForm.js +2 -0
- package/event-types/components/tabs/EventRecurringTab.d.ts +2 -0
- package/event-types/components/tabs/EventRecurringTab.js +2 -0
- package/event-types/components/team-assignment/ChildrenEventTypes.d.ts +1 -0
- package/event-types/components/team-assignment/ChildrenEventTypes.js +1 -0
- package/event-types/components/team-assignment/EventTeamAssignmentTab.d.ts +2 -0
- package/event-types/components/team-assignment/EventTeamAssignmentTab.js +2 -0
- package/event-types/components/team-assignment/Hosts.d.ts +1 -0
- package/event-types/components/team-assignment/Hosts.js +1 -0
- package/event-types/hooks/useAddVerifiedEmail.d.ts +1 -0
- package/event-types/hooks/useAddVerifiedEmail.js +1 -0
- package/event-types/hooks/useEventTypeForm.d.ts +1 -0
- package/event-types/hooks/useEventTypeForm.js +1 -0
- package/event-types/hooks/useGetVerifiedEmails.d.ts +1 -0
- package/event-types/hooks/useGetVerifiedEmails.js +1 -0
- package/event-types/hooks/useHandleRouteChange.d.ts +1 -0
- package/event-types/hooks/useHandleRouteChange.js +1 -0
- package/event-types/hooks/useTabsNavigations.d.ts +1 -0
- package/event-types/hooks/useTabsNavigations.js +1 -0
- package/event-types/hooks/useTeamMembersWithSegmentPlatform.d.ts +1 -0
- package/event-types/hooks/useTeamMembersWithSegmentPlatform.js +1 -0
- package/hooks/bookings/useHandleBookEvent.d.ts +1 -0
- package/hooks/bookings/useHandleBookEvent.js +1 -0
- package/hooks/event-types/private/useCreateEventTypeForm.d.ts +1 -0
- package/hooks/event-types/private/useCreateEventTypeForm.js +1 -0
- package/hooks/use-atoms-locale.d.ts +1 -0
- package/hooks/use-atoms-locale.js +1 -0
- package/hooks/useIsPlatform.d.ts +1 -0
- package/hooks/useIsPlatform.js +1 -0
- package/hooks/useIsPlatformBookerEmbed.d.ts +1 -0
- package/hooks/useIsPlatformBookerEmbed.js +1 -0
- package/hooks/useVerifyCode.d.ts +1 -0
- package/hooks/useVerifyCode.js +1 -0
- package/hooks/useVerifyEmail.d.ts +1 -0
- package/hooks/useVerifyEmail.js +1 -0
- package/package.json +32 -3
- package/timezone/TimezoneSelectComponent.d.ts +2 -0
- package/timezone/TimezoneSelectComponent.js +2 -0
- package/troubleshooter/components/EventTypeSelectComponent.d.ts +1 -0
- package/troubleshooter/components/EventTypeSelectComponent.js +1 -0
- package/troubleshooter/components/TroubleshooterListItemContainer.d.ts +1 -0
- package/troubleshooter/components/TroubleshooterListItemContainer.js +1 -0
- package/troubleshooter/sidebar/CalendarToggleContainer.d.ts +1 -0
- package/troubleshooter/sidebar/CalendarToggleContainer.js +1 -0
- package/troubleshooter/sidebar/EventScheduleItem.d.ts +1 -0
- package/troubleshooter/sidebar/EventScheduleItem.js +1 -0
- package/troubleshooter/store.d.ts +1 -0
- package/troubleshooter/store.js +1 -0
- package/troubleshooter/types.d.ts +1 -0
- package/troubleshooter/types.js +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/add-members-switch/add-members-with-switch-platform-wrapper";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/add-members-switch/add-members-with-switch-platform-wrapper.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/availability/availability-settings";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/availability/availability-settings.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/booker/booker-store-provider";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/booker/booker-store-provider.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/available-time-slots";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/available-time-slots.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/available-times";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/available-times.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/available-times-header";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/available-times-header.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/book-event-form/book-event-form";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/book-event-form/book-event-form.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/book-event-form/book-form-as-modal";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/book-event-form/book-form-as-modal.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/dry-run-message";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/dry-run-message.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/external-redirect-interstitial";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/external-redirect-interstitial.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/having-trouble-finding-time";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/having-trouble-finding-time.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/header";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/header.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/instant-booking";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/instant-booking.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/out-of-office-in-slots";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/out-of-office-in-slots.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/overlay-calendar/overlay-calendar";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/overlay-calendar/overlay-calendar.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/overlay-calendar/store";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/overlay-calendar/store.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/redirect-to-instant-meeting-modal";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/redirect-to-instant-meeting-modal.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/section";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/section.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/unavailable";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/unavailable.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/verify-code-dialog";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/components/verify-code-dialog.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/event-meta/details";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/event-meta/details.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/event-meta/duration";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/event-meta/duration.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/event-meta/members";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/event-meta/members.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/event-meta/price-icon";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/event-meta/price-icon.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/event-meta/skeleton";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/event-meta/skeleton.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/event-meta/title";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/booker/components/event-meta/title.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-available-time-slots";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-available-time-slots.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-booker-layout";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-booker-layout.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-booker-time";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-booker-time.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-booking-form";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-booking-form.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-is-quick-availability-check-feature-enabled";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-is-quick-availability-check-feature-enabled.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-non-empty-schedule-days";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-non-empty-schedule-days.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-overlay-calendar";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-overlay-calendar.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-skip-confirm-step";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-skip-confirm-step.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-slots-for-date";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-slots-for-date.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-stable-timezone";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/hooks/use-stable-timezone.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/booker/store";
|
package/booker/store.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/booker/store.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/booker/types";
|
package/booker/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/booker/types.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/booker/use-slot-reservation-id";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/booker/use-slot-reservation-id.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/utils/dates";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/utils/dates.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/utils/get-prefetch-month-count";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/utils/get-prefetch-month-count.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/utils/is-booking-dry-run";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/utils/is-booking-dry-run.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/utils/is-prefetch-next-month-enabled";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/utils/is-prefetch-next-month-enabled.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/utils/is-timeslot-available";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/booker/utils/is-timeslot-available.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/calendar-view/components/large-calendar";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/calendar-view/components/large-calendar.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/calendar-view/scheduler/state/store";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/calendar-view/scheduler/state/store.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/calendar-view/scheduler/types/events";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/calendar-view/scheduler/types/events.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/calendar-view/scheduler/types/state";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/calendar-view/scheduler/types/state.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/calendar-view/scheduler/utils/index";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/calendar-view/scheduler/utils/index.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/destination-calendar/destination-calendar-selector";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/destination-calendar/destination-calendar-selector.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/components/host-edit-dialogs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/components/host-edit-dialogs.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/event-types/components/team-assignment/children-event-types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/event-types/components/team-assignment/children-event-types.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/event-types/components/team-assignment/hosts";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/event-types/components/team-assignment/hosts.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/hooks/use-add-verified-email";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/hooks/use-add-verified-email.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/hooks/use-event-type-form";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/hooks/use-event-type-form.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/hooks/use-get-verified-emails";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/hooks/use-get-verified-emails.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/hooks/use-handle-route-change";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/hooks/use-handle-route-change.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/hooks/use-tabs-navigations";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/hooks/use-tabs-navigations.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/hooks/use-team-members-with-segment-platform";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/event-types/hooks/use-team-members-with-segment-platform.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/hooks/bookings/use-handle-book-event";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/hooks/bookings/use-handle-book-event.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/hooks/event-types/private/use-create-event-type-form";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../../dist/hooks/event-types/private/use-create-event-type-form.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/hooks/use-atoms-locale";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/hooks/use-atoms-locale.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/hooks/use-is-platform";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/hooks/use-is-platform.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/hooks/use-is-platform-booker-embed";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/hooks/use-is-platform-booker-embed.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/hooks/use-verify-code";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/hooks/use-verify-code.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/hooks/use-verify-email";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/hooks/use-verify-email.js";
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"description": "Customizable UI components to integrate scheduling into your product.",
|
|
6
6
|
"author": "Cal.com, Inc.",
|
|
7
7
|
"license": "AGPL-3.0-or-later",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.10.0",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "https://github.com/calcom/atoms",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"dev": "vite build --watch & postcss ./globals.css -o ./globals.min.css --watch",
|
|
16
|
-
"build-npm": "NODE_OPTIONS='--max_old_space_size=12288' rm -rf dist && vite build && postcss ./globals.css -o ./globals.min.css && bun scripts/build-tw3-css.mjs",
|
|
16
|
+
"build-npm": "NODE_OPTIONS='--max_old_space_size=12288' rm -rf dist add-members-switch availability booker calendar-view destination-calendar event-types hooks timezone troubleshooter && vite build && postcss ./globals.css -o ./globals.min.css && bun scripts/build-tw3-css.mjs && bun scripts/generate-classic-stubs.mjs",
|
|
17
17
|
"publish-npm": "bun run build-npm && npm publish --access public",
|
|
18
18
|
"check-boundary": "bun scripts/check-package-boundary.mjs",
|
|
19
19
|
"test": "TZ=UTC vitest run --passWithNoTests",
|
|
@@ -87,7 +87,16 @@
|
|
|
87
87
|
"dist",
|
|
88
88
|
"globals.min.css",
|
|
89
89
|
"globals.tw3.min.css",
|
|
90
|
-
"fonts"
|
|
90
|
+
"fonts",
|
|
91
|
+
"add-members-switch",
|
|
92
|
+
"availability",
|
|
93
|
+
"booker",
|
|
94
|
+
"calendar-view",
|
|
95
|
+
"destination-calendar",
|
|
96
|
+
"event-types",
|
|
97
|
+
"hooks",
|
|
98
|
+
"timezone",
|
|
99
|
+
"troubleshooter"
|
|
91
100
|
],
|
|
92
101
|
"module": "./dist/index.js",
|
|
93
102
|
"exports": {
|
|
@@ -233,6 +242,10 @@
|
|
|
233
242
|
"import": "./dist/booker/hooks/use-non-empty-schedule-days.js",
|
|
234
243
|
"types": "./dist/booker/hooks/use-non-empty-schedule-days.d.ts"
|
|
235
244
|
},
|
|
245
|
+
"./booker/hooks/useOverlayCalendar": {
|
|
246
|
+
"import": "./dist/booker/hooks/use-overlay-calendar.js",
|
|
247
|
+
"types": "./dist/booker/hooks/use-overlay-calendar.d.ts"
|
|
248
|
+
},
|
|
236
249
|
"./booker/hooks/useSkipConfirmStep": {
|
|
237
250
|
"import": "./dist/booker/hooks/use-skip-confirm-step.js",
|
|
238
251
|
"types": "./dist/booker/hooks/use-skip-confirm-step.d.ts"
|
|
@@ -349,10 +362,18 @@
|
|
|
349
362
|
"import": "./dist/event-types/components/tabs/event-recurring-tab.js",
|
|
350
363
|
"types": "./dist/event-types/components/tabs/event-recurring-tab.d.ts"
|
|
351
364
|
},
|
|
365
|
+
"./event-types/components/team-assignment/ChildrenEventTypes": {
|
|
366
|
+
"import": "./dist/event-types/components/team-assignment/children-event-types.js",
|
|
367
|
+
"types": "./dist/event-types/components/team-assignment/children-event-types.d.ts"
|
|
368
|
+
},
|
|
352
369
|
"./event-types/components/team-assignment/EventTeamAssignmentTab": {
|
|
353
370
|
"import": "./dist/event-types/components/team-assignment/event-team-assignment-tab.js",
|
|
354
371
|
"types": "./dist/event-types/components/team-assignment/event-team-assignment-tab.d.ts"
|
|
355
372
|
},
|
|
373
|
+
"./event-types/components/team-assignment/Hosts": {
|
|
374
|
+
"import": "./dist/event-types/components/team-assignment/hosts.js",
|
|
375
|
+
"types": "./dist/event-types/components/team-assignment/hosts.d.ts"
|
|
376
|
+
},
|
|
356
377
|
"./event-types/hooks/useAddVerifiedEmail": {
|
|
357
378
|
"import": "./dist/event-types/hooks/use-add-verified-email.js",
|
|
358
379
|
"types": "./dist/event-types/hooks/use-add-verified-email.d.ts"
|
|
@@ -385,10 +406,18 @@
|
|
|
385
406
|
"import": "./dist/hooks/event-types/private/use-create-event-type-form.js",
|
|
386
407
|
"types": "./dist/hooks/event-types/private/use-create-event-type-form.d.ts"
|
|
387
408
|
},
|
|
409
|
+
"./hooks/use-atoms-locale": {
|
|
410
|
+
"import": "./dist/hooks/use-atoms-locale.js",
|
|
411
|
+
"types": "./dist/hooks/use-atoms-locale.d.ts"
|
|
412
|
+
},
|
|
388
413
|
"./hooks/useIsPlatform": {
|
|
389
414
|
"import": "./dist/hooks/use-is-platform.js",
|
|
390
415
|
"types": "./dist/hooks/use-is-platform.d.ts"
|
|
391
416
|
},
|
|
417
|
+
"./hooks/useIsPlatformBookerEmbed": {
|
|
418
|
+
"import": "./dist/hooks/use-is-platform-booker-embed.js",
|
|
419
|
+
"types": "./dist/hooks/use-is-platform-booker-embed.d.ts"
|
|
420
|
+
},
|
|
392
421
|
"./hooks/useVerifyCode": {
|
|
393
422
|
"import": "./dist/hooks/use-verify-code.js",
|
|
394
423
|
"types": "./dist/hooks/use-verify-code.d.ts"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/troubleshooter/components/event-type-select-component";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/troubleshooter/components/event-type-select-component.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/troubleshooter/components/troubleshooter-list-item-container";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/troubleshooter/components/troubleshooter-list-item-container.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/troubleshooter/sidebar/calendar-toggle-container";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/troubleshooter/sidebar/calendar-toggle-container.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/troubleshooter/sidebar/event-schedule-item";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/troubleshooter/sidebar/event-schedule-item.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/troubleshooter/store";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/troubleshooter/store.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/troubleshooter/types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/troubleshooter/types.js";
|