This repository was archived by the owner on Oct 29, 2025. It is now read-only.
Commit 04ba681
committed
Auto updated submodule references
1 parent ee12d53 commit 04ba681
1 file changed
+1
-1
lines changed- .changeset/cold-dragons-chew.md-5
- .yarn/versions/734d2c7a.yml
- apps/web/package.json+1-1
- apps/web/public/static/locales/en/common.json+1
- apps/web/styles/globals.css+5
- packages/embeds/embed-core/src/embed.css+5
- packages/features/bookings/Booker/components/Header.tsx+11-2
- packages/features/bookings/Booker/components/LargeCalendar.tsx+2-19
- packages/features/bookings/Booker/components/hooks/useAvailableTimeSlots.ts+30
- packages/features/bookings/Booker/components/hooks/useInitializeWeekStart.ts+17
- packages/features/bookings/Booker/components/hooks/usePrefetch.ts+56
- packages/features/calendar-view/LargeCalendar.tsx+79
- packages/features/form-builder/FormBuilder.test.tsx+43-2
- packages/features/form-builder/FormBuilder.tsx+6
- packages/features/pbac/domain/repositories/IPermissionRepository.ts+5
- packages/features/pbac/infrastructure/repositories/PermissionRepository.ts+10
- packages/features/pbac/services/__tests__/permission-check.service.test.ts+104-69
- packages/features/pbac/services/permission-check.service.ts+28-28
- packages/features/troubleshooter/components/LargeCalendar.tsx+2-17
- packages/platform/atoms/CHANGELOG.md+10
- packages/platform/atoms/booker/BookerPlatformWrapper.tsx+14-18
- packages/platform/atoms/booker/BookerWebWrapper.tsx+8-30
- packages/platform/atoms/calendar-view/index.ts+1
- packages/platform/atoms/calendar-view/wrappers/CalendarViewPlatformWrapper.tsx+223
- packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.tsx+18-15
- packages/platform/atoms/index.ts+1
- packages/platform/atoms/package.json+1-1
- packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.tsx+1-1
- packages/platform/examples/base/src/components/Navbar/index.tsx+4-1
- packages/platform/examples/base/src/pages/calendar-view.tsx+17
- packages/trpc/server/routers/viewer/eventTypes/heavy/create.handler.ts+16-57
0 commit comments