@fluid-app/portal-sdk 0.1.98 → 0.1.100
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/{MessagingScreen-DA62lyrN.mjs → MessagingScreen-84R1a-lD.mjs} +2 -1
- package/dist/{MessagingScreen-DTXSZ-Oa.mjs → MessagingScreen-CBuI3fu6.mjs} +1204 -1112
- package/dist/MessagingScreen-CBuI3fu6.mjs.map +1 -0
- package/dist/{MessagingScreen-5jw8KSLQ.cjs → MessagingScreen-CGS7aG1A.cjs} +1 -1
- package/dist/{MessagingScreen-B9CCsimy.cjs → MessagingScreen-Cgx3jwpr.cjs} +1204 -1112
- package/dist/MessagingScreen-Cgx3jwpr.cjs.map +1 -0
- package/dist/{ProductsScreen-C0o1gVNw.mjs → ProductsScreen-6J79mnIB.mjs} +2 -2
- package/dist/{ProductsScreen-C0o1gVNw.mjs.map → ProductsScreen-6J79mnIB.mjs.map} +1 -1
- package/dist/{ProductsScreen-CL16lwsI.cjs → ProductsScreen-DZnKtPBp.cjs} +2 -2
- package/dist/{ProductsScreen-CigOdDOU.mjs → ProductsScreen-DbHS3p4U.mjs} +6 -2
- package/dist/{ProductsScreen-BTrBbxX6.cjs → ProductsScreen-PJ95OcSX.cjs} +2 -2
- package/dist/{ProductsScreen-BTrBbxX6.cjs.map → ProductsScreen-PJ95OcSX.cjs.map} +1 -1
- package/dist/ShareablesScreen-CVT7u2hN.cjs +398 -0
- package/dist/ShareablesScreen-CVT7u2hN.cjs.map +1 -0
- package/dist/ShareablesScreen-Cy7w85IH.mjs +380 -0
- package/dist/ShareablesScreen-Cy7w85IH.mjs.map +1 -0
- package/dist/{ShareablesScreen-CSLB0ZXS.mjs → ShareablesScreen-DUpaH8VU.mjs} +6 -2
- package/dist/{ShareablesScreen-DufZz22d.cjs → ShareablesScreen-Dk5EQGMa.cjs} +2 -2
- package/dist/index.cjs +10 -10
- package/dist/index.d.cts +429 -9
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +429 -9
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +10 -10
- package/dist/{src-D9jWnRlX.mjs → src-BrwLqPPh.mjs} +90 -269
- package/dist/src-BrwLqPPh.mjs.map +1 -0
- package/dist/{src-C3R03o4d.cjs → src-Dlsw83js.cjs} +95 -268
- package/dist/src-Dlsw83js.cjs.map +1 -0
- package/package.json +12 -12
- package/dist/MessagingScreen-B9CCsimy.cjs.map +0 -1
- package/dist/MessagingScreen-DTXSZ-Oa.mjs.map +0 -1
- package/dist/ShareablesScreen-B9c5Mw5b.mjs +0 -159
- package/dist/ShareablesScreen-B9c5Mw5b.mjs.map +0 -1
- package/dist/ShareablesScreen-Bldl8tta.cjs +0 -177
- package/dist/ShareablesScreen-Bldl8tta.cjs.map +0 -1
- package/dist/src-C3R03o4d.cjs.map +0 -1
- package/dist/src-D9jWnRlX.mjs.map +0 -1
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.100",
|
|
4
4
|
"description": "SDK for building custom Fluid portals",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -66,47 +66,47 @@
|
|
|
66
66
|
"typescript": "^5",
|
|
67
67
|
"zod": "4.3.5",
|
|
68
68
|
"@fluid-app/api-client-core": "0.1.0",
|
|
69
|
+
"@fluid-app/company-switcher-core": "0.1.0",
|
|
69
70
|
"@fluid-app/auth": "0.1.0",
|
|
70
71
|
"@fluid-app/cart-ui": "0.1.12",
|
|
71
|
-
"@fluid-app/company-switcher-core": "0.1.0",
|
|
72
|
-
"@fluid-app/company-switcher-ui": "0.1.0",
|
|
73
72
|
"@fluid-app/contacts-core": "0.1.0",
|
|
74
73
|
"@fluid-app/contacts-ui": "0.1.0",
|
|
74
|
+
"@fluid-app/company-switcher-ui": "0.1.0",
|
|
75
75
|
"@fluid-app/file-picker-api-client": "0.1.0",
|
|
76
76
|
"@fluid-app/fluid-pay-api-client": "0.1.0",
|
|
77
77
|
"@fluid-app/fluid-pay-core": "0.1.0",
|
|
78
78
|
"@fluid-app/fluidos-api-client": "0.1.0",
|
|
79
79
|
"@fluid-app/messaging-api-client": "0.1.0",
|
|
80
80
|
"@fluid-app/messaging-core": "0.1.0",
|
|
81
|
+
"@fluid-app/mysite-ui": "0.1.0",
|
|
81
82
|
"@fluid-app/messaging-ui": "0.1.0",
|
|
82
83
|
"@fluid-app/orders-api-client": "0.1.0",
|
|
83
|
-
"@fluid-app/
|
|
84
|
+
"@fluid-app/orders-core": "0.1.0",
|
|
84
85
|
"@fluid-app/orders-ui": "0.1.0",
|
|
85
86
|
"@fluid-app/permissions": "0.1.0",
|
|
86
87
|
"@fluid-app/portal-app-download-ui": "0.1.0",
|
|
87
|
-
"@fluid-app/orders-core": "0.1.0",
|
|
88
|
-
"@fluid-app/portal-preview": "0.1.0",
|
|
89
88
|
"@fluid-app/portal-core": "0.1.23",
|
|
89
|
+
"@fluid-app/portal-preview": "0.1.0",
|
|
90
90
|
"@fluid-app/portal-pro-upgrade-ui": "0.1.0",
|
|
91
91
|
"@fluid-app/portal-react": "0.1.0",
|
|
92
|
-
"@fluid-app/portal-widgets": "0.1.22",
|
|
93
92
|
"@fluid-app/products-api-client": "0.1.0",
|
|
93
|
+
"@fluid-app/portal-widgets": "0.1.22",
|
|
94
94
|
"@fluid-app/products-core": "0.1.0",
|
|
95
|
-
"@fluid-app/profile-ui": "0.1.0",
|
|
96
95
|
"@fluid-app/profile-core": "0.1.0",
|
|
96
|
+
"@fluid-app/profile-ui": "0.1.0",
|
|
97
97
|
"@fluid-app/query-persister": "0.1.0",
|
|
98
98
|
"@fluid-app/shareables-api-client": "0.1.0",
|
|
99
|
-
"@fluid-app/shareables-ui": "0.1.0",
|
|
100
99
|
"@fluid-app/shareables-core": "0.1.0",
|
|
101
100
|
"@fluid-app/shop-ui": "0.1.0",
|
|
102
|
-
"@fluid-app/subscriptions-core": "0.1.0",
|
|
103
101
|
"@fluid-app/subscriptions-api-client": "0.1.0",
|
|
102
|
+
"@fluid-app/subscriptions-core": "0.1.0",
|
|
103
|
+
"@fluid-app/shareables-ui": "0.1.0",
|
|
104
104
|
"@fluid-app/subscriptions-ui": "0.1.0",
|
|
105
105
|
"@fluid-app/typescript-config": "0.0.0",
|
|
106
106
|
"@fluid-app/ui-primitives": "0.1.13",
|
|
107
|
+
"@fluid-app/user-contacts-api-client": "0.1.0",
|
|
107
108
|
"@fluid-app/user-notes-api-client": "0.1.0",
|
|
108
|
-
"@fluid-app/user-tasks-api-client": "0.1.0"
|
|
109
|
-
"@fluid-app/user-contacts-api-client": "0.1.0"
|
|
109
|
+
"@fluid-app/user-tasks-api-client": "0.1.0"
|
|
110
110
|
},
|
|
111
111
|
"peerDependencies": {
|
|
112
112
|
"@hookform/resolvers": "^5.2.2",
|