@fluid-app/portal-sdk 0.1.258 → 0.1.259
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-BFiClnMI.mjs → ContactsScreen-Cg_PgwAi.mjs} +1458 -1245
- package/dist/ContactsScreen-Cg_PgwAi.mjs.map +1 -0
- package/dist/{ContactsScreen-BbQ8HDzt.cjs → ContactsScreen-D9GTzEO7.cjs} +1 -1
- package/dist/{ContactsScreen-Bok_ZdN5.cjs → ContactsScreen-DrMOpvio.cjs} +1455 -1242
- package/dist/ContactsScreen-DrMOpvio.cjs.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +18 -18
- package/styles/globals.css +18 -0
- package/dist/ContactsScreen-BFiClnMI.mjs.map +0 -1
- package/dist/ContactsScreen-Bok_ZdN5.cjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@ require("./store-api-context-D1gZn22Z.cjs");
|
|
|
7
7
|
require("./api-context-BkBvyFVK.cjs");
|
|
8
8
|
require("./mysite-api-context-Dz4lI5Xd.cjs");
|
|
9
9
|
require("./countries-api-context-C0C0K9gJ.cjs");
|
|
10
|
-
const require_ContactsScreen = require("./ContactsScreen-
|
|
10
|
+
const require_ContactsScreen = require("./ContactsScreen-DrMOpvio.cjs");
|
|
11
11
|
const require_PortalTenantClientProvider = require("./PortalTenantClientProvider-bZL5OGQ7.cjs");
|
|
12
12
|
require("./registry-context-OIsrZ2Ij.cjs");
|
|
13
13
|
const require_WidgetInteractionContext = require("./WidgetInteractionContext-DUJhDVnC.cjs");
|
|
@@ -2072,7 +2072,7 @@ const ProfileScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => requi
|
|
|
2072
2072
|
const OrdersScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./OrdersScreen-DyOlX2o-.cjs")).then((m) => ({ default: m.OrdersScreen })));
|
|
2073
2073
|
const SubscriptionsScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./SubscriptionsScreen-BvOmeOMp.cjs")).then((m) => ({ default: m.SubscriptionsScreen })));
|
|
2074
2074
|
const MessagingScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./MessagingScreen-Sur4umLF.cjs")).then((m) => ({ default: m.MessagingScreen })));
|
|
2075
|
-
const ContactsScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ContactsScreen-
|
|
2075
|
+
const ContactsScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ContactsScreen-D9GTzEO7.cjs")).then((m) => ({ default: m.ContactsScreen })));
|
|
2076
2076
|
const ShopScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ShopScreen-Cg_DoIMi.cjs")).then((m) => ({ default: m.ShopScreen })));
|
|
2077
2077
|
const CustomersScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./CustomersScreen-1amzWWd1.cjs")).then((n) => n.CustomersScreen_exports).then((m) => ({ default: m.CustomersScreen })));
|
|
2078
2078
|
const ShareablesScreen$1 = (0, react.lazy)(() => Promise.resolve().then(() => require("./ShareablesScreen-CL3mi3dY.cjs")).then((m) => ({ default: m.ShareablesScreen })));
|
|
@@ -3730,7 +3730,7 @@ zod.z.object({
|
|
|
3730
3730
|
const screenPropertySchemas = {
|
|
3731
3731
|
ProfileScreen: () => Promise.resolve().then(() => require("./ProfileScreen-B1J74rK1.cjs")).then((m) => m.profileScreenPropertySchema),
|
|
3732
3732
|
MessagingScreen: () => Promise.resolve().then(() => require("./MessagingScreen-Sur4umLF.cjs")).then((m) => m.messagingScreenPropertySchema),
|
|
3733
|
-
ContactsScreen: () => Promise.resolve().then(() => require("./ContactsScreen-
|
|
3733
|
+
ContactsScreen: () => Promise.resolve().then(() => require("./ContactsScreen-D9GTzEO7.cjs")).then((m) => m.contactsScreenPropertySchema),
|
|
3734
3734
|
OrdersScreen: () => Promise.resolve().then(() => require("./OrdersScreen-DyOlX2o-.cjs")).then((m) => m.ordersScreenPropertySchema),
|
|
3735
3735
|
SubscriptionsScreen: () => Promise.resolve().then(() => require("./SubscriptionsScreen-BvOmeOMp.cjs")).then((m) => m.subscriptionsScreenPropertySchema),
|
|
3736
3736
|
CustomersScreen: () => Promise.resolve().then(() => require("./CustomersScreen-1amzWWd1.cjs")).then((n) => n.CustomersScreen_exports).then((m) => m.customersScreenPropertySchema),
|
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import "./store-api-context-C1lXT_3d.mjs";
|
|
|
5
5
|
import "./api-context-3GmfqvIB.mjs";
|
|
6
6
|
import "./mysite-api-context-5-qpKHWA.mjs";
|
|
7
7
|
import "./countries-api-context-CMh13cfX.mjs";
|
|
8
|
-
import { r as contactsScreenPropertySchema, t as ContactsScreen } from "./ContactsScreen-
|
|
8
|
+
import { r as contactsScreenPropertySchema, t as ContactsScreen } from "./ContactsScreen-Cg_PgwAi.mjs";
|
|
9
9
|
import { n as usePortalTenantClient } from "./PortalTenantClientProvider-4ZmY6hac.mjs";
|
|
10
10
|
import "./registry-context-BSJeDI2A.mjs";
|
|
11
11
|
import { t as WidgetInteractionProvider } from "./WidgetInteractionContext-I716c8kj.mjs";
|
|
@@ -2070,7 +2070,7 @@ const ProfileScreen$1 = lazy(() => import("./ProfileScreen-BdmW4weg.mjs").then((
|
|
|
2070
2070
|
const OrdersScreen$1 = lazy(() => import("./OrdersScreen-Dh35_Wzs.mjs").then((n) => n.n).then((m) => ({ default: m.OrdersScreen })));
|
|
2071
2071
|
const SubscriptionsScreen$1 = lazy(() => import("./SubscriptionsScreen-BJyYFRGI.mjs").then((n) => n.n).then((m) => ({ default: m.SubscriptionsScreen })));
|
|
2072
2072
|
const MessagingScreen$1 = lazy(() => import("./MessagingScreen-J59IMCoQ.mjs").then((m) => ({ default: m.MessagingScreen })));
|
|
2073
|
-
const ContactsScreen$1 = lazy(() => import("./ContactsScreen-
|
|
2073
|
+
const ContactsScreen$1 = lazy(() => import("./ContactsScreen-Cg_PgwAi.mjs").then((n) => n.n).then((m) => ({ default: m.ContactsScreen })));
|
|
2074
2074
|
const ShopScreen$1 = lazy(() => import("./ShopScreen-C_8yLQjA.mjs").then((m) => ({ default: m.ShopScreen })));
|
|
2075
2075
|
const CustomersScreen$1 = lazy(() => import("./CustomersScreen-COYZv9YJ.mjs").then((n) => n.n).then((m) => ({ default: m.CustomersScreen })));
|
|
2076
2076
|
const ShareablesScreen$1 = lazy(() => import("./ShareablesScreen-C13NYElH.mjs").then((m) => ({ default: m.ShareablesScreen })));
|
|
@@ -3728,7 +3728,7 @@ z.object({
|
|
|
3728
3728
|
const screenPropertySchemas = {
|
|
3729
3729
|
ProfileScreen: () => import("./ProfileScreen-BdmW4weg.mjs").then((m) => m.profileScreenPropertySchema),
|
|
3730
3730
|
MessagingScreen: () => import("./MessagingScreen-J59IMCoQ.mjs").then((m) => m.messagingScreenPropertySchema),
|
|
3731
|
-
ContactsScreen: () => import("./ContactsScreen-
|
|
3731
|
+
ContactsScreen: () => import("./ContactsScreen-Cg_PgwAi.mjs").then((n) => n.n).then((m) => m.contactsScreenPropertySchema),
|
|
3732
3732
|
OrdersScreen: () => import("./OrdersScreen-Dh35_Wzs.mjs").then((n) => n.n).then((m) => m.ordersScreenPropertySchema),
|
|
3733
3733
|
SubscriptionsScreen: () => import("./SubscriptionsScreen-BJyYFRGI.mjs").then((n) => n.n).then((m) => m.subscriptionsScreenPropertySchema),
|
|
3734
3734
|
CustomersScreen: () => import("./CustomersScreen-COYZv9YJ.mjs").then((n) => n.n).then((m) => m.customersScreenPropertySchema),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-app/portal-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.259",
|
|
4
4
|
"description": "SDK for building custom Fluid portals",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -73,53 +73,53 @@
|
|
|
73
73
|
"zod": "4.3.5",
|
|
74
74
|
"@fluid-app/address-autocomplete": "0.1.0",
|
|
75
75
|
"@fluid-app/api-client-core": "0.1.0",
|
|
76
|
-
"@fluid-app/cart-ui": "0.1.18",
|
|
77
76
|
"@fluid-app/auth": "0.1.0",
|
|
78
77
|
"@fluid-app/company-switcher-core": "0.1.0",
|
|
79
|
-
"@fluid-app/
|
|
78
|
+
"@fluid-app/cart-ui": "0.1.18",
|
|
80
79
|
"@fluid-app/contacts-core": "0.1.0",
|
|
80
|
+
"@fluid-app/contacts-ui": "0.1.0",
|
|
81
|
+
"@fluid-app/company-switcher-ui": "0.1.0",
|
|
82
|
+
"@fluid-app/file-picker-core": "0.1.0",
|
|
81
83
|
"@fluid-app/file-picker-api-client": "0.1.0",
|
|
82
84
|
"@fluid-app/fluid-pay-core": "0.1.0",
|
|
83
|
-
"@fluid-app/file-picker-core": "0.1.0",
|
|
84
|
-
"@fluid-app/contacts-ui": "0.1.0",
|
|
85
85
|
"@fluid-app/fluid-pay-ui": "0.1.0",
|
|
86
|
+
"@fluid-app/messaging-api-client": "0.1.0",
|
|
86
87
|
"@fluid-app/fluidos-api-client": "0.1.0",
|
|
88
|
+
"@fluid-app/messaging-ui": "0.1.0",
|
|
87
89
|
"@fluid-app/i18n": "0.1.0",
|
|
88
90
|
"@fluid-app/messaging-core": "0.1.0",
|
|
89
|
-
"@fluid-app/messaging-api-client": "0.1.0",
|
|
90
91
|
"@fluid-app/mysite-core": "0.1.0",
|
|
91
92
|
"@fluid-app/mysite-ui": "0.1.0",
|
|
92
|
-
"@fluid-app/messaging-ui": "0.1.0",
|
|
93
|
-
"@fluid-app/orders-core": "0.1.0",
|
|
94
93
|
"@fluid-app/orders-ui": "0.1.0",
|
|
95
|
-
"@fluid-app/
|
|
94
|
+
"@fluid-app/orders-core": "0.1.0",
|
|
96
95
|
"@fluid-app/portal-app-download-ui": "0.1.0",
|
|
96
|
+
"@fluid-app/permissions": "0.1.0",
|
|
97
97
|
"@fluid-app/portal-core": "0.1.23",
|
|
98
98
|
"@fluid-app/portal-preview": "0.1.0",
|
|
99
|
-
"@fluid-app/portal-pro-upgrade-ui": "0.1.0",
|
|
100
99
|
"@fluid-app/portal-react": "0.1.0",
|
|
101
|
-
"@fluid-app/portal-tenant-api-client": "0.1.0",
|
|
102
100
|
"@fluid-app/portal-tenant-contacts-api-client": "0.1.0",
|
|
101
|
+
"@fluid-app/portal-pro-upgrade-ui": "0.1.0",
|
|
103
102
|
"@fluid-app/portal-tenant-content-api-client": "0.1.0",
|
|
104
103
|
"@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
|
|
105
|
-
"@fluid-app/portal-tenant-
|
|
104
|
+
"@fluid-app/portal-tenant-api-client": "0.1.0",
|
|
106
105
|
"@fluid-app/portal-tenant-pay-api-client": "0.1.0",
|
|
107
|
-
"@fluid-app/portal-
|
|
106
|
+
"@fluid-app/portal-tenant-store-api-client": "0.1.0",
|
|
108
107
|
"@fluid-app/products-api-client": "0.1.0",
|
|
109
|
-
"@fluid-app/
|
|
108
|
+
"@fluid-app/portal-widgets": "0.1.22",
|
|
110
109
|
"@fluid-app/products-core": "0.1.0",
|
|
111
|
-
"@fluid-app/profile-
|
|
112
|
-
"@fluid-app/shareables-core": "0.1.0",
|
|
110
|
+
"@fluid-app/profile-core": "0.1.0",
|
|
113
111
|
"@fluid-app/query-persister": "0.1.0",
|
|
114
112
|
"@fluid-app/shareables-ui": "0.1.0",
|
|
113
|
+
"@fluid-app/profile-ui": "0.1.0",
|
|
114
|
+
"@fluid-app/shareables-core": "0.1.0",
|
|
115
115
|
"@fluid-app/shop-core": "0.1.0",
|
|
116
116
|
"@fluid-app/shop-ui": "0.1.0",
|
|
117
117
|
"@fluid-app/store-api-client": "0.1.0",
|
|
118
|
-
"@fluid-app/store-core": "0.1.0",
|
|
119
118
|
"@fluid-app/subscriptions-ui": "0.1.0",
|
|
119
|
+
"@fluid-app/subscriptions-core": "0.1.0",
|
|
120
120
|
"@fluid-app/typescript-config": "0.0.0",
|
|
121
121
|
"@fluid-app/ui-primitives": "0.1.13",
|
|
122
|
-
"@fluid-app/
|
|
122
|
+
"@fluid-app/store-core": "0.1.0"
|
|
123
123
|
},
|
|
124
124
|
"peerDependencies": {
|
|
125
125
|
"@hookform/resolvers": "^5.2.2",
|
package/styles/globals.css
CHANGED
|
@@ -52,6 +52,24 @@
|
|
|
52
52
|
--color-sidebar-ring: var(--sidebar-ring);
|
|
53
53
|
--radius: var(--radius);
|
|
54
54
|
|
|
55
|
+
/*
|
|
56
|
+
* Radius scale derived from the single --radius token, so every
|
|
57
|
+
* rounded-* utility (rounded-sm/md/lg/xl/2xl) responds to the theme.
|
|
58
|
+
* Tailwind 4 ships these as fixed pixel defaults; without this block,
|
|
59
|
+
* a tenant theme that sets --radius: 0 (sharp) or --radius: 1.25rem
|
|
60
|
+
* (very round) only affects components that explicitly use --radius,
|
|
61
|
+
* not anything written with the standard rounded-* utilities.
|
|
62
|
+
* rounded-full stays 9999px universally — pills shouldn't change.
|
|
63
|
+
* max(0px, ...) keeps --radius-sm/--radius-md non-negative when a
|
|
64
|
+
* tenant sets --radius: 0; raw calc() would produce -4px / -2px,
|
|
65
|
+
* which is invalid for border-radius and rejected by some tooling.
|
|
66
|
+
*/
|
|
67
|
+
--radius-sm: max(0px, calc(var(--radius) - 4px));
|
|
68
|
+
--radius-md: max(0px, calc(var(--radius) - 2px));
|
|
69
|
+
--radius-lg: var(--radius);
|
|
70
|
+
--radius-xl: calc(var(--radius) + 4px);
|
|
71
|
+
--radius-2xl: calc(var(--radius) + 8px);
|
|
72
|
+
|
|
55
73
|
/* Profile-screen design tokens. Themes can override --profile-*
|
|
56
74
|
in their own data-theme block to re-skin the profile page without
|
|
57
75
|
touching component code. */
|