@salutejs/sdds-dfa 0.167.0-dev.0 → 0.167.1-canary.1524.11792148804.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -186,9 +186,11 @@ import { StepsProps } from '@salutejs/plasma-new-hope/types/components/Steps/Ste
186
186
  import { StyledComponent } from 'styled-components';
187
187
  import { SwitchProps as SwitchProps_2 } from '@salutejs/plasma-new-hope/styled-components';
188
188
  import { SyntheticEvent } from 'react';
189
+ import { TabItemProps } from '@salutejs/plasma-new-hope/styled-components';
189
190
  import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components';
190
191
  import { TabsContext } from '@salutejs/plasma-new-hope/styled-components';
191
192
  import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components';
193
+ import { TabsProps } from '@salutejs/plasma-new-hope/styled-components';
192
194
  import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/types/types';
193
195
  import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
194
196
  import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
@@ -3908,17 +3910,19 @@ true: PolymorphicClassName;
3908
3910
  // @public (undocumented)
3909
3911
  export type SwitchProps = ComponentProps<typeof SwitchComponent>;
3910
3912
 
3911
- // Warning: (ae-forgotten-export) The symbol "TabItemProps" needs to be exported by the entry point index.d.ts
3913
+ // Warning: (ae-forgotten-export) The symbol "TabItemProps_2" needs to be exported by the entry point index.d.ts
3912
3914
  //
3913
3915
  // @public
3914
- export const TabItem: (props: TabItemProps) => JSX.Element;
3916
+ export const TabItem: (props: TabItemProps_2) => JSX.Element;
3917
+
3918
+ export { TabItemProps }
3915
3919
 
3916
3920
  export { TabItemRefs }
3917
3921
 
3918
- // Warning: (ae-forgotten-export) The symbol "TabsProps" needs to be exported by the entry point index.d.ts
3922
+ // Warning: (ae-forgotten-export) The symbol "TabsProps_2" needs to be exported by the entry point index.d.ts
3919
3923
  //
3920
3924
  // @public
3921
- export const Tabs: (props: TabsProps) => JSX.Element;
3925
+ export const Tabs: (props: TabsProps_2) => JSX.Element;
3922
3926
 
3923
3927
  export { TabsContext }
3924
3928
 
@@ -3927,6 +3931,8 @@ export const TabsController: ForwardRefExoticComponent<TabsControllerProps & Ref
3927
3931
 
3928
3932
  export { TabsControllerProps }
3929
3933
 
3934
+ export { TabsProps }
3935
+
3930
3936
  // @public
3931
3937
  export const TextArea: FunctionComponent<PropsType< {
3932
3938
  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-dfa",
3
- "version": "0.167.0-dev.0",
3
+ "version": "0.167.1-canary.1524.11792148804.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS DFA 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-dfa"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.187.0-dev.0",
22
+ "@salutejs/plasma-new-hope": "0.187.1-canary.1524.11792148804.0",
23
23
  "@salutejs/sdds-themes": "0.27.0-dev.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -37,10 +37,10 @@
37
37
  "@babel/preset-typescript": "7.24.1",
38
38
  "@microsoft/api-extractor": "7.38.3",
39
39
  "@salutejs/plasma-colors": "0.13.0",
40
- "@salutejs/plasma-core": "1.185.0-dev.0",
41
- "@salutejs/plasma-cy-utils": "0.116.0-dev.0",
40
+ "@salutejs/plasma-core": "1.185.1-canary.1524.11792148804.0",
41
+ "@salutejs/plasma-cy-utils": "0.116.1-canary.1524.11792148804.0",
42
42
  "@salutejs/plasma-icons": "1.208.0-dev.0",
43
- "@salutejs/plasma-sb-utils": "0.183.0-dev.0",
43
+ "@salutejs/plasma-sb-utils": "0.183.1-canary.1524.11792148804.0",
44
44
  "@storybook/addon-docs": "7.6.17",
45
45
  "@storybook/addon-essentials": "7.6.17",
46
46
  "@storybook/addons": "7.6.17",
@@ -95,5 +95,5 @@
95
95
  "Anton Vinogradov"
96
96
  ],
97
97
  "sideEffects": false,
98
- "gitHead": "8abf391a42ae1d58f6a858c1e77e76c5715abae2"
98
+ "gitHead": "77003e8c219f39cc4e42604cc694ab4b73105681"
99
99
  }