@salutejs/sdds-dfa 0.165.0-canary.1536.11704107927.0 → 0.165.1-canary.1545.11723071841.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -183,9 +183,11 @@ import { StepItemProps } from '@salutejs/plasma-new-hope/styled-components';
183
183
  import { StepsProps } from '@salutejs/plasma-new-hope/types/components/Steps/Steps.types';
184
184
  import { StyledComponent } from 'styled-components';
185
185
  import { SwitchProps as SwitchProps_2 } from '@salutejs/plasma-new-hope/styled-components';
186
+ import { TabItemProps } from '@salutejs/plasma-new-hope/styled-components';
186
187
  import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components';
187
188
  import { TabsContext } from '@salutejs/plasma-new-hope/styled-components';
188
189
  import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components';
190
+ import { TabsProps } from '@salutejs/plasma-new-hope/styled-components';
189
191
  import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/types/types';
190
192
  import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
191
193
  import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
@@ -3816,17 +3818,19 @@ true: PolymorphicClassName;
3816
3818
  // @public (undocumented)
3817
3819
  export type SwitchProps = ComponentProps<typeof SwitchComponent>;
3818
3820
 
3819
- // Warning: (ae-forgotten-export) The symbol "TabItemProps" needs to be exported by the entry point index.d.ts
3821
+ // Warning: (ae-forgotten-export) The symbol "TabItemProps_2" needs to be exported by the entry point index.d.ts
3820
3822
  //
3821
3823
  // @public
3822
- export const TabItem: (props: TabItemProps) => JSX.Element;
3824
+ export const TabItem: (props: TabItemProps_2) => JSX.Element;
3825
+
3826
+ export { TabItemProps }
3823
3827
 
3824
3828
  export { TabItemRefs }
3825
3829
 
3826
- // Warning: (ae-forgotten-export) The symbol "TabsProps" needs to be exported by the entry point index.d.ts
3830
+ // Warning: (ae-forgotten-export) The symbol "TabsProps_2" needs to be exported by the entry point index.d.ts
3827
3831
  //
3828
3832
  // @public
3829
- export const Tabs: (props: TabsProps) => JSX.Element;
3833
+ export const Tabs: (props: TabsProps_2) => JSX.Element;
3830
3834
 
3831
3835
  export { TabsContext }
3832
3836
 
@@ -3835,6 +3839,8 @@ export const TabsController: ForwardRefExoticComponent<TabsControllerProps & Ref
3835
3839
 
3836
3840
  export { TabsControllerProps }
3837
3841
 
3842
+ export { TabsProps }
3843
+
3838
3844
  // @public
3839
3845
  export const TextArea: FunctionComponent<PropsType< {
3840
3846
  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.165.0-canary.1536.11704107927.0",
3
+ "version": "0.165.1-canary.1545.11723071841.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.185.0-canary.1536.11704107927.0",
22
+ "@salutejs/plasma-new-hope": "0.185.1-canary.1545.11723071841.0",
23
23
  "@salutejs/sdds-themes": "0.27.0-dev.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -95,5 +95,5 @@
95
95
  "Anton Vinogradov"
96
96
  ],
97
97
  "sideEffects": false,
98
- "gitHead": "2725c4779b452b52c2db76339a726bb2125dcf6e"
98
+ "gitHead": "835bddee4a64b83ca24871a48d8861f400ada6dd"
99
99
  }
@@ -183,9 +183,11 @@ import { StepItemProps } from '@salutejs/plasma-new-hope/styled-components';
183
183
  import { StepsProps } from '@salutejs/plasma-new-hope/types/components/Steps/Steps.types';
184
184
  import { StyledComponent } from 'styled-components';
185
185
  import { SwitchProps as SwitchProps_2 } from '@salutejs/plasma-new-hope/styled-components';
186
+ import { TabItemProps } from '@salutejs/plasma-new-hope/styled-components';
186
187
  import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components';
187
188
  import { TabsContext } from '@salutejs/plasma-new-hope/styled-components';
188
189
  import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components';
190
+ import { TabsProps } from '@salutejs/plasma-new-hope/styled-components';
189
191
  import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/types/types';
190
192
  import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
191
193
  import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
@@ -3816,17 +3818,19 @@ true: PolymorphicClassName;
3816
3818
  // @public (undocumented)
3817
3819
  export type SwitchProps = ComponentProps<typeof SwitchComponent>;
3818
3820
 
3819
- // Warning: (ae-forgotten-export) The symbol "TabItemProps" needs to be exported by the entry point index.d.ts
3821
+ // Warning: (ae-forgotten-export) The symbol "TabItemProps_2" needs to be exported by the entry point index.d.ts
3820
3822
  //
3821
3823
  // @public
3822
- export const TabItem: (props: TabItemProps) => JSX.Element;
3824
+ export const TabItem: (props: TabItemProps_2) => JSX.Element;
3825
+
3826
+ export { TabItemProps }
3823
3827
 
3824
3828
  export { TabItemRefs }
3825
3829
 
3826
- // Warning: (ae-forgotten-export) The symbol "TabsProps" needs to be exported by the entry point index.d.ts
3830
+ // Warning: (ae-forgotten-export) The symbol "TabsProps_2" needs to be exported by the entry point index.d.ts
3827
3831
  //
3828
3832
  // @public
3829
- export const Tabs: (props: TabsProps) => JSX.Element;
3833
+ export const Tabs: (props: TabsProps_2) => JSX.Element;
3830
3834
 
3831
3835
  export { TabsContext }
3832
3836
 
@@ -3835,6 +3839,8 @@ export const TabsController: ForwardRefExoticComponent<TabsControllerProps & Ref
3835
3839
 
3836
3840
  export { TabsControllerProps }
3837
3841
 
3842
+ export { TabsProps }
3843
+
3838
3844
  // @public
3839
3845
  export const TextArea: FunctionComponent<PropsType< {
3840
3846
  size: {