@fluid-app/portal-sdk 0.1.374 → 0.1.375

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.
Files changed (1) hide show
  1. package/package.json +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-app/portal-sdk",
3
- "version": "0.1.374",
3
+ "version": "0.1.375",
4
4
  "description": "SDK for building custom Fluid portals",
5
5
  "files": [
6
6
  "dist",
@@ -72,25 +72,26 @@
72
72
  "jsdom": "^28.0.0",
73
73
  "lucide-react": "^0.575.0",
74
74
  "react": "^19.2.4",
75
- "react-hook-form": "^7.55.0",
75
+ "react-hook-form": "^7.64.0",
76
76
  "react-image-crop": "^11.0.10",
77
77
  "tsdown": "^0.21.0",
78
78
  "typescript": "^5",
79
79
  "zod": "4.3.5",
80
80
  "@fluid-app/address-autocomplete": "0.1.0",
81
- "@fluid-app/address-fields": "0.1.0",
82
- "@fluid-app/api-client-core": "0.1.0",
83
81
  "@fluid-app/auth": "0.1.0",
82
+ "@fluid-app/address-fields": "0.1.0",
84
83
  "@fluid-app/cart-ui": "0.1.23",
84
+ "@fluid-app/api-client-core": "0.1.0",
85
85
  "@fluid-app/company-switcher-ui": "0.1.0",
86
86
  "@fluid-app/contacts-core": "0.1.0",
87
87
  "@fluid-app/file-picker-api-client": "0.1.0",
88
88
  "@fluid-app/contacts-ui": "0.1.0",
89
- "@fluid-app/fluid-pay-ui": "0.1.0",
90
89
  "@fluid-app/file-picker-core": "0.1.0",
91
90
  "@fluid-app/fluid-pay-core": "0.1.0",
91
+ "@fluid-app/fluid-pay-ui": "0.1.0",
92
92
  "@fluid-app/i18n": "0.1.0",
93
93
  "@fluid-app/messaging-api-client": "0.1.0",
94
+ "@fluid-app/messaging-ui": "0.1.0",
94
95
  "@fluid-app/messaging-core": "0.1.0",
95
96
  "@fluid-app/mysite-core": "0.1.0",
96
97
  "@fluid-app/mysite-ui": "0.1.0",
@@ -98,44 +99,43 @@
98
99
  "@fluid-app/orders-ui": "0.1.0",
99
100
  "@fluid-app/payments-display": "0.1.0",
100
101
  "@fluid-app/portal-app-download-ui": "0.1.0",
101
- "@fluid-app/messaging-ui": "0.1.0",
102
102
  "@fluid-app/portal-core": "0.1.23",
103
- "@fluid-app/portal-react": "0.1.0",
104
- "@fluid-app/portal-pro-upgrade-ui": "0.1.0",
105
103
  "@fluid-app/portal-preview": "0.1.0",
106
- "@fluid-app/portal-tenant-api-client": "0.1.0",
104
+ "@fluid-app/portal-pro-upgrade-ui": "0.1.0",
105
+ "@fluid-app/portal-react": "0.1.0",
107
106
  "@fluid-app/portal-tenant-contacts-api-client": "0.1.0",
107
+ "@fluid-app/portal-tenant-api-client": "0.1.0",
108
108
  "@fluid-app/portal-tenant-content-api-client": "0.1.0",
109
109
  "@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
110
110
  "@fluid-app/portal-tenant-pay-api-client": "0.1.0",
111
111
  "@fluid-app/portal-tenant-store-api-client": "0.1.0",
112
+ "@fluid-app/portal-widgets": "0.1.22",
112
113
  "@fluid-app/products-api-client": "0.1.0",
113
114
  "@fluid-app/products-core": "0.1.0",
114
- "@fluid-app/portal-widgets": "0.1.22",
115
+ "@fluid-app/profile-core": "0.1.0",
115
116
  "@fluid-app/profile-ui": "0.1.0",
116
117
  "@fluid-app/query-persister": "0.1.0",
117
- "@fluid-app/profile-core": "0.1.0",
118
118
  "@fluid-app/shareables-core": "0.1.0",
119
+ "@fluid-app/shareables-ui": "0.1.0",
119
120
  "@fluid-app/shop-core": "0.1.0",
120
121
  "@fluid-app/shop-ui": "0.1.0",
121
- "@fluid-app/shareables-ui": "0.1.0",
122
122
  "@fluid-app/store-core": "0.1.0",
123
- "@fluid-app/subscriptions-ui": "0.1.0",
124
123
  "@fluid-app/subscriptions-core": "0.1.0",
124
+ "@fluid-app/subscriptions-ui": "0.1.0",
125
125
  "@fluid-app/typescript-config": "0.0.0",
126
126
  "@fluid-app/ui-primitives": "0.1.13",
127
127
  "@fluid-app/widget-runtime": "0.1.0"
128
128
  },
129
129
  "peerDependencies": {
130
130
  "@hookform/resolvers": "^5.2.2",
131
- "@tanstack/react-query": ">=5.0.0",
132
- "lucide-react": ">=0.400.0",
133
- "react": ">=18.0.0",
134
- "react-dom": ">=18.0.0",
135
- "react-hook-form": ">=7.0.0",
136
- "vite": ">=5.0.0",
131
+ "@tanstack/react-query": "^5.90.11",
132
+ "lucide-react": "~0.575.0",
133
+ "react": "^19.2.4",
134
+ "react-dom": "^19.2.4",
135
+ "react-hook-form": "^7.64.0",
136
+ "vite": "^6.4.1",
137
137
  "zod": "4.3.5",
138
- "zustand": ">=5.0.0"
138
+ "zustand": "^5.0.9"
139
139
  },
140
140
  "peerDependenciesMeta": {
141
141
  "vite": {