torgbox-ui 1.0.4 → 1.0.6
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/torgbox-ui.cjs.js +18 -41
- package/dist/torgbox-ui.es.js +2928 -8004
- package/dist/types/index.d.ts +3 -0
- package/dist/types/ui.d.ts +3 -0
- package/package.json +5 -7
- package/dist/types/.storybook/decorators/ReduxDecorator.d.ts +0 -2
- package/dist/types/.storybook/decorators/RouterDecorator.d.ts +0 -2
- package/dist/types/.storybook/decorators/index.d.ts +0 -2
- package/dist/types/src/Inputs/Button/Button.stories.d.ts +0 -21
- package/dist/types/src/Inputs/Button/Icon.stories.d.ts +0 -20
- package/dist/types/src/Inputs/Checkbox/Checkbox.stories.d.ts +0 -11
- package/dist/types/src/Inputs/EmailField/EmailField.stories.d.ts +0 -8
- package/dist/types/src/Inputs/InnField/InnField.stories.d.ts +0 -8
- package/dist/types/src/Inputs/NameField/NameField.stories.d.ts +0 -8
- package/dist/types/src/Inputs/OtpInput/OtpInput.stories.d.ts +0 -8
- package/dist/types/src/Inputs/PasswordField/PasswordField.stories.d.ts +0 -8
- package/dist/types/src/Inputs/PhoneField/PhoneField.stories.d.ts +0 -8
- package/dist/types/src/Inputs/Selector/Collapse.stories.d.ts +0 -8
- package/dist/types/src/Inputs/Selector/Dropdown.stories.d.ts +0 -9
- package/dist/types/src/Inputs/Selector/Option/Option.stories.d.ts +0 -9
- package/dist/types/src/Inputs/TextField/TextField.stories.d.ts +0 -12
- package/dist/types/src/Pages/ContentPage/ContentPage.stories.d.ts +0 -6
- package/dist/types/src/Pages/CreatePasswordPage/CreatePasswordPage.stories.d.ts +0 -7
- package/dist/types/src/Pages/CreateTeamPage/CreateTeamPage.stories.d.ts +0 -7
- package/dist/types/src/Pages/EmailConfirmationPage/EmailConfirmationPage.stories.d.ts +0 -8
- package/dist/types/src/Pages/JoinTeamPage/JoinTeamPage.stories.d.ts +0 -7
- package/dist/types/src/Pages/LoginPage/LoginPage.stories.d.ts +0 -7
- package/dist/types/src/Pages/RegisterPage/RegisterPage.stories.d.ts +0 -7
- package/dist/types/src/Pages/ResetPasswordPage/ResetPasswordPage.stories.d.ts +0 -7
- package/dist/types/src/Pages/StartPage/StartPage.stories.d.ts +0 -7
- package/dist/types/src/Utils/Link/Link.stories.d.ts +0 -8
- package/dist/types/src/Utils/Modal/Modal.stories.d.ts +0 -6
- package/dist/types/src/Widgets/Header/Header.stories.d.ts +0 -6
- package/dist/types/src/Widgets/Sidebar/Sidebar.stories.d.ts +0 -6
- package/dist/types/src/index.d.ts +0 -3
- package/dist/types/src/shared/ui/Avatar/Avatar.stories.d.ts +0 -6
- /package/dist/types/{src/Inputs → Inputs}/Button/Button.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/Button/index.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/Checkbox/Checkbox.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/Checkbox/index.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/EmailField/EmailField.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/EmailField/ErrorMessages.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/EmailField/index.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/InnField/ErrorMessages.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/InnField/InnField.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/InnField/index.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/NameField/ErrorMessages.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/NameField/NameField.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/NameField/index.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/OtpInput/ErrorMessages.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/OtpInput/OtpInput.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/OtpInput/index.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/PasswordField/ErrorMessages.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/PasswordField/PasswordField.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/PasswordField/index.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/PhoneField/ErrorMessages.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/PhoneField/PhoneField.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/PhoneField/index.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/RepeatPasswordField/ErrorMessages.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/RepeatPasswordField/RepeatPasswordField.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/RepeatPasswordField/index.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/Selector/Collapse.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/Selector/Dropdown.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/Selector/Option/Option.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/Selector/index.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/TextField/TextField.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/TextField/index.d.ts +0 -0
- /package/dist/types/{src/Inputs → Inputs}/index.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/ContentPage/ContentPage.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/ContentPage/index.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/CreatePasswordPage/CreatePasswordPage.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/CreatePasswordPage/index.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/CreateTeamPage/CreateTeamPage.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/CreateTeamPage/index.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/EmailConfirmationPage/EmailConfirmationPage.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/EmailConfirmationPage/index.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/JoinTeamPage/JoinTeamPage.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/JoinTeamPage/index.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/LoginPage/LoginPage.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/LoginPage/index.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/RegisterPage/RegisterPage.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/RegisterPage/index.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/ResetPasswordPage/ResetPasswordPage.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/ResetPasswordPage/index.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/StartPage/StartPage.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/StartPage/index.d.ts +0 -0
- /package/dist/types/{src/Pages → Pages}/index.d.ts +0 -0
- /package/dist/types/{src/Utils → Utils}/Divider/Divider.d.ts +0 -0
- /package/dist/types/{src/Utils → Utils}/ErrorBanner/ErrorBanner.d.ts +0 -0
- /package/dist/types/{src/Utils → Utils}/ErrorBanner/index.d.ts +0 -0
- /package/dist/types/{src/Utils → Utils}/Link/Link.d.ts +0 -0
- /package/dist/types/{src/Utils → Utils}/Link/index.d.ts +0 -0
- /package/dist/types/{src/Utils → Utils}/Modal/Modal.d.ts +0 -0
- /package/dist/types/{src/Utils → Utils}/Modal/index.d.ts +0 -0
- /package/dist/types/{src/Utils → Utils}/Portal/Portal.d.ts +0 -0
- /package/dist/types/{src/Utils → Utils}/SectionPlaceholder/SectionPlaceholder.d.ts +0 -0
- /package/dist/types/{src/Utils → Utils}/Spinner/Spinner.d.ts +0 -0
- /package/dist/types/{src/Utils → Utils}/api.d.ts +0 -0
- /package/dist/types/{src/Utils → Utils}/index.d.ts +0 -0
- /package/dist/types/{src/Widgets → Widgets}/Header/Header.d.ts +0 -0
- /package/dist/types/{src/Widgets → Widgets}/Header/index.d.ts +0 -0
- /package/dist/types/{src/Widgets → Widgets}/Sidebar/Sidebar.d.ts +0 -0
- /package/dist/types/{src/Widgets → Widgets}/Sidebar/index.d.ts +0 -0
- /package/dist/types/{src/Widgets → Widgets}/index.d.ts +0 -0
- /package/dist/types/{src/app → app}/main.d.ts +0 -0
- /package/dist/types/{src/app → app}/routes/AppRouter.d.ts +0 -0
- /package/dist/types/{src/app → app}/routes/index.d.ts +0 -0
- /package/dist/types/{src/app → app}/store/index.d.ts +0 -0
- /package/dist/types/{src/app → app}/store/store.d.ts +0 -0
- /package/dist/types/{src/entities → entities}/user/api/api.d.ts +0 -0
- /package/dist/types/{src/entities → entities}/user/api/index.d.ts +0 -0
- /package/dist/types/{src/entities → entities}/user/index.d.ts +0 -0
- /package/dist/types/{src/entities → entities}/user/model/index.d.ts +0 -0
- /package/dist/types/{src/entities → entities}/user/model/selectors.d.ts +0 -0
- /package/dist/types/{src/entities → entities}/user/model/slice.d.ts +0 -0
- /package/dist/types/{src/entities → entities}/user/model/types.d.ts +0 -0
- /package/dist/types/{src/shared → shared}/model/api.d.ts +0 -0
- /package/dist/types/{src/shared → shared}/model/constants.d.ts +0 -0
- /package/dist/types/{src/shared → shared}/model/index.d.ts +0 -0
- /package/dist/types/{src/shared → shared}/ui/Avatar/Avatar.d.ts +0 -0
- /package/dist/types/{src/shared → shared}/ui/Avatar/index.d.ts +0 -0
- /package/dist/types/{src/shared → shared}/ui/index.d.ts +0 -0
- /package/dist/types/{src/tools → tools}/customValidators.d.ts +0 -0
- /package/dist/types/{src/tools → tools}/getCoords.d.ts +0 -0
- /package/dist/types/{src/tools → tools}/regExp.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "torgbox-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"readme": "README.md",
|
|
5
5
|
"description": "UI-Kit команды проекта Torgbox",
|
|
6
6
|
"keywords": [
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
],
|
|
9
9
|
"main": "dist/torgbox-ui.cjs.js",
|
|
10
10
|
"module": "dist/torgbox-ui.es.js",
|
|
11
|
-
"types": "dist/types/
|
|
11
|
+
"types": "dist/types/ui.d.ts",
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
|
14
|
-
"types": "./dist/types/
|
|
14
|
+
"types": "./dist/types/ui.d.ts",
|
|
15
15
|
"import": "./dist/torgbox-ui.es.js",
|
|
16
16
|
"require": "./dist/torgbox-ui.cjs.js"
|
|
17
17
|
}
|
|
@@ -68,15 +68,12 @@
|
|
|
68
68
|
"not ie <= 8"
|
|
69
69
|
],
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@reduxjs/toolkit": "^2.6.1",
|
|
72
71
|
"classnames": "^2.3.2"
|
|
73
72
|
},
|
|
74
73
|
"peerDependencies": {
|
|
75
74
|
"lodash": "^4.17.21",
|
|
76
75
|
"react": ">=16.14.0 <19.0.0",
|
|
77
|
-
"react-dom": ">=16.14.0 <19.0.0"
|
|
78
|
-
"react-redux": ">=7.2.0 <10.0.0",
|
|
79
|
-
"react-router-dom": "^6.0.0"
|
|
76
|
+
"react-dom": ">=16.14.0 <19.0.0"
|
|
80
77
|
},
|
|
81
78
|
"devDependencies": {
|
|
82
79
|
"@babel/preset-env": "^7.22.7",
|
|
@@ -125,6 +122,7 @@
|
|
|
125
122
|
"react-dom": "^18.2.0",
|
|
126
123
|
"react-redux": "^9.2.0",
|
|
127
124
|
"react-router-dom": "^7.4.0",
|
|
125
|
+
"@reduxjs/toolkit": "^2.6.1",
|
|
128
126
|
"sass": "^1.63.6",
|
|
129
127
|
"sass-loader": "^14.2.1",
|
|
130
128
|
"storybook": "^8.1.1",
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { type IButton } from './Button';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<IButton>;
|
|
6
|
-
export declare const ButtonFilled: Story;
|
|
7
|
-
export declare const ButtonFilledLoading: Story;
|
|
8
|
-
export declare const ButtonFilledDisable: Story;
|
|
9
|
-
export declare const ButtonOutlinedColor: Story;
|
|
10
|
-
export declare const ButtonOutlinedColorLoading: Story;
|
|
11
|
-
export declare const ButtonOutlinedColorDisable: Story;
|
|
12
|
-
export declare const ButtonOutlinedNeutral: Story;
|
|
13
|
-
export declare const ButtonOutlinedNeutralLoading: Story;
|
|
14
|
-
export declare const ButtonOutlinedNeutralDisable: Story;
|
|
15
|
-
export declare const ButtonClearColor: Story;
|
|
16
|
-
export declare const ButtonClearColorLoading: Story;
|
|
17
|
-
export declare const ButtonClearColorDisable: Story;
|
|
18
|
-
export declare const ButtonClearNeutral: Story;
|
|
19
|
-
export declare const ButtonClearNeutralLoading: Story;
|
|
20
|
-
export declare const ButtonClearNeutralDisable: Story;
|
|
21
|
-
export declare const Pushed: Story;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { type IButton } from './Button';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<IButton>;
|
|
6
|
-
export declare const IconFilled: Story;
|
|
7
|
-
export declare const IconFilledLoading: Story;
|
|
8
|
-
export declare const IconFilledDisable: Story;
|
|
9
|
-
export declare const IconOutlinedColor: Story;
|
|
10
|
-
export declare const IconOutlinedColorLoading: Story;
|
|
11
|
-
export declare const IconOutlinedColorDisable: Story;
|
|
12
|
-
export declare const IconOutlinedNeutral: Story;
|
|
13
|
-
export declare const IconOutlinedNeutralLoading: Story;
|
|
14
|
-
export declare const IconOutlinedNeutralDisable: Story;
|
|
15
|
-
export declare const IconClearColor: Story;
|
|
16
|
-
export declare const IconClearColorLoading: Story;
|
|
17
|
-
export declare const IconClearColorDisable: Story;
|
|
18
|
-
export declare const IconClearNeutral: Story;
|
|
19
|
-
export declare const IconClearNeutralLoading: Story;
|
|
20
|
-
export declare const IconClearNeutralDisable: Story;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { type ICheckbox } from './Checkbox';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<ICheckbox>;
|
|
6
|
-
export declare const CheckboxUnchecked: Story;
|
|
7
|
-
export declare const CheckboxChecked: Story;
|
|
8
|
-
export declare const CheckboxPartialChecked: Story;
|
|
9
|
-
export declare const CheckboxUncheckedDisabled: Story;
|
|
10
|
-
export declare const CheckboxCheckedDisabled: Story;
|
|
11
|
-
export declare const CheckboxPartialCheckedDisabled: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import type { ITextField } from '../TextField';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<ITextField>;
|
|
6
|
-
export declare const EmailFieldInactive: Story;
|
|
7
|
-
export declare const EmailFieldError: Story;
|
|
8
|
-
export declare const EmailFieldWithValue: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import type { ITextField } from '../TextField';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<ITextField>;
|
|
6
|
-
export declare const InnFieldInactive: Story;
|
|
7
|
-
export declare const InnFieldError: Story;
|
|
8
|
-
export declare const InnFieldWithValue: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import type { ITextField } from '../TextField';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<ITextField>;
|
|
6
|
-
export declare const NameFieldInactive: Story;
|
|
7
|
-
export declare const NameFieldError: Story;
|
|
8
|
-
export declare const NameFieldWithValue: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { type IOtpInput } from './OtpInput';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<IOtpInput>;
|
|
6
|
-
export declare const OtpInputDefault: Story;
|
|
7
|
-
export declare const OtpInputError: Story;
|
|
8
|
-
export declare const OtpInputWithValue: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { type ITextField } from '../index';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<ITextField>;
|
|
6
|
-
export declare const PasswordFieldInactive: Story;
|
|
7
|
-
export declare const PasswordFieldError: Story;
|
|
8
|
-
export declare const PasswordFieldWithValue: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import type { ITextField } from '../TextField';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<ITextField>;
|
|
6
|
-
export declare const PhoneFieldInactive: Story;
|
|
7
|
-
export declare const PhoneFieldError: Story;
|
|
8
|
-
export declare const PhoneFieldWithValue: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { type ICollapse } from './Collapse';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<ICollapse>;
|
|
6
|
-
export declare const CollapseDefault: Story;
|
|
7
|
-
export declare const CollapseHovered: Story;
|
|
8
|
-
export declare const CollapseSelected: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { type IDropdown } from './Dropdown';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<IDropdown>;
|
|
6
|
-
export declare const DropdownDefault: Story;
|
|
7
|
-
export declare const DropdownHovered: Story;
|
|
8
|
-
export declare const DropdownSelected: Story;
|
|
9
|
-
export declare const DropdownSetMaxHeight: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { type IOption } from './Option';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<IOption>;
|
|
6
|
-
export declare const OptionDefault: Story;
|
|
7
|
-
export declare const OptionHovered: Story;
|
|
8
|
-
export declare const OptionSelected: Story;
|
|
9
|
-
export declare const OptionWithIcon: Story;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { type ITextField } from './TextField';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<ITextField>;
|
|
6
|
-
export declare const TextFieldDefault: Story;
|
|
7
|
-
export declare const TextFieldHovered: Story;
|
|
8
|
-
export declare const TextFieldActive: Story;
|
|
9
|
-
export declare const TextFieldDisabled: Story;
|
|
10
|
-
export declare const TextFieldError: Story;
|
|
11
|
-
export declare const TextFieldWithValue: Story;
|
|
12
|
-
export declare const TextFieldHiddenValue: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { CreatePasswordPage } from './CreatePasswordPage';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof CreatePasswordPage>;
|
|
6
|
-
export declare const CreatePasswordDesktop: Story;
|
|
7
|
-
export declare const CreatePasswordMobile: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { CreateTeamPage } from './CreateTeamPage';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof CreateTeamPage>;
|
|
6
|
-
export declare const CreateTeamPageDesktop: Story;
|
|
7
|
-
export declare const CreateTeamPageMobile: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { type IEmailConfirmationPage } from './EmailConfirmationPage';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<IEmailConfirmationPage>;
|
|
6
|
-
export declare const DesktopEmailConfirmation: Story;
|
|
7
|
-
export declare const MobileEmailConfirmation: Story;
|
|
8
|
-
export declare const FilledEmailConfirmation: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { JoinTeamPage } from './JoinTeamPage';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof JoinTeamPage>;
|
|
6
|
-
export declare const JoinTeamPageDesktop: Story;
|
|
7
|
-
export declare const JoinTeamPageMobile: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { LoginPage } from './LoginPage';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof LoginPage>;
|
|
6
|
-
export declare const LoginPageDesktop: Story;
|
|
7
|
-
export declare const LoginPageMobile: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { RegisterPage } from './RegisterPage';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof RegisterPage>;
|
|
6
|
-
export declare const Desktop: Story;
|
|
7
|
-
export declare const Mobile: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { ResetPasswordPage } from './ResetPasswordPage';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof ResetPasswordPage>;
|
|
6
|
-
export declare const ResetPasswordPageDesktop: Story;
|
|
7
|
-
export declare const ResetPasswordPageMobile: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { StartPage } from './StartPage';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof StartPage>;
|
|
6
|
-
export declare const StartPageDesktop: Story;
|
|
7
|
-
export declare const StartPageMobile: Story;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { type ILink } from './Link';
|
|
3
|
-
declare const meta: Meta;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<ILink>;
|
|
6
|
-
export declare const LinkInactive: Story;
|
|
7
|
-
export declare const LinkHovered: Story;
|
|
8
|
-
export declare const LinkFocused: Story;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|