indicator-ui 0.0.41 → 0.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,4 +10,5 @@ export type SlideTransitionPropsType = {
10
10
  children?: ReactNode;
11
11
  animation?: SlideTransitionAnimationType;
12
12
  animationOptions?: SlideTransitionAnimationOptionsType;
13
+ additionStyles?: string | string[];
13
14
  };
@@ -16,4 +16,4 @@ import { SlideTransitionPropsType } from '../types';
16
16
  * Учтите, что анимации **"снизу"** сужают компонент, поэтому он будет деформироваться.
17
17
  * При высокой (автор проводил тесты на 300ms) скорости анимации это незаметно (если вы не Флеш).
18
18
  * */
19
- export declare function SlideTransition({ children, animation, animationOptions }: SlideTransitionPropsType): import("react/jsx-runtime").JSX.Element;
19
+ export declare function SlideTransition({ children, animation, additionStyles, animationOptions }: SlideTransitionPropsType): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indicator-ui",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/types/src/index.d.ts",
6
6
  "style": "dist/index.css",