@fluid-app/portal-sdk 0.1.73 → 0.1.74
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-DspTqMml.mjs → ContactsScreen-CzvfANNV.mjs} +3 -8
- package/dist/{ContactsScreen-DspTqMml.mjs.map → ContactsScreen-CzvfANNV.mjs.map} +1 -1
- package/dist/{ContactsScreen-BbCjj8vV.cjs → ContactsScreen-fNFKA1nn.cjs} +2 -7
- package/dist/ContactsScreen-fNFKA1nn.cjs.map +1 -0
- package/dist/{ContactsScreen-CSWZMv-W.cjs → ContactsScreen-pCkw9htG.cjs} +1 -1
- package/dist/{MessagingScreen-Dam7Z2Rw.mjs → MessagingScreen-BHulaY7A.mjs} +1 -2
- package/dist/{MessagingScreen-Dam7Z2Rw.mjs.map → MessagingScreen-BHulaY7A.mjs.map} +1 -1
- package/dist/{MessagingScreen-T_9j-cSr.mjs → MessagingScreen-Bp5t4STI.mjs} +1 -2
- package/dist/{MessagingScreen-Bc93rUBN.cjs → MessagingScreen-DGttFuoB.cjs} +1 -2
- package/dist/{MessagingScreen-Bc93rUBN.cjs.map → MessagingScreen-DGttFuoB.cjs.map} +1 -1
- package/dist/{MessagingScreen-D7W9By7b.cjs → MessagingScreen-ms1wGWHQ.cjs} +1 -1
- package/dist/{ProductsScreen-BeFw6FoS.mjs → ProductsScreen-CI4XIK-8.mjs} +0 -1
- package/dist/{ProfileScreen--vA-Hnyb.cjs → ProfileScreen-D6ie-eDm.cjs} +44 -57
- package/dist/ProfileScreen-D6ie-eDm.cjs.map +1 -0
- package/dist/{ProfileScreen-brLpQhbW.cjs → ProfileScreen-VBlfOlav.cjs} +1 -1
- package/dist/{ProfileScreen-BrdvqFgQ.mjs → ProfileScreen-Y5zQgZL0.mjs} +46 -59
- package/dist/ProfileScreen-Y5zQgZL0.mjs.map +1 -0
- package/dist/{ShareablesScreen-B5HDyfiT.mjs → ShareablesScreen-htQIO4oW.mjs} +0 -1
- package/dist/index.cjs +9 -9
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +13 -13
- package/dist/src-77nf0QPD.mjs.map +1 -1
- package/dist/src-DGjAAfmN.cjs.map +1 -1
- package/package.json +14 -14
- package/dist/ContactsScreen-BbCjj8vV.cjs.map +0 -1
- package/dist/ProfileScreen--vA-Hnyb.cjs.map +0 -1
- package/dist/ProfileScreen-BrdvqFgQ.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.74",
|
|
4
4
|
"description": "SDK for building custom Fluid portals",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -65,44 +65,44 @@
|
|
|
65
65
|
"tsdown": "^0.21.0",
|
|
66
66
|
"typescript": "^5",
|
|
67
67
|
"zod": "4.3.5",
|
|
68
|
-
"@fluid-app/auth": "0.1.0",
|
|
69
68
|
"@fluid-app/api-client-core": "0.1.0",
|
|
70
|
-
"@fluid-app/cart-ui": "0.1.
|
|
71
|
-
"@fluid-app/
|
|
69
|
+
"@fluid-app/cart-ui": "0.1.12",
|
|
70
|
+
"@fluid-app/auth": "0.1.0",
|
|
72
71
|
"@fluid-app/company-switcher-core": "0.1.0",
|
|
73
|
-
"@fluid-app/fluid-pay-api-client": "0.1.0",
|
|
74
72
|
"@fluid-app/company-switcher-ui": "0.1.0",
|
|
75
|
-
"@fluid-app/
|
|
73
|
+
"@fluid-app/contacts-ui": "0.1.0",
|
|
76
74
|
"@fluid-app/file-picker-api-client": "0.1.0",
|
|
75
|
+
"@fluid-app/fluidos-api-client": "0.1.0",
|
|
77
76
|
"@fluid-app/messaging-api-client": "0.1.0",
|
|
77
|
+
"@fluid-app/fluid-pay-api-client": "0.1.0",
|
|
78
78
|
"@fluid-app/messaging-core": "0.1.0",
|
|
79
|
-
"@fluid-app/mysite-ui": "0.1.0",
|
|
80
79
|
"@fluid-app/messaging-ui": "0.1.0",
|
|
80
|
+
"@fluid-app/mysite-ui": "0.1.0",
|
|
81
81
|
"@fluid-app/orders-api-client": "0.1.0",
|
|
82
82
|
"@fluid-app/orders-core": "0.1.0",
|
|
83
83
|
"@fluid-app/orders-ui": "0.1.0",
|
|
84
84
|
"@fluid-app/portal-app-download-ui": "0.1.0",
|
|
85
|
+
"@fluid-app/permissions": "0.1.0",
|
|
85
86
|
"@fluid-app/portal-core": "0.1.23",
|
|
86
87
|
"@fluid-app/portal-preview": "0.1.0",
|
|
87
88
|
"@fluid-app/portal-pro-upgrade-ui": "0.1.0",
|
|
88
|
-
"@fluid-app/permissions": "0.1.0",
|
|
89
89
|
"@fluid-app/portal-react": "0.1.0",
|
|
90
|
-
"@fluid-app/products-api-client": "0.1.0",
|
|
91
90
|
"@fluid-app/portal-widgets": "0.1.22",
|
|
91
|
+
"@fluid-app/products-api-client": "0.1.0",
|
|
92
92
|
"@fluid-app/products-core": "0.1.0",
|
|
93
|
-
"@fluid-app/profile-ui": "0.1.0",
|
|
94
93
|
"@fluid-app/profile-core": "0.1.0",
|
|
94
|
+
"@fluid-app/profile-ui": "0.1.0",
|
|
95
95
|
"@fluid-app/query-persister": "0.1.0",
|
|
96
96
|
"@fluid-app/shareables-api-client": "0.1.0",
|
|
97
97
|
"@fluid-app/shareables-core": "0.1.0",
|
|
98
|
-
"@fluid-app/subscriptions-core": "0.1.0",
|
|
99
98
|
"@fluid-app/shareables-ui": "0.1.0",
|
|
100
|
-
"@fluid-app/subscriptions-ui": "0.1.0",
|
|
101
|
-
"@fluid-app/subscriptions-api-client": "0.1.0",
|
|
102
99
|
"@fluid-app/shop-ui": "0.1.0",
|
|
100
|
+
"@fluid-app/subscriptions-api-client": "0.1.0",
|
|
101
|
+
"@fluid-app/subscriptions-core": "0.1.0",
|
|
102
|
+
"@fluid-app/subscriptions-ui": "0.1.0",
|
|
103
103
|
"@fluid-app/typescript-config": "0.0.0",
|
|
104
|
-
"@fluid-app/user-contacts-api-client": "0.1.0",
|
|
105
104
|
"@fluid-app/ui-primitives": "0.1.13",
|
|
105
|
+
"@fluid-app/user-contacts-api-client": "0.1.0",
|
|
106
106
|
"@fluid-app/user-notes-api-client": "0.1.0",
|
|
107
107
|
"@fluid-app/user-tasks-api-client": "0.1.0"
|
|
108
108
|
},
|