@fluid-app/portal-sdk 0.1.114 → 0.1.115

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 (31) hide show
  1. package/dist/{ContactsScreen-CbOLlj7I.cjs → ContactsScreen-CBjv2bLC.cjs} +2 -2
  2. package/dist/{ContactsScreen-ljoKwQWZ.mjs → ContactsScreen-CL6sD1Eb.mjs} +3 -3
  3. package/dist/ContactsScreen-CL6sD1Eb.mjs.map +1 -0
  4. package/dist/{ContactsScreen-Ck_0JVKN.cjs → ContactsScreen-CjMFgsml.cjs} +3 -3
  5. package/dist/ContactsScreen-CjMFgsml.cjs.map +1 -0
  6. package/dist/{MessagingScreen-DyoTr6qg.mjs → MessagingScreen-DRcY1N_8.mjs} +1 -0
  7. package/dist/{OrdersScreen-DpuLEnAB.mjs → OrdersScreen-BJETamou.mjs} +2 -2
  8. package/dist/{OrdersScreen-DpuLEnAB.mjs.map → OrdersScreen-BJETamou.mjs.map} +1 -1
  9. package/dist/{OrdersScreen-pGm8L4IL.cjs → OrdersScreen-C5QnwlAJ.cjs} +2 -2
  10. package/dist/{OrdersScreen-5WUQMIIr.cjs → OrdersScreen-gj1GgflA.cjs} +2 -2
  11. package/dist/{OrdersScreen-5WUQMIIr.cjs.map → OrdersScreen-gj1GgflA.cjs.map} +1 -1
  12. package/dist/{ProductsScreen-C9crLQdu.mjs → ProductsScreen-cUnZTQXj.mjs} +3 -0
  13. package/dist/{ShareablesScreen-CEslRgCn.mjs → ShareablesScreen-Ci_HfDpD.mjs} +4 -0
  14. package/dist/{SubscriptionsScreen-Bn0UaE2W.cjs → SubscriptionsScreen-CSEc917H.cjs} +2 -2
  15. package/dist/{SubscriptionsScreen-gJ0bWDng.mjs → SubscriptionsScreen-DGKW-i80.mjs} +30 -30
  16. package/dist/SubscriptionsScreen-DGKW-i80.mjs.map +1 -0
  17. package/dist/{SubscriptionsScreen-DPsEEgbq.cjs → SubscriptionsScreen-aQBXIOGH.cjs} +29 -29
  18. package/dist/SubscriptionsScreen-aQBXIOGH.cjs.map +1 -0
  19. package/dist/index.cjs +10 -10
  20. package/dist/index.mjs +16 -16
  21. package/dist/{order-detail-Bq7_UZ75.cjs → order-detail-B1lvW7Yr.cjs} +22 -22
  22. package/dist/order-detail-B1lvW7Yr.cjs.map +1 -0
  23. package/dist/{order-detail-B8jb-YB6.mjs → order-detail-B5cxyosZ.mjs} +23 -23
  24. package/dist/order-detail-B5cxyosZ.mjs.map +1 -0
  25. package/package.json +20 -20
  26. package/dist/ContactsScreen-Ck_0JVKN.cjs.map +0 -1
  27. package/dist/ContactsScreen-ljoKwQWZ.mjs.map +0 -1
  28. package/dist/SubscriptionsScreen-DPsEEgbq.cjs.map +0 -1
  29. package/dist/SubscriptionsScreen-gJ0bWDng.mjs.map +0 -1
  30. package/dist/order-detail-B8jb-YB6.mjs.map +0 -1
  31. package/dist/order-detail-Bq7_UZ75.cjs.map +0 -1
@@ -35,8 +35,8 @@ require("./ToDoWidget-DZUvDwnJ.cjs");
35
35
  require("./VideoWidget-BmVIIfvM.cjs");
36
36
  require("./ScreenHeaderContext-DpVOhFzT.cjs");
37
37
  require("./dist-BbS_7TvS.cjs");
38
- const require_ContactsScreen = require("./ContactsScreen-Ck_0JVKN.cjs");
39
- require("./order-detail-Bq7_UZ75.cjs");
38
+ const require_ContactsScreen = require("./ContactsScreen-CjMFgsml.cjs");
39
+ require("./order-detail-B1lvW7Yr.cjs");
40
40
  require("./src-Bp-dRR29.cjs");
41
41
  require("./dist-DkYXiQQ1.cjs");
42
42
  exports.ContactsScreen = require_ContactsScreen.ContactsScreen;
@@ -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-B8jb-YB6.mjs";
7
+ import { i as PaginationFooter } from "./order-detail-B5cxyosZ.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";
@@ -351,7 +351,7 @@ function ContactsTable({ listContacts, queryKeyPrefix, setSelectedContacts, setO
351
351
  variant: "ghost",
352
352
  size: "sm",
353
353
  onClick: () => setActiveTab(tab),
354
- className: cn("rounded-md text-xs", activeTab === tab && "bg-accent font-bold"),
354
+ className: cn("rounded-md text-xs", activeTab === tab && "bg-primary text-primary-foreground font-bold"),
355
355
  children: tab
356
356
  }, tab))
357
357
  })
@@ -4331,4 +4331,4 @@ const contactsScreenPropertySchema = {
4331
4331
  //#endregion
4332
4332
  export { ContactsScreen_exports as n, contactsScreenPropertySchema as r, ContactsScreen as t };
4333
4333
 
4334
- //# sourceMappingURL=ContactsScreen-ljoKwQWZ.mjs.map
4334
+ //# sourceMappingURL=ContactsScreen-CL6sD1Eb.mjs.map