@fluid-app/portal-sdk 0.1.261 → 0.1.262
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/{FluidProvider-CoSgK0jL.cjs → FluidProvider-BYY876dq.cjs} +2 -1
- package/dist/{FluidProvider-CoSgK0jL.cjs.map → FluidProvider-BYY876dq.cjs.map} +1 -1
- package/dist/{FluidProvider-C0YKxODs.mjs → FluidProvider-CUHp_iVC.mjs} +2 -1
- package/dist/{FluidProvider-C0YKxODs.mjs.map → FluidProvider-CUHp_iVC.mjs.map} +1 -1
- package/dist/{MessagingScreen-DgS_ZEzO.mjs → MessagingScreen-B3kKbJhB.mjs} +2 -2
- package/dist/{MessagingScreen-ga_zEAeB.cjs → MessagingScreen-CDcEFd7F.cjs} +2 -2
- package/dist/{MessagingScreen-ga_zEAeB.cjs.map → MessagingScreen-CDcEFd7F.cjs.map} +1 -1
- package/dist/{MessagingScreen-Ck6c7BK3.mjs → MessagingScreen-CvjEk6aj.mjs} +2 -2
- package/dist/{MessagingScreen-Ck6c7BK3.mjs.map → MessagingScreen-CvjEk6aj.mjs.map} +1 -1
- package/dist/{MessagingScreen-CKIs5m0_.cjs → MessagingScreen-Dsln_2kr.cjs} +2 -2
- package/dist/{ProfileScreen-B7sbMdbH.cjs → ProfileScreen-BjEd2z7J.cjs} +2 -2
- package/dist/{ProfileScreen-FG1DZum3.mjs → ProfileScreen-Cj4peRzX.mjs} +2 -2
- package/dist/{ProfileScreen-FG1DZum3.mjs.map → ProfileScreen-Cj4peRzX.mjs.map} +1 -1
- package/dist/{ProfileScreen-90-Jf8IH.mjs → ProfileScreen-DOiAQJBY.mjs} +2 -2
- package/dist/{ProfileScreen-DYO-1rw4.cjs → ProfileScreen-kwDCfeaF.cjs} +2 -2
- package/dist/{ProfileScreen-DYO-1rw4.cjs.map → ProfileScreen-kwDCfeaF.cjs.map} +1 -1
- package/dist/{ShopScreen-BDhf2CmC.cjs → ShopScreen-CRsMsa6i.cjs} +2 -2
- package/dist/{ShopScreen-BDhf2CmC.cjs.map → ShopScreen-CRsMsa6i.cjs.map} +1 -1
- package/dist/{ShopScreen-BhYkCXLT.mjs → ShopScreen-CTUGv0wk.mjs} +2 -2
- package/dist/{ShopScreen-BgTi5eCl.cjs → ShopScreen-Cxhc4ma8.cjs} +2 -2
- package/dist/{ShopScreen-D0p5rQD8.mjs → ShopScreen-DPO-zJ5Q.mjs} +2 -2
- package/dist/{ShopScreen-D0p5rQD8.mjs.map → ShopScreen-DPO-zJ5Q.mjs.map} +1 -1
- package/dist/index.cjs +12 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +12 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +19 -19
|
@@ -4909,6 +4909,7 @@ function mapAccount(raw) {
|
|
|
4909
4909
|
bio: raw.bio ?? null,
|
|
4910
4910
|
avatar_url: raw.avatar_url ?? null,
|
|
4911
4911
|
slug: raw.slug ?? "",
|
|
4912
|
+
public_id: raw.public_id ?? "",
|
|
4912
4913
|
social_links: raw.social_links ?? null,
|
|
4913
4914
|
recipient_id: raw.recipient_id ?? null
|
|
4914
4915
|
};
|
|
@@ -7099,4 +7100,4 @@ function useFluidContext() {
|
|
|
7099
7100
|
//#endregion
|
|
7100
7101
|
export { parseColor as A, deleteDatabase as B, DEFAULT_THEME_ID as C, deriveDarkVariant as D, generateThemeCSS as E, SEMANTIC_COLOR_NAMES as F, ApiError as I, useLanguagesApi as L, FONT_FAMILY_KEYS as M, FONT_SIZE_KEYS as N, getForegroundColor as O, RADIUS_KEYS as P, useAppDefinitionApi as R, DEFAULT_SPACING as S, getDefaultThemeDefinition as T, serialiseTheme as _, createScreen as a, DEFAULT_FONT_SIZES as b, FluidThemeProvider as c, removeAllThemes as d, removeTheme as f, deserialiseTheme as g, transformThemes as h, widgetPropertySchemas as i, resolveTheme as j, mergeDarkOverrides as k, useThemeContext as l, getActiveThemeId as m, useFluidContext as n, createWidgetFromShareable as o, buildThemeDefinition as p, DEFAULT_SDK_WIDGET_REGISTRY as r, createWidgetRegistry as s, FluidProvider as t, applyTheme as u, DEFAULT_COLORS as v, DEFAULT_THEME_NAME as w, DEFAULT_RADII as x, DEFAULT_FONT_FAMILIES as y, createPersister as z };
|
|
7101
7102
|
|
|
7102
|
-
//# sourceMappingURL=FluidProvider-
|
|
7103
|
+
//# sourceMappingURL=FluidProvider-CUHp_iVC.mjs.map
|