@salutejs/sdds-finportal 0.161.0-dev.0 → 0.161.1-canary.1545.11773810119.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-finportal.api.md +10 -4
- package/components/Tabs/index.d.ts +1 -1
- package/package.json +3 -3
- package/temp/sdds-finportal.api.md +5622 -0
@@ -197,9 +197,11 @@ import { StepsProps } from '@salutejs/plasma-new-hope/types/components/Steps/Ste
|
|
197
197
|
import { StyledComponent } from 'styled-components';
|
198
198
|
import { SwitchProps as SwitchProps_2 } from '@salutejs/plasma-new-hope/styled-components';
|
199
199
|
import { SyntheticEvent } from 'react';
|
200
|
+
import { TabItemProps } from '@salutejs/plasma-new-hope/styled-components';
|
200
201
|
import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components';
|
201
202
|
import { TabsContext } from '@salutejs/plasma-new-hope/styled-components';
|
202
203
|
import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components';
|
204
|
+
import { TabsProps } from '@salutejs/plasma-new-hope/styled-components';
|
203
205
|
import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/types/types';
|
204
206
|
import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
|
205
207
|
import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
|
@@ -4004,17 +4006,19 @@ true: PolymorphicClassName;
|
|
4004
4006
|
// @public (undocumented)
|
4005
4007
|
export type SwitchProps = ComponentProps<typeof SwitchComponent>;
|
4006
4008
|
|
4007
|
-
// Warning: (ae-forgotten-export) The symbol "
|
4009
|
+
// Warning: (ae-forgotten-export) The symbol "TabItemProps_2" needs to be exported by the entry point index.d.ts
|
4008
4010
|
//
|
4009
4011
|
// @public
|
4010
|
-
export const TabItem: (props:
|
4012
|
+
export const TabItem: (props: TabItemProps_2) => JSX.Element;
|
4013
|
+
|
4014
|
+
export { TabItemProps }
|
4011
4015
|
|
4012
4016
|
export { TabItemRefs }
|
4013
4017
|
|
4014
|
-
// Warning: (ae-forgotten-export) The symbol "
|
4018
|
+
// Warning: (ae-forgotten-export) The symbol "TabsProps_2" needs to be exported by the entry point index.d.ts
|
4015
4019
|
//
|
4016
4020
|
// @public
|
4017
|
-
export const Tabs: (props:
|
4021
|
+
export const Tabs: (props: TabsProps_2) => JSX.Element;
|
4018
4022
|
|
4019
4023
|
export { TabsContext }
|
4020
4024
|
|
@@ -4023,6 +4027,8 @@ export const TabsController: ForwardRefExoticComponent<TabsControllerProps & Ref
|
|
4023
4027
|
|
4024
4028
|
export { TabsControllerProps }
|
4025
4029
|
|
4030
|
+
export { TabsProps }
|
4031
|
+
|
4026
4032
|
// @public
|
4027
4033
|
export const TextArea: FunctionComponent<PropsType< {
|
4028
4034
|
size: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
export { TabsController } from './TabsController';
|
2
2
|
export { TabItemRefs, TabsContext } from '@salutejs/plasma-new-hope/styled-components';
|
3
|
-
export type { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components';
|
3
|
+
export type { TabItemProps, TabsProps, TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components';
|
4
4
|
export { Tabs } from './Tabs';
|
5
5
|
export { TabItem } from './TabItem';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.161.
|
3
|
+
"version": "0.161.1-canary.1545.11773810119.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.187.
|
22
|
+
"@salutejs/plasma-new-hope": "0.187.1-canary.1545.11773810119.0",
|
23
23
|
"@salutejs/sdds-themes": "0.27.0-dev.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
@@ -94,5 +94,5 @@
|
|
94
94
|
"Vasiliy Loginevskiy"
|
95
95
|
],
|
96
96
|
"sideEffects": false,
|
97
|
-
"gitHead": "
|
97
|
+
"gitHead": "b755957e1ac85618c7edd8f35b816ff9783262c0"
|
98
98
|
}
|