@fluid-app/portal-sdk 0.1.36 → 0.1.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/{ContactsScreen-Cqj2ylQd.mjs → ContactsScreen-C9kEFGyO.mjs} +2 -2
- package/dist/{ContactsScreen-Cqj2ylQd.mjs.map → ContactsScreen-C9kEFGyO.mjs.map} +1 -1
- package/dist/{ContactsScreen-DTbdVDl2.cjs → ContactsScreen-CSRNNY-u.cjs} +2 -2
- package/dist/{ContactsScreen-DTbdVDl2.cjs.map → ContactsScreen-CSRNNY-u.cjs.map} +1 -1
- package/dist/{ContactsScreen-DwuusoZ9.cjs → ContactsScreen-CYYOSb1o.cjs} +2 -2
- package/dist/{OrdersScreen-Bec6SqNo.mjs → OrdersScreen-C3U5o8Ix.mjs} +2 -2
- package/dist/{OrdersScreen-Bec6SqNo.mjs.map → OrdersScreen-C3U5o8Ix.mjs.map} +1 -1
- package/dist/{OrdersScreen-BHNpjPwv.cjs → OrdersScreen-CGUvJ3rO.cjs} +2 -2
- package/dist/{OrdersScreen-BHNpjPwv.cjs.map → OrdersScreen-CGUvJ3rO.cjs.map} +1 -1
- package/dist/{OrdersScreen-C3BIRY6j.cjs → OrdersScreen-D5ljtaRm.cjs} +2 -2
- package/dist/{SubscriptionsScreen-D2Z7L3Z6.cjs → SubscriptionsScreen-DMySArYf.cjs} +2 -2
- package/dist/{SubscriptionsScreen-CXQM1Z7M.cjs → SubscriptionsScreen-DvcrZaiR.cjs} +3 -3
- package/dist/SubscriptionsScreen-DvcrZaiR.cjs.map +1 -0
- package/dist/{SubscriptionsScreen-iFx-VQrU.mjs → SubscriptionsScreen-PX_Ygilp.mjs} +3 -3
- package/dist/SubscriptionsScreen-PX_Ygilp.mjs.map +1 -0
- package/dist/index.cjs +10 -10
- package/dist/index.mjs +10 -10
- package/dist/{src-C2NjWMLg.mjs → src-CHFa-f0Q.mjs} +354 -342
- package/dist/src-CHFa-f0Q.mjs.map +1 -0
- package/dist/{src-B7JarYAL.cjs → src-DvDLW4sK.cjs} +353 -341
- package/dist/src-DvDLW4sK.cjs.map +1 -0
- package/package.json +11 -11
- package/dist/SubscriptionsScreen-CXQM1Z7M.cjs.map +0 -1
- package/dist/SubscriptionsScreen-iFx-VQrU.mjs.map +0 -1
- package/dist/src-B7JarYAL.cjs.map +0 -1
- package/dist/src-C2NjWMLg.mjs.map +0 -1
|
@@ -2,7 +2,7 @@ import { n as __exportAll } from "./chunk-ByhMGyNw.mjs";
|
|
|
2
2
|
import { _t as createFetchClient, n as useFluidContext } from "./FluidProvider-S05cIFwO.mjs";
|
|
3
3
|
import { t as parseApiErrors } from "./parse-api-errors-Dy2gL1eC.mjs";
|
|
4
4
|
import { B as DropdownMenuContent, C as SelectContent, E as SelectValue, Gt as AlertDialogDescription, Ht as AlertDialogAction, Jt as AlertDialogTitle, Kt as AlertDialogFooter, R as Label, S as Select, T as SelectTrigger, Ut as AlertDialogCancel, V as DropdownMenuItem, Vt as AlertDialog, Wt as AlertDialogContent, Yt as Button, a as Tabs, b as Skeleton, c as TabsTrigger, d as TableCell, dt as Card, f as TableHead, ft as CardContent, i as TooltipTrigger, k as Input, l as Table$1, m as TableRow, mt as CardTitle, n as TooltipContent, nn as useZodForm, o as TabsContent, p as TableHeader, pt as CardHeader, q as DropdownMenuTrigger, qt as AlertDialogHeader, r as TooltipProvider, rn as cn, s as TabsList, t as Tooltip, u as TableBody, v as fluidToast, w as SelectItem, z as DropdownMenu } from "./src-S_xL86wk.mjs";
|
|
5
|
-
import { i as PaginationFooter } from "./src-
|
|
5
|
+
import { i as PaginationFooter } from "./src-CHFa-f0Q.mjs";
|
|
6
6
|
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
|
7
7
|
import { keepPreviousData, useMutation, useQuery, useQueryClient } from "@tanstack/react-query";
|
|
8
8
|
import { z } from "zod";
|
|
@@ -3252,4 +3252,4 @@ const contactsScreenPropertySchema = {
|
|
|
3252
3252
|
//#endregion
|
|
3253
3253
|
export { ContactsScreen_exports as n, contactsScreenPropertySchema as r, ContactsScreen as t };
|
|
3254
3254
|
|
|
3255
|
-
//# sourceMappingURL=ContactsScreen-
|
|
3255
|
+
//# sourceMappingURL=ContactsScreen-C9kEFGyO.mjs.map
|