@calcom/atoms 2.7.0 → 2.7.1

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 (1) hide show
  1. package/package.json +42 -2
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.7.0",
8
+ "version": "2.7.1",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "https://github.com/calcom/atoms",
@@ -105,7 +105,47 @@
105
105
  "./src/components/ui/radio-area-group": "./src/components/ui/radio-area-group.tsx",
106
106
  "./src/components/ui/select": "./src/components/ui/select.tsx",
107
107
  "./src/components/ui/settings-toggle": "./src/components/ui/settings-toggle.tsx",
108
- "./src/components/ui/tooltip": "./src/components/ui/tooltip.tsx"
108
+ "./src/components/ui/tooltip": "./src/components/ui/tooltip.tsx",
109
+ "./calendar-view/scheduler/types/state": "./src/calendar-view/scheduler/types/state.ts",
110
+ "./calendar-view/scheduler/types/common": "./src/calendar-view/scheduler/types/common.ts",
111
+ "./calendar-view/scheduler/types/events": "./src/calendar-view/scheduler/types/events.ts",
112
+ "./calendar-view/scheduler/utils/overlap": "./src/calendar-view/scheduler/utils/overlap.ts",
113
+ "./calendar-view/scheduler/utils/index": "./src/calendar-view/scheduler/utils/index.ts",
114
+ "./calendar-view/scheduler/state/store": "./src/calendar-view/scheduler/state/store.ts",
115
+ "./calendar-view/scheduler/components/heading/SchedulerHeading": "./src/calendar-view/scheduler/components/heading/scheduler-heading.tsx",
116
+ "./calendar-view/scheduler/components/spinner/Spinner": "./src/calendar-view/scheduler/components/spinner/spinner.tsx",
117
+ "./calendar-view/components/Calendar": "./src/calendar-view/components/calendar.tsx",
118
+ "./calendar-view/scheduler/components/event/Event": "./src/calendar-view/scheduler/components/event/event.tsx",
119
+ "./calendar-view/scheduler/components/event/all-day-events": "./src/calendar-view/scheduler/components/event/all-day-events.tsx",
120
+ "./calendar-view/scheduler/components/event/Empty": "./src/calendar-view/scheduler/components/event/empty.tsx",
121
+ "./calendar-view/scheduler/components/event/EventList": "./src/calendar-view/scheduler/components/event/event-list.tsx",
122
+ "./booker/useSlotReservationId": "./src/booker/use-slot-reservation-id.ts",
123
+ "./booker/utils/dates": "./src/booker/utils/dates.tsx",
124
+ "./booker/utils/getBookingDuration": "./src/booker/utils/get-booking-duration.ts",
125
+ "./booker/utils/isPrefetchNextMonthEnabled": "./src/booker/utils/is-prefetch-next-month-enabled.ts",
126
+ "./booker/utils/layout": "./src/booker/utils/layout.ts",
127
+ "./booker/utils/isTimeslotAvailable": "./src/booker/utils/is-timeslot-available.ts",
128
+ "./booker/utils/isBookingDryRun": "./src/booker/utils/is-booking-dry-run.ts",
129
+ "./booker/utils/getBookerTimezone": "./src/booker/utils/get-booker-timezone.ts",
130
+ "./booker/utils/getPrefetchMonthCount": "./src/booker/utils/get-prefetch-month-count.ts",
131
+ "./booker/components/OverlayCalendar/store": "./src/booker/components/overlay-calendar/store.ts",
132
+ "./booker/hooks/useStableTimezone": "./src/booker/hooks/use-stable-timezone.ts",
133
+ "./booker/hooks/useShouldShowArrows": "./src/booker/hooks/use-should-show-arrows.ts",
134
+ "./booker/hooks/useNonEmptyScheduleDays": "./src/booker/hooks/use-non-empty-schedule-days.ts",
135
+ "./booker/hooks/useBookerTime": "./src/booker/hooks/use-booker-time.ts",
136
+ "./booker/hooks/useAvailableTimeSlots": "./src/booker/hooks/use-available-time-slots.ts",
137
+ "./booker/hooks/useSlotsForDate": "./src/booker/hooks/use-slots-for-date.ts",
138
+ "./booker/hooks/useLocalSet": "./src/booker/hooks/use-local-set.tsx",
139
+ "./booker/hooks/useOverlayCalendar": "./src/booker/hooks/use-overlay-calendar.ts",
140
+ "./booker/store": "./src/booker/store.ts",
141
+ "./troubleshooter/types": "./src/troubleshooter/types.ts",
142
+ "./troubleshooter/components/CalendarToggleContainerComponent": "./src/troubleshooter/components/calendar-toggle-container-component.tsx",
143
+ "./troubleshooter/components/TroubleshooterListItemContainer": "./src/troubleshooter/components/troubleshooter-list-item-container.tsx",
144
+ "./troubleshooter/components/EventScheduleItemComponent": "./src/troubleshooter/components/event-schedule-item-component.tsx",
145
+ "./troubleshooter/store": "./src/troubleshooter/store.ts",
146
+ "./event-types/components/ChildrenEventTypeSelect": "./src/event-types/components/children-event-type-select.tsx",
147
+ "./event-types/components/LearnMoreLink": "./src/event-types/components/learn-more-link.tsx",
148
+ "./event-types/components/AssignAllTeamMembers": "./src/event-types/components/assign-all-team-members.tsx"
109
149
  },
110
150
  "types": "./dist/index.d.ts",
111
151
  "dependencies": {