@calcom/atoms 1.0.21 → 1.0.23
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-JoQaGbRT.js → AddressInput-_se-XOOP.js} +1 -1
- package/dist/{AlbyPriceComponent-EPbQ6-Ch.js → AlbyPriceComponent-lYkks9F_.js} +1 -1
- package/dist/{Card-y1TAfpoG.js → Card-lLZAI_QP.js} +1 -1
- package/dist/{DatePicker-JD_V3fz2.js → DatePicker-xq5z0HDR.js} +1 -1
- package/dist/{PhoneInput-Am-blD_t.js → PhoneInput-uQd28Wfc.js} +2 -2
- package/dist/{PoweredBy-KQOqSIbh.js → PoweredBy-8aiqR6tQ.js} +1 -1
- package/dist/{UnpublishedEntity-3phZLMux.js → UnpublishedEntity-BA6Me57y.js} +1 -1
- package/dist/availability/AvailabilitySettings.d.ts.map +1 -1
- package/dist/cal-atoms.js +9 -8
- package/dist/cal-atoms.umd.cjs +110 -110
- package/dist/{framer-features-QYUZb8Rn.js → framer-features-dIGb5WKo.js} +1 -1
- package/dist/hooks/useGetBooking.d.ts +2 -0
- package/dist/hooks/useGetBooking.d.ts.map +1 -1
- package/dist/hooks/useMe.d.ts +1 -1
- package/dist/hooks/useUpdateUserTimezone.d.ts +1 -1
- package/dist/{index-s72r9oDm.js → index-7jBn9q2c.js} +13123 -13119
- package/dist/{index-jQVrN-br.js → index-AMOpXabi.js} +1 -1
- package/dist/{index-aQmnJ9l7.js → index-JR2gexTn.js} +3 -3
- package/dist/index-Pr7K7wwJ.js +4 -0
- package/dist/{index-SNl3aeux.js → index-QxtY9Xo3.js} +2 -2
- package/dist/{index-x4lkDi7r.js → index-dvUGrDlN.js} +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/{isSupportedCountry-CHPHKvcC.js → isSupportedCountry-QtFd-pn_.js} +1 -1
- package/package.json +1 -1
- package/dist/index-_WKFJWoU.js +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aP as L, aQ as V, aR as D, aS as M, aT as Q, aU as Z, aV as _, aW as j, aX as re, aY as ie, aZ as oe, a_ as ae } from "./index-
|
|
1
|
+
import { aP as L, aQ as V, aR as D, aS as M, aT as Q, aU as Z, aV as _, aW as j, aX as re, aY as ie, aZ as oe, a_ as ae } from "./index-7jBn9q2c.js";
|
|
2
2
|
function b(t, e, n, s = { passive: !0 }) {
|
|
3
3
|
return t.addEventListener(e, n, s), () => t.removeEventListener(e, n);
|
|
4
4
|
}
|
|
@@ -15,6 +15,7 @@ export declare const useGetBooking: (uid?: string) => import("@tanstack/react-qu
|
|
|
15
15
|
name: string | null;
|
|
16
16
|
timeZone: string;
|
|
17
17
|
id: number;
|
|
18
|
+
avatarUrl: string | null;
|
|
18
19
|
} | null;
|
|
19
20
|
metadata: import(".prisma/client").Prisma.JsonValue;
|
|
20
21
|
id: number;
|
|
@@ -22,6 +23,7 @@ export declare const useGetBooking: (uid?: string) => import("@tanstack/react-qu
|
|
|
22
23
|
timeZone: string | null;
|
|
23
24
|
slug: string;
|
|
24
25
|
eventName: string | null;
|
|
26
|
+
schedulingType: import(".prisma/client").$Enums.SchedulingType | null;
|
|
25
27
|
} | null;
|
|
26
28
|
customInputs: import(".prisma/client").Prisma.JsonValue;
|
|
27
29
|
smsReminderNumber: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGetBooking.d.ts","sourceRoot":"","sources":["../../hooks/useGetBooking.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,SAAS,iBAAiB,CAAC;AAExC,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"useGetBooking.d.ts","sourceRoot":"","sources":["../../hooks/useGetBooking.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,SAAS,iBAAiB,CAAC;AAExC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAoBzB,CAAC"}
|
package/dist/hooks/useMe.d.ts
CHANGED
|
@@ -6,11 +6,11 @@ export declare const QUERY_KEY = "get-me";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare const useMe: () => import("@tanstack/react-query/build/legacy/types").UseQueryResult<import("@calcom/platform-types").ApiSuccessResponse<{
|
|
8
8
|
id: number;
|
|
9
|
-
username: string;
|
|
10
9
|
email: string;
|
|
11
10
|
timeFormat: number;
|
|
12
11
|
defaultScheduleId: number | null;
|
|
13
12
|
weekStart: string;
|
|
14
13
|
timeZone: string;
|
|
14
|
+
username: string;
|
|
15
15
|
}>, Error>;
|
|
16
16
|
//# sourceMappingURL=useMe.d.ts.map
|
|
@@ -3,12 +3,12 @@ type updateTimezoneInput = {
|
|
|
3
3
|
};
|
|
4
4
|
export declare const useUpdateUserTimezone: () => import("@tanstack/react-query/build/legacy/types").UseMutationResult<import("@calcom/platform-types").ApiErrorResponse | import("@calcom/platform-types").ApiSuccessResponse<{
|
|
5
5
|
id: number;
|
|
6
|
-
username: string;
|
|
7
6
|
email: string;
|
|
8
7
|
timeFormat: number;
|
|
9
8
|
defaultScheduleId: number | null;
|
|
10
9
|
weekStart: string;
|
|
11
10
|
timeZone: string;
|
|
11
|
+
username: string;
|
|
12
12
|
}>, unknown, updateTimezoneInput, unknown>;
|
|
13
13
|
export {};
|
|
14
14
|
//# sourceMappingURL=useUpdateUserTimezone.d.ts.map
|