@fluid-app/portal-sdk 0.1.123 → 0.1.124
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-DlogYCS0.cjs → ContactsScreen-CRROZFdR.cjs} +1 -1
- package/dist/{ContactsScreen-jG9eiK_i.mjs → ContactsScreen-CjFnJkt7.mjs} +44 -39
- package/dist/{ContactsScreen-jG9eiK_i.mjs.map → ContactsScreen-CjFnJkt7.mjs.map} +1 -1
- package/dist/{ContactsScreen-DKo-lq8T.cjs → ContactsScreen-V9dHSQNX.cjs} +54 -49
- package/dist/ContactsScreen-V9dHSQNX.cjs.map +1 -0
- package/dist/{ProfileScreen-BlZ2-IPe.mjs → ProfileScreen-BKRn8AqI.mjs} +66 -13
- package/dist/ProfileScreen-BKRn8AqI.mjs.map +1 -0
- package/dist/{ProfileScreen-Doas44hA.cjs → ProfileScreen-CZp_NrjO.cjs} +1 -1
- package/dist/{ProfileScreen-BgU7ZIvV.cjs → ProfileScreen-FYGHStqM.cjs} +66 -13
- package/dist/{ProfileScreen-BgU7ZIvV.cjs.map → ProfileScreen-FYGHStqM.cjs.map} +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/{parse-api-errors-Dy2gL1eC.mjs → portal-tenant-countries-adapter-BJb82oyY.cjs} +97 -2
- package/dist/portal-tenant-countries-adapter-BJb82oyY.cjs.map +1 -0
- package/dist/{parse-api-errors-CAnpE2_r.cjs → portal-tenant-countries-adapter-C3HVoAls.mjs} +80 -7
- package/dist/portal-tenant-countries-adapter-C3HVoAls.mjs.map +1 -0
- package/package.json +16 -15
- package/dist/ContactsScreen-DKo-lq8T.cjs.map +0 -1
- package/dist/ProfileScreen-BlZ2-IPe.mjs.map +0 -1
- package/dist/parse-api-errors-CAnpE2_r.cjs.map +0 -1
- package/dist/parse-api-errors-Dy2gL1eC.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.124",
|
|
4
4
|
"description": "SDK for building custom Fluid portals",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -68,45 +68,46 @@
|
|
|
68
68
|
"@fluid-app/api-client-core": "0.1.0",
|
|
69
69
|
"@fluid-app/auth": "0.1.0",
|
|
70
70
|
"@fluid-app/cart-ui": "0.1.13",
|
|
71
|
-
"@fluid-app/company-switcher-core": "0.1.0",
|
|
72
71
|
"@fluid-app/company-switcher-ui": "0.1.0",
|
|
73
|
-
"@fluid-app/
|
|
72
|
+
"@fluid-app/company-switcher-core": "0.1.0",
|
|
74
73
|
"@fluid-app/contacts-core": "0.1.0",
|
|
75
|
-
"@fluid-app/
|
|
74
|
+
"@fluid-app/contacts-api-client": "0.1.0",
|
|
76
75
|
"@fluid-app/contacts-ui": "0.1.0",
|
|
77
|
-
"@fluid-app/
|
|
76
|
+
"@fluid-app/file-picker-api-client": "0.1.0",
|
|
78
77
|
"@fluid-app/fluid-pay-api-client": "0.1.0",
|
|
78
|
+
"@fluid-app/fluid-pay-core": "0.1.0",
|
|
79
79
|
"@fluid-app/fluidos-api-client": "0.1.0",
|
|
80
80
|
"@fluid-app/messaging-api-client": "0.1.0",
|
|
81
81
|
"@fluid-app/messaging-core": "0.1.0",
|
|
82
82
|
"@fluid-app/messaging-ui": "0.1.0",
|
|
83
83
|
"@fluid-app/mysite-ui": "0.1.0",
|
|
84
|
-
"@fluid-app/orders-api-client": "0.1.0",
|
|
85
|
-
"@fluid-app/orders-core": "0.1.0",
|
|
86
84
|
"@fluid-app/orders-ui": "0.1.0",
|
|
85
|
+
"@fluid-app/orders-core": "0.1.0",
|
|
86
|
+
"@fluid-app/orders-api-client": "0.1.0",
|
|
87
87
|
"@fluid-app/permissions": "0.1.0",
|
|
88
|
-
"@fluid-app/portal-app-download-ui": "0.1.0",
|
|
89
88
|
"@fluid-app/portal-core": "0.1.23",
|
|
90
|
-
"@fluid-app/portal-
|
|
91
|
-
"@fluid-app/portal-react": "0.1.0",
|
|
89
|
+
"@fluid-app/portal-app-download-ui": "0.1.0",
|
|
92
90
|
"@fluid-app/portal-preview": "0.1.0",
|
|
91
|
+
"@fluid-app/portal-react": "0.1.0",
|
|
92
|
+
"@fluid-app/portal-pro-upgrade-ui": "0.1.0",
|
|
93
93
|
"@fluid-app/portal-tenant-api-client": "0.1.0",
|
|
94
94
|
"@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
|
|
95
95
|
"@fluid-app/portal-widgets": "0.1.22",
|
|
96
96
|
"@fluid-app/products-api-client": "0.1.0",
|
|
97
97
|
"@fluid-app/products-core": "0.1.0",
|
|
98
|
-
"@fluid-app/profile-ui": "0.1.0",
|
|
99
98
|
"@fluid-app/profile-core": "0.1.0",
|
|
99
|
+
"@fluid-app/profile-ui": "0.1.0",
|
|
100
100
|
"@fluid-app/query-persister": "0.1.0",
|
|
101
|
-
"@fluid-app/shareables-api-client": "0.1.0",
|
|
102
101
|
"@fluid-app/shareables-core": "0.1.0",
|
|
102
|
+
"@fluid-app/shareables-api-client": "0.1.0",
|
|
103
103
|
"@fluid-app/shareables-ui": "0.1.0",
|
|
104
|
+
"@fluid-app/shop-ui": "0.1.0",
|
|
104
105
|
"@fluid-app/subscriptions-core": "0.1.0",
|
|
105
106
|
"@fluid-app/subscriptions-api-client": "0.1.0",
|
|
106
|
-
"@fluid-app/
|
|
107
|
-
"@fluid-app/shop-ui": "0.1.0",
|
|
107
|
+
"@fluid-app/store-api-client": "0.1.0",
|
|
108
108
|
"@fluid-app/typescript-config": "0.0.0",
|
|
109
|
-
"@fluid-app/ui-primitives": "0.1.13"
|
|
109
|
+
"@fluid-app/ui-primitives": "0.1.13",
|
|
110
|
+
"@fluid-app/subscriptions-ui": "0.1.0"
|
|
110
111
|
},
|
|
111
112
|
"peerDependencies": {
|
|
112
113
|
"@hookform/resolvers": "^5.2.2",
|