@fluid-app/portal-sdk 0.1.443 → 0.1.445

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.
@@ -406,6 +406,8 @@
406
406
 
407
407
  /* ── inlined from @fluid-app/mysite-ui/styles/mysite.css ── */
408
408
 
409
+ /* ── inlined from @fluid-app/ui-components/styles/ui-components.css ── */
410
+
409
411
  /* ── inlined from @fluid-app/ui-primitives/styles/ui-primitives.css ── */
410
412
  /* ui-primitives: source-scan directive + canonical Tailwind semantic tokens for the Fluid platform. */
411
413
  /* Apps consume via `@import "@fluid-app/ui-primitives/styles/ui-primitives.css"`. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-app/portal-sdk",
3
- "version": "0.1.443",
3
+ "version": "0.1.445",
4
4
  "description": "SDK for building custom Fluid portals",
5
5
  "files": [
6
6
  "dist",
@@ -54,8 +54,8 @@
54
54
  "tailwind-merge": "^3.0.2",
55
55
  "tw-animate-css": "^1.4.0",
56
56
  "use-sync-external-store": "^1.4.0",
57
- "@fluid-app/ui-components": "0.1.0",
58
- "@fluid-app/widget-runtime": "0.1.0"
57
+ "@fluid-app/widget-runtime": "0.1.0",
58
+ "@fluid-app/ui-components": "0.1.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@hookform/resolvers": "^5.2.2",
@@ -76,51 +76,51 @@
76
76
  "tsdown": "^0.21.0",
77
77
  "typescript": "^5",
78
78
  "zod": "4.3.5",
79
- "@fluid-app/address-autocomplete": "0.1.0",
80
79
  "@fluid-app/address-fields": "0.1.0",
81
80
  "@fluid-app/api-client-core": "0.1.0",
81
+ "@fluid-app/address-autocomplete": "0.1.0",
82
82
  "@fluid-app/auth": "0.1.0",
83
- "@fluid-app/company-switcher-ui": "0.1.0",
84
83
  "@fluid-app/contacts-core": "0.1.0",
85
84
  "@fluid-app/cart-ui": "0.1.25",
86
85
  "@fluid-app/contacts-ui": "0.1.0",
87
- "@fluid-app/fluid-pay-core": "0.1.0",
86
+ "@fluid-app/file-picker-api-client": "0.1.0",
87
+ "@fluid-app/company-switcher-ui": "0.1.0",
88
88
  "@fluid-app/file-picker-core": "0.1.0",
89
+ "@fluid-app/fluid-pay-core": "0.1.0",
89
90
  "@fluid-app/messaging-api-client": "0.1.0",
90
91
  "@fluid-app/fluid-pay-ui": "0.1.0",
92
+ "@fluid-app/i18n": "0.1.0",
91
93
  "@fluid-app/messaging-core": "0.1.0",
92
94
  "@fluid-app/messaging-ui": "0.1.0",
93
- "@fluid-app/i18n": "0.1.0",
94
95
  "@fluid-app/mysite-core": "0.1.0",
95
96
  "@fluid-app/mysite-ui": "0.1.0",
96
- "@fluid-app/file-picker-api-client": "0.1.0",
97
- "@fluid-app/orders-ui": "0.1.0",
98
97
  "@fluid-app/orders-core": "0.1.0",
99
- "@fluid-app/portal-app-download-ui": "0.1.0",
98
+ "@fluid-app/orders-ui": "0.1.0",
99
+ "@fluid-app/portal-core": "0.1.23",
100
100
  "@fluid-app/payments-display": "0.1.0",
101
+ "@fluid-app/portal-app-download-ui": "0.1.0",
101
102
  "@fluid-app/portal-react": "0.1.0",
102
103
  "@fluid-app/portal-tenant-api-client": "0.1.0",
104
+ "@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
103
105
  "@fluid-app/portal-tenant-contacts-api-client": "0.1.0",
104
- "@fluid-app/portal-core": "0.1.23",
105
106
  "@fluid-app/portal-tenant-content-api-client": "0.1.0",
106
- "@fluid-app/portal-tenant-mysite-api-client": "0.1.0",
107
107
  "@fluid-app/portal-tenant-store-api-client": "0.1.0",
108
108
  "@fluid-app/products-api-client": "0.1.0",
109
- "@fluid-app/products-core": "0.1.0",
110
109
  "@fluid-app/portal-tenant-pay-api-client": "0.1.0",
111
- "@fluid-app/profile-core": "0.1.0",
110
+ "@fluid-app/products-core": "0.1.0",
112
111
  "@fluid-app/portal-widgets": "0.1.22",
113
- "@fluid-app/query-persister": "0.1.0",
114
112
  "@fluid-app/profile-ui": "0.1.0",
115
- "@fluid-app/shareables-ui": "0.1.0",
116
- "@fluid-app/shop-core": "0.1.0",
113
+ "@fluid-app/profile-core": "0.1.0",
117
114
  "@fluid-app/shareables-core": "0.1.0",
118
- "@fluid-app/store-core": "0.1.0",
115
+ "@fluid-app/query-persister": "0.1.0",
119
116
  "@fluid-app/shop-ui": "0.1.0",
117
+ "@fluid-app/shareables-ui": "0.1.0",
118
+ "@fluid-app/shop-core": "0.1.0",
120
119
  "@fluid-app/subscriptions-core": "0.1.0",
120
+ "@fluid-app/store-core": "0.1.0",
121
+ "@fluid-app/ui-primitives": "0.1.13",
121
122
  "@fluid-app/subscriptions-ui": "0.1.0",
122
- "@fluid-app/typescript-config": "0.0.0",
123
- "@fluid-app/ui-primitives": "0.1.13"
123
+ "@fluid-app/typescript-config": "0.0.0"
124
124
  },
125
125
  "peerDependencies": {
126
126
  "@hookform/resolvers": "^5.2.2",
@@ -15,6 +15,7 @@
15
15
  @import "@fluid-app/shareables-ui/styles/shareables.css";
16
16
  @import "@fluid-app/subscriptions-ui/styles/subscriptions.css";
17
17
  @import "@fluid-app/mysite-ui/styles/mysite.css";
18
+ @import "@fluid-app/ui-components/styles/ui-components.css";
18
19
  @import "@fluid-app/ui-primitives/styles/ui-primitives.css";
19
20
  @import "@fluid-app/portal-widgets/globals.css";
20
21
  @import "@fluid-app/portal-react/globals.css";