@fluid-app/portal-sdk 0.1.149 → 0.1.150
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-DtABz7O7.mjs → ContactsScreen--c03aFBb.mjs} +2 -2
- package/dist/{ContactsScreen-DtABz7O7.mjs.map → ContactsScreen--c03aFBb.mjs.map} +1 -1
- package/dist/{ContactsScreen-DuKE5ruf.cjs → ContactsScreen-BRLqZ5Aj.cjs} +2 -2
- package/dist/{ContactsScreen-psnV3fcP.cjs → ContactsScreen-C-wNg4uQ.cjs} +2 -2
- package/dist/{ContactsScreen-psnV3fcP.cjs.map → ContactsScreen-C-wNg4uQ.cjs.map} +1 -1
- package/dist/{OrdersScreen-CR2NZAGm.cjs → OrdersScreen-CCpGsP-L.cjs} +2 -2
- package/dist/{OrdersScreen-BXlGNk8k.cjs → OrdersScreen-CeyfnOeb.cjs} +2 -2
- package/dist/{OrdersScreen-BXlGNk8k.cjs.map → OrdersScreen-CeyfnOeb.cjs.map} +1 -1
- package/dist/{OrdersScreen-B4xeL-Kg.mjs → OrdersScreen-DZ0sgSHZ.mjs} +2 -2
- package/dist/{OrdersScreen-B4xeL-Kg.mjs.map → OrdersScreen-DZ0sgSHZ.mjs.map} +1 -1
- package/dist/{ProductsScreen-IbgDLX51.mjs → ProductsScreen-C5BF7B4b.mjs} +0 -5
- package/dist/{ShareablesScreen-C2zLeoy7.mjs → ShareablesScreen-DutWYuKD.mjs} +0 -6
- package/dist/{ShopScreen-DGQuhCjL.cjs → ShopScreen-5PBOI4UO.cjs} +1 -1
- package/dist/{ShopScreen-gE3t8H83.mjs → ShopScreen-DMVWsOB-.mjs} +2 -2
- package/dist/ShopScreen-DMVWsOB-.mjs.map +1 -0
- package/dist/{ShopScreen-BVD2rPsc.cjs → ShopScreen-a3P0O4WA.cjs} +2 -2
- package/dist/ShopScreen-a3P0O4WA.cjs.map +1 -0
- package/dist/{SubscriptionsScreen-OkgAzsMr.cjs → SubscriptionsScreen-B6Wy4na9.cjs} +3 -3
- package/dist/SubscriptionsScreen-B6Wy4na9.cjs.map +1 -0
- package/dist/{SubscriptionsScreen-CU49ip-B.cjs → SubscriptionsScreen-BITwBKgB.cjs} +2 -2
- package/dist/{SubscriptionsScreen-B5uCnkDP.mjs → SubscriptionsScreen-DzfYCz8K.mjs} +3 -3
- package/dist/SubscriptionsScreen-DzfYCz8K.mjs.map +1 -0
- package/dist/index.cjs +13 -13
- package/dist/index.mjs +17 -17
- package/dist/{order-status-badge-CDdk0tyF.cjs → order-status-badge-CAO-R9SO.cjs} +2 -2
- package/dist/order-status-badge-CAO-R9SO.cjs.map +1 -0
- package/dist/{order-status-badge-CCK76FjJ.mjs → order-status-badge-Dy8w7xHm.mjs} +2 -2
- package/dist/order-status-badge-Dy8w7xHm.mjs.map +1 -0
- package/package.json +12 -12
- package/dist/ShopScreen-BVD2rPsc.cjs.map +0 -1
- package/dist/ShopScreen-gE3t8H83.mjs.map +0 -1
- package/dist/SubscriptionsScreen-B5uCnkDP.mjs.map +0 -1
- package/dist/SubscriptionsScreen-OkgAzsMr.cjs.map +0 -1
- package/dist/order-status-badge-CCK76FjJ.mjs.map +0 -1
- package/dist/order-status-badge-CDdk0tyF.cjs.map +0 -1
|
@@ -6,7 +6,7 @@ import { $ as DialogContent, $t as AlertDialogAction, A as SelectTrigger, B as F
|
|
|
6
6
|
import { n as useScreenHeaderActions, r as useScreenHeaderBreadcrumbs } from "./ScreenHeaderContext-DjSO5A8k.mjs";
|
|
7
7
|
import { a as useEditor, n as Heading, o as Placeholder, r as EditorContent, t as StarterKit } from "./dist-BjehZaTg.mjs";
|
|
8
8
|
import { t as SearchSort } from "./SearchSort-M8cu-Jnj.mjs";
|
|
9
|
-
import { i as PaginationFooter } from "./order-status-badge-
|
|
9
|
+
import { i as PaginationFooter } from "./order-status-badge-Dy8w7xHm.mjs";
|
|
10
10
|
import { n as TextAlign, t as Underline } from "./dist-Bo6ZG9XC.mjs";
|
|
11
11
|
import React, { createContext, useCallback, useContext, useEffect, useImperativeHandle, useMemo, useRef, useState } from "react";
|
|
12
12
|
import { keepPreviousData, useMutation, useQuery, useQueryClient } from "@tanstack/react-query";
|
|
@@ -4594,4 +4594,4 @@ const contactsScreenPropertySchema = {
|
|
|
4594
4594
|
//#endregion
|
|
4595
4595
|
export { ContactsScreen_exports as n, contactsScreenPropertySchema as r, ContactsScreen as t };
|
|
4596
4596
|
|
|
4597
|
-
//# sourceMappingURL=ContactsScreen
|
|
4597
|
+
//# sourceMappingURL=ContactsScreen--c03aFBb.mjs.map
|