venice-ui 1.0.31 → 1.0.32
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.
- package/dist/types/components/Button/Button.d.ts +1 -1
- package/dist/types/components/Button/Button.styles.d.ts +1 -1
- package/dist/types/components/Card/Card.d.ts +1 -1
- package/dist/types/components/ElementHeader/ElementHeader.d.ts +1 -1
- package/dist/types/components/Loader/Loader.d.ts +1 -1
- package/dist/types/components/Loader/Loader.styles.d.ts +1 -1
- package/dist/types/components/More/More.d.ts +1 -1
- package/dist/types/components/Selector/Selector.d.ts +1 -1
- package/dist/types/components/Sidepanel/Sidepanel.d.ts +1 -1
- package/dist/types/components/Typography/Typography.styles.d.ts +1 -1
- package/dist/types/components/common/commonComponents.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InputSize } from 'types';
|
|
1
|
+
import { InputSize } from '../../types';
|
|
2
2
|
export declare const Action1: import("styled-components").Keyframes;
|
|
3
3
|
export declare const Action2: (move: string) => import("styled-components").Keyframes;
|
|
4
4
|
export declare const Action3: import("styled-components").Keyframes;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InputSize, LabelPosition } from 'types';
|
|
1
|
+
import { InputSize, LabelPosition } from '../../types';
|
|
2
2
|
export declare const Text: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
3
|
export declare const TextSmall: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
4
|
export declare const TextHeader: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InputSize, PanelPosition } from 'types';
|
|
1
|
+
import { InputSize, PanelPosition } from '../../types';
|
|
2
2
|
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
3
|
export declare const ScrollCotainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
4
|
interface IPanelStyle {
|