@calcom/atoms 1.0.113 → 1.1.0-booker

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 (163) hide show
  1. package/README.md +22 -1
  2. package/dist/{AddressInput-KB6kz8jd.js → AddressInput-6TIOefqU.js} +3 -3
  3. package/dist/{AlbyPriceComponent-oomi1mi5.js → AlbyPriceComponent-zZlkVZTy.js} +29 -29
  4. package/dist/{PhoneInput-PW7Cwn_k.js → PhoneInput-_EJl7Rqu.js} +1 -1
  5. package/dist/cal-atoms.js +5 -36
  6. package/dist/index-4kA2xtz7.js +1957 -0
  7. package/dist/index-ESVL5ZDq.js +82852 -0
  8. package/dist/{index-zYn1uiuE.js → index-_P-UqUYu.js} +1 -1
  9. package/dist/packages/dayjs/locales.d.ts +1 -0
  10. package/dist/packages/dayjs/locales.d.ts.map +1 -1
  11. package/dist/packages/features/bookings/Booker/Booker.d.ts.map +1 -1
  12. package/dist/packages/features/bookings/Booker/components/DatePicker.d.ts +2 -8
  13. package/dist/packages/features/bookings/Booker/components/DatePicker.d.ts.map +1 -1
  14. package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts +2 -1
  15. package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts.map +1 -1
  16. package/dist/packages/features/bookings/Booker/components/hooks/useCalendars.d.ts +4 -0
  17. package/dist/packages/features/bookings/Booker/components/hooks/useCalendars.d.ts.map +1 -1
  18. package/dist/packages/features/bookings/Booker/types.d.ts +9 -8
  19. package/dist/packages/features/bookings/Booker/types.d.ts.map +1 -1
  20. package/dist/packages/features/bookings/lib/book-event-form/booking-to-mutation-input-mapper.d.ts +2 -1
  21. package/dist/packages/features/bookings/lib/book-event-form/booking-to-mutation-input-mapper.d.ts.map +1 -1
  22. package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts +5 -0
  23. package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts.map +1 -1
  24. package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts.map +1 -1
  25. package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts +18 -0
  26. package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts.map +1 -1
  27. package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts +22 -0
  28. package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts.map +1 -1
  29. package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts +18 -0
  30. package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts.map +1 -1
  31. package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +14 -0
  32. package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts.map +1 -1
  33. package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts +4 -0
  34. package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts.map +1 -1
  35. package/dist/packages/features/bookings/lib/handleNewBooking/test/round-robin-no-hosts.test.d.ts +2 -0
  36. package/dist/packages/features/bookings/lib/handleNewBooking/test/round-robin-no-hosts.test.d.ts.map +1 -0
  37. package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-reschedule-destination-calendar.test.d.ts +5 -0
  38. package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-reschedule-destination-calendar.test.d.ts.map +1 -0
  39. package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -1
  40. package/dist/packages/features/ee/billing/credit-service.d.ts.map +1 -1
  41. package/dist/packages/features/ee/billing/stripe-billling-service.d.ts.map +1 -1
  42. package/dist/packages/features/ee/billing/teams/team-billing.repository.interface.d.ts +1 -1
  43. package/dist/packages/features/ee/billing/teams/team-billing.repository.interface.d.ts.map +1 -1
  44. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts +4 -0
  45. package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +1 -1
  46. package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts.map +1 -1
  47. package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts +1 -2
  48. package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts.map +1 -1
  49. package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts +2 -0
  50. package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts.map +1 -1
  51. package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts.map +1 -1
  52. package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts +0 -1
  53. package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts.map +1 -1
  54. package/dist/packages/features/eventtypes/components/Locations.d.ts.map +1 -1
  55. package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts.map +1 -1
  56. package/dist/packages/features/eventtypes/components/tabs/limits/MaxActiveBookingsPerBookerController.d.ts +9 -1
  57. package/dist/packages/features/eventtypes/components/tabs/limits/MaxActiveBookingsPerBookerController.d.ts.map +1 -1
  58. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +1 -1
  59. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +1 -1
  60. package/dist/packages/features/schedules/components/Schedule.d.ts.map +1 -1
  61. package/dist/packages/features/shell/navigation/NavigationItem.d.ts.map +1 -1
  62. package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts +14 -13
  63. package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts.map +1 -1
  64. package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts +1 -2
  65. package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts.map +1 -1
  66. package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts.map +1 -1
  67. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +4 -0
  68. package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts.map +1 -1
  69. package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts +1 -1
  70. package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts +2 -1
  71. package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +1 -1
  72. package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts +1 -0
  73. package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts.map +1 -1
  74. package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts +6 -0
  75. package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +1 -1
  76. package/dist/packages/platform/atoms/index.d.ts +0 -32
  77. package/dist/packages/platform/atoms/index.d.ts.map +1 -1
  78. package/dist/packages/platform/libraries/repositories.d.ts +9 -0
  79. package/dist/packages/platform/libraries/repositories.d.ts.map +1 -0
  80. package/dist/packages/platform/libraries/slots.d.ts +2 -2
  81. package/dist/packages/platform/libraries/slots.d.ts.map +1 -1
  82. package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts +11 -2
  83. package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts.map +1 -1
  84. package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts +2 -1
  85. package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts.map +1 -1
  86. package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts +2 -2
  87. package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts.map +1 -1
  88. package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts +4 -3
  89. package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts.map +1 -1
  90. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts +4 -0
  91. package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts.map +1 -1
  92. package/dist/packages/prisma/zod/deployment.d.ts +3 -0
  93. package/dist/packages/prisma/zod/deployment.d.ts.map +1 -1
  94. package/dist/packages/prisma/zod/destinationcalendar.d.ts +6 -0
  95. package/dist/packages/prisma/zod/destinationcalendar.d.ts.map +1 -1
  96. package/dist/packages/prisma/zod/role.d.ts +3 -0
  97. package/dist/packages/prisma/zod/role.d.ts.map +1 -1
  98. package/dist/packages/prisma/zod/selectedcalendar.d.ts +6 -0
  99. package/dist/packages/prisma/zod/selectedcalendar.d.ts.map +1 -1
  100. package/dist/packages/prisma-client/index.d.ts +316 -3
  101. package/dist/packages/trpc/react/shared.d.ts +1 -1
  102. package/dist/packages/trpc/react/shared.d.ts.map +1 -1
  103. package/dist/packages/trpc/server/routers/viewer/slots/getSchedule.handler.d.ts.map +1 -1
  104. package/dist/packages/trpc/server/routers/viewer/slots/reserveSlot.handler.d.ts.map +1 -1
  105. package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts +50 -2027
  106. package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts.map +1 -1
  107. package/dist/style.css +1 -1
  108. package/package.json +6 -4
  109. package/dist/AppCard-QiR8Srh9.js +0 -281
  110. package/dist/AppListCardPlatformWrapper-h2jM2g95.js +0 -9
  111. package/dist/AppListCardWebWrapper-OFBgjlYM.js +0 -74
  112. package/dist/AppSettingsInterface-7COrVrq0.js +0 -29
  113. package/dist/AppSettingsInterface-dKlvoMv2.js +0 -75
  114. package/dist/AppSettingsInterface-pbYlc78L.js +0 -23
  115. package/dist/DateRangePicker-PzwyBx1B.js +0 -2405
  116. package/dist/EventTypeAppCardInterface-3x755JiU.js +0 -34
  117. package/dist/EventTypeAppCardInterface-507LHevd.js +0 -41
  118. package/dist/EventTypeAppCardInterface-5ThkZk8K.js +0 -31
  119. package/dist/EventTypeAppCardInterface-73IWOiiD.js +0 -39
  120. package/dist/EventTypeAppCardInterface-75U5VYai.js +0 -24
  121. package/dist/EventTypeAppCardInterface-8LbWeqrI.js +0 -34
  122. package/dist/EventTypeAppCardInterface-DAchEAmi.js +0 -24
  123. package/dist/EventTypeAppCardInterface-FqmTQynb.js +0 -34
  124. package/dist/EventTypeAppCardInterface-Hlu0jFWw.js +0 -86
  125. package/dist/EventTypeAppCardInterface-NTtL7BeB.js +0 -34
  126. package/dist/EventTypeAppCardInterface-RaliX3yn.js +0 -34
  127. package/dist/EventTypeAppCardInterface-UAnlpa_7.js +0 -49
  128. package/dist/EventTypeAppCardInterface-UTxxrcvC.js +0 -42
  129. package/dist/EventTypeAppCardInterface-YyYQcCLb.js +0 -32
  130. package/dist/EventTypeAppCardInterface-aiQ1O2Fx.js +0 -33
  131. package/dist/EventTypeAppCardInterface-bPaHnrrw.js +0 -41
  132. package/dist/EventTypeAppCardInterface-gNG7CLUC.js +0 -24
  133. package/dist/EventTypeAppCardInterface-kzZe7_nW.js +0 -34
  134. package/dist/EventTypeAppCardInterface-qnzgEVgx.js +0 -34
  135. package/dist/EventTypeAppCardInterface-qv1aKHZi.js +0 -42
  136. package/dist/EventTypeAppCardInterface-sM5oG-nM.js +0 -51
  137. package/dist/EventTypeAppCardInterface-sca6lBYk.js +0 -24
  138. package/dist/EventTypeAppCardInterface-tUKSDdlH.js +0 -51
  139. package/dist/EventTypeAppCardInterface-ti-rNnZb.js +0 -32
  140. package/dist/EventTypeAppCardInterface-wu_3YRX-.js +0 -696
  141. package/dist/EventTypeAppCardInterface-wzbXpbmI.js +0 -24
  142. package/dist/EventTypeAppSettingsInterface--vQ93o16.js +0 -24
  143. package/dist/EventTypeAppSettingsInterface-9lNYGi2n.js +0 -43
  144. package/dist/EventTypeAppSettingsInterface-DMrIHmgd.js +0 -120
  145. package/dist/EventTypeAppSettingsInterface-KHIuFGBN.js +0 -78
  146. package/dist/EventTypeAppSettingsInterface-L1Xo8tyr.js +0 -298
  147. package/dist/EventTypeAppSettingsInterface-Pu5B82S0.js +0 -25
  148. package/dist/EventTypeAppSettingsInterface-R_ad05AV.js +0 -23
  149. package/dist/EventTypeAppSettingsInterface-YWfWvEU3.js +0 -48
  150. package/dist/EventTypeAppSettingsInterface-_RDwKkaA.js +0 -221
  151. package/dist/EventTypeAppSettingsInterface-btPUVD8h.js +0 -23
  152. package/dist/EventTypeAppSettingsInterface-c2021R4F.js +0 -42
  153. package/dist/EventTypeAppSettingsInterface-tKBioveg.js +0 -72
  154. package/dist/InstallAppButton-Iv6u_RfE.js +0 -58
  155. package/dist/InstallAppButton-JXhBVaYJ.js +0 -29
  156. package/dist/InstallAppButton-Y17r7ILt.js +0 -14
  157. package/dist/InstallAppButton-dSCw_yR0.js +0 -14
  158. package/dist/StripePaymentForm-g3sWk7Tq.js +0 -493
  159. package/dist/currencyOptions-kannG2hu.js +0 -61
  160. package/dist/index-Bsynpgsa.js +0 -28
  161. package/dist/index-J6APIiEa.js +0 -156564
  162. package/dist/index-qEFnZPmB.js +0 -518
  163. package/dist/useIsAppEnabled-88ccKgkc.js +0 -18
