@lokalise/harmony 1.20.0 → 1.20.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.
@@ -0,0 +1,28 @@
1
+ import { StoryObj } from '@storybook/react';
2
+ import { ProfileMenu } from './ProfileMenu';
3
+ declare const meta: {
4
+ title: string;
5
+ component: ({ config, children }: {
6
+ config: import('./types').SidebarProfileMenuConfig;
7
+ children: import('./ProfileMenuContent').ProfileMenuContentProps["children"];
8
+ }) => import("react/jsx-runtime").JSX.Element;
9
+ tags: string[];
10
+ decorators: ((Story: import('@storybook/core/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
11
+ config: import('./types').SidebarProfileMenuConfig;
12
+ children: import('./ProfileMenuContent').ProfileMenuContentProps["children"];
13
+ }>) => import("react/jsx-runtime").JSX.Element)[];
14
+ parameters: {
15
+ layout: string;
16
+ docs: {
17
+ description: {
18
+ component: string;
19
+ };
20
+ };
21
+ };
22
+ };
23
+ type Story = StoryObj<typeof ProfileMenu>;
24
+ export declare const PaidPlan: Story;
25
+ export declare const FreeTrial: Story;
26
+ export declare const PaidPlanWithFewTeams: Story;
27
+ export declare const FreePlanWithFewTeams: Story;
28
+ export default meta;
@@ -3,12 +3,12 @@ export * from './languages';
3
3
  export * from './projects';
4
4
  export * from './teamUsers';
5
5
  export * from './userToken';
6
- export type { BulkUpdateProjectLanguagesRequestBody, BulkUpdateProjectLanguagesResponse, Language, LanguageIso, LanguageStatistics, ListProjectLanguagesResponse, AddLanguagesToProjectPathParams, AddLanguagesToProjectRequestBody, AddLanguagesToProjectResponse, } from './types/languageTypes';
7
- export type { CreateProjectRequestBody, ListProjectsRequestQuery, ListProjectsSuccessResponseBody, Project, ProjectApiBaseHeaders, ProjectQaIssues, ProjectSettings, ProjectType, UpdateProjectPathParams, UpdateProjectRequestBody, } from './types/projectTypes';
8
- export type { TeamRole } from './types/teamRoleTypes';
9
- export type { Contributor, ContributorLanguage } from './types/contributorTypes';
10
- export type { TeamUser } from './types/teamUserTypes';
11
- export type { UserTokenRequestHeader, JwtToken } from './types/userTokenTypes';
6
+ export * from './types/languageTypes';
7
+ export * from './types/projectTypes';
8
+ export * from './types/teamRoleTypes';
9
+ export * from './types/contributorTypes';
10
+ export * from './types/teamUserTypes';
11
+ export * from './types/userTokenTypes';
12
12
  export * from './hooks/useCreateProjectMutation';
13
13
  export * from './hooks/useGetTeamUsersQuery';
14
14
  export * from './hooks/useGetUserTokenQuery';
@@ -18,4 +18,3 @@ export * from './hooks/useRetrieveContributorQuery';
18
18
  export * from './hooks/useRetrieveProjectQuery';
19
19
  export * from './hooks/useUpdateProjectMutation';
20
20
  export * from './hooks/useBulkUpdateProjectLanguagesMutation';
21
- export * from './hooks/useAddLanguagesToProjectMutation';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/harmony",
3
- "version": "1.20.0",
3
+ "version": "1.20.2",
4
4
  "author": {
5
5
  "name": "Lokalise",
6
6
  "url": "https://lokalise.com/"