@salutejs/sdds-finportal 0.146.1-canary.1502.11462220468.0 → 0.146.2-canary.1498.11494484213.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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';
@@ -25,37 +25,24 @@ declare const HorizontalTabItem: React.FunctionComponent<import("@salutejs/plasm
25
25
  };
26
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?: "s" | "m" | "l" | "xs" | undefined;
31
+ size?: string | undefined;
33
32
  isActive?: boolean | undefined;
34
33
  } & {
35
34
  value?: string | number | undefined;
36
35
  contentRight?: undefined;
37
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?: "s" | "m" | "l" | "xs" | undefined;
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/types/components/Tabs/TabItem.types").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: {
@@ -72,7 +59,6 @@ declare const VerticalTabItem: React.FunctionComponent<import("@salutejs/plasma-
72
59
  };
73
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
  } & {
@@ -80,7 +66,6 @@ declare const VerticalTabItem: React.FunctionComponent<import("@salutejs/plasma-
80
66
  contentRight?: undefined;
81
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
- }> & ((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>) | (import("@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types").BaseTabsProps & import("@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types").CustomHeaderTabsProps & React.RefAttributes<HTMLDivElement>))>;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-finportal",
3
- "version": "0.146.1-canary.1502.11462220468.0",
3
+ "version": "0.146.2-canary.1498.11494484213.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,7 +19,7 @@
19
19
  "directory": "packages/sdds-finportal"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.173.1-canary.1502.11462220468.0",
22
+ "@salutejs/plasma-new-hope": "0.173.2-canary.1498.11494484213.0",
23
23
  "@salutejs/sdds-themes": "0.24.0-dev.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -94,5 +94,5 @@
94
94
  "Vasiliy Loginevskiy"
95
95
  ],
96
96
  "sideEffects": false,
97
- "gitHead": "bfd0359542e038445ab1cb5c1e264003a06fd6b4"
97
+ "gitHead": "a7563bfeeb1693033b662c8f959d6e2ab1b62eeb"
98
98
  }
@@ -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';