@@ -1,74 +0,0 @@
1
- import { jsx as P } from "react/jsx-runtime";
2
- import { Q as i, s as y, R as A, U as R, A as Q } from "./index-J6APIiEa.js";
3
- import { useMemo as $, useEffect as d, useCallback as b, useState as L, useRef as w } from "react";
4
- i.string().or(i.number()).or(i.array(i.number())).transform((r) => typeof r == "string" ? r.split(",").map((o) => Number(o)) : Array.isArray(r) ? r : [r]);
5
- i.preprocess((r) => i.string().parse(r).split(","), i.string().array()).or(i.string().array());
6
- function U(r) {
7
- const o = y.useRouter(), c = A(), u = y.usePathname(), a = r.safeParse(c);
8
- let s = $(() => ({}), []);
9
- d(() => {
10
- a.success && a.data && Object.entries(a.data).forEach(([e, t]) => {
11
- if (e in c || !t)
12
- return;
13
- const n = new URLSearchParams(s);
14
- n.set(String(e), String(t)), o.replace(`${u}?${n.toString()}`);
15
- });
16
- }, [a, r, o, u, c, s]), a.success ? s = a.data : a.success || console.error(a.error);
17
- const m = b(
18
- function(t, n) {
19
- const p = new URLSearchParams(s);
20
- p.set(String(t), String(n)), o.replace(`${u}?${p.toString()}`);
21
- },
22
- // eslint-disable-next-line react-hooks/exhaustive-deps
23
- [s, o]
24
- );
25
- function l(e) {
26
- const t = new URLSearchParams(s);
27
- t.delete(String(e)), o.replace(`${u}?${t.toString()}`);
28
- }
29
- function f(e, t) {
30
- const n = s[e];
31
- if (Array.isArray(n)) {
32
- if (n.includes(t))
33
- return;
34
- m(e, [...n, t]);
35
- } else
36
- m(e, [t]);
37
- }
38
- function h(e, t) {
39
- const n = s[e];
40
- if (Array.isArray(n) && n.length > 1) {
41
- const p = n.filter((S) => S !== t);
42
- m(e, p);
43
- } else
44
- l(e);
45
- }
46
- function g() {
47
- u !== null && o.replace(u);
48
- }
49
- return {
50
- data: s,
51
- setQuery: m,
52
- removeByKey: l,
53
- pushItemToKey: f,
54
- removeItemByKeyAndValue: h,
55
- removeAllQueryParams: g
56
- };
57
- }
58
- const x = i.object({ hl: i.string().optional() });
59
- function j(r) {
60
- const { slug: o, shouldHighlight: c } = r, {
61
- data: { hl: u }
62
- } = U(x), a = y.useRouter(), [s, m] = L(c && u === o), l = w(null), f = R(), h = y.usePathname();
63
- return d(() => (c && s && f !== null && h !== null && (l.current = setTimeout(() => {
64
- const g = new URLSearchParams(f.toString());
65
- g.delete("hl"), g.delete("category"), m(!1);
66
- const e = g.toString();
67
- a.replace(`${h}${e !== "" ? `?${e}` : ""}`);
68
- }, 3e3)), () => {
69
- l.current && (clearTimeout(l.current), l.current = null);
70
- }), [s, h, a, f, c]), /* @__PURE__ */ P(Q, { ...r });
71
- }
72
- export {
73
- j as default
74
- };
@@ -1,29 +0,0 @@
1
- import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
- import { useState as s } from "react";
3
- import { q as i, f as l, r as m } from "./index-J6APIiEa.js";
4
- function h() {
5
- const { t: a } = i(), n = "metric", [e, r] = s("");
6
- return /* @__PURE__ */ o("div", { className: "space-y-4 text-sm", children: [
7
- /* @__PURE__ */ t(
8
- l,
9
- {
10
- placeholder: "San Francisco",
11
- value: e,
12
- name: "Enter City",
13
- onChange: async (c) => {
14
- r(c.target.value);
15
- }
16
- }
17
- ),
18
- /* @__PURE__ */ t(
19
- m,
20
- {
21
- href: `webcal://weather-in-calendar.com/cal/weather-cal.php?city=${e}&units=${n}&temperature=day`,
22
- children: a("add_to_calendar")
23
- }
24
- )
25
- ] });
26
- }
27
- export {
28
- h as default
29
- };
@@ -1,75 +0,0 @@
1
- import { jsxs as a, jsx as e, Fragment as r } from "react/jsx-runtime";
2
- import { r as i, q as o } from "./index-J6APIiEa.js";
3
- function d({ template: t }) {
4
- return /* @__PURE__ */ a("div", { className: "min-h-16 bg-default border-subtle sticky flex flex-col justify-between gap-4 rounded-md border p-5", children: [
5
- /* @__PURE__ */ a("div", { className: "flex items-start justify-start", children: [
6
- /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e("div", { className: "mr-4 flex h-12 w-12 items-center justify-center rounded-md p-1", children: /* @__PURE__ */ e("img", { className: "h-8", alt: t.app, src: `/api/app-store/zapier/${t.icon}` }) }) }),
7
- /* @__PURE__ */ e("div", { className: "mr-4", children: /* @__PURE__ */ a("div", { children: [
8
- /* @__PURE__ */ e("p", { className: "text-emphasis truncate text-sm font-medium leading-4", children: t.app }),
9
- /* @__PURE__ */ e("p", { className: "text-subtle mt-[2px] text-sm", children: t.text })
10
- ] }) })
11
- ] }),
12
- /* @__PURE__ */ e("div", { className: "hidden w-full sm:block", children: /* @__PURE__ */ e("div", { className: "float-right", children: /* @__PURE__ */ e(i, { color: "secondary", className: " w-[90px]", target: "_blank", href: t.link, children: "Use Zap" }) }) }),
13
- /* @__PURE__ */ e("div", { className: "mt-2 block w-full sm:hidden", children: /* @__PURE__ */ e("div", { className: "float-right", children: /* @__PURE__ */ e(i, { color: "secondary", className: "w-[90px]", target: "_blank", href: t.link, children: "Use Zap" }) }) })
14
- ] });
15
- }
16
- const n = [
17
- {
18
- icon: "gmail.svg",
19
- app: "Gmail",
20
- text: "Send emails via Gmail for scheduled events",
21
- link: "https://zapier.com/app/editor/template/1071345"
22
- },
23
- {
24
- icon: "googleSheets.svg",
25
- app: "Google Sheets",
26
- text: "Create Google Sheets rows for scheduled events",
27
- link: "https://zapier.com/app/editor/template/1082047"
28
- },
29
- {
30
- icon: "salesforce.svg",
31
- app: "Salesforce",
32
- text: "Create Salesforce leads from new bookings",
33
- link: "https://zapier.com/app/editor/template/1082050"
34
- },
35
- {
36
- icon: "todoist.svg",
37
- app: "Todoist",
38
- text: "Create Todoist tasks for scheduled events",
39
- link: "https://zapier.com/app/editor/template/1082073"
40
- },
41
- {
42
- icon: "gmail.svg",
43
- app: "Gmail",
44
- text: "Send emails via Gmail for rescheduled events",
45
- link: "https://zapier.com/app/editor/template/1083605"
46
- },
47
- {
48
- icon: "gmail.svg",
49
- app: "Gmail",
50
- text: "Send emails via Gmail for cancelled events",
51
- link: "https://zapier.com/app/editor/template/1083609"
52
- },
53
- {
54
- icon: "gmail.svg",
55
- app: "Gmail",
56
- text: "Send emails via Gmail after scheduled meetings end",
57
- link: "https://zapier.com/app/editor/template/1083613"
58
- },
59
- {
60
- icon: "googleCalendar.svg",
61
- app: "Google Calendar",
62
- text: "Add new bookings to Google Calendar",
63
- link: "https://zapier.com/app/editor/template/1083651"
64
- }
65
- ];
66
- function m() {
67
- const { t } = o();
68
- return /* @__PURE__ */ a(r, { children: [
69
- /* @__PURE__ */ e("div", { className: "text-sm font-semibold leading-4 ", children: t("get_started_zapier_templates") }),
70
- /* @__PURE__ */ e("div", { className: "mt-4 grid gap-4 md:grid-cols-2", children: n.map((s, l) => /* @__PURE__ */ e(d, { template: s }, l)) })
71
- ] });
72
- }
73
- export {
74
- m as default
75
- };
@@ -1,23 +0,0 @@
1
- import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
- import { useState as p } from "react";
3
- import { q as r, f as u, r as i } from "./index-J6APIiEa.js";
4
- function d() {
5
- const { t: e } = r(), [s, n] = p("");
6
- return /* @__PURE__ */ o("div", { className: "space-y-4 px-4 pb-4 pt-4 text-sm", children: [
7
- /* @__PURE__ */ t(
8
- u,
9
- {
10
- placeholder: "Some Input",
11
- value: s,
12
- name: "Enter Input",
13
- onChange: async (a) => {
14
- n(a.target.value);
15
- }
16
- }
17
- ),
18
- /* @__PURE__ */ t(i, { children: e("submit") })
19
- ] });
20
- }
21
- export {
22
- d as default
23
- };