@lokalise/harmony 1.32.1 → 1.32.2
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/harmony58.cjs +1 -18
- package/dist/harmony58.cjs.map +1 -1
- package/dist/harmony58.mjs +1 -18
- package/dist/harmony58.mjs.map +1 -1
- package/dist/harmony70.cjs +1 -1
- package/dist/harmony70.mjs +1 -1
- package/dist/harmony71.cjs +1 -1
- package/dist/harmony71.mjs +1 -1
- package/dist/harmony72.cjs +1 -1
- package/dist/harmony72.mjs +1 -1
- package/dist/harmony73.cjs +2 -2
- package/dist/harmony73.mjs +2 -2
- package/dist/harmony74.cjs +2 -2
- package/dist/harmony74.mjs +2 -2
- package/dist/harmony75.cjs +2 -2
- package/dist/harmony75.mjs +2 -2
- package/dist/harmony76.cjs +2 -2
- package/dist/harmony76.mjs +2 -2
- package/dist/harmony77.cjs +3 -3
- package/dist/harmony77.mjs +3 -3
- package/dist/harmony81.cjs +2 -2
- package/dist/harmony81.mjs +2 -2
- package/dist/harmony83.cjs +2 -2
- package/dist/harmony83.mjs +2 -2
- package/dist/harmony84.cjs +6 -12
- package/dist/harmony84.cjs.map +1 -1
- package/dist/harmony84.mjs +5 -11
- package/dist/harmony84.mjs.map +1 -1
- package/dist/harmony85.cjs +6 -9
- package/dist/harmony85.cjs.map +1 -1
- package/dist/harmony85.mjs +6 -9
- package/dist/harmony85.mjs.map +1 -1
- package/dist/harmony86.cjs +10 -12
- package/dist/harmony86.cjs.map +1 -1
- package/dist/harmony86.mjs +9 -11
- package/dist/harmony86.mjs.map +1 -1
- package/dist/harmony87.cjs +57 -21
- package/dist/harmony87.cjs.map +1 -1
- package/dist/harmony87.mjs +56 -20
- package/dist/harmony87.mjs.map +1 -1
- package/dist/harmony88.cjs +42 -6
- package/dist/harmony88.cjs.map +1 -1
- package/dist/harmony88.mjs +41 -5
- package/dist/harmony88.mjs.map +1 -1
- package/dist/harmony89.cjs +6 -10
- package/dist/harmony89.cjs.map +1 -1
- package/dist/harmony89.mjs +5 -9
- package/dist/harmony89.mjs.map +1 -1
- package/dist/harmony90.cjs +6 -6
- package/dist/harmony90.mjs +6 -6
- package/dist/harmony91.cjs +24 -57
- package/dist/harmony91.cjs.map +1 -1
- package/dist/harmony91.mjs +23 -56
- package/dist/harmony91.mjs.map +1 -1
- package/dist/harmony92.cjs +6 -42
- package/dist/harmony92.cjs.map +1 -1
- package/dist/harmony92.mjs +5 -41
- package/dist/harmony92.mjs.map +1 -1
- package/dist/harmony93.cjs +21 -5
- package/dist/harmony93.cjs.map +1 -1
- package/dist/harmony93.mjs +21 -5
- package/dist/harmony93.mjs.map +1 -1
- package/dist/harmony94.cjs +7 -4
- package/dist/harmony94.cjs.map +1 -1
- package/dist/harmony94.mjs +7 -4
- package/dist/harmony94.mjs.map +1 -1
- package/dist/harmony95.cjs +12 -25
- package/dist/harmony95.cjs.map +1 -1
- package/dist/harmony95.mjs +11 -24
- package/dist/harmony95.mjs.map +1 -1
- package/dist/harmony96.cjs +20 -5
- package/dist/harmony96.cjs.map +1 -1
- package/dist/harmony96.mjs +20 -5
- package/dist/harmony96.mjs.map +1 -1
- package/dist/harmony97.cjs +9 -18
- package/dist/harmony97.cjs.map +1 -1
- package/dist/harmony97.mjs +10 -19
- package/dist/harmony97.mjs.map +1 -1
- package/dist/harmony98.cjs +9 -9
- package/dist/harmony98.mjs +9 -9
- package/dist/types/src/features/publicApi/hooks/useGetProjectPermissionMetaQuery.d.ts +3 -3
- package/dist/types/src/features/publicApi/hooks/useListPermissionTemplates.d.ts +1 -1
- package/dist/types/src/features/publicApi/permissionTemplates.d.ts +5 -5
- package/dist/types/src/features/publicApi/projects.d.ts +15 -15
- package/dist/types/src/features/publicApi/types/permissionTemplateTypes.d.ts +8 -8
- package/dist/types/src/features/publicApi/types/permissionTypes.d.ts +4 -4
- package/dist/types/src/features/publicApi/types/projectTypes.d.ts +15 -15
- package/package.json +1 -1
package/dist/harmony87.mjs
CHANGED
@@ -1,24 +1,60 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
const
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
2
|
+
import { Menu, MenuList, UserIcon } from "@lokalise/louis";
|
3
|
+
import { clsx } from "./harmony66.mjs";
|
4
|
+
import { UpgradeIcon } from "./harmony93.mjs";
|
5
|
+
import styles from "./harmony102.mjs";
|
6
|
+
import { useProfileMenu } from "./harmony89.mjs";
|
7
|
+
const ProfileMenuContent = ({ children }) => {
|
8
|
+
const {
|
9
|
+
currentTeam,
|
10
|
+
otherTeams,
|
11
|
+
showUpgradeCta,
|
12
|
+
showBillingButton,
|
13
|
+
allowTeamCreation,
|
14
|
+
isProviderAlpha,
|
15
|
+
canAccessTeamSettings,
|
16
|
+
isEndOfTrialActive,
|
17
|
+
isTeamSuspended,
|
18
|
+
isFullyAuthenticated
|
19
|
+
} = useProfileMenu();
|
20
|
+
return /* @__PURE__ */ jsx(
|
21
|
+
Menu,
|
22
|
+
{
|
23
|
+
menuButton: () => /* @__PURE__ */ jsxs("button", { className: styles.profileButton, "aria-label": "Profile menu", type: "button", children: [
|
24
|
+
(currentTeam == null ? void 0 : currentTeam.logoUrl) ? /* @__PURE__ */ jsx(
|
25
|
+
"img",
|
26
|
+
{
|
27
|
+
src: currentTeam.logoUrl,
|
28
|
+
className: clsx(styles.profileImage, {
|
29
|
+
[styles.profileImageHighlight]: showUpgradeCta
|
30
|
+
}),
|
31
|
+
alt: "Team Logo"
|
32
|
+
}
|
33
|
+
) : /* @__PURE__ */ jsx(
|
34
|
+
"div",
|
35
|
+
{
|
36
|
+
className: clsx(styles.userIconWrapper, "flex-row", "align-center", "items-center", {
|
37
|
+
[styles.profileImageHighlight]: showUpgradeCta
|
38
|
+
}),
|
39
|
+
children: /* @__PURE__ */ jsx(UserIcon, { size: "25px" })
|
40
|
+
}
|
41
|
+
),
|
42
|
+
showUpgradeCta && /* @__PURE__ */ jsx(UpgradeIcon, { className: styles.profileImageUpgradeIcon })
|
43
|
+
] }),
|
44
|
+
children: /* @__PURE__ */ jsx(MenuList, { placement: "right-end", className: styles.menuContainer, children: children({
|
45
|
+
allowTeamCreation,
|
46
|
+
otherTeams,
|
47
|
+
canAccessTeamSettings,
|
48
|
+
isEndOfTrialActive,
|
49
|
+
isTeamSuspended,
|
50
|
+
showBillingButton,
|
51
|
+
isProviderAlpha,
|
52
|
+
isFullyAuthenticated
|
53
|
+
}) })
|
54
|
+
}
|
55
|
+
);
|
14
56
|
};
|
15
57
|
export {
|
16
|
-
|
17
|
-
classes as default,
|
18
|
-
disabled,
|
19
|
-
projectNavigationItem,
|
20
|
-
projectNavigationItemDisabled,
|
21
|
-
tag,
|
22
|
-
withNavLinkStyle
|
58
|
+
ProfileMenuContent
|
23
59
|
};
|
24
60
|
//# sourceMappingURL=harmony87.mjs.map
|
package/dist/harmony87.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony87.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"harmony87.mjs","sources":["../src/components/Sidebar/Widgets/ProfileMenu/ProfileMenuContent.tsx"],"sourcesContent":["import { Menu, MenuList, UserIcon } from '@lokalise/louis'\nimport clsx from 'clsx'\nimport type { ReactNode } from 'react'\nimport { UpgradeIcon } from '../../UpgradeIcon/UpgradeIcon'\nimport styles from './ProfileMenuContent.module.css'\nimport { useProfileMenu } from './ProfileMenuContext'\nimport type { SidebarProfileMenuRenderProps } from './types'\n\nexport type ProfileMenuContentProps = {\n\tchildren: (props: SidebarProfileMenuRenderProps) => ReactNode\n}\n\nexport const ProfileMenuContent = ({ children }: ProfileMenuContentProps) => {\n\tconst {\n\t\tcurrentTeam,\n\t\totherTeams,\n\t\tshowUpgradeCta,\n\t\tshowBillingButton,\n\t\tallowTeamCreation,\n\t\tisProviderAlpha,\n\t\tcanAccessTeamSettings,\n\t\tisEndOfTrialActive,\n\t\tisTeamSuspended,\n\t\tisFullyAuthenticated,\n\t} = useProfileMenu()\n\n\treturn (\n\t\t<Menu\n\t\t\tmenuButton={() => (\n\t\t\t\t<button className={styles.profileButton} aria-label=\"Profile menu\" type=\"button\">\n\t\t\t\t\t{currentTeam?.logoUrl ? (\n\t\t\t\t\t\t<img\n\t\t\t\t\t\t\tsrc={currentTeam.logoUrl}\n\t\t\t\t\t\t\tclassName={clsx(styles.profileImage, {\n\t\t\t\t\t\t\t\t[styles.profileImageHighlight]: showUpgradeCta,\n\t\t\t\t\t\t\t})}\n\t\t\t\t\t\t\talt=\"Team Logo\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t) : (\n\t\t\t\t\t\t<div\n\t\t\t\t\t\t\tclassName={clsx(styles.userIconWrapper, 'flex-row', 'align-center', 'items-center', {\n\t\t\t\t\t\t\t\t[styles.profileImageHighlight]: showUpgradeCta,\n\t\t\t\t\t\t\t})}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<UserIcon size={'25px'} />\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\t\t\t\t\t{showUpgradeCta && <UpgradeIcon className={styles.profileImageUpgradeIcon} />}\n\t\t\t\t</button>\n\t\t\t)}\n\t\t>\n\t\t\t<MenuList placement=\"right-end\" className={styles.menuContainer}>\n\t\t\t\t{children({\n\t\t\t\t\tallowTeamCreation,\n\t\t\t\t\totherTeams,\n\t\t\t\t\tcanAccessTeamSettings,\n\t\t\t\t\tisEndOfTrialActive,\n\t\t\t\t\tisTeamSuspended,\n\t\t\t\t\tshowBillingButton,\n\t\t\t\t\tisProviderAlpha,\n\t\t\t\t\tisFullyAuthenticated,\n\t\t\t\t})}\n\t\t\t</MenuList>\n\t\t</Menu>\n\t)\n}\n"],"names":[],"mappings":";;;;;;AAYO,MAAM,qBAAqB,CAAC,EAAE,eAAwC;AACtE,QAAA;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACG,eAAe;AAGlB,SAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,YAAY,MACX,qBAAC,UAAO,EAAA,WAAW,OAAO,eAAe,cAAW,gBAAe,MAAK,UACtE,UAAA;AAAA,SAAA,2CAAa,WACb;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,KAAK,YAAY;AAAA,YACjB,WAAW,KAAK,OAAO,cAAc;AAAA,cACpC,CAAC,OAAO,qBAAqB,GAAG;AAAA,YAAA,CAChC;AAAA,YACD,KAAI;AAAA,UAAA;AAAA,QAAA,IAGL;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,WAAW,KAAK,OAAO,iBAAiB,YAAY,gBAAgB,gBAAgB;AAAA,cACnF,CAAC,OAAO,qBAAqB,GAAG;AAAA,YAAA,CAChC;AAAA,YAED,UAAA,oBAAC,UAAS,EAAA,MAAM,OAAQ,CAAA;AAAA,UAAA;AAAA,QACzB;AAAA,QAEA,kBAAkB,oBAAC,aAAY,EAAA,WAAW,OAAO,wBAAyB,CAAA;AAAA,MAAA,GAC5E;AAAA,MAGD,8BAAC,UAAS,EAAA,WAAU,aAAY,WAAW,OAAO,eAChD,UAAS,SAAA;AAAA,QACT;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MAAA,CACA,EACF,CAAA;AAAA,IAAA;AAAA,EACD;AAEF;"}
|
package/dist/harmony88.cjs
CHANGED
@@ -1,9 +1,45 @@
|
|
1
1
|
"use strict";
|
2
|
-
Object.
|
3
|
-
const
|
4
|
-
const
|
5
|
-
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
3
|
+
const jsxRuntime = require("react/jsx-runtime");
|
4
|
+
const plan = require("./harmony8.cjs");
|
5
|
+
const types = require("./harmony103.cjs");
|
6
|
+
const ProfileMenuContext = require("./harmony89.cjs");
|
7
|
+
const billingRoles = [
|
8
|
+
types.SidebarTeamRoles.biller,
|
9
|
+
types.SidebarTeamRoles.owner,
|
10
|
+
types.SidebarTeamRoles.admin
|
11
|
+
];
|
12
|
+
const teamSettingsRoles = [
|
13
|
+
types.SidebarTeamRoles.biller,
|
14
|
+
types.SidebarTeamRoles.owner,
|
15
|
+
types.SidebarTeamRoles.admin
|
16
|
+
];
|
17
|
+
const upgradeCtaRoles = [
|
18
|
+
types.SidebarTeamRoles.biller,
|
19
|
+
types.SidebarTeamRoles.owner
|
20
|
+
];
|
21
|
+
const ProfileMenuProvider = ({ children, config }) => {
|
22
|
+
const { teams, currentTeamId, planId, isEndOfTrialActive, isFullyAuthenticated, userTeamRole } = config;
|
23
|
+
const currentTeam = teams.find((t) => t.id === currentTeamId);
|
24
|
+
const otherTeams = teams.filter((t) => t.id !== currentTeamId);
|
25
|
+
const canChangeBilling = billingRoles.includes(userTeamRole);
|
26
|
+
const canAccessTeamSettings = teamSettingsRoles.includes(userTeamRole);
|
27
|
+
const isOnFreeOrTrialPlan = plan.isFreePlan(planId) || plan.isTrialPlan(planId);
|
28
|
+
const showUpgradeCta = isFullyAuthenticated && isOnFreeOrTrialPlan && upgradeCtaRoles.includes(userTeamRole);
|
29
|
+
const showBillingButton = isFullyAuthenticated && canAccessTeamSettings && canChangeBilling;
|
30
|
+
const allowTeamCreation = isFullyAuthenticated && !isEndOfTrialActive;
|
31
|
+
const providerValue = {
|
32
|
+
...config,
|
33
|
+
currentTeam,
|
34
|
+
otherTeams,
|
35
|
+
canChangeBilling,
|
36
|
+
canAccessTeamSettings,
|
37
|
+
isOnFreeOrTrialPlan,
|
38
|
+
showUpgradeCta,
|
39
|
+
showBillingButton,
|
40
|
+
allowTeamCreation
|
41
|
+
};
|
42
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ProfileMenuContext.ProfileMenuContext.Provider, { value: providerValue, children });
|
6
43
|
};
|
7
|
-
exports.
|
8
|
-
exports.logoLink = logoLink;
|
44
|
+
exports.ProfileMenuProvider = ProfileMenuProvider;
|
9
45
|
//# sourceMappingURL=harmony88.cjs.map
|
package/dist/harmony88.cjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony88.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"harmony88.cjs","sources":["../src/components/Sidebar/Widgets/ProfileMenu/ProfileMenuProvider.tsx"],"sourcesContent":["import { isFreePlan, isTrialPlan } from '@utils'\nimport type { PropsWithChildren } from 'react'\nimport { type SidebarTeamRole, SidebarTeamRoles } from '../../types'\nimport { ProfileMenuContext } from './ProfileMenuContext'\nimport type { SidebarProfileMenuConfig } from './types'\n\ntype ProfileMenuProviderProps = PropsWithChildren<{\n\tconfig: SidebarProfileMenuConfig\n}>\n\nconst billingRoles: ReadonlyArray<SidebarTeamRole> = [\n\tSidebarTeamRoles.biller,\n\tSidebarTeamRoles.owner,\n\tSidebarTeamRoles.admin,\n]\n\nconst teamSettingsRoles: ReadonlyArray<SidebarTeamRole> = [\n\tSidebarTeamRoles.biller,\n\tSidebarTeamRoles.owner,\n\tSidebarTeamRoles.admin,\n]\n\nconst upgradeCtaRoles: ReadonlyArray<SidebarTeamRole> = [\n\tSidebarTeamRoles.biller,\n\tSidebarTeamRoles.owner,\n]\n\nexport const ProfileMenuProvider = ({ children, config }: ProfileMenuProviderProps) => {\n\tconst { teams, currentTeamId, planId, isEndOfTrialActive, isFullyAuthenticated, userTeamRole } =\n\t\tconfig\n\n\tconst currentTeam = teams.find((t) => t.id === currentTeamId)\n\n\tconst otherTeams = teams.filter((t) => t.id !== currentTeamId)\n\n\tconst canChangeBilling = billingRoles.includes(userTeamRole)\n\n\tconst canAccessTeamSettings = teamSettingsRoles.includes(userTeamRole)\n\n\tconst isOnFreeOrTrialPlan = isFreePlan(planId) || isTrialPlan(planId)\n\n\tconst showUpgradeCta =\n\t\tisFullyAuthenticated && isOnFreeOrTrialPlan && upgradeCtaRoles.includes(userTeamRole)\n\n\tconst showBillingButton = isFullyAuthenticated && canAccessTeamSettings && canChangeBilling\n\n\tconst allowTeamCreation = isFullyAuthenticated && !isEndOfTrialActive\n\n\tconst providerValue = {\n\t\t...config,\n\t\tcurrentTeam,\n\t\totherTeams,\n\t\tcanChangeBilling,\n\t\tcanAccessTeamSettings,\n\t\tisOnFreeOrTrialPlan,\n\t\tshowUpgradeCta,\n\t\tshowBillingButton,\n\t\tallowTeamCreation,\n\t}\n\n\treturn <ProfileMenuContext.Provider value={providerValue}>{children}</ProfileMenuContext.Provider>\n}\n"],"names":["SidebarTeamRoles","isFreePlan","isTrialPlan","ProfileMenuContext"],"mappings":";;;;;;AAUA,MAAM,eAA+C;AAAA,EACpDA,MAAAA,iBAAiB;AAAA,EACjBA,MAAAA,iBAAiB;AAAA,EACjBA,uBAAiB;AAClB;AAEA,MAAM,oBAAoD;AAAA,EACzDA,MAAAA,iBAAiB;AAAA,EACjBA,MAAAA,iBAAiB;AAAA,EACjBA,uBAAiB;AAClB;AAEA,MAAM,kBAAkD;AAAA,EACvDA,MAAAA,iBAAiB;AAAA,EACjBA,uBAAiB;AAClB;AAEO,MAAM,sBAAsB,CAAC,EAAE,UAAU,aAAuC;AACtF,QAAM,EAAE,OAAO,eAAe,QAAQ,oBAAoB,sBAAsB,iBAC/E;AAED,QAAM,cAAc,MAAM,KAAK,CAAC,MAAM,EAAE,OAAO,aAAa;AAE5D,QAAM,aAAa,MAAM,OAAO,CAAC,MAAM,EAAE,OAAO,aAAa;AAEvD,QAAA,mBAAmB,aAAa,SAAS,YAAY;AAErD,QAAA,wBAAwB,kBAAkB,SAAS,YAAY;AAErE,QAAM,sBAAsBC,KAAA,WAAW,MAAM,KAAKC,KAAAA,YAAY,MAAM;AAEpE,QAAM,iBACL,wBAAwB,uBAAuB,gBAAgB,SAAS,YAAY;AAE/E,QAAA,oBAAoB,wBAAwB,yBAAyB;AAErE,QAAA,oBAAoB,wBAAwB,CAAC;AAEnD,QAAM,gBAAgB;AAAA,IACrB,GAAG;AAAA,IACH;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACD;AAEA,wCAAQC,mBAAAA,mBAAmB,UAAnB,EAA4B,OAAO,eAAgB,UAAS;AACrE;;"}
|
package/dist/harmony88.mjs
CHANGED
@@ -1,9 +1,45 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
import { isFreePlan, isTrialPlan } from "./harmony8.mjs";
|
3
|
+
import { SidebarTeamRoles } from "./harmony103.mjs";
|
4
|
+
import { ProfileMenuContext } from "./harmony89.mjs";
|
5
|
+
const billingRoles = [
|
6
|
+
SidebarTeamRoles.biller,
|
7
|
+
SidebarTeamRoles.owner,
|
8
|
+
SidebarTeamRoles.admin
|
9
|
+
];
|
10
|
+
const teamSettingsRoles = [
|
11
|
+
SidebarTeamRoles.biller,
|
12
|
+
SidebarTeamRoles.owner,
|
13
|
+
SidebarTeamRoles.admin
|
14
|
+
];
|
15
|
+
const upgradeCtaRoles = [
|
16
|
+
SidebarTeamRoles.biller,
|
17
|
+
SidebarTeamRoles.owner
|
18
|
+
];
|
19
|
+
const ProfileMenuProvider = ({ children, config }) => {
|
20
|
+
const { teams, currentTeamId, planId, isEndOfTrialActive, isFullyAuthenticated, userTeamRole } = config;
|
21
|
+
const currentTeam = teams.find((t) => t.id === currentTeamId);
|
22
|
+
const otherTeams = teams.filter((t) => t.id !== currentTeamId);
|
23
|
+
const canChangeBilling = billingRoles.includes(userTeamRole);
|
24
|
+
const canAccessTeamSettings = teamSettingsRoles.includes(userTeamRole);
|
25
|
+
const isOnFreeOrTrialPlan = isFreePlan(planId) || isTrialPlan(planId);
|
26
|
+
const showUpgradeCta = isFullyAuthenticated && isOnFreeOrTrialPlan && upgradeCtaRoles.includes(userTeamRole);
|
27
|
+
const showBillingButton = isFullyAuthenticated && canAccessTeamSettings && canChangeBilling;
|
28
|
+
const allowTeamCreation = isFullyAuthenticated && !isEndOfTrialActive;
|
29
|
+
const providerValue = {
|
30
|
+
...config,
|
31
|
+
currentTeam,
|
32
|
+
otherTeams,
|
33
|
+
canChangeBilling,
|
34
|
+
canAccessTeamSettings,
|
35
|
+
isOnFreeOrTrialPlan,
|
36
|
+
showUpgradeCta,
|
37
|
+
showBillingButton,
|
38
|
+
allowTeamCreation
|
39
|
+
};
|
40
|
+
return /* @__PURE__ */ jsx(ProfileMenuContext.Provider, { value: providerValue, children });
|
4
41
|
};
|
5
42
|
export {
|
6
|
-
|
7
|
-
logoLink
|
43
|
+
ProfileMenuProvider
|
8
44
|
};
|
9
45
|
//# sourceMappingURL=harmony88.mjs.map
|
package/dist/harmony88.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony88.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
1
|
+
{"version":3,"file":"harmony88.mjs","sources":["../src/components/Sidebar/Widgets/ProfileMenu/ProfileMenuProvider.tsx"],"sourcesContent":["import { isFreePlan, isTrialPlan } from '@utils'\nimport type { PropsWithChildren } from 'react'\nimport { type SidebarTeamRole, SidebarTeamRoles } from '../../types'\nimport { ProfileMenuContext } from './ProfileMenuContext'\nimport type { SidebarProfileMenuConfig } from './types'\n\ntype ProfileMenuProviderProps = PropsWithChildren<{\n\tconfig: SidebarProfileMenuConfig\n}>\n\nconst billingRoles: ReadonlyArray<SidebarTeamRole> = [\n\tSidebarTeamRoles.biller,\n\tSidebarTeamRoles.owner,\n\tSidebarTeamRoles.admin,\n]\n\nconst teamSettingsRoles: ReadonlyArray<SidebarTeamRole> = [\n\tSidebarTeamRoles.biller,\n\tSidebarTeamRoles.owner,\n\tSidebarTeamRoles.admin,\n]\n\nconst upgradeCtaRoles: ReadonlyArray<SidebarTeamRole> = [\n\tSidebarTeamRoles.biller,\n\tSidebarTeamRoles.owner,\n]\n\nexport const ProfileMenuProvider = ({ children, config }: ProfileMenuProviderProps) => {\n\tconst { teams, currentTeamId, planId, isEndOfTrialActive, isFullyAuthenticated, userTeamRole } =\n\t\tconfig\n\n\tconst currentTeam = teams.find((t) => t.id === currentTeamId)\n\n\tconst otherTeams = teams.filter((t) => t.id !== currentTeamId)\n\n\tconst canChangeBilling = billingRoles.includes(userTeamRole)\n\n\tconst canAccessTeamSettings = teamSettingsRoles.includes(userTeamRole)\n\n\tconst isOnFreeOrTrialPlan = isFreePlan(planId) || isTrialPlan(planId)\n\n\tconst showUpgradeCta =\n\t\tisFullyAuthenticated && isOnFreeOrTrialPlan && upgradeCtaRoles.includes(userTeamRole)\n\n\tconst showBillingButton = isFullyAuthenticated && canAccessTeamSettings && canChangeBilling\n\n\tconst allowTeamCreation = isFullyAuthenticated && !isEndOfTrialActive\n\n\tconst providerValue = {\n\t\t...config,\n\t\tcurrentTeam,\n\t\totherTeams,\n\t\tcanChangeBilling,\n\t\tcanAccessTeamSettings,\n\t\tisOnFreeOrTrialPlan,\n\t\tshowUpgradeCta,\n\t\tshowBillingButton,\n\t\tallowTeamCreation,\n\t}\n\n\treturn <ProfileMenuContext.Provider value={providerValue}>{children}</ProfileMenuContext.Provider>\n}\n"],"names":[],"mappings":";;;;AAUA,MAAM,eAA+C;AAAA,EACpD,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,EACjB,iBAAiB;AAClB;AAEA,MAAM,oBAAoD;AAAA,EACzD,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,EACjB,iBAAiB;AAClB;AAEA,MAAM,kBAAkD;AAAA,EACvD,iBAAiB;AAAA,EACjB,iBAAiB;AAClB;AAEO,MAAM,sBAAsB,CAAC,EAAE,UAAU,aAAuC;AACtF,QAAM,EAAE,OAAO,eAAe,QAAQ,oBAAoB,sBAAsB,iBAC/E;AAED,QAAM,cAAc,MAAM,KAAK,CAAC,MAAM,EAAE,OAAO,aAAa;AAE5D,QAAM,aAAa,MAAM,OAAO,CAAC,MAAM,EAAE,OAAO,aAAa;AAEvD,QAAA,mBAAmB,aAAa,SAAS,YAAY;AAErD,QAAA,wBAAwB,kBAAkB,SAAS,YAAY;AAErE,QAAM,sBAAsB,WAAW,MAAM,KAAK,YAAY,MAAM;AAEpE,QAAM,iBACL,wBAAwB,uBAAuB,gBAAgB,SAAS,YAAY;AAE/E,QAAA,oBAAoB,wBAAwB,yBAAyB;AAErE,QAAA,oBAAoB,wBAAwB,CAAC;AAEnD,QAAM,gBAAgB;AAAA,IACrB,GAAG;AAAA,IACH;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACD;AAEA,6BAAQ,mBAAmB,UAAnB,EAA4B,OAAO,eAAgB,UAAS;AACrE;"}
|
package/dist/harmony89.cjs
CHANGED
@@ -1,12 +1,8 @@
|
|
1
1
|
"use strict";
|
2
|
-
Object.
|
3
|
-
const
|
4
|
-
const
|
5
|
-
const
|
6
|
-
|
7
|
-
|
8
|
-
};
|
9
|
-
exports.active = active;
|
10
|
-
exports.default = styles;
|
11
|
-
exports.link = link;
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
3
|
+
const React = require("react");
|
4
|
+
const ProfileMenuContext = React.createContext({});
|
5
|
+
const useProfileMenu = () => React.useContext(ProfileMenuContext);
|
6
|
+
exports.ProfileMenuContext = ProfileMenuContext;
|
7
|
+
exports.useProfileMenu = useProfileMenu;
|
12
8
|
//# sourceMappingURL=harmony89.cjs.map
|
package/dist/harmony89.cjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony89.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"harmony89.cjs","sources":["../src/components/Sidebar/Widgets/ProfileMenu/ProfileMenuContext.ts"],"sourcesContent":["import { createContext, useContext } from 'react'\nimport type { SidebarProfileMenuContextProps } from './types'\n\nexport const ProfileMenuContext = createContext({} as SidebarProfileMenuContextProps)\n\nexport const useProfileMenu = () => useContext(ProfileMenuContext)\n"],"names":["createContext","useContext"],"mappings":";;;AAGa,MAAA,qBAAqBA,MAAc,cAAA,CAAoC,CAAA;AAEvE,MAAA,iBAAiB,MAAMC,MAAAA,WAAW,kBAAkB;;;"}
|
package/dist/harmony89.mjs
CHANGED
@@ -1,12 +1,8 @@
|
|
1
|
-
|
2
|
-
const
|
3
|
-
const
|
4
|
-
link,
|
5
|
-
active
|
6
|
-
};
|
1
|
+
import { useContext, createContext } from "react";
|
2
|
+
const ProfileMenuContext = createContext({});
|
3
|
+
const useProfileMenu = () => useContext(ProfileMenuContext);
|
7
4
|
export {
|
8
|
-
|
9
|
-
|
10
|
-
link
|
5
|
+
ProfileMenuContext,
|
6
|
+
useProfileMenu
|
11
7
|
};
|
12
8
|
//# sourceMappingURL=harmony89.mjs.map
|
package/dist/harmony89.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony89.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"harmony89.mjs","sources":["../src/components/Sidebar/Widgets/ProfileMenu/ProfileMenuContext.ts"],"sourcesContent":["import { createContext, useContext } from 'react'\nimport type { SidebarProfileMenuContextProps } from './types'\n\nexport const ProfileMenuContext = createContext({} as SidebarProfileMenuContextProps)\n\nexport const useProfileMenu = () => useContext(ProfileMenuContext)\n"],"names":[],"mappings":";AAGa,MAAA,qBAAqB,cAAc,CAAoC,CAAA;AAEvE,MAAA,iBAAiB,MAAM,WAAW,kBAAkB;"}
|
package/dist/harmony90.cjs
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
3
|
-
const
|
4
|
-
const
|
3
|
+
const container = "_container_q5pot_1";
|
4
|
+
const profileEmail = "_profileEmail_q5pot_5";
|
5
5
|
const styles = {
|
6
|
-
|
7
|
-
|
6
|
+
container,
|
7
|
+
profileEmail
|
8
8
|
};
|
9
|
+
exports.container = container;
|
9
10
|
exports.default = styles;
|
10
|
-
exports.
|
11
|
-
exports.dropdownButtonActive = dropdownButtonActive;
|
11
|
+
exports.profileEmail = profileEmail;
|
12
12
|
//# sourceMappingURL=harmony90.cjs.map
|
package/dist/harmony90.mjs
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
const
|
2
|
-
const
|
1
|
+
const container = "_container_q5pot_1";
|
2
|
+
const profileEmail = "_profileEmail_q5pot_5";
|
3
3
|
const styles = {
|
4
|
-
|
5
|
-
|
4
|
+
container,
|
5
|
+
profileEmail
|
6
6
|
};
|
7
7
|
export {
|
8
|
+
container,
|
8
9
|
styles as default,
|
9
|
-
|
10
|
-
dropdownButtonActive
|
10
|
+
profileEmail
|
11
11
|
};
|
12
12
|
//# sourceMappingURL=harmony90.mjs.map
|
package/dist/harmony91.cjs
CHANGED
@@ -1,60 +1,27 @@
|
|
1
1
|
"use strict";
|
2
|
-
Object.
|
3
|
-
const
|
4
|
-
const
|
5
|
-
const
|
6
|
-
const
|
7
|
-
const
|
8
|
-
const
|
9
|
-
const
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
isEndOfTrialActive,
|
19
|
-
isTeamSuspended,
|
20
|
-
isFullyAuthenticated
|
21
|
-
} = ProfileMenuContext.useProfileMenu();
|
22
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
23
|
-
louis.Menu,
|
24
|
-
{
|
25
|
-
menuButton: () => /* @__PURE__ */ jsxRuntime.jsxs("button", { className: ProfileMenuContent_module.default.profileButton, "aria-label": "Profile menu", type: "button", children: [
|
26
|
-
(currentTeam == null ? void 0 : currentTeam.logoUrl) ? /* @__PURE__ */ jsxRuntime.jsx(
|
27
|
-
"img",
|
28
|
-
{
|
29
|
-
src: currentTeam.logoUrl,
|
30
|
-
className: clsx.clsx(ProfileMenuContent_module.default.profileImage, {
|
31
|
-
[ProfileMenuContent_module.default.profileImageHighlight]: showUpgradeCta
|
32
|
-
}),
|
33
|
-
alt: "Team Logo"
|
34
|
-
}
|
35
|
-
) : /* @__PURE__ */ jsxRuntime.jsx(
|
36
|
-
"div",
|
37
|
-
{
|
38
|
-
className: clsx.clsx(ProfileMenuContent_module.default.userIconWrapper, "flex-row", "align-center", "items-center", {
|
39
|
-
[ProfileMenuContent_module.default.profileImageHighlight]: showUpgradeCta
|
40
|
-
}),
|
41
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(louis.UserIcon, { size: "25px" })
|
42
|
-
}
|
43
|
-
),
|
44
|
-
showUpgradeCta && /* @__PURE__ */ jsxRuntime.jsx(UpgradeIcon.UpgradeIcon, { className: ProfileMenuContent_module.default.profileImageUpgradeIcon })
|
45
|
-
] }),
|
46
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(louis.MenuList, { placement: "right-end", className: ProfileMenuContent_module.default.menuContainer, children: children({
|
47
|
-
allowTeamCreation,
|
48
|
-
otherTeams,
|
49
|
-
canAccessTeamSettings,
|
50
|
-
isEndOfTrialActive,
|
51
|
-
isTeamSuspended,
|
52
|
-
showBillingButton,
|
53
|
-
isProviderAlpha,
|
54
|
-
isFullyAuthenticated
|
55
|
-
}) })
|
56
|
-
}
|
57
|
-
);
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
3
|
+
const wrapper = "_wrapper_1in7x_5";
|
4
|
+
const profileImage = "_profileImage_1in7x_11";
|
5
|
+
const teamDetails = "_teamDetails_1in7x_19";
|
6
|
+
const planWrapper = "_planWrapper_1in7x_28";
|
7
|
+
const teamName = "_teamName_1in7x_36";
|
8
|
+
const membership = "_membership_1in7x_53";
|
9
|
+
const defaultProfileImage = "_defaultProfileImage_1in7x_59";
|
10
|
+
const styles = {
|
11
|
+
wrapper,
|
12
|
+
profileImage,
|
13
|
+
teamDetails,
|
14
|
+
planWrapper,
|
15
|
+
teamName,
|
16
|
+
membership,
|
17
|
+
defaultProfileImage
|
58
18
|
};
|
59
|
-
exports.
|
19
|
+
exports.default = styles;
|
20
|
+
exports.defaultProfileImage = defaultProfileImage;
|
21
|
+
exports.membership = membership;
|
22
|
+
exports.planWrapper = planWrapper;
|
23
|
+
exports.profileImage = profileImage;
|
24
|
+
exports.teamDetails = teamDetails;
|
25
|
+
exports.teamName = teamName;
|
26
|
+
exports.wrapper = wrapper;
|
60
27
|
//# sourceMappingURL=harmony91.cjs.map
|
package/dist/harmony91.cjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony91.cjs","sources":[
|
1
|
+
{"version":3,"file":"harmony91.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/harmony91.mjs
CHANGED
@@ -1,60 +1,27 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
const
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
isEndOfTrialActive,
|
17
|
-
isTeamSuspended,
|
18
|
-
isFullyAuthenticated
|
19
|
-
} = useProfileMenu();
|
20
|
-
return /* @__PURE__ */ jsx(
|
21
|
-
Menu,
|
22
|
-
{
|
23
|
-
menuButton: () => /* @__PURE__ */ jsxs("button", { className: styles.profileButton, "aria-label": "Profile menu", type: "button", children: [
|
24
|
-
(currentTeam == null ? void 0 : currentTeam.logoUrl) ? /* @__PURE__ */ jsx(
|
25
|
-
"img",
|
26
|
-
{
|
27
|
-
src: currentTeam.logoUrl,
|
28
|
-
className: clsx(styles.profileImage, {
|
29
|
-
[styles.profileImageHighlight]: showUpgradeCta
|
30
|
-
}),
|
31
|
-
alt: "Team Logo"
|
32
|
-
}
|
33
|
-
) : /* @__PURE__ */ jsx(
|
34
|
-
"div",
|
35
|
-
{
|
36
|
-
className: clsx(styles.userIconWrapper, "flex-row", "align-center", "items-center", {
|
37
|
-
[styles.profileImageHighlight]: showUpgradeCta
|
38
|
-
}),
|
39
|
-
children: /* @__PURE__ */ jsx(UserIcon, { size: "25px" })
|
40
|
-
}
|
41
|
-
),
|
42
|
-
showUpgradeCta && /* @__PURE__ */ jsx(UpgradeIcon, { className: styles.profileImageUpgradeIcon })
|
43
|
-
] }),
|
44
|
-
children: /* @__PURE__ */ jsx(MenuList, { placement: "right-end", className: styles.menuContainer, children: children({
|
45
|
-
allowTeamCreation,
|
46
|
-
otherTeams,
|
47
|
-
canAccessTeamSettings,
|
48
|
-
isEndOfTrialActive,
|
49
|
-
isTeamSuspended,
|
50
|
-
showBillingButton,
|
51
|
-
isProviderAlpha,
|
52
|
-
isFullyAuthenticated
|
53
|
-
}) })
|
54
|
-
}
|
55
|
-
);
|
1
|
+
const wrapper = "_wrapper_1in7x_5";
|
2
|
+
const profileImage = "_profileImage_1in7x_11";
|
3
|
+
const teamDetails = "_teamDetails_1in7x_19";
|
4
|
+
const planWrapper = "_planWrapper_1in7x_28";
|
5
|
+
const teamName = "_teamName_1in7x_36";
|
6
|
+
const membership = "_membership_1in7x_53";
|
7
|
+
const defaultProfileImage = "_defaultProfileImage_1in7x_59";
|
8
|
+
const styles = {
|
9
|
+
wrapper,
|
10
|
+
profileImage,
|
11
|
+
teamDetails,
|
12
|
+
planWrapper,
|
13
|
+
teamName,
|
14
|
+
membership,
|
15
|
+
defaultProfileImage
|
56
16
|
};
|
57
17
|
export {
|
58
|
-
|
18
|
+
styles as default,
|
19
|
+
defaultProfileImage,
|
20
|
+
membership,
|
21
|
+
planWrapper,
|
22
|
+
profileImage,
|
23
|
+
teamDetails,
|
24
|
+
teamName,
|
25
|
+
wrapper
|
59
26
|
};
|
60
27
|
//# sourceMappingURL=harmony91.mjs.map
|
package/dist/harmony91.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony91.mjs","sources":[
|
1
|
+
{"version":3,"file":"harmony91.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
package/dist/harmony92.cjs
CHANGED
@@ -1,45 +1,9 @@
|
|
1
1
|
"use strict";
|
2
|
-
Object.
|
3
|
-
const
|
4
|
-
const
|
5
|
-
|
6
|
-
const ProfileMenuContext = require("./harmony93.cjs");
|
7
|
-
const billingRoles = [
|
8
|
-
types.SidebarTeamRoles.biller,
|
9
|
-
types.SidebarTeamRoles.owner,
|
10
|
-
types.SidebarTeamRoles.admin
|
11
|
-
];
|
12
|
-
const teamSettingsRoles = [
|
13
|
-
types.SidebarTeamRoles.biller,
|
14
|
-
types.SidebarTeamRoles.owner,
|
15
|
-
types.SidebarTeamRoles.admin
|
16
|
-
];
|
17
|
-
const upgradeCtaRoles = [
|
18
|
-
types.SidebarTeamRoles.biller,
|
19
|
-
types.SidebarTeamRoles.owner
|
20
|
-
];
|
21
|
-
const ProfileMenuProvider = ({ children, config }) => {
|
22
|
-
const { teams, currentTeamId, planId, isEndOfTrialActive, isFullyAuthenticated, userTeamRole } = config;
|
23
|
-
const currentTeam = teams.find((t) => t.id === currentTeamId);
|
24
|
-
const otherTeams = teams.filter((t) => t.id !== currentTeamId);
|
25
|
-
const canChangeBilling = billingRoles.includes(userTeamRole);
|
26
|
-
const canAccessTeamSettings = teamSettingsRoles.includes(userTeamRole);
|
27
|
-
const isOnFreeOrTrialPlan = plan.isFreePlan(planId) || plan.isTrialPlan(planId);
|
28
|
-
const showUpgradeCta = isFullyAuthenticated && isOnFreeOrTrialPlan && upgradeCtaRoles.includes(userTeamRole);
|
29
|
-
const showBillingButton = isFullyAuthenticated && canAccessTeamSettings && canChangeBilling;
|
30
|
-
const allowTeamCreation = isFullyAuthenticated && !isEndOfTrialActive;
|
31
|
-
const providerValue = {
|
32
|
-
...config,
|
33
|
-
currentTeam,
|
34
|
-
otherTeams,
|
35
|
-
canChangeBilling,
|
36
|
-
canAccessTeamSettings,
|
37
|
-
isOnFreeOrTrialPlan,
|
38
|
-
showUpgradeCta,
|
39
|
-
showBillingButton,
|
40
|
-
allowTeamCreation
|
41
|
-
};
|
42
|
-
return /* @__PURE__ */ jsxRuntime.jsx(ProfileMenuContext.ProfileMenuContext.Provider, { value: providerValue, children });
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
3
|
+
const teamsContainer = "_teamsContainer_1ncrr_5";
|
4
|
+
const styles = {
|
5
|
+
teamsContainer
|
43
6
|
};
|
44
|
-
exports.
|
7
|
+
exports.default = styles;
|
8
|
+
exports.teamsContainer = teamsContainer;
|
45
9
|
//# sourceMappingURL=harmony92.cjs.map
|
package/dist/harmony92.cjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony92.cjs","sources":[
|
1
|
+
{"version":3,"file":"harmony92.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
package/dist/harmony92.mjs
CHANGED
@@ -1,45 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
import { ProfileMenuContext } from "./harmony93.mjs";
|
5
|
-
const billingRoles = [
|
6
|
-
SidebarTeamRoles.biller,
|
7
|
-
SidebarTeamRoles.owner,
|
8
|
-
SidebarTeamRoles.admin
|
9
|
-
];
|
10
|
-
const teamSettingsRoles = [
|
11
|
-
SidebarTeamRoles.biller,
|
12
|
-
SidebarTeamRoles.owner,
|
13
|
-
SidebarTeamRoles.admin
|
14
|
-
];
|
15
|
-
const upgradeCtaRoles = [
|
16
|
-
SidebarTeamRoles.biller,
|
17
|
-
SidebarTeamRoles.owner
|
18
|
-
];
|
19
|
-
const ProfileMenuProvider = ({ children, config }) => {
|
20
|
-
const { teams, currentTeamId, planId, isEndOfTrialActive, isFullyAuthenticated, userTeamRole } = config;
|
21
|
-
const currentTeam = teams.find((t) => t.id === currentTeamId);
|
22
|
-
const otherTeams = teams.filter((t) => t.id !== currentTeamId);
|
23
|
-
const canChangeBilling = billingRoles.includes(userTeamRole);
|
24
|
-
const canAccessTeamSettings = teamSettingsRoles.includes(userTeamRole);
|
25
|
-
const isOnFreeOrTrialPlan = isFreePlan(planId) || isTrialPlan(planId);
|
26
|
-
const showUpgradeCta = isFullyAuthenticated && isOnFreeOrTrialPlan && upgradeCtaRoles.includes(userTeamRole);
|
27
|
-
const showBillingButton = isFullyAuthenticated && canAccessTeamSettings && canChangeBilling;
|
28
|
-
const allowTeamCreation = isFullyAuthenticated && !isEndOfTrialActive;
|
29
|
-
const providerValue = {
|
30
|
-
...config,
|
31
|
-
currentTeam,
|
32
|
-
otherTeams,
|
33
|
-
canChangeBilling,
|
34
|
-
canAccessTeamSettings,
|
35
|
-
isOnFreeOrTrialPlan,
|
36
|
-
showUpgradeCta,
|
37
|
-
showBillingButton,
|
38
|
-
allowTeamCreation
|
39
|
-
};
|
40
|
-
return /* @__PURE__ */ jsx(ProfileMenuContext.Provider, { value: providerValue, children });
|
1
|
+
const teamsContainer = "_teamsContainer_1ncrr_5";
|
2
|
+
const styles = {
|
3
|
+
teamsContainer
|
41
4
|
};
|
42
5
|
export {
|
43
|
-
|
6
|
+
styles as default,
|
7
|
+
teamsContainer
|
44
8
|
};
|
45
9
|
//# sourceMappingURL=harmony92.mjs.map
|
package/dist/harmony92.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"harmony92.mjs","sources":[
|
1
|
+
{"version":3,"file":"harmony92.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|