@calcom/atoms 1.0.35 → 1.0.37
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/dist/{AddressInput-xdpADZ6a.js → AddressInput-T_CrBmRf.js} +4 -4
- package/dist/{AlbyPriceComponent-Or92Wq38.js → AlbyPriceComponent-EO_dsJvE.js} +24 -24
- package/dist/{Card-YXRwzLYs.js → Card-soWSbQyc.js} +1 -1
- package/dist/{DatePicker-kEtLX40X.js → DatePicker-lcmLJngR.js} +6 -6
- package/dist/{PhoneInput-z6tWOjjy.js → PhoneInput-4L3NBgx-.js} +61 -61
- package/dist/{PoweredBy-nFGX9x4g.js → PoweredBy-CbuMIwI6.js} +2 -2
- package/dist/{UnpublishedEntity-AeOec7kC.js → UnpublishedEntity-6AN6CU-I.js} +3 -3
- package/dist/cal-atoms.js +4 -4
- package/dist/cal-atoms.umd.cjs +126 -126
- package/dist/{framer-features-FRV_NUF8.js → framer-features-XhnOIXwJ.js} +7 -7
- package/dist/{index-CVilpVrZ.js → index-JcDhjvCF.js} +2 -2
- package/dist/index-KAnRs-wx.js +76 -0
- package/dist/{index-YVMeafN8.js → index-My3dnUlx.js} +13203 -13181
- package/dist/index-psDs_9O0.js +4 -0
- package/dist/{index-0P289PZn.js → index-sA_u6z9V.js} +1 -1
- package/dist/{index-dVp-Ebnc.js → index-zWVUe7ha.js} +2 -2
- package/dist/{isSupportedCountry-0hC9cf87.js → isSupportedCountry-HO7hQD0z.js} +1 -1
- package/dist/packages/app-store/_utils/getParsedAppKeysFromSlug.d.ts +2 -1
- package/dist/packages/app-store/_utils/getParsedAppKeysFromSlug.d.ts.map +1 -1
- package/dist/packages/app-store/_utils/invalidateCredential.d.ts +3 -0
- package/dist/packages/app-store/_utils/invalidateCredential.d.ts.map +1 -0
- package/dist/packages/app-store/_utils/oauth/AxiosLikeResponseToFetchResponse.d.ts +13 -0
- package/dist/packages/app-store/_utils/oauth/AxiosLikeResponseToFetchResponse.d.ts.map +1 -0
- package/dist/packages/app-store/_utils/oauth/OAuthManager.d.ts +168 -0
- package/dist/packages/app-store/_utils/oauth/OAuthManager.d.ts.map +1 -0
- package/dist/packages/app-store/_utils/oauth/OAuthManager.test.d.ts +1 -0
- package/dist/packages/app-store/_utils/oauth/OAuthManager.test.d.ts.map +1 -0
- package/dist/packages/app-store/_utils/oauth/getTokenObjectFromCredential.d.ts +10 -0
- package/dist/packages/app-store/_utils/oauth/getTokenObjectFromCredential.d.ts.map +1 -0
- package/dist/packages/app-store/_utils/oauth/markTokenAsExpired.d.ts +3 -0
- package/dist/packages/app-store/_utils/oauth/markTokenAsExpired.d.ts.map +1 -0
- package/dist/packages/app-store/_utils/oauth/oAuthManagerHelper.d.ts +41 -0
- package/dist/packages/app-store/_utils/oauth/oAuthManagerHelper.d.ts.map +1 -0
- package/dist/packages/app-store/_utils/oauth/universalSchema.d.ts +110 -0
- package/dist/packages/app-store/_utils/oauth/universalSchema.d.ts.map +1 -0
- package/dist/packages/app-store/_utils/oauth/updateTokenObject.d.ts +7 -0
- package/dist/packages/app-store/_utils/oauth/updateTokenObject.d.ts.map +1 -0
- package/dist/packages/app-store/_utils/testUtils.d.ts +19 -0
- package/dist/packages/app-store/_utils/testUtils.d.ts.map +1 -0
- package/dist/packages/app-store/apps.metadata.generated.d.ts +16 -0
- package/dist/packages/app-store/apps.metadata.generated.d.ts.map +1 -1
- package/dist/packages/app-store/apps.server.generated.d.ts +1 -0
- package/dist/packages/app-store/apps.server.generated.d.ts.map +1 -1
- package/dist/packages/app-store/clic/api/add.d.ts +4 -0
- package/dist/packages/app-store/clic/api/add.d.ts.map +1 -0
- package/dist/packages/app-store/clic/api/index.d.ts +2 -0
- package/dist/packages/app-store/clic/api/index.d.ts.map +1 -0
- package/dist/packages/app-store/clic/config.json.d.ts +19 -0
- package/dist/packages/app-store/clic/index.d.ts +2 -0
- package/dist/packages/app-store/clic/index.d.ts.map +1 -0
- package/dist/packages/app-store/googlecalendar/lib/CalendarService.d.ts +4 -1
- package/dist/packages/app-store/googlecalendar/lib/CalendarService.d.ts.map +1 -1
- package/dist/packages/app-store/googlecalendar/lib/getGoogleAppKeys.d.ts +5 -1
- package/dist/packages/app-store/googlecalendar/lib/getGoogleAppKeys.d.ts.map +1 -1
- package/dist/packages/app-store/office365calendar/lib/CalendarService.d.ts +1 -5
- package/dist/packages/app-store/office365calendar/lib/CalendarService.d.ts.map +1 -1
- package/dist/packages/app-store/office365calendar/lib/getOfficeAppKeys.d.ts +4 -1
- package/dist/packages/app-store/office365calendar/lib/getOfficeAppKeys.d.ts.map +1 -1
- package/dist/packages/app-store/office365video/lib/VideoApiAdapter.d.ts.map +1 -1
- package/dist/packages/app-store/office365video/lib/VideoApiAdapter.test.d.ts +2 -0
- package/dist/packages/app-store/office365video/lib/VideoApiAdapter.test.d.ts.map +1 -0
- package/dist/packages/app-store/stripepayment/lib/getStripeAppKeys.d.ts +6 -1
- package/dist/packages/app-store/stripepayment/lib/getStripeAppKeys.d.ts.map +1 -1
- package/dist/packages/app-store/zoomvideo/api/callback.d.ts.map +1 -1
- package/dist/packages/app-store/zoomvideo/lib/VideoApiAdapter.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/utils/event.d.ts +2 -2
- package/dist/packages/features/bookings/components/event-meta/Members.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -1
- package/dist/packages/features/ee/support/lib/intercom/useIntercom.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/components/WorkflowDetailsPage.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +2 -2
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +1 -1
- package/dist/packages/features/filters/components/TeamsFilter.d.ts.map +1 -1
- package/dist/packages/features/insights/components/BookingKPICards.d.ts.map +1 -1
- package/dist/packages/features/insights/components/FeedbackTable.d.ts +12 -0
- package/dist/packages/features/insights/components/FeedbackTable.d.ts.map +1 -0
- package/dist/packages/features/insights/components/HighestNoShowHostTable.d.ts +2 -0
- package/dist/packages/features/insights/components/HighestNoShowHostTable.d.ts.map +1 -0
- package/dist/packages/features/insights/components/HighestRatedMembersTable.d.ts +2 -0
- package/dist/packages/features/insights/components/HighestRatedMembersTable.d.ts.map +1 -0
- package/dist/packages/features/insights/components/LowestRatedMembersTable.d.ts +2 -0
- package/dist/packages/features/insights/components/LowestRatedMembersTable.d.ts.map +1 -0
- package/dist/packages/features/insights/components/RecentFeedbackTable.d.ts +2 -0
- package/dist/packages/features/insights/components/RecentFeedbackTable.d.ts.map +1 -0
- package/dist/packages/features/insights/components/TotalBookingUsersTable.d.ts.map +1 -1
- package/dist/packages/features/insights/components/TotalUserFeedbackTable.d.ts +12 -0
- package/dist/packages/features/insights/components/TotalUserFeedbackTable.d.ts.map +1 -0
- package/dist/packages/features/insights/components/index.d.ts +4 -0
- package/dist/packages/features/insights/components/index.d.ts.map +1 -1
- package/dist/packages/features/insights/server/events.d.ts +670 -0
- package/dist/packages/features/insights/server/events.d.ts.map +1 -1
- package/dist/packages/features/insights/server/trpc-router.d.ts +106 -0
- package/dist/packages/features/insights/server/trpc-router.d.ts.map +1 -1
- package/dist/packages/lib/constants.d.ts +1 -0
- package/dist/packages/lib/constants.d.ts.map +1 -1
- package/dist/packages/lib/defaultAvatarImage.d.ts +4 -0
- package/dist/packages/lib/defaultAvatarImage.d.ts.map +1 -1
- package/dist/packages/lib/entityPermissionUtils.d.ts.map +1 -1
- package/dist/packages/lib/errors.d.ts.map +1 -1
- package/dist/packages/lib/isOutOfBounds.d.ts +1 -1
- package/dist/packages/lib/isOutOfBounds.d.ts.map +1 -1
- package/dist/packages/lib/safeStringify.d.ts +3 -0
- package/dist/packages/lib/safeStringify.d.ts.map +1 -1
- package/dist/packages/lib/server/queries/teams/index.d.ts +0 -23
- package/dist/packages/lib/server/queries/teams/index.d.ts.map +1 -1
- package/dist/packages/lib/server/repository/profile.d.ts +0 -84
- package/dist/packages/lib/server/repository/profile.d.ts.map +1 -1
- package/dist/packages/lib/server/repository/user.d.ts +0 -42
- package/dist/packages/lib/server/repository/user.d.ts.map +1 -1
- package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/usePublicEvent.d.ts +2 -2
- package/dist/packages/platform/atoms/vite.config.d.ts.map +1 -1
- package/dist/packages/prisma/zod/bookingtimestatus.d.ts +9 -0
- package/dist/packages/prisma/zod/bookingtimestatus.d.ts.map +1 -1
- package/dist/packages/trpc/react/hooks/useMeQuery.d.ts +5 -42
- package/dist/packages/trpc/react/hooks/useMeQuery.d.ts.map +1 -1
- package/dist/packages/trpc/server/middlewares/sessionMiddleware.d.ts +0 -210
- package/dist/packages/trpc/server/middlewares/sessionMiddleware.d.ts.map +1 -1
- package/dist/packages/trpc/server/procedures/authedProcedure.d.ts +0 -126
- package/dist/packages/trpc/server/procedures/authedProcedure.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/_app.d.ts +354 -258
- package/dist/packages/trpc/server/routers/_app.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/loggedInViewer/_router.d.ts +5 -42
- package/dist/packages/trpc/server/routers/loggedInViewer/_router.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/loggedInViewer/me.handler.d.ts +5 -42
- package/dist/packages/trpc/server/routers/loggedInViewer/me.handler.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/loggedInViewer/outOfOffice.handler.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/loggedInViewer/procedures/me.d.ts +5 -42
- package/dist/packages/trpc/server/routers/loggedInViewer/procedures/me.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/publicViewer/_router.d.ts +2 -2
- package/dist/packages/trpc/server/routers/publicViewer/event.handler.d.ts +2 -2
- package/dist/packages/trpc/server/routers/publicViewer/procedures/event.d.ts +2 -2
- package/dist/packages/trpc/server/routers/viewer/_router.d.ts +354 -258
- package/dist/packages/trpc/server/routers/viewer/_router.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/viewer/bookings/util.d.ts +0 -42
- package/dist/packages/trpc/server/routers/viewer/bookings/util.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/viewer/eventTypes/util.d.ts +0 -42
- package/dist/packages/trpc/server/routers/viewer/eventTypes/util.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/viewer/webhook/util.d.ts +0 -42
- package/dist/packages/trpc/server/routers/viewer/webhook/util.d.ts.map +1 -1
- package/globals.min.css +1 -1
- package/package.json +1 -1
- package/dist/index-4R6rlJjY.js +0 -4
- package/dist/index-swucF4c_.js +0 -77
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Customizable UI components to integrate scheduling into your product.",
|
|
6
6
|
"authors": "Cal.com, Inc.",
|
|
7
|
-
"version": "1.0.
|
|
7
|
+
"version": "1.0.37",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"dev": "yarn vite build --watch & npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify --watch",
|
|
10
10
|
"build": "yarn vite build && npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify",
|
package/dist/index-4R6rlJjY.js
DELETED
package/dist/index-swucF4c_.js
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import { ag as o, W as s, A as t, c as r, B as n, h as i, j as l, K as d, C as p, k as u, ae as m, ad as g, X as c, a7 as C, a8 as D, a9 as T, aa as I, ab as S, ac as h, u as w, v as x, J as k, w as B, x as b, y as A, M as E, z as F, G as L, E as M, l as f, Z as G, R as v, F as U, aj as H, a1 as R, H as y, am as O, I as z, m as P, O as V, n as W, L as j, _ as q, $ as J, a0 as K, V as N, ah as Q, ai as X, ak as Y, S as Z, a5 as _, r as $, a2 as aa, a3 as ea, a4 as oa, N as sa, o as ta, q as ra, T as na, b as ia, s as la, a6 as da, Q as pa, e as ua, U as ma, d as ga, Y as ca, t as Ca, af as Da, al as Ta } from "./index-YVMeafN8.js";
|
|
2
|
-
import { U as Sa } from "./UnpublishedEntity-AeOec7kC.js";
|
|
3
|
-
import { C as wa } from "./Card-YXRwzLYs.js";
|
|
4
|
-
export {
|
|
5
|
-
o as AddressInput,
|
|
6
|
-
s as Alert,
|
|
7
|
-
t as Avatar,
|
|
8
|
-
r as AvatarGroup,
|
|
9
|
-
n as Badge,
|
|
10
|
-
i as Button,
|
|
11
|
-
l as ButtonGroup,
|
|
12
|
-
d as ButtonOrLink,
|
|
13
|
-
wa as Card,
|
|
14
|
-
p as Checkbox,
|
|
15
|
-
u as CheckboxField,
|
|
16
|
-
m as ConfirmationContent,
|
|
17
|
-
g as ConfirmationDialogContent,
|
|
18
|
-
c as Credits,
|
|
19
|
-
C as Dialog,
|
|
20
|
-
D as DialogClose,
|
|
21
|
-
T as DialogContent,
|
|
22
|
-
I as DialogFooter,
|
|
23
|
-
S as DialogHeader,
|
|
24
|
-
h as DialogTrigger,
|
|
25
|
-
w as Dropdown,
|
|
26
|
-
x as DropdownItem,
|
|
27
|
-
k as DropdownMenuCheckboxItem,
|
|
28
|
-
B as DropdownMenuContent,
|
|
29
|
-
b as DropdownMenuItem,
|
|
30
|
-
A as DropdownMenuPortal,
|
|
31
|
-
E as DropdownMenuRadioItem,
|
|
32
|
-
F as DropdownMenuSeparator,
|
|
33
|
-
L as DropdownMenuTrigger,
|
|
34
|
-
M as EditableHeading,
|
|
35
|
-
f as EmailField,
|
|
36
|
-
G as EmptyScreen,
|
|
37
|
-
v as ErrorBoundary,
|
|
38
|
-
U as Form,
|
|
39
|
-
H as Group,
|
|
40
|
-
R as HeadSeo,
|
|
41
|
-
y as HintsOrErrors,
|
|
42
|
-
O as Icon,
|
|
43
|
-
z as InfoBadge,
|
|
44
|
-
P as Input,
|
|
45
|
-
V as InputError,
|
|
46
|
-
W as InputField,
|
|
47
|
-
j as Label,
|
|
48
|
-
q as ListItem,
|
|
49
|
-
J as ListItemText,
|
|
50
|
-
K as ListItemTitle,
|
|
51
|
-
N as Logo,
|
|
52
|
-
Q as PhoneInput,
|
|
53
|
-
X as Radio,
|
|
54
|
-
Y as RadioField,
|
|
55
|
-
Z as Select,
|
|
56
|
-
_ as SelectSkeletonLoader,
|
|
57
|
-
$ as SelectWithValidation,
|
|
58
|
-
aa as Skeleton,
|
|
59
|
-
ea as SkeletonContainer,
|
|
60
|
-
oa as SkeletonText,
|
|
61
|
-
sa as Switch,
|
|
62
|
-
ta as TextArea,
|
|
63
|
-
ra as TextField,
|
|
64
|
-
na as TimezoneSelect,
|
|
65
|
-
ia as TimezoneSelectComponent,
|
|
66
|
-
la as ToggleGroup,
|
|
67
|
-
da as Tooltip,
|
|
68
|
-
pa as TopBanner,
|
|
69
|
-
Sa as UnpublishedEntity,
|
|
70
|
-
ua as UpgradeTeamsBadge,
|
|
71
|
-
ma as UserAvatarGroup,
|
|
72
|
-
ga as UserAvatarGroupWithOrg,
|
|
73
|
-
ca as VerticalDivider,
|
|
74
|
-
Ca as getReactSelectProps,
|
|
75
|
-
Da as showToast,
|
|
76
|
-
Ta as useCalcomTheme
|
|
77
|
-
};
|