@salutejs/sdds-finportal 0.146.4-canary.1502.11499843355.0 → 0.146.4-canary.1508.11499305539.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -20,8 +20,8 @@ import { BaseboxProps } from '@salutejs/plasma-new-hope/styled-components';
|
|
20
20
|
import { BaseCallbackChangeInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
|
21
21
|
import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
|
22
22
|
import { BaseProps } from '@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types';
|
23
|
-
import { BaseTabItemProps } from '@salutejs/plasma-new-hope/
|
24
|
-
import { BaseTabsProps } from '@salutejs/plasma-new-hope/
|
23
|
+
import { BaseTabItemProps } from '@salutejs/plasma-new-hope/types/components/Tabs/TabItem.types';
|
24
|
+
import { BaseTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types';
|
25
25
|
import { bodyL } from '@salutejs/sdds-themes/tokens';
|
26
26
|
import { bodyLBold } from '@salutejs/sdds-themes/tokens';
|
27
27
|
import { bodyM } from '@salutejs/sdds-themes/tokens';
|
@@ -67,7 +67,6 @@ import { CommitInstanceCallback } from '@salutejs/plasma-new-hope/types/componen
|
|
67
67
|
import { ComponentProps } from 'react';
|
68
68
|
import { CounterProps } from '@salutejs/plasma-new-hope/styled-components';
|
69
69
|
import { counterTokens } from '@salutejs/plasma-new-hope/styled-components';
|
70
|
-
import { CustomHeaderTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types';
|
71
70
|
import { CustomHorizontalTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types';
|
72
71
|
import { CustomPopoverProps } from '@salutejs/plasma-new-hope/types/components/Popover/Popover.types';
|
73
72
|
import { CustomToastProps } from '@salutejs/plasma-new-hope/types/components/Toast/Toast.types';
|
@@ -23,39 +23,26 @@ declare const HorizontalTabItem: React.FunctionComponent<import("@salutejs/plasm
|
|
23
23
|
pilled: {
|
24
24
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
25
25
|
};
|
26
|
-
}> & ((import("@salutejs/plasma-new-hope/
|
26
|
+
}> & ((import("@salutejs/plasma-new-hope/types/components/Tabs/TabItem.types").BaseTabItemProps & {
|
27
27
|
orientation?: "horizontal" | undefined;
|
28
|
-
contentLeft?: React.ReactNode;
|
29
28
|
pilled?: boolean | undefined;
|
30
29
|
animated?: boolean | undefined;
|
31
30
|
view?: string | undefined;
|
32
|
-
size?:
|
31
|
+
size?: string | undefined;
|
33
32
|
isActive?: boolean | undefined;
|
34
33
|
} & {
|
35
34
|
value?: string | number | undefined;
|
36
35
|
contentRight?: undefined;
|
37
|
-
} & React.RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/
|
36
|
+
} & React.RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/types/components/Tabs/TabItem.types").BaseTabItemProps & {
|
38
37
|
orientation?: "horizontal" | undefined;
|
39
|
-
contentLeft?: React.ReactNode;
|
40
38
|
pilled?: boolean | undefined;
|
41
39
|
animated?: boolean | undefined;
|
42
40
|
view?: string | undefined;
|
43
|
-
size?:
|
41
|
+
size?: string | undefined;
|
44
42
|
isActive?: boolean | undefined;
|
45
43
|
} & {
|
46
44
|
value?: undefined;
|
47
45
|
contentRight?: React.ReactNode;
|
48
|
-
} & React.RefAttributes<HTMLDivElement>) | (import("@salutejs/plasma-new-hope/styled-components").BaseTabItemProps & {
|
49
|
-
orientation?: "horizontal" | undefined;
|
50
|
-
contentLeft?: undefined;
|
51
|
-
pilled?: undefined;
|
52
|
-
animated?: undefined;
|
53
|
-
view?: string | undefined;
|
54
|
-
size: "h1" | "h2" | "h3" | "h4" | "h5";
|
55
|
-
isActive?: undefined;
|
56
|
-
} & {
|
57
|
-
value?: string | number | undefined;
|
58
|
-
contentRight?: undefined;
|
59
46
|
} & React.RefAttributes<HTMLDivElement>))>;
|
60
47
|
declare const VerticalTabItem: React.FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
61
48
|
view: {
|
@@ -70,17 +57,15 @@ declare const VerticalTabItem: React.FunctionComponent<import("@salutejs/plasma-
|
|
70
57
|
disabled: {
|
71
58
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
72
59
|
};
|
73
|
-
}> & ((import("@salutejs/plasma-new-hope/
|
60
|
+
}> & ((import("@salutejs/plasma-new-hope/types/components/Tabs/TabItem.types").BaseTabItemProps & {
|
74
61
|
orientation: "vertical";
|
75
|
-
contentLeft?: React.ReactNode;
|
76
62
|
view?: string | undefined;
|
77
63
|
size?: string | undefined;
|
78
64
|
} & {
|
79
65
|
value?: string | number | undefined;
|
80
66
|
contentRight?: undefined;
|
81
|
-
} & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/
|
67
|
+
} & React.RefAttributes<HTMLButtonElement>) | (import("@salutejs/plasma-new-hope/types/components/Tabs/TabItem.types").BaseTabItemProps & {
|
82
68
|
orientation: "vertical";
|
83
|
-
contentLeft?: React.ReactNode;
|
84
69
|
view?: string | undefined;
|
85
70
|
size?: string | undefined;
|
86
71
|
} & {
|
@@ -25,7 +25,7 @@ declare const HorizontalTabs: React.FunctionComponent<import("@salutejs/plasma-n
|
|
25
25
|
pilled: {
|
26
26
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
27
27
|
};
|
28
|
-
}> &
|
28
|
+
}> & import("@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types").BaseTabsProps & import("@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types").CustomHorizontalTabsProps & React.RefAttributes<HTMLDivElement>>;
|
29
29
|
declare const VerticalTabs: React.FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
30
30
|
view: {
|
31
31
|
divider: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -42,7 +42,7 @@ declare const VerticalTabs: React.FunctionComponent<import("@salutejs/plasma-new
|
|
42
42
|
disabled: {
|
43
43
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
44
44
|
};
|
45
|
-
}> & import("@salutejs/plasma-new-hope/
|
45
|
+
}> & import("@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types").BaseTabsProps & import("@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types").CustomVerticalTabsProps & React.RefAttributes<HTMLDivElement>>;
|
46
46
|
declare type TabsProps = ComponentProps<typeof HorizontalTabs> | ComponentProps<typeof VerticalTabs>;
|
47
47
|
/**
|
48
48
|
* Контейнер вкладок, основной компонент для пользовательской сборки вкладок.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.146.4-canary.
|
3
|
+
"version": "0.146.4-canary.1508.11499305539.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -19,8 +19,8 @@
|
|
19
19
|
"directory": "packages/sdds-finportal"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-new-hope": "0.173.4-canary.
|
23
|
-
"@salutejs/sdds-themes": "0.24.1-canary.
|
22
|
+
"@salutejs/plasma-new-hope": "0.173.4-canary.1508.11499305539.0",
|
23
|
+
"@salutejs/sdds-themes": "0.24.1-canary.1508.11499305539.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
26
26
|
"react": ">=16.13.1",
|
@@ -94,5 +94,5 @@
|
|
94
94
|
"Vasiliy Loginevskiy"
|
95
95
|
],
|
96
96
|
"sideEffects": false,
|
97
|
-
"gitHead": "
|
97
|
+
"gitHead": "0cf9269bf988cd5a7a27841ce2d2cb9f227bd370"
|
98
98
|
}
|
@@ -20,8 +20,8 @@ import { BaseboxProps } from '@salutejs/plasma-new-hope/styled-components';
|
|
20
20
|
import { BaseCallbackChangeInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
|
21
21
|
import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
|
22
22
|
import { BaseProps } from '@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types';
|
23
|
-
import { BaseTabItemProps } from '@salutejs/plasma-new-hope/
|
24
|
-
import { BaseTabsProps } from '@salutejs/plasma-new-hope/
|
23
|
+
import { BaseTabItemProps } from '@salutejs/plasma-new-hope/types/components/Tabs/TabItem.types';
|
24
|
+
import { BaseTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types';
|
25
25
|
import { bodyL } from '@salutejs/sdds-themes/tokens';
|
26
26
|
import { bodyLBold } from '@salutejs/sdds-themes/tokens';
|
27
27
|
import { bodyM } from '@salutejs/sdds-themes/tokens';
|
@@ -67,7 +67,6 @@ import { CommitInstanceCallback } from '@salutejs/plasma-new-hope/types/componen
|
|
67
67
|
import { ComponentProps } from 'react';
|
68
68
|
import { CounterProps } from '@salutejs/plasma-new-hope/styled-components';
|
69
69
|
import { counterTokens } from '@salutejs/plasma-new-hope/styled-components';
|
70
|
-
import { CustomHeaderTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types';
|
71
70
|
import { CustomHorizontalTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types';
|
72
71
|
import { CustomPopoverProps } from '@salutejs/plasma-new-hope/types/components/Popover/Popover.types';
|
73
72
|
import { CustomToastProps } from '@salutejs/plasma-new-hope/types/components/Toast/Toast.types';
|