@fluid-app/portal-sdk 0.1.118 → 0.1.119
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-DDgoR8CH.mjs → ContactsScreen-CKLNImTq.mjs} +2 -2
- package/dist/{ContactsScreen-DDgoR8CH.mjs.map → ContactsScreen-CKLNImTq.mjs.map} +1 -1
- package/dist/{ContactsScreen-DZ8U0aJv.cjs → ContactsScreen-DSnBtDff.cjs} +2 -2
- package/dist/{ContactsScreen-D0LZl9eo.cjs → ContactsScreen-GVcHSS1t.cjs} +2 -2
- package/dist/{ContactsScreen-D0LZl9eo.cjs.map → ContactsScreen-GVcHSS1t.cjs.map} +1 -1
- package/dist/{OrdersScreen-gj1GgflA.cjs → OrdersScreen-4UKROSf7.cjs} +2 -2
- package/dist/{OrdersScreen-gj1GgflA.cjs.map → OrdersScreen-4UKROSf7.cjs.map} +1 -1
- package/dist/{OrdersScreen-BJETamou.mjs → OrdersScreen-C9XyD9Q5.mjs} +2 -2
- package/dist/{OrdersScreen-BJETamou.mjs.map → OrdersScreen-C9XyD9Q5.mjs.map} +1 -1
- package/dist/{OrdersScreen-C5QnwlAJ.cjs → OrdersScreen-CrXxXbQI.cjs} +2 -2
- package/dist/{SubscriptionsScreen-DGKW-i80.mjs → SubscriptionsScreen-C0q8et2s.mjs} +2 -2
- package/dist/{SubscriptionsScreen-DGKW-i80.mjs.map → SubscriptionsScreen-C0q8et2s.mjs.map} +1 -1
- package/dist/{SubscriptionsScreen-CSEc917H.cjs → SubscriptionsScreen-Mo5belBD.cjs} +2 -2
- package/dist/{SubscriptionsScreen-aQBXIOGH.cjs → SubscriptionsScreen-NvLXnxYb.cjs} +2 -2
- package/dist/{SubscriptionsScreen-aQBXIOGH.cjs.map → SubscriptionsScreen-NvLXnxYb.cjs.map} +1 -1
- package/dist/index.cjs +10 -10
- package/dist/index.mjs +10 -10
- package/dist/{order-detail-B5cxyosZ.mjs → order-detail-CpAFaa2d.mjs} +5 -5
- package/dist/{order-detail-B5cxyosZ.mjs.map → order-detail-CpAFaa2d.mjs.map} +1 -1
- package/dist/{order-detail-B1lvW7Yr.cjs → order-detail-ubP2yYbL.cjs} +5 -5
- package/dist/{order-detail-B1lvW7Yr.cjs.map → order-detail-ubP2yYbL.cjs.map} +1 -1
- package/package.json +14 -14
|
@@ -4,7 +4,7 @@ import { t as parseApiErrors } from "./parse-api-errors-Dy2gL1eC.mjs";
|
|
|
4
4
|
import { $t as Avatar, A as SelectContent, C as SheetContent, Ct as CardContent, E as SheetTitle, Et as CardTitle, G as Label, I as Input, J as DropdownMenuItem, Jt as BreadcrumbLink, K as DropdownMenu, Kt as Breadcrumb, M as SelectTrigger, N as SelectValue, Qt as Badge, S as Sheet, T as SheetHeader, Tt as CardHeader, X as DropdownMenuSeparator, Xt as BreadcrumbPage, Y as DropdownMenuLabel, Yt as BreadcrumbList, Zt as BreadcrumbSeparator, an as AlertDialogContent, c as TabsList, cn as AlertDialogHeader, d as TableBody, dn as Button, en as AvatarFallback, et as DropdownMenuTrigger, f as TableCell, h as TableRow, i as TooltipTrigger, in as AlertDialogCancel, j as SelectItem, k as Select, l as TabsTrigger, m as TableHeader, n as TooltipContent, nn as AlertDialog, o as Tabs, on as AlertDialogDescription, p as TableHead, q as DropdownMenuContent, qt as BreadcrumbItem, r as TooltipProvider, rn as AlertDialogAction, s as TabsContent, sn as AlertDialogFooter, t as Tooltip, tn as AvatarImage, u as Table$1, un as AlertDialogTitle, vn as useZodForm, w as SheetFooter, x as Skeleton, xt as Card, y as fluidToast, yn as cn } from "./src-D6DimP34.mjs";
|
|
5
5
|
import { n as useScreenHeaderActions, r as useScreenHeaderBreadcrumbs } from "./ScreenHeaderContext-CrdfLGKk.mjs";
|
|
6
6
|
import { a as useEditor, n as Heading, o as Placeholder, r as EditorContent, t as StarterKit } from "./dist-CMGXkSgZ.mjs";
|
|
7
|
-
import { i as PaginationFooter } from "./order-detail-
|
|
7
|
+
import { i as PaginationFooter } from "./order-detail-CpAFaa2d.mjs";
|
|
8
8
|
import { n as TextAlign, t as Underline } from "./dist-B1HwSrso.mjs";
|
|
9
9
|
import { createContext, useCallback, useContext, useEffect, useImperativeHandle, useMemo, useRef, useState } from "react";
|
|
10
10
|
import { keepPreviousData, useMutation, useQuery, useQueryClient } from "@tanstack/react-query";
|
|
@@ -4403,4 +4403,4 @@ const contactsScreenPropertySchema = {
|
|
|
4403
4403
|
//#endregion
|
|
4404
4404
|
export { ContactsScreen_exports as n, contactsScreenPropertySchema as r, ContactsScreen as t };
|
|
4405
4405
|
|
|
4406
|
-
//# sourceMappingURL=ContactsScreen-
|
|
4406
|
+
//# sourceMappingURL=ContactsScreen-CKLNImTq.mjs.map
|